.home{display:grid;min-height:100vh;place-items:center;padding:var(--space-xl) var(--space-lg)}.home__container{width:min(480px,100%);padding:var(--space-xl);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-sm);display:grid;gap:var(--space-lg)}.home__title-group{text-align:center;display:grid;gap:var(--space-xs)}.home__title{font-size:2rem;font-weight:700;color:var(--color-text-primary)}.home__subtitle{color:var(--color-text-secondary);font-size:.95rem}.home__callout{background:#2563eb0d;border-radius:var(--radius-md);padding:var(--space-md);display:grid;gap:var(--space-sm)}.home__theme-selector{display:grid;gap:var(--space-md);padding:var(--space-md);background:#2563eb0d;border-radius:var(--radius-md);margin-bottom:var(--space-lg)}.home__theme-controls{display:flex;align-items:center;gap:var(--space-md);flex-wrap:wrap}.home__theme-label{font-weight:600;color:var(--color-text-primary)}.home__theme-select{padding:var(--space-xs) var(--space-sm);border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface);color:var(--color-text-primary);font-family:inherit;font-size:.875rem;cursor:pointer}.home__theme-toggle{padding:var(--space-xs) var(--space-sm);border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface);color:var(--color-text-primary);font-family:inherit;font-size:.875rem;cursor:pointer;transition:background .2s ease}.home__theme-toggle:hover{background:var(--color-brand-primary);color:#fff;border-color:var(--color-brand-primary)}.home__theme-info{display:grid;gap:var(--space-xs);font-size:.875rem;color:var(--color-text-secondary)}.home__theme-info p{margin:0}.home__title-group .home__logo-section{display:flex;justify-content:center;align-items:center;margin-bottom:var(--space-md);width:100%;min-height:80px}.home__company-logo{max-width:300px;width:100%;height:auto;display:block;object-fit:contain;filter:brightness(0) invert(1)}.home__section-title{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin-bottom:var(--space-md)}.home__input-examples{display:grid;gap:var(--space-md)}.home__examples-link{display:block;padding:var(--space-md) var(--space-lg);border-radius:6px;text-align:center;text-decoration:none;font-weight:600;transition:opacity .2s ease,transform .2s ease}.home__examples-link:hover{opacity:.9;transform:translateY(-1px)}@media(max-width:480px){.home__container{padding:var(--space-lg)}}.theme-input{width:100%;display:flex;flex-direction:column;gap:4px}.theme-input__label{transform:none;margin-bottom:4px;position:initial;color:var(--dark-grey-color, #666666);font-size:.875rem;font-weight:400;display:block}.theme-input__label--error{color:var(--error-default-color, #000000)}.theme-input__label--disabled{color:var(--medium-light-grey-color, #B3B3B3)}.theme-input__required{color:var(--error-default-color, #000000);margin-left:2px}.theme-input__wrapper{position:relative;display:flex;align-items:center;width:100%}.theme-input__root{width:100%;border:1px solid var(--lightest-green-color, #D8E4E3);border-radius:4px;height:40px;padding:8px 12px;font-family:var(--font-family-base);font-size:.875rem;color:var(--text-primary-color, #141314);background-color:var(--light-color, #ffffff);transition:border-color .2s ease}.theme-input__root::placeholder{font-family:var(--font-family-base);font-size:.875rem;font-weight:400;color:var(--mid-grey-color, #00000099);opacity:1}.theme-input__root:focus{outline:none;border-color:var(--primary-color)}.theme-input__root:focus+.theme-input__adornment,.theme-input__root:focus~.theme-input__adornment{color:var(--primary-color)}.theme-input__root--error{border-color:var(--error-main-color, #D32F2F);color:var(--error-default-color, #000000)}.theme-input__root--disabled{border-color:var(--lighter-grey-color, #E6E6E6);background-color:var(--lightest-grey-color, #F2F2F2);color:var(--medium-light-grey-color, #B3B3B3);cursor:not-allowed}.theme-input__root[type=number]{-moz-appearance:textfield}.theme-input__root[type=number]::-webkit-inner-spin-button,.theme-input__root[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.theme-input textarea.theme-input__root{height:auto;min-height:80px;resize:vertical}.theme-input__adornment{position:absolute;display:flex;align-items:center;pointer-events:none;color:var(--active-border-color, #A7D1D2);font-size:.875rem}.theme-input__adornment--start{left:12px}.theme-input__adornment--end{right:12px;pointer-events:auto}.theme-input__adornment-string{color:var(--active-border-color, #A7D1D2);font-weight:600}.theme-input__root:focus~.theme-input__adornment--end .theme-input__adornment-string,.theme-input__root:focus+.theme-input__adornment--start .theme-input__adornment-string{color:var(--primary-color)}.theme-input__password-toggle{background:none;border:none;cursor:pointer;padding:0;font-size:1.2rem;display:flex;align-items:center;color:var(--active-border-color, #A7D1D2);transition:color .2s ease}.theme-input__password-toggle:hover{color:var(--primary-color)}.theme-input__root:focus~.theme-input__adornment--end .theme-input__password-toggle{color:var(--primary-color)}.theme-input__helper{font-size:.75rem;color:var(--dark-grey-color, #666666);margin-top:2px}.theme-input__helper--error{color:var(--error-default-color, #000000)}[data-company=bne] .theme-input__root{border-color:var(--lightest-green-color, #D8E4E3)}[data-company=bne] .theme-input__root:focus{border-color:var(--primary-color, #00594E)}[data-company=employer] .theme-input__root{border-color:var(--lightest-green-color, #D8E4E3)}[data-company=employer] .theme-input__root:focus{border-color:var(--primary-color, #950099)}.examples{min-height:100vh;padding:var(--space-xl) var(--space-lg);background:var(--color-background)}.examples__container{max-width:1200px;margin:0 auto;background:var(--color-surface);border-radius:var(--radius-md);padding:var(--space-xl);box-shadow:var(--shadow-sm)}.examples__header{margin-bottom:var(--space-xl);padding-bottom:var(--space-lg);border-bottom:1px solid var(--color-border)}.examples__title{font-size:2rem;font-weight:700;color:var(--color-text-primary);margin-bottom:var(--space-sm)}.examples__subtitle{color:var(--color-text-secondary);font-size:1rem;margin-bottom:var(--space-md)}.examples__back-link{display:inline-block;color:var(--color-brand-primary);text-decoration:none;font-weight:500;transition:opacity .2s ease}.examples__back-link:hover{opacity:.8}.examples__content{display:grid;gap:var(--space-xl)}.examples__color-group{display:grid;gap:var(--space-md)}.examples__color-group-title{font-size:1.5rem;font-weight:600;color:var(--color-text-primary);margin:0}.examples__color-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-md)}.examples__color-item{padding:var(--space-lg);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:var(--space-sm);min-height:120px;justify-content:center;align-items:center;text-align:center}.examples__color-label{font-weight:600;font-size:1rem}.examples__color-value{font-size:.875rem;font-family:Fira Code,Source Code Pro,monospace;opacity:.9}.examples__button-examples{display:flex;flex-wrap:wrap;gap:var(--space-md)}.examples__example-button{padding:var(--space-md) var(--space-lg);border-radius:6px;border:1px solid transparent;font-weight:500;font-size:.875rem;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.examples__example-button:hover{opacity:.9;transform:translateY(-1px)}.examples__example-button--outline{background-color:transparent}.examples__surface-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-md)}.examples__surface-item{padding:var(--space-lg);border-radius:var(--radius-md);border:2px solid;min-height:80px;display:flex;align-items:center;justify-content:center}.examples__surface-label{font-weight:500;font-size:.875rem;color:var(--color-text-primary)}.examples__state-examples{display:flex;flex-wrap:wrap;gap:var(--space-md)}.examples__state-item{padding:var(--space-md) var(--space-lg);border-radius:6px;font-weight:500;font-size:.875rem;min-width:120px;text-align:center}.examples__border-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-md)}.examples__border-item{padding:var(--space-lg);border-radius:var(--radius-md);border:2px solid;background-color:var(--color-surface);min-height:80px;display:flex;align-items:center;justify-content:center}.examples__border-item span{font-weight:500;font-size:.875rem;color:var(--color-text-primary)}.examples__code-example{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-lg);overflow-x:auto}.examples__code-block{margin:0;font-family:Fira Code,Source Code Pro,monospace;font-size:.875rem;line-height:1.8;color:var(--color-text-primary);white-space:pre}.examples__message{color:var(--color-text-secondary);font-size:1rem}@media(max-width:768px){.examples__container{padding:var(--space-lg)}.examples__color-grid,.examples__surface-examples,.examples__border-examples{grid-template-columns:1fr}}.light-theme .form-check{align-items:center;display:flex;font-family:var(--body);gap:5px}@media(min-width:360px)and (max-width:767px){.light-theme .form-check{margin-bottom:8px}}@media(min-width:768px)and (max-width:1023px){.light-theme .form-check{margin-bottom:12px}}.light-theme .form-check input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--neutral-0);border:1px solid var(--neutral-900);border-radius:2px;cursor:pointer;position:relative}.light-theme .form-check input[type=checkbox]:hover{border:2px solid var(--primary-default)}.light-theme .form-check input[type=checkbox]:after{background-repeat:no-repeat;background-size:contain;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.light-theme .form-check input[type=checkbox]:checked{background-color:var(--neutral-900);border-color:var(--neutral-900)}.light-theme .form-check input[type=checkbox]:checked:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCAxMi42MTEgOC45MjMgMTcuNSAyMCA2LjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=)}.light-theme .form-check input[type=checkbox]:indeterminate{background-color:var(--primary-default);border-color:var(--primary-default)}.light-theme .form-check input[type=checkbox]:indeterminate:after{background-color:#fff;content:"";height:2px;left:50%;margin:auto;top:50%;transform:translate(-50%,-50%);width:10px}.light-theme .form-check input[type=checkbox]:disabled{background-color:transparent;border-color:var(--primary-default);cursor:not-allowed;opacity:.4}.light-theme .form-check input[type=checkbox]:disabled:checked{background-color:var(--primary-default);border-color:var(--primary-default)}.light-theme .form-check input[type=checkbox]:disabled:checked:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCAxMi42MTEgOC45MjMgMTcuNSAyMCA2LjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=)}.light-theme .form-check.form-check input{height:16px;width:16px}.light-theme .form-check.form-check input:after,.light-theme .form-check.small input{height:14px;width:14px}.light-theme .form-check.small input:after{height:11px;width:11px}.light-theme .form-check.small input:indeterminate:after{height:2px;width:8px}.light-theme .form-check.small label{font-size:14px}@media(min-width:360px)and (max-width:767px){.light-theme .form-check.small label{font-size:12px}}@media(min-width:768px)and (max-width:1023px){.light-theme .form-check.small label{font-size:12px}}.light-theme .form-check.medium input{height:16px;width:16px}.light-theme .form-check.medium input:after{height:14px;width:14px}.light-theme .form-check.medium input:indeterminate:after{height:2px;width:8px}.light-theme .form-check.medium label{font-size:16px}@media(min-width:360px)and (max-width:767px){.light-theme .form-check.medium label{font-size:14px}}@media(min-width:768px)and (max-width:1023px){.light-theme .form-check.medium label{font-size:14px}}.light-theme .form-check.large input{height:18px;width:18px}.light-theme .form-check.large input:after{height:16px;width:16px}.light-theme .form-check.large input:indeterminate:after{height:2px;width:12px}.light-theme .form-check.large label{font-size:18px}@media(min-width:360px)and (max-width:767px){.light-theme .form-check.large label{font-size:16px}}@media(min-width:768px)and (max-width:1023px){.light-theme .form-check.large label{font-size:16px}}.light-theme .form-check label{color:var(--neutral-900);cursor:pointer;font-family:var(--body);font-weight:400}.light-theme .form-check .input:disabled~.label{color:var(--neutral-600);cursor:default;font-size:var(--body);opacity:.4}.light-theme .form-check.filled input[type=checkbox]{background-color:var(--primary-deep);border-color:var(--neutral-50);color:var(--neutral-50)}.light-theme .form-check.filled input[type=checkbox]:after{height:14px;width:14px}.light-theme .form-check.filled input[type=checkbox]:hover:not(:disabled){background-color:var(--primary-deep);border-color:var(--neutral-50)}.light-theme .form-check.filled input[type=checkbox]:checked{background-color:var(--primary-default);border-color:var(--primary-default)}.light-theme .form-check.filled input[type=checkbox]:checked:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCAxMi42MTEgOC45MjMgMTcuNSAyMCA2LjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=)}.light-theme .form-check.filled input[type=checkbox]:indeterminate{background-color:var(--primary-deep);border-color:var(--primary-default)}.light-theme .form-check.filled input[type=checkbox]:indeterminate:after{background-color:var(--neutral-50);content:"";height:2px;width:10px}.light-theme .form-check.filled input[type=checkbox]:disabled{background-color:var(--primary-deep);border-color:var(--neutral-50);opacity:.8}.light-theme .form-check.filled .label{color:var(--neutral-50);cursor:pointer}.light-theme .form-check.filled .input:disabled~.label{color:var(--neutral-50);cursor:default}.light-theme .form-group .dropdown{display:none;flex-direction:column}.light-theme .form-group .dropdown.small{border:1px solid var(--neutral-400);height:auto;max-height:100%;position:absolute;width:95px;z-index:99}.light-theme .form-group .input-group .prepend:hover+.dropdown,.light-theme .form-group .input-group .prepend:hover~.dropdown,.light-theme .form-group .input-group:hover~.dropdown{display:flex}.light-theme .form-group input{cursor:pointer}.light-theme .form-group.disabled .form-control{background-color:var(--neutral-200);border:1px solid var(--neutral-400);cursor:not-allowed;opacity:.4}.light-theme .form-group.disabled .form-control:focus{box-shadow:none;outline:0}.light-theme .form-group.disabled .form-label,.light-theme .form-group.disabled .form-text{opacity:.4}.light-theme .form-group.disabled .btn,.light-theme .form-group.disabled .input-group-text{background-color:var(--neutral-200);border:1px solid var(--neutral-400);opacity:.4}.light-theme .form-group.disabled .btn{cursor:not-allowed}.light-theme .form-group.disabled .btn:active,.light-theme .form-group.disabled .btn:focus,.light-theme .form-group.disabled .btn:hover{background-color:var(--neutral-200);border:1px solid var(--neutral-400);box-shadow:none}.light-theme .form-group.disabled .btn,.light-theme .form-group.disabled .form-control,.light-theme .form-group.disabled .input-group-text{pointer-events:none}.light-theme .form-group .form-label{align-items:center;color:var(--neutral-800);display:flex;font-family:var(--body);font-size:16px;font-weight:600;margin-bottom:12px}.light-theme .form-group .form-label i{display:block;font-size:16px;height:16px!important;width:16px!important}.light-theme .form-group .form-label.required:after{color:var(--destructive-shallow);content:"*";height:7px;line-height:7px;margin-left:4px;position:relative;top:-2px;width:7px}.light-theme .form-group .form-label.form-label-invert{color:var(--neutral-50)}.light-theme .form-group .form-text{color:var(--neutral-800);font-family:var(--body);font-size:16px;font-weight:400;margin-top:12px}@media(min-width:360px)and (max-width:767px){.light-theme .form-group .form-text{font-size:12px;margin-top:8px}}@media(min-width:768px)and (max-width:1023px){.light-theme .form-group .form-text{font-size:12px;margin-top:8px}}.light-theme .form-group .form-control{background-color:var(--neutral-0);border:1px solid var(--neutral-400);box-shadow:none;box-sizing:border-box;color:var(--neutral-800);display:block;font-family:var(--body);font-size:16px;height:40px;line-height:1.5;padding:0 10px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.light-theme .form-group .form-control::-moz-placeholder{color:var(--neutral-600)}.light-theme .form-group .form-control::placeholder{color:var(--neutral-600)}.light-theme .form-group .form-control:active,.light-theme .form-group .form-control:focus,.light-theme .form-group .form-control:hover{border-color:var(--neutral-400);outline:1px solid rgba(var(--neutral-400),1)}.light-theme .form-group .form-control::-moz-selection{background-color:var(--neutral-700);color:var(--neutral-200);outline:1px solid rgba(var(--neutral-400),1)}.light-theme .form-group .form-control::selection{background-color:var(--neutral-700);color:var(--neutral-200);outline:1px solid rgba(var(--neutral-400),1)}.light-theme .form-group .form-control.small{font-size:14px;height:32px;padding:0 8px}.light-theme .form-group .form-control.large{font-size:18px;height:48px;padding:0 10px}.light-theme .form-group .form-control.round{border-radius:8px}.light-theme .form-group .form-control.pill{border-radius:1000px}.light-theme .form-group .form-control.error,.light-theme .form-group .form-control.invert,.light-theme .form-group .form-control.success,.light-theme .form-group .form-control.warning{background-color:var(--neutral-0);border:2px solid}.light-theme .form-group .form-control.error:active,.light-theme .form-group .form-control.error:focus,.light-theme .form-group .form-control.error:hover,.light-theme .form-group .form-control.invert:active,.light-theme .form-group .form-control.invert:focus,.light-theme .form-group .form-control.invert:hover,.light-theme .form-group .form-control.success:active,.light-theme .form-group .form-control.success:focus,.light-theme .form-group .form-control.success:hover,.light-theme .form-group .form-control.warning:active,.light-theme .form-group .form-control.warning:focus,.light-theme .form-group .form-control.warning:hover{outline:none}.light-theme .form-group .form-control.success{border-color:var(--success-deep)}.light-theme .form-group .form-control.success:hover{border:2px solid var(--success-default)}.light-theme .form-group .form-control.success:active,.light-theme .form-group .form-control.success:focus{border-color:var(--success-shallow)}.light-theme .form-group .form-control.success::-moz-selection{background-color:var(--success-default);border-color:var(--success-shallow);color:var(--neutral-0)}.light-theme .form-group .form-control.success::selection{background-color:var(--success-default);border-color:var(--success-shallow);color:var(--neutral-0)}.light-theme .form-group .form-control.success+.form-text{color:var(--success-deep)}.light-theme .form-group .form-control.warning{border-color:var(--warning-deep)}.light-theme .form-group .form-control.warning:hover{border-color:var(--warning-default)}.light-theme .form-group .form-control.warning:active,.light-theme .form-group .form-control.warning:focus{border-color:var(--warning-shallow)}.light-theme .form-group .form-control.warning::-moz-selection{background-color:var(--warning-deep);border-color:var(--warning-shallow);color:var(--neutral-0)}.light-theme .form-group .form-control.warning::selection{background-color:var(--warning-deep);border-color:var(--warning-shallow);color:var(--neutral-0)}.light-theme .form-group .form-control.warning+.form-text{color:var(--warning-deep)}.light-theme .form-group .form-control.error{border-color:var(--destructive-deep)}.light-theme .form-group .form-control.error:hover{border-color:var(--destructive-default)}.light-theme .form-group .form-control.error:active,.light-theme .form-group .form-control.error:focus{border-color:var(--destructive-shallow)}.light-theme .form-group .form-control.error::-moz-selection{background-color:var(--destructive-deep);border-color:var(--destructive-shallow);color:var(--neutral-0)}.light-theme .form-group .form-control.error::selection{background-color:var(--destructive-deep);border-color:var(--destructive-shallow);color:var(--neutral-0)}.light-theme .form-group .form-control.error+.form-text{color:var(--destructive-deep)}.light-theme .form-group .form-control.invert{border-color:var(--neutral-400)}.light-theme .form-group .form-control.invert:hover{border-color:var(--neutral-200)}.light-theme .form-group .form-control.invert:active,.light-theme .form-group .form-control.invert:focus{border-color:var(--neutral-300)}.light-theme .form-group .form-control.invert::-moz-selection{background-color:var(--neutral-700);border-color:var(--neutral-0);color:var(--neutral-200)}.light-theme .form-group .form-control.invert::selection{background-color:var(--neutral-700);border-color:var(--neutral-0);color:var(--neutral-200)}.light-theme .form-group .form-control.invert+.form-text{color:var(--neutral-50)}.light-theme .form-group .form-control.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../assets/icons/solid/arrows-icons/arrow-down-01-round.svg);background-position:right 8px center;background-repeat:no-repeat;background-size:18px}.light-theme .form-group .input-group{align-items:stretch;display:flex;width:100%}.light-theme .form-group .input-group.search{position:relative}.light-theme .form-group .input-group.search .btn-search{background:none;border:none;cursor:pointer;padding:5px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.light-theme .form-group .input-group.search .btn-search>i.icon{background-color:var(--neutral-800);height:16px!important;width:16px!important}.light-theme .form-group .input-group.date{position:relative}.light-theme .form-group .input-group.date input[type=date]::-webkit-calendar-picker-indicator{-webkit-appearance:none;cursor:pointer;opacity:0;width:30px}.light-theme .form-group .input-group.date input[type=date]::-moz-calendar-picker-indicator{cursor:pointer;opacity:0;width:30px}.light-theme .form-group .input-group.date .icon{cursor:pointer;height:16px!important;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px!important}.light-theme .form-group .input-group.month{position:relative}.light-theme .form-group .input-group.month input[type=month]::-webkit-calendar-picker-indicator{-webkit-appearance:none;cursor:pointer;opacity:0;width:30px}.light-theme .form-group .input-group.month input[type=month]::-moz-calendar-picker-indicator{cursor:pointer;opacity:0;width:30px}.light-theme .form-group .input-group.month .icon{cursor:pointer;height:16px!important;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px!important}.light-theme .form-group .input-group.date-time{position:relative}.light-theme .form-group .input-group.date-time input[type=datetime-local]::-webkit-calendar-picker-indicator{-webkit-appearance:none;cursor:pointer;opacity:0;width:30px}.light-theme .form-group .input-group.date-time input[type=datetime-local]::-moz-calendar-picker-indicator{cursor:pointer;opacity:0;width:30px}.light-theme .form-group .input-group.date-time .icon{cursor:pointer;height:16px!important;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px!important}.light-theme .form-group .input-group.time{position:relative}.light-theme .form-group .input-group.time input[type=time]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:0;width:30px}.light-theme .form-group .input-group.time input[type=time]::-webkit-inner-spin-button{cursor:pointer;opacity:0;width:30px}.light-theme .form-group .input-group.time i.icon{cursor:pointer;height:16px!important;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px!important}.light-theme .form-group .input-group.icon-content{position:relative}.light-theme .form-group .input-group.icon-content .icon{cursor:pointer;height:16px!important;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px!important}.light-theme .form-group .input-group.password{position:relative}.light-theme .form-group .input-group.password i.icon{cursor:pointer;height:16px!important;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px!important}.light-theme .form-group .input-group.file{background-color:var(--neutral-0);border:1px solid var(--neutral-400);border-radius:0;color:var(--neutral-800);display:inline-block;font-family:var(--body);height:38px;overflow:hidden;position:relative;width:100%}.light-theme .form-group .input-group.file input[type=file]{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.light-theme .form-group .input-group.file:before{color:#666;content:"Nenhum arquivo...";font-size:14px;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.light-theme .form-group .input-group.file:after{background-color:var(--neutral-200);border-left:1px solid var(--neutral-400);border-radius:0;color:var(--neutral-800);content:"Escolher Arquivo";font-size:14px;height:100%;padding:10px 12px;pointer-events:none;position:absolute;right:0;top:0}.light-theme .form-group .input-group.file:hover:after{background-color:#dee2e6}.light-theme .form-group .input-group.message{position:relative}.light-theme .form-group .input-group.message .icon{cursor:pointer;height:16px!important;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px!important}.light-theme .form-group .input-group.cvv{position:relative}.light-theme .form-group .input-group.cvv i.icon{cursor:pointer;height:16px!important;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px!important}.light-theme .form-group .input-group .form-control{flex:1 1 auto;margin-bottom:0;position:relative;width:1%}.light-theme .form-group .input-group .input-group-text{align-items:center;border:1px solid var(--neutral-400);color:var(--neutral-800);display:flex;font-family:var(--body);font-size:16px;font-weight:400;justify-content:center;line-height:1.5;margin-bottom:0;min-width:18px;text-align:center}.light-theme .form-group .input-group .btn,.light-theme .form-group .input-group .input-group-text{background-color:var(--neutral-200);border-radius:0;margin-left:-1px;padding:0 10px;position:relative}.light-theme .form-group .input-group .btn{cursor:pointer;min-width:40px}.light-theme .form-group .input-group .btn i{height:16px;width:16px}.light-theme .form-group .input-group .prepend.pill{border-bottom-left-radius:1000px;border-top-left-radius:1000px}.light-theme .form-group .input-group .prepend.round{border-bottom-left-radius:8px;border-top-left-radius:8px}.light-theme .form-group .input-group .prepend .icon{height:16px;width:16px}.light-theme .form-group .input-group .prepend i.flag{height:24px;margin-right:8px;width:24px}.light-theme .form-group .input-group .btn+.input-prepend,.light-theme .form-group .input-group .btn.prepend+.form-control,.light-theme .form-group .input-group .input-group-prepend+.form-control,.light-theme .form-group .input-group .input-group-text+.input-prepend,.light-theme .form-group .input-group .prepend+.form-control,.light-theme .form-group .input-group .prepend+.input-prepend{border-bottom-left-radius:0;border-left:none;border-top-left-radius:0}.light-theme .form-group .input-group .input-group-prepend{margin-right:-1px}.light-theme .form-group .input-group .input-group-append{margin-left:-1px}.light-theme .form-group .input-group .btn-outline-secondary{border-color:var(--neutral-400);color:var(--neutral-800)}.light-theme .form-group .input-group .btn-outline-secondary:hover{background-color:var(--neutral-200);border-color:var(--neutral-400);color:var(--neutral-600)}.light-theme .form-group .input-group .btn:focus,.light-theme .form-group .input-group .input-group-text:focus{border-color:var(--neutral-400);outline:none}.light-theme .form-group .input-group.small .btn,.light-theme .form-group .input-group.small .form-control{font-size:14px;height:32px;padding:0 8px}.light-theme .form-group .input-group.small .input-group-text{font-size:14px}.light-theme .form-group .input-group.large .btn,.light-theme .form-group .input-group.large .form-control{font-size:18px;height:48px;padding:0 12px}.light-theme .form-group .input-group.large .input-group-text{font-size:18px;height:46px}.light-theme .form-group .input-group.error:active,.light-theme .form-group .input-group.error:focus,.light-theme .form-group .input-group.error:hover,.light-theme .form-group .input-group.invert:active,.light-theme .form-group .input-group.invert:focus,.light-theme .form-group .input-group.invert:hover,.light-theme .form-group .input-group.success:active,.light-theme .form-group .input-group.success:focus,.light-theme .form-group .input-group.success:hover,.light-theme .form-group .input-group.warning:active,.light-theme .form-group .input-group.warning:focus,.light-theme .form-group .input-group.warning:hover{outline:none}.light-theme .form-group .input-group.error:disabled,.light-theme .form-group .input-group.invert:disabled,.light-theme .form-group .input-group.success:disabled,.light-theme .form-group .input-group.warning:disabled{opacity:.4;outline:none}.light-theme .form-group .input-group.error .btn,.light-theme .form-group .input-group.error .btn:hover,.light-theme .form-group .input-group.error .input-group-text,.light-theme .form-group .input-group.invert .btn,.light-theme .form-group .input-group.invert .btn:hover,.light-theme .form-group .input-group.invert .input-group-text,.light-theme .form-group .input-group.success .btn,.light-theme .form-group .input-group.success .btn:hover,.light-theme .form-group .input-group.success .input-group-text,.light-theme .form-group .input-group.warning .btn,.light-theme .form-group .input-group.warning .btn:hover,.light-theme .form-group .input-group.warning .input-group-text{background-color:var(--neutral-200)}.light-theme .form-group .input-group.success .input-group-text{border-color:var(--success-deep);border-right:var(--neutral-400)}.light-theme .form-group .input-group.success .form-control{border-color:var(--success-deep)}.light-theme .form-group .input-group.success .form-control:hover{border-color:var(--success-default);outline:1px solid rgba(var(--success-default),1)}.light-theme .form-group .input-group.success .form-control:active,.light-theme .form-group .input-group.success .form-control:focus{border-color:var(--success-shallow);outline:1px solid rgba(var(--success-shallow),1)}.light-theme .form-group .input-group.success .form-control::-moz-selection{background-color:var(--success-default);border-color:var(--success-shallow);color:var(--neutral-0);outline:1px solid rgba(var(--success-shallow),1)}.light-theme .form-group .input-group.success .form-control::selection{background-color:var(--success-default);border-color:var(--success-shallow);color:var(--neutral-0);outline:1px solid rgba(var(--success-shallow),1)}.light-theme .form-group .input-group.success .form-control+.form-text{color:var(--success-deep)}.light-theme .form-group .input-group.success .btn,.light-theme .form-group .input-group.success .input-group-text{border-color:var(--success-deep)}.light-theme .form-group .input-group.success+.form-text{color:var(--success-deep)}.light-theme .form-group .input-group.warning .input-group-text{border-color:var(--warning-deep);border-right:var(--neutral-400)}.light-theme .form-group .input-group.warning .form-control{border-color:var(--warning-deep)}.light-theme .form-group .input-group.warning .form-control:hover{border-color:var(--warning-default);outline:1px solid rgba(var(--warning-default),1)}.light-theme .form-group .input-group.warning .form-control:active,.light-theme .form-group .input-group.warning .form-control:focus{border-color:var(--warning-shallow);outline:1px solid rgba(var(--warning-shallow),1)}.light-theme .form-group .input-group.warning .form-control::-moz-selection{background-color:var(--warning-deep);border-color:var(--warning-shallow);color:var(--neutral-0);outline:1px solid rgba(var(--warning-shallow),1)}.light-theme .form-group .input-group.warning .form-control::selection{background-color:var(--warning-deep);border-color:var(--warning-shallow);color:var(--neutral-0);outline:1px solid rgba(var(--warning-shallow),1)}.light-theme .form-group .input-group.warning .form-control+.form-text{color:var(--success-deep)}.light-theme .form-group .input-group.warning .btn,.light-theme .form-group .input-group.warning .input-group-text{border-color:var(--warning-deep)}.light-theme .form-group .input-group.warning+.form-text{color:var(--warning-deep)}.light-theme .form-group .input-group.error .input-group-text{border-color:var(--destructive-deep);border-right:var(--neutral-400)}.light-theme .form-group .input-group.error .form-control{border-color:var(--destructive-deep)}.light-theme .form-group .input-group.error .form-control:hover{border-color:var(--destructive-default);outline:1px solid rgba(var(--destructive-default),1)}.light-theme .form-group .input-group.error .form-control:active,.light-theme .form-group .input-group.error .form-control:focus{border-color:var(--destructive-shallow);outline:1px solid rgba(var(--destructive-shallow),1)}.light-theme .form-group .input-group.error .form-control::-moz-selection{background-color:var(--destructive-deep);border-color:var(--destructive-shallow);color:var(--neutral-0);outline:1px solid rgba(var(--destructive-shallow),1)}.light-theme .form-group .input-group.error .form-control::selection{background-color:var(--destructive-deep);border-color:var(--destructive-shallow);color:var(--neutral-0);outline:1px solid rgba(var(--destructive-shallow),1)}.light-theme .form-group .input-group.error .form-control+.form-text{color:var(--success-deep)}.light-theme .form-group .input-group.error .btn,.light-theme .form-group .input-group.error .input-group-text{border-color:var(--destructive-deep)}.light-theme .form-group .input-group.error+.form-text{color:var(--destructive-deep)}.light-theme .form-group .input-group.invert .form-control{background-color:var(--neutral-0);border-color:var(--warning-deep);border:1px solid var(--neutral-400);outline:none}.light-theme .form-group .input-group.invert .form-control:hover{border-color:var(--neutral-200);outline:1px solid rgba(var(--neutral-200),1)}.light-theme .form-group .input-group.invert .form-control:active,.light-theme .form-group .input-group.invert .form-control:focus{border-color:var(--neutral-300);outline:1px solid rgba(var(--neutral-300),1)}.light-theme .form-group .input-group.invert .form-control::-moz-selection{background-color:var(--neutral-0);border-color:var(--neutral-0);outline:1px solid rgba(var(--neutral-0),1)}.light-theme .form-group .input-group.invert .form-control::selection{background-color:var(--neutral-0);border-color:var(--neutral-0);outline:1px solid rgba(var(--neutral-0),1)}.light-theme .form-group .input-group.invert .form-control+.form-text{color:var(--success-deep)}.light-theme .form-group .input-group.invert .btn,.light-theme .form-group .input-group.invert .input-group-text{border-color:var(--neutral-400)}.light-theme .form-group .input-group.invert+.form-text{color:var(--neutral-50)}.light-theme .form-group .input-group-pill .btn,.light-theme .form-group .input-group-pill .form-control,.light-theme .form-group .input-group-pill .input-group-text,.light-theme .form-group .input-group-round .btn,.light-theme .form-group .input-group-round .form-control,.light-theme .form-group .input-group-round .input-group-text{border-radius:0}.light-theme .form-group .input-group-pill .btn:first-child,.light-theme .form-group .input-group-pill .form-control:first-child,.light-theme .form-group .input-group-pill .input-group-text:first-child,.light-theme .form-group .input-group-round .btn:first-child,.light-theme .form-group .input-group-round .form-control:first-child,.light-theme .form-group .input-group-round .input-group-text:first-child{border-bottom-left-radius:var(--input-radius);border-top-left-radius:var(--input-radius)}.light-theme .form-group .input-group-pill .btn:last-child,.light-theme .form-group .input-group-pill .form-control:last-child,.light-theme .form-group .input-group-pill .input-group-text:last-child,.light-theme .form-group .input-group-round .btn:last-child,.light-theme .form-group .input-group-round .form-control:last-child,.light-theme .form-group .input-group-round .input-group-text:last-child{border-bottom-right-radius:var(--input-radius);border-top-right-radius:var(--input-radius)}.light-theme .form-group .input-group-round{border-radius:8px}.light-theme .form-group .select-wrapper{display:inline-block;position:relative;width:100%}.light-theme .form-group .select-wrapper .form-control.select{background-position:right 12px center;padding-right:112px}.light-theme .form-group .select-wrapper .chip-overlay{align-items:center;display:flex;pointer-events:none;position:absolute;right:38px;top:50%;transform:translateY(-50%);z-index:4}.light-theme .form-group-pill{border-radius:1000px}.light-theme textarea.form-control{min-height:100px;padding:10px}.light-theme textarea.form-control.resize-none{resize:none}.light-theme textarea.form-control.resize-vertical{resize:vertical}.light-theme textarea.form-control.resize-horizontal{resize:horizontal}@media(min-width:768px)and (max-width:1023px){.light-theme .form-group .form-control,.light-theme .form-group .form-label,.light-theme .form-group .form-text{font-size:14px}.light-theme .form-group .form-control.small{font-size:12px}.light-theme .form-group .form-control.large{font-size:16px}.light-theme .form-group .form-control.round{border-radius:4px}.light-theme .form-group .input-group.file:after{font-size:12px}.light-theme .form-group .input-group .input-group-text{font-size:14px}.light-theme .form-group .input-group.small .btn,.light-theme .form-group .input-group.small .form-control,.light-theme .form-group .input-group.small .input-group-text{font-size:12px}.light-theme .form-group .input-group.large .btn,.light-theme .form-group .input-group.large .form-control,.light-theme .form-group .input-group.large .input-group-text{font-size:16px}.light-theme .form-group .input-group-round{border-radius:4px}}@media(min-width:360px)and (max-width:767px){.light-theme .form-group .form-control,.light-theme .form-group .form-label,.light-theme .form-group .form-text{font-size:14px}.light-theme .form-group .form-control.small{font-size:12px}.light-theme .form-group .form-control.large{font-size:16px}.light-theme .form-group .form-control.round{border-radius:4px}.light-theme .form-group .input-group.file:after{font-size:12px}.light-theme .form-group .input-group .input-group-text{font-size:14px}.light-theme .form-group .input-group.small .btn,.light-theme .form-group .input-group.small .form-control,.light-theme .form-group .input-group.small .input-group-text{font-size:12px}.light-theme .form-group .input-group.large .btn,.light-theme .form-group .input-group.large .form-control,.light-theme .form-group .input-group.large .input-group-text{font-size:16px}.light-theme .form-group .input-group-round{border-radius:4px}}.light-theme .custom-radio{align-items:center;display:flex;gap:8px}.light-theme .custom-radio input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid var(--neutral-900);border-radius:50%;cursor:pointer;display:flex;height:16px;margin:0;transition:border .2s ease-in-out;width:16px}.light-theme .custom-radio input[type=radio]:hover{border:2px solid var(--neutral-900)}.light-theme .custom-radio input[type=radio]:checked{border:5px solid var(--neutral-900)}.light-theme .custom-radio input[type=radio]:disabled{border:1px solid var(--neutral-400);cursor:not-allowed}.light-theme .custom-radio input[type=radio]:disabled:hover{border:2px solid var(--neutral-400)}.light-theme .custom-radio input[type=radio]:disabled:checked{border:5px solid var(--neutral-400)}.light-theme .custom-radio input[type=radio]:disabled+label{color:var(--neutral-400);cursor:not-allowed}.light-theme .custom-radio.small input[type=radio]{height:14px;width:14px}.light-theme .custom-radio.small label{font-size:14px}@media(min-width:360px)and (max-width:767px){.light-theme .custom-radio.small label{font-size:12px}}@media(min-width:768px)and (max-width:1023px){.light-theme .custom-radio.small label{font-size:12px}}.light-theme .custom-radio.medium input[type=radio]{height:16px;width:16px}.light-theme .custom-radio.medium label{font-size:16px}@media(min-width:360px)and (max-width:767px){.light-theme .custom-radio.medium label{font-size:14px}}@media(min-width:768px)and (max-width:1023px){.light-theme .custom-radio.medium label{font-size:14px}}.light-theme .custom-radio.large input[type=radio]{height:18px;width:18px}.light-theme .custom-radio.large label{font-size:18px}@media(min-width:360px)and (max-width:767px){.light-theme .custom-radio.large label{font-size:16px}}@media(min-width:768px)and (max-width:1023px){.light-theme .custom-radio.large label{font-size:16px}}.light-theme .custom-radio.invert input[type=radio]{background:transparent;border:1px solid var(--primary-shallower)}.light-theme .custom-radio.invert input[type=radio]:hover{border:2px solid var(--primary-shallower)}.light-theme .custom-radio.invert input[type=radio]:checked{background:var(--neutral-900);border:5px solid var(--primary-shallower)}.light-theme .custom-radio.invert label{color:var(--neutral-50)}.light-theme .custom-radio.primary input[type=radio]{background:transparent;border:1px solid var(--primary)}.light-theme .custom-radio.primary input[type=radio]:hover{border:2px solid var(--primary)}.light-theme .custom-radio.primary input[type=radio]:checked{border:5px solid var(--primary)}.light-theme .custom-radio.primary label{color:var(--primary)}.light-theme .custom-radio label{cursor:pointer;font-family:var(--body);font-weight:400}.light-theme .toggle{align-items:center;display:flex}.light-theme .toggle .form-toggle{align-items:center;display:flex;gap:8px}.light-theme .toggle .form-toggle .input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--neutral-400);border:2px solid var(--neutral-400);border-radius:32px;cursor:pointer;outline:none;position:relative;transition:background-color .3s ease,border-color .3s ease}.light-theme .toggle .form-toggle .input:hover,.light-theme .toggle .form-toggle .input:hover+label,label:hover+.light-theme .toggle .form-toggle .input{border-color:var(--neutral-400)}.light-theme .toggle .form-toggle .input:focus-visible{box-shadow:0 0 0 3px var(--neutral-400)}.light-theme .toggle .form-toggle .input:before{background-color:var(--neutral-0);border-radius:50%;content:"";left:2px;position:absolute;top:50%;transform:translateY(-50%);transition:left .3s ease,right .3s ease,background-color .3s ease,transform .3s ease}.light-theme .toggle .form-toggle .input:after{background:none;background-image:none;border:0;box-shadow:none;content:none;mask:none;-webkit-mask:none}.light-theme .toggle .form-toggle .input:checked{background-color:var(--neutral-900);border-color:var(--neutral-900)}.light-theme .toggle .form-toggle .input:checked:hover,.light-theme .toggle .form-toggle .input:checked:hover+label,label:hover+.light-theme .toggle .form-toggle .input:checked{border-color:var(--neutral-900)}.light-theme .toggle .form-toggle .input:checked:before{left:auto;right:2px}.light-theme .toggle .form-toggle .input::-moz-focus-inner{border:0}.light-theme .toggle .form-toggle .input::-ms-check{display:none}.light-theme .toggle .form-toggle .input::-webkit-slider-thumb{-webkit-appearance:none}.light-theme .toggle .form-toggle.primary .input:focus-visible{box-shadow:0 0 0 3px var(--primary-shallow)}.light-theme .toggle .form-toggle.primary .input:checked{background-color:var(--primary-deep);border-color:var(--primary-shallow)}.light-theme .toggle .form-toggle.primary .input:checked:hover,.light-theme .toggle .form-toggle.primary .input:checked:hover+label,label:hover+.light-theme .toggle .form-toggle.primary .input:checked{border-color:var(--primary-deep)}.light-theme .toggle .form-toggle.invert .input{background-color:var(--primary-shallow);border-color:var(--primary-shallow)}.light-theme .toggle .form-toggle.invert .input:hover,.light-theme .toggle .form-toggle.invert .input:hover+label,label:hover+.light-theme .toggle .form-toggle.invert .input{border-color:var(--primary-shallow)}.light-theme .toggle .form-toggle.invert .input:focus-visible{box-shadow:0 0 0 3px var(--primary-shallow)}.light-theme .toggle .form-toggle.invert .input:before{background-color:var(--primary-deep)}.light-theme .toggle .form-toggle.invert .input:checked{background-color:var(--neutral-50);border-color:var(--neutral-50)}.light-theme .toggle .form-toggle.invert .input:checked:hover,.light-theme .toggle .form-toggle.invert .input:checked:hover+label,label:hover+.light-theme .toggle .form-toggle.invert .input:checked{border-color:var(--neutral-50)}.light-theme .toggle .form-toggle.invert label{color:var(--neutral-50)}.light-theme .toggle .form-toggle.disabled .input{background-color:var(--neutral-400);border:2px solid var(--neutral-400);cursor:not-allowed;pointer-events:none}.light-theme .toggle .form-toggle.disabled .input:focus-visible{box-shadow:none}.light-theme .toggle .form-toggle.disabled .input:hover,.light-theme .toggle .form-toggle.disabled .input:hover+label,label:hover+.light-theme .toggle .form-toggle.disabled .input{border-color:var(--neutral-400)}.light-theme .toggle .form-toggle.disabled .input:before{background-color:var(--neutral-0)}.light-theme .toggle .form-toggle.disabled .input:checked{background-color:var(--neutral-400);border-color:var(--neutral-400)}.light-theme .toggle .form-toggle.disabled .input:checked:hover,.light-theme .toggle .form-toggle.disabled .input:checked:hover+label,label:hover+.light-theme .toggle .form-toggle.disabled .input:checked{border-color:var(--neutral-400)}.light-theme .toggle .form-toggle.disabled label{color:var(--neutral-400);cursor:not-allowed;pointer-events:none}.light-theme .toggle .form-toggle.small .input{height:16px;width:30px}.light-theme .toggle .form-toggle.small .input:before{height:12px;width:12px}.light-theme .toggle .form-toggle.medium .input{height:20px;width:34px}.light-theme .toggle .form-toggle.medium .input:before{aspect-ratio:1;height:auto;inset:1px auto 2px 2px;transform:none;transition:left .3s ease,right .3s ease,background-color .3s ease,transform .3s ease;width:auto}.light-theme .toggle .form-toggle.medium .input:checked:after,.light-theme .toggle .form-toggle.medium .input:checked:before{left:auto;right:2px}.light-theme .toggle .form-toggle.large .input{height:24px;width:46px}.light-theme .toggle .form-toggle.large .input:before{height:20px;width:20px}.light-theme .toggle .form-toggle label{cursor:pointer}.dark-theme .form-check{align-items:center;display:flex;font-family:var(--body);gap:5px}@media(min-width:360px)and (max-width:767px){.dark-theme .form-check{margin-bottom:8px}}@media(min-width:768px)and (max-width:1023px){.dark-theme .form-check{margin-bottom:12px}}.dark-theme .form-check input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--neutral-100);border:1px solid var(--neutral-900);border-radius:2px;cursor:pointer;position:relative}.dark-theme .form-check input[type=checkbox]:hover{border:2px solid var(--primary-deeper)}.dark-theme .form-check input[type=checkbox]:after{background-repeat:no-repeat;background-size:contain;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.dark-theme .form-check input[type=checkbox]:checked{background-color:var(--neutral-900);border-color:var(--neutral-900)}.dark-theme .form-check input[type=checkbox]:checked:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCAxMi42MTEgOC45MjMgMTcuNSAyMCA2LjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=)}.dark-theme .form-check input[type=checkbox]:indeterminate{background-color:var(--primary-deeper);border-color:var(--primary-deeper)}.dark-theme .form-check input[type=checkbox]:indeterminate:after{background-color:#fff;content:"";height:2px;left:50%;margin:auto;top:50%;transform:translate(-50%,-50%);width:10px}.dark-theme .form-check input[type=checkbox]:disabled{background-color:transparent;border-color:var(--primary-deeper);cursor:not-allowed;opacity:.4}.dark-theme .form-check input[type=checkbox]:disabled:checked{background-color:var(--primary-deeper);border-color:var(--primary-deeper)}.dark-theme .form-check input[type=checkbox]:disabled:checked:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCAxMi42MTEgOC45MjMgMTcuNSAyMCA2LjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=)}.dark-theme .form-check.form-check input{height:16px;width:16px}.dark-theme .form-check.form-check input:after,.dark-theme .form-check.small input{height:14px;width:14px}.dark-theme .form-check.small input:after{height:11px;width:11px}.dark-theme .form-check.small input:indeterminate:after{height:2px;width:8px}.dark-theme .form-check.small label{font-size:14px}@media(min-width:360px)and (max-width:767px){.dark-theme .form-check.small label{font-size:12px}}@media(min-width:768px)and (max-width:1023px){.dark-theme .form-check.small label{font-size:12px}}.dark-theme .form-check.medium input{height:16px;width:16px}.dark-theme .form-check.medium input:after{height:14px;width:14px}.dark-theme .form-check.medium input:indeterminate:after{height:2px;width:8px}.dark-theme .form-check.medium label{font-size:16px}@media(min-width:360px)and (max-width:767px){.dark-theme .form-check.medium label{font-size:14px}}@media(min-width:768px)and (max-width:1023px){.dark-theme .form-check.medium label{font-size:14px}}.dark-theme .form-check.large input{height:18px;width:18px}.dark-theme .form-check.large input:after{height:16px;width:16px}.dark-theme .form-check.large input:indeterminate:after{height:2px;width:12px}.dark-theme .form-check.large label{font-size:18px}@media(min-width:360px)and (max-width:767px){.dark-theme .form-check.large label{font-size:16px}}@media(min-width:768px)and (max-width:1023px){.dark-theme .form-check.large label{font-size:16px}}.dark-theme .form-check label{color:var(--neutral-900);cursor:pointer;font-family:var(--body);font-weight:400}.dark-theme .form-check .input:disabled~.label{color:var(--neutral-600);cursor:default;font-size:var(--body);opacity:.4}.dark-theme .form-check.filled input[type=checkbox]{background-color:var(--primary-shallow);border-color:var(--neutral-900);color:var(--neutral-900)}.dark-theme .form-check.filled input[type=checkbox]:after{height:14px;width:14px}.dark-theme .form-check.filled input[type=checkbox]:hover:not(:disabled){background-color:var(--primary-shallow);border-color:var(--neutral-900)}.dark-theme .form-check.filled input[type=checkbox]:checked{background-color:var(--primary-deeper);border-color:var(--primary-deeper)}.dark-theme .form-check.filled input[type=checkbox]:checked:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNCAxMi42MTEgOC45MjMgMTcuNSAyMCA2LjUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=)}.dark-theme .form-check.filled input[type=checkbox]:indeterminate{background-color:var(--primary-shallow);border-color:var(--primary-deeper)}.dark-theme .form-check.filled input[type=checkbox]:indeterminate:after{background-color:var(--neutral-900);content:"";height:2px;width:10px}.dark-theme .form-check.filled input[type=checkbox]:disabled{background-color:var(--primary-shallow);border-color:var(--neutral-900);opacity:.8}.dark-theme .form-check.filled .label{color:var(--neutral-900);cursor:pointer}.dark-theme .form-check.filled .input:disabled~.label{color:var(--neutral-900);cursor:default}.dark-theme .form-group .dropdown{display:none;flex-direction:column}.dark-theme .form-group .dropdown.small{border:1px solid var(--neutral-200);height:auto;max-height:100%;position:absolute;width:95px;z-index:99}.dark-theme .form-group .input-group .prepend:hover+.dropdown,.dark-theme .form-group .input-group .prepend:hover~.dropdown,.dark-theme .form-group .input-group:hover~.dropdown{display:flex}.dark-theme .form-group input{cursor:pointer}.dark-theme .form-group.disabled .form-control{background-color:var(--neutral-50);border:1px solid var(--neutral-200);cursor:not-allowed;opacity:.4}.dark-theme .form-group.disabled .form-control:focus{box-shadow:none;outline:0}.dark-theme .form-group.disabled .form-label,.dark-theme .form-group.disabled .form-text{opacity:.4}.dark-theme .form-group.disabled .btn,.dark-theme .form-group.disabled .input-group-text{background-color:var(--neutral-50);border:1px solid var(--neutral-200);opacity:.4}.dark-theme .form-group.disabled .btn{cursor:not-allowed}.dark-theme .form-group.disabled .btn:active,.dark-theme .form-group.disabled .btn:focus,.dark-theme .form-group.disabled .btn:hover{background-color:var(--neutral-50);border:1px solid var(--neutral-200);box-shadow:none}.dark-theme .form-group.disabled .btn,.dark-theme .form-group.disabled .form-control,.dark-theme .form-group.disabled .input-group-text{pointer-events:none}.dark-theme .form-group .form-label{align-items:center;color:var(--neutral-800);display:flex;font-family:var(--body);font-size:16px;font-weight:600;margin-bottom:12px}.dark-theme .form-group .form-label i{display:block;font-size:16px;height:16px!important;width:16px!important}.dark-theme .form-group .form-label.required:after{color:var(--neutral-1000);content:"*";height:7px;line-height:7px;margin-left:4px;position:relative;top:-2px;width:7px}.dark-theme .form-group .form-label.form-label-invert{color:var(--neutral-900)}.dark-theme .form-group .form-text{color:var(--neutral-800);font-family:var(--body);font-size:16px;font-weight:400;margin-top:12px}@media(min-width:360px)and (max-width:767px){.dark-theme .form-group .form-text{font-size:12px;margin-top:8px}}@media(min-width:768px)and (max-width:1023px){.dark-theme .form-group .form-text{font-size:12px;margin-top:8px}}.dark-theme .form-group .form-control{background-color:var(--neutral-100);border:1px solid var(--neutral-200);box-shadow:none;box-sizing:border-box;color:var(--neutral-800);display:block;font-family:var(--body);font-size:16px;height:40px;line-height:1.5;padding:0 10px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.dark-theme .form-group .form-control::-moz-placeholder{color:var(--neutral-600)}.dark-theme .form-group .form-control::placeholder{color:var(--neutral-600)}.dark-theme .form-group .form-control:active,.dark-theme .form-group .form-control:focus,.dark-theme .form-group .form-control:hover{border-color:var(--neutral-600);outline:1px solid rgba(var(--neutral-600),1)}.dark-theme .form-group .form-control::-moz-selection{background-color:var(--neutral-700);color:var(--neutral-200);outline:1px solid rgba(var(--neutral-600),1)}.dark-theme .form-group .form-control::selection{background-color:var(--neutral-700);color:var(--neutral-200);outline:1px solid rgba(var(--neutral-600),1)}.dark-theme .form-group .form-control.small{font-size:14px;height:32px;padding:0 8px}.dark-theme .form-group .form-control.large{font-size:18px;height:48px;padding:0 10px}.dark-theme .form-group .form-control.round{border-radius:8px}.dark-theme .form-group .form-control.pill{border-radius:1000px}.dark-theme .form-group .form-control.error,.dark-theme .form-group .form-control.invert,.dark-theme .form-group .form-control.success,.dark-theme .form-group .form-control.warning{background-color:var(--neutral-100);border:2px solid}.dark-theme .form-group .form-control.error:active,.dark-theme .form-group .form-control.error:focus,.dark-theme .form-group .form-control.error:hover,.dark-theme .form-group .form-control.invert:active,.dark-theme .form-group .form-control.invert:focus,.dark-theme .form-group .form-control.invert:hover,.dark-theme .form-group .form-control.success:active,.dark-theme .form-group .form-control.success:focus,.dark-theme .form-group .form-control.success:hover,.dark-theme .form-group .form-control.warning:active,.dark-theme .form-group .form-control.warning:focus,.dark-theme .form-group .form-control.warning:hover{outline:none}.dark-theme .form-group .form-control.success{border-color:var(--success-deeper)}.dark-theme .form-group .form-control.success:hover{border:2px solid var(--success-deep)}.dark-theme .form-group .form-control.success:active,.dark-theme .form-group .form-control.success:focus{border-color:var(--success-deeper)}.dark-theme .form-group .form-control.success::-moz-selection{background-color:var(--success-deep);border-color:var(--neutral-1000);color:var(--neutral-50)}.dark-theme .form-group .form-control.success::selection{background-color:var(--success-deep);border-color:var(--neutral-1000);color:var(--neutral-50)}.dark-theme .form-group .form-control.success+.form-text{color:var(--success-deeper)}.dark-theme .form-group .form-control.warning{border-color:var(--warning-deeper)}.dark-theme .form-group .form-control.warning:hover{border-color:var(--warning-deep)}.dark-theme .form-group .form-control.warning:active,.dark-theme .form-group .form-control.warning:focus{border-color:var(--warning-deeper)}.dark-theme .form-group .form-control.warning::-moz-selection{background-color:var(--warning-deeper);border-color:var(--neutral-1000);color:var(--neutral-50)}.dark-theme .form-group .form-control.warning::selection{background-color:var(--warning-deeper);border-color:var(--neutral-1000);color:var(--neutral-50)}.dark-theme .form-group .form-control.warning+.form-text{color:var(--warning-deeper)}.dark-theme .form-group .form-control.error{border-color:var(--destructive-deeper)}.dark-theme .form-group .form-control.error:hover{border-color:var(--destructive-deep)}.dark-theme .form-group .form-control.error:active,.dark-theme .form-group .form-control.error:focus{border-color:var(--destructive-deeper)}.dark-theme .form-group .form-control.error::-moz-selection{background-color:var(--destructive-deeper);border-color:var(--neutral-1000);color:var(--neutral-50)}.dark-theme .form-group .form-control.error::selection{background-color:var(--destructive-deeper);border-color:var(--neutral-1000);color:var(--neutral-50)}.dark-theme .form-group .form-control.error+.form-text{color:var(--destructive-deeper)}.dark-theme .form-group .form-control.invert,.dark-theme .form-group .form-control.invert:hover{border-color:var(--neutral-200)}.dark-theme .form-group .form-control.invert:active,.dark-theme .form-group .form-control.invert:focus{border-color:var(--neutral-300)}.dark-theme .form-group .form-control.invert::-moz-selection{background-color:var(--neutral-700);border-color:var(--neutral-400);color:var(--neutral-200)}.dark-theme .form-group .form-control.invert::selection{background-color:var(--neutral-700);border-color:var(--neutral-400);color:var(--neutral-200)}.dark-theme .form-group .form-control.invert+.form-text{color:var(--neutral-900)}.dark-theme .form-group .form-control.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../assets/icons/solid/arrows-icons/arrow-down-01-round.svg);background-position:right 8px center;background-repeat:no-repeat;background-size:18px}.dark-theme .form-group .input-group{align-items:stretch;display:flex;width:100%}.dark-theme .form-group .input-group.search{position:relative}.dark-theme .form-group .input-group.search .btn-search{background:none;border:none;cursor:pointer;padding:5px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.dark-theme .form-group .input-group.search .btn-search>i.icon{background-color:var(--neutral-800);height:16px!important;width:16px!important}.dark-theme .form-group .input-group.date{position:relative}.dark-theme .form-group .input-group.date input[type=date]::-webkit-calendar-picker-indicator{-webkit-appearance:none;cursor:pointer;opacity:0;width:30px}.dark-theme .form-group .input-group.date input[type=date]::-moz-calendar-picker-indicator{cursor:pointer;opacity:0;width:30px}.dark-theme .form-group .input-group.date .icon{cursor:pointer;height:16px!important;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px!important}.dark-theme .form-group .input-group.month{position:relative}.dark-theme .form-group .input-group.month input[type=month]::-webkit-calendar-picker-indicator{-webkit-appearance:none;cursor:pointer;opacity:0;width:30px}.dark-theme .form-group .input-group.month input[type=month]::-moz-calendar-picker-indicator{cursor:pointer;opacity:0;width:30px}.dark-theme .form-group .input-group.month .icon{cursor:pointer;height:16px!important;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px!important}.dark-theme .form-group .input-group.date-time{position:relative}.dark-theme .form-group .input-group.date-time input[type=datetime-local]::-webkit-calendar-picker-indicator{-webkit-appearance:none;cursor:pointer;opacity:0;width:30px}.dark-theme .form-group .input-group.date-time input[type=datetime-local]::-moz-calendar-picker-indicator{cursor:pointer;opacity:0;width:30px}.dark-theme .form-group .input-group.date-time .icon{cursor:pointer;height:16px!important;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px!important}.dark-theme .form-group .input-group.time{position:relative}.dark-theme .form-group .input-group.time input[type=time]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:0;width:30px}.dark-theme .form-group .input-group.time input[type=time]::-webkit-inner-spin-button{cursor:pointer;opacity:0;width:30px}.dark-theme .form-group .input-group.time i.icon{cursor:pointer;height:16px!important;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px!important}.dark-theme .form-group .input-group.icon-content{position:relative}.dark-theme .form-group .input-group.icon-content .icon{cursor:pointer;height:16px!important;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px!important}.dark-theme .form-group .input-group.password{position:relative}.dark-theme .form-group .input-group.password i.icon{cursor:pointer;height:16px!important;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px!important}.dark-theme .form-group .input-group.file{background-color:var(--neutral-100);border:1px solid var(--neutral-200);border-radius:0;color:var(--neutral-800);display:inline-block;font-family:var(--body);height:38px;overflow:hidden;position:relative;width:100%}.dark-theme .form-group .input-group.file input[type=file]{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.dark-theme .form-group .input-group.file:before{color:#666;content:"Nenhum arquivo...";font-size:14px;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.dark-theme .form-group .input-group.file:after{background-color:var(--neutral-50);border-left:1px solid var(--neutral-200);border-radius:0;color:var(--neutral-800);content:"Escolher Arquivo";font-size:14px;height:100%;padding:10px 12px;pointer-events:none;position:absolute;right:0;top:0}.dark-theme .form-group .input-group.file:hover:after{background-color:#dee2e6}.dark-theme .form-group .input-group.message{position:relative}.dark-theme .form-group .input-group.message .icon{cursor:pointer;height:16px!important;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px!important}.dark-theme .form-group .input-group.cvv{position:relative}.dark-theme .form-group .input-group.cvv i.icon{cursor:pointer;height:16px!important;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:16px!important}.dark-theme .form-group .input-group .form-control{flex:1 1 auto;margin-bottom:0;position:relative;width:1%}.dark-theme .form-group .input-group .input-group-text{align-items:center;border:1px solid var(--neutral-200);color:var(--neutral-800);display:flex;font-family:var(--body);font-size:16px;font-weight:400;justify-content:center;line-height:1.5;margin-bottom:0;min-width:18px;text-align:center}.dark-theme .form-group .input-group .btn,.dark-theme .form-group .input-group .input-group-text{background-color:var(--neutral-50);border-radius:0;margin-left:-1px;padding:0 10px;position:relative}.dark-theme .form-group .input-group .btn{cursor:pointer;min-width:40px}.dark-theme .form-group .input-group .btn i{height:16px;width:16px}.dark-theme .form-group .input-group .prepend.pill{border-bottom-left-radius:1000px;border-top-left-radius:1000px}.dark-theme .form-group .input-group .prepend.round{border-bottom-left-radius:8px;border-top-left-radius:8px}.dark-theme .form-group .input-group .prepend .icon{height:16px;width:16px}.dark-theme .form-group .input-group .prepend i.flag{height:24px;margin-right:8px;width:24px}.dark-theme .form-group .input-group .btn+.input-prepend,.dark-theme .form-group .input-group .btn.prepend+.form-control,.dark-theme .form-group .input-group .input-group-prepend+.form-control,.dark-theme .form-group .input-group .input-group-text+.input-prepend,.dark-theme .form-group .input-group .prepend+.form-control,.dark-theme .form-group .input-group .prepend+.input-prepend{border-bottom-left-radius:0;border-left:none;border-top-left-radius:0}.dark-theme .form-group .input-group .input-group-prepend{margin-right:-1px}.dark-theme .form-group .input-group .input-group-append{margin-left:-1px}.dark-theme .form-group .input-group .btn-outline-secondary{border-color:var(--neutral-200);color:var(--neutral-800)}.dark-theme .form-group .input-group .btn-outline-secondary:hover{background-color:var(--neutral-200);border-color:var(--neutral-600);color:var(--neutral-600)}.dark-theme .form-group .input-group .btn:focus,.dark-theme .form-group .input-group .input-group-text:focus{border-color:var(--neutral-600);outline:none}.dark-theme .form-group .input-group.small .btn,.dark-theme .form-group .input-group.small .form-control{font-size:14px;height:32px;padding:0 8px}.dark-theme .form-group .input-group.small .input-group-text{font-size:14px}.dark-theme .form-group .input-group.large .btn,.dark-theme .form-group .input-group.large .form-control{font-size:18px;height:48px;padding:0 12px}.dark-theme .form-group .input-group.large .input-group-text{font-size:18px;height:46px}.dark-theme .form-group .input-group.error:active,.dark-theme .form-group .input-group.error:focus,.dark-theme .form-group .input-group.error:hover,.dark-theme .form-group .input-group.invert:active,.dark-theme .form-group .input-group.invert:focus,.dark-theme .form-group .input-group.invert:hover,.dark-theme .form-group .input-group.success:active,.dark-theme .form-group .input-group.success:focus,.dark-theme .form-group .input-group.success:hover,.dark-theme .form-group .input-group.warning:active,.dark-theme .form-group .input-group.warning:focus,.dark-theme .form-group .input-group.warning:hover{outline:none}.dark-theme .form-group .input-group.error:disabled,.dark-theme .form-group .input-group.invert:disabled,.dark-theme .form-group .input-group.success:disabled,.dark-theme .form-group .input-group.warning:disabled{opacity:.4;outline:none}.dark-theme .form-group .input-group.error .btn,.dark-theme .form-group .input-group.error .btn:hover,.dark-theme .form-group .input-group.error .input-group-text,.dark-theme .form-group .input-group.invert .btn,.dark-theme .form-group .input-group.invert .btn:hover,.dark-theme .form-group .input-group.invert .input-group-text,.dark-theme .form-group .input-group.success .btn,.dark-theme .form-group .input-group.success .btn:hover,.dark-theme .form-group .input-group.success .input-group-text,.dark-theme .form-group .input-group.warning .btn,.dark-theme .form-group .input-group.warning .btn:hover,.dark-theme .form-group .input-group.warning .input-group-text{background-color:var(--neutral-50)}.dark-theme .form-group .input-group.success .input-group-text{border-color:var(--success-deeper);border-right:var(--neutral-200)}.dark-theme .form-group .input-group.success .form-control{border-color:var(--success-deeper)}.dark-theme .form-group .input-group.success .form-control:hover{border-color:var(--success-deep);outline:1px solid rgba(var(--success-deep),1)}.dark-theme .form-group .input-group.success .form-control:active,.dark-theme .form-group .input-group.success .form-control:focus{border-color:var(--success-deeper);outline:1px solid rgba(var(--success-deeper),1)}.dark-theme .form-group .input-group.success .form-control::-moz-selection{background-color:var(--success-deep);border-color:var(--neutral-1000);color:var(--neutral-50);outline:1px solid rgba(var(--neutral-1000),1)}.dark-theme .form-group .input-group.success .form-control::selection{background-color:var(--success-deep);border-color:var(--neutral-1000);color:var(--neutral-50);outline:1px solid rgba(var(--neutral-1000),1)}.dark-theme .form-group .input-group.success .form-control+.form-text{color:var(--success-deeper)}.dark-theme .form-group .input-group.success .btn,.dark-theme .form-group .input-group.success .input-group-text{border-color:var(--success-deeper)}.dark-theme .form-group .input-group.success+.form-text{color:var(--success-deeper)}.dark-theme .form-group .input-group.warning .input-group-text{border-color:var(--warning-deeper);border-right:var(--neutral-200)}.dark-theme .form-group .input-group.warning .form-control{border-color:var(--warning-deeper)}.dark-theme .form-group .input-group.warning .form-control:hover{border-color:var(--warning-deep);outline:1px solid rgba(var(--warning-deep),1)}.dark-theme .form-group .input-group.warning .form-control:active,.dark-theme .form-group .input-group.warning .form-control:focus{border-color:var(--warning-deeper);outline:1px solid rgba(var(--warning-deeper),1)}.dark-theme .form-group .input-group.warning .form-control::-moz-selection{background-color:var(--warning-deeper);border-color:var(--neutral-1000);color:var(--neutral-50);outline:1px solid rgba(var(--neutral-1000),1)}.dark-theme .form-group .input-group.warning .form-control::selection{background-color:var(--warning-deeper);border-color:var(--neutral-1000);color:var(--neutral-50);outline:1px solid rgba(var(--neutral-1000),1)}.dark-theme .form-group .input-group.warning .form-control+.form-text{color:var(--success-deeper)}.dark-theme .form-group .input-group.warning .btn,.dark-theme .form-group .input-group.warning .input-group-text{border-color:var(--warning-deeper)}.dark-theme .form-group .input-group.warning+.form-text{color:var(--warning-deeper)}.dark-theme .form-group .input-group.error .input-group-text{border-color:var(--destructive-deeper);border-right:var(--neutral-200)}.dark-theme .form-group .input-group.error .form-control{border-color:var(--destructive-deeper)}.dark-theme .form-group .input-group.error .form-control:hover{border-color:var(--destructive-deep);outline:1px solid rgba(var(--destructive-deep),1)}.dark-theme .form-group .input-group.error .form-control:active,.dark-theme .form-group .input-group.error .form-control:focus{border-color:var(--destructive-deeper);outline:1px solid rgba(var(--destructive-deeper),1)}.dark-theme .form-group .input-group.error .form-control::-moz-selection{background-color:var(--destructive-deeper);border-color:var(--neutral-1000);color:var(--neutral-50);outline:1px solid rgba(var(--neutral-1000),1)}.dark-theme .form-group .input-group.error .form-control::selection{background-color:var(--destructive-deeper);border-color:var(--neutral-1000);color:var(--neutral-50);outline:1px solid rgba(var(--neutral-1000),1)}.dark-theme .form-group .input-group.error .form-control+.form-text{color:var(--success-deeper)}.dark-theme .form-group .input-group.error .btn,.dark-theme .form-group .input-group.error .input-group-text{border-color:var(--destructive-deeper)}.dark-theme .form-group .input-group.error+.form-text{color:var(--destructive-deeper)}.dark-theme .form-group .input-group.invert .form-control{background-color:var(--neutral-100);border-color:var(--warning-deeper);border:1px solid var(--neutral-200);outline:none}.dark-theme .form-group .input-group.invert .form-control:hover{border-color:var(--neutral-200);outline:1px solid rgba(var(--neutral-200),1)}.dark-theme .form-group .input-group.invert .form-control:active,.dark-theme .form-group .input-group.invert .form-control:focus{border-color:var(--neutral-300);outline:1px solid rgba(var(--neutral-300),1)}.dark-theme .form-group .input-group.invert .form-control::-moz-selection{background-color:var(--neutral-400);border-color:var(--neutral-400);outline:1px solid rgba(var(--neutral-400),1)}.dark-theme .form-group .input-group.invert .form-control::selection{background-color:var(--neutral-400);border-color:var(--neutral-400);outline:1px solid rgba(var(--neutral-400),1)}.dark-theme .form-group .input-group.invert .form-control+.form-text{color:var(--success-deeper)}.dark-theme .form-group .input-group.invert .btn,.dark-theme .form-group .input-group.invert .input-group-text{border-color:var(--neutral-200)}.dark-theme .form-group .input-group.invert+.form-text{color:var(--neutral-900)}.dark-theme .form-group .input-group-pill .btn,.dark-theme .form-group .input-group-pill .form-control,.dark-theme .form-group .input-group-pill .input-group-text,.dark-theme .form-group .input-group-round .btn,.dark-theme .form-group .input-group-round .form-control,.dark-theme .form-group .input-group-round .input-group-text{border-radius:0}.dark-theme .form-group .input-group-pill .btn:first-child,.dark-theme .form-group .input-group-pill .form-control:first-child,.dark-theme .form-group .input-group-pill .input-group-text:first-child,.dark-theme .form-group .input-group-round .btn:first-child,.dark-theme .form-group .input-group-round .form-control:first-child,.dark-theme .form-group .input-group-round .input-group-text:first-child{border-bottom-left-radius:var(--input-radius);border-top-left-radius:var(--input-radius)}.dark-theme .form-group .input-group-pill .btn:last-child,.dark-theme .form-group .input-group-pill .form-control:last-child,.dark-theme .form-group .input-group-pill .input-group-text:last-child,.dark-theme .form-group .input-group-round .btn:last-child,.dark-theme .form-group .input-group-round .form-control:last-child,.dark-theme .form-group .input-group-round .input-group-text:last-child{border-bottom-right-radius:var(--input-radius);border-top-right-radius:var(--input-radius)}.dark-theme .form-group .input-group-round{border-radius:8px}.dark-theme .form-group .select-wrapper{display:inline-block;position:relative;width:100%}.dark-theme .form-group .select-wrapper .form-control.select{background-position:right 12px center;padding-right:112px}.dark-theme .form-group .select-wrapper .chip-overlay{align-items:center;display:flex;pointer-events:none;position:absolute;right:38px;top:50%;transform:translateY(-50%);z-index:4}.dark-theme .form-group-pill{border-radius:1000px}.dark-theme textarea.form-control{min-height:100px;padding:10px}.dark-theme textarea.form-control.resize-none{resize:none}.dark-theme textarea.form-control.resize-vertical{resize:vertical}.dark-theme textarea.form-control.resize-horizontal{resize:horizontal}@media(min-width:768px)and (max-width:1023px){.dark-theme .form-group .form-control,.dark-theme .form-group .form-label,.dark-theme .form-group .form-text{font-size:14px}.dark-theme .form-group .form-control.small{font-size:12px}.dark-theme .form-group .form-control.large{font-size:16px}.dark-theme .form-group .form-control.round{border-radius:4px}.dark-theme .form-group .input-group.file:after{font-size:12px}.dark-theme .form-group .input-group .input-group-text{font-size:14px}.dark-theme .form-group .input-group.small .btn,.dark-theme .form-group .input-group.small .form-control,.dark-theme .form-group .input-group.small .input-group-text{font-size:12px}.dark-theme .form-group .input-group.large .btn,.dark-theme .form-group .input-group.large .form-control,.dark-theme .form-group .input-group.large .input-group-text{font-size:16px}.dark-theme .form-group .input-group-round{border-radius:4px}}@media(min-width:360px)and (max-width:767px){.dark-theme .form-group .form-control,.dark-theme .form-group .form-label,.dark-theme .form-group .form-text{font-size:14px}.dark-theme .form-group .form-control.small{font-size:12px}.dark-theme .form-group .form-control.large{font-size:16px}.dark-theme .form-group .form-control.round{border-radius:4px}.dark-theme .form-group .input-group.file:after{font-size:12px}.dark-theme .form-group .input-group .input-group-text{font-size:14px}.dark-theme .form-group .input-group.small .btn,.dark-theme .form-group .input-group.small .form-control,.dark-theme .form-group .input-group.small .input-group-text{font-size:12px}.dark-theme .form-group .input-group.large .btn,.dark-theme .form-group .input-group.large .form-control,.dark-theme .form-group .input-group.large .input-group-text{font-size:16px}.dark-theme .form-group .input-group-round{border-radius:4px}}.dark-theme .custom-radio{align-items:center;display:flex;gap:8px}.dark-theme .custom-radio input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid var(--neutral-900);border-radius:50%;cursor:pointer;display:flex;height:16px;margin:0;transition:border .2s ease-in-out;width:16px}.dark-theme .custom-radio input[type=radio]:hover{border:2px solid var(--neutral-900)}.dark-theme .custom-radio input[type=radio]:checked{border:5px solid var(--neutral-900)}.dark-theme .custom-radio input[type=radio]:disabled{border:1px solid var(--neutral-400);cursor:not-allowed}.dark-theme .custom-radio input[type=radio]:disabled:hover{border:2px solid var(--neutral-400)}.dark-theme .custom-radio input[type=radio]:disabled:checked{border:5px solid var(--neutral-400)}.dark-theme .custom-radio input[type=radio]:disabled+label{color:var(--neutral-400);cursor:not-allowed}.dark-theme .custom-radio.small input[type=radio]{height:14px;width:14px}.dark-theme .custom-radio.small label{font-size:14px}@media(min-width:360px)and (max-width:767px){.dark-theme .custom-radio.small label{font-size:12px}}@media(min-width:768px)and (max-width:1023px){.dark-theme .custom-radio.small label{font-size:12px}}.dark-theme .custom-radio.medium input[type=radio]{height:16px;width:16px}.dark-theme .custom-radio.medium label{font-size:16px}@media(min-width:360px)and (max-width:767px){.dark-theme .custom-radio.medium label{font-size:14px}}@media(min-width:768px)and (max-width:1023px){.dark-theme .custom-radio.medium label{font-size:14px}}.dark-theme .custom-radio.large input[type=radio]{height:18px;width:18px}.dark-theme .custom-radio.large label{font-size:18px}@media(min-width:360px)and (max-width:767px){.dark-theme .custom-radio.large label{font-size:16px}}@media(min-width:768px)and (max-width:1023px){.dark-theme .custom-radio.large label{font-size:16px}}.dark-theme .custom-radio.invert input[type=radio]{background:transparent;border:1px solid var(--primary-deeper)}.dark-theme .custom-radio.invert input[type=radio]:hover{border:2px solid var(--primary-deeper)}.dark-theme .custom-radio.invert input[type=radio]:checked{background:var(--neutral-900);border:5px solid var(--primary-deeper)}.dark-theme .custom-radio.invert label{color:var(--neutral-900)}.dark-theme .custom-radio.primary input[type=radio]{background:transparent;border:1px solid var(--primary)}.dark-theme .custom-radio.primary input[type=radio]:hover{border:2px solid var(--primary)}.dark-theme .custom-radio.primary input[type=radio]:checked{border:5px solid var(--primary)}.dark-theme .custom-radio.primary label{color:var(--primary)}.dark-theme .custom-radio label{cursor:pointer;font-family:var(--body);font-weight:400}.dark-theme .toggle{align-items:center;display:flex}.dark-theme .toggle .form-toggle{align-items:center;display:flex;gap:8px}.dark-theme .toggle .form-toggle .input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--neutral-400);border:2px solid var(--neutral-400);border-radius:32px;cursor:pointer;outline:none;position:relative;transition:background-color .3s ease,border-color .3s ease}.dark-theme .toggle .form-toggle .input:hover,.dark-theme .toggle .form-toggle .input:hover+label,label:hover+.dark-theme .toggle .form-toggle .input{border-color:var(--neutral-400)}.dark-theme .toggle .form-toggle .input:focus-visible{box-shadow:0 0 0 3px var(--neutral-600)}.dark-theme .toggle .form-toggle .input:before{background-color:var(--neutral-100);border-radius:50%;content:"";left:2px;position:absolute;top:50%;transform:translateY(-50%);transition:left .3s ease,right .3s ease,background-color .3s ease,transform .3s ease}.dark-theme .toggle .form-toggle .input:after{background:none;background-image:none;border:0;box-shadow:none;content:none;mask:none;-webkit-mask:none}.dark-theme .toggle .form-toggle .input:checked{background-color:var(--neutral-900);border-color:var(--neutral-900)}.dark-theme .toggle .form-toggle .input:checked:hover,.dark-theme .toggle .form-toggle .input:checked:hover+label,label:hover+.dark-theme .toggle .form-toggle .input:checked{border-color:var(--neutral-900)}.dark-theme .toggle .form-toggle .input:checked:before{left:auto;right:2px}.dark-theme .toggle .form-toggle .input::-moz-focus-inner{border:0}.dark-theme .toggle .form-toggle .input::-ms-check{display:none}.dark-theme .toggle .form-toggle .input::-webkit-slider-thumb{-webkit-appearance:none}.dark-theme .toggle .form-toggle.primary .input:focus-visible{box-shadow:0 0 0 3px var(--primary-deeper)}.dark-theme .toggle .form-toggle.primary .input:checked{background-color:var(--primary-deeper);border-color:var(--primary-default)}.dark-theme .toggle .form-toggle.primary .input:checked:hover,.dark-theme .toggle .form-toggle.primary .input:checked:hover+label,label:hover+.dark-theme .toggle .form-toggle.primary .input:checked{border-color:var(--primary-deeper)}.dark-theme .toggle .form-toggle.invert .input{background-color:var(--primary-default);border-color:var(--primary-default)}.dark-theme .toggle .form-toggle.invert .input:hover,.dark-theme .toggle .form-toggle.invert .input:hover+label,label:hover+.dark-theme .toggle .form-toggle.invert .input{border-color:var(--primary-default)}.dark-theme .toggle .form-toggle.invert .input:focus-visible{box-shadow:0 0 0 3px var(--primary-default)}.dark-theme .toggle .form-toggle.invert .input:before{background-color:var(--primary-shallow)}.dark-theme .toggle .form-toggle.invert .input:checked{background-color:var(--neutral-900);border-color:var(--neutral-900)}.dark-theme .toggle .form-toggle.invert .input:checked:hover,.dark-theme .toggle .form-toggle.invert .input:checked:hover+label,label:hover+.dark-theme .toggle .form-toggle.invert .input:checked{border-color:var(--neutral-900)}.dark-theme .toggle .form-toggle.invert label{color:var(--neutral-900)}.dark-theme .toggle .form-toggle.disabled .input{background-color:var(--neutral-400);border:2px solid var(--neutral-400);cursor:not-allowed;pointer-events:none}.dark-theme .toggle .form-toggle.disabled .input:focus-visible{box-shadow:none}.dark-theme .toggle .form-toggle.disabled .input:hover,.dark-theme .toggle .form-toggle.disabled .input:hover+label,label:hover+.dark-theme .toggle .form-toggle.disabled .input{border-color:var(--neutral-400)}.dark-theme .toggle .form-toggle.disabled .input:before{background-color:var(--neutral-100)}.dark-theme .toggle .form-toggle.disabled .input:checked{background-color:var(--neutral-400);border-color:var(--neutral-400)}.dark-theme .toggle .form-toggle.disabled .input:checked:hover,.dark-theme .toggle .form-toggle.disabled .input:checked:hover+label,label:hover+.dark-theme .toggle .form-toggle.disabled .input:checked{border-color:var(--neutral-400)}.dark-theme .toggle .form-toggle.disabled label{color:var(--neutral-400);cursor:not-allowed;pointer-events:none}.dark-theme .toggle .form-toggle.small .input{height:16px;width:30px}.dark-theme .toggle .form-toggle.small .input:before{height:12px;width:12px}.dark-theme .toggle .form-toggle.medium .input{height:20px;width:34px}.dark-theme .toggle .form-toggle.medium .input:before{aspect-ratio:1;height:auto;inset:1px auto 2px 2px;transform:none;transition:left .3s ease,right .3s ease,background-color .3s ease,transform .3s ease;width:auto}.dark-theme .toggle .form-toggle.medium .input:checked:after,.dark-theme .toggle .form-toggle.medium .input:checked:before{left:auto;right:2px}.dark-theme .toggle .form-toggle.large .input{height:24px;width:46px}.dark-theme .toggle .form-toggle.large .input:before{height:20px;width:20px}.dark-theme .toggle .form-toggle label{cursor:pointer}.light-theme .btn{align-items:center;background-color:var(--neutral-0);border:1px solid;border-color:var(--neutral-400);border-radius:var(--btn-radius);box-sizing:border-box;color:var(--neutral-800);cursor:pointer;display:flex;flex-direction:row;font-family:var(--body);font-size:16px;font-weight:600;justify-content:center;position:relative}.light-theme .btn .dot-overlay{background-color:var(--destructive-default);border-radius:50%;height:8px;pointer-events:none;position:absolute;right:6px;top:6px;width:8px;z-index:2}.light-theme .btn.small .dot-overlay{right:3px;top:3px}.light-theme .btn.medium .dot-overlay{right:6px;top:6px}.light-theme .btn.large .dot-overlay{right:10px;top:10px}.light-theme .btn.xlarge .dot-overlay{right:14px;top:14px}.light-theme .btn:has(>span~i.icon) .dot-overlay{left:auto;right:6px}.light-theme .btn>i.icon{background-color:var(--neutral-800)}.light-theme .btn>i.flag{background-color:transparent}.light-theme .btn:hover,.light-theme .btn[data-state=hover]{background-color:var(--neutral-200)}.light-theme .btn:active,.light-theme .btn[data-state=active]{background-color:var(--neutral-300)}.light-theme .btn:focus-visible,.light-theme .btn[data-state=focus]{background-color:var(--neutral-0);border-color:var(--neutral-400);border-width:3px}.light-theme .btn[aria-pressed=true],.light-theme .btn[data-state=selected]{background-color:var(--neutral-0);border-color:var(--neutral-0)}.light-theme .btn:disabled,.light-theme .btn[data-state=disabled]{background-color:var(--neutral-0);border-color:var(--neutral-400);color:var(--neutral-800);cursor:not-allowed;opacity:.5}.light-theme .btn::-moz-selection{background-color:var(--neutral-0)}.light-theme .btn::selection{background-color:var(--neutral-0)}.light-theme .btn.invert{background-color:#fff0;border-color:var(--primary-shallow);color:var(--neutral-50)}.light-theme .btn.invert:hover,.light-theme .btn.invert[data-state=hover]{background-color:var(--primary-deep);border-color:var(--primary-shallower)}.light-theme .btn.invert:active,.light-theme .btn.invert[data-state=active]{background-color:var(--primary-deeper);border-color:var(--primary-shallow)}.light-theme .btn.invert:focus-visible,.light-theme .btn.invert[data-state=focus]{background-color:var(--primary-deep);border-color:var(--primary-shallow);border-width:3px}.light-theme .btn.invert[aria-pressed=true],.light-theme .btn.invert[data-state=selected]{background-color:var(--primary-shallow);border-color:var(--primary-shallow)}.light-theme .btn.invert:disabled,.light-theme .btn.invert[data-state=disabled]{background-color:var(--neutral-50);border-color:var(--primary-shallow);opacity:.5}.light-theme .btn.invert>i.icon{background-color:var(--neutral-50)}.light-theme .btn.invert>i.flag{background-color:transparent}.light-theme .btn.plain{background-color:#fff0;border-color:#fff0;color:var(--neutral-800)}.light-theme .btn.plain:hover,.light-theme .btn.plain[data-state=hover]{background-color:var(--neutral-800);border-color:var(--neutral-800);color:var(--neutral-0)}.light-theme .btn.plain:hover>i.icon,.light-theme .btn.plain[data-state=hover]>i.icon{background-color:var(--neutral-0)}.light-theme .btn.plain:active,.light-theme .btn.plain[data-state=active]{background-color:var(--neutral-300);border-color:var(--neutral-300)}.light-theme .btn.plain:focus-visible,.light-theme .btn.plain[data-state=focus]{background-color:var(--neutral-0);border-color:var(--neutral-400);border-width:3px}.light-theme .btn.plain[aria-pressed=true],.light-theme .btn.plain[data-state=selected]{background-color:var(--neutral-0)}.light-theme .btn.plain:disabled,.light-theme .btn.plain[data-state=disabled]{background-color:var(--neutral-0);color:var(--neutral-800);cursor:not-allowed;opacity:.5}.light-theme .btn.plain>i.icon{background-color:var(--neutral-800)}.light-theme .btn.plain.invert{background-color:#fff0;border-color:#fff0;color:var(--neutral-50)}.light-theme .btn.plain.invert:hover,.light-theme .btn.plain.invert[data-state=hover]{background-color:var(--primary-deep);border-color:var(--primary-deep)}.light-theme .btn.plain.invert:active,.light-theme .btn.plain.invert[data-state=active]{background-color:var(--primary-deeper);border-color:var(--primary-deeper)}.light-theme .btn.plain.invert:focus-visible,.light-theme .btn.plain.invert[data-state=focus]{background-color:var(--primary-deep);border-color:var(--primary-shallow);border-width:3px}.light-theme .btn.plain.invert[aria-pressed=true],.light-theme .btn.plain.invert[data-state=selected]{background-color:var(--primary-shallow)}.light-theme .btn.plain.invert:disabled,.light-theme .btn.plain.invert[data-state=disabled]{background-color:var(--neutral-800);border-color:var(--neutral-800);color:var(--neutral-0);opacity:.5}.light-theme .btn.plain.invert>i.icon{background-color:var(--neutral-50)}.light-theme .btn.plain.error{background-color:#fff0;border-color:#fff0;color:var(--destructive-deep)}.light-theme .btn.plain.error:hover,.light-theme .btn.plain.error[data-state=hover]{background-color:var(--destructive-default);color:var(--neutral-0)}.light-theme .btn.plain.error:hover>i.icon,.light-theme .btn.plain.error[data-state=hover]>i.icon{background-color:var(--neutral-0)}.light-theme .btn.plain.error:active,.light-theme .btn.plain.error[data-state=active]{background-color:var(--destructive-deeper);color:var(--neutral-0)}.light-theme .btn.plain.error:active>i.icon,.light-theme .btn.plain.error[data-state=active]>i.icon{background-color:var(--neutral-0)}.light-theme .btn.plain.error:focus-visible,.light-theme .btn.plain.error[data-state=focus]{background-color:var(--destructive-deep);border-color:var(--destructive-shallow);border-width:3px;color:var(--neutral-0)}.light-theme .btn.plain.error:focus-visible>i.icon,.light-theme .btn.plain.error[data-state=focus]>i.icon{background-color:var(--neutral-0)}.light-theme .btn.plain.error[aria-pressed=true],.light-theme .btn.plain.error[data-state=selected]{background-color:var(--destructive-shallow);color:var(--neutral-0)}.light-theme .btn.plain.error[aria-pressed=true]>i.icon,.light-theme .btn.plain.error[data-state=selected]>i.icon{background-color:var(--neutral-0)}.light-theme .btn.plain.error:disabled,.light-theme .btn.plain.error[data-state=disabled]{background-color:var(--destructive-deep);border-color:var(--destructive-deep);color:var(--neutral-0);opacity:.5}.light-theme .btn.plain.error:disabled>i.icon,.light-theme .btn.plain.error[data-state=disabled]>i.icon{background-color:var(--neutral-0)}.light-theme .btn.plain.error>i.icon{background-color:var(--destructive-deep)}.light-theme .btn.primary{background-color:var(--primary-deep);border-color:var(--primary-deep);color:var(--neutral-0)}.light-theme .btn.primary:hover,.light-theme .btn.primary[data-state=hover]{background-color:var(--primary-default);border-color:var(--primary-default)}.light-theme .btn.primary:active,.light-theme .btn.primary[data-state=active]{background-color:var(--primary-deeper);border-color:var(--primary-deeper)}.light-theme .btn.primary:focus-visible,.light-theme .btn.primary[data-state=focus]{background-color:var(--primary-deep);border-color:var(--primary-shallow);border-width:3px}.light-theme .btn.primary[aria-pressed=true],.light-theme .btn.primary[data-state=selected]{background-color:var(--primary-shallow);border-color:var(--primary-shallow)}.light-theme .btn.primary:disabled,.light-theme .btn.primary[data-state=disabled]{background-color:var(--primary-deep);border-color:var(--primary-deep);cursor:not-allowed;opacity:.5}.light-theme .btn.primary>i.icon{background-color:var(--neutral-0)}.light-theme .btn.primary>i.flag{background-color:transparent}.light-theme .btn.secondary{background-color:var(--secondary-deep);border-color:var(--secondary-deep);color:var(--neutral-0)}.light-theme .btn.secondary:hover,.light-theme .btn.secondary[data-state=hover]{background-color:var(--secondary-default);border-color:var(--secondary-default)}.light-theme .btn.secondary:active,.light-theme .btn.secondary[data-state=active]{background-color:var(--secondary-deeper);border-color:var(--secondary-deeper)}.light-theme .btn.secondary:focus-visible,.light-theme .btn.secondary[data-state=focus]{background-color:var(--secondary-deep);border-color:var(--secondary-shallow);border-width:3px}.light-theme .btn.secondary[aria-pressed=true],.light-theme .btn.secondary[data-state=selected]{background-color:var(--secondary-shallow);border-color:var(--secondary-shallow)}.light-theme .btn.secondary:disabled,.light-theme .btn.secondary[data-state=disabled]{background-color:var(--secondary-deep);border-color:var(--secondary-deep);cursor:not-allowed;opacity:.5}.light-theme .btn.secondary>i.icon{background-color:var(--neutral-0)}.light-theme .btn.secondary>i.flag{background-color:transparent}.light-theme .btn.tertiary{background-color:var(--tertiary-deep);border-color:var(--tertiary-deep);color:var(--neutral-0)}.light-theme .btn.tertiary:hover,.light-theme .btn.tertiary[data-state=hover]{background-color:var(--tertiary-default);border-color:var(--tertiary-default)}.light-theme .btn.tertiary:active,.light-theme .btn.tertiary[data-state=active]{background-color:var(--tertiary-deeper);border-color:var(--tertiary-deeper)}.light-theme .btn.tertiary:focus-visible,.light-theme .btn.tertiary[data-state=focus]{background-color:var(--tertiary-deep);border-color:var(--tertiary-shallow);border-width:3px}.light-theme .btn.tertiary[aria-pressed=true],.light-theme .btn.tertiary[data-state=selected]{background-color:var(--tertiary-shallow);border-color:var(--tertiary-shallow)}.light-theme .btn.tertiary:disabled,.light-theme .btn.tertiary[data-state=disabled]{background-color:var(--tertiary-deep);border-color:var(--tertiary-deep);cursor:not-allowed;opacity:.5}.light-theme .btn.tertiary>i.icon{background-color:var(--neutral-0)}.light-theme .btn.tertiary>i.flag{background-color:transparent}.light-theme .btn.quaternary{background-color:var(--quaternary-deep);border-color:var(--quaternary-deep);color:var(--neutral-0)}.light-theme .btn.quaternary:hover,.light-theme .btn.quaternary[data-state=hover]{background-color:var(--quaternary-default);border-color:var(--quaternary-default)}.light-theme .btn.quaternary:active,.light-theme .btn.quaternary[data-state=active]{background-color:var(--quaternary-deeper);border-color:var(--quaternary-deeper)}.light-theme .btn.quaternary:focus-visible,.light-theme .btn.quaternary[data-state=focus]{background-color:var(--quaternary-deep);border-color:var(--quaternary-shallow);border-width:3px}.light-theme .btn.quaternary[aria-pressed=true],.light-theme .btn.quaternary[data-state=selected]{background-color:var(--quaternary-shallow);border-color:var(--quaternary-shallow)}.light-theme .btn.quaternary:disabled,.light-theme .btn.quaternary[data-state=disabled]{background-color:var(--quaternary-deep);border-color:var(--quaternary-deep);cursor:not-allowed;opacity:.5}.light-theme .btn.quaternary>i.icon{background-color:var(--neutral-0)}.light-theme .btn.quaternary>i.flag{background-color:transparent}.light-theme .btn.success{background-color:var(--success-deep);border-color:var(--success-deep);color:var(--neutral-0)}.light-theme .btn.success:hover,.light-theme .btn.success[data-state=hover]{background-color:var(--success-default);border-color:var(--success-default)}.light-theme .btn.success:active,.light-theme .btn.success[data-state=active]{background-color:var(--success-deeper);border-color:var(--success-deeper)}.light-theme .btn.success:focus-visible,.light-theme .btn.success[data-state=focus]{background-color:var(--success-deep);border-color:var(--success-shallow);border-width:3px}.light-theme .btn.success[aria-pressed=true],.light-theme .btn.success[data-state=selected]{background-color:var(--success-shallow);border-color:var(--success-shallow)}.light-theme .btn.success:disabled,.light-theme .btn.success[data-state=disabled]{background-color:var(--success-deep);border-color:var(--success-deep);cursor:not-allowed;opacity:.5}.light-theme .btn.success>i.icon{background-color:var(--neutral-0)}.light-theme .btn.success>i.flag{background-color:transparent}.light-theme .btn.warning{background-color:var(--warning-deep);border-color:var(--warning-deep);color:var(--neutral-0)}.light-theme .btn.warning:hover,.light-theme .btn.warning[data-state=hover]{background-color:var(--warning-default);border-color:var(--warning-default)}.light-theme .btn.warning:active,.light-theme .btn.warning[data-state=active]{background-color:var(--warning-deeper);border-color:var(--warning-deeper)}.light-theme .btn.warning:focus-visible,.light-theme .btn.warning[data-state=focus]{background-color:var(--warning-deep);border-color:var(--warning-shallow);border-width:3px}.light-theme .btn.warning[aria-pressed=true],.light-theme .btn.warning[data-state=selected]{background-color:var(--warning-shallow);border-color:var(--warning-shallow)}.light-theme .btn.warning:disabled,.light-theme .btn.warning[data-state=disabled]{background-color:var(--warning-deep);border-color:var(--warning-deep);cursor:not-allowed;opacity:.5}.light-theme .btn.warning>i.icon{background-color:var(--neutral-0)}.light-theme .btn.warning>i.flag{background-color:transparent}.light-theme .btn.error{background-color:var(--destructive-deep);border-color:var(--destructive-deep);color:var(--neutral-0)}.light-theme .btn.error:hover,.light-theme .btn.error[data-state=hover]{background-color:var(--destructive-default);border-color:var(--destructive-default)}.light-theme .btn.error:active,.light-theme .btn.error[data-state=active]{background-color:var(--destructive-deeper);border-color:var(--destructive-deeper)}.light-theme .btn.error:focus-visible,.light-theme .btn.error[data-state=focus]{background-color:var(--destructive-deep);border-color:var(--destructive-shallow);border-width:3px}.light-theme .btn.error[aria-pressed=true],.light-theme .btn.error[data-state=selected]{background-color:var(--destructive-shallow);border-color:var(--destructive-shallow)}.light-theme .btn.error:disabled,.light-theme .btn.error[data-state=disabled]{background-color:var(--destructive-deep);border-color:var(--destructive-deep);cursor:not-allowed;opacity:.5}.light-theme .btn.error>i.icon{background-color:var(--neutral-0)}.light-theme .btn.error>i.flag{background-color:transparent}.light-theme .btn.cta{background-color:var(--cta-deep);border-color:var(--cta-deep);color:var(--neutral-0)}.light-theme .btn.cta:hover,.light-theme .btn.cta[data-state=hover]{background-color:var(--cta-default);border-color:var(--cta-default)}.light-theme .btn.cta:active,.light-theme .btn.cta[data-state=active]{background-color:var(--cta-deeper);border-color:var(--cta-deeper)}.light-theme .btn.cta:focus-visible,.light-theme .btn.cta[data-state=focus]{background-color:var(--cta-deep);border-color:var(--cta-shallow);border-width:3px}.light-theme .btn.cta[aria-pressed=true],.light-theme .btn.cta[data-state=selected]{background-color:var(--cta-shallow);border-color:var(--cta-shallow)}.light-theme .btn.cta:disabled,.light-theme .btn.cta[data-state=disabled]{background-color:var(--cta-deep);border-color:var(--cta-deep);cursor:not-allowed;opacity:.5}.light-theme .btn.cta>i.icon{background-color:var(--neutral-0)}.light-theme .btn.cta>i.flag{background-color:transparent}.light-theme .btn.small{font-size:14px;gap:6px;height:32px;padding:8px 10px}.light-theme .btn.small i.icon{height:12px;width:12px}.light-theme .btn.small>i.flag{height:10px;width:10px}.light-theme .btn.medium{font-size:16px;gap:8px;height:40px;padding:8px 13px}.light-theme .btn.medium i.icon{height:17px;width:17px}.light-theme .btn.medium>i.flag{height:20px;width:20px}.light-theme .btn.large{font-size:18px;gap:10px;height:48px;padding:8px 16px}.light-theme .btn.large i.icon{height:20px;width:20px}.light-theme .btn.large>i.flag{height:24px;width:24px}.light-theme .btn.xlarge{font-size:20px;gap:10px;height:64px;padding:12px 20px}.light-theme .btn.xlarge i.icon{height:28px;width:28px}.light-theme .btn.xlarge>i.flag{height:32px;width:32px}.light-theme .btn.radius-pill{border-radius:1000px}.light-theme .btn.radius-round{border-radius:8px}.light-theme .btn.radius-straigh{border-radius:0}.light-theme .btn.icon-only.small{height:32px;padding:8px;width:32px}.light-theme .btn.icon-only.medium{height:40px;padding:8px;width:40px}.light-theme .btn.icon-only.large{height:48px;padding:8px;width:48px}.light-theme .btn.icon-only.xlarge{height:64px;padding:12px;width:64px}@media(min-width:768px)and (max-width:1023px){.light-theme .btn{font-size:14px}.light-theme .btn.small{font-size:12px;gap:6px;height:32px;padding:8px 10px}.light-theme .btn.small i.icon{height:12px;width:12px}.light-theme .btn.small>i.flag{height:10px;width:10px}.light-theme .btn.medium{font-size:14px;gap:8px;height:40px;padding:8px 13px}.light-theme .btn.medium i.icon{height:17px;width:17px}.light-theme .btn.medium>i.flag{height:20px;width:20px}.light-theme .btn.large{font-size:16px;gap:10px;height:48px;padding:8px 16px}.light-theme .btn.large i.icon{height:20px;width:20px}.light-theme .btn.large>i.flag{height:24px;width:24px}.light-theme .btn.xlarge{font-size:20px;gap:10px;height:64px;padding:12px 20px}.light-theme .btn.xlarge i.icon{height:28px;width:28px}.light-theme .btn.xlarge>i.flag{height:32px;width:32px}.light-theme .btn.icon-only.small{height:32px;padding:8px;width:32px}.light-theme .btn.icon-only.medium{height:40px;padding:8px;width:40px}.light-theme .btn.icon-only.large{height:48px;padding:8px;width:48px}.light-theme .btn.icon-only.xlarge{height:64px;padding:12px;width:64px}}@media(min-width:360px)and (max-width:767px){.light-theme .btn{font-size:14px}.light-theme .btn.small{font-size:12px;gap:6px;height:32px;padding:8px 10px}.light-theme .btn.small i.icon{height:12px;width:12px}.light-theme .btn.small>i.flag{height:10px;width:10px}.light-theme .btn.medium{font-size:14px;gap:8px;height:40px;padding:8px 13px}.light-theme .btn.medium i.icon{height:17px;width:17px}.light-theme .btn.medium>i.flag{height:20px;width:20px}.light-theme .btn.large{font-size:16px;gap:10px;height:48px;padding:8px 16px}.light-theme .btn.large i.icon{height:20px;width:20px}.light-theme .btn.large>i.flag{height:24px;width:24px}.light-theme .btn.xlarge{font-size:20px;gap:10px;height:64px;padding:12px 20px}.light-theme .btn.xlarge i.icon{height:28px;width:28px}.light-theme .btn.xlarge>i.flag{height:32px;width:32px}.light-theme .btn.icon-only.small{height:32px;padding:8px;width:32px}.light-theme .btn.icon-only.medium{height:40px;padding:8px;width:40px}.light-theme .btn.icon-only.large{height:48px;padding:8px;width:48px}.light-theme .btn.icon-only.xlarge{height:64px;padding:12px;width:64px}}.dark-theme .btn{align-items:center;background-color:var(--neutral-100);border:1px solid;border-color:var(--neutral-400);border-radius:var(--btn-radius);box-sizing:border-box;color:var(--neutral-800);cursor:pointer;display:flex;flex-direction:row;font-family:var(--body);font-size:16px;font-weight:600;justify-content:center;position:relative}.dark-theme .btn .dot-overlay{background-color:var(--destructive-deep);border-radius:50%;height:8px;pointer-events:none;position:absolute;right:6px;top:6px;width:8px;z-index:2}.dark-theme .btn.small .dot-overlay{right:3px;top:3px}.dark-theme .btn.medium .dot-overlay{right:6px;top:6px}.dark-theme .btn.large .dot-overlay{right:10px;top:10px}.dark-theme .btn.xlarge .dot-overlay{right:14px;top:14px}.dark-theme .btn:has(>span~i.icon) .dot-overlay{left:auto;right:6px}.dark-theme .btn>i.icon{background-color:var(--neutral-800)}.dark-theme .btn>i.flag{background-color:transparent}.dark-theme .btn:hover,.dark-theme .btn[data-state=hover]{background-color:var(--neutral-200)}.dark-theme .btn:active,.dark-theme .btn[data-state=active]{background-color:var(--neutral-300)}.dark-theme .btn:focus-visible,.dark-theme .btn[data-state=focus]{background-color:var(--neutral-100);border-color:var(--neutral-600);border-width:3px}.dark-theme .btn[aria-pressed=true],.dark-theme .btn[data-state=selected]{background-color:var(--neutral-400);border-color:var(--neutral-400)}.dark-theme .btn:disabled,.dark-theme .btn[data-state=disabled]{background-color:var(--neutral-100);border-color:var(--neutral-400);color:var(--neutral-800);cursor:not-allowed;opacity:.5}.dark-theme .btn::-moz-selection{background-color:var(--neutral-400)}.dark-theme .btn::selection{background-color:var(--neutral-400)}.dark-theme .btn.invert{background-color:#fff0;border-color:var(--primary-default);color:var(--neutral-900)}.dark-theme .btn.invert:hover,.dark-theme .btn.invert[data-state=hover]{background-color:var(--primary-deeper);border-color:var(--primary-deeper)}.dark-theme .btn.invert:active,.dark-theme .btn.invert[data-state=active]{background-color:var(--neutral-600);border-color:var(--primary-default)}.dark-theme .btn.invert:focus-visible,.dark-theme .btn.invert[data-state=focus]{background-color:var(--primary-shallow);border-color:var(--primary-default);border-width:3px}.dark-theme .btn.invert[aria-pressed=true],.dark-theme .btn.invert[data-state=selected]{background-color:var(--neutral-800);border-color:var(--primary-default)}.dark-theme .btn.invert:disabled,.dark-theme .btn.invert[data-state=disabled]{background-color:var(--neutral-900);border-color:var(--primary-default);opacity:.5}.dark-theme .btn.invert>i.icon{background-color:var(--neutral-900)}.dark-theme .btn.invert>i.flag{background-color:transparent}.dark-theme .btn.plain{background-color:#fff0;border-color:#fff0;color:var(--neutral-800)}.dark-theme .btn.plain:hover,.dark-theme .btn.plain[data-state=hover]{background-color:var(--neutral-600);border-color:var(--neutral-600);color:var(--neutral-100)}.dark-theme .btn.plain:hover>i.icon,.dark-theme .btn.plain[data-state=hover]>i.icon{background-color:var(--neutral-100)}.dark-theme .btn.plain:active,.dark-theme .btn.plain[data-state=active]{background-color:var(--neutral-300);border-color:var(--neutral-300)}.dark-theme .btn.plain:focus-visible,.dark-theme .btn.plain[data-state=focus]{background-color:var(--neutral-100);border-color:var(--neutral-600);border-width:3px}.dark-theme .btn.plain[aria-pressed=true],.dark-theme .btn.plain[data-state=selected]{background-color:var(--neutral-400)}.dark-theme .btn.plain:disabled,.dark-theme .btn.plain[data-state=disabled]{background-color:var(--neutral-100);color:var(--neutral-800);cursor:not-allowed;opacity:.5}.dark-theme .btn.plain>i.icon{background-color:var(--neutral-800)}.dark-theme .btn.plain.invert{background-color:#fff0;border-color:#fff0;color:var(--neutral-900)}.dark-theme .btn.plain.invert:hover,.dark-theme .btn.plain.invert[data-state=hover]{background-color:var(--primary-deeper);border-color:var(--primary-deeper)}.dark-theme .btn.plain.invert:active,.dark-theme .btn.plain.invert[data-state=active]{background-color:var(--neutral-600);border-color:var(--neutral-600)}.dark-theme .btn.plain.invert:focus-visible,.dark-theme .btn.plain.invert[data-state=focus]{background-color:var(--primary-shallow);border-color:var(--primary-default);border-width:3px}.dark-theme .btn.plain.invert[aria-pressed=true],.dark-theme .btn.plain.invert[data-state=selected]{background-color:var(--neutral-800)}.dark-theme .btn.plain.invert:disabled,.dark-theme .btn.plain.invert[data-state=disabled]{background-color:var(--neutral-600);border-color:var(--neutral-600);color:var(--neutral-100);opacity:.5}.dark-theme .btn.plain.invert>i.icon{background-color:var(--neutral-900)}.dark-theme .btn.plain.error{background-color:#fff0;border-color:#fff0;color:var(--destructive-deeper)}.dark-theme .btn.plain.error:hover,.dark-theme .btn.plain.error[data-state=hover]{background-color:var(--destructive-deep);color:var(--neutral-100)}.dark-theme .btn.plain.error:hover>i.icon,.dark-theme .btn.plain.error[data-state=hover]>i.icon{background-color:var(--neutral-100)}.dark-theme .btn.plain.error:active,.dark-theme .btn.plain.error[data-state=active]{background-color:var(--neutral-900);color:var(--neutral-100)}.dark-theme .btn.plain.error:active>i.icon,.dark-theme .btn.plain.error[data-state=active]>i.icon{background-color:var(--neutral-100)}.dark-theme .btn.plain.error:focus-visible,.dark-theme .btn.plain.error[data-state=focus]{background-color:var(--destructive-deeper);border-color:var(--destructive-deeper);border-width:3px;color:var(--neutral-100)}.dark-theme .btn.plain.error:focus-visible>i.icon,.dark-theme .btn.plain.error[data-state=focus]>i.icon{background-color:var(--neutral-100)}.dark-theme .btn.plain.error[aria-pressed=true],.dark-theme .btn.plain.error[data-state=selected]{background-color:var(--neutral-1000);color:var(--neutral-100)}.dark-theme .btn.plain.error[aria-pressed=true]>i.icon,.dark-theme .btn.plain.error[data-state=selected]>i.icon{background-color:var(--neutral-100)}.dark-theme .btn.plain.error:disabled,.dark-theme .btn.plain.error[data-state=disabled]{background-color:var(--destructive-deeper);border-color:var(--destructive-deeper);color:var(--neutral-100);opacity:.5}.dark-theme .btn.plain.error:disabled>i.icon,.dark-theme .btn.plain.error[data-state=disabled]>i.icon{background-color:var(--neutral-100)}.dark-theme .btn.plain.error>i.icon{background-color:var(--destructive-deeper)}.dark-theme .btn.primary{background-color:var(--primary-deeper);border-color:var(--primary-deeper);color:var(--neutral-50)}.dark-theme .btn.primary:hover,.dark-theme .btn.primary[data-state=hover]{background-color:var(--primary-deep);border-color:var(--primary-deep)}.dark-theme .btn.primary:active,.dark-theme .btn.primary[data-state=active]{background-color:var(--neutral-600);border-color:var(--neutral-600)}.dark-theme .btn.primary:focus-visible,.dark-theme .btn.primary[data-state=focus]{background-color:var(--primary-deeper);border-color:var(--primary-deeper);border-width:3px}.dark-theme .btn.primary[aria-pressed=true],.dark-theme .btn.primary[data-state=selected]{background-color:var(--neutral-800);border-color:var(--neutral-800)}.dark-theme .btn.primary:disabled,.dark-theme .btn.primary[data-state=disabled]{background-color:var(--primary-deeper);border-color:var(--primary-deeper);cursor:not-allowed;opacity:.5}.dark-theme .btn.primary>i.icon{background-color:var(--neutral-50)}.dark-theme .btn.primary>i.flag{background-color:transparent}.dark-theme .btn.secondary{background-color:var(--secondary-deeper);border-color:var(--secondary-deeper);color:var(--neutral-50)}.dark-theme .btn.secondary:hover,.dark-theme .btn.secondary[data-state=hover]{background-color:var(--secondary-deep);border-color:var(--secondary-deep)}.dark-theme .btn.secondary:active,.dark-theme .btn.secondary[data-state=active]{background-color:var(--neutral-900);border-color:var(--neutral-900)}.dark-theme .btn.secondary:focus-visible,.dark-theme .btn.secondary[data-state=focus]{background-color:var(--secondary-deeper);border-color:var(--secondary-deeper);border-width:3px}.dark-theme .btn.secondary[aria-pressed=true],.dark-theme .btn.secondary[data-state=selected]{background-color:var(--neutral-1000);border-color:var(--neutral-1000)}.dark-theme .btn.secondary:disabled,.dark-theme .btn.secondary[data-state=disabled]{background-color:var(--secondary-deeper);border-color:var(--secondary-deeper);cursor:not-allowed;opacity:.5}.dark-theme .btn.secondary>i.icon{background-color:var(--neutral-50)}.dark-theme .btn.secondary>i.flag{background-color:transparent}.dark-theme .btn.tertiary{background-color:var(--tertiary-deeper);border-color:var(--tertiary-deeper);color:var(--neutral-50)}.dark-theme .btn.tertiary:hover,.dark-theme .btn.tertiary[data-state=hover]{background-color:var(--tertiary-deep);border-color:var(--tertiary-deep)}.dark-theme .btn.tertiary:active,.dark-theme .btn.tertiary[data-state=active]{background-color:var(--neutral-900);border-color:var(--neutral-900)}.dark-theme .btn.tertiary:focus-visible,.dark-theme .btn.tertiary[data-state=focus]{background-color:var(--tertiary-deeper);border-color:var(--tertiary-deeper);border-width:3px}.dark-theme .btn.tertiary[aria-pressed=true],.dark-theme .btn.tertiary[data-state=selected]{background-color:var(--neutral-1000);border-color:var(--neutral-1000)}.dark-theme .btn.tertiary:disabled,.dark-theme .btn.tertiary[data-state=disabled]{background-color:var(--tertiary-deeper);border-color:var(--tertiary-deeper);cursor:not-allowed;opacity:.5}.dark-theme .btn.tertiary>i.icon{background-color:var(--neutral-50)}.dark-theme .btn.tertiary>i.flag{background-color:transparent}.dark-theme .btn.quaternary{background-color:var(--quaternary-deeper);border-color:var(--quaternary-deeper);color:var(--neutral-50)}.dark-theme .btn.quaternary:hover,.dark-theme .btn.quaternary[data-state=hover]{background-color:var(--quaternary-deep);border-color:var(--quaternary-deep)}.dark-theme .btn.quaternary:active,.dark-theme .btn.quaternary[data-state=active]{background-color:var(--neutral-900);border-color:var(--neutral-900)}.dark-theme .btn.quaternary:focus-visible,.dark-theme .btn.quaternary[data-state=focus]{background-color:var(--quaternary-deeper);border-color:var(--quaternary-deeper);border-width:3px}.dark-theme .btn.quaternary[aria-pressed=true],.dark-theme .btn.quaternary[data-state=selected]{background-color:var(--neutral-1000);border-color:var(--neutral-1000)}.dark-theme .btn.quaternary:disabled,.dark-theme .btn.quaternary[data-state=disabled]{background-color:var(--quaternary-deeper);border-color:var(--quaternary-deeper);cursor:not-allowed;opacity:.5}.dark-theme .btn.quaternary>i.icon{background-color:var(--neutral-50)}.dark-theme .btn.quaternary>i.flag{background-color:transparent}.dark-theme .btn.success{background-color:var(--success-deeper);border-color:var(--success-deeper);color:var(--neutral-50)}.dark-theme .btn.success:hover,.dark-theme .btn.success[data-state=hover]{background-color:var(--success-deep);border-color:var(--success-deep)}.dark-theme .btn.success:active,.dark-theme .btn.success[data-state=active]{background-color:var(--neutral-900);border-color:var(--neutral-900)}.dark-theme .btn.success:focus-visible,.dark-theme .btn.success[data-state=focus]{background-color:var(--success-deeper);border-color:var(--success-deeper);border-width:3px}.dark-theme .btn.success[aria-pressed=true],.dark-theme .btn.success[data-state=selected]{background-color:var(--neutral-1000);border-color:var(--neutral-1000)}.dark-theme .btn.success:disabled,.dark-theme .btn.success[data-state=disabled]{background-color:var(--success-deeper);border-color:var(--success-deeper);cursor:not-allowed;opacity:.5}.dark-theme .btn.success>i.icon{background-color:var(--neutral-50)}.dark-theme .btn.success>i.flag{background-color:transparent}.dark-theme .btn.warning{background-color:var(--warning-deeper);border-color:var(--warning-deeper);color:var(--neutral-50)}.dark-theme .btn.warning:hover,.dark-theme .btn.warning[data-state=hover]{background-color:var(--warning-deep);border-color:var(--warning-deep)}.dark-theme .btn.warning:active,.dark-theme .btn.warning[data-state=active]{background-color:var(--neutral-900);border-color:var(--neutral-900)}.dark-theme .btn.warning:focus-visible,.dark-theme .btn.warning[data-state=focus]{background-color:var(--warning-deeper);border-color:var(--warning-deeper);border-width:3px}.dark-theme .btn.warning[aria-pressed=true],.dark-theme .btn.warning[data-state=selected]{background-color:var(--neutral-1000);border-color:var(--neutral-1000)}.dark-theme .btn.warning:disabled,.dark-theme .btn.warning[data-state=disabled]{background-color:var(--warning-deeper);border-color:var(--warning-deeper);cursor:not-allowed;opacity:.5}.dark-theme .btn.warning>i.icon{background-color:var(--neutral-50)}.dark-theme .btn.warning>i.flag{background-color:transparent}.dark-theme .btn.error{background-color:var(--destructive-deeper);border-color:var(--destructive-deeper);color:var(--neutral-50)}.dark-theme .btn.error:hover,.dark-theme .btn.error[data-state=hover]{background-color:var(--destructive-deep);border-color:var(--destructive-deep)}.dark-theme .btn.error:active,.dark-theme .btn.error[data-state=active]{background-color:var(--neutral-900);border-color:var(--neutral-900)}.dark-theme .btn.error:focus-visible,.dark-theme .btn.error[data-state=focus]{background-color:var(--destructive-deeper);border-color:var(--destructive-deeper);border-width:3px}.dark-theme .btn.error[aria-pressed=true],.dark-theme .btn.error[data-state=selected]{background-color:var(--neutral-1000);border-color:var(--neutral-1000)}.dark-theme .btn.error:disabled,.dark-theme .btn.error[data-state=disabled]{background-color:var(--destructive-deeper);border-color:var(--destructive-deeper);cursor:not-allowed;opacity:.5}.dark-theme .btn.error>i.icon{background-color:var(--neutral-50)}.dark-theme .btn.error>i.flag{background-color:transparent}.dark-theme .btn.cta{background-color:var(--cta-deeper);border-color:var(--cta-deeper);color:var(--neutral-50)}.dark-theme .btn.cta:hover,.dark-theme .btn.cta[data-state=hover]{background-color:var(--cta-deep);border-color:var(--cta-deep)}.dark-theme .btn.cta:active,.dark-theme .btn.cta[data-state=active]{background-color:var(--neutral-900);border-color:var(--neutral-900)}.dark-theme .btn.cta:focus-visible,.dark-theme .btn.cta[data-state=focus]{background-color:var(--cta-deeper);border-color:var(--cta-deeper);border-width:3px}.dark-theme .btn.cta[aria-pressed=true],.dark-theme .btn.cta[data-state=selected]{background-color:var(--neutral-1000);border-color:var(--neutral-1000)}.dark-theme .btn.cta:disabled,.dark-theme .btn.cta[data-state=disabled]{background-color:var(--cta-deeper);border-color:var(--cta-deeper);cursor:not-allowed;opacity:.5}.dark-theme .btn.cta>i.icon{background-color:var(--neutral-50)}.dark-theme .btn.cta>i.flag{background-color:transparent}.dark-theme .btn.small{font-size:14px;gap:6px;height:32px;padding:8px 10px}.dark-theme .btn.small i.icon{height:12px;width:12px}.dark-theme .btn.small>i.flag{height:10px;width:10px}.dark-theme .btn.medium{font-size:16px;gap:8px;height:40px;padding:8px 13px}.dark-theme .btn.medium i.icon{height:17px;width:17px}.dark-theme .btn.medium>i.flag{height:20px;width:20px}.dark-theme .btn.large{font-size:18px;gap:10px;height:48px;padding:8px 16px}.dark-theme .btn.large i.icon{height:20px;width:20px}.dark-theme .btn.large>i.flag{height:24px;width:24px}.dark-theme .btn.xlarge{font-size:20px;gap:10px;height:64px;padding:12px 20px}.dark-theme .btn.xlarge i.icon{height:28px;width:28px}.dark-theme .btn.xlarge>i.flag{height:32px;width:32px}.dark-theme .btn.radius-pill{border-radius:1000px}.dark-theme .btn.radius-round{border-radius:8px}.dark-theme .btn.radius-straigh{border-radius:0}.dark-theme .btn.icon-only.small{height:32px;padding:8px;width:32px}.dark-theme .btn.icon-only.medium{height:40px;padding:8px;width:40px}.dark-theme .btn.icon-only.large{height:48px;padding:8px;width:48px}.dark-theme .btn.icon-only.xlarge{height:64px;padding:12px;width:64px}@media(min-width:768px)and (max-width:1023px){.dark-theme .btn{font-size:14px}.dark-theme .btn.small{font-size:12px;gap:6px;height:32px;padding:8px 10px}.dark-theme .btn.small i.icon{height:12px;width:12px}.dark-theme .btn.small>i.flag{height:10px;width:10px}.dark-theme .btn.medium{font-size:14px;gap:8px;height:40px;padding:8px 13px}.dark-theme .btn.medium i.icon{height:17px;width:17px}.dark-theme .btn.medium>i.flag{height:20px;width:20px}.dark-theme .btn.large{font-size:16px;gap:10px;height:48px;padding:8px 16px}.dark-theme .btn.large i.icon{height:20px;width:20px}.dark-theme .btn.large>i.flag{height:24px;width:24px}.dark-theme .btn.xlarge{font-size:20px;gap:10px;height:64px;padding:12px 20px}.dark-theme .btn.xlarge i.icon{height:28px;width:28px}.dark-theme .btn.xlarge>i.flag{height:32px;width:32px}.dark-theme .btn.icon-only.small{height:32px;padding:8px;width:32px}.dark-theme .btn.icon-only.medium{height:40px;padding:8px;width:40px}.dark-theme .btn.icon-only.large{height:48px;padding:8px;width:48px}.dark-theme .btn.icon-only.xlarge{height:64px;padding:12px;width:64px}}@media(min-width:360px)and (max-width:767px){.dark-theme .btn{font-size:14px}.dark-theme .btn.small{font-size:12px;gap:6px;height:32px;padding:8px 10px}.dark-theme .btn.small i.icon{height:12px;width:12px}.dark-theme .btn.small>i.flag{height:10px;width:10px}.dark-theme .btn.medium{font-size:14px;gap:8px;height:40px;padding:8px 13px}.dark-theme .btn.medium i.icon{height:17px;width:17px}.dark-theme .btn.medium>i.flag{height:20px;width:20px}.dark-theme .btn.large{font-size:16px;gap:10px;height:48px;padding:8px 16px}.dark-theme .btn.large i.icon{height:20px;width:20px}.dark-theme .btn.large>i.flag{height:24px;width:24px}.dark-theme .btn.xlarge{font-size:20px;gap:10px;height:64px;padding:12px 20px}.dark-theme .btn.xlarge i.icon{height:28px;width:28px}.dark-theme .btn.xlarge>i.flag{height:32px;width:32px}.dark-theme .btn.icon-only.small{height:32px;padding:8px;width:32px}.dark-theme .btn.icon-only.medium{height:40px;padding:8px;width:40px}.dark-theme .btn.icon-only.large{height:48px;padding:8px;width:48px}.dark-theme .btn.icon-only.xlarge{height:64px;padding:12px;width:64px}}.login{width:420px;max-width:420px;max-height:600px;display:flex;flex-direction:column;gap:15px;opacity:1;border-radius:6px;padding:48px;background-color:#fafafa}.login__modal-title{font-family:Montserrat,sans-serif;font-weight:600;font-size:24px;line-height:1.1;letter-spacing:0;color:#171717;margin:0}.form-control,.input-group-text{border-radius:0 8px 8px 0!important}.input-group-text{border-radius:8px 0 0 8px!important}.hiperlink__login{font-weight:600;padding:4px 0}.login__button{margin:10px 0 5px!important;transform:none!important}.form__container{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;background-size:cover;background-position:center;background-repeat:no-repeat}.forgotPassword{width:420px;max-width:420px;max-height:600px;border-radius:6px;padding:24px;display:flex;flex-direction:column;gap:24px;opacity:1;background-color:#fafafa}.forgotPassword__modal-title{font-family:Montserrat,sans-serif;font-weight:600;font-size:24px;line-height:1.1;letter-spacing:0;color:#171717;margin:0}.hiperlink__forgot-password{font-weight:600;margin-right:4px;display:flex;align-items:center;gap:5px}.resetPassword{width:420px;max-width:420px;max-height:600px;gap:24px;display:flex;flex-direction:column;opacity:1;background-color:#fafafa;padding:48px;border-radius:6px}.resetPassword__validation-row{display:flex;align-items:center;gap:12px;margin-top:12px;font-size:12px}.resetPassword__validation-block{margin-top:-10px}i.icon.solid-add-and-remove-icons-add-circle-half-dot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 2C11 1.44772 11.4477 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 11.4477 1.44772 11 2 11C2.55228 11 3 11.4477 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C11.4477 3 11 2.55228 11 2ZM9.43434 2.14361C9.63116 2.65963 9.37241 3.23751 8.85639 3.43434C8.68765 3.4987 8.52124 3.5678 8.35731 3.64149C7.85358 3.86791 7.26166 3.64311 7.03524 3.13937C6.80881 2.63564 7.03362 2.04372 7.53735 1.8173C7.73645 1.72781 7.9386 1.64386 8.14361 1.56566C8.65963 1.36883 9.23751 1.62759 9.43434 2.14361ZM5.80331 3.96469C6.1824 4.36632 6.16414 4.99922 5.76252 5.37832C5.62995 5.50345 5.50103 5.6324 5.37594 5.76499C4.99694 6.16671 4.36404 6.18514 3.96232 5.80614C3.5606 5.42715 3.54218 4.79425 3.92117 4.39253C4.07278 4.23183 4.22902 4.07555 4.38968 3.9239C4.79131 3.5448 5.42421 3.56307 5.80331 3.96469ZM3.14211 7.03001C3.64574 7.25667 3.87028 7.84868 3.64363 8.35231C3.56916 8.5178 3.49936 8.68582 3.43441 8.85621C3.23768 9.37227 2.65985 9.63114 2.14379 9.43441C1.62773 9.23768 1.36887 8.65985 1.56559 8.14379C1.64453 7.93673 1.72934 7.73257 1.81981 7.53153C2.04646 7.0279 2.63848 6.80336 3.14211 7.03001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V13H8C7.44772 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11H11V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 2C11 1.44772 11.4477 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 11.4477 1.44772 11 2 11C2.55228 11 3 11.4477 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C11.4477 3 11 2.55228 11 2ZM9.43434 2.14361C9.63116 2.65963 9.37241 3.23751 8.85639 3.43434C8.68765 3.4987 8.52124 3.5678 8.35731 3.64149C7.85358 3.86791 7.26166 3.64311 7.03524 3.13937C6.80881 2.63564 7.03362 2.04372 7.53735 1.8173C7.73645 1.72781 7.9386 1.64386 8.14361 1.56566C8.65963 1.36883 9.23751 1.62759 9.43434 2.14361ZM5.80331 3.96469C6.1824 4.36632 6.16414 4.99922 5.76252 5.37832C5.62995 5.50345 5.50103 5.6324 5.37594 5.76499C4.99694 6.16671 4.36404 6.18514 3.96232 5.80614C3.5606 5.42715 3.54218 4.79425 3.92117 4.39253C4.07278 4.23183 4.22902 4.07555 4.38968 3.9239C4.79131 3.5448 5.42421 3.56307 5.80331 3.96469ZM3.14211 7.03001C3.64574 7.25667 3.87028 7.84868 3.64363 8.35231C3.56916 8.5178 3.49936 8.68582 3.43441 8.85621C3.23768 9.37227 2.65985 9.63114 2.14379 9.43441C1.62773 9.23768 1.36887 8.65985 1.56559 8.14379C1.64453 7.93673 1.72934 7.73257 1.81981 7.53153C2.04646 7.0279 2.63848 6.80336 3.14211 7.03001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V13H8C7.44772 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11H11V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.75C12.6904 2.75 13.25 3.30964 13.25 4V20C13.25 20.6904 12.6904 21.25 12 21.25C11.3096 21.25 10.75 20.6904 10.75 20V4C10.75 3.30964 11.3096 2.75 12 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 12C2.75 11.3096 3.30964 10.75 4 10.75H20C20.6904 10.75 21.25 11.3096 21.25 12C21.25 12.6904 20.6904 13.25 20 13.25H4C3.30964 13.25 2.75 12.6904 2.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.75C12.6904 2.75 13.25 3.30964 13.25 4V20C13.25 20.6904 12.6904 21.25 12 21.25C11.3096 21.25 10.75 20.6904 10.75 20V4C10.75 3.30964 11.3096 2.75 12 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 12C2.75 11.3096 3.30964 10.75 4 10.75H20C20.6904 10.75 21.25 11.3096 21.25 12C21.25 12.6904 20.6904 13.25 20 13.25H4C3.30964 13.25 2.75 12.6904 2.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0897 2.25005C12.5237 2.24967 12.8807 2.24936 13.1935 2.33316C14.0346 2.55855 14.6917 3.21557 14.917 4.05673C15.0008 4.36947 15.0005 4.72651 15.0002 5.16048V5.16049L15.0001 7.5001C15.0001 8.05163 15.0017 8.38984 15.0346 8.6346C15.0635 8.84973 15.1047 8.88565 15.1095 8.88991L15.1103 8.89066C15.1145 8.89554 15.1505 8.93668 15.3656 8.9656C15.6104 8.99851 15.9486 9.0001 16.5001 9.0001L18.8397 9.00005C19.2737 8.99967 19.6307 8.99936 19.9435 9.08316C20.7846 9.30855 21.4417 9.96557 21.667 10.8067C21.7508 11.1195 21.7505 11.4765 21.7502 11.9105V12.0897C21.7505 12.5237 21.7508 12.8807 21.667 13.1935C21.4417 14.0346 20.7846 14.6917 19.9435 14.917C19.6307 15.0008 19.2737 15.0005 18.8397 15.0002L16.5001 15.0001C15.9486 15.0001 15.6104 15.0017 15.3656 15.0346C15.1505 15.0635 15.1145 15.1047 15.1103 15.1095L15.1095 15.1103C15.1047 15.1145 15.0635 15.1505 15.0346 15.3656C15.0017 15.6104 15.0001 15.9486 15.0001 16.5001L15.0002 18.8397C15.0005 19.2737 15.0008 19.6307 14.917 19.9435C14.6917 20.7846 14.0346 21.4417 13.1935 21.667C12.8807 21.7508 12.5237 21.7505 12.0897 21.7502H11.9105C11.4765 21.7505 11.1195 21.7508 10.8067 21.667C9.96557 21.4417 9.30855 20.7846 9.08316 19.9435C8.99936 19.6307 8.99967 19.2737 9.00005 18.8397L9.0001 16.5001C9.0001 15.9486 8.99851 15.6104 8.9656 15.3656C8.93668 15.1505 8.89554 15.1145 8.89066 15.1103L8.88991 15.1095C8.88565 15.1047 8.84973 15.0635 8.6346 15.0346C8.38984 15.0017 8.05163 15.0001 7.5001 15.0001L5.16049 15.0002H5.16048C4.72651 15.0005 4.36947 15.0008 4.05673 14.917C3.21557 14.6917 2.55855 14.0346 2.33316 13.1935C2.24936 12.8807 2.24967 12.5237 2.25005 12.0897V11.9105C2.24967 11.4765 2.24936 11.1195 2.33316 10.8067C2.55855 9.96557 3.21557 9.30855 4.05673 9.08316C4.36947 8.99936 4.72652 8.99967 5.16049 9.00005L7.5001 9.0001C8.05163 9.0001 8.38984 8.99851 8.6346 8.9656C8.84973 8.93668 8.88565 8.89554 8.88991 8.89066L8.89066 8.88991C8.89554 8.88565 8.93668 8.84973 8.9656 8.6346C8.99851 8.38984 9.0001 8.05163 9.0001 7.5001L9.00005 5.16049C8.99967 4.72652 8.99936 4.36947 9.08316 4.05673C9.30855 3.21557 9.96557 2.55855 10.8067 2.33316C11.1195 2.24936 11.4765 2.24967 11.9105 2.25005H12.0897Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0897 2.25005C12.5237 2.24967 12.8807 2.24936 13.1935 2.33316C14.0346 2.55855 14.6917 3.21557 14.917 4.05673C15.0008 4.36947 15.0005 4.72651 15.0002 5.16048V5.16049L15.0001 7.5001C15.0001 8.05163 15.0017 8.38984 15.0346 8.6346C15.0635 8.84973 15.1047 8.88565 15.1095 8.88991L15.1103 8.89066C15.1145 8.89554 15.1505 8.93668 15.3656 8.9656C15.6104 8.99851 15.9486 9.0001 16.5001 9.0001L18.8397 9.00005C19.2737 8.99967 19.6307 8.99936 19.9435 9.08316C20.7846 9.30855 21.4417 9.96557 21.667 10.8067C21.7508 11.1195 21.7505 11.4765 21.7502 11.9105V12.0897C21.7505 12.5237 21.7508 12.8807 21.667 13.1935C21.4417 14.0346 20.7846 14.6917 19.9435 14.917C19.6307 15.0008 19.2737 15.0005 18.8397 15.0002L16.5001 15.0001C15.9486 15.0001 15.6104 15.0017 15.3656 15.0346C15.1505 15.0635 15.1145 15.1047 15.1103 15.1095L15.1095 15.1103C15.1047 15.1145 15.0635 15.1505 15.0346 15.3656C15.0017 15.6104 15.0001 15.9486 15.0001 16.5001L15.0002 18.8397C15.0005 19.2737 15.0008 19.6307 14.917 19.9435C14.6917 20.7846 14.0346 21.4417 13.1935 21.667C12.8807 21.7508 12.5237 21.7505 12.0897 21.7502H11.9105C11.4765 21.7505 11.1195 21.7508 10.8067 21.667C9.96557 21.4417 9.30855 20.7846 9.08316 19.9435C8.99936 19.6307 8.99967 19.2737 9.00005 18.8397L9.0001 16.5001C9.0001 15.9486 8.99851 15.6104 8.9656 15.3656C8.93668 15.1505 8.89554 15.1145 8.89066 15.1103L8.88991 15.1095C8.88565 15.1047 8.84973 15.0635 8.6346 15.0346C8.38984 15.0017 8.05163 15.0001 7.5001 15.0001L5.16049 15.0002H5.16048C4.72651 15.0005 4.36947 15.0008 4.05673 14.917C3.21557 14.6917 2.55855 14.0346 2.33316 13.1935C2.24936 12.8807 2.24967 12.5237 2.25005 12.0897V11.9105C2.24967 11.4765 2.24936 11.1195 2.33316 10.8067C2.55855 9.96557 3.21557 9.30855 4.05673 9.08316C4.36947 8.99936 4.72652 8.99967 5.16049 9.00005L7.5001 9.0001C8.05163 9.0001 8.38984 8.99851 8.6346 8.9656C8.84973 8.93668 8.88565 8.89554 8.88991 8.89066L8.89066 8.88991C8.89554 8.88565 8.93668 8.84973 8.9656 8.6346C8.99851 8.38984 9.0001 8.05163 9.0001 7.5001L9.00005 5.16049C8.99967 4.72652 8.99936 4.36947 9.08316 4.05673C9.30855 3.21557 9.96557 2.55855 10.8067 2.33316C11.1195 2.24936 11.4765 2.24967 11.9105 2.25005H12.0897Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-add-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H11V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H13V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H11V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H13V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-add-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H11V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H13V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H11V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H13V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-clear-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 12C2.75 11.3096 3.30964 10.75 4 10.75L20 10.75C20.6904 10.75 21.25 11.3096 21.25 12C21.25 12.6904 20.6904 13.25 20 13.25L4 13.25C3.30964 13.25 2.75 12.6904 2.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 12C2.75 11.3096 3.30964 10.75 4 10.75L20 10.75C20.6904 10.75 21.25 11.3096 21.25 12C21.25 12.6904 20.6904 13.25 20 13.25L4 13.25C3.30964 13.25 2.75 12.6904 2.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-clear-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.15695 8.75007L5.25007 8.75014H18.7501L18.8432 8.75007C19.2729 8.74958 19.6408 8.74917 19.9633 8.84521C20.8302 9.10329 21.4602 9.8372 21.6717 10.714C21.7506 11.0413 21.7504 11.4172 21.7501 11.9098L21.7501 12.0001L21.7501 12.0905C21.7504 12.583 21.7506 12.959 21.6717 13.2862C21.4602 14.1631 20.8302 14.897 19.9633 15.1551C19.6408 15.2511 19.2729 15.2507 18.8432 15.2502L18.7501 15.2501H5.25007L5.15694 15.2502C4.72722 15.2507 4.35937 15.2511 4.0368 15.1551C3.16993 14.897 2.53992 14.1631 2.32847 13.2862C2.24954 12.959 2.24975 12.583 2.25003 12.0905L2.25007 12.0001L2.25003 11.9098C2.24975 11.4172 2.24954 11.0413 2.32847 10.714C2.53992 9.8372 3.16993 9.10329 4.0368 8.84521C4.35937 8.74917 4.72722 8.74958 5.15695 8.75007Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.15695 8.75007L5.25007 8.75014H18.7501L18.8432 8.75007C19.2729 8.74958 19.6408 8.74917 19.9633 8.84521C20.8302 9.10329 21.4602 9.8372 21.6717 10.714C21.7506 11.0413 21.7504 11.4172 21.7501 11.9098L21.7501 12.0001L21.7501 12.0905C21.7504 12.583 21.7506 12.959 21.6717 13.2862C21.4602 14.1631 20.8302 14.897 19.9633 15.1551C19.6408 15.2511 19.2729 15.2507 18.8432 15.2502L18.7501 15.2501H5.25007L5.15694 15.2502C4.72722 15.2507 4.35937 15.2511 4.0368 15.1551C3.16993 14.897 2.53992 14.1631 2.32847 13.2862C2.24954 12.959 2.24975 12.583 2.25003 12.0905L2.25007 12.0001L2.25003 11.9098C2.24975 11.4172 2.24954 11.0413 2.32847 10.714C2.53992 9.8372 3.16993 9.10329 4.0368 8.84521C4.35937 8.74917 4.72722 8.74958 5.15695 8.75007Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-clear-circle-half-dot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 12C17 12.5523 16.5523 13 16 13L8 13C7.44771 13 7 12.5523 7 12C7 11.4477 7.44771 11 8 11L16 11C16.5523 11 17 11.4477 17 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 2C11 1.44772 11.4477 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 11.4477 1.44772 11 2 11C2.55228 11 3 11.4477 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C11.4477 3 11 2.55228 11 2ZM9.43434 2.14361C9.63116 2.65963 9.37241 3.23751 8.85639 3.43434C8.68765 3.4987 8.52124 3.5678 8.35731 3.64149C7.85358 3.86791 7.26166 3.64311 7.03524 3.13937C6.80881 2.63564 7.03362 2.04372 7.53735 1.8173C7.73645 1.72781 7.9386 1.64386 8.14361 1.56566C8.65963 1.36883 9.23751 1.62759 9.43434 2.14361ZM5.80331 3.96469C6.1824 4.36632 6.16414 4.99922 5.76252 5.37832C5.62995 5.50345 5.50103 5.6324 5.37594 5.76499C4.99694 6.16671 4.36404 6.18514 3.96232 5.80614C3.5606 5.42715 3.54218 4.79425 3.92117 4.39253C4.07278 4.23183 4.22902 4.07555 4.38968 3.9239C4.79131 3.5448 5.42421 3.56307 5.80331 3.96469ZM3.14211 7.03001C3.64574 7.25667 3.87028 7.84868 3.64363 8.35231C3.56916 8.5178 3.49936 8.68582 3.43441 8.85621C3.23768 9.37227 2.65985 9.63114 2.14379 9.43441C1.62773 9.23768 1.36887 8.65985 1.56559 8.14379C1.64453 7.93673 1.72934 7.73257 1.81981 7.53153C2.04646 7.0279 2.63848 6.80336 3.14211 7.03001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 12C17 12.5523 16.5523 13 16 13L8 13C7.44771 13 7 12.5523 7 12C7 11.4477 7.44771 11 8 11L16 11C16.5523 11 17 11.4477 17 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 2C11 1.44772 11.4477 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 11.4477 1.44772 11 2 11C2.55228 11 3 11.4477 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C11.4477 3 11 2.55228 11 2ZM9.43434 2.14361C9.63116 2.65963 9.37241 3.23751 8.85639 3.43434C8.68765 3.4987 8.52124 3.5678 8.35731 3.64149C7.85358 3.86791 7.26166 3.64311 7.03524 3.13937C6.80881 2.63564 7.03362 2.04372 7.53735 1.8173C7.73645 1.72781 7.9386 1.64386 8.14361 1.56566C8.65963 1.36883 9.23751 1.62759 9.43434 2.14361ZM5.80331 3.96469C6.1824 4.36632 6.16414 4.99922 5.76252 5.37832C5.62995 5.50345 5.50103 5.6324 5.37594 5.76499C4.99694 6.16671 4.36404 6.18514 3.96232 5.80614C3.5606 5.42715 3.54218 4.79425 3.92117 4.39253C4.07278 4.23183 4.22902 4.07555 4.38968 3.9239C4.79131 3.5448 5.42421 3.56307 5.80331 3.96469ZM3.14211 7.03001C3.64574 7.25667 3.87028 7.84868 3.64363 8.35231C3.56916 8.5178 3.49936 8.68582 3.43441 8.85621C3.23768 9.37227 2.65985 9.63114 2.14379 9.43441C1.62773 9.23768 1.36887 8.65985 1.56559 8.14379C1.64453 7.93673 1.72934 7.73257 1.81981 7.53153C2.04646 7.0279 2.63848 6.80336 3.14211 7.03001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-clear-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM16 13C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8C7.44771 11 7 11.4477 7 12C7 12.5523 7.44771 13 8 13H16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM16 13C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8C7.44771 11 7 11.4477 7 12C7 12.5523 7.44771 13 8 13H16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-clear-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM16 13C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8C7.44771 11 7 11.4477 7 12C7 12.5523 7.44771 13 8 13H16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM16 13C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8C7.44771 11 7 11.4477 7 12C7 12.5523 7.44771 13 8 13H16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-delete-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5825 15.6564C19.5058 16.9096 19.4449 17.9041 19.3202 18.6984C19.1922 19.5131 18.9874 20.1915 18.5777 20.7849C18.2029 21.3278 17.7204 21.786 17.1608 22.1303C16.5491 22.5067 15.8661 22.6713 15.0531 22.75L8.92739 22.7499C8.1135 22.671 7.42972 22.5061 6.8176 22.129C6.25763 21.7841 5.77494 21.3251 5.40028 20.7813C4.99073 20.1869 4.78656 19.5075 4.65957 18.6917C4.53574 17.8962 4.47623 16.9003 4.40122 15.6453L3.75 4.75H20.25L19.5825 15.6564Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5825 15.6564C19.5058 16.9096 19.4449 17.9041 19.3202 18.6984C19.1922 19.5131 18.9874 20.1915 18.5777 20.7849C18.2029 21.3278 17.7204 21.786 17.1608 22.1303C16.5491 22.5067 15.8661 22.6713 15.0531 22.75L8.92739 22.7499C8.1135 22.671 7.42972 22.5061 6.8176 22.129C6.25763 21.7841 5.77494 21.3251 5.40028 20.7813C4.99073 20.1869 4.78656 19.5075 4.65957 18.6917C4.53574 17.8962 4.47623 16.9003 4.40122 15.6453L3.75 4.75H20.25L19.5825 15.6564Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-delete-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5825 15.6564C19.5058 16.9096 19.4449 17.9041 19.3202 18.6984C19.1922 19.5131 18.9874 20.1915 18.5777 20.7849C18.2029 21.3278 17.7204 21.786 17.1608 22.1303C16.5491 22.5067 15.8661 22.6713 15.0531 22.75L8.92739 22.7499C8.1135 22.671 7.42972 22.5061 6.8176 22.129C6.25763 21.7841 5.77494 21.3251 5.40028 20.7813C4.99073 20.1869 4.78656 19.5075 4.65957 18.6917C4.53574 17.8962 4.47623 16.9003 4.40122 15.6453L3.75 4.75H20.25L19.5825 15.6564ZM9.5 17.9609C9.08579 17.9609 8.75 17.6252 8.75 17.2109L8.75 11.2109C8.75 10.7967 9.08579 10.4609 9.5 10.4609C9.91421 10.4609 10.25 10.7967 10.25 11.2109L10.25 17.2109C10.25 17.6252 9.91421 17.9609 9.5 17.9609ZM15.25 11.2109C15.25 10.7967 14.9142 10.4609 14.5 10.4609C14.0858 10.4609 13.75 10.7967 13.75 11.2109V17.2109C13.75 17.6252 14.0858 17.9609 14.5 17.9609C14.9142 17.9609 15.25 17.6252 15.25 17.2109V11.2109Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5825 15.6564C19.5058 16.9096 19.4449 17.9041 19.3202 18.6984C19.1922 19.5131 18.9874 20.1915 18.5777 20.7849C18.2029 21.3278 17.7204 21.786 17.1608 22.1303C16.5491 22.5067 15.8661 22.6713 15.0531 22.75L8.92739 22.7499C8.1135 22.671 7.42972 22.5061 6.8176 22.129C6.25763 21.7841 5.77494 21.3251 5.40028 20.7813C4.99073 20.1869 4.78656 19.5075 4.65957 18.6917C4.53574 17.8962 4.47623 16.9003 4.40122 15.6453L3.75 4.75H20.25L19.5825 15.6564ZM9.5 17.9609C9.08579 17.9609 8.75 17.6252 8.75 17.2109L8.75 11.2109C8.75 10.7967 9.08579 10.4609 9.5 10.4609C9.91421 10.4609 10.25 10.7967 10.25 11.2109L10.25 17.2109C10.25 17.6252 9.91421 17.9609 9.5 17.9609ZM15.25 11.2109C15.25 10.7967 14.9142 10.4609 14.5 10.4609C14.0858 10.4609 13.75 10.7967 13.75 11.2109V17.2109C13.75 17.6252 14.0858 17.9609 14.5 17.9609C14.9142 17.9609 15.25 17.6252 15.25 17.2109V11.2109Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-delete-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5825 15.6564C19.5058 16.9096 19.4449 17.9041 19.3202 18.6984C19.1922 19.5131 18.9874 20.1915 18.5777 20.7849C18.2029 21.3278 17.7204 21.786 17.1608 22.1303C16.5491 22.5067 15.8661 22.6713 15.0531 22.75L8.92739 22.7499C8.1135 22.671 7.42972 22.5061 6.8176 22.129C6.25763 21.7841 5.77494 21.3251 5.40028 20.7813C4.99073 20.1869 4.78656 19.5075 4.65957 18.6917C4.53574 17.8962 4.47623 16.9003 4.40122 15.6453L3.75 4.75H20.25L19.5825 15.6564ZM8.25 12.3164C8.25 11.9022 8.58579 11.5664 9 11.5664H15C15.4142 11.5664 15.75 11.9022 15.75 12.3164C15.75 12.7306 15.4142 13.0664 15 13.0664H9C8.58579 13.0664 8.25 12.7306 8.25 12.3164ZM10.5 15.4844C10.0858 15.4844 9.75 15.8202 9.75 16.2344C9.75 16.6486 10.0858 16.9844 10.5 16.9844H13.5C13.9142 16.9844 14.25 16.6486 14.25 16.2344C14.25 15.8202 13.9142 15.4844 13.5 15.4844H10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5825 15.6564C19.5058 16.9096 19.4449 17.9041 19.3202 18.6984C19.1922 19.5131 18.9874 20.1915 18.5777 20.7849C18.2029 21.3278 17.7204 21.786 17.1608 22.1303C16.5491 22.5067 15.8661 22.6713 15.0531 22.75L8.92739 22.7499C8.1135 22.671 7.42972 22.5061 6.8176 22.129C6.25763 21.7841 5.77494 21.3251 5.40028 20.7813C4.99073 20.1869 4.78656 19.5075 4.65957 18.6917C4.53574 17.8962 4.47623 16.9003 4.40122 15.6453L3.75 4.75H20.25L19.5825 15.6564ZM8.25 12.3164C8.25 11.9022 8.58579 11.5664 9 11.5664H15C15.4142 11.5664 15.75 11.9022 15.75 12.3164C15.75 12.7306 15.4142 13.0664 15 13.0664H9C8.58579 13.0664 8.25 12.7306 8.25 12.3164ZM10.5 15.4844C10.0858 15.4844 9.75 15.8202 9.75 16.2344C9.75 16.6486 10.0858 16.9844 10.5 16.9844H13.5C13.9142 16.9844 14.25 16.6486 14.25 16.2344C14.25 15.8202 13.9142 15.4844 13.5 15.4844H10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-delete-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7071 14.0429C22.0976 14.4335 22.0976 15.0666 21.7071 15.4571L18.914 18.25L21.7071 21.0429C22.0976 21.4334 22.0976 22.0665 21.7071 22.4571C21.3166 22.8476 20.6835 22.8476 20.2929 22.4571L17.4998 19.6642L14.7071 22.4567C14.3165 22.8472 13.6834 22.8472 13.2929 22.4566C12.9024 22.0661 12.9024 21.4329 13.2929 21.0424L16.0855 18.25L13.2929 15.4576C12.9024 15.0671 12.9024 14.4339 13.2929 14.0434C13.6834 13.6528 14.3165 13.6528 14.7071 14.0433L17.4998 16.8358L20.2929 14.0429C20.6835 13.6524 21.3166 13.6524 21.7071 14.0429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.91118 22.6734C8.09286 22.5949 7.40536 22.4307 6.78992 22.0552C6.22691 21.7117 5.74159 21.2547 5.3649 20.7133C4.95312 20.1214 4.74784 19.4448 4.62016 18.6325C4.49566 17.8404 4.43582 16.8487 4.36041 15.5991L3.76962 5.80992C3.73962 5.31291 3.72463 5.0644 3.87348 4.9072C4.02233 4.75 4.27264 4.75 4.77325 4.75H19.2262C19.7274 4.75 19.9781 4.75 20.127 4.90746C20.2758 5.06493 20.2605 5.31373 20.2297 5.81135L19.8453 12.0317C19.8308 12.2665 19.8235 12.3839 19.7805 12.4724C19.7375 12.561 19.615 12.6706 19.3701 12.8897C19.3368 12.9195 19.3041 12.9503 19.2721 12.9822L18.2411 14.0075C17.9059 14.3408 17.7384 14.5075 17.5301 14.5075C17.3219 14.5075 17.1543 14.3408 16.8192 14.0075L15.7887 12.9826C14.807 12.0064 13.2155 12.0064 12.2339 12.9828C11.2523 13.9591 11.2524 15.542 12.234 16.5183L13.2642 17.5429C13.5994 17.8762 13.767 18.0429 13.767 18.25C13.767 18.4571 13.5994 18.6238 13.2642 18.9571L12.234 19.9817C11.6364 20.5761 11.4026 21.3953 11.5326 22.1656C11.5825 22.461 11.6074 22.6087 11.5469 22.6796C11.4863 22.7505 11.3551 22.75 11.0927 22.7489C10.2347 22.7456 9.51673 22.7316 8.91118 22.6734Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7071 14.0429C22.0976 14.4335 22.0976 15.0666 21.7071 15.4571L18.914 18.25L21.7071 21.0429C22.0976 21.4334 22.0976 22.0665 21.7071 22.4571C21.3166 22.8476 20.6835 22.8476 20.2929 22.4571L17.4998 19.6642L14.7071 22.4567C14.3165 22.8472 13.6834 22.8472 13.2929 22.4566C12.9024 22.0661 12.9024 21.4329 13.2929 21.0424L16.0855 18.25L13.2929 15.4576C12.9024 15.0671 12.9024 14.4339 13.2929 14.0434C13.6834 13.6528 14.3165 13.6528 14.7071 14.0433L17.4998 16.8358L20.2929 14.0429C20.6835 13.6524 21.3166 13.6524 21.7071 14.0429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.91118 22.6734C8.09286 22.5949 7.40536 22.4307 6.78992 22.0552C6.22691 21.7117 5.74159 21.2547 5.3649 20.7133C4.95312 20.1214 4.74784 19.4448 4.62016 18.6325C4.49566 17.8404 4.43582 16.8487 4.36041 15.5991L3.76962 5.80992C3.73962 5.31291 3.72463 5.0644 3.87348 4.9072C4.02233 4.75 4.27264 4.75 4.77325 4.75H19.2262C19.7274 4.75 19.9781 4.75 20.127 4.90746C20.2758 5.06493 20.2605 5.31373 20.2297 5.81135L19.8453 12.0317C19.8308 12.2665 19.8235 12.3839 19.7805 12.4724C19.7375 12.561 19.615 12.6706 19.3701 12.8897C19.3368 12.9195 19.3041 12.9503 19.2721 12.9822L18.2411 14.0075C17.9059 14.3408 17.7384 14.5075 17.5301 14.5075C17.3219 14.5075 17.1543 14.3408 16.8192 14.0075L15.7887 12.9826C14.807 12.0064 13.2155 12.0064 12.2339 12.9828C11.2523 13.9591 11.2524 15.542 12.234 16.5183L13.2642 17.5429C13.5994 17.8762 13.767 18.0429 13.767 18.25C13.767 18.4571 13.5994 18.6238 13.2642 18.9571L12.234 19.9817C11.6364 20.5761 11.4026 21.3953 11.5326 22.1656C11.5825 22.461 11.6074 22.6087 11.5469 22.6796C11.4863 22.7505 11.3551 22.75 11.0927 22.7489C10.2347 22.7456 9.51673 22.7316 8.91118 22.6734Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-delete-put-back{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5262 16.5563C19.48 17.2608 19.457 17.6131 19.3256 17.6538C19.1941 17.6945 18.951 17.3851 18.4646 16.7663C17.6548 15.7361 16.4288 15.0561 15 15.0458L15 13.8397C15.0009 13.3494 14.8715 12.856 14.3955 12.6147C13.7187 12.2715 13.2059 12.7486 12.7217 13.1494C12.0856 13.6761 11.4059 14.2073 10.9179 14.8824C10.7505 15.1141 10.5 15.515 10.5 16.0002C10.5 16.4853 10.7505 16.8863 10.9179 17.1179C11.4059 17.7931 12.0856 18.3242 12.7217 18.8509C13.2025 19.249 13.7306 19.7228 14.3955 19.3857C14.8824 19.1388 15.0006 18.6361 15 18.1384V17.046C16.4914 17.0669 17.7342 18.5145 17.4633 20.2298C17.2399 21.6445 16.4446 22.6153 15.0531 22.75L8.92739 22.7499C8.1135 22.671 7.42972 22.5061 6.8176 22.129C6.25763 21.7841 5.77494 21.3251 5.40028 20.7813C4.99073 20.1869 4.78656 19.5075 4.65957 18.6917C4.53574 17.8962 4.47623 16.9003 4.40122 15.6453L3.75 4.75H20.25L19.5825 15.6564C19.5631 15.9725 19.5448 16.2721 19.5262 16.5563Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5262 16.5563C19.48 17.2608 19.457 17.6131 19.3256 17.6538C19.1941 17.6945 18.951 17.3851 18.4646 16.7663C17.6548 15.7361 16.4288 15.0561 15 15.0458L15 13.8397C15.0009 13.3494 14.8715 12.856 14.3955 12.6147C13.7187 12.2715 13.2059 12.7486 12.7217 13.1494C12.0856 13.6761 11.4059 14.2073 10.9179 14.8824C10.7505 15.1141 10.5 15.515 10.5 16.0002C10.5 16.4853 10.7505 16.8863 10.9179 17.1179C11.4059 17.7931 12.0856 18.3242 12.7217 18.8509C13.2025 19.249 13.7306 19.7228 14.3955 19.3857C14.8824 19.1388 15.0006 18.6361 15 18.1384V17.046C16.4914 17.0669 17.7342 18.5145 17.4633 20.2298C17.2399 21.6445 16.4446 22.6153 15.0531 22.75L8.92739 22.7499C8.1135 22.671 7.42972 22.5061 6.8176 22.129C6.25763 21.7841 5.77494 21.3251 5.40028 20.7813C4.99073 20.1869 4.78656 19.5075 4.65957 18.6917C4.53574 17.8962 4.47623 16.9003 4.40122 15.6453L3.75 4.75H20.25L19.5825 15.6564C19.5631 15.9725 19.5448 16.2721 19.5262 16.5563Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-delete-throw{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.3202 18.6984C19.4449 17.9041 19.5058 16.9096 19.5825 15.6564L20.25 4.75H3.75L4.40122 15.6453C4.47623 16.9003 4.53574 17.8962 4.65957 18.6917C4.78656 19.5075 4.99073 20.1869 5.40028 20.7813C5.77494 21.3251 6.25763 21.7841 6.8176 22.129C7.42972 22.5061 8.1135 22.671 8.92739 22.7499L15.0531 22.75C15.8661 22.6713 16.5491 22.5067 17.1608 22.1303C17.7204 21.786 18.2029 21.3278 18.5777 20.7849C18.9874 20.1915 19.1922 19.5131 19.3202 18.6984ZM11.9997 9.25C11.6457 9.25 11.3473 9.41814 11.1548 9.55057C10.9431 9.69624 10.7388 9.88452 10.5543 10.0742C10.1847 10.4541 9.78969 10.9546 9.49388 11.3319C9.18362 11.7274 8.83277 12.1892 9.08795 12.7153C9.34172 13.2385 9.91556 13.2502 10.4157 13.25L11.2497 13.25V17.0005C11.2497 17.4147 11.5855 17.7505 11.9997 17.7505C12.4139 17.7505 12.7497 17.4147 12.7497 17.0005V13.25L13.5837 13.25C14.0838 13.2502 14.6576 13.2385 14.9114 12.7153C15.1665 12.1893 14.8157 11.7273 14.5055 11.332C14.2097 10.9546 13.8146 10.4541 13.445 10.0742C13.2605 9.88452 13.0562 9.69624 12.8445 9.55057C12.652 9.41814 12.3536 9.25 11.9997 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3473 1.28277C13.9124 1.33331 14.4435 1.50576 14.8996 1.84591C15.2369 2.09748 15.4712 2.40542 15.6714 2.73893C15.8569 3.04798 16.0437 3.4333 16.2555 3.8704L16.6823 4.7507H21C21.5523 4.7507 22 5.19842 22 5.7507C22 6.30299 21.5523 6.7507 21 6.7507C14.9998 6.7507 9.00019 6.7507 3 6.7507C2.44772 6.7507 2 6.30299 2 5.7507C2 5.19842 2.44772 4.7507 3 4.7507H7.40976L7.76556 3.97016C7.97212 3.51696 8.15403 3.11782 8.33676 2.79754C8.53387 2.45207 8.76721 2.13237 9.10861 1.87046C9.57032 1.51626 10.1121 1.33669 10.6899 1.28409C11.1249 1.24449 11.5634 1.24994 12 1.25064C12.5108 1.25146 12.97 1.24902 13.3473 1.28277ZM9.60776 4.7507H14.4597C14.233 4.28331 14.088 3.98707 13.9566 3.7682C13.7643 3.44787 13.5339 3.30745 13.1691 3.27482C12.9098 3.25163 12.5719 3.2507 12.0345 3.2507C11.4837 3.2507 11.137 3.25166 10.8712 3.27585C10.4971 3.30991 10.2639 3.45568 10.0739 3.78866C9.94941 4.00687 9.81387 4.29897 9.60776 4.7507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.3202 18.6984C19.4449 17.9041 19.5058 16.9096 19.5825 15.6564L20.25 4.75H3.75L4.40122 15.6453C4.47623 16.9003 4.53574 17.8962 4.65957 18.6917C4.78656 19.5075 4.99073 20.1869 5.40028 20.7813C5.77494 21.3251 6.25763 21.7841 6.8176 22.129C7.42972 22.5061 8.1135 22.671 8.92739 22.7499L15.0531 22.75C15.8661 22.6713 16.5491 22.5067 17.1608 22.1303C17.7204 21.786 18.2029 21.3278 18.5777 20.7849C18.9874 20.1915 19.1922 19.5131 19.3202 18.6984ZM11.9997 9.25C11.6457 9.25 11.3473 9.41814 11.1548 9.55057C10.9431 9.69624 10.7388 9.88452 10.5543 10.0742C10.1847 10.4541 9.78969 10.9546 9.49388 11.3319C9.18362 11.7274 8.83277 12.1892 9.08795 12.7153C9.34172 13.2385 9.91556 13.2502 10.4157 13.25L11.2497 13.25V17.0005C11.2497 17.4147 11.5855 17.7505 11.9997 17.7505C12.4139 17.7505 12.7497 17.4147 12.7497 17.0005V13.25L13.5837 13.25C14.0838 13.2502 14.6576 13.2385 14.9114 12.7153C15.1665 12.1893 14.8157 11.7273 14.5055 11.332C14.2097 10.9546 13.8146 10.4541 13.445 10.0742C13.2605 9.88452 13.0562 9.69624 12.8445 9.55057C12.652 9.41814 12.3536 9.25 11.9997 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-eraser-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1243 3.75155C16.1193 3.24905 14.9682 3.24944 13.189 3.25004L13 3.25008L9.94358 3.25008C8.10582 3.25007 6.65019 3.25005 5.51098 3.40322C4.33856 3.56085 3.38961 3.89296 2.64124 4.64133C1.89288 5.38969 1.56076 6.33864 1.40314 7.51106C1.24997 8.65027 1.24998 10.1059 1.25 11.9437V11.9437V12.0565V12.0565C1.24998 13.8943 1.24997 15.3499 1.40314 16.4891C1.56076 17.6615 1.89288 18.6105 2.64124 19.3588C3.38961 20.1072 4.33856 20.4393 5.51098 20.5969C6.65018 20.7501 8.1058 20.7501 9.94354 20.7501H9.94359H13C13.0638 20.7501 13.1268 20.7501 13.189 20.7501C14.9682 20.7507 16.1193 20.7511 17.1243 20.2486C18.1293 19.7461 18.8196 18.8251 19.8866 17.4013C20.0128 17.233 20.14 17.0651 20.2674 16.897C20.8774 16.0919 21.4906 15.2827 21.9982 14.4107C22.4686 13.6026 22.75 12.8479 22.75 12.0001C22.75 11.1523 22.4686 10.3976 21.9982 9.58945C21.4906 8.71738 20.8773 7.90806 20.2672 7.10292C20.1399 6.9349 20.0127 6.76705 19.8866 6.59886C18.8196 5.1751 18.1293 4.25405 17.1243 3.75155ZM12 8C12 7.44772 11.5523 7 11 7C10.4477 7 10 7.44772 10 8V11H7C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13H10V16C10 16.5523 10.4477 17 11 17C11.5523 17 12 16.5523 12 16V13H15C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11H12V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1243 3.75155C16.1193 3.24905 14.9682 3.24944 13.189 3.25004L13 3.25008L9.94358 3.25008C8.10582 3.25007 6.65019 3.25005 5.51098 3.40322C4.33856 3.56085 3.38961 3.89296 2.64124 4.64133C1.89288 5.38969 1.56076 6.33864 1.40314 7.51106C1.24997 8.65027 1.24998 10.1059 1.25 11.9437V11.9437V12.0565V12.0565C1.24998 13.8943 1.24997 15.3499 1.40314 16.4891C1.56076 17.6615 1.89288 18.6105 2.64124 19.3588C3.38961 20.1072 4.33856 20.4393 5.51098 20.5969C6.65018 20.7501 8.1058 20.7501 9.94354 20.7501H9.94359H13C13.0638 20.7501 13.1268 20.7501 13.189 20.7501C14.9682 20.7507 16.1193 20.7511 17.1243 20.2486C18.1293 19.7461 18.8196 18.8251 19.8866 17.4013C20.0128 17.233 20.14 17.0651 20.2674 16.897C20.8774 16.0919 21.4906 15.2827 21.9982 14.4107C22.4686 13.6026 22.75 12.8479 22.75 12.0001C22.75 11.1523 22.4686 10.3976 21.9982 9.58945C21.4906 8.71738 20.8773 7.90806 20.2672 7.10292C20.1399 6.9349 20.0127 6.76705 19.8866 6.59886C18.8196 5.1751 18.1293 4.25405 17.1243 3.75155ZM12 8C12 7.44772 11.5523 7 11 7C10.4477 7 10 7.44772 10 8V11H7C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13H10V16C10 16.5523 10.4477 17 11 17C11.5523 17 12 16.5523 12 16V13H15C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11H12V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-eraser{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1243 3.75155C16.1193 3.24905 14.9682 3.24944 13.189 3.25004L13 3.25008L9.94358 3.25008C8.10582 3.25007 6.65019 3.25005 5.51098 3.40322C4.33856 3.56085 3.38961 3.89296 2.64124 4.64133C1.89288 5.38969 1.56076 6.33864 1.40314 7.51106C1.24997 8.65027 1.24998 10.1059 1.25 11.9437V11.9437V12.0565V12.0565C1.24998 13.8943 1.24997 15.3499 1.40314 16.4891C1.56076 17.6615 1.89288 18.6105 2.64124 19.3588C3.38961 20.1072 4.33856 20.4393 5.51098 20.5969C6.65018 20.7501 8.1058 20.7501 9.94354 20.7501H9.94359H13C13.0638 20.7501 13.1268 20.7501 13.189 20.7501C14.9682 20.7507 16.1193 20.7511 17.1243 20.2486C18.1293 19.7461 18.8196 18.8251 19.8866 17.4013C20.0128 17.233 20.14 17.0651 20.2674 16.897C20.8774 16.0919 21.4906 15.2827 21.9982 14.4107C22.4686 13.6026 22.75 12.8479 22.75 12.0001C22.75 11.1523 22.4686 10.3976 21.9982 9.58945C21.4906 8.71738 20.8773 7.90806 20.2672 7.10292C20.1399 6.9349 20.0127 6.76705 19.8866 6.59886C18.8196 5.1751 18.1293 4.25405 17.1243 3.75155ZM14.7071 9.70713C15.0976 9.31662 15.0976 8.68345 14.7071 8.29292C14.3166 7.90238 13.6835 7.90236 13.2929 8.29287L10.9998 10.5858L8.70708 8.29326C8.31655 7.90275 7.68338 7.90277 7.29287 8.29331C6.90236 8.68385 6.90238 9.31701 7.29292 9.70752L9.58554 12L7.29292 14.2925C6.90238 14.683 6.90236 15.3162 7.29287 15.7067C7.68338 16.0972 8.31655 16.0972 8.70708 15.7067L10.9998 13.4142L13.2929 15.7071C13.6835 16.0976 14.3166 16.0976 14.7071 15.7071C15.0976 15.3165 15.0976 14.6834 14.7071 14.2929L12.4141 12L14.7071 9.70713Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1243 3.75155C16.1193 3.24905 14.9682 3.24944 13.189 3.25004L13 3.25008L9.94358 3.25008C8.10582 3.25007 6.65019 3.25005 5.51098 3.40322C4.33856 3.56085 3.38961 3.89296 2.64124 4.64133C1.89288 5.38969 1.56076 6.33864 1.40314 7.51106C1.24997 8.65027 1.24998 10.1059 1.25 11.9437V11.9437V12.0565V12.0565C1.24998 13.8943 1.24997 15.3499 1.40314 16.4891C1.56076 17.6615 1.89288 18.6105 2.64124 19.3588C3.38961 20.1072 4.33856 20.4393 5.51098 20.5969C6.65018 20.7501 8.1058 20.7501 9.94354 20.7501H9.94359H13C13.0638 20.7501 13.1268 20.7501 13.189 20.7501C14.9682 20.7507 16.1193 20.7511 17.1243 20.2486C18.1293 19.7461 18.8196 18.8251 19.8866 17.4013C20.0128 17.233 20.14 17.0651 20.2674 16.897C20.8774 16.0919 21.4906 15.2827 21.9982 14.4107C22.4686 13.6026 22.75 12.8479 22.75 12.0001C22.75 11.1523 22.4686 10.3976 21.9982 9.58945C21.4906 8.71738 20.8773 7.90806 20.2672 7.10292C20.1399 6.9349 20.0127 6.76705 19.8866 6.59886C18.8196 5.1751 18.1293 4.25405 17.1243 3.75155ZM14.7071 9.70713C15.0976 9.31662 15.0976 8.68345 14.7071 8.29292C14.3166 7.90238 13.6835 7.90236 13.2929 8.29287L10.9998 10.5858L8.70708 8.29326C8.31655 7.90275 7.68338 7.90277 7.29287 8.29331C6.90236 8.68385 6.90238 9.31701 7.29292 9.70752L9.58554 12L7.29292 14.2925C6.90238 14.683 6.90236 15.3162 7.29287 15.7067C7.68338 16.0972 8.31655 16.0972 8.70708 15.7067L10.9998 13.4142L13.2929 15.7071C13.6835 16.0976 14.3166 16.0976 14.7071 15.7071C15.0976 15.3165 15.0976 14.6834 14.7071 14.2929L12.4141 12L14.7071 9.70713Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.43234 3.59975C6.24004 3.13342 7.23517 3.13342 8.04287 3.59975C8.34283 3.77292 8.61375 4.04425 8.95542 4.38643L9.02207 4.45314L10.7762 6.20727C11.2046 6.63572 11.4738 6.90258 11.6953 7.07161C11.8995 7.22743 11.973 7.22796 12 7.22796C12.027 7.22796 12.1005 7.22743 12.3047 7.07161C12.5262 6.90258 12.7954 6.63572 13.2238 6.20727L14.9779 4.45314L15.0446 4.38642C15.3863 4.04425 15.6572 3.77292 15.9571 3.59975C16.7648 3.13342 17.76 3.13342 18.5677 3.59975C18.8676 3.77292 19.1385 4.04425 19.4802 4.38642L19.5469 4.45314L19.6136 4.5198C19.9558 4.86146 20.2271 5.13238 20.4003 5.43233C20.8666 6.24004 20.8666 7.23517 20.4003 8.04287C20.2271 8.34283 19.9557 8.61375 19.6136 8.95542L19.5469 9.02207L17.7927 10.7762C17.3643 11.2046 17.0974 11.4738 16.9284 11.6953C16.7726 11.8995 16.772 11.973 16.772 12C16.772 12.027 16.7726 12.1005 16.9284 12.3047C17.0974 12.5262 17.3643 12.7954 17.7927 13.2238L19.5469 14.9779L19.6136 15.0446C19.9558 15.3863 20.2271 15.6572 20.4003 15.9571C20.8666 16.7648 20.8666 17.76 20.4003 18.5677C20.2271 18.8676 19.9558 19.1385 19.6136 19.4802L19.5469 19.5469L19.4802 19.6136C19.1385 19.9558 18.8676 20.2271 18.5677 20.4003C17.76 20.8666 16.7648 20.8666 15.9571 20.4003C15.6572 20.2271 15.3863 19.9558 15.0446 19.6136L15.0446 19.6136L14.9779 19.5469L13.2238 17.7927C12.7954 17.3643 12.5262 17.0974 12.3047 16.9284C12.1005 16.7726 12.027 16.772 12 16.772C11.973 16.772 11.8995 16.7726 11.6953 16.9284C11.4738 17.0974 11.2046 17.3643 10.7762 17.7927L9.02207 19.5469L8.95541 19.6136C8.61375 19.9558 8.34283 20.2271 8.04287 20.4003C7.23517 20.8666 6.24004 20.8666 5.43233 20.4003C5.13238 20.2271 4.86146 19.9558 4.5198 19.6136L4.45314 19.5469L4.38642 19.4802C4.04425 19.1385 3.77292 18.8676 3.59975 18.5677C3.13342 17.76 3.13342 16.7648 3.59975 15.9571C3.77292 15.6572 4.04424 15.3863 4.38641 15.0446L4.38643 15.0446L4.45314 14.9779L6.20727 13.2238C6.63572 12.7954 6.90258 12.5262 7.07161 12.3047C7.22743 12.1005 7.22796 12.027 7.22796 12C7.22796 11.973 7.22743 11.8995 7.07161 11.6953C6.90258 11.4738 6.63572 11.2046 6.20727 10.7762L4.45314 9.02207L4.38643 8.95542C4.04425 8.61375 3.77292 8.34283 3.59975 8.04287C3.13342 7.23517 3.13342 6.24004 3.59975 5.43234C3.77292 5.13238 4.04425 4.86146 4.38643 4.51979L4.45314 4.45314L4.51979 4.38643C4.86146 4.04425 5.13238 3.77292 5.43234 3.59975Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.43234 3.59975C6.24004 3.13342 7.23517 3.13342 8.04287 3.59975C8.34283 3.77292 8.61375 4.04425 8.95542 4.38643L9.02207 4.45314L10.7762 6.20727C11.2046 6.63572 11.4738 6.90258 11.6953 7.07161C11.8995 7.22743 11.973 7.22796 12 7.22796C12.027 7.22796 12.1005 7.22743 12.3047 7.07161C12.5262 6.90258 12.7954 6.63572 13.2238 6.20727L14.9779 4.45314L15.0446 4.38642C15.3863 4.04425 15.6572 3.77292 15.9571 3.59975C16.7648 3.13342 17.76 3.13342 18.5677 3.59975C18.8676 3.77292 19.1385 4.04425 19.4802 4.38642L19.5469 4.45314L19.6136 4.5198C19.9558 4.86146 20.2271 5.13238 20.4003 5.43233C20.8666 6.24004 20.8666 7.23517 20.4003 8.04287C20.2271 8.34283 19.9557 8.61375 19.6136 8.95542L19.5469 9.02207L17.7927 10.7762C17.3643 11.2046 17.0974 11.4738 16.9284 11.6953C16.7726 11.8995 16.772 11.973 16.772 12C16.772 12.027 16.7726 12.1005 16.9284 12.3047C17.0974 12.5262 17.3643 12.7954 17.7927 13.2238L19.5469 14.9779L19.6136 15.0446C19.9558 15.3863 20.2271 15.6572 20.4003 15.9571C20.8666 16.7648 20.8666 17.76 20.4003 18.5677C20.2271 18.8676 19.9558 19.1385 19.6136 19.4802L19.5469 19.5469L19.4802 19.6136C19.1385 19.9558 18.8676 20.2271 18.5677 20.4003C17.76 20.8666 16.7648 20.8666 15.9571 20.4003C15.6572 20.2271 15.3863 19.9558 15.0446 19.6136L15.0446 19.6136L14.9779 19.5469L13.2238 17.7927C12.7954 17.3643 12.5262 17.0974 12.3047 16.9284C12.1005 16.7726 12.027 16.772 12 16.772C11.973 16.772 11.8995 16.7726 11.6953 16.9284C11.4738 17.0974 11.2046 17.3643 10.7762 17.7927L9.02207 19.5469L8.95541 19.6136C8.61375 19.9558 8.34283 20.2271 8.04287 20.4003C7.23517 20.8666 6.24004 20.8666 5.43233 20.4003C5.13238 20.2271 4.86146 19.9558 4.5198 19.6136L4.45314 19.5469L4.38642 19.4802C4.04425 19.1385 3.77292 18.8676 3.59975 18.5677C3.13342 17.76 3.13342 16.7648 3.59975 15.9571C3.77292 15.6572 4.04424 15.3863 4.38641 15.0446L4.38643 15.0446L4.45314 14.9779L6.20727 13.2238C6.63572 12.7954 6.90258 12.5262 7.07161 12.3047C7.22743 12.1005 7.22796 12.027 7.22796 12C7.22796 11.973 7.22743 11.8995 7.07161 11.6953C6.90258 11.4738 6.63572 11.2046 6.20727 10.7762L4.45314 9.02207L4.38643 8.95542C4.04425 8.61375 3.77292 8.34283 3.59975 8.04287C3.13342 7.23517 3.13342 6.24004 3.59975 5.43234C3.77292 5.13238 4.04425 4.86146 4.38643 4.51979L4.45314 4.45314L4.51979 4.38643C4.86146 4.04425 5.13238 3.77292 5.43234 3.59975Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-remove-circle-half-dot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 2C11 1.44772 11.4477 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 11.4477 1.44772 11 2 11C2.55228 11 3 11.4477 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C11.4477 3 11 2.55228 11 2ZM9.43434 2.14361C9.63116 2.65963 9.37241 3.23751 8.85639 3.43434C8.68765 3.4987 8.52124 3.5678 8.35731 3.64149C7.85358 3.86791 7.26166 3.64311 7.03524 3.13937C6.80881 2.63564 7.03362 2.04372 7.53735 1.8173C7.73645 1.72781 7.9386 1.64386 8.14361 1.56566C8.65963 1.36883 9.23751 1.62759 9.43434 2.14361ZM5.80331 3.96469C6.1824 4.36632 6.16414 4.99922 5.76252 5.37832C5.62995 5.50345 5.50103 5.6324 5.37594 5.76499C4.99694 6.16671 4.36404 6.18514 3.96232 5.80614C3.5606 5.42715 3.54218 4.79425 3.92117 4.39253C4.07278 4.23183 4.22902 4.07555 4.38968 3.9239C4.79131 3.5448 5.42421 3.56307 5.80331 3.96469ZM3.14211 7.03001C3.64574 7.25667 3.87028 7.84868 3.64363 8.35231C3.56916 8.5178 3.49936 8.68582 3.43441 8.85621C3.23768 9.37227 2.65985 9.63114 2.14379 9.43441C1.62773 9.23768 1.36887 8.65985 1.56559 8.14379C1.64453 7.93673 1.72934 7.73257 1.81981 7.53153C2.04646 7.0279 2.63848 6.80336 3.14211 7.03001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L12 10.5858L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L13.4142 12L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L12 13.4142L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L10.5858 12L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 2C11 1.44772 11.4477 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 11.4477 1.44772 11 2 11C2.55228 11 3 11.4477 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C11.4477 3 11 2.55228 11 2ZM9.43434 2.14361C9.63116 2.65963 9.37241 3.23751 8.85639 3.43434C8.68765 3.4987 8.52124 3.5678 8.35731 3.64149C7.85358 3.86791 7.26166 3.64311 7.03524 3.13937C6.80881 2.63564 7.03362 2.04372 7.53735 1.8173C7.73645 1.72781 7.9386 1.64386 8.14361 1.56566C8.65963 1.36883 9.23751 1.62759 9.43434 2.14361ZM5.80331 3.96469C6.1824 4.36632 6.16414 4.99922 5.76252 5.37832C5.62995 5.50345 5.50103 5.6324 5.37594 5.76499C4.99694 6.16671 4.36404 6.18514 3.96232 5.80614C3.5606 5.42715 3.54218 4.79425 3.92117 4.39253C4.07278 4.23183 4.22902 4.07555 4.38968 3.9239C4.79131 3.5448 5.42421 3.56307 5.80331 3.96469ZM3.14211 7.03001C3.64574 7.25667 3.87028 7.84868 3.64363 8.35231C3.56916 8.5178 3.49936 8.68582 3.43441 8.85621C3.23768 9.37227 2.65985 9.63114 2.14379 9.43441C1.62773 9.23768 1.36887 8.65985 1.56559 8.14379C1.64453 7.93673 1.72934 7.73257 1.81981 7.53153C2.04646 7.0279 2.63848 6.80336 3.14211 7.03001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L12 10.5858L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L13.4142 12L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L12 13.4142L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L10.5858 12L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-remove-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM15.7071 9.70713C16.0976 9.31662 16.0976 8.68345 15.7071 8.29292C15.3166 7.90238 14.6835 7.90236 14.2929 8.29287L11.9998 10.5858L9.70708 8.29326C9.31655 7.90275 8.68338 7.90277 8.29287 8.29331C7.90236 8.68385 7.90238 9.31701 8.29292 9.70752L10.5855 12L8.29292 14.2925C7.90238 14.683 7.90236 15.3162 8.29287 15.7067C8.68338 16.0972 9.31655 16.0972 9.70708 15.7067L11.9998 13.4142L14.2929 15.7071C14.6835 16.0976 15.3166 16.0976 15.7071 15.7071C16.0976 15.3165 16.0976 14.6834 15.7071 14.2929L13.4141 12L15.7071 9.70713Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM15.7071 9.70713C16.0976 9.31662 16.0976 8.68345 15.7071 8.29292C15.3166 7.90238 14.6835 7.90236 14.2929 8.29287L11.9998 10.5858L9.70708 8.29326C9.31655 7.90275 8.68338 7.90277 8.29287 8.29331C7.90236 8.68385 7.90238 9.31701 8.29292 9.70752L10.5855 12L8.29292 14.2925C7.90238 14.683 7.90236 15.3162 8.29287 15.7067C8.68338 16.0972 9.31655 16.0972 9.70708 15.7067L11.9998 13.4142L14.2929 15.7071C14.6835 16.0976 15.3166 16.0976 15.7071 15.7071C16.0976 15.3165 16.0976 14.6834 15.7071 14.2929L13.4141 12L15.7071 9.70713Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-remove-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03143 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03143 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM15.7071 9.70713C16.0976 9.31662 16.0976 8.68345 15.7071 8.29292C15.3166 7.90238 14.6835 7.90236 14.2929 8.29287L11.9998 10.5858L9.70708 8.29326C9.31655 7.90275 8.68338 7.90277 8.29287 8.29331C7.90236 8.68385 7.90238 9.31701 8.29292 9.70752L10.5855 12L8.29292 14.2925C7.90238 14.683 7.90236 15.3162 8.29287 15.7067C8.68338 16.0972 9.31655 16.0972 9.70708 15.7067L11.9998 13.4142L14.2929 15.7071C14.6835 16.0976 15.3166 16.0976 15.7071 15.7071C16.0976 15.3165 16.0976 14.6834 15.7071 14.2929L13.4141 12L15.7071 9.70713Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03143 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03143 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM15.7071 9.70713C16.0976 9.31662 16.0976 8.68345 15.7071 8.29292C15.3166 7.90238 14.6835 7.90236 14.2929 8.29287L11.9998 10.5858L9.70708 8.29326C9.31655 7.90275 8.68338 7.90277 8.29287 8.29331C7.90236 8.68385 7.90238 9.31701 8.29292 9.70752L10.5855 12L8.29292 14.2925C7.90238 14.683 7.90236 15.3162 8.29287 15.7067C8.68338 16.0972 9.31655 16.0972 9.70708 15.7067L11.9998 13.4142L14.2929 15.7071C14.6835 16.0976 15.3166 16.0976 15.7071 15.7071C16.0976 15.3165 16.0976 14.6834 15.7071 14.2929L13.4141 12L15.7071 9.70713Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.8839 4.11612C20.372 4.60427 20.372 5.39573 19.8839 5.88388L5.88388 19.8839C5.39573 20.372 4.60427 20.372 4.11612 19.8839C3.62796 19.3957 3.62796 18.6043 4.11612 18.1161L18.1161 4.11612C18.6043 3.62796 19.3957 3.62796 19.8839 4.11612Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.11612 4.11612C4.60427 3.62796 5.39573 3.62796 5.88388 4.11612L19.8839 18.1161C20.372 18.6043 20.372 19.3957 19.8839 19.8839C19.3957 20.372 18.6043 20.372 18.1161 19.8839L4.11612 5.88388C3.62796 5.39573 3.62796 4.60427 4.11612 4.11612Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.8839 4.11612C20.372 4.60427 20.372 5.39573 19.8839 5.88388L5.88388 19.8839C5.39573 20.372 4.60427 20.372 4.11612 19.8839C3.62796 19.3957 3.62796 18.6043 4.11612 18.1161L18.1161 4.11612C18.6043 3.62796 19.3957 3.62796 19.8839 4.11612Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.11612 4.11612C4.60427 3.62796 5.39573 3.62796 5.88388 4.11612L19.8839 18.1161C20.372 18.6043 20.372 19.3957 19.8839 19.8839C19.3957 20.372 18.6043 20.372 18.1161 19.8839L4.11612 5.88388C3.62796 5.39573 3.62796 4.60427 4.11612 4.11612Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-restore-bin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9938 1.25L12.0744 1.25C12.5601 1.24998 12.9883 1.24996 13.3473 1.28207C13.7347 1.31672 14.114 1.39328 14.4875 1.58705C14.6316 1.66182 14.7694 1.74815 14.8996 1.84521C15.2369 2.09677 15.4712 2.40472 15.6714 2.73822C15.8569 3.04728 16.0437 3.43259 16.2555 3.8697L16.6823 4.75H21C21.5523 4.75 22 5.19772 22 5.75C22 6.30229 21.5523 6.75 21 6.75H16.0778C16.0635 6.75031 16.0493 6.75031 16.0351 6.75H8.07435C8.05969 6.75033 8.045 6.75033 8.03029 6.75H3C2.44772 6.75 2 6.30229 2 5.75C2 5.19772 2.44772 4.75 3 4.75H7.40976L7.76556 3.96946C7.97212 3.51625 8.15403 3.11712 8.33676 2.79684C8.53387 2.45137 8.76721 2.13167 9.10861 1.86975C9.24015 1.76885 9.37982 1.67901 9.5262 1.60118C9.90612 1.39917 10.2938 1.31945 10.6899 1.28339C11.0571 1.24996 11.4958 1.24998 11.9938 1.25ZM9.60776 4.75H14.4597C14.233 4.28261 14.088 3.98637 13.9566 3.7675C13.8322 3.56034 13.7577 3.48856 13.7038 3.44841C13.6605 3.41605 13.6145 3.38727 13.5665 3.36235C13.5069 3.33143 13.4098 3.29564 13.1691 3.27411C12.9098 3.25092 12.5719 3.25 12.0345 3.25C11.4837 3.25 11.137 3.25096 10.8712 3.27515C10.6244 3.29762 10.5255 3.33496 10.4652 3.36706C10.4164 3.39301 10.3698 3.42295 10.326 3.45659C10.2717 3.49821 10.1967 3.5727 10.0739 3.78796C9.94941 4.00617 9.81387 4.29827 9.60776 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8438 15.5161C13.9459 14.1064 15.8447 13.4231 17.6837 13.9021C18.6618 14.1568 19.4875 14.704 20.082 15.4265C20.4329 15.853 20.3716 16.4832 19.9452 16.8341C19.5187 17.185 18.8885 17.1237 18.5376 16.6972C18.2065 16.2949 17.7426 15.9841 17.1796 15.8375C15.7662 15.4694 14.3499 16.292 13.9866 17.6098C13.8867 17.9724 13.5918 18.2482 13.2234 18.3237C12.8549 18.3992 12.4753 18.2616 12.2408 17.9676L11.2182 16.6854C10.8738 16.2536 10.9447 15.6244 11.3764 15.2801C11.8082 14.9357 12.4374 15.0066 12.7818 15.4383L12.8438 15.5161ZM19.7762 18.1758C19.4079 18.2514 19.1131 18.5271 19.0132 18.8896C18.6499 20.2074 17.2337 21.03 15.8202 20.6619C15.2567 20.5151 14.7924 20.2038 14.4613 19.8009C14.1106 19.3742 13.4805 19.3125 13.0538 19.6632C12.6271 20.0138 12.5654 20.644 12.9161 21.0707C13.5106 21.7942 14.337 22.3423 15.3162 22.5973C17.1555 23.0764 19.0547 22.3927 20.1568 20.9824L20.2186 21.0599C20.5633 21.4914 21.1925 21.5618 21.624 21.2171C22.0556 20.8725 22.126 20.2432 21.7813 19.8117L20.7586 18.5313C20.524 18.2375 20.1444 18.1002 19.7762 18.1758Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0006 22.75C10.7491 22.75 9.75599 22.75 8.95805 22.6734C8.13974 22.5949 7.45224 22.4307 6.8368 22.0552C6.27378 21.7117 5.78847 21.2547 5.41177 20.7133C5 20.1214 4.79471 19.4448 4.66704 18.6325C4.54254 17.8404 4.4827 16.8487 4.40729 15.5991L3.81649 5.80992C3.7865 5.31291 3.7715 5.0644 3.92035 4.9072C4.06921 4.75 4.31951 4.75 4.82012 4.75H19.273C19.7743 4.75 20.0249 4.75 20.1738 4.90746C20.3227 5.06493 20.3073 5.31373 20.2766 5.81135L19.9251 11.4991C19.8818 12.2001 19.8601 12.5507 19.6631 12.689C19.4661 12.8274 19.0755 12.7157 18.2943 12.4924C18.2439 12.478 18.1932 12.4642 18.1422 12.451C16.3403 11.9842 14.4906 12.3532 13.0528 13.3362C12.8552 13.4713 12.7563 13.5389 12.6777 13.5613C12.599 13.5838 12.4511 13.5774 12.1553 13.5646C11.5703 13.5394 10.9739 13.7162 10.4801 14.1079C9.39482 14.9688 9.21673 16.5418 10.0823 17.6212L11.1105 18.9034C11.2433 19.0689 11.3097 19.1517 11.3304 19.1891C11.4012 19.3171 11.4026 19.3235 11.3911 19.4692C11.3877 19.5117 11.3616 19.6144 11.3092 19.8197C11.1194 20.5639 11.2757 21.3848 11.8033 22.0235C11.9104 22.1531 12.0231 22.2785 12.1411 22.3991C12.2648 22.5257 12.1782 22.75 12.0006 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9938 1.25L12.0744 1.25C12.5601 1.24998 12.9883 1.24996 13.3473 1.28207C13.7347 1.31672 14.114 1.39328 14.4875 1.58705C14.6316 1.66182 14.7694 1.74815 14.8996 1.84521C15.2369 2.09677 15.4712 2.40472 15.6714 2.73822C15.8569 3.04728 16.0437 3.43259 16.2555 3.8697L16.6823 4.75H21C21.5523 4.75 22 5.19772 22 5.75C22 6.30229 21.5523 6.75 21 6.75H16.0778C16.0635 6.75031 16.0493 6.75031 16.0351 6.75H8.07435C8.05969 6.75033 8.045 6.75033 8.03029 6.75H3C2.44772 6.75 2 6.30229 2 5.75C2 5.19772 2.44772 4.75 3 4.75H7.40976L7.76556 3.96946C7.97212 3.51625 8.15403 3.11712 8.33676 2.79684C8.53387 2.45137 8.76721 2.13167 9.10861 1.86975C9.24015 1.76885 9.37982 1.67901 9.5262 1.60118C9.90612 1.39917 10.2938 1.31945 10.6899 1.28339C11.0571 1.24996 11.4958 1.24998 11.9938 1.25ZM9.60776 4.75H14.4597C14.233 4.28261 14.088 3.98637 13.9566 3.7675C13.8322 3.56034 13.7577 3.48856 13.7038 3.44841C13.6605 3.41605 13.6145 3.38727 13.5665 3.36235C13.5069 3.33143 13.4098 3.29564 13.1691 3.27411C12.9098 3.25092 12.5719 3.25 12.0345 3.25C11.4837 3.25 11.137 3.25096 10.8712 3.27515C10.6244 3.29762 10.5255 3.33496 10.4652 3.36706C10.4164 3.39301 10.3698 3.42295 10.326 3.45659C10.2717 3.49821 10.1967 3.5727 10.0739 3.78796C9.94941 4.00617 9.81387 4.29827 9.60776 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8438 15.5161C13.9459 14.1064 15.8447 13.4231 17.6837 13.9021C18.6618 14.1568 19.4875 14.704 20.082 15.4265C20.4329 15.853 20.3716 16.4832 19.9452 16.8341C19.5187 17.185 18.8885 17.1237 18.5376 16.6972C18.2065 16.2949 17.7426 15.9841 17.1796 15.8375C15.7662 15.4694 14.3499 16.292 13.9866 17.6098C13.8867 17.9724 13.5918 18.2482 13.2234 18.3237C12.8549 18.3992 12.4753 18.2616 12.2408 17.9676L11.2182 16.6854C10.8738 16.2536 10.9447 15.6244 11.3764 15.2801C11.8082 14.9357 12.4374 15.0066 12.7818 15.4383L12.8438 15.5161ZM19.7762 18.1758C19.4079 18.2514 19.1131 18.5271 19.0132 18.8896C18.6499 20.2074 17.2337 21.03 15.8202 20.6619C15.2567 20.5151 14.7924 20.2038 14.4613 19.8009C14.1106 19.3742 13.4805 19.3125 13.0538 19.6632C12.6271 20.0138 12.5654 20.644 12.9161 21.0707C13.5106 21.7942 14.337 22.3423 15.3162 22.5973C17.1555 23.0764 19.0547 22.3927 20.1568 20.9824L20.2186 21.0599C20.5633 21.4914 21.1925 21.5618 21.624 21.2171C22.0556 20.8725 22.126 20.2432 21.7813 19.8117L20.7586 18.5313C20.524 18.2375 20.1444 18.1002 19.7762 18.1758Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0006 22.75C10.7491 22.75 9.75599 22.75 8.95805 22.6734C8.13974 22.5949 7.45224 22.4307 6.8368 22.0552C6.27378 21.7117 5.78847 21.2547 5.41177 20.7133C5 20.1214 4.79471 19.4448 4.66704 18.6325C4.54254 17.8404 4.4827 16.8487 4.40729 15.5991L3.81649 5.80992C3.7865 5.31291 3.7715 5.0644 3.92035 4.9072C4.06921 4.75 4.31951 4.75 4.82012 4.75H19.273C19.7743 4.75 20.0249 4.75 20.1738 4.90746C20.3227 5.06493 20.3073 5.31373 20.2766 5.81135L19.9251 11.4991C19.8818 12.2001 19.8601 12.5507 19.6631 12.689C19.4661 12.8274 19.0755 12.7157 18.2943 12.4924C18.2439 12.478 18.1932 12.4642 18.1422 12.451C16.3403 11.9842 14.4906 12.3532 13.0528 13.3362C12.8552 13.4713 12.7563 13.5389 12.6777 13.5613C12.599 13.5838 12.4511 13.5774 12.1553 13.5646C11.5703 13.5394 10.9739 13.7162 10.4801 14.1079C9.39482 14.9688 9.21673 16.5418 10.0823 17.6212L11.1105 18.9034C11.2433 19.0689 11.3097 19.1517 11.3304 19.1891C11.4012 19.3171 11.4026 19.3235 11.3911 19.4692C11.3877 19.5117 11.3616 19.6144 11.3092 19.8197C11.1194 20.5639 11.2757 21.3848 11.8033 22.0235C11.9104 22.1531 12.0231 22.2785 12.1411 22.3991C12.2648 22.5257 12.1782 22.75 12.0006 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-unavailable{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM5.68014 7.09436C4.62708 8.44904 4 10.1513 4 12C4 16.4183 7.58172 20 12 20C13.8487 20 15.551 19.3729 16.9056 18.3199L5.68014 7.09436ZM7.09436 5.68014L18.3199 16.9056C19.3729 15.551 20 13.8487 20 12C20 7.58172 16.4183 4 12 4C10.1513 4 8.44904 4.62708 7.09436 5.68014Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM5.68014 7.09436C4.62708 8.44904 4 10.1513 4 12C4 16.4183 7.58172 20 12 20C13.8487 20 15.551 19.3729 16.9056 18.3199L5.68014 7.09436ZM7.09436 5.68014L18.3199 16.9056C19.3729 15.551 20 13.8487 20 12C20 7.58172 16.4183 4 12 4C10.1513 4 8.44904 4.62708 7.09436 5.68014Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-waste-restore{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5704 3.25C12.236 3.25 11.9238 3.4171 11.7383 3.6953L11.3685 4.25H18.1126L18.0072 3.93377C17.8711 3.52543 17.4889 3.25 17.0585 3.25H12.5704ZM20.2208 4.25L19.9045 3.30132C19.4962 2.07629 18.3498 1.25 17.0585 1.25H12.5704C11.5673 1.25 10.6306 1.7513 10.0742 2.5859L9.26168 3.8047C9.07622 4.0829 8.76399 4.25 8.42963 4.25H3C2.44772 4.25 2 4.69772 2 5.25C2 5.80228 2.44772 6.25 3 6.25H19.4767C19.4921 6.25036 19.5076 6.25036 19.5231 6.25H21C21.5523 6.25 22 5.80228 22 5.25C22 4.69772 21.5523 4.25 21 4.25H20.2208Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8438 15.5161C13.9459 14.1064 15.8447 13.4231 17.6837 13.9021C18.6618 14.1568 19.4875 14.704 20.082 15.4265C20.4329 15.853 20.3716 16.4832 19.9452 16.8341C19.5187 17.185 18.8885 17.1237 18.5376 16.6972C18.2065 16.2949 17.7426 15.9841 17.1796 15.8375C15.7662 15.4694 14.3499 16.292 13.9866 17.6098C13.8867 17.9724 13.5918 18.2482 13.2234 18.3237C12.8549 18.3992 12.4753 18.2616 12.2408 17.9676L11.2182 16.6854C10.8738 16.2536 10.9447 15.6244 11.3764 15.2801C11.8082 14.9357 12.4374 15.0066 12.7818 15.4383L12.8438 15.5161ZM19.7762 18.1758C19.4079 18.2514 19.1131 18.5271 19.0132 18.8896C18.6499 20.2074 17.2337 21.03 15.8202 20.6619C15.2567 20.5151 14.7924 20.2038 14.4613 19.8009C14.1106 19.3742 13.4805 19.3125 13.0538 19.6632C12.6271 20.0138 12.5654 20.644 12.9161 21.0707C13.5106 21.7942 14.337 22.3423 15.3162 22.5973C17.1555 23.0764 19.0547 22.3927 20.1568 20.9824L20.2186 21.0599C20.5633 21.4914 21.1925 21.5618 21.624 21.2171C22.0556 20.8725 22.126 20.2432 21.7813 19.8117L20.7586 18.5313C20.524 18.2375 20.1444 18.1002 19.7762 18.1758Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.91539 22.1781C8.10146 22.1046 7.41921 21.9513 6.80713 21.5998C6.24545 21.2773 5.75786 20.8462 5.37752 20.3316C4.95895 19.7654 4.75042 19.1171 4.6214 18.3445C4.4962 17.5948 4.43613 16.6578 4.36094 15.4852L4.35834 15.4446L4.3582 15.4423L3.76995 5.81063C3.73958 5.31332 3.72439 5.06466 3.87327 4.90733C4.02215 4.75 4.27263 4.75 4.77359 4.75H19.2258C19.7274 4.75 19.9783 4.75 20.1272 4.9076C20.2761 5.06519 20.2605 5.31416 20.2294 5.81208C20.0966 7.93539 19.9972 10.0641 19.8427 12.1866C19.8121 12.6073 19.7968 12.8177 19.6666 12.8983C19.5365 12.9789 19.3246 12.892 18.9007 12.7182C18.6419 12.6121 18.3732 12.5224 18.0955 12.4505C16.2921 11.9834 14.4408 12.3533 13.0024 13.3381C12.8062 13.4724 12.7081 13.5395 12.6298 13.5618C12.5516 13.5841 12.4055 13.5776 12.1134 13.5644C11.5268 13.5379 10.9282 13.7146 10.433 14.1074C9.34768 14.9683 9.16957 16.5413 10.0352 17.6207L11.0635 18.9029C11.1952 19.0672 11.2611 19.1493 11.2816 19.1863C11.3532 19.3152 11.3544 19.3206 11.3431 19.4675C11.3398 19.5097 11.3139 19.6133 11.2619 19.8204C11.1189 20.3908 11.1979 20.9734 11.4451 21.4971C11.623 21.8741 11.712 22.0626 11.6523 22.1557C11.5927 22.2489 11.4092 22.2472 11.0422 22.2439C10.1842 22.2361 9.3613 22.2184 8.91539 22.1781Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5704 3.25C12.236 3.25 11.9238 3.4171 11.7383 3.6953L11.3685 4.25H18.1126L18.0072 3.93377C17.8711 3.52543 17.4889 3.25 17.0585 3.25H12.5704ZM20.2208 4.25L19.9045 3.30132C19.4962 2.07629 18.3498 1.25 17.0585 1.25H12.5704C11.5673 1.25 10.6306 1.7513 10.0742 2.5859L9.26168 3.8047C9.07622 4.0829 8.76399 4.25 8.42963 4.25H3C2.44772 4.25 2 4.69772 2 5.25C2 5.80228 2.44772 6.25 3 6.25H19.4767C19.4921 6.25036 19.5076 6.25036 19.5231 6.25H21C21.5523 6.25 22 5.80228 22 5.25C22 4.69772 21.5523 4.25 21 4.25H20.2208Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8438 15.5161C13.9459 14.1064 15.8447 13.4231 17.6837 13.9021C18.6618 14.1568 19.4875 14.704 20.082 15.4265C20.4329 15.853 20.3716 16.4832 19.9452 16.8341C19.5187 17.185 18.8885 17.1237 18.5376 16.6972C18.2065 16.2949 17.7426 15.9841 17.1796 15.8375C15.7662 15.4694 14.3499 16.292 13.9866 17.6098C13.8867 17.9724 13.5918 18.2482 13.2234 18.3237C12.8549 18.3992 12.4753 18.2616 12.2408 17.9676L11.2182 16.6854C10.8738 16.2536 10.9447 15.6244 11.3764 15.2801C11.8082 14.9357 12.4374 15.0066 12.7818 15.4383L12.8438 15.5161ZM19.7762 18.1758C19.4079 18.2514 19.1131 18.5271 19.0132 18.8896C18.6499 20.2074 17.2337 21.03 15.8202 20.6619C15.2567 20.5151 14.7924 20.2038 14.4613 19.8009C14.1106 19.3742 13.4805 19.3125 13.0538 19.6632C12.6271 20.0138 12.5654 20.644 12.9161 21.0707C13.5106 21.7942 14.337 22.3423 15.3162 22.5973C17.1555 23.0764 19.0547 22.3927 20.1568 20.9824L20.2186 21.0599C20.5633 21.4914 21.1925 21.5618 21.624 21.2171C22.0556 20.8725 22.126 20.2432 21.7813 19.8117L20.7586 18.5313C20.524 18.2375 20.1444 18.1002 19.7762 18.1758Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.91539 22.1781C8.10146 22.1046 7.41921 21.9513 6.80713 21.5998C6.24545 21.2773 5.75786 20.8462 5.37752 20.3316C4.95895 19.7654 4.75042 19.1171 4.6214 18.3445C4.4962 17.5948 4.43613 16.6578 4.36094 15.4852L4.35834 15.4446L4.3582 15.4423L3.76995 5.81063C3.73958 5.31332 3.72439 5.06466 3.87327 4.90733C4.02215 4.75 4.27263 4.75 4.77359 4.75H19.2258C19.7274 4.75 19.9783 4.75 20.1272 4.9076C20.2761 5.06519 20.2605 5.31416 20.2294 5.81208C20.0966 7.93539 19.9972 10.0641 19.8427 12.1866C19.8121 12.6073 19.7968 12.8177 19.6666 12.8983C19.5365 12.9789 19.3246 12.892 18.9007 12.7182C18.6419 12.6121 18.3732 12.5224 18.0955 12.4505C16.2921 11.9834 14.4408 12.3533 13.0024 13.3381C12.8062 13.4724 12.7081 13.5395 12.6298 13.5618C12.5516 13.5841 12.4055 13.5776 12.1134 13.5644C11.5268 13.5379 10.9282 13.7146 10.433 14.1074C9.34768 14.9683 9.16957 16.5413 10.0352 17.6207L11.0635 18.9029C11.1952 19.0672 11.2611 19.1493 11.2816 19.1863C11.3532 19.3152 11.3544 19.3206 11.3431 19.4675C11.3398 19.5097 11.3139 19.6133 11.2619 19.8204C11.1189 20.3908 11.1979 20.9734 11.4451 21.4971C11.623 21.8741 11.712 22.0626 11.6523 22.1557C11.5927 22.2489 11.4092 22.2472 11.0422 22.2439C10.1842 22.2361 9.3613 22.2184 8.91539 22.1781Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-add-and-remove-icons-waste{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.75 4.25H20.25L19.6973 13.1351C19.6531 13.8466 19.631 14.2024 19.4406 14.3408C19.2503 14.4792 18.8387 14.3737 18.0156 14.1625C17.6018 14.0564 17.1683 14 16.7217 14C13.8389 14 11.502 16.3505 11.502 19.25C11.502 19.5653 11.5296 19.8741 11.5826 20.1741C11.7274 20.9945 11.7998 21.4047 11.6475 21.5839C11.4951 21.7631 11.1484 21.7585 10.455 21.7493C9.94616 21.7426 9.43776 21.7241 8.93175 21.6781C8.12227 21.6046 7.44375 21.4513 6.83501 21.0998C6.2764 20.7773 5.79147 20.3462 5.41321 19.8316C4.99692 19.2654 4.78954 18.6171 4.66122 17.8445C4.5367 17.0948 4.47696 16.1578 4.40219 14.9852L4.3996 14.9446L4.39946 14.9423L3.75 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5704 3.25C12.236 3.25 11.9238 3.4171 11.7383 3.6953L11.3685 4.25H18.1126L18.0072 3.93377C17.8711 3.52543 17.4889 3.25 17.0585 3.25H12.5704ZM20.2208 4.25L19.9045 3.30132C19.4962 2.07629 18.3498 1.25 17.0585 1.25H12.5704C11.5673 1.25 10.6306 1.7513 10.0742 2.5859L9.26168 3.8047C9.07622 4.0829 8.76399 4.25 8.42963 4.25H3C2.44772 4.25 2 4.69772 2 5.25C2 5.80228 2.44772 6.25 3 6.25H19.4767C19.4921 6.25036 19.5076 6.25036 19.5231 6.25H21C21.5523 6.25 22 5.80228 22 5.25C22 4.69772 21.5523 4.25 21 4.25H20.2208Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.75 21.125C15.7145 21.125 14.875 20.2855 14.875 19.25C14.875 18.2145 15.7145 17.375 16.75 17.375C17.7855 17.375 18.625 18.2145 18.625 19.25C18.625 20.2855 17.7855 21.125 16.75 21.125ZM13 19.25C13 21.3211 14.6789 23 16.75 23C18.8211 23 20.5 21.3211 20.5 19.25C20.5 17.1789 18.8211 15.5 16.75 15.5C14.6789 15.5 13 17.1789 13 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.75 4.25H20.25L19.6973 13.1351C19.6531 13.8466 19.631 14.2024 19.4406 14.3408C19.2503 14.4792 18.8387 14.3737 18.0156 14.1625C17.6018 14.0564 17.1683 14 16.7217 14C13.8389 14 11.502 16.3505 11.502 19.25C11.502 19.5653 11.5296 19.8741 11.5826 20.1741C11.7274 20.9945 11.7998 21.4047 11.6475 21.5839C11.4951 21.7631 11.1484 21.7585 10.455 21.7493C9.94616 21.7426 9.43776 21.7241 8.93175 21.6781C8.12227 21.6046 7.44375 21.4513 6.83501 21.0998C6.2764 20.7773 5.79147 20.3462 5.41321 19.8316C4.99692 19.2654 4.78954 18.6171 4.66122 17.8445C4.5367 17.0948 4.47696 16.1578 4.40219 14.9852L4.3996 14.9446L4.39946 14.9423L3.75 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5704 3.25C12.236 3.25 11.9238 3.4171 11.7383 3.6953L11.3685 4.25H18.1126L18.0072 3.93377C17.8711 3.52543 17.4889 3.25 17.0585 3.25H12.5704ZM20.2208 4.25L19.9045 3.30132C19.4962 2.07629 18.3498 1.25 17.0585 1.25H12.5704C11.5673 1.25 10.6306 1.7513 10.0742 2.5859L9.26168 3.8047C9.07622 4.0829 8.76399 4.25 8.42963 4.25H3C2.44772 4.25 2 4.69772 2 5.25C2 5.80228 2.44772 6.25 3 6.25H19.4767C19.4921 6.25036 19.5076 6.25036 19.5231 6.25H21C21.5523 6.25 22 5.80228 22 5.25C22 4.69772 21.5523 4.25 21 4.25H20.2208Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.75 21.125C15.7145 21.125 14.875 20.2855 14.875 19.25C14.875 18.2145 15.7145 17.375 16.75 17.375C17.7855 17.375 18.625 18.2145 18.625 19.25C18.625 20.2855 17.7855 21.125 16.75 21.125ZM13 19.25C13 21.3211 14.6789 23 16.75 23C18.8211 23 20.5 21.3211 20.5 19.25C20.5 17.1789 18.8211 15.5 16.75 15.5C14.6789 15.5 13 17.1789 13 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-book{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5564 1.25C14.3942 1.24998 15.8498 1.24997 16.989 1.40314C18.1614 1.56076 19.1104 1.89288 19.8588 2.64124C20.6071 3.38961 20.9392 4.33856 21.0969 5.51098C21.25 6.65018 21.25 8.10585 21.25 9.94359V17C21.25 17.4142 20.9142 17.75 20.5 17.75C19.5335 17.75 18.75 18.5335 18.75 19.5C18.75 20.4665 19.5335 21.25 20.5 21.25C20.9142 21.25 21.25 21.5858 21.25 22C21.25 22.4142 20.9142 22.75 20.5 22.75H6C4.20508 22.75 2.75 21.2949 2.75 19.5V9.94357V9.94356C2.74998 8.10581 2.74997 6.65019 2.90314 5.51098C3.06076 4.33856 3.39288 3.38961 4.14124 2.64124C4.88961 1.89288 5.83856 1.56076 7.01098 1.40314C8.15019 1.24997 9.60582 1.24998 11.4436 1.25H11.4436H12.5564H12.5564ZM4.25 19.5C4.25 20.4665 5.0335 21.25 6 21.25H17.7609C17.4375 20.7449 17.25 20.1443 17.25 19.5C17.25 18.8557 17.4375 18.2551 17.7609 17.75H6C5.0335 17.75 4.25 18.5335 4.25 19.5ZM10.154 6.25C9.53997 6.25 8.94823 6.62604 8.74718 7.24834L7.28652 11.7694C7.15918 12.1636 7.37548 12.5863 7.76963 12.7137C8.16378 12.841 8.58654 12.6247 8.71388 12.2306L9.03068 11.25H11.2774L11.5942 12.2306C11.7216 12.6247 12.1443 12.841 12.5385 12.7137C12.9326 12.5863 13.1489 12.1636 13.0216 11.7694L11.5609 7.24834C11.3599 6.62604 10.7681 6.25 10.154 6.25ZM10.154 7.77291L10.7928 9.75H9.5153L10.154 7.77291ZM15.7502 7C15.7502 6.58579 15.4144 6.25 15.0002 6.25C14.586 6.25 14.2502 6.58579 14.2502 7V12C14.2502 12.4142 14.586 12.75 15.0002 12.75C15.4144 12.75 15.7502 12.4142 15.7502 12V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5564 1.25C14.3942 1.24998 15.8498 1.24997 16.989 1.40314C18.1614 1.56076 19.1104 1.89288 19.8588 2.64124C20.6071 3.38961 20.9392 4.33856 21.0969 5.51098C21.25 6.65018 21.25 8.10585 21.25 9.94359V17C21.25 17.4142 20.9142 17.75 20.5 17.75C19.5335 17.75 18.75 18.5335 18.75 19.5C18.75 20.4665 19.5335 21.25 20.5 21.25C20.9142 21.25 21.25 21.5858 21.25 22C21.25 22.4142 20.9142 22.75 20.5 22.75H6C4.20508 22.75 2.75 21.2949 2.75 19.5V9.94357V9.94356C2.74998 8.10581 2.74997 6.65019 2.90314 5.51098C3.06076 4.33856 3.39288 3.38961 4.14124 2.64124C4.88961 1.89288 5.83856 1.56076 7.01098 1.40314C8.15019 1.24997 9.60582 1.24998 11.4436 1.25H11.4436H12.5564H12.5564ZM4.25 19.5C4.25 20.4665 5.0335 21.25 6 21.25H17.7609C17.4375 20.7449 17.25 20.1443 17.25 19.5C17.25 18.8557 17.4375 18.2551 17.7609 17.75H6C5.0335 17.75 4.25 18.5335 4.25 19.5ZM10.154 6.25C9.53997 6.25 8.94823 6.62604 8.74718 7.24834L7.28652 11.7694C7.15918 12.1636 7.37548 12.5863 7.76963 12.7137C8.16378 12.841 8.58654 12.6247 8.71388 12.2306L9.03068 11.25H11.2774L11.5942 12.2306C11.7216 12.6247 12.1443 12.841 12.5385 12.7137C12.9326 12.5863 13.1489 12.1636 13.0216 11.7694L11.5609 7.24834C11.3599 6.62604 10.7681 6.25 10.154 6.25ZM10.154 7.77291L10.7928 9.75H9.5153L10.154 7.77291ZM15.7502 7C15.7502 6.58579 15.4144 6.25 15.0002 6.25C14.586 6.25 14.2502 6.58579 14.2502 7V12C14.2502 12.4142 14.586 12.75 15.0002 12.75C15.4144 12.75 15.7502 12.4142 15.7502 12V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-brain-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.41442 15.399C2.13588 14.8017 1.25 13.5048 1.25 12C1.25 10.4952 2.13588 9.19833 3.41442 8.60095C3.30751 8.25245 3.25 7.88261 3.25 7.5C3.25 5.66001 4.57518 4.12953 6.3232 3.81091C6.63925 2.34698 7.94152 1.25 9.5 1.25C11.2949 1.25 12.75 2.70507 12.75 4.5V19.5C12.75 21.2949 11.2949 22.75 9.5 22.75C7.94152 22.75 6.63925 21.653 6.3232 20.1891C4.57518 19.8705 3.25 18.34 3.25 16.5C3.25 16.1174 3.30751 15.7476 3.41442 15.399Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5 21.25C15.4665 21.25 16.25 20.4665 16.25 19.5C16.25 18.9279 15.9763 18.42 15.5496 18.0995C15.2184 17.8507 15.1516 17.3806 15.4003 17.0494C15.6491 16.7182 16.1192 16.6514 16.4504 16.9001C17.0224 17.3298 17.449 17.9455 17.6397 18.6578C18.5707 18.3822 19.25 17.5204 19.25 16.5C19.25 16.0723 19.1314 15.6746 18.9257 15.3354C18.7983 15.1254 18.7818 14.8663 18.8816 14.6418C18.9814 14.4174 19.1848 14.256 19.4261 14.2099C20.465 14.0111 21.25 13.0964 21.25 12C21.25 11.0638 20.6776 10.26 19.8635 9.92142C19.4387 10.4234 18.8839 10.8124 18.2499 11.0364C17.8594 11.1745 17.4309 10.9698 17.2929 10.5792C17.1548 10.1887 17.3595 9.7602 17.7501 9.62216C18.2425 9.44812 18.6578 9.10626 18.9257 8.66457C19.1314 8.32539 19.25 7.92769 19.25 7.5C19.25 6.25736 18.2426 5.25 17 5.25C16.5858 5.25 16.25 4.91421 16.25 4.5C16.25 3.5335 15.4665 2.75 14.5 2.75C13.5335 2.75 12.75 3.5335 12.75 4.5L12.75 19.5C12.75 20.4665 13.5335 21.25 14.5 21.25ZM20.5856 8.60095C21.8641 9.19833 22.75 10.4952 22.75 12C22.75 13.5048 21.8641 14.8017 20.5856 15.399C20.6925 15.7475 20.75 16.1174 20.75 16.5C20.75 18.34 19.4248 19.8705 17.6768 20.1891C17.3608 21.653 16.0585 22.75 14.5 22.75C12.7051 22.75 11.25 21.2949 11.25 19.5L11.25 4.5C11.25 2.70507 12.7051 1.25 14.5 1.25C16.0585 1.25 17.3608 2.34697 17.6768 3.81091C19.4248 4.12953 20.75 5.66001 20.75 7.5C20.75 7.88261 20.6925 8.25245 20.5856 8.60095Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.41442 15.399C2.13588 14.8017 1.25 13.5048 1.25 12C1.25 10.4952 2.13588 9.19833 3.41442 8.60095C3.30751 8.25245 3.25 7.88261 3.25 7.5C3.25 5.66001 4.57518 4.12953 6.3232 3.81091C6.63925 2.34698 7.94152 1.25 9.5 1.25C11.2949 1.25 12.75 2.70507 12.75 4.5V19.5C12.75 21.2949 11.2949 22.75 9.5 22.75C7.94152 22.75 6.63925 21.653 6.3232 20.1891C4.57518 19.8705 3.25 18.34 3.25 16.5C3.25 16.1174 3.30751 15.7476 3.41442 15.399Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5 21.25C15.4665 21.25 16.25 20.4665 16.25 19.5C16.25 18.9279 15.9763 18.42 15.5496 18.0995C15.2184 17.8507 15.1516 17.3806 15.4003 17.0494C15.6491 16.7182 16.1192 16.6514 16.4504 16.9001C17.0224 17.3298 17.449 17.9455 17.6397 18.6578C18.5707 18.3822 19.25 17.5204 19.25 16.5C19.25 16.0723 19.1314 15.6746 18.9257 15.3354C18.7983 15.1254 18.7818 14.8663 18.8816 14.6418C18.9814 14.4174 19.1848 14.256 19.4261 14.2099C20.465 14.0111 21.25 13.0964 21.25 12C21.25 11.0638 20.6776 10.26 19.8635 9.92142C19.4387 10.4234 18.8839 10.8124 18.2499 11.0364C17.8594 11.1745 17.4309 10.9698 17.2929 10.5792C17.1548 10.1887 17.3595 9.7602 17.7501 9.62216C18.2425 9.44812 18.6578 9.10626 18.9257 8.66457C19.1314 8.32539 19.25 7.92769 19.25 7.5C19.25 6.25736 18.2426 5.25 17 5.25C16.5858 5.25 16.25 4.91421 16.25 4.5C16.25 3.5335 15.4665 2.75 14.5 2.75C13.5335 2.75 12.75 3.5335 12.75 4.5L12.75 19.5C12.75 20.4665 13.5335 21.25 14.5 21.25ZM20.5856 8.60095C21.8641 9.19833 22.75 10.4952 22.75 12C22.75 13.5048 21.8641 14.8017 20.5856 15.399C20.6925 15.7475 20.75 16.1174 20.75 16.5C20.75 18.34 19.4248 19.8705 17.6768 20.1891C17.3608 21.653 16.0585 22.75 14.5 22.75C12.7051 22.75 11.25 21.2949 11.25 19.5L11.25 4.5C11.25 2.70507 12.7051 1.25 14.5 1.25C16.0585 1.25 17.3608 2.34697 17.6768 3.81091C19.4248 4.12953 20.75 5.66001 20.75 7.5C20.75 7.88261 20.6925 8.25245 20.5856 8.60095Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-brain-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 22.7501C10.5052 22.7501 11.4039 22.2937 12 21.5769C12.5962 22.2937 13.4948 22.75 14.5 22.75C16.0585 22.75 17.3608 21.653 17.6768 20.1891C19.4248 19.8705 20.75 18.34 20.75 16.5C20.75 16.1174 20.6925 15.7476 20.5856 15.399C21.8641 14.8017 22.75 13.5048 22.75 12C22.75 10.4952 21.8641 9.19833 20.5856 8.60095C20.6925 8.25245 20.75 7.88261 20.75 7.5C20.75 5.66001 19.4248 4.12953 17.6768 3.81092C17.3608 2.34698 16.0585 1.25 14.5 1.25C13.4948 1.25 12.5961 1.70641 12 2.42329C11.4038 1.70645 10.5052 1.25009 9.5 1.25009C7.94152 1.25009 6.63925 2.34707 6.3232 3.81101C4.57518 4.12963 3.25 5.66011 3.25 7.50009C3.25 7.8827 3.30751 8.25255 3.41442 8.60105C2.13588 9.19842 1.25 10.4953 1.25 12.0001C1.25 13.5049 2.13588 14.8018 3.41442 15.3991C3.30751 15.7476 3.25 16.1175 3.25 16.5001C3.25 18.3401 4.57518 19.8706 6.3232 20.1892C6.63925 21.6531 7.94152 22.7501 9.5 22.7501ZM11.25 7C11.25 6.58579 10.9142 6.25 10.5 6.25C10.0858 6.25 9.75 6.58579 9.75 7V8.30087C9.41037 8.35268 9.05633 8.4688 8.76256 8.76256C8.4688 9.05633 8.35268 9.41037 8.30087 9.75H7C6.58579 9.75 6.25 10.0858 6.25 10.5C6.25 10.9142 6.58579 11.25 7 11.25H8.25V12.75H7C6.58579 12.75 6.25 13.0858 6.25 13.5C6.25 13.9142 6.58579 14.25 7 14.25H8.30087C8.35268 14.5896 8.4688 14.9437 8.76256 15.2374C9.05633 15.5312 9.41037 15.6473 9.75 15.6991V17C9.75 17.4142 10.0858 17.75 10.5 17.75C10.9142 17.75 11.25 17.4142 11.25 17V15.75H12.75V17C12.75 17.4142 13.0858 17.75 13.5 17.75C13.9142 17.75 14.25 17.4142 14.25 17V15.6991C14.5896 15.6473 14.9437 15.5312 15.2374 15.2374C15.5312 14.9437 15.6473 14.5896 15.6991 14.25H17C17.4142 14.25 17.75 13.9142 17.75 13.5C17.75 13.0858 17.4142 12.75 17 12.75H15.75V11.25H17C17.4142 11.25 17.75 10.9142 17.75 10.5C17.75 10.0858 17.4142 9.75 17 9.75H15.6991C15.6473 9.41037 15.5312 9.05633 15.2374 8.76256C14.9437 8.4688 14.5896 8.35268 14.25 8.30087V7C14.25 6.58579 13.9142 6.25 13.5 6.25C13.0858 6.25 12.75 6.58579 12.75 7V8.25H11.25V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 22.7501C10.5052 22.7501 11.4039 22.2937 12 21.5769C12.5962 22.2937 13.4948 22.75 14.5 22.75C16.0585 22.75 17.3608 21.653 17.6768 20.1891C19.4248 19.8705 20.75 18.34 20.75 16.5C20.75 16.1174 20.6925 15.7476 20.5856 15.399C21.8641 14.8017 22.75 13.5048 22.75 12C22.75 10.4952 21.8641 9.19833 20.5856 8.60095C20.6925 8.25245 20.75 7.88261 20.75 7.5C20.75 5.66001 19.4248 4.12953 17.6768 3.81092C17.3608 2.34698 16.0585 1.25 14.5 1.25C13.4948 1.25 12.5961 1.70641 12 2.42329C11.4038 1.70645 10.5052 1.25009 9.5 1.25009C7.94152 1.25009 6.63925 2.34707 6.3232 3.81101C4.57518 4.12963 3.25 5.66011 3.25 7.50009C3.25 7.8827 3.30751 8.25255 3.41442 8.60105C2.13588 9.19842 1.25 10.4953 1.25 12.0001C1.25 13.5049 2.13588 14.8018 3.41442 15.3991C3.30751 15.7476 3.25 16.1175 3.25 16.5001C3.25 18.3401 4.57518 19.8706 6.3232 20.1892C6.63925 21.6531 7.94152 22.7501 9.5 22.7501ZM11.25 7C11.25 6.58579 10.9142 6.25 10.5 6.25C10.0858 6.25 9.75 6.58579 9.75 7V8.30087C9.41037 8.35268 9.05633 8.4688 8.76256 8.76256C8.4688 9.05633 8.35268 9.41037 8.30087 9.75H7C6.58579 9.75 6.25 10.0858 6.25 10.5C6.25 10.9142 6.58579 11.25 7 11.25H8.25V12.75H7C6.58579 12.75 6.25 13.0858 6.25 13.5C6.25 13.9142 6.58579 14.25 7 14.25H8.30087C8.35268 14.5896 8.4688 14.9437 8.76256 15.2374C9.05633 15.5312 9.41037 15.6473 9.75 15.6991V17C9.75 17.4142 10.0858 17.75 10.5 17.75C10.9142 17.75 11.25 17.4142 11.25 17V15.75H12.75V17C12.75 17.4142 13.0858 17.75 13.5 17.75C13.9142 17.75 14.25 17.4142 14.25 17V15.6991C14.5896 15.6473 14.9437 15.5312 15.2374 15.2374C15.5312 14.9437 15.6473 14.5896 15.6991 14.25H17C17.4142 14.25 17.75 13.9142 17.75 13.5C17.75 13.0858 17.4142 12.75 17 12.75H15.75V11.25H17C17.4142 11.25 17.75 10.9142 17.75 10.5C17.75 10.0858 17.4142 9.75 17 9.75H15.6991C15.6473 9.41037 15.5312 9.05633 15.2374 8.76256C14.9437 8.4688 14.5896 8.35268 14.25 8.30087V7C14.25 6.58579 13.9142 6.25 13.5 6.25C13.0858 6.25 12.75 6.58579 12.75 7V8.25H11.25V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-brain-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 22.7501C10.5052 22.7501 11.4039 22.2937 12 21.5769C12.5962 22.2937 13.4948 22.75 14.5 22.75C16.0585 22.75 17.3608 21.653 17.6768 20.1891C19.4248 19.8705 20.75 18.34 20.75 16.5C20.75 16.1174 20.6925 15.7476 20.5856 15.399C21.8641 14.8017 22.75 13.5048 22.75 12C22.75 10.4952 21.8641 9.19833 20.5856 8.60095C20.6925 8.25245 20.75 7.88261 20.75 7.5C20.75 5.66001 19.4248 4.12953 17.6768 3.81092C17.3608 2.34698 16.0585 1.25 14.5 1.25C13.4948 1.25 12.5961 1.70641 12 2.42329C11.4038 1.70645 10.5052 1.25009 9.5 1.25009C7.94152 1.25009 6.63925 2.34707 6.3232 3.81101C4.57518 4.12963 3.25 5.66011 3.25 7.50009C3.25 7.8827 3.30751 8.25255 3.41442 8.60105C2.13588 9.19842 1.25 10.4953 1.25 12.0001C1.25 13.5049 2.13588 14.8018 3.41442 15.3991C3.30751 15.7476 3.25 16.1175 3.25 16.5001C3.25 18.3401 4.57518 19.8706 6.3232 20.1892C6.63925 21.6531 7.94152 22.7501 9.5 22.7501ZM10.0002 7.75C9.37879 7.75 8.82709 8.14764 8.63058 8.73717L6.78869 14.2628C6.65771 14.6558 6.87008 15.0805 7.26303 15.2115C7.65599 15.3425 8.08073 15.1301 8.21172 14.7372L8.70744 13.25H11.293L11.7887 14.7372C11.9197 15.1301 12.3444 15.3425 12.7374 15.2115C13.1303 15.0805 13.3427 14.6558 13.2117 14.2628L11.3698 8.73717C11.1733 8.14764 10.6216 7.75 10.0002 7.75ZM10.0002 9.37171L10.793 11.75H9.20744L10.0002 9.37171ZM16.2502 8.5C16.2502 8.08579 15.9144 7.75 15.5002 7.75C15.086 7.75 14.7502 8.08579 14.7502 8.5V14.5C14.7502 14.9142 15.086 15.25 15.5002 15.25C15.9144 15.25 16.2502 14.9142 16.2502 14.5V8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 22.7501C10.5052 22.7501 11.4039 22.2937 12 21.5769C12.5962 22.2937 13.4948 22.75 14.5 22.75C16.0585 22.75 17.3608 21.653 17.6768 20.1891C19.4248 19.8705 20.75 18.34 20.75 16.5C20.75 16.1174 20.6925 15.7476 20.5856 15.399C21.8641 14.8017 22.75 13.5048 22.75 12C22.75 10.4952 21.8641 9.19833 20.5856 8.60095C20.6925 8.25245 20.75 7.88261 20.75 7.5C20.75 5.66001 19.4248 4.12953 17.6768 3.81092C17.3608 2.34698 16.0585 1.25 14.5 1.25C13.4948 1.25 12.5961 1.70641 12 2.42329C11.4038 1.70645 10.5052 1.25009 9.5 1.25009C7.94152 1.25009 6.63925 2.34707 6.3232 3.81101C4.57518 4.12963 3.25 5.66011 3.25 7.50009C3.25 7.8827 3.30751 8.25255 3.41442 8.60105C2.13588 9.19842 1.25 10.4953 1.25 12.0001C1.25 13.5049 2.13588 14.8018 3.41442 15.3991C3.30751 15.7476 3.25 16.1175 3.25 16.5001C3.25 18.3401 4.57518 19.8706 6.3232 20.1892C6.63925 21.6531 7.94152 22.7501 9.5 22.7501ZM10.0002 7.75C9.37879 7.75 8.82709 8.14764 8.63058 8.73717L6.78869 14.2628C6.65771 14.6558 6.87008 15.0805 7.26303 15.2115C7.65599 15.3425 8.08073 15.1301 8.21172 14.7372L8.70744 13.25H11.293L11.7887 14.7372C11.9197 15.1301 12.3444 15.3425 12.7374 15.2115C13.1303 15.0805 13.3427 14.6558 13.2117 14.2628L11.3698 8.73717C11.1733 8.14764 10.6216 7.75 10.0002 7.75ZM10.0002 9.37171L10.793 11.75H9.20744L10.0002 9.37171ZM16.2502 8.5C16.2502 8.08579 15.9144 7.75 15.5002 7.75C15.086 7.75 14.7502 8.08579 14.7502 8.5V14.5C14.7502 14.9142 15.086 15.25 15.5002 15.25C15.9144 15.25 16.2502 14.9142 16.2502 14.5V8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-brain-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.41442 15.399C2.13588 14.8017 1.25 13.5048 1.25 12C1.25 10.4952 2.13588 9.19833 3.41442 8.60095C3.30751 8.25245 3.25 7.88261 3.25 7.5C3.25 5.66001 4.57518 4.12953 6.3232 3.81091C6.63925 2.34698 7.94152 1.25 9.5 1.25C11.2949 1.25 12.75 2.70507 12.75 4.5V19.5C12.75 21.2949 11.2949 22.75 9.5 22.75C7.94152 22.75 6.63925 21.653 6.3232 20.1891C4.57518 19.8705 3.25 18.34 3.25 16.5C3.25 16.1174 3.30751 15.7476 3.41442 15.399Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 4.75C17.75 3.92157 18.4216 3.25 19.25 3.25C20.0784 3.25 20.75 3.92157 20.75 4.75C20.75 5.57843 20.0784 6.25 19.25 6.25C19.1156 6.25 18.9854 6.23233 18.8615 6.19919L17.5303 7.53033C17.3897 7.67098 17.1989 7.75 17 7.75H15C14.5858 7.75 14.25 7.41421 14.25 7C14.25 6.58579 14.5858 6.25 15 6.25H16.6893L17.8008 5.13853C17.7677 5.01461 17.75 4.88437 17.75 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.25 17C14.25 16.5858 14.5858 16.25 15 16.25H17C17.1989 16.25 17.3897 16.329 17.5303 16.4697L18.8615 17.8008C18.9854 17.7677 19.1156 17.75 19.25 17.75C20.0784 17.75 20.75 18.4216 20.75 19.25C20.75 20.0784 20.0784 20.75 19.25 20.75C18.4216 20.75 17.75 20.0784 17.75 19.25C17.75 19.1156 17.7677 18.9854 17.8008 18.8615L16.6893 17.75H15C14.5858 17.75 14.25 17.4142 14.25 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9507 11.25C18.21 10.8016 18.6948 10.5 19.25 10.5C20.0784 10.5 20.75 11.1716 20.75 12C20.75 12.8284 20.0784 13.5 19.25 13.5C18.6948 13.5 18.21 13.1984 17.9507 12.75H15C14.5858 12.75 14.25 12.4142 14.25 12C14.25 11.5858 14.5858 11.25 15 11.25H17.9507Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.41442 15.399C2.13588 14.8017 1.25 13.5048 1.25 12C1.25 10.4952 2.13588 9.19833 3.41442 8.60095C3.30751 8.25245 3.25 7.88261 3.25 7.5C3.25 5.66001 4.57518 4.12953 6.3232 3.81091C6.63925 2.34698 7.94152 1.25 9.5 1.25C11.2949 1.25 12.75 2.70507 12.75 4.5V19.5C12.75 21.2949 11.2949 22.75 9.5 22.75C7.94152 22.75 6.63925 21.653 6.3232 20.1891C4.57518 19.8705 3.25 18.34 3.25 16.5C3.25 16.1174 3.30751 15.7476 3.41442 15.399Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 4.75C17.75 3.92157 18.4216 3.25 19.25 3.25C20.0784 3.25 20.75 3.92157 20.75 4.75C20.75 5.57843 20.0784 6.25 19.25 6.25C19.1156 6.25 18.9854 6.23233 18.8615 6.19919L17.5303 7.53033C17.3897 7.67098 17.1989 7.75 17 7.75H15C14.5858 7.75 14.25 7.41421 14.25 7C14.25 6.58579 14.5858 6.25 15 6.25H16.6893L17.8008 5.13853C17.7677 5.01461 17.75 4.88437 17.75 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.25 17C14.25 16.5858 14.5858 16.25 15 16.25H17C17.1989 16.25 17.3897 16.329 17.5303 16.4697L18.8615 17.8008C18.9854 17.7677 19.1156 17.75 19.25 17.75C20.0784 17.75 20.75 18.4216 20.75 19.25C20.75 20.0784 20.0784 20.75 19.25 20.75C18.4216 20.75 17.75 20.0784 17.75 19.25C17.75 19.1156 17.7677 18.9854 17.8008 18.8615L16.6893 17.75H15C14.5858 17.75 14.25 17.4142 14.25 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9507 11.25C18.21 10.8016 18.6948 10.5 19.25 10.5C20.0784 10.5 20.75 11.1716 20.75 12C20.75 12.8284 20.0784 13.5 19.25 13.5C18.6948 13.5 18.21 13.1984 17.9507 12.75H15C14.5858 12.75 14.25 12.4142 14.25 12C14.25 11.5858 14.5858 11.25 15 11.25H17.9507Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-brain-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.75 7C15.75 6.58579 15.4142 6.25 15 6.25C14.5858 6.25 14.25 6.58579 14.25 7V8.30088C13.9104 8.35268 13.5563 8.46881 13.2626 8.76257C12.9688 9.05633 12.8527 9.41037 12.8009 9.75H11.5C11.0858 9.75 10.75 10.0858 10.75 10.5C10.75 10.9142 11.0858 11.25 11.5 11.25H12.75V12.75H11.5C11.0858 12.75 10.75 13.0858 10.75 13.5C10.75 13.9142 11.0858 14.25 11.5 14.25H12.8009C12.8527 14.5896 12.9688 14.9437 13.2626 15.2374C13.5563 15.5312 13.9104 15.6473 14.25 15.6991V17C14.25 17.4142 14.5858 17.75 15 17.75C15.4142 17.75 15.75 17.4142 15.75 17V15.75H17.25V17C17.25 17.4142 17.5858 17.75 18 17.75C18.4142 17.75 18.75 17.4142 18.75 17V15.6991C19.0896 15.6473 19.4437 15.5312 19.7374 15.2374C20.0312 14.9437 20.1473 14.5896 20.1991 14.25H21.5C21.9142 14.25 22.25 13.9142 22.25 13.5C22.25 13.0858 21.9142 12.75 21.5 12.75H20.25V11.25H21.5C21.9142 11.25 22.25 10.9142 22.25 10.5C22.25 10.0858 21.9142 9.75 21.5 9.75H20.1991C20.1473 9.41037 20.0312 9.05633 19.7374 8.76257C19.4437 8.4688 19.0896 8.35268 18.75 8.30087V7C18.75 6.58579 18.4142 6.25 18 6.25C17.5858 6.25 17.25 6.58579 17.25 7V8.25001H15.75V7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.75 12C1.75 13.5048 2.63588 14.8017 3.91442 15.399C3.80751 15.7476 3.75 16.1174 3.75 16.5C3.75 18.34 5.07518 19.8705 6.8232 20.1891C7.13925 21.653 8.44152 22.75 10 22.75C11.7949 22.75 13.25 21.2949 13.25 19.5V16.9487C12.9925 16.847 12.549 16.6455 12.2019 16.2984C12.0254 16.1219 11.8833 15.9367 11.7685 15.7503H11.5C10.2574 15.7503 9.25 14.7429 9.25 13.5003C9.25 12.924 9.46664 12.3983 9.82292 12.0003C9.46664 11.6022 9.25 11.0765 9.25 10.5003C9.25 9.25761 10.2574 8.25025 11.5 8.25025H11.7685C11.8833 8.06376 12.0254 7.87865 12.2019 7.70216C12.549 7.35504 12.9925 7.1535 13.25 7.0518V4.5C13.25 2.70507 11.7949 1.25 10 1.25C8.44152 1.25 7.13925 2.34698 6.8232 3.81091C5.07518 4.12953 3.75 5.66001 3.75 7.5C3.75 7.88261 3.80751 8.25245 3.91442 8.60095C2.63588 9.19833 1.75 10.4952 1.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.75 7C15.75 6.58579 15.4142 6.25 15 6.25C14.5858 6.25 14.25 6.58579 14.25 7V8.30088C13.9104 8.35268 13.5563 8.46881 13.2626 8.76257C12.9688 9.05633 12.8527 9.41037 12.8009 9.75H11.5C11.0858 9.75 10.75 10.0858 10.75 10.5C10.75 10.9142 11.0858 11.25 11.5 11.25H12.75V12.75H11.5C11.0858 12.75 10.75 13.0858 10.75 13.5C10.75 13.9142 11.0858 14.25 11.5 14.25H12.8009C12.8527 14.5896 12.9688 14.9437 13.2626 15.2374C13.5563 15.5312 13.9104 15.6473 14.25 15.6991V17C14.25 17.4142 14.5858 17.75 15 17.75C15.4142 17.75 15.75 17.4142 15.75 17V15.75H17.25V17C17.25 17.4142 17.5858 17.75 18 17.75C18.4142 17.75 18.75 17.4142 18.75 17V15.6991C19.0896 15.6473 19.4437 15.5312 19.7374 15.2374C20.0312 14.9437 20.1473 14.5896 20.1991 14.25H21.5C21.9142 14.25 22.25 13.9142 22.25 13.5C22.25 13.0858 21.9142 12.75 21.5 12.75H20.25V11.25H21.5C21.9142 11.25 22.25 10.9142 22.25 10.5C22.25 10.0858 21.9142 9.75 21.5 9.75H20.1991C20.1473 9.41037 20.0312 9.05633 19.7374 8.76257C19.4437 8.4688 19.0896 8.35268 18.75 8.30087V7C18.75 6.58579 18.4142 6.25 18 6.25C17.5858 6.25 17.25 6.58579 17.25 7V8.25001H15.75V7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.75 12C1.75 13.5048 2.63588 14.8017 3.91442 15.399C3.80751 15.7476 3.75 16.1174 3.75 16.5C3.75 18.34 5.07518 19.8705 6.8232 20.1891C7.13925 21.653 8.44152 22.75 10 22.75C11.7949 22.75 13.25 21.2949 13.25 19.5V16.9487C12.9925 16.847 12.549 16.6455 12.2019 16.2984C12.0254 16.1219 11.8833 15.9367 11.7685 15.7503H11.5C10.2574 15.7503 9.25 14.7429 9.25 13.5003C9.25 12.924 9.46664 12.3983 9.82292 12.0003C9.46664 11.6022 9.25 11.0765 9.25 10.5003C9.25 9.25761 10.2574 8.25025 11.5 8.25025H11.7685C11.8833 8.06376 12.0254 7.87865 12.2019 7.70216C12.549 7.35504 12.9925 7.1535 13.25 7.0518V4.5C13.25 2.70507 11.7949 1.25 10 1.25C8.44152 1.25 7.13925 2.34698 6.8232 3.81091C5.07518 4.12953 3.75 5.66001 3.75 7.5C3.75 7.88261 3.80751 8.25245 3.91442 8.60095C2.63588 9.19833 1.75 10.4952 1.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-chat-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2204 1.82273C12.7601 1.72566 11.2369 1.72586 9.77965 1.82273C5.213 2.12629 1.58972 5.81258 1.2918 10.4224C1.23607 11.2848 1.23607 12.1768 1.2918 13.0392C1.40272 14.7556 2.15148 16.304 2.98381 17.5604C3.23314 18.0419 3.10323 18.7641 2.6369 19.6478C2.48022 19.9445 2.30536 20.2757 2.21688 20.5234C2.12313 20.7858 2.02623 21.2025 2.26791 21.6145C2.48996 21.9931 2.84475 22.1318 3.13152 22.1873C3.36961 22.2334 3.70728 22.2414 3.98117 22.248C5.40092 22.2825 6.40136 21.8726 7.1938 21.2883C7.35108 21.1723 7.45909 21.0929 7.54041 21.037C7.65868 21.0804 7.8203 21.1467 8.05839 21.2448C8.59978 21.4677 9.21472 21.6013 9.77965 21.6389C11.2369 21.7357 12.7601 21.7359 14.2204 21.6389C18.787 21.3353 22.4103 17.649 22.7082 13.0392C22.7639 12.1768 22.7639 11.2848 22.7082 10.4224C22.4103 5.81258 18.787 2.12629 14.2204 1.82273ZM11.25 7C11.25 6.58579 10.9142 6.25 10.5 6.25C10.0858 6.25 9.75 6.58579 9.75 7V8.30087C9.41037 8.35268 9.05633 8.4688 8.76256 8.76256C8.4688 9.05633 8.35268 9.41037 8.30087 9.75H7C6.58579 9.75 6.25 10.0858 6.25 10.5C6.25 10.9142 6.58579 11.25 7 11.25H8.25V12.75H7C6.58579 12.75 6.25 13.0858 6.25 13.5C6.25 13.9142 6.58579 14.25 7 14.25H8.30087C8.35268 14.5896 8.4688 14.9437 8.76256 15.2374C9.05633 15.5312 9.41037 15.6473 9.75 15.6991V17C9.75 17.4142 10.0858 17.75 10.5 17.75C10.9142 17.75 11.25 17.4142 11.25 17V15.75H12.75V17C12.75 17.4142 13.0858 17.75 13.5 17.75C13.9142 17.75 14.25 17.4142 14.25 17V15.6991C14.5896 15.6473 14.9437 15.5312 15.2374 15.2374C15.5312 14.9437 15.6473 14.5896 15.6991 14.25H17C17.4142 14.25 17.75 13.9142 17.75 13.5C17.75 13.0858 17.4142 12.75 17 12.75H15.75V11.25H17C17.4142 11.25 17.75 10.9142 17.75 10.5C17.75 10.0858 17.4142 9.75 17 9.75H15.6991C15.6473 9.41037 15.5312 9.05633 15.2374 8.76256C14.9437 8.4688 14.5896 8.35268 14.25 8.30087V7C14.25 6.58579 13.9142 6.25 13.5 6.25C13.0858 6.25 12.75 6.58579 12.75 7V8.25H11.25V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2204 1.82273C12.7601 1.72566 11.2369 1.72586 9.77965 1.82273C5.213 2.12629 1.58972 5.81258 1.2918 10.4224C1.23607 11.2848 1.23607 12.1768 1.2918 13.0392C1.40272 14.7556 2.15148 16.304 2.98381 17.5604C3.23314 18.0419 3.10323 18.7641 2.6369 19.6478C2.48022 19.9445 2.30536 20.2757 2.21688 20.5234C2.12313 20.7858 2.02623 21.2025 2.26791 21.6145C2.48996 21.9931 2.84475 22.1318 3.13152 22.1873C3.36961 22.2334 3.70728 22.2414 3.98117 22.248C5.40092 22.2825 6.40136 21.8726 7.1938 21.2883C7.35108 21.1723 7.45909 21.0929 7.54041 21.037C7.65868 21.0804 7.8203 21.1467 8.05839 21.2448C8.59978 21.4677 9.21472 21.6013 9.77965 21.6389C11.2369 21.7357 12.7601 21.7359 14.2204 21.6389C18.787 21.3353 22.4103 17.649 22.7082 13.0392C22.7639 12.1768 22.7639 11.2848 22.7082 10.4224C22.4103 5.81258 18.787 2.12629 14.2204 1.82273ZM11.25 7C11.25 6.58579 10.9142 6.25 10.5 6.25C10.0858 6.25 9.75 6.58579 9.75 7V8.30087C9.41037 8.35268 9.05633 8.4688 8.76256 8.76256C8.4688 9.05633 8.35268 9.41037 8.30087 9.75H7C6.58579 9.75 6.25 10.0858 6.25 10.5C6.25 10.9142 6.58579 11.25 7 11.25H8.25V12.75H7C6.58579 12.75 6.25 13.0858 6.25 13.5C6.25 13.9142 6.58579 14.25 7 14.25H8.30087C8.35268 14.5896 8.4688 14.9437 8.76256 15.2374C9.05633 15.5312 9.41037 15.6473 9.75 15.6991V17C9.75 17.4142 10.0858 17.75 10.5 17.75C10.9142 17.75 11.25 17.4142 11.25 17V15.75H12.75V17C12.75 17.4142 13.0858 17.75 13.5 17.75C13.9142 17.75 14.25 17.4142 14.25 17V15.6991C14.5896 15.6473 14.9437 15.5312 15.2374 15.2374C15.5312 14.9437 15.6473 14.5896 15.6991 14.25H17C17.4142 14.25 17.75 13.9142 17.75 13.5C17.75 13.0858 17.4142 12.75 17 12.75H15.75V11.25H17C17.4142 11.25 17.75 10.9142 17.75 10.5C17.75 10.0858 17.4142 9.75 17 9.75H15.6991C15.6473 9.41037 15.5312 9.05633 15.2374 8.76256C14.9437 8.4688 14.5896 8.35268 14.25 8.30087V7C14.25 6.58579 13.9142 6.25 13.5 6.25C13.0858 6.25 12.75 6.58579 12.75 7V8.25H11.25V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-chat-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2204 1.82273C12.7601 1.72566 11.2369 1.72586 9.77965 1.82273C5.213 2.12629 1.58972 5.81258 1.2918 10.4224C1.23607 11.2848 1.23607 12.1768 1.2918 13.0392C1.40272 14.7556 2.15148 16.304 2.98381 17.5604C3.23314 18.0419 3.10323 18.7641 2.6369 19.6478C2.48022 19.9445 2.30536 20.2757 2.21688 20.5234C2.12313 20.7858 2.02623 21.2025 2.26791 21.6145C2.48996 21.9931 2.84475 22.1318 3.13152 22.1873C3.36961 22.2334 3.70728 22.2414 3.98117 22.248C5.40092 22.2825 6.40136 21.8726 7.1938 21.2883C7.35108 21.1723 7.45909 21.0929 7.54041 21.037C7.65868 21.0804 7.8203 21.1467 8.05839 21.2448C8.59978 21.4677 9.21472 21.6013 9.77965 21.6389C11.2369 21.7357 12.7601 21.7359 14.2204 21.6389C18.787 21.3353 22.4103 17.649 22.7082 13.0392C22.7639 12.1768 22.7639 11.2848 22.7082 10.4224C22.4103 5.81258 18.787 2.12629 14.2204 1.82273ZM10.0002 8.25C9.37879 8.25 8.82709 8.64764 8.63058 9.23717L6.78869 14.7628C6.65771 15.1558 6.87008 15.5805 7.26303 15.7115C7.65599 15.8425 8.08073 15.6301 8.21172 15.2372L8.70744 13.75H11.293L11.7887 15.2372C11.9197 15.6301 12.3444 15.8425 12.7374 15.7115C13.1303 15.5805 13.3427 15.1558 13.2117 14.7628L11.3698 9.23717C11.1733 8.64764 10.6216 8.25 10.0002 8.25ZM10.0002 9.87171L10.793 12.25H9.20744L10.0002 9.87171ZM16.2502 9C16.2502 8.58579 15.9144 8.25 15.5002 8.25C15.086 8.25 14.7502 8.58579 14.7502 9V15C14.7502 15.4142 15.086 15.75 15.5002 15.75C15.9144 15.75 16.2502 15.4142 16.2502 15V9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2204 1.82273C12.7601 1.72566 11.2369 1.72586 9.77965 1.82273C5.213 2.12629 1.58972 5.81258 1.2918 10.4224C1.23607 11.2848 1.23607 12.1768 1.2918 13.0392C1.40272 14.7556 2.15148 16.304 2.98381 17.5604C3.23314 18.0419 3.10323 18.7641 2.6369 19.6478C2.48022 19.9445 2.30536 20.2757 2.21688 20.5234C2.12313 20.7858 2.02623 21.2025 2.26791 21.6145C2.48996 21.9931 2.84475 22.1318 3.13152 22.1873C3.36961 22.2334 3.70728 22.2414 3.98117 22.248C5.40092 22.2825 6.40136 21.8726 7.1938 21.2883C7.35108 21.1723 7.45909 21.0929 7.54041 21.037C7.65868 21.0804 7.8203 21.1467 8.05839 21.2448C8.59978 21.4677 9.21472 21.6013 9.77965 21.6389C11.2369 21.7357 12.7601 21.7359 14.2204 21.6389C18.787 21.3353 22.4103 17.649 22.7082 13.0392C22.7639 12.1768 22.7639 11.2848 22.7082 10.4224C22.4103 5.81258 18.787 2.12629 14.2204 1.82273ZM10.0002 8.25C9.37879 8.25 8.82709 8.64764 8.63058 9.23717L6.78869 14.7628C6.65771 15.1558 6.87008 15.5805 7.26303 15.7115C7.65599 15.8425 8.08073 15.6301 8.21172 15.2372L8.70744 13.75H11.293L11.7887 15.2372C11.9197 15.6301 12.3444 15.8425 12.7374 15.7115C13.1303 15.5805 13.3427 15.1558 13.2117 14.7628L11.3698 9.23717C11.1733 8.64764 10.6216 8.25 10.0002 8.25ZM10.0002 9.87171L10.793 12.25H9.20744L10.0002 9.87171ZM16.2502 9C16.2502 8.58579 15.9144 8.25 15.5002 8.25C15.086 8.25 14.7502 8.58579 14.7502 9V15C14.7502 15.4142 15.086 15.75 15.5002 15.75C15.9144 15.75 16.2502 15.4142 16.2502 15V9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-cloud-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 11.25C10.9142 11.25 11.25 11.5858 11.25 12V13.25H12.75V12C12.75 11.5858 13.0858 11.25 13.5 11.25C13.9142 11.25 14.25 11.5858 14.25 12V13.3009C14.5896 13.3527 14.9437 13.4688 15.2374 13.7626C15.5312 14.0563 15.6473 14.4104 15.6991 14.75H17C17.4142 14.75 17.75 15.0858 17.75 15.5C17.75 15.9142 17.4142 16.25 17 16.25H15.75V17.75H17C17.4142 17.75 17.75 18.0858 17.75 18.5C17.75 18.9142 17.4142 19.25 17 19.25H15.6991C15.6473 19.5896 15.5312 19.9437 15.2374 20.2374C14.9437 20.5312 14.5896 20.6473 14.25 20.6991V22C14.25 22.4142 13.9142 22.75 13.5 22.75C13.0858 22.75 12.75 22.4142 12.75 22V20.75H11.25V22C11.25 22.4142 10.9142 22.75 10.5 22.75C10.0858 22.75 9.75 22.4142 9.75 22V20.6991C9.41037 20.6473 9.05633 20.5312 8.76256 20.2374C8.4688 19.9437 8.35268 19.5896 8.30087 19.25H7C6.58579 19.25 6.25 18.9142 6.25 18.5C6.25 18.0858 6.58579 17.75 7 17.75H8.25V16.25H7C6.58579 16.25 6.25 15.9142 6.25 15.5C6.25 15.0858 6.58579 14.75 7 14.75H8.30087C8.35268 14.4104 8.4688 14.0563 8.76256 13.7626C9.05633 13.4688 9.41037 13.3527 9.75 13.3009V12C9.75 11.5858 10.0858 11.25 10.5 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.853 6.36454C3.22664 6.89643 1.25 9.21699 1.25 12C1.25 14.4851 2.82648 16.602 5.03391 17.4051C5.11527 17.2593 5.21237 17.1235 5.32292 17C4.96664 16.6019 4.75 16.0763 4.75 15.5C4.75 14.2574 6.02583 13.25 7.26847 13.25C7.38325 13.0635 7.52541 12.8784 7.7019 12.7019C7.87839 12.5254 8.06351 12.3833 8.25 12.2685C8.25 11.0258 9.25736 9.75 10.5 9.75C11.0763 9.75 11.6019 9.96664 12 10.3229C12.3981 9.96664 12.9237 9.75 13.5 9.75C14.7426 9.75 15.75 11.0258 15.75 12.2685C15.9365 12.3833 16.1216 12.5254 16.2981 12.7019C16.4746 12.8784 16.6167 13.0635 16.7315 13.25C17.9742 13.25 19.25 14.2574 19.25 15.5C19.25 16.0763 19.0334 16.6019 18.6771 17C18.8172 17.1566 18.9357 17.3328 19.028 17.5242C21.1822 16.8699 22.75 14.868 22.75 12.5C22.75 9.85409 20.7927 7.66534 18.2469 7.30273C18.1428 3.94224 15.3858 1.25 12 1.25C8.93585 1.25 6.38731 3.45456 5.853 6.36454Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 11.25C10.9142 11.25 11.25 11.5858 11.25 12V13.25H12.75V12C12.75 11.5858 13.0858 11.25 13.5 11.25C13.9142 11.25 14.25 11.5858 14.25 12V13.3009C14.5896 13.3527 14.9437 13.4688 15.2374 13.7626C15.5312 14.0563 15.6473 14.4104 15.6991 14.75H17C17.4142 14.75 17.75 15.0858 17.75 15.5C17.75 15.9142 17.4142 16.25 17 16.25H15.75V17.75H17C17.4142 17.75 17.75 18.0858 17.75 18.5C17.75 18.9142 17.4142 19.25 17 19.25H15.6991C15.6473 19.5896 15.5312 19.9437 15.2374 20.2374C14.9437 20.5312 14.5896 20.6473 14.25 20.6991V22C14.25 22.4142 13.9142 22.75 13.5 22.75C13.0858 22.75 12.75 22.4142 12.75 22V20.75H11.25V22C11.25 22.4142 10.9142 22.75 10.5 22.75C10.0858 22.75 9.75 22.4142 9.75 22V20.6991C9.41037 20.6473 9.05633 20.5312 8.76256 20.2374C8.4688 19.9437 8.35268 19.5896 8.30087 19.25H7C6.58579 19.25 6.25 18.9142 6.25 18.5C6.25 18.0858 6.58579 17.75 7 17.75H8.25V16.25H7C6.58579 16.25 6.25 15.9142 6.25 15.5C6.25 15.0858 6.58579 14.75 7 14.75H8.30087C8.35268 14.4104 8.4688 14.0563 8.76256 13.7626C9.05633 13.4688 9.41037 13.3527 9.75 13.3009V12C9.75 11.5858 10.0858 11.25 10.5 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.853 6.36454C3.22664 6.89643 1.25 9.21699 1.25 12C1.25 14.4851 2.82648 16.602 5.03391 17.4051C5.11527 17.2593 5.21237 17.1235 5.32292 17C4.96664 16.6019 4.75 16.0763 4.75 15.5C4.75 14.2574 6.02583 13.25 7.26847 13.25C7.38325 13.0635 7.52541 12.8784 7.7019 12.7019C7.87839 12.5254 8.06351 12.3833 8.25 12.2685C8.25 11.0258 9.25736 9.75 10.5 9.75C11.0763 9.75 11.6019 9.96664 12 10.3229C12.3981 9.96664 12.9237 9.75 13.5 9.75C14.7426 9.75 15.75 11.0258 15.75 12.2685C15.9365 12.3833 16.1216 12.5254 16.2981 12.7019C16.4746 12.8784 16.6167 13.0635 16.7315 13.25C17.9742 13.25 19.25 14.2574 19.25 15.5C19.25 16.0763 19.0334 16.6019 18.6771 17C18.8172 17.1566 18.9357 17.3328 19.028 17.5242C21.1822 16.8699 22.75 14.868 22.75 12.5C22.75 9.85409 20.7927 7.66534 18.2469 7.30273C18.1428 3.94224 15.3858 1.25 12 1.25C8.93585 1.25 6.38731 3.45456 5.853 6.36454Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-cloud-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.25 19.75C19.0784 19.75 19.75 20.4216 19.75 21.25C19.75 22.0784 19.0784 22.75 18.25 22.75C17.4216 22.75 16.75 22.0784 16.75 21.25C16.75 21.1156 16.7677 20.9854 16.8008 20.8615L15.4697 19.5303C15.329 19.3897 15.25 19.1989 15.25 19L15.25 17C15.25 16.5858 15.5858 16.25 16 16.25C16.4142 16.25 16.75 16.5858 16.75 17L16.75 18.6893L17.8615 19.8008C17.9854 19.7677 18.1156 19.75 18.25 19.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 16.25C8.41421 16.25 8.75 16.5858 8.75 17L8.75 19C8.75 19.1989 8.67098 19.3897 8.53033 19.5303L7.19919 20.8615C7.23233 20.9854 7.25 21.1156 7.25 21.25C7.25 22.0784 6.57843 22.75 5.75 22.75C4.92157 22.75 4.25 22.0784 4.25 21.25C4.25 20.4216 4.92157 19.75 5.75 19.75C5.88437 19.75 6.01461 19.7677 6.13853 19.8008L7.25 18.6893L7.25 17C7.25 16.5858 7.58579 16.25 8 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 19.9507C13.1984 20.21 13.5 20.6948 13.5 21.25C13.5 22.0784 12.8284 22.75 12 22.75C11.1716 22.75 10.5 22.0784 10.5 21.25C10.5 20.6948 10.8016 20.21 11.25 19.9507L11.25 17C11.25 16.5858 11.5858 16.25 12 16.25C12.4142 16.25 12.75 16.5858 12.75 17L12.75 19.9507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.853 6.36454C3.22664 6.89643 1.25 9.21699 1.25 12C1.25 14.7464 3.17541 17.043 5.75 17.6137V17C5.75 15.7574 6.75736 14.75 8 14.75C8.87073 14.75 9.62594 15.2446 10 15.9682C10.3741 15.2446 11.1293 14.75 12 14.75C12.8707 14.75 13.6259 15.2446 14 15.9682C14.3741 15.2446 15.1293 14.75 16 14.75C17.2426 14.75 18.25 15.7574 18.25 17V17.6968C20.7942 17.3329 22.75 15.1449 22.75 12.5C22.75 9.85409 20.7927 7.66534 18.2469 7.30273C18.1428 3.94224 15.3858 1.25 12 1.25C8.93585 1.25 6.38731 3.45456 5.853 6.36454Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.25 19.75C19.0784 19.75 19.75 20.4216 19.75 21.25C19.75 22.0784 19.0784 22.75 18.25 22.75C17.4216 22.75 16.75 22.0784 16.75 21.25C16.75 21.1156 16.7677 20.9854 16.8008 20.8615L15.4697 19.5303C15.329 19.3897 15.25 19.1989 15.25 19L15.25 17C15.25 16.5858 15.5858 16.25 16 16.25C16.4142 16.25 16.75 16.5858 16.75 17L16.75 18.6893L17.8615 19.8008C17.9854 19.7677 18.1156 19.75 18.25 19.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 16.25C8.41421 16.25 8.75 16.5858 8.75 17L8.75 19C8.75 19.1989 8.67098 19.3897 8.53033 19.5303L7.19919 20.8615C7.23233 20.9854 7.25 21.1156 7.25 21.25C7.25 22.0784 6.57843 22.75 5.75 22.75C4.92157 22.75 4.25 22.0784 4.25 21.25C4.25 20.4216 4.92157 19.75 5.75 19.75C5.88437 19.75 6.01461 19.7677 6.13853 19.8008L7.25 18.6893L7.25 17C7.25 16.5858 7.58579 16.25 8 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 19.9507C13.1984 20.21 13.5 20.6948 13.5 21.25C13.5 22.0784 12.8284 22.75 12 22.75C11.1716 22.75 10.5 22.0784 10.5 21.25C10.5 20.6948 10.8016 20.21 11.25 19.9507L11.25 17C11.25 16.5858 11.5858 16.25 12 16.25C12.4142 16.25 12.75 16.5858 12.75 17L12.75 19.9507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.853 6.36454C3.22664 6.89643 1.25 9.21699 1.25 12C1.25 14.7464 3.17541 17.043 5.75 17.6137V17C5.75 15.7574 6.75736 14.75 8 14.75C8.87073 14.75 9.62594 15.2446 10 15.9682C10.3741 15.2446 11.1293 14.75 12 14.75C12.8707 14.75 13.6259 15.2446 14 15.9682C14.3741 15.2446 15.1293 14.75 16 14.75C17.2426 14.75 18.25 15.7574 18.25 17V17.6968C20.7942 17.3329 22.75 15.1449 22.75 12.5C22.75 9.85409 20.7927 7.66534 18.2469 7.30273C18.1428 3.94224 15.3858 1.25 12 1.25C8.93585 1.25 6.38731 3.45456 5.853 6.36454Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-computer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.98773 1.25L10.0591 1.25C10.5989 1.25 11.0364 1.68754 11.0364 2.22727C11.0364 2.76701 10.5989 3.20455 10.0591 3.20455C8.18557 3.20455 6.87854 3.20661 5.89229 3.33898C4.93399 3.4676 4.42622 3.70293 4.06465 4.06386C3.70332 4.42456 3.4679 4.93074 3.33917 5.88656C3.20663 6.87067 3.20455 8.17502 3.20455 10.0455C3.20455 11.9159 3.20663 13.2202 3.33917 14.2043C3.4679 15.1602 3.70332 15.6664 4.06465 16.0271C4.42622 16.388 4.93399 16.6233 5.89229 16.7519C6.87854 16.8843 8.18557 16.8864 10.0591 16.8864H13.9751C15.8486 16.8864 17.1557 16.8843 18.1419 16.7519C19.1002 16.6233 19.608 16.388 19.9696 16.0271C20.4727 15.5248 20.7207 14.7542 20.7963 12.9367C20.8187 12.3974 21.2741 11.9784 21.8133 12.0008C22.3526 12.0233 22.7716 12.4786 22.7491 13.0179C22.6725 14.8598 22.4297 16.333 21.3504 17.4103C20.565 18.1943 19.5763 18.5315 18.4019 18.6891C17.2705 18.841 15.8318 18.8409 14.0465 18.8409H12.9773V20.7955H15.9091C16.4488 20.7955 16.8864 21.233 16.8864 21.7727C16.8864 22.3125 16.4488 22.75 15.9091 22.75H8.09091C7.55117 22.75 7.11363 22.3125 7.11363 21.7727C7.11363 21.233 7.55117 20.7955 8.09091 20.7955H11.0227V18.8409H9.98771C8.2024 18.8409 6.76373 18.841 5.6323 18.6891C4.45788 18.5315 3.46918 18.1943 2.68379 17.4103C1.89817 16.6261 1.56012 15.6384 1.40211 14.4652C1.24995 13.3354 1.24997 11.899 1.25 10.1171V9.97385C1.24997 8.19193 1.24995 6.75547 1.40211 5.62568C1.56012 4.4525 1.89817 3.46483 2.68379 2.68058C3.46918 1.89657 4.45788 1.55942 5.6323 1.4018C6.76374 1.24995 8.20241 1.24997 9.98773 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 15C10 14.4477 10.4477 14 11 14H13C13.5523 14 14 14.4477 14 15C14 15.5523 13.5523 16 13 16H11C10.4477 16 10 15.5523 10 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.5 1.25C15.9142 1.25 16.25 1.58579 16.25 2V3.25H17.75V2C17.75 1.58579 18.0858 1.25 18.5 1.25C18.9142 1.25 19.25 1.58579 19.25 2V3.30087C19.5896 3.35268 19.9437 3.4688 20.2374 3.76256C20.5312 4.05633 20.6473 4.41037 20.6991 4.75H22C22.4142 4.75 22.75 5.08579 22.75 5.5C22.75 5.91421 22.4142 6.25 22 6.25H20.75V7.75H22C22.4142 7.75 22.75 8.08579 22.75 8.5C22.75 8.91421 22.4142 9.25 22 9.25H20.6991C20.6473 9.58963 20.5312 9.94367 20.2374 10.2374C19.9437 10.5312 19.5896 10.6473 19.25 10.6991V12C19.25 12.4142 18.9142 12.75 18.5 12.75C18.0858 12.75 17.75 12.4142 17.75 12V10.75H16.25V12C16.25 12.4142 15.9142 12.75 15.5 12.75C15.0858 12.75 14.75 12.4142 14.75 12V10.6991C14.4104 10.6473 14.0563 10.5312 13.7626 10.2374C13.4688 9.94367 13.3527 9.58963 13.3009 9.25H12C11.5858 9.25 11.25 8.91421 11.25 8.5C11.25 8.08579 11.5858 7.75 12 7.75H13.25V6.25H12C11.5858 6.25 11.25 5.91421 11.25 5.5C11.25 5.08579 11.5858 4.75 12 4.75H13.3009C13.3527 4.41037 13.4688 4.05633 13.7626 3.76256C14.0563 3.4688 14.4104 3.35268 14.75 3.30087V2C14.75 1.58579 15.0858 1.25 15.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.98773 1.25L10.0591 1.25C10.5989 1.25 11.0364 1.68754 11.0364 2.22727C11.0364 2.76701 10.5989 3.20455 10.0591 3.20455C8.18557 3.20455 6.87854 3.20661 5.89229 3.33898C4.93399 3.4676 4.42622 3.70293 4.06465 4.06386C3.70332 4.42456 3.4679 4.93074 3.33917 5.88656C3.20663 6.87067 3.20455 8.17502 3.20455 10.0455C3.20455 11.9159 3.20663 13.2202 3.33917 14.2043C3.4679 15.1602 3.70332 15.6664 4.06465 16.0271C4.42622 16.388 4.93399 16.6233 5.89229 16.7519C6.87854 16.8843 8.18557 16.8864 10.0591 16.8864H13.9751C15.8486 16.8864 17.1557 16.8843 18.1419 16.7519C19.1002 16.6233 19.608 16.388 19.9696 16.0271C20.4727 15.5248 20.7207 14.7542 20.7963 12.9367C20.8187 12.3974 21.2741 11.9784 21.8133 12.0008C22.3526 12.0233 22.7716 12.4786 22.7491 13.0179C22.6725 14.8598 22.4297 16.333 21.3504 17.4103C20.565 18.1943 19.5763 18.5315 18.4019 18.6891C17.2705 18.841 15.8318 18.8409 14.0465 18.8409H12.9773V20.7955H15.9091C16.4488 20.7955 16.8864 21.233 16.8864 21.7727C16.8864 22.3125 16.4488 22.75 15.9091 22.75H8.09091C7.55117 22.75 7.11363 22.3125 7.11363 21.7727C7.11363 21.233 7.55117 20.7955 8.09091 20.7955H11.0227V18.8409H9.98771C8.2024 18.8409 6.76373 18.841 5.6323 18.6891C4.45788 18.5315 3.46918 18.1943 2.68379 17.4103C1.89817 16.6261 1.56012 15.6384 1.40211 14.4652C1.24995 13.3354 1.24997 11.899 1.25 10.1171V9.97385C1.24997 8.19193 1.24995 6.75547 1.40211 5.62568C1.56012 4.4525 1.89817 3.46483 2.68379 2.68058C3.46918 1.89657 4.45788 1.55942 5.6323 1.4018C6.76374 1.24995 8.20241 1.24997 9.98773 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 15C10 14.4477 10.4477 14 11 14H13C13.5523 14 14 14.4477 14 15C14 15.5523 13.5523 16 13 16H11C10.4477 16 10 15.5523 10 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.5 1.25C15.9142 1.25 16.25 1.58579 16.25 2V3.25H17.75V2C17.75 1.58579 18.0858 1.25 18.5 1.25C18.9142 1.25 19.25 1.58579 19.25 2V3.30087C19.5896 3.35268 19.9437 3.4688 20.2374 3.76256C20.5312 4.05633 20.6473 4.41037 20.6991 4.75H22C22.4142 4.75 22.75 5.08579 22.75 5.5C22.75 5.91421 22.4142 6.25 22 6.25H20.75V7.75H22C22.4142 7.75 22.75 8.08579 22.75 8.5C22.75 8.91421 22.4142 9.25 22 9.25H20.6991C20.6473 9.58963 20.5312 9.94367 20.2374 10.2374C19.9437 10.5312 19.5896 10.6473 19.25 10.6991V12C19.25 12.4142 18.9142 12.75 18.5 12.75C18.0858 12.75 17.75 12.4142 17.75 12V10.75H16.25V12C16.25 12.4142 15.9142 12.75 15.5 12.75C15.0858 12.75 14.75 12.4142 14.75 12V10.6991C14.4104 10.6473 14.0563 10.5312 13.7626 10.2374C13.4688 9.94367 13.3527 9.58963 13.3009 9.25H12C11.5858 9.25 11.25 8.91421 11.25 8.5C11.25 8.08579 11.5858 7.75 12 7.75H13.25V6.25H12C11.5858 6.25 11.25 5.91421 11.25 5.5C11.25 5.08579 11.5858 4.75 12 4.75H13.3009C13.3527 4.41037 13.4688 4.05633 13.7626 3.76256C14.0563 3.4688 14.4104 3.35268 14.75 3.30087V2C14.75 1.58579 15.0858 1.25 15.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-dna{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.20457 1.25C3.73175 1.25 4.15911 1.68528 4.15911 2.22222C4.15911 2.48401 4.16085 2.54709 4.26882 2.70802C4.4308 2.94945 4.84279 3.3713 5.90527 4.05764L7.51442 4.99832C9.33094 3.98467 10.173 3.34121 10.5621 2.91843C10.7558 2.70801 10.8022 2.5887 10.8172 2.5399C10.8356 2.47999 10.8409 2.4243 10.8409 2.22222C10.8409 1.68528 11.2682 1.25 11.7954 1.25C12.3226 1.25 12.75 1.68528 12.75 2.22222C12.75 2.2298 12.75 2.23762 12.75 2.24568C12.7502 2.43615 12.7505 2.75755 12.6394 3.11983C12.5202 3.50852 12.2982 3.87533 11.955 4.24824C11.4717 4.77335 10.6904 5.37012 9.44306 6.11956C10.7128 6.91283 11.4967 7.57973 11.9797 8.14854C12.3118 8.53949 12.5169 8.90159 12.631 9.24292C12.7491 9.59598 12.7491 9.86949 12.7491 9.99998C12.7491 10.1305 12.7491 10.4045 12.631 10.7575C12.5168 11.0988 12.3117 11.4609 11.9797 11.8518C11.3301 12.6164 10.1368 13.5585 7.94965 14.7467C5.80999 15.9091 4.85919 16.6244 4.43815 17.0817C4.24434 17.2922 4.19782 17.4116 4.18282 17.4604C4.16444 17.5203 4.15911 17.5759 4.15911 17.7778C4.15911 18.3147 3.73175 18.75 3.20457 18.75C2.6774 18.75 2.25004 18.3147 2.25004 17.7778C2.25004 17.7703 2.25003 17.7626 2.25002 17.7546C2.24981 17.564 2.24946 17.2424 2.36081 16.8799C2.48019 16.4912 2.70232 16.1245 3.04559 15.7516C3.52899 15.2266 4.31039 14.6299 5.55772 13.8804C4.28763 13.0871 3.50363 12.4202 3.02047 11.8514C2.6884 11.4606 2.48325 11.0985 2.36903 10.7573C2.25088 10.4042 2.25088 10.1307 2.25088 10.0002C2.25088 9.86976 2.25088 9.59579 2.36903 9.24274C2.48326 8.90145 2.6884 8.53943 3.02047 8.14856C3.50605 7.57698 4.2955 6.90625 5.57686 6.10761L4.91907 5.72307L4.9017 5.71188C3.76996 4.98257 3.08176 4.3851 2.69261 3.80507C2.25003 3.14541 2.25003 2.58705 2.25004 2.22577V2.22222C2.25004 1.68528 2.6774 1.25 3.20457 1.25ZM7.50042 12.7824C9.29647 11.7685 10.1433 11.0417 10.5359 10.5795C10.7407 10.3385 10.804 10.1901 10.824 10.1303C10.84 10.0825 10.84 10.0644 10.84 10.0002C10.84 9.93606 10.84 9.91789 10.8239 9.86999C10.8039 9.81015 10.7406 9.6617 10.5359 9.42062C10.1433 8.95835 9.29644 8.23148 7.50041 7.21762C5.70393 8.23171 4.85684 8.95862 4.46411 9.42089C4.25931 9.66196 4.19601 9.81036 4.17601 9.87011C4.16002 9.91788 4.15995 9.93593 4.15995 10C4.15995 10.0641 4.16002 10.0821 4.17601 10.1299C4.19601 10.1896 4.25931 10.338 4.46411 10.5791C4.85684 11.0414 5.70393 11.7683 7.50042 12.7824Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5 11.25C14.9142 11.25 15.25 11.5858 15.25 12V13.25H16.75V12C16.75 11.5858 17.0858 11.25 17.5 11.25C17.9142 11.25 18.25 11.5858 18.25 12V13.3009C18.5896 13.3527 18.9437 13.4688 19.2374 13.7626C19.5312 14.0563 19.6473 14.4104 19.6991 14.75H21C21.4142 14.75 21.75 15.0858 21.75 15.5C21.75 15.9142 21.4142 16.25 21 16.25H19.75V17.75H21C21.4142 17.75 21.75 18.0858 21.75 18.5C21.75 18.9142 21.4142 19.25 21 19.25H19.6991C19.6473 19.5896 19.5312 19.9437 19.2374 20.2374C18.9437 20.5312 18.5896 20.6473 18.25 20.6991V22C18.25 22.4142 17.9142 22.75 17.5 22.75C17.0858 22.75 16.75 22.4142 16.75 22V20.75H15.25V22C15.25 22.4142 14.9142 22.75 14.5 22.75C14.0858 22.75 13.75 22.4142 13.75 22V20.6991C13.4104 20.6473 13.0563 20.5312 12.7626 20.2374C12.4688 19.9437 12.3527 19.5896 12.3009 19.25H11C10.5858 19.25 10.25 18.9142 10.25 18.5C10.25 18.0858 10.5858 17.75 11 17.75H12.25V16.25H11C10.5858 16.25 10.25 15.9142 10.25 15.5C10.25 15.0858 10.5858 14.75 11 14.75H12.3009C12.3527 14.4104 12.4688 14.0563 12.7626 13.7626C13.0563 13.4688 13.4104 13.3527 13.75 13.3009V12C13.75 11.5858 14.0858 11.25 14.5 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.20457 1.25C3.73175 1.25 4.15911 1.68528 4.15911 2.22222C4.15911 2.48401 4.16085 2.54709 4.26882 2.70802C4.4308 2.94945 4.84279 3.3713 5.90527 4.05764L7.51442 4.99832C9.33094 3.98467 10.173 3.34121 10.5621 2.91843C10.7558 2.70801 10.8022 2.5887 10.8172 2.5399C10.8356 2.47999 10.8409 2.4243 10.8409 2.22222C10.8409 1.68528 11.2682 1.25 11.7954 1.25C12.3226 1.25 12.75 1.68528 12.75 2.22222C12.75 2.2298 12.75 2.23762 12.75 2.24568C12.7502 2.43615 12.7505 2.75755 12.6394 3.11983C12.5202 3.50852 12.2982 3.87533 11.955 4.24824C11.4717 4.77335 10.6904 5.37012 9.44306 6.11956C10.7128 6.91283 11.4967 7.57973 11.9797 8.14854C12.3118 8.53949 12.5169 8.90159 12.631 9.24292C12.7491 9.59598 12.7491 9.86949 12.7491 9.99998C12.7491 10.1305 12.7491 10.4045 12.631 10.7575C12.5168 11.0988 12.3117 11.4609 11.9797 11.8518C11.3301 12.6164 10.1368 13.5585 7.94965 14.7467C5.80999 15.9091 4.85919 16.6244 4.43815 17.0817C4.24434 17.2922 4.19782 17.4116 4.18282 17.4604C4.16444 17.5203 4.15911 17.5759 4.15911 17.7778C4.15911 18.3147 3.73175 18.75 3.20457 18.75C2.6774 18.75 2.25004 18.3147 2.25004 17.7778C2.25004 17.7703 2.25003 17.7626 2.25002 17.7546C2.24981 17.564 2.24946 17.2424 2.36081 16.8799C2.48019 16.4912 2.70232 16.1245 3.04559 15.7516C3.52899 15.2266 4.31039 14.6299 5.55772 13.8804C4.28763 13.0871 3.50363 12.4202 3.02047 11.8514C2.6884 11.4606 2.48325 11.0985 2.36903 10.7573C2.25088 10.4042 2.25088 10.1307 2.25088 10.0002C2.25088 9.86976 2.25088 9.59579 2.36903 9.24274C2.48326 8.90145 2.6884 8.53943 3.02047 8.14856C3.50605 7.57698 4.2955 6.90625 5.57686 6.10761L4.91907 5.72307L4.9017 5.71188C3.76996 4.98257 3.08176 4.3851 2.69261 3.80507C2.25003 3.14541 2.25003 2.58705 2.25004 2.22577V2.22222C2.25004 1.68528 2.6774 1.25 3.20457 1.25ZM7.50042 12.7824C9.29647 11.7685 10.1433 11.0417 10.5359 10.5795C10.7407 10.3385 10.804 10.1901 10.824 10.1303C10.84 10.0825 10.84 10.0644 10.84 10.0002C10.84 9.93606 10.84 9.91789 10.8239 9.86999C10.8039 9.81015 10.7406 9.6617 10.5359 9.42062C10.1433 8.95835 9.29644 8.23148 7.50041 7.21762C5.70393 8.23171 4.85684 8.95862 4.46411 9.42089C4.25931 9.66196 4.19601 9.81036 4.17601 9.87011C4.16002 9.91788 4.15995 9.93593 4.15995 10C4.15995 10.0641 4.16002 10.0821 4.17601 10.1299C4.19601 10.1896 4.25931 10.338 4.46411 10.5791C4.85684 11.0414 5.70393 11.7683 7.50042 12.7824Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5 11.25C14.9142 11.25 15.25 11.5858 15.25 12V13.25H16.75V12C16.75 11.5858 17.0858 11.25 17.5 11.25C17.9142 11.25 18.25 11.5858 18.25 12V13.3009C18.5896 13.3527 18.9437 13.4688 19.2374 13.7626C19.5312 14.0563 19.6473 14.4104 19.6991 14.75H21C21.4142 14.75 21.75 15.0858 21.75 15.5C21.75 15.9142 21.4142 16.25 21 16.25H19.75V17.75H21C21.4142 17.75 21.75 18.0858 21.75 18.5C21.75 18.9142 21.4142 19.25 21 19.25H19.6991C19.6473 19.5896 19.5312 19.9437 19.2374 20.2374C18.9437 20.5312 18.5896 20.6473 18.25 20.6991V22C18.25 22.4142 17.9142 22.75 17.5 22.75C17.0858 22.75 16.75 22.4142 16.75 22V20.75H15.25V22C15.25 22.4142 14.9142 22.75 14.5 22.75C14.0858 22.75 13.75 22.4142 13.75 22V20.6991C13.4104 20.6473 13.0563 20.5312 12.7626 20.2374C12.4688 19.9437 12.3527 19.5896 12.3009 19.25H11C10.5858 19.25 10.25 18.9142 10.25 18.5C10.25 18.0858 10.5858 17.75 11 17.75H12.25V16.25H11C10.5858 16.25 10.25 15.9142 10.25 15.5C10.25 15.0858 10.5858 14.75 11 14.75H12.3009C12.3527 14.4104 12.4688 14.0563 12.7626 13.7626C13.0563 13.4688 13.4104 13.3527 13.75 13.3009V12C13.75 11.5858 14.0858 11.25 14.5 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-folder-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.25 19.75C19.0784 19.75 19.75 20.4216 19.75 21.25C19.75 22.0784 19.0784 22.75 18.25 22.75C17.4216 22.75 16.75 22.0784 16.75 21.25C16.75 21.1156 16.7677 20.9854 16.8008 20.8615L15.4697 19.5303C15.329 19.3897 15.25 19.1989 15.25 19L15.25 16C15.25 15.5858 15.5858 15.25 16 15.25C16.4142 15.25 16.75 15.5858 16.75 16L16.75 18.6893L17.8615 19.8008C17.9854 19.7677 18.1156 19.75 18.25 19.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.75 16L8.75 19C8.75 19.1989 8.67098 19.3897 8.53033 19.5303L7.19919 20.8615C7.23233 20.9854 7.25 21.1156 7.25 21.25C7.25 22.0784 6.57843 22.75 5.75 22.75C4.92157 22.75 4.25 22.0784 4.25 21.25C4.25 20.4216 4.92157 19.75 5.75 19.75C5.88437 19.75 6.01461 19.7677 6.13853 19.8008L7.25 18.6893L7.25 16C7.25 15.5858 7.58579 15.25 8 15.25C8.41421 15.25 8.75 15.5858 8.75 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 19.9507C13.1983 20.21 13.5 20.6948 13.5 21.25C13.5 22.0784 12.8284 22.75 12 22.75C11.1716 22.75 10.5 22.0784 10.5 21.25C10.5 20.6948 10.8016 20.21 11.25 19.9507L11.25 16C11.25 15.5858 11.5858 15.25 12 15.25C12.4142 15.25 12.75 15.5858 12.75 16L12.75 19.9507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.48884C8.82373 1.24927 8.11205 1.24958 7.08264 1.25004C6.2039 1.25003 5.32205 1.25006 4.7497 1.30052C4.15996 1.3525 3.64388 1.46246 3.17258 1.72548C2.56533 2.06435 2.06428 2.56541 1.7254 3.17266C1.46238 3.64396 1.35242 4.16004 1.30044 4.74978C1.24998 5.32212 1.24999 6.03085 1.25 6.90958V10.0575C1.24999 12.3658 1.24998 14.1749 1.43975 15.5864C1.63399 17.0311 2.03933 18.1711 2.93414 19.0659C3.0696 19.2014 3.21068 19.3257 3.35759 19.4396C3.87002 18.7635 4.66246 18.3113 5.56224 18.2558L5.75 18.068V16C5.75 14.7574 6.75736 13.75 8 13.75C8.87074 13.75 9.62594 14.2446 10 14.9682C10.3741 14.2446 11.1293 13.75 12 13.75C12.8707 13.75 13.6259 14.2446 14 14.9682C14.3741 14.2446 15.1293 13.75 16 13.75C17.2426 13.75 18.25 14.7574 18.25 16V18.068L18.4378 18.2558C19.3402 18.3115 20.1346 18.7662 20.6469 19.4456C21.0836 19.0873 21.466 18.666 21.781 18.1946C22.2983 17.4203 22.5295 16.5284 22.6408 15.4337C22.75 14.3603 22.75 13.0121 22.75 11.2923C22.75 10.2733 22.75 9.36889 22.683 8.70956C22.6137 8.029 22.4669 7.4388 22.118 6.91669C21.8444 6.50723 21.4929 6.15566 21.0834 5.88207C20.5613 5.53321 19.9711 5.38636 19.2905 5.31713C18.6312 5.25006 17.8095 5.25007 16.7905 5.25008L13.2361 5.25008C12.92 5.25008 12.7396 5.24915 12.6064 5.23539C12.5044 5.22825 12.4348 5.15263 12.4128 5.11571C12.3409 5.00277 12.0838 4.48916 11.9425 4.20644C11.4704 3.25129 10.8581 2.01213 9.4626 1.48884Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.25 19.75C19.0784 19.75 19.75 20.4216 19.75 21.25C19.75 22.0784 19.0784 22.75 18.25 22.75C17.4216 22.75 16.75 22.0784 16.75 21.25C16.75 21.1156 16.7677 20.9854 16.8008 20.8615L15.4697 19.5303C15.329 19.3897 15.25 19.1989 15.25 19L15.25 16C15.25 15.5858 15.5858 15.25 16 15.25C16.4142 15.25 16.75 15.5858 16.75 16L16.75 18.6893L17.8615 19.8008C17.9854 19.7677 18.1156 19.75 18.25 19.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.75 16L8.75 19C8.75 19.1989 8.67098 19.3897 8.53033 19.5303L7.19919 20.8615C7.23233 20.9854 7.25 21.1156 7.25 21.25C7.25 22.0784 6.57843 22.75 5.75 22.75C4.92157 22.75 4.25 22.0784 4.25 21.25C4.25 20.4216 4.92157 19.75 5.75 19.75C5.88437 19.75 6.01461 19.7677 6.13853 19.8008L7.25 18.6893L7.25 16C7.25 15.5858 7.58579 15.25 8 15.25C8.41421 15.25 8.75 15.5858 8.75 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 19.9507C13.1983 20.21 13.5 20.6948 13.5 21.25C13.5 22.0784 12.8284 22.75 12 22.75C11.1716 22.75 10.5 22.0784 10.5 21.25C10.5 20.6948 10.8016 20.21 11.25 19.9507L11.25 16C11.25 15.5858 11.5858 15.25 12 15.25C12.4142 15.25 12.75 15.5858 12.75 16L12.75 19.9507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.48884C8.82373 1.24927 8.11205 1.24958 7.08264 1.25004C6.2039 1.25003 5.32205 1.25006 4.7497 1.30052C4.15996 1.3525 3.64388 1.46246 3.17258 1.72548C2.56533 2.06435 2.06428 2.56541 1.7254 3.17266C1.46238 3.64396 1.35242 4.16004 1.30044 4.74978C1.24998 5.32212 1.24999 6.03085 1.25 6.90958V10.0575C1.24999 12.3658 1.24998 14.1749 1.43975 15.5864C1.63399 17.0311 2.03933 18.1711 2.93414 19.0659C3.0696 19.2014 3.21068 19.3257 3.35759 19.4396C3.87002 18.7635 4.66246 18.3113 5.56224 18.2558L5.75 18.068V16C5.75 14.7574 6.75736 13.75 8 13.75C8.87074 13.75 9.62594 14.2446 10 14.9682C10.3741 14.2446 11.1293 13.75 12 13.75C12.8707 13.75 13.6259 14.2446 14 14.9682C14.3741 14.2446 15.1293 13.75 16 13.75C17.2426 13.75 18.25 14.7574 18.25 16V18.068L18.4378 18.2558C19.3402 18.3115 20.1346 18.7662 20.6469 19.4456C21.0836 19.0873 21.466 18.666 21.781 18.1946C22.2983 17.4203 22.5295 16.5284 22.6408 15.4337C22.75 14.3603 22.75 13.0121 22.75 11.2923C22.75 10.2733 22.75 9.36889 22.683 8.70956C22.6137 8.029 22.4669 7.4388 22.118 6.91669C21.8444 6.50723 21.4929 6.15566 21.0834 5.88207C20.5613 5.53321 19.9711 5.38636 19.2905 5.31713C18.6312 5.25006 17.8095 5.25007 16.7905 5.25008L13.2361 5.25008C12.92 5.25008 12.7396 5.24915 12.6064 5.23539C12.5044 5.22825 12.4348 5.15263 12.4128 5.11571C12.3409 5.00277 12.0838 4.48916 11.9425 4.20644C11.4704 3.25129 10.8581 2.01213 9.4626 1.48884Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-folder-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 11.25C10.9142 11.25 11.25 11.5858 11.25 12V13.25H12.75V12C12.75 11.5858 13.0858 11.25 13.5 11.25C13.9142 11.25 14.25 11.5858 14.25 12V13.3009C14.5896 13.3527 14.9437 13.4688 15.2374 13.7626C15.5312 14.0563 15.6473 14.4104 15.6991 14.75H17C17.4142 14.75 17.75 15.0858 17.75 15.5C17.75 15.9142 17.4142 16.25 17 16.25H15.75V17.75H17C17.4142 17.75 17.75 18.0858 17.75 18.5C17.75 18.9142 17.4142 19.25 17 19.25H15.6991C15.6473 19.5896 15.5312 19.9437 15.2374 20.2374C14.9437 20.5312 14.5896 20.6473 14.25 20.6991V22C14.25 22.4142 13.9142 22.75 13.5 22.75C13.0858 22.75 12.75 22.4142 12.75 22V20.75H11.25V22C11.25 22.4142 10.9142 22.75 10.5 22.75C10.0858 22.75 9.75 22.4142 9.75 22V20.6991C9.41037 20.6473 9.05633 20.5312 8.76256 20.2374C8.4688 19.9437 8.35268 19.5896 8.30087 19.25H7C6.58579 19.25 6.25 18.9142 6.25 18.5C6.25 18.0858 6.58579 17.75 7 17.75H8.25V16.25H7C6.58579 16.25 6.25 15.9142 6.25 15.5C6.25 15.0858 6.58579 14.75 7 14.75H8.30087C8.35268 14.4104 8.4688 14.0563 8.76256 13.7626C9.05633 13.4688 9.41037 13.3527 9.75 13.3009V12C9.75 11.5858 10.0858 11.25 10.5 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.48884C8.82373 1.24927 8.11205 1.24958 7.08264 1.25004C6.2039 1.25003 5.32205 1.25006 4.7497 1.30052C4.15996 1.3525 3.64388 1.46246 3.17258 1.72548C2.56533 2.06435 2.06428 2.56541 1.7254 3.17266C1.46238 3.64396 1.35242 4.16004 1.30044 4.74978C1.24998 5.32212 1.24999 6.03085 1.25 6.90958V10.0575C1.24999 12.3658 1.24998 14.1749 1.43975 15.5864C1.63399 17.0311 2.03933 18.1711 2.93414 19.0659C3.72979 19.8616 4.71933 20.2703 5.94457 20.4876C5.23387 20.1094 4.75 19.3612 4.75 18.5C4.75 17.9237 4.96664 17.3981 5.32292 17C4.96664 16.6019 4.75 16.0763 4.75 15.5C4.75 14.2574 6.02583 13.25 7.26847 13.25C7.38325 13.0635 7.52541 12.8784 7.7019 12.7019C7.87839 12.5254 8.06351 12.3833 8.25 12.2685C8.25 11.0258 9.25736 9.75 10.5 9.75C11.0763 9.75 11.6019 9.96664 12 10.3229C12.3981 9.96664 12.9237 9.75 13.5 9.75C14.7426 9.75 15.75 11.0258 15.75 12.2685C15.9365 12.3833 16.1216 12.5254 16.2981 12.7019C16.4746 12.8784 16.6167 13.0635 16.7315 13.25C17.9742 13.25 19.25 14.2574 19.25 15.5C19.25 16.0763 19.0334 16.6019 18.6771 17C19.0334 17.3981 19.25 17.9237 19.25 18.5C19.25 19.4523 18.6584 20.2664 17.8227 20.5949C18.7427 20.4693 19.514 20.2357 20.1945 19.781C20.8224 19.3615 21.3614 18.8225 21.781 18.1946C22.2983 17.4203 22.5295 16.5284 22.6408 15.4337C22.75 14.3603 22.75 13.0121 22.75 11.2923C22.75 10.2733 22.75 9.36889 22.683 8.70956C22.6137 8.029 22.4669 7.4388 22.118 6.91669C21.8444 6.50723 21.4929 6.15566 21.0834 5.88207C20.5613 5.53321 19.9711 5.38636 19.2905 5.31713C18.6312 5.25006 17.8095 5.25007 16.7905 5.25008L13.2361 5.25008C12.92 5.25008 12.7396 5.24915 12.6064 5.23539C12.5044 5.22825 12.4348 5.15263 12.4128 5.11571C12.3409 5.00277 12.0838 4.48916 11.9425 4.20644C11.4704 3.25129 10.8581 2.01213 9.4626 1.48884Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 11.25C10.9142 11.25 11.25 11.5858 11.25 12V13.25H12.75V12C12.75 11.5858 13.0858 11.25 13.5 11.25C13.9142 11.25 14.25 11.5858 14.25 12V13.3009C14.5896 13.3527 14.9437 13.4688 15.2374 13.7626C15.5312 14.0563 15.6473 14.4104 15.6991 14.75H17C17.4142 14.75 17.75 15.0858 17.75 15.5C17.75 15.9142 17.4142 16.25 17 16.25H15.75V17.75H17C17.4142 17.75 17.75 18.0858 17.75 18.5C17.75 18.9142 17.4142 19.25 17 19.25H15.6991C15.6473 19.5896 15.5312 19.9437 15.2374 20.2374C14.9437 20.5312 14.5896 20.6473 14.25 20.6991V22C14.25 22.4142 13.9142 22.75 13.5 22.75C13.0858 22.75 12.75 22.4142 12.75 22V20.75H11.25V22C11.25 22.4142 10.9142 22.75 10.5 22.75C10.0858 22.75 9.75 22.4142 9.75 22V20.6991C9.41037 20.6473 9.05633 20.5312 8.76256 20.2374C8.4688 19.9437 8.35268 19.5896 8.30087 19.25H7C6.58579 19.25 6.25 18.9142 6.25 18.5C6.25 18.0858 6.58579 17.75 7 17.75H8.25V16.25H7C6.58579 16.25 6.25 15.9142 6.25 15.5C6.25 15.0858 6.58579 14.75 7 14.75H8.30087C8.35268 14.4104 8.4688 14.0563 8.76256 13.7626C9.05633 13.4688 9.41037 13.3527 9.75 13.3009V12C9.75 11.5858 10.0858 11.25 10.5 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.48884C8.82373 1.24927 8.11205 1.24958 7.08264 1.25004C6.2039 1.25003 5.32205 1.25006 4.7497 1.30052C4.15996 1.3525 3.64388 1.46246 3.17258 1.72548C2.56533 2.06435 2.06428 2.56541 1.7254 3.17266C1.46238 3.64396 1.35242 4.16004 1.30044 4.74978C1.24998 5.32212 1.24999 6.03085 1.25 6.90958V10.0575C1.24999 12.3658 1.24998 14.1749 1.43975 15.5864C1.63399 17.0311 2.03933 18.1711 2.93414 19.0659C3.72979 19.8616 4.71933 20.2703 5.94457 20.4876C5.23387 20.1094 4.75 19.3612 4.75 18.5C4.75 17.9237 4.96664 17.3981 5.32292 17C4.96664 16.6019 4.75 16.0763 4.75 15.5C4.75 14.2574 6.02583 13.25 7.26847 13.25C7.38325 13.0635 7.52541 12.8784 7.7019 12.7019C7.87839 12.5254 8.06351 12.3833 8.25 12.2685C8.25 11.0258 9.25736 9.75 10.5 9.75C11.0763 9.75 11.6019 9.96664 12 10.3229C12.3981 9.96664 12.9237 9.75 13.5 9.75C14.7426 9.75 15.75 11.0258 15.75 12.2685C15.9365 12.3833 16.1216 12.5254 16.2981 12.7019C16.4746 12.8784 16.6167 13.0635 16.7315 13.25C17.9742 13.25 19.25 14.2574 19.25 15.5C19.25 16.0763 19.0334 16.6019 18.6771 17C19.0334 17.3981 19.25 17.9237 19.25 18.5C19.25 19.4523 18.6584 20.2664 17.8227 20.5949C18.7427 20.4693 19.514 20.2357 20.1945 19.781C20.8224 19.3615 21.3614 18.8225 21.781 18.1946C22.2983 17.4203 22.5295 16.5284 22.6408 15.4337C22.75 14.3603 22.75 13.0121 22.75 11.2923C22.75 10.2733 22.75 9.36889 22.683 8.70956C22.6137 8.029 22.4669 7.4388 22.118 6.91669C21.8444 6.50723 21.4929 6.15566 21.0834 5.88207C20.5613 5.53321 19.9711 5.38636 19.2905 5.31713C18.6312 5.25006 17.8095 5.25007 16.7905 5.25008L13.2361 5.25008C12.92 5.25008 12.7396 5.24915 12.6064 5.23539C12.5044 5.22825 12.4348 5.15263 12.4128 5.11571C12.3409 5.00277 12.0838 4.48916 11.9425 4.20644C11.4704 3.25129 10.8581 2.01213 9.4626 1.48884Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-innovation-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.8 3.17855C7.11815 3.17855 4.15 6.17481 4.15 9.85024C4.15 11.1075 4.49575 12.2813 5.09719 13.2842C5.37 13.7391 5.22785 14.3323 4.77969 14.6093C4.33152 14.8862 3.74705 14.7419 3.47424 14.287C2.69722 12.9913 2.25 11.4721 2.25 9.85024C2.25 5.09122 6.08712 1.25 10.8 1.25C11.3247 1.25 11.75 1.68172 11.75 2.21428C11.75 2.74683 11.3247 3.17855 10.8 3.17855Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5 2.25C14.9142 2.25 15.25 2.58579 15.25 3V4.25H16.75V3C16.75 2.58579 17.0858 2.25 17.5 2.25C17.9142 2.25 18.25 2.58579 18.25 3V4.30087C18.5896 4.35268 18.9437 4.4688 19.2374 4.76256C19.5312 5.05633 19.6473 5.41037 19.6991 5.75H21C21.4142 5.75 21.75 6.08579 21.75 6.5C21.75 6.91421 21.4142 7.25 21 7.25H19.75V8.75H21C21.4142 8.75 21.75 9.08579 21.75 9.5C21.75 9.91421 21.4142 10.25 21 10.25H19.6991C19.6473 10.5896 19.5312 10.9437 19.2374 11.2374C18.9437 11.5312 18.5896 11.6473 18.25 11.6991V13C18.25 13.4142 17.9142 13.75 17.5 13.75C17.0858 13.75 16.75 13.4142 16.75 13V11.75H15.25V13C15.25 13.4142 14.9142 13.75 14.5 13.75C14.0858 13.75 13.75 13.4142 13.75 13V11.6991C13.4104 11.6473 13.0563 11.5312 12.7626 11.2374C12.4688 10.9437 12.3527 10.5896 12.3009 10.25H11C10.5858 10.25 10.25 9.91421 10.25 9.5C10.25 9.08579 10.5858 8.75 11 8.75H12.25V7.25H11C10.5858 7.25 10.25 6.91421 10.25 6.5C10.25 6.08579 10.5858 5.75 11 5.75H12.3009C12.3527 5.41037 12.4688 5.05633 12.7626 4.76256C13.0563 4.4688 13.4104 4.35268 13.75 4.30087V3C13.75 2.58579 14.0858 2.25 14.5 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8432 15.998C14.9736 15.998 15.1022 15.998 15.2105 16.003C15.325 16.0083 15.4787 16.0209 15.6389 16.0692C16.1374 16.2198 16.4733 16.5843 16.4987 16.9979C16.5069 17.1307 16.4739 17.2477 16.4441 17.3337C16.1127 19.0156 15.4285 19.498 14.8431 19.498H7.1569C6.57151 19.498 5.8873 19.0156 5.55585 17.3337C5.52614 17.2477 5.49309 17.1307 5.50126 16.9979C5.5267 16.5843 5.8626 16.2198 6.3611 16.0692C6.52127 16.0209 6.67503 16.0083 6.78946 16.003C6.89781 15.998 7.02637 15.998 7.15678 15.998H7.15684H14.8432H14.8432Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.33207 22.6493C9.67741 22.7499 10.0856 22.7499 10.9019 22.7499C11.7182 22.7499 12.1264 22.7499 12.4717 22.6493C13.0057 22.4938 13.4551 22.1684 13.7324 21.7365C13.8356 21.5757 13.906 21.3903 13.9776 21.1271C14.0674 20.7972 14.1123 20.6322 14.0223 20.5143C13.9322 20.3965 13.7551 20.3965 13.4009 20.3965H8.40295C8.04873 20.3965 7.87162 20.3965 7.78156 20.5143C7.69151 20.6322 7.73641 20.7972 7.82623 21.1271C7.89786 21.3903 7.96819 21.5757 8.07142 21.7365C8.34876 22.1684 8.79812 22.4938 9.33207 22.6493Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.8 3.17855C7.11815 3.17855 4.15 6.17481 4.15 9.85024C4.15 11.1075 4.49575 12.2813 5.09719 13.2842C5.37 13.7391 5.22785 14.3323 4.77969 14.6093C4.33152 14.8862 3.74705 14.7419 3.47424 14.287C2.69722 12.9913 2.25 11.4721 2.25 9.85024C2.25 5.09122 6.08712 1.25 10.8 1.25C11.3247 1.25 11.75 1.68172 11.75 2.21428C11.75 2.74683 11.3247 3.17855 10.8 3.17855Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5 2.25C14.9142 2.25 15.25 2.58579 15.25 3V4.25H16.75V3C16.75 2.58579 17.0858 2.25 17.5 2.25C17.9142 2.25 18.25 2.58579 18.25 3V4.30087C18.5896 4.35268 18.9437 4.4688 19.2374 4.76256C19.5312 5.05633 19.6473 5.41037 19.6991 5.75H21C21.4142 5.75 21.75 6.08579 21.75 6.5C21.75 6.91421 21.4142 7.25 21 7.25H19.75V8.75H21C21.4142 8.75 21.75 9.08579 21.75 9.5C21.75 9.91421 21.4142 10.25 21 10.25H19.6991C19.6473 10.5896 19.5312 10.9437 19.2374 11.2374C18.9437 11.5312 18.5896 11.6473 18.25 11.6991V13C18.25 13.4142 17.9142 13.75 17.5 13.75C17.0858 13.75 16.75 13.4142 16.75 13V11.75H15.25V13C15.25 13.4142 14.9142 13.75 14.5 13.75C14.0858 13.75 13.75 13.4142 13.75 13V11.6991C13.4104 11.6473 13.0563 11.5312 12.7626 11.2374C12.4688 10.9437 12.3527 10.5896 12.3009 10.25H11C10.5858 10.25 10.25 9.91421 10.25 9.5C10.25 9.08579 10.5858 8.75 11 8.75H12.25V7.25H11C10.5858 7.25 10.25 6.91421 10.25 6.5C10.25 6.08579 10.5858 5.75 11 5.75H12.3009C12.3527 5.41037 12.4688 5.05633 12.7626 4.76256C13.0563 4.4688 13.4104 4.35268 13.75 4.30087V3C13.75 2.58579 14.0858 2.25 14.5 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8432 15.998C14.9736 15.998 15.1022 15.998 15.2105 16.003C15.325 16.0083 15.4787 16.0209 15.6389 16.0692C16.1374 16.2198 16.4733 16.5843 16.4987 16.9979C16.5069 17.1307 16.4739 17.2477 16.4441 17.3337C16.1127 19.0156 15.4285 19.498 14.8431 19.498H7.1569C6.57151 19.498 5.8873 19.0156 5.55585 17.3337C5.52614 17.2477 5.49309 17.1307 5.50126 16.9979C5.5267 16.5843 5.8626 16.2198 6.3611 16.0692C6.52127 16.0209 6.67503 16.0083 6.78946 16.003C6.89781 15.998 7.02637 15.998 7.15678 15.998H7.15684H14.8432H14.8432Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.33207 22.6493C9.67741 22.7499 10.0856 22.7499 10.9019 22.7499C11.7182 22.7499 12.1264 22.7499 12.4717 22.6493C13.0057 22.4938 13.4551 22.1684 13.7324 21.7365C13.8356 21.5757 13.906 21.3903 13.9776 21.1271C14.0674 20.7972 14.1123 20.6322 14.0223 20.5143C13.9322 20.3965 13.7551 20.3965 13.4009 20.3965H8.40295C8.04873 20.3965 7.87162 20.3965 7.78156 20.5143C7.69151 20.6322 7.73641 20.7972 7.82623 21.1271C7.89786 21.3903 7.96819 21.5757 8.07142 21.7365C8.34876 22.1684 8.79812 22.4938 9.33207 22.6493Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-innovation-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.17855C8.23203 3.17855 5.19444 6.17481 5.19444 9.85024C5.19444 11.1075 5.54828 12.2813 6.16379 13.2842C6.44299 13.7391 6.29751 14.3323 5.83886 14.6093C5.38021 14.8862 4.78207 14.7419 4.50288 14.287C3.70768 12.9913 3.25 11.4721 3.25 9.85024C3.25 5.09122 7.17688 1.25 12 1.25C16.8231 1.25 20.75 5.09122 20.75 9.85024C20.75 11.4721 20.2923 12.9913 19.4971 14.287C19.2179 14.7419 18.6198 14.8862 18.1611 14.6093C17.7025 14.3323 17.557 13.7391 17.8362 13.2842C18.4517 12.2813 18.8056 11.1075 18.8056 9.85024C18.8056 6.17481 15.768 3.17855 12 3.17855Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8432 15.998C15.9736 15.998 16.1022 15.998 16.2105 16.003C16.325 16.0083 16.4787 16.0209 16.6389 16.0692C17.1374 16.2198 17.4733 16.5843 17.4987 16.9979C17.5069 17.1307 17.4739 17.2477 17.4441 17.3337C17.1127 19.0156 16.4285 19.498 15.8431 19.498H8.1569C7.57151 19.498 6.8873 19.0156 6.55585 17.3337C6.52614 17.2477 6.49309 17.1307 6.50126 16.9979C6.5267 16.5843 6.8626 16.2198 7.3611 16.0692C7.52127 16.0209 7.67503 16.0083 7.78946 16.003C7.89781 15.998 8.02637 15.998 8.15678 15.998H8.15684H15.8432H15.8432Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3321 22.6493C10.6774 22.7499 11.0856 22.7499 11.9019 22.7499C12.7182 22.7499 13.1264 22.7499 13.4717 22.6493C14.0057 22.4938 14.4551 22.1684 14.7324 21.7365C14.8356 21.5757 14.906 21.3903 14.9776 21.1271C15.0674 20.7972 15.1123 20.6322 15.0223 20.5143C14.9322 20.3965 14.7551 20.3965 14.4009 20.3965H9.40295C9.04873 20.3965 8.87162 20.3965 8.78156 20.5143C8.69151 20.6322 8.73641 20.7972 8.82623 21.1271C8.89786 21.3903 8.96819 21.5757 9.07142 21.7365C9.34876 22.1684 9.79812 22.4938 10.3321 22.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.154 6.25C9.53997 6.25 8.94823 6.62604 8.74718 7.24834L7.28652 11.7694C7.15918 12.1636 7.37548 12.5863 7.76963 12.7137C8.16378 12.841 8.58654 12.6247 8.71388 12.2306L9.03068 11.25H11.2774L11.5942 12.2306C11.7216 12.6247 12.1443 12.841 12.5385 12.7137C12.9326 12.5863 13.1489 12.1636 13.0216 11.7694L11.5609 7.24834C11.3599 6.62604 10.7681 6.25 10.154 6.25ZM9.51465 9.74955L10.1534 7.77246L10.7922 9.74955H9.51465Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7502 7C15.7502 6.58579 15.4144 6.25 15.0002 6.25C14.586 6.25 14.2502 6.58579 14.2502 7V12C14.2502 12.4142 14.586 12.75 15.0002 12.75C15.4144 12.75 15.7502 12.4142 15.7502 12V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.17855C8.23203 3.17855 5.19444 6.17481 5.19444 9.85024C5.19444 11.1075 5.54828 12.2813 6.16379 13.2842C6.44299 13.7391 6.29751 14.3323 5.83886 14.6093C5.38021 14.8862 4.78207 14.7419 4.50288 14.287C3.70768 12.9913 3.25 11.4721 3.25 9.85024C3.25 5.09122 7.17688 1.25 12 1.25C16.8231 1.25 20.75 5.09122 20.75 9.85024C20.75 11.4721 20.2923 12.9913 19.4971 14.287C19.2179 14.7419 18.6198 14.8862 18.1611 14.6093C17.7025 14.3323 17.557 13.7391 17.8362 13.2842C18.4517 12.2813 18.8056 11.1075 18.8056 9.85024C18.8056 6.17481 15.768 3.17855 12 3.17855Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8432 15.998C15.9736 15.998 16.1022 15.998 16.2105 16.003C16.325 16.0083 16.4787 16.0209 16.6389 16.0692C17.1374 16.2198 17.4733 16.5843 17.4987 16.9979C17.5069 17.1307 17.4739 17.2477 17.4441 17.3337C17.1127 19.0156 16.4285 19.498 15.8431 19.498H8.1569C7.57151 19.498 6.8873 19.0156 6.55585 17.3337C6.52614 17.2477 6.49309 17.1307 6.50126 16.9979C6.5267 16.5843 6.8626 16.2198 7.3611 16.0692C7.52127 16.0209 7.67503 16.0083 7.78946 16.003C7.89781 15.998 8.02637 15.998 8.15678 15.998H8.15684H15.8432H15.8432Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3321 22.6493C10.6774 22.7499 11.0856 22.7499 11.9019 22.7499C12.7182 22.7499 13.1264 22.7499 13.4717 22.6493C14.0057 22.4938 14.4551 22.1684 14.7324 21.7365C14.8356 21.5757 14.906 21.3903 14.9776 21.1271C15.0674 20.7972 15.1123 20.6322 15.0223 20.5143C14.9322 20.3965 14.7551 20.3965 14.4009 20.3965H9.40295C9.04873 20.3965 8.87162 20.3965 8.78156 20.5143C8.69151 20.6322 8.73641 20.7972 8.82623 21.1271C8.89786 21.3903 8.96819 21.5757 9.07142 21.7365C9.34876 22.1684 9.79812 22.4938 10.3321 22.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.154 6.25C9.53997 6.25 8.94823 6.62604 8.74718 7.24834L7.28652 11.7694C7.15918 12.1636 7.37548 12.5863 7.76963 12.7137C8.16378 12.841 8.58654 12.6247 8.71388 12.2306L9.03068 11.25H11.2774L11.5942 12.2306C11.7216 12.6247 12.1443 12.841 12.5385 12.7137C12.9326 12.5863 13.1489 12.1636 13.0216 11.7694L11.5609 7.24834C11.3599 6.62604 10.7681 6.25 10.154 6.25ZM9.51465 9.74955L10.1534 7.77246L10.7922 9.74955H9.51465Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7502 7C15.7502 6.58579 15.4144 6.25 15.0002 6.25C14.586 6.25 14.2502 6.58579 14.2502 7V12C14.2502 12.4142 14.586 12.75 15.0002 12.75C15.4144 12.75 15.7502 12.4142 15.7502 12V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-innovation-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9995 3.17855C8.23154 3.17855 5.19396 6.17481 5.19396 9.85024C5.19396 11.1075 5.54779 12.2813 6.1633 13.2842C6.4425 13.7391 6.29702 14.3323 5.83837 14.6093C5.37972 14.8862 4.78158 14.7419 4.50239 14.287C3.70719 12.9913 3.24951 11.4721 3.24951 9.85024C3.24951 5.09122 7.17639 1.25 11.9995 1.25C16.8226 1.25 20.7495 5.09122 20.7495 9.85024C20.7495 11.4721 20.2918 12.9913 19.4966 14.287C19.2174 14.7419 18.6193 14.8862 18.1607 14.6093C17.702 14.3323 17.5565 13.7391 17.8357 13.2842C18.4512 12.2813 18.8051 11.1075 18.8051 9.85024C18.8051 6.17481 15.7675 3.17855 11.9995 3.17855Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8432 15.998C15.9736 15.998 16.1022 15.998 16.2105 16.003C16.325 16.0083 16.4787 16.0209 16.6389 16.0692C17.1374 16.2198 17.4733 16.5843 17.4987 16.9979C17.5069 17.1307 17.4739 17.2477 17.4441 17.3337C17.1127 19.0156 16.4285 19.498 15.8431 19.498H8.1569C7.57151 19.498 6.8873 19.0156 6.55585 17.3337C6.52614 17.2477 6.49309 17.1307 6.50126 16.9979C6.5267 16.5843 6.8626 16.2198 7.3611 16.0692C7.52127 16.0209 7.67503 16.0083 7.78946 16.003C7.89781 15.998 8.02637 15.998 8.15678 15.998H8.15684H15.8432H15.8432Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3321 22.6493C10.6774 22.7499 11.0856 22.7499 11.9019 22.7499C12.7182 22.7499 13.1264 22.7499 13.4717 22.6493C14.0057 22.4938 14.4551 22.1684 14.7324 21.7365C14.8356 21.5757 14.906 21.3903 14.9776 21.1271C15.0674 20.7972 15.1123 20.6322 15.0223 20.5143C14.9322 20.3965 14.7551 20.3965 14.4009 20.3965H9.40295C9.04873 20.3965 8.87162 20.3965 8.78156 20.5143C8.69151 20.6322 8.73641 20.7972 8.82623 21.1271C8.89786 21.3903 8.96819 21.5757 9.07142 21.7365C9.34876 22.1684 9.79812 22.4938 10.3321 22.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25 11.25C7.42157 11.25 6.75 10.5784 6.75 9.75C6.75 8.92157 7.42157 8.25 8.25 8.25C9.07843 8.25 9.75 8.92157 9.75 9.75C9.75 9.88437 9.73233 10.0146 9.69919 10.1385L11.0303 11.4697C11.171 11.6103 11.25 11.8011 11.25 12L11.25 17C11.25 17.4142 10.9142 17.75 10.5 17.75C10.0858 17.75 9.75 17.4142 9.75 17L9.75 12.3107L8.63853 11.1992C8.51461 11.2323 8.38437 11.25 8.25 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 17.75C13.0858 17.75 12.75 17.4142 12.75 17L12.75 12C12.75 11.8011 12.829 11.6103 12.9697 11.4697L14.3008 10.1385C14.2677 10.0146 14.25 9.88437 14.25 9.75C14.25 8.92157 14.9216 8.25 15.75 8.25C16.5784 8.25 17.25 8.92157 17.25 9.75C17.25 10.5784 16.5784 11.25 15.75 11.25C15.6156 11.25 15.4854 11.2323 15.3615 11.1992L14.25 12.3107L14.25 17C14.25 17.4142 13.9142 17.75 13.5 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9995 3.17855C8.23154 3.17855 5.19396 6.17481 5.19396 9.85024C5.19396 11.1075 5.54779 12.2813 6.1633 13.2842C6.4425 13.7391 6.29702 14.3323 5.83837 14.6093C5.37972 14.8862 4.78158 14.7419 4.50239 14.287C3.70719 12.9913 3.24951 11.4721 3.24951 9.85024C3.24951 5.09122 7.17639 1.25 11.9995 1.25C16.8226 1.25 20.7495 5.09122 20.7495 9.85024C20.7495 11.4721 20.2918 12.9913 19.4966 14.287C19.2174 14.7419 18.6193 14.8862 18.1607 14.6093C17.702 14.3323 17.5565 13.7391 17.8357 13.2842C18.4512 12.2813 18.8051 11.1075 18.8051 9.85024C18.8051 6.17481 15.7675 3.17855 11.9995 3.17855Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8432 15.998C15.9736 15.998 16.1022 15.998 16.2105 16.003C16.325 16.0083 16.4787 16.0209 16.6389 16.0692C17.1374 16.2198 17.4733 16.5843 17.4987 16.9979C17.5069 17.1307 17.4739 17.2477 17.4441 17.3337C17.1127 19.0156 16.4285 19.498 15.8431 19.498H8.1569C7.57151 19.498 6.8873 19.0156 6.55585 17.3337C6.52614 17.2477 6.49309 17.1307 6.50126 16.9979C6.5267 16.5843 6.8626 16.2198 7.3611 16.0692C7.52127 16.0209 7.67503 16.0083 7.78946 16.003C7.89781 15.998 8.02637 15.998 8.15678 15.998H8.15684H15.8432H15.8432Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3321 22.6493C10.6774 22.7499 11.0856 22.7499 11.9019 22.7499C12.7182 22.7499 13.1264 22.7499 13.4717 22.6493C14.0057 22.4938 14.4551 22.1684 14.7324 21.7365C14.8356 21.5757 14.906 21.3903 14.9776 21.1271C15.0674 20.7972 15.1123 20.6322 15.0223 20.5143C14.9322 20.3965 14.7551 20.3965 14.4009 20.3965H9.40295C9.04873 20.3965 8.87162 20.3965 8.78156 20.5143C8.69151 20.6322 8.73641 20.7972 8.82623 21.1271C8.89786 21.3903 8.96819 21.5757 9.07142 21.7365C9.34876 22.1684 9.79812 22.4938 10.3321 22.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25 11.25C7.42157 11.25 6.75 10.5784 6.75 9.75C6.75 8.92157 7.42157 8.25 8.25 8.25C9.07843 8.25 9.75 8.92157 9.75 9.75C9.75 9.88437 9.73233 10.0146 9.69919 10.1385L11.0303 11.4697C11.171 11.6103 11.25 11.8011 11.25 12L11.25 17C11.25 17.4142 10.9142 17.75 10.5 17.75C10.0858 17.75 9.75 17.4142 9.75 17L9.75 12.3107L8.63853 11.1992C8.51461 11.2323 8.38437 11.25 8.25 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 17.75C13.0858 17.75 12.75 17.4142 12.75 17L12.75 12C12.75 11.8011 12.829 11.6103 12.9697 11.4697L14.3008 10.1385C14.2677 10.0146 14.25 9.88437 14.25 9.75C14.25 8.92157 14.9216 8.25 15.75 8.25C16.5784 8.25 17.25 8.92157 17.25 9.75C17.25 10.5784 16.5784 11.25 15.75 11.25C15.6156 11.25 15.4854 11.2323 15.3615 11.1992L14.25 12.3107L14.25 17C14.25 17.4142 13.9142 17.75 13.5 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-laptop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 1.25C15.9142 1.25 16.25 1.58579 16.25 2V3.25H17.75V2C17.75 1.58579 18.0858 1.25 18.5 1.25C18.9142 1.25 19.25 1.58579 19.25 2V3.30087C19.5896 3.35268 19.9437 3.4688 20.2374 3.76256C20.5312 4.05633 20.6473 4.41037 20.6991 4.75H22C22.4142 4.75 22.75 5.08579 22.75 5.5C22.75 5.91421 22.4142 6.25 22 6.25H20.75V7.75H22C22.4142 7.75 22.75 8.08579 22.75 8.5C22.75 8.91421 22.4142 9.25 22 9.25H20.6991C20.6473 9.58963 20.5312 9.94367 20.2374 10.2374C19.9437 10.5312 19.5896 10.6473 19.25 10.6991V12C19.25 12.4142 18.9142 12.75 18.5 12.75C18.0858 12.75 17.75 12.4142 17.75 12V10.75H16.25V12C16.25 12.4142 15.9142 12.75 15.5 12.75C15.0858 12.75 14.75 12.4142 14.75 12V10.6991C14.4104 10.6473 14.0563 10.5312 13.7626 10.2374C13.4688 9.94367 13.3527 9.58963 13.3009 9.25H12C11.5858 9.25 11.25 8.91421 11.25 8.5C11.25 8.08579 11.5858 7.75 12 7.75H13.25V6.25H12C11.5858 6.25 11.25 5.91421 11.25 5.5C11.25 5.08579 11.5858 4.75 12 4.75H13.3009C13.3527 4.41037 13.4688 4.05633 13.7626 3.76256C14.0563 3.4688 14.4104 3.35268 14.75 3.30087V2C14.75 1.58579 15.0858 1.25 15.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.9227 2.33224C6.53436 2.25 7.29818 2.25004 8.18466 2.25009L10.0005 2.25C10.5528 2.25 11.0005 2.69772 11.0005 3.25C11.0005 3.80229 10.5528 4.25 10.0005 4.25L8.25049 4.25009C7.27941 4.25009 6.6517 4.25221 6.18919 4.3144C5.75545 4.37271 5.61951 4.46686 5.54338 4.54298C5.46726 4.61911 5.37311 4.75506 5.31479 5.1888C5.25261 5.6513 5.25049 6.27901 5.25049 7.25009V13.6501C5.25049 13.9329 5.25049 14.0743 5.33836 14.1622C5.42622 14.2501 5.56765 14.2501 5.85049 14.2501H20.4068L21.166 15.6654C21.89 17.0015 22.3776 18.0654 22.6031 18.9487C22.8351 19.8577 22.8077 20.6496 22.4135 21.3657C21.9727 22.1662 21.1853 22.4783 20.302 22.6166C19.4484 22.7502 18.31 22.7501 16.9135 22.7501H7.08722C5.69079 22.7501 4.55236 22.7502 3.69874 22.6166C2.81546 22.4783 2.02798 22.1662 1.58724 21.3657C1.19299 20.6496 1.16564 19.8577 1.39768 18.9487C1.62316 18.0654 2.1107 17.0015 2.8347 15.6654L3.21064 14.9339L3.22068 14.9142C3.24298 14.868 3.24911 14.8427 3.2504 14.7914L3.25049 14.7501L3.25049 7.18427C3.25044 6.29778 3.2504 5.53397 3.33263 4.9223C3.42077 4.26679 3.61951 3.63844 4.12917 3.12878C4.63883 2.61911 5.26719 2.42037 5.9227 2.33224Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 1.25C15.9142 1.25 16.25 1.58579 16.25 2V3.25H17.75V2C17.75 1.58579 18.0858 1.25 18.5 1.25C18.9142 1.25 19.25 1.58579 19.25 2V3.30087C19.5896 3.35268 19.9437 3.4688 20.2374 3.76256C20.5312 4.05633 20.6473 4.41037 20.6991 4.75H22C22.4142 4.75 22.75 5.08579 22.75 5.5C22.75 5.91421 22.4142 6.25 22 6.25H20.75V7.75H22C22.4142 7.75 22.75 8.08579 22.75 8.5C22.75 8.91421 22.4142 9.25 22 9.25H20.6991C20.6473 9.58963 20.5312 9.94367 20.2374 10.2374C19.9437 10.5312 19.5896 10.6473 19.25 10.6991V12C19.25 12.4142 18.9142 12.75 18.5 12.75C18.0858 12.75 17.75 12.4142 17.75 12V10.75H16.25V12C16.25 12.4142 15.9142 12.75 15.5 12.75C15.0858 12.75 14.75 12.4142 14.75 12V10.6991C14.4104 10.6473 14.0563 10.5312 13.7626 10.2374C13.4688 9.94367 13.3527 9.58963 13.3009 9.25H12C11.5858 9.25 11.25 8.91421 11.25 8.5C11.25 8.08579 11.5858 7.75 12 7.75H13.25V6.25H12C11.5858 6.25 11.25 5.91421 11.25 5.5C11.25 5.08579 11.5858 4.75 12 4.75H13.3009C13.3527 4.41037 13.4688 4.05633 13.7626 3.76256C14.0563 3.4688 14.4104 3.35268 14.75 3.30087V2C14.75 1.58579 15.0858 1.25 15.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.9227 2.33224C6.53436 2.25 7.29818 2.25004 8.18466 2.25009L10.0005 2.25C10.5528 2.25 11.0005 2.69772 11.0005 3.25C11.0005 3.80229 10.5528 4.25 10.0005 4.25L8.25049 4.25009C7.27941 4.25009 6.6517 4.25221 6.18919 4.3144C5.75545 4.37271 5.61951 4.46686 5.54338 4.54298C5.46726 4.61911 5.37311 4.75506 5.31479 5.1888C5.25261 5.6513 5.25049 6.27901 5.25049 7.25009V13.6501C5.25049 13.9329 5.25049 14.0743 5.33836 14.1622C5.42622 14.2501 5.56765 14.2501 5.85049 14.2501H20.4068L21.166 15.6654C21.89 17.0015 22.3776 18.0654 22.6031 18.9487C22.8351 19.8577 22.8077 20.6496 22.4135 21.3657C21.9727 22.1662 21.1853 22.4783 20.302 22.6166C19.4484 22.7502 18.31 22.7501 16.9135 22.7501H7.08722C5.69079 22.7501 4.55236 22.7502 3.69874 22.6166C2.81546 22.4783 2.02798 22.1662 1.58724 21.3657C1.19299 20.6496 1.16564 19.8577 1.39768 18.9487C1.62316 18.0654 2.1107 17.0015 2.8347 15.6654L3.21064 14.9339L3.22068 14.9142C3.24298 14.868 3.24911 14.8427 3.2504 14.7914L3.25049 14.7501L3.25049 7.18427C3.25044 6.29778 3.2504 5.53397 3.33263 4.9223C3.42077 4.26679 3.61951 3.63844 4.12917 3.12878C4.63883 2.61911 5.26719 2.42037 5.9227 2.33224Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-learning{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 2.25C10.9142 2.25 11.25 2.58579 11.25 3V4.25H12.75V3C12.75 2.58579 13.0858 2.25 13.5 2.25C13.9142 2.25 14.25 2.58579 14.25 3V4.30087C14.5896 4.35268 14.9437 4.4688 15.2374 4.76256C15.5312 5.05633 15.6473 5.41037 15.6991 5.75H17C17.4142 5.75 17.75 6.08579 17.75 6.5C17.75 6.91421 17.4142 7.25 17 7.25H15.75V8.75H17C17.4142 8.75 17.75 9.08579 17.75 9.5C17.75 9.91421 17.4142 10.25 17 10.25H15.6991C15.6473 10.5896 15.5312 10.9437 15.2374 11.2374C14.9437 11.5312 14.5896 11.6473 14.25 11.6991V13C14.25 13.4142 13.9142 13.75 13.5 13.75C13.0858 13.75 12.75 13.4142 12.75 13V11.75H11.25V13C11.25 13.4142 10.9142 13.75 10.5 13.75C10.0858 13.75 9.75 13.4142 9.75 13V11.6991C9.41037 11.6473 9.05633 11.5312 8.76256 11.2374C8.4688 10.9437 8.35268 10.5896 8.30087 10.25H7C6.58579 10.25 6.25 9.91421 6.25 9.5C6.25 9.08579 6.58579 8.75 7 8.75H8.25V7.25H7C6.58579 7.25 6.25 6.91421 6.25 6.5C6.25 6.08579 6.58579 5.75 7 5.75H8.30087C8.35268 5.41037 8.4688 5.05633 8.76256 4.76256C9.05633 4.4688 9.41037 4.35268 9.75 4.30087V3C9.75 2.58579 10.0858 2.25 10.5 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.31817 3.12343C7.65576 2.90346 6.92285 2.7083 6.11987 2.55329L6.0573 2.54121C5.26464 2.38813 4.57248 2.25445 3.99017 2.25058C3.34049 2.24626 2.75965 2.40036 2.2318 2.85893C1.68912 3.33039 1.4545 3.93678 1.34806 4.62989C1.24895 5.27523 1.24899 6.08739 1.24903 7.05299L1.24903 14.4659C1.24901 15.3581 1.249 16.0899 1.31128 16.6687C1.37551 17.2657 1.51513 17.8137 1.87825 18.2693C2.25612 18.7435 2.80916 18.9927 3.41658 19.1757C4.02008 19.3576 4.8145 19.5109 5.79746 19.7006L5.83931 19.7087C7.58217 20.0452 8.92617 20.5781 9.88203 21.1011L9.90062 21.1113C10.3894 21.3787 10.7804 21.5926 11.0795 21.7384C11.1585 21.777 11.249 21.7185 11.249 21.6303V15.1225C11.0144 15.2054 10.762 15.2505 10.499 15.2505C9.25638 15.2505 8.24902 13.9747 8.24902 12.732C8.06253 12.6172 7.87741 12.4751 7.70093 12.2986C7.52444 12.1221 7.38227 11.937 7.26749 11.7505C6.02485 11.7505 4.74902 10.7431 4.74902 9.50049C4.74902 8.92422 4.96566 8.39856 5.32194 8.00049C4.96566 7.60242 4.74902 7.07675 4.74902 6.50049C4.74902 5.25785 6.02485 4.25049 7.26749 4.25049C7.38227 4.06399 7.52444 3.87888 7.70093 3.70239C7.83597 3.56735 8.11229 3.29522 8.31817 3.12343Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.749 15.1225V21.6303C12.749 21.7185 12.8395 21.777 12.9186 21.7384C13.2177 21.5926 13.6086 21.3788 14.0973 21.1113L14.116 21.1011C15.0719 20.5781 16.4159 20.0452 18.1588 19.7087L18.2004 19.7007C19.1834 19.5109 19.978 19.3576 20.5815 19.1757C21.1889 18.9927 21.7419 18.7435 22.1198 18.2693C22.4829 17.8137 22.6225 17.2657 22.6868 16.6687C22.7491 16.0899 22.749 15.3581 22.749 14.4659V7.05304C22.7491 6.08742 22.7491 5.27524 22.65 4.62989C22.5436 3.93678 22.3089 3.33039 21.7663 2.85893C21.2384 2.40036 20.6576 2.24626 20.0079 2.25058C19.4256 2.25445 18.7334 2.38813 17.9408 2.54121L17.8782 2.55329C17.0707 2.70917 16.334 2.90566 15.6687 3.12715C15.8792 3.29912 16.163 3.56832 16.2971 3.70239C16.4736 3.87888 16.6158 4.06399 16.7306 4.25049C17.9732 4.25049 19.249 5.25785 19.249 6.50049C19.249 7.07676 19.0324 7.60242 18.6761 8.00049C19.0324 8.39856 19.249 8.92422 19.249 9.50049C19.249 10.7431 17.9732 11.7505 16.7306 11.7505C16.6158 11.937 16.4736 12.1221 16.2971 12.2986C16.1206 12.4751 15.9355 12.6172 15.749 12.732C15.749 13.9747 14.7417 15.2505 13.499 15.2505C13.236 15.2505 12.9836 15.2054 12.749 15.1225Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 2.25C10.9142 2.25 11.25 2.58579 11.25 3V4.25H12.75V3C12.75 2.58579 13.0858 2.25 13.5 2.25C13.9142 2.25 14.25 2.58579 14.25 3V4.30087C14.5896 4.35268 14.9437 4.4688 15.2374 4.76256C15.5312 5.05633 15.6473 5.41037 15.6991 5.75H17C17.4142 5.75 17.75 6.08579 17.75 6.5C17.75 6.91421 17.4142 7.25 17 7.25H15.75V8.75H17C17.4142 8.75 17.75 9.08579 17.75 9.5C17.75 9.91421 17.4142 10.25 17 10.25H15.6991C15.6473 10.5896 15.5312 10.9437 15.2374 11.2374C14.9437 11.5312 14.5896 11.6473 14.25 11.6991V13C14.25 13.4142 13.9142 13.75 13.5 13.75C13.0858 13.75 12.75 13.4142 12.75 13V11.75H11.25V13C11.25 13.4142 10.9142 13.75 10.5 13.75C10.0858 13.75 9.75 13.4142 9.75 13V11.6991C9.41037 11.6473 9.05633 11.5312 8.76256 11.2374C8.4688 10.9437 8.35268 10.5896 8.30087 10.25H7C6.58579 10.25 6.25 9.91421 6.25 9.5C6.25 9.08579 6.58579 8.75 7 8.75H8.25V7.25H7C6.58579 7.25 6.25 6.91421 6.25 6.5C6.25 6.08579 6.58579 5.75 7 5.75H8.30087C8.35268 5.41037 8.4688 5.05633 8.76256 4.76256C9.05633 4.4688 9.41037 4.35268 9.75 4.30087V3C9.75 2.58579 10.0858 2.25 10.5 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.31817 3.12343C7.65576 2.90346 6.92285 2.7083 6.11987 2.55329L6.0573 2.54121C5.26464 2.38813 4.57248 2.25445 3.99017 2.25058C3.34049 2.24626 2.75965 2.40036 2.2318 2.85893C1.68912 3.33039 1.4545 3.93678 1.34806 4.62989C1.24895 5.27523 1.24899 6.08739 1.24903 7.05299L1.24903 14.4659C1.24901 15.3581 1.249 16.0899 1.31128 16.6687C1.37551 17.2657 1.51513 17.8137 1.87825 18.2693C2.25612 18.7435 2.80916 18.9927 3.41658 19.1757C4.02008 19.3576 4.8145 19.5109 5.79746 19.7006L5.83931 19.7087C7.58217 20.0452 8.92617 20.5781 9.88203 21.1011L9.90062 21.1113C10.3894 21.3787 10.7804 21.5926 11.0795 21.7384C11.1585 21.777 11.249 21.7185 11.249 21.6303V15.1225C11.0144 15.2054 10.762 15.2505 10.499 15.2505C9.25638 15.2505 8.24902 13.9747 8.24902 12.732C8.06253 12.6172 7.87741 12.4751 7.70093 12.2986C7.52444 12.1221 7.38227 11.937 7.26749 11.7505C6.02485 11.7505 4.74902 10.7431 4.74902 9.50049C4.74902 8.92422 4.96566 8.39856 5.32194 8.00049C4.96566 7.60242 4.74902 7.07675 4.74902 6.50049C4.74902 5.25785 6.02485 4.25049 7.26749 4.25049C7.38227 4.06399 7.52444 3.87888 7.70093 3.70239C7.83597 3.56735 8.11229 3.29522 8.31817 3.12343Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.749 15.1225V21.6303C12.749 21.7185 12.8395 21.777 12.9186 21.7384C13.2177 21.5926 13.6086 21.3788 14.0973 21.1113L14.116 21.1011C15.0719 20.5781 16.4159 20.0452 18.1588 19.7087L18.2004 19.7007C19.1834 19.5109 19.978 19.3576 20.5815 19.1757C21.1889 18.9927 21.7419 18.7435 22.1198 18.2693C22.4829 17.8137 22.6225 17.2657 22.6868 16.6687C22.7491 16.0899 22.749 15.3581 22.749 14.4659V7.05304C22.7491 6.08742 22.7491 5.27524 22.65 4.62989C22.5436 3.93678 22.3089 3.33039 21.7663 2.85893C21.2384 2.40036 20.6576 2.24626 20.0079 2.25058C19.4256 2.25445 18.7334 2.38813 17.9408 2.54121L17.8782 2.55329C17.0707 2.70917 16.334 2.90566 15.6687 3.12715C15.8792 3.29912 16.163 3.56832 16.2971 3.70239C16.4736 3.87888 16.6158 4.06399 16.7306 4.25049C17.9732 4.25049 19.249 5.25785 19.249 6.50049C19.249 7.07676 19.0324 7.60242 18.6761 8.00049C19.0324 8.39856 19.249 8.92422 19.249 9.50049C19.249 10.7431 17.9732 11.7505 16.7306 11.7505C16.6158 11.937 16.4736 12.1221 16.2971 12.2986C16.1206 12.4751 15.9355 12.6172 15.749 12.732C15.749 13.9747 14.7417 15.2505 13.499 15.2505C13.236 15.2505 12.9836 15.2054 12.749 15.1225Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-lock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C10.067 3.25 8.5 4.817 8.5 6.75V9.25C8.5 9.80228 8.05228 10.25 7.5 10.25C6.94772 10.25 6.5 9.80228 6.5 9.25V6.75C6.5 3.71243 8.96243 1.25 12 1.25C15.0376 1.25 17.5 3.71243 17.5 6.75V9.25C17.5 9.80228 17.0523 10.25 16.5 10.25C15.9477 10.25 15.5 9.80228 15.5 9.25V6.75C15.5 4.817 13.933 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.25C10.4042 8.25 8.95364 8.28422 7.52522 8.34988C5.46716 8.4445 3.79609 10.0382 3.52452 12.0552C3.37636 13.1556 3.25 14.3118 3.25 15.5C3.25 16.6882 3.37636 17.8444 3.52452 18.9448C3.79609 20.9618 5.46716 22.5555 7.52522 22.6501C8.95364 22.7158 10.4042 22.75 12 22.75C13.5958 22.75 15.0464 22.7158 16.4748 22.6501C18.5328 22.5555 20.2039 20.9618 20.4755 18.9448C20.6236 17.8444 20.75 16.6882 20.75 15.5C20.75 14.3118 20.6236 13.1556 20.4755 12.0552C20.2039 10.0382 18.5328 8.4445 16.4748 8.34989C15.0464 8.28422 13.5958 8.25 12 8.25ZM8.74718 13.2483C8.94823 12.626 9.53997 12.25 10.154 12.25C10.7681 12.25 11.3599 12.626 11.5609 13.2483L13.0216 17.7694C13.1489 18.1636 12.9326 18.5863 12.5385 18.7137C12.1443 18.841 11.7216 18.6247 11.5942 18.2306L11.2774 17.25H9.03068L8.71388 18.2306C8.58654 18.6247 8.16378 18.841 7.76963 18.7137C7.37548 18.5863 7.15918 18.1636 7.28652 17.7694L8.74718 13.2483ZM10.1544 13.7725L9.51562 15.7496H10.7931L10.1544 13.7725ZM15.0002 12.25C15.4144 12.25 15.7502 12.5858 15.7502 13V18C15.7502 18.4142 15.4144 18.75 15.0002 18.75C14.586 18.75 14.2502 18.4142 14.2502 18V13C14.2502 12.5858 14.586 12.25 15.0002 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C10.067 3.25 8.5 4.817 8.5 6.75V9.25C8.5 9.80228 8.05228 10.25 7.5 10.25C6.94772 10.25 6.5 9.80228 6.5 9.25V6.75C6.5 3.71243 8.96243 1.25 12 1.25C15.0376 1.25 17.5 3.71243 17.5 6.75V9.25C17.5 9.80228 17.0523 10.25 16.5 10.25C15.9477 10.25 15.5 9.80228 15.5 9.25V6.75C15.5 4.817 13.933 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.25C10.4042 8.25 8.95364 8.28422 7.52522 8.34988C5.46716 8.4445 3.79609 10.0382 3.52452 12.0552C3.37636 13.1556 3.25 14.3118 3.25 15.5C3.25 16.6882 3.37636 17.8444 3.52452 18.9448C3.79609 20.9618 5.46716 22.5555 7.52522 22.6501C8.95364 22.7158 10.4042 22.75 12 22.75C13.5958 22.75 15.0464 22.7158 16.4748 22.6501C18.5328 22.5555 20.2039 20.9618 20.4755 18.9448C20.6236 17.8444 20.75 16.6882 20.75 15.5C20.75 14.3118 20.6236 13.1556 20.4755 12.0552C20.2039 10.0382 18.5328 8.4445 16.4748 8.34989C15.0464 8.28422 13.5958 8.25 12 8.25ZM8.74718 13.2483C8.94823 12.626 9.53997 12.25 10.154 12.25C10.7681 12.25 11.3599 12.626 11.5609 13.2483L13.0216 17.7694C13.1489 18.1636 12.9326 18.5863 12.5385 18.7137C12.1443 18.841 11.7216 18.6247 11.5942 18.2306L11.2774 17.25H9.03068L8.71388 18.2306C8.58654 18.6247 8.16378 18.841 7.76963 18.7137C7.37548 18.5863 7.15918 18.1636 7.28652 17.7694L8.74718 13.2483ZM10.1544 13.7725L9.51562 15.7496H10.7931L10.1544 13.7725ZM15.0002 12.25C15.4144 12.25 15.7502 12.5858 15.7502 13V18C15.7502 18.4142 15.4144 18.75 15.0002 18.75C14.586 18.75 14.2502 18.4142 14.2502 18V13C14.2502 12.5858 14.586 12.25 15.0002 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-mail{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.62441 6.58405C5.85417 6.9287 5.76104 7.39435 5.4164 7.62412L4.1976 8.43665C3.74928 8.73553 3.45596 8.93199 3.24145 9.10594C3.03912 9.27003 2.9511 9.38007 2.8961 9.48327C2.87412 9.52449 2.85422 9.57047 2.83673 9.62723L9.2993 13.5048C10.0642 13.9637 10.5908 14.2786 11.0284 14.4844C11.4506 14.6829 11.7339 14.7515 12.0004 14.7515C12.2669 14.7515 12.5502 14.6829 12.9724 14.4844C13.41 14.2786 13.9366 13.9637 14.7015 13.5048L21.164 9.62726C21.1465 9.57049 21.1266 9.5245 21.1046 9.48327C21.0496 9.38007 20.9616 9.27003 20.7593 9.10594C20.5448 8.93198 20.2515 8.73553 19.8031 8.43665L18.5843 7.62412C18.2397 7.39435 18.1466 6.9287 18.3763 6.58405C18.6061 6.23941 19.0718 6.14628 19.4164 6.37604L20.6625 7.20679C21.0761 7.48249 21.4286 7.71749 21.7041 7.9409C21.9978 8.17909 22.2466 8.43675 22.4283 8.7777C22.6289 9.15396 22.6999 9.54114 22.7286 9.96088C22.7509 10.286 22.7496 10.6716 22.7481 11.1187L22.748 11.1432C22.7438 12.4028 22.732 13.6895 22.6995 14.9929L22.6981 15.0514C22.661 16.539 22.631 17.7391 22.4607 18.7047C22.282 19.7181 21.9387 20.5427 21.2346 21.2468C20.529 21.9524 19.6977 22.2951 18.6757 22.4737C17.7003 22.644 16.4852 22.6744 14.9766 22.7121L14.9184 22.7135C12.9673 22.7623 11.0335 22.7623 9.08238 22.7135L9.02417 22.7121C7.51556 22.6744 6.30049 22.6441 5.32512 22.4737C4.30305 22.2951 3.47177 21.9524 2.7662 21.2469C2.0621 20.5427 1.71878 19.7181 1.54005 18.7047C1.36975 17.7391 1.33982 16.539 1.30271 15.0514L1.30125 14.9929C1.26871 13.6895 1.257 12.4028 1.25276 11.1432L1.25268 11.1188C1.25117 10.6716 1.24987 10.286 1.27213 9.96084C1.30086 9.54112 1.37185 9.15395 1.5724 8.77771C1.75414 8.43675 2.00292 8.17909 2.29664 7.9409C2.57213 7.71748 2.92463 7.4825 3.33822 7.20679L4.58435 6.37604C4.92899 6.14628 5.39465 6.23941 5.62441 6.58405Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.052 1.25C15.9505 1.24997 16.6997 1.24995 17.2945 1.32991C17.9223 1.41432 18.4891 1.59999 18.9445 2.05546C19.4 2.51093 19.5857 3.07773 19.6701 3.70552C19.7501 4.3003 19.75 5.04951 19.75 5.94798V5.94801L19.75 12C19.75 12.4142 19.4142 12.75 19 12.75C18.5858 12.75 18.25 12.4142 18.25 12V6C18.25 5.03599 18.2484 4.38843 18.1835 3.90539C18.1214 3.44393 18.0142 3.24644 17.8839 3.11612C17.7536 2.9858 17.5561 2.87858 17.0946 2.81654C16.6116 2.7516 15.964 2.75 15 2.75H9C8.03599 2.75 7.38843 2.7516 6.90539 2.81654C6.44393 2.87858 6.24644 2.9858 6.11612 3.11612C5.9858 3.24644 5.87858 3.44393 5.81654 3.90539C5.7516 4.38843 5.75 5.03599 5.75 6V12C5.75 12.4142 5.41422 12.75 5 12.75C4.58579 12.75 4.25 12.4142 4.25 12L4.25 5.948V5.94797C4.24997 5.0495 4.24995 4.3003 4.32991 3.70552C4.41432 3.07773 4.59999 2.51093 5.05546 2.05546C5.51093 1.59999 6.07773 1.41432 6.70552 1.32991C7.3003 1.24995 8.04951 1.24997 8.94797 1.25H8.948H15.052H15.052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.90396 5.14752C9.09807 4.59291 9.62693 4.25 10.1877 4.25C10.7485 4.25 11.2773 4.59291 11.4714 5.14752L10.7736 5.39176L11.4714 5.14752L13.0831 9.75224C13.2199 10.1432 13.0139 10.5711 12.623 10.7079C12.232 10.8447 11.8041 10.6387 11.6673 10.2478L11.2598 9.08333H9.11565L8.7081 10.2478C8.57126 10.6387 8.1434 10.8447 7.75244 10.7079C7.36148 10.5711 7.15548 10.1432 7.29231 9.75224L8.90396 5.14752ZM9.64065 7.58333H10.7348L10.1877 6.02032L9.64065 7.58333ZM15.0002 4.25C15.4144 4.25 15.7502 4.58579 15.7502 5V10C15.7502 10.4142 15.4144 10.75 15.0002 10.75C14.586 10.75 14.2502 10.4142 14.2502 10V5C14.2502 4.58579 14.586 4.25 15.0002 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.62441 6.58405C5.85417 6.9287 5.76104 7.39435 5.4164 7.62412L4.1976 8.43665C3.74928 8.73553 3.45596 8.93199 3.24145 9.10594C3.03912 9.27003 2.9511 9.38007 2.8961 9.48327C2.87412 9.52449 2.85422 9.57047 2.83673 9.62723L9.2993 13.5048C10.0642 13.9637 10.5908 14.2786 11.0284 14.4844C11.4506 14.6829 11.7339 14.7515 12.0004 14.7515C12.2669 14.7515 12.5502 14.6829 12.9724 14.4844C13.41 14.2786 13.9366 13.9637 14.7015 13.5048L21.164 9.62726C21.1465 9.57049 21.1266 9.5245 21.1046 9.48327C21.0496 9.38007 20.9616 9.27003 20.7593 9.10594C20.5448 8.93198 20.2515 8.73553 19.8031 8.43665L18.5843 7.62412C18.2397 7.39435 18.1466 6.9287 18.3763 6.58405C18.6061 6.23941 19.0718 6.14628 19.4164 6.37604L20.6625 7.20679C21.0761 7.48249 21.4286 7.71749 21.7041 7.9409C21.9978 8.17909 22.2466 8.43675 22.4283 8.7777C22.6289 9.15396 22.6999 9.54114 22.7286 9.96088C22.7509 10.286 22.7496 10.6716 22.7481 11.1187L22.748 11.1432C22.7438 12.4028 22.732 13.6895 22.6995 14.9929L22.6981 15.0514C22.661 16.539 22.631 17.7391 22.4607 18.7047C22.282 19.7181 21.9387 20.5427 21.2346 21.2468C20.529 21.9524 19.6977 22.2951 18.6757 22.4737C17.7003 22.644 16.4852 22.6744 14.9766 22.7121L14.9184 22.7135C12.9673 22.7623 11.0335 22.7623 9.08238 22.7135L9.02417 22.7121C7.51556 22.6744 6.30049 22.6441 5.32512 22.4737C4.30305 22.2951 3.47177 21.9524 2.7662 21.2469C2.0621 20.5427 1.71878 19.7181 1.54005 18.7047C1.36975 17.7391 1.33982 16.539 1.30271 15.0514L1.30125 14.9929C1.26871 13.6895 1.257 12.4028 1.25276 11.1432L1.25268 11.1188C1.25117 10.6716 1.24987 10.286 1.27213 9.96084C1.30086 9.54112 1.37185 9.15395 1.5724 8.77771C1.75414 8.43675 2.00292 8.17909 2.29664 7.9409C2.57213 7.71748 2.92463 7.4825 3.33822 7.20679L4.58435 6.37604C4.92899 6.14628 5.39465 6.23941 5.62441 6.58405Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.052 1.25C15.9505 1.24997 16.6997 1.24995 17.2945 1.32991C17.9223 1.41432 18.4891 1.59999 18.9445 2.05546C19.4 2.51093 19.5857 3.07773 19.6701 3.70552C19.7501 4.3003 19.75 5.04951 19.75 5.94798V5.94801L19.75 12C19.75 12.4142 19.4142 12.75 19 12.75C18.5858 12.75 18.25 12.4142 18.25 12V6C18.25 5.03599 18.2484 4.38843 18.1835 3.90539C18.1214 3.44393 18.0142 3.24644 17.8839 3.11612C17.7536 2.9858 17.5561 2.87858 17.0946 2.81654C16.6116 2.7516 15.964 2.75 15 2.75H9C8.03599 2.75 7.38843 2.7516 6.90539 2.81654C6.44393 2.87858 6.24644 2.9858 6.11612 3.11612C5.9858 3.24644 5.87858 3.44393 5.81654 3.90539C5.7516 4.38843 5.75 5.03599 5.75 6V12C5.75 12.4142 5.41422 12.75 5 12.75C4.58579 12.75 4.25 12.4142 4.25 12L4.25 5.948V5.94797C4.24997 5.0495 4.24995 4.3003 4.32991 3.70552C4.41432 3.07773 4.59999 2.51093 5.05546 2.05546C5.51093 1.59999 6.07773 1.41432 6.70552 1.32991C7.3003 1.24995 8.04951 1.24997 8.94797 1.25H8.948H15.052H15.052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.90396 5.14752C9.09807 4.59291 9.62693 4.25 10.1877 4.25C10.7485 4.25 11.2773 4.59291 11.4714 5.14752L10.7736 5.39176L11.4714 5.14752L13.0831 9.75224C13.2199 10.1432 13.0139 10.5711 12.623 10.7079C12.232 10.8447 11.8041 10.6387 11.6673 10.2478L11.2598 9.08333H9.11565L8.7081 10.2478C8.57126 10.6387 8.1434 10.8447 7.75244 10.7079C7.36148 10.5711 7.15548 10.1432 7.29231 9.75224L8.90396 5.14752ZM9.64065 7.58333H10.7348L10.1877 6.02032L9.64065 7.58333ZM15.0002 4.25C15.4144 4.25 15.7502 4.58579 15.7502 5V10C15.7502 10.4142 15.4144 10.75 15.0002 10.75C14.586 10.75 14.2502 10.4142 14.2502 10V5C14.2502 4.58579 14.586 4.25 15.0002 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-network{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.75 4.75C19.75 3.92157 20.4216 3.25 21.25 3.25C22.0784 3.25 22.75 3.92157 22.75 4.75C22.75 5.30521 22.4484 5.78997 22 6.04933V9.25C22 9.28716 22 9.3238 22.0001 9.35994C22.0005 9.94935 22.0008 10.4052 21.8816 10.7983C21.615 11.6772 20.9272 12.365 20.0483 12.6316C19.6552 12.7508 19.1994 12.7505 18.6099 12.7501C18.5738 12.75 18.5372 12.75 18.5 12.75V11.25C19.2523 11.25 19.4623 11.2419 19.6129 11.1962C20.0124 11.075 20.325 10.7624 20.4462 10.3629C20.4919 10.2123 20.5 10.0023 20.5 9.25V6.04933C20.0516 5.78997 19.75 5.30521 19.75 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.39005 11.2501C5.4262 11.2501 5.46284 11.2501 5.5 11.2501V12.7501C4.74765 12.7501 4.53774 12.7582 4.38714 12.8039C3.98764 12.9251 3.67501 13.2377 3.55383 13.6372C3.50814 13.7878 3.5 13.9978 3.5 14.7501L3.5 17.9508C3.94835 18.2101 4.25 18.6949 4.25 19.2501C4.25 20.0785 3.57843 20.7501 2.75 20.7501C1.92157 20.7501 1.25 20.0785 1.25 19.2501C1.25 18.6949 1.55165 18.2101 2 17.9508V14.7501C2 14.7129 1.99997 14.6763 1.99995 14.6402C1.99951 14.0508 1.99917 13.5949 2.11841 13.2018C2.38503 12.3229 3.07281 11.6351 3.95172 11.3685C4.34481 11.2493 4.80065 11.2496 5.39005 11.2501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 2.75C3.25 1.92157 3.92157 1.25 4.75 1.25C5.30521 1.25 5.78997 1.55165 6.04933 2H9.25C9.28716 2 9.3238 1.99997 9.35995 1.99995C9.94935 1.99951 10.4052 1.99917 10.7983 2.11841C11.6772 2.38503 12.365 3.07281 12.6316 3.95172C12.7508 4.34481 12.7505 4.80065 12.7501 5.39006C12.75 5.4262 12.75 5.46284 12.75 5.5H11.25C11.25 4.74765 11.2419 4.53774 11.1962 4.38714C11.075 3.98764 10.7624 3.67501 10.3629 3.55382C10.2123 3.50814 10.0023 3.5 9.25 3.5L6.04933 3.5C5.78997 3.94835 5.30521 4.25 4.75 4.25C3.92157 4.25 3.25 3.57843 3.25 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2501 18.6099C11.2501 18.5738 11.2501 18.5372 11.2501 18.5H12.7501C12.7501 19.2523 12.7582 19.4623 12.8039 19.6129C12.9251 20.0124 13.2377 20.325 13.6372 20.4462C13.7878 20.4919 13.9978 20.5 14.7501 20.5L17.9508 20.5C18.2101 20.0516 18.6949 19.75 19.2501 19.75C20.0785 19.75 20.7501 20.4216 20.7501 21.25C20.7501 22.0784 20.0785 22.75 19.2501 22.75C18.6949 22.75 18.2101 22.4484 17.9508 22L14.7501 22C14.7129 22 14.6763 22 14.6402 22.0001C14.0508 22.0005 13.5949 22.0008 13.2018 21.8816C12.3229 21.615 11.6351 20.9272 11.3685 20.0483C11.2493 19.6552 11.2496 19.1994 11.2501 18.6099Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7139 4.82783C14.7789 4.70211 13.4776 4.70213 11.9925 4.70215H11.9925H11.9925C10.5074 4.70213 9.3168 4.70212 8.38178 4.82783C7.4136 4.95799 6.60795 5.23519 5.96943 5.87372C5.3309 6.51225 5.0537 7.31789 4.92353 8.28608C4.79782 9.22111 4.79783 10.5224 4.79785 12.0075V12.0075V12.0075C4.79783 13.4926 4.79782 14.6832 4.92353 15.6182C5.0537 16.5864 5.3309 17.392 5.96943 18.0306C6.60795 18.6691 7.4136 18.9463 8.38178 19.0765C9.31681 19.2022 10.6181 19.2022 12.1032 19.2021H12.1032C13.5883 19.2022 14.7789 19.2022 15.7139 19.0765C16.6821 18.9463 17.4878 18.6691 18.1263 18.0306C18.7648 17.392 19.042 16.5864 19.1722 15.6182C19.2979 14.6832 19.2979 13.4926 19.2979 12.0075V12.0075C19.2979 10.5224 19.2979 9.22111 19.1722 8.28608C19.042 7.31789 18.7648 6.51225 18.1263 5.87372C17.4878 5.23519 16.6821 4.95799 15.7139 4.82783ZM8.93957 9.74834C9.14062 9.12604 9.73236 8.75 10.3464 8.75C10.9605 8.75 11.5522 9.12604 11.7533 9.74834L13.214 14.2694C13.3413 14.6636 13.125 15.0863 12.7309 15.2137C12.3367 15.341 11.9139 15.1247 11.7866 14.7306L11.4698 13.75H9.22306L8.90626 14.7306C8.77892 15.1247 8.35617 15.341 7.96201 15.2137C7.56786 15.0863 7.35157 14.6636 7.47891 14.2694L8.93957 9.74834ZM10.9855 12.2496L10.3468 10.2725L9.70801 12.2496H10.9855ZM15.0001 8.75C15.4143 8.75 15.7501 9.08579 15.7501 9.5V14.5C15.7501 14.9142 15.4143 15.25 15.0001 15.25C14.5859 15.25 14.2501 14.9142 14.2501 14.5V9.5C14.2501 9.08579 14.5859 8.75 15.0001 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.75 4.75C19.75 3.92157 20.4216 3.25 21.25 3.25C22.0784 3.25 22.75 3.92157 22.75 4.75C22.75 5.30521 22.4484 5.78997 22 6.04933V9.25C22 9.28716 22 9.3238 22.0001 9.35994C22.0005 9.94935 22.0008 10.4052 21.8816 10.7983C21.615 11.6772 20.9272 12.365 20.0483 12.6316C19.6552 12.7508 19.1994 12.7505 18.6099 12.7501C18.5738 12.75 18.5372 12.75 18.5 12.75V11.25C19.2523 11.25 19.4623 11.2419 19.6129 11.1962C20.0124 11.075 20.325 10.7624 20.4462 10.3629C20.4919 10.2123 20.5 10.0023 20.5 9.25V6.04933C20.0516 5.78997 19.75 5.30521 19.75 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.39005 11.2501C5.4262 11.2501 5.46284 11.2501 5.5 11.2501V12.7501C4.74765 12.7501 4.53774 12.7582 4.38714 12.8039C3.98764 12.9251 3.67501 13.2377 3.55383 13.6372C3.50814 13.7878 3.5 13.9978 3.5 14.7501L3.5 17.9508C3.94835 18.2101 4.25 18.6949 4.25 19.2501C4.25 20.0785 3.57843 20.7501 2.75 20.7501C1.92157 20.7501 1.25 20.0785 1.25 19.2501C1.25 18.6949 1.55165 18.2101 2 17.9508V14.7501C2 14.7129 1.99997 14.6763 1.99995 14.6402C1.99951 14.0508 1.99917 13.5949 2.11841 13.2018C2.38503 12.3229 3.07281 11.6351 3.95172 11.3685C4.34481 11.2493 4.80065 11.2496 5.39005 11.2501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 2.75C3.25 1.92157 3.92157 1.25 4.75 1.25C5.30521 1.25 5.78997 1.55165 6.04933 2H9.25C9.28716 2 9.3238 1.99997 9.35995 1.99995C9.94935 1.99951 10.4052 1.99917 10.7983 2.11841C11.6772 2.38503 12.365 3.07281 12.6316 3.95172C12.7508 4.34481 12.7505 4.80065 12.7501 5.39006C12.75 5.4262 12.75 5.46284 12.75 5.5H11.25C11.25 4.74765 11.2419 4.53774 11.1962 4.38714C11.075 3.98764 10.7624 3.67501 10.3629 3.55382C10.2123 3.50814 10.0023 3.5 9.25 3.5L6.04933 3.5C5.78997 3.94835 5.30521 4.25 4.75 4.25C3.92157 4.25 3.25 3.57843 3.25 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2501 18.6099C11.2501 18.5738 11.2501 18.5372 11.2501 18.5H12.7501C12.7501 19.2523 12.7582 19.4623 12.8039 19.6129C12.9251 20.0124 13.2377 20.325 13.6372 20.4462C13.7878 20.4919 13.9978 20.5 14.7501 20.5L17.9508 20.5C18.2101 20.0516 18.6949 19.75 19.2501 19.75C20.0785 19.75 20.7501 20.4216 20.7501 21.25C20.7501 22.0784 20.0785 22.75 19.2501 22.75C18.6949 22.75 18.2101 22.4484 17.9508 22L14.7501 22C14.7129 22 14.6763 22 14.6402 22.0001C14.0508 22.0005 13.5949 22.0008 13.2018 21.8816C12.3229 21.615 11.6351 20.9272 11.3685 20.0483C11.2493 19.6552 11.2496 19.1994 11.2501 18.6099Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7139 4.82783C14.7789 4.70211 13.4776 4.70213 11.9925 4.70215H11.9925H11.9925C10.5074 4.70213 9.3168 4.70212 8.38178 4.82783C7.4136 4.95799 6.60795 5.23519 5.96943 5.87372C5.3309 6.51225 5.0537 7.31789 4.92353 8.28608C4.79782 9.22111 4.79783 10.5224 4.79785 12.0075V12.0075V12.0075C4.79783 13.4926 4.79782 14.6832 4.92353 15.6182C5.0537 16.5864 5.3309 17.392 5.96943 18.0306C6.60795 18.6691 7.4136 18.9463 8.38178 19.0765C9.31681 19.2022 10.6181 19.2022 12.1032 19.2021H12.1032C13.5883 19.2022 14.7789 19.2022 15.7139 19.0765C16.6821 18.9463 17.4878 18.6691 18.1263 18.0306C18.7648 17.392 19.042 16.5864 19.1722 15.6182C19.2979 14.6832 19.2979 13.4926 19.2979 12.0075V12.0075C19.2979 10.5224 19.2979 9.22111 19.1722 8.28608C19.042 7.31789 18.7648 6.51225 18.1263 5.87372C17.4878 5.23519 16.6821 4.95799 15.7139 4.82783ZM8.93957 9.74834C9.14062 9.12604 9.73236 8.75 10.3464 8.75C10.9605 8.75 11.5522 9.12604 11.7533 9.74834L13.214 14.2694C13.3413 14.6636 13.125 15.0863 12.7309 15.2137C12.3367 15.341 11.9139 15.1247 11.7866 14.7306L11.4698 13.75H9.22306L8.90626 14.7306C8.77892 15.1247 8.35617 15.341 7.96201 15.2137C7.56786 15.0863 7.35157 14.6636 7.47891 14.2694L8.93957 9.74834ZM10.9855 12.2496L10.3468 10.2725L9.70801 12.2496H10.9855ZM15.0001 8.75C15.4143 8.75 15.7501 9.08579 15.7501 9.5V14.5C15.7501 14.9142 15.4143 15.25 15.0001 15.25C14.5859 15.25 14.2501 14.9142 14.2501 14.5V9.5C14.2501 9.08579 14.5859 8.75 15.0001 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-phone-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 1.25C13.9142 1.25 14.25 1.58579 14.25 2V3.25H15.75V2C15.75 1.58579 16.0858 1.25 16.5 1.25C16.9142 1.25 17.25 1.58579 17.25 2V3.30087C17.5896 3.35268 17.9437 3.4688 18.2374 3.76256C18.5312 4.05633 18.6473 4.41037 18.6991 4.75H20C20.4142 4.75 20.75 5.08579 20.75 5.5C20.75 5.91421 20.4142 6.25 20 6.25H18.75V7.75H20C20.4142 7.75 20.75 8.08579 20.75 8.5C20.75 8.91421 20.4142 9.25 20 9.25H18.6991C18.6473 9.58963 18.5312 9.94367 18.2374 10.2374C17.9437 10.5312 17.5896 10.6473 17.25 10.6991V12C17.25 12.4142 16.9142 12.75 16.5 12.75C16.0858 12.75 15.75 12.4142 15.75 12V10.75H14.25V12C14.25 12.4142 13.9142 12.75 13.5 12.75C13.0858 12.75 12.75 12.4142 12.75 12V10.6991C12.4104 10.6473 12.0563 10.5312 11.7626 10.2374C11.4688 9.94367 11.3527 9.58963 11.3009 9.25H10C9.58579 9.25 9.25 8.91421 9.25 8.5C9.25 8.08579 9.58579 7.75 10 7.75H11.25V6.25H10C9.58579 6.25 9.25 5.91421 9.25 5.5C9.25 5.08579 9.58579 4.75 10 4.75H11.3009C11.3527 4.41037 11.4688 4.05633 11.7626 3.76256C12.0563 3.4688 12.4104 3.35268 12.75 3.30087V2C12.75 1.58579 13.0858 1.25 13.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 2.26847C11.25 1.92215 11.3282 1.57326 11.468 1.25012L11.0549 1.25H9.9451H9.94508C8.57751 1.24998 7.47521 1.24997 6.60825 1.36653C5.70814 1.48754 4.95027 1.74644 4.34835 2.34835C3.74644 2.95027 3.48754 3.70814 3.36653 4.60825C3.24997 5.47521 3.24998 6.57754 3.25 7.94511V7.94513V16.0549V16.0549C3.24998 17.4225 3.24997 18.5248 3.36653 19.3918C3.48754 20.2919 3.74644 21.0497 4.34835 21.6517C4.95027 22.2536 5.70814 22.5125 6.60825 22.6335C7.47522 22.75 8.57754 22.75 9.94513 22.75H11.0549C12.4225 22.75 13.5248 22.75 14.3918 22.6335C15.2919 22.5125 16.0497 22.2536 16.6517 21.6517C17.2536 21.0497 17.5125 20.2919 17.6335 19.3918C17.75 18.5248 17.75 17.4225 17.75 16.0549V16.0549V13.8711C17.3925 14.1104 16.9625 14.25 16.5 14.25C15.9237 14.25 15.3981 14.0334 15 13.6771C14.6019 14.0334 14.0763 14.25 13.5 14.25C12.2574 14.25 11.25 12.9742 11.25 11.7315C11.0635 11.6168 10.8784 11.4746 10.7019 11.2981C10.5254 11.1216 10.3833 10.9365 10.2685 10.75C9.02583 10.75 7.75 9.74264 7.75 8.5C7.75 7.92374 7.96664 7.39807 8.32292 7C7.96664 6.60193 7.75 6.07627 7.75 5.5C7.75 4.25736 9.02583 3.25 10.2685 3.25C10.3833 3.06351 10.5254 2.87839 10.7019 2.7019C10.8784 2.52542 11.0635 2.38325 11.25 2.26847ZM10.4912 18C9.93893 18 9.49121 18.4477 9.49121 19C9.49121 19.5523 9.93893 20 10.4912 20H10.5002C11.0525 20 11.5002 19.5523 11.5002 19C11.5002 18.4477 11.0525 18 10.5002 18H10.4912Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 1.25C13.9142 1.25 14.25 1.58579 14.25 2V3.25H15.75V2C15.75 1.58579 16.0858 1.25 16.5 1.25C16.9142 1.25 17.25 1.58579 17.25 2V3.30087C17.5896 3.35268 17.9437 3.4688 18.2374 3.76256C18.5312 4.05633 18.6473 4.41037 18.6991 4.75H20C20.4142 4.75 20.75 5.08579 20.75 5.5C20.75 5.91421 20.4142 6.25 20 6.25H18.75V7.75H20C20.4142 7.75 20.75 8.08579 20.75 8.5C20.75 8.91421 20.4142 9.25 20 9.25H18.6991C18.6473 9.58963 18.5312 9.94367 18.2374 10.2374C17.9437 10.5312 17.5896 10.6473 17.25 10.6991V12C17.25 12.4142 16.9142 12.75 16.5 12.75C16.0858 12.75 15.75 12.4142 15.75 12V10.75H14.25V12C14.25 12.4142 13.9142 12.75 13.5 12.75C13.0858 12.75 12.75 12.4142 12.75 12V10.6991C12.4104 10.6473 12.0563 10.5312 11.7626 10.2374C11.4688 9.94367 11.3527 9.58963 11.3009 9.25H10C9.58579 9.25 9.25 8.91421 9.25 8.5C9.25 8.08579 9.58579 7.75 10 7.75H11.25V6.25H10C9.58579 6.25 9.25 5.91421 9.25 5.5C9.25 5.08579 9.58579 4.75 10 4.75H11.3009C11.3527 4.41037 11.4688 4.05633 11.7626 3.76256C12.0563 3.4688 12.4104 3.35268 12.75 3.30087V2C12.75 1.58579 13.0858 1.25 13.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 2.26847C11.25 1.92215 11.3282 1.57326 11.468 1.25012L11.0549 1.25H9.9451H9.94508C8.57751 1.24998 7.47521 1.24997 6.60825 1.36653C5.70814 1.48754 4.95027 1.74644 4.34835 2.34835C3.74644 2.95027 3.48754 3.70814 3.36653 4.60825C3.24997 5.47521 3.24998 6.57754 3.25 7.94511V7.94513V16.0549V16.0549C3.24998 17.4225 3.24997 18.5248 3.36653 19.3918C3.48754 20.2919 3.74644 21.0497 4.34835 21.6517C4.95027 22.2536 5.70814 22.5125 6.60825 22.6335C7.47522 22.75 8.57754 22.75 9.94513 22.75H11.0549C12.4225 22.75 13.5248 22.75 14.3918 22.6335C15.2919 22.5125 16.0497 22.2536 16.6517 21.6517C17.2536 21.0497 17.5125 20.2919 17.6335 19.3918C17.75 18.5248 17.75 17.4225 17.75 16.0549V16.0549V13.8711C17.3925 14.1104 16.9625 14.25 16.5 14.25C15.9237 14.25 15.3981 14.0334 15 13.6771C14.6019 14.0334 14.0763 14.25 13.5 14.25C12.2574 14.25 11.25 12.9742 11.25 11.7315C11.0635 11.6168 10.8784 11.4746 10.7019 11.2981C10.5254 11.1216 10.3833 10.9365 10.2685 10.75C9.02583 10.75 7.75 9.74264 7.75 8.5C7.75 7.92374 7.96664 7.39807 8.32292 7C7.96664 6.60193 7.75 6.07627 7.75 5.5C7.75 4.25736 9.02583 3.25 10.2685 3.25C10.3833 3.06351 10.5254 2.87839 10.7019 2.7019C10.8784 2.52542 11.0635 2.38325 11.25 2.26847ZM10.4912 18C9.93893 18 9.49121 18.4477 9.49121 19C9.49121 19.5523 9.93893 20 10.4912 20H10.5002C11.0525 20 11.5002 19.5523 11.5002 19C11.5002 18.4477 11.0525 18 10.5002 18H10.4912Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-phone-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.75 6.75C18.75 5.92157 19.4216 5.25 20.25 5.25C21.0784 5.25 21.75 5.92157 21.75 6.75C21.75 7.57843 21.0784 8.25 20.25 8.25C20.1156 8.25 19.9854 8.23233 19.8615 8.19919L18.5303 9.53033C18.3897 9.67098 18.1989 9.75 18 9.75L16 9.75C15.5858 9.75 15.25 9.41421 15.25 9C15.25 8.58579 15.5858 8.25 16 8.25L17.6893 8.25L18.8008 7.13853C18.7677 7.01461 18.75 6.88437 18.75 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.25 15C15.25 14.5858 15.5858 14.25 16 14.25L18 14.25C18.1989 14.25 18.3897 14.329 18.5303 14.4697L19.8615 15.8008C19.9854 15.7677 20.1156 15.75 20.25 15.75C21.0784 15.75 21.75 16.4216 21.75 17.25C21.75 18.0784 21.0784 18.75 20.25 18.75C19.4216 18.75 18.75 18.0784 18.75 17.25C18.75 17.1156 18.7677 16.9854 18.8008 16.8615L17.6893 15.75L16 15.75C15.5858 15.75 15.25 15.4142 15.25 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9507 11.25C19.21 10.8016 19.6948 10.5 20.25 10.5C21.0784 10.5 21.75 11.1716 21.75 12C21.75 12.8284 21.0784 13.5 20.25 13.5C19.6948 13.5 19.21 13.1984 18.9507 12.75L12 12.75C11.5858 12.75 11.25 12.4142 11.25 12C11.25 11.5858 11.5858 11.25 12 11.25L18.9507 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.209 1.38583C12.2673 1.24996 11.0695 1.24998 9.58197 1.25H9.58196C8.09443 1.24998 6.77894 1.24996 5.83721 1.38583C4.85577 1.52743 4.04413 1.82967 3.4066 2.51382C2.77606 3.19045 2.50391 4.03925 2.37523 5.06631C2.24997 6.06606 2.24999 7.34213 2.25 8.94758V8.94759V15.0524V15.0524C2.24999 16.6579 2.24997 17.9339 2.37523 18.9337C2.50391 19.9608 2.77606 20.8095 3.4066 21.4862C4.04413 22.1703 4.85577 22.4726 5.83721 22.6142C6.77893 22.75 7.97674 22.75 9.46423 22.75H9.46426H9.46428H9.58194H9.58197H9.58199C11.0695 22.75 12.2673 22.75 13.209 22.6142C14.1905 22.4726 15.0021 22.1703 15.6396 21.4862C16.4385 20.629 16.6666 19.4888 16.7488 18.0425L16.75 18.0213V17.25H16C14.7574 17.25 13.75 16.2426 13.75 15C13.75 14.737 13.7951 14.4846 13.878 14.25H12C10.7574 14.25 9.75 13.2426 9.75 12C9.75 10.7574 10.7574 9.75 12 9.75H13.878C13.7951 9.51542 13.75 9.26298 13.75 9C13.75 7.75736 14.7574 6.75 16 6.75H16.75V5.97871L16.7488 5.95746C16.6666 4.51125 16.4385 3.37103 15.6396 2.51382C15.0021 1.82967 14.1905 1.52743 13.209 1.38583ZM9.5 18C8.94772 18 8.5 18.4477 8.5 19C8.5 19.5523 8.94772 20 9.5 20H9.50898C10.0613 20 10.509 19.5523 10.509 19C10.509 18.4477 10.0613 18 9.50898 18H9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.75 6.75C18.75 5.92157 19.4216 5.25 20.25 5.25C21.0784 5.25 21.75 5.92157 21.75 6.75C21.75 7.57843 21.0784 8.25 20.25 8.25C20.1156 8.25 19.9854 8.23233 19.8615 8.19919L18.5303 9.53033C18.3897 9.67098 18.1989 9.75 18 9.75L16 9.75C15.5858 9.75 15.25 9.41421 15.25 9C15.25 8.58579 15.5858 8.25 16 8.25L17.6893 8.25L18.8008 7.13853C18.7677 7.01461 18.75 6.88437 18.75 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.25 15C15.25 14.5858 15.5858 14.25 16 14.25L18 14.25C18.1989 14.25 18.3897 14.329 18.5303 14.4697L19.8615 15.8008C19.9854 15.7677 20.1156 15.75 20.25 15.75C21.0784 15.75 21.75 16.4216 21.75 17.25C21.75 18.0784 21.0784 18.75 20.25 18.75C19.4216 18.75 18.75 18.0784 18.75 17.25C18.75 17.1156 18.7677 16.9854 18.8008 16.8615L17.6893 15.75L16 15.75C15.5858 15.75 15.25 15.4142 15.25 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9507 11.25C19.21 10.8016 19.6948 10.5 20.25 10.5C21.0784 10.5 21.75 11.1716 21.75 12C21.75 12.8284 21.0784 13.5 20.25 13.5C19.6948 13.5 19.21 13.1984 18.9507 12.75L12 12.75C11.5858 12.75 11.25 12.4142 11.25 12C11.25 11.5858 11.5858 11.25 12 11.25L18.9507 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.209 1.38583C12.2673 1.24996 11.0695 1.24998 9.58197 1.25H9.58196C8.09443 1.24998 6.77894 1.24996 5.83721 1.38583C4.85577 1.52743 4.04413 1.82967 3.4066 2.51382C2.77606 3.19045 2.50391 4.03925 2.37523 5.06631C2.24997 6.06606 2.24999 7.34213 2.25 8.94758V8.94759V15.0524V15.0524C2.24999 16.6579 2.24997 17.9339 2.37523 18.9337C2.50391 19.9608 2.77606 20.8095 3.4066 21.4862C4.04413 22.1703 4.85577 22.4726 5.83721 22.6142C6.77893 22.75 7.97674 22.75 9.46423 22.75H9.46426H9.46428H9.58194H9.58197H9.58199C11.0695 22.75 12.2673 22.75 13.209 22.6142C14.1905 22.4726 15.0021 22.1703 15.6396 21.4862C16.4385 20.629 16.6666 19.4888 16.7488 18.0425L16.75 18.0213V17.25H16C14.7574 17.25 13.75 16.2426 13.75 15C13.75 14.737 13.7951 14.4846 13.878 14.25H12C10.7574 14.25 9.75 13.2426 9.75 12C9.75 10.7574 10.7574 9.75 12 9.75H13.878C13.7951 9.51542 13.75 9.26298 13.75 9C13.75 7.75736 14.7574 6.75 16 6.75H16.75V5.97871L16.7488 5.95746C16.6666 4.51125 16.4385 3.37103 15.6396 2.51382C15.0021 1.82967 14.1905 1.52743 13.209 1.38583ZM9.5 18C8.94772 18 8.5 18.4477 8.5 19C8.5 19.5523 8.94772 20 9.5 20H9.50898C10.0613 20 10.509 19.5523 10.509 19C10.509 18.4477 10.0613 18 9.50898 18H9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 11.0227C1.25 5.6254 5.6254 1.25 11.0227 1.25C16.4201 1.25 20.7955 5.6254 20.7955 11.0227C20.7955 13.3694 19.9683 15.5229 18.5897 17.2076L22.4638 21.0817C22.8454 21.4633 22.8454 22.0821 22.4638 22.4638C22.0821 22.8454 21.4633 22.8454 21.0817 22.4638L17.2076 18.5897C15.5229 19.9683 13.3694 20.7955 11.0227 20.7955C5.6254 20.7955 1.25 16.4201 1.25 11.0227ZM11.0227 3.20455C6.70486 3.20455 3.20455 6.70486 3.20455 11.0227C3.20455 15.3406 6.70486 18.8409 11.0227 18.8409C15.3406 18.8409 18.8409 15.3406 18.8409 11.0227C18.8409 6.70486 15.3406 3.20455 11.0227 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.63058 8.23717C7.82709 7.64764 8.37879 7.25 9.0002 7.25C9.62162 7.25 10.1733 7.64764 10.3698 8.23717L9.65832 8.47434L10.3698 8.23717L12.2117 13.7628C12.3427 14.1558 12.1303 14.5805 11.7374 14.7115C11.3444 14.8425 10.9197 14.6301 10.7887 14.2372L10.293 12.75H7.70744L7.21172 14.2372C7.08073 14.6301 6.65599 14.8425 6.26303 14.7115C5.87008 14.5805 5.65771 14.1558 5.78869 13.7628L7.63058 8.23717ZM8.20744 11.25H9.79297L9.0002 8.87171L8.20744 11.25ZM14.5002 7.25C14.9144 7.25 15.2502 7.58579 15.2502 8V14C15.2502 14.4142 14.9144 14.75 14.5002 14.75C14.086 14.75 13.7502 14.4142 13.7502 14V8C13.7502 7.58579 14.086 7.25 14.5002 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 11.0227C1.25 5.6254 5.6254 1.25 11.0227 1.25C16.4201 1.25 20.7955 5.6254 20.7955 11.0227C20.7955 13.3694 19.9683 15.5229 18.5897 17.2076L22.4638 21.0817C22.8454 21.4633 22.8454 22.0821 22.4638 22.4638C22.0821 22.8454 21.4633 22.8454 21.0817 22.4638L17.2076 18.5897C15.5229 19.9683 13.3694 20.7955 11.0227 20.7955C5.6254 20.7955 1.25 16.4201 1.25 11.0227ZM11.0227 3.20455C6.70486 3.20455 3.20455 6.70486 3.20455 11.0227C3.20455 15.3406 6.70486 18.8409 11.0227 18.8409C15.3406 18.8409 18.8409 15.3406 18.8409 11.0227C18.8409 6.70486 15.3406 3.20455 11.0227 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.63058 8.23717C7.82709 7.64764 8.37879 7.25 9.0002 7.25C9.62162 7.25 10.1733 7.64764 10.3698 8.23717L9.65832 8.47434L10.3698 8.23717L12.2117 13.7628C12.3427 14.1558 12.1303 14.5805 11.7374 14.7115C11.3444 14.8425 10.9197 14.6301 10.7887 14.2372L10.293 12.75H7.70744L7.21172 14.2372C7.08073 14.6301 6.65599 14.8425 6.26303 14.7115C5.87008 14.5805 5.65771 14.1558 5.78869 13.7628L7.63058 8.23717ZM8.20744 11.25H9.79297L9.0002 8.87171L8.20744 11.25ZM14.5002 7.25C14.9144 7.25 15.2502 7.58579 15.2502 8V14C15.2502 14.4142 14.9144 14.75 14.5002 14.75C14.086 14.75 13.7502 14.4142 13.7502 14V8C13.7502 7.58579 14.086 7.25 14.5002 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-security-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9985 1.25C10.3867 1.25 9.07948 1.82495 7.94845 2.44345C7.60356 2.63206 7.28455 2.81782 6.98063 2.99479C6.24184 3.42498 5.59226 3.80324 4.87699 4.04413C4.45481 4.18631 4.07585 4.31393 3.80771 4.42484C3.55387 4.52984 3.24849 4.67545 3.03312 4.92811C2.84288 5.15129 2.74669 5.3994 2.6831 5.63457C2.62487 5.84993 2.57513 6.14122 2.52688 6.42385C1.35899 13.2609 3.90365 19.7706 10.1942 22.3128C10.8076 22.5608 11.2755 22.75 12.0016 22.75C12.7277 22.75 13.1957 22.5608 13.809 22.3128C20.0994 19.7705 22.6415 13.2606 21.4733 6.4238C21.425 6.14112 21.3752 5.8498 21.317 5.63441C21.2534 5.39922 21.1572 5.15108 20.9669 4.92789C20.7515 4.67524 20.4461 4.52967 20.1922 4.4247C19.9241 4.31383 19.5452 4.18628 19.123 4.04418C18.4073 3.80327 17.7572 3.42491 17.0178 2.99465C16.7138 2.81771 16.3947 2.63199 16.0497 2.44344C14.9181 1.82495 13.6104 1.25 11.9985 1.25ZM11.2505 6.5C11.2505 6.08579 10.9147 5.75 10.5005 5.75C10.0863 5.75 9.75049 6.08579 9.75049 6.5V7.80087C9.41086 7.85268 9.05682 7.9688 8.76305 8.26256C8.46929 8.55633 8.35316 8.91037 8.30136 9.25H7.00049C6.58627 9.25 6.25049 9.58579 6.25049 10C6.25049 10.4142 6.58627 10.75 7.00049 10.75H8.25049V12.25H7.00049C6.58627 12.25 6.25049 12.5858 6.25049 13C6.25049 13.4142 6.58627 13.75 7.00049 13.75H8.30136C8.35316 14.0896 8.46929 14.4437 8.76305 14.7374C9.05682 15.0312 9.41086 15.1473 9.75049 15.1991V16.5C9.75049 16.9142 10.0863 17.25 10.5005 17.25C10.9147 17.25 11.2505 16.9142 11.2505 16.5V15.25H12.7505V16.5C12.7505 16.9142 13.0863 17.25 13.5005 17.25C13.9147 17.25 14.2505 16.9142 14.2505 16.5V15.1991C14.5901 15.1473 14.9442 15.0312 15.2379 14.7374C15.5317 14.4437 15.6478 14.0896 15.6996 13.75H17.0005C17.4147 13.75 17.7505 13.4142 17.7505 13C17.7505 12.5858 17.4147 12.25 17.0005 12.25H15.7505V10.75H17.0005C17.4147 10.75 17.7505 10.4142 17.7505 10C17.7505 9.58579 17.4147 9.25 17.0005 9.25H15.6996C15.6478 8.91037 15.5317 8.55633 15.2379 8.26256C14.9442 7.9688 14.5901 7.85268 14.2505 7.80087V6.5C14.2505 6.08579 13.9147 5.75 13.5005 5.75C13.0863 5.75 12.7505 6.08579 12.7505 6.5V7.75H11.2505V6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9985 1.25C10.3867 1.25 9.07948 1.82495 7.94845 2.44345C7.60356 2.63206 7.28455 2.81782 6.98063 2.99479C6.24184 3.42498 5.59226 3.80324 4.87699 4.04413C4.45481 4.18631 4.07585 4.31393 3.80771 4.42484C3.55387 4.52984 3.24849 4.67545 3.03312 4.92811C2.84288 5.15129 2.74669 5.3994 2.6831 5.63457C2.62487 5.84993 2.57513 6.14122 2.52688 6.42385C1.35899 13.2609 3.90365 19.7706 10.1942 22.3128C10.8076 22.5608 11.2755 22.75 12.0016 22.75C12.7277 22.75 13.1957 22.5608 13.809 22.3128C20.0994 19.7705 22.6415 13.2606 21.4733 6.4238C21.425 6.14112 21.3752 5.8498 21.317 5.63441C21.2534 5.39922 21.1572 5.15108 20.9669 4.92789C20.7515 4.67524 20.4461 4.52967 20.1922 4.4247C19.9241 4.31383 19.5452 4.18628 19.123 4.04418C18.4073 3.80327 17.7572 3.42491 17.0178 2.99465C16.7138 2.81771 16.3947 2.63199 16.0497 2.44344C14.9181 1.82495 13.6104 1.25 11.9985 1.25ZM11.2505 6.5C11.2505 6.08579 10.9147 5.75 10.5005 5.75C10.0863 5.75 9.75049 6.08579 9.75049 6.5V7.80087C9.41086 7.85268 9.05682 7.9688 8.76305 8.26256C8.46929 8.55633 8.35316 8.91037 8.30136 9.25H7.00049C6.58627 9.25 6.25049 9.58579 6.25049 10C6.25049 10.4142 6.58627 10.75 7.00049 10.75H8.25049V12.25H7.00049C6.58627 12.25 6.25049 12.5858 6.25049 13C6.25049 13.4142 6.58627 13.75 7.00049 13.75H8.30136C8.35316 14.0896 8.46929 14.4437 8.76305 14.7374C9.05682 15.0312 9.41086 15.1473 9.75049 15.1991V16.5C9.75049 16.9142 10.0863 17.25 10.5005 17.25C10.9147 17.25 11.2505 16.9142 11.2505 16.5V15.25H12.7505V16.5C12.7505 16.9142 13.0863 17.25 13.5005 17.25C13.9147 17.25 14.2505 16.9142 14.2505 16.5V15.1991C14.5901 15.1473 14.9442 15.0312 15.2379 14.7374C15.5317 14.4437 15.6478 14.0896 15.6996 13.75H17.0005C17.4147 13.75 17.7505 13.4142 17.7505 13C17.7505 12.5858 17.4147 12.25 17.0005 12.25H15.7505V10.75H17.0005C17.4147 10.75 17.7505 10.4142 17.7505 10C17.7505 9.58579 17.4147 9.25 17.0005 9.25H15.6996C15.6478 8.91037 15.5317 8.55633 15.2379 8.26256C14.9442 7.9688 14.5901 7.85268 14.2505 7.80087V6.5C14.2505 6.08579 13.9147 5.75 13.5005 5.75C13.0863 5.75 12.7505 6.08579 12.7505 6.5V7.75H11.2505V6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-security-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9985 1.25C10.3867 1.25 9.07948 1.82495 7.94845 2.44345C7.60356 2.63206 7.28455 2.81782 6.98063 2.99479C6.24184 3.42498 5.59226 3.80324 4.87699 4.04413C4.45481 4.18631 4.07585 4.31393 3.80771 4.42484C3.55387 4.52984 3.24849 4.67545 3.03312 4.92811C2.84288 5.15129 2.74669 5.3994 2.6831 5.63457C2.62487 5.84993 2.57513 6.14122 2.52688 6.42385C1.35899 13.2609 3.90365 19.7706 10.1942 22.3128C10.8076 22.5608 11.2755 22.75 12.0016 22.75C12.7277 22.75 13.1957 22.5608 13.809 22.3128C20.0994 19.7705 22.6415 13.2606 21.4733 6.4238C21.425 6.14112 21.3752 5.8498 21.317 5.63441C21.2534 5.39922 21.1572 5.15108 20.9669 4.92789C20.7515 4.67524 20.4461 4.52967 20.1922 4.4247C19.9241 4.31383 19.5452 4.18628 19.123 4.04418C18.4073 3.80327 17.7572 3.42491 17.0178 2.99465C16.7138 2.81771 16.3947 2.63199 16.0497 2.44344C14.9181 1.82495 13.6104 1.25 11.9985 1.25ZM10.0007 7.75C9.37927 7.75 8.82757 8.14764 8.63107 8.73717L6.78918 14.2628C6.65819 14.6558 6.87056 15.0805 7.26352 15.2115C7.65648 15.3425 8.08122 15.1301 8.2122 14.7372L8.70793 13.25H11.2935L11.7892 14.7372C11.9202 15.1301 12.3449 15.3425 12.7379 15.2115C13.1308 15.0805 13.3432 14.6558 13.2122 14.2628L11.3703 8.73717C11.1738 8.14764 10.6221 7.75 10.0007 7.75ZM10.0007 9.37171L10.7935 11.75H9.20793L10.0007 9.37171ZM16.2507 8.5C16.2507 8.08579 15.9149 7.75 15.5007 7.75C15.0865 7.75 14.7507 8.08579 14.7507 8.5V14.5C14.7507 14.9142 15.0865 15.25 15.5007 15.25C15.9149 15.25 16.2507 14.9142 16.2507 14.5V8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9985 1.25C10.3867 1.25 9.07948 1.82495 7.94845 2.44345C7.60356 2.63206 7.28455 2.81782 6.98063 2.99479C6.24184 3.42498 5.59226 3.80324 4.87699 4.04413C4.45481 4.18631 4.07585 4.31393 3.80771 4.42484C3.55387 4.52984 3.24849 4.67545 3.03312 4.92811C2.84288 5.15129 2.74669 5.3994 2.6831 5.63457C2.62487 5.84993 2.57513 6.14122 2.52688 6.42385C1.35899 13.2609 3.90365 19.7706 10.1942 22.3128C10.8076 22.5608 11.2755 22.75 12.0016 22.75C12.7277 22.75 13.1957 22.5608 13.809 22.3128C20.0994 19.7705 22.6415 13.2606 21.4733 6.4238C21.425 6.14112 21.3752 5.8498 21.317 5.63441C21.2534 5.39922 21.1572 5.15108 20.9669 4.92789C20.7515 4.67524 20.4461 4.52967 20.1922 4.4247C19.9241 4.31383 19.5452 4.18628 19.123 4.04418C18.4073 3.80327 17.7572 3.42491 17.0178 2.99465C16.7138 2.81771 16.3947 2.63199 16.0497 2.44344C14.9181 1.82495 13.6104 1.25 11.9985 1.25ZM10.0007 7.75C9.37927 7.75 8.82757 8.14764 8.63107 8.73717L6.78918 14.2628C6.65819 14.6558 6.87056 15.0805 7.26352 15.2115C7.65648 15.3425 8.08122 15.1301 8.2122 14.7372L8.70793 13.25H11.2935L11.7892 14.7372C11.9202 15.1301 12.3449 15.3425 12.7379 15.2115C13.1308 15.0805 13.3432 14.6558 13.2122 14.2628L11.3703 8.73717C11.1738 8.14764 10.6221 7.75 10.0007 7.75ZM10.0007 9.37171L10.7935 11.75H9.20793L10.0007 9.37171ZM16.2507 8.5C16.2507 8.08579 15.9149 7.75 15.5007 7.75C15.0865 7.75 14.7507 8.08579 14.7507 8.5V14.5C14.7507 14.9142 15.0865 15.25 15.5007 15.25C15.9149 15.25 16.2507 14.9142 16.2507 14.5V8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-smartwatch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.75 6.75C18.75 5.92157 19.4216 5.25 20.25 5.25C21.0784 5.25 21.75 5.92157 21.75 6.75C21.75 7.57843 21.0784 8.25 20.25 8.25C20.1156 8.25 19.9854 8.23233 19.8615 8.19919L18.5303 9.53033C18.3897 9.67098 18.1989 9.75 18 9.75L16 9.75C15.5858 9.75 15.25 9.41421 15.25 9C15.25 8.58579 15.5858 8.25 16 8.25L17.6893 8.25L18.8008 7.13853C18.7677 7.01461 18.75 6.88437 18.75 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.25 15C15.25 14.5858 15.5858 14.25 16 14.25L18 14.25C18.1989 14.25 18.3897 14.329 18.5303 14.4697L19.8615 15.8008C19.9854 15.7677 20.1156 15.75 20.25 15.75C21.0784 15.75 21.75 16.4216 21.75 17.25C21.75 18.0784 21.0784 18.75 20.25 18.75C19.4216 18.75 18.75 18.0784 18.75 17.25C18.75 17.1156 18.7677 16.9854 18.8008 16.8615L17.6893 15.75L16 15.75C15.5858 15.75 15.25 15.4142 15.25 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9507 11.25C19.21 10.8016 19.6948 10.5 20.25 10.5C21.0784 10.5 21.75 11.1716 21.75 12C21.75 12.8284 21.0784 13.5 20.25 13.5C19.6948 13.5 19.21 13.1984 18.9507 12.75L12 12.75C11.5858 12.75 11.25 12.4142 11.25 12C11.25 11.5858 11.5858 11.25 12 11.25L18.9507 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7261 1.30124C10.2615 1.24995 9.69726 1.24998 9.05135 1.25001H9.05128C9.01881 1.25002 8.9865 1.25001 8.95436 1.25001C8.31362 1.24992 7.74007 1.24984 7.27437 1.30124C6.77421 1.35644 6.28862 1.47932 5.84159 1.79219C5.32721 2.15219 4.98749 2.67118 4.77076 3.256C4.60831 3.69434 4.4715 4.24173 4.31487 4.86839C4.31075 4.88484 4.30663 4.90135 4.30249 4.91791L4.03009 6.00748C3.89615 6.54328 4.22191 7.08621 4.7577 7.22016C5.2935 7.35411 5.83643 7.02835 5.97038 6.49255L6.24277 5.40298C6.41544 4.71232 6.5266 4.2735 6.64612 3.951C6.78946 3.5642 6.87455 3.50723 6.96273 3.44819C6.97123 3.44249 6.97977 3.43678 6.98839 3.43074C7.0578 3.38216 7.17523 3.32432 7.49378 3.28916C7.83564 3.25143 8.28832 3.25002 9.00024 3.25002C9.71215 3.25002 10.1648 3.25143 10.5067 3.28916C10.8252 3.32432 10.9427 3.38216 11.0121 3.43074C11.0207 3.43678 11.0292 3.44249 11.0377 3.44819C11.1259 3.50722 11.211 3.5642 11.3544 3.951C11.4739 4.2735 11.585 4.71232 11.7577 5.40298L12.0301 6.49255C12.164 7.02835 12.707 7.35411 13.2428 7.22016C13.7786 7.08621 14.1043 6.54328 13.9704 6.00748L13.698 4.91791L13.6854 4.86739C13.5288 4.24115 13.3921 3.69411 13.2297 3.256C13.013 2.67118 12.6733 2.15219 12.1589 1.79219C11.7119 1.47932 11.2263 1.35644 10.7261 1.30124ZM5.97038 17.5077C5.83643 16.9719 5.2935 16.6462 4.7577 16.7801C4.22191 16.9141 3.89615 17.457 4.03009 17.9928L4.30249 19.0824L4.3149 19.132C4.47151 19.7586 4.60832 20.306 4.77076 20.7443C4.98749 21.3291 5.32721 21.8481 5.8416 22.2081C6.28862 22.5209 6.77421 22.6438 7.27437 22.699C7.73902 22.7503 8.30324 22.7503 8.94918 22.7503H8.9492L9.00024 22.7503L9.05129 22.7503H9.05131C9.69724 22.7503 10.2615 22.7503 10.7261 22.699C11.2263 22.6438 11.7119 22.5209 12.1589 22.2081C12.6733 21.8481 13.013 21.3291 13.2297 20.7443C13.3922 20.3059 13.529 19.7586 13.6856 19.1319L13.6856 19.1319L13.6856 19.1319L13.9704 17.9928C14.1043 17.457 13.7786 16.9141 13.2428 16.7801C12.707 16.6462 12.164 16.9719 12.0301 17.5077L11.7577 18.5973C11.585 19.2879 11.4739 19.7268 11.3544 20.0493C11.211 20.4361 11.1259 20.493 11.0377 20.5521C11.0292 20.5578 11.0207 20.5635 11.0121 20.5695C10.9427 20.6181 10.8252 20.6759 10.5067 20.7111C10.1648 20.7488 9.71215 20.7503 9.00024 20.7503C8.28832 20.7503 7.83564 20.7488 7.49378 20.7111C7.17523 20.6759 7.0578 20.6181 6.98839 20.5695C6.97977 20.5635 6.97123 20.5578 6.96273 20.5521C6.87456 20.493 6.78946 20.4361 6.64612 20.0493C6.5266 19.7268 6.41544 19.2879 6.24277 18.5973L5.97038 17.5077Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1076 6.93393C14.9829 6.72486 14.8328 6.52954 14.6517 6.34835C14.0497 5.74644 13.2919 5.48754 12.3918 5.36653C11.5248 5.24997 10.4225 5.24998 9.05491 5.25H8.94513C7.57755 5.24998 6.47521 5.24997 5.60825 5.36653C4.70814 5.48754 3.95027 5.74644 3.34835 6.34835C2.74644 6.95027 2.48754 7.70814 2.36653 8.60825C2.24997 9.47521 2.24998 10.5775 2.25 11.9451V12.0549C2.24998 13.4225 2.24997 14.5248 2.36653 15.3918C2.48754 16.2919 2.74644 17.0497 3.34835 17.6517C3.95027 18.2536 4.70814 18.5125 5.60825 18.6335C6.47522 18.75 7.57753 18.75 8.94512 18.75H9.05487C10.4225 18.75 11.5248 18.75 12.3918 18.6335C13.2919 18.5125 14.0497 18.2536 14.6517 17.6517C14.8328 17.4705 14.9829 17.2751 15.1076 17.0661C14.3089 16.7206 13.75 15.9256 13.75 15C13.75 14.737 13.7951 14.4846 13.878 14.25H12C10.7574 14.25 9.75 13.2426 9.75 12C9.75 10.7574 10.7574 9.75 12 9.75H13.878C13.7951 9.51542 13.75 9.26298 13.75 9C13.75 8.07443 14.3089 7.2794 15.1076 6.93393Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.75 6.75C18.75 5.92157 19.4216 5.25 20.25 5.25C21.0784 5.25 21.75 5.92157 21.75 6.75C21.75 7.57843 21.0784 8.25 20.25 8.25C20.1156 8.25 19.9854 8.23233 19.8615 8.19919L18.5303 9.53033C18.3897 9.67098 18.1989 9.75 18 9.75L16 9.75C15.5858 9.75 15.25 9.41421 15.25 9C15.25 8.58579 15.5858 8.25 16 8.25L17.6893 8.25L18.8008 7.13853C18.7677 7.01461 18.75 6.88437 18.75 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.25 15C15.25 14.5858 15.5858 14.25 16 14.25L18 14.25C18.1989 14.25 18.3897 14.329 18.5303 14.4697L19.8615 15.8008C19.9854 15.7677 20.1156 15.75 20.25 15.75C21.0784 15.75 21.75 16.4216 21.75 17.25C21.75 18.0784 21.0784 18.75 20.25 18.75C19.4216 18.75 18.75 18.0784 18.75 17.25C18.75 17.1156 18.7677 16.9854 18.8008 16.8615L17.6893 15.75L16 15.75C15.5858 15.75 15.25 15.4142 15.25 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9507 11.25C19.21 10.8016 19.6948 10.5 20.25 10.5C21.0784 10.5 21.75 11.1716 21.75 12C21.75 12.8284 21.0784 13.5 20.25 13.5C19.6948 13.5 19.21 13.1984 18.9507 12.75L12 12.75C11.5858 12.75 11.25 12.4142 11.25 12C11.25 11.5858 11.5858 11.25 12 11.25L18.9507 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7261 1.30124C10.2615 1.24995 9.69726 1.24998 9.05135 1.25001H9.05128C9.01881 1.25002 8.9865 1.25001 8.95436 1.25001C8.31362 1.24992 7.74007 1.24984 7.27437 1.30124C6.77421 1.35644 6.28862 1.47932 5.84159 1.79219C5.32721 2.15219 4.98749 2.67118 4.77076 3.256C4.60831 3.69434 4.4715 4.24173 4.31487 4.86839C4.31075 4.88484 4.30663 4.90135 4.30249 4.91791L4.03009 6.00748C3.89615 6.54328 4.22191 7.08621 4.7577 7.22016C5.2935 7.35411 5.83643 7.02835 5.97038 6.49255L6.24277 5.40298C6.41544 4.71232 6.5266 4.2735 6.64612 3.951C6.78946 3.5642 6.87455 3.50723 6.96273 3.44819C6.97123 3.44249 6.97977 3.43678 6.98839 3.43074C7.0578 3.38216 7.17523 3.32432 7.49378 3.28916C7.83564 3.25143 8.28832 3.25002 9.00024 3.25002C9.71215 3.25002 10.1648 3.25143 10.5067 3.28916C10.8252 3.32432 10.9427 3.38216 11.0121 3.43074C11.0207 3.43678 11.0292 3.44249 11.0377 3.44819C11.1259 3.50722 11.211 3.5642 11.3544 3.951C11.4739 4.2735 11.585 4.71232 11.7577 5.40298L12.0301 6.49255C12.164 7.02835 12.707 7.35411 13.2428 7.22016C13.7786 7.08621 14.1043 6.54328 13.9704 6.00748L13.698 4.91791L13.6854 4.86739C13.5288 4.24115 13.3921 3.69411 13.2297 3.256C13.013 2.67118 12.6733 2.15219 12.1589 1.79219C11.7119 1.47932 11.2263 1.35644 10.7261 1.30124ZM5.97038 17.5077C5.83643 16.9719 5.2935 16.6462 4.7577 16.7801C4.22191 16.9141 3.89615 17.457 4.03009 17.9928L4.30249 19.0824L4.3149 19.132C4.47151 19.7586 4.60832 20.306 4.77076 20.7443C4.98749 21.3291 5.32721 21.8481 5.8416 22.2081C6.28862 22.5209 6.77421 22.6438 7.27437 22.699C7.73902 22.7503 8.30324 22.7503 8.94918 22.7503H8.9492L9.00024 22.7503L9.05129 22.7503H9.05131C9.69724 22.7503 10.2615 22.7503 10.7261 22.699C11.2263 22.6438 11.7119 22.5209 12.1589 22.2081C12.6733 21.8481 13.013 21.3291 13.2297 20.7443C13.3922 20.3059 13.529 19.7586 13.6856 19.1319L13.6856 19.1319L13.6856 19.1319L13.9704 17.9928C14.1043 17.457 13.7786 16.9141 13.2428 16.7801C12.707 16.6462 12.164 16.9719 12.0301 17.5077L11.7577 18.5973C11.585 19.2879 11.4739 19.7268 11.3544 20.0493C11.211 20.4361 11.1259 20.493 11.0377 20.5521C11.0292 20.5578 11.0207 20.5635 11.0121 20.5695C10.9427 20.6181 10.8252 20.6759 10.5067 20.7111C10.1648 20.7488 9.71215 20.7503 9.00024 20.7503C8.28832 20.7503 7.83564 20.7488 7.49378 20.7111C7.17523 20.6759 7.0578 20.6181 6.98839 20.5695C6.97977 20.5635 6.97123 20.5578 6.96273 20.5521C6.87456 20.493 6.78946 20.4361 6.64612 20.0493C6.5266 19.7268 6.41544 19.2879 6.24277 18.5973L5.97038 17.5077Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1076 6.93393C14.9829 6.72486 14.8328 6.52954 14.6517 6.34835C14.0497 5.74644 13.2919 5.48754 12.3918 5.36653C11.5248 5.24997 10.4225 5.24998 9.05491 5.25H8.94513C7.57755 5.24998 6.47521 5.24997 5.60825 5.36653C4.70814 5.48754 3.95027 5.74644 3.34835 6.34835C2.74644 6.95027 2.48754 7.70814 2.36653 8.60825C2.24997 9.47521 2.24998 10.5775 2.25 11.9451V12.0549C2.24998 13.4225 2.24997 14.5248 2.36653 15.3918C2.48754 16.2919 2.74644 17.0497 3.34835 17.6517C3.95027 18.2536 4.70814 18.5125 5.60825 18.6335C6.47522 18.75 7.57753 18.75 8.94512 18.75H9.05487C10.4225 18.75 11.5248 18.75 12.3918 18.6335C13.2919 18.5125 14.0497 18.2536 14.6517 17.6517C14.8328 17.4705 14.9829 17.2751 15.1076 17.0661C14.3089 16.7206 13.75 15.9256 13.75 15C13.75 14.737 13.7951 14.4846 13.878 14.25H12C10.7574 14.25 9.75 13.2426 9.75 12C9.75 10.7574 10.7574 9.75 12 9.75H13.878C13.7951 9.51542 13.75 9.26298 13.75 9C13.75 8.07443 14.3089 7.2794 15.1076 6.93393Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-ai-view{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 2.75C3.25 1.92157 3.92157 1.25 4.75 1.25C5.57843 1.25 6.25 1.92157 6.25 2.75C6.25 2.88437 6.23233 3.01461 6.19919 3.13853L7.53033 4.46967C7.67098 4.61032 7.75 4.80109 7.75 5L7.75 8C7.75 8.41421 7.41421 8.75 7 8.75C6.58578 8.75 6.25 8.41421 6.25 8L6.25 5.31066L5.13853 4.19919C5.01461 4.23233 4.88437 4.25 4.75 4.25C3.92157 4.25 3.25 3.57843 3.25 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 2.75C17.75 1.92157 18.4216 1.25 19.25 1.25C20.0784 1.25 20.75 1.92157 20.75 2.75C20.75 3.57843 20.0784 4.25 19.25 4.25C19.1156 4.25 18.9854 4.23233 18.8615 4.19919L17.75 5.31066L17.75 8C17.75 8.41421 17.4142 8.75 17 8.75C16.5858 8.75 16.25 8.41421 16.25 8L16.25 5C16.25 4.80109 16.329 4.61032 16.4697 4.46967L17.8008 3.13853C17.7677 3.01461 17.75 2.88437 17.75 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 2.75C10.5 1.92157 11.1716 1.25 12 1.25C12.8284 1.25 13.5 1.92157 13.5 2.75C13.5 3.30521 13.1984 3.78997 12.75 4.04933L12.75 7C12.75 7.41421 12.4142 7.75 12 7.75C11.5858 7.75 11.25 7.41421 11.25 7V4.04933C10.8016 3.78997 10.5 3.30521 10.5 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.6237 16.4165L22.6157 16.4274C22.4793 16.6122 22.0973 17.1297 21.8574 17.4176C21.3687 18.0041 20.6521 18.786 19.7381 19.5694C17.922 21.1261 15.2534 22.75 12 22.75C8.74657 22.75 6.07801 21.1261 4.26191 19.5694C3.34794 18.786 2.63134 18.0041 2.14258 17.4176C1.90294 17.1301 1.5213 16.6129 1.38444 16.4275L1.38443 16.4275L1.37596 16.416C1.20801 16.1641 1.20801 15.8359 1.37596 15.584L1.38443 15.5725C1.52128 15.3871 1.90293 14.8699 2.14258 14.5824C2.63134 13.9959 3.34794 13.214 4.26191 12.4306C6.07801 10.8739 8.74657 9.25 12 9.25C15.2534 9.25 17.922 10.8739 19.7381 12.4306C20.6521 13.214 21.3687 13.9959 21.8574 14.5824C22.0971 14.8699 22.4787 15.3871 22.6156 15.5725L22.624 15.584C22.792 15.8359 22.7917 16.1646 22.6237 16.4165ZM12 19.75C9.92893 19.75 8.25 18.0711 8.25 16C8.25 13.9289 9.92893 12.25 12 12.25C14.0711 12.25 15.75 13.9289 15.75 16C15.75 18.0711 14.0711 19.75 12 19.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 2.75C3.25 1.92157 3.92157 1.25 4.75 1.25C5.57843 1.25 6.25 1.92157 6.25 2.75C6.25 2.88437 6.23233 3.01461 6.19919 3.13853L7.53033 4.46967C7.67098 4.61032 7.75 4.80109 7.75 5L7.75 8C7.75 8.41421 7.41421 8.75 7 8.75C6.58578 8.75 6.25 8.41421 6.25 8L6.25 5.31066L5.13853 4.19919C5.01461 4.23233 4.88437 4.25 4.75 4.25C3.92157 4.25 3.25 3.57843 3.25 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 2.75C17.75 1.92157 18.4216 1.25 19.25 1.25C20.0784 1.25 20.75 1.92157 20.75 2.75C20.75 3.57843 20.0784 4.25 19.25 4.25C19.1156 4.25 18.9854 4.23233 18.8615 4.19919L17.75 5.31066L17.75 8C17.75 8.41421 17.4142 8.75 17 8.75C16.5858 8.75 16.25 8.41421 16.25 8L16.25 5C16.25 4.80109 16.329 4.61032 16.4697 4.46967L17.8008 3.13853C17.7677 3.01461 17.75 2.88437 17.75 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 2.75C10.5 1.92157 11.1716 1.25 12 1.25C12.8284 1.25 13.5 1.92157 13.5 2.75C13.5 3.30521 13.1984 3.78997 12.75 4.04933L12.75 7C12.75 7.41421 12.4142 7.75 12 7.75C11.5858 7.75 11.25 7.41421 11.25 7V4.04933C10.8016 3.78997 10.5 3.30521 10.5 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.6237 16.4165L22.6157 16.4274C22.4793 16.6122 22.0973 17.1297 21.8574 17.4176C21.3687 18.0041 20.6521 18.786 19.7381 19.5694C17.922 21.1261 15.2534 22.75 12 22.75C8.74657 22.75 6.07801 21.1261 4.26191 19.5694C3.34794 18.786 2.63134 18.0041 2.14258 17.4176C1.90294 17.1301 1.5213 16.6129 1.38444 16.4275L1.38443 16.4275L1.37596 16.416C1.20801 16.1641 1.20801 15.8359 1.37596 15.584L1.38443 15.5725C1.52128 15.3871 1.90293 14.8699 2.14258 14.5824C2.63134 13.9959 3.34794 13.214 4.26191 12.4306C6.07801 10.8739 8.74657 9.25 12 9.25C15.2534 9.25 17.922 10.8739 19.7381 12.4306C20.6521 13.214 21.3687 13.9959 21.8574 14.5824C22.0971 14.8699 22.4787 15.3871 22.6156 15.5725L22.624 15.584C22.792 15.8359 22.7917 16.1646 22.6237 16.4165ZM12 19.75C9.92893 19.75 8.25 18.0711 8.25 16C8.25 13.9289 9.92893 12.25 12 12.25C14.0711 12.25 15.75 13.9289 15.75 16C15.75 18.0711 14.0711 19.75 12 19.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-algorithm{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6185 3.25H13.3815L13.3815 3.25C13.9688 3.24996 14.4829 3.24993 14.8963 3.30551C15.3426 3.3655 15.782 3.50236 16.1398 3.8602C16.4976 4.21804 16.6345 4.65745 16.6945 5.10371C16.7501 5.51712 16.75 6.03125 16.75 6.61852V6.61853V9.38148V9.38149C16.75 9.96876 16.7501 10.4829 16.6945 10.8963C16.6345 11.3426 16.4976 11.782 16.1398 12.1398C15.782 12.4976 15.3426 12.6345 14.8963 12.6945C14.4829 12.7501 13.9688 12.75 13.3815 12.75H13.3815H10.6185H10.6185C10.0313 12.75 9.51712 12.7501 9.10371 12.6945C8.65745 12.6345 8.21804 12.4976 7.8602 12.1398C7.50236 11.782 7.3655 11.3426 7.30551 10.8963C7.24993 10.4829 7.24996 9.96876 7.25 9.38149L7.25 9.38148L7.25 6.61853L7.25 6.61852C7.24996 6.03125 7.24993 5.51712 7.30551 5.10371C7.3655 4.65745 7.50236 4.21804 7.8602 3.8602C8.21804 3.50236 8.65745 3.3655 9.10371 3.30551C9.51712 3.24993 10.0313 3.24996 10.6185 3.25L10.6185 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 1.25C10.9142 1.25 11.25 1.58579 11.25 2V4C11.25 4.41421 10.9142 4.75 10.5 4.75C10.0858 4.75 9.75 4.41421 9.75 4V2C9.75 1.58579 10.0858 1.25 10.5 1.25ZM13.5 1.25C13.9142 1.25 14.25 1.58579 14.25 2V4C14.25 4.41421 13.9142 4.75 13.5 4.75C13.0858 4.75 12.75 4.41421 12.75 4V2C12.75 1.58579 13.0858 1.25 13.5 1.25ZM5.25 6.5C5.25 6.08579 5.58579 5.75 6 5.75H8C8.41421 5.75 8.75 6.08579 8.75 6.5C8.75 6.91421 8.41421 7.25 8 7.25H6C5.58579 7.25 5.25 6.91421 5.25 6.5ZM15.25 6.5C15.25 6.08579 15.5858 5.75 16 5.75H18C18.4142 5.75 18.75 6.08579 18.75 6.5C18.75 6.91421 18.4142 7.25 18 7.25H16C15.5858 7.25 15.25 6.91421 15.25 6.5ZM5.25 9.5C5.25 9.08579 5.58579 8.75 6 8.75H8C8.41421 8.75 8.75 9.08579 8.75 9.5C8.75 9.91421 8.41421 10.25 8 10.25H6C5.58579 10.25 5.25 9.91421 5.25 9.5ZM15.25 9.5C15.25 9.08579 15.5858 8.75 16 8.75H18C18.4142 8.75 18.75 9.08579 18.75 9.5C18.75 9.91421 18.4142 10.25 18 10.25H16C15.5858 10.25 15.25 9.91421 15.25 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.50007 18.25C4.71433 18.25 4.9329 18.25 5.09821 18.2613C5.27585 18.2734 5.47119 18.301 5.6697 18.3832C6.0985 18.5608 6.43918 18.9015 6.61679 19.3303C6.69901 19.5288 6.72663 19.7241 6.73875 19.9018C6.75003 20.0671 6.75002 20.3075 6.75 20.5218V20.5218C6.75002 20.736 6.75003 20.9329 6.73875 21.0982C6.72663 21.2759 6.69901 21.4712 6.61679 21.6697C6.43918 22.0985 6.0985 22.4392 5.6697 22.6168C5.47119 22.699 5.27585 22.7266 5.09821 22.7387C4.93289 22.75 4.69251 22.75 4.47824 22.75H4.47823C4.26396 22.75 4.06712 22.75 3.90179 22.7387C3.72415 22.7266 3.52881 22.699 3.33031 22.6168C2.90151 22.4392 2.56083 22.0985 2.38321 21.6697C2.30099 21.4712 2.27338 21.2759 2.26126 21.0982C2.24998 20.9329 2.24999 20.7361 2.25 20.5218V20.5218C2.24999 20.3075 2.24998 20.0671 2.26126 19.9018C2.27338 19.7241 2.30099 19.5288 2.38321 19.3303C2.56083 18.9015 2.90151 18.5608 3.33031 18.3832C3.52881 18.301 3.72415 18.2734 3.90179 18.2613C4.0671 18.25 4.28568 18.25 4.49993 18.25H4.5H4.50007Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 18.25C12.2143 18.25 12.4329 18.25 12.5982 18.2613C12.7759 18.2734 12.9712 18.301 13.1697 18.3832C13.5985 18.5608 13.9392 18.9015 14.1168 19.3303C14.199 19.5288 14.2266 19.7241 14.2387 19.9018C14.25 20.0671 14.25 20.3075 14.25 20.5218V20.5218C14.25 20.736 14.25 20.9329 14.2387 21.0982C14.2266 21.2759 14.199 21.4712 14.1168 21.6697C13.9392 22.0985 13.5985 22.4392 13.1697 22.6168C12.9712 22.699 12.7759 22.7266 12.5982 22.7387C12.4329 22.75 12.1925 22.75 11.9782 22.75C11.764 22.75 11.5671 22.75 11.4018 22.7387C11.2242 22.7266 11.0288 22.699 10.8303 22.6168C10.4015 22.4392 10.0608 22.0985 9.88321 21.6697C9.80099 21.4712 9.77338 21.2759 9.76126 21.0982C9.74998 20.9329 9.74999 20.7361 9.75 20.5218V20.5218C9.74999 20.3075 9.74998 20.0671 9.76126 19.9018C9.77338 19.7241 9.80099 19.5288 9.88321 19.3303C10.0608 18.9015 10.4015 18.5608 10.8303 18.3832C11.0288 18.301 11.2242 18.2734 11.4018 18.2613C11.5671 18.25 11.7857 18.25 12 18.25H12H12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 11.25C12.4142 11.25 12.75 11.5858 12.75 12V14.75L16.0384 14.75C16.7079 14.75 17.2667 14.75 17.719 14.796C18.1925 14.8441 18.6318 14.9489 19.0278 15.2135C19.3281 15.4141 19.5859 15.6719 19.7865 15.9722C20.0511 16.3682 20.1559 16.8075 20.204 17.281C20.25 17.7333 20.25 18.2921 20.25 18.9616V19C20.25 19.4142 19.9142 19.75 19.5 19.75C19.0858 19.75 18.75 19.4142 18.75 19C18.75 18.2822 18.7491 17.8002 18.7117 17.4328C18.6756 17.078 18.6118 16.914 18.5393 16.8055C18.4481 16.669 18.331 16.5519 18.1945 16.4607C18.086 16.3882 17.922 16.3244 17.5672 16.2883C17.1998 16.2509 16.7178 16.25 16 16.25H12.75V19C12.75 19.4142 12.4142 19.75 12 19.75C11.5858 19.75 11.25 19.4142 11.25 19V16.25H8C7.28216 16.25 6.80023 16.2509 6.43283 16.2883C6.07796 16.3244 5.91399 16.3882 5.80554 16.4607C5.66905 16.5519 5.55186 16.669 5.46066 16.8055C5.3882 16.914 5.32438 17.078 5.28828 17.4328C5.25091 17.8002 5.25 18.2822 5.25 19C5.25 19.4142 4.91421 19.75 4.5 19.75C4.08579 19.75 3.75 19.4142 3.75 19L3.75 18.9617C3.74998 18.2921 3.74997 17.7334 3.79598 17.281C3.84415 16.8075 3.94886 16.3682 4.21346 15.9722C4.4141 15.6719 4.67191 15.4141 4.97218 15.2135C5.36818 14.9489 5.80755 14.8441 6.28102 14.796C6.73335 14.75 7.29208 14.75 7.96165 14.75L11.25 14.75V12C11.25 11.5858 11.5858 11.25 12 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5001 18.25C19.7143 18.25 19.9329 18.25 20.0982 18.2613C20.2759 18.2734 20.4712 18.301 20.6697 18.3832C21.0985 18.5608 21.4392 18.9015 21.6168 19.3303C21.699 19.5288 21.7266 19.7241 21.7387 19.9018C21.75 20.0671 21.75 20.3075 21.75 20.5218V20.5218C21.75 20.736 21.75 20.9329 21.7387 21.0982C21.7266 21.2759 21.699 21.4712 21.6168 21.6697C21.4392 22.0985 21.0985 22.4392 20.6697 22.6168C20.4712 22.699 20.2759 22.7266 20.0982 22.7387C19.9329 22.75 19.6925 22.75 19.4782 22.75H19.4782C19.264 22.75 19.0671 22.75 18.9018 22.7387C18.7241 22.7266 18.5288 22.699 18.3303 22.6168C17.9015 22.4392 17.5608 22.0985 17.3832 21.6697C17.301 21.4712 17.2734 21.2759 17.2613 21.0982C17.25 20.9329 17.25 20.7361 17.25 20.5218V20.5218C17.25 20.3075 17.25 20.0671 17.2613 19.9018C17.2734 19.7241 17.301 19.5288 17.3832 19.3303C17.5608 18.9015 17.9015 18.5608 18.3303 18.3832C18.5288 18.301 18.7241 18.2734 18.9018 18.2613C19.0671 18.25 19.2857 18.25 19.4999 18.25H19.5H19.5001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6185 3.25H13.3815L13.3815 3.25C13.9688 3.24996 14.4829 3.24993 14.8963 3.30551C15.3426 3.3655 15.782 3.50236 16.1398 3.8602C16.4976 4.21804 16.6345 4.65745 16.6945 5.10371C16.7501 5.51712 16.75 6.03125 16.75 6.61852V6.61853V9.38148V9.38149C16.75 9.96876 16.7501 10.4829 16.6945 10.8963C16.6345 11.3426 16.4976 11.782 16.1398 12.1398C15.782 12.4976 15.3426 12.6345 14.8963 12.6945C14.4829 12.7501 13.9688 12.75 13.3815 12.75H13.3815H10.6185H10.6185C10.0313 12.75 9.51712 12.7501 9.10371 12.6945C8.65745 12.6345 8.21804 12.4976 7.8602 12.1398C7.50236 11.782 7.3655 11.3426 7.30551 10.8963C7.24993 10.4829 7.24996 9.96876 7.25 9.38149L7.25 9.38148L7.25 6.61853L7.25 6.61852C7.24996 6.03125 7.24993 5.51712 7.30551 5.10371C7.3655 4.65745 7.50236 4.21804 7.8602 3.8602C8.21804 3.50236 8.65745 3.3655 9.10371 3.30551C9.51712 3.24993 10.0313 3.24996 10.6185 3.25L10.6185 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 1.25C10.9142 1.25 11.25 1.58579 11.25 2V4C11.25 4.41421 10.9142 4.75 10.5 4.75C10.0858 4.75 9.75 4.41421 9.75 4V2C9.75 1.58579 10.0858 1.25 10.5 1.25ZM13.5 1.25C13.9142 1.25 14.25 1.58579 14.25 2V4C14.25 4.41421 13.9142 4.75 13.5 4.75C13.0858 4.75 12.75 4.41421 12.75 4V2C12.75 1.58579 13.0858 1.25 13.5 1.25ZM5.25 6.5C5.25 6.08579 5.58579 5.75 6 5.75H8C8.41421 5.75 8.75 6.08579 8.75 6.5C8.75 6.91421 8.41421 7.25 8 7.25H6C5.58579 7.25 5.25 6.91421 5.25 6.5ZM15.25 6.5C15.25 6.08579 15.5858 5.75 16 5.75H18C18.4142 5.75 18.75 6.08579 18.75 6.5C18.75 6.91421 18.4142 7.25 18 7.25H16C15.5858 7.25 15.25 6.91421 15.25 6.5ZM5.25 9.5C5.25 9.08579 5.58579 8.75 6 8.75H8C8.41421 8.75 8.75 9.08579 8.75 9.5C8.75 9.91421 8.41421 10.25 8 10.25H6C5.58579 10.25 5.25 9.91421 5.25 9.5ZM15.25 9.5C15.25 9.08579 15.5858 8.75 16 8.75H18C18.4142 8.75 18.75 9.08579 18.75 9.5C18.75 9.91421 18.4142 10.25 18 10.25H16C15.5858 10.25 15.25 9.91421 15.25 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.50007 18.25C4.71433 18.25 4.9329 18.25 5.09821 18.2613C5.27585 18.2734 5.47119 18.301 5.6697 18.3832C6.0985 18.5608 6.43918 18.9015 6.61679 19.3303C6.69901 19.5288 6.72663 19.7241 6.73875 19.9018C6.75003 20.0671 6.75002 20.3075 6.75 20.5218V20.5218C6.75002 20.736 6.75003 20.9329 6.73875 21.0982C6.72663 21.2759 6.69901 21.4712 6.61679 21.6697C6.43918 22.0985 6.0985 22.4392 5.6697 22.6168C5.47119 22.699 5.27585 22.7266 5.09821 22.7387C4.93289 22.75 4.69251 22.75 4.47824 22.75H4.47823C4.26396 22.75 4.06712 22.75 3.90179 22.7387C3.72415 22.7266 3.52881 22.699 3.33031 22.6168C2.90151 22.4392 2.56083 22.0985 2.38321 21.6697C2.30099 21.4712 2.27338 21.2759 2.26126 21.0982C2.24998 20.9329 2.24999 20.7361 2.25 20.5218V20.5218C2.24999 20.3075 2.24998 20.0671 2.26126 19.9018C2.27338 19.7241 2.30099 19.5288 2.38321 19.3303C2.56083 18.9015 2.90151 18.5608 3.33031 18.3832C3.52881 18.301 3.72415 18.2734 3.90179 18.2613C4.0671 18.25 4.28568 18.25 4.49993 18.25H4.5H4.50007Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 18.25C12.2143 18.25 12.4329 18.25 12.5982 18.2613C12.7759 18.2734 12.9712 18.301 13.1697 18.3832C13.5985 18.5608 13.9392 18.9015 14.1168 19.3303C14.199 19.5288 14.2266 19.7241 14.2387 19.9018C14.25 20.0671 14.25 20.3075 14.25 20.5218V20.5218C14.25 20.736 14.25 20.9329 14.2387 21.0982C14.2266 21.2759 14.199 21.4712 14.1168 21.6697C13.9392 22.0985 13.5985 22.4392 13.1697 22.6168C12.9712 22.699 12.7759 22.7266 12.5982 22.7387C12.4329 22.75 12.1925 22.75 11.9782 22.75C11.764 22.75 11.5671 22.75 11.4018 22.7387C11.2242 22.7266 11.0288 22.699 10.8303 22.6168C10.4015 22.4392 10.0608 22.0985 9.88321 21.6697C9.80099 21.4712 9.77338 21.2759 9.76126 21.0982C9.74998 20.9329 9.74999 20.7361 9.75 20.5218V20.5218C9.74999 20.3075 9.74998 20.0671 9.76126 19.9018C9.77338 19.7241 9.80099 19.5288 9.88321 19.3303C10.0608 18.9015 10.4015 18.5608 10.8303 18.3832C11.0288 18.301 11.2242 18.2734 11.4018 18.2613C11.5671 18.25 11.7857 18.25 12 18.25H12H12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 11.25C12.4142 11.25 12.75 11.5858 12.75 12V14.75L16.0384 14.75C16.7079 14.75 17.2667 14.75 17.719 14.796C18.1925 14.8441 18.6318 14.9489 19.0278 15.2135C19.3281 15.4141 19.5859 15.6719 19.7865 15.9722C20.0511 16.3682 20.1559 16.8075 20.204 17.281C20.25 17.7333 20.25 18.2921 20.25 18.9616V19C20.25 19.4142 19.9142 19.75 19.5 19.75C19.0858 19.75 18.75 19.4142 18.75 19C18.75 18.2822 18.7491 17.8002 18.7117 17.4328C18.6756 17.078 18.6118 16.914 18.5393 16.8055C18.4481 16.669 18.331 16.5519 18.1945 16.4607C18.086 16.3882 17.922 16.3244 17.5672 16.2883C17.1998 16.2509 16.7178 16.25 16 16.25H12.75V19C12.75 19.4142 12.4142 19.75 12 19.75C11.5858 19.75 11.25 19.4142 11.25 19V16.25H8C7.28216 16.25 6.80023 16.2509 6.43283 16.2883C6.07796 16.3244 5.91399 16.3882 5.80554 16.4607C5.66905 16.5519 5.55186 16.669 5.46066 16.8055C5.3882 16.914 5.32438 17.078 5.28828 17.4328C5.25091 17.8002 5.25 18.2822 5.25 19C5.25 19.4142 4.91421 19.75 4.5 19.75C4.08579 19.75 3.75 19.4142 3.75 19L3.75 18.9617C3.74998 18.2921 3.74997 17.7334 3.79598 17.281C3.84415 16.8075 3.94886 16.3682 4.21346 15.9722C4.4141 15.6719 4.67191 15.4141 4.97218 15.2135C5.36818 14.9489 5.80755 14.8441 6.28102 14.796C6.73335 14.75 7.29208 14.75 7.96165 14.75L11.25 14.75V12C11.25 11.5858 11.5858 11.25 12 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5001 18.25C19.7143 18.25 19.9329 18.25 20.0982 18.2613C20.2759 18.2734 20.4712 18.301 20.6697 18.3832C21.0985 18.5608 21.4392 18.9015 21.6168 19.3303C21.699 19.5288 21.7266 19.7241 21.7387 19.9018C21.75 20.0671 21.75 20.3075 21.75 20.5218V20.5218C21.75 20.736 21.75 20.9329 21.7387 21.0982C21.7266 21.2759 21.699 21.4712 21.6168 21.6697C21.4392 22.0985 21.0985 22.4392 20.6697 22.6168C20.4712 22.699 20.2759 22.7266 20.0982 22.7387C19.9329 22.75 19.6925 22.75 19.4782 22.75H19.4782C19.264 22.75 19.0671 22.75 18.9018 22.7387C18.7241 22.7266 18.5288 22.699 18.3303 22.6168C17.9015 22.4392 17.5608 22.0985 17.3832 21.6697C17.301 21.4712 17.2734 21.2759 17.2613 21.0982C17.25 20.9329 17.25 20.7361 17.25 20.5218V20.5218C17.25 20.3075 17.25 20.0671 17.2613 19.9018C17.2734 19.7241 17.301 19.5288 17.3832 19.3303C17.5608 18.9015 17.9015 18.5608 18.3303 18.3832C18.5288 18.301 18.7241 18.2734 18.9018 18.2613C19.0671 18.25 19.2857 18.25 19.4999 18.25H19.5H19.5001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-artificial-intelligence-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 1.25C5.91421 1.25 6.25 1.58579 6.25 2V3.25004H7.75V2C7.75 1.58579 8.08579 1.25 8.5 1.25C8.91421 1.25 9.25 1.58579 9.25 2V3.30091C9.58963 3.35272 9.94367 3.46884 10.2374 3.7626C10.5312 4.05636 10.6473 4.41038 10.6991 4.75H12C12.4142 4.75 12.75 5.08579 12.75 5.5C12.75 5.91421 12.4142 6.25 12 6.25H10.75V7.75H12C12.4142 7.75 12.75 8.08579 12.75 8.5C12.75 8.91421 12.4142 9.25 12 9.25H10.6991C10.6473 9.58964 10.5312 9.9437 10.2374 10.2375C9.94367 10.5312 9.58963 10.6474 9.25 10.6992V12C9.25 12.4142 8.91421 12.75 8.5 12.75C8.08579 12.75 7.75 12.4142 7.75 12V10.75H6.25V12C6.25 12.4142 5.91421 12.75 5.5 12.75C5.08579 12.75 4.75 12.4142 4.75 12V10.6992C4.41037 10.6474 4.05633 10.5312 3.76256 10.2375C3.46879 9.9437 3.35267 9.58964 3.30086 9.25H2C1.58579 9.25 1.25 8.91421 1.25 8.5C1.25 8.08579 1.58579 7.75 2 7.75H3.25V6.25H2C1.58579 6.25 1.25 5.91421 1.25 5.5C1.25 5.08579 1.58579 4.75 2 4.75H3.30087C3.35268 4.41038 3.46881 4.05636 3.76256 3.7626C4.05633 3.46884 4.41037 3.35272 4.75 3.30091V2C4.75 1.58579 5.08579 1.25 5.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.27197 10.8829C2.45549 13.5235 3.77844 15.8502 5.75006 17.3744V22C5.75006 22.4142 6.08584 22.75 6.50006 22.75H16.0001C16.4143 22.75 16.7501 22.4142 16.7501 22V21.5C16.7501 20.8308 17.3501 20.1305 18.2547 19.6834C19.3046 19.1644 20.3977 18.2128 20.542 16.9141L20.7004 15.4883L22.3355 14.6708C22.5279 14.5746 22.6697 14.4004 22.7249 14.1925C22.7801 13.9846 22.7434 13.763 22.6241 13.584L20.2471 10.0185C20.1244 5.15495 16.1432 1.25 11.2501 1.25C11.0123 1.25 10.7767 1.25922 10.5436 1.27732C10.6761 1.5928 10.7501 1.93187 10.7501 2.26851C10.9366 2.38329 11.1217 2.52545 11.2982 2.70194C11.4746 2.87842 11.6168 3.06352 11.7316 3.25C12.9742 3.25 14.2501 4.25736 14.2501 5.5C14.2501 6.07627 14.0334 6.60193 13.6771 7C14.0334 7.39807 14.2501 7.92373 14.2501 8.5C14.2501 9.74264 12.9743 10.75 11.7316 10.75C11.6168 10.9365 11.4747 11.1216 11.2982 11.2981C11.1217 11.4746 10.9365 11.6168 10.7501 11.7316C10.7501 12.9742 9.7427 14.25 8.50006 14.25C7.92379 14.25 7.39812 14.0334 7.00006 13.6771C6.60199 14.0334 6.07632 14.25 5.50006 14.25C4.25741 14.25 3.25006 12.9742 3.25006 11.7316C3.06356 11.6168 2.87845 11.4746 2.70196 11.2981C2.65266 11.2488 2.59507 11.1951 2.53518 11.1393C2.44599 11.0562 2.35169 10.9682 2.27197 10.8829Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 1.25C5.91421 1.25 6.25 1.58579 6.25 2V3.25004H7.75V2C7.75 1.58579 8.08579 1.25 8.5 1.25C8.91421 1.25 9.25 1.58579 9.25 2V3.30091C9.58963 3.35272 9.94367 3.46884 10.2374 3.7626C10.5312 4.05636 10.6473 4.41038 10.6991 4.75H12C12.4142 4.75 12.75 5.08579 12.75 5.5C12.75 5.91421 12.4142 6.25 12 6.25H10.75V7.75H12C12.4142 7.75 12.75 8.08579 12.75 8.5C12.75 8.91421 12.4142 9.25 12 9.25H10.6991C10.6473 9.58964 10.5312 9.9437 10.2374 10.2375C9.94367 10.5312 9.58963 10.6474 9.25 10.6992V12C9.25 12.4142 8.91421 12.75 8.5 12.75C8.08579 12.75 7.75 12.4142 7.75 12V10.75H6.25V12C6.25 12.4142 5.91421 12.75 5.5 12.75C5.08579 12.75 4.75 12.4142 4.75 12V10.6992C4.41037 10.6474 4.05633 10.5312 3.76256 10.2375C3.46879 9.9437 3.35267 9.58964 3.30086 9.25H2C1.58579 9.25 1.25 8.91421 1.25 8.5C1.25 8.08579 1.58579 7.75 2 7.75H3.25V6.25H2C1.58579 6.25 1.25 5.91421 1.25 5.5C1.25 5.08579 1.58579 4.75 2 4.75H3.30087C3.35268 4.41038 3.46881 4.05636 3.76256 3.7626C4.05633 3.46884 4.41037 3.35272 4.75 3.30091V2C4.75 1.58579 5.08579 1.25 5.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.27197 10.8829C2.45549 13.5235 3.77844 15.8502 5.75006 17.3744V22C5.75006 22.4142 6.08584 22.75 6.50006 22.75H16.0001C16.4143 22.75 16.7501 22.4142 16.7501 22V21.5C16.7501 20.8308 17.3501 20.1305 18.2547 19.6834C19.3046 19.1644 20.3977 18.2128 20.542 16.9141L20.7004 15.4883L22.3355 14.6708C22.5279 14.5746 22.6697 14.4004 22.7249 14.1925C22.7801 13.9846 22.7434 13.763 22.6241 13.584L20.2471 10.0185C20.1244 5.15495 16.1432 1.25 11.2501 1.25C11.0123 1.25 10.7767 1.25922 10.5436 1.27732C10.6761 1.5928 10.7501 1.93187 10.7501 2.26851C10.9366 2.38329 11.1217 2.52545 11.2982 2.70194C11.4746 2.87842 11.6168 3.06352 11.7316 3.25C12.9742 3.25 14.2501 4.25736 14.2501 5.5C14.2501 6.07627 14.0334 6.60193 13.6771 7C14.0334 7.39807 14.2501 7.92373 14.2501 8.5C14.2501 9.74264 12.9743 10.75 11.7316 10.75C11.6168 10.9365 11.4747 11.1216 11.2982 11.2981C11.1217 11.4746 10.9365 11.6168 10.7501 11.7316C10.7501 12.9742 9.7427 14.25 8.50006 14.25C7.92379 14.25 7.39812 14.0334 7.00006 13.6771C6.60199 14.0334 6.07632 14.25 5.50006 14.25C4.25741 14.25 3.25006 12.9742 3.25006 11.7316C3.06356 11.6168 2.87845 11.4746 2.70196 11.2981C2.65266 11.2488 2.59507 11.1951 2.53518 11.1393C2.44599 11.0562 2.35169 10.9682 2.27197 10.8829Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-artificial-intelligence-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 10.25C1.75 13.15 3.12228 15.7295 5.25 17.3744V22C5.25 22.4142 5.58579 22.75 6 22.75H15.5C15.9142 22.75 16.25 22.4142 16.25 22V21.5C16.25 20.8308 16.8501 20.1305 17.7546 19.6834C18.8045 19.1644 19.8976 18.2128 20.0419 16.9141L20.2004 15.4883L21.8354 14.6708C22.0278 14.5746 22.1697 14.4004 22.2249 14.1925C22.2801 13.9846 22.2434 13.763 22.124 13.584L19.7471 10.0185C19.6243 5.15495 15.6432 1.25 10.75 1.25C5.77944 1.25 1.75 5.27944 1.75 10.25ZM9.15405 6.25C8.53997 6.25 7.94823 6.62604 7.74718 7.24834L6.28652 11.7694C6.15918 12.1636 6.37548 12.5863 6.76963 12.7137C7.16378 12.841 7.58654 12.6247 7.71388 12.2306L8.03068 11.25H10.2774L10.5942 12.2306C10.7216 12.6247 11.1443 12.841 11.5385 12.7137C11.9326 12.5863 12.1489 12.1636 12.0216 11.7694L10.5609 7.24834C10.3599 6.62604 9.76813 6.25 9.15405 6.25ZM9.15405 7.77291L9.7928 9.75H8.5153L9.15405 7.77291ZM14.7502 7C14.7502 6.58579 14.4144 6.25 14.0002 6.25C13.586 6.25 13.2502 6.58579 13.2502 7V12C13.2502 12.4142 13.586 12.75 14.0002 12.75C14.4144 12.75 14.7502 12.4142 14.7502 12V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 10.25C1.75 13.15 3.12228 15.7295 5.25 17.3744V22C5.25 22.4142 5.58579 22.75 6 22.75H15.5C15.9142 22.75 16.25 22.4142 16.25 22V21.5C16.25 20.8308 16.8501 20.1305 17.7546 19.6834C18.8045 19.1644 19.8976 18.2128 20.0419 16.9141L20.2004 15.4883L21.8354 14.6708C22.0278 14.5746 22.1697 14.4004 22.2249 14.1925C22.2801 13.9846 22.2434 13.763 22.124 13.584L19.7471 10.0185C19.6243 5.15495 15.6432 1.25 10.75 1.25C5.77944 1.25 1.75 5.27944 1.75 10.25ZM9.15405 6.25C8.53997 6.25 7.94823 6.62604 7.74718 7.24834L6.28652 11.7694C6.15918 12.1636 6.37548 12.5863 6.76963 12.7137C7.16378 12.841 7.58654 12.6247 7.71388 12.2306L8.03068 11.25H10.2774L10.5942 12.2306C10.7216 12.6247 11.1443 12.841 11.5385 12.7137C11.9326 12.5863 12.1489 12.1636 12.0216 11.7694L10.5609 7.24834C10.3599 6.62604 9.76813 6.25 9.15405 6.25ZM9.15405 7.77291L9.7928 9.75H8.5153L9.15405 7.77291ZM14.7502 7C14.7502 6.58579 14.4144 6.25 14.0002 6.25C13.586 6.25 13.2502 6.58579 13.2502 7V12C13.2502 12.4142 13.586 12.75 14.0002 12.75C14.4144 12.75 14.7502 12.4142 14.7502 12V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-artificial-intelligence-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 3.25C1.25 2.42157 1.92157 1.75 2.75 1.75C3.57843 1.75 4.25 2.42157 4.25 3.25C4.25 3.29136 4.24833 3.33232 4.24504 3.37283L6.23428 4.75H10C10.4142 4.75 10.75 5.08579 10.75 5.5C10.75 5.91421 10.4142 6.25 10 6.25H6C5.84745 6.25 5.69852 6.20348 5.57309 6.11664L3.39149 4.6063C3.19699 4.69845 2.97952 4.75 2.75 4.75C1.92157 4.75 1.25 4.07843 1.25 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 8.75C1.25 7.92157 1.92157 7.25 2.75 7.25C3.30521 7.25 3.78997 7.55165 4.04933 8H10C10.4142 8 10.75 8.33579 10.75 8.75C10.75 9.16421 10.4142 9.5 10 9.5H4.04933C3.78997 9.94835 3.30521 10.25 2.75 10.25C1.92157 10.25 1.25 9.57843 1.25 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.37061 11.7262C2.74861 14.0163 3.99124 16.0147 5.75008 17.3744V22C5.75008 22.4142 6.08586 22.75 6.50008 22.75H16.0001C16.4143 22.75 16.7501 22.4142 16.7501 22V21.5C16.7501 20.8308 17.3501 20.1305 18.2547 19.6834C19.3046 19.1644 20.3977 18.2128 20.542 16.9141L20.7004 15.4883L22.3355 14.6708C22.5279 14.5746 22.6697 14.4004 22.725 14.1925C22.7802 13.9846 22.7434 13.763 22.6241 13.584L20.2472 10.0185C20.1244 5.15495 16.1433 1.25 11.2501 1.25C9.34595 1.25 7.57994 1.84132 6.12565 2.85035L6.70292 3.25H10.0001C11.2427 3.25 12.2501 4.25736 12.2501 5.5C12.2501 6.13881 11.9839 6.71544 11.5563 7.125C11.9839 7.53456 12.2501 8.11119 12.2501 8.75C12.2501 9.99264 11.2427 11 10.0001 11H4.73411C4.20615 11.4658 3.51171 11.75 2.75008 11.75C2.62154 11.75 2.49489 11.7419 2.37061 11.7262Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 3.25C1.25 2.42157 1.92157 1.75 2.75 1.75C3.57843 1.75 4.25 2.42157 4.25 3.25C4.25 3.29136 4.24833 3.33232 4.24504 3.37283L6.23428 4.75H10C10.4142 4.75 10.75 5.08579 10.75 5.5C10.75 5.91421 10.4142 6.25 10 6.25H6C5.84745 6.25 5.69852 6.20348 5.57309 6.11664L3.39149 4.6063C3.19699 4.69845 2.97952 4.75 2.75 4.75C1.92157 4.75 1.25 4.07843 1.25 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 8.75C1.25 7.92157 1.92157 7.25 2.75 7.25C3.30521 7.25 3.78997 7.55165 4.04933 8H10C10.4142 8 10.75 8.33579 10.75 8.75C10.75 9.16421 10.4142 9.5 10 9.5H4.04933C3.78997 9.94835 3.30521 10.25 2.75 10.25C1.92157 10.25 1.25 9.57843 1.25 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.37061 11.7262C2.74861 14.0163 3.99124 16.0147 5.75008 17.3744V22C5.75008 22.4142 6.08586 22.75 6.50008 22.75H16.0001C16.4143 22.75 16.7501 22.4142 16.7501 22V21.5C16.7501 20.8308 17.3501 20.1305 18.2547 19.6834C19.3046 19.1644 20.3977 18.2128 20.542 16.9141L20.7004 15.4883L22.3355 14.6708C22.5279 14.5746 22.6697 14.4004 22.725 14.1925C22.7802 13.9846 22.7434 13.763 22.6241 13.584L20.2472 10.0185C20.1244 5.15495 16.1433 1.25 11.2501 1.25C9.34595 1.25 7.57994 1.84132 6.12565 2.85035L6.70292 3.25H10.0001C11.2427 3.25 12.2501 4.25736 12.2501 5.5C12.2501 6.13881 11.9839 6.71544 11.5563 7.125C11.9839 7.53456 12.2501 8.11119 12.2501 8.75C12.2501 9.99264 11.2427 11 10.0001 11H4.73411C4.20615 11.4658 3.51171 11.75 2.75008 11.75C2.62154 11.75 2.49489 11.7419 2.37061 11.7262Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-artificial-intelligence-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9436 3.25C13.7813 3.24998 15.3498 3.24997 16.489 3.40314C17.6614 3.56076 18.6104 3.89288 19.3588 4.64124C20.1071 5.38961 20.4392 6.33856 20.5969 7.51098C20.75 8.65018 20.75 10.1058 20.75 11.9435V11.9436C20.75 13.7814 20.75 15.3498 20.5969 16.489C20.4392 17.6614 20.1071 18.6104 19.3588 19.3588C18.6104 20.1071 17.6614 20.4392 16.489 20.5969C15.3498 20.75 13.7814 20.75 11.9436 20.75H11.9435C10.1058 20.75 8.65018 20.75 7.51098 20.5969C6.33856 20.4392 5.38961 20.1071 4.64124 19.3588C3.89288 18.6104 3.56076 17.6614 3.40314 16.489C3.24997 15.3498 3.24998 13.7813 3.25 11.9436V11.9436V11.9436C3.24998 10.1058 3.24997 8.65019 3.40314 7.51098C3.56076 6.33856 3.89288 5.38961 4.64124 4.64124C5.38961 3.89288 6.33856 3.56076 7.51098 3.40314C8.65019 3.24997 10.1058 3.24998 11.9436 3.25H11.9436H11.9436ZM10.0002 9.87171L9.20744 12.25H10.793L10.0002 9.87171ZM11.293 13.75L11.7887 15.2372C11.9197 15.6301 12.3444 15.8425 12.7374 15.7115C13.1303 15.5805 13.3427 15.1558 13.2117 14.7628L11.3698 9.23717C11.1733 8.64764 10.6216 8.25 10.0002 8.25C9.37879 8.25 8.82709 8.64764 8.63058 9.23717L6.78869 14.7628C6.65771 15.1558 6.87008 15.5805 7.26303 15.7115C7.65599 15.8425 8.08073 15.6301 8.21172 15.2372L8.70744 13.75H11.293ZM16.25 9C16.25 8.58579 15.9142 8.25 15.5 8.25C15.0858 8.25 14.75 8.58579 14.75 9V15C14.75 15.4142 15.0858 15.75 15.5 15.75C15.9142 15.75 16.25 15.4142 16.25 15V9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 8C1.25 7.58579 1.58579 7.25 2 7.25H4C4.41421 7.25 4.75 7.58579 4.75 8C4.75 8.41421 4.41421 8.75 4 8.75H2C1.58579 8.75 1.25 8.41421 1.25 8ZM19.25 8C19.25 7.58579 19.5858 7.25 20 7.25H22C22.4142 7.25 22.75 7.58579 22.75 8C22.75 8.41421 22.4142 8.75 22 8.75H20C19.5858 8.75 19.25 8.41421 19.25 8ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H4C4.41421 11.25 4.75 11.5858 4.75 12C4.75 12.4142 4.41421 12.75 4 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12ZM19.25 12C19.25 11.5858 19.5858 11.25 20 11.25H22C22.4142 11.25 22.75 11.5858 22.75 12C22.75 12.4142 22.4142 12.75 22 12.75H20C19.5858 12.75 19.25 12.4142 19.25 12ZM1.25 16C1.25 15.5858 1.58579 15.25 2 15.25H4C4.41421 15.25 4.75 15.5858 4.75 16C4.75 16.4142 4.41421 16.75 4 16.75H2C1.58579 16.75 1.25 16.4142 1.25 16ZM19.25 16C19.25 15.5858 19.5858 15.25 20 15.25H22C22.4142 15.25 22.75 15.5858 22.75 16C22.75 16.4142 22.4142 16.75 22 16.75H20C19.5858 16.75 19.25 16.4142 19.25 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 1.25C8.41421 1.25 8.75 1.58579 8.75 2V4C8.75 4.41421 8.41421 4.75 8 4.75C7.58579 4.75 7.25 4.41421 7.25 4V2C7.25 1.58579 7.58579 1.25 8 1.25ZM12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V4C12.75 4.41421 12.4142 4.75 12 4.75C11.5858 4.75 11.25 4.41421 11.25 4V2C11.25 1.58579 11.5858 1.25 12 1.25ZM16 1.25C16.4142 1.25 16.75 1.58579 16.75 2V4C16.75 4.41421 16.4142 4.75 16 4.75C15.5858 4.75 15.25 4.41421 15.25 4V2C15.25 1.58579 15.5858 1.25 16 1.25ZM8 19.25C8.41421 19.25 8.75 19.5858 8.75 20V22C8.75 22.4142 8.41421 22.75 8 22.75C7.58579 22.75 7.25 22.4142 7.25 22V20C7.25 19.5858 7.58579 19.25 8 19.25ZM12 19.25C12.4142 19.25 12.75 19.5858 12.75 20V22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V20C11.25 19.5858 11.5858 19.25 12 19.25ZM16 19.25C16.4142 19.25 16.75 19.5858 16.75 20V22C16.75 22.4142 16.4142 22.75 16 22.75C15.5858 22.75 15.25 22.4142 15.25 22V20C15.25 19.5858 15.5858 19.25 16 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9436 3.25C13.7813 3.24998 15.3498 3.24997 16.489 3.40314C17.6614 3.56076 18.6104 3.89288 19.3588 4.64124C20.1071 5.38961 20.4392 6.33856 20.5969 7.51098C20.75 8.65018 20.75 10.1058 20.75 11.9435V11.9436C20.75 13.7814 20.75 15.3498 20.5969 16.489C20.4392 17.6614 20.1071 18.6104 19.3588 19.3588C18.6104 20.1071 17.6614 20.4392 16.489 20.5969C15.3498 20.75 13.7814 20.75 11.9436 20.75H11.9435C10.1058 20.75 8.65018 20.75 7.51098 20.5969C6.33856 20.4392 5.38961 20.1071 4.64124 19.3588C3.89288 18.6104 3.56076 17.6614 3.40314 16.489C3.24997 15.3498 3.24998 13.7813 3.25 11.9436V11.9436V11.9436C3.24998 10.1058 3.24997 8.65019 3.40314 7.51098C3.56076 6.33856 3.89288 5.38961 4.64124 4.64124C5.38961 3.89288 6.33856 3.56076 7.51098 3.40314C8.65019 3.24997 10.1058 3.24998 11.9436 3.25H11.9436H11.9436ZM10.0002 9.87171L9.20744 12.25H10.793L10.0002 9.87171ZM11.293 13.75L11.7887 15.2372C11.9197 15.6301 12.3444 15.8425 12.7374 15.7115C13.1303 15.5805 13.3427 15.1558 13.2117 14.7628L11.3698 9.23717C11.1733 8.64764 10.6216 8.25 10.0002 8.25C9.37879 8.25 8.82709 8.64764 8.63058 9.23717L6.78869 14.7628C6.65771 15.1558 6.87008 15.5805 7.26303 15.7115C7.65599 15.8425 8.08073 15.6301 8.21172 15.2372L8.70744 13.75H11.293ZM16.25 9C16.25 8.58579 15.9142 8.25 15.5 8.25C15.0858 8.25 14.75 8.58579 14.75 9V15C14.75 15.4142 15.0858 15.75 15.5 15.75C15.9142 15.75 16.25 15.4142 16.25 15V9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 8C1.25 7.58579 1.58579 7.25 2 7.25H4C4.41421 7.25 4.75 7.58579 4.75 8C4.75 8.41421 4.41421 8.75 4 8.75H2C1.58579 8.75 1.25 8.41421 1.25 8ZM19.25 8C19.25 7.58579 19.5858 7.25 20 7.25H22C22.4142 7.25 22.75 7.58579 22.75 8C22.75 8.41421 22.4142 8.75 22 8.75H20C19.5858 8.75 19.25 8.41421 19.25 8ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H4C4.41421 11.25 4.75 11.5858 4.75 12C4.75 12.4142 4.41421 12.75 4 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12ZM19.25 12C19.25 11.5858 19.5858 11.25 20 11.25H22C22.4142 11.25 22.75 11.5858 22.75 12C22.75 12.4142 22.4142 12.75 22 12.75H20C19.5858 12.75 19.25 12.4142 19.25 12ZM1.25 16C1.25 15.5858 1.58579 15.25 2 15.25H4C4.41421 15.25 4.75 15.5858 4.75 16C4.75 16.4142 4.41421 16.75 4 16.75H2C1.58579 16.75 1.25 16.4142 1.25 16ZM19.25 16C19.25 15.5858 19.5858 15.25 20 15.25H22C22.4142 15.25 22.75 15.5858 22.75 16C22.75 16.4142 22.4142 16.75 22 16.75H20C19.5858 16.75 19.25 16.4142 19.25 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 1.25C8.41421 1.25 8.75 1.58579 8.75 2V4C8.75 4.41421 8.41421 4.75 8 4.75C7.58579 4.75 7.25 4.41421 7.25 4V2C7.25 1.58579 7.58579 1.25 8 1.25ZM12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V4C12.75 4.41421 12.4142 4.75 12 4.75C11.5858 4.75 11.25 4.41421 11.25 4V2C11.25 1.58579 11.5858 1.25 12 1.25ZM16 1.25C16.4142 1.25 16.75 1.58579 16.75 2V4C16.75 4.41421 16.4142 4.75 16 4.75C15.5858 4.75 15.25 4.41421 15.25 4V2C15.25 1.58579 15.5858 1.25 16 1.25ZM8 19.25C8.41421 19.25 8.75 19.5858 8.75 20V22C8.75 22.4142 8.41421 22.75 8 22.75C7.58579 22.75 7.25 22.4142 7.25 22V20C7.25 19.5858 7.58579 19.25 8 19.25ZM12 19.25C12.4142 19.25 12.75 19.5858 12.75 20V22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V20C11.25 19.5858 11.5858 19.25 12 19.25ZM16 19.25C16.4142 19.25 16.75 19.5858 16.75 20V22C16.75 22.4142 16.4142 22.75 16 22.75C15.5858 22.75 15.25 22.4142 15.25 22V20C15.25 19.5858 15.5858 19.25 16 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-artificial-intelligence-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.6602 22.75C10.3806 22.7181 10.0866 22.6444 9.81225 22.4469C9.53801 22.2495 9.37524 21.9946 9.25674 21.7402C9.1503 21.5117 8.61403 19.9112 8.61403 19.9112C8.61403 19.9112 8.35207 19.4678 8.13693 19.3266C7.71443 19.0495 7.28813 18.9894 7.01039 19.0495C7.01039 19.0495 5.12893 19.5792 4.86321 19.6213C4.56769 19.6681 4.24441 19.674 3.91011 19.5385C3.57591 19.4031 3.34851 19.1739 3.16947 18.935L1.73094 16.4526C1.61833 16.1934 1.53526 15.9008 1.57083 15.5633C1.6064 15.2258 1.74869 14.9568 1.91294 14.7266C2.06041 14.5199 3.30333 13.1363 3.51838 12.898C3.51838 12.898 3.77841 12.4993 3.77841 11.9998C3.77841 11.4151 3.51836 11.1019 3.51836 11.1019C3.51836 11.1019 2.06041 9.47998 1.91293 9.2733C1.74869 9.04311 1.6064 8.7741 1.57083 8.4366C1.53526 8.09914 1.61833 7.80652 1.73093 7.54733C1.83207 7.31456 3.16949 5.06487 3.16949 5.06487C3.34852 4.82595 3.57592 4.59685 3.91009 4.46138C4.24439 4.32586 4.56768 4.33183 4.86319 4.3786C5.12891 4.42064 6.68046 4.85698 7.01044 4.95035C7.01044 4.95035 7.53977 5.06487 8.13688 4.67329C8.35206 4.53218 8.51877 4.32813 8.61407 4.08872C8.61407 4.08872 9.1503 2.48829 9.25674 2.25981C9.37524 2.00543 9.53801 1.75047 9.81225 1.55308C10.0866 1.3556 10.3806 1.28188 10.6602 1.25H13.4648C13.7444 1.28188 14.0384 1.3556 14.3128 1.55308C14.587 1.75047 14.7498 2.00543 14.8683 2.25981C14.9747 2.48829 15.5109 4.08872 15.5109 4.08872C15.6062 4.32813 15.7729 4.53218 15.9881 4.67329C16.5852 5.06487 17.1146 4.95035 17.1146 4.95035C17.4445 4.85698 18.9961 4.42064 19.2618 4.3786C19.5573 4.33183 19.8806 4.32586 20.2149 4.46138C20.5491 4.59685 20.7765 4.82595 20.9555 5.06487C20.9555 5.06487 22.2929 7.31456 22.3941 7.54733C22.5067 7.80652 22.5897 8.09914 22.5542 8.4366C22.5186 8.7741 22.3763 9.04311 22.2121 9.2733C22.0646 9.47998 20.6066 11.1019 20.6066 11.1019C20.6066 11.1019 20.3466 11.4151 20.3466 11.9998C20.3466 12.4993 20.6066 12.898 20.6066 12.898C20.8217 13.1363 22.0646 14.5199 22.2121 14.7266C22.3763 14.9568 22.5186 15.2258 22.5542 15.5633C22.5897 15.9008 22.5067 16.1934 22.3941 16.4526L20.9555 18.935C20.7765 19.1739 20.5491 19.4031 20.2149 19.5385C19.8806 19.674 19.5573 19.6681 19.2618 19.6213C18.9961 19.5792 17.1146 19.0495 17.1146 19.0495C16.8369 18.9894 16.4106 19.0495 15.9881 19.3266C15.7729 19.4678 15.511 19.9112 15.511 19.9112C15.511 19.9112 14.9747 21.5117 14.8683 21.7402C14.7498 21.9946 14.587 22.2495 14.3128 22.4469C14.0384 22.6444 13.7444 22.7181 13.4648 22.75H10.6602ZM10.0002 9.87171L9.20744 12.25H10.793L10.0002 9.87171ZM11.293 13.75L11.7887 15.2372C11.9197 15.6301 12.3444 15.8425 12.7374 15.7115C13.1303 15.5805 13.3427 15.1558 13.2117 14.7628L11.3698 9.23717C11.1733 8.64764 10.6216 8.25 10.0002 8.25C9.37879 8.25 8.82709 8.64764 8.63058 9.23717L6.78869 14.7628C6.65771 15.1558 6.87008 15.5805 7.26303 15.7115C7.65599 15.8425 8.08073 15.6301 8.21172 15.2372L8.70744 13.75H11.293ZM16.25 9C16.25 8.58579 15.9142 8.25 15.5 8.25C15.0858 8.25 14.75 8.58579 14.75 9V15C14.75 15.4142 15.0858 15.75 15.5 15.75C15.9142 15.75 16.25 15.4142 16.25 15V9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.6602 22.75C10.3806 22.7181 10.0866 22.6444 9.81225 22.4469C9.53801 22.2495 9.37524 21.9946 9.25674 21.7402C9.1503 21.5117 8.61403 19.9112 8.61403 19.9112C8.61403 19.9112 8.35207 19.4678 8.13693 19.3266C7.71443 19.0495 7.28813 18.9894 7.01039 19.0495C7.01039 19.0495 5.12893 19.5792 4.86321 19.6213C4.56769 19.6681 4.24441 19.674 3.91011 19.5385C3.57591 19.4031 3.34851 19.1739 3.16947 18.935L1.73094 16.4526C1.61833 16.1934 1.53526 15.9008 1.57083 15.5633C1.6064 15.2258 1.74869 14.9568 1.91294 14.7266C2.06041 14.5199 3.30333 13.1363 3.51838 12.898C3.51838 12.898 3.77841 12.4993 3.77841 11.9998C3.77841 11.4151 3.51836 11.1019 3.51836 11.1019C3.51836 11.1019 2.06041 9.47998 1.91293 9.2733C1.74869 9.04311 1.6064 8.7741 1.57083 8.4366C1.53526 8.09914 1.61833 7.80652 1.73093 7.54733C1.83207 7.31456 3.16949 5.06487 3.16949 5.06487C3.34852 4.82595 3.57592 4.59685 3.91009 4.46138C4.24439 4.32586 4.56768 4.33183 4.86319 4.3786C5.12891 4.42064 6.68046 4.85698 7.01044 4.95035C7.01044 4.95035 7.53977 5.06487 8.13688 4.67329C8.35206 4.53218 8.51877 4.32813 8.61407 4.08872C8.61407 4.08872 9.1503 2.48829 9.25674 2.25981C9.37524 2.00543 9.53801 1.75047 9.81225 1.55308C10.0866 1.3556 10.3806 1.28188 10.6602 1.25H13.4648C13.7444 1.28188 14.0384 1.3556 14.3128 1.55308C14.587 1.75047 14.7498 2.00543 14.8683 2.25981C14.9747 2.48829 15.5109 4.08872 15.5109 4.08872C15.6062 4.32813 15.7729 4.53218 15.9881 4.67329C16.5852 5.06487 17.1146 4.95035 17.1146 4.95035C17.4445 4.85698 18.9961 4.42064 19.2618 4.3786C19.5573 4.33183 19.8806 4.32586 20.2149 4.46138C20.5491 4.59685 20.7765 4.82595 20.9555 5.06487C20.9555 5.06487 22.2929 7.31456 22.3941 7.54733C22.5067 7.80652 22.5897 8.09914 22.5542 8.4366C22.5186 8.7741 22.3763 9.04311 22.2121 9.2733C22.0646 9.47998 20.6066 11.1019 20.6066 11.1019C20.6066 11.1019 20.3466 11.4151 20.3466 11.9998C20.3466 12.4993 20.6066 12.898 20.6066 12.898C20.8217 13.1363 22.0646 14.5199 22.2121 14.7266C22.3763 14.9568 22.5186 15.2258 22.5542 15.5633C22.5897 15.9008 22.5067 16.1934 22.3941 16.4526L20.9555 18.935C20.7765 19.1739 20.5491 19.4031 20.2149 19.5385C19.8806 19.674 19.5573 19.6681 19.2618 19.6213C18.9961 19.5792 17.1146 19.0495 17.1146 19.0495C16.8369 18.9894 16.4106 19.0495 15.9881 19.3266C15.7729 19.4678 15.511 19.9112 15.511 19.9112C15.511 19.9112 14.9747 21.5117 14.8683 21.7402C14.7498 21.9946 14.587 22.2495 14.3128 22.4469C14.0384 22.6444 13.7444 22.7181 13.4648 22.75H10.6602ZM10.0002 9.87171L9.20744 12.25H10.793L10.0002 9.87171ZM11.293 13.75L11.7887 15.2372C11.9197 15.6301 12.3444 15.8425 12.7374 15.7115C13.1303 15.5805 13.3427 15.1558 13.2117 14.7628L11.3698 9.23717C11.1733 8.64764 10.6216 8.25 10.0002 8.25C9.37879 8.25 8.82709 8.64764 8.63058 9.23717L6.78869 14.7628C6.65771 15.1558 6.87008 15.5805 7.26303 15.7115C7.65599 15.8425 8.08073 15.6301 8.21172 15.2372L8.70744 13.75H11.293ZM16.25 9C16.25 8.58579 15.9142 8.25 15.5 8.25C15.0858 8.25 14.75 8.58579 14.75 9V15C14.75 15.4142 15.0858 15.75 15.5 15.75C15.9142 15.75 16.25 15.4142 16.25 15V9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-artificial-intelligence-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.70208 2.00964C8.41768 1.97156 8.17792 2.05383 8.01469 2.12505C7.86464 2.19053 7.69535 2.28612 7.53113 2.37884L5.28197 3.66735C5.13616 3.7705 4.93913 3.93471 4.82604 4.20043C4.70258 4.49052 4.74241 4.7829 4.77174 4.95201C4.80348 5.13501 4.86932 5.38696 4.93233 5.62806C5.32857 7.14488 4.36065 8.77659 2.79378 9.19652L2.76618 9.20391C2.52912 9.26742 2.30699 9.32693 2.13327 9.38956C1.97074 9.44815 1.69912 9.55815 1.50772 9.80648C1.33182 10.0347 1.28519 10.2848 1.26684 10.4618C1.24992 10.6251 1.24996 10.8204 1.25 11.0105V12.9896C1.24996 13.1797 1.24992 13.375 1.26684 13.5382C1.28519 13.7153 1.33181 13.9654 1.5077 14.1936C1.69909 14.4419 1.97071 14.5519 2.13322 14.6105C2.30694 14.6731 2.79374 14.8036 2.79374 14.8036C4.36003 15.2234 5.32731 16.8549 4.93082 18.3719C4.93082 18.3719 4.80192 18.8649 4.77017 19.0479C4.74082 19.217 4.70097 19.5094 4.82441 19.7995C4.93749 20.0652 5.13453 20.2295 5.28035 20.3326L7.52952 21.6211L7.52962 21.6212C7.6938 21.7139 7.86312 21.8095 8.01315 21.875C8.17639 21.9462 8.41618 22.0285 8.70059 21.9904C9.00977 21.9489 9.23894 21.7725 9.37072 21.6623C9.51065 21.5453 9.86249 21.1962 9.86249 21.1962C10.4459 20.6176 11.2229 20.3281 12 20.3279C12.7771 20.3281 13.5541 20.6176 14.1375 21.1962C14.1375 21.1962 14.4894 21.5453 14.6293 21.6623C14.7611 21.7725 14.9902 21.9489 15.2994 21.9904C15.5838 22.0285 15.8236 21.9462 15.9869 21.875C16.1369 21.8095 16.3062 21.7139 16.4704 21.6212L16.4705 21.6211L18.7196 20.3326C18.8655 20.2295 19.0625 20.0652 19.1756 19.7995C19.299 19.5094 19.2592 19.217 19.2298 19.0479C19.1981 18.8649 19.0692 18.3719 19.0692 18.3719C18.6727 16.8549 19.64 15.2234 21.2063 14.8036C21.2063 14.8036 21.6931 14.6731 21.8668 14.6105C22.0293 14.5519 22.3009 14.4419 22.4923 14.1936C22.6682 13.9654 22.7148 13.7153 22.7332 13.5382C22.7501 13.375 22.75 13.1797 22.75 12.9896V11.0105C22.75 10.8204 22.7501 10.6251 22.7332 10.4618C22.7148 10.2848 22.6682 10.0347 22.4923 9.80648C22.3009 9.55815 22.0293 9.44815 21.8667 9.38956C21.693 9.32693 21.4709 9.26742 21.2338 9.20391L21.2062 9.19652C19.6393 8.77659 18.6714 7.14488 19.0677 5.62806C19.1307 5.38696 19.1965 5.13501 19.2283 4.95201C19.2576 4.7829 19.2974 4.49052 19.174 4.20043C19.0609 3.93471 18.8638 3.7705 18.718 3.66735L16.4689 2.37884C16.3046 2.28612 16.1354 2.19053 15.9853 2.12505C15.8221 2.05383 15.5823 1.97156 15.2979 2.00964C14.9888 2.05104 14.7596 2.22749 14.6278 2.33765C14.4879 2.45463 14.136 2.80365 14.136 2.80365C13.5529 3.3818 12.7765 3.67098 12 3.6712C11.2235 3.67098 10.4471 3.3818 9.86405 2.80365C9.86405 2.80365 9.51213 2.45463 9.37221 2.33765C9.24043 2.22749 9.01124 2.05104 8.70208 2.00964ZM10.0002 7.75C9.37879 7.75 8.82709 8.14764 8.63058 8.73717L6.78869 14.2628C6.65771 14.6558 6.87008 15.0805 7.26303 15.2115C7.65599 15.3425 8.08073 15.1301 8.21172 14.7372L8.70744 13.25H11.293L11.7887 14.7372C11.9197 15.1301 12.3444 15.3425 12.7374 15.2115C13.1303 15.0805 13.3427 14.6558 13.2117 14.2628L11.3698 8.73717C11.1733 8.14764 10.6216 7.75 10.0002 7.75ZM10.0002 9.37171L10.793 11.75H9.20744L10.0002 9.37171ZM16.2502 8.5C16.2502 8.08579 15.9144 7.75 15.5002 7.75C15.086 7.75 14.7502 8.08579 14.7502 8.5V14.5C14.7502 14.9142 15.086 15.25 15.5002 15.25C15.9144 15.25 16.2502 14.9142 16.2502 14.5V8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.70208 2.00964C8.41768 1.97156 8.17792 2.05383 8.01469 2.12505C7.86464 2.19053 7.69535 2.28612 7.53113 2.37884L5.28197 3.66735C5.13616 3.7705 4.93913 3.93471 4.82604 4.20043C4.70258 4.49052 4.74241 4.7829 4.77174 4.95201C4.80348 5.13501 4.86932 5.38696 4.93233 5.62806C5.32857 7.14488 4.36065 8.77659 2.79378 9.19652L2.76618 9.20391C2.52912 9.26742 2.30699 9.32693 2.13327 9.38956C1.97074 9.44815 1.69912 9.55815 1.50772 9.80648C1.33182 10.0347 1.28519 10.2848 1.26684 10.4618C1.24992 10.6251 1.24996 10.8204 1.25 11.0105V12.9896C1.24996 13.1797 1.24992 13.375 1.26684 13.5382C1.28519 13.7153 1.33181 13.9654 1.5077 14.1936C1.69909 14.4419 1.97071 14.5519 2.13322 14.6105C2.30694 14.6731 2.79374 14.8036 2.79374 14.8036C4.36003 15.2234 5.32731 16.8549 4.93082 18.3719C4.93082 18.3719 4.80192 18.8649 4.77017 19.0479C4.74082 19.217 4.70097 19.5094 4.82441 19.7995C4.93749 20.0652 5.13453 20.2295 5.28035 20.3326L7.52952 21.6211L7.52962 21.6212C7.6938 21.7139 7.86312 21.8095 8.01315 21.875C8.17639 21.9462 8.41618 22.0285 8.70059 21.9904C9.00977 21.9489 9.23894 21.7725 9.37072 21.6623C9.51065 21.5453 9.86249 21.1962 9.86249 21.1962C10.4459 20.6176 11.2229 20.3281 12 20.3279C12.7771 20.3281 13.5541 20.6176 14.1375 21.1962C14.1375 21.1962 14.4894 21.5453 14.6293 21.6623C14.7611 21.7725 14.9902 21.9489 15.2994 21.9904C15.5838 22.0285 15.8236 21.9462 15.9869 21.875C16.1369 21.8095 16.3062 21.7139 16.4704 21.6212L16.4705 21.6211L18.7196 20.3326C18.8655 20.2295 19.0625 20.0652 19.1756 19.7995C19.299 19.5094 19.2592 19.217 19.2298 19.0479C19.1981 18.8649 19.0692 18.3719 19.0692 18.3719C18.6727 16.8549 19.64 15.2234 21.2063 14.8036C21.2063 14.8036 21.6931 14.6731 21.8668 14.6105C22.0293 14.5519 22.3009 14.4419 22.4923 14.1936C22.6682 13.9654 22.7148 13.7153 22.7332 13.5382C22.7501 13.375 22.75 13.1797 22.75 12.9896V11.0105C22.75 10.8204 22.7501 10.6251 22.7332 10.4618C22.7148 10.2848 22.6682 10.0347 22.4923 9.80648C22.3009 9.55815 22.0293 9.44815 21.8667 9.38956C21.693 9.32693 21.4709 9.26742 21.2338 9.20391L21.2062 9.19652C19.6393 8.77659 18.6714 7.14488 19.0677 5.62806C19.1307 5.38696 19.1965 5.13501 19.2283 4.95201C19.2576 4.7829 19.2974 4.49052 19.174 4.20043C19.0609 3.93471 18.8638 3.7705 18.718 3.66735L16.4689 2.37884C16.3046 2.28612 16.1354 2.19053 15.9853 2.12505C15.8221 2.05383 15.5823 1.97156 15.2979 2.00964C14.9888 2.05104 14.7596 2.22749 14.6278 2.33765C14.4879 2.45463 14.136 2.80365 14.136 2.80365C13.5529 3.3818 12.7765 3.67098 12 3.6712C11.2235 3.67098 10.4471 3.3818 9.86405 2.80365C9.86405 2.80365 9.51213 2.45463 9.37221 2.33765C9.24043 2.22749 9.01124 2.05104 8.70208 2.00964ZM10.0002 7.75C9.37879 7.75 8.82709 8.14764 8.63058 8.73717L6.78869 14.2628C6.65771 14.6558 6.87008 15.0805 7.26303 15.2115C7.65599 15.3425 8.08073 15.1301 8.21172 14.7372L8.70744 13.25H11.293L11.7887 14.7372C11.9197 15.1301 12.3444 15.3425 12.7374 15.2115C13.1303 15.0805 13.3427 14.6558 13.2117 14.2628L11.3698 8.73717C11.1733 8.14764 10.6216 7.75 10.0002 7.75ZM10.0002 9.37171L10.793 11.75H9.20744L10.0002 9.37171ZM16.2502 8.5C16.2502 8.08579 15.9144 7.75 15.5002 7.75C15.086 7.75 14.7502 8.08579 14.7502 8.5V14.5C14.7502 14.9142 15.086 15.25 15.5002 15.25C15.9144 15.25 16.2502 14.9142 16.2502 14.5V8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-artificial-intelligence-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4997 22.4469C10.7741 22.6444 11.0681 22.7181 11.3477 22.75H12C12.4714 22.75 12.7071 22.75 12.8535 22.6036C13 22.4571 13 22.2214 13 21.75V16.25C10.6528 16.25 8.75 14.3472 8.75 12C8.75 9.6528 10.6528 7.75001 13 7.75V2.25C13 1.7786 13 1.54289 12.8535 1.39645C12.7071 1.25 12.4714 1.25 12 1.25H11.3477C11.0681 1.28188 10.7741 1.3556 10.4997 1.55308C10.2255 1.75047 10.0627 2.00543 9.94422 2.25981C9.83779 2.48829 9.30155 4.08872 9.30155 4.08872C9.20626 4.32813 9.03955 4.53218 8.82436 4.67329C8.22725 5.06487 7.69792 4.95035 7.69792 4.95035C7.36794 4.85698 5.81639 4.42064 5.55067 4.3786C5.25516 4.33183 4.93187 4.32586 4.59758 4.46138C4.2634 4.59685 4.036 4.82595 3.85697 5.06487C3.85697 5.06487 2.51955 7.31456 2.41842 7.54733C2.30581 7.80652 2.22274 8.09914 2.25831 8.4366C2.29388 8.7741 2.43617 9.04311 2.60041 9.2733C2.74789 9.47998 4.20584 11.1019 4.20584 11.1019C4.20584 11.1019 4.46589 11.4151 4.46589 11.9998C4.46589 12.4993 4.20586 12.898 4.20586 12.898C3.99082 13.1363 2.74789 14.5199 2.60042 14.7266C2.43617 14.9568 2.29388 15.2258 2.25831 15.5633C2.22274 15.9008 2.30581 16.1934 2.41842 16.4526L3.85696 18.935C4.03599 19.1739 4.26339 19.4031 4.59759 19.5385C4.93189 19.674 5.25518 19.6681 5.5507 19.6213C5.81642 19.5792 7.69787 19.0495 7.69787 19.0495C7.97561 18.9894 8.40192 19.0495 8.82441 19.3266C9.03956 19.4678 9.30151 19.9112 9.30151 19.9112C9.30151 19.9112 9.83779 21.5117 9.94422 21.7402C10.0627 21.9946 10.2255 22.2495 10.4997 22.4469Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.75 4.75C18.75 3.92157 19.4216 3.25 20.25 3.25C21.0784 3.25 21.75 3.92157 21.75 4.75C21.75 5.57843 21.0784 6.25 20.25 6.25C20.1156 6.25 19.9854 6.23233 19.8615 6.19919L18.5303 7.53033C18.3897 7.67098 18.1989 7.75 18 7.75H15C14.5858 7.75 14.25 7.41421 14.25 7C14.25 6.58579 14.5858 6.25 15 6.25H17.6893L18.8008 5.13853C18.7677 5.01461 18.75 4.88437 18.75 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.25 17C14.25 16.5858 14.5858 16.25 15 16.25H18C18.1989 16.25 18.3897 16.329 18.5303 16.4697L19.8615 17.8008C19.9854 17.7677 20.1156 17.75 20.25 17.75C21.0784 17.75 21.75 18.4216 21.75 19.25C21.75 20.0784 21.0784 20.75 20.25 20.75C19.4216 20.75 18.75 20.0784 18.75 19.25C18.75 19.1156 18.7677 18.9854 18.8008 18.8615L17.6893 17.75H15C14.5858 17.75 14.25 17.4142 14.25 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9507 11.25C19.21 10.8016 19.6948 10.5 20.25 10.5C21.0784 10.5 21.75 11.1716 21.75 12C21.75 12.8284 21.0784 13.5 20.25 13.5C19.6948 13.5 19.21 13.1984 18.9507 12.75H15C14.5858 12.75 14.25 12.4142 14.25 12C14.25 11.5858 14.5858 11.25 15 11.25H18.9507Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4997 22.4469C10.7741 22.6444 11.0681 22.7181 11.3477 22.75H12C12.4714 22.75 12.7071 22.75 12.8535 22.6036C13 22.4571 13 22.2214 13 21.75V16.25C10.6528 16.25 8.75 14.3472 8.75 12C8.75 9.6528 10.6528 7.75001 13 7.75V2.25C13 1.7786 13 1.54289 12.8535 1.39645C12.7071 1.25 12.4714 1.25 12 1.25H11.3477C11.0681 1.28188 10.7741 1.3556 10.4997 1.55308C10.2255 1.75047 10.0627 2.00543 9.94422 2.25981C9.83779 2.48829 9.30155 4.08872 9.30155 4.08872C9.20626 4.32813 9.03955 4.53218 8.82436 4.67329C8.22725 5.06487 7.69792 4.95035 7.69792 4.95035C7.36794 4.85698 5.81639 4.42064 5.55067 4.3786C5.25516 4.33183 4.93187 4.32586 4.59758 4.46138C4.2634 4.59685 4.036 4.82595 3.85697 5.06487C3.85697 5.06487 2.51955 7.31456 2.41842 7.54733C2.30581 7.80652 2.22274 8.09914 2.25831 8.4366C2.29388 8.7741 2.43617 9.04311 2.60041 9.2733C2.74789 9.47998 4.20584 11.1019 4.20584 11.1019C4.20584 11.1019 4.46589 11.4151 4.46589 11.9998C4.46589 12.4993 4.20586 12.898 4.20586 12.898C3.99082 13.1363 2.74789 14.5199 2.60042 14.7266C2.43617 14.9568 2.29388 15.2258 2.25831 15.5633C2.22274 15.9008 2.30581 16.1934 2.41842 16.4526L3.85696 18.935C4.03599 19.1739 4.26339 19.4031 4.59759 19.5385C4.93189 19.674 5.25518 19.6681 5.5507 19.6213C5.81642 19.5792 7.69787 19.0495 7.69787 19.0495C7.97561 18.9894 8.40192 19.0495 8.82441 19.3266C9.03956 19.4678 9.30151 19.9112 9.30151 19.9112C9.30151 19.9112 9.83779 21.5117 9.94422 21.7402C10.0627 21.9946 10.2255 22.2495 10.4997 22.4469Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.75 4.75C18.75 3.92157 19.4216 3.25 20.25 3.25C21.0784 3.25 21.75 3.92157 21.75 4.75C21.75 5.57843 21.0784 6.25 20.25 6.25C20.1156 6.25 19.9854 6.23233 19.8615 6.19919L18.5303 7.53033C18.3897 7.67098 18.1989 7.75 18 7.75H15C14.5858 7.75 14.25 7.41421 14.25 7C14.25 6.58579 14.5858 6.25 15 6.25H17.6893L18.8008 5.13853C18.7677 5.01461 18.75 4.88437 18.75 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.25 17C14.25 16.5858 14.5858 16.25 15 16.25H18C18.1989 16.25 18.3897 16.329 18.5303 16.4697L19.8615 17.8008C19.9854 17.7677 20.1156 17.75 20.25 17.75C21.0784 17.75 21.75 18.4216 21.75 19.25C21.75 20.0784 21.0784 20.75 20.25 20.75C19.4216 20.75 18.75 20.0784 18.75 19.25C18.75 19.1156 18.7677 18.9854 18.8008 18.8615L17.6893 17.75H15C14.5858 17.75 14.25 17.4142 14.25 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9507 11.25C19.21 10.8016 19.6948 10.5 20.25 10.5C21.0784 10.5 21.75 11.1716 21.75 12C21.75 12.8284 21.0784 13.5 20.25 13.5C19.6948 13.5 19.21 13.1984 18.9507 12.75H15C14.5858 12.75 14.25 12.4142 14.25 12C14.25 11.5858 14.5858 11.25 15 11.25H18.9507Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-chat-bot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.75 3.5C9.75 2.25736 10.7574 1.25 12 1.25C13.2426 1.25 14.25 2.25736 14.25 3.5C14.25 4.74264 13.2426 5.75 12 5.75C10.7574 5.75 9.75 4.74264 9.75 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.25C12.4142 4.25 12.75 4.58579 12.75 5V8C12.75 8.41421 12.4142 8.75 12 8.75C11.5858 8.75 11.25 8.41421 11.25 8V5C11.25 4.58579 11.5858 4.25 12 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0549 7.25H13.0549C14.4225 7.24998 15.5248 7.24996 16.3918 7.36652C17.2919 7.48754 18.0497 7.74643 18.6517 8.34835C19.2536 8.95027 19.5125 9.70814 19.6335 10.6083C19.75 11.4752 19.75 12.6873 19.75 14.0549V14.0549V14.0549V14.0549C19.75 15.4225 19.75 16.5248 19.6335 17.3918C19.5125 18.2919 19.2536 19.0497 18.6517 19.6517C18.0497 20.2536 17.2919 20.5125 16.3918 20.6335C15.5248 20.75 14.4225 20.75 13.0549 20.75H13.0549H13.0549H13.0549H12.4815C12.3417 20.9897 12.1288 21.2778 11.8108 21.5606C11.089 22.2021 9.90196 22.75 8 22.75C7.69725 22.75 7.42418 22.568 7.30772 22.2885C7.1913 22.0092 7.25418 21.6872 7.46712 21.4722C7.54644 21.3789 7.76971 21.1143 7.87431 20.956C7.93465 20.8647 7.98964 20.7726 8.03781 20.6813C6.93387 20.5847 6.03487 20.3382 5.34835 19.6517C4.74643 19.0497 4.48754 18.2919 4.36652 17.3918C4.24996 16.5248 4.24998 15.4225 4.25 14.0549V14.0549V14.0549C4.24998 12.6873 4.24996 11.4752 4.36652 10.6083C4.48754 9.70814 4.74643 8.95027 5.34835 8.34835C5.95027 7.74643 6.70814 7.48754 7.60825 7.36652C8.47521 7.24996 9.57752 7.24998 10.9451 7.25H10.9451H10.9451H13.0549H13.0549ZM9 11.25C9.41421 11.25 9.75 11.5858 9.75 12V13C9.75 13.4142 9.41421 13.75 9 13.75C8.58579 13.75 8.25 13.4142 8.25 13V12C8.25 11.5858 8.58579 11.25 9 11.25ZM15 11.25C15.4142 11.25 15.75 11.5858 15.75 12V13C15.75 13.4142 15.4142 13.75 15 13.75C14.5858 13.75 14.25 13.4142 14.25 13V12C14.25 11.5858 14.5858 11.25 15 11.25ZM10.4401 15.8927C10.1093 15.6529 9.6461 15.722 9.40004 16.05C9.15152 16.3814 9.21867 16.8515 9.55004 17.1C9.55425 17.1028 9.55966 17.1064 9.56602 17.1106C9.61187 17.1408 9.70714 17.2036 9.75735 17.2319C9.87172 17.2962 10.0315 17.3753 10.2367 17.4523C10.6485 17.6067 11.2375 17.75 12 17.75C12.7626 17.75 13.3516 17.6067 13.7634 17.4523C13.9686 17.3753 14.1284 17.2962 14.2427 17.2319C14.293 17.2036 14.3882 17.1408 14.4341 17.1106C14.4404 17.1064 14.4458 17.1028 14.45 17.1C14.7814 16.8515 14.8486 16.3814 14.6 16.05C14.354 15.722 13.8907 15.6529 13.56 15.8927C13.5077 15.9221 13.3648 15.9997 13.2367 16.0478C12.9818 16.1434 12.5708 16.25 12 16.25C11.4293 16.25 11.0183 16.1434 10.7634 16.0478C10.6352 15.9997 10.4924 15.9221 10.4401 15.8927Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.08645 10.8091C2.84317 10.8487 2.60389 10.9191 2.375 11.0512C2.03296 11.2487 1.74892 11.5327 1.55145 11.8748C1.37408 12.182 1.30802 12.5079 1.27818 12.8371C1.24997 13.1484 1.24999 13.5922 1.25 14.032C1.24999 14.4718 1.24997 14.8511 1.27818 15.1624C1.30802 15.4916 1.37408 15.8176 1.55145 16.1248C1.74892 16.4668 2.03296 16.7508 2.375 16.9483C2.60355 17.0803 2.84248 17.1506 3.08539 17.1903C2.99989 16.3115 2.99995 15.2716 3.00001 14.1306C2.99994 12.9848 2.99988 11.7394 3.08645 10.8091Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9146 17.1903C21.1575 17.1506 21.3965 17.0803 21.625 16.9483C21.9671 16.7508 22.2511 16.4668 22.4486 16.1248C22.6259 15.8176 22.692 15.4916 22.7218 15.1624C22.75 14.8511 22.75 14.4718 22.75 14.032C22.75 13.5922 22.75 13.1484 22.7218 12.8371C22.692 12.5079 22.6259 12.182 22.4486 11.8748C22.2511 11.5327 21.9671 11.2487 21.625 11.0512C21.3961 10.9191 21.1568 10.8487 20.9136 10.8091C21.0001 11.7394 21.0001 12.9848 21 14.1306C21.0001 15.2716 21.0001 16.3115 20.9146 17.1903Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.75 3.5C9.75 2.25736 10.7574 1.25 12 1.25C13.2426 1.25 14.25 2.25736 14.25 3.5C14.25 4.74264 13.2426 5.75 12 5.75C10.7574 5.75 9.75 4.74264 9.75 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.25C12.4142 4.25 12.75 4.58579 12.75 5V8C12.75 8.41421 12.4142 8.75 12 8.75C11.5858 8.75 11.25 8.41421 11.25 8V5C11.25 4.58579 11.5858 4.25 12 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0549 7.25H13.0549C14.4225 7.24998 15.5248 7.24996 16.3918 7.36652C17.2919 7.48754 18.0497 7.74643 18.6517 8.34835C19.2536 8.95027 19.5125 9.70814 19.6335 10.6083C19.75 11.4752 19.75 12.6873 19.75 14.0549V14.0549V14.0549V14.0549C19.75 15.4225 19.75 16.5248 19.6335 17.3918C19.5125 18.2919 19.2536 19.0497 18.6517 19.6517C18.0497 20.2536 17.2919 20.5125 16.3918 20.6335C15.5248 20.75 14.4225 20.75 13.0549 20.75H13.0549H13.0549H13.0549H12.4815C12.3417 20.9897 12.1288 21.2778 11.8108 21.5606C11.089 22.2021 9.90196 22.75 8 22.75C7.69725 22.75 7.42418 22.568 7.30772 22.2885C7.1913 22.0092 7.25418 21.6872 7.46712 21.4722C7.54644 21.3789 7.76971 21.1143 7.87431 20.956C7.93465 20.8647 7.98964 20.7726 8.03781 20.6813C6.93387 20.5847 6.03487 20.3382 5.34835 19.6517C4.74643 19.0497 4.48754 18.2919 4.36652 17.3918C4.24996 16.5248 4.24998 15.4225 4.25 14.0549V14.0549V14.0549C4.24998 12.6873 4.24996 11.4752 4.36652 10.6083C4.48754 9.70814 4.74643 8.95027 5.34835 8.34835C5.95027 7.74643 6.70814 7.48754 7.60825 7.36652C8.47521 7.24996 9.57752 7.24998 10.9451 7.25H10.9451H10.9451H13.0549H13.0549ZM9 11.25C9.41421 11.25 9.75 11.5858 9.75 12V13C9.75 13.4142 9.41421 13.75 9 13.75C8.58579 13.75 8.25 13.4142 8.25 13V12C8.25 11.5858 8.58579 11.25 9 11.25ZM15 11.25C15.4142 11.25 15.75 11.5858 15.75 12V13C15.75 13.4142 15.4142 13.75 15 13.75C14.5858 13.75 14.25 13.4142 14.25 13V12C14.25 11.5858 14.5858 11.25 15 11.25ZM10.4401 15.8927C10.1093 15.6529 9.6461 15.722 9.40004 16.05C9.15152 16.3814 9.21867 16.8515 9.55004 17.1C9.55425 17.1028 9.55966 17.1064 9.56602 17.1106C9.61187 17.1408 9.70714 17.2036 9.75735 17.2319C9.87172 17.2962 10.0315 17.3753 10.2367 17.4523C10.6485 17.6067 11.2375 17.75 12 17.75C12.7626 17.75 13.3516 17.6067 13.7634 17.4523C13.9686 17.3753 14.1284 17.2962 14.2427 17.2319C14.293 17.2036 14.3882 17.1408 14.4341 17.1106C14.4404 17.1064 14.4458 17.1028 14.45 17.1C14.7814 16.8515 14.8486 16.3814 14.6 16.05C14.354 15.722 13.8907 15.6529 13.56 15.8927C13.5077 15.9221 13.3648 15.9997 13.2367 16.0478C12.9818 16.1434 12.5708 16.25 12 16.25C11.4293 16.25 11.0183 16.1434 10.7634 16.0478C10.6352 15.9997 10.4924 15.9221 10.4401 15.8927Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.08645 10.8091C2.84317 10.8487 2.60389 10.9191 2.375 11.0512C2.03296 11.2487 1.74892 11.5327 1.55145 11.8748C1.37408 12.182 1.30802 12.5079 1.27818 12.8371C1.24997 13.1484 1.24999 13.5922 1.25 14.032C1.24999 14.4718 1.24997 14.8511 1.27818 15.1624C1.30802 15.4916 1.37408 15.8176 1.55145 16.1248C1.74892 16.4668 2.03296 16.7508 2.375 16.9483C2.60355 17.0803 2.84248 17.1506 3.08539 17.1903C2.99989 16.3115 2.99995 15.2716 3.00001 14.1306C2.99994 12.9848 2.99988 11.7394 3.08645 10.8091Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9146 17.1903C21.1575 17.1506 21.3965 17.0803 21.625 16.9483C21.9671 16.7508 22.2511 16.4668 22.4486 16.1248C22.6259 15.8176 22.692 15.4916 22.7218 15.1624C22.75 14.8511 22.75 14.4718 22.75 14.032C22.75 13.5922 22.75 13.1484 22.7218 12.8371C22.692 12.5079 22.6259 12.182 22.4486 11.8748C22.2511 11.5327 21.9671 11.2487 21.625 11.0512C21.3961 10.9191 21.1568 10.8487 20.9136 10.8091C21.0001 11.7394 21.0001 12.9848 21 14.1306C21.0001 15.2716 21.0001 16.3115 20.9146 17.1903Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-chip{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0564 3.25H12.0564H12.0564C10.2187 3.24998 8.65019 3.24997 7.51098 3.40314C6.33856 3.56076 5.38961 3.89288 4.64124 4.64124C3.89288 5.38961 3.56076 6.33856 3.40314 7.51098C3.24997 8.65019 3.24998 10.2187 3.25 12.0564V12.0564V12.0564C3.24998 13.8942 3.24997 15.3498 3.40314 16.489C3.56076 17.6614 3.89288 18.6104 4.64124 19.3588C5.38961 20.1071 6.33856 20.4392 7.51098 20.5969C8.65019 20.75 10.2187 20.75 12.0564 20.75H12.0565C13.8942 20.75 15.3498 20.75 16.489 20.5969C17.6614 20.4392 18.6104 20.1071 19.3588 19.3588C20.1071 18.6104 20.4392 17.6614 20.5969 16.489C20.75 15.3498 20.75 13.8942 20.75 12.0565V12.0564C20.75 10.2187 20.75 8.65019 20.5969 7.51098C20.4392 6.33856 20.1071 5.38961 19.3588 4.64124C18.6104 3.89288 17.6614 3.56076 16.489 3.40314C15.3498 3.24997 13.8942 3.24998 12.0564 3.25ZM14.8431 6.34822C14.1123 6.24996 13.1865 6.24998 12.0537 6.25H12.0537C10.9209 6.24998 9.88775 6.24996 9.15689 6.34822C8.39294 6.45093 7.7306 6.67321 7.2019 7.2019C6.67321 7.7306 6.45093 8.39294 6.34822 9.15689C6.24996 9.88775 6.24998 10.9209 6.25 12.0537V12.0537C6.24998 13.1865 6.24996 14.1123 6.34822 14.8431C6.45093 15.6071 6.67321 16.2694 7.2019 16.7981C7.7306 17.3268 8.39294 17.5491 9.15689 17.6518C9.88775 17.75 10.8835 17.75 12.0163 17.75H12.0164H12.0164C12.793 17.75 13.4659 17.75 14.0373 17.7215C14.2231 17.7123 14.3988 17.6343 14.5303 17.5028L17.5028 14.5303C17.6343 14.3988 17.7123 14.2231 17.7215 14.0373C17.75 13.4659 17.75 12.793 17.75 12.0164V12.0164V12.0163C17.75 10.8835 17.75 9.88775 17.6518 9.15689C17.5491 8.39294 17.3268 7.7306 16.7981 7.2019C16.2694 6.67321 15.6071 6.45093 14.8431 6.34822Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 1.25C8.41421 1.25 8.75 1.58579 8.75 2V4C8.75 4.41421 8.41421 4.75 8 4.75C7.58579 4.75 7.25 4.41421 7.25 4V2C7.25 1.58579 7.58579 1.25 8 1.25ZM12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V4C12.75 4.41421 12.4142 4.75 12 4.75C11.5858 4.75 11.25 4.41421 11.25 4V2C11.25 1.58579 11.5858 1.25 12 1.25ZM16 1.25C16.4142 1.25 16.75 1.58579 16.75 2V4C16.75 4.41421 16.4142 4.75 16 4.75C15.5858 4.75 15.25 4.41421 15.25 4V2C15.25 1.58579 15.5858 1.25 16 1.25ZM8 19.25C8.41421 19.25 8.75 19.5858 8.75 20V22C8.75 22.4142 8.41421 22.75 8 22.75C7.58579 22.75 7.25 22.4142 7.25 22V20C7.25 19.5858 7.58579 19.25 8 19.25ZM12 19.25C12.4142 19.25 12.75 19.5858 12.75 20V22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V20C11.25 19.5858 11.5858 19.25 12 19.25ZM16 19.25C16.4142 19.25 16.75 19.5858 16.75 20V22C16.75 22.4142 16.4142 22.75 16 22.75C15.5858 22.75 15.25 22.4142 15.25 22V20C15.25 19.5858 15.5858 19.25 16 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 8C1.25 7.58579 1.58579 7.25 2 7.25H4C4.41421 7.25 4.75 7.58579 4.75 8C4.75 8.41421 4.41421 8.75 4 8.75H2C1.58579 8.75 1.25 8.41421 1.25 8ZM19.25 8C19.25 7.58579 19.5858 7.25 20 7.25H22C22.4142 7.25 22.75 7.58579 22.75 8C22.75 8.41421 22.4142 8.75 22 8.75H20C19.5858 8.75 19.25 8.41421 19.25 8ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H4C4.41421 11.25 4.75 11.5858 4.75 12C4.75 12.4142 4.41421 12.75 4 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12ZM19.25 12C19.25 11.5858 19.5858 11.25 20 11.25H22C22.4142 11.25 22.75 11.5858 22.75 12C22.75 12.4142 22.4142 12.75 22 12.75H20C19.5858 12.75 19.25 12.4142 19.25 12ZM1.25 16C1.25 15.5858 1.58579 15.25 2 15.25H4C4.41421 15.25 4.75 15.5858 4.75 16C4.75 16.4142 4.41421 16.75 4 16.75H2C1.58579 16.75 1.25 16.4142 1.25 16ZM19.25 16C19.25 15.5858 19.5858 15.25 20 15.25H22C22.4142 15.25 22.75 15.5858 22.75 16C22.75 16.4142 22.4142 16.75 22 16.75H20C19.5858 16.75 19.25 16.4142 19.25 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0564 3.25H12.0564H12.0564C10.2187 3.24998 8.65019 3.24997 7.51098 3.40314C6.33856 3.56076 5.38961 3.89288 4.64124 4.64124C3.89288 5.38961 3.56076 6.33856 3.40314 7.51098C3.24997 8.65019 3.24998 10.2187 3.25 12.0564V12.0564V12.0564C3.24998 13.8942 3.24997 15.3498 3.40314 16.489C3.56076 17.6614 3.89288 18.6104 4.64124 19.3588C5.38961 20.1071 6.33856 20.4392 7.51098 20.5969C8.65019 20.75 10.2187 20.75 12.0564 20.75H12.0565C13.8942 20.75 15.3498 20.75 16.489 20.5969C17.6614 20.4392 18.6104 20.1071 19.3588 19.3588C20.1071 18.6104 20.4392 17.6614 20.5969 16.489C20.75 15.3498 20.75 13.8942 20.75 12.0565V12.0564C20.75 10.2187 20.75 8.65019 20.5969 7.51098C20.4392 6.33856 20.1071 5.38961 19.3588 4.64124C18.6104 3.89288 17.6614 3.56076 16.489 3.40314C15.3498 3.24997 13.8942 3.24998 12.0564 3.25ZM14.8431 6.34822C14.1123 6.24996 13.1865 6.24998 12.0537 6.25H12.0537C10.9209 6.24998 9.88775 6.24996 9.15689 6.34822C8.39294 6.45093 7.7306 6.67321 7.2019 7.2019C6.67321 7.7306 6.45093 8.39294 6.34822 9.15689C6.24996 9.88775 6.24998 10.9209 6.25 12.0537V12.0537C6.24998 13.1865 6.24996 14.1123 6.34822 14.8431C6.45093 15.6071 6.67321 16.2694 7.2019 16.7981C7.7306 17.3268 8.39294 17.5491 9.15689 17.6518C9.88775 17.75 10.8835 17.75 12.0163 17.75H12.0164H12.0164C12.793 17.75 13.4659 17.75 14.0373 17.7215C14.2231 17.7123 14.3988 17.6343 14.5303 17.5028L17.5028 14.5303C17.6343 14.3988 17.7123 14.2231 17.7215 14.0373C17.75 13.4659 17.75 12.793 17.75 12.0164V12.0164V12.0163C17.75 10.8835 17.75 9.88775 17.6518 9.15689C17.5491 8.39294 17.3268 7.7306 16.7981 7.2019C16.2694 6.67321 15.6071 6.45093 14.8431 6.34822Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 1.25C8.41421 1.25 8.75 1.58579 8.75 2V4C8.75 4.41421 8.41421 4.75 8 4.75C7.58579 4.75 7.25 4.41421 7.25 4V2C7.25 1.58579 7.58579 1.25 8 1.25ZM12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V4C12.75 4.41421 12.4142 4.75 12 4.75C11.5858 4.75 11.25 4.41421 11.25 4V2C11.25 1.58579 11.5858 1.25 12 1.25ZM16 1.25C16.4142 1.25 16.75 1.58579 16.75 2V4C16.75 4.41421 16.4142 4.75 16 4.75C15.5858 4.75 15.25 4.41421 15.25 4V2C15.25 1.58579 15.5858 1.25 16 1.25ZM8 19.25C8.41421 19.25 8.75 19.5858 8.75 20V22C8.75 22.4142 8.41421 22.75 8 22.75C7.58579 22.75 7.25 22.4142 7.25 22V20C7.25 19.5858 7.58579 19.25 8 19.25ZM12 19.25C12.4142 19.25 12.75 19.5858 12.75 20V22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V20C11.25 19.5858 11.5858 19.25 12 19.25ZM16 19.25C16.4142 19.25 16.75 19.5858 16.75 20V22C16.75 22.4142 16.4142 22.75 16 22.75C15.5858 22.75 15.25 22.4142 15.25 22V20C15.25 19.5858 15.5858 19.25 16 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 8C1.25 7.58579 1.58579 7.25 2 7.25H4C4.41421 7.25 4.75 7.58579 4.75 8C4.75 8.41421 4.41421 8.75 4 8.75H2C1.58579 8.75 1.25 8.41421 1.25 8ZM19.25 8C19.25 7.58579 19.5858 7.25 20 7.25H22C22.4142 7.25 22.75 7.58579 22.75 8C22.75 8.41421 22.4142 8.75 22 8.75H20C19.5858 8.75 19.25 8.41421 19.25 8ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H4C4.41421 11.25 4.75 11.5858 4.75 12C4.75 12.4142 4.41421 12.75 4 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12ZM19.25 12C19.25 11.5858 19.5858 11.25 20 11.25H22C22.4142 11.25 22.75 11.5858 22.75 12C22.75 12.4142 22.4142 12.75 22 12.75H20C19.5858 12.75 19.25 12.4142 19.25 12ZM1.25 16C1.25 15.5858 1.58579 15.25 2 15.25H4C4.41421 15.25 4.75 15.5858 4.75 16C4.75 16.4142 4.41421 16.75 4 16.75H2C1.58579 16.75 1.25 16.4142 1.25 16ZM19.25 16C19.25 15.5858 19.5858 15.25 20 15.25H22C22.4142 15.25 22.75 15.5858 22.75 16C22.75 16.4142 22.4142 16.75 22 16.75H20C19.5858 16.75 19.25 16.4142 19.25 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-cloud-server{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 12C1.25 9.21699 3.22664 6.89643 5.853 6.36454C6.38731 3.45456 8.93585 1.25 12 1.25C15.3858 1.25 18.1428 3.94224 18.2469 7.30273C20.7927 7.66534 22.75 9.85409 22.75 12.5C22.75 15.3995 20.3995 17.75 17.5 17.75H7C3.82436 17.75 1.25 15.1756 1.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 16.25C12.4142 16.25 12.75 16.5858 12.75 17V18.75H13C13.7928 18.75 14.4624 19.2771 14.6775 20H19C19.4142 20 19.75 20.3358 19.75 20.75C19.75 21.1642 19.4142 21.5 19 21.5H14.6775C14.4624 22.2229 13.7928 22.75 13 22.75H11C10.2072 22.75 9.53761 22.2229 9.32247 21.5H5C4.58579 21.5 4.25 21.1642 4.25 20.75C4.25 20.3358 4.58579 20 5 20H9.32247C9.53761 19.2771 10.2072 18.75 11 18.75H11.25V17C11.25 16.5858 11.5858 16.25 12 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 12C1.25 9.21699 3.22664 6.89643 5.853 6.36454C6.38731 3.45456 8.93585 1.25 12 1.25C15.3858 1.25 18.1428 3.94224 18.2469 7.30273C20.7927 7.66534 22.75 9.85409 22.75 12.5C22.75 15.3995 20.3995 17.75 17.5 17.75H7C3.82436 17.75 1.25 15.1756 1.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 16.25C12.4142 16.25 12.75 16.5858 12.75 17V18.75H13C13.7928 18.75 14.4624 19.2771 14.6775 20H19C19.4142 20 19.75 20.3358 19.75 20.75C19.75 21.1642 19.4142 21.5 19 21.5H14.6775C14.4624 22.2229 13.7928 22.75 13 22.75H11C10.2072 22.75 9.53761 22.2229 9.32247 21.5H5C4.58579 21.5 4.25 21.1642 4.25 20.75C4.25 20.3358 4.58579 20 5 20H9.32247C9.53761 19.2771 10.2072 18.75 11 18.75H11.25V17C11.25 16.5858 11.5858 16.25 12 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-hologram{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 21.8057C2.25 21.2842 2.68652 20.8613 3.225 20.8613H20.775C21.3135 20.8613 21.75 21.2842 21.75 21.8057C21.75 22.3273 21.3135 22.7502 20.775 22.7502H3.225C2.68652 22.7502 2.25 22.3273 2.25 21.8057Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.33661 14.2784C8.85901 14.4049 9.17662 14.9177 9.04602 15.4237L8.07102 19.2014C7.94042 19.7074 7.41106 20.015 6.88866 19.8885C6.36626 19.762 6.04864 19.2493 6.17924 18.7433L7.15424 14.9656C7.28484 14.4596 7.81421 14.1519 8.33661 14.2784ZM15.6637 14.2784C16.1861 14.1519 16.7154 14.4596 16.846 14.9656L17.821 18.7433C17.9516 19.2493 17.634 19.762 17.1116 19.8885C16.5892 20.015 16.0598 19.7074 15.9292 19.2014L14.9542 15.4237C14.8236 14.9177 15.1413 14.4049 15.6637 14.2784ZM12.0001 15.1946C12.5386 15.1946 12.9751 15.6175 12.9751 16.1391V18.9723C12.9751 19.4939 12.5386 19.9167 12.0001 19.9167C11.4617 19.9167 11.0251 19.4939 11.0251 18.9723V16.1391C11.0251 15.6175 11.4617 15.1946 12.0001 15.1946Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.3227 1.25 10.7057 1.51765 9.95807 1.8419L9.12005 2.20434C8.39008 2.51987 7.75185 2.79575 7.30319 3.06652C6.88476 3.31904 6.25 3.78698 6.25 4.61538V10.3846C6.25 11.213 6.88476 11.681 7.30319 11.9335C7.75185 12.2043 8.39009 12.4801 9.12006 12.7957L9.95807 13.1581C10.7057 13.4824 11.3227 13.75 12 13.75C12.6773 13.75 13.2943 13.4824 14.0419 13.1581L14.88 12.7957C15.6099 12.4801 16.2482 12.2042 16.6968 11.9335C17.1152 11.681 17.75 11.213 17.75 10.3846V4.61538C17.75 3.78698 17.1152 3.31904 16.6968 3.06652C16.2482 2.79575 15.6099 2.51987 14.88 2.20434L14.0419 1.8419C13.2943 1.51765 12.6773 1.25 12 1.25ZM11.0417 7.81804V11.5301L8.16667 10.2047V6.60654L11.0417 7.81804ZM12.9583 11.5301V7.81804L15.8333 6.60654V10.2047L12.9583 11.5301Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 21.8057C2.25 21.2842 2.68652 20.8613 3.225 20.8613H20.775C21.3135 20.8613 21.75 21.2842 21.75 21.8057C21.75 22.3273 21.3135 22.7502 20.775 22.7502H3.225C2.68652 22.7502 2.25 22.3273 2.25 21.8057Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.33661 14.2784C8.85901 14.4049 9.17662 14.9177 9.04602 15.4237L8.07102 19.2014C7.94042 19.7074 7.41106 20.015 6.88866 19.8885C6.36626 19.762 6.04864 19.2493 6.17924 18.7433L7.15424 14.9656C7.28484 14.4596 7.81421 14.1519 8.33661 14.2784ZM15.6637 14.2784C16.1861 14.1519 16.7154 14.4596 16.846 14.9656L17.821 18.7433C17.9516 19.2493 17.634 19.762 17.1116 19.8885C16.5892 20.015 16.0598 19.7074 15.9292 19.2014L14.9542 15.4237C14.8236 14.9177 15.1413 14.4049 15.6637 14.2784ZM12.0001 15.1946C12.5386 15.1946 12.9751 15.6175 12.9751 16.1391V18.9723C12.9751 19.4939 12.5386 19.9167 12.0001 19.9167C11.4617 19.9167 11.0251 19.4939 11.0251 18.9723V16.1391C11.0251 15.6175 11.4617 15.1946 12.0001 15.1946Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.3227 1.25 10.7057 1.51765 9.95807 1.8419L9.12005 2.20434C8.39008 2.51987 7.75185 2.79575 7.30319 3.06652C6.88476 3.31904 6.25 3.78698 6.25 4.61538V10.3846C6.25 11.213 6.88476 11.681 7.30319 11.9335C7.75185 12.2043 8.39009 12.4801 9.12006 12.7957L9.95807 13.1581C10.7057 13.4824 11.3227 13.75 12 13.75C12.6773 13.75 13.2943 13.4824 14.0419 13.1581L14.88 12.7957C15.6099 12.4801 16.2482 12.2042 16.6968 11.9335C17.1152 11.681 17.75 11.213 17.75 10.3846V4.61538C17.75 3.78698 17.1152 3.31904 16.6968 3.06652C16.2482 2.79575 15.6099 2.51987 14.88 2.20434L14.0419 1.8419C13.2943 1.51765 12.6773 1.25 12 1.25ZM11.0417 7.81804V11.5301L8.16667 10.2047V6.60654L11.0417 7.81804ZM12.9583 11.5301V7.81804L15.8333 6.60654V10.2047L12.9583 11.5301Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-machine-robot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.25 10.2793C6.05611 10.2909 5.87458 10.3072 5.70552 10.3299C5.07773 10.4143 4.51093 10.6 4.05546 11.0555C3.59999 11.5109 3.41432 12.0777 3.32991 12.7055C3.24995 13.3003 3.24997 14.0495 3.25 14.948L3.25 18.3535C2.09575 18.68 1.25 19.7412 1.25 21C1.25 21.4142 1.58579 21.75 2 21.75C2.41421 21.75 2.75 21.4142 2.75 21C2.75 20.3097 3.30964 19.75 4 19.75C4.69036 19.75 5.25 20.3097 5.25 21C5.25 21.4142 5.58579 21.75 6 21.75C6.41421 21.75 6.75 21.4142 6.75 21C6.75 19.7412 5.90425 18.68 4.75 18.3535V15C4.75 14.036 4.75159 13.3885 4.81654 12.9054C4.87858 12.444 4.9858 12.2465 5.11612 12.1161C5.24643 11.9858 5.44393 11.8786 5.90539 11.8166C6.01175 11.8023 6.12607 11.791 6.25 11.7822V10.2793Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.75 11.7822C17.8739 11.791 17.9883 11.8023 18.0946 11.8166C18.5561 11.8786 18.7536 11.9858 18.8839 12.1161C19.0142 12.2465 19.1214 12.444 19.1835 12.9054C19.2484 13.3885 19.25 14.036 19.25 15V18.3535C18.0957 18.68 17.25 19.7412 17.25 21C17.25 21.4142 17.5858 21.75 18 21.75C18.4142 21.75 18.75 21.4142 18.75 21C18.75 20.3097 19.3096 19.75 20 19.75C20.6904 19.75 21.25 20.3097 21.25 21C21.25 21.4142 21.5858 21.75 22 21.75C22.4142 21.75 22.75 21.4142 22.75 21C22.75 19.7412 21.9043 18.68 20.75 18.3535V14.948C20.75 14.0495 20.7501 13.3003 20.6701 12.7055C20.5857 12.0777 20.4 11.5109 19.9445 11.0555C19.4891 10.6 18.9223 10.4143 18.2945 10.3299C18.1254 10.3072 17.9439 10.2909 17.75 10.2793V11.7822Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.25 8C6.25 4.82436 8.82436 2.25 12 2.25C15.1756 2.25 17.75 4.82436 17.75 8V10.2793C17.2618 10.25 16.6951 10.25 16.0521 10.25H16.0521H16.0521H16.052H16.052H16.052H7.948H7.94799H7.94799H7.94798H7.94797H7.94796C7.30488 10.25 6.73826 10.25 6.25 10.2793V8ZM17.75 13.0358C17.75 13.94 17.75 14.6693 17.6967 15.2576C17.6417 15.8639 17.5254 16.3937 17.2476 16.875C16.9185 17.4451 16.4451 17.9185 15.875 18.2476C15.3938 18.5254 14.8639 18.6417 14.2576 18.6967C13.6693 18.75 12.94 18.75 12.0358 18.75H11.9642C11.06 18.75 10.3307 18.75 9.7424 18.6967C9.13605 18.6417 8.60625 18.5254 8.125 18.2476C7.55493 17.9185 7.08154 17.4451 6.75241 16.875C6.47456 16.3937 6.35826 15.8639 6.3033 15.2576C6.24998 14.6693 6.24999 13.9401 6.25 13.0358V13.0358V13.0358V11.7822C6.68892 11.751 7.24824 11.75 8 11.75H16C16.7518 11.75 17.3111 11.751 17.75 11.7822V13.0358V13.0358ZM12.9912 7.5C12.9912 6.94772 13.4389 6.5 13.9912 6.5H14.0002C14.5525 6.5 15.0002 6.94772 15.0002 7.5C15.0002 8.05228 14.5525 8.5 14.0002 8.5H13.9912C13.4389 8.5 12.9912 8.05228 12.9912 7.5ZM10 6.5C9.44772 6.5 9 6.94772 9 7.5C9 8.05228 9.44772 8.5 10 8.5H10.009C10.5613 8.5 11.009 8.05228 11.009 7.5C11.009 6.94772 10.5613 6.5 10.009 6.5H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.25 10.2793C6.05611 10.2909 5.87458 10.3072 5.70552 10.3299C5.07773 10.4143 4.51093 10.6 4.05546 11.0555C3.59999 11.5109 3.41432 12.0777 3.32991 12.7055C3.24995 13.3003 3.24997 14.0495 3.25 14.948L3.25 18.3535C2.09575 18.68 1.25 19.7412 1.25 21C1.25 21.4142 1.58579 21.75 2 21.75C2.41421 21.75 2.75 21.4142 2.75 21C2.75 20.3097 3.30964 19.75 4 19.75C4.69036 19.75 5.25 20.3097 5.25 21C5.25 21.4142 5.58579 21.75 6 21.75C6.41421 21.75 6.75 21.4142 6.75 21C6.75 19.7412 5.90425 18.68 4.75 18.3535V15C4.75 14.036 4.75159 13.3885 4.81654 12.9054C4.87858 12.444 4.9858 12.2465 5.11612 12.1161C5.24643 11.9858 5.44393 11.8786 5.90539 11.8166C6.01175 11.8023 6.12607 11.791 6.25 11.7822V10.2793Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.75 11.7822C17.8739 11.791 17.9883 11.8023 18.0946 11.8166C18.5561 11.8786 18.7536 11.9858 18.8839 12.1161C19.0142 12.2465 19.1214 12.444 19.1835 12.9054C19.2484 13.3885 19.25 14.036 19.25 15V18.3535C18.0957 18.68 17.25 19.7412 17.25 21C17.25 21.4142 17.5858 21.75 18 21.75C18.4142 21.75 18.75 21.4142 18.75 21C18.75 20.3097 19.3096 19.75 20 19.75C20.6904 19.75 21.25 20.3097 21.25 21C21.25 21.4142 21.5858 21.75 22 21.75C22.4142 21.75 22.75 21.4142 22.75 21C22.75 19.7412 21.9043 18.68 20.75 18.3535V14.948C20.75 14.0495 20.7501 13.3003 20.6701 12.7055C20.5857 12.0777 20.4 11.5109 19.9445 11.0555C19.4891 10.6 18.9223 10.4143 18.2945 10.3299C18.1254 10.3072 17.9439 10.2909 17.75 10.2793V11.7822Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.25 8C6.25 4.82436 8.82436 2.25 12 2.25C15.1756 2.25 17.75 4.82436 17.75 8V10.2793C17.2618 10.25 16.6951 10.25 16.0521 10.25H16.0521H16.0521H16.052H16.052H16.052H7.948H7.94799H7.94799H7.94798H7.94797H7.94796C7.30488 10.25 6.73826 10.25 6.25 10.2793V8ZM17.75 13.0358C17.75 13.94 17.75 14.6693 17.6967 15.2576C17.6417 15.8639 17.5254 16.3937 17.2476 16.875C16.9185 17.4451 16.4451 17.9185 15.875 18.2476C15.3938 18.5254 14.8639 18.6417 14.2576 18.6967C13.6693 18.75 12.94 18.75 12.0358 18.75H11.9642C11.06 18.75 10.3307 18.75 9.7424 18.6967C9.13605 18.6417 8.60625 18.5254 8.125 18.2476C7.55493 17.9185 7.08154 17.4451 6.75241 16.875C6.47456 16.3937 6.35826 15.8639 6.3033 15.2576C6.24998 14.6693 6.24999 13.9401 6.25 13.0358V13.0358V13.0358V11.7822C6.68892 11.751 7.24824 11.75 8 11.75H16C16.7518 11.75 17.3111 11.751 17.75 11.7822V13.0358V13.0358ZM12.9912 7.5C12.9912 6.94772 13.4389 6.5 13.9912 6.5H14.0002C14.5525 6.5 15.0002 6.94772 15.0002 7.5C15.0002 8.05228 14.5525 8.5 14.0002 8.5H13.9912C13.4389 8.5 12.9912 8.05228 12.9912 7.5ZM10 6.5C9.44772 6.5 9 6.94772 9 7.5C9 8.05228 9.44772 8.5 10 8.5H10.009C10.5613 8.5 11.009 8.05228 11.009 7.5C11.009 6.94772 10.5613 6.5 10.009 6.5H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-ai-icons-robotic{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.75 3.5C9.75 2.25736 10.7574 1.25 12 1.25C13.2426 1.25 14.25 2.25736 14.25 3.5C14.25 4.74264 13.2426 5.75 12 5.75C10.7574 5.75 9.75 4.74264 9.75 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.25C12.4142 4.25 12.75 4.58579 12.75 5V8C12.75 8.41421 12.4142 8.75 12 8.75C11.5858 8.75 11.25 8.41421 11.25 8V5C11.25 4.58579 11.5858 4.25 12 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0549 7.25H13.0549H13.0549H10.9451H10.9451H10.9451C9.57752 7.24998 8.47521 7.24996 7.60825 7.36652C6.70814 7.48754 5.95027 7.74643 5.34835 8.34835C4.74643 8.95027 4.48754 9.70814 4.36652 10.6083C4.24996 11.4752 4.24998 12.5775 4.25 13.9451V13.9451V13.9451V16.0549V16.0549V16.0549C4.24998 17.4225 4.24996 18.5248 4.36652 19.3918C4.48754 20.2919 4.74643 21.0497 5.34835 21.6517C5.95027 22.2536 6.70814 22.5125 7.60825 22.6335C8.47521 22.75 9.57752 22.75 10.9451 22.75H10.9451H10.9451H10.9451H10.9451H13.0549H13.0549H13.0549H13.0549H13.0549C14.4225 22.75 15.5248 22.75 16.3918 22.6335C17.2919 22.5125 18.0497 22.2536 18.6517 21.6517C19.2536 21.0497 19.5125 20.2919 19.6335 19.3918C19.75 18.5248 19.75 17.4225 19.75 16.0549V16.0549V16.0549V16.0549V16.0549V13.9451V13.9451V13.9451V13.9451V13.9451C19.75 12.5775 19.75 11.4752 19.6335 10.6083C19.5125 9.70814 19.2536 8.95027 18.6517 8.34835C18.0497 7.74643 17.2919 7.48754 16.3918 7.36652C15.5248 7.24996 14.4225 7.24998 13.0549 7.25ZM9.75 13C9.75 12.5858 9.41421 12.25 9 12.25C8.58579 12.25 8.25 12.5858 8.25 13V14C8.25 14.4142 8.58579 14.75 9 14.75C9.41421 14.75 9.75 14.4142 9.75 14V13ZM15 12.25C15.4142 12.25 15.75 12.5858 15.75 13V14C15.75 14.4142 15.4142 14.75 15 14.75C14.5858 14.75 14.25 14.4142 14.25 14V13C14.25 12.5858 14.5858 12.25 15 12.25ZM10.4401 16.8927C10.1093 16.6529 9.6461 16.722 9.40004 17.05C9.15152 17.3814 9.21867 17.8515 9.55004 18.1C9.55425 18.1028 9.55966 18.1064 9.56602 18.1106C9.61187 18.1408 9.70714 18.2036 9.75735 18.2319C9.87172 18.2962 10.0315 18.3753 10.2367 18.4523C10.6485 18.6067 11.2375 18.75 12 18.75C12.7626 18.75 13.3516 18.6067 13.7634 18.4523C13.9686 18.3753 14.1284 18.2962 14.2427 18.2319C14.293 18.2036 14.3882 18.1408 14.4341 18.1106C14.4404 18.1064 14.4458 18.1028 14.45 18.1C14.7814 17.8515 14.8486 17.3814 14.6 17.05C14.354 16.722 13.8907 16.6529 13.56 16.8927C13.5077 16.9221 13.3648 16.9997 13.2367 17.0478C12.9818 17.1434 12.5708 17.25 12 17.25C11.4293 17.25 11.0183 17.1434 10.7634 17.0478C10.6352 16.9997 10.4924 16.9221 10.4401 16.8927Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.04426 11.3457C2.62929 11.4253 2.23649 11.5817 1.90902 11.9091C1.52677 12.2914 1.37771 12.7626 1.31161 13.2543C1.24994 13.713 1.24997 14.3846 1.25 15.0495C1.24997 15.7143 1.24994 16.2873 1.31161 16.746C1.37771 17.2376 1.52677 17.7089 1.90902 18.0911C2.23649 18.4186 2.62929 18.5749 3.04426 18.6546C2.99992 17.8994 2.99996 17.0478 3.00001 16.1309V13.8693C2.99996 12.9525 2.99991 12.1009 3.04426 11.3457Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9556 18.6545C21.3705 18.5749 21.7633 18.4186 22.0908 18.0911C22.473 17.7089 22.6221 17.2376 22.6882 16.746C22.7499 16.2872 22.7498 15.7144 22.7498 15.0495C22.7498 14.3846 22.7499 13.713 22.6882 13.2543C22.6221 12.7626 22.473 12.2914 22.0908 11.9091C21.7633 11.5817 21.3705 11.4253 20.9556 11.3457C20.9999 12.1009 20.9999 12.9525 20.9998 13.8693V16.1309C20.9999 17.0478 20.9999 17.8994 20.9556 18.6545Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.75 3.5C9.75 2.25736 10.7574 1.25 12 1.25C13.2426 1.25 14.25 2.25736 14.25 3.5C14.25 4.74264 13.2426 5.75 12 5.75C10.7574 5.75 9.75 4.74264 9.75 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.25C12.4142 4.25 12.75 4.58579 12.75 5V8C12.75 8.41421 12.4142 8.75 12 8.75C11.5858 8.75 11.25 8.41421 11.25 8V5C11.25 4.58579 11.5858 4.25 12 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0549 7.25H13.0549H13.0549H10.9451H10.9451H10.9451C9.57752 7.24998 8.47521 7.24996 7.60825 7.36652C6.70814 7.48754 5.95027 7.74643 5.34835 8.34835C4.74643 8.95027 4.48754 9.70814 4.36652 10.6083C4.24996 11.4752 4.24998 12.5775 4.25 13.9451V13.9451V13.9451V16.0549V16.0549V16.0549C4.24998 17.4225 4.24996 18.5248 4.36652 19.3918C4.48754 20.2919 4.74643 21.0497 5.34835 21.6517C5.95027 22.2536 6.70814 22.5125 7.60825 22.6335C8.47521 22.75 9.57752 22.75 10.9451 22.75H10.9451H10.9451H10.9451H10.9451H13.0549H13.0549H13.0549H13.0549H13.0549C14.4225 22.75 15.5248 22.75 16.3918 22.6335C17.2919 22.5125 18.0497 22.2536 18.6517 21.6517C19.2536 21.0497 19.5125 20.2919 19.6335 19.3918C19.75 18.5248 19.75 17.4225 19.75 16.0549V16.0549V16.0549V16.0549V16.0549V13.9451V13.9451V13.9451V13.9451V13.9451C19.75 12.5775 19.75 11.4752 19.6335 10.6083C19.5125 9.70814 19.2536 8.95027 18.6517 8.34835C18.0497 7.74643 17.2919 7.48754 16.3918 7.36652C15.5248 7.24996 14.4225 7.24998 13.0549 7.25ZM9.75 13C9.75 12.5858 9.41421 12.25 9 12.25C8.58579 12.25 8.25 12.5858 8.25 13V14C8.25 14.4142 8.58579 14.75 9 14.75C9.41421 14.75 9.75 14.4142 9.75 14V13ZM15 12.25C15.4142 12.25 15.75 12.5858 15.75 13V14C15.75 14.4142 15.4142 14.75 15 14.75C14.5858 14.75 14.25 14.4142 14.25 14V13C14.25 12.5858 14.5858 12.25 15 12.25ZM10.4401 16.8927C10.1093 16.6529 9.6461 16.722 9.40004 17.05C9.15152 17.3814 9.21867 17.8515 9.55004 18.1C9.55425 18.1028 9.55966 18.1064 9.56602 18.1106C9.61187 18.1408 9.70714 18.2036 9.75735 18.2319C9.87172 18.2962 10.0315 18.3753 10.2367 18.4523C10.6485 18.6067 11.2375 18.75 12 18.75C12.7626 18.75 13.3516 18.6067 13.7634 18.4523C13.9686 18.3753 14.1284 18.2962 14.2427 18.2319C14.293 18.2036 14.3882 18.1408 14.4341 18.1106C14.4404 18.1064 14.4458 18.1028 14.45 18.1C14.7814 17.8515 14.8486 17.3814 14.6 17.05C14.354 16.722 13.8907 16.6529 13.56 16.8927C13.5077 16.9221 13.3648 16.9997 13.2367 17.0478C12.9818 17.1434 12.5708 17.25 12 17.25C11.4293 17.25 11.0183 17.1434 10.7634 17.0478C10.6352 16.9997 10.4924 16.9221 10.4401 16.8927Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.04426 11.3457C2.62929 11.4253 2.23649 11.5817 1.90902 11.9091C1.52677 12.2914 1.37771 12.7626 1.31161 13.2543C1.24994 13.713 1.24997 14.3846 1.25 15.0495C1.24997 15.7143 1.24994 16.2873 1.31161 16.746C1.37771 17.2376 1.52677 17.7089 1.90902 18.0911C2.23649 18.4186 2.62929 18.5749 3.04426 18.6546C2.99992 17.8994 2.99996 17.0478 3.00001 16.1309V13.8693C2.99996 12.9525 2.99991 12.1009 3.04426 11.3457Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9556 18.6545C21.3705 18.5749 21.7633 18.4186 22.0908 18.0911C22.473 17.7089 22.6221 17.2376 22.6882 16.746C22.7499 16.2872 22.7498 15.7144 22.7498 15.0495C22.7498 14.3846 22.7499 13.713 22.6882 13.2543C22.6221 12.7626 22.473 12.2914 22.0908 11.9091C21.7633 11.5817 21.3705 11.4253 20.9556 11.3457C20.9999 12.1009 20.9999 12.9525 20.9998 13.8693V16.1309C20.9999 17.0478 20.9999 17.8994 20.9556 18.6545Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-alert-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.362 2.015C11.4264 1.66167 12.5736 1.66167 13.638 2.015C14.6981 2.36687 15.5304 3.20141 16.3665 4.37395C17.1999 5.5426 18.1208 7.17206 19.3078 9.2725L19.3544 9.35496C20.5417 11.4557 21.4625 13.0851 22.0364 14.4065C22.613 15.7343 22.9002 16.8807 22.6711 17.9821C22.4403 19.0911 21.8714 20.0995 21.0428 20.8617C20.2162 21.622 19.0907 21.9428 17.6736 22.0968C16.2645 22.25 14.4212 22.25 12.0488 22.25H11.9513C9.57882 22.25 7.73554 22.25 6.32642 22.0968C4.90927 21.9428 3.78379 21.622 2.95722 20.8617C2.12862 20.0995 1.55968 19.0911 1.32895 17.9821C1.0998 16.8807 1.387 15.7343 1.96365 14.4065C2.53752 13.0851 3.45835 11.4557 4.64558 9.35495L4.69218 9.2725L4.69218 9.27249C5.87921 7.17206 6.80008 5.5426 7.63347 4.37395C8.46963 3.20141 9.30194 2.36687 10.362 2.015ZM11.6819 11.0273C11.9289 11.0605 12.2707 11.1494 12.5607 11.4394C12.8507 11.7294 12.9396 12.0711 12.9728 12.3182C13.0003 12.5228 13.0001 12.7608 13 12.9606L13 13V17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V13C10.4477 13 10 12.5523 10 12C10 11.4477 10.4477 11 11 11L11.0394 11C11.2393 10.9999 11.4772 10.9997 11.6819 11.0273ZM11.9954 7C11.4456 7 10.9999 7.44772 10.9999 8C10.9999 8.55228 11.4456 9 11.9954 9H12.0044C12.5542 9 12.9999 8.55228 12.9999 8C12.9999 7.44772 12.5542 7 12.0044 7H11.9954Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.362 2.015C11.4264 1.66167 12.5736 1.66167 13.638 2.015C14.6981 2.36687 15.5304 3.20141 16.3665 4.37395C17.1999 5.5426 18.1208 7.17206 19.3078 9.2725L19.3544 9.35496C20.5417 11.4557 21.4625 13.0851 22.0364 14.4065C22.613 15.7343 22.9002 16.8807 22.6711 17.9821C22.4403 19.0911 21.8714 20.0995 21.0428 20.8617C20.2162 21.622 19.0907 21.9428 17.6736 22.0968C16.2645 22.25 14.4212 22.25 12.0488 22.25H11.9513C9.57882 22.25 7.73554 22.25 6.32642 22.0968C4.90927 21.9428 3.78379 21.622 2.95722 20.8617C2.12862 20.0995 1.55968 19.0911 1.32895 17.9821C1.0998 16.8807 1.387 15.7343 1.96365 14.4065C2.53752 13.0851 3.45835 11.4557 4.64558 9.35495L4.69218 9.2725L4.69218 9.27249C5.87921 7.17206 6.80008 5.5426 7.63347 4.37395C8.46963 3.20141 9.30194 2.36687 10.362 2.015ZM11.6819 11.0273C11.9289 11.0605 12.2707 11.1494 12.5607 11.4394C12.8507 11.7294 12.9396 12.0711 12.9728 12.3182C13.0003 12.5228 13.0001 12.7608 13 12.9606L13 13V17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V13C10.4477 13 10 12.5523 10 12C10 11.4477 10.4477 11 11 11L11.0394 11C11.2393 10.9999 11.4772 10.9997 11.6819 11.0273ZM11.9954 7C11.4456 7 10.9999 7.44772 10.9999 8C10.9999 8.55228 11.4456 9 11.9954 9H12.0044C12.5542 9 12.9999 8.55228 12.9999 8C12.9999 7.44772 12.5542 7 12.0044 7H11.9954Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-alert-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.362 2.015C11.4264 1.66167 12.5736 1.66167 13.638 2.015C14.6981 2.36687 15.5304 3.20141 16.3665 4.37395C17.1999 5.5426 18.1208 7.17206 19.3078 9.2725L19.3544 9.35496C20.5417 11.4557 21.4625 13.0851 22.0364 14.4065C22.613 15.7343 22.9002 16.8807 22.6711 17.9821C22.4403 19.0911 21.8714 20.0995 21.0428 20.8617C20.2162 21.622 19.0907 21.9428 17.6736 22.0968C16.2645 22.25 14.4212 22.25 12.0488 22.25H11.9513C9.57882 22.25 7.73554 22.25 6.32642 22.0968C4.90927 21.9428 3.78379 21.622 2.95722 20.8617C2.12862 20.0995 1.55968 19.0911 1.32895 17.9821C1.0998 16.8807 1.387 15.7343 1.96365 14.4065C2.53752 13.0851 3.45835 11.4557 4.64558 9.35495L4.69218 9.2725L4.69218 9.27249C5.87921 7.17206 6.80008 5.5426 7.63347 4.37395C8.46963 3.20141 9.30194 2.36687 10.362 2.015ZM11 17C11 16.4477 11.4457 16 11.9955 16H12.0045C12.5543 16 13 16.4477 13 17C13 17.5523 12.5543 18 12.0045 18H11.9955C11.4457 18 11 17.5523 11 17ZM11 13C11 13.5523 11.4477 14 12 14C12.5523 14 13 13.5523 13 13V9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9V13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.362 2.015C11.4264 1.66167 12.5736 1.66167 13.638 2.015C14.6981 2.36687 15.5304 3.20141 16.3665 4.37395C17.1999 5.5426 18.1208 7.17206 19.3078 9.2725L19.3544 9.35496C20.5417 11.4557 21.4625 13.0851 22.0364 14.4065C22.613 15.7343 22.9002 16.8807 22.6711 17.9821C22.4403 19.0911 21.8714 20.0995 21.0428 20.8617C20.2162 21.622 19.0907 21.9428 17.6736 22.0968C16.2645 22.25 14.4212 22.25 12.0488 22.25H11.9513C9.57882 22.25 7.73554 22.25 6.32642 22.0968C4.90927 21.9428 3.78379 21.622 2.95722 20.8617C2.12862 20.0995 1.55968 19.0911 1.32895 17.9821C1.0998 16.8807 1.387 15.7343 1.96365 14.4065C2.53752 13.0851 3.45835 11.4557 4.64558 9.35495L4.69218 9.2725L4.69218 9.27249C5.87921 7.17206 6.80008 5.5426 7.63347 4.37395C8.46963 3.20141 9.30194 2.36687 10.362 2.015ZM11 17C11 16.4477 11.4457 16 11.9955 16H12.0045C12.5543 16 13 16.4477 13 17C13 17.5523 12.5543 18 12.0045 18H11.9955C11.4457 18 11 17.5523 11 17ZM11 13C11 13.5523 11.4477 14 12 14C12.5523 14 13 13.5523 13 13V9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9V13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-alert-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM11 16C11 15.4477 11.4457 15 11.9955 15H12.0045C12.5543 15 13 15.4477 13 16C13 16.5523 12.5543 17 12.0045 17H11.9955C11.4457 17 11 16.5523 11 16ZM11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12V8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM11 16C11 15.4477 11.4457 15 11.9955 15H12.0045C12.5543 15 13 15.4477 13 16C13 16.5523 12.5543 17 12.0045 17H11.9955C11.4457 17 11 16.5523 11 16ZM11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12V8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-alert-diamond{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8244 1.25657C11.9413 1.24781 12.0587 1.24781 12.1756 1.25657C12.6792 1.29431 13.0873 1.52155 13.4602 1.81329C13.8109 2.0877 14.1989 2.47573 14.6527 2.92956L14.8949 3.13696L14.8949 3.13697C15.1518 3.35689 15.2802 3.46685 15.4344 3.52828C15.5886 3.58971 15.7574 3.59821 16.0951 3.61521L16.4673 3.63394C17.1785 3.6339 17.7864 3.63387 18.2722 3.69919C18.7909 3.76892 19.2811 3.92526 19.6779 4.32206C20.0747 4.71886 20.2311 5.20911 20.3008 5.7278C20.3661 6.21358 20.3661 6.82148 20.3661 7.53269L20.3848 7.90486V7.90487C20.4018 8.24259 20.4103 8.41145 20.4717 8.5656C20.5331 8.71974 20.6431 8.84817 20.863 9.105L20.863 9.10504L20.863 9.10506L21.0704 9.34726C21.5242 9.80106 21.9123 10.1891 22.1867 10.5398C22.4785 10.9127 22.7057 11.3208 22.7434 11.8244C22.7522 11.9413 22.7522 12.0587 22.7434 12.1756C22.7057 12.6792 22.4785 13.0873 22.1867 13.4602C21.9123 13.8109 21.5243 14.1989 21.0705 14.6527L20.863 14.8949C20.6431 15.1518 20.5331 15.2802 20.4717 15.4344C20.4103 15.5886 20.4018 15.7574 20.3848 16.0951V16.0951L20.3661 16.4673C20.3661 17.1785 20.3661 17.7864 20.3008 18.2722C20.2311 18.7909 20.0747 19.2811 19.6779 19.6779C19.2811 20.0747 18.7909 20.2311 18.2722 20.3008C17.7864 20.3661 17.1785 20.3661 16.4673 20.3661L16.0377 20.3959C15.6994 20.4195 15.5302 20.4312 15.3769 20.4959C15.2236 20.5606 15.0971 20.6735 14.8442 20.8994L14.6527 21.0704C14.1989 21.5242 13.8109 21.9123 13.4602 22.1867C13.0873 22.4785 12.6792 22.7057 12.1756 22.7434C12.0587 22.7522 11.9413 22.7522 11.8244 22.7434C11.3208 22.7057 10.9127 22.4785 10.5398 22.1867C10.1891 21.9123 9.80114 21.5243 9.3474 21.0705L9.34733 21.0705L9.3473 21.0704L9.10506 20.863L9.10504 20.863C8.84819 20.6431 8.71976 20.5331 8.5656 20.4717C8.41145 20.4103 8.24259 20.4018 7.90487 20.3848H7.90485L7.53269 20.3661C6.82148 20.3661 6.21358 20.3661 5.7278 20.3008C5.20911 20.2311 4.71886 20.0747 4.32206 19.6779C3.92526 19.2811 3.76892 18.7909 3.69919 18.2722C3.63387 17.7864 3.6339 17.1785 3.63394 16.4673L3.61521 16.0951C3.59821 15.7574 3.58971 15.5886 3.52828 15.4344C3.46685 15.2802 3.35689 15.1518 3.13697 14.8949L3.13697 14.8949L3.13696 14.8949L2.92956 14.6527C2.47573 14.1989 2.0877 13.8109 1.81329 13.4602C1.52155 13.0873 1.29431 12.6792 1.25657 12.1756C1.24781 12.0587 1.24781 11.9413 1.25657 11.8244C1.29431 11.3208 1.52155 10.9127 1.81329 10.5398C2.08769 10.1891 2.4757 9.80111 2.9295 9.34735L2.92954 9.34731L2.92956 9.3473L3.13696 9.10506C3.35689 8.84819 3.46685 8.71976 3.52828 8.5656C3.58971 8.41144 3.59821 8.24258 3.61521 7.90485L3.63394 7.53268C3.6339 6.82147 3.63387 6.21358 3.69919 5.7278C3.76892 5.20911 3.92526 4.71886 4.32206 4.32206C4.71886 3.92526 5.20911 3.76892 5.7278 3.69919C6.21358 3.63387 6.82147 3.6339 7.53268 3.63394L7.9623 3.60407C8.30062 3.58055 8.46978 3.56878 8.62311 3.5041C8.77643 3.43942 8.9029 3.32646 9.15584 3.10055L9.3473 2.92956C9.80108 2.47573 10.1891 2.0877 10.5398 1.81329C10.9127 1.52155 11.3208 1.29431 11.8244 1.25657ZM11 16C11 15.4477 11.4457 15 11.9955 15H12.0045C12.5543 15 13 15.4477 13 16C13 16.5523 12.5543 17 12.0045 17H11.9955C11.4457 17 11 16.5523 11 16ZM11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12V8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8244 1.25657C11.9413 1.24781 12.0587 1.24781 12.1756 1.25657C12.6792 1.29431 13.0873 1.52155 13.4602 1.81329C13.8109 2.0877 14.1989 2.47573 14.6527 2.92956L14.8949 3.13696L14.8949 3.13697C15.1518 3.35689 15.2802 3.46685 15.4344 3.52828C15.5886 3.58971 15.7574 3.59821 16.0951 3.61521L16.4673 3.63394C17.1785 3.6339 17.7864 3.63387 18.2722 3.69919C18.7909 3.76892 19.2811 3.92526 19.6779 4.32206C20.0747 4.71886 20.2311 5.20911 20.3008 5.7278C20.3661 6.21358 20.3661 6.82148 20.3661 7.53269L20.3848 7.90486V7.90487C20.4018 8.24259 20.4103 8.41145 20.4717 8.5656C20.5331 8.71974 20.6431 8.84817 20.863 9.105L20.863 9.10504L20.863 9.10506L21.0704 9.34726C21.5242 9.80106 21.9123 10.1891 22.1867 10.5398C22.4785 10.9127 22.7057 11.3208 22.7434 11.8244C22.7522 11.9413 22.7522 12.0587 22.7434 12.1756C22.7057 12.6792 22.4785 13.0873 22.1867 13.4602C21.9123 13.8109 21.5243 14.1989 21.0705 14.6527L20.863 14.8949C20.6431 15.1518 20.5331 15.2802 20.4717 15.4344C20.4103 15.5886 20.4018 15.7574 20.3848 16.0951V16.0951L20.3661 16.4673C20.3661 17.1785 20.3661 17.7864 20.3008 18.2722C20.2311 18.7909 20.0747 19.2811 19.6779 19.6779C19.2811 20.0747 18.7909 20.2311 18.2722 20.3008C17.7864 20.3661 17.1785 20.3661 16.4673 20.3661L16.0377 20.3959C15.6994 20.4195 15.5302 20.4312 15.3769 20.4959C15.2236 20.5606 15.0971 20.6735 14.8442 20.8994L14.6527 21.0704C14.1989 21.5242 13.8109 21.9123 13.4602 22.1867C13.0873 22.4785 12.6792 22.7057 12.1756 22.7434C12.0587 22.7522 11.9413 22.7522 11.8244 22.7434C11.3208 22.7057 10.9127 22.4785 10.5398 22.1867C10.1891 21.9123 9.80114 21.5243 9.3474 21.0705L9.34733 21.0705L9.3473 21.0704L9.10506 20.863L9.10504 20.863C8.84819 20.6431 8.71976 20.5331 8.5656 20.4717C8.41145 20.4103 8.24259 20.4018 7.90487 20.3848H7.90485L7.53269 20.3661C6.82148 20.3661 6.21358 20.3661 5.7278 20.3008C5.20911 20.2311 4.71886 20.0747 4.32206 19.6779C3.92526 19.2811 3.76892 18.7909 3.69919 18.2722C3.63387 17.7864 3.6339 17.1785 3.63394 16.4673L3.61521 16.0951C3.59821 15.7574 3.58971 15.5886 3.52828 15.4344C3.46685 15.2802 3.35689 15.1518 3.13697 14.8949L3.13697 14.8949L3.13696 14.8949L2.92956 14.6527C2.47573 14.1989 2.0877 13.8109 1.81329 13.4602C1.52155 13.0873 1.29431 12.6792 1.25657 12.1756C1.24781 12.0587 1.24781 11.9413 1.25657 11.8244C1.29431 11.3208 1.52155 10.9127 1.81329 10.5398C2.08769 10.1891 2.4757 9.80111 2.9295 9.34735L2.92954 9.34731L2.92956 9.3473L3.13696 9.10506C3.35689 8.84819 3.46685 8.71976 3.52828 8.5656C3.58971 8.41144 3.59821 8.24258 3.61521 7.90485L3.63394 7.53268C3.6339 6.82147 3.63387 6.21358 3.69919 5.7278C3.76892 5.20911 3.92526 4.71886 4.32206 4.32206C4.71886 3.92526 5.20911 3.76892 5.7278 3.69919C6.21358 3.63387 6.82147 3.6339 7.53268 3.63394L7.9623 3.60407C8.30062 3.58055 8.46978 3.56878 8.62311 3.5041C8.77643 3.43942 8.9029 3.32646 9.15584 3.10055L9.3473 2.92956C9.80108 2.47573 10.1891 2.0877 10.5398 1.81329C10.9127 1.52155 11.3208 1.29431 11.8244 1.25657ZM11 16C11 15.4477 11.4457 15 11.9955 15H12.0045C12.5543 15 13 15.4477 13 16C13 16.5523 12.5543 17 12.0045 17H11.9955C11.4457 17 11 16.5523 11 16ZM11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12V8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-alert-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03143 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03143 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM11 16.5C11 15.9477 11.4457 15.5 11.9955 15.5H12.0045C12.5543 15.5 13 15.9477 13 16.5C13 17.0523 12.5543 17.5 12.0045 17.5H11.9955C11.4457 17.5 11 17.0523 11 16.5ZM11.0001 12.5C11.0001 13.0523 11.4478 13.5 12.0001 13.5C12.5524 13.5 13.0001 13.0523 13.0001 12.5V8.5C13.0001 7.94772 12.5524 7.5 12.0001 7.5C11.4478 7.5 11.0001 7.94772 11.0001 8.5V12.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03143 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03143 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM11 16.5C11 15.9477 11.4457 15.5 11.9955 15.5H12.0045C12.5543 15.5 13 15.9477 13 16.5C13 17.0523 12.5543 17.5 12.0045 17.5H11.9955C11.4457 17.5 11 17.0523 11 16.5ZM11.0001 12.5C11.0001 13.0523 11.4478 13.5 12.0001 13.5C12.5524 13.5 13.0001 13.0523 13.0001 12.5V8.5C13.0001 7.94772 12.5524 7.5 12.0001 7.5C11.4478 7.5 11.0001 7.94772 11.0001 8.5V12.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-help-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12 8.5C11.4477 8.5 11 8.94772 11 9.5C11 10.0523 10.5523 10.5 10 10.5C9.44771 10.5 9 10.0523 9 9.5C9 7.84315 10.3431 6.5 12 6.5C13.6569 6.5 15 7.84315 15 9.5C15 10.0957 14.8253 10.6537 14.5241 11.1219C14.3433 11.4028 14.1337 11.6684 13.9471 11.9004L13.8449 12.027C13.6904 12.2182 13.5532 12.3881 13.426 12.5629C13.1099 12.9973 13 13.277 13 13.5C13 14.0523 12.5523 14.5 12 14.5C11.4477 14.5 11 14.0523 11 13.5C11 12.6184 11.4328 11.903 11.8088 11.3862C11.9687 11.1665 12.1441 10.9494 12.2993 10.7576L12.3889 10.6466C12.5739 10.4167 12.7241 10.2232 12.8422 10.0397C12.942 9.88454 13 9.70057 13 9.5C13 8.94772 12.5523 8.5 12 8.5ZM11.9955 15.5C11.4457 15.5 11 15.9477 11 16.5C11 17.0523 11.4457 17.5 11.9955 17.5H12.0045C12.5543 17.5 13 17.0523 13 16.5C13 15.9477 12.5543 15.5 12.0045 15.5H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12 8.5C11.4477 8.5 11 8.94772 11 9.5C11 10.0523 10.5523 10.5 10 10.5C9.44771 10.5 9 10.0523 9 9.5C9 7.84315 10.3431 6.5 12 6.5C13.6569 6.5 15 7.84315 15 9.5C15 10.0957 14.8253 10.6537 14.5241 11.1219C14.3433 11.4028 14.1337 11.6684 13.9471 11.9004L13.8449 12.027C13.6904 12.2182 13.5532 12.3881 13.426 12.5629C13.1099 12.9973 13 13.277 13 13.5C13 14.0523 12.5523 14.5 12 14.5C11.4477 14.5 11 14.0523 11 13.5C11 12.6184 11.4328 11.903 11.8088 11.3862C11.9687 11.1665 12.1441 10.9494 12.2993 10.7576L12.3889 10.6466C12.5739 10.4167 12.7241 10.2232 12.8422 10.0397C12.942 9.88454 13 9.70057 13 9.5C13 8.94772 12.5523 8.5 12 8.5ZM11.9955 15.5C11.4457 15.5 11 15.9477 11 16.5C11 17.0523 11.4457 17.5 11.9955 17.5H12.0045C12.5543 17.5 13 17.0523 13 16.5C13 15.9477 12.5543 15.5 12.0045 15.5H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-help-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03143 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03143 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM12 8.5C11.4477 8.5 11 8.94772 11 9.5C11 10.0523 10.5523 10.5 10 10.5C9.44772 10.5 9 10.0523 9 9.5C9 7.84315 10.3431 6.5 12 6.5C13.6569 6.5 15 7.84315 15 9.5C15 10.0957 14.8253 10.6537 14.5241 11.1219C14.3433 11.4028 14.1337 11.6684 13.9471 11.9004L13.8449 12.027C13.6904 12.2182 13.5532 12.3881 13.426 12.5629C13.1099 12.9973 13 13.277 13 13.5C13 14.0523 12.5523 14.5 12 14.5C11.4477 14.5 11 14.0523 11 13.5C11 12.6184 11.4328 11.903 11.8088 11.3862C11.9687 11.1665 12.1441 10.9494 12.2993 10.7576L12.3889 10.6466C12.5739 10.4167 12.7241 10.2232 12.8422 10.0397C12.942 9.88454 13 9.70057 13 9.5C13 8.94772 12.5523 8.5 12 8.5ZM11.9955 15.5C11.4457 15.5 11 15.9477 11 16.5C11 17.0523 11.4457 17.5 11.9955 17.5H12.0045C12.5543 17.5 13 17.0523 13 16.5C13 15.9477 12.5543 15.5 12.0045 15.5H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03143 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03143 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM12 8.5C11.4477 8.5 11 8.94772 11 9.5C11 10.0523 10.5523 10.5 10 10.5C9.44772 10.5 9 10.0523 9 9.5C9 7.84315 10.3431 6.5 12 6.5C13.6569 6.5 15 7.84315 15 9.5C15 10.0957 14.8253 10.6537 14.5241 11.1219C14.3433 11.4028 14.1337 11.6684 13.9471 11.9004L13.8449 12.027C13.6904 12.2182 13.5532 12.3881 13.426 12.5629C13.1099 12.9973 13 13.277 13 13.5C13 14.0523 12.5523 14.5 12 14.5C11.4477 14.5 11 14.0523 11 13.5C11 12.6184 11.4328 11.903 11.8088 11.3862C11.9687 11.1665 12.1441 10.9494 12.2993 10.7576L12.3889 10.6466C12.5739 10.4167 12.7241 10.2232 12.8422 10.0397C12.942 9.88454 13 9.70057 13 9.5C13 8.94772 12.5523 8.5 12 8.5ZM11.9955 15.5C11.4457 15.5 11 15.9477 11 16.5C11 17.0523 11.4457 17.5 11.9955 17.5H12.0045C12.5543 17.5 13 17.0523 13 16.5C13 15.9477 12.5543 15.5 12.0045 15.5H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-information-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12ZM11.6819 11.0273C11.9289 11.0605 12.2707 11.1494 12.5607 11.4394C12.8507 11.7294 12.9396 12.0711 12.9728 12.3182C13.0003 12.5228 13.0001 12.7608 13 12.9606L13 13V17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V13C10.4477 13 10 12.5523 10 12C10 11.4477 10.4477 11 11 11L11.0394 11C11.2393 10.9999 11.4772 10.9997 11.6819 11.0273ZM11.9954 7C11.4456 7 10.9999 7.44772 10.9999 8C10.9999 8.55228 11.4456 9 11.9954 9H12.0044C12.5542 9 12.9999 8.55228 12.9999 8C12.9999 7.44772 12.5542 7 12.0044 7H11.9954Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12ZM11.6819 11.0273C11.9289 11.0605 12.2707 11.1494 12.5607 11.4394C12.8507 11.7294 12.9396 12.0711 12.9728 12.3182C13.0003 12.5228 13.0001 12.7608 13 12.9606L13 13V17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V13C10.4477 13 10 12.5523 10 12C10 11.4477 10.4477 11 11 11L11.0394 11C11.2393 10.9999 11.4772 10.9997 11.6819 11.0273ZM11.9954 7C11.4456 7 10.9999 7.44772 10.9999 8C10.9999 8.55228 11.4456 9 11.9954 9H12.0044C12.5542 9 12.9999 8.55228 12.9999 8C12.9999 7.44772 12.5542 7 12.0044 7H11.9954Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-information-diamond{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8244 1.25657C11.9413 1.24781 12.0587 1.24781 12.1756 1.25657C12.6792 1.29431 13.0873 1.52155 13.4602 1.81329C13.8109 2.0877 14.1989 2.47573 14.6527 2.92956L14.8949 3.13696L14.8949 3.13697C15.1518 3.35689 15.2802 3.46685 15.4344 3.52828C15.5886 3.58971 15.7574 3.59821 16.0951 3.61521L16.4673 3.63394C17.1785 3.6339 17.7864 3.63387 18.2722 3.69919C18.7909 3.76892 19.2811 3.92526 19.6779 4.32206C20.0747 4.71886 20.2311 5.20911 20.3008 5.7278C20.3661 6.21358 20.3661 6.82148 20.3661 7.53269L20.3848 7.90486V7.90487C20.4018 8.24259 20.4103 8.41145 20.4717 8.5656C20.5331 8.71974 20.6431 8.84817 20.863 9.105L20.863 9.10504L20.863 9.10506L21.0704 9.34726C21.5242 9.80106 21.9123 10.1891 22.1867 10.5398C22.4785 10.9127 22.7057 11.3208 22.7434 11.8244C22.7522 11.9413 22.7522 12.0587 22.7434 12.1756C22.7057 12.6792 22.4785 13.0873 22.1867 13.4602C21.9123 13.8109 21.5243 14.1989 21.0705 14.6527L20.863 14.8949C20.6431 15.1518 20.5331 15.2802 20.4717 15.4344C20.4103 15.5886 20.4018 15.7574 20.3848 16.0951V16.0951L20.3661 16.4673C20.3661 17.1785 20.3661 17.7864 20.3008 18.2722C20.2311 18.7909 20.0747 19.2811 19.6779 19.6779C19.2811 20.0747 18.7909 20.2311 18.2722 20.3008C17.7864 20.3661 17.1785 20.3661 16.4673 20.3661L16.0377 20.3959C15.6994 20.4195 15.5302 20.4312 15.3769 20.4959C15.2236 20.5606 15.0971 20.6735 14.8442 20.8994L14.6527 21.0704C14.1989 21.5242 13.8109 21.9123 13.4602 22.1867C13.0873 22.4785 12.6792 22.7057 12.1756 22.7434C12.0587 22.7522 11.9413 22.7522 11.8244 22.7434C11.3208 22.7057 10.9127 22.4785 10.5398 22.1867C10.1891 21.9123 9.80114 21.5243 9.3474 21.0705L9.34733 21.0705L9.3473 21.0704L9.10506 20.863L9.10504 20.863C8.84819 20.6431 8.71976 20.5331 8.5656 20.4717C8.41145 20.4103 8.24259 20.4018 7.90487 20.3848H7.90485L7.53269 20.3661C6.82148 20.3661 6.21358 20.3661 5.7278 20.3008C5.20911 20.2311 4.71886 20.0747 4.32206 19.6779C3.92526 19.2811 3.76892 18.7909 3.69919 18.2722C3.63387 17.7864 3.6339 17.1785 3.63394 16.4673L3.61521 16.0951C3.59821 15.7574 3.58971 15.5886 3.52828 15.4344C3.46685 15.2802 3.35689 15.1518 3.13697 14.8949L3.13697 14.8949L3.13696 14.8949L2.92956 14.6527C2.47573 14.1989 2.0877 13.8109 1.81329 13.4602C1.52155 13.0873 1.29431 12.6792 1.25657 12.1756C1.24781 12.0587 1.24781 11.9413 1.25657 11.8244C1.29431 11.3208 1.52155 10.9127 1.81329 10.5398C2.08769 10.1891 2.4757 9.80111 2.9295 9.34735L2.92954 9.34731L2.92956 9.3473L3.13696 9.10506C3.35689 8.84819 3.46685 8.71976 3.52828 8.5656C3.58971 8.41144 3.59821 8.24258 3.61521 7.90485L3.63394 7.53268C3.6339 6.82147 3.63387 6.21358 3.69919 5.7278C3.76892 5.20911 3.92526 4.71886 4.32206 4.32206C4.71886 3.92526 5.20911 3.76892 5.7278 3.69919C6.21358 3.63387 6.82147 3.6339 7.53268 3.63394L7.9623 3.60407C8.30062 3.58055 8.46978 3.56878 8.62311 3.5041C8.77643 3.43942 8.9029 3.32646 9.15584 3.10055L9.3473 2.92956C9.80108 2.47573 10.1891 2.0877 10.5398 1.81329C10.9127 1.52155 11.3208 1.29431 11.8244 1.25657ZM11.6819 10.5273C11.9289 10.5605 12.2707 10.6494 12.5607 10.9394C12.8507 11.2294 12.9396 11.5711 12.9728 11.8182C13.0003 12.0228 13.0001 12.2608 13 12.4606L13 12.5V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V12.5C10.4477 12.5 10 12.0523 10 11.5C10 10.9477 10.4477 10.5 11 10.5L11.0394 10.5C11.2393 10.4999 11.4772 10.4997 11.6819 10.5273ZM11.9954 6.5C11.4456 6.5 10.9999 6.94772 10.9999 7.5C10.9999 8.05228 11.4456 8.5 11.9954 8.5H12.0044C12.5542 8.5 12.9999 8.05228 12.9999 7.5C12.9999 6.94772 12.5542 6.5 12.0044 6.5H11.9954Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8244 1.25657C11.9413 1.24781 12.0587 1.24781 12.1756 1.25657C12.6792 1.29431 13.0873 1.52155 13.4602 1.81329C13.8109 2.0877 14.1989 2.47573 14.6527 2.92956L14.8949 3.13696L14.8949 3.13697C15.1518 3.35689 15.2802 3.46685 15.4344 3.52828C15.5886 3.58971 15.7574 3.59821 16.0951 3.61521L16.4673 3.63394C17.1785 3.6339 17.7864 3.63387 18.2722 3.69919C18.7909 3.76892 19.2811 3.92526 19.6779 4.32206C20.0747 4.71886 20.2311 5.20911 20.3008 5.7278C20.3661 6.21358 20.3661 6.82148 20.3661 7.53269L20.3848 7.90486V7.90487C20.4018 8.24259 20.4103 8.41145 20.4717 8.5656C20.5331 8.71974 20.6431 8.84817 20.863 9.105L20.863 9.10504L20.863 9.10506L21.0704 9.34726C21.5242 9.80106 21.9123 10.1891 22.1867 10.5398C22.4785 10.9127 22.7057 11.3208 22.7434 11.8244C22.7522 11.9413 22.7522 12.0587 22.7434 12.1756C22.7057 12.6792 22.4785 13.0873 22.1867 13.4602C21.9123 13.8109 21.5243 14.1989 21.0705 14.6527L20.863 14.8949C20.6431 15.1518 20.5331 15.2802 20.4717 15.4344C20.4103 15.5886 20.4018 15.7574 20.3848 16.0951V16.0951L20.3661 16.4673C20.3661 17.1785 20.3661 17.7864 20.3008 18.2722C20.2311 18.7909 20.0747 19.2811 19.6779 19.6779C19.2811 20.0747 18.7909 20.2311 18.2722 20.3008C17.7864 20.3661 17.1785 20.3661 16.4673 20.3661L16.0377 20.3959C15.6994 20.4195 15.5302 20.4312 15.3769 20.4959C15.2236 20.5606 15.0971 20.6735 14.8442 20.8994L14.6527 21.0704C14.1989 21.5242 13.8109 21.9123 13.4602 22.1867C13.0873 22.4785 12.6792 22.7057 12.1756 22.7434C12.0587 22.7522 11.9413 22.7522 11.8244 22.7434C11.3208 22.7057 10.9127 22.4785 10.5398 22.1867C10.1891 21.9123 9.80114 21.5243 9.3474 21.0705L9.34733 21.0705L9.3473 21.0704L9.10506 20.863L9.10504 20.863C8.84819 20.6431 8.71976 20.5331 8.5656 20.4717C8.41145 20.4103 8.24259 20.4018 7.90487 20.3848H7.90485L7.53269 20.3661C6.82148 20.3661 6.21358 20.3661 5.7278 20.3008C5.20911 20.2311 4.71886 20.0747 4.32206 19.6779C3.92526 19.2811 3.76892 18.7909 3.69919 18.2722C3.63387 17.7864 3.6339 17.1785 3.63394 16.4673L3.61521 16.0951C3.59821 15.7574 3.58971 15.5886 3.52828 15.4344C3.46685 15.2802 3.35689 15.1518 3.13697 14.8949L3.13697 14.8949L3.13696 14.8949L2.92956 14.6527C2.47573 14.1989 2.0877 13.8109 1.81329 13.4602C1.52155 13.0873 1.29431 12.6792 1.25657 12.1756C1.24781 12.0587 1.24781 11.9413 1.25657 11.8244C1.29431 11.3208 1.52155 10.9127 1.81329 10.5398C2.08769 10.1891 2.4757 9.80111 2.9295 9.34735L2.92954 9.34731L2.92956 9.3473L3.13696 9.10506C3.35689 8.84819 3.46685 8.71976 3.52828 8.5656C3.58971 8.41144 3.59821 8.24258 3.61521 7.90485L3.63394 7.53268C3.6339 6.82147 3.63387 6.21358 3.69919 5.7278C3.76892 5.20911 3.92526 4.71886 4.32206 4.32206C4.71886 3.92526 5.20911 3.76892 5.7278 3.69919C6.21358 3.63387 6.82147 3.6339 7.53268 3.63394L7.9623 3.60407C8.30062 3.58055 8.46978 3.56878 8.62311 3.5041C8.77643 3.43942 8.9029 3.32646 9.15584 3.10055L9.3473 2.92956C9.80108 2.47573 10.1891 2.0877 10.5398 1.81329C10.9127 1.52155 11.3208 1.29431 11.8244 1.25657ZM11.6819 10.5273C11.9289 10.5605 12.2707 10.6494 12.5607 10.9394C12.8507 11.2294 12.9396 11.5711 12.9728 11.8182C13.0003 12.0228 13.0001 12.2608 13 12.4606L13 12.5V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V12.5C10.4477 12.5 10 12.0523 10 11.5C10 10.9477 10.4477 10.5 11 10.5L11.0394 10.5C11.2393 10.4999 11.4772 10.4997 11.6819 10.5273ZM11.9954 6.5C11.4456 6.5 10.9999 6.94772 10.9999 7.5C10.9999 8.05228 11.4456 8.5 11.9954 8.5H12.0044C12.5542 8.5 12.9999 8.05228 12.9999 7.5C12.9999 6.94772 12.5542 6.5 12.0044 6.5H11.9954Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-information-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03143 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03143 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM11.6819 10.5273C11.9289 10.5605 12.2707 10.6494 12.5607 10.9394C12.8507 11.2294 12.9396 11.5711 12.9728 11.8182C13.0003 12.0228 13.0001 12.2608 13 12.4606L13 12.5V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V12.5C10.4477 12.5 10 12.0523 10 11.5C10 10.9477 10.4477 10.5 11 10.5L11.0394 10.5C11.2393 10.4999 11.4772 10.4997 11.6819 10.5273ZM11.9954 6.5C11.4456 6.5 10.9999 6.94772 10.9999 7.5C10.9999 8.05228 11.4456 8.5 11.9954 8.5H12.0044C12.5542 8.5 12.9999 8.05228 12.9999 7.5C12.9999 6.94772 12.5542 6.5 12.0044 6.5H11.9954Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03143 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03143 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM11.6819 10.5273C11.9289 10.5605 12.2707 10.6494 12.5607 10.9394C12.8507 11.2294 12.9396 11.5711 12.9728 11.8182C13.0003 12.0228 13.0001 12.2608 13 12.4606L13 12.5V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V12.5C10.4477 12.5 10 12.0523 10 11.5C10 10.9477 10.4477 10.5 11 10.5L11.0394 10.5C11.2393 10.4999 11.4772 10.4997 11.6819 10.5273ZM11.9954 6.5C11.4456 6.5 10.9999 6.94772 10.9999 7.5C10.9999 8.05228 11.4456 8.5 11.9954 8.5H12.0044C12.5542 8.5 12.9999 8.05228 12.9999 7.5C12.9999 6.94772 12.5542 6.5 12.0044 6.5H11.9954Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-notification-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.4094 11.4516C4.62188 7.41446 7.95728 4.25 12 4.25C16.0427 4.25 19.3781 7.41446 19.5906 11.4516C19.5997 11.6241 19.6064 11.7893 19.6129 11.9485C19.6351 12.49 19.6544 12.9615 19.7525 13.4133C19.8698 13.9531 20.0867 14.3775 20.5279 14.7084C21.2972 15.2854 21.75 16.191 21.75 17.1527C21.75 18.534 20.6628 19.75 19.2 19.75H4.8C3.33719 19.75 2.25 18.534 2.25 17.1527C2.25 16.191 2.70278 15.2854 3.47213 14.7084C3.91329 14.3775 4.13025 13.9531 4.24749 13.4133C4.34561 12.9615 4.3649 12.49 4.38705 11.9485V11.9485L4.38705 11.9485C4.39356 11.7893 4.40032 11.6241 4.4094 11.4516Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5286 1.37434C10.9737 1.08296 11.517 1 12 1C12.483 1 13.0263 1.08296 13.4714 1.37434C13.9652 1.69759 14.25 2.22083 14.25 2.875C14.25 3.47116 14.017 4.09375 13.6626 4.57057C13.3138 5.03989 12.7415 5.5 12 5.5C11.2585 5.5 10.6862 5.03989 10.3374 4.57057C9.98299 4.09375 9.75 3.47116 9.75 2.875C9.75 2.22083 10.0348 1.69759 10.5286 1.37434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 18C9.55228 18 10 18.4477 10 19C10 20.1046 10.8954 21 12 21C13.1046 21 14 20.1046 14 19C14 18.4477 14.4477 18 15 18C15.5523 18 16 18.4477 16 19C16 21.2091 14.2091 23 12 23C9.79086 23 8 21.2091 8 19C8 18.4477 8.44772 18 9 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.4094 11.4516C4.62188 7.41446 7.95728 4.25 12 4.25C16.0427 4.25 19.3781 7.41446 19.5906 11.4516C19.5997 11.6241 19.6064 11.7893 19.6129 11.9485C19.6351 12.49 19.6544 12.9615 19.7525 13.4133C19.8698 13.9531 20.0867 14.3775 20.5279 14.7084C21.2972 15.2854 21.75 16.191 21.75 17.1527C21.75 18.534 20.6628 19.75 19.2 19.75H4.8C3.33719 19.75 2.25 18.534 2.25 17.1527C2.25 16.191 2.70278 15.2854 3.47213 14.7084C3.91329 14.3775 4.13025 13.9531 4.24749 13.4133C4.34561 12.9615 4.3649 12.49 4.38705 11.9485V11.9485L4.38705 11.9485C4.39356 11.7893 4.40032 11.6241 4.4094 11.4516Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5286 1.37434C10.9737 1.08296 11.517 1 12 1C12.483 1 13.0263 1.08296 13.4714 1.37434C13.9652 1.69759 14.25 2.22083 14.25 2.875C14.25 3.47116 14.017 4.09375 13.6626 4.57057C13.3138 5.03989 12.7415 5.5 12 5.5C11.2585 5.5 10.6862 5.03989 10.3374 4.57057C9.98299 4.09375 9.75 3.47116 9.75 2.875C9.75 2.22083 10.0348 1.69759 10.5286 1.37434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 18C9.55228 18 10 18.4477 10 19C10 20.1046 10.8954 21 12 21C13.1046 21 14 20.1046 14 19C14 18.4477 14.4477 18 15 18C15.5523 18 16 18.4477 16 19C16 21.2091 14.2091 23 12 23C9.79086 23 8 21.2091 8 19C8 18.4477 8.44772 18 9 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-notification-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.92786 9.27697C3.92789 4.84151 7.54419 1.25 12 1.25C16.4558 1.25 20.0721 4.84155 20.0721 9.27703C20.0722 10.3088 20.1416 11.0874 20.6173 11.7873C20.6835 11.8832 20.7712 12.0033 20.8671 12.1345L20.8671 12.1345C21.0337 12.3625 21.2247 12.624 21.3697 12.8505C21.6255 13.2503 21.8754 13.7324 21.9613 14.2942C22.2416 16.127 20.9494 17.3136 19.6625 17.8454C15.1298 19.7182 8.87016 19.7182 4.33746 17.8454C3.05056 17.3136 1.75836 16.127 2.03868 14.2942C2.12459 13.7324 2.37452 13.2503 2.63033 12.8505C2.77528 12.624 2.96636 12.3624 3.13291 12.1345L3.13294 12.1344C3.22882 12.0032 3.31657 11.8831 3.38271 11.7872C3.85838 11.0873 3.92776 10.3087 3.92786 9.27697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.74341 17.7838C8.27717 17.6419 8.82485 17.9596 8.9667 18.4934C9.30659 19.7724 10.5207 20.7502 12.0002 20.7502C13.4798 20.7502 14.6939 19.7724 15.0338 18.4934C15.1756 17.9596 15.7233 17.6419 16.2571 17.7838C16.7908 17.9256 17.1086 18.4733 16.9667 19.0071C16.3896 21.1786 14.3697 22.7502 12.0002 22.7502C9.63084 22.7502 7.61087 21.1786 7.03379 19.0071C6.89194 18.4733 7.20965 17.9256 7.74341 17.7838Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.92786 9.27697C3.92789 4.84151 7.54419 1.25 12 1.25C16.4558 1.25 20.0721 4.84155 20.0721 9.27703C20.0722 10.3088 20.1416 11.0874 20.6173 11.7873C20.6835 11.8832 20.7712 12.0033 20.8671 12.1345L20.8671 12.1345C21.0337 12.3625 21.2247 12.624 21.3697 12.8505C21.6255 13.2503 21.8754 13.7324 21.9613 14.2942C22.2416 16.127 20.9494 17.3136 19.6625 17.8454C15.1298 19.7182 8.87016 19.7182 4.33746 17.8454C3.05056 17.3136 1.75836 16.127 2.03868 14.2942C2.12459 13.7324 2.37452 13.2503 2.63033 12.8505C2.77528 12.624 2.96636 12.3624 3.13291 12.1345L3.13294 12.1344C3.22882 12.0032 3.31657 11.8831 3.38271 11.7872C3.85838 11.0873 3.92776 10.3087 3.92786 9.27697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.74341 17.7838C8.27717 17.6419 8.82485 17.9596 8.9667 18.4934C9.30659 19.7724 10.5207 20.7502 12.0002 20.7502C13.4798 20.7502 14.6939 19.7724 15.0338 18.4934C15.1756 17.9596 15.7233 17.6419 16.2571 17.7838C16.7908 17.9256 17.1086 18.4733 16.9667 19.0071C16.3896 21.1786 14.3697 22.7502 12.0002 22.7502C9.63084 22.7502 7.61087 21.1786 7.03379 19.0071C6.89194 18.4733 7.20965 17.9256 7.74341 17.7838Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-notification-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.92786 9.27697C3.92789 4.84151 7.54419 1.25 12 1.25C16.4558 1.25 20.0721 4.84155 20.0721 9.27703C20.0722 10.3088 20.1416 11.0874 20.6173 11.7873C20.7984 12.0498 21.1413 12.4936 21.3697 12.8505C21.6255 13.2503 21.8754 13.7324 21.9613 14.2942C22.2416 16.127 20.9494 17.3136 19.6625 17.8454C15.1298 19.7182 8.87016 19.7182 4.33746 17.8454C3.05056 17.3136 1.75836 16.127 2.03868 14.2942C2.12459 13.7324 2.37452 13.2503 2.63033 12.8505C2.85873 12.4936 3.20168 12.0497 3.38271 11.7872C3.85838 11.0873 3.92776 10.3087 3.92786 9.27697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7776 21.9511C13.9742 22.4563 13.0187 22.7477 11.9985 22.7477C10.9782 22.7477 10.0227 22.4563 9.21934 21.9511C8.5063 21.5027 8.14977 21.2784 8.27454 20.9057C8.3993 20.533 8.89126 20.5747 9.87518 20.6582C11.2824 20.7776 12.7146 20.7776 14.1217 20.6582C15.1057 20.5747 15.5976 20.533 15.7224 20.9057C15.8472 21.2784 15.4906 21.5027 14.7776 21.9511Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.92786 9.27697C3.92789 4.84151 7.54419 1.25 12 1.25C16.4558 1.25 20.0721 4.84155 20.0721 9.27703C20.0722 10.3088 20.1416 11.0874 20.6173 11.7873C20.7984 12.0498 21.1413 12.4936 21.3697 12.8505C21.6255 13.2503 21.8754 13.7324 21.9613 14.2942C22.2416 16.127 20.9494 17.3136 19.6625 17.8454C15.1298 19.7182 8.87016 19.7182 4.33746 17.8454C3.05056 17.3136 1.75836 16.127 2.03868 14.2942C2.12459 13.7324 2.37452 13.2503 2.63033 12.8505C2.85873 12.4936 3.20168 12.0497 3.38271 11.7872C3.85838 11.0873 3.92776 10.3087 3.92786 9.27697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7776 21.9511C13.9742 22.4563 13.0187 22.7477 11.9985 22.7477C10.9782 22.7477 10.0227 22.4563 9.21934 21.9511C8.5063 21.5027 8.14977 21.2784 8.27454 20.9057C8.3993 20.533 8.89126 20.5747 9.87518 20.6582C11.2824 20.7776 12.7146 20.7776 14.1217 20.6582C15.1057 20.5747 15.5976 20.533 15.7224 20.9057C15.8472 21.2784 15.4906 21.5027 14.7776 21.9511Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-notification-block-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4.25C7.95728 4.25 4.62188 7.41446 4.4094 11.4516C4.40032 11.6241 4.39357 11.7893 4.38705 11.9485C4.3649 12.49 4.34561 12.9615 4.24749 13.4133C4.13025 13.9531 3.91329 14.3775 3.47213 14.7084C2.70278 15.2854 2.25 16.191 2.25 17.1527C2.25 18.534 3.33719 19.75 4.8 19.75H19.2C20.6628 19.75 21.75 18.534 21.75 17.1527C21.75 16.8098 21.6924 16.4741 21.5835 16.1578C21.4612 15.8026 21.4 15.625 21.1867 15.5402C20.9734 15.4554 20.742 15.5766 20.2792 15.8189C19.4483 16.2539 18.5029 16.5 17.5 16.5C14.1863 16.5 11.5 13.8137 11.5 10.5C11.5 8.4871 12.4912 6.70572 14.0122 5.61732C14.5185 5.25497 14.7717 5.07379 14.737 4.8862C14.7022 4.69862 14.4415 4.63071 13.92 4.49489C13.3061 4.33499 12.6625 4.25 12 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 10.5C13 8.01472 15.0147 6 17.5 6C19.9853 6 22 8.01472 22 10.5C22 12.9853 19.9853 15 17.5 15C15.0147 15 13 12.9853 13 10.5ZM15.1722 9.58641C15.061 9.8694 15 10.1776 15 10.5C15 11.8807 16.1193 13 17.5 13C17.8224 13 18.1306 12.939 18.4136 12.8278L15.1722 9.58641ZM16.5864 8.17219L19.8278 11.4136C19.939 11.1306 20 10.8224 20 10.5C20 9.11929 18.8807 8 17.5 8C17.1776 8 16.8694 8.06104 16.5864 8.17219Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5286 1.37434C10.9737 1.08296 11.517 1 12 1C12.483 1 13.0263 1.08296 13.4714 1.37434C13.9652 1.69759 14.25 2.22083 14.25 2.875C14.25 3.47116 14.017 4.09375 13.6626 4.57057C13.3138 5.03989 12.7415 5.5 12 5.5C11.2585 5.5 10.6862 5.03989 10.3374 4.57057C9.98299 4.09375 9.75 3.47116 9.75 2.875C9.75 2.22083 10.0348 1.69759 10.5286 1.37434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 18C9.55228 18 10 18.4477 10 19C10 20.1046 10.8954 21 12 21C13.1046 21 14 20.1046 14 19C14 18.4477 14.4477 18 15 18C15.5523 18 16 18.4477 16 19C16 21.2091 14.2091 23 12 23C9.79086 23 8 21.2091 8 19C8 18.4477 8.44772 18 9 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4.25C7.95728 4.25 4.62188 7.41446 4.4094 11.4516C4.40032 11.6241 4.39357 11.7893 4.38705 11.9485C4.3649 12.49 4.34561 12.9615 4.24749 13.4133C4.13025 13.9531 3.91329 14.3775 3.47213 14.7084C2.70278 15.2854 2.25 16.191 2.25 17.1527C2.25 18.534 3.33719 19.75 4.8 19.75H19.2C20.6628 19.75 21.75 18.534 21.75 17.1527C21.75 16.8098 21.6924 16.4741 21.5835 16.1578C21.4612 15.8026 21.4 15.625 21.1867 15.5402C20.9734 15.4554 20.742 15.5766 20.2792 15.8189C19.4483 16.2539 18.5029 16.5 17.5 16.5C14.1863 16.5 11.5 13.8137 11.5 10.5C11.5 8.4871 12.4912 6.70572 14.0122 5.61732C14.5185 5.25497 14.7717 5.07379 14.737 4.8862C14.7022 4.69862 14.4415 4.63071 13.92 4.49489C13.3061 4.33499 12.6625 4.25 12 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 10.5C13 8.01472 15.0147 6 17.5 6C19.9853 6 22 8.01472 22 10.5C22 12.9853 19.9853 15 17.5 15C15.0147 15 13 12.9853 13 10.5ZM15.1722 9.58641C15.061 9.8694 15 10.1776 15 10.5C15 11.8807 16.1193 13 17.5 13C17.8224 13 18.1306 12.939 18.4136 12.8278L15.1722 9.58641ZM16.5864 8.17219L19.8278 11.4136C19.939 11.1306 20 10.8224 20 10.5C20 9.11929 18.8807 8 17.5 8C17.1776 8 16.8694 8.06104 16.5864 8.17219Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5286 1.37434C10.9737 1.08296 11.517 1 12 1C12.483 1 13.0263 1.08296 13.4714 1.37434C13.9652 1.69759 14.25 2.22083 14.25 2.875C14.25 3.47116 14.017 4.09375 13.6626 4.57057C13.3138 5.03989 12.7415 5.5 12 5.5C11.2585 5.5 10.6862 5.03989 10.3374 4.57057C9.98299 4.09375 9.75 3.47116 9.75 2.875C9.75 2.22083 10.0348 1.69759 10.5286 1.37434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 18C9.55228 18 10 18.4477 10 19C10 20.1046 10.8954 21 12 21C13.1046 21 14 20.1046 14 19C14 18.4477 14.4477 18 15 18C15.5523 18 16 18.4477 16 19C16 21.2091 14.2091 23 12 23C9.79086 23 8 21.2091 8 19C8 18.4477 8.44772 18 9 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-notification-block-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.74341 17.7838C8.27717 17.6419 8.82485 17.9596 8.9667 18.4934C9.30659 19.7724 10.5207 20.7502 12.0002 20.7502C13.4798 20.7502 14.6939 19.7724 15.0338 18.4934C15.1756 17.9596 15.7233 17.6419 16.2571 17.7838C16.7908 17.9256 17.1086 18.4733 16.9667 19.0071C16.3896 21.1786 14.3697 22.7502 12.0002 22.7502C9.63084 22.7502 7.61087 21.1786 7.03379 19.0071C6.89194 18.4733 7.20965 17.9256 7.74341 17.7838Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0125 1.44721C13.0932 1.60832 12.9314 1.8355 12.6079 2.28986C11.9102 3.26946 11.5 4.46755 11.5 5.76138C11.5 9.07218 14.1863 11.7561 17.5 11.7561C18.0799 11.7561 18.6405 11.6739 19.171 11.5206C19.7329 11.3581 20.0138 11.2769 20.1632 11.328C20.3126 11.3792 20.4902 11.6231 20.8454 12.111C21.0184 12.3486 21.2184 12.62 21.3697 12.8561C21.6255 13.2556 21.8754 13.7373 21.9613 14.2985C22.2416 16.1297 20.9494 17.3153 19.6625 17.8466C15.1298 19.7178 8.87016 19.7178 4.33746 17.8466C3.05056 17.3153 1.75836 16.1297 2.03868 14.2985C2.12459 13.7373 2.37452 13.2556 2.63033 12.8561C2.77528 12.6298 2.96636 12.3685 3.13291 12.1407C3.76864 11.2713 3.92776 10.3598 3.92786 9.28573C3.92789 4.85418 7.54419 1.26583 12 1.26583C12.2716 1.26583 12.874 1.17062 13.0125 1.44721Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 5.75C13 3.26472 15.0147 1.25 17.5 1.25C19.9853 1.25 22 3.26472 22 5.75C22 8.23528 19.9853 10.25 17.5 10.25C15.0147 10.25 13 8.23528 13 5.75ZM15.1722 4.83641C15.061 5.1194 15 5.42757 15 5.75C15 7.13071 16.1193 8.25 17.5 8.25C17.8224 8.25 18.1306 8.18896 18.4136 8.07781L15.1722 4.83641ZM16.5864 3.42219L19.8278 6.6636C19.939 6.3806 20 6.07243 20 5.75C20 4.36929 18.8807 3.25 17.5 3.25C17.1776 3.25 16.8694 3.31104 16.5864 3.42219Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.74341 17.7838C8.27717 17.6419 8.82485 17.9596 8.9667 18.4934C9.30659 19.7724 10.5207 20.7502 12.0002 20.7502C13.4798 20.7502 14.6939 19.7724 15.0338 18.4934C15.1756 17.9596 15.7233 17.6419 16.2571 17.7838C16.7908 17.9256 17.1086 18.4733 16.9667 19.0071C16.3896 21.1786 14.3697 22.7502 12.0002 22.7502C9.63084 22.7502 7.61087 21.1786 7.03379 19.0071C6.89194 18.4733 7.20965 17.9256 7.74341 17.7838Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0125 1.44721C13.0932 1.60832 12.9314 1.8355 12.6079 2.28986C11.9102 3.26946 11.5 4.46755 11.5 5.76138C11.5 9.07218 14.1863 11.7561 17.5 11.7561C18.0799 11.7561 18.6405 11.6739 19.171 11.5206C19.7329 11.3581 20.0138 11.2769 20.1632 11.328C20.3126 11.3792 20.4902 11.6231 20.8454 12.111C21.0184 12.3486 21.2184 12.62 21.3697 12.8561C21.6255 13.2556 21.8754 13.7373 21.9613 14.2985C22.2416 16.1297 20.9494 17.3153 19.6625 17.8466C15.1298 19.7178 8.87016 19.7178 4.33746 17.8466C3.05056 17.3153 1.75836 16.1297 2.03868 14.2985C2.12459 13.7373 2.37452 13.2556 2.63033 12.8561C2.77528 12.6298 2.96636 12.3685 3.13291 12.1407C3.76864 11.2713 3.92776 10.3598 3.92786 9.28573C3.92789 4.85418 7.54419 1.26583 12 1.26583C12.2716 1.26583 12.874 1.17062 13.0125 1.44721Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 5.75C13 3.26472 15.0147 1.25 17.5 1.25C19.9853 1.25 22 3.26472 22 5.75C22 8.23528 19.9853 10.25 17.5 10.25C15.0147 10.25 13 8.23528 13 5.75ZM15.1722 4.83641C15.061 5.1194 15 5.42757 15 5.75C15 7.13071 16.1193 8.25 17.5 8.25C17.8224 8.25 18.1306 8.18896 18.4136 8.07781L15.1722 4.83641ZM16.5864 3.42219L19.8278 6.6636C19.939 6.3806 20 6.07243 20 5.75C20 4.36929 18.8807 3.25 17.5 3.25C17.1776 3.25 16.8694 3.31104 16.5864 3.42219Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-notification-block-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7776 21.9511C13.9742 22.4563 13.0187 22.7477 11.9985 22.7477C10.9782 22.7477 10.0227 22.4563 9.21934 21.9511C8.5063 21.5027 8.14977 21.2784 8.27454 20.9057C8.3993 20.533 8.89126 20.5747 9.87518 20.6582C11.2824 20.7776 12.7146 20.7776 14.1217 20.6582C15.1057 20.5747 15.5976 20.533 15.7224 20.9057C15.8472 21.2784 15.4906 21.5027 14.7776 21.9511Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 1.25C12.4732 1.25 12.7098 1.25 12.8281 1.37436C12.8789 1.42781 12.9115 1.4886 12.928 1.56049C12.9664 1.72775 12.8089 1.96573 12.4937 2.4417C11.8657 3.3901 11.5 4.52734 11.5 5.75C11.5 9.06371 14.1863 11.75 17.5 11.75C18.08 11.75 18.6407 11.6677 19.1712 11.5142C19.7331 11.3515 20.014 11.2702 20.1634 11.3214C20.3128 11.3726 20.4904 11.6167 20.8456 12.105C20.8527 12.1148 20.8599 12.1247 20.8671 12.1345C21.0337 12.3625 21.2247 12.624 21.3697 12.8505C21.6255 13.2503 21.8754 13.7324 21.9613 14.2942C22.2416 16.127 20.9494 17.3136 19.6625 17.8454C15.1298 19.7182 8.87016 19.7182 4.33746 17.8454C3.05056 17.3136 1.75836 16.127 2.03868 14.2942C2.12459 13.7324 2.37452 13.2503 2.63033 12.8505C2.77527 12.624 2.96634 12.3625 3.13289 12.1345C3.22879 12.0032 3.31656 11.8831 3.38271 11.7872C3.85838 11.0873 3.92776 10.3087 3.92786 9.27697C3.92789 4.84151 7.54419 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 5.75C13 3.26472 15.0147 1.25 17.5 1.25C19.9853 1.25 22 3.26472 22 5.75C22 8.23528 19.9853 10.25 17.5 10.25C15.0147 10.25 13 8.23528 13 5.75ZM15.1722 4.83641C15.061 5.1194 15 5.42757 15 5.75C15 7.13071 16.1193 8.25 17.5 8.25C17.8224 8.25 18.1306 8.18896 18.4136 8.07781L15.1722 4.83641ZM16.5864 3.42219L19.8278 6.6636C19.939 6.3806 20 6.07243 20 5.75C20 4.36929 18.8807 3.25 17.5 3.25C17.1776 3.25 16.8694 3.31104 16.5864 3.42219Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7776 21.9511C13.9742 22.4563 13.0187 22.7477 11.9985 22.7477C10.9782 22.7477 10.0227 22.4563 9.21934 21.9511C8.5063 21.5027 8.14977 21.2784 8.27454 20.9057C8.3993 20.533 8.89126 20.5747 9.87518 20.6582C11.2824 20.7776 12.7146 20.7776 14.1217 20.6582C15.1057 20.5747 15.5976 20.533 15.7224 20.9057C15.8472 21.2784 15.4906 21.5027 14.7776 21.9511Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 1.25C12.4732 1.25 12.7098 1.25 12.8281 1.37436C12.8789 1.42781 12.9115 1.4886 12.928 1.56049C12.9664 1.72775 12.8089 1.96573 12.4937 2.4417C11.8657 3.3901 11.5 4.52734 11.5 5.75C11.5 9.06371 14.1863 11.75 17.5 11.75C18.08 11.75 18.6407 11.6677 19.1712 11.5142C19.7331 11.3515 20.014 11.2702 20.1634 11.3214C20.3128 11.3726 20.4904 11.6167 20.8456 12.105C20.8527 12.1148 20.8599 12.1247 20.8671 12.1345C21.0337 12.3625 21.2247 12.624 21.3697 12.8505C21.6255 13.2503 21.8754 13.7324 21.9613 14.2942C22.2416 16.127 20.9494 17.3136 19.6625 17.8454C15.1298 19.7182 8.87016 19.7182 4.33746 17.8454C3.05056 17.3136 1.75836 16.127 2.03868 14.2942C2.12459 13.7324 2.37452 13.2503 2.63033 12.8505C2.77527 12.624 2.96634 12.3625 3.13289 12.1345C3.22879 12.0032 3.31656 11.8831 3.38271 11.7872C3.85838 11.0873 3.92776 10.3087 3.92786 9.27697C3.92789 4.84151 7.54419 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 5.75C13 3.26472 15.0147 1.25 17.5 1.25C19.9853 1.25 22 3.26472 22 5.75C22 8.23528 19.9853 10.25 17.5 10.25C15.0147 10.25 13 8.23528 13 5.75ZM15.1722 4.83641C15.061 5.1194 15 5.42757 15 5.75C15 7.13071 16.1193 8.25 17.5 8.25C17.8224 8.25 18.1306 8.18896 18.4136 8.07781L15.1722 4.83641ZM16.5864 3.42219L19.8278 6.6636C19.939 6.3806 20 6.07243 20 5.75C20 4.36929 18.8807 3.25 17.5 3.25C17.1776 3.25 16.8694 3.31104 16.5864 3.42219Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-notification-bubble{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.77965 2.32271C10.9991 2.24165 11.2793 2.22786 12.5218 2.28388C12.9512 2.28944 13.166 2.29222 13.2543 2.41485L13.2609 2.42428C13.3445 2.5502 13.2651 2.76945 13.1064 3.20795C12.8758 3.84535 12.75 4.53298 12.75 5.24998C12.75 8.56369 15.4363 11.25 18.75 11.25C19.95 11.25 21.0676 10.8977 22.0053 10.291C22.3357 10.0772 22.5009 9.97027 22.6053 10.0271C22.7098 10.0839 22.7098 10.27 22.7098 10.6421V10.9467C22.7639 11.8016 22.7634 12.685 22.7082 13.5392C22.4103 18.149 18.787 21.8353 14.2204 22.1389C12.7601 22.2359 11.2369 22.2357 9.77965 22.1389C9.21472 22.1013 8.59978 21.9677 8.05839 21.7448L7.93811 21.6953C7.7944 21.6362 7.72254 21.6067 7.63749 21.6023C7.58316 21.5994 7.51656 21.6076 7.46455 21.6236C7.38314 21.6486 7.32003 21.6952 7.1938 21.7882C6.40136 22.3726 5.40092 22.7825 3.98117 22.7479L3.93544 22.7468C3.66155 22.7403 3.36961 22.7333 3.13152 22.6873C2.84475 22.6318 2.48996 22.4931 2.26791 22.1145C2.02623 21.7025 2.12313 21.2858 2.21688 21.0234C2.30536 20.7757 2.45874 20.4852 2.61542 20.1885L2.6369 20.1478C3.10323 19.2641 3.23314 18.5419 2.98381 18.0604C2.15148 16.804 1.40272 15.2556 1.2918 13.5392C1.23607 12.6768 1.23607 11.7848 1.2918 10.9223C1.58972 6.31256 5.213 2.62627 9.77965 2.32271Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.75 5.25C14.75 3.04086 16.5409 1.25 18.75 1.25C20.9591 1.25 22.75 3.04086 22.75 5.25C22.75 7.45914 20.9591 9.25 18.75 9.25C16.5409 9.25 14.75 7.45914 14.75 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.77965 2.32271C10.9991 2.24165 11.2793 2.22786 12.5218 2.28388C12.9512 2.28944 13.166 2.29222 13.2543 2.41485L13.2609 2.42428C13.3445 2.5502 13.2651 2.76945 13.1064 3.20795C12.8758 3.84535 12.75 4.53298 12.75 5.24998C12.75 8.56369 15.4363 11.25 18.75 11.25C19.95 11.25 21.0676 10.8977 22.0053 10.291C22.3357 10.0772 22.5009 9.97027 22.6053 10.0271C22.7098 10.0839 22.7098 10.27 22.7098 10.6421V10.9467C22.7639 11.8016 22.7634 12.685 22.7082 13.5392C22.4103 18.149 18.787 21.8353 14.2204 22.1389C12.7601 22.2359 11.2369 22.2357 9.77965 22.1389C9.21472 22.1013 8.59978 21.9677 8.05839 21.7448L7.93811 21.6953C7.7944 21.6362 7.72254 21.6067 7.63749 21.6023C7.58316 21.5994 7.51656 21.6076 7.46455 21.6236C7.38314 21.6486 7.32003 21.6952 7.1938 21.7882C6.40136 22.3726 5.40092 22.7825 3.98117 22.7479L3.93544 22.7468C3.66155 22.7403 3.36961 22.7333 3.13152 22.6873C2.84475 22.6318 2.48996 22.4931 2.26791 22.1145C2.02623 21.7025 2.12313 21.2858 2.21688 21.0234C2.30536 20.7757 2.45874 20.4852 2.61542 20.1885L2.6369 20.1478C3.10323 19.2641 3.23314 18.5419 2.98381 18.0604C2.15148 16.804 1.40272 15.2556 1.2918 13.5392C1.23607 12.6768 1.23607 11.7848 1.2918 10.9223C1.58972 6.31256 5.213 2.62627 9.77965 2.32271Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.75 5.25C14.75 3.04086 16.5409 1.25 18.75 1.25C20.9591 1.25 22.75 3.04086 22.75 5.25C22.75 7.45914 20.9591 9.25 18.75 9.25C16.5409 9.25 14.75 7.45914 14.75 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-notification-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.75 5.25C14.75 3.04086 16.5409 1.25 18.75 1.25C20.9591 1.25 22.75 3.04086 22.75 5.25C22.75 7.45914 20.9591 9.25 18.75 9.25C16.5409 9.25 14.75 7.45914 14.75 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12.0002C1.25 6.06313 6.06294 1.25019 12 1.25019C12.5725 1.25019 13.1345 1.29494 13.6827 1.38112C14.0931 1.44563 14.2982 1.47788 14.3655 1.62375C14.4327 1.76962 14.3089 1.97093 14.0613 2.37356C13.5468 3.21049 13.25 4.19568 13.25 5.25019C13.25 8.28776 15.7124 10.7502 18.75 10.7502C19.8045 10.7502 20.7897 10.4534 21.6266 9.93886C22.0293 9.6913 22.2306 9.56752 22.3764 9.63474C22.5223 9.70196 22.5546 9.90713 22.6191 10.3175C22.7053 10.8657 22.75 11.4277 22.75 12.0002C22.75 17.9373 17.9371 22.7502 12 22.7502C6.06294 22.7502 1.25 17.9373 1.25 12.0002ZM7.25 10C7.25 9.58579 7.58579 9.25 8 9.25H12C12.4142 9.25 12.75 9.58579 12.75 10C12.75 10.4142 12.4142 10.75 12 10.75H8C7.58579 10.75 7.25 10.4142 7.25 10ZM8 14.25C7.58579 14.25 7.25 14.5858 7.25 15C7.25 15.4142 7.58579 15.75 8 15.75H16C16.4142 15.75 16.75 15.4142 16.75 15C16.75 14.5858 16.4142 14.25 16 14.25H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.75 5.25C14.75 3.04086 16.5409 1.25 18.75 1.25C20.9591 1.25 22.75 3.04086 22.75 5.25C22.75 7.45914 20.9591 9.25 18.75 9.25C16.5409 9.25 14.75 7.45914 14.75 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12.0002C1.25 6.06313 6.06294 1.25019 12 1.25019C12.5725 1.25019 13.1345 1.29494 13.6827 1.38112C14.0931 1.44563 14.2982 1.47788 14.3655 1.62375C14.4327 1.76962 14.3089 1.97093 14.0613 2.37356C13.5468 3.21049 13.25 4.19568 13.25 5.25019C13.25 8.28776 15.7124 10.7502 18.75 10.7502C19.8045 10.7502 20.7897 10.4534 21.6266 9.93886C22.0293 9.6913 22.2306 9.56752 22.3764 9.63474C22.5223 9.70196 22.5546 9.90713 22.6191 10.3175C22.7053 10.8657 22.75 11.4277 22.75 12.0002C22.75 17.9373 17.9371 22.7502 12 22.7502C6.06294 22.7502 1.25 17.9373 1.25 12.0002ZM7.25 10C7.25 9.58579 7.58579 9.25 8 9.25H12C12.4142 9.25 12.75 9.58579 12.75 10C12.75 10.4142 12.4142 10.75 12 10.75H8C7.58579 10.75 7.25 10.4142 7.25 10ZM8 14.25C7.58579 14.25 7.25 14.5858 7.25 15C7.25 15.4142 7.58579 15.75 8 15.75H16C16.4142 15.75 16.75 15.4142 16.75 15C16.75 14.5858 16.4142 14.25 16 14.25H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-notification-off-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5286 1.37434C10.9737 1.08296 11.517 1 12 1C12.483 1 13.0263 1.08296 13.4714 1.37434C13.9652 1.69759 14.25 2.22083 14.25 2.875C14.25 3.47116 14.017 4.09375 13.6626 4.57057C13.3138 5.03989 12.7415 5.5 12 5.5C11.2585 5.5 10.6862 5.03989 10.3374 4.57057C9.98299 4.09375 9.75 3.47116 9.75 2.875C9.75 2.22083 10.0348 1.69759 10.5286 1.37434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 18C9.55228 18 10 18.4477 10 19C10 20.1046 10.8954 21 12 21C13.1046 21 14 20.1046 14 19C14 18.4477 14.4477 18 15 18C15.5523 18 16 18.4477 16 19C16 21.2091 14.2091 23 12 23C9.79086 23 8 21.2091 8 19C8 18.4477 8.44772 18 9 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.30917 5.87109C5.63957 7.18177 4.52909 9.17888 4.4094 11.4529C4.40032 11.6254 4.39357 11.7906 4.38705 11.9497C4.3649 12.4912 4.34561 12.9628 4.24749 13.4145C4.13025 13.9544 3.91329 14.3788 3.47213 14.7097C2.70278 15.2867 2.25 16.1922 2.25 17.1539C2.25 18.5352 3.33719 19.7513 4.8 19.7513H19.2C19.7702 19.7513 20.2833 19.5665 20.6973 19.2592L7.30917 5.87109Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.1488 17.5891C21.3543 17.7946 21.457 17.8973 21.5761 17.855C21.6951 17.8127 21.7085 17.6821 21.7353 17.4209C21.7444 17.3324 21.749 17.2429 21.749 17.1527C21.749 16.191 21.2962 15.2854 20.5269 14.7084C20.0857 14.3775 19.8688 13.9531 19.7515 13.4133C19.6534 12.9615 19.6341 12.49 19.612 11.9485C19.6055 11.7893 19.5987 11.6241 19.5896 11.4516C19.3771 7.41446 16.0418 4.25 11.999 4.25C10.9789 4.25 10.0037 4.45151 9.11244 4.81771C8.88423 4.91148 8.77013 4.95836 8.74909 5.06336C8.72805 5.16836 8.81859 5.2589 8.99968 5.43999L21.1488 17.5891Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5286 1.37434C10.9737 1.08296 11.517 1 12 1C12.483 1 13.0263 1.08296 13.4714 1.37434C13.9652 1.69759 14.25 2.22083 14.25 2.875C14.25 3.47116 14.017 4.09375 13.6626 4.57057C13.3138 5.03989 12.7415 5.5 12 5.5C11.2585 5.5 10.6862 5.03989 10.3374 4.57057C9.98299 4.09375 9.75 3.47116 9.75 2.875C9.75 2.22083 10.0348 1.69759 10.5286 1.37434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 18C9.55228 18 10 18.4477 10 19C10 20.1046 10.8954 21 12 21C13.1046 21 14 20.1046 14 19C14 18.4477 14.4477 18 15 18C15.5523 18 16 18.4477 16 19C16 21.2091 14.2091 23 12 23C9.79086 23 8 21.2091 8 19C8 18.4477 8.44772 18 9 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.30917 5.87109C5.63957 7.18177 4.52909 9.17888 4.4094 11.4529C4.40032 11.6254 4.39357 11.7906 4.38705 11.9497C4.3649 12.4912 4.34561 12.9628 4.24749 13.4145C4.13025 13.9544 3.91329 14.3788 3.47213 14.7097C2.70278 15.2867 2.25 16.1922 2.25 17.1539C2.25 18.5352 3.33719 19.7513 4.8 19.7513H19.2C19.7702 19.7513 20.2833 19.5665 20.6973 19.2592L7.30917 5.87109Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.1488 17.5891C21.3543 17.7946 21.457 17.8973 21.5761 17.855C21.6951 17.8127 21.7085 17.6821 21.7353 17.4209C21.7444 17.3324 21.749 17.2429 21.749 17.1527C21.749 16.191 21.2962 15.2854 20.5269 14.7084C20.0857 14.3775 19.8688 13.9531 19.7515 13.4133C19.6534 12.9615 19.6341 12.49 19.612 11.9485C19.6055 11.7893 19.5987 11.6241 19.5896 11.4516C19.3771 7.41446 16.0418 4.25 11.999 4.25C10.9789 4.25 10.0037 4.45151 9.11244 4.81771C8.88423 4.91148 8.77013 4.95836 8.74909 5.06336C8.72805 5.16836 8.81859 5.2589 8.99968 5.43999L21.1488 17.5891Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-notification-off-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.74341 17.7838C8.27717 17.6419 8.82485 17.9596 8.9667 18.4934C9.30659 19.7724 10.5207 20.7502 12.0002 20.7502C13.4798 20.7502 14.6939 19.7724 15.0338 18.4934C15.1756 17.9596 15.7233 17.6419 16.2571 17.7838C16.7908 17.9256 17.1086 18.4733 16.9667 19.0071C16.3896 21.1786 14.3697 22.7502 12.0002 22.7502C9.63084 22.7502 7.61087 21.1786 7.03379 19.0071C6.89194 18.4733 7.20965 17.9256 7.74341 17.7838Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.33746 17.8433C3.05056 17.3115 1.75836 16.1249 2.03868 14.2921C2.12459 13.7303 2.37452 13.2482 2.63033 12.8484C2.77528 12.6219 2.96636 12.3603 3.13291 12.1324C3.22879 12.0011 3.31657 11.881 3.38271 11.7851C3.85838 11.0852 3.92776 10.3066 3.92786 9.27487C3.92787 7.74598 4.35755 6.31737 5.10317 5.10156L18.3277 18.3261C13.9567 19.6992 8.43979 19.5383 4.33746 17.8433Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.999 1.25C16.4548 1.25 20.0711 4.84155 20.0711 9.27703C20.0712 10.3088 20.1406 11.0874 20.6163 11.7873C20.6824 11.883 20.7704 12.0035 20.8661 12.1345C21.0326 12.3624 21.2237 12.624 21.3687 12.8505C21.6245 13.2503 21.8744 13.7324 21.9603 14.2942C22.1028 15.226 21.8389 15.9908 21.3758 16.5874C21.1499 16.8785 21.0369 17.0241 20.8117 17.0382C20.5864 17.0523 20.4308 16.8968 20.1196 16.5856L7.49331 3.95927C7.12845 3.59441 6.94603 3.41199 6.97101 3.17474C6.996 2.9375 7.19527 2.80822 7.59381 2.54964C8.86078 1.72763 10.3741 1.25 11.999 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.74341 17.7838C8.27717 17.6419 8.82485 17.9596 8.9667 18.4934C9.30659 19.7724 10.5207 20.7502 12.0002 20.7502C13.4798 20.7502 14.6939 19.7724 15.0338 18.4934C15.1756 17.9596 15.7233 17.6419 16.2571 17.7838C16.7908 17.9256 17.1086 18.4733 16.9667 19.0071C16.3896 21.1786 14.3697 22.7502 12.0002 22.7502C9.63084 22.7502 7.61087 21.1786 7.03379 19.0071C6.89194 18.4733 7.20965 17.9256 7.74341 17.7838Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.33746 17.8433C3.05056 17.3115 1.75836 16.1249 2.03868 14.2921C2.12459 13.7303 2.37452 13.2482 2.63033 12.8484C2.77528 12.6219 2.96636 12.3603 3.13291 12.1324C3.22879 12.0011 3.31657 11.881 3.38271 11.7851C3.85838 11.0852 3.92776 10.3066 3.92786 9.27487C3.92787 7.74598 4.35755 6.31737 5.10317 5.10156L18.3277 18.3261C13.9567 19.6992 8.43979 19.5383 4.33746 17.8433Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.999 1.25C16.4548 1.25 20.0711 4.84155 20.0711 9.27703C20.0712 10.3088 20.1406 11.0874 20.6163 11.7873C20.6824 11.883 20.7704 12.0035 20.8661 12.1345C21.0326 12.3624 21.2237 12.624 21.3687 12.8505C21.6245 13.2503 21.8744 13.7324 21.9603 14.2942C22.1028 15.226 21.8389 15.9908 21.3758 16.5874C21.1499 16.8785 21.0369 17.0241 20.8117 17.0382C20.5864 17.0523 20.4308 16.8968 20.1196 16.5856L7.49331 3.95927C7.12845 3.59441 6.94603 3.41199 6.97101 3.17474C6.996 2.9375 7.19527 2.80822 7.59381 2.54964C8.86078 1.72763 10.3741 1.25 11.999 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-notification-off-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.33746 17.8436C3.05056 17.3119 1.75836 16.1253 2.03868 14.2925C2.12459 13.7307 2.37452 13.2486 2.63033 12.8488C2.85872 12.4919 3.20169 12.0479 3.38271 11.7855C3.85838 11.0856 3.92776 10.3069 3.92786 9.27525C3.92787 7.7462 4.35764 6.31745 5.1034 5.10156L18.3282 18.3263C13.9571 19.6996 8.43994 19.5387 4.33746 17.8436Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9986 1.25C16.4545 1.25 20.0708 4.84155 20.0708 9.27703C20.0709 10.3088 20.1403 11.0874 20.616 11.7873C20.797 12.0497 21.14 12.4937 21.3683 12.8505C21.6241 13.2503 21.8741 13.7324 21.96 14.2942C22.1025 15.2258 21.8387 15.9904 21.3758 16.587C21.1499 16.8782 21.0369 17.0237 20.8116 17.0379C20.5864 17.0521 20.4308 16.8965 20.1196 16.5853L7.49333 3.95903C7.12846 3.59416 6.94602 3.41172 6.97101 3.17447C6.99601 2.93722 7.1953 2.80794 7.59387 2.54937C8.86076 1.72753 10.3739 1.25 11.9986 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7776 21.9511C13.9742 22.4563 13.0187 22.7477 11.9985 22.7477C10.9782 22.7477 10.0227 22.4563 9.21934 21.9511C8.5063 21.5027 8.14977 21.2784 8.27454 20.9057C8.3993 20.533 8.89126 20.5747 9.87518 20.6582C11.2824 20.7776 12.7146 20.7776 14.1217 20.6582C15.1057 20.5747 15.5976 20.533 15.7224 20.9057C15.8472 21.2784 15.4906 21.5027 14.7776 21.9511Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.33746 17.8436C3.05056 17.3119 1.75836 16.1253 2.03868 14.2925C2.12459 13.7307 2.37452 13.2486 2.63033 12.8488C2.85872 12.4919 3.20169 12.0479 3.38271 11.7855C3.85838 11.0856 3.92776 10.3069 3.92786 9.27525C3.92787 7.7462 4.35764 6.31745 5.1034 5.10156L18.3282 18.3263C13.9571 19.6996 8.43994 19.5387 4.33746 17.8436Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9986 1.25C16.4545 1.25 20.0708 4.84155 20.0708 9.27703C20.0709 10.3088 20.1403 11.0874 20.616 11.7873C20.797 12.0497 21.14 12.4937 21.3683 12.8505C21.6241 13.2503 21.8741 13.7324 21.96 14.2942C22.1025 15.2258 21.8387 15.9904 21.3758 16.587C21.1499 16.8782 21.0369 17.0237 20.8116 17.0379C20.5864 17.0521 20.4308 16.8965 20.1196 16.5853L7.49333 3.95903C7.12846 3.59416 6.94602 3.41172 6.97101 3.17447C6.99601 2.93722 7.1953 2.80794 7.59387 2.54937C8.86076 1.72753 10.3739 1.25 11.9986 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7776 21.9511C13.9742 22.4563 13.0187 22.7477 11.9985 22.7477C10.9782 22.7477 10.0227 22.4563 9.21934 21.9511C8.5063 21.5027 8.14977 21.2784 8.27454 20.9057C8.3993 20.533 8.89126 20.5747 9.87518 20.6582C11.2824 20.7776 12.7146 20.7776 14.1217 20.6582C15.1057 20.5747 15.5976 20.533 15.7224 20.9057C15.8472 21.2784 15.4906 21.5027 14.7776 21.9511Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-notification-snooze-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4.25C7.95728 4.25 4.62188 7.41446 4.4094 11.4516C4.36943 12.2112 4.37444 12.8287 4.24749 13.4133C4.13025 13.9531 3.91329 14.3775 3.47213 14.7084C2.70278 15.2854 2.25 16.191 2.25 17.1527C2.25 18.534 3.33719 19.75 4.8 19.75H19.2C20.6628 19.75 21.75 18.534 21.75 17.1527C21.75 16.7214 21.6741 15.8578 21.2647 15.5819C21.1362 15.4953 20.9729 15.4966 20.6462 15.4992C19.5437 15.5081 18.4408 15.5001 17.3382 15.5001C16.6006 15.5005 15.8469 15.4889 15.1603 15.1853C14.7414 15.0001 14.0791 14.5857 13.7187 13.7447C13.332 12.8424 13.5313 12.0165 13.7567 11.5249C13.9801 11.0379 14.3326 10.6296 14.715 10.2494C15.0341 9.93205 15.1937 9.77338 15.1846 9.63704C15.1756 9.5007 14.9524 9.33125 14.5061 8.99235C13.9049 8.53579 13.5166 7.81328 13.5166 7.00009C13.5166 6.50692 13.6594 6.0471 13.9059 5.65973C14.246 5.12536 14.416 4.85817 14.3556 4.71363C14.2952 4.56909 14.0671 4.51981 13.6107 4.42125C13.0911 4.30903 12.5522 4.25 12 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.1831 8.00003H16.0162C15.4639 8.00003 15.0162 7.55232 15.0162 7.00003C15.0162 6.44775 15.4639 6.00003 16.0162 6.00003L19.7458 6.00002C20.0812 5.99988 20.4352 5.99974 20.7149 6.04049C20.9866 6.08008 21.5982 6.21287 21.8697 6.84624C22.1375 7.47134 21.8231 8.00428 21.6698 8.22931C21.5102 8.46356 21.2707 8.72589 21.0416 8.97669L21.0416 8.97669L17.9288 12H21.0002C21.5525 12 22.0002 12.4477 22.0002 13C22.0002 13.5523 21.5525 14 21.0002 14L17.378 14H17.378C17.0296 14.0001 16.6505 14.0002 16.3457 13.9624C16.1853 13.9426 15.9734 13.9048 15.7665 13.8133C15.5513 13.7182 15.2561 13.525 15.0971 13.1538C14.9278 12.7588 15.0092 12.3912 15.1197 12.1502C15.2163 11.9396 15.3572 11.772 15.4489 11.669C15.5402 11.5664 15.6487 11.4568 15.7451 11.3595L15.7451 11.3595L19.1831 8.00003Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5286 1.37434C10.9737 1.08296 11.517 1 12 1C12.483 1 13.0263 1.08296 13.4714 1.37434C13.9652 1.69759 14.25 2.22083 14.25 2.875C14.25 3.47116 14.017 4.09375 13.6626 4.57057C13.3138 5.03989 12.7415 5.5 12 5.5C11.2585 5.5 10.6862 5.03989 10.3374 4.57057C9.98299 4.09375 9.75 3.47116 9.75 2.875C9.75 2.22083 10.0348 1.69759 10.5286 1.37434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 18C9.55228 18 10 18.4477 10 19C10 20.1046 10.8954 21 12 21C13.1046 21 14 20.1046 14 19C14 18.4477 14.4477 18 15 18C15.5523 18 16 18.4477 16 19C16 21.2091 14.2091 23 12 23C9.79086 23 8 21.2091 8 19C8 18.4477 8.44772 18 9 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4.25C7.95728 4.25 4.62188 7.41446 4.4094 11.4516C4.36943 12.2112 4.37444 12.8287 4.24749 13.4133C4.13025 13.9531 3.91329 14.3775 3.47213 14.7084C2.70278 15.2854 2.25 16.191 2.25 17.1527C2.25 18.534 3.33719 19.75 4.8 19.75H19.2C20.6628 19.75 21.75 18.534 21.75 17.1527C21.75 16.7214 21.6741 15.8578 21.2647 15.5819C21.1362 15.4953 20.9729 15.4966 20.6462 15.4992C19.5437 15.5081 18.4408 15.5001 17.3382 15.5001C16.6006 15.5005 15.8469 15.4889 15.1603 15.1853C14.7414 15.0001 14.0791 14.5857 13.7187 13.7447C13.332 12.8424 13.5313 12.0165 13.7567 11.5249C13.9801 11.0379 14.3326 10.6296 14.715 10.2494C15.0341 9.93205 15.1937 9.77338 15.1846 9.63704C15.1756 9.5007 14.9524 9.33125 14.5061 8.99235C13.9049 8.53579 13.5166 7.81328 13.5166 7.00009C13.5166 6.50692 13.6594 6.0471 13.9059 5.65973C14.246 5.12536 14.416 4.85817 14.3556 4.71363C14.2952 4.56909 14.0671 4.51981 13.6107 4.42125C13.0911 4.30903 12.5522 4.25 12 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.1831 8.00003H16.0162C15.4639 8.00003 15.0162 7.55232 15.0162 7.00003C15.0162 6.44775 15.4639 6.00003 16.0162 6.00003L19.7458 6.00002C20.0812 5.99988 20.4352 5.99974 20.7149 6.04049C20.9866 6.08008 21.5982 6.21287 21.8697 6.84624C22.1375 7.47134 21.8231 8.00428 21.6698 8.22931C21.5102 8.46356 21.2707 8.72589 21.0416 8.97669L21.0416 8.97669L17.9288 12H21.0002C21.5525 12 22.0002 12.4477 22.0002 13C22.0002 13.5523 21.5525 14 21.0002 14L17.378 14H17.378C17.0296 14.0001 16.6505 14.0002 16.3457 13.9624C16.1853 13.9426 15.9734 13.9048 15.7665 13.8133C15.5513 13.7182 15.2561 13.525 15.0971 13.1538C14.9278 12.7588 15.0092 12.3912 15.1197 12.1502C15.2163 11.9396 15.3572 11.772 15.4489 11.669C15.5402 11.5664 15.6487 11.4568 15.7451 11.3595L15.7451 11.3595L19.1831 8.00003Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5286 1.37434C10.9737 1.08296 11.517 1 12 1C12.483 1 13.0263 1.08296 13.4714 1.37434C13.9652 1.69759 14.25 2.22083 14.25 2.875C14.25 3.47116 14.017 4.09375 13.6626 4.57057C13.3138 5.03989 12.7415 5.5 12 5.5C11.2585 5.5 10.6862 5.03989 10.3374 4.57057C9.98299 4.09375 9.75 3.47116 9.75 2.875C9.75 2.22083 10.0348 1.69759 10.5286 1.37434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 18C9.55228 18 10 18.4477 10 19C10 20.1046 10.8954 21 12 21C13.1046 21 14 20.1046 14 19C14 18.4477 14.4477 18 15 18C15.5523 18 16 18.4477 16 19C16 21.2091 14.2091 23 12 23C9.79086 23 8 21.2091 8 19C8 18.4477 8.44772 18 9 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-notification-snooze-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.715 5.49891C15.0341 5.18156 15.1937 5.02289 15.1846 4.88655C15.1756 4.75021 14.9524 4.58076 14.5061 4.24187C13.9049 3.7853 13.5166 3.06279 13.5166 2.2496C13.5166 1.89926 13.5166 1.72409 13.4858 1.64046C13.4339 1.49947 13.3705 1.42942 13.2355 1.36366C13.1553 1.32465 13.0442 1.31347 12.8218 1.29111C12.5516 1.26392 12.2774 1.25 12 1.25C7.54419 1.25 3.92789 4.84151 3.92786 9.27697C3.92776 10.3087 3.85838 11.0873 3.38271 11.7872C3.31657 11.8831 3.22882 12.0032 3.13294 12.1344C2.96639 12.3624 2.77528 12.624 2.63033 12.8505C2.37452 13.2503 2.12459 13.7324 2.03868 14.2942C1.75836 16.127 3.05056 17.3136 4.33746 17.8454C8.87016 19.7182 15.1298 19.7182 19.6625 17.8454C20.9494 17.3136 22.2416 16.127 21.9613 14.2942C21.8754 13.7324 21.6255 13.2503 21.3697 12.8505C21.2247 12.624 21.0337 12.3625 20.8671 12.1345C20.7713 12.0033 20.6835 11.8832 20.6173 11.7873C20.5558 11.6967 20.501 11.6048 20.4524 11.5112C20.2386 11.1003 20.1316 10.8948 20.0121 10.8222C19.8925 10.7496 19.7201 10.7496 19.3752 10.7496L17.3382 10.7496C16.6006 10.75 15.8469 10.7384 15.1603 10.4348C14.7414 10.2496 14.0791 9.83524 13.7187 8.99426C13.332 8.09194 13.5313 7.26597 13.7567 6.77441C13.9801 6.28738 14.3326 5.87912 14.715 5.49891Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.1831 3.25003H16.0162C15.4639 3.25003 15.0162 2.80232 15.0162 2.25003C15.0162 1.69775 15.4639 1.25003 16.0162 1.25003L19.7458 1.25002C20.0812 1.24988 20.4352 1.24974 20.7149 1.29049C20.9866 1.33008 21.5982 1.46287 21.8697 2.09624C22.1375 2.72134 21.8231 3.25428 21.6698 3.47931C21.5102 3.71356 21.2707 3.97589 21.0416 4.22669L21.0416 4.22669L17.9288 7.25003H21.0002C21.5525 7.25003 22.0002 7.69775 22.0002 8.25003C22.0002 8.80232 21.5525 9.25003 21.0002 9.25003L17.378 9.25004H17.378C17.0296 9.25011 16.6505 9.25019 16.3457 9.21243C16.1853 9.19257 15.9734 9.15483 15.7665 9.06333C15.5513 8.9682 15.2561 8.77495 15.0971 8.40383C14.9278 8.00883 15.0092 7.64123 15.1197 7.40019C15.2163 7.18959 15.3572 7.02204 15.4489 6.919C15.5402 6.81641 15.6487 6.70678 15.7451 6.60945L15.7451 6.60945L19.1831 3.25003Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.74341 17.7838C8.27717 17.6419 8.82485 17.9596 8.9667 18.4934C9.30659 19.7724 10.5207 20.7502 12.0002 20.7502C13.4798 20.7502 14.6939 19.7724 15.0338 18.4934C15.1756 17.9596 15.7233 17.6419 16.2571 17.7838C16.7908 17.9256 17.1086 18.4733 16.9667 19.0071C16.3896 21.1786 14.3697 22.7502 12.0002 22.7502C9.63084 22.7502 7.61087 21.1786 7.03379 19.0071C6.89194 18.4733 7.20965 17.9256 7.74341 17.7838Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.715 5.49891C15.0341 5.18156 15.1937 5.02289 15.1846 4.88655C15.1756 4.75021 14.9524 4.58076 14.5061 4.24187C13.9049 3.7853 13.5166 3.06279 13.5166 2.2496C13.5166 1.89926 13.5166 1.72409 13.4858 1.64046C13.4339 1.49947 13.3705 1.42942 13.2355 1.36366C13.1553 1.32465 13.0442 1.31347 12.8218 1.29111C12.5516 1.26392 12.2774 1.25 12 1.25C7.54419 1.25 3.92789 4.84151 3.92786 9.27697C3.92776 10.3087 3.85838 11.0873 3.38271 11.7872C3.31657 11.8831 3.22882 12.0032 3.13294 12.1344C2.96639 12.3624 2.77528 12.624 2.63033 12.8505C2.37452 13.2503 2.12459 13.7324 2.03868 14.2942C1.75836 16.127 3.05056 17.3136 4.33746 17.8454C8.87016 19.7182 15.1298 19.7182 19.6625 17.8454C20.9494 17.3136 22.2416 16.127 21.9613 14.2942C21.8754 13.7324 21.6255 13.2503 21.3697 12.8505C21.2247 12.624 21.0337 12.3625 20.8671 12.1345C20.7713 12.0033 20.6835 11.8832 20.6173 11.7873C20.5558 11.6967 20.501 11.6048 20.4524 11.5112C20.2386 11.1003 20.1316 10.8948 20.0121 10.8222C19.8925 10.7496 19.7201 10.7496 19.3752 10.7496L17.3382 10.7496C16.6006 10.75 15.8469 10.7384 15.1603 10.4348C14.7414 10.2496 14.0791 9.83524 13.7187 8.99426C13.332 8.09194 13.5313 7.26597 13.7567 6.77441C13.9801 6.28738 14.3326 5.87912 14.715 5.49891Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.1831 3.25003H16.0162C15.4639 3.25003 15.0162 2.80232 15.0162 2.25003C15.0162 1.69775 15.4639 1.25003 16.0162 1.25003L19.7458 1.25002C20.0812 1.24988 20.4352 1.24974 20.7149 1.29049C20.9866 1.33008 21.5982 1.46287 21.8697 2.09624C22.1375 2.72134 21.8231 3.25428 21.6698 3.47931C21.5102 3.71356 21.2707 3.97589 21.0416 4.22669L21.0416 4.22669L17.9288 7.25003H21.0002C21.5525 7.25003 22.0002 7.69775 22.0002 8.25003C22.0002 8.80232 21.5525 9.25003 21.0002 9.25003L17.378 9.25004H17.378C17.0296 9.25011 16.6505 9.25019 16.3457 9.21243C16.1853 9.19257 15.9734 9.15483 15.7665 9.06333C15.5513 8.9682 15.2561 8.77495 15.0971 8.40383C14.9278 8.00883 15.0092 7.64123 15.1197 7.40019C15.2163 7.18959 15.3572 7.02204 15.4489 6.919C15.5402 6.81641 15.6487 6.70678 15.7451 6.60945L15.7451 6.60945L19.1831 3.25003Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.74341 17.7838C8.27717 17.6419 8.82485 17.9596 8.9667 18.4934C9.30659 19.7724 10.5207 20.7502 12.0002 20.7502C13.4798 20.7502 14.6939 19.7724 15.0338 18.4934C15.1756 17.9596 15.7233 17.6419 16.2571 17.7838C16.7908 17.9256 17.1086 18.4733 16.9667 19.0071C16.3896 21.1786 14.3697 22.7502 12.0002 22.7502C9.63084 22.7502 7.61087 21.1786 7.03379 19.0071C6.89194 18.4733 7.20965 17.9256 7.74341 17.7838Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-notification-snooze-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7776 21.955C13.9742 22.4602 13.0187 22.7516 11.9985 22.7516C10.9782 22.7516 10.0227 22.4602 9.21934 21.955C8.5063 21.5066 8.14977 21.2824 8.27454 20.9096C8.3993 20.5369 8.89126 20.5786 9.87518 20.6621C11.2824 20.7815 12.7146 20.7815 14.1217 20.6621C15.1057 20.5786 15.5976 20.5369 15.7224 20.9096C15.8472 21.2824 15.4906 21.5066 14.7776 21.955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7145 5.49966C15.0338 5.18212 15.1935 5.02335 15.1844 4.88704C15.1753 4.75072 14.9521 4.58117 14.5057 4.24205C13.8429 3.73855 13.4692 2.91974 13.5217 2.08985C13.5447 1.72533 13.5562 1.54307 13.4799 1.45135C13.4037 1.35962 13.2627 1.34264 12.9809 1.30868C12.6594 1.26994 12.332 1.25 12 1.25C7.54419 1.25 3.92789 4.84151 3.92786 9.27697C3.92776 10.3519 3.76863 11.2643 3.13289 12.1345C2.96634 12.3625 2.77527 12.624 2.63033 12.8505C2.37452 13.2503 2.12459 13.7324 2.03868 14.2942C1.75836 16.127 3.05056 17.3136 4.33746 17.8454C8.87016 19.7182 15.1298 19.7182 19.6625 17.8454C20.9494 17.3136 22.2416 16.127 21.9613 14.2942C21.8754 13.7324 21.6255 13.2503 21.3697 12.8505C21.0787 12.3958 20.7183 11.9855 20.4651 11.5069C20.2488 11.0979 20.1406 10.8935 20.0215 10.8218C19.9025 10.7501 19.7268 10.7501 19.3754 10.7501L17.3382 10.7501C16.6006 10.7505 15.8469 10.7389 15.1603 10.4353C14.7414 10.2501 14.0791 9.83573 13.7187 8.99475C13.332 8.09243 13.5313 7.26645 13.7567 6.7749C13.98 6.28809 14.3323 5.87981 14.7145 5.49966Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.1831 3.25003H16.0162C15.4639 3.25003 15.0162 2.80232 15.0162 2.25003C15.0162 1.69775 15.4639 1.25003 16.0162 1.25003L19.7458 1.25002C20.0812 1.24988 20.4352 1.24974 20.7149 1.29049C20.9866 1.33008 21.5982 1.46287 21.8697 2.09624C22.1375 2.72134 21.8231 3.25428 21.6698 3.47931C21.5102 3.71356 21.2707 3.97589 21.0416 4.22669L21.0416 4.22669L17.9288 7.25003H21.0002C21.5525 7.25003 22.0002 7.69775 22.0002 8.25003C22.0002 8.80232 21.5525 9.25003 21.0002 9.25003L17.378 9.25004H17.378C17.0296 9.25011 16.6505 9.25019 16.3457 9.21243C16.1853 9.19257 15.9734 9.15483 15.7665 9.06333C15.5513 8.9682 15.2561 8.77495 15.0971 8.40383C14.9278 8.00883 15.0092 7.64123 15.1197 7.40019C15.2163 7.18959 15.3572 7.02204 15.4489 6.919C15.5402 6.81641 15.6487 6.70678 15.7451 6.60945L15.7451 6.60945L19.1831 3.25003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7776 21.955C13.9742 22.4602 13.0187 22.7516 11.9985 22.7516C10.9782 22.7516 10.0227 22.4602 9.21934 21.955C8.5063 21.5066 8.14977 21.2824 8.27454 20.9096C8.3993 20.5369 8.89126 20.5786 9.87518 20.6621C11.2824 20.7815 12.7146 20.7815 14.1217 20.6621C15.1057 20.5786 15.5976 20.5369 15.7224 20.9096C15.8472 21.2824 15.4906 21.5066 14.7776 21.955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7145 5.49966C15.0338 5.18212 15.1935 5.02335 15.1844 4.88704C15.1753 4.75072 14.9521 4.58117 14.5057 4.24205C13.8429 3.73855 13.4692 2.91974 13.5217 2.08985C13.5447 1.72533 13.5562 1.54307 13.4799 1.45135C13.4037 1.35962 13.2627 1.34264 12.9809 1.30868C12.6594 1.26994 12.332 1.25 12 1.25C7.54419 1.25 3.92789 4.84151 3.92786 9.27697C3.92776 10.3519 3.76863 11.2643 3.13289 12.1345C2.96634 12.3625 2.77527 12.624 2.63033 12.8505C2.37452 13.2503 2.12459 13.7324 2.03868 14.2942C1.75836 16.127 3.05056 17.3136 4.33746 17.8454C8.87016 19.7182 15.1298 19.7182 19.6625 17.8454C20.9494 17.3136 22.2416 16.127 21.9613 14.2942C21.8754 13.7324 21.6255 13.2503 21.3697 12.8505C21.0787 12.3958 20.7183 11.9855 20.4651 11.5069C20.2488 11.0979 20.1406 10.8935 20.0215 10.8218C19.9025 10.7501 19.7268 10.7501 19.3754 10.7501L17.3382 10.7501C16.6006 10.7505 15.8469 10.7389 15.1603 10.4353C14.7414 10.2501 14.0791 9.83573 13.7187 8.99475C13.332 8.09243 13.5313 7.26645 13.7567 6.7749C13.98 6.28809 14.3323 5.87981 14.7145 5.49966Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.1831 3.25003H16.0162C15.4639 3.25003 15.0162 2.80232 15.0162 2.25003C15.0162 1.69775 15.4639 1.25003 16.0162 1.25003L19.7458 1.25002C20.0812 1.24988 20.4352 1.24974 20.7149 1.29049C20.9866 1.33008 21.5982 1.46287 21.8697 2.09624C22.1375 2.72134 21.8231 3.25428 21.6698 3.47931C21.5102 3.71356 21.2707 3.97589 21.0416 4.22669L21.0416 4.22669L17.9288 7.25003H21.0002C21.5525 7.25003 22.0002 7.69775 22.0002 8.25003C22.0002 8.80232 21.5525 9.25003 21.0002 9.25003L17.378 9.25004H17.378C17.0296 9.25011 16.6505 9.25019 16.3457 9.21243C16.1853 9.19257 15.9734 9.15483 15.7665 9.06333C15.5513 8.9682 15.2561 8.77495 15.0971 8.40383C14.9278 8.00883 15.0092 7.64123 15.1197 7.40019C15.2163 7.18959 15.3572 7.02204 15.4489 6.919C15.5402 6.81641 15.6487 6.70678 15.7451 6.60945L15.7451 6.60945L19.1831 3.25003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-notification-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.75 5.25C14.75 3.04086 16.5409 1.25 18.75 1.25C20.9591 1.25 22.75 3.04086 22.75 5.25C22.75 7.45914 20.9591 9.25 18.75 9.25C16.5409 9.25 14.75 7.45914 14.75 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.75 12.5572C21.75 14.7479 21.75 16.4686 21.5694 17.812C21.3843 19.1886 20.9973 20.2809 20.1391 21.1391C19.2809 21.9973 18.1886 22.3843 16.812 22.5694C15.4686 22.75 13.7479 22.75 11.5572 22.75H11.4428C9.2521 22.75 7.53143 22.75 6.18802 22.5694C4.81136 22.3843 3.71911 21.9973 2.86091 21.1391C2.00271 20.2809 1.61568 19.1886 1.43059 17.812C1.24998 16.4686 1.24999 14.7479 1.25 12.5572V12.4428C1.24999 10.2521 1.24998 8.53144 1.43059 7.18802C1.61568 5.81137 2.00271 4.71911 2.86091 3.86091C3.71911 3.00272 4.81136 2.61568 6.18802 2.43059C7.53144 2.24998 9.25213 2.24999 11.4428 2.25H12.6628C13.2792 2.25 13.5874 2.25 13.7073 2.41392C13.8271 2.57784 13.7208 2.91187 13.5081 3.57993C13.3405 4.10663 13.25 4.66775 13.25 5.25C13.25 8.28757 15.7124 10.75 18.75 10.75C19.3394 10.75 19.9071 10.6573 20.4394 10.4857C21.0915 10.2754 21.4176 10.1703 21.582 10.2897C21.7464 10.409 21.7472 10.709 21.749 11.309C21.75 11.6721 21.75 12.0499 21.75 12.4427V12.4427V12.4428V12.5572ZM6.25 11C6.25 10.5858 6.58579 10.25 7 10.25H11C11.4142 10.25 11.75 10.5858 11.75 11C11.75 11.4142 11.4142 11.75 11 11.75H7C6.58579 11.75 6.25 11.4142 6.25 11ZM7 15.25C6.58579 15.25 6.25 15.5858 6.25 16C6.25 16.4142 6.58579 16.75 7 16.75H15C15.4142 16.75 15.75 16.4142 15.75 16C15.75 15.5858 15.4142 15.25 15 15.25H7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.75 5.25C14.75 3.04086 16.5409 1.25 18.75 1.25C20.9591 1.25 22.75 3.04086 22.75 5.25C22.75 7.45914 20.9591 9.25 18.75 9.25C16.5409 9.25 14.75 7.45914 14.75 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.75 12.5572C21.75 14.7479 21.75 16.4686 21.5694 17.812C21.3843 19.1886 20.9973 20.2809 20.1391 21.1391C19.2809 21.9973 18.1886 22.3843 16.812 22.5694C15.4686 22.75 13.7479 22.75 11.5572 22.75H11.4428C9.2521 22.75 7.53143 22.75 6.18802 22.5694C4.81136 22.3843 3.71911 21.9973 2.86091 21.1391C2.00271 20.2809 1.61568 19.1886 1.43059 17.812C1.24998 16.4686 1.24999 14.7479 1.25 12.5572V12.4428C1.24999 10.2521 1.24998 8.53144 1.43059 7.18802C1.61568 5.81137 2.00271 4.71911 2.86091 3.86091C3.71911 3.00272 4.81136 2.61568 6.18802 2.43059C7.53144 2.24998 9.25213 2.24999 11.4428 2.25H12.6628C13.2792 2.25 13.5874 2.25 13.7073 2.41392C13.8271 2.57784 13.7208 2.91187 13.5081 3.57993C13.3405 4.10663 13.25 4.66775 13.25 5.25C13.25 8.28757 15.7124 10.75 18.75 10.75C19.3394 10.75 19.9071 10.6573 20.4394 10.4857C21.0915 10.2754 21.4176 10.1703 21.582 10.2897C21.7464 10.409 21.7472 10.709 21.749 11.309C21.75 11.6721 21.75 12.0499 21.75 12.4427V12.4427V12.4428V12.5572ZM6.25 11C6.25 10.5858 6.58579 10.25 7 10.25H11C11.4142 10.25 11.75 10.5858 11.75 11C11.75 11.4142 11.4142 11.75 11 11.75H7C6.58579 11.75 6.25 11.4142 6.25 11ZM7 15.25C6.58579 15.25 6.25 15.5858 6.25 16C6.25 16.4142 6.58579 16.75 7 16.75H15C15.4142 16.75 15.75 16.4142 15.75 16C15.75 15.5858 15.4142 15.25 15 15.25H7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-radioactive-alert{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.79964 2.3995C10.1313 2.84109 10.0422 3.46796 9.60062 3.79964C8.62681 4.53107 8.00006 5.69234 8.00006 7.00026C8.00006 9.20925 9.79088 11.0001 12.0001 11.0001C14.2092 11.0001 16.0001 9.20925 16.0001 7.00026C16.0001 5.69234 15.3733 4.53107 14.3995 3.79964C13.9579 3.46796 13.8688 2.84109 14.2005 2.3995C14.5322 1.9579 15.159 1.8688 15.6006 2.20048C17.0557 3.29339 18.0001 5.03668 18.0001 7.00026C18.0001 8.09434 17.7072 9.12002 17.1956 10.0032C19.079 10.0636 20.7432 10.993 21.7996 12.3995C22.1313 12.8411 22.0422 13.468 21.6006 13.7996C21.159 14.1313 20.5322 14.0422 20.2005 13.6006C19.4691 12.6268 18.3078 12.0001 16.9999 12.0001C14.7909 12.0001 13.0001 13.7909 13.0001 16.0001C13.0001 18.2092 14.7909 20.0001 16.9999 20.0001C18.3078 20.0001 19.4691 19.3733 20.2005 18.3995C20.5322 17.9579 21.159 17.8688 21.6006 18.2005C22.0422 18.5322 22.1313 19.159 21.7996 19.6006C20.7067 21.0557 18.9634 22.0001 16.9999 22.0001C14.9129 22.0001 13.0749 20.9346 12 19.3179C10.9251 20.9346 9.08702 22.0001 7.00006 22.0001C5.03669 22.0001 3.29355 21.056 2.20056 19.6012C1.86882 19.1597 1.95784 18.5328 2.39938 18.2011C2.84093 17.8693 3.46781 17.9583 3.79955 18.3999C4.53103 19.3735 5.69222 20.0001 7.00006 20.0001C9.2092 20.0001 11.0001 18.2092 11.0001 16.0001C11.0001 13.7909 9.2092 12.0001 7.00006 12.0001C5.69224 12.0001 4.53114 12.6268 3.7996 13.6007C3.46789 14.0422 2.84102 14.1313 2.39945 13.7996C1.95787 13.4679 1.86881 12.841 2.20052 12.3994C3.25698 10.9931 4.92096 10.0636 6.8045 10.0032C6.29291 9.12002 6.00006 8.09434 6.00006 7.00026C6.00006 5.03668 6.94442 3.29339 8.3995 2.20048C8.84109 1.8688 9.46796 1.9579 9.79964 2.3995Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.79964 2.3995C10.1313 2.84109 10.0422 3.46796 9.60062 3.79964C8.62681 4.53107 8.00006 5.69234 8.00006 7.00026C8.00006 9.20925 9.79088 11.0001 12.0001 11.0001C14.2092 11.0001 16.0001 9.20925 16.0001 7.00026C16.0001 5.69234 15.3733 4.53107 14.3995 3.79964C13.9579 3.46796 13.8688 2.84109 14.2005 2.3995C14.5322 1.9579 15.159 1.8688 15.6006 2.20048C17.0557 3.29339 18.0001 5.03668 18.0001 7.00026C18.0001 8.09434 17.7072 9.12002 17.1956 10.0032C19.079 10.0636 20.7432 10.993 21.7996 12.3995C22.1313 12.8411 22.0422 13.468 21.6006 13.7996C21.159 14.1313 20.5322 14.0422 20.2005 13.6006C19.4691 12.6268 18.3078 12.0001 16.9999 12.0001C14.7909 12.0001 13.0001 13.7909 13.0001 16.0001C13.0001 18.2092 14.7909 20.0001 16.9999 20.0001C18.3078 20.0001 19.4691 19.3733 20.2005 18.3995C20.5322 17.9579 21.159 17.8688 21.6006 18.2005C22.0422 18.5322 22.1313 19.159 21.7996 19.6006C20.7067 21.0557 18.9634 22.0001 16.9999 22.0001C14.9129 22.0001 13.0749 20.9346 12 19.3179C10.9251 20.9346 9.08702 22.0001 7.00006 22.0001C5.03669 22.0001 3.29355 21.056 2.20056 19.6012C1.86882 19.1597 1.95784 18.5328 2.39938 18.2011C2.84093 17.8693 3.46781 17.9583 3.79955 18.3999C4.53103 19.3735 5.69222 20.0001 7.00006 20.0001C9.2092 20.0001 11.0001 18.2092 11.0001 16.0001C11.0001 13.7909 9.2092 12.0001 7.00006 12.0001C5.69224 12.0001 4.53114 12.6268 3.7996 13.6007C3.46789 14.0422 2.84102 14.1313 2.39945 13.7996C1.95787 13.4679 1.86881 12.841 2.20052 12.3994C3.25698 10.9931 4.92096 10.0636 6.8045 10.0032C6.29291 9.12002 6.00006 8.09434 6.00006 7.00026C6.00006 5.03668 6.94442 3.29339 8.3995 2.20048C8.84109 1.8688 9.46796 1.9579 9.79964 2.3995Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-alert-and-notification-icons-spam{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3478 2C13.5342 1.99999 14.477 1.99999 15.2456 2.07422C16.0372 2.15067 16.703 2.30987 17.3243 2.66319C17.9478 3.01783 18.4207 3.50789 18.8799 4.14738C19.323 4.76451 19.7828 5.56464 20.3573 6.56405L20.9864 7.65875L20.9865 7.6588C21.5296 8.60371 21.9652 9.36157 22.2607 10.0161C22.5667 10.6937 22.75 11.3171 22.75 12C22.75 12.6829 22.5667 13.3063 22.2607 13.9839C21.9652 14.6385 21.5296 15.3963 20.9864 16.3413L20.3572 17.436C19.7828 18.4354 19.323 19.2355 18.8799 19.8526C18.4207 20.4921 17.9478 20.9822 17.3243 21.3368C16.703 21.6901 16.0372 21.8493 15.2456 21.9258C14.477 22 13.5342 22 12.3478 22H11.6523C10.4659 22 9.52305 22 8.75436 21.9258C7.96284 21.8493 7.29698 21.6901 6.67574 21.3368C6.05218 20.9822 5.57928 20.4921 5.12013 19.8526C4.67705 19.2355 4.21718 18.4354 3.64277 17.436L3.64274 17.4359L3.01358 16.3413C2.47044 15.3963 2.03482 14.6385 1.73926 13.9839C1.43332 13.3063 1.25 12.6829 1.25 12C1.25 11.3171 1.43332 10.6937 1.73926 10.0161C2.03482 9.36156 2.47044 8.60367 3.01357 7.65873L3.64274 6.56407C4.21716 5.56465 4.67704 4.76451 5.12013 4.14738C5.57928 3.50789 6.05218 3.01783 6.67574 2.66319C7.29698 2.30987 7.96284 2.15067 8.75436 2.07422C9.52305 1.99999 10.4658 1.99999 11.6522 2L12.3478 2H12.3478ZM11 16C11 15.4477 11.4457 15 11.9955 15H12.0045C12.5543 15 13 15.4477 13 16C13 16.5523 12.5543 17 12.0045 17H11.9955C11.4457 17 11 16.5523 11 16ZM11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12V8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3478 2C13.5342 1.99999 14.477 1.99999 15.2456 2.07422C16.0372 2.15067 16.703 2.30987 17.3243 2.66319C17.9478 3.01783 18.4207 3.50789 18.8799 4.14738C19.323 4.76451 19.7828 5.56464 20.3573 6.56405L20.9864 7.65875L20.9865 7.6588C21.5296 8.60371 21.9652 9.36157 22.2607 10.0161C22.5667 10.6937 22.75 11.3171 22.75 12C22.75 12.6829 22.5667 13.3063 22.2607 13.9839C21.9652 14.6385 21.5296 15.3963 20.9864 16.3413L20.3572 17.436C19.7828 18.4354 19.323 19.2355 18.8799 19.8526C18.4207 20.4921 17.9478 20.9822 17.3243 21.3368C16.703 21.6901 16.0372 21.8493 15.2456 21.9258C14.477 22 13.5342 22 12.3478 22H11.6523C10.4659 22 9.52305 22 8.75436 21.9258C7.96284 21.8493 7.29698 21.6901 6.67574 21.3368C6.05218 20.9822 5.57928 20.4921 5.12013 19.8526C4.67705 19.2355 4.21718 18.4354 3.64277 17.436L3.64274 17.4359L3.01358 16.3413C2.47044 15.3963 2.03482 14.6385 1.73926 13.9839C1.43332 13.3063 1.25 12.6829 1.25 12C1.25 11.3171 1.43332 10.6937 1.73926 10.0161C2.03482 9.36156 2.47044 8.60367 3.01357 7.65873L3.64274 6.56407C4.21716 5.56465 4.67704 4.76451 5.12013 4.14738C5.57928 3.50789 6.05218 3.01783 6.67574 2.66319C7.29698 2.30987 7.96284 2.15067 8.75436 2.07422C9.52305 1.99999 10.4658 1.99999 11.6522 2L12.3478 2H12.3478ZM11 16C11 15.4477 11.4457 15 11.9955 15H12.0045C12.5543 15 13 15.4477 13 16C13 16.5523 12.5543 17 12.0045 17H11.9955C11.4457 17 11 16.5523 11 16ZM11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12V8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-bounce-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.42501 9.18192C7.97315 9.49947 7.86428 10.1232 8.18183 10.5751C10.1653 13.3974 11.1239 17.3453 11.7755 20.3013L11.7849 20.3441C11.8422 20.6044 11.9011 20.872 11.9678 21.0735C12.0023 21.1778 12.0633 21.3435 12.1729 21.5018C12.289 21.6695 12.5365 21.9341 12.9537 21.9903C13.3907 22.0491 13.7065 21.8384 13.8572 21.7047C14.0017 21.5764 14.1013 21.4287 14.1603 21.3348C14.2754 21.1517 14.4005 20.8998 14.5242 20.6508L14.5438 20.6113C15.1609 19.3691 16.0811 18.2671 17.0096 17.713C17.4646 17.4416 17.8741 17.329 18.2264 17.3413C18.5599 17.3529 18.9268 17.4784 19.3219 17.843C19.7278 18.2175 20.3604 18.192 20.7349 17.7862C21.1095 17.3803 21.084 16.7476 20.6781 16.3731C19.9645 15.7146 19.1513 15.3724 18.2963 15.3425C17.46 15.3133 16.6725 15.5852 15.9848 15.9956C14.9942 16.5867 14.1153 17.5194 13.4295 18.5505C12.7719 15.7503 11.7459 12.1681 9.81816 9.4251C9.50061 8.97324 8.87687 8.86436 8.42501 9.18192Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 5C9 3.34315 7.65685 2 6 2C4.34315 2 3 3.34315 3 5C3 6.65685 4.34315 8 6 8C7.65685 8 9 6.65685 9 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.42501 9.18192C7.97315 9.49947 7.86428 10.1232 8.18183 10.5751C10.1653 13.3974 11.1239 17.3453 11.7755 20.3013L11.7849 20.3441C11.8422 20.6044 11.9011 20.872 11.9678 21.0735C12.0023 21.1778 12.0633 21.3435 12.1729 21.5018C12.289 21.6695 12.5365 21.9341 12.9537 21.9903C13.3907 22.0491 13.7065 21.8384 13.8572 21.7047C14.0017 21.5764 14.1013 21.4287 14.1603 21.3348C14.2754 21.1517 14.4005 20.8998 14.5242 20.6508L14.5438 20.6113C15.1609 19.3691 16.0811 18.2671 17.0096 17.713C17.4646 17.4416 17.8741 17.329 18.2264 17.3413C18.5599 17.3529 18.9268 17.4784 19.3219 17.843C19.7278 18.2175 20.3604 18.192 20.7349 17.7862C21.1095 17.3803 21.084 16.7476 20.6781 16.3731C19.9645 15.7146 19.1513 15.3724 18.2963 15.3425C17.46 15.3133 16.6725 15.5852 15.9848 15.9956C14.9942 16.5867 14.1153 17.5194 13.4295 18.5505C12.7719 15.7503 11.7459 12.1681 9.81816 9.4251C9.50061 8.97324 8.87687 8.86436 8.42501 9.18192Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 5C9 3.34315 7.65685 2 6 2C4.34315 2 3 3.34315 3 5C3 6.65685 4.34315 8 6 8C7.65685 8 9 6.65685 9 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-bounce-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.575 9.18192C16.0268 9.49947 16.1357 10.1232 15.8182 10.5751C13.8347 13.3974 12.8761 17.3453 12.2245 20.3013C12.2214 20.3155 12.2183 20.3298 12.2151 20.3441C12.1578 20.6044 12.0989 20.872 12.0322 21.0735C11.9977 21.1778 11.9367 21.3435 11.8271 21.5018C11.711 21.6695 11.4635 21.9341 11.0463 21.9903C10.6093 22.0491 10.2935 21.8384 10.1428 21.7047C9.99829 21.5764 9.89873 21.4287 9.83972 21.3348C9.72461 21.1517 9.59948 20.8998 9.47584 20.6508C9.46929 20.6376 9.46275 20.6244 9.45622 20.6113C8.83908 19.3691 7.91894 18.2671 6.99036 17.713C6.53544 17.4416 6.1259 17.329 5.7736 17.3413C5.44005 17.3529 5.07318 17.4784 4.67814 17.843C4.27225 18.2175 3.63959 18.192 3.26507 17.7862C2.89054 17.3803 2.91597 16.7476 3.32187 16.3731C4.03548 15.7146 4.8487 15.3724 5.70372 15.3425C6.53999 15.3133 7.32751 15.5852 8.01517 15.9956C9.00578 16.5867 9.88469 17.5194 10.5705 18.5505C11.2281 15.7503 12.2541 12.1681 14.1818 9.4251C14.4994 8.97324 15.1231 8.86436 15.575 9.18192Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15 5C15 3.34315 16.3431 2 18 2C19.6569 2 21 3.34315 21 5C21 6.65685 19.6569 8 18 8C16.3431 8 15 6.65685 15 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.575 9.18192C16.0268 9.49947 16.1357 10.1232 15.8182 10.5751C13.8347 13.3974 12.8761 17.3453 12.2245 20.3013C12.2214 20.3155 12.2183 20.3298 12.2151 20.3441C12.1578 20.6044 12.0989 20.872 12.0322 21.0735C11.9977 21.1778 11.9367 21.3435 11.8271 21.5018C11.711 21.6695 11.4635 21.9341 11.0463 21.9903C10.6093 22.0491 10.2935 21.8384 10.1428 21.7047C9.99829 21.5764 9.89873 21.4287 9.83972 21.3348C9.72461 21.1517 9.59948 20.8998 9.47584 20.6508C9.46929 20.6376 9.46275 20.6244 9.45622 20.6113C8.83908 19.3691 7.91894 18.2671 6.99036 17.713C6.53544 17.4416 6.1259 17.329 5.7736 17.3413C5.44005 17.3529 5.07318 17.4784 4.67814 17.843C4.27225 18.2175 3.63959 18.192 3.26507 17.7862C2.89054 17.3803 2.91597 16.7476 3.32187 16.3731C4.03548 15.7146 4.8487 15.3724 5.70372 15.3425C6.53999 15.3133 7.32751 15.5852 8.01517 15.9956C9.00578 16.5867 9.88469 17.5194 10.5705 18.5505C11.2281 15.7503 12.2541 12.1681 14.1818 9.4251C14.4994 8.97324 15.1231 8.86436 15.575 9.18192Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15 5C15 3.34315 16.3431 2 18 2C19.6569 2 21 3.34315 21 5C21 6.65685 19.6569 8 18 8C16.3431 8 15 6.65685 15 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-double-keyframes{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9704 5.02627C14.9103 5.05517 14.814 5.1163 14.6658 5.24785C14.2528 5.6145 13.6208 5.57689 13.2541 5.16386C12.8875 4.75083 12.9251 4.11879 13.3381 3.75215C13.7958 3.34589 14.3459 3 15.068 3C15.7485 3 16.2772 3.30746 16.7196 3.68406C17.1241 4.02827 17.5572 4.51995 18.0423 5.07058C18.0571 5.08739 18.0719 5.10426 18.0869 5.12119L20.703 8.09035C21.3639 8.84034 21.9206 9.47217 22.304 10.0346C22.7096 10.6297 22.9998 11.2563 22.9998 12C22.9998 12.7437 22.7096 13.3703 22.304 13.9654C21.9206 14.5278 21.3639 15.1597 20.703 15.9096L18.0423 18.9294C17.5572 19.4801 17.1241 19.9717 16.7196 20.3159C16.2772 20.6925 15.7485 21 15.068 21C14.3459 21 13.7958 20.6541 13.3381 20.2479C12.9251 19.8812 12.8875 19.2492 13.2541 18.8361C13.6208 18.4231 14.2528 18.3855 14.6658 18.7521C14.814 18.8837 14.9103 18.9448 14.9704 18.9737C15.0193 18.9972 15.0446 19 15.068 19C15.0687 19 15.0695 19 15.0703 19C15.0921 19.0005 15.1775 19.0021 15.4233 18.7929C15.7046 18.5535 16.0425 18.1737 16.5863 17.5566L19.161 14.6344C19.8743 13.8249 20.3465 13.2862 20.6514 12.839C20.9419 12.4126 20.9998 12.1815 20.9998 12C20.9998 11.8185 20.9419 11.5874 20.6514 11.161C20.3465 10.7138 19.8743 10.1751 19.161 9.36558L16.5863 6.44338C16.0425 5.82626 15.7046 5.44645 15.4233 5.20708C15.1775 4.99786 15.0921 4.99954 15.0703 4.99997C15.0695 4.99998 15.0687 5 15.068 5C15.0446 5 15.0193 5.00275 14.9704 5.02627Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.34219 3.68094C7.78886 3.30447 8.31931 3 9 3C9.68069 3 10.2111 3.30447 10.6578 3.68094C11.0659 4.02486 11.5031 4.51633 11.9931 5.06718L11.9931 5.0672L14.6799 8.08672C15.3472 8.8367 15.9094 9.46844 16.2965 10.0309C16.7058 10.6256 17 11.2535 17 12C17 12.7465 16.7058 13.3744 16.2965 13.9691C15.9094 14.5316 15.3472 15.1633 14.6799 15.9133L14.6799 15.9133L11.9932 18.9328C11.5031 19.4837 11.0659 19.9751 10.6578 20.3191C10.2111 20.6955 9.68069 21 9 21C8.31931 21 7.78886 20.6955 7.34219 20.3191C6.93413 19.9751 6.49691 19.4837 6.00685 18.9328L3.32014 15.9133L3.32012 15.9133C2.65276 15.1633 2.09062 14.5316 1.70351 13.9691C1.29419 13.3744 1 12.7465 1 12C1 11.2535 1.29419 10.6256 1.70351 10.0309C2.09062 9.46844 2.65276 8.83672 3.32012 8.08674L3.32013 8.08673L6.00686 5.0672L6.00686 5.06719C6.49692 4.51633 6.93413 4.02486 7.34219 3.68094Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9704 5.02627C14.9103 5.05517 14.814 5.1163 14.6658 5.24785C14.2528 5.6145 13.6208 5.57689 13.2541 5.16386C12.8875 4.75083 12.9251 4.11879 13.3381 3.75215C13.7958 3.34589 14.3459 3 15.068 3C15.7485 3 16.2772 3.30746 16.7196 3.68406C17.1241 4.02827 17.5572 4.51995 18.0423 5.07058C18.0571 5.08739 18.0719 5.10426 18.0869 5.12119L20.703 8.09035C21.3639 8.84034 21.9206 9.47217 22.304 10.0346C22.7096 10.6297 22.9998 11.2563 22.9998 12C22.9998 12.7437 22.7096 13.3703 22.304 13.9654C21.9206 14.5278 21.3639 15.1597 20.703 15.9096L18.0423 18.9294C17.5572 19.4801 17.1241 19.9717 16.7196 20.3159C16.2772 20.6925 15.7485 21 15.068 21C14.3459 21 13.7958 20.6541 13.3381 20.2479C12.9251 19.8812 12.8875 19.2492 13.2541 18.8361C13.6208 18.4231 14.2528 18.3855 14.6658 18.7521C14.814 18.8837 14.9103 18.9448 14.9704 18.9737C15.0193 18.9972 15.0446 19 15.068 19C15.0687 19 15.0695 19 15.0703 19C15.0921 19.0005 15.1775 19.0021 15.4233 18.7929C15.7046 18.5535 16.0425 18.1737 16.5863 17.5566L19.161 14.6344C19.8743 13.8249 20.3465 13.2862 20.6514 12.839C20.9419 12.4126 20.9998 12.1815 20.9998 12C20.9998 11.8185 20.9419 11.5874 20.6514 11.161C20.3465 10.7138 19.8743 10.1751 19.161 9.36558L16.5863 6.44338C16.0425 5.82626 15.7046 5.44645 15.4233 5.20708C15.1775 4.99786 15.0921 4.99954 15.0703 4.99997C15.0695 4.99998 15.0687 5 15.068 5C15.0446 5 15.0193 5.00275 14.9704 5.02627Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.34219 3.68094C7.78886 3.30447 8.31931 3 9 3C9.68069 3 10.2111 3.30447 10.6578 3.68094C11.0659 4.02486 11.5031 4.51633 11.9931 5.06718L11.9931 5.0672L14.6799 8.08672C15.3472 8.8367 15.9094 9.46844 16.2965 10.0309C16.7058 10.6256 17 11.2535 17 12C17 12.7465 16.7058 13.3744 16.2965 13.9691C15.9094 14.5316 15.3472 15.1633 14.6799 15.9133L14.6799 15.9133L11.9932 18.9328C11.5031 19.4837 11.0659 19.9751 10.6578 20.3191C10.2111 20.6955 9.68069 21 9 21C8.31931 21 7.78886 20.6955 7.34219 20.3191C6.93413 19.9751 6.49691 19.4837 6.00685 18.9328L3.32014 15.9133L3.32012 15.9133C2.65276 15.1633 2.09062 14.5316 1.70351 13.9691C1.29419 13.3744 1 12.7465 1 12C1 11.2535 1.29419 10.6256 1.70351 10.0309C2.09062 9.46844 2.65276 8.83672 3.32012 8.08674L3.32013 8.08673L6.00686 5.0672L6.00686 5.06719C6.49692 4.51633 6.93413 4.02486 7.34219 3.68094Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-ease-curve-control-points{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1049 7.19075C14.8393 8.57354 13.8991 10.4379 12.8944 12.4472L12.8604 12.5152C11.8952 14.4459 10.8428 16.5509 9.37048 18.1595C7.83446 19.8378 5.82344 21 3 21C2.44772 21 2 20.5523 2 20C2 19.4477 2.44772 19 3 19C5.17656 19 6.67594 18.1414 7.89512 16.8093C9.16069 15.4265 10.1009 13.5621 11.1056 11.5528L11.1396 11.4848C12.1048 9.55415 13.1572 7.44915 14.6295 5.84045C16.1655 4.16216 18.1766 3 21 3C21.5523 3 22 3.44772 22 4C22 4.55228 21.5523 5 21 5C18.8234 5 17.3241 5.85865 16.1049 7.19075Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.1707 19C16.5825 17.8348 17.6938 17 19 17C20.6569 17 22 18.3431 22 20C22 21.6569 20.6569 23 19 23C17.6938 23 16.5825 22.1652 16.1707 21L15 21C14.4477 21 14 20.5523 14 20C14 19.4477 14.4477 19 15 19H16.1707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 20C9 19.4477 9.44772 19 10 19H12C12.5523 19 13 19.4477 13 20C13 20.5523 12.5523 21 12 21H10C9.44772 21 9 20.5523 9 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 4C2 2.34315 3.34315 1 5 1C6.30622 1 7.41746 1.83481 7.82929 3L9 3C9.55228 3 10 3.44772 10 4C10 4.55228 9.55228 5 9 5L7.82929 5C7.41746 6.16519 6.30622 7 5 7C3.34315 7 2 5.65685 2 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 4C11 3.44772 11.4477 3 12 3H14C14.5523 3 15 3.44772 15 4C15 4.55228 14.5523 5 14 5H12C11.4477 5 11 4.55228 11 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1049 7.19075C14.8393 8.57354 13.8991 10.4379 12.8944 12.4472L12.8604 12.5152C11.8952 14.4459 10.8428 16.5509 9.37048 18.1595C7.83446 19.8378 5.82344 21 3 21C2.44772 21 2 20.5523 2 20C2 19.4477 2.44772 19 3 19C5.17656 19 6.67594 18.1414 7.89512 16.8093C9.16069 15.4265 10.1009 13.5621 11.1056 11.5528L11.1396 11.4848C12.1048 9.55415 13.1572 7.44915 14.6295 5.84045C16.1655 4.16216 18.1766 3 21 3C21.5523 3 22 3.44772 22 4C22 4.55228 21.5523 5 21 5C18.8234 5 17.3241 5.85865 16.1049 7.19075Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.1707 19C16.5825 17.8348 17.6938 17 19 17C20.6569 17 22 18.3431 22 20C22 21.6569 20.6569 23 19 23C17.6938 23 16.5825 22.1652 16.1707 21L15 21C14.4477 21 14 20.5523 14 20C14 19.4477 14.4477 19 15 19H16.1707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 20C9 19.4477 9.44772 19 10 19H12C12.5523 19 13 19.4477 13 20C13 20.5523 12.5523 21 12 21H10C9.44772 21 9 20.5523 9 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 4C2 2.34315 3.34315 1 5 1C6.30622 1 7.41746 1.83481 7.82929 3L9 3C9.55228 3 10 3.44772 10 4C10 4.55228 9.55228 5 9 5L7.82929 5C7.41746 6.16519 6.30622 7 5 7C3.34315 7 2 5.65685 2 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 4C11 3.44772 11.4477 3 12 3H14C14.5523 3 15 3.44772 15 4C15 4.55228 14.5523 5 14 5H12C11.4477 5 11 4.55228 11 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-ease-in-control-point{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0838 2.59918L19.0806 2.60659L19.0672 2.6366C19.0549 2.66398 19.0359 2.70593 19.0104 2.76147C18.9592 2.87257 18.8817 3.03798 18.7785 3.24995C18.5722 3.67402 18.2637 4.28358 17.8589 5.01668C17.0482 6.48524 15.8578 8.43764 14.337 10.3844C11.2511 14.3343 7.01081 18 2 18C1.44772 18 1 18.4477 1 19C1 19.5523 1.44772 20 2 20C7.9892 20 12.7489 15.6657 15.913 11.6156C17.5172 9.56236 18.7643 7.51476 19.6098 5.98332C20.0332 5.21642 20.3575 4.57598 20.5769 4.12505C20.6867 3.89952 20.7703 3.72118 20.8271 3.5979C20.8554 3.53626 20.8771 3.48836 20.892 3.45519L20.9092 3.4166L20.914 3.40581L20.9159 3.40152C20.916 3.40114 20.9162 3.40082 20 3L20.9159 3.40152C21.1372 2.89554 20.9068 2.30521 20.4008 2.08384C19.895 1.86253 19.3053 2.09343 19.0838 2.59918Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.1707 18C17.5825 16.8348 18.6938 16 20 16C21.6569 16 23 17.3431 23 19C23 20.6569 21.6569 22 20 22C18.6938 22 17.5825 21.1652 17.1707 20L16 20C15.4477 20 15 19.5523 15 19C15 18.4477 15.4477 18 16 18H17.1707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 19C10 18.4477 10.4477 18 11 18H13C13.5523 18 14 18.4477 14 19C14 19.5523 13.5523 20 13 20H11C10.4477 20 10 19.5523 10 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0838 2.59918L19.0806 2.60659L19.0672 2.6366C19.0549 2.66398 19.0359 2.70593 19.0104 2.76147C18.9592 2.87257 18.8817 3.03798 18.7785 3.24995C18.5722 3.67402 18.2637 4.28358 17.8589 5.01668C17.0482 6.48524 15.8578 8.43764 14.337 10.3844C11.2511 14.3343 7.01081 18 2 18C1.44772 18 1 18.4477 1 19C1 19.5523 1.44772 20 2 20C7.9892 20 12.7489 15.6657 15.913 11.6156C17.5172 9.56236 18.7643 7.51476 19.6098 5.98332C20.0332 5.21642 20.3575 4.57598 20.5769 4.12505C20.6867 3.89952 20.7703 3.72118 20.8271 3.5979C20.8554 3.53626 20.8771 3.48836 20.892 3.45519L20.9092 3.4166L20.914 3.40581L20.9159 3.40152C20.916 3.40114 20.9162 3.40082 20 3L20.9159 3.40152C21.1372 2.89554 20.9068 2.30521 20.4008 2.08384C19.895 1.86253 19.3053 2.09343 19.0838 2.59918Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.1707 18C17.5825 16.8348 18.6938 16 20 16C21.6569 16 23 17.3431 23 19C23 20.6569 21.6569 22 20 22C18.6938 22 17.5825 21.1652 17.1707 20L16 20C15.4477 20 15 19.5523 15 19C15 18.4477 15.4477 18 16 18H17.1707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 19C10 18.4477 10.4477 18 11 18H13C13.5523 18 14 18.4477 14 19C14 19.5523 13.5523 20 13 20H11C10.4477 20 10 19.5523 10 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-ease-in-out{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.3467 18.1762C7.81113 19.8493 5.80885 21 3 21C2.44772 21 2 20.5523 2 20C2 19.4477 2.44772 19 3 19C5.1644 19 6.65543 18.1507 7.87321 16.8238C9.13806 15.4457 10.0847 13.581 11.1068 11.5504L11.1416 11.4813C12.1231 9.53112 13.1822 7.42671 14.6533 5.82383C16.1889 4.1507 18.1912 3 21 3C21.5523 3 22 3.44772 22 4C22 4.55228 21.5523 5 21 5C18.8356 5 17.3446 5.8493 16.1268 7.17617C14.8619 8.55433 13.9153 10.419 12.8932 12.4496L12.8584 12.5187C11.8769 14.4689 10.8178 16.5733 9.3467 18.1762Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.3467 18.1762C7.81113 19.8493 5.80885 21 3 21C2.44772 21 2 20.5523 2 20C2 19.4477 2.44772 19 3 19C5.1644 19 6.65543 18.1507 7.87321 16.8238C9.13806 15.4457 10.0847 13.581 11.1068 11.5504L11.1416 11.4813C12.1231 9.53112 13.1822 7.42671 14.6533 5.82383C16.1889 4.1507 18.1912 3 21 3C21.5523 3 22 3.44772 22 4C22 4.55228 21.5523 5 21 5C18.8356 5 17.3446 5.8493 16.1268 7.17617C14.8619 8.55433 13.9153 10.419 12.8932 12.4496L12.8584 12.5187C11.8769 14.4689 10.8178 16.5733 9.3467 18.1762Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-ease-in{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.0838 3.59918L20.0806 3.60659L20.0672 3.6366C20.0549 3.66398 20.0359 3.70593 20.0104 3.76147C19.9592 3.87257 19.8817 4.03798 19.7785 4.24995C19.5722 4.67402 19.2637 5.28358 18.8589 6.01668C18.0482 7.48524 16.8578 9.43764 15.337 11.3844C12.2511 15.3343 8.01081 19 3 19C2.44772 19 2 19.4477 2 20C2 20.5523 2.44772 21 3 21C8.9892 21 13.7489 16.6657 16.913 12.6156C18.5172 10.5624 19.7643 8.51476 20.6098 6.98332C21.0332 6.21642 21.3575 5.57598 21.5769 5.12505C21.6867 4.89952 21.7703 4.72118 21.8271 4.5979C21.8554 4.53626 21.8771 4.48836 21.892 4.45519L21.9092 4.4166L21.914 4.40581L21.9159 4.40152C21.916 4.40114 21.9162 4.40082 21 4L21.9159 4.40152C22.1372 3.89554 21.9068 3.30521 21.4008 3.08384C20.895 2.86253 20.3053 3.09343 20.0838 3.59918Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.0838 3.59918L20.0806 3.60659L20.0672 3.6366C20.0549 3.66398 20.0359 3.70593 20.0104 3.76147C19.9592 3.87257 19.8817 4.03798 19.7785 4.24995C19.5722 4.67402 19.2637 5.28358 18.8589 6.01668C18.0482 7.48524 16.8578 9.43764 15.337 11.3844C12.2511 15.3343 8.01081 19 3 19C2.44772 19 2 19.4477 2 20C2 20.5523 2.44772 21 3 21C8.9892 21 13.7489 16.6657 16.913 12.6156C18.5172 10.5624 19.7643 8.51476 20.6098 6.98332C21.0332 6.21642 21.3575 5.57598 21.5769 5.12505C21.6867 4.89952 21.7703 4.72118 21.8271 4.5979C21.8554 4.53626 21.8771 4.48836 21.892 4.45519L21.9092 4.4166L21.914 4.40581L21.9159 4.40152C21.916 4.40114 21.9162 4.40082 21 4L21.9159 4.40152C22.1372 3.89554 21.9068 3.30521 21.4008 3.08384C20.895 2.86253 20.3053 3.09343 20.0838 3.59918Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-ease-out-control-point{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.91615 21.4008L4.91943 21.3934L4.93282 21.3634C4.9451 21.336 4.96407 21.2941 4.98964 21.2385C5.04079 21.1274 5.11831 20.962 5.22145 20.7501C5.42781 20.326 5.73634 19.7164 6.14107 18.9833C6.95183 17.5148 8.14215 15.5624 9.66302 13.6156C12.7489 9.66572 16.9892 6 22 6C22.5523 6 23 5.55228 23 5C23 4.44772 22.5523 4 22 4C16.0108 4 11.2511 8.33428 8.08697 12.3844C6.48284 14.4376 5.23566 16.4852 4.39018 18.0167C3.96678 18.7836 3.64249 19.424 3.42307 19.8749C3.31332 20.1005 3.22971 20.2788 3.17295 20.4021C3.14457 20.4637 3.12289 20.5116 3.10801 20.5448L3.0908 20.5834L3.08603 20.5942L3.08415 20.5985C3.08398 20.5989 3.08384 20.5992 4 21L3.08415 20.5985C2.86278 21.1045 3.0932 21.6948 3.59918 21.9162C4.10505 22.1375 4.69467 21.9066 4.91615 21.4008Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1 5C1 3.34315 2.34315 2 4 2C5.30622 2 6.41746 2.83481 6.82929 4L8 4C8.55228 4 9 4.44772 9 5C9 5.55228 8.55228 6 8 6L6.82929 6C6.41746 7.16519 5.30622 8 4 8C2.34315 8 1 6.65685 1 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 5C10 4.44772 10.4477 4 11 4H13C13.5523 4 14 4.44772 14 5C14 5.55228 13.5523 6 13 6H11C10.4477 6 10 5.55228 10 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.91615 21.4008L4.91943 21.3934L4.93282 21.3634C4.9451 21.336 4.96407 21.2941 4.98964 21.2385C5.04079 21.1274 5.11831 20.962 5.22145 20.7501C5.42781 20.326 5.73634 19.7164 6.14107 18.9833C6.95183 17.5148 8.14215 15.5624 9.66302 13.6156C12.7489 9.66572 16.9892 6 22 6C22.5523 6 23 5.55228 23 5C23 4.44772 22.5523 4 22 4C16.0108 4 11.2511 8.33428 8.08697 12.3844C6.48284 14.4376 5.23566 16.4852 4.39018 18.0167C3.96678 18.7836 3.64249 19.424 3.42307 19.8749C3.31332 20.1005 3.22971 20.2788 3.17295 20.4021C3.14457 20.4637 3.12289 20.5116 3.10801 20.5448L3.0908 20.5834L3.08603 20.5942L3.08415 20.5985C3.08398 20.5989 3.08384 20.5992 4 21L3.08415 20.5985C2.86278 21.1045 3.0932 21.6948 3.59918 21.9162C4.10505 22.1375 4.69467 21.9066 4.91615 21.4008Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1 5C1 3.34315 2.34315 2 4 2C5.30622 2 6.41746 2.83481 6.82929 4L8 4C8.55228 4 9 4.44772 9 5C9 5.55228 8.55228 6 8 6L6.82929 6C6.41746 7.16519 5.30622 8 4 8C2.34315 8 1 6.65685 1 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 5C10 4.44772 10.4477 4 11 4H13C13.5523 4 14 4.44772 14 5C14 5.55228 13.5523 6 13 6H11C10.4477 6 10 5.55228 10 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-ease-out{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.91615 20.4008L3.91943 20.3934L3.93282 20.3634C3.9451 20.336 3.96407 20.2941 3.98964 20.2385C4.04079 20.1274 4.11831 19.962 4.22145 19.7501C4.42781 19.326 4.73634 18.7164 5.14107 17.9833C5.95183 16.5148 7.14215 14.5624 8.66302 12.6156C11.7489 8.66572 15.9892 5 21 5C21.5523 5 22 4.55228 22 4C22 3.44772 21.5523 3 21 3C15.0108 3 10.2511 7.33428 7.08697 11.3844C5.48284 13.4376 4.23566 15.4852 3.39018 17.0167C2.96678 17.7836 2.64249 18.424 2.42307 18.8749C2.31332 19.1005 2.22971 19.2788 2.17295 19.4021C2.14457 19.4637 2.12289 19.5116 2.10801 19.5448L2.0908 19.5834L2.08603 19.5942L2.08415 19.5985C2.08398 19.5989 2.08384 19.5992 3 20L2.08415 19.5985C1.86278 20.1045 2.0932 20.6948 2.59918 20.9162C3.10505 21.1375 3.69467 20.9066 3.91615 20.4008Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.91615 20.4008L3.91943 20.3934L3.93282 20.3634C3.9451 20.336 3.96407 20.2941 3.98964 20.2385C4.04079 20.1274 4.11831 19.962 4.22145 19.7501C4.42781 19.326 4.73634 18.7164 5.14107 17.9833C5.95183 16.5148 7.14215 14.5624 8.66302 12.6156C11.7489 8.66572 15.9892 5 21 5C21.5523 5 22 4.55228 22 4C22 3.44772 21.5523 3 21 3C15.0108 3 10.2511 7.33428 7.08697 11.3844C5.48284 13.4376 4.23566 15.4852 3.39018 17.0167C2.96678 17.7836 2.64249 18.424 2.42307 18.8749C2.31332 19.1005 2.22971 19.2788 2.17295 19.4021C2.14457 19.4637 2.12289 19.5116 2.10801 19.5448L2.0908 19.5834L2.08603 19.5942L2.08415 19.5985C2.08398 19.5989 2.08384 19.5992 3 20L2.08415 19.5985C1.86278 20.1045 2.0932 20.6948 2.59918 20.9162C3.10505 21.1375 3.69467 20.9066 3.91615 20.4008Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-kewframe-bottom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7824 3.48103C11.0792 3.23478 11.4755 3 12 3C12.5245 3 12.9208 3.23478 13.2176 3.48103C13.4754 3.6949 13.7442 3.9925 14.0133 4.29035L14.0509 4.33197L15.5367 5.97571L15.5741 6.01704C15.9436 6.42581 16.2811 6.79903 16.5183 7.13826C16.7774 7.50894 17 7.95138 17 8.5C17 9.04862 16.7774 9.49105 16.5183 9.86174C16.2811 10.201 15.9436 10.5742 15.5741 10.9829L15.5367 11.0243L14.0509 12.668L14.0133 12.7096C13.7442 13.0075 13.4754 13.3051 13.2176 13.519C12.9208 13.7652 12.5245 14 12 14C11.4755 14 11.0792 13.7652 10.7824 13.519C10.5246 13.3051 10.2558 13.0075 9.98669 12.7096L9.94909 12.668L8.4633 11.0243L8.42592 10.9829L8.42591 10.9829C8.05635 10.5742 7.71893 10.201 7.48175 9.86174C7.22257 9.49106 7 9.04862 7 8.5C7 7.95138 7.22257 7.50895 7.48175 7.13826C7.71893 6.79904 8.05636 6.42582 8.42592 6.01706L8.4633 5.97571L9.94909 4.33197L9.98669 4.29036C10.2558 3.99251 10.5246 3.69491 10.7824 3.48103Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 15C12.5523 15 13 15.4477 13 16V19H21C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20C2 19.4477 2.44772 19 3 19H11V16C11 15.4477 11.4477 15 12 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7824 3.48103C11.0792 3.23478 11.4755 3 12 3C12.5245 3 12.9208 3.23478 13.2176 3.48103C13.4754 3.6949 13.7442 3.9925 14.0133 4.29035L14.0509 4.33197L15.5367 5.97571L15.5741 6.01704C15.9436 6.42581 16.2811 6.79903 16.5183 7.13826C16.7774 7.50894 17 7.95138 17 8.5C17 9.04862 16.7774 9.49105 16.5183 9.86174C16.2811 10.201 15.9436 10.5742 15.5741 10.9829L15.5367 11.0243L14.0509 12.668L14.0133 12.7096C13.7442 13.0075 13.4754 13.3051 13.2176 13.519C12.9208 13.7652 12.5245 14 12 14C11.4755 14 11.0792 13.7652 10.7824 13.519C10.5246 13.3051 10.2558 13.0075 9.98669 12.7096L9.94909 12.668L8.4633 11.0243L8.42592 10.9829L8.42591 10.9829C8.05635 10.5742 7.71893 10.201 7.48175 9.86174C7.22257 9.49106 7 9.04862 7 8.5C7 7.95138 7.22257 7.50895 7.48175 7.13826C7.71893 6.79904 8.05636 6.42582 8.42592 6.01706L8.4633 5.97571L9.94909 4.33197L9.98669 4.29036C10.2558 3.99251 10.5246 3.69491 10.7824 3.48103Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 15C12.5523 15 13 15.4477 13 16V19H21C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20C2 19.4477 2.44772 19 3 19H11V16C11 15.4477 11.4477 15 12 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-kewframe-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1383 7.48175C14.5089 7.22257 14.9514 7 15.5 7C16.0486 7 16.4911 7.22257 16.8617 7.48175C17.201 7.71893 17.5742 8.05636 17.9829 8.42592L18.0243 8.4633L19.668 9.94909L19.7096 9.98669C20.0075 10.2558 20.3051 10.5246 20.519 10.7824C20.7652 11.0792 21 11.4755 21 12C21 12.5245 20.7652 12.9208 20.519 13.2176C20.3051 13.4754 20.0075 13.7442 19.7096 14.0133L19.668 14.0509L18.0243 15.5367L17.983 15.5741C17.5742 15.9436 17.201 16.2811 16.8617 16.5183C16.4911 16.7774 16.0486 17 15.5 17C14.9514 17 14.5089 16.7774 14.1383 16.5183C13.799 16.2811 13.4258 15.9436 13.0171 15.5741L12.9757 15.5367L11.332 14.0509L11.2904 14.0133C10.9925 13.7442 10.6949 13.4754 10.481 13.2176C10.2348 12.9208 10 12.5245 10 12C10 11.4755 10.2348 11.0792 10.481 10.7824C10.6949 10.5246 10.9925 10.2558 11.2904 9.98669L11.332 9.94909L12.9757 8.4633L13.0171 8.42592L13.0171 8.42592C13.4258 8.05636 13.799 7.71893 14.1383 7.48175Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 2C4.55229 2 5 2.44772 5 3L5 11H8C8.55228 11 9 11.4477 9 12C9 12.5523 8.55228 13 8 13H5L5 21C5 21.5523 4.55228 22 4 22C3.44772 22 3 21.5523 3 21L3 12.0009C3 12.0006 3 12.0003 3 12C3 11.9997 3 11.9994 3 11.9991L3 3C3 2.44772 3.44772 2 4 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1383 7.48175C14.5089 7.22257 14.9514 7 15.5 7C16.0486 7 16.4911 7.22257 16.8617 7.48175C17.201 7.71893 17.5742 8.05636 17.9829 8.42592L18.0243 8.4633L19.668 9.94909L19.7096 9.98669C20.0075 10.2558 20.3051 10.5246 20.519 10.7824C20.7652 11.0792 21 11.4755 21 12C21 12.5245 20.7652 12.9208 20.519 13.2176C20.3051 13.4754 20.0075 13.7442 19.7096 14.0133L19.668 14.0509L18.0243 15.5367L17.983 15.5741C17.5742 15.9436 17.201 16.2811 16.8617 16.5183C16.4911 16.7774 16.0486 17 15.5 17C14.9514 17 14.5089 16.7774 14.1383 16.5183C13.799 16.2811 13.4258 15.9436 13.0171 15.5741L12.9757 15.5367L11.332 14.0509L11.2904 14.0133C10.9925 13.7442 10.6949 13.4754 10.481 13.2176C10.2348 12.9208 10 12.5245 10 12C10 11.4755 10.2348 11.0792 10.481 10.7824C10.6949 10.5246 10.9925 10.2558 11.2904 9.98669L11.332 9.94909L12.9757 8.4633L13.0171 8.42592L13.0171 8.42592C13.4258 8.05636 13.799 7.71893 14.1383 7.48175Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 2C4.55229 2 5 2.44772 5 3L5 11H8C8.55228 11 9 11.4477 9 12C9 12.5523 8.55228 13 8 13H5L5 21C5 21.5523 4.55228 22 4 22C3.44772 22 3 21.5523 3 21L3 12.0009C3 12.0006 3 12.0003 3 12C3 11.9997 3 11.9994 3 11.9991L3 3C3 2.44772 3.44772 2 4 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-kewframe-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.13826 7.48175C7.50895 7.22257 7.95138 7 8.5 7C9.04862 7 9.49106 7.22256 9.86174 7.48175C10.201 7.71893 10.5742 8.05636 10.9829 8.42592L11.0243 8.4633L12.668 9.94909L12.7096 9.98669C13.0075 10.2558 13.3051 10.5246 13.519 10.7824C13.7652 11.0792 14 11.4755 14 12C14 12.5245 13.7652 12.9208 13.519 13.2176C13.3051 13.4754 13.0075 13.7442 12.7096 14.0133L12.668 14.0509L11.0243 15.5367L10.9829 15.5741C10.5742 15.9436 10.201 16.2811 9.86174 16.5183C9.49105 16.7774 9.04862 17 8.5 17C7.95138 17 7.50894 16.7774 7.13826 16.5183C6.79904 16.2811 6.42584 15.9437 6.01709 15.5741L6.01708 15.5741L5.97571 15.5367L4.33197 14.0509L4.29035 14.0133C3.9925 13.7442 3.6949 13.4754 3.48103 13.2176C3.23478 12.9208 3 12.5245 3 12C3 11.4755 3.23478 11.0792 3.48103 10.7824C3.6949 10.5246 3.9925 10.2558 4.29035 9.98669L4.29035 9.98669L4.33197 9.94909L5.97571 8.4633L6.01706 8.42592C6.42582 8.05636 6.79904 7.71893 7.13826 7.48175Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 2C20.5523 2 21 2.44772 21 3L21 21C21 21.5523 20.5523 22 20 22C19.4477 22 19 21.5523 19 21L19 13H16C15.4477 13 15 12.5523 15 12C15 11.4477 15.4477 11 16 11H19L19 3C19 2.44772 19.4477 2 20 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.13826 7.48175C7.50895 7.22257 7.95138 7 8.5 7C9.04862 7 9.49106 7.22256 9.86174 7.48175C10.201 7.71893 10.5742 8.05636 10.9829 8.42592L11.0243 8.4633L12.668 9.94909L12.7096 9.98669C13.0075 10.2558 13.3051 10.5246 13.519 10.7824C13.7652 11.0792 14 11.4755 14 12C14 12.5245 13.7652 12.9208 13.519 13.2176C13.3051 13.4754 13.0075 13.7442 12.7096 14.0133L12.668 14.0509L11.0243 15.5367L10.9829 15.5741C10.5742 15.9436 10.201 16.2811 9.86174 16.5183C9.49105 16.7774 9.04862 17 8.5 17C7.95138 17 7.50894 16.7774 7.13826 16.5183C6.79904 16.2811 6.42584 15.9437 6.01709 15.5741L6.01708 15.5741L5.97571 15.5367L4.33197 14.0509L4.29035 14.0133C3.9925 13.7442 3.6949 13.4754 3.48103 13.2176C3.23478 12.9208 3 12.5245 3 12C3 11.4755 3.23478 11.0792 3.48103 10.7824C3.6949 10.5246 3.9925 10.2558 4.29035 9.98669L4.29035 9.98669L4.33197 9.94909L5.97571 8.4633L6.01706 8.42592C6.42582 8.05636 6.79904 7.71893 7.13826 7.48175Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 2C20.5523 2 21 2.44772 21 3L21 21C21 21.5523 20.5523 22 20 22C19.4477 22 19 21.5523 19 21L19 13H16C15.4477 13 15 12.5523 15 12C15 11.4477 15.4477 11 16 11H19L19 3C19 2.44772 19.4477 2 20 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-kewframe-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7824 10.481C11.0792 10.2348 11.4755 10 12 10C12.5245 10 12.9208 10.2348 13.2176 10.481C13.4754 10.6949 13.7442 10.9925 14.0133 11.2904L14.0509 11.332L15.5367 12.9757L15.5741 13.0171C15.9436 13.4258 16.2811 13.799 16.5183 14.1383C16.7774 14.5089 17 14.9514 17 15.5C17 16.0486 16.7774 16.4911 16.5183 16.8617C16.2811 17.201 15.9436 17.5742 15.5741 17.9829L15.5367 18.0243L14.0509 19.668L14.0133 19.7097C13.7442 20.0075 13.4754 20.3051 13.2176 20.519C12.9208 20.7652 12.5245 21 12 21C11.4755 21 11.0792 20.7652 10.7824 20.519C10.5246 20.3051 10.2558 20.0075 9.98669 19.7096L9.94909 19.668L8.4633 18.0243L8.42593 17.983L8.42591 17.9829C8.05636 17.5742 7.71893 17.201 7.48175 16.8617C7.22257 16.4911 7 16.0486 7 15.5C7 14.9514 7.22256 14.5089 7.48175 14.1383C7.71893 13.799 8.05635 13.4258 8.42591 13.0171L8.42591 13.0171L8.4633 12.9757L9.94909 11.332L9.98669 11.2904L9.98669 11.2904C10.2558 10.9925 10.5246 10.6949 10.7824 10.481Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 4C2 3.44772 2.44772 3 3 3L21 3C21.5523 3 22 3.44772 22 4C22 4.55229 21.5523 5 21 5L13 5V8C13 8.55229 12.5523 9 12 9C11.4477 9 11 8.55229 11 8V5L3 5C2.44772 5 2 4.55228 2 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7824 10.481C11.0792 10.2348 11.4755 10 12 10C12.5245 10 12.9208 10.2348 13.2176 10.481C13.4754 10.6949 13.7442 10.9925 14.0133 11.2904L14.0509 11.332L15.5367 12.9757L15.5741 13.0171C15.9436 13.4258 16.2811 13.799 16.5183 14.1383C16.7774 14.5089 17 14.9514 17 15.5C17 16.0486 16.7774 16.4911 16.5183 16.8617C16.2811 17.201 15.9436 17.5742 15.5741 17.9829L15.5367 18.0243L14.0509 19.668L14.0133 19.7097C13.7442 20.0075 13.4754 20.3051 13.2176 20.519C12.9208 20.7652 12.5245 21 12 21C11.4755 21 11.0792 20.7652 10.7824 20.519C10.5246 20.3051 10.2558 20.0075 9.98669 19.7096L9.94909 19.668L8.4633 18.0243L8.42593 17.983L8.42591 17.9829C8.05636 17.5742 7.71893 17.201 7.48175 16.8617C7.22257 16.4911 7 16.0486 7 15.5C7 14.9514 7.22256 14.5089 7.48175 14.1383C7.71893 13.799 8.05635 13.4258 8.42591 13.0171L8.42591 13.0171L8.4633 12.9757L9.94909 11.332L9.98669 11.2904L9.98669 11.2904C10.2558 10.9925 10.5246 10.6949 10.7824 10.481Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 4C2 3.44772 2.44772 3 3 3L21 3C21.5523 3 22 3.44772 22 4C22 4.55229 21.5523 5 21 5L13 5V8C13 8.55229 12.5523 9 12 9C11.4477 9 11 8.55229 11 8V5L3 5C2.44772 5 2 4.55228 2 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-keyframe-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.34219 5.68094C7.78886 5.30447 8.31931 5 9 5C9.68069 5 10.2111 5.30447 10.6578 5.68094C11.0659 6.02486 11.5031 6.51633 11.9931 7.06718L11.9931 7.0672L12.0379 7.11755L14.6799 10.0867C15.3472 10.8367 15.9094 11.4684 16.2965 12.0309C16.7058 12.6256 17 13.2535 17 14C17 14.7465 16.7058 15.3744 16.2965 15.9691C15.9094 16.5316 15.3472 17.1633 14.6799 17.9133L14.6799 17.9133L11.9932 20.9328C11.5031 21.4837 11.0659 21.9751 10.6578 22.3191C10.2111 22.6955 9.68069 23 9 23C8.31931 23 7.78886 22.6955 7.34219 22.3191C6.93413 21.9751 6.49691 21.4837 6.00685 20.9328L3.32014 17.9133L3.32012 17.9133C2.65276 17.1633 2.09062 16.5316 1.70351 15.9691C1.29419 15.3744 1 14.7465 1 14C1 13.2535 1.29419 12.6256 1.70351 12.0309C2.09062 11.4684 2.65276 10.8367 3.32012 10.0867L3.32013 10.0867L3.36194 10.0397L5.96206 7.11755L6.00686 7.0672L6.00686 7.06719C6.49692 6.51633 6.93413 6.02486 7.34219 5.68094Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 1C19.0523 1 19.5 1.44772 19.5 2V4.5H22C22.5523 4.5 23 4.94772 23 5.5C23 6.05228 22.5523 6.5 22 6.5H19.5V9C19.5 9.55228 19.0523 10 18.5 10C17.9477 10 17.5 9.55228 17.5 9L17.5 6.5H15C14.4477 6.5 14 6.05228 14 5.5C14 4.94772 14.4477 4.5 15 4.5H17.5L17.5 2C17.5 1.44772 17.9477 1 18.5 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.34219 5.68094C7.78886 5.30447 8.31931 5 9 5C9.68069 5 10.2111 5.30447 10.6578 5.68094C11.0659 6.02486 11.5031 6.51633 11.9931 7.06718L11.9931 7.0672L12.0379 7.11755L14.6799 10.0867C15.3472 10.8367 15.9094 11.4684 16.2965 12.0309C16.7058 12.6256 17 13.2535 17 14C17 14.7465 16.7058 15.3744 16.2965 15.9691C15.9094 16.5316 15.3472 17.1633 14.6799 17.9133L14.6799 17.9133L11.9932 20.9328C11.5031 21.4837 11.0659 21.9751 10.6578 22.3191C10.2111 22.6955 9.68069 23 9 23C8.31931 23 7.78886 22.6955 7.34219 22.3191C6.93413 21.9751 6.49691 21.4837 6.00685 20.9328L3.32014 17.9133L3.32012 17.9133C2.65276 17.1633 2.09062 16.5316 1.70351 15.9691C1.29419 15.3744 1 14.7465 1 14C1 13.2535 1.29419 12.6256 1.70351 12.0309C2.09062 11.4684 2.65276 10.8367 3.32012 10.0867L3.32013 10.0867L3.36194 10.0397L5.96206 7.11755L6.00686 7.0672L6.00686 7.06719C6.49692 6.51633 6.93413 6.02486 7.34219 5.68094Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 1C19.0523 1 19.5 1.44772 19.5 2V4.5H22C22.5523 4.5 23 4.94772 23 5.5C23 6.05228 22.5523 6.5 22 6.5H19.5V9C19.5 9.55228 19.0523 10 18.5 10C17.9477 10 17.5 9.55228 17.5 9L17.5 6.5H15C14.4477 6.5 14 6.05228 14 5.5C14 4.94772 14.4477 4.5 15 4.5H17.5L17.5 2C17.5 1.44772 17.9477 1 18.5 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-keyframe-align-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8489 7.45815C11.1193 7.2302 11.4956 7 12 7C12.5044 7 12.8807 7.2302 13.1511 7.45815C13.3835 7.65403 13.624 7.9245 13.857 8.18647L13.8925 8.2264L15.1926 9.6875L15.2281 9.72745C15.549 10.0879 15.8485 10.4245 16.0601 10.732C16.2937 11.0713 16.5 11.4848 16.5 12C16.5 12.5152 16.2937 12.9287 16.0601 13.268C15.8485 13.5755 15.549 13.9121 15.2281 14.2725L15.1926 14.3125L13.8925 15.7736L13.857 15.8135C13.624 16.0755 13.3835 16.346 13.1511 16.5418C12.8807 16.7698 12.5044 17 12 17C11.4956 17 11.1193 16.7698 10.8489 16.5418C10.6165 16.346 10.376 16.0755 10.143 15.8135L10.1075 15.7736L8.80743 14.3125L8.77188 14.2725L8.77187 14.2725C8.45104 13.9121 8.1515 13.5755 7.93988 13.268C7.70631 12.9287 7.5 12.5152 7.5 12C7.5 11.4848 7.70631 11.0713 7.93988 10.732C8.1515 10.4245 8.45104 10.0879 8.77188 9.72745L8.80743 9.6875L10.1075 8.22641L10.143 8.18648L10.143 8.18647C10.376 7.9245 10.6165 7.65403 10.8489 7.45815Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 12C1 11.4477 1.44772 11 2 11H5C5.55228 11 6 11.4477 6 12C6 12.5523 5.55228 13 5 13H2C1.44772 13 1 12.5523 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 12C18 11.4477 18.4477 11 19 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H19C18.4477 13 18 12.5523 18 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 18C12.5523 18 13 18.4477 13 19L13 22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22L11 19C11 18.4477 11.4477 18 12 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2L13 5C13 5.55229 12.5523 6 12 6C11.4477 6 11 5.55229 11 5L11 2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8489 7.45815C11.1193 7.2302 11.4956 7 12 7C12.5044 7 12.8807 7.2302 13.1511 7.45815C13.3835 7.65403 13.624 7.9245 13.857 8.18647L13.8925 8.2264L15.1926 9.6875L15.2281 9.72745C15.549 10.0879 15.8485 10.4245 16.0601 10.732C16.2937 11.0713 16.5 11.4848 16.5 12C16.5 12.5152 16.2937 12.9287 16.0601 13.268C15.8485 13.5755 15.549 13.9121 15.2281 14.2725L15.1926 14.3125L13.8925 15.7736L13.857 15.8135C13.624 16.0755 13.3835 16.346 13.1511 16.5418C12.8807 16.7698 12.5044 17 12 17C11.4956 17 11.1193 16.7698 10.8489 16.5418C10.6165 16.346 10.376 16.0755 10.143 15.8135L10.1075 15.7736L8.80743 14.3125L8.77188 14.2725L8.77187 14.2725C8.45104 13.9121 8.1515 13.5755 7.93988 13.268C7.70631 12.9287 7.5 12.5152 7.5 12C7.5 11.4848 7.70631 11.0713 7.93988 10.732C8.1515 10.4245 8.45104 10.0879 8.77188 9.72745L8.80743 9.6875L10.1075 8.22641L10.143 8.18648L10.143 8.18647C10.376 7.9245 10.6165 7.65403 10.8489 7.45815Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 12C1 11.4477 1.44772 11 2 11H5C5.55228 11 6 11.4477 6 12C6 12.5523 5.55228 13 5 13H2C1.44772 13 1 12.5523 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 12C18 11.4477 18.4477 11 19 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H19C18.4477 13 18 12.5523 18 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 18C12.5523 18 13 18.4477 13 19L13 22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22L11 19C11 18.4477 11.4477 18 12 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2L13 5C13 5.55229 12.5523 6 12 6C11.4477 6 11 5.55229 11 5L11 2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-keyframe-align-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8489 7.45815C11.1193 7.2302 11.4956 7 12 7C12.5044 7 12.8807 7.2302 13.1511 7.45815C13.3835 7.65403 13.624 7.9245 13.857 8.18647L13.8925 8.2264L15.1926 9.6875L15.2281 9.72745C15.549 10.0879 15.8485 10.4245 16.0601 10.732C16.2937 11.0713 16.5 11.4848 16.5 12C16.5 12.5152 16.2937 12.9287 16.0601 13.268C15.8485 13.5755 15.549 13.9121 15.2281 14.2725L15.1926 14.3125L13.8925 15.7736L13.857 15.8135C13.624 16.0755 13.3835 16.346 13.1511 16.5418C12.8807 16.7698 12.5044 17 12 17C11.4956 17 11.1193 16.7698 10.8489 16.5418C10.6165 16.346 10.376 16.0755 10.143 15.8135L10.1075 15.7736L8.80743 14.3125L8.77188 14.2725L8.77187 14.2725C8.45104 13.9121 8.1515 13.5755 7.93988 13.268C7.70631 12.9287 7.5 12.5152 7.5 12C7.5 11.4848 7.70631 11.0713 7.93988 10.732C8.1515 10.4245 8.45104 10.0879 8.77188 9.72745L8.80743 9.6875L10.1075 8.22641L10.143 8.18648L10.143 8.18647C10.376 7.9245 10.6165 7.65403 10.8489 7.45815Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 12C1 11.4477 1.44772 11 2 11H5C5.55228 11 6 11.4477 6 12C6 12.5523 5.55228 13 5 13H2C1.44772 13 1 12.5523 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 12C18 11.4477 18.4477 11 19 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H19C18.4477 13 18 12.5523 18 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8489 7.45815C11.1193 7.2302 11.4956 7 12 7C12.5044 7 12.8807 7.2302 13.1511 7.45815C13.3835 7.65403 13.624 7.9245 13.857 8.18647L13.8925 8.2264L15.1926 9.6875L15.2281 9.72745C15.549 10.0879 15.8485 10.4245 16.0601 10.732C16.2937 11.0713 16.5 11.4848 16.5 12C16.5 12.5152 16.2937 12.9287 16.0601 13.268C15.8485 13.5755 15.549 13.9121 15.2281 14.2725L15.1926 14.3125L13.8925 15.7736L13.857 15.8135C13.624 16.0755 13.3835 16.346 13.1511 16.5418C12.8807 16.7698 12.5044 17 12 17C11.4956 17 11.1193 16.7698 10.8489 16.5418C10.6165 16.346 10.376 16.0755 10.143 15.8135L10.1075 15.7736L8.80743 14.3125L8.77188 14.2725L8.77187 14.2725C8.45104 13.9121 8.1515 13.5755 7.93988 13.268C7.70631 12.9287 7.5 12.5152 7.5 12C7.5 11.4848 7.70631 11.0713 7.93988 10.732C8.1515 10.4245 8.45104 10.0879 8.77188 9.72745L8.80743 9.6875L10.1075 8.22641L10.143 8.18648L10.143 8.18647C10.376 7.9245 10.6165 7.65403 10.8489 7.45815Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 12C1 11.4477 1.44772 11 2 11H5C5.55228 11 6 11.4477 6 12C6 12.5523 5.55228 13 5 13H2C1.44772 13 1 12.5523 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 12C18 11.4477 18.4477 11 19 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H19C18.4477 13 18 12.5523 18 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-keyframe-align-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8489 7.45815C11.1193 7.2302 11.4956 7 12 7C12.5044 7 12.8807 7.2302 13.1511 7.45815C13.3835 7.65403 13.624 7.9245 13.857 8.18647L13.8925 8.2264L15.1926 9.6875L15.2281 9.72745C15.549 10.0879 15.8485 10.4245 16.0601 10.732C16.2937 11.0713 16.5 11.4848 16.5 12C16.5 12.5152 16.2937 12.9287 16.0601 13.268C15.8485 13.5755 15.549 13.9121 15.2281 14.2725L15.1926 14.3125L13.8925 15.7736L13.857 15.8135C13.624 16.0755 13.3835 16.346 13.1511 16.5418C12.8807 16.7698 12.5044 17 12 17C11.4956 17 11.1193 16.7698 10.8489 16.5418C10.6165 16.346 10.376 16.0755 10.143 15.8135L10.1075 15.7736L8.80743 14.3125L8.77188 14.2725L8.77187 14.2725C8.45104 13.9121 8.1515 13.5755 7.93988 13.268C7.70631 12.9287 7.5 12.5152 7.5 12C7.5 11.4848 7.70631 11.0713 7.93988 10.732C8.1515 10.4245 8.45104 10.0879 8.77188 9.72745L8.80743 9.6875L10.1075 8.22641L10.143 8.18648L10.143 8.18647C10.376 7.9245 10.6165 7.65403 10.8489 7.45815Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 18C12.5523 18 13 18.4477 13 19L13 22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22L11 19C11 18.4477 11.4477 18 12 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2L13 5C13 5.55229 12.5523 6 12 6C11.4477 6 11 5.55229 11 5L11 2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8489 7.45815C11.1193 7.2302 11.4956 7 12 7C12.5044 7 12.8807 7.2302 13.1511 7.45815C13.3835 7.65403 13.624 7.9245 13.857 8.18647L13.8925 8.2264L15.1926 9.6875L15.2281 9.72745C15.549 10.0879 15.8485 10.4245 16.0601 10.732C16.2937 11.0713 16.5 11.4848 16.5 12C16.5 12.5152 16.2937 12.9287 16.0601 13.268C15.8485 13.5755 15.549 13.9121 15.2281 14.2725L15.1926 14.3125L13.8925 15.7736L13.857 15.8135C13.624 16.0755 13.3835 16.346 13.1511 16.5418C12.8807 16.7698 12.5044 17 12 17C11.4956 17 11.1193 16.7698 10.8489 16.5418C10.6165 16.346 10.376 16.0755 10.143 15.8135L10.1075 15.7736L8.80743 14.3125L8.77188 14.2725L8.77187 14.2725C8.45104 13.9121 8.1515 13.5755 7.93988 13.268C7.70631 12.9287 7.5 12.5152 7.5 12C7.5 11.4848 7.70631 11.0713 7.93988 10.732C8.1515 10.4245 8.45104 10.0879 8.77188 9.72745L8.80743 9.6875L10.1075 8.22641L10.143 8.18648L10.143 8.18647C10.376 7.9245 10.6165 7.65403 10.8489 7.45815Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 18C12.5523 18 13 18.4477 13 19L13 22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22L11 19C11 18.4477 11.4477 18 12 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2L13 5C13 5.55229 12.5523 6 12 6C11.4477 6 11 5.55229 11 5L11 2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-keyframe-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.34219 5.68094C7.78886 5.30447 8.31931 5 9 5C9.68069 5 10.2111 5.30447 10.6578 5.68094C11.0659 6.02486 11.5031 6.51633 11.9931 7.06718L11.9931 7.0672L12.0379 7.11755L14.6799 10.0867C15.3472 10.8367 15.9094 11.4684 16.2965 12.0309C16.7058 12.6256 17 13.2535 17 14C17 14.7465 16.7058 15.3744 16.2965 15.9691C15.9094 16.5316 15.3472 17.1633 14.6799 17.9133L14.6799 17.9133L11.9932 20.9328C11.5031 21.4837 11.0659 21.9751 10.6578 22.3191C10.2111 22.6955 9.68069 23 9 23C8.31931 23 7.78886 22.6955 7.34219 22.3191C6.93413 21.9751 6.49691 21.4837 6.00685 20.9328L3.32014 17.9133L3.32012 17.9133C2.65276 17.1633 2.09062 16.5316 1.70351 15.9691C1.29419 15.3744 1 14.7465 1 14C1 13.2535 1.29419 12.6256 1.70351 12.0309C2.09062 11.4684 2.65276 10.8367 3.32012 10.0867L3.32013 10.0867L3.36194 10.0397L5.96206 7.11755L6.00686 7.0672L6.00686 7.06719C6.49692 6.51633 6.93413 6.02486 7.34219 5.68094Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 5C14 4.44772 14.4477 4 15 4H22C22.5523 4 23 4.44772 23 5C23 5.55228 22.5523 6 22 6H15C14.4477 6 14 5.55228 14 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.34219 5.68094C7.78886 5.30447 8.31931 5 9 5C9.68069 5 10.2111 5.30447 10.6578 5.68094C11.0659 6.02486 11.5031 6.51633 11.9931 7.06718L11.9931 7.0672L12.0379 7.11755L14.6799 10.0867C15.3472 10.8367 15.9094 11.4684 16.2965 12.0309C16.7058 12.6256 17 13.2535 17 14C17 14.7465 16.7058 15.3744 16.2965 15.9691C15.9094 16.5316 15.3472 17.1633 14.6799 17.9133L14.6799 17.9133L11.9932 20.9328C11.5031 21.4837 11.0659 21.9751 10.6578 22.3191C10.2111 22.6955 9.68069 23 9 23C8.31931 23 7.78886 22.6955 7.34219 22.3191C6.93413 21.9751 6.49691 21.4837 6.00685 20.9328L3.32014 17.9133L3.32012 17.9133C2.65276 17.1633 2.09062 16.5316 1.70351 15.9691C1.29419 15.3744 1 14.7465 1 14C1 13.2535 1.29419 12.6256 1.70351 12.0309C2.09062 11.4684 2.65276 10.8367 3.32012 10.0867L3.32013 10.0867L3.36194 10.0397L5.96206 7.11755L6.00686 7.0672L6.00686 7.06719C6.49692 6.51633 6.93413 6.02486 7.34219 5.68094Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 5C14 4.44772 14.4477 4 15 4H22C22.5523 4 23 4.44772 23 5C23 5.55228 22.5523 6 22 6H15C14.4477 6 14 5.55228 14 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-keyframe{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2034 2.73166C10.7016 2.31833 11.2741 2 12 2C12.7259 2 13.2984 2.31833 13.7966 2.73166C14.2553 3.1122 14.7493 3.65879 15.3136 4.28319L15.3136 4.2832L18.3748 7.66985L18.3748 7.66986C19.1414 8.51788 19.7792 9.22339 20.217 9.84954C20.677 10.5075 21 11.1911 21 12C21 12.8089 20.677 13.4925 20.217 14.1505C19.7792 14.7766 19.1414 15.4821 18.3748 16.3301L15.3136 19.7168C14.7493 20.3412 14.2553 20.8878 13.7966 21.2683C13.2984 21.6817 12.7259 22 12 22C11.2741 22 10.7016 21.6817 10.2034 21.2683C9.74473 20.8878 9.25076 20.3413 8.68648 19.7169L8.68644 19.7168L5.62514 16.3301L5.62513 16.3301C4.85857 15.4821 4.22083 14.7766 3.78304 14.1505C3.32299 13.4925 3 12.8089 3 12C3 11.1911 3.32299 10.5075 3.78304 9.84954C4.22084 9.2234 4.85858 8.5179 5.62515 7.66989L5.62515 7.66988L8.64002 4.33451L8.68641 4.28318L8.68641 4.28318C9.25072 3.65879 9.74471 3.1122 10.2034 2.73166Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2034 2.73166C10.7016 2.31833 11.2741 2 12 2C12.7259 2 13.2984 2.31833 13.7966 2.73166C14.2553 3.1122 14.7493 3.65879 15.3136 4.28319L15.3136 4.2832L18.3748 7.66985L18.3748 7.66986C19.1414 8.51788 19.7792 9.22339 20.217 9.84954C20.677 10.5075 21 11.1911 21 12C21 12.8089 20.677 13.4925 20.217 14.1505C19.7792 14.7766 19.1414 15.4821 18.3748 16.3301L15.3136 19.7168C14.7493 20.3412 14.2553 20.8878 13.7966 21.2683C13.2984 21.6817 12.7259 22 12 22C11.2741 22 10.7016 21.6817 10.2034 21.2683C9.74473 20.8878 9.25076 20.3413 8.68648 19.7169L8.68644 19.7168L5.62514 16.3301L5.62513 16.3301C4.85857 15.4821 4.22083 14.7766 3.78304 14.1505C3.32299 13.4925 3 12.8089 3 12C3 11.1911 3.32299 10.5075 3.78304 9.84954C4.22084 9.2234 4.85858 8.5179 5.62515 7.66989L5.62515 7.66988L8.64002 4.33451L8.68641 4.28318L8.68641 4.28318C9.25072 3.65879 9.74471 3.1122 10.2034 2.73166Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-keyframes-double-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9704 5.02627C14.9103 5.05517 14.814 5.1163 14.6658 5.24785C14.2528 5.6145 13.6208 5.57689 13.2541 5.16386C12.8875 4.75083 12.9251 4.11879 13.3381 3.75215C13.7958 3.34589 14.3459 3 15.068 3C15.7485 3 16.2772 3.30746 16.7196 3.68406C17.1241 4.02827 17.5572 4.51995 18.0423 5.07058C18.0571 5.08739 18.0719 5.10426 18.0869 5.12119L20.703 8.09035C21.3639 8.84034 21.9206 9.47217 22.304 10.0346C22.7096 10.6297 22.9998 11.2563 22.9998 12C22.9998 12.7437 22.7096 13.3703 22.304 13.9654C21.9206 14.5278 21.3639 15.1597 20.703 15.9096L18.0423 18.9294C17.5572 19.4801 17.1241 19.9717 16.7196 20.3159C16.2772 20.6925 15.7485 21 15.068 21C14.3459 21 13.7958 20.6541 13.3381 20.2479C12.9251 19.8812 12.8875 19.2492 13.2541 18.8361C13.6208 18.4231 14.2528 18.3855 14.6658 18.7521C14.814 18.8837 14.9103 18.9448 14.9704 18.9737C15.0193 18.9972 15.0446 19 15.068 19C15.0687 19 15.0695 19 15.0703 19C15.0921 19.0005 15.1775 19.0021 15.4233 18.7929C15.7046 18.5535 16.0425 18.1737 16.5863 17.5566L19.161 14.6344C19.8743 13.8249 20.3465 13.2862 20.6514 12.839C20.9419 12.4126 20.9998 12.1815 20.9998 12C20.9998 11.8185 20.9419 11.5874 20.6514 11.161C20.3465 10.7138 19.8743 10.1751 19.161 9.36558L16.5863 6.44338C16.0425 5.82626 15.7046 5.44645 15.4233 5.20708C15.1775 4.99786 15.0921 4.99954 15.0703 4.99997C15.0695 4.99998 15.0687 5 15.068 5C15.0446 5 15.0193 5.00275 14.9704 5.02627Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 7.5C6.05228 7.5 6.5 7.94772 6.5 8.5V11H9C9.55228 11 10 11.4477 10 12C10 12.5523 9.55228 13 9 13H6.5V15.5C6.5 16.0523 6.05228 16.5 5.5 16.5C4.94772 16.5 4.5 16.0523 4.5 15.5L4.5 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H4.5L4.5 8.5C4.5 7.94772 4.94771 7.5 5.5 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.34297 3.68091C7.78967 3.30445 8.32014 3 9.00081 3C9.68151 3 10.212 3.30447 10.6586 3.68094C11.0667 4.02487 11.5039 4.51633 11.9939 5.06719L14.6806 8.08672C15.348 8.8367 15.9101 9.46844 16.2972 10.0309C16.7066 10.6256 17.0007 11.2535 17.0007 12C17.0007 12.7465 16.7066 13.3744 16.2972 13.9691C15.9101 14.5316 15.348 15.1633 14.6806 15.9133L11.9939 18.9328C11.5039 19.4837 11.0667 19.9751 10.6586 20.3191C10.212 20.6955 9.68151 21 9.00081 21C8.32014 21 7.78967 20.6956 7.34297 20.3191C6.93477 19.9751 6.49736 19.4834 6.00714 18.9323C5.68056 18.5653 5.51727 18.3817 5.53443 18.2465C5.53693 18.2268 5.53872 18.2182 5.54434 18.1992C5.58297 18.0684 5.85364 17.9442 6.39498 17.6957C7.29152 17.2842 8.00035 16.4611 8.00035 15.5V15.1C8.00035 14.8172 8.00035 14.6757 8.08821 14.5879C8.17608 14.5 8.3175 14.5 8.60035 14.5H9.00035C10.3811 14.5 11.5003 13.3807 11.5003 12C11.5003 10.6193 10.3811 9.5 9.00035 9.5H8.60035C8.3175 9.5 8.17608 9.5 8.08821 9.41213C8.00035 9.32426 8.00035 9.18284 8.00035 8.9V8.5C8.00035 7.53887 7.29151 6.71577 6.39496 6.30427C5.85364 6.05581 5.58298 5.93158 5.54434 5.80081C5.53872 5.78178 5.53692 5.77323 5.53443 5.75354C5.51728 5.61827 5.68056 5.43474 6.00712 5.06769C6.49737 4.51661 6.93475 4.02495 7.34297 3.68091Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9704 5.02627C14.9103 5.05517 14.814 5.1163 14.6658 5.24785C14.2528 5.6145 13.6208 5.57689 13.2541 5.16386C12.8875 4.75083 12.9251 4.11879 13.3381 3.75215C13.7958 3.34589 14.3459 3 15.068 3C15.7485 3 16.2772 3.30746 16.7196 3.68406C17.1241 4.02827 17.5572 4.51995 18.0423 5.07058C18.0571 5.08739 18.0719 5.10426 18.0869 5.12119L20.703 8.09035C21.3639 8.84034 21.9206 9.47217 22.304 10.0346C22.7096 10.6297 22.9998 11.2563 22.9998 12C22.9998 12.7437 22.7096 13.3703 22.304 13.9654C21.9206 14.5278 21.3639 15.1597 20.703 15.9096L18.0423 18.9294C17.5572 19.4801 17.1241 19.9717 16.7196 20.3159C16.2772 20.6925 15.7485 21 15.068 21C14.3459 21 13.7958 20.6541 13.3381 20.2479C12.9251 19.8812 12.8875 19.2492 13.2541 18.8361C13.6208 18.4231 14.2528 18.3855 14.6658 18.7521C14.814 18.8837 14.9103 18.9448 14.9704 18.9737C15.0193 18.9972 15.0446 19 15.068 19C15.0687 19 15.0695 19 15.0703 19C15.0921 19.0005 15.1775 19.0021 15.4233 18.7929C15.7046 18.5535 16.0425 18.1737 16.5863 17.5566L19.161 14.6344C19.8743 13.8249 20.3465 13.2862 20.6514 12.839C20.9419 12.4126 20.9998 12.1815 20.9998 12C20.9998 11.8185 20.9419 11.5874 20.6514 11.161C20.3465 10.7138 19.8743 10.1751 19.161 9.36558L16.5863 6.44338C16.0425 5.82626 15.7046 5.44645 15.4233 5.20708C15.1775 4.99786 15.0921 4.99954 15.0703 4.99997C15.0695 4.99998 15.0687 5 15.068 5C15.0446 5 15.0193 5.00275 14.9704 5.02627Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 7.5C6.05228 7.5 6.5 7.94772 6.5 8.5V11H9C9.55228 11 10 11.4477 10 12C10 12.5523 9.55228 13 9 13H6.5V15.5C6.5 16.0523 6.05228 16.5 5.5 16.5C4.94772 16.5 4.5 16.0523 4.5 15.5L4.5 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H4.5L4.5 8.5C4.5 7.94772 4.94771 7.5 5.5 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.34297 3.68091C7.78967 3.30445 8.32014 3 9.00081 3C9.68151 3 10.212 3.30447 10.6586 3.68094C11.0667 4.02487 11.5039 4.51633 11.9939 5.06719L14.6806 8.08672C15.348 8.8367 15.9101 9.46844 16.2972 10.0309C16.7066 10.6256 17.0007 11.2535 17.0007 12C17.0007 12.7465 16.7066 13.3744 16.2972 13.9691C15.9101 14.5316 15.348 15.1633 14.6806 15.9133L11.9939 18.9328C11.5039 19.4837 11.0667 19.9751 10.6586 20.3191C10.212 20.6955 9.68151 21 9.00081 21C8.32014 21 7.78967 20.6956 7.34297 20.3191C6.93477 19.9751 6.49736 19.4834 6.00714 18.9323C5.68056 18.5653 5.51727 18.3817 5.53443 18.2465C5.53693 18.2268 5.53872 18.2182 5.54434 18.1992C5.58297 18.0684 5.85364 17.9442 6.39498 17.6957C7.29152 17.2842 8.00035 16.4611 8.00035 15.5V15.1C8.00035 14.8172 8.00035 14.6757 8.08821 14.5879C8.17608 14.5 8.3175 14.5 8.60035 14.5H9.00035C10.3811 14.5 11.5003 13.3807 11.5003 12C11.5003 10.6193 10.3811 9.5 9.00035 9.5H8.60035C8.3175 9.5 8.17608 9.5 8.08821 9.41213C8.00035 9.32426 8.00035 9.18284 8.00035 8.9V8.5C8.00035 7.53887 7.29151 6.71577 6.39496 6.30427C5.85364 6.05581 5.58298 5.93158 5.54434 5.80081C5.53872 5.78178 5.53692 5.77323 5.53443 5.75354C5.51728 5.61827 5.68056 5.43474 6.00712 5.06769C6.49737 4.51661 6.93475 4.02495 7.34297 3.68091Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-keyframes-double-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9704 5.02627C14.9103 5.05517 14.814 5.1163 14.6658 5.24785C14.2528 5.6145 13.6208 5.57689 13.2541 5.16386C12.8875 4.75083 12.9251 4.11879 13.3381 3.75215C13.7958 3.34589 14.3459 3 15.068 3C15.7485 3 16.2772 3.30746 16.7196 3.68406C17.1241 4.02827 17.5572 4.51995 18.0423 5.07058C18.0571 5.08739 18.0719 5.10426 18.0869 5.12119L20.703 8.09035C21.3639 8.84034 21.9206 9.47217 22.304 10.0346C22.7096 10.6297 22.9998 11.2563 22.9998 12C22.9998 12.7437 22.7096 13.3703 22.304 13.9654C21.9206 14.5278 21.3639 15.1597 20.703 15.9096L18.0423 18.9294C17.5572 19.4801 17.1241 19.9717 16.7196 20.3159C16.2772 20.6925 15.7485 21 15.068 21C14.3459 21 13.7958 20.6541 13.3381 20.2479C12.9251 19.8812 12.8875 19.2492 13.2541 18.8361C13.6208 18.4231 14.2528 18.3855 14.6658 18.7521C14.814 18.8837 14.9103 18.9448 14.9704 18.9737C15.0193 18.9972 15.0446 19 15.068 19C15.0687 19 15.0695 19 15.0703 19C15.0921 19.0005 15.1775 19.0021 15.4233 18.7929C15.7046 18.5535 16.0425 18.1737 16.5863 17.5566L19.161 14.6344C19.8743 13.8249 20.3465 13.2862 20.6514 12.839C20.9419 12.4126 20.9998 12.1815 20.9998 12C20.9998 11.8185 20.9419 11.5874 20.6514 11.161C20.3465 10.7138 19.8743 10.1751 19.161 9.36558L16.5863 6.44338C16.0425 5.82626 15.7046 5.44645 15.4233 5.20708C15.1775 4.99786 15.0921 4.99954 15.0703 4.99997C15.0695 4.99998 15.0687 5 15.068 5C15.0446 5 15.0193 5.00275 14.9704 5.02627Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 12C1 11.4477 1.44772 11 2 11H9C9.55228 11 10 11.4477 10 12C10 12.5523 9.55228 13 9 13H2C1.44772 13 1 12.5523 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.3345 3.68584C7.77626 3.30775 8.30295 3 8.98785 3C9.66858 3 10.1993 3.30397 10.6467 3.68042C11.0554 4.0243 11.4933 4.51574 11.9842 5.06665L14.6752 8.08616C15.3437 8.83612 15.9067 9.46783 16.2944 10.0302C16.7044 10.6249 16.9992 11.253 16.9992 12C16.9992 12.747 16.7044 13.3751 16.2944 13.9698C15.9067 14.5322 15.3436 15.1639 14.6752 15.9139L11.9842 18.9334C11.4933 19.4843 11.0554 19.9757 10.6467 20.3196C10.1993 20.696 9.66858 21 8.98785 21C8.30295 21 7.77625 20.6922 7.3345 20.3142C6.95535 19.9896 6.5463 19.53 6.09007 19.0174L3.32427 15.9139C3.18198 15.7542 3.04445 15.5999 2.91239 15.4505C2.56052 15.0525 2.38459 14.8535 2.46424 14.6767C2.5439 14.5 2.8131 14.5 3.3515 14.5H8.99957C10.3803 14.5 11.4996 13.3807 11.4996 12C11.4996 10.6193 10.3803 9.5 8.99957 9.5H3.35151C2.8131 9.5 2.5439 9.5 2.46425 9.32327C2.38459 9.14655 2.56053 8.94752 2.9124 8.54946C3.04445 8.40007 3.18199 8.24576 3.32426 8.08613L6.09008 4.98263C6.54634 4.46994 6.95533 4.01037 7.3345 3.68584Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9704 5.02627C14.9103 5.05517 14.814 5.1163 14.6658 5.24785C14.2528 5.6145 13.6208 5.57689 13.2541 5.16386C12.8875 4.75083 12.9251 4.11879 13.3381 3.75215C13.7958 3.34589 14.3459 3 15.068 3C15.7485 3 16.2772 3.30746 16.7196 3.68406C17.1241 4.02827 17.5572 4.51995 18.0423 5.07058C18.0571 5.08739 18.0719 5.10426 18.0869 5.12119L20.703 8.09035C21.3639 8.84034 21.9206 9.47217 22.304 10.0346C22.7096 10.6297 22.9998 11.2563 22.9998 12C22.9998 12.7437 22.7096 13.3703 22.304 13.9654C21.9206 14.5278 21.3639 15.1597 20.703 15.9096L18.0423 18.9294C17.5572 19.4801 17.1241 19.9717 16.7196 20.3159C16.2772 20.6925 15.7485 21 15.068 21C14.3459 21 13.7958 20.6541 13.3381 20.2479C12.9251 19.8812 12.8875 19.2492 13.2541 18.8361C13.6208 18.4231 14.2528 18.3855 14.6658 18.7521C14.814 18.8837 14.9103 18.9448 14.9704 18.9737C15.0193 18.9972 15.0446 19 15.068 19C15.0687 19 15.0695 19 15.0703 19C15.0921 19.0005 15.1775 19.0021 15.4233 18.7929C15.7046 18.5535 16.0425 18.1737 16.5863 17.5566L19.161 14.6344C19.8743 13.8249 20.3465 13.2862 20.6514 12.839C20.9419 12.4126 20.9998 12.1815 20.9998 12C20.9998 11.8185 20.9419 11.5874 20.6514 11.161C20.3465 10.7138 19.8743 10.1751 19.161 9.36558L16.5863 6.44338C16.0425 5.82626 15.7046 5.44645 15.4233 5.20708C15.1775 4.99786 15.0921 4.99954 15.0703 4.99997C15.0695 4.99998 15.0687 5 15.068 5C15.0446 5 15.0193 5.00275 14.9704 5.02627Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 12C1 11.4477 1.44772 11 2 11H9C9.55228 11 10 11.4477 10 12C10 12.5523 9.55228 13 9 13H2C1.44772 13 1 12.5523 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.3345 3.68584C7.77626 3.30775 8.30295 3 8.98785 3C9.66858 3 10.1993 3.30397 10.6467 3.68042C11.0554 4.0243 11.4933 4.51574 11.9842 5.06665L14.6752 8.08616C15.3437 8.83612 15.9067 9.46783 16.2944 10.0302C16.7044 10.6249 16.9992 11.253 16.9992 12C16.9992 12.747 16.7044 13.3751 16.2944 13.9698C15.9067 14.5322 15.3436 15.1639 14.6752 15.9139L11.9842 18.9334C11.4933 19.4843 11.0554 19.9757 10.6467 20.3196C10.1993 20.696 9.66858 21 8.98785 21C8.30295 21 7.77625 20.6922 7.3345 20.3142C6.95535 19.9896 6.5463 19.53 6.09007 19.0174L3.32427 15.9139C3.18198 15.7542 3.04445 15.5999 2.91239 15.4505C2.56052 15.0525 2.38459 14.8535 2.46424 14.6767C2.5439 14.5 2.8131 14.5 3.3515 14.5H8.99957C10.3803 14.5 11.4996 13.3807 11.4996 12C11.4996 10.6193 10.3803 9.5 8.99957 9.5H3.35151C2.8131 9.5 2.5439 9.5 2.46425 9.32327C2.38459 9.14655 2.56053 8.94752 2.9124 8.54946C3.04445 8.40007 3.18199 8.24576 3.32426 8.08613L6.09008 4.98263C6.54634 4.46994 6.95533 4.01037 7.3345 3.68584Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-keyframes-multiple-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 8C5.55228 8 6 8.44772 6 9V11H8C8.55229 11 9 11.4477 9 12C9 12.5523 8.55229 13 8 13H6V15C6 15.5523 5.55228 16 5 16C4.44772 16 4 15.5523 4 15L4 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H4V9C4 8.44772 4.44772 8 5 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.40039 4.68773C6.81454 4.32138 7.32843 4 7.99935 4C8.67027 4 9.18416 4.32138 9.59831 4.68773C9.98058 5.02589 10.3923 5.50811 10.8525 6.04706L13.24 8.84265C13.7265 9.41225 14.1509 9.90909 14.4454 10.3573C14.7636 10.8413 14.9994 11.3675 14.9994 12C14.9994 12.6325 14.7636 13.1587 14.4454 13.6427C14.1509 14.0909 13.7265 14.5878 13.24 15.1574L10.8525 17.9529C10.3923 18.4919 9.98059 18.9741 9.59831 19.3123C9.18416 19.6786 8.67027 20 7.99935 20C7.32844 20 6.81455 19.6786 6.40039 19.3123C6.01812 18.9741 5.60638 18.4919 5.14619 17.9529C4.98979 17.7698 5.12077 17.4772 5.35773 17.4344C6.66504 17.1982 7.49935 16.203 7.49935 15C7.49935 14.8131 7.49935 14.7196 7.53955 14.65C7.56588 14.6044 7.60375 14.5665 7.64935 14.5402C7.71897 14.5 7.81243 14.5 7.99935 14.5C9.38007 14.5 10.4994 13.3807 10.4994 12C10.4994 10.6193 9.38007 9.5 7.99935 9.5C7.81243 9.5 7.71897 9.5 7.64935 9.45981C7.60375 9.43348 7.56588 9.39561 7.53955 9.35C7.49935 9.28038 7.49935 9.18692 7.49935 9C7.49935 7.79695 6.66502 6.8018 5.35777 6.56561C5.12082 6.5228 4.98982 6.23018 5.14618 6.04707C5.60637 5.50811 6.01812 5.02589 6.40039 4.68773Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.376 4.21867C12.8075 3.87401 13.4367 3.94443 13.7814 4.37596L17.2932 8.77279C17.3052 8.78781 17.3171 8.80278 17.329 8.81769C17.7945 9.40036 18.1991 9.90698 18.4796 10.3627C18.7825 10.8549 19 11.3784 19 12C19 12.6216 18.7825 13.1452 18.4796 13.6374C18.1991 14.0931 17.7945 14.5997 17.329 15.1824L13.7814 19.6241C13.4367 20.0556 12.8075 20.1261 12.376 19.7814C11.9444 19.4367 11.874 18.8075 12.2187 18.376L15.7304 13.9791C16.2421 13.3385 16.5679 12.9278 16.7763 12.5891C16.9695 12.2752 17 12.1183 17 12C17 11.8818 16.9695 11.7249 16.7763 11.411C16.5679 11.0723 16.2421 10.6616 15.7304 10.0209L12.2187 5.62411C11.874 5.19258 11.9444 4.56334 12.376 4.21867Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.376 4.21867C16.8075 3.87401 17.4367 3.94443 17.7814 4.37596L21.2932 8.77279C21.3052 8.78781 21.3171 8.80278 21.329 8.81769C21.7945 9.40036 22.1991 9.90698 22.4796 10.3627C22.7825 10.8549 23 11.3784 23 12C23 12.6216 22.7825 13.1452 22.4796 13.6374C22.1991 14.0931 21.7945 14.5997 21.329 15.1824L17.7814 19.6241C17.4367 20.0556 16.8075 20.1261 16.376 19.7814C15.9444 19.4367 15.874 18.8075 16.2187 18.376L19.7304 13.9791C20.2421 13.3385 20.5679 12.9278 20.7763 12.5891C20.9695 12.2752 21 12.1183 21 12C21 11.8818 20.9695 11.7249 20.7763 11.411C20.5679 11.0723 20.2421 10.6616 19.7304 10.0209L16.2187 5.62411C15.874 5.19258 15.9444 4.56334 16.376 4.21867Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 8C5.55228 8 6 8.44772 6 9V11H8C8.55229 11 9 11.4477 9 12C9 12.5523 8.55229 13 8 13H6V15C6 15.5523 5.55228 16 5 16C4.44772 16 4 15.5523 4 15L4 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H4V9C4 8.44772 4.44772 8 5 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.40039 4.68773C6.81454 4.32138 7.32843 4 7.99935 4C8.67027 4 9.18416 4.32138 9.59831 4.68773C9.98058 5.02589 10.3923 5.50811 10.8525 6.04706L13.24 8.84265C13.7265 9.41225 14.1509 9.90909 14.4454 10.3573C14.7636 10.8413 14.9994 11.3675 14.9994 12C14.9994 12.6325 14.7636 13.1587 14.4454 13.6427C14.1509 14.0909 13.7265 14.5878 13.24 15.1574L10.8525 17.9529C10.3923 18.4919 9.98059 18.9741 9.59831 19.3123C9.18416 19.6786 8.67027 20 7.99935 20C7.32844 20 6.81455 19.6786 6.40039 19.3123C6.01812 18.9741 5.60638 18.4919 5.14619 17.9529C4.98979 17.7698 5.12077 17.4772 5.35773 17.4344C6.66504 17.1982 7.49935 16.203 7.49935 15C7.49935 14.8131 7.49935 14.7196 7.53955 14.65C7.56588 14.6044 7.60375 14.5665 7.64935 14.5402C7.71897 14.5 7.81243 14.5 7.99935 14.5C9.38007 14.5 10.4994 13.3807 10.4994 12C10.4994 10.6193 9.38007 9.5 7.99935 9.5C7.81243 9.5 7.71897 9.5 7.64935 9.45981C7.60375 9.43348 7.56588 9.39561 7.53955 9.35C7.49935 9.28038 7.49935 9.18692 7.49935 9C7.49935 7.79695 6.66502 6.8018 5.35777 6.56561C5.12082 6.5228 4.98982 6.23018 5.14618 6.04707C5.60637 5.50811 6.01812 5.02589 6.40039 4.68773Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.376 4.21867C12.8075 3.87401 13.4367 3.94443 13.7814 4.37596L17.2932 8.77279C17.3052 8.78781 17.3171 8.80278 17.329 8.81769C17.7945 9.40036 18.1991 9.90698 18.4796 10.3627C18.7825 10.8549 19 11.3784 19 12C19 12.6216 18.7825 13.1452 18.4796 13.6374C18.1991 14.0931 17.7945 14.5997 17.329 15.1824L13.7814 19.6241C13.4367 20.0556 12.8075 20.1261 12.376 19.7814C11.9444 19.4367 11.874 18.8075 12.2187 18.376L15.7304 13.9791C16.2421 13.3385 16.5679 12.9278 16.7763 12.5891C16.9695 12.2752 17 12.1183 17 12C17 11.8818 16.9695 11.7249 16.7763 11.411C16.5679 11.0723 16.2421 10.6616 15.7304 10.0209L12.2187 5.62411C11.874 5.19258 11.9444 4.56334 12.376 4.21867Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.376 4.21867C16.8075 3.87401 17.4367 3.94443 17.7814 4.37596L21.2932 8.77279C21.3052 8.78781 21.3171 8.80278 21.329 8.81769C21.7945 9.40036 22.1991 9.90698 22.4796 10.3627C22.7825 10.8549 23 11.3784 23 12C23 12.6216 22.7825 13.1452 22.4796 13.6374C22.1991 14.0931 21.7945 14.5997 21.329 15.1824L17.7814 19.6241C17.4367 20.0556 16.8075 20.1261 16.376 19.7814C15.9444 19.4367 15.874 18.8075 16.2187 18.376L19.7304 13.9791C20.2421 13.3385 20.5679 12.9278 20.7763 12.5891C20.9695 12.2752 21 12.1183 21 12C21 11.8818 20.9695 11.7249 20.7763 11.411C20.5679 11.0723 20.2421 10.6616 19.7304 10.0209L16.2187 5.62411C15.874 5.19258 15.9444 4.56334 16.376 4.21867Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-keyframes-multiple-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.376 4.21867C12.8075 3.87401 13.4367 3.94443 13.7814 4.37596L17.2932 8.77279C17.3052 8.78781 17.3171 8.80278 17.329 8.81769C17.7945 9.40036 18.1991 9.90698 18.4796 10.3627C18.7825 10.8549 19 11.3784 19 12C19 12.6216 18.7825 13.1452 18.4796 13.6374C18.1991 14.0931 17.7945 14.5997 17.329 15.1824L13.7814 19.6241C13.4367 20.0556 12.8075 20.1261 12.376 19.7814C11.9444 19.4367 11.874 18.8075 12.2187 18.376L15.7304 13.9791C16.2421 13.3385 16.5679 12.9278 16.7763 12.5891C16.9695 12.2752 17 12.1183 17 12C17 11.8818 16.9695 11.7249 16.7763 11.411C16.5679 11.0723 16.2421 10.6616 15.7304 10.0209L12.2187 5.62411C11.874 5.19258 11.9444 4.56334 12.376 4.21867Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.376 4.21867C16.8075 3.87401 17.4367 3.94443 17.7814 4.37596L21.2932 8.77279C21.3052 8.78781 21.3171 8.80278 21.329 8.81769C21.7945 9.40036 22.1991 9.90698 22.4796 10.3627C22.7825 10.8549 23 11.3784 23 12C23 12.6216 22.7825 13.1452 22.4796 13.6374C22.1991 14.0931 21.7945 14.5997 21.329 15.1824L17.7814 19.6241C17.4367 20.0556 16.8075 20.1261 16.376 19.7814C15.9444 19.4367 15.874 18.8075 16.2187 18.376L19.7304 13.9791C20.2421 13.3385 20.5679 12.9278 20.7763 12.5891C20.9695 12.2752 21 12.1183 21 12C21 11.8818 20.9695 11.7249 20.7763 11.411C20.5679 11.0723 20.2421 10.6616 19.7304 10.0209L16.2187 5.62411C15.874 5.19258 15.9444 4.56334 16.376 4.21867Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 12C1 11.4477 1.44772 11 2 11H8C8.55228 11 9 11.4477 9 12C9 12.5523 8.55228 13 8 13H2C1.44772 13 1 12.5523 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.401 4.68773C6.81515 4.32138 7.32904 4 7.99996 4C8.67088 4 9.18477 4.32138 9.59892 4.68773C9.98119 5.02589 10.3929 5.50811 10.8531 6.04706L13.2406 8.84265C13.7271 9.41225 14.1515 9.90909 14.4461 10.3573C14.7642 10.8413 15 11.3675 15 12C15 12.6325 14.7642 13.1587 14.4461 13.6427C14.1515 14.0909 13.7271 14.5878 13.2406 15.1574L10.8531 17.9529C10.3929 18.4919 9.9812 18.9741 9.59892 19.3123C9.18477 19.6786 8.67088 20 7.99996 20C7.32904 20 6.81515 19.6786 6.401 19.3123C6.01873 18.9741 5.60699 18.4919 5.1468 17.9529L2.75933 15.1574C2.64044 15.0182 2.581 14.9486 2.56263 14.8906C2.51625 14.7441 2.59028 14.5835 2.73176 14.5237C2.78779 14.5 2.88001 14.5 3.06444 14.5H7.99996C9.38067 14.5 10.5 13.3807 10.5 12C10.5 10.6193 9.38067 9.5 7.99996 9.5H3.06444C2.88001 9.5 2.78779 9.5 2.73176 9.4763C2.59028 9.41646 2.51625 9.25586 2.56263 9.10942C2.581 9.05142 2.64044 8.98182 2.75933 8.84263L5.14679 6.04707C5.60698 5.50811 6.01873 5.02589 6.401 4.68773Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.376 4.21867C12.8075 3.87401 13.4367 3.94443 13.7814 4.37596L17.2932 8.77279C17.3052 8.78781 17.3171 8.80278 17.329 8.81769C17.7945 9.40036 18.1991 9.90698 18.4796 10.3627C18.7825 10.8549 19 11.3784 19 12C19 12.6216 18.7825 13.1452 18.4796 13.6374C18.1991 14.0931 17.7945 14.5997 17.329 15.1824L13.7814 19.6241C13.4367 20.0556 12.8075 20.1261 12.376 19.7814C11.9444 19.4367 11.874 18.8075 12.2187 18.376L15.7304 13.9791C16.2421 13.3385 16.5679 12.9278 16.7763 12.5891C16.9695 12.2752 17 12.1183 17 12C17 11.8818 16.9695 11.7249 16.7763 11.411C16.5679 11.0723 16.2421 10.6616 15.7304 10.0209L12.2187 5.62411C11.874 5.19258 11.9444 4.56334 12.376 4.21867Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.376 4.21867C16.8075 3.87401 17.4367 3.94443 17.7814 4.37596L21.2932 8.77279C21.3052 8.78781 21.3171 8.80278 21.329 8.81769C21.7945 9.40036 22.1991 9.90698 22.4796 10.3627C22.7825 10.8549 23 11.3784 23 12C23 12.6216 22.7825 13.1452 22.4796 13.6374C22.1991 14.0931 21.7945 14.5997 21.329 15.1824L17.7814 19.6241C17.4367 20.0556 16.8075 20.1261 16.376 19.7814C15.9444 19.4367 15.874 18.8075 16.2187 18.376L19.7304 13.9791C20.2421 13.3385 20.5679 12.9278 20.7763 12.5891C20.9695 12.2752 21 12.1183 21 12C21 11.8818 20.9695 11.7249 20.7763 11.411C20.5679 11.0723 20.2421 10.6616 19.7304 10.0209L16.2187 5.62411C15.874 5.19258 15.9444 4.56334 16.376 4.21867Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 12C1 11.4477 1.44772 11 2 11H8C8.55228 11 9 11.4477 9 12C9 12.5523 8.55228 13 8 13H2C1.44772 13 1 12.5523 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.401 4.68773C6.81515 4.32138 7.32904 4 7.99996 4C8.67088 4 9.18477 4.32138 9.59892 4.68773C9.98119 5.02589 10.3929 5.50811 10.8531 6.04706L13.2406 8.84265C13.7271 9.41225 14.1515 9.90909 14.4461 10.3573C14.7642 10.8413 15 11.3675 15 12C15 12.6325 14.7642 13.1587 14.4461 13.6427C14.1515 14.0909 13.7271 14.5878 13.2406 15.1574L10.8531 17.9529C10.3929 18.4919 9.9812 18.9741 9.59892 19.3123C9.18477 19.6786 8.67088 20 7.99996 20C7.32904 20 6.81515 19.6786 6.401 19.3123C6.01873 18.9741 5.60699 18.4919 5.1468 17.9529L2.75933 15.1574C2.64044 15.0182 2.581 14.9486 2.56263 14.8906C2.51625 14.7441 2.59028 14.5835 2.73176 14.5237C2.78779 14.5 2.88001 14.5 3.06444 14.5H7.99996C9.38067 14.5 10.5 13.3807 10.5 12C10.5 10.6193 9.38067 9.5 7.99996 9.5H3.06444C2.88001 9.5 2.78779 9.5 2.73176 9.4763C2.59028 9.41646 2.51625 9.25586 2.56263 9.10942C2.581 9.05142 2.64044 8.98182 2.75933 8.84263L5.14679 6.04707C5.60698 5.50811 6.01873 5.02589 6.401 4.68773Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-keyframes-multiple{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.40104 4.68773C6.81519 4.32138 7.32908 4 8 4C8.67092 4 9.18481 4.32138 9.59896 4.68773C9.98123 5.02589 10.393 5.5081 10.8532 6.04705L10.8532 6.04706L13.2406 8.84265C13.7272 9.41225 14.1515 9.90909 14.4461 10.3573C14.7642 10.8413 15 11.3675 15 12C15 12.6325 14.7642 13.1587 14.4461 13.6427C14.1515 14.0909 13.7272 14.5877 13.2407 15.1573L13.2406 15.1574L10.8532 17.9529C10.393 18.4919 9.98124 18.9741 9.59896 19.3123C9.18481 19.6786 8.67092 20 8 20C7.32908 20 6.81519 19.6786 6.40104 19.3123C6.01877 18.9741 5.60703 18.4919 5.14684 17.9529L2.75937 15.1574L2.75937 15.1574C2.27285 14.5878 1.84849 14.0909 1.55391 13.6427C1.2358 13.1587 1 12.6325 1 12C1 11.3675 1.2358 10.8413 1.55391 10.3573C1.84848 9.90909 2.27285 9.41224 2.75936 8.84264L2.75937 8.84263L5.14683 6.04707C5.60702 5.50811 6.01876 5.02589 6.40104 4.68773Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.376 4.21867C12.8075 3.87401 13.4367 3.94443 13.7814 4.37596L17.2932 8.77279C17.3052 8.78781 17.3171 8.80278 17.329 8.81769C17.7945 9.40036 18.1991 9.90698 18.4796 10.3627C18.7825 10.8549 19 11.3784 19 12C19 12.6216 18.7825 13.1452 18.4796 13.6374C18.1991 14.0931 17.7945 14.5997 17.329 15.1824L13.7814 19.6241C13.4367 20.0556 12.8075 20.1261 12.376 19.7814C11.9444 19.4367 11.874 18.8075 12.2187 18.376L15.7304 13.9791C16.2421 13.3385 16.5679 12.9278 16.7763 12.5891C16.9695 12.2752 17 12.1183 17 12C17 11.8818 16.9695 11.7249 16.7763 11.411C16.5679 11.0723 16.2421 10.6616 15.7304 10.0209L12.2187 5.62411C11.874 5.19258 11.9444 4.56334 12.376 4.21867Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.376 4.21867C16.8075 3.87401 17.4367 3.94443 17.7814 4.37596L21.2932 8.77279C21.3052 8.78781 21.3171 8.80278 21.329 8.81769C21.7945 9.40036 22.1991 9.90698 22.4796 10.3627C22.7825 10.8549 23 11.3784 23 12C23 12.6216 22.7825 13.1452 22.4796 13.6374C22.1991 14.0931 21.7945 14.5997 21.329 15.1824L17.7814 19.6241C17.4367 20.0556 16.8075 20.1261 16.376 19.7814C15.9444 19.4367 15.874 18.8075 16.2187 18.376L19.7304 13.9791C20.2421 13.3385 20.5679 12.9278 20.7763 12.5891C20.9695 12.2752 21 12.1183 21 12C21 11.8818 20.9695 11.7249 20.7763 11.411C20.5679 11.0723 20.2421 10.6616 19.7304 10.0209L16.2187 5.62411C15.874 5.19258 15.9444 4.56334 16.376 4.21867Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.40104 4.68773C6.81519 4.32138 7.32908 4 8 4C8.67092 4 9.18481 4.32138 9.59896 4.68773C9.98123 5.02589 10.393 5.5081 10.8532 6.04705L10.8532 6.04706L13.2406 8.84265C13.7272 9.41225 14.1515 9.90909 14.4461 10.3573C14.7642 10.8413 15 11.3675 15 12C15 12.6325 14.7642 13.1587 14.4461 13.6427C14.1515 14.0909 13.7272 14.5877 13.2407 15.1573L13.2406 15.1574L10.8532 17.9529C10.393 18.4919 9.98124 18.9741 9.59896 19.3123C9.18481 19.6786 8.67092 20 8 20C7.32908 20 6.81519 19.6786 6.40104 19.3123C6.01877 18.9741 5.60703 18.4919 5.14684 17.9529L2.75937 15.1574L2.75937 15.1574C2.27285 14.5878 1.84849 14.0909 1.55391 13.6427C1.2358 13.1587 1 12.6325 1 12C1 11.3675 1.2358 10.8413 1.55391 10.3573C1.84848 9.90909 2.27285 9.41224 2.75936 8.84264L2.75937 8.84263L5.14683 6.04707C5.60702 5.50811 6.01876 5.02589 6.40104 4.68773Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.376 4.21867C12.8075 3.87401 13.4367 3.94443 13.7814 4.37596L17.2932 8.77279C17.3052 8.78781 17.3171 8.80278 17.329 8.81769C17.7945 9.40036 18.1991 9.90698 18.4796 10.3627C18.7825 10.8549 19 11.3784 19 12C19 12.6216 18.7825 13.1452 18.4796 13.6374C18.1991 14.0931 17.7945 14.5997 17.329 15.1824L13.7814 19.6241C13.4367 20.0556 12.8075 20.1261 12.376 19.7814C11.9444 19.4367 11.874 18.8075 12.2187 18.376L15.7304 13.9791C16.2421 13.3385 16.5679 12.9278 16.7763 12.5891C16.9695 12.2752 17 12.1183 17 12C17 11.8818 16.9695 11.7249 16.7763 11.411C16.5679 11.0723 16.2421 10.6616 15.7304 10.0209L12.2187 5.62411C11.874 5.19258 11.9444 4.56334 12.376 4.21867Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.376 4.21867C16.8075 3.87401 17.4367 3.94443 17.7814 4.37596L21.2932 8.77279C21.3052 8.78781 21.3171 8.80278 21.329 8.81769C21.7945 9.40036 22.1991 9.90698 22.4796 10.3627C22.7825 10.8549 23 11.3784 23 12C23 12.6216 22.7825 13.1452 22.4796 13.6374C22.1991 14.0931 21.7945 14.5997 21.329 15.1824L17.7814 19.6241C17.4367 20.0556 16.8075 20.1261 16.376 19.7814C15.9444 19.4367 15.874 18.8075 16.2187 18.376L19.7304 13.9791C20.2421 13.3385 20.5679 12.9278 20.7763 12.5891C20.9695 12.2752 21 12.1183 21 12C21 11.8818 20.9695 11.7249 20.7763 11.411C20.5679 11.0723 20.2421 10.6616 19.7304 10.0209L16.2187 5.62411C15.874 5.19258 15.9444 4.56334 16.376 4.21867Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-liner{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7474 3.33565C22.1143 3.74843 22.0772 4.3805 21.6644 4.74742L3.66437 20.7474C3.25159 21.1143 2.61952 21.0772 2.2526 20.6644C1.88568 20.2516 1.92286 19.6195 2.33565 19.2526L20.3356 3.2526C20.7484 2.88568 21.3805 2.92286 21.7474 3.33565Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7474 3.33565C22.1143 3.74843 22.0772 4.3805 21.6644 4.74742L3.66437 20.7474C3.25159 21.1143 2.61952 21.0772 2.2526 20.6644C1.88568 20.2516 1.92286 19.6195 2.33565 19.2526L20.3356 3.2526C20.7484 2.88568 21.3805 2.92286 21.7474 3.33565Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-motion-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.99793 1H7.09013C7.99378 0.999985 8.73891 0.999972 9.34348 1.05477C9.97205 1.11174 10.5461 1.23419 11.0748 1.53944C11.6869 1.89283 12.1952 2.40112 12.5486 3.01321C12.8248 3.4915 12.6609 4.10309 12.1826 4.37923C11.7043 4.65538 11.0927 4.4915 10.8166 4.01321C10.6387 3.70515 10.3829 3.44934 10.0748 3.27149C9.90127 3.17128 9.6528 3.091 9.16295 3.0466C8.65935 3.00096 8.00528 3 7.04403 3C6.08278 3 5.4287 3.00096 4.9251 3.0466C4.43525 3.091 4.18678 3.17128 4.01321 3.27149C3.70515 3.44934 3.44934 3.70515 3.27149 4.01321C3.17128 4.18678 3.091 4.43525 3.0466 4.9251C3.00096 5.4287 3 6.08278 3 7.04403C3 8.00528 3.00096 8.65935 3.0466 9.16295C3.091 9.6528 3.17128 9.90127 3.27149 10.0748C3.44934 10.3829 3.70515 10.6387 4.01321 10.8166C4.4915 11.0927 4.65538 11.7043 4.37923 12.1826C4.10309 12.6609 3.4915 12.8248 3.01321 12.5486C2.40112 12.1952 1.89283 11.6869 1.53944 11.0748C1.23419 10.5461 1.11174 9.97205 1.05477 9.34348C0.999972 8.73891 0.999985 7.99378 1 7.09013V6.99793C0.999985 6.09428 0.999972 5.34915 1.05477 4.74458C1.11173 4.11601 1.23419 3.54192 1.53944 3.01321C1.89283 2.40112 2.40112 1.89283 3.01321 1.53944C3.54192 1.23419 4.11601 1.11173 4.74458 1.05477C5.34915 0.999972 6.09428 0.999985 6.99793 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9973 6H12.0895C12.993 5.99998 13.738 5.99997 14.3425 6.05476C14.971 6.11172 15.5451 6.23416 16.0737 6.53939C16.6858 6.89274 17.194 7.40098 17.5474 8.01301C17.8235 8.49131 17.6596 9.1029 17.1813 9.37904C16.7031 9.65518 16.0915 9.49131 15.8153 9.01301C15.6375 8.70502 15.3817 8.44926 15.0737 8.27144C14.9002 8.17125 14.6518 8.09099 14.162 8.0466C13.6585 8.00096 13.0045 8 12.0434 8C11.0823 8 10.4283 8.00096 9.92474 8.0466C9.43496 8.09099 9.18654 8.17125 9.01301 8.27144C8.70502 8.44926 8.44926 8.70502 8.27144 9.01301C8.17125 9.18654 8.09099 9.43496 8.0466 9.92474C8.00096 10.4283 8 11.0823 8 12.0434C8 13.0045 8.00096 13.6585 8.0466 14.162C8.09099 14.6518 8.17125 14.9002 8.27144 15.0737C8.44926 15.3817 8.70502 15.6375 9.01301 15.8153C9.49131 16.0915 9.65518 16.7031 9.37904 17.1813C9.1029 17.6596 8.49131 17.8235 8.01301 17.5474C7.40098 17.194 6.89274 16.6858 6.53939 16.0737C6.23416 15.5451 6.11172 14.971 6.05476 14.3425C5.99997 13.738 5.99998 12.993 6 12.0895V11.9973C5.99998 11.0938 5.99997 10.3487 6.05476 9.74421C6.11172 9.11572 6.23416 8.54168 6.53939 8.01301C6.89274 7.40098 7.40098 6.89274 8.01301 6.53939C8.54168 6.23416 9.11572 6.11172 9.74421 6.05476C10.3487 5.99997 11.0938 5.99998 11.9973 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0461 11C17.9415 11 18.6805 11 19.2802 11.0543C19.9039 11.1109 20.4744 11.2324 21 11.5359C21.6081 11.887 22.113 12.3919 22.4641 13C22.7676 13.5256 22.8892 14.0961 22.9457 14.7198C23 15.3195 23 16.0585 23 16.9539V17.0461C23 17.9415 23 18.6805 22.9457 19.2802C22.8892 19.9039 22.7676 20.4744 22.4641 21C22.113 21.6081 21.6081 22.113 21 22.4641C20.4744 22.7676 19.9039 22.8892 19.2802 22.9457C18.6805 23 17.9415 23 17.0461 23H16.9539C16.0585 23 15.3195 23 14.7198 22.9457C14.0961 22.8892 13.5256 22.7676 13 22.4641C12.3919 22.113 11.887 21.6081 11.5359 21C11.2324 20.4744 11.1109 19.9039 11.0543 19.2802C11 18.6805 11 17.9415 11 17.0461V17.046V16.954V16.9539C11 16.0585 11 15.3195 11.0543 14.7198C11.1109 14.0961 11.2324 13.5256 11.5359 13C11.887 12.3919 12.3919 11.887 13 11.5359C13.5256 11.2324 14.0961 11.1109 14.7198 11.0543C15.3195 11 16.0585 11 16.9539 11H16.954H17.046H17.0461Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.99793 1H7.09013C7.99378 0.999985 8.73891 0.999972 9.34348 1.05477C9.97205 1.11174 10.5461 1.23419 11.0748 1.53944C11.6869 1.89283 12.1952 2.40112 12.5486 3.01321C12.8248 3.4915 12.6609 4.10309 12.1826 4.37923C11.7043 4.65538 11.0927 4.4915 10.8166 4.01321C10.6387 3.70515 10.3829 3.44934 10.0748 3.27149C9.90127 3.17128 9.6528 3.091 9.16295 3.0466C8.65935 3.00096 8.00528 3 7.04403 3C6.08278 3 5.4287 3.00096 4.9251 3.0466C4.43525 3.091 4.18678 3.17128 4.01321 3.27149C3.70515 3.44934 3.44934 3.70515 3.27149 4.01321C3.17128 4.18678 3.091 4.43525 3.0466 4.9251C3.00096 5.4287 3 6.08278 3 7.04403C3 8.00528 3.00096 8.65935 3.0466 9.16295C3.091 9.6528 3.17128 9.90127 3.27149 10.0748C3.44934 10.3829 3.70515 10.6387 4.01321 10.8166C4.4915 11.0927 4.65538 11.7043 4.37923 12.1826C4.10309 12.6609 3.4915 12.8248 3.01321 12.5486C2.40112 12.1952 1.89283 11.6869 1.53944 11.0748C1.23419 10.5461 1.11174 9.97205 1.05477 9.34348C0.999972 8.73891 0.999985 7.99378 1 7.09013V6.99793C0.999985 6.09428 0.999972 5.34915 1.05477 4.74458C1.11173 4.11601 1.23419 3.54192 1.53944 3.01321C1.89283 2.40112 2.40112 1.89283 3.01321 1.53944C3.54192 1.23419 4.11601 1.11173 4.74458 1.05477C5.34915 0.999972 6.09428 0.999985 6.99793 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9973 6H12.0895C12.993 5.99998 13.738 5.99997 14.3425 6.05476C14.971 6.11172 15.5451 6.23416 16.0737 6.53939C16.6858 6.89274 17.194 7.40098 17.5474 8.01301C17.8235 8.49131 17.6596 9.1029 17.1813 9.37904C16.7031 9.65518 16.0915 9.49131 15.8153 9.01301C15.6375 8.70502 15.3817 8.44926 15.0737 8.27144C14.9002 8.17125 14.6518 8.09099 14.162 8.0466C13.6585 8.00096 13.0045 8 12.0434 8C11.0823 8 10.4283 8.00096 9.92474 8.0466C9.43496 8.09099 9.18654 8.17125 9.01301 8.27144C8.70502 8.44926 8.44926 8.70502 8.27144 9.01301C8.17125 9.18654 8.09099 9.43496 8.0466 9.92474C8.00096 10.4283 8 11.0823 8 12.0434C8 13.0045 8.00096 13.6585 8.0466 14.162C8.09099 14.6518 8.17125 14.9002 8.27144 15.0737C8.44926 15.3817 8.70502 15.6375 9.01301 15.8153C9.49131 16.0915 9.65518 16.7031 9.37904 17.1813C9.1029 17.6596 8.49131 17.8235 8.01301 17.5474C7.40098 17.194 6.89274 16.6858 6.53939 16.0737C6.23416 15.5451 6.11172 14.971 6.05476 14.3425C5.99997 13.738 5.99998 12.993 6 12.0895V11.9973C5.99998 11.0938 5.99997 10.3487 6.05476 9.74421C6.11172 9.11572 6.23416 8.54168 6.53939 8.01301C6.89274 7.40098 7.40098 6.89274 8.01301 6.53939C8.54168 6.23416 9.11572 6.11172 9.74421 6.05476C10.3487 5.99997 11.0938 5.99998 11.9973 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0461 11C17.9415 11 18.6805 11 19.2802 11.0543C19.9039 11.1109 20.4744 11.2324 21 11.5359C21.6081 11.887 22.113 12.3919 22.4641 13C22.7676 13.5256 22.8892 14.0961 22.9457 14.7198C23 15.3195 23 16.0585 23 16.9539V17.0461C23 17.9415 23 18.6805 22.9457 19.2802C22.8892 19.9039 22.7676 20.4744 22.4641 21C22.113 21.6081 21.6081 22.113 21 22.4641C20.4744 22.7676 19.9039 22.8892 19.2802 22.9457C18.6805 23 17.9415 23 17.0461 23H16.9539C16.0585 23 15.3195 23 14.7198 22.9457C14.0961 22.8892 13.5256 22.7676 13 22.4641C12.3919 22.113 11.887 21.6081 11.5359 21C11.2324 20.4744 11.1109 19.9039 11.0543 19.2802C11 18.6805 11 17.9415 11 17.0461V17.046V16.954V16.9539C11 16.0585 11 15.3195 11.0543 14.7198C11.1109 14.0961 11.2324 13.5256 11.5359 13C11.887 12.3919 12.3919 11.887 13 11.5359C13.5256 11.2324 14.0961 11.1109 14.7198 11.0543C15.3195 11 16.0585 11 16.9539 11H16.954H17.046H17.0461Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-motion-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5467 10C17.5351 9.99999 18.3441 9.99997 18.9992 10.0593C19.6783 10.1209 20.2896 10.2525 20.85 10.5761C21.5037 10.9535 22.0465 11.4963 22.4239 12.15C22.7475 12.7105 22.8791 13.3217 22.9407 14.0008C23 14.6559 23 15.4649 23 16.4533V16.5467C23 17.5351 23 18.3441 22.9407 18.9992C22.8791 19.6783 22.7475 20.2896 22.4239 20.85C22.0465 21.5037 21.5037 22.0465 20.85 22.4239C20.2896 22.7475 19.6783 22.8791 18.9992 22.9407C18.3441 23 17.5351 23 16.5467 23H16.4533C15.4649 23 14.6559 23 14.0008 22.9407C13.3217 22.8791 12.7105 22.7475 12.15 22.4239C11.4963 22.0465 10.9535 21.5037 10.5761 20.85C10.2525 20.2896 10.1209 19.6783 10.0593 18.9992C9.99997 18.3441 9.99999 17.5351 10 16.5467V16.5466V16.4534V16.4533C9.99999 15.4649 9.99997 14.6559 10.0593 14.0008C10.1209 13.3217 10.2525 12.7105 10.5761 12.15C10.9535 11.4963 11.4963 10.9535 12.15 10.5761C12.7105 10.2525 13.3217 10.1209 14.0008 10.0593C14.6559 9.99997 15.4649 9.99999 16.4533 10H16.4534H16.5466H16.5467Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4787 5H10.5695C11.3765 4.99998 12.0489 4.99997 12.5958 5.04954C13.1667 5.10129 13.6984 5.21329 14.1909 5.49764C14.7556 5.82366 15.2245 6.29256 15.5505 6.85723C15.8267 7.33552 15.6628 7.94711 15.1845 8.22325C14.7062 8.4994 14.0946 8.33552 13.8185 7.85723C13.668 7.5966 13.4516 7.38017 13.1909 7.22969C13.0536 7.15038 12.8475 7.08055 12.4153 7.04138C11.9693 7.00096 11.3881 7 10.5241 7C9.66003 7 9.07884 7.00096 8.63289 7.04138C8.20068 7.08055 7.99461 7.15038 7.85723 7.22969C7.5966 7.38017 7.38017 7.5966 7.22969 7.85723C7.15038 7.99461 7.08055 8.20068 7.04138 8.63289C7.00096 9.07884 7 9.66003 7 10.5241C7 11.3881 7.00096 11.9693 7.04138 12.4153C7.08055 12.8475 7.15038 13.0536 7.22969 13.1909C7.38017 13.4516 7.5966 13.668 7.85723 13.8185C8.33552 14.0946 8.4994 14.7062 8.22325 15.1845C7.94711 15.6628 7.33552 15.8267 6.85723 15.5505C6.29256 15.2245 5.82366 14.7556 5.49764 14.1909C5.21329 13.6984 5.10129 13.1667 5.04954 12.5958C4.99997 12.0489 4.99998 11.3765 5 10.5695V10.4787C4.99998 9.67168 4.99997 8.99932 5.04954 8.45236C5.10129 7.88144 5.21329 7.34974 5.49764 6.85723C5.82365 6.29256 6.29256 5.82365 6.85723 5.49764C7.34974 5.21329 7.88144 5.10129 8.45236 5.04954C8.99932 4.99997 9.67168 4.99998 10.4787 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5415 1H5.6284C6.26144 0.99998 6.80225 0.999963 7.245 1.03993C7.71144 1.08204 8.16611 1.17471 8.59294 1.42018C8.92673 1.61214 9.23653 1.87136 9.48728 2.18485C9.83226 2.61614 9.76229 3.24542 9.331 3.5904C8.89971 3.93538 8.27043 3.86541 7.92545 3.43412C7.83825 3.3251 7.72306 3.22706 7.59588 3.15392C7.52357 3.11234 7.39362 3.06148 7.06517 3.03183C6.72312 3.00095 6.27339 3 5.58495 3C4.89651 3 4.44677 3.00095 4.10472 3.03183C3.77627 3.06148 3.64632 3.11234 3.57402 3.15392C3.39888 3.25464 3.25393 3.39922 3.15335 3.57275C3.11236 3.64347 3.06159 3.77138 3.03191 4.09754C3.00097 4.43761 3 4.88496 3 5.57093C3 6.25689 3.00097 6.70424 3.03191 7.04431C3.06159 7.37048 3.11236 7.49838 3.15335 7.56911C3.22788 7.69769 3.328 7.81323 3.44026 7.90059C3.87611 8.23978 3.95446 8.86808 3.61527 9.30393C3.27607 9.73978 2.64777 9.81813 2.21192 9.47894C1.88879 9.22747 1.62109 8.9138 1.423 8.57205C1.17582 8.14559 1.0825 7.69115 1.04014 7.22554C0.999962 6.78399 0.99998 6.24483 1 5.61462V5.52724C0.99998 4.89703 0.999962 4.35786 1.04014 3.91632C1.0825 3.4507 1.17582 2.99627 1.423 2.56981C1.7 2.09192 2.09811 1.69556 2.57695 1.42018C3.00378 1.17471 3.45845 1.08204 3.9249 1.03993C4.36764 0.999963 4.90845 0.99998 5.5415 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5467 10C17.5351 9.99999 18.3441 9.99997 18.9992 10.0593C19.6783 10.1209 20.2896 10.2525 20.85 10.5761C21.5037 10.9535 22.0465 11.4963 22.4239 12.15C22.7475 12.7105 22.8791 13.3217 22.9407 14.0008C23 14.6559 23 15.4649 23 16.4533V16.5467C23 17.5351 23 18.3441 22.9407 18.9992C22.8791 19.6783 22.7475 20.2896 22.4239 20.85C22.0465 21.5037 21.5037 22.0465 20.85 22.4239C20.2896 22.7475 19.6783 22.8791 18.9992 22.9407C18.3441 23 17.5351 23 16.5467 23H16.4533C15.4649 23 14.6559 23 14.0008 22.9407C13.3217 22.8791 12.7105 22.7475 12.15 22.4239C11.4963 22.0465 10.9535 21.5037 10.5761 20.85C10.2525 20.2896 10.1209 19.6783 10.0593 18.9992C9.99997 18.3441 9.99999 17.5351 10 16.5467V16.5466V16.4534V16.4533C9.99999 15.4649 9.99997 14.6559 10.0593 14.0008C10.1209 13.3217 10.2525 12.7105 10.5761 12.15C10.9535 11.4963 11.4963 10.9535 12.15 10.5761C12.7105 10.2525 13.3217 10.1209 14.0008 10.0593C14.6559 9.99997 15.4649 9.99999 16.4533 10H16.4534H16.5466H16.5467Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4787 5H10.5695C11.3765 4.99998 12.0489 4.99997 12.5958 5.04954C13.1667 5.10129 13.6984 5.21329 14.1909 5.49764C14.7556 5.82366 15.2245 6.29256 15.5505 6.85723C15.8267 7.33552 15.6628 7.94711 15.1845 8.22325C14.7062 8.4994 14.0946 8.33552 13.8185 7.85723C13.668 7.5966 13.4516 7.38017 13.1909 7.22969C13.0536 7.15038 12.8475 7.08055 12.4153 7.04138C11.9693 7.00096 11.3881 7 10.5241 7C9.66003 7 9.07884 7.00096 8.63289 7.04138C8.20068 7.08055 7.99461 7.15038 7.85723 7.22969C7.5966 7.38017 7.38017 7.5966 7.22969 7.85723C7.15038 7.99461 7.08055 8.20068 7.04138 8.63289C7.00096 9.07884 7 9.66003 7 10.5241C7 11.3881 7.00096 11.9693 7.04138 12.4153C7.08055 12.8475 7.15038 13.0536 7.22969 13.1909C7.38017 13.4516 7.5966 13.668 7.85723 13.8185C8.33552 14.0946 8.4994 14.7062 8.22325 15.1845C7.94711 15.6628 7.33552 15.8267 6.85723 15.5505C6.29256 15.2245 5.82366 14.7556 5.49764 14.1909C5.21329 13.6984 5.10129 13.1667 5.04954 12.5958C4.99997 12.0489 4.99998 11.3765 5 10.5695V10.4787C4.99998 9.67168 4.99997 8.99932 5.04954 8.45236C5.10129 7.88144 5.21329 7.34974 5.49764 6.85723C5.82365 6.29256 6.29256 5.82365 6.85723 5.49764C7.34974 5.21329 7.88144 5.10129 8.45236 5.04954C8.99932 4.99997 9.67168 4.99998 10.4787 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5415 1H5.6284C6.26144 0.99998 6.80225 0.999963 7.245 1.03993C7.71144 1.08204 8.16611 1.17471 8.59294 1.42018C8.92673 1.61214 9.23653 1.87136 9.48728 2.18485C9.83226 2.61614 9.76229 3.24542 9.331 3.5904C8.89971 3.93538 8.27043 3.86541 7.92545 3.43412C7.83825 3.3251 7.72306 3.22706 7.59588 3.15392C7.52357 3.11234 7.39362 3.06148 7.06517 3.03183C6.72312 3.00095 6.27339 3 5.58495 3C4.89651 3 4.44677 3.00095 4.10472 3.03183C3.77627 3.06148 3.64632 3.11234 3.57402 3.15392C3.39888 3.25464 3.25393 3.39922 3.15335 3.57275C3.11236 3.64347 3.06159 3.77138 3.03191 4.09754C3.00097 4.43761 3 4.88496 3 5.57093C3 6.25689 3.00097 6.70424 3.03191 7.04431C3.06159 7.37048 3.11236 7.49838 3.15335 7.56911C3.22788 7.69769 3.328 7.81323 3.44026 7.90059C3.87611 8.23978 3.95446 8.86808 3.61527 9.30393C3.27607 9.73978 2.64777 9.81813 2.21192 9.47894C1.88879 9.22747 1.62109 8.9138 1.423 8.57205C1.17582 8.14559 1.0825 7.69115 1.04014 7.22554C0.999962 6.78399 0.99998 6.24483 1 5.61462V5.52724C0.99998 4.89703 0.999962 4.35786 1.04014 3.91632C1.0825 3.4507 1.17582 2.99627 1.423 2.56981C1.7 2.09192 2.09811 1.69556 2.57695 1.42018C3.00378 1.17471 3.45845 1.08204 3.9249 1.03993C4.36764 0.999963 4.90845 0.99998 5.5415 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-move-bottom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 1.25C14.2091 1.25 16 3.04086 16 5.25C16 7.45914 14.2091 9.25 12 9.25C9.79086 9.25 8 7.45914 8 5.25C8 3.04086 9.79086 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0331 10.75C12.5854 10.75 13.0331 11.1977 13.0331 11.75L13.0331 17.75L14.3633 17.75C14.5088 17.7498 14.7209 17.7495 14.9014 17.7754C15.0985 17.8038 15.6159 17.9119 15.8787 18.4273C16.1395 18.939 15.9137 19.3882 15.8129 19.5564C15.7226 19.7069 15.5912 19.864 15.5021 19.9705L15.4799 19.9971C15.1057 20.4458 14.5624 21.0713 14.0255 21.5923C13.7593 21.8506 13.4701 22.1074 13.1862 22.3067C13.0442 22.4064 12.8816 22.5074 12.706 22.5868C12.5412 22.6614 12.2934 22.75 12 22.75C11.7066 22.75 11.4589 22.6614 11.294 22.5868C11.1185 22.5074 10.9559 22.4065 10.8138 22.3067C10.53 22.1074 10.2408 21.8506 9.97451 21.5923C9.43763 21.0714 8.89438 20.4458 8.52016 19.9971L8.49794 19.9705C8.40882 19.864 8.27739 19.7069 8.18716 19.5564C8.08634 19.3882 7.86047 18.939 8.12132 18.4274C8.3841 17.9119 8.90145 17.8038 9.09864 17.7754C9.27913 17.7495 9.49118 17.7498 9.63672 17.75L11.0331 17.75L11.0331 11.75C11.0331 11.1977 11.4808 10.75 12.0331 10.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 1.25C14.2091 1.25 16 3.04086 16 5.25C16 7.45914 14.2091 9.25 12 9.25C9.79086 9.25 8 7.45914 8 5.25C8 3.04086 9.79086 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0331 10.75C12.5854 10.75 13.0331 11.1977 13.0331 11.75L13.0331 17.75L14.3633 17.75C14.5088 17.7498 14.7209 17.7495 14.9014 17.7754C15.0985 17.8038 15.6159 17.9119 15.8787 18.4273C16.1395 18.939 15.9137 19.3882 15.8129 19.5564C15.7226 19.7069 15.5912 19.864 15.5021 19.9705L15.4799 19.9971C15.1057 20.4458 14.5624 21.0713 14.0255 21.5923C13.7593 21.8506 13.4701 22.1074 13.1862 22.3067C13.0442 22.4064 12.8816 22.5074 12.706 22.5868C12.5412 22.6614 12.2934 22.75 12 22.75C11.7066 22.75 11.4589 22.6614 11.294 22.5868C11.1185 22.5074 10.9559 22.4065 10.8138 22.3067C10.53 22.1074 10.2408 21.8506 9.97451 21.5923C9.43763 21.0714 8.89438 20.4458 8.52016 19.9971L8.49794 19.9705C8.40882 19.864 8.27739 19.7069 8.18716 19.5564C8.08634 19.3882 7.86047 18.939 8.12132 18.4274C8.3841 17.9119 8.90145 17.8038 9.09864 17.7754C9.27913 17.7495 9.49118 17.7498 9.63672 17.75L11.0331 17.75L11.0331 11.75C11.0331 11.1977 11.4808 10.75 12.0331 10.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-move-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.75 12C22.75 9.79086 20.9591 8 18.75 8C16.5409 8 14.75 9.79086 14.75 12C14.75 14.2091 16.5409 16 18.75 16C20.9591 16 22.75 14.2091 22.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.25 11.9669C13.25 11.4146 12.8023 10.9669 12.25 10.9669L6.25001 10.9669L6.25002 9.63672C6.25023 9.49118 6.25054 9.27914 6.22459 9.09865C6.19622 8.90146 6.0881 8.38412 5.57266 8.12132C5.06102 7.86047 4.61181 8.08633 4.44363 8.18715C4.29313 8.27737 4.13604 8.4088 4.02953 8.49791L4.00293 8.52014C3.55419 8.89435 2.92867 9.43759 2.40774 9.97446C2.14941 10.2407 1.89262 10.5299 1.69331 10.8138C1.59355 10.9558 1.49256 11.1184 1.41318 11.294C1.33861 11.4588 1.24998 11.7066 1.24999 12C1.24999 12.2934 1.33861 12.5411 1.41318 12.706C1.49256 12.8815 1.59355 13.0441 1.69331 13.1862C1.89262 13.47 2.1494 13.7592 2.40773 14.0255C2.92865 14.5624 3.55416 15.1056 4.0029 15.4798L4.02949 15.5021C4.13601 15.5912 4.29309 15.7226 4.44359 15.8128C4.61177 15.9137 5.06098 16.1395 5.57262 15.8787C6.08808 15.6159 6.1962 15.0986 6.22456 14.9014C6.25052 14.7209 6.25021 14.5088 6.25 14.3633L6.25001 12.9669H12.25C12.8023 12.9669 13.25 12.5192 13.25 11.9669Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.75 12C22.75 9.79086 20.9591 8 18.75 8C16.5409 8 14.75 9.79086 14.75 12C14.75 14.2091 16.5409 16 18.75 16C20.9591 16 22.75 14.2091 22.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.25 11.9669C13.25 11.4146 12.8023 10.9669 12.25 10.9669L6.25001 10.9669L6.25002 9.63672C6.25023 9.49118 6.25054 9.27914 6.22459 9.09865C6.19622 8.90146 6.0881 8.38412 5.57266 8.12132C5.06102 7.86047 4.61181 8.08633 4.44363 8.18715C4.29313 8.27737 4.13604 8.4088 4.02953 8.49791L4.00293 8.52014C3.55419 8.89435 2.92867 9.43759 2.40774 9.97446C2.14941 10.2407 1.89262 10.5299 1.69331 10.8138C1.59355 10.9558 1.49256 11.1184 1.41318 11.294C1.33861 11.4588 1.24998 11.7066 1.24999 12C1.24999 12.2934 1.33861 12.5411 1.41318 12.706C1.49256 12.8815 1.59355 13.0441 1.69331 13.1862C1.89262 13.47 2.1494 13.7592 2.40773 14.0255C2.92865 14.5624 3.55416 15.1056 4.0029 15.4798L4.02949 15.5021C4.13601 15.5912 4.29309 15.7226 4.44359 15.8128C4.61177 15.9137 5.06098 16.1395 5.57262 15.8787C6.08808 15.6159 6.1962 15.0986 6.22456 14.9014C6.25052 14.7209 6.25021 14.5088 6.25 14.3633L6.25001 12.9669H12.25C12.8023 12.9669 13.25 12.5192 13.25 11.9669Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-move-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 12.0312C1.25 9.82211 3.04086 8.03125 5.25 8.03125C7.45914 8.03125 9.25 9.82211 9.25 12.0312C9.25 14.2404 7.45914 16.0312 5.25 16.0312C3.04086 16.0312 1.25 14.2404 1.25 12.0312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.75 11.9981C10.75 11.4458 11.1977 10.9981 11.75 10.9981L17.75 10.9981L17.75 9.66797C17.7498 9.52243 17.7495 9.31039 17.7754 9.1299C17.8038 8.93271 17.9119 8.41537 18.4273 8.15257C18.939 7.89172 19.3882 8.11758 19.5564 8.2184C19.7069 8.30862 19.864 8.44005 19.9705 8.52916L19.9971 8.55139C20.4458 8.9256 21.0713 9.46884 21.5923 10.0057C21.8506 10.272 22.1074 10.5612 22.3067 10.845C22.4064 10.9871 22.5074 11.1497 22.5868 11.3252C22.6614 11.4901 22.75 11.7378 22.75 12.0312C22.75 12.3246 22.6614 12.5724 22.5868 12.7373C22.5074 12.9128 22.4065 13.0754 22.3067 13.2174C22.1074 13.5013 21.8506 13.7905 21.5923 14.0567C21.0714 14.5936 20.4458 15.1369 19.9971 15.5111L19.9705 15.5333C19.864 15.6224 19.7069 15.7539 19.5564 15.8441C19.3882 15.9449 18.939 16.1708 18.4274 15.9099C17.9119 15.6471 17.8038 15.1298 17.7754 14.9326C17.7495 14.7521 17.7498 14.5401 17.75 14.3945L17.75 12.9981H11.75C11.1977 12.9981 10.75 12.5504 10.75 11.9981Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 12.0312C1.25 9.82211 3.04086 8.03125 5.25 8.03125C7.45914 8.03125 9.25 9.82211 9.25 12.0312C9.25 14.2404 7.45914 16.0312 5.25 16.0312C3.04086 16.0312 1.25 14.2404 1.25 12.0312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.75 11.9981C10.75 11.4458 11.1977 10.9981 11.75 10.9981L17.75 10.9981L17.75 9.66797C17.7498 9.52243 17.7495 9.31039 17.7754 9.1299C17.8038 8.93271 17.9119 8.41537 18.4273 8.15257C18.939 7.89172 19.3882 8.11758 19.5564 8.2184C19.7069 8.30862 19.864 8.44005 19.9705 8.52916L19.9971 8.55139C20.4458 8.9256 21.0713 9.46884 21.5923 10.0057C21.8506 10.272 22.1074 10.5612 22.3067 10.845C22.4064 10.9871 22.5074 11.1497 22.5868 11.3252C22.6614 11.4901 22.75 11.7378 22.75 12.0312C22.75 12.3246 22.6614 12.5724 22.5868 12.7373C22.5074 12.9128 22.4065 13.0754 22.3067 13.2174C22.1074 13.5013 21.8506 13.7905 21.5923 14.0567C21.0714 14.5936 20.4458 15.1369 19.9971 15.5111L19.9705 15.5333C19.864 15.6224 19.7069 15.7539 19.5564 15.8441C19.3882 15.9449 18.939 16.1708 18.4274 15.9099C17.9119 15.6471 17.8038 15.1298 17.7754 14.9326C17.7495 14.7521 17.7498 14.5401 17.75 14.3945L17.75 12.9981H11.75C11.1977 12.9981 10.75 12.5504 10.75 11.9981Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-move-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22.75C9.79086 22.75 8 20.9591 8 18.75C8 16.5409 9.79086 14.75 12 14.75C14.2091 14.75 16 16.5409 16 18.75C16 20.9591 14.2091 22.75 12 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9669 13.25C11.4146 13.25 10.9669 12.8023 10.9669 12.25L10.9669 6.25001L9.63672 6.25002C9.49118 6.25023 9.27913 6.25054 9.09865 6.22459C8.90146 6.19622 8.38411 6.0881 8.12132 5.57266C7.86047 5.06102 8.08633 4.61181 8.18715 4.44363C8.27737 4.29313 8.4088 4.13604 8.49791 4.02953L8.52014 4.00293C8.89435 3.55419 9.43759 2.92867 9.97446 2.40774C10.2407 2.14941 10.5299 1.89262 10.8138 1.69331C10.9558 1.59355 11.1184 1.49256 11.294 1.41318C11.4588 1.33861 11.7066 1.24998 12 1.24999C12.2934 1.24999 12.5411 1.33861 12.706 1.41318C12.8815 1.49256 13.0441 1.59355 13.1862 1.69331C13.47 1.89262 13.7592 2.1494 14.0255 2.40773C14.5624 2.92865 15.1056 3.55416 15.4798 4.0029L15.5021 4.02949C15.5912 4.13601 15.7226 4.29309 15.8128 4.44359C15.9137 4.61177 16.1395 5.06098 15.8787 5.57262C15.6159 6.08808 15.0986 6.1962 14.9014 6.22456C14.7209 6.25052 14.5088 6.25021 14.3633 6.25L12.9669 6.25001L12.9669 12.25C12.9669 12.8023 12.5192 13.25 11.9669 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22.75C9.79086 22.75 8 20.9591 8 18.75C8 16.5409 9.79086 14.75 12 14.75C14.2091 14.75 16 16.5409 16 18.75C16 20.9591 14.2091 22.75 12 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9669 13.25C11.4146 13.25 10.9669 12.8023 10.9669 12.25L10.9669 6.25001L9.63672 6.25002C9.49118 6.25023 9.27913 6.25054 9.09865 6.22459C8.90146 6.19622 8.38411 6.0881 8.12132 5.57266C7.86047 5.06102 8.08633 4.61181 8.18715 4.44363C8.27737 4.29313 8.4088 4.13604 8.49791 4.02953L8.52014 4.00293C8.89435 3.55419 9.43759 2.92867 9.97446 2.40774C10.2407 2.14941 10.5299 1.89262 10.8138 1.69331C10.9558 1.59355 11.1184 1.49256 11.294 1.41318C11.4588 1.33861 11.7066 1.24998 12 1.24999C12.2934 1.24999 12.5411 1.33861 12.706 1.41318C12.8815 1.49256 13.0441 1.59355 13.1862 1.69331C13.47 1.89262 13.7592 2.1494 14.0255 2.40773C14.5624 2.92865 15.1056 3.55416 15.4798 4.0029L15.5021 4.02949C15.5912 4.13601 15.7226 4.29309 15.8128 4.44359C15.9137 4.61177 16.1395 5.06098 15.8787 5.57262C15.6159 6.08808 15.0986 6.1962 14.9014 6.22456C14.7209 6.25052 14.5088 6.25021 14.3633 6.25L12.9669 6.25001L12.9669 12.25C12.9669 12.8023 12.5192 13.25 11.9669 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-transition-bottom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 6.03143C1.24999 6.7048 1.24998 7.25551 1.28655 7.70307C1.3244 8.16633 1.40514 8.58473 1.60423 8.97547C1.91582 9.587 2.41301 10.0842 3.02453 10.3958C3.41527 10.5949 3.83367 10.6756 4.29693 10.7134C4.74448 10.75 5.29518 10.75 5.96853 10.75L5.96856 10.75L18.0314 10.75L18.0315 10.75C18.7048 10.75 19.2555 10.75 19.7031 10.7134C20.1663 10.6756 20.5847 10.5949 20.9755 10.3958C21.587 10.0842 22.0842 9.587 22.3958 8.97547C22.5949 8.58473 22.6756 8.16633 22.7134 7.70307C22.75 7.25551 22.75 6.70481 22.75 6.03144L22.75 5.96856C22.75 5.29519 22.75 4.74449 22.7134 4.29693C22.6756 3.83367 22.5949 3.41527 22.3958 3.02453C22.0842 2.413 21.587 1.91582 20.9755 1.60423C20.5847 1.40514 20.1663 1.3244 19.7031 1.28655C19.2555 1.24998 18.7048 1.24999 18.0314 1.25L5.96858 1.25L5.96857 1.25C5.2952 1.24999 4.74449 1.24998 4.29693 1.28655C3.83367 1.3244 3.41527 1.40514 3.02453 1.60423C2.413 1.91582 1.91582 2.413 1.60423 3.02453C1.40514 3.41527 1.3244 3.83367 1.28655 4.29693C1.24998 4.74449 1.24999 5.2952 1.25 5.96857L1.25 5.96858L1.25 6.03142L1.25 6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.31239 18.3914C3.2511 17.7595 3.25 16.9392 3.25 15.75C3.25 15.1977 2.80229 14.75 2.25 14.75C1.69772 14.75 1.25 15.1977 1.25 15.75L1.25 15.8005L1.25 15.8005C1.24999 16.927 1.24997 17.8446 1.32173 18.5845C1.39605 19.3508 1.55466 20.0313 1.93974 20.6441C2.29942 21.2166 2.78344 21.7006 3.35586 22.0603C3.96871 22.4453 4.64919 22.604 5.4155 22.6783C6.1554 22.75 7.07296 22.75 8.19952 22.75L15.8005 22.75C16.927 22.75 17.8446 22.75 18.5845 22.6783C19.3508 22.604 20.0313 22.4453 20.6441 22.0603C21.2166 21.7006 21.7006 21.2166 22.0603 20.6441C22.4453 20.0313 22.604 19.3508 22.6783 18.5845C22.75 17.8446 22.75 16.9271 22.75 15.8005L22.75 15.8005L22.75 15.75C22.75 15.1977 22.3023 14.75 21.75 14.75C21.1977 14.75 20.75 15.1977 20.75 15.75C20.75 16.9392 20.7489 17.7595 20.6876 18.3914C20.6278 19.008 20.5182 19.3392 20.3668 19.5801C20.167 19.8981 19.8981 20.167 19.5801 20.3668C19.3392 20.5182 19.008 20.6278 18.3914 20.6876C17.7595 20.7489 16.9392 20.75 15.75 20.75L8.25 20.75C7.06078 20.75 6.24053 20.7489 5.60856 20.6876C4.99198 20.6278 4.66085 20.5182 4.41992 20.3668C4.10191 20.167 3.83301 19.8981 3.63319 19.5801C3.48181 19.3392 3.37219 19.008 3.31239 18.3914Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 9C11.4477 9 11 9.44772 11 10L11 15.0001L10.1962 15.0001L10.1775 15C10.1073 14.9999 9.98207 14.9996 9.87285 15.0137L9.86923 15.0141C9.79033 15.0241 9.32077 15.0837 9.0943 15.5543C8.86682 16.0271 9.1172 16.4328 9.15759 16.4982L9.1599 16.502C9.21722 16.5956 9.29574 16.6931 9.34079 16.7491L9.3408 16.7491L9.35276 16.764C9.40925 16.8345 9.47389 16.9168 9.54457 17.0067C9.77851 17.3045 10.0789 17.6868 10.3713 18.0086C10.5639 18.2206 10.7834 18.4411 11.0116 18.6149C11.2049 18.7621 11.56 19 12 19C12.44 19 12.7951 18.7621 12.9884 18.6149C13.2166 18.4411 13.4361 18.2206 13.6287 18.0086C13.9211 17.6868 14.2215 17.3045 14.4554 17.0067C14.5261 16.9168 14.5907 16.8345 14.6472 16.764L14.6592 16.7491C14.7043 16.6932 14.7828 16.5956 14.8401 16.502L14.8424 16.4982C14.8828 16.4328 15.1332 16.0271 14.9057 15.5543C14.6792 15.0837 14.2097 15.0241 14.1308 15.0141L14.1271 15.0137C14.0179 14.9996 13.8927 14.9999 13.8225 15L13.8038 15.0001L13 15.0001L13 10C13 9.44772 12.5523 9 12 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 6.03143C1.24999 6.7048 1.24998 7.25551 1.28655 7.70307C1.3244 8.16633 1.40514 8.58473 1.60423 8.97547C1.91582 9.587 2.41301 10.0842 3.02453 10.3958C3.41527 10.5949 3.83367 10.6756 4.29693 10.7134C4.74448 10.75 5.29518 10.75 5.96853 10.75L5.96856 10.75L18.0314 10.75L18.0315 10.75C18.7048 10.75 19.2555 10.75 19.7031 10.7134C20.1663 10.6756 20.5847 10.5949 20.9755 10.3958C21.587 10.0842 22.0842 9.587 22.3958 8.97547C22.5949 8.58473 22.6756 8.16633 22.7134 7.70307C22.75 7.25551 22.75 6.70481 22.75 6.03144L22.75 5.96856C22.75 5.29519 22.75 4.74449 22.7134 4.29693C22.6756 3.83367 22.5949 3.41527 22.3958 3.02453C22.0842 2.413 21.587 1.91582 20.9755 1.60423C20.5847 1.40514 20.1663 1.3244 19.7031 1.28655C19.2555 1.24998 18.7048 1.24999 18.0314 1.25L5.96858 1.25L5.96857 1.25C5.2952 1.24999 4.74449 1.24998 4.29693 1.28655C3.83367 1.3244 3.41527 1.40514 3.02453 1.60423C2.413 1.91582 1.91582 2.413 1.60423 3.02453C1.40514 3.41527 1.3244 3.83367 1.28655 4.29693C1.24998 4.74449 1.24999 5.2952 1.25 5.96857L1.25 5.96858L1.25 6.03142L1.25 6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.31239 18.3914C3.2511 17.7595 3.25 16.9392 3.25 15.75C3.25 15.1977 2.80229 14.75 2.25 14.75C1.69772 14.75 1.25 15.1977 1.25 15.75L1.25 15.8005L1.25 15.8005C1.24999 16.927 1.24997 17.8446 1.32173 18.5845C1.39605 19.3508 1.55466 20.0313 1.93974 20.6441C2.29942 21.2166 2.78344 21.7006 3.35586 22.0603C3.96871 22.4453 4.64919 22.604 5.4155 22.6783C6.1554 22.75 7.07296 22.75 8.19952 22.75L15.8005 22.75C16.927 22.75 17.8446 22.75 18.5845 22.6783C19.3508 22.604 20.0313 22.4453 20.6441 22.0603C21.2166 21.7006 21.7006 21.2166 22.0603 20.6441C22.4453 20.0313 22.604 19.3508 22.6783 18.5845C22.75 17.8446 22.75 16.9271 22.75 15.8005L22.75 15.8005L22.75 15.75C22.75 15.1977 22.3023 14.75 21.75 14.75C21.1977 14.75 20.75 15.1977 20.75 15.75C20.75 16.9392 20.7489 17.7595 20.6876 18.3914C20.6278 19.008 20.5182 19.3392 20.3668 19.5801C20.167 19.8981 19.8981 20.167 19.5801 20.3668C19.3392 20.5182 19.008 20.6278 18.3914 20.6876C17.7595 20.7489 16.9392 20.75 15.75 20.75L8.25 20.75C7.06078 20.75 6.24053 20.7489 5.60856 20.6876C4.99198 20.6278 4.66085 20.5182 4.41992 20.3668C4.10191 20.167 3.83301 19.8981 3.63319 19.5801C3.48181 19.3392 3.37219 19.008 3.31239 18.3914Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 9C11.4477 9 11 9.44772 11 10L11 15.0001L10.1962 15.0001L10.1775 15C10.1073 14.9999 9.98207 14.9996 9.87285 15.0137L9.86923 15.0141C9.79033 15.0241 9.32077 15.0837 9.0943 15.5543C8.86682 16.0271 9.1172 16.4328 9.15759 16.4982L9.1599 16.502C9.21722 16.5956 9.29574 16.6931 9.34079 16.7491L9.3408 16.7491L9.35276 16.764C9.40925 16.8345 9.47389 16.9168 9.54457 17.0067C9.77851 17.3045 10.0789 17.6868 10.3713 18.0086C10.5639 18.2206 10.7834 18.4411 11.0116 18.6149C11.2049 18.7621 11.56 19 12 19C12.44 19 12.7951 18.7621 12.9884 18.6149C13.2166 18.4411 13.4361 18.2206 13.6287 18.0086C13.9211 17.6868 14.2215 17.3045 14.4554 17.0067C14.5261 16.9168 14.5907 16.8345 14.6472 16.764L14.6592 16.7491C14.7043 16.6932 14.7828 16.5956 14.8401 16.502L14.8424 16.4982C14.8828 16.4328 15.1332 16.0271 14.9057 15.5543C14.6792 15.0837 14.2097 15.0241 14.1308 15.0141L14.1271 15.0137C14.0179 14.9996 13.8927 14.9999 13.8225 15L13.8038 15.0001L13 15.0001L13 10C13 9.44772 12.5523 9 12 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-transition-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9686 1.25C17.2952 1.24999 16.7445 1.24998 16.2969 1.28655C15.8337 1.3244 15.4153 1.40514 15.0245 1.60423C14.413 1.91582 13.9158 2.413 13.6042 3.02453C13.4051 3.41527 13.3244 3.83367 13.2866 4.29693C13.25 4.74448 13.25 5.29518 13.25 5.96853V5.96856V18.0314V18.0315C13.25 18.7048 13.25 19.2555 13.2866 19.7031C13.3244 20.1663 13.4051 20.5847 13.6042 20.9755C13.9158 21.587 14.413 22.0842 15.0245 22.3958C15.4153 22.5949 15.8337 22.6756 16.2969 22.7134C16.7445 22.75 17.2952 22.75 17.9686 22.75H18.0314C18.7048 22.75 19.2555 22.75 19.7031 22.7134C20.1663 22.6756 20.5847 22.5949 20.9755 22.3958C21.587 22.0842 22.0842 21.587 22.3958 20.9755C22.5949 20.5847 22.6756 20.1663 22.7134 19.7031C22.75 19.2555 22.75 18.7048 22.75 18.0314V5.96858V5.96857C22.75 5.2952 22.75 4.74449 22.7134 4.29693C22.6756 3.83367 22.5949 3.41527 22.3958 3.02453C22.0842 2.413 21.587 1.91582 20.9755 1.60423C20.5847 1.40514 20.1663 1.3244 19.7031 1.28655C19.2555 1.24998 18.7048 1.24999 18.0314 1.25H18.0314H17.9686H17.9686Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.60856 3.31239C6.24053 3.2511 7.06078 3.25 8.25 3.25C8.80228 3.25 9.25 2.80229 9.25 2.25C9.25 1.69772 8.80228 1.25 8.25 1.25H8.19953H8.19951C7.07296 1.24999 6.15539 1.24997 5.4155 1.32173C4.64919 1.39605 3.96871 1.55466 3.35586 1.93974C2.78344 2.29942 2.29942 2.78344 1.93974 3.35586C1.55466 3.96871 1.39605 4.64919 1.32173 5.4155C1.24997 6.1554 1.24998 7.07296 1.25 8.19952V15.8005C1.24998 16.927 1.24997 17.8446 1.32173 18.5845C1.39605 19.3508 1.55466 20.0313 1.93974 20.6441C2.29942 21.2166 2.78344 21.7006 3.35586 22.0603C3.96871 22.4453 4.64919 22.604 5.4155 22.6783C6.15538 22.75 7.07294 22.75 8.19948 22.75H8.19953H8.25C8.80228 22.75 9.25 22.3023 9.25 21.75C9.25 21.1977 8.80228 20.75 8.25 20.75C7.06078 20.75 6.24053 20.7489 5.60856 20.6876C4.99197 20.6278 4.66085 20.5182 4.41992 20.3668C4.10191 20.167 3.83301 19.8981 3.63319 19.5801C3.4818 19.3392 3.37219 19.008 3.31239 18.3914C3.2511 17.7595 3.25 16.9392 3.25 15.75V8.25C3.25 7.06078 3.2511 6.24053 3.31239 5.60856C3.37219 4.99198 3.4818 4.66085 3.63319 4.41992C3.83301 4.10191 4.10191 3.83301 4.41992 3.63319C4.66085 3.48181 4.99197 3.37219 5.60856 3.31239Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15 12C15 11.4477 14.5523 11 14 11H8.99993V10.1962L8.99996 10.1775C9.00012 10.1073 9.0004 9.98207 8.98635 9.87285L8.98589 9.86923C8.97588 9.79033 8.91634 9.32077 8.44567 9.0943C7.97289 8.86682 7.56722 9.1172 7.50177 9.15759L7.49803 9.1599C7.40444 9.21722 7.30685 9.29574 7.25087 9.34079L7.25086 9.3408L7.23598 9.35276C7.16547 9.40925 7.0832 9.47389 6.99326 9.54457C6.69554 9.77851 6.31325 10.0789 5.99144 10.3713C5.7794 10.5639 5.5589 10.7833 5.38506 11.0116C5.23785 11.2049 5 11.56 5 12C5 12.44 5.23785 12.7951 5.38506 12.9884C5.5589 13.2166 5.7794 13.4361 5.99144 13.6287C6.31325 13.9211 6.69553 14.2215 6.99326 14.4554C7.08322 14.5261 7.16546 14.5907 7.23598 14.6472L7.25086 14.6592C7.30685 14.7043 7.40444 14.7828 7.49803 14.8401L7.50177 14.8424C7.56722 14.8828 7.9729 15.1332 8.44567 14.9057C8.91634 14.6792 8.97588 14.2097 8.98589 14.1308L8.98635 14.1271C9.0004 14.0179 9.00012 13.8927 8.99996 13.8225L8.99993 13.8038V13H14C14.5523 13 15 12.5523 15 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9686 1.25C17.2952 1.24999 16.7445 1.24998 16.2969 1.28655C15.8337 1.3244 15.4153 1.40514 15.0245 1.60423C14.413 1.91582 13.9158 2.413 13.6042 3.02453C13.4051 3.41527 13.3244 3.83367 13.2866 4.29693C13.25 4.74448 13.25 5.29518 13.25 5.96853V5.96856V18.0314V18.0315C13.25 18.7048 13.25 19.2555 13.2866 19.7031C13.3244 20.1663 13.4051 20.5847 13.6042 20.9755C13.9158 21.587 14.413 22.0842 15.0245 22.3958C15.4153 22.5949 15.8337 22.6756 16.2969 22.7134C16.7445 22.75 17.2952 22.75 17.9686 22.75H18.0314C18.7048 22.75 19.2555 22.75 19.7031 22.7134C20.1663 22.6756 20.5847 22.5949 20.9755 22.3958C21.587 22.0842 22.0842 21.587 22.3958 20.9755C22.5949 20.5847 22.6756 20.1663 22.7134 19.7031C22.75 19.2555 22.75 18.7048 22.75 18.0314V5.96858V5.96857C22.75 5.2952 22.75 4.74449 22.7134 4.29693C22.6756 3.83367 22.5949 3.41527 22.3958 3.02453C22.0842 2.413 21.587 1.91582 20.9755 1.60423C20.5847 1.40514 20.1663 1.3244 19.7031 1.28655C19.2555 1.24998 18.7048 1.24999 18.0314 1.25H18.0314H17.9686H17.9686Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.60856 3.31239C6.24053 3.2511 7.06078 3.25 8.25 3.25C8.80228 3.25 9.25 2.80229 9.25 2.25C9.25 1.69772 8.80228 1.25 8.25 1.25H8.19953H8.19951C7.07296 1.24999 6.15539 1.24997 5.4155 1.32173C4.64919 1.39605 3.96871 1.55466 3.35586 1.93974C2.78344 2.29942 2.29942 2.78344 1.93974 3.35586C1.55466 3.96871 1.39605 4.64919 1.32173 5.4155C1.24997 6.1554 1.24998 7.07296 1.25 8.19952V15.8005C1.24998 16.927 1.24997 17.8446 1.32173 18.5845C1.39605 19.3508 1.55466 20.0313 1.93974 20.6441C2.29942 21.2166 2.78344 21.7006 3.35586 22.0603C3.96871 22.4453 4.64919 22.604 5.4155 22.6783C6.15538 22.75 7.07294 22.75 8.19948 22.75H8.19953H8.25C8.80228 22.75 9.25 22.3023 9.25 21.75C9.25 21.1977 8.80228 20.75 8.25 20.75C7.06078 20.75 6.24053 20.7489 5.60856 20.6876C4.99197 20.6278 4.66085 20.5182 4.41992 20.3668C4.10191 20.167 3.83301 19.8981 3.63319 19.5801C3.4818 19.3392 3.37219 19.008 3.31239 18.3914C3.2511 17.7595 3.25 16.9392 3.25 15.75V8.25C3.25 7.06078 3.2511 6.24053 3.31239 5.60856C3.37219 4.99198 3.4818 4.66085 3.63319 4.41992C3.83301 4.10191 4.10191 3.83301 4.41992 3.63319C4.66085 3.48181 4.99197 3.37219 5.60856 3.31239Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15 12C15 11.4477 14.5523 11 14 11H8.99993V10.1962L8.99996 10.1775C9.00012 10.1073 9.0004 9.98207 8.98635 9.87285L8.98589 9.86923C8.97588 9.79033 8.91634 9.32077 8.44567 9.0943C7.97289 8.86682 7.56722 9.1172 7.50177 9.15759L7.49803 9.1599C7.40444 9.21722 7.30685 9.29574 7.25087 9.34079L7.25086 9.3408L7.23598 9.35276C7.16547 9.40925 7.0832 9.47389 6.99326 9.54457C6.69554 9.77851 6.31325 10.0789 5.99144 10.3713C5.7794 10.5639 5.5589 10.7833 5.38506 11.0116C5.23785 11.2049 5 11.56 5 12C5 12.44 5.23785 12.7951 5.38506 12.9884C5.5589 13.2166 5.7794 13.4361 5.99144 13.6287C6.31325 13.9211 6.69553 14.2215 6.99326 14.4554C7.08322 14.5261 7.16546 14.5907 7.23598 14.6472L7.25086 14.6592C7.30685 14.7043 7.40444 14.7828 7.49803 14.8401L7.50177 14.8424C7.56722 14.8828 7.9729 15.1332 8.44567 14.9057C8.91634 14.6792 8.97588 14.2097 8.98589 14.1308L8.98635 14.1271C9.0004 14.0179 9.00012 13.8927 8.99996 13.8225L8.99993 13.8038V13H14C14.5523 13 15 12.5523 15 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-transition-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.03143 1.25C6.7048 1.24999 7.25551 1.24998 7.70307 1.28655C8.16633 1.3244 8.58473 1.40514 8.97547 1.60423C9.587 1.91582 10.0842 2.413 10.3958 3.02453C10.5949 3.41527 10.6756 3.83367 10.7134 4.29693C10.75 4.74448 10.75 5.29518 10.75 5.96853V5.96856V18.0314V18.0315C10.75 18.7048 10.75 19.2555 10.7134 19.7031C10.6756 20.1663 10.5949 20.5847 10.3958 20.9755C10.0842 21.587 9.587 22.0842 8.97547 22.3958C8.58473 22.5949 8.16633 22.6756 7.70307 22.7134C7.25551 22.75 6.70481 22.75 6.03144 22.75H5.96856C5.29519 22.75 4.74449 22.75 4.29693 22.7134C3.83367 22.6756 3.41527 22.5949 3.02453 22.3958C2.413 22.0842 1.91582 21.587 1.60423 20.9755C1.40514 20.5847 1.3244 20.1663 1.28655 19.7031C1.24998 19.2555 1.24999 18.7048 1.25 18.0314V5.96858V5.96857C1.24999 5.2952 1.24998 4.74449 1.28655 4.29693C1.3244 3.83367 1.40514 3.41527 1.60423 3.02453C1.91582 2.413 2.413 1.91582 3.02453 1.60423C3.41527 1.40514 3.83367 1.3244 4.29693 1.28655C4.74449 1.24998 5.2952 1.24999 5.96857 1.25H5.96858H6.03142H6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.3914 3.31239C17.7595 3.2511 16.9392 3.25 15.75 3.25C15.1977 3.25 14.75 2.80229 14.75 2.25C14.75 1.69772 15.1977 1.25 15.75 1.25H15.8005H15.8005C16.927 1.24999 17.8446 1.24997 18.5845 1.32173C19.3508 1.39605 20.0313 1.55466 20.6441 1.93974C21.2166 2.29942 21.7006 2.78344 22.0603 3.35586C22.4453 3.96871 22.604 4.64919 22.6783 5.4155C22.75 6.1554 22.75 7.07296 22.75 8.19952V15.8005C22.75 16.927 22.75 17.8446 22.6783 18.5845C22.604 19.3508 22.4453 20.0313 22.0603 20.6441C21.7006 21.2166 21.2166 21.7006 20.6441 22.0603C20.0313 22.4453 19.3508 22.604 18.5845 22.6783C17.8446 22.75 16.9271 22.75 15.8005 22.75H15.8005H15.75C15.1977 22.75 14.75 22.3023 14.75 21.75C14.75 21.1977 15.1977 20.75 15.75 20.75C16.9392 20.75 17.7595 20.7489 18.3914 20.6876C19.008 20.6278 19.3392 20.5182 19.5801 20.3668C19.8981 20.167 20.167 19.8981 20.3668 19.5801C20.5182 19.3392 20.6278 19.008 20.6876 18.3914C20.7489 17.7595 20.75 16.9392 20.75 15.75V8.25C20.75 7.06078 20.7489 6.24053 20.6876 5.60856C20.6278 4.99198 20.5182 4.66085 20.3668 4.41992C20.167 4.10191 19.8981 3.83301 19.5801 3.63319C19.3392 3.48181 19.008 3.37219 18.3914 3.31239Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 12C9 11.4477 9.44772 11 10 11H15.0001V10.1962L15 10.1775C14.9999 10.1073 14.9996 9.98207 15.0137 9.87285L15.0141 9.86923C15.0241 9.79033 15.0837 9.32077 15.5543 9.0943C16.0271 8.86682 16.4328 9.1172 16.4982 9.15759L16.502 9.1599C16.5956 9.21722 16.6931 9.29574 16.7491 9.34079L16.7491 9.3408L16.764 9.35276C16.8345 9.40925 16.9168 9.47389 17.0067 9.54457C17.3045 9.77851 17.6868 10.0789 18.0086 10.3713C18.2206 10.5639 18.4411 10.7833 18.6149 11.0116C18.7621 11.2049 19 11.56 19 12C19 12.44 18.7621 12.7951 18.6149 12.9884C18.4411 13.2166 18.2206 13.4361 18.0086 13.6287C17.6868 13.9211 17.3045 14.2215 17.0067 14.4554C16.9168 14.5261 16.8345 14.5907 16.764 14.6472L16.7491 14.6592C16.6932 14.7043 16.5956 14.7828 16.502 14.8401L16.4982 14.8424C16.4328 14.8828 16.0271 15.1332 15.5543 14.9057C15.0837 14.6792 15.0241 14.2097 15.0141 14.1308L15.0137 14.1271C14.9996 14.0179 14.9999 13.8927 15 13.8225L15.0001 13.8038V13H10C9.44772 13 9 12.5523 9 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.03143 1.25C6.7048 1.24999 7.25551 1.24998 7.70307 1.28655C8.16633 1.3244 8.58473 1.40514 8.97547 1.60423C9.587 1.91582 10.0842 2.413 10.3958 3.02453C10.5949 3.41527 10.6756 3.83367 10.7134 4.29693C10.75 4.74448 10.75 5.29518 10.75 5.96853V5.96856V18.0314V18.0315C10.75 18.7048 10.75 19.2555 10.7134 19.7031C10.6756 20.1663 10.5949 20.5847 10.3958 20.9755C10.0842 21.587 9.587 22.0842 8.97547 22.3958C8.58473 22.5949 8.16633 22.6756 7.70307 22.7134C7.25551 22.75 6.70481 22.75 6.03144 22.75H5.96856C5.29519 22.75 4.74449 22.75 4.29693 22.7134C3.83367 22.6756 3.41527 22.5949 3.02453 22.3958C2.413 22.0842 1.91582 21.587 1.60423 20.9755C1.40514 20.5847 1.3244 20.1663 1.28655 19.7031C1.24998 19.2555 1.24999 18.7048 1.25 18.0314V5.96858V5.96857C1.24999 5.2952 1.24998 4.74449 1.28655 4.29693C1.3244 3.83367 1.40514 3.41527 1.60423 3.02453C1.91582 2.413 2.413 1.91582 3.02453 1.60423C3.41527 1.40514 3.83367 1.3244 4.29693 1.28655C4.74449 1.24998 5.2952 1.24999 5.96857 1.25H5.96858H6.03142H6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.3914 3.31239C17.7595 3.2511 16.9392 3.25 15.75 3.25C15.1977 3.25 14.75 2.80229 14.75 2.25C14.75 1.69772 15.1977 1.25 15.75 1.25H15.8005H15.8005C16.927 1.24999 17.8446 1.24997 18.5845 1.32173C19.3508 1.39605 20.0313 1.55466 20.6441 1.93974C21.2166 2.29942 21.7006 2.78344 22.0603 3.35586C22.4453 3.96871 22.604 4.64919 22.6783 5.4155C22.75 6.1554 22.75 7.07296 22.75 8.19952V15.8005C22.75 16.927 22.75 17.8446 22.6783 18.5845C22.604 19.3508 22.4453 20.0313 22.0603 20.6441C21.7006 21.2166 21.2166 21.7006 20.6441 22.0603C20.0313 22.4453 19.3508 22.604 18.5845 22.6783C17.8446 22.75 16.9271 22.75 15.8005 22.75H15.8005H15.75C15.1977 22.75 14.75 22.3023 14.75 21.75C14.75 21.1977 15.1977 20.75 15.75 20.75C16.9392 20.75 17.7595 20.7489 18.3914 20.6876C19.008 20.6278 19.3392 20.5182 19.5801 20.3668C19.8981 20.167 20.167 19.8981 20.3668 19.5801C20.5182 19.3392 20.6278 19.008 20.6876 18.3914C20.7489 17.7595 20.75 16.9392 20.75 15.75V8.25C20.75 7.06078 20.7489 6.24053 20.6876 5.60856C20.6278 4.99198 20.5182 4.66085 20.3668 4.41992C20.167 4.10191 19.8981 3.83301 19.5801 3.63319C19.3392 3.48181 19.008 3.37219 18.3914 3.31239Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 12C9 11.4477 9.44772 11 10 11H15.0001V10.1962L15 10.1775C14.9999 10.1073 14.9996 9.98207 15.0137 9.87285L15.0141 9.86923C15.0241 9.79033 15.0837 9.32077 15.5543 9.0943C16.0271 8.86682 16.4328 9.1172 16.4982 9.15759L16.502 9.1599C16.5956 9.21722 16.6931 9.29574 16.7491 9.34079L16.7491 9.3408L16.764 9.35276C16.8345 9.40925 16.9168 9.47389 17.0067 9.54457C17.3045 9.77851 17.6868 10.0789 18.0086 10.3713C18.2206 10.5639 18.4411 10.7833 18.6149 11.0116C18.7621 11.2049 19 11.56 19 12C19 12.44 18.7621 12.7951 18.6149 12.9884C18.4411 13.2166 18.2206 13.4361 18.0086 13.6287C17.6868 13.9211 17.3045 14.2215 17.0067 14.4554C16.9168 14.5261 16.8345 14.5907 16.764 14.6472L16.7491 14.6592C16.6932 14.7043 16.5956 14.7828 16.502 14.8401L16.4982 14.8424C16.4328 14.8828 16.0271 15.1332 15.5543 14.9057C15.0837 14.6792 15.0241 14.2097 15.0141 14.1308L15.0137 14.1271C14.9996 14.0179 14.9999 13.8927 15 13.8225L15.0001 13.8038V13H10C9.44772 13 9 12.5523 9 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-animation-icons-transition-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.75 17.9686C22.75 17.2952 22.75 16.7445 22.7134 16.2969C22.6756 15.8337 22.5949 15.4153 22.3958 15.0245C22.0842 14.413 21.587 13.9158 20.9755 13.6042C20.5847 13.4051 20.1663 13.3244 19.7031 13.2866C19.2555 13.25 18.7048 13.25 18.0315 13.25L18.0314 13.25L5.96857 13.25L5.96853 13.25C5.29518 13.25 4.74448 13.25 4.29693 13.2865C3.83367 13.3244 3.41527 13.4051 3.02453 13.6042C2.41301 13.9158 1.91582 14.413 1.60423 15.0245C1.40514 15.4153 1.3244 15.8337 1.28655 16.2969C1.24999 16.7445 1.24999 17.2952 1.25 17.9686L1.25 18.0314C1.24999 18.7048 1.24998 19.2555 1.28655 19.7031C1.3244 20.1663 1.40514 20.5847 1.60423 20.9755C1.91582 21.587 2.41301 22.0842 3.02453 22.3958C3.41527 22.5949 3.83367 22.6756 4.29693 22.7134C4.7445 22.75 5.2952 22.75 5.96858 22.75L18.0314 22.75L18.0314 22.75C18.7048 22.75 19.2555 22.75 19.7031 22.7134C20.1663 22.6756 20.5847 22.5949 20.9755 22.3958C21.587 22.0842 22.0842 21.587 22.3958 20.9755C22.5949 20.5847 22.6756 20.1663 22.7134 19.7031C22.75 19.2555 22.75 18.7048 22.75 18.0314L22.75 18.0314L22.75 17.9686L22.75 17.9686Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.6876 5.60856C20.7489 6.24053 20.75 7.06078 20.75 8.25C20.75 8.80228 21.1977 9.25 21.75 9.25C22.3023 9.25 22.75 8.80228 22.75 8.25L22.75 8.19953L22.75 8.19951C22.75 7.07296 22.75 6.15539 22.6783 5.4155C22.604 4.64919 22.4453 3.96871 22.0603 3.35586C21.7006 2.78344 21.2166 2.29942 20.6441 1.93974C20.0313 1.55466 19.3508 1.39605 18.5845 1.32173C17.8446 1.24997 16.927 1.24998 15.8005 1.25L8.19952 1.25C7.07296 1.24998 6.1554 1.24997 5.4155 1.32173C4.64919 1.39605 3.96871 1.55466 3.35586 1.93974C2.78344 2.29941 2.29942 2.78344 1.93974 3.35585C1.55466 3.96871 1.39605 4.64919 1.32173 5.4155C1.24997 6.15538 1.24998 7.07294 1.25 8.19948L1.25 8.19952L1.25 8.25C1.25 8.80228 1.69772 9.25 2.25 9.25C2.80228 9.25 3.25 8.80228 3.25 8.25C3.25 7.06078 3.2511 6.24053 3.31239 5.60856C3.37219 4.99197 3.4818 4.66085 3.63319 4.41992C3.83301 4.10191 4.10191 3.83301 4.41992 3.63319C4.66085 3.4818 4.99198 3.37219 5.60856 3.31239C6.24053 3.2511 7.06078 3.25 8.25 3.25L15.75 3.25C16.9392 3.25 17.7595 3.2511 18.3914 3.31239C19.008 3.37219 19.3392 3.4818 19.5801 3.63319C19.8981 3.83301 20.167 4.10191 20.3668 4.41992C20.5182 4.66085 20.6278 4.99197 20.6876 5.60856Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 15C12.5523 15 13 14.5523 13 14L13 8.99993L13.8038 8.99993L13.8225 8.99996C13.8927 9.00012 14.0179 9.0004 14.1271 8.98635L14.1308 8.98589C14.2097 8.97588 14.6792 8.91634 14.9057 8.44567C15.1332 7.97289 14.8828 7.56722 14.8424 7.50177L14.8401 7.49803C14.7828 7.40444 14.7043 7.30685 14.6592 7.25087L14.6592 7.25086L14.6472 7.23598C14.5907 7.16547 14.5261 7.0832 14.4554 6.99326C14.2215 6.69554 13.9211 6.31325 13.6287 5.99144C13.4361 5.7794 13.2167 5.5589 12.9884 5.38506C12.7951 5.23785 12.44 5 12 5C11.56 5 11.2049 5.23785 11.0116 5.38506C10.7834 5.55889 10.5639 5.7794 10.3713 5.99144C10.0789 6.31325 9.77851 6.69553 9.54457 6.99326C9.47388 7.08322 9.40926 7.16546 9.35276 7.23598L9.3408 7.25086C9.29575 7.30685 9.21722 7.40444 9.1599 7.49803L9.15759 7.50177C9.1172 7.56722 8.86682 7.97289 9.0943 8.44567C9.32077 8.91634 9.79033 8.97588 9.86923 8.98589L9.87285 8.98635C9.98207 9.0004 10.1073 9.00012 10.1775 8.99996L10.1962 8.99993L11 8.99993L11 14C11 14.5523 11.4477 15 12 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.75 17.9686C22.75 17.2952 22.75 16.7445 22.7134 16.2969C22.6756 15.8337 22.5949 15.4153 22.3958 15.0245C22.0842 14.413 21.587 13.9158 20.9755 13.6042C20.5847 13.4051 20.1663 13.3244 19.7031 13.2866C19.2555 13.25 18.7048 13.25 18.0315 13.25L18.0314 13.25L5.96857 13.25L5.96853 13.25C5.29518 13.25 4.74448 13.25 4.29693 13.2865C3.83367 13.3244 3.41527 13.4051 3.02453 13.6042C2.41301 13.9158 1.91582 14.413 1.60423 15.0245C1.40514 15.4153 1.3244 15.8337 1.28655 16.2969C1.24999 16.7445 1.24999 17.2952 1.25 17.9686L1.25 18.0314C1.24999 18.7048 1.24998 19.2555 1.28655 19.7031C1.3244 20.1663 1.40514 20.5847 1.60423 20.9755C1.91582 21.587 2.41301 22.0842 3.02453 22.3958C3.41527 22.5949 3.83367 22.6756 4.29693 22.7134C4.7445 22.75 5.2952 22.75 5.96858 22.75L18.0314 22.75L18.0314 22.75C18.7048 22.75 19.2555 22.75 19.7031 22.7134C20.1663 22.6756 20.5847 22.5949 20.9755 22.3958C21.587 22.0842 22.0842 21.587 22.3958 20.9755C22.5949 20.5847 22.6756 20.1663 22.7134 19.7031C22.75 19.2555 22.75 18.7048 22.75 18.0314L22.75 18.0314L22.75 17.9686L22.75 17.9686Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.6876 5.60856C20.7489 6.24053 20.75 7.06078 20.75 8.25C20.75 8.80228 21.1977 9.25 21.75 9.25C22.3023 9.25 22.75 8.80228 22.75 8.25L22.75 8.19953L22.75 8.19951C22.75 7.07296 22.75 6.15539 22.6783 5.4155C22.604 4.64919 22.4453 3.96871 22.0603 3.35586C21.7006 2.78344 21.2166 2.29942 20.6441 1.93974C20.0313 1.55466 19.3508 1.39605 18.5845 1.32173C17.8446 1.24997 16.927 1.24998 15.8005 1.25L8.19952 1.25C7.07296 1.24998 6.1554 1.24997 5.4155 1.32173C4.64919 1.39605 3.96871 1.55466 3.35586 1.93974C2.78344 2.29941 2.29942 2.78344 1.93974 3.35585C1.55466 3.96871 1.39605 4.64919 1.32173 5.4155C1.24997 6.15538 1.24998 7.07294 1.25 8.19948L1.25 8.19952L1.25 8.25C1.25 8.80228 1.69772 9.25 2.25 9.25C2.80228 9.25 3.25 8.80228 3.25 8.25C3.25 7.06078 3.2511 6.24053 3.31239 5.60856C3.37219 4.99197 3.4818 4.66085 3.63319 4.41992C3.83301 4.10191 4.10191 3.83301 4.41992 3.63319C4.66085 3.4818 4.99198 3.37219 5.60856 3.31239C6.24053 3.2511 7.06078 3.25 8.25 3.25L15.75 3.25C16.9392 3.25 17.7595 3.2511 18.3914 3.31239C19.008 3.37219 19.3392 3.4818 19.5801 3.63319C19.8981 3.83301 20.167 4.10191 20.3668 4.41992C20.5182 4.66085 20.6278 4.99197 20.6876 5.60856Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 15C12.5523 15 13 14.5523 13 14L13 8.99993L13.8038 8.99993L13.8225 8.99996C13.8927 9.00012 14.0179 9.0004 14.1271 8.98635L14.1308 8.98589C14.2097 8.97588 14.6792 8.91634 14.9057 8.44567C15.1332 7.97289 14.8828 7.56722 14.8424 7.50177L14.8401 7.49803C14.7828 7.40444 14.7043 7.30685 14.6592 7.25087L14.6592 7.25086L14.6472 7.23598C14.5907 7.16547 14.5261 7.0832 14.4554 6.99326C14.2215 6.69554 13.9211 6.31325 13.6287 5.99144C13.4361 5.7794 13.2167 5.5589 12.9884 5.38506C12.7951 5.23785 12.44 5 12 5C11.56 5 11.2049 5.23785 11.0116 5.38506C10.7834 5.55889 10.5639 5.7794 10.3713 5.99144C10.0789 6.31325 9.77851 6.69553 9.54457 6.99326C9.47388 7.08322 9.40926 7.16546 9.35276 7.23598L9.3408 7.25086C9.29575 7.30685 9.21722 7.40444 9.1599 7.49803L9.15759 7.50177C9.1172 7.56722 8.86682 7.97289 9.0943 8.44567C9.32077 8.91634 9.79033 8.97588 9.86923 8.98589L9.87285 8.98635C9.98207 9.0004 10.1073 9.00012 10.1775 8.99996L10.1962 8.99993L11 8.99993L11 14C11 14.5523 11.4477 15 12 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-all-direction-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9999 8.99988C12.9999 9.55216 12.5522 9.99988 11.9999 9.99988C11.4476 9.99988 10.9999 9.55216 10.9999 8.99988L10.9999 6.99999L9.81829 7L9.78443 7.00003C9.64799 7.00025 9.44919 7.00056 9.27998 6.9746C9.09511 6.94624 8.61011 6.83812 8.36374 6.32267C8.11919 5.81104 8.33093 5.36183 8.42545 5.19364C8.51004 5.04314 8.63325 4.88606 8.7168 4.77954L8.73764 4.75295C9.08845 4.3042 9.59774 3.67868 10.1011 3.15775C10.3507 2.89942 10.6218 2.64263 10.8879 2.44332C11.0211 2.34356 11.1735 2.24258 11.3381 2.16319C11.4926 2.08862 11.7249 2 12 2C12.2751 2 12.5073 2.08862 12.6619 2.16319C12.8264 2.24258 12.9789 2.34356 13.1121 2.44332C13.3782 2.64263 13.6493 2.89941 13.8989 3.15774C14.4022 3.67866 14.9115 4.30417 15.2623 4.75291L15.2832 4.77951C15.3667 4.88602 15.49 5.04311 15.5745 5.19361C15.6691 5.36179 15.8808 5.811 15.6363 6.32264C15.3899 6.83809 14.9049 6.94621 14.72 6.97458C14.5508 7.00054 14.352 7.00023 14.2156 7.00002L14.1817 6.99998L12.9999 6.99998L12.9999 8.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9999 15.0001C12.9999 14.4478 12.5522 14.0001 11.9999 14.0001C11.4476 14.0001 10.9999 14.4478 10.9999 15.0001L10.9999 17L9.81829 17L9.78443 17C9.64799 16.9998 9.44919 16.9994 9.27998 17.0254C9.09511 17.0538 8.61011 17.1619 8.36374 17.6773C8.11919 18.189 8.33093 18.6382 8.42545 18.8064C8.51004 18.9569 8.63325 19.1139 8.7168 19.2205L8.73764 19.2471C9.08845 19.6958 9.59774 20.3213 10.1011 20.8422C10.3507 21.1006 10.6218 21.3574 10.8879 21.5567C11.0211 21.6564 11.1735 21.7574 11.3381 21.8368C11.4926 21.9114 11.7249 22 12 22C12.2751 22 12.5073 21.9114 12.6619 21.8368C12.8264 21.7574 12.9789 21.6564 13.1121 21.5567C13.3782 21.3574 13.6493 21.1006 13.8989 20.8423C14.4022 20.3213 14.9115 19.6958 15.2623 19.2471L15.2832 19.2205C15.3667 19.114 15.49 18.9569 15.5745 18.8064C15.6691 18.6382 15.8808 18.189 15.6363 17.6774C15.3899 17.1619 14.9049 17.0538 14.72 17.0254C14.5508 16.9995 14.352 16.9998 14.2156 17L14.1817 17L12.9999 17L12.9999 15.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0001 12.9999C14.4478 12.9999 14.0001 12.5522 14.0001 11.9999C14.0001 11.4476 14.4478 10.9999 15.0001 10.9999L17 10.9999L17 9.81829L17 9.78443C16.9998 9.64798 16.9994 9.44919 17.0254 9.27998C17.0538 9.09511 17.1619 8.61011 17.6773 8.36374C18.189 8.11919 18.6382 8.33093 18.8064 8.42545C18.9569 8.51004 19.1139 8.63325 19.2205 8.7168L19.2471 8.73764C19.6958 9.08845 20.3213 9.59774 20.8422 10.1011C21.1006 10.3507 21.3574 10.6218 21.5567 10.8879C21.6564 11.0211 21.7574 11.1735 21.8368 11.3381C21.9114 11.4926 22 11.7249 22 12C22 12.2751 21.9114 12.5073 21.8368 12.6619C21.7574 12.8264 21.6564 12.9789 21.5567 13.1121C21.3574 13.3782 21.1006 13.6493 20.8423 13.8989C20.3213 14.4022 19.6958 14.9115 19.2471 15.2623L19.2205 15.2832C19.114 15.3667 18.9569 15.49 18.8064 15.5745C18.6382 15.6691 18.189 15.8808 17.6774 15.6363C17.1619 15.3899 17.0538 14.9049 17.0254 14.72C16.9995 14.5508 16.9998 14.352 17 14.2156L17 14.1817L17 12.9999L15.0001 12.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.99988 12.9999C9.55216 12.9999 9.99988 12.5522 9.99988 11.9999C9.99988 11.4476 9.55216 10.9999 8.99988 10.9999L6.99999 10.9999L7 9.81829L7.00003 9.78443C7.00025 9.64799 7.00056 9.44919 6.9746 9.27998C6.94624 9.09511 6.83812 8.61011 6.32267 8.36374C5.81104 8.11919 5.36183 8.33093 5.19364 8.42545C5.04314 8.51004 4.88606 8.63325 4.77954 8.7168L4.75295 8.73764C4.3042 9.08845 3.67868 9.59774 3.15775 10.1011C2.89942 10.3507 2.64263 10.6218 2.44332 10.8879C2.34356 11.0211 2.24258 11.1735 2.16319 11.3381C2.08862 11.4926 2 11.7249 2 12C2 12.2751 2.08862 12.5073 2.16319 12.6619C2.24258 12.8264 2.34356 12.9789 2.44332 13.1121C2.64263 13.3782 2.89941 13.6493 3.15774 13.8989C3.67866 14.4022 4.30417 14.9115 4.75291 15.2623L4.7795 15.2832C4.88602 15.3667 5.04311 15.49 5.19361 15.5745C5.36179 15.6691 5.811 15.8808 6.32264 15.6363C6.83809 15.3899 6.94621 14.9049 6.97458 14.72C7.00054 14.5508 7.00023 14.352 7.00002 14.2156L6.99998 14.1817L6.99998 12.9999L8.99988 12.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9999 8.99988C12.9999 9.55216 12.5522 9.99988 11.9999 9.99988C11.4476 9.99988 10.9999 9.55216 10.9999 8.99988L10.9999 6.99999L9.81829 7L9.78443 7.00003C9.64799 7.00025 9.44919 7.00056 9.27998 6.9746C9.09511 6.94624 8.61011 6.83812 8.36374 6.32267C8.11919 5.81104 8.33093 5.36183 8.42545 5.19364C8.51004 5.04314 8.63325 4.88606 8.7168 4.77954L8.73764 4.75295C9.08845 4.3042 9.59774 3.67868 10.1011 3.15775C10.3507 2.89942 10.6218 2.64263 10.8879 2.44332C11.0211 2.34356 11.1735 2.24258 11.3381 2.16319C11.4926 2.08862 11.7249 2 12 2C12.2751 2 12.5073 2.08862 12.6619 2.16319C12.8264 2.24258 12.9789 2.34356 13.1121 2.44332C13.3782 2.64263 13.6493 2.89941 13.8989 3.15774C14.4022 3.67866 14.9115 4.30417 15.2623 4.75291L15.2832 4.77951C15.3667 4.88602 15.49 5.04311 15.5745 5.19361C15.6691 5.36179 15.8808 5.811 15.6363 6.32264C15.3899 6.83809 14.9049 6.94621 14.72 6.97458C14.5508 7.00054 14.352 7.00023 14.2156 7.00002L14.1817 6.99998L12.9999 6.99998L12.9999 8.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9999 15.0001C12.9999 14.4478 12.5522 14.0001 11.9999 14.0001C11.4476 14.0001 10.9999 14.4478 10.9999 15.0001L10.9999 17L9.81829 17L9.78443 17C9.64799 16.9998 9.44919 16.9994 9.27998 17.0254C9.09511 17.0538 8.61011 17.1619 8.36374 17.6773C8.11919 18.189 8.33093 18.6382 8.42545 18.8064C8.51004 18.9569 8.63325 19.1139 8.7168 19.2205L8.73764 19.2471C9.08845 19.6958 9.59774 20.3213 10.1011 20.8422C10.3507 21.1006 10.6218 21.3574 10.8879 21.5567C11.0211 21.6564 11.1735 21.7574 11.3381 21.8368C11.4926 21.9114 11.7249 22 12 22C12.2751 22 12.5073 21.9114 12.6619 21.8368C12.8264 21.7574 12.9789 21.6564 13.1121 21.5567C13.3782 21.3574 13.6493 21.1006 13.8989 20.8423C14.4022 20.3213 14.9115 19.6958 15.2623 19.2471L15.2832 19.2205C15.3667 19.114 15.49 18.9569 15.5745 18.8064C15.6691 18.6382 15.8808 18.189 15.6363 17.6774C15.3899 17.1619 14.9049 17.0538 14.72 17.0254C14.5508 16.9995 14.352 16.9998 14.2156 17L14.1817 17L12.9999 17L12.9999 15.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0001 12.9999C14.4478 12.9999 14.0001 12.5522 14.0001 11.9999C14.0001 11.4476 14.4478 10.9999 15.0001 10.9999L17 10.9999L17 9.81829L17 9.78443C16.9998 9.64798 16.9994 9.44919 17.0254 9.27998C17.0538 9.09511 17.1619 8.61011 17.6773 8.36374C18.189 8.11919 18.6382 8.33093 18.8064 8.42545C18.9569 8.51004 19.1139 8.63325 19.2205 8.7168L19.2471 8.73764C19.6958 9.08845 20.3213 9.59774 20.8422 10.1011C21.1006 10.3507 21.3574 10.6218 21.5567 10.8879C21.6564 11.0211 21.7574 11.1735 21.8368 11.3381C21.9114 11.4926 22 11.7249 22 12C22 12.2751 21.9114 12.5073 21.8368 12.6619C21.7574 12.8264 21.6564 12.9789 21.5567 13.1121C21.3574 13.3782 21.1006 13.6493 20.8423 13.8989C20.3213 14.4022 19.6958 14.9115 19.2471 15.2623L19.2205 15.2832C19.114 15.3667 18.9569 15.49 18.8064 15.5745C18.6382 15.6691 18.189 15.8808 17.6774 15.6363C17.1619 15.3899 17.0538 14.9049 17.0254 14.72C16.9995 14.5508 16.9998 14.352 17 14.2156L17 14.1817L17 12.9999L15.0001 12.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.99988 12.9999C9.55216 12.9999 9.99988 12.5522 9.99988 11.9999C9.99988 11.4476 9.55216 10.9999 8.99988 10.9999L6.99999 10.9999L7 9.81829L7.00003 9.78443C7.00025 9.64799 7.00056 9.44919 6.9746 9.27998C6.94624 9.09511 6.83812 8.61011 6.32267 8.36374C5.81104 8.11919 5.36183 8.33093 5.19364 8.42545C5.04314 8.51004 4.88606 8.63325 4.77954 8.7168L4.75295 8.73764C4.3042 9.08845 3.67868 9.59774 3.15775 10.1011C2.89942 10.3507 2.64263 10.6218 2.44332 10.8879C2.34356 11.0211 2.24258 11.1735 2.16319 11.3381C2.08862 11.4926 2 11.7249 2 12C2 12.2751 2.08862 12.5073 2.16319 12.6619C2.24258 12.8264 2.34356 12.9789 2.44332 13.1121C2.64263 13.3782 2.89941 13.6493 3.15774 13.8989C3.67866 14.4022 4.30417 14.9115 4.75291 15.2623L4.7795 15.2832C4.88602 15.3667 5.04311 15.49 5.19361 15.5745C5.36179 15.6691 5.811 15.8808 6.32264 15.6363C6.83809 15.3899 6.94621 14.9049 6.97458 14.72C7.00054 14.5508 7.00023 14.352 7.00002 14.2156L6.99998 14.1817L6.99998 12.9999L8.99988 12.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-data-transfer-diagonal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7138 4.29577C16.1006 4.69001 16.0945 5.32314 15.7003 5.70992L6.67027 14.5457L6.67025 14.5457C6.29581 14.9203 5.93244 15.2838 5.61629 15.5271C5.32406 15.7519 4.66669 16.1956 3.91819 15.905C3.16969 15.6145 3.04953 14.869 3.01731 14.5182C2.98245 14.1387 3.00694 13.6437 3.03216 13.1335L3.07997 12.1625C3.10435 11.6649 3.12813 11.1797 3.19945 10.803C3.26669 10.4478 3.45766 9.71857 4.20958 9.37706C4.97311 9.03027 5.59082 9.40861 5.86995 9.61238C6.16305 9.82634 6.4909 10.1544 6.82421 10.4879L7.39382 11.0575L14.2997 4.28227C14.6939 3.89549 15.327 3.90154 15.7138 4.29577Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.28619 19.7003C7.89941 19.3061 7.90546 18.673 8.29969 18.2862L17.3297 9.45037L17.3298 9.45036C17.7042 9.07576 18.0676 8.71225 18.3837 8.46902C18.6759 8.24421 19.3333 7.80051 20.0818 8.09106C20.8303 8.38161 20.9505 9.12713 20.9827 9.47788C21.0175 9.85736 20.9931 10.3524 20.9678 10.8626L20.92 11.8336C20.8956 12.3311 20.8719 12.8164 20.8006 13.1931C20.7333 13.5483 20.5423 14.2775 19.7904 14.619C19.0269 14.9658 18.4092 14.5875 18.13 14.3837C17.837 14.1697 17.5091 13.8417 17.1758 13.5082L16.6062 12.9386L9.70034 19.7138C9.3061 20.1006 8.67297 20.0946 8.28619 19.7003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7138 4.29577C16.1006 4.69001 16.0945 5.32314 15.7003 5.70992L6.67027 14.5457L6.67025 14.5457C6.29581 14.9203 5.93244 15.2838 5.61629 15.5271C5.32406 15.7519 4.66669 16.1956 3.91819 15.905C3.16969 15.6145 3.04953 14.869 3.01731 14.5182C2.98245 14.1387 3.00694 13.6437 3.03216 13.1335L3.07997 12.1625C3.10435 11.6649 3.12813 11.1797 3.19945 10.803C3.26669 10.4478 3.45766 9.71857 4.20958 9.37706C4.97311 9.03027 5.59082 9.40861 5.86995 9.61238C6.16305 9.82634 6.4909 10.1544 6.82421 10.4879L7.39382 11.0575L14.2997 4.28227C14.6939 3.89549 15.327 3.90154 15.7138 4.29577Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.28619 19.7003C7.89941 19.3061 7.90546 18.673 8.29969 18.2862L17.3297 9.45037L17.3298 9.45036C17.7042 9.07576 18.0676 8.71225 18.3837 8.46902C18.6759 8.24421 19.3333 7.80051 20.0818 8.09106C20.8303 8.38161 20.9505 9.12713 20.9827 9.47788C21.0175 9.85736 20.9931 10.3524 20.9678 10.8626L20.92 11.8336C20.8956 12.3311 20.8719 12.8164 20.8006 13.1931C20.7333 13.5483 20.5423 14.2775 19.7904 14.619C19.0269 14.9658 18.4092 14.5875 18.13 14.3837C17.837 14.1697 17.5091 13.8417 17.1758 13.5082L16.6062 12.9386L9.70034 19.7138C9.3061 20.1006 8.67297 20.0946 8.28619 19.7003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-data-transfer-horizontal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 8.00019C19.5523 8.00019 20 8.44791 20 9.00019C20 9.55248 19.5523 10.0002 19 10.0002L6.7395 9.99999C6.26801 10.0001 5.80423 10.0002 5.44568 9.94429C5.10422 9.891 4.39991 9.72174 4.10522 8.93662C3.81502 8.16345 4.19563 7.51278 4.39925 7.21405C4.61518 6.89727 4.94149 6.53733 5.27604 6.1683L5.27605 6.16829L5.92887 5.44786C6.27177 5.06928 6.60453 4.7019 6.89751 4.45822C7.16831 4.23298 7.78044 3.79078 8.51516 4.1146C9.24988 4.43843 9.40097 5.217 9.44863 5.5826C9.5002 5.97814 9.5001 6.49214 9.49999 7.0218L9.49998 8.00019H19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.99999 15.9998C4.4477 15.9998 3.99999 15.5521 3.99999 14.9998C3.99999 14.4475 4.4477 13.9998 4.99999 13.9998L17.2605 14C17.732 13.9999 18.1958 13.9998 18.5543 14.0557C18.8958 14.109 19.6001 14.2783 19.8948 15.0634C20.185 15.8365 19.8044 16.4872 19.6008 16.7859C19.3848 17.1027 19.0585 17.4627 18.724 17.8317L18.724 17.8317L18.0711 18.5521C17.7282 18.9307 17.3955 19.2981 17.1025 19.5418C16.8317 19.767 16.2196 20.2092 15.4848 19.8854C14.7501 19.5616 14.599 18.783 14.5514 18.4174C14.4998 18.0219 14.4999 17.5079 14.5 16.9782L14.5 15.9998H4.99999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 8.00019C19.5523 8.00019 20 8.44791 20 9.00019C20 9.55248 19.5523 10.0002 19 10.0002L6.7395 9.99999C6.26801 10.0001 5.80423 10.0002 5.44568 9.94429C5.10422 9.891 4.39991 9.72174 4.10522 8.93662C3.81502 8.16345 4.19563 7.51278 4.39925 7.21405C4.61518 6.89727 4.94149 6.53733 5.27604 6.1683L5.27605 6.16829L5.92887 5.44786C6.27177 5.06928 6.60453 4.7019 6.89751 4.45822C7.16831 4.23298 7.78044 3.79078 8.51516 4.1146C9.24988 4.43843 9.40097 5.217 9.44863 5.5826C9.5002 5.97814 9.5001 6.49214 9.49999 7.0218L9.49998 8.00019H19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.99999 15.9998C4.4477 15.9998 3.99999 15.5521 3.99999 14.9998C3.99999 14.4475 4.4477 13.9998 4.99999 13.9998L17.2605 14C17.732 13.9999 18.1958 13.9998 18.5543 14.0557C18.8958 14.109 19.6001 14.2783 19.8948 15.0634C20.185 15.8365 19.8044 16.4872 19.6008 16.7859C19.3848 17.1027 19.0585 17.4627 18.724 17.8317L18.724 17.8317L18.0711 18.5521C17.7282 18.9307 17.3955 19.2981 17.1025 19.5418C16.8317 19.767 16.2196 20.2092 15.4848 19.8854C14.7501 19.5616 14.599 18.783 14.5514 18.4174C14.4998 18.0219 14.4999 17.5079 14.5 16.9782L14.5 15.9998H4.99999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-data-transfer-vertical-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.9998 19C15.9998 19.5523 15.5521 20 14.9998 20C14.4475 20 13.9998 19.5523 13.9998 19L14 6.7395C13.9999 6.26801 13.9998 5.80423 14.0557 5.44568C14.109 5.10422 14.2783 4.39991 15.0634 4.10522C15.8365 3.81502 16.4872 4.19563 16.7859 4.39925C17.1027 4.61518 17.4627 4.94149 17.8317 5.27604L17.8317 5.27605L18.5521 5.92887C18.9307 6.27177 19.2981 6.60453 19.5418 6.89751C19.767 7.16831 20.2092 7.78044 19.8854 8.51516C19.5616 9.24988 18.783 9.40097 18.4174 9.44863C18.0219 9.5002 17.5079 9.5001 16.9782 9.49999L15.9998 9.49998L15.9998 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.00019 4.99999C8.00019 4.4477 8.44791 3.99999 9.00019 3.99999C9.55248 3.99999 10.0002 4.4477 10.0002 4.99999L9.99999 17.2605C10.0001 17.732 10.0002 18.1958 9.94429 18.5543C9.891 18.8958 9.72174 19.6001 8.93662 19.8948C8.16345 20.185 7.51278 19.8044 7.21405 19.6008C6.89727 19.3848 6.53733 19.0585 6.1683 18.724L6.16829 18.724L5.44786 18.0711C5.06928 17.7282 4.7019 17.3955 4.45822 17.1025C4.23298 16.8317 3.79078 16.2196 4.1146 15.4848C4.43843 14.7501 5.217 14.599 5.5826 14.5514C5.97814 14.4998 6.49214 14.4999 7.0218 14.5L8.00019 14.5L8.00019 4.99999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.9998 19C15.9998 19.5523 15.5521 20 14.9998 20C14.4475 20 13.9998 19.5523 13.9998 19L14 6.7395C13.9999 6.26801 13.9998 5.80423 14.0557 5.44568C14.109 5.10422 14.2783 4.39991 15.0634 4.10522C15.8365 3.81502 16.4872 4.19563 16.7859 4.39925C17.1027 4.61518 17.4627 4.94149 17.8317 5.27604L17.8317 5.27605L18.5521 5.92887C18.9307 6.27177 19.2981 6.60453 19.5418 6.89751C19.767 7.16831 20.2092 7.78044 19.8854 8.51516C19.5616 9.24988 18.783 9.40097 18.4174 9.44863C18.0219 9.5002 17.5079 9.5001 16.9782 9.49999L15.9998 9.49998L15.9998 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.00019 4.99999C8.00019 4.4477 8.44791 3.99999 9.00019 3.99999C9.55248 3.99999 10.0002 4.4477 10.0002 4.99999L9.99999 17.2605C10.0001 17.732 10.0002 18.1958 9.94429 18.5543C9.891 18.8958 9.72174 19.6001 8.93662 19.8948C8.16345 20.185 7.51278 19.8044 7.21405 19.6008C6.89727 19.3848 6.53733 19.0585 6.1683 18.724L6.16829 18.724L5.44786 18.0711C5.06928 17.7282 4.7019 17.3955 4.45822 17.1025C4.23298 16.8317 3.79078 16.2196 4.1146 15.4848C4.43843 14.7501 5.217 14.599 5.5826 14.5514C5.97814 14.4998 6.49214 14.4999 7.0218 14.5L8.00019 14.5L8.00019 4.99999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-diagonal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4087 2.17312C17.9677 2.10571 18.6876 2.01892 19.3307 2.00274C19.6707 1.99419 20.0317 2.0037 20.361 2.05922C20.6542 2.10866 21.1023 2.22163 21.4403 2.55967C21.7784 2.89771 21.8913 3.34581 21.9408 3.63904C21.9963 3.96834 22.0058 4.32933 21.9973 4.66933C21.9811 5.31243 21.8943 6.0322 21.8269 6.59123L21.8108 6.72504C21.7897 6.90163 21.764 7.11699 21.721 7.29027L21.72 7.29443C21.6896 7.4176 21.5497 7.98409 20.9545 8.18987C20.3609 8.39511 19.9029 8.03927 19.8015 7.96051L19.7995 7.95897C19.6591 7.8499 19.5069 7.69752 19.3837 7.57417L18.6119 6.80235L6.80243 18.6118L7.57417 19.3836C7.69753 19.5068 7.84989 19.6589 7.95897 19.7994L7.9605 19.8013C8.03926 19.9027 8.39511 20.3608 8.18987 20.9544C7.98409 21.5495 7.41761 21.6894 7.29443 21.7199L7.29027 21.7209C7.11698 21.7638 6.90153 21.7896 6.72494 21.8107L6.59128 21.8267C6.03224 21.8941 5.31246 21.9809 4.66933 21.9971C4.32933 22.0057 3.96834 21.9962 3.63904 21.9406C3.34581 21.8912 2.89771 21.7782 2.55967 21.4402C2.22163 21.1021 2.10866 20.654 2.05922 20.3608C2.0037 20.0315 1.99419 19.6705 2.00274 19.3305C2.01892 18.6874 2.10571 17.9676 2.17312 17.4086L2.18919 17.2749C2.21029 17.0983 2.23603 16.8829 2.27896 16.7096L2.27998 16.7054C2.31041 16.5822 2.45032 16.0158 3.04548 15.81C3.63908 15.6047 4.09714 15.9606 4.19851 16.0394L4.20049 16.0409C4.34095 16.15 4.49309 16.3023 4.61626 16.4257L5.38821 17.1976L17.1977 5.38814L16.4258 4.61626C16.3025 4.49309 16.1501 4.34095 16.041 4.20049L16.0395 4.19851C15.9607 4.09713 15.6049 3.63907 15.8101 3.04548C16.0159 2.45032 16.5824 2.31041 16.7056 2.27998L16.7097 2.27896C16.883 2.23605 17.0985 2.21029 17.275 2.18919L17.4087 2.17312Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4087 2.17312C17.9677 2.10571 18.6876 2.01892 19.3307 2.00274C19.6707 1.99419 20.0317 2.0037 20.361 2.05922C20.6542 2.10866 21.1023 2.22163 21.4403 2.55967C21.7784 2.89771 21.8913 3.34581 21.9408 3.63904C21.9963 3.96834 22.0058 4.32933 21.9973 4.66933C21.9811 5.31243 21.8943 6.0322 21.8269 6.59123L21.8108 6.72504C21.7897 6.90163 21.764 7.11699 21.721 7.29027L21.72 7.29443C21.6896 7.4176 21.5497 7.98409 20.9545 8.18987C20.3609 8.39511 19.9029 8.03927 19.8015 7.96051L19.7995 7.95897C19.6591 7.8499 19.5069 7.69752 19.3837 7.57417L18.6119 6.80235L6.80243 18.6118L7.57417 19.3836C7.69753 19.5068 7.84989 19.6589 7.95897 19.7994L7.9605 19.8013C8.03926 19.9027 8.39511 20.3608 8.18987 20.9544C7.98409 21.5495 7.41761 21.6894 7.29443 21.7199L7.29027 21.7209C7.11698 21.7638 6.90153 21.7896 6.72494 21.8107L6.59128 21.8267C6.03224 21.8941 5.31246 21.9809 4.66933 21.9971C4.32933 22.0057 3.96834 21.9962 3.63904 21.9406C3.34581 21.8912 2.89771 21.7782 2.55967 21.4402C2.22163 21.1021 2.10866 20.654 2.05922 20.3608C2.0037 20.0315 1.99419 19.6705 2.00274 19.3305C2.01892 18.6874 2.10571 17.9676 2.17312 17.4086L2.18919 17.2749C2.21029 17.0983 2.23603 16.8829 2.27896 16.7096L2.27998 16.7054C2.31041 16.5822 2.45032 16.0158 3.04548 15.81C3.63908 15.6047 4.09714 15.9606 4.19851 16.0394L4.20049 16.0409C4.34095 16.15 4.49309 16.3023 4.61626 16.4257L5.38821 17.1976L17.1977 5.38814L16.4258 4.61626C16.3025 4.49309 16.1501 4.34095 16.041 4.20049L16.0395 4.19851C15.9607 4.09713 15.6049 3.63907 15.8101 3.04548C16.0159 2.45032 16.5824 2.31041 16.7056 2.27998L16.7097 2.27896C16.883 2.23605 17.0985 2.21029 17.275 2.18919L17.4087 2.17312Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-down-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.593 8.19486C19.0376 8.52237 19.1326 9.14837 18.8051 9.59306C18.5507 9.93847 18.2963 10.2668 18.0731 10.5528C17.6276 11.1236 17.0143 11.8882 16.3479 12.6556C15.6859 13.4181 14.9518 14.2064 14.2666 14.8119C13.9251 15.1136 13.5721 15.3911 13.2279 15.5986C12.9112 15.7895 12.476 16 11.9999 16C11.5238 16 11.0885 15.7895 10.7718 15.5986C10.4276 15.3911 10.0747 15.1136 9.7332 14.8119C9.04791 14.2064 8.31387 13.4181 7.65183 12.6556C6.98548 11.8882 6.37216 11.1236 5.92664 10.5528C5.70347 10.2668 5.44902 9.93847 5.19463 9.59307C4.86712 9.14837 4.96211 8.52237 5.4068 8.19486C5.58556 8.0632 5.79362 7.99983 5.99982 8L11.9999 8L17.9999 8C18.2061 7.99983 18.4142 8.0632 18.593 8.19486Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.593 8.19486C19.0376 8.52237 19.1326 9.14837 18.8051 9.59306C18.5507 9.93847 18.2963 10.2668 18.0731 10.5528C17.6276 11.1236 17.0143 11.8882 16.3479 12.6556C15.6859 13.4181 14.9518 14.2064 14.2666 14.8119C13.9251 15.1136 13.5721 15.3911 13.2279 15.5986C12.9112 15.7895 12.476 16 11.9999 16C11.5238 16 11.0885 15.7895 10.7718 15.5986C10.4276 15.3911 10.0747 15.1136 9.7332 14.8119C9.04791 14.2064 8.31387 13.4181 7.65183 12.6556C6.98548 11.8882 6.37216 11.1236 5.92664 10.5528C5.70347 10.2668 5.44902 9.93847 5.19463 9.59307C4.86712 9.14837 4.96211 8.52237 5.4068 8.19486C5.58556 8.0632 5.79362 7.99983 5.99982 8L11.9999 8L17.9999 8C18.2061 7.99983 18.4142 8.0632 18.593 8.19486Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-down-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 21C12.5523 21 13 20.5523 13 20L13 3.99998C13 3.4477 12.5523 2.99998 12 2.99998C11.4477 2.99998 11 3.4477 11 3.99998L11 20C11 20.5523 11.4477 21 12 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 18.9721C11.8452 18.8788 11.5671 18.6832 11.3251 18.4694C10.8432 18.0436 10.2928 17.4569 9.76105 16.8444C9.23357 16.2369 8.74365 15.6264 8.38437 15.166C8.20515 14.9364 7.90576 14.5401 7.80521 14.4069C7.47768 13.9623 6.85173 13.8673 6.40706 14.1948C5.96236 14.5223 5.86736 15.1483 6.19487 15.593L6.19767 15.5967C6.30672 15.7411 6.62291 16.1597 6.80767 16.3965C7.18002 16.8736 7.69303 17.5131 8.25084 18.1556C8.80434 18.7931 9.4216 19.4564 10.0008 19.9681C10.2892 20.223 10.5918 20.4614 10.8906 20.6416C11.162 20.8052 11.5568 21 12 21C12.4431 21 12.838 20.8052 13.1094 20.6416C13.4082 20.4614 13.7108 20.223 13.9992 19.9681C14.5784 19.4564 15.1957 18.7931 15.7492 18.1556C16.307 17.5131 16.82 16.8736 17.1923 16.3965C17.3771 16.1597 17.6931 15.7414 17.8021 15.597L17.8051 15.593C18.1326 15.1483 18.0376 14.5223 17.5929 14.1948C17.1483 13.8673 16.5223 13.9623 16.1948 14.4069C16.0942 14.5401 15.7948 14.9364 15.6156 15.166C15.2564 15.6264 14.7664 16.2369 14.2389 16.8444C13.7072 17.4569 13.1568 18.0436 12.6749 18.4694C12.4329 18.6832 12.1548 18.8788 12 18.9721Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 21C12.5523 21 13 20.5523 13 20L13 3.99998C13 3.4477 12.5523 2.99998 12 2.99998C11.4477 2.99998 11 3.4477 11 3.99998L11 20C11 20.5523 11.4477 21 12 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 18.9721C11.8452 18.8788 11.5671 18.6832 11.3251 18.4694C10.8432 18.0436 10.2928 17.4569 9.76105 16.8444C9.23357 16.2369 8.74365 15.6264 8.38437 15.166C8.20515 14.9364 7.90576 14.5401 7.80521 14.4069C7.47768 13.9623 6.85173 13.8673 6.40706 14.1948C5.96236 14.5223 5.86736 15.1483 6.19487 15.593L6.19767 15.5967C6.30672 15.7411 6.62291 16.1597 6.80767 16.3965C7.18002 16.8736 7.69303 17.5131 8.25084 18.1556C8.80434 18.7931 9.4216 19.4564 10.0008 19.9681C10.2892 20.223 10.5918 20.4614 10.8906 20.6416C11.162 20.8052 11.5568 21 12 21C12.4431 21 12.838 20.8052 13.1094 20.6416C13.4082 20.4614 13.7108 20.223 13.9992 19.9681C14.5784 19.4564 15.1957 18.7931 15.7492 18.1556C16.307 17.5131 16.82 16.8736 17.1923 16.3965C17.3771 16.1597 17.6931 15.7414 17.8021 15.597L17.8051 15.593C18.1326 15.1483 18.0376 14.5223 17.5929 14.1948C17.1483 13.8673 16.5223 13.9623 16.1948 14.4069C16.0942 14.5401 15.7948 14.9364 15.6156 15.166C15.2564 15.6264 14.7664 16.2369 14.2389 16.8444C13.7072 17.4569 13.1568 18.0436 12.6749 18.4694C12.4329 18.6832 12.1548 18.8788 12 18.9721Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-down-03-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 20C5 19.4477 5.44772 19 6 19L18 19C18.5523 19 19 19.4477 19 20C19 20.5523 18.5523 21 18 21L6 21C5.44771 21 5 20.5523 5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1947 11.407C15.5222 10.9624 16.1481 10.8673 16.5928 11.1947C17.0376 11.5222 17.1327 12.1481 16.8052 12.5929L16.8023 12.5969L16.7951 12.6066L16.7685 12.6424C16.7455 12.6733 16.7121 12.718 16.6694 12.7745C16.5841 12.8874 16.4617 13.0479 16.3118 13.2401C16.0127 13.6235 15.6 14.138 15.1509 14.6555C14.706 15.168 14.2056 15.7063 13.7326 16.1243C13.4973 16.3323 13.2451 16.5317 12.9917 16.6845C12.7657 16.8208 12.4112 17 12.0009 17C11.5906 17 11.2361 16.8208 11.0101 16.6846C10.7566 16.5318 10.5044 16.3324 10.269 16.1245C9.79583 15.7065 9.29521 15.1682 8.85012 14.6557C8.40072 14.1383 7.98787 13.6237 7.6886 13.2404C7.53855 13.0482 7.41609 12.8877 7.33075 12.7747C7.28806 12.7182 7.2546 12.6736 7.23156 12.6427L7.20495 12.6069L7.19778 12.5972L7.19517 12.5936C6.86759 12.149 6.96215 11.5225 7.4068 11.1949C7.85141 10.8674 8.47737 10.9622 8.80497 11.4068L8.80637 11.4087L8.81189 11.4162L8.83501 11.4473C8.85566 11.475 8.88654 11.5162 8.92649 11.5691C9.00642 11.6749 9.12242 11.8269 9.26511 12.0097C9.55131 12.3763 9.94106 12.8618 10.3601 13.3443C10.574 13.5906 10.7905 13.8302 11.0009 14.05L11.0009 4C11.0009 3.44771 11.4486 3 12.0009 3C12.5532 3 13.0009 3.44771 13.0009 4L13.0009 14.0493C13.2109 13.8298 13.427 13.5905 13.6405 13.3445C14.0593 12.862 14.4488 12.3765 14.7349 12.0099C14.8775 11.8271 14.9934 11.6751 15.0733 11.5693C15.1132 11.5164 15.1441 11.4752 15.1647 11.4475L15.1878 11.4164L15.1933 11.4089L15.1947 11.407Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 20C5 19.4477 5.44772 19 6 19L18 19C18.5523 19 19 19.4477 19 20C19 20.5523 18.5523 21 18 21L6 21C5.44771 21 5 20.5523 5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1947 11.407C15.5222 10.9624 16.1481 10.8673 16.5928 11.1947C17.0376 11.5222 17.1327 12.1481 16.8052 12.5929L16.8023 12.5969L16.7951 12.6066L16.7685 12.6424C16.7455 12.6733 16.7121 12.718 16.6694 12.7745C16.5841 12.8874 16.4617 13.0479 16.3118 13.2401C16.0127 13.6235 15.6 14.138 15.1509 14.6555C14.706 15.168 14.2056 15.7063 13.7326 16.1243C13.4973 16.3323 13.2451 16.5317 12.9917 16.6845C12.7657 16.8208 12.4112 17 12.0009 17C11.5906 17 11.2361 16.8208 11.0101 16.6846C10.7566 16.5318 10.5044 16.3324 10.269 16.1245C9.79583 15.7065 9.29521 15.1682 8.85012 14.6557C8.40072 14.1383 7.98787 13.6237 7.6886 13.2404C7.53855 13.0482 7.41609 12.8877 7.33075 12.7747C7.28806 12.7182 7.2546 12.6736 7.23156 12.6427L7.20495 12.6069L7.19778 12.5972L7.19517 12.5936C6.86759 12.149 6.96215 11.5225 7.4068 11.1949C7.85141 10.8674 8.47737 10.9622 8.80497 11.4068L8.80637 11.4087L8.81189 11.4162L8.83501 11.4473C8.85566 11.475 8.88654 11.5162 8.92649 11.5691C9.00642 11.6749 9.12242 11.8269 9.26511 12.0097C9.55131 12.3763 9.94106 12.8618 10.3601 13.3443C10.574 13.5906 10.7905 13.8302 11.0009 14.05L11.0009 4C11.0009 3.44771 11.4486 3 12.0009 3C12.5532 3 13.0009 3.44771 13.0009 4L13.0009 14.0493C13.2109 13.8298 13.427 13.5905 13.6405 13.3445C14.0593 12.862 14.4488 12.3765 14.7349 12.0099C14.8775 11.8271 14.9934 11.6751 15.0733 11.5693C15.1132 11.5164 15.1441 11.4752 15.1647 11.4475L15.1878 11.4164L15.1933 11.4089L15.1947 11.407Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-down-04-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0027 20.875C11.478 20.875 11.0834 20.6067 10.7767 20.3138C10.4911 20.041 10.153 19.6117 9.80903 19.175L9.01041 18.1612C8.42543 17.4187 7.93577 16.7971 7.63564 16.2799C7.33377 15.7596 7.08851 15.1199 7.38216 14.4567C7.68382 13.7754 8.33594 13.5533 8.92273 13.4631C9.45953 13.3806 10.1675 13.3753 11 13.375V4.125C11 3.57272 11.4477 3.125 12 3.125C12.5523 3.125 13 3.57272 13 4.125V13.375C13.834 13.3753 14.5432 13.3805 15.0807 13.4631C15.6675 13.5533 16.3196 13.7754 16.6213 14.4567C16.9149 15.1199 16.6696 15.7596 16.3678 16.2799C16.0677 16.7971 15.578 17.4187 14.993 18.1612L14.1944 19.175C13.8504 19.6117 13.5123 20.041 13.2267 20.3138C12.9201 20.6067 12.5274 20.875 12.0027 20.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0027 20.875C11.478 20.875 11.0834 20.6067 10.7767 20.3138C10.4911 20.041 10.153 19.6117 9.80903 19.175L9.01041 18.1612C8.42543 17.4187 7.93577 16.7971 7.63564 16.2799C7.33377 15.7596 7.08851 15.1199 7.38216 14.4567C7.68382 13.7754 8.33594 13.5533 8.92273 13.4631C9.45953 13.3806 10.1675 13.3753 11 13.375V4.125C11 3.57272 11.4477 3.125 12 3.125C12.5523 3.125 13 3.57272 13 4.125V13.375C13.834 13.3753 14.5432 13.3805 15.0807 13.4631C15.6675 13.5533 16.3196 13.7754 16.6213 14.4567C16.9149 15.1199 16.6696 15.7596 16.3678 16.2799C16.0677 16.7971 15.578 17.4187 14.993 18.1612L14.1944 19.175C13.8504 19.6117 13.5123 20.041 13.2267 20.3138C12.9201 20.6067 12.5274 20.875 12.0027 20.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-down-05-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 20C5 19.4477 5.44772 19 6 19L18 19C18.5523 19 19 19.4477 19 20C19 20.5523 18.5523 21 18 21L6 21C5.44772 21 5 20.5523 5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.0004 3.99987C11.0004 3.44758 11.4481 2.99987 12.0004 2.99987C12.5527 2.99987 13.0004 3.44758 13.0004 3.99987L13.0004 11L14.0873 11C14.4666 10.9998 14.8599 10.9997 15.1717 11.0477C15.505 11.099 16.0844 11.2553 16.37 11.864C16.6526 12.4663 16.412 13.005 16.2367 13.2974C16.0763 13.5651 15.8276 13.8625 15.5904 14.1461L15.5511 14.1932C15.0722 14.7663 14.4986 15.414 13.9529 15.9263C13.6817 16.181 13.3935 16.4249 13.1093 16.6113C12.8635 16.7726 12.4621 17 12 17C11.5379 17 11.1366 16.7726 10.8908 16.6113C10.6066 16.4249 10.3184 16.181 10.0471 15.9263C9.50146 15.414 8.92787 14.7663 8.44896 14.1932L8.40965 14.1462C8.17242 13.8625 7.92375 13.5652 7.76332 13.2975C7.58805 13.005 7.34738 12.4663 7.62998 11.864C7.91554 11.2553 8.49501 11.099 8.82833 11.0477C9.14007 10.9997 9.53339 10.9999 9.91274 11L11.0004 11L11.0004 3.99987Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 20C5 19.4477 5.44772 19 6 19L18 19C18.5523 19 19 19.4477 19 20C19 20.5523 18.5523 21 18 21L6 21C5.44772 21 5 20.5523 5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.0004 3.99987C11.0004 3.44758 11.4481 2.99987 12.0004 2.99987C12.5527 2.99987 13.0004 3.44758 13.0004 3.99987L13.0004 11L14.0873 11C14.4666 10.9998 14.8599 10.9997 15.1717 11.0477C15.505 11.099 16.0844 11.2553 16.37 11.864C16.6526 12.4663 16.412 13.005 16.2367 13.2974C16.0763 13.5651 15.8276 13.8625 15.5904 14.1461L15.5511 14.1932C15.0722 14.7663 14.4986 15.414 13.9529 15.9263C13.6817 16.181 13.3935 16.4249 13.1093 16.6113C12.8635 16.7726 12.4621 17 12 17C11.5379 17 11.1366 16.7726 10.8908 16.6113C10.6066 16.4249 10.3184 16.181 10.0471 15.9263C9.50146 15.414 8.92787 14.7663 8.44896 14.1932L8.40965 14.1462C8.17242 13.8625 7.92375 13.5652 7.76332 13.2975C7.58805 13.005 7.34738 12.4663 7.62998 11.864C7.91554 11.2553 8.49501 11.099 8.82833 11.0477C9.14007 10.9997 9.53339 10.9999 9.91274 11L11.0004 11L11.0004 3.99987Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-down-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.80501 11.907C6.83656 11.9493 6.93015 12.0749 6.99073 12.1551C7.11194 12.3156 7.2875 12.5457 7.50331 12.8223C7.93574 13.3764 8.52596 14.1119 9.16197 14.8444C9.80229 15.5819 10.4694 16.2936 11.0574 16.8131C11.3525 17.0739 11.6042 17.2651 11.8043 17.3858C11.8996 17.4433 11.9636 17.4726 11.9998 17.4873C12.036 17.4726 12.0999 17.4433 12.1953 17.3858C12.3954 17.2651 12.6471 17.0739 12.9422 16.8131C13.5301 16.2936 14.1973 15.5819 14.8376 14.8444C15.4737 14.1119 16.0639 13.3764 16.4963 12.8223C16.7121 12.5458 17.0734 12.0675 17.1946 11.907C17.5222 11.4623 18.1482 11.3673 18.5929 11.6949C19.0375 12.0224 19.1321 12.6489 18.8046 13.0936L18.8023 13.0967C18.6733 13.2674 18.2948 13.7686 18.073 14.0528C17.6275 14.6236 17.0142 15.3882 16.3478 16.1556C15.6858 16.9181 14.9518 17.7064 14.2665 18.3119C13.925 18.6136 13.572 18.8911 13.2278 19.0986C12.9111 19.2895 12.4759 19.5 11.9998 19.5C11.5236 19.5 11.0884 19.2895 10.7717 19.0986C10.4275 18.8911 10.0746 18.6136 9.73309 18.3119C9.04781 17.7064 8.31379 16.9181 7.65176 16.1556C6.98542 15.3881 6.37211 14.6236 5.9266 14.0527C5.70344 13.7668 5.52142 13.5282 5.3948 13.3605C5.33202 13.2774 5.23074 13.1415 5.19591 13.0948L5.19501 13.0935C4.8675 12.6489 4.9621 12.0223 5.4068 11.6948C5.8515 11.3673 6.47749 11.4623 6.80501 11.907Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.10738 5.04889C5.27754 4.71225 5.62265 4.5 5.99985 4.5L17.9999 4.50005C18.3771 4.50005 18.7222 4.7123 18.8923 5.04895C19.0625 5.38559 19.0287 5.78934 18.805 6.09306L18.8031 6.09561C18.7674 6.14356 18.667 6.27823 18.6048 6.36057C18.4782 6.52821 18.2962 6.76681 18.073 7.05277C17.6275 7.62364 17.0142 8.38817 16.3478 9.15563C15.6858 9.91813 14.9518 10.7064 14.2665 11.3119C13.925 11.6136 13.572 11.8911 13.2279 12.0986C12.9111 12.2895 12.4759 12.5 11.9998 12.5C11.5237 12.5 11.0885 12.2895 10.7718 12.0986C10.4276 11.8911 10.0746 11.6136 9.73314 11.3119C9.04786 10.7064 8.31383 9.91811 7.65181 9.15561C6.98546 8.38814 6.37215 7.6236 5.92665 7.05273C5.70348 6.76676 5.52146 6.52816 5.39484 6.36051C5.33206 6.27739 5.23078 6.14149 5.19595 6.09476L5.19505 6.09355C4.97137 5.78983 4.93722 5.38553 5.10738 5.04889Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.80501 11.907C6.83656 11.9493 6.93015 12.0749 6.99073 12.1551C7.11194 12.3156 7.2875 12.5457 7.50331 12.8223C7.93574 13.3764 8.52596 14.1119 9.16197 14.8444C9.80229 15.5819 10.4694 16.2936 11.0574 16.8131C11.3525 17.0739 11.6042 17.2651 11.8043 17.3858C11.8996 17.4433 11.9636 17.4726 11.9998 17.4873C12.036 17.4726 12.0999 17.4433 12.1953 17.3858C12.3954 17.2651 12.6471 17.0739 12.9422 16.8131C13.5301 16.2936 14.1973 15.5819 14.8376 14.8444C15.4737 14.1119 16.0639 13.3764 16.4963 12.8223C16.7121 12.5458 17.0734 12.0675 17.1946 11.907C17.5222 11.4623 18.1482 11.3673 18.5929 11.6949C19.0375 12.0224 19.1321 12.6489 18.8046 13.0936L18.8023 13.0967C18.6733 13.2674 18.2948 13.7686 18.073 14.0528C17.6275 14.6236 17.0142 15.3882 16.3478 16.1556C15.6858 16.9181 14.9518 17.7064 14.2665 18.3119C13.925 18.6136 13.572 18.8911 13.2278 19.0986C12.9111 19.2895 12.4759 19.5 11.9998 19.5C11.5236 19.5 11.0884 19.2895 10.7717 19.0986C10.4275 18.8911 10.0746 18.6136 9.73309 18.3119C9.04781 17.7064 8.31379 16.9181 7.65176 16.1556C6.98542 15.3881 6.37211 14.6236 5.9266 14.0527C5.70344 13.7668 5.52142 13.5282 5.3948 13.3605C5.33202 13.2774 5.23074 13.1415 5.19591 13.0948L5.19501 13.0935C4.8675 12.6489 4.9621 12.0223 5.4068 11.6948C5.8515 11.3673 6.47749 11.4623 6.80501 11.907Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.10738 5.04889C5.27754 4.71225 5.62265 4.5 5.99985 4.5L17.9999 4.50005C18.3771 4.50005 18.7222 4.7123 18.8923 5.04895C19.0625 5.38559 19.0287 5.78934 18.805 6.09306L18.8031 6.09561C18.7674 6.14356 18.667 6.27823 18.6048 6.36057C18.4782 6.52821 18.2962 6.76681 18.073 7.05277C17.6275 7.62364 17.0142 8.38817 16.3478 9.15563C15.6858 9.91813 14.9518 10.7064 14.2665 11.3119C13.925 11.6136 13.572 11.8911 13.2279 12.0986C12.9111 12.2895 12.4759 12.5 11.9998 12.5C11.5237 12.5 11.0885 12.2895 10.7718 12.0986C10.4276 11.8911 10.0746 11.6136 9.73314 11.3119C9.04786 10.7064 8.31383 9.91811 7.65181 9.15561C6.98546 8.38814 6.37215 7.6236 5.92665 7.05273C5.70348 6.76676 5.52146 6.52816 5.39484 6.36051C5.33206 6.27739 5.23078 6.14149 5.19595 6.09476L5.19505 6.09355C4.97137 5.78983 4.93722 5.38553 5.10738 5.04889Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-down-left-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.29289 17.7071C5.90237 17.3166 5.90237 16.6834 6.29289 16.2929L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L7.70711 17.7071C7.31658 18.0976 6.68342 18.0976 6.29289 17.7071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75558 18.7102C6.47489 18.6283 6.09348 18.4847 5.80437 18.1956C5.51526 17.9064 5.37165 17.525 5.28973 17.2443C5.19917 16.934 5.1394 16.583 5.09818 16.2299C5.01544 15.5212 4.99487 14.6893 5.00093 13.9158C5.00704 13.1363 5.04056 12.3878 5.07231 11.8361C5.08822 11.5597 5.10378 11.3312 5.11541 11.1712C5.12117 11.092 5.13139 10.9624 5.1349 10.9178L5.135 10.9166C5.1814 10.3662 5.66519 9.95713 6.21553 10.0035C6.76583 10.0499 7.17433 10.5336 7.12799 11.0839C7.12487 11.1235 7.11565 11.2405 7.11014 11.3162C7.09914 11.4677 7.08426 11.686 7.06901 11.9511C7.03842 12.4824 7.00663 13.1958 7.00087 13.9315C6.99505 14.6732 7.01604 15.41 7.08469 15.998C7.11916 16.2933 7.18838 16.603 7.23548 16.7644C7.39687 16.8115 7.70663 16.8808 8.00194 16.9152C8.58995 16.9839 9.32676 17.0049 10.0685 16.9991C10.8042 16.9933 11.5175 16.9615 12.0489 16.931C12.314 16.9157 12.5323 16.9008 12.6837 16.8898C12.7594 16.8843 12.876 16.8751 12.9156 16.872C13.4659 16.8257 13.95 17.2342 13.9964 17.7845C14.0428 18.3348 13.6343 18.8185 13.0839 18.8649L13.0817 18.8651C13.0361 18.8687 12.9074 18.8789 12.8287 18.8846C12.6687 18.8962 12.4402 18.9117 12.1638 18.9277C11.6122 18.9594 10.8637 18.9929 10.0841 18.999C9.3106 19.0051 8.47872 18.9845 7.77 18.9017C7.41693 18.8605 7.06591 18.8007 6.75558 18.7102Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.29289 17.7071C5.90237 17.3166 5.90237 16.6834 6.29289 16.2929L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L7.70711 17.7071C7.31658 18.0976 6.68342 18.0976 6.29289 17.7071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75558 18.7102C6.47489 18.6283 6.09348 18.4847 5.80437 18.1956C5.51526 17.9064 5.37165 17.525 5.28973 17.2443C5.19917 16.934 5.1394 16.583 5.09818 16.2299C5.01544 15.5212 4.99487 14.6893 5.00093 13.9158C5.00704 13.1363 5.04056 12.3878 5.07231 11.8361C5.08822 11.5597 5.10378 11.3312 5.11541 11.1712C5.12117 11.092 5.13139 10.9624 5.1349 10.9178L5.135 10.9166C5.1814 10.3662 5.66519 9.95713 6.21553 10.0035C6.76583 10.0499 7.17433 10.5336 7.12799 11.0839C7.12487 11.1235 7.11565 11.2405 7.11014 11.3162C7.09914 11.4677 7.08426 11.686 7.06901 11.9511C7.03842 12.4824 7.00663 13.1958 7.00087 13.9315C6.99505 14.6732 7.01604 15.41 7.08469 15.998C7.11916 16.2933 7.18838 16.603 7.23548 16.7644C7.39687 16.8115 7.70663 16.8808 8.00194 16.9152C8.58995 16.9839 9.32676 17.0049 10.0685 16.9991C10.8042 16.9933 11.5175 16.9615 12.0489 16.931C12.314 16.9157 12.5323 16.9008 12.6837 16.8898C12.7594 16.8843 12.876 16.8751 12.9156 16.872C13.4659 16.8257 13.95 17.2342 13.9964 17.7845C14.0428 18.3348 13.6343 18.8185 13.0839 18.8649L13.0817 18.8651C13.0361 18.8687 12.9074 18.8789 12.8287 18.8846C12.6687 18.8962 12.4402 18.9117 12.1638 18.9277C11.6122 18.9594 10.8637 18.9929 10.0841 18.999C9.3106 19.0051 8.47872 18.9845 7.77 18.9017C7.41693 18.8605 7.06591 18.8007 6.75558 18.7102Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-down-left-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5821 6.83211C18.9726 6.44158 18.9726 5.80842 18.5821 5.41789C18.1916 5.02737 17.5584 5.02737 17.1679 5.41789L10.1825 12.4033C9.54929 11.7702 9.01406 11.2407 8.55516 10.8982C8.07232 10.5379 7.44704 10.2108 6.74345 10.4655C6.03986 10.7203 5.76889 11.3718 5.62865 11.9578C5.48846 12.5435 5.41588 13.3423 5.32925 14.2956L5.20613 15.65C5.15499 16.212 5.10954 16.7114 5.13003 17.1133C5.15219 17.548 5.25565 18.0079 5.62435 18.3766C5.99304 18.7453 6.45293 18.8488 6.88767 18.8709C7.28961 18.8914 7.78899 18.846 8.35096 18.7948L9.70532 18.6717C10.6586 18.5851 11.4574 18.5125 12.0432 18.3723C12.6291 18.2321 13.2807 17.9611 13.5354 17.2575C13.7902 16.5539 13.4631 15.9286 13.1027 15.4458C12.7601 14.9867 12.2302 14.4511 11.5967 13.8175L18.5821 6.83211Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5821 6.83211C18.9726 6.44158 18.9726 5.80842 18.5821 5.41789C18.1916 5.02737 17.5584 5.02737 17.1679 5.41789L10.1825 12.4033C9.54929 11.7702 9.01406 11.2407 8.55516 10.8982C8.07232 10.5379 7.44704 10.2108 6.74345 10.4655C6.03986 10.7203 5.76889 11.3718 5.62865 11.9578C5.48846 12.5435 5.41588 13.3423 5.32925 14.2956L5.20613 15.65C5.15499 16.212 5.10954 16.7114 5.13003 17.1133C5.15219 17.548 5.25565 18.0079 5.62435 18.3766C5.99304 18.7453 6.45293 18.8488 6.88767 18.8709C7.28961 18.8914 7.78899 18.846 8.35096 18.7948L9.70532 18.6717C10.6586 18.5851 11.4574 18.5125 12.0432 18.3723C12.6291 18.2321 13.2807 17.9611 13.5354 17.2575C13.7902 16.5539 13.4631 15.9286 13.1027 15.4458C12.7601 14.9867 12.2302 14.4511 11.5967 13.8175L18.5821 6.83211Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-down-right-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7071 17.7071C18.0976 17.3166 18.0976 16.6834 17.7071 16.2929L6.70711 5.29289C6.31658 4.90237 5.68342 4.90237 5.29289 5.29289C4.90237 5.68342 4.90237 6.31658 5.29289 6.70711L16.2929 17.7071C16.6834 18.0976 17.3166 18.0976 17.7071 17.7071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.2444 18.7102C17.5251 18.6283 17.9065 18.4847 18.1956 18.1956C18.4847 17.9064 18.6284 17.525 18.7103 17.2443C18.8008 16.934 18.8606 16.583 18.9018 16.2299C18.9846 15.5212 19.0051 14.6893 18.9991 13.9158C18.993 13.1363 18.9594 12.3878 18.9277 11.8361C18.9118 11.5597 18.8962 11.3312 18.8846 11.1712C18.8788 11.092 18.8686 10.9624 18.8651 10.9178L18.865 10.9166C18.8186 10.3662 18.3348 9.95713 17.7845 10.0035C17.2342 10.0499 16.8257 10.5336 16.872 11.0839C16.8751 11.1235 16.8844 11.2405 16.8899 11.3162C16.9009 11.4677 16.9157 11.686 16.931 11.9511C16.9616 12.4824 16.9934 13.1958 16.9991 13.9315C17.0049 14.6732 16.984 15.41 16.9153 15.998C16.8808 16.2933 16.8116 16.603 16.7645 16.7644C16.6031 16.8115 16.2934 16.8808 15.9981 16.9152C15.41 16.9839 14.6732 17.0049 13.9315 16.9991C13.1958 16.9933 12.4825 16.9615 11.9511 16.931C11.686 16.9157 11.4677 16.9008 11.3163 16.8898C11.2406 16.8843 11.124 16.8751 11.0844 16.872C10.5341 16.8257 10.05 17.2342 10.0036 17.7845C9.9572 18.3348 10.3657 18.8185 10.9161 18.8649L10.9183 18.8651C10.9639 18.8687 11.0926 18.8789 11.1713 18.8846C11.3313 18.8962 11.5598 18.9117 11.8362 18.9277C12.3878 18.9594 13.1363 18.9929 13.9159 18.999C14.6894 19.0051 15.5213 18.9845 16.23 18.9017C16.5831 18.8605 16.9341 18.8007 17.2444 18.7102Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7071 17.7071C18.0976 17.3166 18.0976 16.6834 17.7071 16.2929L6.70711 5.29289C6.31658 4.90237 5.68342 4.90237 5.29289 5.29289C4.90237 5.68342 4.90237 6.31658 5.29289 6.70711L16.2929 17.7071C16.6834 18.0976 17.3166 18.0976 17.7071 17.7071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.2444 18.7102C17.5251 18.6283 17.9065 18.4847 18.1956 18.1956C18.4847 17.9064 18.6284 17.525 18.7103 17.2443C18.8008 16.934 18.8606 16.583 18.9018 16.2299C18.9846 15.5212 19.0051 14.6893 18.9991 13.9158C18.993 13.1363 18.9594 12.3878 18.9277 11.8361C18.9118 11.5597 18.8962 11.3312 18.8846 11.1712C18.8788 11.092 18.8686 10.9624 18.8651 10.9178L18.865 10.9166C18.8186 10.3662 18.3348 9.95713 17.7845 10.0035C17.2342 10.0499 16.8257 10.5336 16.872 11.0839C16.8751 11.1235 16.8844 11.2405 16.8899 11.3162C16.9009 11.4677 16.9157 11.686 16.931 11.9511C16.9616 12.4824 16.9934 13.1958 16.9991 13.9315C17.0049 14.6732 16.984 15.41 16.9153 15.998C16.8808 16.2933 16.8116 16.603 16.7645 16.7644C16.6031 16.8115 16.2934 16.8808 15.9981 16.9152C15.41 16.9839 14.6732 17.0049 13.9315 16.9991C13.1958 16.9933 12.4825 16.9615 11.9511 16.931C11.686 16.9157 11.4677 16.9008 11.3163 16.8898C11.2406 16.8843 11.124 16.8751 11.0844 16.872C10.5341 16.8257 10.05 17.2342 10.0036 17.7845C9.9572 18.3348 10.3657 18.8185 10.9161 18.8649L10.9183 18.8651C10.9639 18.8687 11.0926 18.8789 11.1713 18.8846C11.3313 18.8962 11.5598 18.9117 11.8362 18.9277C12.3878 18.9594 13.1363 18.9929 13.9159 18.999C14.6894 19.0051 15.5213 18.9845 16.23 18.9017C16.5831 18.8605 16.9341 18.8007 17.2444 18.7102Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-down-right-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.41789 6.83211C5.02737 6.44158 5.02737 5.80842 5.41789 5.41789C5.80842 5.02737 6.44158 5.02737 6.83211 5.41789L13.8175 12.4033C14.4507 11.7702 14.9859 11.2407 15.4448 10.8982C15.9277 10.5379 16.553 10.2108 17.2566 10.4655C17.9601 10.7203 18.2311 11.3718 18.3713 11.9578C18.5115 12.5435 18.5841 13.3423 18.6707 14.2956L18.7939 15.65C18.845 16.212 18.8905 16.7114 18.87 17.1133C18.8478 17.548 18.7443 18.0079 18.3757 18.3766C18.007 18.7453 17.5471 18.8488 17.1123 18.8709C16.7104 18.8914 16.211 18.846 15.649 18.7948L14.2947 18.6717C13.3414 18.5851 12.5426 18.5125 11.9568 18.3723C11.3709 18.2321 10.7193 17.9611 10.4646 17.2575C10.2098 16.5539 10.5369 15.9286 10.8973 15.4458C11.2399 14.9867 11.7698 14.4511 12.4033 13.8175L5.41789 6.83211Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.41789 6.83211C5.02737 6.44158 5.02737 5.80842 5.41789 5.41789C5.80842 5.02737 6.44158 5.02737 6.83211 5.41789L13.8175 12.4033C14.4507 11.7702 14.9859 11.2407 15.4448 10.8982C15.9277 10.5379 16.553 10.2108 17.2566 10.4655C17.9601 10.7203 18.2311 11.3718 18.3713 11.9578C18.5115 12.5435 18.5841 13.3423 18.6707 14.2956L18.7939 15.65C18.845 16.212 18.8905 16.7114 18.87 17.1133C18.8478 17.548 18.7443 18.0079 18.3757 18.3766C18.007 18.7453 17.5471 18.8488 17.1123 18.8709C16.7104 18.8914 16.211 18.846 15.649 18.7948L14.2947 18.6717C13.3414 18.5851 12.5426 18.5125 11.9568 18.3723C11.3709 18.2321 10.7193 17.9611 10.4646 17.2575C10.2098 16.5539 10.5369 15.9286 10.8973 15.4458C11.2399 14.9867 11.7698 14.4511 12.4033 13.8175L5.41789 6.83211Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-expand-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4087 2.17312C17.9677 2.10571 18.6875 2.01892 19.3306 2.00274C19.6706 1.99419 20.0316 2.0037 20.3609 2.05922C20.6542 2.10866 21.1023 2.22163 21.4403 2.55967C21.7783 2.89771 21.8913 3.34581 21.9408 3.63904C21.9963 3.96834 22.0058 4.32933 21.9972 4.66933C21.9811 5.31243 21.8943 6.0322 21.8269 6.59123L21.8108 6.72504C21.7897 6.90163 21.7639 7.11699 21.721 7.29027L21.72 7.29443C21.6896 7.4176 21.5497 7.98409 20.9545 8.18987C20.3609 8.39511 19.9028 8.03927 19.8015 7.96051L19.7995 7.95897C19.659 7.8499 19.5069 7.69752 19.3837 7.57417L18.6119 6.80235L14.2071 11.2072C13.8166 11.5978 13.1834 11.5978 12.7929 11.2072C12.4024 10.8167 12.4024 10.1836 12.7929 9.79303L17.1977 5.38814L16.4258 4.61626L16.4258 4.61626C16.3024 4.49309 16.1501 4.34095 16.041 4.20049L16.0395 4.19851C15.9607 4.09713 15.6049 3.63907 15.8101 3.04548C16.0159 2.45032 16.5824 2.31041 16.7055 2.27998L16.7097 2.27896C16.8829 2.23605 17.0985 2.21029 17.275 2.18919L17.4087 2.17312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.59132 21.8269C6.0323 21.8943 5.31245 21.9811 4.66935 21.9973C4.32935 22.0058 3.96837 21.9963 3.63906 21.9408C3.34584 21.8913 2.89773 21.7784 2.5597 21.4403C2.22166 21.1023 2.10868 20.6542 2.05925 20.361C2.00373 20.0317 1.99422 19.6707 2.00277 19.3307C2.01894 18.6876 2.10573 17.9678 2.17314 17.4088L2.18923 17.275C2.21033 17.0984 2.23607 16.883 2.27898 16.7097L2.28001 16.7056C2.31043 16.5824 2.45035 16.0159 3.0455 15.8101C3.6391 15.6049 4.09715 15.9607 4.19854 16.0395L4.20052 16.041C4.34097 16.1501 4.49312 16.3025 4.61629 16.4258L5.38811 17.1976L9.79289 12.7928C10.1834 12.4022 10.8166 12.4022 11.2071 12.7928C11.5976 13.1833 11.5976 13.8164 11.2071 14.207L6.80232 18.6119L7.5742 19.3837L7.5742 19.3837C7.69756 19.5069 7.84992 19.6591 7.95899 19.7995L7.96053 19.8015C8.03929 19.9029 8.39513 20.3609 8.1899 20.9545C7.98412 21.5497 7.41763 21.6896 7.29445 21.72L7.2903 21.721C7.11706 21.7639 6.90154 21.7897 6.72498 21.8108L6.59132 21.8269Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4087 2.17312C17.9677 2.10571 18.6875 2.01892 19.3306 2.00274C19.6706 1.99419 20.0316 2.0037 20.3609 2.05922C20.6542 2.10866 21.1023 2.22163 21.4403 2.55967C21.7783 2.89771 21.8913 3.34581 21.9408 3.63904C21.9963 3.96834 22.0058 4.32933 21.9972 4.66933C21.9811 5.31243 21.8943 6.0322 21.8269 6.59123L21.8108 6.72504C21.7897 6.90163 21.7639 7.11699 21.721 7.29027L21.72 7.29443C21.6896 7.4176 21.5497 7.98409 20.9545 8.18987C20.3609 8.39511 19.9028 8.03927 19.8015 7.96051L19.7995 7.95897C19.659 7.8499 19.5069 7.69752 19.3837 7.57417L18.6119 6.80235L14.2071 11.2072C13.8166 11.5978 13.1834 11.5978 12.7929 11.2072C12.4024 10.8167 12.4024 10.1836 12.7929 9.79303L17.1977 5.38814L16.4258 4.61626L16.4258 4.61626C16.3024 4.49309 16.1501 4.34095 16.041 4.20049L16.0395 4.19851C15.9607 4.09713 15.6049 3.63907 15.8101 3.04548C16.0159 2.45032 16.5824 2.31041 16.7055 2.27998L16.7097 2.27896C16.8829 2.23605 17.0985 2.21029 17.275 2.18919L17.4087 2.17312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.59132 21.8269C6.0323 21.8943 5.31245 21.9811 4.66935 21.9973C4.32935 22.0058 3.96837 21.9963 3.63906 21.9408C3.34584 21.8913 2.89773 21.7784 2.5597 21.4403C2.22166 21.1023 2.10868 20.6542 2.05925 20.361C2.00373 20.0317 1.99422 19.6707 2.00277 19.3307C2.01894 18.6876 2.10573 17.9678 2.17314 17.4088L2.18923 17.275C2.21033 17.0984 2.23607 16.883 2.27898 16.7097L2.28001 16.7056C2.31043 16.5824 2.45035 16.0159 3.0455 15.8101C3.6391 15.6049 4.09715 15.9607 4.19854 16.0395L4.20052 16.041C4.34097 16.1501 4.49312 16.3025 4.61629 16.4258L5.38811 17.1976L9.79289 12.7928C10.1834 12.4022 10.8166 12.4022 11.2071 12.7928C11.5976 13.1833 11.5976 13.8164 11.2071 14.207L6.80232 18.6119L7.5742 19.3837L7.5742 19.3837C7.69756 19.5069 7.84992 19.6591 7.95899 19.7995L7.96053 19.8015C8.03929 19.9029 8.39513 20.3609 8.1899 20.9545C7.98412 21.5497 7.41763 21.6896 7.29445 21.72L7.2903 21.721C7.11706 21.7639 6.90154 21.7897 6.72498 21.8108L6.59132 21.8269Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-expand-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.59132 2.17312C6.0323 2.10571 5.31245 2.01892 4.66935 2.00274C4.32935 1.99419 3.96837 2.0037 3.63906 2.05922C3.34584 2.10866 2.89773 2.22163 2.5597 2.55967C2.22166 2.89771 2.10868 3.34581 2.05925 3.63904C2.00373 3.96834 1.99422 4.32933 2.00277 4.66933C2.01894 5.31243 2.10573 6.0322 2.17314 6.59123L2.18923 6.72504C2.21033 6.90163 2.23607 7.11699 2.27898 7.29027L2.28001 7.29443C2.31043 7.4176 2.45035 7.98409 3.0455 8.18987C3.6391 8.39511 4.09715 8.03927 4.19854 7.96051L4.20052 7.95897C4.34097 7.8499 4.49312 7.69752 4.61629 7.57417L5.38811 6.80235L9.79289 11.2072C10.1834 11.5978 10.8166 11.5978 11.2071 11.2072C11.5976 10.8167 11.5976 10.1836 11.2071 9.79303L6.80232 5.38814L7.5742 4.61626L7.5742 4.61626C7.69756 4.49309 7.84992 4.34095 7.95899 4.20049L7.96053 4.19851C8.03929 4.09713 8.39513 3.63907 8.1899 3.04548C7.98412 2.45032 7.41763 2.31041 7.29445 2.27998L7.2903 2.27896C7.11706 2.23605 6.90154 2.21029 6.72498 2.18919L6.59132 2.17312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4087 21.8269C17.9677 21.8943 18.6875 21.9811 19.3306 21.9973C19.6706 22.0058 20.0316 21.9963 20.3609 21.9408C20.6542 21.8913 21.1023 21.7784 21.4403 21.4403C21.7783 21.1023 21.8913 20.6542 21.9408 20.361C21.9963 20.0317 22.0058 19.6707 21.9972 19.3307C21.9811 18.6876 21.8943 17.9678 21.8269 17.4088L21.8108 17.275C21.7897 17.0984 21.7639 16.883 21.721 16.7097L21.72 16.7056C21.6896 16.5824 21.5497 16.0159 20.9545 15.8101C20.3609 15.6049 19.9028 15.9607 19.8015 16.0395L19.7995 16.041C19.659 16.1501 19.5069 16.3025 19.3837 16.4258L18.6119 17.1976L14.2071 12.7928C13.8166 12.4022 13.1834 12.4022 12.7929 12.7928C12.4024 13.1833 12.4024 13.8164 12.7929 14.207L17.1977 18.6119L16.4258 19.3837L16.4258 19.3837C16.3024 19.5069 16.1501 19.6591 16.041 19.7995L16.0395 19.8015C15.9607 19.9029 15.6049 20.3609 15.8101 20.9545C16.0159 21.5497 16.5824 21.6896 16.7055 21.72L16.7097 21.721C16.8829 21.7639 17.0985 21.7897 17.275 21.8108L17.4087 21.8269Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.59132 2.17312C6.0323 2.10571 5.31245 2.01892 4.66935 2.00274C4.32935 1.99419 3.96837 2.0037 3.63906 2.05922C3.34584 2.10866 2.89773 2.22163 2.5597 2.55967C2.22166 2.89771 2.10868 3.34581 2.05925 3.63904C2.00373 3.96834 1.99422 4.32933 2.00277 4.66933C2.01894 5.31243 2.10573 6.0322 2.17314 6.59123L2.18923 6.72504C2.21033 6.90163 2.23607 7.11699 2.27898 7.29027L2.28001 7.29443C2.31043 7.4176 2.45035 7.98409 3.0455 8.18987C3.6391 8.39511 4.09715 8.03927 4.19854 7.96051L4.20052 7.95897C4.34097 7.8499 4.49312 7.69752 4.61629 7.57417L5.38811 6.80235L9.79289 11.2072C10.1834 11.5978 10.8166 11.5978 11.2071 11.2072C11.5976 10.8167 11.5976 10.1836 11.2071 9.79303L6.80232 5.38814L7.5742 4.61626L7.5742 4.61626C7.69756 4.49309 7.84992 4.34095 7.95899 4.20049L7.96053 4.19851C8.03929 4.09713 8.39513 3.63907 8.1899 3.04548C7.98412 2.45032 7.41763 2.31041 7.29445 2.27998L7.2903 2.27896C7.11706 2.23605 6.90154 2.21029 6.72498 2.18919L6.59132 2.17312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4087 21.8269C17.9677 21.8943 18.6875 21.9811 19.3306 21.9973C19.6706 22.0058 20.0316 21.9963 20.3609 21.9408C20.6542 21.8913 21.1023 21.7784 21.4403 21.4403C21.7783 21.1023 21.8913 20.6542 21.9408 20.361C21.9963 20.0317 22.0058 19.6707 21.9972 19.3307C21.9811 18.6876 21.8943 17.9678 21.8269 17.4088L21.8108 17.275C21.7897 17.0984 21.7639 16.883 21.721 16.7097L21.72 16.7056C21.6896 16.5824 21.5497 16.0159 20.9545 15.8101C20.3609 15.6049 19.9028 15.9607 19.8015 16.0395L19.7995 16.041C19.659 16.1501 19.5069 16.3025 19.3837 16.4258L18.6119 17.1976L14.2071 12.7928C13.8166 12.4022 13.1834 12.4022 12.7929 12.7928C12.4024 13.1833 12.4024 13.8164 12.7929 14.207L17.1977 18.6119L16.4258 19.3837L16.4258 19.3837C16.3024 19.5069 16.1501 19.6591 16.041 19.7995L16.0395 19.8015C15.9607 19.9029 15.6049 20.3609 15.8101 20.9545C16.0159 21.5497 16.5824 21.6896 16.7055 21.72L16.7097 21.721C16.8829 21.7639 17.0985 21.7897 17.275 21.8108L17.4087 21.8269Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-expand-diagonal-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.29289 7.29289C7.68342 6.90237 8.31658 6.90237 8.70711 7.29289L16.7071 15.2929C17.0976 15.6834 17.0976 16.3166 16.7071 16.7071C16.3166 17.0976 15.6834 17.0976 15.2929 16.7071L7.29289 8.70711C6.90237 8.31658 6.90237 7.68342 7.29289 7.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7071 9.70708C15.3166 10.0976 14.6834 10.0976 14.2929 9.70708C13.9024 9.31656 13.9024 8.68339 14.2929 8.29287L17.1977 5.38814L16.4258 4.61626C16.3024 4.49309 16.1501 4.34095 16.041 4.20049L16.0395 4.19851C15.9607 4.09713 15.6049 3.63907 15.8101 3.04548C16.0159 2.45032 16.5824 2.31041 16.7055 2.27998L16.7097 2.27896C16.8829 2.23605 17.0985 2.21029 17.275 2.18919L17.4087 2.17312C17.9677 2.10571 18.6875 2.01892 19.3306 2.00274C19.6706 1.99419 20.0316 2.0037 20.3609 2.05922C20.6542 2.10866 21.1023 2.22163 21.4403 2.55967C21.7783 2.89771 21.8913 3.34581 21.9407 3.63904C21.9963 3.96834 22.0058 4.32933 21.9972 4.66933C21.9811 5.31243 21.8943 6.0322 21.8269 6.59123L21.8108 6.72504C21.7897 6.90163 21.7639 7.11699 21.721 7.29027L21.72 7.29443C21.6896 7.41761 21.5496 7.98409 20.9545 8.18987C20.3609 8.39511 19.9028 8.03927 19.8015 7.96051L19.7995 7.95897C19.659 7.8499 19.5069 7.69752 19.3837 7.57417L18.6119 6.80235L15.7071 9.70708Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.29289 14.2929C8.68342 13.9024 9.31658 13.9024 9.70711 14.2929C10.0976 14.6834 10.0976 15.3166 9.70711 15.7071L6.80233 18.6119L7.57421 19.3837C7.69756 19.5069 7.84993 19.6591 7.959 19.7995L7.96054 19.8015C8.0393 19.9029 8.39514 20.3609 8.1899 20.9545C7.98412 21.5497 7.41764 21.6896 7.29446 21.72L7.2903 21.721C7.11706 21.7639 6.90155 21.7897 6.72498 21.8108L6.59132 21.8269C6.0323 21.8943 5.31245 21.9811 4.66936 21.9973C4.32936 22.0058 3.96837 21.9963 3.63907 21.9408C3.34584 21.8913 2.89774 21.7784 2.5597 21.4403C2.22166 21.1023 2.10869 20.6542 2.05925 20.361C2.00373 20.0317 1.99422 19.6707 2.00277 19.3307C2.01894 18.6876 2.10573 17.9678 2.17314 17.4088L2.18923 17.275C2.21034 17.0984 2.23607 16.883 2.27899 16.7097L2.28001 16.7056C2.31044 16.5824 2.45036 16.0159 3.04551 15.8101C3.6391 15.6049 4.09716 15.9607 4.19854 16.0395L4.20052 16.041C4.34098 16.1501 4.49312 16.3025 4.6163 16.4258L5.38811 17.1976L8.29289 14.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.29289 7.29289C7.68342 6.90237 8.31658 6.90237 8.70711 7.29289L16.7071 15.2929C17.0976 15.6834 17.0976 16.3166 16.7071 16.7071C16.3166 17.0976 15.6834 17.0976 15.2929 16.7071L7.29289 8.70711C6.90237 8.31658 6.90237 7.68342 7.29289 7.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7071 9.70708C15.3166 10.0976 14.6834 10.0976 14.2929 9.70708C13.9024 9.31656 13.9024 8.68339 14.2929 8.29287L17.1977 5.38814L16.4258 4.61626C16.3024 4.49309 16.1501 4.34095 16.041 4.20049L16.0395 4.19851C15.9607 4.09713 15.6049 3.63907 15.8101 3.04548C16.0159 2.45032 16.5824 2.31041 16.7055 2.27998L16.7097 2.27896C16.8829 2.23605 17.0985 2.21029 17.275 2.18919L17.4087 2.17312C17.9677 2.10571 18.6875 2.01892 19.3306 2.00274C19.6706 1.99419 20.0316 2.0037 20.3609 2.05922C20.6542 2.10866 21.1023 2.22163 21.4403 2.55967C21.7783 2.89771 21.8913 3.34581 21.9407 3.63904C21.9963 3.96834 22.0058 4.32933 21.9972 4.66933C21.9811 5.31243 21.8943 6.0322 21.8269 6.59123L21.8108 6.72504C21.7897 6.90163 21.7639 7.11699 21.721 7.29027L21.72 7.29443C21.6896 7.41761 21.5496 7.98409 20.9545 8.18987C20.3609 8.39511 19.9028 8.03927 19.8015 7.96051L19.7995 7.95897C19.659 7.8499 19.5069 7.69752 19.3837 7.57417L18.6119 6.80235L15.7071 9.70708Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.29289 14.2929C8.68342 13.9024 9.31658 13.9024 9.70711 14.2929C10.0976 14.6834 10.0976 15.3166 9.70711 15.7071L6.80233 18.6119L7.57421 19.3837C7.69756 19.5069 7.84993 19.6591 7.959 19.7995L7.96054 19.8015C8.0393 19.9029 8.39514 20.3609 8.1899 20.9545C7.98412 21.5497 7.41764 21.6896 7.29446 21.72L7.2903 21.721C7.11706 21.7639 6.90155 21.7897 6.72498 21.8108L6.59132 21.8269C6.0323 21.8943 5.31245 21.9811 4.66936 21.9973C4.32936 22.0058 3.96837 21.9963 3.63907 21.9408C3.34584 21.8913 2.89774 21.7784 2.5597 21.4403C2.22166 21.1023 2.10869 20.6542 2.05925 20.361C2.00373 20.0317 1.99422 19.6707 2.00277 19.3307C2.01894 18.6876 2.10573 17.9678 2.17314 17.4088L2.18923 17.275C2.21034 17.0984 2.23607 16.883 2.27899 16.7097L2.28001 16.7056C2.31044 16.5824 2.45036 16.0159 3.04551 15.8101C3.6391 15.6049 4.09716 15.9607 4.19854 16.0395L4.20052 16.041C4.34098 16.1501 4.49312 16.3025 4.6163 16.4258L5.38811 17.1976L8.29289 14.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-expand-diagonal-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7071 7.29289C16.3166 6.90237 15.6834 6.90237 15.2929 7.29289L7.29289 15.2929C6.90237 15.6834 6.90237 16.3166 7.29289 16.7071C7.68342 17.0976 8.31658 17.0976 8.70711 16.7071L16.7071 8.70711C17.0976 8.31658 17.0976 7.68342 16.7071 7.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.29289 9.70708C8.68342 10.0976 9.31658 10.0976 9.70711 9.70708C10.0976 9.31656 10.0976 8.68339 9.70711 8.29287L6.80233 5.38814L7.57421 4.61626C7.69756 4.49309 7.84992 4.34095 7.959 4.20049L7.96054 4.19851C8.0393 4.09713 8.39514 3.63907 8.1899 3.04548C7.98412 2.45032 7.41764 2.31041 7.29446 2.27998L7.2903 2.27896C7.11706 2.23605 6.90155 2.21029 6.72498 2.18919L6.59132 2.17312C6.0323 2.10571 5.31245 2.01892 4.66936 2.00274C4.32936 1.99419 3.96837 2.0037 3.63907 2.05922C3.34584 2.10866 2.89774 2.22163 2.5597 2.55967C2.22166 2.89771 2.10869 3.34581 2.05925 3.63904C2.00373 3.96834 1.99422 4.32933 2.00277 4.66933C2.01894 5.31243 2.10573 6.0322 2.17314 6.59123L2.18923 6.72504C2.21034 6.90163 2.23607 7.11699 2.27899 7.29027L2.28001 7.29443C2.31044 7.41761 2.45036 7.98409 3.04551 8.18987C3.6391 8.39511 4.09716 8.03927 4.19854 7.96051L4.20052 7.95897C4.34098 7.8499 4.49312 7.69752 4.6163 7.57417L5.38811 6.80235L8.29289 9.70708Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7071 14.2929C15.3166 13.9024 14.6834 13.9024 14.2929 14.2929C13.9024 14.6834 13.9024 15.3166 14.2929 15.7071L17.1977 18.6119L16.4258 19.3837C16.3024 19.5069 16.1501 19.6591 16.041 19.7995L16.0395 19.8015C15.9607 19.9029 15.6049 20.3609 15.8101 20.9545C16.0159 21.5497 16.5824 21.6896 16.7055 21.72L16.7097 21.721C16.8829 21.7639 17.0985 21.7897 17.275 21.8108L17.4087 21.8269C17.9677 21.8943 18.6875 21.9811 19.3306 21.9973C19.6706 22.0058 20.0316 21.9963 20.3609 21.9408C20.6542 21.8913 21.1023 21.7784 21.4403 21.4403C21.7783 21.1023 21.8913 20.6542 21.9407 20.361C21.9963 20.0317 22.0058 19.6707 21.9972 19.3307C21.9811 18.6876 21.8943 17.9678 21.8269 17.4088L21.8108 17.275C21.7897 17.0984 21.7639 16.883 21.721 16.7097L21.72 16.7056C21.6896 16.5824 21.5496 16.0159 20.9545 15.8101C20.3609 15.6049 19.9028 15.9607 19.8015 16.0395L19.7995 16.041C19.659 16.1501 19.5069 16.3025 19.3837 16.4258L18.6119 17.1976L15.7071 14.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7071 7.29289C16.3166 6.90237 15.6834 6.90237 15.2929 7.29289L7.29289 15.2929C6.90237 15.6834 6.90237 16.3166 7.29289 16.7071C7.68342 17.0976 8.31658 17.0976 8.70711 16.7071L16.7071 8.70711C17.0976 8.31658 17.0976 7.68342 16.7071 7.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.29289 9.70708C8.68342 10.0976 9.31658 10.0976 9.70711 9.70708C10.0976 9.31656 10.0976 8.68339 9.70711 8.29287L6.80233 5.38814L7.57421 4.61626C7.69756 4.49309 7.84992 4.34095 7.959 4.20049L7.96054 4.19851C8.0393 4.09713 8.39514 3.63907 8.1899 3.04548C7.98412 2.45032 7.41764 2.31041 7.29446 2.27998L7.2903 2.27896C7.11706 2.23605 6.90155 2.21029 6.72498 2.18919L6.59132 2.17312C6.0323 2.10571 5.31245 2.01892 4.66936 2.00274C4.32936 1.99419 3.96837 2.0037 3.63907 2.05922C3.34584 2.10866 2.89774 2.22163 2.5597 2.55967C2.22166 2.89771 2.10869 3.34581 2.05925 3.63904C2.00373 3.96834 1.99422 4.32933 2.00277 4.66933C2.01894 5.31243 2.10573 6.0322 2.17314 6.59123L2.18923 6.72504C2.21034 6.90163 2.23607 7.11699 2.27899 7.29027L2.28001 7.29443C2.31044 7.41761 2.45036 7.98409 3.04551 8.18987C3.6391 8.39511 4.09716 8.03927 4.19854 7.96051L4.20052 7.95897C4.34098 7.8499 4.49312 7.69752 4.6163 7.57417L5.38811 6.80235L8.29289 9.70708Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7071 14.2929C15.3166 13.9024 14.6834 13.9024 14.2929 14.2929C13.9024 14.6834 13.9024 15.3166 14.2929 15.7071L17.1977 18.6119L16.4258 19.3837C16.3024 19.5069 16.1501 19.6591 16.041 19.7995L16.0395 19.8015C15.9607 19.9029 15.6049 20.3609 15.8101 20.9545C16.0159 21.5497 16.5824 21.6896 16.7055 21.72L16.7097 21.721C16.8829 21.7639 17.0985 21.7897 17.275 21.8108L17.4087 21.8269C17.9677 21.8943 18.6875 21.9811 19.3306 21.9973C19.6706 22.0058 20.0316 21.9963 20.3609 21.9408C20.6542 21.8913 21.1023 21.7784 21.4403 21.4403C21.7783 21.1023 21.8913 20.6542 21.9407 20.361C21.9963 20.0317 22.0058 19.6707 21.9972 19.3307C21.9811 18.6876 21.8943 17.9678 21.8269 17.4088L21.8108 17.275C21.7897 17.0984 21.7639 16.883 21.721 16.7097L21.72 16.7056C21.6896 16.5824 21.5496 16.0159 20.9545 15.8101C20.3609 15.6049 19.9028 15.9607 19.8015 16.0395L19.7995 16.041C19.659 16.1501 19.5069 16.3025 19.3837 16.4258L18.6119 17.1976L15.7071 14.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-expand-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7071 10.7071C14.3166 11.0976 13.6834 11.0976 13.2929 10.7071C12.9024 10.3166 12.9024 9.68341 13.2929 9.29289L17.1566 5.42923L16.2162 4.48889L16.1868 4.45948C16.056 4.32893 15.889 4.16232 15.7719 4.00362C15.6507 3.8394 15.3612 3.38884 15.5786 2.82748C15.7943 2.27038 16.3049 2.12965 16.5093 2.08863C16.7022 2.04991 16.9366 2.03923 17.1182 2.03095L17.1595 2.02905C17.7666 2.00074 18.5654 1.98187 19.2792 2.02729C19.634 2.04986 19.9977 2.09001 20.3188 2.16276C20.5913 2.22451 21.025 2.34819 21.3384 2.66159C21.6518 2.975 21.7755 3.40869 21.8372 3.68124C21.91 4.00232 21.9501 4.366 21.9727 4.72076C22.0181 5.43456 21.9992 6.23338 21.9709 6.84054L21.969 6.88184C21.9607 7.06343 21.95 7.29775 21.9113 7.49066C21.8703 7.69506 21.7296 8.2057 21.1725 8.42138C20.6111 8.63872 20.1605 8.3493 19.9963 8.22809C19.8376 8.11095 19.671 7.94401 19.5405 7.81321L19.5405 7.81321L19.5111 7.78375L18.5708 6.84345L14.7071 10.7071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.29289 10.7071C9.68342 11.0976 10.3166 11.0976 10.7071 10.7071C11.0976 10.3166 11.0976 9.68341 10.7071 9.29289L6.84345 5.42923L7.78378 4.48889L7.81324 4.45948C7.94404 4.32893 8.11098 4.16232 8.22812 4.00362C8.34933 3.8394 8.63875 3.38884 8.4214 2.82748C8.20571 2.27038 7.69506 2.12965 7.49066 2.08863C7.29776 2.04991 7.06344 2.03923 6.88185 2.03095L6.84054 2.02905C6.23337 2.00074 5.43456 1.98187 4.72076 2.02729C4.366 2.04986 4.00232 2.09001 3.68124 2.16276C3.4087 2.22451 2.97502 2.34819 2.66161 2.66159C2.34819 2.975 2.22451 3.40869 2.16276 3.68124C2.09001 4.00232 2.04988 4.366 2.02731 4.72076C1.9819 5.43456 2.00078 6.23338 2.0291 6.84054L2.031 6.88184C2.03928 7.06343 2.04996 7.29775 2.08868 7.49066C2.12971 7.69506 2.27045 8.2057 2.82754 8.42138C3.3889 8.63872 3.83946 8.3493 4.00368 8.22809C4.16238 8.11095 4.32898 7.94401 4.45953 7.81321L4.45953 7.81321L4.48895 7.78375L5.42924 6.84345L9.29289 10.7071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7071 13.2929C14.3166 12.9024 13.6834 12.9024 13.2929 13.2929C12.9024 13.6834 12.9024 14.3166 13.2929 14.7071L17.1566 18.5708L16.2162 19.5111L16.1868 19.5405C16.056 19.6711 15.889 19.8377 15.7719 19.9964C15.6507 20.1606 15.3612 20.6112 15.5786 21.1725C15.7943 21.7296 16.3049 21.8703 16.5093 21.9114C16.7022 21.9501 16.9366 21.9608 17.1182 21.969L17.1595 21.9709C17.7666 21.9993 18.5654 22.0181 19.2792 21.9727C19.634 21.9501 19.9977 21.91 20.3188 21.8372C20.5913 21.7755 21.025 21.6518 21.3384 21.3384C21.6518 21.025 21.7755 20.5913 21.8372 20.3188C21.91 19.9977 21.9501 19.634 21.9727 19.2792C22.0181 18.5654 21.9992 17.7666 21.9709 17.1595L21.969 17.1182C21.9607 16.9366 21.95 16.7023 21.9113 16.5093C21.8703 16.3049 21.7296 15.7943 21.1725 15.5786C20.6111 15.3613 20.1605 15.6507 19.9963 15.7719C19.8376 15.8891 19.671 16.056 19.5405 16.1868L19.5405 16.1868L19.5111 16.2162L18.5708 17.1566L14.7071 13.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.29289 13.2929C9.68342 12.9024 10.3166 12.9024 10.7071 13.2929C11.0976 13.6834 11.0976 14.3166 10.7071 14.7071L6.84345 18.5708L7.78378 19.5111L7.81324 19.5405C7.94404 19.6711 8.11098 19.8377 8.22812 19.9964C8.34933 20.1606 8.63875 20.6112 8.4214 21.1725C8.20571 21.7296 7.69506 21.8703 7.49066 21.9114C7.29776 21.9501 7.06344 21.9608 6.88185 21.969L6.84054 21.9709C6.23337 21.9993 5.43456 22.0181 4.72076 21.9727C4.366 21.9501 4.00232 21.91 3.68124 21.8372C3.4087 21.7755 2.97502 21.6518 2.66161 21.3384C2.34819 21.025 2.22451 20.5913 2.16276 20.3188C2.09001 19.9977 2.04988 19.634 2.02731 19.2792C1.9819 18.5654 2.00078 17.7666 2.0291 17.1595L2.031 17.1182C2.03928 16.9366 2.04996 16.7023 2.08868 16.5093C2.12971 16.3049 2.27045 15.7943 2.82754 15.5786C3.3889 15.3613 3.83946 15.6507 4.00368 15.7719C4.16238 15.8891 4.32898 16.056 4.45953 16.1868L4.45953 16.1868L4.48895 16.2162L5.42924 17.1566L9.29289 13.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7071 10.7071C14.3166 11.0976 13.6834 11.0976 13.2929 10.7071C12.9024 10.3166 12.9024 9.68341 13.2929 9.29289L17.1566 5.42923L16.2162 4.48889L16.1868 4.45948C16.056 4.32893 15.889 4.16232 15.7719 4.00362C15.6507 3.8394 15.3612 3.38884 15.5786 2.82748C15.7943 2.27038 16.3049 2.12965 16.5093 2.08863C16.7022 2.04991 16.9366 2.03923 17.1182 2.03095L17.1595 2.02905C17.7666 2.00074 18.5654 1.98187 19.2792 2.02729C19.634 2.04986 19.9977 2.09001 20.3188 2.16276C20.5913 2.22451 21.025 2.34819 21.3384 2.66159C21.6518 2.975 21.7755 3.40869 21.8372 3.68124C21.91 4.00232 21.9501 4.366 21.9727 4.72076C22.0181 5.43456 21.9992 6.23338 21.9709 6.84054L21.969 6.88184C21.9607 7.06343 21.95 7.29775 21.9113 7.49066C21.8703 7.69506 21.7296 8.2057 21.1725 8.42138C20.6111 8.63872 20.1605 8.3493 19.9963 8.22809C19.8376 8.11095 19.671 7.94401 19.5405 7.81321L19.5405 7.81321L19.5111 7.78375L18.5708 6.84345L14.7071 10.7071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.29289 10.7071C9.68342 11.0976 10.3166 11.0976 10.7071 10.7071C11.0976 10.3166 11.0976 9.68341 10.7071 9.29289L6.84345 5.42923L7.78378 4.48889L7.81324 4.45948C7.94404 4.32893 8.11098 4.16232 8.22812 4.00362C8.34933 3.8394 8.63875 3.38884 8.4214 2.82748C8.20571 2.27038 7.69506 2.12965 7.49066 2.08863C7.29776 2.04991 7.06344 2.03923 6.88185 2.03095L6.84054 2.02905C6.23337 2.00074 5.43456 1.98187 4.72076 2.02729C4.366 2.04986 4.00232 2.09001 3.68124 2.16276C3.4087 2.22451 2.97502 2.34819 2.66161 2.66159C2.34819 2.975 2.22451 3.40869 2.16276 3.68124C2.09001 4.00232 2.04988 4.366 2.02731 4.72076C1.9819 5.43456 2.00078 6.23338 2.0291 6.84054L2.031 6.88184C2.03928 7.06343 2.04996 7.29775 2.08868 7.49066C2.12971 7.69506 2.27045 8.2057 2.82754 8.42138C3.3889 8.63872 3.83946 8.3493 4.00368 8.22809C4.16238 8.11095 4.32898 7.94401 4.45953 7.81321L4.45953 7.81321L4.48895 7.78375L5.42924 6.84345L9.29289 10.7071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7071 13.2929C14.3166 12.9024 13.6834 12.9024 13.2929 13.2929C12.9024 13.6834 12.9024 14.3166 13.2929 14.7071L17.1566 18.5708L16.2162 19.5111L16.1868 19.5405C16.056 19.6711 15.889 19.8377 15.7719 19.9964C15.6507 20.1606 15.3612 20.6112 15.5786 21.1725C15.7943 21.7296 16.3049 21.8703 16.5093 21.9114C16.7022 21.9501 16.9366 21.9608 17.1182 21.969L17.1595 21.9709C17.7666 21.9993 18.5654 22.0181 19.2792 21.9727C19.634 21.9501 19.9977 21.91 20.3188 21.8372C20.5913 21.7755 21.025 21.6518 21.3384 21.3384C21.6518 21.025 21.7755 20.5913 21.8372 20.3188C21.91 19.9977 21.9501 19.634 21.9727 19.2792C22.0181 18.5654 21.9992 17.7666 21.9709 17.1595L21.969 17.1182C21.9607 16.9366 21.95 16.7023 21.9113 16.5093C21.8703 16.3049 21.7296 15.7943 21.1725 15.5786C20.6111 15.3613 20.1605 15.6507 19.9963 15.7719C19.8376 15.8891 19.671 16.056 19.5405 16.1868L19.5405 16.1868L19.5111 16.2162L18.5708 17.1566L14.7071 13.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.29289 13.2929C9.68342 12.9024 10.3166 12.9024 10.7071 13.2929C11.0976 13.6834 11.0976 14.3166 10.7071 14.7071L6.84345 18.5708L7.78378 19.5111L7.81324 19.5405C7.94404 19.6711 8.11098 19.8377 8.22812 19.9964C8.34933 20.1606 8.63875 20.6112 8.4214 21.1725C8.20571 21.7296 7.69506 21.8703 7.49066 21.9114C7.29776 21.9501 7.06344 21.9608 6.88185 21.969L6.84054 21.9709C6.23337 21.9993 5.43456 22.0181 4.72076 21.9727C4.366 21.9501 4.00232 21.91 3.68124 21.8372C3.4087 21.7755 2.97502 21.6518 2.66161 21.3384C2.34819 21.025 2.22451 20.5913 2.16276 20.3188C2.09001 19.9977 2.04988 19.634 2.02731 19.2792C1.9819 18.5654 2.00078 17.7666 2.0291 17.1595L2.031 17.1182C2.03928 16.9366 2.04996 16.7023 2.08868 16.5093C2.12971 16.3049 2.27045 15.7943 2.82754 15.5786C3.3889 15.3613 3.83946 15.6507 4.00368 15.7719C4.16238 15.8891 4.32898 16.056 4.45953 16.1868L4.45953 16.1868L4.48895 16.2162L5.42924 17.1566L9.29289 13.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-horizontal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5227 8.46221C19.3066 8.25213 18.9857 8.19185 18.7081 8.30917C18.4304 8.42649 18.25 8.69861 18.25 9.00002V11L5.75 11V9.00002C5.75 8.69861 5.56957 8.42649 5.29193 8.30917C5.01429 8.19185 4.69339 8.25213 4.47726 8.46221C4.36071 8.57549 4.13501 8.7559 3.81197 9.00963C3.52108 9.23797 3.11067 9.56013 2.78758 9.8339C2.44084 10.1277 2.08603 10.4522 1.81244 10.7734C1.67538 10.9344 1.54343 11.112 1.44275 11.3002C1.34525 11.4824 1.25 11.7242 1.25 12C1.25 12.2758 1.34525 12.5177 1.44275 12.6999C1.54343 12.888 1.67538 13.0657 1.81244 13.2266C2.08603 13.5478 2.44084 13.8723 2.78758 14.1661C3.11067 14.4399 3.52107 14.7621 3.81197 14.9904C4.13501 15.2441 4.36071 15.4246 4.47726 15.5378C4.69339 15.7479 5.01429 15.8082 5.29193 15.6909C5.56957 15.5736 5.75 15.3014 5.75 15V13L18.25 13V15C18.25 15.3014 18.4304 15.5736 18.7081 15.6909C18.9857 15.8082 19.3066 15.7479 19.5227 15.5378C19.6393 15.4246 19.865 15.2441 20.188 14.9904C20.4789 14.7621 20.8893 14.4399 21.2124 14.1661C21.5592 13.8723 21.914 13.5478 22.1876 13.2266C22.3246 13.0657 22.4566 12.888 22.5573 12.6999C22.6547 12.5177 22.75 12.2758 22.75 12C22.75 11.7242 22.6547 11.4824 22.5572 11.3002C22.4566 11.112 22.3246 10.9344 22.1876 10.7734C21.914 10.4522 21.5592 10.1277 21.2124 9.8339C20.8893 9.56014 20.4789 9.23797 20.188 9.00963C19.865 8.7559 19.6393 8.57549 19.5227 8.46221Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5227 8.46221C19.3066 8.25213 18.9857 8.19185 18.7081 8.30917C18.4304 8.42649 18.25 8.69861 18.25 9.00002V11L5.75 11V9.00002C5.75 8.69861 5.56957 8.42649 5.29193 8.30917C5.01429 8.19185 4.69339 8.25213 4.47726 8.46221C4.36071 8.57549 4.13501 8.7559 3.81197 9.00963C3.52108 9.23797 3.11067 9.56013 2.78758 9.8339C2.44084 10.1277 2.08603 10.4522 1.81244 10.7734C1.67538 10.9344 1.54343 11.112 1.44275 11.3002C1.34525 11.4824 1.25 11.7242 1.25 12C1.25 12.2758 1.34525 12.5177 1.44275 12.6999C1.54343 12.888 1.67538 13.0657 1.81244 13.2266C2.08603 13.5478 2.44084 13.8723 2.78758 14.1661C3.11067 14.4399 3.52107 14.7621 3.81197 14.9904C4.13501 15.2441 4.36071 15.4246 4.47726 15.5378C4.69339 15.7479 5.01429 15.8082 5.29193 15.6909C5.56957 15.5736 5.75 15.3014 5.75 15V13L18.25 13V15C18.25 15.3014 18.4304 15.5736 18.7081 15.6909C18.9857 15.8082 19.3066 15.7479 19.5227 15.5378C19.6393 15.4246 19.865 15.2441 20.188 14.9904C20.4789 14.7621 20.8893 14.4399 21.2124 14.1661C21.5592 13.8723 21.914 13.5478 22.1876 13.2266C22.3246 13.0657 22.4566 12.888 22.5573 12.6999C22.6547 12.5177 22.75 12.2758 22.75 12C22.75 11.7242 22.6547 11.4824 22.5572 11.3002C22.4566 11.112 22.3246 10.9344 22.1876 10.7734C21.914 10.4522 21.5592 10.1277 21.2124 9.8339C20.8893 9.56014 20.4789 9.23797 20.188 9.00963C19.865 8.7559 19.6393 8.57549 19.5227 8.46221Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-left-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.8051 5.40705C15.4776 4.96235 14.8516 4.86736 14.4069 5.19488C14.0615 5.44927 13.7332 5.70372 13.4472 5.92689C12.8764 6.3724 12.1118 6.98572 11.3444 7.65208C10.5819 8.31412 9.79361 9.04815 9.18811 9.73344C8.88637 10.0749 8.60888 10.4279 8.4014 10.7721C8.21046 11.0888 8 11.524 8 12.0001C8 12.4762 8.21046 12.9115 8.4014 13.2282C8.60888 13.5724 8.88637 13.9253 9.18811 14.2668C9.79361 14.9521 10.5819 15.6861 11.3444 16.3482C12.1118 17.0145 12.8764 17.6278 13.4472 18.0734C13.7332 18.2965 14.0615 18.551 14.4069 18.8054C14.8516 19.1329 15.4776 19.0379 15.8051 18.5932C15.9368 18.4144 16.0002 18.2064 16 18.0002V12.0001V6.00007C16.0002 5.79387 15.9368 5.58581 15.8051 5.40705Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.8051 5.40705C15.4776 4.96235 14.8516 4.86736 14.4069 5.19488C14.0615 5.44927 13.7332 5.70372 13.4472 5.92689C12.8764 6.3724 12.1118 6.98572 11.3444 7.65208C10.5819 8.31412 9.79361 9.04815 9.18811 9.73344C8.88637 10.0749 8.60888 10.4279 8.4014 10.7721C8.21046 11.0888 8 11.524 8 12.0001C8 12.4762 8.21046 12.9115 8.4014 13.2282C8.60888 13.5724 8.88637 13.9253 9.18811 14.2668C9.79361 14.9521 10.5819 15.6861 11.3444 16.3482C12.1118 17.0145 12.8764 17.6278 13.4472 18.0734C13.7332 18.2965 14.0615 18.551 14.4069 18.8054C14.8516 19.1329 15.4776 19.0379 15.8051 18.5932C15.9368 18.4144 16.0002 18.2064 16 18.0002V12.0001V6.00007C16.0002 5.79387 15.9368 5.58581 15.8051 5.40705Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-left-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11L20 11C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13L4 13C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.02786 12C5.12116 12.1548 5.31675 12.4329 5.53062 12.6749C5.95637 13.1568 6.5431 13.7072 7.1556 14.2389C7.76313 14.7664 8.3736 15.2564 8.83397 15.6156C9.06363 15.7948 9.45995 16.0942 9.59308 16.1948C10.0377 16.5223 10.1327 17.1483 9.8052 17.5929C9.47769 18.0376 8.85169 18.1326 8.40699 17.8051L8.40328 17.8023C8.2589 17.6933 7.84028 17.3771 7.60352 17.1923C7.1264 16.82 6.48686 16.307 5.84439 15.7492C5.20689 15.1957 4.54362 14.5784 4.03187 13.9992C3.777 13.7108 3.53856 13.4082 3.35842 13.1094C3.19484 12.838 3.00002 12.4432 3 12C3.00002 11.5569 3.19484 11.162 3.35842 10.8906C3.53856 10.5918 3.777 10.2892 4.03186 10.0008C4.54362 9.4216 5.20689 8.80434 5.84439 8.25084C6.48686 7.69303 7.1264 7.18002 7.60352 6.80767C7.84028 6.62291 8.25863 6.30693 8.40301 6.19788L8.40699 6.19487C8.85169 5.86736 9.47769 5.96236 9.8052 6.40706C10.1327 6.85173 10.0377 7.47768 9.59308 7.80521C9.45995 7.90576 9.06363 8.20515 8.83397 8.38437C8.3736 8.74365 7.76313 9.23357 7.1556 9.76105C6.5431 10.2928 5.95637 10.8432 5.53062 11.3251C5.31675 11.5671 5.12116 11.8452 5.02786 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11L20 11C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13L4 13C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.02786 12C5.12116 12.1548 5.31675 12.4329 5.53062 12.6749C5.95637 13.1568 6.5431 13.7072 7.1556 14.2389C7.76313 14.7664 8.3736 15.2564 8.83397 15.6156C9.06363 15.7948 9.45995 16.0942 9.59308 16.1948C10.0377 16.5223 10.1327 17.1483 9.8052 17.5929C9.47769 18.0376 8.85169 18.1326 8.40699 17.8051L8.40328 17.8023C8.2589 17.6933 7.84028 17.3771 7.60352 17.1923C7.1264 16.82 6.48686 16.307 5.84439 15.7492C5.20689 15.1957 4.54362 14.5784 4.03187 13.9992C3.777 13.7108 3.53856 13.4082 3.35842 13.1094C3.19484 12.838 3.00002 12.4432 3 12C3.00002 11.5569 3.19484 11.162 3.35842 10.8906C3.53856 10.5918 3.777 10.2892 4.03186 10.0008C4.54362 9.4216 5.20689 8.80434 5.84439 8.25084C6.48686 7.69303 7.1264 7.18002 7.60352 6.80767C7.84028 6.62291 8.25863 6.30693 8.40301 6.19788L8.40699 6.19487C8.85169 5.86736 9.47769 5.96236 9.8052 6.40706C10.1327 6.85173 10.0377 7.47768 9.59308 7.80521C9.45995 7.90576 9.06363 8.20515 8.83397 8.38437C8.3736 8.74365 7.76313 9.23357 7.1556 9.76105C6.5431 10.2928 5.95637 10.8432 5.53062 11.3251C5.31675 11.5671 5.12116 11.8452 5.02786 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-left-03-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 19C4.55228 19 5 18.5523 5 18L5 6C5 5.44771 4.55228 5 4 5C3.44771 5 3 5.44772 3 6L3 18C3 18.5523 3.44772 19 4 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.593 8.80529C13.0376 8.47783 13.1327 7.8519 12.8053 7.40718C12.4778 6.96243 11.8519 6.86734 11.4071 7.19478L11.4031 7.19772L11.3934 7.20489L11.3576 7.23149C11.3267 7.25451 11.282 7.28795 11.2255 7.33061C11.1126 7.4159 10.9521 7.53829 10.7599 7.68825C10.3765 7.98735 9.86196 8.39996 9.34448 8.84912C8.83198 9.29398 8.2937 9.79436 7.87568 10.2674C7.66768 10.5027 7.46829 10.7549 7.31549 11.0083C7.17922 11.2343 7 11.5888 7 11.9991C7 12.4094 7.1792 12.7639 7.31543 12.9899C7.46821 13.2434 7.66756 13.4956 7.87554 13.731C8.29353 14.2042 8.83178 14.7048 9.34427 15.1499C9.86172 15.5993 10.3763 16.0121 10.7596 16.3114C10.9518 16.4615 11.1123 16.5839 11.2253 16.6693C11.2818 16.7119 11.3264 16.7454 11.3573 16.7684L11.3931 16.795L11.4028 16.8022L11.4064 16.8048C11.851 17.1324 12.4775 17.0378 12.8051 16.5932C13.1326 16.1486 13.0378 15.5226 12.5932 15.195L12.5913 15.1936L12.5838 15.1881L12.5527 15.165C12.525 15.1443 12.4838 15.1135 12.4309 15.0735C12.3251 14.9936 12.1731 14.8776 11.9903 14.7349C11.6237 14.4487 11.1382 14.0589 10.6557 13.6399C10.4094 13.426 10.1698 13.2095 9.95005 12.9991L20 12.9991C20.5523 12.9991 21 12.5514 21 11.9991C21 11.4468 20.5523 10.9991 20 10.9991L9.95067 10.9991C10.1702 10.7891 10.4095 10.573 10.6555 10.3595C11.138 9.94067 11.6235 9.55115 11.9901 9.26513C12.1729 9.12253 12.3249 9.0066 12.4307 8.92672C12.4836 8.8868 12.5248 8.85594 12.5525 8.83531L12.5836 8.8122L12.5911 8.80669L12.593 8.80529Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 19C4.55228 19 5 18.5523 5 18L5 6C5 5.44771 4.55228 5 4 5C3.44771 5 3 5.44772 3 6L3 18C3 18.5523 3.44772 19 4 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.593 8.80529C13.0376 8.47783 13.1327 7.8519 12.8053 7.40718C12.4778 6.96243 11.8519 6.86734 11.4071 7.19478L11.4031 7.19772L11.3934 7.20489L11.3576 7.23149C11.3267 7.25451 11.282 7.28795 11.2255 7.33061C11.1126 7.4159 10.9521 7.53829 10.7599 7.68825C10.3765 7.98735 9.86196 8.39996 9.34448 8.84912C8.83198 9.29398 8.2937 9.79436 7.87568 10.2674C7.66768 10.5027 7.46829 10.7549 7.31549 11.0083C7.17922 11.2343 7 11.5888 7 11.9991C7 12.4094 7.1792 12.7639 7.31543 12.9899C7.46821 13.2434 7.66756 13.4956 7.87554 13.731C8.29353 14.2042 8.83178 14.7048 9.34427 15.1499C9.86172 15.5993 10.3763 16.0121 10.7596 16.3114C10.9518 16.4615 11.1123 16.5839 11.2253 16.6693C11.2818 16.7119 11.3264 16.7454 11.3573 16.7684L11.3931 16.795L11.4028 16.8022L11.4064 16.8048C11.851 17.1324 12.4775 17.0378 12.8051 16.5932C13.1326 16.1486 13.0378 15.5226 12.5932 15.195L12.5913 15.1936L12.5838 15.1881L12.5527 15.165C12.525 15.1443 12.4838 15.1135 12.4309 15.0735C12.3251 14.9936 12.1731 14.8776 11.9903 14.7349C11.6237 14.4487 11.1382 14.0589 10.6557 13.6399C10.4094 13.426 10.1698 13.2095 9.95005 12.9991L20 12.9991C20.5523 12.9991 21 12.5514 21 11.9991C21 11.4468 20.5523 10.9991 20 10.9991L9.95067 10.9991C10.1702 10.7891 10.4095 10.573 10.6555 10.3595C11.138 9.94067 11.6235 9.55115 11.9901 9.26513C12.1729 9.12253 12.3249 9.0066 12.4307 8.92672C12.4836 8.8868 12.5248 8.85594 12.5525 8.83531L12.5836 8.8122L12.5911 8.80669L12.593 8.80529Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-left-04-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.125 12.0012C3.125 12.5259 3.39329 12.9205 3.68621 13.2272C3.95899 13.5128 4.38826 13.8509 4.82504 14.1949L5.83881 14.9935C6.58132 15.5785 7.20286 16.0681 7.72013 16.3683C8.24039 16.6701 8.88006 16.9154 9.54328 16.6217C10.2246 16.3201 10.4467 15.668 10.5369 15.0812C10.6195 14.5435 10.6247 13.8342 10.625 13L19.875 13C20.4273 13 20.875 12.5523 20.875 12C20.875 11.4477 20.4273 11 19.875 11L10.625 11C10.6247 10.1677 10.6193 9.45992 10.5369 8.92321C10.4467 8.33642 10.2246 7.68431 9.54328 7.38265C8.88006 7.089 8.24039 7.33426 7.72013 7.63613C7.20286 7.93625 6.58134 8.42591 5.83884 9.01087L4.82504 9.80952C4.38826 10.1535 3.95899 10.4916 3.68621 10.7772C3.39329 11.0838 3.125 11.4765 3.125 12.0012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.125 12.0012C3.125 12.5259 3.39329 12.9205 3.68621 13.2272C3.95899 13.5128 4.38826 13.8509 4.82504 14.1949L5.83881 14.9935C6.58132 15.5785 7.20286 16.0681 7.72013 16.3683C8.24039 16.6701 8.88006 16.9154 9.54328 16.6217C10.2246 16.3201 10.4467 15.668 10.5369 15.0812C10.6195 14.5435 10.6247 13.8342 10.625 13L19.875 13C20.4273 13 20.875 12.5523 20.875 12C20.875 11.4477 20.4273 11 19.875 11L10.625 11C10.6247 10.1677 10.6193 9.45992 10.5369 8.92321C10.4467 8.33642 10.2246 7.68431 9.54328 7.38265C8.88006 7.089 8.24039 7.33426 7.72013 7.63613C7.20286 7.93625 6.58134 8.42591 5.83884 9.01087L4.82504 9.80952C4.38826 10.1535 3.95899 10.4916 3.68621 10.7772C3.39329 11.0838 3.125 11.4765 3.125 12.0012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-left-05-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 5C4.55228 5 5 5.44772 5 6L5 18C5 18.5523 4.55228 19 4 19C3.44771 19 3 18.5523 3 18L3 6C3 5.44772 3.44772 5 4 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0001 11.0004C20.5524 11.0004 21.0001 11.4481 21.0001 12.0004C21.0001 12.5527 20.5524 13.0004 20.0001 13.0004L13 13.0004L13 14.0873C13.0002 14.4666 13.0003 14.8599 12.9523 15.1717C12.901 15.505 12.7447 16.0844 12.136 16.37C11.5337 16.6526 10.995 16.412 10.7026 16.2367C10.4349 16.0763 10.1375 15.8276 9.85386 15.5904L9.80684 15.5511C9.2337 15.0722 8.58598 14.4986 8.07369 13.9529C7.81903 13.6817 7.57512 13.3935 7.38867 13.1093C7.22743 12.8635 7 12.4621 7 12C7 11.5379 7.22743 11.1366 7.38867 10.8908C7.57511 10.6066 7.81902 10.3184 8.07367 10.0471C8.58596 9.50146 9.23367 8.92787 9.8068 8.44896L9.85382 8.40965C10.1375 8.17242 10.4348 7.92375 10.7025 7.76333C10.995 7.58805 11.5337 7.34739 12.136 7.62998C12.7447 7.91554 12.901 8.49501 12.9523 8.82833C13.0003 9.14007 13.0001 9.53339 13 9.91274L13 11.0004L20.0001 11.0004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 5C4.55228 5 5 5.44772 5 6L5 18C5 18.5523 4.55228 19 4 19C3.44771 19 3 18.5523 3 18L3 6C3 5.44772 3.44772 5 4 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0001 11.0004C20.5524 11.0004 21.0001 11.4481 21.0001 12.0004C21.0001 12.5527 20.5524 13.0004 20.0001 13.0004L13 13.0004L13 14.0873C13.0002 14.4666 13.0003 14.8599 12.9523 15.1717C12.901 15.505 12.7447 16.0844 12.136 16.37C11.5337 16.6526 10.995 16.412 10.7026 16.2367C10.4349 16.0763 10.1375 15.8276 9.85386 15.5904L9.80684 15.5511C9.2337 15.0722 8.58598 14.4986 8.07369 13.9529C7.81903 13.6817 7.57512 13.3935 7.38867 13.1093C7.22743 12.8635 7 12.4621 7 12C7 11.5379 7.22743 11.1366 7.38867 10.8908C7.57511 10.6066 7.81902 10.3184 8.07367 10.0471C8.58596 9.50146 9.23367 8.92787 9.8068 8.44896L9.85382 8.40965C10.1375 8.17242 10.4348 7.92375 10.7025 7.76333C10.995 7.58805 11.5337 7.34739 12.136 7.62998C12.7447 7.91554 12.901 8.49501 12.9523 8.82833C13.0003 9.14007 13.0001 9.53339 13 9.91274L13 11.0004L20.0001 11.0004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-left-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.093 6.80501C12.0507 6.83656 11.9251 6.93015 11.8449 6.99073C11.6844 7.11194 11.4543 7.2875 11.1777 7.50331C10.6236 7.93574 9.88813 8.52596 9.1556 9.16197C8.4181 9.80229 7.70637 10.4694 7.18687 11.0574C6.92612 11.3525 6.73487 11.6042 6.61422 11.8043C6.55675 11.8996 6.52738 11.9636 6.51266 11.9998C6.52738 12.036 6.55675 12.0999 6.61423 12.1953C6.73488 12.3954 6.92613 12.6471 7.18688 12.9422C7.70638 13.5301 8.4181 14.1973 9.1556 14.8376C9.88812 15.4737 10.6236 16.0639 11.1777 16.4963C11.4542 16.7121 11.9325 17.0734 12.093 17.1946C12.5377 17.5222 12.6327 18.1482 12.3051 18.5929C11.9776 19.0375 11.3511 19.1321 10.9064 18.8046L10.9033 18.8023C10.7326 18.6733 10.2314 18.2948 9.94723 18.073C9.37636 17.6275 8.61183 17.0142 7.84437 16.3478C7.08187 15.6858 6.29361 14.9518 5.68811 14.2665C5.38637 13.925 5.10888 13.572 4.9014 13.2278C4.71046 12.9111 4.5 12.4759 4.5 11.9998C4.5 11.5236 4.71046 11.0884 4.90139 10.7717C5.10887 10.4275 5.38637 10.0746 5.68811 9.73309C6.29362 9.04781 7.08189 8.31379 7.84439 7.65176C8.61186 6.98542 9.3764 6.37211 9.94727 5.9266C10.2332 5.70344 10.4718 5.52142 10.6395 5.3948C10.7226 5.33202 10.8585 5.23074 10.9052 5.19591L10.9065 5.19501C11.3511 4.8675 11.9777 4.9621 12.3052 5.4068C12.6327 5.8515 12.5377 6.47749 12.093 6.80501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9511 5.10738C19.2878 5.27754 19.5 5.62265 19.5 5.99985L19.5 17.9999C19.5 18.3771 19.2877 18.7222 18.9511 18.8923C18.6144 19.0625 18.2107 19.0287 17.9069 18.805L17.9044 18.8031C17.8564 18.7674 17.7218 18.667 17.6394 18.6048C17.4718 18.4782 17.2332 18.2962 16.9472 18.073C16.3764 17.6275 15.6118 17.0142 14.8444 16.3478C14.0819 15.6858 13.2936 14.9518 12.6881 14.2665C12.3864 13.925 12.1089 13.572 11.9014 13.2279C11.7105 12.9111 11.5 12.4759 11.5 11.9998C11.5 11.5237 11.7105 11.0885 11.9014 10.7718C12.1089 10.4276 12.3864 10.0746 12.6881 9.73314C13.2936 9.04786 14.0819 8.31383 14.8444 7.65181C15.6119 6.98546 16.3764 6.37215 16.9473 5.92665C17.2332 5.70348 17.4718 5.52147 17.6395 5.39484C17.7226 5.33206 17.8585 5.23078 17.9052 5.19595L17.9065 5.19505C18.2102 4.97137 18.6145 4.93722 18.9511 5.10738Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.093 6.80501C12.0507 6.83656 11.9251 6.93015 11.8449 6.99073C11.6844 7.11194 11.4543 7.2875 11.1777 7.50331C10.6236 7.93574 9.88813 8.52596 9.1556 9.16197C8.4181 9.80229 7.70637 10.4694 7.18687 11.0574C6.92612 11.3525 6.73487 11.6042 6.61422 11.8043C6.55675 11.8996 6.52738 11.9636 6.51266 11.9998C6.52738 12.036 6.55675 12.0999 6.61423 12.1953C6.73488 12.3954 6.92613 12.6471 7.18688 12.9422C7.70638 13.5301 8.4181 14.1973 9.1556 14.8376C9.88812 15.4737 10.6236 16.0639 11.1777 16.4963C11.4542 16.7121 11.9325 17.0734 12.093 17.1946C12.5377 17.5222 12.6327 18.1482 12.3051 18.5929C11.9776 19.0375 11.3511 19.1321 10.9064 18.8046L10.9033 18.8023C10.7326 18.6733 10.2314 18.2948 9.94723 18.073C9.37636 17.6275 8.61183 17.0142 7.84437 16.3478C7.08187 15.6858 6.29361 14.9518 5.68811 14.2665C5.38637 13.925 5.10888 13.572 4.9014 13.2278C4.71046 12.9111 4.5 12.4759 4.5 11.9998C4.5 11.5236 4.71046 11.0884 4.90139 10.7717C5.10887 10.4275 5.38637 10.0746 5.68811 9.73309C6.29362 9.04781 7.08189 8.31379 7.84439 7.65176C8.61186 6.98542 9.3764 6.37211 9.94727 5.9266C10.2332 5.70344 10.4718 5.52142 10.6395 5.3948C10.7226 5.33202 10.8585 5.23074 10.9052 5.19591L10.9065 5.19501C11.3511 4.8675 11.9777 4.9621 12.3052 5.4068C12.6327 5.8515 12.5377 6.47749 12.093 6.80501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9511 5.10738C19.2878 5.27754 19.5 5.62265 19.5 5.99985L19.5 17.9999C19.5 18.3771 19.2877 18.7222 18.9511 18.8923C18.6144 19.0625 18.2107 19.0287 17.9069 18.805L17.9044 18.8031C17.8564 18.7674 17.7218 18.667 17.6394 18.6048C17.4718 18.4782 17.2332 18.2962 16.9472 18.073C16.3764 17.6275 15.6118 17.0142 14.8444 16.3478C14.0819 15.6858 13.2936 14.9518 12.6881 14.2665C12.3864 13.925 12.1089 13.572 11.9014 13.2279C11.7105 12.9111 11.5 12.4759 11.5 11.9998C11.5 11.5237 11.7105 11.0885 11.9014 10.7718C12.1089 10.4276 12.3864 10.0746 12.6881 9.73314C13.2936 9.04786 14.0819 8.31383 14.8444 7.65181C15.6119 6.98546 16.3764 6.37215 16.9473 5.92665C17.2332 5.70348 17.4718 5.52147 17.6395 5.39484C17.7226 5.33206 17.8585 5.23078 17.9052 5.19595L17.9065 5.19505C18.2102 4.97137 18.6145 4.93722 18.9511 5.10738Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-left-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9999 7.75001C20.5522 7.75001 20.9999 7.30229 20.9999 6.75001C20.9999 6.19772 20.5522 5.75001 19.9999 5.75001L7.99999 5.75001L8 4.56829L8.00003 4.53443L8.00003 4.53442C8.00025 4.39798 8.00056 4.19919 7.9746 4.02998C7.94624 3.84511 7.83812 3.36011 7.32267 3.11374C6.81104 2.86919 6.36183 3.08093 6.19364 3.17545C6.04314 3.26004 5.88606 3.38325 5.77954 3.46679L5.75295 3.48764C5.3042 3.83845 4.67868 4.34774 4.15775 4.85106C3.89942 5.10066 3.64263 5.3718 3.44332 5.63789C3.34356 5.77107 3.24258 5.92353 3.16319 6.08808C3.08862 6.24265 3 6.47491 3 6.74999C3 7.02506 3.08862 7.25731 3.16319 7.41188C3.24258 7.57642 3.34356 7.72888 3.44332 7.86206C3.64263 8.12815 3.89941 8.3993 4.15774 8.6489C4.67866 9.15222 5.30417 9.66152 5.75291 10.0123L5.77951 10.0332L5.77952 10.0332C5.88603 10.1167 6.04311 10.24 6.19361 10.3245C6.36179 10.4191 6.811 10.6308 7.32264 10.3863C7.83809 10.1399 7.94621 9.65489 7.97458 9.47002C8.00054 9.30081 8.00023 9.10202 8.00002 8.96557L7.99998 8.93172L7.99998 7.75001L19.9999 7.75001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.00006 18.25C3.44778 18.25 3.00006 17.8023 3.00006 17.25C3.00006 16.6977 3.44778 16.25 4.00006 16.25L16 16.25L16 15.0683L16 15.0344L16 15.0344C15.9998 14.898 15.9994 14.6992 16.0254 14.53C16.0538 14.3451 16.1619 13.8601 16.6773 13.6137C17.189 13.3692 17.6382 13.5809 17.8064 13.6755C17.9569 13.76 18.1139 13.8832 18.2205 13.9668L18.2471 13.9876C18.6958 14.3385 19.3213 14.8477 19.8422 15.3511C20.1006 15.6007 20.3574 15.8718 20.5567 16.1379C20.6564 16.2711 20.7574 16.4235 20.8368 16.5881C20.9114 16.7426 21 16.9749 21 17.25C21 17.5251 20.9114 17.7573 20.8368 17.9119C20.7574 18.0764 20.6564 18.2289 20.5567 18.3621C20.3574 18.6282 20.1006 18.8993 19.8423 19.1489C19.3213 19.6522 18.6958 20.1615 18.2471 20.5123L18.2205 20.5332L18.2205 20.5332C18.114 20.6167 17.9569 20.74 17.8064 20.8245C17.6382 20.9191 17.189 21.1308 16.6774 20.8863C16.1619 20.6399 16.0538 20.1549 16.0254 19.97C15.9995 19.8008 15.9998 19.602 16 19.4656L16 19.4317L16 18.25L4.00006 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9999 7.75001C20.5522 7.75001 20.9999 7.30229 20.9999 6.75001C20.9999 6.19772 20.5522 5.75001 19.9999 5.75001L7.99999 5.75001L8 4.56829L8.00003 4.53443L8.00003 4.53442C8.00025 4.39798 8.00056 4.19919 7.9746 4.02998C7.94624 3.84511 7.83812 3.36011 7.32267 3.11374C6.81104 2.86919 6.36183 3.08093 6.19364 3.17545C6.04314 3.26004 5.88606 3.38325 5.77954 3.46679L5.75295 3.48764C5.3042 3.83845 4.67868 4.34774 4.15775 4.85106C3.89942 5.10066 3.64263 5.3718 3.44332 5.63789C3.34356 5.77107 3.24258 5.92353 3.16319 6.08808C3.08862 6.24265 3 6.47491 3 6.74999C3 7.02506 3.08862 7.25731 3.16319 7.41188C3.24258 7.57642 3.34356 7.72888 3.44332 7.86206C3.64263 8.12815 3.89941 8.3993 4.15774 8.6489C4.67866 9.15222 5.30417 9.66152 5.75291 10.0123L5.77951 10.0332L5.77952 10.0332C5.88603 10.1167 6.04311 10.24 6.19361 10.3245C6.36179 10.4191 6.811 10.6308 7.32264 10.3863C7.83809 10.1399 7.94621 9.65489 7.97458 9.47002C8.00054 9.30081 8.00023 9.10202 8.00002 8.96557L7.99998 8.93172L7.99998 7.75001L19.9999 7.75001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.00006 18.25C3.44778 18.25 3.00006 17.8023 3.00006 17.25C3.00006 16.6977 3.44778 16.25 4.00006 16.25L16 16.25L16 15.0683L16 15.0344L16 15.0344C15.9998 14.898 15.9994 14.6992 16.0254 14.53C16.0538 14.3451 16.1619 13.8601 16.6773 13.6137C17.189 13.3692 17.6382 13.5809 17.8064 13.6755C17.9569 13.76 18.1139 13.8832 18.2205 13.9668L18.2471 13.9876C18.6958 14.3385 19.3213 14.8477 19.8422 15.3511C20.1006 15.6007 20.3574 15.8718 20.5567 16.1379C20.6564 16.2711 20.7574 16.4235 20.8368 16.5881C20.9114 16.7426 21 16.9749 21 17.25C21 17.5251 20.9114 17.7573 20.8368 17.9119C20.7574 18.0764 20.6564 18.2289 20.5567 18.3621C20.3574 18.6282 20.1006 18.8993 19.8423 19.1489C19.3213 19.6522 18.6958 20.1615 18.2471 20.5123L18.2205 20.5332L18.2205 20.5332C18.114 20.6167 17.9569 20.74 17.8064 20.8245C17.6382 20.9191 17.189 21.1308 16.6774 20.8863C16.1619 20.6399 16.0538 20.1549 16.0254 19.97C15.9995 19.8008 15.9998 19.602 16 19.4656L16 19.4317L16 18.25L4.00006 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-move-down-left-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 2C20.5523 2 21 2.44772 21 3L21 5.20428C21.0001 7.08446 21.0001 8.16375 20.8399 9.08649C19.9572 14.1711 15.6121 18.073 10.1857 18.8571C9.67764 18.9305 8.91037 18.9662 7.99997 18.9836C7.99958 19.4971 7.99543 19.9701 7.95605 20.3387C7.92065 20.6702 7.8117 21.5004 7.12434 21.8623C6.44192 22.2217 5.83032 21.7854 5.58587 21.598C5.28839 21.37 4.93593 21.0199 4.55929 20.6457L4.51352 20.6003C4.18398 20.273 3.84245 19.9055 3.57595 19.534C3.44219 19.3475 3.30836 19.134 3.20433 18.9012C3.10358 18.6756 3 18.3639 3 18C3 17.6361 3.10358 17.3244 3.20433 17.0988C3.30836 16.866 3.44219 16.6525 3.57594 16.4661C3.84245 16.0945 4.18398 15.727 4.51351 15.3997L4.55928 15.3543C4.93593 14.9801 5.28838 14.63 5.58587 14.402C5.83032 14.2146 6.44192 13.7783 7.12434 14.1377C7.8117 14.4996 7.92065 15.3298 7.95605 15.6613C7.99458 16.022 7.99939 16.4825 7.99994 16.9832C8.83226 16.9675 9.48977 16.9369 9.89963 16.8777C14.5748 16.2021 18.1522 12.8759 18.8694 8.74441C18.9963 8.01354 19 7.11961 19 5.07692V3C19 2.44772 19.4477 2 20 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 2C20.5523 2 21 2.44772 21 3L21 5.20428C21.0001 7.08446 21.0001 8.16375 20.8399 9.08649C19.9572 14.1711 15.6121 18.073 10.1857 18.8571C9.67764 18.9305 8.91037 18.9662 7.99997 18.9836C7.99958 19.4971 7.99543 19.9701 7.95605 20.3387C7.92065 20.6702 7.8117 21.5004 7.12434 21.8623C6.44192 22.2217 5.83032 21.7854 5.58587 21.598C5.28839 21.37 4.93593 21.0199 4.55929 20.6457L4.51352 20.6003C4.18398 20.273 3.84245 19.9055 3.57595 19.534C3.44219 19.3475 3.30836 19.134 3.20433 18.9012C3.10358 18.6756 3 18.3639 3 18C3 17.6361 3.10358 17.3244 3.20433 17.0988C3.30836 16.866 3.44219 16.6525 3.57594 16.4661C3.84245 16.0945 4.18398 15.727 4.51351 15.3997L4.55928 15.3543C4.93593 14.9801 5.28838 14.63 5.58587 14.402C5.83032 14.2146 6.44192 13.7783 7.12434 14.1377C7.8117 14.4996 7.92065 15.3298 7.95605 15.6613C7.99458 16.022 7.99939 16.4825 7.99994 16.9832C8.83226 16.9675 9.48977 16.9369 9.89963 16.8777C14.5748 16.2021 18.1522 12.8759 18.8694 8.74441C18.9963 8.01354 19 7.11961 19 5.07692V3C19 2.44772 19.4477 2 20 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-move-down-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 2C3.44772 2 3 2.44772 3 3L3 5.20428C2.99992 7.08446 2.99987 8.16375 3.16006 9.08649C4.04276 14.1711 8.38788 18.073 13.8143 18.8571C14.3224 18.9305 15.0896 18.9662 16 18.9836C16.0004 19.4971 16.0046 19.9701 16.0439 20.3387C16.0794 20.6702 16.1883 21.5004 16.8757 21.8623C17.5581 22.2217 18.1697 21.7854 18.4141 21.598C18.7116 21.37 19.0641 21.0199 19.4407 20.6457L19.4865 20.6003C19.816 20.273 20.1576 19.9055 20.4241 19.534C20.5578 19.3475 20.6916 19.134 20.7957 18.9012C20.8964 18.6756 21 18.3639 21 18C21 17.6361 20.8964 17.3244 20.7957 17.0988C20.6916 16.866 20.5578 16.6525 20.4241 16.4661C20.1576 16.0945 19.816 15.727 19.4865 15.3997L19.4407 15.3543C19.0641 14.9801 18.7116 14.63 18.4141 14.402C18.1697 14.2146 17.5581 13.7783 16.8757 14.1377C16.1883 14.4996 16.0794 15.3298 16.0439 15.6613C16.0054 16.022 16.0006 16.4825 16.0001 16.9832C15.1677 16.9675 14.5102 16.9369 14.1004 16.8777C9.42524 16.2021 5.84782 12.8759 5.13059 8.74441C5.00371 8.01354 5 7.11961 5 5.07692V3C5 2.44772 4.55228 2 4 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 2C3.44772 2 3 2.44772 3 3L3 5.20428C2.99992 7.08446 2.99987 8.16375 3.16006 9.08649C4.04276 14.1711 8.38788 18.073 13.8143 18.8571C14.3224 18.9305 15.0896 18.9662 16 18.9836C16.0004 19.4971 16.0046 19.9701 16.0439 20.3387C16.0794 20.6702 16.1883 21.5004 16.8757 21.8623C17.5581 22.2217 18.1697 21.7854 18.4141 21.598C18.7116 21.37 19.0641 21.0199 19.4407 20.6457L19.4865 20.6003C19.816 20.273 20.1576 19.9055 20.4241 19.534C20.5578 19.3475 20.6916 19.134 20.7957 18.9012C20.8964 18.6756 21 18.3639 21 18C21 17.6361 20.8964 17.3244 20.7957 17.0988C20.6916 16.866 20.5578 16.6525 20.4241 16.4661C20.1576 16.0945 19.816 15.727 19.4865 15.3997L19.4407 15.3543C19.0641 14.9801 18.7116 14.63 18.4141 14.402C18.1697 14.2146 17.5581 13.7783 16.8757 14.1377C16.1883 14.4996 16.0794 15.3298 16.0439 15.6613C16.0054 16.022 16.0006 16.4825 16.0001 16.9832C15.1677 16.9675 14.5102 16.9369 14.1004 16.8777C9.42524 16.2021 5.84782 12.8759 5.13059 8.74441C5.00371 8.01354 5 7.11961 5 5.07692V3C5 2.44772 4.55228 2 4 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-move-left-down-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.01704 4L4 4C3.44771 4 3 4.44772 3 5C3 5.55229 3.44771 6 4 6H4.93333C8.04441 6 10.2664 6.0026 11.9548 6.25417C13.603 6.49974 14.5982 6.96412 15.344 7.79059C16.103 8.63176 16.5402 9.77831 16.7681 11.6566C16.9983 13.5539 17 16.0421 17 19.4808V21C17 21.5523 17.4477 22 18 22C18.5523 22 19 21.5523 19 21L19 19.4107C19 16.0569 19 13.4475 18.7535 11.4157C18.503 9.3506 17.9834 7.73023 16.8289 6.45074C15.661 5.15654 14.1596 4.56059 12.2495 4.276C10.3969 3.99996 8.02587 3.99998 5.01704 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.71708 1.30301C6.33214 0.906978 5.69904 0.897982 5.30301 1.28292C5.19819 1.3848 4.91297 1.61236 4.58548 1.86959L4.58546 1.8696C4.2951 2.09752 3.95281 2.3662 3.62596 2.64315C3.276 2.93969 2.90896 3.27451 2.62211 3.61131C2.47834 3.78012 2.33436 3.97285 2.22233 4.1822C2.11454 4.38363 2 4.66729 2 5C2 5.33271 2.11454 5.61638 2.22233 5.8178C2.33436 6.02715 2.47834 6.21989 2.62211 6.3887C2.90896 6.72549 3.276 7.06032 3.62596 7.35685C3.95282 7.63381 4.29513 7.90251 4.58549 8.13043C4.91298 8.38766 5.19819 8.6152 5.30301 8.71708C5.69904 9.10202 6.33214 9.09302 6.71708 8.69699C6.90599 8.50264 7.00002 8.25119 7 8V2C7.00002 1.74881 6.90599 1.49736 6.71708 1.30301Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.303 18.2829C13.907 18.6679 13.898 19.301 14.2829 19.697C14.3848 19.8018 14.6124 20.087 14.8696 20.4145C15.0975 20.7049 15.3662 21.0472 15.6431 21.374C15.9397 21.724 16.2745 22.091 16.6113 22.3779C16.7801 22.5217 16.9728 22.6656 17.1822 22.7777C17.3836 22.8855 17.6673 23 18 23C18.3327 23 18.6164 22.8855 18.8178 22.7777C19.0271 22.6656 19.2199 22.5217 19.3887 22.3779C19.7255 22.091 20.0603 21.724 20.3568 21.374C20.6338 21.0472 20.9025 20.7049 21.1304 20.4145L21.1304 20.4145C21.3876 20.087 21.6152 19.8018 21.7171 19.697C22.102 19.301 22.093 18.6679 21.697 18.2829C21.4968 18.0883 21.236 17.9944 20.9774 18.0003H14.9772C14.7336 18.0058 14.4915 18.0997 14.303 18.2829Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.01704 4L4 4C3.44771 4 3 4.44772 3 5C3 5.55229 3.44771 6 4 6H4.93333C8.04441 6 10.2664 6.0026 11.9548 6.25417C13.603 6.49974 14.5982 6.96412 15.344 7.79059C16.103 8.63176 16.5402 9.77831 16.7681 11.6566C16.9983 13.5539 17 16.0421 17 19.4808V21C17 21.5523 17.4477 22 18 22C18.5523 22 19 21.5523 19 21L19 19.4107C19 16.0569 19 13.4475 18.7535 11.4157C18.503 9.3506 17.9834 7.73023 16.8289 6.45074C15.661 5.15654 14.1596 4.56059 12.2495 4.276C10.3969 3.99996 8.02587 3.99998 5.01704 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.71708 1.30301C6.33214 0.906978 5.69904 0.897982 5.30301 1.28292C5.19819 1.3848 4.91297 1.61236 4.58548 1.86959L4.58546 1.8696C4.2951 2.09752 3.95281 2.3662 3.62596 2.64315C3.276 2.93969 2.90896 3.27451 2.62211 3.61131C2.47834 3.78012 2.33436 3.97285 2.22233 4.1822C2.11454 4.38363 2 4.66729 2 5C2 5.33271 2.11454 5.61638 2.22233 5.8178C2.33436 6.02715 2.47834 6.21989 2.62211 6.3887C2.90896 6.72549 3.276 7.06032 3.62596 7.35685C3.95282 7.63381 4.29513 7.90251 4.58549 8.13043C4.91298 8.38766 5.19819 8.6152 5.30301 8.71708C5.69904 9.10202 6.33214 9.09302 6.71708 8.69699C6.90599 8.50264 7.00002 8.25119 7 8V2C7.00002 1.74881 6.90599 1.49736 6.71708 1.30301Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.303 18.2829C13.907 18.6679 13.898 19.301 14.2829 19.697C14.3848 19.8018 14.6124 20.087 14.8696 20.4145C15.0975 20.7049 15.3662 21.0472 15.6431 21.374C15.9397 21.724 16.2745 22.091 16.6113 22.3779C16.7801 22.5217 16.9728 22.6656 17.1822 22.7777C17.3836 22.8855 17.6673 23 18 23C18.3327 23 18.6164 22.8855 18.8178 22.7777C19.0271 22.6656 19.2199 22.5217 19.3887 22.3779C19.7255 22.091 20.0603 21.724 20.3568 21.374C20.6338 21.0472 20.9025 20.7049 21.1304 20.4145L21.1304 20.4145C21.3876 20.087 21.6152 19.8018 21.7171 19.697C22.102 19.301 22.093 18.6679 21.697 18.2829C21.4968 18.0883 21.236 17.9944 20.9774 18.0003H14.9772C14.7336 18.0058 14.4915 18.0997 14.303 18.2829Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-move-right-down-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.983 4L20 4C20.5523 4 21 4.44772 21 5C21 5.55229 20.5523 6 20 6H19.0667C15.9556 6 13.7336 6.0026 12.0452 6.25417C10.397 6.49974 9.40176 6.96412 8.656 7.79059C7.89697 8.63176 7.45978 9.77831 7.23192 11.6566C7.00174 13.5539 7 16.0421 7 19.4808V21C7 21.5523 6.55229 22 6 22C5.44772 22 5 21.5523 5 21L5 19.4107C4.99999 16.0569 4.99998 13.4475 5.24648 11.4157C5.49701 9.3506 6.0166 7.73023 7.17114 6.45074C8.33895 5.15654 9.84043 4.56059 11.7505 4.276C13.6031 3.99996 15.9741 3.99998 18.983 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.2829 1.30301C17.6679 0.906978 18.301 0.897982 18.697 1.28292C18.8018 1.3848 19.087 1.61236 19.4145 1.86959L19.4145 1.8696C19.7049 2.09752 20.0472 2.3662 20.374 2.64315C20.724 2.93969 21.091 3.27451 21.3779 3.61131C21.5217 3.78012 21.6656 3.97285 21.7777 4.1822C21.8855 4.38363 22 4.66729 22 5C22 5.33271 21.8855 5.61638 21.7777 5.8178C21.6656 6.02715 21.5217 6.21989 21.3779 6.3887C21.091 6.72549 20.724 7.06032 20.374 7.35685C20.0472 7.63381 19.7049 7.90251 19.4145 8.13043C19.087 8.38766 18.8018 8.6152 18.697 8.71708C18.301 9.10202 17.6679 9.09302 17.2829 8.69699C17.094 8.50264 17 8.25119 17 8V2C17 1.74881 17.094 1.49736 17.2829 1.30301Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.69699 18.2829C10.093 18.6679 10.102 19.301 9.71708 19.697C9.6152 19.8018 9.38764 20.087 9.13041 20.4145C8.90249 20.7049 8.63381 21.0472 8.35685 21.374C8.06032 21.724 7.72549 22.091 7.3887 22.3779C7.21989 22.5217 7.02715 22.6656 6.8178 22.7777C6.61638 22.8855 6.33271 23 6 23C5.66729 23 5.38363 22.8855 5.1822 22.7777C4.97285 22.6656 4.78012 22.5217 4.61131 22.3779C4.27451 22.091 3.93969 21.724 3.64315 21.374C3.3662 21.0472 3.09751 20.7049 2.86959 20.4145L2.86959 20.4145C2.61236 20.087 2.3848 19.8018 2.28292 19.697C1.89798 19.301 1.90698 18.6679 2.30301 18.2829C2.5032 18.0883 2.76397 17.9944 3.02265 18.0003H9.02282C9.26637 18.0058 9.50852 18.0997 9.69699 18.2829Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.983 4L20 4C20.5523 4 21 4.44772 21 5C21 5.55229 20.5523 6 20 6H19.0667C15.9556 6 13.7336 6.0026 12.0452 6.25417C10.397 6.49974 9.40176 6.96412 8.656 7.79059C7.89697 8.63176 7.45978 9.77831 7.23192 11.6566C7.00174 13.5539 7 16.0421 7 19.4808V21C7 21.5523 6.55229 22 6 22C5.44772 22 5 21.5523 5 21L5 19.4107C4.99999 16.0569 4.99998 13.4475 5.24648 11.4157C5.49701 9.3506 6.0166 7.73023 7.17114 6.45074C8.33895 5.15654 9.84043 4.56059 11.7505 4.276C13.6031 3.99996 15.9741 3.99998 18.983 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.2829 1.30301C17.6679 0.906978 18.301 0.897982 18.697 1.28292C18.8018 1.3848 19.087 1.61236 19.4145 1.86959L19.4145 1.8696C19.7049 2.09752 20.0472 2.3662 20.374 2.64315C20.724 2.93969 21.091 3.27451 21.3779 3.61131C21.5217 3.78012 21.6656 3.97285 21.7777 4.1822C21.8855 4.38363 22 4.66729 22 5C22 5.33271 21.8855 5.61638 21.7777 5.8178C21.6656 6.02715 21.5217 6.21989 21.3779 6.3887C21.091 6.72549 20.724 7.06032 20.374 7.35685C20.0472 7.63381 19.7049 7.90251 19.4145 8.13043C19.087 8.38766 18.8018 8.6152 18.697 8.71708C18.301 9.10202 17.6679 9.09302 17.2829 8.69699C17.094 8.50264 17 8.25119 17 8V2C17 1.74881 17.094 1.49736 17.2829 1.30301Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.69699 18.2829C10.093 18.6679 10.102 19.301 9.71708 19.697C9.6152 19.8018 9.38764 20.087 9.13041 20.4145C8.90249 20.7049 8.63381 21.0472 8.35685 21.374C8.06032 21.724 7.72549 22.091 7.3887 22.3779C7.21989 22.5217 7.02715 22.6656 6.8178 22.7777C6.61638 22.8855 6.33271 23 6 23C5.66729 23 5.38363 22.8855 5.1822 22.7777C4.97285 22.6656 4.78012 22.5217 4.61131 22.3779C4.27451 22.091 3.93969 21.724 3.64315 21.374C3.3662 21.0472 3.09751 20.7049 2.86959 20.4145L2.86959 20.4145C2.61236 20.087 2.3848 19.8018 2.28292 19.697C1.89798 19.301 1.90698 18.6679 2.30301 18.2829C2.5032 18.0883 2.76397 17.9944 3.02265 18.0003H9.02282C9.26637 18.0058 9.50852 18.0997 9.69699 18.2829Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-move-up-left-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 22C20.5523 22 21 21.5523 21 21L21 18.7957C21.0001 16.9155 21.0001 15.8363 20.8399 14.9135C19.9572 9.82886 15.6121 5.927 10.1857 5.14287C9.67764 5.06946 8.91037 5.03375 7.99997 5.01639C7.99958 4.50287 7.99543 4.02991 7.95605 3.66125C7.92065 3.3298 7.8117 2.49957 7.12434 2.13765C6.44192 1.77835 5.83032 2.21463 5.58587 2.402C5.28839 2.63002 4.93593 2.98013 4.55929 3.35427L4.51352 3.39974C4.18398 3.72699 3.84245 4.0945 3.57595 4.46605C3.44219 4.65253 3.30836 4.86598 3.20433 5.09883C3.10358 5.32435 3 5.63611 3 6C3 6.36389 3.10358 6.67565 3.20433 6.90117C3.30836 7.13402 3.44219 7.34747 3.57594 7.53395C3.84245 7.90549 4.18398 8.27301 4.51351 8.60026L4.55928 8.64572C4.93593 9.01987 5.28838 9.36998 5.58587 9.598C5.83032 9.78537 6.44192 10.2217 7.12434 9.86235C7.8117 9.50044 7.92065 8.6702 7.95605 8.33875C7.99458 7.97803 7.99939 7.51747 7.99994 7.01675C8.83226 7.03252 9.48977 7.06308 9.89963 7.12231C14.5748 7.79787 18.1522 11.1241 18.8694 15.2556C18.9963 15.9865 19 16.8804 19 18.9231V21C19 21.5523 19.4477 22 20 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 22C20.5523 22 21 21.5523 21 21L21 18.7957C21.0001 16.9155 21.0001 15.8363 20.8399 14.9135C19.9572 9.82886 15.6121 5.927 10.1857 5.14287C9.67764 5.06946 8.91037 5.03375 7.99997 5.01639C7.99958 4.50287 7.99543 4.02991 7.95605 3.66125C7.92065 3.3298 7.8117 2.49957 7.12434 2.13765C6.44192 1.77835 5.83032 2.21463 5.58587 2.402C5.28839 2.63002 4.93593 2.98013 4.55929 3.35427L4.51352 3.39974C4.18398 3.72699 3.84245 4.0945 3.57595 4.46605C3.44219 4.65253 3.30836 4.86598 3.20433 5.09883C3.10358 5.32435 3 5.63611 3 6C3 6.36389 3.10358 6.67565 3.20433 6.90117C3.30836 7.13402 3.44219 7.34747 3.57594 7.53395C3.84245 7.90549 4.18398 8.27301 4.51351 8.60026L4.55928 8.64572C4.93593 9.01987 5.28838 9.36998 5.58587 9.598C5.83032 9.78537 6.44192 10.2217 7.12434 9.86235C7.8117 9.50044 7.92065 8.6702 7.95605 8.33875C7.99458 7.97803 7.99939 7.51747 7.99994 7.01675C8.83226 7.03252 9.48977 7.06308 9.89963 7.12231C14.5748 7.79787 18.1522 11.1241 18.8694 15.2556C18.9963 15.9865 19 16.8804 19 18.9231V21C19 21.5523 19.4477 22 20 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-move-up-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 22C3.44772 22 3 21.5523 3 21L3 18.7957C2.99992 16.9155 2.99987 15.8363 3.16006 14.9135C4.04276 9.82886 8.38788 5.927 13.8143 5.14287C14.3224 5.06946 15.0896 5.03375 16 5.01639C16.0004 4.50287 16.0046 4.02991 16.0439 3.66125C16.0794 3.3298 16.1883 2.49957 16.8757 2.13765C17.5581 1.77835 18.1697 2.21463 18.4141 2.402C18.7116 2.63002 19.0641 2.98013 19.4407 3.35427L19.4865 3.39974C19.816 3.72699 20.1576 4.0945 20.4241 4.46605C20.5578 4.65253 20.6916 4.86598 20.7957 5.09883C20.8964 5.32435 21 5.63611 21 6C21 6.36389 20.8964 6.67565 20.7957 6.90117C20.6916 7.13402 20.5578 7.34747 20.4241 7.53395C20.1576 7.90549 19.816 8.27301 19.4865 8.60026L19.4407 8.64572C19.0641 9.01987 18.7116 9.36998 18.4141 9.598C18.1697 9.78537 17.5581 10.2217 16.8757 9.86235C16.1883 9.50044 16.0794 8.6702 16.0439 8.33875C16.0054 7.97803 16.0006 7.51747 16.0001 7.01675C15.1677 7.03252 14.5102 7.06308 14.1004 7.12231C9.42524 7.79787 5.84782 11.1241 5.13059 15.2556C5.00371 15.9865 5 16.8804 5 18.9231V21C5 21.5523 4.55228 22 4 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 22C3.44772 22 3 21.5523 3 21L3 18.7957C2.99992 16.9155 2.99987 15.8363 3.16006 14.9135C4.04276 9.82886 8.38788 5.927 13.8143 5.14287C14.3224 5.06946 15.0896 5.03375 16 5.01639C16.0004 4.50287 16.0046 4.02991 16.0439 3.66125C16.0794 3.3298 16.1883 2.49957 16.8757 2.13765C17.5581 1.77835 18.1697 2.21463 18.4141 2.402C18.7116 2.63002 19.0641 2.98013 19.4407 3.35427L19.4865 3.39974C19.816 3.72699 20.1576 4.0945 20.4241 4.46605C20.5578 4.65253 20.6916 4.86598 20.7957 5.09883C20.8964 5.32435 21 5.63611 21 6C21 6.36389 20.8964 6.67565 20.7957 6.90117C20.6916 7.13402 20.5578 7.34747 20.4241 7.53395C20.1576 7.90549 19.816 8.27301 19.4865 8.60026L19.4407 8.64572C19.0641 9.01987 18.7116 9.36998 18.4141 9.598C18.1697 9.78537 17.5581 10.2217 16.8757 9.86235C16.1883 9.50044 16.0794 8.6702 16.0439 8.33875C16.0054 7.97803 16.0006 7.51747 16.0001 7.01675C15.1677 7.03252 14.5102 7.06308 14.1004 7.12231C9.42524 7.79787 5.84782 11.1241 5.13059 15.2556C5.00371 15.9865 5 16.8804 5 18.9231V21C5 21.5523 4.55228 22 4 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-reload-horizontal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0931 2.19488C18.6484 1.86736 18.0224 1.96235 17.6949 2.40705C17.5632 2.58581 17.4999 2.79387 17.5 3.00007V4.50012H9.5C5.24485 4.50012 2 7.62252 2 12.0001C2 12.5524 2.44772 13.0001 3 13.0001C3.55228 13.0001 4 12.5524 4 12.0001C4 8.74779 6.3286 6.50012 9.5 6.50012H17.5V8.00827C17.5015 8.21177 17.565 8.41668 17.6949 8.59307C18.0224 9.03777 18.6485 9.13265 19.0932 8.80514L19.0966 8.80259C19.1718 8.74581 19.3859 8.58413 19.5059 8.49044C19.7487 8.301 20.0757 8.03872 20.4057 7.75223C20.7307 7.47005 21.0814 7.1447 21.3588 6.83078C21.4965 6.67496 21.6373 6.49836 21.7491 6.31294C21.8443 6.15497 22.0001 5.86093 22.0001 5.50008C22.0001 5.13924 21.8443 4.8452 21.7491 4.68723C21.6373 4.50181 21.4965 4.32521 21.3588 4.16939C21.0815 3.85547 20.7307 3.53011 20.4057 3.24793C20.0757 2.96144 19.7487 2.69915 19.5059 2.50971C19.3861 2.41617 19.1724 2.25476 19.0969 2.19771L19.0968 2.19766L19.0931 2.19488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5 19.5C18.7552 19.5 22 16.3776 22 12C22 11.4477 21.5523 11 21 11C20.4477 11 20 11.4477 20 12C20 15.2523 17.6714 17.5 14.5 17.5H6.50005V16C6.50021 15.7938 6.43683 15.5857 6.30517 15.407C5.97765 14.9623 5.35149 14.8674 4.9068 15.1949L4.90333 15.1975L4.90332 15.1975C4.82804 15.2544 4.61412 15.416 4.49412 15.5096C4.25138 15.6991 3.92434 15.9614 3.59438 16.2479C3.26938 16.53 2.91862 16.8554 2.64124 17.1693C2.50356 17.3251 2.36278 17.5017 2.25101 17.6872C2.15578 17.8451 2 18.1392 2 18.5C2 18.8608 2.15577 19.1549 2.251 19.3129C2.36278 19.4983 2.50356 19.6749 2.64124 19.8307C2.91862 20.1446 3.26939 20.47 3.59439 20.7522C3.92436 21.0386 4.2514 21.3009 4.49415 21.4904C4.6141 21.584 4.82806 21.7456 4.90343 21.8025L4.90699 21.8052C5.35169 22.1327 5.97769 22.0377 6.3052 21.593C6.43777 21.413 6.5011 21.2033 6.50005 20.9957V19.5H14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0931 2.19488C18.6484 1.86736 18.0224 1.96235 17.6949 2.40705C17.5632 2.58581 17.4999 2.79387 17.5 3.00007V4.50012H9.5C5.24485 4.50012 2 7.62252 2 12.0001C2 12.5524 2.44772 13.0001 3 13.0001C3.55228 13.0001 4 12.5524 4 12.0001C4 8.74779 6.3286 6.50012 9.5 6.50012H17.5V8.00827C17.5015 8.21177 17.565 8.41668 17.6949 8.59307C18.0224 9.03777 18.6485 9.13265 19.0932 8.80514L19.0966 8.80259C19.1718 8.74581 19.3859 8.58413 19.5059 8.49044C19.7487 8.301 20.0757 8.03872 20.4057 7.75223C20.7307 7.47005 21.0814 7.1447 21.3588 6.83078C21.4965 6.67496 21.6373 6.49836 21.7491 6.31294C21.8443 6.15497 22.0001 5.86093 22.0001 5.50008C22.0001 5.13924 21.8443 4.8452 21.7491 4.68723C21.6373 4.50181 21.4965 4.32521 21.3588 4.16939C21.0815 3.85547 20.7307 3.53011 20.4057 3.24793C20.0757 2.96144 19.7487 2.69915 19.5059 2.50971C19.3861 2.41617 19.1724 2.25476 19.0969 2.19771L19.0968 2.19766L19.0931 2.19488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5 19.5C18.7552 19.5 22 16.3776 22 12C22 11.4477 21.5523 11 21 11C20.4477 11 20 11.4477 20 12C20 15.2523 17.6714 17.5 14.5 17.5H6.50005V16C6.50021 15.7938 6.43683 15.5857 6.30517 15.407C5.97765 14.9623 5.35149 14.8674 4.9068 15.1949L4.90333 15.1975L4.90332 15.1975C4.82804 15.2544 4.61412 15.416 4.49412 15.5096C4.25138 15.6991 3.92434 15.9614 3.59438 16.2479C3.26938 16.53 2.91862 16.8554 2.64124 17.1693C2.50356 17.3251 2.36278 17.5017 2.25101 17.6872C2.15578 17.8451 2 18.1392 2 18.5C2 18.8608 2.15577 19.1549 2.251 19.3129C2.36278 19.4983 2.50356 19.6749 2.64124 19.8307C2.91862 20.1446 3.26939 20.47 3.59439 20.7522C3.92436 21.0386 4.2514 21.3009 4.49415 21.4904C4.6141 21.584 4.82806 21.7456 4.90343 21.8025L4.90699 21.8052C5.35169 22.1327 5.97769 22.0377 6.3052 21.593C6.43777 21.413 6.5011 21.2033 6.50005 20.9957V19.5H14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-reload-vertical-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.19488 4.9069C1.86736 5.35159 1.96235 5.97759 2.40705 6.3051C2.58581 6.43676 2.79387 6.50014 3.00007 6.49997L4.50012 6.49997L4.50012 14.5C4.50012 18.7552 7.62252 22 12.0001 22C12.5524 22 13.0001 21.5523 13.0001 21C13.0001 20.4477 12.5524 20 12.0001 20C8.74779 20 6.50012 17.6714 6.50012 14.5L6.50012 6.49997L8.00827 6.49997C8.21177 6.49847 8.41668 6.43504 8.59307 6.30513C9.03777 5.97762 9.13265 5.35146 8.80514 4.90676L8.80259 4.90339C8.74581 4.8282 8.58413 4.61414 8.49044 4.49409C8.301 4.25133 8.03872 3.9243 7.75223 3.59433C7.47005 3.26933 7.1447 2.91856 6.83078 2.64118C6.67496 2.5035 6.49836 2.36272 6.31294 2.25094C6.15497 2.15571 5.86092 1.99993 5.50008 1.99993C5.13924 1.99994 4.8452 2.15571 4.68723 2.25094C4.50181 2.36272 4.32521 2.50349 4.16939 2.64117C3.85546 2.91855 3.53011 3.26931 3.24793 3.59431C2.96144 3.92427 2.69915 4.25131 2.50971 4.49406C2.41617 4.61391 2.25476 4.82762 2.19771 4.90314L2.19766 4.90321L2.19488 4.9069Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5 9.5C19.5 5.24485 16.3776 2 12 2C11.4477 2 11 2.44772 11 3C11 3.55228 11.4477 4 12 4C15.2523 4 17.5 6.3286 17.5 9.5L17.5 17.5L16 17.5C15.7938 17.4998 15.5857 17.5632 15.407 17.6948C14.9623 18.0223 14.8674 18.6485 15.1949 19.0932L15.1975 19.0967L15.1975 19.0967C15.2544 19.172 15.416 19.3859 15.5096 19.5059C15.6991 19.7486 15.9614 20.0757 16.2479 20.4056C16.53 20.7306 16.8554 21.0814 17.1693 21.3588C17.3251 21.4964 17.5017 21.6372 17.6872 21.749C17.8451 21.8442 18.1392 22 18.5 22C18.8608 22 19.1549 21.8442 19.3129 21.749C19.4983 21.6372 19.6749 21.4964 19.8307 21.3588C20.1446 21.0814 20.47 20.7306 20.7522 20.4056C21.0386 20.0756 21.3009 19.7486 21.4904 19.5058C21.584 19.3859 21.7456 19.1719 21.8025 19.0966L21.8052 19.093C22.1327 18.6483 22.0377 18.0223 21.593 17.6948C21.413 17.5622 21.2033 17.4989 20.9957 17.5L19.5 17.5L19.5 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.19488 4.9069C1.86736 5.35159 1.96235 5.97759 2.40705 6.3051C2.58581 6.43676 2.79387 6.50014 3.00007 6.49997L4.50012 6.49997L4.50012 14.5C4.50012 18.7552 7.62252 22 12.0001 22C12.5524 22 13.0001 21.5523 13.0001 21C13.0001 20.4477 12.5524 20 12.0001 20C8.74779 20 6.50012 17.6714 6.50012 14.5L6.50012 6.49997L8.00827 6.49997C8.21177 6.49847 8.41668 6.43504 8.59307 6.30513C9.03777 5.97762 9.13265 5.35146 8.80514 4.90676L8.80259 4.90339C8.74581 4.8282 8.58413 4.61414 8.49044 4.49409C8.301 4.25133 8.03872 3.9243 7.75223 3.59433C7.47005 3.26933 7.1447 2.91856 6.83078 2.64118C6.67496 2.5035 6.49836 2.36272 6.31294 2.25094C6.15497 2.15571 5.86092 1.99993 5.50008 1.99993C5.13924 1.99994 4.8452 2.15571 4.68723 2.25094C4.50181 2.36272 4.32521 2.50349 4.16939 2.64117C3.85546 2.91855 3.53011 3.26931 3.24793 3.59431C2.96144 3.92427 2.69915 4.25131 2.50971 4.49406C2.41617 4.61391 2.25476 4.82762 2.19771 4.90314L2.19766 4.90321L2.19488 4.9069Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5 9.5C19.5 5.24485 16.3776 2 12 2C11.4477 2 11 2.44772 11 3C11 3.55228 11.4477 4 12 4C15.2523 4 17.5 6.3286 17.5 9.5L17.5 17.5L16 17.5C15.7938 17.4998 15.5857 17.5632 15.407 17.6948C14.9623 18.0223 14.8674 18.6485 15.1949 19.0932L15.1975 19.0967L15.1975 19.0967C15.2544 19.172 15.416 19.3859 15.5096 19.5059C15.6991 19.7486 15.9614 20.0757 16.2479 20.4056C16.53 20.7306 16.8554 21.0814 17.1693 21.3588C17.3251 21.4964 17.5017 21.6372 17.6872 21.749C17.8451 21.8442 18.1392 22 18.5 22C18.8608 22 19.1549 21.8442 19.3129 21.749C19.4983 21.6372 19.6749 21.4964 19.8307 21.3588C20.1446 21.0814 20.47 20.7306 20.7522 20.4056C21.0386 20.0756 21.3009 19.7486 21.4904 19.5058C21.584 19.3859 21.7456 19.1719 21.8025 19.0966L21.8052 19.093C22.1327 18.6483 22.0377 18.0223 21.593 17.6948C21.413 17.5622 21.2033 17.4989 20.9957 17.5L19.5 17.5L19.5 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-right-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.19486 5.40705C8.52237 4.96235 9.14837 4.86736 9.59306 5.19488C9.93847 5.44927 10.2668 5.70372 10.5528 5.92689C11.1236 6.3724 11.8882 6.98573 12.6556 7.65208C13.4181 8.31412 14.2064 9.04815 14.8119 9.73344C15.1136 10.0749 15.3911 10.4279 15.5986 10.7721C15.7895 11.0888 16 11.524 16 12.0001C16 12.4762 15.7895 12.9115 15.5986 13.2282C15.3911 13.5724 15.1136 13.9253 14.8119 14.2668C14.2064 14.9521 13.4181 15.6861 12.6556 16.3482C11.8882 17.0145 11.1236 17.6278 10.5528 18.0734C10.2668 18.2965 9.93847 18.551 9.59307 18.8054C9.14837 19.1329 8.52237 19.0379 8.19486 18.5932C8.0632 18.4144 7.99983 18.2064 8.00001 18.0002L8 12.0001L8 6.00007C7.99983 5.79387 8.0632 5.58581 8.19486 5.40705Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.19486 5.40705C8.52237 4.96235 9.14837 4.86736 9.59306 5.19488C9.93847 5.44927 10.2668 5.70372 10.5528 5.92689C11.1236 6.3724 11.8882 6.98573 12.6556 7.65208C13.4181 8.31412 14.2064 9.04815 14.8119 9.73344C15.1136 10.0749 15.3911 10.4279 15.5986 10.7721C15.7895 11.0888 16 11.524 16 12.0001C16 12.4762 15.7895 12.9115 15.5986 13.2282C15.3911 13.5724 15.1136 13.9253 14.8119 14.2668C14.2064 14.9521 13.4181 15.6861 12.6556 16.3482C11.8882 17.0145 11.1236 17.6278 10.5528 18.0734C10.2668 18.2965 9.93847 18.551 9.59307 18.8054C9.14837 19.1329 8.52237 19.0379 8.19486 18.5932C8.0632 18.4144 7.99983 18.2064 8.00001 18.0002L8 12.0001L8 6.00007C7.99983 5.79387 8.0632 5.58581 8.19486 5.40705Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-right-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 12C21 12.5523 20.5523 13 20 13L3.99998 13C3.4477 13 2.99998 12.5523 2.99998 12C2.99998 11.4477 3.4477 11 3.99998 11L20 11C20.5523 11 21 11.4477 21 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9721 12C18.8788 11.8452 18.6832 11.5671 18.4694 11.3251C18.0436 10.8432 17.4569 10.2928 16.8444 9.76105C16.2369 9.23357 15.6264 8.74365 15.166 8.38437C14.9364 8.20515 14.5401 7.90576 14.4069 7.80521C13.9623 7.47768 13.8673 6.85173 14.1948 6.40706C14.5223 5.96236 15.1483 5.86736 15.593 6.19487L15.5967 6.19767C15.7411 6.30672 16.1597 6.62291 16.3965 6.80767C16.8736 7.18002 17.5131 7.69303 18.1556 8.25084C18.7931 8.80434 19.4564 9.4216 19.9681 10.0008C20.223 10.2892 20.4614 10.5918 20.6416 10.8906C20.8052 11.162 21 11.5568 21 12C21 12.4431 20.8052 12.838 20.6416 13.1094C20.4614 13.4082 20.223 13.7108 19.9681 13.9992C19.4564 14.5784 18.7931 15.1957 18.1556 15.7492C17.5131 16.307 16.8736 16.82 16.3965 17.1923C16.1597 17.3771 15.7414 17.6931 15.597 17.8021L15.593 17.8051C15.1483 18.1326 14.5223 18.0376 14.1948 17.5929C13.8673 17.1483 13.9623 16.5223 14.4069 16.1948C14.5401 16.0942 14.9364 15.7948 15.166 15.6156C15.6264 15.2564 16.2369 14.7664 16.8444 14.2389C17.4569 13.7072 18.0436 13.1568 18.4694 12.6749C18.6832 12.4329 18.8788 12.1548 18.9721 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 12C21 12.5523 20.5523 13 20 13L3.99998 13C3.4477 13 2.99998 12.5523 2.99998 12C2.99998 11.4477 3.4477 11 3.99998 11L20 11C20.5523 11 21 11.4477 21 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9721 12C18.8788 11.8452 18.6832 11.5671 18.4694 11.3251C18.0436 10.8432 17.4569 10.2928 16.8444 9.76105C16.2369 9.23357 15.6264 8.74365 15.166 8.38437C14.9364 8.20515 14.5401 7.90576 14.4069 7.80521C13.9623 7.47768 13.8673 6.85173 14.1948 6.40706C14.5223 5.96236 15.1483 5.86736 15.593 6.19487L15.5967 6.19767C15.7411 6.30672 16.1597 6.62291 16.3965 6.80767C16.8736 7.18002 17.5131 7.69303 18.1556 8.25084C18.7931 8.80434 19.4564 9.4216 19.9681 10.0008C20.223 10.2892 20.4614 10.5918 20.6416 10.8906C20.8052 11.162 21 11.5568 21 12C21 12.4431 20.8052 12.838 20.6416 13.1094C20.4614 13.4082 20.223 13.7108 19.9681 13.9992C19.4564 14.5784 18.7931 15.1957 18.1556 15.7492C17.5131 16.307 16.8736 16.82 16.3965 17.1923C16.1597 17.3771 15.7414 17.6931 15.597 17.8021L15.593 17.8051C15.1483 18.1326 14.5223 18.0376 14.1948 17.5929C13.8673 17.1483 13.9623 16.5223 14.4069 16.1948C14.5401 16.0942 14.9364 15.7948 15.166 15.6156C15.6264 15.2564 16.2369 14.7664 16.8444 14.2389C17.4569 13.7072 18.0436 13.1568 18.4694 12.6749C18.6832 12.4329 18.8788 12.1548 18.9721 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-right-03-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 19C19.4477 19 19 18.5523 19 18L19 6C19 5.44771 19.4477 5 20 5C20.5523 5 21 5.44772 21 6L21 18C21 18.5523 20.5523 19 20 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.407 8.80529C10.9624 8.47783 10.8673 7.8519 11.1947 7.40718C11.5222 6.96243 12.1481 6.86734 12.5929 7.19478L12.5969 7.19772L12.6066 7.20489L12.6424 7.23149C12.6733 7.25451 12.718 7.28795 12.7745 7.33061C12.8874 7.4159 13.0479 7.53829 13.2401 7.68825C13.6235 7.98735 14.138 8.39996 14.6555 8.84912C15.168 9.29398 15.7063 9.79436 16.1243 10.2674C16.3323 10.5027 16.5317 10.7549 16.6845 11.0083C16.8208 11.2343 17 11.5888 17 11.9991C17 12.4094 16.8208 12.7639 16.6846 12.9899C16.5318 13.2434 16.3324 13.4956 16.1245 13.731C15.7065 14.2042 15.1682 14.7048 14.6557 15.1499C14.1383 15.5993 13.6237 16.0121 13.2404 16.3114C13.0482 16.4615 12.8877 16.5839 12.7747 16.6693C12.7182 16.7119 12.6736 16.7454 12.6427 16.7684L12.6069 16.795L12.5972 16.8022L12.5936 16.8048C12.149 17.1324 11.5225 17.0378 11.1949 16.5932C10.8674 16.1486 10.9622 15.5226 11.4068 15.195L11.4087 15.1936L11.4162 15.1881L11.4473 15.165C11.475 15.1443 11.5162 15.1135 11.5691 15.0735C11.6749 14.9936 11.8269 14.8776 12.0097 14.7349C12.3763 14.4487 12.8618 14.0589 13.3443 13.6399C13.5906 13.426 13.8302 13.2095 14.05 12.9991L4 12.9991C3.44771 12.9991 3 12.5514 3 11.9991C3 11.4468 3.44771 10.9991 4 10.9991L14.0493 10.9991C13.8298 10.7891 13.5905 10.573 13.3445 10.3595C12.862 9.94067 12.3765 9.55115 12.0099 9.26513C11.8271 9.12253 11.6751 9.0066 11.5693 8.92672C11.5164 8.8868 11.4752 8.85594 11.4475 8.83531L11.4164 8.8122L11.4089 8.80669L11.407 8.80529Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 19C19.4477 19 19 18.5523 19 18L19 6C19 5.44771 19.4477 5 20 5C20.5523 5 21 5.44772 21 6L21 18C21 18.5523 20.5523 19 20 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.407 8.80529C10.9624 8.47783 10.8673 7.8519 11.1947 7.40718C11.5222 6.96243 12.1481 6.86734 12.5929 7.19478L12.5969 7.19772L12.6066 7.20489L12.6424 7.23149C12.6733 7.25451 12.718 7.28795 12.7745 7.33061C12.8874 7.4159 13.0479 7.53829 13.2401 7.68825C13.6235 7.98735 14.138 8.39996 14.6555 8.84912C15.168 9.29398 15.7063 9.79436 16.1243 10.2674C16.3323 10.5027 16.5317 10.7549 16.6845 11.0083C16.8208 11.2343 17 11.5888 17 11.9991C17 12.4094 16.8208 12.7639 16.6846 12.9899C16.5318 13.2434 16.3324 13.4956 16.1245 13.731C15.7065 14.2042 15.1682 14.7048 14.6557 15.1499C14.1383 15.5993 13.6237 16.0121 13.2404 16.3114C13.0482 16.4615 12.8877 16.5839 12.7747 16.6693C12.7182 16.7119 12.6736 16.7454 12.6427 16.7684L12.6069 16.795L12.5972 16.8022L12.5936 16.8048C12.149 17.1324 11.5225 17.0378 11.1949 16.5932C10.8674 16.1486 10.9622 15.5226 11.4068 15.195L11.4087 15.1936L11.4162 15.1881L11.4473 15.165C11.475 15.1443 11.5162 15.1135 11.5691 15.0735C11.6749 14.9936 11.8269 14.8776 12.0097 14.7349C12.3763 14.4487 12.8618 14.0589 13.3443 13.6399C13.5906 13.426 13.8302 13.2095 14.05 12.9991L4 12.9991C3.44771 12.9991 3 12.5514 3 11.9991C3 11.4468 3.44771 10.9991 4 10.9991L14.0493 10.9991C13.8298 10.7891 13.5905 10.573 13.3445 10.3595C12.862 9.94067 12.3765 9.55115 12.0099 9.26513C11.8271 9.12253 11.6751 9.0066 11.5693 8.92672C11.5164 8.8868 11.4752 8.85594 11.4475 8.83531L11.4164 8.8122L11.4089 8.80669L11.407 8.80529Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-right-04-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.875 12.0027C20.875 11.478 20.6067 11.0834 20.3138 10.7767C20.041 10.4911 19.6117 10.153 19.175 9.80903L18.1612 9.01041C17.4187 8.42543 16.7971 7.93577 16.2799 7.63564C15.7596 7.33377 15.1199 7.08851 14.4567 7.38216C13.7754 7.68382 13.5533 8.33593 13.4631 8.92273C13.3806 9.45953 13.3753 10.1675 13.375 11L4.125 11C3.57272 11 3.125 11.4477 3.125 12C3.125 12.5523 3.57272 13 4.125 13L13.375 13C13.3753 13.834 13.3805 14.5432 13.4631 15.0807C13.5533 15.6675 13.7754 16.3196 14.4567 16.6213C15.1199 16.9149 15.7596 16.6696 16.2799 16.3678C16.7971 16.0677 17.4187 15.578 18.1612 14.993L19.175 14.1944C19.6117 13.8504 20.041 13.5123 20.3138 13.2267C20.6067 12.9201 20.875 12.5274 20.875 12.0027Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.875 12.0027C20.875 11.478 20.6067 11.0834 20.3138 10.7767C20.041 10.4911 19.6117 10.153 19.175 9.80903L18.1612 9.01041C17.4187 8.42543 16.7971 7.93577 16.2799 7.63564C15.7596 7.33377 15.1199 7.08851 14.4567 7.38216C13.7754 7.68382 13.5533 8.33593 13.4631 8.92273C13.3806 9.45953 13.3753 10.1675 13.375 11L4.125 11C3.57272 11 3.125 11.4477 3.125 12C3.125 12.5523 3.57272 13 4.125 13L13.375 13C13.3753 13.834 13.3805 14.5432 13.4631 15.0807C13.5533 15.6675 13.7754 16.3196 14.4567 16.6213C15.1199 16.9149 15.7596 16.6696 16.2799 16.3678C16.7971 16.0677 17.4187 15.578 18.1612 14.993L19.175 14.1944C19.6117 13.8504 20.041 13.5123 20.3138 13.2267C20.6067 12.9201 20.875 12.5274 20.875 12.0027Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-right-05-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 5C19.4477 5 19 5.44772 19 6L19 18C19 18.5523 19.4477 19 20 19C20.5523 19 21 18.5523 21 18L21 6C21 5.44772 20.5523 5 20 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.99987 11.0004C3.44758 11.0004 2.99987 11.4481 2.99987 12.0004C2.99987 12.5527 3.44758 13.0004 3.99987 13.0004L11 13.0004L11 14.0873C10.9998 14.4666 10.9997 14.8599 11.0477 15.1717C11.099 15.505 11.2553 16.0844 11.864 16.37C12.4663 16.6526 13.005 16.412 13.2974 16.2367C13.5651 16.0763 13.8625 15.8276 14.1461 15.5904L14.1932 15.5511C14.7663 15.0722 15.414 14.4986 15.9263 13.9529C16.181 13.6817 16.4249 13.3935 16.6113 13.1093C16.7726 12.8635 17 12.4621 17 12C17 11.5379 16.7726 11.1366 16.6113 10.8908C16.4249 10.6066 16.181 10.3184 15.9263 10.0471C15.414 9.50146 14.7663 8.92787 14.1932 8.44896L14.1462 8.40965C13.8625 8.17242 13.5652 7.92375 13.2975 7.76333C13.005 7.58805 12.4663 7.34739 11.864 7.62998C11.2553 7.91554 11.099 8.49501 11.0477 8.82833C10.9997 9.14007 10.9999 9.53339 11 9.91274L11 11.0004L3.99987 11.0004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 5C19.4477 5 19 5.44772 19 6L19 18C19 18.5523 19.4477 19 20 19C20.5523 19 21 18.5523 21 18L21 6C21 5.44772 20.5523 5 20 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.99987 11.0004C3.44758 11.0004 2.99987 11.4481 2.99987 12.0004C2.99987 12.5527 3.44758 13.0004 3.99987 13.0004L11 13.0004L11 14.0873C10.9998 14.4666 10.9997 14.8599 11.0477 15.1717C11.099 15.505 11.2553 16.0844 11.864 16.37C12.4663 16.6526 13.005 16.412 13.2974 16.2367C13.5651 16.0763 13.8625 15.8276 14.1461 15.5904L14.1932 15.5511C14.7663 15.0722 15.414 14.4986 15.9263 13.9529C16.181 13.6817 16.4249 13.3935 16.6113 13.1093C16.7726 12.8635 17 12.4621 17 12C17 11.5379 16.7726 11.1366 16.6113 10.8908C16.4249 10.6066 16.181 10.3184 15.9263 10.0471C15.414 9.50146 14.7663 8.92787 14.1932 8.44896L14.1462 8.40965C13.8625 8.17242 13.5652 7.92375 13.2975 7.76333C13.005 7.58805 12.4663 7.34739 11.864 7.62998C11.2553 7.91554 11.099 8.49501 11.0477 8.82833C10.9997 9.14007 10.9999 9.53339 11 9.91274L11 11.0004L3.99987 11.0004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-right-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.907 6.80501C11.9493 6.83656 12.0749 6.93015 12.1551 6.99073C12.3156 7.11194 12.5457 7.2875 12.8223 7.50331C13.3764 7.93574 14.1119 8.52596 14.8444 9.16197C15.5819 9.80229 16.2936 10.4694 16.8131 11.0574C17.0739 11.3525 17.2651 11.6042 17.3858 11.8043C17.4433 11.8996 17.4726 11.9636 17.4873 11.9998C17.4726 12.036 17.4433 12.0999 17.3858 12.1953C17.2651 12.3954 17.0739 12.6471 16.8131 12.9422C16.2936 13.5301 15.5819 14.1973 14.8444 14.8376C14.1119 15.4737 13.3764 16.0639 12.8223 16.4963C12.5458 16.7121 12.0675 17.0734 11.907 17.1946C11.4623 17.5222 11.3673 18.1482 11.6949 18.5929C12.0224 19.0375 12.6489 19.1321 13.0936 18.8046L13.0967 18.8023C13.2674 18.6733 13.7686 18.2948 14.0528 18.073C14.6236 17.6275 15.3882 17.0142 16.1556 16.3478C16.9181 15.6858 17.7064 14.9518 18.3119 14.2665C18.6136 13.925 18.8911 13.572 19.0986 13.2278C19.2895 12.9111 19.5 12.4759 19.5 11.9998C19.5 11.5236 19.2895 11.0884 19.0986 10.7717C18.8911 10.4275 18.6136 10.0746 18.3119 9.73309C17.7064 9.04781 16.9181 8.31379 16.1556 7.65176C15.3881 6.98542 14.6236 6.37211 14.0527 5.9266C13.7668 5.70344 13.5282 5.52142 13.3605 5.3948C13.2774 5.33202 13.1415 5.23074 13.0948 5.19591L13.0935 5.19501C12.6489 4.8675 12.0223 4.9621 11.6948 5.4068C11.3673 5.8515 11.4623 6.47749 11.907 6.80501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.04889 5.10738C4.71225 5.27754 4.5 5.62265 4.5 5.99985L4.50005 17.9999C4.50005 18.3771 4.7123 18.7222 5.04895 18.8923C5.38559 19.0625 5.78934 19.0287 6.09307 18.805L6.09561 18.8031C6.14356 18.7674 6.27823 18.667 6.36057 18.6048C6.52821 18.4782 6.76681 18.2962 7.05277 18.073C7.62364 17.6275 8.38817 17.0142 9.15563 16.3478C9.91813 15.6858 10.7064 14.9518 11.3119 14.2665C11.6136 13.925 11.8911 13.572 12.0986 13.2279C12.2895 12.9111 12.5 12.4759 12.5 11.9998C12.5 11.5237 12.2895 11.0885 12.0986 10.7718C11.8911 10.4276 11.6136 10.0746 11.3119 9.73314C10.7064 9.04786 9.91811 8.31383 9.15561 7.65181C8.38814 6.98546 7.6236 6.37215 7.05273 5.92665C6.76676 5.70348 6.52816 5.52147 6.36051 5.39484C6.27739 5.33206 6.14149 5.23078 6.09476 5.19595L6.09355 5.19505C5.78983 4.97137 5.38553 4.93722 5.04889 5.10738Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.907 6.80501C11.9493 6.83656 12.0749 6.93015 12.1551 6.99073C12.3156 7.11194 12.5457 7.2875 12.8223 7.50331C13.3764 7.93574 14.1119 8.52596 14.8444 9.16197C15.5819 9.80229 16.2936 10.4694 16.8131 11.0574C17.0739 11.3525 17.2651 11.6042 17.3858 11.8043C17.4433 11.8996 17.4726 11.9636 17.4873 11.9998C17.4726 12.036 17.4433 12.0999 17.3858 12.1953C17.2651 12.3954 17.0739 12.6471 16.8131 12.9422C16.2936 13.5301 15.5819 14.1973 14.8444 14.8376C14.1119 15.4737 13.3764 16.0639 12.8223 16.4963C12.5458 16.7121 12.0675 17.0734 11.907 17.1946C11.4623 17.5222 11.3673 18.1482 11.6949 18.5929C12.0224 19.0375 12.6489 19.1321 13.0936 18.8046L13.0967 18.8023C13.2674 18.6733 13.7686 18.2948 14.0528 18.073C14.6236 17.6275 15.3882 17.0142 16.1556 16.3478C16.9181 15.6858 17.7064 14.9518 18.3119 14.2665C18.6136 13.925 18.8911 13.572 19.0986 13.2278C19.2895 12.9111 19.5 12.4759 19.5 11.9998C19.5 11.5236 19.2895 11.0884 19.0986 10.7717C18.8911 10.4275 18.6136 10.0746 18.3119 9.73309C17.7064 9.04781 16.9181 8.31379 16.1556 7.65176C15.3881 6.98542 14.6236 6.37211 14.0527 5.9266C13.7668 5.70344 13.5282 5.52142 13.3605 5.3948C13.2774 5.33202 13.1415 5.23074 13.0948 5.19591L13.0935 5.19501C12.6489 4.8675 12.0223 4.9621 11.6948 5.4068C11.3673 5.8515 11.4623 6.47749 11.907 6.80501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.04889 5.10738C4.71225 5.27754 4.5 5.62265 4.5 5.99985L4.50005 17.9999C4.50005 18.3771 4.7123 18.7222 5.04895 18.8923C5.38559 19.0625 5.78934 19.0287 6.09307 18.805L6.09561 18.8031C6.14356 18.7674 6.27823 18.667 6.36057 18.6048C6.52821 18.4782 6.76681 18.2962 7.05277 18.073C7.62364 17.6275 8.38817 17.0142 9.15563 16.3478C9.91813 15.6858 10.7064 14.9518 11.3119 14.2665C11.6136 13.925 11.8911 13.572 12.0986 13.2279C12.2895 12.9111 12.5 12.4759 12.5 11.9998C12.5 11.5237 12.2895 11.0885 12.0986 10.7718C11.8911 10.4276 11.6136 10.0746 11.3119 9.73314C10.7064 9.04786 9.91811 8.31383 9.15561 7.65181C8.38814 6.98546 7.6236 6.37215 7.05273 5.92665C6.76676 5.70348 6.52816 5.52147 6.36051 5.39484C6.27739 5.33206 6.14149 5.23078 6.09476 5.19595L6.09355 5.19505C5.78983 4.97137 5.38553 4.93722 5.04889 5.10738Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-shrink-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.90868 11.3269C7.4677 11.3943 8.18755 11.4811 8.83065 11.4973C9.17065 11.5058 9.53163 11.4963 9.86094 11.4408C10.1542 11.3913 10.6023 11.2784 10.9403 10.9403C11.2783 10.6023 11.3913 10.1542 11.4408 9.86096C11.4963 9.53166 11.5058 9.17067 11.4972 8.83067C11.4811 8.18757 11.3943 7.4678 11.3269 6.90877L11.3108 6.77496C11.2897 6.59837 11.2639 6.38301 11.221 6.20973L11.22 6.20557C11.1896 6.0824 11.0497 5.51591 10.4545 5.31013C9.8609 5.10489 9.40285 5.46073 9.30146 5.53949L9.29948 5.54103C9.15903 5.6501 9.00688 5.80248 8.88371 5.92583L8.11189 6.69765L3.70711 2.29275C3.31658 1.90223 2.68342 1.90223 2.29289 2.29275C1.90237 2.68328 1.90237 3.31644 2.29289 3.70697L6.69768 8.11186L5.9258 8.88374L5.9258 8.88374C5.80244 9.00691 5.65008 9.15905 5.54101 9.29951L5.53947 9.30149C5.46071 9.40287 5.10487 9.86093 5.3101 10.4545C5.51588 11.0497 6.08237 11.1896 6.20555 11.22L6.2097 11.221C6.38294 11.2639 6.59846 11.2897 6.77502 11.3108L6.90868 11.3269Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0913 12.6731C16.5323 12.6057 15.8125 12.5189 15.1694 12.5027C14.8294 12.4942 14.4684 12.5037 14.1391 12.5592C13.8458 12.6087 13.3977 12.7216 13.0597 13.0597C12.7217 13.3977 12.6087 13.8458 12.5592 14.139C12.5037 14.4683 12.4942 14.8293 12.5028 15.1693C12.5189 15.8124 12.6057 16.5322 12.6731 17.0912L12.6892 17.225C12.7103 17.4016 12.7361 17.617 12.779 17.7903L12.78 17.7944C12.8104 17.9176 12.9503 18.4841 13.5455 18.6899C14.1391 18.8951 14.5972 18.5393 14.6985 18.4605L14.7005 18.459C14.841 18.3499 14.9931 18.1975 15.1163 18.0742L15.8881 17.3024L20.2929 21.7072C20.6834 22.0978 21.3166 22.0978 21.7071 21.7072C22.0976 21.3167 22.0976 20.6836 21.7071 20.293L17.3023 15.8881L18.0742 15.1163L18.0742 15.1163C18.1976 14.9931 18.3499 14.8409 18.459 14.7005L18.4605 14.6985C18.5393 14.5971 18.8951 14.1391 18.6899 13.5455C18.4841 12.9503 17.9176 12.8104 17.7945 12.78L17.7903 12.779C17.6171 12.7361 17.4015 12.7103 17.225 12.6892L17.0913 12.6731Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.90868 11.3269C7.4677 11.3943 8.18755 11.4811 8.83065 11.4973C9.17065 11.5058 9.53163 11.4963 9.86094 11.4408C10.1542 11.3913 10.6023 11.2784 10.9403 10.9403C11.2783 10.6023 11.3913 10.1542 11.4408 9.86096C11.4963 9.53166 11.5058 9.17067 11.4972 8.83067C11.4811 8.18757 11.3943 7.4678 11.3269 6.90877L11.3108 6.77496C11.2897 6.59837 11.2639 6.38301 11.221 6.20973L11.22 6.20557C11.1896 6.0824 11.0497 5.51591 10.4545 5.31013C9.8609 5.10489 9.40285 5.46073 9.30146 5.53949L9.29948 5.54103C9.15903 5.6501 9.00688 5.80248 8.88371 5.92583L8.11189 6.69765L3.70711 2.29275C3.31658 1.90223 2.68342 1.90223 2.29289 2.29275C1.90237 2.68328 1.90237 3.31644 2.29289 3.70697L6.69768 8.11186L5.9258 8.88374L5.9258 8.88374C5.80244 9.00691 5.65008 9.15905 5.54101 9.29951L5.53947 9.30149C5.46071 9.40287 5.10487 9.86093 5.3101 10.4545C5.51588 11.0497 6.08237 11.1896 6.20555 11.22L6.2097 11.221C6.38294 11.2639 6.59846 11.2897 6.77502 11.3108L6.90868 11.3269Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0913 12.6731C16.5323 12.6057 15.8125 12.5189 15.1694 12.5027C14.8294 12.4942 14.4684 12.5037 14.1391 12.5592C13.8458 12.6087 13.3977 12.7216 13.0597 13.0597C12.7217 13.3977 12.6087 13.8458 12.5592 14.139C12.5037 14.4683 12.4942 14.8293 12.5028 15.1693C12.5189 15.8124 12.6057 16.5322 12.6731 17.0912L12.6892 17.225C12.7103 17.4016 12.7361 17.617 12.779 17.7903L12.78 17.7944C12.8104 17.9176 12.9503 18.4841 13.5455 18.6899C14.1391 18.8951 14.5972 18.5393 14.6985 18.4605L14.7005 18.459C14.841 18.3499 14.9931 18.1975 15.1163 18.0742L15.8881 17.3024L20.2929 21.7072C20.6834 22.0978 21.3166 22.0978 21.7071 21.7072C22.0976 21.3167 22.0976 20.6836 21.7071 20.293L17.3023 15.8881L18.0742 15.1163L18.0742 15.1163C18.1976 14.9931 18.3499 14.8409 18.459 14.7005L18.4605 14.6985C18.5393 14.5971 18.8951 14.1391 18.6899 13.5455C18.4841 12.9503 17.9176 12.8104 17.7945 12.78L17.7903 12.779C17.6171 12.7361 17.4015 12.7103 17.225 12.6892L17.0913 12.6731Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-shrink-2{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0913 11.3269C16.5323 11.3943 15.8125 11.4811 15.1694 11.4973C14.8294 11.5058 14.4684 11.4963 14.1391 11.4408C13.8458 11.3913 13.3977 11.2784 13.0597 10.9403C12.7217 10.6023 12.6087 10.1542 12.5592 9.86096C12.5037 9.53166 12.4942 9.17067 12.5028 8.83067C12.5189 8.18757 12.6057 7.4678 12.6731 6.90877L12.6892 6.77496C12.7103 6.59837 12.7361 6.38301 12.779 6.20973L12.78 6.20557C12.8104 6.0824 12.9503 5.51591 13.5455 5.31013C14.1391 5.10489 14.5972 5.46073 14.6985 5.53949L14.7005 5.54103C14.841 5.6501 14.9931 5.80248 15.1163 5.92583L15.8881 6.69765L20.2929 2.29275C20.6834 1.90223 21.3166 1.90223 21.7071 2.29275C22.0976 2.68328 22.0976 3.31644 21.7071 3.70697L17.3023 8.11186L18.0742 8.88374L18.0742 8.88374C18.1976 9.00691 18.3499 9.15905 18.459 9.29951L18.4605 9.30149C18.5393 9.40287 18.8951 9.86093 18.6899 10.4545C18.4841 11.0497 17.9176 11.1896 17.7945 11.22L17.7903 11.221C17.6171 11.2639 17.4015 11.2897 17.225 11.3108L17.0913 11.3269Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.90868 12.6731C7.4677 12.6057 8.18755 12.5189 8.83065 12.5027C9.17065 12.4942 9.53163 12.5037 9.86094 12.5592C10.1542 12.6087 10.6023 12.7216 10.9403 13.0597C11.2783 13.3977 11.3913 13.8458 11.4408 14.139C11.4963 14.4683 11.5058 14.8293 11.4972 15.1693C11.4811 15.8124 11.3943 16.5322 11.3269 17.0912L11.3108 17.225C11.2897 17.4016 11.2639 17.617 11.221 17.7903L11.22 17.7944C11.1896 17.9176 11.0497 18.4841 10.4545 18.6899C9.8609 18.8951 9.40285 18.5393 9.30146 18.4605L9.29948 18.459C9.15903 18.3499 9.00688 18.1975 8.88371 18.0742L8.11189 17.3024L3.70711 21.7072C3.31658 22.0978 2.68342 22.0978 2.29289 21.7072C1.90237 21.3167 1.90237 20.6836 2.29289 20.293L6.69768 15.8881L5.9258 15.1163L5.9258 15.1163C5.80244 14.9931 5.65008 14.8409 5.54101 14.7005L5.53947 14.6985C5.46071 14.5971 5.10487 14.1391 5.3101 13.5455C5.51588 12.9503 6.08237 12.8104 6.20555 12.78L6.2097 12.779C6.38294 12.7361 6.59846 12.7103 6.77502 12.6892L6.90868 12.6731Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0913 11.3269C16.5323 11.3943 15.8125 11.4811 15.1694 11.4973C14.8294 11.5058 14.4684 11.4963 14.1391 11.4408C13.8458 11.3913 13.3977 11.2784 13.0597 10.9403C12.7217 10.6023 12.6087 10.1542 12.5592 9.86096C12.5037 9.53166 12.4942 9.17067 12.5028 8.83067C12.5189 8.18757 12.6057 7.4678 12.6731 6.90877L12.6892 6.77496C12.7103 6.59837 12.7361 6.38301 12.779 6.20973L12.78 6.20557C12.8104 6.0824 12.9503 5.51591 13.5455 5.31013C14.1391 5.10489 14.5972 5.46073 14.6985 5.53949L14.7005 5.54103C14.841 5.6501 14.9931 5.80248 15.1163 5.92583L15.8881 6.69765L20.2929 2.29275C20.6834 1.90223 21.3166 1.90223 21.7071 2.29275C22.0976 2.68328 22.0976 3.31644 21.7071 3.70697L17.3023 8.11186L18.0742 8.88374L18.0742 8.88374C18.1976 9.00691 18.3499 9.15905 18.459 9.29951L18.4605 9.30149C18.5393 9.40287 18.8951 9.86093 18.6899 10.4545C18.4841 11.0497 17.9176 11.1896 17.7945 11.22L17.7903 11.221C17.6171 11.2639 17.4015 11.2897 17.225 11.3108L17.0913 11.3269Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.90868 12.6731C7.4677 12.6057 8.18755 12.5189 8.83065 12.5027C9.17065 12.4942 9.53163 12.5037 9.86094 12.5592C10.1542 12.6087 10.6023 12.7216 10.9403 13.0597C11.2783 13.3977 11.3913 13.8458 11.4408 14.139C11.4963 14.4683 11.5058 14.8293 11.4972 15.1693C11.4811 15.8124 11.3943 16.5322 11.3269 17.0912L11.3108 17.225C11.2897 17.4016 11.2639 17.617 11.221 17.7903L11.22 17.7944C11.1896 17.9176 11.0497 18.4841 10.4545 18.6899C9.8609 18.8951 9.40285 18.5393 9.30146 18.4605L9.29948 18.459C9.15903 18.3499 9.00688 18.1975 8.88371 18.0742L8.11189 17.3024L3.70711 21.7072C3.31658 22.0978 2.68342 22.0978 2.29289 21.7072C1.90237 21.3167 1.90237 20.6836 2.29289 20.293L6.69768 15.8881L5.9258 15.1163L5.9258 15.1163C5.80244 14.9931 5.65008 14.8409 5.54101 14.7005L5.53947 14.6985C5.46071 14.5971 5.10487 14.1391 5.3101 13.5455C5.51588 12.9503 6.08237 12.8104 6.20555 12.78L6.2097 12.779C6.38294 12.7361 6.59846 12.7103 6.77502 12.6892L6.90868 12.6731Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-shrink-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2929 2.2929C20.6834 1.90237 21.3166 1.90237 21.7071 2.2929C22.0976 2.68342 22.0976 3.31659 21.7071 3.70711L17.8434 7.57077L18.7838 8.51111L18.8132 8.54052C18.944 8.67107 19.111 8.83768 19.2281 8.99638C19.3493 9.1606 19.6388 9.61116 19.4214 10.1725C19.2057 10.7296 18.6951 10.8703 18.4907 10.9114C18.2978 10.9501 18.0634 10.9608 17.8818 10.969L17.8405 10.9709C17.2334 10.9993 16.4346 11.0181 15.7208 10.9727C15.366 10.9501 15.0023 10.91 14.6812 10.8372C14.4087 10.7755 13.975 10.6518 13.6616 10.3384C13.3482 10.025 13.2245 9.59131 13.1628 9.31876C13.09 8.99768 13.0499 8.634 13.0273 8.27924C12.9819 7.56544 13.0008 6.76662 13.0291 6.15946L13.031 6.11816C13.0393 5.93657 13.05 5.70225 13.0887 5.50934C13.1297 5.30494 13.2704 4.7943 13.8275 4.57862C14.3889 4.36128 14.8395 4.6507 15.0037 4.77191C15.1624 4.88905 15.329 5.05599 15.4595 5.18679L15.4595 5.18679L15.4889 5.21625L16.4292 6.15655L20.2929 2.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.70711 2.2929C3.31658 1.90237 2.68342 1.90237 2.29289 2.2929C1.90237 2.68342 1.90237 3.31659 2.29289 3.70711L6.15655 7.57077L5.21622 8.51111L5.18676 8.54052C5.05596 8.67107 4.88902 8.83768 4.77188 8.99638C4.65067 9.1606 4.36125 9.61116 4.5786 10.1725C4.79429 10.7296 5.30494 10.8703 5.50934 10.9114C5.70224 10.9501 5.93656 10.9608 6.11815 10.969L6.15946 10.9709C6.76663 10.9993 7.56544 11.0181 8.27924 10.9727C8.634 10.9501 8.99768 10.91 9.31876 10.8372C9.5913 10.7755 10.025 10.6518 10.3384 10.3384C10.6518 10.025 10.7755 9.59131 10.8372 9.31876C10.91 8.99768 10.9501 8.634 10.9727 8.27924C11.0181 7.56544 10.9992 6.76662 10.9709 6.15946L10.969 6.11816C10.9607 5.93657 10.95 5.70225 10.9113 5.50934C10.8703 5.30494 10.7296 4.7943 10.1725 4.57862C9.6111 4.36128 9.16054 4.6507 8.99632 4.77191C8.83762 4.88905 8.67102 5.05599 8.54047 5.18679L8.54047 5.18679L8.51105 5.21625L7.57076 6.15655L3.70711 2.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.70711 21.7071C3.31658 22.0976 2.68342 22.0976 2.29289 21.7071C1.90237 21.3166 1.90237 20.6834 2.29289 20.2929L6.15655 16.4292L5.21622 15.4889L5.18676 15.4595C5.05596 15.3289 4.88902 15.1623 4.77188 15.0036C4.65067 14.8394 4.36125 14.3888 4.5786 13.8275C4.79429 13.2704 5.30494 13.1297 5.50934 13.0886C5.70224 13.0499 5.93656 13.0392 6.11815 13.031L6.15946 13.0291C6.76663 13.0007 7.56544 12.9819 8.27924 13.0273C8.634 13.0499 8.99768 13.09 9.31876 13.1628C9.5913 13.2245 10.025 13.3482 10.3384 13.6616C10.6518 13.975 10.7755 14.4087 10.8372 14.6812C10.91 15.0023 10.9501 15.366 10.9727 15.7208C11.0181 16.4346 10.9992 17.2334 10.9709 17.8405L10.969 17.8818C10.9607 18.0634 10.95 18.2977 10.9113 18.4907C10.8703 18.6951 10.7296 19.2057 10.1725 19.4214C9.6111 19.6387 9.16054 19.3493 8.99632 19.2281C8.83762 19.1109 8.67102 18.944 8.54047 18.8132L8.54047 18.8132L8.51105 18.7838L7.57076 17.8434L3.70711 21.7071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.2929 21.7071C20.6834 22.0976 21.3166 22.0976 21.7071 21.7071C22.0976 21.3166 22.0976 20.6834 21.7071 20.2929L17.8434 16.4292L18.7838 15.4889L18.8132 15.4595C18.944 15.3289 19.111 15.1623 19.2281 15.0036C19.3493 14.8394 19.6388 14.3888 19.4214 13.8275C19.2057 13.2704 18.6951 13.1297 18.4907 13.0886C18.2978 13.0499 18.0634 13.0392 17.8818 13.031L17.8405 13.0291C17.2334 13.0007 16.4346 12.9819 15.7208 13.0273C15.366 13.0499 15.0023 13.09 14.6812 13.1628C14.4087 13.2245 13.975 13.3482 13.6616 13.6616C13.3482 13.975 13.2245 14.4087 13.1628 14.6812C13.09 15.0023 13.0499 15.366 13.0273 15.7208C12.9819 16.4346 13.0008 17.2334 13.0291 17.8405L13.031 17.8818C13.0393 18.0634 13.05 18.2977 13.0887 18.4907C13.1297 18.6951 13.2704 19.2057 13.8275 19.4214C14.3889 19.6387 14.8395 19.3493 15.0037 19.2281C15.1624 19.1109 15.329 18.944 15.4595 18.8132L15.4595 18.8132L15.4889 18.7838L16.4292 17.8434L20.2929 21.7071Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2929 2.2929C20.6834 1.90237 21.3166 1.90237 21.7071 2.2929C22.0976 2.68342 22.0976 3.31659 21.7071 3.70711L17.8434 7.57077L18.7838 8.51111L18.8132 8.54052C18.944 8.67107 19.111 8.83768 19.2281 8.99638C19.3493 9.1606 19.6388 9.61116 19.4214 10.1725C19.2057 10.7296 18.6951 10.8703 18.4907 10.9114C18.2978 10.9501 18.0634 10.9608 17.8818 10.969L17.8405 10.9709C17.2334 10.9993 16.4346 11.0181 15.7208 10.9727C15.366 10.9501 15.0023 10.91 14.6812 10.8372C14.4087 10.7755 13.975 10.6518 13.6616 10.3384C13.3482 10.025 13.2245 9.59131 13.1628 9.31876C13.09 8.99768 13.0499 8.634 13.0273 8.27924C12.9819 7.56544 13.0008 6.76662 13.0291 6.15946L13.031 6.11816C13.0393 5.93657 13.05 5.70225 13.0887 5.50934C13.1297 5.30494 13.2704 4.7943 13.8275 4.57862C14.3889 4.36128 14.8395 4.6507 15.0037 4.77191C15.1624 4.88905 15.329 5.05599 15.4595 5.18679L15.4595 5.18679L15.4889 5.21625L16.4292 6.15655L20.2929 2.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.70711 2.2929C3.31658 1.90237 2.68342 1.90237 2.29289 2.2929C1.90237 2.68342 1.90237 3.31659 2.29289 3.70711L6.15655 7.57077L5.21622 8.51111L5.18676 8.54052C5.05596 8.67107 4.88902 8.83768 4.77188 8.99638C4.65067 9.1606 4.36125 9.61116 4.5786 10.1725C4.79429 10.7296 5.30494 10.8703 5.50934 10.9114C5.70224 10.9501 5.93656 10.9608 6.11815 10.969L6.15946 10.9709C6.76663 10.9993 7.56544 11.0181 8.27924 10.9727C8.634 10.9501 8.99768 10.91 9.31876 10.8372C9.5913 10.7755 10.025 10.6518 10.3384 10.3384C10.6518 10.025 10.7755 9.59131 10.8372 9.31876C10.91 8.99768 10.9501 8.634 10.9727 8.27924C11.0181 7.56544 10.9992 6.76662 10.9709 6.15946L10.969 6.11816C10.9607 5.93657 10.95 5.70225 10.9113 5.50934C10.8703 5.30494 10.7296 4.7943 10.1725 4.57862C9.6111 4.36128 9.16054 4.6507 8.99632 4.77191C8.83762 4.88905 8.67102 5.05599 8.54047 5.18679L8.54047 5.18679L8.51105 5.21625L7.57076 6.15655L3.70711 2.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.70711 21.7071C3.31658 22.0976 2.68342 22.0976 2.29289 21.7071C1.90237 21.3166 1.90237 20.6834 2.29289 20.2929L6.15655 16.4292L5.21622 15.4889L5.18676 15.4595C5.05596 15.3289 4.88902 15.1623 4.77188 15.0036C4.65067 14.8394 4.36125 14.3888 4.5786 13.8275C4.79429 13.2704 5.30494 13.1297 5.50934 13.0886C5.70224 13.0499 5.93656 13.0392 6.11815 13.031L6.15946 13.0291C6.76663 13.0007 7.56544 12.9819 8.27924 13.0273C8.634 13.0499 8.99768 13.09 9.31876 13.1628C9.5913 13.2245 10.025 13.3482 10.3384 13.6616C10.6518 13.975 10.7755 14.4087 10.8372 14.6812C10.91 15.0023 10.9501 15.366 10.9727 15.7208C11.0181 16.4346 10.9992 17.2334 10.9709 17.8405L10.969 17.8818C10.9607 18.0634 10.95 18.2977 10.9113 18.4907C10.8703 18.6951 10.7296 19.2057 10.1725 19.4214C9.6111 19.6387 9.16054 19.3493 8.99632 19.2281C8.83762 19.1109 8.67102 18.944 8.54047 18.8132L8.54047 18.8132L8.51105 18.7838L7.57076 17.8434L3.70711 21.7071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.2929 21.7071C20.6834 22.0976 21.3166 22.0976 21.7071 21.7071C22.0976 21.3166 22.0976 20.6834 21.7071 20.2929L17.8434 16.4292L18.7838 15.4889L18.8132 15.4595C18.944 15.3289 19.111 15.1623 19.2281 15.0036C19.3493 14.8394 19.6388 14.3888 19.4214 13.8275C19.2057 13.2704 18.6951 13.1297 18.4907 13.0886C18.2978 13.0499 18.0634 13.0392 17.8818 13.031L17.8405 13.0291C17.2334 13.0007 16.4346 12.9819 15.7208 13.0273C15.366 13.0499 15.0023 13.09 14.6812 13.1628C14.4087 13.2245 13.975 13.3482 13.6616 13.6616C13.3482 13.975 13.2245 14.4087 13.1628 14.6812C13.09 15.0023 13.0499 15.366 13.0273 15.7208C12.9819 16.4346 13.0008 17.2334 13.0291 17.8405L13.031 17.8818C13.0393 18.0634 13.05 18.2977 13.0887 18.4907C13.1297 18.6951 13.2704 19.2057 13.8275 19.4214C14.3889 19.6387 14.8395 19.3493 15.0037 19.2281C15.1624 19.1109 15.329 18.944 15.4595 18.8132L15.4595 18.8132L15.4889 18.7838L16.4292 17.8434L20.2929 21.7071Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-turn-backward-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 6C10 5.44772 10.4477 5 11 5H15.5C18.5376 5 21 7.46243 21 10.5C21 13.5376 18.5376 16 15.5 16L7.99999 16L8 18C8 18.3772 7.78775 18.7223 7.45111 18.8925C7.11447 19.0626 6.71072 19.0289 6.40699 18.8052L6.39618 18.7972L6.36875 18.7768C6.34517 18.7592 6.31123 18.7338 6.26839 18.7015C6.18278 18.6368 6.06137 18.5442 5.91603 18.4308C5.6264 18.2048 5.23686 17.8923 4.84439 17.5516C4.45689 17.2151 4.04362 16.8314 3.71937 16.4644C3.55825 16.2821 3.39794 16.0803 3.27249 15.8722C3.16359 15.6915 3 15.3773 3 15C3 14.6227 3.16359 14.3085 3.27249 14.1279C3.39794 13.9198 3.55825 13.718 3.71936 13.5356C4.04361 13.1686 4.45688 12.7849 4.84438 12.4485C5.23684 12.1077 5.62637 11.7953 5.916 11.5692C6.06134 11.4558 6.18274 11.3632 6.26836 11.2985C6.31119 11.2662 6.34513 11.2408 6.36871 11.2232L6.39614 11.2028L6.40369 11.1972L6.40679 11.1949C6.71051 10.9712 7.11443 10.9374 7.45107 11.1075C7.78772 11.2777 7.99998 11.6228 7.99998 12L7.99998 14H15.5C17.433 14 19 12.433 19 10.5C19 8.567 17.433 7 15.5 7H11C10.4477 7 10 6.55228 10 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 6C10 5.44772 10.4477 5 11 5H15.5C18.5376 5 21 7.46243 21 10.5C21 13.5376 18.5376 16 15.5 16L7.99999 16L8 18C8 18.3772 7.78775 18.7223 7.45111 18.8925C7.11447 19.0626 6.71072 19.0289 6.40699 18.8052L6.39618 18.7972L6.36875 18.7768C6.34517 18.7592 6.31123 18.7338 6.26839 18.7015C6.18278 18.6368 6.06137 18.5442 5.91603 18.4308C5.6264 18.2048 5.23686 17.8923 4.84439 17.5516C4.45689 17.2151 4.04362 16.8314 3.71937 16.4644C3.55825 16.2821 3.39794 16.0803 3.27249 15.8722C3.16359 15.6915 3 15.3773 3 15C3 14.6227 3.16359 14.3085 3.27249 14.1279C3.39794 13.9198 3.55825 13.718 3.71936 13.5356C4.04361 13.1686 4.45688 12.7849 4.84438 12.4485C5.23684 12.1077 5.62637 11.7953 5.916 11.5692C6.06134 11.4558 6.18274 11.3632 6.26836 11.2985C6.31119 11.2662 6.34513 11.2408 6.36871 11.2232L6.39614 11.2028L6.40369 11.1972L6.40679 11.1949C6.71051 10.9712 7.11443 10.9374 7.45107 11.1075C7.78772 11.2777 7.99998 11.6228 7.99998 12L7.99998 14H15.5C17.433 14 19 12.433 19 10.5C19 8.567 17.433 7 15.5 7H11C10.4477 7 10 6.55228 10 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-turn-down-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 14C5.44771 14 5 13.5523 5 13L5 8.5C5 5.46243 7.46243 3 10.5 3C13.5376 3 16 5.46243 16 8.5L16 16L18 16C18.3772 16 18.7223 16.2122 18.8925 16.5489C19.0626 16.8855 19.0289 17.2893 18.8052 17.593L18.7972 17.6038L18.7768 17.6313C18.7592 17.6548 18.7338 17.6888 18.7015 17.7316C18.6368 17.8172 18.5442 17.9386 18.4308 18.084C18.2048 18.3736 17.8923 18.7631 17.5516 19.1556C17.2151 19.5431 16.8314 19.9564 16.4644 20.2806C16.2821 20.4417 16.0803 20.6021 15.8722 20.7275C15.6915 20.8364 15.3773 21 15 21C14.6227 21 14.3085 20.8364 14.1279 20.7275C13.9198 20.6021 13.718 20.4418 13.5356 20.2806C13.1686 19.9564 12.7849 19.5431 12.4485 19.1556C12.1077 18.7632 11.7953 18.3736 11.5692 18.084C11.4558 17.9387 11.3632 17.8173 11.2985 17.7316C11.2662 17.6888 11.2408 17.6549 11.2232 17.6313L11.2028 17.6039L11.1972 17.5963L11.1949 17.5932C10.9712 17.2895 10.9374 16.8856 11.1075 16.5489C11.2777 16.2123 11.6228 16 12 16L14 16L14 8.5C14 6.567 12.433 5 10.5 5C8.567 5 7 6.567 7 8.5L7 13C7 13.5523 6.55228 14 6 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 14C5.44771 14 5 13.5523 5 13L5 8.5C5 5.46243 7.46243 3 10.5 3C13.5376 3 16 5.46243 16 8.5L16 16L18 16C18.3772 16 18.7223 16.2122 18.8925 16.5489C19.0626 16.8855 19.0289 17.2893 18.8052 17.593L18.7972 17.6038L18.7768 17.6313C18.7592 17.6548 18.7338 17.6888 18.7015 17.7316C18.6368 17.8172 18.5442 17.9386 18.4308 18.084C18.2048 18.3736 17.8923 18.7631 17.5516 19.1556C17.2151 19.5431 16.8314 19.9564 16.4644 20.2806C16.2821 20.4417 16.0803 20.6021 15.8722 20.7275C15.6915 20.8364 15.3773 21 15 21C14.6227 21 14.3085 20.8364 14.1279 20.7275C13.9198 20.6021 13.718 20.4418 13.5356 20.2806C13.1686 19.9564 12.7849 19.5431 12.4485 19.1556C12.1077 18.7632 11.7953 18.3736 11.5692 18.084C11.4558 17.9387 11.3632 17.8173 11.2985 17.7316C11.2662 17.6888 11.2408 17.6549 11.2232 17.6313L11.2028 17.6039L11.1972 17.5963L11.1949 17.5932C10.9712 17.2895 10.9374 16.8856 11.1075 16.5489C11.2777 16.2123 11.6228 16 12 16L14 16L14 8.5C14 6.567 12.433 5 10.5 5C8.567 5 7 6.567 7 8.5L7 13C7 13.5523 6.55228 14 6 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-turn-forward-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 6C14 5.44772 13.5523 5 13 5H8.5C5.46243 5 3 7.46243 3 10.5C3 13.5376 5.46243 16 8.5 16L16 16L16 18C16 18.3772 16.2122 18.7223 16.5489 18.8925C16.8855 19.0626 17.2893 19.0289 17.593 18.8052L17.6038 18.7972L17.6313 18.7768C17.6548 18.7592 17.6888 18.7338 17.7316 18.7015C17.8172 18.6368 17.9386 18.5442 18.084 18.4308C18.3736 18.2048 18.7631 17.8923 19.1556 17.5516C19.5431 17.2151 19.9564 16.8314 20.2806 16.4644C20.4417 16.2821 20.6021 16.0803 20.7275 15.8722C20.8364 15.6915 21 15.3773 21 15C21 14.6227 20.8364 14.3085 20.7275 14.1279C20.6021 13.9198 20.4418 13.718 20.2806 13.5356C19.9564 13.1686 19.5431 12.7849 19.1556 12.4485C18.7632 12.1077 18.3736 11.7953 18.084 11.5692C17.9387 11.4558 17.8173 11.3632 17.7316 11.2985C17.6888 11.2662 17.6549 11.2408 17.6313 11.2232L17.6039 11.2028L17.5963 11.1972L17.5932 11.1949C17.2895 10.9712 16.8856 10.9374 16.5489 11.1075C16.2123 11.2777 16 11.6228 16 12L16 14H8.5C6.567 14 5 12.433 5 10.5C5 8.567 6.567 7 8.5 7H13C13.5523 7 14 6.55228 14 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 6C14 5.44772 13.5523 5 13 5H8.5C5.46243 5 3 7.46243 3 10.5C3 13.5376 5.46243 16 8.5 16L16 16L16 18C16 18.3772 16.2122 18.7223 16.5489 18.8925C16.8855 19.0626 17.2893 19.0289 17.593 18.8052L17.6038 18.7972L17.6313 18.7768C17.6548 18.7592 17.6888 18.7338 17.7316 18.7015C17.8172 18.6368 17.9386 18.5442 18.084 18.4308C18.3736 18.2048 18.7631 17.8923 19.1556 17.5516C19.5431 17.2151 19.9564 16.8314 20.2806 16.4644C20.4417 16.2821 20.6021 16.0803 20.7275 15.8722C20.8364 15.6915 21 15.3773 21 15C21 14.6227 20.8364 14.3085 20.7275 14.1279C20.6021 13.9198 20.4418 13.718 20.2806 13.5356C19.9564 13.1686 19.5431 12.7849 19.1556 12.4485C18.7632 12.1077 18.3736 11.7953 18.084 11.5692C17.9387 11.4558 17.8173 11.3632 17.7316 11.2985C17.6888 11.2662 17.6549 11.2408 17.6313 11.2232L17.6039 11.2028L17.5963 11.1972L17.5932 11.1949C17.2895 10.9712 16.8856 10.9374 16.5489 11.1075C16.2123 11.2777 16 11.6228 16 12L16 14H8.5C6.567 14 5 12.433 5 10.5C5 8.567 6.567 7 8.5 7H13C13.5523 7 14 6.55228 14 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-turn-up-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 10C5.44771 10 5 10.4477 5 11L5 15.5C5 18.5376 7.46243 21 10.5 21C13.5376 21 16 18.5376 16 15.5L16 7.99999L18 8C18.3772 8 18.7223 7.78775 18.8925 7.45111C19.0626 7.11447 19.0289 6.71072 18.8052 6.40699L18.7972 6.39618L18.7768 6.36875C18.7592 6.34517 18.7338 6.31123 18.7015 6.26839C18.6368 6.18278 18.5442 6.06137 18.4308 5.91603C18.2048 5.6264 17.8923 5.23686 17.5516 4.84439C17.2151 4.45689 16.8314 4.04362 16.4644 3.71937C16.2821 3.55825 16.0803 3.39794 15.8722 3.27249C15.6915 3.16359 15.3773 3 15 3C14.6227 3 14.3085 3.16359 14.1279 3.27249C13.9198 3.39794 13.718 3.55825 13.5356 3.71936C13.1686 4.04361 12.7849 4.45688 12.4485 4.84438C12.1077 5.23684 11.7953 5.62637 11.5692 5.916C11.4558 6.06134 11.3632 6.18275 11.2985 6.26836C11.2662 6.31119 11.2408 6.34513 11.2232 6.36871L11.2028 6.39614L11.1972 6.40369L11.1949 6.40679C10.9712 6.71051 10.9374 7.11443 11.1075 7.45107C11.2777 7.78772 11.6228 7.99998 12 7.99998L14 7.99998L14 15.5C14 17.433 12.433 19 10.5 19C8.567 19 7 17.433 7 15.5L7 11C7 10.4477 6.55228 10 6 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 10C5.44771 10 5 10.4477 5 11L5 15.5C5 18.5376 7.46243 21 10.5 21C13.5376 21 16 18.5376 16 15.5L16 7.99999L18 8C18.3772 8 18.7223 7.78775 18.8925 7.45111C19.0626 7.11447 19.0289 6.71072 18.8052 6.40699L18.7972 6.39618L18.7768 6.36875C18.7592 6.34517 18.7338 6.31123 18.7015 6.26839C18.6368 6.18278 18.5442 6.06137 18.4308 5.91603C18.2048 5.6264 17.8923 5.23686 17.5516 4.84439C17.2151 4.45689 16.8314 4.04362 16.4644 3.71937C16.2821 3.55825 16.0803 3.39794 15.8722 3.27249C15.6915 3.16359 15.3773 3 15 3C14.6227 3 14.3085 3.16359 14.1279 3.27249C13.9198 3.39794 13.718 3.55825 13.5356 3.71936C13.1686 4.04361 12.7849 4.45688 12.4485 4.84438C12.1077 5.23684 11.7953 5.62637 11.5692 5.916C11.4558 6.06134 11.3632 6.18275 11.2985 6.26836C11.2662 6.31119 11.2408 6.34513 11.2232 6.36871L11.2028 6.39614L11.1972 6.40369L11.1949 6.40679C10.9712 6.71051 10.9374 7.11443 11.1075 7.45107C11.2777 7.78772 11.6228 7.99998 12 7.99998L14 7.99998L14 15.5C14 17.433 12.433 19 10.5 19C8.567 19 7 17.433 7 15.5L7 11C7 10.4477 6.55228 10 6 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-up-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.593 15.8051C19.0376 15.4776 19.1326 14.8516 18.8051 14.4069C18.5507 14.0615 18.2963 13.7332 18.0731 13.4472C17.6276 12.8764 17.0143 12.1118 16.3479 11.3444C15.6859 10.5819 14.9518 9.79361 14.2666 9.18811C13.9251 8.88637 13.5721 8.60888 13.2279 8.4014C12.9112 8.21046 12.476 8 11.9999 8C11.5238 8 11.0885 8.21046 10.7718 8.4014C10.4276 8.60888 10.0747 8.88637 9.7332 9.18811C9.04791 9.79361 8.31387 10.5819 7.65183 11.3444C6.98548 12.1118 6.37216 12.8764 5.92664 13.4472C5.70347 13.7332 5.44902 14.0615 5.19463 14.4069C4.86712 14.8516 4.96211 15.4776 5.4068 15.8051C5.58556 15.9368 5.79362 16.0002 5.99982 16L11.9999 16L17.9999 16C18.2061 16.0002 18.4142 15.9368 18.593 15.8051Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.593 15.8051C19.0376 15.4776 19.1326 14.8516 18.8051 14.4069C18.5507 14.0615 18.2963 13.7332 18.0731 13.4472C17.6276 12.8764 17.0143 12.1118 16.3479 11.3444C15.6859 10.5819 14.9518 9.79361 14.2666 9.18811C13.9251 8.88637 13.5721 8.60888 13.2279 8.4014C12.9112 8.21046 12.476 8 11.9999 8C11.5238 8 11.0885 8.21046 10.7718 8.4014C10.4276 8.60888 10.0747 8.88637 9.7332 9.18811C9.04791 9.79361 8.31387 10.5819 7.65183 11.3444C6.98548 12.1118 6.37216 12.8764 5.92664 13.4472C5.70347 13.7332 5.44902 14.0615 5.19463 14.4069C4.86712 14.8516 4.96211 15.4776 5.4068 15.8051C5.58556 15.9368 5.79362 16.0002 5.99982 16L11.9999 16L17.9999 16C18.2061 16.0002 18.4142 15.9368 18.593 15.8051Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-up-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C12.5523 3 13 3.44772 13 4L13 20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20L11 4C11 3.44772 11.4477 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 5.02786C11.8452 5.12116 11.5671 5.31675 11.3251 5.53062C10.8432 5.95637 10.2928 6.5431 9.76105 7.1556C9.23357 7.76313 8.74365 8.3736 8.38437 8.83397C8.20515 9.06363 7.90576 9.45995 7.80521 9.59308C7.47768 10.0377 6.85173 10.1327 6.40706 9.8052C5.96236 9.47769 5.86736 8.85169 6.19487 8.40699L6.19767 8.40328C6.30672 8.2589 6.62291 7.84028 6.80767 7.60352C7.18002 7.1264 7.69303 6.48686 8.25084 5.84439C8.80434 5.20689 9.4216 4.54362 10.0008 4.03187C10.2892 3.777 10.5918 3.53856 10.8906 3.35842C11.162 3.19484 11.5568 3.00002 12 3C12.4431 3.00002 12.838 3.19484 13.1094 3.35842C13.4082 3.53856 13.7108 3.777 13.9992 4.03187C14.5784 4.54362 15.1957 5.20689 15.7492 5.84439C16.307 6.48686 16.82 7.1264 17.1923 7.60352C17.3771 7.84028 17.6931 8.25863 17.8021 8.40301L17.8051 8.40699C18.1326 8.85169 18.0376 9.47769 17.5929 9.8052C17.1483 10.1327 16.5223 10.0377 16.1948 9.59308C16.0942 9.45995 15.7948 9.06363 15.6156 8.83397C15.2564 8.3736 14.7664 7.76313 14.2389 7.1556C13.7072 6.5431 13.1568 5.95637 12.6749 5.53062C12.4329 5.31675 12.1548 5.12116 12 5.02786Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C12.5523 3 13 3.44772 13 4L13 20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20L11 4C11 3.44772 11.4477 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 5.02786C11.8452 5.12116 11.5671 5.31675 11.3251 5.53062C10.8432 5.95637 10.2928 6.5431 9.76105 7.1556C9.23357 7.76313 8.74365 8.3736 8.38437 8.83397C8.20515 9.06363 7.90576 9.45995 7.80521 9.59308C7.47768 10.0377 6.85173 10.1327 6.40706 9.8052C5.96236 9.47769 5.86736 8.85169 6.19487 8.40699L6.19767 8.40328C6.30672 8.2589 6.62291 7.84028 6.80767 7.60352C7.18002 7.1264 7.69303 6.48686 8.25084 5.84439C8.80434 5.20689 9.4216 4.54362 10.0008 4.03187C10.2892 3.777 10.5918 3.53856 10.8906 3.35842C11.162 3.19484 11.5568 3.00002 12 3C12.4431 3.00002 12.838 3.19484 13.1094 3.35842C13.4082 3.53856 13.7108 3.777 13.9992 4.03187C14.5784 4.54362 15.1957 5.20689 15.7492 5.84439C16.307 6.48686 16.82 7.1264 17.1923 7.60352C17.3771 7.84028 17.6931 8.25863 17.8021 8.40301L17.8051 8.40699C18.1326 8.85169 18.0376 9.47769 17.5929 9.8052C17.1483 10.1327 16.5223 10.0377 16.1948 9.59308C16.0942 9.45995 15.7948 9.06363 15.6156 8.83397C15.2564 8.3736 14.7664 7.76313 14.2389 7.1556C13.7072 6.5431 13.1568 5.95637 12.6749 5.53062C12.4329 5.31675 12.1548 5.12116 12 5.02786Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-up-03-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 4C19 4.55228 18.5523 5 18 5L6 5C5.44771 5 5 4.55228 5 4C5 3.44771 5.44771 3 6 3L18 3C18.5523 3 19 3.44772 19 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.80529 12.593C8.47783 13.0376 7.8519 13.1327 7.40718 12.8053C6.96243 12.4778 6.86734 11.8519 7.19478 11.4071L7.19772 11.4031L7.20489 11.3934L7.23149 11.3576C7.25451 11.3267 7.28795 11.282 7.33061 11.2255C7.4159 11.1126 7.53829 10.9521 7.68825 10.7599C7.98735 10.3765 8.39996 9.86196 8.84912 9.34448C9.29398 8.83198 9.79436 8.2937 10.2674 7.87568C10.5027 7.66768 10.7549 7.46829 11.0083 7.31549C11.2343 7.17922 11.5888 7 11.9991 7C12.4094 7 12.7639 7.1792 12.9899 7.31543C13.2434 7.46821 13.4956 7.66756 13.731 7.87554C14.2042 8.29353 14.7048 8.83178 15.1499 9.34427C15.5993 9.86172 16.0121 10.3763 16.3114 10.7596C16.4615 10.9518 16.5839 11.1123 16.6693 11.2253C16.7119 11.2818 16.7454 11.3264 16.7684 11.3573L16.795 11.3931L16.8022 11.4028L16.8048 11.4064C17.1324 11.851 17.0378 12.4775 16.5932 12.8051C16.1486 13.1326 15.5226 13.0378 15.195 12.5932L15.1936 12.5913L15.1881 12.5838L15.165 12.5527C15.1443 12.525 15.1135 12.4838 15.0735 12.4309C14.9936 12.3251 14.8776 12.1731 14.7349 11.9903C14.4487 11.6237 14.0589 11.1382 13.6399 10.6557C13.426 10.4094 13.2095 10.1698 12.9991 9.95005V20C12.9991 20.5523 12.5514 21 11.9991 21C11.4468 21 10.9991 20.5523 10.9991 20V9.95067C10.7891 10.1702 10.573 10.4095 10.3595 10.6555C9.94067 11.138 9.55115 11.6235 9.26513 11.9901C9.12253 12.1729 9.0066 12.3249 8.92672 12.4307C8.8868 12.4836 8.85594 12.5248 8.83531 12.5525L8.8122 12.5836L8.80669 12.5911L8.80529 12.593Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 4C19 4.55228 18.5523 5 18 5L6 5C5.44771 5 5 4.55228 5 4C5 3.44771 5.44771 3 6 3L18 3C18.5523 3 19 3.44772 19 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.80529 12.593C8.47783 13.0376 7.8519 13.1327 7.40718 12.8053C6.96243 12.4778 6.86734 11.8519 7.19478 11.4071L7.19772 11.4031L7.20489 11.3934L7.23149 11.3576C7.25451 11.3267 7.28795 11.282 7.33061 11.2255C7.4159 11.1126 7.53829 10.9521 7.68825 10.7599C7.98735 10.3765 8.39996 9.86196 8.84912 9.34448C9.29398 8.83198 9.79436 8.2937 10.2674 7.87568C10.5027 7.66768 10.7549 7.46829 11.0083 7.31549C11.2343 7.17922 11.5888 7 11.9991 7C12.4094 7 12.7639 7.1792 12.9899 7.31543C13.2434 7.46821 13.4956 7.66756 13.731 7.87554C14.2042 8.29353 14.7048 8.83178 15.1499 9.34427C15.5993 9.86172 16.0121 10.3763 16.3114 10.7596C16.4615 10.9518 16.5839 11.1123 16.6693 11.2253C16.7119 11.2818 16.7454 11.3264 16.7684 11.3573L16.795 11.3931L16.8022 11.4028L16.8048 11.4064C17.1324 11.851 17.0378 12.4775 16.5932 12.8051C16.1486 13.1326 15.5226 13.0378 15.195 12.5932L15.1936 12.5913L15.1881 12.5838L15.165 12.5527C15.1443 12.525 15.1135 12.4838 15.0735 12.4309C14.9936 12.3251 14.8776 12.1731 14.7349 11.9903C14.4487 11.6237 14.0589 11.1382 13.6399 10.6557C13.426 10.4094 13.2095 10.1698 12.9991 9.95005V20C12.9991 20.5523 12.5514 21 11.9991 21C11.4468 21 10.9991 20.5523 10.9991 20V9.95067C10.7891 10.1702 10.573 10.4095 10.3595 10.6555C9.94067 11.138 9.55115 11.6235 9.26513 11.9901C9.12253 12.1729 9.0066 12.3249 8.92672 12.4307C8.8868 12.4836 8.85594 12.5248 8.83531 12.5525L8.8122 12.5836L8.80669 12.5911L8.80529 12.593Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-up-04-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0027 3.125C11.478 3.125 11.0834 3.39329 10.7767 3.68621C10.4911 3.95899 10.153 4.38826 9.80903 4.82504L9.01041 5.83881C8.42543 6.58132 7.93577 7.20286 7.63564 7.72013C7.33377 8.24039 7.08851 8.88006 7.38216 9.54328C7.68382 10.2246 8.33594 10.4467 8.92273 10.5369C9.45953 10.6194 10.1675 10.6247 11 10.625V19.875C11 20.4273 11.4477 20.875 12 20.875C12.5523 20.875 13 20.4273 13 19.875V10.625C13.834 10.6247 14.5432 10.6195 15.0807 10.5369C15.6675 10.4467 16.3196 10.2246 16.6213 9.54328C16.9149 8.88006 16.6696 8.24039 16.3678 7.72013C16.0677 7.20286 15.578 6.58134 14.993 5.83884L14.1944 4.82504C13.8504 4.38826 13.5123 3.95899 13.2267 3.68621C12.9201 3.39329 12.5274 3.125 12.0027 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0027 3.125C11.478 3.125 11.0834 3.39329 10.7767 3.68621C10.4911 3.95899 10.153 4.38826 9.80903 4.82504L9.01041 5.83881C8.42543 6.58132 7.93577 7.20286 7.63564 7.72013C7.33377 8.24039 7.08851 8.88006 7.38216 9.54328C7.68382 10.2246 8.33594 10.4467 8.92273 10.5369C9.45953 10.6194 10.1675 10.6247 11 10.625V19.875C11 20.4273 11.4477 20.875 12 20.875C12.5523 20.875 13 20.4273 13 19.875V10.625C13.834 10.6247 14.5432 10.6195 15.0807 10.5369C15.6675 10.4467 16.3196 10.2246 16.6213 9.54328C16.9149 8.88006 16.6696 8.24039 16.3678 7.72013C16.0677 7.20286 15.578 6.58134 14.993 5.83884L14.1944 4.82504C13.8504 4.38826 13.5123 3.95899 13.2267 3.68621C12.9201 3.39329 12.5274 3.125 12.0027 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-up-05-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 4C19 4.55228 18.5523 5 18 5L6 5C5.44771 5 5 4.55228 5 4C5 3.44771 5.44771 3 6 3L18 3C18.5523 3 19 3.44772 19 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9996 20.0001C12.9996 20.5524 12.5519 21.0001 11.9996 21.0001C11.4473 21.0001 10.9996 20.5524 10.9996 20.0001L10.9996 13L9.91273 13C9.53339 13.0002 9.14007 13.0003 8.82834 12.9523C8.49501 12.901 7.91555 12.7447 7.62998 12.136C7.34739 11.5337 7.58804 10.995 7.76331 10.7026C7.92373 10.4349 8.1724 10.1375 8.40962 9.85386L8.44893 9.80684C8.92783 9.2337 9.50141 8.58598 10.0471 8.07369C10.3183 7.81903 10.6065 7.57512 10.8907 7.38867C11.1365 7.22743 11.5379 7 12 7C12.4621 7 12.8634 7.22743 13.1092 7.38867C13.3934 7.57511 13.6816 7.81902 13.9529 8.07367C14.4985 8.58596 15.0721 9.23367 15.551 9.8068L15.5904 9.85382C15.8276 10.1375 16.0762 10.4348 16.2367 10.7025C16.412 10.995 16.6526 11.5337 16.37 12.136C16.0845 12.7447 15.505 12.901 15.1717 12.9523C14.8599 13.0003 14.4666 13.0001 14.0873 13L12.9996 13L12.9996 20.0001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 4C19 4.55228 18.5523 5 18 5L6 5C5.44771 5 5 4.55228 5 4C5 3.44771 5.44771 3 6 3L18 3C18.5523 3 19 3.44772 19 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9996 20.0001C12.9996 20.5524 12.5519 21.0001 11.9996 21.0001C11.4473 21.0001 10.9996 20.5524 10.9996 20.0001L10.9996 13L9.91273 13C9.53339 13.0002 9.14007 13.0003 8.82834 12.9523C8.49501 12.901 7.91555 12.7447 7.62998 12.136C7.34739 11.5337 7.58804 10.995 7.76331 10.7026C7.92373 10.4349 8.1724 10.1375 8.40962 9.85386L8.44893 9.80684C8.92783 9.2337 9.50141 8.58598 10.0471 8.07369C10.3183 7.81903 10.6065 7.57512 10.8907 7.38867C11.1365 7.22743 11.5379 7 12 7C12.4621 7 12.8634 7.22743 13.1092 7.38867C13.3934 7.57511 13.6816 7.81902 13.9529 8.07367C14.4985 8.58596 15.0721 9.23367 15.551 9.8068L15.5904 9.85382C15.8276 10.1375 16.0762 10.4348 16.2367 10.7025C16.412 10.995 16.6526 11.5337 16.37 12.136C16.0845 12.7447 15.505 12.901 15.1717 12.9523C14.8599 13.0003 14.4666 13.0001 14.0873 13L12.9996 13L12.9996 20.0001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-up-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.195 12.093C17.1634 12.0507 17.0699 11.9251 17.0093 11.8449C16.8881 11.6844 16.7125 11.4543 16.4967 11.1777C16.0643 10.6236 15.474 9.88813 14.838 9.1556C14.1977 8.4181 13.5306 7.70637 12.9426 7.18687C12.6475 6.92612 12.3958 6.73487 12.1957 6.61422C12.1004 6.55675 12.0364 6.52738 12.0002 6.51266C11.964 6.52738 11.9001 6.55675 11.8047 6.61423C11.6046 6.73488 11.3529 6.92613 11.0578 7.18688C10.4699 7.70638 9.8027 8.4181 9.16237 9.1556C8.52635 9.88812 7.93611 10.6236 7.50367 11.1777C7.28786 11.4542 6.92657 11.9325 6.80535 12.093C6.47784 12.5377 5.85184 12.6327 5.40715 12.3051C4.96245 11.9776 4.86786 11.3511 5.19538 10.9064L5.19772 10.9033C5.32665 10.7326 5.70518 10.2314 5.92699 9.94723C6.3725 9.37636 6.98582 8.61183 7.65218 7.84437C8.31421 7.08187 9.04825 6.29361 9.73354 5.68811C10.075 5.38637 10.428 5.10888 10.7722 4.9014C11.0889 4.71046 11.5241 4.5 12.0002 4.5C12.4764 4.5 12.9116 4.71046 13.2283 4.90139C13.5725 5.10887 13.9254 5.38637 14.2669 5.68811C14.9522 6.29362 15.6862 7.08189 16.3482 7.84439C17.0146 8.61186 17.6279 9.3764 18.0734 9.94727C18.2966 10.2332 18.4786 10.4718 18.6052 10.6395C18.668 10.7226 18.7693 10.8585 18.8041 10.9052L18.805 10.9065C19.1325 11.3511 19.0379 11.9777 18.5932 12.3052C18.1485 12.6327 17.5225 12.5377 17.195 12.093Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.8926 18.9511C18.7225 19.2878 18.3773 19.5 18.0001 19.5L6.00015 19.5C5.62294 19.5 5.27783 19.2877 5.10768 18.9511C4.93752 18.6144 4.97127 18.2107 5.19496 17.9069L5.19686 17.9044C5.2326 17.8564 5.33296 17.7218 5.39516 17.6394C5.52178 17.4718 5.7038 17.2332 5.92697 16.9472C6.37249 16.3764 6.98581 15.6118 7.65216 14.8444C8.3142 14.0819 9.04823 13.2936 9.73352 12.6881C10.075 12.3864 10.428 12.1089 10.7721 11.9014C11.0889 11.7105 11.5241 11.5 12.0002 11.5C12.4763 11.5 12.9115 11.7105 13.2282 11.9014C13.5724 12.1089 13.9254 12.3864 14.2669 12.6881C14.9521 13.2936 15.6862 14.0819 16.3482 14.8444C17.0145 15.6119 17.6278 16.3764 18.0734 16.9473C18.2965 17.2332 18.4785 17.4718 18.6052 17.6395C18.6679 17.7226 18.7692 17.8585 18.804 17.9052L18.8049 17.9065C19.0286 18.2102 19.0628 18.6145 18.8926 18.9511Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.195 12.093C17.1634 12.0507 17.0699 11.9251 17.0093 11.8449C16.8881 11.6844 16.7125 11.4543 16.4967 11.1777C16.0643 10.6236 15.474 9.88813 14.838 9.1556C14.1977 8.4181 13.5306 7.70637 12.9426 7.18687C12.6475 6.92612 12.3958 6.73487 12.1957 6.61422C12.1004 6.55675 12.0364 6.52738 12.0002 6.51266C11.964 6.52738 11.9001 6.55675 11.8047 6.61423C11.6046 6.73488 11.3529 6.92613 11.0578 7.18688C10.4699 7.70638 9.8027 8.4181 9.16237 9.1556C8.52635 9.88812 7.93611 10.6236 7.50367 11.1777C7.28786 11.4542 6.92657 11.9325 6.80535 12.093C6.47784 12.5377 5.85184 12.6327 5.40715 12.3051C4.96245 11.9776 4.86786 11.3511 5.19538 10.9064L5.19772 10.9033C5.32665 10.7326 5.70518 10.2314 5.92699 9.94723C6.3725 9.37636 6.98582 8.61183 7.65218 7.84437C8.31421 7.08187 9.04825 6.29361 9.73354 5.68811C10.075 5.38637 10.428 5.10888 10.7722 4.9014C11.0889 4.71046 11.5241 4.5 12.0002 4.5C12.4764 4.5 12.9116 4.71046 13.2283 4.90139C13.5725 5.10887 13.9254 5.38637 14.2669 5.68811C14.9522 6.29362 15.6862 7.08189 16.3482 7.84439C17.0146 8.61186 17.6279 9.3764 18.0734 9.94727C18.2966 10.2332 18.4786 10.4718 18.6052 10.6395C18.668 10.7226 18.7693 10.8585 18.8041 10.9052L18.805 10.9065C19.1325 11.3511 19.0379 11.9777 18.5932 12.3052C18.1485 12.6327 17.5225 12.5377 17.195 12.093Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.8926 18.9511C18.7225 19.2878 18.3773 19.5 18.0001 19.5L6.00015 19.5C5.62294 19.5 5.27783 19.2877 5.10768 18.9511C4.93752 18.6144 4.97127 18.2107 5.19496 17.9069L5.19686 17.9044C5.2326 17.8564 5.33296 17.7218 5.39516 17.6394C5.52178 17.4718 5.7038 17.2332 5.92697 16.9472C6.37249 16.3764 6.98581 15.6118 7.65216 14.8444C8.3142 14.0819 9.04823 13.2936 9.73352 12.6881C10.075 12.3864 10.428 12.1089 10.7721 11.9014C11.0889 11.7105 11.5241 11.5 12.0002 11.5C12.4763 11.5 12.9115 11.7105 13.2282 11.9014C13.5724 12.1089 13.9254 12.3864 14.2669 12.6881C14.9521 13.2936 15.6862 14.0819 16.3482 14.8444C17.0145 15.6119 17.6278 16.3764 18.0734 16.9473C18.2965 17.2332 18.4785 17.4718 18.6052 17.6395C18.6679 17.7226 18.7692 17.8585 18.804 17.9052L18.8049 17.9065C19.0286 18.2102 19.0628 18.6145 18.8926 18.9511Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-up-down-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75001 19.9999C7.75001 20.5522 7.30229 20.9999 6.75001 20.9999C6.19773 20.9999 5.75001 20.5522 5.75001 19.9999V7.99999L4.56829 8L4.53443 8.00003H4.53442C4.39798 8.00025 4.19919 8.00056 4.02998 7.9746C3.84511 7.94624 3.36011 7.83812 3.11374 7.32267C2.86919 6.81104 3.08093 6.36183 3.17545 6.19364C3.26004 6.04314 3.38325 5.88606 3.46679 5.77954L3.48764 5.75295C3.83845 5.3042 4.34774 4.67868 4.85106 4.15775C5.10066 3.89942 5.3718 3.64263 5.63789 3.44332C5.77108 3.34356 5.92353 3.24258 6.08808 3.16319C6.24265 3.08862 6.47491 3 6.74999 3C7.02506 3 7.25731 3.08862 7.41188 3.16319C7.57642 3.24258 7.72888 3.34356 7.86206 3.44332C8.12815 3.64263 8.3993 3.89941 8.6489 4.15774C9.15222 4.67866 9.66152 5.30417 10.0123 5.75291L10.0332 5.77951L10.0332 5.77952C10.1167 5.88603 10.24 6.04311 10.3245 6.19361C10.4191 6.36179 10.6308 6.811 10.3863 7.32264C10.1399 7.83809 9.65489 7.94621 9.47003 7.97458C9.30081 8.00054 9.10202 8.00023 8.96557 8.00002L8.93172 7.99998L7.75001 7.99998V19.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.25 4.00006C18.25 3.44778 17.8023 3.00006 17.25 3.00006C16.6977 3.00006 16.25 3.44778 16.25 4.00006V16L15.0683 16L15.0344 16H15.0344C14.898 15.9998 14.6992 15.9994 14.53 16.0254C14.3451 16.0538 13.8601 16.1619 13.6137 16.6773C13.3692 17.189 13.5809 17.6382 13.6755 17.8064C13.76 17.9569 13.8832 18.1139 13.9668 18.2205L13.9876 18.2471C14.3385 18.6958 14.8477 19.3213 15.3511 19.8422C15.6007 20.1006 15.8718 20.3574 16.1379 20.5567C16.2711 20.6564 16.4235 20.7574 16.5881 20.8368C16.7426 20.9114 16.9749 21 17.25 21C17.5251 21 17.7573 20.9114 17.9119 20.8368C18.0764 20.7574 18.2289 20.6564 18.3621 20.5567C18.6282 20.3574 18.8993 20.1006 19.1489 19.8423C19.6522 19.3213 20.1615 18.6958 20.5123 18.2471L20.5332 18.2205L20.5332 18.2205C20.6167 18.114 20.74 17.9569 20.8245 17.8064C20.9191 17.6382 21.1308 17.189 20.8863 16.6774C20.6399 16.1619 20.1549 16.0538 19.97 16.0254C19.8008 15.9995 19.602 15.9998 19.4656 16L19.4317 16L18.25 16V4.00006Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75001 19.9999C7.75001 20.5522 7.30229 20.9999 6.75001 20.9999C6.19773 20.9999 5.75001 20.5522 5.75001 19.9999V7.99999L4.56829 8L4.53443 8.00003H4.53442C4.39798 8.00025 4.19919 8.00056 4.02998 7.9746C3.84511 7.94624 3.36011 7.83812 3.11374 7.32267C2.86919 6.81104 3.08093 6.36183 3.17545 6.19364C3.26004 6.04314 3.38325 5.88606 3.46679 5.77954L3.48764 5.75295C3.83845 5.3042 4.34774 4.67868 4.85106 4.15775C5.10066 3.89942 5.3718 3.64263 5.63789 3.44332C5.77108 3.34356 5.92353 3.24258 6.08808 3.16319C6.24265 3.08862 6.47491 3 6.74999 3C7.02506 3 7.25731 3.08862 7.41188 3.16319C7.57642 3.24258 7.72888 3.34356 7.86206 3.44332C8.12815 3.64263 8.3993 3.89941 8.6489 4.15774C9.15222 4.67866 9.66152 5.30417 10.0123 5.75291L10.0332 5.77951L10.0332 5.77952C10.1167 5.88603 10.24 6.04311 10.3245 6.19361C10.4191 6.36179 10.6308 6.811 10.3863 7.32264C10.1399 7.83809 9.65489 7.94621 9.47003 7.97458C9.30081 8.00054 9.10202 8.00023 8.96557 8.00002L8.93172 7.99998L7.75001 7.99998V19.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.25 4.00006C18.25 3.44778 17.8023 3.00006 17.25 3.00006C16.6977 3.00006 16.25 3.44778 16.25 4.00006V16L15.0683 16L15.0344 16H15.0344C14.898 15.9998 14.6992 15.9994 14.53 16.0254C14.3451 16.0538 13.8601 16.1619 13.6137 16.6773C13.3692 17.189 13.5809 17.6382 13.6755 17.8064C13.76 17.9569 13.8832 18.1139 13.9668 18.2205L13.9876 18.2471C14.3385 18.6958 14.8477 19.3213 15.3511 19.8422C15.6007 20.1006 15.8718 20.3574 16.1379 20.5567C16.2711 20.6564 16.4235 20.7574 16.5881 20.8368C16.7426 20.9114 16.9749 21 17.25 21C17.5251 21 17.7573 20.9114 17.9119 20.8368C18.0764 20.7574 18.2289 20.6564 18.3621 20.5567C18.6282 20.3574 18.8993 20.1006 19.1489 19.8423C19.6522 19.3213 20.1615 18.6958 20.5123 18.2471L20.5332 18.2205L20.5332 18.2205C20.6167 18.114 20.74 17.9569 20.8245 17.8064C20.9191 17.6382 21.1308 17.189 20.8863 16.6774C20.6399 16.1619 20.1549 16.0538 19.97 16.0254C19.8008 15.9995 19.602 15.9998 19.4656 16L19.4317 16L18.25 16V4.00006Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-up-left-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.29289 6.29289C5.90237 6.68342 5.90237 7.31658 6.29289 7.70711L17.2929 18.7071C17.6834 19.0976 18.3166 19.0976 18.7071 18.7071C19.0976 18.3166 19.0976 17.6834 18.7071 17.2929L7.70711 6.29289C7.31658 5.90237 6.68342 5.90237 6.29289 6.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75558 5.28982C6.47489 5.37173 6.09348 5.51534 5.80437 5.80444C5.51526 6.09355 5.37165 6.47497 5.28973 6.75566C5.19917 7.06599 5.1394 7.41701 5.09818 7.77008C5.01544 8.4788 4.99487 9.31068 5.00093 10.0842C5.00704 10.8637 5.04056 11.6122 5.07231 12.1639C5.08822 12.4403 5.10378 12.6688 5.11541 12.8288C5.12117 12.908 5.13139 13.0376 5.1349 13.0822L5.135 13.0834C5.1814 13.6338 5.66519 14.0429 6.21553 13.9965C6.76583 13.9501 7.17433 13.4664 7.12799 12.9161C7.12487 12.8765 7.11565 12.7595 7.11014 12.6838C7.09914 12.5323 7.08426 12.314 7.06901 12.0489C7.03842 11.5176 7.00663 10.8042 7.00087 10.0685C6.99505 9.32682 7.01604 8.59001 7.08469 8.002C7.11916 7.7067 7.18838 7.39695 7.23548 7.23556C7.39687 7.18846 7.70663 7.11924 8.00194 7.08476C8.58995 7.01611 9.32676 6.99512 10.0685 7.00092C10.8042 7.00668 11.5175 7.03846 12.0489 7.06904C12.314 7.0843 12.5323 7.09917 12.6837 7.11017C12.7594 7.11567 12.876 7.12485 12.9156 7.12797C13.4659 7.17431 13.95 6.76584 13.9964 6.21554C14.0428 5.6652 13.6343 5.18146 13.0839 5.13507L13.0817 5.13489C13.0361 5.1313 12.9074 5.12115 12.8287 5.11543C12.6687 5.1038 12.4402 5.08825 12.1638 5.07234C11.6122 5.0406 10.8637 5.00709 10.0841 5.00099C9.3106 4.99493 8.47872 5.01551 7.77 5.09826C7.41693 5.13948 7.06591 5.19925 6.75558 5.28982Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.29289 6.29289C5.90237 6.68342 5.90237 7.31658 6.29289 7.70711L17.2929 18.7071C17.6834 19.0976 18.3166 19.0976 18.7071 18.7071C19.0976 18.3166 19.0976 17.6834 18.7071 17.2929L7.70711 6.29289C7.31658 5.90237 6.68342 5.90237 6.29289 6.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75558 5.28982C6.47489 5.37173 6.09348 5.51534 5.80437 5.80444C5.51526 6.09355 5.37165 6.47497 5.28973 6.75566C5.19917 7.06599 5.1394 7.41701 5.09818 7.77008C5.01544 8.4788 4.99487 9.31068 5.00093 10.0842C5.00704 10.8637 5.04056 11.6122 5.07231 12.1639C5.08822 12.4403 5.10378 12.6688 5.11541 12.8288C5.12117 12.908 5.13139 13.0376 5.1349 13.0822L5.135 13.0834C5.1814 13.6338 5.66519 14.0429 6.21553 13.9965C6.76583 13.9501 7.17433 13.4664 7.12799 12.9161C7.12487 12.8765 7.11565 12.7595 7.11014 12.6838C7.09914 12.5323 7.08426 12.314 7.06901 12.0489C7.03842 11.5176 7.00663 10.8042 7.00087 10.0685C6.99505 9.32682 7.01604 8.59001 7.08469 8.002C7.11916 7.7067 7.18838 7.39695 7.23548 7.23556C7.39687 7.18846 7.70663 7.11924 8.00194 7.08476C8.58995 7.01611 9.32676 6.99512 10.0685 7.00092C10.8042 7.00668 11.5175 7.03846 12.0489 7.06904C12.314 7.0843 12.5323 7.09917 12.6837 7.11017C12.7594 7.11567 12.876 7.12485 12.9156 7.12797C13.4659 7.17431 13.95 6.76584 13.9964 6.21554C14.0428 5.6652 13.6343 5.18146 13.0839 5.13507L13.0817 5.13489C13.0361 5.1313 12.9074 5.12115 12.8287 5.11543C12.6687 5.1038 12.4402 5.08825 12.1638 5.07234C11.6122 5.0406 10.8637 5.00709 10.0841 5.00099C9.3106 4.99493 8.47872 5.01551 7.77 5.09826C7.41693 5.13948 7.06591 5.19925 6.75558 5.28982Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-up-left-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.62338 5.62435C5.99207 5.25565 6.45196 5.15219 6.88671 5.13003C7.28864 5.10954 7.78802 5.15499 8.34999 5.20613L9.70436 5.32925C10.6577 5.41588 11.4565 5.48846 12.0422 5.62865C12.6282 5.76889 13.2797 6.03986 13.5345 6.74345C13.7892 7.44704 13.4621 8.07232 13.1018 8.55516C12.7593 9.01405 12.2298 9.54925 11.5968 10.1825L18.5821 17.1678C18.9726 17.5583 18.9726 18.1915 18.5821 18.582C18.1916 18.9725 17.5584 18.9725 17.1679 18.582L10.1826 11.5967C9.5489 12.2301 9.01334 12.7601 8.5542 13.1027C8.07135 13.4631 7.44607 13.7902 6.74248 13.5354C6.03889 13.2807 5.76792 12.6291 5.62768 12.0432C5.48749 11.4574 5.41491 10.6586 5.32829 9.70536V9.70535L5.20516 8.35094C5.15402 7.78898 5.10858 7.2896 5.12906 6.88767C5.15122 6.45293 5.25469 5.99304 5.62338 5.62435Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.62338 5.62435C5.99207 5.25565 6.45196 5.15219 6.88671 5.13003C7.28864 5.10954 7.78802 5.15499 8.34999 5.20613L9.70436 5.32925C10.6577 5.41588 11.4565 5.48846 12.0422 5.62865C12.6282 5.76889 13.2797 6.03986 13.5345 6.74345C13.7892 7.44704 13.4621 8.07232 13.1018 8.55516C12.7593 9.01405 12.2298 9.54925 11.5968 10.1825L18.5821 17.1678C18.9726 17.5583 18.9726 18.1915 18.5821 18.582C18.1916 18.9725 17.5584 18.9725 17.1679 18.582L10.1826 11.5967C9.5489 12.2301 9.01334 12.7601 8.5542 13.1027C8.07135 13.4631 7.44607 13.7902 6.74248 13.5354C6.03889 13.2807 5.76792 12.6291 5.62768 12.0432C5.48749 11.4574 5.41491 10.6586 5.32829 9.70536V9.70535L5.20516 8.35094C5.15402 7.78898 5.10858 7.2896 5.12906 6.88767C5.15122 6.45293 5.25469 5.99304 5.62338 5.62435Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-up-right-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7071 6.29289C18.0976 6.68342 18.0976 7.31658 17.7071 7.70711L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L16.2929 6.29289C16.6834 5.90237 17.3166 5.90237 17.7071 6.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.2444 5.28982C17.5251 5.37173 17.9065 5.51534 18.1956 5.80444C18.4847 6.09355 18.6284 6.47497 18.7103 6.75566C18.8008 7.06599 18.8606 7.41701 18.9018 7.77008C18.9846 8.4788 19.0051 9.31068 18.9991 10.0842C18.993 10.8637 18.9594 11.6122 18.9277 12.1639C18.9118 12.4403 18.8962 12.6688 18.8846 12.8288C18.8788 12.908 18.8686 13.0376 18.8651 13.0822L18.865 13.0834C18.8186 13.6338 18.3348 14.0429 17.7845 13.9965C17.2342 13.9501 16.8257 13.4664 16.872 12.9161C16.8751 12.8765 16.8844 12.7595 16.8899 12.6838C16.9009 12.5323 16.9157 12.314 16.931 12.0489C16.9616 11.5176 16.9934 10.8042 16.9991 10.0685C17.0049 9.32682 16.984 8.59001 16.9153 8.002C16.8808 7.7067 16.8116 7.39695 16.7645 7.23556C16.6031 7.18846 16.2934 7.11924 15.9981 7.08476C15.41 7.01611 14.6732 6.99512 13.9315 7.00092C13.1958 7.00668 12.4825 7.03846 11.9511 7.06904C11.686 7.0843 11.4677 7.09917 11.3163 7.11017C11.2406 7.11567 11.124 7.12485 11.0844 7.12797C10.5341 7.17431 10.05 6.76584 10.0036 6.21554C9.9572 5.6652 10.3657 5.18146 10.9161 5.13507L10.9183 5.13489C10.9639 5.1313 11.0926 5.12115 11.1713 5.11543C11.3313 5.1038 11.5598 5.08825 11.8362 5.07234C12.3878 5.0406 13.1363 5.00709 13.9159 5.00099C14.6894 4.99493 15.5213 5.01551 16.23 5.09826C16.5831 5.13948 16.9341 5.19925 17.2444 5.28982Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7071 6.29289C18.0976 6.68342 18.0976 7.31658 17.7071 7.70711L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L16.2929 6.29289C16.6834 5.90237 17.3166 5.90237 17.7071 6.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.2444 5.28982C17.5251 5.37173 17.9065 5.51534 18.1956 5.80444C18.4847 6.09355 18.6284 6.47497 18.7103 6.75566C18.8008 7.06599 18.8606 7.41701 18.9018 7.77008C18.9846 8.4788 19.0051 9.31068 18.9991 10.0842C18.993 10.8637 18.9594 11.6122 18.9277 12.1639C18.9118 12.4403 18.8962 12.6688 18.8846 12.8288C18.8788 12.908 18.8686 13.0376 18.8651 13.0822L18.865 13.0834C18.8186 13.6338 18.3348 14.0429 17.7845 13.9965C17.2342 13.9501 16.8257 13.4664 16.872 12.9161C16.8751 12.8765 16.8844 12.7595 16.8899 12.6838C16.9009 12.5323 16.9157 12.314 16.931 12.0489C16.9616 11.5176 16.9934 10.8042 16.9991 10.0685C17.0049 9.32682 16.984 8.59001 16.9153 8.002C16.8808 7.7067 16.8116 7.39695 16.7645 7.23556C16.6031 7.18846 16.2934 7.11924 15.9981 7.08476C15.41 7.01611 14.6732 6.99512 13.9315 7.00092C13.1958 7.00668 12.4825 7.03846 11.9511 7.06904C11.686 7.0843 11.4677 7.09917 11.3163 7.11017C11.2406 7.11567 11.124 7.12485 11.0844 7.12797C10.5341 7.17431 10.05 6.76584 10.0036 6.21554C9.9572 5.6652 10.3657 5.18146 10.9161 5.13507L10.9183 5.13489C10.9639 5.1313 11.0926 5.12115 11.1713 5.11543C11.3313 5.1038 11.5598 5.08825 11.8362 5.07234C12.3878 5.0406 13.1363 5.00709 13.9159 5.00099C14.6894 4.99493 15.5213 5.01551 16.23 5.09826C16.5831 5.13948 16.9341 5.19925 17.2444 5.28982Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-up-right-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.3766 5.62435C18.0079 5.25565 17.548 5.15219 17.1133 5.13003C16.7114 5.10954 16.212 5.15499 15.65 5.20613L14.2956 5.32925C13.3423 5.41588 12.5435 5.48846 11.9578 5.62865C11.3718 5.76889 10.7203 6.03986 10.4655 6.74345C10.2108 7.44704 10.5379 8.07232 10.8982 8.55516C11.2407 9.01405 11.7702 9.54925 12.4032 10.1825L5.41789 17.1678C5.02737 17.5583 5.02737 18.1915 5.41789 18.582C5.80842 18.9725 6.44158 18.9725 6.83211 18.582L13.8174 11.5967C14.4511 12.2301 14.9867 12.7601 15.4458 13.1027C15.9286 13.4631 16.5539 13.7902 17.2575 13.5354C17.9611 13.2807 18.2321 12.6291 18.3723 12.0432C18.5125 11.4574 18.5851 10.6586 18.6717 9.70536V9.70535L18.7948 8.35094C18.846 7.78898 18.8914 7.2896 18.8709 6.88767C18.8488 6.45293 18.7453 5.99304 18.3766 5.62435Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.3766 5.62435C18.0079 5.25565 17.548 5.15219 17.1133 5.13003C16.7114 5.10954 16.212 5.15499 15.65 5.20613L14.2956 5.32925C13.3423 5.41588 12.5435 5.48846 11.9578 5.62865C11.3718 5.76889 10.7203 6.03986 10.4655 6.74345C10.2108 7.44704 10.5379 8.07232 10.8982 8.55516C11.2407 9.01405 11.7702 9.54925 12.4032 10.1825L5.41789 17.1678C5.02737 17.5583 5.02737 18.1915 5.41789 18.582C5.80842 18.9725 6.44158 18.9725 6.83211 18.582L13.8174 11.5967C14.4511 12.2301 14.9867 12.7601 15.4458 13.1027C15.9286 13.4631 16.5539 13.7902 17.2575 13.5354C17.9611 13.2807 18.2321 12.6291 18.3723 12.0432C18.5125 11.4574 18.5851 10.6586 18.6717 9.70536V9.70535L18.7948 8.35094C18.846 7.78898 18.8914 7.2896 18.8709 6.88767C18.8488 6.45293 18.7453 5.99304 18.3766 5.62435Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-arrow-vertical-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5378 19.5227C15.7479 19.3066 15.8082 18.9857 15.6908 18.7081C15.5735 18.4304 15.3014 18.25 15 18.25L13 18.25L13 5.75L15 5.75C15.3014 5.75 15.5735 5.56957 15.6908 5.29193C15.8082 5.01429 15.7479 4.69339 15.5378 4.47726C15.4245 4.36071 15.2441 4.13501 14.9904 3.81197C14.762 3.52108 14.4399 3.11067 14.1661 2.78758C13.8723 2.44084 13.5478 2.08603 13.2266 1.81244C13.0656 1.67538 12.888 1.54343 12.6998 1.44275C12.5176 1.34525 12.2758 1.25 12 1.25C11.7242 1.25 11.4823 1.34525 11.3001 1.44275C11.112 1.54343 10.9343 1.67538 10.7734 1.81244C10.4522 2.08603 10.1277 2.44084 9.83386 2.78758C9.56009 3.11067 9.23793 3.52107 9.00959 3.81197C8.75586 4.13501 8.57545 4.36071 8.46217 4.47726C8.25209 4.69339 8.19181 5.01429 8.30913 5.29193C8.42645 5.56957 8.69857 5.75 8.99998 5.75L11 5.75L11 18.25L8.99998 18.25C8.69857 18.25 8.42645 18.4304 8.30913 18.7081C8.19181 18.9857 8.25209 19.3066 8.46217 19.5227C8.57545 19.6393 8.75586 19.865 9.00959 20.188C9.23793 20.4789 9.5601 20.8893 9.83386 21.2124C10.1277 21.5592 10.4522 21.914 10.7734 22.1876C10.9343 22.3246 11.112 22.4566 11.3001 22.5573C11.4823 22.6547 11.7242 22.75 12 22.75C12.2758 22.75 12.5176 22.6547 12.6998 22.5572C12.888 22.4566 13.0656 22.3246 13.2266 22.1876C13.5478 21.914 13.8723 21.5592 14.1661 21.2124C14.4399 20.8893 14.762 20.4789 14.9904 20.188C15.2441 19.865 15.4245 19.6393 15.5378 19.5227Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5378 19.5227C15.7479 19.3066 15.8082 18.9857 15.6908 18.7081C15.5735 18.4304 15.3014 18.25 15 18.25L13 18.25L13 5.75L15 5.75C15.3014 5.75 15.5735 5.56957 15.6908 5.29193C15.8082 5.01429 15.7479 4.69339 15.5378 4.47726C15.4245 4.36071 15.2441 4.13501 14.9904 3.81197C14.762 3.52108 14.4399 3.11067 14.1661 2.78758C13.8723 2.44084 13.5478 2.08603 13.2266 1.81244C13.0656 1.67538 12.888 1.54343 12.6998 1.44275C12.5176 1.34525 12.2758 1.25 12 1.25C11.7242 1.25 11.4823 1.34525 11.3001 1.44275C11.112 1.54343 10.9343 1.67538 10.7734 1.81244C10.4522 2.08603 10.1277 2.44084 9.83386 2.78758C9.56009 3.11067 9.23793 3.52107 9.00959 3.81197C8.75586 4.13501 8.57545 4.36071 8.46217 4.47726C8.25209 4.69339 8.19181 5.01429 8.30913 5.29193C8.42645 5.56957 8.69857 5.75 8.99998 5.75L11 5.75L11 18.25L8.99998 18.25C8.69857 18.25 8.42645 18.4304 8.30913 18.7081C8.19181 18.9857 8.25209 19.3066 8.46217 19.5227C8.57545 19.6393 8.75586 19.865 9.00959 20.188C9.23793 20.4789 9.5601 20.8893 9.83386 21.2124C10.1277 21.5592 10.4522 21.914 10.7734 22.1876C10.9343 22.3246 11.112 22.4566 11.3001 22.5573C11.4823 22.6547 11.7242 22.75 12 22.75C12.2758 22.75 12.5176 22.6547 12.6998 22.5572C12.888 22.4566 13.0656 22.3246 13.2266 22.1876C13.5478 21.914 13.8723 21.5592 14.1661 21.2124C14.4399 20.8893 14.762 20.4789 14.9904 20.188C15.2441 19.865 15.4245 19.6393 15.5378 19.5227Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-data-transfer-diagonal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM14.2996 6.87201C14.0067 6.57912 13.5318 6.57912 13.2389 6.87201L9.11343 10.9975L8.22951 10.1136C8.12342 10.0073 7.98448 9.93183 7.8252 9.90468C7.41687 9.83508 7.02944 10.1097 6.95984 10.518L6.5702 12.8039C6.5341 13.015 6.49448 13.2468 6.48906 13.4291C6.48626 13.5232 6.48738 13.6961 6.55801 13.8758C6.64772 14.1041 6.84164 14.3167 7.13781 14.3944C7.39822 14.4627 7.6212 14.396 7.75729 14.334C7.88909 14.274 7.99888 14.1919 8.07769 14.1275C8.2271 14.0053 8.4036 13.8287 8.5871 13.6452L8.58717 13.6451L8.58718 13.6451L14.2996 7.93267C14.5925 7.63978 14.5925 7.16491 14.2996 6.87201ZM16.1778 14.0924C16.5861 14.162 16.9736 13.8874 17.0432 13.4791L17.4328 11.1932C17.4689 10.9821 17.5085 10.7503 17.514 10.568C17.5168 10.4739 17.5156 10.301 17.445 10.1213C17.3553 9.89296 17.1614 9.68037 16.8652 9.60269C16.6048 9.53439 16.3818 9.60108 16.2457 9.66304C16.1139 9.72305 16.0041 9.80514 15.9253 9.8696C15.7759 9.9918 15.5994 10.1684 15.4159 10.3519L9.70341 16.0644C9.41052 16.3573 9.41052 16.8322 9.70341 17.1251C9.9963 17.418 10.4712 17.418 10.7641 17.1251L14.8896 12.9996L15.7734 13.8834C15.8795 13.9897 16.0185 14.0652 16.1778 14.0924Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM14.2996 6.87201C14.0067 6.57912 13.5318 6.57912 13.2389 6.87201L9.11343 10.9975L8.22951 10.1136C8.12342 10.0073 7.98448 9.93183 7.8252 9.90468C7.41687 9.83508 7.02944 10.1097 6.95984 10.518L6.5702 12.8039C6.5341 13.015 6.49448 13.2468 6.48906 13.4291C6.48626 13.5232 6.48738 13.6961 6.55801 13.8758C6.64772 14.1041 6.84164 14.3167 7.13781 14.3944C7.39822 14.4627 7.6212 14.396 7.75729 14.334C7.88909 14.274 7.99888 14.1919 8.07769 14.1275C8.2271 14.0053 8.4036 13.8287 8.5871 13.6452L8.58717 13.6451L8.58718 13.6451L14.2996 7.93267C14.5925 7.63978 14.5925 7.16491 14.2996 6.87201ZM16.1778 14.0924C16.5861 14.162 16.9736 13.8874 17.0432 13.4791L17.4328 11.1932C17.4689 10.9821 17.5085 10.7503 17.514 10.568C17.5168 10.4739 17.5156 10.301 17.445 10.1213C17.3553 9.89296 17.1614 9.68037 16.8652 9.60269C16.6048 9.53439 16.3818 9.60108 16.2457 9.66304C16.1139 9.72305 16.0041 9.80514 15.9253 9.8696C15.7759 9.9918 15.5994 10.1684 15.4159 10.3519L9.70341 16.0644C9.41052 16.3573 9.41052 16.8322 9.70341 17.1251C9.9963 17.418 10.4712 17.418 10.7641 17.1251L14.8896 12.9996L15.7734 13.8834C15.8795 13.9897 16.0185 14.0652 16.1778 14.0924Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-data-transfer-horizontal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM17.5029 10.2857C17.5029 9.73344 17.0552 9.28572 16.5029 9.28572H10.5671V8C10.5671 7.76008 10.4814 7.51937 10.3074 7.32776C9.93613 6.91889 9.3037 6.88841 8.89483 7.25968L7.41401 8.6043C7.21978 8.78047 7.00081 8.97907 6.84978 9.16139C6.72705 9.30954 6.30248 9.85242 6.609 10.5244C6.89109 11.1428 7.52065 11.2319 7.70432 11.2555C7.94129 11.286 8.24068 11.2858 8.51977 11.2857L16.5029 11.2857C17.0552 11.2857 17.5029 10.838 17.5029 10.2857ZM13.6984 16.6723C14.0697 17.0811 14.7021 17.1116 15.111 16.7403L16.5918 15.3957L16.5919 15.3957C16.7861 15.2195 17.005 15.0209 17.1561 14.8386C17.2788 14.6905 17.7034 14.1476 17.3968 13.4756C17.1147 12.8572 16.4852 12.7681 16.3015 12.7445C16.0646 12.7141 15.7652 12.7142 15.4861 12.7143L7.50292 12.7143C6.95063 12.7143 6.50292 13.162 6.50292 13.7143C6.50292 14.2666 6.95063 14.7143 7.50292 14.7143H13.4388V16C13.4387 16.2399 13.5244 16.4806 13.6984 16.6723Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM17.5029 10.2857C17.5029 9.73344 17.0552 9.28572 16.5029 9.28572H10.5671V8C10.5671 7.76008 10.4814 7.51937 10.3074 7.32776C9.93613 6.91889 9.3037 6.88841 8.89483 7.25968L7.41401 8.6043C7.21978 8.78047 7.00081 8.97907 6.84978 9.16139C6.72705 9.30954 6.30248 9.85242 6.609 10.5244C6.89109 11.1428 7.52065 11.2319 7.70432 11.2555C7.94129 11.286 8.24068 11.2858 8.51977 11.2857L16.5029 11.2857C17.0552 11.2857 17.5029 10.838 17.5029 10.2857ZM13.6984 16.6723C14.0697 17.0811 14.7021 17.1116 15.111 16.7403L16.5918 15.3957L16.5919 15.3957C16.7861 15.2195 17.005 15.0209 17.1561 14.8386C17.2788 14.6905 17.7034 14.1476 17.3968 13.4756C17.1147 12.8572 16.4852 12.7681 16.3015 12.7445C16.0646 12.7141 15.7652 12.7142 15.4861 12.7143L7.50292 12.7143C6.95063 12.7143 6.50292 13.162 6.50292 13.7143C6.50292 14.2666 6.95063 14.7143 7.50292 14.7143H13.4388V16C13.4387 16.2399 13.5244 16.4806 13.6984 16.6723Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-data-transfer-vertical-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12ZM10.2857 6.49708C9.73344 6.49708 9.28572 6.9448 9.28572 7.49708L9.28572 13.4329L8 13.4329C7.76008 13.4329 7.51937 13.5186 7.32776 13.6926C6.91889 14.0639 6.88841 14.6963 7.25968 15.1052L8.60429 16.586C8.78047 16.7802 8.97907 16.9992 9.16139 17.1502C9.30954 17.273 9.85242 17.6975 10.5244 17.391C11.1428 17.1089 11.2319 16.4793 11.2555 16.2957C11.286 16.0587 11.2858 15.7593 11.2857 15.4802L11.2857 7.49708C11.2857 6.9448 10.838 6.49708 10.2857 6.49708ZM16.6723 10.3016C17.0811 9.93029 17.1116 9.29786 16.7403 8.88899L15.3957 7.40817L15.3957 7.40814L15.3957 7.40812C15.2195 7.2139 15.0209 6.99496 14.8386 6.84394C14.6905 6.72121 14.1476 6.29664 13.4756 6.60316C12.8572 6.88526 12.7681 7.51481 12.7445 7.69848C12.7141 7.93545 12.7142 8.23484 12.7143 8.51393L12.7143 16.4971C12.7143 17.0494 13.162 17.4971 13.7143 17.4971C14.2666 17.4971 14.7143 17.0494 14.7143 16.4971L14.7143 10.5612L16 10.5612C16.2399 10.5613 16.4806 10.4756 16.6723 10.3016Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12ZM10.2857 6.49708C9.73344 6.49708 9.28572 6.9448 9.28572 7.49708L9.28572 13.4329L8 13.4329C7.76008 13.4329 7.51937 13.5186 7.32776 13.6926C6.91889 14.0639 6.88841 14.6963 7.25968 15.1052L8.60429 16.586C8.78047 16.7802 8.97907 16.9992 9.16139 17.1502C9.30954 17.273 9.85242 17.6975 10.5244 17.391C11.1428 17.1089 11.2319 16.4793 11.2555 16.2957C11.286 16.0587 11.2858 15.7593 11.2857 15.4802L11.2857 7.49708C11.2857 6.9448 10.838 6.49708 10.2857 6.49708ZM16.6723 10.3016C17.0811 9.93029 17.1116 9.29786 16.7403 8.88899L15.3957 7.40817L15.3957 7.40814L15.3957 7.40812C15.2195 7.2139 15.0209 6.99496 14.8386 6.84394C14.6905 6.72121 14.1476 6.29664 13.4756 6.60316C12.8572 6.88526 12.7681 7.51481 12.7445 7.69848C12.7141 7.93545 12.7142 8.23484 12.7143 8.51393L12.7143 16.4971C12.7143 17.0494 13.162 17.4971 13.7143 17.4971C14.2666 17.4971 14.7143 17.0494 14.7143 16.4971L14.7143 10.5612L16 10.5612C16.2399 10.5613 16.4806 10.4756 16.6723 10.3016Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-diagonal-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13.0986 7.36056C12.685 7.33884 12.332 7.65655 12.3103 8.0702C12.2987 8.29115 12.384 8.49478 12.5289 8.63985L13.236 9.34696L9.34696 13.236L8.63986 12.5289C8.49478 12.384 8.29115 12.2987 8.0702 12.3103C7.65656 12.332 7.33884 12.685 7.36056 13.0986C7.3649 13.1814 7.35821 13.3413 7.34424 13.6004L7.34117 13.6571C7.32886 13.8839 7.31418 14.1544 7.30987 14.4227C7.30526 14.7099 7.31167 15.0266 7.35334 15.3121C7.38859 15.5536 7.47081 15.9561 7.75597 16.2413C8.04113 16.5264 8.44359 16.6086 8.6851 16.6439C8.97058 16.6856 9.28731 16.692 9.57457 16.6874C9.84279 16.683 10.1133 16.6684 10.3402 16.6561L10.3968 16.653C10.656 16.639 10.8159 16.6323 10.8986 16.6367C11.3123 16.6584 11.6652 16.3407 11.6869 15.927C11.6985 15.7062 11.6134 15.5027 11.4686 15.3577L10.7612 14.6503L14.6503 10.7612L15.3577 11.4686C15.5027 11.6134 15.7062 11.6985 15.927 11.6869C16.3407 11.6652 16.6584 11.3123 16.6367 10.8986C16.6323 10.8159 16.639 10.656 16.653 10.3968L16.6561 10.3402C16.6684 10.1133 16.683 9.8428 16.6874 9.57457C16.692 9.28731 16.6856 8.97058 16.6439 8.6851C16.6086 8.44359 16.5264 8.04113 16.2413 7.75597C15.9561 7.47081 15.5536 7.38859 15.3121 7.35334C15.0266 7.31166 14.7099 7.30526 14.4227 7.30987C14.1545 7.31418 13.884 7.32886 13.6571 7.34117L13.6004 7.34424C13.3413 7.35821 13.1814 7.3649 13.0986 7.36056Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13.0986 7.36056C12.685 7.33884 12.332 7.65655 12.3103 8.0702C12.2987 8.29115 12.384 8.49478 12.5289 8.63985L13.236 9.34696L9.34696 13.236L8.63986 12.5289C8.49478 12.384 8.29115 12.2987 8.0702 12.3103C7.65656 12.332 7.33884 12.685 7.36056 13.0986C7.3649 13.1814 7.35821 13.3413 7.34424 13.6004L7.34117 13.6571C7.32886 13.8839 7.31418 14.1544 7.30987 14.4227C7.30526 14.7099 7.31167 15.0266 7.35334 15.3121C7.38859 15.5536 7.47081 15.9561 7.75597 16.2413C8.04113 16.5264 8.44359 16.6086 8.6851 16.6439C8.97058 16.6856 9.28731 16.692 9.57457 16.6874C9.84279 16.683 10.1133 16.6684 10.3402 16.6561L10.3968 16.653C10.656 16.639 10.8159 16.6323 10.8986 16.6367C11.3123 16.6584 11.6652 16.3407 11.6869 15.927C11.6985 15.7062 11.6134 15.5027 11.4686 15.3577L10.7612 14.6503L14.6503 10.7612L15.3577 11.4686C15.5027 11.6134 15.7062 11.6985 15.927 11.6869C16.3407 11.6652 16.6584 11.3123 16.6367 10.8986C16.6323 10.8159 16.639 10.656 16.653 10.3968L16.6561 10.3402C16.6684 10.1133 16.683 9.8428 16.6874 9.57457C16.692 9.28731 16.6856 8.97058 16.6439 8.6851C16.6086 8.44359 16.5264 8.04113 16.2413 7.75597C15.9561 7.47081 15.5536 7.38859 15.3121 7.35334C15.0266 7.31166 14.7099 7.30526 14.4227 7.30987C14.1545 7.31418 13.884 7.32886 13.6571 7.34117L13.6004 7.34424C13.3413 7.35821 13.1814 7.3649 13.0986 7.36056Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-diagonal-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM10.9014 7.36056C11.315 7.33884 11.668 7.65655 11.6897 8.0702C11.7013 8.29115 11.616 8.49478 11.4711 8.63985L10.764 9.34696L14.653 13.236L15.3601 12.5289C15.5052 12.384 15.7089 12.2987 15.9298 12.3103C16.3434 12.332 16.6612 12.685 16.6394 13.0986C16.6351 13.1814 16.6418 13.3413 16.6558 13.6004L16.6588 13.6571C16.6711 13.8839 16.6858 14.1544 16.6901 14.4227C16.6947 14.7099 16.6883 15.0266 16.6467 15.3121C16.6114 15.5536 16.5292 15.9561 16.244 16.2413C15.9589 16.5264 15.5564 16.6086 15.3149 16.6439C15.0294 16.6856 14.7127 16.692 14.4254 16.6874C14.1572 16.683 13.8867 16.6684 13.6598 16.6561L13.6032 16.653C13.344 16.639 13.1841 16.6323 13.1014 16.6367C12.6877 16.6584 12.3348 16.3407 12.3131 15.927C12.3015 15.7062 12.3866 15.5027 12.5314 15.3577L13.2388 14.6503L9.34974 10.7612L8.64234 11.4686C8.49728 11.6134 8.29378 11.6985 8.07297 11.6869C7.65933 11.6652 7.34161 11.3123 7.36333 10.8986C7.36768 10.8159 7.36099 10.656 7.34701 10.3968L7.34394 10.3402C7.33163 10.1133 7.31696 9.8428 7.31265 9.57457C7.30804 9.28731 7.31444 8.97058 7.35611 8.6851C7.39137 8.44359 7.47358 8.04113 7.75875 7.75597C8.04391 7.47081 8.44637 7.38859 8.68787 7.35334C8.97336 7.31166 9.29009 7.30526 9.57735 7.30987C9.84555 7.31418 10.116 7.32886 10.3429 7.34117L10.3996 7.34424C10.6587 7.35821 10.8186 7.3649 10.9014 7.36056Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM10.9014 7.36056C11.315 7.33884 11.668 7.65655 11.6897 8.0702C11.7013 8.29115 11.616 8.49478 11.4711 8.63985L10.764 9.34696L14.653 13.236L15.3601 12.5289C15.5052 12.384 15.7089 12.2987 15.9298 12.3103C16.3434 12.332 16.6612 12.685 16.6394 13.0986C16.6351 13.1814 16.6418 13.3413 16.6558 13.6004L16.6588 13.6571C16.6711 13.8839 16.6858 14.1544 16.6901 14.4227C16.6947 14.7099 16.6883 15.0266 16.6467 15.3121C16.6114 15.5536 16.5292 15.9561 16.244 16.2413C15.9589 16.5264 15.5564 16.6086 15.3149 16.6439C15.0294 16.6856 14.7127 16.692 14.4254 16.6874C14.1572 16.683 13.8867 16.6684 13.6598 16.6561L13.6032 16.653C13.344 16.639 13.1841 16.6323 13.1014 16.6367C12.6877 16.6584 12.3348 16.3407 12.3131 15.927C12.3015 15.7062 12.3866 15.5027 12.5314 15.3577L13.2388 14.6503L9.34974 10.7612L8.64234 11.4686C8.49728 11.6134 8.29378 11.6985 8.07297 11.6869C7.65933 11.6652 7.34161 11.3123 7.36333 10.8986C7.36768 10.8159 7.36099 10.656 7.34701 10.3968L7.34394 10.3402C7.33163 10.1133 7.31696 9.8428 7.31265 9.57457C7.30804 9.28731 7.31444 8.97058 7.35611 8.6851C7.39137 8.44359 7.47358 8.04113 7.75875 7.75597C8.04391 7.47081 8.44637 7.38859 8.68787 7.35334C8.97336 7.31166 9.29009 7.30526 9.57735 7.30987C9.84555 7.31418 10.116 7.32886 10.3429 7.34117L10.3996 7.34424C10.6587 7.35821 10.8186 7.3649 10.9014 7.36056Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-down-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12.0626 12.4598C12.0373 12.4712 12.0166 12.4798 12.0001 12.4861C11.9836 12.4798 11.9628 12.4712 11.9375 12.4598C11.8223 12.4077 11.6697 12.3215 11.4827 12.1976C11.1095 11.9503 10.6791 11.6065 10.2584 11.2432C9.8419 10.8834 9.45435 10.5212 9.16969 10.2477L8.71355 9.79932C8.32658 9.40536 7.69337 9.3995 7.29935 9.78643C6.90529 10.1734 6.89954 10.8065 7.2865 11.2006L7.78386 11.6897C8.08451 11.9786 8.49932 12.3665 8.95105 12.7567C9.39864 13.1433 9.90231 13.5496 10.3779 13.8647C10.6154 14.0221 10.8659 14.1702 11.1135 14.2822C11.3436 14.3862 11.6584 14.4999 12.0001 14.4999C12.3417 14.4999 12.6565 14.3862 12.8866 14.2822C13.1342 14.1702 13.3848 14.0221 13.6222 13.8647C14.0978 13.5496 14.6015 13.1433 15.0491 12.7567C15.5008 12.3665 15.9156 11.9786 16.2162 11.6897L16.7136 11.2006C17.1006 10.8065 17.0948 10.1734 16.7008 9.78643C16.3067 9.3995 15.6735 9.40536 15.2866 9.79932L14.8304 10.2477C14.5457 10.5212 14.1582 10.8834 13.7417 11.2432C13.321 11.6065 12.8906 11.9503 12.5174 12.1976C12.3304 12.3215 12.1778 12.4077 12.0626 12.4598Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12.0626 12.4598C12.0373 12.4712 12.0166 12.4798 12.0001 12.4861C11.9836 12.4798 11.9628 12.4712 11.9375 12.4598C11.8223 12.4077 11.6697 12.3215 11.4827 12.1976C11.1095 11.9503 10.6791 11.6065 10.2584 11.2432C9.8419 10.8834 9.45435 10.5212 9.16969 10.2477L8.71355 9.79932C8.32658 9.40536 7.69337 9.3995 7.29935 9.78643C6.90529 10.1734 6.89954 10.8065 7.2865 11.2006L7.78386 11.6897C8.08451 11.9786 8.49932 12.3665 8.95105 12.7567C9.39864 13.1433 9.90231 13.5496 10.3779 13.8647C10.6154 14.0221 10.8659 14.1702 11.1135 14.2822C11.3436 14.3862 11.6584 14.4999 12.0001 14.4999C12.3417 14.4999 12.6565 14.3862 12.8866 14.2822C13.1342 14.1702 13.3848 14.0221 13.6222 13.8647C14.0978 13.5496 14.6015 13.1433 15.0491 12.7567C15.5008 12.3665 15.9156 11.9786 16.2162 11.6897L16.7136 11.2006C17.1006 10.8065 17.0948 10.1734 16.7008 9.78643C16.3067 9.3995 15.6735 9.40536 15.2866 9.79932L14.8304 10.2477C14.5457 10.5212 14.1582 10.8834 13.7417 11.2432C13.321 11.6065 12.8906 11.9503 12.5174 12.1976C12.3304 12.3215 12.1778 12.4077 12.0626 12.4598Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-down-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM12 7C12.5523 7 13 7.44772 13 8V12.5H13.162C13.4524 12.4999 13.7597 12.4998 14.0022 12.5288C14.179 12.55 14.8295 12.6298 15.1296 13.2387C15.43 13.8481 15.0851 14.3908 14.9914 14.5374C14.8625 14.7392 14.6695 14.9718 14.4869 15.1919L14.4555 15.2297C14.168 15.5765 13.8257 15.9712 13.4824 16.2852C13.311 16.442 13.1127 16.6035 12.8974 16.7312C12.6978 16.8495 12.3826 17 12 17C11.6174 17 11.3022 16.8495 11.1026 16.7312C10.8873 16.6035 10.689 16.442 10.5176 16.2852C10.1743 15.9712 9.83196 15.5765 9.54449 15.2297L9.51315 15.1919L9.51314 15.1919C9.33054 14.9718 9.13753 14.7391 9.00859 14.5374C8.91494 14.3908 8.57002 13.8481 8.87038 13.2387C9.1705 12.6298 9.82103 12.55 9.99783 12.5288C10.2403 12.4998 10.5476 12.4999 10.838 12.5H11V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM12 7C12.5523 7 13 7.44772 13 8V12.5H13.162C13.4524 12.4999 13.7597 12.4998 14.0022 12.5288C14.179 12.55 14.8295 12.6298 15.1296 13.2387C15.43 13.8481 15.0851 14.3908 14.9914 14.5374C14.8625 14.7392 14.6695 14.9718 14.4869 15.1919L14.4555 15.2297C14.168 15.5765 13.8257 15.9712 13.4824 16.2852C13.311 16.442 13.1127 16.6035 12.8974 16.7312C12.6978 16.8495 12.3826 17 12 17C11.6174 17 11.3022 16.8495 11.1026 16.7312C10.8873 16.6035 10.689 16.442 10.5176 16.2852C10.1743 15.9712 9.83196 15.5765 9.54449 15.2297L9.51315 15.1919L9.51314 15.1919C9.33054 14.9718 9.13753 14.7391 9.00859 14.5374C8.91494 14.3908 8.57002 13.8481 8.87038 13.2387C9.1705 12.6298 9.82103 12.55 9.99783 12.5288C10.2403 12.4998 10.5476 12.4999 10.838 12.5H11V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-down-03-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12 5.5C12.4142 5.5 12.75 5.83579 12.75 6.25L12.75 10.5H13.061C13.3347 10.5 13.6033 10.4999 13.8111 10.5236C13.9739 10.5421 14.4463 10.6038 14.6628 11.0221C14.8795 11.4407 14.6345 11.82 14.5482 11.9486C14.4377 12.1133 14.2689 12.307 14.0969 12.5045L14.0724 12.5326C13.8093 12.8348 13.5032 13.1702 13.2002 13.434C13.0489 13.5658 12.88 13.696 12.7015 13.7968C12.5338 13.8914 12.2885 14 12 14C11.7115 14 11.4662 13.8914 11.2985 13.7968C11.12 13.696 10.9512 13.5658 10.7998 13.434C10.4968 13.1702 10.1907 12.8348 9.92757 12.5326L9.90312 12.5045C9.73106 12.307 9.56231 12.1133 9.4518 11.9486C9.36549 11.82 9.12048 11.4407 9.33716 11.0221C9.55368 10.6038 10.0261 10.5421 10.1889 10.5236C10.3967 10.4999 10.6653 10.5 10.939 10.5H11.25L11.25 6.25C11.25 5.83579 11.5858 5.5 12 5.5ZM16.75 16.25C16.75 16.6642 16.4142 17 16 17H8C7.58579 17 7.25 16.6642 7.25 16.25C7.25 15.8358 7.58579 15.5 8 15.5L16 15.5C16.4142 15.5 16.75 15.8358 16.75 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12 5.5C12.4142 5.5 12.75 5.83579 12.75 6.25L12.75 10.5H13.061C13.3347 10.5 13.6033 10.4999 13.8111 10.5236C13.9739 10.5421 14.4463 10.6038 14.6628 11.0221C14.8795 11.4407 14.6345 11.82 14.5482 11.9486C14.4377 12.1133 14.2689 12.307 14.0969 12.5045L14.0724 12.5326C13.8093 12.8348 13.5032 13.1702 13.2002 13.434C13.0489 13.5658 12.88 13.696 12.7015 13.7968C12.5338 13.8914 12.2885 14 12 14C11.7115 14 11.4662 13.8914 11.2985 13.7968C11.12 13.696 10.9512 13.5658 10.7998 13.434C10.4968 13.1702 10.1907 12.8348 9.92757 12.5326L9.90312 12.5045C9.73106 12.307 9.56231 12.1133 9.4518 11.9486C9.36549 11.82 9.12048 11.4407 9.33716 11.0221C9.55368 10.6038 10.0261 10.5421 10.1889 10.5236C10.3967 10.4999 10.6653 10.5 10.939 10.5H11.25L11.25 6.25C11.25 5.83579 11.5858 5.5 12 5.5ZM16.75 16.25C16.75 16.6642 16.4142 17 16 17H8C7.58579 17 7.25 16.6642 7.25 16.25C7.25 15.8358 7.58579 15.5 8 15.5L16 15.5C16.4142 15.5 16.75 15.8358 16.75 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-down-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12ZM15.8081 13.4852C16.0952 13.1519 16.0557 12.6506 15.7198 12.3656C15.384 12.0806 14.8789 12.12 14.5918 12.4533L14.2257 12.8637C13.9974 13.1138 13.6867 13.4449 13.3527 13.7739C13.0153 14.1062 12.6702 14.4205 12.3712 14.6464C12.2211 14.7598 12.1002 14.8375 12.0109 14.8836L12 14.8891L11.9891 14.8836C11.8998 14.8375 11.7789 14.7598 11.6288 14.6464C11.3299 14.4205 10.9847 14.1062 10.6473 13.7739C10.3133 13.4449 10.0026 13.1138 9.77434 12.8637L9.4081 12.4532C9.121 12.1199 8.61602 12.0806 8.28018 12.3656C7.94434 12.6506 7.90483 13.1519 8.19192 13.4853L8.58852 13.93C8.82854 14.193 9.15971 14.5461 9.52031 14.9013C9.87749 15.2531 10.2796 15.6229 10.6597 15.9102C10.8492 16.0533 11.0507 16.1894 11.2517 16.293C11.4353 16.3877 11.7021 16.5 12 16.5C12.298 16.5 12.5647 16.3877 12.7484 16.293C12.9493 16.1894 13.1509 16.0533 13.3403 15.9102C13.7204 15.6229 14.1225 15.2531 14.4797 14.9013C14.8403 14.5461 15.1715 14.193 15.4115 13.93L15.8081 13.4852ZM14.4797 10.7261C14.8403 10.3709 15.1715 10.0179 15.4115 9.75484L15.8081 9.31012C16.011 9.07453 16.0572 8.7433 15.9266 8.46181C15.7959 8.18031 15.5122 8 15.2 8L8.80001 8.00002C8.48778 8.00002 8.20408 8.18034 8.07342 8.46184C7.94277 8.74333 7.98904 9.07456 8.19192 9.31015L8.58852 9.75487C8.82854 10.0179 9.15971 10.371 9.52031 10.7262C9.87749 11.078 10.2796 11.4478 10.6597 11.735C10.8492 11.8782 11.0507 12.0143 11.2517 12.1179C11.4353 12.2126 11.7021 12.3249 12 12.3249C12.298 12.3249 12.5647 12.2126 12.7484 12.1179C12.9493 12.0143 13.1509 11.8782 13.3403 11.735C13.7204 11.4478 14.1225 11.078 14.4797 10.7261Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12ZM15.8081 13.4852C16.0952 13.1519 16.0557 12.6506 15.7198 12.3656C15.384 12.0806 14.8789 12.12 14.5918 12.4533L14.2257 12.8637C13.9974 13.1138 13.6867 13.4449 13.3527 13.7739C13.0153 14.1062 12.6702 14.4205 12.3712 14.6464C12.2211 14.7598 12.1002 14.8375 12.0109 14.8836L12 14.8891L11.9891 14.8836C11.8998 14.8375 11.7789 14.7598 11.6288 14.6464C11.3299 14.4205 10.9847 14.1062 10.6473 13.7739C10.3133 13.4449 10.0026 13.1138 9.77434 12.8637L9.4081 12.4532C9.121 12.1199 8.61602 12.0806 8.28018 12.3656C7.94434 12.6506 7.90483 13.1519 8.19192 13.4853L8.58852 13.93C8.82854 14.193 9.15971 14.5461 9.52031 14.9013C9.87749 15.2531 10.2796 15.6229 10.6597 15.9102C10.8492 16.0533 11.0507 16.1894 11.2517 16.293C11.4353 16.3877 11.7021 16.5 12 16.5C12.298 16.5 12.5647 16.3877 12.7484 16.293C12.9493 16.1894 13.1509 16.0533 13.3403 15.9102C13.7204 15.6229 14.1225 15.2531 14.4797 14.9013C14.8403 14.5461 15.1715 14.193 15.4115 13.93L15.8081 13.4852ZM14.4797 10.7261C14.8403 10.3709 15.1715 10.0179 15.4115 9.75484L15.8081 9.31012C16.011 9.07453 16.0572 8.7433 15.9266 8.46181C15.7959 8.18031 15.5122 8 15.2 8L8.80001 8.00002C8.48778 8.00002 8.20408 8.18034 8.07342 8.46184C7.94277 8.74333 7.98904 9.07456 8.19192 9.31015L8.58852 9.75487C8.82854 10.0179 9.15971 10.371 9.52031 10.7262C9.87749 11.078 10.2796 11.4478 10.6597 11.735C10.8492 11.8782 11.0507 12.0143 11.2517 12.1179C11.4353 12.2126 11.7021 12.3249 12 12.3249C12.298 12.3249 12.5647 12.2126 12.7484 12.1179C12.9493 12.0143 13.1509 11.8782 13.3403 11.735C13.7204 11.4478 14.1225 11.078 14.4797 10.7261Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-down-left-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75ZM15.7071 8.29289C15.3166 7.90237 14.6834 7.90237 14.2929 8.29289L11.0236 11.5622L10.909 11.4477C10.7037 11.2422 10.4865 11.0249 10.2945 10.874C10.1546 10.7639 9.63816 10.3603 8.99535 10.5787C8.35203 10.7972 8.21219 11.4249 8.17478 11.5947C8.12328 11.8286 8.09524 12.1296 8.06872 12.4143L8.06872 12.4143L8.06416 12.4632C8.02223 12.9117 7.9852 13.4329 8.00593 13.8976C8.01628 14.1298 8.04227 14.3842 8.10425 14.6267C8.16171 14.8515 8.27815 15.1808 8.54869 15.4513C8.81922 15.7218 9.14853 15.8383 9.37332 15.8958C9.6158 15.9577 9.87025 15.9837 10.1024 15.9941C10.5671 16.0148 11.0883 15.9778 11.5368 15.9358L11.5857 15.9313L11.5857 15.9313C11.8704 15.9048 12.1714 15.8767 12.4053 15.8252C12.5751 15.7878 13.2028 15.648 13.4213 15.0046C13.6397 14.3618 13.2361 13.8454 13.126 13.7055C12.9751 13.5135 12.7577 13.2963 12.5523 13.091L12.4378 12.9764L15.7071 9.70711C16.0976 9.31658 16.0976 8.68342 15.7071 8.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75ZM15.7071 8.29289C15.3166 7.90237 14.6834 7.90237 14.2929 8.29289L11.0236 11.5622L10.909 11.4477C10.7037 11.2422 10.4865 11.0249 10.2945 10.874C10.1546 10.7639 9.63816 10.3603 8.99535 10.5787C8.35203 10.7972 8.21219 11.4249 8.17478 11.5947C8.12328 11.8286 8.09524 12.1296 8.06872 12.4143L8.06872 12.4143L8.06416 12.4632C8.02223 12.9117 7.9852 13.4329 8.00593 13.8976C8.01628 14.1298 8.04227 14.3842 8.10425 14.6267C8.16171 14.8515 8.27815 15.1808 8.54869 15.4513C8.81922 15.7218 9.14853 15.8383 9.37332 15.8958C9.6158 15.9577 9.87025 15.9837 10.1024 15.9941C10.5671 16.0148 11.0883 15.9778 11.5368 15.9358L11.5857 15.9313L11.5857 15.9313C11.8704 15.9048 12.1714 15.8767 12.4053 15.8252C12.5751 15.7878 13.2028 15.648 13.4213 15.0046C13.6397 14.3618 13.2361 13.8454 13.126 13.7055C12.9751 13.5135 12.7577 13.2963 12.5523 13.091L12.4378 12.9764L15.7071 9.70711C16.0976 9.31658 16.0976 8.68342 15.7071 8.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-down-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L12.9764 11.5622L13.091 11.4477C13.2963 11.2422 13.5135 11.0249 13.7055 10.874C13.8454 10.7639 14.3618 10.3603 15.0046 10.5787C15.648 10.7972 15.7878 11.4249 15.8252 11.5947C15.8767 11.8286 15.9048 12.1296 15.9313 12.4143L15.9313 12.4143L15.9358 12.4632C15.9778 12.9117 16.0148 13.4329 15.9941 13.8976C15.9837 14.1298 15.9577 14.3842 15.8958 14.6267C15.8383 14.8515 15.7218 15.1808 15.4513 15.4513C15.1808 15.7218 14.8515 15.8383 14.6267 15.8958C14.3842 15.9577 14.1298 15.9837 13.8976 15.9941C13.4329 16.0148 12.9117 15.9778 12.4632 15.9358L12.4143 15.9313L12.4143 15.9313C12.1296 15.9048 11.8286 15.8767 11.5947 15.8252C11.4249 15.7878 10.7972 15.648 10.5787 15.0046C10.3603 14.3618 10.7639 13.8454 10.874 13.7055C11.0249 13.5135 11.2423 13.2963 11.4477 13.091L11.5622 12.9764L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L12.9764 11.5622L13.091 11.4477C13.2963 11.2422 13.5135 11.0249 13.7055 10.874C13.8454 10.7639 14.3618 10.3603 15.0046 10.5787C15.648 10.7972 15.7878 11.4249 15.8252 11.5947C15.8767 11.8286 15.9048 12.1296 15.9313 12.4143L15.9313 12.4143L15.9358 12.4632C15.9778 12.9117 16.0148 13.4329 15.9941 13.8976C15.9837 14.1298 15.9577 14.3842 15.8958 14.6267C15.8383 14.8515 15.7218 15.1808 15.4513 15.4513C15.1808 15.7218 14.8515 15.8383 14.6267 15.8958C14.3842 15.9577 14.1298 15.9837 13.8976 15.9941C13.4329 16.0148 12.9117 15.9778 12.4632 15.9358L12.4143 15.9313L12.4143 15.9313C12.1296 15.9048 11.8286 15.8767 11.5947 15.8252C11.4249 15.7878 10.7972 15.648 10.5787 15.0046C10.3603 14.3618 10.7639 13.8454 10.874 13.7055C11.0249 13.5135 11.2423 13.2963 11.4477 13.091L11.5622 12.9764L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-expand-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM13.9101 6.55196C13.4964 6.53024 13.1435 6.84796 13.1218 7.2616C13.1102 7.48255 13.1954 7.68618 13.3404 7.83126L14.0475 8.53836L12.5 10.0858C12.1095 10.4764 12.1095 11.1095 12.5 11.5001C12.8906 11.8906 13.5237 11.8906 13.9142 11.5001L15.4617 9.95258L16.1691 10.66C16.3142 10.8048 16.5177 10.8899 16.7385 10.8783C17.1521 10.8566 17.4698 10.5037 17.4481 10.09C17.4438 10.0073 17.4505 9.84737 17.4644 9.58823L17.4675 9.53159C17.4798 9.30472 17.4945 9.0342 17.4988 8.76598C17.5034 8.47871 17.497 8.16199 17.4553 7.8765C17.4201 7.635 17.3379 7.23254 17.0527 6.94738C16.7676 6.66221 16.3651 6.58 16.1236 6.54474C15.8381 6.50307 15.5214 6.49667 15.2341 6.50128C14.9659 6.50558 14.6954 6.52026 14.4686 6.53257L14.4119 6.53564C14.1527 6.54962 13.9928 6.55631 13.9101 6.55196ZM10.09 17.448C10.5037 17.4698 10.8566 17.152 10.8783 16.7384C10.8899 16.5176 10.8048 16.3141 10.66 16.169L9.95258 15.4616L11.5 13.9142C11.8906 13.5237 11.8906 12.8905 11.5 12.5C11.1095 12.1094 10.4763 12.1094 10.0858 12.5L8.53836 14.0474L7.83126 13.3403C7.68618 13.1953 7.48255 13.1101 7.26161 13.1217C6.84796 13.1434 6.53024 13.4963 6.55196 13.91C6.55631 13.9927 6.54962 14.1526 6.53564 14.4118L6.53257 14.4684C6.52026 14.6953 6.50559 14.9658 6.50128 15.234C6.49667 15.5213 6.50307 15.838 6.54474 16.1235C6.58 16.365 6.66222 16.7675 6.94738 17.0526C7.23254 17.3378 7.635 17.42 7.8765 17.4553C8.16199 17.4969 8.47872 17.5033 8.76598 17.4987C9.03417 17.4944 9.30465 17.4797 9.5315 17.4674L9.53156 17.4674L9.58823 17.4644C9.84737 17.4504 10.0073 17.4437 10.09 17.448Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM13.9101 6.55196C13.4964 6.53024 13.1435 6.84796 13.1218 7.2616C13.1102 7.48255 13.1954 7.68618 13.3404 7.83126L14.0475 8.53836L12.5 10.0858C12.1095 10.4764 12.1095 11.1095 12.5 11.5001C12.8906 11.8906 13.5237 11.8906 13.9142 11.5001L15.4617 9.95258L16.1691 10.66C16.3142 10.8048 16.5177 10.8899 16.7385 10.8783C17.1521 10.8566 17.4698 10.5037 17.4481 10.09C17.4438 10.0073 17.4505 9.84737 17.4644 9.58823L17.4675 9.53159C17.4798 9.30472 17.4945 9.0342 17.4988 8.76598C17.5034 8.47871 17.497 8.16199 17.4553 7.8765C17.4201 7.635 17.3379 7.23254 17.0527 6.94738C16.7676 6.66221 16.3651 6.58 16.1236 6.54474C15.8381 6.50307 15.5214 6.49667 15.2341 6.50128C14.9659 6.50558 14.6954 6.52026 14.4686 6.53257L14.4119 6.53564C14.1527 6.54962 13.9928 6.55631 13.9101 6.55196ZM10.09 17.448C10.5037 17.4698 10.8566 17.152 10.8783 16.7384C10.8899 16.5176 10.8048 16.3141 10.66 16.169L9.95258 15.4616L11.5 13.9142C11.8906 13.5237 11.8906 12.8905 11.5 12.5C11.1095 12.1094 10.4763 12.1094 10.0858 12.5L8.53836 14.0474L7.83126 13.3403C7.68618 13.1953 7.48255 13.1101 7.26161 13.1217C6.84796 13.1434 6.53024 13.4963 6.55196 13.91C6.55631 13.9927 6.54962 14.1526 6.53564 14.4118L6.53257 14.4684C6.52026 14.6953 6.50559 14.9658 6.50128 15.234C6.49667 15.5213 6.50307 15.838 6.54474 16.1235C6.58 16.365 6.66222 16.7675 6.94738 17.0526C7.23254 17.3378 7.635 17.42 7.8765 17.4553C8.16199 17.4969 8.47872 17.5033 8.76598 17.4987C9.03417 17.4944 9.30465 17.4797 9.5315 17.4674L9.53156 17.4674L9.58823 17.4644C9.84737 17.4504 10.0073 17.4437 10.09 17.448Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-expand-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM10.0899 6.55196C10.5036 6.53024 10.8565 6.84796 10.8782 7.2616C10.8898 7.48255 10.8046 7.68618 10.6596 7.83126L9.95249 8.53836L11.5 10.0858C11.8905 10.4764 11.8905 11.1095 11.5 11.5001C11.1094 11.8906 10.4763 11.8906 10.0858 11.5001L8.53828 9.95258L7.83088 10.66C7.68582 10.8048 7.48232 10.8899 7.26151 10.8783C6.84787 10.8566 6.53015 10.5037 6.55187 10.09C6.55622 10.0073 6.54953 9.84737 6.53555 9.58823L6.53248 9.53159C6.52017 9.30472 6.5055 9.0342 6.50119 8.76598C6.49658 8.47871 6.50298 8.16199 6.54465 7.8765C6.57991 7.635 6.66212 7.23254 6.94729 6.94738C7.23245 6.66221 7.63491 6.58 7.87641 6.54474C8.1619 6.50307 8.47863 6.49667 8.76589 6.50128C9.03409 6.50558 9.30458 6.52026 9.53143 6.53257L9.58813 6.53564C9.84728 6.54962 10.0072 6.55631 10.0899 6.55196ZM13.91 17.448C13.4963 17.4698 13.1434 17.152 13.1217 16.7384C13.1101 16.5176 13.1952 16.3141 13.34 16.169L14.0474 15.4616L12.5 13.9142C12.1094 13.5237 12.1094 12.8905 12.5 12.5C12.8905 12.1094 13.5237 12.1094 13.9142 12.5L15.4616 14.0474L16.1687 13.3403C16.3138 13.1953 16.5174 13.1101 16.7384 13.1217C17.152 13.1434 17.4698 13.4963 17.448 13.91C17.4437 13.9927 17.4504 14.1526 17.4644 14.4118L17.4674 14.4684L17.4674 14.4685C17.4797 14.6953 17.4944 14.9658 17.4987 15.234C17.5033 15.5213 17.4969 15.838 17.4553 16.1235C17.42 16.365 17.3378 16.7675 17.0526 17.0526C16.7675 17.3378 16.365 17.42 16.1235 17.4553C15.838 17.4969 15.5213 17.5033 15.234 17.4987C14.9658 17.4944 14.6954 17.4797 14.4685 17.4674L14.4684 17.4674L14.4118 17.4644C14.1526 17.4504 13.9927 17.4437 13.91 17.448Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM10.0899 6.55196C10.5036 6.53024 10.8565 6.84796 10.8782 7.2616C10.8898 7.48255 10.8046 7.68618 10.6596 7.83126L9.95249 8.53836L11.5 10.0858C11.8905 10.4764 11.8905 11.1095 11.5 11.5001C11.1094 11.8906 10.4763 11.8906 10.0858 11.5001L8.53828 9.95258L7.83088 10.66C7.68582 10.8048 7.48232 10.8899 7.26151 10.8783C6.84787 10.8566 6.53015 10.5037 6.55187 10.09C6.55622 10.0073 6.54953 9.84737 6.53555 9.58823L6.53248 9.53159C6.52017 9.30472 6.5055 9.0342 6.50119 8.76598C6.49658 8.47871 6.50298 8.16199 6.54465 7.8765C6.57991 7.635 6.66212 7.23254 6.94729 6.94738C7.23245 6.66221 7.63491 6.58 7.87641 6.54474C8.1619 6.50307 8.47863 6.49667 8.76589 6.50128C9.03409 6.50558 9.30458 6.52026 9.53143 6.53257L9.58813 6.53564C9.84728 6.54962 10.0072 6.55631 10.0899 6.55196ZM13.91 17.448C13.4963 17.4698 13.1434 17.152 13.1217 16.7384C13.1101 16.5176 13.1952 16.3141 13.34 16.169L14.0474 15.4616L12.5 13.9142C12.1094 13.5237 12.1094 12.8905 12.5 12.5C12.8905 12.1094 13.5237 12.1094 13.9142 12.5L15.4616 14.0474L16.1687 13.3403C16.3138 13.1953 16.5174 13.1101 16.7384 13.1217C17.152 13.1434 17.4698 13.4963 17.448 13.91C17.4437 13.9927 17.4504 14.1526 17.4644 14.4118L17.4674 14.4684L17.4674 14.4685C17.4797 14.6953 17.4944 14.9658 17.4987 15.234C17.5033 15.5213 17.4969 15.838 17.4553 16.1235C17.42 16.365 17.3378 16.7675 17.0526 17.0526C16.7675 17.3378 16.365 17.42 16.1235 17.4553C15.838 17.4969 15.5213 17.5033 15.234 17.4987C14.9658 17.4944 14.6954 17.4797 14.4685 17.4674L14.4684 17.4674L14.4118 17.4644C14.1526 17.4504 13.9927 17.4437 13.91 17.448Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-horizontal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM16.0574 9.49821C15.7803 9.19037 15.3061 9.16547 14.9982 9.4426C14.8338 9.59063 14.7501 9.7949 14.75 10L14.75 11H9.25L9.25001 10C9.24994 9.7949 9.16623 9.59063 9.00179 9.4426C8.69394 9.16547 8.21972 9.19037 7.94259 9.49821C7.88715 9.55981 7.76934 9.66814 7.57622 9.8415L7.53399 9.8794C7.36486 10.0311 7.16321 10.212 6.97051 10.3986C6.76412 10.5985 6.54469 10.827 6.37229 11.0583C6.22644 11.254 6 11.5967 6 12C6 12.4033 6.22644 12.746 6.37229 12.9417C6.54469 13.173 6.76412 13.4015 6.97051 13.6014C7.16321 13.788 7.36486 13.9689 7.53399 14.1206L7.57622 14.1585C7.76934 14.3319 7.88715 14.4402 7.94259 14.5018C8.21972 14.8096 8.69394 14.8345 9.00179 14.5574C9.16612 14.4095 9.24983 14.2054 9.25001 14.0004L9.25 13H14.75L14.75 14.0004C14.7502 14.2054 14.8339 14.4095 14.9982 14.5574C15.3061 14.8345 15.7803 14.8096 16.0574 14.5018C16.1129 14.4402 16.2307 14.3319 16.4238 14.1585L16.466 14.1206C16.6351 13.9689 16.8368 13.788 17.0295 13.6014C17.2359 13.4015 17.4553 13.173 17.6277 12.9417C17.7736 12.746 18 12.4033 18 12C18 11.5967 17.7736 11.254 17.6277 11.0583C17.4553 10.827 17.2359 10.5985 17.0295 10.3986C16.8368 10.212 16.6352 10.0311 16.466 9.87943L16.4238 9.8415C16.2307 9.66814 16.1129 9.55981 16.0574 9.49821Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM16.0574 9.49821C15.7803 9.19037 15.3061 9.16547 14.9982 9.4426C14.8338 9.59063 14.7501 9.7949 14.75 10L14.75 11H9.25L9.25001 10C9.24994 9.7949 9.16623 9.59063 9.00179 9.4426C8.69394 9.16547 8.21972 9.19037 7.94259 9.49821C7.88715 9.55981 7.76934 9.66814 7.57622 9.8415L7.53399 9.8794C7.36486 10.0311 7.16321 10.212 6.97051 10.3986C6.76412 10.5985 6.54469 10.827 6.37229 11.0583C6.22644 11.254 6 11.5967 6 12C6 12.4033 6.22644 12.746 6.37229 12.9417C6.54469 13.173 6.76412 13.4015 6.97051 13.6014C7.16321 13.788 7.36486 13.9689 7.53399 14.1206L7.57622 14.1585C7.76934 14.3319 7.88715 14.4402 7.94259 14.5018C8.21972 14.8096 8.69394 14.8345 9.00179 14.5574C9.16612 14.4095 9.24983 14.2054 9.25001 14.0004L9.25 13H14.75L14.75 14.0004C14.7502 14.2054 14.8339 14.4095 14.9982 14.5574C15.3061 14.8345 15.7803 14.8096 16.0574 14.5018C16.1129 14.4402 16.2307 14.3319 16.4238 14.1585L16.466 14.1206C16.6351 13.9689 16.8368 13.788 17.0295 13.6014C17.2359 13.4015 17.4553 13.173 17.6277 12.9417C17.7736 12.746 18 12.4033 18 12C18 11.5967 17.7736 11.254 17.6277 11.0583C17.4553 10.827 17.2359 10.5985 17.0295 10.3986C16.8368 10.212 16.6352 10.0311 16.466 9.87943L16.4238 9.8415C16.2307 9.66814 16.1129 9.55981 16.0574 9.49821Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-left-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12ZM11.5402 12.0626C11.5288 12.0373 11.5202 12.0166 11.5139 12.0001C11.5202 11.9836 11.5288 11.9628 11.5402 11.9375C11.5923 11.8223 11.6785 11.6697 11.8024 11.4827C12.0497 11.1095 12.3935 10.6791 12.7568 10.2584C13.1166 9.8419 13.4788 9.45435 13.7523 9.16969L14.2007 8.71354C14.5946 8.32658 14.6005 7.69337 14.2136 7.29935C13.8266 6.90529 13.1935 6.89954 12.7994 7.2865L12.3103 7.78386C12.0214 8.0845 11.6335 8.49932 11.2433 8.95105C10.8567 9.39864 10.4504 9.90231 10.1353 10.3779C9.97793 10.6154 9.82979 10.8659 9.7178 11.1135C9.61378 11.3436 9.50009 11.6584 9.50009 12.0001C9.50009 12.3417 9.61378 12.6565 9.7178 12.8866C9.82979 13.1342 9.97793 13.3847 10.1353 13.6222C10.4504 14.0978 10.8567 14.6015 11.2433 15.0491C11.6335 15.5008 12.0214 15.9156 12.3103 16.2162L12.7994 16.7136C13.1935 17.1006 13.8266 17.0948 14.2136 16.7008C14.6005 16.3067 14.5946 15.6735 14.2007 15.2866L13.7523 14.8304C13.4788 14.5457 13.1166 14.1582 12.7568 13.7417C12.3935 13.321 12.0497 12.8906 11.8024 12.5174C11.6785 12.3304 11.5923 12.1778 11.5402 12.0626Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12ZM11.5402 12.0626C11.5288 12.0373 11.5202 12.0166 11.5139 12.0001C11.5202 11.9836 11.5288 11.9628 11.5402 11.9375C11.5923 11.8223 11.6785 11.6697 11.8024 11.4827C12.0497 11.1095 12.3935 10.6791 12.7568 10.2584C13.1166 9.8419 13.4788 9.45435 13.7523 9.16969L14.2007 8.71354C14.5946 8.32658 14.6005 7.69337 14.2136 7.29935C13.8266 6.90529 13.1935 6.89954 12.7994 7.2865L12.3103 7.78386C12.0214 8.0845 11.6335 8.49932 11.2433 8.95105C10.8567 9.39864 10.4504 9.90231 10.1353 10.3779C9.97793 10.6154 9.82979 10.8659 9.7178 11.1135C9.61378 11.3436 9.50009 11.6584 9.50009 12.0001C9.50009 12.3417 9.61378 12.6565 9.7178 12.8866C9.82979 13.1342 9.97793 13.3847 10.1353 13.6222C10.4504 14.0978 10.8567 14.6015 11.2433 15.0491C11.6335 15.5008 12.0214 15.9156 12.3103 16.2162L12.7994 16.7136C13.1935 17.1006 13.8266 17.0948 14.2136 16.7008C14.6005 16.3067 14.5946 15.6735 14.2007 15.2866L13.7523 14.8304C13.4788 14.5457 13.1166 14.1582 12.7568 13.7417C12.3935 13.321 12.0497 12.8906 11.8024 12.5174C11.6785 12.3304 11.5923 12.1778 11.5402 12.0626Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-left-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12ZM17 12C17 11.4477 16.5523 11 16 11L11.5 11L11.5 10.838C11.5001 10.5476 11.5002 10.2403 11.4712 9.99783C11.45 9.82103 11.3702 9.1705 10.7613 8.87038C10.1519 8.57002 9.60918 8.91494 9.46263 9.00859C9.26085 9.13753 9.02819 9.33054 8.80808 9.51314L8.77028 9.54449C8.42352 9.83196 8.02882 10.1743 7.71482 10.5176C7.55802 10.689 7.39647 10.8873 7.26884 11.1026C7.15052 11.3022 7 11.6174 7 12C7 12.3826 7.15052 12.6978 7.26884 12.8974C7.39647 13.1127 7.55802 13.311 7.71482 13.4824C8.02882 13.8257 8.42352 14.168 8.77028 14.4555L8.80807 14.4869L8.80808 14.4869C9.02819 14.6695 9.26085 14.8625 9.46263 14.9914C9.60918 15.0851 10.1519 15.43 10.7613 15.1296C11.3702 14.8295 11.45 14.179 11.4712 14.0022C11.5002 13.7597 11.5001 13.4524 11.5 13.162L11.5 13L16 13C16.5523 13 17 12.5523 17 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12ZM17 12C17 11.4477 16.5523 11 16 11L11.5 11L11.5 10.838C11.5001 10.5476 11.5002 10.2403 11.4712 9.99783C11.45 9.82103 11.3702 9.1705 10.7613 8.87038C10.1519 8.57002 9.60918 8.91494 9.46263 9.00859C9.26085 9.13753 9.02819 9.33054 8.80808 9.51314L8.77028 9.54449C8.42352 9.83196 8.02882 10.1743 7.71482 10.5176C7.55802 10.689 7.39647 10.8873 7.26884 11.1026C7.15052 11.3022 7 11.6174 7 12C7 12.3826 7.15052 12.6978 7.26884 12.8974C7.39647 13.1127 7.55802 13.311 7.71482 13.4824C8.02882 13.8257 8.42352 14.168 8.77028 14.4555L8.80807 14.4869L8.80808 14.4869C9.02819 14.6695 9.26085 14.8625 9.46263 14.9914C9.60918 15.0851 10.1519 15.43 10.7613 15.1296C11.3702 14.8295 11.45 14.179 11.4712 14.0022C11.5002 13.7597 11.5001 13.4524 11.5 13.162L11.5 13L16 13C16.5523 13 17 12.5523 17 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-left-03-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12ZM18.5 12C18.5 12.4142 18.1642 12.75 17.75 12.75L13.5 12.75L13.5 13.061C13.5 13.3347 13.5001 13.6033 13.4764 13.8111C13.4579 13.9739 13.3962 14.4463 12.9779 14.6628C12.5593 14.8795 12.18 14.6345 12.0514 14.5482C11.8867 14.4377 11.693 14.2689 11.4955 14.0969L11.4674 14.0724C11.1652 13.8093 10.8298 13.5032 10.566 13.2002C10.4342 13.0489 10.304 12.88 10.2032 12.7015C10.1086 12.5338 10 12.2885 10 12C10 11.7115 10.1086 11.4662 10.2032 11.2985C10.304 11.12 10.4342 10.9512 10.566 10.7998C10.8298 10.4968 11.1652 10.1907 11.4674 9.92757L11.4955 9.90312C11.693 9.73106 11.8867 9.56232 12.0514 9.4518C12.18 9.36549 12.5593 9.12048 12.9779 9.33716C13.3962 9.55368 13.4579 10.0261 13.4764 10.1889C13.5001 10.3967 13.5 10.6653 13.5 10.939L13.5 11.25L17.75 11.25C18.1642 11.25 18.5 11.5858 18.5 12ZM7.75 16.75C7.33579 16.75 7 16.4142 7 16L7 8C7 7.58579 7.33579 7.25 7.75 7.25C8.16421 7.25 8.5 7.58579 8.5 8L8.5 16C8.5 16.4142 8.16421 16.75 7.75 16.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12ZM18.5 12C18.5 12.4142 18.1642 12.75 17.75 12.75L13.5 12.75L13.5 13.061C13.5 13.3347 13.5001 13.6033 13.4764 13.8111C13.4579 13.9739 13.3962 14.4463 12.9779 14.6628C12.5593 14.8795 12.18 14.6345 12.0514 14.5482C11.8867 14.4377 11.693 14.2689 11.4955 14.0969L11.4674 14.0724C11.1652 13.8093 10.8298 13.5032 10.566 13.2002C10.4342 13.0489 10.304 12.88 10.2032 12.7015C10.1086 12.5338 10 12.2885 10 12C10 11.7115 10.1086 11.4662 10.2032 11.2985C10.304 11.12 10.4342 10.9512 10.566 10.7998C10.8298 10.4968 11.1652 10.1907 11.4674 9.92757L11.4955 9.90312C11.693 9.73106 11.8867 9.56232 12.0514 9.4518C12.18 9.36549 12.5593 9.12048 12.9779 9.33716C13.3962 9.55368 13.4579 10.0261 13.4764 10.1889C13.5001 10.3967 13.5 10.6653 13.5 10.939L13.5 11.25L17.75 11.25C18.1642 11.25 18.5 11.5858 18.5 12ZM7.75 16.75C7.33579 16.75 7 16.4142 7 16L7 8C7 7.58579 7.33579 7.25 7.75 7.25C8.16421 7.25 8.5 7.58579 8.5 8L8.5 16C8.5 16.4142 8.16421 16.75 7.75 16.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-left-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM10.5148 8.19192C10.8481 7.90483 11.3494 7.94435 11.6344 8.28019C11.9194 8.61601 11.88 9.12108 11.5467 9.40818L11.1363 9.77434C10.8862 10.0026 10.5551 10.3133 10.2261 10.6473C9.89379 10.9847 9.57948 11.3298 9.35359 11.6288C9.2402 11.7789 9.1625 11.8998 9.11644 11.9891L9.11092 12L9.11645 12.0109C9.16251 12.1002 9.2402 12.2211 9.35359 12.3712C9.57949 12.6701 9.89379 13.0153 10.2261 13.3527C10.5551 13.6867 10.8862 13.9974 11.1363 14.2257L11.5468 14.5919C11.8801 14.879 11.9194 15.384 11.6344 15.7198C11.3494 16.0557 10.8481 16.0952 10.5147 15.8081L10.07 15.4115C9.807 15.1715 9.45392 14.8403 9.09873 14.4797C8.74692 14.1225 8.37707 13.7204 8.08985 13.3403C7.94668 13.1508 7.81057 12.9493 7.70697 12.7483C7.6123 12.5647 7.5 12.2979 7.5 12C7.5 11.702 7.6123 11.4353 7.70697 11.2516C7.81057 11.0507 7.94668 10.8491 8.08985 10.6597C8.37707 10.2796 8.74693 9.87746 9.09875 9.52028C9.45394 9.15968 9.80702 8.82852 10.07 8.58851L10.5148 8.19192ZM13.2739 9.52028C13.6291 9.15968 13.9821 8.82852 14.2452 8.58851L14.6899 8.19192C14.9255 7.98904 15.2567 7.94277 15.5382 8.07343C15.8197 8.20408 16 8.48778 16 8.80001L16 15.2C16 15.5122 15.8197 15.7959 15.5382 15.9266C15.2567 16.0572 14.9254 16.011 14.6898 15.8081L14.2451 15.4115C13.9821 15.1715 13.629 14.8403 13.2738 14.4797C12.922 14.1225 12.5522 13.7204 12.265 13.3403C12.1218 13.1508 11.9857 12.9493 11.8821 12.7483C11.7874 12.5647 11.6751 12.2979 11.6751 12C11.6751 11.702 11.7874 11.4353 11.8821 11.2516C11.9857 11.0507 12.1218 10.8491 12.265 10.6597C12.5522 10.2796 12.922 9.87746 13.2739 9.52028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM10.5148 8.19192C10.8481 7.90483 11.3494 7.94435 11.6344 8.28019C11.9194 8.61601 11.88 9.12108 11.5467 9.40818L11.1363 9.77434C10.8862 10.0026 10.5551 10.3133 10.2261 10.6473C9.89379 10.9847 9.57948 11.3298 9.35359 11.6288C9.2402 11.7789 9.1625 11.8998 9.11644 11.9891L9.11092 12L9.11645 12.0109C9.16251 12.1002 9.2402 12.2211 9.35359 12.3712C9.57949 12.6701 9.89379 13.0153 10.2261 13.3527C10.5551 13.6867 10.8862 13.9974 11.1363 14.2257L11.5468 14.5919C11.8801 14.879 11.9194 15.384 11.6344 15.7198C11.3494 16.0557 10.8481 16.0952 10.5147 15.8081L10.07 15.4115C9.807 15.1715 9.45392 14.8403 9.09873 14.4797C8.74692 14.1225 8.37707 13.7204 8.08985 13.3403C7.94668 13.1508 7.81057 12.9493 7.70697 12.7483C7.6123 12.5647 7.5 12.2979 7.5 12C7.5 11.702 7.6123 11.4353 7.70697 11.2516C7.81057 11.0507 7.94668 10.8491 8.08985 10.6597C8.37707 10.2796 8.74693 9.87746 9.09875 9.52028C9.45394 9.15968 9.80702 8.82852 10.07 8.58851L10.5148 8.19192ZM13.2739 9.52028C13.6291 9.15968 13.9821 8.82852 14.2452 8.58851L14.6899 8.19192C14.9255 7.98904 15.2567 7.94277 15.5382 8.07343C15.8197 8.20408 16 8.48778 16 8.80001L16 15.2C16 15.5122 15.8197 15.7959 15.5382 15.9266C15.2567 16.0572 14.9254 16.011 14.6898 15.8081L14.2451 15.4115C13.9821 15.1715 13.629 14.8403 13.2738 14.4797C12.922 14.1225 12.5522 13.7204 12.265 13.3403C12.1218 13.1508 11.9857 12.9493 11.8821 12.7483C11.7874 12.5647 11.6751 12.2979 11.6751 12C11.6751 11.702 11.7874 11.4353 11.8821 11.2516C11.9857 11.0507 12.1218 10.8491 12.265 10.6597C12.5522 10.2796 12.922 9.87746 13.2739 9.52028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-left-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12ZM8.0249 14.225C7.59688 14.225 7.2499 14.572 7.2499 15C7.2499 15.428 7.59688 15.775 8.0249 15.775L13.75 15.775L13.75 16.7399C13.7486 16.8791 13.7832 17.0203 13.8575 17.1469C14.064 17.4991 14.499 17.6057 14.8287 17.3851L15.1046 17.189C15.2641 17.0708 15.4802 16.9033 15.6992 16.7098C15.9142 16.5198 16.1527 16.2868 16.3435 16.0362C16.5105 15.8168 16.75 15.4466 16.75 15C16.75 14.5535 16.5105 14.1833 16.3435 13.9639C16.1527 13.7133 15.9142 13.4803 15.6992 13.2903C15.4802 13.0967 15.2641 12.9292 15.1046 12.8111L14.8286 12.6148C14.4988 12.3943 14.064 12.501 13.8575 12.8531C13.7846 12.9775 13.7499 13.1158 13.75 13.2525L13.75 14.225L8.0249 14.225ZM15.9749 8.22498C16.4029 8.22498 16.7499 8.57196 16.7499 8.99998C16.7499 9.428 16.4029 9.77498 15.9749 9.77498L10.2498 9.77498L10.2498 10.7399C10.2512 10.8791 10.2166 11.0203 10.1423 11.1469C9.93576 11.4991 9.50082 11.6057 9.17106 11.3851L8.8952 11.189C8.73566 11.0708 8.51963 10.9033 8.30063 10.7098C8.08558 10.5198 7.84712 10.2868 7.65629 10.0362C7.48929 9.81682 7.2498 9.44657 7.2498 9.00004C7.2498 8.55352 7.48929 8.18327 7.65629 7.96393C7.84712 7.71332 8.08558 7.48029 8.30063 7.29027C8.51963 7.09674 8.73566 6.92924 8.8952 6.81111L9.17124 6.61483C9.50101 6.39427 9.93576 6.50097 10.1423 6.85315C10.2152 6.9775 10.2499 7.11585 10.2498 7.25251L10.2498 8.22498L15.9749 8.22498Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12ZM8.0249 14.225C7.59688 14.225 7.2499 14.572 7.2499 15C7.2499 15.428 7.59688 15.775 8.0249 15.775L13.75 15.775L13.75 16.7399C13.7486 16.8791 13.7832 17.0203 13.8575 17.1469C14.064 17.4991 14.499 17.6057 14.8287 17.3851L15.1046 17.189C15.2641 17.0708 15.4802 16.9033 15.6992 16.7098C15.9142 16.5198 16.1527 16.2868 16.3435 16.0362C16.5105 15.8168 16.75 15.4466 16.75 15C16.75 14.5535 16.5105 14.1833 16.3435 13.9639C16.1527 13.7133 15.9142 13.4803 15.6992 13.2903C15.4802 13.0967 15.2641 12.9292 15.1046 12.8111L14.8286 12.6148C14.4988 12.3943 14.064 12.501 13.8575 12.8531C13.7846 12.9775 13.7499 13.1158 13.75 13.2525L13.75 14.225L8.0249 14.225ZM15.9749 8.22498C16.4029 8.22498 16.7499 8.57196 16.7499 8.99998C16.7499 9.428 16.4029 9.77498 15.9749 9.77498L10.2498 9.77498L10.2498 10.7399C10.2512 10.8791 10.2166 11.0203 10.1423 11.1469C9.93576 11.4991 9.50082 11.6057 9.17106 11.3851L8.8952 11.189C8.73566 11.0708 8.51963 10.9033 8.30063 10.7098C8.08558 10.5198 7.84712 10.2868 7.65629 10.0362C7.48929 9.81682 7.2498 9.44657 7.2498 9.00004C7.2498 8.55352 7.48929 8.18327 7.65629 7.96393C7.84712 7.71332 8.08558 7.48029 8.30063 7.29027C8.51963 7.09674 8.73566 6.92924 8.8952 6.81111L9.17124 6.61483C9.50101 6.39427 9.93576 6.50097 10.1423 6.85315C10.2152 6.9775 10.2499 7.11585 10.2498 7.25251L10.2498 8.22498L15.9749 8.22498Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-move-down-left-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75ZM9.65183 16.6907C10.0333 17.0901 10.6663 17.1046 11.0657 16.7232C11.2713 16.5267 11.375 16.2636 11.375 16V15.1651C13.7397 14.6981 15.5566 12.7696 15.9302 10.355C16.0002 9.90274 16.0001 9.38288 16 8.57954L16 8.48244V8C16 7.44771 15.5523 7 15 7C14.4477 7 14 7.44771 14 8V8.48244C14 9.41619 13.997 9.76928 13.9537 10.0491C13.7268 11.5158 12.7066 12.6834 11.375 13.1038V12.5C11.3643 12.251 11.2601 12.0058 11.0657 11.8201C10.6663 11.4386 10.0333 11.4532 9.65183 11.8526L8.47176 13.0882C8.15803 13.4167 8.00077 13.8425 8 14.2685L8 14.2718L8 14.275C8.00083 14.7009 8.15808 15.1266 8.47176 15.4551L9.65183 16.6907Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75ZM9.65183 16.6907C10.0333 17.0901 10.6663 17.1046 11.0657 16.7232C11.2713 16.5267 11.375 16.2636 11.375 16V15.1651C13.7397 14.6981 15.5566 12.7696 15.9302 10.355C16.0002 9.90274 16.0001 9.38288 16 8.57954L16 8.48244V8C16 7.44771 15.5523 7 15 7C14.4477 7 14 7.44771 14 8V8.48244C14 9.41619 13.997 9.76928 13.9537 10.0491C13.7268 11.5158 12.7066 12.6834 11.375 13.1038V12.5C11.3643 12.251 11.2601 12.0058 11.0657 11.8201C10.6663 11.4386 10.0333 11.4532 9.65183 11.8526L8.47176 13.0882C8.15803 13.4167 8.00077 13.8425 8 14.2685L8 14.2718L8 14.275C8.00083 14.7009 8.15808 15.1266 8.47176 15.4551L9.65183 16.6907Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-move-down-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM14.3482 16.6907C13.9667 17.0901 13.3337 17.1046 12.9343 16.7232C12.7287 16.5267 12.625 16.2636 12.625 16V15.1651C10.2603 14.6981 8.44344 12.7696 8.0698 10.355C7.99982 9.90274 7.99989 9.38288 7.99999 8.57954L8 8.48244V8C8 7.44771 8.44772 7 9 7C9.55229 7 10 7.44771 10 8V8.48244C10 9.41619 10.003 9.76928 10.0463 10.0491C10.2732 11.5158 11.2934 12.6834 12.625 13.1038V12.5C12.6357 12.251 12.7399 12.0058 12.9343 11.8201C13.3337 11.4386 13.9667 11.4532 14.3482 11.8526L15.5282 13.0882C15.842 13.4167 15.9992 13.8425 16 14.2685L16 14.2718L16 14.275C15.9992 14.7009 15.8419 15.1266 15.5282 15.4551L14.3482 16.6907Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM14.3482 16.6907C13.9667 17.0901 13.3337 17.1046 12.9343 16.7232C12.7287 16.5267 12.625 16.2636 12.625 16V15.1651C10.2603 14.6981 8.44344 12.7696 8.0698 10.355C7.99982 9.90274 7.99989 9.38288 7.99999 8.57954L8 8.48244V8C8 7.44771 8.44772 7 9 7C9.55229 7 10 7.44771 10 8V8.48244C10 9.41619 10.003 9.76928 10.0463 10.0491C10.2732 11.5158 11.2934 12.6834 12.625 13.1038V12.5C12.6357 12.251 12.7399 12.0058 12.9343 11.8201C13.3337 11.4386 13.9667 11.4532 14.3482 11.8526L15.5282 13.0882C15.842 13.4167 15.9992 13.8425 16 14.2685L16 14.2718L16 14.275C15.9992 14.7009 15.8419 15.1266 15.5282 15.4551L14.3482 16.6907Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-move-left-down-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8.74493 11.9167C9.03782 12.2096 9.5127 12.2096 9.80559 11.9167C9.95204 11.7702 10.0253 11.5783 10.0253 11.3864V10.3184H10.4321C11.3961 10.3184 12.0437 10.32 12.5267 10.3849C12.9882 10.4469 13.1857 10.5542 13.316 10.6845C13.4463 10.8148 13.5536 11.0123 13.6156 11.4738C13.6805 11.9568 13.6821 12.6043 13.6821 13.5684V13.9746H12.6142C12.4221 13.9745 12.2299 14.0477 12.0833 14.1943C11.7904 14.4872 11.7904 14.962 12.0833 15.2549L13.3872 16.5589C13.6353 16.8069 13.9496 16.9483 14.2731 16.983C14.3243 16.9941 14.3774 16.9999 14.4318 16.9999C14.4863 16.9999 14.5394 16.9941 14.5905 16.983C14.9141 16.9483 15.2284 16.8069 15.4764 16.5589L16.7803 15.2549C17.0732 14.962 17.0732 14.4872 16.7803 14.1943C16.6339 14.0478 16.442 13.9746 16.25 13.9746H15.1821V13.5164C15.1822 12.6179 15.1822 11.8687 15.1022 11.2739C15.0178 10.6461 14.8322 10.0793 14.3767 9.62382C13.9212 9.16835 13.3544 8.98268 12.7266 8.89827C12.1318 8.8183 11.3826 8.81833 10.4842 8.81836H10.4841L10.4321 8.81836H10.0253V7.75C10.0253 7.55806 9.95204 7.36612 9.80559 7.21967C9.5127 6.92678 9.03782 6.92678 8.74493 7.21967L7.44101 8.52359C7.19297 8.77163 7.05158 9.08592 7.01682 9.40949C7.0058 9.46064 7 9.51373 7 9.56818C7 9.62263 7.0058 9.67572 7.01682 9.72687C7.05158 10.0504 7.19297 10.3647 7.44101 10.6128L8.74493 11.9167Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8.74493 11.9167C9.03782 12.2096 9.5127 12.2096 9.80559 11.9167C9.95204 11.7702 10.0253 11.5783 10.0253 11.3864V10.3184H10.4321C11.3961 10.3184 12.0437 10.32 12.5267 10.3849C12.9882 10.4469 13.1857 10.5542 13.316 10.6845C13.4463 10.8148 13.5536 11.0123 13.6156 11.4738C13.6805 11.9568 13.6821 12.6043 13.6821 13.5684V13.9746H12.6142C12.4221 13.9745 12.2299 14.0477 12.0833 14.1943C11.7904 14.4872 11.7904 14.962 12.0833 15.2549L13.3872 16.5589C13.6353 16.8069 13.9496 16.9483 14.2731 16.983C14.3243 16.9941 14.3774 16.9999 14.4318 16.9999C14.4863 16.9999 14.5394 16.9941 14.5905 16.983C14.9141 16.9483 15.2284 16.8069 15.4764 16.5589L16.7803 15.2549C17.0732 14.962 17.0732 14.4872 16.7803 14.1943C16.6339 14.0478 16.442 13.9746 16.25 13.9746H15.1821V13.5164C15.1822 12.6179 15.1822 11.8687 15.1022 11.2739C15.0178 10.6461 14.8322 10.0793 14.3767 9.62382C13.9212 9.16835 13.3544 8.98268 12.7266 8.89827C12.1318 8.8183 11.3826 8.81833 10.4842 8.81836H10.4841L10.4321 8.81836H10.0253V7.75C10.0253 7.55806 9.95204 7.36612 9.80559 7.21967C9.5127 6.92678 9.03782 6.92678 8.74493 7.21967L7.44101 8.52359C7.19297 8.77163 7.05158 9.08592 7.01682 9.40949C7.0058 9.46064 7 9.51373 7 9.56818C7 9.62263 7.0058 9.67572 7.01682 9.72687C7.05158 10.0504 7.19297 10.3647 7.44101 10.6128L8.74493 11.9167Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-move-right-down-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM15.2551 11.9167C14.9622 12.2096 14.4873 12.2096 14.1944 11.9167C14.048 11.7702 13.9747 11.5783 13.9747 11.3864V10.3184H13.5679C12.6039 10.3184 11.9563 10.32 11.4733 10.3849C11.0118 10.4469 10.8143 10.5542 10.684 10.6845C10.5537 10.8148 10.4464 11.0123 10.3844 11.4738C10.3195 11.9568 10.3179 12.6043 10.3179 13.5684V13.9746H11.3858C11.5779 13.9745 11.7701 14.0477 11.9167 14.1943C12.2096 14.4872 12.2096 14.962 11.9167 15.2549L10.6128 16.5589C10.3647 16.8069 10.0504 16.9483 9.72686 16.983C9.67571 16.9941 9.62262 16.9999 9.56817 16.9999C9.51372 16.9999 9.46063 16.9941 9.40948 16.983C9.0859 16.9483 8.77161 16.8069 8.52358 16.5589L7.21966 15.2549C6.92677 14.962 6.92677 14.4872 7.21966 14.1943C7.3661 14.0478 7.55805 13.9746 7.74999 13.9746H8.81786V13.5164C8.81783 12.6179 8.81781 11.8687 8.89777 11.2739C8.98218 10.6461 9.16785 10.0793 9.62332 9.62382C10.0788 9.16835 10.6456 8.98268 11.2734 8.89827C11.8682 8.8183 12.6174 8.81833 13.5158 8.81836H13.5159L13.5679 8.81836H13.9747V7.75C13.9747 7.55806 14.048 7.36612 14.1944 7.21967C14.4873 6.92678 14.9622 6.92678 15.2551 7.21967L16.559 8.52359C16.807 8.77163 16.9484 9.08592 16.9832 9.40949C16.9942 9.46064 17 9.51373 17 9.56818C17 9.62263 16.9942 9.67572 16.9832 9.72687C16.9484 10.0504 16.807 10.3647 16.559 10.6128L15.2551 11.9167Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM15.2551 11.9167C14.9622 12.2096 14.4873 12.2096 14.1944 11.9167C14.048 11.7702 13.9747 11.5783 13.9747 11.3864V10.3184H13.5679C12.6039 10.3184 11.9563 10.32 11.4733 10.3849C11.0118 10.4469 10.8143 10.5542 10.684 10.6845C10.5537 10.8148 10.4464 11.0123 10.3844 11.4738C10.3195 11.9568 10.3179 12.6043 10.3179 13.5684V13.9746H11.3858C11.5779 13.9745 11.7701 14.0477 11.9167 14.1943C12.2096 14.4872 12.2096 14.962 11.9167 15.2549L10.6128 16.5589C10.3647 16.8069 10.0504 16.9483 9.72686 16.983C9.67571 16.9941 9.62262 16.9999 9.56817 16.9999C9.51372 16.9999 9.46063 16.9941 9.40948 16.983C9.0859 16.9483 8.77161 16.8069 8.52358 16.5589L7.21966 15.2549C6.92677 14.962 6.92677 14.4872 7.21966 14.1943C7.3661 14.0478 7.55805 13.9746 7.74999 13.9746H8.81786V13.5164C8.81783 12.6179 8.81781 11.8687 8.89777 11.2739C8.98218 10.6461 9.16785 10.0793 9.62332 9.62382C10.0788 9.16835 10.6456 8.98268 11.2734 8.89827C11.8682 8.8183 12.6174 8.81833 13.5158 8.81836H13.5159L13.5679 8.81836H13.9747V7.75C13.9747 7.55806 14.048 7.36612 14.1944 7.21967C14.4873 6.92678 14.9622 6.92678 15.2551 7.21967L16.559 8.52359C16.807 8.77163 16.9484 9.08592 16.9832 9.40949C16.9942 9.46064 17 9.51373 17 9.56818C17 9.62263 16.9942 9.67572 16.9832 9.72687C16.9484 10.0504 16.807 10.3647 16.559 10.6128L15.2551 11.9167Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-move-up-left-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM9.65183 7.30933C10.0333 6.90994 10.6663 6.89538 11.0657 7.27683C11.2713 7.47326 11.375 7.7364 11.375 8V8.83486C13.7397 9.30187 15.5566 11.2304 15.9302 13.645C16.0002 14.0973 16.0001 14.6171 16 15.4205L16 15.5176V16C16 16.5523 15.5523 17 15 17C14.4477 17 14 16.5523 14 16V15.5176C14 14.5838 13.997 14.2307 13.9537 13.9509C13.7268 12.4842 12.7066 11.3166 11.375 10.8962V11.5C11.3643 11.749 11.2601 11.9942 11.0657 12.1799C10.6663 12.5614 10.0333 12.5468 9.65183 12.1474L8.47176 10.9118C8.15803 10.5833 8.00077 10.1575 8 9.73153L8 9.72821L8 9.72498C8.00083 9.29905 8.15808 8.87338 8.47176 8.54495L9.65183 7.30933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM9.65183 7.30933C10.0333 6.90994 10.6663 6.89538 11.0657 7.27683C11.2713 7.47326 11.375 7.7364 11.375 8V8.83486C13.7397 9.30187 15.5566 11.2304 15.9302 13.645C16.0002 14.0973 16.0001 14.6171 16 15.4205L16 15.5176V16C16 16.5523 15.5523 17 15 17C14.4477 17 14 16.5523 14 16V15.5176C14 14.5838 13.997 14.2307 13.9537 13.9509C13.7268 12.4842 12.7066 11.3166 11.375 10.8962V11.5C11.3643 11.749 11.2601 11.9942 11.0657 12.1799C10.6663 12.5614 10.0333 12.5468 9.65183 12.1474L8.47176 10.9118C8.15803 10.5833 8.00077 10.1575 8 9.73153L8 9.72821L8 9.72498C8.00083 9.29905 8.15808 8.87338 8.47176 8.54495L9.65183 7.30933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-move-up-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM14.3482 7.30933C13.9667 6.90994 13.3337 6.89538 12.9343 7.27683C12.7287 7.47326 12.625 7.7364 12.625 8V8.83486C10.2603 9.30187 8.44344 11.2304 8.0698 13.645C7.99982 14.0973 7.99989 14.6171 7.99999 15.4205L8 15.5176V16C8 16.5523 8.44772 17 9 17C9.55229 17 10 16.5523 10 16V15.5176C10 14.5838 10.003 14.2307 10.0463 13.9509C10.2732 12.4842 11.2934 11.3166 12.625 10.8962V11.5C12.6357 11.749 12.7399 11.9942 12.9343 12.1799C13.3337 12.5614 13.9667 12.5468 14.3482 12.1474L15.5282 10.9118C15.842 10.5833 15.9992 10.1575 16 9.73153L16 9.72821L16 9.72498C15.9992 9.29905 15.8419 8.87338 15.5282 8.54495L14.3482 7.30933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM14.3482 7.30933C13.9667 6.90994 13.3337 6.89538 12.9343 7.27683C12.7287 7.47326 12.625 7.7364 12.625 8V8.83486C10.2603 9.30187 8.44344 11.2304 8.0698 13.645C7.99982 14.0973 7.99989 14.6171 7.99999 15.4205L8 15.5176V16C8 16.5523 8.44772 17 9 17C9.55229 17 10 16.5523 10 16V15.5176C10 14.5838 10.003 14.2307 10.0463 13.9509C10.2732 12.4842 11.2934 11.3166 12.625 10.8962V11.5C12.6357 11.749 12.7399 11.9942 12.9343 12.1799C13.3337 12.5614 13.9667 12.5468 14.3482 12.1474L15.5282 10.9118C15.842 10.5833 15.9992 10.1575 16 9.73153L16 9.72821L16 9.72498C15.9992 9.29905 15.8419 8.87338 15.5282 8.54495L14.3482 7.30933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-reload-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13.7523 6.67223C14.2091 6.31494 14.869 6.39558 15.2263 6.85234L16.1416 8.02253C16.2872 8.20864 16.4419 8.42599 16.5461 8.65519C16.6365 8.85396 16.8054 9.31492 16.568 9.81188C16.3285 10.3133 15.8591 10.4693 15.644 10.5222C15.3983 10.5826 15.1313 10.5947 14.8965 10.5947H9.59922C9.32139 10.5947 9.19422 10.6297 9.14547 10.65L9.13705 10.6537C9.12346 10.6823 9.10147 10.7461 9.08343 10.8777C9.06214 11.0329 9.04922 11.2588 9.04922 11.5902C9.04922 12.1701 8.57912 12.6402 7.99922 12.6402C7.41932 12.6402 6.94922 12.1701 6.94922 11.5902C6.94922 10.9978 6.95979 10.1802 7.35799 9.53599C7.85091 8.73853 8.70051 8.49472 9.59922 8.49472H13.3493V7.5138C13.3451 7.19795 13.4834 6.88253 13.7523 6.67223ZM14.9492 12.6402C14.9492 12.0603 15.4193 11.5902 15.9992 11.5902C16.5791 11.5902 17.0492 12.0603 17.0492 12.6402C17.0492 13.2326 17.0386 13.8182 16.6404 14.4625C16.1475 15.2599 15.2979 15.5037 14.3992 15.5037H10.6492V16.4846C10.6534 16.8005 10.515 17.1159 10.2461 17.3262C9.78938 17.6835 9.12947 17.6029 8.77218 17.1461L7.85684 15.9759C7.71126 15.7898 7.55658 15.5725 7.45232 15.3433C7.3619 15.1445 7.19301 14.6835 7.43039 14.1866C7.66989 13.6852 8.13937 13.5292 8.35445 13.4763C8.60013 13.4159 8.86711 13.4037 9.10196 13.4037L14.3992 13.4037C14.677 13.4037 14.8042 13.3688 14.853 13.3485L14.8614 13.3448C14.875 13.3161 14.897 13.2524 14.915 13.1208C14.9194 13.0886 14.9235 13.0634 14.9271 13.0407L14.9271 13.0406C14.9411 12.9535 14.9492 12.9029 14.9492 12.6402Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13.7523 6.67223C14.2091 6.31494 14.869 6.39558 15.2263 6.85234L16.1416 8.02253C16.2872 8.20864 16.4419 8.42599 16.5461 8.65519C16.6365 8.85396 16.8054 9.31492 16.568 9.81188C16.3285 10.3133 15.8591 10.4693 15.644 10.5222C15.3983 10.5826 15.1313 10.5947 14.8965 10.5947H9.59922C9.32139 10.5947 9.19422 10.6297 9.14547 10.65L9.13705 10.6537C9.12346 10.6823 9.10147 10.7461 9.08343 10.8777C9.06214 11.0329 9.04922 11.2588 9.04922 11.5902C9.04922 12.1701 8.57912 12.6402 7.99922 12.6402C7.41932 12.6402 6.94922 12.1701 6.94922 11.5902C6.94922 10.9978 6.95979 10.1802 7.35799 9.53599C7.85091 8.73853 8.70051 8.49472 9.59922 8.49472H13.3493V7.5138C13.3451 7.19795 13.4834 6.88253 13.7523 6.67223ZM14.9492 12.6402C14.9492 12.0603 15.4193 11.5902 15.9992 11.5902C16.5791 11.5902 17.0492 12.0603 17.0492 12.6402C17.0492 13.2326 17.0386 13.8182 16.6404 14.4625C16.1475 15.2599 15.2979 15.5037 14.3992 15.5037H10.6492V16.4846C10.6534 16.8005 10.515 17.1159 10.2461 17.3262C9.78938 17.6835 9.12947 17.6029 8.77218 17.1461L7.85684 15.9759C7.71126 15.7898 7.55658 15.5725 7.45232 15.3433C7.3619 15.1445 7.19301 14.6835 7.43039 14.1866C7.66989 13.6852 8.13937 13.5292 8.35445 13.4763C8.60013 13.4159 8.86711 13.4037 9.10196 13.4037L14.3992 13.4037C14.677 13.4037 14.8042 13.3688 14.853 13.3485L14.8614 13.3448C14.875 13.3161 14.897 13.2524 14.915 13.1208C14.9194 13.0886 14.9235 13.0634 14.9271 13.0407L14.9271 13.0406C14.9411 12.9535 14.9492 12.9029 14.9492 12.6402Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-reload-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM10.2673 6.65126C9.79747 6.28376 9.11871 6.3667 8.75121 6.83651L7.83586 8.0067C7.68987 8.19334 7.53343 8.41293 7.42767 8.64543C7.33618 8.84654 7.1627 9.31818 7.40598 9.82747C7.65143 10.3413 8.13226 10.5004 8.34995 10.554C8.5992 10.6152 8.86909 10.6274 9.10462 10.6274H14.4019C14.6721 10.6274 14.7954 10.6608 14.8414 10.6792C14.8534 10.7085 14.8721 10.7689 14.8879 10.8844C14.8932 10.9225 14.8979 10.9489 14.902 10.972C14.9146 11.0418 14.9219 11.0824 14.9219 11.3309C14.9219 11.9274 15.4054 12.4109 16.0019 12.4109C16.5983 12.4109 17.0819 11.9274 17.0819 11.3309C17.0819 10.7398 17.072 10.1754 16.6686 9.52288C16.1678 8.7126 15.3053 8.46738 14.4019 8.46738H10.6818V7.51669C10.6861 7.19193 10.5438 6.86754 10.2673 6.65126ZM9.08187 12.4109C9.08187 11.8145 8.59834 11.3309 8.00187 11.3309C7.40541 11.3309 6.92188 11.8145 6.92188 12.4109C6.92188 13.0021 6.93178 13.8284 7.33513 14.4809C7.83596 15.2912 8.69848 15.5364 9.60188 15.5364H13.3219V16.4871C13.3177 16.8118 13.46 17.1362 13.7365 17.3525C14.2063 17.72 14.885 17.6371 15.2525 17.1673L16.1679 15.9971C16.3139 15.8104 16.4703 15.5909 16.5761 15.3583C16.6676 15.1572 16.841 14.6856 16.5978 14.1763C16.3523 13.6625 15.8715 13.5033 15.6538 13.4498C15.4045 13.3885 15.1347 13.3764 14.8991 13.3764L9.60188 13.3764C9.33161 13.3764 9.20831 13.343 9.16239 13.3246C9.1503 13.2953 9.13164 13.2349 9.11581 13.1194C9.09479 12.9661 9.08187 12.7418 9.08187 12.4109Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM10.2673 6.65126C9.79747 6.28376 9.11871 6.3667 8.75121 6.83651L7.83586 8.0067C7.68987 8.19334 7.53343 8.41293 7.42767 8.64543C7.33618 8.84654 7.1627 9.31818 7.40598 9.82747C7.65143 10.3413 8.13226 10.5004 8.34995 10.554C8.5992 10.6152 8.86909 10.6274 9.10462 10.6274H14.4019C14.6721 10.6274 14.7954 10.6608 14.8414 10.6792C14.8534 10.7085 14.8721 10.7689 14.8879 10.8844C14.8932 10.9225 14.8979 10.9489 14.902 10.972C14.9146 11.0418 14.9219 11.0824 14.9219 11.3309C14.9219 11.9274 15.4054 12.4109 16.0019 12.4109C16.5983 12.4109 17.0819 11.9274 17.0819 11.3309C17.0819 10.7398 17.072 10.1754 16.6686 9.52288C16.1678 8.7126 15.3053 8.46738 14.4019 8.46738H10.6818V7.51669C10.6861 7.19193 10.5438 6.86754 10.2673 6.65126ZM9.08187 12.4109C9.08187 11.8145 8.59834 11.3309 8.00187 11.3309C7.40541 11.3309 6.92188 11.8145 6.92188 12.4109C6.92188 13.0021 6.93178 13.8284 7.33513 14.4809C7.83596 15.2912 8.69848 15.5364 9.60188 15.5364H13.3219V16.4871C13.3177 16.8118 13.46 17.1362 13.7365 17.3525C14.2063 17.72 14.885 17.6371 15.2525 17.1673L16.1679 15.9971C16.3139 15.8104 16.4703 15.5909 16.5761 15.3583C16.6676 15.1572 16.841 14.6856 16.5978 14.1763C16.3523 13.6625 15.8715 13.5033 15.6538 13.4498C15.4045 13.3885 15.1347 13.3764 14.8991 13.3764L9.60188 13.3764C9.33161 13.3764 9.20831 13.343 9.16239 13.3246C9.1503 13.2953 9.13164 13.2349 9.11581 13.1194C9.09479 12.9661 9.08187 12.7418 9.08187 12.4109Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-right-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12ZM12.4598 11.9374C12.4712 11.9627 12.4798 11.9834 12.4861 11.9999C12.4798 12.0164 12.4712 12.0372 12.4598 12.0625C12.4077 12.1777 12.3215 12.3303 12.1976 12.5173C11.9503 12.8905 11.6065 13.3209 11.2432 13.7416C10.8834 14.1581 10.5212 14.5456 10.2477 14.8303L9.79932 15.2865C9.40536 15.6734 9.3995 16.3066 9.78643 16.7007C10.1734 17.0947 10.8065 17.1005 11.2006 16.7135L11.6897 16.2161C11.9786 15.9155 12.3665 15.5007 12.7567 15.049C13.1433 14.6014 13.5496 14.0977 13.8647 13.6221C14.0221 13.3846 14.1702 13.1341 14.2822 12.8865C14.3862 12.6564 14.4999 12.3416 14.4999 11.9999C14.4999 11.6583 14.3862 11.3435 14.2822 11.1134C14.1702 10.8658 14.0221 10.6152 13.8647 10.3778C13.5496 9.90221 13.1433 9.39853 12.7567 8.95094C12.3665 8.49922 11.9786 8.0844 11.6897 7.78376L11.2006 7.2864C10.8065 6.89944 10.1734 6.90519 9.78643 7.29924C9.3995 7.69327 9.40536 8.32647 9.79932 8.71344L10.2477 9.16959C10.5212 9.45425 10.8834 9.8418 11.2432 10.2583C11.6065 10.679 11.9503 11.1094 12.1976 11.4826C12.3215 11.6696 12.4077 11.8222 12.4598 11.9374Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12ZM12.4598 11.9374C12.4712 11.9627 12.4798 11.9834 12.4861 11.9999C12.4798 12.0164 12.4712 12.0372 12.4598 12.0625C12.4077 12.1777 12.3215 12.3303 12.1976 12.5173C11.9503 12.8905 11.6065 13.3209 11.2432 13.7416C10.8834 14.1581 10.5212 14.5456 10.2477 14.8303L9.79932 15.2865C9.40536 15.6734 9.3995 16.3066 9.78643 16.7007C10.1734 17.0947 10.8065 17.1005 11.2006 16.7135L11.6897 16.2161C11.9786 15.9155 12.3665 15.5007 12.7567 15.049C13.1433 14.6014 13.5496 14.0977 13.8647 13.6221C14.0221 13.3846 14.1702 13.1341 14.2822 12.8865C14.3862 12.6564 14.4999 12.3416 14.4999 11.9999C14.4999 11.6583 14.3862 11.3435 14.2822 11.1134C14.1702 10.8658 14.0221 10.6152 13.8647 10.3778C13.5496 9.90221 13.1433 9.39853 12.7567 8.95094C12.3665 8.49922 11.9786 8.0844 11.6897 7.78376L11.2006 7.2864C10.8065 6.89944 10.1734 6.90519 9.78643 7.29924C9.3995 7.69327 9.40536 8.32647 9.79932 8.71344L10.2477 9.16959C10.5212 9.45425 10.8834 9.8418 11.2432 10.2583C11.6065 10.679 11.9503 11.1094 12.1976 11.4826C12.3215 11.6696 12.4077 11.8222 12.4598 11.9374Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-right-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12ZM7 12C7 12.5523 7.44772 13 8 13L12.5 13L12.5 13.162C12.4999 13.4524 12.4998 13.7597 12.5288 14.0022C12.55 14.179 12.6298 14.8295 13.2387 15.1296C13.8481 15.43 14.3908 15.0851 14.5374 14.9914C14.7391 14.8625 14.9718 14.6695 15.1919 14.4869L15.2297 14.4555C15.5765 14.168 15.9712 13.8257 16.2852 13.4824C16.442 13.311 16.6035 13.1127 16.7312 12.8974C16.8495 12.6978 17 12.3826 17 12C17 11.6174 16.8495 11.3022 16.7312 11.1026C16.6035 10.8873 16.442 10.689 16.2852 10.5176C15.9712 10.1743 15.5765 9.83196 15.2297 9.54449L15.1919 9.51315L15.1919 9.51314C14.9718 9.33054 14.7391 9.13753 14.5374 9.00859C14.3908 8.91494 13.8481 8.57002 13.2387 8.87038C12.6298 9.1705 12.55 9.82103 12.5288 9.99783C12.4998 10.2403 12.4999 10.5476 12.5 10.838L12.5 11L8 11C7.44772 11 7 11.4477 7 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12ZM7 12C7 12.5523 7.44772 13 8 13L12.5 13L12.5 13.162C12.4999 13.4524 12.4998 13.7597 12.5288 14.0022C12.55 14.179 12.6298 14.8295 13.2387 15.1296C13.8481 15.43 14.3908 15.0851 14.5374 14.9914C14.7391 14.8625 14.9718 14.6695 15.1919 14.4869L15.2297 14.4555C15.5765 14.168 15.9712 13.8257 16.2852 13.4824C16.442 13.311 16.6035 13.1127 16.7312 12.8974C16.8495 12.6978 17 12.3826 17 12C17 11.6174 16.8495 11.3022 16.7312 11.1026C16.6035 10.8873 16.442 10.689 16.2852 10.5176C15.9712 10.1743 15.5765 9.83196 15.2297 9.54449L15.1919 9.51315L15.1919 9.51314C14.9718 9.33054 14.7391 9.13753 14.5374 9.00859C14.3908 8.91494 13.8481 8.57002 13.2387 8.87038C12.6298 9.1705 12.55 9.82103 12.5288 9.99783C12.4998 10.2403 12.4999 10.5476 12.5 10.838L12.5 11L8 11C7.44772 11 7 11.4477 7 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-right-03-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12ZM5.5 12C5.5 11.5858 5.83579 11.25 6.25 11.25L10.5 11.25L10.5 10.939C10.4999 10.6653 10.4999 10.3967 10.5236 10.1889C10.5421 10.0261 10.6038 9.55368 11.0221 9.33716C11.4407 9.12048 11.82 9.36549 11.9486 9.4518C12.1133 9.56231 12.307 9.73107 12.5045 9.90312L12.5326 9.92757C12.8348 10.1907 13.1702 10.4968 13.434 10.7998C13.5658 10.9511 13.696 11.12 13.7968 11.2985C13.8914 11.4662 14 11.7115 14 12C14 12.2885 13.8914 12.5338 13.7968 12.7015C13.696 12.88 13.5658 13.0488 13.434 13.2002C13.1702 13.5032 12.8348 13.8093 12.5326 14.0724L12.5045 14.0969C12.307 14.2689 12.1133 14.4377 11.9486 14.5482C11.82 14.6345 11.4407 14.8795 11.0221 14.6628C10.6038 14.4463 10.5421 13.9739 10.5236 13.8111C10.4999 13.6033 10.4999 13.3347 10.5 13.061L10.5 12.75L6.25 12.75C5.83579 12.75 5.5 12.4142 5.5 12ZM16.25 7.25C16.6642 7.25 17 7.58579 17 8L17 16C17 16.4142 16.6642 16.75 16.25 16.75C15.8358 16.75 15.5 16.4142 15.5 16L15.5 8C15.5 7.58579 15.8358 7.25 16.25 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12ZM5.5 12C5.5 11.5858 5.83579 11.25 6.25 11.25L10.5 11.25L10.5 10.939C10.4999 10.6653 10.4999 10.3967 10.5236 10.1889C10.5421 10.0261 10.6038 9.55368 11.0221 9.33716C11.4407 9.12048 11.82 9.36549 11.9486 9.4518C12.1133 9.56231 12.307 9.73107 12.5045 9.90312L12.5326 9.92757C12.8348 10.1907 13.1702 10.4968 13.434 10.7998C13.5658 10.9511 13.696 11.12 13.7968 11.2985C13.8914 11.4662 14 11.7115 14 12C14 12.2885 13.8914 12.5338 13.7968 12.7015C13.696 12.88 13.5658 13.0488 13.434 13.2002C13.1702 13.5032 12.8348 13.8093 12.5326 14.0724L12.5045 14.0969C12.307 14.2689 12.1133 14.4377 11.9486 14.5482C11.82 14.6345 11.4407 14.8795 11.0221 14.6628C10.6038 14.4463 10.5421 13.9739 10.5236 13.8111C10.4999 13.6033 10.4999 13.3347 10.5 13.061L10.5 12.75L6.25 12.75C5.83579 12.75 5.5 12.4142 5.5 12ZM16.25 7.25C16.6642 7.25 17 7.58579 17 8L17 16C17 16.4142 16.6642 16.75 16.25 16.75C15.8358 16.75 15.5 16.4142 15.5 16L15.5 8C15.5 7.58579 15.8358 7.25 16.25 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-right-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13.4852 8.19192C13.1519 7.90483 12.6506 7.94435 12.3656 8.28019C12.0806 8.61601 12.12 9.12108 12.4533 9.40818L12.8637 9.77434C13.1138 10.0026 13.4449 10.3133 13.7739 10.6473C14.1062 10.9847 14.4205 11.3298 14.6464 11.6288C14.7598 11.7789 14.8375 11.8998 14.8836 11.9891L14.8891 12L14.8836 12.0109C14.8375 12.1002 14.7598 12.2211 14.6464 12.3712C14.4205 12.6701 14.1062 13.0153 13.7739 13.3527C13.4449 13.6867 13.1138 13.9974 12.8637 14.2257L12.4532 14.5919C12.1199 14.879 12.0806 15.384 12.3656 15.7198C12.6506 16.0557 13.1519 16.0952 13.4853 15.8081L13.93 15.4115C14.193 15.1715 14.5461 14.8403 14.9013 14.4797C15.2531 14.1225 15.6229 13.7204 15.9102 13.3403C16.0533 13.1508 16.1894 12.9493 16.293 12.7483C16.3877 12.5647 16.5 12.2979 16.5 12C16.5 11.702 16.3877 11.4353 16.293 11.2516C16.1894 11.0507 16.0533 10.8491 15.9102 10.6597C15.6229 10.2796 15.2531 9.87746 14.9013 9.52028C14.5461 9.15968 14.193 8.82852 13.93 8.58851L13.4852 8.19192ZM10.7261 9.52028C10.3709 9.15968 10.0179 8.82852 9.75484 8.58851L9.31012 8.19192C9.07453 7.98904 8.7433 7.94277 8.46181 8.07343C8.18031 8.20408 8 8.48778 8 8.80001L8.00002 15.2C8.00002 15.5122 8.18034 15.7959 8.46184 15.9266C8.74333 16.0572 9.07456 16.011 9.31015 15.8081L9.75487 15.4115C10.0179 15.1715 10.371 14.8403 10.7262 14.4797C11.078 14.1225 11.4478 13.7204 11.735 13.3403C11.8782 13.1508 12.0143 12.9493 12.1179 12.7483C12.2126 12.5647 12.3249 12.2979 12.3249 12C12.3249 11.702 12.2126 11.4353 12.1179 11.2516C12.0143 11.0507 11.8782 10.8491 11.735 10.6597C11.4478 10.2796 11.078 9.87746 10.7261 9.52028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13.4852 8.19192C13.1519 7.90483 12.6506 7.94435 12.3656 8.28019C12.0806 8.61601 12.12 9.12108 12.4533 9.40818L12.8637 9.77434C13.1138 10.0026 13.4449 10.3133 13.7739 10.6473C14.1062 10.9847 14.4205 11.3298 14.6464 11.6288C14.7598 11.7789 14.8375 11.8998 14.8836 11.9891L14.8891 12L14.8836 12.0109C14.8375 12.1002 14.7598 12.2211 14.6464 12.3712C14.4205 12.6701 14.1062 13.0153 13.7739 13.3527C13.4449 13.6867 13.1138 13.9974 12.8637 14.2257L12.4532 14.5919C12.1199 14.879 12.0806 15.384 12.3656 15.7198C12.6506 16.0557 13.1519 16.0952 13.4853 15.8081L13.93 15.4115C14.193 15.1715 14.5461 14.8403 14.9013 14.4797C15.2531 14.1225 15.6229 13.7204 15.9102 13.3403C16.0533 13.1508 16.1894 12.9493 16.293 12.7483C16.3877 12.5647 16.5 12.2979 16.5 12C16.5 11.702 16.3877 11.4353 16.293 11.2516C16.1894 11.0507 16.0533 10.8491 15.9102 10.6597C15.6229 10.2796 15.2531 9.87746 14.9013 9.52028C14.5461 9.15968 14.193 8.82852 13.93 8.58851L13.4852 8.19192ZM10.7261 9.52028C10.3709 9.15968 10.0179 8.82852 9.75484 8.58851L9.31012 8.19192C9.07453 7.98904 8.7433 7.94277 8.46181 8.07343C8.18031 8.20408 8 8.48778 8 8.80001L8.00002 15.2C8.00002 15.5122 8.18034 15.7959 8.46184 15.9266C8.74333 16.0572 9.07456 16.011 9.31015 15.8081L9.75487 15.4115C10.0179 15.1715 10.371 14.8403 10.7262 14.4797C11.078 14.1225 11.4478 13.7204 11.735 13.3403C11.8782 13.1508 12.0143 12.9493 12.1179 12.7483C12.2126 12.5647 12.3249 12.2979 12.3249 12C12.3249 11.702 12.2126 11.4353 12.1179 11.2516C12.0143 11.0507 11.8782 10.8491 11.735 10.6597C11.4478 10.2796 11.078 9.87746 10.7261 9.52028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-shrink-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM12.1046 8.35734C12.0829 7.9437 12.4006 7.59076 12.8142 7.56904C13.035 7.55745 13.2385 7.64258 13.3836 7.78738L14.091 8.49479L15.7929 6.79289C16.1834 6.40237 16.8166 6.40237 17.2071 6.79289C17.5976 7.18342 17.5976 7.81658 17.2071 8.20711L15.5052 9.90901L16.2123 10.6161C16.3573 10.7612 16.4425 10.9648 16.4309 11.1858C16.4092 11.5994 16.0563 11.9171 15.6427 11.8954C15.5599 11.8911 15.4 11.8978 15.1408 11.9117L15.0842 11.9148C14.8573 11.9271 14.5868 11.9418 14.3186 11.9461C14.0313 11.9507 13.7146 11.9443 13.4291 11.9026C13.1876 11.8674 12.7852 11.7852 12.5 11.5C12.2148 11.2148 12.1326 10.8124 12.0974 10.5709C12.0557 10.2854 12.0493 9.96866 12.0539 9.68139C12.0582 9.41318 12.0729 9.14267 12.0852 8.91581L12.0883 8.85914C12.1022 8.6 12.1089 8.4401 12.1046 8.35734ZM11.8954 15.6427C11.9171 16.0563 11.5994 16.4092 11.1858 16.431C10.9648 16.4426 10.7612 16.3573 10.6161 16.2123L9.90901 15.5052L8.20711 17.2071C7.81658 17.5977 7.18342 17.5977 6.79289 17.2071C6.40237 16.8166 6.40237 16.1834 6.79289 15.7929L8.4948 14.091L7.78739 13.3836C7.64258 13.2386 7.55746 13.035 7.56905 12.8142C7.59077 12.4006 7.9437 12.0829 8.35735 12.1046C8.44011 12.109 8.60001 12.1023 8.85915 12.0883L8.91579 12.0852C9.14266 12.0729 9.41317 12.0582 9.6814 12.0539C9.96866 12.0493 10.2854 12.0557 10.5709 12.0974C10.8124 12.1326 11.2148 12.2149 11.5 12.5C11.7852 12.7852 11.8674 13.1876 11.9026 13.4291C11.9443 13.7146 11.9507 14.0314 11.9461 14.3186C11.9418 14.5868 11.9271 14.8573 11.9148 15.0842L11.9117 15.1409C11.8978 15.4 11.8911 15.5599 11.8954 15.6427Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM12.1046 8.35734C12.0829 7.9437 12.4006 7.59076 12.8142 7.56904C13.035 7.55745 13.2385 7.64258 13.3836 7.78738L14.091 8.49479L15.7929 6.79289C16.1834 6.40237 16.8166 6.40237 17.2071 6.79289C17.5976 7.18342 17.5976 7.81658 17.2071 8.20711L15.5052 9.90901L16.2123 10.6161C16.3573 10.7612 16.4425 10.9648 16.4309 11.1858C16.4092 11.5994 16.0563 11.9171 15.6427 11.8954C15.5599 11.8911 15.4 11.8978 15.1408 11.9117L15.0842 11.9148C14.8573 11.9271 14.5868 11.9418 14.3186 11.9461C14.0313 11.9507 13.7146 11.9443 13.4291 11.9026C13.1876 11.8674 12.7852 11.7852 12.5 11.5C12.2148 11.2148 12.1326 10.8124 12.0974 10.5709C12.0557 10.2854 12.0493 9.96866 12.0539 9.68139C12.0582 9.41318 12.0729 9.14267 12.0852 8.91581L12.0883 8.85914C12.1022 8.6 12.1089 8.4401 12.1046 8.35734ZM11.8954 15.6427C11.9171 16.0563 11.5994 16.4092 11.1858 16.431C10.9648 16.4426 10.7612 16.3573 10.6161 16.2123L9.90901 15.5052L8.20711 17.2071C7.81658 17.5977 7.18342 17.5977 6.79289 17.2071C6.40237 16.8166 6.40237 16.1834 6.79289 15.7929L8.4948 14.091L7.78739 13.3836C7.64258 13.2386 7.55746 13.035 7.56905 12.8142C7.59077 12.4006 7.9437 12.0829 8.35735 12.1046C8.44011 12.109 8.60001 12.1023 8.85915 12.0883L8.91579 12.0852C9.14266 12.0729 9.41317 12.0582 9.6814 12.0539C9.96866 12.0493 10.2854 12.0557 10.5709 12.0974C10.8124 12.1326 11.2148 12.2149 11.5 12.5C11.7852 12.7852 11.8674 13.1876 11.9026 13.4291C11.9443 13.7146 11.9507 14.0314 11.9461 14.3186C11.9418 14.5868 11.9271 14.8573 11.9148 15.0842L11.9117 15.1409C11.8978 15.4 11.8911 15.5599 11.8954 15.6427Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-shrink-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM12.1046 8.35734C12.0829 7.9437 12.4006 7.59076 12.8142 7.56904C13.035 7.55745 13.2385 7.64258 13.3836 7.78738L14.091 8.49479L15.7929 6.79289C16.1834 6.40237 16.8166 6.40237 17.2071 6.79289C17.5976 7.18342 17.5976 7.81658 17.2071 8.20711L15.5052 9.90901L16.2123 10.6161C16.3573 10.7612 16.4425 10.9648 16.4309 11.1858C16.4092 11.5994 16.0563 11.9171 15.6427 11.8954C15.5599 11.8911 15.4 11.8978 15.1408 11.9117L15.0842 11.9148C14.8573 11.9271 14.5868 11.9418 14.3186 11.9461C14.0313 11.9507 13.7146 11.9443 13.4291 11.9026C13.1876 11.8674 12.7852 11.7852 12.5 11.5C12.2148 11.2148 12.1326 10.8124 12.0974 10.5709C12.0557 10.2854 12.0493 9.96866 12.0539 9.68139C12.0582 9.41318 12.0729 9.14267 12.0852 8.91581L12.0883 8.85914C12.1022 8.6 12.1089 8.4401 12.1046 8.35734ZM11.8954 15.6427C11.9171 16.0563 11.5994 16.4092 11.1858 16.431C10.9648 16.4426 10.7612 16.3573 10.6161 16.2123L9.90901 15.5052L8.20711 17.2071C7.81658 17.5977 7.18342 17.5977 6.79289 17.2071C6.40237 16.8166 6.40237 16.1834 6.79289 15.7929L8.4948 14.091L7.78739 13.3836C7.64258 13.2386 7.55746 13.035 7.56905 12.8142C7.59077 12.4006 7.9437 12.0829 8.35735 12.1046C8.44011 12.109 8.60001 12.1023 8.85915 12.0883L8.91579 12.0852C9.14266 12.0729 9.41317 12.0582 9.6814 12.0539C9.96866 12.0493 10.2854 12.0557 10.5709 12.0974C10.8124 12.1326 11.2148 12.2149 11.5 12.5C11.7852 12.7852 11.8674 13.1876 11.9026 13.4291C11.9443 13.7146 11.9507 14.0314 11.9461 14.3186C11.9418 14.5868 11.9271 14.8573 11.9148 15.0842L11.9117 15.1409C11.8978 15.4 11.8911 15.5599 11.8954 15.6427Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM12.1046 8.35734C12.0829 7.9437 12.4006 7.59076 12.8142 7.56904C13.035 7.55745 13.2385 7.64258 13.3836 7.78738L14.091 8.49479L15.7929 6.79289C16.1834 6.40237 16.8166 6.40237 17.2071 6.79289C17.5976 7.18342 17.5976 7.81658 17.2071 8.20711L15.5052 9.90901L16.2123 10.6161C16.3573 10.7612 16.4425 10.9648 16.4309 11.1858C16.4092 11.5994 16.0563 11.9171 15.6427 11.8954C15.5599 11.8911 15.4 11.8978 15.1408 11.9117L15.0842 11.9148C14.8573 11.9271 14.5868 11.9418 14.3186 11.9461C14.0313 11.9507 13.7146 11.9443 13.4291 11.9026C13.1876 11.8674 12.7852 11.7852 12.5 11.5C12.2148 11.2148 12.1326 10.8124 12.0974 10.5709C12.0557 10.2854 12.0493 9.96866 12.0539 9.68139C12.0582 9.41318 12.0729 9.14267 12.0852 8.91581L12.0883 8.85914C12.1022 8.6 12.1089 8.4401 12.1046 8.35734ZM11.8954 15.6427C11.9171 16.0563 11.5994 16.4092 11.1858 16.431C10.9648 16.4426 10.7612 16.3573 10.6161 16.2123L9.90901 15.5052L8.20711 17.2071C7.81658 17.5977 7.18342 17.5977 6.79289 17.2071C6.40237 16.8166 6.40237 16.1834 6.79289 15.7929L8.4948 14.091L7.78739 13.3836C7.64258 13.2386 7.55746 13.035 7.56905 12.8142C7.59077 12.4006 7.9437 12.0829 8.35735 12.1046C8.44011 12.109 8.60001 12.1023 8.85915 12.0883L8.91579 12.0852C9.14266 12.0729 9.41317 12.0582 9.6814 12.0539C9.96866 12.0493 10.2854 12.0557 10.5709 12.0974C10.8124 12.1326 11.2148 12.2149 11.5 12.5C11.7852 12.7852 11.8674 13.1876 11.9026 13.4291C11.9443 13.7146 11.9507 14.0314 11.9461 14.3186C11.9418 14.5868 11.9271 14.8573 11.9148 15.0842L11.9117 15.1409C11.8978 15.4 11.8911 15.5599 11.8954 15.6427Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-up-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75ZM11.9374 11.5402C11.9627 11.5288 11.9834 11.5202 11.9999 11.5139C12.0164 11.5202 12.0372 11.5288 12.0625 11.5402C12.1777 11.5923 12.3303 11.6785 12.5173 11.8024C12.8905 12.0497 13.3209 12.3935 13.7416 12.7568C14.1581 13.1166 14.5456 13.4788 14.8303 13.7523L15.2865 14.2007C15.6734 14.5946 16.3066 14.6005 16.7007 14.2136C17.0947 13.8266 17.1005 13.1935 16.7135 12.7994L16.2161 12.3103C15.9155 12.0214 15.5007 11.6335 15.049 11.2433C14.6014 10.8567 14.0977 10.4504 13.6221 10.1353C13.3847 9.97793 13.1341 9.82979 12.8865 9.7178C12.6564 9.61378 12.3416 9.50009 11.9999 9.50009C11.6583 9.50009 11.3435 9.61378 11.1134 9.7178C10.8658 9.82979 10.6153 9.97793 10.3778 10.1353C9.90221 10.4504 9.39853 10.8567 8.95094 11.2433C8.49922 11.6335 8.0844 12.0214 7.78376 12.3103L7.2864 12.7994C6.89944 13.1935 6.90519 13.8266 7.29924 14.2136C7.69327 14.6005 8.32647 14.5946 8.71344 14.2007L9.16959 13.7523C9.45425 13.4788 9.8418 13.1166 10.2583 12.7568C10.679 12.3935 11.1094 12.0497 11.4826 11.8024C11.6696 11.6785 11.8222 11.5923 11.9374 11.5402Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75ZM11.9374 11.5402C11.9627 11.5288 11.9834 11.5202 11.9999 11.5139C12.0164 11.5202 12.0372 11.5288 12.0625 11.5402C12.1777 11.5923 12.3303 11.6785 12.5173 11.8024C12.8905 12.0497 13.3209 12.3935 13.7416 12.7568C14.1581 13.1166 14.5456 13.4788 14.8303 13.7523L15.2865 14.2007C15.6734 14.5946 16.3066 14.6005 16.7007 14.2136C17.0947 13.8266 17.1005 13.1935 16.7135 12.7994L16.2161 12.3103C15.9155 12.0214 15.5007 11.6335 15.049 11.2433C14.6014 10.8567 14.0977 10.4504 13.6221 10.1353C13.3847 9.97793 13.1341 9.82979 12.8865 9.7178C12.6564 9.61378 12.3416 9.50009 11.9999 9.50009C11.6583 9.50009 11.3435 9.61378 11.1134 9.7178C10.8658 9.82979 10.6153 9.97793 10.3778 10.1353C9.90221 10.4504 9.39853 10.8567 8.95094 11.2433C8.49922 11.6335 8.0844 12.0214 7.78376 12.3103L7.2864 12.7994C6.89944 13.1935 6.90519 13.8266 7.29924 14.2136C7.69327 14.6005 8.32647 14.5946 8.71344 14.2007L9.16959 13.7523C9.45425 13.4788 9.8418 13.1166 10.2583 12.7568C10.679 12.3935 11.1094 12.0497 11.4826 11.8024C11.6696 11.6785 11.8222 11.5923 11.9374 11.5402Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-up-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12 17C12.5523 17 13 16.5523 13 16V11.5H13.162C13.4524 11.5001 13.7597 11.5002 14.0022 11.4712C14.179 11.45 14.8295 11.3702 15.1296 10.7613C15.43 10.1519 15.0851 9.60918 14.9914 9.46263C14.8625 9.26085 14.6695 9.02819 14.4869 8.80808L14.4555 8.77028C14.168 8.42352 13.8257 8.02882 13.4824 7.71482C13.311 7.55802 13.1127 7.39647 12.8974 7.26884C12.6978 7.15052 12.3826 7 12 7C11.6174 7 11.3022 7.15052 11.1026 7.26884C10.8873 7.39647 10.689 7.55802 10.5176 7.71482C10.1743 8.02882 9.83196 8.42352 9.54449 8.77029L9.51315 8.80807L9.51314 8.80808C9.33054 9.02819 9.13753 9.26085 9.00859 9.46263C8.91494 9.60918 8.57002 10.1519 8.87038 10.7613C9.1705 11.3702 9.82103 11.45 9.99783 11.4712C10.2403 11.5002 10.5476 11.5001 10.838 11.5H11V16C11 16.5523 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12 17C12.5523 17 13 16.5523 13 16V11.5H13.162C13.4524 11.5001 13.7597 11.5002 14.0022 11.4712C14.179 11.45 14.8295 11.3702 15.1296 10.7613C15.43 10.1519 15.0851 9.60918 14.9914 9.46263C14.8625 9.26085 14.6695 9.02819 14.4869 8.80808L14.4555 8.77028C14.168 8.42352 13.8257 8.02882 13.4824 7.71482C13.311 7.55802 13.1127 7.39647 12.8974 7.26884C12.6978 7.15052 12.3826 7 12 7C11.6174 7 11.3022 7.15052 11.1026 7.26884C10.8873 7.39647 10.689 7.55802 10.5176 7.71482C10.1743 8.02882 9.83196 8.42352 9.54449 8.77029L9.51315 8.80807L9.51314 8.80808C9.33054 9.02819 9.13753 9.26085 9.00859 9.46263C8.91494 9.60918 8.57002 10.1519 8.87038 10.7613C9.1705 11.3702 9.82103 11.45 9.99783 11.4712C10.2403 11.5002 10.5476 11.5001 10.838 11.5H11V16C11 16.5523 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-up-03-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75ZM12 18.5C11.5858 18.5 11.25 18.1642 11.25 17.75L11.25 13.5L10.939 13.5C10.6653 13.5 10.3967 13.5001 10.1889 13.4764C10.0261 13.4579 9.55368 13.3962 9.33716 12.9779C9.12048 12.5593 9.36549 12.18 9.4518 12.0514C9.56231 11.8867 9.73107 11.693 9.90312 11.4955L9.92757 11.4674C10.1907 11.1652 10.4968 10.8298 10.7998 10.566C10.9512 10.4342 11.12 10.304 11.2985 10.2032C11.4662 10.1086 11.7115 10 12 10C12.2885 10 12.5338 10.1086 12.7015 10.2032C12.88 10.304 13.0489 10.4342 13.2002 10.566C13.5032 10.8298 13.8093 11.1652 14.0724 11.4674L14.0969 11.4955C14.2689 11.693 14.4377 11.8867 14.5482 12.0514C14.6345 12.18 14.8795 12.5593 14.6628 12.9779C14.4463 13.3962 13.9739 13.4579 13.8111 13.4764C13.6033 13.5001 13.3347 13.5 13.061 13.5L12.75 13.5L12.75 17.75C12.75 18.1642 12.4142 18.5 12 18.5ZM7.25 7.75C7.25 7.33579 7.58579 7 8 7L16 7C16.4142 7 16.75 7.33579 16.75 7.75C16.75 8.16421 16.4142 8.5 16 8.5L8 8.5C7.58579 8.5 7.25 8.16421 7.25 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75ZM12 18.5C11.5858 18.5 11.25 18.1642 11.25 17.75L11.25 13.5L10.939 13.5C10.6653 13.5 10.3967 13.5001 10.1889 13.4764C10.0261 13.4579 9.55368 13.3962 9.33716 12.9779C9.12048 12.5593 9.36549 12.18 9.4518 12.0514C9.56231 11.8867 9.73107 11.693 9.90312 11.4955L9.92757 11.4674C10.1907 11.1652 10.4968 10.8298 10.7998 10.566C10.9512 10.4342 11.12 10.304 11.2985 10.2032C11.4662 10.1086 11.7115 10 12 10C12.2885 10 12.5338 10.1086 12.7015 10.2032C12.88 10.304 13.0489 10.4342 13.2002 10.566C13.5032 10.8298 13.8093 11.1652 14.0724 11.4674L14.0969 11.4955C14.2689 11.693 14.4377 11.8867 14.5482 12.0514C14.6345 12.18 14.8795 12.5593 14.6628 12.9779C14.4463 13.3962 13.9739 13.4579 13.8111 13.4764C13.6033 13.5001 13.3347 13.5 13.061 13.5L12.75 13.5L12.75 17.75C12.75 18.1642 12.4142 18.5 12 18.5ZM7.25 7.75C7.25 7.33579 7.58579 7 8 7L16 7C16.4142 7 16.75 7.33579 16.75 7.75C16.75 8.16421 16.4142 8.5 16 8.5L8 8.5C7.58579 8.5 7.25 8.16421 7.25 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-up-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12ZM8.19191 10.5148C7.90483 10.8481 7.94435 11.3494 8.28019 11.6344C8.61601 11.9194 9.12108 11.88 9.40818 11.5467L9.77434 11.1363C10.0026 10.8862 10.3133 10.5551 10.6473 10.2261C10.9847 9.89379 11.3298 9.57948 11.6288 9.35358C11.7789 9.2402 11.8998 9.1625 11.9891 9.11644L12 9.11091L12.0109 9.11645C12.1002 9.16251 12.2211 9.2402 12.3712 9.35359C12.6701 9.57949 13.0153 9.89379 13.3527 10.2261C13.6867 10.5551 13.9974 10.8862 14.2257 11.1363L14.5919 11.5468C14.879 11.8801 15.384 11.9194 15.7198 11.6344C16.0557 11.3494 16.0952 10.8481 15.8081 10.5147L15.4115 10.07C15.1715 9.807 14.8403 9.45392 14.4797 9.09873C14.1225 8.74692 13.7204 8.37707 13.3403 8.08985C13.1508 7.94668 12.9493 7.81057 12.7483 7.70697C12.5647 7.6123 12.2979 7.5 12 7.5C11.702 7.5 11.4353 7.6123 11.2516 7.70697C11.0507 7.81057 10.8491 7.94668 10.6597 8.08985C10.2796 8.37707 9.87746 8.74693 9.52028 9.09875C9.15968 9.45394 8.82852 9.80702 8.58851 10.07L8.19191 10.5148ZM9.52028 13.2739C9.15968 13.6291 8.82852 13.9821 8.58851 14.2452L8.19192 14.6899C7.98903 14.9255 7.94277 15.2567 8.07343 15.5382C8.20408 15.8197 8.48778 16 8.80001 16L15.2 16C15.5122 16 15.7959 15.8197 15.9266 15.5382C16.0572 15.2567 16.011 14.9254 15.8081 14.6898L15.4115 14.2451C15.1715 13.9821 14.8403 13.629 14.4797 13.2738C14.1225 12.922 13.7204 12.5522 13.3403 12.265C13.1508 12.1218 12.9493 11.9857 12.7483 11.8821C12.5647 11.7874 12.2979 11.6751 12 11.6751C11.702 11.6751 11.4353 11.7874 11.2516 11.8821C11.0507 11.9857 10.8491 12.1218 10.6597 12.265C10.2796 12.5522 9.87746 12.922 9.52028 13.2739Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12ZM8.19191 10.5148C7.90483 10.8481 7.94435 11.3494 8.28019 11.6344C8.61601 11.9194 9.12108 11.88 9.40818 11.5467L9.77434 11.1363C10.0026 10.8862 10.3133 10.5551 10.6473 10.2261C10.9847 9.89379 11.3298 9.57948 11.6288 9.35358C11.7789 9.2402 11.8998 9.1625 11.9891 9.11644L12 9.11091L12.0109 9.11645C12.1002 9.16251 12.2211 9.2402 12.3712 9.35359C12.6701 9.57949 13.0153 9.89379 13.3527 10.2261C13.6867 10.5551 13.9974 10.8862 14.2257 11.1363L14.5919 11.5468C14.879 11.8801 15.384 11.9194 15.7198 11.6344C16.0557 11.3494 16.0952 10.8481 15.8081 10.5147L15.4115 10.07C15.1715 9.807 14.8403 9.45392 14.4797 9.09873C14.1225 8.74692 13.7204 8.37707 13.3403 8.08985C13.1508 7.94668 12.9493 7.81057 12.7483 7.70697C12.5647 7.6123 12.2979 7.5 12 7.5C11.702 7.5 11.4353 7.6123 11.2516 7.70697C11.0507 7.81057 10.8491 7.94668 10.6597 8.08985C10.2796 8.37707 9.87746 8.74693 9.52028 9.09875C9.15968 9.45394 8.82852 9.80702 8.58851 10.07L8.19191 10.5148ZM9.52028 13.2739C9.15968 13.6291 8.82852 13.9821 8.58851 14.2452L8.19192 14.6899C7.98903 14.9255 7.94277 15.2567 8.07343 15.5382C8.20408 15.8197 8.48778 16 8.80001 16L15.2 16C15.5122 16 15.7959 15.8197 15.9266 15.5382C16.0572 15.2567 16.011 14.9254 15.8081 14.6898L15.4115 14.2451C15.1715 13.9821 14.8403 13.629 14.4797 13.2738C14.1225 12.922 13.7204 12.5522 13.3403 12.265C13.1508 12.1218 12.9493 11.9857 12.7483 11.8821C12.5647 11.7874 12.2979 11.6751 12 11.6751C11.702 11.6751 11.4353 11.7874 11.2516 11.8821C11.0507 11.9857 10.8491 12.1218 10.6597 12.265C10.2796 12.5522 9.87746 12.922 9.52028 13.2739Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-up-down-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.77502 15.9751C9.77502 16.4031 9.42804 16.7501 9.00002 16.7501C8.572 16.7501 8.22502 16.4031 8.22502 15.9751V10.25H7.26006C7.12093 10.2514 6.97974 10.2168 6.85306 10.1425C6.50088 9.93595 6.39431 9.50102 6.61487 9.17125L6.81102 8.89539C6.92915 8.73586 7.09665 8.51983 7.29018 8.30082C7.4802 8.08578 7.71323 7.84731 7.96384 7.65649C8.18318 7.48948 8.55343 7.25 8.99996 7.25C9.44648 7.25 9.81673 7.48948 10.0361 7.65649C10.2867 7.84731 10.5197 8.08578 10.7097 8.30082C10.9033 8.51983 11.0708 8.73586 11.1889 8.89539L11.3852 9.17144C11.6057 9.5012 11.499 9.93595 11.1469 10.1425C11.0225 10.2154 10.8842 10.2501 10.7475 10.25H9.77502V15.9751ZM15.775 8.0251C15.775 7.59708 15.428 7.2501 15 7.2501C14.572 7.2501 14.225 7.59708 14.225 8.0251V13.7502H13.2601C13.1209 13.7488 12.9797 13.7834 12.8531 13.8577C12.5009 14.0642 12.3943 14.4992 12.6149 14.8289L12.811 15.1048C12.9292 15.2643 13.0967 15.4804 13.2902 15.6994C13.4802 15.9144 13.7132 16.1529 13.9638 16.3437C14.1832 16.5107 14.5534 16.7502 15 16.7502C15.4465 16.7502 15.8167 16.5107 16.0361 16.3437C16.2867 16.1529 16.5197 15.9144 16.7097 15.6994C16.9033 15.4804 17.0708 15.2643 17.1889 15.1048L17.3852 14.8288C17.6057 14.499 17.499 14.0642 17.1468 13.8577C17.0225 13.7848 16.8842 13.7501 16.7475 13.7502H15.775V8.0251Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.77502 15.9751C9.77502 16.4031 9.42804 16.7501 9.00002 16.7501C8.572 16.7501 8.22502 16.4031 8.22502 15.9751V10.25H7.26006C7.12093 10.2514 6.97974 10.2168 6.85306 10.1425C6.50088 9.93595 6.39431 9.50102 6.61487 9.17125L6.81102 8.89539C6.92915 8.73586 7.09665 8.51983 7.29018 8.30082C7.4802 8.08578 7.71323 7.84731 7.96384 7.65649C8.18318 7.48948 8.55343 7.25 8.99996 7.25C9.44648 7.25 9.81673 7.48948 10.0361 7.65649C10.2867 7.84731 10.5197 8.08578 10.7097 8.30082C10.9033 8.51983 11.0708 8.73586 11.1889 8.89539L11.3852 9.17144C11.6057 9.5012 11.499 9.93595 11.1469 10.1425C11.0225 10.2154 10.8842 10.2501 10.7475 10.25H9.77502V15.9751ZM15.775 8.0251C15.775 7.59708 15.428 7.2501 15 7.2501C14.572 7.2501 14.225 7.59708 14.225 8.0251V13.7502H13.2601C13.1209 13.7488 12.9797 13.7834 12.8531 13.8577C12.5009 14.0642 12.3943 14.4992 12.6149 14.8289L12.811 15.1048C12.9292 15.2643 13.0967 15.4804 13.2902 15.6994C13.4802 15.9144 13.7132 16.1529 13.9638 16.3437C14.1832 16.5107 14.5534 16.7502 15 16.7502C15.4465 16.7502 15.8167 16.5107 16.0361 16.3437C16.2867 16.1529 16.5197 15.9144 16.7097 15.6994C16.9033 15.4804 17.0708 15.2643 17.1889 15.1048L17.3852 14.8288C17.6057 14.499 17.499 14.0642 17.1468 13.8577C17.0225 13.7848 16.8842 13.7501 16.7475 13.7502H15.775V8.0251Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-up-left-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L11.0236 12.4378L10.909 12.5523C10.7037 12.7578 10.4865 12.9751 10.2945 13.126C10.1546 13.2361 9.63816 13.6397 8.99535 13.4213C8.35203 13.2028 8.21219 12.5751 8.17478 12.4053C8.12328 12.1714 8.09524 11.8704 8.06872 11.5857L8.06872 11.5857L8.06416 11.5368C8.02223 11.0883 7.9852 10.5671 8.00593 10.1024C8.01628 9.87025 8.04227 9.6158 8.10425 9.37332C8.16171 9.14853 8.27815 8.81922 8.54869 8.54869C8.81922 8.27815 9.14853 8.16171 9.37332 8.10425C9.6158 8.04226 9.87025 8.01628 10.1024 8.00593C10.5671 7.9852 11.0883 8.02223 11.5368 8.06416L11.5857 8.06872L11.5857 8.06872C11.8704 8.09524 12.1714 8.12328 12.4053 8.17478C12.5751 8.21219 13.2028 8.35203 13.4213 8.99535C13.6397 9.63816 13.2361 10.1546 13.126 10.2945C12.9751 10.4865 12.7577 10.7037 12.5523 10.909L12.4378 11.0236L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L11.0236 12.4378L10.909 12.5523C10.7037 12.7578 10.4865 12.9751 10.2945 13.126C10.1546 13.2361 9.63816 13.6397 8.99535 13.4213C8.35203 13.2028 8.21219 12.5751 8.17478 12.4053C8.12328 12.1714 8.09524 11.8704 8.06872 11.5857L8.06872 11.5857L8.06416 11.5368C8.02223 11.0883 7.9852 10.5671 8.00593 10.1024C8.01628 9.87025 8.04227 9.6158 8.10425 9.37332C8.16171 9.14853 8.27815 8.81922 8.54869 8.54869C8.81922 8.27815 9.14853 8.16171 9.37332 8.10425C9.6158 8.04226 9.87025 8.01628 10.1024 8.00593C10.5671 7.9852 11.0883 8.02223 11.5368 8.06416L11.5857 8.06872L11.5857 8.06872C11.8704 8.09524 12.1714 8.12328 12.4053 8.17478C12.5751 8.21219 13.2028 8.35203 13.4213 8.99535C13.6397 9.63816 13.2361 10.1546 13.126 10.2945C12.9751 10.4865 12.7577 10.7037 12.5523 10.909L12.4378 11.0236L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-up-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8.29289 15.7071C8.68342 16.0976 9.31658 16.0976 9.70711 15.7071L12.9764 12.4378L13.091 12.5523C13.2963 12.7578 13.5135 12.9751 13.7055 13.126C13.8454 13.2361 14.3618 13.6397 15.0046 13.4213C15.648 13.2028 15.7878 12.5751 15.8252 12.4053C15.8767 12.1714 15.9048 11.8704 15.9313 11.5857L15.9313 11.5857L15.9358 11.5368C15.9778 11.0883 16.0148 10.5671 15.9941 10.1024C15.9837 9.87025 15.9577 9.6158 15.8958 9.37332C15.8383 9.14853 15.7218 8.81922 15.4513 8.54869C15.1808 8.27815 14.8515 8.16171 14.6267 8.10425C14.3842 8.04226 14.1298 8.01628 13.8976 8.00593C13.4329 7.9852 12.9117 8.02223 12.4632 8.06416L12.4143 8.06872L12.4143 8.06872C12.1296 8.09524 11.8286 8.12328 11.5947 8.17478C11.4249 8.21219 10.7972 8.35203 10.5787 8.99535C10.3603 9.63816 10.7639 10.1546 10.874 10.2945C11.0249 10.4865 11.2423 10.7037 11.4477 10.909L11.5622 11.0236L8.29289 14.2929C7.90237 14.6834 7.90237 15.3166 8.29289 15.7071Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8.29289 15.7071C8.68342 16.0976 9.31658 16.0976 9.70711 15.7071L12.9764 12.4378L13.091 12.5523C13.2963 12.7578 13.5135 12.9751 13.7055 13.126C13.8454 13.2361 14.3618 13.6397 15.0046 13.4213C15.648 13.2028 15.7878 12.5751 15.8252 12.4053C15.8767 12.1714 15.9048 11.8704 15.9313 11.5857L15.9313 11.5857L15.9358 11.5368C15.9778 11.0883 16.0148 10.5671 15.9941 10.1024C15.9837 9.87025 15.9577 9.6158 15.8958 9.37332C15.8383 9.14853 15.7218 8.81922 15.4513 8.54869C15.1808 8.27815 14.8515 8.16171 14.6267 8.10425C14.3842 8.04226 14.1298 8.01628 13.8976 8.00593C13.4329 7.9852 12.9117 8.02223 12.4632 8.06416L12.4143 8.06872L12.4143 8.06872C12.1296 8.09524 11.8286 8.12328 11.5947 8.17478C11.4249 8.21219 10.7972 8.35203 10.5787 8.99535C10.3603 9.63816 10.7639 10.1546 10.874 10.2945C11.0249 10.4865 11.2423 10.7037 11.4477 10.909L11.5622 11.0236L8.29289 14.2929C7.90237 14.6834 7.90237 15.3166 8.29289 15.7071Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-circle-arrow-vertical-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12ZM14.5018 16.0574C14.8096 15.7803 14.8345 15.3061 14.5574 14.9982C14.4094 14.8338 14.2051 14.7501 14 14.75L13 14.75L13 9.25L14 9.25001C14.2051 9.24994 14.4094 9.16623 14.5574 9.00179C14.8345 8.69394 14.8096 8.21972 14.5018 7.94259C14.4402 7.88714 14.3319 7.76934 14.1585 7.57622L14.1206 7.53399C13.9689 7.36486 13.788 7.16321 13.6014 6.9705C13.4015 6.76412 13.173 6.54469 12.9417 6.37229C12.746 6.22644 12.4033 6 12 6C11.5967 6 11.254 6.22644 11.0583 6.37229C10.827 6.54469 10.5985 6.76412 10.3986 6.9705C10.212 7.16321 10.0311 7.36486 9.87939 7.53398L9.84149 7.57622C9.66813 7.76934 9.55979 7.88714 9.4982 7.94259C9.19035 8.21972 9.16545 8.69394 9.44258 9.00179C9.59052 9.16612 9.79461 9.24983 9.99958 9.25001L11 9.25L11 14.75L9.99958 14.75C9.79461 14.7502 9.59052 14.8339 9.44258 14.9982C9.16545 15.3061 9.19035 15.7803 9.4982 16.0574C9.55979 16.1129 9.66813 16.2307 9.84149 16.4238L9.87937 16.466C10.0311 16.6351 10.212 16.8368 10.3986 17.0295C10.5985 17.2359 10.827 17.4553 11.0583 17.6277C11.254 17.7736 11.5967 18 12 18C12.4033 18 12.746 17.7736 12.9417 17.6277C13.173 17.4553 13.4015 17.2359 13.6014 17.0295C13.788 16.8368 13.9689 16.6352 14.1206 16.466L14.1585 16.4238C14.3319 16.2307 14.4402 16.1129 14.5018 16.0574Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12ZM14.5018 16.0574C14.8096 15.7803 14.8345 15.3061 14.5574 14.9982C14.4094 14.8338 14.2051 14.7501 14 14.75L13 14.75L13 9.25L14 9.25001C14.2051 9.24994 14.4094 9.16623 14.5574 9.00179C14.8345 8.69394 14.8096 8.21972 14.5018 7.94259C14.4402 7.88714 14.3319 7.76934 14.1585 7.57622L14.1206 7.53399C13.9689 7.36486 13.788 7.16321 13.6014 6.9705C13.4015 6.76412 13.173 6.54469 12.9417 6.37229C12.746 6.22644 12.4033 6 12 6C11.5967 6 11.254 6.22644 11.0583 6.37229C10.827 6.54469 10.5985 6.76412 10.3986 6.9705C10.212 7.16321 10.0311 7.36486 9.87939 7.53398L9.84149 7.57622C9.66813 7.76934 9.55979 7.88714 9.4982 7.94259C9.19035 8.21972 9.16545 8.69394 9.44258 9.00179C9.59052 9.16612 9.79461 9.24983 9.99958 9.25001L11 9.25L11 14.75L9.99958 14.75C9.79461 14.7502 9.59052 14.8339 9.44258 14.9982C9.16545 15.3061 9.19035 15.7803 9.4982 16.0574C9.55979 16.1129 9.66813 16.2307 9.84149 16.4238L9.87937 16.466C10.0311 16.6351 10.212 16.8368 10.3986 17.0295C10.5985 17.2359 10.827 17.4553 11.0583 17.6277C11.254 17.7736 11.5967 18 12 18C12.4033 18 12.746 17.7736 12.9417 17.6277C13.173 17.4553 13.4015 17.2359 13.6014 17.0295C13.788 16.8368 13.9689 16.6352 14.1206 16.466L14.1585 16.4238C14.3319 16.2307 14.4402 16.1129 14.5018 16.0574Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-curvy-left-direction-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0404 6C10.6163 6 11.0474 6.45186 11.0474 6.96543V17.0845C11.0474 18.7143 12.3907 20 14.0034 20C15.6162 20 16.9595 18.7143 16.9595 17.0845V15C16.9595 13.3628 18.3206 12 20.044 12H22C22.5523 12 23 11.5523 23 11C23 10.4477 22.5523 10 22 10H20.044C17.2557 10 14.9595 12.219 14.9595 15V17.0845C14.9595 17.5705 14.5513 18 14.0034 18C13.4556 18 13.0474 17.5705 13.0474 17.0845V6.96543C13.0474 5.30804 11.6813 4 10.0404 4C8.39948 4 7.03337 5.30804 7.03337 6.96543V9C7.03337 10.2853 6.19446 11.4015 4.99998 11.8219V11.3399L5.00002 11.323C5.00028 11.2578 5.00086 11.1121 4.98179 10.9812C4.96084 10.8374 4.86817 10.3589 4.3824 10.1136C3.89919 9.86952 3.47957 10.0846 3.35426 10.1575C3.24241 10.2225 3.13171 10.3127 3.0828 10.3526L3.07016 10.3628C2.78004 10.5972 2.32765 10.9755 1.94033 11.3589C1.74896 11.5484 1.54905 11.7629 1.38966 11.9787C1.31002 12.0865 1.22381 12.2169 1.15383 12.3626C1.08991 12.4957 0.999975 12.7217 0.999977 13.0002C0.999979 13.2787 1.08991 13.5047 1.15383 13.6378C1.22381 13.7835 1.31002 13.9139 1.38965 14.0217C1.54904 14.2375 1.74895 14.452 1.94032 14.6415C2.32764 15.0249 2.78001 15.4032 3.07013 15.6376L3.08277 15.6478C3.13169 15.6877 3.24238 15.7779 3.35423 15.843C3.47954 15.9159 3.89915 16.1309 4.38237 15.8869C4.86814 15.6415 4.96082 15.1631 4.98177 15.0193C5.00084 14.8883 5.00027 14.7427 5.00001 14.6775L4.99996 14.6606V13.8927C7.29159 13.4178 9.03337 11.4221 9.03337 9V6.96543C9.03337 6.45186 9.46439 6 10.0404 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0404 6C10.6163 6 11.0474 6.45186 11.0474 6.96543V17.0845C11.0474 18.7143 12.3907 20 14.0034 20C15.6162 20 16.9595 18.7143 16.9595 17.0845V15C16.9595 13.3628 18.3206 12 20.044 12H22C22.5523 12 23 11.5523 23 11C23 10.4477 22.5523 10 22 10H20.044C17.2557 10 14.9595 12.219 14.9595 15V17.0845C14.9595 17.5705 14.5513 18 14.0034 18C13.4556 18 13.0474 17.5705 13.0474 17.0845V6.96543C13.0474 5.30804 11.6813 4 10.0404 4C8.39948 4 7.03337 5.30804 7.03337 6.96543V9C7.03337 10.2853 6.19446 11.4015 4.99998 11.8219V11.3399L5.00002 11.323C5.00028 11.2578 5.00086 11.1121 4.98179 10.9812C4.96084 10.8374 4.86817 10.3589 4.3824 10.1136C3.89919 9.86952 3.47957 10.0846 3.35426 10.1575C3.24241 10.2225 3.13171 10.3127 3.0828 10.3526L3.07016 10.3628C2.78004 10.5972 2.32765 10.9755 1.94033 11.3589C1.74896 11.5484 1.54905 11.7629 1.38966 11.9787C1.31002 12.0865 1.22381 12.2169 1.15383 12.3626C1.08991 12.4957 0.999975 12.7217 0.999977 13.0002C0.999979 13.2787 1.08991 13.5047 1.15383 13.6378C1.22381 13.7835 1.31002 13.9139 1.38965 14.0217C1.54904 14.2375 1.74895 14.452 1.94032 14.6415C2.32764 15.0249 2.78001 15.4032 3.07013 15.6376L3.08277 15.6478C3.13169 15.6877 3.24238 15.7779 3.35423 15.843C3.47954 15.9159 3.89915 16.1309 4.38237 15.8869C4.86814 15.6415 4.96082 15.1631 4.98177 15.0193C5.00084 14.8883 5.00027 14.7427 5.00001 14.6775L4.99996 14.6606V13.8927C7.29159 13.4178 9.03337 11.4221 9.03337 9V6.96543C9.03337 6.45186 9.46439 6 10.0404 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-curvy-left-right-direction-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9597 6C13.3837 6 12.9527 6.45186 12.9527 6.96543V17.0845C12.9527 18.7143 11.6094 20 9.99663 20C8.38389 20 7.04059 18.7143 7.04059 17.0845V15C7.04059 13.7121 6.1983 12.594 4.99999 12.1756L4.99999 12.6604L5.00003 12.6773C5.00029 12.7425 5.00087 12.8881 4.9818 13.0191C4.96085 13.1629 4.86817 13.6413 4.38239 13.8867C3.89918 14.1307 3.47956 13.9156 3.35425 13.8428C3.24241 13.7777 3.13173 13.6875 3.0828 13.6476L3.08279 13.6476L3.07015 13.6374C2.78003 13.403 2.32766 13.0247 1.94035 12.6413C1.74897 12.4518 1.54906 12.2373 1.38968 12.0215C1.31004 11.9137 1.22383 11.7833 1.15385 11.6376C1.08993 11.5045 1 11.2785 1 11C0.999998 10.7215 1.08993 10.4955 1.15385 10.3624C1.22383 10.2167 1.31005 10.0863 1.38968 9.97847C1.54907 9.76266 1.74898 9.54814 1.94036 9.3587C2.32768 8.97529 2.78006 8.59702 3.07018 8.36263L3.08282 8.35236L3.08282 8.35236C3.13174 8.31249 3.24243 8.22229 3.35428 8.15724C3.4796 8.08436 3.89921 7.8693 4.38242 8.11335C4.86819 8.35869 4.96086 8.83714 4.98181 8.98095C5.00088 9.1119 5.00031 9.25755 5.00005 9.32275L5 9.33964L5 10.1059C7.29517 10.578 9.04059 12.5754 9.04059 15V17.0845C9.04059 17.5705 9.44879 18 9.99663 18C10.5445 18 10.9527 17.5705 10.9527 17.0845V6.96543C10.9527 5.30804 12.3188 4 13.9597 4C15.6006 4 16.9667 5.30804 16.9667 6.96543V9C16.9667 10.2853 17.8056 11.4015 19 11.8219L19 11.3396L19 11.3227C18.9997 11.2575 18.9992 11.1119 19.0182 10.981C19.0392 10.8371 19.1318 10.3587 19.6176 10.1133C20.1008 9.8693 20.5204 10.0844 20.6458 10.1572C20.7576 10.2223 20.8683 10.3125 20.9172 10.3524L20.9299 10.3626C21.22 10.597 21.6724 10.9753 22.0597 11.3587C22.2511 11.5481 22.451 11.7627 22.6104 11.9785C22.69 12.0863 22.7762 12.2167 22.8462 12.3624C22.9101 12.4955 23 12.7215 23 13C23 13.2785 22.9101 13.5045 22.8462 13.6376C22.7762 13.7833 22.69 13.9137 22.6104 14.0215C22.451 14.2373 22.2511 14.4518 22.0597 14.6413C21.6724 15.0247 21.22 15.403 20.9299 15.6374L20.9172 15.6476C20.8683 15.6875 20.7576 15.7777 20.6458 15.8428C20.5205 15.9156 20.1009 16.1307 19.6176 15.8867C19.1319 15.6413 19.0392 15.1629 19.0182 15.0191C18.9992 14.8881 18.9997 14.7425 19 14.6773V14.6773L19.0001 14.6604L19 13.8927C16.7084 13.4178 14.9667 11.4221 14.9667 9V6.96543C14.9667 6.45186 14.5357 6 13.9597 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9597 6C13.3837 6 12.9527 6.45186 12.9527 6.96543V17.0845C12.9527 18.7143 11.6094 20 9.99663 20C8.38389 20 7.04059 18.7143 7.04059 17.0845V15C7.04059 13.7121 6.1983 12.594 4.99999 12.1756L4.99999 12.6604L5.00003 12.6773C5.00029 12.7425 5.00087 12.8881 4.9818 13.0191C4.96085 13.1629 4.86817 13.6413 4.38239 13.8867C3.89918 14.1307 3.47956 13.9156 3.35425 13.8428C3.24241 13.7777 3.13173 13.6875 3.0828 13.6476L3.08279 13.6476L3.07015 13.6374C2.78003 13.403 2.32766 13.0247 1.94035 12.6413C1.74897 12.4518 1.54906 12.2373 1.38968 12.0215C1.31004 11.9137 1.22383 11.7833 1.15385 11.6376C1.08993 11.5045 1 11.2785 1 11C0.999998 10.7215 1.08993 10.4955 1.15385 10.3624C1.22383 10.2167 1.31005 10.0863 1.38968 9.97847C1.54907 9.76266 1.74898 9.54814 1.94036 9.3587C2.32768 8.97529 2.78006 8.59702 3.07018 8.36263L3.08282 8.35236L3.08282 8.35236C3.13174 8.31249 3.24243 8.22229 3.35428 8.15724C3.4796 8.08436 3.89921 7.8693 4.38242 8.11335C4.86819 8.35869 4.96086 8.83714 4.98181 8.98095C5.00088 9.1119 5.00031 9.25755 5.00005 9.32275L5 9.33964L5 10.1059C7.29517 10.578 9.04059 12.5754 9.04059 15V17.0845C9.04059 17.5705 9.44879 18 9.99663 18C10.5445 18 10.9527 17.5705 10.9527 17.0845V6.96543C10.9527 5.30804 12.3188 4 13.9597 4C15.6006 4 16.9667 5.30804 16.9667 6.96543V9C16.9667 10.2853 17.8056 11.4015 19 11.8219L19 11.3396L19 11.3227C18.9997 11.2575 18.9992 11.1119 19.0182 10.981C19.0392 10.8371 19.1318 10.3587 19.6176 10.1133C20.1008 9.8693 20.5204 10.0844 20.6458 10.1572C20.7576 10.2223 20.8683 10.3125 20.9172 10.3524L20.9299 10.3626C21.22 10.597 21.6724 10.9753 22.0597 11.3587C22.2511 11.5481 22.451 11.7627 22.6104 11.9785C22.69 12.0863 22.7762 12.2167 22.8462 12.3624C22.9101 12.4955 23 12.7215 23 13C23 13.2785 22.9101 13.5045 22.8462 13.6376C22.7762 13.7833 22.69 13.9137 22.6104 14.0215C22.451 14.2373 22.2511 14.4518 22.0597 14.6413C21.6724 15.0247 21.22 15.403 20.9299 15.6374L20.9172 15.6476C20.8683 15.6875 20.7576 15.7777 20.6458 15.8428C20.5205 15.9156 20.1009 16.1307 19.6176 15.8867C19.1319 15.6413 19.0392 15.1629 19.0182 15.0191C18.9992 14.8881 18.9997 14.7425 19 14.6773V14.6773L19.0001 14.6604L19 13.8927C16.7084 13.4178 14.9667 11.4221 14.9667 9V6.96543C14.9667 6.45186 14.5357 6 13.9597 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-curvy-right-direction-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9596 6C13.3837 6 12.9526 6.45186 12.9526 6.96543V17.0845C12.9526 18.7143 11.6093 20 9.99659 20C8.38385 20 7.04055 18.7143 7.04055 17.0845V15C7.04055 13.3628 5.67936 12 3.95595 12H2C1.44772 12 1 11.5523 1 11C1 10.4477 1.44772 10 2 10H3.95595C6.74426 10 9.04055 12.219 9.04055 15V17.0845C9.04055 17.5705 9.44875 18 9.99659 18C10.5444 18 10.9526 17.5705 10.9526 17.0845V6.96543C10.9526 5.30804 12.3187 4 13.9596 4C15.6005 4 16.9666 5.30804 16.9666 6.96543V9C16.9666 10.2853 17.8055 11.4015 19 11.8219V11.3399L19 11.323C18.9997 11.2578 18.9991 11.1121 19.0182 10.9812C19.0392 10.8374 19.1318 10.3589 19.6176 10.1136C20.1008 9.86952 20.5204 10.0846 20.6457 10.1575C20.7576 10.2225 20.8683 10.3127 20.9172 10.3526L20.9298 10.3628C21.22 10.5972 21.6723 10.9755 22.0597 11.3589C22.251 11.5484 22.451 11.7629 22.6103 11.9787C22.69 12.0865 22.7762 12.2169 22.8462 12.3626C22.9101 12.4957 23 12.7217 23 13.0002C23 13.2787 22.9101 13.5047 22.8462 13.6378C22.7762 13.7835 22.69 13.9139 22.6103 14.0217C22.451 14.2375 22.251 14.452 22.0597 14.6415C21.6724 15.0249 21.22 15.4032 20.9299 15.6376L20.9172 15.6478C20.8683 15.6877 20.7576 15.7779 20.6458 15.843C20.5205 15.9159 20.1008 16.1309 19.6176 15.8869C19.1319 15.6415 19.0392 15.1631 19.0182 15.0193C18.9992 14.8883 18.9997 14.7427 19 14.6775L19 14.6606V13.8927C16.7084 13.4178 14.9666 11.4221 14.9666 9V6.96543C14.9666 6.45186 14.5356 6 13.9596 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9596 6C13.3837 6 12.9526 6.45186 12.9526 6.96543V17.0845C12.9526 18.7143 11.6093 20 9.99659 20C8.38385 20 7.04055 18.7143 7.04055 17.0845V15C7.04055 13.3628 5.67936 12 3.95595 12H2C1.44772 12 1 11.5523 1 11C1 10.4477 1.44772 10 2 10H3.95595C6.74426 10 9.04055 12.219 9.04055 15V17.0845C9.04055 17.5705 9.44875 18 9.99659 18C10.5444 18 10.9526 17.5705 10.9526 17.0845V6.96543C10.9526 5.30804 12.3187 4 13.9596 4C15.6005 4 16.9666 5.30804 16.9666 6.96543V9C16.9666 10.2853 17.8055 11.4015 19 11.8219V11.3399L19 11.323C18.9997 11.2578 18.9991 11.1121 19.0182 10.9812C19.0392 10.8374 19.1318 10.3589 19.6176 10.1136C20.1008 9.86952 20.5204 10.0846 20.6457 10.1575C20.7576 10.2225 20.8683 10.3127 20.9172 10.3526L20.9298 10.3628C21.22 10.5972 21.6723 10.9755 22.0597 11.3589C22.251 11.5484 22.451 11.7629 22.6103 11.9787C22.69 12.0865 22.7762 12.2169 22.8462 12.3626C22.9101 12.4957 23 12.7217 23 13.0002C23 13.2787 22.9101 13.5047 22.8462 13.6378C22.7762 13.7835 22.69 13.9139 22.6103 14.0217C22.451 14.2375 22.251 14.452 22.0597 14.6415C21.6724 15.0249 21.22 15.4032 20.9299 15.6376L20.9172 15.6478C20.8683 15.6877 20.7576 15.7779 20.6458 15.843C20.5205 15.9159 20.1008 16.1309 19.6176 15.8869C19.1319 15.6415 19.0392 15.1631 19.0182 15.0193C18.9992 14.8883 18.9997 14.7427 19 14.6775L19 14.6606V13.8927C16.7084 13.4178 14.9666 11.4221 14.9666 9V6.96543C14.9666 6.45186 14.5356 6 13.9596 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-curvy-up-down-direction-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 10.0403C6 10.6163 6.45186 11.0473 6.96543 11.0473L17.0845 11.0473C18.7143 11.0473 20 12.3906 20 14.0034C20 15.6161 18.7143 16.9594 17.0845 16.9594L15 16.9594C13.7121 16.9594 12.594 17.8017 12.1756 19L12.6604 19L12.6773 19C12.7425 18.9997 12.8881 18.9991 13.0191 19.0182C13.1629 19.0392 13.6413 19.1318 13.8867 19.6176C14.1307 20.1008 13.9156 20.5204 13.8428 20.6457C13.7777 20.7576 13.6875 20.8683 13.6476 20.9172L13.6476 20.9172L13.6374 20.9298C13.403 21.22 13.0247 21.6723 12.6413 22.0597C12.4518 22.251 12.2373 22.4509 12.0215 22.6103C11.9137 22.69 11.7833 22.7762 11.6376 22.8462C11.5045 22.9101 11.2785 23 11 23C10.7215 23 10.4955 22.9101 10.3624 22.8462C10.2167 22.7762 10.0863 22.69 9.97847 22.6103C9.76266 22.4509 9.54814 22.251 9.3587 22.0596C8.97529 21.6723 8.59702 21.2199 8.36263 20.9298L8.35236 20.9172L8.35236 20.9172C8.31249 20.8683 8.22229 20.7576 8.15724 20.6457C8.08436 20.5204 7.8693 20.1008 8.11335 19.6176C8.35868 19.1318 8.83714 19.0391 8.98095 19.0182C9.1119 18.9991 9.25755 18.9997 9.32275 19L9.33964 19L10.1059 19C10.578 16.7048 12.5754 14.9594 15 14.9594L17.0845 14.9594C17.5705 14.9594 18 14.5512 18 14.0034C18 13.4555 17.5705 13.0473 17.0845 13.0473L6.96543 13.0473C5.30804 13.0473 4 11.6812 4 10.0403C4 8.39944 5.30804 7.03333 6.96543 7.03333L9 7.03333C10.2853 7.03333 11.4015 6.19443 11.8219 4.99996L11.3396 4.99996L11.3227 5.00001C11.2575 5.00027 11.1119 5.00084 10.981 4.98177C10.8371 4.96083 10.3587 4.86815 10.1133 4.38238C9.8693 3.89917 10.0844 3.47956 10.1572 3.35424C10.2223 3.24239 10.3125 3.1317 10.3524 3.08278L10.3626 3.07014C10.597 2.78002 10.9753 2.32764 11.3587 1.94032C11.5481 1.74894 11.7627 1.54903 11.9785 1.38964C12.0863 1.31001 12.2167 1.2238 12.3624 1.15381C12.4955 1.08989 12.7215 0.99996 13 0.999961C13.2785 0.999963 13.5045 1.08989 13.6376 1.15381C13.7833 1.2238 13.9137 1.31 14.0215 1.38964C14.2373 1.54902 14.4518 1.74894 14.6413 1.94031C15.0247 2.32762 15.403 2.78 15.6374 3.07012L15.6476 3.08275C15.6875 3.13167 15.7777 3.24236 15.8428 3.35421C15.9156 3.47953 16.1307 3.89914 15.8867 4.38236C15.6413 4.86813 15.1629 4.96081 15.0191 4.98176C14.8881 5.00083 14.7425 5.00025 14.6773 5L14.6773 5L14.6604 4.99995L13.8927 4.99995C13.4178 7.29157 11.4221 9.03333 9 9.03333L6.96543 9.03333C6.45186 9.03333 6 9.46434 6 10.0403Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 10.0403C6 10.6163 6.45186 11.0473 6.96543 11.0473L17.0845 11.0473C18.7143 11.0473 20 12.3906 20 14.0034C20 15.6161 18.7143 16.9594 17.0845 16.9594L15 16.9594C13.7121 16.9594 12.594 17.8017 12.1756 19L12.6604 19L12.6773 19C12.7425 18.9997 12.8881 18.9991 13.0191 19.0182C13.1629 19.0392 13.6413 19.1318 13.8867 19.6176C14.1307 20.1008 13.9156 20.5204 13.8428 20.6457C13.7777 20.7576 13.6875 20.8683 13.6476 20.9172L13.6476 20.9172L13.6374 20.9298C13.403 21.22 13.0247 21.6723 12.6413 22.0597C12.4518 22.251 12.2373 22.4509 12.0215 22.6103C11.9137 22.69 11.7833 22.7762 11.6376 22.8462C11.5045 22.9101 11.2785 23 11 23C10.7215 23 10.4955 22.9101 10.3624 22.8462C10.2167 22.7762 10.0863 22.69 9.97847 22.6103C9.76266 22.4509 9.54814 22.251 9.3587 22.0596C8.97529 21.6723 8.59702 21.2199 8.36263 20.9298L8.35236 20.9172L8.35236 20.9172C8.31249 20.8683 8.22229 20.7576 8.15724 20.6457C8.08436 20.5204 7.8693 20.1008 8.11335 19.6176C8.35868 19.1318 8.83714 19.0391 8.98095 19.0182C9.1119 18.9991 9.25755 18.9997 9.32275 19L9.33964 19L10.1059 19C10.578 16.7048 12.5754 14.9594 15 14.9594L17.0845 14.9594C17.5705 14.9594 18 14.5512 18 14.0034C18 13.4555 17.5705 13.0473 17.0845 13.0473L6.96543 13.0473C5.30804 13.0473 4 11.6812 4 10.0403C4 8.39944 5.30804 7.03333 6.96543 7.03333L9 7.03333C10.2853 7.03333 11.4015 6.19443 11.8219 4.99996L11.3396 4.99996L11.3227 5.00001C11.2575 5.00027 11.1119 5.00084 10.981 4.98177C10.8371 4.96083 10.3587 4.86815 10.1133 4.38238C9.8693 3.89917 10.0844 3.47956 10.1572 3.35424C10.2223 3.24239 10.3125 3.1317 10.3524 3.08278L10.3626 3.07014C10.597 2.78002 10.9753 2.32764 11.3587 1.94032C11.5481 1.74894 11.7627 1.54903 11.9785 1.38964C12.0863 1.31001 12.2167 1.2238 12.3624 1.15381C12.4955 1.08989 12.7215 0.99996 13 0.999961C13.2785 0.999963 13.5045 1.08989 13.6376 1.15381C13.7833 1.2238 13.9137 1.31 14.0215 1.38964C14.2373 1.54902 14.4518 1.74894 14.6413 1.94031C15.0247 2.32762 15.403 2.78 15.6374 3.07012L15.6476 3.08275C15.6875 3.13167 15.7777 3.24236 15.8428 3.35421C15.9156 3.47953 16.1307 3.89914 15.8867 4.38236C15.6413 4.86813 15.1629 4.96081 15.0191 4.98176C14.8881 5.00083 14.7425 5.00025 14.6773 5L14.6773 5L14.6604 4.99995L13.8927 4.99995C13.4178 7.29157 11.4221 9.03333 9 9.03333L6.96543 9.03333C6.45186 9.03333 6 9.46434 6 10.0403Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-diagonal-scroll-point-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.2603 3.25315C19.5413 3.33222 19.9323 3.47456 20.2289 3.77116C20.5255 4.06776 20.6678 4.45875 20.7469 4.73975C20.8347 5.05189 20.8901 5.40252 20.9266 5.75018C20.9999 6.44828 21.0086 7.25407 20.9941 7.96858L20.9928 8.03305V8.03306C20.9848 8.43659 20.9765 8.85181 20.9187 9.17771C20.8573 9.52399 20.6767 10.1334 20.0172 10.3987C19.3503 10.6671 18.7925 10.34 18.513 10.1348C18.2434 9.93688 17.9455 9.6387 17.6526 9.34563L17.607 9.30002L14.7 6.39299L14.6544 6.34739C14.3613 6.05451 14.0631 5.75653 13.8652 5.48693C13.66 5.20742 13.3329 4.64966 13.6013 3.98274C13.8667 3.32322 14.476 3.14271 14.8223 3.08128C15.1482 3.02347 15.5634 3.0152 15.967 3.00716L16.0315 3.00587C16.746 2.99138 17.5518 3.00012 18.2499 3.07341C18.5975 3.10991 18.9481 3.1653 19.2603 3.25315Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.73973 20.7469C4.45873 20.6678 4.06775 20.5254 3.77115 20.2288C3.47454 19.9322 3.3322 19.5412 3.25312 19.2602C3.16528 18.9481 3.10989 18.5975 3.0734 18.2498C3.00012 17.5517 2.99138 16.7459 3.00588 16.0314L3.00718 15.967V15.9669C3.01522 15.5634 3.0235 15.1482 3.08132 14.8223C3.14275 14.476 3.32327 13.8666 3.98279 13.6013C4.64971 13.3329 5.20746 13.66 5.48697 13.8652C5.75657 14.0631 6.05454 14.3613 6.34742 14.6544L6.39301 14.7L9.30002 17.607L9.34564 17.6526C9.63871 17.9455 9.93689 18.2435 10.1348 18.5131C10.34 18.7926 10.6671 19.3503 10.3987 20.0173C10.1333 20.6768 9.52397 20.8573 9.17768 20.9187C8.85178 20.9765 8.43656 20.9848 8.03302 20.9928L7.96854 20.9941C7.25403 21.0086 6.44824 20.9999 5.75015 20.9266C5.40249 20.8901 5.05186 20.8347 4.73973 20.7469Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.2603 3.25315C19.5413 3.33222 19.9323 3.47456 20.2289 3.77116C20.5255 4.06776 20.6678 4.45875 20.7469 4.73975C20.8347 5.05189 20.8901 5.40252 20.9266 5.75018C20.9999 6.44828 21.0086 7.25407 20.9941 7.96858L20.9928 8.03305V8.03306C20.9848 8.43659 20.9765 8.85181 20.9187 9.17771C20.8573 9.52399 20.6767 10.1334 20.0172 10.3987C19.3503 10.6671 18.7925 10.34 18.513 10.1348C18.2434 9.93688 17.9455 9.6387 17.6526 9.34563L17.607 9.30002L14.7 6.39299L14.6544 6.34739C14.3613 6.05451 14.0631 5.75653 13.8652 5.48693C13.66 5.20742 13.3329 4.64966 13.6013 3.98274C13.8667 3.32322 14.476 3.14271 14.8223 3.08128C15.1482 3.02347 15.5634 3.0152 15.967 3.00716L16.0315 3.00587C16.746 2.99138 17.5518 3.00012 18.2499 3.07341C18.5975 3.10991 18.9481 3.1653 19.2603 3.25315Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.73973 20.7469C4.45873 20.6678 4.06775 20.5254 3.77115 20.2288C3.47454 19.9322 3.3322 19.5412 3.25312 19.2602C3.16528 18.9481 3.10989 18.5975 3.0734 18.2498C3.00012 17.5517 2.99138 16.7459 3.00588 16.0314L3.00718 15.967V15.9669C3.01522 15.5634 3.0235 15.1482 3.08132 14.8223C3.14275 14.476 3.32327 13.8666 3.98279 13.6013C4.64971 13.3329 5.20746 13.66 5.48697 13.8652C5.75657 14.0631 6.05454 14.3613 6.34742 14.6544L6.39301 14.7L9.30002 17.607L9.34564 17.6526C9.63871 17.9455 9.93689 18.2435 10.1348 18.5131C10.34 18.7926 10.6671 19.3503 10.3987 20.0173C10.1333 20.6768 9.52397 20.8573 9.17768 20.9187C8.85178 20.9765 8.43656 20.9848 8.03302 20.9928L7.96854 20.9941C7.25403 21.0086 6.44824 20.9999 5.75015 20.9266C5.40249 20.8901 5.05186 20.8347 4.73973 20.7469Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-diagonal-scroll-point-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7469 19.2603C20.6678 19.5413 20.5254 19.9323 20.2288 20.2289C19.9322 20.5255 19.5412 20.6678 19.2602 20.7469C18.9481 20.8347 18.5975 20.8901 18.2498 20.9266C17.5517 20.9999 16.7459 21.0086 16.0314 20.9941L15.967 20.9928L15.9669 20.9928C15.5634 20.9848 15.1482 20.9765 14.8223 20.9187C14.476 20.8572 13.8666 20.6767 13.6013 20.0172C13.3329 19.3503 13.66 18.7925 13.8652 18.513C14.0631 18.2434 14.3613 17.9455 14.6544 17.6526L14.7 17.607L17.607 14.7L17.6526 14.6544C17.9455 14.3613 18.2435 14.0631 18.5131 13.8652C18.7926 13.66 19.3503 13.3329 20.0173 13.6013C20.6768 13.8667 20.8573 14.476 20.9187 14.8223C20.9765 15.1482 20.9848 15.5634 20.9928 15.967L20.9941 16.0315C21.0086 16.746 20.9999 17.5518 20.9266 18.2499C20.8901 18.5975 20.8347 18.9481 20.7469 19.2603Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.25315 4.73973C3.33222 4.45873 3.47456 4.06775 3.77116 3.77115C4.06776 3.47454 4.45875 3.3322 4.73975 3.25312C5.05189 3.16528 5.40252 3.10989 5.75018 3.0734C6.44828 3.00012 7.25407 2.99138 7.96858 3.00588L8.03305 3.00718L8.03306 3.00718C8.43659 3.01522 8.85181 3.0235 9.17771 3.08132C9.52399 3.14275 10.1334 3.32327 10.3987 3.98279C10.6671 4.64971 10.34 5.20746 10.1348 5.48697C9.93688 5.75657 9.6387 6.05455 9.34563 6.34742L9.30002 6.39301L6.39299 9.30002L6.34739 9.34564C6.05451 9.63871 5.75653 9.93689 5.48693 10.1348C5.20742 10.34 4.64966 10.6671 3.98274 10.3987C3.32322 10.1333 3.14271 9.52397 3.08128 9.17768C3.02347 8.85178 3.0152 8.43656 3.00716 8.03302L3.00587 7.96854C2.99138 7.25403 3.00012 6.44824 3.07341 5.75015C3.10991 5.40249 3.1653 5.05186 3.25315 4.73973Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7469 19.2603C20.6678 19.5413 20.5254 19.9323 20.2288 20.2289C19.9322 20.5255 19.5412 20.6678 19.2602 20.7469C18.9481 20.8347 18.5975 20.8901 18.2498 20.9266C17.5517 20.9999 16.7459 21.0086 16.0314 20.9941L15.967 20.9928L15.9669 20.9928C15.5634 20.9848 15.1482 20.9765 14.8223 20.9187C14.476 20.8572 13.8666 20.6767 13.6013 20.0172C13.3329 19.3503 13.66 18.7925 13.8652 18.513C14.0631 18.2434 14.3613 17.9455 14.6544 17.6526L14.7 17.607L17.607 14.7L17.6526 14.6544C17.9455 14.3613 18.2435 14.0631 18.5131 13.8652C18.7926 13.66 19.3503 13.3329 20.0173 13.6013C20.6768 13.8667 20.8573 14.476 20.9187 14.8223C20.9765 15.1482 20.9848 15.5634 20.9928 15.967L20.9941 16.0315C21.0086 16.746 20.9999 17.5518 20.9266 18.2499C20.8901 18.5975 20.8347 18.9481 20.7469 19.2603Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.25315 4.73973C3.33222 4.45873 3.47456 4.06775 3.77116 3.77115C4.06776 3.47454 4.45875 3.3322 4.73975 3.25312C5.05189 3.16528 5.40252 3.10989 5.75018 3.0734C6.44828 3.00012 7.25407 2.99138 7.96858 3.00588L8.03305 3.00718L8.03306 3.00718C8.43659 3.01522 8.85181 3.0235 9.17771 3.08132C9.52399 3.14275 10.1334 3.32327 10.3987 3.98279C10.6671 4.64971 10.34 5.20746 10.1348 5.48697C9.93688 5.75657 9.6387 6.05455 9.34563 6.34742L9.30002 6.39301L6.39299 9.30002L6.34739 9.34564C6.05451 9.63871 5.75653 9.93689 5.48693 10.1348C5.20742 10.34 4.64966 10.6671 3.98274 10.3987C3.32322 10.1333 3.14271 9.52397 3.08128 9.17768C3.02347 8.85178 3.0152 8.43656 3.00716 8.03302L3.00587 7.96854C2.99138 7.25403 3.00012 6.44824 3.07341 5.75015C3.10991 5.40249 3.1653 5.05186 3.25315 4.73973Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-horizonal-scroll-point-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M23.1683 10.9825C23.317 11.229 23.5 11.594 23.5 12C23.5 12.406 23.317 12.7711 23.1683 13.0175C23.0032 13.2913 22.7859 13.5692 22.5568 13.8321C22.0969 14.36 21.5101 14.9175 20.9735 15.3966L20.9251 15.4399C20.6221 15.7106 20.3104 15.9891 20.0279 16.1726C19.7278 16.3675 19.1463 16.661 18.4655 16.3913C17.777 16.1185 17.6072 15.5129 17.5525 15.1811C17.4997 14.8611 17.4999 14.4531 17.5 14.0521L17.5 9.94792C17.4999 9.54688 17.4997 9.13885 17.5525 8.81885C17.6072 8.48708 17.777 7.88151 18.4655 7.60872C19.1464 7.33896 19.7278 7.63248 20.0279 7.82745C20.3104 8.01094 20.6221 8.28947 20.9251 8.56016L20.9735 8.60341C21.5102 9.08252 22.0969 9.64002 22.5568 10.168C22.7859 10.4309 23.0032 10.7088 23.1683 10.9825Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M0.831676 13.0175C0.68304 12.771 0.500003 12.406 0.5 12C0.499997 11.594 0.683038 11.2289 0.831677 10.9825C0.996789 10.7087 1.21412 10.4308 1.44318 10.1679C1.90312 9.63997 2.48986 9.08247 3.02651 8.60337L3.07491 8.56013C3.37788 8.28945 3.68964 8.01092 3.9721 7.82744C4.27224 7.63247 4.85369 7.33896 5.53453 7.60873C6.22301 7.88152 6.39284 8.48709 6.44753 8.81885C6.50028 9.13886 6.50013 9.54688 6.49999 9.94793L6.49997 14.0521C6.50011 14.4531 6.50026 14.8611 6.4475 15.1812C6.39282 15.5129 6.22298 16.1185 5.53449 16.3913C4.85364 16.661 4.27219 16.3675 3.97206 16.1725C3.6896 15.9891 3.37785 15.7105 3.07488 15.4398L3.02647 15.3966C2.48983 14.9175 1.9031 14.36 1.44316 13.832C1.21411 13.5691 0.996785 13.2912 0.831676 13.0175Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M23.1683 10.9825C23.317 11.229 23.5 11.594 23.5 12C23.5 12.406 23.317 12.7711 23.1683 13.0175C23.0032 13.2913 22.7859 13.5692 22.5568 13.8321C22.0969 14.36 21.5101 14.9175 20.9735 15.3966L20.9251 15.4399C20.6221 15.7106 20.3104 15.9891 20.0279 16.1726C19.7278 16.3675 19.1463 16.661 18.4655 16.3913C17.777 16.1185 17.6072 15.5129 17.5525 15.1811C17.4997 14.8611 17.4999 14.4531 17.5 14.0521L17.5 9.94792C17.4999 9.54688 17.4997 9.13885 17.5525 8.81885C17.6072 8.48708 17.777 7.88151 18.4655 7.60872C19.1464 7.33896 19.7278 7.63248 20.0279 7.82745C20.3104 8.01094 20.6221 8.28947 20.9251 8.56016L20.9735 8.60341C21.5102 9.08252 22.0969 9.64002 22.5568 10.168C22.7859 10.4309 23.0032 10.7088 23.1683 10.9825Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M0.831676 13.0175C0.68304 12.771 0.500003 12.406 0.5 12C0.499997 11.594 0.683038 11.2289 0.831677 10.9825C0.996789 10.7087 1.21412 10.4308 1.44318 10.1679C1.90312 9.63997 2.48986 9.08247 3.02651 8.60337L3.07491 8.56013C3.37788 8.28945 3.68964 8.01092 3.9721 7.82744C4.27224 7.63247 4.85369 7.33896 5.53453 7.60873C6.22301 7.88152 6.39284 8.48709 6.44753 8.81885C6.50028 9.13886 6.50013 9.54688 6.49999 9.94793L6.49997 14.0521C6.50011 14.4531 6.50026 14.8611 6.4475 15.1812C6.39282 15.5129 6.22298 16.1185 5.53449 16.3913C4.85364 16.661 4.27219 16.3675 3.97206 16.1725C3.6896 15.9891 3.37785 15.7105 3.07488 15.4398L3.02647 15.3966C2.48983 14.9175 1.9031 14.36 1.44316 13.832C1.21411 13.5691 0.996785 13.2912 0.831676 13.0175Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-data-transfer-diagonal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM14.2996 6.87201C14.0067 6.57912 13.5318 6.57912 13.2389 6.87201L9.11343 10.9975L8.22951 10.1136C8.12342 10.0073 7.98448 9.93183 7.8252 9.90468C7.41687 9.83508 7.02944 10.1097 6.95984 10.518L6.5702 12.8039C6.5341 13.015 6.49448 13.2468 6.48906 13.4291C6.48626 13.5232 6.48738 13.6961 6.55801 13.8758C6.64772 14.1041 6.84164 14.3167 7.13781 14.3944C7.39822 14.4627 7.6212 14.396 7.75729 14.334C7.88909 14.274 7.99888 14.1919 8.07769 14.1275C8.2271 14.0053 8.4036 13.8287 8.5871 13.6452L8.58717 13.6451L8.58718 13.6451L14.2996 7.93267C14.5925 7.63978 14.5925 7.16491 14.2996 6.87201ZM16.1778 14.0924C16.5861 14.162 16.9736 13.8874 17.0432 13.4791L17.4328 11.1932C17.4689 10.9821 17.5085 10.7503 17.514 10.568C17.5168 10.4739 17.5156 10.301 17.445 10.1213C17.3553 9.89296 17.1614 9.68037 16.8652 9.60269C16.6048 9.53439 16.3818 9.60108 16.2457 9.66304C16.1139 9.72305 16.0041 9.80514 15.9253 9.8696C15.7759 9.9918 15.5994 10.1684 15.4159 10.3519L9.70341 16.0644C9.41052 16.3573 9.41052 16.8322 9.70341 17.1251C9.9963 17.418 10.4712 17.418 10.7641 17.1251L14.8896 12.9996L15.7734 13.8834C15.8795 13.9897 16.0185 14.0652 16.1778 14.0924Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM14.2996 6.87201C14.0067 6.57912 13.5318 6.57912 13.2389 6.87201L9.11343 10.9975L8.22951 10.1136C8.12342 10.0073 7.98448 9.93183 7.8252 9.90468C7.41687 9.83508 7.02944 10.1097 6.95984 10.518L6.5702 12.8039C6.5341 13.015 6.49448 13.2468 6.48906 13.4291C6.48626 13.5232 6.48738 13.6961 6.55801 13.8758C6.64772 14.1041 6.84164 14.3167 7.13781 14.3944C7.39822 14.4627 7.6212 14.396 7.75729 14.334C7.88909 14.274 7.99888 14.1919 8.07769 14.1275C8.2271 14.0053 8.4036 13.8287 8.5871 13.6452L8.58717 13.6451L8.58718 13.6451L14.2996 7.93267C14.5925 7.63978 14.5925 7.16491 14.2996 6.87201ZM16.1778 14.0924C16.5861 14.162 16.9736 13.8874 17.0432 13.4791L17.4328 11.1932C17.4689 10.9821 17.5085 10.7503 17.514 10.568C17.5168 10.4739 17.5156 10.301 17.445 10.1213C17.3553 9.89296 17.1614 9.68037 16.8652 9.60269C16.6048 9.53439 16.3818 9.60108 16.2457 9.66304C16.1139 9.72305 16.0041 9.80514 15.9253 9.8696C15.7759 9.9918 15.5994 10.1684 15.4159 10.3519L9.70341 16.0644C9.41052 16.3573 9.41052 16.8322 9.70341 17.1251C9.9963 17.418 10.4712 17.418 10.7641 17.1251L14.8896 12.9996L15.7734 13.8834C15.8795 13.9897 16.0185 14.0652 16.1778 14.0924Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-data-transfer-horizontal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM17.25 10.0001C17.25 9.58585 16.9142 9.25006 16.5 9.25006H10.6656V8C10.6658 7.84985 10.6209 7.69821 10.5275 7.56638C10.288 7.22844 9.81985 7.14865 9.48191 7.38816L7.59004 8.729C7.41519 8.85279 7.22331 8.98864 7.09056 9.11372C7.02202 9.1783 6.90055 9.30136 6.82342 9.47837C6.72544 9.70323 6.71223 9.99068 6.86673 10.255C7.00256 10.4875 7.2074 10.598 7.34744 10.6504C7.48307 10.7012 7.61875 10.7207 7.72005 10.7309C7.91212 10.7501 8.16181 10.7501 8.42138 10.7501H8.4214L16.5 10.7501C16.9142 10.7501 17.25 10.4143 17.25 10.0001ZM13.4725 16.4337C13.712 16.7717 14.1802 16.8515 14.5181 16.612L16.4099 15.2711C16.5848 15.1473 16.7767 15.0115 16.9094 14.8864C16.978 14.8218 17.0994 14.6988 17.1766 14.5218C17.2746 14.2969 17.2878 14.0094 17.1333 13.7451C16.9974 13.5127 16.7926 13.4021 16.6526 13.3497C16.5169 13.299 16.3813 13.2794 16.2799 13.2692C16.0879 13.25 15.8382 13.25 15.5786 13.2501H15.5786L7.5 13.2501C7.08579 13.2501 6.75 13.5858 6.75 14.0001C6.75 14.4143 7.08579 14.7501 7.5 14.7501H13.3344V16C13.3342 16.1502 13.3791 16.3019 13.4725 16.4337Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM17.25 10.0001C17.25 9.58585 16.9142 9.25006 16.5 9.25006H10.6656V8C10.6658 7.84985 10.6209 7.69821 10.5275 7.56638C10.288 7.22844 9.81985 7.14865 9.48191 7.38816L7.59004 8.729C7.41519 8.85279 7.22331 8.98864 7.09056 9.11372C7.02202 9.1783 6.90055 9.30136 6.82342 9.47837C6.72544 9.70323 6.71223 9.99068 6.86673 10.255C7.00256 10.4875 7.2074 10.598 7.34744 10.6504C7.48307 10.7012 7.61875 10.7207 7.72005 10.7309C7.91212 10.7501 8.16181 10.7501 8.42138 10.7501H8.4214L16.5 10.7501C16.9142 10.7501 17.25 10.4143 17.25 10.0001ZM13.4725 16.4337C13.712 16.7717 14.1802 16.8515 14.5181 16.612L16.4099 15.2711C16.5848 15.1473 16.7767 15.0115 16.9094 14.8864C16.978 14.8218 17.0994 14.6988 17.1766 14.5218C17.2746 14.2969 17.2878 14.0094 17.1333 13.7451C16.9974 13.5127 16.7926 13.4021 16.6526 13.3497C16.5169 13.299 16.3813 13.2794 16.2799 13.2692C16.0879 13.25 15.8382 13.25 15.5786 13.2501H15.5786L7.5 13.2501C7.08579 13.2501 6.75 13.5858 6.75 14.0001C6.75 14.4143 7.08579 14.7501 7.5 14.7501H13.3344V16C13.3342 16.1502 13.3791 16.3019 13.4725 16.4337Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-data-transfer-vertical-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7.56632 13.4725C7.22838 13.712 7.14858 14.1802 7.3881 14.5181L8.72892 16.4099C8.85272 16.5848 8.98858 16.7767 9.11366 16.9094C9.17824 16.978 9.3013 17.0994 9.47831 17.1766C9.70317 17.2746 9.99062 17.2878 10.255 17.1333C10.4874 16.9974 10.5979 16.7926 10.6503 16.6526C10.7011 16.5169 10.7207 16.3813 10.7308 16.2799C10.7501 16.0879 10.75 15.8382 10.75 15.5786V15.5786L10.75 7.5C10.75 7.08579 10.4142 6.75 10 6.75C9.58579 6.75 9.25 7.08579 9.25 7.5L9.25 13.3344H8.00006C7.84987 13.3342 7.69818 13.3791 7.56632 13.4725ZM14 17.25C14.4142 17.25 14.75 16.9142 14.75 16.5V10.6656H16.0001C16.1502 10.6658 16.3019 10.6209 16.4337 10.5275C16.7716 10.288 16.8514 9.81985 16.6119 9.48191L15.2711 7.59004L15.2711 7.59002L15.271 7.58999L15.271 7.58997C15.1472 7.41514 15.0114 7.22329 14.8863 7.09056C14.8218 7.02202 14.6987 6.90055 14.5217 6.82342C14.2968 6.72544 14.0094 6.71223 13.745 6.86673C13.5126 7.00256 13.4021 7.2074 13.3497 7.34744C13.2989 7.48307 13.2793 7.61875 13.2692 7.72005C13.2499 7.91212 13.25 8.16181 13.25 8.42138V8.4214L13.25 16.5C13.25 16.9142 13.5858 17.25 14 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7.56632 13.4725C7.22838 13.712 7.14858 14.1802 7.3881 14.5181L8.72892 16.4099C8.85272 16.5848 8.98858 16.7767 9.11366 16.9094C9.17824 16.978 9.3013 17.0994 9.47831 17.1766C9.70317 17.2746 9.99062 17.2878 10.255 17.1333C10.4874 16.9974 10.5979 16.7926 10.6503 16.6526C10.7011 16.5169 10.7207 16.3813 10.7308 16.2799C10.7501 16.0879 10.75 15.8382 10.75 15.5786V15.5786L10.75 7.5C10.75 7.08579 10.4142 6.75 10 6.75C9.58579 6.75 9.25 7.08579 9.25 7.5L9.25 13.3344H8.00006C7.84987 13.3342 7.69818 13.3791 7.56632 13.4725ZM14 17.25C14.4142 17.25 14.75 16.9142 14.75 16.5V10.6656H16.0001C16.1502 10.6658 16.3019 10.6209 16.4337 10.5275C16.7716 10.288 16.8514 9.81985 16.6119 9.48191L15.2711 7.59004L15.2711 7.59002L15.271 7.58999L15.271 7.58997C15.1472 7.41514 15.0114 7.22329 14.8863 7.09056C14.8218 7.02202 14.6987 6.90055 14.5217 6.82342C14.2968 6.72544 14.0094 6.71223 13.745 6.86673C13.5126 7.00256 13.4021 7.2074 13.3497 7.34744C13.2989 7.48307 13.2793 7.61875 13.2692 7.72005C13.2499 7.91212 13.25 8.16181 13.25 8.42138V8.4214L13.25 16.5C13.25 16.9142 13.5858 17.25 14 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-diagonal-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13.4541 7.00899C13.0405 6.98728 12.6876 7.30499 12.6658 7.71864C12.6542 7.93959 12.7395 8.14321 12.8845 8.28829L13.5916 8.99539L8.99539 13.5916L8.28829 12.8845C8.14321 12.7395 7.93959 12.6542 7.71864 12.6658C7.30499 12.6876 6.98728 13.0405 7.00899 13.4541C7.01334 13.5369 7.00665 13.6968 6.99267 13.9559L6.9896 14.0126C6.97729 14.2395 6.96262 14.51 6.95831 14.7782C6.9537 15.0655 6.9601 15.3822 7.00178 15.6677C7.03703 15.9092 7.11925 16.3116 7.40441 16.5968C7.68957 16.882 8.09203 16.9642 8.33353 16.9994C8.61902 17.0411 8.93575 17.0475 9.22301 17.0429C9.4912 17.0386 9.76168 17.0239 9.98853 17.0116L9.9886 17.0116L10.0453 17.0085C10.3044 16.9946 10.4643 16.9879 10.5471 16.9922C10.9607 17.0139 11.3136 16.6962 11.3354 16.2826C11.347 16.0618 11.2618 15.8583 11.117 15.7132L10.4096 15.0058L15.0058 10.4096L15.7132 11.117C15.8583 11.2618 16.0618 11.347 16.2826 11.3354C16.6962 11.3136 17.0139 10.9607 16.9922 10.5471C16.9879 10.4643 16.9946 10.3044 17.0085 10.0453L17.0116 9.98862C17.0239 9.76175 17.0386 9.49123 17.0429 9.22301C17.0475 8.93575 17.0411 8.61902 16.9994 8.33353C16.9642 8.09203 16.882 7.68957 16.5968 7.40441C16.3116 7.11925 15.9092 7.03703 15.6677 7.00178C15.3822 6.9601 15.0655 6.9537 14.7782 6.95831C14.51 6.96262 14.2395 6.97729 14.0126 6.9896L13.9559 6.99267C13.6968 7.00665 13.5369 7.01334 13.4541 7.00899Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13.4541 7.00899C13.0405 6.98728 12.6876 7.30499 12.6658 7.71864C12.6542 7.93959 12.7395 8.14321 12.8845 8.28829L13.5916 8.99539L8.99539 13.5916L8.28829 12.8845C8.14321 12.7395 7.93959 12.6542 7.71864 12.6658C7.30499 12.6876 6.98728 13.0405 7.00899 13.4541C7.01334 13.5369 7.00665 13.6968 6.99267 13.9559L6.9896 14.0126C6.97729 14.2395 6.96262 14.51 6.95831 14.7782C6.9537 15.0655 6.9601 15.3822 7.00178 15.6677C7.03703 15.9092 7.11925 16.3116 7.40441 16.5968C7.68957 16.882 8.09203 16.9642 8.33353 16.9994C8.61902 17.0411 8.93575 17.0475 9.22301 17.0429C9.4912 17.0386 9.76168 17.0239 9.98853 17.0116L9.9886 17.0116L10.0453 17.0085C10.3044 16.9946 10.4643 16.9879 10.5471 16.9922C10.9607 17.0139 11.3136 16.6962 11.3354 16.2826C11.347 16.0618 11.2618 15.8583 11.117 15.7132L10.4096 15.0058L15.0058 10.4096L15.7132 11.117C15.8583 11.2618 16.0618 11.347 16.2826 11.3354C16.6962 11.3136 17.0139 10.9607 16.9922 10.5471C16.9879 10.4643 16.9946 10.3044 17.0085 10.0453L17.0116 9.98862C17.0239 9.76175 17.0386 9.49123 17.0429 9.22301C17.0475 8.93575 17.0411 8.61902 16.9994 8.33353C16.9642 8.09203 16.882 7.68957 16.5968 7.40441C16.3116 7.11925 15.9092 7.03703 15.6677 7.00178C15.3822 6.9601 15.0655 6.9537 14.7782 6.95831C14.51 6.96262 14.2395 6.97729 14.0126 6.9896L13.9559 6.99267C13.6968 7.00665 13.5369 7.01334 13.4541 7.00899Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-diagonal-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM10.5459 7.00899C10.9595 6.98728 11.3124 7.30499 11.3342 7.71864C11.3458 7.93959 11.2605 8.14321 11.1155 8.28829L10.4084 8.99539L15.0046 13.5916L15.7117 12.8845C15.8568 12.7395 16.0604 12.6542 16.2814 12.6658C16.695 12.6876 17.0127 13.0405 16.991 13.4541C16.9867 13.5369 16.9934 13.6968 17.0073 13.9559L17.0104 14.0126C17.0227 14.2395 17.0374 14.51 17.0417 14.7782C17.0463 15.0655 17.0399 15.3822 16.9982 15.6677C16.963 15.9092 16.8808 16.3116 16.5956 16.5968C16.3104 16.882 15.908 16.9642 15.6665 16.9994C15.381 17.0411 15.0643 17.0475 14.777 17.0429C14.5088 17.0386 14.2383 17.0239 14.0115 17.0116L14.0114 17.0116L13.9547 17.0085C13.6956 16.9946 13.5357 16.9879 13.4529 16.9922C13.0393 17.0139 12.6864 16.6962 12.6646 16.2826C12.653 16.0618 12.7382 15.8583 12.883 15.7132L13.5904 15.0058L8.9942 10.4096L8.2868 11.117C8.14174 11.2618 7.93823 11.347 7.71743 11.3354C7.30379 11.3136 6.98607 10.9607 7.00779 10.5471C7.01213 10.4643 7.00544 10.3044 6.99147 10.0453L6.9884 9.98862C6.97609 9.76175 6.96141 9.49123 6.9571 9.22301C6.95249 8.93575 6.9589 8.61902 7.00057 8.33353C7.03582 8.09203 7.11804 7.68957 7.4032 7.40441C7.68837 7.11925 8.09082 7.03703 8.33233 7.00178C8.61781 6.9601 8.93454 6.9537 9.2218 6.95831C9.49 6.96262 9.76049 6.97729 9.98735 6.9896L10.0441 6.99267C10.3032 7.00665 10.4631 7.01334 10.5459 7.00899Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM10.5459 7.00899C10.9595 6.98728 11.3124 7.30499 11.3342 7.71864C11.3458 7.93959 11.2605 8.14321 11.1155 8.28829L10.4084 8.99539L15.0046 13.5916L15.7117 12.8845C15.8568 12.7395 16.0604 12.6542 16.2814 12.6658C16.695 12.6876 17.0127 13.0405 16.991 13.4541C16.9867 13.5369 16.9934 13.6968 17.0073 13.9559L17.0104 14.0126C17.0227 14.2395 17.0374 14.51 17.0417 14.7782C17.0463 15.0655 17.0399 15.3822 16.9982 15.6677C16.963 15.9092 16.8808 16.3116 16.5956 16.5968C16.3104 16.882 15.908 16.9642 15.6665 16.9994C15.381 17.0411 15.0643 17.0475 14.777 17.0429C14.5088 17.0386 14.2383 17.0239 14.0115 17.0116L14.0114 17.0116L13.9547 17.0085C13.6956 16.9946 13.5357 16.9879 13.4529 16.9922C13.0393 17.0139 12.6864 16.6962 12.6646 16.2826C12.653 16.0618 12.7382 15.8583 12.883 15.7132L13.5904 15.0058L8.9942 10.4096L8.2868 11.117C8.14174 11.2618 7.93823 11.347 7.71743 11.3354C7.30379 11.3136 6.98607 10.9607 7.00779 10.5471C7.01213 10.4643 7.00544 10.3044 6.99147 10.0453L6.9884 9.98862C6.97609 9.76175 6.96141 9.49123 6.9571 9.22301C6.95249 8.93575 6.9589 8.61902 7.00057 8.33353C7.03582 8.09203 7.11804 7.68957 7.4032 7.40441C7.68837 7.11925 8.09082 7.03703 8.33233 7.00178C8.61781 6.9601 8.93454 6.9537 9.2218 6.95831C9.49 6.96262 9.76049 6.97729 9.98735 6.9896L10.0441 6.99267C10.3032 7.00665 10.4631 7.01334 10.5459 7.00899Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-down-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM12.0626 12.4598C12.0373 12.4712 12.0166 12.4798 12.0001 12.4861C11.9836 12.4798 11.9628 12.4712 11.9375 12.4598C11.8223 12.4077 11.6697 12.3215 11.4827 12.1976C11.1095 11.9503 10.6791 11.6065 10.2584 11.2432C9.8419 10.8834 9.45435 10.5212 9.16969 10.2477L8.71355 9.79932C8.32658 9.40536 7.69337 9.3995 7.29935 9.78643C6.90529 10.1734 6.89954 10.8065 7.2865 11.2006L7.78386 11.6897C8.08451 11.9786 8.49932 12.3665 8.95105 12.7567C9.39864 13.1433 9.90231 13.5496 10.3779 13.8647C10.6154 14.0221 10.8659 14.1702 11.1135 14.2822C11.3436 14.3862 11.6584 14.4999 12.0001 14.4999C12.3417 14.4999 12.6565 14.3862 12.8866 14.2822C13.1342 14.1702 13.3848 14.0221 13.6222 13.8647C14.0978 13.5496 14.6015 13.1433 15.0491 12.7567C15.5008 12.3665 15.9156 11.9786 16.2162 11.6897L16.7136 11.2006C17.1006 10.8065 17.0948 10.1734 16.7008 9.78643C16.3067 9.3995 15.6735 9.40536 15.2866 9.79932L14.8304 10.2477C14.5457 10.5212 14.1582 10.8834 13.7417 11.2432C13.321 11.6065 12.8906 11.9503 12.5174 12.1976C12.3304 12.3215 12.1778 12.4077 12.0626 12.4598Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM12.0626 12.4598C12.0373 12.4712 12.0166 12.4798 12.0001 12.4861C11.9836 12.4798 11.9628 12.4712 11.9375 12.4598C11.8223 12.4077 11.6697 12.3215 11.4827 12.1976C11.1095 11.9503 10.6791 11.6065 10.2584 11.2432C9.8419 10.8834 9.45435 10.5212 9.16969 10.2477L8.71355 9.79932C8.32658 9.40536 7.69337 9.3995 7.29935 9.78643C6.90529 10.1734 6.89954 10.8065 7.2865 11.2006L7.78386 11.6897C8.08451 11.9786 8.49932 12.3665 8.95105 12.7567C9.39864 13.1433 9.90231 13.5496 10.3779 13.8647C10.6154 14.0221 10.8659 14.1702 11.1135 14.2822C11.3436 14.3862 11.6584 14.4999 12.0001 14.4999C12.3417 14.4999 12.6565 14.3862 12.8866 14.2822C13.1342 14.1702 13.3848 14.0221 13.6222 13.8647C14.0978 13.5496 14.6015 13.1433 15.0491 12.7567C15.5008 12.3665 15.9156 11.9786 16.2162 11.6897L16.7136 11.2006C17.1006 10.8065 17.0948 10.1734 16.7008 9.78643C16.3067 9.3995 15.6735 9.40536 15.2866 9.79932L14.8304 10.2477C14.5457 10.5212 14.1582 10.8834 13.7417 11.2432C13.321 11.6065 12.8906 11.9503 12.5174 12.1976C12.3304 12.3215 12.1778 12.4077 12.0626 12.4598Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-down-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.75212 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.7521 1.74999 11.9428 1.75H11.9428H12.0572H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694ZM12 7C12.5523 7 13 7.44772 13 8V12.5H13.162C13.4524 12.4999 13.7597 12.4998 14.0022 12.5288C14.179 12.55 14.8295 12.6298 15.1296 13.2387C15.43 13.8481 15.0851 14.3908 14.9914 14.5374C14.8625 14.7392 14.6695 14.9718 14.4869 15.1919L14.4555 15.2297C14.168 15.5765 13.8257 15.9712 13.4824 16.2852C13.311 16.442 13.1127 16.6035 12.8974 16.7312C12.6978 16.8495 12.3826 17 12 17C11.6174 17 11.3022 16.8495 11.1026 16.7312C10.8873 16.6035 10.689 16.442 10.5176 16.2852C10.1743 15.9712 9.83196 15.5765 9.54449 15.2297L9.51315 15.1919C9.33054 14.9718 9.13753 14.7392 9.00859 14.5374C8.91494 14.3908 8.57002 13.8481 8.87038 13.2387C9.1705 12.6298 9.82103 12.55 9.99783 12.5288C10.2403 12.4998 10.5476 12.4999 10.838 12.5H11V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.75212 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.7521 1.74999 11.9428 1.75H11.9428H12.0572H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694ZM12 7C12.5523 7 13 7.44772 13 8V12.5H13.162C13.4524 12.4999 13.7597 12.4998 14.0022 12.5288C14.179 12.55 14.8295 12.6298 15.1296 13.2387C15.43 13.8481 15.0851 14.3908 14.9914 14.5374C14.8625 14.7392 14.6695 14.9718 14.4869 15.1919L14.4555 15.2297C14.168 15.5765 13.8257 15.9712 13.4824 16.2852C13.311 16.442 13.1127 16.6035 12.8974 16.7312C12.6978 16.8495 12.3826 17 12 17C11.6174 17 11.3022 16.8495 11.1026 16.7312C10.8873 16.6035 10.689 16.442 10.5176 16.2852C10.1743 15.9712 9.83196 15.5765 9.54449 15.2297L9.51315 15.1919C9.33054 14.9718 9.13753 14.7392 9.00859 14.5374C8.91494 14.3908 8.57002 13.8481 8.87038 13.2387C9.1705 12.6298 9.82103 12.55 9.99783 12.5288C10.2403 12.4998 10.5476 12.4999 10.838 12.5H11V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-down-03-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 12.0572L22.25 11.9428L22.25 11.9428C22.25 9.7521 22.25 8.03143 22.0694 6.68802C21.8843 5.31136 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L12.0572 1.75L11.9428 1.75L11.9428 1.75C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802ZM16 17.75L8 17.75C7.58579 17.75 7.25 17.4142 7.25 17C7.25 16.5858 7.58579 16.25 8 16.25L16 16.25C16.4142 16.25 16.75 16.5858 16.75 17C16.75 17.4142 16.4142 17.75 16 17.75ZM12 6.25C12.4142 6.25 12.75 6.58579 12.75 7L12.75 11.25L13.061 11.25C13.3347 11.25 13.6033 11.2499 13.8111 11.2736C13.9739 11.2921 14.4463 11.3538 14.6628 11.7721C14.8795 12.1907 14.6345 12.57 14.5482 12.6986C14.4377 12.8633 14.2689 13.057 14.0969 13.2545L14.0724 13.2826C13.8093 13.5848 13.5032 13.9202 13.2002 14.184C13.0488 14.3158 12.88 14.446 12.7015 14.5468C12.5338 14.6414 12.2885 14.75 12 14.75C11.7115 14.75 11.4662 14.6414 11.2985 14.5468C11.12 14.446 10.9511 14.3158 10.7998 14.184C10.4968 13.9202 10.1907 13.5848 9.92757 13.2826L9.90312 13.2545C9.73106 13.057 9.56231 12.8633 9.4518 12.6986C9.36549 12.57 9.12048 12.1907 9.33716 11.7721C9.55368 11.3538 10.0261 11.2921 10.1889 11.2736C10.3967 11.2499 10.6653 11.25 10.939 11.25L11.25 11.25L11.25 7C11.25 6.58579 11.5858 6.25 12 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 12.0572L22.25 11.9428L22.25 11.9428C22.25 9.7521 22.25 8.03143 22.0694 6.68802C21.8843 5.31136 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L12.0572 1.75L11.9428 1.75L11.9428 1.75C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802ZM16 17.75L8 17.75C7.58579 17.75 7.25 17.4142 7.25 17C7.25 16.5858 7.58579 16.25 8 16.25L16 16.25C16.4142 16.25 16.75 16.5858 16.75 17C16.75 17.4142 16.4142 17.75 16 17.75ZM12 6.25C12.4142 6.25 12.75 6.58579 12.75 7L12.75 11.25L13.061 11.25C13.3347 11.25 13.6033 11.2499 13.8111 11.2736C13.9739 11.2921 14.4463 11.3538 14.6628 11.7721C14.8795 12.1907 14.6345 12.57 14.5482 12.6986C14.4377 12.8633 14.2689 13.057 14.0969 13.2545L14.0724 13.2826C13.8093 13.5848 13.5032 13.9202 13.2002 14.184C13.0488 14.3158 12.88 14.446 12.7015 14.5468C12.5338 14.6414 12.2885 14.75 12 14.75C11.7115 14.75 11.4662 14.6414 11.2985 14.5468C11.12 14.446 10.9511 14.3158 10.7998 14.184C10.4968 13.9202 10.1907 13.5848 9.92757 13.2826L9.90312 13.2545C9.73106 13.057 9.56231 12.8633 9.4518 12.6986C9.36549 12.57 9.12048 12.1907 9.33716 11.7721C9.55368 11.3538 10.0261 11.2921 10.1889 11.2736C10.3967 11.2499 10.6653 11.25 10.939 11.25L11.25 11.25L11.25 7C11.25 6.58579 11.5858 6.25 12 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-down-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 11.9428C22.25 9.75212 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L11.9428 1.75C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03143 1.74999 9.7521 1.75 11.9428L1.75 11.9428L1.75 12.0572L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31136 21.8843 6.68802 22.0694C8.03143 22.25 9.7521 22.25 11.9428 22.25L11.9428 22.25L12.0572 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312ZM15.8081 13.4852C16.0952 13.1519 16.0557 12.6506 15.7198 12.3656C15.384 12.0806 14.8789 12.12 14.5918 12.4533L14.2257 12.8637C13.9974 13.1138 13.6867 13.4449 13.3527 13.7739C13.0153 14.1062 12.6702 14.4205 12.3712 14.6464C12.2211 14.7598 12.1002 14.8375 12.0109 14.8836L12 14.8891L11.9891 14.8836C11.8998 14.8375 11.7789 14.7598 11.6288 14.6464C11.3299 14.4205 10.9847 14.1062 10.6473 13.7739C10.3133 13.4449 10.0026 13.1138 9.77434 12.8637L9.4081 12.4532C9.121 12.1199 8.61602 12.0806 8.28018 12.3656C7.94434 12.6506 7.90483 13.1519 8.19192 13.4853L8.58852 13.93C8.82854 14.193 9.15971 14.5461 9.52031 14.9013C9.87749 15.2531 10.2796 15.6229 10.6597 15.9102C10.8492 16.0533 11.0507 16.1894 11.2517 16.293C11.4353 16.3877 11.7021 16.5 12 16.5C12.298 16.5 12.5647 16.3877 12.7484 16.293C12.9493 16.1894 13.1509 16.0533 13.3403 15.9102C13.7204 15.6229 14.1225 15.2531 14.4797 14.9013C14.8403 14.5461 15.1715 14.193 15.4115 13.93L15.8081 13.4852ZM14.4797 10.7261C14.8403 10.3709 15.1715 10.0179 15.4115 9.75484L15.8081 9.31012C16.011 9.07453 16.0572 8.7433 15.9266 8.46181C15.7959 8.18031 15.5122 8 15.2 8L8.80001 8.00002C8.48778 8.00002 8.20408 8.18034 8.07342 8.46184C7.94277 8.74333 7.98904 9.07456 8.19192 9.31015L8.58852 9.75487C8.82854 10.0179 9.15971 10.371 9.52031 10.7262C9.87749 11.078 10.2796 11.4478 10.6597 11.735C10.8492 11.8782 11.0507 12.0143 11.2517 12.1179C11.4353 12.2126 11.7021 12.3249 12 12.3249C12.298 12.3249 12.5647 12.2126 12.7484 12.1179C12.9493 12.0143 13.1509 11.8782 13.3403 11.735C13.7204 11.4478 14.1225 11.078 14.4797 10.7261Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 11.9428C22.25 9.75212 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L11.9428 1.75C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03143 1.74999 9.7521 1.75 11.9428L1.75 11.9428L1.75 12.0572L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31136 21.8843 6.68802 22.0694C8.03143 22.25 9.7521 22.25 11.9428 22.25L11.9428 22.25L12.0572 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312ZM15.8081 13.4852C16.0952 13.1519 16.0557 12.6506 15.7198 12.3656C15.384 12.0806 14.8789 12.12 14.5918 12.4533L14.2257 12.8637C13.9974 13.1138 13.6867 13.4449 13.3527 13.7739C13.0153 14.1062 12.6702 14.4205 12.3712 14.6464C12.2211 14.7598 12.1002 14.8375 12.0109 14.8836L12 14.8891L11.9891 14.8836C11.8998 14.8375 11.7789 14.7598 11.6288 14.6464C11.3299 14.4205 10.9847 14.1062 10.6473 13.7739C10.3133 13.4449 10.0026 13.1138 9.77434 12.8637L9.4081 12.4532C9.121 12.1199 8.61602 12.0806 8.28018 12.3656C7.94434 12.6506 7.90483 13.1519 8.19192 13.4853L8.58852 13.93C8.82854 14.193 9.15971 14.5461 9.52031 14.9013C9.87749 15.2531 10.2796 15.6229 10.6597 15.9102C10.8492 16.0533 11.0507 16.1894 11.2517 16.293C11.4353 16.3877 11.7021 16.5 12 16.5C12.298 16.5 12.5647 16.3877 12.7484 16.293C12.9493 16.1894 13.1509 16.0533 13.3403 15.9102C13.7204 15.6229 14.1225 15.2531 14.4797 14.9013C14.8403 14.5461 15.1715 14.193 15.4115 13.93L15.8081 13.4852ZM14.4797 10.7261C14.8403 10.3709 15.1715 10.0179 15.4115 9.75484L15.8081 9.31012C16.011 9.07453 16.0572 8.7433 15.9266 8.46181C15.7959 8.18031 15.5122 8 15.2 8L8.80001 8.00002C8.48778 8.00002 8.20408 8.18034 8.07342 8.46184C7.94277 8.74333 7.98904 9.07456 8.19192 9.31015L8.58852 9.75487C8.82854 10.0179 9.15971 10.371 9.52031 10.7262C9.87749 11.078 10.2796 11.4478 10.6597 11.735C10.8492 11.8782 11.0507 12.0143 11.2517 12.1179C11.4353 12.2126 11.7021 12.3249 12 12.3249C12.298 12.3249 12.5647 12.2126 12.7484 12.1179C12.9493 12.0143 13.1509 11.8782 13.3403 11.735C13.7204 11.4478 14.1225 11.078 14.4797 10.7261Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-down-left-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428C22.25 9.75212 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.7521 1.75 11.9428V11.9428V12.0572V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694ZM15.7071 8.29289C15.3166 7.90237 14.6834 7.90237 14.2929 8.29289L11.0236 11.5622L10.909 11.4477C10.7037 11.2422 10.4865 11.0249 10.2945 10.874C10.1546 10.7639 9.63816 10.3603 8.99535 10.5787C8.35203 10.7972 8.21219 11.4249 8.17478 11.5947C8.12328 11.8286 8.09524 12.1296 8.06872 12.4143L8.06872 12.4143L8.06416 12.4632C8.02223 12.9117 7.9852 13.4329 8.00593 13.8976C8.01628 14.1298 8.04227 14.3842 8.10425 14.6267C8.16171 14.8515 8.27815 15.1808 8.54869 15.4513C8.81922 15.7218 9.14853 15.8383 9.37332 15.8958C9.6158 15.9577 9.87025 15.9837 10.1024 15.9941C10.5671 16.0148 11.0883 15.9778 11.5368 15.9358L11.5857 15.9313L11.5857 15.9313C11.8704 15.9048 12.1714 15.8767 12.4053 15.8252C12.5751 15.7878 13.2028 15.648 13.4213 15.0046C13.6397 14.3618 13.2361 13.8454 13.126 13.7055C12.9751 13.5135 12.7577 13.2963 12.5523 13.091L12.4378 12.9764L15.7071 9.70711C16.0976 9.31658 16.0976 8.68342 15.7071 8.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428C22.25 9.75212 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.7521 1.75 11.9428V11.9428V12.0572V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694ZM15.7071 8.29289C15.3166 7.90237 14.6834 7.90237 14.2929 8.29289L11.0236 11.5622L10.909 11.4477C10.7037 11.2422 10.4865 11.0249 10.2945 10.874C10.1546 10.7639 9.63816 10.3603 8.99535 10.5787C8.35203 10.7972 8.21219 11.4249 8.17478 11.5947C8.12328 11.8286 8.09524 12.1296 8.06872 12.4143L8.06872 12.4143L8.06416 12.4632C8.02223 12.9117 7.9852 13.4329 8.00593 13.8976C8.01628 14.1298 8.04227 14.3842 8.10425 14.6267C8.16171 14.8515 8.27815 15.1808 8.54869 15.4513C8.81922 15.7218 9.14853 15.8383 9.37332 15.8958C9.6158 15.9577 9.87025 15.9837 10.1024 15.9941C10.5671 16.0148 11.0883 15.9778 11.5368 15.9358L11.5857 15.9313L11.5857 15.9313C11.8704 15.9048 12.1714 15.8767 12.4053 15.8252C12.5751 15.7878 13.2028 15.648 13.4213 15.0046C13.6397 14.3618 13.2361 13.8454 13.126 13.7055C12.9751 13.5135 12.7577 13.2963 12.5523 13.091L12.4378 12.9764L15.7071 9.70711C16.0976 9.31658 16.0976 8.68342 15.7071 8.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-down-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.75212 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.7521 1.74999 11.9428 1.75H11.9428H12.0572H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694ZM8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L12.9764 11.5622L13.091 11.4477C13.2963 11.2422 13.5135 11.0249 13.7055 10.874C13.8454 10.7639 14.3618 10.3603 15.0046 10.5787C15.648 10.7972 15.7878 11.4249 15.8252 11.5947C15.8767 11.8286 15.9048 12.1296 15.9313 12.4143L15.9313 12.4143L15.9358 12.4632C15.9778 12.9117 16.0148 13.4329 15.9941 13.8976C15.9837 14.1298 15.9577 14.3842 15.8958 14.6267C15.8383 14.8515 15.7218 15.1808 15.4513 15.4513C15.1808 15.7218 14.8515 15.8383 14.6267 15.8958C14.3842 15.9577 14.1298 15.9837 13.8976 15.9941C13.4329 16.0148 12.9117 15.9778 12.4632 15.9358L12.4143 15.9313L12.4143 15.9313C12.1296 15.9048 11.8286 15.8767 11.5947 15.8252C11.4249 15.7878 10.7972 15.648 10.5787 15.0046C10.3603 14.3618 10.7639 13.8454 10.874 13.7055C11.0249 13.5135 11.2423 13.2963 11.4477 13.091L11.5622 12.9764L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.75212 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.7521 1.74999 11.9428 1.75H11.9428H12.0572H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694ZM8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L12.9764 11.5622L13.091 11.4477C13.2963 11.2422 13.5135 11.0249 13.7055 10.874C13.8454 10.7639 14.3618 10.3603 15.0046 10.5787C15.648 10.7972 15.7878 11.4249 15.8252 11.5947C15.8767 11.8286 15.9048 12.1296 15.9313 12.4143L15.9313 12.4143L15.9358 12.4632C15.9778 12.9117 16.0148 13.4329 15.9941 13.8976C15.9837 14.1298 15.9577 14.3842 15.8958 14.6267C15.8383 14.8515 15.7218 15.1808 15.4513 15.4513C15.1808 15.7218 14.8515 15.8383 14.6267 15.8958C14.3842 15.9577 14.1298 15.9837 13.8976 15.9941C13.4329 16.0148 12.9117 15.9778 12.4632 15.9358L12.4143 15.9313L12.4143 15.9313C12.1296 15.9048 11.8286 15.8767 11.5947 15.8252C11.4249 15.7878 10.7972 15.648 10.5787 15.0046C10.3603 14.3618 10.7639 13.8454 10.874 13.7055C11.0249 13.5135 11.2423 13.2963 11.4477 13.091L11.5622 12.9764L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-expand-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13.91 6.55196C13.4964 6.53024 13.1434 6.84796 13.1217 7.2616C13.1101 7.48255 13.1954 7.68618 13.3403 7.83126L14.0475 8.53836L12.5 10.0858C12.1095 10.4764 12.1095 11.1095 12.5 11.5001C12.8905 11.8906 13.5237 11.8906 13.9142 11.5001L15.4617 9.95258L16.1691 10.66C16.3141 10.8048 16.5176 10.8899 16.7384 10.8783C17.1521 10.8566 17.4698 10.5037 17.4481 10.09C17.4437 10.0073 17.4504 9.84737 17.4644 9.58823L17.4675 9.53159C17.4798 9.30472 17.4945 9.0342 17.4988 8.76598C17.5034 8.47871 17.497 8.16199 17.4553 7.8765C17.42 7.635 17.3378 7.23254 17.0527 6.94738C16.7675 6.66221 16.365 6.58 16.1235 6.54474C15.8381 6.50307 15.5213 6.49667 15.2341 6.50128C14.9659 6.50558 14.6954 6.52026 14.4685 6.53257L14.4118 6.53564C14.1527 6.54962 13.9928 6.55631 13.91 6.55196ZM10.09 17.448C10.5036 17.4698 10.8566 17.152 10.8783 16.7384C10.8899 16.5176 10.8047 16.3141 10.6599 16.169L9.95253 15.4616L11.5 13.9142C11.8905 13.5237 11.8905 12.8905 11.5 12.5C11.1095 12.1094 10.4763 12.1094 10.0858 12.5L8.53832 14.0474L7.83122 13.3403C7.68614 13.1953 7.48251 13.1101 7.26156 13.1217C6.84792 13.1434 6.5302 13.4963 6.55192 13.91C6.55626 13.9927 6.54957 14.1526 6.5356 14.4118L6.53253 14.4684C6.52022 14.6953 6.50554 14.9658 6.50123 15.234C6.49662 15.5213 6.50303 15.838 6.5447 16.1235C6.57995 16.365 6.66217 16.7675 6.94733 17.0526C7.2325 17.3378 7.63495 17.42 7.87646 17.4553C8.16194 17.4969 8.47867 17.5033 8.76593 17.4987C9.03415 17.4944 9.30465 17.4797 9.53152 17.4674L9.58818 17.4644C9.84732 17.4504 10.0072 17.4437 10.09 17.448Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13.91 6.55196C13.4964 6.53024 13.1434 6.84796 13.1217 7.2616C13.1101 7.48255 13.1954 7.68618 13.3403 7.83126L14.0475 8.53836L12.5 10.0858C12.1095 10.4764 12.1095 11.1095 12.5 11.5001C12.8905 11.8906 13.5237 11.8906 13.9142 11.5001L15.4617 9.95258L16.1691 10.66C16.3141 10.8048 16.5176 10.8899 16.7384 10.8783C17.1521 10.8566 17.4698 10.5037 17.4481 10.09C17.4437 10.0073 17.4504 9.84737 17.4644 9.58823L17.4675 9.53159C17.4798 9.30472 17.4945 9.0342 17.4988 8.76598C17.5034 8.47871 17.497 8.16199 17.4553 7.8765C17.42 7.635 17.3378 7.23254 17.0527 6.94738C16.7675 6.66221 16.365 6.58 16.1235 6.54474C15.8381 6.50307 15.5213 6.49667 15.2341 6.50128C14.9659 6.50558 14.6954 6.52026 14.4685 6.53257L14.4118 6.53564C14.1527 6.54962 13.9928 6.55631 13.91 6.55196ZM10.09 17.448C10.5036 17.4698 10.8566 17.152 10.8783 16.7384C10.8899 16.5176 10.8047 16.3141 10.6599 16.169L9.95253 15.4616L11.5 13.9142C11.8905 13.5237 11.8905 12.8905 11.5 12.5C11.1095 12.1094 10.4763 12.1094 10.0858 12.5L8.53832 14.0474L7.83122 13.3403C7.68614 13.1953 7.48251 13.1101 7.26156 13.1217C6.84792 13.1434 6.5302 13.4963 6.55192 13.91C6.55626 13.9927 6.54957 14.1526 6.5356 14.4118L6.53253 14.4684C6.52022 14.6953 6.50554 14.9658 6.50123 15.234C6.49662 15.5213 6.50303 15.838 6.5447 16.1235C6.57995 16.365 6.66217 16.7675 6.94733 17.0526C7.2325 17.3378 7.63495 17.42 7.87646 17.4553C8.16194 17.4969 8.47867 17.5033 8.76593 17.4987C9.03415 17.4944 9.30465 17.4797 9.53152 17.4674L9.58818 17.4644C9.84732 17.4504 10.0072 17.4437 10.09 17.448Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-expand-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM10.09 6.55196C10.5036 6.53024 10.8566 6.84796 10.8783 7.2616C10.8899 7.48255 10.8046 7.68618 10.6597 7.83126L9.95254 8.53836L11.5 10.0858C11.8905 10.4764 11.8905 11.1095 11.5 11.5001C11.1095 11.8906 10.4763 11.8906 10.0858 11.5001L8.53833 9.95258L7.83093 10.66C7.68587 10.8048 7.48236 10.8899 7.26156 10.8783C6.84791 10.8566 6.5302 10.5037 6.55192 10.09C6.55626 10.0073 6.54957 9.84737 6.5356 9.58823L6.53253 9.53159C6.52022 9.30472 6.50554 9.0342 6.50123 8.76598C6.49662 8.47871 6.50303 8.16199 6.5447 7.8765C6.57995 7.635 6.66217 7.23254 6.94733 6.94738C7.2325 6.66221 7.63495 6.58 7.87646 6.54474C8.16194 6.50307 8.47867 6.49667 8.76593 6.50128C9.03413 6.50558 9.30462 6.52026 9.53148 6.53257L9.58818 6.53564C9.84732 6.54962 10.0072 6.55631 10.09 6.55196ZM13.91 17.448C13.4964 17.4698 13.1434 17.152 13.1217 16.7384C13.1101 16.5176 13.1953 16.3141 13.3401 16.169L14.0475 15.4616L12.5 13.9142C12.1095 13.5237 12.1095 12.8905 12.5 12.5C12.8905 12.1094 13.5237 12.1094 13.9142 12.5L15.4617 14.0474L16.1688 13.3403C16.3139 13.1953 16.5175 13.1101 16.7384 13.1217C17.1521 13.1434 17.4698 13.4963 17.4481 13.91C17.4437 13.9927 17.4504 14.1526 17.4644 14.4118L17.4675 14.4684C17.4798 14.6953 17.4945 14.9658 17.4988 15.234C17.5034 15.5213 17.497 15.838 17.4553 16.1235C17.42 16.365 17.3378 16.7675 17.0527 17.0526C16.7675 17.3378 16.365 17.42 16.1235 17.4553C15.8381 17.4969 15.5213 17.5033 15.2341 17.4987C14.9659 17.4944 14.6953 17.4797 14.4685 17.4674L14.4118 17.4644C14.1527 17.4504 13.9928 17.4437 13.91 17.448Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM10.09 6.55196C10.5036 6.53024 10.8566 6.84796 10.8783 7.2616C10.8899 7.48255 10.8046 7.68618 10.6597 7.83126L9.95254 8.53836L11.5 10.0858C11.8905 10.4764 11.8905 11.1095 11.5 11.5001C11.1095 11.8906 10.4763 11.8906 10.0858 11.5001L8.53833 9.95258L7.83093 10.66C7.68587 10.8048 7.48236 10.8899 7.26156 10.8783C6.84791 10.8566 6.5302 10.5037 6.55192 10.09C6.55626 10.0073 6.54957 9.84737 6.5356 9.58823L6.53253 9.53159C6.52022 9.30472 6.50554 9.0342 6.50123 8.76598C6.49662 8.47871 6.50303 8.16199 6.5447 7.8765C6.57995 7.635 6.66217 7.23254 6.94733 6.94738C7.2325 6.66221 7.63495 6.58 7.87646 6.54474C8.16194 6.50307 8.47867 6.49667 8.76593 6.50128C9.03413 6.50558 9.30462 6.52026 9.53148 6.53257L9.58818 6.53564C9.84732 6.54962 10.0072 6.55631 10.09 6.55196ZM13.91 17.448C13.4964 17.4698 13.1434 17.152 13.1217 16.7384C13.1101 16.5176 13.1953 16.3141 13.3401 16.169L14.0475 15.4616L12.5 13.9142C12.1095 13.5237 12.1095 12.8905 12.5 12.5C12.8905 12.1094 13.5237 12.1094 13.9142 12.5L15.4617 14.0474L16.1688 13.3403C16.3139 13.1953 16.5175 13.1101 16.7384 13.1217C17.1521 13.1434 17.4698 13.4963 17.4481 13.91C17.4437 13.9927 17.4504 14.1526 17.4644 14.4118L17.4675 14.4684C17.4798 14.6953 17.4945 14.9658 17.4988 15.234C17.5034 15.5213 17.497 15.838 17.4553 16.1235C17.42 16.365 17.3378 16.7675 17.0527 17.0526C16.7675 17.3378 16.365 17.42 16.1235 17.4553C15.8381 17.4969 15.5213 17.5033 15.2341 17.4987C14.9659 17.4944 14.6953 17.4797 14.4685 17.4674L14.4118 17.4644C14.1527 17.4504 13.9928 17.4437 13.91 17.448Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-horizontal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM16.5574 9.49821C16.2803 9.19037 15.8061 9.16547 15.4982 9.4426C15.3338 9.59063 15.2501 9.7949 15.25 10L15.25 11H8.75L8.75001 10C8.74994 9.7949 8.66623 9.59063 8.50179 9.4426C8.19394 9.16547 7.71972 9.19037 7.44259 9.49821C7.38715 9.55981 7.26934 9.66814 7.07622 9.8415L7.03399 9.8794C6.86486 10.0311 6.66321 10.212 6.47051 10.3986C6.26412 10.5985 6.04469 10.827 5.87229 11.0583C5.72644 11.254 5.5 11.5967 5.5 12C5.5 12.4033 5.72644 12.746 5.87229 12.9417C6.04469 13.173 6.26412 13.4015 6.47051 13.6014C6.66321 13.788 6.86486 13.9689 7.03399 14.1206L7.07622 14.1585C7.26934 14.3319 7.38715 14.4402 7.44259 14.5018C7.71972 14.8096 8.19394 14.8345 8.50179 14.5574C8.66612 14.4095 8.74983 14.2054 8.75001 14.0004L8.75 13H15.25L15.25 14.0004C15.2502 14.2054 15.3339 14.4095 15.4982 14.5574C15.8061 14.8345 16.2803 14.8096 16.5574 14.5018C16.6129 14.4402 16.7307 14.3319 16.9238 14.1585L16.966 14.1206C17.1351 13.9689 17.3368 13.788 17.5295 13.6014C17.7359 13.4015 17.9553 13.173 18.1277 12.9417C18.2736 12.746 18.5 12.4033 18.5 12C18.5 11.5967 18.2736 11.254 18.1277 11.0583C17.9553 10.827 17.7359 10.5985 17.5295 10.3986C17.3368 10.212 17.1352 10.0311 16.966 9.87943L16.9238 9.8415C16.7307 9.66814 16.6129 9.55981 16.5574 9.49821Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM16.5574 9.49821C16.2803 9.19037 15.8061 9.16547 15.4982 9.4426C15.3338 9.59063 15.2501 9.7949 15.25 10L15.25 11H8.75L8.75001 10C8.74994 9.7949 8.66623 9.59063 8.50179 9.4426C8.19394 9.16547 7.71972 9.19037 7.44259 9.49821C7.38715 9.55981 7.26934 9.66814 7.07622 9.8415L7.03399 9.8794C6.86486 10.0311 6.66321 10.212 6.47051 10.3986C6.26412 10.5985 6.04469 10.827 5.87229 11.0583C5.72644 11.254 5.5 11.5967 5.5 12C5.5 12.4033 5.72644 12.746 5.87229 12.9417C6.04469 13.173 6.26412 13.4015 6.47051 13.6014C6.66321 13.788 6.86486 13.9689 7.03399 14.1206L7.07622 14.1585C7.26934 14.3319 7.38715 14.4402 7.44259 14.5018C7.71972 14.8096 8.19394 14.8345 8.50179 14.5574C8.66612 14.4095 8.74983 14.2054 8.75001 14.0004L8.75 13H15.25L15.25 14.0004C15.2502 14.2054 15.3339 14.4095 15.4982 14.5574C15.8061 14.8345 16.2803 14.8096 16.5574 14.5018C16.6129 14.4402 16.7307 14.3319 16.9238 14.1585L16.966 14.1206C17.1351 13.9689 17.3368 13.788 17.5295 13.6014C17.7359 13.4015 17.9553 13.173 18.1277 12.9417C18.2736 12.746 18.5 12.4033 18.5 12C18.5 11.5967 18.2736 11.254 18.1277 11.0583C17.9553 10.827 17.7359 10.5985 17.5295 10.3986C17.3368 10.212 17.1352 10.0311 16.966 9.87943L16.9238 9.8415C16.7307 9.66814 16.6129 9.55981 16.5574 9.49821Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-left-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 11.9428C22.25 9.75212 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L11.9428 1.75C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03143 1.74999 9.7521 1.75 11.9428L1.75 11.9428L1.75 12.0572L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31136 21.8843 6.68802 22.0694C8.03143 22.25 9.7521 22.25 11.9428 22.25L11.9428 22.25L12.0572 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312ZM11.5402 12.0626C11.5288 12.0373 11.5202 12.0166 11.5139 12.0001C11.5202 11.9836 11.5288 11.9628 11.5402 11.9375C11.5923 11.8223 11.6785 11.6697 11.8024 11.4827C12.0497 11.1095 12.3935 10.6791 12.7568 10.2584C13.1166 9.8419 13.4788 9.45435 13.7523 9.16969L14.2007 8.71354C14.5946 8.32658 14.6005 7.69337 14.2136 7.29935C13.8266 6.90529 13.1935 6.89954 12.7994 7.2865L12.3103 7.78386C12.0214 8.0845 11.6335 8.49932 11.2433 8.95105C10.8567 9.39864 10.4504 9.90231 10.1353 10.3779C9.97793 10.6154 9.82979 10.8659 9.7178 11.1135C9.61378 11.3436 9.50009 11.6584 9.50009 12.0001C9.50009 12.3417 9.61378 12.6565 9.7178 12.8866C9.82979 13.1342 9.97793 13.3847 10.1353 13.6222C10.4504 14.0978 10.8567 14.6015 11.2433 15.0491C11.6335 15.5008 12.0214 15.9156 12.3103 16.2162L12.7994 16.7136C13.1935 17.1006 13.8266 17.0948 14.2136 16.7008C14.6005 16.3067 14.5946 15.6735 14.2007 15.2866L13.7523 14.8304C13.4788 14.5457 13.1166 14.1582 12.7568 13.7417C12.3935 13.321 12.0497 12.8906 11.8024 12.5174C11.6785 12.3304 11.5923 12.1778 11.5402 12.0626Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 11.9428C22.25 9.75212 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L11.9428 1.75C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03143 1.74999 9.7521 1.75 11.9428L1.75 11.9428L1.75 12.0572L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31136 21.8843 6.68802 22.0694C8.03143 22.25 9.7521 22.25 11.9428 22.25L11.9428 22.25L12.0572 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312ZM11.5402 12.0626C11.5288 12.0373 11.5202 12.0166 11.5139 12.0001C11.5202 11.9836 11.5288 11.9628 11.5402 11.9375C11.5923 11.8223 11.6785 11.6697 11.8024 11.4827C12.0497 11.1095 12.3935 10.6791 12.7568 10.2584C13.1166 9.8419 13.4788 9.45435 13.7523 9.16969L14.2007 8.71354C14.5946 8.32658 14.6005 7.69337 14.2136 7.29935C13.8266 6.90529 13.1935 6.89954 12.7994 7.2865L12.3103 7.78386C12.0214 8.0845 11.6335 8.49932 11.2433 8.95105C10.8567 9.39864 10.4504 9.90231 10.1353 10.3779C9.97793 10.6154 9.82979 10.8659 9.7178 11.1135C9.61378 11.3436 9.50009 11.6584 9.50009 12.0001C9.50009 12.3417 9.61378 12.6565 9.7178 12.8866C9.82979 13.1342 9.97793 13.3847 10.1353 13.6222C10.4504 14.0978 10.8567 14.6015 11.2433 15.0491C11.6335 15.5008 12.0214 15.9156 12.3103 16.2162L12.7994 16.7136C13.1935 17.1006 13.8266 17.0948 14.2136 16.7008C14.6005 16.3067 14.5946 15.6735 14.2007 15.2866L13.7523 14.8304C13.4788 14.5457 13.1166 14.1582 12.7568 13.7417C12.3935 13.321 12.0497 12.8906 11.8024 12.5174C11.6785 12.3304 11.5923 12.1778 11.5402 12.0626Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-left-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 12.0572L22.25 11.9428L22.25 11.9428C22.25 9.7521 22.25 8.03143 22.0694 6.68802C21.8843 5.31136 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L12.0572 1.75L11.9428 1.75L11.9428 1.75C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802ZM17 12C17 11.4477 16.5523 11 16 11L11.5 11L11.5 10.838C11.5001 10.5476 11.5002 10.2403 11.4712 9.99783C11.45 9.82103 11.3702 9.1705 10.7613 8.87038C10.1519 8.57002 9.60918 8.91494 9.46263 9.00859C9.26085 9.13753 9.02819 9.33054 8.80808 9.51314L8.77028 9.54449C8.42352 9.83196 8.02882 10.1743 7.71482 10.5176C7.55802 10.689 7.39647 10.8873 7.26884 11.1026C7.15052 11.3022 7 11.6174 7 12C7 12.3826 7.15052 12.6978 7.26884 12.8974C7.39647 13.1127 7.55802 13.311 7.71482 13.4824C8.02882 13.8257 8.42352 14.168 8.77028 14.4555L8.80807 14.4869C9.02819 14.6695 9.26085 14.8625 9.46263 14.9914C9.60918 15.0851 10.1519 15.43 10.7613 15.1296C11.3702 14.8295 11.45 14.179 11.4712 14.0022C11.5002 13.7597 11.5001 13.4524 11.5 13.162L11.5 13L16 13C16.5523 13 17 12.5523 17 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 12.0572L22.25 11.9428L22.25 11.9428C22.25 9.7521 22.25 8.03143 22.0694 6.68802C21.8843 5.31136 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L12.0572 1.75L11.9428 1.75L11.9428 1.75C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802ZM17 12C17 11.4477 16.5523 11 16 11L11.5 11L11.5 10.838C11.5001 10.5476 11.5002 10.2403 11.4712 9.99783C11.45 9.82103 11.3702 9.1705 10.7613 8.87038C10.1519 8.57002 9.60918 8.91494 9.46263 9.00859C9.26085 9.13753 9.02819 9.33054 8.80808 9.51314L8.77028 9.54449C8.42352 9.83196 8.02882 10.1743 7.71482 10.5176C7.55802 10.689 7.39647 10.8873 7.26884 11.1026C7.15052 11.3022 7 11.6174 7 12C7 12.3826 7.15052 12.6978 7.26884 12.8974C7.39647 13.1127 7.55802 13.311 7.71482 13.4824C8.02882 13.8257 8.42352 14.168 8.77028 14.4555L8.80807 14.4869C9.02819 14.6695 9.26085 14.8625 9.46263 14.9914C9.60918 15.0851 10.1519 15.43 10.7613 15.1296C11.3702 14.8295 11.45 14.179 11.4712 14.0022C11.5002 13.7597 11.5001 13.4524 11.5 13.162L11.5 13L16 13C16.5523 13 17 12.5523 17 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-left-03-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM6.25 16L6.25 8C6.25 7.58579 6.58579 7.25 7 7.25C7.41421 7.25 7.75 7.58579 7.75 8L7.75 16C7.75 16.4142 7.41421 16.75 7 16.75C6.58579 16.75 6.25 16.4142 6.25 16ZM17.75 12C17.75 12.4142 17.4142 12.75 17 12.75H12.75V13.061C12.75 13.3347 12.7501 13.6033 12.7264 13.8111C12.7079 13.9739 12.6462 14.4463 12.2279 14.6628C11.8093 14.8795 11.43 14.6345 11.3014 14.5482C11.1367 14.4377 10.943 14.2689 10.7455 14.0969L10.7174 14.0724C10.4152 13.8093 10.0798 13.5032 9.81597 13.2002C9.68419 13.0489 9.55395 12.88 9.4532 12.7015C9.35855 12.5338 9.25 12.2885 9.25 12C9.25 11.7115 9.35855 11.4662 9.4532 11.2985C9.55395 11.12 9.68419 10.9511 9.81597 10.7998C10.0798 10.4968 10.4152 10.1907 10.7174 9.92757L10.7455 9.90312C10.943 9.73106 11.1367 9.56231 11.3014 9.4518C11.43 9.36549 11.8093 9.12048 12.2279 9.33716C12.6462 9.55368 12.7079 10.0261 12.7264 10.1889C12.7501 10.3967 12.75 10.6653 12.75 10.939V11.25H17C17.4142 11.25 17.75 11.5858 17.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM6.25 16L6.25 8C6.25 7.58579 6.58579 7.25 7 7.25C7.41421 7.25 7.75 7.58579 7.75 8L7.75 16C7.75 16.4142 7.41421 16.75 7 16.75C6.58579 16.75 6.25 16.4142 6.25 16ZM17.75 12C17.75 12.4142 17.4142 12.75 17 12.75H12.75V13.061C12.75 13.3347 12.7501 13.6033 12.7264 13.8111C12.7079 13.9739 12.6462 14.4463 12.2279 14.6628C11.8093 14.8795 11.43 14.6345 11.3014 14.5482C11.1367 14.4377 10.943 14.2689 10.7455 14.0969L10.7174 14.0724C10.4152 13.8093 10.0798 13.5032 9.81597 13.2002C9.68419 13.0489 9.55395 12.88 9.4532 12.7015C9.35855 12.5338 9.25 12.2885 9.25 12C9.25 11.7115 9.35855 11.4662 9.4532 11.2985C9.55395 11.12 9.68419 10.9511 9.81597 10.7998C10.0798 10.4968 10.4152 10.1907 10.7174 9.92757L10.7455 9.90312C10.943 9.73106 11.1367 9.56231 11.3014 9.4518C11.43 9.36549 11.8093 9.12048 12.2279 9.33716C12.6462 9.55368 12.7079 10.0261 12.7264 10.1889C12.7501 10.3967 12.75 10.6653 12.75 10.939V11.25H17C17.4142 11.25 17.75 11.5858 17.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-left-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM10.5148 8.19192C10.8481 7.90483 11.3494 7.94435 11.6344 8.28019C11.9194 8.61601 11.88 9.12108 11.5467 9.40818L11.1363 9.77434C10.8862 10.0026 10.5551 10.3133 10.2261 10.6473C9.89379 10.9847 9.57948 11.3298 9.35359 11.6288C9.2402 11.7789 9.1625 11.8998 9.11644 11.9891L9.11092 12L9.11645 12.0109C9.16251 12.1002 9.2402 12.2211 9.35359 12.3712C9.57949 12.6701 9.89379 13.0153 10.2261 13.3527C10.5551 13.6867 10.8862 13.9974 11.1363 14.2257L11.5468 14.5919C11.8801 14.879 11.9194 15.384 11.6344 15.7198C11.3494 16.0557 10.8481 16.0952 10.5147 15.8081L10.07 15.4115C9.807 15.1715 9.45392 14.8403 9.09873 14.4797C8.74692 14.1225 8.37707 13.7204 8.08985 13.3403C7.94668 13.1508 7.81057 12.9493 7.70697 12.7483C7.6123 12.5647 7.5 12.2979 7.5 12C7.5 11.702 7.6123 11.4353 7.70697 11.2516C7.81057 11.0507 7.94668 10.8491 8.08985 10.6597C8.37707 10.2796 8.74693 9.87746 9.09875 9.52028C9.45394 9.15968 9.80702 8.82852 10.07 8.58851L10.5148 8.19192ZM13.2739 9.52028C13.6291 9.15968 13.9821 8.82852 14.2452 8.58851L14.6899 8.19192C14.9255 7.98904 15.2567 7.94277 15.5382 8.07343C15.8197 8.20408 16 8.48778 16 8.80001L16 15.2C16 15.5122 15.8197 15.7959 15.5382 15.9266C15.2567 16.0572 14.9254 16.011 14.6899 15.8081L14.2451 15.4115C13.9821 15.1715 13.629 14.8403 13.2738 14.4797C12.922 14.1225 12.5522 13.7204 12.265 13.3403C12.1218 13.1508 11.9857 12.9493 11.8821 12.7483C11.7874 12.5647 11.6751 12.2979 11.6751 12C11.6751 11.702 11.7874 11.4353 11.8821 11.2516C11.9857 11.0507 12.1218 10.8491 12.265 10.6597C12.5522 10.2796 12.922 9.87746 13.2739 9.52028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM10.5148 8.19192C10.8481 7.90483 11.3494 7.94435 11.6344 8.28019C11.9194 8.61601 11.88 9.12108 11.5467 9.40818L11.1363 9.77434C10.8862 10.0026 10.5551 10.3133 10.2261 10.6473C9.89379 10.9847 9.57948 11.3298 9.35359 11.6288C9.2402 11.7789 9.1625 11.8998 9.11644 11.9891L9.11092 12L9.11645 12.0109C9.16251 12.1002 9.2402 12.2211 9.35359 12.3712C9.57949 12.6701 9.89379 13.0153 10.2261 13.3527C10.5551 13.6867 10.8862 13.9974 11.1363 14.2257L11.5468 14.5919C11.8801 14.879 11.9194 15.384 11.6344 15.7198C11.3494 16.0557 10.8481 16.0952 10.5147 15.8081L10.07 15.4115C9.807 15.1715 9.45392 14.8403 9.09873 14.4797C8.74692 14.1225 8.37707 13.7204 8.08985 13.3403C7.94668 13.1508 7.81057 12.9493 7.70697 12.7483C7.6123 12.5647 7.5 12.2979 7.5 12C7.5 11.702 7.6123 11.4353 7.70697 11.2516C7.81057 11.0507 7.94668 10.8491 8.08985 10.6597C8.37707 10.2796 8.74693 9.87746 9.09875 9.52028C9.45394 9.15968 9.80702 8.82852 10.07 8.58851L10.5148 8.19192ZM13.2739 9.52028C13.6291 9.15968 13.9821 8.82852 14.2452 8.58851L14.6899 8.19192C14.9255 7.98904 15.2567 7.94277 15.5382 8.07343C15.8197 8.20408 16 8.48778 16 8.80001L16 15.2C16 15.5122 15.8197 15.7959 15.5382 15.9266C15.2567 16.0572 14.9254 16.011 14.6899 15.8081L14.2451 15.4115C13.9821 15.1715 13.629 14.8403 13.2738 14.4797C12.922 14.1225 12.5522 13.7204 12.265 13.3403C12.1218 13.1508 11.9857 12.9493 11.8821 12.7483C11.7874 12.5647 11.6751 12.2979 11.6751 12C11.6751 11.702 11.7874 11.4353 11.8821 11.2516C11.9857 11.0507 12.1218 10.8491 12.265 10.6597C12.5522 10.2796 12.922 9.87746 13.2739 9.52028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-left-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM15.975 8.22498C16.403 8.22498 16.75 8.57196 16.75 8.99998C16.75 9.428 16.403 9.77498 15.975 9.77498H10.2499V10.7399C10.2513 10.8791 10.2167 11.0203 10.1424 11.1469C9.93585 11.4991 9.50092 11.6057 9.17116 11.3851L8.8953 11.189C8.73576 11.0708 8.51973 10.9033 8.30073 10.7098C8.08568 10.5198 7.84722 10.2868 7.65639 10.0362C7.48939 9.81682 7.2499 9.44657 7.2499 9.00004C7.2499 8.55352 7.48939 8.18326 7.65639 7.96393C7.84722 7.71332 8.08568 7.48029 8.30073 7.29027C8.51973 7.09674 8.73576 6.92924 8.8953 6.81111L9.17134 6.61483C9.50111 6.39427 9.93586 6.50097 10.1424 6.85315C10.2153 6.9775 10.25 7.11585 10.2499 7.25251V8.22498L15.975 8.22498ZM8.025 14.225C7.59698 14.225 7.25 14.572 7.25 15C7.25 15.428 7.59698 15.775 8.025 15.775H13.7501V16.7399C13.7487 16.8791 13.7833 17.0203 13.8576 17.1469C14.0641 17.4991 14.4991 17.6057 14.8288 17.3851L15.1047 17.189C15.2642 17.0708 15.4803 16.9033 15.6993 16.7098C15.9143 16.5198 16.1528 16.2868 16.3436 16.0362C16.5106 15.8168 16.7501 15.4466 16.7501 15C16.7501 14.5535 16.5106 14.1833 16.3436 13.9639C16.1528 13.7133 15.9143 13.4803 15.6993 13.2903C15.4803 13.0967 15.2642 12.9292 15.1047 12.8111L14.8287 12.6148C14.4989 12.3943 14.0641 12.501 13.8576 12.8531C13.7847 12.9775 13.75 13.1158 13.7501 13.2525V14.225H8.025Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM15.975 8.22498C16.403 8.22498 16.75 8.57196 16.75 8.99998C16.75 9.428 16.403 9.77498 15.975 9.77498H10.2499V10.7399C10.2513 10.8791 10.2167 11.0203 10.1424 11.1469C9.93585 11.4991 9.50092 11.6057 9.17116 11.3851L8.8953 11.189C8.73576 11.0708 8.51973 10.9033 8.30073 10.7098C8.08568 10.5198 7.84722 10.2868 7.65639 10.0362C7.48939 9.81682 7.2499 9.44657 7.2499 9.00004C7.2499 8.55352 7.48939 8.18326 7.65639 7.96393C7.84722 7.71332 8.08568 7.48029 8.30073 7.29027C8.51973 7.09674 8.73576 6.92924 8.8953 6.81111L9.17134 6.61483C9.50111 6.39427 9.93586 6.50097 10.1424 6.85315C10.2153 6.9775 10.25 7.11585 10.2499 7.25251V8.22498L15.975 8.22498ZM8.025 14.225C7.59698 14.225 7.25 14.572 7.25 15C7.25 15.428 7.59698 15.775 8.025 15.775H13.7501V16.7399C13.7487 16.8791 13.7833 17.0203 13.8576 17.1469C14.0641 17.4991 14.4991 17.6057 14.8288 17.3851L15.1047 17.189C15.2642 17.0708 15.4803 16.9033 15.6993 16.7098C15.9143 16.5198 16.1528 16.2868 16.3436 16.0362C16.5106 15.8168 16.7501 15.4466 16.7501 15C16.7501 14.5535 16.5106 14.1833 16.3436 13.9639C16.1528 13.7133 15.9143 13.4803 15.6993 13.2903C15.4803 13.0967 15.2642 12.9292 15.1047 12.8111L14.8287 12.6148C14.4989 12.3943 14.0641 12.501 13.8576 12.8531C13.7847 12.9775 13.75 13.1158 13.7501 13.2525V14.225H8.025Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-move-down-left-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428C22.25 9.75212 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.7521 1.75 11.9428V11.9428V12.0572V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694ZM9.13282 17.7136C9.52695 18.1005 10.1601 18.0946 10.547 17.7005C10.7381 17.5058 10.8334 17.2528 10.8333 17L10.8332 15.7564L10.8486 15.7541C13.9426 15.2839 16.409 12.9462 16.9093 9.91541C17.0002 9.36465 17.0001 8.72839 17 7.7112L17 7.60306V7C17 6.44771 16.5523 6 16 6C15.4477 6 15 6.44771 15 7V7.60306C15 8.76331 14.9966 9.22219 14.936 9.5897C14.5991 11.6304 12.9772 13.2854 10.8329 13.726L10.8328 12.7125C10.8416 12.4487 10.7465 12.1818 10.547 11.9786C10.1601 11.5844 9.52695 11.5786 9.13282 11.9654L7.55939 13.51C7.18719 13.8753 7.00073 14.3559 7 14.8367L7 14.8397L7 14.8425C7.00075 15.3232 7.18722 15.8038 7.55939 16.1691L9.13282 17.7136Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428C22.25 9.75212 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.7521 1.75 11.9428V11.9428V12.0572V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694ZM9.13282 17.7136C9.52695 18.1005 10.1601 18.0946 10.547 17.7005C10.7381 17.5058 10.8334 17.2528 10.8333 17L10.8332 15.7564L10.8486 15.7541C13.9426 15.2839 16.409 12.9462 16.9093 9.91541C17.0002 9.36465 17.0001 8.72839 17 7.7112L17 7.60306V7C17 6.44771 16.5523 6 16 6C15.4477 6 15 6.44771 15 7V7.60306C15 8.76331 14.9966 9.22219 14.936 9.5897C14.5991 11.6304 12.9772 13.2854 10.8329 13.726L10.8328 12.7125C10.8416 12.4487 10.7465 12.1818 10.547 11.9786C10.1601 11.5844 9.52695 11.5786 9.13282 11.9654L7.55939 13.51C7.18719 13.8753 7.00073 14.3559 7 14.8367L7 14.8397L7 14.8425C7.00075 15.3232 7.18722 15.8038 7.55939 16.1691L9.13282 17.7136Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-move-down-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.75212 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.7521 1.74999 11.9428 1.75H11.9428H12.0572H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694ZM14.8672 17.7136C14.473 18.1005 13.8399 18.0946 13.453 17.7005C13.2619 17.5058 13.1666 17.2528 13.1667 17L13.1668 15.7564L13.1514 15.7541C10.0574 15.2839 7.59098 12.9462 7.09073 9.91541C6.99982 9.36465 6.99988 8.72839 6.99999 7.7112L7 7.60306V7C7 6.44771 7.44771 6 8 6C8.55228 6 9 6.44771 9 7V7.60306C9 8.76331 9.00336 9.22219 9.06403 9.5897C9.40087 11.6304 11.0228 13.2854 13.1671 13.726L13.1672 12.7125C13.1584 12.4487 13.2535 12.1818 13.453 11.9786C13.8399 11.5844 14.473 11.5786 14.8672 11.9654L16.4406 13.51C16.8128 13.8753 16.9993 14.3559 17 14.8367L17 14.8397L17 14.8425C16.9992 15.3232 16.8128 15.8038 16.4406 16.1691L14.8672 17.7136Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.75212 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.7521 1.74999 11.9428 1.75H11.9428H12.0572H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694ZM14.8672 17.7136C14.473 18.1005 13.8399 18.0946 13.453 17.7005C13.2619 17.5058 13.1666 17.2528 13.1667 17L13.1668 15.7564L13.1514 15.7541C10.0574 15.2839 7.59098 12.9462 7.09073 9.91541C6.99982 9.36465 6.99988 8.72839 6.99999 7.7112L7 7.60306V7C7 6.44771 7.44771 6 8 6C8.55228 6 9 6.44771 9 7V7.60306C9 8.76331 9.00336 9.22219 9.06403 9.5897C9.40087 11.6304 11.0228 13.2854 13.1671 13.726L13.1672 12.7125C13.1584 12.4487 13.2535 12.1818 13.453 11.9786C13.8399 11.5844 14.473 11.5786 14.8672 11.9654L16.4406 13.51C16.8128 13.8753 16.9993 14.3559 17 14.8367L17 14.8397L17 14.8425C16.9992 15.3232 16.8128 15.8038 16.4406 16.1691L14.8672 17.7136Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-move-left-down-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM8.24493 11.4167C8.53782 11.7096 9.0127 11.7096 9.30559 11.4167C9.45204 11.2702 9.52526 11.0783 9.52526 10.8864V9.81836H10.9321C11.8961 9.81836 12.5437 9.81995 13.0267 9.88489C13.4882 9.94694 13.6857 10.0542 13.816 10.1845C13.9463 10.3148 14.0536 10.5123 14.1156 10.9738C14.1805 11.4568 14.1821 12.1043 14.1821 13.0684V14.4746H13.1142C12.9221 14.4745 12.7299 14.5477 12.5833 14.6943C12.2904 14.9872 12.2904 15.462 12.5833 15.7549L13.8872 17.0589C14.1353 17.3069 14.4496 17.4483 14.7731 17.483C14.8243 17.4941 14.8774 17.4999 14.9318 17.4999C14.9863 17.4999 15.0394 17.4941 15.0905 17.483C15.4141 17.4483 15.7284 17.3069 15.9764 17.0589L17.2803 15.7549C17.5732 15.462 17.5732 14.9872 17.2803 14.6943C17.1339 14.5478 16.942 14.4746 16.75 14.4746H15.6821V13.0164C15.6822 12.1179 15.6822 11.3687 15.6022 10.7739C15.5178 10.1461 15.3322 9.57929 14.8767 9.12382C14.4212 8.66835 13.8544 8.48268 13.2266 8.39827C12.6318 8.3183 11.8826 8.31833 10.9842 8.31836H10.9841L10.9321 8.31836H9.52526V7.25C9.52526 7.05806 9.45204 6.86612 9.30559 6.71967C9.0127 6.42678 8.53782 6.42678 8.24493 6.71967L6.94101 8.02359C6.69297 8.27163 6.55158 8.58592 6.51682 8.90949C6.5058 8.96064 6.5 9.01373 6.5 9.06818C6.5 9.12263 6.5058 9.17572 6.51682 9.22687C6.55158 9.55045 6.69297 9.86474 6.94101 10.1128L8.24493 11.4167Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM8.24493 11.4167C8.53782 11.7096 9.0127 11.7096 9.30559 11.4167C9.45204 11.2702 9.52526 11.0783 9.52526 10.8864V9.81836H10.9321C11.8961 9.81836 12.5437 9.81995 13.0267 9.88489C13.4882 9.94694 13.6857 10.0542 13.816 10.1845C13.9463 10.3148 14.0536 10.5123 14.1156 10.9738C14.1805 11.4568 14.1821 12.1043 14.1821 13.0684V14.4746H13.1142C12.9221 14.4745 12.7299 14.5477 12.5833 14.6943C12.2904 14.9872 12.2904 15.462 12.5833 15.7549L13.8872 17.0589C14.1353 17.3069 14.4496 17.4483 14.7731 17.483C14.8243 17.4941 14.8774 17.4999 14.9318 17.4999C14.9863 17.4999 15.0394 17.4941 15.0905 17.483C15.4141 17.4483 15.7284 17.3069 15.9764 17.0589L17.2803 15.7549C17.5732 15.462 17.5732 14.9872 17.2803 14.6943C17.1339 14.5478 16.942 14.4746 16.75 14.4746H15.6821V13.0164C15.6822 12.1179 15.6822 11.3687 15.6022 10.7739C15.5178 10.1461 15.3322 9.57929 14.8767 9.12382C14.4212 8.66835 13.8544 8.48268 13.2266 8.39827C12.6318 8.3183 11.8826 8.31833 10.9842 8.31836H10.9841L10.9321 8.31836H9.52526V7.25C9.52526 7.05806 9.45204 6.86612 9.30559 6.71967C9.0127 6.42678 8.53782 6.42678 8.24493 6.71967L6.94101 8.02359C6.69297 8.27163 6.55158 8.58592 6.51682 8.90949C6.5058 8.96064 6.5 9.01373 6.5 9.06818C6.5 9.12263 6.5058 9.17572 6.51682 9.22687C6.55158 9.55045 6.69297 9.86474 6.94101 10.1128L8.24493 11.4167Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-move-left-up-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM9.13282 6.28637C9.52695 5.89948 10.1601 5.90535 10.547 6.29948C10.7381 6.49417 10.8334 6.74717 10.8333 7L10.8332 8.24356L10.8486 8.24586C13.9426 8.71608 16.409 11.0538 16.9093 14.0846C17.0002 14.6354 17.0001 15.2716 17 16.2888L17 16.3969V17C17 17.5523 16.5523 18 16 18C15.4477 18 15 17.5523 15 17V16.3969C15 15.2367 14.9966 14.7778 14.936 14.4103C14.5991 12.3696 12.9772 10.7146 10.8329 10.274L10.8328 11.2875C10.8416 11.5513 10.7465 11.8182 10.547 12.0214C10.1601 12.4156 9.52695 12.4214 9.13282 12.0346L7.55939 10.49C7.18719 10.1247 7.00073 9.6441 7 9.16329L7 9.16027L7 9.15754C7.00075 8.67676 7.18722 8.19622 7.55939 7.83088L9.13282 6.28637Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM9.13282 6.28637C9.52695 5.89948 10.1601 5.90535 10.547 6.29948C10.7381 6.49417 10.8334 6.74717 10.8333 7L10.8332 8.24356L10.8486 8.24586C13.9426 8.71608 16.409 11.0538 16.9093 14.0846C17.0002 14.6354 17.0001 15.2716 17 16.2888L17 16.3969V17C17 17.5523 16.5523 18 16 18C15.4477 18 15 17.5523 15 17V16.3969C15 15.2367 14.9966 14.7778 14.936 14.4103C14.5991 12.3696 12.9772 10.7146 10.8329 10.274L10.8328 11.2875C10.8416 11.5513 10.7465 11.8182 10.547 12.0214C10.1601 12.4156 9.52695 12.4214 9.13282 12.0346L7.55939 10.49C7.18719 10.1247 7.00073 9.6441 7 9.16329L7 9.16027L7 9.15754C7.00075 8.67676 7.18722 8.19622 7.55939 7.83088L9.13282 6.28637Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-move-right-down-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM15.7551 11.4167C15.4622 11.7096 14.9873 11.7096 14.6944 11.4167C14.548 11.2702 14.4747 11.0783 14.4747 10.8864V9.81836H13.0679C12.1039 9.81836 11.4563 9.81995 10.9733 9.88489C10.5118 9.94694 10.3143 10.0542 10.184 10.1845C10.0537 10.3148 9.94644 10.5123 9.8844 10.9738C9.81945 11.4568 9.81786 12.1043 9.81786 13.0684V14.4746H10.8858C11.0779 14.4745 11.2701 14.5477 11.4167 14.6943C11.7096 14.9872 11.7096 15.462 11.4167 15.7549L10.1128 17.0589C9.86473 17.3069 9.55044 17.4483 9.22686 17.483C9.17571 17.4941 9.12262 17.4999 9.06817 17.4999C9.01372 17.4999 8.96063 17.4941 8.90948 17.483C8.5859 17.4483 8.27161 17.3069 8.02358 17.0589L6.71966 15.7549C6.42677 15.462 6.42677 14.9872 6.71966 14.6943C6.8661 14.5478 7.05805 14.4746 7.24999 14.4746H8.31786V13.0164C8.31783 12.1179 8.31781 11.3687 8.39777 10.7739C8.48218 10.1461 8.66785 9.57929 9.12332 9.12382C9.57879 8.66835 10.1456 8.48268 10.7734 8.39827C11.3682 8.3183 12.1174 8.31833 13.0158 8.31836H13.0159L13.0679 8.31836H14.4747V7.25C14.4747 7.05806 14.548 6.86612 14.6944 6.71967C14.9873 6.42678 15.4622 6.42678 15.7551 6.71967L17.059 8.02359C17.307 8.27163 17.4484 8.58592 17.4832 8.90949C17.4942 8.96064 17.5 9.01373 17.5 9.06818C17.5 9.12263 17.4942 9.17572 17.4832 9.22687C17.4484 9.55045 17.307 9.86474 17.059 10.1128L15.7551 11.4167Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM15.7551 11.4167C15.4622 11.7096 14.9873 11.7096 14.6944 11.4167C14.548 11.2702 14.4747 11.0783 14.4747 10.8864V9.81836H13.0679C12.1039 9.81836 11.4563 9.81995 10.9733 9.88489C10.5118 9.94694 10.3143 10.0542 10.184 10.1845C10.0537 10.3148 9.94644 10.5123 9.8844 10.9738C9.81945 11.4568 9.81786 12.1043 9.81786 13.0684V14.4746H10.8858C11.0779 14.4745 11.2701 14.5477 11.4167 14.6943C11.7096 14.9872 11.7096 15.462 11.4167 15.7549L10.1128 17.0589C9.86473 17.3069 9.55044 17.4483 9.22686 17.483C9.17571 17.4941 9.12262 17.4999 9.06817 17.4999C9.01372 17.4999 8.96063 17.4941 8.90948 17.483C8.5859 17.4483 8.27161 17.3069 8.02358 17.0589L6.71966 15.7549C6.42677 15.462 6.42677 14.9872 6.71966 14.6943C6.8661 14.5478 7.05805 14.4746 7.24999 14.4746H8.31786V13.0164C8.31783 12.1179 8.31781 11.3687 8.39777 10.7739C8.48218 10.1461 8.66785 9.57929 9.12332 9.12382C9.57879 8.66835 10.1456 8.48268 10.7734 8.39827C11.3682 8.3183 12.1174 8.31833 13.0158 8.31836H13.0159L13.0679 8.31836H14.4747V7.25C14.4747 7.05806 14.548 6.86612 14.6944 6.71967C14.9873 6.42678 15.4622 6.42678 15.7551 6.71967L17.059 8.02359C17.307 8.27163 17.4484 8.58592 17.4832 8.90949C17.4942 8.96064 17.5 9.01373 17.5 9.06818C17.5 9.12263 17.4942 9.17572 17.4832 9.22687C17.4484 9.55045 17.307 9.86474 17.059 10.1128L15.7551 11.4167Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-move-right-up-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM14.8672 6.28637C14.473 5.89948 13.8399 5.90535 13.453 6.29948C13.2619 6.49417 13.1666 6.74717 13.1667 7L13.1668 8.24356L13.1514 8.24586C10.0574 8.71608 7.59098 11.0538 7.09073 14.0846C6.99982 14.6354 6.99988 15.2716 6.99999 16.2888L7 16.3969V17C7 17.5523 7.44771 18 8 18C8.55228 18 9 17.5523 9 17V16.3969C9 15.2367 9.00336 14.7778 9.06403 14.4103C9.40087 12.3696 11.0228 10.7146 13.1671 10.274L13.1672 11.2875C13.1584 11.5513 13.2535 11.8182 13.453 12.0214C13.8399 12.4156 14.473 12.4214 14.8672 12.0346L16.4406 10.49C16.8128 10.1247 16.9993 9.6441 17 9.16329L17 9.16027L17 9.15754C16.9992 8.67676 16.8128 8.19622 16.4406 7.83088L14.8672 6.28637Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM14.8672 6.28637C14.473 5.89948 13.8399 5.90535 13.453 6.29948C13.2619 6.49417 13.1666 6.74717 13.1667 7L13.1668 8.24356L13.1514 8.24586C10.0574 8.71608 7.59098 11.0538 7.09073 14.0846C6.99982 14.6354 6.99988 15.2716 6.99999 16.2888L7 16.3969V17C7 17.5523 7.44771 18 8 18C8.55228 18 9 17.5523 9 17V16.3969C9 15.2367 9.00336 14.7778 9.06403 14.4103C9.40087 12.3696 11.0228 10.7146 13.1671 10.274L13.1672 11.2875C13.1584 11.5513 13.2535 11.8182 13.453 12.0214C13.8399 12.4156 14.473 12.4214 14.8672 12.0346L16.4406 10.49C16.8128 10.1247 16.9993 9.6441 17 9.16329L17 9.16027L17 9.15754C16.9992 8.67676 16.8128 8.19622 16.4406 7.83088L14.8672 6.28637Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-reload-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM15.2879 6.53438C15.0308 6.20967 14.5591 6.15492 14.2344 6.41209C14.0476 6.56001 13.9501 6.77892 13.95 7V8.52276L9.3 8.52276C8.36034 8.52276 7.59021 8.77144 7.14765 9.47859C6.77131 10.0799 6.75 10.8698 6.75 11.5455C6.75 11.9597 7.08579 12.2955 7.5 12.2955C7.91421 12.2955 8.25 11.9597 8.25 11.5455C8.25 10.8007 8.30658 10.4543 8.41917 10.2744C8.46556 10.2002 8.59543 10.0228 9.3 10.0228H15.2594C15.5138 10.0228 15.7714 10.0091 15.9953 9.95471C16.1966 9.90583 16.5634 9.77752 16.7492 9.39329C16.9351 9.00906 16.8079 8.64187 16.7213 8.45372C16.6249 8.24447 16.4756 8.03399 16.3177 7.83459L15.2879 6.53438ZM17.25 12.4546C17.25 12.0404 16.9142 11.7046 16.5 11.7046C16.0858 11.7046 15.75 12.0404 15.75 12.4546C15.75 13.1993 15.6934 13.5458 15.5808 13.7257C15.5344 13.7998 15.4046 13.9773 14.7 13.9773H8.74059C8.48623 13.9773 8.22856 13.991 8.00469 14.0454C7.80339 14.0942 7.43661 14.2225 7.25078 14.6068C7.06495 14.991 7.19209 15.3582 7.27875 15.5463C7.37512 15.7556 7.52437 15.9661 7.6823 16.1655L8.71206 17.4657C8.96923 17.7904 9.44094 17.8451 9.76565 17.588C9.95244 17.44 10.0499 17.2211 10.05 17V15.4773H14.7C15.6397 15.4773 16.4098 15.2286 16.8523 14.5215C17.2287 13.9201 17.25 13.1302 17.25 12.4546Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM15.2879 6.53438C15.0308 6.20967 14.5591 6.15492 14.2344 6.41209C14.0476 6.56001 13.9501 6.77892 13.95 7V8.52276L9.3 8.52276C8.36034 8.52276 7.59021 8.77144 7.14765 9.47859C6.77131 10.0799 6.75 10.8698 6.75 11.5455C6.75 11.9597 7.08579 12.2955 7.5 12.2955C7.91421 12.2955 8.25 11.9597 8.25 11.5455C8.25 10.8007 8.30658 10.4543 8.41917 10.2744C8.46556 10.2002 8.59543 10.0228 9.3 10.0228H15.2594C15.5138 10.0228 15.7714 10.0091 15.9953 9.95471C16.1966 9.90583 16.5634 9.77752 16.7492 9.39329C16.9351 9.00906 16.8079 8.64187 16.7213 8.45372C16.6249 8.24447 16.4756 8.03399 16.3177 7.83459L15.2879 6.53438ZM17.25 12.4546C17.25 12.0404 16.9142 11.7046 16.5 11.7046C16.0858 11.7046 15.75 12.0404 15.75 12.4546C15.75 13.1993 15.6934 13.5458 15.5808 13.7257C15.5344 13.7998 15.4046 13.9773 14.7 13.9773H8.74059C8.48623 13.9773 8.22856 13.991 8.00469 14.0454C7.80339 14.0942 7.43661 14.2225 7.25078 14.6068C7.06495 14.991 7.19209 15.3582 7.27875 15.5463C7.37512 15.7556 7.52437 15.9661 7.6823 16.1655L8.71206 17.4657C8.96923 17.7904 9.44094 17.8451 9.76565 17.588C9.95244 17.44 10.0499 17.2211 10.05 17V15.4773H14.7C15.6397 15.4773 16.4098 15.2286 16.8523 14.5215C17.2287 13.9201 17.25 13.1302 17.25 12.4546Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-reload-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM8.71206 6.53438C8.96923 6.20967 9.44094 6.15492 9.76565 6.41209C9.95242 6.56001 10.0499 6.77892 10.05 7V8.52276L14.7 8.52276C15.6397 8.52276 16.4098 8.77144 16.8523 9.47859C17.2287 10.0799 17.25 10.8698 17.25 11.5455C17.25 11.9597 16.9142 12.2955 16.5 12.2955C16.0858 12.2955 15.75 11.9597 15.75 11.5455C15.75 10.8007 15.6934 10.4543 15.5808 10.2744C15.5344 10.2002 15.4046 10.0228 14.7 10.0228H8.74059C8.48623 10.0228 8.22856 10.0091 8.00469 9.95471C7.80339 9.90583 7.43661 9.77752 7.25078 9.39329C7.06495 9.00906 7.19209 8.64187 7.27875 8.45372C7.37512 8.24447 7.52437 8.03399 7.6823 7.83459L8.71206 6.53438ZM6.75 12.4546C6.75 12.0404 7.08579 11.7046 7.5 11.7046C7.91421 11.7046 8.25 12.0404 8.25 12.4546C8.25 13.1993 8.30658 13.5458 8.41917 13.7257C8.46556 13.7998 8.59543 13.9773 9.3 13.9773H15.2594C15.5138 13.9773 15.7714 13.991 15.9953 14.0454C16.1966 14.0942 16.5634 14.2225 16.7492 14.6068C16.935 14.991 16.8079 15.3582 16.7213 15.5463C16.6249 15.7556 16.4756 15.9661 16.3177 16.1655L15.2879 17.4657C15.0308 17.7904 14.5591 17.8451 14.2344 17.588C14.0476 17.44 13.9501 17.2211 13.95 17V15.4773H9.3C8.36034 15.4773 7.59021 15.2286 7.14765 14.5215C6.77131 13.9201 6.75 13.1302 6.75 12.4546Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM8.71206 6.53438C8.96923 6.20967 9.44094 6.15492 9.76565 6.41209C9.95242 6.56001 10.0499 6.77892 10.05 7V8.52276L14.7 8.52276C15.6397 8.52276 16.4098 8.77144 16.8523 9.47859C17.2287 10.0799 17.25 10.8698 17.25 11.5455C17.25 11.9597 16.9142 12.2955 16.5 12.2955C16.0858 12.2955 15.75 11.9597 15.75 11.5455C15.75 10.8007 15.6934 10.4543 15.5808 10.2744C15.5344 10.2002 15.4046 10.0228 14.7 10.0228H8.74059C8.48623 10.0228 8.22856 10.0091 8.00469 9.95471C7.80339 9.90583 7.43661 9.77752 7.25078 9.39329C7.06495 9.00906 7.19209 8.64187 7.27875 8.45372C7.37512 8.24447 7.52437 8.03399 7.6823 7.83459L8.71206 6.53438ZM6.75 12.4546C6.75 12.0404 7.08579 11.7046 7.5 11.7046C7.91421 11.7046 8.25 12.0404 8.25 12.4546C8.25 13.1993 8.30658 13.5458 8.41917 13.7257C8.46556 13.7998 8.59543 13.9773 9.3 13.9773H15.2594C15.5138 13.9773 15.7714 13.991 15.9953 14.0454C16.1966 14.0942 16.5634 14.2225 16.7492 14.6068C16.935 14.991 16.8079 15.3582 16.7213 15.5463C16.6249 15.7556 16.4756 15.9661 16.3177 16.1655L15.2879 17.4657C15.0308 17.7904 14.5591 17.8451 14.2344 17.588C14.0476 17.44 13.9501 17.2211 13.95 17V15.4773H9.3C8.36034 15.4773 7.59021 15.2286 7.14765 14.5215C6.77131 13.9201 6.75 13.1302 6.75 12.4546Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-right-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 12.0572L22.25 11.9428L22.25 11.9428C22.25 9.7521 22.25 8.03143 22.0694 6.68802C21.8843 5.31136 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L12.0572 1.75L11.9428 1.75L11.9428 1.75C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802ZM12.4598 11.9374C12.4712 11.9627 12.4798 11.9834 12.4861 11.9999C12.4798 12.0164 12.4712 12.0372 12.4598 12.0625C12.4077 12.1777 12.3215 12.3303 12.1976 12.5173C11.9503 12.8905 11.6065 13.3209 11.2432 13.7416C10.8834 14.1581 10.5212 14.5456 10.2477 14.8303L9.79932 15.2865C9.40536 15.6734 9.3995 16.3066 9.78643 16.7007C10.1734 17.0947 10.8065 17.1005 11.2006 16.7135L11.6897 16.2161C11.9786 15.9155 12.3665 15.5007 12.7567 15.049C13.1433 14.6014 13.5496 14.0977 13.8647 13.6221C14.0221 13.3846 14.1702 13.1341 14.2822 12.8865C14.3862 12.6564 14.4999 12.3416 14.4999 11.9999C14.4999 11.6583 14.3862 11.3435 14.2822 11.1134C14.1702 10.8658 14.0221 10.6152 13.8647 10.3778C13.5496 9.90221 13.1433 9.39853 12.7567 8.95094C12.3665 8.49922 11.9786 8.0844 11.6897 7.78376L11.2006 7.2864C10.8065 6.89944 10.1734 6.90519 9.78643 7.29924C9.3995 7.69327 9.40536 8.32647 9.79932 8.71344L10.2477 9.16959C10.5212 9.45425 10.8834 9.8418 11.2432 10.2583C11.6065 10.679 11.9503 11.1094 12.1976 11.4826C12.3215 11.6696 12.4077 11.8222 12.4598 11.9374Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 12.0572L22.25 11.9428L22.25 11.9428C22.25 9.7521 22.25 8.03143 22.0694 6.68802C21.8843 5.31136 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L12.0572 1.75L11.9428 1.75L11.9428 1.75C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802ZM12.4598 11.9374C12.4712 11.9627 12.4798 11.9834 12.4861 11.9999C12.4798 12.0164 12.4712 12.0372 12.4598 12.0625C12.4077 12.1777 12.3215 12.3303 12.1976 12.5173C11.9503 12.8905 11.6065 13.3209 11.2432 13.7416C10.8834 14.1581 10.5212 14.5456 10.2477 14.8303L9.79932 15.2865C9.40536 15.6734 9.3995 16.3066 9.78643 16.7007C10.1734 17.0947 10.8065 17.1005 11.2006 16.7135L11.6897 16.2161C11.9786 15.9155 12.3665 15.5007 12.7567 15.049C13.1433 14.6014 13.5496 14.0977 13.8647 13.6221C14.0221 13.3846 14.1702 13.1341 14.2822 12.8865C14.3862 12.6564 14.4999 12.3416 14.4999 11.9999C14.4999 11.6583 14.3862 11.3435 14.2822 11.1134C14.1702 10.8658 14.0221 10.6152 13.8647 10.3778C13.5496 9.90221 13.1433 9.39853 12.7567 8.95094C12.3665 8.49922 11.9786 8.0844 11.6897 7.78376L11.2006 7.2864C10.8065 6.89944 10.1734 6.90519 9.78643 7.29924C9.3995 7.69327 9.40536 8.32647 9.79932 8.71344L10.2477 9.16959C10.5212 9.45425 10.8834 9.8418 11.2432 10.2583C11.6065 10.679 11.9503 11.1094 12.1976 11.4826C12.3215 11.6696 12.4077 11.8222 12.4598 11.9374Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-right-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 11.9428C22.25 9.75212 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L11.9428 1.75C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03143 1.74999 9.7521 1.75 11.9428L1.75 11.9428L1.75 12.0572L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31136 21.8843 6.68802 22.0694C8.03143 22.25 9.7521 22.25 11.9428 22.25L11.9428 22.25L12.0572 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312ZM7 12C7 12.5523 7.44772 13 8 13L12.5 13L12.5 13.162C12.4999 13.4524 12.4998 13.7597 12.5288 14.0022C12.55 14.179 12.6298 14.8295 13.2387 15.1296C13.8481 15.43 14.3908 15.0851 14.5374 14.9914C14.7391 14.8625 14.9718 14.6695 15.1919 14.4869L15.2297 14.4555C15.5765 14.168 15.9712 13.8257 16.2852 13.4824C16.442 13.311 16.6035 13.1127 16.7312 12.8974C16.8495 12.6978 17 12.3826 17 12C17 11.6174 16.8495 11.3022 16.7312 11.1026C16.6035 10.8873 16.442 10.689 16.2852 10.5176C15.9712 10.1743 15.5765 9.83196 15.2297 9.54449L15.1919 9.51315C14.9718 9.33054 14.7392 9.13753 14.5374 9.00859C14.3908 8.91494 13.8481 8.57002 13.2387 8.87038C12.6298 9.1705 12.55 9.82103 12.5288 9.99783C12.4998 10.2403 12.4999 10.5476 12.5 10.838L12.5 11L8 11C7.44772 11 7 11.4477 7 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 11.9428C22.25 9.75212 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L11.9428 1.75C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03143 1.74999 9.7521 1.75 11.9428L1.75 11.9428L1.75 12.0572L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31136 21.8843 6.68802 22.0694C8.03143 22.25 9.7521 22.25 11.9428 22.25L11.9428 22.25L12.0572 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312ZM7 12C7 12.5523 7.44772 13 8 13L12.5 13L12.5 13.162C12.4999 13.4524 12.4998 13.7597 12.5288 14.0022C12.55 14.179 12.6298 14.8295 13.2387 15.1296C13.8481 15.43 14.3908 15.0851 14.5374 14.9914C14.7391 14.8625 14.9718 14.6695 15.1919 14.4869L15.2297 14.4555C15.5765 14.168 15.9712 13.8257 16.2852 13.4824C16.442 13.311 16.6035 13.1127 16.7312 12.8974C16.8495 12.6978 17 12.3826 17 12C17 11.6174 16.8495 11.3022 16.7312 11.1026C16.6035 10.8873 16.442 10.689 16.2852 10.5176C15.9712 10.1743 15.5765 9.83196 15.2297 9.54449L15.1919 9.51315C14.9718 9.33054 14.7392 9.13753 14.5374 9.00859C14.3908 8.91494 13.8481 8.57002 13.2387 8.87038C12.6298 9.1705 12.55 9.82103 12.5288 9.99783C12.4998 10.2403 12.4999 10.5476 12.5 10.838L12.5 11L8 11C7.44772 11 7 11.4477 7 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-right-03-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 11.9428C22.25 9.75212 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L12.0572 1.75L11.9428 1.75L11.9428 1.75C9.75211 1.74999 8.03144 1.74998 6.68803 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31136 1.93059 6.68802C1.74998 8.03143 1.74999 9.7521 1.75 11.9428L1.75 11.9428L1.75 12.0572L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694ZM17.75 8L17.75 16C17.75 16.4142 17.4142 16.75 17 16.75C16.5858 16.75 16.25 16.4142 16.25 16L16.25 8C16.25 7.58579 16.5858 7.25 17 7.25C17.4142 7.25 17.75 7.58579 17.75 8ZM6.25 12C6.25 11.5858 6.58579 11.25 7 11.25L11.25 11.25L11.25 10.939C11.25 10.6653 11.2499 10.3967 11.2736 10.1889C11.2921 10.0261 11.3538 9.55368 11.7721 9.33716C12.1907 9.12048 12.57 9.36549 12.6986 9.4518C12.8633 9.56231 13.057 9.73107 13.2545 9.90312L13.2826 9.92757C13.5848 10.1907 13.9202 10.4968 14.184 10.7998C14.3158 10.9511 14.446 11.12 14.5468 11.2985C14.6414 11.4662 14.75 11.7115 14.75 12C14.75 12.2885 14.6414 12.5338 14.5468 12.7015C14.446 12.88 14.3158 13.0488 14.184 13.2002C13.9202 13.5032 13.5848 13.8093 13.2826 14.0724L13.2545 14.0969C13.057 14.2689 12.8633 14.4377 12.6986 14.5482C12.57 14.6345 12.1907 14.8795 11.7721 14.6628C11.3538 14.4463 11.2921 13.9739 11.2736 13.8111C11.2499 13.6033 11.25 13.3347 11.25 13.061L11.25 12.75L7 12.75C6.58579 12.75 6.25 12.4142 6.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 11.9428C22.25 9.75212 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L12.0572 1.75L11.9428 1.75L11.9428 1.75C9.75211 1.74999 8.03144 1.74998 6.68803 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31136 1.93059 6.68802C1.74998 8.03143 1.74999 9.7521 1.75 11.9428L1.75 11.9428L1.75 12.0572L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694ZM17.75 8L17.75 16C17.75 16.4142 17.4142 16.75 17 16.75C16.5858 16.75 16.25 16.4142 16.25 16L16.25 8C16.25 7.58579 16.5858 7.25 17 7.25C17.4142 7.25 17.75 7.58579 17.75 8ZM6.25 12C6.25 11.5858 6.58579 11.25 7 11.25L11.25 11.25L11.25 10.939C11.25 10.6653 11.2499 10.3967 11.2736 10.1889C11.2921 10.0261 11.3538 9.55368 11.7721 9.33716C12.1907 9.12048 12.57 9.36549 12.6986 9.4518C12.8633 9.56231 13.057 9.73107 13.2545 9.90312L13.2826 9.92757C13.5848 10.1907 13.9202 10.4968 14.184 10.7998C14.3158 10.9511 14.446 11.12 14.5468 11.2985C14.6414 11.4662 14.75 11.7115 14.75 12C14.75 12.2885 14.6414 12.5338 14.5468 12.7015C14.446 12.88 14.3158 13.0488 14.184 13.2002C13.9202 13.5032 13.5848 13.8093 13.2826 14.0724L13.2545 14.0969C13.057 14.2689 12.8633 14.4377 12.6986 14.5482C12.57 14.6345 12.1907 14.8795 11.7721 14.6628C11.3538 14.4463 11.2921 13.9739 11.2736 13.8111C11.2499 13.6033 11.25 13.3347 11.25 13.061L11.25 12.75L7 12.75C6.58579 12.75 6.25 12.4142 6.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-right-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13.4852 8.19192C13.1519 7.90483 12.6506 7.94435 12.3656 8.28019C12.0806 8.61601 12.12 9.12108 12.4533 9.40818L12.8637 9.77434C13.1138 10.0026 13.4449 10.3133 13.7739 10.6473C14.1062 10.9847 14.4205 11.3298 14.6464 11.6288C14.7598 11.7789 14.8375 11.8998 14.8836 11.9891L14.8891 12L14.8836 12.0109C14.8375 12.1002 14.7598 12.2211 14.6464 12.3712C14.4205 12.6701 14.1062 13.0153 13.7739 13.3527C13.4449 13.6867 13.1138 13.9974 12.8637 14.2257L12.4532 14.5919C12.1199 14.879 12.0806 15.384 12.3656 15.7198C12.6506 16.0557 13.1519 16.0952 13.4853 15.8081L13.93 15.4115C14.193 15.1715 14.5461 14.8403 14.9013 14.4797C15.2531 14.1225 15.6229 13.7204 15.9102 13.3403C16.0533 13.1508 16.1894 12.9493 16.293 12.7483C16.3877 12.5647 16.5 12.2979 16.5 12C16.5 11.702 16.3877 11.4353 16.293 11.2516C16.1894 11.0507 16.0533 10.8491 15.9102 10.6597C15.6229 10.2796 15.2531 9.87746 14.9013 9.52028C14.5461 9.15968 14.193 8.82852 13.93 8.58851L13.4852 8.19192ZM10.7261 9.52028C10.3709 9.15968 10.0179 8.82852 9.75484 8.58851L9.31012 8.19192C9.07453 7.98904 8.7433 7.94277 8.46181 8.07343C8.18031 8.20408 8 8.48778 8 8.80001L8.00002 15.2C8.00002 15.5122 8.18034 15.7959 8.46184 15.9266C8.74333 16.0572 9.07456 16.011 9.31015 15.8081L9.75487 15.4115C10.0179 15.1715 10.371 14.8403 10.7262 14.4797C11.078 14.1225 11.4478 13.7204 11.735 13.3403C11.8782 13.1508 12.0143 12.9493 12.1179 12.7483C12.2126 12.5647 12.3249 12.2979 12.3249 12C12.3249 11.702 12.2126 11.4353 12.1179 11.2516C12.0143 11.0507 11.8782 10.8491 11.735 10.6597C11.4478 10.2796 11.078 9.87746 10.7261 9.52028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13.4852 8.19192C13.1519 7.90483 12.6506 7.94435 12.3656 8.28019C12.0806 8.61601 12.12 9.12108 12.4533 9.40818L12.8637 9.77434C13.1138 10.0026 13.4449 10.3133 13.7739 10.6473C14.1062 10.9847 14.4205 11.3298 14.6464 11.6288C14.7598 11.7789 14.8375 11.8998 14.8836 11.9891L14.8891 12L14.8836 12.0109C14.8375 12.1002 14.7598 12.2211 14.6464 12.3712C14.4205 12.6701 14.1062 13.0153 13.7739 13.3527C13.4449 13.6867 13.1138 13.9974 12.8637 14.2257L12.4532 14.5919C12.1199 14.879 12.0806 15.384 12.3656 15.7198C12.6506 16.0557 13.1519 16.0952 13.4853 15.8081L13.93 15.4115C14.193 15.1715 14.5461 14.8403 14.9013 14.4797C15.2531 14.1225 15.6229 13.7204 15.9102 13.3403C16.0533 13.1508 16.1894 12.9493 16.293 12.7483C16.3877 12.5647 16.5 12.2979 16.5 12C16.5 11.702 16.3877 11.4353 16.293 11.2516C16.1894 11.0507 16.0533 10.8491 15.9102 10.6597C15.6229 10.2796 15.2531 9.87746 14.9013 9.52028C14.5461 9.15968 14.193 8.82852 13.93 8.58851L13.4852 8.19192ZM10.7261 9.52028C10.3709 9.15968 10.0179 8.82852 9.75484 8.58851L9.31012 8.19192C9.07453 7.98904 8.7433 7.94277 8.46181 8.07343C8.18031 8.20408 8 8.48778 8 8.80001L8.00002 15.2C8.00002 15.5122 8.18034 15.7959 8.46184 15.9266C8.74333 16.0572 9.07456 16.011 9.31015 15.8081L9.75487 15.4115C10.0179 15.1715 10.371 14.8403 10.7262 14.4797C11.078 14.1225 11.4478 13.7204 11.735 13.3403C11.8782 13.1508 12.0143 12.9493 12.1179 12.7483C12.2126 12.5647 12.3249 12.2979 12.3249 12C12.3249 11.702 12.2126 11.4353 12.1179 11.2516C12.0143 11.0507 11.8782 10.8491 11.735 10.6597C11.4478 10.2796 11.078 9.87746 10.7261 9.52028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-shrink-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM11.8954 8.35734C11.9171 7.9437 11.5994 7.59076 11.1858 7.56904C10.965 7.55745 10.7615 7.64258 10.6164 7.78738L9.90901 8.49479L8.20711 6.79289C7.81658 6.40237 7.18342 6.40237 6.79289 6.79289C6.40237 7.18342 6.40237 7.81658 6.79289 8.20711L8.49479 9.90901L7.78768 10.6161C7.6427 10.7612 7.55745 10.9648 7.56905 11.1858C7.59077 11.5994 7.9437 11.9171 8.35735 11.8954C8.44011 11.8911 8.60001 11.8978 8.85915 11.9117L8.91581 11.9148C9.14268 11.9271 9.41318 11.9418 9.6814 11.9461C9.96866 11.9507 10.2854 11.9443 10.5709 11.9026C10.8124 11.8674 11.2148 11.7852 11.5 11.5C11.7852 11.2148 11.8674 10.8124 11.9026 10.5709C11.9443 10.2854 11.9507 9.96866 11.9461 9.68139C11.9418 9.41318 11.9271 9.14267 11.9148 8.91581L11.9117 8.85914C11.8978 8.6 11.8911 8.4401 11.8954 8.35734ZM12.1046 15.6427C12.0829 16.0563 12.4006 16.4092 12.8142 16.431C13.0352 16.4426 13.2388 16.3573 13.3839 16.2123L14.091 15.5052L15.7929 17.2071C16.1834 17.5977 16.8166 17.5977 17.2071 17.2071C17.5976 16.8166 17.5976 16.1834 17.2071 15.7929L15.5052 14.091L16.2126 13.3836C16.3574 13.2386 16.4425 13.035 16.4309 12.8142C16.4092 12.4006 16.0563 12.0829 15.6427 12.1046C15.5599 12.109 15.4 12.1023 15.1408 12.0883L15.0842 12.0852C14.8573 12.0729 14.5868 12.0582 14.3186 12.0539C14.0313 12.0493 13.7146 12.0557 13.4291 12.0974C13.1876 12.1326 12.7852 12.2149 12.5 12.5C12.2148 12.7852 12.1326 13.1876 12.0974 13.4291C12.0557 13.7146 12.0493 14.0314 12.0539 14.3186C12.0582 14.5868 12.0729 14.8573 12.0852 15.0842L12.0883 15.1409C12.1022 15.4 12.1089 15.5599 12.1046 15.6427Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM11.8954 8.35734C11.9171 7.9437 11.5994 7.59076 11.1858 7.56904C10.965 7.55745 10.7615 7.64258 10.6164 7.78738L9.90901 8.49479L8.20711 6.79289C7.81658 6.40237 7.18342 6.40237 6.79289 6.79289C6.40237 7.18342 6.40237 7.81658 6.79289 8.20711L8.49479 9.90901L7.78768 10.6161C7.6427 10.7612 7.55745 10.9648 7.56905 11.1858C7.59077 11.5994 7.9437 11.9171 8.35735 11.8954C8.44011 11.8911 8.60001 11.8978 8.85915 11.9117L8.91581 11.9148C9.14268 11.9271 9.41318 11.9418 9.6814 11.9461C9.96866 11.9507 10.2854 11.9443 10.5709 11.9026C10.8124 11.8674 11.2148 11.7852 11.5 11.5C11.7852 11.2148 11.8674 10.8124 11.9026 10.5709C11.9443 10.2854 11.9507 9.96866 11.9461 9.68139C11.9418 9.41318 11.9271 9.14267 11.9148 8.91581L11.9117 8.85914C11.8978 8.6 11.8911 8.4401 11.8954 8.35734ZM12.1046 15.6427C12.0829 16.0563 12.4006 16.4092 12.8142 16.431C13.0352 16.4426 13.2388 16.3573 13.3839 16.2123L14.091 15.5052L15.7929 17.2071C16.1834 17.5977 16.8166 17.5977 17.2071 17.2071C17.5976 16.8166 17.5976 16.1834 17.2071 15.7929L15.5052 14.091L16.2126 13.3836C16.3574 13.2386 16.4425 13.035 16.4309 12.8142C16.4092 12.4006 16.0563 12.0829 15.6427 12.1046C15.5599 12.109 15.4 12.1023 15.1408 12.0883L15.0842 12.0852C14.8573 12.0729 14.5868 12.0582 14.3186 12.0539C14.0313 12.0493 13.7146 12.0557 13.4291 12.0974C13.1876 12.1326 12.7852 12.2149 12.5 12.5C12.2148 12.7852 12.1326 13.1876 12.0974 13.4291C12.0557 13.7146 12.0493 14.0314 12.0539 14.3186C12.0582 14.5868 12.0729 14.8573 12.0852 15.0842L12.0883 15.1409C12.1022 15.4 12.1089 15.5599 12.1046 15.6427Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-shrink-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM12.1046 8.35734C12.0829 7.9437 12.4006 7.59076 12.8142 7.56904C13.035 7.55745 13.2385 7.64258 13.3836 7.78738L14.091 8.49479L15.7929 6.79289C16.1834 6.40237 16.8166 6.40237 17.2071 6.79289C17.5976 7.18342 17.5976 7.81658 17.2071 8.20711L15.5052 9.90901L16.2123 10.6161C16.3573 10.7612 16.4425 10.9648 16.4309 11.1858C16.4092 11.5994 16.0563 11.9171 15.6427 11.8954C15.5599 11.8911 15.4 11.8978 15.1408 11.9117L15.0842 11.9148C14.8573 11.9271 14.5868 11.9418 14.3186 11.9461C14.0313 11.9507 13.7146 11.9443 13.4291 11.9026C13.1876 11.8674 12.7852 11.7852 12.5 11.5C12.2148 11.2148 12.1326 10.8124 12.0974 10.5709C12.0557 10.2854 12.0493 9.96866 12.0539 9.68139C12.0582 9.41318 12.0729 9.14267 12.0852 8.91581L12.0883 8.85914C12.1022 8.6 12.1089 8.4401 12.1046 8.35734ZM11.8954 15.6427C11.9171 16.0563 11.5994 16.4092 11.1858 16.431C10.9648 16.4426 10.7612 16.3573 10.6161 16.2123L9.90901 15.5052L8.20711 17.2071C7.81658 17.5977 7.18342 17.5977 6.79289 17.2071C6.40237 16.8166 6.40237 16.1834 6.79289 15.7929L8.4948 14.091L7.78739 13.3836C7.64258 13.2386 7.55746 13.035 7.56905 12.8142C7.59077 12.4006 7.9437 12.0829 8.35735 12.1046C8.44011 12.109 8.60001 12.1023 8.85915 12.0883L8.91579 12.0852C9.14266 12.0729 9.41317 12.0582 9.6814 12.0539C9.96866 12.0493 10.2854 12.0557 10.5709 12.0974C10.8124 12.1326 11.2148 12.2149 11.5 12.5C11.7852 12.7852 11.8674 13.1876 11.9026 13.4291C11.9443 13.7146 11.9507 14.0314 11.9461 14.3186C11.9418 14.5868 11.9271 14.8573 11.9148 15.0842L11.9117 15.1409C11.8978 15.4 11.8911 15.5599 11.8954 15.6427Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM12.1046 8.35734C12.0829 7.9437 12.4006 7.59076 12.8142 7.56904C13.035 7.55745 13.2385 7.64258 13.3836 7.78738L14.091 8.49479L15.7929 6.79289C16.1834 6.40237 16.8166 6.40237 17.2071 6.79289C17.5976 7.18342 17.5976 7.81658 17.2071 8.20711L15.5052 9.90901L16.2123 10.6161C16.3573 10.7612 16.4425 10.9648 16.4309 11.1858C16.4092 11.5994 16.0563 11.9171 15.6427 11.8954C15.5599 11.8911 15.4 11.8978 15.1408 11.9117L15.0842 11.9148C14.8573 11.9271 14.5868 11.9418 14.3186 11.9461C14.0313 11.9507 13.7146 11.9443 13.4291 11.9026C13.1876 11.8674 12.7852 11.7852 12.5 11.5C12.2148 11.2148 12.1326 10.8124 12.0974 10.5709C12.0557 10.2854 12.0493 9.96866 12.0539 9.68139C12.0582 9.41318 12.0729 9.14267 12.0852 8.91581L12.0883 8.85914C12.1022 8.6 12.1089 8.4401 12.1046 8.35734ZM11.8954 15.6427C11.9171 16.0563 11.5994 16.4092 11.1858 16.431C10.9648 16.4426 10.7612 16.3573 10.6161 16.2123L9.90901 15.5052L8.20711 17.2071C7.81658 17.5977 7.18342 17.5977 6.79289 17.2071C6.40237 16.8166 6.40237 16.1834 6.79289 15.7929L8.4948 14.091L7.78739 13.3836C7.64258 13.2386 7.55746 13.035 7.56905 12.8142C7.59077 12.4006 7.9437 12.0829 8.35735 12.1046C8.44011 12.109 8.60001 12.1023 8.85915 12.0883L8.91579 12.0852C9.14266 12.0729 9.41317 12.0582 9.6814 12.0539C9.96866 12.0493 10.2854 12.0557 10.5709 12.0974C10.8124 12.1326 11.2148 12.2149 11.5 12.5C11.7852 12.7852 11.8674 13.1876 11.9026 13.4291C11.9443 13.7146 11.9507 14.0314 11.9461 14.3186C11.9418 14.5868 11.9271 14.8573 11.9148 15.0842L11.9117 15.1409C11.8978 15.4 11.8911 15.5599 11.8954 15.6427Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-up-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 11.9428C22.25 9.75212 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L12.0572 1.75L11.9428 1.75L11.9428 1.75C9.75211 1.74999 8.03144 1.74998 6.68803 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31136 1.93059 6.68802C1.74998 8.03143 1.74999 9.7521 1.75 11.9428L1.75 11.9428L1.75 12.0572L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694ZM11.9374 11.5402C11.9627 11.5288 11.9834 11.5202 11.9999 11.5139C12.0164 11.5202 12.0372 11.5288 12.0625 11.5402C12.1777 11.5923 12.3303 11.6785 12.5173 11.8024C12.8905 12.0497 13.3209 12.3935 13.7416 12.7568C14.1581 13.1166 14.5456 13.4788 14.8303 13.7523L15.2865 14.2007C15.6734 14.5946 16.3066 14.6005 16.7007 14.2136C17.0947 13.8266 17.1005 13.1935 16.7135 12.7994L16.2161 12.3103C15.9155 12.0214 15.5007 11.6335 15.049 11.2433C14.6014 10.8567 14.0977 10.4504 13.6221 10.1353C13.3847 9.97793 13.1341 9.82979 12.8865 9.7178C12.6564 9.61378 12.3416 9.50009 11.9999 9.50009C11.6583 9.50009 11.3435 9.61378 11.1134 9.7178C10.8658 9.82979 10.6153 9.97793 10.3778 10.1353C9.90221 10.4504 9.39853 10.8567 8.95094 11.2433C8.49922 11.6335 8.0844 12.0214 7.78376 12.3103L7.2864 12.7994C6.89944 13.1935 6.90519 13.8266 7.29924 14.2136C7.69327 14.6005 8.32647 14.5946 8.71344 14.2007L9.16959 13.7523C9.45425 13.4788 9.8418 13.1166 10.2583 12.7568C10.679 12.3935 11.1094 12.0497 11.4826 11.8024C11.6696 11.6785 11.8222 11.5923 11.9374 11.5402Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 11.9428C22.25 9.75212 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L12.0572 1.75L11.9428 1.75L11.9428 1.75C9.75211 1.74999 8.03144 1.74998 6.68803 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31136 1.93059 6.68802C1.74998 8.03143 1.74999 9.7521 1.75 11.9428L1.75 11.9428L1.75 12.0572L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694ZM11.9374 11.5402C11.9627 11.5288 11.9834 11.5202 11.9999 11.5139C12.0164 11.5202 12.0372 11.5288 12.0625 11.5402C12.1777 11.5923 12.3303 11.6785 12.5173 11.8024C12.8905 12.0497 13.3209 12.3935 13.7416 12.7568C14.1581 13.1166 14.5456 13.4788 14.8303 13.7523L15.2865 14.2007C15.6734 14.5946 16.3066 14.6005 16.7007 14.2136C17.0947 13.8266 17.1005 13.1935 16.7135 12.7994L16.2161 12.3103C15.9155 12.0214 15.5007 11.6335 15.049 11.2433C14.6014 10.8567 14.0977 10.4504 13.6221 10.1353C13.3847 9.97793 13.1341 9.82979 12.8865 9.7178C12.6564 9.61378 12.3416 9.50009 11.9999 9.50009C11.6583 9.50009 11.3435 9.61378 11.1134 9.7178C10.8658 9.82979 10.6153 9.97793 10.3778 10.1353C9.90221 10.4504 9.39853 10.8567 8.95094 11.2433C8.49922 11.6335 8.0844 12.0214 7.78376 12.3103L7.2864 12.7994C6.89944 13.1935 6.90519 13.8266 7.29924 14.2136C7.69327 14.6005 8.32647 14.5946 8.71344 14.2007L9.16959 13.7523C9.45425 13.4788 9.8418 13.1166 10.2583 12.7568C10.679 12.3935 11.1094 12.0497 11.4826 11.8024C11.6696 11.6785 11.8222 11.5923 11.9374 11.5402Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-up-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM12 17C12.5523 17 13 16.5523 13 16V11.5H13.162C13.4524 11.5001 13.7597 11.5002 14.0022 11.4712C14.179 11.45 14.8295 11.3702 15.1296 10.7613C15.43 10.1519 15.0851 9.60918 14.9914 9.46263C14.8625 9.26085 14.6695 9.02819 14.4869 8.80808L14.4555 8.77028C14.168 8.42352 13.8257 8.02882 13.4824 7.71482C13.311 7.55802 13.1127 7.39647 12.8974 7.26884C12.6978 7.15052 12.3826 7 12 7C11.6174 7 11.3022 7.15052 11.1026 7.26884C10.8873 7.39647 10.689 7.55802 10.5176 7.71482C10.1743 8.02882 9.83196 8.42352 9.54449 8.77029L9.51315 8.80807C9.33054 9.02819 9.13753 9.26085 9.00859 9.46263C8.91494 9.60918 8.57002 10.1519 8.87038 10.7613C9.1705 11.3702 9.82103 11.45 9.99783 11.4712C10.2403 11.5002 10.5476 11.5001 10.838 11.5H11V16C11 16.5523 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM12 17C12.5523 17 13 16.5523 13 16V11.5H13.162C13.4524 11.5001 13.7597 11.5002 14.0022 11.4712C14.179 11.45 14.8295 11.3702 15.1296 10.7613C15.43 10.1519 15.0851 9.60918 14.9914 9.46263C14.8625 9.26085 14.6695 9.02819 14.4869 8.80808L14.4555 8.77028C14.168 8.42352 13.8257 8.02882 13.4824 7.71482C13.311 7.55802 13.1127 7.39647 12.8974 7.26884C12.6978 7.15052 12.3826 7 12 7C11.6174 7 11.3022 7.15052 11.1026 7.26884C10.8873 7.39647 10.689 7.55802 10.5176 7.71482C10.1743 8.02882 9.83196 8.42352 9.54449 8.77029L9.51315 8.80807C9.33054 9.02819 9.13753 9.26085 9.00859 9.46263C8.91494 9.60918 8.57002 10.1519 8.87038 10.7613C9.1705 11.3702 9.82103 11.45 9.99783 11.4712C10.2403 11.5002 10.5476 11.5001 10.838 11.5H11V16C11 16.5523 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-up-03-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 11.9428C22.25 9.75212 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L11.9428 1.75C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03143 1.74999 9.7521 1.75 11.9428L1.75 11.9428L1.75 12.0572L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31136 21.8843 6.68802 22.0694C8.03143 22.25 9.7521 22.25 11.9428 22.25L11.9428 22.25L12.0572 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312ZM8 6.25L16 6.25C16.4142 6.25 16.75 6.58579 16.75 7C16.75 7.41421 16.4142 7.75 16 7.75L8 7.75C7.58579 7.75 7.25 7.41421 7.25 7C7.25 6.58579 7.58579 6.25 8 6.25ZM12 17.75C11.5858 17.75 11.25 17.4142 11.25 17L11.25 12.75L10.939 12.75C10.6653 12.75 10.3967 12.7501 10.1889 12.7264C10.0261 12.7079 9.55368 12.6462 9.33716 12.2279C9.12048 11.8093 9.36549 11.43 9.4518 11.3014C9.56231 11.1367 9.73107 10.943 9.90312 10.7455L9.92757 10.7174C10.1907 10.4152 10.4968 10.0798 10.7998 9.81597C10.9511 9.68419 11.12 9.55395 11.2985 9.4532C11.4662 9.35855 11.7115 9.25 12 9.25C12.2885 9.25 12.5338 9.35855 12.7015 9.4532C12.88 9.55395 13.0488 9.68419 13.2002 9.81597C13.5032 10.0798 13.8093 10.4152 14.0724 10.7174L14.0969 10.7455C14.2689 10.943 14.4377 11.1367 14.5482 11.3014C14.6345 11.43 14.8795 11.8093 14.6628 12.2279C14.4463 12.6462 13.9739 12.7079 13.8111 12.7264C13.6033 12.7501 13.3347 12.75 13.061 12.75L12.75 12.75L12.75 17C12.75 17.4142 12.4142 17.75 12 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 11.9428C22.25 9.75212 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L11.9428 1.75C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03143 1.74999 9.7521 1.75 11.9428L1.75 11.9428L1.75 12.0572L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31136 21.8843 6.68802 22.0694C8.03143 22.25 9.7521 22.25 11.9428 22.25L11.9428 22.25L12.0572 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312ZM8 6.25L16 6.25C16.4142 6.25 16.75 6.58579 16.75 7C16.75 7.41421 16.4142 7.75 16 7.75L8 7.75C7.58579 7.75 7.25 7.41421 7.25 7C7.25 6.58579 7.58579 6.25 8 6.25ZM12 17.75C11.5858 17.75 11.25 17.4142 11.25 17L11.25 12.75L10.939 12.75C10.6653 12.75 10.3967 12.7501 10.1889 12.7264C10.0261 12.7079 9.55368 12.6462 9.33716 12.2279C9.12048 11.8093 9.36549 11.43 9.4518 11.3014C9.56231 11.1367 9.73107 10.943 9.90312 10.7455L9.92757 10.7174C10.1907 10.4152 10.4968 10.0798 10.7998 9.81597C10.9511 9.68419 11.12 9.55395 11.2985 9.4532C11.4662 9.35855 11.7115 9.25 12 9.25C12.2885 9.25 12.5338 9.35855 12.7015 9.4532C12.88 9.55395 13.0488 9.68419 13.2002 9.81597C13.5032 10.0798 13.8093 10.4152 14.0724 10.7174L14.0969 10.7455C14.2689 10.943 14.4377 11.1367 14.5482 11.3014C14.6345 11.43 14.8795 11.8093 14.6628 12.2279C14.4463 12.6462 13.9739 12.7079 13.8111 12.7264C13.6033 12.7501 13.3347 12.75 13.061 12.75L12.75 12.75L12.75 17C12.75 17.4142 12.4142 17.75 12 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-up-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 12.0572L22.25 11.9428L22.25 11.9428C22.25 9.7521 22.25 8.03143 22.0694 6.68802C21.8843 5.31136 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L12.0572 1.75L11.9428 1.75L11.9428 1.75C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802ZM8.19191 10.5148C7.90483 10.8481 7.94435 11.3494 8.28019 11.6344C8.61601 11.9194 9.12108 11.88 9.40818 11.5467L9.77434 11.1363C10.0026 10.8862 10.3133 10.5551 10.6473 10.2261C10.9847 9.89379 11.3298 9.57948 11.6288 9.35358C11.7789 9.2402 11.8998 9.1625 11.9891 9.11644L12 9.11091L12.0109 9.11645C12.1002 9.16251 12.2211 9.2402 12.3712 9.35359C12.6701 9.57949 13.0153 9.89379 13.3527 10.2261C13.6867 10.5551 13.9974 10.8862 14.2257 11.1363L14.5919 11.5468C14.879 11.8801 15.384 11.9194 15.7198 11.6344C16.0557 11.3494 16.0952 10.8481 15.8081 10.5147L15.4115 10.07C15.1715 9.807 14.8403 9.45392 14.4797 9.09873C14.1225 8.74692 13.7204 8.37707 13.3403 8.08985C13.1508 7.94668 12.9493 7.81057 12.7483 7.70697C12.5647 7.6123 12.2979 7.5 12 7.5C11.702 7.5 11.4353 7.6123 11.2516 7.70697C11.0507 7.81057 10.8491 7.94668 10.6597 8.08985C10.2796 8.37707 9.87746 8.74693 9.52028 9.09875C9.15968 9.45394 8.82852 9.80702 8.58851 10.07L8.19191 10.5148ZM9.52028 13.2739C9.15968 13.6291 8.82852 13.9821 8.58851 14.2452L8.19192 14.6899C7.98903 14.9255 7.94277 15.2567 8.07343 15.5382C8.20408 15.8197 8.48778 16 8.80001 16L15.2 16C15.5122 16 15.7959 15.8197 15.9266 15.5382C16.0572 15.2567 16.011 14.9254 15.8081 14.6898L15.4115 14.2451C15.1715 13.9821 14.8403 13.629 14.4797 13.2738C14.1225 12.922 13.7204 12.5522 13.3403 12.265C13.1508 12.1218 12.9493 11.9857 12.7483 11.8821C12.5647 11.7874 12.2979 11.6751 12 11.6751C11.702 11.6751 11.4353 11.7874 11.2516 11.8821C11.0507 11.9857 10.8491 12.1218 10.6597 12.265C10.2796 12.5522 9.87746 12.922 9.52028 13.2739Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 12.0572L22.25 11.9428L22.25 11.9428C22.25 9.7521 22.25 8.03143 22.0694 6.68802C21.8843 5.31136 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L12.0572 1.75L11.9428 1.75L11.9428 1.75C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802ZM8.19191 10.5148C7.90483 10.8481 7.94435 11.3494 8.28019 11.6344C8.61601 11.9194 9.12108 11.88 9.40818 11.5467L9.77434 11.1363C10.0026 10.8862 10.3133 10.5551 10.6473 10.2261C10.9847 9.89379 11.3298 9.57948 11.6288 9.35358C11.7789 9.2402 11.8998 9.1625 11.9891 9.11644L12 9.11091L12.0109 9.11645C12.1002 9.16251 12.2211 9.2402 12.3712 9.35359C12.6701 9.57949 13.0153 9.89379 13.3527 10.2261C13.6867 10.5551 13.9974 10.8862 14.2257 11.1363L14.5919 11.5468C14.879 11.8801 15.384 11.9194 15.7198 11.6344C16.0557 11.3494 16.0952 10.8481 15.8081 10.5147L15.4115 10.07C15.1715 9.807 14.8403 9.45392 14.4797 9.09873C14.1225 8.74692 13.7204 8.37707 13.3403 8.08985C13.1508 7.94668 12.9493 7.81057 12.7483 7.70697C12.5647 7.6123 12.2979 7.5 12 7.5C11.702 7.5 11.4353 7.6123 11.2516 7.70697C11.0507 7.81057 10.8491 7.94668 10.6597 8.08985C10.2796 8.37707 9.87746 8.74693 9.52028 9.09875C9.15968 9.45394 8.82852 9.80702 8.58851 10.07L8.19191 10.5148ZM9.52028 13.2739C9.15968 13.6291 8.82852 13.9821 8.58851 14.2452L8.19192 14.6899C7.98903 14.9255 7.94277 15.2567 8.07343 15.5382C8.20408 15.8197 8.48778 16 8.80001 16L15.2 16C15.5122 16 15.7959 15.8197 15.9266 15.5382C16.0572 15.2567 16.011 14.9254 15.8081 14.6898L15.4115 14.2451C15.1715 13.9821 14.8403 13.629 14.4797 13.2738C14.1225 12.922 13.7204 12.5522 13.3403 12.265C13.1508 12.1218 12.9493 11.9857 12.7483 11.8821C12.5647 11.7874 12.2979 11.6751 12 11.6751C11.702 11.6751 11.4353 11.7874 11.2516 11.8821C11.0507 11.9857 10.8491 12.1218 10.6597 12.265C10.2796 12.5522 9.87746 12.922 9.52028 13.2739Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-up-down-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM9.77502 15.9751C9.77502 16.4031 9.42804 16.7501 9.00002 16.7501C8.572 16.7501 8.22502 16.4031 8.22502 15.9751V10.25H7.26006C7.12093 10.2514 6.97974 10.2168 6.85306 10.1425C6.50088 9.93595 6.39431 9.50102 6.61487 9.17125L6.81102 8.89539C6.92915 8.73586 7.09665 8.51983 7.29018 8.30082C7.4802 8.08578 7.71323 7.84731 7.96384 7.65649C8.18318 7.48948 8.55343 7.25 8.99996 7.25C9.44648 7.25 9.81673 7.48948 10.0361 7.65649C10.2867 7.84731 10.5197 8.08578 10.7097 8.30082C10.9033 8.51983 11.0708 8.73586 11.1889 8.89539L11.3852 9.17144C11.6057 9.5012 11.499 9.93595 11.1469 10.1425C11.0225 10.2154 10.8842 10.2501 10.7475 10.25H9.77502V15.9751ZM15.775 8.0251C15.775 7.59708 15.428 7.2501 15 7.2501C14.572 7.2501 14.225 7.59708 14.225 8.0251V13.7502H13.2601C13.1209 13.7488 12.9797 13.7834 12.8531 13.8577C12.5009 14.0642 12.3943 14.4992 12.6149 14.8289L12.811 15.1048C12.9292 15.2643 13.0967 15.4804 13.2902 15.6994C13.4802 15.9144 13.7132 16.1529 13.9638 16.3437C14.1832 16.5107 14.5534 16.7502 15 16.7502C15.4465 16.7502 15.8167 16.5107 16.0361 16.3437C16.2867 16.1529 16.5197 15.9144 16.7097 15.6994C16.9033 15.4804 17.0708 15.2643 17.1889 15.1048L17.3852 14.8288C17.6057 14.499 17.499 14.0642 17.1468 13.8577C17.0225 13.7848 16.8842 13.7501 16.7475 13.7502H15.775V8.0251Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM9.77502 15.9751C9.77502 16.4031 9.42804 16.7501 9.00002 16.7501C8.572 16.7501 8.22502 16.4031 8.22502 15.9751V10.25H7.26006C7.12093 10.2514 6.97974 10.2168 6.85306 10.1425C6.50088 9.93595 6.39431 9.50102 6.61487 9.17125L6.81102 8.89539C6.92915 8.73586 7.09665 8.51983 7.29018 8.30082C7.4802 8.08578 7.71323 7.84731 7.96384 7.65649C8.18318 7.48948 8.55343 7.25 8.99996 7.25C9.44648 7.25 9.81673 7.48948 10.0361 7.65649C10.2867 7.84731 10.5197 8.08578 10.7097 8.30082C10.9033 8.51983 11.0708 8.73586 11.1889 8.89539L11.3852 9.17144C11.6057 9.5012 11.499 9.93595 11.1469 10.1425C11.0225 10.2154 10.8842 10.2501 10.7475 10.25H9.77502V15.9751ZM15.775 8.0251C15.775 7.59708 15.428 7.2501 15 7.2501C14.572 7.2501 14.225 7.59708 14.225 8.0251V13.7502H13.2601C13.1209 13.7488 12.9797 13.7834 12.8531 13.8577C12.5009 14.0642 12.3943 14.4992 12.6149 14.8289L12.811 15.1048C12.9292 15.2643 13.0967 15.4804 13.2902 15.6994C13.4802 15.9144 13.7132 16.1529 13.9638 16.3437C14.1832 16.5107 14.5534 16.7502 15 16.7502C15.4465 16.7502 15.8167 16.5107 16.0361 16.3437C16.2867 16.1529 16.5197 15.9144 16.7097 15.6994C16.9033 15.4804 17.0708 15.2643 17.1889 15.1048L17.3852 14.8288C17.6057 14.499 17.499 14.0642 17.1468 13.8577C17.0225 13.7848 16.8842 13.7501 16.7475 13.7502H15.775V8.0251Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-up-left-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L11.0236 12.4378L10.909 12.5523C10.7037 12.7578 10.4865 12.9751 10.2945 13.126C10.1546 13.2361 9.63816 13.6397 8.99535 13.4213C8.35203 13.2028 8.21219 12.5751 8.17478 12.4053C8.12328 12.1714 8.09524 11.8704 8.06872 11.5857L8.06872 11.5857L8.06416 11.5368C8.02223 11.0883 7.9852 10.5671 8.00593 10.1024C8.01628 9.87025 8.04227 9.6158 8.10425 9.37332C8.16171 9.14853 8.27815 8.81922 8.54869 8.54869C8.81922 8.27815 9.14853 8.16171 9.37332 8.10425C9.6158 8.04226 9.87025 8.01628 10.1024 8.00593C10.5671 7.9852 11.0883 8.02223 11.5368 8.06416L11.5857 8.06872L11.5857 8.06872C11.8704 8.09524 12.1714 8.12328 12.4053 8.17478C12.5751 8.21219 13.2028 8.35203 13.4213 8.99535C13.6397 9.63816 13.2361 10.1546 13.126 10.2945C12.9751 10.4865 12.7577 10.7037 12.5523 10.909L12.4378 11.0236L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L11.0236 12.4378L10.909 12.5523C10.7037 12.7578 10.4865 12.9751 10.2945 13.126C10.1546 13.2361 9.63816 13.6397 8.99535 13.4213C8.35203 13.2028 8.21219 12.5751 8.17478 12.4053C8.12328 12.1714 8.09524 11.8704 8.06872 11.5857L8.06872 11.5857L8.06416 11.5368C8.02223 11.0883 7.9852 10.5671 8.00593 10.1024C8.01628 9.87025 8.04227 9.6158 8.10425 9.37332C8.16171 9.14853 8.27815 8.81922 8.54869 8.54869C8.81922 8.27815 9.14853 8.16171 9.37332 8.10425C9.6158 8.04226 9.87025 8.01628 10.1024 8.00593C10.5671 7.9852 11.0883 8.02223 11.5368 8.06416L11.5857 8.06872L11.5857 8.06872C11.8704 8.09524 12.1714 8.12328 12.4053 8.17478C12.5751 8.21219 13.2028 8.35203 13.4213 8.99535C13.6397 9.63816 13.2361 10.1546 13.126 10.2945C12.9751 10.4865 12.7577 10.7037 12.5523 10.909L12.4378 11.0236L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-up-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM8.29289 15.7071C8.68342 16.0976 9.31658 16.0976 9.70711 15.7071L12.9764 12.4378L13.091 12.5523C13.2963 12.7578 13.5135 12.9751 13.7055 13.126C13.8454 13.2361 14.3618 13.6397 15.0046 13.4213C15.648 13.2028 15.7878 12.5751 15.8252 12.4053C15.8767 12.1714 15.9048 11.8704 15.9313 11.5857L15.9313 11.5857L15.9358 11.5368C15.9778 11.0883 16.0148 10.5671 15.9941 10.1024C15.9837 9.87025 15.9577 9.6158 15.8958 9.37332C15.8383 9.14853 15.7218 8.81922 15.4513 8.54869C15.1808 8.27815 14.8515 8.16171 14.6267 8.10425C14.3842 8.04226 14.1298 8.01628 13.8976 8.00593C13.4329 7.9852 12.9117 8.02223 12.4632 8.06416L12.4143 8.06872L12.4143 8.06872C12.1296 8.09524 11.8286 8.12328 11.5947 8.17478C11.4249 8.21219 10.7972 8.35203 10.5787 8.99535C10.3603 9.63816 10.7639 10.1546 10.874 10.2945C11.0249 10.4865 11.2423 10.7037 11.4477 10.909L11.5622 11.0236L8.29289 14.2929C7.90237 14.6834 7.90237 15.3166 8.29289 15.7071Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM8.29289 15.7071C8.68342 16.0976 9.31658 16.0976 9.70711 15.7071L12.9764 12.4378L13.091 12.5523C13.2963 12.7578 13.5135 12.9751 13.7055 13.126C13.8454 13.2361 14.3618 13.6397 15.0046 13.4213C15.648 13.2028 15.7878 12.5751 15.8252 12.4053C15.8767 12.1714 15.9048 11.8704 15.9313 11.5857L15.9313 11.5857L15.9358 11.5368C15.9778 11.0883 16.0148 10.5671 15.9941 10.1024C15.9837 9.87025 15.9577 9.6158 15.8958 9.37332C15.8383 9.14853 15.7218 8.81922 15.4513 8.54869C15.1808 8.27815 14.8515 8.16171 14.6267 8.10425C14.3842 8.04226 14.1298 8.01628 13.8976 8.00593C13.4329 7.9852 12.9117 8.02223 12.4632 8.06416L12.4143 8.06872L12.4143 8.06872C12.1296 8.09524 11.8286 8.12328 11.5947 8.17478C11.4249 8.21219 10.7972 8.35203 10.5787 8.99535C10.3603 9.63816 10.7639 10.1546 10.874 10.2945C11.0249 10.4865 11.2423 10.7037 11.4477 10.909L11.5622 11.0236L8.29289 14.2929C7.90237 14.6834 7.90237 15.3166 8.29289 15.7071Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-square-arrow-vertical-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 11.9428C22.25 9.75212 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L11.9428 1.75C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03143 1.74999 9.7521 1.75 11.9428L1.75 11.9428L1.75 12.0572L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31136 21.8843 6.68802 22.0694C8.03143 22.25 9.7521 22.25 11.9428 22.25L11.9428 22.25L12.0572 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312ZM14.5018 16.5574C14.8096 16.2803 14.8345 15.8061 14.5574 15.4982C14.4094 15.3338 14.2051 15.2501 14 15.25L13 15.25L13 8.75L14 8.75001C14.2051 8.74994 14.4094 8.66623 14.5574 8.50179C14.8345 8.19394 14.8096 7.71972 14.5018 7.44259C14.4402 7.38714 14.3319 7.26934 14.1585 7.07622L14.1206 7.03399C13.9689 6.86486 13.788 6.66321 13.6014 6.4705C13.4015 6.26412 13.173 6.04469 12.9417 5.87229C12.746 5.72644 12.4033 5.5 12 5.5C11.5967 5.5 11.254 5.72644 11.0583 5.87229C10.827 6.04469 10.5985 6.26412 10.3986 6.4705C10.212 6.66321 10.0311 6.86486 9.87939 7.03398L9.84149 7.07622C9.66813 7.26934 9.55979 7.38714 9.4982 7.44259C9.19035 7.71972 9.16545 8.19394 9.44258 8.50179C9.59052 8.66612 9.79461 8.74983 9.99958 8.75001L11 8.75L11 15.25L9.99958 15.25C9.79461 15.2502 9.59052 15.3339 9.44258 15.4982C9.16545 15.8061 9.19035 16.2803 9.4982 16.5574C9.55979 16.6129 9.66813 16.7307 9.84149 16.9238L9.87937 16.966C10.0311 17.1351 10.212 17.3368 10.3986 17.5295C10.5985 17.7359 10.827 17.9553 11.0583 18.1277C11.254 18.2736 11.5967 18.5 12 18.5C12.4033 18.5 12.746 18.2736 12.9417 18.1277C13.173 17.9553 13.4015 17.7359 13.6014 17.5295C13.788 17.3368 13.9689 17.1352 14.1206 16.966L14.1585 16.9238C14.3319 16.7307 14.4402 16.6129 14.5018 16.5574Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572L22.25 11.9428C22.25 9.75212 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75L11.9428 1.75C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03143 1.74999 9.7521 1.75 11.9428L1.75 11.9428L1.75 12.0572L1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31136 21.8843 6.68802 22.0694C8.03143 22.25 9.7521 22.25 11.9428 22.25L11.9428 22.25L12.0572 22.25L12.0572 22.25C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312ZM14.5018 16.5574C14.8096 16.2803 14.8345 15.8061 14.5574 15.4982C14.4094 15.3338 14.2051 15.2501 14 15.25L13 15.25L13 8.75L14 8.75001C14.2051 8.74994 14.4094 8.66623 14.5574 8.50179C14.8345 8.19394 14.8096 7.71972 14.5018 7.44259C14.4402 7.38714 14.3319 7.26934 14.1585 7.07622L14.1206 7.03399C13.9689 6.86486 13.788 6.66321 13.6014 6.4705C13.4015 6.26412 13.173 6.04469 12.9417 5.87229C12.746 5.72644 12.4033 5.5 12 5.5C11.5967 5.5 11.254 5.72644 11.0583 5.87229C10.827 6.04469 10.5985 6.26412 10.3986 6.4705C10.212 6.66321 10.0311 6.86486 9.87939 7.03398L9.84149 7.07622C9.66813 7.26934 9.55979 7.38714 9.4982 7.44259C9.19035 7.71972 9.16545 8.19394 9.44258 8.50179C9.59052 8.66612 9.79461 8.74983 9.99958 8.75001L11 8.75L11 15.25L9.99958 15.25C9.79461 15.2502 9.59052 15.3339 9.44258 15.4982C9.16545 15.8061 9.19035 16.2803 9.4982 16.5574C9.55979 16.6129 9.66813 16.7307 9.84149 16.9238L9.87937 16.966C10.0311 17.1351 10.212 17.3368 10.3986 17.5295C10.5985 17.7359 10.827 17.9553 11.0583 18.1277C11.254 18.2736 11.5967 18.5 12 18.5C12.4033 18.5 12.746 18.2736 12.9417 18.1277C13.173 17.9553 13.4015 17.7359 13.6014 17.5295C13.788 17.3368 13.9689 17.1352 14.1206 16.966L14.1585 16.9238C14.3319 16.7307 14.4402 16.6129 14.5018 16.5574Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-unfold-less-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.08823 19.411C5.24986 19.7695 5.60662 20 5.99989 20L17.9999 20C18.3932 20 18.7499 19.7694 18.9115 19.4109C19.0732 19.0524 19.0096 18.6324 18.7492 18.3377L18.7476 18.336C18.7119 18.2961 18.6104 18.1826 18.5479 18.1135C18.4208 17.9734 18.2383 17.774 18.0146 17.5352C17.5681 17.0584 16.9533 16.4197 16.2852 15.7785C15.6214 15.1414 14.8849 14.4823 14.1973 13.976C13.8541 13.7233 13.5017 13.4927 13.1605 13.3213C12.8399 13.1602 12.4304 13 11.9998 13C11.5693 13 11.1598 13.1602 10.8392 13.3213C10.498 13.4927 10.1455 13.7233 9.80239 13.976C9.11481 14.4823 8.37831 15.1414 7.71448 15.7785C7.0464 16.4198 6.43162 17.0584 5.98512 17.5352C5.76143 17.7741 5.57893 17.9734 5.4519 18.1136C5.38906 18.1829 5.28743 18.2966 5.25217 18.336L5.251 18.3373C4.99057 18.632 4.92661 19.0524 5.08823 19.411Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.08823 4.58903C5.24986 4.23051 5.60662 4 5.99989 4L17.9999 4.00004C18.3932 4.00004 18.7499 4.23055 18.9115 4.58908C19.0732 4.94762 19.0096 5.36759 18.7492 5.66227L18.7476 5.66404C18.7119 5.70391 18.6104 5.81741 18.5479 5.88645C18.4208 6.02662 18.2383 6.22597 18.0146 6.46483C17.5681 6.94162 16.9533 7.58026 16.2852 8.22148C15.6214 8.85862 14.8849 9.51774 14.1973 10.024C13.8541 10.2767 13.5017 10.5073 13.1605 10.6787C12.8399 10.8398 12.4304 11 11.9998 11C11.5693 11 11.1598 10.8398 10.8392 10.6787C10.498 10.5073 10.1455 10.2767 9.80239 10.024C9.11481 9.51774 8.37831 8.8586 7.71448 8.22146C7.0464 7.58023 6.43162 6.94159 5.98512 6.46479C5.76143 6.22592 5.57893 6.02657 5.4519 5.88641C5.38906 5.81708 5.28743 5.70344 5.25217 5.66401L5.251 5.66271C4.99057 5.36802 4.92661 4.94756 5.08823 4.58903Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.08823 19.411C5.24986 19.7695 5.60662 20 5.99989 20L17.9999 20C18.3932 20 18.7499 19.7694 18.9115 19.4109C19.0732 19.0524 19.0096 18.6324 18.7492 18.3377L18.7476 18.336C18.7119 18.2961 18.6104 18.1826 18.5479 18.1135C18.4208 17.9734 18.2383 17.774 18.0146 17.5352C17.5681 17.0584 16.9533 16.4197 16.2852 15.7785C15.6214 15.1414 14.8849 14.4823 14.1973 13.976C13.8541 13.7233 13.5017 13.4927 13.1605 13.3213C12.8399 13.1602 12.4304 13 11.9998 13C11.5693 13 11.1598 13.1602 10.8392 13.3213C10.498 13.4927 10.1455 13.7233 9.80239 13.976C9.11481 14.4823 8.37831 15.1414 7.71448 15.7785C7.0464 16.4198 6.43162 17.0584 5.98512 17.5352C5.76143 17.7741 5.57893 17.9734 5.4519 18.1136C5.38906 18.1829 5.28743 18.2966 5.25217 18.336L5.251 18.3373C4.99057 18.632 4.92661 19.0524 5.08823 19.411Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.08823 4.58903C5.24986 4.23051 5.60662 4 5.99989 4L17.9999 4.00004C18.3932 4.00004 18.7499 4.23055 18.9115 4.58908C19.0732 4.94762 19.0096 5.36759 18.7492 5.66227L18.7476 5.66404C18.7119 5.70391 18.6104 5.81741 18.5479 5.88645C18.4208 6.02662 18.2383 6.22597 18.0146 6.46483C17.5681 6.94162 16.9533 7.58026 16.2852 8.22148C15.6214 8.85862 14.8849 9.51774 14.1973 10.024C13.8541 10.2767 13.5017 10.5073 13.1605 10.6787C12.8399 10.8398 12.4304 11 11.9998 11C11.5693 11 11.1598 10.8398 10.8392 10.6787C10.498 10.5073 10.1455 10.2767 9.80239 10.024C9.11481 9.51774 8.37831 8.8586 7.71448 8.22146C7.0464 7.58023 6.43162 6.94159 5.98512 6.46479C5.76143 6.22592 5.57893 6.02657 5.4519 5.88641C5.38906 5.81708 5.28743 5.70344 5.25217 5.66401L5.251 5.66271C4.99057 5.36802 4.92661 4.94756 5.08823 4.58903Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-unfold-more-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.08823 10.411C5.24986 10.7695 5.60662 11 5.99989 11L17.9999 11C18.3932 11 18.7499 10.7694 18.9115 10.4109C19.0732 10.0524 19.0096 9.63241 18.7492 9.33773L18.7476 9.33596C18.7119 9.29609 18.6104 9.18259 18.5479 9.11355C18.4208 8.97338 18.2383 8.77403 18.0146 8.53517C17.5681 8.05838 16.9533 7.41974 16.2852 6.77852C15.6214 6.14138 14.8849 5.48226 14.1973 4.97599C13.8541 4.72332 13.5017 4.49266 13.1605 4.32127C12.8399 4.16021 12.4304 4 11.9998 4C11.5693 4 11.1598 4.1602 10.8392 4.32126C10.498 4.49265 10.1455 4.72332 9.80239 4.97599C9.11481 5.48226 8.37831 6.1414 7.71448 6.77854C7.0464 7.41977 6.43162 8.05841 5.98512 8.53521C5.76143 8.77408 5.57893 8.97343 5.4519 9.11359C5.38906 9.18292 5.28743 9.29656 5.25217 9.33599L5.251 9.33729C4.99057 9.63198 4.92661 10.0524 5.08823 10.411Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.08823 13.589C5.24986 13.2305 5.60662 13 5.99989 13L17.9999 13C18.3932 13 18.7499 13.2306 18.9115 13.5891C19.0732 13.9476 19.0096 14.3676 18.7492 14.6623L18.7476 14.664C18.7119 14.7039 18.6104 14.8174 18.5479 14.8865C18.4208 15.0266 18.2383 15.226 18.0146 15.4648C17.5681 15.9416 16.9533 16.5803 16.2852 17.2215C15.6214 17.8586 14.8849 18.5177 14.1973 19.024C13.8541 19.2767 13.5017 19.5073 13.1605 19.6787C12.8399 19.8398 12.4304 20 11.9998 20C11.5693 20 11.1598 19.8398 10.8392 19.6787C10.498 19.5073 10.1455 19.2767 9.80239 19.024C9.11481 18.5177 8.37831 17.8586 7.71448 17.2215C7.0464 16.5802 6.43162 15.9416 5.98512 15.4648C5.76143 15.2259 5.57893 15.0266 5.4519 14.8864C5.38906 14.8171 5.28743 14.7034 5.25217 14.664L5.251 14.6627C4.99057 14.368 4.92661 13.9476 5.08823 13.589Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.08823 10.411C5.24986 10.7695 5.60662 11 5.99989 11L17.9999 11C18.3932 11 18.7499 10.7694 18.9115 10.4109C19.0732 10.0524 19.0096 9.63241 18.7492 9.33773L18.7476 9.33596C18.7119 9.29609 18.6104 9.18259 18.5479 9.11355C18.4208 8.97338 18.2383 8.77403 18.0146 8.53517C17.5681 8.05838 16.9533 7.41974 16.2852 6.77852C15.6214 6.14138 14.8849 5.48226 14.1973 4.97599C13.8541 4.72332 13.5017 4.49266 13.1605 4.32127C12.8399 4.16021 12.4304 4 11.9998 4C11.5693 4 11.1598 4.1602 10.8392 4.32126C10.498 4.49265 10.1455 4.72332 9.80239 4.97599C9.11481 5.48226 8.37831 6.1414 7.71448 6.77854C7.0464 7.41977 6.43162 8.05841 5.98512 8.53521C5.76143 8.77408 5.57893 8.97343 5.4519 9.11359C5.38906 9.18292 5.28743 9.29656 5.25217 9.33599L5.251 9.33729C4.99057 9.63198 4.92661 10.0524 5.08823 10.411Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.08823 13.589C5.24986 13.2305 5.60662 13 5.99989 13L17.9999 13C18.3932 13 18.7499 13.2306 18.9115 13.5891C19.0732 13.9476 19.0096 14.3676 18.7492 14.6623L18.7476 14.664C18.7119 14.7039 18.6104 14.8174 18.5479 14.8865C18.4208 15.0266 18.2383 15.226 18.0146 15.4648C17.5681 15.9416 16.9533 16.5803 16.2852 17.2215C15.6214 17.8586 14.8849 18.5177 14.1973 19.024C13.8541 19.2767 13.5017 19.5073 13.1605 19.6787C12.8399 19.8398 12.4304 20 11.9998 20C11.5693 20 11.1598 19.8398 10.8392 19.6787C10.498 19.5073 10.1455 19.2767 9.80239 19.024C9.11481 18.5177 8.37831 17.8586 7.71448 17.2215C7.0464 16.5802 6.43162 15.9416 5.98512 15.4648C5.76143 15.2259 5.57893 15.0266 5.4519 14.8864C5.38906 14.8171 5.28743 14.7034 5.25217 14.664L5.251 14.6627C4.99057 14.368 4.92661 13.9476 5.08823 13.589Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-arrows-icons-vertical-scroll-point-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.4812 14.75 9.25 13.5188 9.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.0092 2.31546C11.2352 2.17921 11.5898 2 12 2C12.4103 2 12.7648 2.17921 12.9908 2.31546C13.2443 2.46825 13.4965 2.66762 13.7319 2.87562C14.2049 3.29362 14.7054 3.83189 15.1504 4.34439C15.5997 4.86186 16.0124 5.3764 16.3116 5.75977C16.4602 5.95025 16.7149 6.28739 16.8025 6.40341L16.8049 6.40654C17.0286 6.71027 17.0626 7.11447 16.8925 7.45111C16.7223 7.78775 16.3772 8 16 8L8 7.99997C7.6228 7.99997 7.27769 7.78771 7.10753 7.45107C6.93737 7.11442 6.97113 6.71067 7.19482 6.40695L7.19759 6.40328C7.28561 6.28675 7.54002 5.94991 7.68844 5.75974C7.98763 5.37637 8.40036 4.86184 8.84965 4.34437C9.29462 3.83188 9.79513 3.29361 10.2682 2.87561C10.5036 2.66762 10.7558 2.46825 11.0092 2.31546Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.10741 16.5489C7.27757 16.2122 7.62268 16 7.99988 16L15.9999 16C16.3771 16 16.7222 16.2123 16.8924 16.5489C17.0625 16.8856 17.0288 17.2893 16.8051 17.593L16.8023 17.5967C16.7143 17.7132 16.4599 18.0501 16.3114 18.2403C16.0123 18.6236 15.5995 19.1382 15.1502 19.6556C14.7053 20.1681 14.2048 20.7064 13.7317 21.1244C13.4963 21.3324 13.2441 21.5317 12.9906 21.6845C12.7646 21.8208 12.4101 22 11.9999 22C11.5896 22 11.2351 21.8208 11.009 21.6845C10.7556 21.5317 10.5034 21.3324 10.268 21.1244C9.79494 20.7064 9.29445 20.1681 8.84948 19.6556C8.4002 19.1381 7.98747 18.6236 7.68829 18.2402C7.53966 18.0498 7.28504 17.7126 7.19739 17.5966L7.19501 17.5935C6.97133 17.2897 6.93725 16.8855 7.10741 16.5489Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.4812 14.75 9.25 13.5188 9.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.0092 2.31546C11.2352 2.17921 11.5898 2 12 2C12.4103 2 12.7648 2.17921 12.9908 2.31546C13.2443 2.46825 13.4965 2.66762 13.7319 2.87562C14.2049 3.29362 14.7054 3.83189 15.1504 4.34439C15.5997 4.86186 16.0124 5.3764 16.3116 5.75977C16.4602 5.95025 16.7149 6.28739 16.8025 6.40341L16.8049 6.40654C17.0286 6.71027 17.0626 7.11447 16.8925 7.45111C16.7223 7.78775 16.3772 8 16 8L8 7.99997C7.6228 7.99997 7.27769 7.78771 7.10753 7.45107C6.93737 7.11442 6.97113 6.71067 7.19482 6.40695L7.19759 6.40328C7.28561 6.28675 7.54002 5.94991 7.68844 5.75974C7.98763 5.37637 8.40036 4.86184 8.84965 4.34437C9.29462 3.83188 9.79513 3.29361 10.2682 2.87561C10.5036 2.66762 10.7558 2.46825 11.0092 2.31546Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.10741 16.5489C7.27757 16.2122 7.62268 16 7.99988 16L15.9999 16C16.3771 16 16.7222 16.2123 16.8924 16.5489C17.0625 16.8856 17.0288 17.2893 16.8051 17.593L16.8023 17.5967C16.7143 17.7132 16.4599 18.0501 16.3114 18.2403C16.0123 18.6236 15.5995 19.1382 15.1502 19.6556C14.7053 20.1681 14.2048 20.7064 13.7317 21.1244C13.4963 21.3324 13.2441 21.5317 12.9906 21.6845C12.7646 21.8208 12.4101 22 11.9999 22C11.5896 22 11.2351 21.8208 11.009 21.6845C10.7556 21.5317 10.5034 21.3324 10.268 21.1244C9.79494 20.7064 9.29445 20.1681 8.84948 19.6556C8.4002 19.1381 7.98747 18.6236 7.68829 18.2402C7.53966 18.0498 7.28504 17.7126 7.19739 17.5966L7.19501 17.5935C6.97133 17.2897 6.93725 16.8855 7.10741 16.5489Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-award-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.02795 6.21714C2.99979 6.04957 3.01996 6.02453 3.18807 6.0136C3.43675 5.99743 3.68655 5.99864 3.93596 5.99985C4.00171 6.00017 4.06744 6.00049 4.13311 6.00049C4.30032 6.00049 4.30854 6.00679 4.33363 6.17578C4.83817 9.57374 7.56916 12.2462 10.9991 12.6865V17.3536C9.4475 17.6799 8.16135 18.7493 7.44694 20.1675C6.84922 21.3541 7.68639 22.75 8.95787 22.75H15.0403C16.3118 22.75 17.149 21.3541 16.5512 20.1675C15.8368 18.7493 14.5507 17.6799 12.9991 17.3536V12.6867C16.4299 12.2471 19.1617 9.57433 19.6663 6.17578C19.6914 6.00679 19.6996 6.00049 19.8668 6.00049C19.9325 6.00049 19.9982 6.00017 20.064 5.99985C20.3134 5.99864 20.5632 5.99743 20.8119 6.0136C20.99 6.02518 20.9926 6.09838 20.9645 6.26053C20.9395 6.40064 20.9047 6.56315 20.8589 6.77572C20.5541 8.19054 19.8974 9.4115 19.0326 10.305C18.6484 10.7018 18.6587 11.3349 19.0556 11.719C19.4524 12.1031 20.0855 12.0928 20.4696 11.696C21.6116 10.5163 22.4359 8.95216 22.814 7.19686C22.8217 7.16126 22.8295 7.12562 22.8372 7.08994C22.9131 6.74154 22.9898 6.38944 22.9991 6.03238C23.0106 5.59071 22.9078 5.14393 22.5721 4.73579C22.2159 4.30264 21.7583 4.13047 21.3238 4.05978C20.9576 4.00021 20.5162 4.00034 20.0773 4.00048L19.8832 4.00048C19.7122 4.00049 19.7041 3.99449 19.6811 3.81992C19.6589 3.6511 19.6274 3.48572 19.5809 3.32621C19.4407 2.84509 19.1802 2.45168 18.7584 2.06598C17.8633 1.24751 16.827 1.24865 15.4964 1.25012H8.50356C7.17295 1.24865 6.13669 1.24751 5.24159 2.06598C4.81978 2.45168 4.55923 2.84509 4.41906 3.32621C4.37259 3.48572 4.3411 3.6511 4.31886 3.81992C4.29586 3.99451 4.28778 4.00049 4.11673 4.00048L3.92268 4.00048C3.48372 4.00034 3.04239 4.00021 2.6762 4.05978C2.24163 4.13047 1.78409 4.30264 1.42782 4.73579C1.09213 5.14393 0.989379 5.59071 1.00085 6.03238C1.00993 6.3819 1.09487 6.7752 1.17296 7.1368C1.53905 8.83336 2.31675 10.4423 3.53037 11.696C3.91449 12.0928 4.54757 12.1031 4.94439 11.719C5.34122 11.3349 5.35151 10.7018 4.96739 10.305C3.88773 9.18961 3.28986 7.72902 3.02795 6.21714Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.02795 6.21714C2.99979 6.04957 3.01996 6.02453 3.18807 6.0136C3.43675 5.99743 3.68655 5.99864 3.93596 5.99985C4.00171 6.00017 4.06744 6.00049 4.13311 6.00049C4.30032 6.00049 4.30854 6.00679 4.33363 6.17578C4.83817 9.57374 7.56916 12.2462 10.9991 12.6865V17.3536C9.4475 17.6799 8.16135 18.7493 7.44694 20.1675C6.84922 21.3541 7.68639 22.75 8.95787 22.75H15.0403C16.3118 22.75 17.149 21.3541 16.5512 20.1675C15.8368 18.7493 14.5507 17.6799 12.9991 17.3536V12.6867C16.4299 12.2471 19.1617 9.57433 19.6663 6.17578C19.6914 6.00679 19.6996 6.00049 19.8668 6.00049C19.9325 6.00049 19.9982 6.00017 20.064 5.99985C20.3134 5.99864 20.5632 5.99743 20.8119 6.0136C20.99 6.02518 20.9926 6.09838 20.9645 6.26053C20.9395 6.40064 20.9047 6.56315 20.8589 6.77572C20.5541 8.19054 19.8974 9.4115 19.0326 10.305C18.6484 10.7018 18.6587 11.3349 19.0556 11.719C19.4524 12.1031 20.0855 12.0928 20.4696 11.696C21.6116 10.5163 22.4359 8.95216 22.814 7.19686C22.8217 7.16126 22.8295 7.12562 22.8372 7.08994C22.9131 6.74154 22.9898 6.38944 22.9991 6.03238C23.0106 5.59071 22.9078 5.14393 22.5721 4.73579C22.2159 4.30264 21.7583 4.13047 21.3238 4.05978C20.9576 4.00021 20.5162 4.00034 20.0773 4.00048L19.8832 4.00048C19.7122 4.00049 19.7041 3.99449 19.6811 3.81992C19.6589 3.6511 19.6274 3.48572 19.5809 3.32621C19.4407 2.84509 19.1802 2.45168 18.7584 2.06598C17.8633 1.24751 16.827 1.24865 15.4964 1.25012H8.50356C7.17295 1.24865 6.13669 1.24751 5.24159 2.06598C4.81978 2.45168 4.55923 2.84509 4.41906 3.32621C4.37259 3.48572 4.3411 3.6511 4.31886 3.81992C4.29586 3.99451 4.28778 4.00049 4.11673 4.00048L3.92268 4.00048C3.48372 4.00034 3.04239 4.00021 2.6762 4.05978C2.24163 4.13047 1.78409 4.30264 1.42782 4.73579C1.09213 5.14393 0.989379 5.59071 1.00085 6.03238C1.00993 6.3819 1.09487 6.7752 1.17296 7.1368C1.53905 8.83336 2.31675 10.4423 3.53037 11.696C3.91449 12.0928 4.54757 12.1031 4.94439 11.719C5.34122 11.3349 5.35151 10.7018 4.96739 10.305C3.88773 9.18961 3.28986 7.72902 3.02795 6.21714Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-award-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0514 17.25C13.7163 17.25 14.2891 17.2499 14.7478 17.3116C15.2394 17.3777 15.7107 17.5268 16.093 17.909C16.4752 18.2913 16.6243 18.7625 16.6904 19.2542C16.7326 19.5684 16.7459 19.9361 16.7501 20.3503C16.752 20.5396 16.7529 20.6343 16.8114 20.6921C16.8698 20.75 16.9637 20.75 17.1515 20.75H17.7877C18.3202 20.75 18.752 21.1977 18.752 21.75C18.752 22.3023 18.3202 22.75 17.7877 22.75H6.21624C5.68368 22.75 5.25195 22.3023 5.25195 21.75C5.25195 21.1977 5.68368 20.75 6.21624 20.75H6.85239C7.04019 20.75 7.13409 20.75 7.19254 20.6921C7.25099 20.6343 7.25195 20.5396 7.25385 20.3503C7.25803 19.9361 7.27132 19.5684 7.31357 19.2542C7.37967 18.7625 7.52872 18.2913 7.91097 17.909C8.29322 17.5268 8.76448 17.3777 9.25612 17.3116C9.71484 17.2499 10.2878 17.25 10.9526 17.25H13.0514Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0015 17.25C13.0015 17.8023 12.5538 18.25 12.0015 18.25C11.4492 18.25 11.0015 17.8023 11.0015 17.25L11.0015 14.4067C11.0015 14.0942 11.0015 13.938 10.9002 13.8805C10.6881 13.7601 10.187 14.1883 9.99721 14.3015C9.29637 14.7208 8.39799 14.9798 7.69665 14.4638C6.99898 13.9505 6.97062 13.0171 7.15363 12.2197L7.5787 10.3666C7.60352 10.2465 7.55326 10.0516 7.4661 9.96377L5.97827 8.46364C5.44703 7.92801 5.08858 7.20418 5.32333 6.46297C5.55899 5.7189 6.27185 5.33694 7.0168 5.21176L8.91916 4.89308C9.04516 4.87198 9.17241 4.77677 9.22848 4.66252L10.2851 2.5319C10.6257 1.84852 11.2028 1.25 11.9994 1.25C12.797 1.25 13.3725 1.8497 13.7102 2.53384L14.7673 4.66553C14.8248 4.77322 14.9515 4.86477 15.0701 4.89123L16.9839 5.21182C17.7281 5.33688 18.4418 5.71815 18.6788 6.46162C18.9155 7.20414 18.5548 7.92975 18.0203 8.46546L16.5342 9.96377C16.4471 10.0517 16.3968 10.2465 16.4216 10.3666L16.8469 12.2204C17.0289 13.0168 17.0045 13.9526 16.3057 14.4662C15.6038 14.9821 14.7037 14.7188 14.0035 14.3018C13.8139 14.1886 13.3146 13.7618 13.1027 13.8821C13.0015 13.9395 13.0015 14.0958 13.0015 14.4083L13.0015 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0514 17.25C13.7163 17.25 14.2891 17.2499 14.7478 17.3116C15.2394 17.3777 15.7107 17.5268 16.093 17.909C16.4752 18.2913 16.6243 18.7625 16.6904 19.2542C16.7326 19.5684 16.7459 19.9361 16.7501 20.3503C16.752 20.5396 16.7529 20.6343 16.8114 20.6921C16.8698 20.75 16.9637 20.75 17.1515 20.75H17.7877C18.3202 20.75 18.752 21.1977 18.752 21.75C18.752 22.3023 18.3202 22.75 17.7877 22.75H6.21624C5.68368 22.75 5.25195 22.3023 5.25195 21.75C5.25195 21.1977 5.68368 20.75 6.21624 20.75H6.85239C7.04019 20.75 7.13409 20.75 7.19254 20.6921C7.25099 20.6343 7.25195 20.5396 7.25385 20.3503C7.25803 19.9361 7.27132 19.5684 7.31357 19.2542C7.37967 18.7625 7.52872 18.2913 7.91097 17.909C8.29322 17.5268 8.76448 17.3777 9.25612 17.3116C9.71484 17.2499 10.2878 17.25 10.9526 17.25H13.0514Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0015 17.25C13.0015 17.8023 12.5538 18.25 12.0015 18.25C11.4492 18.25 11.0015 17.8023 11.0015 17.25L11.0015 14.4067C11.0015 14.0942 11.0015 13.938 10.9002 13.8805C10.6881 13.7601 10.187 14.1883 9.99721 14.3015C9.29637 14.7208 8.39799 14.9798 7.69665 14.4638C6.99898 13.9505 6.97062 13.0171 7.15363 12.2197L7.5787 10.3666C7.60352 10.2465 7.55326 10.0516 7.4661 9.96377L5.97827 8.46364C5.44703 7.92801 5.08858 7.20418 5.32333 6.46297C5.55899 5.7189 6.27185 5.33694 7.0168 5.21176L8.91916 4.89308C9.04516 4.87198 9.17241 4.77677 9.22848 4.66252L10.2851 2.5319C10.6257 1.84852 11.2028 1.25 11.9994 1.25C12.797 1.25 13.3725 1.8497 13.7102 2.53384L14.7673 4.66553C14.8248 4.77322 14.9515 4.86477 15.0701 4.89123L16.9839 5.21182C17.7281 5.33688 18.4418 5.71815 18.6788 6.46162C18.9155 7.20414 18.5548 7.92975 18.0203 8.46546L16.5342 9.96377C16.4471 10.0517 16.3968 10.2465 16.4216 10.3666L16.8469 12.2204C17.0289 13.0168 17.0045 13.9526 16.3057 14.4662C15.6038 14.9821 14.7037 14.7188 14.0035 14.3018C13.8139 14.1886 13.3146 13.7618 13.1027 13.8821C13.0015 13.9395 13.0015 14.0958 13.0015 14.4083L13.0015 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-award-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.9025 1.36423C16.6463 1.18647 17.4257 1.1589 18.0566 1.70734C18.677 2.24665 18.7819 3.02219 18.7427 3.79773C18.7041 4.56251 18.5101 5.55749 18.2727 6.77508L18.2727 6.77511L16.0568 18.1431C15.9881 18.4954 15.6795 18.7496 15.3206 18.7496H8.66899C8.31073 18.7496 8.0025 18.4963 7.93317 18.1448L6.93472 13.0829C6.6115 11.4443 6.3558 10.1481 6.27637 9.09242C6.19471 8.00712 6.29026 7.08744 6.73889 6.23222C7.18892 5.37432 7.88701 4.78556 8.81816 4.26175C9.71974 3.75457 10.9119 3.27031 12.412 2.66092L12.412 2.66092L13.1487 2.36164C14.2608 1.90984 15.177 1.53764 15.9025 1.36423Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.9384 17C8.28428 16.9999 7.69656 16.9999 7.22085 17.0638C6.70149 17.1337 6.16868 17.2958 5.73224 17.7322C5.2958 18.1687 5.13367 18.7015 5.06384 19.2209C5.00609 19.6504 5.00053 20.1713 5.00004 20.75H4.44444C3.92284 20.75 3.5 21.1977 3.5 21.75C3.5 22.3023 3.92284 22.75 4.44444 22.75L19.5556 22.75C20.0772 22.75 20.5 22.3023 20.5 21.75C20.5 21.1977 20.0772 20.75 19.5556 20.75H19C18.9995 20.1713 18.9939 19.6504 18.9362 19.2209C18.8663 18.7015 18.7042 18.1687 18.2678 17.7322C17.8313 17.2958 17.2985 17.1337 16.7792 17.0638C16.3035 16.9999 15.7157 16.9999 15.0616 17H8.9384ZM16.9999 20.75C16.9989 20.1594 16.9927 19.775 16.954 19.4873C16.9154 19.2005 16.8606 19.1526 16.8541 19.1469L16.8531 19.1459C16.8474 19.1394 16.7995 19.0846 16.5127 19.046C16.1863 19.0021 15.7354 19 15 19H9.00001C8.26463 19 7.8137 19.0021 7.48735 19.046C7.2005 19.0846 7.15261 19.1394 7.14692 19.1459L7.14593 19.1469C7.13942 19.1526 7.08457 19.2005 7.04601 19.4873C7.00734 19.775 7.0011 20.1594 7.00016 20.75L16.9999 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.9025 1.36423C16.6463 1.18647 17.4257 1.1589 18.0566 1.70734C18.677 2.24665 18.7819 3.02219 18.7427 3.79773C18.7041 4.56251 18.5101 5.55749 18.2727 6.77508L18.2727 6.77511L16.0568 18.1431C15.9881 18.4954 15.6795 18.7496 15.3206 18.7496H8.66899C8.31073 18.7496 8.0025 18.4963 7.93317 18.1448L6.93472 13.0829C6.6115 11.4443 6.3558 10.1481 6.27637 9.09242C6.19471 8.00712 6.29026 7.08744 6.73889 6.23222C7.18892 5.37432 7.88701 4.78556 8.81816 4.26175C9.71974 3.75457 10.9119 3.27031 12.412 2.66092L12.412 2.66092L13.1487 2.36164C14.2608 1.90984 15.177 1.53764 15.9025 1.36423Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.9384 17C8.28428 16.9999 7.69656 16.9999 7.22085 17.0638C6.70149 17.1337 6.16868 17.2958 5.73224 17.7322C5.2958 18.1687 5.13367 18.7015 5.06384 19.2209C5.00609 19.6504 5.00053 20.1713 5.00004 20.75H4.44444C3.92284 20.75 3.5 21.1977 3.5 21.75C3.5 22.3023 3.92284 22.75 4.44444 22.75L19.5556 22.75C20.0772 22.75 20.5 22.3023 20.5 21.75C20.5 21.1977 20.0772 20.75 19.5556 20.75H19C18.9995 20.1713 18.9939 19.6504 18.9362 19.2209C18.8663 18.7015 18.7042 18.1687 18.2678 17.7322C17.8313 17.2958 17.2985 17.1337 16.7792 17.0638C16.3035 16.9999 15.7157 16.9999 15.0616 17H8.9384ZM16.9999 20.75C16.9989 20.1594 16.9927 19.775 16.954 19.4873C16.9154 19.2005 16.8606 19.1526 16.8541 19.1469L16.8531 19.1459C16.8474 19.1394 16.7995 19.0846 16.5127 19.046C16.1863 19.0021 15.7354 19 15 19H9.00001C8.26463 19 7.8137 19.0021 7.48735 19.046C7.2005 19.0846 7.15261 19.1394 7.14692 19.1459L7.14593 19.1469C7.13942 19.1526 7.08457 19.2005 7.04601 19.4873C7.00734 19.775 7.0011 20.1594 7.00016 20.75L16.9999 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-award-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.5154 1.25 11.0792 1.37809 10.6233 1.5798C10.1896 1.77167 9.69141 2.05238 9.0891 2.39173L7.2759 3.41326L7.27589 3.41326C6.65051 3.76558 6.13361 4.05678 5.7317 4.33905C5.30927 4.63574 4.96433 4.9553 4.71141 5.38845C4.45852 5.82152 4.34961 6.27911 4.29856 6.79307C4.24998 7.28217 4.24999 7.87605 4.25 8.59478V8.5948V10.4052V10.4052C4.24999 11.1239 4.24998 11.7178 4.29856 12.2069C4.34961 12.7209 4.45852 13.1785 4.71141 13.6116C4.96433 14.0447 5.30927 14.3643 5.7317 14.661C6.13362 14.9432 6.65053 15.2344 7.27593 15.5868L9.08909 16.6083C9.6914 16.9476 10.1896 17.2283 10.6233 17.4202C11.0792 17.6219 11.5154 17.75 12 17.75C12.4846 17.75 12.9208 17.6219 13.3767 17.4202C13.8104 17.2283 14.3086 16.9476 14.9109 16.6083L14.9109 16.6083L16.7242 15.5867C17.3495 15.2344 17.8664 14.9432 18.2683 14.661C18.6907 14.3643 19.0357 14.0447 19.2886 13.6116C19.5415 13.1785 19.6504 12.7209 19.7014 12.2069C19.75 11.7178 19.75 11.1239 19.75 10.4052V8.59479C19.75 7.87606 19.75 7.28218 19.7014 6.79307C19.6504 6.27911 19.5415 5.82152 19.2886 5.38845C19.0357 4.9553 18.6907 4.63574 18.2683 4.33905C17.8664 4.05678 17.3495 3.76558 16.7241 3.41327L16.7241 3.41326L14.9109 2.39172L14.9109 2.39171L14.9109 2.3917C14.3086 2.05236 13.8104 1.77167 13.3767 1.5798C12.9208 1.37809 12.4846 1.25 12 1.25ZM15.3003 8.45412C15.8271 8.28827 16.1197 7.72678 15.9538 7.19998C15.788 6.67319 15.2265 6.38058 14.6997 6.54642C13.3701 6.96499 12.0909 8.14513 11.2267 9.06594C10.9596 9.35054 10.7173 9.62684 10.5084 9.87499C10.3297 9.70763 10.1516 9.57588 9.97855 9.47331C9.75281 9.33954 9.42578 9.16693 9 9.16693C8.44772 9.16693 8 9.61465 8 10.1669C8 10.6838 8.39207 11.109 8.89501 11.1615C9.03125 11.207 9.32472 11.4506 9.62842 11.9905C9.79609 12.2886 10.1045 12.4803 10.446 12.4988C10.7874 12.5173 11.1149 12.3595 11.3138 12.0814C11.5581 11.7738 12.2785 10.8678 12.6851 10.4346C13.5415 9.52207 14.5122 8.70221 15.3003 8.45412Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.3222 13.7713C7.86282 13.8842 8.20958 14.414 8.0967 14.9546L7.42649 18.1645C7.20576 19.2217 7.06021 19.9268 7.01434 20.4319C7.00587 20.5252 7.00193 20.6023 7.00081 20.6653C7.33078 20.5349 7.79276 20.2855 8.51023 19.8928L10.8099 18.634C10.9683 18.5472 11.1408 18.4528 11.299 18.3843C11.4832 18.3045 11.7177 18.2275 12.0003 18.2275C12.2829 18.2275 12.5173 18.3045 12.7016 18.3843C12.8598 18.4528 13.0323 18.5472 13.1907 18.634L15.4903 19.8928C16.2078 20.2855 16.6698 20.5349 16.9998 20.6653C16.9987 20.6023 16.9947 20.5252 16.9862 20.4319C16.9404 19.9268 16.7948 19.2217 16.5741 18.1645L15.9039 14.9546C15.791 14.414 16.1378 13.8842 16.6784 13.7713C17.219 13.6584 17.7488 14.0052 17.8617 14.5458L18.5451 17.819C18.7492 18.7963 18.9204 19.6163 18.978 20.251C19.0334 20.8601 19.025 21.6313 18.4981 22.2135C18.2223 22.5182 17.8638 22.6996 17.4587 22.741C17.0955 22.7781 16.7527 22.6969 16.4722 22.6017C15.9491 22.4242 15.3086 22.0734 14.608 21.6898L12.2566 20.4027C12.0316 20.2796 11.8211 20.3514 11.744 20.4027L9.39254 21.6898C8.692 22.0734 8.05151 22.4242 7.52839 22.6017C7.24788 22.6969 6.90507 22.7781 6.54193 22.741C6.13674 22.6996 5.77824 22.5182 5.50248 22.2135C4.97562 21.6313 4.96723 20.8601 5.02254 20.251C5.08018 19.6163 5.25142 18.7963 5.45551 17.819L6.13892 14.5458C6.2518 14.0052 6.78157 13.6584 7.3222 13.7713Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.5154 1.25 11.0792 1.37809 10.6233 1.5798C10.1896 1.77167 9.69141 2.05238 9.0891 2.39173L7.2759 3.41326L7.27589 3.41326C6.65051 3.76558 6.13361 4.05678 5.7317 4.33905C5.30927 4.63574 4.96433 4.9553 4.71141 5.38845C4.45852 5.82152 4.34961 6.27911 4.29856 6.79307C4.24998 7.28217 4.24999 7.87605 4.25 8.59478V8.5948V10.4052V10.4052C4.24999 11.1239 4.24998 11.7178 4.29856 12.2069C4.34961 12.7209 4.45852 13.1785 4.71141 13.6116C4.96433 14.0447 5.30927 14.3643 5.7317 14.661C6.13362 14.9432 6.65053 15.2344 7.27593 15.5868L9.08909 16.6083C9.6914 16.9476 10.1896 17.2283 10.6233 17.4202C11.0792 17.6219 11.5154 17.75 12 17.75C12.4846 17.75 12.9208 17.6219 13.3767 17.4202C13.8104 17.2283 14.3086 16.9476 14.9109 16.6083L14.9109 16.6083L16.7242 15.5867C17.3495 15.2344 17.8664 14.9432 18.2683 14.661C18.6907 14.3643 19.0357 14.0447 19.2886 13.6116C19.5415 13.1785 19.6504 12.7209 19.7014 12.2069C19.75 11.7178 19.75 11.1239 19.75 10.4052V8.59479C19.75 7.87606 19.75 7.28218 19.7014 6.79307C19.6504 6.27911 19.5415 5.82152 19.2886 5.38845C19.0357 4.9553 18.6907 4.63574 18.2683 4.33905C17.8664 4.05678 17.3495 3.76558 16.7241 3.41327L16.7241 3.41326L14.9109 2.39172L14.9109 2.39171L14.9109 2.3917C14.3086 2.05236 13.8104 1.77167 13.3767 1.5798C12.9208 1.37809 12.4846 1.25 12 1.25ZM15.3003 8.45412C15.8271 8.28827 16.1197 7.72678 15.9538 7.19998C15.788 6.67319 15.2265 6.38058 14.6997 6.54642C13.3701 6.96499 12.0909 8.14513 11.2267 9.06594C10.9596 9.35054 10.7173 9.62684 10.5084 9.87499C10.3297 9.70763 10.1516 9.57588 9.97855 9.47331C9.75281 9.33954 9.42578 9.16693 9 9.16693C8.44772 9.16693 8 9.61465 8 10.1669C8 10.6838 8.39207 11.109 8.89501 11.1615C9.03125 11.207 9.32472 11.4506 9.62842 11.9905C9.79609 12.2886 10.1045 12.4803 10.446 12.4988C10.7874 12.5173 11.1149 12.3595 11.3138 12.0814C11.5581 11.7738 12.2785 10.8678 12.6851 10.4346C13.5415 9.52207 14.5122 8.70221 15.3003 8.45412Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.3222 13.7713C7.86282 13.8842 8.20958 14.414 8.0967 14.9546L7.42649 18.1645C7.20576 19.2217 7.06021 19.9268 7.01434 20.4319C7.00587 20.5252 7.00193 20.6023 7.00081 20.6653C7.33078 20.5349 7.79276 20.2855 8.51023 19.8928L10.8099 18.634C10.9683 18.5472 11.1408 18.4528 11.299 18.3843C11.4832 18.3045 11.7177 18.2275 12.0003 18.2275C12.2829 18.2275 12.5173 18.3045 12.7016 18.3843C12.8598 18.4528 13.0323 18.5472 13.1907 18.634L15.4903 19.8928C16.2078 20.2855 16.6698 20.5349 16.9998 20.6653C16.9987 20.6023 16.9947 20.5252 16.9862 20.4319C16.9404 19.9268 16.7948 19.2217 16.5741 18.1645L15.9039 14.9546C15.791 14.414 16.1378 13.8842 16.6784 13.7713C17.219 13.6584 17.7488 14.0052 17.8617 14.5458L18.5451 17.819C18.7492 18.7963 18.9204 19.6163 18.978 20.251C19.0334 20.8601 19.025 21.6313 18.4981 22.2135C18.2223 22.5182 17.8638 22.6996 17.4587 22.741C17.0955 22.7781 16.7527 22.6969 16.4722 22.6017C15.9491 22.4242 15.3086 22.0734 14.608 21.6898L12.2566 20.4027C12.0316 20.2796 11.8211 20.3514 11.744 20.4027L9.39254 21.6898C8.692 22.0734 8.05151 22.4242 7.52839 22.6017C7.24788 22.6969 6.90507 22.7781 6.54193 22.741C6.13674 22.6996 5.77824 22.5182 5.50248 22.2135C4.97562 21.6313 4.96723 20.8601 5.02254 20.251C5.08018 19.6163 5.25142 18.7963 5.45551 17.819L6.13892 14.5458C6.2518 14.0052 6.78157 13.6584 7.3222 13.7713Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-award-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.24902C7.44365 1.24902 3.75 4.94267 3.75 9.49902C3.75 14.0554 7.44365 17.749 12 17.749C16.5563 17.749 20.25 14.0554 20.25 9.49902C20.25 4.94267 16.5563 1.24902 12 1.24902ZM15.3003 8.45412C15.8271 8.28827 16.1197 7.72678 15.9538 7.19998C15.788 6.67319 15.2265 6.38058 14.6997 6.54642C13.3701 6.96499 12.0909 8.14513 11.2267 9.06594C10.9596 9.35054 10.7173 9.62684 10.5084 9.87499C10.3297 9.70763 10.1516 9.57588 9.97855 9.47331C9.95822 9.46126 9.93783 9.4489 9.91717 9.43638C9.70847 9.30985 9.47274 9.16693 9 9.16693C8.44772 9.16693 8 9.61465 8 10.1669C8 10.6838 8.39207 11.109 8.89501 11.1615C9.00137 11.2245 9.32472 11.4506 9.62842 11.9905C9.79609 12.2886 10.1045 12.4803 10.446 12.4988C10.7874 12.5173 11.1149 12.3595 11.3138 12.0814C11.5581 11.7738 12.2785 10.8678 12.6851 10.4346C13.5415 9.52207 14.5122 8.70221 15.3003 8.45412Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8617 14.5454L18.5451 17.8186C18.7492 18.7959 18.9204 19.6159 18.978 20.2506C19.0334 20.8597 19.025 21.6309 18.4981 22.2131C18.2223 22.5178 17.8638 22.6992 17.4587 22.7406C17.0955 22.7777 16.7527 22.6965 16.4722 22.6013C15.9491 22.4238 15.3086 22.073 14.608 21.6894C14.5821 21.6753 14.5561 21.661 14.5301 21.6467L12.2566 20.4023C12.1635 20.3514 12.0926 20.3126 12.0311 20.2804C12.0201 20.2746 12.0099 20.2693 12.0003 20.2644C11.9907 20.2693 11.9805 20.2746 11.9694 20.2804C11.9079 20.3126 11.837 20.3514 11.744 20.4023L9.47052 21.6467C9.44444 21.661 9.41845 21.6753 9.39254 21.6894C8.692 22.073 8.05151 22.4238 7.52839 22.6013C7.24788 22.6965 6.90507 22.7777 6.54193 22.7406C6.13674 22.6992 5.77824 22.5178 5.50248 22.2131C4.97562 21.6309 4.96723 20.8597 5.02254 20.2506C5.08018 19.6159 5.25142 18.7959 5.45551 17.8186C5.4599 17.7976 5.4643 17.7765 5.46871 17.7554L6.13892 14.5454L8.0967 14.9542L7.42649 18.1641C7.20576 19.2213 7.06021 19.9264 7.01434 20.4315C7.00587 20.5248 7.00193 20.6019 7.00081 20.6649C7.33078 20.5345 7.79276 20.2851 8.51023 19.8924L10.7837 18.6479C10.7924 18.6432 10.8011 18.6384 10.8099 18.6336C10.9683 18.5468 11.1408 18.4524 11.299 18.3839C11.4832 18.3041 11.7177 18.2271 12.0003 18.2271C12.2829 18.2271 12.5173 18.3041 12.7016 18.3839C12.8598 18.4524 13.0323 18.5468 13.1907 18.6336C13.1994 18.6384 13.2082 18.6432 13.2169 18.6479L15.4903 19.8924C16.2078 20.2851 16.6698 20.5345 16.9998 20.6649C16.9987 20.6019 16.9947 20.5248 16.9862 20.4315C16.9404 19.9264 16.7948 19.2213 16.5741 18.1641L15.9039 14.9542L17.8617 14.5454Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.24902C7.44365 1.24902 3.75 4.94267 3.75 9.49902C3.75 14.0554 7.44365 17.749 12 17.749C16.5563 17.749 20.25 14.0554 20.25 9.49902C20.25 4.94267 16.5563 1.24902 12 1.24902ZM15.3003 8.45412C15.8271 8.28827 16.1197 7.72678 15.9538 7.19998C15.788 6.67319 15.2265 6.38058 14.6997 6.54642C13.3701 6.96499 12.0909 8.14513 11.2267 9.06594C10.9596 9.35054 10.7173 9.62684 10.5084 9.87499C10.3297 9.70763 10.1516 9.57588 9.97855 9.47331C9.95822 9.46126 9.93783 9.4489 9.91717 9.43638C9.70847 9.30985 9.47274 9.16693 9 9.16693C8.44772 9.16693 8 9.61465 8 10.1669C8 10.6838 8.39207 11.109 8.89501 11.1615C9.00137 11.2245 9.32472 11.4506 9.62842 11.9905C9.79609 12.2886 10.1045 12.4803 10.446 12.4988C10.7874 12.5173 11.1149 12.3595 11.3138 12.0814C11.5581 11.7738 12.2785 10.8678 12.6851 10.4346C13.5415 9.52207 14.5122 8.70221 15.3003 8.45412Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8617 14.5454L18.5451 17.8186C18.7492 18.7959 18.9204 19.6159 18.978 20.2506C19.0334 20.8597 19.025 21.6309 18.4981 22.2131C18.2223 22.5178 17.8638 22.6992 17.4587 22.7406C17.0955 22.7777 16.7527 22.6965 16.4722 22.6013C15.9491 22.4238 15.3086 22.073 14.608 21.6894C14.5821 21.6753 14.5561 21.661 14.5301 21.6467L12.2566 20.4023C12.1635 20.3514 12.0926 20.3126 12.0311 20.2804C12.0201 20.2746 12.0099 20.2693 12.0003 20.2644C11.9907 20.2693 11.9805 20.2746 11.9694 20.2804C11.9079 20.3126 11.837 20.3514 11.744 20.4023L9.47052 21.6467C9.44444 21.661 9.41845 21.6753 9.39254 21.6894C8.692 22.073 8.05151 22.4238 7.52839 22.6013C7.24788 22.6965 6.90507 22.7777 6.54193 22.7406C6.13674 22.6992 5.77824 22.5178 5.50248 22.2131C4.97562 21.6309 4.96723 20.8597 5.02254 20.2506C5.08018 19.6159 5.25142 18.7959 5.45551 17.8186C5.4599 17.7976 5.4643 17.7765 5.46871 17.7554L6.13892 14.5454L8.0967 14.9542L7.42649 18.1641C7.20576 19.2213 7.06021 19.9264 7.01434 20.4315C7.00587 20.5248 7.00193 20.6019 7.00081 20.6649C7.33078 20.5345 7.79276 20.2851 8.51023 19.8924L10.7837 18.6479C10.7924 18.6432 10.8011 18.6384 10.8099 18.6336C10.9683 18.5468 11.1408 18.4524 11.299 18.3839C11.4832 18.3041 11.7177 18.2271 12.0003 18.2271C12.2829 18.2271 12.5173 18.3041 12.7016 18.3839C12.8598 18.4524 13.0323 18.5468 13.1907 18.6336C13.1994 18.6384 13.2082 18.6432 13.2169 18.6479L15.4903 19.8924C16.2078 20.2851 16.6698 20.5345 16.9998 20.6649C16.9987 20.6019 16.9947 20.5248 16.9862 20.4315C16.9404 19.9264 16.7948 19.2213 16.5741 18.1641L15.9039 14.9542L17.8617 14.5454Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-certificate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5566 1.25C13.5045 1.24998 15.056 1.24996 16.2718 1.44227C17.5369 1.64237 18.5409 2.0646 19.3179 2.97873C20.0799 3.87526 20.4179 5.00361 20.5808 6.42849C20.7109 7.56695 20.7355 8.96746 20.7401 10.6906C19.8483 10.0964 18.7771 9.75 17.625 9.75H17.375C14.2684 9.75 11.75 12.2684 11.75 15.375C11.75 16.6204 12.1562 17.7722 12.8402 18.7032L12.6469 19.3115C12.5496 19.6179 12.4498 19.9319 12.382 20.197C12.3216 20.4329 12.1962 20.943 12.2765 21.5191C12.3377 21.9576 12.4905 22.3763 12.7183 22.7483C12.3506 22.75 11.9665 22.75 11.5656 22.75H11.4346C9.48668 22.75 7.93526 22.75 6.71943 22.5577C5.45432 22.3576 4.45035 21.9354 3.67334 21.0213C2.91129 20.1247 2.57328 18.9964 2.41045 17.5715C2.24999 16.1674 2.24999 14.3646 2.25 12.0495V12.0495V11.9505C2.24999 9.63538 2.24999 7.83262 2.41045 6.42849C2.57328 5.00361 2.91129 3.87526 3.67334 2.97873C4.44994 2.06508 5.45123 1.64255 6.71481 1.4423C7.92855 1.24996 9.47789 1.24998 11.4256 1.25H11.4256H11.5566H11.5566ZM8 7.25C7.58579 7.25 7.25 7.58579 7.25 8C7.25 8.41421 7.58579 8.75 8 8.75H15C15.4142 8.75 15.75 8.41421 15.75 8C15.75 7.58579 15.4142 7.25 15 7.25H8ZM8 12.25C7.58579 12.25 7.25 12.5858 7.25 13C7.25 13.4142 7.58579 13.75 8 13.75H10.209C10.6232 13.75 10.959 13.4142 10.959 13C10.959 12.5858 10.6232 12.25 10.209 12.25H8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.375 11.25C15.0968 11.25 13.25 13.0968 13.25 15.375C13.25 16.5477 13.7399 17.606 14.5242 18.3563L14.0863 19.7349C13.981 20.0665 13.8922 20.3459 13.8351 20.569C13.7808 20.7811 13.7251 21.0465 13.7621 21.3118C13.8731 22.1077 14.5353 22.7469 15.372 22.75C15.6508 22.751 15.9096 22.6473 16.1015 22.5611C16.306 22.4692 16.5587 22.3366 16.855 22.1811C17.1509 22.0258 17.2334 21.9861 17.2866 21.9701C17.4263 21.928 17.5737 21.928 17.7134 21.9701C17.7666 21.9861 17.849 22.0258 18.1449 22.1811C18.4412 22.3366 18.694 22.4692 18.8985 22.5611C19.0904 22.6473 19.3492 22.751 19.628 22.75C20.4647 22.7469 21.1269 22.1077 21.2379 21.3118C21.2749 21.0465 21.2192 20.7811 21.1649 20.569C21.1078 20.3459 21.019 20.0665 20.9137 19.7349L20.4758 18.3563C21.2601 17.606 21.75 16.5477 21.75 15.375C21.75 13.0968 19.9032 11.25 17.625 11.25H17.375ZM15.5231 20.167L15.8301 19.2002C16.3077 19.3932 16.8295 19.4996 17.3753 19.4996H17.6253C18.1711 19.4996 18.6929 19.3932 19.1705 19.2002L19.4775 20.167C19.5915 20.5259 19.6668 20.7641 19.712 20.9406C19.8192 21.3051 19.6243 21.2603 19.5134 21.1924C19.356 21.1216 19.0981 20.9867 18.7748 20.817C18.5511 20.6994 18.3552 20.5964 18.1468 20.5336C17.7246 20.4062 17.276 20.4062 16.8538 20.5336C16.6454 20.5964 16.4495 20.6994 16.2258 20.817C15.9025 20.9867 15.6446 21.1216 15.4872 21.1924C15.2109 21.3285 15.2397 21.0813 15.2886 20.9406C15.3338 20.7641 15.4091 20.5259 15.5231 20.167Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5566 1.25C13.5045 1.24998 15.056 1.24996 16.2718 1.44227C17.5369 1.64237 18.5409 2.0646 19.3179 2.97873C20.0799 3.87526 20.4179 5.00361 20.5808 6.42849C20.7109 7.56695 20.7355 8.96746 20.7401 10.6906C19.8483 10.0964 18.7771 9.75 17.625 9.75H17.375C14.2684 9.75 11.75 12.2684 11.75 15.375C11.75 16.6204 12.1562 17.7722 12.8402 18.7032L12.6469 19.3115C12.5496 19.6179 12.4498 19.9319 12.382 20.197C12.3216 20.4329 12.1962 20.943 12.2765 21.5191C12.3377 21.9576 12.4905 22.3763 12.7183 22.7483C12.3506 22.75 11.9665 22.75 11.5656 22.75H11.4346C9.48668 22.75 7.93526 22.75 6.71943 22.5577C5.45432 22.3576 4.45035 21.9354 3.67334 21.0213C2.91129 20.1247 2.57328 18.9964 2.41045 17.5715C2.24999 16.1674 2.24999 14.3646 2.25 12.0495V12.0495V11.9505C2.24999 9.63538 2.24999 7.83262 2.41045 6.42849C2.57328 5.00361 2.91129 3.87526 3.67334 2.97873C4.44994 2.06508 5.45123 1.64255 6.71481 1.4423C7.92855 1.24996 9.47789 1.24998 11.4256 1.25H11.4256H11.5566H11.5566ZM8 7.25C7.58579 7.25 7.25 7.58579 7.25 8C7.25 8.41421 7.58579 8.75 8 8.75H15C15.4142 8.75 15.75 8.41421 15.75 8C15.75 7.58579 15.4142 7.25 15 7.25H8ZM8 12.25C7.58579 12.25 7.25 12.5858 7.25 13C7.25 13.4142 7.58579 13.75 8 13.75H10.209C10.6232 13.75 10.959 13.4142 10.959 13C10.959 12.5858 10.6232 12.25 10.209 12.25H8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.375 11.25C15.0968 11.25 13.25 13.0968 13.25 15.375C13.25 16.5477 13.7399 17.606 14.5242 18.3563L14.0863 19.7349C13.981 20.0665 13.8922 20.3459 13.8351 20.569C13.7808 20.7811 13.7251 21.0465 13.7621 21.3118C13.8731 22.1077 14.5353 22.7469 15.372 22.75C15.6508 22.751 15.9096 22.6473 16.1015 22.5611C16.306 22.4692 16.5587 22.3366 16.855 22.1811C17.1509 22.0258 17.2334 21.9861 17.2866 21.9701C17.4263 21.928 17.5737 21.928 17.7134 21.9701C17.7666 21.9861 17.849 22.0258 18.1449 22.1811C18.4412 22.3366 18.694 22.4692 18.8985 22.5611C19.0904 22.6473 19.3492 22.751 19.628 22.75C20.4647 22.7469 21.1269 22.1077 21.2379 21.3118C21.2749 21.0465 21.2192 20.7811 21.1649 20.569C21.1078 20.3459 21.019 20.0665 20.9137 19.7349L20.4758 18.3563C21.2601 17.606 21.75 16.5477 21.75 15.375C21.75 13.0968 19.9032 11.25 17.625 11.25H17.375ZM15.5231 20.167L15.8301 19.2002C16.3077 19.3932 16.8295 19.4996 17.3753 19.4996H17.6253C18.1711 19.4996 18.6929 19.3932 19.1705 19.2002L19.4775 20.167C19.5915 20.5259 19.6668 20.7641 19.712 20.9406C19.8192 21.3051 19.6243 21.2603 19.5134 21.1924C19.356 21.1216 19.0981 20.9867 18.7748 20.817C18.5511 20.6994 18.3552 20.5964 18.1468 20.5336C17.7246 20.4062 17.276 20.4062 16.8538 20.5336C16.6454 20.5964 16.4495 20.6994 16.2258 20.817C15.9025 20.9867 15.6446 21.1216 15.4872 21.1924C15.2109 21.3285 15.2397 21.0813 15.2886 20.9406C15.3338 20.7641 15.4091 20.5259 15.5231 20.167Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-champion{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.42204 19.8509C8.24266 17.8145 9.914 16.25 12 16.25C14.086 16.25 15.7574 17.8145 16.578 19.8509C16.8395 20.4997 16.7863 21.1855 16.5304 21.7225C16.2833 22.2409 15.768 22.75 15.0412 22.75H8.95879C8.23206 22.75 7.71672 22.2409 7.46966 21.7225C7.21373 21.1855 7.16057 20.4997 7.42204 19.8509Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9964 6.05401C20.742 6.01866 20.333 6.00001 19.7023 6.00001H18.5001C17.9479 6.00001 17.5001 5.5523 17.5001 5.00001C17.5001 4.44773 17.9479 4.00001 18.5001 4.00001L19.7642 4.00001C20.3111 3.99993 20.8211 3.99985 21.2301 4.0567C21.6764 4.11874 22.1986 4.27154 22.5863 4.73866C22.9803 5.21324 23.0258 5.75825 22.9902 6.21074C22.9584 6.61617 22.8318 7.16595 22.714 7.67808L22.3232 9.37719C21.6384 12.3551 19.143 14.5403 16.1483 14.989C15.6021 15.0708 15.093 14.6944 15.0112 14.1482C14.9293 13.602 15.3058 13.0929 15.852 13.0111C18.079 12.6774 19.8836 11.0621 20.3741 8.92897L20.7648 7.22985C20.9023 6.63193 20.9776 6.29288 20.9964 6.05401Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.00362 6.05401C3.25795 6.01866 3.66703 6.00001 4.29765 6.00001H5.49986C6.05215 6.00001 6.49986 5.5523 6.49986 5.00001C6.49986 4.44773 6.05215 4.00001 5.49986 4.00001L4.23581 4.00001C3.68892 3.99993 3.17889 3.99985 2.76985 4.0567C2.32356 4.11874 1.80142 4.27154 1.41366 4.73866C1.01971 5.21324 0.974207 5.75825 1.00978 6.21074C1.04164 6.61617 1.15381 7.1035 1.27168 7.61563L1.67678 9.37719C2.36158 12.3551 4.85697 14.5403 7.85169 14.989C8.39788 15.0708 8.90699 14.6944 8.98883 14.1482C9.07066 13.602 8.69423 13.0929 8.14804 13.0111C5.921 12.6774 4.11644 11.0621 3.6259 8.92897L3.23517 7.22985C3.09768 6.63193 3.0224 6.29288 3.00362 6.05401Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.12656 1.25L9.18652 1.25L14.8733 1.25C15.7264 1.24995 16.456 1.24991 17.0386 1.34459C17.6731 1.4477 18.2324 1.67692 18.6653 2.20167C19.0832 2.70817 19.2266 3.2765 19.2472 3.90676C19.2662 4.48832 19.1811 5.19486 19.081 6.02493C18.6907 9.26423 17.8355 12.1753 16.6635 14.2451C15.5126 16.2775 13.9255 17.75 11.9999 17.75C10.0744 17.75 8.48728 16.2775 7.33643 14.2451C6.16438 12.1753 5.30917 9.26424 4.91887 6.02493C4.81881 5.19486 4.73364 4.48832 4.75268 3.90676C4.77332 3.2765 4.91671 2.70817 5.33459 2.20167C5.76752 1.67692 6.32676 1.4477 6.96126 1.34459C7.54385 1.24991 8.27344 1.24995 9.12656 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.42204 19.8509C8.24266 17.8145 9.914 16.25 12 16.25C14.086 16.25 15.7574 17.8145 16.578 19.8509C16.8395 20.4997 16.7863 21.1855 16.5304 21.7225C16.2833 22.2409 15.768 22.75 15.0412 22.75H8.95879C8.23206 22.75 7.71672 22.2409 7.46966 21.7225C7.21373 21.1855 7.16057 20.4997 7.42204 19.8509Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9964 6.05401C20.742 6.01866 20.333 6.00001 19.7023 6.00001H18.5001C17.9479 6.00001 17.5001 5.5523 17.5001 5.00001C17.5001 4.44773 17.9479 4.00001 18.5001 4.00001L19.7642 4.00001C20.3111 3.99993 20.8211 3.99985 21.2301 4.0567C21.6764 4.11874 22.1986 4.27154 22.5863 4.73866C22.9803 5.21324 23.0258 5.75825 22.9902 6.21074C22.9584 6.61617 22.8318 7.16595 22.714 7.67808L22.3232 9.37719C21.6384 12.3551 19.143 14.5403 16.1483 14.989C15.6021 15.0708 15.093 14.6944 15.0112 14.1482C14.9293 13.602 15.3058 13.0929 15.852 13.0111C18.079 12.6774 19.8836 11.0621 20.3741 8.92897L20.7648 7.22985C20.9023 6.63193 20.9776 6.29288 20.9964 6.05401Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.00362 6.05401C3.25795 6.01866 3.66703 6.00001 4.29765 6.00001H5.49986C6.05215 6.00001 6.49986 5.5523 6.49986 5.00001C6.49986 4.44773 6.05215 4.00001 5.49986 4.00001L4.23581 4.00001C3.68892 3.99993 3.17889 3.99985 2.76985 4.0567C2.32356 4.11874 1.80142 4.27154 1.41366 4.73866C1.01971 5.21324 0.974207 5.75825 1.00978 6.21074C1.04164 6.61617 1.15381 7.1035 1.27168 7.61563L1.67678 9.37719C2.36158 12.3551 4.85697 14.5403 7.85169 14.989C8.39788 15.0708 8.90699 14.6944 8.98883 14.1482C9.07066 13.602 8.69423 13.0929 8.14804 13.0111C5.921 12.6774 4.11644 11.0621 3.6259 8.92897L3.23517 7.22985C3.09768 6.63193 3.0224 6.29288 3.00362 6.05401Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.12656 1.25L9.18652 1.25L14.8733 1.25C15.7264 1.24995 16.456 1.24991 17.0386 1.34459C17.6731 1.4477 18.2324 1.67692 18.6653 2.20167C19.0832 2.70817 19.2266 3.2765 19.2472 3.90676C19.2662 4.48832 19.1811 5.19486 19.081 6.02493C18.6907 9.26423 17.8355 12.1753 16.6635 14.2451C15.5126 16.2775 13.9255 17.75 11.9999 17.75C10.0744 17.75 8.48728 16.2775 7.33643 14.2451C6.16438 12.1753 5.30917 9.26424 4.91887 6.02493C4.81881 5.19486 4.73364 4.48832 4.75268 3.90676C4.77332 3.2765 4.91671 2.70817 5.33459 2.20167C5.76752 1.67692 6.32676 1.4477 6.96126 1.34459C7.54385 1.24991 8.27344 1.24995 9.12656 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-crown{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9998 1C11.2796 1 10.8376 1.5264 10.5503 1.97988C10.2554 2.4452 9.95117 3.1155 9.59009 3.91103L9.59009 3.91103C9.44988 4.2199 9.31383 4.53229 9.17756 4.84518C8.86046 5.57329 8.54218 6.30411 8.16755 6.99964C7.88171 7.53032 7.37683 7.83299 6.76135 7.61455C6.52927 7.53218 6.23722 7.40295 5.79615 7.20692C5.69004 7.15975 5.57926 7.10711 5.46493 7.05277C4.85848 6.76458 4.15216 6.42892 3.51264 6.61189C2.88386 6.79179 2.43635 7.31426 2.28943 7.92532C2.20015 8.29667 2.27799 8.67764 2.36923 9.00553C2.46354 9.3445 2.61703 9.76929 2.80214 10.2816L2.80216 10.2816L4.49446 14.9652L4.49447 14.9652L4.49448 14.9653C4.83952 15.9202 5.11802 16.691 5.40655 17.2893C5.99655 18.5128 6.92686 19.2598 8.2897 19.4248C8.91068 19.5 9.67242 19.5 10.5984 19.5H13.4012C14.3272 19.5 15.089 19.5 15.7099 19.4248C17.0728 19.2598 18.0031 18.5128 18.5931 17.2893C18.8816 16.691 19.1601 15.9202 19.5052 14.9651L21.1975 10.2816L21.1975 10.2815C21.3826 9.76926 21.5361 9.34449 21.6304 9.00553C21.7216 8.67764 21.7995 8.29667 21.7102 7.92532C21.5633 7.31426 21.1158 6.79179 20.487 6.61189C19.8539 6.43075 19.15 6.76336 18.5495 7.04714C18.4411 7.09835 18.3361 7.14797 18.2355 7.19269C18.174 7.22 18.1126 7.24761 18.0512 7.27524C17.7834 7.39565 17.5147 7.51644 17.2383 7.61455C16.6228 7.83299 16.1179 7.53032 15.8321 6.99964C15.4574 6.3041 15.1392 5.57327 14.8221 4.84515C14.6858 4.53226 14.5497 4.21987 14.4095 3.911L14.4095 3.91099C14.0485 3.11548 13.7442 2.44519 13.4494 1.97988C13.162 1.5264 12.72 1 11.9998 1ZM11.999 13C11.1743 13 10.5057 13.6716 10.5057 14.5C10.5057 15.3284 11.1743 16 11.999 16H12.0124C12.8372 16 13.5057 15.3284 13.5057 14.5C13.5057 13.6716 12.8372 13 12.0124 13H11.999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 22C6 21.4477 6.44772 21 7 21H17C17.5523 21 18 21.4477 18 22C18 22.5523 17.5523 23 17 23H7C6.44772 23 6 22.5523 6 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9998 1C11.2796 1 10.8376 1.5264 10.5503 1.97988C10.2554 2.4452 9.95117 3.1155 9.59009 3.91103L9.59009 3.91103C9.44988 4.2199 9.31383 4.53229 9.17756 4.84518C8.86046 5.57329 8.54218 6.30411 8.16755 6.99964C7.88171 7.53032 7.37683 7.83299 6.76135 7.61455C6.52927 7.53218 6.23722 7.40295 5.79615 7.20692C5.69004 7.15975 5.57926 7.10711 5.46493 7.05277C4.85848 6.76458 4.15216 6.42892 3.51264 6.61189C2.88386 6.79179 2.43635 7.31426 2.28943 7.92532C2.20015 8.29667 2.27799 8.67764 2.36923 9.00553C2.46354 9.3445 2.61703 9.76929 2.80214 10.2816L2.80216 10.2816L4.49446 14.9652L4.49447 14.9652L4.49448 14.9653C4.83952 15.9202 5.11802 16.691 5.40655 17.2893C5.99655 18.5128 6.92686 19.2598 8.2897 19.4248C8.91068 19.5 9.67242 19.5 10.5984 19.5H13.4012C14.3272 19.5 15.089 19.5 15.7099 19.4248C17.0728 19.2598 18.0031 18.5128 18.5931 17.2893C18.8816 16.691 19.1601 15.9202 19.5052 14.9651L21.1975 10.2816L21.1975 10.2815C21.3826 9.76926 21.5361 9.34449 21.6304 9.00553C21.7216 8.67764 21.7995 8.29667 21.7102 7.92532C21.5633 7.31426 21.1158 6.79179 20.487 6.61189C19.8539 6.43075 19.15 6.76336 18.5495 7.04714C18.4411 7.09835 18.3361 7.14797 18.2355 7.19269C18.174 7.22 18.1126 7.24761 18.0512 7.27524C17.7834 7.39565 17.5147 7.51644 17.2383 7.61455C16.6228 7.83299 16.1179 7.53032 15.8321 6.99964C15.4574 6.3041 15.1392 5.57327 14.8221 4.84515C14.6858 4.53226 14.5497 4.21987 14.4095 3.911L14.4095 3.91099C14.0485 3.11548 13.7442 2.44519 13.4494 1.97988C13.162 1.5264 12.72 1 11.9998 1ZM11.999 13C11.1743 13 10.5057 13.6716 10.5057 14.5C10.5057 15.3284 11.1743 16 11.999 16H12.0124C12.8372 16 13.5057 15.3284 13.5057 14.5C13.5057 13.6716 12.8372 13 12.0124 13H11.999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 22C6 21.4477 6.44772 21 7 21H17C17.5523 21 18 21.4477 18 22C18 22.5523 17.5523 23 17 23H7C6.44772 23 6 22.5523 6 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-honor{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 3C1.5 2.44772 1.94772 2 2.5 2H21.5C22.0523 2 22.5 2.44772 22.5 3C22.5 3.55228 22.0523 4 21.5 4H2.5C1.94772 4 1.5 3.55228 1.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.75 3C3.75 2.58579 4.08579 2.25 4.5 2.25L19.5 2.25C19.9142 2.25 20.25 2.58579 20.25 3L20.25 13.999C20.25 15.1871 20.146 16.1268 19.6877 16.9363C19.2294 17.7457 18.4771 18.3184 17.4584 18.9296L14.4129 20.7569C13.9379 21.0419 13.5343 21.2841 13.1798 21.4507C12.8023 21.6282 12.426 21.7476 12 21.7476C11.574 21.7476 11.1977 21.6282 10.8202 21.4507C10.4657 21.2841 10.062 21.0419 9.58697 20.7568L9.55777 20.7393L9.55615 20.7383L6.54165 18.9296C5.52287 18.3184 4.77057 17.7457 4.31226 16.9363C3.85395 16.1268 3.75 15.1871 3.75 13.999L3.75 3ZM9.5 7C8.94772 7 8.5 7.44772 8.5 8C8.5 8.55228 8.94772 9 9.5 9L14.5 9C15.0523 9 15.5 8.55228 15.5 8C15.5 7.44772 15.0523 7 14.5 7L9.5 7ZM9.5 12C8.94772 12 8.5 12.4477 8.5 13C8.5 13.5523 8.94772 14 9.5 14H14.5C15.0523 14 15.5 13.5523 15.5 13C15.5 12.4477 15.0523 12 14.5 12H9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 3C1.5 2.44772 1.94772 2 2.5 2H21.5C22.0523 2 22.5 2.44772 22.5 3C22.5 3.55228 22.0523 4 21.5 4H2.5C1.94772 4 1.5 3.55228 1.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.75 3C3.75 2.58579 4.08579 2.25 4.5 2.25L19.5 2.25C19.9142 2.25 20.25 2.58579 20.25 3L20.25 13.999C20.25 15.1871 20.146 16.1268 19.6877 16.9363C19.2294 17.7457 18.4771 18.3184 17.4584 18.9296L14.4129 20.7569C13.9379 21.0419 13.5343 21.2841 13.1798 21.4507C12.8023 21.6282 12.426 21.7476 12 21.7476C11.574 21.7476 11.1977 21.6282 10.8202 21.4507C10.4657 21.2841 10.062 21.0419 9.58697 20.7568L9.55777 20.7393L9.55615 20.7383L6.54165 18.9296C5.52287 18.3184 4.77057 17.7457 4.31226 16.9363C3.85395 16.1268 3.75 15.1871 3.75 13.999L3.75 3ZM9.5 7C8.94772 7 8.5 7.44772 8.5 8C8.5 8.55228 8.94772 9 9.5 9L14.5 9C15.0523 9 15.5 8.55228 15.5 8C15.5 7.44772 15.0523 7 14.5 7L9.5 7ZM9.5 12C8.94772 12 8.5 12.4477 8.5 13C8.5 13.5523 8.94772 14 9.5 14H14.5C15.0523 14 15.5 13.5523 15.5 13C15.5 12.4477 15.0523 12 14.5 12H9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-honour-star{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 3.25098C1.75 2.69869 2.19772 2.25098 2.75 2.25098H21.25C21.8023 2.25098 22.25 2.69869 22.25 3.25098C22.25 3.80326 21.8023 4.25098 21.25 4.25098H2.75C2.19772 4.25098 1.75 3.80326 1.75 3.25098Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 2.25098C4.08579 2.25098 3.75 2.58676 3.75 3.00098L3.75 14C3.75 15.1881 3.85395 16.1278 4.31226 16.9373C4.77057 17.7467 5.52287 18.3193 6.54165 18.9306L9.587 20.7578C10.062 21.0428 10.4657 21.285 10.8202 21.4517C11.1977 21.6292 11.574 21.7486 12 21.7486C12.426 21.7486 12.8023 21.6292 13.1798 21.4517C13.5343 21.2851 13.9688 21.0244 14.4437 20.7394L14.4438 20.7393L14.4439 20.7393L17.4584 18.9306C18.4771 18.3193 19.2294 17.7467 19.6877 16.9373C20.146 16.1278 20.25 15.1881 20.25 14L20.25 3.00098C20.25 2.58676 19.9142 2.25098 19.5 2.25098L4.5 2.25098ZM13.2204 9.24751L12.6045 8.00546C12.272 7.33151 11.7261 7.33151 11.3901 8.00546L10.7742 9.24751C10.6902 9.4204 10.4662 9.58625 10.2807 9.618L9.16434 9.80501C8.45042 9.92498 8.28594 10.4472 8.79688 10.9624L9.66478 11.8375C9.81177 11.9856 9.89226 12.2715 9.84676 12.4761L9.59829 13.5594C9.40231 14.4133 9.85726 14.7485 10.6062 14.3004L11.6526 13.6758C11.845 13.5629 12.1565 13.5629 12.3455 13.6758L13.3919 14.3004C14.1443 14.7485 14.5957 14.4168 14.3998 13.5594L14.1513 12.4761C14.1058 12.2715 14.1863 11.9856 14.3333 11.8375L15.2012 10.9624C15.7156 10.4472 15.5476 9.92498 14.8337 9.80501L13.7173 9.618C13.5284 9.58625 13.3044 9.4204 13.2204 9.24751Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 3.25098C1.75 2.69869 2.19772 2.25098 2.75 2.25098H21.25C21.8023 2.25098 22.25 2.69869 22.25 3.25098C22.25 3.80326 21.8023 4.25098 21.25 4.25098H2.75C2.19772 4.25098 1.75 3.80326 1.75 3.25098Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 2.25098C4.08579 2.25098 3.75 2.58676 3.75 3.00098L3.75 14C3.75 15.1881 3.85395 16.1278 4.31226 16.9373C4.77057 17.7467 5.52287 18.3193 6.54165 18.9306L9.587 20.7578C10.062 21.0428 10.4657 21.285 10.8202 21.4517C11.1977 21.6292 11.574 21.7486 12 21.7486C12.426 21.7486 12.8023 21.6292 13.1798 21.4517C13.5343 21.2851 13.9688 21.0244 14.4437 20.7394L14.4438 20.7393L14.4439 20.7393L17.4584 18.9306C18.4771 18.3193 19.2294 17.7467 19.6877 16.9373C20.146 16.1278 20.25 15.1881 20.25 14L20.25 3.00098C20.25 2.58676 19.9142 2.25098 19.5 2.25098L4.5 2.25098ZM13.2204 9.24751L12.6045 8.00546C12.272 7.33151 11.7261 7.33151 11.3901 8.00546L10.7742 9.24751C10.6902 9.4204 10.4662 9.58625 10.2807 9.618L9.16434 9.80501C8.45042 9.92498 8.28594 10.4472 8.79688 10.9624L9.66478 11.8375C9.81177 11.9856 9.89226 12.2715 9.84676 12.4761L9.59829 13.5594C9.40231 14.4133 9.85726 14.7485 10.6062 14.3004L11.6526 13.6758C11.845 13.5629 12.1565 13.5629 12.3455 13.6758L13.3919 14.3004C14.1443 14.7485 14.5957 14.4168 14.3998 13.5594L14.1513 12.4761C14.1058 12.2715 14.1863 11.9856 14.3333 11.8375L15.2012 10.9624C15.7156 10.4472 15.5476 9.92498 14.8337 9.80501L13.7173 9.618C13.5284 9.58625 13.3044 9.4204 13.2204 9.24751Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-medal-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.06144 1.00006C6.11499 1.00009 6.16933 1.00012 6.22449 1.00012H17.7759C17.8311 1.00012 17.8854 1.00009 17.9389 1.00006C18.9191 0.999513 19.6326 0.999117 20.2402 1.18655C21.4188 1.55016 22.3775 2.4211 22.7891 3.57338C23.0017 4.16847 23.0011 4.86518 23.0003 5.75823C23.0002 5.81339 23.0002 5.8693 23.0002 5.92597C23.0002 5.95369 23.0002 5.98127 23.0003 6.00872C23.0007 6.37711 23.0011 6.72094 22.9206 7.04751C22.7659 7.67506 22.3966 8.22346 21.887 8.61607C21.6235 8.81909 21.3105 8.96543 20.9518 9.13311C20.9268 9.1448 20.9015 9.1566 20.8761 9.16852L14.2252 12.2848C14.1763 12.3077 14.1278 12.3305 14.0797 12.3531C13.3423 12.7 12.7044 13.0001 12.0002 13.0001C11.296 13.0001 10.6581 12.7 9.92065 12.3531C9.87259 12.3305 9.82411 12.3077 9.77516 12.2848L3.12429 9.16852C3.09884 9.1566 3.07362 9.14481 3.04861 9.13312C2.68991 8.96543 2.37686 8.81909 2.11338 8.61607C1.60381 8.22346 1.2345 7.67506 1.07978 7.04751C0.999267 6.72094 0.999682 6.37711 1.00013 6.00871C1.00016 5.98127 1.00019 5.95369 1.00019 5.92597C1.00019 5.86929 1.00014 5.81339 1.00009 5.75823C0.999303 4.86518 0.998686 4.16847 1.21125 3.57338C1.62285 2.42109 2.58163 1.55016 3.76021 1.18655C4.36774 0.999117 5.08127 0.999513 6.06144 1.00006ZM6.22449 3.00012C5.01045 3.00012 4.62958 3.01136 4.34982 3.09767C3.7311 3.28855 3.27974 3.72812 3.0947 4.24615C3.01483 4.46976 3.00019 4.78235 3.00019 5.92597C3.00019 6.42918 3.00712 6.50987 3.02164 6.56877C3.06323 6.73746 3.16695 6.90304 3.33405 7.03179C3.40046 7.08295 3.49571 7.1339 3.97286 7.35746L10.6237 10.4737C11.5905 10.9267 11.799 11.0001 12.0002 11.0001C12.2014 11.0001 12.4099 10.9267 13.3767 10.4737L20.0275 7.35746C20.5047 7.1339 20.5999 7.08295 20.6663 7.03179C20.8334 6.90304 20.9372 6.73746 20.9787 6.56877C20.9933 6.50987 21.0002 6.42918 21.0002 5.92597C21.0002 4.78235 20.9856 4.46976 20.9057 4.24615C20.7206 3.72812 20.2693 3.28855 19.6506 3.09767C19.3708 3.01136 18.9899 3.00012 17.7759 3.00012H6.22449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 1H7V10.9845L9.77497 12.2847L9.92045 12.353C10.6579 12.6999 11.2958 13 12 13C12.7042 13 13.3421 12.6999 14.0795 12.353L14.225 12.2847L17 10.9845L17 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 12.25C11.6556 12.25 11.356 12.3467 11.0707 12.4792C10.8078 12.6014 10.5108 12.7771 10.1759 12.9752L9.11841 13.6008C8.7702 13.8067 8.46236 13.9888 8.2193 14.1681C7.95498 14.363 7.72183 14.586 7.54973 14.8955C7.37872 15.203 7.31016 15.5201 7.27898 15.8497C7.24997 16.1564 7.24998 16.5242 7.25 16.9466V18.0534C7.24998 18.4758 7.24997 18.8436 7.27898 19.1503C7.31016 19.4799 7.37872 19.797 7.54973 20.1045C7.72183 20.414 7.95498 20.637 8.2193 20.8319C8.46236 21.0112 8.77021 21.1933 9.11842 21.3992L10.1759 22.0248C10.5107 22.2229 10.8078 22.3986 11.0707 22.5208C11.356 22.6533 11.6556 22.75 12 22.75C12.3444 22.75 12.644 22.6533 12.9293 22.5208C13.1922 22.3986 13.4893 22.2229 13.8241 22.0248L14.8816 21.3992C15.2298 21.1933 15.5376 21.0112 15.7807 20.8319C16.045 20.637 16.2782 20.414 16.4503 20.1045C16.6213 19.797 16.6898 19.4799 16.721 19.1503C16.75 18.8436 16.75 18.4758 16.75 18.0534V16.9466C16.75 16.5242 16.75 16.1564 16.721 15.8497C16.6898 15.5201 16.6213 15.203 16.4503 14.8955C16.2782 14.586 16.045 14.363 15.7807 14.1681C15.5376 13.9888 15.2298 13.8067 14.8816 13.6008L13.8241 12.9752C13.4893 12.7771 13.1922 12.6014 12.9293 12.4792C12.644 12.3467 12.3444 12.25 12 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.06144 1.00006C6.11499 1.00009 6.16933 1.00012 6.22449 1.00012H17.7759C17.8311 1.00012 17.8854 1.00009 17.9389 1.00006C18.9191 0.999513 19.6326 0.999117 20.2402 1.18655C21.4188 1.55016 22.3775 2.4211 22.7891 3.57338C23.0017 4.16847 23.0011 4.86518 23.0003 5.75823C23.0002 5.81339 23.0002 5.8693 23.0002 5.92597C23.0002 5.95369 23.0002 5.98127 23.0003 6.00872C23.0007 6.37711 23.0011 6.72094 22.9206 7.04751C22.7659 7.67506 22.3966 8.22346 21.887 8.61607C21.6235 8.81909 21.3105 8.96543 20.9518 9.13311C20.9268 9.1448 20.9015 9.1566 20.8761 9.16852L14.2252 12.2848C14.1763 12.3077 14.1278 12.3305 14.0797 12.3531C13.3423 12.7 12.7044 13.0001 12.0002 13.0001C11.296 13.0001 10.6581 12.7 9.92065 12.3531C9.87259 12.3305 9.82411 12.3077 9.77516 12.2848L3.12429 9.16852C3.09884 9.1566 3.07362 9.14481 3.04861 9.13312C2.68991 8.96543 2.37686 8.81909 2.11338 8.61607C1.60381 8.22346 1.2345 7.67506 1.07978 7.04751C0.999267 6.72094 0.999682 6.37711 1.00013 6.00871C1.00016 5.98127 1.00019 5.95369 1.00019 5.92597C1.00019 5.86929 1.00014 5.81339 1.00009 5.75823C0.999303 4.86518 0.998686 4.16847 1.21125 3.57338C1.62285 2.42109 2.58163 1.55016 3.76021 1.18655C4.36774 0.999117 5.08127 0.999513 6.06144 1.00006ZM6.22449 3.00012C5.01045 3.00012 4.62958 3.01136 4.34982 3.09767C3.7311 3.28855 3.27974 3.72812 3.0947 4.24615C3.01483 4.46976 3.00019 4.78235 3.00019 5.92597C3.00019 6.42918 3.00712 6.50987 3.02164 6.56877C3.06323 6.73746 3.16695 6.90304 3.33405 7.03179C3.40046 7.08295 3.49571 7.1339 3.97286 7.35746L10.6237 10.4737C11.5905 10.9267 11.799 11.0001 12.0002 11.0001C12.2014 11.0001 12.4099 10.9267 13.3767 10.4737L20.0275 7.35746C20.5047 7.1339 20.5999 7.08295 20.6663 7.03179C20.8334 6.90304 20.9372 6.73746 20.9787 6.56877C20.9933 6.50987 21.0002 6.42918 21.0002 5.92597C21.0002 4.78235 20.9856 4.46976 20.9057 4.24615C20.7206 3.72812 20.2693 3.28855 19.6506 3.09767C19.3708 3.01136 18.9899 3.00012 17.7759 3.00012H6.22449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 1H7V10.9845L9.77497 12.2847L9.92045 12.353C10.6579 12.6999 11.2958 13 12 13C12.7042 13 13.3421 12.6999 14.0795 12.353L14.225 12.2847L17 10.9845L17 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 12.25C11.6556 12.25 11.356 12.3467 11.0707 12.4792C10.8078 12.6014 10.5108 12.7771 10.1759 12.9752L9.11841 13.6008C8.7702 13.8067 8.46236 13.9888 8.2193 14.1681C7.95498 14.363 7.72183 14.586 7.54973 14.8955C7.37872 15.203 7.31016 15.5201 7.27898 15.8497C7.24997 16.1564 7.24998 16.5242 7.25 16.9466V18.0534C7.24998 18.4758 7.24997 18.8436 7.27898 19.1503C7.31016 19.4799 7.37872 19.797 7.54973 20.1045C7.72183 20.414 7.95498 20.637 8.2193 20.8319C8.46236 21.0112 8.77021 21.1933 9.11842 21.3992L10.1759 22.0248C10.5107 22.2229 10.8078 22.3986 11.0707 22.5208C11.356 22.6533 11.6556 22.75 12 22.75C12.3444 22.75 12.644 22.6533 12.9293 22.5208C13.1922 22.3986 13.4893 22.2229 13.8241 22.0248L14.8816 21.3992C15.2298 21.1933 15.5376 21.0112 15.7807 20.8319C16.045 20.637 16.2782 20.414 16.4503 20.1045C16.6213 19.797 16.6898 19.4799 16.721 19.1503C16.75 18.8436 16.75 18.4758 16.75 18.0534V16.9466C16.75 16.5242 16.75 16.1564 16.721 15.8497C16.6898 15.5201 16.6213 15.203 16.4503 14.8955C16.2782 14.586 16.045 14.363 15.7807 14.1681C15.5376 13.9888 15.2298 13.8067 14.8816 13.6008L13.8241 12.9752C13.4893 12.7771 13.1922 12.6014 12.9293 12.4792C12.644 12.3467 12.3444 12.25 12 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-medal-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9999 12.25C12.7032 12.25 13.1846 12.7774 13.4511 13.3172L14.2398 14.9077C14.2679 14.9414 14.3057 14.9663 14.3449 14.9853L15.7694 15.224C16.3606 15.3233 16.9798 15.6358 17.1881 16.2893C17.3961 16.9417 17.0726 17.5562 16.6482 17.9816L15.5411 19.0979C15.5179 19.1361 15.5003 19.1972 15.5014 19.2419L15.8183 20.6235C15.9583 21.2362 15.9613 22.0446 15.3407 22.5008C14.717 22.9592 13.9459 22.7083 13.4069 22.3873L12.0705 21.5897C12.0301 21.5782 11.9683 21.578 11.9282 21.591L10.5944 22.3872C10.054 22.7104 9.28466 22.9571 8.66174 22.4989C8.04248 22.0433 8.04185 21.2373 8.18284 20.6229L8.4996 19.2419C8.50069 19.1972 8.48306 19.1361 8.45994 19.0979L7.35094 17.9798C6.92919 17.5545 6.60786 16.9419 6.81412 16.2906C7.02127 15.6365 7.64002 15.3234 8.23199 15.2239L9.65236 14.986C9.69241 14.9684 9.72712 14.9397 9.7566 14.9078L10.5464 13.3153C10.815 12.7763 11.2976 12.25 11.9999 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.101 1.30629C18.8019 1.24975 18.461 1.24986 17.9869 1.25002C13.996 1.25133 10.0052 1.25133 6.01431 1.25002C5.54018 1.24986 5.19927 1.24975 4.90017 1.30629C3.5803 1.55578 2.55244 2.59449 2.30616 3.91639C2.24332 4.25371 2.24634 4.60211 2.24932 4.94608C2.24996 5.01941 2.25059 5.09254 2.25058 5.16532C2.25054 5.65758 2.25051 5.97257 2.28793 6.27105C2.45095 7.57138 3.13785 8.74852 4.18964 9.52539C4.43095 9.70362 4.70478 9.85683 5.13118 10.0954L5.1312 10.0954L5.17771 10.1214L7.78169 11.5786C8.70366 12.0946 9.44216 12.5078 10.0796 12.7881C10.7393 13.0781 11.3423 13.25 12.0006 13.25C12.6589 13.25 13.2619 13.0781 13.9215 12.7881C14.559 12.5078 15.2975 12.0946 16.2195 11.5786L18.8694 10.0958L18.8694 10.0957C19.2961 9.85699 19.5701 9.70371 19.8115 9.52539C20.8633 8.74852 21.5502 7.57138 21.7132 6.27105C21.7554 5.93512 21.7534 5.59483 21.7514 5.25605C21.751 5.18281 21.7506 5.10965 21.7506 5.03661C21.7508 4.55806 21.7509 4.21617 21.695 3.91639C21.4487 2.59449 20.4209 1.55578 19.101 1.30629ZM8.75 5C8.75 4.58579 8.41421 4.25 8 4.25C7.58579 4.25 7.25 4.58579 7.25 5V6C7.25 6.41421 7.58579 6.75 8 6.75C8.41421 6.75 8.75 6.41421 8.75 6V5ZM12.75 5C12.75 4.58579 12.4142 4.25 12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V8C11.25 8.41421 11.5858 8.75 12 8.75C12.4142 8.75 12.75 8.41421 12.75 8V5ZM16.75 5C16.75 4.58579 16.4142 4.25 16 4.25C15.5858 4.25 15.25 4.58579 15.25 5V6C15.25 6.41421 15.5858 6.75 16 6.75C16.4142 6.75 16.75 6.41421 16.75 6V5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9999 12.25C12.7032 12.25 13.1846 12.7774 13.4511 13.3172L14.2398 14.9077C14.2679 14.9414 14.3057 14.9663 14.3449 14.9853L15.7694 15.224C16.3606 15.3233 16.9798 15.6358 17.1881 16.2893C17.3961 16.9417 17.0726 17.5562 16.6482 17.9816L15.5411 19.0979C15.5179 19.1361 15.5003 19.1972 15.5014 19.2419L15.8183 20.6235C15.9583 21.2362 15.9613 22.0446 15.3407 22.5008C14.717 22.9592 13.9459 22.7083 13.4069 22.3873L12.0705 21.5897C12.0301 21.5782 11.9683 21.578 11.9282 21.591L10.5944 22.3872C10.054 22.7104 9.28466 22.9571 8.66174 22.4989C8.04248 22.0433 8.04185 21.2373 8.18284 20.6229L8.4996 19.2419C8.50069 19.1972 8.48306 19.1361 8.45994 19.0979L7.35094 17.9798C6.92919 17.5545 6.60786 16.9419 6.81412 16.2906C7.02127 15.6365 7.64002 15.3234 8.23199 15.2239L9.65236 14.986C9.69241 14.9684 9.72712 14.9397 9.7566 14.9078L10.5464 13.3153C10.815 12.7763 11.2976 12.25 11.9999 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.101 1.30629C18.8019 1.24975 18.461 1.24986 17.9869 1.25002C13.996 1.25133 10.0052 1.25133 6.01431 1.25002C5.54018 1.24986 5.19927 1.24975 4.90017 1.30629C3.5803 1.55578 2.55244 2.59449 2.30616 3.91639C2.24332 4.25371 2.24634 4.60211 2.24932 4.94608C2.24996 5.01941 2.25059 5.09254 2.25058 5.16532C2.25054 5.65758 2.25051 5.97257 2.28793 6.27105C2.45095 7.57138 3.13785 8.74852 4.18964 9.52539C4.43095 9.70362 4.70478 9.85683 5.13118 10.0954L5.1312 10.0954L5.17771 10.1214L7.78169 11.5786C8.70366 12.0946 9.44216 12.5078 10.0796 12.7881C10.7393 13.0781 11.3423 13.25 12.0006 13.25C12.6589 13.25 13.2619 13.0781 13.9215 12.7881C14.559 12.5078 15.2975 12.0946 16.2195 11.5786L18.8694 10.0958L18.8694 10.0957C19.2961 9.85699 19.5701 9.70371 19.8115 9.52539C20.8633 8.74852 21.5502 7.57138 21.7132 6.27105C21.7554 5.93512 21.7534 5.59483 21.7514 5.25605C21.751 5.18281 21.7506 5.10965 21.7506 5.03661C21.7508 4.55806 21.7509 4.21617 21.695 3.91639C21.4487 2.59449 20.4209 1.55578 19.101 1.30629ZM8.75 5C8.75 4.58579 8.41421 4.25 8 4.25C7.58579 4.25 7.25 4.58579 7.25 5V6C7.25 6.41421 7.58579 6.75 8 6.75C8.41421 6.75 8.75 6.41421 8.75 6V5ZM12.75 5C12.75 4.58579 12.4142 4.25 12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V8C11.25 8.41421 11.5858 8.75 12 8.75C12.4142 8.75 12.75 8.41421 12.75 8V5ZM16.75 5C16.75 4.58579 16.4142 4.25 16 4.25C15.5858 4.25 15.25 4.58579 15.25 5V6C15.25 6.41421 15.5858 6.75 16 6.75C16.4142 6.75 16.75 6.41421 16.75 6V5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-medal-03-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9999 12.25C12.7032 12.25 13.1846 12.7774 13.4511 13.3172L14.2398 14.9077C14.2679 14.9414 14.3057 14.9663 14.3449 14.9853L15.7694 15.224C16.3606 15.3233 16.9798 15.6358 17.1881 16.2893C17.3961 16.9417 17.0726 17.5562 16.6482 17.9816L15.5411 19.0979C15.5179 19.1361 15.5003 19.1972 15.5014 19.2419L15.8183 20.6235C15.9583 21.2362 15.9613 22.0446 15.3407 22.5008C14.717 22.9592 13.9459 22.7083 13.4069 22.3873L12.0705 21.5897C12.0301 21.5782 11.9683 21.578 11.9282 21.591L10.5944 22.3872C10.054 22.7104 9.28466 22.9571 8.66174 22.4989C8.04248 22.0433 8.04185 21.2373 8.18284 20.6229L8.4996 19.2419C8.50069 19.1972 8.48306 19.1361 8.45994 19.0979L7.35094 17.9798C6.92919 17.5545 6.60786 16.9419 6.81412 16.2906C7.02127 15.6365 7.64002 15.3234 8.23199 15.2239L9.65236 14.986C9.69241 14.9684 9.72712 14.9397 9.7566 14.9078L10.5464 13.3153C10.815 12.7763 11.2976 12.25 11.9999 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6722 1.29097C19.215 1.36437 19.8537 1.5746 20.2989 2.18368C20.5619 2.54356 20.6616 2.94841 20.7066 3.36595C20.761 3.87106 20.7491 4.38275 20.7491 4.88998C20.7492 6.22813 20.6553 7.49876 19.4236 8.32189C19.0531 8.56951 18.6182 8.77228 18.3247 8.92484L14.9984 10.6541C14.3655 10.9831 13.8463 11.2531 13.3969 11.4372C12.9267 11.6298 12.4846 11.7499 11.9991 11.7499C11.5137 11.7499 11.0716 11.6298 10.6014 11.4372C10.152 11.2531 9.63278 10.9831 8.99987 10.6541L5.67356 8.92484C3.79663 7.94907 3.2491 6.96428 3.24914 4.89004C3.24914 4.38279 3.23728 3.87108 3.29167 3.36595C3.33664 2.94841 3.43636 2.54356 3.69941 2.18368C4.14462 1.5746 4.78327 1.36437 5.32612 1.29097C5.71309 1.23865 6.14724 1.24855 6.47492 1.25602C7.78195 1.28583 9.09181 1.26035 10.3991 1.26035C10.682 1.26035 10.8234 1.26035 10.9113 1.34822C10.9991 1.43609 10.9991 1.57751 10.9991 1.86035V5C10.9991 5.55228 11.4469 6 11.9991 6C12.5514 6 12.9991 5.55228 12.9991 5V1.86035C12.9991 1.57751 12.9991 1.43609 13.087 1.34822C13.1749 1.26035 13.3163 1.26035 13.5991 1.26035C14.9065 1.26035 16.2163 1.28583 17.5234 1.25602C17.851 1.24855 18.2852 1.23865 18.6722 1.29097Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9999 12.25C12.7032 12.25 13.1846 12.7774 13.4511 13.3172L14.2398 14.9077C14.2679 14.9414 14.3057 14.9663 14.3449 14.9853L15.7694 15.224C16.3606 15.3233 16.9798 15.6358 17.1881 16.2893C17.3961 16.9417 17.0726 17.5562 16.6482 17.9816L15.5411 19.0979C15.5179 19.1361 15.5003 19.1972 15.5014 19.2419L15.8183 20.6235C15.9583 21.2362 15.9613 22.0446 15.3407 22.5008C14.717 22.9592 13.9459 22.7083 13.4069 22.3873L12.0705 21.5897C12.0301 21.5782 11.9683 21.578 11.9282 21.591L10.5944 22.3872C10.054 22.7104 9.28466 22.9571 8.66174 22.4989C8.04248 22.0433 8.04185 21.2373 8.18284 20.6229L8.4996 19.2419C8.50069 19.1972 8.48306 19.1361 8.45994 19.0979L7.35094 17.9798C6.92919 17.5545 6.60786 16.9419 6.81412 16.2906C7.02127 15.6365 7.64002 15.3234 8.23199 15.2239L9.65236 14.986C9.69241 14.9684 9.72712 14.9397 9.7566 14.9078L10.5464 13.3153C10.815 12.7763 11.2976 12.25 11.9999 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6722 1.29097C19.215 1.36437 19.8537 1.5746 20.2989 2.18368C20.5619 2.54356 20.6616 2.94841 20.7066 3.36595C20.761 3.87106 20.7491 4.38275 20.7491 4.88998C20.7492 6.22813 20.6553 7.49876 19.4236 8.32189C19.0531 8.56951 18.6182 8.77228 18.3247 8.92484L14.9984 10.6541C14.3655 10.9831 13.8463 11.2531 13.3969 11.4372C12.9267 11.6298 12.4846 11.7499 11.9991 11.7499C11.5137 11.7499 11.0716 11.6298 10.6014 11.4372C10.152 11.2531 9.63278 10.9831 8.99987 10.6541L5.67356 8.92484C3.79663 7.94907 3.2491 6.96428 3.24914 4.89004C3.24914 4.38279 3.23728 3.87108 3.29167 3.36595C3.33664 2.94841 3.43636 2.54356 3.69941 2.18368C4.14462 1.5746 4.78327 1.36437 5.32612 1.29097C5.71309 1.23865 6.14724 1.24855 6.47492 1.25602C7.78195 1.28583 9.09181 1.26035 10.3991 1.26035C10.682 1.26035 10.8234 1.26035 10.9113 1.34822C10.9991 1.43609 10.9991 1.57751 10.9991 1.86035V5C10.9991 5.55228 11.4469 6 11.9991 6C12.5514 6 12.9991 5.55228 12.9991 5V1.86035C12.9991 1.57751 12.9991 1.43609 13.087 1.34822C13.1749 1.26035 13.3163 1.26035 13.5991 1.26035C14.9065 1.26035 16.2163 1.28583 17.5234 1.25602C17.851 1.24855 18.2852 1.23865 18.6722 1.29097Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-medal-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0707 12.4792C11.356 12.3467 11.6556 12.25 12 12.25C12.3444 12.25 12.644 12.3467 12.9293 12.4792C13.1922 12.6014 13.4893 12.7771 13.8241 12.9752L14.8816 13.6008L14.8816 13.6008C15.2298 13.8067 15.5376 13.9888 15.7807 14.1681C16.045 14.363 16.2782 14.586 16.4503 14.8955C16.6213 15.203 16.6898 15.5201 16.721 15.8497C16.75 16.1564 16.75 16.5242 16.75 16.9466V16.9466V18.0534V18.0534C16.75 18.4758 16.75 18.8436 16.721 19.1503C16.6898 19.4799 16.6213 19.797 16.4503 20.1045C16.2782 20.414 16.045 20.637 15.7807 20.8319C15.5376 21.0112 15.2298 21.1933 14.8816 21.3992L13.8241 22.0248C13.4893 22.2229 13.1922 22.3986 12.9293 22.5208C12.644 22.6533 12.3444 22.75 12 22.75C11.6556 22.75 11.356 22.6533 11.0707 22.5208C10.8078 22.3986 10.5108 22.2229 10.176 22.0248L10.1759 22.0248L9.11842 21.3992C8.77021 21.1933 8.46236 21.0112 8.2193 20.8319C7.95498 20.637 7.72183 20.414 7.54973 20.1045C7.37872 19.797 7.31016 19.4799 7.27898 19.1503C7.24997 18.8436 7.24998 18.4758 7.25 18.0534V18.0534V16.9466V16.9466C7.24998 16.5242 7.24997 16.1564 7.27898 15.8497C7.31016 15.5201 7.37872 15.203 7.54973 14.8955C7.72183 14.586 7.95498 14.363 8.2193 14.1681C8.46236 13.9888 8.7702 13.8067 9.11841 13.6008L9.14736 13.5837L10.1474 12.9921L10.1759 12.9752C10.5108 12.7771 10.8078 12.6014 11.0707 12.4792Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6511 1.29097C19.1921 1.36437 19.8287 1.5746 20.2724 2.18368C20.5346 2.54356 20.634 2.94841 20.6788 3.36595C20.7755 4.26649 20.7672 5.2347 20.693 6.13759C20.6171 7.06064 20.1721 7.80419 19.4 8.32189C19.0305 8.56965 18.5973 8.77224 18.3048 8.92484L14.9894 10.6541C14.3586 10.9831 13.8411 11.2531 13.3932 11.4372C12.9245 11.6298 12.4838 11.7499 12 11.7499C11.5162 11.7499 11.0755 11.6298 10.6068 11.4372C10.1589 11.2531 9.64143 10.9831 9.0106 10.6541L5.69524 8.92484C5.40268 8.77224 4.96953 8.56968 4.59998 8.32189C3.82786 7.80419 3.38292 7.06064 3.30702 6.13759C3.23278 5.2347 3.22454 4.26649 3.32119 3.36595C3.366 2.94841 3.4654 2.54356 3.72758 2.18368C4.17133 1.5746 4.80788 1.36437 5.34894 1.29097C5.85208 1.22272 6.43524 1.26035 6.75847 1.26035H10.2059C10.5818 1.26035 10.7697 1.26035 10.8865 1.37751C11.0033 1.49466 11.0033 1.68323 11.0033 2.06035V5C11.0033 5.55228 11.4495 6 12 6C12.5505 6 12.9967 5.55228 12.9967 5V2.06035C12.9967 1.68323 12.9967 1.49466 13.1135 1.37751C13.2303 1.26035 13.4182 1.26035 13.7941 1.26035H17.2415C17.5648 1.26035 18.1479 1.22272 18.6511 1.29097Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0707 12.4792C11.356 12.3467 11.6556 12.25 12 12.25C12.3444 12.25 12.644 12.3467 12.9293 12.4792C13.1922 12.6014 13.4893 12.7771 13.8241 12.9752L14.8816 13.6008L14.8816 13.6008C15.2298 13.8067 15.5376 13.9888 15.7807 14.1681C16.045 14.363 16.2782 14.586 16.4503 14.8955C16.6213 15.203 16.6898 15.5201 16.721 15.8497C16.75 16.1564 16.75 16.5242 16.75 16.9466V16.9466V18.0534V18.0534C16.75 18.4758 16.75 18.8436 16.721 19.1503C16.6898 19.4799 16.6213 19.797 16.4503 20.1045C16.2782 20.414 16.045 20.637 15.7807 20.8319C15.5376 21.0112 15.2298 21.1933 14.8816 21.3992L13.8241 22.0248C13.4893 22.2229 13.1922 22.3986 12.9293 22.5208C12.644 22.6533 12.3444 22.75 12 22.75C11.6556 22.75 11.356 22.6533 11.0707 22.5208C10.8078 22.3986 10.5108 22.2229 10.176 22.0248L10.1759 22.0248L9.11842 21.3992C8.77021 21.1933 8.46236 21.0112 8.2193 20.8319C7.95498 20.637 7.72183 20.414 7.54973 20.1045C7.37872 19.797 7.31016 19.4799 7.27898 19.1503C7.24997 18.8436 7.24998 18.4758 7.25 18.0534V18.0534V16.9466V16.9466C7.24998 16.5242 7.24997 16.1564 7.27898 15.8497C7.31016 15.5201 7.37872 15.203 7.54973 14.8955C7.72183 14.586 7.95498 14.363 8.2193 14.1681C8.46236 13.9888 8.7702 13.8067 9.11841 13.6008L9.14736 13.5837L10.1474 12.9921L10.1759 12.9752C10.5108 12.7771 10.8078 12.6014 11.0707 12.4792Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6511 1.29097C19.1921 1.36437 19.8287 1.5746 20.2724 2.18368C20.5346 2.54356 20.634 2.94841 20.6788 3.36595C20.7755 4.26649 20.7672 5.2347 20.693 6.13759C20.6171 7.06064 20.1721 7.80419 19.4 8.32189C19.0305 8.56965 18.5973 8.77224 18.3048 8.92484L14.9894 10.6541C14.3586 10.9831 13.8411 11.2531 13.3932 11.4372C12.9245 11.6298 12.4838 11.7499 12 11.7499C11.5162 11.7499 11.0755 11.6298 10.6068 11.4372C10.1589 11.2531 9.64143 10.9831 9.0106 10.6541L5.69524 8.92484C5.40268 8.77224 4.96953 8.56968 4.59998 8.32189C3.82786 7.80419 3.38292 7.06064 3.30702 6.13759C3.23278 5.2347 3.22454 4.26649 3.32119 3.36595C3.366 2.94841 3.4654 2.54356 3.72758 2.18368C4.17133 1.5746 4.80788 1.36437 5.34894 1.29097C5.85208 1.22272 6.43524 1.26035 6.75847 1.26035H10.2059C10.5818 1.26035 10.7697 1.26035 10.8865 1.37751C11.0033 1.49466 11.0033 1.68323 11.0033 2.06035V5C11.0033 5.55228 11.4495 6 12 6C12.5505 6 12.9967 5.55228 12.9967 5V2.06035C12.9967 1.68323 12.9967 1.49466 13.1135 1.37751C13.2303 1.26035 13.4182 1.26035 13.7941 1.26035H17.2415C17.5648 1.26035 18.1479 1.22272 18.6511 1.29097Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-medal-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.62783 2.91715C9.55293 2.70233 9.38458 2.53313 9.17015 2.45714C8.95572 2.38115 8.71839 2.4066 8.52495 2.52632C8.25585 2.69286 8.0798 2.91383 7.94217 3.14345C7.8198 3.34761 7.70396 3.60138 7.5818 3.869L5.81675 7.73438C5.62095 8.16304 5.44143 8.55606 5.34321 8.89271C5.23485 9.26416 5.18603 9.69228 5.39415 10.1273C5.59846 10.5543 5.95727 10.7918 6.30795 10.9547C6.63429 11.1062 7.06007 11.2393 7.53582 11.3881L11.7761 12.7147C12.0466 12.7993 12.3417 12.7242 12.5388 12.5206C12.736 12.317 12.8015 12.0196 12.7082 11.752L9.62783 2.91715ZM7.20172 8.31258L8.74333 4.9365L10.8009 10.8379L8.02819 9.97047C7.49386 9.8033 7.16503 9.6988 6.93962 9.59414C6.81639 9.53693 6.76712 9.49847 6.74999 9.48167C6.74994 9.45944 6.7551 9.40907 6.78319 9.3128C6.84711 9.09369 6.97856 8.8013 7.20172 8.31258ZM6.74209 9.47206C6.74209 9.47206 6.74411 9.4739 6.74616 9.47771C6.74278 9.47399 6.74209 9.47206 6.74209 9.47206ZM6.75011 9.48686C6.75194 9.49232 6.75173 9.49617 6.75173 9.49617C6.75173 9.49617 6.75044 9.49382 6.75011 9.48686Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4751 2.52742C15.2091 2.36284 14.9329 2.30142 14.6669 2.27447C14.4249 2.24995 14.1365 2.24997 13.8233 2.25L12 2.25C11.754 2.25 11.5236 2.37065 11.3835 2.57286C11.2434 2.77507 11.2114 3.03313 11.2978 3.26346L14.3197 11.318C14.4595 11.6907 14.8661 11.8892 15.2459 11.7704L16.4642 11.3892C16.9399 11.2404 17.3657 11.1073 17.692 10.9558C18.0427 10.7929 18.4015 10.5554 18.6058 10.1284C18.814 9.69338 18.7652 9.26526 18.6568 8.89381C18.5586 8.55716 18.3791 8.16415 18.1833 7.7355L16.4182 3.87007C16.296 3.60247 16.1802 3.3487 16.0578 3.14455C15.9202 2.91493 15.7442 2.69396 15.4751 2.52742Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.998 11.5C12.7012 11.5 13.1826 12.7774 13.4491 13.3172L14.2379 14.9077L14.2414 14.9119C14.2507 14.9223 14.2657 14.9366 14.2854 14.9513C14.3051 14.9659 14.3234 14.9764 14.3367 14.9826L14.3429 14.9853L15.7674 15.224C16.3586 15.3233 16.9778 15.6358 17.1862 16.2893C17.3942 16.9417 17.0716 17.5552 16.6473 17.9806L16.6463 17.9816L15.5391 19.0979C15.5391 19.0979 15.5366 19.102 15.5348 19.1053C15.5274 19.119 15.5186 19.1396 15.5114 19.1649C15.5042 19.1902 15.5007 19.213 15.4997 19.2299C15.4994 19.2355 15.4994 19.2395 15.4994 19.2419L15.8163 20.6235C15.9564 21.2362 15.9593 22.0446 15.3387 22.5008C14.715 22.9592 13.9439 22.7083 13.405 22.3873L12.0686 21.5897L12.062 21.5879C12.0476 21.5845 12.026 21.5815 12.0002 21.5815C11.9745 21.5815 11.9522 21.5845 11.9364 21.5882C11.9334 21.589 11.9309 21.5896 11.929 21.5902L11.9263 21.591L10.5924 22.3872C10.052 22.7104 9.28271 22.9571 8.65979 22.4989C8.04052 22.0433 8.0399 21.2373 8.18089 20.6229L8.49765 19.2419C8.4977 19.2395 8.4977 19.2355 8.49737 19.2299C8.49636 19.213 8.49285 19.1902 8.48568 19.1649C8.47849 19.1396 8.46967 19.119 8.46225 19.1053C8.46048 19.102 8.45798 19.0979 8.45798 19.0979L7.34899 17.9798C6.92724 17.5545 6.60591 16.9419 6.81216 16.2906C7.01932 15.6365 7.63807 15.3234 8.23003 15.2239L9.65041 14.986L9.65516 14.9838C9.66822 14.9777 9.68653 14.9672 9.70636 14.9523C9.72619 14.9375 9.74138 14.923 9.75086 14.9123L9.75465 14.9078L10.5444 13.3153C10.8131 12.7763 11.2957 11.5 11.998 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.62783 2.91715C9.55293 2.70233 9.38458 2.53313 9.17015 2.45714C8.95572 2.38115 8.71839 2.4066 8.52495 2.52632C8.25585 2.69286 8.0798 2.91383 7.94217 3.14345C7.8198 3.34761 7.70396 3.60138 7.5818 3.869L5.81675 7.73438C5.62095 8.16304 5.44143 8.55606 5.34321 8.89271C5.23485 9.26416 5.18603 9.69228 5.39415 10.1273C5.59846 10.5543 5.95727 10.7918 6.30795 10.9547C6.63429 11.1062 7.06007 11.2393 7.53582 11.3881L11.7761 12.7147C12.0466 12.7993 12.3417 12.7242 12.5388 12.5206C12.736 12.317 12.8015 12.0196 12.7082 11.752L9.62783 2.91715ZM7.20172 8.31258L8.74333 4.9365L10.8009 10.8379L8.02819 9.97047C7.49386 9.8033 7.16503 9.6988 6.93962 9.59414C6.81639 9.53693 6.76712 9.49847 6.74999 9.48167C6.74994 9.45944 6.7551 9.40907 6.78319 9.3128C6.84711 9.09369 6.97856 8.8013 7.20172 8.31258ZM6.74209 9.47206C6.74209 9.47206 6.74411 9.4739 6.74616 9.47771C6.74278 9.47399 6.74209 9.47206 6.74209 9.47206ZM6.75011 9.48686C6.75194 9.49232 6.75173 9.49617 6.75173 9.49617C6.75173 9.49617 6.75044 9.49382 6.75011 9.48686Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4751 2.52742C15.2091 2.36284 14.9329 2.30142 14.6669 2.27447C14.4249 2.24995 14.1365 2.24997 13.8233 2.25L12 2.25C11.754 2.25 11.5236 2.37065 11.3835 2.57286C11.2434 2.77507 11.2114 3.03313 11.2978 3.26346L14.3197 11.318C14.4595 11.6907 14.8661 11.8892 15.2459 11.7704L16.4642 11.3892C16.9399 11.2404 17.3657 11.1073 17.692 10.9558C18.0427 10.7929 18.4015 10.5554 18.6058 10.1284C18.814 9.69338 18.7652 9.26526 18.6568 8.89381C18.5586 8.55716 18.3791 8.16415 18.1833 7.7355L16.4182 3.87007C16.296 3.60247 16.1802 3.3487 16.0578 3.14455C15.9202 2.91493 15.7442 2.69396 15.4751 2.52742Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.998 11.5C12.7012 11.5 13.1826 12.7774 13.4491 13.3172L14.2379 14.9077L14.2414 14.9119C14.2507 14.9223 14.2657 14.9366 14.2854 14.9513C14.3051 14.9659 14.3234 14.9764 14.3367 14.9826L14.3429 14.9853L15.7674 15.224C16.3586 15.3233 16.9778 15.6358 17.1862 16.2893C17.3942 16.9417 17.0716 17.5552 16.6473 17.9806L16.6463 17.9816L15.5391 19.0979C15.5391 19.0979 15.5366 19.102 15.5348 19.1053C15.5274 19.119 15.5186 19.1396 15.5114 19.1649C15.5042 19.1902 15.5007 19.213 15.4997 19.2299C15.4994 19.2355 15.4994 19.2395 15.4994 19.2419L15.8163 20.6235C15.9564 21.2362 15.9593 22.0446 15.3387 22.5008C14.715 22.9592 13.9439 22.7083 13.405 22.3873L12.0686 21.5897L12.062 21.5879C12.0476 21.5845 12.026 21.5815 12.0002 21.5815C11.9745 21.5815 11.9522 21.5845 11.9364 21.5882C11.9334 21.589 11.9309 21.5896 11.929 21.5902L11.9263 21.591L10.5924 22.3872C10.052 22.7104 9.28271 22.9571 8.65979 22.4989C8.04052 22.0433 8.0399 21.2373 8.18089 20.6229L8.49765 19.2419C8.4977 19.2395 8.4977 19.2355 8.49737 19.2299C8.49636 19.213 8.49285 19.1902 8.48568 19.1649C8.47849 19.1396 8.46967 19.119 8.46225 19.1053C8.46048 19.102 8.45798 19.0979 8.45798 19.0979L7.34899 17.9798C6.92724 17.5545 6.60591 16.9419 6.81216 16.2906C7.01932 15.6365 7.63807 15.3234 8.23003 15.2239L9.65041 14.986L9.65516 14.9838C9.66822 14.9777 9.68653 14.9672 9.70636 14.9523C9.72619 14.9375 9.74138 14.923 9.75086 14.9123L9.75465 14.9078L10.5444 13.3153C10.8131 12.7763 11.2957 11.5 11.998 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-medal-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.25C7.44365 6.25 3.75 9.94365 3.75 14.5C3.75 19.0563 7.44365 22.75 12 22.75C16.5563 22.75 20.25 19.0563 20.25 14.5C20.25 9.94365 16.5563 6.25 12 6.25ZM11.8929 10.75C9.85549 10.75 8.25 12.4549 8.25 14.5C8.25 16.5451 9.85549 18.25 11.8929 18.25H12.1071C14.1445 18.25 15.75 16.5451 15.75 14.5C15.75 12.4549 14.1445 10.75 12.1071 10.75H11.8929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.4501 1.35712C18.9433 1.60558 19.1418 2.20685 18.8933 2.70009L16.0713 8.30226C15.8229 8.7955 15.2216 8.99393 14.7284 8.74547C14.2351 8.49702 14.0367 7.89575 14.2852 7.40251L17.1071 1.80034C17.3556 1.3071 17.9568 1.10867 18.4501 1.35712ZM14.0161 1.36014C14.5077 1.61189 14.7021 2.21446 14.4503 2.70604L11.8898 7.70604C11.638 8.19761 11.0354 8.39203 10.5439 8.14029C10.0523 7.88855 9.85788 7.28597 10.1096 6.7944L10.9818 5.09124L9.58319 2.76559C9.29855 2.29231 9.45149 1.67789 9.92477 1.39325C10.3981 1.10862 11.0125 1.26155 11.2971 1.73484L12.0552 2.99534L12.6702 1.7944C12.9219 1.30282 13.5245 1.1084 14.0161 1.36014ZM5.54378 1.36046C6.03517 1.10838 6.63788 1.30238 6.88997 1.79378L9.71141 7.29378C9.96349 7.78518 9.76949 8.38789 9.27809 8.63997C8.78669 8.89206 8.18398 8.69805 7.9319 8.20665L5.11045 2.70665C4.85837 2.21525 5.05238 1.61254 5.54378 1.36046Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.25C7.44365 6.25 3.75 9.94365 3.75 14.5C3.75 19.0563 7.44365 22.75 12 22.75C16.5563 22.75 20.25 19.0563 20.25 14.5C20.25 9.94365 16.5563 6.25 12 6.25ZM11.8929 10.75C9.85549 10.75 8.25 12.4549 8.25 14.5C8.25 16.5451 9.85549 18.25 11.8929 18.25H12.1071C14.1445 18.25 15.75 16.5451 15.75 14.5C15.75 12.4549 14.1445 10.75 12.1071 10.75H11.8929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.4501 1.35712C18.9433 1.60558 19.1418 2.20685 18.8933 2.70009L16.0713 8.30226C15.8229 8.7955 15.2216 8.99393 14.7284 8.74547C14.2351 8.49702 14.0367 7.89575 14.2852 7.40251L17.1071 1.80034C17.3556 1.3071 17.9568 1.10867 18.4501 1.35712ZM14.0161 1.36014C14.5077 1.61189 14.7021 2.21446 14.4503 2.70604L11.8898 7.70604C11.638 8.19761 11.0354 8.39203 10.5439 8.14029C10.0523 7.88855 9.85788 7.28597 10.1096 6.7944L10.9818 5.09124L9.58319 2.76559C9.29855 2.29231 9.45149 1.67789 9.92477 1.39325C10.3981 1.10862 11.0125 1.26155 11.2971 1.73484L12.0552 2.99534L12.6702 1.7944C12.9219 1.30282 13.5245 1.1084 14.0161 1.36014ZM5.54378 1.36046C6.03517 1.10838 6.63788 1.30238 6.88997 1.79378L9.71141 7.29378C9.96349 7.78518 9.76949 8.38789 9.27809 8.63997C8.78669 8.89206 8.18398 8.69805 7.9319 8.20665L5.11045 2.70665C4.85837 2.21525 5.05238 1.61254 5.54378 1.36046Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-medal-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9.25C8.27208 9.25 5.25 12.2721 5.25 16C5.25 19.7279 8.27208 22.75 12 22.75C15.7279 22.75 18.75 19.7279 18.75 16C18.75 12.2721 15.7279 9.25 12 9.25ZM12.001 12.75C10.2061 12.75 8.75098 14.2051 8.75098 16C8.75098 17.7949 10.2061 19.25 12.001 19.25C13.7959 19.25 15.251 17.7949 15.251 16C15.251 14.2051 13.7959 12.75 12.001 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0662 1.25C15.9527 1.24995 16.7165 1.24991 17.3281 1.33215C17.9836 1.42028 18.612 1.61902 19.1217 2.12868C19.6313 2.63835 19.8301 3.2667 19.9182 3.92221C20.0004 4.53386 20.0004 5.29767 20.0003 6.18413V6.18417L20.0005 8.56442V8.56444C20.0018 9.31483 20.0029 9.9814 19.7259 10.5837C19.4489 11.186 18.942 11.619 18.3714 12.1064L17.3178 13.0093C16.8985 13.3687 16.2672 13.3201 15.9078 12.9008C15.5483 12.4815 15.5969 11.8502 16.0162 11.4907L16.9527 10.688C17.7094 10.0394 17.8388 9.9004 17.9089 9.74799C17.979 9.59558 18.0003 9.40695 18.0003 8.41026V6.25C18.0003 5.27893 17.9982 4.65122 17.936 4.18871C17.8777 3.75497 17.7836 3.61902 17.7074 3.5429C17.6313 3.46677 17.4954 3.37263 17.0616 3.31431C16.5991 3.25213 15.9714 3.25 15.0003 3.25H13.0003V10.25C13.0003 10.8023 12.5526 11.25 12.0003 11.25C11.4481 11.25 11.0003 10.8023 11.0003 10.25V3.25H9.00034C8.02926 3.25 7.40155 3.25213 6.93905 3.31431C6.50531 3.37263 6.36936 3.46677 6.29323 3.5429C6.21711 3.61902 6.12296 3.75497 6.06465 4.18871C6.00247 4.65122 6.00034 5.27893 6.00034 6.25V8.41026C6.00034 9.40695 6.02173 9.59558 6.09183 9.74799C6.16193 9.9004 6.29123 10.0394 7.04797 10.688L7.98447 11.4907C8.40379 11.8502 8.45235 12.4815 8.09293 12.9008C7.73351 13.3201 7.10221 13.3687 6.68288 13.0093L5.62922 12.1064C5.05866 11.619 4.55182 11.186 4.2748 10.5837C3.99778 9.9814 3.9989 9.31482 4.00017 8.56442L4.00034 6.18417C4.00029 5.29769 4.00025 4.53387 4.08248 3.92221C4.17061 3.2667 4.36936 2.63835 4.87902 2.12868C5.38868 1.61902 6.01703 1.42028 6.67255 1.33215C7.28421 1.24991 8.04802 1.24995 8.93451 1.25L15.0662 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9.25C8.27208 9.25 5.25 12.2721 5.25 16C5.25 19.7279 8.27208 22.75 12 22.75C15.7279 22.75 18.75 19.7279 18.75 16C18.75 12.2721 15.7279 9.25 12 9.25ZM12.001 12.75C10.2061 12.75 8.75098 14.2051 8.75098 16C8.75098 17.7949 10.2061 19.25 12.001 19.25C13.7959 19.25 15.251 17.7949 15.251 16C15.251 14.2051 13.7959 12.75 12.001 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0662 1.25C15.9527 1.24995 16.7165 1.24991 17.3281 1.33215C17.9836 1.42028 18.612 1.61902 19.1217 2.12868C19.6313 2.63835 19.8301 3.2667 19.9182 3.92221C20.0004 4.53386 20.0004 5.29767 20.0003 6.18413V6.18417L20.0005 8.56442V8.56444C20.0018 9.31483 20.0029 9.9814 19.7259 10.5837C19.4489 11.186 18.942 11.619 18.3714 12.1064L17.3178 13.0093C16.8985 13.3687 16.2672 13.3201 15.9078 12.9008C15.5483 12.4815 15.5969 11.8502 16.0162 11.4907L16.9527 10.688C17.7094 10.0394 17.8388 9.9004 17.9089 9.74799C17.979 9.59558 18.0003 9.40695 18.0003 8.41026V6.25C18.0003 5.27893 17.9982 4.65122 17.936 4.18871C17.8777 3.75497 17.7836 3.61902 17.7074 3.5429C17.6313 3.46677 17.4954 3.37263 17.0616 3.31431C16.5991 3.25213 15.9714 3.25 15.0003 3.25H13.0003V10.25C13.0003 10.8023 12.5526 11.25 12.0003 11.25C11.4481 11.25 11.0003 10.8023 11.0003 10.25V3.25H9.00034C8.02926 3.25 7.40155 3.25213 6.93905 3.31431C6.50531 3.37263 6.36936 3.46677 6.29323 3.5429C6.21711 3.61902 6.12296 3.75497 6.06465 4.18871C6.00247 4.65122 6.00034 5.27893 6.00034 6.25V8.41026C6.00034 9.40695 6.02173 9.59558 6.09183 9.74799C6.16193 9.9004 6.29123 10.0394 7.04797 10.688L7.98447 11.4907C8.40379 11.8502 8.45235 12.4815 8.09293 12.9008C7.73351 13.3201 7.10221 13.3687 6.68288 13.0093L5.62922 12.1064C5.05866 11.619 4.55182 11.186 4.2748 10.5837C3.99778 9.9814 3.9989 9.31482 4.00017 8.56442L4.00034 6.18417C4.00029 5.29769 4.00025 4.53387 4.08248 3.92221C4.17061 3.2667 4.36936 2.63835 4.87902 2.12868C5.38868 1.61902 6.01703 1.42028 6.67255 1.33215C7.28421 1.24991 8.04802 1.24995 8.93451 1.25L15.0662 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-medal-first-place{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.60208 1.58294C6.1087 1.36304 6.69766 1.59546 6.91756 2.10208L9.73901 8.60208C9.95891 9.1087 9.72649 9.69766 9.21987 9.91756C8.71325 10.1375 8.12429 9.90504 7.90439 9.39843L5.08294 2.89843C4.86304 2.39181 5.09546 1.80285 5.60208 1.58294ZM10.042 1.58294C10.5486 1.36304 11.1376 1.59546 11.3575 2.10208L12.0003 3.58284L12.643 2.10208C12.8629 1.59546 13.4519 1.36304 13.9585 1.58294C14.4651 1.80285 14.6975 2.39181 14.4776 2.89843L12.9185 6.49025L12.9164 6.49509L11.9176 8.79626C11.6977 9.30288 11.1087 9.5353 10.6021 9.3154C10.0955 9.09549 9.86304 8.50653 10.0829 7.99991L10.9101 6.0943L9.52288 2.89843C9.30298 2.39181 9.5354 1.80285 10.042 1.58294ZM18.3984 1.58294C18.905 1.80285 19.1375 2.39181 18.9176 2.89843L16.0961 9.39843C15.8762 9.90504 15.2873 10.1375 14.7806 9.91756C14.274 9.69766 14.0416 9.1087 14.2615 8.60208L17.0829 2.10208C17.3028 1.59546 17.8918 1.36304 18.3984 1.58294Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.75 7C7.58239 7 4.25 10.4957 4.25 14.75C4.25 19.0043 7.58239 22.5 11.75 22.5H12.25C16.4176 22.5 19.75 19.0043 19.75 14.75C19.75 10.4957 16.4176 7 12.25 7H11.75ZM11.6233 13.1665L11.627 13.1612L11.6461 13.1338C11.6637 13.1089 11.6904 13.0719 11.7243 13.0274L11.75 12.9939V16.9998H11C10.5858 16.9998 10.25 17.3356 10.25 17.7498C10.25 18.164 10.5858 18.4998 11 18.4998H14C14.4142 18.4998 14.75 18.164 14.75 17.7498C14.75 17.3356 14.4142 16.9998 14 16.9998H13.25V12.6986L13.25 12.6505C13.2502 12.4072 13.2504 12.128 13.2082 11.9042C13.1836 11.7737 13.1343 11.5964 13.0158 11.4284C12.8841 11.2416 12.7008 11.1138 12.4918 11.049C12.0608 10.9152 11.682 11.0845 11.4742 11.2081C11.2473 11.3431 11.0503 11.5259 10.9028 11.6801C10.7499 11.84 10.62 12.0014 10.53 12.1198C10.4844 12.1798 10.4475 12.2308 10.4214 12.2677C10.4084 12.2862 10.3979 12.3012 10.3904 12.3122L10.3812 12.3257L10.3783 12.33L10.3773 12.3315L10.3767 12.3324C10.1465 12.6767 10.2388 13.1427 10.5832 13.373C10.9274 13.6031 11.3931 13.5107 11.6233 13.1665Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.60208 1.58294C6.1087 1.36304 6.69766 1.59546 6.91756 2.10208L9.73901 8.60208C9.95891 9.1087 9.72649 9.69766 9.21987 9.91756C8.71325 10.1375 8.12429 9.90504 7.90439 9.39843L5.08294 2.89843C4.86304 2.39181 5.09546 1.80285 5.60208 1.58294ZM10.042 1.58294C10.5486 1.36304 11.1376 1.59546 11.3575 2.10208L12.0003 3.58284L12.643 2.10208C12.8629 1.59546 13.4519 1.36304 13.9585 1.58294C14.4651 1.80285 14.6975 2.39181 14.4776 2.89843L12.9185 6.49025L12.9164 6.49509L11.9176 8.79626C11.6977 9.30288 11.1087 9.5353 10.6021 9.3154C10.0955 9.09549 9.86304 8.50653 10.0829 7.99991L10.9101 6.0943L9.52288 2.89843C9.30298 2.39181 9.5354 1.80285 10.042 1.58294ZM18.3984 1.58294C18.905 1.80285 19.1375 2.39181 18.9176 2.89843L16.0961 9.39843C15.8762 9.90504 15.2873 10.1375 14.7806 9.91756C14.274 9.69766 14.0416 9.1087 14.2615 8.60208L17.0829 2.10208C17.3028 1.59546 17.8918 1.36304 18.3984 1.58294Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.75 7C7.58239 7 4.25 10.4957 4.25 14.75C4.25 19.0043 7.58239 22.5 11.75 22.5H12.25C16.4176 22.5 19.75 19.0043 19.75 14.75C19.75 10.4957 16.4176 7 12.25 7H11.75ZM11.6233 13.1665L11.627 13.1612L11.6461 13.1338C11.6637 13.1089 11.6904 13.0719 11.7243 13.0274L11.75 12.9939V16.9998H11C10.5858 16.9998 10.25 17.3356 10.25 17.7498C10.25 18.164 10.5858 18.4998 11 18.4998H14C14.4142 18.4998 14.75 18.164 14.75 17.7498C14.75 17.3356 14.4142 16.9998 14 16.9998H13.25V12.6986L13.25 12.6505C13.2502 12.4072 13.2504 12.128 13.2082 11.9042C13.1836 11.7737 13.1343 11.5964 13.0158 11.4284C12.8841 11.2416 12.7008 11.1138 12.4918 11.049C12.0608 10.9152 11.682 11.0845 11.4742 11.2081C11.2473 11.3431 11.0503 11.5259 10.9028 11.6801C10.7499 11.84 10.62 12.0014 10.53 12.1198C10.4844 12.1798 10.4475 12.2308 10.4214 12.2677C10.4084 12.2862 10.3979 12.3012 10.3904 12.3122L10.3812 12.3257L10.3783 12.33L10.3773 12.3315L10.3767 12.3324C10.1465 12.6767 10.2388 13.1427 10.5832 13.373C10.9274 13.6031 11.3931 13.5107 11.6233 13.1665Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-medal-second-place{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.75 7C7.58239 7 4.25 10.4957 4.25 14.75C4.25 19.0043 7.58239 22.5 11.75 22.5H12.25C16.4176 22.5 19.75 19.0043 19.75 14.75C19.75 10.4957 16.4176 7 12.25 7H11.75ZM11.6572 11.1016C11.2536 11.1016 10.8258 11.2242 10.4782 11.5234C10.124 11.8284 9.90762 12.27 9.85304 12.8033C9.81649 13.1604 10.0764 13.4795 10.4335 13.5161C10.7906 13.5526 11.1097 13.2928 11.1463 12.9356C11.1721 12.6836 11.2594 12.5663 11.3264 12.5086C11.4 12.4452 11.5108 12.4016 11.6572 12.4016H12.3235C12.4699 12.4016 12.5806 12.4452 12.6543 12.5086C12.7212 12.5663 12.8086 12.6836 12.8344 12.9356C12.8547 13.1346 12.8547 13.3686 12.8344 13.5675C12.8296 13.6146 12.7733 13.7478 12.6329 13.9312C12.5736 14.0087 12.5144 14.0758 12.4699 14.1235C12.4571 14.1371 12.4458 14.149 12.4363 14.1587L11.6076 14.7322L11.5996 14.7377L11.5528 14.7704L11.5508 14.7717L11.5488 14.7737C11.3887 14.8886 11.0285 15.1613 10.6861 15.5239C10.3284 15.9026 9.84962 16.5236 9.84962 17.2516C9.84963 17.4703 9.89378 17.7109 10.0401 17.9245C10.191 18.1449 10.3989 18.2614 10.5843 18.3219C10.7581 18.3785 10.9341 18.3933 11.0698 18.3988C11.1726 18.4029 11.2878 18.4024 11.3885 18.4019H11.3885L11.4763 18.4016H13.481C13.84 18.4016 14.131 18.1105 14.131 17.7516C14.131 17.3926 13.84 17.1016 13.481 17.1016H11.4763C11.4325 17.1016 11.393 17.1017 11.3565 17.1019H11.3563C11.2876 17.1022 11.2297 17.1025 11.175 17.1014C11.231 16.9192 11.3804 16.682 11.6312 16.4165C11.9111 16.1201 12.2164 15.8938 12.3245 15.8172L13.265 15.1662C13.3012 15.1312 13.383 15.0511 13.4202 15.0105C13.4856 14.9405 13.5739 14.8406 13.6653 14.7212C13.8263 14.5109 14.0835 14.1308 14.1276 13.6998C14.157 13.4129 14.157 13.0902 14.1276 12.8033C14.0731 12.27 13.8566 11.8284 13.5025 11.5234C13.1549 11.2242 12.7271 11.1016 12.3235 11.1016H11.6572Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.60208 1.58294C6.1087 1.36304 6.69766 1.59546 6.91756 2.10208L9.73901 8.60208C9.95891 9.1087 9.72649 9.69766 9.21987 9.91756C8.71325 10.1375 8.12429 9.90504 7.90439 9.39843L5.08294 2.89843C4.86304 2.39181 5.09546 1.80285 5.60208 1.58294ZM10.042 1.58294C10.5486 1.36304 11.1376 1.59546 11.3575 2.10208L12.0003 3.58284L12.643 2.10208C12.8629 1.59546 13.4519 1.36304 13.9585 1.58294C14.4651 1.80285 14.6975 2.39181 14.4776 2.89843L12.9185 6.49025C12.9178 6.49186 12.9171 6.49348 12.9164 6.49509L11.9176 8.79626C11.6977 9.30288 11.1087 9.5353 10.6021 9.3154C10.0955 9.09549 9.86304 8.50653 10.0829 7.99991L10.9101 6.0943L9.52288 2.89843C9.30298 2.39181 9.5354 1.80285 10.042 1.58294ZM18.3984 1.58294C18.905 1.80285 19.1375 2.39181 18.9176 2.89843L16.0961 9.39843C15.8762 9.90504 15.2873 10.1375 14.7806 9.91756C14.274 9.69766 14.0416 9.1087 14.2615 8.60208L17.0829 2.10208C17.3028 1.59546 17.8918 1.36304 18.3984 1.58294Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.75 7C7.58239 7 4.25 10.4957 4.25 14.75C4.25 19.0043 7.58239 22.5 11.75 22.5H12.25C16.4176 22.5 19.75 19.0043 19.75 14.75C19.75 10.4957 16.4176 7 12.25 7H11.75ZM11.6572 11.1016C11.2536 11.1016 10.8258 11.2242 10.4782 11.5234C10.124 11.8284 9.90762 12.27 9.85304 12.8033C9.81649 13.1604 10.0764 13.4795 10.4335 13.5161C10.7906 13.5526 11.1097 13.2928 11.1463 12.9356C11.1721 12.6836 11.2594 12.5663 11.3264 12.5086C11.4 12.4452 11.5108 12.4016 11.6572 12.4016H12.3235C12.4699 12.4016 12.5806 12.4452 12.6543 12.5086C12.7212 12.5663 12.8086 12.6836 12.8344 12.9356C12.8547 13.1346 12.8547 13.3686 12.8344 13.5675C12.8296 13.6146 12.7733 13.7478 12.6329 13.9312C12.5736 14.0087 12.5144 14.0758 12.4699 14.1235C12.4571 14.1371 12.4458 14.149 12.4363 14.1587L11.6076 14.7322L11.5996 14.7377L11.5528 14.7704L11.5508 14.7717L11.5488 14.7737C11.3887 14.8886 11.0285 15.1613 10.6861 15.5239C10.3284 15.9026 9.84962 16.5236 9.84962 17.2516C9.84963 17.4703 9.89378 17.7109 10.0401 17.9245C10.191 18.1449 10.3989 18.2614 10.5843 18.3219C10.7581 18.3785 10.9341 18.3933 11.0698 18.3988C11.1726 18.4029 11.2878 18.4024 11.3885 18.4019H11.3885L11.4763 18.4016H13.481C13.84 18.4016 14.131 18.1105 14.131 17.7516C14.131 17.3926 13.84 17.1016 13.481 17.1016H11.4763C11.4325 17.1016 11.393 17.1017 11.3565 17.1019H11.3563C11.2876 17.1022 11.2297 17.1025 11.175 17.1014C11.231 16.9192 11.3804 16.682 11.6312 16.4165C11.9111 16.1201 12.2164 15.8938 12.3245 15.8172L13.265 15.1662C13.3012 15.1312 13.383 15.0511 13.4202 15.0105C13.4856 14.9405 13.5739 14.8406 13.6653 14.7212C13.8263 14.5109 14.0835 14.1308 14.1276 13.6998C14.157 13.4129 14.157 13.0902 14.1276 12.8033C14.0731 12.27 13.8566 11.8284 13.5025 11.5234C13.1549 11.2242 12.7271 11.1016 12.3235 11.1016H11.6572Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.60208 1.58294C6.1087 1.36304 6.69766 1.59546 6.91756 2.10208L9.73901 8.60208C9.95891 9.1087 9.72649 9.69766 9.21987 9.91756C8.71325 10.1375 8.12429 9.90504 7.90439 9.39843L5.08294 2.89843C4.86304 2.39181 5.09546 1.80285 5.60208 1.58294ZM10.042 1.58294C10.5486 1.36304 11.1376 1.59546 11.3575 2.10208L12.0003 3.58284L12.643 2.10208C12.8629 1.59546 13.4519 1.36304 13.9585 1.58294C14.4651 1.80285 14.6975 2.39181 14.4776 2.89843L12.9185 6.49025C12.9178 6.49186 12.9171 6.49348 12.9164 6.49509L11.9176 8.79626C11.6977 9.30288 11.1087 9.5353 10.6021 9.3154C10.0955 9.09549 9.86304 8.50653 10.0829 7.99991L10.9101 6.0943L9.52288 2.89843C9.30298 2.39181 9.5354 1.80285 10.042 1.58294ZM18.3984 1.58294C18.905 1.80285 19.1375 2.39181 18.9176 2.89843L16.0961 9.39843C15.8762 9.90504 15.2873 10.1375 14.7806 9.91756C14.274 9.69766 14.0416 9.1087 14.2615 8.60208L17.0829 2.10208C17.3028 1.59546 17.8918 1.36304 18.3984 1.58294Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-medal-third-place{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.75 7C7.58239 7 4.25 10.4957 4.25 14.75C4.25 19.0043 7.58239 22.5 11.75 22.5H12.25C16.4176 22.5 19.75 19.0043 19.75 14.75C19.75 10.4957 16.4176 7 12.25 7H11.75ZM11.6572 11.1016C11.2536 11.1016 10.8258 11.2242 10.4782 11.5234C10.124 11.8284 9.90762 12.27 9.85304 12.8033C9.81649 13.1604 10.0764 13.4795 10.4335 13.5161C10.7906 13.5526 11.1097 13.2928 11.1463 12.9356C11.1721 12.6836 11.2594 12.5663 11.3264 12.5086C11.4 12.4452 11.5108 12.4016 11.6572 12.4016H12.3235C12.4699 12.4016 12.5806 12.4452 12.6543 12.5086C12.7212 12.5663 12.8086 12.6836 12.8344 12.9356C12.8547 13.1346 12.8547 13.3686 12.8344 13.5675C12.8144 13.7632 12.7392 13.9106 12.6587 13.9997C12.5768 14.0904 12.5114 14.1016 12.4901 14.1016H12.4306C12.0716 14.1016 11.7806 14.3926 11.7806 14.7516C11.7806 15.1105 12.0716 15.4016 12.4306 15.4016H12.4901C12.5114 15.4016 12.5768 15.4127 12.6587 15.5034C12.7392 15.5925 12.8144 15.74 12.8344 15.9356C12.8547 16.1346 12.8547 16.3686 12.8344 16.5675C12.8086 16.8195 12.7212 16.9369 12.6543 16.9945C12.5806 17.0579 12.4699 17.1016 12.3235 17.1016H11.6572C11.5108 17.1016 11.4 17.0579 11.3264 16.9945C11.2594 16.9369 11.1721 16.8195 11.1463 16.5675C11.1097 16.2104 10.7906 15.9505 10.4335 15.987C10.0764 16.0236 9.81649 16.3427 9.85304 16.6998C9.90762 17.2332 10.124 17.6748 10.4782 17.9797C10.8258 18.2789 11.2536 18.4016 11.6572 18.4016L12.3235 18.4016C12.7271 18.4016 13.1549 18.2789 13.5025 17.9797C13.8566 17.6748 14.0731 17.2332 14.1276 16.6998C14.157 16.4129 14.157 16.0902 14.1276 15.8033C14.0892 15.4275 13.9469 15.0531 13.7209 14.7516C13.9469 14.45 14.0892 14.0757 14.1276 13.6998C14.157 13.4129 14.157 13.0902 14.1276 12.8033C14.0731 12.27 13.8566 11.8284 13.5025 11.5234C13.1549 11.2242 12.7271 11.1016 12.3235 11.1016H11.6572Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.60208 1.58294C6.1087 1.36304 6.69766 1.59546 6.91756 2.10208L9.73901 8.60208C9.95891 9.1087 9.72649 9.69766 9.21987 9.91756C8.71325 10.1375 8.12429 9.90504 7.90439 9.39843L5.08294 2.89843C4.86304 2.39181 5.09546 1.80285 5.60208 1.58294ZM10.042 1.58294C10.5486 1.36304 11.1376 1.59546 11.3575 2.10208L12.0003 3.58284L12.643 2.10208C12.8629 1.59546 13.4519 1.36304 13.9585 1.58294C14.4651 1.80285 14.6975 2.39181 14.4776 2.89843L12.9185 6.49025C12.9178 6.49186 12.9171 6.49348 12.9164 6.49509L11.9176 8.79626C11.6977 9.30288 11.1087 9.5353 10.6021 9.3154C10.0955 9.09549 9.86304 8.50653 10.0829 7.99991L10.9101 6.0943L9.52288 2.89843C9.30298 2.39181 9.5354 1.80285 10.042 1.58294ZM18.3984 1.58294C18.905 1.80285 19.1375 2.39181 18.9176 2.89843L16.0961 9.39843C15.8762 9.90504 15.2873 10.1375 14.7806 9.91756C14.274 9.69766 14.0416 9.1087 14.2615 8.60208L17.0829 2.10208C17.3028 1.59546 17.8918 1.36304 18.3984 1.58294Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.75 7C7.58239 7 4.25 10.4957 4.25 14.75C4.25 19.0043 7.58239 22.5 11.75 22.5H12.25C16.4176 22.5 19.75 19.0043 19.75 14.75C19.75 10.4957 16.4176 7 12.25 7H11.75ZM11.6572 11.1016C11.2536 11.1016 10.8258 11.2242 10.4782 11.5234C10.124 11.8284 9.90762 12.27 9.85304 12.8033C9.81649 13.1604 10.0764 13.4795 10.4335 13.5161C10.7906 13.5526 11.1097 13.2928 11.1463 12.9356C11.1721 12.6836 11.2594 12.5663 11.3264 12.5086C11.4 12.4452 11.5108 12.4016 11.6572 12.4016H12.3235C12.4699 12.4016 12.5806 12.4452 12.6543 12.5086C12.7212 12.5663 12.8086 12.6836 12.8344 12.9356C12.8547 13.1346 12.8547 13.3686 12.8344 13.5675C12.8144 13.7632 12.7392 13.9106 12.6587 13.9997C12.5768 14.0904 12.5114 14.1016 12.4901 14.1016H12.4306C12.0716 14.1016 11.7806 14.3926 11.7806 14.7516C11.7806 15.1105 12.0716 15.4016 12.4306 15.4016H12.4901C12.5114 15.4016 12.5768 15.4127 12.6587 15.5034C12.7392 15.5925 12.8144 15.74 12.8344 15.9356C12.8547 16.1346 12.8547 16.3686 12.8344 16.5675C12.8086 16.8195 12.7212 16.9369 12.6543 16.9945C12.5806 17.0579 12.4699 17.1016 12.3235 17.1016H11.6572C11.5108 17.1016 11.4 17.0579 11.3264 16.9945C11.2594 16.9369 11.1721 16.8195 11.1463 16.5675C11.1097 16.2104 10.7906 15.9505 10.4335 15.987C10.0764 16.0236 9.81649 16.3427 9.85304 16.6998C9.90762 17.2332 10.124 17.6748 10.4782 17.9797C10.8258 18.2789 11.2536 18.4016 11.6572 18.4016L12.3235 18.4016C12.7271 18.4016 13.1549 18.2789 13.5025 17.9797C13.8566 17.6748 14.0731 17.2332 14.1276 16.6998C14.157 16.4129 14.157 16.0902 14.1276 15.8033C14.0892 15.4275 13.9469 15.0531 13.7209 14.7516C13.9469 14.45 14.0892 14.0757 14.1276 13.6998C14.157 13.4129 14.157 13.0902 14.1276 12.8033C14.0731 12.27 13.8566 11.8284 13.5025 11.5234C13.1549 11.2242 12.7271 11.1016 12.3235 11.1016H11.6572Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.60208 1.58294C6.1087 1.36304 6.69766 1.59546 6.91756 2.10208L9.73901 8.60208C9.95891 9.1087 9.72649 9.69766 9.21987 9.91756C8.71325 10.1375 8.12429 9.90504 7.90439 9.39843L5.08294 2.89843C4.86304 2.39181 5.09546 1.80285 5.60208 1.58294ZM10.042 1.58294C10.5486 1.36304 11.1376 1.59546 11.3575 2.10208L12.0003 3.58284L12.643 2.10208C12.8629 1.59546 13.4519 1.36304 13.9585 1.58294C14.4651 1.80285 14.6975 2.39181 14.4776 2.89843L12.9185 6.49025C12.9178 6.49186 12.9171 6.49348 12.9164 6.49509L11.9176 8.79626C11.6977 9.30288 11.1087 9.5353 10.6021 9.3154C10.0955 9.09549 9.86304 8.50653 10.0829 7.99991L10.9101 6.0943L9.52288 2.89843C9.30298 2.39181 9.5354 1.80285 10.042 1.58294ZM18.3984 1.58294C18.905 1.80285 19.1375 2.39181 18.9176 2.89843L16.0961 9.39843C15.8762 9.90504 15.2873 10.1375 14.7806 9.91756C14.274 9.69766 14.0416 9.1087 14.2615 8.60208L17.0829 2.10208C17.3028 1.59546 17.8918 1.36304 18.3984 1.58294Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-new-releases{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.7633 1.39651C12.2728 1.20116 11.7272 1.20116 11.2367 1.39651C10.928 1.51947 10.6902 1.72566 10.4829 1.94349C10.2844 2.15217 10.0445 2.45089 9.78876 2.76948C9.64198 3.00135 9.15741 3.41705 8.39341 3.22484C8.00505 3.1197 7.64119 3.02119 7.36266 2.96993C7.07262 2.91656 6.76369 2.88902 6.44667 2.96797C5.91456 3.10049 5.45819 3.43892 5.17347 3.90651C5.00521 4.18282 4.9366 4.48235 4.89766 4.77511C4.86031 5.05588 4.8411 5.43137 4.82052 5.83345C4.85674 6.13785 4.73473 6.80442 3.95701 7.03554L3.95699 7.03555L3.95696 7.03556C3.58551 7.17873 3.23763 7.31282 2.98486 7.43473C2.72123 7.56188 2.45907 7.7198 2.2503 7.9657C1.88771 8.39279 1.71109 8.94766 1.7572 9.50548C1.78361 9.82498 1.90216 10.1052 2.04077 10.3632C2.17355 10.6103 2.3755 10.9228 2.59154 11.2571L2.59155 11.2571L2.59157 11.2571C2.76323 11.4761 3.00356 12.0799 2.59157 12.7429C2.37552 13.0772 2.17355 13.3897 2.04077 13.6368C1.90216 13.8948 1.78361 14.175 1.7572 14.4945C1.71109 15.0523 1.88771 15.6072 2.2503 16.0343C2.45907 16.2802 2.72123 16.4381 2.98486 16.5653C3.23764 16.6872 3.58555 16.8213 3.95701 16.9645C4.22357 17.0492 4.76944 17.4082 4.82052 18.1665C4.8411 18.5686 4.86031 18.9441 4.89766 19.2249C4.9366 19.5177 5.00521 19.8172 5.17347 20.0935C5.45819 20.5611 5.91456 20.8995 6.44667 21.032C6.76369 21.111 7.07262 21.0834 7.36266 21.0301C7.64117 20.9788 8.00501 20.8803 8.39335 20.7752L8.39337 20.7752L8.39341 20.7752C8.66336 20.6911 9.32037 20.6644 9.78876 21.2305C10.0445 21.5491 10.2844 21.8478 10.4829 22.0565C10.6902 22.2743 10.928 22.4805 11.2367 22.6035C11.7272 22.7988 12.2728 22.7988 12.7633 22.6035C13.072 22.4805 13.3098 22.2743 13.5171 22.0565C13.7156 21.8478 13.9364 21.5728 14.1922 21.2543C14.6584 20.6125 15.3486 20.6727 15.6354 20.783L15.6355 20.783L15.6356 20.783C16.0239 20.8881 16.3589 20.9788 16.6373 21.0301C16.9274 21.0834 17.2363 21.111 17.5533 21.032C18.0854 20.8995 18.5418 20.5611 18.8265 20.0935C18.9948 19.8172 19.0634 19.5177 19.1023 19.2249C19.1397 18.9442 19.1589 18.5687 19.1795 18.1667L19.1795 18.1665C19.1106 17.3199 19.7448 17.0053 20.0705 16.9539C20.4419 16.8107 20.7624 16.6872 21.0151 16.5653C21.2788 16.4381 21.5409 16.2802 21.7497 16.0343C22.1123 15.6072 22.2889 15.0523 22.2428 14.4945C22.2164 14.175 22.0978 13.8948 21.9592 13.6368C21.8265 13.3898 21.6246 13.0773 21.4086 12.7432L21.4085 12.7429L21.4084 12.7429C20.9678 12.2247 21.2248 11.5365 21.4084 11.2571L21.4085 11.257L21.4085 11.257C21.6245 10.9228 21.8265 10.6103 21.9592 10.3632C22.0978 10.1052 22.2164 9.82498 22.2428 9.50548C22.2889 8.94766 22.1123 8.39279 21.7497 7.9657C21.5409 7.7198 21.2788 7.56188 21.0151 7.43473C20.7624 7.31281 20.4145 7.17872 20.043 7.03554C19.3845 6.77108 19.1929 6.12396 19.1795 5.83345L19.1795 5.83329C19.1589 5.43127 19.1397 5.05585 19.1023 4.77511C19.0634 4.48235 18.9948 4.18282 18.8265 3.90651C18.5418 3.43892 18.0854 3.10049 17.5533 2.96797C17.2363 2.88902 16.9274 2.91656 16.6373 2.96993C16.3588 3.02119 15.995 3.1197 15.6066 3.22484C14.917 3.40133 14.389 2.9948 14.2112 2.76948C13.9555 2.4509 13.7156 2.15216 13.5171 1.94349C13.3098 1.72566 13.0719 1.51947 12.7633 1.39651ZM16.3196 10.9478C16.8429 10.7713 17.1241 10.204 16.9475 9.68066C16.771 9.15734 16.2037 8.87621 15.6804 9.05272C14.8951 9.31759 14.1478 9.82147 13.4964 10.3656C12.8354 10.9177 12.2188 11.5574 11.6963 12.1539C11.3459 12.5539 11.0323 12.9408 10.7701 13.2786C10.5377 13.0287 10.3061 12.8395 10.0829 12.6977C9.83248 12.5387 9.42188 12.3336 9 12.3336C8.44772 12.3336 8 12.7813 8 13.3336C8 13.8522 8.3948 14.2786 8.90025 14.3287C9.125 14.3828 9.49129 14.754 9.8646 15.4651C10.0286 15.7776 10.3452 15.9804 10.6976 15.9989C11.0499 16.0174 11.3861 15.8486 11.5819 15.5552C11.9214 15.0465 12.7214 14.0189 13.2008 13.4717C13.682 12.9223 14.2234 12.3641 14.7784 11.9006C15.343 11.4291 15.8696 11.0996 16.3196 10.9478Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.7633 1.39651C12.2728 1.20116 11.7272 1.20116 11.2367 1.39651C10.928 1.51947 10.6902 1.72566 10.4829 1.94349C10.2844 2.15217 10.0445 2.45089 9.78876 2.76948C9.64198 3.00135 9.15741 3.41705 8.39341 3.22484C8.00505 3.1197 7.64119 3.02119 7.36266 2.96993C7.07262 2.91656 6.76369 2.88902 6.44667 2.96797C5.91456 3.10049 5.45819 3.43892 5.17347 3.90651C5.00521 4.18282 4.9366 4.48235 4.89766 4.77511C4.86031 5.05588 4.8411 5.43137 4.82052 5.83345C4.85674 6.13785 4.73473 6.80442 3.95701 7.03554L3.95699 7.03555L3.95696 7.03556C3.58551 7.17873 3.23763 7.31282 2.98486 7.43473C2.72123 7.56188 2.45907 7.7198 2.2503 7.9657C1.88771 8.39279 1.71109 8.94766 1.7572 9.50548C1.78361 9.82498 1.90216 10.1052 2.04077 10.3632C2.17355 10.6103 2.3755 10.9228 2.59154 11.2571L2.59155 11.2571L2.59157 11.2571C2.76323 11.4761 3.00356 12.0799 2.59157 12.7429C2.37552 13.0772 2.17355 13.3897 2.04077 13.6368C1.90216 13.8948 1.78361 14.175 1.7572 14.4945C1.71109 15.0523 1.88771 15.6072 2.2503 16.0343C2.45907 16.2802 2.72123 16.4381 2.98486 16.5653C3.23764 16.6872 3.58555 16.8213 3.95701 16.9645C4.22357 17.0492 4.76944 17.4082 4.82052 18.1665C4.8411 18.5686 4.86031 18.9441 4.89766 19.2249C4.9366 19.5177 5.00521 19.8172 5.17347 20.0935C5.45819 20.5611 5.91456 20.8995 6.44667 21.032C6.76369 21.111 7.07262 21.0834 7.36266 21.0301C7.64117 20.9788 8.00501 20.8803 8.39335 20.7752L8.39337 20.7752L8.39341 20.7752C8.66336 20.6911 9.32037 20.6644 9.78876 21.2305C10.0445 21.5491 10.2844 21.8478 10.4829 22.0565C10.6902 22.2743 10.928 22.4805 11.2367 22.6035C11.7272 22.7988 12.2728 22.7988 12.7633 22.6035C13.072 22.4805 13.3098 22.2743 13.5171 22.0565C13.7156 21.8478 13.9364 21.5728 14.1922 21.2543C14.6584 20.6125 15.3486 20.6727 15.6354 20.783L15.6355 20.783L15.6356 20.783C16.0239 20.8881 16.3589 20.9788 16.6373 21.0301C16.9274 21.0834 17.2363 21.111 17.5533 21.032C18.0854 20.8995 18.5418 20.5611 18.8265 20.0935C18.9948 19.8172 19.0634 19.5177 19.1023 19.2249C19.1397 18.9442 19.1589 18.5687 19.1795 18.1667L19.1795 18.1665C19.1106 17.3199 19.7448 17.0053 20.0705 16.9539C20.4419 16.8107 20.7624 16.6872 21.0151 16.5653C21.2788 16.4381 21.5409 16.2802 21.7497 16.0343C22.1123 15.6072 22.2889 15.0523 22.2428 14.4945C22.2164 14.175 22.0978 13.8948 21.9592 13.6368C21.8265 13.3898 21.6246 13.0773 21.4086 12.7432L21.4085 12.7429L21.4084 12.7429C20.9678 12.2247 21.2248 11.5365 21.4084 11.2571L21.4085 11.257L21.4085 11.257C21.6245 10.9228 21.8265 10.6103 21.9592 10.3632C22.0978 10.1052 22.2164 9.82498 22.2428 9.50548C22.2889 8.94766 22.1123 8.39279 21.7497 7.9657C21.5409 7.7198 21.2788 7.56188 21.0151 7.43473C20.7624 7.31281 20.4145 7.17872 20.043 7.03554C19.3845 6.77108 19.1929 6.12396 19.1795 5.83345L19.1795 5.83329C19.1589 5.43127 19.1397 5.05585 19.1023 4.77511C19.0634 4.48235 18.9948 4.18282 18.8265 3.90651C18.5418 3.43892 18.0854 3.10049 17.5533 2.96797C17.2363 2.88902 16.9274 2.91656 16.6373 2.96993C16.3588 3.02119 15.995 3.1197 15.6066 3.22484C14.917 3.40133 14.389 2.9948 14.2112 2.76948C13.9555 2.4509 13.7156 2.15216 13.5171 1.94349C13.3098 1.72566 13.0719 1.51947 12.7633 1.39651ZM16.3196 10.9478C16.8429 10.7713 17.1241 10.204 16.9475 9.68066C16.771 9.15734 16.2037 8.87621 15.6804 9.05272C14.8951 9.31759 14.1478 9.82147 13.4964 10.3656C12.8354 10.9177 12.2188 11.5574 11.6963 12.1539C11.3459 12.5539 11.0323 12.9408 10.7701 13.2786C10.5377 13.0287 10.3061 12.8395 10.0829 12.6977C9.83248 12.5387 9.42188 12.3336 9 12.3336C8.44772 12.3336 8 12.7813 8 13.3336C8 13.8522 8.3948 14.2786 8.90025 14.3287C9.125 14.3828 9.49129 14.754 9.8646 15.4651C10.0286 15.7776 10.3452 15.9804 10.6976 15.9989C11.0499 16.0174 11.3861 15.8486 11.5819 15.5552C11.9214 15.0465 12.7214 14.0189 13.2008 13.4717C13.682 12.9223 14.2234 12.3641 14.7784 11.9006C15.343 11.4291 15.8696 11.0996 16.3196 10.9478Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-awards-icons-ranking{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.96403 16.0277C7.77384 16.0021 7.49968 16 7.00001 16H6.50001C5.76463 16 5.3137 16.0021 4.98735 16.046C4.7005 16.0846 4.65261 16.1394 4.64692 16.1459C4.64671 16.1462 4.64656 16.1464 4.64645 16.1465C4.64635 16.1466 4.64617 16.1467 4.64593 16.1469C4.63942 16.1526 4.58457 16.2005 4.54601 16.4874C4.50213 16.8137 4.50001 17.2646 4.50001 18V21H8.00001V17C8.00001 16.5003 7.99788 16.2262 7.97231 16.036C7.97198 16.0335 7.97165 16.0311 7.97131 16.0287C7.96894 16.0284 7.96651 16.028 7.96403 16.0277ZM8.23053 14.0455C8.61373 14.0971 9.05101 14.2226 9.41422 14.5858C9.77744 14.949 9.90296 15.3863 9.95448 15.7695C10.0002 16.1094 10.0001 16.5215 10 16.9456C10 16.9637 10 16.9819 10 17V22C10 22.5523 9.55229 23 9.00001 23H3.50001C2.94772 23 2.50001 22.5523 2.50001 22V18C2.50001 17.9794 2.50001 17.9589 2.5 17.9384C2.49994 17.2843 2.49989 16.6966 2.56384 16.2209C2.63367 15.7015 2.7958 15.1687 3.23224 14.7322C3.66868 14.2958 4.20149 14.1337 4.72085 14.0638C5.19656 13.9999 5.78428 13.9999 6.4384 14C6.45887 14 6.47941 14 6.50001 14H7.00001C7.01816 14 7.0363 14 7.05442 14C7.47849 13.9999 7.89061 13.9998 8.23053 14.0455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9456 16C16.9637 16 16.9819 16 17 16H17.5C17.5206 16 17.5412 16 17.5616 16C18.2157 15.9999 18.8035 15.9999 19.2792 16.0638C19.7985 16.1337 20.3313 16.2958 20.7678 16.7322C21.2042 17.1687 21.3664 17.7015 21.4362 18.2209C21.5001 18.6966 21.5001 19.2843 21.5 19.9384C21.5 19.9589 21.5 19.9794 21.5 20V22C21.5 22.5523 21.0523 23 20.5 23H15C14.4477 23 14 22.5523 14 22V19C14 18.9819 14 18.9637 14 18.9456C13.9999 18.5215 13.9998 18.1094 14.0455 17.7695C14.0971 17.3863 14.2226 16.949 14.5858 16.5858C14.949 16.2226 15.3863 16.0971 15.7695 16.0455C16.1094 15.9998 16.5215 15.9999 16.9456 16ZM16.0287 18.0287C16.0284 18.0311 16.028 18.0335 16.0277 18.036C16.0021 18.2262 16 18.5003 16 19V21H19.5V20C19.5 19.2646 19.4979 18.8137 19.454 18.4874C19.4154 18.2005 19.3606 18.1526 19.3541 18.1469C19.3538 18.1467 19.3537 18.1466 19.3536 18.1465C19.3535 18.1464 19.3533 18.1462 19.3531 18.1459C19.3474 18.1394 19.2995 18.0846 19.0127 18.046C18.6863 18.0021 18.2354 18 17.5 18H17C16.5003 18 16.2262 18.0021 16.036 18.0277C16.0335 18.028 16.0311 18.0284 16.0287 18.0287Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 22C1 21.4477 1.44772 21 2 21H22C22.5523 21 23 21.4477 23 22C23 22.5523 22.5523 23 22 23H2C1.44772 23 1 22.5523 1 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 12L11.9384 12C11.2843 11.9999 10.6966 11.9999 10.2209 12.0638C9.70149 12.1337 9.16868 12.2958 8.73224 12.7322C8.2958 13.1687 8.13367 13.7015 8.06384 14.2209C7.99989 14.6966 7.99994 15.2843 8 15.9384L8.00001 16V22C8.00001 22.5523 8.44772 23 9.00001 23H15C15.5523 23 16 22.5523 16 22V16L16 15.9384C16.0001 15.2843 16.0001 14.6966 15.9362 14.2209C15.8663 13.7015 15.7042 13.1687 15.2678 12.7322C14.8313 12.2958 14.2985 12.1337 13.7792 12.0638C13.3035 11.9999 12.7157 11.9999 12.0616 12L12 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9982 1.25C12.6701 1.25 13.1201 1.75346 13.3628 2.24519L14.0587 3.64843L14.0645 3.65396C14.0693 3.65832 14.0749 3.66298 14.0811 3.66761C14.0874 3.67225 14.0935 3.67634 14.0992 3.67976L14.1075 3.68442L15.3626 3.89467C15.9028 3.98545 16.4905 4.27498 16.6893 4.89848C16.8877 5.52094 16.5776 6.09734 16.19 6.48594L16.1889 6.48696L15.2132 7.47079C15.2098 7.47785 15.2053 7.48878 15.2014 7.50268C15.197 7.51815 15.1949 7.53139 15.1942 7.54014L15.4735 8.75789C15.5995 9.30931 15.6116 10.0753 15.0171 10.5123C14.4194 10.9516 13.6913 10.7048 13.2061 10.4159L12.0294 9.71353L12.0219 9.71249C12.0155 9.71175 12.0081 9.71129 12.0002 9.71129C11.9922 9.71129 11.9847 9.71175 11.9779 9.71252C11.9734 9.71303 11.9697 9.71362 11.9668 9.71419L10.7917 10.4156C10.3048 10.7069 9.57836 10.9497 8.98149 10.5106C8.38835 10.0742 8.39697 9.31064 8.52396 8.75723L8.80313 7.54014C8.8024 7.53139 8.80033 7.51815 8.79594 7.50268C8.79199 7.48878 8.78753 7.47785 8.78412 7.47079L7.80655 6.48514C7.4213 6.09671 7.11234 5.52107 7.30909 4.89983C7.50675 4.27573 8.09413 3.98552 8.6351 3.89461L9.8859 3.68508L9.89302 3.68099C9.89874 3.67753 9.90495 3.67338 9.91126 3.66866C9.91757 3.66394 9.92329 3.65918 9.92817 3.65471L9.93446 3.64868L10.6308 2.24447L10.6315 2.24307C10.8762 1.75224 11.3273 1.25 11.9982 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.96403 16.0277C7.77384 16.0021 7.49968 16 7.00001 16H6.50001C5.76463 16 5.3137 16.0021 4.98735 16.046C4.7005 16.0846 4.65261 16.1394 4.64692 16.1459C4.64671 16.1462 4.64656 16.1464 4.64645 16.1465C4.64635 16.1466 4.64617 16.1467 4.64593 16.1469C4.63942 16.1526 4.58457 16.2005 4.54601 16.4874C4.50213 16.8137 4.50001 17.2646 4.50001 18V21H8.00001V17C8.00001 16.5003 7.99788 16.2262 7.97231 16.036C7.97198 16.0335 7.97165 16.0311 7.97131 16.0287C7.96894 16.0284 7.96651 16.028 7.96403 16.0277ZM8.23053 14.0455C8.61373 14.0971 9.05101 14.2226 9.41422 14.5858C9.77744 14.949 9.90296 15.3863 9.95448 15.7695C10.0002 16.1094 10.0001 16.5215 10 16.9456C10 16.9637 10 16.9819 10 17V22C10 22.5523 9.55229 23 9.00001 23H3.50001C2.94772 23 2.50001 22.5523 2.50001 22V18C2.50001 17.9794 2.50001 17.9589 2.5 17.9384C2.49994 17.2843 2.49989 16.6966 2.56384 16.2209C2.63367 15.7015 2.7958 15.1687 3.23224 14.7322C3.66868 14.2958 4.20149 14.1337 4.72085 14.0638C5.19656 13.9999 5.78428 13.9999 6.4384 14C6.45887 14 6.47941 14 6.50001 14H7.00001C7.01816 14 7.0363 14 7.05442 14C7.47849 13.9999 7.89061 13.9998 8.23053 14.0455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9456 16C16.9637 16 16.9819 16 17 16H17.5C17.5206 16 17.5412 16 17.5616 16C18.2157 15.9999 18.8035 15.9999 19.2792 16.0638C19.7985 16.1337 20.3313 16.2958 20.7678 16.7322C21.2042 17.1687 21.3664 17.7015 21.4362 18.2209C21.5001 18.6966 21.5001 19.2843 21.5 19.9384C21.5 19.9589 21.5 19.9794 21.5 20V22C21.5 22.5523 21.0523 23 20.5 23H15C14.4477 23 14 22.5523 14 22V19C14 18.9819 14 18.9637 14 18.9456C13.9999 18.5215 13.9998 18.1094 14.0455 17.7695C14.0971 17.3863 14.2226 16.949 14.5858 16.5858C14.949 16.2226 15.3863 16.0971 15.7695 16.0455C16.1094 15.9998 16.5215 15.9999 16.9456 16ZM16.0287 18.0287C16.0284 18.0311 16.028 18.0335 16.0277 18.036C16.0021 18.2262 16 18.5003 16 19V21H19.5V20C19.5 19.2646 19.4979 18.8137 19.454 18.4874C19.4154 18.2005 19.3606 18.1526 19.3541 18.1469C19.3538 18.1467 19.3537 18.1466 19.3536 18.1465C19.3535 18.1464 19.3533 18.1462 19.3531 18.1459C19.3474 18.1394 19.2995 18.0846 19.0127 18.046C18.6863 18.0021 18.2354 18 17.5 18H17C16.5003 18 16.2262 18.0021 16.036 18.0277C16.0335 18.028 16.0311 18.0284 16.0287 18.0287Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 22C1 21.4477 1.44772 21 2 21H22C22.5523 21 23 21.4477 23 22C23 22.5523 22.5523 23 22 23H2C1.44772 23 1 22.5523 1 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 12L11.9384 12C11.2843 11.9999 10.6966 11.9999 10.2209 12.0638C9.70149 12.1337 9.16868 12.2958 8.73224 12.7322C8.2958 13.1687 8.13367 13.7015 8.06384 14.2209C7.99989 14.6966 7.99994 15.2843 8 15.9384L8.00001 16V22C8.00001 22.5523 8.44772 23 9.00001 23H15C15.5523 23 16 22.5523 16 22V16L16 15.9384C16.0001 15.2843 16.0001 14.6966 15.9362 14.2209C15.8663 13.7015 15.7042 13.1687 15.2678 12.7322C14.8313 12.2958 14.2985 12.1337 13.7792 12.0638C13.3035 11.9999 12.7157 11.9999 12.0616 12L12 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9982 1.25C12.6701 1.25 13.1201 1.75346 13.3628 2.24519L14.0587 3.64843L14.0645 3.65396C14.0693 3.65832 14.0749 3.66298 14.0811 3.66761C14.0874 3.67225 14.0935 3.67634 14.0992 3.67976L14.1075 3.68442L15.3626 3.89467C15.9028 3.98545 16.4905 4.27498 16.6893 4.89848C16.8877 5.52094 16.5776 6.09734 16.19 6.48594L16.1889 6.48696L15.2132 7.47079C15.2098 7.47785 15.2053 7.48878 15.2014 7.50268C15.197 7.51815 15.1949 7.53139 15.1942 7.54014L15.4735 8.75789C15.5995 9.30931 15.6116 10.0753 15.0171 10.5123C14.4194 10.9516 13.6913 10.7048 13.2061 10.4159L12.0294 9.71353L12.0219 9.71249C12.0155 9.71175 12.0081 9.71129 12.0002 9.71129C11.9922 9.71129 11.9847 9.71175 11.9779 9.71252C11.9734 9.71303 11.9697 9.71362 11.9668 9.71419L10.7917 10.4156C10.3048 10.7069 9.57836 10.9497 8.98149 10.5106C8.38835 10.0742 8.39697 9.31064 8.52396 8.75723L8.80313 7.54014C8.8024 7.53139 8.80033 7.51815 8.79594 7.50268C8.79199 7.48878 8.78753 7.47785 8.78412 7.47079L7.80655 6.48514C7.4213 6.09671 7.11234 5.52107 7.30909 4.89983C7.50675 4.27573 8.09413 3.98552 8.6351 3.89461L9.8859 3.68508L9.89302 3.68099C9.89874 3.67753 9.90495 3.67338 9.91126 3.66866C9.91757 3.66394 9.92329 3.65918 9.92817 3.65471L9.93446 3.64868L10.6308 2.24447L10.6315 2.24307C10.8762 1.75224 11.3273 1.25 11.9982 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-all-bookmark{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1031 3.42414C14.8237 3.25212 13.1353 3.25 10.75 3.25H8.75C8.19772 3.25 7.75 2.80229 7.75 2.25C7.75 1.69772 8.19772 1.25 8.75 1.25L10.8248 1.25C13.1184 1.24998 14.9414 1.24996 16.3696 1.44198C17.8421 1.63994 19.0436 2.05836 19.9926 3.00736C20.9416 3.95636 21.3601 5.15794 21.558 6.63039C21.75 8.05859 21.75 9.88165 21.75 12.1752V18.25C21.75 18.8023 21.3023 19.25 20.75 19.25C20.1977 19.25 19.75 18.8023 19.75 18.25V12.25C19.75 9.86471 19.7479 8.17634 19.5759 6.89689C19.4077 5.64621 19.0939 4.93704 18.5784 4.42157C18.063 3.90611 17.3538 3.59229 16.1031 3.42414Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.4425 4.25C12.1615 4.24998 13.6449 4.24997 14.7174 4.39815C15.8256 4.55126 16.7283 4.87517 17.4392 5.6057C18.1472 6.33336 18.4587 7.25268 18.6064 8.38161C18.75 9.47969 18.75 10.8825 18.75 12.6526V12.6526L18.75 18.0425C18.75 19.1429 18.7501 20.0518 18.6518 20.7335C18.5517 21.4271 18.3196 22.1206 17.6467 22.504C17.0341 22.8529 16.3603 22.7793 15.8025 22.5987C15.2397 22.4164 14.6717 22.0873 14.1564 21.74L11.5853 19.8135C11.2096 19.5721 10.9761 19.4233 10.788 19.3288C10.5176 19.1742 10.2913 19.2644 10.212 19.3288C10.0239 19.4233 9.79045 19.5721 9.4147 19.8135L6.84361 21.74C6.3283 22.0873 5.76034 22.4164 5.19752 22.5987C4.63975 22.7793 3.96591 22.8529 3.35335 22.504C2.68036 22.1206 2.44826 21.4271 2.34825 20.7335C2.24994 20.0518 2.24997 19.143 2.25 18.0426V18.0425L2.25 12.6526C2.24999 10.8825 2.24997 9.4797 2.39363 8.38161C2.54133 7.25268 2.85276 6.33336 3.56084 5.6057C4.27169 4.87517 5.17444 4.55126 6.28258 4.39815C7.35508 4.24997 8.72354 4.24998 10.4425 4.25H10.4425Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1031 3.42414C14.8237 3.25212 13.1353 3.25 10.75 3.25H8.75C8.19772 3.25 7.75 2.80229 7.75 2.25C7.75 1.69772 8.19772 1.25 8.75 1.25L10.8248 1.25C13.1184 1.24998 14.9414 1.24996 16.3696 1.44198C17.8421 1.63994 19.0436 2.05836 19.9926 3.00736C20.9416 3.95636 21.3601 5.15794 21.558 6.63039C21.75 8.05859 21.75 9.88165 21.75 12.1752V18.25C21.75 18.8023 21.3023 19.25 20.75 19.25C20.1977 19.25 19.75 18.8023 19.75 18.25V12.25C19.75 9.86471 19.7479 8.17634 19.5759 6.89689C19.4077 5.64621 19.0939 4.93704 18.5784 4.42157C18.063 3.90611 17.3538 3.59229 16.1031 3.42414Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.4425 4.25C12.1615 4.24998 13.6449 4.24997 14.7174 4.39815C15.8256 4.55126 16.7283 4.87517 17.4392 5.6057C18.1472 6.33336 18.4587 7.25268 18.6064 8.38161C18.75 9.47969 18.75 10.8825 18.75 12.6526V12.6526L18.75 18.0425C18.75 19.1429 18.7501 20.0518 18.6518 20.7335C18.5517 21.4271 18.3196 22.1206 17.6467 22.504C17.0341 22.8529 16.3603 22.7793 15.8025 22.5987C15.2397 22.4164 14.6717 22.0873 14.1564 21.74L11.5853 19.8135C11.2096 19.5721 10.9761 19.4233 10.788 19.3288C10.5176 19.1742 10.2913 19.2644 10.212 19.3288C10.0239 19.4233 9.79045 19.5721 9.4147 19.8135L6.84361 21.74C6.3283 22.0873 5.76034 22.4164 5.19752 22.5987C4.63975 22.7793 3.96591 22.8529 3.35335 22.504C2.68036 22.1206 2.44826 21.4271 2.34825 20.7335C2.24994 20.0518 2.24997 19.143 2.25 18.0426V18.0425L2.25 12.6526C2.24999 10.8825 2.24997 9.4797 2.39363 8.38161C2.54133 7.25268 2.85276 6.33336 3.56084 5.6057C4.27169 4.87517 5.17444 4.55126 6.28258 4.39815C7.35508 4.24997 8.72354 4.24998 10.4425 4.25H10.4425Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-bookmark-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.4854 1.39731C15.348 1.24998 13.8393 1.24999 12 1.25C10.1607 1.24999 8.652 1.24998 7.51458 1.39731C6.34712 1.54853 5.40051 1.86672 4.65121 2.58863C3.898 3.31431 3.56243 4.23743 3.40365 5.37525C3.38356 5.51919 3.3661 5.66833 3.35092 5.8228C3.33154 6.02004 3.32185 6.11866 3.38139 6.18433C3.44092 6.25 3.54199 6.25 3.74412 6.25H20.2559C20.458 6.25 20.5591 6.25 20.6186 6.18433C20.6782 6.11866 20.6685 6.02004 20.6491 5.8228C20.6339 5.66833 20.6164 5.51919 20.5964 5.37525C20.4376 4.23743 20.102 3.31431 19.3488 2.58863C18.5995 1.86672 17.6529 1.54853 16.4854 1.39731Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7458 8.1438C20.7441 7.95852 20.7433 7.86588 20.6848 7.80794C20.6263 7.75 20.5333 7.75 20.3472 7.75H3.65284C3.46674 7.75 3.37368 7.75 3.31522 7.80794C3.25675 7.86588 3.25591 7.95852 3.25424 8.1438C3.24999 8.61366 3.25 9.115 3.25001 9.64943L3.25 18.0458C3.24996 19.1433 3.24993 20.0553 3.35533 20.7405C3.46438 21.4495 3.71857 22.1395 4.41958 22.5139C5.04476 22.8477 5.7324 22.7798 6.31544 22.6028C6.90514 22.4238 7.50454 22.0989 8.05335 21.7521C8.60739 21.402 9.15065 21.0029 9.623 20.6538C10.0858 20.3117 10.5131 19.9958 10.7969 19.8249C11.1965 19.5843 11.4488 19.4335 11.6533 19.3371C11.842 19.2482 11.9337 19.234 12 19.234C12.0663 19.234 12.158 19.2482 12.3467 19.3371C12.5513 19.4335 12.8035 19.5843 13.2031 19.8249C13.4869 19.9958 13.9142 20.3117 14.377 20.6538C14.8494 21.0029 15.3926 21.402 15.9467 21.7521C16.4955 22.0989 17.0949 22.4238 17.6846 22.6028C18.2676 22.7798 18.9553 22.8477 19.5804 22.5139C20.2814 22.1395 20.5356 21.4495 20.6447 20.7405C20.7501 20.0553 20.75 19.1434 20.75 18.0458V9.64945C20.75 9.11501 20.75 8.61366 20.7458 8.1438Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.4854 1.39731C15.348 1.24998 13.8393 1.24999 12 1.25C10.1607 1.24999 8.652 1.24998 7.51458 1.39731C6.34712 1.54853 5.40051 1.86672 4.65121 2.58863C3.898 3.31431 3.56243 4.23743 3.40365 5.37525C3.38356 5.51919 3.3661 5.66833 3.35092 5.8228C3.33154 6.02004 3.32185 6.11866 3.38139 6.18433C3.44092 6.25 3.54199 6.25 3.74412 6.25H20.2559C20.458 6.25 20.5591 6.25 20.6186 6.18433C20.6782 6.11866 20.6685 6.02004 20.6491 5.8228C20.6339 5.66833 20.6164 5.51919 20.5964 5.37525C20.4376 4.23743 20.102 3.31431 19.3488 2.58863C18.5995 1.86672 17.6529 1.54853 16.4854 1.39731Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7458 8.1438C20.7441 7.95852 20.7433 7.86588 20.6848 7.80794C20.6263 7.75 20.5333 7.75 20.3472 7.75H3.65284C3.46674 7.75 3.37368 7.75 3.31522 7.80794C3.25675 7.86588 3.25591 7.95852 3.25424 8.1438C3.24999 8.61366 3.25 9.115 3.25001 9.64943L3.25 18.0458C3.24996 19.1433 3.24993 20.0553 3.35533 20.7405C3.46438 21.4495 3.71857 22.1395 4.41958 22.5139C5.04476 22.8477 5.7324 22.7798 6.31544 22.6028C6.90514 22.4238 7.50454 22.0989 8.05335 21.7521C8.60739 21.402 9.15065 21.0029 9.623 20.6538C10.0858 20.3117 10.5131 19.9958 10.7969 19.8249C11.1965 19.5843 11.4488 19.4335 11.6533 19.3371C11.842 19.2482 11.9337 19.234 12 19.234C12.0663 19.234 12.158 19.2482 12.3467 19.3371C12.5513 19.4335 12.8035 19.5843 13.2031 19.8249C13.4869 19.9958 13.9142 20.3117 14.377 20.6538C14.8494 21.0029 15.3926 21.402 15.9467 21.7521C16.4955 22.0989 17.0949 22.4238 17.6846 22.6028C18.2676 22.7798 18.9553 22.8477 19.5804 22.5139C20.2814 22.1395 20.5356 21.4495 20.6447 20.7405C20.7501 20.0553 20.75 19.1434 20.75 18.0458V9.64945C20.75 9.11501 20.75 8.61366 20.7458 8.1438Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-bookmark-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0546 1.25C13.8939 1.24999 15.348 1.24997 16.4854 1.39731C17.6529 1.54853 18.5995 1.86672 19.3488 2.58863C20.102 3.31431 20.4376 4.23743 20.5964 5.37525C20.75 6.4765 20.75 7.88207 20.75 9.64945V18.0458C20.75 19.1434 20.7501 20.0553 20.6447 20.7405C20.5356 21.4495 20.2814 22.1395 19.5804 22.5139C18.9553 22.8477 18.2676 22.7798 17.6846 22.6028C17.0949 22.4238 16.4955 22.0989 15.9467 21.7521C15.3926 21.402 14.7938 20.9618 14.3215 20.6127C13.8587 20.2706 13.4869 19.9958 13.2031 19.8249C12.8035 19.5843 12.5513 19.4335 12.3467 19.3371C12.158 19.2482 12.0663 19.234 12 19.234C11.9337 19.234 11.842 19.2482 11.6533 19.3371C11.4488 19.4335 11.1965 19.5843 10.7969 19.8249C10.5131 19.9958 10.1414 20.2706 9.67854 20.6127C9.2062 20.9618 8.60739 21.402 8.05335 21.7521C7.50454 22.0989 6.90514 22.4238 6.31544 22.6028C5.7324 22.7798 5.04476 22.8477 4.41958 22.5139C3.71857 22.1395 3.46438 21.4495 3.35533 20.7405C3.24993 20.0553 3.24996 19.1434 3.25 18.0459L3.25 9.64943C3.24999 7.88206 3.24997 6.4765 3.40365 5.37525C3.56243 4.23743 3.898 3.31431 4.65121 2.58863C5.40051 1.86672 6.34712 1.54853 7.51457 1.39731C8.652 1.24997 10.1061 1.24999 11.9454 1.25H12.0546Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0546 1.25C13.8939 1.24999 15.348 1.24997 16.4854 1.39731C17.6529 1.54853 18.5995 1.86672 19.3488 2.58863C20.102 3.31431 20.4376 4.23743 20.5964 5.37525C20.75 6.4765 20.75 7.88207 20.75 9.64945V18.0458C20.75 19.1434 20.7501 20.0553 20.6447 20.7405C20.5356 21.4495 20.2814 22.1395 19.5804 22.5139C18.9553 22.8477 18.2676 22.7798 17.6846 22.6028C17.0949 22.4238 16.4955 22.0989 15.9467 21.7521C15.3926 21.402 14.7938 20.9618 14.3215 20.6127C13.8587 20.2706 13.4869 19.9958 13.2031 19.8249C12.8035 19.5843 12.5513 19.4335 12.3467 19.3371C12.158 19.2482 12.0663 19.234 12 19.234C11.9337 19.234 11.842 19.2482 11.6533 19.3371C11.4488 19.4335 11.1965 19.5843 10.7969 19.8249C10.5131 19.9958 10.1414 20.2706 9.67854 20.6127C9.2062 20.9618 8.60739 21.402 8.05335 21.7521C7.50454 22.0989 6.90514 22.4238 6.31544 22.6028C5.7324 22.7798 5.04476 22.8477 4.41958 22.5139C3.71857 22.1395 3.46438 21.4495 3.35533 20.7405C3.24993 20.0553 3.24996 19.1434 3.25 18.0459L3.25 9.64943C3.24999 7.88206 3.24997 6.4765 3.40365 5.37525C3.56243 4.23743 3.898 3.31431 4.65121 2.58863C5.40051 1.86672 6.34712 1.54853 7.51457 1.39731C8.652 1.24997 10.1061 1.24999 11.9454 1.25H12.0546Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-bookmark-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.2395 2.96274C19.4223 2.05481 18.3725 1.63907 17.0485 1.44129C15.7678 1.24997 14.1308 1.24998 12.0625 1.25H11.9375C9.86922 1.24998 8.23221 1.24997 6.95147 1.44129C5.62747 1.63908 4.57769 2.05481 3.76055 2.96274C2.95359 3.85936 2.59338 4.99222 2.42018 6.42355C2.24998 7.83014 2.24999 9.63499 2.25 11.9478C2.24999 14.2607 2.24998 16.1699 2.42018 17.5765C2.59338 19.0078 2.95359 20.1406 3.76055 21.0373C4.57769 21.9452 5.62747 22.3609 6.95147 22.5587C8.23221 22.75 9.86921 22.75 11.9375 22.75H12.0625C14.1308 22.75 15.7678 22.75 17.0485 22.5587C18.3725 22.3609 19.4223 21.9452 20.2395 21.0373C21.0464 20.1406 21.4066 19.0078 21.5798 17.5765C21.75 16.1699 21.75 14.2607 21.75 11.9478C21.75 9.63498 21.75 7.83014 21.5798 6.42355C21.4066 4.99222 21.0464 3.85936 20.2395 2.96274ZM12 2.96099C13.289 2.96099 14.3541 2.96169 15.25 2.99978V9.82599C15.25 10.474 15.2353 10.9545 15.1963 11.2287C15.0492 11.1804 14.8404 11.0701 14.5969 10.9036C14.0648 10.4869 12.9352 9.62774 12.6737 9.52434C12.4908 9.43112 12.2686 9.34815 12 9.34815C11.7314 9.34815 11.5092 9.43112 11.3263 9.52434C11.0564 9.63001 9.93171 10.4879 9.40312 10.9036C9.15961 11.0701 8.96192 11.1768 8.81477 11.2251C8.77578 10.9509 8.75 10.474 8.75 9.82599V2.99978C9.64594 2.96169 10.711 2.96099 12 2.96099Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.2395 2.96274C19.4223 2.05481 18.3725 1.63907 17.0485 1.44129C15.7678 1.24997 14.1308 1.24998 12.0625 1.25H11.9375C9.86922 1.24998 8.23221 1.24997 6.95147 1.44129C5.62747 1.63908 4.57769 2.05481 3.76055 2.96274C2.95359 3.85936 2.59338 4.99222 2.42018 6.42355C2.24998 7.83014 2.24999 9.63499 2.25 11.9478C2.24999 14.2607 2.24998 16.1699 2.42018 17.5765C2.59338 19.0078 2.95359 20.1406 3.76055 21.0373C4.57769 21.9452 5.62747 22.3609 6.95147 22.5587C8.23221 22.75 9.86921 22.75 11.9375 22.75H12.0625C14.1308 22.75 15.7678 22.75 17.0485 22.5587C18.3725 22.3609 19.4223 21.9452 20.2395 21.0373C21.0464 20.1406 21.4066 19.0078 21.5798 17.5765C21.75 16.1699 21.75 14.2607 21.75 11.9478C21.75 9.63498 21.75 7.83014 21.5798 6.42355C21.4066 4.99222 21.0464 3.85936 20.2395 2.96274ZM12 2.96099C13.289 2.96099 14.3541 2.96169 15.25 2.99978V9.82599C15.25 10.474 15.2353 10.9545 15.1963 11.2287C15.0492 11.1804 14.8404 11.0701 14.5969 10.9036C14.0648 10.4869 12.9352 9.62774 12.6737 9.52434C12.4908 9.43112 12.2686 9.34815 12 9.34815C11.7314 9.34815 11.5092 9.43112 11.3263 9.52434C11.0564 9.63001 9.93171 10.4879 9.40312 10.9036C9.15961 11.0701 8.96192 11.1768 8.81477 11.2251C8.77578 10.9509 8.75 10.474 8.75 9.82599V2.99978C9.64594 2.96169 10.711 2.96099 12 2.96099Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-bookmark-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.875 1.125C17.4273 1.125 17.875 1.57272 17.875 2.125L17.875 5.125H20.875C21.4273 5.125 21.875 5.57272 21.875 6.125C21.875 6.67728 21.4273 7.125 20.875 7.125H17.875L17.875 10.125C17.875 10.6773 17.4273 11.125 16.875 11.125C16.3227 11.125 15.875 10.6773 15.875 10.125L15.875 7.125H12.875C12.3227 7.125 11.875 6.67728 11.875 6.125C11.875 5.57272 12.3227 5.125 12.875 5.125H15.875L15.875 2.125C15.875 1.57272 16.3227 1.125 16.875 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.375 2.125V3.025C14.375 3.30784 14.375 3.44926 14.2871 3.53713C14.1993 3.625 14.0578 3.625 13.775 3.625H12.875C11.4943 3.625 10.375 4.74429 10.375 6.125C10.375 6.2591 10.271 6.375 10.1369 6.375H2.83346C2.5289 6.375 2.37662 6.375 2.28714 6.27451C2.19765 6.17401 2.21468 6.02757 2.24874 5.73469C2.258 5.65506 2.26795 5.57691 2.27865 5.50025C2.43743 4.36243 2.773 3.43931 3.52622 2.71363C4.27552 1.99173 5.22212 1.67353 6.38958 1.52231C7.527 1.37498 9.03569 1.37499 10.875 1.375C11.96 1.37499 12.93 1.37499 13.7765 1.40522C14.0518 1.41506 14.1895 1.41997 14.2687 1.48703C14.2867 1.50223 14.2963 1.51213 14.3108 1.53063C14.375 1.61225 14.375 1.78316 14.375 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.2748 8.04585C11.7084 8.40744 12.2663 8.625 12.875 8.625H13.775C14.0578 8.625 14.1993 8.625 14.2871 8.71287C14.375 8.80074 14.375 8.94216 14.375 9.225V10.125C14.375 11.5057 15.4943 12.625 16.875 12.625C17.3554 12.625 17.9358 12.4505 18.2821 12.1889C19.1426 11.5388 19.4033 11.2144 19.5141 11.2696C19.625 11.3248 19.625 11.7721 19.625 12.6665V18.1708C19.6251 19.2684 19.6251 20.1803 19.5197 20.8655C19.4106 21.5745 19.1564 22.2645 18.4554 22.6389C17.8303 22.9727 17.1426 22.9048 16.5596 22.7278C15.9699 22.5488 15.3705 22.2239 14.8217 21.8771C14.2676 21.527 13.7244 21.1279 13.252 20.7788C12.7892 20.4367 12.3619 20.1208 12.0781 19.9499C11.6785 19.7093 11.4263 19.5585 11.2217 19.4621C11.033 19.3732 10.9413 19.359 10.875 19.359C10.8087 19.359 10.717 19.3732 10.5283 19.4621C10.3238 19.5585 10.0715 19.7093 9.6719 19.9499C9.38808 20.1208 8.96081 20.4367 8.498 20.7788C8.02566 21.1279 7.48239 21.527 6.92836 21.8771C6.37954 22.2239 5.78014 22.5488 5.19044 22.7278C4.60741 22.9048 3.91976 22.9727 3.29458 22.6389C2.59357 22.2645 2.33938 21.5745 2.23033 20.8655C2.12494 20.1803 2.12497 19.2683 2.125 18.1708L2.12501 9.77443C2.125 9.31398 2.125 8.87806 2.12771 8.4657C2.12954 8.18813 2.13045 8.04934 2.2182 7.96217C2.30594 7.875 2.44555 7.875 2.72477 7.875H10.8376C10.9552 7.875 11.0139 7.875 11.0634 7.89294C11.113 7.91088 11.1669 7.95587 11.2748 8.04585Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.875 1.125C17.4273 1.125 17.875 1.57272 17.875 2.125L17.875 5.125H20.875C21.4273 5.125 21.875 5.57272 21.875 6.125C21.875 6.67728 21.4273 7.125 20.875 7.125H17.875L17.875 10.125C17.875 10.6773 17.4273 11.125 16.875 11.125C16.3227 11.125 15.875 10.6773 15.875 10.125L15.875 7.125H12.875C12.3227 7.125 11.875 6.67728 11.875 6.125C11.875 5.57272 12.3227 5.125 12.875 5.125H15.875L15.875 2.125C15.875 1.57272 16.3227 1.125 16.875 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.375 2.125V3.025C14.375 3.30784 14.375 3.44926 14.2871 3.53713C14.1993 3.625 14.0578 3.625 13.775 3.625H12.875C11.4943 3.625 10.375 4.74429 10.375 6.125C10.375 6.2591 10.271 6.375 10.1369 6.375H2.83346C2.5289 6.375 2.37662 6.375 2.28714 6.27451C2.19765 6.17401 2.21468 6.02757 2.24874 5.73469C2.258 5.65506 2.26795 5.57691 2.27865 5.50025C2.43743 4.36243 2.773 3.43931 3.52622 2.71363C4.27552 1.99173 5.22212 1.67353 6.38958 1.52231C7.527 1.37498 9.03569 1.37499 10.875 1.375C11.96 1.37499 12.93 1.37499 13.7765 1.40522C14.0518 1.41506 14.1895 1.41997 14.2687 1.48703C14.2867 1.50223 14.2963 1.51213 14.3108 1.53063C14.375 1.61225 14.375 1.78316 14.375 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.2748 8.04585C11.7084 8.40744 12.2663 8.625 12.875 8.625H13.775C14.0578 8.625 14.1993 8.625 14.2871 8.71287C14.375 8.80074 14.375 8.94216 14.375 9.225V10.125C14.375 11.5057 15.4943 12.625 16.875 12.625C17.3554 12.625 17.9358 12.4505 18.2821 12.1889C19.1426 11.5388 19.4033 11.2144 19.5141 11.2696C19.625 11.3248 19.625 11.7721 19.625 12.6665V18.1708C19.6251 19.2684 19.6251 20.1803 19.5197 20.8655C19.4106 21.5745 19.1564 22.2645 18.4554 22.6389C17.8303 22.9727 17.1426 22.9048 16.5596 22.7278C15.9699 22.5488 15.3705 22.2239 14.8217 21.8771C14.2676 21.527 13.7244 21.1279 13.252 20.7788C12.7892 20.4367 12.3619 20.1208 12.0781 19.9499C11.6785 19.7093 11.4263 19.5585 11.2217 19.4621C11.033 19.3732 10.9413 19.359 10.875 19.359C10.8087 19.359 10.717 19.3732 10.5283 19.4621C10.3238 19.5585 10.0715 19.7093 9.6719 19.9499C9.38808 20.1208 8.96081 20.4367 8.498 20.7788C8.02566 21.1279 7.48239 21.527 6.92836 21.8771C6.37954 22.2239 5.78014 22.5488 5.19044 22.7278C4.60741 22.9048 3.91976 22.9727 3.29458 22.6389C2.59357 22.2645 2.33938 21.5745 2.23033 20.8655C2.12494 20.1803 2.12497 19.2683 2.125 18.1708L2.12501 9.77443C2.125 9.31398 2.125 8.87806 2.12771 8.4657C2.12954 8.18813 2.13045 8.04934 2.2182 7.96217C2.30594 7.875 2.44555 7.875 2.72477 7.875H10.8376C10.9552 7.875 11.0139 7.875 11.0634 7.89294C11.113 7.91088 11.1669 7.95587 11.2748 8.04585Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-bookmark-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.875 1.125C17.4273 1.125 17.875 1.57272 17.875 2.125L17.875 5.125H20.875C21.4273 5.125 21.875 5.57272 21.875 6.125C21.875 6.67728 21.4273 7.125 20.875 7.125H17.875L17.875 10.125C17.875 10.6773 17.4273 11.125 16.875 11.125C16.3227 11.125 15.875 10.6773 15.875 10.125L15.875 7.125H12.875C12.3227 7.125 11.875 6.67728 11.875 6.125C11.875 5.57272 12.3227 5.125 12.875 5.125H15.875L15.875 2.125C15.875 1.57272 16.3227 1.125 16.875 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.375 2.125V3.025C14.375 3.30784 14.375 3.44926 14.2871 3.53713C14.1993 3.625 14.0578 3.625 13.775 3.625H12.875C11.4943 3.625 10.375 4.74429 10.375 6.125C10.375 7.50571 11.4943 8.625 12.875 8.625H13.775C14.0578 8.625 14.1993 8.625 14.2871 8.71287C14.375 8.80074 14.375 8.94216 14.375 9.225V10.125C14.375 11.5057 15.4943 12.625 16.875 12.625C17.8424 12.625 18.6814 12.0756 19.0971 11.2717C19.147 11.1751 19.2442 11.1096 19.353 11.1096C19.5032 11.1096 19.625 11.2314 19.625 11.3817V18.1708C19.6251 19.2684 19.6251 20.1803 19.5197 20.8655C19.4106 21.5745 19.1564 22.2645 18.4554 22.6389C17.8303 22.9727 17.1426 22.9048 16.5596 22.7278C15.9699 22.5488 15.3705 22.2239 14.8217 21.8771C14.2676 21.527 13.6688 21.0868 13.1965 20.7377C12.7337 20.3956 12.3619 20.1208 12.0781 19.9499C11.6785 19.7093 11.4263 19.5585 11.2217 19.4621C11.033 19.3732 10.9413 19.359 10.875 19.359C10.8087 19.359 10.717 19.3732 10.5283 19.4621C10.3238 19.5585 10.0715 19.7093 9.6719 19.9499C9.38808 20.1208 9.01636 20.3956 8.55354 20.7377C8.0812 21.0868 7.48239 21.527 6.92836 21.8771C6.37954 22.2239 5.78014 22.5488 5.19044 22.7278C4.60741 22.9048 3.91976 22.9727 3.29458 22.6389C2.59357 22.2645 2.33938 21.5745 2.23033 20.8655C2.12494 20.1803 2.12497 19.2684 2.125 18.1709L2.12501 9.77443C2.12499 8.00706 2.12497 6.6015 2.27865 5.50025C2.43743 4.36243 2.773 3.43931 3.52622 2.71363C4.27552 1.99172 5.22212 1.67353 6.38958 1.52231C7.527 1.37498 8.98108 1.37499 10.8204 1.375H10.9296C12.0057 1.37499 12.95 1.37499 13.7762 1.40449C14.0519 1.41434 14.1897 1.41926 14.2691 1.48662C14.2868 1.5016 14.2962 1.51135 14.3105 1.52952C14.375 1.61125 14.375 1.7825 14.375 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.875 1.125C17.4273 1.125 17.875 1.57272 17.875 2.125L17.875 5.125H20.875C21.4273 5.125 21.875 5.57272 21.875 6.125C21.875 6.67728 21.4273 7.125 20.875 7.125H17.875L17.875 10.125C17.875 10.6773 17.4273 11.125 16.875 11.125C16.3227 11.125 15.875 10.6773 15.875 10.125L15.875 7.125H12.875C12.3227 7.125 11.875 6.67728 11.875 6.125C11.875 5.57272 12.3227 5.125 12.875 5.125H15.875L15.875 2.125C15.875 1.57272 16.3227 1.125 16.875 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.375 2.125V3.025C14.375 3.30784 14.375 3.44926 14.2871 3.53713C14.1993 3.625 14.0578 3.625 13.775 3.625H12.875C11.4943 3.625 10.375 4.74429 10.375 6.125C10.375 7.50571 11.4943 8.625 12.875 8.625H13.775C14.0578 8.625 14.1993 8.625 14.2871 8.71287C14.375 8.80074 14.375 8.94216 14.375 9.225V10.125C14.375 11.5057 15.4943 12.625 16.875 12.625C17.8424 12.625 18.6814 12.0756 19.0971 11.2717C19.147 11.1751 19.2442 11.1096 19.353 11.1096C19.5032 11.1096 19.625 11.2314 19.625 11.3817V18.1708C19.6251 19.2684 19.6251 20.1803 19.5197 20.8655C19.4106 21.5745 19.1564 22.2645 18.4554 22.6389C17.8303 22.9727 17.1426 22.9048 16.5596 22.7278C15.9699 22.5488 15.3705 22.2239 14.8217 21.8771C14.2676 21.527 13.6688 21.0868 13.1965 20.7377C12.7337 20.3956 12.3619 20.1208 12.0781 19.9499C11.6785 19.7093 11.4263 19.5585 11.2217 19.4621C11.033 19.3732 10.9413 19.359 10.875 19.359C10.8087 19.359 10.717 19.3732 10.5283 19.4621C10.3238 19.5585 10.0715 19.7093 9.6719 19.9499C9.38808 20.1208 9.01636 20.3956 8.55354 20.7377C8.0812 21.0868 7.48239 21.527 6.92836 21.8771C6.37954 22.2239 5.78014 22.5488 5.19044 22.7278C4.60741 22.9048 3.91976 22.9727 3.29458 22.6389C2.59357 22.2645 2.33938 21.5745 2.23033 20.8655C2.12494 20.1803 2.12497 19.2684 2.125 18.1709L2.12501 9.77443C2.12499 8.00706 2.12497 6.6015 2.27865 5.50025C2.43743 4.36243 2.773 3.43931 3.52622 2.71363C4.27552 1.99172 5.22212 1.67353 6.38958 1.52231C7.527 1.37498 8.98108 1.37499 10.8204 1.375H10.9296C12.0057 1.37499 12.95 1.37499 13.7762 1.40449C14.0519 1.41434 14.1897 1.41926 14.2691 1.48662C14.2868 1.5016 14.2962 1.51135 14.3105 1.52952C14.375 1.61125 14.375 1.7825 14.375 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-bookmark-block-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8809 3.125C15.5001 3.125 14.3809 4.24429 14.3809 5.625C14.3809 5.94743 14.4419 6.2556 14.5531 6.53859L17.7945 3.29719C17.5115 3.18604 17.2033 3.125 16.8809 3.125ZM19.2087 4.7114L15.9673 7.95281C16.2503 8.06396 16.5584 8.125 16.8809 8.125C18.2616 8.125 19.3809 7.00571 19.3809 5.625C19.3809 5.30257 19.3198 4.9944 19.2087 4.7114ZM12.3809 5.625C12.3809 3.13972 14.3956 1.125 16.8809 1.125C19.3661 1.125 21.3809 3.13972 21.3809 5.625C21.3809 8.11028 19.3661 10.125 16.8809 10.125C14.3956 10.125 12.3809 8.11028 12.3809 5.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.3672 1.375C11.8216 1.375 12.0488 1.375 12.1375 1.4678C12.1779 1.51017 12.1991 1.54921 12.2125 1.60624C12.2419 1.73115 12.1064 1.93926 11.8354 2.3555C11.223 3.29606 10.8672 4.41897 10.8672 5.625C10.8672 5.64918 10.8673 5.67334 10.8676 5.69745C10.8716 6.03032 10.8735 6.19675 10.7854 6.28587C10.6974 6.375 10.543 6.375 10.2341 6.375H3.32564C3.02109 6.375 2.86881 6.375 2.77932 6.27451C2.68984 6.17401 2.70687 6.02757 2.74092 5.73469C2.75019 5.65506 2.76014 5.57691 2.77084 5.50025C2.92962 4.36243 3.26519 3.43931 4.0184 2.71363C4.7677 1.99172 5.71431 1.67353 6.88176 1.52231C8.01919 1.37498 9.52787 1.37499 11.3672 1.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.8989 7.875C11.0906 7.875 11.1865 7.875 11.2595 7.9207C11.3325 7.96639 11.3776 8.05909 11.4677 8.2445C12.4403 10.2457 14.4927 11.625 16.8672 11.625C17.6724 11.625 18.4406 11.4664 19.1422 11.1787C19.615 10.9848 19.8514 10.8878 19.9843 10.977C20.1172 11.0661 20.1172 11.3011 20.1172 11.771V18.1708C20.1172 19.2684 20.1173 20.1803 20.0119 20.8655C19.9028 21.5745 19.6486 22.2645 18.9476 22.6389C18.3224 22.9727 17.6348 22.9048 17.0518 22.7278C16.4621 22.5488 15.8627 22.2239 15.3138 21.8771C14.7598 21.527 14.2165 21.1279 13.7442 20.7788C13.2814 20.4367 12.8541 20.1208 12.5703 19.9499C12.1707 19.7093 11.9184 19.5585 11.7139 19.4621C11.5252 19.3732 11.4335 19.359 11.3672 19.359C11.3009 19.359 11.2092 19.3732 11.0205 19.4621C10.8159 19.5585 10.5637 19.7093 10.1641 19.9499C9.88027 20.1208 9.453 20.4367 8.99018 20.7788C8.51784 21.1279 7.97458 21.527 7.42054 21.8771C6.87173 22.2239 6.27233 22.5488 5.68263 22.7278C5.09959 22.9048 4.41195 22.9727 3.78676 22.6389C3.08576 22.2645 2.83157 21.5745 2.72252 20.8655C2.61712 20.1803 2.61715 19.2683 2.61719 18.1708L2.61719 9.77443C2.61719 9.31398 2.61718 8.87806 2.6199 8.4657C2.62172 8.18813 2.62264 8.04934 2.71038 7.96217C2.79813 7.875 2.93774 7.875 3.21695 7.875H10.8989Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8809 3.125C15.5001 3.125 14.3809 4.24429 14.3809 5.625C14.3809 5.94743 14.4419 6.2556 14.5531 6.53859L17.7945 3.29719C17.5115 3.18604 17.2033 3.125 16.8809 3.125ZM19.2087 4.7114L15.9673 7.95281C16.2503 8.06396 16.5584 8.125 16.8809 8.125C18.2616 8.125 19.3809 7.00571 19.3809 5.625C19.3809 5.30257 19.3198 4.9944 19.2087 4.7114ZM12.3809 5.625C12.3809 3.13972 14.3956 1.125 16.8809 1.125C19.3661 1.125 21.3809 3.13972 21.3809 5.625C21.3809 8.11028 19.3661 10.125 16.8809 10.125C14.3956 10.125 12.3809 8.11028 12.3809 5.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.3672 1.375C11.8216 1.375 12.0488 1.375 12.1375 1.4678C12.1779 1.51017 12.1991 1.54921 12.2125 1.60624C12.2419 1.73115 12.1064 1.93926 11.8354 2.3555C11.223 3.29606 10.8672 4.41897 10.8672 5.625C10.8672 5.64918 10.8673 5.67334 10.8676 5.69745C10.8716 6.03032 10.8735 6.19675 10.7854 6.28587C10.6974 6.375 10.543 6.375 10.2341 6.375H3.32564C3.02109 6.375 2.86881 6.375 2.77932 6.27451C2.68984 6.17401 2.70687 6.02757 2.74092 5.73469C2.75019 5.65506 2.76014 5.57691 2.77084 5.50025C2.92962 4.36243 3.26519 3.43931 4.0184 2.71363C4.7677 1.99172 5.71431 1.67353 6.88176 1.52231C8.01919 1.37498 9.52787 1.37499 11.3672 1.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.8989 7.875C11.0906 7.875 11.1865 7.875 11.2595 7.9207C11.3325 7.96639 11.3776 8.05909 11.4677 8.2445C12.4403 10.2457 14.4927 11.625 16.8672 11.625C17.6724 11.625 18.4406 11.4664 19.1422 11.1787C19.615 10.9848 19.8514 10.8878 19.9843 10.977C20.1172 11.0661 20.1172 11.3011 20.1172 11.771V18.1708C20.1172 19.2684 20.1173 20.1803 20.0119 20.8655C19.9028 21.5745 19.6486 22.2645 18.9476 22.6389C18.3224 22.9727 17.6348 22.9048 17.0518 22.7278C16.4621 22.5488 15.8627 22.2239 15.3138 21.8771C14.7598 21.527 14.2165 21.1279 13.7442 20.7788C13.2814 20.4367 12.8541 20.1208 12.5703 19.9499C12.1707 19.7093 11.9184 19.5585 11.7139 19.4621C11.5252 19.3732 11.4335 19.359 11.3672 19.359C11.3009 19.359 11.2092 19.3732 11.0205 19.4621C10.8159 19.5585 10.5637 19.7093 10.1641 19.9499C9.88027 20.1208 9.453 20.4367 8.99018 20.7788C8.51784 21.1279 7.97458 21.527 7.42054 21.8771C6.87173 22.2239 6.27233 22.5488 5.68263 22.7278C5.09959 22.9048 4.41195 22.9727 3.78676 22.6389C3.08576 22.2645 2.83157 21.5745 2.72252 20.8655C2.61712 20.1803 2.61715 19.2683 2.61719 18.1708L2.61719 9.77443C2.61719 9.31398 2.61718 8.87806 2.6199 8.4657C2.62172 8.18813 2.62264 8.04934 2.71038 7.96217C2.79813 7.875 2.93774 7.875 3.21695 7.875H10.8989Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-bookmark-block-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.375 6.125C11.375 3.36358 13.6136 1.125 16.375 1.125C19.1364 1.125 21.375 3.36358 21.375 6.125C21.375 8.88642 19.1364 11.125 16.375 11.125C13.6136 11.125 11.375 8.88642 11.375 6.125ZM13.6674 4.83158C13.48 5.22322 13.375 5.66185 13.375 6.125C13.375 7.78185 14.7181 9.125 16.375 9.125C16.8381 9.125 17.2768 9.02005 17.6684 8.83263L13.6674 4.83158ZM15.0816 3.41737L19.0826 7.41842C19.27 7.02678 19.375 6.58815 19.375 6.125C19.375 4.46815 18.0319 3.125 16.375 3.125C15.9119 3.125 15.4732 3.22995 15.0816 3.41737Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4296 1.375C11.6116 1.375 11.7033 1.60194 11.5803 1.73619C10.5213 2.89258 9.875 4.43332 9.875 6.125C9.875 9.71485 12.7852 12.625 16.375 12.625C17.3575 12.625 18.289 12.407 19.1239 12.0168C19.6061 11.7915 19.8472 11.6788 19.9861 11.7672C20.125 11.8556 20.125 12.1019 20.125 12.5943V18.1708C20.125 19.2684 20.1251 20.1803 20.0197 20.8655C19.9106 21.5745 19.6564 22.2645 18.9554 22.6389C18.3303 22.9727 17.6426 22.9048 17.0596 22.7278C16.4699 22.5488 15.8705 22.2239 15.3217 21.8771C14.7676 21.527 14.1688 21.0868 13.6965 20.7377C13.2337 20.3956 12.8619 20.1208 12.5781 19.9499C12.1785 19.7093 11.9263 19.5585 11.7217 19.4621C11.533 19.3732 11.4413 19.359 11.375 19.359C11.3087 19.359 11.217 19.3732 11.0283 19.4621C10.8238 19.5585 10.5715 19.7093 10.1719 19.9499C9.88808 20.1208 9.51636 20.3956 9.05354 20.7377C8.5812 21.0868 7.98239 21.527 7.42835 21.8771C6.87954 22.2239 6.28014 22.5488 5.69044 22.7278C5.1074 22.9048 4.41976 22.9727 3.79458 22.6389C3.09357 22.2645 2.83938 21.5745 2.73033 20.8655C2.62493 20.1803 2.62496 19.2684 2.625 18.1709L2.62501 9.77443C2.62499 8.00706 2.62497 6.6015 2.77865 5.50025C2.93743 4.36243 3.273 3.43931 4.02621 2.71363C4.77551 1.99172 5.72212 1.67353 6.88958 1.52231C8.027 1.37498 9.48109 1.37499 11.3204 1.375H11.4296Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.375 6.125C11.375 3.36358 13.6136 1.125 16.375 1.125C19.1364 1.125 21.375 3.36358 21.375 6.125C21.375 8.88642 19.1364 11.125 16.375 11.125C13.6136 11.125 11.375 8.88642 11.375 6.125ZM13.6674 4.83158C13.48 5.22322 13.375 5.66185 13.375 6.125C13.375 7.78185 14.7181 9.125 16.375 9.125C16.8381 9.125 17.2768 9.02005 17.6684 8.83263L13.6674 4.83158ZM15.0816 3.41737L19.0826 7.41842C19.27 7.02678 19.375 6.58815 19.375 6.125C19.375 4.46815 18.0319 3.125 16.375 3.125C15.9119 3.125 15.4732 3.22995 15.0816 3.41737Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4296 1.375C11.6116 1.375 11.7033 1.60194 11.5803 1.73619C10.5213 2.89258 9.875 4.43332 9.875 6.125C9.875 9.71485 12.7852 12.625 16.375 12.625C17.3575 12.625 18.289 12.407 19.1239 12.0168C19.6061 11.7915 19.8472 11.6788 19.9861 11.7672C20.125 11.8556 20.125 12.1019 20.125 12.5943V18.1708C20.125 19.2684 20.1251 20.1803 20.0197 20.8655C19.9106 21.5745 19.6564 22.2645 18.9554 22.6389C18.3303 22.9727 17.6426 22.9048 17.0596 22.7278C16.4699 22.5488 15.8705 22.2239 15.3217 21.8771C14.7676 21.527 14.1688 21.0868 13.6965 20.7377C13.2337 20.3956 12.8619 20.1208 12.5781 19.9499C12.1785 19.7093 11.9263 19.5585 11.7217 19.4621C11.533 19.3732 11.4413 19.359 11.375 19.359C11.3087 19.359 11.217 19.3732 11.0283 19.4621C10.8238 19.5585 10.5715 19.7093 10.1719 19.9499C9.88808 20.1208 9.51636 20.3956 9.05354 20.7377C8.5812 21.0868 7.98239 21.527 7.42835 21.8771C6.87954 22.2239 6.28014 22.5488 5.69044 22.7278C5.1074 22.9048 4.41976 22.9727 3.79458 22.6389C3.09357 22.2645 2.83938 21.5745 2.73033 20.8655C2.62493 20.1803 2.62496 19.2684 2.625 18.1709L2.62501 9.77443C2.62499 8.00706 2.62497 6.6015 2.77865 5.50025C2.93743 4.36243 3.273 3.43931 4.02621 2.71363C4.77551 1.99172 5.72212 1.67353 6.88958 1.52231C8.027 1.37498 9.48109 1.37499 11.3204 1.375H11.4296Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-bookmark-check-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25004C13.8393 1.25002 15.348 1.25001 16.4854 1.39735C17.6528 1.54857 18.5995 1.86676 19.3488 2.58867C20.102 3.31435 20.4375 4.23747 20.5963 5.37528C20.6164 5.51923 20.6339 5.66837 20.649 5.82284C20.6684 6.02008 20.6781 6.1187 20.6186 6.18437C20.559 6.25004 20.458 6.25004 20.2558 6.25004H3.74407C3.54194 6.25004 3.44087 6.25004 3.38134 6.18437C3.3218 6.1187 3.3315 6.02008 3.35088 5.82284C3.36605 5.66837 3.38352 5.51923 3.4036 5.37528C3.56238 4.23747 3.89795 3.31435 4.65117 2.58867C5.40047 1.86676 6.34707 1.54857 7.51453 1.39735C8.65196 1.25001 10.1606 1.25002 12 1.25004ZM20.6847 7.80798C20.7432 7.86592 20.7441 7.95856 20.7457 8.14384C20.75 8.61358 20.75 9.1148 20.75 9.64909V9.64922V9.64935V9.64949V18.0459C20.75 19.1434 20.75 20.0553 20.6446 20.7405C20.5356 21.4495 20.2814 22.1396 19.5804 22.5139C18.9552 22.8477 18.2676 22.7799 17.6845 22.6028C17.0948 22.4238 16.4954 22.0989 15.9466 21.7521C15.3926 21.402 14.8493 21.0029 14.377 20.6538C13.9142 20.3117 13.4869 19.9959 13.2031 19.825C12.8035 19.5844 12.5512 19.4335 12.3467 19.3371C12.1579 19.2482 12.0663 19.2341 12 19.2341C11.9337 19.2341 11.842 19.2482 11.6532 19.3371C11.4487 19.4335 11.1964 19.5844 10.7969 19.825C10.513 19.9959 10.0858 20.3117 9.62295 20.6538C9.15061 21.0029 8.60734 21.402 8.05331 21.7521C7.50449 22.0989 6.90509 22.4238 6.31539 22.6028C5.73236 22.7799 5.04471 22.8477 4.41953 22.5139C3.71852 22.1396 3.46433 21.4495 3.35528 20.7405C3.24989 20.0553 3.24992 19.1434 3.24995 18.0459L3.24996 9.64947C3.24995 9.11504 3.24995 8.61369 3.25419 8.14384C3.25587 7.95856 3.2567 7.86592 3.31517 7.80798C3.37364 7.75004 3.46669 7.75004 3.65279 7.75004H3.6528H20.3471C20.5332 7.75004 20.6263 7.75004 20.6847 7.80798ZM15.3356 11.921C15.706 11.7357 15.8562 11.2852 15.671 10.9148C15.4857 10.5443 15.0352 10.3941 14.6647 10.5793C13.4946 11.1644 12.5317 12.2906 11.8899 13.1892C11.6851 13.4758 11.5061 13.7493 11.3566 13.9901C11.232 13.8844 11.1111 13.7917 11.002 13.7129C10.8249 13.5848 10.5462 13.4033 10.3469 13.2994C9.97964 13.1079 9.52665 13.2504 9.33513 13.6177C9.14382 13.9846 9.28581 14.437 9.65224 14.6289L9.65208 14.6288C9.73912 14.6809 9.98792 14.8307 10.1233 14.9285C10.4055 15.1325 10.6957 15.3904 10.8725 15.6608C11.0195 15.8855 11.2754 16.0144 11.5435 15.9989C11.8115 15.9834 12.0509 15.8256 12.171 15.5855C12.2124 15.5081 12.3336 15.282 12.4148 15.1416C12.5778 14.86 12.815 14.4747 13.1105 14.0611C13.7186 13.2097 14.5057 12.3359 15.3356 11.921Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25004C13.8393 1.25002 15.348 1.25001 16.4854 1.39735C17.6528 1.54857 18.5995 1.86676 19.3488 2.58867C20.102 3.31435 20.4375 4.23747 20.5963 5.37528C20.6164 5.51923 20.6339 5.66837 20.649 5.82284C20.6684 6.02008 20.6781 6.1187 20.6186 6.18437C20.559 6.25004 20.458 6.25004 20.2558 6.25004H3.74407C3.54194 6.25004 3.44087 6.25004 3.38134 6.18437C3.3218 6.1187 3.3315 6.02008 3.35088 5.82284C3.36605 5.66837 3.38352 5.51923 3.4036 5.37528C3.56238 4.23747 3.89795 3.31435 4.65117 2.58867C5.40047 1.86676 6.34707 1.54857 7.51453 1.39735C8.65196 1.25001 10.1606 1.25002 12 1.25004ZM20.6847 7.80798C20.7432 7.86592 20.7441 7.95856 20.7457 8.14384C20.75 8.61358 20.75 9.1148 20.75 9.64909V9.64922V9.64935V9.64949V18.0459C20.75 19.1434 20.75 20.0553 20.6446 20.7405C20.5356 21.4495 20.2814 22.1396 19.5804 22.5139C18.9552 22.8477 18.2676 22.7799 17.6845 22.6028C17.0948 22.4238 16.4954 22.0989 15.9466 21.7521C15.3926 21.402 14.8493 21.0029 14.377 20.6538C13.9142 20.3117 13.4869 19.9959 13.2031 19.825C12.8035 19.5844 12.5512 19.4335 12.3467 19.3371C12.1579 19.2482 12.0663 19.2341 12 19.2341C11.9337 19.2341 11.842 19.2482 11.6532 19.3371C11.4487 19.4335 11.1964 19.5844 10.7969 19.825C10.513 19.9959 10.0858 20.3117 9.62295 20.6538C9.15061 21.0029 8.60734 21.402 8.05331 21.7521C7.50449 22.0989 6.90509 22.4238 6.31539 22.6028C5.73236 22.7799 5.04471 22.8477 4.41953 22.5139C3.71852 22.1396 3.46433 21.4495 3.35528 20.7405C3.24989 20.0553 3.24992 19.1434 3.24995 18.0459L3.24996 9.64947C3.24995 9.11504 3.24995 8.61369 3.25419 8.14384C3.25587 7.95856 3.2567 7.86592 3.31517 7.80798C3.37364 7.75004 3.46669 7.75004 3.65279 7.75004H3.6528H20.3471C20.5332 7.75004 20.6263 7.75004 20.6847 7.80798ZM15.3356 11.921C15.706 11.7357 15.8562 11.2852 15.671 10.9148C15.4857 10.5443 15.0352 10.3941 14.6647 10.5793C13.4946 11.1644 12.5317 12.2906 11.8899 13.1892C11.6851 13.4758 11.5061 13.7493 11.3566 13.9901C11.232 13.8844 11.1111 13.7917 11.002 13.7129C10.8249 13.5848 10.5462 13.4033 10.3469 13.2994C9.97964 13.1079 9.52665 13.2504 9.33513 13.6177C9.14382 13.9846 9.28581 14.437 9.65224 14.6289L9.65208 14.6288C9.73912 14.6809 9.98792 14.8307 10.1233 14.9285C10.4055 15.1325 10.6957 15.3904 10.8725 15.6608C11.0195 15.8855 11.2754 16.0144 11.5435 15.9989C11.8115 15.9834 12.0509 15.8256 12.171 15.5855C12.2124 15.5081 12.3336 15.282 12.4148 15.1416C12.5778 14.86 12.815 14.4747 13.1105 14.0611C13.7186 13.2097 14.5057 12.3359 15.3356 11.921Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-bookmark-check-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4854 1.39731C15.348 1.24997 13.8939 1.24999 12.0546 1.25H11.9454C10.1061 1.24999 8.652 1.24997 7.51457 1.39731C6.34711 1.54853 5.40051 1.86672 4.65121 2.58863C3.89799 3.31431 3.56243 4.23743 3.40364 5.37525C3.24997 6.4765 3.24998 7.88206 3.25 9.64943L3.25 18.0459C3.24996 19.1434 3.24993 20.0553 3.35532 20.7405C3.46437 21.4495 3.71856 22.1395 4.41957 22.5139C5.04475 22.8477 5.7324 22.7798 6.31543 22.6028C6.90513 22.4238 7.50453 22.0989 8.05335 21.7521C8.60738 21.402 9.15065 21.0029 9.62299 20.6538C10.0858 20.3117 10.5131 19.9958 10.7969 19.8249C11.1965 19.5843 11.4487 19.4335 11.6533 19.3371C11.842 19.2482 11.9337 19.234 12 19.234C12.0663 19.234 12.158 19.2482 12.3467 19.3371C12.5513 19.4335 12.8035 19.5843 13.2031 19.8249C13.4869 19.9958 13.9142 20.3117 14.377 20.6538C14.8494 21.0029 15.3926 21.402 15.9467 21.7521C16.4955 22.0989 17.0949 22.4238 17.6846 22.6028C18.2676 22.7798 18.9552 22.8477 19.5804 22.5139C20.2814 22.1395 20.5356 21.4495 20.6447 20.7405C20.7501 20.0553 20.75 19.1434 20.75 18.0458V9.64945C20.75 7.88207 20.75 6.4765 20.5964 5.37525C20.4376 4.23743 20.102 3.31431 19.3488 2.58863C18.5995 1.86672 17.6529 1.54853 16.4854 1.39731ZM16.3196 8.94782C16.8429 8.77131 17.1241 8.20398 16.9475 7.68066C16.771 7.15734 16.2037 6.87621 15.6804 7.05272C14.8951 7.31759 14.1478 7.82147 13.4964 8.36558C12.8354 8.91765 12.2188 9.5574 11.6963 10.1539C11.3459 10.5539 11.0323 10.9408 10.7701 11.2786C10.5377 11.0287 10.3061 10.8395 10.0829 10.6977C9.83248 10.5387 9.60331 10.4465 9.41295 10.3947C9.31842 10.369 9.17188 10.3336 9 10.3336C8.44772 10.3336 8 10.7813 8 11.3336C8 11.8522 8.3948 12.2786 8.90025 12.3287C8.91855 12.3354 8.95654 12.3517 9.01087 12.3862C9.16314 12.4828 9.49129 12.754 9.8646 13.4651C10.0286 13.7776 10.3452 13.9804 10.6976 13.9989C11.0499 14.0174 11.3861 13.8486 11.5819 13.5552C11.6581 13.4463 11.8828 13.1253 12.0263 12.9317C12.314 12.5434 12.7214 12.0189 13.2008 11.4717C13.682 10.9223 14.2234 10.3641 14.7784 9.90059C15.343 9.42907 15.8696 9.09962 16.3196 8.94782Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4854 1.39731C15.348 1.24997 13.8939 1.24999 12.0546 1.25H11.9454C10.1061 1.24999 8.652 1.24997 7.51457 1.39731C6.34711 1.54853 5.40051 1.86672 4.65121 2.58863C3.89799 3.31431 3.56243 4.23743 3.40364 5.37525C3.24997 6.4765 3.24998 7.88206 3.25 9.64943L3.25 18.0459C3.24996 19.1434 3.24993 20.0553 3.35532 20.7405C3.46437 21.4495 3.71856 22.1395 4.41957 22.5139C5.04475 22.8477 5.7324 22.7798 6.31543 22.6028C6.90513 22.4238 7.50453 22.0989 8.05335 21.7521C8.60738 21.402 9.15065 21.0029 9.62299 20.6538C10.0858 20.3117 10.5131 19.9958 10.7969 19.8249C11.1965 19.5843 11.4487 19.4335 11.6533 19.3371C11.842 19.2482 11.9337 19.234 12 19.234C12.0663 19.234 12.158 19.2482 12.3467 19.3371C12.5513 19.4335 12.8035 19.5843 13.2031 19.8249C13.4869 19.9958 13.9142 20.3117 14.377 20.6538C14.8494 21.0029 15.3926 21.402 15.9467 21.7521C16.4955 22.0989 17.0949 22.4238 17.6846 22.6028C18.2676 22.7798 18.9552 22.8477 19.5804 22.5139C20.2814 22.1395 20.5356 21.4495 20.6447 20.7405C20.7501 20.0553 20.75 19.1434 20.75 18.0458V9.64945C20.75 7.88207 20.75 6.4765 20.5964 5.37525C20.4376 4.23743 20.102 3.31431 19.3488 2.58863C18.5995 1.86672 17.6529 1.54853 16.4854 1.39731ZM16.3196 8.94782C16.8429 8.77131 17.1241 8.20398 16.9475 7.68066C16.771 7.15734 16.2037 6.87621 15.6804 7.05272C14.8951 7.31759 14.1478 7.82147 13.4964 8.36558C12.8354 8.91765 12.2188 9.5574 11.6963 10.1539C11.3459 10.5539 11.0323 10.9408 10.7701 11.2786C10.5377 11.0287 10.3061 10.8395 10.0829 10.6977C9.83248 10.5387 9.60331 10.4465 9.41295 10.3947C9.31842 10.369 9.17188 10.3336 9 10.3336C8.44772 10.3336 8 10.7813 8 11.3336C8 11.8522 8.3948 12.2786 8.90025 12.3287C8.91855 12.3354 8.95654 12.3517 9.01087 12.3862C9.16314 12.4828 9.49129 12.754 9.8646 13.4651C10.0286 13.7776 10.3452 13.9804 10.6976 13.9989C11.0499 14.0174 11.3861 13.8486 11.5819 13.5552C11.6581 13.4463 11.8828 13.1253 12.0263 12.9317C12.314 12.5434 12.7214 12.0189 13.2008 11.4717C13.682 10.9223 14.2234 10.3641 14.7784 9.90059C15.343 9.42907 15.8696 9.09962 16.3196 8.94782Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-bookmark-minus-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.875 5C11.875 4.44772 12.3227 4 12.875 4H20.875C21.4273 4 21.875 4.44772 21.875 5C21.875 5.55228 21.4273 6 20.875 6H12.875C12.3227 6 11.875 5.55228 11.875 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.875 1.25C12.7143 1.24999 14.223 1.24998 15.3604 1.39731C15.8781 1.46436 16.3523 1.56424 16.7852 1.71758C17.3198 1.90696 17.587 2.00164 17.5442 2.25082C17.5014 2.5 17.1888 2.5 16.5637 2.5H12.875C11.4943 2.5 10.375 3.61929 10.375 5C10.375 5.09063 10.3798 5.18012 10.3892 5.26825C10.4449 5.79017 10.4727 6.05113 10.3833 6.15057C10.294 6.25 10.0857 6.25 9.66922 6.25H2.83346C2.5289 6.25 2.37662 6.25 2.28714 6.14951C2.19765 6.04901 2.21468 5.90257 2.24874 5.60969C2.258 5.53006 2.26795 5.45191 2.27865 5.37525C2.43743 4.23743 2.773 3.31431 3.52622 2.58863C4.27552 1.86672 5.22212 1.54853 6.38958 1.39731C7.527 1.24998 9.03568 1.24999 10.875 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.12771 8.3407C2.12954 8.06313 2.13045 7.92434 2.2182 7.83717C2.30595 7.75 2.44555 7.75 2.72477 7.75H19.0252C19.3045 7.75 19.4441 7.75 19.5318 7.83717C19.6196 7.92434 19.6205 8.06313 19.6223 8.3407C19.625 8.75307 19.625 9.18898 19.625 9.64945V18.0458C19.6251 19.1434 19.6251 20.0553 19.5197 20.7405C19.4106 21.4495 19.1564 22.1395 18.4554 22.5139C17.8303 22.8477 17.1426 22.7798 16.5596 22.6028C15.9699 22.4238 15.3705 22.0989 14.8217 21.7521C14.2676 21.402 13.7244 21.0029 13.252 20.6538C12.7892 20.3117 12.3619 19.9958 12.0781 19.8249C11.6785 19.5843 11.4263 19.4335 11.2217 19.3371C11.033 19.2482 10.9413 19.234 10.875 19.234C10.8087 19.234 10.717 19.2482 10.5283 19.3371C10.3238 19.4335 10.0715 19.5843 9.6719 19.8249C9.38808 19.9958 8.96081 20.3117 8.498 20.6538C8.02566 21.0029 7.48239 21.402 6.92836 21.7521C6.37954 22.0989 5.78014 22.4238 5.19044 22.6028C4.60741 22.7798 3.91976 22.8477 3.29458 22.5139C2.59357 22.1395 2.33938 21.4495 2.23033 20.7405C2.12494 20.0553 2.12497 19.1433 2.125 18.0459L2.12501 9.64943C2.125 9.18914 2.125 8.7531 2.12771 8.3407Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.875 5C11.875 4.44772 12.3227 4 12.875 4H20.875C21.4273 4 21.875 4.44772 21.875 5C21.875 5.55228 21.4273 6 20.875 6H12.875C12.3227 6 11.875 5.55228 11.875 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.875 1.25C12.7143 1.24999 14.223 1.24998 15.3604 1.39731C15.8781 1.46436 16.3523 1.56424 16.7852 1.71758C17.3198 1.90696 17.587 2.00164 17.5442 2.25082C17.5014 2.5 17.1888 2.5 16.5637 2.5H12.875C11.4943 2.5 10.375 3.61929 10.375 5C10.375 5.09063 10.3798 5.18012 10.3892 5.26825C10.4449 5.79017 10.4727 6.05113 10.3833 6.15057C10.294 6.25 10.0857 6.25 9.66922 6.25H2.83346C2.5289 6.25 2.37662 6.25 2.28714 6.14951C2.19765 6.04901 2.21468 5.90257 2.24874 5.60969C2.258 5.53006 2.26795 5.45191 2.27865 5.37525C2.43743 4.23743 2.773 3.31431 3.52622 2.58863C4.27552 1.86672 5.22212 1.54853 6.38958 1.39731C7.527 1.24998 9.03568 1.24999 10.875 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.12771 8.3407C2.12954 8.06313 2.13045 7.92434 2.2182 7.83717C2.30595 7.75 2.44555 7.75 2.72477 7.75H19.0252C19.3045 7.75 19.4441 7.75 19.5318 7.83717C19.6196 7.92434 19.6205 8.06313 19.6223 8.3407C19.625 8.75307 19.625 9.18898 19.625 9.64945V18.0458C19.6251 19.1434 19.6251 20.0553 19.5197 20.7405C19.4106 21.4495 19.1564 22.1395 18.4554 22.5139C17.8303 22.8477 17.1426 22.7798 16.5596 22.6028C15.9699 22.4238 15.3705 22.0989 14.8217 21.7521C14.2676 21.402 13.7244 21.0029 13.252 20.6538C12.7892 20.3117 12.3619 19.9958 12.0781 19.8249C11.6785 19.5843 11.4263 19.4335 11.2217 19.3371C11.033 19.2482 10.9413 19.234 10.875 19.234C10.8087 19.234 10.717 19.2482 10.5283 19.3371C10.3238 19.4335 10.0715 19.5843 9.6719 19.8249C9.38808 19.9958 8.96081 20.3117 8.498 20.6538C8.02566 21.0029 7.48239 21.402 6.92836 21.7521C6.37954 22.0989 5.78014 22.4238 5.19044 22.6028C4.60741 22.7798 3.91976 22.8477 3.29458 22.5139C2.59357 22.1395 2.33938 21.4495 2.23033 20.7405C2.12494 20.0553 2.12497 19.1433 2.125 18.0459L2.12501 9.64943C2.125 9.18914 2.125 8.7531 2.12771 8.3407Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-bookmark-minus-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.875 6C11.875 5.44772 12.3227 5 12.875 5L20.875 5C21.4273 5 21.875 5.44772 21.875 6C21.875 6.55228 21.4273 7 20.875 7L12.875 7C12.3227 7 11.875 6.55228 11.875 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3604 1.39731C14.223 1.24997 12.7689 1.24999 10.9296 1.25H10.8204C8.98109 1.24999 7.527 1.24997 6.38957 1.39731C5.22212 1.54853 4.27551 1.86672 3.52621 2.58863C2.773 3.31431 2.43743 4.23743 2.27865 5.37525C2.12497 6.4765 2.12499 7.88206 2.125 9.64943L2.125 18.0458C2.12496 19.1433 2.12493 20.0553 2.23033 20.7405C2.33938 21.4495 2.59357 22.1395 3.29458 22.5139C3.91976 22.8477 4.6074 22.7798 5.19044 22.6028C5.78014 22.4238 6.37954 22.0989 6.92835 21.7521C7.48239 21.402 8.0812 20.9618 8.55354 20.6127C9.01635 20.2706 9.38808 19.9958 9.6719 19.8249C10.0715 19.5843 10.3238 19.4335 10.5283 19.3371C10.717 19.2482 10.8087 19.234 10.875 19.234C10.9413 19.234 11.033 19.2482 11.2217 19.3371C11.4263 19.4335 11.6785 19.5843 12.0781 19.8249C12.3619 19.9958 12.7337 20.2706 13.1965 20.6127C13.6688 20.9618 14.2676 21.402 14.8217 21.7521C15.3705 22.0989 15.9699 22.4238 16.5596 22.6028C17.1426 22.7798 17.8303 22.8477 18.4554 22.5139C19.1564 22.1395 19.4106 21.4495 19.5197 20.7405C19.6251 20.0553 19.625 19.1434 19.625 18.0458V9.64945C19.625 9.49601 19.6247 9.29203 19.6244 9.09852C19.624 8.81643 19.6237 8.67538 19.5359 8.58769C19.448 8.5 19.3069 8.5 19.0247 8.5H12.875C11.4943 8.5 10.375 7.38071 10.375 6C10.375 4.61929 11.4943 3.5 12.875 3.5H17.9105C18.3684 3.5 18.5974 3.5 18.6751 3.31756C18.7528 3.13512 18.6105 2.98706 18.326 2.69095C18.2928 2.65641 18.2588 2.62231 18.2238 2.58863C17.4745 1.86672 16.5279 1.54853 15.3604 1.39731Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.875 6C11.875 5.44772 12.3227 5 12.875 5L20.875 5C21.4273 5 21.875 5.44772 21.875 6C21.875 6.55228 21.4273 7 20.875 7L12.875 7C12.3227 7 11.875 6.55228 11.875 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3604 1.39731C14.223 1.24997 12.7689 1.24999 10.9296 1.25H10.8204C8.98109 1.24999 7.527 1.24997 6.38957 1.39731C5.22212 1.54853 4.27551 1.86672 3.52621 2.58863C2.773 3.31431 2.43743 4.23743 2.27865 5.37525C2.12497 6.4765 2.12499 7.88206 2.125 9.64943L2.125 18.0458C2.12496 19.1433 2.12493 20.0553 2.23033 20.7405C2.33938 21.4495 2.59357 22.1395 3.29458 22.5139C3.91976 22.8477 4.6074 22.7798 5.19044 22.6028C5.78014 22.4238 6.37954 22.0989 6.92835 21.7521C7.48239 21.402 8.0812 20.9618 8.55354 20.6127C9.01635 20.2706 9.38808 19.9958 9.6719 19.8249C10.0715 19.5843 10.3238 19.4335 10.5283 19.3371C10.717 19.2482 10.8087 19.234 10.875 19.234C10.9413 19.234 11.033 19.2482 11.2217 19.3371C11.4263 19.4335 11.6785 19.5843 12.0781 19.8249C12.3619 19.9958 12.7337 20.2706 13.1965 20.6127C13.6688 20.9618 14.2676 21.402 14.8217 21.7521C15.3705 22.0989 15.9699 22.4238 16.5596 22.6028C17.1426 22.7798 17.8303 22.8477 18.4554 22.5139C19.1564 22.1395 19.4106 21.4495 19.5197 20.7405C19.6251 20.0553 19.625 19.1434 19.625 18.0458V9.64945C19.625 9.49601 19.6247 9.29203 19.6244 9.09852C19.624 8.81643 19.6237 8.67538 19.5359 8.58769C19.448 8.5 19.3069 8.5 19.0247 8.5H12.875C11.4943 8.5 10.375 7.38071 10.375 6C10.375 4.61929 11.4943 3.5 12.875 3.5H17.9105C18.3684 3.5 18.5974 3.5 18.6751 3.31756C18.7528 3.13512 18.6105 2.98706 18.326 2.69095C18.2928 2.65641 18.2588 2.62231 18.2238 2.58863C17.4745 1.86672 16.5279 1.54853 15.3604 1.39731Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-bookmark-off-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4854 1.39731C15.348 1.24998 13.8393 1.24999 12 1.25C10.1607 1.24999 8.652 1.24998 7.51458 1.39731C7.06309 1.45579 6.64462 1.53924 6.25783 1.66137C5.92711 1.76578 5.76174 1.81799 5.72165 1.98199C5.68155 2.14599 5.81506 2.27951 6.08209 2.54654L9.60982 6.07427C9.69653 6.16097 9.73988 6.20433 9.79502 6.22717C9.85015 6.25 9.91146 6.25 10.0341 6.25H20.0416C20.3461 6.25 20.4984 6.25 20.5879 6.14951C20.6774 6.04901 20.6603 5.90257 20.6263 5.60969C20.617 5.53006 20.6071 5.45191 20.5964 5.37525C20.4376 4.23743 20.102 3.31431 19.3488 2.58863C18.5995 1.86672 17.6529 1.54853 16.4854 1.39731Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.40365 5.37525C3.39295 5.45191 3.383 5.53006 3.37374 5.60969C3.33968 5.90257 3.32265 6.04901 3.41214 6.14951C3.50162 6.25 3.6539 6.25 3.95846 6.25H4.8015C5.41797 6.25 5.72621 6.25 5.80292 6.06481C5.87963 5.87961 5.66168 5.66165 5.22576 5.22574L4.43635 4.43632C4.15019 4.15017 4.00712 4.00709 3.83778 4.05499C3.66844 4.10288 3.62489 4.28546 3.53779 4.65061C3.48266 4.88175 3.43882 5.12323 3.40365 5.37525Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.25271 8.3407C3.25 8.75306 3.25 9.18896 3.25001 9.64943L3.25 18.0458C3.24997 19.1433 3.24994 20.0553 3.35533 20.7405C3.46438 21.4495 3.71857 22.1395 4.41958 22.5139C5.04476 22.8477 5.73241 22.7798 6.31544 22.6028C6.90514 22.4238 7.50454 22.0989 8.05336 21.7521C8.60739 21.402 9.15066 21.0029 9.623 20.6538C10.0858 20.3117 10.5131 19.9958 10.7969 19.8249C11.1965 19.5843 11.4488 19.4335 11.6533 19.3371C11.842 19.2482 11.9337 19.234 12 19.234C12.0663 19.234 12.158 19.2482 12.3467 19.3371C12.5513 19.4335 12.8035 19.5843 13.2031 19.8249C13.4869 19.9958 13.9142 20.3117 14.377 20.6538C14.8494 21.0029 15.3926 21.402 15.9467 21.7521C16.4955 22.0989 17.0949 22.4238 17.6846 22.6028C18.2676 22.7798 18.9553 22.8477 19.5804 22.5139C20.1828 22.1922 20.4552 21.6375 20.5892 21.038C20.6194 20.9026 20.6345 20.8349 20.6133 20.7611C20.592 20.6874 20.5385 20.6335 20.4315 20.5257L7.92602 7.92731C7.8392 7.83984 7.79578 7.7961 7.74043 7.77305C7.68507 7.75 7.62344 7.75 7.50019 7.75H3.84977C3.57055 7.75 3.43094 7.75 3.3432 7.83717C3.25545 7.92434 3.25454 8.06313 3.25271 8.3407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.75 9.64945C20.75 9.18898 20.75 8.75307 20.7473 8.3407C20.7455 8.06313 20.7446 7.92434 20.6568 7.83717C20.5691 7.75 20.4295 7.75 20.1502 7.75H12.7341C12.1176 7.75 11.8094 7.75 11.7327 7.9352C11.6559 8.12039 11.8739 8.33835 12.3098 8.77426L19.7257 16.1902C20.1617 16.6261 20.3796 16.8441 20.5648 16.7674C20.75 16.6906 20.75 16.3824 20.75 15.7659V9.64945Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4854 1.39731C15.348 1.24998 13.8393 1.24999 12 1.25C10.1607 1.24999 8.652 1.24998 7.51458 1.39731C7.06309 1.45579 6.64462 1.53924 6.25783 1.66137C5.92711 1.76578 5.76174 1.81799 5.72165 1.98199C5.68155 2.14599 5.81506 2.27951 6.08209 2.54654L9.60982 6.07427C9.69653 6.16097 9.73988 6.20433 9.79502 6.22717C9.85015 6.25 9.91146 6.25 10.0341 6.25H20.0416C20.3461 6.25 20.4984 6.25 20.5879 6.14951C20.6774 6.04901 20.6603 5.90257 20.6263 5.60969C20.617 5.53006 20.6071 5.45191 20.5964 5.37525C20.4376 4.23743 20.102 3.31431 19.3488 2.58863C18.5995 1.86672 17.6529 1.54853 16.4854 1.39731Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.40365 5.37525C3.39295 5.45191 3.383 5.53006 3.37374 5.60969C3.33968 5.90257 3.32265 6.04901 3.41214 6.14951C3.50162 6.25 3.6539 6.25 3.95846 6.25H4.8015C5.41797 6.25 5.72621 6.25 5.80292 6.06481C5.87963 5.87961 5.66168 5.66165 5.22576 5.22574L4.43635 4.43632C4.15019 4.15017 4.00712 4.00709 3.83778 4.05499C3.66844 4.10288 3.62489 4.28546 3.53779 4.65061C3.48266 4.88175 3.43882 5.12323 3.40365 5.37525Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.25271 8.3407C3.25 8.75306 3.25 9.18896 3.25001 9.64943L3.25 18.0458C3.24997 19.1433 3.24994 20.0553 3.35533 20.7405C3.46438 21.4495 3.71857 22.1395 4.41958 22.5139C5.04476 22.8477 5.73241 22.7798 6.31544 22.6028C6.90514 22.4238 7.50454 22.0989 8.05336 21.7521C8.60739 21.402 9.15066 21.0029 9.623 20.6538C10.0858 20.3117 10.5131 19.9958 10.7969 19.8249C11.1965 19.5843 11.4488 19.4335 11.6533 19.3371C11.842 19.2482 11.9337 19.234 12 19.234C12.0663 19.234 12.158 19.2482 12.3467 19.3371C12.5513 19.4335 12.8035 19.5843 13.2031 19.8249C13.4869 19.9958 13.9142 20.3117 14.377 20.6538C14.8494 21.0029 15.3926 21.402 15.9467 21.7521C16.4955 22.0989 17.0949 22.4238 17.6846 22.6028C18.2676 22.7798 18.9553 22.8477 19.5804 22.5139C20.1828 22.1922 20.4552 21.6375 20.5892 21.038C20.6194 20.9026 20.6345 20.8349 20.6133 20.7611C20.592 20.6874 20.5385 20.6335 20.4315 20.5257L7.92602 7.92731C7.8392 7.83984 7.79578 7.7961 7.74043 7.77305C7.68507 7.75 7.62344 7.75 7.50019 7.75H3.84977C3.57055 7.75 3.43094 7.75 3.3432 7.83717C3.25545 7.92434 3.25454 8.06313 3.25271 8.3407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.75 9.64945C20.75 9.18898 20.75 8.75307 20.7473 8.3407C20.7455 8.06313 20.7446 7.92434 20.6568 7.83717C20.5691 7.75 20.4295 7.75 20.1502 7.75H12.7341C12.1176 7.75 11.8094 7.75 11.7327 7.9352C11.6559 8.12039 11.8739 8.33835 12.3098 8.77426L19.7257 16.1902C20.1617 16.6261 20.3796 16.8441 20.5648 16.7674C20.75 16.6906 20.75 16.3824 20.75 15.7659V9.64945Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-bookmark-off-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0546 1.25C13.8939 1.24999 15.348 1.24998 16.4854 1.39731C17.6529 1.54853 18.5995 1.86672 19.3488 2.58863C20.102 3.31431 20.4376 4.23743 20.5964 5.37525C20.75 6.4765 20.75 7.88207 20.75 9.64945V15.7659C20.75 16.3824 20.75 16.6906 20.5648 16.7673C20.3796 16.8441 20.1617 16.6261 19.7257 16.1902L6.0821 2.54654C5.81507 2.27951 5.68155 2.14599 5.72165 1.98199C5.76175 1.81799 5.92711 1.76578 6.25784 1.66136C6.64463 1.53924 7.06309 1.45579 7.51458 1.39731C8.652 1.24998 10.1061 1.24999 11.9454 1.25H12.0546Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.6447 20.7405C20.5356 21.4495 20.2814 22.1395 19.5804 22.5139C18.9553 22.8477 18.2676 22.7798 17.6846 22.6028C17.0949 22.4238 16.4955 22.0989 15.9467 21.7521C15.3926 21.402 14.7938 20.9618 14.3215 20.6127C13.8587 20.2706 13.4869 19.9958 13.2031 19.8249C12.8035 19.5843 12.5513 19.4335 12.3467 19.3371C12.158 19.2482 12.0663 19.234 12 19.234C11.9337 19.234 11.842 19.2482 11.6533 19.3371C11.4488 19.4335 11.1965 19.5843 10.7969 19.8249C10.5131 19.9958 10.1414 20.2706 9.67854 20.6127C9.2062 20.9618 8.60739 21.402 8.05335 21.7521C7.50454 22.0989 6.90514 22.4238 6.31544 22.6028C5.7324 22.7798 5.04476 22.8477 4.41958 22.5139C3.71857 22.1395 3.46438 21.4495 3.35533 20.7405C3.24993 20.0553 3.24996 19.1434 3.25 18.0459L3.25001 9.64943C3.24999 7.88206 3.24997 6.4765 3.40365 5.37525C3.43882 5.12323 3.48266 4.88174 3.53779 4.6506C3.62489 4.28545 3.66844 4.10287 3.83778 4.05498C4.00712 4.00709 4.15019 4.15016 4.43635 4.43632L20.5971 20.5971C20.6348 20.6347 20.6528 20.6879 20.6447 20.7405Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0546 1.25C13.8939 1.24999 15.348 1.24998 16.4854 1.39731C17.6529 1.54853 18.5995 1.86672 19.3488 2.58863C20.102 3.31431 20.4376 4.23743 20.5964 5.37525C20.75 6.4765 20.75 7.88207 20.75 9.64945V15.7659C20.75 16.3824 20.75 16.6906 20.5648 16.7673C20.3796 16.8441 20.1617 16.6261 19.7257 16.1902L6.0821 2.54654C5.81507 2.27951 5.68155 2.14599 5.72165 1.98199C5.76175 1.81799 5.92711 1.76578 6.25784 1.66136C6.64463 1.53924 7.06309 1.45579 7.51458 1.39731C8.652 1.24998 10.1061 1.24999 11.9454 1.25H12.0546Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.6447 20.7405C20.5356 21.4495 20.2814 22.1395 19.5804 22.5139C18.9553 22.8477 18.2676 22.7798 17.6846 22.6028C17.0949 22.4238 16.4955 22.0989 15.9467 21.7521C15.3926 21.402 14.7938 20.9618 14.3215 20.6127C13.8587 20.2706 13.4869 19.9958 13.2031 19.8249C12.8035 19.5843 12.5513 19.4335 12.3467 19.3371C12.158 19.2482 12.0663 19.234 12 19.234C11.9337 19.234 11.842 19.2482 11.6533 19.3371C11.4488 19.4335 11.1965 19.5843 10.7969 19.8249C10.5131 19.9958 10.1414 20.2706 9.67854 20.6127C9.2062 20.9618 8.60739 21.402 8.05335 21.7521C7.50454 22.0989 6.90514 22.4238 6.31544 22.6028C5.7324 22.7798 5.04476 22.8477 4.41958 22.5139C3.71857 22.1395 3.46438 21.4495 3.35533 20.7405C3.24993 20.0553 3.24996 19.1434 3.25 18.0459L3.25001 9.64943C3.24999 7.88206 3.24997 6.4765 3.40365 5.37525C3.43882 5.12323 3.48266 4.88174 3.53779 4.6506C3.62489 4.28545 3.66844 4.10287 3.83778 4.05498C4.00712 4.00709 4.15019 4.15016 4.43635 4.43632L20.5971 20.5971C20.6348 20.6347 20.6528 20.6879 20.6447 20.7405Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-bookmark-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5821 1.41792C21.9726 1.80845 21.9726 2.44162 21.5821 2.83213L18.789 5.625L21.5821 8.41787C21.9726 8.80838 21.9726 9.44155 21.5821 9.83208C21.1916 10.2226 20.5585 10.2226 20.1679 9.83213L17.3748 7.03917L14.5821 9.83167C14.1915 10.2222 13.5584 10.2222 13.1679 9.83162C12.7774 9.44109 12.7774 8.80792 13.1679 8.41741L15.9605 5.625L13.1679 2.83259C12.7774 2.44208 12.7774 1.80891 13.1679 1.41838C13.5584 1.02784 14.1915 1.02782 14.5821 1.41833L17.3748 4.21083L20.1679 1.41787C20.5585 1.02736 21.1916 1.02738 21.5821 1.41792Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.3802 1.97938C11.3938 1.7461 11.4006 1.62946 11.3786 1.57035C11.3459 1.48256 11.304 1.43812 11.2183 1.4004C11.1605 1.375 11.0653 1.375 10.875 1.375C9.03568 1.37499 7.527 1.37498 6.38958 1.52231C5.22212 1.67353 4.27551 1.99172 3.52621 2.71363C2.773 3.43931 2.43743 4.36243 2.27865 5.50025C2.26795 5.57691 2.258 5.65506 2.24874 5.73469C2.21468 6.02757 2.19765 6.17401 2.28714 6.27451C2.37662 6.375 2.5289 6.375 2.83346 6.375H12.8417C12.9643 6.375 13.0256 6.375 13.0807 6.35217C13.1358 6.32933 13.1792 6.28598 13.2659 6.19928L13.4158 6.0494C13.6158 5.8494 13.7158 5.74939 13.7158 5.62512C13.7158 5.50085 13.6158 5.40085 13.4158 5.20084L12.1083 3.89341C11.5829 3.36805 11.3402 2.66702 11.3802 1.97938Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.3903 8.85643C11.4463 8.33481 11.4743 8.074 11.3849 7.9745C11.2955 7.875 11.0871 7.875 10.6704 7.875H2.72477C2.44555 7.875 2.30594 7.875 2.2182 7.96217C2.13045 8.04934 2.12954 8.18813 2.12771 8.4657C2.125 8.87804 2.125 9.31393 2.12501 9.77438L2.125 18.1708C2.12496 19.2683 2.12493 20.1803 2.23033 20.8655C2.33938 21.5745 2.59357 22.2645 3.29458 22.6389C3.91976 22.9727 4.6074 22.9048 5.19044 22.7278C5.78014 22.5488 6.37954 22.2239 6.92835 21.8771C7.48239 21.527 8.02565 21.1279 8.498 20.7788C8.96081 20.4367 9.38808 20.1208 9.6719 19.9499C10.0715 19.7093 10.3238 19.5585 10.5283 19.4621C10.717 19.3732 10.8087 19.359 10.875 19.359C10.9413 19.359 11.033 19.3732 11.2217 19.4621C11.4263 19.5585 11.6785 19.7093 12.0781 19.9499C12.3619 20.1208 12.7892 20.4367 13.252 20.7788C13.7244 21.1279 14.2676 21.527 14.8217 21.8771C15.3705 22.2239 15.9699 22.5488 16.5596 22.7278C17.1426 22.9048 17.8303 22.9727 18.4554 22.6389C19.1564 22.2645 19.4106 21.5745 19.5197 20.8655C19.6251 20.1803 19.625 19.2684 19.625 18.1708V11.6364C19.625 11.4773 19.625 11.3978 19.5947 11.3356C19.5643 11.2733 19.4891 11.2145 19.3385 11.0968C19.2587 11.0344 19.1817 10.9664 19.1083 10.8929L17.8 9.58476C17.6 9.38478 17.5 9.28479 17.3757 9.28479C17.2515 9.28479 17.1515 9.38478 16.9515 9.58476L15.6437 10.8925C14.6673 11.8688 13.0844 11.8687 12.1082 10.8924C11.5517 10.3359 11.3124 9.58237 11.3903 8.85643Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5821 1.41792C21.9726 1.80845 21.9726 2.44162 21.5821 2.83213L18.789 5.625L21.5821 8.41787C21.9726 8.80838 21.9726 9.44155 21.5821 9.83208C21.1916 10.2226 20.5585 10.2226 20.1679 9.83213L17.3748 7.03917L14.5821 9.83167C14.1915 10.2222 13.5584 10.2222 13.1679 9.83162C12.7774 9.44109 12.7774 8.80792 13.1679 8.41741L15.9605 5.625L13.1679 2.83259C12.7774 2.44208 12.7774 1.80891 13.1679 1.41838C13.5584 1.02784 14.1915 1.02782 14.5821 1.41833L17.3748 4.21083L20.1679 1.41787C20.5585 1.02736 21.1916 1.02738 21.5821 1.41792Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.3802 1.97938C11.3938 1.7461 11.4006 1.62946 11.3786 1.57035C11.3459 1.48256 11.304 1.43812 11.2183 1.4004C11.1605 1.375 11.0653 1.375 10.875 1.375C9.03568 1.37499 7.527 1.37498 6.38958 1.52231C5.22212 1.67353 4.27551 1.99172 3.52621 2.71363C2.773 3.43931 2.43743 4.36243 2.27865 5.50025C2.26795 5.57691 2.258 5.65506 2.24874 5.73469C2.21468 6.02757 2.19765 6.17401 2.28714 6.27451C2.37662 6.375 2.5289 6.375 2.83346 6.375H12.8417C12.9643 6.375 13.0256 6.375 13.0807 6.35217C13.1358 6.32933 13.1792 6.28598 13.2659 6.19928L13.4158 6.0494C13.6158 5.8494 13.7158 5.74939 13.7158 5.62512C13.7158 5.50085 13.6158 5.40085 13.4158 5.20084L12.1083 3.89341C11.5829 3.36805 11.3402 2.66702 11.3802 1.97938Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.3903 8.85643C11.4463 8.33481 11.4743 8.074 11.3849 7.9745C11.2955 7.875 11.0871 7.875 10.6704 7.875H2.72477C2.44555 7.875 2.30594 7.875 2.2182 7.96217C2.13045 8.04934 2.12954 8.18813 2.12771 8.4657C2.125 8.87804 2.125 9.31393 2.12501 9.77438L2.125 18.1708C2.12496 19.2683 2.12493 20.1803 2.23033 20.8655C2.33938 21.5745 2.59357 22.2645 3.29458 22.6389C3.91976 22.9727 4.6074 22.9048 5.19044 22.7278C5.78014 22.5488 6.37954 22.2239 6.92835 21.8771C7.48239 21.527 8.02565 21.1279 8.498 20.7788C8.96081 20.4367 9.38808 20.1208 9.6719 19.9499C10.0715 19.7093 10.3238 19.5585 10.5283 19.4621C10.717 19.3732 10.8087 19.359 10.875 19.359C10.9413 19.359 11.033 19.3732 11.2217 19.4621C11.4263 19.5585 11.6785 19.7093 12.0781 19.9499C12.3619 20.1208 12.7892 20.4367 13.252 20.7788C13.7244 21.1279 14.2676 21.527 14.8217 21.8771C15.3705 22.2239 15.9699 22.5488 16.5596 22.7278C17.1426 22.9048 17.8303 22.9727 18.4554 22.6389C19.1564 22.2645 19.4106 21.5745 19.5197 20.8655C19.6251 20.1803 19.625 19.2684 19.625 18.1708V11.6364C19.625 11.4773 19.625 11.3978 19.5947 11.3356C19.5643 11.2733 19.4891 11.2145 19.3385 11.0968C19.2587 11.0344 19.1817 10.9664 19.1083 10.8929L17.8 9.58476C17.6 9.38478 17.5 9.28479 17.3757 9.28479C17.2515 9.28479 17.1515 9.38478 16.9515 9.58476L15.6437 10.8925C14.6673 11.8688 13.0844 11.8687 12.1082 10.8924C11.5517 10.3359 11.3124 9.58237 11.3903 8.85643Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-bookmark-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5821 1.41792C21.9726 1.80845 21.9726 2.44162 21.5821 2.83213L18.789 5.625L21.5821 8.41787C21.9726 8.80838 21.9726 9.44155 21.5821 9.83208C21.1916 10.2226 20.5585 10.2226 20.1679 9.83213L17.3748 7.03917L14.5821 9.83167C14.1915 10.2222 13.5584 10.2222 13.1679 9.83162C12.7774 9.44109 12.7774 8.80792 13.1679 8.41741L15.9605 5.625L13.1679 2.83259C12.7774 2.44208 12.7774 1.80891 13.1679 1.41838C13.5584 1.02784 14.1915 1.02782 14.5821 1.41833L17.3748 4.21083L20.1679 1.41787C20.5585 1.02736 21.1916 1.02738 21.5821 1.41792Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.3831 1.92387C11.3976 1.7431 11.4049 1.65271 11.3944 1.60743C11.3672 1.48943 11.3084 1.42571 11.1929 1.38906C11.1486 1.375 11.0756 1.375 10.9296 1.375H10.8204C8.9811 1.37499 7.527 1.37498 6.38958 1.52231C5.22212 1.67353 4.27551 1.99172 3.52621 2.71363C2.773 3.43931 2.43743 4.36243 2.27865 5.50025C2.12497 6.6015 2.12499 8.00706 2.12501 9.77443L2.125 18.1708C2.12496 19.2683 2.12493 20.1803 2.23033 20.8655C2.33938 21.5745 2.59357 22.2645 3.29458 22.6389C3.91976 22.9727 4.6074 22.9048 5.19044 22.7278C5.78014 22.5488 6.37954 22.2239 6.92835 21.8771C7.48239 21.527 8.0812 21.0868 8.55354 20.7377C9.01636 20.3956 9.38808 20.1208 9.6719 19.9499C10.0715 19.7093 10.3238 19.5585 10.5283 19.4621C10.717 19.3732 10.8087 19.359 10.875 19.359C10.9413 19.359 11.033 19.3732 11.2217 19.4621C11.4263 19.5585 11.6785 19.7093 12.0781 19.9499C12.3619 20.1208 12.7337 20.3956 13.1965 20.7377C13.6688 21.0868 14.2676 21.527 14.8217 21.8771C15.3705 22.2239 15.9699 22.5488 16.5596 22.7278C17.1426 22.9048 17.8303 22.9727 18.4554 22.6389C19.1564 22.2645 19.4106 21.5745 19.5197 20.8655C19.6251 20.1803 19.625 19.2684 19.625 18.1708V11.637C19.625 11.4779 19.625 11.3983 19.5946 11.3361C19.5643 11.2738 19.4889 11.2149 19.3383 11.0972C19.2582 11.0347 19.181 10.9665 19.1073 10.8928L17.799 9.58464C17.599 9.38466 17.499 9.28467 17.3748 9.28467C17.2505 9.28467 17.1505 9.38466 16.9505 9.58464L15.6427 10.8924C14.6664 11.8686 13.0835 11.8686 12.1072 10.8922C11.1309 9.9159 11.131 8.33299 12.1073 7.35672L13.4148 6.04928C13.6148 5.84927 13.7148 5.74927 13.7148 5.625C13.7148 5.50073 13.6148 5.40073 13.4148 5.20072L12.1073 3.89329C11.5678 3.35381 11.3264 2.6291 11.3831 1.92387Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5821 1.41792C21.9726 1.80845 21.9726 2.44162 21.5821 2.83213L18.789 5.625L21.5821 8.41787C21.9726 8.80838 21.9726 9.44155 21.5821 9.83208C21.1916 10.2226 20.5585 10.2226 20.1679 9.83213L17.3748 7.03917L14.5821 9.83167C14.1915 10.2222 13.5584 10.2222 13.1679 9.83162C12.7774 9.44109 12.7774 8.80792 13.1679 8.41741L15.9605 5.625L13.1679 2.83259C12.7774 2.44208 12.7774 1.80891 13.1679 1.41838C13.5584 1.02784 14.1915 1.02782 14.5821 1.41833L17.3748 4.21083L20.1679 1.41787C20.5585 1.02736 21.1916 1.02738 21.5821 1.41792Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.3831 1.92387C11.3976 1.7431 11.4049 1.65271 11.3944 1.60743C11.3672 1.48943 11.3084 1.42571 11.1929 1.38906C11.1486 1.375 11.0756 1.375 10.9296 1.375H10.8204C8.9811 1.37499 7.527 1.37498 6.38958 1.52231C5.22212 1.67353 4.27551 1.99172 3.52621 2.71363C2.773 3.43931 2.43743 4.36243 2.27865 5.50025C2.12497 6.6015 2.12499 8.00706 2.12501 9.77443L2.125 18.1708C2.12496 19.2683 2.12493 20.1803 2.23033 20.8655C2.33938 21.5745 2.59357 22.2645 3.29458 22.6389C3.91976 22.9727 4.6074 22.9048 5.19044 22.7278C5.78014 22.5488 6.37954 22.2239 6.92835 21.8771C7.48239 21.527 8.0812 21.0868 8.55354 20.7377C9.01636 20.3956 9.38808 20.1208 9.6719 19.9499C10.0715 19.7093 10.3238 19.5585 10.5283 19.4621C10.717 19.3732 10.8087 19.359 10.875 19.359C10.9413 19.359 11.033 19.3732 11.2217 19.4621C11.4263 19.5585 11.6785 19.7093 12.0781 19.9499C12.3619 20.1208 12.7337 20.3956 13.1965 20.7377C13.6688 21.0868 14.2676 21.527 14.8217 21.8771C15.3705 22.2239 15.9699 22.5488 16.5596 22.7278C17.1426 22.9048 17.8303 22.9727 18.4554 22.6389C19.1564 22.2645 19.4106 21.5745 19.5197 20.8655C19.6251 20.1803 19.625 19.2684 19.625 18.1708V11.637C19.625 11.4779 19.625 11.3983 19.5946 11.3361C19.5643 11.2738 19.4889 11.2149 19.3383 11.0972C19.2582 11.0347 19.181 10.9665 19.1073 10.8928L17.799 9.58464C17.599 9.38466 17.499 9.28467 17.3748 9.28467C17.2505 9.28467 17.1505 9.38466 16.9505 9.58464L15.6427 10.8924C14.6664 11.8686 13.0835 11.8686 12.1072 10.8922C11.1309 9.9159 11.131 8.33299 12.1073 7.35672L13.4148 6.04928C13.6148 5.84927 13.7148 5.74927 13.7148 5.625C13.7148 5.50073 13.6148 5.40073 13.4148 5.20072L12.1073 3.89329C11.5678 3.35381 11.3264 2.6291 11.3831 1.92387Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-collections-bookmark{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5575 4.25C8.83847 4.24998 7.35508 4.24997 6.28258 4.39815C5.17444 4.55126 4.27169 4.87517 3.56083 5.6057C2.85276 6.33336 2.54133 7.25268 2.39363 8.38161C2.24997 9.47969 2.24999 10.8825 2.25 12.6526V14.3474C2.24999 16.1175 2.24997 17.5203 2.39363 18.6184C2.54133 19.7473 2.85276 20.6666 3.56083 21.3943C4.27169 22.1248 5.17444 22.4487 6.28258 22.6018C7.35508 22.75 8.83846 22.75 10.5575 22.75C12.2765 22.75 13.6449 22.75 14.7174 22.6018C15.8256 22.4487 16.7283 22.1248 17.4392 21.3943C18.1472 20.6666 18.4587 19.7473 18.6064 18.6184C18.75 17.5203 18.75 16.1175 18.75 14.3474V12.6526C18.75 10.8825 18.75 9.4797 18.6064 8.38161C18.4587 7.25268 18.1472 6.33336 17.4392 5.6057C16.7283 4.87517 15.8256 4.55126 14.7174 4.39815C13.6449 4.24997 12.2765 4.24998 10.5575 4.25ZM8.25 10.3692V5.9908C8.89397 5.97549 9.63578 5.9751 10.5 5.9751C11.3642 5.9751 12.106 5.97549 12.75 5.9908V10.3692C12.75 10.7158 12.7491 10.9602 12.7391 11.1406L11.4842 10.2142C11.3582 10.1321 11.2194 10.0417 11.0904 9.9759C10.9384 9.89844 10.7417 9.82333 10.5 9.82333C10.2583 9.82333 10.0616 9.89844 9.90961 9.9759C9.78056 10.0417 9.64183 10.1321 9.5158 10.2142L8.26086 11.1406C8.25092 10.9602 8.25 10.7158 8.25 10.3692Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1031 3.42414C14.8237 3.25212 13.1353 3.25 10.75 3.25H8.75C8.19772 3.25 7.75 2.80229 7.75 2.25C7.75 1.69772 8.19772 1.25 8.75 1.25L10.8248 1.25C13.1184 1.24998 14.9414 1.24996 16.3696 1.44198C17.8421 1.63994 19.0436 2.05836 19.9926 3.00736C20.9416 3.95636 21.3601 5.15794 21.558 6.63039C21.75 8.05859 21.75 9.88165 21.75 12.1752V18.25C21.75 18.8023 21.3023 19.25 20.75 19.25C20.1977 19.25 19.75 18.8023 19.75 18.25V12.25C19.75 9.86471 19.7479 8.17634 19.5759 6.89689C19.4077 5.64621 19.0939 4.93704 18.5784 4.42157C18.063 3.90611 17.3538 3.59229 16.1031 3.42414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5575 4.25C8.83847 4.24998 7.35508 4.24997 6.28258 4.39815C5.17444 4.55126 4.27169 4.87517 3.56083 5.6057C2.85276 6.33336 2.54133 7.25268 2.39363 8.38161C2.24997 9.47969 2.24999 10.8825 2.25 12.6526V14.3474C2.24999 16.1175 2.24997 17.5203 2.39363 18.6184C2.54133 19.7473 2.85276 20.6666 3.56083 21.3943C4.27169 22.1248 5.17444 22.4487 6.28258 22.6018C7.35508 22.75 8.83846 22.75 10.5575 22.75C12.2765 22.75 13.6449 22.75 14.7174 22.6018C15.8256 22.4487 16.7283 22.1248 17.4392 21.3943C18.1472 20.6666 18.4587 19.7473 18.6064 18.6184C18.75 17.5203 18.75 16.1175 18.75 14.3474V12.6526C18.75 10.8825 18.75 9.4797 18.6064 8.38161C18.4587 7.25268 18.1472 6.33336 17.4392 5.6057C16.7283 4.87517 15.8256 4.55126 14.7174 4.39815C13.6449 4.24997 12.2765 4.24998 10.5575 4.25ZM8.25 10.3692V5.9908C8.89397 5.97549 9.63578 5.9751 10.5 5.9751C11.3642 5.9751 12.106 5.97549 12.75 5.9908V10.3692C12.75 10.7158 12.7491 10.9602 12.7391 11.1406L11.4842 10.2142C11.3582 10.1321 11.2194 10.0417 11.0904 9.9759C10.9384 9.89844 10.7417 9.82333 10.5 9.82333C10.2583 9.82333 10.0616 9.89844 9.90961 9.9759C9.78056 10.0417 9.64183 10.1321 9.5158 10.2142L8.26086 11.1406C8.25092 10.9602 8.25 10.7158 8.25 10.3692Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1031 3.42414C14.8237 3.25212 13.1353 3.25 10.75 3.25H8.75C8.19772 3.25 7.75 2.80229 7.75 2.25C7.75 1.69772 8.19772 1.25 8.75 1.25L10.8248 1.25C13.1184 1.24998 14.9414 1.24996 16.3696 1.44198C17.8421 1.63994 19.0436 2.05836 19.9926 3.00736C20.9416 3.95636 21.3601 5.15794 21.558 6.63039C21.75 8.05859 21.75 9.88165 21.75 12.1752V18.25C21.75 18.8023 21.3023 19.25 20.75 19.25C20.1977 19.25 19.75 18.8023 19.75 18.25V12.25C19.75 9.86471 19.7479 8.17634 19.5759 6.89689C19.4077 5.64621 19.0939 4.93704 18.5784 4.42157C18.063 3.90611 17.3538 3.59229 16.1031 3.42414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-favourite-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM16.123 7.85808C14.4829 6.85201 12.9789 7.24932 12.0664 7.93461L11.9996 7.98474L11.9328 7.93461C11.0203 7.24932 9.51633 6.85201 7.87618 7.85808C6.69478 8.58275 6.07441 10.0637 6.29354 11.6976C6.51463 13.346 7.57303 15.1534 9.72318 16.7448C10.4216 17.2628 11.0789 17.7503 11.9996 17.7503C12.9203 17.7503 13.5776 17.2628 14.276 16.7448C16.4262 15.1534 17.4846 13.346 17.7057 11.6976C17.9248 10.0637 17.3044 8.58275 16.123 7.85808Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM16.123 7.85808C14.4829 6.85201 12.9789 7.24932 12.0664 7.93461L11.9996 7.98474L11.9328 7.93461C11.0203 7.24932 9.51633 6.85201 7.87618 7.85808C6.69478 8.58275 6.07441 10.0637 6.29354 11.6976C6.51463 13.346 7.57303 15.1534 9.72318 16.7448C10.4216 17.2628 11.0789 17.7503 11.9996 17.7503C12.9203 17.7503 13.5776 17.2628 14.276 16.7448C16.4262 15.1534 17.4846 13.346 17.7057 11.6976C17.9248 10.0637 17.3044 8.58275 16.123 7.85808Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-favourite-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM16.123 7.35808C14.4829 6.35201 12.9789 6.74932 12.0664 7.43461L11.9996 7.48474L11.9328 7.43461C11.0203 6.74932 9.51633 6.35201 7.87618 7.35808C6.69478 8.08275 6.07441 9.56375 6.29354 11.1976C6.51463 12.846 7.57303 14.6534 9.72318 16.2448C10.4216 16.7628 11.0789 17.2503 11.9996 17.2503C12.9203 17.2503 13.5776 16.7628 14.276 16.2448C16.4262 14.6534 17.4846 12.846 17.7057 11.1976C17.9248 9.56375 17.3044 8.08275 16.123 7.35808Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM16.123 7.35808C14.4829 6.35201 12.9789 6.74932 12.0664 7.43461L11.9996 7.48474L11.9328 7.43461C11.0203 6.74932 9.51633 6.35201 7.87618 7.35808C6.69478 8.08275 6.07441 9.56375 6.29354 11.1976C6.51463 12.846 7.57303 14.6534 9.72318 16.2448C10.4216 16.7628 11.0789 17.2503 11.9996 17.2503C12.9203 17.2503 13.5776 16.7628 14.276 16.2448C16.4262 14.6534 17.4846 12.846 17.7057 11.1976C17.9248 9.56375 17.3044 8.08275 16.123 7.35808Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-favourite{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.1449 3.35515C7.12587 1.52662 9.8001 2.25537 11.4156 3.46861C11.6814 3.6682 11.8638 3.8048 11.9996 3.89704C12.1354 3.8048 12.3178 3.6682 12.5836 3.46861C14.1991 2.25537 16.8734 1.52662 19.8543 3.35515C21.9156 4.61952 23.0754 7.2606 22.6684 10.2951C22.2595 13.3443 20.2859 16.7929 16.1063 19.8865C14.6549 20.9614 13.5897 21.7503 11.9996 21.7503C10.4095 21.7503 9.34433 20.9614 7.89294 19.8865C3.71334 16.7929 1.73976 13.3443 1.33081 10.2951C0.923824 7.2606 2.08365 4.61952 4.1449 3.35515Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.1449 3.35515C7.12587 1.52662 9.8001 2.25537 11.4156 3.46861C11.6814 3.6682 11.8638 3.8048 11.9996 3.89704C12.1354 3.8048 12.3178 3.6682 12.5836 3.46861C14.1991 2.25537 16.8734 1.52662 19.8543 3.35515C21.9156 4.61952 23.0754 7.2606 22.6684 10.2951C22.2595 13.3443 20.2859 16.7929 16.1063 19.8865C14.6549 20.9614 13.5897 21.7503 11.9996 21.7503C10.4095 21.7503 9.34433 20.9614 7.89294 19.8865C3.71334 16.7929 1.73976 13.3443 1.33081 10.2951C0.923824 7.2606 2.08365 4.61952 4.1449 3.35515Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-heart-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7495 11.7505C18.3018 11.7505 18.7495 12.1982 18.7495 12.7505V15.7505H21.7495C22.3018 15.7505 22.7495 16.1982 22.7495 16.7505C22.7495 17.3028 22.3018 17.7505 21.7495 17.7505H18.7495V20.7505C18.7495 21.3028 18.3018 21.7505 17.7495 21.7505C17.1972 21.7505 16.7495 21.3028 16.7495 20.7505V17.7505H13.7495C13.1972 17.7505 12.7495 17.3028 12.7495 16.7505C12.7495 16.1982 13.1972 15.7505 13.7495 15.7505H16.7495V12.7505C16.7495 12.1982 17.1972 11.7505 17.7495 11.7505Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4161 3.46861C9.80059 2.25537 7.12636 1.52662 4.14538 3.35515C2.08414 4.61952 0.924312 7.2606 1.3313 10.2951C1.74024 13.3443 3.71383 16.7929 7.89343 19.8865C9.34482 20.9614 10.41 21.7503 12.0001 21.7503C13.262 21.7503 14.1934 21.2534 15.2495 20.511V19.2505H13.7495C12.3688 19.2505 11.2495 18.1312 11.2495 16.7505C11.2495 15.3698 12.3688 14.2505 13.7495 14.2505H15.2495V12.7505C15.2495 11.3698 16.3688 10.2505 17.7495 10.2505C19.1302 10.2505 20.2495 11.3698 20.2495 12.7505V14.2505H21.3018C22.0586 12.8991 22.4989 11.5626 22.6689 10.2951C23.0759 7.2606 21.9161 4.61952 19.8548 3.35515C16.8738 1.52662 14.1996 2.25537 12.5841 3.46861C12.3183 3.6682 12.1359 3.8048 12.0001 3.89704C11.8643 3.8048 11.6819 3.6682 11.4161 3.46861Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7495 11.7505C18.3018 11.7505 18.7495 12.1982 18.7495 12.7505V15.7505H21.7495C22.3018 15.7505 22.7495 16.1982 22.7495 16.7505C22.7495 17.3028 22.3018 17.7505 21.7495 17.7505H18.7495V20.7505C18.7495 21.3028 18.3018 21.7505 17.7495 21.7505C17.1972 21.7505 16.7495 21.3028 16.7495 20.7505V17.7505H13.7495C13.1972 17.7505 12.7495 17.3028 12.7495 16.7505C12.7495 16.1982 13.1972 15.7505 13.7495 15.7505H16.7495V12.7505C16.7495 12.1982 17.1972 11.7505 17.7495 11.7505Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4161 3.46861C9.80059 2.25537 7.12636 1.52662 4.14538 3.35515C2.08414 4.61952 0.924312 7.2606 1.3313 10.2951C1.74024 13.3443 3.71383 16.7929 7.89343 19.8865C9.34482 20.9614 10.41 21.7503 12.0001 21.7503C13.262 21.7503 14.1934 21.2534 15.2495 20.511V19.2505H13.7495C12.3688 19.2505 11.2495 18.1312 11.2495 16.7505C11.2495 15.3698 12.3688 14.2505 13.7495 14.2505H15.2495V12.7505C15.2495 11.3698 16.3688 10.2505 17.7495 10.2505C19.1302 10.2505 20.2495 11.3698 20.2495 12.7505V14.2505H21.3018C22.0586 12.8991 22.4989 11.5626 22.6689 10.2951C23.0759 7.2606 21.9161 4.61952 19.8548 3.35515C16.8738 1.52662 14.1996 2.25537 12.5841 3.46861C12.3183 3.6682 12.1359 3.8048 12.0001 3.89704C11.8643 3.8048 11.6819 3.6682 11.4161 3.46861Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-heart-check{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.6917 14.4164C22.876 14.937 22.6035 15.5085 22.0829 15.6929C21.5492 15.8819 20.9328 16.2888 20.2797 16.8615C19.637 17.4251 19.0118 18.1021 18.4581 18.7659C17.9062 19.4274 17.4375 20.0611 17.1064 20.5301C16.9413 20.7641 16.6811 21.1544 16.5931 21.2865C16.3998 21.5906 16.0577 21.7674 15.6979 21.749C15.3379 21.7305 15.0158 21.5198 14.8546 21.1975C14.4139 20.3161 14.0186 19.9652 13.8193 19.8323C13.735 19.7761 13.678 19.7536 13.6554 19.7459C13.147 19.6987 12.749 19.271 12.749 18.7503C12.749 18.198 13.1967 17.7503 13.749 17.7503C13.9745 17.7538 14.5261 17.8422 14.9287 18.1682C15.203 18.3511 15.4907 18.6038 15.7794 18.9497C16.0946 18.5189 16.483 18.0113 16.9223 17.4847C17.5156 16.7735 18.214 16.0129 18.961 15.3578C19.6976 14.7118 20.5371 14.1186 21.4152 13.8076C21.9358 13.6233 22.5073 13.8958 22.6917 14.4164Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4161 3.46861C9.80059 2.25537 7.12636 1.52662 4.14538 3.35515C2.08414 4.61952 0.924312 7.2606 1.3313 10.2951C1.74024 13.3443 3.71383 16.7929 7.89343 19.8865C9.34482 20.9614 10.41 21.7503 12.0001 21.7503C12.4858 21.7503 12.9225 21.6767 13.3362 21.5438C13.2178 21.3457 13.1215 21.2234 13.0586 21.1533C12.0132 20.8534 11.249 19.8917 11.249 18.7502C11.249 17.3695 12.3683 16.2502 13.749 16.2502C14.1078 16.2557 14.8742 16.3553 15.5592 16.78C16.1822 16.0333 17.1468 14.9537 17.972 14.23C18.7715 13.5288 19.7781 12.7961 20.9144 12.3936C21.3384 12.2435 21.7759 12.2145 22.1891 12.2888C22.424 11.611 22.5819 10.944 22.6689 10.2951C23.0759 7.2606 21.9161 4.61952 19.8548 3.35515C16.8738 1.52662 14.1996 2.25537 12.5841 3.46861C12.3183 3.6682 12.1359 3.8048 12.0001 3.89704C11.8643 3.8048 11.6819 3.6682 11.4161 3.46861Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.6917 14.4164C22.876 14.937 22.6035 15.5085 22.0829 15.6929C21.5492 15.8819 20.9328 16.2888 20.2797 16.8615C19.637 17.4251 19.0118 18.1021 18.4581 18.7659C17.9062 19.4274 17.4375 20.0611 17.1064 20.5301C16.9413 20.7641 16.6811 21.1544 16.5931 21.2865C16.3998 21.5906 16.0577 21.7674 15.6979 21.749C15.3379 21.7305 15.0158 21.5198 14.8546 21.1975C14.4139 20.3161 14.0186 19.9652 13.8193 19.8323C13.735 19.7761 13.678 19.7536 13.6554 19.7459C13.147 19.6987 12.749 19.271 12.749 18.7503C12.749 18.198 13.1967 17.7503 13.749 17.7503C13.9745 17.7538 14.5261 17.8422 14.9287 18.1682C15.203 18.3511 15.4907 18.6038 15.7794 18.9497C16.0946 18.5189 16.483 18.0113 16.9223 17.4847C17.5156 16.7735 18.214 16.0129 18.961 15.3578C19.6976 14.7118 20.5371 14.1186 21.4152 13.8076C21.9358 13.6233 22.5073 13.8958 22.6917 14.4164Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4161 3.46861C9.80059 2.25537 7.12636 1.52662 4.14538 3.35515C2.08414 4.61952 0.924312 7.2606 1.3313 10.2951C1.74024 13.3443 3.71383 16.7929 7.89343 19.8865C9.34482 20.9614 10.41 21.7503 12.0001 21.7503C12.4858 21.7503 12.9225 21.6767 13.3362 21.5438C13.2178 21.3457 13.1215 21.2234 13.0586 21.1533C12.0132 20.8534 11.249 19.8917 11.249 18.7502C11.249 17.3695 12.3683 16.2502 13.749 16.2502C14.1078 16.2557 14.8742 16.3553 15.5592 16.78C16.1822 16.0333 17.1468 14.9537 17.972 14.23C18.7715 13.5288 19.7781 12.7961 20.9144 12.3936C21.3384 12.2435 21.7759 12.2145 22.1891 12.2888C22.424 11.611 22.5819 10.944 22.6689 10.2951C23.0759 7.2606 21.9161 4.61952 19.8548 3.35515C16.8738 1.52662 14.1996 2.25537 12.5841 3.46861C12.3183 3.6682 12.1359 3.8048 12.0001 3.89704C11.8643 3.8048 11.6819 3.6682 11.4161 3.46861Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-heart-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.0424 13.2934C15.4329 12.9029 16.0661 12.9029 16.4566 13.2934L18.7495 15.5863L21.0424 13.2934C21.4329 12.9029 22.0661 12.9029 22.4566 13.2934C22.8471 13.6839 22.8471 14.3171 22.4566 14.7076L20.1637 17.0005L22.4566 19.2934C22.8471 19.6839 22.8471 20.3171 22.4566 20.7076C22.0661 21.0981 21.4329 21.0981 21.0424 20.7076L18.7495 18.4147L16.4566 20.7076C16.0661 21.0981 15.4329 21.0981 15.0424 20.7076C14.6519 20.3171 14.6519 19.6839 15.0424 19.2934L17.3353 17.0005L15.0424 14.7076C14.6519 14.3171 14.6519 13.6839 15.0424 13.2934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4161 3.46861C9.80059 2.25537 7.12636 1.52662 4.14538 3.35515C2.08414 4.61952 0.924312 7.2606 1.3313 10.2951C1.74024 13.3443 3.71383 16.7929 7.89343 19.8865C9.34482 20.9614 10.41 21.7503 12.0001 21.7503C12.6253 21.7503 13.1693 21.6284 13.6876 21.415C13.018 20.4412 13.116 19.0985 13.9817 18.2327L15.214 17.0005L13.9817 15.7683C13.0054 14.7919 13.0054 13.209 13.9817 12.2327C14.9581 11.2564 16.541 11.2564 17.5173 12.2327L18.7495 13.465L19.9817 12.2327C20.6384 11.576 21.5696 11.361 22.4059 11.5878C22.525 11.1505 22.6121 10.719 22.6689 10.2951C23.0759 7.2606 21.9161 4.61952 19.8548 3.35515C16.8738 1.52662 14.1996 2.25537 12.5841 3.46861C12.3183 3.6682 12.1359 3.8048 12.0001 3.89704C11.8643 3.8048 11.6819 3.6682 11.4161 3.46861Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.0424 13.2934C15.4329 12.9029 16.0661 12.9029 16.4566 13.2934L18.7495 15.5863L21.0424 13.2934C21.4329 12.9029 22.0661 12.9029 22.4566 13.2934C22.8471 13.6839 22.8471 14.3171 22.4566 14.7076L20.1637 17.0005L22.4566 19.2934C22.8471 19.6839 22.8471 20.3171 22.4566 20.7076C22.0661 21.0981 21.4329 21.0981 21.0424 20.7076L18.7495 18.4147L16.4566 20.7076C16.0661 21.0981 15.4329 21.0981 15.0424 20.7076C14.6519 20.3171 14.6519 19.6839 15.0424 19.2934L17.3353 17.0005L15.0424 14.7076C14.6519 14.3171 14.6519 13.6839 15.0424 13.2934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4161 3.46861C9.80059 2.25537 7.12636 1.52662 4.14538 3.35515C2.08414 4.61952 0.924312 7.2606 1.3313 10.2951C1.74024 13.3443 3.71383 16.7929 7.89343 19.8865C9.34482 20.9614 10.41 21.7503 12.0001 21.7503C12.6253 21.7503 13.1693 21.6284 13.6876 21.415C13.018 20.4412 13.116 19.0985 13.9817 18.2327L15.214 17.0005L13.9817 15.7683C13.0054 14.7919 13.0054 13.209 13.9817 12.2327C14.9581 11.2564 16.541 11.2564 17.5173 12.2327L18.7495 13.465L19.9817 12.2327C20.6384 11.576 21.5696 11.361 22.4059 11.5878C22.525 11.1505 22.6121 10.719 22.6689 10.2951C23.0759 7.2606 21.9161 4.61952 19.8548 3.35515C16.8738 1.52662 14.1996 2.25537 12.5841 3.46861C12.3183 3.6682 12.1359 3.8048 12.0001 3.89704C11.8643 3.8048 11.6819 3.6682 11.4161 3.46861Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-heartbreak{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5296 2.915C8.90621 2.08411 6.63257 1.82951 4.14538 3.35515C2.08414 4.61952 0.924312 7.2606 1.3313 10.2951C1.74024 13.3443 3.71383 16.7929 7.89343 19.8865C9.34482 20.9614 10.41 21.7503 12.0001 21.7503C13.5902 21.7503 14.6554 20.9614 16.1068 19.8865C20.2864 16.7929 22.26 13.3443 22.6689 10.2951C23.0759 7.2606 21.9161 4.61952 19.8548 3.35515C16.8738 1.52662 14.1996 2.25537 12.5841 3.46861C12.5635 3.48406 12.5434 3.49913 12.5238 3.51384L15.1671 8.65714C15.3277 8.96945 15.25 9.35133 14.9802 9.57613L12.6111 11.5504L14.0304 12.9696C14.2738 13.213 14.3203 13.5907 14.1432 13.8858L12.6432 16.3858C12.4301 16.741 11.9694 16.8562 11.6142 16.6431C11.259 16.43 11.1439 15.9693 11.357 15.6141L12.5557 13.6162L10.9698 12.0303C10.8208 11.8813 10.7413 11.6765 10.7509 11.466C10.7604 11.2555 10.8581 11.0587 11.0199 10.9238L13.5584 8.80842L10.5296 2.915Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5296 2.915C8.90621 2.08411 6.63257 1.82951 4.14538 3.35515C2.08414 4.61952 0.924312 7.2606 1.3313 10.2951C1.74024 13.3443 3.71383 16.7929 7.89343 19.8865C9.34482 20.9614 10.41 21.7503 12.0001 21.7503C13.5902 21.7503 14.6554 20.9614 16.1068 19.8865C20.2864 16.7929 22.26 13.3443 22.6689 10.2951C23.0759 7.2606 21.9161 4.61952 19.8548 3.35515C16.8738 1.52662 14.1996 2.25537 12.5841 3.46861C12.5635 3.48406 12.5434 3.49913 12.5238 3.51384L15.1671 8.65714C15.3277 8.96945 15.25 9.35133 14.9802 9.57613L12.6111 11.5504L14.0304 12.9696C14.2738 13.213 14.3203 13.5907 14.1432 13.8858L12.6432 16.3858C12.4301 16.741 11.9694 16.8562 11.6142 16.6431C11.259 16.43 11.1439 15.9693 11.357 15.6141L12.5557 13.6162L10.9698 12.0303C10.8208 11.8813 10.7413 11.6765 10.7509 11.466C10.7604 11.2555 10.8581 11.0587 11.0199 10.9238L13.5584 8.80842L10.5296 2.915Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-label-important{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.189 3.25004C14.9682 3.24944 16.1193 3.24905 17.1243 3.75155C18.1293 4.25406 18.8196 5.17511 19.8866 6.59888C20.7295 7.72262 21.5428 8.80708 21.9982 9.58945C22.4686 10.3976 22.75 11.1523 22.75 12.0001C22.75 12.8479 22.4686 13.6026 21.9982 14.4107C21.5428 15.1931 20.7295 16.2775 19.8866 17.4013C18.8196 18.825 18.1293 19.7461 17.1243 20.2486C16.1193 20.7511 14.9682 20.7507 13.189 20.7501L6.17217 20.7501H6.17211C5.00504 20.7501 4.04582 20.7501 3.32833 20.6466C2.59985 20.5414 1.82556 20.192 1.43411 19.4938C1.08058 18.7756 1.28748 18.0462 1.61363 17.3863C1.93486 16.7365 2.51377 15.8947 3.17512 14.9331C3.73584 14.1177 4.12181 13.5546 4.37556 13.0842C4.62075 12.6295 4.70687 12.3233 4.71117 12.0335C4.70687 11.7436 4.62075 11.3707 4.37556 10.916C4.12181 10.4455 3.73584 9.88247 3.17512 9.0671C2.51376 8.10546 1.93486 7.26371 1.61363 6.61382C1.28748 5.95399 1.08058 5.22459 1.43411 4.50639C1.82556 3.80813 2.59985 3.45874 3.32834 3.35359C4.04584 3.25002 5.00509 3.25005 6.17219 3.25008L13 3.25008L13.189 3.25004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.189 3.25004C14.9682 3.24944 16.1193 3.24905 17.1243 3.75155C18.1293 4.25406 18.8196 5.17511 19.8866 6.59888C20.7295 7.72262 21.5428 8.80708 21.9982 9.58945C22.4686 10.3976 22.75 11.1523 22.75 12.0001C22.75 12.8479 22.4686 13.6026 21.9982 14.4107C21.5428 15.1931 20.7295 16.2775 19.8866 17.4013C18.8196 18.825 18.1293 19.7461 17.1243 20.2486C16.1193 20.7511 14.9682 20.7507 13.189 20.7501L6.17217 20.7501H6.17211C5.00504 20.7501 4.04582 20.7501 3.32833 20.6466C2.59985 20.5414 1.82556 20.192 1.43411 19.4938C1.08058 18.7756 1.28748 18.0462 1.61363 17.3863C1.93486 16.7365 2.51377 15.8947 3.17512 14.9331C3.73584 14.1177 4.12181 13.5546 4.37556 13.0842C4.62075 12.6295 4.70687 12.3233 4.71117 12.0335C4.70687 11.7436 4.62075 11.3707 4.37556 10.916C4.12181 10.4455 3.73584 9.88247 3.17512 9.0671C2.51376 8.10546 1.93486 7.26371 1.61363 6.61382C1.28748 5.95399 1.08058 5.22459 1.43411 4.50639C1.82556 3.80813 2.59985 3.45874 3.32834 3.35359C4.04584 3.25002 5.00509 3.25005 6.17219 3.25008L13 3.25008L13.189 3.25004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-label{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.189 3.25004C14.9682 3.24944 16.1193 3.24905 17.1243 3.75155C18.1293 4.25405 18.8196 5.1751 19.8866 6.59886L20 6.75008L20.0281 6.78759L20.0282 6.78763C20.871 7.91135 21.5428 8.80709 21.9982 9.58945C22.4686 10.3976 22.75 11.1523 22.75 12.0001C22.75 12.8479 22.4686 13.6026 21.9982 14.4107C21.5428 15.1931 20.871 16.0888 20.0282 17.2125L20.0281 17.2126L20 17.2501L19.8866 17.4013C18.8196 18.8251 18.1293 19.7461 17.1243 20.2486C16.1193 20.7511 14.9682 20.7507 13.189 20.7501L13 20.7501H9.94359H9.94354C8.1058 20.7501 6.65018 20.7501 5.51098 20.5969C4.33856 20.4393 3.38961 20.1072 2.64124 19.3588C1.89288 18.6105 1.56076 17.6615 1.40314 16.4891C1.24997 15.3499 1.24998 13.8943 1.25 12.0565V12.0565V11.9437V11.9437C1.24998 10.1059 1.24997 8.65027 1.40314 7.51106C1.56076 6.33864 1.89288 5.38969 2.64124 4.64133C3.38961 3.89296 4.33856 3.56085 5.51098 3.40322C6.65019 3.25005 8.10582 3.25007 9.94358 3.25008L13 3.25008L13.189 3.25004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.189 3.25004C14.9682 3.24944 16.1193 3.24905 17.1243 3.75155C18.1293 4.25405 18.8196 5.1751 19.8866 6.59886L20 6.75008L20.0281 6.78759L20.0282 6.78763C20.871 7.91135 21.5428 8.80709 21.9982 9.58945C22.4686 10.3976 22.75 11.1523 22.75 12.0001C22.75 12.8479 22.4686 13.6026 21.9982 14.4107C21.5428 15.1931 20.871 16.0888 20.0282 17.2125L20.0281 17.2126L20 17.2501L19.8866 17.4013C18.8196 18.8251 18.1293 19.7461 17.1243 20.2486C16.1193 20.7511 14.9682 20.7507 13.189 20.7501L13 20.7501H9.94359H9.94354C8.1058 20.7501 6.65018 20.7501 5.51098 20.5969C4.33856 20.4393 3.38961 20.1072 2.64124 19.3588C1.89288 18.6105 1.56076 17.6615 1.40314 16.4891C1.24997 15.3499 1.24998 13.8943 1.25 12.0565V12.0565V11.9437V11.9437C1.24998 10.1059 1.24997 8.65027 1.40314 7.51106C1.56076 6.33864 1.89288 5.38969 2.64124 4.64133C3.38961 3.89296 4.33856 3.56085 5.51098 3.40322C6.65019 3.25005 8.10582 3.25007 9.94358 3.25008L13 3.25008L13.189 3.25004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-stack-star{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.4793 1.38831C17.3447 1.24998 15.893 1.24999 14.0512 1.25H14.0512H13.9477H13.9477C12.1059 1.24999 10.6542 1.24998 9.5196 1.38831C8.3597 1.52971 7.41735 1.82656 6.66722 2.50675C5.84898 3.24871 5.51656 4.21266 5.37122 5.4075C4.27928 5.55604 3.38554 5.85591 2.66778 6.50675C1.90716 7.19645 1.56545 8.07914 1.40456 9.16426C1.24996 10.2069 1.24998 11.5352 1.25 13.1932V13.1933V14.8067V14.8068C1.24998 16.4648 1.24996 17.7931 1.40456 18.8357C1.56545 19.9209 1.90716 20.8036 2.66778 21.4933C3.4179 22.1734 4.36025 22.4703 5.52015 22.6117C6.65479 22.75 8.10649 22.75 9.94825 22.75H9.94827H10.0517H10.0517C11.8935 22.75 13.3452 22.75 14.4799 22.6117C15.6398 22.4703 16.5821 22.1734 17.3322 21.4933C18.0928 20.8036 18.4346 19.9209 18.5954 18.8357C18.6072 18.7563 18.6181 18.6753 18.6281 18.5926C19.7216 18.4439 20.615 18.1431 21.3317 17.4933C22.0923 16.8035 22.434 15.9209 22.5949 14.8357C22.7495 13.7931 22.7495 12.4648 22.7495 10.8067V10.8067V10.8067V9.1933V9.19327V9.19325C22.7495 7.53516 22.7495 6.20695 22.5949 5.16426C22.434 4.07914 22.0923 3.19645 21.3317 2.50675C20.5815 1.82656 19.6392 1.52971 18.4793 1.38831ZM12.8663 6.77733C12.073 6.75047 11.1329 6.75 10.0002 6.75L12.8663 6.77733ZM12.8663 6.77733C13.407 6.79564 13.8795 6.82622 14.2983 6.87728C15.3169 7.00146 15.9032 7.23579 16.3246 7.61794C16.7356 7.99058 16.9797 8.49398 17.1117 9.38426C17.2481 10.3042 17.25 11.521 17.25 13.2541V14.7459C17.25 16.479 17.2481 17.6958 17.1117 18.6157C16.9797 19.506 16.7356 20.0094 16.3246 20.3821C15.9032 20.7642 15.3169 20.9985 14.2983 21.1227C13.2651 21.2487 11.9049 21.25 10 21.25C8.09511 21.25 6.73494 21.2487 5.70168 21.1227C4.68307 20.9985 4.09682 20.7642 3.67537 20.3821C3.26442 20.0094 3.02034 19.506 2.88834 18.6157C2.75193 17.6958 2.75 16.479 2.75 14.7459V13.2541C2.75 11.521 2.75193 10.3042 2.88834 9.38426C3.02034 8.49398 3.26442 7.99058 3.67537 7.61794C4.09682 7.23579 4.68307 7.00146 5.70168 6.87728C5.83845 6.86061 5.98096 6.84612 6.1297 6.83352L6.12977 6.8336C6.49366 6.80286 6.89332 6.78342 7.33595 6.77113C8.08572 6.75039 8.96199 6.75 10 6.75%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.99864 9.25C10.6705 9.25 11.1206 9.75346 11.3633 10.2452L12.0592 11.6484L13.3631 11.8947C13.9033 11.9855 14.491 12.275 14.6898 12.8985C14.8882 13.521 14.578 14.0974 14.1904 14.486L14.1894 14.487L13.2137 15.5L13.474 16.7579C13.6 17.3093 13.6121 18.0753 13.0175 18.5123C12.4199 18.9516 11.6918 18.7048 11.2066 18.4159L10 17.7142L8.79197 18.4157C8.30507 18.7069 7.57876 18.9496 6.98197 18.5106C6.38883 18.0742 6.39745 17.3106 6.52445 16.7572L6.80362 15.5L5.80704 14.4851C5.42178 14.0967 5.11283 13.5211 5.30958 12.8998C5.50724 12.2757 6.09462 11.9855 6.63559 11.8946L7.93495 11.6487L8.6313 10.2445L8.63199 10.2431C8.87667 9.75224 9.32779 9.25 9.99864 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.4793 1.38831C17.3447 1.24998 15.893 1.24999 14.0512 1.25H14.0512H13.9477H13.9477C12.1059 1.24999 10.6542 1.24998 9.5196 1.38831C8.3597 1.52971 7.41735 1.82656 6.66722 2.50675C5.84898 3.24871 5.51656 4.21266 5.37122 5.4075C4.27928 5.55604 3.38554 5.85591 2.66778 6.50675C1.90716 7.19645 1.56545 8.07914 1.40456 9.16426C1.24996 10.2069 1.24998 11.5352 1.25 13.1932V13.1933V14.8067V14.8068C1.24998 16.4648 1.24996 17.7931 1.40456 18.8357C1.56545 19.9209 1.90716 20.8036 2.66778 21.4933C3.4179 22.1734 4.36025 22.4703 5.52015 22.6117C6.65479 22.75 8.10649 22.75 9.94825 22.75H9.94827H10.0517H10.0517C11.8935 22.75 13.3452 22.75 14.4799 22.6117C15.6398 22.4703 16.5821 22.1734 17.3322 21.4933C18.0928 20.8036 18.4346 19.9209 18.5954 18.8357C18.6072 18.7563 18.6181 18.6753 18.6281 18.5926C19.7216 18.4439 20.615 18.1431 21.3317 17.4933C22.0923 16.8035 22.434 15.9209 22.5949 14.8357C22.7495 13.7931 22.7495 12.4648 22.7495 10.8067V10.8067V10.8067V9.1933V9.19327V9.19325C22.7495 7.53516 22.7495 6.20695 22.5949 5.16426C22.434 4.07914 22.0923 3.19645 21.3317 2.50675C20.5815 1.82656 19.6392 1.52971 18.4793 1.38831ZM12.8663 6.77733C12.073 6.75047 11.1329 6.75 10.0002 6.75L12.8663 6.77733ZM12.8663 6.77733C13.407 6.79564 13.8795 6.82622 14.2983 6.87728C15.3169 7.00146 15.9032 7.23579 16.3246 7.61794C16.7356 7.99058 16.9797 8.49398 17.1117 9.38426C17.2481 10.3042 17.25 11.521 17.25 13.2541V14.7459C17.25 16.479 17.2481 17.6958 17.1117 18.6157C16.9797 19.506 16.7356 20.0094 16.3246 20.3821C15.9032 20.7642 15.3169 20.9985 14.2983 21.1227C13.2651 21.2487 11.9049 21.25 10 21.25C8.09511 21.25 6.73494 21.2487 5.70168 21.1227C4.68307 20.9985 4.09682 20.7642 3.67537 20.3821C3.26442 20.0094 3.02034 19.506 2.88834 18.6157C2.75193 17.6958 2.75 16.479 2.75 14.7459V13.2541C2.75 11.521 2.75193 10.3042 2.88834 9.38426C3.02034 8.49398 3.26442 7.99058 3.67537 7.61794C4.09682 7.23579 4.68307 7.00146 5.70168 6.87728C5.83845 6.86061 5.98096 6.84612 6.1297 6.83352L6.12977 6.8336C6.49366 6.80286 6.89332 6.78342 7.33595 6.77113C8.08572 6.75039 8.96199 6.75 10 6.75%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.99864 9.25C10.6705 9.25 11.1206 9.75346 11.3633 10.2452L12.0592 11.6484L13.3631 11.8947C13.9033 11.9855 14.491 12.275 14.6898 12.8985C14.8882 13.521 14.578 14.0974 14.1904 14.486L14.1894 14.487L13.2137 15.5L13.474 16.7579C13.6 17.3093 13.6121 18.0753 13.0175 18.5123C12.4199 18.9516 11.6918 18.7048 11.2066 18.4159L10 17.7142L8.79197 18.4157C8.30507 18.7069 7.57876 18.9496 6.98197 18.5106C6.38883 18.0742 6.39745 17.3106 6.52445 16.7572L6.80362 15.5L5.80704 14.4851C5.42178 14.0967 5.11283 13.5211 5.30958 12.8998C5.50724 12.2757 6.09462 11.9855 6.63559 11.8946L7.93495 11.6487L8.6313 10.2445L8.63199 10.2431C8.87667 9.75224 9.32779 9.25 9.99864 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-star-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM13.2841 7.24584C13.0018 6.67388 12.5598 6.25 11.9986 6.25C11.438 6.25 10.9946 6.67311 10.7097 7.24459L10.7093 7.24534L9.76811 9.14336L9.76667 9.14629C9.73804 9.20523 9.67012 9.28823 9.56843 9.36426C9.46693 9.44014 9.36877 9.48142 9.30628 9.49226L9.30574 9.49236L7.60118 9.7779C6.98455 9.88152 6.46905 10.1839 6.30236 10.7102C6.13616 11.235 6.38082 11.7807 6.82111 12.2246L8.14739 13.5618C8.19992 13.6148 8.25876 13.7146 8.29566 13.8446C8.33232 13.9737 8.33557 14.0912 8.31895 14.1672L8.31872 14.1683L7.93962 15.821C7.78186 16.5084 7.8366 17.1894 8.3215 17.5461C8.80845 17.9044 9.473 17.7485 10.0768 17.3873L11.6728 16.4346L11.6738 16.4341C11.7453 16.3924 11.8631 16.3604 12.0013 16.3604C12.1405 16.3604 12.2558 16.3929 12.3229 16.433L13.9221 17.3875C14.5266 17.7475 15.192 17.9061 15.6789 17.5482C16.1641 17.1916 16.2162 16.5093 16.059 15.8213L15.6798 14.1683L15.6796 14.1672C15.6629 14.0912 15.6662 13.9737 15.7028 13.8446C15.7397 13.7146 15.7986 13.6148 15.8511 13.5618L17.1764 12.2256L17.1769 12.2251C17.62 11.7812 17.8655 11.2351 17.6979 10.7095C17.5302 10.1835 17.0137 9.88148 16.3975 9.77793L14.6915 9.49215C14.626 9.48114 14.5264 9.43938 14.4246 9.3637C14.3228 9.28793 14.2551 9.20511 14.2265 9.14629L13.2841 7.24584Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM13.2841 7.24584C13.0018 6.67388 12.5598 6.25 11.9986 6.25C11.438 6.25 10.9946 6.67311 10.7097 7.24459L10.7093 7.24534L9.76811 9.14336L9.76667 9.14629C9.73804 9.20523 9.67012 9.28823 9.56843 9.36426C9.46693 9.44014 9.36877 9.48142 9.30628 9.49226L9.30574 9.49236L7.60118 9.7779C6.98455 9.88152 6.46905 10.1839 6.30236 10.7102C6.13616 11.235 6.38082 11.7807 6.82111 12.2246L8.14739 13.5618C8.19992 13.6148 8.25876 13.7146 8.29566 13.8446C8.33232 13.9737 8.33557 14.0912 8.31895 14.1672L8.31872 14.1683L7.93962 15.821C7.78186 16.5084 7.8366 17.1894 8.3215 17.5461C8.80845 17.9044 9.473 17.7485 10.0768 17.3873L11.6728 16.4346L11.6738 16.4341C11.7453 16.3924 11.8631 16.3604 12.0013 16.3604C12.1405 16.3604 12.2558 16.3929 12.3229 16.433L13.9221 17.3875C14.5266 17.7475 15.192 17.9061 15.6789 17.5482C16.1641 17.1916 16.2162 16.5093 16.059 15.8213L15.6798 14.1683L15.6796 14.1672C15.6629 14.0912 15.6662 13.9737 15.7028 13.8446C15.7397 13.7146 15.7986 13.6148 15.8511 13.5618L17.1764 12.2256L17.1769 12.2251C17.62 11.7812 17.8655 11.2351 17.6979 10.7095C17.5302 10.1835 17.0137 9.88148 16.3975 9.77793L14.6915 9.49215C14.626 9.48114 14.5264 9.43938 14.4246 9.3637C14.3228 9.28793 14.2551 9.20511 14.2265 9.14629L13.2841 7.24584Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-star-half{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.998 1.25001L12 1.25L12.0035 1.25C12.4177 1.25 12.7535 1.58579 12.7535 2V19.4031L8.40704 22.0736C7.27688 22.7467 6.03284 23.0433 5.12248 22.3742C4.21524 21.7073 4.11781 20.4318 4.41183 19.1454L5.12077 16.0547L5.1212 16.0528C5.24848 15.4978 4.9604 15.0669 4.80044 14.9209L2.32252 12.4225L2.32155 12.4215C1.49315 11.5915 1.03427 10.5704 1.3475 9.5879C1.661 8.60449 2.62668 8.03974 3.77882 7.84613L6.96847 7.31181C7.1646 7.28519 7.61362 7.11749 7.84066 6.65966L9.59979 3.11238C10.1265 2.04505 10.9512 1.25291 11.998 1.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.6668 5.30909C15.0379 5.12507 15.4879 5.27672 15.672 5.64781L16.1765 6.66515C16.23 6.77535 16.357 6.93055 16.5471 7.07269C16.7369 7.21456 16.9204 7.29175 17.0372 7.31202L17.0382 7.31219L20.2252 7.84606C21.3781 8.0398 22.342 8.60525 22.6536 9.58926C22.9644 10.5704 22.5069 11.5906 21.6837 12.4206L19.204 14.9209C19.1058 15.0199 18.9958 15.2064 18.9268 15.4494C18.8582 15.6908 18.8522 15.9107 18.8832 16.0528L18.8837 16.0547L19.5925 19.1447C19.8874 20.4301 19.7851 21.7032 18.8785 22.3702C17.968 23.04 16.7255 22.7487 15.5967 22.0732L14.6157 21.4877C14.26 21.2754 14.1437 20.8149 14.356 20.4593C14.5683 20.1036 15.0288 19.9874 15.3844 20.1996L16.3662 20.7856C17.3771 21.3905 17.8551 21.2609 17.9896 21.162C18.1278 21.0603 18.3954 20.6347 18.1305 19.4803L17.4194 16.3802C17.321 15.9375 17.3652 15.4576 17.4838 15.0398C17.6023 14.6224 17.8172 14.189 18.139 13.8646L20.6187 11.3644C21.2553 10.7225 21.2928 10.2607 21.2236 10.0422C21.1553 9.82646 20.8639 9.47442 19.977 9.32539L16.7878 8.79113L16.7851 8.79068C16.3719 8.71994 15.9711 8.51489 15.6489 8.27407C15.3275 8.03375 15.0153 7.70613 14.8287 7.32363L14.3281 6.31422C14.1441 5.94313 14.2957 5.49312 14.6668 5.30909Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.998 1.25001L12 1.25L12.0035 1.25C12.4177 1.25 12.7535 1.58579 12.7535 2V19.4031L8.40704 22.0736C7.27688 22.7467 6.03284 23.0433 5.12248 22.3742C4.21524 21.7073 4.11781 20.4318 4.41183 19.1454L5.12077 16.0547L5.1212 16.0528C5.24848 15.4978 4.9604 15.0669 4.80044 14.9209L2.32252 12.4225L2.32155 12.4215C1.49315 11.5915 1.03427 10.5704 1.3475 9.5879C1.661 8.60449 2.62668 8.03974 3.77882 7.84613L6.96847 7.31181C7.1646 7.28519 7.61362 7.11749 7.84066 6.65966L9.59979 3.11238C10.1265 2.04505 10.9512 1.25291 11.998 1.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.6668 5.30909C15.0379 5.12507 15.4879 5.27672 15.672 5.64781L16.1765 6.66515C16.23 6.77535 16.357 6.93055 16.5471 7.07269C16.7369 7.21456 16.9204 7.29175 17.0372 7.31202L17.0382 7.31219L20.2252 7.84606C21.3781 8.0398 22.342 8.60525 22.6536 9.58926C22.9644 10.5704 22.5069 11.5906 21.6837 12.4206L19.204 14.9209C19.1058 15.0199 18.9958 15.2064 18.9268 15.4494C18.8582 15.6908 18.8522 15.9107 18.8832 16.0528L18.8837 16.0547L19.5925 19.1447C19.8874 20.4301 19.7851 21.7032 18.8785 22.3702C17.968 23.04 16.7255 22.7487 15.5967 22.0732L14.6157 21.4877C14.26 21.2754 14.1437 20.8149 14.356 20.4593C14.5683 20.1036 15.0288 19.9874 15.3844 20.1996L16.3662 20.7856C17.3771 21.3905 17.8551 21.2609 17.9896 21.162C18.1278 21.0603 18.3954 20.6347 18.1305 19.4803L17.4194 16.3802C17.321 15.9375 17.3652 15.4576 17.4838 15.0398C17.6023 14.6224 17.8172 14.189 18.139 13.8646L20.6187 11.3644C21.2553 10.7225 21.2928 10.2607 21.2236 10.0422C21.1553 9.82646 20.8639 9.47442 19.977 9.32539L16.7878 8.79113L16.7851 8.79068C16.3719 8.71994 15.9711 8.51489 15.6489 8.27407C15.3275 8.03375 15.0153 7.70613 14.8287 7.32363L14.3281 6.31422C14.1441 5.94313 14.2957 5.49312 14.6668 5.30909Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-star-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9961 1.25C13.0454 1.25 13.8719 2.04253 14.3995 3.11191L16.1616 6.66516C16.215 6.77513 16.3417 6.92998 16.5321 7.07164C16.7223 7.21315 16.9086 7.29121 17.0311 7.3118L20.2207 7.84612C21.3729 8.03973 22.3386 8.60449 22.6521 9.5879C22.9653 10.5705 22.5064 11.5916 21.6778 12.4216L21.677 12.4225L19.1991 14.9209C19.0873 15.0336 19.0314 15.09 19.0208 15.0989C18.8717 15.2237 18.7861 15.2239 18.6365 15.0996C18.6258 15.0908 18.5992 15.0641 18.5459 15.0108L8.91586 5.3808C8.76876 5.2337 8.6952 5.16015 8.67958 5.06485C8.66395 4.96954 8.71017 4.87635 8.80259 4.68998L9.58562 3.11097L9.58632 3.10957C10.119 2.04108 10.948 1.25 11.9961 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.96132 7.31219L6.96233 7.31202C7.07056 7.29324 7.12467 7.28386 7.14303 7.28295C7.23815 7.27825 7.26744 7.28753 7.34249 7.34614C7.35698 7.35746 7.37533 7.3758 7.41203 7.4125L19.5451 19.5456C19.617 19.6175 19.653 19.6534 19.6752 19.7003C19.6974 19.7473 19.7022 19.7943 19.7116 19.8885C19.8135 20.9038 19.6083 21.8367 18.8771 22.3742C17.9667 23.0433 16.7227 22.7467 15.5925 22.0736L12.6026 20.289C12.477 20.214 12.2614 20.1532 12.0011 20.1532C11.7427 20.1532 11.5226 20.2132 11.3888 20.291L11.3869 20.2921L8.40288 22.0732C7.27405 22.7487 6.03154 23.04 5.12111 22.3702C4.21449 21.7032 4.11214 20.43 4.40711 19.1447L5.1159 16.0547L5.11633 16.0527C5.14741 15.9107 5.14133 15.6908 5.0728 15.4494C5.0038 15.2064 4.89379 15.0199 4.79558 14.9209L2.31585 12.4206C1.49265 11.5906 1.03521 10.5704 1.34595 9.58925C1.65759 8.60525 2.62143 8.0398 3.77433 7.84606L6.96132 7.31219Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9961 1.25C13.0454 1.25 13.8719 2.04253 14.3995 3.11191L16.1616 6.66516C16.215 6.77513 16.3417 6.92998 16.5321 7.07164C16.7223 7.21315 16.9086 7.29121 17.0311 7.3118L20.2207 7.84612C21.3729 8.03973 22.3386 8.60449 22.6521 9.5879C22.9653 10.5705 22.5064 11.5916 21.6778 12.4216L21.677 12.4225L19.1991 14.9209C19.0873 15.0336 19.0314 15.09 19.0208 15.0989C18.8717 15.2237 18.7861 15.2239 18.6365 15.0996C18.6258 15.0908 18.5992 15.0641 18.5459 15.0108L8.91586 5.3808C8.76876 5.2337 8.6952 5.16015 8.67958 5.06485C8.66395 4.96954 8.71017 4.87635 8.80259 4.68998L9.58562 3.11097L9.58632 3.10957C10.119 2.04108 10.948 1.25 11.9961 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.96132 7.31219L6.96233 7.31202C7.07056 7.29324 7.12467 7.28386 7.14303 7.28295C7.23815 7.27825 7.26744 7.28753 7.34249 7.34614C7.35698 7.35746 7.37533 7.3758 7.41203 7.4125L19.5451 19.5456C19.617 19.6175 19.653 19.6534 19.6752 19.7003C19.6974 19.7473 19.7022 19.7943 19.7116 19.8885C19.8135 20.9038 19.6083 21.8367 18.8771 22.3742C17.9667 23.0433 16.7227 22.7467 15.5925 22.0736L12.6026 20.289C12.477 20.214 12.2614 20.1532 12.0011 20.1532C11.7427 20.1532 11.5226 20.2132 11.3888 20.291L11.3869 20.2921L8.40288 22.0732C7.27405 22.7487 6.03154 23.04 5.12111 22.3702C4.21449 21.7032 4.11214 20.43 4.40711 19.1447L5.1159 16.0547L5.11633 16.0527C5.14741 15.9107 5.14133 15.6908 5.0728 15.4494C5.0038 15.2064 4.89379 15.0199 4.79558 14.9209L2.31585 12.4206C1.49265 11.5906 1.03521 10.5704 1.34595 9.58925C1.65759 8.60525 2.62143 8.0398 3.77433 7.84606L6.96132 7.31219Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-star-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13.2841 7.24584C13.0018 6.67388 12.5598 6.25 11.9986 6.25C11.438 6.25 10.9946 6.67311 10.7097 7.24459L10.7093 7.24534L9.76811 9.14336L9.76667 9.14629C9.73804 9.20523 9.67012 9.28823 9.56843 9.36426C9.46693 9.44014 9.36877 9.48142 9.30628 9.49226L9.30574 9.49236L7.60118 9.7779C6.98455 9.88152 6.46905 10.1839 6.30236 10.7102C6.13616 11.235 6.38082 11.7807 6.82111 12.2246L8.14739 13.5618C8.19992 13.6148 8.25876 13.7146 8.29566 13.8446C8.33232 13.9737 8.33557 14.0912 8.31895 14.1672L8.31872 14.1683L7.93962 15.821C7.78186 16.5084 7.8366 17.1894 8.3215 17.5461C8.80845 17.9044 9.473 17.7485 10.0768 17.3873L11.6728 16.4346L11.6738 16.4341C11.7453 16.3924 11.8631 16.3604 12.0013 16.3604C12.1405 16.3604 12.2558 16.3929 12.3229 16.433L13.9221 17.3875C14.5266 17.7475 15.192 17.9061 15.6789 17.5482C16.1641 17.1916 16.2162 16.5093 16.059 15.8213L15.6798 14.1683L15.6796 14.1672C15.6629 14.0912 15.6662 13.9737 15.7028 13.8446C15.7397 13.7146 15.7986 13.6148 15.8511 13.5618L17.1764 12.2256L17.1769 12.2251C17.62 11.7812 17.8655 11.2351 17.6979 10.7095C17.5302 10.1835 17.0137 9.88148 16.3975 9.77793L14.6915 9.49215C14.626 9.48114 14.5264 9.43938 14.4246 9.3637C14.3228 9.28793 14.2551 9.20511 14.2265 9.14629L13.2841 7.24584Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13.2841 7.24584C13.0018 6.67388 12.5598 6.25 11.9986 6.25C11.438 6.25 10.9946 6.67311 10.7097 7.24459L10.7093 7.24534L9.76811 9.14336L9.76667 9.14629C9.73804 9.20523 9.67012 9.28823 9.56843 9.36426C9.46693 9.44014 9.36877 9.48142 9.30628 9.49226L9.30574 9.49236L7.60118 9.7779C6.98455 9.88152 6.46905 10.1839 6.30236 10.7102C6.13616 11.235 6.38082 11.7807 6.82111 12.2246L8.14739 13.5618C8.19992 13.6148 8.25876 13.7146 8.29566 13.8446C8.33232 13.9737 8.33557 14.0912 8.31895 14.1672L8.31872 14.1683L7.93962 15.821C7.78186 16.5084 7.8366 17.1894 8.3215 17.5461C8.80845 17.9044 9.473 17.7485 10.0768 17.3873L11.6728 16.4346L11.6738 16.4341C11.7453 16.3924 11.8631 16.3604 12.0013 16.3604C12.1405 16.3604 12.2558 16.3929 12.3229 16.433L13.9221 17.3875C14.5266 17.7475 15.192 17.9061 15.6789 17.5482C16.1641 17.1916 16.2162 16.5093 16.059 15.8213L15.6798 14.1683L15.6796 14.1672C15.6629 14.0912 15.6662 13.9737 15.7028 13.8446C15.7397 13.7146 15.7986 13.6148 15.8511 13.5618L17.1764 12.2256L17.1769 12.2251C17.62 11.7812 17.8655 11.2351 17.6979 10.7095C17.5302 10.1835 17.0137 9.88148 16.3975 9.77793L14.6915 9.49215C14.626 9.48114 14.5264 9.43938 14.4246 9.3637C14.3228 9.28793 14.2551 9.20511 14.2265 9.14629L13.2841 7.24584Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-star{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9961 1.25C13.0454 1.25 13.8719 2.04253 14.3995 3.11191L16.1616 6.66516C16.215 6.77513 16.3417 6.92998 16.5321 7.07164C16.7223 7.21315 16.9086 7.29121 17.0311 7.3118L20.2207 7.84613C21.3729 8.03973 22.3386 8.60449 22.6521 9.5879C22.9653 10.5705 22.5064 11.5916 21.6778 12.4216L21.677 12.4225L19.1991 14.9209C19.1009 15.0199 18.9909 15.2064 18.9219 15.4494C18.8534 15.6908 18.8473 15.9107 18.8784 16.0527L18.8788 16.0547L19.5877 19.1454C19.8818 20.4317 19.7843 21.7073 18.8771 22.3742C17.9667 23.0433 16.7227 22.7467 15.5925 22.0736L12.6026 20.289C12.477 20.214 12.2614 20.1532 12.0011 20.1532C11.7427 20.1532 11.5226 20.2132 11.3888 20.291L11.3869 20.2921L8.40288 22.0732C7.27405 22.7487 6.03154 23.04 5.12111 22.3702C4.21449 21.7032 4.11214 20.43 4.40711 19.1447L5.1159 16.0547L5.11633 16.0527C5.14741 15.9107 5.14133 15.6908 5.0728 15.4494C5.0038 15.2064 4.89379 15.0199 4.79558 14.9209L2.31585 12.4206C1.49265 11.5906 1.03521 10.5704 1.34595 9.58925C1.65759 8.60525 2.62143 8.0398 3.77433 7.84606L6.96132 7.31219L6.96233 7.31202C7.07917 7.29175 7.2627 7.21456 7.45248 7.07268C7.64261 6.93054 7.76959 6.77535 7.82312 6.66516L7.82582 6.65967L9.58562 3.11097L9.58632 3.10957C10.119 2.04108 10.948 1.25 11.9961 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9961 1.25C13.0454 1.25 13.8719 2.04253 14.3995 3.11191L16.1616 6.66516C16.215 6.77513 16.3417 6.92998 16.5321 7.07164C16.7223 7.21315 16.9086 7.29121 17.0311 7.3118L20.2207 7.84613C21.3729 8.03973 22.3386 8.60449 22.6521 9.5879C22.9653 10.5705 22.5064 11.5916 21.6778 12.4216L21.677 12.4225L19.1991 14.9209C19.1009 15.0199 18.9909 15.2064 18.9219 15.4494C18.8534 15.6908 18.8473 15.9107 18.8784 16.0527L18.8788 16.0547L19.5877 19.1454C19.8818 20.4317 19.7843 21.7073 18.8771 22.3742C17.9667 23.0433 16.7227 22.7467 15.5925 22.0736L12.6026 20.289C12.477 20.214 12.2614 20.1532 12.0011 20.1532C11.7427 20.1532 11.5226 20.2132 11.3888 20.291L11.3869 20.2921L8.40288 22.0732C7.27405 22.7487 6.03154 23.04 5.12111 22.3702C4.21449 21.7032 4.11214 20.43 4.40711 19.1447L5.1159 16.0547L5.11633 16.0527C5.14741 15.9107 5.14133 15.6908 5.0728 15.4494C5.0038 15.2064 4.89379 15.0199 4.79558 14.9209L2.31585 12.4206C1.49265 11.5906 1.03521 10.5704 1.34595 9.58925C1.65759 8.60525 2.62143 8.0398 3.77433 7.84606L6.96132 7.31219L6.96233 7.31202C7.07917 7.29175 7.2627 7.21456 7.45248 7.07268C7.64261 6.93054 7.76959 6.77535 7.82312 6.66516L7.82582 6.65967L9.58562 3.11097L9.58632 3.10957C10.119 2.04108 10.948 1.25 11.9961 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-tag-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4595 1.57208C20.2081 1.74402 20.9663 2.0252 21.4705 2.5294C21.9747 3.0336 22.2559 3.79184 22.4279 4.54046C22.6055 5.3138 22.6927 6.19907 22.7288 7.06907C22.8011 8.81159 22.6717 10.5921 22.588 11.5022C22.5359 12.0702 22.3035 12.5946 21.9406 13.0168C19.2313 16.1691 16.4228 19.0388 13.3563 21.7845C11.9532 23.0408 9.85825 23.0541 8.39712 21.9228C5.98744 20.0571 3.94283 18.0125 2.07709 15.6028C0.945789 14.1417 0.959114 12.0467 2.21543 10.6436C4.9611 7.57712 7.83082 4.76863 10.9831 2.05931C11.4053 1.69644 11.9298 1.46409 12.4977 1.4119C13.4078 1.32827 15.1884 1.19887 16.9309 1.27116C17.8009 1.30726 18.6861 1.39446 19.4595 1.57208ZM19 6.5C19 5.67157 18.3284 5 17.5 5C16.6716 5 16 5.67157 16 6.5C16 7.32843 16.6716 8 17.5 8C18.3284 8 19 7.32843 19 6.5ZM7.70711 13.2929C7.31658 12.9024 6.68342 12.9024 6.29289 13.2929C5.90237 13.6834 5.90237 14.3166 6.29289 14.7071L9.29289 17.7071C9.68342 18.0976 10.3166 18.0976 10.7071 17.7071C11.0976 17.3166 11.0976 16.6834 10.7071 16.2929L7.70711 13.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4595 1.57208C20.2081 1.74402 20.9663 2.0252 21.4705 2.5294C21.9747 3.0336 22.2559 3.79184 22.4279 4.54046C22.6055 5.3138 22.6927 6.19907 22.7288 7.06907C22.8011 8.81159 22.6717 10.5921 22.588 11.5022C22.5359 12.0702 22.3035 12.5946 21.9406 13.0168C19.2313 16.1691 16.4228 19.0388 13.3563 21.7845C11.9532 23.0408 9.85825 23.0541 8.39712 21.9228C5.98744 20.0571 3.94283 18.0125 2.07709 15.6028C0.945789 14.1417 0.959114 12.0467 2.21543 10.6436C4.9611 7.57712 7.83082 4.76863 10.9831 2.05931C11.4053 1.69644 11.9298 1.46409 12.4977 1.4119C13.4078 1.32827 15.1884 1.19887 16.9309 1.27116C17.8009 1.30726 18.6861 1.39446 19.4595 1.57208ZM19 6.5C19 5.67157 18.3284 5 17.5 5C16.6716 5 16 5.67157 16 6.5C16 7.32843 16.6716 8 17.5 8C18.3284 8 19 7.32843 19 6.5ZM7.70711 13.2929C7.31658 12.9024 6.68342 12.9024 6.29289 13.2929C5.90237 13.6834 5.90237 14.3166 6.29289 14.7071L9.29289 17.7071C9.68342 18.0976 10.3166 18.0976 10.7071 17.7071C11.0976 17.3166 11.0976 16.6834 10.7071 16.2929L7.70711 13.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-tag-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.0429 1.54289C21.4334 1.15237 22.0666 1.15237 22.4571 1.54289C22.8476 1.93342 22.8476 2.56658 22.4571 2.95711L21.09 4.32418C21.246 4.66505 21.3585 5.03715 21.443 5.40504C21.6125 6.14286 21.6955 6.9864 21.7298 7.81406C21.7986 9.47191 21.6755 11.1654 21.596 12.0306C21.5457 12.5782 21.3216 13.0837 20.972 13.4904C18.3971 16.4863 15.7279 19.2137 12.8135 21.8232C11.4664 23.0294 9.45598 23.0416 8.05431 21.9564C5.7626 20.182 3.81798 18.2373 2.04358 15.9456C0.958315 14.544 0.970558 12.5335 2.17672 11.1864C4.78621 8.27201 7.51361 5.60281 10.5095 3.02791C10.9163 2.67833 11.4217 2.45428 11.9694 2.40396C12.8346 2.32446 14.528 2.20136 16.1859 2.27014C17.0135 2.30447 17.8571 2.38746 18.5949 2.55692C18.9628 2.64143 19.335 2.75396 19.6758 2.90994L21.0429 1.54289ZM6.79283 13.7929C6.40231 14.1834 6.40231 14.8166 6.79283 15.2071L8.79283 17.2071C9.18336 17.5976 9.81652 17.5976 10.207 17.2071C10.5976 16.8166 10.5976 16.1834 10.207 15.7929L8.20705 13.7929C7.81652 13.4024 7.18336 13.4024 6.79283 13.7929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.0429 1.54289C21.4334 1.15237 22.0666 1.15237 22.4571 1.54289C22.8476 1.93342 22.8476 2.56658 22.4571 2.95711L21.09 4.32418C21.246 4.66505 21.3585 5.03715 21.443 5.40504C21.6125 6.14286 21.6955 6.9864 21.7298 7.81406C21.7986 9.47191 21.6755 11.1654 21.596 12.0306C21.5457 12.5782 21.3216 13.0837 20.972 13.4904C18.3971 16.4863 15.7279 19.2137 12.8135 21.8232C11.4664 23.0294 9.45598 23.0416 8.05431 21.9564C5.7626 20.182 3.81798 18.2373 2.04358 15.9456C0.958315 14.544 0.970558 12.5335 2.17672 11.1864C4.78621 8.27201 7.51361 5.60281 10.5095 3.02791C10.9163 2.67833 11.4217 2.45428 11.9694 2.40396C12.8346 2.32446 14.528 2.20136 16.1859 2.27014C17.0135 2.30447 17.8571 2.38746 18.5949 2.55692C18.9628 2.64143 19.335 2.75396 19.6758 2.90994L21.0429 1.54289ZM6.79283 13.7929C6.40231 14.1834 6.40231 14.8166 6.79283 15.2071L8.79283 17.2071C9.18336 17.5976 9.81652 17.5976 10.207 17.2071C10.5976 16.8166 10.5976 16.1834 10.207 15.7929L8.20705 13.7929C7.81652 13.4024 7.18336 13.4024 6.79283 13.7929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-thumbs-down-ellipse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM12.975 14.6571L13.1525 15.2136L13.1525 15.2137C13.1992 15.36 13.2225 15.4332 13.2405 15.5042C13.4016 16.1401 13.2952 16.81 12.9436 17.3739C12.9043 17.4369 12.8592 17.5004 12.7691 17.6276C12.7115 17.7089 12.6826 17.7495 12.6563 17.7785C12.4102 18.0488 11.9757 18.0755 11.6942 17.8378C11.664 17.8123 11.6298 17.7755 11.5615 17.7021L11.5614 17.702L8.8338 14.7705C8.17423 14.0616 7.84445 13.7071 7.67223 13.2761C7.5 12.845 7.5 12.3741 7.5 11.4321V10.8022C7.5 9.00981 7.5 8.11363 8.09209 7.55681C8.68419 7 9.63715 7 11.5431 7H11.8843C13.4574 7 14.244 7 14.8789 7.3532C14.9403 7.3874 15.0003 7.42387 15.0587 7.46255C15.6617 7.86203 15.9865 8.54072 16.636 9.89811C17.3438 11.3773 17.6977 12.1168 17.3864 12.6659C17.3508 12.7286 17.3097 12.7884 17.2634 12.8447C16.8588 13.3369 16.0021 13.3369 14.2887 13.3369H14.0194C13.5131 13.3369 13.26 13.3369 13.0927 13.4391C12.9573 13.5217 12.8579 13.6473 12.8127 13.793C12.7567 13.973 12.8295 14.201 12.975 14.6571Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM12.975 14.6571L13.1525 15.2136L13.1525 15.2137C13.1992 15.36 13.2225 15.4332 13.2405 15.5042C13.4016 16.1401 13.2952 16.81 12.9436 17.3739C12.9043 17.4369 12.8592 17.5004 12.7691 17.6276C12.7115 17.7089 12.6826 17.7495 12.6563 17.7785C12.4102 18.0488 11.9757 18.0755 11.6942 17.8378C11.664 17.8123 11.6298 17.7755 11.5615 17.7021L11.5614 17.702L8.8338 14.7705C8.17423 14.0616 7.84445 13.7071 7.67223 13.2761C7.5 12.845 7.5 12.3741 7.5 11.4321V10.8022C7.5 9.00981 7.5 8.11363 8.09209 7.55681C8.68419 7 9.63715 7 11.5431 7H11.8843C13.4574 7 14.244 7 14.8789 7.3532C14.9403 7.3874 15.0003 7.42387 15.0587 7.46255C15.6617 7.86203 15.9865 8.54072 16.636 9.89811C17.3438 11.3773 17.6977 12.1168 17.3864 12.6659C17.3508 12.7286 17.3097 12.7884 17.2634 12.8447C16.8588 13.3369 16.0021 13.3369 14.2887 13.3369H14.0194C13.5131 13.3369 13.26 13.3369 13.0927 13.4391C12.9573 13.5217 12.8579 13.6473 12.8127 13.793C12.7567 13.973 12.8295 14.201 12.975 14.6571Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-thumbs-down-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM12.475 14.1571L12.6525 14.7136L12.6525 14.7137C12.6992 14.86 12.7225 14.9332 12.7405 15.0042C12.9016 15.6401 12.7952 16.31 12.4436 16.8739C12.4043 16.9369 12.3592 17.0004 12.2691 17.1275L12.2691 17.1276C12.2115 17.2089 12.1826 17.2495 12.1563 17.2785C11.9102 17.5488 11.4757 17.5755 11.1942 17.3377C11.164 17.3123 11.1298 17.2755 11.0614 17.202L11.0614 17.202L8.3338 14.2705C7.67423 13.5616 7.34445 13.2071 7.17223 12.7761C7 12.345 7 11.8741 7 10.9321V10.3022C7 8.50981 7 7.61363 7.59209 7.05681C8.18419 6.5 9.13715 6.5 11.0431 6.5H11.3843C12.9574 6.5 13.744 6.5 14.3789 6.8532C14.4403 6.8874 14.5003 6.92387 14.5587 6.96255C15.1617 7.36203 15.4865 8.04072 16.136 9.39811C16.8438 10.8773 17.1977 11.6168 16.8864 12.1659C16.8508 12.2286 16.8097 12.2884 16.7634 12.3447C16.3588 12.8369 15.5021 12.8369 13.7887 12.8369H13.5194C13.0131 12.8369 12.76 12.8369 12.5927 12.9391C12.4573 13.0217 12.3579 13.1473 12.3127 13.293C12.2567 13.473 12.3295 13.701 12.475 14.1571Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM12.475 14.1571L12.6525 14.7136L12.6525 14.7137C12.6992 14.86 12.7225 14.9332 12.7405 15.0042C12.9016 15.6401 12.7952 16.31 12.4436 16.8739C12.4043 16.9369 12.3592 17.0004 12.2691 17.1275L12.2691 17.1276C12.2115 17.2089 12.1826 17.2495 12.1563 17.2785C11.9102 17.5488 11.4757 17.5755 11.1942 17.3377C11.164 17.3123 11.1298 17.2755 11.0614 17.202L11.0614 17.202L8.3338 14.2705C7.67423 13.5616 7.34445 13.2071 7.17223 12.7761C7 12.345 7 11.8741 7 10.9321V10.3022C7 8.50981 7 7.61363 7.59209 7.05681C8.18419 6.5 9.13715 6.5 11.0431 6.5H11.3843C12.9574 6.5 13.744 6.5 14.3789 6.8532C14.4403 6.8874 14.5003 6.92387 14.5587 6.96255C15.1617 7.36203 15.4865 8.04072 16.136 9.39811C16.8438 10.8773 17.1977 11.6168 16.8864 12.1659C16.8508 12.2286 16.8097 12.2884 16.7634 12.3447C16.3588 12.8369 15.5021 12.8369 13.7887 12.8369H13.5194C13.0131 12.8369 12.76 12.8369 12.5927 12.9391C12.4573 13.0217 12.3579 13.1473 12.3127 13.293C12.2567 13.473 12.3295 13.701 12.475 14.1571Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-thumbs-down{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 11.375C1.25 12.9628 2.49721 14.25 4.03571 14.25C6.08706 14.25 7.75 12.5338 7.75 10.4167V6.58333C7.75 4.46624 6.08706 2.75 4.03571 2.75C2.49721 2.75 1.25 4.03718 1.25 5.625V11.375ZM4.03571 12.3333C3.52288 12.3333 3.10714 11.9043 3.10714 11.375V5.625C3.10714 5.09573 3.52288 4.66667 4.03571 4.66667C5.06139 4.66667 5.89286 5.52479 5.89286 6.58333V10.4167C5.89286 11.4752 5.06139 12.3333 4.03571 12.3333Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.799 20.815C13.5298 21.4511 14.6525 21.3829 15.2964 20.6544C15.4097 20.5125 15.6704 20.1672 15.807 19.9207C16.4367 18.8803 16.6286 17.6412 16.3392 16.4638C16.3068 16.3322 16.2656 16.1992 16.2023 15.9946L15.9289 15.1118C15.8154 14.7453 15.7468 14.5208 15.7117 14.3527C15.6855 14.26 15.6985 14.0717 15.9601 14.0602C16.1402 14.0442 16.8457 14.0435 17.2394 14.0435C18.4766 14.0435 19.4811 14.0435 20.2488 13.9419C21.0337 13.838 21.7462 13.6087 22.2315 13.0005C22.3273 12.8804 22.4127 12.7524 22.4867 12.618C22.8663 11.9283 22.7859 11.1853 22.5573 10.4375C22.335 9.70996 21.9188 8.81395 21.409 7.71633C20.9359 6.6976 20.516 5.79345 20.1401 5.15929C19.7512 4.5033 19.3355 3.98759 18.7609 3.5954C18.0878 3.13597 17.1903 2.89563 16.4221 2.8217C15.6771 2.75 14.7621 2.75001 13.6144 2.75002C12.2303 2.75 10.5147 2.74998 9.64051 2.86387C8.73584 2.98172 7.97376 3.23334 7.3663 3.82191C6.75553 4.4137 6.49136 5.16154 6.36819 6.04919C6.25001 6.90085 6.25003 7.98266 6.25005 9.31985L6.25003 10.4925C6.24964 11.8105 6.24939 12.6719 6.55913 13.4706C6.86812 14.2674 7.45104 14.9125 8.34723 15.9043L12.5574 20.5663C12.6369 20.6546 12.7182 20.7447 12.799 20.815Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 11.375C1.25 12.9628 2.49721 14.25 4.03571 14.25C6.08706 14.25 7.75 12.5338 7.75 10.4167V6.58333C7.75 4.46624 6.08706 2.75 4.03571 2.75C2.49721 2.75 1.25 4.03718 1.25 5.625V11.375ZM4.03571 12.3333C3.52288 12.3333 3.10714 11.9043 3.10714 11.375V5.625C3.10714 5.09573 3.52288 4.66667 4.03571 4.66667C5.06139 4.66667 5.89286 5.52479 5.89286 6.58333V10.4167C5.89286 11.4752 5.06139 12.3333 4.03571 12.3333Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.799 20.815C13.5298 21.4511 14.6525 21.3829 15.2964 20.6544C15.4097 20.5125 15.6704 20.1672 15.807 19.9207C16.4367 18.8803 16.6286 17.6412 16.3392 16.4638C16.3068 16.3322 16.2656 16.1992 16.2023 15.9946L15.9289 15.1118C15.8154 14.7453 15.7468 14.5208 15.7117 14.3527C15.6855 14.26 15.6985 14.0717 15.9601 14.0602C16.1402 14.0442 16.8457 14.0435 17.2394 14.0435C18.4766 14.0435 19.4811 14.0435 20.2488 13.9419C21.0337 13.838 21.7462 13.6087 22.2315 13.0005C22.3273 12.8804 22.4127 12.7524 22.4867 12.618C22.8663 11.9283 22.7859 11.1853 22.5573 10.4375C22.335 9.70996 21.9188 8.81395 21.409 7.71633C20.9359 6.6976 20.516 5.79345 20.1401 5.15929C19.7512 4.5033 19.3355 3.98759 18.7609 3.5954C18.0878 3.13597 17.1903 2.89563 16.4221 2.8217C15.6771 2.75 14.7621 2.75001 13.6144 2.75002C12.2303 2.75 10.5147 2.74998 9.64051 2.86387C8.73584 2.98172 7.97376 3.23334 7.3663 3.82191C6.75553 4.4137 6.49136 5.16154 6.36819 6.04919C6.25001 6.90085 6.25003 7.98266 6.25005 9.31985L6.25003 10.4925C6.24964 11.8105 6.24939 12.6719 6.55913 13.4706C6.86812 14.2674 7.45104 14.9125 8.34723 15.9043L12.5574 20.5663C12.6369 20.6546 12.7182 20.7447 12.799 20.815Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-thumbs-up-down{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.71034 1.58924C6.29588 1.09467 7.18963 1.14406 7.71091 1.71651C7.79746 1.82422 7.99246 2.07756 8.08007 2.22922C8.53818 2.96382 8.67964 3.84316 8.46768 4.67992C8.44399 4.77344 8.41407 4.86722 8.37342 4.99457L8.08468 5.90857L8.84054 5.91301C9.65313 5.91298 10.3356 5.91296 10.8625 5.98066C11.4032 6.05012 11.9568 6.20925 12.3429 6.67901C12.4163 6.76823 12.4819 6.86359 12.5389 6.96417C12.848 7.50937 12.7696 8.08366 12.6088 8.59441C12.4547 9.08398 12.1701 9.67869 11.8368 10.375C11.5259 11.0248 11.2279 11.6476 10.9701 12.0698C10.6985 12.5145 10.3972 12.8816 9.973 13.1627C9.89842 13.2121 9.8219 13.2586 9.74361 13.3021C9.30183 13.5479 8.83302 13.6531 8.30331 13.7026C7.79564 13.75 7.17629 13.75 6.41968 13.75H6.41967H5.99364H5.99363C5.08286 13.75 4.32863 13.75 3.73093 13.6744C3.10533 13.5953 2.53839 13.4221 2.0784 12.9895C1.61189 12.5508 1.41882 11.9995 1.33167 11.3899C1.25004 10.819 1.25007 10.1019 1.25011 9.25195L1.25005 8.44338C1.2495 7.62275 1.24909 7.01319 1.47587 6.44561C1.70106 5.88197 2.12271 5.42938 2.69783 4.81203L5.52783 1.77049C5.57829 1.71608 5.64375 1.64549 5.71034 1.58924Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2898 22.4107C17.7042 22.9053 16.8105 22.8559 16.2892 22.2835C16.2027 22.1757 16.0077 21.9224 15.92 21.7707C15.4619 21.0361 15.3205 20.1568 15.5324 19.32C15.5561 19.2265 15.586 19.1327 15.6267 19.0054L15.9154 18.0914L15.1596 18.0869C14.347 18.087 13.6645 18.087 13.1376 18.0193C12.597 17.9498 12.0433 17.7907 11.6572 17.3209C11.5839 17.2317 11.5182 17.1364 11.4612 17.0358C11.1521 16.4906 11.2305 15.9163 11.3913 15.4056C11.5454 14.916 11.83 14.3213 12.1633 13.625C12.4742 12.9752 12.7722 12.3524 13.0301 11.9302C13.3017 11.4855 13.6029 11.1183 14.0271 10.8373C14.1017 10.7879 14.1782 10.7414 14.2565 10.6978C14.6983 10.452 15.1671 10.3469 15.6968 10.2974C16.2045 10.25 16.8238 10.25 17.5804 10.25H18.0065C18.9173 10.25 19.6715 10.25 20.2692 10.3255C20.8948 10.4046 21.4617 10.5779 21.9217 11.0105C22.3882 11.4492 22.5813 12.0004 22.6684 12.61C22.7501 13.181 22.75 13.8981 22.75 14.748L22.7501 15.5566C22.7506 16.3772 22.751 16.9868 22.5242 17.5544C22.2991 18.118 21.8774 18.5706 21.3023 19.1879L18.4723 22.2295C18.4218 22.2839 18.3564 22.3545 18.2898 22.4107Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.71034 1.58924C6.29588 1.09467 7.18963 1.14406 7.71091 1.71651C7.79746 1.82422 7.99246 2.07756 8.08007 2.22922C8.53818 2.96382 8.67964 3.84316 8.46768 4.67992C8.44399 4.77344 8.41407 4.86722 8.37342 4.99457L8.08468 5.90857L8.84054 5.91301C9.65313 5.91298 10.3356 5.91296 10.8625 5.98066C11.4032 6.05012 11.9568 6.20925 12.3429 6.67901C12.4163 6.76823 12.4819 6.86359 12.5389 6.96417C12.848 7.50937 12.7696 8.08366 12.6088 8.59441C12.4547 9.08398 12.1701 9.67869 11.8368 10.375C11.5259 11.0248 11.2279 11.6476 10.9701 12.0698C10.6985 12.5145 10.3972 12.8816 9.973 13.1627C9.89842 13.2121 9.8219 13.2586 9.74361 13.3021C9.30183 13.5479 8.83302 13.6531 8.30331 13.7026C7.79564 13.75 7.17629 13.75 6.41968 13.75H6.41967H5.99364H5.99363C5.08286 13.75 4.32863 13.75 3.73093 13.6744C3.10533 13.5953 2.53839 13.4221 2.0784 12.9895C1.61189 12.5508 1.41882 11.9995 1.33167 11.3899C1.25004 10.819 1.25007 10.1019 1.25011 9.25195L1.25005 8.44338C1.2495 7.62275 1.24909 7.01319 1.47587 6.44561C1.70106 5.88197 2.12271 5.42938 2.69783 4.81203L5.52783 1.77049C5.57829 1.71608 5.64375 1.64549 5.71034 1.58924Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2898 22.4107C17.7042 22.9053 16.8105 22.8559 16.2892 22.2835C16.2027 22.1757 16.0077 21.9224 15.92 21.7707C15.4619 21.0361 15.3205 20.1568 15.5324 19.32C15.5561 19.2265 15.586 19.1327 15.6267 19.0054L15.9154 18.0914L15.1596 18.0869C14.347 18.087 13.6645 18.087 13.1376 18.0193C12.597 17.9498 12.0433 17.7907 11.6572 17.3209C11.5839 17.2317 11.5182 17.1364 11.4612 17.0358C11.1521 16.4906 11.2305 15.9163 11.3913 15.4056C11.5454 14.916 11.83 14.3213 12.1633 13.625C12.4742 12.9752 12.7722 12.3524 13.0301 11.9302C13.3017 11.4855 13.6029 11.1183 14.0271 10.8373C14.1017 10.7879 14.1782 10.7414 14.2565 10.6978C14.6983 10.452 15.1671 10.3469 15.6968 10.2974C16.2045 10.25 16.8238 10.25 17.5804 10.25H18.0065C18.9173 10.25 19.6715 10.25 20.2692 10.3255C20.8948 10.4046 21.4617 10.5779 21.9217 11.0105C22.3882 11.4492 22.5813 12.0004 22.6684 12.61C22.7501 13.181 22.75 13.8981 22.75 14.748L22.7501 15.5566C22.7506 16.3772 22.751 16.9868 22.5242 17.5544C22.2991 18.118 21.8774 18.5706 21.3023 19.1879L18.4723 22.2295C18.4218 22.2839 18.3564 22.3545 18.2898 22.4107Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-thumbs-up-ellipse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM12.975 9.34293L13.1525 8.7864L13.1525 8.78626C13.1992 8.64001 13.2225 8.56681 13.2405 8.4958C13.4016 7.85988 13.2952 7.19002 12.9436 6.62613C12.9043 6.56314 12.8592 6.49956 12.7691 6.37241C12.7115 6.29112 12.6826 6.25047 12.6563 6.22152C12.4102 5.95124 11.9757 5.92447 11.6942 6.16225C11.664 6.18772 11.6298 6.22449 11.5614 6.298L11.5614 6.29801L8.8338 9.22954C8.17423 9.93842 7.84445 10.2929 7.67223 10.7239C7.5 11.155 7.5 11.6259 7.5 12.5679V13.1978C7.5 14.9902 7.5 15.8864 8.09209 16.4432C8.68419 17 9.63714 17 11.5431 17H11.5431H11.8843C13.4574 17 14.244 17 14.8789 16.6468C14.9403 16.6126 15.0003 16.5761 15.0587 16.5375C15.6617 16.138 15.9865 15.4593 16.636 14.1019C17.3438 12.6227 17.6977 11.8832 17.3864 11.3341C17.3508 11.2714 17.3097 11.2116 17.2634 11.1553C16.8588 10.6631 16.0021 10.6631 14.2887 10.6631H14.0194C13.5131 10.6631 13.26 10.6631 13.0927 10.5609C12.9573 10.4783 12.8579 10.3527 12.8127 10.207C12.7567 10.027 12.8295 9.79895 12.975 9.34293Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM12.975 9.34293L13.1525 8.7864L13.1525 8.78626C13.1992 8.64001 13.2225 8.56681 13.2405 8.4958C13.4016 7.85988 13.2952 7.19002 12.9436 6.62613C12.9043 6.56314 12.8592 6.49956 12.7691 6.37241C12.7115 6.29112 12.6826 6.25047 12.6563 6.22152C12.4102 5.95124 11.9757 5.92447 11.6942 6.16225C11.664 6.18772 11.6298 6.22449 11.5614 6.298L11.5614 6.29801L8.8338 9.22954C8.17423 9.93842 7.84445 10.2929 7.67223 10.7239C7.5 11.155 7.5 11.6259 7.5 12.5679V13.1978C7.5 14.9902 7.5 15.8864 8.09209 16.4432C8.68419 17 9.63714 17 11.5431 17H11.5431H11.8843C13.4574 17 14.244 17 14.8789 16.6468C14.9403 16.6126 15.0003 16.5761 15.0587 16.5375C15.6617 16.138 15.9865 15.4593 16.636 14.1019C17.3438 12.6227 17.6977 11.8832 17.3864 11.3341C17.3508 11.2714 17.3097 11.2116 17.2634 11.1553C16.8588 10.6631 16.0021 10.6631 14.2887 10.6631H14.0194C13.5131 10.6631 13.26 10.6631 13.0927 10.5609C12.9573 10.4783 12.8579 10.3527 12.8127 10.207C12.7567 10.027 12.8295 9.79895 12.975 9.34293Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-thumbs-up-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM12.475 9.84293L12.6525 9.2864L12.6525 9.28626C12.6992 9.14001 12.7225 9.06681 12.7405 8.9958C12.9016 8.35988 12.7952 7.69003 12.4436 7.12613C12.4043 7.06315 12.3592 6.99958 12.2691 6.87246L12.2691 6.87241C12.2115 6.79112 12.1826 6.75047 12.1563 6.72152C11.9102 6.45124 11.4757 6.42448 11.1942 6.66225C11.164 6.68772 11.1298 6.72449 11.0614 6.798L11.0614 6.79801L8.3338 9.72955L8.33379 9.72955C7.67423 10.4384 7.34445 10.7929 7.17223 11.2239C7 11.655 7 12.1259 7 13.0679V13.6978C7 15.4902 7 16.3864 7.59209 16.9432C8.18419 17.5 9.13715 17.5 11.0431 17.5H11.3843C12.9574 17.5 13.744 17.5 14.3789 17.1468C14.4403 17.1126 14.5003 17.0761 14.5587 17.0375C15.1617 16.638 15.4865 15.9593 16.136 14.6019C16.8438 13.1227 17.1977 12.3832 16.8864 11.8341C16.8508 11.7714 16.8097 11.7116 16.7634 11.6553C16.3588 11.1631 15.5021 11.1631 13.7887 11.1631H13.5194C13.0131 11.1631 12.76 11.1631 12.5927 11.0609C12.4573 10.9783 12.3579 10.8527 12.3127 10.707C12.2567 10.527 12.3295 10.299 12.475 9.84293Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM12.475 9.84293L12.6525 9.2864L12.6525 9.28626C12.6992 9.14001 12.7225 9.06681 12.7405 8.9958C12.9016 8.35988 12.7952 7.69003 12.4436 7.12613C12.4043 7.06315 12.3592 6.99958 12.2691 6.87246L12.2691 6.87241C12.2115 6.79112 12.1826 6.75047 12.1563 6.72152C11.9102 6.45124 11.4757 6.42448 11.1942 6.66225C11.164 6.68772 11.1298 6.72449 11.0614 6.798L11.0614 6.79801L8.3338 9.72955L8.33379 9.72955C7.67423 10.4384 7.34445 10.7929 7.17223 11.2239C7 11.655 7 12.1259 7 13.0679V13.6978C7 15.4902 7 16.3864 7.59209 16.9432C8.18419 17.5 9.13715 17.5 11.0431 17.5H11.3843C12.9574 17.5 13.744 17.5 14.3789 17.1468C14.4403 17.1126 14.5003 17.0761 14.5587 17.0375C15.1617 16.638 15.4865 15.9593 16.136 14.6019C16.8438 13.1227 17.1977 12.3832 16.8864 11.8341C16.8508 11.7714 16.8097 11.7116 16.7634 11.6553C16.3588 11.1631 15.5021 11.1631 13.7887 11.1631H13.5194C13.0131 11.1631 12.76 11.1631 12.5927 11.0609C12.4573 10.9783 12.3579 10.8527 12.3127 10.707C12.2567 10.527 12.3295 10.299 12.475 9.84293Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-bookmarks-icons-thumbs-up{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12.625C1.25 11.0372 2.49721 9.75 4.03571 9.75C6.08706 9.75 7.75 11.4662 7.75 13.5833V17.4167C7.75 19.5338 6.08706 21.25 4.03571 21.25C2.49721 21.25 1.25 19.9628 1.25 18.375V12.625ZM4.03571 11.6667C3.52288 11.6667 3.10714 12.0957 3.10714 12.625V18.375C3.10714 18.9043 3.52288 19.3333 4.03571 19.3333C5.06139 19.3333 5.89286 18.4752 5.89286 17.4167V13.5833C5.89286 12.5248 5.06139 11.6667 4.03571 11.6667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.799 3.18496C13.5298 2.54895 14.6525 2.6171 15.2964 3.34564C15.4097 3.48748 15.6704 3.83278 15.807 4.07928C16.4367 5.11966 16.6286 6.35883 16.3392 7.53619C16.3068 7.66778 16.2656 7.80082 16.2023 8.00543L15.9289 8.88815C15.8154 9.25473 15.7468 9.47924 15.7117 9.64731C15.6855 9.74001 15.6985 9.92827 15.9601 9.93976C16.1402 9.95582 16.8457 9.95652 17.2394 9.95652C18.4766 9.9565 19.4811 9.95648 20.2488 10.0581C21.0337 10.162 21.7462 10.3913 22.2315 10.9995C22.3273 11.1196 22.4127 11.2476 22.4867 11.382C22.8663 12.0717 22.7859 12.8147 22.5573 13.5625C22.335 14.29 21.9188 15.186 21.409 16.2837C20.9359 17.3024 20.516 18.2065 20.1401 18.8407C19.7512 19.4967 19.3355 20.0124 18.7609 20.4046C18.0878 20.864 17.1903 21.1044 16.4221 21.1783C15.6771 21.25 14.7621 21.25 13.6144 21.25C12.2303 21.25 10.5147 21.25 9.64051 21.1361C8.73584 21.0183 7.97376 20.7667 7.3663 20.1781C6.75553 19.5863 6.49136 18.8385 6.36819 17.9508C6.25001 17.0991 6.25003 16.0173 6.25005 14.6801L6.25003 13.5075C6.24964 12.1895 6.24939 11.3281 6.55913 10.5294C6.86812 9.73263 7.45104 9.0875 8.34723 8.09569L12.5574 3.43368C12.6369 3.34542 12.7182 3.25526 12.799 3.18496Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12.625C1.25 11.0372 2.49721 9.75 4.03571 9.75C6.08706 9.75 7.75 11.4662 7.75 13.5833V17.4167C7.75 19.5338 6.08706 21.25 4.03571 21.25C2.49721 21.25 1.25 19.9628 1.25 18.375V12.625ZM4.03571 11.6667C3.52288 11.6667 3.10714 12.0957 3.10714 12.625V18.375C3.10714 18.9043 3.52288 19.3333 4.03571 19.3333C5.06139 19.3333 5.89286 18.4752 5.89286 17.4167V13.5833C5.89286 12.5248 5.06139 11.6667 4.03571 11.6667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.799 3.18496C13.5298 2.54895 14.6525 2.6171 15.2964 3.34564C15.4097 3.48748 15.6704 3.83278 15.807 4.07928C16.4367 5.11966 16.6286 6.35883 16.3392 7.53619C16.3068 7.66778 16.2656 7.80082 16.2023 8.00543L15.9289 8.88815C15.8154 9.25473 15.7468 9.47924 15.7117 9.64731C15.6855 9.74001 15.6985 9.92827 15.9601 9.93976C16.1402 9.95582 16.8457 9.95652 17.2394 9.95652C18.4766 9.9565 19.4811 9.95648 20.2488 10.0581C21.0337 10.162 21.7462 10.3913 22.2315 10.9995C22.3273 11.1196 22.4127 11.2476 22.4867 11.382C22.8663 12.0717 22.7859 12.8147 22.5573 13.5625C22.335 14.29 21.9188 15.186 21.409 16.2837C20.9359 17.3024 20.516 18.2065 20.1401 18.8407C19.7512 19.4967 19.3355 20.0124 18.7609 20.4046C18.0878 20.864 17.1903 21.1044 16.4221 21.1783C15.6771 21.25 14.7621 21.25 13.6144 21.25C12.2303 21.25 10.5147 21.25 9.64051 21.1361C8.73584 21.0183 7.97376 20.7667 7.3663 20.1781C6.75553 19.5863 6.49136 18.8385 6.36819 17.9508C6.25001 17.0991 6.25003 16.0173 6.25005 14.6801L6.25003 13.5075C6.24964 12.1895 6.24939 11.3281 6.55913 10.5294C6.86812 9.73263 7.45104 9.0875 8.34723 8.09569L12.5574 3.43368C12.6369 3.34542 12.7182 3.25526 12.799 3.18496Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-barns{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.85003 12.25C2.56719 12.25 2.42577 12.25 2.33791 12.1621C2.25004 12.0743 2.25004 11.9328 2.25003 11.65L2.25002 10.1843C2.24983 9.81822 2.24969 9.52932 2.30995 9.24302C2.37021 8.95672 2.48672 8.69278 2.63433 8.35838L3.7238 5.88672C3.99246 5.27574 4.20502 4.79234 4.57748 4.42179C4.94994 4.05123 5.43217 3.84338 6.04168 3.58067L10.2438 1.76487C10.9071 1.47749 11.4321 1.25 12 1.25C12.5679 1.25 13.093 1.47749 13.7562 1.76487L18.0469 3.61893C18.6173 3.8648 19.0683 4.05925 19.4254 4.3987C19.7825 4.73816 20.0015 5.18076 20.2784 5.74038L21.2793 7.7588C21.4599 8.12242 21.6025 8.4095 21.6765 8.72555C21.7505 9.0416 21.7503 9.36265 21.7501 9.76929L21.75 11.65C21.75 11.9328 21.75 12.0743 21.6622 12.1621C21.5743 12.25 21.4329 12.25 21.15 12.25H2.85003ZM12 9.99999C13.1046 9.99999 14 9.10456 14 7.99999C14 6.89542 13.1046 5.99999 12 5.99999C10.8954 5.99999 10 6.89542 10 7.99999C10 9.10456 10.8954 9.99999 12 9.99999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.15 13.75C21.4329 13.75 21.5743 13.75 21.6622 13.8379C21.75 13.9257 21.75 14.0672 21.75 14.35L21.75 20.0224C21.7501 20.4588 21.7501 20.8589 21.7067 21.1844C21.6589 21.5428 21.5465 21.9216 21.2375 22.2332C20.9285 22.5448 20.5527 22.6581 20.1972 22.7063C19.8744 22.7501 19.4776 22.75 19.0448 22.75H18.15C17.9614 22.75 17.8672 22.75 17.8086 22.6914C17.75 22.6328 17.75 22.5386 17.75 22.35V14.15C17.75 13.9614 17.75 13.8672 17.8086 13.8086C17.8672 13.75 17.9614 13.75 18.15 13.75H21.15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3479 22.4086C15.4932 22.5539 15.5659 22.6265 15.5403 22.6883C15.5147 22.75 15.412 22.75 15.2065 22.75H8.79351C8.58801 22.75 8.48527 22.75 8.4597 22.6883C8.43413 22.6265 8.50678 22.5539 8.65208 22.4086L11.7172 19.3435C11.8505 19.2102 11.9172 19.1435 12 19.1435C12.0828 19.1435 12.1495 19.2102 12.2828 19.3435L15.3479 22.4086Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.25 22.35C6.25 22.5386 6.25 22.6328 6.19142 22.6914C6.13284 22.75 6.03856 22.75 5.85 22.75H4.9553C4.52248 22.75 4.12564 22.7501 3.80283 22.7063C3.44735 22.6581 3.07163 22.5448 2.7626 22.2332C2.45358 21.9216 2.34113 21.5428 2.29334 21.1844C2.24994 20.8589 2.24999 20.4588 2.25004 20.0224L2.25004 14.35C2.25004 14.0672 2.25004 13.9257 2.33791 13.8379C2.42578 13.75 2.5672 13.75 2.85004 13.75H5.85C6.03856 13.75 6.13284 13.75 6.19142 13.8086C6.25 13.8672 6.25 13.9614 6.25 14.15V22.35Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.3435 17.7172C13.2102 17.8505 13.1435 17.9172 13.1435 18C13.1435 18.0828 13.2102 18.1495 13.3435 18.2828L15.9086 20.8479C16.0539 20.9932 16.1265 21.0659 16.1883 21.0403C16.25 21.0147 16.25 20.912 16.25 20.7065V15.2935C16.25 15.088 16.25 14.9853 16.1883 14.9597C16.1265 14.9341 16.0539 15.0068 15.9086 15.1521L13.3435 17.7172Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.7172 16.6565C11.8505 16.7898 11.9172 16.8565 12 16.8565C12.0828 16.8565 12.1495 16.7898 12.2828 16.6565L14.8479 14.0914C14.9932 13.9461 15.0659 13.8735 15.0403 13.8117C15.0147 13.75 14.912 13.75 14.7065 13.75H9.2935C9.08801 13.75 8.98526 13.75 8.95969 13.8117C8.93412 13.8735 9.00678 13.9461 9.15208 14.0914L11.7172 16.6565Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6565 18.2828C10.7898 18.1495 10.8565 18.0828 10.8565 18C10.8565 17.9172 10.7898 17.8505 10.6565 17.7172L8.09142 15.1521C7.94612 15.0068 7.87346 14.9341 7.81173 14.9597C7.75 14.9853 7.75 15.088 7.75 15.2935V20.7065C7.75 20.912 7.75 21.0147 7.81173 21.0403C7.87346 21.0659 7.94612 20.9932 8.09142 20.8479L10.6565 18.2828Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.85003 12.25C2.56719 12.25 2.42577 12.25 2.33791 12.1621C2.25004 12.0743 2.25004 11.9328 2.25003 11.65L2.25002 10.1843C2.24983 9.81822 2.24969 9.52932 2.30995 9.24302C2.37021 8.95672 2.48672 8.69278 2.63433 8.35838L3.7238 5.88672C3.99246 5.27574 4.20502 4.79234 4.57748 4.42179C4.94994 4.05123 5.43217 3.84338 6.04168 3.58067L10.2438 1.76487C10.9071 1.47749 11.4321 1.25 12 1.25C12.5679 1.25 13.093 1.47749 13.7562 1.76487L18.0469 3.61893C18.6173 3.8648 19.0683 4.05925 19.4254 4.3987C19.7825 4.73816 20.0015 5.18076 20.2784 5.74038L21.2793 7.7588C21.4599 8.12242 21.6025 8.4095 21.6765 8.72555C21.7505 9.0416 21.7503 9.36265 21.7501 9.76929L21.75 11.65C21.75 11.9328 21.75 12.0743 21.6622 12.1621C21.5743 12.25 21.4329 12.25 21.15 12.25H2.85003ZM12 9.99999C13.1046 9.99999 14 9.10456 14 7.99999C14 6.89542 13.1046 5.99999 12 5.99999C10.8954 5.99999 10 6.89542 10 7.99999C10 9.10456 10.8954 9.99999 12 9.99999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.15 13.75C21.4329 13.75 21.5743 13.75 21.6622 13.8379C21.75 13.9257 21.75 14.0672 21.75 14.35L21.75 20.0224C21.7501 20.4588 21.7501 20.8589 21.7067 21.1844C21.6589 21.5428 21.5465 21.9216 21.2375 22.2332C20.9285 22.5448 20.5527 22.6581 20.1972 22.7063C19.8744 22.7501 19.4776 22.75 19.0448 22.75H18.15C17.9614 22.75 17.8672 22.75 17.8086 22.6914C17.75 22.6328 17.75 22.5386 17.75 22.35V14.15C17.75 13.9614 17.75 13.8672 17.8086 13.8086C17.8672 13.75 17.9614 13.75 18.15 13.75H21.15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3479 22.4086C15.4932 22.5539 15.5659 22.6265 15.5403 22.6883C15.5147 22.75 15.412 22.75 15.2065 22.75H8.79351C8.58801 22.75 8.48527 22.75 8.4597 22.6883C8.43413 22.6265 8.50678 22.5539 8.65208 22.4086L11.7172 19.3435C11.8505 19.2102 11.9172 19.1435 12 19.1435C12.0828 19.1435 12.1495 19.2102 12.2828 19.3435L15.3479 22.4086Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.25 22.35C6.25 22.5386 6.25 22.6328 6.19142 22.6914C6.13284 22.75 6.03856 22.75 5.85 22.75H4.9553C4.52248 22.75 4.12564 22.7501 3.80283 22.7063C3.44735 22.6581 3.07163 22.5448 2.7626 22.2332C2.45358 21.9216 2.34113 21.5428 2.29334 21.1844C2.24994 20.8589 2.24999 20.4588 2.25004 20.0224L2.25004 14.35C2.25004 14.0672 2.25004 13.9257 2.33791 13.8379C2.42578 13.75 2.5672 13.75 2.85004 13.75H5.85C6.03856 13.75 6.13284 13.75 6.19142 13.8086C6.25 13.8672 6.25 13.9614 6.25 14.15V22.35Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.3435 17.7172C13.2102 17.8505 13.1435 17.9172 13.1435 18C13.1435 18.0828 13.2102 18.1495 13.3435 18.2828L15.9086 20.8479C16.0539 20.9932 16.1265 21.0659 16.1883 21.0403C16.25 21.0147 16.25 20.912 16.25 20.7065V15.2935C16.25 15.088 16.25 14.9853 16.1883 14.9597C16.1265 14.9341 16.0539 15.0068 15.9086 15.1521L13.3435 17.7172Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.7172 16.6565C11.8505 16.7898 11.9172 16.8565 12 16.8565C12.0828 16.8565 12.1495 16.7898 12.2828 16.6565L14.8479 14.0914C14.9932 13.9461 15.0659 13.8735 15.0403 13.8117C15.0147 13.75 14.912 13.75 14.7065 13.75H9.2935C9.08801 13.75 8.98526 13.75 8.95969 13.8117C8.93412 13.8735 9.00678 13.9461 9.15208 14.0914L11.7172 16.6565Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6565 18.2828C10.7898 18.1495 10.8565 18.0828 10.8565 18C10.8565 17.9172 10.7898 17.8505 10.6565 17.7172L8.09142 15.1521C7.94612 15.0068 7.87346 14.9341 7.81173 14.9597C7.75 14.9853 7.75 15.088 7.75 15.2935V20.7065C7.75 20.912 7.75 21.0147 7.81173 21.0403C7.87346 21.0659 7.94612 20.9932 8.09142 20.8479L10.6565 18.2828Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-beach{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.21376 15C9.68351 15 11.9116 15.6683 14.1116 16.3282C16.2877 16.9808 18.4647 17.632 21.0002 17.7723C21.4843 17.7991 21.7264 17.8125 21.8632 17.9571C22 18.1017 22 18.3344 22 18.8V21C22 21.4714 22 21.7071 21.8536 21.8536C21.7071 22 21.4714 22 21 22H3C2.5286 22 2.29289 22 2.14645 21.8536C2 21.7071 2 21.4714 2 21V16.467C2 16.1177 2 15.943 2.10198 15.8089C2.20397 15.6747 2.36284 15.6307 2.68059 15.5425C2.91946 15.4762 3.16075 15.4176 3.40538 15.3665C4.2906 15.1815 5.5763 15 7.21376 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.7252 1.78873C12.2563 1.63701 12.8098 1.9445 12.9615 2.47554C13.0462 2.77214 13.1117 2.83104 13.4222 2.79478C16.4119 2.44567 19.258 4.12751 20.5957 6.8864C20.7243 7.15108 20.8591 7.41727 20.9368 7.70233C21.0315 8.0496 21.0501 8.49578 20.7695 8.93102C20.4672 9.39989 20.009 9.54651 19.6558 9.58681C19.3809 9.61818 19.0548 9.59695 18.7789 9.579L17.3525 9.48734C17.2128 9.47837 17.2103 9.47908 17.096 9.55985L15.8549 10.4369C15.745 10.5146 15.69 10.5534 15.6686 10.6124C15.6472 10.6714 15.6646 10.7365 15.6993 10.8666L16.7485 14.8012C16.8302 15.1077 16.8711 15.2609 16.7868 15.3426C16.7024 15.4243 16.5506 15.3787 16.2468 15.2873L15.0036 14.9136C14.6901 14.8193 14.6809 14.8098 14.5966 14.4936L13.8343 11.6351C13.7986 11.5011 13.7807 11.434 13.7309 11.3932C13.6811 11.3523 13.6119 11.3479 13.4735 11.339L11.3675 11.2037C11.2278 11.1947 11.2253 11.1955 11.111 11.2762L9.93975 12.1039C9.7038 12.2709 9.42921 12.4653 9.17364 12.5851C8.85041 12.7367 8.3631 12.8617 7.84583 12.594C7.3649 12.3451 7.16619 11.9229 7.08662 11.5674C7.02016 11.2705 7.01525 10.963 7.00487 10.6602C6.90357 7.76018 8.38827 4.98261 10.8664 3.61594C11.166 3.45066 11.1277 3.33753 11.0384 3.02498C10.8867 2.49394 11.1942 1.94046 11.7252 1.78873Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.21376 15C9.68351 15 11.9116 15.6683 14.1116 16.3282C16.2877 16.9808 18.4647 17.632 21.0002 17.7723C21.4843 17.7991 21.7264 17.8125 21.8632 17.9571C22 18.1017 22 18.3344 22 18.8V21C22 21.4714 22 21.7071 21.8536 21.8536C21.7071 22 21.4714 22 21 22H3C2.5286 22 2.29289 22 2.14645 21.8536C2 21.7071 2 21.4714 2 21V16.467C2 16.1177 2 15.943 2.10198 15.8089C2.20397 15.6747 2.36284 15.6307 2.68059 15.5425C2.91946 15.4762 3.16075 15.4176 3.40538 15.3665C4.2906 15.1815 5.5763 15 7.21376 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.7252 1.78873C12.2563 1.63701 12.8098 1.9445 12.9615 2.47554C13.0462 2.77214 13.1117 2.83104 13.4222 2.79478C16.4119 2.44567 19.258 4.12751 20.5957 6.8864C20.7243 7.15108 20.8591 7.41727 20.9368 7.70233C21.0315 8.0496 21.0501 8.49578 20.7695 8.93102C20.4672 9.39989 20.009 9.54651 19.6558 9.58681C19.3809 9.61818 19.0548 9.59695 18.7789 9.579L17.3525 9.48734C17.2128 9.47837 17.2103 9.47908 17.096 9.55985L15.8549 10.4369C15.745 10.5146 15.69 10.5534 15.6686 10.6124C15.6472 10.6714 15.6646 10.7365 15.6993 10.8666L16.7485 14.8012C16.8302 15.1077 16.8711 15.2609 16.7868 15.3426C16.7024 15.4243 16.5506 15.3787 16.2468 15.2873L15.0036 14.9136C14.6901 14.8193 14.6809 14.8098 14.5966 14.4936L13.8343 11.6351C13.7986 11.5011 13.7807 11.434 13.7309 11.3932C13.6811 11.3523 13.6119 11.3479 13.4735 11.339L11.3675 11.2037C11.2278 11.1947 11.2253 11.1955 11.111 11.2762L9.93975 12.1039C9.7038 12.2709 9.42921 12.4653 9.17364 12.5851C8.85041 12.7367 8.3631 12.8617 7.84583 12.594C7.3649 12.3451 7.16619 11.9229 7.08662 11.5674C7.02016 11.2705 7.01525 10.963 7.00487 10.6602C6.90357 7.76018 8.38827 4.98261 10.8664 3.61594C11.166 3.45066 11.1277 3.33753 11.0384 3.02498C10.8867 2.49394 11.1942 1.94046 11.7252 1.78873Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-berlin-tower{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9C7 6.23858 9.23858 4 12 4C14.7614 4 17 6.23858 17 9C17 11.7614 14.7614 14 12 14C9.23858 14 7 11.7614 7 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V5C13 5.55228 12.5523 6 12 6C11.4477 6 11 5.55228 11 5V2C11 1.44772 11.4477 1 12 1ZM9.99997 12C10.5523 12 11 12.4477 11 13C11 13.7663 10.8177 14.8481 10.5492 16H13.4508C13.1822 14.8481 13 13.7663 13 13C13 12.4477 13.4477 12 14 12C14.5523 12 15 12.4477 15 13C15 13.6432 15.1946 14.7402 15.5083 16C16.0568 16.0045 16.5 16.4505 16.5 17C16.5 17.3612 16.3085 17.6777 16.0214 17.8534C16.4754 19.3514 16.9911 20.7463 17.3944 21.5528C17.6414 22.0468 17.4412 22.6474 16.9472 22.8944C16.4532 23.1414 15.8525 22.9412 15.6055 22.4472C15.0877 21.4114 14.4742 19.6996 13.9785 18H10.0215C9.52572 19.6996 8.9123 21.4114 8.3944 22.4472C8.14741 22.9412 7.54674 23.1414 7.05276 22.8944C6.55878 22.6474 6.35856 22.0468 6.60555 21.5528C7.00881 20.7463 7.52454 19.3514 7.97852 17.8534C7.69149 17.6777 7.49997 17.3612 7.49997 17C7.49997 16.4505 7.94318 16.0045 8.49162 16C8.8053 14.7402 8.99997 13.6432 8.99997 13C8.99997 12.4477 9.44769 12 9.99997 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9C7 6.23858 9.23858 4 12 4C14.7614 4 17 6.23858 17 9C17 11.7614 14.7614 14 12 14C9.23858 14 7 11.7614 7 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V5C13 5.55228 12.5523 6 12 6C11.4477 6 11 5.55228 11 5V2C11 1.44772 11.4477 1 12 1ZM9.99997 12C10.5523 12 11 12.4477 11 13C11 13.7663 10.8177 14.8481 10.5492 16H13.4508C13.1822 14.8481 13 13.7663 13 13C13 12.4477 13.4477 12 14 12C14.5523 12 15 12.4477 15 13C15 13.6432 15.1946 14.7402 15.5083 16C16.0568 16.0045 16.5 16.4505 16.5 17C16.5 17.3612 16.3085 17.6777 16.0214 17.8534C16.4754 19.3514 16.9911 20.7463 17.3944 21.5528C17.6414 22.0468 17.4412 22.6474 16.9472 22.8944C16.4532 23.1414 15.8525 22.9412 15.6055 22.4472C15.0877 21.4114 14.4742 19.6996 13.9785 18H10.0215C9.52572 19.6996 8.9123 21.4114 8.3944 22.4472C8.14741 22.9412 7.54674 23.1414 7.05276 22.8944C6.55878 22.6474 6.35856 22.0468 6.60555 21.5528C7.00881 20.7463 7.52454 19.3514 7.97852 17.8534C7.69149 17.6777 7.49997 17.3612 7.49997 17C7.49997 16.4505 7.94318 16.0045 8.49162 16C8.8053 14.7402 8.99997 13.6432 8.99997 13C8.99997 12.4477 9.44769 12 9.99997 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-berlin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.817 1.66475C9.00296 1.29427 9.45519 1.1441 9.8271 1.32934C10.4595 1.64433 10.8083 2.20986 10.9956 2.69192C11.0397 2.80555 11.077 2.91962 11.1082 3.03194C11.1433 3.15834 11.2557 3.25015 11.3869 3.25016L11.4375 3.25016H12.5625L12.6131 3.25016C12.7443 3.25015 12.8567 3.15834 12.8918 3.03194C12.923 2.91962 12.9603 2.80555 13.0044 2.69192C13.1917 2.20986 13.5405 1.64433 14.1729 1.32934C14.5448 1.1441 14.997 1.29427 15.183 1.66475C15.369 2.03524 15.2182 2.48574 14.8463 2.67098C14.6756 2.756 14.5225 2.94047 14.4086 3.23341C14.3769 3.31513 14.4256 3.40327 14.5073 3.43511C14.7396 3.52565 14.9613 3.66672 15.1456 3.89068C15.4672 4.28145 15.518 4.73379 15.4953 5.1429C15.4744 5.51942 15.382 5.97923 15.2794 6.4901L15.2794 6.49012L15.2695 6.53948L15.0687 7.53948L15.0611 7.57771C14.9905 7.92956 14.9247 8.2572 14.8367 8.52217C14.739 8.81632 14.5889 9.11636 14.2985 9.35351C14.0081 9.59066 13.6833 9.67849 13.3746 9.71624C13.0965 9.75025 12.7611 9.75021 12.4009 9.75017L12.3618 9.75016H11.6382L11.5991 9.75017C11.2389 9.75021 10.9035 9.75025 10.6254 9.71624C10.3167 9.67849 9.99192 9.59066 9.70153 9.35351C9.41114 9.11636 9.261 8.81632 9.16329 8.52217C9.07528 8.2572 9.00954 7.92955 8.93894 7.57769L8.93127 7.53948L8.7305 6.53948L8.72059 6.49012C8.61796 5.97924 8.5256 5.51943 8.5047 5.1429C8.48198 4.73379 8.53284 4.28145 8.85442 3.89068C9.03874 3.66672 9.26041 3.52565 9.49272 3.43511C9.57441 3.40327 9.62312 3.31513 9.59136 3.23341C9.47753 2.94047 9.32439 2.756 9.1537 2.67098C8.78179 2.48574 8.63105 2.03524 8.817 1.66475Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.993 5.22605C16.966 5.71188 16.8552 6.26293 16.7622 6.72482L16.5229 7.9168C16.4593 8.23419 16.3779 8.64072 16.2602 8.99502C16.1636 9.28602 16.1152 9.43154 16.1313 9.5101C16.1507 9.60492 16.1917 9.6617 16.2755 9.70999C16.345 9.75 16.4789 9.75 16.7467 9.75H22C22.4142 9.75 22.75 9.41421 22.75 9C22.75 8.58579 22.4142 8.25 22 8.25C21.8619 8.25 21.75 8.13807 21.75 8V6C21.75 5.86193 21.8619 5.75 22 5.75C22.4142 5.75 22.75 5.41421 22.75 5C22.75 4.58579 22.4142 4.25 22 4.25H17.6645C17.3386 4.25 17.1756 4.25 17.0878 4.33787C16.9999 4.42575 16.9999 4.61105 16.9999 4.98166C16.9999 5.06799 16.9972 5.14977 16.993 5.22605Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.73977 8.99502C7.62208 8.6407 7.54065 8.2342 7.47707 7.91679L7.23776 6.72484C7.14484 6.26294 7.03397 5.71188 7.007 5.22605C7.00277 5.14977 7.00006 5.06799 7.00007 4.98166C7.00009 4.61105 7.00011 4.42575 6.91224 4.33787C6.82437 4.25 6.6614 4.25 6.33546 4.25H2C1.58579 4.25 1.25 4.58579 1.25 5C1.25 5.41421 1.58579 5.75 2 5.75C2.13807 5.75 2.25 5.86193 2.25 6V8C2.25 8.13807 2.13807 8.25 2 8.25C1.58579 8.25 1.25 8.58579 1.25 9C1.25 9.41421 1.58579 9.75 2 9.75H7.25326C7.52107 9.75 7.65497 9.75 7.72447 9.70999C7.80834 9.6617 7.84931 9.60492 7.8687 9.51011C7.88476 9.43154 7.83643 9.28603 7.73977 8.99502Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1 21.75C1 21.1977 1.44772 20.75 2 20.75C2.13807 20.75 2.25 20.6381 2.25 20.5V11.6C2.25 11.3172 2.25 11.1757 2.33787 11.0879C2.42574 11 2.56716 11 2.85 11H6.15C6.43284 11 6.57426 11 6.66213 11.0879C6.75 11.1757 6.75 11.3172 6.75 11.6V20.15C6.75 20.4328 6.75 20.5743 6.83787 20.6621C6.92574 20.75 7.06716 20.75 7.35 20.75H7.65C7.93284 20.75 8.07426 20.75 8.16213 20.6621C8.25 20.5743 8.25 20.4328 8.25 20.15V11.6C8.25 11.3172 8.25 11.1757 8.33787 11.0879C8.42574 11 8.56716 11 8.85 11H9.15C9.43284 11 9.57426 11 9.66213 11.0879C9.75 11.1757 9.75 11.3172 9.75 11.6V20.15C9.75 20.4328 9.75 20.5743 9.83787 20.6621C9.92574 20.75 10.0672 20.75 10.35 20.75H13.65C13.9328 20.75 14.0743 20.75 14.1621 20.6621C14.25 20.5743 14.25 20.4328 14.25 20.15V11.6C14.25 11.3172 14.25 11.1757 14.3379 11.0879C14.4257 11 14.5672 11 14.85 11H15.15C15.4328 11 15.5743 11 15.6621 11.0879C15.75 11.1757 15.75 11.3172 15.75 11.6V20.15C15.75 20.4328 15.75 20.5743 15.8379 20.6621C15.9257 20.75 16.0672 20.75 16.35 20.75H16.65C16.9328 20.75 17.0743 20.75 17.1621 20.6621C17.25 20.5743 17.25 20.432 17.25 20.1474V11.6026C17.25 11.318 17.25 11.1757 17.3379 11.0879C17.4257 11 17.5672 11 17.85 11H21.15C21.4328 11 21.5743 11 21.6621 11.0879C21.75 11.1757 21.75 11.3172 21.75 11.6V20.5C21.75 20.6381 21.8619 20.75 22 20.75C22.5523 20.75 23 21.1977 23 21.75C23 22.3023 22.5523 22.75 22 22.75H2C1.44772 22.75 1 22.3023 1 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.817 1.66475C9.00296 1.29427 9.45519 1.1441 9.8271 1.32934C10.4595 1.64433 10.8083 2.20986 10.9956 2.69192C11.0397 2.80555 11.077 2.91962 11.1082 3.03194C11.1433 3.15834 11.2557 3.25015 11.3869 3.25016L11.4375 3.25016H12.5625L12.6131 3.25016C12.7443 3.25015 12.8567 3.15834 12.8918 3.03194C12.923 2.91962 12.9603 2.80555 13.0044 2.69192C13.1917 2.20986 13.5405 1.64433 14.1729 1.32934C14.5448 1.1441 14.997 1.29427 15.183 1.66475C15.369 2.03524 15.2182 2.48574 14.8463 2.67098C14.6756 2.756 14.5225 2.94047 14.4086 3.23341C14.3769 3.31513 14.4256 3.40327 14.5073 3.43511C14.7396 3.52565 14.9613 3.66672 15.1456 3.89068C15.4672 4.28145 15.518 4.73379 15.4953 5.1429C15.4744 5.51942 15.382 5.97923 15.2794 6.4901L15.2794 6.49012L15.2695 6.53948L15.0687 7.53948L15.0611 7.57771C14.9905 7.92956 14.9247 8.2572 14.8367 8.52217C14.739 8.81632 14.5889 9.11636 14.2985 9.35351C14.0081 9.59066 13.6833 9.67849 13.3746 9.71624C13.0965 9.75025 12.7611 9.75021 12.4009 9.75017L12.3618 9.75016H11.6382L11.5991 9.75017C11.2389 9.75021 10.9035 9.75025 10.6254 9.71624C10.3167 9.67849 9.99192 9.59066 9.70153 9.35351C9.41114 9.11636 9.261 8.81632 9.16329 8.52217C9.07528 8.2572 9.00954 7.92955 8.93894 7.57769L8.93127 7.53948L8.7305 6.53948L8.72059 6.49012C8.61796 5.97924 8.5256 5.51943 8.5047 5.1429C8.48198 4.73379 8.53284 4.28145 8.85442 3.89068C9.03874 3.66672 9.26041 3.52565 9.49272 3.43511C9.57441 3.40327 9.62312 3.31513 9.59136 3.23341C9.47753 2.94047 9.32439 2.756 9.1537 2.67098C8.78179 2.48574 8.63105 2.03524 8.817 1.66475Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.993 5.22605C16.966 5.71188 16.8552 6.26293 16.7622 6.72482L16.5229 7.9168C16.4593 8.23419 16.3779 8.64072 16.2602 8.99502C16.1636 9.28602 16.1152 9.43154 16.1313 9.5101C16.1507 9.60492 16.1917 9.6617 16.2755 9.70999C16.345 9.75 16.4789 9.75 16.7467 9.75H22C22.4142 9.75 22.75 9.41421 22.75 9C22.75 8.58579 22.4142 8.25 22 8.25C21.8619 8.25 21.75 8.13807 21.75 8V6C21.75 5.86193 21.8619 5.75 22 5.75C22.4142 5.75 22.75 5.41421 22.75 5C22.75 4.58579 22.4142 4.25 22 4.25H17.6645C17.3386 4.25 17.1756 4.25 17.0878 4.33787C16.9999 4.42575 16.9999 4.61105 16.9999 4.98166C16.9999 5.06799 16.9972 5.14977 16.993 5.22605Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.73977 8.99502C7.62208 8.6407 7.54065 8.2342 7.47707 7.91679L7.23776 6.72484C7.14484 6.26294 7.03397 5.71188 7.007 5.22605C7.00277 5.14977 7.00006 5.06799 7.00007 4.98166C7.00009 4.61105 7.00011 4.42575 6.91224 4.33787C6.82437 4.25 6.6614 4.25 6.33546 4.25H2C1.58579 4.25 1.25 4.58579 1.25 5C1.25 5.41421 1.58579 5.75 2 5.75C2.13807 5.75 2.25 5.86193 2.25 6V8C2.25 8.13807 2.13807 8.25 2 8.25C1.58579 8.25 1.25 8.58579 1.25 9C1.25 9.41421 1.58579 9.75 2 9.75H7.25326C7.52107 9.75 7.65497 9.75 7.72447 9.70999C7.80834 9.6617 7.84931 9.60492 7.8687 9.51011C7.88476 9.43154 7.83643 9.28603 7.73977 8.99502Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1 21.75C1 21.1977 1.44772 20.75 2 20.75C2.13807 20.75 2.25 20.6381 2.25 20.5V11.6C2.25 11.3172 2.25 11.1757 2.33787 11.0879C2.42574 11 2.56716 11 2.85 11H6.15C6.43284 11 6.57426 11 6.66213 11.0879C6.75 11.1757 6.75 11.3172 6.75 11.6V20.15C6.75 20.4328 6.75 20.5743 6.83787 20.6621C6.92574 20.75 7.06716 20.75 7.35 20.75H7.65C7.93284 20.75 8.07426 20.75 8.16213 20.6621C8.25 20.5743 8.25 20.4328 8.25 20.15V11.6C8.25 11.3172 8.25 11.1757 8.33787 11.0879C8.42574 11 8.56716 11 8.85 11H9.15C9.43284 11 9.57426 11 9.66213 11.0879C9.75 11.1757 9.75 11.3172 9.75 11.6V20.15C9.75 20.4328 9.75 20.5743 9.83787 20.6621C9.92574 20.75 10.0672 20.75 10.35 20.75H13.65C13.9328 20.75 14.0743 20.75 14.1621 20.6621C14.25 20.5743 14.25 20.4328 14.25 20.15V11.6C14.25 11.3172 14.25 11.1757 14.3379 11.0879C14.4257 11 14.5672 11 14.85 11H15.15C15.4328 11 15.5743 11 15.6621 11.0879C15.75 11.1757 15.75 11.3172 15.75 11.6V20.15C15.75 20.4328 15.75 20.5743 15.8379 20.6621C15.9257 20.75 16.0672 20.75 16.35 20.75H16.65C16.9328 20.75 17.0743 20.75 17.1621 20.6621C17.25 20.5743 17.25 20.432 17.25 20.1474V11.6026C17.25 11.318 17.25 11.1757 17.3379 11.0879C17.4257 11 17.5672 11 17.85 11H21.15C21.4328 11 21.5743 11 21.6621 11.0879C21.75 11.1757 21.75 11.3172 21.75 11.6V20.5C21.75 20.6381 21.8619 20.75 22 20.75C22.5523 20.75 23 21.1977 23 21.75C23 22.3023 22.5523 22.75 22 22.75H2C1.44772 22.75 1 22.3023 1 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-borobudur{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.44 19.2787C19.0138 19.25 18.4962 19.25 17.8699 19.25L6.13013 19.25H6.13012C5.50381 19.25 4.98622 19.25 4.56001 19.2787C4.11391 19.3087 3.71125 19.3729 3.32569 19.5258C2.6167 19.807 2.18935 20.2519 1.90159 20.6989C1.67722 21.0474 1.51528 21.4377 1.37823 21.7681L1.37822 21.7681L1.3782 21.7682C1.34717 21.843 1.31741 21.9147 1.28849 21.9822C1.21226 22.1601 1.25061 22.3556 1.39157 22.5077C1.53254 22.6599 1.75892 22.75 2.00001 22.75L22 22.75C22.2411 22.75 22.4675 22.6599 22.6084 22.5077C22.7494 22.3556 22.7878 22.1601 22.7115 21.9822C22.6826 21.9147 22.6528 21.843 22.6218 21.7681C22.4847 21.4377 22.3228 21.0474 22.0984 20.6989C21.8107 20.2519 21.3833 19.807 20.6743 19.5258C20.2888 19.3729 19.8861 19.3087 19.44 19.2787ZM10.2258 5.25C9.54574 5.25 8.8609 5.30154 8.34563 5.72793C7.90995 6.08845 7.71485 6.61818 7.58805 7.17704C7.55843 7.30762 7.54361 7.3729 7.58022 7.41168C7.61683 7.45045 7.6855 7.43897 7.82283 7.41601C7.97347 7.39082 8.12417 7.37033 8.27415 7.35326C9.18198 7.24994 10.3183 7.24997 11.6371 7.25H12.3626C13.6814 7.24997 14.8177 7.24994 15.7255 7.35326C15.8752 7.37029 16.0255 7.39073 16.1758 7.41584C16.3132 7.43878 16.3818 7.45025 16.4184 7.41148C16.455 7.3727 16.4402 7.30742 16.4106 7.17687C16.2838 6.61808 16.0887 6.08842 15.653 5.72793C15.1378 5.30154 14.4529 5.25 13.7729 5.25H10.2258ZM10.6492 1.55124C11.0126 1.26756 11.4578 1.25 11.7804 1.25H12.2188C12.5414 1.25 12.9866 1.26756 13.35 1.55125C13.7133 1.83494 13.8383 2.26259 13.9166 2.57556L14.2725 3.99927C14.3028 4.12025 14.3179 4.18074 14.2869 4.21943C14.2558 4.25812 14.1922 4.25648 14.0649 4.2532C13.962 4.25055 13.8642 4.25 13.7729 4.25H10.2258C10.1347 4.25 10.0371 4.25055 9.93433 4.25319C9.80704 4.25646 9.74339 4.2581 9.71237 4.21941C9.68135 4.18072 9.69648 4.12023 9.72672 3.99926L10.0826 2.57556C10.1609 2.26259 10.2859 1.83494 10.6492 1.55124ZM17.8985 18.25C18.5016 18.25 19.0473 18.25 19.5073 18.281C19.9588 18.3114 20.1845 18.3266 20.2497 18.2416C20.3149 18.1567 20.2417 17.9417 20.0953 17.5117C19.8863 16.8981 19.7186 16.1217 19.595 15.2396L19.5888 15.196C19.3665 13.6092 19.1916 12.3614 18.9632 11.4212C18.7349 10.4817 18.4213 9.69751 17.8151 9.17033C17.2242 8.65643 16.4825 8.44584 15.6127 8.34684C14.7616 8.24998 13.6723 8.24999 12.3071 8.25H11.6931C10.328 8.24999 9.23864 8.24998 8.38752 8.34684C7.51772 8.44584 6.77607 8.65643 6.18513 9.17033C5.57891 9.69751 5.26529 10.4817 5.03702 11.4212C4.80861 12.3614 4.63375 13.6092 4.4114 15.1959L4.4114 15.1959L4.40527 15.2396C4.28166 16.1217 4.11397 16.8981 3.90498 17.5117C3.75854 17.9417 3.68532 18.1567 3.75054 18.2416C3.81576 18.3266 4.04148 18.3114 4.49291 18.281C4.95292 18.25 5.49872 18.25 6.10179 18.25H17.8985ZM12 13.25C12.4142 13.25 12.75 13.5858 12.75 14V15C12.75 15.4142 12.4142 15.75 12 15.75C11.5858 15.75 11.25 15.4142 11.25 15V14C11.25 13.5858 11.5858 13.25 12 13.25ZM9.75 11.5C9.75 11.0858 9.41421 10.75 9 10.75C8.58579 10.75 8.25 11.0858 8.25 11.5L8.25 12.5C8.25 12.9142 8.58579 13.25 9 13.25C9.41421 13.25 9.75 12.9142 9.75 12.5V11.5ZM15.75 11.5C15.75 11.0858 15.4142 10.75 15 10.75C14.5858 10.75 14.25 11.0858 14.25 11.5V12.5C14.25 12.9142 14.5858 13.25 15 13.25C15.4142 13.25 15.75 12.9142 15.75 12.5V11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.44 19.2787C19.0138 19.25 18.4962 19.25 17.8699 19.25L6.13013 19.25H6.13012C5.50381 19.25 4.98622 19.25 4.56001 19.2787C4.11391 19.3087 3.71125 19.3729 3.32569 19.5258C2.6167 19.807 2.18935 20.2519 1.90159 20.6989C1.67722 21.0474 1.51528 21.4377 1.37823 21.7681L1.37822 21.7681L1.3782 21.7682C1.34717 21.843 1.31741 21.9147 1.28849 21.9822C1.21226 22.1601 1.25061 22.3556 1.39157 22.5077C1.53254 22.6599 1.75892 22.75 2.00001 22.75L22 22.75C22.2411 22.75 22.4675 22.6599 22.6084 22.5077C22.7494 22.3556 22.7878 22.1601 22.7115 21.9822C22.6826 21.9147 22.6528 21.843 22.6218 21.7681C22.4847 21.4377 22.3228 21.0474 22.0984 20.6989C21.8107 20.2519 21.3833 19.807 20.6743 19.5258C20.2888 19.3729 19.8861 19.3087 19.44 19.2787ZM10.2258 5.25C9.54574 5.25 8.8609 5.30154 8.34563 5.72793C7.90995 6.08845 7.71485 6.61818 7.58805 7.17704C7.55843 7.30762 7.54361 7.3729 7.58022 7.41168C7.61683 7.45045 7.6855 7.43897 7.82283 7.41601C7.97347 7.39082 8.12417 7.37033 8.27415 7.35326C9.18198 7.24994 10.3183 7.24997 11.6371 7.25H12.3626C13.6814 7.24997 14.8177 7.24994 15.7255 7.35326C15.8752 7.37029 16.0255 7.39073 16.1758 7.41584C16.3132 7.43878 16.3818 7.45025 16.4184 7.41148C16.455 7.3727 16.4402 7.30742 16.4106 7.17687C16.2838 6.61808 16.0887 6.08842 15.653 5.72793C15.1378 5.30154 14.4529 5.25 13.7729 5.25H10.2258ZM10.6492 1.55124C11.0126 1.26756 11.4578 1.25 11.7804 1.25H12.2188C12.5414 1.25 12.9866 1.26756 13.35 1.55125C13.7133 1.83494 13.8383 2.26259 13.9166 2.57556L14.2725 3.99927C14.3028 4.12025 14.3179 4.18074 14.2869 4.21943C14.2558 4.25812 14.1922 4.25648 14.0649 4.2532C13.962 4.25055 13.8642 4.25 13.7729 4.25H10.2258C10.1347 4.25 10.0371 4.25055 9.93433 4.25319C9.80704 4.25646 9.74339 4.2581 9.71237 4.21941C9.68135 4.18072 9.69648 4.12023 9.72672 3.99926L10.0826 2.57556C10.1609 2.26259 10.2859 1.83494 10.6492 1.55124ZM17.8985 18.25C18.5016 18.25 19.0473 18.25 19.5073 18.281C19.9588 18.3114 20.1845 18.3266 20.2497 18.2416C20.3149 18.1567 20.2417 17.9417 20.0953 17.5117C19.8863 16.8981 19.7186 16.1217 19.595 15.2396L19.5888 15.196C19.3665 13.6092 19.1916 12.3614 18.9632 11.4212C18.7349 10.4817 18.4213 9.69751 17.8151 9.17033C17.2242 8.65643 16.4825 8.44584 15.6127 8.34684C14.7616 8.24998 13.6723 8.24999 12.3071 8.25H11.6931C10.328 8.24999 9.23864 8.24998 8.38752 8.34684C7.51772 8.44584 6.77607 8.65643 6.18513 9.17033C5.57891 9.69751 5.26529 10.4817 5.03702 11.4212C4.80861 12.3614 4.63375 13.6092 4.4114 15.1959L4.4114 15.1959L4.40527 15.2396C4.28166 16.1217 4.11397 16.8981 3.90498 17.5117C3.75854 17.9417 3.68532 18.1567 3.75054 18.2416C3.81576 18.3266 4.04148 18.3114 4.49291 18.281C4.95292 18.25 5.49872 18.25 6.10179 18.25H17.8985ZM12 13.25C12.4142 13.25 12.75 13.5858 12.75 14V15C12.75 15.4142 12.4142 15.75 12 15.75C11.5858 15.75 11.25 15.4142 11.25 15V14C11.25 13.5858 11.5858 13.25 12 13.25ZM9.75 11.5C9.75 11.0858 9.41421 10.75 9 10.75C8.58579 10.75 8.25 11.0858 8.25 11.5L8.25 12.5C8.25 12.9142 8.58579 13.25 9 13.25C9.41421 13.25 9.75 12.9142 9.75 12.5V11.5ZM15.75 11.5C15.75 11.0858 15.4142 10.75 15 10.75C14.5858 10.75 14.25 11.0858 14.25 11.5V12.5C14.25 12.9142 14.5858 13.25 15 13.25C15.4142 13.25 15.75 12.9142 15.75 12.5V11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-bridge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 4C6.55228 4 7 4.44772 7 5V5.69204C8.02284 7.16319 9.70059 9 12 9C14.2994 9 15.9772 7.16319 17 5.69204V5C17 4.44772 17.4477 4 18 4C18.5523 4 19 4.44772 19 5V5.67856C19.3658 6.14965 19.7896 6.47527 20.1731 6.68834C20.3953 6.81176 20.5976 6.8938 20.7573 6.94337C20.9007 6.98785 20.9811 6.99749 20.9979 6.99949C21.0014 6.99992 21.0021 7 21 7C21.5523 7 22 7.44772 22 8C22 8.55228 21.5523 9 21 9C20.5208 9 19.8507 8.79712 19.2019 8.43666C19.1352 8.39962 19.0678 8.36043 19 8.31902V14H22C22.5523 14 23 14.4477 23 15C23 15.5523 22.5523 16 22 16H19V19C19 19.5523 18.5523 20 18 20C17.4477 20 17 19.5523 17 19V16H7V19C7 19.5523 6.55228 20 6 20C5.44772 20 5 19.5523 5 19V16H2C1.44772 16 1 15.5523 1 15C1 14.4477 1.44772 14 2 14H5V8.31902C4.93217 8.36043 4.86482 8.39962 4.79814 8.43666C4.14931 8.79712 3.4792 9 3 9C2.44772 9 2 8.55228 2 8C2 7.44772 2.44772 7 3 7C2.99785 7 2.99856 6.99992 3.00209 6.99949C3.01886 6.99749 3.09935 6.98785 3.24266 6.94337C3.40241 6.8938 3.6047 6.81176 3.82686 6.68834C4.21038 6.47527 4.6342 6.14965 5 5.67856V5C5 4.44772 5.44772 4 6 4ZM7 8.78946V14H9V10.2527C8.23271 9.85429 7.56633 9.33459 7 8.78946ZM11 10.9211V14H13V10.9211C12.6789 10.9724 12.3456 11 12 11C11.6544 11 11.3211 10.9724 11 10.9211ZM15 10.2527V14H17V8.78946C16.4337 9.33459 15.7673 9.85429 15 10.2527Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 4C6.55228 4 7 4.44772 7 5V5.69204C8.02284 7.16319 9.70059 9 12 9C14.2994 9 15.9772 7.16319 17 5.69204V5C17 4.44772 17.4477 4 18 4C18.5523 4 19 4.44772 19 5V5.67856C19.3658 6.14965 19.7896 6.47527 20.1731 6.68834C20.3953 6.81176 20.5976 6.8938 20.7573 6.94337C20.9007 6.98785 20.9811 6.99749 20.9979 6.99949C21.0014 6.99992 21.0021 7 21 7C21.5523 7 22 7.44772 22 8C22 8.55228 21.5523 9 21 9C20.5208 9 19.8507 8.79712 19.2019 8.43666C19.1352 8.39962 19.0678 8.36043 19 8.31902V14H22C22.5523 14 23 14.4477 23 15C23 15.5523 22.5523 16 22 16H19V19C19 19.5523 18.5523 20 18 20C17.4477 20 17 19.5523 17 19V16H7V19C7 19.5523 6.55228 20 6 20C5.44772 20 5 19.5523 5 19V16H2C1.44772 16 1 15.5523 1 15C1 14.4477 1.44772 14 2 14H5V8.31902C4.93217 8.36043 4.86482 8.39962 4.79814 8.43666C4.14931 8.79712 3.4792 9 3 9C2.44772 9 2 8.55228 2 8C2 7.44772 2.44772 7 3 7C2.99785 7 2.99856 6.99992 3.00209 6.99949C3.01886 6.99749 3.09935 6.98785 3.24266 6.94337C3.40241 6.8938 3.6047 6.81176 3.82686 6.68834C4.21038 6.47527 4.6342 6.14965 5 5.67856V5C5 4.44772 5.44772 4 6 4ZM7 8.78946V14H9V10.2527C8.23271 9.85429 7.56633 9.33459 7 8.78946ZM11 10.9211V14H13V10.9211C12.6789 10.9724 12.3456 11 12 11C11.6544 11 11.3211 10.9724 11 10.9211ZM15 10.2527V14H17V8.78946C16.4337 9.33459 15.7673 9.85429 15 10.2527Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-building-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 20.75C3.44772 20.75 3 21.1977 3 21.75C3 22.3023 3.44772 22.75 4 22.75H20C20.5523 22.75 21 22.3023 21 21.75C21 21.1977 20.5523 20.75 20 20.75H19.15C18.9614 20.75 18.8672 20.75 18.8086 20.6914C18.75 20.6328 18.75 20.5386 18.75 20.35V17.15C18.75 16.9614 18.75 16.8672 18.6914 16.8086C18.6328 16.75 18.5386 16.75 18.35 16.75H14C13.5858 16.75 13.25 16.4142 13.25 16C13.25 15.5858 13.5858 15.25 14 15.25H18.35C18.5386 15.25 18.6328 15.25 18.6914 15.1914C18.75 15.1328 18.75 15.0386 18.75 14.85V13.15C18.75 12.9614 18.75 12.8672 18.6914 12.8086C18.6328 12.75 18.5386 12.75 18.35 12.75H14C13.5858 12.75 13.25 12.4142 13.25 12C13.25 11.5858 13.5858 11.25 14 11.25H18.3393C18.5308 11.25 18.6265 11.25 18.6854 11.1895C18.7443 11.1291 18.7418 11.0343 18.7368 10.8447C18.7224 10.2994 18.6924 9.86929 18.63 9.47477C18.6078 9.33514 18.5828 9.19652 18.5549 9.05897C18.5253 8.9132 18.5106 8.84032 18.4553 8.79516C18.4001 8.75 18.3236 8.75 18.1707 8.75H14C13.5858 8.75 13.25 8.41421 13.25 8C13.25 7.58579 13.5858 7.25 14 7.25H17.4008C17.6745 7.25 17.8114 7.25 17.8701 7.15576C17.9288 7.06153 17.8703 6.94223 17.7531 6.70363C16.3809 3.90859 13.7163 1.87546 10.5252 1.37004C9.76693 1.24994 8.87712 1.24996 7.2904 1.25L7.2 1.25001C6.69234 1.25001 6.18613 1.39966 5.80393 1.77109C5.41814 2.14599 5.25 2.65806 5.25 3.20001V20.35C5.25 20.5386 5.25 20.6328 5.19142 20.6914C5.13284 20.75 5.03856 20.75 4.85 20.75H4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 20.75C3.44772 20.75 3 21.1977 3 21.75C3 22.3023 3.44772 22.75 4 22.75H20C20.5523 22.75 21 22.3023 21 21.75C21 21.1977 20.5523 20.75 20 20.75H19.15C18.9614 20.75 18.8672 20.75 18.8086 20.6914C18.75 20.6328 18.75 20.5386 18.75 20.35V17.15C18.75 16.9614 18.75 16.8672 18.6914 16.8086C18.6328 16.75 18.5386 16.75 18.35 16.75H14C13.5858 16.75 13.25 16.4142 13.25 16C13.25 15.5858 13.5858 15.25 14 15.25H18.35C18.5386 15.25 18.6328 15.25 18.6914 15.1914C18.75 15.1328 18.75 15.0386 18.75 14.85V13.15C18.75 12.9614 18.75 12.8672 18.6914 12.8086C18.6328 12.75 18.5386 12.75 18.35 12.75H14C13.5858 12.75 13.25 12.4142 13.25 12C13.25 11.5858 13.5858 11.25 14 11.25H18.3393C18.5308 11.25 18.6265 11.25 18.6854 11.1895C18.7443 11.1291 18.7418 11.0343 18.7368 10.8447C18.7224 10.2994 18.6924 9.86929 18.63 9.47477C18.6078 9.33514 18.5828 9.19652 18.5549 9.05897C18.5253 8.9132 18.5106 8.84032 18.4553 8.79516C18.4001 8.75 18.3236 8.75 18.1707 8.75H14C13.5858 8.75 13.25 8.41421 13.25 8C13.25 7.58579 13.5858 7.25 14 7.25H17.4008C17.6745 7.25 17.8114 7.25 17.8701 7.15576C17.9288 7.06153 17.8703 6.94223 17.7531 6.70363C16.3809 3.90859 13.7163 1.87546 10.5252 1.37004C9.76693 1.24994 8.87712 1.24996 7.2904 1.25L7.2 1.25001C6.69234 1.25001 6.18613 1.39966 5.80393 1.77109C5.41814 2.14599 5.25 2.65806 5.25 3.20001V20.35C5.25 20.5386 5.25 20.6328 5.19142 20.6914C5.13284 20.75 5.03856 20.75 4.85 20.75H4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-building-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.50024 21.75C2.50024 21.1977 2.94796 20.75 3.50024 20.75H20.5002C21.0525 20.75 21.5002 21.1977 21.5002 21.75C21.5002 22.3023 21.0525 22.75 20.5002 22.75H3.50024C2.94796 22.75 2.50024 22.3023 2.50024 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.8182 1.42709C7.42848 1.29303 8.15668 1.25 9.00024 1.25H15.0002C15.8438 1.25 16.572 1.29303 17.1823 1.42709C17.8011 1.56303 18.3455 1.80257 18.7716 2.22867C19.1977 2.65476 19.4372 3.19917 19.5732 3.81795C19.7072 4.42823 19.7502 5.15644 19.7502 6V22L4.25024 22L4.25024 6C4.25024 5.15644 4.29327 4.42823 4.42734 3.81795C4.56327 3.19917 4.80282 2.65476 5.22891 2.22867C5.65501 1.80257 6.19942 1.56303 6.8182 1.42709ZM9.75024 6C9.75024 5.58579 10.086 5.25 10.5002 5.25H13.5002C13.9145 5.25 14.2502 5.58579 14.2502 6C14.2502 6.41421 13.9145 6.75 13.5002 6.75L10.5002 6.75C10.086 6.75 9.75024 6.41421 9.75024 6ZM9.75024 9.5C9.75024 9.08579 10.086 8.75 10.5002 8.75L13.5002 8.75C13.9145 8.75 14.2502 9.08579 14.2502 9.5C14.2502 9.91421 13.9145 10.25 13.5002 10.25L10.5002 10.25C10.086 10.25 9.75024 9.91421 9.75024 9.5ZM9.75024 13C9.75024 12.5858 10.086 12.25 10.5002 12.25L13.5002 12.25C13.9145 12.25 14.2502 12.5858 14.2502 13C14.2502 13.4142 13.9145 13.75 13.5002 13.75L10.5002 13.75C10.086 13.75 9.75024 13.4142 9.75024 13ZM11.1669 16C10.4911 16 9.72942 16.0624 9.24033 16.6494C9.00476 16.932 8.89026 17.2698 8.82901 17.6044C8.76809 17.9372 8.75024 18.3231 8.75024 18.75V21.75H10.2502V18.75C10.2502 18.3496 10.2684 18.0718 10.3045 17.8745C10.3403 17.6789 10.3839 17.6201 10.3927 17.6096C10.3962 17.6054 10.4006 17.6007 10.4127 17.5937C10.4269 17.5853 10.4575 17.5704 10.516 17.555C10.6425 17.5217 10.8422 17.5 11.1669 17.5H12.8336C13.1583 17.5 13.358 17.5217 13.4845 17.555C13.5429 17.5704 13.5736 17.5853 13.5878 17.5937C13.5998 17.6007 13.6043 17.6054 13.6078 17.6096C13.6166 17.6201 13.6602 17.6789 13.696 17.8745C13.7321 18.0718 13.7502 18.3496 13.7502 18.75V21.75H15.2502V18.75C15.2502 18.3231 15.2324 17.9372 15.1715 17.6044C15.1102 17.2698 14.9957 16.932 14.7602 16.6494C14.2711 16.0624 13.5094 16 12.8336 16H11.1669Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.50024 21.75C2.50024 21.1977 2.94796 20.75 3.50024 20.75H20.5002C21.0525 20.75 21.5002 21.1977 21.5002 21.75C21.5002 22.3023 21.0525 22.75 20.5002 22.75H3.50024C2.94796 22.75 2.50024 22.3023 2.50024 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.8182 1.42709C7.42848 1.29303 8.15668 1.25 9.00024 1.25H15.0002C15.8438 1.25 16.572 1.29303 17.1823 1.42709C17.8011 1.56303 18.3455 1.80257 18.7716 2.22867C19.1977 2.65476 19.4372 3.19917 19.5732 3.81795C19.7072 4.42823 19.7502 5.15644 19.7502 6V22L4.25024 22L4.25024 6C4.25024 5.15644 4.29327 4.42823 4.42734 3.81795C4.56327 3.19917 4.80282 2.65476 5.22891 2.22867C5.65501 1.80257 6.19942 1.56303 6.8182 1.42709ZM9.75024 6C9.75024 5.58579 10.086 5.25 10.5002 5.25H13.5002C13.9145 5.25 14.2502 5.58579 14.2502 6C14.2502 6.41421 13.9145 6.75 13.5002 6.75L10.5002 6.75C10.086 6.75 9.75024 6.41421 9.75024 6ZM9.75024 9.5C9.75024 9.08579 10.086 8.75 10.5002 8.75L13.5002 8.75C13.9145 8.75 14.2502 9.08579 14.2502 9.5C14.2502 9.91421 13.9145 10.25 13.5002 10.25L10.5002 10.25C10.086 10.25 9.75024 9.91421 9.75024 9.5ZM9.75024 13C9.75024 12.5858 10.086 12.25 10.5002 12.25L13.5002 12.25C13.9145 12.25 14.2502 12.5858 14.2502 13C14.2502 13.4142 13.9145 13.75 13.5002 13.75L10.5002 13.75C10.086 13.75 9.75024 13.4142 9.75024 13ZM11.1669 16C10.4911 16 9.72942 16.0624 9.24033 16.6494C9.00476 16.932 8.89026 17.2698 8.82901 17.6044C8.76809 17.9372 8.75024 18.3231 8.75024 18.75V21.75H10.2502V18.75C10.2502 18.3496 10.2684 18.0718 10.3045 17.8745C10.3403 17.6789 10.3839 17.6201 10.3927 17.6096C10.3962 17.6054 10.4006 17.6007 10.4127 17.5937C10.4269 17.5853 10.4575 17.5704 10.516 17.555C10.6425 17.5217 10.8422 17.5 11.1669 17.5H12.8336C13.1583 17.5 13.358 17.5217 13.4845 17.555C13.5429 17.5704 13.5736 17.5853 13.5878 17.5937C13.5998 17.6007 13.6043 17.6054 13.6078 17.6096C13.6166 17.6201 13.6602 17.6789 13.696 17.8745C13.7321 18.0718 13.7502 18.3496 13.7502 18.75V21.75H15.2502V18.75C15.2502 18.3231 15.2324 17.9372 15.1715 17.6044C15.1102 17.2698 14.9957 16.932 14.7602 16.6494C14.2711 16.0624 13.5094 16 12.8336 16H11.1669Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-building-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.6125 11.6034L15.4631 10.9586L16.0378 9.04297L18.1872 9.68779C18.2044 9.69295 18.2216 9.69809 18.2387 9.70321C18.8812 9.89595 19.4437 10.0646 19.8902 10.2573C20.3727 10.4654 20.8165 10.7399 21.1574 11.1981C21.4982 11.6562 21.6336 12.1601 21.6944 12.6821C21.7506 13.1652 21.7505 13.7523 21.7505 14.4232L21.7505 22.0008H19.7505V14.4769C19.7505 13.7365 19.7489 13.2669 19.7078 12.9132C19.6696 12.5855 19.6073 12.4652 19.5528 12.3919C19.4982 12.3186 19.401 12.2244 19.098 12.0937C18.771 11.9526 18.3217 11.8162 17.6125 11.6034Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3292 3.46325C13.9962 3.65681 14.5603 3.82054 15.0047 4.01001C15.4785 4.21206 15.888 4.47158 16.199 4.89701C16.5083 5.31995 16.6359 5.79175 16.6946 6.31002C16.7503 6.80079 16.7503 7.40474 16.7502 8.12634V8.12636V22C16.7502 22.4142 16.4145 22.75 16.0002 22.75H3.00025C2.58603 22.75 2.25024 22.4142 2.25024 22L2.25024 6.65889V6.65887V6.65884C2.25022 5.45313 2.2502 4.46837 2.35641 3.71068C2.46638 2.9261 2.70932 2.22562 3.3275 1.73895C3.95241 1.24698 4.6847 1.1901 5.45702 1.2935C6.1945 1.39223 7.11297 1.65885 8.22739 1.98237L8.22743 1.98238L13.3292 3.46325L13.3292 3.46325ZM7.25025 7.99993C7.25025 7.58572 7.58603 7.24993 8.00025 7.24993L11.0002 7.24993C11.4145 7.24993 11.7502 7.58572 11.7502 7.99993C11.7502 8.41414 11.4145 8.74993 11.0002 8.74993L8.00025 8.74993C7.58603 8.74993 7.25025 8.41414 7.25025 7.99993ZM7.25025 11.9999C7.25025 11.5857 7.58603 11.2499 8.00025 11.2499L11.0002 11.2499C11.4145 11.2499 11.7502 11.5857 11.7502 11.9999C11.7502 12.4141 11.4145 12.7499 11.0002 12.7499L8.00025 12.7499C7.58603 12.7499 7.25025 12.4141 7.25025 11.9999ZM9.00025 15.2499L8.9555 15.2499C8.52269 15.2499 8.12586 15.2498 7.80304 15.2932C7.44756 15.341 7.07184 15.4535 6.76282 15.7625C6.45379 16.0715 6.34134 16.4472 6.29355 16.8027C6.25015 17.1255 6.2502 17.5224 6.25025 17.9552V17.9552L6.25025 21.9999H7.75025L7.75025 17.9999C7.75025 17.5073 7.75184 17.2133 7.78018 17.0026C7.79147 16.9186 7.81876 16.8568 7.83156 16.8278C7.83347 16.8235 7.83505 16.8199 7.83622 16.8171C7.858 16.8081 7.90636 16.7928 8.00292 16.7799C8.21364 16.7515 8.50765 16.7499 9.00025 16.7499H10.0003C10.4929 16.7499 10.7869 16.7515 10.9976 16.7799C11.0816 16.7912 11.1434 16.8184 11.1724 16.8312C11.1767 16.8332 11.1803 16.8347 11.1831 16.8359C11.1921 16.8577 11.2073 16.906 11.2203 17.0026C11.2487 17.2133 11.2503 17.5073 11.2503 17.9999V21.9999H12.7503L12.7503 17.9552V17.9552C12.7503 17.5224 12.7504 17.1255 12.707 16.8027C12.6592 16.4472 12.5467 16.0715 12.2377 15.7625C11.9287 15.4535 11.5529 15.341 11.1975 15.2932C10.8746 15.2498 10.4778 15.2499 10.045 15.2499L10.0003 15.2499H9.00025Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.00024 21.75C1.00024 21.1977 1.44796 20.75 2.00024 20.75L22.0002 20.75C22.5525 20.75 23.0002 21.1977 23.0002 21.75C23.0002 22.3023 22.5525 22.75 22.0002 22.75L2.00024 22.75C1.44796 22.75 1.00024 22.3023 1.00024 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.6125 11.6034L15.4631 10.9586L16.0378 9.04297L18.1872 9.68779C18.2044 9.69295 18.2216 9.69809 18.2387 9.70321C18.8812 9.89595 19.4437 10.0646 19.8902 10.2573C20.3727 10.4654 20.8165 10.7399 21.1574 11.1981C21.4982 11.6562 21.6336 12.1601 21.6944 12.6821C21.7506 13.1652 21.7505 13.7523 21.7505 14.4232L21.7505 22.0008H19.7505V14.4769C19.7505 13.7365 19.7489 13.2669 19.7078 12.9132C19.6696 12.5855 19.6073 12.4652 19.5528 12.3919C19.4982 12.3186 19.401 12.2244 19.098 12.0937C18.771 11.9526 18.3217 11.8162 17.6125 11.6034Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3292 3.46325C13.9962 3.65681 14.5603 3.82054 15.0047 4.01001C15.4785 4.21206 15.888 4.47158 16.199 4.89701C16.5083 5.31995 16.6359 5.79175 16.6946 6.31002C16.7503 6.80079 16.7503 7.40474 16.7502 8.12634V8.12636V22C16.7502 22.4142 16.4145 22.75 16.0002 22.75H3.00025C2.58603 22.75 2.25024 22.4142 2.25024 22L2.25024 6.65889V6.65887V6.65884C2.25022 5.45313 2.2502 4.46837 2.35641 3.71068C2.46638 2.9261 2.70932 2.22562 3.3275 1.73895C3.95241 1.24698 4.6847 1.1901 5.45702 1.2935C6.1945 1.39223 7.11297 1.65885 8.22739 1.98237L8.22743 1.98238L13.3292 3.46325L13.3292 3.46325ZM7.25025 7.99993C7.25025 7.58572 7.58603 7.24993 8.00025 7.24993L11.0002 7.24993C11.4145 7.24993 11.7502 7.58572 11.7502 7.99993C11.7502 8.41414 11.4145 8.74993 11.0002 8.74993L8.00025 8.74993C7.58603 8.74993 7.25025 8.41414 7.25025 7.99993ZM7.25025 11.9999C7.25025 11.5857 7.58603 11.2499 8.00025 11.2499L11.0002 11.2499C11.4145 11.2499 11.7502 11.5857 11.7502 11.9999C11.7502 12.4141 11.4145 12.7499 11.0002 12.7499L8.00025 12.7499C7.58603 12.7499 7.25025 12.4141 7.25025 11.9999ZM9.00025 15.2499L8.9555 15.2499C8.52269 15.2499 8.12586 15.2498 7.80304 15.2932C7.44756 15.341 7.07184 15.4535 6.76282 15.7625C6.45379 16.0715 6.34134 16.4472 6.29355 16.8027C6.25015 17.1255 6.2502 17.5224 6.25025 17.9552V17.9552L6.25025 21.9999H7.75025L7.75025 17.9999C7.75025 17.5073 7.75184 17.2133 7.78018 17.0026C7.79147 16.9186 7.81876 16.8568 7.83156 16.8278C7.83347 16.8235 7.83505 16.8199 7.83622 16.8171C7.858 16.8081 7.90636 16.7928 8.00292 16.7799C8.21364 16.7515 8.50765 16.7499 9.00025 16.7499H10.0003C10.4929 16.7499 10.7869 16.7515 10.9976 16.7799C11.0816 16.7912 11.1434 16.8184 11.1724 16.8312C11.1767 16.8332 11.1803 16.8347 11.1831 16.8359C11.1921 16.8577 11.2073 16.906 11.2203 17.0026C11.2487 17.2133 11.2503 17.5073 11.2503 17.9999V21.9999H12.7503L12.7503 17.9552V17.9552C12.7503 17.5224 12.7504 17.1255 12.707 16.8027C12.6592 16.4472 12.5467 16.0715 12.2377 15.7625C11.9287 15.4535 11.5529 15.341 11.1975 15.2932C10.8746 15.2498 10.4778 15.2499 10.045 15.2499L10.0003 15.2499H9.00025Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.00024 21.75C1.00024 21.1977 1.44796 20.75 2.00024 20.75L22.0002 20.75C22.5525 20.75 23.0002 21.1977 23.0002 21.75C23.0002 22.3023 22.5525 22.75 22.0002 22.75L2.00024 22.75C1.44796 22.75 1.00024 22.3023 1.00024 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-building-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1208 1.92234C13.7494 1.53447 13.2879 1.38138 12.8075 1.31393C12.6104 1.28625 12.3918 1.27088 12.1542 1.26235C11.9662 1.2556 11.8723 1.25223 11.8111 1.31121C11.75 1.37019 11.75 1.46608 11.75 1.65785V14.0017C11.75 14.8453 11.707 15.5735 11.5729 16.1838C11.437 16.8025 11.1974 17.347 10.7713 17.773C10.3452 18.1991 9.80082 18.4387 9.18205 18.5746C8.57176 18.7087 7.84356 18.7517 7 18.7517H2.16621C2.0286 18.7517 1.9598 18.7517 1.90772 18.7888C1.85563 18.8259 1.83314 18.8909 1.78817 19.021L1.75155 19.1269C1.55546 19.6938 1.3827 20.1933 1.30284 20.6038C1.21796 21.04 1.20284 21.5397 1.5088 21.9948C1.82063 22.4586 2.29424 22.6224 2.73296 22.6898C3.13642 22.7518 3.65063 22.7518 4.22347 22.7517L13.9999 22.7517C14.4141 22.7517 14.7499 22.4159 14.7499 22.0017L14.7499 4.95397C14.7499 4.28769 14.7499 3.71669 14.6911 3.26005C14.6286 2.77416 14.4879 2.30565 14.1208 1.92234Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.96155 17.2517C2.70564 17.2517 2.57768 17.2517 2.51787 17.1678C2.45806 17.0838 2.49988 16.9629 2.58352 16.721L3.86298 13.021C3.90796 12.8909 3.93044 12.8259 3.98253 12.7888C4.03461 12.7517 4.10342 12.7517 4.24102 12.7517L9.85 12.7517C10.0386 12.7517 10.1328 12.7517 10.1914 12.8103C10.25 12.8689 10.25 12.9632 10.25 13.1517V14.0017C10.25 14.8128 10.2067 15.412 10.1078 15.8619C10.0109 16.3034 9.87091 16.5522 9.71067 16.7124C9.55043 16.8726 9.30167 17.0126 8.8602 17.1096C8.41023 17.2084 7.8111 17.2517 7 17.2517H2.96155Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.03636 11.2517C4.78045 11.2517 4.65249 11.2517 4.59268 11.1678C4.53287 11.0838 4.57469 10.9629 4.65833 10.721L7.08551 3.70201C7.24049 3.25374 7.37603 2.86173 7.52285 2.55104C7.6808 2.21679 7.88233 1.90705 8.2067 1.66923C8.53367 1.42951 8.88869 1.33367 9.25341 1.29088C9.43305 1.2698 9.63264 1.26006 9.84928 1.25556C10.0364 1.25168 10.1299 1.24974 10.1899 1.30856C10.25 1.36738 10.25 1.46244 10.25 1.65256V10.8517C10.25 11.0403 10.25 11.1346 10.1914 11.1931C10.1328 11.2517 10.0386 11.2517 9.85 11.2517L5.03636 11.2517Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.4503 11.3116C19.8303 11.0363 19.0346 10.7877 18.0561 10.4819L17.029 10.1609C16.6727 10.0496 16.4946 9.99392 16.3723 10.0838C16.25 10.1737 16.25 10.3604 16.25 10.7336V22.0001C16.25 22.3653 16.25 22.5479 16.3076 22.6269C16.3299 22.6575 16.3426 22.6702 16.3733 22.6925C16.4522 22.7501 16.597 22.7501 16.8865 22.7501L20.0447 22.7501C20.4775 22.7502 20.8744 22.7502 21.1972 22.7068C21.5527 22.659 21.9284 22.5466 22.2374 22.2376C22.5464 21.9285 22.6589 21.5528 22.7067 21.1973C22.7501 20.8745 22.75 20.4777 22.75 20.0449L22.75 16.8665C22.75 15.8413 22.75 15.0077 22.6722 14.3338C22.5909 13.6308 22.4182 13.0243 22.0213 12.4844C21.6244 11.9445 21.0971 11.5988 20.4503 11.3116ZM18.9355 15.25C18.5212 15.25 18.1855 15.5858 18.1855 16C18.1855 16.4142 18.5212 16.75 18.9355 16.75H19.9355C20.3497 16.75 20.6855 16.4142 20.6855 16C20.6855 15.5858 20.3497 15.25 19.9355 15.25H18.9355ZM18.9355 18.25C18.5212 18.25 18.1855 18.5858 18.1855 19C18.1855 19.4142 18.5212 19.75 18.9355 19.75H19.9355C20.3497 19.75 20.6855 19.4142 20.6855 19C20.6855 18.5858 20.3497 18.25 19.9355 18.25H18.9355Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1208 1.92234C13.7494 1.53447 13.2879 1.38138 12.8075 1.31393C12.6104 1.28625 12.3918 1.27088 12.1542 1.26235C11.9662 1.2556 11.8723 1.25223 11.8111 1.31121C11.75 1.37019 11.75 1.46608 11.75 1.65785V14.0017C11.75 14.8453 11.707 15.5735 11.5729 16.1838C11.437 16.8025 11.1974 17.347 10.7713 17.773C10.3452 18.1991 9.80082 18.4387 9.18205 18.5746C8.57176 18.7087 7.84356 18.7517 7 18.7517H2.16621C2.0286 18.7517 1.9598 18.7517 1.90772 18.7888C1.85563 18.8259 1.83314 18.8909 1.78817 19.021L1.75155 19.1269C1.55546 19.6938 1.3827 20.1933 1.30284 20.6038C1.21796 21.04 1.20284 21.5397 1.5088 21.9948C1.82063 22.4586 2.29424 22.6224 2.73296 22.6898C3.13642 22.7518 3.65063 22.7518 4.22347 22.7517L13.9999 22.7517C14.4141 22.7517 14.7499 22.4159 14.7499 22.0017L14.7499 4.95397C14.7499 4.28769 14.7499 3.71669 14.6911 3.26005C14.6286 2.77416 14.4879 2.30565 14.1208 1.92234Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.96155 17.2517C2.70564 17.2517 2.57768 17.2517 2.51787 17.1678C2.45806 17.0838 2.49988 16.9629 2.58352 16.721L3.86298 13.021C3.90796 12.8909 3.93044 12.8259 3.98253 12.7888C4.03461 12.7517 4.10342 12.7517 4.24102 12.7517L9.85 12.7517C10.0386 12.7517 10.1328 12.7517 10.1914 12.8103C10.25 12.8689 10.25 12.9632 10.25 13.1517V14.0017C10.25 14.8128 10.2067 15.412 10.1078 15.8619C10.0109 16.3034 9.87091 16.5522 9.71067 16.7124C9.55043 16.8726 9.30167 17.0126 8.8602 17.1096C8.41023 17.2084 7.8111 17.2517 7 17.2517H2.96155Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.03636 11.2517C4.78045 11.2517 4.65249 11.2517 4.59268 11.1678C4.53287 11.0838 4.57469 10.9629 4.65833 10.721L7.08551 3.70201C7.24049 3.25374 7.37603 2.86173 7.52285 2.55104C7.6808 2.21679 7.88233 1.90705 8.2067 1.66923C8.53367 1.42951 8.88869 1.33367 9.25341 1.29088C9.43305 1.2698 9.63264 1.26006 9.84928 1.25556C10.0364 1.25168 10.1299 1.24974 10.1899 1.30856C10.25 1.36738 10.25 1.46244 10.25 1.65256V10.8517C10.25 11.0403 10.25 11.1346 10.1914 11.1931C10.1328 11.2517 10.0386 11.2517 9.85 11.2517L5.03636 11.2517Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.4503 11.3116C19.8303 11.0363 19.0346 10.7877 18.0561 10.4819L17.029 10.1609C16.6727 10.0496 16.4946 9.99392 16.3723 10.0838C16.25 10.1737 16.25 10.3604 16.25 10.7336V22.0001C16.25 22.3653 16.25 22.5479 16.3076 22.6269C16.3299 22.6575 16.3426 22.6702 16.3733 22.6925C16.4522 22.7501 16.597 22.7501 16.8865 22.7501L20.0447 22.7501C20.4775 22.7502 20.8744 22.7502 21.1972 22.7068C21.5527 22.659 21.9284 22.5466 22.2374 22.2376C22.5464 21.9285 22.6589 21.5528 22.7067 21.1973C22.7501 20.8745 22.75 20.4777 22.75 20.0449L22.75 16.8665C22.75 15.8413 22.75 15.0077 22.6722 14.3338C22.5909 13.6308 22.4182 13.0243 22.0213 12.4844C21.6244 11.9445 21.0971 11.5988 20.4503 11.3116ZM18.9355 15.25C18.5212 15.25 18.1855 15.5858 18.1855 16C18.1855 16.4142 18.5212 16.75 18.9355 16.75H19.9355C20.3497 16.75 20.6855 16.4142 20.6855 16C20.6855 15.5858 20.3497 15.25 19.9355 15.25H18.9355ZM18.9355 18.25C18.5212 18.25 18.1855 18.5858 18.1855 19C18.1855 19.4142 18.5212 19.75 18.9355 19.75H19.9355C20.3497 19.75 20.6855 19.4142 20.6855 19C20.6855 18.5858 20.3497 18.25 19.9355 18.25H18.9355Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-building-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 8.25C13.3633 8.25 12.801 8.28223 12.3232 8.38719C11.837 8.49401 11.3917 8.68612 11.0389 9.03892C10.6861 9.39172 10.494 9.83699 10.3872 10.3232C10.2822 10.801 10.25 11.3633 10.25 12V20.75H14.9996V19C14.9996 18.4477 15.4473 18 15.9996 18C16.5518 18 16.9996 18.4477 16.9996 19V20.75H21.75V12C21.75 11.3633 21.7178 10.801 21.6128 10.3232C21.506 9.83699 21.3139 9.39172 20.9611 9.03892C20.6083 8.68612 20.163 8.49401 19.6768 8.38719C19.199 8.28223 18.6367 8.25 18 8.25H14ZM15 11.25C14.5858 11.25 14.25 11.5858 14.25 12C14.25 12.4142 14.5858 12.75 15 12.75H17C17.4142 12.75 17.75 12.4142 17.75 12C17.75 11.5858 17.4142 11.25 17 11.25H15ZM15 14.25C14.5858 14.25 14.25 14.5858 14.25 15C14.25 15.4142 14.5858 15.75 15 15.75H17C17.4142 15.75 17.75 15.4142 17.75 15C17.75 14.5858 17.4142 14.25 17 14.25H15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 20.75H8.75V12C8.75 11.3305 8.78199 10.6393 8.92212 10.0014C9.06777 9.33839 9.35931 8.59721 9.97826 7.97826C10.5972 7.35931 11.3384 7.06777 12.0014 6.92212C12.6393 6.78199 13.3305 6.75 14 6.75H15.15C15.4328 6.75 15.5743 6.75 15.6621 6.66213C15.75 6.57426 15.75 6.43284 15.75 6.15V5C15.75 4.36327 15.7178 3.80098 15.6128 3.32323C15.506 2.83699 15.3139 2.39172 14.9611 2.03892C14.6083 1.68612 14.163 1.49401 13.6768 1.38719C13.199 1.28223 12.6367 1.25 12 1.25H6C5.36327 1.25 4.80098 1.28223 4.32323 1.38719C3.83699 1.49401 3.39172 1.68612 3.03892 2.03892C2.68612 2.39172 2.49401 2.83699 2.38719 3.32323C2.28223 3.80098 2.25 4.36327 2.25 5V5.25H4.99956C5.41377 5.25 5.74956 5.58579 5.74956 6C5.74956 6.41421 5.41377 6.75 4.99956 6.75H2.25V9.25H4.99956C5.41377 9.25 5.74956 9.58579 5.74956 10C5.74956 10.4142 5.41377 10.75 4.99956 10.75H2.25V13.25H4.99956C5.41377 13.25 5.74956 13.5858 5.74956 14C5.74956 14.4142 5.41377 14.75 4.99956 14.75H2.25V20.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 20.75C1.69772 20.75 1.25 21.1977 1.25 21.75C1.25 22.3023 1.69772 22.75 2.25 22.75H21.75C22.3023 22.75 22.75 22.3023 22.75 21.75C22.75 21.1977 22.3023 20.75 21.75 20.75H2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 8.25C13.3633 8.25 12.801 8.28223 12.3232 8.38719C11.837 8.49401 11.3917 8.68612 11.0389 9.03892C10.6861 9.39172 10.494 9.83699 10.3872 10.3232C10.2822 10.801 10.25 11.3633 10.25 12V20.75H14.9996V19C14.9996 18.4477 15.4473 18 15.9996 18C16.5518 18 16.9996 18.4477 16.9996 19V20.75H21.75V12C21.75 11.3633 21.7178 10.801 21.6128 10.3232C21.506 9.83699 21.3139 9.39172 20.9611 9.03892C20.6083 8.68612 20.163 8.49401 19.6768 8.38719C19.199 8.28223 18.6367 8.25 18 8.25H14ZM15 11.25C14.5858 11.25 14.25 11.5858 14.25 12C14.25 12.4142 14.5858 12.75 15 12.75H17C17.4142 12.75 17.75 12.4142 17.75 12C17.75 11.5858 17.4142 11.25 17 11.25H15ZM15 14.25C14.5858 14.25 14.25 14.5858 14.25 15C14.25 15.4142 14.5858 15.75 15 15.75H17C17.4142 15.75 17.75 15.4142 17.75 15C17.75 14.5858 17.4142 14.25 17 14.25H15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 20.75H8.75V12C8.75 11.3305 8.78199 10.6393 8.92212 10.0014C9.06777 9.33839 9.35931 8.59721 9.97826 7.97826C10.5972 7.35931 11.3384 7.06777 12.0014 6.92212C12.6393 6.78199 13.3305 6.75 14 6.75H15.15C15.4328 6.75 15.5743 6.75 15.6621 6.66213C15.75 6.57426 15.75 6.43284 15.75 6.15V5C15.75 4.36327 15.7178 3.80098 15.6128 3.32323C15.506 2.83699 15.3139 2.39172 14.9611 2.03892C14.6083 1.68612 14.163 1.49401 13.6768 1.38719C13.199 1.28223 12.6367 1.25 12 1.25H6C5.36327 1.25 4.80098 1.28223 4.32323 1.38719C3.83699 1.49401 3.39172 1.68612 3.03892 2.03892C2.68612 2.39172 2.49401 2.83699 2.38719 3.32323C2.28223 3.80098 2.25 4.36327 2.25 5V5.25H4.99956C5.41377 5.25 5.74956 5.58579 5.74956 6C5.74956 6.41421 5.41377 6.75 4.99956 6.75H2.25V9.25H4.99956C5.41377 9.25 5.74956 9.58579 5.74956 10C5.74956 10.4142 5.41377 10.75 4.99956 10.75H2.25V13.25H4.99956C5.41377 13.25 5.74956 13.5858 5.74956 14C5.74956 14.4142 5.41377 14.75 4.99956 14.75H2.25V20.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 20.75C1.69772 20.75 1.25 21.1977 1.25 21.75C1.25 22.3023 1.69772 22.75 2.25 22.75H21.75C22.3023 22.75 22.75 22.3023 22.75 21.75C22.75 21.1977 22.3023 20.75 21.75 20.75H2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-building-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.75 7.75C13.75 7.19772 14.1977 6.75 14.75 6.75H17.75C18.3921 6.75 18.9759 6.78219 19.4804 6.89301C19.9962 7.00632 20.4907 7.21503 20.8879 7.61214C21.285 8.00926 21.4937 8.5038 21.607 9.01959C21.7178 9.52406 21.75 10.1079 21.75 10.75V21.75C21.75 22.3023 21.3023 22.75 20.75 22.75H14.75C14.1977 22.75 13.75 22.3023 13.75 21.75V7.75ZM15.75 8.75V20.75H19.75V10.75C19.75 10.1511 19.7174 9.73944 19.6536 9.44872C19.5922 9.16933 19.5163 9.06899 19.4736 9.02636C19.431 8.98372 19.3307 8.90781 19.0513 8.84643C18.7606 8.78256 18.3489 8.75 17.75 8.75H15.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.45526 15.25C8.02244 15.25 7.62561 15.2499 7.3028 15.2933C6.94732 15.3411 6.57159 15.4535 6.26257 15.7626C5.95355 16.0716 5.8411 16.4473 5.79331 16.8028C5.74991 17.1256 5.74995 17.5224 5.75 17.9553L5.75001 22.35C5.75001 22.5386 5.75001 22.6328 5.69143 22.6914C5.63285 22.75 5.53857 22.75 5.35001 22.75H3C2.58579 22.75 2.25 22.4142 2.25 22V5C2.25 4.36327 2.28223 3.80098 2.38719 3.32323C2.49401 2.83699 2.68612 2.39172 3.03892 2.03892C3.39172 1.68612 3.83699 1.49401 4.32323 1.38719C4.80098 1.28223 5.36327 1.25 6 1.25H12C12.6367 1.25 13.199 1.28223 13.6768 1.38719C14.163 1.49401 14.6083 1.68612 14.9611 2.03892C15.3139 2.39172 15.506 2.83699 15.6128 3.32323C15.7178 3.80099 15.75 4.36327 15.75 5V22C15.75 22.4142 15.4142 22.75 15 22.75H12.65C12.4614 22.75 12.3672 22.75 12.3086 22.6914C12.25 22.6328 12.25 22.5386 12.25 22.35L12.25 17.9553C12.2501 17.5225 12.2501 17.1256 12.2067 16.8028C12.1589 16.4473 12.0465 16.0716 11.7374 15.7626C11.4284 15.4535 11.0527 15.3411 10.6972 15.2933C10.3744 15.2499 9.97757 15.25 9.54476 15.25H8.45526ZM7.25 6C7.25 5.58579 7.58579 5.25 8 5.25H10C10.4142 5.25 10.75 5.58579 10.75 6C10.75 6.41422 10.4142 6.75 10 6.75H8C7.58579 6.75 7.25 6.41421 7.25 6ZM7.25 9C7.25 8.58579 7.58579 8.25 8 8.25H10C10.4142 8.25 10.75 8.58579 10.75 9C10.75 9.41421 10.4142 9.75 10 9.75H8C7.58579 9.75 7.25 9.41421 7.25 9ZM7.25 12C7.25 11.5858 7.58579 11.25 8 11.25H10C10.4142 11.25 10.75 11.5858 10.75 12C10.75 12.4142 10.4142 12.75 10 12.75H8C7.58579 12.75 7.25 12.4142 7.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.35 22.75C10.5386 22.75 10.6329 22.75 10.6914 22.6914C10.75 22.6328 10.75 22.5386 10.75 22.35V18C10.75 17.5074 10.7484 17.2134 10.7201 17.0027C10.696 16.8239 10.6764 16.804 10.4973 16.7799C10.2866 16.7516 9.99261 16.75 9.50001 16.75H8.50001C8.0074 16.75 7.71339 16.7516 7.50267 16.7799C7.33152 16.8029 7.30297 16.8313 7.27993 17.0027C7.2516 17.2134 7.25001 17.5074 7.25001 18V22.35C7.25001 22.5386 7.25001 22.6328 7.30859 22.6914C7.36716 22.75 7.46145 22.75 7.65001 22.75H10.35Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.75 7.75C13.75 7.19772 14.1977 6.75 14.75 6.75H17.75C18.3921 6.75 18.9759 6.78219 19.4804 6.89301C19.9962 7.00632 20.4907 7.21503 20.8879 7.61214C21.285 8.00926 21.4937 8.5038 21.607 9.01959C21.7178 9.52406 21.75 10.1079 21.75 10.75V21.75C21.75 22.3023 21.3023 22.75 20.75 22.75H14.75C14.1977 22.75 13.75 22.3023 13.75 21.75V7.75ZM15.75 8.75V20.75H19.75V10.75C19.75 10.1511 19.7174 9.73944 19.6536 9.44872C19.5922 9.16933 19.5163 9.06899 19.4736 9.02636C19.431 8.98372 19.3307 8.90781 19.0513 8.84643C18.7606 8.78256 18.3489 8.75 17.75 8.75H15.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.45526 15.25C8.02244 15.25 7.62561 15.2499 7.3028 15.2933C6.94732 15.3411 6.57159 15.4535 6.26257 15.7626C5.95355 16.0716 5.8411 16.4473 5.79331 16.8028C5.74991 17.1256 5.74995 17.5224 5.75 17.9553L5.75001 22.35C5.75001 22.5386 5.75001 22.6328 5.69143 22.6914C5.63285 22.75 5.53857 22.75 5.35001 22.75H3C2.58579 22.75 2.25 22.4142 2.25 22V5C2.25 4.36327 2.28223 3.80098 2.38719 3.32323C2.49401 2.83699 2.68612 2.39172 3.03892 2.03892C3.39172 1.68612 3.83699 1.49401 4.32323 1.38719C4.80098 1.28223 5.36327 1.25 6 1.25H12C12.6367 1.25 13.199 1.28223 13.6768 1.38719C14.163 1.49401 14.6083 1.68612 14.9611 2.03892C15.3139 2.39172 15.506 2.83699 15.6128 3.32323C15.7178 3.80099 15.75 4.36327 15.75 5V22C15.75 22.4142 15.4142 22.75 15 22.75H12.65C12.4614 22.75 12.3672 22.75 12.3086 22.6914C12.25 22.6328 12.25 22.5386 12.25 22.35L12.25 17.9553C12.2501 17.5225 12.2501 17.1256 12.2067 16.8028C12.1589 16.4473 12.0465 16.0716 11.7374 15.7626C11.4284 15.4535 11.0527 15.3411 10.6972 15.2933C10.3744 15.2499 9.97757 15.25 9.54476 15.25H8.45526ZM7.25 6C7.25 5.58579 7.58579 5.25 8 5.25H10C10.4142 5.25 10.75 5.58579 10.75 6C10.75 6.41422 10.4142 6.75 10 6.75H8C7.58579 6.75 7.25 6.41421 7.25 6ZM7.25 9C7.25 8.58579 7.58579 8.25 8 8.25H10C10.4142 8.25 10.75 8.58579 10.75 9C10.75 9.41421 10.4142 9.75 10 9.75H8C7.58579 9.75 7.25 9.41421 7.25 9ZM7.25 12C7.25 11.5858 7.58579 11.25 8 11.25H10C10.4142 11.25 10.75 11.5858 10.75 12C10.75 12.4142 10.4142 12.75 10 12.75H8C7.58579 12.75 7.25 12.4142 7.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.35 22.75C10.5386 22.75 10.6329 22.75 10.6914 22.6914C10.75 22.6328 10.75 22.5386 10.75 22.35V18C10.75 17.5074 10.7484 17.2134 10.7201 17.0027C10.696 16.8239 10.6764 16.804 10.4973 16.7799C10.2866 16.7516 9.99261 16.75 9.50001 16.75H8.50001C8.0074 16.75 7.71339 16.7516 7.50267 16.7799C7.33152 16.8029 7.30297 16.8313 7.27993 17.0027C7.2516 17.2134 7.25001 17.5074 7.25001 18V22.35C7.25001 22.5386 7.25001 22.6328 7.30859 22.6914C7.36716 22.75 7.46145 22.75 7.65001 22.75H10.35Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-burj-al-arab{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.5 21.75C2.5 21.1977 2.94772 20.75 3.5 20.75H20.5C21.0523 20.75 21.5 21.1977 21.5 21.75C21.5 22.3023 21.0523 22.75 20.5 22.75H3.5C2.94772 22.75 2.5 22.3023 2.5 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.25 9C4.25 8.58579 4.58579 8.25 5 8.25H17C17.4142 8.25 17.75 8.58579 17.75 9C17.75 9.41421 17.4142 9.75 17 9.75H16.8506C16.5525 9.75 16.4035 9.75 16.3447 9.84346C16.2858 9.93692 16.3518 10.0745 16.4839 10.3498C17.2953 12.0416 17.75 13.9397 17.75 15.9442C17.75 18.2842 17.1298 20.4807 16.0453 22.3729L15.9445 22.5489C15.8882 22.647 15.8601 22.6961 15.8136 22.723C15.7671 22.75 15.7105 22.75 15.5974 22.75H7C6.58578 22.75 6.25 22.4142 6.25 22V18.15C6.25 17.9614 6.25 17.8672 6.30858 17.8086C6.36715 17.75 6.46144 17.75 6.65 17.75H10C10.4142 17.75 10.75 17.4142 10.75 17C10.75 16.5858 10.4142 16.25 10 16.25H6.65C6.46144 16.25 6.36715 16.25 6.30858 16.1914C6.25 16.1328 6.25 16.0386 6.25 15.85V14.15C6.25 13.9614 6.25 13.8672 6.30858 13.8086C6.36715 13.75 6.46144 13.75 6.65 13.75H10C10.4142 13.75 10.75 13.4142 10.75 13C10.75 12.5858 10.4142 12.25 10 12.25H6.65C6.46144 12.25 6.36715 12.25 6.30858 12.1914C6.25 12.1328 6.25 12.0386 6.25 11.85V10.15C6.25 9.96144 6.25 9.86716 6.19142 9.80858C6.13284 9.75 6.03856 9.75 5.85 9.75H5C4.58579 9.75 4.25 9.41421 4.25 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.00012 1.25C7.41433 1.25 7.75012 1.58579 7.75012 2V3.06162C7.75012 3.21451 7.75012 3.29095 7.79255 3.34523C7.83498 3.39951 7.91087 3.41838 8.06265 3.45614C10.1118 3.96581 11.9649 4.97474 13.4888 6.34729C13.782 6.61135 13.9285 6.74338 13.8793 6.87169C13.83 7 13.6281 7 13.2242 7H6.65012C6.46156 7 6.36728 7 6.3087 6.94142C6.25012 6.88284 6.25012 6.78856 6.25012 6.6V4.01425C6.24996 4.00537 6.24996 3.99647 6.25012 3.98754V2C6.25012 1.58579 6.58591 1.25 7.00012 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.5 21.75C2.5 21.1977 2.94772 20.75 3.5 20.75H20.5C21.0523 20.75 21.5 21.1977 21.5 21.75C21.5 22.3023 21.0523 22.75 20.5 22.75H3.5C2.94772 22.75 2.5 22.3023 2.5 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.25 9C4.25 8.58579 4.58579 8.25 5 8.25H17C17.4142 8.25 17.75 8.58579 17.75 9C17.75 9.41421 17.4142 9.75 17 9.75H16.8506C16.5525 9.75 16.4035 9.75 16.3447 9.84346C16.2858 9.93692 16.3518 10.0745 16.4839 10.3498C17.2953 12.0416 17.75 13.9397 17.75 15.9442C17.75 18.2842 17.1298 20.4807 16.0453 22.3729L15.9445 22.5489C15.8882 22.647 15.8601 22.6961 15.8136 22.723C15.7671 22.75 15.7105 22.75 15.5974 22.75H7C6.58578 22.75 6.25 22.4142 6.25 22V18.15C6.25 17.9614 6.25 17.8672 6.30858 17.8086C6.36715 17.75 6.46144 17.75 6.65 17.75H10C10.4142 17.75 10.75 17.4142 10.75 17C10.75 16.5858 10.4142 16.25 10 16.25H6.65C6.46144 16.25 6.36715 16.25 6.30858 16.1914C6.25 16.1328 6.25 16.0386 6.25 15.85V14.15C6.25 13.9614 6.25 13.8672 6.30858 13.8086C6.36715 13.75 6.46144 13.75 6.65 13.75H10C10.4142 13.75 10.75 13.4142 10.75 13C10.75 12.5858 10.4142 12.25 10 12.25H6.65C6.46144 12.25 6.36715 12.25 6.30858 12.1914C6.25 12.1328 6.25 12.0386 6.25 11.85V10.15C6.25 9.96144 6.25 9.86716 6.19142 9.80858C6.13284 9.75 6.03856 9.75 5.85 9.75H5C4.58579 9.75 4.25 9.41421 4.25 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.00012 1.25C7.41433 1.25 7.75012 1.58579 7.75012 2V3.06162C7.75012 3.21451 7.75012 3.29095 7.79255 3.34523C7.83498 3.39951 7.91087 3.41838 8.06265 3.45614C10.1118 3.96581 11.9649 4.97474 13.4888 6.34729C13.782 6.61135 13.9285 6.74338 13.8793 6.87169C13.83 7 13.6281 7 13.2242 7H6.65012C6.46156 7 6.36728 7 6.3087 6.94142C6.25012 6.88284 6.25012 6.78856 6.25012 6.6V4.01425C6.24996 4.00537 6.24996 3.99647 6.25012 3.98754V2C6.25012 1.58579 6.58591 1.25 7.00012 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-castle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.84701 2.34518L8.35445 3.58796C8.39456 3.68619 8.48941 3.75003 8.59551 3.75008L9.13842 3.75005C9.26048 3.74958 9.36319 3.66577 9.3876 3.54617L9.56976 2.65394C9.63845 2.31745 9.7532 1.86144 10.1332 1.56046C10.5062 1.26502 10.9731 1.25008 11.3056 1.25008H12.6942C13.0267 1.25008 13.4936 1.26502 13.8666 1.56045C14.2466 1.86144 14.3613 2.31745 14.43 2.65394L14.6122 3.54617C14.6366 3.66577 14.7393 3.74958 14.8613 3.75005L15.4043 3.75008C15.5104 3.75003 15.6052 3.68618 15.6453 3.58796L16.1528 2.34518C16.2893 2.01068 16.4356 1.66864 16.7486 1.46103C17.061 1.25387 17.434 1.25008 17.7949 1.25008L18.8993 1.25007C19.4662 1.24989 20.1113 1.23571 20.5012 1.72493C20.7539 2.04191 20.7667 2.39634 20.7401 2.65253C20.7169 2.87565 20.65 3.1375 20.5859 3.38815L19.996 5.70022C19.8499 6.27734 19.5532 6.71522 19.1366 7.11922C19.048 7.20518 18.928 7.25006 18.8046 7.25006H5.1952C5.07172 7.25006 4.9518 7.20518 4.86316 7.11922C4.44655 6.71522 4.14982 6.27734 4.0038 5.70022L3.41384 3.38817C3.34977 3.13751 3.28285 2.87566 3.2597 2.65253C3.23311 2.39634 3.24591 2.04191 3.49855 1.72493C3.88845 1.23571 4.53354 1.24989 5.10045 1.25007L6.20489 1.25008C6.56574 1.25008 6.93879 1.25387 7.25112 1.46102C7.56414 1.66864 7.71043 2.01068 7.84701 2.34518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 15.5008C11.9632 15.5008 11.9245 15.5006 11.8843 15.5004C11.564 15.499 11.1463 15.4971 10.7556 15.5794C10.2763 15.6803 9.78193 15.9149 9.40854 16.4296C9.24023 16.6617 9.14397 16.9111 9.0716 17.1678C9.0037 17.4086 8.945 17.7021 8.87769 18.0388L8.33544 20.75H4.2793L5.22521 14.2634C5.26091 14.0186 5.27876 13.8962 5.36327 13.8231C5.44778 13.75 5.57149 13.75 5.81893 13.75H9.0004C9.41461 13.75 9.7504 13.4142 9.7504 13C9.7504 12.5858 9.41461 12.25 9.0004 12.25H6.21266C5.88992 12.25 5.72855 12.25 5.63881 12.1462C5.54908 12.0425 5.57236 11.8828 5.61894 11.5634L5.86564 9.87167C5.897 9.6566 5.92277 9.47425 5.94322 9.31821C5.97985 9.03874 5.99816 8.89901 6.08307 8.8245C6.16798 8.75 6.30295 8.75 6.5729 8.75L17.4279 8.75C17.6978 8.75 17.8328 8.75 17.9177 8.8245C18.0026 8.89901 18.021 9.03874 18.0576 9.31821C18.078 9.47425 18.1038 9.6566 18.1352 9.87167C18.1398 9.90368 18.1422 9.91972 18.1429 9.93283C18.1522 10.0947 18.0312 10.2347 17.8696 10.2489C17.8566 10.25 17.8404 10.25 17.808 10.25H15.0004C14.5862 10.25 14.2504 10.5858 14.2504 11C14.2504 11.4142 14.5862 11.75 15.0004 11.75H17.8902C18.1377 11.75 18.2614 11.75 18.3459 11.8231C18.4304 11.8962 18.4482 12.0186 18.4839 12.2634L19.7215 20.75L15.6648 20.75L15.1226 18.0388C15.0553 17.7022 14.9966 17.4086 14.9287 17.1678C14.8563 16.9111 14.7601 16.6617 14.5917 16.4296C14.2184 15.9149 13.724 15.6803 13.2447 15.5794C12.854 15.4971 12.4363 15.499 12.116 15.5004C12.0758 15.5006 12.0371 15.5008 12.0001 15.5008ZM14.1351 20.75L13.6569 18.359C13.5829 17.9888 13.5352 17.7529 13.485 17.5748C13.4375 17.4063 13.4016 17.3436 13.3775 17.3104C13.2729 17.1661 13.1444 17.0911 12.9357 17.0472C12.7108 16.9998 12.4605 17.0002 12.112 17.0007L12.0001 17.0008L11.8883 17.0007C11.5398 17.0002 11.2895 16.9998 11.0646 17.0472C10.8559 17.0911 10.7274 17.1661 10.6227 17.3104C10.5987 17.3436 10.5628 17.4063 10.5153 17.5748C10.4651 17.7529 10.4174 17.9888 10.3433 18.359L9.86515 20.75H14.1351Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.5 20.75C2.94772 20.75 2.5 21.1977 2.5 21.75C2.5 22.3023 2.94772 22.75 3.5 22.75H20.5C21.0523 22.75 21.5 22.3023 21.5 21.75C21.5 21.1977 21.0523 20.75 20.5 20.75H3.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.84701 2.34518L8.35445 3.58796C8.39456 3.68619 8.48941 3.75003 8.59551 3.75008L9.13842 3.75005C9.26048 3.74958 9.36319 3.66577 9.3876 3.54617L9.56976 2.65394C9.63845 2.31745 9.7532 1.86144 10.1332 1.56046C10.5062 1.26502 10.9731 1.25008 11.3056 1.25008H12.6942C13.0267 1.25008 13.4936 1.26502 13.8666 1.56045C14.2466 1.86144 14.3613 2.31745 14.43 2.65394L14.6122 3.54617C14.6366 3.66577 14.7393 3.74958 14.8613 3.75005L15.4043 3.75008C15.5104 3.75003 15.6052 3.68618 15.6453 3.58796L16.1528 2.34518C16.2893 2.01068 16.4356 1.66864 16.7486 1.46103C17.061 1.25387 17.434 1.25008 17.7949 1.25008L18.8993 1.25007C19.4662 1.24989 20.1113 1.23571 20.5012 1.72493C20.7539 2.04191 20.7667 2.39634 20.7401 2.65253C20.7169 2.87565 20.65 3.1375 20.5859 3.38815L19.996 5.70022C19.8499 6.27734 19.5532 6.71522 19.1366 7.11922C19.048 7.20518 18.928 7.25006 18.8046 7.25006H5.1952C5.07172 7.25006 4.9518 7.20518 4.86316 7.11922C4.44655 6.71522 4.14982 6.27734 4.0038 5.70022L3.41384 3.38817C3.34977 3.13751 3.28285 2.87566 3.2597 2.65253C3.23311 2.39634 3.24591 2.04191 3.49855 1.72493C3.88845 1.23571 4.53354 1.24989 5.10045 1.25007L6.20489 1.25008C6.56574 1.25008 6.93879 1.25387 7.25112 1.46102C7.56414 1.66864 7.71043 2.01068 7.84701 2.34518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 15.5008C11.9632 15.5008 11.9245 15.5006 11.8843 15.5004C11.564 15.499 11.1463 15.4971 10.7556 15.5794C10.2763 15.6803 9.78193 15.9149 9.40854 16.4296C9.24023 16.6617 9.14397 16.9111 9.0716 17.1678C9.0037 17.4086 8.945 17.7021 8.87769 18.0388L8.33544 20.75H4.2793L5.22521 14.2634C5.26091 14.0186 5.27876 13.8962 5.36327 13.8231C5.44778 13.75 5.57149 13.75 5.81893 13.75H9.0004C9.41461 13.75 9.7504 13.4142 9.7504 13C9.7504 12.5858 9.41461 12.25 9.0004 12.25H6.21266C5.88992 12.25 5.72855 12.25 5.63881 12.1462C5.54908 12.0425 5.57236 11.8828 5.61894 11.5634L5.86564 9.87167C5.897 9.6566 5.92277 9.47425 5.94322 9.31821C5.97985 9.03874 5.99816 8.89901 6.08307 8.8245C6.16798 8.75 6.30295 8.75 6.5729 8.75L17.4279 8.75C17.6978 8.75 17.8328 8.75 17.9177 8.8245C18.0026 8.89901 18.021 9.03874 18.0576 9.31821C18.078 9.47425 18.1038 9.6566 18.1352 9.87167C18.1398 9.90368 18.1422 9.91972 18.1429 9.93283C18.1522 10.0947 18.0312 10.2347 17.8696 10.2489C17.8566 10.25 17.8404 10.25 17.808 10.25H15.0004C14.5862 10.25 14.2504 10.5858 14.2504 11C14.2504 11.4142 14.5862 11.75 15.0004 11.75H17.8902C18.1377 11.75 18.2614 11.75 18.3459 11.8231C18.4304 11.8962 18.4482 12.0186 18.4839 12.2634L19.7215 20.75L15.6648 20.75L15.1226 18.0388C15.0553 17.7022 14.9966 17.4086 14.9287 17.1678C14.8563 16.9111 14.7601 16.6617 14.5917 16.4296C14.2184 15.9149 13.724 15.6803 13.2447 15.5794C12.854 15.4971 12.4363 15.499 12.116 15.5004C12.0758 15.5006 12.0371 15.5008 12.0001 15.5008ZM14.1351 20.75L13.6569 18.359C13.5829 17.9888 13.5352 17.7529 13.485 17.5748C13.4375 17.4063 13.4016 17.3436 13.3775 17.3104C13.2729 17.1661 13.1444 17.0911 12.9357 17.0472C12.7108 16.9998 12.4605 17.0002 12.112 17.0007L12.0001 17.0008L11.8883 17.0007C11.5398 17.0002 11.2895 16.9998 11.0646 17.0472C10.8559 17.0911 10.7274 17.1661 10.6227 17.3104C10.5987 17.3436 10.5628 17.4063 10.5153 17.5748C10.4651 17.7529 10.4174 17.9888 10.3433 18.359L9.86515 20.75H14.1351Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.5 20.75C2.94772 20.75 2.5 21.1977 2.5 21.75C2.5 22.3023 2.94772 22.75 3.5 22.75H20.5C21.0523 22.75 21.5 22.3023 21.5 21.75C21.5 21.1977 21.0523 20.75 20.5 20.75H3.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-castle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.426 1.38276C16.6289 1.52277 16.75 1.75352 16.75 2C16.75 3.52749 15.9735 4.6763 14.9646 5.32475C14.3046 5.74897 13.5115 5.97754 12.75 5.937V8C12.75 8.41422 12.4142 8.75 12 8.75C11.5858 8.75 11.25 8.41422 11.25 8V2C11.25 1.75038 11.3742 1.51711 11.5813 1.37776C11.7884 1.2384 12.0513 1.21122 12.2825 1.30525C12.9962 1.59544 13.4832 1.71309 13.9519 1.71393C14.425 1.71477 14.9482 1.5968 15.734 1.29875C15.9645 1.21134 16.2232 1.24274 16.426 1.38276Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 16.2497C12.3203 16.2482 12.853 16.2463 13.2437 16.3286C13.723 16.4295 14.2173 16.6642 14.5907 17.1789C14.759 17.411 14.8553 17.6603 14.9277 17.917C14.9956 18.1579 15.0543 18.4514 15.1216 18.7881L15.6428 22.2398C15.6796 22.4833 15.698 22.6051 15.7824 22.6777C15.8667 22.7502 15.9898 22.7502 16.2361 22.7502H17.93C18.6542 22.7503 19.2727 22.7503 19.7639 22.6837C20.2865 22.6128 20.7866 22.453 21.1795 22.0382C21.5744 21.6214 21.7033 21.1139 21.7385 20.59C21.7712 20.1011 21.727 19.4924 21.6755 18.7843L20.995 9.42181C20.9771 9.1748 20.9605 8.94592 20.9306 8.75477C20.8981 8.54707 20.8419 8.32244 20.7108 8.10457C20.5359 7.81383 20.2804 7.58087 19.9767 7.43197C19.7503 7.32098 19.5228 7.2826 19.3126 7.26577L18.5337 7.25012C18.2365 7.24941 17.9246 7.24867 17.6356 7.34919C17.4016 7.43061 17.1868 7.56015 17.0057 7.73003C16.7813 7.9406 16.6392 8.2185 16.5059 8.47897L16.4725 8.54416L16.0491 9.36681L15.9202 9.61084C15.8564 9.73171 15.7397 9.75219 15.6893 9.74733C15.6283 9.75006 15.5479 9.75024 15.4082 9.75024C15.2523 9.75024 15.1617 9.75003 15.0932 9.74671C14.9553 9.74404 14.8741 9.63846 14.8507 9.586C14.8238 9.52508 14.792 9.44277 14.737 9.29906L14.6041 8.95218C14.5025 8.68687 14.4067 8.43665 14.3036 8.2338C14.1887 8.0078 14.037 7.78192 13.7937 7.60096C13.7538 7.57133 13.7127 7.54339 13.6705 7.51723C13.4139 7.35805 13.1484 7.29909 12.8963 7.27339L11.9999 7.25024L11.1035 7.27339C10.8513 7.29909 10.5858 7.35805 10.3292 7.51723C10.287 7.54339 10.2459 7.57133 10.2061 7.60096C9.96273 7.78192 9.81107 8.0078 9.69616 8.2338C9.59303 8.43665 9.49722 8.68685 9.39563 8.95216L9.26275 9.29906C9.2077 9.44277 9.17594 9.52508 9.14905 9.586C9.09821 9.71123 8.96616 9.74532 8.90649 9.74671C8.838 9.75003 8.74746 9.75024 8.59154 9.75024C8.45185 9.75024 8.37141 9.75006 8.31042 9.74733C8.17754 9.7451 8.10112 9.65541 8.07952 9.61084C8.04992 9.55931 8.01381 9.48954 7.95063 9.36681L7.52719 8.54416L7.49377 8.47896C7.36054 8.2185 7.21839 7.9406 6.99398 7.73003C6.81293 7.56015 6.59814 7.43061 6.36409 7.34919C6.07513 7.24867 5.7632 7.24941 5.46605 7.25012L4.68713 7.26577C4.47692 7.2826 4.24944 7.32098 4.02304 7.43197C3.71933 7.58087 3.46386 7.81383 3.28893 8.10457C3.15784 8.32244 3.10164 8.54707 3.06915 8.75477C3.03924 8.94592 3.02262 9.1748 3.00469 9.42181L2.32425 18.7842C2.27275 19.4923 2.22847 20.1011 2.26125 20.59C2.29637 21.1139 2.4253 21.6214 2.82019 22.0382C3.2131 22.453 3.71318 22.6128 4.23583 22.6837C4.72699 22.7503 5.34555 22.7503 6.06976 22.7502H7.76215C8.0084 22.7502 8.13153 22.7502 8.2159 22.6777C8.30026 22.6051 8.31865 22.4833 8.35542 22.2398L8.87667 18.788C8.94398 18.4514 9.00268 18.1579 9.07058 17.917C9.14295 17.6603 9.23921 17.411 9.40753 17.1789C9.78091 16.6642 10.2752 16.4295 10.7545 16.3286C11.1453 16.2463 11.6797 16.2482 12 16.2497ZM11 12.2502C10.5858 12.2502 10.25 12.586 10.25 13.0002C10.25 13.4145 10.5858 13.7502 11 13.7502H13C13.4142 13.7502 13.75 13.4145 13.75 13.0002C13.75 12.586 13.4142 12.2502 13 12.2502H11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.6524 19.0906L14.0994 22.061C14.1476 22.3814 14.1717 22.5417 14.0819 22.646C13.9922 22.7502 13.8301 22.7502 13.506 22.7502H10.4922C10.1681 22.7502 10.0061 22.7502 9.91631 22.646C9.82654 22.5417 9.85066 22.3814 9.89888 22.061L10.3459 19.0906C10.4179 18.7305 10.4649 18.4994 10.5143 18.3241C10.5618 18.1556 10.5976 18.0929 10.6217 18.0597C10.7264 17.9154 10.8549 17.8404 11.0636 17.7964C11.2884 17.7491 11.6516 17.7494 12 17.7499C12.3484 17.7494 12.7098 17.7491 12.9346 17.7964C13.1434 17.8404 13.2719 17.9154 13.3765 18.0597C13.4006 18.0929 13.4364 18.1556 13.484 18.3241C13.5334 18.4994 13.5804 18.7305 13.6524 19.0906Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.426 1.38276C16.6289 1.52277 16.75 1.75352 16.75 2C16.75 3.52749 15.9735 4.6763 14.9646 5.32475C14.3046 5.74897 13.5115 5.97754 12.75 5.937V8C12.75 8.41422 12.4142 8.75 12 8.75C11.5858 8.75 11.25 8.41422 11.25 8V2C11.25 1.75038 11.3742 1.51711 11.5813 1.37776C11.7884 1.2384 12.0513 1.21122 12.2825 1.30525C12.9962 1.59544 13.4832 1.71309 13.9519 1.71393C14.425 1.71477 14.9482 1.5968 15.734 1.29875C15.9645 1.21134 16.2232 1.24274 16.426 1.38276Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 16.2497C12.3203 16.2482 12.853 16.2463 13.2437 16.3286C13.723 16.4295 14.2173 16.6642 14.5907 17.1789C14.759 17.411 14.8553 17.6603 14.9277 17.917C14.9956 18.1579 15.0543 18.4514 15.1216 18.7881L15.6428 22.2398C15.6796 22.4833 15.698 22.6051 15.7824 22.6777C15.8667 22.7502 15.9898 22.7502 16.2361 22.7502H17.93C18.6542 22.7503 19.2727 22.7503 19.7639 22.6837C20.2865 22.6128 20.7866 22.453 21.1795 22.0382C21.5744 21.6214 21.7033 21.1139 21.7385 20.59C21.7712 20.1011 21.727 19.4924 21.6755 18.7843L20.995 9.42181C20.9771 9.1748 20.9605 8.94592 20.9306 8.75477C20.8981 8.54707 20.8419 8.32244 20.7108 8.10457C20.5359 7.81383 20.2804 7.58087 19.9767 7.43197C19.7503 7.32098 19.5228 7.2826 19.3126 7.26577L18.5337 7.25012C18.2365 7.24941 17.9246 7.24867 17.6356 7.34919C17.4016 7.43061 17.1868 7.56015 17.0057 7.73003C16.7813 7.9406 16.6392 8.2185 16.5059 8.47897L16.4725 8.54416L16.0491 9.36681L15.9202 9.61084C15.8564 9.73171 15.7397 9.75219 15.6893 9.74733C15.6283 9.75006 15.5479 9.75024 15.4082 9.75024C15.2523 9.75024 15.1617 9.75003 15.0932 9.74671C14.9553 9.74404 14.8741 9.63846 14.8507 9.586C14.8238 9.52508 14.792 9.44277 14.737 9.29906L14.6041 8.95218C14.5025 8.68687 14.4067 8.43665 14.3036 8.2338C14.1887 8.0078 14.037 7.78192 13.7937 7.60096C13.7538 7.57133 13.7127 7.54339 13.6705 7.51723C13.4139 7.35805 13.1484 7.29909 12.8963 7.27339L11.9999 7.25024L11.1035 7.27339C10.8513 7.29909 10.5858 7.35805 10.3292 7.51723C10.287 7.54339 10.2459 7.57133 10.2061 7.60096C9.96273 7.78192 9.81107 8.0078 9.69616 8.2338C9.59303 8.43665 9.49722 8.68685 9.39563 8.95216L9.26275 9.29906C9.2077 9.44277 9.17594 9.52508 9.14905 9.586C9.09821 9.71123 8.96616 9.74532 8.90649 9.74671C8.838 9.75003 8.74746 9.75024 8.59154 9.75024C8.45185 9.75024 8.37141 9.75006 8.31042 9.74733C8.17754 9.7451 8.10112 9.65541 8.07952 9.61084C8.04992 9.55931 8.01381 9.48954 7.95063 9.36681L7.52719 8.54416L7.49377 8.47896C7.36054 8.2185 7.21839 7.9406 6.99398 7.73003C6.81293 7.56015 6.59814 7.43061 6.36409 7.34919C6.07513 7.24867 5.7632 7.24941 5.46605 7.25012L4.68713 7.26577C4.47692 7.2826 4.24944 7.32098 4.02304 7.43197C3.71933 7.58087 3.46386 7.81383 3.28893 8.10457C3.15784 8.32244 3.10164 8.54707 3.06915 8.75477C3.03924 8.94592 3.02262 9.1748 3.00469 9.42181L2.32425 18.7842C2.27275 19.4923 2.22847 20.1011 2.26125 20.59C2.29637 21.1139 2.4253 21.6214 2.82019 22.0382C3.2131 22.453 3.71318 22.6128 4.23583 22.6837C4.72699 22.7503 5.34555 22.7503 6.06976 22.7502H7.76215C8.0084 22.7502 8.13153 22.7502 8.2159 22.6777C8.30026 22.6051 8.31865 22.4833 8.35542 22.2398L8.87667 18.788C8.94398 18.4514 9.00268 18.1579 9.07058 17.917C9.14295 17.6603 9.23921 17.411 9.40753 17.1789C9.78091 16.6642 10.2752 16.4295 10.7545 16.3286C11.1453 16.2463 11.6797 16.2482 12 16.2497ZM11 12.2502C10.5858 12.2502 10.25 12.586 10.25 13.0002C10.25 13.4145 10.5858 13.7502 11 13.7502H13C13.4142 13.7502 13.75 13.4145 13.75 13.0002C13.75 12.586 13.4142 12.2502 13 12.2502H11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.6524 19.0906L14.0994 22.061C14.1476 22.3814 14.1717 22.5417 14.0819 22.646C13.9922 22.7502 13.8301 22.7502 13.506 22.7502H10.4922C10.1681 22.7502 10.0061 22.7502 9.91631 22.646C9.82654 22.5417 9.85066 22.3814 9.89888 22.061L10.3459 19.0906C10.4179 18.7305 10.4649 18.4994 10.5143 18.3241C10.5618 18.1556 10.5976 18.0929 10.6217 18.0597C10.7264 17.9154 10.8549 17.8404 11.0636 17.7964C11.2884 17.7491 11.6516 17.7494 12 17.7499C12.3484 17.7494 12.7098 17.7491 12.9346 17.7964C13.1434 17.8404 13.2719 17.9154 13.3765 18.0597C13.4006 18.0929 13.4364 18.1556 13.484 18.3241C13.5334 18.4994 13.5804 18.7305 13.6524 19.0906Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-cayan-tower{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.3455 1.35087C12.5376 1.46203 12.6706 1.65256 12.7087 1.8712C12.9096 3.02364 13.2844 4.92846 13.7893 6.88789C14.2978 8.86177 14.9239 10.8331 15.6139 12.1524C16.3678 13.5939 17.1456 15.4656 17.736 17.2522C18.3186 19.0155 18.7501 20.7881 18.7501 22C18.7501 22.4142 18.4143 22.75 18.0001 22.75H11.8985C11.6216 22.75 11.3673 22.5975 11.2369 22.3532C10.9064 21.7341 10.5694 21.1135 10.2326 20.4934L10.2278 20.4844C8.91619 18.0691 7.60694 15.658 6.66547 13.3074C6.56852 13.0654 6.52004 12.9443 6.57953 12.8564C6.63902 12.7685 6.77075 12.7685 7.0342 12.7685H9.0001C9.41431 12.7685 9.7501 12.4327 9.7501 12.0185C9.7501 11.6043 9.41431 11.2685 9.0001 11.2685H6.24128C6.09766 11.2685 6.02585 11.2685 5.9724 11.2282C5.91895 11.1879 5.89945 11.1198 5.86046 10.9836C5.78859 10.7326 5.72214 10.4816 5.66161 10.2308C5.6088 10.012 5.5824 9.90255 5.64246 9.82627C5.70251 9.75 5.81697 9.75 6.04588 9.75H8.0001C8.41431 9.75 8.7501 9.41422 8.7501 9C8.7501 8.58579 8.41431 8.25 8.0001 8.25H5.67658C5.50396 8.25 5.41766 8.25 5.36011 8.1966C5.30257 8.14319 5.29628 8.05896 5.2837 7.8905C5.17987 6.5003 5.30964 5.12065 5.76147 3.76315C5.8338 3.54585 6.00144 3.37351 6.21665 3.29521L11.7134 1.29521C11.922 1.21932 12.1534 1.2397 12.3455 1.35087Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.26413 17.2518C5.68146 19.0151 5.25 20.7877 5.25 21.9996C5.25 22.4138 5.58579 22.7496 6 22.7496H9.25001C9.47246 22.7496 9.58369 22.7496 9.62743 22.677C9.67116 22.6045 9.61919 22.5061 9.51524 22.3094L6.81143 17.1937C6.6737 16.9331 6.60483 16.8028 6.50605 16.811C6.40727 16.8193 6.36126 16.9583 6.26924 17.2364C6.26753 17.2415 6.26583 17.2467 6.26413 17.2518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2385 3.76278C18.1662 3.54548 17.9986 3.37314 17.7834 3.29483L14.7491 2.19081C14.5306 2.11131 14.4213 2.07156 14.3549 2.12816C14.2884 2.18476 14.3101 2.29844 14.3535 2.52578C14.563 3.62175 14.8658 5.05378 15.2418 6.51329C15.7455 8.46847 16.3375 10.2989 16.9431 11.4569C17.0467 11.6549 17.1504 11.8601 17.2539 12.0713C17.3897 12.3484 17.4575 12.4869 17.5575 12.4807C17.6575 12.4744 17.7068 12.3309 17.8052 12.0439C18.761 9.25669 19.1382 6.46584 18.2385 3.76278Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 21.75C3 21.1977 3.44772 20.75 4 20.75L20 20.75C20.5523 20.75 21 21.1977 21 21.75C21 22.3023 20.5523 22.75 20 22.75L4 22.75C3.44772 22.75 3 22.3023 3 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.3455 1.35087C12.5376 1.46203 12.6706 1.65256 12.7087 1.8712C12.9096 3.02364 13.2844 4.92846 13.7893 6.88789C14.2978 8.86177 14.9239 10.8331 15.6139 12.1524C16.3678 13.5939 17.1456 15.4656 17.736 17.2522C18.3186 19.0155 18.7501 20.7881 18.7501 22C18.7501 22.4142 18.4143 22.75 18.0001 22.75H11.8985C11.6216 22.75 11.3673 22.5975 11.2369 22.3532C10.9064 21.7341 10.5694 21.1135 10.2326 20.4934L10.2278 20.4844C8.91619 18.0691 7.60694 15.658 6.66547 13.3074C6.56852 13.0654 6.52004 12.9443 6.57953 12.8564C6.63902 12.7685 6.77075 12.7685 7.0342 12.7685H9.0001C9.41431 12.7685 9.7501 12.4327 9.7501 12.0185C9.7501 11.6043 9.41431 11.2685 9.0001 11.2685H6.24128C6.09766 11.2685 6.02585 11.2685 5.9724 11.2282C5.91895 11.1879 5.89945 11.1198 5.86046 10.9836C5.78859 10.7326 5.72214 10.4816 5.66161 10.2308C5.6088 10.012 5.5824 9.90255 5.64246 9.82627C5.70251 9.75 5.81697 9.75 6.04588 9.75H8.0001C8.41431 9.75 8.7501 9.41422 8.7501 9C8.7501 8.58579 8.41431 8.25 8.0001 8.25H5.67658C5.50396 8.25 5.41766 8.25 5.36011 8.1966C5.30257 8.14319 5.29628 8.05896 5.2837 7.8905C5.17987 6.5003 5.30964 5.12065 5.76147 3.76315C5.8338 3.54585 6.00144 3.37351 6.21665 3.29521L11.7134 1.29521C11.922 1.21932 12.1534 1.2397 12.3455 1.35087Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.26413 17.2518C5.68146 19.0151 5.25 20.7877 5.25 21.9996C5.25 22.4138 5.58579 22.7496 6 22.7496H9.25001C9.47246 22.7496 9.58369 22.7496 9.62743 22.677C9.67116 22.6045 9.61919 22.5061 9.51524 22.3094L6.81143 17.1937C6.6737 16.9331 6.60483 16.8028 6.50605 16.811C6.40727 16.8193 6.36126 16.9583 6.26924 17.2364C6.26753 17.2415 6.26583 17.2467 6.26413 17.2518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2385 3.76278C18.1662 3.54548 17.9986 3.37314 17.7834 3.29483L14.7491 2.19081C14.5306 2.11131 14.4213 2.07156 14.3549 2.12816C14.2884 2.18476 14.3101 2.29844 14.3535 2.52578C14.563 3.62175 14.8658 5.05378 15.2418 6.51329C15.7455 8.46847 16.3375 10.2989 16.9431 11.4569C17.0467 11.6549 17.1504 11.8601 17.2539 12.0713C17.3897 12.3484 17.4575 12.4869 17.5575 12.4807C17.6575 12.4744 17.7068 12.3309 17.8052 12.0439C18.761 9.25669 19.1382 6.46584 18.2385 3.76278Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 21.75C3 21.1977 3.44772 20.75 4 20.75L20 20.75C20.5523 20.75 21 21.1977 21 21.75C21 22.3023 20.5523 22.75 20 22.75L4 22.75C3.44772 22.75 3 22.3023 3 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-central-shaheed-minar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.75 11.2932V22.001C3.75 22.5533 3.30228 23.001 2.75 23.001C2.19772 23.001 1.75 22.5533 1.75 22.001V10.2024C1.75 9.39894 2.52994 8.80985 3.31145 9.05696L6.41145 10.0372C6.91381 10.196 7.25 10.6619 7.25 11.1826V22.001C7.25 22.5533 6.80228 23.001 6.25 23.001C5.69772 23.001 5.25 22.5533 5.25 22.001V11.7675L3.75 11.2932Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.6886 9.05696C21.4701 8.80985 22.25 9.39894 22.25 10.2024V22.001C22.25 22.5533 21.8023 23.001 21.25 23.001C20.6977 23.001 20.25 22.5533 20.25 22.001V11.2932L18.75 11.7675V22.001C18.75 22.5533 18.3023 23.001 17.75 23.001C17.1977 23.001 16.75 22.5533 16.75 22.001V11.1826C16.75 10.6619 17.0862 10.196 17.5886 10.0372L20.6886 9.05696Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 8C8 7.44772 8.44772 7 9 7H15C15.5523 7 16 7.44772 16 8V22C16 22.5523 15.5523 23 15 23C14.4477 23 14 22.5523 14 22V9H10V22C10 22.5523 9.55228 23 9 23C8.44772 23 8 22.5523 8 22V8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 22C1 21.4477 1.44772 21 2 21L22 21C22.5523 21 23 21.4477 23 22C23 22.5523 22.5523 23 22 23L2 23C1.44772 23 1 22.5523 1 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.12244 3.00021L9.93146 7.6365C10.1322 8.15101 9.87787 8.73084 9.36336 8.9316C8.84886 9.13235 8.26902 8.878 8.06827 8.3635L6.24072 3.67972C6.23674 3.66952 6.23293 3.65925 6.22928 3.64892C6.12822 3.36248 6.03634 3.05357 6.00866 2.75456C5.98027 2.44803 6.00866 2.02757 6.29424 1.65319C6.57188 1.28925 6.95938 1.14562 7.24659 1.0808C7.53618 1.01543 7.85985 1 8.17638 1H15.8233C16.1399 1 16.4635 1.01543 16.7531 1.0808C17.0403 1.14562 17.4278 1.28925 17.7055 1.65319C17.9911 2.02757 18.0195 2.44803 17.9911 2.75456C17.9634 3.05357 17.8715 3.36248 17.7704 3.64892C17.7668 3.65925 17.763 3.66952 17.759 3.67972L15.9315 8.3635C15.7307 8.878 15.1509 9.13235 14.6364 8.9316C14.1219 8.73084 13.8675 8.15101 14.0683 7.6365L15.8773 3.00021C15.8598 3.00007 15.8418 3 15.8233 3H8.17638C8.1579 3 8.13992 3.00007 8.12244 3.00021Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.75 11.2932V22.001C3.75 22.5533 3.30228 23.001 2.75 23.001C2.19772 23.001 1.75 22.5533 1.75 22.001V10.2024C1.75 9.39894 2.52994 8.80985 3.31145 9.05696L6.41145 10.0372C6.91381 10.196 7.25 10.6619 7.25 11.1826V22.001C7.25 22.5533 6.80228 23.001 6.25 23.001C5.69772 23.001 5.25 22.5533 5.25 22.001V11.7675L3.75 11.2932Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.6886 9.05696C21.4701 8.80985 22.25 9.39894 22.25 10.2024V22.001C22.25 22.5533 21.8023 23.001 21.25 23.001C20.6977 23.001 20.25 22.5533 20.25 22.001V11.2932L18.75 11.7675V22.001C18.75 22.5533 18.3023 23.001 17.75 23.001C17.1977 23.001 16.75 22.5533 16.75 22.001V11.1826C16.75 10.6619 17.0862 10.196 17.5886 10.0372L20.6886 9.05696Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 8C8 7.44772 8.44772 7 9 7H15C15.5523 7 16 7.44772 16 8V22C16 22.5523 15.5523 23 15 23C14.4477 23 14 22.5523 14 22V9H10V22C10 22.5523 9.55228 23 9 23C8.44772 23 8 22.5523 8 22V8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 22C1 21.4477 1.44772 21 2 21L22 21C22.5523 21 23 21.4477 23 22C23 22.5523 22.5523 23 22 23L2 23C1.44772 23 1 22.5523 1 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.12244 3.00021L9.93146 7.6365C10.1322 8.15101 9.87787 8.73084 9.36336 8.9316C8.84886 9.13235 8.26902 8.878 8.06827 8.3635L6.24072 3.67972C6.23674 3.66952 6.23293 3.65925 6.22928 3.64892C6.12822 3.36248 6.03634 3.05357 6.00866 2.75456C5.98027 2.44803 6.00866 2.02757 6.29424 1.65319C6.57188 1.28925 6.95938 1.14562 7.24659 1.0808C7.53618 1.01543 7.85985 1 8.17638 1H15.8233C16.1399 1 16.4635 1.01543 16.7531 1.0808C17.0403 1.14562 17.4278 1.28925 17.7055 1.65319C17.9911 2.02757 18.0195 2.44803 17.9911 2.75456C17.9634 3.05357 17.8715 3.36248 17.7704 3.64892C17.7668 3.65925 17.763 3.66952 17.759 3.67972L15.9315 8.3635C15.7307 8.878 15.1509 9.13235 14.6364 8.9316C14.1219 8.73084 13.8675 8.15101 14.0683 7.6365L15.8773 3.00021C15.8598 3.00007 15.8418 3 15.8233 3H8.17638C8.1579 3 8.13992 3.00007 8.12244 3.00021Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-china-temple{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.46967 10.1997C6.61032 10.0718 6.80109 10 7 10H17C17.1989 10 17.3897 10.0718 17.5303 10.1997C18.1016 10.719 19.8549 11.8182 22 11.8182C22.2599 11.8182 22.5013 11.9405 22.638 12.1415C22.7746 12.3426 22.7871 12.5936 22.6708 12.8049L22.5 13.1155C21.8648 14.2704 20.5663 15 19.1459 15H4.8541C3.43371 15 2.13522 14.2704 1.5 13.1155L1.32918 12.8049C1.21293 12.5936 1.22536 12.3426 1.36201 12.1415C1.49867 11.9405 1.74007 11.8182 2 11.8182C4.14512 11.8182 5.8984 10.719 6.46967 10.1997Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5472 1.00004H12.4528C13.0171 0.999736 13.4466 0.999507 13.7963 1.07551C14.0196 1.12405 14.2791 1.23029 14.5482 1.34848C14.8345 1.47424 15.2103 1.65004 15.6931 1.87584L15.7039 1.88088C16.559 2.28087 17.7128 2.63641 19 2.63641C19.2599 2.63641 19.5013 2.74653 19.638 2.92744C19.7746 3.10834 19.7871 3.33424 19.6708 3.52446L19.5 3.80398C18.8648 4.84341 17.5663 5.5 16.1459 5.5H7.8541C6.43371 5.5 5.13522 4.84341 4.5 3.80398L4.32918 3.52446C4.21293 3.33424 4.22536 3.10834 4.36201 2.92744C4.49867 2.74653 4.74007 2.63641 5 2.63641C6.28721 2.63641 7.441 2.28087 8.29615 1.88088L8.30691 1.87585C8.78964 1.65005 9.16551 1.47424 9.4518 1.34848C9.72085 1.23029 9.9804 1.12405 10.2037 1.07551C10.5534 0.999507 10.9829 0.999736 11.5472 1.00004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.99998 8.75007H17C17.0607 8.75007 17.1215 8.75275 17.182 8.7581C17.4741 8.78389 17.6201 8.79678 17.685 8.73732C17.75 8.67786 17.75 8.55377 17.75 8.30557V7.05541C17.75 6.8156 17.75 6.6957 17.6774 6.63571C17.6049 6.57572 17.4806 6.59949 17.2321 6.64705C16.8759 6.71523 16.5114 6.75 16.1459 6.75H7.85408C7.48857 6.75 7.12408 6.71523 6.76782 6.64705C6.51934 6.59949 6.3951 6.57572 6.32254 6.63571C6.24998 6.6957 6.24998 6.8156 6.24998 7.05541V8.30557C6.24998 8.55377 6.24998 8.67786 6.31492 8.73732C6.37986 8.79678 6.52589 8.78389 6.81794 8.7581C6.87849 8.75275 6.93924 8.75007 6.99998 8.75007Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 22.25C2.25 21.8358 2.58579 21.5 3 21.5H21C21.4142 21.5 21.75 21.8358 21.75 22.25C21.75 22.6642 21.4142 23 21 23H3C2.58579 23 2.25 22.6642 2.25 22.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.75 20.25C10.75 19.5596 11.3096 19 12 19C12.6904 19 13.25 19.5596 13.25 20.25V21.5H10.75V20.25ZM9.25 21.5V20.25C9.25 18.7312 10.4812 17.5 12 17.5C13.5188 17.5 14.75 18.7312 14.75 20.25V21.5L19.75 21.5V16.8212C19.75 16.7631 19.75 16.7341 19.749 16.7182C19.7317 16.4472 19.5528 16.2683 19.2818 16.251C19.2659 16.25 19.2259 16.25 19.1459 16.25H4.85412C4.77409 16.25 4.73407 16.25 4.71817 16.251C4.44716 16.2683 4.2683 16.4472 4.25101 16.7182C4.25 16.7341 4.25 16.7631 4.25 16.8212L4.25 21.5H9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.46967 10.1997C6.61032 10.0718 6.80109 10 7 10H17C17.1989 10 17.3897 10.0718 17.5303 10.1997C18.1016 10.719 19.8549 11.8182 22 11.8182C22.2599 11.8182 22.5013 11.9405 22.638 12.1415C22.7746 12.3426 22.7871 12.5936 22.6708 12.8049L22.5 13.1155C21.8648 14.2704 20.5663 15 19.1459 15H4.8541C3.43371 15 2.13522 14.2704 1.5 13.1155L1.32918 12.8049C1.21293 12.5936 1.22536 12.3426 1.36201 12.1415C1.49867 11.9405 1.74007 11.8182 2 11.8182C4.14512 11.8182 5.8984 10.719 6.46967 10.1997Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5472 1.00004H12.4528C13.0171 0.999736 13.4466 0.999507 13.7963 1.07551C14.0196 1.12405 14.2791 1.23029 14.5482 1.34848C14.8345 1.47424 15.2103 1.65004 15.6931 1.87584L15.7039 1.88088C16.559 2.28087 17.7128 2.63641 19 2.63641C19.2599 2.63641 19.5013 2.74653 19.638 2.92744C19.7746 3.10834 19.7871 3.33424 19.6708 3.52446L19.5 3.80398C18.8648 4.84341 17.5663 5.5 16.1459 5.5H7.8541C6.43371 5.5 5.13522 4.84341 4.5 3.80398L4.32918 3.52446C4.21293 3.33424 4.22536 3.10834 4.36201 2.92744C4.49867 2.74653 4.74007 2.63641 5 2.63641C6.28721 2.63641 7.441 2.28087 8.29615 1.88088L8.30691 1.87585C8.78964 1.65005 9.16551 1.47424 9.4518 1.34848C9.72085 1.23029 9.9804 1.12405 10.2037 1.07551C10.5534 0.999507 10.9829 0.999736 11.5472 1.00004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.99998 8.75007H17C17.0607 8.75007 17.1215 8.75275 17.182 8.7581C17.4741 8.78389 17.6201 8.79678 17.685 8.73732C17.75 8.67786 17.75 8.55377 17.75 8.30557V7.05541C17.75 6.8156 17.75 6.6957 17.6774 6.63571C17.6049 6.57572 17.4806 6.59949 17.2321 6.64705C16.8759 6.71523 16.5114 6.75 16.1459 6.75H7.85408C7.48857 6.75 7.12408 6.71523 6.76782 6.64705C6.51934 6.59949 6.3951 6.57572 6.32254 6.63571C6.24998 6.6957 6.24998 6.8156 6.24998 7.05541V8.30557C6.24998 8.55377 6.24998 8.67786 6.31492 8.73732C6.37986 8.79678 6.52589 8.78389 6.81794 8.7581C6.87849 8.75275 6.93924 8.75007 6.99998 8.75007Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 22.25C2.25 21.8358 2.58579 21.5 3 21.5H21C21.4142 21.5 21.75 21.8358 21.75 22.25C21.75 22.6642 21.4142 23 21 23H3C2.58579 23 2.25 22.6642 2.25 22.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.75 20.25C10.75 19.5596 11.3096 19 12 19C12.6904 19 13.25 19.5596 13.25 20.25V21.5H10.75V20.25ZM9.25 21.5V20.25C9.25 18.7312 10.4812 17.5 12 17.5C13.5188 17.5 14.75 18.7312 14.75 20.25V21.5L19.75 21.5V16.8212C19.75 16.7631 19.75 16.7341 19.749 16.7182C19.7317 16.4472 19.5528 16.2683 19.2818 16.251C19.2659 16.25 19.2259 16.25 19.1459 16.25H4.85412C4.77409 16.25 4.73407 16.25 4.71817 16.251C4.44716 16.2683 4.2683 16.4472 4.25101 16.7182C4.25 16.7341 4.25 16.7631 4.25 16.8212L4.25 21.5H9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-chrysler{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V3.32501C14.4617 3.67247 15.75 5.18578 15.75 7V8.61234C15.8529 8.69689 15.9525 8.78441 16.0487 8.8746C17.0713 9.83394 17.75 11.1465 17.75 12.5V15C17.75 15.4142 17.4142 15.75 17 15.75C16.5858 15.75 16.25 15.4142 16.25 15V12.5C16.25 11.6443 15.8094 10.7069 15.0224 9.96855C14.9146 9.86741 14.8012 9.77096 14.6828 9.67983C14.5968 9.63964 14.5197 9.5836 14.4552 9.51549C13.7563 9.04263 12.9082 8.75 12 8.75C11.0918 8.75 10.2437 9.04263 9.54477 9.51549C9.48029 9.5836 9.40318 9.63964 9.31718 9.67983C9.19877 9.77096 9.08542 9.86741 8.97761 9.96855C8.19056 10.7069 7.75 11.6443 7.75 12.5V15C7.75 15.4142 7.41421 15.75 7 15.75C6.58579 15.75 6.25 15.4142 6.25 15V12.5C6.25 11.1465 6.92873 9.83394 7.95132 8.8746C8.04746 8.78441 8.14708 8.69689 8.25 8.61234V7C8.25 5.18578 9.53832 3.67247 11.25 3.32501V2C11.25 1.58579 11.5858 1.25 12 1.25ZM9.75 7.70657C10.22 7.50911 10.7232 7.36854 11.25 7.29916V7C11.25 6.58579 11.5858 6.25 12 6.25C12.4142 6.25 12.75 6.58579 12.75 7V7.29916C13.2768 7.36854 13.78 7.50911 14.25 7.70657V7C14.25 5.75736 13.2426 4.75 12 4.75C10.7574 4.75 9.75 5.75736 9.75 7V7.70657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 10.25C12.4142 10.25 12.75 10.5858 12.75 11C12.75 11.0154 12.75 11.0231 12.7502 11.0283C12.7553 11.1746 12.8556 11.2892 13 11.3137C13.0051 11.3145 13.0148 11.3158 13.0342 11.3184C16.8255 11.824 19.75 15.0705 19.75 19V22C19.75 22.4142 19.4142 22.75 19 22.75H16.35C16.0672 22.75 15.9257 22.75 15.8379 22.6621C15.75 22.5743 15.75 22.4328 15.75 22.15V20C15.75 19.8646 15.8565 19.75 15.992 19.75H16C16.4142 19.75 16.75 19.4142 16.75 19C16.75 18.5858 16.4142 18.25 16 18.25H15.679C15.5092 18.25 15.4243 18.25 15.3576 18.2141C15.291 18.1783 15.2385 18.0985 15.1334 17.939C14.682 17.2541 14.0121 16.726 13.2229 16.4539C12.9819 16.3708 12.8615 16.3293 12.8057 16.2511C12.75 16.173 12.75 16.0602 12.75 15.8346V15C12.75 14.5858 12.4142 14.25 12 14.25C11.5858 14.25 11.25 14.5858 11.25 15V15.8346C11.25 16.0602 11.25 16.173 11.1943 16.2511C11.1385 16.3293 11.0181 16.3708 10.7771 16.4539C9.98794 16.726 9.31803 17.2541 8.86663 17.939C8.76151 18.0985 8.70895 18.1783 8.64235 18.2141C8.57575 18.25 8.49084 18.25 8.32102 18.25H8C7.58579 18.25 7.25 18.5858 7.25 19C7.25 19.4142 7.58579 19.75 8 19.75H8.00802C8.14345 19.75 8.25 19.8646 8.25 20V22.15C8.25 22.4328 8.25 22.5743 8.16213 22.6621C8.07426 22.75 7.93284 22.75 7.65 22.75H5C4.58579 22.75 4.25 22.4142 4.25 22V19C4.25 15.0705 7.17453 11.824 10.9658 11.3184C10.9852 11.3158 10.9949 11.3145 11 11.3137C11.1444 11.2892 11.2447 11.1746 11.2498 11.0283C11.25 11.0231 11.25 11.0154 11.25 11C11.25 10.5858 11.5858 10.25 12 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 20C14.25 18.7574 13.2426 17.75 12 17.75C10.7574 17.75 9.75 18.7574 9.75 20V22.15C9.75 22.4328 9.75 22.5743 9.83787 22.6621C9.92574 22.75 10.0672 22.75 10.35 22.75H13.65C13.9328 22.75 14.0743 22.75 14.1621 22.6621C14.25 22.5743 14.25 22.4328 14.25 22.15V20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V3.32501C14.4617 3.67247 15.75 5.18578 15.75 7V8.61234C15.8529 8.69689 15.9525 8.78441 16.0487 8.8746C17.0713 9.83394 17.75 11.1465 17.75 12.5V15C17.75 15.4142 17.4142 15.75 17 15.75C16.5858 15.75 16.25 15.4142 16.25 15V12.5C16.25 11.6443 15.8094 10.7069 15.0224 9.96855C14.9146 9.86741 14.8012 9.77096 14.6828 9.67983C14.5968 9.63964 14.5197 9.5836 14.4552 9.51549C13.7563 9.04263 12.9082 8.75 12 8.75C11.0918 8.75 10.2437 9.04263 9.54477 9.51549C9.48029 9.5836 9.40318 9.63964 9.31718 9.67983C9.19877 9.77096 9.08542 9.86741 8.97761 9.96855C8.19056 10.7069 7.75 11.6443 7.75 12.5V15C7.75 15.4142 7.41421 15.75 7 15.75C6.58579 15.75 6.25 15.4142 6.25 15V12.5C6.25 11.1465 6.92873 9.83394 7.95132 8.8746C8.04746 8.78441 8.14708 8.69689 8.25 8.61234V7C8.25 5.18578 9.53832 3.67247 11.25 3.32501V2C11.25 1.58579 11.5858 1.25 12 1.25ZM9.75 7.70657C10.22 7.50911 10.7232 7.36854 11.25 7.29916V7C11.25 6.58579 11.5858 6.25 12 6.25C12.4142 6.25 12.75 6.58579 12.75 7V7.29916C13.2768 7.36854 13.78 7.50911 14.25 7.70657V7C14.25 5.75736 13.2426 4.75 12 4.75C10.7574 4.75 9.75 5.75736 9.75 7V7.70657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 10.25C12.4142 10.25 12.75 10.5858 12.75 11C12.75 11.0154 12.75 11.0231 12.7502 11.0283C12.7553 11.1746 12.8556 11.2892 13 11.3137C13.0051 11.3145 13.0148 11.3158 13.0342 11.3184C16.8255 11.824 19.75 15.0705 19.75 19V22C19.75 22.4142 19.4142 22.75 19 22.75H16.35C16.0672 22.75 15.9257 22.75 15.8379 22.6621C15.75 22.5743 15.75 22.4328 15.75 22.15V20C15.75 19.8646 15.8565 19.75 15.992 19.75H16C16.4142 19.75 16.75 19.4142 16.75 19C16.75 18.5858 16.4142 18.25 16 18.25H15.679C15.5092 18.25 15.4243 18.25 15.3576 18.2141C15.291 18.1783 15.2385 18.0985 15.1334 17.939C14.682 17.2541 14.0121 16.726 13.2229 16.4539C12.9819 16.3708 12.8615 16.3293 12.8057 16.2511C12.75 16.173 12.75 16.0602 12.75 15.8346V15C12.75 14.5858 12.4142 14.25 12 14.25C11.5858 14.25 11.25 14.5858 11.25 15V15.8346C11.25 16.0602 11.25 16.173 11.1943 16.2511C11.1385 16.3293 11.0181 16.3708 10.7771 16.4539C9.98794 16.726 9.31803 17.2541 8.86663 17.939C8.76151 18.0985 8.70895 18.1783 8.64235 18.2141C8.57575 18.25 8.49084 18.25 8.32102 18.25H8C7.58579 18.25 7.25 18.5858 7.25 19C7.25 19.4142 7.58579 19.75 8 19.75H8.00802C8.14345 19.75 8.25 19.8646 8.25 20V22.15C8.25 22.4328 8.25 22.5743 8.16213 22.6621C8.07426 22.75 7.93284 22.75 7.65 22.75H5C4.58579 22.75 4.25 22.4142 4.25 22V19C4.25 15.0705 7.17453 11.824 10.9658 11.3184C10.9852 11.3158 10.9949 11.3145 11 11.3137C11.1444 11.2892 11.2447 11.1746 11.2498 11.0283C11.25 11.0231 11.25 11.0154 11.25 11C11.25 10.5858 11.5858 10.25 12 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 20C14.25 18.7574 13.2426 17.75 12 17.75C10.7574 17.75 9.75 18.7574 9.75 20V22.15C9.75 22.4328 9.75 22.5743 9.83787 22.6621C9.92574 22.75 10.0672 22.75 10.35 22.75H13.65C13.9328 22.75 14.0743 22.75 14.1621 22.6621C14.25 22.5743 14.25 22.4328 14.25 22.15V20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-church{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1573 12.2377C20.6671 12.4926 21.1 12.709 21.4392 12.9249C21.8004 13.1547 22.1096 13.4162 22.3394 13.788C22.5691 14.1597 22.6647 14.5533 22.7087 14.9791C22.7501 15.379 22.7501 15.8629 22.7501 16.4329L22.7501 20.0424C22.7501 20.4752 22.7502 20.872 22.7068 21.1949C22.659 21.5503 22.5465 21.9261 22.2375 22.2351C21.9285 22.5441 21.5527 22.6566 21.1973 22.7044C20.8745 22.7478 20.4776 22.7477 20.0448 22.7477L19.4049 22.7477C19.2793 22.7477 19.2165 22.7477 19.1865 22.7104C19.1565 22.6732 19.1707 22.6074 19.1992 22.4758C19.2325 22.3217 19.2501 22.1618 19.2501 21.9978L19.2466 12.4298C19.2465 12.1396 19.2465 11.9945 19.3413 11.9358C19.4362 11.8772 19.566 11.9421 19.8255 12.0718L20.1573 12.2377Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.84275 12.2377C3.33294 12.4926 2.9001 12.709 2.56088 12.9248C2.19971 13.1546 1.89048 13.4161 1.66072 13.7879C1.43095 14.1597 1.33535 14.5532 1.29132 14.979C1.24997 15.3789 1.24999 15.8629 1.25001 16.4329L1.25 20.0424C1.24995 20.4752 1.24991 20.872 1.29331 21.1948C1.3411 21.5503 1.45355 21.926 1.76257 22.2351C2.07159 22.5441 2.44732 22.6565 2.8028 22.7043C3.1256 22.7477 3.52247 22.7477 3.95526 22.7476L4.5952 22.7476C4.72078 22.7476 4.78357 22.7476 4.81359 22.7104C4.84361 22.6732 4.82937 22.6074 4.80089 22.4757C4.76756 22.3217 4.75001 22.1618 4.75001 21.9977L4.75344 12.4297C4.75355 12.1395 4.7536 11.9945 4.65874 11.9358C4.56387 11.8772 4.4341 11.942 4.17456 12.0718L3.84275 12.2377Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H12.75V5.44728C12.75 5.54174 12.75 5.58897 12.7697 5.63004C12.7895 5.67111 12.8264 5.70062 12.9001 5.75963L15.9673 8.21337C16.6016 8.72085 17.0848 9.19741 17.3822 9.81629C17.6797 10.4352 17.75 11.1101 17.75 11.9225V22C17.75 22.4142 17.4142 22.75 17 22.75H14.75V18.75C14.75 17.2312 13.5188 16 12 16C10.4812 16 9.25 17.2312 9.25 18.75V22.75H7C6.58579 22.75 6.25 22.4142 6.25 22L6.25 11.9225C6.25 11.1101 6.32032 10.4352 6.61777 9.81629C6.91522 9.19741 7.39835 8.72085 8.0327 8.21337L11.0999 5.75963C11.1736 5.70062 11.2105 5.67111 11.2303 5.63004C11.25 5.58897 11.25 5.54174 11.25 5.44728V4.75H10C9.58579 4.75 9.25 4.41421 9.25 4C9.25 3.58579 9.58579 3.25 10 3.25H11.25V2C11.25 1.58579 11.5858 1.25 12 1.25ZM10.75 22.75H13.25V18.75C13.25 18.0596 12.6904 17.5 12 17.5C11.3096 17.5 10.75 18.0596 10.75 18.75V22.75ZM12.0056 11.7852C12.6929 11.7852 13.25 11.2255 13.25 10.5352C13.25 9.8448 12.6929 9.28516 12.0056 9.28516H11.9944C11.3071 9.28516 10.75 9.8448 10.75 10.5352C10.75 11.2255 11.3071 11.7852 11.9944 11.7852H12.0056Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1573 12.2377C20.6671 12.4926 21.1 12.709 21.4392 12.9249C21.8004 13.1547 22.1096 13.4162 22.3394 13.788C22.5691 14.1597 22.6647 14.5533 22.7087 14.9791C22.7501 15.379 22.7501 15.8629 22.7501 16.4329L22.7501 20.0424C22.7501 20.4752 22.7502 20.872 22.7068 21.1949C22.659 21.5503 22.5465 21.9261 22.2375 22.2351C21.9285 22.5441 21.5527 22.6566 21.1973 22.7044C20.8745 22.7478 20.4776 22.7477 20.0448 22.7477L19.4049 22.7477C19.2793 22.7477 19.2165 22.7477 19.1865 22.7104C19.1565 22.6732 19.1707 22.6074 19.1992 22.4758C19.2325 22.3217 19.2501 22.1618 19.2501 21.9978L19.2466 12.4298C19.2465 12.1396 19.2465 11.9945 19.3413 11.9358C19.4362 11.8772 19.566 11.9421 19.8255 12.0718L20.1573 12.2377Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.84275 12.2377C3.33294 12.4926 2.9001 12.709 2.56088 12.9248C2.19971 13.1546 1.89048 13.4161 1.66072 13.7879C1.43095 14.1597 1.33535 14.5532 1.29132 14.979C1.24997 15.3789 1.24999 15.8629 1.25001 16.4329L1.25 20.0424C1.24995 20.4752 1.24991 20.872 1.29331 21.1948C1.3411 21.5503 1.45355 21.926 1.76257 22.2351C2.07159 22.5441 2.44732 22.6565 2.8028 22.7043C3.1256 22.7477 3.52247 22.7477 3.95526 22.7476L4.5952 22.7476C4.72078 22.7476 4.78357 22.7476 4.81359 22.7104C4.84361 22.6732 4.82937 22.6074 4.80089 22.4757C4.76756 22.3217 4.75001 22.1618 4.75001 21.9977L4.75344 12.4297C4.75355 12.1395 4.7536 11.9945 4.65874 11.9358C4.56387 11.8772 4.4341 11.942 4.17456 12.0718L3.84275 12.2377Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H12.75V5.44728C12.75 5.54174 12.75 5.58897 12.7697 5.63004C12.7895 5.67111 12.8264 5.70062 12.9001 5.75963L15.9673 8.21337C16.6016 8.72085 17.0848 9.19741 17.3822 9.81629C17.6797 10.4352 17.75 11.1101 17.75 11.9225V22C17.75 22.4142 17.4142 22.75 17 22.75H14.75V18.75C14.75 17.2312 13.5188 16 12 16C10.4812 16 9.25 17.2312 9.25 18.75V22.75H7C6.58579 22.75 6.25 22.4142 6.25 22L6.25 11.9225C6.25 11.1101 6.32032 10.4352 6.61777 9.81629C6.91522 9.19741 7.39835 8.72085 8.0327 8.21337L11.0999 5.75963C11.1736 5.70062 11.2105 5.67111 11.2303 5.63004C11.25 5.58897 11.25 5.54174 11.25 5.44728V4.75H10C9.58579 4.75 9.25 4.41421 9.25 4C9.25 3.58579 9.58579 3.25 10 3.25H11.25V2C11.25 1.58579 11.5858 1.25 12 1.25ZM10.75 22.75H13.25V18.75C13.25 18.0596 12.6904 17.5 12 17.5C11.3096 17.5 10.75 18.0596 10.75 18.75V22.75ZM12.0056 11.7852C12.6929 11.7852 13.25 11.2255 13.25 10.5352C13.25 9.8448 12.6929 9.28516 12.0056 9.28516H11.9944C11.3071 9.28516 10.75 9.8448 10.75 10.5352C10.75 11.2255 11.3071 11.7852 11.9944 11.7852H12.0056Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-city-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 13V21C4.25 21.5523 3.80228 22 3.25 22C2.69772 22 2.25 21.5523 2.25 21V13C2.25 12.7715 2.2606 12.5196 2.3132 12.2802C2.36828 12.0294 2.48211 11.7332 2.73264 11.4826C2.98317 11.2321 3.27942 11.1183 3.53015 11.0632C3.76956 11.0106 4.02152 11 4.25 11H7.25C7.80228 11 8.25 11.4477 8.25 12C8.25 12.5523 7.80228 13 7.25 13L4.25 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.7045 1.30068C14.0177 1.37232 14.3416 1.51609 14.652 1.67454L19.0352 3.91256C19.5375 4.16902 19.9809 4.39534 20.3314 4.62308C20.7117 4.87022 21.0525 5.16147 21.3068 5.58168C21.5604 6.00064 21.6617 6.43841 21.7076 6.89118C21.7501 7.31074 21.75 7.81462 21.75 8.38956L21.75 21.2498C21.75 21.8021 21.3023 22.2498 20.75 22.2498C20.1977 22.2498 19.75 21.8021 19.75 21.2498V8.43543C19.75 7.80118 19.7488 7.39949 19.7177 7.09265C19.6889 6.80788 19.6409 6.69182 19.5958 6.61723C19.5514 6.54391 19.4739 6.45106 19.2417 6.30015C18.9892 6.13612 18.6404 5.95664 18.0841 5.67258L13.75 3.45964C13.75 3.46589 13.75 3.47218 13.75 3.47853V7.9533C13.75 8.50558 13.3023 8.9533 12.75 8.9533C12.1977 8.9533 11.75 8.50558 11.75 7.9533V3.47853C11.75 3.13416 11.7674 2.78512 11.8391 2.47783C11.9087 2.18004 12.0692 1.74934 12.4951 1.47372C12.9295 1.19259 13.3947 1.22982 13.7045 1.30068Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21.75C1 21.1977 1.44772 20.75 2 20.75H5.65C5.93284 20.75 6.07426 20.75 6.16213 20.6621C6.25 20.5743 6.25 20.4328 6.25 20.15L6.25 11C6.25 10.3633 6.28223 9.80099 6.38719 9.32323C6.49401 8.83699 6.68612 8.39172 7.03892 8.03892C7.39172 7.68612 7.83699 7.49401 8.32323 7.38719C8.80098 7.28223 9.36327 7.25 10 7.25H14C14.6367 7.25 15.199 7.28223 15.6768 7.38719C16.163 7.49401 16.6083 7.68612 16.9611 8.03892C17.3139 8.39172 17.506 8.83699 17.6128 9.32323C17.7178 9.80098 17.75 10.3633 17.75 11V20.15C17.75 20.4328 17.75 20.5743 17.8379 20.6621C17.9257 20.75 18.0672 20.75 18.35 20.75H22C22.5523 20.75 23 21.1977 23 21.75C23 22.3023 22.5523 22.75 22 22.75L2 22.75C1.44772 22.75 1 22.3023 1 21.75ZM11 10.25C10.5858 10.25 10.25 10.5858 10.25 11C10.25 11.4142 10.5858 11.75 11 11.75H13C13.4142 11.75 13.75 11.4142 13.75 11C13.75 10.5858 13.4142 10.25 13 10.25H11ZM11 13.25C10.5858 13.25 10.25 13.5858 10.25 14C10.25 14.4142 10.5858 14.75 11 14.75L13 14.75C13.4142 14.75 13.75 14.4142 13.75 14C13.75 13.5858 13.4142 13.25 13 13.25H11ZM11 16.25C10.5858 16.25 10.25 16.5858 10.25 17C10.25 17.4142 10.5858 17.75 11 17.75H13C13.4142 17.75 13.75 17.4142 13.75 17C13.75 16.5858 13.4142 16.25 13 16.25H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 13V21C4.25 21.5523 3.80228 22 3.25 22C2.69772 22 2.25 21.5523 2.25 21V13C2.25 12.7715 2.2606 12.5196 2.3132 12.2802C2.36828 12.0294 2.48211 11.7332 2.73264 11.4826C2.98317 11.2321 3.27942 11.1183 3.53015 11.0632C3.76956 11.0106 4.02152 11 4.25 11H7.25C7.80228 11 8.25 11.4477 8.25 12C8.25 12.5523 7.80228 13 7.25 13L4.25 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.7045 1.30068C14.0177 1.37232 14.3416 1.51609 14.652 1.67454L19.0352 3.91256C19.5375 4.16902 19.9809 4.39534 20.3314 4.62308C20.7117 4.87022 21.0525 5.16147 21.3068 5.58168C21.5604 6.00064 21.6617 6.43841 21.7076 6.89118C21.7501 7.31074 21.75 7.81462 21.75 8.38956L21.75 21.2498C21.75 21.8021 21.3023 22.2498 20.75 22.2498C20.1977 22.2498 19.75 21.8021 19.75 21.2498V8.43543C19.75 7.80118 19.7488 7.39949 19.7177 7.09265C19.6889 6.80788 19.6409 6.69182 19.5958 6.61723C19.5514 6.54391 19.4739 6.45106 19.2417 6.30015C18.9892 6.13612 18.6404 5.95664 18.0841 5.67258L13.75 3.45964C13.75 3.46589 13.75 3.47218 13.75 3.47853V7.9533C13.75 8.50558 13.3023 8.9533 12.75 8.9533C12.1977 8.9533 11.75 8.50558 11.75 7.9533V3.47853C11.75 3.13416 11.7674 2.78512 11.8391 2.47783C11.9087 2.18004 12.0692 1.74934 12.4951 1.47372C12.9295 1.19259 13.3947 1.22982 13.7045 1.30068Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21.75C1 21.1977 1.44772 20.75 2 20.75H5.65C5.93284 20.75 6.07426 20.75 6.16213 20.6621C6.25 20.5743 6.25 20.4328 6.25 20.15L6.25 11C6.25 10.3633 6.28223 9.80099 6.38719 9.32323C6.49401 8.83699 6.68612 8.39172 7.03892 8.03892C7.39172 7.68612 7.83699 7.49401 8.32323 7.38719C8.80098 7.28223 9.36327 7.25 10 7.25H14C14.6367 7.25 15.199 7.28223 15.6768 7.38719C16.163 7.49401 16.6083 7.68612 16.9611 8.03892C17.3139 8.39172 17.506 8.83699 17.6128 9.32323C17.7178 9.80098 17.75 10.3633 17.75 11V20.15C17.75 20.4328 17.75 20.5743 17.8379 20.6621C17.9257 20.75 18.0672 20.75 18.35 20.75H22C22.5523 20.75 23 21.1977 23 21.75C23 22.3023 22.5523 22.75 22 22.75L2 22.75C1.44772 22.75 1 22.3023 1 21.75ZM11 10.25C10.5858 10.25 10.25 10.5858 10.25 11C10.25 11.4142 10.5858 11.75 11 11.75H13C13.4142 11.75 13.75 11.4142 13.75 11C13.75 10.5858 13.4142 10.25 13 10.25H11ZM11 13.25C10.5858 13.25 10.25 13.5858 10.25 14C10.25 14.4142 10.5858 14.75 11 14.75L13 14.75C13.4142 14.75 13.75 14.4142 13.75 14C13.75 13.5858 13.4142 13.25 13 13.25H11ZM11 16.25C10.5858 16.25 10.25 16.5858 10.25 17C10.25 17.4142 10.5858 17.75 11 17.75H13C13.4142 17.75 13.75 17.4142 13.75 17C13.75 16.5858 13.4142 16.25 13 16.25H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-city-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21.75C1 21.1977 1.44772 20.75 2 20.75H22C22.5523 20.75 23 21.1977 23 21.75C23 22.3023 22.5523 22.75 22 22.75H2C1.44772 22.75 1 22.3023 1 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.02487 11.8531C4.39681 11.7714 4.81469 11.75 5.25 11.75H8.25C8.80228 11.75 9.25 12.1977 9.25 12.75C9.25 13.3023 8.80228 13.75 8.25 13.75H5.25C4.85798 13.75 4.61219 13.7718 4.454 13.8065C4.39488 13.8195 4.35937 13.8319 4.34003 13.84C4.33188 13.8594 4.31951 13.8949 4.30652 13.954C4.27177 14.1122 4.25 14.358 4.25 14.75V21.75C4.25 22.3023 3.80228 22.75 3.25 22.75C2.69772 22.75 2.25 22.3023 2.25 21.75V14.75C2.25 14.3147 2.27139 13.8968 2.3531 13.5249C2.4373 13.1416 2.59857 12.7462 2.92239 12.4224C3.24621 12.0986 3.64161 11.9373 4.02487 11.8531ZM4.34972 13.8207C4.34976 13.8207 4.34913 13.8219 4.34772 13.8238C4.34898 13.8216 4.34969 13.8206 4.34972 13.8207ZM4.32384 13.8477C4.32188 13.8491 4.32075 13.8498 4.32067 13.8497C4.3206 13.8497 4.32158 13.849 4.32384 13.8477Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.9751 11.8531C19.6032 11.7714 19.1853 11.75 18.75 11.75H15.75C15.1977 11.75 14.75 12.1977 14.75 12.75C14.75 13.3023 15.1977 13.75 15.75 13.75H18.75C19.142 13.75 19.3878 13.7718 19.546 13.8065C19.6051 13.8195 19.6406 13.8319 19.66 13.84C19.6681 13.8594 19.6805 13.8949 19.6935 13.954C19.7282 14.1122 19.75 14.358 19.75 14.75V21.75C19.75 22.3023 20.1977 22.75 20.75 22.75C21.3023 22.75 21.75 22.3023 21.75 21.75V14.75C21.75 14.3147 21.7286 13.8968 21.6469 13.5249C21.5627 13.1416 21.4014 12.7462 21.0776 12.4224C20.7538 12.0986 20.3584 11.9373 19.9751 11.8531ZM19.6503 13.8207C19.6502 13.8207 19.6509 13.8219 19.6523 13.8238C19.651 13.8216 19.6503 13.8206 19.6503 13.8207ZM19.6762 13.8477C19.6781 13.8491 19.6793 13.8498 19.6793 13.8497C19.6794 13.8497 19.6784 13.849 19.6762 13.8477Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 2.25V4.00007H11V2.25C11 1.69772 11.4477 1.25 12 1.25C12.5523 1.25 13 1.69771 13 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17.75C12.5523 17.75 13 18.1977 13 18.75L13 21.75C13 22.3023 12.5523 22.75 12 22.75C11.4477 22.75 11 22.3023 11 21.75L11 18.75C11 18.1977 11.4477 17.75 12 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.75 18.75C9.75 17.5074 10.7574 16.5 12 16.5C13.2426 16.5 14.25 17.5074 14.25 18.75L14.25 22.75H16C16.4142 22.75 16.75 22.4142 16.75 22V6C16.75 5.5701 16.7286 5.17373 16.6527 4.82851C16.575 4.4748 16.4303 4.12868 16.1508 3.84917C15.8713 3.56966 15.5252 3.42498 15.1715 3.34728C14.8263 3.27144 14.4299 3.25 14 3.25H10C9.5701 3.25 9.17373 3.27144 8.82851 3.34728C8.4748 3.42498 8.12868 3.56966 7.84917 3.84917C7.56966 4.12868 7.42498 4.4748 7.34728 4.82851C7.27144 5.17373 7.25 5.5701 7.25 6L7.25 22C7.25 22.4142 7.58579 22.75 8 22.75H9.75V18.75ZM11 5.52344C10.5858 5.52344 10.25 5.85922 10.25 6.27344C10.25 6.68765 10.5858 7.02344 11 7.02344H13C13.4142 7.02344 13.75 6.68765 13.75 6.27344C13.75 5.85922 13.4142 5.52344 13 5.52344H11ZM11 9.02344C10.5858 9.02344 10.25 9.35922 10.25 9.77344C10.25 10.1877 10.5858 10.5234 11 10.5234H13C13.4142 10.5234 13.75 10.1877 13.75 9.77344C13.75 9.35922 13.4142 9.02344 13 9.02344H11ZM11 12.5234C10.5858 12.5234 10.25 12.8592 10.25 13.2734C10.25 13.6877 10.5858 14.0234 11 14.0234H13C13.4142 14.0234 13.75 13.6877 13.75 13.2734C13.75 12.8592 13.4142 12.5234 13 12.5234H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21.75C1 21.1977 1.44772 20.75 2 20.75H22C22.5523 20.75 23 21.1977 23 21.75C23 22.3023 22.5523 22.75 22 22.75H2C1.44772 22.75 1 22.3023 1 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.02487 11.8531C4.39681 11.7714 4.81469 11.75 5.25 11.75H8.25C8.80228 11.75 9.25 12.1977 9.25 12.75C9.25 13.3023 8.80228 13.75 8.25 13.75H5.25C4.85798 13.75 4.61219 13.7718 4.454 13.8065C4.39488 13.8195 4.35937 13.8319 4.34003 13.84C4.33188 13.8594 4.31951 13.8949 4.30652 13.954C4.27177 14.1122 4.25 14.358 4.25 14.75V21.75C4.25 22.3023 3.80228 22.75 3.25 22.75C2.69772 22.75 2.25 22.3023 2.25 21.75V14.75C2.25 14.3147 2.27139 13.8968 2.3531 13.5249C2.4373 13.1416 2.59857 12.7462 2.92239 12.4224C3.24621 12.0986 3.64161 11.9373 4.02487 11.8531ZM4.34972 13.8207C4.34976 13.8207 4.34913 13.8219 4.34772 13.8238C4.34898 13.8216 4.34969 13.8206 4.34972 13.8207ZM4.32384 13.8477C4.32188 13.8491 4.32075 13.8498 4.32067 13.8497C4.3206 13.8497 4.32158 13.849 4.32384 13.8477Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.9751 11.8531C19.6032 11.7714 19.1853 11.75 18.75 11.75H15.75C15.1977 11.75 14.75 12.1977 14.75 12.75C14.75 13.3023 15.1977 13.75 15.75 13.75H18.75C19.142 13.75 19.3878 13.7718 19.546 13.8065C19.6051 13.8195 19.6406 13.8319 19.66 13.84C19.6681 13.8594 19.6805 13.8949 19.6935 13.954C19.7282 14.1122 19.75 14.358 19.75 14.75V21.75C19.75 22.3023 20.1977 22.75 20.75 22.75C21.3023 22.75 21.75 22.3023 21.75 21.75V14.75C21.75 14.3147 21.7286 13.8968 21.6469 13.5249C21.5627 13.1416 21.4014 12.7462 21.0776 12.4224C20.7538 12.0986 20.3584 11.9373 19.9751 11.8531ZM19.6503 13.8207C19.6502 13.8207 19.6509 13.8219 19.6523 13.8238C19.651 13.8216 19.6503 13.8206 19.6503 13.8207ZM19.6762 13.8477C19.6781 13.8491 19.6793 13.8498 19.6793 13.8497C19.6794 13.8497 19.6784 13.849 19.6762 13.8477Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 2.25V4.00007H11V2.25C11 1.69772 11.4477 1.25 12 1.25C12.5523 1.25 13 1.69771 13 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17.75C12.5523 17.75 13 18.1977 13 18.75L13 21.75C13 22.3023 12.5523 22.75 12 22.75C11.4477 22.75 11 22.3023 11 21.75L11 18.75C11 18.1977 11.4477 17.75 12 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.75 18.75C9.75 17.5074 10.7574 16.5 12 16.5C13.2426 16.5 14.25 17.5074 14.25 18.75L14.25 22.75H16C16.4142 22.75 16.75 22.4142 16.75 22V6C16.75 5.5701 16.7286 5.17373 16.6527 4.82851C16.575 4.4748 16.4303 4.12868 16.1508 3.84917C15.8713 3.56966 15.5252 3.42498 15.1715 3.34728C14.8263 3.27144 14.4299 3.25 14 3.25H10C9.5701 3.25 9.17373 3.27144 8.82851 3.34728C8.4748 3.42498 8.12868 3.56966 7.84917 3.84917C7.56966 4.12868 7.42498 4.4748 7.34728 4.82851C7.27144 5.17373 7.25 5.5701 7.25 6L7.25 22C7.25 22.4142 7.58579 22.75 8 22.75H9.75V18.75ZM11 5.52344C10.5858 5.52344 10.25 5.85922 10.25 6.27344C10.25 6.68765 10.5858 7.02344 11 7.02344H13C13.4142 7.02344 13.75 6.68765 13.75 6.27344C13.75 5.85922 13.4142 5.52344 13 5.52344H11ZM11 9.02344C10.5858 9.02344 10.25 9.35922 10.25 9.77344C10.25 10.1877 10.5858 10.5234 11 10.5234H13C13.4142 10.5234 13.75 10.1877 13.75 9.77344C13.75 9.35922 13.4142 9.02344 13 9.02344H11ZM11 12.5234C10.5858 12.5234 10.25 12.8592 10.25 13.2734C10.25 13.6877 10.5858 14.0234 11 14.0234H13C13.4142 14.0234 13.75 13.6877 13.75 13.2734C13.75 12.8592 13.4142 12.5234 13 12.5234H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-city-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 16.5962L4.25 22C4.25 22.4142 3.91421 22.75 3.5 22.75C3.08579 22.75 2.75 22.4142 2.75 22L2.75 16.5962C2.38201 16.4392 2.07239 16.1749 1.83934 15.8642C1.46151 15.3604 1.25 14.6989 1.25 14C1.25 13.3011 1.46151 12.6396 1.83934 12.1358C2.21734 11.6318 2.79679 11.25 3.5 11.25C4.20321 11.25 4.78266 11.6318 5.16066 12.1358C5.53849 12.6396 5.75 13.3011 5.75 14C5.75 14.6989 5.53849 15.3604 5.16066 15.8642C4.92761 16.1749 4.61799 16.4392 4.25 16.5962Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 22C1.25 21.5858 1.58579 21.25 2 21.25H20C20.4142 21.25 20.75 21.5858 20.75 22C20.75 22.4142 20.4142 22.75 20 22.75H2C1.58579 22.75 1.25 22.4142 1.25 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5002 11.25C16.9787 11.25 16.5285 11.4224 16.0832 11.6788C15.6642 11.92 15.1921 12.2709 14.6316 12.6874L14.0729 13.1026C13.7144 13.369 13.4079 13.5967 13.1685 13.8089C12.9135 14.0349 12.6953 14.2762 12.536 14.5874C12.2483 15.1495 12.2491 15.7847 12.2501 16.5619L12.2502 22C12.2502 22.4142 12.586 22.75 13.0002 22.75H17.5C16.9477 22.75 16.5 22.3023 16.5 21.75V19.75C16.5 19.1977 16.9477 18.75 17.5 18.75C18.0523 18.75 18.5 19.1977 18.5 19.75V21.75C18.5 22.3023 18.0523 22.75 17.5 22.75H18.0503H18.0504C18.9505 22.75 19.6978 22.75 20.2903 22.6739C20.9121 22.5941 21.476 22.4188 21.9326 21.9826C22.3939 21.5418 22.5839 20.9894 22.6697 20.3795C22.7503 19.8067 22.7503 19.0868 22.7502 18.2317L22.7504 16.5619C22.7514 15.7847 22.7522 15.1495 22.4645 14.5874C22.3052 14.2762 22.0869 14.0349 21.832 13.8089C21.5926 13.5967 21.2861 13.369 20.9275 13.1026L20.3689 12.6874L20.3689 12.6874L20.3688 12.6874C19.8084 12.2709 19.3363 11.92 18.9173 11.6788C18.472 11.4224 18.0218 11.25 17.5002 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5002 10C16.6812 10 16.0123 10.2773 15.4596 10.5955C14.9765 10.8736 14.4544 11.2616 13.9293 11.6519C13.909 11.6673 13.8854 11.6851 13.859 11.7051C13.4756 11.9947 12.4946 12.7359 12.3394 12.8734C12.0178 13.1584 11.6786 13.5191 11.4233 14.0178C10.9948 14.8549 10.9977 15.7655 10.9998 16.4557L11.0001 16.5628L11.0002 22.15C11.0002 22.4328 11.0002 22.5743 10.9124 22.6621C10.8245 22.75 10.6831 22.75 10.4002 22.75H8C7.58579 22.75 7.25 22.4142 7.25 22L7.25 5C7.25 4.36327 7.28223 3.80099 7.38719 3.32323C7.49401 2.83699 7.68612 2.39173 8.03892 2.03892C8.39172 1.68612 8.83699 1.49401 9.32323 1.38719C9.80098 1.28224 10.3633 1.25 11 1.25H15C15.6367 1.25 16.199 1.28224 16.6768 1.38719C17.163 1.49401 17.6083 1.68612 17.9611 2.03892C18.3139 2.39173 18.506 2.83699 18.6128 3.32323C18.7178 3.80099 18.75 4.36327 18.75 5V9.36889C18.75 9.7363 18.75 9.92001 18.6493 10.0095C18.5485 10.099 18.3395 10.0743 17.9214 10.0248C17.7856 10.0087 17.6453 10 17.5002 10ZM12 4.25C11.5858 4.25 11.25 4.58579 11.25 5C11.25 5.41422 11.5858 5.75 12 5.75H14C14.4142 5.75 14.75 5.41422 14.75 5C14.75 4.58579 14.4142 4.25 14 4.25H12ZM12 7.25C11.5858 7.25 11.25 7.58579 11.25 8C11.25 8.41422 11.5858 8.75 12 8.75H14C14.4142 8.75 14.75 8.41422 14.75 8C14.75 7.58579 14.4142 7.25 14 7.25H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 16.5962L4.25 22C4.25 22.4142 3.91421 22.75 3.5 22.75C3.08579 22.75 2.75 22.4142 2.75 22L2.75 16.5962C2.38201 16.4392 2.07239 16.1749 1.83934 15.8642C1.46151 15.3604 1.25 14.6989 1.25 14C1.25 13.3011 1.46151 12.6396 1.83934 12.1358C2.21734 11.6318 2.79679 11.25 3.5 11.25C4.20321 11.25 4.78266 11.6318 5.16066 12.1358C5.53849 12.6396 5.75 13.3011 5.75 14C5.75 14.6989 5.53849 15.3604 5.16066 15.8642C4.92761 16.1749 4.61799 16.4392 4.25 16.5962Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 22C1.25 21.5858 1.58579 21.25 2 21.25H20C20.4142 21.25 20.75 21.5858 20.75 22C20.75 22.4142 20.4142 22.75 20 22.75H2C1.58579 22.75 1.25 22.4142 1.25 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5002 11.25C16.9787 11.25 16.5285 11.4224 16.0832 11.6788C15.6642 11.92 15.1921 12.2709 14.6316 12.6874L14.0729 13.1026C13.7144 13.369 13.4079 13.5967 13.1685 13.8089C12.9135 14.0349 12.6953 14.2762 12.536 14.5874C12.2483 15.1495 12.2491 15.7847 12.2501 16.5619L12.2502 22C12.2502 22.4142 12.586 22.75 13.0002 22.75H17.5C16.9477 22.75 16.5 22.3023 16.5 21.75V19.75C16.5 19.1977 16.9477 18.75 17.5 18.75C18.0523 18.75 18.5 19.1977 18.5 19.75V21.75C18.5 22.3023 18.0523 22.75 17.5 22.75H18.0503H18.0504C18.9505 22.75 19.6978 22.75 20.2903 22.6739C20.9121 22.5941 21.476 22.4188 21.9326 21.9826C22.3939 21.5418 22.5839 20.9894 22.6697 20.3795C22.7503 19.8067 22.7503 19.0868 22.7502 18.2317L22.7504 16.5619C22.7514 15.7847 22.7522 15.1495 22.4645 14.5874C22.3052 14.2762 22.0869 14.0349 21.832 13.8089C21.5926 13.5967 21.2861 13.369 20.9275 13.1026L20.3689 12.6874L20.3689 12.6874L20.3688 12.6874C19.8084 12.2709 19.3363 11.92 18.9173 11.6788C18.472 11.4224 18.0218 11.25 17.5002 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5002 10C16.6812 10 16.0123 10.2773 15.4596 10.5955C14.9765 10.8736 14.4544 11.2616 13.9293 11.6519C13.909 11.6673 13.8854 11.6851 13.859 11.7051C13.4756 11.9947 12.4946 12.7359 12.3394 12.8734C12.0178 13.1584 11.6786 13.5191 11.4233 14.0178C10.9948 14.8549 10.9977 15.7655 10.9998 16.4557L11.0001 16.5628L11.0002 22.15C11.0002 22.4328 11.0002 22.5743 10.9124 22.6621C10.8245 22.75 10.6831 22.75 10.4002 22.75H8C7.58579 22.75 7.25 22.4142 7.25 22L7.25 5C7.25 4.36327 7.28223 3.80099 7.38719 3.32323C7.49401 2.83699 7.68612 2.39173 8.03892 2.03892C8.39172 1.68612 8.83699 1.49401 9.32323 1.38719C9.80098 1.28224 10.3633 1.25 11 1.25H15C15.6367 1.25 16.199 1.28224 16.6768 1.38719C17.163 1.49401 17.6083 1.68612 17.9611 2.03892C18.3139 2.39173 18.506 2.83699 18.6128 3.32323C18.7178 3.80099 18.75 4.36327 18.75 5V9.36889C18.75 9.7363 18.75 9.92001 18.6493 10.0095C18.5485 10.099 18.3395 10.0743 17.9214 10.0248C17.7856 10.0087 17.6453 10 17.5002 10ZM12 4.25C11.5858 4.25 11.25 4.58579 11.25 5C11.25 5.41422 11.5858 5.75 12 5.75H14C14.4142 5.75 14.75 5.41422 14.75 5C14.75 4.58579 14.4142 4.25 14 4.25H12ZM12 7.25C11.5858 7.25 11.25 7.58579 11.25 8C11.25 8.41422 11.5858 8.75 12 8.75H14C14.4142 8.75 14.75 8.41422 14.75 8C14.75 7.58579 14.4142 7.25 14 7.25H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-colosseum{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.75 20.0015C8.75 19.5873 8.41421 19.2515 8 19.2515C7.58579 19.2515 7.25 19.5873 7.25 20.0015V21.3515C7.25 21.54 7.25 21.6343 7.19142 21.6929C7.13284 21.7515 7.03856 21.7515 6.85 21.7515H5.94696C5.04968 21.7515 4.29906 21.7515 3.70271 21.6688C3.07049 21.581 2.50187 21.3877 2.04746 20.9186C1.59628 20.4529 1.41336 19.8757 1.32986 19.2346C1.3003 19.0077 1.28173 18.7586 1.27006 18.4875C1.26491 18.368 1.26234 18.3083 1.29122 18.258C1.3201 18.2077 1.37393 18.1794 1.48159 18.1226L2.32921 17.6758C5.0045 16.4737 8.35252 15.7515 12.0001 15.7515C13.2289 15.7515 14.4239 15.8335 15.5705 15.9882C15.681 16.0031 15.7362 16.0105 15.7787 16.0436C15.8213 16.0767 15.8424 16.1289 15.8845 16.2334L17.89 21.2018C17.9905 21.4507 18.0407 21.5752 17.9813 21.6633C17.9218 21.7515 17.7876 21.7515 17.5191 21.7515L13.15 21.7515C12.9614 21.7515 12.8672 21.7515 12.8086 21.6929C12.75 21.6343 12.75 21.54 12.75 21.3515V20.0015C12.75 19.5873 12.4142 19.2515 12 19.2515C11.5858 19.2515 11.25 19.5873 11.25 20.0015V21.3515C11.25 21.54 11.25 21.6343 11.1914 21.6929C11.1328 21.7515 11.0386 21.7515 10.85 21.7515H9.15C8.96144 21.7515 8.86716 21.7515 8.80858 21.6929C8.75 21.6343 8.75 21.54 8.75 21.3515V20.0015Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.2453 8.12839C11.7406 7.81565 11.1901 7.87209 10.7064 7.92167C10.4699 7.94483 10.1242 7.98496 9.89042 8.0196C7.03799 8.4423 4.35177 9.75673 2.11206 11.6405C1.85876 11.8522 1.57965 12.0855 1.41389 12.4416C1.24788 12.7981 1.24908 13.1799 1.25018 13.5301L1.25031 16.0736C1.25032 16.1997 1.25032 16.2627 1.26989 16.3037C1.30434 16.3757 1.37834 16.4204 1.45814 16.4172C1.50346 16.4155 1.55924 16.3861 1.67081 16.3272L1.69185 16.3178C2.70114 15.8627 3.7929 15.4736 4.95017 15.1598C5.09519 15.1205 5.1677 15.1009 5.20885 15.0471C5.25 14.9933 5.25 14.919 5.25 14.7705V13.5015C5.25 13.0873 5.58579 12.7515 6 12.7515C6.41421 12.7515 6.75 13.0873 6.75 13.5015V14.259C6.75 14.4826 6.75 14.5944 6.82126 14.6544C6.89251 14.7143 7.00389 14.6949 7.22663 14.6562C7.77054 14.5617 8.32508 14.4829 8.88882 14.4208C9.06156 14.4018 9.14793 14.3923 9.19897 14.3353C9.25 14.2783 9.25 14.1923 9.25 14.0203V13.0015C9.25 12.5873 9.58579 12.2515 10 12.2515C10.4142 12.2515 10.75 12.5873 10.75 13.0015V13.8608C10.75 14.0563 10.75 14.1541 10.8106 14.213C10.8713 14.2719 10.97 14.2691 11.1674 14.2634C11.4434 14.2555 11.721 14.2515 12.0001 14.2515C12.8441 14.2515 13.6747 14.2882 14.4877 14.3592C14.7879 14.3855 14.938 14.3986 15.0047 14.3086C15.0713 14.2186 15.0155 14.0803 14.9039 13.8039L13.1952 9.57067C13.0798 9.28476 12.9698 9.01215 12.849 8.79283C12.7122 8.54459 12.5315 8.30578 12.2453 8.12839Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.82536 6.27214L9.59191 5.68009C9.26554 4.85224 8.98711 4.14599 8.67014 3.61761C8.32451 3.04147 7.88742 2.59622 7.21614 2.37744C6.57311 2.16787 6.00076 2.22982 5.42336 2.46798C4.91544 2.67748 4.37209 3.03915 3.7647 3.44346C3.50047 3.61929 3.11015 3.89635 2.85468 4.08799C2.29454 4.50743 1.84385 4.84493 1.54554 5.44937C1.24867 6.0509 1.24929 6.68683 1.25008 7.49589L1.25012 9.87193C1.25012 10.2408 1.25013 10.4252 1.36095 10.4804C1.47176 10.5356 1.62183 10.4224 1.92195 10.1959C4.09768 8.55414 6.83991 7.31232 9.5134 6.82302C9.74487 6.78065 9.86061 6.75947 9.9065 6.67688C9.95238 6.59428 9.91004 6.4869 9.82536 6.27214Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8036 14.66C16.6948 14.641 16.6404 14.6315 16.6001 14.5989C16.5598 14.5663 16.5394 14.5156 16.4985 14.4142L15.4423 11.7976C15.3426 11.5506 15.2927 11.4272 15.351 11.3394C15.3516 11.3385 15.3521 11.3377 15.3527 11.3369C15.4123 11.25 15.5454 11.25 15.8118 11.25C15.9989 11.25 16.0924 11.25 16.1508 11.1923C16.1514 11.1917 16.152 11.1911 16.1525 11.1906C16.2103 11.1321 16.2103 11.0386 16.2103 10.8515V10C16.2103 9.75446 16.3305 9.52446 16.5321 9.38426C16.7337 9.24407 16.9911 9.21143 17.2213 9.29689C18.5717 9.79822 19.8489 10.4851 21.0318 11.33L21.1122 11.3873C21.678 11.7907 22.1382 12.1187 22.4443 12.7115C22.7512 13.306 22.7505 13.9369 22.7496 14.7209L22.7496 16.0328C22.7496 16.1865 22.7496 16.2634 22.7193 16.312C22.6877 16.3626 22.6351 16.3965 22.576 16.4044C22.5192 16.4119 22.4492 16.3802 22.3092 16.3168L22.3081 16.3163C20.667 15.5764 18.8079 15.0108 16.8036 14.66Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5272 16.9629C17.4038 16.6571 17.342 16.5042 17.4215 16.4118C17.501 16.3195 17.6594 16.3573 17.9762 16.4328C19.316 16.7523 20.5638 17.1753 21.6915 17.6837L22.5022 18.0509C22.6193 18.1039 22.6778 18.1304 22.7099 18.1821C22.7419 18.2337 22.7397 18.297 22.7353 18.4235C22.7242 18.7435 22.7043 19.0342 22.669 19.2953C22.5837 19.9241 22.3962 20.4914 21.9374 20.9466C21.4794 21.401 20.9101 21.586 20.2791 21.6702C20.1097 21.6928 19.9279 21.709 19.7337 21.7206C19.6003 21.7286 19.5336 21.7326 19.4791 21.6981C19.4247 21.6637 19.3991 21.6003 19.3479 21.4735L17.5272 16.9629Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.75 20.0015C8.75 19.5873 8.41421 19.2515 8 19.2515C7.58579 19.2515 7.25 19.5873 7.25 20.0015V21.3515C7.25 21.54 7.25 21.6343 7.19142 21.6929C7.13284 21.7515 7.03856 21.7515 6.85 21.7515H5.94696C5.04968 21.7515 4.29906 21.7515 3.70271 21.6688C3.07049 21.581 2.50187 21.3877 2.04746 20.9186C1.59628 20.4529 1.41336 19.8757 1.32986 19.2346C1.3003 19.0077 1.28173 18.7586 1.27006 18.4875C1.26491 18.368 1.26234 18.3083 1.29122 18.258C1.3201 18.2077 1.37393 18.1794 1.48159 18.1226L2.32921 17.6758C5.0045 16.4737 8.35252 15.7515 12.0001 15.7515C13.2289 15.7515 14.4239 15.8335 15.5705 15.9882C15.681 16.0031 15.7362 16.0105 15.7787 16.0436C15.8213 16.0767 15.8424 16.1289 15.8845 16.2334L17.89 21.2018C17.9905 21.4507 18.0407 21.5752 17.9813 21.6633C17.9218 21.7515 17.7876 21.7515 17.5191 21.7515L13.15 21.7515C12.9614 21.7515 12.8672 21.7515 12.8086 21.6929C12.75 21.6343 12.75 21.54 12.75 21.3515V20.0015C12.75 19.5873 12.4142 19.2515 12 19.2515C11.5858 19.2515 11.25 19.5873 11.25 20.0015V21.3515C11.25 21.54 11.25 21.6343 11.1914 21.6929C11.1328 21.7515 11.0386 21.7515 10.85 21.7515H9.15C8.96144 21.7515 8.86716 21.7515 8.80858 21.6929C8.75 21.6343 8.75 21.54 8.75 21.3515V20.0015Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.2453 8.12839C11.7406 7.81565 11.1901 7.87209 10.7064 7.92167C10.4699 7.94483 10.1242 7.98496 9.89042 8.0196C7.03799 8.4423 4.35177 9.75673 2.11206 11.6405C1.85876 11.8522 1.57965 12.0855 1.41389 12.4416C1.24788 12.7981 1.24908 13.1799 1.25018 13.5301L1.25031 16.0736C1.25032 16.1997 1.25032 16.2627 1.26989 16.3037C1.30434 16.3757 1.37834 16.4204 1.45814 16.4172C1.50346 16.4155 1.55924 16.3861 1.67081 16.3272L1.69185 16.3178C2.70114 15.8627 3.7929 15.4736 4.95017 15.1598C5.09519 15.1205 5.1677 15.1009 5.20885 15.0471C5.25 14.9933 5.25 14.919 5.25 14.7705V13.5015C5.25 13.0873 5.58579 12.7515 6 12.7515C6.41421 12.7515 6.75 13.0873 6.75 13.5015V14.259C6.75 14.4826 6.75 14.5944 6.82126 14.6544C6.89251 14.7143 7.00389 14.6949 7.22663 14.6562C7.77054 14.5617 8.32508 14.4829 8.88882 14.4208C9.06156 14.4018 9.14793 14.3923 9.19897 14.3353C9.25 14.2783 9.25 14.1923 9.25 14.0203V13.0015C9.25 12.5873 9.58579 12.2515 10 12.2515C10.4142 12.2515 10.75 12.5873 10.75 13.0015V13.8608C10.75 14.0563 10.75 14.1541 10.8106 14.213C10.8713 14.2719 10.97 14.2691 11.1674 14.2634C11.4434 14.2555 11.721 14.2515 12.0001 14.2515C12.8441 14.2515 13.6747 14.2882 14.4877 14.3592C14.7879 14.3855 14.938 14.3986 15.0047 14.3086C15.0713 14.2186 15.0155 14.0803 14.9039 13.8039L13.1952 9.57067C13.0798 9.28476 12.9698 9.01215 12.849 8.79283C12.7122 8.54459 12.5315 8.30578 12.2453 8.12839Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.82536 6.27214L9.59191 5.68009C9.26554 4.85224 8.98711 4.14599 8.67014 3.61761C8.32451 3.04147 7.88742 2.59622 7.21614 2.37744C6.57311 2.16787 6.00076 2.22982 5.42336 2.46798C4.91544 2.67748 4.37209 3.03915 3.7647 3.44346C3.50047 3.61929 3.11015 3.89635 2.85468 4.08799C2.29454 4.50743 1.84385 4.84493 1.54554 5.44937C1.24867 6.0509 1.24929 6.68683 1.25008 7.49589L1.25012 9.87193C1.25012 10.2408 1.25013 10.4252 1.36095 10.4804C1.47176 10.5356 1.62183 10.4224 1.92195 10.1959C4.09768 8.55414 6.83991 7.31232 9.5134 6.82302C9.74487 6.78065 9.86061 6.75947 9.9065 6.67688C9.95238 6.59428 9.91004 6.4869 9.82536 6.27214Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8036 14.66C16.6948 14.641 16.6404 14.6315 16.6001 14.5989C16.5598 14.5663 16.5394 14.5156 16.4985 14.4142L15.4423 11.7976C15.3426 11.5506 15.2927 11.4272 15.351 11.3394C15.3516 11.3385 15.3521 11.3377 15.3527 11.3369C15.4123 11.25 15.5454 11.25 15.8118 11.25C15.9989 11.25 16.0924 11.25 16.1508 11.1923C16.1514 11.1917 16.152 11.1911 16.1525 11.1906C16.2103 11.1321 16.2103 11.0386 16.2103 10.8515V10C16.2103 9.75446 16.3305 9.52446 16.5321 9.38426C16.7337 9.24407 16.9911 9.21143 17.2213 9.29689C18.5717 9.79822 19.8489 10.4851 21.0318 11.33L21.1122 11.3873C21.678 11.7907 22.1382 12.1187 22.4443 12.7115C22.7512 13.306 22.7505 13.9369 22.7496 14.7209L22.7496 16.0328C22.7496 16.1865 22.7496 16.2634 22.7193 16.312C22.6877 16.3626 22.6351 16.3965 22.576 16.4044C22.5192 16.4119 22.4492 16.3802 22.3092 16.3168L22.3081 16.3163C20.667 15.5764 18.8079 15.0108 16.8036 14.66Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5272 16.9629C17.4038 16.6571 17.342 16.5042 17.4215 16.4118C17.501 16.3195 17.6594 16.3573 17.9762 16.4328C19.316 16.7523 20.5638 17.1753 21.6915 17.6837L22.5022 18.0509C22.6193 18.1039 22.6778 18.1304 22.7099 18.1821C22.7419 18.2337 22.7397 18.297 22.7353 18.4235C22.7242 18.7435 22.7043 19.0342 22.669 19.2953C22.5837 19.9241 22.3962 20.4914 21.9374 20.9466C21.4794 21.401 20.9101 21.586 20.2791 21.6702C20.1097 21.6928 19.9279 21.709 19.7337 21.7206C19.6003 21.7286 19.5336 21.7326 19.4791 21.6981C19.4247 21.6637 19.3991 21.6003 19.3479 21.4735L17.5272 16.9629Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-cottage{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 20.75C2 20.1977 2.44772 19.75 3 19.75H21C21.5523 19.75 22 20.1977 22 20.75C22 21.3023 21.5523 21.75 21 21.75H3C2.44772 21.75 2 21.3023 2 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 11C3.25 6.16751 7.16751 2.25 12 2.25C16.8325 2.25 20.75 6.16751 20.75 11V21C20.75 21.4142 20.4142 21.75 20 21.75L15 21.75H9H4C3.58579 21.75 3.25 21.4142 3.25 21L3.25 11ZM9 21.75C8.58579 21.75 8.25 21.4142 8.25 21V17C8.25 15.9456 8.5586 14.9894 9.23449 14.2939C9.91387 13.5948 10.8759 13.25 12 13.25C13.1241 13.25 14.0861 13.5948 14.7655 14.2939C15.4414 14.9894 15.75 15.9456 15.75 17V21C15.75 21.4142 15.4142 21.75 15 21.75C14.5858 21.75 14.25 21.4142 14.25 21V17C14.25 16.2319 14.0288 15.6881 13.6898 15.3392C13.3543 14.994 12.8163 14.75 12 14.75C11.1837 14.75 10.6457 14.994 10.3102 15.3392C9.97121 15.6881 9.75 16.2319 9.75 17V21C9.75 21.4142 9.41421 21.75 9 21.75ZM12 10C13.1046 10 14 9.10457 14 8C14 6.89543 13.1046 6 12 6C10.8954 6 10 6.89543 10 8C10 9.10457 10.8954 10 12 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 20.75C2 20.1977 2.44772 19.75 3 19.75H21C21.5523 19.75 22 20.1977 22 20.75C22 21.3023 21.5523 21.75 21 21.75H3C2.44772 21.75 2 21.3023 2 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 11C3.25 6.16751 7.16751 2.25 12 2.25C16.8325 2.25 20.75 6.16751 20.75 11V21C20.75 21.4142 20.4142 21.75 20 21.75L15 21.75H9H4C3.58579 21.75 3.25 21.4142 3.25 21L3.25 11ZM9 21.75C8.58579 21.75 8.25 21.4142 8.25 21V17C8.25 15.9456 8.5586 14.9894 9.23449 14.2939C9.91387 13.5948 10.8759 13.25 12 13.25C13.1241 13.25 14.0861 13.5948 14.7655 14.2939C15.4414 14.9894 15.75 15.9456 15.75 17V21C15.75 21.4142 15.4142 21.75 15 21.75C14.5858 21.75 14.25 21.4142 14.25 21V17C14.25 16.2319 14.0288 15.6881 13.6898 15.3392C13.3543 14.994 12.8163 14.75 12 14.75C11.1837 14.75 10.6457 14.994 10.3102 15.3392C9.97121 15.6881 9.75 16.2319 9.75 17V21C9.75 21.4142 9.41421 21.75 9 21.75ZM12 10C13.1046 10 14 9.10457 14 8C14 6.89543 13.1046 6 12 6C10.8954 6 10 6.89543 10 8C10 9.10457 10.8954 10 12 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-dome{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.0085 14.5034C7.00286 14.7338 7 14.9661 7 15.2C7 15.6886 7.01248 16.1701 7.03672 16.6432C7.5683 16.1823 8.16617 15.8289 8.78695 15.5446C8.16685 15.278 7.55819 14.945 7.0085 14.5034ZM7.75864 8.89705C8.27852 8.57112 8.82473 8.31802 9.36262 8.10753C8.98004 7.8332 8.62668 7.50581 8.32466 7.10636C8.11443 7.66106 7.92461 8.26006 7.75864 8.89705ZM9.44252 4.85849C9.75942 6.13436 10.618 6.69908 12 7.20835C13.382 6.69908 14.2406 6.13436 14.5575 4.85848C13.6981 3.55934 12.782 3 12 3C11.218 3 10.3019 3.55934 9.44252 4.85849ZM15.6753 7.10635C15.3733 7.50581 15.02 7.8332 14.6374 8.10753C15.1753 8.31802 15.7215 8.57112 16.2414 8.89705C16.0754 8.26006 15.8856 7.66105 15.6753 7.10635ZM16.9915 14.5034C16.4418 14.945 15.8331 15.278 15.213 15.5446C15.8338 15.8289 16.4317 16.1823 16.9633 16.6432C16.9875 16.1701 17 15.6886 17 15.2C17 14.9661 16.9971 14.7338 16.9915 14.5034ZM16.6558 19.5363C16.6309 19.4969 16.6084 19.4554 16.5887 19.4117C15.8537 17.785 14.2646 17.1901 12.0786 16.5862C12.0525 16.579 12.0263 16.5717 12 16.5645C11.9737 16.5717 11.9475 16.579 11.9214 16.5862C9.73537 17.1901 8.14627 17.785 7.4113 19.4117C7.39158 19.4554 7.36911 19.4969 7.34419 19.5363C7.42734 20.0409 7.52447 20.5296 7.63442 21H16.3656C16.4755 20.5296 16.5727 20.0409 16.6558 19.5363ZM18.4147 21C18.7918 19.2284 19 17.2632 19 15.2C19 11.4458 18.3103 7.99854 17.153 5.45239C16.0367 2.99651 14.2901 1 12 1C9.70987 1 7.9633 2.99651 6.84699 5.45239C5.68965 7.99854 5 11.4458 5 15.2C5 17.2632 5.20818 19.2284 5.5853 21H3C2.44772 21 2 21.4477 2 22C2 22.5523 2.44772 23 3 23H6.83344C6.84828 23.0003 6.86318 23.0003 6.8781 23H17.1219C17.1368 23.0003 17.1517 23.0003 17.1666 23H21C21.5523 23 22 22.5523 22 22C22 21.4477 21.5523 21 21 21H18.4147ZM12 14.491C12.8682 14.2537 13.6661 14.0297 14.3951 13.7192C15.2718 13.3459 15.9555 12.8827 16.4318 12.2168C16.5197 12.0938 16.5269 11.9055 16.4283 11.7616C15.5534 10.4852 14.1693 10.0336 12.4663 9.47804C12.3144 9.42849 12.16 9.37811 12.0032 9.32624C12.0021 9.32589 12.0011 9.32554 12 9.32519C11.9989 9.32554 11.9979 9.32589 11.9968 9.32624C11.84 9.37811 11.6856 9.42849 11.5337 9.47804C9.83067 10.0336 8.44657 10.4852 7.57172 11.7616C7.47307 11.9055 7.48029 12.0938 7.56821 12.2168C8.0445 12.8827 8.72825 13.3459 9.60489 13.7192C10.3339 14.0297 11.1318 14.2537 12 14.491Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.0085 14.5034C7.00286 14.7338 7 14.9661 7 15.2C7 15.6886 7.01248 16.1701 7.03672 16.6432C7.5683 16.1823 8.16617 15.8289 8.78695 15.5446C8.16685 15.278 7.55819 14.945 7.0085 14.5034ZM7.75864 8.89705C8.27852 8.57112 8.82473 8.31802 9.36262 8.10753C8.98004 7.8332 8.62668 7.50581 8.32466 7.10636C8.11443 7.66106 7.92461 8.26006 7.75864 8.89705ZM9.44252 4.85849C9.75942 6.13436 10.618 6.69908 12 7.20835C13.382 6.69908 14.2406 6.13436 14.5575 4.85848C13.6981 3.55934 12.782 3 12 3C11.218 3 10.3019 3.55934 9.44252 4.85849ZM15.6753 7.10635C15.3733 7.50581 15.02 7.8332 14.6374 8.10753C15.1753 8.31802 15.7215 8.57112 16.2414 8.89705C16.0754 8.26006 15.8856 7.66105 15.6753 7.10635ZM16.9915 14.5034C16.4418 14.945 15.8331 15.278 15.213 15.5446C15.8338 15.8289 16.4317 16.1823 16.9633 16.6432C16.9875 16.1701 17 15.6886 17 15.2C17 14.9661 16.9971 14.7338 16.9915 14.5034ZM16.6558 19.5363C16.6309 19.4969 16.6084 19.4554 16.5887 19.4117C15.8537 17.785 14.2646 17.1901 12.0786 16.5862C12.0525 16.579 12.0263 16.5717 12 16.5645C11.9737 16.5717 11.9475 16.579 11.9214 16.5862C9.73537 17.1901 8.14627 17.785 7.4113 19.4117C7.39158 19.4554 7.36911 19.4969 7.34419 19.5363C7.42734 20.0409 7.52447 20.5296 7.63442 21H16.3656C16.4755 20.5296 16.5727 20.0409 16.6558 19.5363ZM18.4147 21C18.7918 19.2284 19 17.2632 19 15.2C19 11.4458 18.3103 7.99854 17.153 5.45239C16.0367 2.99651 14.2901 1 12 1C9.70987 1 7.9633 2.99651 6.84699 5.45239C5.68965 7.99854 5 11.4458 5 15.2C5 17.2632 5.20818 19.2284 5.5853 21H3C2.44772 21 2 21.4477 2 22C2 22.5523 2.44772 23 3 23H6.83344C6.84828 23.0003 6.86318 23.0003 6.8781 23H17.1219C17.1368 23.0003 17.1517 23.0003 17.1666 23H21C21.5523 23 22 22.5523 22 22C22 21.4477 21.5523 21 21 21H18.4147ZM12 14.491C12.8682 14.2537 13.6661 14.0297 14.3951 13.7192C15.2718 13.3459 15.9555 12.8827 16.4318 12.2168C16.5197 12.0938 16.5269 11.9055 16.4283 11.7616C15.5534 10.4852 14.1693 10.0336 12.4663 9.47804C12.3144 9.42849 12.16 9.37811 12.0032 9.32624C12.0021 9.32589 12.0011 9.32554 12 9.32519C11.9989 9.32554 11.9979 9.32589 11.9968 9.32624C11.84 9.37811 11.6856 9.42849 11.5337 9.47804C9.83067 10.0336 8.44657 10.4852 7.57172 11.7616C7.47307 11.9055 7.48029 12.0938 7.56821 12.2168C8.0445 12.8827 8.72825 13.3459 9.60489 13.7192C10.3339 14.0297 11.1318 14.2537 12 14.491Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-eiffel-tower{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V4C12.75 4.41421 12.4142 4.75 12 4.75C11.5858 4.75 11.25 4.41421 11.25 4V2C11.25 1.58579 11.5858 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 21.2477H21.3537C19.7158 19.2381 18.3855 17.1163 17.3164 15.0014H17.3124C16.632 13.6548 16.0575 12.3108 15.577 11.0004H15.5801C14.7754 8.80737 14.2341 6.70829 13.9 4.84736C13.8799 4.73508 13.8541 4.59041 13.8259 4.49556C13.6231 3.81182 13.0503 3.33265 12.3417 3.2538H11.6583C10.9497 3.33265 10.3769 3.81182 10.1741 4.49556C10.1459 4.59043 10.1201 4.73505 10.1 4.84737C9.76595 6.70829 9.22458 8.80737 8.41992 11.0004H8.42144C7.9409 12.3108 7.3664 13.6548 6.68602 15.0014H6.68357C5.61452 17.1163 4.28417 19.2381 2.64627 21.2477H2C1.58579 21.2477 1.25 21.5835 1.25 21.9979C1.25 22.4122 1.58579 22.748 2 22.748H9C9.41421 22.748 9.75 22.4122 9.75 21.9979C9.75 21.7297 9.60932 21.4944 9.39776 21.3617C9.51186 20.8421 9.59125 20.5874 9.71705 20.3662C9.80287 20.2153 9.90436 20.0753 10.0194 19.9486C10.2546 19.6896 10.5765 19.5013 11.5334 18.9732C11.717 18.8718 11.8209 18.815 11.9014 18.7778C11.9263 18.7573 12.0006 18.7286 12.0986 18.7778C12.1791 18.815 12.283 18.8718 12.4666 18.9732C13.4235 19.5013 13.7454 19.6896 13.9806 19.9486C14.0956 20.0753 14.1971 20.2153 14.2829 20.3662C14.4087 20.5874 14.4881 20.8421 14.6022 21.3617C14.3907 21.4944 14.25 21.7297 14.25 21.9979C14.25 22.4122 14.5858 22.748 15 22.748L22 22.748C22.4142 22.748 22.75 22.4122 22.75 21.9979C22.75 21.5835 22.4142 21.2477 22 21.2477ZM8.35834 15.0014C9.00808 13.6499 9.5565 12.3067 10.0151 11.0004H13.9833C14.4419 12.3067 14.9903 13.6499 15.6401 15.0014L8.35834 15.0014Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25 11C7.25 10.5858 7.58579 10.25 8 10.25H16C16.4142 10.25 16.75 10.5858 16.75 11C16.75 11.4142 16.4142 11.75 16 11.75H8C7.58579 11.75 7.25 11.4142 7.25 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.25 15.0039C5.25 14.5897 5.58579 14.2539 6 14.2539H18C18.4142 14.2539 18.75 14.5897 18.75 15.0039C18.75 15.4181 18.4142 15.7539 18 15.7539H6C5.58579 15.7539 5.25 15.4181 5.25 15.0039Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V4C12.75 4.41421 12.4142 4.75 12 4.75C11.5858 4.75 11.25 4.41421 11.25 4V2C11.25 1.58579 11.5858 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 21.2477H21.3537C19.7158 19.2381 18.3855 17.1163 17.3164 15.0014H17.3124C16.632 13.6548 16.0575 12.3108 15.577 11.0004H15.5801C14.7754 8.80737 14.2341 6.70829 13.9 4.84736C13.8799 4.73508 13.8541 4.59041 13.8259 4.49556C13.6231 3.81182 13.0503 3.33265 12.3417 3.2538H11.6583C10.9497 3.33265 10.3769 3.81182 10.1741 4.49556C10.1459 4.59043 10.1201 4.73505 10.1 4.84737C9.76595 6.70829 9.22458 8.80737 8.41992 11.0004H8.42144C7.9409 12.3108 7.3664 13.6548 6.68602 15.0014H6.68357C5.61452 17.1163 4.28417 19.2381 2.64627 21.2477H2C1.58579 21.2477 1.25 21.5835 1.25 21.9979C1.25 22.4122 1.58579 22.748 2 22.748H9C9.41421 22.748 9.75 22.4122 9.75 21.9979C9.75 21.7297 9.60932 21.4944 9.39776 21.3617C9.51186 20.8421 9.59125 20.5874 9.71705 20.3662C9.80287 20.2153 9.90436 20.0753 10.0194 19.9486C10.2546 19.6896 10.5765 19.5013 11.5334 18.9732C11.717 18.8718 11.8209 18.815 11.9014 18.7778C11.9263 18.7573 12.0006 18.7286 12.0986 18.7778C12.1791 18.815 12.283 18.8718 12.4666 18.9732C13.4235 19.5013 13.7454 19.6896 13.9806 19.9486C14.0956 20.0753 14.1971 20.2153 14.2829 20.3662C14.4087 20.5874 14.4881 20.8421 14.6022 21.3617C14.3907 21.4944 14.25 21.7297 14.25 21.9979C14.25 22.4122 14.5858 22.748 15 22.748L22 22.748C22.4142 22.748 22.75 22.4122 22.75 21.9979C22.75 21.5835 22.4142 21.2477 22 21.2477ZM8.35834 15.0014C9.00808 13.6499 9.5565 12.3067 10.0151 11.0004H13.9833C14.4419 12.3067 14.9903 13.6499 15.6401 15.0014L8.35834 15.0014Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25 11C7.25 10.5858 7.58579 10.25 8 10.25H16C16.4142 10.25 16.75 10.5858 16.75 11C16.75 11.4142 16.4142 11.75 16 11.75H8C7.58579 11.75 7.25 11.4142 7.25 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.25 15.0039C5.25 14.5897 5.58579 14.2539 6 14.2539H18C18.4142 14.2539 18.75 14.5897 18.75 15.0039C18.75 15.4181 18.4142 15.7539 18 15.7539H6C5.58579 15.7539 5.25 15.4181 5.25 15.0039Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-factory-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 20.75C1.5 20.1977 1.94772 19.75 2.5 19.75H21.5C22.0523 19.75 22.5 20.1977 22.5 20.75C22.5 21.3023 22.0523 21.75 21.5 21.75H2.5C1.94772 21.75 1.5 21.3023 1.5 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.25 8C5.25 7.58579 5.58579 7.25 6 7.25H13C13.4142 7.25 13.75 7.58579 13.75 8C13.75 13.9149 14.7353 17.7936 16.1708 20.6646C16.2871 20.8971 16.2746 21.1732 16.138 21.3943C16.0013 21.6154 15.7599 21.75 15.5 21.75H3.5C3.24007 21.75 2.99867 21.6154 2.86201 21.3943C2.72536 21.1732 2.71293 20.8971 2.82918 20.6646C4.26469 17.7936 5.25 13.9149 5.25 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5 10.75H17C17.5523 10.75 18 11.1977 18 11.75C18 15.4818 19.3925 18.2283 21.2071 20.0429C21.5976 20.4334 21.5976 21.0666 21.2071 21.4571C20.8166 21.8476 20.1834 21.8476 19.7929 21.4571C17.7815 19.4457 16.2596 16.5294 16.03 12.75H12.5V10.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5829 2.25C20.693 2.25 21.6253 2.93381 22.3133 3.89615C22.6345 4.34542 22.5307 4.97001 22.0814 5.29122C21.6322 5.61243 21.0076 5.50862 20.6864 5.05935C20.204 4.38469 19.8023 4.25 19.5829 4.25C19.3656 4.25 18.9693 4.38226 18.4964 5.05365L18.4906 5.06189L18.4905 5.06186C18.0334 5.69706 17.3695 6.23017 16.5249 6.24948C15.6629 6.26919 14.9833 5.74789 14.5225 5.09363C14.0414 4.42203 13.6407 4.2872 13.4189 4.2872C13.1969 4.2872 12.7953 4.42242 12.3133 5.09655C11.9921 5.54582 11.3675 5.64963 10.9182 5.32842C10.469 5.00721 10.3651 4.38261 10.6864 3.93334C11.3748 2.97047 12.3071 2.2872 13.4189 2.2872C14.5308 2.2872 15.4631 2.97047 16.1515 3.93334L16.1563 3.94009L16.1563 3.94011C16.3316 4.18969 16.4473 4.24013 16.4803 4.24909C16.5084 4.2422 16.6495 4.19495 16.8646 3.89715C17.5446 2.93401 18.4723 2.25 19.5829 2.25ZM16.49 4.25077C16.4899 4.25095 16.4879 4.25088 16.4841 4.25002C16.488 4.25016 16.49 4.25059 16.49 4.25077Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 20.75C1.5 20.1977 1.94772 19.75 2.5 19.75H21.5C22.0523 19.75 22.5 20.1977 22.5 20.75C22.5 21.3023 22.0523 21.75 21.5 21.75H2.5C1.94772 21.75 1.5 21.3023 1.5 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.25 8C5.25 7.58579 5.58579 7.25 6 7.25H13C13.4142 7.25 13.75 7.58579 13.75 8C13.75 13.9149 14.7353 17.7936 16.1708 20.6646C16.2871 20.8971 16.2746 21.1732 16.138 21.3943C16.0013 21.6154 15.7599 21.75 15.5 21.75H3.5C3.24007 21.75 2.99867 21.6154 2.86201 21.3943C2.72536 21.1732 2.71293 20.8971 2.82918 20.6646C4.26469 17.7936 5.25 13.9149 5.25 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5 10.75H17C17.5523 10.75 18 11.1977 18 11.75C18 15.4818 19.3925 18.2283 21.2071 20.0429C21.5976 20.4334 21.5976 21.0666 21.2071 21.4571C20.8166 21.8476 20.1834 21.8476 19.7929 21.4571C17.7815 19.4457 16.2596 16.5294 16.03 12.75H12.5V10.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5829 2.25C20.693 2.25 21.6253 2.93381 22.3133 3.89615C22.6345 4.34542 22.5307 4.97001 22.0814 5.29122C21.6322 5.61243 21.0076 5.50862 20.6864 5.05935C20.204 4.38469 19.8023 4.25 19.5829 4.25C19.3656 4.25 18.9693 4.38226 18.4964 5.05365L18.4906 5.06189L18.4905 5.06186C18.0334 5.69706 17.3695 6.23017 16.5249 6.24948C15.6629 6.26919 14.9833 5.74789 14.5225 5.09363C14.0414 4.42203 13.6407 4.2872 13.4189 4.2872C13.1969 4.2872 12.7953 4.42242 12.3133 5.09655C11.9921 5.54582 11.3675 5.64963 10.9182 5.32842C10.469 5.00721 10.3651 4.38261 10.6864 3.93334C11.3748 2.97047 12.3071 2.2872 13.4189 2.2872C14.5308 2.2872 15.4631 2.97047 16.1515 3.93334L16.1563 3.94009L16.1563 3.94011C16.3316 4.18969 16.4473 4.24013 16.4803 4.24909C16.5084 4.2422 16.6495 4.19495 16.8646 3.89715C17.5446 2.93401 18.4723 2.25 19.5829 2.25ZM16.49 4.25077C16.4899 4.25095 16.4879 4.25088 16.4841 4.25002C16.488 4.25016 16.49 4.25059 16.49 4.25077Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-factory-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.95623 2.25C5.24916 2.25 4.53908 2.31208 4.02038 2.76582C3.49987 3.22114 3.34955 3.91518 3.26098 4.60513L3.23611 4.79882C3.20914 5.00893 3.19565 5.11398 3.25538 5.18187C3.31512 5.24976 3.42103 5.24976 3.63286 5.24976H8.2796C8.49143 5.24976 8.59734 5.24976 8.65707 5.18187C8.7168 5.11398 8.70331 5.00893 8.67634 4.79882L8.65148 4.60513C8.56291 3.91518 8.41258 3.22114 7.89208 2.76582C7.37338 2.31208 6.6633 2.25 5.95623 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.9716 7.09882C8.95026 6.93257 8.93959 6.84945 8.88294 6.7996C8.82628 6.74976 8.74248 6.74976 8.57486 6.74976H3.3376C3.16998 6.74976 3.08617 6.74976 3.02952 6.7996C2.97287 6.84945 2.9622 6.93257 2.94085 7.09882L1.30828 19.8161C1.27879 20.0451 1.24742 20.2888 1.25017 20.4955C1.25337 20.7358 1.30149 21.0539 1.54686 21.3294C1.79092 21.6034 2.1 21.6889 2.33634 21.7217C2.5415 21.7502 2.78821 21.7501 3.02227 21.75L9.99999 21.75C10.2155 21.75 10.4207 21.6573 10.5631 21.4954C10.7055 21.3336 10.7713 21.1183 10.7439 20.9045L8.9716 7.09882Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.3173 6.32082C22.5808 6.44425 22.7492 6.709 22.7492 7.00001L22.7492 20.0344C22.7492 20.0361 22.7493 20.4617 22.7242 20.6486C22.6947 20.8679 22.6188 21.1481 22.383 21.3839C22.1472 21.6197 21.8671 21.6955 21.6477 21.725C21.4605 21.7502 21.2387 21.7501 21.0336 21.75L12.6862 21.75C12.4434 21.75 12.322 21.75 12.2625 21.685C12.203 21.6201 12.2155 21.4796 12.2404 21.1987C12.2546 21.0385 12.2517 20.8759 12.2308 20.7136L10.852 9.97303C10.8371 9.85663 10.8296 9.79842 10.852 9.74755C10.8744 9.69668 10.9223 9.66286 11.0182 9.59522L15.5669 6.38713C15.7958 6.22566 16.0956 6.20523 16.3443 6.33415C16.593 6.46308 16.7492 6.71987 16.7492 7.00001L16.7514 9.53991C16.7517 9.9088 16.7519 10.0933 16.8669 10.1471C16.982 10.201 17.1238 10.083 17.4073 9.84697L21.519 6.42384C21.7426 6.23754 22.0537 6.19738 22.3173 6.32082ZM14.2491 15C14.2491 14.5858 14.5849 14.25 14.9991 14.25H15.9991C16.4133 14.25 16.7491 14.5858 16.7491 15C16.7491 15.4142 16.4133 15.75 15.9991 15.75H14.9991C14.5849 15.75 14.2491 15.4142 14.2491 15ZM18.9991 14.25C18.5849 14.25 18.2491 14.5858 18.2491 15C18.2491 15.4142 18.5849 15.75 18.9991 15.75H19.9991C20.4133 15.75 20.7491 15.4142 20.7491 15C20.7491 14.5858 20.4133 14.25 19.9991 14.25H18.9991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.95623 2.25C5.24916 2.25 4.53908 2.31208 4.02038 2.76582C3.49987 3.22114 3.34955 3.91518 3.26098 4.60513L3.23611 4.79882C3.20914 5.00893 3.19565 5.11398 3.25538 5.18187C3.31512 5.24976 3.42103 5.24976 3.63286 5.24976H8.2796C8.49143 5.24976 8.59734 5.24976 8.65707 5.18187C8.7168 5.11398 8.70331 5.00893 8.67634 4.79882L8.65148 4.60513C8.56291 3.91518 8.41258 3.22114 7.89208 2.76582C7.37338 2.31208 6.6633 2.25 5.95623 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.9716 7.09882C8.95026 6.93257 8.93959 6.84945 8.88294 6.7996C8.82628 6.74976 8.74248 6.74976 8.57486 6.74976H3.3376C3.16998 6.74976 3.08617 6.74976 3.02952 6.7996C2.97287 6.84945 2.9622 6.93257 2.94085 7.09882L1.30828 19.8161C1.27879 20.0451 1.24742 20.2888 1.25017 20.4955C1.25337 20.7358 1.30149 21.0539 1.54686 21.3294C1.79092 21.6034 2.1 21.6889 2.33634 21.7217C2.5415 21.7502 2.78821 21.7501 3.02227 21.75L9.99999 21.75C10.2155 21.75 10.4207 21.6573 10.5631 21.4954C10.7055 21.3336 10.7713 21.1183 10.7439 20.9045L8.9716 7.09882Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.3173 6.32082C22.5808 6.44425 22.7492 6.709 22.7492 7.00001L22.7492 20.0344C22.7492 20.0361 22.7493 20.4617 22.7242 20.6486C22.6947 20.8679 22.6188 21.1481 22.383 21.3839C22.1472 21.6197 21.8671 21.6955 21.6477 21.725C21.4605 21.7502 21.2387 21.7501 21.0336 21.75L12.6862 21.75C12.4434 21.75 12.322 21.75 12.2625 21.685C12.203 21.6201 12.2155 21.4796 12.2404 21.1987C12.2546 21.0385 12.2517 20.8759 12.2308 20.7136L10.852 9.97303C10.8371 9.85663 10.8296 9.79842 10.852 9.74755C10.8744 9.69668 10.9223 9.66286 11.0182 9.59522L15.5669 6.38713C15.7958 6.22566 16.0956 6.20523 16.3443 6.33415C16.593 6.46308 16.7492 6.71987 16.7492 7.00001L16.7514 9.53991C16.7517 9.9088 16.7519 10.0933 16.8669 10.1471C16.982 10.201 17.1238 10.083 17.4073 9.84697L21.519 6.42384C21.7426 6.23754 22.0537 6.19738 22.3173 6.32082ZM14.2491 15C14.2491 14.5858 14.5849 14.25 14.9991 14.25H15.9991C16.4133 14.25 16.7491 14.5858 16.7491 15C16.7491 15.4142 16.4133 15.75 15.9991 15.75H14.9991C14.5849 15.75 14.2491 15.4142 14.2491 15ZM18.9991 14.25C18.5849 14.25 18.2491 14.5858 18.2491 15C18.2491 15.4142 18.5849 15.75 18.9991 15.75H19.9991C20.4133 15.75 20.7491 15.4142 20.7491 15C20.7491 14.5858 20.4133 14.25 19.9991 14.25H18.9991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-ferris-wheel{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.5C9.23858 7.5 7 9.73858 7 12.5C7 15.2614 9.23858 17.5 12 17.5C14.7614 17.5 17 15.2614 17 12.5C17 9.73858 14.7614 7.5 12 7.5ZM5 12.5C5 8.63401 8.13401 5.5 12 5.5C15.866 5.5 19 8.63401 19 12.5C19 16.366 15.866 19.5 12 19.5C8.13401 19.5 5 16.366 5 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0003 13.8959C11.8964 14.1703 11.7763 14.5107 11.6281 14.933L8.94385 22.5812C8.76095 23.1023 8.19023 23.3765 7.66911 23.1936C7.14799 23.0107 6.8738 22.44 7.0567 21.9188L9.74099 14.2706C9.74895 14.248 9.75688 14.2254 9.76478 14.2028C10.0194 13.4771 10.2439 12.8372 10.4731 12.3855C10.6712 11.9951 11.1101 11.25 12.0003 11.25C12.8905 11.25 13.3294 11.9951 13.5274 12.3855C13.7566 12.8372 13.9811 13.4771 14.2358 14.2028C14.2437 14.2253 14.2516 14.248 14.2596 14.2706L16.9438 21.9188C17.1267 22.44 16.8526 23.0107 16.3314 23.1936C15.8103 23.3765 15.2396 23.1023 15.0567 22.5812L12.3724 14.933C12.2242 14.5107 12.1041 14.1703 12.0003 13.8959Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.25 3.5C9.25 1.98122 10.4812 0.75 12 0.75C13.5188 0.75 14.75 1.98122 14.75 3.5C14.75 5.01878 13.5188 6.25 12 6.25C10.4812 6.25 9.25 5.01878 9.25 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20 5.75C21.5188 5.75 22.75 6.98122 22.75 8.5C22.75 10.0188 21.5188 11.25 20 11.25C18.4812 11.25 17.25 10.0188 17.25 8.5C17.25 6.98122 18.4812 5.75 20 5.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 16.5C1.25 14.9812 2.48122 13.75 4 13.75C5.51878 13.75 6.75 14.9812 6.75 16.5C6.75 18.0188 5.51878 19.25 4 19.25C2.48122 19.25 1.25 18.0188 1.25 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 8.25C1.25 6.73122 2.48122 5.5 4 5.5C5.51878 5.5 6.75 6.73122 6.75 8.25C6.75 9.76878 5.51878 11 4 11C2.48122 11 1.25 9.76878 1.25 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 16.5C17.25 14.9812 18.4812 13.75 20 13.75C21.5188 13.75 22.75 14.9812 22.75 16.5C22.75 18.0188 21.5188 19.25 20 19.25C18.4812 19.25 17.25 18.0188 17.25 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.5C9.23858 7.5 7 9.73858 7 12.5C7 15.2614 9.23858 17.5 12 17.5C14.7614 17.5 17 15.2614 17 12.5C17 9.73858 14.7614 7.5 12 7.5ZM5 12.5C5 8.63401 8.13401 5.5 12 5.5C15.866 5.5 19 8.63401 19 12.5C19 16.366 15.866 19.5 12 19.5C8.13401 19.5 5 16.366 5 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0003 13.8959C11.8964 14.1703 11.7763 14.5107 11.6281 14.933L8.94385 22.5812C8.76095 23.1023 8.19023 23.3765 7.66911 23.1936C7.14799 23.0107 6.8738 22.44 7.0567 21.9188L9.74099 14.2706C9.74895 14.248 9.75688 14.2254 9.76478 14.2028C10.0194 13.4771 10.2439 12.8372 10.4731 12.3855C10.6712 11.9951 11.1101 11.25 12.0003 11.25C12.8905 11.25 13.3294 11.9951 13.5274 12.3855C13.7566 12.8372 13.9811 13.4771 14.2358 14.2028C14.2437 14.2253 14.2516 14.248 14.2596 14.2706L16.9438 21.9188C17.1267 22.44 16.8526 23.0107 16.3314 23.1936C15.8103 23.3765 15.2396 23.1023 15.0567 22.5812L12.3724 14.933C12.2242 14.5107 12.1041 14.1703 12.0003 13.8959Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.25 3.5C9.25 1.98122 10.4812 0.75 12 0.75C13.5188 0.75 14.75 1.98122 14.75 3.5C14.75 5.01878 13.5188 6.25 12 6.25C10.4812 6.25 9.25 5.01878 9.25 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20 5.75C21.5188 5.75 22.75 6.98122 22.75 8.5C22.75 10.0188 21.5188 11.25 20 11.25C18.4812 11.25 17.25 10.0188 17.25 8.5C17.25 6.98122 18.4812 5.75 20 5.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 16.5C1.25 14.9812 2.48122 13.75 4 13.75C5.51878 13.75 6.75 14.9812 6.75 16.5C6.75 18.0188 5.51878 19.25 4 19.25C2.48122 19.25 1.25 18.0188 1.25 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 8.25C1.25 6.73122 2.48122 5.5 4 5.5C5.51878 5.5 6.75 6.73122 6.75 8.25C6.75 9.76878 5.51878 11 4 11C2.48122 11 1.25 9.76878 1.25 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 16.5C17.25 14.9812 18.4812 13.75 20 13.75C21.5188 13.75 22.75 14.9812 22.75 16.5C22.75 18.0188 21.5188 19.25 20 19.25C18.4812 19.25 17.25 18.0188 17.25 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-fire-pit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.90549 17.0428C3.04746 16.8582 3.26713 16.75 3.50001 16.75H20.5C20.7329 16.75 20.9526 16.8582 21.0945 17.0428C21.2365 17.2274 21.2847 17.4675 21.2249 17.6925L20.5648 20.1776C20.3962 20.8123 20.1757 21.4298 19.6454 21.8196C19.1269 22.2005 18.4631 22.25 17.7784 22.25H6.22166C5.53687 22.25 4.87308 22.2005 4.35465 21.8196C3.82428 21.4298 3.60383 20.8123 3.43524 20.1776L2.77514 17.6925C2.71536 17.4675 2.76352 17.2274 2.90549 17.0428Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 17.75C1.5 17.1977 1.94772 16.75 2.5 16.75H21.5C22.0523 16.75 22.5 17.1977 22.5 17.75C22.5 18.3023 22.0523 18.75 21.5 18.75H2.5C1.94772 18.75 1.5 18.3023 1.5 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.669 2.85924C14.8121 2.59713 14.786 2.27515 14.6026 2.03948C14.4192 1.80382 14.1136 1.69937 13.8243 1.77355C11.5925 2.34597 9.82482 3.51149 8.77299 5.18052C7.96645 6.46033 7.61405 7.98372 7.75263 9.66016C7.7599 9.74817 7.6603 9.80234 7.59575 9.74208C7.3308 9.49471 7.05254 9.13593 6.80935 8.61256C6.68888 8.35332 6.43153 8.1851 6.14574 8.17879C5.85995 8.17248 5.59542 8.32918 5.46364 8.58286C4.68057 10.0902 4.55236 12.1625 5.02778 13.9841C5.37421 15.3115 6.0707 16.6051 7.17222 17.4593C7.20654 17.4859 7.24892 17.5 7.29235 17.5H8.67825C8.84768 17.5 8.94646 17.2968 8.8634 17.1491C8.40448 16.3332 8.44355 15.3042 8.63498 14.5399C8.66477 14.4209 8.80106 14.3661 8.91262 14.417C12.5809 16.0912 13.5173 13.4771 13.502 12.0754C13.4999 11.8848 13.7368 11.737 13.8726 11.8707C15.0841 13.0634 16.0608 15.6156 15.1301 17.1254C15.0371 17.2763 15.1361 17.5 15.3134 17.5H17.3999C17.4526 17.5 17.5035 17.4792 17.5404 17.4416C19.6017 15.3427 19.7934 11.9458 18.1411 9.59128C17.5894 8.80512 17.5559 7.95253 17.6822 7.24852C17.7453 6.89743 17.9848 6.29406 18.07 6.0825C18.2009 5.85028 18.1986 5.56606 18.0642 5.33593C17.9297 5.10579 17.6832 4.96432 17.4166 4.96432C16.3475 4.96432 15.4679 5.42932 14.831 5.95049C14.622 6.12146 14.4335 6.30294 14.2667 6.48439C14.2185 6.53691 14.1321 6.5255 14.1048 6.45961C13.9469 6.07867 13.8957 5.66076 13.9226 5.21953C13.9723 4.4048 14.2909 3.55223 14.669 2.85924Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.90549 17.0428C3.04746 16.8582 3.26713 16.75 3.50001 16.75H20.5C20.7329 16.75 20.9526 16.8582 21.0945 17.0428C21.2365 17.2274 21.2847 17.4675 21.2249 17.6925L20.5648 20.1776C20.3962 20.8123 20.1757 21.4298 19.6454 21.8196C19.1269 22.2005 18.4631 22.25 17.7784 22.25H6.22166C5.53687 22.25 4.87308 22.2005 4.35465 21.8196C3.82428 21.4298 3.60383 20.8123 3.43524 20.1776L2.77514 17.6925C2.71536 17.4675 2.76352 17.2274 2.90549 17.0428Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 17.75C1.5 17.1977 1.94772 16.75 2.5 16.75H21.5C22.0523 16.75 22.5 17.1977 22.5 17.75C22.5 18.3023 22.0523 18.75 21.5 18.75H2.5C1.94772 18.75 1.5 18.3023 1.5 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.669 2.85924C14.8121 2.59713 14.786 2.27515 14.6026 2.03948C14.4192 1.80382 14.1136 1.69937 13.8243 1.77355C11.5925 2.34597 9.82482 3.51149 8.77299 5.18052C7.96645 6.46033 7.61405 7.98372 7.75263 9.66016C7.7599 9.74817 7.6603 9.80234 7.59575 9.74208C7.3308 9.49471 7.05254 9.13593 6.80935 8.61256C6.68888 8.35332 6.43153 8.1851 6.14574 8.17879C5.85995 8.17248 5.59542 8.32918 5.46364 8.58286C4.68057 10.0902 4.55236 12.1625 5.02778 13.9841C5.37421 15.3115 6.0707 16.6051 7.17222 17.4593C7.20654 17.4859 7.24892 17.5 7.29235 17.5H8.67825C8.84768 17.5 8.94646 17.2968 8.8634 17.1491C8.40448 16.3332 8.44355 15.3042 8.63498 14.5399C8.66477 14.4209 8.80106 14.3661 8.91262 14.417C12.5809 16.0912 13.5173 13.4771 13.502 12.0754C13.4999 11.8848 13.7368 11.737 13.8726 11.8707C15.0841 13.0634 16.0608 15.6156 15.1301 17.1254C15.0371 17.2763 15.1361 17.5 15.3134 17.5H17.3999C17.4526 17.5 17.5035 17.4792 17.5404 17.4416C19.6017 15.3427 19.7934 11.9458 18.1411 9.59128C17.5894 8.80512 17.5559 7.95253 17.6822 7.24852C17.7453 6.89743 17.9848 6.29406 18.07 6.0825C18.2009 5.85028 18.1986 5.56606 18.0642 5.33593C17.9297 5.10579 17.6832 4.96432 17.4166 4.96432C16.3475 4.96432 15.4679 5.42932 14.831 5.95049C14.622 6.12146 14.4335 6.30294 14.2667 6.48439C14.2185 6.53691 14.1321 6.5255 14.1048 6.45961C13.9469 6.07867 13.8957 5.66076 13.9226 5.21953C13.9723 4.4048 14.2909 3.55223 14.669 2.85924Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-fortress{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 16C10.8954 16 10 16.8954 10 18V20L10 20.0394V20.0394C10.0001 20.2393 10.0003 20.4772 9.97278 20.6819C9.93956 20.9289 9.85065 21.2707 9.56066 21.5607C9.27067 21.8507 8.92893 21.9396 8.68188 21.9728C8.47723 22.0003 8.23927 22.0001 8.0394 22L8.03938 22L8 22H2C1.44772 22 1 21.5523 1 21C1 20.4477 1.44772 20 2 20H2.25001L2.25021 3.96559C2.25013 3.76048 2.25004 3.5387 2.27521 3.35149C2.3047 3.13217 2.38053 2.85199 2.61631 2.61619C2.8521 2.3804 3.13228 2.30455 3.35159 2.27506C3.53879 2.24988 3.7606 2.24996 3.96569 2.25003L4.69229 2.25C4.75824 2.24999 4.86133 2.24998 4.95906 2.26235C5.06738 2.27606 5.25235 2.31351 5.42869 2.45119C5.60503 2.58886 5.68623 2.75922 5.72581 2.86098C5.76152 2.95279 5.78651 3.0528 5.8025 3.11678L6.0858 4.24999H6.91464L7.19794 3.11685C7.21393 3.05287 7.23892 2.95286 7.27463 2.86106C7.31421 2.7593 7.3954 2.58895 7.57173 2.45128C7.74806 2.31361 7.93302 2.27616 8.04133 2.26244C8.13906 2.25006 8.24214 2.25007 8.30809 2.25008L9.03469 2.25007C9.2398 2.24999 9.46158 2.2499 9.64879 2.27507C9.86811 2.30456 10.1483 2.3804 10.3841 2.6162C10.6199 2.852 10.6957 3.13218 10.7252 3.35151C10.7504 3.53872 10.7503 3.76052 10.7502 3.96563L10.7502 8.00008V8.0024C10.7502 8.12624 10.7502 8.18816 10.7812 8.21912C10.8121 8.25008 10.8741 8.25008 10.9979 8.25008H11.0002H13.0002H13.0025C13.1264 8.25008 13.1883 8.25008 13.2193 8.21912C13.2502 8.18816 13.2502 8.12624 13.2502 8.0024V8.00008L13.2502 3.96561C13.2501 3.7605 13.25 3.53872 13.2752 3.35151C13.3047 3.13218 13.3805 2.852 13.6163 2.6162C13.8521 2.3804 14.1323 2.30456 14.3516 2.27507C14.5389 2.2499 14.7607 2.24999 14.9658 2.25007L15.6923 2.25008C15.7583 2.25007 15.8614 2.25006 15.9591 2.26244C16.0674 2.27616 16.2524 2.31361 16.4287 2.45128C16.605 2.58895 16.6862 2.7593 16.7258 2.86106C16.7615 2.95281 16.7865 3.05287 16.8025 3.11686L17.0858 4.24999H17.9146L18.1979 3.11674C18.2139 3.05277 18.2389 2.95277 18.2746 2.86098C18.3142 2.75922 18.3954 2.58887 18.5717 2.45119C18.7481 2.31351 18.933 2.27607 19.0414 2.26235C19.1391 2.24998 19.2422 2.24999 19.3081 2.25L20.0348 2.25003C20.2399 2.24996 20.4616 2.24988 20.6488 2.27506C20.8682 2.30455 21.1483 2.3804 21.3841 2.61619C21.6199 2.85199 21.6957 3.13217 21.7252 3.35149C21.7504 3.5387 21.7503 3.76048 21.7502 3.96559L21.7502 20H22C22.5523 20 23 20.4477 23 21C23 21.5523 22.5523 22 22 22H16L15.9606 22L15.9606 22C15.7607 22.0001 15.5228 22.0003 15.3181 21.9728C15.0711 21.9396 14.7293 21.8507 14.4393 21.5607C14.1493 21.2707 14.0604 20.9289 14.0272 20.6819C13.9997 20.4772 13.9999 20.2393 14 20.0394V20.0394L14 20V18C14 16.8954 13.1046 16 12 16ZM10.5 12C10.5 11.4477 10.9477 11 11.5 11H12.5C13.0523 11 13.5 11.4477 13.5 12C13.5 12.5523 13.0523 13 12.5 13H11.5C10.9477 13 10.5 12.5523 10.5 12ZM5 9C5 8.44771 5.44772 8 6 8H7C7.55228 8 8 8.44771 8 9C8 9.55229 7.55228 10 7 10H6C5.44772 10 5 9.55229 5 9ZM17 8C16.4477 8 16 8.44771 16 9C16 9.55229 16.4477 10 17 10H18C18.5523 10 19 9.55229 19 9C19 8.44771 18.5523 8 18 8H17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 16C10.8954 16 10 16.8954 10 18V20L10 20.0394V20.0394C10.0001 20.2393 10.0003 20.4772 9.97278 20.6819C9.93956 20.9289 9.85065 21.2707 9.56066 21.5607C9.27067 21.8507 8.92893 21.9396 8.68188 21.9728C8.47723 22.0003 8.23927 22.0001 8.0394 22L8.03938 22L8 22H2C1.44772 22 1 21.5523 1 21C1 20.4477 1.44772 20 2 20H2.25001L2.25021 3.96559C2.25013 3.76048 2.25004 3.5387 2.27521 3.35149C2.3047 3.13217 2.38053 2.85199 2.61631 2.61619C2.8521 2.3804 3.13228 2.30455 3.35159 2.27506C3.53879 2.24988 3.7606 2.24996 3.96569 2.25003L4.69229 2.25C4.75824 2.24999 4.86133 2.24998 4.95906 2.26235C5.06738 2.27606 5.25235 2.31351 5.42869 2.45119C5.60503 2.58886 5.68623 2.75922 5.72581 2.86098C5.76152 2.95279 5.78651 3.0528 5.8025 3.11678L6.0858 4.24999H6.91464L7.19794 3.11685C7.21393 3.05287 7.23892 2.95286 7.27463 2.86106C7.31421 2.7593 7.3954 2.58895 7.57173 2.45128C7.74806 2.31361 7.93302 2.27616 8.04133 2.26244C8.13906 2.25006 8.24214 2.25007 8.30809 2.25008L9.03469 2.25007C9.2398 2.24999 9.46158 2.2499 9.64879 2.27507C9.86811 2.30456 10.1483 2.3804 10.3841 2.6162C10.6199 2.852 10.6957 3.13218 10.7252 3.35151C10.7504 3.53872 10.7503 3.76052 10.7502 3.96563L10.7502 8.00008V8.0024C10.7502 8.12624 10.7502 8.18816 10.7812 8.21912C10.8121 8.25008 10.8741 8.25008 10.9979 8.25008H11.0002H13.0002H13.0025C13.1264 8.25008 13.1883 8.25008 13.2193 8.21912C13.2502 8.18816 13.2502 8.12624 13.2502 8.0024V8.00008L13.2502 3.96561C13.2501 3.7605 13.25 3.53872 13.2752 3.35151C13.3047 3.13218 13.3805 2.852 13.6163 2.6162C13.8521 2.3804 14.1323 2.30456 14.3516 2.27507C14.5389 2.2499 14.7607 2.24999 14.9658 2.25007L15.6923 2.25008C15.7583 2.25007 15.8614 2.25006 15.9591 2.26244C16.0674 2.27616 16.2524 2.31361 16.4287 2.45128C16.605 2.58895 16.6862 2.7593 16.7258 2.86106C16.7615 2.95281 16.7865 3.05287 16.8025 3.11686L17.0858 4.24999H17.9146L18.1979 3.11674C18.2139 3.05277 18.2389 2.95277 18.2746 2.86098C18.3142 2.75922 18.3954 2.58887 18.5717 2.45119C18.7481 2.31351 18.933 2.27607 19.0414 2.26235C19.1391 2.24998 19.2422 2.24999 19.3081 2.25L20.0348 2.25003C20.2399 2.24996 20.4616 2.24988 20.6488 2.27506C20.8682 2.30455 21.1483 2.3804 21.3841 2.61619C21.6199 2.85199 21.6957 3.13217 21.7252 3.35149C21.7504 3.5387 21.7503 3.76048 21.7502 3.96559L21.7502 20H22C22.5523 20 23 20.4477 23 21C23 21.5523 22.5523 22 22 22H16L15.9606 22L15.9606 22C15.7607 22.0001 15.5228 22.0003 15.3181 21.9728C15.0711 21.9396 14.7293 21.8507 14.4393 21.5607C14.1493 21.2707 14.0604 20.9289 14.0272 20.6819C13.9997 20.4772 13.9999 20.2393 14 20.0394V20.0394L14 20V18C14 16.8954 13.1046 16 12 16ZM10.5 12C10.5 11.4477 10.9477 11 11.5 11H12.5C13.0523 11 13.5 11.4477 13.5 12C13.5 12.5523 13.0523 13 12.5 13H11.5C10.9477 13 10.5 12.5523 10.5 12ZM5 9C5 8.44771 5.44772 8 6 8H7C7.55228 8 8 8.44771 8 9C8 9.55229 7.55228 10 7 10H6C5.44772 10 5 9.55229 5 9ZM17 8C16.4477 8 16 8.44771 16 9C16 9.55229 16.4477 10 17 10H18C18.5523 10 19 9.55229 19 9C19 8.44771 18.5523 8 18 8H17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-guest-house{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.75 2C20.3023 2 20.75 2.44772 20.75 3V4.59767C20.75 5.14995 20.3023 5.59767 19.75 5.59767C19.1977 5.59767 18.75 5.14995 18.75 4.59767V3C18.75 2.44772 19.1977 2 19.75 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 22C15 22.5523 14.5523 23 14 23L10 23C9.44772 23 9 22.5523 9 22C9 21.4477 9.44772 21 10 21L14 21C14.5523 21 15 21.4477 15 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0359 3.21458L3.33416 5.94261C2.81357 6.12701 2.24206 5.85448 2.05766 5.33388C1.87326 4.81329 2.1458 4.24179 2.66639 4.05739L10.4015 1.31753C10.4236 1.30968 10.4461 1.30261 10.4687 1.29634C10.4959 1.28882 10.5229 1.28135 10.5496 1.27394C11.091 1.12385 11.5378 1 12.0003 1C12.4627 1 12.9095 1.12385 13.4509 1.27394C13.4777 1.28135 13.5046 1.28882 13.5318 1.29634C13.5545 1.30261 13.5769 1.30968 13.5991 1.31753L21.3342 4.05739C21.8547 4.24179 22.1273 4.81329 21.9429 5.33388C21.7585 5.85448 21.187 6.12701 20.6664 5.94261L12.9647 3.21458C12.3172 3.03581 12.1504 3 12.0003 3C11.8501 3 11.6833 3.03581 11.0359 3.21458Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4649 1.53729L13.4007 1.51953C12.8429 1.36506 12.4275 1.25 12 1.25C11.5725 1.25 11.1571 1.36506 10.5993 1.51953L10.5351 1.53729C10.5181 1.54199 10.5013 1.54729 10.4847 1.55318L3.74959 3.93883C3.45014 4.0449 3.25 4.32811 3.25 4.64579V19C3.25 19.4142 3.58579 19.75 4 19.75H9.25V13.5372C9.25 12.755 9.66344 12.1643 10.1988 11.7945C10.7173 11.4363 11.3671 11.2656 11.9822 11.251C12.596 11.2365 13.2598 11.3756 13.7946 11.7365C14.3569 12.116 14.75 12.7296 14.75 13.5372V19.75H20C20.4142 19.75 20.75 19.4142 20.75 19V4.64579C20.75 4.32811 20.5499 4.0449 20.2504 3.93883L13.5153 1.55318C13.4987 1.54729 13.4819 1.54199 13.4649 1.53729ZM13.25 13.5372V19.75H10.75V13.5372C10.75 13.3426 10.8366 13.177 11.0512 13.0287C11.2827 12.8688 11.6329 12.7597 12.0178 12.7506C12.404 12.7414 12.7402 12.8346 12.9554 12.9799C13.1431 13.1065 13.25 13.273 13.25 13.5372ZM12 6.5C11.1716 6.5 10.5 7.17157 10.5 8C10.5 8.82843 11.1716 9.5 12 9.5H12.0119C12.8404 9.5 13.5119 8.82843 13.5119 8C13.5119 7.17157 12.8404 6.5 12.0119 6.5H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.75 2C20.3023 2 20.75 2.44772 20.75 3V4.59767C20.75 5.14995 20.3023 5.59767 19.75 5.59767C19.1977 5.59767 18.75 5.14995 18.75 4.59767V3C18.75 2.44772 19.1977 2 19.75 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 22C15 22.5523 14.5523 23 14 23L10 23C9.44772 23 9 22.5523 9 22C9 21.4477 9.44772 21 10 21L14 21C14.5523 21 15 21.4477 15 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0359 3.21458L3.33416 5.94261C2.81357 6.12701 2.24206 5.85448 2.05766 5.33388C1.87326 4.81329 2.1458 4.24179 2.66639 4.05739L10.4015 1.31753C10.4236 1.30968 10.4461 1.30261 10.4687 1.29634C10.4959 1.28882 10.5229 1.28135 10.5496 1.27394C11.091 1.12385 11.5378 1 12.0003 1C12.4627 1 12.9095 1.12385 13.4509 1.27394C13.4777 1.28135 13.5046 1.28882 13.5318 1.29634C13.5545 1.30261 13.5769 1.30968 13.5991 1.31753L21.3342 4.05739C21.8547 4.24179 22.1273 4.81329 21.9429 5.33388C21.7585 5.85448 21.187 6.12701 20.6664 5.94261L12.9647 3.21458C12.3172 3.03581 12.1504 3 12.0003 3C11.8501 3 11.6833 3.03581 11.0359 3.21458Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4649 1.53729L13.4007 1.51953C12.8429 1.36506 12.4275 1.25 12 1.25C11.5725 1.25 11.1571 1.36506 10.5993 1.51953L10.5351 1.53729C10.5181 1.54199 10.5013 1.54729 10.4847 1.55318L3.74959 3.93883C3.45014 4.0449 3.25 4.32811 3.25 4.64579V19C3.25 19.4142 3.58579 19.75 4 19.75H9.25V13.5372C9.25 12.755 9.66344 12.1643 10.1988 11.7945C10.7173 11.4363 11.3671 11.2656 11.9822 11.251C12.596 11.2365 13.2598 11.3756 13.7946 11.7365C14.3569 12.116 14.75 12.7296 14.75 13.5372V19.75H20C20.4142 19.75 20.75 19.4142 20.75 19V4.64579C20.75 4.32811 20.5499 4.0449 20.2504 3.93883L13.5153 1.55318C13.4987 1.54729 13.4819 1.54199 13.4649 1.53729ZM13.25 13.5372V19.75H10.75V13.5372C10.75 13.3426 10.8366 13.177 11.0512 13.0287C11.2827 12.8688 11.6329 12.7597 12.0178 12.7506C12.404 12.7414 12.7402 12.8346 12.9554 12.9799C13.1431 13.1065 13.25 13.273 13.25 13.5372ZM12 6.5C11.1716 6.5 10.5 7.17157 10.5 8C10.5 8.82843 11.1716 9.5 12 9.5H12.0119C12.8404 9.5 13.5119 8.82843 13.5119 8C13.5119 7.17157 12.8404 6.5 12.0119 6.5H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-hotel-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C10.2063 1.25 8.50572 1.9584 7.52358 3.17279C7.48456 3.22104 7.42628 3.25 7.36423 3.25H2C1.44772 3.25 1 3.69772 1 4.25C1 4.80228 1.44772 5.25 2 5.25H2.05001C2.16046 5.25 2.25001 5.33954 2.25001 5.45L2.25 20.0447C2.24995 20.4776 2.24991 20.8744 2.29331 21.1972C2.3411 21.5527 2.45355 21.9284 2.76257 22.2374C3.07159 22.5465 3.44732 22.6589 3.8028 22.7067C4.12561 22.7501 4.52245 22.7501 4.95526 22.75H8.8C8.91046 22.75 9 22.6605 9 22.55V18.75C9 17.0931 10.3431 15.75 12 15.75C13.6569 15.75 15 17.0931 15 18.75V22.55C15 22.6605 15.0895 22.75 15.2 22.75H19.0448C19.4776 22.7501 19.8744 22.7501 20.1972 22.7067C20.5527 22.6589 20.9284 22.5465 21.2374 22.2374C21.5465 21.9284 21.6589 21.5527 21.7067 21.1972C21.7501 20.8744 21.7501 20.4776 21.75 20.0447L21.75 5.45C21.75 5.33954 21.8396 5.25 21.95 5.25H22C22.5523 5.25 23 4.80228 23 4.25C23 3.69772 22.5523 3.25 22 3.25H16.6358C16.5737 3.25 16.5154 3.22104 16.4764 3.17279C15.4943 1.9584 13.7937 1.25 12 1.25ZM10.5 7.25C10.9142 7.25 11.25 7.58579 11.25 8V8.55C11.25 8.66046 11.3395 8.75 11.45 8.75H12.55C12.6605 8.75 12.75 8.66046 12.75 8.55V8C12.75 7.58579 13.0858 7.25 13.5 7.25C13.9142 7.25 14.25 7.58579 14.25 8V11C14.25 11.4142 13.9142 11.75 13.5 11.75C13.0858 11.75 12.75 11.4142 12.75 11V10.45C12.75 10.3395 12.6605 10.25 12.55 10.25H11.45C11.3395 10.25 11.25 10.3395 11.25 10.45V11C11.25 11.4142 10.9142 11.75 10.5 11.75C10.0858 11.75 9.75 11.4142 9.75 11V8C9.75 7.58579 10.0858 7.25 10.5 7.25ZM5.25 8C5.25 7.58579 5.58579 7.25 6 7.25H7C7.41421 7.25 7.75 7.58579 7.75 8C7.75 8.41421 7.41421 8.75 7 8.75H6C5.58579 8.75 5.25 8.41421 5.25 8ZM5.25 12C5.25 11.5858 5.58579 11.25 6 11.25H7C7.41421 11.25 7.75 11.5858 7.75 12C7.75 12.4142 7.41421 12.75 7 12.75H6C5.58579 12.75 5.25 12.4142 5.25 12ZM5.25 16C5.25 15.5858 5.58579 15.25 6 15.25H7C7.41421 15.25 7.75 15.5858 7.75 16C7.75 16.4142 7.41421 16.75 7 16.75H6C5.58579 16.75 5.25 16.4142 5.25 16ZM17 7.25C16.5858 7.25 16.25 7.58579 16.25 8C16.25 8.41421 16.5858 8.75 17 8.75H18C18.4142 8.75 18.75 8.41421 18.75 8C18.75 7.58579 18.4142 7.25 18 7.25H17ZM17 11.25C16.5858 11.25 16.25 11.5858 16.25 12C16.25 12.4142 16.5858 12.75 17 12.75H18C18.4142 12.75 18.75 12.4142 18.75 12C18.75 11.5858 18.4142 11.25 18 11.25H17ZM17 15.25C16.5858 15.25 16.25 15.5858 16.25 16C16.25 16.4142 16.5858 16.75 17 16.75H18C18.4142 16.75 18.75 16.4142 18.75 16C18.75 15.5858 18.4142 15.25 18 15.25H17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.8 22.75C12.9105 22.75 13 22.6605 13 22.55V18.75C13 18.1977 12.5523 17.75 12 17.75C11.4477 17.75 11 18.1977 11 18.75V22.55C11 22.6605 11.0895 22.75 11.2 22.75H12.8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C10.2063 1.25 8.50572 1.9584 7.52358 3.17279C7.48456 3.22104 7.42628 3.25 7.36423 3.25H2C1.44772 3.25 1 3.69772 1 4.25C1 4.80228 1.44772 5.25 2 5.25H2.05001C2.16046 5.25 2.25001 5.33954 2.25001 5.45L2.25 20.0447C2.24995 20.4776 2.24991 20.8744 2.29331 21.1972C2.3411 21.5527 2.45355 21.9284 2.76257 22.2374C3.07159 22.5465 3.44732 22.6589 3.8028 22.7067C4.12561 22.7501 4.52245 22.7501 4.95526 22.75H8.8C8.91046 22.75 9 22.6605 9 22.55V18.75C9 17.0931 10.3431 15.75 12 15.75C13.6569 15.75 15 17.0931 15 18.75V22.55C15 22.6605 15.0895 22.75 15.2 22.75H19.0448C19.4776 22.7501 19.8744 22.7501 20.1972 22.7067C20.5527 22.6589 20.9284 22.5465 21.2374 22.2374C21.5465 21.9284 21.6589 21.5527 21.7067 21.1972C21.7501 20.8744 21.7501 20.4776 21.75 20.0447L21.75 5.45C21.75 5.33954 21.8396 5.25 21.95 5.25H22C22.5523 5.25 23 4.80228 23 4.25C23 3.69772 22.5523 3.25 22 3.25H16.6358C16.5737 3.25 16.5154 3.22104 16.4764 3.17279C15.4943 1.9584 13.7937 1.25 12 1.25ZM10.5 7.25C10.9142 7.25 11.25 7.58579 11.25 8V8.55C11.25 8.66046 11.3395 8.75 11.45 8.75H12.55C12.6605 8.75 12.75 8.66046 12.75 8.55V8C12.75 7.58579 13.0858 7.25 13.5 7.25C13.9142 7.25 14.25 7.58579 14.25 8V11C14.25 11.4142 13.9142 11.75 13.5 11.75C13.0858 11.75 12.75 11.4142 12.75 11V10.45C12.75 10.3395 12.6605 10.25 12.55 10.25H11.45C11.3395 10.25 11.25 10.3395 11.25 10.45V11C11.25 11.4142 10.9142 11.75 10.5 11.75C10.0858 11.75 9.75 11.4142 9.75 11V8C9.75 7.58579 10.0858 7.25 10.5 7.25ZM5.25 8C5.25 7.58579 5.58579 7.25 6 7.25H7C7.41421 7.25 7.75 7.58579 7.75 8C7.75 8.41421 7.41421 8.75 7 8.75H6C5.58579 8.75 5.25 8.41421 5.25 8ZM5.25 12C5.25 11.5858 5.58579 11.25 6 11.25H7C7.41421 11.25 7.75 11.5858 7.75 12C7.75 12.4142 7.41421 12.75 7 12.75H6C5.58579 12.75 5.25 12.4142 5.25 12ZM5.25 16C5.25 15.5858 5.58579 15.25 6 15.25H7C7.41421 15.25 7.75 15.5858 7.75 16C7.75 16.4142 7.41421 16.75 7 16.75H6C5.58579 16.75 5.25 16.4142 5.25 16ZM17 7.25C16.5858 7.25 16.25 7.58579 16.25 8C16.25 8.41421 16.5858 8.75 17 8.75H18C18.4142 8.75 18.75 8.41421 18.75 8C18.75 7.58579 18.4142 7.25 18 7.25H17ZM17 11.25C16.5858 11.25 16.25 11.5858 16.25 12C16.25 12.4142 16.5858 12.75 17 12.75H18C18.4142 12.75 18.75 12.4142 18.75 12C18.75 11.5858 18.4142 11.25 18 11.25H17ZM17 15.25C16.5858 15.25 16.25 15.5858 16.25 16C16.25 16.4142 16.5858 16.75 17 16.75H18C18.4142 16.75 18.75 16.4142 18.75 16C18.75 15.5858 18.4142 15.25 18 15.25H17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.8 22.75C12.9105 22.75 13 22.6605 13 22.55V18.75C13 18.1977 12.5523 17.75 12 17.75C11.4477 17.75 11 18.1977 11 18.75V22.55C11 22.6605 11.0895 22.75 11.2 22.75H12.8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-hotel{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.10129 2.81701C3.5812 2.37107 4.16853 2.25 4.64323 2.25H9.06818C9.60792 2.25 10.0455 2.66041 10.0455 3.16667C10.0455 3.67293 9.60792 4.08333 9.06818 4.08333H4.64323C4.57574 4.08333 4.53472 4.09189 4.51318 4.09888C4.49606 4.10444 4.48708 4.10994 4.47684 4.11946C4.10798 4.4622 3.81049 5.01963 3.51126 5.91667H7.11364C7.65337 5.91667 8.09091 6.32707 8.09091 6.83333C8.09091 7.33959 7.65337 7.75 7.11364 7.75H2.22728C1.92634 7.75 1.64219 7.61995 1.45699 7.39746C1.27179 7.17497 1.2062 6.88486 1.27919 6.61101C1.69079 5.06669 2.15626 3.69513 3.10129 2.81701ZM13.9545 3.16667C13.9545 2.66041 14.3921 2.25 14.9318 2.25H19.3568C19.8315 2.25 20.4188 2.37108 20.8987 2.81701C21.8437 3.69513 22.3092 5.06669 22.7208 6.61101C22.7938 6.88486 22.7282 7.17497 22.543 7.39746C22.3578 7.61995 22.0737 7.75 21.7727 7.75H16.8864C16.3466 7.75 15.9091 7.33959 15.9091 6.83333C15.9091 6.32707 16.3466 5.91667 16.8864 5.91667H20.4887C20.1895 5.01963 19.892 4.4622 19.5232 4.11946C19.5129 4.10994 19.5039 4.10443 19.4868 4.09888C19.4653 4.09189 19.4243 4.08333 19.3568 4.08333H14.9318C14.3921 4.08333 13.9545 3.67293 13.9545 3.16667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.12284 6.25C6.22331 6.25 6.30784 6.17515 6.32386 6.07597C6.76589 3.33963 9.13892 1.25 12 1.25C14.8611 1.25 17.2341 3.33963 17.6762 6.07597C17.6922 6.17515 17.7767 6.25 17.8772 6.25H21C21.4142 6.25 21.75 6.58579 21.75 7V18.052C21.75 18.9505 21.7501 19.6997 21.6701 20.2945C21.5857 20.9223 21.4 21.4891 20.9445 21.9445C20.4891 22.4 19.9223 22.5857 19.2945 22.6701C18.6997 22.7501 17.9505 22.75 17.052 22.75H15.2C15.0895 22.75 15 22.6605 15 22.55L15 18.75C15 17.0931 13.6569 15.75 12 15.75C10.3431 15.75 9 17.0931 9 18.75V22.55C9 22.6605 8.91046 22.75 8.8 22.75H6.94801C6.04953 22.75 5.30031 22.7501 4.70552 22.6701C4.07773 22.5857 3.51093 22.4 3.05546 21.9445C2.59999 21.4891 2.41432 20.9223 2.32992 20.2945C2.24995 19.6997 2.24997 18.9505 2.25 18.0521L2.25 7C2.25 6.58579 2.58579 6.25 3 6.25H6.12284ZM6 10.25C5.58579 10.25 5.25 10.5858 5.25 11C5.25 11.4142 5.58579 11.75 6 11.75H6.5C6.91422 11.75 7.25 11.4142 7.25 11C7.25 10.5858 6.91422 10.25 6.5 10.25H6ZM6 13.75C5.58579 13.75 5.25 14.0858 5.25 14.5C5.25 14.9142 5.58579 15.25 6 15.25H6.5C6.91422 15.25 7.25 14.9142 7.25 14.5C7.25 14.0858 6.91422 13.75 6.5 13.75H6ZM16.75 11C16.75 10.5858 17.0858 10.25 17.5 10.25H18C18.4142 10.25 18.75 10.5858 18.75 11C18.75 11.4142 18.4142 11.75 18 11.75H17.5C17.0858 11.75 16.75 11.4142 16.75 11ZM16.75 14.5C16.75 14.0858 17.0858 13.75 17.5 13.75H18C18.4142 13.75 18.75 14.0858 18.75 14.5C18.75 14.9142 18.4142 15.25 18 15.25H17.5C17.0858 15.25 16.75 14.9142 16.75 14.5ZM11.25 8C11.25 7.58579 10.9142 7.25 10.5 7.25C10.0858 7.25 9.75 7.58579 9.75 8V11C9.75 11.4142 10.0858 11.75 10.5 11.75C10.9142 11.75 11.25 11.4142 11.25 11V10.45C11.25 10.3395 11.3395 10.25 11.45 10.25H12.55C12.6605 10.25 12.75 10.3395 12.75 10.45V11C12.75 11.4142 13.0858 11.75 13.5 11.75C13.9142 11.75 14.25 11.4142 14.25 11V8C14.25 7.58579 13.9142 7.25 13.5 7.25C13.0858 7.25 12.75 7.58579 12.75 8V8.55C12.75 8.66046 12.6605 8.75 12.55 8.75H11.45C11.3395 8.75 11.25 8.66046 11.25 8.55V8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 18.75V22.55C13 22.6605 12.9105 22.75 12.8 22.75H11.2C11.0895 22.75 11 22.6605 11 22.55V18.75C11 18.1977 11.4477 17.75 12 17.75C12.5523 17.75 13 18.1977 13 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.10129 2.81701C3.5812 2.37107 4.16853 2.25 4.64323 2.25H9.06818C9.60792 2.25 10.0455 2.66041 10.0455 3.16667C10.0455 3.67293 9.60792 4.08333 9.06818 4.08333H4.64323C4.57574 4.08333 4.53472 4.09189 4.51318 4.09888C4.49606 4.10444 4.48708 4.10994 4.47684 4.11946C4.10798 4.4622 3.81049 5.01963 3.51126 5.91667H7.11364C7.65337 5.91667 8.09091 6.32707 8.09091 6.83333C8.09091 7.33959 7.65337 7.75 7.11364 7.75H2.22728C1.92634 7.75 1.64219 7.61995 1.45699 7.39746C1.27179 7.17497 1.2062 6.88486 1.27919 6.61101C1.69079 5.06669 2.15626 3.69513 3.10129 2.81701ZM13.9545 3.16667C13.9545 2.66041 14.3921 2.25 14.9318 2.25H19.3568C19.8315 2.25 20.4188 2.37108 20.8987 2.81701C21.8437 3.69513 22.3092 5.06669 22.7208 6.61101C22.7938 6.88486 22.7282 7.17497 22.543 7.39746C22.3578 7.61995 22.0737 7.75 21.7727 7.75H16.8864C16.3466 7.75 15.9091 7.33959 15.9091 6.83333C15.9091 6.32707 16.3466 5.91667 16.8864 5.91667H20.4887C20.1895 5.01963 19.892 4.4622 19.5232 4.11946C19.5129 4.10994 19.5039 4.10443 19.4868 4.09888C19.4653 4.09189 19.4243 4.08333 19.3568 4.08333H14.9318C14.3921 4.08333 13.9545 3.67293 13.9545 3.16667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.12284 6.25C6.22331 6.25 6.30784 6.17515 6.32386 6.07597C6.76589 3.33963 9.13892 1.25 12 1.25C14.8611 1.25 17.2341 3.33963 17.6762 6.07597C17.6922 6.17515 17.7767 6.25 17.8772 6.25H21C21.4142 6.25 21.75 6.58579 21.75 7V18.052C21.75 18.9505 21.7501 19.6997 21.6701 20.2945C21.5857 20.9223 21.4 21.4891 20.9445 21.9445C20.4891 22.4 19.9223 22.5857 19.2945 22.6701C18.6997 22.7501 17.9505 22.75 17.052 22.75H15.2C15.0895 22.75 15 22.6605 15 22.55L15 18.75C15 17.0931 13.6569 15.75 12 15.75C10.3431 15.75 9 17.0931 9 18.75V22.55C9 22.6605 8.91046 22.75 8.8 22.75H6.94801C6.04953 22.75 5.30031 22.7501 4.70552 22.6701C4.07773 22.5857 3.51093 22.4 3.05546 21.9445C2.59999 21.4891 2.41432 20.9223 2.32992 20.2945C2.24995 19.6997 2.24997 18.9505 2.25 18.0521L2.25 7C2.25 6.58579 2.58579 6.25 3 6.25H6.12284ZM6 10.25C5.58579 10.25 5.25 10.5858 5.25 11C5.25 11.4142 5.58579 11.75 6 11.75H6.5C6.91422 11.75 7.25 11.4142 7.25 11C7.25 10.5858 6.91422 10.25 6.5 10.25H6ZM6 13.75C5.58579 13.75 5.25 14.0858 5.25 14.5C5.25 14.9142 5.58579 15.25 6 15.25H6.5C6.91422 15.25 7.25 14.9142 7.25 14.5C7.25 14.0858 6.91422 13.75 6.5 13.75H6ZM16.75 11C16.75 10.5858 17.0858 10.25 17.5 10.25H18C18.4142 10.25 18.75 10.5858 18.75 11C18.75 11.4142 18.4142 11.75 18 11.75H17.5C17.0858 11.75 16.75 11.4142 16.75 11ZM16.75 14.5C16.75 14.0858 17.0858 13.75 17.5 13.75H18C18.4142 13.75 18.75 14.0858 18.75 14.5C18.75 14.9142 18.4142 15.25 18 15.25H17.5C17.0858 15.25 16.75 14.9142 16.75 14.5ZM11.25 8C11.25 7.58579 10.9142 7.25 10.5 7.25C10.0858 7.25 9.75 7.58579 9.75 8V11C9.75 11.4142 10.0858 11.75 10.5 11.75C10.9142 11.75 11.25 11.4142 11.25 11V10.45C11.25 10.3395 11.3395 10.25 11.45 10.25H12.55C12.6605 10.25 12.75 10.3395 12.75 10.45V11C12.75 11.4142 13.0858 11.75 13.5 11.75C13.9142 11.75 14.25 11.4142 14.25 11V8C14.25 7.58579 13.9142 7.25 13.5 7.25C13.0858 7.25 12.75 7.58579 12.75 8V8.55C12.75 8.66046 12.6605 8.75 12.55 8.75H11.45C11.3395 8.75 11.25 8.66046 11.25 8.55V8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 18.75V22.55C13 22.6605 12.9105 22.75 12.8 22.75H11.2C11.0895 22.75 11 22.6605 11 22.55V18.75C11 18.1977 11.4477 17.75 12 17.75C12.5523 17.75 13 18.1977 13 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-house-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3105 2.68277C13.6876 2.51137 13.8544 2.06673 13.683 1.68965C13.5116 1.31256 13.0669 1.14582 12.6898 1.31722L1.68983 6.31722C1.31275 6.48863 1.14601 6.93326 1.31741 7.31035C1.43883 7.57749 1.69738 7.73906 1.9719 7.74963C2.12016 7.75534 2.1943 7.75819 2.22224 7.78723C2.25018 7.81627 2.25018 7.87429 2.25018 7.99033L2.25018 18.052C2.25015 18.9505 2.25013 19.6997 2.33009 20.2945C2.4145 20.9223 2.60017 21.4891 3.05564 21.9445C3.51111 22.4 4.07791 22.5857 4.7057 22.6701C5.30049 22.7501 6.04971 22.75 6.94819 22.75H12.0002C12.4144 22.75 12.7502 22.4142 12.7502 22L12.7502 3C12.7502 2.96312 12.7701 2.92843 12.8037 2.91317L13.3105 2.68277ZM7 10C6.44772 10 6 10.4477 6 11C6 11.5523 6.44772 12 7 12H8C8.55228 12 9 11.5523 9 11C9 10.4477 8.55228 10 8 10H7ZM7 14C6.44772 14 6 14.4477 6 15C6 15.5523 6.44772 16 7 16H8C8.55228 16 9 15.5523 9 15C9 14.4477 8.55228 14 8 14H7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5787 7.45102L17.2493 8.78634V6.99986C17.2493 6.58565 17.5851 6.24986 17.9993 6.24986C18.4135 6.24986 18.7493 6.58565 18.7493 6.99986V9.53634L22.3347 11.329C22.7052 11.5143 22.8554 11.9648 22.6701 12.3353C22.5433 12.5889 22.2922 12.7392 22.0276 12.7495C21.8793 12.7552 21.8052 12.7581 21.7772 12.7871C21.7493 12.8161 21.7493 12.8742 21.7493 12.9903L21.7493 18.0515C21.7493 18.95 21.7494 19.6992 21.6694 20.294C21.585 20.9218 21.3993 21.4886 20.9438 21.9441C20.4884 22.3995 19.9216 22.5852 19.2938 22.6696C19.174 22.6857 19.0479 22.6986 18.9155 22.7088L18.9155 22.7088C18.7241 22.7237 18.6284 22.7311 18.5642 22.6718C18.5001 22.6124 18.5001 22.5137 18.5001 22.3164V19.7495C18.5001 19.1972 18.0523 18.7495 17.5001 18.7495C16.9478 18.7495 16.5001 19.1972 16.5001 19.7495V22.3495C16.5001 22.5381 16.5001 22.6323 16.4415 22.6909C16.3829 22.7495 16.2886 22.7495 16.1001 22.7495L14.4479 22.7495C14.1977 22.7495 14.0726 22.7495 14.0132 22.6847C13.9537 22.6199 13.9666 22.4715 13.9923 22.1746L13.9923 22.1746C13.9972 22.117 13.9998 22.0588 13.9998 21.9999L13.9998 7.80879C13.9998 7.51872 13.9998 7.37368 14.0946 7.31506C14.1895 7.25643 14.3192 7.3213 14.5787 7.45102ZM17 13.2499C16.5858 13.2499 16.25 13.5856 16.25 13.9999C16.25 14.4141 16.5858 14.7499 17 14.7499H18C18.4142 14.7499 18.75 14.4141 18.75 13.9999C18.75 13.5856 18.4142 13.2499 18 13.2499H17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3105 2.68277C13.6876 2.51137 13.8544 2.06673 13.683 1.68965C13.5116 1.31256 13.0669 1.14582 12.6898 1.31722L1.68983 6.31722C1.31275 6.48863 1.14601 6.93326 1.31741 7.31035C1.43883 7.57749 1.69738 7.73906 1.9719 7.74963C2.12016 7.75534 2.1943 7.75819 2.22224 7.78723C2.25018 7.81627 2.25018 7.87429 2.25018 7.99033L2.25018 18.052C2.25015 18.9505 2.25013 19.6997 2.33009 20.2945C2.4145 20.9223 2.60017 21.4891 3.05564 21.9445C3.51111 22.4 4.07791 22.5857 4.7057 22.6701C5.30049 22.7501 6.04971 22.75 6.94819 22.75H12.0002C12.4144 22.75 12.7502 22.4142 12.7502 22L12.7502 3C12.7502 2.96312 12.7701 2.92843 12.8037 2.91317L13.3105 2.68277ZM7 10C6.44772 10 6 10.4477 6 11C6 11.5523 6.44772 12 7 12H8C8.55228 12 9 11.5523 9 11C9 10.4477 8.55228 10 8 10H7ZM7 14C6.44772 14 6 14.4477 6 15C6 15.5523 6.44772 16 7 16H8C8.55228 16 9 15.5523 9 15C9 14.4477 8.55228 14 8 14H7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5787 7.45102L17.2493 8.78634V6.99986C17.2493 6.58565 17.5851 6.24986 17.9993 6.24986C18.4135 6.24986 18.7493 6.58565 18.7493 6.99986V9.53634L22.3347 11.329C22.7052 11.5143 22.8554 11.9648 22.6701 12.3353C22.5433 12.5889 22.2922 12.7392 22.0276 12.7495C21.8793 12.7552 21.8052 12.7581 21.7772 12.7871C21.7493 12.8161 21.7493 12.8742 21.7493 12.9903L21.7493 18.0515C21.7493 18.95 21.7494 19.6992 21.6694 20.294C21.585 20.9218 21.3993 21.4886 20.9438 21.9441C20.4884 22.3995 19.9216 22.5852 19.2938 22.6696C19.174 22.6857 19.0479 22.6986 18.9155 22.7088L18.9155 22.7088C18.7241 22.7237 18.6284 22.7311 18.5642 22.6718C18.5001 22.6124 18.5001 22.5137 18.5001 22.3164V19.7495C18.5001 19.1972 18.0523 18.7495 17.5001 18.7495C16.9478 18.7495 16.5001 19.1972 16.5001 19.7495V22.3495C16.5001 22.5381 16.5001 22.6323 16.4415 22.6909C16.3829 22.7495 16.2886 22.7495 16.1001 22.7495L14.4479 22.7495C14.1977 22.7495 14.0726 22.7495 14.0132 22.6847C13.9537 22.6199 13.9666 22.4715 13.9923 22.1746L13.9923 22.1746C13.9972 22.117 13.9998 22.0588 13.9998 21.9999L13.9998 7.80879C13.9998 7.51872 13.9998 7.37368 14.0946 7.31506C14.1895 7.25643 14.3192 7.3213 14.5787 7.45102ZM17 13.2499C16.5858 13.2499 16.25 13.5856 16.25 13.9999C16.25 14.4141 16.5858 14.7499 17 14.7499H18C18.4142 14.7499 18.75 14.4141 18.75 13.9999C18.75 13.5856 18.4142 13.2499 18 13.2499H17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-house-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 21C1.25 20.5858 1.58579 20.25 2 20.25L22 20.25C22.4142 20.25 22.75 20.5858 22.75 21C22.75 21.4142 22.4142 21.75 22 21.75L2 21.75C1.58579 21.75 1.25 21.4142 1.25 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.75 11.15C21.75 10.9614 21.75 10.8672 21.6914 10.8086C21.6328 10.75 21.5386 10.75 21.35 10.75H15.8699C15.427 10.75 15.0131 10.5722 14.7002 10.2723L12.1318 7.81066C12.0511 7.73331 11.9489 7.73331 11.8682 7.81066L9.29983 10.2723C8.98693 10.5722 8.57296 10.75 8.13008 10.75H2.65C2.46144 10.75 2.36716 10.75 2.30858 10.8086C2.25 10.8672 2.25 10.9614 2.25 11.15L2.25 21C2.25 21.4142 2.58579 21.75 3 21.75H9.5C9.08579 21.75 8.75 21.4142 8.75 21V16.5C8.75 15.2574 9.75736 14.25 11 14.25H13C14.2426 14.25 15.25 15.2574 15.25 16.5V21C15.25 21.4142 14.9142 21.75 14.5 21.75L21 21.75C21.4142 21.75 21.75 21.4142 21.75 21V11.15ZM14.5 21.75H9.5C9.91421 21.75 10.25 21.4142 10.25 21V16.5C10.25 16.0858 10.5858 15.75 11 15.75H13C13.4142 15.75 13.75 16.0858 13.75 16.5V21C13.75 21.4142 14.0858 21.75 14.5 21.75ZM8.63758 2.25C7.531 2.25 6.62731 2.34552 5.88932 2.83215C5.15133 3.31878 4.70755 4.11177 4.27165 5.12889L2.74441 8.69243C2.63648 8.94427 2.58251 9.0702 2.64179 9.1601C2.70107 9.25 2.83807 9.25 3.11207 9.25H8.13008C8.16461 9.25 8.21232 9.23687 8.26191 9.18934L10.8302 6.72773C11.4948 6.09076 12.5052 6.09076 13.1698 6.72773L15.7381 9.18934C15.7877 9.23687 15.8354 9.25 15.8699 9.25H20.8879C21.1619 9.25 21.2989 9.25 21.3582 9.1601C21.4175 9.0702 21.3635 8.94427 21.2556 8.69243L19.7284 5.12888C19.2924 4.11177 18.8487 3.31878 18.1107 2.83215C17.3727 2.34552 16.469 2.25 15.3624 2.25H8.63758ZM13 11C13 11.5523 12.5543 12 12.0045 12H11.9955C11.4457 12 11 11.5523 11 11C11 10.4477 11.4457 10 11.9955 10H12.0045C12.5543 10 13 10.4477 13 11ZM5.25 14C5.25 13.5858 5.58579 13.25 6 13.25H7C7.41421 13.25 7.75 13.5858 7.75 14C7.75 14.4142 7.41421 14.75 7 14.75H6C5.58579 14.75 5.25 14.4142 5.25 14ZM17 13.25C16.5858 13.25 16.25 13.5858 16.25 14C16.25 14.4142 16.5858 14.75 17 14.75H18C18.4142 14.75 18.75 14.4142 18.75 14C18.75 13.5858 18.4142 13.25 18 13.25H17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 21C1.25 20.5858 1.58579 20.25 2 20.25L22 20.25C22.4142 20.25 22.75 20.5858 22.75 21C22.75 21.4142 22.4142 21.75 22 21.75L2 21.75C1.58579 21.75 1.25 21.4142 1.25 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.75 11.15C21.75 10.9614 21.75 10.8672 21.6914 10.8086C21.6328 10.75 21.5386 10.75 21.35 10.75H15.8699C15.427 10.75 15.0131 10.5722 14.7002 10.2723L12.1318 7.81066C12.0511 7.73331 11.9489 7.73331 11.8682 7.81066L9.29983 10.2723C8.98693 10.5722 8.57296 10.75 8.13008 10.75H2.65C2.46144 10.75 2.36716 10.75 2.30858 10.8086C2.25 10.8672 2.25 10.9614 2.25 11.15L2.25 21C2.25 21.4142 2.58579 21.75 3 21.75H9.5C9.08579 21.75 8.75 21.4142 8.75 21V16.5C8.75 15.2574 9.75736 14.25 11 14.25H13C14.2426 14.25 15.25 15.2574 15.25 16.5V21C15.25 21.4142 14.9142 21.75 14.5 21.75L21 21.75C21.4142 21.75 21.75 21.4142 21.75 21V11.15ZM14.5 21.75H9.5C9.91421 21.75 10.25 21.4142 10.25 21V16.5C10.25 16.0858 10.5858 15.75 11 15.75H13C13.4142 15.75 13.75 16.0858 13.75 16.5V21C13.75 21.4142 14.0858 21.75 14.5 21.75ZM8.63758 2.25C7.531 2.25 6.62731 2.34552 5.88932 2.83215C5.15133 3.31878 4.70755 4.11177 4.27165 5.12889L2.74441 8.69243C2.63648 8.94427 2.58251 9.0702 2.64179 9.1601C2.70107 9.25 2.83807 9.25 3.11207 9.25H8.13008C8.16461 9.25 8.21232 9.23687 8.26191 9.18934L10.8302 6.72773C11.4948 6.09076 12.5052 6.09076 13.1698 6.72773L15.7381 9.18934C15.7877 9.23687 15.8354 9.25 15.8699 9.25H20.8879C21.1619 9.25 21.2989 9.25 21.3582 9.1601C21.4175 9.0702 21.3635 8.94427 21.2556 8.69243L19.7284 5.12888C19.2924 4.11177 18.8487 3.31878 18.1107 2.83215C17.3727 2.34552 16.469 2.25 15.3624 2.25H8.63758ZM13 11C13 11.5523 12.5543 12 12.0045 12H11.9955C11.4457 12 11 11.5523 11 11C11 10.4477 11.4457 10 11.9955 10H12.0045C12.5543 10 13 10.4477 13 11ZM5.25 14C5.25 13.5858 5.58579 13.25 6 13.25H7C7.41421 13.25 7.75 13.5858 7.75 14C7.75 14.4142 7.41421 14.75 7 14.75H6C5.58579 14.75 5.25 14.4142 5.25 14ZM17 13.25C16.5858 13.25 16.25 13.5858 16.25 14C16.25 14.4142 16.5858 14.75 17 14.75H18C18.4142 14.75 18.75 14.4142 18.75 14C18.75 13.5858 18.4142 13.25 18 13.25H17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-house-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 2.75C4.55228 2.75 5 3.19772 5 3.75V7.84836C5 8.40064 4.55228 8.84836 4 8.84836C3.44772 8.84836 3 8.40064 3 7.84836L3 3.75C3 3.19772 3.44772 2.75 4 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 17.4998C8 16.9476 7.55228 16.4998 7 16.4998C6.44772 16.4998 6 16.9476 6 17.4998V20.65C6 20.9328 6 21.0743 5.91213 21.1621C5.82426 21.25 5.68284 21.25 5.4 21.25H3C2.58579 21.25 2.25 20.9142 2.25 20.5V12.8856C2.25 12.7117 2.25 12.6248 2.29449 12.5698C2.33898 12.5148 2.43714 12.4938 2.63344 12.4518C3.09644 12.3528 3.53063 12.1023 3.85579 11.7083L6.97778 7.92594C7.10872 7.7673 7.17419 7.68798 7.26257 7.68377C7.35096 7.67955 7.42368 7.75228 7.56912 7.89773L11.0872 11.4162C11.1993 11.5296 11.365 11.6971 11.5798 11.8644C11.6662 11.9317 11.7094 11.9653 11.7297 12.0069C11.75 12.0484 11.75 12.0989 11.75 12.1998L11.75 20.5C11.75 20.9142 11.4142 21.25 11 21.25H8.6C8.31716 21.25 8.17574 21.25 8.08787 21.1621C8 21.0743 8 20.9328 8 20.65V17.4998ZM8.00781 12.4998C8.00781 13.0521 7.5621 13.4998 7.01228 13.4998H7.00334C6.45353 13.4998 6.00781 13.0521 6.00781 12.4998C6.00781 11.9476 6.45353 11.4998 7.00334 11.4998H7.01228C7.5621 11.4998 8.00781 11.9476 8.00781 12.4998Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0602 12.5493C13.1206 12.4905 13.2324 12.4933 13.4562 12.4989C13.5511 12.5012 13.635 12.5008 13.7044 12.5004L21.3512 12.5C21.5385 12.5 21.6321 12.5 21.6907 12.5585C21.7492 12.617 21.7494 12.7102 21.7497 12.8967C21.7498 12.9995 21.7498 13.1045 21.7498 13.2117L21.7498 20.5C21.7498 20.9142 21.414 21.25 20.9998 21.25H13.4479C13.1977 21.25 13.0726 21.25 13.0131 21.1852C12.9537 21.1203 12.9666 20.9719 12.9923 20.675C12.9973 20.6174 12.9998 20.559 12.9998 20.5V12.9217C12.9998 12.7127 12.9998 12.6082 13.0602 12.5493ZM18 16.25C18.4142 16.25 18.75 15.9142 18.75 15.5C18.75 15.0858 18.4142 14.75 18 14.75L16 14.75C15.5858 14.75 15.25 15.0858 15.25 15.5C15.25 15.9142 15.5858 16.25 16 16.25L18 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.2297 4.00982C16.672 3.74859 16.0493 3.74925 15.2633 3.75009L7.00002 3.75019C6.9932 3.75019 6.9864 3.75028 6.97961 3.75047C6.9338 3.75171 6.9109 3.75233 6.90651 3.75232C6.90213 3.75231 6.88506 3.75177 6.85091 3.7507C6.57514 3.74204 6.29839 3.85701 6.10807 4.08759L1.46524 9.71256C1.13694 10.1103 1.19017 10.7015 1.58414 11.0329C1.9781 11.3644 2.56362 11.3107 2.89193 10.9129L6.74932 6.23952C6.94572 6.00157 7.04392 5.88259 7.1765 5.87627C7.30908 5.86994 7.41816 5.97903 7.63633 6.1972L11.9404 10.5015C12.17 10.7324 12.4178 10.9817 12.7445 11.117C13.0712 11.2523 13.4227 11.2513 13.7484 11.2503L22 11.2502C22.291 11.2502 22.5558 11.0818 22.6792 10.8183C22.8026 10.5548 22.7625 10.2436 22.5762 10.0201L18.6881 5.35419C18.1855 4.74979 17.7874 4.27105 17.2297 4.00982Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 2.75C4.55228 2.75 5 3.19772 5 3.75V7.84836C5 8.40064 4.55228 8.84836 4 8.84836C3.44772 8.84836 3 8.40064 3 7.84836L3 3.75C3 3.19772 3.44772 2.75 4 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 17.4998C8 16.9476 7.55228 16.4998 7 16.4998C6.44772 16.4998 6 16.9476 6 17.4998V20.65C6 20.9328 6 21.0743 5.91213 21.1621C5.82426 21.25 5.68284 21.25 5.4 21.25H3C2.58579 21.25 2.25 20.9142 2.25 20.5V12.8856C2.25 12.7117 2.25 12.6248 2.29449 12.5698C2.33898 12.5148 2.43714 12.4938 2.63344 12.4518C3.09644 12.3528 3.53063 12.1023 3.85579 11.7083L6.97778 7.92594C7.10872 7.7673 7.17419 7.68798 7.26257 7.68377C7.35096 7.67955 7.42368 7.75228 7.56912 7.89773L11.0872 11.4162C11.1993 11.5296 11.365 11.6971 11.5798 11.8644C11.6662 11.9317 11.7094 11.9653 11.7297 12.0069C11.75 12.0484 11.75 12.0989 11.75 12.1998L11.75 20.5C11.75 20.9142 11.4142 21.25 11 21.25H8.6C8.31716 21.25 8.17574 21.25 8.08787 21.1621C8 21.0743 8 20.9328 8 20.65V17.4998ZM8.00781 12.4998C8.00781 13.0521 7.5621 13.4998 7.01228 13.4998H7.00334C6.45353 13.4998 6.00781 13.0521 6.00781 12.4998C6.00781 11.9476 6.45353 11.4998 7.00334 11.4998H7.01228C7.5621 11.4998 8.00781 11.9476 8.00781 12.4998Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0602 12.5493C13.1206 12.4905 13.2324 12.4933 13.4562 12.4989C13.5511 12.5012 13.635 12.5008 13.7044 12.5004L21.3512 12.5C21.5385 12.5 21.6321 12.5 21.6907 12.5585C21.7492 12.617 21.7494 12.7102 21.7497 12.8967C21.7498 12.9995 21.7498 13.1045 21.7498 13.2117L21.7498 20.5C21.7498 20.9142 21.414 21.25 20.9998 21.25H13.4479C13.1977 21.25 13.0726 21.25 13.0131 21.1852C12.9537 21.1203 12.9666 20.9719 12.9923 20.675C12.9973 20.6174 12.9998 20.559 12.9998 20.5V12.9217C12.9998 12.7127 12.9998 12.6082 13.0602 12.5493ZM18 16.25C18.4142 16.25 18.75 15.9142 18.75 15.5C18.75 15.0858 18.4142 14.75 18 14.75L16 14.75C15.5858 14.75 15.25 15.0858 15.25 15.5C15.25 15.9142 15.5858 16.25 16 16.25L18 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.2297 4.00982C16.672 3.74859 16.0493 3.74925 15.2633 3.75009L7.00002 3.75019C6.9932 3.75019 6.9864 3.75028 6.97961 3.75047C6.9338 3.75171 6.9109 3.75233 6.90651 3.75232C6.90213 3.75231 6.88506 3.75177 6.85091 3.7507C6.57514 3.74204 6.29839 3.85701 6.10807 4.08759L1.46524 9.71256C1.13694 10.1103 1.19017 10.7015 1.58414 11.0329C1.9781 11.3644 2.56362 11.3107 2.89193 10.9129L6.74932 6.23952C6.94572 6.00157 7.04392 5.88259 7.1765 5.87627C7.30908 5.86994 7.41816 5.97903 7.63633 6.1972L11.9404 10.5015C12.17 10.7324 12.4178 10.9817 12.7445 11.117C13.0712 11.2523 13.4227 11.2513 13.7484 11.2503L22 11.2502C22.291 11.2502 22.5558 11.0818 22.6792 10.8183C22.8026 10.5548 22.7625 10.2436 22.5762 10.0201L18.6881 5.35419C18.1855 4.74979 17.7874 4.27105 17.2297 4.00982Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-house-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.83934 10.6358C2.21734 10.1318 2.79679 9.75 3.5 9.75C4.20321 9.75 4.78266 10.1318 5.16066 10.6358C5.53849 11.1396 5.75 11.8011 5.75 12.5C5.75 13.1989 5.53849 13.8604 5.16066 14.3642C4.92761 14.6749 4.61799 14.9392 4.25 15.0962V20.5C4.25 20.9142 3.91421 21.25 3.5 21.25C3.08579 21.25 2.75 20.9142 2.75 20.5V15.0962C2.38201 14.9392 2.07239 14.6749 1.83934 14.3642C1.46151 13.8604 1.25 13.1989 1.25 12.5C1.25 11.8011 1.46151 11.1396 1.83934 10.6358Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 20.5C1.25 20.0858 1.58579 19.75 2 19.75H22C22.4142 19.75 22.75 20.0858 22.75 20.5C22.75 20.9142 22.4142 21.25 22 21.25H2C1.58579 21.25 1.25 20.9142 1.25 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 13.75H15L15.0448 13.75H15.0448C15.4776 13.75 15.8744 13.7499 16.1972 13.7933C16.5527 13.8411 16.9284 13.9535 17.2374 14.2626C17.5465 14.5716 17.6589 14.9473 17.7067 15.3028C17.7501 15.6256 17.7501 16.0224 17.75 16.4552V16.4552V16.4553V16.4553C17.7499 17.3574 17.7499 18.2596 17.75 19.1618L17.75 20.5C17.75 20.9131 17.416 21.2482 17.0033 21.25H20.5C20.9142 21.25 21.25 20.9142 21.25 20.5V9.83553L21.5002 10.0591C21.809 10.3352 22.2831 10.3087 22.5592 9.99986C22.8352 9.69105 22.8087 9.21692 22.4999 8.94085L17.6927 4.64341C17.0768 4.09279 16.5612 3.63184 16.099 3.3151C15.6091 2.97945 15.1024 2.75 14.5 2.75C13.8976 2.75 13.3909 2.97945 12.901 3.3151C12.4388 3.63184 11.9232 4.09278 11.3073 4.6434L6.50015 8.94086C6.19134 9.21692 6.1648 9.69105 6.44086 9.99986C6.71692 10.3087 7.19106 10.3352 7.49986 10.0591L7.75001 9.83553L7.75001 20.5C7.75001 20.9142 8.08579 21.25 8.50001 21.25H11.9967C11.584 21.2482 11.25 20.9131 11.25 20.5L11.25 19.1628L11.25 16.455C11.25 16.0223 11.2499 15.6255 11.2933 15.3027C11.3411 14.9473 11.4536 14.5716 11.7626 14.2626C12.0716 13.9535 12.4473 13.8411 12.8028 13.7933C13.1256 13.7499 13.5224 13.75 13.9552 13.75H13.9553L14 13.75ZM16.25 20.5C16.25 20.9131 16.584 21.2482 16.9967 21.25H12.0033C12.416 21.2482 12.75 20.9131 12.75 20.5V16.4997C12.75 16.0072 12.7516 15.7133 12.7799 15.5026C12.8015 15.3422 12.8344 15.3026 13.0027 15.2799C13.2134 15.2516 13.5074 15.25 14 15.25H15C15.4926 15.25 15.7866 15.2516 15.9973 15.2799C16.1657 15.3026 16.1985 15.3422 16.2201 15.5027C16.2484 15.7134 16.25 16.0074 16.25 16.5V20.5ZM13.5 6.75C13.0858 6.75 12.75 7.08579 12.75 7.5C12.75 7.91421 13.0858 8.25 13.5 8.25L15.5 8.25C15.9142 8.25 16.25 7.91421 16.25 7.5C16.25 7.08579 15.9142 6.75 15.5 6.75L13.5 6.75ZM13.5 9.75C13.0858 9.75 12.75 10.0858 12.75 10.5C12.75 10.9142 13.0858 11.25 13.5 11.25L15.5 11.25C15.9142 11.25 16.25 10.9142 16.25 10.5C16.25 10.0858 15.9142 9.75 15.5 9.75L13.5 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.83934 10.6358C2.21734 10.1318 2.79679 9.75 3.5 9.75C4.20321 9.75 4.78266 10.1318 5.16066 10.6358C5.53849 11.1396 5.75 11.8011 5.75 12.5C5.75 13.1989 5.53849 13.8604 5.16066 14.3642C4.92761 14.6749 4.61799 14.9392 4.25 15.0962V20.5C4.25 20.9142 3.91421 21.25 3.5 21.25C3.08579 21.25 2.75 20.9142 2.75 20.5V15.0962C2.38201 14.9392 2.07239 14.6749 1.83934 14.3642C1.46151 13.8604 1.25 13.1989 1.25 12.5C1.25 11.8011 1.46151 11.1396 1.83934 10.6358Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 20.5C1.25 20.0858 1.58579 19.75 2 19.75H22C22.4142 19.75 22.75 20.0858 22.75 20.5C22.75 20.9142 22.4142 21.25 22 21.25H2C1.58579 21.25 1.25 20.9142 1.25 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 13.75H15L15.0448 13.75H15.0448C15.4776 13.75 15.8744 13.7499 16.1972 13.7933C16.5527 13.8411 16.9284 13.9535 17.2374 14.2626C17.5465 14.5716 17.6589 14.9473 17.7067 15.3028C17.7501 15.6256 17.7501 16.0224 17.75 16.4552V16.4552V16.4553V16.4553C17.7499 17.3574 17.7499 18.2596 17.75 19.1618L17.75 20.5C17.75 20.9131 17.416 21.2482 17.0033 21.25H20.5C20.9142 21.25 21.25 20.9142 21.25 20.5V9.83553L21.5002 10.0591C21.809 10.3352 22.2831 10.3087 22.5592 9.99986C22.8352 9.69105 22.8087 9.21692 22.4999 8.94085L17.6927 4.64341C17.0768 4.09279 16.5612 3.63184 16.099 3.3151C15.6091 2.97945 15.1024 2.75 14.5 2.75C13.8976 2.75 13.3909 2.97945 12.901 3.3151C12.4388 3.63184 11.9232 4.09278 11.3073 4.6434L6.50015 8.94086C6.19134 9.21692 6.1648 9.69105 6.44086 9.99986C6.71692 10.3087 7.19106 10.3352 7.49986 10.0591L7.75001 9.83553L7.75001 20.5C7.75001 20.9142 8.08579 21.25 8.50001 21.25H11.9967C11.584 21.2482 11.25 20.9131 11.25 20.5L11.25 19.1628L11.25 16.455C11.25 16.0223 11.2499 15.6255 11.2933 15.3027C11.3411 14.9473 11.4536 14.5716 11.7626 14.2626C12.0716 13.9535 12.4473 13.8411 12.8028 13.7933C13.1256 13.7499 13.5224 13.75 13.9552 13.75H13.9553L14 13.75ZM16.25 20.5C16.25 20.9131 16.584 21.2482 16.9967 21.25H12.0033C12.416 21.2482 12.75 20.9131 12.75 20.5V16.4997C12.75 16.0072 12.7516 15.7133 12.7799 15.5026C12.8015 15.3422 12.8344 15.3026 13.0027 15.2799C13.2134 15.2516 13.5074 15.25 14 15.25H15C15.4926 15.25 15.7866 15.2516 15.9973 15.2799C16.1657 15.3026 16.1985 15.3422 16.2201 15.5027C16.2484 15.7134 16.25 16.0074 16.25 16.5V20.5ZM13.5 6.75C13.0858 6.75 12.75 7.08579 12.75 7.5C12.75 7.91421 13.0858 8.25 13.5 8.25L15.5 8.25C15.9142 8.25 16.25 7.91421 16.25 7.5C16.25 7.08579 15.9142 6.75 15.5 6.75L13.5 6.75ZM13.5 9.75C13.0858 9.75 12.75 10.0858 12.75 10.5C12.75 10.9142 13.0858 11.25 13.5 11.25L15.5 11.25C15.9142 11.25 16.25 10.9142 16.25 10.5C16.25 10.0858 15.9142 9.75 15.5 9.75L13.5 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-house-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.8916 1.64781C12.2215 1.34733 12.6484 1.22173 13.1176 1.25529C13.4601 1.27979 13.7512 1.44497 13.976 1.59305L21.9002 7.74429C22.1786 7.96138 22.4023 8.22283 22.5505 8.54497C22.6971 8.86362 22.75 9.19874 22.75 9.53599C22.75 10.0941 22.6355 10.6702 22.2552 11.1117C21.8558 11.5754 21.2867 11.7511 20.6848 11.7511H3.14677C2.57842 11.7511 2.07605 11.5332 1.72679 11.1243C1.38993 10.73 1.25 10.2236 1.25 9.72364C1.25 8.88951 1.66756 8.09351 2.57953 7.78874L10.6925 5.0775C11.0226 4.9672 11.1124 4.86067 11.1489 4.80151C11.1984 4.72112 11.2482 4.40287 11.2482 4.02705V4.02704C11.2429 3.675 11.2339 3.08908 11.3597 2.59455C11.4372 2.29008 11.585 1.92708 11.8916 1.64781Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21.75C2 21.1977 2.44772 20.75 3 20.75H21C21.5523 20.75 22 21.1977 22 21.75C22 22.3023 21.5523 22.75 21 22.75H3C2.44772 22.75 2 22.3023 2 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 22.7499C20.4142 22.7499 20.75 22.4141 20.75 21.9999V13.6C20.75 13.3172 20.75 13.1757 20.6621 13.0879C20.5743 13 20.4328 13 20.15 13L3.85 13C3.56716 13 3.42574 13 3.33787 13.0879C3.25 13.1757 3.25 13.3172 3.25 13.6L3.25 21.9999C3.25 22.4141 3.58579 22.7499 4 22.7499L20 22.7499ZM12.4477 16.25H11.5523C11.217 16.2499 10.8788 16.2498 10.5979 16.297C10.2619 16.3535 9.91588 16.4904 9.64867 16.8244C9.40076 17.1343 9.31902 17.4932 9.28359 17.8225C9.24995 18.1353 9.24997 18.5232 9.25 18.9619V18.9619V18.9619V18.9619L9.25 21.6C9.25 21.7886 9.25 21.8829 9.30858 21.9414C9.36716 22 9.46144 22 9.65 22H10.35C10.5386 22 10.6328 22 10.6914 21.9414C10.75 21.8829 10.75 21.7886 10.75 21.6V19C10.75 18.5116 10.751 18.2057 10.775 17.983C10.7908 17.8356 10.8745 17.7708 11.0145 17.7623C11.156 17.7537 11.3463 17.75 11.6 17.75H12.4C12.6538 17.75 12.8442 17.7537 12.9857 17.7623C13.1246 17.7707 13.2092 17.8356 13.225 17.983C13.249 18.2057 13.25 18.5116 13.25 19V21.6C13.25 21.7886 13.25 21.8829 13.3086 21.9414C13.3672 22 13.4614 22 13.65 22H14.35C14.5386 22 14.6328 22 14.6914 21.9414C14.75 21.8829 14.75 21.7886 14.75 21.6L14.75 18.9619V18.9618V18.9618V18.9618C14.75 18.5232 14.7501 18.1353 14.7164 17.8225C14.681 17.4932 14.5992 17.1343 14.3513 16.8244C14.0841 16.4904 13.7381 16.3535 13.4021 16.297C13.1212 16.2498 12.783 16.2499 12.4477 16.25ZM5.25 16C5.25 15.5858 5.58579 15.25 6 15.25H7C7.41421 15.25 7.75 15.5858 7.75 16C7.75 16.4142 7.41421 16.75 7 16.75H6C5.58579 16.75 5.25 16.4142 5.25 16ZM18 16.75C18.4142 16.75 18.75 16.4142 18.75 16C18.75 15.5858 18.4142 15.25 18 15.25H17C16.5858 15.25 16.25 15.5858 16.25 16C16.25 16.4142 16.5858 16.75 17 16.75H18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 2C5.55228 2 6 2.44772 6 3V7.5C6 8.05228 5.55228 8.5 5 8.5C4.44772 8.5 4 8.05228 4 7.5V3C4 2.44772 4.44772 2 5 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.8916 1.64781C12.2215 1.34733 12.6484 1.22173 13.1176 1.25529C13.4601 1.27979 13.7512 1.44497 13.976 1.59305L21.9002 7.74429C22.1786 7.96138 22.4023 8.22283 22.5505 8.54497C22.6971 8.86362 22.75 9.19874 22.75 9.53599C22.75 10.0941 22.6355 10.6702 22.2552 11.1117C21.8558 11.5754 21.2867 11.7511 20.6848 11.7511H3.14677C2.57842 11.7511 2.07605 11.5332 1.72679 11.1243C1.38993 10.73 1.25 10.2236 1.25 9.72364C1.25 8.88951 1.66756 8.09351 2.57953 7.78874L10.6925 5.0775C11.0226 4.9672 11.1124 4.86067 11.1489 4.80151C11.1984 4.72112 11.2482 4.40287 11.2482 4.02705V4.02704C11.2429 3.675 11.2339 3.08908 11.3597 2.59455C11.4372 2.29008 11.585 1.92708 11.8916 1.64781Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21.75C2 21.1977 2.44772 20.75 3 20.75H21C21.5523 20.75 22 21.1977 22 21.75C22 22.3023 21.5523 22.75 21 22.75H3C2.44772 22.75 2 22.3023 2 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 22.7499C20.4142 22.7499 20.75 22.4141 20.75 21.9999V13.6C20.75 13.3172 20.75 13.1757 20.6621 13.0879C20.5743 13 20.4328 13 20.15 13L3.85 13C3.56716 13 3.42574 13 3.33787 13.0879C3.25 13.1757 3.25 13.3172 3.25 13.6L3.25 21.9999C3.25 22.4141 3.58579 22.7499 4 22.7499L20 22.7499ZM12.4477 16.25H11.5523C11.217 16.2499 10.8788 16.2498 10.5979 16.297C10.2619 16.3535 9.91588 16.4904 9.64867 16.8244C9.40076 17.1343 9.31902 17.4932 9.28359 17.8225C9.24995 18.1353 9.24997 18.5232 9.25 18.9619V18.9619V18.9619V18.9619L9.25 21.6C9.25 21.7886 9.25 21.8829 9.30858 21.9414C9.36716 22 9.46144 22 9.65 22H10.35C10.5386 22 10.6328 22 10.6914 21.9414C10.75 21.8829 10.75 21.7886 10.75 21.6V19C10.75 18.5116 10.751 18.2057 10.775 17.983C10.7908 17.8356 10.8745 17.7708 11.0145 17.7623C11.156 17.7537 11.3463 17.75 11.6 17.75H12.4C12.6538 17.75 12.8442 17.7537 12.9857 17.7623C13.1246 17.7707 13.2092 17.8356 13.225 17.983C13.249 18.2057 13.25 18.5116 13.25 19V21.6C13.25 21.7886 13.25 21.8829 13.3086 21.9414C13.3672 22 13.4614 22 13.65 22H14.35C14.5386 22 14.6328 22 14.6914 21.9414C14.75 21.8829 14.75 21.7886 14.75 21.6L14.75 18.9619V18.9618V18.9618V18.9618C14.75 18.5232 14.7501 18.1353 14.7164 17.8225C14.681 17.4932 14.5992 17.1343 14.3513 16.8244C14.0841 16.4904 13.7381 16.3535 13.4021 16.297C13.1212 16.2498 12.783 16.2499 12.4477 16.25ZM5.25 16C5.25 15.5858 5.58579 15.25 6 15.25H7C7.41421 15.25 7.75 15.5858 7.75 16C7.75 16.4142 7.41421 16.75 7 16.75H6C5.58579 16.75 5.25 16.4142 5.25 16ZM18 16.75C18.4142 16.75 18.75 16.4142 18.75 16C18.75 15.5858 18.4142 15.25 18 15.25H17C16.5858 15.25 16.25 15.5858 16.25 16C16.25 16.4142 16.5858 16.75 17 16.75H18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 2C5.55228 2 6 2.44772 6 3V7.5C6 8.05228 5.55228 8.5 5 8.5C4.44772 8.5 4 8.05228 4 7.5V3C4 2.44772 4.44772 2 5 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-hut{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4135 18.8516C10.4943 18.4585 10.5423 18.2322 10.5966 18.0725C10.6574 17.8939 10.796 17.8719 10.9602 17.8459C10.9889 17.8413 11.0183 17.8367 11.0483 17.831C11.3138 17.781 11.6451 17.7518 11.9887 17.7499C12.3324 17.748 12.6648 17.7735 12.9332 17.8224C12.9503 17.8255 12.9677 17.8285 12.9852 17.8315C13.1571 17.861 13.3431 17.8929 13.4042 18.0725C13.4585 18.2322 13.5065 18.4585 13.5873 18.8516L14.2658 22.1509C14.3355 22.49 14.6241 22.7283 14.9539 22.7485H9.04684C9.37668 22.7283 9.66527 22.49 9.73502 22.1509L10.4135 18.8516ZM8.95544 22.7485C8.92028 22.7464 8.88484 22.7417 8.84933 22.7344C8.4436 22.651 8.18233 22.2544 8.26576 21.8487L8.94421 18.5495L8.95211 18.5111L8.95211 18.5111C9.0222 18.17 9.08811 17.8492 9.17654 17.5893C9.27548 17.2985 9.42752 17.003 9.71864 16.7709C10.0158 16.534 10.4338 16.4204 10.7704 16.357C11.1425 16.2868 11.5662 16.2522 11.9803 16.2499C12.3943 16.2476 12.8222 16.2775 13.202 16.3466C13.55 16.41 13.9748 16.5258 14.2821 16.7709C14.5733 17.003 14.7253 17.2985 14.8243 17.5893C14.9127 17.8492 14.9786 18.17 15.0487 18.511L15.0487 18.5111L15.0566 18.5495L15.735 21.8487C15.8185 22.2544 15.5572 22.651 15.1515 22.7344C15.1159 22.7417 15.0805 22.7464 15.0453 22.7485L20.0002 22.7485C20.2249 22.7485 20.4378 22.6478 20.5803 22.474C20.7227 22.3003 20.7798 22.0718 20.7357 21.8514L19.2571 14.4587C19.211 14.2278 19.1879 14.1123 19.1049 14.0443C19.022 13.9763 18.9043 13.9763 18.6688 13.9763H18.6688L5.33171 13.9764C5.09625 13.9764 4.97852 13.9764 4.89558 14.0444C4.81263 14.1124 4.78954 14.2278 4.74336 14.4587L3.26482 21.8514C3.22075 22.0718 3.27779 22.3003 3.42024 22.474C3.5627 22.6478 3.77556 22.7485 4.00025 22.7485H8.95544Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.7502 9C12.7502 8.58579 12.4145 8.25 12.0002 8.25C11.586 8.25 11.2502 8.58579 11.2502 9V12.15C11.2502 12.4329 11.2502 12.5743 11.1624 12.6622C11.0745 12.75 10.9331 12.75 10.6502 12.75H9.35024C9.0674 12.75 8.92598 12.75 8.83811 12.6622C8.75024 12.5743 8.75024 12.4329 8.75024 12.15V10.5C8.75024 10.0858 8.41446 9.75 8.00024 9.75C7.58603 9.75 7.25024 10.0858 7.25024 10.5V12.2139C7.25024 12.4352 7.25024 12.5458 7.19474 12.6239C7.1753 12.6512 7.15142 12.6751 7.12409 12.6945C7.04603 12.75 6.9354 12.75 6.71414 12.75C5.59706 12.7501 4.67857 12.7501 4.01393 12.6595C3.39197 12.5748 2.59897 12.364 2.32653 11.5762C2.05609 10.7942 2.53954 10.1347 2.97205 9.67551C3.43458 9.18442 4.15119 8.60297 5.02427 7.89456L10.2355 3.66594C10.5009 3.4506 10.6336 3.34293 10.6336 3.20002C10.6336 3.05712 10.5009 2.94945 10.2355 2.73411L10.0486 2.58241C9.72695 2.32142 9.67778 1.8491 9.93878 1.52745C10.1998 1.20581 10.6721 1.15664 10.9937 1.41764L11.622 1.92741C11.8031 2.07436 11.8936 2.14783 12 2.14783C12.1064 2.14783 12.197 2.07436 12.3781 1.9274L13.0063 1.41764C13.328 1.15664 13.8003 1.20581 14.0613 1.52745C14.3223 1.8491 14.2731 2.32142 13.9515 2.58241L13.7645 2.73411C13.4991 2.94945 13.3664 3.05712 13.3664 3.20002C13.3664 3.34293 13.4991 3.4506 13.7645 3.66594L18.9758 7.89454C19.8489 8.60296 20.5655 9.18442 21.028 9.67551C21.4605 10.1347 21.944 10.7942 21.6735 11.5762C21.4011 12.364 20.6081 12.5748 19.9861 12.6595C19.3215 12.7501 18.4031 12.7501 17.286 12.75C17.0651 12.75 16.9546 12.75 16.8766 12.6947C16.8491 12.6752 16.8251 12.6511 16.8056 12.6236C16.7502 12.5457 16.7502 12.4352 16.7502 12.2143V10.5C16.7502 10.0858 16.4145 9.75 16.0002 9.75C15.586 9.75 15.2502 10.0858 15.2502 10.5V12.15C15.2502 12.4329 15.2502 12.5743 15.1624 12.6622C15.0745 12.75 14.9331 12.75 14.6502 12.75H13.3502C13.0674 12.75 12.926 12.75 12.8381 12.6622C12.7502 12.5743 12.7502 12.4329 12.7502 12.15V9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25024 21.75C1.25024 21.1977 1.68778 20.75 2.22752 20.75H21.773C22.3127 20.75 22.7502 21.1977 22.7502 21.75C22.7502 22.3023 22.3127 22.75 21.773 22.75H2.22752C1.68778 22.75 1.25024 22.3023 1.25024 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4135 18.8516C10.4943 18.4585 10.5423 18.2322 10.5966 18.0725C10.6574 17.8939 10.796 17.8719 10.9602 17.8459C10.9889 17.8413 11.0183 17.8367 11.0483 17.831C11.3138 17.781 11.6451 17.7518 11.9887 17.7499C12.3324 17.748 12.6648 17.7735 12.9332 17.8224C12.9503 17.8255 12.9677 17.8285 12.9852 17.8315C13.1571 17.861 13.3431 17.8929 13.4042 18.0725C13.4585 18.2322 13.5065 18.4585 13.5873 18.8516L14.2658 22.1509C14.3355 22.49 14.6241 22.7283 14.9539 22.7485H9.04684C9.37668 22.7283 9.66527 22.49 9.73502 22.1509L10.4135 18.8516ZM8.95544 22.7485C8.92028 22.7464 8.88484 22.7417 8.84933 22.7344C8.4436 22.651 8.18233 22.2544 8.26576 21.8487L8.94421 18.5495L8.95211 18.5111L8.95211 18.5111C9.0222 18.17 9.08811 17.8492 9.17654 17.5893C9.27548 17.2985 9.42752 17.003 9.71864 16.7709C10.0158 16.534 10.4338 16.4204 10.7704 16.357C11.1425 16.2868 11.5662 16.2522 11.9803 16.2499C12.3943 16.2476 12.8222 16.2775 13.202 16.3466C13.55 16.41 13.9748 16.5258 14.2821 16.7709C14.5733 17.003 14.7253 17.2985 14.8243 17.5893C14.9127 17.8492 14.9786 18.17 15.0487 18.511L15.0487 18.5111L15.0566 18.5495L15.735 21.8487C15.8185 22.2544 15.5572 22.651 15.1515 22.7344C15.1159 22.7417 15.0805 22.7464 15.0453 22.7485L20.0002 22.7485C20.2249 22.7485 20.4378 22.6478 20.5803 22.474C20.7227 22.3003 20.7798 22.0718 20.7357 21.8514L19.2571 14.4587C19.211 14.2278 19.1879 14.1123 19.1049 14.0443C19.022 13.9763 18.9043 13.9763 18.6688 13.9763H18.6688L5.33171 13.9764C5.09625 13.9764 4.97852 13.9764 4.89558 14.0444C4.81263 14.1124 4.78954 14.2278 4.74336 14.4587L3.26482 21.8514C3.22075 22.0718 3.27779 22.3003 3.42024 22.474C3.5627 22.6478 3.77556 22.7485 4.00025 22.7485H8.95544Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.7502 9C12.7502 8.58579 12.4145 8.25 12.0002 8.25C11.586 8.25 11.2502 8.58579 11.2502 9V12.15C11.2502 12.4329 11.2502 12.5743 11.1624 12.6622C11.0745 12.75 10.9331 12.75 10.6502 12.75H9.35024C9.0674 12.75 8.92598 12.75 8.83811 12.6622C8.75024 12.5743 8.75024 12.4329 8.75024 12.15V10.5C8.75024 10.0858 8.41446 9.75 8.00024 9.75C7.58603 9.75 7.25024 10.0858 7.25024 10.5V12.2139C7.25024 12.4352 7.25024 12.5458 7.19474 12.6239C7.1753 12.6512 7.15142 12.6751 7.12409 12.6945C7.04603 12.75 6.9354 12.75 6.71414 12.75C5.59706 12.7501 4.67857 12.7501 4.01393 12.6595C3.39197 12.5748 2.59897 12.364 2.32653 11.5762C2.05609 10.7942 2.53954 10.1347 2.97205 9.67551C3.43458 9.18442 4.15119 8.60297 5.02427 7.89456L10.2355 3.66594C10.5009 3.4506 10.6336 3.34293 10.6336 3.20002C10.6336 3.05712 10.5009 2.94945 10.2355 2.73411L10.0486 2.58241C9.72695 2.32142 9.67778 1.8491 9.93878 1.52745C10.1998 1.20581 10.6721 1.15664 10.9937 1.41764L11.622 1.92741C11.8031 2.07436 11.8936 2.14783 12 2.14783C12.1064 2.14783 12.197 2.07436 12.3781 1.9274L13.0063 1.41764C13.328 1.15664 13.8003 1.20581 14.0613 1.52745C14.3223 1.8491 14.2731 2.32142 13.9515 2.58241L13.7645 2.73411C13.4991 2.94945 13.3664 3.05712 13.3664 3.20002C13.3664 3.34293 13.4991 3.4506 13.7645 3.66594L18.9758 7.89454C19.8489 8.60296 20.5655 9.18442 21.028 9.67551C21.4605 10.1347 21.944 10.7942 21.6735 11.5762C21.4011 12.364 20.6081 12.5748 19.9861 12.6595C19.3215 12.7501 18.4031 12.7501 17.286 12.75C17.0651 12.75 16.9546 12.75 16.8766 12.6947C16.8491 12.6752 16.8251 12.6511 16.8056 12.6236C16.7502 12.5457 16.7502 12.4352 16.7502 12.2143V10.5C16.7502 10.0858 16.4145 9.75 16.0002 9.75C15.586 9.75 15.2502 10.0858 15.2502 10.5V12.15C15.2502 12.4329 15.2502 12.5743 15.1624 12.6622C15.0745 12.75 14.9331 12.75 14.6502 12.75H13.3502C13.0674 12.75 12.926 12.75 12.8381 12.6622C12.7502 12.5743 12.7502 12.4329 12.7502 12.15V9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25024 21.75C1.25024 21.1977 1.68778 20.75 2.22752 20.75H21.773C22.3127 20.75 22.7502 21.1977 22.7502 21.75C22.7502 22.3023 22.3127 22.75 21.773 22.75H2.22752C1.68778 22.75 1.25024 22.3023 1.25024 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-india-gate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 21.75C1.25 21.1977 1.68754 20.75 2.22727 20.75H21.7727C22.3125 20.75 22.75 21.1977 22.75 21.75C22.75 22.3023 22.3125 22.75 21.7727 22.75H2.22727C1.68754 22.75 1.25 22.3023 1.25 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 5C2.44772 5 2 5.44772 2 6C2 6.55228 2.44772 7 3 7L21 7C21.5523 7 22 6.55228 22 6C22 5.44772 21.5523 5 21 5H20.499C20.496 4.43949 20.4839 3.82563 20.4362 3.47085C20.3663 2.95149 20.2042 2.41868 19.7678 1.98224C19.3313 1.5458 18.7985 1.38367 18.2792 1.31384C17.8034 1.24989 17.2157 1.24994 16.5616 1.25L7.43839 1.25C6.78427 1.24994 6.19655 1.24989 5.72084 1.31384C5.20149 1.38367 4.66867 1.5458 4.23223 1.98224C3.79579 2.41868 3.63366 2.95149 3.56383 3.47085C3.51614 3.82563 3.50404 4.43949 3.501 5H3ZM5.501 5C5.50362 4.46379 5.51301 3.98275 5.546 3.73735C5.58457 3.4505 5.63942 3.40261 5.64592 3.39693L5.64692 3.39593C5.6526 3.38942 5.70049 3.33457 5.98734 3.29601C6.31369 3.25213 6.76462 3.25001 7.5 3.25001L16.5 3.25001C17.2354 3.25001 17.6863 3.25213 18.0127 3.29601C18.2995 3.33457 18.3474 3.38942 18.3531 3.39593L18.3541 3.39692C18.3606 3.40261 18.4154 3.4505 18.454 3.73735C18.4853 3.97025 18.498 4.46721 18.5026 5L5.501 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 5.25C3.80109 5.25 3.61032 5.32902 3.46967 5.46967C3.32902 5.61032 3.25 5.80109 3.25 6L3.25 8.4C3.25 8.68284 3.25 8.82426 3.33787 8.91213C3.42574 9 3.56716 9 3.85 9H5C5.55228 9 6 9.44772 6 10C6 10.5523 5.55228 11 5 11H3.85C3.56716 11 3.42574 11 3.33787 11.0879C3.25 11.1757 3.25 11.3172 3.25 11.6L3.25 22C3.25 22.4142 3.58579 22.75 4 22.75L20 22.75C20.1989 22.75 20.3897 22.671 20.5303 22.5303C20.671 22.3897 20.75 22.1989 20.75 22L20.75 11.6C20.75 11.3172 20.75 11.1757 20.6621 11.0879C20.5743 11 20.4328 11 20.15 11H19C18.4477 11 18 10.5523 18 10C18 9.44771 18.4477 9 19 9H20.15C20.4328 9 20.5743 9 20.6621 8.91213C20.75 8.82426 20.75 8.68284 20.75 8.4L20.75 6C20.75 5.58579 20.4142 5.25 20 5.25L4 5.25ZM12 15C10.9756 15 10 15.9338 10 17.2727V22H8V17.2727C8 14.9967 9.71073 13 12 13C14.2893 13 16 14.9967 16 17.2727V22H14V17.2727C14 15.9338 13.0244 15 12 15ZM11.5 9C10.9477 9 10.5 9.44771 10.5 10C10.5 10.5523 10.9477 11 11.5 11H12.5C13.0523 11 13.5 10.5523 13.5 10C13.5 9.44772 13.0523 9 12.5 9H11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 21.75C1.25 21.1977 1.68754 20.75 2.22727 20.75H21.7727C22.3125 20.75 22.75 21.1977 22.75 21.75C22.75 22.3023 22.3125 22.75 21.7727 22.75H2.22727C1.68754 22.75 1.25 22.3023 1.25 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 5C2.44772 5 2 5.44772 2 6C2 6.55228 2.44772 7 3 7L21 7C21.5523 7 22 6.55228 22 6C22 5.44772 21.5523 5 21 5H20.499C20.496 4.43949 20.4839 3.82563 20.4362 3.47085C20.3663 2.95149 20.2042 2.41868 19.7678 1.98224C19.3313 1.5458 18.7985 1.38367 18.2792 1.31384C17.8034 1.24989 17.2157 1.24994 16.5616 1.25L7.43839 1.25C6.78427 1.24994 6.19655 1.24989 5.72084 1.31384C5.20149 1.38367 4.66867 1.5458 4.23223 1.98224C3.79579 2.41868 3.63366 2.95149 3.56383 3.47085C3.51614 3.82563 3.50404 4.43949 3.501 5H3ZM5.501 5C5.50362 4.46379 5.51301 3.98275 5.546 3.73735C5.58457 3.4505 5.63942 3.40261 5.64592 3.39693L5.64692 3.39593C5.6526 3.38942 5.70049 3.33457 5.98734 3.29601C6.31369 3.25213 6.76462 3.25001 7.5 3.25001L16.5 3.25001C17.2354 3.25001 17.6863 3.25213 18.0127 3.29601C18.2995 3.33457 18.3474 3.38942 18.3531 3.39593L18.3541 3.39692C18.3606 3.40261 18.4154 3.4505 18.454 3.73735C18.4853 3.97025 18.498 4.46721 18.5026 5L5.501 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 5.25C3.80109 5.25 3.61032 5.32902 3.46967 5.46967C3.32902 5.61032 3.25 5.80109 3.25 6L3.25 8.4C3.25 8.68284 3.25 8.82426 3.33787 8.91213C3.42574 9 3.56716 9 3.85 9H5C5.55228 9 6 9.44772 6 10C6 10.5523 5.55228 11 5 11H3.85C3.56716 11 3.42574 11 3.33787 11.0879C3.25 11.1757 3.25 11.3172 3.25 11.6L3.25 22C3.25 22.4142 3.58579 22.75 4 22.75L20 22.75C20.1989 22.75 20.3897 22.671 20.5303 22.5303C20.671 22.3897 20.75 22.1989 20.75 22L20.75 11.6C20.75 11.3172 20.75 11.1757 20.6621 11.0879C20.5743 11 20.4328 11 20.15 11H19C18.4477 11 18 10.5523 18 10C18 9.44771 18.4477 9 19 9H20.15C20.4328 9 20.5743 9 20.6621 8.91213C20.75 8.82426 20.75 8.68284 20.75 8.4L20.75 6C20.75 5.58579 20.4142 5.25 20 5.25L4 5.25ZM12 15C10.9756 15 10 15.9338 10 17.2727V22H8V17.2727C8 14.9967 9.71073 13 12 13C14.2893 13 16 14.9967 16 17.2727V22H14V17.2727C14 15.9338 13.0244 15 12 15ZM11.5 9C10.9477 9 10.5 9.44771 10.5 10C10.5 10.5523 10.9477 11 11.5 11H12.5C13.0523 11 13.5 10.5523 13.5 10C13.5 9.44772 13.0523 9 12.5 9H11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-island{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.78139 22.2483C6.4036 21.9293 5.69865 21.9123 5.29318 22.2284C4.29287 23.008 3.09412 22.9865 2.28531 22.972C2.18366 22.9701 2.08817 22.9684 2 22.9684C1.44772 22.9684 1 22.5207 1 21.9684C1 21.4161 1.44772 20.9684 2 20.9684C2.09851 20.9684 2.19222 20.9687 2.28153 20.969H2.28155C3.19828 20.9718 3.65028 20.9731 4.06369 20.6509C5.20598 19.7606 6.96248 19.7836 8.07169 20.7201C8.24777 20.8688 8.5804 20.9928 9.00475 20.9928C9.4278 20.9927 9.78416 20.8688 9.98214 20.7145C11.101 19.8424 12.851 19.6894 14.0717 20.7201C14.2835 20.899 14.6171 21.0119 15.0228 20.999C15.4296 20.986 15.8109 20.8479 16.0637 20.6509C17.206 19.7606 18.9625 19.7836 20.0717 20.7201C20.22 20.8454 20.422 20.9243 20.7536 20.9583C21.0091 20.9845 21.247 20.9798 21.5391 20.9741C21.6779 20.9714 21.829 20.9684 22 20.9684C22.5523 20.9684 23 21.4161 23 21.9684C23 22.5207 22.5523 22.9684 22 22.9684C21.9135 22.9684 21.8124 22.9704 21.7013 22.9725C21.3635 22.979 20.9342 22.9872 20.5498 22.9479C19.9939 22.8909 19.3492 22.7277 18.7814 22.2483C18.4036 21.9293 17.6986 21.9123 17.2932 22.2284C16.6678 22.7158 15.8652 22.9732 15.0865 22.998C14.3069 23.0228 13.4536 22.8158 12.7814 22.2483C12.3909 21.9185 11.7015 21.9101 11.2116 22.2919C10.5805 22.7838 9.75706 22.9927 9.00491 22.9928C8.25406 22.9928 7.41607 22.7842 6.78139 22.2483Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 16C11.8818 16 9.95457 17.3305 8.89409 19.4478C8.64677 19.9416 8.04596 20.1414 7.55215 19.8941C7.05834 19.6468 6.85853 19.046 7.10585 18.5522C8.44068 15.8871 10.9904 14 14 14C17.0095 14 19.5593 15.8871 20.8941 18.5522C21.1414 19.046 20.9416 19.6468 20.4478 19.8941C19.954 20.1414 19.3532 19.9416 19.1059 19.4478C18.0454 17.3305 16.1181 16 14 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.8177 16.0862C8.3762 15.633 6.14654 17.0627 4.88574 19.4659C4.62916 19.955 4.0247 20.1435 3.53563 19.8869C3.04656 19.6303 2.85809 19.0259 3.11467 18.5368C4.64839 15.6133 7.62421 13.4593 11.1827 14.1198C11.7257 14.2206 12.0842 14.7425 11.9834 15.2855C11.8826 15.8285 11.3607 16.187 10.8177 16.0862Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5004 2C14.5004 1.44772 14.9481 1 15.5004 1C16.3509 1 17.1888 1.5319 17.5111 2.45763C17.7294 3.08438 17.6815 3.78578 17.3936 4.51479C17.7706 4.72261 18.1775 4.99802 18.556 5.35415C19.4081 6.15609 20.1222 7.38226 19.9793 9.08372C19.9331 9.63407 19.4494 10.0427 18.8991 9.99649C18.3487 9.95025 17.9401 9.46662 17.9863 8.91628C18.0434 8.23699 17.8759 7.7127 17.6013 7.2985C17.5842 8.10474 17.3766 9.03758 16.7071 9.70711C16.3166 10.0976 15.6834 10.0976 15.2929 9.70711C14.9024 9.31658 14.9024 8.68342 15.2929 8.29289C15.4868 8.09896 15.6404 7.64131 15.5947 6.95758C15.5886 6.86659 15.5792 6.77634 15.5669 6.68787C14.754 7.56996 14.1627 8.72148 13.7515 9.99275C13.1913 11.7245 13 13.5761 13 15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15C11 13.4239 11.2087 11.3555 11.8485 9.37725C12.3399 7.85815 13.1063 6.33044 14.2825 5.1364C14.2222 5.12058 14.16 5.10668 14.0961 5.09521C13.5641 4.99971 13.0908 5.09871 12.7295 5.48409C12.3517 5.88698 11.7189 5.90736 11.316 5.5296C10.9131 5.15185 10.8928 4.51901 11.2705 4.11612C12.2218 3.10151 13.4559 2.94831 14.4495 3.12668C14.8575 3.19993 15.2578 3.33404 15.6189 3.50868C15.6656 3.2933 15.6398 3.16536 15.6224 3.11527C15.588 3.0167 15.5249 3 15.5004 3C14.9481 3 14.5004 2.55228 14.5004 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.78139 22.2483C6.4036 21.9293 5.69865 21.9123 5.29318 22.2284C4.29287 23.008 3.09412 22.9865 2.28531 22.972C2.18366 22.9701 2.08817 22.9684 2 22.9684C1.44772 22.9684 1 22.5207 1 21.9684C1 21.4161 1.44772 20.9684 2 20.9684C2.09851 20.9684 2.19222 20.9687 2.28153 20.969H2.28155C3.19828 20.9718 3.65028 20.9731 4.06369 20.6509C5.20598 19.7606 6.96248 19.7836 8.07169 20.7201C8.24777 20.8688 8.5804 20.9928 9.00475 20.9928C9.4278 20.9927 9.78416 20.8688 9.98214 20.7145C11.101 19.8424 12.851 19.6894 14.0717 20.7201C14.2835 20.899 14.6171 21.0119 15.0228 20.999C15.4296 20.986 15.8109 20.8479 16.0637 20.6509C17.206 19.7606 18.9625 19.7836 20.0717 20.7201C20.22 20.8454 20.422 20.9243 20.7536 20.9583C21.0091 20.9845 21.247 20.9798 21.5391 20.9741C21.6779 20.9714 21.829 20.9684 22 20.9684C22.5523 20.9684 23 21.4161 23 21.9684C23 22.5207 22.5523 22.9684 22 22.9684C21.9135 22.9684 21.8124 22.9704 21.7013 22.9725C21.3635 22.979 20.9342 22.9872 20.5498 22.9479C19.9939 22.8909 19.3492 22.7277 18.7814 22.2483C18.4036 21.9293 17.6986 21.9123 17.2932 22.2284C16.6678 22.7158 15.8652 22.9732 15.0865 22.998C14.3069 23.0228 13.4536 22.8158 12.7814 22.2483C12.3909 21.9185 11.7015 21.9101 11.2116 22.2919C10.5805 22.7838 9.75706 22.9927 9.00491 22.9928C8.25406 22.9928 7.41607 22.7842 6.78139 22.2483Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 16C11.8818 16 9.95457 17.3305 8.89409 19.4478C8.64677 19.9416 8.04596 20.1414 7.55215 19.8941C7.05834 19.6468 6.85853 19.046 7.10585 18.5522C8.44068 15.8871 10.9904 14 14 14C17.0095 14 19.5593 15.8871 20.8941 18.5522C21.1414 19.046 20.9416 19.6468 20.4478 19.8941C19.954 20.1414 19.3532 19.9416 19.1059 19.4478C18.0454 17.3305 16.1181 16 14 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.8177 16.0862C8.3762 15.633 6.14654 17.0627 4.88574 19.4659C4.62916 19.955 4.0247 20.1435 3.53563 19.8869C3.04656 19.6303 2.85809 19.0259 3.11467 18.5368C4.64839 15.6133 7.62421 13.4593 11.1827 14.1198C11.7257 14.2206 12.0842 14.7425 11.9834 15.2855C11.8826 15.8285 11.3607 16.187 10.8177 16.0862Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5004 2C14.5004 1.44772 14.9481 1 15.5004 1C16.3509 1 17.1888 1.5319 17.5111 2.45763C17.7294 3.08438 17.6815 3.78578 17.3936 4.51479C17.7706 4.72261 18.1775 4.99802 18.556 5.35415C19.4081 6.15609 20.1222 7.38226 19.9793 9.08372C19.9331 9.63407 19.4494 10.0427 18.8991 9.99649C18.3487 9.95025 17.9401 9.46662 17.9863 8.91628C18.0434 8.23699 17.8759 7.7127 17.6013 7.2985C17.5842 8.10474 17.3766 9.03758 16.7071 9.70711C16.3166 10.0976 15.6834 10.0976 15.2929 9.70711C14.9024 9.31658 14.9024 8.68342 15.2929 8.29289C15.4868 8.09896 15.6404 7.64131 15.5947 6.95758C15.5886 6.86659 15.5792 6.77634 15.5669 6.68787C14.754 7.56996 14.1627 8.72148 13.7515 9.99275C13.1913 11.7245 13 13.5761 13 15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15C11 13.4239 11.2087 11.3555 11.8485 9.37725C12.3399 7.85815 13.1063 6.33044 14.2825 5.1364C14.2222 5.12058 14.16 5.10668 14.0961 5.09521C13.5641 4.99971 13.0908 5.09871 12.7295 5.48409C12.3517 5.88698 11.7189 5.90736 11.316 5.5296C10.9131 5.15185 10.8928 4.51901 11.2705 4.11612C12.2218 3.10151 13.4559 2.94831 14.4495 3.12668C14.8575 3.19993 15.2578 3.33404 15.6189 3.50868C15.6656 3.2933 15.6398 3.16536 15.6224 3.11527C15.588 3.0167 15.5249 3 15.5004 3C14.9481 3 14.5004 2.55228 14.5004 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-lake{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.78115 22.2483C6.40335 21.9293 5.6984 21.9123 5.29293 22.2284C5.27753 22.2404 5.2621 22.2524 5.24665 22.2645C4.91842 22.5208 4.5792 22.7857 4.16253 22.8995C3.93712 22.9611 3.72953 22.9705 3.56216 22.9723C3.49378 22.973 3.38563 22.9718 3.27305 22.9706C3.17801 22.9695 3.07981 22.9684 2.99976 22.9684C2.44747 22.9684 1.99976 22.5207 1.99976 21.9684C1.99976 21.4161 2.44747 20.9684 2.99976 20.9684C3.12294 20.9684 3.22982 20.9698 3.31894 20.9709L3.32508 20.971C3.41886 20.9722 3.48501 20.973 3.54107 20.9724C3.58622 20.9719 3.61405 20.9705 3.62971 20.9693C3.63867 20.9642 3.65178 20.9563 3.66974 20.9445C3.74896 20.8928 3.86051 20.8091 4.06344 20.6509C5.20574 19.7606 6.96224 19.7836 8.07144 20.7201C8.24753 20.8688 8.58015 20.9928 9.00451 20.9928C9.42756 20.9927 9.78392 20.8688 9.98189 20.7145C11.1007 19.8424 12.8507 19.6894 14.0714 20.7201C14.2833 20.899 14.6168 21.0119 15.0226 20.999C15.4294 20.986 15.8107 20.8479 16.0634 20.6509C17.2057 19.7606 18.9622 19.7836 20.0714 20.7201C20.2469 20.8683 20.3398 20.9397 20.3975 20.9778C20.4139 20.9782 20.4373 20.9783 20.4693 20.9779C20.4938 20.9775 20.5312 20.9766 20.5773 20.9754C20.687 20.9725 20.8463 20.9684 20.9998 20.9684C21.552 20.9684 21.9998 21.4161 21.9998 21.9684C21.9998 22.5207 21.552 22.9684 20.9998 22.9684C20.8645 22.9684 20.7754 22.9709 20.6852 22.9734C20.6272 22.9751 20.5687 22.9767 20.4972 22.9777C20.3498 22.9797 20.1454 22.9788 19.9231 22.9266C19.4593 22.8178 19.1104 22.5262 18.7811 22.2483C18.4034 21.9293 17.6984 21.9123 17.2929 22.2284C16.6675 22.7158 15.8649 22.9732 15.0863 22.998C14.3067 23.0228 13.4533 22.8158 12.7811 22.2483C12.3906 21.9185 11.7013 21.9101 11.2114 22.2919C10.5802 22.7838 9.75681 22.9927 9.00466 22.9928C8.25381 22.9928 7.41583 22.7842 6.78115 22.2483Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.78139 18.2483C6.4036 17.9293 5.69865 17.9123 5.29318 18.2284C5.27777 18.2404 5.26235 18.2524 5.2469 18.2645C4.91866 18.5208 4.57944 18.7857 4.16278 18.8995C3.93736 18.9611 3.72977 18.9705 3.5624 18.9723C3.49403 18.973 3.38587 18.9718 3.2733 18.9706C3.17825 18.9695 3.08006 18.9684 3 18.9684C2.44772 18.9684 2 18.5207 2 17.9684C2 17.4161 2.44772 16.9684 3 16.9684C3.12318 16.9684 3.23007 16.9698 3.31919 16.9709L3.32532 16.971C3.4191 16.9722 3.48525 16.973 3.54132 16.9724C3.58646 16.9719 3.6143 16.9705 3.62996 16.9693C3.63891 16.9642 3.65202 16.9563 3.66999 16.9445C3.7492 16.8928 3.86075 16.8091 4.06369 16.6509C5.20598 15.7606 6.96248 15.7836 8.07169 16.7201C8.24777 16.8688 8.5804 16.9928 9.00475 16.9928C9.4278 16.9927 9.78416 16.8688 9.98214 16.7145C11.101 15.8424 12.851 15.6894 14.0717 16.7201C14.2835 16.899 14.6171 17.0119 15.0228 16.999C15.4296 16.986 15.8109 16.8479 16.0637 16.6509C17.206 15.7606 18.9625 15.7836 20.0717 16.7201C20.2471 16.8683 20.34 16.9397 20.3977 16.9778C20.4142 16.9782 20.4375 16.9783 20.4696 16.9779C20.4941 16.9775 20.5314 16.9766 20.5775 16.9754C20.6872 16.9725 20.8466 16.9684 21 16.9684C21.5523 16.9684 22 17.4161 22 17.9684C22 18.5207 21.5523 18.9684 21 18.9684C20.8647 18.9684 20.7757 18.9709 20.6855 18.9734C20.6275 18.9751 20.569 18.9767 20.4974 18.9777C20.35 18.9797 20.1456 18.9788 19.9234 18.9266C19.4595 18.8178 19.1106 18.5262 18.7814 18.2483C18.4036 17.9293 17.6986 17.9123 17.2932 18.2284C16.6678 18.7158 15.8652 18.9732 15.0865 18.998C14.3069 19.0228 13.4536 18.8158 12.7814 18.2483C12.3909 17.9185 11.7015 17.9101 11.2116 18.2919C10.5805 18.7838 9.75706 18.9927 9.00491 18.9928C8.25406 18.9928 7.41607 18.7842 6.78139 18.2483Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 14C2 13.4477 2.44772 13 3 13H21C21.5523 13 22 13.4477 22 14C22 14.5523 21.5523 15 21 15H3C2.44772 15 2 14.5523 2 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 2C7.41684 2 7.78997 2.25857 7.93633 2.64888C8.03112 2.90165 8.27364 3.40491 8.65779 3.82634C9.035 4.24016 9.47387 4.5 10 4.5C10.5523 4.5 11 4.94772 11 5.5C11 6.05228 10.5523 6.5 10 6.5C9.22828 6.5 8.58052 6.25895 8.05406 5.92005C8.18174 6.18335 8.38372 6.52567 8.65779 6.82634C9.035 7.24016 9.47387 7.5 10 7.5C10.5523 7.5 11 7.94772 11 8.5C11 9.05228 10.5523 9.5 10 9.5C9.20166 9.5 8.53597 9.24203 8 8.88463V14C8 14.5523 7.55228 15 7 15C6.44772 15 6 14.5523 6 14V8.88463C5.46403 9.24203 4.79834 9.5 4 9.5C3.44772 9.5 3 9.05228 3 8.5C3 7.94772 3.44772 7.5 4 7.5C4.52613 7.5 4.965 7.24016 5.34221 6.82634C5.61628 6.52567 5.81826 6.18335 5.94594 5.92005C5.41948 6.25895 4.77172 6.5 4 6.5C3.44772 6.5 3 6.05228 3 5.5C3 4.94772 3.44772 4.5 4 4.5C4.52613 4.5 4.965 4.24016 5.34221 3.82634C5.72636 3.40491 5.96888 2.90165 6.06367 2.64888C6.21003 2.25857 6.58316 2 7 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4998 4.25C13.4998 2.45507 14.9548 1 16.7498 1C18.5447 1 19.9998 2.45507 19.9998 4.25C19.9998 6.04493 18.5447 7.5 16.7498 7.5C14.9548 7.5 13.4998 6.04493 13.4998 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.78115 22.2483C6.40335 21.9293 5.6984 21.9123 5.29293 22.2284C5.27753 22.2404 5.2621 22.2524 5.24665 22.2645C4.91842 22.5208 4.5792 22.7857 4.16253 22.8995C3.93712 22.9611 3.72953 22.9705 3.56216 22.9723C3.49378 22.973 3.38563 22.9718 3.27305 22.9706C3.17801 22.9695 3.07981 22.9684 2.99976 22.9684C2.44747 22.9684 1.99976 22.5207 1.99976 21.9684C1.99976 21.4161 2.44747 20.9684 2.99976 20.9684C3.12294 20.9684 3.22982 20.9698 3.31894 20.9709L3.32508 20.971C3.41886 20.9722 3.48501 20.973 3.54107 20.9724C3.58622 20.9719 3.61405 20.9705 3.62971 20.9693C3.63867 20.9642 3.65178 20.9563 3.66974 20.9445C3.74896 20.8928 3.86051 20.8091 4.06344 20.6509C5.20574 19.7606 6.96224 19.7836 8.07144 20.7201C8.24753 20.8688 8.58015 20.9928 9.00451 20.9928C9.42756 20.9927 9.78392 20.8688 9.98189 20.7145C11.1007 19.8424 12.8507 19.6894 14.0714 20.7201C14.2833 20.899 14.6168 21.0119 15.0226 20.999C15.4294 20.986 15.8107 20.8479 16.0634 20.6509C17.2057 19.7606 18.9622 19.7836 20.0714 20.7201C20.2469 20.8683 20.3398 20.9397 20.3975 20.9778C20.4139 20.9782 20.4373 20.9783 20.4693 20.9779C20.4938 20.9775 20.5312 20.9766 20.5773 20.9754C20.687 20.9725 20.8463 20.9684 20.9998 20.9684C21.552 20.9684 21.9998 21.4161 21.9998 21.9684C21.9998 22.5207 21.552 22.9684 20.9998 22.9684C20.8645 22.9684 20.7754 22.9709 20.6852 22.9734C20.6272 22.9751 20.5687 22.9767 20.4972 22.9777C20.3498 22.9797 20.1454 22.9788 19.9231 22.9266C19.4593 22.8178 19.1104 22.5262 18.7811 22.2483C18.4034 21.9293 17.6984 21.9123 17.2929 22.2284C16.6675 22.7158 15.8649 22.9732 15.0863 22.998C14.3067 23.0228 13.4533 22.8158 12.7811 22.2483C12.3906 21.9185 11.7013 21.9101 11.2114 22.2919C10.5802 22.7838 9.75681 22.9927 9.00466 22.9928C8.25381 22.9928 7.41583 22.7842 6.78115 22.2483Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.78139 18.2483C6.4036 17.9293 5.69865 17.9123 5.29318 18.2284C5.27777 18.2404 5.26235 18.2524 5.2469 18.2645C4.91866 18.5208 4.57944 18.7857 4.16278 18.8995C3.93736 18.9611 3.72977 18.9705 3.5624 18.9723C3.49403 18.973 3.38587 18.9718 3.2733 18.9706C3.17825 18.9695 3.08006 18.9684 3 18.9684C2.44772 18.9684 2 18.5207 2 17.9684C2 17.4161 2.44772 16.9684 3 16.9684C3.12318 16.9684 3.23007 16.9698 3.31919 16.9709L3.32532 16.971C3.4191 16.9722 3.48525 16.973 3.54132 16.9724C3.58646 16.9719 3.6143 16.9705 3.62996 16.9693C3.63891 16.9642 3.65202 16.9563 3.66999 16.9445C3.7492 16.8928 3.86075 16.8091 4.06369 16.6509C5.20598 15.7606 6.96248 15.7836 8.07169 16.7201C8.24777 16.8688 8.5804 16.9928 9.00475 16.9928C9.4278 16.9927 9.78416 16.8688 9.98214 16.7145C11.101 15.8424 12.851 15.6894 14.0717 16.7201C14.2835 16.899 14.6171 17.0119 15.0228 16.999C15.4296 16.986 15.8109 16.8479 16.0637 16.6509C17.206 15.7606 18.9625 15.7836 20.0717 16.7201C20.2471 16.8683 20.34 16.9397 20.3977 16.9778C20.4142 16.9782 20.4375 16.9783 20.4696 16.9779C20.4941 16.9775 20.5314 16.9766 20.5775 16.9754C20.6872 16.9725 20.8466 16.9684 21 16.9684C21.5523 16.9684 22 17.4161 22 17.9684C22 18.5207 21.5523 18.9684 21 18.9684C20.8647 18.9684 20.7757 18.9709 20.6855 18.9734C20.6275 18.9751 20.569 18.9767 20.4974 18.9777C20.35 18.9797 20.1456 18.9788 19.9234 18.9266C19.4595 18.8178 19.1106 18.5262 18.7814 18.2483C18.4036 17.9293 17.6986 17.9123 17.2932 18.2284C16.6678 18.7158 15.8652 18.9732 15.0865 18.998C14.3069 19.0228 13.4536 18.8158 12.7814 18.2483C12.3909 17.9185 11.7015 17.9101 11.2116 18.2919C10.5805 18.7838 9.75706 18.9927 9.00491 18.9928C8.25406 18.9928 7.41607 18.7842 6.78139 18.2483Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 14C2 13.4477 2.44772 13 3 13H21C21.5523 13 22 13.4477 22 14C22 14.5523 21.5523 15 21 15H3C2.44772 15 2 14.5523 2 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 2C7.41684 2 7.78997 2.25857 7.93633 2.64888C8.03112 2.90165 8.27364 3.40491 8.65779 3.82634C9.035 4.24016 9.47387 4.5 10 4.5C10.5523 4.5 11 4.94772 11 5.5C11 6.05228 10.5523 6.5 10 6.5C9.22828 6.5 8.58052 6.25895 8.05406 5.92005C8.18174 6.18335 8.38372 6.52567 8.65779 6.82634C9.035 7.24016 9.47387 7.5 10 7.5C10.5523 7.5 11 7.94772 11 8.5C11 9.05228 10.5523 9.5 10 9.5C9.20166 9.5 8.53597 9.24203 8 8.88463V14C8 14.5523 7.55228 15 7 15C6.44772 15 6 14.5523 6 14V8.88463C5.46403 9.24203 4.79834 9.5 4 9.5C3.44772 9.5 3 9.05228 3 8.5C3 7.94772 3.44772 7.5 4 7.5C4.52613 7.5 4.965 7.24016 5.34221 6.82634C5.61628 6.52567 5.81826 6.18335 5.94594 5.92005C5.41948 6.25895 4.77172 6.5 4 6.5C3.44772 6.5 3 6.05228 3 5.5C3 4.94772 3.44772 4.5 4 4.5C4.52613 4.5 4.965 4.24016 5.34221 3.82634C5.72636 3.40491 5.96888 2.90165 6.06367 2.64888C6.21003 2.25857 6.58316 2 7 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4998 4.25C13.4998 2.45507 14.9548 1 16.7498 1C18.5447 1 19.9998 2.45507 19.9998 4.25C19.9998 6.04493 18.5447 7.5 16.7498 7.5C14.9548 7.5 13.4998 6.04493 13.4998 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-lighthouse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7819 6.72595C15.6861 6.904 15.5782 7.07988 15.4655 7.25H16C16.4142 7.25 16.75 7.58579 16.75 8C16.75 8.41421 16.4142 8.75 16 8.75H13.9883H13.9716H10.0284H10.0117H8C7.58579 8.75 7.25 8.41421 7.25 8C7.25 7.58579 7.58579 7.25 8 7.25H8.53452C8.42182 7.07988 8.31386 6.904 8.21806 6.72595C7.85172 6.04507 7.56216 5.15942 7.89786 4.22317C8.02768 3.86109 8.30286 3.5081 8.57698 3.21562C8.86719 2.90597 9.22336 2.59419 9.59599 2.31621C9.96821 2.03853 10.3735 1.78217 10.7662 1.59176C11.1392 1.41094 11.5802 1.25 12 1.25C12.4198 1.25 12.8608 1.41094 13.2338 1.59176C13.6265 1.78217 14.0318 2.03853 14.404 2.31621C14.7766 2.59419 15.1328 2.90597 15.423 3.21562C15.6971 3.5081 15.9723 3.86109 16.1021 4.22318C16.4378 5.15942 16.1483 6.04507 15.7819 6.72595Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 22C4.25 21.5858 4.58579 21.25 5 21.25H19C19.4142 21.25 19.75 21.5858 19.75 22C19.75 22.4142 19.4142 22.75 19 22.75H5C4.58579 22.75 4.25 22.4142 4.25 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7275 6.81828C21.828 7.22012 21.5837 7.62732 21.1818 7.72778L19.1818 8.22778C18.78 8.32825 18.3728 8.08393 18.2723 7.68208C18.1719 7.28023 18.4162 6.87303 18.818 6.77257L20.818 6.27257C21.2199 6.17211 21.6271 6.41643 21.7275 6.81828ZM18.2723 10.3183C18.3728 9.91643 18.78 9.67211 19.1818 9.77257L21.1818 10.2726C21.5837 10.373 21.828 10.7802 21.7275 11.1821C21.6271 11.5839 21.2199 11.8282 20.818 11.7278L18.818 11.2278C18.4162 11.1273 18.1719 10.7201 18.2723 10.3183Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.27233 6.81828C2.37279 6.41643 2.77999 6.17211 3.18183 6.27257L5.18183 6.77257C5.58368 6.87303 5.828 7.28023 5.72754 7.68208C5.62708 8.08393 5.21988 8.32825 4.81803 8.22778L2.81803 7.72778C2.41619 7.62732 2.17186 7.22012 2.27233 6.81828ZM5.72754 10.3183C5.828 10.7201 5.58368 11.1273 5.18183 11.2278L3.18183 11.7278C2.77999 11.8282 2.37279 11.5839 2.27233 11.1821C2.17186 10.7802 2.41619 10.373 2.81803 10.2726L4.81803 9.77257C5.21988 9.67211 5.62708 9.91643 5.72754 10.3183Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.63217 10C8.48683 10 8.36239 10.1042 8.33685 10.2473L7.95424 12.3898C7.93235 12.5124 8.0266 12.625 8.15113 12.625L15.8489 12.625C15.9734 12.625 16.0677 12.5124 16.0458 12.3898L15.6632 10.2473C15.6376 10.1042 15.5132 10 15.3678 10L8.63217 10ZM16.3851 14.2898C16.368 14.1945 16.2851 14.125 16.1882 14.125L7.81184 14.125C7.71495 14.125 7.63199 14.1945 7.61496 14.2898L7.23996 16.3898C7.21807 16.5124 7.31232 16.625 7.43684 16.625H16.5632C16.6877 16.625 16.7819 16.5124 16.7601 16.3898L16.3851 14.2898ZM17.0993 18.2898C17.0823 18.1945 16.9994 18.125 16.9025 18.125H7.09755C7.00066 18.125 6.9177 18.1945 6.90067 18.2898L6.26169 21.8682C6.22266 22.0867 6.28245 22.3113 6.42495 22.4815C6.56745 22.6517 6.77803 22.75 7.00001 22.75H17C17.222 22.75 17.4326 22.6517 17.5751 22.4815C17.7176 22.3113 17.7773 22.0867 17.7383 21.8682L17.0993 18.2898Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7819 6.72595C15.6861 6.904 15.5782 7.07988 15.4655 7.25H16C16.4142 7.25 16.75 7.58579 16.75 8C16.75 8.41421 16.4142 8.75 16 8.75H13.9883H13.9716H10.0284H10.0117H8C7.58579 8.75 7.25 8.41421 7.25 8C7.25 7.58579 7.58579 7.25 8 7.25H8.53452C8.42182 7.07988 8.31386 6.904 8.21806 6.72595C7.85172 6.04507 7.56216 5.15942 7.89786 4.22317C8.02768 3.86109 8.30286 3.5081 8.57698 3.21562C8.86719 2.90597 9.22336 2.59419 9.59599 2.31621C9.96821 2.03853 10.3735 1.78217 10.7662 1.59176C11.1392 1.41094 11.5802 1.25 12 1.25C12.4198 1.25 12.8608 1.41094 13.2338 1.59176C13.6265 1.78217 14.0318 2.03853 14.404 2.31621C14.7766 2.59419 15.1328 2.90597 15.423 3.21562C15.6971 3.5081 15.9723 3.86109 16.1021 4.22318C16.4378 5.15942 16.1483 6.04507 15.7819 6.72595Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 22C4.25 21.5858 4.58579 21.25 5 21.25H19C19.4142 21.25 19.75 21.5858 19.75 22C19.75 22.4142 19.4142 22.75 19 22.75H5C4.58579 22.75 4.25 22.4142 4.25 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7275 6.81828C21.828 7.22012 21.5837 7.62732 21.1818 7.72778L19.1818 8.22778C18.78 8.32825 18.3728 8.08393 18.2723 7.68208C18.1719 7.28023 18.4162 6.87303 18.818 6.77257L20.818 6.27257C21.2199 6.17211 21.6271 6.41643 21.7275 6.81828ZM18.2723 10.3183C18.3728 9.91643 18.78 9.67211 19.1818 9.77257L21.1818 10.2726C21.5837 10.373 21.828 10.7802 21.7275 11.1821C21.6271 11.5839 21.2199 11.8282 20.818 11.7278L18.818 11.2278C18.4162 11.1273 18.1719 10.7201 18.2723 10.3183Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.27233 6.81828C2.37279 6.41643 2.77999 6.17211 3.18183 6.27257L5.18183 6.77257C5.58368 6.87303 5.828 7.28023 5.72754 7.68208C5.62708 8.08393 5.21988 8.32825 4.81803 8.22778L2.81803 7.72778C2.41619 7.62732 2.17186 7.22012 2.27233 6.81828ZM5.72754 10.3183C5.828 10.7201 5.58368 11.1273 5.18183 11.2278L3.18183 11.7278C2.77999 11.8282 2.37279 11.5839 2.27233 11.1821C2.17186 10.7802 2.41619 10.373 2.81803 10.2726L4.81803 9.77257C5.21988 9.67211 5.62708 9.91643 5.72754 10.3183Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.63217 10C8.48683 10 8.36239 10.1042 8.33685 10.2473L7.95424 12.3898C7.93235 12.5124 8.0266 12.625 8.15113 12.625L15.8489 12.625C15.9734 12.625 16.0677 12.5124 16.0458 12.3898L15.6632 10.2473C15.6376 10.1042 15.5132 10 15.3678 10L8.63217 10ZM16.3851 14.2898C16.368 14.1945 16.2851 14.125 16.1882 14.125L7.81184 14.125C7.71495 14.125 7.63199 14.1945 7.61496 14.2898L7.23996 16.3898C7.21807 16.5124 7.31232 16.625 7.43684 16.625H16.5632C16.6877 16.625 16.7819 16.5124 16.7601 16.3898L16.3851 14.2898ZM17.0993 18.2898C17.0823 18.1945 16.9994 18.125 16.9025 18.125H7.09755C7.00066 18.125 6.9177 18.1945 6.90067 18.2898L6.26169 21.8682C6.22266 22.0867 6.28245 22.3113 6.42495 22.4815C6.56745 22.6517 6.77803 22.75 7.00001 22.75H17C17.222 22.75 17.4326 22.6517 17.5751 22.4815C17.7176 22.3113 17.7773 22.0867 17.7383 21.8682L17.0993 18.2898Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-mayan-pyramid{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.69654 22.2503L7.17447 19.3828C7.22852 19.0585 7.25554 18.8963 7.16567 18.7902C7.0758 18.6841 6.91141 18.6841 6.58263 18.6841H2.7027C2.24082 18.6841 1.93017 18.7094 1.71528 18.7566C1.51027 18.8016 1.45162 18.854 1.43575 18.8699C1.41988 18.8857 1.36749 18.9444 1.32245 19.1494C1.27525 19.3643 1.25 19.6749 1.25 20.1368V21.299C1.25 21.7609 1.27525 22.0715 1.32245 22.2864C1.36749 22.4914 1.41988 22.5501 1.43575 22.5659C1.45162 22.5818 1.51027 22.6342 1.71528 22.6792C1.93017 22.7264 2.24082 22.7517 2.7027 22.7517H6.1047C6.34745 22.7517 6.46883 22.7517 6.55275 22.6806C6.63668 22.6095 6.65663 22.4898 6.69654 22.2503Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.66501 16.4395L8.14293 13.5719C8.19699 13.2476 8.22401 13.0855 8.13414 12.9794C8.04427 12.8733 7.87988 12.8733 7.5511 12.8733H5.02703C4.56514 12.8733 4.2545 12.8986 4.03961 12.9458C3.83459 12.9908 3.77594 13.0432 3.76007 13.0591C3.7442 13.0749 3.69182 13.1336 3.64678 13.3386C3.59957 13.5535 3.57432 13.8641 3.57432 14.326L3.57432 16.3409C3.57432 16.6237 3.57432 16.7651 3.66219 16.853C3.75006 16.9409 3.89148 16.9409 4.17432 16.9409H7.07317C7.31592 16.9409 7.4373 16.9409 7.52122 16.8698C7.60514 16.7987 7.6251 16.679 7.66501 16.4395Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.55576 11.095L9.1114 7.76114L9.1114 7.76113C9.16545 7.43683 9.19248 7.27467 9.10261 7.16859C9.01274 7.0625 8.84835 7.0625 8.51957 7.0625H7.35135C6.88947 7.0625 6.57882 7.08775 6.36393 7.13495C6.15891 7.17999 6.10027 7.23238 6.0844 7.24825C6.06853 7.26412 6.01614 7.32277 5.9711 7.52778C5.9239 7.74267 5.89865 8.05332 5.89865 8.5152V10.5301C5.89865 10.8129 5.89865 10.9543 5.98652 11.0422C6.07438 11.1301 6.21581 11.1301 6.49865 11.1301H8.51351C8.53424 11.1301 8.55235 11.1155 8.55576 11.095Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6371 7.13495C17.4222 7.08775 17.1116 7.0625 16.6497 7.0625H15.4815C15.1527 7.0625 14.9883 7.0625 14.8984 7.16859C14.8086 7.27467 14.8356 7.43683 14.8896 7.76113L14.8896 7.76114L15.4453 11.095C15.4487 11.1155 15.4668 11.1301 15.4875 11.1301H17.5024C17.7852 11.1301 17.9266 11.1301 18.0145 11.0422C18.1024 10.9543 18.1024 10.8129 18.1024 10.5301V8.5152C18.1024 8.05332 18.0771 7.74267 18.0299 7.52778C17.9849 7.32277 17.9325 7.26412 17.9166 7.24825C17.9008 7.23238 17.8421 7.17999 17.6371 7.13495Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.8963 22.7517H21.2983C21.7602 22.7517 22.0709 22.7264 22.2858 22.6792C22.4908 22.6342 22.5494 22.5818 22.5653 22.5659C22.5812 22.5501 22.6335 22.4914 22.6786 22.2864C22.7258 22.0715 22.751 21.7609 22.751 21.299V20.1368C22.751 19.6749 22.7258 19.3643 22.6786 19.1494C22.6335 18.9444 22.5812 18.8857 22.5653 18.8699C22.5494 18.854 22.4908 18.8016 22.2858 18.7566C22.0709 18.7094 21.7602 18.6841 21.2983 18.6841H17.4184C17.0896 18.6841 16.9252 18.6841 16.8354 18.7902C16.7455 18.8963 16.7725 19.0585 16.8266 19.3828L17.3045 22.2503C17.3444 22.4898 17.3644 22.6095 17.4483 22.6806C17.5322 22.7517 17.6536 22.7517 17.8963 22.7517Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.9279 16.9409H19.8267C20.1096 16.9409 20.251 16.9409 20.3388 16.853C20.4267 16.7651 20.4267 16.6237 20.4267 16.3409V14.326C20.4267 13.8641 20.4015 13.5535 20.3543 13.3386C20.3092 13.1336 20.2568 13.0749 20.241 13.0591C20.2251 13.0432 20.1664 12.9908 19.9614 12.9458C19.7465 12.8986 19.4359 12.8733 18.974 12.8733H16.4499C16.1212 12.8733 15.9568 12.8733 15.8669 12.9794C15.777 13.0855 15.804 13.2476 15.8581 13.572L16.336 16.4395C16.3759 16.679 16.3959 16.7987 16.4798 16.8698C16.5637 16.9409 16.6851 16.9409 16.9279 16.9409Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.45722 1.71528C9.41001 1.93017 9.38477 2.24082 9.38477 2.7027V4.71757C9.38477 5.00041 9.38477 5.14183 9.47263 5.2297C9.5605 5.31757 9.70192 5.31757 9.98477 5.31757H10.24C10.2502 5.31739 10.2604 5.31739 10.2707 5.31757H13.7286C13.7388 5.31739 13.7491 5.31739 13.7593 5.31757H14.0145C14.2973 5.31757 14.4388 5.31757 14.5266 5.2297C14.6145 5.14183 14.6145 5.00041 14.6145 4.71757V2.7027C14.6145 2.24082 14.5892 1.93017 14.542 1.71528C14.497 1.51027 14.4446 1.45162 14.4287 1.43575C14.4129 1.41988 14.3542 1.36749 14.1492 1.32245C13.9343 1.27525 13.6237 1.25 13.1618 1.25H10.8375C10.3756 1.25 10.0649 1.27525 9.85005 1.32245C9.64503 1.36749 9.58638 1.41988 9.57051 1.43575C9.55464 1.45162 9.50226 1.51027 9.45722 1.71528Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4969 7.0625H11.5038C11.261 7.0625 11.1396 7.0625 11.0557 7.13359C10.9718 7.20469 10.9518 7.32441 10.9119 7.56386L8.49705 22.0531C8.443 22.3774 8.41598 22.5395 8.50585 22.6456C8.59572 22.7517 8.76011 22.7517 9.08889 22.7517H14.9118C15.2406 22.7517 15.405 22.7517 15.4949 22.6456C15.5847 22.5395 15.5577 22.3774 15.5036 22.0531L13.0888 7.56386C13.0489 7.32441 13.0289 7.20469 12.945 7.13359C12.8611 7.0625 12.7397 7.0625 12.4969 7.0625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.69654 22.2503L7.17447 19.3828C7.22852 19.0585 7.25554 18.8963 7.16567 18.7902C7.0758 18.6841 6.91141 18.6841 6.58263 18.6841H2.7027C2.24082 18.6841 1.93017 18.7094 1.71528 18.7566C1.51027 18.8016 1.45162 18.854 1.43575 18.8699C1.41988 18.8857 1.36749 18.9444 1.32245 19.1494C1.27525 19.3643 1.25 19.6749 1.25 20.1368V21.299C1.25 21.7609 1.27525 22.0715 1.32245 22.2864C1.36749 22.4914 1.41988 22.5501 1.43575 22.5659C1.45162 22.5818 1.51027 22.6342 1.71528 22.6792C1.93017 22.7264 2.24082 22.7517 2.7027 22.7517H6.1047C6.34745 22.7517 6.46883 22.7517 6.55275 22.6806C6.63668 22.6095 6.65663 22.4898 6.69654 22.2503Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.66501 16.4395L8.14293 13.5719C8.19699 13.2476 8.22401 13.0855 8.13414 12.9794C8.04427 12.8733 7.87988 12.8733 7.5511 12.8733H5.02703C4.56514 12.8733 4.2545 12.8986 4.03961 12.9458C3.83459 12.9908 3.77594 13.0432 3.76007 13.0591C3.7442 13.0749 3.69182 13.1336 3.64678 13.3386C3.59957 13.5535 3.57432 13.8641 3.57432 14.326L3.57432 16.3409C3.57432 16.6237 3.57432 16.7651 3.66219 16.853C3.75006 16.9409 3.89148 16.9409 4.17432 16.9409H7.07317C7.31592 16.9409 7.4373 16.9409 7.52122 16.8698C7.60514 16.7987 7.6251 16.679 7.66501 16.4395Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.55576 11.095L9.1114 7.76114L9.1114 7.76113C9.16545 7.43683 9.19248 7.27467 9.10261 7.16859C9.01274 7.0625 8.84835 7.0625 8.51957 7.0625H7.35135C6.88947 7.0625 6.57882 7.08775 6.36393 7.13495C6.15891 7.17999 6.10027 7.23238 6.0844 7.24825C6.06853 7.26412 6.01614 7.32277 5.9711 7.52778C5.9239 7.74267 5.89865 8.05332 5.89865 8.5152V10.5301C5.89865 10.8129 5.89865 10.9543 5.98652 11.0422C6.07438 11.1301 6.21581 11.1301 6.49865 11.1301H8.51351C8.53424 11.1301 8.55235 11.1155 8.55576 11.095Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6371 7.13495C17.4222 7.08775 17.1116 7.0625 16.6497 7.0625H15.4815C15.1527 7.0625 14.9883 7.0625 14.8984 7.16859C14.8086 7.27467 14.8356 7.43683 14.8896 7.76113L14.8896 7.76114L15.4453 11.095C15.4487 11.1155 15.4668 11.1301 15.4875 11.1301H17.5024C17.7852 11.1301 17.9266 11.1301 18.0145 11.0422C18.1024 10.9543 18.1024 10.8129 18.1024 10.5301V8.5152C18.1024 8.05332 18.0771 7.74267 18.0299 7.52778C17.9849 7.32277 17.9325 7.26412 17.9166 7.24825C17.9008 7.23238 17.8421 7.17999 17.6371 7.13495Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.8963 22.7517H21.2983C21.7602 22.7517 22.0709 22.7264 22.2858 22.6792C22.4908 22.6342 22.5494 22.5818 22.5653 22.5659C22.5812 22.5501 22.6335 22.4914 22.6786 22.2864C22.7258 22.0715 22.751 21.7609 22.751 21.299V20.1368C22.751 19.6749 22.7258 19.3643 22.6786 19.1494C22.6335 18.9444 22.5812 18.8857 22.5653 18.8699C22.5494 18.854 22.4908 18.8016 22.2858 18.7566C22.0709 18.7094 21.7602 18.6841 21.2983 18.6841H17.4184C17.0896 18.6841 16.9252 18.6841 16.8354 18.7902C16.7455 18.8963 16.7725 19.0585 16.8266 19.3828L17.3045 22.2503C17.3444 22.4898 17.3644 22.6095 17.4483 22.6806C17.5322 22.7517 17.6536 22.7517 17.8963 22.7517Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.9279 16.9409H19.8267C20.1096 16.9409 20.251 16.9409 20.3388 16.853C20.4267 16.7651 20.4267 16.6237 20.4267 16.3409V14.326C20.4267 13.8641 20.4015 13.5535 20.3543 13.3386C20.3092 13.1336 20.2568 13.0749 20.241 13.0591C20.2251 13.0432 20.1664 12.9908 19.9614 12.9458C19.7465 12.8986 19.4359 12.8733 18.974 12.8733H16.4499C16.1212 12.8733 15.9568 12.8733 15.8669 12.9794C15.777 13.0855 15.804 13.2476 15.8581 13.572L16.336 16.4395C16.3759 16.679 16.3959 16.7987 16.4798 16.8698C16.5637 16.9409 16.6851 16.9409 16.9279 16.9409Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.45722 1.71528C9.41001 1.93017 9.38477 2.24082 9.38477 2.7027V4.71757C9.38477 5.00041 9.38477 5.14183 9.47263 5.2297C9.5605 5.31757 9.70192 5.31757 9.98477 5.31757H10.24C10.2502 5.31739 10.2604 5.31739 10.2707 5.31757H13.7286C13.7388 5.31739 13.7491 5.31739 13.7593 5.31757H14.0145C14.2973 5.31757 14.4388 5.31757 14.5266 5.2297C14.6145 5.14183 14.6145 5.00041 14.6145 4.71757V2.7027C14.6145 2.24082 14.5892 1.93017 14.542 1.71528C14.497 1.51027 14.4446 1.45162 14.4287 1.43575C14.4129 1.41988 14.3542 1.36749 14.1492 1.32245C13.9343 1.27525 13.6237 1.25 13.1618 1.25H10.8375C10.3756 1.25 10.0649 1.27525 9.85005 1.32245C9.64503 1.36749 9.58638 1.41988 9.57051 1.43575C9.55464 1.45162 9.50226 1.51027 9.45722 1.71528Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4969 7.0625H11.5038C11.261 7.0625 11.1396 7.0625 11.0557 7.13359C10.9718 7.20469 10.9518 7.32441 10.9119 7.56386L8.49705 22.0531C8.443 22.3774 8.41598 22.5395 8.50585 22.6456C8.59572 22.7517 8.76011 22.7517 9.08889 22.7517H14.9118C15.2406 22.7517 15.405 22.7517 15.4949 22.6456C15.5847 22.5395 15.5577 22.3774 15.5036 22.0531L13.0888 7.56386C13.0489 7.32441 13.0289 7.20469 12.945 7.13359C12.8611 7.0625 12.7397 7.0625 12.4969 7.0625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-monas{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9998 20C12.9998 19.4477 12.552 19 11.9998 19C11.4475 19 10.9998 19.4477 10.9998 20V22.35C10.9998 22.5386 10.9998 22.6328 10.9412 22.6914C10.8826 22.75 10.7883 22.75 10.5998 22.75H9.97058C9.56031 22.75 9.20995 22.75 8.93334 22.729C8.6618 22.7084 8.33828 22.6619 8.05554 22.4861C7.88549 22.3804 7.75897 22.2392 7.66579 22.1171C7.56933 21.9906 7.47825 21.8435 7.39002 21.6879C7.21771 21.384 7.013 20.969 6.75999 20.456L6.74873 20.4331C6.43767 19.8025 6.02451 19.1525 5.61499 18.6263C5.18044 18.0678 4.83031 17.7538 4.66442 17.6708C4.35331 17.5153 4.18998 17.1662 4.26989 16.8277C4.34981 16.4892 4.652 16.25 4.99983 16.25H18.9998C19.3477 16.25 19.6499 16.4892 19.7298 16.8277C19.8097 17.1662 19.6464 17.5153 19.3352 17.6708C19.1693 17.7538 18.8192 18.0678 18.3847 18.6263C17.9751 19.1525 17.562 19.8025 17.2509 20.4331L17.2397 20.456C16.9866 20.969 16.7819 21.384 16.6096 21.6879C16.5214 21.8435 16.4303 21.9906 16.3339 22.1171C16.2407 22.2392 16.1142 22.3804 15.9441 22.4861C15.6614 22.6619 15.3379 22.7084 15.0663 22.729C14.7897 22.75 14.4394 22.75 14.0291 22.75H13.3998C13.2112 22.75 13.1169 22.75 13.0583 22.6914C12.9998 22.6328 12.9998 22.5386 12.9998 22.35V20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2933 14.6412C15.3304 14.8268 15.1884 15 14.9991 15H9.00127C8.81196 15 8.66997 14.8268 8.7071 14.6412L10.0614 7.86961C10.0738 7.80773 10.0265 7.75 9.96335 7.75H9.50057C9.08635 7.75 8.75057 7.41421 8.75057 7C8.75057 6.58579 9.08635 6.25 9.50057 6.25C9.53659 6.25 9.56032 6.2124 9.54536 6.17964C9.3798 5.81701 9.25057 5.40184 9.25057 5C9.25057 4.48167 9.43504 3.99482 9.65368 3.5914C9.87584 3.18147 10.1626 2.80424 10.4336 2.49127C10.7066 2.17599 10.9773 1.91029 11.1789 1.72393C11.2801 1.63029 11.3652 1.55554 11.4259 1.50334C11.4564 1.47722 11.4808 1.45667 11.4982 1.44216L11.519 1.42496L11.5253 1.41984L11.5273 1.41817L11.5286 1.4171C11.8038 1.1943 12.1973 1.1943 12.4725 1.4171L12.4738 1.41817L12.4759 1.41984L12.4821 1.42496L12.5029 1.44216C12.5204 1.45667 12.5448 1.47722 12.5752 1.50334C12.636 1.55554 12.721 1.63029 12.8223 1.72393C13.0238 1.91029 13.2945 2.17599 13.5675 2.49127C13.8385 2.80424 14.1253 3.18147 14.3475 3.5914C14.5661 3.99482 14.7506 4.48167 14.7506 5C14.7506 5.40184 14.6213 5.81701 14.4558 6.17964C14.4408 6.2124 14.4645 6.25 14.5006 6.25C14.9148 6.25 15.2506 6.58579 15.2506 7C15.2506 7.41421 14.9148 7.75 14.5006 7.75H14.037C13.9739 7.75 13.9266 7.80773 13.939 7.86961L15.2933 14.6412Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9998 20C12.9998 19.4477 12.552 19 11.9998 19C11.4475 19 10.9998 19.4477 10.9998 20V22.35C10.9998 22.5386 10.9998 22.6328 10.9412 22.6914C10.8826 22.75 10.7883 22.75 10.5998 22.75H9.97058C9.56031 22.75 9.20995 22.75 8.93334 22.729C8.6618 22.7084 8.33828 22.6619 8.05554 22.4861C7.88549 22.3804 7.75897 22.2392 7.66579 22.1171C7.56933 21.9906 7.47825 21.8435 7.39002 21.6879C7.21771 21.384 7.013 20.969 6.75999 20.456L6.74873 20.4331C6.43767 19.8025 6.02451 19.1525 5.61499 18.6263C5.18044 18.0678 4.83031 17.7538 4.66442 17.6708C4.35331 17.5153 4.18998 17.1662 4.26989 16.8277C4.34981 16.4892 4.652 16.25 4.99983 16.25H18.9998C19.3477 16.25 19.6499 16.4892 19.7298 16.8277C19.8097 17.1662 19.6464 17.5153 19.3352 17.6708C19.1693 17.7538 18.8192 18.0678 18.3847 18.6263C17.9751 19.1525 17.562 19.8025 17.2509 20.4331L17.2397 20.456C16.9866 20.969 16.7819 21.384 16.6096 21.6879C16.5214 21.8435 16.4303 21.9906 16.3339 22.1171C16.2407 22.2392 16.1142 22.3804 15.9441 22.4861C15.6614 22.6619 15.3379 22.7084 15.0663 22.729C14.7897 22.75 14.4394 22.75 14.0291 22.75H13.3998C13.2112 22.75 13.1169 22.75 13.0583 22.6914C12.9998 22.6328 12.9998 22.5386 12.9998 22.35V20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2933 14.6412C15.3304 14.8268 15.1884 15 14.9991 15H9.00127C8.81196 15 8.66997 14.8268 8.7071 14.6412L10.0614 7.86961C10.0738 7.80773 10.0265 7.75 9.96335 7.75H9.50057C9.08635 7.75 8.75057 7.41421 8.75057 7C8.75057 6.58579 9.08635 6.25 9.50057 6.25C9.53659 6.25 9.56032 6.2124 9.54536 6.17964C9.3798 5.81701 9.25057 5.40184 9.25057 5C9.25057 4.48167 9.43504 3.99482 9.65368 3.5914C9.87584 3.18147 10.1626 2.80424 10.4336 2.49127C10.7066 2.17599 10.9773 1.91029 11.1789 1.72393C11.2801 1.63029 11.3652 1.55554 11.4259 1.50334C11.4564 1.47722 11.4808 1.45667 11.4982 1.44216L11.519 1.42496L11.5253 1.41984L11.5273 1.41817L11.5286 1.4171C11.8038 1.1943 12.1973 1.1943 12.4725 1.4171L12.4738 1.41817L12.4759 1.41984L12.4821 1.42496L12.5029 1.44216C12.5204 1.45667 12.5448 1.47722 12.5752 1.50334C12.636 1.55554 12.721 1.63029 12.8223 1.72393C13.0238 1.91029 13.2945 2.17599 13.5675 2.49127C13.8385 2.80424 14.1253 3.18147 14.3475 3.5914C14.5661 3.99482 14.7506 4.48167 14.7506 5C14.7506 5.40184 14.6213 5.81701 14.4558 6.17964C14.4408 6.2124 14.4645 6.25 14.5006 6.25C14.9148 6.25 15.2506 6.58579 15.2506 7C15.2506 7.41421 14.9148 7.75 14.5006 7.75H14.037C13.9739 7.75 13.9266 7.80773 13.939 7.86961L15.2933 14.6412Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-mosque-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 12C3.25 11.5858 3.58579 11.25 4 11.25L20 11.25C20.4142 11.25 20.75 11.5858 20.75 12V22C20.75 22.4142 20.4142 22.75 20 22.75L15 22.75H9.00004H4C3.58579 22.75 3.25 22.4142 3.25 22L3.25 12ZM9.00004 22.75C8.58583 22.75 8.25004 22.4142 8.25004 22V21.1056C8.25004 21.0589 8.25003 21.0128 8.25002 20.9672C8.2497 19.6713 8.24949 18.8361 8.51604 18.0735C8.67847 17.6088 8.91217 17.1721 9.20875 16.7792C9.69544 16.1344 10.3905 15.6713 11.4689 14.9527L11.584 14.876C11.8359 14.708 12.1641 14.708 12.4161 14.876L12.5312 14.9527C13.6096 15.6713 14.3047 16.1344 14.7913 16.7792C15.0879 17.1721 15.3216 17.6088 15.484 18.0735C15.7506 18.8361 15.7504 19.6713 15.7501 20.9672C15.7501 21.0128 15.75 21.0589 15.75 21.1056V22C15.75 22.4142 15.4143 22.75 15 22.75C14.5858 22.75 14.25 22.4142 14.25 22V21.1056C14.25 19.6228 14.2401 19.0608 14.068 18.5684C13.9569 18.2504 13.797 17.9517 13.5941 17.6828C13.3809 17.4003 13.0996 17.1622 12.5552 16.7813C12.2902 16.5958 12.1576 16.503 12 16.503C11.8425 16.503 11.7099 16.5958 11.4449 16.7813C10.9005 17.1622 10.6192 17.4003 10.406 17.6828C10.2031 17.9517 10.0432 18.2504 9.93204 18.5684C9.75996 19.0608 9.75004 19.6228 9.75004 21.1056V22C9.75004 22.4142 9.41426 22.75 9.00004 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55228 7 7 7.44772 7 8V12C7 12.5523 6.55228 13 6 13C5.44772 13 5 12.5523 5 12V8C5 7.44772 5.44772 7 6 7ZM18 7C18.5523 7 19 7.44772 19 8V12C19 12.5523 18.5523 13 18 13C17.4477 13 17 12.5523 17 12V8C17 7.44772 17.4477 7 18 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13L3 13C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 8C4 7.44772 4.44772 7 5 7H19C19.5523 7 20 7.44772 20 8C20 8.55228 19.5523 9 19 9H5C4.44772 9 4 8.55228 4 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 22C2 21.4477 2.44772 21 3 21L21 21C21.5523 21 22 21.4477 22 22C22 22.5523 21.5523 23 21 23L3 23C2.44772 23 2 22.5523 2 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V3C13 3.55228 12.5523 4 12 4C11.4477 4 11 3.55228 11 3V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.5153 2.45498C12.2262 2.18166 11.7739 2.18167 11.4848 2.45501C11.2347 2.69148 10.7843 2.95616 10.1719 3.30561L10.1176 3.33656C9.56249 3.65318 8.90971 4.02548 8.38761 4.44854C7.86714 4.87028 7.30571 5.47589 7.25389 6.29234C7.19993 7.14254 7.71056 7.90016 8.55291 8.58271C8.68648 8.69094 8.85317 8.75 9.02508 8.75H14.9751C15.147 8.75 15.3137 8.69094 15.4473 8.58272C16.2896 7.90017 16.8003 7.14255 16.7463 6.29235C16.6945 5.47589 16.1331 4.87028 15.6126 4.44854C15.0905 4.02547 14.4377 3.65315 13.8825 3.33652L13.8283 3.30561C13.2158 2.95615 12.7655 2.69147 12.5153 2.45498Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 12C3.25 11.5858 3.58579 11.25 4 11.25L20 11.25C20.4142 11.25 20.75 11.5858 20.75 12V22C20.75 22.4142 20.4142 22.75 20 22.75L15 22.75H9.00004H4C3.58579 22.75 3.25 22.4142 3.25 22L3.25 12ZM9.00004 22.75C8.58583 22.75 8.25004 22.4142 8.25004 22V21.1056C8.25004 21.0589 8.25003 21.0128 8.25002 20.9672C8.2497 19.6713 8.24949 18.8361 8.51604 18.0735C8.67847 17.6088 8.91217 17.1721 9.20875 16.7792C9.69544 16.1344 10.3905 15.6713 11.4689 14.9527L11.584 14.876C11.8359 14.708 12.1641 14.708 12.4161 14.876L12.5312 14.9527C13.6096 15.6713 14.3047 16.1344 14.7913 16.7792C15.0879 17.1721 15.3216 17.6088 15.484 18.0735C15.7506 18.8361 15.7504 19.6713 15.7501 20.9672C15.7501 21.0128 15.75 21.0589 15.75 21.1056V22C15.75 22.4142 15.4143 22.75 15 22.75C14.5858 22.75 14.25 22.4142 14.25 22V21.1056C14.25 19.6228 14.2401 19.0608 14.068 18.5684C13.9569 18.2504 13.797 17.9517 13.5941 17.6828C13.3809 17.4003 13.0996 17.1622 12.5552 16.7813C12.2902 16.5958 12.1576 16.503 12 16.503C11.8425 16.503 11.7099 16.5958 11.4449 16.7813C10.9005 17.1622 10.6192 17.4003 10.406 17.6828C10.2031 17.9517 10.0432 18.2504 9.93204 18.5684C9.75996 19.0608 9.75004 19.6228 9.75004 21.1056V22C9.75004 22.4142 9.41426 22.75 9.00004 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55228 7 7 7.44772 7 8V12C7 12.5523 6.55228 13 6 13C5.44772 13 5 12.5523 5 12V8C5 7.44772 5.44772 7 6 7ZM18 7C18.5523 7 19 7.44772 19 8V12C19 12.5523 18.5523 13 18 13C17.4477 13 17 12.5523 17 12V8C17 7.44772 17.4477 7 18 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13L3 13C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 8C4 7.44772 4.44772 7 5 7H19C19.5523 7 20 7.44772 20 8C20 8.55228 19.5523 9 19 9H5C4.44772 9 4 8.55228 4 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 22C2 21.4477 2.44772 21 3 21L21 21C21.5523 21 22 21.4477 22 22C22 22.5523 21.5523 23 21 23L3 23C2.44772 23 2 22.5523 2 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V3C13 3.55228 12.5523 4 12 4C11.4477 4 11 3.55228 11 3V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.5153 2.45498C12.2262 2.18166 11.7739 2.18167 11.4848 2.45501C11.2347 2.69148 10.7843 2.95616 10.1719 3.30561L10.1176 3.33656C9.56249 3.65318 8.90971 4.02548 8.38761 4.44854C7.86714 4.87028 7.30571 5.47589 7.25389 6.29234C7.19993 7.14254 7.71056 7.90016 8.55291 8.58271C8.68648 8.69094 8.85317 8.75 9.02508 8.75H14.9751C15.147 8.75 15.3137 8.69094 15.4473 8.58272C16.2896 7.90017 16.8003 7.14255 16.7463 6.29235C16.6945 5.47589 16.1331 4.87028 15.6126 4.44854C15.0905 4.02547 14.4377 3.65315 13.8825 3.33652L13.8283 3.30561C13.2158 2.95615 12.7655 2.69147 12.5153 2.45498Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-mosque-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 13H19H17C16.4477 13 16 12.5523 16 12C16 11.4478 16.4477 11 17 11H18V10C18 9.44775 18.4477 9.00004 19 9.00004C19.5523 9.00004 20 9.44775 20 10V11H21H22C22.5523 11 23 11.4478 23 12C23 12.5523 22.5523 13 22 13V21.7534C22 22.3057 21.5523 22.7534 21 22.7534H17C16.4477 22.7534 16 22.3057 16 21.7534C16 21.2011 16.4477 20.7534 17 20.7534H20V13ZM2 13L2 21.7486C2 22.3009 2.44772 22.7486 3 22.7486H7C7.55228 22.7486 8 22.3009 8 21.7486C8 21.1963 7.55228 20.7486 7 20.7486H4L4 13H5H7C7.55228 13 8 12.5523 8 12C8 11.4478 7.55228 11 7 11H6V10C6 9.44775 5.55228 9.00004 5 9.00004C4.44772 9.00004 4 9.44775 4 10V11H3H2C1.44772 11 1 11.4478 1 12C1 12.5523 1.44772 13 2 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 1.25C12.2517 1.24999 12.4867 1.37633 12.6256 1.58637C12.8942 1.99256 13.3588 2.42652 13.9622 2.97735L14.0114 3.0223C14.5712 3.53308 15.2199 4.12512 15.7342 4.79194C16.2696 5.48607 16.7078 6.32075 16.7471 7.31403C16.7665 7.80302 16.6883 8.30174 16.5046 8.8119C16.4633 8.92656 16.3527 9 16.2308 9H7.76922C7.64736 9 7.53671 8.92655 7.49543 8.8119C7.31175 8.30173 7.23348 7.80302 7.25288 7.31402C7.29228 6.32075 7.73043 5.48606 8.26582 4.79194C8.78013 4.12515 9.42883 3.53313 9.98851 3.02236L10.0378 2.97735C10.6412 2.42652 11.1058 1.99258 11.3743 1.5864C11.5132 1.37636 11.7482 1.25001 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4501 14.3998C12.1834 14.1998 11.8167 14.1998 11.5501 14.3998L11.4582 14.4687C10.7642 14.9888 10.2838 15.3488 9.94409 15.8264C9.71971 16.1419 9.54555 16.4902 9.42778 16.859C9.24947 17.4174 9.2497 18.0177 9.25003 18.8849L9.25006 18.9998V22.149C9.25006 22.4319 9.25006 22.5733 9.16219 22.6612C9.07432 22.749 8.9329 22.749 8.65006 22.749H7C6.58579 22.749 6.25 22.4132 6.25 21.999L6.25 13.947C6.24997 13.0485 6.24995 12.2993 6.32992 11.7045C6.40324 11.1592 6.55299 10.6598 6.88965 10.2395C7.02408 10.0717 7.05016 10.0545 7.30399 10.0545L16.696 10.0545C16.9498 10.0545 16.9759 10.0717 17.1104 10.2395C17.447 10.6598 17.5968 11.1592 17.6701 11.7045C17.7501 12.2993 17.75 13.0486 17.75 13.947L17.75 21.999C17.75 22.4132 17.4142 22.749 17 22.749H15.3501C15.0672 22.749 14.9258 22.749 14.8379 22.6612C14.7501 22.5733 14.7501 22.4319 14.7501 22.149V18.9998L14.7501 18.8849V18.8849C14.7504 18.0177 14.7506 17.4174 14.5723 16.859C14.4546 16.4902 14.2804 16.1419 14.056 15.8264C13.7163 15.3488 13.2359 14.9888 12.542 14.4687L12.4501 14.3998ZM12.6501 22.749C12.9329 22.749 13.0743 22.749 13.1622 22.6612C13.2501 22.5733 13.2501 22.4319 13.2501 22.149V18.9998C13.2501 17.973 13.2417 17.6231 13.1434 17.3153C13.0728 17.0941 12.9683 16.8851 12.8336 16.6958C12.7295 16.5493 12.5983 16.4174 12.361 16.2231C12.1918 16.0845 12.1072 16.0153 12.0001 16.0153C11.8929 16.0153 11.8083 16.0845 11.6392 16.2231C11.4019 16.4174 11.2706 16.5493 11.1665 16.6958C11.0319 16.8851 10.9274 17.0941 10.8567 17.3153C10.7584 17.6231 10.7501 17.973 10.7501 18.9998V22.149C10.7501 22.4319 10.7501 22.5733 10.8379 22.6612C10.9258 22.749 11.0672 22.749 11.3501 22.749H12.6501Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 13H19H17C16.4477 13 16 12.5523 16 12C16 11.4478 16.4477 11 17 11H18V10C18 9.44775 18.4477 9.00004 19 9.00004C19.5523 9.00004 20 9.44775 20 10V11H21H22C22.5523 11 23 11.4478 23 12C23 12.5523 22.5523 13 22 13V21.7534C22 22.3057 21.5523 22.7534 21 22.7534H17C16.4477 22.7534 16 22.3057 16 21.7534C16 21.2011 16.4477 20.7534 17 20.7534H20V13ZM2 13L2 21.7486C2 22.3009 2.44772 22.7486 3 22.7486H7C7.55228 22.7486 8 22.3009 8 21.7486C8 21.1963 7.55228 20.7486 7 20.7486H4L4 13H5H7C7.55228 13 8 12.5523 8 12C8 11.4478 7.55228 11 7 11H6V10C6 9.44775 5.55228 9.00004 5 9.00004C4.44772 9.00004 4 9.44775 4 10V11H3H2C1.44772 11 1 11.4478 1 12C1 12.5523 1.44772 13 2 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 1.25C12.2517 1.24999 12.4867 1.37633 12.6256 1.58637C12.8942 1.99256 13.3588 2.42652 13.9622 2.97735L14.0114 3.0223C14.5712 3.53308 15.2199 4.12512 15.7342 4.79194C16.2696 5.48607 16.7078 6.32075 16.7471 7.31403C16.7665 7.80302 16.6883 8.30174 16.5046 8.8119C16.4633 8.92656 16.3527 9 16.2308 9H7.76922C7.64736 9 7.53671 8.92655 7.49543 8.8119C7.31175 8.30173 7.23348 7.80302 7.25288 7.31402C7.29228 6.32075 7.73043 5.48606 8.26582 4.79194C8.78013 4.12515 9.42883 3.53313 9.98851 3.02236L10.0378 2.97735C10.6412 2.42652 11.1058 1.99258 11.3743 1.5864C11.5132 1.37636 11.7482 1.25001 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4501 14.3998C12.1834 14.1998 11.8167 14.1998 11.5501 14.3998L11.4582 14.4687C10.7642 14.9888 10.2838 15.3488 9.94409 15.8264C9.71971 16.1419 9.54555 16.4902 9.42778 16.859C9.24947 17.4174 9.2497 18.0177 9.25003 18.8849L9.25006 18.9998V22.149C9.25006 22.4319 9.25006 22.5733 9.16219 22.6612C9.07432 22.749 8.9329 22.749 8.65006 22.749H7C6.58579 22.749 6.25 22.4132 6.25 21.999L6.25 13.947C6.24997 13.0485 6.24995 12.2993 6.32992 11.7045C6.40324 11.1592 6.55299 10.6598 6.88965 10.2395C7.02408 10.0717 7.05016 10.0545 7.30399 10.0545L16.696 10.0545C16.9498 10.0545 16.9759 10.0717 17.1104 10.2395C17.447 10.6598 17.5968 11.1592 17.6701 11.7045C17.7501 12.2993 17.75 13.0486 17.75 13.947L17.75 21.999C17.75 22.4132 17.4142 22.749 17 22.749H15.3501C15.0672 22.749 14.9258 22.749 14.8379 22.6612C14.7501 22.5733 14.7501 22.4319 14.7501 22.149V18.9998L14.7501 18.8849V18.8849C14.7504 18.0177 14.7506 17.4174 14.5723 16.859C14.4546 16.4902 14.2804 16.1419 14.056 15.8264C13.7163 15.3488 13.2359 14.9888 12.542 14.4687L12.4501 14.3998ZM12.6501 22.749C12.9329 22.749 13.0743 22.749 13.1622 22.6612C13.2501 22.5733 13.2501 22.4319 13.2501 22.149V18.9998C13.2501 17.973 13.2417 17.6231 13.1434 17.3153C13.0728 17.0941 12.9683 16.8851 12.8336 16.6958C12.7295 16.5493 12.5983 16.4174 12.361 16.2231C12.1918 16.0845 12.1072 16.0153 12.0001 16.0153C11.8929 16.0153 11.8083 16.0845 11.6392 16.2231C11.4019 16.4174 11.2706 16.5493 11.1665 16.6958C11.0319 16.8851 10.9274 17.0941 10.8567 17.3153C10.7584 17.6231 10.7501 17.973 10.7501 18.9998V22.149C10.7501 22.4319 10.7501 22.5733 10.8379 22.6612C10.9258 22.749 11.0672 22.749 11.3501 22.749H12.6501Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-mosque-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 1.25C19.2518 1.24999 19.4868 1.37633 19.6256 1.58637C19.7289 1.74256 19.9533 1.95553 20.2657 2.24073C20.5406 2.49151 20.8864 2.80699 21.1641 3.16694C21.4584 3.54857 21.7244 4.0395 21.7483 4.64216C21.7725 5.25375 21.5432 5.8593 21.0814 6.45807C20.9394 6.64217 20.72 6.75 20.4875 6.75H17.5125C17.28 6.75 17.0606 6.64217 16.9186 6.45806C16.4568 5.85929 16.2275 5.25374 16.2517 4.64215C16.2756 4.0395 16.5416 3.54856 16.836 3.16694C17.1136 2.80701 17.4594 2.49154 17.7343 2.24077L17.7343 2.24077C18.0467 1.95556 18.2711 1.74258 18.3743 1.5864C18.5132 1.37636 18.7482 1.25001 19 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.99996 2.75C10.2517 2.74999 10.4867 2.87633 10.6256 3.08637C10.8942 3.49256 11.4081 3.97146 12.0114 4.52229L12.0114 4.52229C12.5712 5.03308 13.2199 5.62512 13.7342 6.29194C14.2696 6.98607 14.7078 7.82075 14.7471 8.81403C14.7869 9.81625 14.4164 10.8593 13.5689 11.9581C13.4269 12.1422 13.2075 12.25 12.975 12.25H7.02498C6.79248 12.25 6.57312 12.1422 6.43112 11.9581C5.58361 10.8593 5.21313 9.81624 5.25288 8.81402C5.29228 7.82075 5.73043 6.98606 6.26582 6.29194C6.78013 5.62515 7.42883 5.03314 7.9885 4.52236L7.98851 4.52236C8.59188 3.97153 9.10581 3.49258 9.37433 3.0864C9.51318 2.87636 9.74817 2.75001 9.99996 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.4501 16.4C10.1834 16.2 9.81673 16.2 9.55006 16.4C8.85609 16.9201 8.2838 17.349 7.94409 17.8266C7.71972 18.1421 7.54555 18.4905 7.42778 18.8593C7.24947 19.4176 7.2497 20.0179 7.25003 20.8851L7.25005 22.35C7.25005 22.5386 7.25006 22.6328 7.19148 22.6914C7.1329 22.75 7.03862 22.75 6.85005 22.75H3.00001C2.58579 22.75 2.25001 22.4142 2.25001 22L2.25 16.9506C2.24997 16.2858 2.24994 15.7129 2.31161 15.2542C2.37771 14.7625 2.52677 14.2913 2.90902 13.909C3.29126 13.5268 3.76253 13.3777 4.25416 13.3116C4.7129 13.2499 5.28574 13.25 5.95058 13.25H14.0494C14.7142 13.25 15.2871 13.2499 15.7459 13.3116C16.2375 13.3777 16.7088 13.5268 17.091 13.909C17.4732 14.2913 17.6223 14.7625 17.6884 15.2542C17.7501 15.7129 17.75 16.2858 17.75 16.9506L17.75 22C17.75 22.4142 17.4142 22.75 17 22.75H13.1501C12.9615 22.75 12.8672 22.75 12.8086 22.6914C12.7501 22.6328 12.7501 22.5386 12.7501 22.35L12.7501 20.8852C12.7504 20.0179 12.7506 19.4176 12.5723 18.8593C12.4546 18.4905 12.2804 18.1421 12.056 17.8266C11.7163 17.349 11.144 16.9201 10.4501 16.4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.8501 22.75C11.0386 22.75 11.1329 22.75 11.1915 22.6914C11.2501 22.6328 11.2501 22.5386 11.2501 22.35V21C11.2501 19.9732 11.2417 19.6233 11.1434 19.3156C11.0728 19.0943 10.9683 18.8853 10.8336 18.696C10.7132 18.5267 10.5566 18.3767 10.2417 18.1274C10.127 18.0365 10.0697 17.9911 10.0001 17.9911C9.93047 17.9911 9.87312 18.0365 9.75843 18.1274C9.44353 18.3767 9.28688 18.5267 9.16648 18.696C9.03185 18.8853 8.92735 19.0943 8.85669 19.3156C8.75841 19.6233 8.75006 19.9732 8.75006 21V22.35C8.75006 22.5386 8.75006 22.6328 8.80864 22.6914C8.86722 22.75 8.9615 22.75 9.15006 22.75H10.8501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5416 5.25118C17.9552 5.27415 18.2718 5.62805 18.2489 6.04162L17.7489 15.0416C17.7259 15.4552 17.372 15.7718 16.9584 15.7489C16.5448 15.7259 16.2282 15.372 16.2512 14.9584L16.7512 5.95842C16.7742 5.54484 17.128 5.2282 17.5416 5.25118Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.4766 5.25039C20.8906 5.23745 21.2367 5.56258 21.2497 5.97659L21.7497 21.9766C21.756 22.1795 21.6798 22.3763 21.5386 22.522C21.3973 22.6678 21.203 22.75 21 22.75H17C16.5858 22.75 16.25 22.4142 16.25 22C16.25 21.5858 16.5858 21.25 17 21.25H20.2262L19.7504 6.02345C19.7374 5.60944 20.0626 5.26332 20.4766 5.25039Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 1.25C19.2518 1.24999 19.4868 1.37633 19.6256 1.58637C19.7289 1.74256 19.9533 1.95553 20.2657 2.24073C20.5406 2.49151 20.8864 2.80699 21.1641 3.16694C21.4584 3.54857 21.7244 4.0395 21.7483 4.64216C21.7725 5.25375 21.5432 5.8593 21.0814 6.45807C20.9394 6.64217 20.72 6.75 20.4875 6.75H17.5125C17.28 6.75 17.0606 6.64217 16.9186 6.45806C16.4568 5.85929 16.2275 5.25374 16.2517 4.64215C16.2756 4.0395 16.5416 3.54856 16.836 3.16694C17.1136 2.80701 17.4594 2.49154 17.7343 2.24077L17.7343 2.24077C18.0467 1.95556 18.2711 1.74258 18.3743 1.5864C18.5132 1.37636 18.7482 1.25001 19 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.99996 2.75C10.2517 2.74999 10.4867 2.87633 10.6256 3.08637C10.8942 3.49256 11.4081 3.97146 12.0114 4.52229L12.0114 4.52229C12.5712 5.03308 13.2199 5.62512 13.7342 6.29194C14.2696 6.98607 14.7078 7.82075 14.7471 8.81403C14.7869 9.81625 14.4164 10.8593 13.5689 11.9581C13.4269 12.1422 13.2075 12.25 12.975 12.25H7.02498C6.79248 12.25 6.57312 12.1422 6.43112 11.9581C5.58361 10.8593 5.21313 9.81624 5.25288 8.81402C5.29228 7.82075 5.73043 6.98606 6.26582 6.29194C6.78013 5.62515 7.42883 5.03314 7.9885 4.52236L7.98851 4.52236C8.59188 3.97153 9.10581 3.49258 9.37433 3.0864C9.51318 2.87636 9.74817 2.75001 9.99996 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.4501 16.4C10.1834 16.2 9.81673 16.2 9.55006 16.4C8.85609 16.9201 8.2838 17.349 7.94409 17.8266C7.71972 18.1421 7.54555 18.4905 7.42778 18.8593C7.24947 19.4176 7.2497 20.0179 7.25003 20.8851L7.25005 22.35C7.25005 22.5386 7.25006 22.6328 7.19148 22.6914C7.1329 22.75 7.03862 22.75 6.85005 22.75H3.00001C2.58579 22.75 2.25001 22.4142 2.25001 22L2.25 16.9506C2.24997 16.2858 2.24994 15.7129 2.31161 15.2542C2.37771 14.7625 2.52677 14.2913 2.90902 13.909C3.29126 13.5268 3.76253 13.3777 4.25416 13.3116C4.7129 13.2499 5.28574 13.25 5.95058 13.25H14.0494C14.7142 13.25 15.2871 13.2499 15.7459 13.3116C16.2375 13.3777 16.7088 13.5268 17.091 13.909C17.4732 14.2913 17.6223 14.7625 17.6884 15.2542C17.7501 15.7129 17.75 16.2858 17.75 16.9506L17.75 22C17.75 22.4142 17.4142 22.75 17 22.75H13.1501C12.9615 22.75 12.8672 22.75 12.8086 22.6914C12.7501 22.6328 12.7501 22.5386 12.7501 22.35L12.7501 20.8852C12.7504 20.0179 12.7506 19.4176 12.5723 18.8593C12.4546 18.4905 12.2804 18.1421 12.056 17.8266C11.7163 17.349 11.144 16.9201 10.4501 16.4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.8501 22.75C11.0386 22.75 11.1329 22.75 11.1915 22.6914C11.2501 22.6328 11.2501 22.5386 11.2501 22.35V21C11.2501 19.9732 11.2417 19.6233 11.1434 19.3156C11.0728 19.0943 10.9683 18.8853 10.8336 18.696C10.7132 18.5267 10.5566 18.3767 10.2417 18.1274C10.127 18.0365 10.0697 17.9911 10.0001 17.9911C9.93047 17.9911 9.87312 18.0365 9.75843 18.1274C9.44353 18.3767 9.28688 18.5267 9.16648 18.696C9.03185 18.8853 8.92735 19.0943 8.85669 19.3156C8.75841 19.6233 8.75006 19.9732 8.75006 21V22.35C8.75006 22.5386 8.75006 22.6328 8.80864 22.6914C8.86722 22.75 8.9615 22.75 9.15006 22.75H10.8501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5416 5.25118C17.9552 5.27415 18.2718 5.62805 18.2489 6.04162L17.7489 15.0416C17.7259 15.4552 17.372 15.7718 16.9584 15.7489C16.5448 15.7259 16.2282 15.372 16.2512 14.9584L16.7512 5.95842C16.7742 5.54484 17.128 5.2282 17.5416 5.25118Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.4766 5.25039C20.8906 5.23745 21.2367 5.56258 21.2497 5.97659L21.7497 21.9766C21.756 22.1795 21.6798 22.3763 21.5386 22.522C21.3973 22.6678 21.203 22.75 21 22.75H17C16.5858 22.75 16.25 22.4142 16.25 22C16.25 21.5858 16.5858 21.25 17 21.25H20.2262L19.7504 6.02345C19.7374 5.60944 20.0626 5.26332 20.4766 5.25039Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-patio{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 14H4.25V22.75H9.5H14.5H19.75V14H14.5H9.5ZM9.5 14C9.91421 14 10.25 14.3457 10.25 14.7721V21.9779C10.25 22.4043 9.91421 22.75 9.5 22.75C9.08579 22.75 8.75 22.4043 8.75 21.9779V14.7721C8.75 14.3457 9.08579 14 9.5 14ZM14.5 14C14.0858 14 13.75 14.3457 13.75 14.7721V21.9779C13.75 22.4043 14.0858 22.75 14.5 22.75C14.9142 22.75 15.25 22.4043 15.25 21.9779V14.7721C15.25 14.3457 14.9142 14 14.5 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.00024 21.75C2.00024 21.1977 2.44796 20.75 3.00024 20.75H21.0002C21.5525 20.75 22.0002 21.1977 22.0002 21.75C22.0002 22.3023 21.5525 22.75 21.0002 22.75H3.00024C2.44796 22.75 2.00024 22.3023 2.00024 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.10579 15.5528C1.58162 14.6011 2.55428 14 3.61825 14H20.3822C21.4462 14 22.4188 14.6011 22.8946 15.5528C23.1416 16.0468 22.9414 16.6474 22.4474 16.8944C21.9535 17.1414 21.3528 16.9412 21.1058 16.4472C20.9688 16.1731 20.6886 16 20.3822 16H3.61825C3.31182 16 3.03169 16.1731 2.89465 16.4472C2.64766 16.9412 2.04698 17.1414 1.55301 16.8944C1.05903 16.6474 0.858803 16.0468 1.10579 15.5528Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.00024 8.25C5.00024 4.38401 8.13425 1.25 12.0002 1.25C15.8662 1.25 19.0002 4.38401 19.0002 8.25V14.25C19.0002 14.8023 18.5525 15.25 18.0002 15.25C17.448 15.25 17.0002 14.8023 17.0002 14.25V8.25L7.00024 8.25V14.25C7.00024 14.8023 6.55253 15.25 6.00024 15.25C5.44796 15.25 5.00024 14.8023 5.00024 14.25V8.25ZM7.41629 6.25H10.0002L8.68982 4.50277C8.14753 4.98221 7.71009 5.57755 7.41629 6.25ZM10.4371 3.49919L12.0002 5.58333L13.5634 3.49919C13.0716 3.33748 12.5461 3.25 12.0002 3.25C11.4544 3.25 10.9289 3.33748 10.4371 3.49919ZM15.3107 4.50277L14.0002 6.25H16.5842C16.2904 5.57755 15.853 4.98221 15.3107 4.50277Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 14H4.25V22.75H9.5H14.5H19.75V14H14.5H9.5ZM9.5 14C9.91421 14 10.25 14.3457 10.25 14.7721V21.9779C10.25 22.4043 9.91421 22.75 9.5 22.75C9.08579 22.75 8.75 22.4043 8.75 21.9779V14.7721C8.75 14.3457 9.08579 14 9.5 14ZM14.5 14C14.0858 14 13.75 14.3457 13.75 14.7721V21.9779C13.75 22.4043 14.0858 22.75 14.5 22.75C14.9142 22.75 15.25 22.4043 15.25 21.9779V14.7721C15.25 14.3457 14.9142 14 14.5 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.00024 21.75C2.00024 21.1977 2.44796 20.75 3.00024 20.75H21.0002C21.5525 20.75 22.0002 21.1977 22.0002 21.75C22.0002 22.3023 21.5525 22.75 21.0002 22.75H3.00024C2.44796 22.75 2.00024 22.3023 2.00024 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.10579 15.5528C1.58162 14.6011 2.55428 14 3.61825 14H20.3822C21.4462 14 22.4188 14.6011 22.8946 15.5528C23.1416 16.0468 22.9414 16.6474 22.4474 16.8944C21.9535 17.1414 21.3528 16.9412 21.1058 16.4472C20.9688 16.1731 20.6886 16 20.3822 16H3.61825C3.31182 16 3.03169 16.1731 2.89465 16.4472C2.64766 16.9412 2.04698 17.1414 1.55301 16.8944C1.05903 16.6474 0.858803 16.0468 1.10579 15.5528Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.00024 8.25C5.00024 4.38401 8.13425 1.25 12.0002 1.25C15.8662 1.25 19.0002 4.38401 19.0002 8.25V14.25C19.0002 14.8023 18.5525 15.25 18.0002 15.25C17.448 15.25 17.0002 14.8023 17.0002 14.25V8.25L7.00024 8.25V14.25C7.00024 14.8023 6.55253 15.25 6.00024 15.25C5.44796 15.25 5.00024 14.8023 5.00024 14.25V8.25ZM7.41629 6.25H10.0002L8.68982 4.50277C8.14753 4.98221 7.71009 5.57755 7.41629 6.25ZM10.4371 3.49919L12.0002 5.58333L13.5634 3.49919C13.0716 3.33748 12.5461 3.25 12.0002 3.25C11.4544 3.25 10.9289 3.33748 10.4371 3.49919ZM15.3107 4.50277L14.0002 6.25H16.5842C16.2904 5.57755 15.853 4.98221 15.3107 4.50277Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-pavilon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.75 13.6166C18.75 13.414 18.5533 13.2696 18.3565 13.3177C17.867 13.4375 17.3579 13.5005 16.8377 13.5005L7.16229 13.5005C6.64213 13.5005 6.13302 13.4375 5.64349 13.3177C5.44675 13.2696 5.25 13.414 5.25 13.6166L5.25 21.5005C5.25 21.9147 5.58579 22.2505 6 22.2505H18C18.4142 22.2505 18.75 21.9147 18.75 21.5005V13.6166ZM13.0922 15.8361C12.7369 15.7463 12.3579 15.7487 12.0939 15.7503H11.9063C11.6423 15.7487 11.2633 15.7463 10.908 15.8361C10.4527 15.9511 10.0174 16.2144 9.70453 16.7319C9.56675 16.9598 9.48944 17.2013 9.4311 17.4496C9.37547 17.6863 9.32717 17.9761 9.27066 18.3152L9.27065 18.3153L8.76032 21.3769C8.69222 21.7855 8.96823 22.1719 9.37681 22.24C9.78538 22.3082 10.1718 22.0321 10.2399 21.6236L10.7464 18.585C10.8078 18.2164 10.8483 17.9757 10.8913 17.7927C10.9329 17.6158 10.9656 17.5452 10.9882 17.5079C11.0737 17.3665 11.1574 17.3202 11.2755 17.2904C11.4345 17.2502 11.614 17.2504 11.9155 17.2507H12.0847C12.3863 17.2504 12.5657 17.2502 12.7248 17.2904C12.8428 17.3202 12.9265 17.3665 13.012 17.5079C13.0346 17.5452 13.0674 17.6158 13.1089 17.7927C13.1519 17.9757 13.1924 18.2164 13.2539 18.585L13.7603 21.6236C13.8284 22.0321 14.2149 22.3082 14.6234 22.24C15.032 22.1719 15.308 21.7855 15.2399 21.3769L14.7296 18.3153L14.7296 18.3152C14.6731 17.9761 14.6248 17.6863 14.5691 17.4496C14.5108 17.2013 14.4335 16.9598 14.2957 16.7319C13.9829 16.2144 13.5475 15.9511 13.0922 15.8361Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21.25C2 20.6977 2.44772 20.25 3 20.25H21C21.5523 20.25 22 20.6977 22 21.25C22 21.8023 21.5523 22.25 21 22.25H3C2.44772 22.25 2 21.8023 2 21.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 1.75C12.3442 1.75 12.6441 1.98422 12.7276 2.3181C13.1609 4.05142 15.4089 7.75 21 7.75C21.2411 7.75 21.4675 7.86589 21.6084 8.06147C21.7494 8.25704 21.7878 8.50846 21.7115 8.73717C21.0122 10.835 19.049 12.25 16.8377 12.25H7.16228C4.95098 12.25 2.98777 10.835 2.28849 8.73717C2.21226 8.50846 2.25061 8.25704 2.39157 8.06147C2.53254 7.86589 2.75892 7.75 3.00001 7.75C8.59112 7.75 10.8391 4.05142 11.2724 2.3181C11.3559 1.98422 11.6559 1.75 12 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.75 13.6166C18.75 13.414 18.5533 13.2696 18.3565 13.3177C17.867 13.4375 17.3579 13.5005 16.8377 13.5005L7.16229 13.5005C6.64213 13.5005 6.13302 13.4375 5.64349 13.3177C5.44675 13.2696 5.25 13.414 5.25 13.6166L5.25 21.5005C5.25 21.9147 5.58579 22.2505 6 22.2505H18C18.4142 22.2505 18.75 21.9147 18.75 21.5005V13.6166ZM13.0922 15.8361C12.7369 15.7463 12.3579 15.7487 12.0939 15.7503H11.9063C11.6423 15.7487 11.2633 15.7463 10.908 15.8361C10.4527 15.9511 10.0174 16.2144 9.70453 16.7319C9.56675 16.9598 9.48944 17.2013 9.4311 17.4496C9.37547 17.6863 9.32717 17.9761 9.27066 18.3152L9.27065 18.3153L8.76032 21.3769C8.69222 21.7855 8.96823 22.1719 9.37681 22.24C9.78538 22.3082 10.1718 22.0321 10.2399 21.6236L10.7464 18.585C10.8078 18.2164 10.8483 17.9757 10.8913 17.7927C10.9329 17.6158 10.9656 17.5452 10.9882 17.5079C11.0737 17.3665 11.1574 17.3202 11.2755 17.2904C11.4345 17.2502 11.614 17.2504 11.9155 17.2507H12.0847C12.3863 17.2504 12.5657 17.2502 12.7248 17.2904C12.8428 17.3202 12.9265 17.3665 13.012 17.5079C13.0346 17.5452 13.0674 17.6158 13.1089 17.7927C13.1519 17.9757 13.1924 18.2164 13.2539 18.585L13.7603 21.6236C13.8284 22.0321 14.2149 22.3082 14.6234 22.24C15.032 22.1719 15.308 21.7855 15.2399 21.3769L14.7296 18.3153L14.7296 18.3152C14.6731 17.9761 14.6248 17.6863 14.5691 17.4496C14.5108 17.2013 14.4335 16.9598 14.2957 16.7319C13.9829 16.2144 13.5475 15.9511 13.0922 15.8361Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21.25C2 20.6977 2.44772 20.25 3 20.25H21C21.5523 20.25 22 20.6977 22 21.25C22 21.8023 21.5523 22.25 21 22.25H3C2.44772 22.25 2 21.8023 2 21.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 1.75C12.3442 1.75 12.6441 1.98422 12.7276 2.3181C13.1609 4.05142 15.4089 7.75 21 7.75C21.2411 7.75 21.4675 7.86589 21.6084 8.06147C21.7494 8.25704 21.7878 8.50846 21.7115 8.73717C21.0122 10.835 19.049 12.25 16.8377 12.25H7.16228C4.95098 12.25 2.98777 10.835 2.28849 8.73717C2.21226 8.50846 2.25061 8.25704 2.39157 8.06147C2.53254 7.86589 2.75892 7.75 3.00001 7.75C8.59112 7.75 10.8391 4.05142 11.2724 2.3181C11.3559 1.98422 11.6559 1.75 12 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-pisa-tower{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.61762 3.46136C9.21872 3.3498 8.8049 3.58274 8.69334 3.98165C8.58178 4.38056 8.81472 4.79437 9.21362 4.90593L9.46897 4.97734L8.17969 9.99941L18.2856 12.8257L19.5748 7.80362L19.7993 7.86638C20.1982 7.97794 20.612 7.745 20.7235 7.34609C20.8351 6.94719 20.6022 6.53337 20.2032 6.42181L9.61762 3.46136ZM14.7241 9.20228C14.8358 8.8034 14.603 8.38951 14.2041 8.27783C13.8052 8.16615 13.3913 8.39896 13.2796 8.79783L12.8014 10.5058C12.6897 10.9047 12.9225 11.3186 13.3214 11.4303C13.7203 11.542 14.1342 11.3091 14.2459 10.9103L14.7241 9.20228Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.7824 19.7023C11.8941 19.3034 11.6613 18.8895 11.2624 18.7778C10.8635 18.6661 10.4497 18.899 10.338 19.2978L9.77797 21.2978C9.66628 21.6967 9.8991 22.1106 10.298 22.2223C10.3592 22.2394 10.4207 22.2484 10.4814 22.25H5.0332L6.88923 15.0203L6.63388 14.9489C6.23498 14.8373 6.00204 14.4235 6.1136 14.0246C6.22516 13.6257 6.63898 13.3928 7.03788 13.5043L17.6235 16.4648C18.0224 16.5763 18.2554 16.9902 18.1438 17.3891C18.0322 17.788 17.6184 18.0209 17.2195 17.9094L16.9951 17.8466L15.8646 22.25H10.5198C10.8402 22.2417 11.1315 22.0271 11.2224 21.7023L11.7824 19.7023Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 21.5C1.25 21.0858 1.58579 20.75 2 20.75H22C22.4142 20.75 22.75 21.0858 22.75 21.5C22.75 21.9142 22.4142 22.25 22 22.25H2C1.58579 22.25 1.25 21.9142 1.25 21.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.019 3.07208C12.2619 2.12531 13.2309 1.54909 14.1815 1.81494L17.0651 2.62139C17.9917 2.88051 18.5282 3.83731 18.2912 4.76067L17.8391 6.52239C17.7361 6.9236 17.3274 7.16538 16.9262 7.06241C16.525 6.95944 16.2832 6.55072 16.3862 6.14951L16.8383 4.38779C16.8761 4.24042 16.7878 4.10139 16.6611 4.06596L13.7775 3.25951C13.6519 3.22438 13.5097 3.29761 13.4719 3.44496L13.0274 5.17673C12.9244 5.57795 12.5157 5.81972 12.1145 5.71675C11.7133 5.61378 11.4715 5.20506 11.5745 4.80385L12.019 3.07208Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.32661 8.4848C7.9277 8.37324 7.51388 8.60618 7.40232 9.00509C7.29076 9.40399 7.5237 9.81781 7.92261 9.92937L8.17795 10.0008L6.88867 15.0228L11.6952 16.3671C11.7598 16.4104 11.8323 16.4444 11.9112 16.4665C11.9904 16.4887 12.0701 16.4973 12.1479 16.4937L16.9945 17.8491L18.2838 12.8271L18.5082 12.8898C18.9071 13.0014 19.321 12.7684 19.4325 12.3695C19.5441 11.9706 19.3111 11.5568 18.9122 11.4452L9.28894 8.75393L8.32661 8.4848ZM11.6035 14.7839L11.8446 13.9228C11.9563 13.524 12.3702 13.2911 12.7691 13.4028C13.1679 13.5145 13.4008 13.9284 13.2891 14.3273L13.0481 15.1879L15.9227 15.9918L16.8389 12.423L9.62285 10.4049L8.70665 13.9737L11.6035 14.7839Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.61762 3.46136C9.21872 3.3498 8.8049 3.58274 8.69334 3.98165C8.58178 4.38056 8.81472 4.79437 9.21362 4.90593L9.46897 4.97734L8.17969 9.99941L18.2856 12.8257L19.5748 7.80362L19.7993 7.86638C20.1982 7.97794 20.612 7.745 20.7235 7.34609C20.8351 6.94719 20.6022 6.53337 20.2032 6.42181L9.61762 3.46136ZM14.7241 9.20228C14.8358 8.8034 14.603 8.38951 14.2041 8.27783C13.8052 8.16615 13.3913 8.39896 13.2796 8.79783L12.8014 10.5058C12.6897 10.9047 12.9225 11.3186 13.3214 11.4303C13.7203 11.542 14.1342 11.3091 14.2459 10.9103L14.7241 9.20228Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.7824 19.7023C11.8941 19.3034 11.6613 18.8895 11.2624 18.7778C10.8635 18.6661 10.4497 18.899 10.338 19.2978L9.77797 21.2978C9.66628 21.6967 9.8991 22.1106 10.298 22.2223C10.3592 22.2394 10.4207 22.2484 10.4814 22.25H5.0332L6.88923 15.0203L6.63388 14.9489C6.23498 14.8373 6.00204 14.4235 6.1136 14.0246C6.22516 13.6257 6.63898 13.3928 7.03788 13.5043L17.6235 16.4648C18.0224 16.5763 18.2554 16.9902 18.1438 17.3891C18.0322 17.788 17.6184 18.0209 17.2195 17.9094L16.9951 17.8466L15.8646 22.25H10.5198C10.8402 22.2417 11.1315 22.0271 11.2224 21.7023L11.7824 19.7023Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 21.5C1.25 21.0858 1.58579 20.75 2 20.75H22C22.4142 20.75 22.75 21.0858 22.75 21.5C22.75 21.9142 22.4142 22.25 22 22.25H2C1.58579 22.25 1.25 21.9142 1.25 21.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.019 3.07208C12.2619 2.12531 13.2309 1.54909 14.1815 1.81494L17.0651 2.62139C17.9917 2.88051 18.5282 3.83731 18.2912 4.76067L17.8391 6.52239C17.7361 6.9236 17.3274 7.16538 16.9262 7.06241C16.525 6.95944 16.2832 6.55072 16.3862 6.14951L16.8383 4.38779C16.8761 4.24042 16.7878 4.10139 16.6611 4.06596L13.7775 3.25951C13.6519 3.22438 13.5097 3.29761 13.4719 3.44496L13.0274 5.17673C12.9244 5.57795 12.5157 5.81972 12.1145 5.71675C11.7133 5.61378 11.4715 5.20506 11.5745 4.80385L12.019 3.07208Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.32661 8.4848C7.9277 8.37324 7.51388 8.60618 7.40232 9.00509C7.29076 9.40399 7.5237 9.81781 7.92261 9.92937L8.17795 10.0008L6.88867 15.0228L11.6952 16.3671C11.7598 16.4104 11.8323 16.4444 11.9112 16.4665C11.9904 16.4887 12.0701 16.4973 12.1479 16.4937L16.9945 17.8491L18.2838 12.8271L18.5082 12.8898C18.9071 13.0014 19.321 12.7684 19.4325 12.3695C19.5441 11.9706 19.3111 11.5568 18.9122 11.4452L9.28894 8.75393L8.32661 8.4848ZM11.6035 14.7839L11.8446 13.9228C11.9563 13.524 12.3702 13.2911 12.7691 13.4028C13.1679 13.5145 13.4008 13.9284 13.2891 14.3273L13.0481 15.1879L15.9227 15.9918L16.8389 12.423L9.62285 10.4049L8.70665 13.9737L11.6035 14.7839Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-plaza{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.5 20.75C2.5 20.1977 2.94772 19.75 3.5 19.75H20.5C21.0523 19.75 21.5 20.1977 21.5 20.75C21.5 21.3023 21.0523 21.75 20.5 21.75H3.5C2.94772 21.75 2.5 21.3023 2.5 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1058 7.30301C12.3528 6.80903 12.9535 6.6088 13.4474 6.85579L18.3419 9.30301C18.353 9.30859 18.3642 9.31417 18.3754 9.31976C18.6152 9.4396 18.8577 9.56082 19.0553 9.68653C19.2816 9.83053 19.5196 10.0225 19.7015 10.3168C19.8834 10.6111 19.9487 10.9098 19.9762 11.1767C20.0003 11.4096 20.0003 11.6807 20.0002 11.9488C20.0002 11.9613 20.0002 11.9738 20.0002 11.9863V20.7502C20.0002 21.3025 19.5525 21.7502 19.0002 21.7502C18.4479 21.7502 18.0002 21.3025 18.0002 20.7502V11.9863C18.0002 11.6651 17.999 11.4997 17.9869 11.3823C17.9867 11.3805 17.9865 11.3786 17.9863 11.3769C17.9848 11.3759 17.9832 11.3749 17.9816 11.3739C17.8821 11.3106 17.7348 11.2355 17.4474 11.0919L12.553 8.64465C12.059 8.39766 11.8588 7.79698 12.1058 7.30301Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1807 2.48152C12.6558 2.1448 12.0956 2.23179 11.6331 2.38889C11.195 2.53769 10.6661 2.81224 10.0621 3.12575L5.98214 5.24323C5.73727 5.37028 5.50499 5.4908 5.31842 5.61401C5.10924 5.75216 4.90701 5.92489 4.75493 6.18031C4.60385 6.43406 4.54718 6.69411 4.52237 6.94324C4.49995 7.16831 4.49997 7.43482 4.5 7.7205L4.5 21C4.5 21.4142 4.83579 21.75 5.25 21.75H13.25C13.6642 21.75 14 21.4142 14 21L14 5.61931C14.0001 4.91449 14.0001 4.3052 13.9332 3.83734C13.8637 3.35171 13.6961 2.81213 13.1807 2.48152ZM8.75 8.25001C8.33579 8.25001 8 8.5858 8 9.00001C8 9.41423 8.33579 9.75001 8.75 9.75001H9.75C10.1642 9.75001 10.5 9.41423 10.5 9.00001C10.5 8.5858 10.1642 8.25001 9.75 8.25001H8.75ZM8.75 12.25C8.33579 12.25 8 12.5858 8 13C8 13.4142 8.33579 13.75 8.75 13.75H9.75C10.1642 13.75 10.5 13.4142 10.5 13C10.5 12.5858 10.1642 12.25 9.75 12.25H8.75ZM8.75 16.25C8.33579 16.25 8 16.5858 8 17C8 17.4142 8.33579 17.75 8.75 17.75H9.75C10.1642 17.75 10.5 17.4142 10.5 17C10.5 16.5858 10.1642 16.25 9.75 16.25H8.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.5 20.75C2.5 20.1977 2.94772 19.75 3.5 19.75H20.5C21.0523 19.75 21.5 20.1977 21.5 20.75C21.5 21.3023 21.0523 21.75 20.5 21.75H3.5C2.94772 21.75 2.5 21.3023 2.5 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1058 7.30301C12.3528 6.80903 12.9535 6.6088 13.4474 6.85579L18.3419 9.30301C18.353 9.30859 18.3642 9.31417 18.3754 9.31976C18.6152 9.4396 18.8577 9.56082 19.0553 9.68653C19.2816 9.83053 19.5196 10.0225 19.7015 10.3168C19.8834 10.6111 19.9487 10.9098 19.9762 11.1767C20.0003 11.4096 20.0003 11.6807 20.0002 11.9488C20.0002 11.9613 20.0002 11.9738 20.0002 11.9863V20.7502C20.0002 21.3025 19.5525 21.7502 19.0002 21.7502C18.4479 21.7502 18.0002 21.3025 18.0002 20.7502V11.9863C18.0002 11.6651 17.999 11.4997 17.9869 11.3823C17.9867 11.3805 17.9865 11.3786 17.9863 11.3769C17.9848 11.3759 17.9832 11.3749 17.9816 11.3739C17.8821 11.3106 17.7348 11.2355 17.4474 11.0919L12.553 8.64465C12.059 8.39766 11.8588 7.79698 12.1058 7.30301Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1807 2.48152C12.6558 2.1448 12.0956 2.23179 11.6331 2.38889C11.195 2.53769 10.6661 2.81224 10.0621 3.12575L5.98214 5.24323C5.73727 5.37028 5.50499 5.4908 5.31842 5.61401C5.10924 5.75216 4.90701 5.92489 4.75493 6.18031C4.60385 6.43406 4.54718 6.69411 4.52237 6.94324C4.49995 7.16831 4.49997 7.43482 4.5 7.7205L4.5 21C4.5 21.4142 4.83579 21.75 5.25 21.75H13.25C13.6642 21.75 14 21.4142 14 21L14 5.61931C14.0001 4.91449 14.0001 4.3052 13.9332 3.83734C13.8637 3.35171 13.6961 2.81213 13.1807 2.48152ZM8.75 8.25001C8.33579 8.25001 8 8.5858 8 9.00001C8 9.41423 8.33579 9.75001 8.75 9.75001H9.75C10.1642 9.75001 10.5 9.41423 10.5 9.00001C10.5 8.5858 10.1642 8.25001 9.75 8.25001H8.75ZM8.75 12.25C8.33579 12.25 8 12.5858 8 13C8 13.4142 8.33579 13.75 8.75 13.75H9.75C10.1642 13.75 10.5 13.4142 10.5 13C10.5 12.5858 10.1642 12.25 9.75 12.25H8.75ZM8.75 16.25C8.33579 16.25 8 16.5858 8 17C8 17.4142 8.33579 17.75 8.75 17.75H9.75C10.1642 17.75 10.5 17.4142 10.5 17C10.5 16.5858 10.1642 16.25 9.75 16.25H8.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-real-estate-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21.75C1 21.1977 1.44772 20.75 2 20.75H22C22.5523 20.75 23 21.1977 23 21.75C23 22.3023 22.5523 22.75 22 22.75H2C1.44772 22.75 1 22.3023 1 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 9C9 8.44772 9.44772 8 10 8H14C14.5523 8 15 8.44772 15 9C15 9.55228 14.5523 10 14 10H10C9.44772 10 9 9.55228 9 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 15C9 14.4477 9.44772 14 10 14H14C14.5523 14 15 14.4477 15 15C15 15.5523 14.5523 16 14 16H10C9.44772 16 9 15.5523 9 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.3353 3.37303L19.3353 3.37301L17.9638 2.55224L17.9638 2.5522C17.2072 2.09935 16.5714 1.71884 16.0469 1.49646C15.5096 1.26865 14.8965 1.12086 14.2914 1.41158C13.6573 1.7162 13.4299 2.30651 13.337 2.87085C13.2499 3.39982 13.2499 4.09721 13.25 4.9028L13.25 22.0005C13.25 22.4147 13.5858 22.7505 14 22.7505H21C21.4142 22.7505 21.75 22.4147 21.75 22.0005L21.75 7.44945C21.75 6.93134 21.75 6.48659 21.7115 6.11531C21.6701 5.71666 21.5801 5.3476 21.3681 4.99194C21.1585 4.6403 20.8748 4.37799 20.542 4.13596C20.2258 3.90594 19.8199 3.66305 19.3353 3.37303ZM17.4955 7.00024C16.9457 7.00024 16.5 7.44796 16.5 8.00024C16.5 8.55252 16.9457 9.00024 17.4955 9.00024H17.5045C18.0543 9.00024 18.5 8.55253 18.5 8.00024C18.5 7.44796 18.0543 7.00024 17.5045 7.00024H17.4955ZM17.4955 11.0002C16.9457 11.0002 16.5 11.448 16.5 12.0002C16.5 12.5525 16.9457 13.0002 17.4955 13.0002H17.5045C18.0543 13.0002 18.5 12.5525 18.5 12.0002C18.5 11.448 18.0543 11.0002 17.5045 11.0002H17.4955ZM17.4955 15.0002C16.9457 15.0002 16.5 15.448 16.5 16.0002C16.5 16.5525 16.9457 17.0002 17.4955 17.0002H17.5045C18.0543 17.0002 18.5 16.5525 18.5 16.0002C18.5 15.448 18.0543 15.0002 17.5045 15.0002H17.4955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.66469 3.37303L4.66473 3.37301L6.03618 2.55224L6.03623 2.5522C6.79285 2.09935 7.4286 1.71884 7.9531 1.49646C8.49042 1.26865 9.1035 1.12086 9.70862 1.41158C10.3427 1.7162 10.5701 2.30651 10.663 2.87085C10.7501 3.39982 10.7501 4.09721 10.75 4.9028L10.75 22.0005C10.75 22.4147 10.4142 22.7505 9.99999 22.7505H2.99999C2.58578 22.7505 2.24999 22.4147 2.24999 22.0005L2.24999 7.44945C2.24997 6.93134 2.24996 6.48659 2.28852 6.11531C2.32993 5.71666 2.41985 5.3476 2.63188 4.99194C2.84152 4.6403 3.12522 4.37799 3.45796 4.13596C3.77418 3.90594 4.18006 3.66305 4.66469 3.37303ZM6.50447 7.00024C7.05429 7.00024 7.5 7.44796 7.5 8.00024C7.5 8.55252 7.05429 9.00024 6.50447 9.00024H6.49553C5.94571 9.00024 5.5 8.55253 5.5 8.00024C5.5 7.44796 5.94571 7.00024 6.49553 7.00024H6.50447ZM6.50447 11.0002C7.05429 11.0002 7.5 11.448 7.5 12.0002C7.5 12.5525 7.05429 13.0002 6.50447 13.0002H6.49553C5.94571 13.0002 5.5 12.5525 5.5 12.0002C5.5 11.448 5.94571 11.0002 6.49553 11.0002H6.50447ZM6.50447 15.0002C7.05429 15.0002 7.5 15.448 7.5 16.0002C7.5 16.5525 7.05429 17.0002 6.50447 17.0002H6.49553C5.94571 17.0002 5.5 16.5525 5.5 16.0002C5.5 15.448 5.94571 15.0002 6.49553 15.0002H6.50447Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21.75C1 21.1977 1.44772 20.75 2 20.75H22C22.5523 20.75 23 21.1977 23 21.75C23 22.3023 22.5523 22.75 22 22.75H2C1.44772 22.75 1 22.3023 1 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 9C9 8.44772 9.44772 8 10 8H14C14.5523 8 15 8.44772 15 9C15 9.55228 14.5523 10 14 10H10C9.44772 10 9 9.55228 9 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 15C9 14.4477 9.44772 14 10 14H14C14.5523 14 15 14.4477 15 15C15 15.5523 14.5523 16 14 16H10C9.44772 16 9 15.5523 9 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.3353 3.37303L19.3353 3.37301L17.9638 2.55224L17.9638 2.5522C17.2072 2.09935 16.5714 1.71884 16.0469 1.49646C15.5096 1.26865 14.8965 1.12086 14.2914 1.41158C13.6573 1.7162 13.4299 2.30651 13.337 2.87085C13.2499 3.39982 13.2499 4.09721 13.25 4.9028L13.25 22.0005C13.25 22.4147 13.5858 22.7505 14 22.7505H21C21.4142 22.7505 21.75 22.4147 21.75 22.0005L21.75 7.44945C21.75 6.93134 21.75 6.48659 21.7115 6.11531C21.6701 5.71666 21.5801 5.3476 21.3681 4.99194C21.1585 4.6403 20.8748 4.37799 20.542 4.13596C20.2258 3.90594 19.8199 3.66305 19.3353 3.37303ZM17.4955 7.00024C16.9457 7.00024 16.5 7.44796 16.5 8.00024C16.5 8.55252 16.9457 9.00024 17.4955 9.00024H17.5045C18.0543 9.00024 18.5 8.55253 18.5 8.00024C18.5 7.44796 18.0543 7.00024 17.5045 7.00024H17.4955ZM17.4955 11.0002C16.9457 11.0002 16.5 11.448 16.5 12.0002C16.5 12.5525 16.9457 13.0002 17.4955 13.0002H17.5045C18.0543 13.0002 18.5 12.5525 18.5 12.0002C18.5 11.448 18.0543 11.0002 17.5045 11.0002H17.4955ZM17.4955 15.0002C16.9457 15.0002 16.5 15.448 16.5 16.0002C16.5 16.5525 16.9457 17.0002 17.4955 17.0002H17.5045C18.0543 17.0002 18.5 16.5525 18.5 16.0002C18.5 15.448 18.0543 15.0002 17.5045 15.0002H17.4955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.66469 3.37303L4.66473 3.37301L6.03618 2.55224L6.03623 2.5522C6.79285 2.09935 7.4286 1.71884 7.9531 1.49646C8.49042 1.26865 9.1035 1.12086 9.70862 1.41158C10.3427 1.7162 10.5701 2.30651 10.663 2.87085C10.7501 3.39982 10.7501 4.09721 10.75 4.9028L10.75 22.0005C10.75 22.4147 10.4142 22.7505 9.99999 22.7505H2.99999C2.58578 22.7505 2.24999 22.4147 2.24999 22.0005L2.24999 7.44945C2.24997 6.93134 2.24996 6.48659 2.28852 6.11531C2.32993 5.71666 2.41985 5.3476 2.63188 4.99194C2.84152 4.6403 3.12522 4.37799 3.45796 4.13596C3.77418 3.90594 4.18006 3.66305 4.66469 3.37303ZM6.50447 7.00024C7.05429 7.00024 7.5 7.44796 7.5 8.00024C7.5 8.55252 7.05429 9.00024 6.50447 9.00024H6.49553C5.94571 9.00024 5.5 8.55253 5.5 8.00024C5.5 7.44796 5.94571 7.00024 6.49553 7.00024H6.50447ZM6.50447 11.0002C7.05429 11.0002 7.5 11.448 7.5 12.0002C7.5 12.5525 7.05429 13.0002 6.50447 13.0002H6.49553C5.94571 13.0002 5.5 12.5525 5.5 12.0002C5.5 11.448 5.94571 11.0002 6.49553 11.0002H6.50447ZM6.50447 15.0002C7.05429 15.0002 7.5 15.448 7.5 16.0002C7.5 16.5525 7.05429 17.0002 6.50447 17.0002H6.49553C5.94571 17.0002 5.5 16.5525 5.5 16.0002C5.5 15.448 5.94571 15.0002 6.49553 15.0002H6.50447Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-real-estate-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 22C1.25 21.5858 1.58579 21.25 2 21.25H22C22.4142 21.25 22.75 21.5858 22.75 22C22.75 22.4142 22.4142 22.75 22 22.75H2C1.58579 22.75 1.25 22.4142 1.25 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.3332 8.41441C12.25 8.32743 12.25 8.18914 12.25 7.91255L12.25 4.89583C12.2499 4.0961 12.2498 3.39101 12.351 2.85361C12.4642 2.25205 12.7398 1.67906 13.4136 1.39583C14.0322 1.13577 14.6638 1.26014 15.2656 1.48341C15.855 1.70206 16.5743 2.07878 17.4468 2.53571L19.0016 3.34985C19.5586 3.64153 20.0181 3.88217 20.3751 4.10937C20.7458 4.3453 21.0652 4.60236 21.3043 4.95331C21.5501 5.31412 21.6566 5.69354 21.7053 6.104C21.7252 6.27155 21.7363 6.4535 21.7424 6.64918C21.7511 6.92811 21.7555 7.06757 21.6671 7.15879C21.5787 7.25 21.4355 7.25 21.1491 7.25H20C19.5858 7.25 19.25 7.58579 19.25 8C19.25 8.41421 19.5858 8.75 20 8.75H21.15C21.4329 8.75 21.5743 8.75 21.6621 8.83787C21.75 8.92573 21.75 9.06716 21.75 9.35V9.65C21.75 9.93284 21.75 10.0743 21.6621 10.1621C21.5743 10.25 21.4329 10.25 21.15 10.25H20C19.5858 10.25 19.25 10.5858 19.25 11C19.25 11.4142 19.5858 11.75 20 11.75H21.15C21.4329 11.75 21.5743 11.75 21.6621 11.8379C21.75 11.9257 21.75 12.0672 21.75 12.35V12.65C21.75 12.9328 21.75 13.0743 21.6621 13.1621C21.5743 13.25 21.4329 13.25 21.15 13.25H20C19.5858 13.25 19.25 13.5858 19.25 14C19.25 14.4142 19.5858 14.75 20 14.75H21.15C21.4329 14.75 21.5743 14.75 21.6621 14.8379C21.75 14.9257 21.75 15.0672 21.75 15.35L21.75 22.0001C21.75 22.4143 21.4142 22.7501 21 22.7501L17.1 22.75C16.8172 22.75 16.6757 22.75 16.5879 22.6621C16.5 22.5743 16.5 22.4329 16.5 22.15L16.5 13.6717C16.5001 12.7961 16.5002 12.0175 16.4156 11.3889C16.3238 10.7057 16.112 10.0158 15.5481 9.45191C14.9843 8.88806 14.2944 8.67624 13.6111 8.58438C13.3748 8.5526 13.1172 8.53278 12.8413 8.52043C12.558 8.50774 12.4164 8.50139 12.3332 8.41441Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.83579 10.3358C7.25 10.9216 7.25 11.8644 7.25 13.75L7.25 22.75H15.25L15.25 13.75C15.25 11.8644 15.25 10.9216 14.6642 10.3358C14.0784 9.75 13.1356 9.75 11.25 9.75C9.36438 9.75 8.42157 9.75 7.83579 10.3358ZM10.75 12.25C10.3358 12.25 10 12.5858 10 13C10 13.4142 10.3358 13.75 10.75 13.75H11.75C12.1642 13.75 12.5 13.4142 12.5 13C12.5 12.5858 12.1642 12.25 11.75 12.25H10.75ZM10.75 15.25C10.3358 15.25 10 15.5858 10 16C10 16.4142 10.3358 16.75 10.75 16.75H11.75C12.1642 16.75 12.5 16.4142 12.5 16C12.5 15.5858 12.1642 15.25 11.75 15.25H10.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.83934 12.1358C2.21734 11.6318 2.79679 11.25 3.5 11.25C4.20321 11.25 4.78266 11.6318 5.16066 12.1358C5.53849 12.6396 5.75 13.3011 5.75 14C5.75 14.6989 5.53849 15.3604 5.16066 15.8642C4.92761 16.1749 4.61799 16.4392 4.25 16.5962V22C4.25 22.4142 3.91421 22.75 3.5 22.75C3.08579 22.75 2.75 22.4142 2.75 22V16.5962C2.38201 16.4392 2.07239 16.1749 1.83934 15.8642C1.46151 15.3604 1.25 14.6989 1.25 14C1.25 13.3011 1.46151 12.6396 1.83934 12.1358Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 22C1.25 21.5858 1.58579 21.25 2 21.25H22C22.4142 21.25 22.75 21.5858 22.75 22C22.75 22.4142 22.4142 22.75 22 22.75H2C1.58579 22.75 1.25 22.4142 1.25 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.3332 8.41441C12.25 8.32743 12.25 8.18914 12.25 7.91255L12.25 4.89583C12.2499 4.0961 12.2498 3.39101 12.351 2.85361C12.4642 2.25205 12.7398 1.67906 13.4136 1.39583C14.0322 1.13577 14.6638 1.26014 15.2656 1.48341C15.855 1.70206 16.5743 2.07878 17.4468 2.53571L19.0016 3.34985C19.5586 3.64153 20.0181 3.88217 20.3751 4.10937C20.7458 4.3453 21.0652 4.60236 21.3043 4.95331C21.5501 5.31412 21.6566 5.69354 21.7053 6.104C21.7252 6.27155 21.7363 6.4535 21.7424 6.64918C21.7511 6.92811 21.7555 7.06757 21.6671 7.15879C21.5787 7.25 21.4355 7.25 21.1491 7.25H20C19.5858 7.25 19.25 7.58579 19.25 8C19.25 8.41421 19.5858 8.75 20 8.75H21.15C21.4329 8.75 21.5743 8.75 21.6621 8.83787C21.75 8.92573 21.75 9.06716 21.75 9.35V9.65C21.75 9.93284 21.75 10.0743 21.6621 10.1621C21.5743 10.25 21.4329 10.25 21.15 10.25H20C19.5858 10.25 19.25 10.5858 19.25 11C19.25 11.4142 19.5858 11.75 20 11.75H21.15C21.4329 11.75 21.5743 11.75 21.6621 11.8379C21.75 11.9257 21.75 12.0672 21.75 12.35V12.65C21.75 12.9328 21.75 13.0743 21.6621 13.1621C21.5743 13.25 21.4329 13.25 21.15 13.25H20C19.5858 13.25 19.25 13.5858 19.25 14C19.25 14.4142 19.5858 14.75 20 14.75H21.15C21.4329 14.75 21.5743 14.75 21.6621 14.8379C21.75 14.9257 21.75 15.0672 21.75 15.35L21.75 22.0001C21.75 22.4143 21.4142 22.7501 21 22.7501L17.1 22.75C16.8172 22.75 16.6757 22.75 16.5879 22.6621C16.5 22.5743 16.5 22.4329 16.5 22.15L16.5 13.6717C16.5001 12.7961 16.5002 12.0175 16.4156 11.3889C16.3238 10.7057 16.112 10.0158 15.5481 9.45191C14.9843 8.88806 14.2944 8.67624 13.6111 8.58438C13.3748 8.5526 13.1172 8.53278 12.8413 8.52043C12.558 8.50774 12.4164 8.50139 12.3332 8.41441Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.83579 10.3358C7.25 10.9216 7.25 11.8644 7.25 13.75L7.25 22.75H15.25L15.25 13.75C15.25 11.8644 15.25 10.9216 14.6642 10.3358C14.0784 9.75 13.1356 9.75 11.25 9.75C9.36438 9.75 8.42157 9.75 7.83579 10.3358ZM10.75 12.25C10.3358 12.25 10 12.5858 10 13C10 13.4142 10.3358 13.75 10.75 13.75H11.75C12.1642 13.75 12.5 13.4142 12.5 13C12.5 12.5858 12.1642 12.25 11.75 12.25H10.75ZM10.75 15.25C10.3358 15.25 10 15.5858 10 16C10 16.4142 10.3358 16.75 10.75 16.75H11.75C12.1642 16.75 12.5 16.4142 12.5 16C12.5 15.5858 12.1642 15.25 11.75 15.25H10.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.83934 12.1358C2.21734 11.6318 2.79679 11.25 3.5 11.25C4.20321 11.25 4.78266 11.6318 5.16066 12.1358C5.53849 12.6396 5.75 13.3011 5.75 14C5.75 14.6989 5.53849 15.3604 5.16066 15.8642C4.92761 16.1749 4.61799 16.4392 4.25 16.5962V22C4.25 22.4142 3.91421 22.75 3.5 22.75C3.08579 22.75 2.75 22.4142 2.75 22V16.5962C2.38201 16.4392 2.07239 16.1749 1.83934 15.8642C1.46151 15.3604 1.25 14.6989 1.25 14C1.25 13.3011 1.46151 12.6396 1.83934 12.1358Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-school{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5516 13.434C16.7262 12.9101 17.2926 12.6269 17.8165 12.8016C17.9147 12.8343 18.013 12.8667 18.1106 12.8989C18.498 13.0267 18.8757 13.1512 19.2045 13.2815C19.623 13.4472 20.0502 13.6543 20.4182 13.9666C21.2365 14.6611 21.5003 15.639 21.5003 16.9125V21.7503C21.5003 22.3026 21.0526 22.7503 20.5003 22.7503C19.948 22.7503 19.5003 22.3026 19.5003 21.7503V16.9125C19.5003 15.8945 19.2919 15.6339 19.124 15.4914C18.999 15.3853 18.8047 15.2743 18.468 15.1409C18.1989 15.0344 17.8948 14.934 17.5164 14.809C17.4116 14.7744 17.3011 14.738 17.184 14.699C16.6601 14.5243 16.3769 13.958 16.5516 13.434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.49946 13.434C7.67411 13.958 7.39095 14.5243 6.86701 14.699C6.74997 14.738 6.63946 14.7744 6.53465 14.809C6.15623 14.934 5.85213 15.0344 5.58303 15.1409C5.24633 15.2743 5.05206 15.3853 4.92701 15.4914C4.75919 15.6339 4.55078 15.8945 4.55078 16.9125V21.7503C4.55078 22.3026 4.10307 22.7503 3.55078 22.7503C2.9985 22.7503 2.55078 22.3026 2.55078 21.7503V16.9125C2.55078 15.639 2.81456 14.6611 3.63283 13.9666C4.00083 13.6543 4.42808 13.4472 4.84659 13.2815C5.17537 13.1512 5.55302 13.0267 5.94049 12.8989C6.0381 12.8667 6.13633 12.8343 6.23455 12.8016C6.7585 12.6269 7.32482 12.9101 7.49946 13.434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21.75C1 21.1977 1.44772 20.75 2 20.75H22C22.5523 20.75 23 21.1977 23 21.75C23 22.3023 22.5523 22.75 22 22.75H2C1.44772 22.75 1 22.3023 1 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16 5.73209H12.75V6.99988C12.75 7.41409 12.4142 7.74988 12 7.74988C11.5858 7.74988 11.25 7.41409 11.25 6.99988V2.97023L11.25 2.93579C11.2499 2.72925 11.2498 2.5067 11.2749 2.31898C11.3042 2.09966 11.3796 1.81926 11.6146 1.58285C12.0147 1.18033 12.572 1.23484 12.8489 1.2834C13.1892 1.34307 13.5552 1.47768 13.8857 1.62195C14.5559 1.9145 15.2453 2.32103 15.6135 2.54777C16.5707 3.13718 16.75 4.24513 16.75 4.98209C16.75 5.3963 16.4142 5.73209 16 5.73209Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.206 6.45977C11.4338 6.34383 11.6927 6.25 12 6.25C12.3073 6.25 12.5662 6.34383 12.794 6.45977C12.9983 6.56367 13.2244 6.71094 13.4635 6.86668L13.4636 6.86669L13.4636 6.86669L13.4636 6.86669L15.6002 8.25775C16.0257 8.53473 16.388 8.77062 16.6713 8.99592C16.9734 9.23613 17.2287 9.4967 17.4156 9.84338C17.6023 10.1896 17.6802 10.5468 17.7162 10.9322C17.75 11.2944 17.75 11.7299 17.75 12.2427V22C17.75 22.4142 17.4142 22.75 17 22.75H14.0034C14.4161 22.7482 14.75 22.4131 14.75 22L14.75 18.9553V18.9552C14.7501 18.5224 14.7501 18.1256 14.7067 17.8028C14.6589 17.4473 14.5465 17.0716 14.2374 16.7626C13.9284 16.4535 13.5527 16.3411 13.1972 16.2933C12.8744 16.2499 12.4776 16.25 12.0448 16.25H11.9553C11.5224 16.25 11.1256 16.2499 10.8028 16.2933C10.4473 16.3411 10.0716 16.4535 9.76257 16.7626C9.45355 17.0716 9.3411 17.4473 9.29331 17.8028C9.24991 18.1256 9.24995 18.5224 9.25 18.9553L9.25001 22C9.25001 22.4131 9.58395 22.7482 9.99659 22.75H7C6.58579 22.75 6.25 22.4142 6.25 22V12.2427V12.2427V12.2426C6.24999 11.7299 6.24997 11.2944 6.28383 10.9322C6.31984 10.5468 6.39774 10.1896 6.58439 9.84338C6.77129 9.4967 7.02665 9.23613 7.32871 8.99592C7.612 8.77062 7.97435 8.53473 8.39982 8.25774L10.5364 6.86669L10.5364 6.86669C10.7756 6.71095 11.0017 6.56368 11.206 6.45977ZM10.0034 22.75H13.9966C13.5839 22.7482 13.25 22.4131 13.25 22V19C13.25 18.5074 13.2484 18.2134 13.2201 18.0027C13.1975 17.8343 13.1578 17.8015 12.9973 17.7799C12.7866 17.7516 12.4926 17.75 12 17.75C11.5074 17.75 11.2134 17.7516 11.0027 17.7799C10.8422 17.8015 10.8026 17.8343 10.7799 18.0027C10.7516 18.2134 10.75 18.5074 10.75 19V22C10.75 22.4131 10.4161 22.7482 10.0034 22.75ZM11 13C11 12.4477 11.4457 12 11.9955 12H12.0045C12.5543 12 13 12.4477 13 13C13 13.5523 12.5543 14 12.0045 14H11.9955C11.4457 14 11 13.5523 11 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5516 13.434C16.7262 12.9101 17.2926 12.6269 17.8165 12.8016C17.9147 12.8343 18.013 12.8667 18.1106 12.8989C18.498 13.0267 18.8757 13.1512 19.2045 13.2815C19.623 13.4472 20.0502 13.6543 20.4182 13.9666C21.2365 14.6611 21.5003 15.639 21.5003 16.9125V21.7503C21.5003 22.3026 21.0526 22.7503 20.5003 22.7503C19.948 22.7503 19.5003 22.3026 19.5003 21.7503V16.9125C19.5003 15.8945 19.2919 15.6339 19.124 15.4914C18.999 15.3853 18.8047 15.2743 18.468 15.1409C18.1989 15.0344 17.8948 14.934 17.5164 14.809C17.4116 14.7744 17.3011 14.738 17.184 14.699C16.6601 14.5243 16.3769 13.958 16.5516 13.434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.49946 13.434C7.67411 13.958 7.39095 14.5243 6.86701 14.699C6.74997 14.738 6.63946 14.7744 6.53465 14.809C6.15623 14.934 5.85213 15.0344 5.58303 15.1409C5.24633 15.2743 5.05206 15.3853 4.92701 15.4914C4.75919 15.6339 4.55078 15.8945 4.55078 16.9125V21.7503C4.55078 22.3026 4.10307 22.7503 3.55078 22.7503C2.9985 22.7503 2.55078 22.3026 2.55078 21.7503V16.9125C2.55078 15.639 2.81456 14.6611 3.63283 13.9666C4.00083 13.6543 4.42808 13.4472 4.84659 13.2815C5.17537 13.1512 5.55302 13.0267 5.94049 12.8989C6.0381 12.8667 6.13633 12.8343 6.23455 12.8016C6.7585 12.6269 7.32482 12.9101 7.49946 13.434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21.75C1 21.1977 1.44772 20.75 2 20.75H22C22.5523 20.75 23 21.1977 23 21.75C23 22.3023 22.5523 22.75 22 22.75H2C1.44772 22.75 1 22.3023 1 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16 5.73209H12.75V6.99988C12.75 7.41409 12.4142 7.74988 12 7.74988C11.5858 7.74988 11.25 7.41409 11.25 6.99988V2.97023L11.25 2.93579C11.2499 2.72925 11.2498 2.5067 11.2749 2.31898C11.3042 2.09966 11.3796 1.81926 11.6146 1.58285C12.0147 1.18033 12.572 1.23484 12.8489 1.2834C13.1892 1.34307 13.5552 1.47768 13.8857 1.62195C14.5559 1.9145 15.2453 2.32103 15.6135 2.54777C16.5707 3.13718 16.75 4.24513 16.75 4.98209C16.75 5.3963 16.4142 5.73209 16 5.73209Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.206 6.45977C11.4338 6.34383 11.6927 6.25 12 6.25C12.3073 6.25 12.5662 6.34383 12.794 6.45977C12.9983 6.56367 13.2244 6.71094 13.4635 6.86668L13.4636 6.86669L13.4636 6.86669L13.4636 6.86669L15.6002 8.25775C16.0257 8.53473 16.388 8.77062 16.6713 8.99592C16.9734 9.23613 17.2287 9.4967 17.4156 9.84338C17.6023 10.1896 17.6802 10.5468 17.7162 10.9322C17.75 11.2944 17.75 11.7299 17.75 12.2427V22C17.75 22.4142 17.4142 22.75 17 22.75H14.0034C14.4161 22.7482 14.75 22.4131 14.75 22L14.75 18.9553V18.9552C14.7501 18.5224 14.7501 18.1256 14.7067 17.8028C14.6589 17.4473 14.5465 17.0716 14.2374 16.7626C13.9284 16.4535 13.5527 16.3411 13.1972 16.2933C12.8744 16.2499 12.4776 16.25 12.0448 16.25H11.9553C11.5224 16.25 11.1256 16.2499 10.8028 16.2933C10.4473 16.3411 10.0716 16.4535 9.76257 16.7626C9.45355 17.0716 9.3411 17.4473 9.29331 17.8028C9.24991 18.1256 9.24995 18.5224 9.25 18.9553L9.25001 22C9.25001 22.4131 9.58395 22.7482 9.99659 22.75H7C6.58579 22.75 6.25 22.4142 6.25 22V12.2427V12.2427V12.2426C6.24999 11.7299 6.24997 11.2944 6.28383 10.9322C6.31984 10.5468 6.39774 10.1896 6.58439 9.84338C6.77129 9.4967 7.02665 9.23613 7.32871 8.99592C7.612 8.77062 7.97435 8.53473 8.39982 8.25774L10.5364 6.86669L10.5364 6.86669C10.7756 6.71095 11.0017 6.56368 11.206 6.45977ZM10.0034 22.75H13.9966C13.5839 22.7482 13.25 22.4131 13.25 22V19C13.25 18.5074 13.2484 18.2134 13.2201 18.0027C13.1975 17.8343 13.1578 17.8015 12.9973 17.7799C12.7866 17.7516 12.4926 17.75 12 17.75C11.5074 17.75 11.2134 17.7516 11.0027 17.7799C10.8422 17.8015 10.8026 17.8343 10.7799 18.0027C10.7516 18.2134 10.75 18.5074 10.75 19V22C10.75 22.4131 10.4161 22.7482 10.0034 22.75ZM11 13C11 12.4477 11.4457 12 11.9955 12H12.0045C12.5543 12 13 12.4477 13 13C13 13.5523 12.5543 14 12.0045 14H11.9955C11.4457 14 11 13.5523 11 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-taj-mahal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 20C12.75 19.5858 12.4142 19.25 12 19.25C11.5858 19.25 11.25 19.5858 11.25 20V22.35C11.25 22.5386 11.25 22.6328 11.1914 22.6914C11.1328 22.75 11.0386 22.75 10.85 22.75H9.15C8.96144 22.75 8.86716 22.75 8.80858 22.6914C8.75 22.6328 8.75 22.5386 8.75 22.35V12.15C8.75 11.9614 8.75 11.8672 8.80858 11.8086C8.86716 11.75 8.96144 11.75 9.15 11.75H14.85C15.0386 11.75 15.1328 11.75 15.1914 11.8086C15.25 11.8672 15.25 11.9614 15.25 12.15V22.35C15.25 22.5386 15.25 22.6328 15.1914 22.6914C15.1328 22.75 15.0386 22.75 14.85 22.75H13.15C12.9614 22.75 12.8672 22.75 12.8086 22.6914C12.75 22.6328 12.75 22.5386 12.75 22.35V20ZM12.75 16C12.75 15.5858 12.4142 15.25 12 15.25C11.5858 15.25 11.25 15.5858 11.25 16V17C11.25 17.4142 11.5858 17.75 12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25 22.35C7.25 22.5386 7.25 22.6328 7.19142 22.6914C7.13284 22.75 7.03856 22.75 6.85 22.75H2C1.58579 22.75 1.25 22.4142 1.25 22V13.8C1.25 13.6114 1.25 13.5172 1.30858 13.4586C1.36716 13.4 1.46144 13.4 1.65 13.4H2.61969C3.30062 13.4 3.94852 13.2844 4.58463 13.0511L6.7123 12.271C6.95679 12.1813 7.07904 12.1365 7.16452 12.1962C7.25 12.2559 7.25 12.3861 7.25 12.6465V22.35ZM4.75 17C4.75 16.5858 4.41421 16.25 4 16.25C3.58579 16.25 3.25 16.5858 3.25 17V18C3.25 18.4142 3.58579 18.75 4 18.75C4.41421 18.75 4.75 18.4142 4.75 18V17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8086 22.6912C16.8672 22.7498 16.9614 22.7498 17.15 22.7498H22C22.4142 22.7498 22.75 22.414 22.75 21.9998V13.7999C22.75 13.6113 22.75 13.517 22.6914 13.4585C22.6328 13.3999 22.5386 13.3999 22.35 13.3999H21.3802C20.6993 13.3999 20.0514 13.2843 19.4153 13.051L17.2877 12.2709C17.0432 12.1812 16.921 12.1364 16.8355 12.1961C16.75 12.2558 16.75 12.386 16.75 12.6464V22.3498C16.75 22.5384 16.75 22.6326 16.8086 22.6912ZM20 16.25C20.4142 16.25 20.75 16.5858 20.75 17V18C20.75 18.4142 20.4142 18.75 20 18.75C19.5858 18.75 19.25 18.4142 19.25 18V17C19.25 16.5858 19.5858 16.25 20 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.11468 10.5215C7.02983 10.557 6.9326 10.5258 6.88335 10.4481C6.50919 9.85786 6.30135 9.27214 6.2584 8.68836C6.18658 8.64712 5.06689 7.97231 5.06689 7.97231C4.93012 8.08462 4.62321 8.32227 4.49142 8.42408C4.10385 8.72753 3.76768 9.01291 3.5361 9.31806C3.31537 9.60892 3.22771 9.86724 3.255 10.1383C3.31032 10.688 3.45428 10.9328 3.91573 11.3892C4.02131 11.4936 3.98429 11.6725 3.84151 11.7134C3.41767 11.8347 2.98337 11.8917 2.54076 11.8991C2.47705 11.9002 2.41686 11.8697 2.38025 11.8176C2.02176 11.3067 1.81392 10.7991 1.76254 10.2886C1.68598 9.52791 1.97005 8.90038 2.34122 8.41128C2.70155 7.93647 3.17746 7.54778 3.56672 7.24301C3.63997 7.18566 4.25009 6.70009 4.25009 6.70009V6C4.25009 5.58579 4.58588 5.25 5.00009 5.25C5.4143 5.25 5.75009 5.58579 5.75009 6V6.63085C5.86791 6.70132 6.433 7.0263 6.55954 7.09694C6.79863 6.58039 7.15239 6.12598 7.53471 5.72944C8.17272 5.0677 8.97664 4.48075 9.6764 3.96986C10.237 3.56041 10.7408 3.18712 11.1022 2.85339C11.1989 2.76413 11.25 2.63712 11.25 2.50556V2C11.25 1.58579 11.5858 1.25 12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V2.50554C12.75 2.63711 12.8011 2.76413 12.8978 2.85338C13.2592 3.1871 13.763 3.56035 14.3236 3.96979C15.0234 4.4807 15.8273 5.06766 16.4654 5.72944C16.8477 6.12598 17.2015 6.58039 17.4406 7.09694C17.7103 6.94153 17.988 6.79917 18.25 6.63085V6C18.25 5.58579 18.5858 5.25 19 5.25C19.4142 5.25 19.75 5.58579 19.75 6V6.70009C19.9156 6.84401 20.1403 7.0136 20.4334 7.24301C20.8226 7.54778 21.2985 7.93647 21.6589 8.41128C22.03 8.90038 22.3141 9.52791 22.2376 10.2886C22.1862 10.7991 21.9783 11.3067 21.6198 11.8176C21.5832 11.8697 21.523 11.9002 21.4593 11.8992C21.015 11.8918 20.5829 11.8354 20.1585 11.7136C20.0157 11.6726 19.9787 11.4937 20.0843 11.3893C20.5457 10.9328 20.6898 10.6881 20.7451 10.1383C20.7724 9.86724 20.6847 9.60892 20.464 9.31806C20.2324 9.01291 19.8962 8.72753 19.5087 8.42408C19.3341 8.28741 19.1294 8.13346 18.9332 7.97231C18.7796 8.06465 18.6226 8.1525 18.4662 8.24006C18.1136 8.43746 17.8782 8.57656 17.7417 8.68837C17.6987 9.27216 17.4909 9.85789 17.1167 10.4481C17.0674 10.5258 16.9702 10.557 16.8854 10.5215C16.6038 10.4037 16.2958 10.25 16 10.25H7.99997C7.70421 10.25 7.39623 10.4037 7.11468 10.5215Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 20C12.75 19.5858 12.4142 19.25 12 19.25C11.5858 19.25 11.25 19.5858 11.25 20V22.35C11.25 22.5386 11.25 22.6328 11.1914 22.6914C11.1328 22.75 11.0386 22.75 10.85 22.75H9.15C8.96144 22.75 8.86716 22.75 8.80858 22.6914C8.75 22.6328 8.75 22.5386 8.75 22.35V12.15C8.75 11.9614 8.75 11.8672 8.80858 11.8086C8.86716 11.75 8.96144 11.75 9.15 11.75H14.85C15.0386 11.75 15.1328 11.75 15.1914 11.8086C15.25 11.8672 15.25 11.9614 15.25 12.15V22.35C15.25 22.5386 15.25 22.6328 15.1914 22.6914C15.1328 22.75 15.0386 22.75 14.85 22.75H13.15C12.9614 22.75 12.8672 22.75 12.8086 22.6914C12.75 22.6328 12.75 22.5386 12.75 22.35V20ZM12.75 16C12.75 15.5858 12.4142 15.25 12 15.25C11.5858 15.25 11.25 15.5858 11.25 16V17C11.25 17.4142 11.5858 17.75 12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25 22.35C7.25 22.5386 7.25 22.6328 7.19142 22.6914C7.13284 22.75 7.03856 22.75 6.85 22.75H2C1.58579 22.75 1.25 22.4142 1.25 22V13.8C1.25 13.6114 1.25 13.5172 1.30858 13.4586C1.36716 13.4 1.46144 13.4 1.65 13.4H2.61969C3.30062 13.4 3.94852 13.2844 4.58463 13.0511L6.7123 12.271C6.95679 12.1813 7.07904 12.1365 7.16452 12.1962C7.25 12.2559 7.25 12.3861 7.25 12.6465V22.35ZM4.75 17C4.75 16.5858 4.41421 16.25 4 16.25C3.58579 16.25 3.25 16.5858 3.25 17V18C3.25 18.4142 3.58579 18.75 4 18.75C4.41421 18.75 4.75 18.4142 4.75 18V17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8086 22.6912C16.8672 22.7498 16.9614 22.7498 17.15 22.7498H22C22.4142 22.7498 22.75 22.414 22.75 21.9998V13.7999C22.75 13.6113 22.75 13.517 22.6914 13.4585C22.6328 13.3999 22.5386 13.3999 22.35 13.3999H21.3802C20.6993 13.3999 20.0514 13.2843 19.4153 13.051L17.2877 12.2709C17.0432 12.1812 16.921 12.1364 16.8355 12.1961C16.75 12.2558 16.75 12.386 16.75 12.6464V22.3498C16.75 22.5384 16.75 22.6326 16.8086 22.6912ZM20 16.25C20.4142 16.25 20.75 16.5858 20.75 17V18C20.75 18.4142 20.4142 18.75 20 18.75C19.5858 18.75 19.25 18.4142 19.25 18V17C19.25 16.5858 19.5858 16.25 20 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.11468 10.5215C7.02983 10.557 6.9326 10.5258 6.88335 10.4481C6.50919 9.85786 6.30135 9.27214 6.2584 8.68836C6.18658 8.64712 5.06689 7.97231 5.06689 7.97231C4.93012 8.08462 4.62321 8.32227 4.49142 8.42408C4.10385 8.72753 3.76768 9.01291 3.5361 9.31806C3.31537 9.60892 3.22771 9.86724 3.255 10.1383C3.31032 10.688 3.45428 10.9328 3.91573 11.3892C4.02131 11.4936 3.98429 11.6725 3.84151 11.7134C3.41767 11.8347 2.98337 11.8917 2.54076 11.8991C2.47705 11.9002 2.41686 11.8697 2.38025 11.8176C2.02176 11.3067 1.81392 10.7991 1.76254 10.2886C1.68598 9.52791 1.97005 8.90038 2.34122 8.41128C2.70155 7.93647 3.17746 7.54778 3.56672 7.24301C3.63997 7.18566 4.25009 6.70009 4.25009 6.70009V6C4.25009 5.58579 4.58588 5.25 5.00009 5.25C5.4143 5.25 5.75009 5.58579 5.75009 6V6.63085C5.86791 6.70132 6.433 7.0263 6.55954 7.09694C6.79863 6.58039 7.15239 6.12598 7.53471 5.72944C8.17272 5.0677 8.97664 4.48075 9.6764 3.96986C10.237 3.56041 10.7408 3.18712 11.1022 2.85339C11.1989 2.76413 11.25 2.63712 11.25 2.50556V2C11.25 1.58579 11.5858 1.25 12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V2.50554C12.75 2.63711 12.8011 2.76413 12.8978 2.85338C13.2592 3.1871 13.763 3.56035 14.3236 3.96979C15.0234 4.4807 15.8273 5.06766 16.4654 5.72944C16.8477 6.12598 17.2015 6.58039 17.4406 7.09694C17.7103 6.94153 17.988 6.79917 18.25 6.63085V6C18.25 5.58579 18.5858 5.25 19 5.25C19.4142 5.25 19.75 5.58579 19.75 6V6.70009C19.9156 6.84401 20.1403 7.0136 20.4334 7.24301C20.8226 7.54778 21.2985 7.93647 21.6589 8.41128C22.03 8.90038 22.3141 9.52791 22.2376 10.2886C22.1862 10.7991 21.9783 11.3067 21.6198 11.8176C21.5832 11.8697 21.523 11.9002 21.4593 11.8992C21.015 11.8918 20.5829 11.8354 20.1585 11.7136C20.0157 11.6726 19.9787 11.4937 20.0843 11.3893C20.5457 10.9328 20.6898 10.6881 20.7451 10.1383C20.7724 9.86724 20.6847 9.60892 20.464 9.31806C20.2324 9.01291 19.8962 8.72753 19.5087 8.42408C19.3341 8.28741 19.1294 8.13346 18.9332 7.97231C18.7796 8.06465 18.6226 8.1525 18.4662 8.24006C18.1136 8.43746 17.8782 8.57656 17.7417 8.68837C17.6987 9.27216 17.4909 9.85789 17.1167 10.4481C17.0674 10.5258 16.9702 10.557 16.8854 10.5215C16.6038 10.4037 16.2958 10.25 16 10.25H7.99997C7.70421 10.25 7.39623 10.4037 7.11468 10.5215Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-the-prophets-mosque{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.79385 17.8896C3.33014 17.3223 4.18081 17.25 5 17.25H17C17.8192 17.25 18.6699 17.3223 19.2062 17.8896C19.4615 18.1596 19.5891 18.4853 19.6589 18.8213C19.7285 19.1568 19.75 19.5517 19.75 20V22.1154C19.75 22.4659 19.4142 22.75 19 22.75H3C2.58579 22.75 2.25 22.4659 2.25 22.1154V20C2.25 19.5517 2.27145 19.1568 2.34113 18.8213C2.41091 18.4853 2.53853 18.1596 2.79385 17.8896Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 1.25C19.2518 1.24999 19.4868 1.37633 19.6256 1.58637C19.7289 1.74256 19.9533 1.95553 20.2657 2.24073C20.5406 2.49151 20.8864 2.80699 21.1641 3.16694C21.4584 3.54857 21.7244 4.0395 21.7483 4.64216C21.7725 5.25375 21.5432 5.8593 21.0814 6.45807C20.9394 6.64217 20.72 6.75 20.4875 6.75H17.5125C17.28 6.75 17.0606 6.64217 16.9186 6.45806C16.4568 5.85929 16.2275 5.25374 16.2517 4.64215C16.2756 4.0395 16.5416 3.54856 16.836 3.16694C17.1136 2.80701 17.4594 2.49154 17.7343 2.24077L17.7343 2.24077C18.0467 1.95556 18.2711 1.74258 18.3743 1.5864C18.5132 1.37636 18.7482 1.25001 19 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2492 6.03407C18.268 5.62028 17.9478 5.2696 17.5341 5.25079C17.1203 5.23198 16.7696 5.55217 16.7508 5.96596L16.5693 9.95898C16.5505 10.3728 16.8707 10.7235 17.2844 10.7423C17.6982 10.7611 18.0489 10.4409 18.0677 10.0271L18.2492 6.03407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.2496 5.97659C21.2367 5.56258 20.8906 5.23744 20.4766 5.25038C20.0626 5.26332 19.7374 5.60943 19.7504 6.02344L20.2262 21.25H2C1.58579 21.25 1.25 21.5858 1.25 22C1.25 22.4142 1.58579 22.75 2 22.75H16.9952L17 22.75H21L21.0048 22.75H22C22.4142 22.75 22.75 22.4142 22.75 22C22.75 21.5858 22.4142 21.25 22 21.25H21.7269L21.2496 5.97659Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.31808 15.6737C4.29859 15.8566 4.4518 16.0098 4.63562 16.0045C4.76766 16.0006 4.89029 16 5.00046 16H17.0005C17.1104 16 17.2328 16.0006 17.3645 16.0044C17.5483 16.0098 17.7015 15.8565 17.682 15.6737C17.424 13.2521 16.4556 11.7133 15.2674 10.5564C14.6453 9.95071 13.9683 9.45545 13.361 9.01117C12.6994 8.5261 11.9983 7.99711 11.5637 7.50406C11.4153 7.3357 11.2081 7.2498 11.0001 7.25C10.792 7.2498 10.5848 7.3357 10.4364 7.50406C10.0018 7.99711 9.30071 8.5261 8.6391 9.01117C8.03181 9.45545 7.35483 9.95071 6.73276 10.5564C5.54456 11.7133 4.57615 13.2521 4.31808 15.6737Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.79385 17.8896C3.33014 17.3223 4.18081 17.25 5 17.25H17C17.8192 17.25 18.6699 17.3223 19.2062 17.8896C19.4615 18.1596 19.5891 18.4853 19.6589 18.8213C19.7285 19.1568 19.75 19.5517 19.75 20V22.1154C19.75 22.4659 19.4142 22.75 19 22.75H3C2.58579 22.75 2.25 22.4659 2.25 22.1154V20C2.25 19.5517 2.27145 19.1568 2.34113 18.8213C2.41091 18.4853 2.53853 18.1596 2.79385 17.8896Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 1.25C19.2518 1.24999 19.4868 1.37633 19.6256 1.58637C19.7289 1.74256 19.9533 1.95553 20.2657 2.24073C20.5406 2.49151 20.8864 2.80699 21.1641 3.16694C21.4584 3.54857 21.7244 4.0395 21.7483 4.64216C21.7725 5.25375 21.5432 5.8593 21.0814 6.45807C20.9394 6.64217 20.72 6.75 20.4875 6.75H17.5125C17.28 6.75 17.0606 6.64217 16.9186 6.45806C16.4568 5.85929 16.2275 5.25374 16.2517 4.64215C16.2756 4.0395 16.5416 3.54856 16.836 3.16694C17.1136 2.80701 17.4594 2.49154 17.7343 2.24077L17.7343 2.24077C18.0467 1.95556 18.2711 1.74258 18.3743 1.5864C18.5132 1.37636 18.7482 1.25001 19 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2492 6.03407C18.268 5.62028 17.9478 5.2696 17.5341 5.25079C17.1203 5.23198 16.7696 5.55217 16.7508 5.96596L16.5693 9.95898C16.5505 10.3728 16.8707 10.7235 17.2844 10.7423C17.6982 10.7611 18.0489 10.4409 18.0677 10.0271L18.2492 6.03407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.2496 5.97659C21.2367 5.56258 20.8906 5.23744 20.4766 5.25038C20.0626 5.26332 19.7374 5.60943 19.7504 6.02344L20.2262 21.25H2C1.58579 21.25 1.25 21.5858 1.25 22C1.25 22.4142 1.58579 22.75 2 22.75H16.9952L17 22.75H21L21.0048 22.75H22C22.4142 22.75 22.75 22.4142 22.75 22C22.75 21.5858 22.4142 21.25 22 21.25H21.7269L21.2496 5.97659Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.31808 15.6737C4.29859 15.8566 4.4518 16.0098 4.63562 16.0045C4.76766 16.0006 4.89029 16 5.00046 16H17.0005C17.1104 16 17.2328 16.0006 17.3645 16.0044C17.5483 16.0098 17.7015 15.8565 17.682 15.6737C17.424 13.2521 16.4556 11.7133 15.2674 10.5564C14.6453 9.95071 13.9683 9.45545 13.361 9.01117C12.6994 8.5261 11.9983 7.99711 11.5637 7.50406C11.4153 7.3357 11.2081 7.2498 11.0001 7.25C10.792 7.2498 10.5848 7.3357 10.4364 7.50406C10.0018 7.99711 9.30071 8.5261 8.6391 9.01117C8.03181 9.45545 7.35483 9.95071 6.73276 10.5564C5.54456 11.7133 4.57615 13.2521 4.31808 15.6737Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-torri-gate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.55783 2.10329C4.05319 1.85909 4.65273 2.06269 4.89693 2.55805C6.19739 5.19602 8.89293 7.00022 12 7.00022C15.1071 7.00022 17.8026 5.19602 19.1031 2.55805C19.3473 2.06269 19.9468 1.85909 20.4422 2.10329C20.9375 2.34749 21.1411 2.94703 20.8969 3.44239C20.2046 4.8467 19.1932 6.06505 17.9575 7.00022H21C21.5523 7.00022 22 7.44794 22 8.00022C22 8.55251 21.5523 9.00022 21 9.00022H19V11.0002H21C21.5523 11.0002 22 11.4479 22 12.0002C22 12.5525 21.5523 13.0002 21 13.0002H19V21.0002C19 21.5525 18.5523 22.0002 18 22.0002C17.4477 22.0002 17 21.5525 17 21.0002V13.0002H7V21.0002C7 21.5525 6.55228 22.0002 6 22.0002C5.44772 22.0002 5 21.5525 5 21.0002V13.0002H3C2.44772 13.0002 2 12.5525 2 12.0002C2 11.4479 2.44772 11.0002 3 11.0002H5V9.00022H3C2.44772 9.00022 2 8.55251 2 8.00022C2 7.44794 2.44772 7.00022 3 7.00022H6.04246C4.80677 6.06505 3.79536 4.8467 3.10307 3.44239C2.85887 2.94703 3.06247 2.34749 3.55783 2.10329ZM7 9.00022V11.0002H9V9.00022H7ZM11 9.00022V11.0002H13V9.00022H11ZM15 9.00022V11.0002H17V9.00022H15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.55783 2.10329C4.05319 1.85909 4.65273 2.06269 4.89693 2.55805C6.19739 5.19602 8.89293 7.00022 12 7.00022C15.1071 7.00022 17.8026 5.19602 19.1031 2.55805C19.3473 2.06269 19.9468 1.85909 20.4422 2.10329C20.9375 2.34749 21.1411 2.94703 20.8969 3.44239C20.2046 4.8467 19.1932 6.06505 17.9575 7.00022H21C21.5523 7.00022 22 7.44794 22 8.00022C22 8.55251 21.5523 9.00022 21 9.00022H19V11.0002H21C21.5523 11.0002 22 11.4479 22 12.0002C22 12.5525 21.5523 13.0002 21 13.0002H19V21.0002C19 21.5525 18.5523 22.0002 18 22.0002C17.4477 22.0002 17 21.5525 17 21.0002V13.0002H7V21.0002C7 21.5525 6.55228 22.0002 6 22.0002C5.44772 22.0002 5 21.5525 5 21.0002V13.0002H3C2.44772 13.0002 2 12.5525 2 12.0002C2 11.4479 2.44772 11.0002 3 11.0002H5V9.00022H3C2.44772 9.00022 2 8.55251 2 8.00022C2 7.44794 2.44772 7.00022 3 7.00022H6.04246C4.80677 6.06505 3.79536 4.8467 3.10307 3.44239C2.85887 2.94703 3.06247 2.34749 3.55783 2.10329ZM7 9.00022V11.0002H9V9.00022H7ZM11 9.00022V11.0002H13V9.00022H11ZM15 9.00022V11.0002H17V9.00022H15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-trulli{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.6331 12.0933C21.8864 11.6048 21.6776 11.1507 21.5355 10.9095C21.3948 10.6709 21.1722 10.3962 20.9434 10.1139L19.9427 8.87867C19.7943 8.69547 19.7201 8.60387 19.6149 8.58228C19.5098 8.56068 19.4055 8.61561 19.1969 8.72549L18.3273 9.18352L18.3033 9.19411C17.4551 9.5676 16.571 9.81466 15.664 9.73507C14.7355 9.65359 13.8709 9.23804 13.0579 8.44844C12.4688 7.87631 12.0367 7.7496 11.7014 7.74999C11.3207 7.75044 10.9142 7.91045 10.3536 8.20542C10.242 8.26413 10.125 8.32839 10.0025 8.39567C8.98812 8.95285 7.5983 9.71625 5.80537 9.23173L5.77775 9.22427L4.62424 8.81598C4.43117 8.74764 4.33463 8.71347 4.24292 8.73933C4.15122 8.76519 4.08675 8.84476 3.95783 9.00391L3.05867 10.1139C2.82984 10.3962 2.60721 10.6709 2.46653 10.9095C2.32436 11.1507 2.11558 11.6048 2.36893 12.0933C2.61309 12.5642 3.08724 12.6733 3.36098 12.7114C3.63986 12.7501 3.99974 12.7501 4.37829 12.75H19.6237C20.0022 12.7501 20.3621 12.7501 20.641 12.7114C20.9147 12.6733 21.3889 12.5642 21.6331 12.0933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.76102 6.77802C5.51762 7.07847 5.39592 7.2287 5.43809 7.37824C5.48026 7.52778 5.66252 7.59229 6.02704 7.72131L6.22295 7.79066C7.38914 8.09569 8.23491 7.64059 9.27578 7.08052C9.39922 7.0141 9.52539 6.94621 9.65517 6.87793C10.2285 6.57627 10.9206 6.2509 11.6996 6.24999C12.524 6.24903 13.3129 6.60501 14.103 7.37242C14.7105 7.96248 15.2645 8.19424 15.7952 8.24081C16.3415 8.28876 16.9502 8.1482 17.6752 7.83163L18.0234 7.64826C18.3226 7.49064 18.4722 7.41183 18.5007 7.27287C18.5293 7.13391 18.4228 7.00251 18.2099 6.73972L17.0654 5.32693C16.0596 4.08526 15.2523 3.08867 14.5172 2.41047C13.756 1.70813 12.9709 1.25 12.001 1.25C11.0311 1.25 10.246 1.70813 9.48477 2.41047C8.74969 3.08868 7.94243 4.08522 6.93657 5.32691L5.76102 6.77802Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.2087 21.196C20.2521 20.8733 20.252 20.4765 20.252 20.0438V14.5922C20.252 14.3093 20.252 14.1679 20.1641 14.0801C20.0762 13.9922 19.9348 13.9922 19.652 13.9922L4.35196 13.9922C4.06912 13.9922 3.9277 13.9922 3.83983 14.0801C3.75196 14.1679 3.75196 14.3094 3.75196 14.5922L3.75196 20.0436C3.75191 20.4764 3.75186 20.8732 3.79526 21.196C3.84305 21.5515 3.9555 21.9273 4.26452 22.2363C4.57355 22.5453 4.94927 22.6577 5.30475 22.7055C5.62756 22.7489 6.02439 22.7489 6.4572 22.7488H8.85098C9.03954 22.7488 9.13382 22.7488 9.1924 22.6903C9.25098 22.6317 9.25098 22.5374 9.25098 22.3488V17.999C9.25098 16.4802 10.4822 15.249 12.001 15.249C13.5198 15.249 14.751 16.4802 14.751 17.999V22.3488C14.751 22.5374 14.751 22.6317 14.8096 22.6903C14.8681 22.7488 14.9624 22.7488 15.151 22.7488H17.5467C17.9795 22.7489 18.3764 22.7489 18.6992 22.7055C19.0546 22.6577 19.4304 22.5453 19.7394 22.2363C20.0484 21.9273 20.1609 21.5515 20.2087 21.196Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.851 22.7488C13.0395 22.7488 13.1338 22.7488 13.1924 22.6903C13.251 22.6317 13.251 22.5374 13.251 22.3488V17.999C13.251 17.3087 12.6913 16.749 12.001 16.749C11.3106 16.749 10.751 17.3087 10.751 17.999V22.3488C10.751 22.5374 10.751 22.6317 10.8096 22.6903C10.8681 22.7488 10.9624 22.7488 11.151 22.7488H12.851Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.6331 12.0933C21.8864 11.6048 21.6776 11.1507 21.5355 10.9095C21.3948 10.6709 21.1722 10.3962 20.9434 10.1139L19.9427 8.87867C19.7943 8.69547 19.7201 8.60387 19.6149 8.58228C19.5098 8.56068 19.4055 8.61561 19.1969 8.72549L18.3273 9.18352L18.3033 9.19411C17.4551 9.5676 16.571 9.81466 15.664 9.73507C14.7355 9.65359 13.8709 9.23804 13.0579 8.44844C12.4688 7.87631 12.0367 7.7496 11.7014 7.74999C11.3207 7.75044 10.9142 7.91045 10.3536 8.20542C10.242 8.26413 10.125 8.32839 10.0025 8.39567C8.98812 8.95285 7.5983 9.71625 5.80537 9.23173L5.77775 9.22427L4.62424 8.81598C4.43117 8.74764 4.33463 8.71347 4.24292 8.73933C4.15122 8.76519 4.08675 8.84476 3.95783 9.00391L3.05867 10.1139C2.82984 10.3962 2.60721 10.6709 2.46653 10.9095C2.32436 11.1507 2.11558 11.6048 2.36893 12.0933C2.61309 12.5642 3.08724 12.6733 3.36098 12.7114C3.63986 12.7501 3.99974 12.7501 4.37829 12.75H19.6237C20.0022 12.7501 20.3621 12.7501 20.641 12.7114C20.9147 12.6733 21.3889 12.5642 21.6331 12.0933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.76102 6.77802C5.51762 7.07847 5.39592 7.2287 5.43809 7.37824C5.48026 7.52778 5.66252 7.59229 6.02704 7.72131L6.22295 7.79066C7.38914 8.09569 8.23491 7.64059 9.27578 7.08052C9.39922 7.0141 9.52539 6.94621 9.65517 6.87793C10.2285 6.57627 10.9206 6.2509 11.6996 6.24999C12.524 6.24903 13.3129 6.60501 14.103 7.37242C14.7105 7.96248 15.2645 8.19424 15.7952 8.24081C16.3415 8.28876 16.9502 8.1482 17.6752 7.83163L18.0234 7.64826C18.3226 7.49064 18.4722 7.41183 18.5007 7.27287C18.5293 7.13391 18.4228 7.00251 18.2099 6.73972L17.0654 5.32693C16.0596 4.08526 15.2523 3.08867 14.5172 2.41047C13.756 1.70813 12.9709 1.25 12.001 1.25C11.0311 1.25 10.246 1.70813 9.48477 2.41047C8.74969 3.08868 7.94243 4.08522 6.93657 5.32691L5.76102 6.77802Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.2087 21.196C20.2521 20.8733 20.252 20.4765 20.252 20.0438V14.5922C20.252 14.3093 20.252 14.1679 20.1641 14.0801C20.0762 13.9922 19.9348 13.9922 19.652 13.9922L4.35196 13.9922C4.06912 13.9922 3.9277 13.9922 3.83983 14.0801C3.75196 14.1679 3.75196 14.3094 3.75196 14.5922L3.75196 20.0436C3.75191 20.4764 3.75186 20.8732 3.79526 21.196C3.84305 21.5515 3.9555 21.9273 4.26452 22.2363C4.57355 22.5453 4.94927 22.6577 5.30475 22.7055C5.62756 22.7489 6.02439 22.7489 6.4572 22.7488H8.85098C9.03954 22.7488 9.13382 22.7488 9.1924 22.6903C9.25098 22.6317 9.25098 22.5374 9.25098 22.3488V17.999C9.25098 16.4802 10.4822 15.249 12.001 15.249C13.5198 15.249 14.751 16.4802 14.751 17.999V22.3488C14.751 22.5374 14.751 22.6317 14.8096 22.6903C14.8681 22.7488 14.9624 22.7488 15.151 22.7488H17.5467C17.9795 22.7489 18.3764 22.7489 18.6992 22.7055C19.0546 22.6577 19.4304 22.5453 19.7394 22.2363C20.0484 21.9273 20.1609 21.5515 20.2087 21.196Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.851 22.7488C13.0395 22.7488 13.1338 22.7488 13.1924 22.6903C13.251 22.6317 13.251 22.5374 13.251 22.3488V17.999C13.251 17.3087 12.6913 16.749 12.001 16.749C11.3106 16.749 10.751 17.3087 10.751 17.999V22.3488C10.751 22.5374 10.751 22.6317 10.8096 22.6903C10.8681 22.7488 10.9624 22.7488 11.151 22.7488H12.851Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-twin-tower{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 1.25C18.9142 1.25 19.25 1.58579 19.25 2V4C19.25 4.41421 18.9142 4.75 18.5 4.75C18.0858 4.75 17.75 4.41421 17.75 4V2C17.75 1.58579 18.0858 1.25 18.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.0448 11.25H16.9553C16.5224 11.2499 16.1256 11.2499 15.8028 11.2933C15.4473 11.3411 15.0716 11.4535 14.7626 11.7626C14.4535 12.0716 14.3411 12.4473 14.2933 12.8028C14.2499 13.1256 14.25 13.5224 14.25 13.9553L14.25 21.75C14.25 22.2214 14.25 22.4571 14.3965 22.6036C14.5429 22.75 14.7786 22.75 15.25 22.75H21.75C22.2214 22.75 22.4571 22.75 22.6036 22.6036C22.75 22.4571 22.75 22.2214 22.75 21.75L22.75 13.9553V13.9552V13.9552C22.7501 13.5224 22.7501 13.1256 22.7067 12.8028C22.6589 12.4473 22.5465 12.0716 22.2374 11.7626C21.9284 11.4535 21.5527 11.3411 21.1972 11.2933C20.8744 11.2499 20.4776 11.2499 20.0448 11.25ZM19.25 20C19.25 19.5858 18.9142 19.25 18.5 19.25C18.0858 19.25 17.75 19.5858 17.75 20V22C17.75 22.4142 18.0858 22.75 18.5 22.75C18.9142 22.75 19.25 22.4142 19.25 22V20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9145 6.25001C17.5138 6.2499 17.0598 6.24978 16.6696 6.30224C16.608 6.31052 16.5772 6.31466 16.5643 6.31527C16.3904 6.32358 16.266 6.21485 16.2511 6.04136C16.25 6.02851 16.25 6.00436 16.25 5.95607V5.47825C16.25 5.264 16.25 5.0671 16.2613 4.90179C16.2734 4.72415 16.301 4.52881 16.3832 4.33031C16.5608 3.90151 16.9015 3.56083 17.3303 3.38321C17.5288 3.30099 17.7242 3.27338 17.9018 3.26126C18.0671 3.24998 18.2639 3.24999 18.4782 3.25H18.5218C18.736 3.24999 18.9329 3.24998 19.0982 3.26126C19.2759 3.27338 19.4712 3.30099 19.6697 3.38321C20.0985 3.56083 20.4392 3.90151 20.6168 4.33031C20.699 4.52881 20.7266 4.72415 20.7387 4.90179C20.75 5.06712 20.75 5.26396 20.75 5.47823L20.75 5.9561C20.75 6.00436 20.75 6.02849 20.7489 6.04133C20.734 6.21484 20.6096 6.32359 20.4357 6.31527C20.4228 6.31465 20.392 6.31051 20.3305 6.30224C19.9403 6.24978 19.4862 6.2499 19.0855 6.25001H17.9145Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0448 7.25C19.4776 7.24995 19.8744 7.24991 20.1972 7.29331C20.5527 7.3411 20.9284 7.45355 21.2374 7.76257C21.5465 8.07159 21.6589 8.44732 21.7067 8.8028C21.7501 9.12561 21.7501 9.52245 21.75 9.95526C21.75 10.0041 21.75 10.0285 21.7489 10.0413C21.734 10.2148 21.6096 10.3236 21.4357 10.3153C21.4228 10.3146 21.392 10.3105 21.3305 10.3022C20.9403 10.2498 20.4862 10.2499 20.0855 10.25H16.9145C16.5138 10.2499 16.0598 10.2498 15.6696 10.3022C15.608 10.3105 15.5772 10.3146 15.5643 10.3153C15.3904 10.3236 15.266 10.2148 15.2511 10.0413C15.25 10.0285 15.25 10.0041 15.25 9.95526C15.25 9.52244 15.2499 9.12561 15.2933 8.8028C15.3411 8.44732 15.4535 8.07159 15.7626 7.76257C16.0716 7.45355 16.4473 7.3411 16.8028 7.29331C17.1256 7.24991 17.5224 7.24995 17.9553 7.25H19.0448Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 1.25C5.91421 1.25 6.25 1.58579 6.25 2V4C6.25 4.41421 5.91421 4.75 5.5 4.75C5.08579 4.75 4.75 4.41421 4.75 4V2C4.75 1.58579 5.08579 1.25 5.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.04475 11.25H3.95526C3.52244 11.2499 3.12561 11.2499 2.8028 11.2933C2.44732 11.3411 2.07159 11.4535 1.76257 11.7626C1.45355 12.0716 1.3411 12.4473 1.29331 12.8028C1.24991 13.1256 1.24995 13.5224 1.25 13.9553L1.25001 21.75C1.25001 22.2214 1.25001 22.4571 1.39645 22.6036C1.5429 22.75 1.7786 22.75 2.25001 22.75H8.75001C9.22141 22.75 9.45711 22.75 9.60356 22.6036C9.75001 22.4571 9.75001 22.2214 9.75001 21.75L9.75001 13.9553V13.9552V13.9552C9.75006 13.5224 9.75011 13.1256 9.70671 12.8028C9.65891 12.4473 9.54647 12.0716 9.23744 11.7626C8.92842 11.4535 8.55269 11.3411 8.19721 11.2933C7.8744 11.2499 7.47757 11.2499 7.04475 11.25ZM6.25 20C6.25 19.5858 5.91421 19.25 5.5 19.25C5.08579 19.25 4.75 19.5858 4.75 20V22C4.75 22.4142 5.08579 22.75 5.5 22.75C5.91421 22.75 6.25 22.4142 6.25 22V20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.91452 6.25001C4.51384 6.2499 4.05978 6.24978 3.66957 6.30224C3.60799 6.31052 3.57719 6.31466 3.56431 6.31527C3.39038 6.32358 3.26605 6.21485 3.25111 6.04136C3.25 6.02851 3.25 6.00436 3.25 5.95607V5.47825C3.24999 5.264 3.24998 5.0671 3.26126 4.90179C3.27338 4.72415 3.30099 4.52881 3.38321 4.33031C3.56083 3.90151 3.90151 3.56083 4.33031 3.38321C4.52881 3.30099 4.72415 3.27338 4.90179 3.26126C5.06711 3.24998 5.26394 3.24999 5.4782 3.25H5.52176C5.73602 3.24999 5.9329 3.24998 6.09821 3.26126C6.27586 3.27338 6.4712 3.30099 6.6697 3.38321C7.0985 3.56083 7.43918 3.90151 7.61679 4.33031C7.69902 4.52881 7.72663 4.72415 7.73875 4.90179C7.75003 5.06712 7.75002 5.26396 7.75 5.47823L7.75 5.9561C7.75 6.00436 7.75 6.02849 7.7489 6.04133C7.73397 6.21484 7.60962 6.32359 7.43567 6.31527C7.4228 6.31465 7.39202 6.31051 7.33048 6.30224C6.94027 6.24978 6.48621 6.2499 6.08553 6.25001H4.91452Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.04476 7.25C6.47757 7.24995 6.8744 7.24991 7.19721 7.29331C7.55269 7.3411 7.92842 7.45355 8.23744 7.76257C8.54647 8.07159 8.65891 8.44732 8.70671 8.8028C8.75011 9.12561 8.75006 9.52245 8.75001 9.95526C8.75001 10.0041 8.75001 10.0285 8.7489 10.0413C8.73397 10.2148 8.60963 10.3236 8.43568 10.3153C8.42281 10.3146 8.39203 10.3105 8.33047 10.3022C7.94026 10.2498 7.4862 10.2499 7.08551 10.25H3.91451C3.51383 10.2499 3.05977 10.2498 2.66956 10.3022C2.60799 10.3105 2.5772 10.3146 2.56432 10.3153C2.39038 10.3236 2.26605 10.2148 2.25111 10.0413C2.25 10.0285 2.25 10.0041 2.25 9.95526C2.24995 9.52244 2.24991 9.12561 2.29331 8.8028C2.3411 8.44732 2.45355 8.07159 2.76257 7.76257C3.07159 7.45355 3.44732 7.3411 3.8028 7.29331C4.12561 7.24991 4.52244 7.24995 4.95526 7.25H6.04476Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25004 14C8.25004 13.5858 8.58583 13.25 9.00004 13.25H15C15.4143 13.25 15.75 13.5858 15.75 14C15.75 14.4142 15.4143 14.75 15 14.75H12.75L15.6 18.55C15.8486 18.8814 15.7814 19.3515 15.45 19.6C15.1187 19.8485 14.6486 19.7814 14.4 19.45L12 16.25L9.60004 19.45C9.35152 19.7814 8.88142 19.8485 8.55004 19.6C8.21867 19.3515 8.15152 18.8814 8.40004 18.55L11.25 14.75H9.00004C8.58583 14.75 8.25004 14.4142 8.25004 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 22C1.25 21.5858 1.58579 21.25 2 21.25H22C22.4142 21.25 22.75 21.5858 22.75 22C22.75 22.4142 22.4142 22.75 22 22.75H2C1.58579 22.75 1.25 22.4142 1.25 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 1.25C18.9142 1.25 19.25 1.58579 19.25 2V4C19.25 4.41421 18.9142 4.75 18.5 4.75C18.0858 4.75 17.75 4.41421 17.75 4V2C17.75 1.58579 18.0858 1.25 18.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.0448 11.25H16.9553C16.5224 11.2499 16.1256 11.2499 15.8028 11.2933C15.4473 11.3411 15.0716 11.4535 14.7626 11.7626C14.4535 12.0716 14.3411 12.4473 14.2933 12.8028C14.2499 13.1256 14.25 13.5224 14.25 13.9553L14.25 21.75C14.25 22.2214 14.25 22.4571 14.3965 22.6036C14.5429 22.75 14.7786 22.75 15.25 22.75H21.75C22.2214 22.75 22.4571 22.75 22.6036 22.6036C22.75 22.4571 22.75 22.2214 22.75 21.75L22.75 13.9553V13.9552V13.9552C22.7501 13.5224 22.7501 13.1256 22.7067 12.8028C22.6589 12.4473 22.5465 12.0716 22.2374 11.7626C21.9284 11.4535 21.5527 11.3411 21.1972 11.2933C20.8744 11.2499 20.4776 11.2499 20.0448 11.25ZM19.25 20C19.25 19.5858 18.9142 19.25 18.5 19.25C18.0858 19.25 17.75 19.5858 17.75 20V22C17.75 22.4142 18.0858 22.75 18.5 22.75C18.9142 22.75 19.25 22.4142 19.25 22V20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9145 6.25001C17.5138 6.2499 17.0598 6.24978 16.6696 6.30224C16.608 6.31052 16.5772 6.31466 16.5643 6.31527C16.3904 6.32358 16.266 6.21485 16.2511 6.04136C16.25 6.02851 16.25 6.00436 16.25 5.95607V5.47825C16.25 5.264 16.25 5.0671 16.2613 4.90179C16.2734 4.72415 16.301 4.52881 16.3832 4.33031C16.5608 3.90151 16.9015 3.56083 17.3303 3.38321C17.5288 3.30099 17.7242 3.27338 17.9018 3.26126C18.0671 3.24998 18.2639 3.24999 18.4782 3.25H18.5218C18.736 3.24999 18.9329 3.24998 19.0982 3.26126C19.2759 3.27338 19.4712 3.30099 19.6697 3.38321C20.0985 3.56083 20.4392 3.90151 20.6168 4.33031C20.699 4.52881 20.7266 4.72415 20.7387 4.90179C20.75 5.06712 20.75 5.26396 20.75 5.47823L20.75 5.9561C20.75 6.00436 20.75 6.02849 20.7489 6.04133C20.734 6.21484 20.6096 6.32359 20.4357 6.31527C20.4228 6.31465 20.392 6.31051 20.3305 6.30224C19.9403 6.24978 19.4862 6.2499 19.0855 6.25001H17.9145Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0448 7.25C19.4776 7.24995 19.8744 7.24991 20.1972 7.29331C20.5527 7.3411 20.9284 7.45355 21.2374 7.76257C21.5465 8.07159 21.6589 8.44732 21.7067 8.8028C21.7501 9.12561 21.7501 9.52245 21.75 9.95526C21.75 10.0041 21.75 10.0285 21.7489 10.0413C21.734 10.2148 21.6096 10.3236 21.4357 10.3153C21.4228 10.3146 21.392 10.3105 21.3305 10.3022C20.9403 10.2498 20.4862 10.2499 20.0855 10.25H16.9145C16.5138 10.2499 16.0598 10.2498 15.6696 10.3022C15.608 10.3105 15.5772 10.3146 15.5643 10.3153C15.3904 10.3236 15.266 10.2148 15.2511 10.0413C15.25 10.0285 15.25 10.0041 15.25 9.95526C15.25 9.52244 15.2499 9.12561 15.2933 8.8028C15.3411 8.44732 15.4535 8.07159 15.7626 7.76257C16.0716 7.45355 16.4473 7.3411 16.8028 7.29331C17.1256 7.24991 17.5224 7.24995 17.9553 7.25H19.0448Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 1.25C5.91421 1.25 6.25 1.58579 6.25 2V4C6.25 4.41421 5.91421 4.75 5.5 4.75C5.08579 4.75 4.75 4.41421 4.75 4V2C4.75 1.58579 5.08579 1.25 5.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.04475 11.25H3.95526C3.52244 11.2499 3.12561 11.2499 2.8028 11.2933C2.44732 11.3411 2.07159 11.4535 1.76257 11.7626C1.45355 12.0716 1.3411 12.4473 1.29331 12.8028C1.24991 13.1256 1.24995 13.5224 1.25 13.9553L1.25001 21.75C1.25001 22.2214 1.25001 22.4571 1.39645 22.6036C1.5429 22.75 1.7786 22.75 2.25001 22.75H8.75001C9.22141 22.75 9.45711 22.75 9.60356 22.6036C9.75001 22.4571 9.75001 22.2214 9.75001 21.75L9.75001 13.9553V13.9552V13.9552C9.75006 13.5224 9.75011 13.1256 9.70671 12.8028C9.65891 12.4473 9.54647 12.0716 9.23744 11.7626C8.92842 11.4535 8.55269 11.3411 8.19721 11.2933C7.8744 11.2499 7.47757 11.2499 7.04475 11.25ZM6.25 20C6.25 19.5858 5.91421 19.25 5.5 19.25C5.08579 19.25 4.75 19.5858 4.75 20V22C4.75 22.4142 5.08579 22.75 5.5 22.75C5.91421 22.75 6.25 22.4142 6.25 22V20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.91452 6.25001C4.51384 6.2499 4.05978 6.24978 3.66957 6.30224C3.60799 6.31052 3.57719 6.31466 3.56431 6.31527C3.39038 6.32358 3.26605 6.21485 3.25111 6.04136C3.25 6.02851 3.25 6.00436 3.25 5.95607V5.47825C3.24999 5.264 3.24998 5.0671 3.26126 4.90179C3.27338 4.72415 3.30099 4.52881 3.38321 4.33031C3.56083 3.90151 3.90151 3.56083 4.33031 3.38321C4.52881 3.30099 4.72415 3.27338 4.90179 3.26126C5.06711 3.24998 5.26394 3.24999 5.4782 3.25H5.52176C5.73602 3.24999 5.9329 3.24998 6.09821 3.26126C6.27586 3.27338 6.4712 3.30099 6.6697 3.38321C7.0985 3.56083 7.43918 3.90151 7.61679 4.33031C7.69902 4.52881 7.72663 4.72415 7.73875 4.90179C7.75003 5.06712 7.75002 5.26396 7.75 5.47823L7.75 5.9561C7.75 6.00436 7.75 6.02849 7.7489 6.04133C7.73397 6.21484 7.60962 6.32359 7.43567 6.31527C7.4228 6.31465 7.39202 6.31051 7.33048 6.30224C6.94027 6.24978 6.48621 6.2499 6.08553 6.25001H4.91452Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.04476 7.25C6.47757 7.24995 6.8744 7.24991 7.19721 7.29331C7.55269 7.3411 7.92842 7.45355 8.23744 7.76257C8.54647 8.07159 8.65891 8.44732 8.70671 8.8028C8.75011 9.12561 8.75006 9.52245 8.75001 9.95526C8.75001 10.0041 8.75001 10.0285 8.7489 10.0413C8.73397 10.2148 8.60963 10.3236 8.43568 10.3153C8.42281 10.3146 8.39203 10.3105 8.33047 10.3022C7.94026 10.2498 7.4862 10.2499 7.08551 10.25H3.91451C3.51383 10.2499 3.05977 10.2498 2.66956 10.3022C2.60799 10.3105 2.5772 10.3146 2.56432 10.3153C2.39038 10.3236 2.26605 10.2148 2.25111 10.0413C2.25 10.0285 2.25 10.0041 2.25 9.95526C2.24995 9.52244 2.24991 9.12561 2.29331 8.8028C2.3411 8.44732 2.45355 8.07159 2.76257 7.76257C3.07159 7.45355 3.44732 7.3411 3.8028 7.29331C4.12561 7.24991 4.52244 7.24995 4.95526 7.25H6.04476Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25004 14C8.25004 13.5858 8.58583 13.25 9.00004 13.25H15C15.4143 13.25 15.75 13.5858 15.75 14C15.75 14.4142 15.4143 14.75 15 14.75H12.75L15.6 18.55C15.8486 18.8814 15.7814 19.3515 15.45 19.6C15.1187 19.8485 14.6486 19.7814 14.4 19.45L12 16.25L9.60004 19.45C9.35152 19.7814 8.88142 19.8485 8.55004 19.6C8.21867 19.3515 8.15152 18.8814 8.40004 18.55L11.25 14.75H9.00004C8.58583 14.75 8.25004 14.4142 8.25004 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 22C1.25 21.5858 1.58579 21.25 2 21.25H22C22.4142 21.25 22.75 21.5858 22.75 22C22.75 22.4142 22.4142 22.75 22 22.75H2C1.58579 22.75 1.25 22.4142 1.25 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-university{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 12C3.80228 12 4.25 12.4477 4.25 13V22C4.25 22.5523 3.80228 23 3.25 23C2.69772 23 2.25 22.5523 2.25 22V13C2.25 12.4477 2.69772 12 3.25 12ZM20.75 12C21.3023 12 21.75 12.4477 21.75 13V22C21.75 22.5523 21.3023 23 20.75 23C20.1977 23 19.75 22.5523 19.75 22V13C19.75 12.4477 20.1977 12 20.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 13C1 12.4477 1.44772 12 2 12H7C7.55228 12 8 12.4477 8 13C8 13.5523 7.55228 14 7 14H2C1.44772 14 1 13.5523 1 13ZM16 13C16 12.4477 16.4477 12 17 12H22C22.5523 12 23 12.4477 23 13C23 13.5523 22.5523 14 22 14H17C16.4477 14 16 13.5523 16 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 22C1 21.4477 1.44772 21 2 21H22C22.5523 21 23 21.4477 23 22C23 22.5523 22.5523 23 22 23H2C1.44772 23 1 22.5523 1 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16 5.73209H12.75V7.99988C12.75 8.41409 12.4142 8.74988 12 8.74988C11.5858 8.74988 11.25 8.41409 11.25 7.99988V2.97023L11.25 2.93579C11.2499 2.72925 11.2498 2.5067 11.2749 2.31898C11.3042 2.09966 11.3796 1.81926 11.6146 1.58285C12.0147 1.18033 12.572 1.23484 12.8489 1.2834C13.1892 1.34307 13.5552 1.47768 13.8857 1.62195C14.5559 1.9145 15.2453 2.32103 15.6135 2.54777C16.5707 3.13718 16.75 4.24513 16.75 4.98209C16.75 5.3963 16.4142 5.73209 16 5.73209Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 7.25C6.08579 7.25 5.75 7.58579 5.75 8C5.75 8.41421 6.08579 8.75 6.5 8.75H6.75L6.75 22C6.75 22.4142 7.08579 22.75 7.5 22.75H12C11.5858 22.75 11.25 22.4142 11.25 22V20C11.25 19.5858 11.5858 19.25 12 19.25C12.4142 19.25 12.75 19.5858 12.75 20V22C12.75 22.4142 12.4142 22.75 12 22.75H16.5C16.9142 22.75 17.25 22.4142 17.25 22V8.75H17.5C17.9142 8.75 18.25 8.41421 18.25 8C18.25 7.58579 17.9142 7.25 17.5 7.25L6.5 7.25ZM10.5 11.25C10.9142 11.25 11.25 11.5858 11.25 12V12.5C11.25 12.9142 10.9142 13.25 10.5 13.25C10.0858 13.25 9.75 12.9142 9.75 12.5V12C9.75 11.5858 10.0858 11.25 10.5 11.25ZM13.5 11.25C13.9142 11.25 14.25 11.5858 14.25 12V12.5C14.25 12.9142 13.9142 13.25 13.5 13.25C13.0858 13.25 12.75 12.9142 12.75 12.5V12C12.75 11.5858 13.0858 11.25 13.5 11.25ZM11.25 16C11.25 15.5858 10.9142 15.25 10.5 15.25C10.0858 15.25 9.75 15.5858 9.75 16V16.5C9.75 16.9142 10.0858 17.25 10.5 17.25C10.9142 17.25 11.25 16.9142 11.25 16.5V16ZM14.25 16C14.25 15.5858 13.9142 15.25 13.5 15.25C13.0858 15.25 12.75 15.5858 12.75 16V16.5C12.75 16.9142 13.0858 17.25 13.5 17.25C13.9142 17.25 14.25 16.9142 14.25 16.5V16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 12C3.80228 12 4.25 12.4477 4.25 13V22C4.25 22.5523 3.80228 23 3.25 23C2.69772 23 2.25 22.5523 2.25 22V13C2.25 12.4477 2.69772 12 3.25 12ZM20.75 12C21.3023 12 21.75 12.4477 21.75 13V22C21.75 22.5523 21.3023 23 20.75 23C20.1977 23 19.75 22.5523 19.75 22V13C19.75 12.4477 20.1977 12 20.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 13C1 12.4477 1.44772 12 2 12H7C7.55228 12 8 12.4477 8 13C8 13.5523 7.55228 14 7 14H2C1.44772 14 1 13.5523 1 13ZM16 13C16 12.4477 16.4477 12 17 12H22C22.5523 12 23 12.4477 23 13C23 13.5523 22.5523 14 22 14H17C16.4477 14 16 13.5523 16 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 22C1 21.4477 1.44772 21 2 21H22C22.5523 21 23 21.4477 23 22C23 22.5523 22.5523 23 22 23H2C1.44772 23 1 22.5523 1 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16 5.73209H12.75V7.99988C12.75 8.41409 12.4142 8.74988 12 8.74988C11.5858 8.74988 11.25 8.41409 11.25 7.99988V2.97023L11.25 2.93579C11.2499 2.72925 11.2498 2.5067 11.2749 2.31898C11.3042 2.09966 11.3796 1.81926 11.6146 1.58285C12.0147 1.18033 12.572 1.23484 12.8489 1.2834C13.1892 1.34307 13.5552 1.47768 13.8857 1.62195C14.5559 1.9145 15.2453 2.32103 15.6135 2.54777C16.5707 3.13718 16.75 4.24513 16.75 4.98209C16.75 5.3963 16.4142 5.73209 16 5.73209Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 7.25C6.08579 7.25 5.75 7.58579 5.75 8C5.75 8.41421 6.08579 8.75 6.5 8.75H6.75L6.75 22C6.75 22.4142 7.08579 22.75 7.5 22.75H12C11.5858 22.75 11.25 22.4142 11.25 22V20C11.25 19.5858 11.5858 19.25 12 19.25C12.4142 19.25 12.75 19.5858 12.75 20V22C12.75 22.4142 12.4142 22.75 12 22.75H16.5C16.9142 22.75 17.25 22.4142 17.25 22V8.75H17.5C17.9142 8.75 18.25 8.41421 18.25 8C18.25 7.58579 17.9142 7.25 17.5 7.25L6.5 7.25ZM10.5 11.25C10.9142 11.25 11.25 11.5858 11.25 12V12.5C11.25 12.9142 10.9142 13.25 10.5 13.25C10.0858 13.25 9.75 12.9142 9.75 12.5V12C9.75 11.5858 10.0858 11.25 10.5 11.25ZM13.5 11.25C13.9142 11.25 14.25 11.5858 14.25 12V12.5C14.25 12.9142 13.9142 13.25 13.5 13.25C13.0858 13.25 12.75 12.9142 12.75 12.5V12C12.75 11.5858 13.0858 11.25 13.5 11.25ZM11.25 16C11.25 15.5858 10.9142 15.25 10.5 15.25C10.0858 15.25 9.75 15.5858 9.75 16V16.5C9.75 16.9142 10.0858 17.25 10.5 17.25C10.9142 17.25 11.25 16.9142 11.25 16.5V16ZM14.25 16C14.25 15.5858 13.9142 15.25 13.5 15.25C13.0858 15.25 12.75 15.5858 12.75 16V16.5C12.75 16.9142 13.0858 17.25 13.5 17.25C13.9142 17.25 14.25 16.9142 14.25 16.5V16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-washington-monument{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8301 18.75H9.17001C8.41194 18.75 7.79164 18.75 7.27966 18.7923C6.74434 18.8366 6.27343 18.9303 5.82229 19.1444C5.37115 19.3585 5.02204 19.6541 4.68356 20.0245C4.53947 20.1822 4.04806 21.013 3.62037 21.726C3.33246 22.2059 3.18851 22.4458 3.2749 22.5979C3.36129 22.7499 3.63757 22.7499 4.19012 22.7499H19.8099C20.3624 22.7499 20.6387 22.7499 20.7251 22.5979C20.8115 22.4458 20.6675 22.2059 20.3797 21.7259C19.952 21.013 19.4607 20.1822 19.3166 20.0245C18.9781 19.6541 18.629 19.3585 18.1779 19.1444C17.7267 18.9303 17.2558 18.8366 16.7205 18.7923C16.2085 18.75 15.5882 18.75 14.8301 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.001 13C12.5533 13 13.001 13.4477 13.001 14V16.65C13.001 16.9328 13.001 17.0743 13.0889 17.1621C13.1767 17.25 13.3182 17.25 13.601 17.25H16.8166C17.1385 17.25 17.2994 17.25 17.3892 17.1466C17.4789 17.0431 17.4561 16.8838 17.4106 16.5651L16.0575 7.09343C16.0341 6.92969 16.0224 6.84782 15.966 6.79891C15.9096 6.75 15.8269 6.75 15.6615 6.75H8.34011C8.1747 6.75 8.092 6.75 8.03561 6.79891C7.97921 6.84782 7.96752 6.92969 7.94413 7.09343L6.59102 16.5651C6.5455 16.8838 6.52274 17.0431 6.61245 17.1466C6.70217 17.25 6.86311 17.25 7.18499 17.25H10.401C10.6838 17.25 10.8253 17.25 10.9131 17.1621C11.001 17.0743 11.001 16.9328 11.001 16.65L11.001 14C11.001 13.4477 11.4487 13 12.001 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.68701 5.25C8.45416 5.25 8.33774 5.25 8.27809 5.16385C8.21844 5.07769 8.25454 4.98168 8.32675 4.78965C8.33561 4.76607 8.34499 4.74289 8.35495 4.7199C8.46195 4.47319 8.63238 4.26093 8.97324 3.83641L10.0245 2.52716C10.3305 2.21336 10.6676 1.86776 10.9263 1.66545C11.2104 1.4433 11.558 1.25 12.0008 1.25C12.4436 1.25 12.7912 1.4433 13.0753 1.66545C13.334 1.86776 13.6711 2.21336 13.9771 2.52716L15.0284 3.83645C15.3692 4.26094 15.5397 4.4732 15.6467 4.7199C15.6566 4.74289 15.666 4.76607 15.6749 4.78965C15.7471 4.98168 15.7832 5.07769 15.7235 5.16385C15.6639 5.25 15.5474 5.25 15.3146 5.25H8.68701Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8301 18.75H9.17001C8.41194 18.75 7.79164 18.75 7.27966 18.7923C6.74434 18.8366 6.27343 18.9303 5.82229 19.1444C5.37115 19.3585 5.02204 19.6541 4.68356 20.0245C4.53947 20.1822 4.04806 21.013 3.62037 21.726C3.33246 22.2059 3.18851 22.4458 3.2749 22.5979C3.36129 22.7499 3.63757 22.7499 4.19012 22.7499H19.8099C20.3624 22.7499 20.6387 22.7499 20.7251 22.5979C20.8115 22.4458 20.6675 22.2059 20.3797 21.7259C19.952 21.013 19.4607 20.1822 19.3166 20.0245C18.9781 19.6541 18.629 19.3585 18.1779 19.1444C17.7267 18.9303 17.2558 18.8366 16.7205 18.7923C16.2085 18.75 15.5882 18.75 14.8301 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.001 13C12.5533 13 13.001 13.4477 13.001 14V16.65C13.001 16.9328 13.001 17.0743 13.0889 17.1621C13.1767 17.25 13.3182 17.25 13.601 17.25H16.8166C17.1385 17.25 17.2994 17.25 17.3892 17.1466C17.4789 17.0431 17.4561 16.8838 17.4106 16.5651L16.0575 7.09343C16.0341 6.92969 16.0224 6.84782 15.966 6.79891C15.9096 6.75 15.8269 6.75 15.6615 6.75H8.34011C8.1747 6.75 8.092 6.75 8.03561 6.79891C7.97921 6.84782 7.96752 6.92969 7.94413 7.09343L6.59102 16.5651C6.5455 16.8838 6.52274 17.0431 6.61245 17.1466C6.70217 17.25 6.86311 17.25 7.18499 17.25H10.401C10.6838 17.25 10.8253 17.25 10.9131 17.1621C11.001 17.0743 11.001 16.9328 11.001 16.65L11.001 14C11.001 13.4477 11.4487 13 12.001 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.68701 5.25C8.45416 5.25 8.33774 5.25 8.27809 5.16385C8.21844 5.07769 8.25454 4.98168 8.32675 4.78965C8.33561 4.76607 8.34499 4.74289 8.35495 4.7199C8.46195 4.47319 8.63238 4.26093 8.97324 3.83641L10.0245 2.52716C10.3305 2.21336 10.6676 1.86776 10.9263 1.66545C11.2104 1.4433 11.558 1.25 12.0008 1.25C12.4436 1.25 12.7912 1.4433 13.0753 1.66545C13.334 1.86776 13.6711 2.21336 13.9771 2.52716L15.0284 3.83645C15.3692 4.26094 15.5397 4.4732 15.6467 4.7199C15.6566 4.74289 15.666 4.76607 15.6749 4.78965C15.7471 4.98168 15.7832 5.07769 15.7235 5.16385C15.6639 5.25 15.5474 5.25 15.3146 5.25H8.68701Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-buildings-icons-yurt-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.92394 1.74199C10.6718 1.4479 11.1751 1.25 12.0009 1.25C12.8268 1.25 13.3301 1.4479 14.0779 1.74199C16.896 2.84975 19.2349 4.57534 20.7095 5.95067C20.9861 6.20856 21.2618 6.46552 21.4433 6.70566C21.6532 6.98337 21.8631 7.40639 21.6845 7.91548C21.6016 8.15179 21.4501 8.34715 21.2419 8.48498C21.0524 8.61049 20.8486 8.66662 20.6816 8.6966C20.3827 8.75028 19.9986 8.75015 19.6147 8.75001H4.38715C4.00327 8.75015 3.61922 8.75028 3.32027 8.6966C3.15331 8.66662 2.9495 8.61049 2.75993 8.48498C2.55173 8.34715 2.40024 8.15179 2.31735 7.91548C2.13878 7.40639 2.34868 6.98336 2.55856 6.70566C2.74005 6.46552 3.01573 6.20856 3.29241 5.95067C4.76698 4.57535 7.10585 2.84975 9.92394 1.74199Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 22C2.25 21.5858 2.58579 21.25 3 21.25H21C21.4142 21.25 21.75 21.5858 21.75 22C21.75 22.4142 21.4142 22.75 21 22.75H3C2.58579 22.75 2.25 22.4142 2.25 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5702 12.8385L21.57 12.8365L21.5699 12.835C21.5041 12.0655 21.4316 11.2185 21.3751 10.55C21.3531 10.2889 21.342 10.1583 21.2559 10.0792C21.1699 10.0001 21.0389 10.0001 20.7769 10.0001L3.22492 10C2.96292 10 2.83192 10 2.74584 10.0791C2.65975 10.1582 2.64872 10.2888 2.62665 10.5499C2.57008 11.2192 2.49752 12.0674 2.43163 12.8376C2.37421 13.5088 2.29661 14.1791 2.27476 14.8519C2.26878 15.0361 2.26579 15.1282 2.32473 15.1891C2.38368 15.25 2.47815 15.25 2.6671 15.25H7.85113C8.03837 15.25 8.13199 15.25 8.19041 15.1923C8.24884 15.1346 8.25002 15.0397 8.2524 14.85C8.25668 14.5071 8.27466 14.1642 8.34841 13.8285C8.42612 13.4748 8.57079 13.1287 8.8503 12.8492C9.12981 12.5697 9.47593 12.425 9.82965 12.3473C10.1749 12.2714 10.5712 12.25 11.0011 12.25H13.0011C13.431 12.25 13.8274 12.2714 14.1726 12.3473C14.5263 12.425 14.8725 12.5697 15.152 12.8492C15.4315 13.1287 15.5761 13.4748 15.6539 13.8285C15.7276 14.1642 15.7456 14.5071 15.7499 14.85C15.7522 15.0397 15.7534 15.1346 15.8119 15.1923C15.8703 15.25 15.9639 15.25 16.1511 15.25H21.3347C21.5236 15.25 21.6181 15.25 21.677 15.1891C21.736 15.1282 21.733 15.0361 21.727 14.8519C21.7052 14.1794 21.6276 13.5094 21.5702 12.8385Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25113 22V17.15C8.25113 16.9614 8.25113 16.8672 8.19255 16.8086C8.13398 16.75 8.03969 16.75 7.85113 16.75H2.82681C2.62356 16.75 2.52193 16.75 2.46252 16.8145C2.40311 16.879 2.41146 16.9803 2.42817 17.1828C2.49956 18.0481 2.57803 18.9972 2.6327 19.653C2.72707 20.785 3.14733 21.7103 3.9677 22.5304C4.10835 22.671 4.29907 22.75 4.49794 22.75H19.5038C19.7027 22.75 19.8934 22.671 20.0341 22.5304C20.8545 21.7103 21.2747 20.785 21.3691 19.653C21.4237 18.9972 21.5022 18.0481 21.5736 17.1828C21.5903 16.9803 21.5987 16.879 21.5393 16.8145C21.4798 16.75 21.3782 16.75 21.175 16.75H16.1511C15.9626 16.75 15.8683 16.75 15.8097 16.8086C15.7511 16.8672 15.7511 16.9614 15.7511 17.15V22C15.7511 22.4142 15.4153 22.75 15.0011 22.75C14.5869 22.75 14.2511 22.4142 14.2511 22V15C14.2511 14.6026 14.2294 14.3353 14.1888 14.1504C14.1406 13.9311 14.07 13.8605 13.8508 13.8123C13.6659 13.7717 13.3986 13.75 13.0011 13.75H11.0011C10.6037 13.75 10.3364 13.7717 10.1515 13.8123C9.93223 13.8605 9.86164 13.9311 9.81348 14.1504C9.77286 14.3353 9.75113 14.6026 9.75113 15V22C9.75113 22.4142 9.41535 22.75 9.00113 22.75C8.58692 22.75 8.25113 22.4142 8.25113 22ZM12.0011 15C11.4488 15 11.0011 15.4477 11.0011 16C11.0011 16.5523 11.4488 17 12.0011 17H12.0101C12.5624 17 13.0101 16.5523 13.0101 16C13.0101 15.4477 12.5624 15 12.0101 15H12.0011Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.92394 1.74199C10.6718 1.4479 11.1751 1.25 12.0009 1.25C12.8268 1.25 13.3301 1.4479 14.0779 1.74199C16.896 2.84975 19.2349 4.57534 20.7095 5.95067C20.9861 6.20856 21.2618 6.46552 21.4433 6.70566C21.6532 6.98337 21.8631 7.40639 21.6845 7.91548C21.6016 8.15179 21.4501 8.34715 21.2419 8.48498C21.0524 8.61049 20.8486 8.66662 20.6816 8.6966C20.3827 8.75028 19.9986 8.75015 19.6147 8.75001H4.38715C4.00327 8.75015 3.61922 8.75028 3.32027 8.6966C3.15331 8.66662 2.9495 8.61049 2.75993 8.48498C2.55173 8.34715 2.40024 8.15179 2.31735 7.91548C2.13878 7.40639 2.34868 6.98336 2.55856 6.70566C2.74005 6.46552 3.01573 6.20856 3.29241 5.95067C4.76698 4.57535 7.10585 2.84975 9.92394 1.74199Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 22C2.25 21.5858 2.58579 21.25 3 21.25H21C21.4142 21.25 21.75 21.5858 21.75 22C21.75 22.4142 21.4142 22.75 21 22.75H3C2.58579 22.75 2.25 22.4142 2.25 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5702 12.8385L21.57 12.8365L21.5699 12.835C21.5041 12.0655 21.4316 11.2185 21.3751 10.55C21.3531 10.2889 21.342 10.1583 21.2559 10.0792C21.1699 10.0001 21.0389 10.0001 20.7769 10.0001L3.22492 10C2.96292 10 2.83192 10 2.74584 10.0791C2.65975 10.1582 2.64872 10.2888 2.62665 10.5499C2.57008 11.2192 2.49752 12.0674 2.43163 12.8376C2.37421 13.5088 2.29661 14.1791 2.27476 14.8519C2.26878 15.0361 2.26579 15.1282 2.32473 15.1891C2.38368 15.25 2.47815 15.25 2.6671 15.25H7.85113C8.03837 15.25 8.13199 15.25 8.19041 15.1923C8.24884 15.1346 8.25002 15.0397 8.2524 14.85C8.25668 14.5071 8.27466 14.1642 8.34841 13.8285C8.42612 13.4748 8.57079 13.1287 8.8503 12.8492C9.12981 12.5697 9.47593 12.425 9.82965 12.3473C10.1749 12.2714 10.5712 12.25 11.0011 12.25H13.0011C13.431 12.25 13.8274 12.2714 14.1726 12.3473C14.5263 12.425 14.8725 12.5697 15.152 12.8492C15.4315 13.1287 15.5761 13.4748 15.6539 13.8285C15.7276 14.1642 15.7456 14.5071 15.7499 14.85C15.7522 15.0397 15.7534 15.1346 15.8119 15.1923C15.8703 15.25 15.9639 15.25 16.1511 15.25H21.3347C21.5236 15.25 21.6181 15.25 21.677 15.1891C21.736 15.1282 21.733 15.0361 21.727 14.8519C21.7052 14.1794 21.6276 13.5094 21.5702 12.8385Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25113 22V17.15C8.25113 16.9614 8.25113 16.8672 8.19255 16.8086C8.13398 16.75 8.03969 16.75 7.85113 16.75H2.82681C2.62356 16.75 2.52193 16.75 2.46252 16.8145C2.40311 16.879 2.41146 16.9803 2.42817 17.1828C2.49956 18.0481 2.57803 18.9972 2.6327 19.653C2.72707 20.785 3.14733 21.7103 3.9677 22.5304C4.10835 22.671 4.29907 22.75 4.49794 22.75H19.5038C19.7027 22.75 19.8934 22.671 20.0341 22.5304C20.8545 21.7103 21.2747 20.785 21.3691 19.653C21.4237 18.9972 21.5022 18.0481 21.5736 17.1828C21.5903 16.9803 21.5987 16.879 21.5393 16.8145C21.4798 16.75 21.3782 16.75 21.175 16.75H16.1511C15.9626 16.75 15.8683 16.75 15.8097 16.8086C15.7511 16.8672 15.7511 16.9614 15.7511 17.15V22C15.7511 22.4142 15.4153 22.75 15.0011 22.75C14.5869 22.75 14.2511 22.4142 14.2511 22V15C14.2511 14.6026 14.2294 14.3353 14.1888 14.1504C14.1406 13.9311 14.07 13.8605 13.8508 13.8123C13.6659 13.7717 13.3986 13.75 13.0011 13.75H11.0011C10.6037 13.75 10.3364 13.7717 10.1515 13.8123C9.93223 13.8605 9.86164 13.9311 9.81348 14.1504C9.77286 14.3353 9.75113 14.6026 9.75113 15V22C9.75113 22.4142 9.41535 22.75 9.00113 22.75C8.58692 22.75 8.25113 22.4142 8.25113 22ZM12.0011 15C11.4488 15 11.0011 15.4477 11.0011 16C11.0011 16.5523 11.4488 17 12.0011 17H12.0101C12.5624 17 13.0101 16.5523 13.0101 16C13.0101 15.4477 12.5624 15 12.0101 15H12.0011Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-add-wallet-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.375 5.77614C2.375 4.556 3.14362 3.38901 4.41249 3.01245C6.36472 2.4331 9.91912 1.58254 14.7933 1.16863C15.6175 1.09642 17.0516 0.970784 18.012 2.14128C18.7163 2.99967 18.8804 4.17689 18.8749 5.16205C18.8719 5.67955 18.8215 6.19671 18.7467 6.67504C18.7022 6.95936 18.6799 7.10152 18.7413 7.19734C18.8027 7.29316 18.9455 7.33356 19.2311 7.41436C19.876 7.5968 20.4347 7.87644 20.8679 8.34366C21.4237 8.94312 21.6584 9.69115 21.7684 10.5743C21.875 11.4308 21.875 12.5211 21.875 13.88V16.0044C21.875 17.398 21.875 18.5269 21.744 19.4161C21.6068 20.3471 21.3128 21.1219 20.6472 21.7301C19.989 22.3316 19.2223 22.5602 18.3193 22.6135C17.467 22.6639 16.3513 22.5549 15.0629 22.4289C13.4935 22.2756 11.81 22.0529 10.1096 21.7359C9.87886 21.6929 9.76349 21.6713 9.69424 21.588C9.625 21.5047 9.625 21.3863 9.625 21.1496V20.9767C9.625 20.6939 9.625 20.5524 9.71287 20.4646C9.80074 20.3767 9.94216 20.3767 10.225 20.3767H11.125C12.5057 20.3767 13.625 19.2574 13.625 17.8767C13.625 16.496 12.5057 15.3767 11.125 15.3767H10.225C9.94216 15.3767 9.80074 15.3767 9.71287 15.2888C9.625 15.201 9.625 15.0596 9.625 14.7767V13.8767C9.625 12.496 8.50571 11.3767 7.125 11.3767C5.74429 11.3767 4.625 12.496 4.625 13.8767V14.7767C4.625 15.0596 4.625 15.201 4.53713 15.2888C4.44926 15.3767 4.30784 15.3767 4.025 15.3767H3.125C3.03872 15.3767 2.95346 15.3811 2.86944 15.3896L2.86938 15.3896C2.73995 15.4028 2.67523 15.4093 2.64515 15.4063C2.49736 15.3915 2.41065 15.3132 2.38103 15.1676C2.375 15.138 2.375 15.0873 2.375 14.9859V5.77614ZM15.9665 3.02636C15.683 2.98142 15.3467 3.0034 14.8662 3.04421C10.1434 3.44528 6.82086 4.2587 4.98308 4.80409C4.90099 4.82845 4.82174 4.86641 4.7483 4.91634C4.5771 5.03275 4.49149 5.09095 4.52899 5.28491C4.56649 5.47887 4.71175 5.51061 5.00227 5.57411C7.35233 6.08772 10.9667 6.63928 15.1809 6.9313C15.5299 6.95548 15.8647 6.97867 16.1841 7.0024C16.4358 7.0211 16.5617 7.03046 16.6531 6.95899C16.7444 6.88753 16.7647 6.76878 16.8053 6.53129C16.8799 6.09453 16.9314 5.6178 16.934 5.1518C16.9389 4.2894 16.7748 3.65138 16.4907 3.30522C16.3563 3.14134 16.2034 3.06392 15.9665 3.02636ZM16.625 12.875C17.7296 12.875 18.625 13.7704 18.625 14.875C18.625 15.9796 17.7296 16.875 16.625 16.875C15.5204 16.875 14.625 15.9796 14.625 14.875C14.625 13.7704 15.5204 12.875 16.625 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.125 12.875C7.67728 12.875 8.125 13.3227 8.125 13.875L8.125 16.875H11.125C11.6773 16.875 12.125 17.3227 12.125 17.875C12.125 18.4273 11.6773 18.875 11.125 18.875H8.125V21.875C8.125 22.4273 7.67729 22.875 7.125 22.875C6.57272 22.875 6.125 22.4273 6.125 21.875V18.875H3.125C2.57272 18.875 2.125 18.4273 2.125 17.875C2.125 17.3227 2.57272 16.875 3.125 16.875H6.125L6.125 13.875C6.125 13.3227 6.57272 12.875 7.125 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.375 5.77614C2.375 4.556 3.14362 3.38901 4.41249 3.01245C6.36472 2.4331 9.91912 1.58254 14.7933 1.16863C15.6175 1.09642 17.0516 0.970784 18.012 2.14128C18.7163 2.99967 18.8804 4.17689 18.8749 5.16205C18.8719 5.67955 18.8215 6.19671 18.7467 6.67504C18.7022 6.95936 18.6799 7.10152 18.7413 7.19734C18.8027 7.29316 18.9455 7.33356 19.2311 7.41436C19.876 7.5968 20.4347 7.87644 20.8679 8.34366C21.4237 8.94312 21.6584 9.69115 21.7684 10.5743C21.875 11.4308 21.875 12.5211 21.875 13.88V16.0044C21.875 17.398 21.875 18.5269 21.744 19.4161C21.6068 20.3471 21.3128 21.1219 20.6472 21.7301C19.989 22.3316 19.2223 22.5602 18.3193 22.6135C17.467 22.6639 16.3513 22.5549 15.0629 22.4289C13.4935 22.2756 11.81 22.0529 10.1096 21.7359C9.87886 21.6929 9.76349 21.6713 9.69424 21.588C9.625 21.5047 9.625 21.3863 9.625 21.1496V20.9767C9.625 20.6939 9.625 20.5524 9.71287 20.4646C9.80074 20.3767 9.94216 20.3767 10.225 20.3767H11.125C12.5057 20.3767 13.625 19.2574 13.625 17.8767C13.625 16.496 12.5057 15.3767 11.125 15.3767H10.225C9.94216 15.3767 9.80074 15.3767 9.71287 15.2888C9.625 15.201 9.625 15.0596 9.625 14.7767V13.8767C9.625 12.496 8.50571 11.3767 7.125 11.3767C5.74429 11.3767 4.625 12.496 4.625 13.8767V14.7767C4.625 15.0596 4.625 15.201 4.53713 15.2888C4.44926 15.3767 4.30784 15.3767 4.025 15.3767H3.125C3.03872 15.3767 2.95346 15.3811 2.86944 15.3896L2.86938 15.3896C2.73995 15.4028 2.67523 15.4093 2.64515 15.4063C2.49736 15.3915 2.41065 15.3132 2.38103 15.1676C2.375 15.138 2.375 15.0873 2.375 14.9859V5.77614ZM15.9665 3.02636C15.683 2.98142 15.3467 3.0034 14.8662 3.04421C10.1434 3.44528 6.82086 4.2587 4.98308 4.80409C4.90099 4.82845 4.82174 4.86641 4.7483 4.91634C4.5771 5.03275 4.49149 5.09095 4.52899 5.28491C4.56649 5.47887 4.71175 5.51061 5.00227 5.57411C7.35233 6.08772 10.9667 6.63928 15.1809 6.9313C15.5299 6.95548 15.8647 6.97867 16.1841 7.0024C16.4358 7.0211 16.5617 7.03046 16.6531 6.95899C16.7444 6.88753 16.7647 6.76878 16.8053 6.53129C16.8799 6.09453 16.9314 5.6178 16.934 5.1518C16.9389 4.2894 16.7748 3.65138 16.4907 3.30522C16.3563 3.14134 16.2034 3.06392 15.9665 3.02636ZM16.625 12.875C17.7296 12.875 18.625 13.7704 18.625 14.875C18.625 15.9796 17.7296 16.875 16.625 16.875C15.5204 16.875 14.625 15.9796 14.625 14.875C14.625 13.7704 15.5204 12.875 16.625 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.125 12.875C7.67728 12.875 8.125 13.3227 8.125 13.875L8.125 16.875H11.125C11.6773 16.875 12.125 17.3227 12.125 17.875C12.125 18.4273 11.6773 18.875 11.125 18.875H8.125V21.875C8.125 22.4273 7.67729 22.875 7.125 22.875C6.57272 22.875 6.125 22.4273 6.125 21.875V18.875H3.125C2.57272 18.875 2.125 18.4273 2.125 17.875C2.125 17.3227 2.57272 16.875 3.125 16.875H6.125L6.125 13.875C6.125 13.3227 6.57272 12.875 7.125 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-address-book{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0564 1.25H14.0564H14.0564H12.4436H12.4436H12.4436C10.6058 1.24998 9.15019 1.24997 8.01098 1.40314C6.83856 1.56076 5.88961 1.89288 5.14124 2.64124C4.39288 3.38961 4.06076 4.33856 3.90314 5.51098C3.74997 6.65019 3.74998 8.10581 3.75 9.94356V9.94357V9.94358V14.0564V14.0564V14.0564C3.74998 15.8942 3.74997 17.3498 3.90314 18.489C4.06076 19.6614 4.39288 20.6104 5.14124 21.3588C5.88961 22.1071 6.83856 22.4392 8.01098 22.5969C9.15018 22.75 10.6058 22.75 12.4435 22.75H12.4436H14.0564H14.0565C15.8942 22.75 17.3498 22.75 18.489 22.5969C19.6614 22.4392 20.6104 22.1071 21.3588 21.3588C22.1071 20.6104 22.4392 19.6614 22.5969 18.489C22.75 17.3498 22.75 15.8942 22.75 14.0565V14.0564V9.94359V9.94354C22.75 8.1058 22.75 6.65018 22.5969 5.51098C22.4392 4.33856 22.1071 3.38961 21.3588 2.64124C20.6104 1.89288 19.6614 1.56076 18.489 1.40314C17.3498 1.24997 15.8942 1.24998 14.0564 1.25ZM9 12C9 9.65279 10.9028 7.75 13.25 7.75C15.5972 7.75 17.5 9.65279 17.5 12V12.5002C17.5 12.9144 17.1642 13.2502 16.75 13.2502C16.3358 13.2502 16 12.9144 16 12.5002V10.0002C16 9.58597 15.6642 9.25018 15.25 9.25018C14.979 9.25018 14.7415 9.39393 14.6098 9.60934C14.2087 9.38077 13.7446 9.25018 13.25 9.25018C11.7312 9.25018 10.5 10.4814 10.5 12.0002C10.5 13.519 11.7312 14.7502 13.25 14.7502C13.9636 14.7502 14.6138 14.4784 15.1025 14.0326C15.5133 14.4741 16.0994 14.7502 16.75 14.7502C17.9926 14.7502 19 13.7428 19 12.5002V12C19 8.82436 16.4256 6.25 13.25 6.25C10.0744 6.25 7.5 8.82436 7.5 12C7.5 15.1756 10.0744 17.75 13.25 17.75C14.5438 17.75 15.7398 17.3218 16.701 16.5996C17.0322 16.3508 17.0989 15.8807 16.8501 15.5495C16.6013 15.2183 16.1311 15.1516 15.8 15.4004C15.0897 15.9341 14.2078 16.25 13.25 16.25C10.9028 16.25 9 14.3472 9 12ZM13.25 10.7502C13.9404 10.7502 14.5 11.3098 14.5 12.0002C14.5 12.6905 13.9404 13.2502 13.25 13.2502C12.5596 13.2502 12 12.6905 12 12.0002C12 11.3098 12.5596 10.7502 13.25 10.7502Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 6C1.25 5.44772 1.69772 5 2.25 5L4.75 5C5.30229 5 5.75 5.44772 5.75 6C5.75 6.55229 5.30228 7 4.75 7L2.25 7C1.69772 7 1.25 6.55228 1.25 6ZM1.25 12C1.25 11.4477 1.69772 11 2.25 11L4.75 11C5.30229 11 5.75 11.4477 5.75 12C5.75 12.5523 5.30228 13 4.75 13H2.25C1.69772 13 1.25 12.5523 1.25 12ZM1.25 18C1.25 17.4477 1.69772 17 2.25 17H4.75C5.30228 17 5.75 17.4477 5.75 18C5.75 18.5523 5.30228 19 4.75 19H2.25C1.69772 19 1.25 18.5523 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0564 1.25H14.0564H14.0564H12.4436H12.4436H12.4436C10.6058 1.24998 9.15019 1.24997 8.01098 1.40314C6.83856 1.56076 5.88961 1.89288 5.14124 2.64124C4.39288 3.38961 4.06076 4.33856 3.90314 5.51098C3.74997 6.65019 3.74998 8.10581 3.75 9.94356V9.94357V9.94358V14.0564V14.0564V14.0564C3.74998 15.8942 3.74997 17.3498 3.90314 18.489C4.06076 19.6614 4.39288 20.6104 5.14124 21.3588C5.88961 22.1071 6.83856 22.4392 8.01098 22.5969C9.15018 22.75 10.6058 22.75 12.4435 22.75H12.4436H14.0564H14.0565C15.8942 22.75 17.3498 22.75 18.489 22.5969C19.6614 22.4392 20.6104 22.1071 21.3588 21.3588C22.1071 20.6104 22.4392 19.6614 22.5969 18.489C22.75 17.3498 22.75 15.8942 22.75 14.0565V14.0564V9.94359V9.94354C22.75 8.1058 22.75 6.65018 22.5969 5.51098C22.4392 4.33856 22.1071 3.38961 21.3588 2.64124C20.6104 1.89288 19.6614 1.56076 18.489 1.40314C17.3498 1.24997 15.8942 1.24998 14.0564 1.25ZM9 12C9 9.65279 10.9028 7.75 13.25 7.75C15.5972 7.75 17.5 9.65279 17.5 12V12.5002C17.5 12.9144 17.1642 13.2502 16.75 13.2502C16.3358 13.2502 16 12.9144 16 12.5002V10.0002C16 9.58597 15.6642 9.25018 15.25 9.25018C14.979 9.25018 14.7415 9.39393 14.6098 9.60934C14.2087 9.38077 13.7446 9.25018 13.25 9.25018C11.7312 9.25018 10.5 10.4814 10.5 12.0002C10.5 13.519 11.7312 14.7502 13.25 14.7502C13.9636 14.7502 14.6138 14.4784 15.1025 14.0326C15.5133 14.4741 16.0994 14.7502 16.75 14.7502C17.9926 14.7502 19 13.7428 19 12.5002V12C19 8.82436 16.4256 6.25 13.25 6.25C10.0744 6.25 7.5 8.82436 7.5 12C7.5 15.1756 10.0744 17.75 13.25 17.75C14.5438 17.75 15.7398 17.3218 16.701 16.5996C17.0322 16.3508 17.0989 15.8807 16.8501 15.5495C16.6013 15.2183 16.1311 15.1516 15.8 15.4004C15.0897 15.9341 14.2078 16.25 13.25 16.25C10.9028 16.25 9 14.3472 9 12ZM13.25 10.7502C13.9404 10.7502 14.5 11.3098 14.5 12.0002C14.5 12.6905 13.9404 13.2502 13.25 13.2502C12.5596 13.2502 12 12.6905 12 12.0002C12 11.3098 12.5596 10.7502 13.25 10.7502Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 6C1.25 5.44772 1.69772 5 2.25 5L4.75 5C5.30229 5 5.75 5.44772 5.75 6C5.75 6.55229 5.30228 7 4.75 7L2.25 7C1.69772 7 1.25 6.55228 1.25 6ZM1.25 12C1.25 11.4477 1.69772 11 2.25 11L4.75 11C5.30229 11 5.75 11.4477 5.75 12C5.75 12.5523 5.30228 13 4.75 13H2.25C1.69772 13 1.25 12.5523 1.25 12ZM1.25 18C1.25 17.4477 1.69772 17 2.25 17H4.75C5.30228 17 5.75 17.4477 5.75 18C5.75 18.5523 5.30228 19 4.75 19H2.25C1.69772 19 1.25 18.5523 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-advertisiment{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5765 2.42018C16.1699 2.24998 14.365 2.24999 12.0522 2.25C9.73933 2.24999 7.83014 2.24998 6.42355 2.42018C4.99222 2.59338 3.85936 2.95359 2.96274 3.76055C2.05481 4.57769 1.63907 5.62747 1.44129 6.95147C1.24997 8.23221 1.24998 9.99422 1.25 12.0625C1.24998 14.1308 1.24997 15.7678 1.44129 17.0485C1.63907 18.3725 2.05481 19.4223 2.96274 20.2395C3.85936 21.0464 4.99222 21.4066 6.42355 21.5798C7.83014 21.75 9.73935 21.75 12.0522 21.75C14.365 21.75 16.1699 21.75 17.5765 21.5798C19.0078 21.4066 20.1406 21.0464 21.0373 20.2395C21.9452 19.4223 22.3609 18.3725 22.5587 17.0485C22.75 15.7678 22.75 14.1308 22.75 12.0625C22.75 9.99426 22.75 8.23221 22.5587 6.95147C22.3609 5.62747 21.9452 4.57769 21.0373 3.76055C20.1406 2.95359 19.0078 2.59338 17.5765 2.42018ZM7.89398 11.5372C8.29337 10.4213 8.5694 9.65423 8.819 9.15832C8.8913 9.01468 8.95184 8.91388 9.0002 8.84443C9.04857 8.91388 9.10911 9.01468 9.18141 9.15832C9.43101 9.65423 9.70704 10.4213 10.1064 11.5372L10.3615 12.25H7.63889L7.89398 11.5372ZM11.7941 16.2527L10.8984 13.75H7.10205L6.20634 16.2527C6.06677 16.6427 5.63747 16.8457 5.24748 16.7061C4.85749 16.5666 4.65449 16.1373 4.79407 15.7473L6.50102 10.9778C6.87645 9.92873 7.18276 9.0728 7.47914 8.48394C7.63027 8.18368 7.80702 7.89345 8.03147 7.67172C8.27166 7.43445 8.59519 7.25 9.0002 7.25C9.40521 7.25 9.72875 7.43445 9.96894 7.67172C10.1934 7.89345 10.3701 8.18368 10.5213 8.48394C10.8176 9.07279 11.1239 9.92871 11.4994 10.9778L11.4994 10.9778L13.2063 15.7473C13.3459 16.1373 13.1429 16.5666 12.7529 16.7061C12.3629 16.8457 11.9336 16.6427 11.7941 16.2527ZM19.2507 9.00018C19.2507 8.58597 18.9149 8.25018 18.5007 8.25018C18.0865 8.25018 17.7507 8.58597 17.7507 9.00018V11.2502H16.5001C14.9814 11.2502 13.7502 12.4814 13.7502 14.0001C13.7502 15.5188 14.9814 16.75 16.5001 16.75H18.5002C18.9144 16.75 19.2502 16.4143 19.2502 16.0001L19.2507 9.00018ZM15.2502 14.0001C15.2502 13.3098 15.8098 12.7502 16.5001 12.7502H17.7506L17.7503 15.25H16.5001C15.8098 15.25 15.2502 14.6904 15.2502 14.0001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5765 2.42018C16.1699 2.24998 14.365 2.24999 12.0522 2.25C9.73933 2.24999 7.83014 2.24998 6.42355 2.42018C4.99222 2.59338 3.85936 2.95359 2.96274 3.76055C2.05481 4.57769 1.63907 5.62747 1.44129 6.95147C1.24997 8.23221 1.24998 9.99422 1.25 12.0625C1.24998 14.1308 1.24997 15.7678 1.44129 17.0485C1.63907 18.3725 2.05481 19.4223 2.96274 20.2395C3.85936 21.0464 4.99222 21.4066 6.42355 21.5798C7.83014 21.75 9.73935 21.75 12.0522 21.75C14.365 21.75 16.1699 21.75 17.5765 21.5798C19.0078 21.4066 20.1406 21.0464 21.0373 20.2395C21.9452 19.4223 22.3609 18.3725 22.5587 17.0485C22.75 15.7678 22.75 14.1308 22.75 12.0625C22.75 9.99426 22.75 8.23221 22.5587 6.95147C22.3609 5.62747 21.9452 4.57769 21.0373 3.76055C20.1406 2.95359 19.0078 2.59338 17.5765 2.42018ZM7.89398 11.5372C8.29337 10.4213 8.5694 9.65423 8.819 9.15832C8.8913 9.01468 8.95184 8.91388 9.0002 8.84443C9.04857 8.91388 9.10911 9.01468 9.18141 9.15832C9.43101 9.65423 9.70704 10.4213 10.1064 11.5372L10.3615 12.25H7.63889L7.89398 11.5372ZM11.7941 16.2527L10.8984 13.75H7.10205L6.20634 16.2527C6.06677 16.6427 5.63747 16.8457 5.24748 16.7061C4.85749 16.5666 4.65449 16.1373 4.79407 15.7473L6.50102 10.9778C6.87645 9.92873 7.18276 9.0728 7.47914 8.48394C7.63027 8.18368 7.80702 7.89345 8.03147 7.67172C8.27166 7.43445 8.59519 7.25 9.0002 7.25C9.40521 7.25 9.72875 7.43445 9.96894 7.67172C10.1934 7.89345 10.3701 8.18368 10.5213 8.48394C10.8176 9.07279 11.1239 9.92871 11.4994 10.9778L11.4994 10.9778L13.2063 15.7473C13.3459 16.1373 13.1429 16.5666 12.7529 16.7061C12.3629 16.8457 11.9336 16.6427 11.7941 16.2527ZM19.2507 9.00018C19.2507 8.58597 18.9149 8.25018 18.5007 8.25018C18.0865 8.25018 17.7507 8.58597 17.7507 9.00018V11.2502H16.5001C14.9814 11.2502 13.7502 12.4814 13.7502 14.0001C13.7502 15.5188 14.9814 16.75 16.5001 16.75H18.5002C18.9144 16.75 19.2502 16.4143 19.2502 16.0001L19.2507 9.00018ZM15.2502 14.0001C15.2502 13.3098 15.8098 12.7502 16.5001 12.7502H17.7506L17.7503 15.25H16.5001C15.8098 15.25 15.2502 14.6904 15.2502 14.0001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-analysis-text-link{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 3C9 3.55228 8.55228 4 8 4H7C6.44772 4 6 3.55228 6 3C6 2.44772 6.44772 2 7 2H8C8.55228 2 9 2.44772 9 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12 7.55228 11.5523 8 11 8H7C6.44772 8 6 7.55228 6 7C6 6.44772 6.44772 6 7 6H11C11.5523 6 12 6.44772 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.18163 18.1714 4.26041 18.7042 4.6078 19.0495C5.11558 19.5542 5.65243 19.7947 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99995 16.9539 1.99997 15.6607 2 14.072V3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.18726 19.8651C6.3807 19.4565 6.56361 19.043 6.7465 18.6296C7.09983 17.8308 7.45308 17.0322 7.88206 16.2696C8.28242 15.5577 8.69797 14.9707 9.13128 14.5707C9.55588 14.1788 9.93769 14.0189 10.3058 14.0189C10.8784 14.0189 11.3159 14.4783 11.6952 14.8766C11.7412 14.925 11.7865 14.9725 11.8309 15.0182C12.3831 15.5847 13.2476 16.4717 14.6132 16.4717C15.7622 16.4717 16.5941 15.9651 17.2097 15.2911C17.7401 14.7105 18.1403 13.9674 18.4738 13.348C18.4988 13.3018 18.5233 13.2562 18.5475 13.2114C19.3296 11.7648 19.8601 11 20.9995 11C21.5518 11 21.9995 10.5523 21.9995 10C21.9995 9.44772 21.5518 9 20.9995 9C18.5501 9 17.5056 10.9328 16.8086 12.2224C16.7608 12.3109 16.7134 12.4003 16.6658 12.49C16.396 12.9986 16.1205 13.5181 15.733 13.9424C15.4115 14.2943 15.0859 14.4717 14.6132 14.4717C14.1538 14.4717 13.8415 14.2124 13.1883 13.5455C13.1695 13.5263 13.1503 13.5067 13.1308 13.4867C12.5705 12.9129 11.6975 12.0189 10.3058 12.0189C9.28219 12.0189 8.43871 12.4882 7.77477 13.1011C7.11953 13.7058 6.58328 14.499 6.13887 15.2891C5.67762 16.1092 5.29664 16.967 4.91553 17.8252C4.7625 18.1697 4.60945 18.5144 4.45117 18.8566C4.49622 18.9256 4.54789 18.9903 4.60747 19.0495C5.0872 19.5263 5.59287 19.7673 6.18726 19.8651Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 3C9 3.55228 8.55228 4 8 4H7C6.44772 4 6 3.55228 6 3C6 2.44772 6.44772 2 7 2H8C8.55228 2 9 2.44772 9 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12 7.55228 11.5523 8 11 8H7C6.44772 8 6 7.55228 6 7C6 6.44772 6.44772 6 7 6H11C11.5523 6 12 6.44772 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.18163 18.1714 4.26041 18.7042 4.6078 19.0495C5.11558 19.5542 5.65243 19.7947 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99995 16.9539 1.99997 15.6607 2 14.072V3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.18726 19.8651C6.3807 19.4565 6.56361 19.043 6.7465 18.6296C7.09983 17.8308 7.45308 17.0322 7.88206 16.2696C8.28242 15.5577 8.69797 14.9707 9.13128 14.5707C9.55588 14.1788 9.93769 14.0189 10.3058 14.0189C10.8784 14.0189 11.3159 14.4783 11.6952 14.8766C11.7412 14.925 11.7865 14.9725 11.8309 15.0182C12.3831 15.5847 13.2476 16.4717 14.6132 16.4717C15.7622 16.4717 16.5941 15.9651 17.2097 15.2911C17.7401 14.7105 18.1403 13.9674 18.4738 13.348C18.4988 13.3018 18.5233 13.2562 18.5475 13.2114C19.3296 11.7648 19.8601 11 20.9995 11C21.5518 11 21.9995 10.5523 21.9995 10C21.9995 9.44772 21.5518 9 20.9995 9C18.5501 9 17.5056 10.9328 16.8086 12.2224C16.7608 12.3109 16.7134 12.4003 16.6658 12.49C16.396 12.9986 16.1205 13.5181 15.733 13.9424C15.4115 14.2943 15.0859 14.4717 14.6132 14.4717C14.1538 14.4717 13.8415 14.2124 13.1883 13.5455C13.1695 13.5263 13.1503 13.5067 13.1308 13.4867C12.5705 12.9129 11.6975 12.0189 10.3058 12.0189C9.28219 12.0189 8.43871 12.4882 7.77477 13.1011C7.11953 13.7058 6.58328 14.499 6.13887 15.2891C5.67762 16.1092 5.29664 16.967 4.91553 17.8252C4.7625 18.1697 4.60945 18.5144 4.45117 18.8566C4.49622 18.9256 4.54789 18.9903 4.60747 19.0495C5.0872 19.5263 5.59287 19.7673 6.18726 19.8651Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-analytics-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM7.75 13C7.75 12.5858 7.41421 12.25 7 12.25C6.58579 12.25 6.25 12.5858 6.25 13V17C6.25 17.4142 6.58579 17.75 7 17.75C7.41421 17.75 7.75 17.4142 7.75 17V13ZM12 6.25C12.4142 6.25 12.75 6.58579 12.75 7V17C12.75 17.4142 12.4142 17.75 12 17.75C11.5858 17.75 11.25 17.4142 11.25 17V7C11.25 6.58579 11.5858 6.25 12 6.25ZM17.75 11C17.75 10.5858 17.4142 10.25 17 10.25C16.5858 10.25 16.25 10.5858 16.25 11V17C16.25 17.4142 16.5858 17.75 17 17.75C17.4142 17.75 17.75 17.4142 17.75 17V11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM7.75 13C7.75 12.5858 7.41421 12.25 7 12.25C6.58579 12.25 6.25 12.5858 6.25 13V17C6.25 17.4142 6.58579 17.75 7 17.75C7.41421 17.75 7.75 17.4142 7.75 17V13ZM12 6.25C12.4142 6.25 12.75 6.58579 12.75 7V17C12.75 17.4142 12.4142 17.75 12 17.75C11.5858 17.75 11.25 17.4142 11.25 17V7C11.25 6.58579 11.5858 6.25 12 6.25ZM17.75 11C17.75 10.5858 17.4142 10.25 17 10.25C16.5858 10.25 16.25 10.5858 16.25 11V17C16.25 17.4142 16.5858 17.75 17 17.75C17.4142 17.75 17.75 17.4142 17.75 17V11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-analytics-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.3383 1.90488C14.2521 1.75525 13.9655 1.75408 13.3924 1.75173C12.968 1.74999 12.5233 1.75 12.0573 1.75H12.0572H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75213 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.75214 22.25 11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428V11.9427C22.25 11.4767 22.25 11.032 22.2483 10.6076V10.6076C22.2459 10.0344 22.2447 9.74786 22.0951 9.66173C21.9455 9.5756 21.6684 9.735 21.1143 10.0538C20.3445 10.4967 19.4518 10.75 18.5 10.75C15.6005 10.75 13.25 8.3995 13.25 5.5C13.25 4.54815 13.5033 3.65547 13.9462 2.88568C14.265 2.33156 14.4244 2.0545 14.3383 1.90488ZM12.75 9.5C12.75 9.08579 12.4142 8.75 12 8.75C11.5858 8.75 11.25 9.08579 11.25 9.5V17.5C11.25 17.9142 11.5858 18.25 12 18.25C12.4142 18.25 12.75 17.9142 12.75 17.5V9.5ZM17.75 13.5C17.75 13.0858 17.4142 12.75 17 12.75C16.5858 12.75 16.25 13.0858 16.25 13.5V17.5C16.25 17.9142 16.5858 18.25 17 18.25C17.4142 18.25 17.75 17.9142 17.75 17.5V13.5ZM7.75 14.5C7.75 14.0858 7.41421 13.75 7 13.75C6.58579 13.75 6.25 14.0858 6.25 14.5V17.5C6.25 17.9142 6.58579 18.25 7 18.25C7.41421 18.25 7.75 17.9142 7.75 17.5V14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.75 5.5C14.75 3.42893 16.4289 1.75 18.5 1.75C20.5711 1.75 22.25 3.42893 22.25 5.5C22.25 7.57107 20.5711 9.25 18.5 9.25C16.4289 9.25 14.75 7.57107 14.75 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.3383 1.90488C14.2521 1.75525 13.9655 1.75408 13.3924 1.75173C12.968 1.74999 12.5233 1.75 12.0573 1.75H12.0572H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75213 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.75214 22.25 11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428V11.9427C22.25 11.4767 22.25 11.032 22.2483 10.6076V10.6076C22.2459 10.0344 22.2447 9.74786 22.0951 9.66173C21.9455 9.5756 21.6684 9.735 21.1143 10.0538C20.3445 10.4967 19.4518 10.75 18.5 10.75C15.6005 10.75 13.25 8.3995 13.25 5.5C13.25 4.54815 13.5033 3.65547 13.9462 2.88568C14.265 2.33156 14.4244 2.0545 14.3383 1.90488ZM12.75 9.5C12.75 9.08579 12.4142 8.75 12 8.75C11.5858 8.75 11.25 9.08579 11.25 9.5V17.5C11.25 17.9142 11.5858 18.25 12 18.25C12.4142 18.25 12.75 17.9142 12.75 17.5V9.5ZM17.75 13.5C17.75 13.0858 17.4142 12.75 17 12.75C16.5858 12.75 16.25 13.0858 16.25 13.5V17.5C16.25 17.9142 16.5858 18.25 17 18.25C17.4142 18.25 17.75 17.9142 17.75 17.5V13.5ZM7.75 14.5C7.75 14.0858 7.41421 13.75 7 13.75C6.58579 13.75 6.25 14.0858 6.25 14.5V17.5C6.25 17.9142 6.58579 18.25 7 18.25C7.41421 18.25 7.75 17.9142 7.75 17.5V14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.75 5.5C14.75 3.42893 16.4289 1.75 18.5 1.75C20.5711 1.75 22.25 3.42893 22.25 5.5C22.25 7.57107 20.5711 9.25 18.5 9.25C16.4289 9.25 14.75 7.57107 14.75 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-analytics-down{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM17 15.25C17.4142 15.25 17.75 15.5858 17.75 16V18C17.75 18.4142 17.4142 18.75 17 18.75C16.5858 18.75 16.25 18.4142 16.25 18V16C16.25 15.5858 16.5858 15.25 17 15.25ZM12.75 15C12.75 14.5858 12.4142 14.25 12 14.25C11.5858 14.25 11.25 14.5858 11.25 15V18C11.25 18.4142 11.5858 18.75 12 18.75C12.4142 18.75 12.75 18.4142 12.75 18V15ZM7 12.25C7.41421 12.25 7.75 12.5858 7.75 13L7.75 18C7.75 18.4142 7.41421 18.75 7 18.75C6.58579 18.75 6.25 18.4142 6.25 18L6.25 13C6.25 12.5858 6.58579 12.25 7 12.25ZM6.53614 6.47555C6.24649 6.17944 5.77165 6.17421 5.47555 6.46386C5.17944 6.75351 5.17421 7.22835 5.46386 7.52445C8.60009 10.7306 12.521 11.7203 16.3679 10.948L15.9219 11.5568C15.6771 11.8909 15.7495 12.3602 16.0837 12.605C16.4178 12.8498 16.8871 12.7774 17.1319 12.4432L18.515 10.5554C18.7167 10.2801 18.8008 9.93119 18.7192 9.5881C18.6374 9.24384 18.4033 8.96771 18.092 8.81503L16.0183 7.79797C15.6464 7.61556 15.1971 7.76917 15.0147 8.14106C14.8323 8.51295 14.9859 8.9623 15.3578 9.1447L16.0468 9.48264C12.6736 10.1527 9.28569 9.28637 6.53614 6.47555Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM17 15.25C17.4142 15.25 17.75 15.5858 17.75 16V18C17.75 18.4142 17.4142 18.75 17 18.75C16.5858 18.75 16.25 18.4142 16.25 18V16C16.25 15.5858 16.5858 15.25 17 15.25ZM12.75 15C12.75 14.5858 12.4142 14.25 12 14.25C11.5858 14.25 11.25 14.5858 11.25 15V18C11.25 18.4142 11.5858 18.75 12 18.75C12.4142 18.75 12.75 18.4142 12.75 18V15ZM7 12.25C7.41421 12.25 7.75 12.5858 7.75 13L7.75 18C7.75 18.4142 7.41421 18.75 7 18.75C6.58579 18.75 6.25 18.4142 6.25 18L6.25 13C6.25 12.5858 6.58579 12.25 7 12.25ZM6.53614 6.47555C6.24649 6.17944 5.77165 6.17421 5.47555 6.46386C5.17944 6.75351 5.17421 7.22835 5.46386 7.52445C8.60009 10.7306 12.521 11.7203 16.3679 10.948L15.9219 11.5568C15.6771 11.8909 15.7495 12.3602 16.0837 12.605C16.4178 12.8498 16.8871 12.7774 17.1319 12.4432L18.515 10.5554C18.7167 10.2801 18.8008 9.93119 18.7192 9.5881C18.6374 9.24384 18.4033 8.96771 18.092 8.81503L16.0183 7.79797C15.6464 7.61556 15.1971 7.76917 15.0147 8.14106C14.8323 8.51295 14.9859 8.9623 15.3578 9.1447L16.0468 9.48264C12.6736 10.1527 9.28569 9.28637 6.53614 6.47555Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-analytics-up{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM7 15.25C7.41421 15.25 7.75 15.5858 7.75 16V18C7.75 18.4142 7.41421 18.75 7 18.75C6.58579 18.75 6.25 18.4142 6.25 18V16C6.25 15.5858 6.58579 15.25 7 15.25ZM12.75 15C12.75 14.5858 12.4142 14.25 12 14.25C11.5858 14.25 11.25 14.5858 11.25 15V18C11.25 18.4142 11.5858 18.75 12 18.75C12.4142 18.75 12.75 18.4142 12.75 18V15ZM17 12.25C17.4142 12.25 17.75 12.5858 17.75 13V18C17.75 18.4142 17.4142 18.75 17 18.75C16.5858 18.75 16.25 18.4142 16.25 18V13C16.25 12.5858 16.5858 12.25 17 12.25ZM15.8589 5.25228C16.0902 5.24173 16.3693 5.26295 16.6447 5.41952C16.9304 5.58187 17.0889 5.81911 17.1891 6.04105C17.2714 6.22343 17.335 6.44564 17.393 6.64856L17.393 6.64858L17.4029 6.68297L17.721 7.79345C17.8351 8.19164 17.6048 8.60692 17.2066 8.721C16.8084 8.83508 16.3931 8.60476 16.279 8.20656L16.1323 7.69448C13.8986 10.9059 10.322 12.25 6 12.25C5.58579 12.25 5.25 11.9142 5.25 11.5C5.25 11.0858 5.58579 10.75 6 10.75C9.95263 10.75 12.9634 9.5578 14.8459 6.91538L14.1221 7.03478C13.7134 7.1022 13.3274 6.82554 13.26 6.41685C13.1926 6.00815 13.4692 5.6222 13.8779 5.55478L15.1456 5.34568L15.1788 5.34021C15.4162 5.30098 15.6546 5.2616 15.8589 5.25228Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM7 15.25C7.41421 15.25 7.75 15.5858 7.75 16V18C7.75 18.4142 7.41421 18.75 7 18.75C6.58579 18.75 6.25 18.4142 6.25 18V16C6.25 15.5858 6.58579 15.25 7 15.25ZM12.75 15C12.75 14.5858 12.4142 14.25 12 14.25C11.5858 14.25 11.25 14.5858 11.25 15V18C11.25 18.4142 11.5858 18.75 12 18.75C12.4142 18.75 12.75 18.4142 12.75 18V15ZM17 12.25C17.4142 12.25 17.75 12.5858 17.75 13V18C17.75 18.4142 17.4142 18.75 17 18.75C16.5858 18.75 16.25 18.4142 16.25 18V13C16.25 12.5858 16.5858 12.25 17 12.25ZM15.8589 5.25228C16.0902 5.24173 16.3693 5.26295 16.6447 5.41952C16.9304 5.58187 17.0889 5.81911 17.1891 6.04105C17.2714 6.22343 17.335 6.44564 17.393 6.64856L17.393 6.64858L17.4029 6.68297L17.721 7.79345C17.8351 8.19164 17.6048 8.60692 17.2066 8.721C16.8084 8.83508 16.3931 8.60476 16.279 8.20656L16.1323 7.69448C13.8986 10.9059 10.322 12.25 6 12.25C5.58579 12.25 5.25 11.9142 5.25 11.5C5.25 11.0858 5.58579 10.75 6 10.75C9.95263 10.75 12.9634 9.5578 14.8459 6.91538L14.1221 7.03478C13.7134 7.1022 13.3274 6.82554 13.26 6.41685C13.1926 6.00815 13.4692 5.6222 13.8779 5.55478L15.1456 5.34568L15.1788 5.34021C15.4162 5.30098 15.6546 5.2616 15.8589 5.25228Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-archive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0564 1.25H10.9436H10.9436C9.10583 1.24999 7.65019 1.24997 6.51098 1.40314C5.33856 1.56076 4.38961 1.89288 3.64124 2.64124C2.89288 3.38961 2.56076 4.33856 2.40314 5.51098C2.24997 6.65019 2.24999 8.10581 2.25 9.94355V9.94356V11.25H21.75V9.94359C21.75 8.10585 21.75 6.65018 21.5969 5.51098C21.4392 4.33856 21.1071 3.38961 20.3588 2.64124C19.6104 1.89288 18.6614 1.56076 17.489 1.40314C16.3498 1.24997 14.8942 1.24999 13.0564 1.25H13.0564ZM21.75 12.75H2.25V14.0564V14.0564C2.24999 15.8942 2.24997 17.3498 2.40314 18.489C2.56076 19.6614 2.89288 20.6104 3.64124 21.3588C4.38961 22.1071 5.33856 22.4392 6.51098 22.5969C7.65018 22.75 9.1058 22.75 10.9435 22.75H13.0564C14.8942 22.75 16.3498 22.75 17.489 22.5969C18.6614 22.4392 19.6104 22.1071 20.3588 21.3588C21.1071 20.6104 21.4392 19.6614 21.5969 18.489C21.75 17.3498 21.75 15.8942 21.75 14.0565V12.75ZM8.25 7C8.25 6.58579 8.58579 6.25 9 6.25H15C15.4142 6.25 15.75 6.58579 15.75 7C15.75 7.41421 15.4142 7.75 15 7.75H9C8.58579 7.75 8.25 7.41421 8.25 7ZM9 16.25C8.58579 16.25 8.25 16.5858 8.25 17C8.25 17.4142 8.58579 17.75 9 17.75H15C15.4142 17.75 15.75 17.4142 15.75 17C15.75 16.5858 15.4142 16.25 15 16.25H9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0564 1.25H10.9436H10.9436C9.10583 1.24999 7.65019 1.24997 6.51098 1.40314C5.33856 1.56076 4.38961 1.89288 3.64124 2.64124C2.89288 3.38961 2.56076 4.33856 2.40314 5.51098C2.24997 6.65019 2.24999 8.10581 2.25 9.94355V9.94356V11.25H21.75V9.94359C21.75 8.10585 21.75 6.65018 21.5969 5.51098C21.4392 4.33856 21.1071 3.38961 20.3588 2.64124C19.6104 1.89288 18.6614 1.56076 17.489 1.40314C16.3498 1.24997 14.8942 1.24999 13.0564 1.25H13.0564ZM21.75 12.75H2.25V14.0564V14.0564C2.24999 15.8942 2.24997 17.3498 2.40314 18.489C2.56076 19.6614 2.89288 20.6104 3.64124 21.3588C4.38961 22.1071 5.33856 22.4392 6.51098 22.5969C7.65018 22.75 9.1058 22.75 10.9435 22.75H13.0564C14.8942 22.75 16.3498 22.75 17.489 22.5969C18.6614 22.4392 19.6104 22.1071 20.3588 21.3588C21.1071 20.6104 21.4392 19.6614 21.5969 18.489C21.75 17.3498 21.75 15.8942 21.75 14.0565V12.75ZM8.25 7C8.25 6.58579 8.58579 6.25 9 6.25H15C15.4142 6.25 15.75 6.58579 15.75 7C15.75 7.41421 15.4142 7.75 15 7.75H9C8.58579 7.75 8.25 7.41421 8.25 7ZM9 16.25C8.58579 16.25 8.25 16.5858 8.25 17C8.25 17.4142 8.58579 17.75 9 17.75H15C15.4142 17.75 15.75 17.4142 15.75 17C15.75 16.5858 15.4142 16.25 15 16.25H9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-at{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.2C7.69218 4.2 4.2 7.69218 4.2 12C4.2 16.3078 7.69218 19.8 12 19.8C13.7574 19.8 15.3765 19.22 16.6802 18.2405C17.1107 17.917 17.7219 18.0038 18.0454 18.4343C18.3688 18.8649 18.282 19.4761 17.8515 19.7995C16.2217 21.024 14.1942 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12V12.8778C21.75 14.8702 20.1349 16.4853 18.1425 16.4853C16.9728 16.4853 15.9331 15.9286 15.274 15.0657C14.4556 15.9394 13.2916 16.4853 12 16.4853C9.523 16.4853 7.515 14.4773 7.515 12.0003C7.515 9.52332 9.523 7.51532 12 7.51532C12.9479 7.51532 13.8271 7.80938 14.5514 8.31126C14.6355 7.8583 15.0327 7.51532 15.51 7.51532C16.0485 7.51532 16.485 7.95184 16.485 8.49032V12.8778C16.485 13.7932 17.2271 14.5353 18.1425 14.5353C19.0579 14.5353 19.8 13.7932 19.8 12.8778V12C19.8 7.69218 16.3078 4.2 12 4.2ZM14.535 12.0003C14.535 10.6003 13.4 9.46532 12 9.46532C10.6 9.46532 9.465 10.6003 9.465 12.0003C9.465 13.4004 10.6 14.5353 12 14.5353C13.4 14.5353 14.535 13.4004 14.535 12.0003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.2C7.69218 4.2 4.2 7.69218 4.2 12C4.2 16.3078 7.69218 19.8 12 19.8C13.7574 19.8 15.3765 19.22 16.6802 18.2405C17.1107 17.917 17.7219 18.0038 18.0454 18.4343C18.3688 18.8649 18.282 19.4761 17.8515 19.7995C16.2217 21.024 14.1942 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12V12.8778C21.75 14.8702 20.1349 16.4853 18.1425 16.4853C16.9728 16.4853 15.9331 15.9286 15.274 15.0657C14.4556 15.9394 13.2916 16.4853 12 16.4853C9.523 16.4853 7.515 14.4773 7.515 12.0003C7.515 9.52332 9.523 7.51532 12 7.51532C12.9479 7.51532 13.8271 7.80938 14.5514 8.31126C14.6355 7.8583 15.0327 7.51532 15.51 7.51532C16.0485 7.51532 16.485 7.95184 16.485 8.49032V12.8778C16.485 13.7932 17.2271 14.5353 18.1425 14.5353C19.0579 14.5353 19.8 13.7932 19.8 12.8778V12C19.8 7.69218 16.3078 4.2 12 4.2ZM14.535 12.0003C14.535 10.6003 13.4 9.46532 12 9.46532C10.6 9.46532 9.465 10.6003 9.465 12.0003C9.465 13.4004 10.6 14.5353 12 14.5353C13.4 14.5353 14.535 13.4004 14.535 12.0003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-atm-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1978 6.25H14.1978C14.9586 6.24998 15.598 6.24996 16.1143 6.31403C16.6617 6.38197 17.1602 6.53059 17.5912 6.89146C18.0222 7.25232 18.2562 7.71697 18.4193 8.24389C18.5731 8.74084 18.6855 9.3703 18.8192 10.1193L18.8192 10.1193L18.8192 10.1193L18.8192 10.1193L19.4895 13.8726L19.4895 13.8727L19.4895 13.8727C19.7726 15.4579 19.9993 16.7275 20.0348 17.7329C20.0715 18.7716 19.9118 19.6676 19.2925 20.4073C18.6731 21.1471 17.8191 21.4618 16.7902 21.6082C15.7942 21.75 14.5044 21.75 12.8942 21.75H12.8942H11.1065H11.1065C9.49622 21.75 8.20645 21.75 7.21049 21.6082C6.18153 21.4618 5.32758 21.1471 4.70822 20.4073C4.08886 19.6676 3.92921 18.7716 3.96588 17.7329C4.00137 16.7275 4.22812 15.4578 4.51121 13.8727L4.51121 13.8727L4.51121 13.8727L5.18145 10.1193L5.18145 10.1193L5.18145 10.1193C5.31517 9.37033 5.42756 8.74085 5.58139 8.24389C5.74449 7.71697 5.97845 7.25232 6.40946 6.89146C6.84047 6.53059 7.339 6.38197 7.8864 6.31403C8.40264 6.24996 9.04206 6.24998 9.80289 6.25H9.80292H9.80295H14.1977H14.1978ZM12 14C10.6193 14 9.5 12.8807 9.5 11.5C9.5 10.1193 10.6193 9 12 9C13.3807 9 14.5 10.1193 14.5 11.5C14.5 12.8807 13.3807 14 12 14ZM13 16.9955C13 16.4457 12.5523 16 12 16C11.4477 16 11 16.4457 11 16.9955V17.0045C11 17.5543 11.4477 18 12 18C12.5523 18 13 17.5543 13 17.0045V16.9955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.93712 2.25C5.95963 2.25 5.98221 2.25001 6.00488 2.25001L18.0628 2.25C18.9468 2.24995 19.7124 2.2499 20.3261 2.33562C20.9883 2.4281 21.6192 2.63711 22.1269 3.16449C22.6295 3.68654 22.8237 4.32619 22.9103 4.99561C22.9919 5.62545 22.9918 6.41383 22.9918 7.33739L22.9918 7.40177C22.9918 7.65439 22.994 7.89711 22.9961 8.12825C23.0016 8.73073 23.0063 9.25455 22.9695 9.67014C22.9123 10.3154 22.7444 10.9158 22.2364 11.4435C21.8534 11.8414 21.2203 11.8535 20.8225 11.4704C20.4246 11.0874 20.4125 10.4544 20.7956 10.0565C20.8729 9.97616 20.9429 9.88104 20.9773 9.4935C21.005 9.18046 21.0016 8.8066 20.9967 8.267C20.9944 8.01749 20.9918 7.73253 20.9918 7.40177C20.9918 6.39595 20.9898 5.73847 20.9269 5.25232C20.8672 4.79115 20.7688 4.63751 20.686 4.55155C20.6084 4.47092 20.4757 4.37592 20.0495 4.3164C19.5905 4.25229 18.9664 4.25001 17.9951 4.25001L6.00488 4.25001C5.0335 4.25001 4.40942 4.25229 3.95045 4.31639C3.52427 4.37592 3.39151 4.47092 3.31389 4.55154C3.23113 4.63751 3.13273 4.79115 3.07304 5.25232C3.01012 5.73847 3.00815 6.39595 3.00815 7.40177C3.00815 7.73426 3.0055 8.02045 3.00318 8.27087C2.99819 8.80852 2.99474 9.18135 3.02234 9.49383C3.05658 9.88147 3.12657 9.97636 3.2037 10.0565C3.58672 10.4544 3.57468 11.0874 3.17679 11.4704C2.77891 11.8535 2.14586 11.8414 1.76284 11.4435C1.25466 10.9156 1.08709 10.315 1.0301 9.66981C0.993469 9.25515 0.998266 8.73244 1.00378 8.13142C1.00591 7.89931 1.00815 7.65552 1.00815 7.40177C1.00815 7.38023 1.00815 7.35877 1.00815 7.33738C1.0081 6.41382 1.00807 5.62545 1.08959 4.99561C1.17623 4.32619 1.37047 3.68654 1.87303 3.16449C2.38072 2.63711 3.01162 2.4281 3.67381 2.33562C4.28757 2.2499 5.05309 2.24995 5.93712 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1978 6.25H14.1978C14.9586 6.24998 15.598 6.24996 16.1143 6.31403C16.6617 6.38197 17.1602 6.53059 17.5912 6.89146C18.0222 7.25232 18.2562 7.71697 18.4193 8.24389C18.5731 8.74084 18.6855 9.3703 18.8192 10.1193L18.8192 10.1193L18.8192 10.1193L18.8192 10.1193L19.4895 13.8726L19.4895 13.8727L19.4895 13.8727C19.7726 15.4579 19.9993 16.7275 20.0348 17.7329C20.0715 18.7716 19.9118 19.6676 19.2925 20.4073C18.6731 21.1471 17.8191 21.4618 16.7902 21.6082C15.7942 21.75 14.5044 21.75 12.8942 21.75H12.8942H11.1065H11.1065C9.49622 21.75 8.20645 21.75 7.21049 21.6082C6.18153 21.4618 5.32758 21.1471 4.70822 20.4073C4.08886 19.6676 3.92921 18.7716 3.96588 17.7329C4.00137 16.7275 4.22812 15.4578 4.51121 13.8727L4.51121 13.8727L4.51121 13.8727L5.18145 10.1193L5.18145 10.1193L5.18145 10.1193C5.31517 9.37033 5.42756 8.74085 5.58139 8.24389C5.74449 7.71697 5.97845 7.25232 6.40946 6.89146C6.84047 6.53059 7.339 6.38197 7.8864 6.31403C8.40264 6.24996 9.04206 6.24998 9.80289 6.25H9.80292H9.80295H14.1977H14.1978ZM12 14C10.6193 14 9.5 12.8807 9.5 11.5C9.5 10.1193 10.6193 9 12 9C13.3807 9 14.5 10.1193 14.5 11.5C14.5 12.8807 13.3807 14 12 14ZM13 16.9955C13 16.4457 12.5523 16 12 16C11.4477 16 11 16.4457 11 16.9955V17.0045C11 17.5543 11.4477 18 12 18C12.5523 18 13 17.5543 13 17.0045V16.9955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.93712 2.25C5.95963 2.25 5.98221 2.25001 6.00488 2.25001L18.0628 2.25C18.9468 2.24995 19.7124 2.2499 20.3261 2.33562C20.9883 2.4281 21.6192 2.63711 22.1269 3.16449C22.6295 3.68654 22.8237 4.32619 22.9103 4.99561C22.9919 5.62545 22.9918 6.41383 22.9918 7.33739L22.9918 7.40177C22.9918 7.65439 22.994 7.89711 22.9961 8.12825C23.0016 8.73073 23.0063 9.25455 22.9695 9.67014C22.9123 10.3154 22.7444 10.9158 22.2364 11.4435C21.8534 11.8414 21.2203 11.8535 20.8225 11.4704C20.4246 11.0874 20.4125 10.4544 20.7956 10.0565C20.8729 9.97616 20.9429 9.88104 20.9773 9.4935C21.005 9.18046 21.0016 8.8066 20.9967 8.267C20.9944 8.01749 20.9918 7.73253 20.9918 7.40177C20.9918 6.39595 20.9898 5.73847 20.9269 5.25232C20.8672 4.79115 20.7688 4.63751 20.686 4.55155C20.6084 4.47092 20.4757 4.37592 20.0495 4.3164C19.5905 4.25229 18.9664 4.25001 17.9951 4.25001L6.00488 4.25001C5.0335 4.25001 4.40942 4.25229 3.95045 4.31639C3.52427 4.37592 3.39151 4.47092 3.31389 4.55154C3.23113 4.63751 3.13273 4.79115 3.07304 5.25232C3.01012 5.73847 3.00815 6.39595 3.00815 7.40177C3.00815 7.73426 3.0055 8.02045 3.00318 8.27087C2.99819 8.80852 2.99474 9.18135 3.02234 9.49383C3.05658 9.88147 3.12657 9.97636 3.2037 10.0565C3.58672 10.4544 3.57468 11.0874 3.17679 11.4704C2.77891 11.8535 2.14586 11.8414 1.76284 11.4435C1.25466 10.9156 1.08709 10.315 1.0301 9.66981C0.993469 9.25515 0.998266 8.73244 1.00378 8.13142C1.00591 7.89931 1.00815 7.65552 1.00815 7.40177C1.00815 7.38023 1.00815 7.35877 1.00815 7.33738C1.0081 6.41382 1.00807 5.62545 1.08959 4.99561C1.17623 4.32619 1.37047 3.68654 1.87303 3.16449C2.38072 2.63711 3.01162 2.4281 3.67381 2.33562C4.28757 2.2499 5.05309 2.24995 5.93712 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-atm-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.93712 2.25C5.95963 2.25 5.98221 2.25001 6.00488 2.25001L18.0628 2.25C18.9468 2.24995 19.7124 2.2499 20.3261 2.33562C20.9883 2.4281 21.6192 2.63711 22.1269 3.16449C22.6295 3.68654 22.8237 4.32619 22.9103 4.99561C22.9919 5.62545 22.9918 6.41383 22.9918 7.33739L22.9918 7.40177C22.9918 7.65439 22.994 7.89711 22.9961 8.12825C23.0016 8.73073 23.0063 9.25455 22.9695 9.67014C22.9123 10.3154 22.7444 10.9158 22.2364 11.4435C21.8534 11.8414 21.2203 11.8535 20.8225 11.4704C20.4246 11.0874 20.4125 10.4544 20.7956 10.0565C20.8729 9.97616 20.9429 9.88104 20.9773 9.4935C21.005 9.18046 21.0016 8.8066 20.9967 8.267C20.9944 8.01749 20.9918 7.73253 20.9918 7.40177C20.9918 6.39595 20.9898 5.73847 20.9269 5.25232C20.8672 4.79115 20.7688 4.63751 20.686 4.55155C20.6084 4.47092 20.4757 4.37592 20.0495 4.3164C19.5905 4.25229 18.9664 4.25001 17.9951 4.25001L6.00488 4.25001C5.0335 4.25001 4.40942 4.25229 3.95045 4.31639C3.52427 4.37592 3.39151 4.47092 3.31389 4.55154C3.23113 4.63751 3.13273 4.79115 3.07304 5.25232C3.01012 5.73847 3.00815 6.39595 3.00815 7.40177C3.00815 7.73426 3.0055 8.02045 3.00318 8.27087C2.99819 8.80852 2.99474 9.18135 3.02234 9.49383C3.05658 9.88147 3.12657 9.97636 3.2037 10.0565C3.58672 10.4544 3.57468 11.0874 3.17679 11.4704C2.77891 11.8535 2.14586 11.8414 1.76284 11.4435C1.25466 10.9156 1.08709 10.315 1.0301 9.66981C0.993469 9.25515 0.998266 8.73244 1.00378 8.13142C1.00591 7.89931 1.00815 7.65552 1.00815 7.40177C1.00815 7.38023 1.00815 7.35877 1.00815 7.33738C1.0081 6.41382 1.00807 5.62545 1.08959 4.99561C1.17623 4.32619 1.37047 3.68654 1.87303 3.16449C2.38072 2.63711 3.01162 2.4281 3.67381 2.33562C4.28757 2.2499 5.05309 2.24995 5.93712 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.80295 6.25C9.90516 6.25 9.95626 6.25 9.99728 6.26192C10.1023 6.29244 10.1824 6.37769 10.2063 6.48441C10.2156 6.52609 10.2124 6.57709 10.2061 6.6791L9.30057 21.167C9.28356 21.4393 9.27505 21.5755 9.18473 21.6573C9.09441 21.7392 8.95993 21.7344 8.69098 21.7249C8.13959 21.7053 7.64684 21.6704 7.21049 21.6082C6.18153 21.4618 5.32758 21.1471 4.70822 20.4073C4.08886 19.6676 3.92921 18.7716 3.96588 17.7329C4.00137 16.7275 4.22812 15.4578 4.51121 13.8727L4.51121 13.8727L4.51121 13.8727L5.18145 10.1193L5.18145 10.1193L5.18145 10.1193C5.31517 9.37033 5.42756 8.74085 5.58139 8.24389C5.74449 7.71697 5.97845 7.25232 6.40946 6.89146C6.84047 6.53059 7.339 6.38197 7.8864 6.31403C8.40264 6.24996 9.04206 6.24998 9.80289 6.25H9.80292H9.80295ZM11.1065 21.75C11.0879 21.75 11.0786 21.75 11.0709 21.7496C10.9102 21.7413 10.7846 21.6076 10.7864 21.4467C10.7865 21.439 10.7871 21.4297 10.7882 21.4112L11.7007 6.81257C11.7173 6.54599 11.7256 6.4127 11.8122 6.33135C11.8988 6.25 12.0324 6.25 12.2995 6.25H14.1977H14.1978H14.1978C14.9586 6.24998 15.598 6.24996 16.1143 6.31403C16.6617 6.38197 17.1602 6.53059 17.5912 6.89146C18.0222 7.25232 18.2562 7.71697 18.4193 8.24389C18.5731 8.74084 18.6855 9.3703 18.8192 10.1193L18.8192 10.1193L18.8192 10.1193L18.8192 10.1193L19.4895 13.8726L19.4895 13.8727L19.4895 13.8727C19.7726 15.4579 19.9993 16.7275 20.0348 17.7329C20.0715 18.7716 19.9118 19.6676 19.2925 20.4073C18.6731 21.1471 17.8191 21.4618 16.7902 21.6082C15.7942 21.75 14.5044 21.75 12.8942 21.75H12.8942H11.1065H11.1065ZM16.75 16C16.75 15.5858 16.4142 15.25 16 15.25C15.5858 15.25 15.25 15.5858 15.25 16V17C15.25 17.4142 15.5858 17.75 16 17.75C16.4142 17.75 16.75 17.4142 16.75 17V16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.93712 2.25C5.95963 2.25 5.98221 2.25001 6.00488 2.25001L18.0628 2.25C18.9468 2.24995 19.7124 2.2499 20.3261 2.33562C20.9883 2.4281 21.6192 2.63711 22.1269 3.16449C22.6295 3.68654 22.8237 4.32619 22.9103 4.99561C22.9919 5.62545 22.9918 6.41383 22.9918 7.33739L22.9918 7.40177C22.9918 7.65439 22.994 7.89711 22.9961 8.12825C23.0016 8.73073 23.0063 9.25455 22.9695 9.67014C22.9123 10.3154 22.7444 10.9158 22.2364 11.4435C21.8534 11.8414 21.2203 11.8535 20.8225 11.4704C20.4246 11.0874 20.4125 10.4544 20.7956 10.0565C20.8729 9.97616 20.9429 9.88104 20.9773 9.4935C21.005 9.18046 21.0016 8.8066 20.9967 8.267C20.9944 8.01749 20.9918 7.73253 20.9918 7.40177C20.9918 6.39595 20.9898 5.73847 20.9269 5.25232C20.8672 4.79115 20.7688 4.63751 20.686 4.55155C20.6084 4.47092 20.4757 4.37592 20.0495 4.3164C19.5905 4.25229 18.9664 4.25001 17.9951 4.25001L6.00488 4.25001C5.0335 4.25001 4.40942 4.25229 3.95045 4.31639C3.52427 4.37592 3.39151 4.47092 3.31389 4.55154C3.23113 4.63751 3.13273 4.79115 3.07304 5.25232C3.01012 5.73847 3.00815 6.39595 3.00815 7.40177C3.00815 7.73426 3.0055 8.02045 3.00318 8.27087C2.99819 8.80852 2.99474 9.18135 3.02234 9.49383C3.05658 9.88147 3.12657 9.97636 3.2037 10.0565C3.58672 10.4544 3.57468 11.0874 3.17679 11.4704C2.77891 11.8535 2.14586 11.8414 1.76284 11.4435C1.25466 10.9156 1.08709 10.315 1.0301 9.66981C0.993469 9.25515 0.998266 8.73244 1.00378 8.13142C1.00591 7.89931 1.00815 7.65552 1.00815 7.40177C1.00815 7.38023 1.00815 7.35877 1.00815 7.33738C1.0081 6.41382 1.00807 5.62545 1.08959 4.99561C1.17623 4.32619 1.37047 3.68654 1.87303 3.16449C2.38072 2.63711 3.01162 2.4281 3.67381 2.33562C4.28757 2.2499 5.05309 2.24995 5.93712 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.80295 6.25C9.90516 6.25 9.95626 6.25 9.99728 6.26192C10.1023 6.29244 10.1824 6.37769 10.2063 6.48441C10.2156 6.52609 10.2124 6.57709 10.2061 6.6791L9.30057 21.167C9.28356 21.4393 9.27505 21.5755 9.18473 21.6573C9.09441 21.7392 8.95993 21.7344 8.69098 21.7249C8.13959 21.7053 7.64684 21.6704 7.21049 21.6082C6.18153 21.4618 5.32758 21.1471 4.70822 20.4073C4.08886 19.6676 3.92921 18.7716 3.96588 17.7329C4.00137 16.7275 4.22812 15.4578 4.51121 13.8727L4.51121 13.8727L4.51121 13.8727L5.18145 10.1193L5.18145 10.1193L5.18145 10.1193C5.31517 9.37033 5.42756 8.74085 5.58139 8.24389C5.74449 7.71697 5.97845 7.25232 6.40946 6.89146C6.84047 6.53059 7.339 6.38197 7.8864 6.31403C8.40264 6.24996 9.04206 6.24998 9.80289 6.25H9.80292H9.80295ZM11.1065 21.75C11.0879 21.75 11.0786 21.75 11.0709 21.7496C10.9102 21.7413 10.7846 21.6076 10.7864 21.4467C10.7865 21.439 10.7871 21.4297 10.7882 21.4112L11.7007 6.81257C11.7173 6.54599 11.7256 6.4127 11.8122 6.33135C11.8988 6.25 12.0324 6.25 12.2995 6.25H14.1977H14.1978H14.1978C14.9586 6.24998 15.598 6.24996 16.1143 6.31403C16.6617 6.38197 17.1602 6.53059 17.5912 6.89146C18.0222 7.25232 18.2562 7.71697 18.4193 8.24389C18.5731 8.74084 18.6855 9.3703 18.8192 10.1193L18.8192 10.1193L18.8192 10.1193L18.8192 10.1193L19.4895 13.8726L19.4895 13.8727L19.4895 13.8727C19.7726 15.4579 19.9993 16.7275 20.0348 17.7329C20.0715 18.7716 19.9118 19.6676 19.2925 20.4073C18.6731 21.1471 17.8191 21.4618 16.7902 21.6082C15.7942 21.75 14.5044 21.75 12.8942 21.75H12.8942H11.1065H11.1065ZM16.75 16C16.75 15.5858 16.4142 15.25 16 15.25C15.5858 15.25 15.25 15.5858 15.25 16V17C15.25 17.4142 15.5858 17.75 16 17.75C16.4142 17.75 16.75 17.4142 16.75 17V16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-attchment{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.57353 4.19999C7.42937 4.19999 5.69118 5.94608 5.69118 8.09998V13.4625C5.69118 16.9626 8.51573 19.8 12 19.8C15.4843 19.8 18.3088 16.9626 18.3088 13.4625V12C18.3088 11.4616 18.7434 11.025 19.2794 11.025C19.8155 11.025 20.25 11.4616 20.25 12V13.4625C20.25 18.0396 16.5563 21.75 12 21.75C7.44365 21.75 3.75 18.0396 3.75 13.4625V8.09998C3.75 4.86913 6.35728 2.25 9.57353 2.25C12.7898 2.25 15.3971 4.86913 15.3971 8.09998V13.4625C15.3971 15.3471 13.8761 16.875 12 16.875C10.1239 16.875 8.60294 15.3471 8.60294 13.4625V9.56248C8.60294 9.024 9.03749 8.58748 9.57353 8.58748C10.1096 8.58748 10.5441 9.024 10.5441 9.56248V13.4625C10.5441 14.2702 11.1959 14.925 12 14.925C12.8041 14.925 13.4559 14.2702 13.4559 13.4625V8.09998C13.4559 5.94608 11.7177 4.19999 9.57353 4.19999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.57353 4.19999C7.42937 4.19999 5.69118 5.94608 5.69118 8.09998V13.4625C5.69118 16.9626 8.51573 19.8 12 19.8C15.4843 19.8 18.3088 16.9626 18.3088 13.4625V12C18.3088 11.4616 18.7434 11.025 19.2794 11.025C19.8155 11.025 20.25 11.4616 20.25 12V13.4625C20.25 18.0396 16.5563 21.75 12 21.75C7.44365 21.75 3.75 18.0396 3.75 13.4625V8.09998C3.75 4.86913 6.35728 2.25 9.57353 2.25C12.7898 2.25 15.3971 4.86913 15.3971 8.09998V13.4625C15.3971 15.3471 13.8761 16.875 12 16.875C10.1239 16.875 8.60294 15.3471 8.60294 13.4625V9.56248C8.60294 9.024 9.03749 8.58748 9.57353 8.58748C10.1096 8.58748 10.5441 9.024 10.5441 9.56248V13.4625C10.5441 14.2702 11.1959 14.925 12 14.925C12.8041 14.925 13.4559 14.2702 13.4559 13.4625V8.09998C13.4559 5.94608 11.7177 4.19999 9.57353 4.19999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-auto-conversations{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.475 8.33538C18.5344 8.26861 18.5641 8.23523 18.5629 8.19554C18.5617 8.15584 18.5302 8.12426 18.467 8.06109L17.5042 7.09827L17.4892 7.08331C17.4328 7.02732 17.326 6.92106 17.2457 6.8144C17.1819 6.72955 16.8453 6.27459 17.0851 5.6956C17.3249 5.11661 17.8847 5.03296 17.9898 5.01809C18.122 4.9994 18.2727 4.99983 18.3521 5.00006L19.9829 5.00009C20.4173 5.00001 20.8394 4.99992 21.1875 5.04673C21.58 5.0995 22.0279 5.22806 22.3999 5.60008C22.7719 5.9721 22.9005 6.41997 22.9533 6.81246C23.0001 7.16059 23 7.58268 22.9999 8.01699L22.9999 9.64793C23.0002 9.72733 23.0006 9.87805 22.9819 10.0102C22.967 10.1153 22.8834 10.6751 22.3044 10.9149C21.7254 11.1547 21.2704 10.8181 21.1856 10.7543C21.0789 10.674 20.9727 10.5672 20.9167 10.5108L20.9017 10.4958L20.167 9.76108C20.0966 9.69074 20.0615 9.65558 20.0183 9.65684C19.9752 9.65811 19.9422 9.69528 19.8761 9.76963L14.9741 15.2844C14.7058 15.5863 14.4437 15.8813 14.1942 16.0972C13.912 16.3413 13.5443 16.5771 13.0525 16.6189C12.5608 16.6606 12.1586 16.4902 11.8393 16.2971C11.5569 16.1264 11.2489 15.8798 10.9336 15.6275L8.77313 13.8991C8.65339 13.8033 8.53435 13.7034 8.41195 13.6083C8.26533 13.4943 8.19202 13.4373 8.07994 13.4435C7.96787 13.4498 7.9013 13.5145 7.76817 13.6439C7.65702 13.752 7.54975 13.8645 7.44132 13.9729L2.70711 18.7071C2.31658 19.0976 1.68342 19.0976 1.29289 18.7071C0.902369 18.3166 0.902369 17.6834 1.29289 17.2929L6.06268 12.5231C6.33269 12.253 6.59808 11.9875 6.84782 11.7945C7.13104 11.5757 7.49312 11.3691 7.96361 11.3431C8.43411 11.317 8.81678 11.4823 9.12244 11.6685C9.39196 11.8327 9.68503 12.0673 9.98322 12.306L12.142 14.033C12.2688 14.1345 12.395 14.2405 12.5248 14.3413C12.6795 14.4614 12.7568 14.5215 12.8736 14.5115C12.9904 14.5016 13.0565 14.4294 13.1887 14.2849C13.2997 14.1637 13.4061 14.0379 13.5141 13.9165L18.475 8.33538Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 8C4 7.44772 4.44772 7 5 7H11C11.5523 7 12 7.44772 12 8C12 8.55228 11.5523 9 11 9H5C4.44772 9 4 8.55228 4 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.475 8.33538C18.5344 8.26861 18.5641 8.23523 18.5629 8.19554C18.5617 8.15584 18.5302 8.12426 18.467 8.06109L17.5042 7.09827L17.4892 7.08331C17.4328 7.02732 17.326 6.92106 17.2457 6.8144C17.1819 6.72955 16.8453 6.27459 17.0851 5.6956C17.3249 5.11661 17.8847 5.03296 17.9898 5.01809C18.122 4.9994 18.2727 4.99983 18.3521 5.00006L19.9829 5.00009C20.4173 5.00001 20.8394 4.99992 21.1875 5.04673C21.58 5.0995 22.0279 5.22806 22.3999 5.60008C22.7719 5.9721 22.9005 6.41997 22.9533 6.81246C23.0001 7.16059 23 7.58268 22.9999 8.01699L22.9999 9.64793C23.0002 9.72733 23.0006 9.87805 22.9819 10.0102C22.967 10.1153 22.8834 10.6751 22.3044 10.9149C21.7254 11.1547 21.2704 10.8181 21.1856 10.7543C21.0789 10.674 20.9727 10.5672 20.9167 10.5108L20.9017 10.4958L20.167 9.76108C20.0966 9.69074 20.0615 9.65558 20.0183 9.65684C19.9752 9.65811 19.9422 9.69528 19.8761 9.76963L14.9741 15.2844C14.7058 15.5863 14.4437 15.8813 14.1942 16.0972C13.912 16.3413 13.5443 16.5771 13.0525 16.6189C12.5608 16.6606 12.1586 16.4902 11.8393 16.2971C11.5569 16.1264 11.2489 15.8798 10.9336 15.6275L8.77313 13.8991C8.65339 13.8033 8.53435 13.7034 8.41195 13.6083C8.26533 13.4943 8.19202 13.4373 8.07994 13.4435C7.96787 13.4498 7.9013 13.5145 7.76817 13.6439C7.65702 13.752 7.54975 13.8645 7.44132 13.9729L2.70711 18.7071C2.31658 19.0976 1.68342 19.0976 1.29289 18.7071C0.902369 18.3166 0.902369 17.6834 1.29289 17.2929L6.06268 12.5231C6.33269 12.253 6.59808 11.9875 6.84782 11.7945C7.13104 11.5757 7.49312 11.3691 7.96361 11.3431C8.43411 11.317 8.81678 11.4823 9.12244 11.6685C9.39196 11.8327 9.68503 12.0673 9.98322 12.306L12.142 14.033C12.2688 14.1345 12.395 14.2405 12.5248 14.3413C12.6795 14.4614 12.7568 14.5215 12.8736 14.5115C12.9904 14.5016 13.0565 14.4294 13.1887 14.2849C13.2997 14.1637 13.4061 14.0379 13.5141 13.9165L18.475 8.33538Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 8C4 7.44772 4.44772 7 5 7H11C11.5523 7 12 7.44772 12 8C12 8.55228 11.5523 9 11 9H5C4.44772 9 4 8.55228 4 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-bank{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0002 1.25C11.2712 1.25 10.6011 1.43823 9.85974 1.76207C9.14074 2.07612 8.30696 2.54014 7.25824 3.12377L7.25823 3.12378L3.11608 5.42893C2.53967 5.74971 2.05726 6.15261 1.72587 6.69585C1.39281 7.24181 1.25016 7.86731 1.25016 8.56907L1.25008 8.63515C1.24962 8.89061 1.24915 9.14972 1.31072 9.38151C1.46568 9.9648 1.83495 10.3408 2.2872 10.5422C2.6946 10.7238 3.1372 10.75 3.46944 10.75H20.5309C20.8631 10.75 21.3057 10.7238 21.7131 10.5422C22.1654 10.3408 22.5346 9.9648 22.6896 9.38151C22.7512 9.14972 22.7507 8.89061 22.7502 8.63515L22.7502 8.56907C22.7502 7.86731 22.6075 7.24181 22.2745 6.69585C21.9431 6.15261 21.4607 5.74971 20.8842 5.42893L16.7421 3.12379C15.6934 2.54014 14.8596 2.07612 14.1406 1.76206C13.3992 1.43823 12.7292 1.25 12.0002 1.25ZM11.9961 6C11.4438 6 10.9961 6.44772 10.9961 7C10.9961 7.55228 11.4438 8 11.9961 8H12.0051C12.5574 8 13.0051 7.55228 13.0051 7C13.0051 6.44772 12.5574 6 12.0051 6H11.9961Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 21.75C1.25 20.0931 2.92893 18.75 5 18.75H19C21.0711 18.75 22.75 20.0931 22.75 21.75C22.75 22.3023 22.1904 22.75 21.5 22.75H2.5C1.80964 22.75 1.25 22.3023 1.25 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.99984 17.5H8.35C8.53856 17.5 8.63284 17.5 8.69142 17.4414C8.75 17.3828 8.75 17.2886 8.75 17.1V12.4C8.75 12.2114 8.75 12.1172 8.69142 12.0586C8.63284 12 8.53856 12 8.35 12H3.46944C3.45328 12 3.4452 12 3.4404 12.0002C3.33507 12.0053 3.25529 12.0851 3.25023 12.1904C3.25 12.1952 3.25 12.2021 3.25 12.216V17.2383C3.25 17.4944 3.25 17.6224 3.32664 17.6825C3.40327 17.7426 3.53568 17.71 3.80049 17.6448C4.18472 17.5502 4.58642 17.5 4.99984 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9998 17.5C19.4134 17.5 19.8152 17.5502 20.1995 17.6448C20.4643 17.7101 20.5967 17.7427 20.6734 17.6826C20.75 17.6226 20.75 17.4945 20.75 17.2384V12.2157C20.75 12.2021 20.75 12.1953 20.7498 12.1906C20.7448 12.0851 20.6649 12.0052 20.5594 12.0002C20.5547 12 20.5467 12 20.5309 12H15.65C15.4614 12 15.3672 12 15.3086 12.0586C15.25 12.1172 15.25 12.2114 15.25 12.4V17.1C15.25 17.2886 15.25 17.3828 15.3086 17.4414C15.3672 17.5 15.4614 17.5 15.65 17.5H18.9998Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0002 1.25C11.2712 1.25 10.6011 1.43823 9.85974 1.76207C9.14074 2.07612 8.30696 2.54014 7.25824 3.12377L7.25823 3.12378L3.11608 5.42893C2.53967 5.74971 2.05726 6.15261 1.72587 6.69585C1.39281 7.24181 1.25016 7.86731 1.25016 8.56907L1.25008 8.63515C1.24962 8.89061 1.24915 9.14972 1.31072 9.38151C1.46568 9.9648 1.83495 10.3408 2.2872 10.5422C2.6946 10.7238 3.1372 10.75 3.46944 10.75H20.5309C20.8631 10.75 21.3057 10.7238 21.7131 10.5422C22.1654 10.3408 22.5346 9.9648 22.6896 9.38151C22.7512 9.14972 22.7507 8.89061 22.7502 8.63515L22.7502 8.56907C22.7502 7.86731 22.6075 7.24181 22.2745 6.69585C21.9431 6.15261 21.4607 5.74971 20.8842 5.42893L16.7421 3.12379C15.6934 2.54014 14.8596 2.07612 14.1406 1.76206C13.3992 1.43823 12.7292 1.25 12.0002 1.25ZM11.9961 6C11.4438 6 10.9961 6.44772 10.9961 7C10.9961 7.55228 11.4438 8 11.9961 8H12.0051C12.5574 8 13.0051 7.55228 13.0051 7C13.0051 6.44772 12.5574 6 12.0051 6H11.9961Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 21.75C1.25 20.0931 2.92893 18.75 5 18.75H19C21.0711 18.75 22.75 20.0931 22.75 21.75C22.75 22.3023 22.1904 22.75 21.5 22.75H2.5C1.80964 22.75 1.25 22.3023 1.25 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.99984 17.5H8.35C8.53856 17.5 8.63284 17.5 8.69142 17.4414C8.75 17.3828 8.75 17.2886 8.75 17.1V12.4C8.75 12.2114 8.75 12.1172 8.69142 12.0586C8.63284 12 8.53856 12 8.35 12H3.46944C3.45328 12 3.4452 12 3.4404 12.0002C3.33507 12.0053 3.25529 12.0851 3.25023 12.1904C3.25 12.1952 3.25 12.2021 3.25 12.216V17.2383C3.25 17.4944 3.25 17.6224 3.32664 17.6825C3.40327 17.7426 3.53568 17.71 3.80049 17.6448C4.18472 17.5502 4.58642 17.5 4.99984 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9998 17.5C19.4134 17.5 19.8152 17.5502 20.1995 17.6448C20.4643 17.7101 20.5967 17.7427 20.6734 17.6826C20.75 17.6226 20.75 17.4945 20.75 17.2384V12.2157C20.75 12.2021 20.75 12.1953 20.7498 12.1906C20.7448 12.0851 20.6649 12.0052 20.5594 12.0002C20.5547 12 20.5467 12 20.5309 12H15.65C15.4614 12 15.3672 12 15.3086 12.0586C15.25 12.1172 15.25 12.2114 15.25 12.4V17.1C15.25 17.2886 15.25 17.3828 15.3086 17.4414C15.3672 17.5 15.4614 17.5 15.65 17.5H18.9998Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-bitcoin-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM11.2438 7C11.2438 6.58579 10.9081 6.25 10.4938 6.25C10.0796 6.25 9.74385 6.58579 9.74385 7V7.54732C9.60783 7.54931 9.47242 7.55503 9.35145 7.57129C9.13212 7.60078 8.85193 7.67661 8.61613 7.91241C8.38033 8.14821 8.3045 8.4284 8.27501 8.64772C8.24984 8.83494 8.24993 9.05674 8.25001 9.26185L8.25002 9.2963V14.7037L8.25001 14.7381C8.24993 14.9433 8.24984 15.1651 8.27501 15.3523C8.3045 15.5716 8.38033 15.8518 8.61613 16.0876C8.85193 16.3234 9.13212 16.3992 9.35145 16.4287C9.47242 16.445 9.60783 16.4507 9.74385 16.4527V17C9.74385 17.4142 10.0796 17.75 10.4938 17.75C10.9081 17.75 11.2438 17.4142 11.2438 17V16.4537H12.1482V17C12.1482 17.4142 12.484 17.75 12.8982 17.75C13.3124 17.75 13.6482 17.4142 13.6482 17V16.4139C14.8561 16.1967 15.75 15.1166 15.75 13.8519C15.75 13.1336 15.4617 12.4749 14.9914 12C15.4617 11.5251 15.75 10.8664 15.75 10.1481C15.75 8.88343 14.8561 7.8033 13.6482 7.58605V7C13.6482 6.58579 13.3124 6.25 12.8982 6.25C12.484 6.25 12.1482 6.58579 12.1482 7V7.5463H11.2438V7ZM9.75117 9.04745C9.82063 9.04633 9.90094 9.0463 10 9.0463H13.2C13.76 9.0463 14.25 9.51939 14.25 10.1481C14.25 10.7769 13.76 11.25 13.2 11.25H9.75002V9.2963C9.75002 9.19722 9.75005 9.1169 9.75117 9.04745ZM9.75002 12.75H13.2C13.76 12.75 14.25 13.2231 14.25 13.8519C14.25 14.4806 13.76 14.9537 13.2 14.9537H10C9.90094 14.9537 9.82063 14.9537 9.75117 14.9525C9.75005 14.8831 9.75002 14.8028 9.75002 14.7037V12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM11.2438 7C11.2438 6.58579 10.9081 6.25 10.4938 6.25C10.0796 6.25 9.74385 6.58579 9.74385 7V7.54732C9.60783 7.54931 9.47242 7.55503 9.35145 7.57129C9.13212 7.60078 8.85193 7.67661 8.61613 7.91241C8.38033 8.14821 8.3045 8.4284 8.27501 8.64772C8.24984 8.83494 8.24993 9.05674 8.25001 9.26185L8.25002 9.2963V14.7037L8.25001 14.7381C8.24993 14.9433 8.24984 15.1651 8.27501 15.3523C8.3045 15.5716 8.38033 15.8518 8.61613 16.0876C8.85193 16.3234 9.13212 16.3992 9.35145 16.4287C9.47242 16.445 9.60783 16.4507 9.74385 16.4527V17C9.74385 17.4142 10.0796 17.75 10.4938 17.75C10.9081 17.75 11.2438 17.4142 11.2438 17V16.4537H12.1482V17C12.1482 17.4142 12.484 17.75 12.8982 17.75C13.3124 17.75 13.6482 17.4142 13.6482 17V16.4139C14.8561 16.1967 15.75 15.1166 15.75 13.8519C15.75 13.1336 15.4617 12.4749 14.9914 12C15.4617 11.5251 15.75 10.8664 15.75 10.1481C15.75 8.88343 14.8561 7.8033 13.6482 7.58605V7C13.6482 6.58579 13.3124 6.25 12.8982 6.25C12.484 6.25 12.1482 6.58579 12.1482 7V7.5463H11.2438V7ZM9.75117 9.04745C9.82063 9.04633 9.90094 9.0463 10 9.0463H13.2C13.76 9.0463 14.25 9.51939 14.25 10.1481C14.25 10.7769 13.76 11.25 13.2 11.25H9.75002V9.2963C9.75002 9.19722 9.75005 9.1169 9.75117 9.04745ZM9.75002 12.75H13.2C13.76 12.75 14.25 13.2231 14.25 13.8519C14.25 14.4806 13.76 14.9537 13.2 14.9537H10C9.90094 14.9537 9.82063 14.9537 9.75117 14.9525C9.75005 14.8831 9.75002 14.8028 9.75002 14.7037V12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-bitcoin-receive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 2C5.05228 2 5.5 2.44772 5.5 3V3.8H7.66667V3C7.66667 2.44772 8.11438 2 8.66667 2C9.21895 2 9.66667 2.44772 9.66667 3V3.8609C11.6718 4.23411 13 6.26643 13 8.4C13 9.78455 12.4407 11.1265 11.5 12C12.4407 12.8735 13 14.2155 13 15.6C13 17.7336 11.6718 19.7659 9.66667 20.1391V21C9.66667 21.5523 9.21895 22 8.66667 22C8.11438 22 7.66667 21.5523 7.66667 21V20.2H5.5V21C5.5 21.5523 5.05228 22 4.5 22C3.94772 22 3.5 21.5523 3.5 21V20.2H2C1.44772 20.2 1 19.7523 1 19.2C1 18.7045 1.36038 18.2932 1.83333 18.2138V5.78617C1.36038 5.70683 1 5.2955 1 4.8C1 4.24772 1.44772 3.8 2 3.8H3.5V3C3.5 2.44772 3.94772 2 4.5 2ZM3.83333 5.8V11H9C9.9416 11 11 10.0144 11 8.4C11 6.7856 9.9416 5.8 9 5.8H3.83333ZM9 13H3.83333V18.2H9C9.9416 18.2 11 17.2144 11 15.6C11 13.9856 9.9416 13 9 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 13.0059C22.5523 13.0059 23 12.5581 23 12.0059C23 11.4536 22.5523 11.0059 22 11.0059L18.5 11.0059L18.5 10.4116C18.5001 10.236 18.5003 10.0203 18.4782 9.84387L18.4778 9.84053C18.462 9.71408 18.3902 9.13804 17.8246 8.86368C17.2577 8.58872 16.7576 8.89065 16.6494 8.95597L16.6454 8.95841C16.4924 9.05062 16.3215 9.18477 16.1809 9.29511L16.1507 9.31885C15.7748 9.61348 15.2906 9.99545 14.8996 10.3759C14.7045 10.5657 14.5033 10.783 14.3444 11.0139C14.2032 11.2191 14 11.5693 14 12C14 12.4307 14.2032 12.7809 14.3444 12.9861C14.5033 13.217 14.7045 13.4343 14.8996 13.6241C15.2906 14.0046 15.7748 14.3865 16.1507 14.6812L16.1809 14.7049C16.3215 14.8152 16.4923 14.9494 16.6454 15.0416L16.6494 15.044C16.7576 15.1093 17.2578 15.4113 17.8246 15.1363C18.3902 14.862 18.462 14.2859 18.4778 14.1595L18.4782 14.1561C18.5003 13.9797 18.5001 13.764 18.5 13.5884L18.5 13.0059L22 13.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 2C5.05228 2 5.5 2.44772 5.5 3V3.8H7.66667V3C7.66667 2.44772 8.11438 2 8.66667 2C9.21895 2 9.66667 2.44772 9.66667 3V3.8609C11.6718 4.23411 13 6.26643 13 8.4C13 9.78455 12.4407 11.1265 11.5 12C12.4407 12.8735 13 14.2155 13 15.6C13 17.7336 11.6718 19.7659 9.66667 20.1391V21C9.66667 21.5523 9.21895 22 8.66667 22C8.11438 22 7.66667 21.5523 7.66667 21V20.2H5.5V21C5.5 21.5523 5.05228 22 4.5 22C3.94772 22 3.5 21.5523 3.5 21V20.2H2C1.44772 20.2 1 19.7523 1 19.2C1 18.7045 1.36038 18.2932 1.83333 18.2138V5.78617C1.36038 5.70683 1 5.2955 1 4.8C1 4.24772 1.44772 3.8 2 3.8H3.5V3C3.5 2.44772 3.94772 2 4.5 2ZM3.83333 5.8V11H9C9.9416 11 11 10.0144 11 8.4C11 6.7856 9.9416 5.8 9 5.8H3.83333ZM9 13H3.83333V18.2H9C9.9416 18.2 11 17.2144 11 15.6C11 13.9856 9.9416 13 9 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 13.0059C22.5523 13.0059 23 12.5581 23 12.0059C23 11.4536 22.5523 11.0059 22 11.0059L18.5 11.0059L18.5 10.4116C18.5001 10.236 18.5003 10.0203 18.4782 9.84387L18.4778 9.84053C18.462 9.71408 18.3902 9.13804 17.8246 8.86368C17.2577 8.58872 16.7576 8.89065 16.6494 8.95597L16.6454 8.95841C16.4924 9.05062 16.3215 9.18477 16.1809 9.29511L16.1507 9.31885C15.7748 9.61348 15.2906 9.99545 14.8996 10.3759C14.7045 10.5657 14.5033 10.783 14.3444 11.0139C14.2032 11.2191 14 11.5693 14 12C14 12.4307 14.2032 12.7809 14.3444 12.9861C14.5033 13.217 14.7045 13.4343 14.8996 13.6241C15.2906 14.0046 15.7748 14.3865 16.1507 14.6812L16.1809 14.7049C16.3215 14.8152 16.4923 14.9494 16.6454 15.0416L16.6494 15.044C16.7576 15.1093 17.2578 15.4113 17.8246 15.1363C18.3902 14.862 18.462 14.2859 18.4778 14.1595L18.4782 14.1561C18.5003 13.9797 18.5001 13.764 18.5 13.5884L18.5 13.0059L22 13.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-bitcoin-send{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 2C5.05228 2 5.5 2.44772 5.5 3V3.8H7.66667V3C7.66667 2.44772 8.11438 2 8.66667 2C9.21895 2 9.66667 2.44772 9.66667 3V3.8609C11.6718 4.23411 13 6.26643 13 8.4C13 9.78455 12.4407 11.1265 11.5 12C12.4407 12.8735 13 14.2155 13 15.6C13 17.7336 11.6718 19.7659 9.66667 20.1391V21C9.66667 21.5523 9.21895 22 8.66667 22C8.11438 22 7.66667 21.5523 7.66667 21V20.2H5.5V21C5.5 21.5523 5.05228 22 4.5 22C3.94772 22 3.5 21.5523 3.5 21V20.2H2C1.44772 20.2 1 19.7523 1 19.2C1 18.7045 1.36038 18.2932 1.83333 18.2138V5.78617C1.36038 5.70683 1 5.2955 1 4.8C1 4.24772 1.44772 3.8 2 3.8H3.5V3C3.5 2.44772 3.94772 2 4.5 2ZM3.83333 5.8V11H9C9.9416 11 11 10.0144 11 8.4C11 6.7856 9.9416 5.8 9 5.8H3.83333ZM9 13H3.83333V18.2H9C9.9416 18.2 11 17.2144 11 15.6C11 13.9856 9.9416 13 9 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 10.9941C14.4477 10.9941 14 11.4419 14 11.9941C14 12.5464 14.4477 12.9941 15 12.9941L18.5 12.9941L18.5 13.5884C18.4999 13.764 18.4997 13.9797 18.5218 14.1561L18.5222 14.1595C18.538 14.2859 18.6098 14.862 19.1754 15.1363C19.7423 15.4113 20.2424 15.1093 20.3506 15.044L20.3546 15.0416C20.5076 14.9494 20.6785 14.8152 20.8191 14.7049L20.8493 14.6812C21.2252 14.3865 21.7094 14.0046 22.1004 13.6241C22.2955 13.4343 22.4967 13.217 22.6556 12.9861C22.7968 12.7809 23 12.4307 23 12C23 11.5693 22.7968 11.2191 22.6556 11.0139C22.4967 10.783 22.2955 10.5657 22.1004 10.3759C21.7094 9.99545 21.2252 9.61348 20.8493 9.31885L20.8191 9.29512C20.6785 9.18477 20.5077 9.05062 20.3546 8.95841L20.3506 8.95597C20.2424 8.89065 19.7422 8.58872 19.1754 8.86368C18.6098 9.13804 18.538 9.71408 18.5222 9.84053L18.5218 9.84387C18.4997 10.0203 18.4999 10.236 18.5 10.4116L18.5 10.9941L15 10.9941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 2C5.05228 2 5.5 2.44772 5.5 3V3.8H7.66667V3C7.66667 2.44772 8.11438 2 8.66667 2C9.21895 2 9.66667 2.44772 9.66667 3V3.8609C11.6718 4.23411 13 6.26643 13 8.4C13 9.78455 12.4407 11.1265 11.5 12C12.4407 12.8735 13 14.2155 13 15.6C13 17.7336 11.6718 19.7659 9.66667 20.1391V21C9.66667 21.5523 9.21895 22 8.66667 22C8.11438 22 7.66667 21.5523 7.66667 21V20.2H5.5V21C5.5 21.5523 5.05228 22 4.5 22C3.94772 22 3.5 21.5523 3.5 21V20.2H2C1.44772 20.2 1 19.7523 1 19.2C1 18.7045 1.36038 18.2932 1.83333 18.2138V5.78617C1.36038 5.70683 1 5.2955 1 4.8C1 4.24772 1.44772 3.8 2 3.8H3.5V3C3.5 2.44772 3.94772 2 4.5 2ZM3.83333 5.8V11H9C9.9416 11 11 10.0144 11 8.4C11 6.7856 9.9416 5.8 9 5.8H3.83333ZM9 13H3.83333V18.2H9C9.9416 18.2 11 17.2144 11 15.6C11 13.9856 9.9416 13 9 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 10.9941C14.4477 10.9941 14 11.4419 14 11.9941C14 12.5464 14.4477 12.9941 15 12.9941L18.5 12.9941L18.5 13.5884C18.4999 13.764 18.4997 13.9797 18.5218 14.1561L18.5222 14.1595C18.538 14.2859 18.6098 14.862 19.1754 15.1363C19.7423 15.4113 20.2424 15.1093 20.3506 15.044L20.3546 15.0416C20.5076 14.9494 20.6785 14.8152 20.8191 14.7049L20.8493 14.6812C21.2252 14.3865 21.7094 14.0046 22.1004 13.6241C22.2955 13.4343 22.4967 13.217 22.6556 12.9861C22.7968 12.7809 23 12.4307 23 12C23 11.5693 22.7968 11.2191 22.6556 11.0139C22.4967 10.783 22.2955 10.5657 22.1004 10.3759C21.7094 9.99545 21.2252 9.61348 20.8493 9.31885L20.8191 9.29512C20.6785 9.18477 20.5077 9.05062 20.3546 8.95841L20.3506 8.95597C20.2424 8.89065 19.7422 8.58872 19.1754 8.86368C18.6098 9.13804 18.538 9.71408 18.5222 9.84053L18.5218 9.84387C18.4997 10.0203 18.4999 10.236 18.5 10.4116L18.5 10.9941L15 10.9941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-bitcoin-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM11.2438 7C11.2438 6.58579 10.9081 6.25 10.4938 6.25C10.0796 6.25 9.74385 6.58579 9.74385 7V7.54732C9.60783 7.54931 9.47242 7.55503 9.35145 7.57129C9.13212 7.60078 8.85193 7.67661 8.61613 7.91241C8.38033 8.14821 8.3045 8.4284 8.27501 8.64772C8.24984 8.83494 8.24993 9.05674 8.25001 9.26185L8.25002 9.2963V14.7037L8.25001 14.7381C8.24993 14.9433 8.24984 15.1651 8.27501 15.3523C8.3045 15.5716 8.38033 15.8518 8.61613 16.0876C8.85193 16.3234 9.13212 16.3992 9.35145 16.4287C9.47242 16.445 9.60783 16.4507 9.74385 16.4527V17C9.74385 17.4142 10.0796 17.75 10.4938 17.75C10.9081 17.75 11.2438 17.4142 11.2438 17V16.4537H12.1482V17C12.1482 17.4142 12.484 17.75 12.8982 17.75C13.3124 17.75 13.6482 17.4142 13.6482 17V16.4139C14.8561 16.1967 15.75 15.1166 15.75 13.8519C15.75 13.1336 15.4617 12.4749 14.9914 12C15.4617 11.5251 15.75 10.8664 15.75 10.1481C15.75 8.88343 14.8561 7.8033 13.6482 7.58605V7C13.6482 6.58579 13.3124 6.25 12.8982 6.25C12.484 6.25 12.1482 6.58579 12.1482 7V7.5463H11.2438V7ZM9.75117 9.04745C9.82063 9.04633 9.90094 9.0463 10 9.0463H13.2C13.76 9.0463 14.25 9.51939 14.25 10.1481C14.25 10.7769 13.76 11.25 13.2 11.25H9.75002V9.2963C9.75002 9.19722 9.75005 9.1169 9.75117 9.04745ZM9.75002 12.75H13.2C13.76 12.75 14.25 13.2231 14.25 13.8519C14.25 14.4806 13.76 14.9537 13.2 14.9537H10C9.90094 14.9537 9.82063 14.9537 9.75117 14.9525C9.75005 14.8831 9.75002 14.8028 9.75002 14.7037V12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM11.2438 7C11.2438 6.58579 10.9081 6.25 10.4938 6.25C10.0796 6.25 9.74385 6.58579 9.74385 7V7.54732C9.60783 7.54931 9.47242 7.55503 9.35145 7.57129C9.13212 7.60078 8.85193 7.67661 8.61613 7.91241C8.38033 8.14821 8.3045 8.4284 8.27501 8.64772C8.24984 8.83494 8.24993 9.05674 8.25001 9.26185L8.25002 9.2963V14.7037L8.25001 14.7381C8.24993 14.9433 8.24984 15.1651 8.27501 15.3523C8.3045 15.5716 8.38033 15.8518 8.61613 16.0876C8.85193 16.3234 9.13212 16.3992 9.35145 16.4287C9.47242 16.445 9.60783 16.4507 9.74385 16.4527V17C9.74385 17.4142 10.0796 17.75 10.4938 17.75C10.9081 17.75 11.2438 17.4142 11.2438 17V16.4537H12.1482V17C12.1482 17.4142 12.484 17.75 12.8982 17.75C13.3124 17.75 13.6482 17.4142 13.6482 17V16.4139C14.8561 16.1967 15.75 15.1166 15.75 13.8519C15.75 13.1336 15.4617 12.4749 14.9914 12C15.4617 11.5251 15.75 10.8664 15.75 10.1481C15.75 8.88343 14.8561 7.8033 13.6482 7.58605V7C13.6482 6.58579 13.3124 6.25 12.8982 6.25C12.484 6.25 12.1482 6.58579 12.1482 7V7.5463H11.2438V7ZM9.75117 9.04745C9.82063 9.04633 9.90094 9.0463 10 9.0463H13.2C13.76 9.0463 14.25 9.51939 14.25 10.1481C14.25 10.7769 13.76 11.25 13.2 11.25H9.75002V9.2963C9.75002 9.19722 9.75005 9.1169 9.75117 9.04745ZM9.75002 12.75H13.2C13.76 12.75 14.25 13.2231 14.25 13.8519C14.25 14.4806 13.76 14.9537 13.2 14.9537H10C9.90094 14.9537 9.82063 14.9537 9.75117 14.9525C9.75005 14.8831 9.75002 14.8028 9.75002 14.7037V12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-bitcoin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 1C9.55228 1 10 1.44772 10 2V3H13V2C13 1.44772 13.4477 1 14 1C14.5523 1 15 1.44772 15 2V3.04118C17.3293 3.36444 19 5.54629 19 8C19 9.5924 18.2964 11.0703 17.1657 12C18.2964 12.9297 19 14.4076 19 16C19 18.4537 17.3293 20.6356 15 20.9588V22C15 22.5523 14.5523 23 14 23C13.4477 23 13 22.5523 13 22V21H10V22C10 22.5523 9.55228 23 9 23C8.44772 23 8 22.5523 8 22V21H6C5.44772 21 5 20.5523 5 20C5 19.4477 5.44772 19 6 19V5C5.44772 5 5 4.55228 5 4C5 3.44772 5.44772 3 6 3H8V2C8 1.44772 8.44772 1 9 1ZM8 5V11H14.4C15.7394 11 17 9.75857 17 8C17 6.24143 15.7394 5 14.4 5H8ZM14.4 13H8V19H14.4C15.7394 19 17 17.7586 17 16C17 14.2414 15.7394 13 14.4 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 1C9.55228 1 10 1.44772 10 2V3H13V2C13 1.44772 13.4477 1 14 1C14.5523 1 15 1.44772 15 2V3.04118C17.3293 3.36444 19 5.54629 19 8C19 9.5924 18.2964 11.0703 17.1657 12C18.2964 12.9297 19 14.4076 19 16C19 18.4537 17.3293 20.6356 15 20.9588V22C15 22.5523 14.5523 23 14 23C13.4477 23 13 22.5523 13 22V21H10V22C10 22.5523 9.55228 23 9 23C8.44772 23 8 22.5523 8 22V21H6C5.44772 21 5 20.5523 5 20C5 19.4477 5.44772 19 6 19V5C5.44772 5 5 4.55228 5 4C5 3.44772 5.44772 3 6 3H8V2C8 1.44772 8.44772 1 9 1ZM8 5V11H14.4C15.7394 11 17 9.75857 17 8C17 6.24143 15.7394 5 14.4 5H8ZM14.4 13H8V19H14.4C15.7394 19 17 17.7586 17 16C17 14.2414 15.7394 13 14.4 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-briefcase-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.3793 5.82013C3.66225 5.7494 3.99273 5.74969 4.38888 5.75005H19.6097C20.0059 5.74969 20.3364 5.7494 20.6193 5.82013C21.4284 6.02236 22.0908 6.6558 22.2285 7.50124C22.2761 7.79361 22.2303 8.11991 22.1822 8.46275C22.0678 9.28584 22.0055 10.1551 21.687 10.9306C21.0185 12.558 19.5102 13.7367 17.7104 14.118C17.1859 14.2291 16.5976 14.2468 15.7212 14.2496C15.5212 14.2502 15.4211 14.2506 15.3623 14.1919C15.3035 14.1332 15.3036 14.0286 15.3039 13.8194C15.3041 13.6345 15.2993 13.4494 15.2994 13.2654C15.3004 13.0376 15.3018 12.7073 15.2208 12.4049C15.0081 11.6112 14.3882 10.9912 13.5945 10.7785C13.2917 10.6974 12.9768 10.6992 12.6658 10.7002H11.3325C11.0215 10.6992 10.7067 10.6974 10.4039 10.7785C9.61018 10.9912 8.99022 11.6112 8.77755 12.4049C8.6965 12.7073 8.69796 13.0376 8.69897 13.2654C8.69902 13.4494 8.69429 13.6345 8.69449 13.8194C8.69472 14.0286 8.69483 14.1332 8.63602 14.1919C8.5772 14.2506 8.4772 14.2502 8.27718 14.2496C7.40084 14.2468 6.81261 14.2291 6.28824 14.118C4.48842 13.7367 2.98015 12.558 2.31165 10.9306C1.99308 10.1551 1.93076 9.28583 1.81637 8.46274C1.76827 8.11991 1.72248 7.7936 1.77009 7.50124C1.90778 6.6558 2.57022 6.02236 3.3793 5.82013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8286 1.50001C11.9418 1.50004 12.0552 1.50004 12.1681 1.50001C12.7184 1.49988 13.2509 1.49976 13.6991 1.57774C14.2274 1.66965 14.714 1.87907 15.1247 2.33013C15.5028 2.74536 15.7186 3.25975 15.8871 3.81184C16.0526 4.35377 16.2041 5.04679 16.3888 5.89118L16.4753 6.28632L14.5215 6.71372L14.4442 6.3605C14.2481 5.46386 14.1132 4.85081 13.9743 4.39582C13.8357 3.94205 13.7261 3.76475 13.6459 3.67662C13.5983 3.62432 13.5514 3.58207 13.3563 3.54814C13.0995 3.50347 12.7441 3.50002 12.1007 3.50002H11.896C11.2527 3.50002 10.8972 3.50347 10.6404 3.54814C10.4454 3.58207 10.3985 3.62432 10.3509 3.67662C10.2706 3.76475 10.161 3.94205 10.0225 4.39582C9.88359 4.85081 9.74869 5.46386 9.55255 6.3605L9.47528 6.71372L7.52148 6.28632L7.60792 5.89119C7.79262 5.0468 7.94421 4.35378 8.10965 3.81184C8.2782 3.25975 8.49399 2.74536 8.87205 2.33013C9.28274 1.87907 9.76936 1.66965 10.2977 1.57774C10.7459 1.49976 11.2783 1.49988 11.8286 1.50001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.97912 15.7477C9.08464 15.7477 9.1374 15.7477 9.18025 15.7696C9.22309 15.7915 9.25684 15.8381 9.32433 15.9313C9.92388 16.7594 10.8986 17.2982 11.9992 17.2982C13.0997 17.2982 14.0744 16.7594 14.674 15.9313C14.7415 15.8381 14.7752 15.7915 14.8181 15.7696C14.8609 15.7477 14.9137 15.7477 15.0192 15.7477L15.3217 15.7477C16.3811 15.7481 17.2402 15.7484 18.0209 15.583C19.0762 15.3595 20.0667 14.9114 20.9105 14.276C21.0625 14.1615 21.1386 14.1042 21.194 14.1319C21.2494 14.1596 21.2492 14.2526 21.2488 14.4386C21.2454 15.8667 21.2254 17.0341 21.1051 17.9814C20.9572 19.1463 20.6462 20.0916 19.9382 20.8412C19.2244 21.597 18.3148 21.9345 17.1948 22.0939C16.1132 22.2479 14.7336 22.2479 13.0029 22.2478H10.9959C9.26519 22.2479 7.88559 22.2479 6.80402 22.0939C5.684 21.9345 4.77437 21.597 4.06064 20.8412C3.35262 20.0916 3.04161 19.1463 2.8937 17.9814C2.77343 17.0343 2.7534 15.8671 2.75007 14.4393C2.74964 14.2533 2.74942 14.1604 2.80482 14.1326C2.86022 14.1049 2.93626 14.1622 3.08833 14.2766C3.93187 14.9117 4.92203 15.3596 5.97703 15.583C6.75776 15.7484 7.61668 15.7481 8.6761 15.7477L8.97912 15.7477Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 13.3333C10 13.0233 10 12.8683 10.0341 12.7412C10.1265 12.3961 10.3961 12.1265 10.7412 12.0341C10.8683 12 11.0233 12 11.3333 12H12.6667C12.9767 12 13.1317 12 13.2588 12.0341C13.6039 12.1265 13.8735 12.3961 13.9659 12.7412C14 12.8683 14 13.0233 14 13.3333V14C14 15.1046 13.1046 16 12 16C10.8954 16 10 15.1046 10 14V13.3333Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.3793 5.82013C3.66225 5.7494 3.99273 5.74969 4.38888 5.75005H19.6097C20.0059 5.74969 20.3364 5.7494 20.6193 5.82013C21.4284 6.02236 22.0908 6.6558 22.2285 7.50124C22.2761 7.79361 22.2303 8.11991 22.1822 8.46275C22.0678 9.28584 22.0055 10.1551 21.687 10.9306C21.0185 12.558 19.5102 13.7367 17.7104 14.118C17.1859 14.2291 16.5976 14.2468 15.7212 14.2496C15.5212 14.2502 15.4211 14.2506 15.3623 14.1919C15.3035 14.1332 15.3036 14.0286 15.3039 13.8194C15.3041 13.6345 15.2993 13.4494 15.2994 13.2654C15.3004 13.0376 15.3018 12.7073 15.2208 12.4049C15.0081 11.6112 14.3882 10.9912 13.5945 10.7785C13.2917 10.6974 12.9768 10.6992 12.6658 10.7002H11.3325C11.0215 10.6992 10.7067 10.6974 10.4039 10.7785C9.61018 10.9912 8.99022 11.6112 8.77755 12.4049C8.6965 12.7073 8.69796 13.0376 8.69897 13.2654C8.69902 13.4494 8.69429 13.6345 8.69449 13.8194C8.69472 14.0286 8.69483 14.1332 8.63602 14.1919C8.5772 14.2506 8.4772 14.2502 8.27718 14.2496C7.40084 14.2468 6.81261 14.2291 6.28824 14.118C4.48842 13.7367 2.98015 12.558 2.31165 10.9306C1.99308 10.1551 1.93076 9.28583 1.81637 8.46274C1.76827 8.11991 1.72248 7.7936 1.77009 7.50124C1.90778 6.6558 2.57022 6.02236 3.3793 5.82013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8286 1.50001C11.9418 1.50004 12.0552 1.50004 12.1681 1.50001C12.7184 1.49988 13.2509 1.49976 13.6991 1.57774C14.2274 1.66965 14.714 1.87907 15.1247 2.33013C15.5028 2.74536 15.7186 3.25975 15.8871 3.81184C16.0526 4.35377 16.2041 5.04679 16.3888 5.89118L16.4753 6.28632L14.5215 6.71372L14.4442 6.3605C14.2481 5.46386 14.1132 4.85081 13.9743 4.39582C13.8357 3.94205 13.7261 3.76475 13.6459 3.67662C13.5983 3.62432 13.5514 3.58207 13.3563 3.54814C13.0995 3.50347 12.7441 3.50002 12.1007 3.50002H11.896C11.2527 3.50002 10.8972 3.50347 10.6404 3.54814C10.4454 3.58207 10.3985 3.62432 10.3509 3.67662C10.2706 3.76475 10.161 3.94205 10.0225 4.39582C9.88359 4.85081 9.74869 5.46386 9.55255 6.3605L9.47528 6.71372L7.52148 6.28632L7.60792 5.89119C7.79262 5.0468 7.94421 4.35378 8.10965 3.81184C8.2782 3.25975 8.49399 2.74536 8.87205 2.33013C9.28274 1.87907 9.76936 1.66965 10.2977 1.57774C10.7459 1.49976 11.2783 1.49988 11.8286 1.50001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.97912 15.7477C9.08464 15.7477 9.1374 15.7477 9.18025 15.7696C9.22309 15.7915 9.25684 15.8381 9.32433 15.9313C9.92388 16.7594 10.8986 17.2982 11.9992 17.2982C13.0997 17.2982 14.0744 16.7594 14.674 15.9313C14.7415 15.8381 14.7752 15.7915 14.8181 15.7696C14.8609 15.7477 14.9137 15.7477 15.0192 15.7477L15.3217 15.7477C16.3811 15.7481 17.2402 15.7484 18.0209 15.583C19.0762 15.3595 20.0667 14.9114 20.9105 14.276C21.0625 14.1615 21.1386 14.1042 21.194 14.1319C21.2494 14.1596 21.2492 14.2526 21.2488 14.4386C21.2454 15.8667 21.2254 17.0341 21.1051 17.9814C20.9572 19.1463 20.6462 20.0916 19.9382 20.8412C19.2244 21.597 18.3148 21.9345 17.1948 22.0939C16.1132 22.2479 14.7336 22.2479 13.0029 22.2478H10.9959C9.26519 22.2479 7.88559 22.2479 6.80402 22.0939C5.684 21.9345 4.77437 21.597 4.06064 20.8412C3.35262 20.0916 3.04161 19.1463 2.8937 17.9814C2.77343 17.0343 2.7534 15.8671 2.75007 14.4393C2.74964 14.2533 2.74942 14.1604 2.80482 14.1326C2.86022 14.1049 2.93626 14.1622 3.08833 14.2766C3.93187 14.9117 4.92203 15.3596 5.97703 15.583C6.75776 15.7484 7.61668 15.7481 8.6761 15.7477L8.97912 15.7477Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 13.3333C10 13.0233 10 12.8683 10.0341 12.7412C10.1265 12.3961 10.3961 12.1265 10.7412 12.0341C10.8683 12 11.0233 12 11.3333 12H12.6667C12.9767 12 13.1317 12 13.2588 12.0341C13.6039 12.1265 13.8735 12.3961 13.9659 12.7412C14 12.8683 14 13.0233 14 13.3333V14C14 15.1046 13.1046 16 12 16C10.8954 16 10 15.1046 10 14V13.3333Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-briefcase-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.4834 12.7687C21.4734 12.6525 21.3429 12.5884 21.2422 12.6472C20.7431 12.939 20.2114 13.1471 19.6846 13.3022C19.2054 13.4432 18.7262 13.5842 18.247 13.7253C17.2518 14.0181 16.2565 14.3109 15.2615 14.6044C14.0689 14.9562 13.0678 15.2514 11.998 15.2514C10.9283 15.2514 9.92715 14.9562 8.7345 14.6044C7.73959 14.3109 6.74448 14.0181 5.74938 13.7253C5.27005 13.5843 4.79072 13.4433 4.31141 13.3022C3.78463 13.1471 3.2529 12.939 2.75378 12.6472C2.65309 12.5884 2.52249 12.6525 2.51247 12.7687C2.34067 14.7607 2.20528 16.3307 2.2606 17.5627C2.31723 18.8237 2.57629 19.856 3.29841 20.6896C4.02636 21.53 4.99549 21.904 6.20111 22.0805C7.3678 22.2513 8.86987 22.2512 10.7602 22.2512H13.2357C15.126 22.2512 16.6281 22.2513 17.7948 22.0805C19.0004 21.904 19.9696 21.53 20.6975 20.6896C21.4196 19.856 21.6787 18.8237 21.7353 17.5627C21.7906 16.3307 21.6552 14.7607 21.4834 12.7687Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.32747 5.25002C4.71341 5.24979 4.27743 5.24963 3.90939 5.33453C2.87931 5.57215 2.00101 6.31311 1.78791 7.34775C1.7128 7.71245 1.76284 8.12544 1.82126 8.60749C1.91752 9.40471 2.17401 10.1608 2.74041 10.7503C3.25379 11.2847 3.94025 11.6275 4.73627 11.8618L9.01832 13.1225C10.3383 13.5113 11.149 13.75 11.9993 13.75C12.8496 13.75 13.6602 13.5113 14.9802 13.1225L19.2623 11.8618C20.0583 11.6275 20.7447 11.2847 21.2581 10.7503C21.8245 10.1608 22.081 9.4047 22.1773 8.60746C22.2357 8.12543 22.2857 7.71245 22.2106 7.34775C21.9975 6.31311 21.1192 5.57215 20.0891 5.33453C19.7211 5.24963 19.2851 5.24979 18.6711 5.25002H5.32747Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8414 1.5C11.9469 1.50002 12.0529 1.50002 12.1578 1.5C12.7185 1.49994 13.2313 1.49989 13.6583 1.5556C14.1342 1.61769 14.6011 1.75865 15.0223 2.10567C15.4322 2.44331 15.6742 2.87391 15.8581 3.32585C16.0313 3.7512 16.1879 4.28824 16.3686 4.90811L16.5312 5.42111L14.6256 6.02844L14.4658 5.52697L14.4624 5.5151C14.2639 4.83479 14.1353 4.39822 14.0057 4.07988C13.8704 3.74743 13.7588 3.58567 13.3996 3.53879C13.1174 3.50197 12.737 3.50001 12.102 3.50001H11.8973C11.2623 3.50001 10.8819 3.50197 10.5997 3.53879C10.2404 3.58567 10.1288 3.74743 9.99352 4.07988C9.86404 4.39797 9.73551 4.83412 9.53734 5.51352L9.42962 5.88737L7.50781 5.33362C7.54868 5.19177 7.58926 5.04983 7.63059 4.90812C7.81135 4.28825 7.96796 3.7512 8.1411 3.32585C8.32507 2.87391 8.56701 2.44331 8.97691 2.10567C9.39819 1.75865 9.86504 1.61769 10.3409 1.5556C10.7679 1.49989 11.2807 1.49994 11.8414 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.4834 12.7687C21.4734 12.6525 21.3429 12.5884 21.2422 12.6472C20.7431 12.939 20.2114 13.1471 19.6846 13.3022C19.2054 13.4432 18.7262 13.5842 18.247 13.7253C17.2518 14.0181 16.2565 14.3109 15.2615 14.6044C14.0689 14.9562 13.0678 15.2514 11.998 15.2514C10.9283 15.2514 9.92715 14.9562 8.7345 14.6044C7.73959 14.3109 6.74448 14.0181 5.74938 13.7253C5.27005 13.5843 4.79072 13.4433 4.31141 13.3022C3.78463 13.1471 3.2529 12.939 2.75378 12.6472C2.65309 12.5884 2.52249 12.6525 2.51247 12.7687C2.34067 14.7607 2.20528 16.3307 2.2606 17.5627C2.31723 18.8237 2.57629 19.856 3.29841 20.6896C4.02636 21.53 4.99549 21.904 6.20111 22.0805C7.3678 22.2513 8.86987 22.2512 10.7602 22.2512H13.2357C15.126 22.2512 16.6281 22.2513 17.7948 22.0805C19.0004 21.904 19.9696 21.53 20.6975 20.6896C21.4196 19.856 21.6787 18.8237 21.7353 17.5627C21.7906 16.3307 21.6552 14.7607 21.4834 12.7687Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.32747 5.25002C4.71341 5.24979 4.27743 5.24963 3.90939 5.33453C2.87931 5.57215 2.00101 6.31311 1.78791 7.34775C1.7128 7.71245 1.76284 8.12544 1.82126 8.60749C1.91752 9.40471 2.17401 10.1608 2.74041 10.7503C3.25379 11.2847 3.94025 11.6275 4.73627 11.8618L9.01832 13.1225C10.3383 13.5113 11.149 13.75 11.9993 13.75C12.8496 13.75 13.6602 13.5113 14.9802 13.1225L19.2623 11.8618C20.0583 11.6275 20.7447 11.2847 21.2581 10.7503C21.8245 10.1608 22.081 9.4047 22.1773 8.60746C22.2357 8.12543 22.2857 7.71245 22.2106 7.34775C21.9975 6.31311 21.1192 5.57215 20.0891 5.33453C19.7211 5.24963 19.2851 5.24979 18.6711 5.25002H5.32747Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8414 1.5C11.9469 1.50002 12.0529 1.50002 12.1578 1.5C12.7185 1.49994 13.2313 1.49989 13.6583 1.5556C14.1342 1.61769 14.6011 1.75865 15.0223 2.10567C15.4322 2.44331 15.6742 2.87391 15.8581 3.32585C16.0313 3.7512 16.1879 4.28824 16.3686 4.90811L16.5312 5.42111L14.6256 6.02844L14.4658 5.52697L14.4624 5.5151C14.2639 4.83479 14.1353 4.39822 14.0057 4.07988C13.8704 3.74743 13.7588 3.58567 13.3996 3.53879C13.1174 3.50197 12.737 3.50001 12.102 3.50001H11.8973C11.2623 3.50001 10.8819 3.50197 10.5997 3.53879C10.2404 3.58567 10.1288 3.74743 9.99352 4.07988C9.86404 4.39797 9.73551 4.83412 9.53734 5.51352L9.42962 5.88737L7.50781 5.33362C7.54868 5.19177 7.58926 5.04983 7.63059 4.90812C7.81135 4.28825 7.96796 3.7512 8.1411 3.32585C8.32507 2.87391 8.56701 2.44331 8.97691 2.10567C9.39819 1.75865 9.86504 1.61769 10.3409 1.5556C10.7679 1.49989 11.2807 1.49994 11.8414 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-briefcase-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.1574 1.5C12.7143 1.49994 13.2236 1.49989 13.6477 1.55532C14.1203 1.61709 14.584 1.75732 15.0024 2.10256C15.4095 2.43847 15.6498 2.86686 15.8325 3.31648C16.0044 3.73964 16.16 4.27393 16.3395 4.89061L16.5 5.41962L14.6 6L14.4461 5.49451C14.2491 4.8177 14.1214 4.38334 13.9927 4.06664C13.8704 3.76573 13.7875 3.67801 13.7395 3.63835C13.7027 3.60801 13.6365 3.56045 13.3907 3.52833C12.9321 3.46838 12.4617 3.48974 12.0003 3.48974C11.5389 3.48974 11.0679 3.46838 10.6093 3.52833C10.3635 3.56045 10.2973 3.60801 10.2605 3.63835C10.2125 3.67801 10.1296 3.76573 10.0073 4.06664C9.8786 4.38334 9.75092 4.8177 9.55385 5.49451L9.39997 6L7.5 5.41962L7.6605 4.89061C7.84003 4.27393 7.99557 3.73964 8.16753 3.31648C8.35024 2.86686 8.59053 2.43847 8.99763 2.10256C9.41603 1.75732 9.8797 1.61709 10.3523 1.55532C10.7764 1.49989 11.2857 1.49994 11.8426 1.5L12.1574 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.36859 15.1021C9.42446 15.1187 9.45239 15.127 9.47547 15.1415C9.49855 15.156 9.51979 15.1792 9.56227 15.2257C10.1657 15.8864 11.0342 16.3008 11.9995 16.3008C12.9647 16.3008 13.8331 15.8864 14.4366 15.2258C14.479 15.1793 14.5003 15.1561 14.5233 15.1416C14.5464 15.1271 14.5744 15.1188 14.6302 15.1022C14.9064 15.0201 15.207 14.9274 15.5298 14.8278L19.7138 13.5375C20.1826 13.3929 20.6468 13.2069 21.0852 12.9619C21.1638 12.9179 21.2031 12.8959 21.2289 12.8895C21.332 12.8637 21.4282 12.9144 21.4651 13.0141C21.4743 13.039 21.478 13.0806 21.4856 13.1638C21.657 15.0612 21.7927 16.5636 21.7372 17.7441C21.6801 18.9579 21.4178 19.9569 20.688 20.7611C19.9574 21.5661 18.9903 21.9205 17.7919 22.0879C16.6276 22.2506 15.1276 22.2506 13.2352 22.2506H10.7646C8.87218 22.2506 7.37219 22.2506 6.20789 22.0879C5.00951 21.9205 4.04238 21.5661 3.31185 20.7611C2.58204 19.9569 2.31972 18.9579 2.26262 17.7441C2.20708 16.5636 2.34282 15.0612 2.51425 13.1638C2.52173 13.0809 2.52548 13.0395 2.53463 13.0147C2.57146 12.9148 2.66787 12.8639 2.77111 12.8899C2.79677 12.8963 2.83593 12.9182 2.91423 12.962C3.35254 13.207 3.81663 13.393 4.28533 13.5375L8.46942 14.8278C8.79194 14.9273 9.09251 15.02 9.36859 15.1021Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.90187 5.33943C4.27369 5.24958 4.71362 5.24977 5.32511 5.25003H18.6735C19.285 5.24977 19.725 5.24958 20.0968 5.33943C21.1426 5.59215 22.005 6.37257 22.212 7.42558C22.2849 7.79615 22.2362 8.21724 22.1773 8.72736L22.1654 8.8304L22.1649 8.83511C22.0724 9.64386 21.8036 10.3464 21.2897 10.9167C20.7828 11.479 20.0938 11.8498 19.2715 12.1034L15.5708 13.2446C15.4427 13.2841 15.3787 13.3039 15.338 13.2735C15.2973 13.2432 15.2979 13.173 15.2993 13.0326C15.2994 13.0218 15.2995 13.011 15.2995 13.0002V12.3335L15.2995 12.3238C15.3004 12.016 15.3014 11.7045 15.2211 11.4049C15.0084 10.6112 14.3884 9.9912 13.5947 9.77852C13.2951 9.69823 12.9836 9.69918 12.6758 9.70012L12.6661 9.70015H11.3328L11.3231 9.70012C11.0153 9.69918 10.7038 9.69823 10.4042 9.77852C9.61046 9.9912 8.9905 10.6112 8.77782 11.4049C8.69753 11.7045 8.69848 12.016 8.69942 12.3238L8.69945 12.3335V13.0002C8.69945 13.011 8.6995 13.0219 8.69961 13.0327C8.70096 13.1731 8.70164 13.2433 8.66093 13.2736C8.62021 13.304 8.55616 13.2842 8.42806 13.2447L4.72712 12.1034C3.90489 11.8498 3.21585 11.479 2.70898 10.9167C2.19501 10.3464 1.92631 9.64385 1.83375 8.8351L1.82135 8.72744C1.76242 8.21726 1.71378 7.79616 1.78664 7.42558C1.99368 6.37257 2.85602 5.59215 3.90187 5.33943Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 12.3333C10 12.0233 10 11.8683 10.0341 11.7412C10.1265 11.3961 10.3961 11.1265 10.7412 11.0341C10.8683 11 11.0233 11 11.3333 11H12.6667C12.9767 11 13.1317 11 13.2588 11.0341C13.6039 11.1265 13.8735 11.3961 13.9659 11.7412C14 11.8683 14 12.0233 14 12.3333V13C14 14.1046 13.1046 15 12 15C10.8954 15 10 14.1046 10 13V12.3333Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.1574 1.5C12.7143 1.49994 13.2236 1.49989 13.6477 1.55532C14.1203 1.61709 14.584 1.75732 15.0024 2.10256C15.4095 2.43847 15.6498 2.86686 15.8325 3.31648C16.0044 3.73964 16.16 4.27393 16.3395 4.89061L16.5 5.41962L14.6 6L14.4461 5.49451C14.2491 4.8177 14.1214 4.38334 13.9927 4.06664C13.8704 3.76573 13.7875 3.67801 13.7395 3.63835C13.7027 3.60801 13.6365 3.56045 13.3907 3.52833C12.9321 3.46838 12.4617 3.48974 12.0003 3.48974C11.5389 3.48974 11.0679 3.46838 10.6093 3.52833C10.3635 3.56045 10.2973 3.60801 10.2605 3.63835C10.2125 3.67801 10.1296 3.76573 10.0073 4.06664C9.8786 4.38334 9.75092 4.8177 9.55385 5.49451L9.39997 6L7.5 5.41962L7.6605 4.89061C7.84003 4.27393 7.99557 3.73964 8.16753 3.31648C8.35024 2.86686 8.59053 2.43847 8.99763 2.10256C9.41603 1.75732 9.8797 1.61709 10.3523 1.55532C10.7764 1.49989 11.2857 1.49994 11.8426 1.5L12.1574 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.36859 15.1021C9.42446 15.1187 9.45239 15.127 9.47547 15.1415C9.49855 15.156 9.51979 15.1792 9.56227 15.2257C10.1657 15.8864 11.0342 16.3008 11.9995 16.3008C12.9647 16.3008 13.8331 15.8864 14.4366 15.2258C14.479 15.1793 14.5003 15.1561 14.5233 15.1416C14.5464 15.1271 14.5744 15.1188 14.6302 15.1022C14.9064 15.0201 15.207 14.9274 15.5298 14.8278L19.7138 13.5375C20.1826 13.3929 20.6468 13.2069 21.0852 12.9619C21.1638 12.9179 21.2031 12.8959 21.2289 12.8895C21.332 12.8637 21.4282 12.9144 21.4651 13.0141C21.4743 13.039 21.478 13.0806 21.4856 13.1638C21.657 15.0612 21.7927 16.5636 21.7372 17.7441C21.6801 18.9579 21.4178 19.9569 20.688 20.7611C19.9574 21.5661 18.9903 21.9205 17.7919 22.0879C16.6276 22.2506 15.1276 22.2506 13.2352 22.2506H10.7646C8.87218 22.2506 7.37219 22.2506 6.20789 22.0879C5.00951 21.9205 4.04238 21.5661 3.31185 20.7611C2.58204 19.9569 2.31972 18.9579 2.26262 17.7441C2.20708 16.5636 2.34282 15.0612 2.51425 13.1638C2.52173 13.0809 2.52548 13.0395 2.53463 13.0147C2.57146 12.9148 2.66787 12.8639 2.77111 12.8899C2.79677 12.8963 2.83593 12.9182 2.91423 12.962C3.35254 13.207 3.81663 13.393 4.28533 13.5375L8.46942 14.8278C8.79194 14.9273 9.09251 15.02 9.36859 15.1021Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.90187 5.33943C4.27369 5.24958 4.71362 5.24977 5.32511 5.25003H18.6735C19.285 5.24977 19.725 5.24958 20.0968 5.33943C21.1426 5.59215 22.005 6.37257 22.212 7.42558C22.2849 7.79615 22.2362 8.21724 22.1773 8.72736L22.1654 8.8304L22.1649 8.83511C22.0724 9.64386 21.8036 10.3464 21.2897 10.9167C20.7828 11.479 20.0938 11.8498 19.2715 12.1034L15.5708 13.2446C15.4427 13.2841 15.3787 13.3039 15.338 13.2735C15.2973 13.2432 15.2979 13.173 15.2993 13.0326C15.2994 13.0218 15.2995 13.011 15.2995 13.0002V12.3335L15.2995 12.3238C15.3004 12.016 15.3014 11.7045 15.2211 11.4049C15.0084 10.6112 14.3884 9.9912 13.5947 9.77852C13.2951 9.69823 12.9836 9.69918 12.6758 9.70012L12.6661 9.70015H11.3328L11.3231 9.70012C11.0153 9.69918 10.7038 9.69823 10.4042 9.77852C9.61046 9.9912 8.9905 10.6112 8.77782 11.4049C8.69753 11.7045 8.69848 12.016 8.69942 12.3238L8.69945 12.3335V13.0002C8.69945 13.011 8.6995 13.0219 8.69961 13.0327C8.70096 13.1731 8.70164 13.2433 8.66093 13.2736C8.62021 13.304 8.55616 13.2842 8.42806 13.2447L4.72712 12.1034C3.90489 11.8498 3.21585 11.479 2.70898 10.9167C2.19501 10.3464 1.92631 9.64385 1.83375 8.8351L1.82135 8.72744C1.76242 8.21726 1.71378 7.79616 1.78664 7.42558C1.99368 6.37257 2.85602 5.59215 3.90187 5.33943Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 12.3333C10 12.0233 10 11.8683 10.0341 11.7412C10.1265 11.3961 10.3961 11.1265 10.7412 11.0341C10.8683 11 11.0233 11 11.3333 11H12.6667C12.9767 11 13.1317 11 13.2588 11.0341C13.6039 11.1265 13.8735 11.3961 13.9659 11.7412C14 11.8683 14 12.0233 14 12.3333V13C14 14.1046 13.1046 15 12 15C10.8954 15 10 14.1046 10 13V12.3333Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-briefcase-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.0563 14.9313C2.93489 14.8354 2.87419 14.7875 2.82729 14.7984C2.81246 14.8019 2.79956 14.8081 2.78766 14.8176C2.75 14.8476 2.75 14.9233 2.75 15.0747C2.74997 16.5501 2.74995 17.7455 2.89734 18.6868C3.05227 19.6762 3.38382 20.4876 4.11792 21.1179C4.83553 21.734 5.73116 21.999 6.8243 22.1252C7.89606 22.2489 9.26719 22.2489 11.0065 22.2489H12.9935C14.7327 22.2489 16.1039 22.2489 17.1757 22.1252C18.2689 21.999 19.1645 21.734 19.8821 21.1179C20.6162 20.4876 20.9477 19.6762 21.1027 18.6868C21.2501 17.7455 21.25 16.5501 21.25 15.0746C21.25 14.9236 21.25 14.848 21.2125 14.818C21.2005 14.8084 21.1875 14.8021 21.1726 14.7987C21.1257 14.7878 21.0651 14.8357 20.9439 14.9314C20.132 15.5727 19.1827 16.0447 18.1441 16.2962C17.2668 16.5085 16.3077 16.499 15.2241 16.4987H8.77627C7.69269 16.499 6.73351 16.5085 5.85628 16.2962C4.81756 16.0447 3.86825 15.5726 3.0563 14.9313Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.34239 5.00058C4.38668 5.00083 4.43087 5.00109 4.4749 5.00114H19.5237C19.5677 5.00109 19.6119 5.00083 19.6562 5.00058C20.01 4.99855 20.3706 4.99649 20.7121 5.09405C21.6603 5.36492 22.3409 6.17803 22.4782 7.142C22.5263 7.47938 22.4802 7.85517 22.4321 8.24609C22.4106 8.422 22.3912 8.59878 22.3717 8.77585C22.2861 9.55416 22.2 10.3379 21.9342 11.0771C21.2591 12.9554 19.7095 14.3761 17.7902 14.8407C17.1257 15.0016 16.3715 15.0014 15.2232 15.0012H8.77537C7.62711 15.0014 6.87285 15.0016 6.20834 14.8407C4.28911 14.3761 2.73944 12.9554 2.06432 11.0771C1.7988 10.3384 1.71111 9.54219 1.62487 8.75915C1.60594 8.58724 1.58708 8.41597 1.56642 8.24609C1.5184 7.85516 1.47224 7.47938 1.52032 7.142C1.65768 6.17803 2.33829 5.36492 3.28647 5.09405C3.62798 4.99649 3.98859 4.99855 4.34239 5.00058ZM11.9955 10C11.4457 10 11 10.4477 11 11C11 11.5523 11.4457 12 11.9955 12H12.0045C12.5543 12 13 11.5523 13 11C13 10.4477 12.5543 10 12.0045 10H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.8206 1.5C11.1758 1.49995 10.5973 1.49989 10.1178 1.56382C9.5875 1.63451 9.08106 1.79327 8.62739 2.17507C8.18686 2.54582 7.92389 3.02008 7.71955 3.53295C7.55894 3.93607 7.41039 4.42888 7.24609 4.99968H9.3295C9.41825 4.70806 9.49667 4.47226 9.57577 4.27373C9.72209 3.90647 9.8307 3.7755 9.91351 3.70581C9.98318 3.64718 10.086 3.58572 10.3817 3.54631C10.7136 3.50205 11.1573 3.50001 11.8792 3.50001H12.113C12.8349 3.50001 13.2786 3.50205 13.6105 3.54631C13.9062 3.58572 14.009 3.64718 14.0787 3.70581C14.1615 3.7755 14.2701 3.90647 14.4164 4.27373C14.4955 4.47226 14.5739 4.70806 14.6627 4.99968H16.7461C16.5818 4.42888 16.4332 3.93607 16.2726 3.53295C16.0683 3.02008 15.8053 2.54582 15.3648 2.17507C14.9111 1.79327 14.4047 1.63451 13.8744 1.56382C13.3949 1.49989 12.8164 1.49995 12.1716 1.5H11.8206Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.0563 14.9313C2.93489 14.8354 2.87419 14.7875 2.82729 14.7984C2.81246 14.8019 2.79956 14.8081 2.78766 14.8176C2.75 14.8476 2.75 14.9233 2.75 15.0747C2.74997 16.5501 2.74995 17.7455 2.89734 18.6868C3.05227 19.6762 3.38382 20.4876 4.11792 21.1179C4.83553 21.734 5.73116 21.999 6.8243 22.1252C7.89606 22.2489 9.26719 22.2489 11.0065 22.2489H12.9935C14.7327 22.2489 16.1039 22.2489 17.1757 22.1252C18.2689 21.999 19.1645 21.734 19.8821 21.1179C20.6162 20.4876 20.9477 19.6762 21.1027 18.6868C21.2501 17.7455 21.25 16.5501 21.25 15.0746C21.25 14.9236 21.25 14.848 21.2125 14.818C21.2005 14.8084 21.1875 14.8021 21.1726 14.7987C21.1257 14.7878 21.0651 14.8357 20.9439 14.9314C20.132 15.5727 19.1827 16.0447 18.1441 16.2962C17.2668 16.5085 16.3077 16.499 15.2241 16.4987H8.77627C7.69269 16.499 6.73351 16.5085 5.85628 16.2962C4.81756 16.0447 3.86825 15.5726 3.0563 14.9313Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.34239 5.00058C4.38668 5.00083 4.43087 5.00109 4.4749 5.00114H19.5237C19.5677 5.00109 19.6119 5.00083 19.6562 5.00058C20.01 4.99855 20.3706 4.99649 20.7121 5.09405C21.6603 5.36492 22.3409 6.17803 22.4782 7.142C22.5263 7.47938 22.4802 7.85517 22.4321 8.24609C22.4106 8.422 22.3912 8.59878 22.3717 8.77585C22.2861 9.55416 22.2 10.3379 21.9342 11.0771C21.2591 12.9554 19.7095 14.3761 17.7902 14.8407C17.1257 15.0016 16.3715 15.0014 15.2232 15.0012H8.77537C7.62711 15.0014 6.87285 15.0016 6.20834 14.8407C4.28911 14.3761 2.73944 12.9554 2.06432 11.0771C1.7988 10.3384 1.71111 9.54219 1.62487 8.75915C1.60594 8.58724 1.58708 8.41597 1.56642 8.24609C1.5184 7.85516 1.47224 7.47938 1.52032 7.142C1.65768 6.17803 2.33829 5.36492 3.28647 5.09405C3.62798 4.99649 3.98859 4.99855 4.34239 5.00058ZM11.9955 10C11.4457 10 11 10.4477 11 11C11 11.5523 11.4457 12 11.9955 12H12.0045C12.5543 12 13 11.5523 13 11C13 10.4477 12.5543 10 12.0045 10H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.8206 1.5C11.1758 1.49995 10.5973 1.49989 10.1178 1.56382C9.5875 1.63451 9.08106 1.79327 8.62739 2.17507C8.18686 2.54582 7.92389 3.02008 7.71955 3.53295C7.55894 3.93607 7.41039 4.42888 7.24609 4.99968H9.3295C9.41825 4.70806 9.49667 4.47226 9.57577 4.27373C9.72209 3.90647 9.8307 3.7755 9.91351 3.70581C9.98318 3.64718 10.086 3.58572 10.3817 3.54631C10.7136 3.50205 11.1573 3.50001 11.8792 3.50001H12.113C12.8349 3.50001 13.2786 3.50205 13.6105 3.54631C13.9062 3.58572 14.009 3.64718 14.0787 3.70581C14.1615 3.7755 14.2701 3.90647 14.4164 4.27373C14.4955 4.47226 14.5739 4.70806 14.6627 4.99968H16.7461C16.5818 4.42888 16.4332 3.93607 16.2726 3.53295C16.0683 3.02008 15.8053 2.54582 15.3648 2.17507C14.9111 1.79327 14.4047 1.63451 13.8744 1.56382C13.3949 1.49989 12.8164 1.49995 12.1716 1.5H11.8206Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-briefcase-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.39916 14.1478C2.38854 13.9237 2.38323 13.8117 2.44455 13.7835C2.50587 13.7553 2.58889 13.8337 2.75493 13.9904C5.28346 16.377 8.90513 17.2495 12.0006 17.2495C15.0962 17.2495 18.7182 16.3769 21.2467 13.9899C21.4128 13.8332 21.4958 13.7548 21.5571 13.783C21.6185 13.8112 21.6131 13.9232 21.6025 14.1473L21.5944 14.3191C21.5146 15.9916 21.451 17.325 21.2554 18.3684C21.0529 19.4486 20.6924 20.3204 19.9468 20.9989C19.206 21.673 18.2895 21.9703 17.1643 22.1117C16.0683 22.2495 14.6729 22.2495 12.9088 22.2495H11.0928C9.3287 22.2495 7.9334 22.2495 6.83731 22.1117C5.7122 21.9703 4.79563 21.673 4.05487 20.9989C3.30929 20.3204 2.94877 19.4486 2.74628 18.3684C2.5507 17.325 2.48708 15.9916 2.40727 14.3191L2.39916 14.1478Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.9817 7.40879C2.3388 6.32293 3.1989 5.25 4.64792 5.25H19.3519C20.8009 5.25 21.661 6.32292 22.0181 7.40879C22.3724 8.486 22.332 9.81185 21.8165 10.7921C19.9299 14.3799 15.7483 15.75 11.9999 15.75C8.25152 15.75 4.06998 14.3799 2.18329 10.7921C1.66778 9.81185 1.62745 8.486 1.9817 7.40879ZM11.9955 10C11.4457 10 11 10.4477 11 11C11 11.5523 11.4457 12 11.9955 12H12.0045C12.5543 12 13 11.5523 13 11C13 10.4477 12.5543 10 12.0045 10H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8249 1.5C11.9421 1.50001 12.0598 1.50001 12.1763 1.5C12.8216 1.49995 13.4005 1.49989 13.8804 1.56382C14.4112 1.63451 14.918 1.79327 15.3721 2.17507C15.813 2.54582 16.0762 3.02008 16.2807 3.53295C16.4751 4.02046 16.6518 4.63914 16.8601 5.36828L16.9621 5.72529L15.0391 6.27473L14.9508 5.96567C14.725 5.17561 14.5752 4.6557 14.4229 4.27373C14.2765 3.90647 14.1678 3.7755 14.0849 3.70581C14.0152 3.64718 13.9123 3.58572 13.6164 3.54631C13.2841 3.50205 12.84 3.50001 12.1175 3.50001H11.8836C11.1611 3.50001 10.7171 3.50205 10.3848 3.54631C10.0889 3.58572 9.98601 3.64718 9.91627 3.70581C9.8334 3.7755 9.7247 3.90647 9.57825 4.27373C9.42594 4.6557 9.27614 5.17561 9.05041 5.96567L8.96211 6.27473L7.03906 5.72529C7.07306 5.60629 7.10706 5.48729 7.14106 5.3683C7.34936 4.63915 7.52611 4.02046 7.7205 3.53295C7.92501 3.02008 8.1882 2.54582 8.62909 2.17507C9.08314 1.79327 9.59 1.63451 10.1207 1.56382C10.6007 1.49989 11.1796 1.49995 11.8249 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.39916 14.1478C2.38854 13.9237 2.38323 13.8117 2.44455 13.7835C2.50587 13.7553 2.58889 13.8337 2.75493 13.9904C5.28346 16.377 8.90513 17.2495 12.0006 17.2495C15.0962 17.2495 18.7182 16.3769 21.2467 13.9899C21.4128 13.8332 21.4958 13.7548 21.5571 13.783C21.6185 13.8112 21.6131 13.9232 21.6025 14.1473L21.5944 14.3191C21.5146 15.9916 21.451 17.325 21.2554 18.3684C21.0529 19.4486 20.6924 20.3204 19.9468 20.9989C19.206 21.673 18.2895 21.9703 17.1643 22.1117C16.0683 22.2495 14.6729 22.2495 12.9088 22.2495H11.0928C9.3287 22.2495 7.9334 22.2495 6.83731 22.1117C5.7122 21.9703 4.79563 21.673 4.05487 20.9989C3.30929 20.3204 2.94877 19.4486 2.74628 18.3684C2.5507 17.325 2.48708 15.9916 2.40727 14.3191L2.39916 14.1478Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.9817 7.40879C2.3388 6.32293 3.1989 5.25 4.64792 5.25H19.3519C20.8009 5.25 21.661 6.32292 22.0181 7.40879C22.3724 8.486 22.332 9.81185 21.8165 10.7921C19.9299 14.3799 15.7483 15.75 11.9999 15.75C8.25152 15.75 4.06998 14.3799 2.18329 10.7921C1.66778 9.81185 1.62745 8.486 1.9817 7.40879ZM11.9955 10C11.4457 10 11 10.4477 11 11C11 11.5523 11.4457 12 11.9955 12H12.0045C12.5543 12 13 11.5523 13 11C13 10.4477 12.5543 10 12.0045 10H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8249 1.5C11.9421 1.50001 12.0598 1.50001 12.1763 1.5C12.8216 1.49995 13.4005 1.49989 13.8804 1.56382C14.4112 1.63451 14.918 1.79327 15.3721 2.17507C15.813 2.54582 16.0762 3.02008 16.2807 3.53295C16.4751 4.02046 16.6518 4.63914 16.8601 5.36828L16.9621 5.72529L15.0391 6.27473L14.9508 5.96567C14.725 5.17561 14.5752 4.6557 14.4229 4.27373C14.2765 3.90647 14.1678 3.7755 14.0849 3.70581C14.0152 3.64718 13.9123 3.58572 13.6164 3.54631C13.2841 3.50205 12.84 3.50001 12.1175 3.50001H11.8836C11.1611 3.50001 10.7171 3.50205 10.3848 3.54631C10.0889 3.58572 9.98601 3.64718 9.91627 3.70581C9.8334 3.7755 9.7247 3.90647 9.57825 4.27373C9.42594 4.6557 9.27614 5.17561 9.05041 5.96567L8.96211 6.27473L7.03906 5.72529C7.07306 5.60629 7.10706 5.48729 7.14106 5.3683C7.34936 4.63915 7.52611 4.02046 7.7205 3.53295C7.92501 3.02008 8.1882 2.54582 8.62909 2.17507C9.08314 1.79327 9.59 1.63451 10.1207 1.56382C10.6007 1.49989 11.1796 1.49995 11.8249 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-briefcase-06-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.40446 13.8992C2.39942 13.8049 2.51539 13.7544 2.58248 13.8209C4.46055 15.6819 6.98537 16.6651 9.42707 17.0498C9.52384 17.0651 9.60746 17.1255 9.65127 17.2132L9.71187 17.3344C10.1453 18.2013 11.0314 18.749 12.0007 18.749C12.97 18.749 13.8561 18.2013 14.2896 17.3344L14.3501 17.2132C14.394 17.1256 14.4776 17.0651 14.5744 17.0499C17.017 16.6651 19.5429 15.6813 21.4213 13.819C21.4875 13.7533 21.602 13.8032 21.597 13.8963L21.5967 13.9022L21.5945 13.9511C21.5145 15.7114 21.4511 17.1073 21.2564 18.198C21.0558 19.3213 20.7 20.226 19.96 20.9331C19.2199 21.6403 18.3001 21.9547 17.1688 22.104C16.0704 22.249 14.6731 22.249 12.911 22.249H11.0903C9.32822 22.249 7.93094 22.249 6.83255 22.104C5.70129 21.9547 4.7814 21.6403 4.04137 20.9331C3.30133 20.226 2.9455 19.3213 2.74496 18.198C2.55025 17.1073 2.48681 15.7115 2.40682 13.9512L2.40446 13.8992Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.9817 7.40879C2.3388 6.32293 3.1989 5.25 4.64792 5.25H19.3519C20.8009 5.25 21.661 6.32292 22.0181 7.40879C22.3724 8.486 22.332 9.81185 21.8165 10.7921C20.214 13.8395 16.9559 15.2869 13.7138 15.6539C13.5424 15.6733 13.3911 15.7763 13.3139 15.9306L12.9469 16.6646C12.7675 17.0234 12.4008 17.25 11.9997 17.25C11.5986 17.25 11.2319 17.0234 11.0525 16.6646L10.6855 15.9305C10.6083 15.7762 10.457 15.6732 10.2856 15.6538C7.04366 15.2868 3.78574 13.8393 2.18329 10.7921C1.66778 9.81185 1.62745 8.486 1.9817 7.40879Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8249 1.5C11.9421 1.50001 12.0598 1.50001 12.1763 1.5C12.8216 1.49995 13.4005 1.49989 13.8804 1.56382C14.4112 1.63451 14.918 1.79327 15.3721 2.17507C15.813 2.54582 16.0762 3.02008 16.2807 3.53295C16.4751 4.02046 16.6518 4.63914 16.8601 5.36828L16.9621 5.72529L15.0391 6.27473L14.9508 5.96567C14.725 5.17561 14.5752 4.6557 14.4229 4.27373C14.2765 3.90647 14.1678 3.7755 14.0849 3.70581C14.0152 3.64718 13.9123 3.58572 13.6164 3.54631C13.2841 3.50205 12.84 3.50001 12.1175 3.50001H11.8836C11.1611 3.50001 10.7171 3.50205 10.3848 3.54631C10.0889 3.58572 9.98601 3.64718 9.91627 3.70581C9.8334 3.7755 9.7247 3.90647 9.57825 4.27373C9.42594 4.6557 9.27614 5.17561 9.05041 5.96567L8.96211 6.27473L7.03906 5.72529C7.07306 5.60629 7.10706 5.48729 7.14106 5.3683C7.34936 4.63915 7.52611 4.02046 7.7205 3.53295C7.92501 3.02008 8.1882 2.54582 8.62909 2.17507C9.08314 1.79327 9.59 1.63451 10.1207 1.56382C10.6007 1.49989 11.1796 1.49995 11.8249 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.40446 13.8992C2.39942 13.8049 2.51539 13.7544 2.58248 13.8209C4.46055 15.6819 6.98537 16.6651 9.42707 17.0498C9.52384 17.0651 9.60746 17.1255 9.65127 17.2132L9.71187 17.3344C10.1453 18.2013 11.0314 18.749 12.0007 18.749C12.97 18.749 13.8561 18.2013 14.2896 17.3344L14.3501 17.2132C14.394 17.1256 14.4776 17.0651 14.5744 17.0499C17.017 16.6651 19.5429 15.6813 21.4213 13.819C21.4875 13.7533 21.602 13.8032 21.597 13.8963L21.5967 13.9022L21.5945 13.9511C21.5145 15.7114 21.4511 17.1073 21.2564 18.198C21.0558 19.3213 20.7 20.226 19.96 20.9331C19.2199 21.6403 18.3001 21.9547 17.1688 22.104C16.0704 22.249 14.6731 22.249 12.911 22.249H11.0903C9.32822 22.249 7.93094 22.249 6.83255 22.104C5.70129 21.9547 4.7814 21.6403 4.04137 20.9331C3.30133 20.226 2.9455 19.3213 2.74496 18.198C2.55025 17.1073 2.48681 15.7115 2.40682 13.9512L2.40446 13.8992Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.9817 7.40879C2.3388 6.32293 3.1989 5.25 4.64792 5.25H19.3519C20.8009 5.25 21.661 6.32292 22.0181 7.40879C22.3724 8.486 22.332 9.81185 21.8165 10.7921C20.214 13.8395 16.9559 15.2869 13.7138 15.6539C13.5424 15.6733 13.3911 15.7763 13.3139 15.9306L12.9469 16.6646C12.7675 17.0234 12.4008 17.25 11.9997 17.25C11.5986 17.25 11.2319 17.0234 11.0525 16.6646L10.6855 15.9305C10.6083 15.7762 10.457 15.6732 10.2856 15.6538C7.04366 15.2868 3.78574 13.8393 2.18329 10.7921C1.66778 9.81185 1.62745 8.486 1.9817 7.40879Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8249 1.5C11.9421 1.50001 12.0598 1.50001 12.1763 1.5C12.8216 1.49995 13.4005 1.49989 13.8804 1.56382C14.4112 1.63451 14.918 1.79327 15.3721 2.17507C15.813 2.54582 16.0762 3.02008 16.2807 3.53295C16.4751 4.02046 16.6518 4.63914 16.8601 5.36828L16.9621 5.72529L15.0391 6.27473L14.9508 5.96567C14.725 5.17561 14.5752 4.6557 14.4229 4.27373C14.2765 3.90647 14.1678 3.7755 14.0849 3.70581C14.0152 3.64718 13.9123 3.58572 13.6164 3.54631C13.2841 3.50205 12.84 3.50001 12.1175 3.50001H11.8836C11.1611 3.50001 10.7171 3.50205 10.3848 3.54631C10.0889 3.58572 9.98601 3.64718 9.91627 3.70581C9.8334 3.7755 9.7247 3.90647 9.57825 4.27373C9.42594 4.6557 9.27614 5.17561 9.05041 5.96567L8.96211 6.27473L7.03906 5.72529C7.07306 5.60629 7.10706 5.48729 7.14106 5.3683C7.34936 4.63915 7.52611 4.02046 7.7205 3.53295C7.92501 3.02008 8.1882 2.54582 8.62909 2.17507C9.08314 1.79327 9.59 1.63451 10.1207 1.56382C10.6007 1.49989 11.1796 1.49995 11.8249 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-briefcase-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.94917 14.0013C3.50074 13.9732 3.97064 14.3976 3.99873 14.9492C4.07421 16.4315 4.14872 17.4635 4.32154 18.2399C4.48671 18.9819 4.72202 19.394 5.06331 19.698C5.44081 20.0343 5.96833 20.2557 6.94267 20.3756C7.93935 20.4983 9.25261 20.5 11.1262 20.5H12.8739C14.7474 20.5 16.0607 20.4983 17.0574 20.3756C18.0317 20.2557 18.5592 20.0343 18.9367 19.698C19.278 19.394 19.5133 18.9819 19.6785 18.2399C19.8513 17.4635 19.9258 16.4315 20.0013 14.9492C20.0294 14.3976 20.4993 13.9732 21.0509 14.0013C21.6024 14.0294 22.0268 14.4993 21.9987 15.0509C21.9249 16.501 21.8465 17.7049 21.6307 18.6744C21.4073 19.6783 21.0182 20.5223 20.2671 21.1914C19.46 21.9104 18.4713 22.2167 17.3016 22.3606C16.1685 22.5001 14.7318 22.5001 12.9411 22.5H11.059C9.26822 22.5001 7.83154 22.5001 6.6984 22.3606C5.52879 22.2167 4.54009 21.9104 3.73296 21.1914C2.98186 20.5223 2.59277 19.6783 2.36931 18.6744C2.15351 17.7049 2.07516 16.501 2.00132 15.0509C1.97323 14.4993 2.3976 14.0294 2.94917 14.0013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.9817 7.40879C2.3388 6.32293 3.1989 5.25 4.64792 5.25H19.3519C20.8009 5.25 21.661 6.32292 22.0181 7.40879C22.3724 8.486 22.332 9.81185 21.8165 10.7921C20.214 13.8395 16.9559 15.2869 13.7138 15.6539C13.5424 15.6733 13.3911 15.7763 13.3139 15.9306L12.9469 16.6646C12.7675 17.0234 12.4008 17.25 11.9997 17.25C11.5986 17.25 11.2319 17.0234 11.0525 16.6646L10.6855 15.9305C10.6083 15.7762 10.457 15.6732 10.2856 15.6538C7.04366 15.2868 3.78574 13.8393 2.18329 10.7921C1.66778 9.81185 1.62745 8.486 1.9817 7.40879Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8249 1.5C11.9421 1.50001 12.0598 1.50001 12.1763 1.5C12.8216 1.49995 13.4005 1.49989 13.8804 1.56382C14.4112 1.63451 14.918 1.79327 15.3721 2.17507C15.813 2.54582 16.0762 3.02008 16.2807 3.53295C16.4751 4.02046 16.6518 4.63914 16.8601 5.36828L16.9621 5.72529L15.0391 6.27473L14.9508 5.96567C14.725 5.17561 14.5752 4.6557 14.4229 4.27373C14.2765 3.90647 14.1678 3.7755 14.0849 3.70581C14.0152 3.64718 13.9123 3.58572 13.6164 3.54631C13.2841 3.50205 12.84 3.50001 12.1175 3.50001H11.8836C11.1611 3.50001 10.7171 3.50205 10.3848 3.54631C10.0889 3.58572 9.98601 3.64718 9.91627 3.70581C9.8334 3.7755 9.7247 3.90647 9.57825 4.27373C9.42594 4.6557 9.27614 5.17561 9.05041 5.96567L8.96211 6.27473L7.03906 5.72529C7.07306 5.60629 7.10706 5.48729 7.14106 5.3683C7.34936 4.63915 7.52611 4.02046 7.7205 3.53295C7.92501 3.02008 8.1882 2.54582 8.62909 2.17507C9.08314 1.79327 9.59 1.63451 10.1207 1.56382C10.6007 1.49989 11.1796 1.49995 11.8249 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.94917 14.0013C3.50074 13.9732 3.97064 14.3976 3.99873 14.9492C4.07421 16.4315 4.14872 17.4635 4.32154 18.2399C4.48671 18.9819 4.72202 19.394 5.06331 19.698C5.44081 20.0343 5.96833 20.2557 6.94267 20.3756C7.93935 20.4983 9.25261 20.5 11.1262 20.5H12.8739C14.7474 20.5 16.0607 20.4983 17.0574 20.3756C18.0317 20.2557 18.5592 20.0343 18.9367 19.698C19.278 19.394 19.5133 18.9819 19.6785 18.2399C19.8513 17.4635 19.9258 16.4315 20.0013 14.9492C20.0294 14.3976 20.4993 13.9732 21.0509 14.0013C21.6024 14.0294 22.0268 14.4993 21.9987 15.0509C21.9249 16.501 21.8465 17.7049 21.6307 18.6744C21.4073 19.6783 21.0182 20.5223 20.2671 21.1914C19.46 21.9104 18.4713 22.2167 17.3016 22.3606C16.1685 22.5001 14.7318 22.5001 12.9411 22.5H11.059C9.26822 22.5001 7.83154 22.5001 6.6984 22.3606C5.52879 22.2167 4.54009 21.9104 3.73296 21.1914C2.98186 20.5223 2.59277 19.6783 2.36931 18.6744C2.15351 17.7049 2.07516 16.501 2.00132 15.0509C1.97323 14.4993 2.3976 14.0294 2.94917 14.0013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.9817 7.40879C2.3388 6.32293 3.1989 5.25 4.64792 5.25H19.3519C20.8009 5.25 21.661 6.32292 22.0181 7.40879C22.3724 8.486 22.332 9.81185 21.8165 10.7921C20.214 13.8395 16.9559 15.2869 13.7138 15.6539C13.5424 15.6733 13.3911 15.7763 13.3139 15.9306L12.9469 16.6646C12.7675 17.0234 12.4008 17.25 11.9997 17.25C11.5986 17.25 11.2319 17.0234 11.0525 16.6646L10.6855 15.9305C10.6083 15.7762 10.457 15.6732 10.2856 15.6538C7.04366 15.2868 3.78574 13.8393 2.18329 10.7921C1.66778 9.81185 1.62745 8.486 1.9817 7.40879Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8249 1.5C11.9421 1.50001 12.0598 1.50001 12.1763 1.5C12.8216 1.49995 13.4005 1.49989 13.8804 1.56382C14.4112 1.63451 14.918 1.79327 15.3721 2.17507C15.813 2.54582 16.0762 3.02008 16.2807 3.53295C16.4751 4.02046 16.6518 4.63914 16.8601 5.36828L16.9621 5.72529L15.0391 6.27473L14.9508 5.96567C14.725 5.17561 14.5752 4.6557 14.4229 4.27373C14.2765 3.90647 14.1678 3.7755 14.0849 3.70581C14.0152 3.64718 13.9123 3.58572 13.6164 3.54631C13.2841 3.50205 12.84 3.50001 12.1175 3.50001H11.8836C11.1611 3.50001 10.7171 3.50205 10.3848 3.54631C10.0889 3.58572 9.98601 3.64718 9.91627 3.70581C9.8334 3.7755 9.7247 3.90647 9.57825 4.27373C9.42594 4.6557 9.27614 5.17561 9.05041 5.96567L8.96211 6.27473L7.03906 5.72529C7.07306 5.60629 7.10706 5.48729 7.14106 5.3683C7.34936 4.63915 7.52611 4.02046 7.7205 3.53295C7.92501 3.02008 8.1882 2.54582 8.62909 2.17507C9.08314 1.79327 9.59 1.63451 10.1207 1.56382C10.6007 1.49989 11.1796 1.49995 11.8249 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-briefcase-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25195 12.8203C2.25195 12.7297 2.36363 12.6849 2.42799 12.7486C3.30923 13.621 4.41772 14.2621 5.67454 14.5643C6.45935 14.753 7.33522 14.7525 8.35089 14.752L8.49418 14.7519L15.6531 14.752C16.6688 14.7525 17.5445 14.753 18.3294 14.5643C19.5862 14.2621 20.6947 13.621 21.5759 12.7486C21.6403 12.6849 21.752 12.7297 21.752 12.8203V17.9877C21.752 20.431 19.5311 22.2516 17.002 22.2516H7.00195C4.47285 22.2516 2.25195 20.431 2.25195 17.9877V12.8203ZM7.00195 17.25C6.58774 17.25 6.25195 17.5858 6.25195 18C6.25195 18.4142 6.58774 18.75 7.00195 18.75H10.002C10.4162 18.75 10.752 18.4142 10.752 18C10.752 17.5858 10.4162 17.25 10.002 17.25H7.00195Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.8155 4.89607C1.98122 4.13181 2.45391 3.47787 3.10862 3.09862C3.24275 3.02092 3.30981 2.98207 3.36093 3.01424C3.41205 3.04641 3.40539 3.13218 3.39207 3.30374L3.37598 3.98733C3.37585 4.21084 3.37404 4.43462 3.38927 4.65774C3.40445 4.88031 3.44214 5.18184 3.5758 5.50451C3.84222 6.14771 4.35324 6.65873 4.99644 6.92515C5.46435 7.11897 5.96428 7.12504 6.46211 7.12497H7.53986C8.03769 7.12504 8.53762 7.11897 9.00553 6.92515C9.64873 6.65873 10.1597 6.14771 10.4262 5.50451C10.5598 5.18184 10.5975 4.88031 10.6127 4.65774C10.6285 4.4258 10.6261 4.19316 10.626 3.96082C10.626 3.7604 10.626 3.53775 10.6127 3.3422C10.5974 3.11836 10.5898 3.00644 10.612 2.94627C10.6435 2.86055 10.6874 2.81357 10.7708 2.77622C10.8293 2.75 10.9249 2.75 11.116 2.75H12.886C13.0771 2.75 13.1726 2.75 13.2312 2.77622C13.3145 2.81357 13.3584 2.86055 13.39 2.94627C13.4122 3.00644 13.4045 3.11836 13.3893 3.3422C13.3757 3.54128 13.3758 3.74104 13.376 3.94053C13.376 4.17962 13.373 4.41906 13.3893 4.65775C13.4045 4.88031 13.4421 5.18184 13.5758 5.50451C13.8422 6.14771 14.3532 6.65873 14.9964 6.92515C15.4643 7.11897 15.9643 7.12504 16.4621 7.12497H17.5399C18.0377 7.12504 18.5376 7.11897 19.0055 6.92515C19.6487 6.65873 20.1597 6.14771 20.4262 5.50451C20.5598 5.18184 20.5975 4.8803 20.6127 4.65774C20.629 4.4191 20.626 4.17971 20.626 3.94067L20.626 3.91726C20.6262 3.71348 20.6263 3.51572 20.6099 3.30391C20.5966 3.13234 20.5899 3.04656 20.6411 3.01439C20.6922 2.98223 20.7593 3.02109 20.8934 3.09882C21.5479 3.4781 22.0205 4.13194 22.1862 4.89607C22.2513 5.19626 22.2511 5.53867 22.2509 5.98976C22.2508 6.90954 22.3109 7.86673 22.1147 8.77157C21.6513 10.9085 20.0583 12.6053 17.983 13.1039C17.3737 13.2503 16.6604 13.2502 15.5117 13.2501H8.48997C7.34128 13.2502 6.62795 13.2503 6.01865 13.1039C3.94335 12.6053 2.35032 10.9085 1.88696 8.77157C1.69075 7.86671 1.7509 6.90951 1.7508 5.98971C1.75058 5.53863 1.75041 5.19626 1.8155 4.89607Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.51263 2.125H6.48738C6.26515 2.125 6.07962 2.12499 5.92732 2.13539C5.76877 2.1462 5.61901 2.16952 5.47381 2.22967C5.1369 2.36922 4.86922 2.6369 4.72967 2.97381C4.66952 3.11901 4.6462 3.26877 4.63539 3.42732C4.62499 3.57962 4.625 3.76514 4.625 3.98736V4.01263C4.625 4.23485 4.62499 4.42038 4.63539 4.57268C4.6462 4.73123 4.66952 4.881 4.72967 5.02619C4.86922 5.3631 5.1369 5.63078 5.47381 5.77033C5.61901 5.83048 5.76877 5.8538 5.92732 5.86462C6.07962 5.87501 6.26514 5.875 6.48737 5.875H7.51263C7.73486 5.875 7.92038 5.87501 8.07268 5.86462C8.23123 5.8538 8.381 5.83048 8.52619 5.77033C8.8631 5.63078 9.13078 5.3631 9.27033 5.02619C9.33048 4.881 9.3538 4.73123 9.36462 4.57268C9.37501 4.42038 9.375 4.23486 9.375 4.01263V3.98737C9.375 3.76514 9.37501 3.57962 9.36462 3.42732C9.3538 3.26877 9.33048 3.11901 9.27033 2.97381C9.13078 2.6369 8.8631 2.36922 8.52619 2.22967C8.381 2.16952 8.23123 2.1462 8.07268 2.13539C7.92038 2.12499 7.73485 2.125 7.51263 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5126 2.125H16.4874C16.2651 2.125 16.0796 2.12499 15.9273 2.13539C15.7688 2.1462 15.619 2.16952 15.4738 2.22967C15.1369 2.36922 14.8692 2.6369 14.7297 2.97381C14.6695 3.11901 14.6462 3.26877 14.6354 3.42732C14.625 3.57962 14.625 3.76514 14.625 3.98737V4.01263C14.625 4.23486 14.625 4.42038 14.6354 4.57268C14.6462 4.73123 14.6695 4.881 14.7297 5.02619C14.8692 5.3631 15.1369 5.63078 15.4738 5.77033C15.619 5.83048 15.7688 5.8538 15.9273 5.86462C16.0796 5.87501 16.2651 5.875 16.4874 5.875H17.5126C17.7349 5.875 17.9204 5.87501 18.0727 5.86462C18.2312 5.8538 18.381 5.83048 18.5262 5.77033C18.8631 5.63078 19.1308 5.3631 19.2703 5.02619C19.3305 4.881 19.3538 4.73123 19.3646 4.57268C19.375 4.42038 19.375 4.23486 19.375 4.01263V3.98737C19.375 3.76514 19.375 3.57962 19.3646 3.42732C19.3538 3.26877 19.3305 3.11901 19.2703 2.97381C19.1308 2.6369 18.8631 2.36922 18.5262 2.22967C18.381 2.16952 18.2312 2.1462 18.0727 2.13539C17.9204 2.12499 17.7349 2.125 17.5126 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25195 12.8203C2.25195 12.7297 2.36363 12.6849 2.42799 12.7486C3.30923 13.621 4.41772 14.2621 5.67454 14.5643C6.45935 14.753 7.33522 14.7525 8.35089 14.752L8.49418 14.7519L15.6531 14.752C16.6688 14.7525 17.5445 14.753 18.3294 14.5643C19.5862 14.2621 20.6947 13.621 21.5759 12.7486C21.6403 12.6849 21.752 12.7297 21.752 12.8203V17.9877C21.752 20.431 19.5311 22.2516 17.002 22.2516H7.00195C4.47285 22.2516 2.25195 20.431 2.25195 17.9877V12.8203ZM7.00195 17.25C6.58774 17.25 6.25195 17.5858 6.25195 18C6.25195 18.4142 6.58774 18.75 7.00195 18.75H10.002C10.4162 18.75 10.752 18.4142 10.752 18C10.752 17.5858 10.4162 17.25 10.002 17.25H7.00195Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.8155 4.89607C1.98122 4.13181 2.45391 3.47787 3.10862 3.09862C3.24275 3.02092 3.30981 2.98207 3.36093 3.01424C3.41205 3.04641 3.40539 3.13218 3.39207 3.30374L3.37598 3.98733C3.37585 4.21084 3.37404 4.43462 3.38927 4.65774C3.40445 4.88031 3.44214 5.18184 3.5758 5.50451C3.84222 6.14771 4.35324 6.65873 4.99644 6.92515C5.46435 7.11897 5.96428 7.12504 6.46211 7.12497H7.53986C8.03769 7.12504 8.53762 7.11897 9.00553 6.92515C9.64873 6.65873 10.1597 6.14771 10.4262 5.50451C10.5598 5.18184 10.5975 4.88031 10.6127 4.65774C10.6285 4.4258 10.6261 4.19316 10.626 3.96082C10.626 3.7604 10.626 3.53775 10.6127 3.3422C10.5974 3.11836 10.5898 3.00644 10.612 2.94627C10.6435 2.86055 10.6874 2.81357 10.7708 2.77622C10.8293 2.75 10.9249 2.75 11.116 2.75H12.886C13.0771 2.75 13.1726 2.75 13.2312 2.77622C13.3145 2.81357 13.3584 2.86055 13.39 2.94627C13.4122 3.00644 13.4045 3.11836 13.3893 3.3422C13.3757 3.54128 13.3758 3.74104 13.376 3.94053C13.376 4.17962 13.373 4.41906 13.3893 4.65775C13.4045 4.88031 13.4421 5.18184 13.5758 5.50451C13.8422 6.14771 14.3532 6.65873 14.9964 6.92515C15.4643 7.11897 15.9643 7.12504 16.4621 7.12497H17.5399C18.0377 7.12504 18.5376 7.11897 19.0055 6.92515C19.6487 6.65873 20.1597 6.14771 20.4262 5.50451C20.5598 5.18184 20.5975 4.8803 20.6127 4.65774C20.629 4.4191 20.626 4.17971 20.626 3.94067L20.626 3.91726C20.6262 3.71348 20.6263 3.51572 20.6099 3.30391C20.5966 3.13234 20.5899 3.04656 20.6411 3.01439C20.6922 2.98223 20.7593 3.02109 20.8934 3.09882C21.5479 3.4781 22.0205 4.13194 22.1862 4.89607C22.2513 5.19626 22.2511 5.53867 22.2509 5.98976C22.2508 6.90954 22.3109 7.86673 22.1147 8.77157C21.6513 10.9085 20.0583 12.6053 17.983 13.1039C17.3737 13.2503 16.6604 13.2502 15.5117 13.2501H8.48997C7.34128 13.2502 6.62795 13.2503 6.01865 13.1039C3.94335 12.6053 2.35032 10.9085 1.88696 8.77157C1.69075 7.86671 1.7509 6.90951 1.7508 5.98971C1.75058 5.53863 1.75041 5.19626 1.8155 4.89607Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.51263 2.125H6.48738C6.26515 2.125 6.07962 2.12499 5.92732 2.13539C5.76877 2.1462 5.61901 2.16952 5.47381 2.22967C5.1369 2.36922 4.86922 2.6369 4.72967 2.97381C4.66952 3.11901 4.6462 3.26877 4.63539 3.42732C4.62499 3.57962 4.625 3.76514 4.625 3.98736V4.01263C4.625 4.23485 4.62499 4.42038 4.63539 4.57268C4.6462 4.73123 4.66952 4.881 4.72967 5.02619C4.86922 5.3631 5.1369 5.63078 5.47381 5.77033C5.61901 5.83048 5.76877 5.8538 5.92732 5.86462C6.07962 5.87501 6.26514 5.875 6.48737 5.875H7.51263C7.73486 5.875 7.92038 5.87501 8.07268 5.86462C8.23123 5.8538 8.381 5.83048 8.52619 5.77033C8.8631 5.63078 9.13078 5.3631 9.27033 5.02619C9.33048 4.881 9.3538 4.73123 9.36462 4.57268C9.37501 4.42038 9.375 4.23486 9.375 4.01263V3.98737C9.375 3.76514 9.37501 3.57962 9.36462 3.42732C9.3538 3.26877 9.33048 3.11901 9.27033 2.97381C9.13078 2.6369 8.8631 2.36922 8.52619 2.22967C8.381 2.16952 8.23123 2.1462 8.07268 2.13539C7.92038 2.12499 7.73485 2.125 7.51263 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5126 2.125H16.4874C16.2651 2.125 16.0796 2.12499 15.9273 2.13539C15.7688 2.1462 15.619 2.16952 15.4738 2.22967C15.1369 2.36922 14.8692 2.6369 14.7297 2.97381C14.6695 3.11901 14.6462 3.26877 14.6354 3.42732C14.625 3.57962 14.625 3.76514 14.625 3.98737V4.01263C14.625 4.23486 14.625 4.42038 14.6354 4.57268C14.6462 4.73123 14.6695 4.881 14.7297 5.02619C14.8692 5.3631 15.1369 5.63078 15.4738 5.77033C15.619 5.83048 15.7688 5.8538 15.9273 5.86462C16.0796 5.87501 16.2651 5.875 16.4874 5.875H17.5126C17.7349 5.875 17.9204 5.87501 18.0727 5.86462C18.2312 5.8538 18.381 5.83048 18.5262 5.77033C18.8631 5.63078 19.1308 5.3631 19.2703 5.02619C19.3305 4.881 19.3538 4.73123 19.3646 4.57268C19.375 4.42038 19.375 4.23486 19.375 4.01263V3.98737C19.375 3.76514 19.375 3.57962 19.3646 3.42732C19.3538 3.26877 19.3305 3.11901 19.2703 2.97381C19.1308 2.6369 18.8631 2.36922 18.5262 2.22967C18.381 2.16952 18.2312 2.1462 18.0727 2.13539C17.9204 2.12499 17.7349 2.125 17.5126 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-briefcase-09{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9572 5.25H10.0429C8.30003 5.24998 6.91422 5.24997 5.8285 5.39882C4.70783 5.55247 3.79596 5.87721 3.07751 6.60984C2.36106 7.34043 2.0453 8.26429 1.89556 9.40004C1.8461 9.77522 1.81344 10.1858 1.79188 10.6342C1.7781 10.9207 1.77121 11.064 1.85987 11.157C1.94853 11.25 2.09421 11.25 2.38557 11.25H21.6144C21.9058 11.25 22.0515 11.25 22.1401 11.157C22.2288 11.064 22.2219 10.9207 22.2081 10.6342C22.1866 10.1858 22.1539 9.77522 22.1044 9.40004C21.9547 8.26429 21.6389 7.34043 20.9225 6.60984C20.204 5.87721 19.2922 5.55247 18.1715 5.39882C17.0858 5.24997 15.7 5.24998 13.9572 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.25 13.3482C22.2499 13.0665 22.2498 12.9257 22.1619 12.8378C22.0741 12.75 21.933 12.75 21.6509 12.75H18.35C18.0672 12.75 17.9257 12.75 17.8379 12.8379C17.75 12.9257 17.75 13.0672 17.75 13.35V21.7259C17.75 21.8096 17.75 21.8514 17.7587 21.8867C17.7882 22.0065 17.8958 22.1004 18.0186 22.1134C18.0547 22.1172 18.0936 22.1119 18.1715 22.1012C19.2922 21.9475 20.204 21.6228 20.9225 20.8902C21.6389 20.1596 21.9547 19.2357 22.1044 18.1C22.25 16.9957 22.25 15.5851 22.25 13.8053V13.6947C22.25 13.5777 22.25 13.4621 22.25 13.3482Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.6649 22.2436C15.9395 22.2402 16.0769 22.2385 16.1634 22.1509C16.25 22.0632 16.25 21.9247 16.25 21.6477V13.35C16.25 13.0672 16.25 12.9257 16.1621 12.8379C16.0743 12.75 15.9328 12.75 15.65 12.75H8.35C8.06716 12.75 7.92574 12.75 7.83787 12.8379C7.75 12.9257 7.75 13.0672 7.75 13.35V21.6477C7.75 21.9247 7.75 22.0632 7.83657 22.1509C7.92315 22.2385 8.06047 22.2402 8.33512 22.2436C8.86189 22.25 9.43029 22.25 10.0428 22.25H13.9572C14.5697 22.25 15.1381 22.25 15.6649 22.2436Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.8285 22.1012C5.90635 22.1119 5.94528 22.1172 5.98144 22.1134C6.10417 22.1004 6.21183 22.0065 6.24131 21.8867C6.25 21.8514 6.25 21.8096 6.25 21.7259V13.35C6.25 13.0672 6.25 12.9257 6.16213 12.8379C6.07427 12.75 5.93284 12.75 5.65 12.75H2.34911C2.06698 12.75 1.92591 12.75 1.83805 12.8378C1.75019 12.9257 1.75014 13.0665 1.75004 13.3482C1.75 13.4621 1.75 13.5776 1.75 13.6947V13.8053C1.74999 15.5851 1.74997 16.9957 1.89556 18.1C2.0453 19.2357 2.36106 20.1596 3.07751 20.8902C3.79596 21.6228 4.70783 21.9475 5.8285 22.1012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.814 1.5C11.9386 1.50001 12.0639 1.50001 12.1877 1.5C12.9232 1.49996 13.5605 1.49993 14.0847 1.56199C14.6498 1.6289 15.1833 1.77685 15.6684 2.13946C16.1505 2.4998 16.4484 2.97026 16.6834 3.49404C16.9037 3.98515 17.1037 4.6075 17.3373 5.33434L17.4529 5.69399L15.5488 6.30601L15.4495 5.99695C15.1951 5.20549 15.028 4.6903 14.8586 4.31263C14.6987 3.95628 14.5782 3.82151 14.4711 3.74142C14.3669 3.6636 14.2144 3.59132 13.8496 3.54812C13.4569 3.50163 12.939 3.5 12.1324 3.5H11.8693C11.0627 3.5 10.5449 3.50163 10.1521 3.54812C9.78728 3.59132 9.63477 3.6636 9.53066 3.74142C9.4235 3.82151 9.303 3.95628 9.14315 4.31263C8.97373 4.6903 8.80663 5.20549 8.55223 5.99695L8.45289 6.30601L6.54883 5.69399C6.58736 5.57411 6.6259 5.45422 6.66443 5.33434C6.89803 4.6075 7.09804 3.98515 7.31834 3.49404C7.55331 2.97026 7.85118 2.4998 8.33327 2.13946C8.81841 1.77685 9.35187 1.6289 9.917 1.56199C10.4412 1.49993 11.0786 1.49996 11.814 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9572 5.25H10.0429C8.30003 5.24998 6.91422 5.24997 5.8285 5.39882C4.70783 5.55247 3.79596 5.87721 3.07751 6.60984C2.36106 7.34043 2.0453 8.26429 1.89556 9.40004C1.8461 9.77522 1.81344 10.1858 1.79188 10.6342C1.7781 10.9207 1.77121 11.064 1.85987 11.157C1.94853 11.25 2.09421 11.25 2.38557 11.25H21.6144C21.9058 11.25 22.0515 11.25 22.1401 11.157C22.2288 11.064 22.2219 10.9207 22.2081 10.6342C22.1866 10.1858 22.1539 9.77522 22.1044 9.40004C21.9547 8.26429 21.6389 7.34043 20.9225 6.60984C20.204 5.87721 19.2922 5.55247 18.1715 5.39882C17.0858 5.24997 15.7 5.24998 13.9572 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.25 13.3482C22.2499 13.0665 22.2498 12.9257 22.1619 12.8378C22.0741 12.75 21.933 12.75 21.6509 12.75H18.35C18.0672 12.75 17.9257 12.75 17.8379 12.8379C17.75 12.9257 17.75 13.0672 17.75 13.35V21.7259C17.75 21.8096 17.75 21.8514 17.7587 21.8867C17.7882 22.0065 17.8958 22.1004 18.0186 22.1134C18.0547 22.1172 18.0936 22.1119 18.1715 22.1012C19.2922 21.9475 20.204 21.6228 20.9225 20.8902C21.6389 20.1596 21.9547 19.2357 22.1044 18.1C22.25 16.9957 22.25 15.5851 22.25 13.8053V13.6947C22.25 13.5777 22.25 13.4621 22.25 13.3482Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.6649 22.2436C15.9395 22.2402 16.0769 22.2385 16.1634 22.1509C16.25 22.0632 16.25 21.9247 16.25 21.6477V13.35C16.25 13.0672 16.25 12.9257 16.1621 12.8379C16.0743 12.75 15.9328 12.75 15.65 12.75H8.35C8.06716 12.75 7.92574 12.75 7.83787 12.8379C7.75 12.9257 7.75 13.0672 7.75 13.35V21.6477C7.75 21.9247 7.75 22.0632 7.83657 22.1509C7.92315 22.2385 8.06047 22.2402 8.33512 22.2436C8.86189 22.25 9.43029 22.25 10.0428 22.25H13.9572C14.5697 22.25 15.1381 22.25 15.6649 22.2436Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.8285 22.1012C5.90635 22.1119 5.94528 22.1172 5.98144 22.1134C6.10417 22.1004 6.21183 22.0065 6.24131 21.8867C6.25 21.8514 6.25 21.8096 6.25 21.7259V13.35C6.25 13.0672 6.25 12.9257 6.16213 12.8379C6.07427 12.75 5.93284 12.75 5.65 12.75H2.34911C2.06698 12.75 1.92591 12.75 1.83805 12.8378C1.75019 12.9257 1.75014 13.0665 1.75004 13.3482C1.75 13.4621 1.75 13.5776 1.75 13.6947V13.8053C1.74999 15.5851 1.74997 16.9957 1.89556 18.1C2.0453 19.2357 2.36106 20.1596 3.07751 20.8902C3.79596 21.6228 4.70783 21.9475 5.8285 22.1012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.814 1.5C11.9386 1.50001 12.0639 1.50001 12.1877 1.5C12.9232 1.49996 13.5605 1.49993 14.0847 1.56199C14.6498 1.6289 15.1833 1.77685 15.6684 2.13946C16.1505 2.4998 16.4484 2.97026 16.6834 3.49404C16.9037 3.98515 17.1037 4.6075 17.3373 5.33434L17.4529 5.69399L15.5488 6.30601L15.4495 5.99695C15.1951 5.20549 15.028 4.6903 14.8586 4.31263C14.6987 3.95628 14.5782 3.82151 14.4711 3.74142C14.3669 3.6636 14.2144 3.59132 13.8496 3.54812C13.4569 3.50163 12.939 3.5 12.1324 3.5H11.8693C11.0627 3.5 10.5449 3.50163 10.1521 3.54812C9.78728 3.59132 9.63477 3.6636 9.53066 3.74142C9.4235 3.82151 9.303 3.95628 9.14315 4.31263C8.97373 4.6903 8.80663 5.20549 8.55223 5.99695L8.45289 6.30601L6.54883 5.69399C6.58736 5.57411 6.6259 5.45422 6.66443 5.33434C6.89803 4.6075 7.09804 3.98515 7.31834 3.49404C7.55331 2.97026 7.85118 2.4998 8.33327 2.13946C8.81841 1.77685 9.35187 1.6289 9.917 1.56199C10.4412 1.49993 11.0786 1.49996 11.814 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-briefcase-dollar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.4305 5.37696C17.4234 5.24998 16.1516 5.24999 14.5518 5.25H9.44821C7.84841 5.24999 6.57657 5.24998 5.56947 5.37696C4.53118 5.50787 3.6776 5.78336 2.96842 6.40417C2.72853 6.61417 2.50927 6.84818 2.31354 7.10259C1.74054 7.84733 1.48866 8.73659 1.36806 9.82491C1.33019 10.1666 1.30447 10.5375 1.28699 10.9403C1.27965 11.1096 1.41571 11.25 1.5852 11.25H5C5.41421 11.25 5.75 11.5858 5.75 12C5.75 12.4142 5.41421 12.75 5 12.75H1.55037C1.38523 12.75 1.25113 12.8835 1.25072 13.0486C1.25 13.3371 1.25 13.6372 1.25 13.9494V14.0464C1.24999 15.7604 1.24998 17.1096 1.36806 18.1751C1.48866 19.2634 1.74054 20.1527 2.31354 20.8974C2.50927 21.1518 2.72853 21.3858 2.96842 21.5958C3.6776 22.2166 4.53118 22.4921 5.56947 22.6231C6.57657 22.75 7.8484 22.75 9.44819 22.75H14.5518C16.1516 22.75 17.4234 22.75 18.4305 22.6231C19.4688 22.4921 20.3224 22.2166 21.0316 21.5958C21.2715 21.3858 21.4907 21.1518 21.6865 20.8974C22.2595 20.1527 22.5113 19.2634 22.6319 18.1751C22.75 17.1096 22.75 15.7604 22.75 14.0464V13.9536V13.9535C22.75 13.6398 22.75 13.3383 22.7493 13.0486C22.7489 12.8835 22.6148 12.75 22.4496 12.75L19 12.75C18.5858 12.75 18.25 12.4142 18.25 12C18.25 11.5858 18.5858 11.25 19 11.25L22.4148 11.25C22.5843 11.25 22.7204 11.1096 22.713 10.9403C22.6955 10.5375 22.6698 10.1666 22.6319 9.82491C22.5113 8.73659 22.2595 7.84733 21.6865 7.10259C21.4907 6.84818 21.2715 6.61417 21.0316 6.40417C20.3224 5.78336 19.4688 5.50787 18.4305 5.37696ZM12.75 10C12.75 9.58579 12.4142 9.25 12 9.25C11.5858 9.25 11.25 9.58579 11.25 10V10.3336C10.8358 10.4281 10.4543 10.6005 10.1358 10.8393C9.63179 11.2173 9.25 11.7968 9.25 12.5C9.25 13.2032 9.63179 13.7827 10.1358 14.1607C10.6396 14.5385 11.3011 14.75 12 14.75C12.4057 14.75 12.7441 14.8743 12.9642 15.0393C13.1841 15.2042 13.25 15.3748 13.25 15.5C13.25 15.6252 13.1841 15.7958 12.9642 15.9607C12.7441 16.1257 12.4057 16.25 12 16.25C11.3316 16.25 10.9095 15.929 10.7922 15.6803C10.6157 15.3056 10.1688 15.145 9.79408 15.3216C9.41939 15.4981 9.25879 15.945 9.43537 16.3197C9.76526 17.0197 10.4613 17.4848 11.25 17.6655V18C11.25 18.4142 11.5858 18.75 12 18.75C12.4142 18.75 12.75 18.4142 12.75 18V17.6664C13.1642 17.5719 13.5457 17.3995 13.8642 17.1607C14.3682 16.7827 14.75 16.2032 14.75 15.5C14.75 14.7968 14.3682 14.2173 13.8642 13.8393C13.3604 13.4615 12.6989 13.25 12 13.25C11.5943 13.25 11.2559 13.1257 11.0358 12.9607C10.8159 12.7958 10.75 12.6252 10.75 12.5C10.75 12.3748 10.8159 12.2042 11.0358 12.0393C11.2559 11.8743 11.5943 11.75 12 11.75C12.6684 11.75 13.0905 12.071 13.2078 12.3197C13.3843 12.6944 13.8312 12.855 14.2059 12.6784C14.5806 12.5019 14.7412 12.055 14.5646 11.6803C14.2347 10.9803 13.5387 10.5152 12.75 10.3345V10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.9145 1 13.701 0.997881 14.3278 1.08215C14.9833 1.17028 15.6117 1.36902 16.1213 1.87868C16.631 2.38835 16.8297 3.0167 16.9179 3.67221C17.0212 4.44118 17 5.22604 17 6C17 6.55229 16.5523 7 16 7C15.4477 7 15 6.55229 15 6C15 5.02893 14.9979 4.40122 14.9357 3.93871C14.8774 3.50497 14.7832 3.36902 14.7071 3.2929C14.631 3.21677 14.495 3.12263 14.0613 3.06431C13.5988 3.00213 12.9711 3 12 3C11.0289 3 10.4012 3.00213 9.93871 3.06431C9.50497 3.12263 9.36902 3.21677 9.2929 3.2929C9.21677 3.36902 9.12263 3.50497 9.06431 3.93871C9.00213 4.40122 9 5.02893 9 6C9 6.55229 8.55229 7 8 7C7.44772 7 7 6.55229 7 6C7 5.08547 6.99788 4.29896 7.08215 3.67221C7.17028 3.0167 7.36902 2.38835 7.87868 1.87868C8.38835 1.36902 9.0167 1.17028 9.67221 1.08215C10.299 0.997881 11.0855 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.4305 5.37696C17.4234 5.24998 16.1516 5.24999 14.5518 5.25H9.44821C7.84841 5.24999 6.57657 5.24998 5.56947 5.37696C4.53118 5.50787 3.6776 5.78336 2.96842 6.40417C2.72853 6.61417 2.50927 6.84818 2.31354 7.10259C1.74054 7.84733 1.48866 8.73659 1.36806 9.82491C1.33019 10.1666 1.30447 10.5375 1.28699 10.9403C1.27965 11.1096 1.41571 11.25 1.5852 11.25H5C5.41421 11.25 5.75 11.5858 5.75 12C5.75 12.4142 5.41421 12.75 5 12.75H1.55037C1.38523 12.75 1.25113 12.8835 1.25072 13.0486C1.25 13.3371 1.25 13.6372 1.25 13.9494V14.0464C1.24999 15.7604 1.24998 17.1096 1.36806 18.1751C1.48866 19.2634 1.74054 20.1527 2.31354 20.8974C2.50927 21.1518 2.72853 21.3858 2.96842 21.5958C3.6776 22.2166 4.53118 22.4921 5.56947 22.6231C6.57657 22.75 7.8484 22.75 9.44819 22.75H14.5518C16.1516 22.75 17.4234 22.75 18.4305 22.6231C19.4688 22.4921 20.3224 22.2166 21.0316 21.5958C21.2715 21.3858 21.4907 21.1518 21.6865 20.8974C22.2595 20.1527 22.5113 19.2634 22.6319 18.1751C22.75 17.1096 22.75 15.7604 22.75 14.0464V13.9536V13.9535C22.75 13.6398 22.75 13.3383 22.7493 13.0486C22.7489 12.8835 22.6148 12.75 22.4496 12.75L19 12.75C18.5858 12.75 18.25 12.4142 18.25 12C18.25 11.5858 18.5858 11.25 19 11.25L22.4148 11.25C22.5843 11.25 22.7204 11.1096 22.713 10.9403C22.6955 10.5375 22.6698 10.1666 22.6319 9.82491C22.5113 8.73659 22.2595 7.84733 21.6865 7.10259C21.4907 6.84818 21.2715 6.61417 21.0316 6.40417C20.3224 5.78336 19.4688 5.50787 18.4305 5.37696ZM12.75 10C12.75 9.58579 12.4142 9.25 12 9.25C11.5858 9.25 11.25 9.58579 11.25 10V10.3336C10.8358 10.4281 10.4543 10.6005 10.1358 10.8393C9.63179 11.2173 9.25 11.7968 9.25 12.5C9.25 13.2032 9.63179 13.7827 10.1358 14.1607C10.6396 14.5385 11.3011 14.75 12 14.75C12.4057 14.75 12.7441 14.8743 12.9642 15.0393C13.1841 15.2042 13.25 15.3748 13.25 15.5C13.25 15.6252 13.1841 15.7958 12.9642 15.9607C12.7441 16.1257 12.4057 16.25 12 16.25C11.3316 16.25 10.9095 15.929 10.7922 15.6803C10.6157 15.3056 10.1688 15.145 9.79408 15.3216C9.41939 15.4981 9.25879 15.945 9.43537 16.3197C9.76526 17.0197 10.4613 17.4848 11.25 17.6655V18C11.25 18.4142 11.5858 18.75 12 18.75C12.4142 18.75 12.75 18.4142 12.75 18V17.6664C13.1642 17.5719 13.5457 17.3995 13.8642 17.1607C14.3682 16.7827 14.75 16.2032 14.75 15.5C14.75 14.7968 14.3682 14.2173 13.8642 13.8393C13.3604 13.4615 12.6989 13.25 12 13.25C11.5943 13.25 11.2559 13.1257 11.0358 12.9607C10.8159 12.7958 10.75 12.6252 10.75 12.5C10.75 12.3748 10.8159 12.2042 11.0358 12.0393C11.2559 11.8743 11.5943 11.75 12 11.75C12.6684 11.75 13.0905 12.071 13.2078 12.3197C13.3843 12.6944 13.8312 12.855 14.2059 12.6784C14.5806 12.5019 14.7412 12.055 14.5646 11.6803C14.2347 10.9803 13.5387 10.5152 12.75 10.3345V10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.9145 1 13.701 0.997881 14.3278 1.08215C14.9833 1.17028 15.6117 1.36902 16.1213 1.87868C16.631 2.38835 16.8297 3.0167 16.9179 3.67221C17.0212 4.44118 17 5.22604 17 6C17 6.55229 16.5523 7 16 7C15.4477 7 15 6.55229 15 6C15 5.02893 14.9979 4.40122 14.9357 3.93871C14.8774 3.50497 14.7832 3.36902 14.7071 3.2929C14.631 3.21677 14.495 3.12263 14.0613 3.06431C13.5988 3.00213 12.9711 3 12 3C11.0289 3 10.4012 3.00213 9.93871 3.06431C9.50497 3.12263 9.36902 3.21677 9.2929 3.2929C9.21677 3.36902 9.12263 3.50497 9.06431 3.93871C9.00213 4.40122 9 5.02893 9 6C9 6.55229 8.55229 7 8 7C7.44772 7 7 6.55229 7 6C7 5.08547 6.99788 4.29896 7.08215 3.67221C7.17028 3.0167 7.36902 2.38835 7.87868 1.87868C8.38835 1.36902 9.0167 1.17028 9.67221 1.08215C10.299 0.997881 11.0855 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-brochure{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.09889 4.75C5.11889 4.75001 5.13896 4.75001 5.1591 4.75001H5.64773C6.18746 4.75001 6.625 5.1828 6.625 5.71667C6.625 6.25055 6.18746 6.68334 5.64773 6.68334H5.1591C4.44043 6.68334 3.99975 6.68539 3.68082 6.72781C3.40049 6.76509 3.35368 6.81811 3.34813 6.8244C3.34792 6.82463 3.34823 6.8243 3.34813 6.8244C3.34803 6.8245 3.3474 6.82515 3.34716 6.82536C3.3408 6.83085 3.2872 6.87715 3.24951 7.15443C3.20663 7.4699 3.20455 7.90581 3.20455 8.61667V15.3833C3.20455 16.0942 3.20663 16.5301 3.24951 16.8456C3.28719 17.1228 3.3408 17.1691 3.34716 17.1746C3.34706 17.1745 3.3474 17.1748 3.34716 17.1746C3.34726 17.1747 3.34792 17.1754 3.34813 17.1756C3.35368 17.1819 3.40049 17.2349 3.68082 17.2722C3.99975 17.3146 4.44043 17.3167 5.1591 17.3167H5.64773C6.18746 17.3167 6.625 17.7495 6.625 18.2833C6.625 18.8172 6.18746 19.25 5.64773 19.25L5.09889 19.25C4.45963 19.2501 3.88527 19.2501 3.42038 19.1883C2.91282 19.1208 2.39212 18.9641 1.9656 18.5422C1.53908 18.1203 1.38063 17.6052 1.31239 17.1032C1.24989 16.6433 1.24994 16.0752 1.25 15.4429C1.25001 15.4231 1.25001 15.4032 1.25001 15.3833V8.61667C1.25001 8.59676 1.25001 8.57691 1.25 8.55712C1.24994 7.9248 1.24989 7.35667 1.31239 6.89682C1.38063 6.39477 1.53908 5.87972 1.9656 5.45783C2.39212 5.03594 2.91282 4.87921 3.42038 4.81171C3.88527 4.74989 4.45963 4.74994 5.09889 4.75ZM20.3192 6.72781C20.0003 6.68539 19.5596 6.68334 18.8409 6.68334H18.3523C17.8125 6.68334 17.375 6.25055 17.375 5.71667C17.375 5.1828 17.8125 4.75001 18.3523 4.75001L18.9011 4.75C19.5404 4.74994 20.1147 4.74989 20.5796 4.81171C21.0872 4.87921 21.6079 5.03594 22.0344 5.45783C22.4609 5.87972 22.6194 6.39477 22.6876 6.89682C22.7501 7.35667 22.7501 7.92481 22.75 8.55714V15.4429C22.7501 16.0752 22.7501 16.6433 22.6876 17.1032C22.6194 17.6052 22.4609 18.1203 22.0344 18.5422C21.6079 18.9641 21.0872 19.1208 20.5796 19.1883C20.1147 19.2501 19.5404 19.2501 18.9011 19.25L18.3523 19.25C17.8125 19.25 17.375 18.8172 17.375 18.2833C17.375 17.7495 17.8125 17.3167 18.3523 17.3167H18.8409C19.5596 17.3167 20.0003 17.3146 20.3192 17.2722C20.5995 17.2349 20.6463 17.1819 20.6519 17.1756C20.6518 17.1757 20.6521 17.1754 20.6519 17.1756C20.652 17.1755 20.6526 17.1748 20.6528 17.1746C20.6592 17.1691 20.7128 17.1228 20.7505 16.8456C20.7934 16.5301 20.7954 16.0942 20.7954 15.3833V8.61667C20.7954 7.90581 20.7934 7.4699 20.7505 7.15443C20.7128 6.87715 20.6592 6.83085 20.6528 6.82536C20.6526 6.82515 20.6529 6.82546 20.6528 6.82536C20.6527 6.82526 20.6521 6.82463 20.6519 6.8244C20.6463 6.81811 20.5995 6.76509 20.3192 6.72781Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5521 2.25H14.552H14.552H9.448H9.44797H9.44794C8.54949 2.24997 7.80029 2.24995 7.20552 2.32991C6.57773 2.41432 6.01093 2.59999 5.55546 3.05546C5.09999 3.51093 4.91432 4.07773 4.82991 4.70552C4.74995 5.30029 4.74997 6.04949 4.75 6.94794V6.94797V6.948V17.052V17.052V17.0521C4.74997 17.9505 4.74995 18.6997 4.82991 19.2945C4.91432 19.9223 5.09999 20.4891 5.55546 20.9445C6.01093 21.4 6.57773 21.5857 7.20552 21.6701C7.80031 21.7501 8.54953 21.75 9.44801 21.75H14.552C15.4505 21.75 16.1997 21.7501 16.7945 21.6701C17.4223 21.5857 17.9891 21.4 18.4445 20.9445C18.9 20.4891 19.0857 19.9223 19.1701 19.2945C19.2501 18.6997 19.25 17.9505 19.25 17.052V17.052V6.94801V6.94798C19.25 6.04951 19.2501 5.3003 19.1701 4.70552C19.0857 4.07773 18.9 3.51093 18.4445 3.05546C17.9891 2.59999 17.4223 2.41432 16.7945 2.32991C16.1997 2.24995 15.4505 2.24997 14.5521 2.25ZM9.5 7.25C9.08579 7.25 8.75 7.58579 8.75 8C8.75 8.41421 9.08579 8.75 9.5 8.75L14.5 8.75C14.9142 8.75 15.25 8.41422 15.25 8C15.25 7.58579 14.9142 7.25 14.5 7.25L9.5 7.25ZM9.5 11.25C9.08579 11.25 8.75 11.5858 8.75 12C8.75 12.4142 9.08579 12.75 9.5 12.75L14.5 12.75C14.9142 12.75 15.25 12.4142 15.25 12C15.25 11.5858 14.9142 11.25 14.5 11.25L9.5 11.25ZM9.5 15.25C9.08579 15.25 8.75 15.5858 8.75 16C8.75 16.4142 9.08579 16.75 9.5 16.75H14.5C14.9142 16.75 15.25 16.4142 15.25 16C15.25 15.5858 14.9142 15.25 14.5 15.25H9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.09889 4.75C5.11889 4.75001 5.13896 4.75001 5.1591 4.75001H5.64773C6.18746 4.75001 6.625 5.1828 6.625 5.71667C6.625 6.25055 6.18746 6.68334 5.64773 6.68334H5.1591C4.44043 6.68334 3.99975 6.68539 3.68082 6.72781C3.40049 6.76509 3.35368 6.81811 3.34813 6.8244C3.34792 6.82463 3.34823 6.8243 3.34813 6.8244C3.34803 6.8245 3.3474 6.82515 3.34716 6.82536C3.3408 6.83085 3.2872 6.87715 3.24951 7.15443C3.20663 7.4699 3.20455 7.90581 3.20455 8.61667V15.3833C3.20455 16.0942 3.20663 16.5301 3.24951 16.8456C3.28719 17.1228 3.3408 17.1691 3.34716 17.1746C3.34706 17.1745 3.3474 17.1748 3.34716 17.1746C3.34726 17.1747 3.34792 17.1754 3.34813 17.1756C3.35368 17.1819 3.40049 17.2349 3.68082 17.2722C3.99975 17.3146 4.44043 17.3167 5.1591 17.3167H5.64773C6.18746 17.3167 6.625 17.7495 6.625 18.2833C6.625 18.8172 6.18746 19.25 5.64773 19.25L5.09889 19.25C4.45963 19.2501 3.88527 19.2501 3.42038 19.1883C2.91282 19.1208 2.39212 18.9641 1.9656 18.5422C1.53908 18.1203 1.38063 17.6052 1.31239 17.1032C1.24989 16.6433 1.24994 16.0752 1.25 15.4429C1.25001 15.4231 1.25001 15.4032 1.25001 15.3833V8.61667C1.25001 8.59676 1.25001 8.57691 1.25 8.55712C1.24994 7.9248 1.24989 7.35667 1.31239 6.89682C1.38063 6.39477 1.53908 5.87972 1.9656 5.45783C2.39212 5.03594 2.91282 4.87921 3.42038 4.81171C3.88527 4.74989 4.45963 4.74994 5.09889 4.75ZM20.3192 6.72781C20.0003 6.68539 19.5596 6.68334 18.8409 6.68334H18.3523C17.8125 6.68334 17.375 6.25055 17.375 5.71667C17.375 5.1828 17.8125 4.75001 18.3523 4.75001L18.9011 4.75C19.5404 4.74994 20.1147 4.74989 20.5796 4.81171C21.0872 4.87921 21.6079 5.03594 22.0344 5.45783C22.4609 5.87972 22.6194 6.39477 22.6876 6.89682C22.7501 7.35667 22.7501 7.92481 22.75 8.55714V15.4429C22.7501 16.0752 22.7501 16.6433 22.6876 17.1032C22.6194 17.6052 22.4609 18.1203 22.0344 18.5422C21.6079 18.9641 21.0872 19.1208 20.5796 19.1883C20.1147 19.2501 19.5404 19.2501 18.9011 19.25L18.3523 19.25C17.8125 19.25 17.375 18.8172 17.375 18.2833C17.375 17.7495 17.8125 17.3167 18.3523 17.3167H18.8409C19.5596 17.3167 20.0003 17.3146 20.3192 17.2722C20.5995 17.2349 20.6463 17.1819 20.6519 17.1756C20.6518 17.1757 20.6521 17.1754 20.6519 17.1756C20.652 17.1755 20.6526 17.1748 20.6528 17.1746C20.6592 17.1691 20.7128 17.1228 20.7505 16.8456C20.7934 16.5301 20.7954 16.0942 20.7954 15.3833V8.61667C20.7954 7.90581 20.7934 7.4699 20.7505 7.15443C20.7128 6.87715 20.6592 6.83085 20.6528 6.82536C20.6526 6.82515 20.6529 6.82546 20.6528 6.82536C20.6527 6.82526 20.6521 6.82463 20.6519 6.8244C20.6463 6.81811 20.5995 6.76509 20.3192 6.72781Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5521 2.25H14.552H14.552H9.448H9.44797H9.44794C8.54949 2.24997 7.80029 2.24995 7.20552 2.32991C6.57773 2.41432 6.01093 2.59999 5.55546 3.05546C5.09999 3.51093 4.91432 4.07773 4.82991 4.70552C4.74995 5.30029 4.74997 6.04949 4.75 6.94794V6.94797V6.948V17.052V17.052V17.0521C4.74997 17.9505 4.74995 18.6997 4.82991 19.2945C4.91432 19.9223 5.09999 20.4891 5.55546 20.9445C6.01093 21.4 6.57773 21.5857 7.20552 21.6701C7.80031 21.7501 8.54953 21.75 9.44801 21.75H14.552C15.4505 21.75 16.1997 21.7501 16.7945 21.6701C17.4223 21.5857 17.9891 21.4 18.4445 20.9445C18.9 20.4891 19.0857 19.9223 19.1701 19.2945C19.2501 18.6997 19.25 17.9505 19.25 17.052V17.052V6.94801V6.94798C19.25 6.04951 19.2501 5.3003 19.1701 4.70552C19.0857 4.07773 18.9 3.51093 18.4445 3.05546C17.9891 2.59999 17.4223 2.41432 16.7945 2.32991C16.1997 2.24995 15.4505 2.24997 14.5521 2.25ZM9.5 7.25C9.08579 7.25 8.75 7.58579 8.75 8C8.75 8.41421 9.08579 8.75 9.5 8.75L14.5 8.75C14.9142 8.75 15.25 8.41422 15.25 8C15.25 7.58579 14.9142 7.25 14.5 7.25L9.5 7.25ZM9.5 11.25C9.08579 11.25 8.75 11.5858 8.75 12C8.75 12.4142 9.08579 12.75 9.5 12.75L14.5 12.75C14.9142 12.75 15.25 12.4142 15.25 12C15.25 11.5858 14.9142 11.25 14.5 11.25L9.5 11.25ZM9.5 15.25C9.08579 15.25 8.75 15.5858 8.75 16C8.75 16.4142 9.08579 16.75 9.5 16.75H14.5C14.9142 16.75 15.25 16.4142 15.25 16C15.25 15.5858 14.9142 15.25 14.5 15.25H9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-calculate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.052 1.75H12.052H11.948H11.948C9.75287 1.74999 8.03639 1.74998 6.69787 1.91195C5.33461 2.0769 4.24953 2.42064 3.38952 3.19465C2.5182 3.97883 2.12077 4.98563 1.93214 6.24835C1.74997 7.46783 1.74998 9.02533 1.75 10.9878V10.9878V10.9878V13.0122V13.0122V13.0122C1.74998 14.9747 1.74997 16.5322 1.93214 17.7516C2.12077 19.0144 2.5182 20.0212 3.38952 20.8054C4.24953 21.5794 5.33461 21.9231 6.69787 22.0881C8.03639 22.25 9.75287 22.25 11.948 22.25H12.052C14.2471 22.25 15.9636 22.25 17.3021 22.0881C18.6654 21.9231 19.7505 21.5794 20.6105 20.8054C21.4818 20.0212 21.8792 19.0144 22.0679 17.7516C22.25 16.5322 22.25 14.9747 22.25 13.0123V10.9877C22.25 9.02532 22.25 7.46783 22.0679 6.24835C21.8792 4.98563 21.4818 3.97883 20.6105 3.19465C19.7505 2.42064 18.6654 2.0769 17.3021 1.91195C15.9636 1.74998 14.2471 1.74999 12.052 1.75ZM16.75 6C16.75 5.58579 16.4142 5.25 16 5.25C15.5858 5.25 15.25 5.58579 15.25 6V7.25H14C13.5858 7.25 13.25 7.58579 13.25 8C13.25 8.41421 13.5858 8.75 14 8.75H15.25V10C15.25 10.4142 15.5858 10.75 16 10.75C16.4142 10.75 16.75 10.4142 16.75 10V8.75H18C18.4142 8.75 18.75 8.41421 18.75 8C18.75 7.58579 18.4142 7.25 18 7.25H16.75V6ZM13.25 17.5C13.25 17.0858 13.5858 16.75 14 16.75H18C18.4142 16.75 18.75 17.0858 18.75 17.5C18.75 17.9142 18.4142 18.25 18 18.25H14C13.5858 18.25 13.25 17.9142 13.25 17.5ZM14 13.75C13.5858 13.75 13.25 14.0858 13.25 14.5C13.25 14.9142 13.5858 15.25 14 15.25H18C18.4142 15.25 18.75 14.9142 18.75 14.5C18.75 14.0858 18.4142 13.75 18 13.75H14ZM10.5303 13.4697C10.8232 13.7626 10.8232 14.2374 10.5303 14.5303L9.31066 15.75L10.5303 16.9697C10.8232 17.2626 10.8232 17.7374 10.5303 18.0303C10.2374 18.3232 9.76256 18.3232 9.46967 18.0303L8.25 16.8107L7.03033 18.0303C6.73744 18.3232 6.26256 18.3232 5.96967 18.0303C5.67678 17.7374 5.67678 17.2626 5.96967 16.9697L7.18934 15.75L5.96967 14.5303C5.67678 14.2374 5.67678 13.7626 5.96967 13.4697C6.26256 13.1768 6.73744 13.1768 7.03033 13.4697L8.25 14.6893L9.46967 13.4697C9.76256 13.1768 10.2374 13.1768 10.5303 13.4697ZM6 7.25C5.58579 7.25 5.25 7.58579 5.25 8C5.25 8.41421 5.58579 8.75 6 8.75H10C10.4142 8.75 10.75 8.41421 10.75 8C10.75 7.58579 10.4142 7.25 10 7.25H6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.052 1.75H12.052H11.948H11.948C9.75287 1.74999 8.03639 1.74998 6.69787 1.91195C5.33461 2.0769 4.24953 2.42064 3.38952 3.19465C2.5182 3.97883 2.12077 4.98563 1.93214 6.24835C1.74997 7.46783 1.74998 9.02533 1.75 10.9878V10.9878V10.9878V13.0122V13.0122V13.0122C1.74998 14.9747 1.74997 16.5322 1.93214 17.7516C2.12077 19.0144 2.5182 20.0212 3.38952 20.8054C4.24953 21.5794 5.33461 21.9231 6.69787 22.0881C8.03639 22.25 9.75287 22.25 11.948 22.25H12.052C14.2471 22.25 15.9636 22.25 17.3021 22.0881C18.6654 21.9231 19.7505 21.5794 20.6105 20.8054C21.4818 20.0212 21.8792 19.0144 22.0679 17.7516C22.25 16.5322 22.25 14.9747 22.25 13.0123V10.9877C22.25 9.02532 22.25 7.46783 22.0679 6.24835C21.8792 4.98563 21.4818 3.97883 20.6105 3.19465C19.7505 2.42064 18.6654 2.0769 17.3021 1.91195C15.9636 1.74998 14.2471 1.74999 12.052 1.75ZM16.75 6C16.75 5.58579 16.4142 5.25 16 5.25C15.5858 5.25 15.25 5.58579 15.25 6V7.25H14C13.5858 7.25 13.25 7.58579 13.25 8C13.25 8.41421 13.5858 8.75 14 8.75H15.25V10C15.25 10.4142 15.5858 10.75 16 10.75C16.4142 10.75 16.75 10.4142 16.75 10V8.75H18C18.4142 8.75 18.75 8.41421 18.75 8C18.75 7.58579 18.4142 7.25 18 7.25H16.75V6ZM13.25 17.5C13.25 17.0858 13.5858 16.75 14 16.75H18C18.4142 16.75 18.75 17.0858 18.75 17.5C18.75 17.9142 18.4142 18.25 18 18.25H14C13.5858 18.25 13.25 17.9142 13.25 17.5ZM14 13.75C13.5858 13.75 13.25 14.0858 13.25 14.5C13.25 14.9142 13.5858 15.25 14 15.25H18C18.4142 15.25 18.75 14.9142 18.75 14.5C18.75 14.0858 18.4142 13.75 18 13.75H14ZM10.5303 13.4697C10.8232 13.7626 10.8232 14.2374 10.5303 14.5303L9.31066 15.75L10.5303 16.9697C10.8232 17.2626 10.8232 17.7374 10.5303 18.0303C10.2374 18.3232 9.76256 18.3232 9.46967 18.0303L8.25 16.8107L7.03033 18.0303C6.73744 18.3232 6.26256 18.3232 5.96967 18.0303C5.67678 17.7374 5.67678 17.2626 5.96967 16.9697L7.18934 15.75L5.96967 14.5303C5.67678 14.2374 5.67678 13.7626 5.96967 13.4697C6.26256 13.1768 6.73744 13.1768 7.03033 13.4697L8.25 14.6893L9.46967 13.4697C9.76256 13.1768 10.2374 13.1768 10.5303 13.4697ZM6 7.25C5.58579 7.25 5.25 7.58579 5.25 8C5.25 8.41421 5.58579 8.75 6 8.75H10C10.4142 8.75 10.75 8.41421 10.75 8C10.75 7.58579 10.4142 7.25 10 7.25H6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-calculator{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 6C14 5.44772 14.4477 5 15 5L17 5C17.5523 5 18 5.44772 18 6C18 6.55229 17.5523 7 17 7L15 7C14.4477 7 14 6.55228 14 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9993 1.00115C13.6841 1.00115 15.3961 0.94976 17.0702 1.17473C18.4065 1.3543 19.5126 1.73591 20.3884 2.61125C21.1913 3.41379 21.5799 4.41096 21.7773 5.60434C21.9698 6.76856 21.9945 8.21809 21.9986 9.99434C21.9989 10.1287 21.9992 10.263 21.9994 10.3973C21.9999 10.6791 22.0001 10.82 21.9122 10.908C21.8243 10.9961 21.6831 10.9961 21.4007 10.9961C15.1335 10.9961 8.86628 10.9961 2.59909 10.9961C2.31713 10.9961 2.17615 10.9961 2.08837 10.9087C2.08804 10.9084 2.0877 10.9081 2.08736 10.9077C2 10.8199 2 10.679 2 10.397V9.99434C2.00402 8.21809 2.02875 6.76856 2.22128 5.60434C2.41862 4.41096 2.80724 3.41379 3.61019 2.61125C4.48597 1.73591 5.592 1.3543 6.9283 1.17473C8.60245 0.94976 10.3145 1.00115 11.9993 1.00115ZM7.1948 3.15589C6.08027 3.30566 5.46664 3.58273 5.0244 4.02474C4.61722 4.43172 4.35125 4.98247 4.1945 5.93032C4.08562 6.58876 4.03701 7.38709 4.01564 8.39065C4.00958 8.67483 4.00656 8.81692 4.0948 8.90701C4.18304 8.9971 4.32627 8.9971 4.61275 8.9971H19.3858C19.6723 8.9971 19.8155 8.9971 19.9038 8.90701C19.992 8.81692 19.989 8.67483 19.9829 8.39066C19.9615 7.38709 19.9129 6.58877 19.804 5.93032C19.6473 4.98247 19.3813 4.43172 18.9741 4.02474C18.5319 3.58273 17.9183 3.30566 16.8038 3.15589C15.6605 3.00226 14.1489 3.00014 11.9993 3.00014C9.84968 3.00014 8.33809 3.00226 7.1948 3.15589Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.997 9H2.00299L2.00073 9.99738C2 10.318 2 10.6526 2 10.9993V13.0726V13.0726C1.99998 15.1303 1.99996 16.7761 2.17367 18.0677C2.35333 19.4035 2.73514 20.5092 3.61092 21.3846C4.48669 22.2601 5.59273 22.6417 6.92903 22.8213C8.34109 23.0111 9.7801 23.0043 11.207 22.9975H11.207H11.2071C11.4719 22.9962 11.7363 22.9949 12 22.9949C12.2637 22.9949 12.5281 22.9962 12.7929 22.9975H12.793H12.793C14.2199 23.0043 15.6589 23.0111 17.071 22.8213C18.4073 22.6417 19.5133 22.2601 20.3891 21.3846C21.2649 20.5092 21.6467 19.4035 21.8263 18.0677C22 16.7761 22 15.1303 22 13.0726V10.9993C22 10.6523 22 10.3182 21.9993 9.99738L21.997 9ZM6 14C6 13.4477 6.44772 13 7 13H7.52632C8.0786 13 8.52632 13.4477 8.52632 14C8.52632 14.5523 8.0786 15 7.52632 15H7C6.44772 15 6 14.5523 6 14ZM10.7368 14C10.7368 13.4477 11.1846 13 11.7368 13H12.2632C12.8154 13 13.2632 13.4477 13.2632 14C13.2632 14.5523 12.8154 15 12.2632 15H11.7368C11.1846 15 10.7368 14.5523 10.7368 14ZM15.4737 14C15.4737 13.4477 15.9214 13 16.4737 13H17C17.5523 13 18 13.4477 18 14C18 14.5523 17.5523 15 17 15H16.4737C15.9214 15 15.4737 14.5523 15.4737 14ZM7 17C6.44772 17 6 17.4477 6 18C6 18.5523 6.44772 19 7 19H7.52632C8.0786 19 8.52632 18.5523 8.52632 18C8.52632 17.4477 8.0786 17 7.52632 17H7ZM11.7368 17C11.1846 17 10.7368 17.4477 10.7368 18C10.7368 18.5523 11.1846 19 11.7368 19H12.2632C12.8154 19 13.2632 18.5523 13.2632 18C13.2632 17.4477 12.8154 17 12.2632 17H11.7368ZM16.4737 17C15.9214 17 15.4737 17.4477 15.4737 18C15.4737 18.5523 15.9214 19 16.4737 19H17C17.5523 19 18 18.5523 18 18C18 17.4477 17.5523 17 17 17H16.4737Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 6C14 5.44772 14.4477 5 15 5L17 5C17.5523 5 18 5.44772 18 6C18 6.55229 17.5523 7 17 7L15 7C14.4477 7 14 6.55228 14 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9993 1.00115C13.6841 1.00115 15.3961 0.94976 17.0702 1.17473C18.4065 1.3543 19.5126 1.73591 20.3884 2.61125C21.1913 3.41379 21.5799 4.41096 21.7773 5.60434C21.9698 6.76856 21.9945 8.21809 21.9986 9.99434C21.9989 10.1287 21.9992 10.263 21.9994 10.3973C21.9999 10.6791 22.0001 10.82 21.9122 10.908C21.8243 10.9961 21.6831 10.9961 21.4007 10.9961C15.1335 10.9961 8.86628 10.9961 2.59909 10.9961C2.31713 10.9961 2.17615 10.9961 2.08837 10.9087C2.08804 10.9084 2.0877 10.9081 2.08736 10.9077C2 10.8199 2 10.679 2 10.397V9.99434C2.00402 8.21809 2.02875 6.76856 2.22128 5.60434C2.41862 4.41096 2.80724 3.41379 3.61019 2.61125C4.48597 1.73591 5.592 1.3543 6.9283 1.17473C8.60245 0.94976 10.3145 1.00115 11.9993 1.00115ZM7.1948 3.15589C6.08027 3.30566 5.46664 3.58273 5.0244 4.02474C4.61722 4.43172 4.35125 4.98247 4.1945 5.93032C4.08562 6.58876 4.03701 7.38709 4.01564 8.39065C4.00958 8.67483 4.00656 8.81692 4.0948 8.90701C4.18304 8.9971 4.32627 8.9971 4.61275 8.9971H19.3858C19.6723 8.9971 19.8155 8.9971 19.9038 8.90701C19.992 8.81692 19.989 8.67483 19.9829 8.39066C19.9615 7.38709 19.9129 6.58877 19.804 5.93032C19.6473 4.98247 19.3813 4.43172 18.9741 4.02474C18.5319 3.58273 17.9183 3.30566 16.8038 3.15589C15.6605 3.00226 14.1489 3.00014 11.9993 3.00014C9.84968 3.00014 8.33809 3.00226 7.1948 3.15589Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.997 9H2.00299L2.00073 9.99738C2 10.318 2 10.6526 2 10.9993V13.0726V13.0726C1.99998 15.1303 1.99996 16.7761 2.17367 18.0677C2.35333 19.4035 2.73514 20.5092 3.61092 21.3846C4.48669 22.2601 5.59273 22.6417 6.92903 22.8213C8.34109 23.0111 9.7801 23.0043 11.207 22.9975H11.207H11.2071C11.4719 22.9962 11.7363 22.9949 12 22.9949C12.2637 22.9949 12.5281 22.9962 12.7929 22.9975H12.793H12.793C14.2199 23.0043 15.6589 23.0111 17.071 22.8213C18.4073 22.6417 19.5133 22.2601 20.3891 21.3846C21.2649 20.5092 21.6467 19.4035 21.8263 18.0677C22 16.7761 22 15.1303 22 13.0726V10.9993C22 10.6523 22 10.3182 21.9993 9.99738L21.997 9ZM6 14C6 13.4477 6.44772 13 7 13H7.52632C8.0786 13 8.52632 13.4477 8.52632 14C8.52632 14.5523 8.0786 15 7.52632 15H7C6.44772 15 6 14.5523 6 14ZM10.7368 14C10.7368 13.4477 11.1846 13 11.7368 13H12.2632C12.8154 13 13.2632 13.4477 13.2632 14C13.2632 14.5523 12.8154 15 12.2632 15H11.7368C11.1846 15 10.7368 14.5523 10.7368 14ZM15.4737 14C15.4737 13.4477 15.9214 13 16.4737 13H17C17.5523 13 18 13.4477 18 14C18 14.5523 17.5523 15 17 15H16.4737C15.9214 15 15.4737 14.5523 15.4737 14ZM7 17C6.44772 17 6 17.4477 6 18C6 18.5523 6.44772 19 7 19H7.52632C8.0786 19 8.52632 18.5523 8.52632 18C8.52632 17.4477 8.0786 17 7.52632 17H7ZM11.7368 17C11.1846 17 10.7368 17.4477 10.7368 18C10.7368 18.5523 11.1846 19 11.7368 19H12.2632C12.8154 19 13.2632 18.5523 13.2632 18C13.2632 17.4477 12.8154 17 12.2632 17H11.7368ZM16.4737 17C15.9214 17 15.4737 17.4477 15.4737 18C15.4737 18.5523 15.9214 19 16.4737 19H17C17.5523 19 18 18.5523 18 18C18 17.4477 17.5523 17 17 17H16.4737Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-card-exchange-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.3358 21.6684C10.5652 21.75 9.59278 21.75 8.37672 21.75H7.62329C6.40724 21.75 5.43476 21.75 4.6642 21.6684C3.87377 21.5847 3.19803 21.4075 2.62536 20.9835C2.45751 20.8592 2.30115 20.7214 2.15839 20.5713C1.65923 20.0464 1.44419 19.413 1.34458 18.6806C1.24996 17.985 1.24998 17.1134 1.25 16.053V15.947C1.25 15.827 1.25 15.7093 1.25013 15.594C1.25046 15.315 1.25062 15.1755 1.33847 15.0877C1.42631 15 1.56654 15 1.847 15H14.153C14.4335 15 14.5737 15 14.6615 15.0877C14.7494 15.1755 14.7495 15.315 14.7499 15.594C14.75 15.7093 14.75 15.8269 14.75 15.947V16.053C14.75 17.1134 14.7501 17.985 14.6554 18.6806C14.5558 19.413 14.3408 20.0464 13.8416 20.5713C13.6989 20.7214 13.5425 20.8592 13.3746 20.9835C12.802 21.4075 12.1262 21.5847 11.3358 21.6684Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.6618 13.3673C14.6985 13.6533 14.7168 13.7963 14.6273 13.8982C14.5377 14 14.386 14 14.0826 14H1.91736C1.61402 14 1.46235 14 1.37275 13.8982C1.28316 13.7963 1.30152 13.6533 1.33825 13.3673C1.34031 13.3512 1.34242 13.3352 1.34458 13.3194C1.44419 12.587 1.65923 11.9536 2.15839 11.4287C2.30115 11.2786 2.45751 11.1408 2.62536 11.0165C3.19803 10.5925 3.87377 10.4153 4.6642 10.3316C5.43475 10.25 6.40721 10.25 7.62325 10.25H8.37672C9.59276 10.25 10.5653 10.25 11.3358 10.3316C12.1262 10.4153 12.802 10.5925 13.3746 11.0165C13.5425 11.1408 13.6989 11.2786 13.8416 11.4287C14.3408 11.9536 14.5558 12.587 14.6554 13.3194C14.6576 13.3352 14.6597 13.3512 14.6618 13.3673Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.9286 10.395C15.7245 11.232 16.0184 12.2108 16.1417 13.1172C16.1619 13.2657 16.1784 13.4198 16.1918 13.5787C16.1999 13.6751 16.28 13.75 16.3767 13.75C17.5928 13.75 18.5653 13.75 19.3358 13.6684C20.1262 13.5847 20.802 13.4075 21.3746 12.9835C21.5425 12.8592 21.6989 12.7214 21.8416 12.5713C22.3408 12.0464 22.5558 11.413 22.6554 10.6806C22.7501 9.98499 22.75 9.11335 22.75 8.05298V7.94702C22.75 7.82695 22.75 7.70929 22.7499 7.59404C22.7495 7.315 22.7494 7.17549 22.6615 7.08774C22.5737 7 22.4335 7 22.153 7H9.847C9.56654 7 9.42631 7 9.33847 7.08774C9.25062 7.17549 9.25046 7.315 9.25013 7.59403C9.25 7.70928 9.25 7.82693 9.25 7.94699V8.15694C9.25002 8.4357 9.25004 8.5751 9.33628 8.66267C9.42253 8.75024 9.56348 8.7524 9.84538 8.75672C10.4487 8.76598 11.0028 8.78793 11.4938 8.83992C12.4032 8.93623 13.3857 9.15832 14.2672 9.81098C14.5032 9.98568 14.7248 10.1808 14.9286 10.395Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.33825 5.36729C9.30152 5.65331 9.28316 5.79633 9.37276 5.89816C9.46235 6 9.61402 6 9.91736 6H22.0826C22.386 6 22.5377 6 22.6273 5.89816C22.7168 5.79633 22.6985 5.65331 22.6618 5.36729C22.6597 5.35122 22.6576 5.33525 22.6554 5.31937C22.5558 4.58704 22.3408 3.95361 21.8416 3.42872C21.6989 3.2786 21.5425 3.14079 21.3746 3.01652C20.802 2.59253 20.1262 2.41529 19.3358 2.33158C18.5653 2.24998 17.5928 2.24999 16.3768 2.25H15.6233C14.4072 2.24999 13.4347 2.24998 12.6642 2.33158C11.8738 2.41529 11.198 2.59253 10.6254 3.01652C10.4575 3.14079 10.3011 3.2786 10.1584 3.42872C9.65923 3.95361 9.44419 4.58704 9.34458 5.31937C9.34242 5.33525 9.34031 5.35122 9.33825 5.36729Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.77448 4.24219L6.5663 5.19395C6.72824 5.38861 6.97748 5.48841 7.22902 5.45932C7.48056 5.43023 7.70044 5.27618 7.81368 5.0497L8.67082 3.33541C8.78707 3.10292 8.77464 2.82681 8.63799 2.6057C8.50133 2.38459 8.25993 2.25 8 2.25C7.21245 2.25 6.45502 2.38478 5.75052 2.63328C3.12763 3.55843 1.25 6.05696 1.25 9C1.25 9.41421 1.58579 9.75 2 9.75C2.41421 9.75 2.75 9.41421 2.75 9C2.75 6.89355 3.98604 5.07881 5.77448 4.24219Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2255 19.7578L17.4337 18.806C17.2718 18.6114 17.0225 18.5116 16.771 18.5407C16.5194 18.5698 16.2996 18.7238 16.1863 18.9503L15.3292 20.6646C15.2129 20.8971 15.2254 21.1732 15.362 21.3943C15.4987 21.6154 15.7401 21.75 16 21.75C16.7875 21.75 17.545 21.6152 18.2495 21.3667C20.8724 20.4416 22.75 17.943 22.75 15C22.75 14.5858 22.4142 14.25 22 14.25C21.5858 14.25 21.25 14.5858 21.25 15C21.25 17.1064 20.014 18.9212 18.2255 19.7578Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.3358 21.6684C10.5652 21.75 9.59278 21.75 8.37672 21.75H7.62329C6.40724 21.75 5.43476 21.75 4.6642 21.6684C3.87377 21.5847 3.19803 21.4075 2.62536 20.9835C2.45751 20.8592 2.30115 20.7214 2.15839 20.5713C1.65923 20.0464 1.44419 19.413 1.34458 18.6806C1.24996 17.985 1.24998 17.1134 1.25 16.053V15.947C1.25 15.827 1.25 15.7093 1.25013 15.594C1.25046 15.315 1.25062 15.1755 1.33847 15.0877C1.42631 15 1.56654 15 1.847 15H14.153C14.4335 15 14.5737 15 14.6615 15.0877C14.7494 15.1755 14.7495 15.315 14.7499 15.594C14.75 15.7093 14.75 15.8269 14.75 15.947V16.053C14.75 17.1134 14.7501 17.985 14.6554 18.6806C14.5558 19.413 14.3408 20.0464 13.8416 20.5713C13.6989 20.7214 13.5425 20.8592 13.3746 20.9835C12.802 21.4075 12.1262 21.5847 11.3358 21.6684Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.6618 13.3673C14.6985 13.6533 14.7168 13.7963 14.6273 13.8982C14.5377 14 14.386 14 14.0826 14H1.91736C1.61402 14 1.46235 14 1.37275 13.8982C1.28316 13.7963 1.30152 13.6533 1.33825 13.3673C1.34031 13.3512 1.34242 13.3352 1.34458 13.3194C1.44419 12.587 1.65923 11.9536 2.15839 11.4287C2.30115 11.2786 2.45751 11.1408 2.62536 11.0165C3.19803 10.5925 3.87377 10.4153 4.6642 10.3316C5.43475 10.25 6.40721 10.25 7.62325 10.25H8.37672C9.59276 10.25 10.5653 10.25 11.3358 10.3316C12.1262 10.4153 12.802 10.5925 13.3746 11.0165C13.5425 11.1408 13.6989 11.2786 13.8416 11.4287C14.3408 11.9536 14.5558 12.587 14.6554 13.3194C14.6576 13.3352 14.6597 13.3512 14.6618 13.3673Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.9286 10.395C15.7245 11.232 16.0184 12.2108 16.1417 13.1172C16.1619 13.2657 16.1784 13.4198 16.1918 13.5787C16.1999 13.6751 16.28 13.75 16.3767 13.75C17.5928 13.75 18.5653 13.75 19.3358 13.6684C20.1262 13.5847 20.802 13.4075 21.3746 12.9835C21.5425 12.8592 21.6989 12.7214 21.8416 12.5713C22.3408 12.0464 22.5558 11.413 22.6554 10.6806C22.7501 9.98499 22.75 9.11335 22.75 8.05298V7.94702C22.75 7.82695 22.75 7.70929 22.7499 7.59404C22.7495 7.315 22.7494 7.17549 22.6615 7.08774C22.5737 7 22.4335 7 22.153 7H9.847C9.56654 7 9.42631 7 9.33847 7.08774C9.25062 7.17549 9.25046 7.315 9.25013 7.59403C9.25 7.70928 9.25 7.82693 9.25 7.94699V8.15694C9.25002 8.4357 9.25004 8.5751 9.33628 8.66267C9.42253 8.75024 9.56348 8.7524 9.84538 8.75672C10.4487 8.76598 11.0028 8.78793 11.4938 8.83992C12.4032 8.93623 13.3857 9.15832 14.2672 9.81098C14.5032 9.98568 14.7248 10.1808 14.9286 10.395Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.33825 5.36729C9.30152 5.65331 9.28316 5.79633 9.37276 5.89816C9.46235 6 9.61402 6 9.91736 6H22.0826C22.386 6 22.5377 6 22.6273 5.89816C22.7168 5.79633 22.6985 5.65331 22.6618 5.36729C22.6597 5.35122 22.6576 5.33525 22.6554 5.31937C22.5558 4.58704 22.3408 3.95361 21.8416 3.42872C21.6989 3.2786 21.5425 3.14079 21.3746 3.01652C20.802 2.59253 20.1262 2.41529 19.3358 2.33158C18.5653 2.24998 17.5928 2.24999 16.3768 2.25H15.6233C14.4072 2.24999 13.4347 2.24998 12.6642 2.33158C11.8738 2.41529 11.198 2.59253 10.6254 3.01652C10.4575 3.14079 10.3011 3.2786 10.1584 3.42872C9.65923 3.95361 9.44419 4.58704 9.34458 5.31937C9.34242 5.33525 9.34031 5.35122 9.33825 5.36729Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.77448 4.24219L6.5663 5.19395C6.72824 5.38861 6.97748 5.48841 7.22902 5.45932C7.48056 5.43023 7.70044 5.27618 7.81368 5.0497L8.67082 3.33541C8.78707 3.10292 8.77464 2.82681 8.63799 2.6057C8.50133 2.38459 8.25993 2.25 8 2.25C7.21245 2.25 6.45502 2.38478 5.75052 2.63328C3.12763 3.55843 1.25 6.05696 1.25 9C1.25 9.41421 1.58579 9.75 2 9.75C2.41421 9.75 2.75 9.41421 2.75 9C2.75 6.89355 3.98604 5.07881 5.77448 4.24219Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2255 19.7578L17.4337 18.806C17.2718 18.6114 17.0225 18.5116 16.771 18.5407C16.5194 18.5698 16.2996 18.7238 16.1863 18.9503L15.3292 20.6646C15.2129 20.8971 15.2254 21.1732 15.362 21.3943C15.4987 21.6154 15.7401 21.75 16 21.75C16.7875 21.75 17.545 21.6152 18.2495 21.3667C20.8724 20.4416 22.75 17.943 22.75 15C22.75 14.5858 22.4142 14.25 22 14.25C21.5858 14.25 21.25 14.5858 21.25 15C21.25 17.1064 20.014 18.9212 18.2255 19.7578Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-card-exchange-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3708 1.25H15.6292C14.6345 1.24998 13.8233 1.24997 13.1771 1.32463C12.506 1.40216 11.9143 1.5689 11.4129 1.97391C11.2688 2.09029 11.1352 2.21883 11.0137 2.35818C10.5874 2.84718 10.4101 3.42863 10.3281 4.08561C10.3186 4.16192 10.3139 4.20008 10.3185 4.23727C10.3334 4.35568 10.4267 4.46141 10.5424 4.49078C10.5787 4.5 10.6208 4.5 10.7049 4.5L22.2951 4.5C22.3792 4.5 22.4213 4.5 22.4576 4.49078C22.5733 4.46142 22.6667 4.35568 22.6815 4.23727C22.6861 4.20008 22.6814 4.16192 22.6719 4.08561C22.5899 3.42863 22.4126 2.84718 21.9863 2.35818C21.8648 2.21883 21.7312 2.09029 21.5872 1.97391C21.0857 1.5689 20.494 1.40216 19.823 1.32463C19.1767 1.24997 18.3655 1.24998 17.3708 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.7498 6.09297C22.7495 5.81462 22.7493 5.67544 22.6614 5.58772C22.5736 5.5 22.4336 5.5 22.1535 5.5L10.8465 5.5C10.5664 5.5 10.4264 5.5 10.3386 5.58772C10.2507 5.67544 10.2505 5.81462 10.2502 6.09297C10.25 6.20969 10.25 6.32916 10.25 6.45139V6.54856C10.25 7.50213 10.25 8.28736 10.3281 8.91439C10.4101 9.57138 10.5874 10.1528 11.0137 10.6418C11.1352 10.7812 11.2688 10.9097 11.4129 11.0261C11.9143 11.4311 12.506 11.5978 13.1771 11.6754C13.8233 11.75 14.6345 11.75 15.6292 11.75H17.3708C18.3655 11.75 19.1767 11.75 19.823 11.6754C20.494 11.5978 21.0857 11.4311 21.5872 11.0261C21.7312 10.9097 21.8648 10.7812 21.9863 10.6418C22.4126 10.1528 22.5899 9.57138 22.6719 8.91439C22.75 8.28735 22.75 7.50215 22.75 6.54857V6.45144C22.75 6.32919 22.75 6.2097 22.7498 6.09297Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.77448 5.24219L6.5663 6.19395C6.72824 6.38861 6.97748 6.48841 7.22902 6.45932C7.48056 6.43023 7.70044 6.27618 7.81368 6.0497L8.67082 4.33541C8.78707 4.10292 8.77464 3.82681 8.63799 3.6057C8.50133 3.38459 8.25993 3.25 8 3.25C7.21245 3.25 6.45502 3.38478 5.75052 3.63328C3.12763 4.55843 1.25 7.05696 1.25 10C1.25 10.4142 1.58579 10.75 2 10.75C2.41421 10.75 2.75 10.4142 2.75 10C2.75 7.89355 3.98604 6.07881 5.77448 5.24219Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2255 18.7578L17.4337 17.806C17.2718 17.6114 17.0225 17.5116 16.771 17.5407C16.5194 17.5698 16.2996 17.7238 16.1863 17.9503L15.3292 19.6646C15.2129 19.8971 15.2254 20.1732 15.362 20.3943C15.4987 20.6154 15.7401 20.75 16 20.75C16.7875 20.75 17.545 20.6152 18.2495 20.3667C20.8724 19.4416 22.75 16.943 22.75 14C22.75 13.5858 22.4142 13.25 22 13.25C21.5858 13.25 21.25 13.5858 21.25 14C21.25 16.1064 20.014 17.9212 18.2255 18.7578Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.37084 12.25H6.62923C5.63456 12.25 4.82327 12.25 4.17705 12.3246C3.50598 12.4022 2.91429 12.5689 2.41285 12.9739C2.26876 13.0903 2.13517 13.2188 2.0137 13.3582C1.58742 13.8472 1.41006 14.4286 1.32815 15.0856C1.31863 15.1619 1.31387 15.2001 1.31853 15.2373C1.33336 15.3557 1.42673 15.4614 1.54239 15.4908C1.57872 15.5 1.6208 15.5 1.70495 15.5L13.2951 15.5C13.3792 15.5 13.4213 15.5 13.4576 15.4908C13.5733 15.4614 13.6667 15.3557 13.6815 15.2373C13.6861 15.2001 13.6814 15.1619 13.6719 15.0856C13.5899 14.4286 13.4126 13.8472 12.9863 13.3582C12.8648 13.2188 12.7312 13.0903 12.5872 12.9739C12.0857 12.5689 11.494 12.4022 10.823 12.3246C10.1767 12.25 9.36551 12.25 8.37084 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7498 17.093C13.7495 16.8146 13.7493 16.6754 13.6614 16.5877C13.5736 16.5 13.4336 16.5 13.1535 16.5L1.84646 16.5C1.56643 16.5 1.42642 16.5 1.33858 16.5877C1.25074 16.6754 1.25054 16.8146 1.25016 17.093C1.25 17.2097 1.25 17.3292 1.25 17.4514V17.5486C1.24998 18.5021 1.24996 19.2874 1.32815 19.9144C1.41006 20.5714 1.58742 21.1528 2.0137 21.6418C2.13517 21.7812 2.26876 21.9097 2.41285 22.0261C2.91429 22.4311 3.50598 22.5978 4.17705 22.6754C4.82329 22.75 5.63454 22.75 6.62923 22.75H8.37077C9.36547 22.75 10.1767 22.75 10.823 22.6754C11.494 22.5978 12.0857 22.4311 12.5872 22.0261C12.7312 21.9097 12.8648 21.7812 12.9863 21.6418C13.4126 21.1528 13.5899 20.5714 13.6719 19.9144C13.75 19.2874 13.75 18.5022 13.75 17.5486V17.4514C13.75 17.3292 13.75 17.2097 13.7498 17.093Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3708 1.25H15.6292C14.6345 1.24998 13.8233 1.24997 13.1771 1.32463C12.506 1.40216 11.9143 1.5689 11.4129 1.97391C11.2688 2.09029 11.1352 2.21883 11.0137 2.35818C10.5874 2.84718 10.4101 3.42863 10.3281 4.08561C10.3186 4.16192 10.3139 4.20008 10.3185 4.23727C10.3334 4.35568 10.4267 4.46141 10.5424 4.49078C10.5787 4.5 10.6208 4.5 10.7049 4.5L22.2951 4.5C22.3792 4.5 22.4213 4.5 22.4576 4.49078C22.5733 4.46142 22.6667 4.35568 22.6815 4.23727C22.6861 4.20008 22.6814 4.16192 22.6719 4.08561C22.5899 3.42863 22.4126 2.84718 21.9863 2.35818C21.8648 2.21883 21.7312 2.09029 21.5872 1.97391C21.0857 1.5689 20.494 1.40216 19.823 1.32463C19.1767 1.24997 18.3655 1.24998 17.3708 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.7498 6.09297C22.7495 5.81462 22.7493 5.67544 22.6614 5.58772C22.5736 5.5 22.4336 5.5 22.1535 5.5L10.8465 5.5C10.5664 5.5 10.4264 5.5 10.3386 5.58772C10.2507 5.67544 10.2505 5.81462 10.2502 6.09297C10.25 6.20969 10.25 6.32916 10.25 6.45139V6.54856C10.25 7.50213 10.25 8.28736 10.3281 8.91439C10.4101 9.57138 10.5874 10.1528 11.0137 10.6418C11.1352 10.7812 11.2688 10.9097 11.4129 11.0261C11.9143 11.4311 12.506 11.5978 13.1771 11.6754C13.8233 11.75 14.6345 11.75 15.6292 11.75H17.3708C18.3655 11.75 19.1767 11.75 19.823 11.6754C20.494 11.5978 21.0857 11.4311 21.5872 11.0261C21.7312 10.9097 21.8648 10.7812 21.9863 10.6418C22.4126 10.1528 22.5899 9.57138 22.6719 8.91439C22.75 8.28735 22.75 7.50215 22.75 6.54857V6.45144C22.75 6.32919 22.75 6.2097 22.7498 6.09297Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.77448 5.24219L6.5663 6.19395C6.72824 6.38861 6.97748 6.48841 7.22902 6.45932C7.48056 6.43023 7.70044 6.27618 7.81368 6.0497L8.67082 4.33541C8.78707 4.10292 8.77464 3.82681 8.63799 3.6057C8.50133 3.38459 8.25993 3.25 8 3.25C7.21245 3.25 6.45502 3.38478 5.75052 3.63328C3.12763 4.55843 1.25 7.05696 1.25 10C1.25 10.4142 1.58579 10.75 2 10.75C2.41421 10.75 2.75 10.4142 2.75 10C2.75 7.89355 3.98604 6.07881 5.77448 5.24219Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2255 18.7578L17.4337 17.806C17.2718 17.6114 17.0225 17.5116 16.771 17.5407C16.5194 17.5698 16.2996 17.7238 16.1863 17.9503L15.3292 19.6646C15.2129 19.8971 15.2254 20.1732 15.362 20.3943C15.4987 20.6154 15.7401 20.75 16 20.75C16.7875 20.75 17.545 20.6152 18.2495 20.3667C20.8724 19.4416 22.75 16.943 22.75 14C22.75 13.5858 22.4142 13.25 22 13.25C21.5858 13.25 21.25 13.5858 21.25 14C21.25 16.1064 20.014 17.9212 18.2255 18.7578Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.37084 12.25H6.62923C5.63456 12.25 4.82327 12.25 4.17705 12.3246C3.50598 12.4022 2.91429 12.5689 2.41285 12.9739C2.26876 13.0903 2.13517 13.2188 2.0137 13.3582C1.58742 13.8472 1.41006 14.4286 1.32815 15.0856C1.31863 15.1619 1.31387 15.2001 1.31853 15.2373C1.33336 15.3557 1.42673 15.4614 1.54239 15.4908C1.57872 15.5 1.6208 15.5 1.70495 15.5L13.2951 15.5C13.3792 15.5 13.4213 15.5 13.4576 15.4908C13.5733 15.4614 13.6667 15.3557 13.6815 15.2373C13.6861 15.2001 13.6814 15.1619 13.6719 15.0856C13.5899 14.4286 13.4126 13.8472 12.9863 13.3582C12.8648 13.2188 12.7312 13.0903 12.5872 12.9739C12.0857 12.5689 11.494 12.4022 10.823 12.3246C10.1767 12.25 9.36551 12.25 8.37084 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7498 17.093C13.7495 16.8146 13.7493 16.6754 13.6614 16.5877C13.5736 16.5 13.4336 16.5 13.1535 16.5L1.84646 16.5C1.56643 16.5 1.42642 16.5 1.33858 16.5877C1.25074 16.6754 1.25054 16.8146 1.25016 17.093C1.25 17.2097 1.25 17.3292 1.25 17.4514V17.5486C1.24998 18.5021 1.24996 19.2874 1.32815 19.9144C1.41006 20.5714 1.58742 21.1528 2.0137 21.6418C2.13517 21.7812 2.26876 21.9097 2.41285 22.0261C2.91429 22.4311 3.50598 22.5978 4.17705 22.6754C4.82329 22.75 5.63454 22.75 6.62923 22.75H8.37077C9.36547 22.75 10.1767 22.75 10.823 22.6754C11.494 22.5978 12.0857 22.4311 12.5872 22.0261C12.7312 21.9097 12.8648 21.7812 12.9863 21.6418C13.4126 21.1528 13.5899 20.5714 13.6719 19.9144C13.75 19.2874 13.75 18.5022 13.75 17.5486V17.4514C13.75 17.3292 13.75 17.2097 13.7498 17.093Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-cash-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9694 1.3786C16.8308 1.24998 15.3865 1.24999 13.5475 1.25H10.4525C8.61345 1.24999 7.16917 1.24998 6.03058 1.3786C4.86842 1.50988 3.926 1.78362 3.14263 2.40229C2.90811 2.58749 2.69068 2.79205 2.49298 3.0138C1.82681 3.76101 1.52932 4.66669 1.38763 5.77785C1.24997 6.85727 1.24999 8.22325 1.25 9.94726V9.94727V10.0527V10.0527C1.24999 11.7768 1.24997 13.1427 1.38763 14.2222C1.52932 15.3333 1.82681 16.239 2.49298 16.9862C2.69068 17.2079 2.90811 17.4125 3.14263 17.5977C3.926 18.2164 4.86842 18.4901 6.03058 18.6214C7.16917 18.75 8.61345 18.75 10.4525 18.75H13.5475C15.3866 18.75 16.8308 18.75 17.9694 18.6214C19.1316 18.4901 20.074 18.2164 20.8574 17.5977C21.0919 17.4125 21.3093 17.208 21.507 16.9862C22.1732 16.239 22.4707 15.3333 22.6124 14.2222C22.75 13.1427 22.75 11.7768 22.75 10.0528V9.94725C22.75 8.22325 22.75 6.85727 22.6124 5.77785C22.4707 4.66669 22.1732 3.76101 21.507 3.0138C21.3093 2.79205 21.0919 2.58749 20.8574 2.40229C20.074 1.78362 19.1316 1.50988 17.9694 1.3786ZM18.5 11C19.0523 11 19.5 10.5523 19.5 10C19.5 9.44771 19.0523 9 18.5 9H18.491C17.9387 9 17.491 9.44771 17.491 10C17.491 10.5523 17.9387 11 18.491 11H18.5ZM6.5 10C6.5 10.5523 6.05228 11 5.5 11H5.49102C4.93873 11 4.49102 10.5523 4.49102 10C4.49102 9.44771 4.93873 9 5.49102 9H5.5C6.05228 9 6.5 9.44771 6.5 10ZM12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.19978 20.1504C2.53095 19.7084 3.15771 19.6186 3.59969 19.9498C3.81184 20.1087 4.04891 20.2494 4.30757 20.3669C4.67296 20.533 5.1423 20.6383 5.90693 20.6936C6.67963 20.7494 7.66799 20.7501 9.05689 20.7501H14.9432C16.3321 20.7501 17.3205 20.7494 18.0932 20.6936C18.8578 20.6383 19.3272 20.533 19.6925 20.3669C19.9512 20.2494 20.1883 20.1087 20.4004 19.9498C20.8424 19.6186 21.4692 19.7084 21.8003 20.1504C22.1315 20.5924 22.0417 21.2192 21.5997 21.5503C21.2687 21.7984 20.9064 22.0121 20.5199 22.1878C19.845 22.4944 19.1071 22.6255 18.2374 22.6884C17.3841 22.7501 16.3235 22.7501 14.9824 22.7501H9.01767C7.67664 22.7501 6.616 22.7501 5.76269 22.6884C4.89301 22.6255 4.15508 22.4944 3.48019 22.1878C3.09368 22.0121 2.73144 21.7984 2.40043 21.5503C1.95845 21.2192 1.86862 20.5924 2.19978 20.1504Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9694 1.3786C16.8308 1.24998 15.3865 1.24999 13.5475 1.25H10.4525C8.61345 1.24999 7.16917 1.24998 6.03058 1.3786C4.86842 1.50988 3.926 1.78362 3.14263 2.40229C2.90811 2.58749 2.69068 2.79205 2.49298 3.0138C1.82681 3.76101 1.52932 4.66669 1.38763 5.77785C1.24997 6.85727 1.24999 8.22325 1.25 9.94726V9.94727V10.0527V10.0527C1.24999 11.7768 1.24997 13.1427 1.38763 14.2222C1.52932 15.3333 1.82681 16.239 2.49298 16.9862C2.69068 17.2079 2.90811 17.4125 3.14263 17.5977C3.926 18.2164 4.86842 18.4901 6.03058 18.6214C7.16917 18.75 8.61345 18.75 10.4525 18.75H13.5475C15.3866 18.75 16.8308 18.75 17.9694 18.6214C19.1316 18.4901 20.074 18.2164 20.8574 17.5977C21.0919 17.4125 21.3093 17.208 21.507 16.9862C22.1732 16.239 22.4707 15.3333 22.6124 14.2222C22.75 13.1427 22.75 11.7768 22.75 10.0528V9.94725C22.75 8.22325 22.75 6.85727 22.6124 5.77785C22.4707 4.66669 22.1732 3.76101 21.507 3.0138C21.3093 2.79205 21.0919 2.58749 20.8574 2.40229C20.074 1.78362 19.1316 1.50988 17.9694 1.3786ZM18.5 11C19.0523 11 19.5 10.5523 19.5 10C19.5 9.44771 19.0523 9 18.5 9H18.491C17.9387 9 17.491 9.44771 17.491 10C17.491 10.5523 17.9387 11 18.491 11H18.5ZM6.5 10C6.5 10.5523 6.05228 11 5.5 11H5.49102C4.93873 11 4.49102 10.5523 4.49102 10C4.49102 9.44771 4.93873 9 5.49102 9H5.5C6.05228 9 6.5 9.44771 6.5 10ZM12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.19978 20.1504C2.53095 19.7084 3.15771 19.6186 3.59969 19.9498C3.81184 20.1087 4.04891 20.2494 4.30757 20.3669C4.67296 20.533 5.1423 20.6383 5.90693 20.6936C6.67963 20.7494 7.66799 20.7501 9.05689 20.7501H14.9432C16.3321 20.7501 17.3205 20.7494 18.0932 20.6936C18.8578 20.6383 19.3272 20.533 19.6925 20.3669C19.9512 20.2494 20.1883 20.1087 20.4004 19.9498C20.8424 19.6186 21.4692 19.7084 21.8003 20.1504C22.1315 20.5924 22.0417 21.2192 21.5997 21.5503C21.2687 21.7984 20.9064 22.0121 20.5199 22.1878C19.845 22.4944 19.1071 22.6255 18.2374 22.6884C17.3841 22.7501 16.3235 22.7501 14.9824 22.7501H9.01767C7.67664 22.7501 6.616 22.7501 5.76269 22.6884C4.89301 22.6255 4.15508 22.4944 3.48019 22.1878C3.09368 22.0121 2.73144 21.7984 2.40043 21.5503C1.95845 21.2192 1.86862 20.5924 2.19978 20.1504Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-cash-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00018 21.25C5.17453 21.25 3.53542 20.8893 2.31756 20.3205C1.94226 20.1452 1.49592 20.3073 1.32064 20.6826C1.14536 21.0579 1.3075 21.5043 1.6828 21.6795C3.13001 22.3555 4.99168 22.75 7.00018 22.75C9.00867 22.75 10.8703 22.3555 12.3176 21.6795C13.5354 21.1107 15.1745 20.75 17.0002 20.75C18.8258 20.75 20.4649 21.1107 21.6828 21.6795C22.0581 21.8548 22.5044 21.6927 22.6797 21.3174C22.855 20.9421 22.6929 20.4957 22.3176 20.3205C20.8703 19.6445 19.0087 19.25 17.0002 19.25C14.9917 19.25 13.13 19.6445 11.6828 20.3205C10.4649 20.8893 8.82583 21.25 7.00018 21.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0001 1.25C14.9916 1.25 13.13 1.64454 11.6828 2.32046C10.4649 2.88927 8.82578 3.25 7.00013 3.25C5.98813 3.25 5.03002 3.13907 4.16758 2.94153C2.84114 2.63772 1.25013 3.54678 1.25013 5.11397V15.886L1.25007 15.9915C1.2494 16.6817 1.24885 17.2392 1.51704 17.8027C1.67709 18.1389 2.0017 18.5463 2.29374 18.7774C2.78191 19.1636 3.22743 19.2654 3.77432 19.3903L3.83269 19.4037C4.80962 19.6274 5.88029 19.75 7.00013 19.75C9.00863 19.75 10.8703 19.3555 12.3175 18.6795C13.5354 18.1107 15.1745 17.75 17.0001 17.75C18.0121 17.75 18.9702 17.8609 19.8327 18.0585C21.1591 18.3623 22.7501 17.4532 22.7501 15.886V5.11397L22.7502 5.00845V5.00843C22.7509 4.31824 22.7514 3.76081 22.4832 3.19734C22.3232 2.86108 21.9986 2.45372 21.7065 2.22264C21.2184 1.83636 20.7728 1.73459 20.2259 1.60967L20.1676 1.59633C19.1906 1.37257 18.12 1.25 17.0001 1.25ZM6.5 11.5C6.5 10.9477 6.05228 10.5 5.5 10.5C4.94772 10.5 4.5 10.9477 4.5 11.5V11.509C4.5 12.0613 4.94772 12.509 5.5 12.509C6.05228 12.509 6.5 12.0613 6.5 11.509V11.5ZM18.5 8.49219C19.0523 8.49219 19.5 8.9399 19.5 9.49219V9.50117C19.5 10.0535 19.0523 10.5012 18.5 10.5012C17.9477 10.5012 17.5 10.0535 17.5 9.50117V9.49219C17.5 8.9399 17.9477 8.49219 18.5 8.49219ZM12 13.5C13.6569 13.5 15 12.1569 15 10.5C15 8.84315 13.6569 7.5 12 7.5C10.3431 7.5 9 8.84315 9 10.5C9 12.1569 10.3431 13.5 12 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00018 21.25C5.17453 21.25 3.53542 20.8893 2.31756 20.3205C1.94226 20.1452 1.49592 20.3073 1.32064 20.6826C1.14536 21.0579 1.3075 21.5043 1.6828 21.6795C3.13001 22.3555 4.99168 22.75 7.00018 22.75C9.00867 22.75 10.8703 22.3555 12.3176 21.6795C13.5354 21.1107 15.1745 20.75 17.0002 20.75C18.8258 20.75 20.4649 21.1107 21.6828 21.6795C22.0581 21.8548 22.5044 21.6927 22.6797 21.3174C22.855 20.9421 22.6929 20.4957 22.3176 20.3205C20.8703 19.6445 19.0087 19.25 17.0002 19.25C14.9917 19.25 13.13 19.6445 11.6828 20.3205C10.4649 20.8893 8.82583 21.25 7.00018 21.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0001 1.25C14.9916 1.25 13.13 1.64454 11.6828 2.32046C10.4649 2.88927 8.82578 3.25 7.00013 3.25C5.98813 3.25 5.03002 3.13907 4.16758 2.94153C2.84114 2.63772 1.25013 3.54678 1.25013 5.11397V15.886L1.25007 15.9915C1.2494 16.6817 1.24885 17.2392 1.51704 17.8027C1.67709 18.1389 2.0017 18.5463 2.29374 18.7774C2.78191 19.1636 3.22743 19.2654 3.77432 19.3903L3.83269 19.4037C4.80962 19.6274 5.88029 19.75 7.00013 19.75C9.00863 19.75 10.8703 19.3555 12.3175 18.6795C13.5354 18.1107 15.1745 17.75 17.0001 17.75C18.0121 17.75 18.9702 17.8609 19.8327 18.0585C21.1591 18.3623 22.7501 17.4532 22.7501 15.886V5.11397L22.7502 5.00845V5.00843C22.7509 4.31824 22.7514 3.76081 22.4832 3.19734C22.3232 2.86108 21.9986 2.45372 21.7065 2.22264C21.2184 1.83636 20.7728 1.73459 20.2259 1.60967L20.1676 1.59633C19.1906 1.37257 18.12 1.25 17.0001 1.25ZM6.5 11.5C6.5 10.9477 6.05228 10.5 5.5 10.5C4.94772 10.5 4.5 10.9477 4.5 11.5V11.509C4.5 12.0613 4.94772 12.509 5.5 12.509C6.05228 12.509 6.5 12.0613 6.5 11.509V11.5ZM18.5 8.49219C19.0523 8.49219 19.5 8.9399 19.5 9.49219V9.50117C19.5 10.0535 19.0523 10.5012 18.5 10.5012C17.9477 10.5012 17.5 10.0535 17.5 9.50117V9.49219C17.5 8.9399 17.9477 8.49219 18.5 8.49219ZM12 13.5C13.6569 13.5 15 12.1569 15 10.5C15 8.84315 13.6569 7.5 12 7.5C10.3431 7.5 9 8.84315 9 10.5C9 12.1569 10.3431 13.5 12 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-cashier{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 1C10.9477 1 10.5 1.44772 10.5 2C10.5 2.55228 10.9477 3 11.5 3H13V4.25H13.6807C14.1547 4.24999 14.5939 4.24999 15 4.25575V3H16.5C17.0523 3 17.5 2.55228 17.5 2C17.5 1.44772 17.0523 1 16.5 1H11.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.29131 13.25H16.7087H16.7087C17.7661 13.25 18.6188 13.25 19.3016 13.322C20.0068 13.3963 20.6166 13.5541 21.1509 13.9282C21.5092 14.1791 21.8209 14.4908 22.0718 14.8491C22.4459 15.3834 22.6037 15.9933 22.6781 16.6984C22.75 17.3812 22.75 18.2339 22.75 19.2913V19.3712C22.75 19.8854 22.75 20.3288 22.712 20.6901C22.6715 21.0736 22.5816 21.45 22.3431 21.7905C22.1926 22.0055 22.0056 22.1925 21.7906 22.3431C21.45 22.5816 21.0736 22.6715 20.6901 22.712C20.3288 22.75 19.8854 22.75 19.3712 22.75L4.62885 22.75C4.11463 22.75 3.67122 22.75 3.30991 22.712C2.92642 22.6715 2.55002 22.5816 2.20946 22.3431C1.99445 22.1925 1.80745 22.0055 1.65691 21.7905C1.41844 21.45 1.32847 21.0736 1.28804 20.6901C1.24996 20.3288 1.24998 19.8854 1.25 19.3712L1.25 19.2913C1.24999 18.2339 1.24998 17.3812 1.32195 16.6984C1.39628 15.9933 1.55408 15.3834 1.92818 14.8491C2.17909 14.4908 2.49076 14.1791 2.84909 13.9282C3.38337 13.5541 3.99325 13.3963 4.69844 13.322C5.38124 13.25 6.23392 13.25 7.29129 13.25H7.29131ZM9.41611 16.876C9.07146 16.6463 8.60581 16.7394 8.37604 17.0841C8.14628 17.4287 8.23941 17.8944 8.58406 18.1241L9.58021 18.7882C10.0319 19.0894 10.5627 19.2501 11.1056 19.2501H12.8945C13.4374 19.2501 13.9682 19.0894 14.42 18.7882L15.4161 18.1241C15.7608 17.8944 15.8539 17.4287 15.6241 17.0841C15.3944 16.7394 14.9287 16.6463 14.5841 16.876L13.5879 17.5401C13.3826 17.677 13.1413 17.7501 12.8945 17.7501H11.1056C10.8589 17.7501 10.6176 17.677 10.4123 17.5401L9.41611 16.876Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6807 4.25H10.3186H10.3186C9.08504 4.24998 8.08721 4.24997 7.29406 4.35167C6.46876 4.45749 5.76755 4.68334 5.18386 5.20577C4.60017 5.7282 4.29826 6.40018 4.10195 7.20875C3.91328 7.98583 3.8031 8.97753 3.66689 10.2036L3.52954 11.4397C3.50062 11.7 3.48616 11.8302 3.55859 11.8986C3.63102 11.9671 3.76648 11.9442 4.0374 11.8984C4.20717 11.8697 4.37534 11.8477 4.54084 11.8302C5.30281 11.7499 6.22208 11.75 7.2234 11.75H16.7759C17.7772 11.75 18.6965 11.7499 19.4584 11.8302C19.624 11.8477 19.7922 11.8697 19.962 11.8984C20.2329 11.9442 20.3684 11.9671 20.4408 11.8986C20.5132 11.8302 20.4988 11.7001 20.4698 11.4398L20.3325 10.2036C20.1963 8.97755 20.0861 7.98584 19.8974 7.20875C19.7011 6.40018 19.3992 5.7282 18.8155 5.20577C18.2318 4.68334 17.5306 4.45749 16.7053 4.35167C15.9122 4.24997 14.9143 4.24998 13.6807 4.25H13.6807ZM8 7.25C7.58579 7.25 7.25 7.58579 7.25 8C7.25 8.41421 7.58579 8.75 8 8.75H10C10.4142 8.75 10.75 8.41421 10.75 8C10.75 7.58579 10.4142 7.25 10 7.25H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 1C10.9477 1 10.5 1.44772 10.5 2C10.5 2.55228 10.9477 3 11.5 3H13V4.25H13.6807C14.1547 4.24999 14.5939 4.24999 15 4.25575V3H16.5C17.0523 3 17.5 2.55228 17.5 2C17.5 1.44772 17.0523 1 16.5 1H11.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.29131 13.25H16.7087H16.7087C17.7661 13.25 18.6188 13.25 19.3016 13.322C20.0068 13.3963 20.6166 13.5541 21.1509 13.9282C21.5092 14.1791 21.8209 14.4908 22.0718 14.8491C22.4459 15.3834 22.6037 15.9933 22.6781 16.6984C22.75 17.3812 22.75 18.2339 22.75 19.2913V19.3712C22.75 19.8854 22.75 20.3288 22.712 20.6901C22.6715 21.0736 22.5816 21.45 22.3431 21.7905C22.1926 22.0055 22.0056 22.1925 21.7906 22.3431C21.45 22.5816 21.0736 22.6715 20.6901 22.712C20.3288 22.75 19.8854 22.75 19.3712 22.75L4.62885 22.75C4.11463 22.75 3.67122 22.75 3.30991 22.712C2.92642 22.6715 2.55002 22.5816 2.20946 22.3431C1.99445 22.1925 1.80745 22.0055 1.65691 21.7905C1.41844 21.45 1.32847 21.0736 1.28804 20.6901C1.24996 20.3288 1.24998 19.8854 1.25 19.3712L1.25 19.2913C1.24999 18.2339 1.24998 17.3812 1.32195 16.6984C1.39628 15.9933 1.55408 15.3834 1.92818 14.8491C2.17909 14.4908 2.49076 14.1791 2.84909 13.9282C3.38337 13.5541 3.99325 13.3963 4.69844 13.322C5.38124 13.25 6.23392 13.25 7.29129 13.25H7.29131ZM9.41611 16.876C9.07146 16.6463 8.60581 16.7394 8.37604 17.0841C8.14628 17.4287 8.23941 17.8944 8.58406 18.1241L9.58021 18.7882C10.0319 19.0894 10.5627 19.2501 11.1056 19.2501H12.8945C13.4374 19.2501 13.9682 19.0894 14.42 18.7882L15.4161 18.1241C15.7608 17.8944 15.8539 17.4287 15.6241 17.0841C15.3944 16.7394 14.9287 16.6463 14.5841 16.876L13.5879 17.5401C13.3826 17.677 13.1413 17.7501 12.8945 17.7501H11.1056C10.8589 17.7501 10.6176 17.677 10.4123 17.5401L9.41611 16.876Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6807 4.25H10.3186H10.3186C9.08504 4.24998 8.08721 4.24997 7.29406 4.35167C6.46876 4.45749 5.76755 4.68334 5.18386 5.20577C4.60017 5.7282 4.29826 6.40018 4.10195 7.20875C3.91328 7.98583 3.8031 8.97753 3.66689 10.2036L3.52954 11.4397C3.50062 11.7 3.48616 11.8302 3.55859 11.8986C3.63102 11.9671 3.76648 11.9442 4.0374 11.8984C4.20717 11.8697 4.37534 11.8477 4.54084 11.8302C5.30281 11.7499 6.22208 11.75 7.2234 11.75H16.7759C17.7772 11.75 18.6965 11.7499 19.4584 11.8302C19.624 11.8477 19.7922 11.8697 19.962 11.8984C20.2329 11.9442 20.3684 11.9671 20.4408 11.8986C20.5132 11.8302 20.4988 11.7001 20.4698 11.4398L20.3325 10.2036C20.1963 8.97755 20.0861 7.98584 19.8974 7.20875C19.7011 6.40018 19.3992 5.7282 18.8155 5.20577C18.2318 4.68334 17.5306 4.45749 16.7053 4.35167C15.9122 4.24997 14.9143 4.24998 13.6807 4.25H13.6807ZM8 7.25C7.58579 7.25 7.25 7.58579 7.25 8C7.25 8.41421 7.58579 8.75 8 8.75H10C10.4142 8.75 10.75 8.41421 10.75 8C10.75 7.58579 10.4142 7.25 10 7.25H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-average{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 12C5 11.4477 5.44772 11 6 11H6.00898C6.56126 11 7.00898 11.4477 7.00898 12C7.00898 12.5523 6.56126 13 6.00898 13H6C5.44772 13 5 12.5523 5 12ZM7.9982 12C7.9982 11.4477 8.44592 11 8.9982 11H9.00718C9.55947 11 10.0072 11.4477 10.0072 12C10.0072 12.5523 9.55947 13 9.00718 13H8.9982C8.44592 13 7.9982 12.5523 7.9982 12ZM10.9964 12C10.9964 11.4477 11.4441 11 11.9964 11H12.0054C12.5577 11 13.0054 11.4477 13.0054 12C13.0054 12.5523 12.5577 13 12.0054 13H11.9964C11.4441 13 10.9964 12.5523 10.9964 12ZM13.9946 12C13.9946 11.4477 14.4423 11 14.9946 11H15.0036C15.5559 11 16.0036 11.4477 16.0036 12C16.0036 12.5523 15.5559 13 15.0036 13H14.9946C14.4423 13 13.9946 12.5523 13.9946 12ZM16.9928 12C16.9928 11.4477 17.4405 11 17.9928 11H18.0018C18.5541 11 19.0018 11.4477 19.0018 12C19.0018 12.5523 18.5541 13 18.0018 13H17.9928C17.4405 13 16.9928 12.5523 16.9928 12ZM19.991 12C19.991 11.4477 20.4387 11 20.991 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H20.991C20.4387 13 19.991 12.5523 19.991 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.99297 6C8.10238 6 7.45463 6.52034 6.85745 7.51481C6.57313 7.98829 5.95882 8.14163 5.48534 7.8573C5.01186 7.57298 4.85852 6.95866 5.14285 6.48519C5.89262 5.2366 7.07217 4 8.99297 4C9.91515 4 10.7105 4.23632 11.3801 4.68477C12.0392 5.12624 12.5183 5.7341 12.8817 6.39092C13.5509 7.60053 13.9161 9.15747 14.2435 10.5529C14.2606 10.626 14.2777 10.6987 14.2946 10.7709C14.6562 12.3069 14.9937 13.6433 15.5755 14.6089C15.8546 15.0722 16.1679 15.4092 16.5313 15.6335C16.8881 15.8538 17.3485 16 17.982 16C18.8817 16 19.5261 15.4761 20.1511 14.4717C20.4429 14.0028 21.0596 13.8592 21.5285 14.151C21.9974 14.4427 22.141 15.0594 21.8492 15.5283C21.0856 16.7554 19.9137 18 17.982 18C17.0189 18 16.1867 17.7712 15.4806 17.3353C14.781 16.9033 14.2611 16.3028 13.8624 15.6411C13.0886 14.3567 12.6924 12.6931 12.3478 11.2291C12.3419 11.204 12.3361 11.179 12.3302 11.1541C11.9728 9.63507 11.6634 8.32028 11.1316 7.35908C10.8726 6.8909 10.5878 6.56126 10.2671 6.34648C9.95684 6.13868 9.55656 6 8.99297 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 12C5 11.4477 5.44772 11 6 11H6.00898C6.56126 11 7.00898 11.4477 7.00898 12C7.00898 12.5523 6.56126 13 6.00898 13H6C5.44772 13 5 12.5523 5 12ZM7.9982 12C7.9982 11.4477 8.44592 11 8.9982 11H9.00718C9.55947 11 10.0072 11.4477 10.0072 12C10.0072 12.5523 9.55947 13 9.00718 13H8.9982C8.44592 13 7.9982 12.5523 7.9982 12ZM10.9964 12C10.9964 11.4477 11.4441 11 11.9964 11H12.0054C12.5577 11 13.0054 11.4477 13.0054 12C13.0054 12.5523 12.5577 13 12.0054 13H11.9964C11.4441 13 10.9964 12.5523 10.9964 12ZM13.9946 12C13.9946 11.4477 14.4423 11 14.9946 11H15.0036C15.5559 11 16.0036 11.4477 16.0036 12C16.0036 12.5523 15.5559 13 15.0036 13H14.9946C14.4423 13 13.9946 12.5523 13.9946 12ZM16.9928 12C16.9928 11.4477 17.4405 11 17.9928 11H18.0018C18.5541 11 19.0018 11.4477 19.0018 12C19.0018 12.5523 18.5541 13 18.0018 13H17.9928C17.4405 13 16.9928 12.5523 16.9928 12ZM19.991 12C19.991 11.4477 20.4387 11 20.991 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H20.991C20.4387 13 19.991 12.5523 19.991 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.99297 6C8.10238 6 7.45463 6.52034 6.85745 7.51481C6.57313 7.98829 5.95882 8.14163 5.48534 7.8573C5.01186 7.57298 4.85852 6.95866 5.14285 6.48519C5.89262 5.2366 7.07217 4 8.99297 4C9.91515 4 10.7105 4.23632 11.3801 4.68477C12.0392 5.12624 12.5183 5.7341 12.8817 6.39092C13.5509 7.60053 13.9161 9.15747 14.2435 10.5529C14.2606 10.626 14.2777 10.6987 14.2946 10.7709C14.6562 12.3069 14.9937 13.6433 15.5755 14.6089C15.8546 15.0722 16.1679 15.4092 16.5313 15.6335C16.8881 15.8538 17.3485 16 17.982 16C18.8817 16 19.5261 15.4761 20.1511 14.4717C20.4429 14.0028 21.0596 13.8592 21.5285 14.151C21.9974 14.4427 22.141 15.0594 21.8492 15.5283C21.0856 16.7554 19.9137 18 17.982 18C17.0189 18 16.1867 17.7712 15.4806 17.3353C14.781 16.9033 14.2611 16.3028 13.8624 15.6411C13.0886 14.3567 12.6924 12.6931 12.3478 11.2291C12.3419 11.204 12.3361 11.179 12.3302 11.1541C11.9728 9.63507 11.6634 8.32028 11.1316 7.35908C10.8726 6.8909 10.5878 6.56126 10.2671 6.34648C9.95684 6.13868 9.55656 6 8.99297 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-bar-line{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 14C4.55228 14 5 14.4477 5 15L5 19C5 19.5523 4.55228 20 4 20C3.44772 20 3 19.5523 3 19L3 15C3 14.4477 3.44772 14 4 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8C12.5523 8 13 8.44772 13 9L13 19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19L11 9C11 8.44772 11.4477 8 12 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 22C23 22.5523 22.5523 23 22 23L2 23C1.44771 23 1 22.5523 1 22C1 21.4477 1.44771 21 2 21L22 21C22.5523 21 23 21.4477 23 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 12C20.5523 12 21 12.4477 21 13L21 19C21 19.5523 20.5523 20 20 20C19.4477 20 19 19.5523 19 19L19 13C19 12.4477 19.4477 12 20 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 4C9 2.34315 10.3431 1 12 1C13.6569 1 15 2.34315 15 4C15 4.1253 14.9923 4.249 14.9772 4.37058L17.9175 5.84073C18.4565 5.3208 19.1904 5 20 5C21.6569 5 23 6.34314 23 8C23 9.65685 21.6569 11 20 11C18.3431 11 17 9.65685 17 8C17 7.87469 17.0077 7.751 17.0228 7.62942L14.0825 6.15926C13.5435 6.6792 12.8096 7 12 7C11.3848 7 10.8128 6.81439 10.3371 6.49714L6.8632 9.1026C6.95207 9.38626 7 9.68784 7 10C7 11.6569 5.65685 13 4 13C2.34315 13 1 11.6569 1 10C1 8.34315 2.34315 7 4 7C4.61523 7 5.18723 7.18561 5.66286 7.50286L9.1368 4.8974C9.04793 4.61374 9 4.31216 9 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 14C4.55228 14 5 14.4477 5 15L5 19C5 19.5523 4.55228 20 4 20C3.44772 20 3 19.5523 3 19L3 15C3 14.4477 3.44772 14 4 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8C12.5523 8 13 8.44772 13 9L13 19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19L11 9C11 8.44772 11.4477 8 12 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 22C23 22.5523 22.5523 23 22 23L2 23C1.44771 23 1 22.5523 1 22C1 21.4477 1.44771 21 2 21L22 21C22.5523 21 23 21.4477 23 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 12C20.5523 12 21 12.4477 21 13L21 19C21 19.5523 20.5523 20 20 20C19.4477 20 19 19.5523 19 19L19 13C19 12.4477 19.4477 12 20 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 4C9 2.34315 10.3431 1 12 1C13.6569 1 15 2.34315 15 4C15 4.1253 14.9923 4.249 14.9772 4.37058L17.9175 5.84073C18.4565 5.3208 19.1904 5 20 5C21.6569 5 23 6.34314 23 8C23 9.65685 21.6569 11 20 11C18.3431 11 17 9.65685 17 8C17 7.87469 17.0077 7.751 17.0228 7.62942L14.0825 6.15926C13.5435 6.6792 12.8096 7 12 7C11.3848 7 10.8128 6.81439 10.3371 6.49714L6.8632 9.1026C6.95207 9.38626 7 9.68784 7 10C7 11.6569 5.65685 13 4 13C2.34315 13 1 11.6569 1 10C1 8.34315 2.34315 7 4 7C4.61523 7 5.18723 7.18561 5.66286 7.50286L9.1368 4.8974C9.04793 4.61374 9 4.31216 9 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-breakout-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.999 11.9704C16.999 12.5227 16.5513 12.9704 15.999 12.9704C15.8307 12.9704 15.6722 12.9288 15.533 12.8554C15.5101 12.8433 15.4896 12.8273 15.4712 12.809L14.1681 11.5114C14.0604 11.4041 13.8895 11.3947 13.7689 11.4872C11.3507 13.3419 8.86808 14.2442 6.80124 14.6632C5.38064 14.9512 4.15688 15.0112 3.28245 14.9984C2.99884 14.9943 2.75132 14.9825 2.54502 14.9683C2.37973 14.9569 2.25896 14.81 2.27483 14.6451L2.40895 13.2515C2.42482 13.0866 2.57132 12.9661 2.73667 12.9766C2.89838 12.9869 3.09119 12.9954 3.31154 12.9986C4.06969 13.0097 5.1477 12.9577 6.40388 12.7031C8.1415 12.3508 10.2209 11.6114 12.276 10.1066C12.4225 9.99939 12.4363 9.78692 12.3077 9.65883L11.15 8.50604C11.1293 8.48541 11.1114 8.462 11.0986 8.43568C11.0348 8.30399 10.999 8.15619 10.999 8.00001C10.999 7.44773 11.4467 7.00001 11.999 7.00001L14.0532 7.00001C14.4775 6.99993 14.8891 6.99985 15.2286 7.04514C15.6104 7.0961 16.0471 7.2202 16.4106 7.58101C16.7751 7.94284 16.9015 8.37929 16.9533 8.76183C16.9992 9.10024 16.9991 9.51023 16.999 9.93069L16.999 11.9704Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.75 1.25C16.3023 1.25 16.75 1.69772 16.75 2.25V3.63462C16.75 4.1869 16.3023 4.63462 15.75 4.63462C15.1977 4.63462 14.75 4.1869 14.75 3.63462V2.25C14.75 1.69772 15.1977 1.25 15.75 1.25ZM21.0647 2.92695C21.4555 3.31717 21.456 3.95033 21.0658 4.34116L20.0883 5.32024C19.698 5.71107 19.0649 5.71157 18.674 5.32135C18.2832 4.93113 18.2827 4.29797 18.6729 3.90714L19.6505 2.92807C20.0407 2.53723 20.6738 2.53673 21.0647 2.92695ZM19.3676 8.25C19.3676 7.69772 19.8153 7.25 20.3676 7.25H21.75C22.3023 7.25 22.75 7.69772 22.75 8.25C22.75 8.80228 22.3023 9.25 21.75 9.25H20.3676C19.8153 9.25 19.3676 8.80228 19.3676 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 16.8576 7.1424 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 11.4603 21.233 11.0227 21.7727 11.0227C22.3125 11.0227 22.75 11.4603 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C12.5397 1.25 12.9773 1.68754 12.9773 2.22727C12.9773 2.76701 12.5397 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.999 11.9704C16.999 12.5227 16.5513 12.9704 15.999 12.9704C15.8307 12.9704 15.6722 12.9288 15.533 12.8554C15.5101 12.8433 15.4896 12.8273 15.4712 12.809L14.1681 11.5114C14.0604 11.4041 13.8895 11.3947 13.7689 11.4872C11.3507 13.3419 8.86808 14.2442 6.80124 14.6632C5.38064 14.9512 4.15688 15.0112 3.28245 14.9984C2.99884 14.9943 2.75132 14.9825 2.54502 14.9683C2.37973 14.9569 2.25896 14.81 2.27483 14.6451L2.40895 13.2515C2.42482 13.0866 2.57132 12.9661 2.73667 12.9766C2.89838 12.9869 3.09119 12.9954 3.31154 12.9986C4.06969 13.0097 5.1477 12.9577 6.40388 12.7031C8.1415 12.3508 10.2209 11.6114 12.276 10.1066C12.4225 9.99939 12.4363 9.78692 12.3077 9.65883L11.15 8.50604C11.1293 8.48541 11.1114 8.462 11.0986 8.43568C11.0348 8.30399 10.999 8.15619 10.999 8.00001C10.999 7.44773 11.4467 7.00001 11.999 7.00001L14.0532 7.00001C14.4775 6.99993 14.8891 6.99985 15.2286 7.04514C15.6104 7.0961 16.0471 7.2202 16.4106 7.58101C16.7751 7.94284 16.9015 8.37929 16.9533 8.76183C16.9992 9.10024 16.9991 9.51023 16.999 9.93069L16.999 11.9704Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.75 1.25C16.3023 1.25 16.75 1.69772 16.75 2.25V3.63462C16.75 4.1869 16.3023 4.63462 15.75 4.63462C15.1977 4.63462 14.75 4.1869 14.75 3.63462V2.25C14.75 1.69772 15.1977 1.25 15.75 1.25ZM21.0647 2.92695C21.4555 3.31717 21.456 3.95033 21.0658 4.34116L20.0883 5.32024C19.698 5.71107 19.0649 5.71157 18.674 5.32135C18.2832 4.93113 18.2827 4.29797 18.6729 3.90714L19.6505 2.92807C20.0407 2.53723 20.6738 2.53673 21.0647 2.92695ZM19.3676 8.25C19.3676 7.69772 19.8153 7.25 20.3676 7.25H21.75C22.3023 7.25 22.75 7.69772 22.75 8.25C22.75 8.80228 22.3023 9.25 21.75 9.25H20.3676C19.8153 9.25 19.3676 8.80228 19.3676 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 16.8576 7.1424 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 11.4603 21.233 11.0227 21.7727 11.0227C22.3125 11.0227 22.75 11.4603 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C12.5397 1.25 12.9773 1.68754 12.9773 2.22727C12.9773 2.76701 12.5397 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-breakout-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.75 1.25C16.3023 1.25 16.75 1.69772 16.75 2.25V3.63462C16.75 4.1869 16.3023 4.63462 15.75 4.63462C15.1977 4.63462 14.75 4.1869 14.75 3.63462V2.25C14.75 1.69772 15.1977 1.25 15.75 1.25ZM21.0647 2.92695C21.4555 3.31717 21.456 3.95033 21.0658 4.34116L20.0883 5.32024C19.698 5.71107 19.0649 5.71157 18.674 5.32135C18.2832 4.93113 18.2827 4.29797 18.6729 3.90714L19.6505 2.92807C20.0407 2.53723 20.6738 2.53673 21.0647 2.92695ZM19.3676 8.25C19.3676 7.69772 19.8153 7.25 20.3676 7.25H21.75C22.3023 7.25 22.75 7.69772 22.75 8.25C22.75 8.80228 22.3023 9.25 21.75 9.25H20.3676C19.8153 9.25 19.3676 8.80228 19.3676 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9269 1.25L12 1.25C12.5397 1.25 12.9773 1.68754 12.9773 2.22727C12.9773 2.76701 12.5397 3.20455 12 3.20455C9.66892 3.20455 8.01892 3.20662 6.76855 3.37473C5.54629 3.53906 4.85324 3.84574 4.34949 4.34949C3.84574 4.85324 3.53906 5.54629 3.37473 6.76855C3.20662 8.01892 3.20455 9.66892 3.20455 12C3.20455 14.3311 3.20662 15.9811 3.37473 17.2315C3.53906 18.4537 3.84574 19.1468 4.34949 19.6505C4.85324 20.1543 5.54629 20.4609 6.76855 20.6253C8.01892 20.7934 9.66892 20.7955 12 20.7955C14.3311 20.7955 15.9811 20.7934 17.2315 20.6253C18.4537 20.4609 19.1468 20.1543 19.6505 19.6505C20.1543 19.1468 20.4609 18.4537 20.6253 17.2315C20.7934 15.9811 20.7955 14.3311 20.7955 12C20.7955 11.4603 21.233 11.0227 21.7727 11.0227C22.3125 11.0227 22.75 11.4603 22.75 12V12.0731C22.75 14.3145 22.75 16.0961 22.5624 17.4919C22.3689 18.9309 21.96 20.1051 21.0326 21.0326C20.1051 21.96 18.9309 22.3689 17.4919 22.5624C16.0961 22.75 14.3145 22.75 12.0731 22.75H11.9269C9.68549 22.75 7.90386 22.75 6.50811 22.5624C5.06912 22.3689 3.89485 21.96 2.96742 21.0326C2.03999 20.1051 1.63108 18.9309 1.43761 17.4919C1.24996 16.0961 1.24998 14.3145 1.25 12.0731V11.9269C1.24998 9.68548 1.24996 7.90385 1.43761 6.50811C1.63108 5.06912 2.03999 3.89485 2.96742 2.96742C3.89485 2.03999 5.06912 1.63108 6.50811 1.43761C7.90385 1.24996 9.68548 1.24998 11.9269 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.001 11.9704C17.001 12.5227 16.5532 12.9704 16.001 12.9704C15.8327 12.9704 15.6741 12.9288 15.535 12.8554C15.5121 12.8433 15.4915 12.8273 15.4732 12.809L14.1701 11.5114C14.0623 11.4041 13.8915 11.3947 13.7709 11.4872C11.3527 13.3419 8.87003 14.2442 6.80319 14.6632C5.38259 14.9512 4.15883 15.0112 3.2844 14.9984C3.00079 14.9943 2.75328 14.9825 2.54697 14.9683C2.38168 14.9569 2.26091 14.81 2.27679 14.6451L2.4109 13.2515C2.42677 13.0866 2.57328 12.9661 2.73863 12.9766C2.90034 12.9869 3.09314 12.9954 3.31349 12.9986C4.07164 13.0097 5.14966 12.9577 6.40584 12.7031C8.14345 12.3508 10.2228 11.6114 12.278 10.1066C12.4244 9.99939 12.4383 9.78692 12.3096 9.65883L11.152 8.50604C11.1312 8.48541 11.1134 8.462 11.1006 8.43568C11.0368 8.30399 11.001 8.15619 11.001 8.00001C11.001 7.44773 11.4487 7.00001 12.001 7.00001L14.0551 7.00001C14.4794 6.99993 14.8911 6.99985 15.2305 7.04514C15.6124 7.0961 16.049 7.2202 16.4125 7.58101C16.7771 7.94284 16.9035 8.37929 16.9553 8.76183C17.0011 9.10024 17.0011 9.51023 17.001 9.93069L17.001 11.9704Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.75 1.25C16.3023 1.25 16.75 1.69772 16.75 2.25V3.63462C16.75 4.1869 16.3023 4.63462 15.75 4.63462C15.1977 4.63462 14.75 4.1869 14.75 3.63462V2.25C14.75 1.69772 15.1977 1.25 15.75 1.25ZM21.0647 2.92695C21.4555 3.31717 21.456 3.95033 21.0658 4.34116L20.0883 5.32024C19.698 5.71107 19.0649 5.71157 18.674 5.32135C18.2832 4.93113 18.2827 4.29797 18.6729 3.90714L19.6505 2.92807C20.0407 2.53723 20.6738 2.53673 21.0647 2.92695ZM19.3676 8.25C19.3676 7.69772 19.8153 7.25 20.3676 7.25H21.75C22.3023 7.25 22.75 7.69772 22.75 8.25C22.75 8.80228 22.3023 9.25 21.75 9.25H20.3676C19.8153 9.25 19.3676 8.80228 19.3676 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9269 1.25L12 1.25C12.5397 1.25 12.9773 1.68754 12.9773 2.22727C12.9773 2.76701 12.5397 3.20455 12 3.20455C9.66892 3.20455 8.01892 3.20662 6.76855 3.37473C5.54629 3.53906 4.85324 3.84574 4.34949 4.34949C3.84574 4.85324 3.53906 5.54629 3.37473 6.76855C3.20662 8.01892 3.20455 9.66892 3.20455 12C3.20455 14.3311 3.20662 15.9811 3.37473 17.2315C3.53906 18.4537 3.84574 19.1468 4.34949 19.6505C4.85324 20.1543 5.54629 20.4609 6.76855 20.6253C8.01892 20.7934 9.66892 20.7955 12 20.7955C14.3311 20.7955 15.9811 20.7934 17.2315 20.6253C18.4537 20.4609 19.1468 20.1543 19.6505 19.6505C20.1543 19.1468 20.4609 18.4537 20.6253 17.2315C20.7934 15.9811 20.7955 14.3311 20.7955 12C20.7955 11.4603 21.233 11.0227 21.7727 11.0227C22.3125 11.0227 22.75 11.4603 22.75 12V12.0731C22.75 14.3145 22.75 16.0961 22.5624 17.4919C22.3689 18.9309 21.96 20.1051 21.0326 21.0326C20.1051 21.96 18.9309 22.3689 17.4919 22.5624C16.0961 22.75 14.3145 22.75 12.0731 22.75H11.9269C9.68549 22.75 7.90386 22.75 6.50811 22.5624C5.06912 22.3689 3.89485 21.96 2.96742 21.0326C2.03999 20.1051 1.63108 18.9309 1.43761 17.4919C1.24996 16.0961 1.24998 14.3145 1.25 12.0731V11.9269C1.24998 9.68548 1.24996 7.90385 1.43761 6.50811C1.63108 5.06912 2.03999 3.89485 2.96742 2.96742C3.89485 2.03999 5.06912 1.63108 6.50811 1.43761C7.90385 1.24996 9.68548 1.24998 11.9269 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.001 11.9704C17.001 12.5227 16.5532 12.9704 16.001 12.9704C15.8327 12.9704 15.6741 12.9288 15.535 12.8554C15.5121 12.8433 15.4915 12.8273 15.4732 12.809L14.1701 11.5114C14.0623 11.4041 13.8915 11.3947 13.7709 11.4872C11.3527 13.3419 8.87003 14.2442 6.80319 14.6632C5.38259 14.9512 4.15883 15.0112 3.2844 14.9984C3.00079 14.9943 2.75328 14.9825 2.54697 14.9683C2.38168 14.9569 2.26091 14.81 2.27679 14.6451L2.4109 13.2515C2.42677 13.0866 2.57328 12.9661 2.73863 12.9766C2.90034 12.9869 3.09314 12.9954 3.31349 12.9986C4.07164 13.0097 5.14966 12.9577 6.40584 12.7031C8.14345 12.3508 10.2228 11.6114 12.278 10.1066C12.4244 9.99939 12.4383 9.78692 12.3096 9.65883L11.152 8.50604C11.1312 8.48541 11.1134 8.462 11.1006 8.43568C11.0368 8.30399 11.001 8.15619 11.001 8.00001C11.001 7.44773 11.4487 7.00001 12.001 7.00001L14.0551 7.00001C14.4794 6.99993 14.8911 6.99985 15.2305 7.04514C15.6124 7.0961 16.049 7.2202 16.4125 7.58101C16.7771 7.94284 16.9035 8.37929 16.9553 8.76183C17.0011 9.10024 17.0011 9.51023 17.001 9.93069L17.001 11.9704Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-bubble-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%228%22 cy%3D%228%22 r%3D%222%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2211.5%22 cy%3D%2215.5%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%227.5%22 r%3D%223.5%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%228%22 cy%3D%228%22 r%3D%222%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2211.5%22 cy%3D%2215.5%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%227.5%22 r%3D%223.5%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-bubble-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 7C1.25 4.92893 2.92893 3.25 5 3.25C7.07107 3.25 8.75 4.92893 8.75 7C8.75 9.07107 7.07107 10.75 5 10.75C2.92893 10.75 1.25 9.07107 1.25 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.25 18C3.25 15.3766 5.37665 13.25 8 13.25C10.6234 13.25 12.75 15.3766 12.75 18C12.75 20.6234 10.6234 22.75 8 22.75C5.37665 22.75 3.25 20.6234 3.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.25 7C11.25 3.82436 13.8244 1.25 17 1.25C20.1756 1.25 22.75 3.82436 22.75 7C22.75 10.1756 20.1756 12.75 17 12.75C13.8244 12.75 11.25 10.1756 11.25 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 7C1.25 4.92893 2.92893 3.25 5 3.25C7.07107 3.25 8.75 4.92893 8.75 7C8.75 9.07107 7.07107 10.75 5 10.75C2.92893 10.75 1.25 9.07107 1.25 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.25 18C3.25 15.3766 5.37665 13.25 8 13.25C10.6234 13.25 12.75 15.3766 12.75 18C12.75 20.6234 10.6234 22.75 8 22.75C5.37665 22.75 3.25 20.6234 3.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.25 7C11.25 3.82436 13.8244 1.25 17 1.25C20.1756 1.25 22.75 3.82436 22.75 7C22.75 10.1756 20.1756 12.75 17 12.75C13.8244 12.75 11.25 10.1756 11.25 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-column{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 20C2 19.4477 2.44772 19 3 19H6C6.55229 19 7 19.4477 7 20C7 20.5523 6.55229 21 6 21H3C2.44772 21 2 20.5523 2 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 20C17 19.4477 17.4477 19 18 19H21C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H18C17.4477 21 17 20.5523 17 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 20C9.5 19.4477 9.94772 19 10.5 19H13.5C14.0523 19 14.5 19.4477 14.5 20C14.5 20.5523 14.0523 21 13.5 21H10.5C9.94772 21 9.5 20.5523 9.5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 16C2 15.4477 2.44772 15 3 15L6 15C6.55229 15 7 15.4477 7 16C7 16.5523 6.55229 17 6 17H3C2.44772 17 2 16.5523 2 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 16C17 15.4477 17.4477 15 18 15H21C21.5523 15 22 15.4477 22 16C22 16.5523 21.5523 17 21 17H18C17.4477 17 17 16.5523 17 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 16C9.5 15.4477 9.94772 15 10.5 15H13.5C14.0523 15 14.5 15.4477 14.5 16C14.5 16.5523 14.0523 17 13.5 17H10.5C9.94772 17 9.5 16.5523 9.5 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11H6C6.55229 11 7 11.4477 7 12C7 12.5523 6.55229 13 6 13H3C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 12C17 11.4477 17.4477 11 18 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H18C17.4477 13 17 12.5523 17 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 12C9.5 11.4477 9.94772 11 10.5 11H13.5C14.0523 11 14.5 11.4477 14.5 12C14.5 12.5523 14.0523 13 13.5 13H10.5C9.94772 13 9.5 12.5523 9.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 8C2 7.44772 2.44772 7 3 7H6C6.55229 7 7 7.44772 7 8C7 8.55228 6.55229 9 6 9H3C2.44772 9 2 8.55228 2 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 8C17 7.44772 17.4477 7 18 7H21C21.5523 7 22 7.44772 22 8C22 8.55228 21.5523 9 21 9H18C17.4477 9 17 8.55228 17 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 4C2 3.44772 2.44772 3 3 3L6 3C6.55229 3 7 3.44772 7 4C7 4.55228 6.55229 5 6 5L3 5C2.44772 5 2 4.55228 2 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 20C2 19.4477 2.44772 19 3 19H6C6.55229 19 7 19.4477 7 20C7 20.5523 6.55229 21 6 21H3C2.44772 21 2 20.5523 2 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 20C17 19.4477 17.4477 19 18 19H21C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H18C17.4477 21 17 20.5523 17 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 20C9.5 19.4477 9.94772 19 10.5 19H13.5C14.0523 19 14.5 19.4477 14.5 20C14.5 20.5523 14.0523 21 13.5 21H10.5C9.94772 21 9.5 20.5523 9.5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 16C2 15.4477 2.44772 15 3 15L6 15C6.55229 15 7 15.4477 7 16C7 16.5523 6.55229 17 6 17H3C2.44772 17 2 16.5523 2 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 16C17 15.4477 17.4477 15 18 15H21C21.5523 15 22 15.4477 22 16C22 16.5523 21.5523 17 21 17H18C17.4477 17 17 16.5523 17 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 16C9.5 15.4477 9.94772 15 10.5 15H13.5C14.0523 15 14.5 15.4477 14.5 16C14.5 16.5523 14.0523 17 13.5 17H10.5C9.94772 17 9.5 16.5523 9.5 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11H6C6.55229 11 7 11.4477 7 12C7 12.5523 6.55229 13 6 13H3C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 12C17 11.4477 17.4477 11 18 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H18C17.4477 13 17 12.5523 17 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 12C9.5 11.4477 9.94772 11 10.5 11H13.5C14.0523 11 14.5 11.4477 14.5 12C14.5 12.5523 14.0523 13 13.5 13H10.5C9.94772 13 9.5 12.5523 9.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 8C2 7.44772 2.44772 7 3 7H6C6.55229 7 7 7.44772 7 8C7 8.55228 6.55229 9 6 9H3C2.44772 9 2 8.55228 2 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 8C17 7.44772 17.4477 7 18 7H21C21.5523 7 22 7.44772 22 8C22 8.55228 21.5523 9 21 9H18C17.4477 9 17 8.55228 17 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 4C2 3.44772 2.44772 3 3 3L6 3C6.55229 3 7 3.44772 7 4C7 4.55228 6.55229 5 6 5L3 5C2.44772 5 2 4.55228 2 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-decrease{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 5.5C6.5 4.94772 6.93662 4.5 7.47521 4.5C10.5479 4.5 13.4146 5.39411 15.5294 7.256C17.2484 8.76939 18.4118 10.8716 18.7999 13.5H19.7036C19.7092 13.5 19.7157 13.5 19.7228 13.5C19.7949 13.4997 19.9365 13.4993 20.0613 13.5176C20.1693 13.5334 20.6816 13.617 20.9123 14.162C21.143 14.7071 20.8526 15.1479 20.7902 15.2396C20.718 15.3456 20.621 15.4513 20.5715 15.5052C20.5667 15.5105 20.5623 15.5153 20.5584 15.5196L19.916 16.2241C19.904 16.2372 19.8921 16.2503 19.8802 16.2633C19.6201 16.5487 19.3621 16.8318 19.1192 17.0351C18.8457 17.2639 18.4679 17.5 17.9671 17.5C17.4663 17.5 17.0886 17.2639 16.8151 17.0351C16.5722 16.8318 16.3142 16.5487 16.0541 16.2633C16.0422 16.2503 16.0302 16.2372 16.0183 16.2241L15.3759 15.5196C15.372 15.5153 15.3676 15.5105 15.3628 15.5052C15.3133 15.4513 15.2163 15.3456 15.1441 15.2396C15.0816 15.1479 14.7913 14.7071 15.022 14.162C15.2527 13.617 15.765 13.5334 15.8729 13.5176C15.9978 13.4993 16.1394 13.4997 16.2115 13.5C16.2186 13.5 16.225 13.5 16.2307 13.5H16.8231C16.46 11.4573 15.5332 9.89541 14.2589 8.77344C12.5764 7.29218 10.1971 6.5 7.47521 6.5C6.93662 6.5 6.5 6.05228 6.5 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 5.5C6.5 4.94772 6.93662 4.5 7.47521 4.5C10.5479 4.5 13.4146 5.39411 15.5294 7.256C17.2484 8.76939 18.4118 10.8716 18.7999 13.5H19.7036C19.7092 13.5 19.7157 13.5 19.7228 13.5C19.7949 13.4997 19.9365 13.4993 20.0613 13.5176C20.1693 13.5334 20.6816 13.617 20.9123 14.162C21.143 14.7071 20.8526 15.1479 20.7902 15.2396C20.718 15.3456 20.621 15.4513 20.5715 15.5052C20.5667 15.5105 20.5623 15.5153 20.5584 15.5196L19.916 16.2241C19.904 16.2372 19.8921 16.2503 19.8802 16.2633C19.6201 16.5487 19.3621 16.8318 19.1192 17.0351C18.8457 17.2639 18.4679 17.5 17.9671 17.5C17.4663 17.5 17.0886 17.2639 16.8151 17.0351C16.5722 16.8318 16.3142 16.5487 16.0541 16.2633C16.0422 16.2503 16.0302 16.2372 16.0183 16.2241L15.3759 15.5196C15.372 15.5153 15.3676 15.5105 15.3628 15.5052C15.3133 15.4513 15.2163 15.3456 15.1441 15.2396C15.0816 15.1479 14.7913 14.7071 15.022 14.162C15.2527 13.617 15.765 13.5334 15.8729 13.5176C15.9978 13.4993 16.1394 13.4997 16.2115 13.5C16.2186 13.5 16.225 13.5 16.2307 13.5H16.8231C16.46 11.4573 15.5332 9.89541 14.2589 8.77344C12.5764 7.29218 10.1971 6.5 7.47521 6.5C6.93662 6.5 6.5 6.05228 6.5 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-evaluation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.19893 18.3 4.32359 18.6849 4.49359 18.964L6.69812 15.7062C7.00764 15.2488 7.62935 15.1289 8.08675 15.4385C8.54415 15.748 8.66404 16.3697 8.35452 16.8271L6.28851 19.8802L6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2ZM21.5256 3.14928C21.9955 3.43957 22.141 4.05578 21.8507 4.52562L19.9972 7.52562C19.7069 7.99546 19.0907 8.14101 18.6208 7.85072C18.151 7.56043 18.0054 6.94422 18.2957 6.47438L20.1493 3.47438C20.4396 3.00454 21.0558 2.85899 21.5256 3.14928ZM18.2304 8.48261C18.7003 8.7729 18.8458 9.38911 18.5555 9.85895L15.6818 14.5102C15.6508 14.5603 15.6137 14.6233 15.5714 14.6951C15.4036 14.9798 15.1537 15.4038 14.8747 15.7256C14.4963 16.162 13.838 16.684 12.9016 16.5192C11.9639 16.3543 11.374 15.5986 11.0441 15.1716C10.9785 15.0866 10.9199 15.0093 10.8655 14.9374C10.7484 14.7828 10.6499 14.6527 10.5391 14.5234C10.3852 14.3438 10.279 14.2547 10.2059 14.2125C10.1828 14.23 10.151 14.2572 10.1105 14.2985C10.0401 14.3705 9.96237 14.4657 9.87412 14.5873C9.54977 15.0343 8.92446 15.1337 8.47746 14.8094C8.03045 14.485 7.93103 13.8597 8.25538 13.4127C8.47698 13.1073 8.82045 12.6796 9.30278 12.4225C9.87464 12.1178 10.5462 12.1017 11.2005 12.4773C11.5632 12.6855 11.8444 12.973 12.0578 13.2221C12.2101 13.3998 12.3662 13.6058 12.4981 13.78C12.5444 13.841 12.5877 13.8982 12.6268 13.9488C12.9807 14.4069 13.1448 14.5191 13.228 14.5446C13.2522 14.5282 13.2978 14.4913 13.3637 14.4153C13.4513 14.3142 13.5442 14.1801 13.6509 14.0076C13.7034 13.9229 13.7549 13.8361 13.8101 13.7428L13.8178 13.7297C13.869 13.6431 13.9247 13.5489 13.9803 13.4589L16.8541 8.80772C17.1444 8.33788 17.7606 8.19232 18.2304 8.48261Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.19893 18.3 4.32359 18.6849 4.49359 18.964L6.69812 15.7062C7.00764 15.2488 7.62935 15.1289 8.08675 15.4385C8.54415 15.748 8.66404 16.3697 8.35452 16.8271L6.28851 19.8802L6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2ZM21.5256 3.14928C21.9955 3.43957 22.141 4.05578 21.8507 4.52562L19.9972 7.52562C19.7069 7.99546 19.0907 8.14101 18.6208 7.85072C18.151 7.56043 18.0054 6.94422 18.2957 6.47438L20.1493 3.47438C20.4396 3.00454 21.0558 2.85899 21.5256 3.14928ZM18.2304 8.48261C18.7003 8.7729 18.8458 9.38911 18.5555 9.85895L15.6818 14.5102C15.6508 14.5603 15.6137 14.6233 15.5714 14.6951C15.4036 14.9798 15.1537 15.4038 14.8747 15.7256C14.4963 16.162 13.838 16.684 12.9016 16.5192C11.9639 16.3543 11.374 15.5986 11.0441 15.1716C10.9785 15.0866 10.9199 15.0093 10.8655 14.9374C10.7484 14.7828 10.6499 14.6527 10.5391 14.5234C10.3852 14.3438 10.279 14.2547 10.2059 14.2125C10.1828 14.23 10.151 14.2572 10.1105 14.2985C10.0401 14.3705 9.96237 14.4657 9.87412 14.5873C9.54977 15.0343 8.92446 15.1337 8.47746 14.8094C8.03045 14.485 7.93103 13.8597 8.25538 13.4127C8.47698 13.1073 8.82045 12.6796 9.30278 12.4225C9.87464 12.1178 10.5462 12.1017 11.2005 12.4773C11.5632 12.6855 11.8444 12.973 12.0578 13.2221C12.2101 13.3998 12.3662 13.6058 12.4981 13.78C12.5444 13.841 12.5877 13.8982 12.6268 13.9488C12.9807 14.4069 13.1448 14.5191 13.228 14.5446C13.2522 14.5282 13.2978 14.4913 13.3637 14.4153C13.4513 14.3142 13.5442 14.1801 13.6509 14.0076C13.7034 13.9229 13.7549 13.8361 13.8101 13.7428L13.8178 13.7297C13.869 13.6431 13.9247 13.5489 13.9803 13.4589L16.8541 8.80772C17.1444 8.33788 17.7606 8.19232 18.2304 8.48261Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-high-low{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 4C10.5523 4 11 4.44772 11 5V6L12 6C12.5523 6 13 6.44772 13 7C13 7.55229 12.5523 8 12 8H11L11 17C11 17.5523 10.5523 18 10 18C9.44772 18 9 17.5523 9 17V16H8C7.44772 16 7 15.5523 7 15C7 14.4477 7.44772 14 8 14H9L9 7.0004V5C9 4.44772 9.44772 4 10 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 4C18.5523 4 19 4.44772 19 5V6L20 6C20.5523 6 21 6.44772 21 7C21 7.55229 20.5523 8 20 8H19L19 17C19 17.5523 18.5523 18 18 18C17.4477 18 17 17.5523 17 17V16H16C15.4477 16 15 15.5523 15 15C15 14.4477 15.4477 14 16 14H17L17 7.0004V5C17 4.44772 17.4477 4 18 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 4C10.5523 4 11 4.44772 11 5V6L12 6C12.5523 6 13 6.44772 13 7C13 7.55229 12.5523 8 12 8H11L11 17C11 17.5523 10.5523 18 10 18C9.44772 18 9 17.5523 9 17V16H8C7.44772 16 7 15.5523 7 15C7 14.4477 7.44772 14 8 14H9L9 7.0004V5C9 4.44772 9.44772 4 10 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 4C18.5523 4 19 4.44772 19 5V6L20 6C20.5523 6 21 6.44772 21 7C21 7.55229 20.5523 8 20 8H19L19 17C19 17.5523 18.5523 18 18 18C17.4477 18 17 17.5523 17 17V16H16C15.4477 16 15 15.5523 15 15C15 14.4477 15.4477 14 16 14H17L17 7.0004V5C17 4.44772 17.4477 4 18 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-histogram{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V6.98693H5C5.24744 6.98693 5.48186 6.99042 5.70609 6.99377C6.40305 7.00416 7.00152 7.01308 7.58634 6.91099C8.28301 6.78937 8.85218 6.51956 9.32368 5.89249C11.221 3.36917 14.779 3.36917 16.6763 5.89249C17.1478 6.51956 17.717 6.78937 18.4137 6.91099C18.9985 7.01308 19.5969 7.00416 20.2939 6.99377C20.5181 6.99042 20.7526 6.98693 21 6.98693C21.5523 6.98693 22 7.43464 22 7.98693C22 8.53921 21.5523 8.98693 21 8.98693C20.8272 8.98693 20.6419 8.98996 20.4477 8.99313C19.7166 9.00508 18.8596 9.01909 18.0697 8.88119C16.9937 8.69335 15.9214 8.21642 15.0778 7.09444C13.9806 5.63519 12.0194 5.63519 10.9222 7.09444C10.0786 8.21642 9.00629 8.69335 7.93029 8.88119C7.14035 9.0191 6.28339 9.00508 5.55228 8.99313C5.3581 8.98996 5.17281 8.98693 5 8.98693H4V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C6.50956 19.9099 6.74409 19.9319 7 19.9486L7 13C7 12.4477 7.44772 12 8 12C8.55229 12 9 12.4477 9 13L9 19.9986C9.31141 19.9999 9.644 20 10 20H12L12 10C12 9.44772 12.4477 9 13 9C13.5523 9 14 9.44772 14 10L14 20H17V13C17 12.4477 17.4477 12 18 12C18.5523 12 19 12.4477 19 13V20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V6.98693H5C5.24744 6.98693 5.48186 6.99042 5.70609 6.99377C6.40305 7.00416 7.00152 7.01308 7.58634 6.91099C8.28301 6.78937 8.85218 6.51956 9.32368 5.89249C11.221 3.36917 14.779 3.36917 16.6763 5.89249C17.1478 6.51956 17.717 6.78937 18.4137 6.91099C18.9985 7.01308 19.5969 7.00416 20.2939 6.99377C20.5181 6.99042 20.7526 6.98693 21 6.98693C21.5523 6.98693 22 7.43464 22 7.98693C22 8.53921 21.5523 8.98693 21 8.98693C20.8272 8.98693 20.6419 8.98996 20.4477 8.99313C19.7166 9.00508 18.8596 9.01909 18.0697 8.88119C16.9937 8.69335 15.9214 8.21642 15.0778 7.09444C13.9806 5.63519 12.0194 5.63519 10.9222 7.09444C10.0786 8.21642 9.00629 8.69335 7.93029 8.88119C7.14035 9.0191 6.28339 9.00508 5.55228 8.99313C5.3581 8.98996 5.17281 8.98693 5 8.98693H4V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C6.50956 19.9099 6.74409 19.9319 7 19.9486L7 13C7 12.4477 7.44772 12 8 12C8.55229 12 9 12.4477 9 13L9 19.9986C9.31141 19.9999 9.644 20 10 20H12L12 10C12 9.44772 12.4477 9 13 9C13.5523 9 14 9.44772 14 10L14 20H17V13C17 12.4477 17.4477 12 18 12C18.5523 12 19 12.4477 19 13V20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-increase{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 16.5C6.5 17.0523 6.93662 17.5 7.47521 17.5C10.5479 17.5 13.4146 16.6059 15.5294 14.744C17.2484 13.2306 18.4118 11.1284 18.7999 8.5H19.7036C19.7092 8.5 19.7157 8.50002 19.7228 8.50004C19.7949 8.50027 19.9365 8.50071 20.0613 8.4824C20.1693 8.46657 20.6816 8.38303 20.9123 7.83795C21.143 7.29288 20.8526 6.85209 20.7902 6.76042C20.718 6.6544 20.621 6.54867 20.5715 6.49478C20.5667 6.48948 20.5623 6.48468 20.5584 6.48043L19.916 5.7759C19.904 5.76282 19.8921 5.74974 19.8802 5.73667C19.6201 5.45126 19.3621 5.16824 19.1192 4.96494C18.8457 4.73609 18.4679 4.5 17.9671 4.5C17.4663 4.5 17.0886 4.73608 16.8151 4.96494C16.5722 5.16823 16.3142 5.45126 16.0541 5.73667C16.0422 5.74974 16.0302 5.76282 16.0183 5.7759L15.3759 6.48043C15.372 6.48468 15.3676 6.48948 15.3628 6.49478C15.3133 6.54866 15.2163 6.6544 15.1441 6.76042C15.0816 6.85209 14.7913 7.29288 15.022 7.83795C15.2527 8.38303 15.765 8.46657 15.8729 8.4824C15.9978 8.50071 16.1394 8.50027 16.2115 8.50004C16.2186 8.50002 16.225 8.5 16.2307 8.5H16.8231C16.46 10.5427 15.5332 12.1046 14.2589 13.2266C12.5764 14.7078 10.1971 15.5 7.47521 15.5C6.93662 15.5 6.5 15.9477 6.5 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 16.5C6.5 17.0523 6.93662 17.5 7.47521 17.5C10.5479 17.5 13.4146 16.6059 15.5294 14.744C17.2484 13.2306 18.4118 11.1284 18.7999 8.5H19.7036C19.7092 8.5 19.7157 8.50002 19.7228 8.50004C19.7949 8.50027 19.9365 8.50071 20.0613 8.4824C20.1693 8.46657 20.6816 8.38303 20.9123 7.83795C21.143 7.29288 20.8526 6.85209 20.7902 6.76042C20.718 6.6544 20.621 6.54867 20.5715 6.49478C20.5667 6.48948 20.5623 6.48468 20.5584 6.48043L19.916 5.7759C19.904 5.76282 19.8921 5.74974 19.8802 5.73667C19.6201 5.45126 19.3621 5.16824 19.1192 4.96494C18.8457 4.73609 18.4679 4.5 17.9671 4.5C17.4663 4.5 17.0886 4.73608 16.8151 4.96494C16.5722 5.16823 16.3142 5.45126 16.0541 5.73667C16.0422 5.74974 16.0302 5.76282 16.0183 5.7759L15.3759 6.48043C15.372 6.48468 15.3676 6.48948 15.3628 6.49478C15.3133 6.54866 15.2163 6.6544 15.1441 6.76042C15.0816 6.85209 14.7913 7.29288 15.022 7.83795C15.2527 8.38303 15.765 8.46657 15.8729 8.4824C15.9978 8.50071 16.1394 8.50027 16.2115 8.50004C16.2186 8.50002 16.225 8.5 16.2307 8.5H16.8231C16.46 10.5427 15.5332 12.1046 14.2589 13.2266C12.5764 14.7078 10.1971 15.5 7.47521 15.5C6.93662 15.5 6.5 15.9477 6.5 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-line-data-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2C2.55229 2 3 2.44772 3 3V14C3 15.2974 3.00127 16.284 3.05596 17.0673L6.40711 11.8679C6.14969 11.4749 6 11.0049 6 10.5C6 9.11929 7.11929 8 8.5 8C9.88071 8 11 9.11929 11 10.5C11 10.7756 10.9554 11.0407 10.8731 11.2886L13.4506 13.2302C13.7697 13.0825 14.1252 13 14.5 13C14.6476 13 14.7922 13.0128 14.9328 13.0373L16.7504 9.28574C16.2873 8.83198 16 8.19954 16 7.5C16 6.11929 17.1193 5 18.5 5C19.8807 5 21 6.11929 21 7.5C21 8.83769 19.9494 9.93 18.6283 9.99677L16.6111 14.1603C16.8574 14.5475 17 15.0071 17 15.5C17 16.8807 15.8807 18 14.5 18C13.1193 18 12 16.8807 12 15.5C12 15.2321 12.0422 14.974 12.1202 14.732L9.52816 12.7795C9.21455 12.9211 8.86649 13 8.5 13C8.35673 13 8.21627 12.9879 8.07958 12.9648L3.91542 19.4256C4.20266 19.6374 4.60969 19.7889 5.2928 19.8808C6.16378 19.9979 7.32182 20 9 20H20C20.5523 20 21 20.4477 21 21C21 21.5523 20.5523 22 20 22H8.928C7.33933 22 6.04616 22.0001 5.0263 21.8629C3.96232 21.7199 3.04735 21.4113 2.31802 20.682C1.58869 19.9526 1.28011 19.0377 1.13706 17.9737C0.999945 16.9539 0.99997 15.6607 1 14.0721V14.072V3C1 2.44772 1.44772 2 2 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2C2.55229 2 3 2.44772 3 3V14C3 15.2974 3.00127 16.284 3.05596 17.0673L6.40711 11.8679C6.14969 11.4749 6 11.0049 6 10.5C6 9.11929 7.11929 8 8.5 8C9.88071 8 11 9.11929 11 10.5C11 10.7756 10.9554 11.0407 10.8731 11.2886L13.4506 13.2302C13.7697 13.0825 14.1252 13 14.5 13C14.6476 13 14.7922 13.0128 14.9328 13.0373L16.7504 9.28574C16.2873 8.83198 16 8.19954 16 7.5C16 6.11929 17.1193 5 18.5 5C19.8807 5 21 6.11929 21 7.5C21 8.83769 19.9494 9.93 18.6283 9.99677L16.6111 14.1603C16.8574 14.5475 17 15.0071 17 15.5C17 16.8807 15.8807 18 14.5 18C13.1193 18 12 16.8807 12 15.5C12 15.2321 12.0422 14.974 12.1202 14.732L9.52816 12.7795C9.21455 12.9211 8.86649 13 8.5 13C8.35673 13 8.21627 12.9879 8.07958 12.9648L3.91542 19.4256C4.20266 19.6374 4.60969 19.7889 5.2928 19.8808C6.16378 19.9979 7.32182 20 9 20H20C20.5523 20 21 20.4477 21 21C21 21.5523 20.5523 22 20 22H8.928C7.33933 22 6.04616 22.0001 5.0263 21.8629C3.96232 21.7199 3.04735 21.4113 2.31802 20.682C1.58869 19.9526 1.28011 19.0377 1.13706 17.9737C0.999945 16.9539 0.99997 15.6607 1 14.0721V14.072V3C1 2.44772 1.44772 2 2 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-line-data-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C4.81719 19.3527 4.91261 19.4301 5.02542 19.4999C5.84238 19.4961 6.44737 19.3095 6.92027 19.0222C7.40373 18.7286 7.8082 18.2938 8.16218 17.7136C8.88285 16.5323 9.29911 14.928 9.77129 13.1081C9.78072 13.0717 9.79018 13.0353 9.79966 12.9988C10.2608 11.2222 10.7843 9.23666 11.7972 7.71223C12.3172 6.92959 12.9821 6.24003 13.8565 5.75048C14.7334 5.25957 15.7671 5 16.9782 5C19.3178 5 20.7925 6.31527 21.8151 7.75401C22.1351 8.20418 22.0295 8.82848 21.5793 9.14843C21.1292 9.46838 20.5049 9.36282 20.1849 8.91265C19.3572 7.74804 18.4116 7 16.9782 7C16.0618 7 15.3731 7.19356 14.8335 7.49561C14.2916 7.79903 13.8462 8.24228 13.463 8.81902C12.6695 10.0133 12.2153 11.6528 11.7355 13.5012C11.7136 13.5857 11.6916 13.6707 11.6695 13.7561C11.2311 15.4503 10.7488 17.314 9.86953 18.7552C9.59577 19.2039 9.27617 19.6257 8.89728 19.9982C9.23801 19.9999 9.60456 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C4.81719 19.3527 4.91261 19.4301 5.02542 19.4999C5.84238 19.4961 6.44737 19.3095 6.92027 19.0222C7.40373 18.7286 7.8082 18.2938 8.16218 17.7136C8.88285 16.5323 9.29911 14.928 9.77129 13.1081C9.78072 13.0717 9.79018 13.0353 9.79966 12.9988C10.2608 11.2222 10.7843 9.23666 11.7972 7.71223C12.3172 6.92959 12.9821 6.24003 13.8565 5.75048C14.7334 5.25957 15.7671 5 16.9782 5C19.3178 5 20.7925 6.31527 21.8151 7.75401C22.1351 8.20418 22.0295 8.82848 21.5793 9.14843C21.1292 9.46838 20.5049 9.36282 20.1849 8.91265C19.3572 7.74804 18.4116 7 16.9782 7C16.0618 7 15.3731 7.19356 14.8335 7.49561C14.2916 7.79903 13.8462 8.24228 13.463 8.81902C12.6695 10.0133 12.2153 11.6528 11.7355 13.5012C11.7136 13.5857 11.6916 13.6707 11.6695 13.7561C11.2311 15.4503 10.7488 17.314 9.86953 18.7552C9.59577 19.2039 9.27617 19.6257 8.89728 19.9982C9.23801 19.9999 9.60456 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-line-data{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.15723 17.9899 4.20546 18.2253 4.26396 18.4245C4.601 16.7966 5.17465 14.7015 5.91746 12.8297C6.41053 11.5872 7.00028 10.3858 7.68019 9.47697C8.32468 8.61549 9.24077 7.76427 10.4282 7.76427C11.2859 7.76427 11.9181 8.21375 12.3608 8.68248C12.7786 9.12486 13.1245 9.68862 13.4045 10.1452L13.4239 10.1768C13.736 10.6853 13.9781 11.0741 14.234 11.3489C14.476 11.6087 14.6102 11.6353 14.6864 11.6353C14.941 11.6353 15.2513 11.4959 15.6554 10.7894C16.0437 10.1108 16.3558 9.1885 16.7162 8.12361C16.7304 8.08158 16.7447 8.03933 16.7591 7.99686C17.1165 6.9416 17.5281 5.7445 18.1109 4.81711C18.7062 3.86991 19.6143 2.99997 21 2.99997C21.5523 2.99997 22 3.44769 22 3.99997C22 4.55226 21.5523 4.99997 21 4.99997C20.5998 4.99997 20.2266 5.20945 19.8043 5.88136C19.3695 6.57309 19.0272 7.53481 18.6534 8.63838C18.6305 8.70606 18.6075 8.77438 18.5842 8.84321C18.2502 9.83243 17.8802 10.9283 17.3914 11.7826C16.8693 12.6952 16.0351 13.6353 14.6864 13.6353C13.8308 13.6353 13.2045 13.178 12.7705 12.712C12.3663 12.278 12.0276 11.7256 11.7515 11.2754C11.7407 11.2577 11.7299 11.2402 11.7193 11.2228C11.4089 10.717 11.1648 10.3289 10.9068 10.0557C10.664 9.79867 10.5214 9.76427 10.4282 9.76427C10.2397 9.76427 9.84426 9.92299 9.28164 10.675C8.75444 11.3797 8.24152 12.3955 7.77643 13.5674C6.90696 15.7583 6.28208 18.295 6.03497 19.841C6.11629 19.8553 6.20211 19.8686 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.15723 17.9899 4.20546 18.2253 4.26396 18.4245C4.601 16.7966 5.17465 14.7015 5.91746 12.8297C6.41053 11.5872 7.00028 10.3858 7.68019 9.47697C8.32468 8.61549 9.24077 7.76427 10.4282 7.76427C11.2859 7.76427 11.9181 8.21375 12.3608 8.68248C12.7786 9.12486 13.1245 9.68862 13.4045 10.1452L13.4239 10.1768C13.736 10.6853 13.9781 11.0741 14.234 11.3489C14.476 11.6087 14.6102 11.6353 14.6864 11.6353C14.941 11.6353 15.2513 11.4959 15.6554 10.7894C16.0437 10.1108 16.3558 9.1885 16.7162 8.12361C16.7304 8.08158 16.7447 8.03933 16.7591 7.99686C17.1165 6.9416 17.5281 5.7445 18.1109 4.81711C18.7062 3.86991 19.6143 2.99997 21 2.99997C21.5523 2.99997 22 3.44769 22 3.99997C22 4.55226 21.5523 4.99997 21 4.99997C20.5998 4.99997 20.2266 5.20945 19.8043 5.88136C19.3695 6.57309 19.0272 7.53481 18.6534 8.63838C18.6305 8.70606 18.6075 8.77438 18.5842 8.84321C18.2502 9.83243 17.8802 10.9283 17.3914 11.7826C16.8693 12.6952 16.0351 13.6353 14.6864 13.6353C13.8308 13.6353 13.2045 13.178 12.7705 12.712C12.3663 12.278 12.0276 11.7256 11.7515 11.2754C11.7407 11.2577 11.7299 11.2402 11.7193 11.2228C11.4089 10.717 11.1648 10.3289 10.9068 10.0557C10.664 9.79867 10.5214 9.76427 10.4282 9.76427C10.2397 9.76427 9.84426 9.92299 9.28164 10.675C8.75444 11.3797 8.24152 12.3955 7.77643 13.5674C6.90696 15.7583 6.28208 18.295 6.03497 19.841C6.11629 19.8553 6.20211 19.8686 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-maximum{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 6C5 5.44772 5.44772 5 6 5H6.00898C6.56126 5 7.00898 5.44772 7.00898 6C7.00898 6.55228 6.56126 7 6.00898 7H6C5.44772 7 5 6.55228 5 6ZM7.9982 6C7.9982 5.44772 8.44592 5 8.9982 5H9.00718C9.55947 5 10.0072 5.44772 10.0072 6C10.0072 6.55228 9.55947 7 9.00718 7H8.9982C8.44592 7 7.9982 6.55228 7.9982 6ZM10.9964 6C10.9964 5.44772 11.4441 5 11.9964 5H12.0054C12.5577 5 13.0054 5.44772 13.0054 6C13.0054 6.55228 12.5577 7 12.0054 7H11.9964C11.4441 7 10.9964 6.55228 10.9964 6ZM13.9946 6C13.9946 5.44772 14.4423 5 14.9946 5H15.0036C15.5559 5 16.0036 5.44772 16.0036 6C16.0036 6.55228 15.5559 7 15.0036 7H14.9946C14.4423 7 13.9946 6.55228 13.9946 6ZM16.9928 6C16.9928 5.44772 17.4405 5 17.9928 5H18.0018C18.5541 5 19.0018 5.44772 19.0018 6C19.0018 6.55228 18.5541 7 18.0018 7H17.9928C17.4405 7 16.9928 6.55228 16.9928 6ZM19.991 6C19.991 5.44772 20.4387 5 20.991 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H20.991C20.4387 7 19.991 6.55228 19.991 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C4.99508 19.5306 5.35803 19.721 6.02661 19.8396C6.164 16.8568 6.827 14.1394 7.86293 12.0675C9.00187 9.78963 10.7603 8 13 8C15.2397 8 16.9981 9.78963 18.1371 12.0675C19.1915 14.1765 19.8596 16.9543 19.9803 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.92293 22 8.03613 22 7.26199 21.9653C7.17849 21.9879 7.09066 22 7 22C6.86608 22 6.73831 21.9737 6.62157 21.9259C6.41367 21.909 6.21529 21.8884 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2ZM8.02192 19.9883C8.58939 19.9996 9.24158 20 10 20H17.9786C17.8588 17.2166 17.2449 14.7554 16.3482 12.9619C15.3156 10.8967 14.074 10 13 10C11.926 10 10.6844 10.8967 9.65179 12.9619C8.75632 14.7529 8.14291 17.2097 8.02192 19.9883Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 6C5 5.44772 5.44772 5 6 5H6.00898C6.56126 5 7.00898 5.44772 7.00898 6C7.00898 6.55228 6.56126 7 6.00898 7H6C5.44772 7 5 6.55228 5 6ZM7.9982 6C7.9982 5.44772 8.44592 5 8.9982 5H9.00718C9.55947 5 10.0072 5.44772 10.0072 6C10.0072 6.55228 9.55947 7 9.00718 7H8.9982C8.44592 7 7.9982 6.55228 7.9982 6ZM10.9964 6C10.9964 5.44772 11.4441 5 11.9964 5H12.0054C12.5577 5 13.0054 5.44772 13.0054 6C13.0054 6.55228 12.5577 7 12.0054 7H11.9964C11.4441 7 10.9964 6.55228 10.9964 6ZM13.9946 6C13.9946 5.44772 14.4423 5 14.9946 5H15.0036C15.5559 5 16.0036 5.44772 16.0036 6C16.0036 6.55228 15.5559 7 15.0036 7H14.9946C14.4423 7 13.9946 6.55228 13.9946 6ZM16.9928 6C16.9928 5.44772 17.4405 5 17.9928 5H18.0018C18.5541 5 19.0018 5.44772 19.0018 6C19.0018 6.55228 18.5541 7 18.0018 7H17.9928C17.4405 7 16.9928 6.55228 16.9928 6ZM19.991 6C19.991 5.44772 20.4387 5 20.991 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H20.991C20.4387 7 19.991 6.55228 19.991 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C4.99508 19.5306 5.35803 19.721 6.02661 19.8396C6.164 16.8568 6.827 14.1394 7.86293 12.0675C9.00187 9.78963 10.7603 8 13 8C15.2397 8 16.9981 9.78963 18.1371 12.0675C19.1915 14.1765 19.8596 16.9543 19.9803 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.92293 22 8.03613 22 7.26199 21.9653C7.17849 21.9879 7.09066 22 7 22C6.86608 22 6.73831 21.9737 6.62157 21.9259C6.41367 21.909 6.21529 21.8884 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2ZM8.02192 19.9883C8.58939 19.9996 9.24158 20 10 20H17.9786C17.8588 17.2166 17.2449 14.7554 16.3482 12.9619C15.3156 10.8967 14.074 10 13 10C11.926 10 10.6844 10.8967 9.65179 12.9619C8.75632 14.7529 8.14291 17.2097 8.02192 19.9883Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-medium{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3C11 2.44772 11.4477 2 12 2H12.009C12.5613 2 13.009 2.44772 13.009 3C13.009 3.55228 12.5613 4 12.009 4H12C11.4477 4 11 3.55228 11 3ZM11 6C11 5.44772 11.4477 5 12 5H12.009C12.5613 5 13.009 5.44772 13.009 6C13.009 6.55228 12.5613 7 12.009 7H12C11.4477 7 11 6.55228 11 6ZM11 9C11 8.44772 11.4477 8 12 8H12.009C12.5613 8 13.009 8.44772 13.009 9C13.009 9.55228 12.5613 10 12.009 10H12C11.4477 10 11 9.55228 11 9ZM11 12C11 11.4477 11.4477 11 12 11H12.009C12.5613 11 13.009 11.4477 13.009 12C13.009 12.5523 12.5613 13 12.009 13H12C11.4477 13 11 12.5523 11 12ZM11 15C11 14.4477 11.4477 14 12 14H12.009C12.5613 14 13.009 14.4477 13.009 15C13.009 15.5523 12.5613 16 12.009 16H12C11.4477 16 11 15.5523 11 15ZM11 18C11 17.4477 11.4477 17 12 17H12.009C12.5613 17 13.009 17.4477 13.009 18C13.009 18.5523 12.5613 19 12.009 19H12C11.4477 19 11 18.5523 11 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.99297 6C8.10238 6 7.45463 6.52034 6.85745 7.51481C6.57313 7.98829 5.95882 8.14163 5.48534 7.8573C5.01186 7.57298 4.85852 6.95866 5.14285 6.48519C5.89262 5.2366 7.07217 4 8.99297 4C9.91515 4 10.7105 4.23632 11.3801 4.68477C12.0392 5.12624 12.5183 5.7341 12.8817 6.39092C13.5509 7.60053 13.9161 9.15747 14.2435 10.5529C14.2606 10.626 14.2777 10.6987 14.2946 10.7709C14.6562 12.3069 14.9937 13.6433 15.5755 14.6089C15.8546 15.0722 16.1679 15.4092 16.5313 15.6335C16.8881 15.8538 17.3485 16 17.982 16C18.8817 16 19.5261 15.4761 20.1511 14.4717C20.4429 14.0028 21.0596 13.8592 21.5285 14.151C21.9974 14.4427 22.141 15.0594 21.8492 15.5283C21.0856 16.7554 19.9137 18 17.982 18C17.0189 18 16.1867 17.7712 15.4806 17.3353C14.781 16.9033 14.2611 16.3028 13.8624 15.6411C13.0886 14.3567 12.6924 12.6931 12.3478 11.2291C12.3419 11.204 12.3361 11.179 12.3302 11.1541C11.9728 9.63507 11.6634 8.32028 11.1316 7.35908C10.8726 6.8909 10.5878 6.56126 10.2671 6.34648C9.95684 6.13868 9.55656 6 8.99297 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3C11 2.44772 11.4477 2 12 2H12.009C12.5613 2 13.009 2.44772 13.009 3C13.009 3.55228 12.5613 4 12.009 4H12C11.4477 4 11 3.55228 11 3ZM11 6C11 5.44772 11.4477 5 12 5H12.009C12.5613 5 13.009 5.44772 13.009 6C13.009 6.55228 12.5613 7 12.009 7H12C11.4477 7 11 6.55228 11 6ZM11 9C11 8.44772 11.4477 8 12 8H12.009C12.5613 8 13.009 8.44772 13.009 9C13.009 9.55228 12.5613 10 12.009 10H12C11.4477 10 11 9.55228 11 9ZM11 12C11 11.4477 11.4477 11 12 11H12.009C12.5613 11 13.009 11.4477 13.009 12C13.009 12.5523 12.5613 13 12.009 13H12C11.4477 13 11 12.5523 11 12ZM11 15C11 14.4477 11.4477 14 12 14H12.009C12.5613 14 13.009 14.4477 13.009 15C13.009 15.5523 12.5613 16 12.009 16H12C11.4477 16 11 15.5523 11 15ZM11 18C11 17.4477 11.4477 17 12 17H12.009C12.5613 17 13.009 17.4477 13.009 18C13.009 18.5523 12.5613 19 12.009 19H12C11.4477 19 11 18.5523 11 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.99297 6C8.10238 6 7.45463 6.52034 6.85745 7.51481C6.57313 7.98829 5.95882 8.14163 5.48534 7.8573C5.01186 7.57298 4.85852 6.95866 5.14285 6.48519C5.89262 5.2366 7.07217 4 8.99297 4C9.91515 4 10.7105 4.23632 11.3801 4.68477C12.0392 5.12624 12.5183 5.7341 12.8817 6.39092C13.5509 7.60053 13.9161 9.15747 14.2435 10.5529C14.2606 10.626 14.2777 10.6987 14.2946 10.7709C14.6562 12.3069 14.9937 13.6433 15.5755 14.6089C15.8546 15.0722 16.1679 15.4092 16.5313 15.6335C16.8881 15.8538 17.3485 16 17.982 16C18.8817 16 19.5261 15.4761 20.1511 14.4717C20.4429 14.0028 21.0596 13.8592 21.5285 14.151C21.9974 14.4427 22.141 15.0594 21.8492 15.5283C21.0856 16.7554 19.9137 18 17.982 18C17.0189 18 16.1867 17.7712 15.4806 17.3353C14.781 16.9033 14.2611 16.3028 13.8624 15.6411C13.0886 14.3567 12.6924 12.6931 12.3478 11.2291C12.3419 11.204 12.3361 11.179 12.3302 11.1541C11.9728 9.63507 11.6634 8.32028 11.1316 7.35908C10.8726 6.8909 10.5878 6.56126 10.2671 6.34648C9.95684 6.13868 9.55656 6 8.99297 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-minimum{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.3647 10.2993C18.356 8.48206 19 5.90322 19 3C19 2.44772 19.4477 2 20 2C20.5523 2 21 2.44772 21 3C21 6.17191 20.3009 9.09308 19.1205 11.257C17.9608 13.3832 16.1943 15 14 15C11.8057 15 10.0392 13.3832 8.87946 11.257C7.69913 9.09307 7 6.17191 7 3C7 2.44771 7.44771 2 8 2C8.55229 2 9 2.44771 9 3C9 5.90322 9.64402 8.48206 10.6353 10.2993C11.6471 12.1544 12.8806 13 14 13C15.1194 13 16.3529 12.1544 17.3647 10.2993Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 17C5 16.4477 5.44772 16 6 16H6.00898C6.56126 16 7.00898 16.4477 7.00898 17C7.00898 17.5523 6.56126 18 6.00898 18H6C5.44772 18 5 17.5523 5 17ZM7.9982 17C7.9982 16.4477 8.44592 16 8.9982 16H9.00718C9.55947 16 10.0072 16.4477 10.0072 17C10.0072 17.5523 9.55947 18 9.00718 18H8.9982C8.44592 18 7.9982 17.5523 7.9982 17ZM10.9964 17C10.9964 16.4477 11.4441 16 11.9964 16H12.0054C12.5577 16 13.0054 16.4477 13.0054 17C13.0054 17.5523 12.5577 18 12.0054 18H11.9964C11.4441 18 10.9964 17.5523 10.9964 17ZM13.9946 17C13.9946 16.4477 14.4423 16 14.9946 16H15.0036C15.5559 16 16.0036 16.4477 16.0036 17C16.0036 17.5523 15.5559 18 15.0036 18H14.9946C14.4423 18 13.9946 17.5523 13.9946 17ZM16.9928 17C16.9928 16.4477 17.4405 16 17.9928 16H18.0018C18.5541 16 19.0018 16.4477 19.0018 17C19.0018 17.5523 18.5541 18 18.0018 18H17.9928C17.4405 18 16.9928 17.5523 16.9928 17ZM19.991 17C19.991 16.4477 20.4387 16 20.991 16H21C21.5523 16 22 16.4477 22 17C22 17.5523 21.5523 18 21 18H20.991C20.4387 18 19.991 17.5523 19.991 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.3647 10.2993C18.356 8.48206 19 5.90322 19 3C19 2.44772 19.4477 2 20 2C20.5523 2 21 2.44772 21 3C21 6.17191 20.3009 9.09308 19.1205 11.257C17.9608 13.3832 16.1943 15 14 15C11.8057 15 10.0392 13.3832 8.87946 11.257C7.69913 9.09307 7 6.17191 7 3C7 2.44771 7.44771 2 8 2C8.55229 2 9 2.44771 9 3C9 5.90322 9.64402 8.48206 10.6353 10.2993C11.6471 12.1544 12.8806 13 14 13C15.1194 13 16.3529 12.1544 17.3647 10.2993Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 17C5 16.4477 5.44772 16 6 16H6.00898C6.56126 16 7.00898 16.4477 7.00898 17C7.00898 17.5523 6.56126 18 6.00898 18H6C5.44772 18 5 17.5523 5 17ZM7.9982 17C7.9982 16.4477 8.44592 16 8.9982 16H9.00718C9.55947 16 10.0072 16.4477 10.0072 17C10.0072 17.5523 9.55947 18 9.00718 18H8.9982C8.44592 18 7.9982 17.5523 7.9982 17ZM10.9964 17C10.9964 16.4477 11.4441 16 11.9964 16H12.0054C12.5577 16 13.0054 16.4477 13.0054 17C13.0054 17.5523 12.5577 18 12.0054 18H11.9964C11.4441 18 10.9964 17.5523 10.9964 17ZM13.9946 17C13.9946 16.4477 14.4423 16 14.9946 16H15.0036C15.5559 16 16.0036 16.4477 16.0036 17C16.0036 17.5523 15.5559 18 15.0036 18H14.9946C14.4423 18 13.9946 17.5523 13.9946 17ZM16.9928 17C16.9928 16.4477 17.4405 16 17.9928 16H18.0018C18.5541 16 19.0018 16.4477 19.0018 17C19.0018 17.5523 18.5541 18 18.0018 18H17.9928C17.4405 18 16.9928 17.5523 16.9928 17ZM19.991 17C19.991 16.4477 20.4387 16 20.991 16H21C21.5523 16 22 16.4477 22 17C22 17.5523 21.5523 18 21 18H20.991C20.4387 18 19.991 17.5523 19.991 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-radar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2473 2.32391C11.2473 1.74849 11.2473 1.46077 11.008 1.31456C10.7687 1.16834 10.543 1.28412 10.0915 1.51567C9.96223 1.58199 9.83228 1.65403 9.70098 1.73132C8.96068 2.16715 8.11472 2.80945 7.05757 3.6121L7.05756 3.61211L4.99162 5.18064L4.99158 5.18067C4.02189 5.91688 3.24426 6.50727 2.66926 7.05457C2.55979 7.15877 2.45576 7.26312 2.35745 7.3685C2.06721 7.67961 1.92209 7.83517 1.95367 8.06981C1.95768 8.09961 1.96768 8.14111 1.97768 8.16946C2.05645 8.39273 2.28475 8.47534 2.74134 8.64055L8.2564 10.6656C8.40831 10.7231 8.57876 10.6906 8.70843 10.5927C8.96889 10.3962 9.31018 10.1828 9.7496 9.90812L10.1137 9.68051C10.3278 9.54665 10.5169 9.42843 10.6874 9.32617C10.9741 9.15417 11.1175 9.06816 11.1824 8.95353C11.2473 8.83889 11.2473 8.68653 11.2473 8.38179V2.32391ZM12.7495 8.54401C12.7495 8.81527 12.7495 8.9509 12.8036 9.05754C12.8577 9.16417 12.9777 9.25202 13.2178 9.42771C13.3845 9.54972 13.5696 9.69123 13.7808 9.8526L14.4696 10.379C14.8656 10.6816 15.1732 10.9166 15.4059 11.1282C15.4877 11.2026 15.6047 11.2267 15.7069 11.1847L21.1957 8.66545L21.2594 8.63496C21.7281 8.41046 21.9625 8.29821 22.0081 8.0468C22.0536 7.79538 21.8941 7.62937 21.575 7.29735C21.4968 7.21606 21.4153 7.13527 21.3305 7.05457C20.7555 6.50727 19.9779 5.91686 19.0082 5.18064L16.9422 3.6121C15.8851 2.80945 15.0391 2.16715 14.2988 1.73132C14.1663 1.6533 14.0351 1.58063 13.9046 1.51379C13.4535 1.28273 13.2279 1.1672 12.9887 1.31344C12.7495 1.45967 12.7495 1.74719 12.7495 2.32223V8.54401ZM22.7319 10.6194C22.7541 10.4243 22.7651 10.3268 22.7216 10.213C22.6577 10.0457 22.4492 9.89735 22.2703 9.89174C22.1485 9.88791 22.04 9.93988 21.823 10.0438L16.315 12.5717C16.306 12.5759 16.2969 12.5798 16.2877 12.5836C16.1929 12.6226 16.1455 12.6421 16.1085 12.6655C16.0246 12.7187 15.9716 12.7778 15.9277 12.8669C15.9084 12.9061 15.8919 12.9627 15.8589 13.0759C15.7853 13.329 15.6863 13.6224 15.5676 13.9742L15.3591 14.5919C15.2348 14.9605 15.1344 15.2581 15.0367 15.5016C14.9746 15.6564 14.9926 15.8343 15.0949 15.9661L18.5915 20.5055C18.7564 20.7041 18.8388 20.8034 18.956 20.8506C19.0943 20.9063 19.2983 20.8849 19.422 20.8015C19.5268 20.731 19.5776 20.6342 19.6793 20.4406C19.7533 20.2995 19.8238 20.1523 19.8918 19.9989C20.2289 19.2383 20.5335 18.2587 20.9131 17.0376L20.9131 17.0376L21.8501 14.0242L21.8501 14.0242C22.2101 12.8663 22.4993 11.9362 22.6485 11.1578C22.6838 10.9741 22.712 10.795 22.7319 10.6194ZM17.161 22.4949C17.3465 22.4469 17.4392 22.4229 17.5295 22.3423C17.649 22.2358 17.7194 22.0174 17.6848 21.8611C17.6587 21.7429 17.5829 21.6517 17.4315 21.4693C17.4256 21.4622 17.4198 21.455 17.4142 21.4477L13.9107 16.8993L13.9091 16.8973C13.8913 16.8743 13.8824 16.8628 13.8757 16.8549C13.7653 16.7241 13.6204 16.6644 13.4499 16.6794C13.4396 16.6803 13.4209 16.6828 13.3836 16.6876C13.1675 16.7157 12.918 16.7408 12.6261 16.7702L12.0522 16.8279C10.8787 16.9459 10.2383 17.0103 9.76658 16.7718C9.72415 16.7503 9.67136 16.7639 9.64779 16.8052L7.14701 21.3504C7.14314 21.3575 7.13914 21.3644 7.13504 21.3714C6.86318 21.8304 6.72724 22.0599 6.82486 22.2919C6.83191 22.3087 6.84278 22.3307 6.85182 22.3465C6.97689 22.565 7.21597 22.5933 7.69413 22.6499C7.7042 22.6511 7.71427 22.6523 7.72437 22.6535C8.55335 22.7488 9.5834 22.7488 10.8708 22.7488H13.129C14.4164 22.7488 15.4465 22.7488 16.2754 22.6535C16.588 22.6175 16.8823 22.5671 17.161 22.4949ZM4.46739 20.7038C4.71298 21.1171 4.83578 21.3238 5.11279 21.3301C5.11944 21.3302 5.12945 21.3302 5.13609 21.3301C5.4131 21.3234 5.5553 21.0834 5.8397 20.6032L8.34321 16.053L8.61554 15.5758C8.71941 15.3938 8.77135 15.3028 8.78362 15.2033C8.79589 15.1037 8.76707 15.0009 8.70944 14.7953C8.68141 14.6953 8.65238 14.5908 8.62202 14.4815L8.35147 13.5073C8.24179 13.1123 8.15148 12.7871 8.08908 12.5097C8.07968 12.4679 8.07498 12.4469 8.07198 12.436C8.02928 12.2797 7.93658 12.1729 7.78781 12.1087C7.77737 12.1042 7.76238 12.0985 7.73239 12.0871L2.23129 10.0672L2.22798 10.066C1.91984 9.95454 1.76577 9.89879 1.61308 9.94037C1.49305 9.97306 1.35799 10.082 1.30067 10.1925C1.22777 10.3329 1.24657 10.4721 1.28416 10.7504C1.30219 10.8839 1.32476 11.0195 1.35127 11.1578C1.50047 11.9362 1.78967 12.8662 2.14972 14.0242L3.08664 17.0375L3.08664 17.0375C3.46632 18.2586 3.77089 19.2382 4.10804 19.9989C4.21954 20.2504 4.3376 20.4853 4.46739 20.7038Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2473 2.32391C11.2473 1.74849 11.2473 1.46077 11.008 1.31456C10.7687 1.16834 10.543 1.28412 10.0915 1.51567C9.96223 1.58199 9.83228 1.65403 9.70098 1.73132C8.96068 2.16715 8.11472 2.80945 7.05757 3.6121L7.05756 3.61211L4.99162 5.18064L4.99158 5.18067C4.02189 5.91688 3.24426 6.50727 2.66926 7.05457C2.55979 7.15877 2.45576 7.26312 2.35745 7.3685C2.06721 7.67961 1.92209 7.83517 1.95367 8.06981C1.95768 8.09961 1.96768 8.14111 1.97768 8.16946C2.05645 8.39273 2.28475 8.47534 2.74134 8.64055L8.2564 10.6656C8.40831 10.7231 8.57876 10.6906 8.70843 10.5927C8.96889 10.3962 9.31018 10.1828 9.7496 9.90812L10.1137 9.68051C10.3278 9.54665 10.5169 9.42843 10.6874 9.32617C10.9741 9.15417 11.1175 9.06816 11.1824 8.95353C11.2473 8.83889 11.2473 8.68653 11.2473 8.38179V2.32391ZM12.7495 8.54401C12.7495 8.81527 12.7495 8.9509 12.8036 9.05754C12.8577 9.16417 12.9777 9.25202 13.2178 9.42771C13.3845 9.54972 13.5696 9.69123 13.7808 9.8526L14.4696 10.379C14.8656 10.6816 15.1732 10.9166 15.4059 11.1282C15.4877 11.2026 15.6047 11.2267 15.7069 11.1847L21.1957 8.66545L21.2594 8.63496C21.7281 8.41046 21.9625 8.29821 22.0081 8.0468C22.0536 7.79538 21.8941 7.62937 21.575 7.29735C21.4968 7.21606 21.4153 7.13527 21.3305 7.05457C20.7555 6.50727 19.9779 5.91686 19.0082 5.18064L16.9422 3.6121C15.8851 2.80945 15.0391 2.16715 14.2988 1.73132C14.1663 1.6533 14.0351 1.58063 13.9046 1.51379C13.4535 1.28273 13.2279 1.1672 12.9887 1.31344C12.7495 1.45967 12.7495 1.74719 12.7495 2.32223V8.54401ZM22.7319 10.6194C22.7541 10.4243 22.7651 10.3268 22.7216 10.213C22.6577 10.0457 22.4492 9.89735 22.2703 9.89174C22.1485 9.88791 22.04 9.93988 21.823 10.0438L16.315 12.5717C16.306 12.5759 16.2969 12.5798 16.2877 12.5836C16.1929 12.6226 16.1455 12.6421 16.1085 12.6655C16.0246 12.7187 15.9716 12.7778 15.9277 12.8669C15.9084 12.9061 15.8919 12.9627 15.8589 13.0759C15.7853 13.329 15.6863 13.6224 15.5676 13.9742L15.3591 14.5919C15.2348 14.9605 15.1344 15.2581 15.0367 15.5016C14.9746 15.6564 14.9926 15.8343 15.0949 15.9661L18.5915 20.5055C18.7564 20.7041 18.8388 20.8034 18.956 20.8506C19.0943 20.9063 19.2983 20.8849 19.422 20.8015C19.5268 20.731 19.5776 20.6342 19.6793 20.4406C19.7533 20.2995 19.8238 20.1523 19.8918 19.9989C20.2289 19.2383 20.5335 18.2587 20.9131 17.0376L20.9131 17.0376L21.8501 14.0242L21.8501 14.0242C22.2101 12.8663 22.4993 11.9362 22.6485 11.1578C22.6838 10.9741 22.712 10.795 22.7319 10.6194ZM17.161 22.4949C17.3465 22.4469 17.4392 22.4229 17.5295 22.3423C17.649 22.2358 17.7194 22.0174 17.6848 21.8611C17.6587 21.7429 17.5829 21.6517 17.4315 21.4693C17.4256 21.4622 17.4198 21.455 17.4142 21.4477L13.9107 16.8993L13.9091 16.8973C13.8913 16.8743 13.8824 16.8628 13.8757 16.8549C13.7653 16.7241 13.6204 16.6644 13.4499 16.6794C13.4396 16.6803 13.4209 16.6828 13.3836 16.6876C13.1675 16.7157 12.918 16.7408 12.6261 16.7702L12.0522 16.8279C10.8787 16.9459 10.2383 17.0103 9.76658 16.7718C9.72415 16.7503 9.67136 16.7639 9.64779 16.8052L7.14701 21.3504C7.14314 21.3575 7.13914 21.3644 7.13504 21.3714C6.86318 21.8304 6.72724 22.0599 6.82486 22.2919C6.83191 22.3087 6.84278 22.3307 6.85182 22.3465C6.97689 22.565 7.21597 22.5933 7.69413 22.6499C7.7042 22.6511 7.71427 22.6523 7.72437 22.6535C8.55335 22.7488 9.5834 22.7488 10.8708 22.7488H13.129C14.4164 22.7488 15.4465 22.7488 16.2754 22.6535C16.588 22.6175 16.8823 22.5671 17.161 22.4949ZM4.46739 20.7038C4.71298 21.1171 4.83578 21.3238 5.11279 21.3301C5.11944 21.3302 5.12945 21.3302 5.13609 21.3301C5.4131 21.3234 5.5553 21.0834 5.8397 20.6032L8.34321 16.053L8.61554 15.5758C8.71941 15.3938 8.77135 15.3028 8.78362 15.2033C8.79589 15.1037 8.76707 15.0009 8.70944 14.7953C8.68141 14.6953 8.65238 14.5908 8.62202 14.4815L8.35147 13.5073C8.24179 13.1123 8.15148 12.7871 8.08908 12.5097C8.07968 12.4679 8.07498 12.4469 8.07198 12.436C8.02928 12.2797 7.93658 12.1729 7.78781 12.1087C7.77737 12.1042 7.76238 12.0985 7.73239 12.0871L2.23129 10.0672L2.22798 10.066C1.91984 9.95454 1.76577 9.89879 1.61308 9.94037C1.49305 9.97306 1.35799 10.082 1.30067 10.1925C1.22777 10.3329 1.24657 10.4721 1.28416 10.7504C1.30219 10.8839 1.32476 11.0195 1.35127 11.1578C1.50047 11.9362 1.78967 12.8662 2.14972 14.0242L3.08664 17.0375L3.08664 17.0375C3.46632 18.2586 3.77089 19.2382 4.10804 19.9989C4.21954 20.2504 4.3376 20.4853 4.46739 20.7038Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-relationship{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 5.5L9.5 5.5C8.94772 5.5 8.5 5.05228 8.5 4.5C8.5 3.94772 8.94772 3.5 9.5 3.5L18.5 3.5C19.0523 3.5 19.5 3.94772 19.5 4.5C19.5 5.05229 19.0523 5.5 18.5 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.79289 7.79289C8.18342 7.40237 8.81658 7.40237 9.20711 7.79289L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L7.79289 9.20711C7.40237 8.81658 7.40237 8.18342 7.79289 7.79289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 7.5C5.05228 7.5 5.5 7.94772 5.5 8.5L5.5 19.5C5.5 20.0523 5.05228 20.5 4.5 20.5C3.94771 20.5 3.5 20.0523 3.5 19.5L3.5 8.5C3.5 7.94772 3.94772 7.5 4.5 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%225.94444%22 cy%3D%225.94444%22 r%3D%224.44444%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 20C7 21.3807 5.88071 22.5 4.5 22.5C3.11929 22.5 2 21.3807 2 20C2 18.6193 3.11929 17.5 4.5 17.5C5.88071 17.5 7 18.6193 7 20Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2216%22 cy%3D%2216%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.5 4.5C22.5 5.88071 21.3807 7 20 7C18.6193 7 17.5 5.88071 17.5 4.5C17.5 3.11929 18.6193 2 20 2C21.3807 2 22.5 3.11929 22.5 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 5.5L9.5 5.5C8.94772 5.5 8.5 5.05228 8.5 4.5C8.5 3.94772 8.94772 3.5 9.5 3.5L18.5 3.5C19.0523 3.5 19.5 3.94772 19.5 4.5C19.5 5.05229 19.0523 5.5 18.5 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.79289 7.79289C8.18342 7.40237 8.81658 7.40237 9.20711 7.79289L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L7.79289 9.20711C7.40237 8.81658 7.40237 8.18342 7.79289 7.79289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 7.5C5.05228 7.5 5.5 7.94772 5.5 8.5L5.5 19.5C5.5 20.0523 5.05228 20.5 4.5 20.5C3.94771 20.5 3.5 20.0523 3.5 19.5L3.5 8.5C3.5 7.94772 3.94772 7.5 4.5 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%225.94444%22 cy%3D%225.94444%22 r%3D%224.44444%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 20C7 21.3807 5.88071 22.5 4.5 22.5C3.11929 22.5 2 21.3807 2 20C2 18.6193 3.11929 17.5 4.5 17.5C5.88071 17.5 7 18.6193 7 20Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2216%22 cy%3D%2216%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.5 4.5C22.5 5.88071 21.3807 7 20 7C18.6193 7 17.5 5.88071 17.5 4.5C17.5 3.11929 18.6193 2 20 2C21.3807 2 22.5 3.11929 22.5 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-ring{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.33882 4.27458C5.13391 4.06966 5.14495 3.73311 5.37272 3.55394C7.20716 2.11083 9.52122 1.25 12.0363 1.25C17.5585 1.25 22.1115 5.39978 22.7469 10.751C22.781 11.0386 22.5509 11.2843 22.2613 11.2843H16.3941C16.1539 11.2843 15.9509 11.1122 15.8819 10.8821C15.3859 9.22843 13.8521 8.02344 12.037 8.02344C11.3487 8.02344 10.7009 8.19669 10.1347 8.50197C9.92334 8.61596 9.65824 8.594 9.48842 8.42418L5.33882 4.27458ZM4.27458 5.33882C4.06966 5.13391 3.73311 5.14495 3.55394 5.37272C2.11083 7.20716 1.25 9.52122 1.25 12.0363C1.25 17.5585 5.39978 22.1115 10.751 22.7469C11.0386 22.781 11.2843 22.5509 11.2843 22.2613V16.3941C11.2843 16.1539 11.1122 15.9509 10.8821 15.8819C9.22843 15.3859 8.02344 13.8521 8.02344 12.037C8.02344 11.3487 8.19669 10.7009 8.50197 10.1347C8.61596 9.92334 8.594 9.65824 8.42418 9.48842L4.27458 5.33882ZM13.1916 15.8819C12.9615 15.9509 12.7894 16.1539 12.7894 16.3941V22.2611C12.7894 22.5508 13.0352 22.7809 13.3229 22.7467C18.2517 22.161 22.161 18.2517 22.7467 13.3228C22.7809 13.0352 22.5508 12.7894 22.2611 12.7894H16.3941C16.1539 12.7894 15.9509 12.9615 15.8819 13.1916C15.4956 14.4797 14.4797 15.4956 13.1916 15.8819Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.33882 4.27458C5.13391 4.06966 5.14495 3.73311 5.37272 3.55394C7.20716 2.11083 9.52122 1.25 12.0363 1.25C17.5585 1.25 22.1115 5.39978 22.7469 10.751C22.781 11.0386 22.5509 11.2843 22.2613 11.2843H16.3941C16.1539 11.2843 15.9509 11.1122 15.8819 10.8821C15.3859 9.22843 13.8521 8.02344 12.037 8.02344C11.3487 8.02344 10.7009 8.19669 10.1347 8.50197C9.92334 8.61596 9.65824 8.594 9.48842 8.42418L5.33882 4.27458ZM4.27458 5.33882C4.06966 5.13391 3.73311 5.14495 3.55394 5.37272C2.11083 7.20716 1.25 9.52122 1.25 12.0363C1.25 17.5585 5.39978 22.1115 10.751 22.7469C11.0386 22.781 11.2843 22.5509 11.2843 22.2613V16.3941C11.2843 16.1539 11.1122 15.9509 10.8821 15.8819C9.22843 15.3859 8.02344 13.8521 8.02344 12.037C8.02344 11.3487 8.19669 10.7009 8.50197 10.1347C8.61596 9.92334 8.594 9.65824 8.42418 9.48842L4.27458 5.33882ZM13.1916 15.8819C12.9615 15.9509 12.7894 16.1539 12.7894 16.3941V22.2611C12.7894 22.5508 13.0352 22.7809 13.3229 22.7467C18.2517 22.161 22.161 18.2517 22.7467 13.3228C22.7809 13.0352 22.5508 12.7894 22.2611 12.7894H16.3941C16.1539 12.7894 15.9509 12.9615 15.8819 13.1916C15.4956 14.4797 14.4797 15.4956 13.1916 15.8819Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-rose{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1393 1.49455L14.0878 1.48292C13.587 1.36976 13.1255 1.26547 12.7276 1.25162C12.2678 1.23562 11.8423 1.33592 11.4459 1.65382C11.0304 1.98705 10.8501 2.42043 10.7705 2.89734C10.6991 3.32552 10.6992 3.85746 10.6992 4.45922L10.6992 4.51108V11.2669C10.6992 11.7383 10.6992 11.974 10.8457 12.1204C10.9921 12.2669 11.2278 12.2669 11.6992 12.2669H19.5155L19.5703 12.2669H19.5703C20.169 12.2669 20.7044 12.267 21.1362 12.1887C21.625 12.1001 22.0581 11.8993 22.3841 11.4562C22.6898 11.0406 22.7823 10.6111 22.7399 10.1438C22.7041 9.74906 22.5673 9.30588 22.4231 8.83901L22.4067 8.78574C21.2926 5.1734 18.1071 2.39038 14.1393 1.49455ZM8.558 7.22266C5.735 7.22266 3.33203 9.1648 3.33203 11.686C3.33203 12.0076 3.61033 12.2682 3.95362 12.2682H8.558C8.9013 12.2682 9.17959 12.0076 9.17959 11.686V7.80484C9.17959 7.48331 8.9013 7.22266 8.558 7.22266ZM4.36988 13.7695L4.30959 13.7695H4.30957C3.73301 13.7694 3.20147 13.7693 2.77066 13.8574C2.26481 13.9607 1.84535 14.1934 1.54563 14.6575C1.27496 15.0766 1.19287 15.4857 1.2882 15.9297C1.36536 16.2891 1.56136 16.6589 1.7523 17.0191L1.77913 17.0697C2.96218 19.3045 5.55833 20.8194 8.52738 20.8194C8.88782 20.8194 9.18001 20.5409 9.18001 20.1973L9.18001 14.3916C9.18001 14.2266 9.11125 14.0684 8.98886 13.9517C8.86647 13.8351 8.70047 13.7695 8.52738 13.7695H4.36988ZM10.6992 14.4161C10.6992 14.059 10.9881 13.7695 11.3445 13.7695H19.9483C20.3047 13.7695 20.5936 14.059 20.5936 14.4161C20.5936 18.2376 17.806 21.4069 14.068 22.4516L14.0168 22.4659L14.0167 22.4659C13.5511 22.5961 13.114 22.7184 12.7293 22.7459C12.2777 22.7781 11.8618 22.6855 11.4645 22.3832C11.0432 22.0627 10.8555 21.64 10.7727 21.1677C10.6991 20.7477 10.6992 20.2266 10.6992 19.6412L10.6992 19.5889V14.4161Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1393 1.49455L14.0878 1.48292C13.587 1.36976 13.1255 1.26547 12.7276 1.25162C12.2678 1.23562 11.8423 1.33592 11.4459 1.65382C11.0304 1.98705 10.8501 2.42043 10.7705 2.89734C10.6991 3.32552 10.6992 3.85746 10.6992 4.45922L10.6992 4.51108V11.2669C10.6992 11.7383 10.6992 11.974 10.8457 12.1204C10.9921 12.2669 11.2278 12.2669 11.6992 12.2669H19.5155L19.5703 12.2669H19.5703C20.169 12.2669 20.7044 12.267 21.1362 12.1887C21.625 12.1001 22.0581 11.8993 22.3841 11.4562C22.6898 11.0406 22.7823 10.6111 22.7399 10.1438C22.7041 9.74906 22.5673 9.30588 22.4231 8.83901L22.4067 8.78574C21.2926 5.1734 18.1071 2.39038 14.1393 1.49455ZM8.558 7.22266C5.735 7.22266 3.33203 9.1648 3.33203 11.686C3.33203 12.0076 3.61033 12.2682 3.95362 12.2682H8.558C8.9013 12.2682 9.17959 12.0076 9.17959 11.686V7.80484C9.17959 7.48331 8.9013 7.22266 8.558 7.22266ZM4.36988 13.7695L4.30959 13.7695H4.30957C3.73301 13.7694 3.20147 13.7693 2.77066 13.8574C2.26481 13.9607 1.84535 14.1934 1.54563 14.6575C1.27496 15.0766 1.19287 15.4857 1.2882 15.9297C1.36536 16.2891 1.56136 16.6589 1.7523 17.0191L1.77913 17.0697C2.96218 19.3045 5.55833 20.8194 8.52738 20.8194C8.88782 20.8194 9.18001 20.5409 9.18001 20.1973L9.18001 14.3916C9.18001 14.2266 9.11125 14.0684 8.98886 13.9517C8.86647 13.8351 8.70047 13.7695 8.52738 13.7695H4.36988ZM10.6992 14.4161C10.6992 14.059 10.9881 13.7695 11.3445 13.7695H19.9483C20.3047 13.7695 20.5936 14.059 20.5936 14.4161C20.5936 18.2376 17.806 21.4069 14.068 22.4516L14.0168 22.4659L14.0167 22.4659C13.5511 22.5961 13.114 22.7184 12.7293 22.7459C12.2777 22.7781 11.8618 22.6855 11.4645 22.3832C11.0432 22.0627 10.8555 21.64 10.7727 21.1677C10.6991 20.7477 10.6992 20.2266 10.6992 19.6412L10.6992 19.5889V14.4161Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart-scatter{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 11C16.5 10.1716 17.1716 9.5 18 9.5H18.009C18.8374 9.5 19.509 10.1716 19.509 11C19.509 11.8284 18.8374 12.5 18.009 12.5H18C17.1716 12.5 16.5 11.8284 16.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 4C18.5 3.17157 19.1716 2.5 20 2.5H20.009C20.8374 2.5 21.509 3.17157 21.509 4C21.509 4.82843 20.8374 5.5 20.009 5.5H20C19.1716 5.5 18.5 4.82843 18.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 6C9.5 5.17157 10.1716 4.5 11 4.5H11.009C11.8374 4.5 12.509 5.17157 12.509 6C12.509 6.82843 11.8374 7.5 11.009 7.5H11C10.1716 7.5 9.5 6.82843 9.5 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 11C9.5 10.1716 10.1716 9.5 11 9.5H11.009C11.8374 9.5 12.509 10.1716 12.509 11C12.509 11.8284 11.8374 12.5 11.009 12.5H11C10.1716 12.5 9.5 11.8284 9.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 16C7.5 15.1716 8.17157 14.5 9 14.5H9.00898C9.83741 14.5 10.509 15.1716 10.509 16C10.509 16.8284 9.83741 17.5 9.00898 17.5H9C8.17157 17.5 7.5 16.8284 7.5 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16377 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.92793C8.33929 22 7.04614 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9527 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 11C16.5 10.1716 17.1716 9.5 18 9.5H18.009C18.8374 9.5 19.509 10.1716 19.509 11C19.509 11.8284 18.8374 12.5 18.009 12.5H18C17.1716 12.5 16.5 11.8284 16.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 4C18.5 3.17157 19.1716 2.5 20 2.5H20.009C20.8374 2.5 21.509 3.17157 21.509 4C21.509 4.82843 20.8374 5.5 20.009 5.5H20C19.1716 5.5 18.5 4.82843 18.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 6C9.5 5.17157 10.1716 4.5 11 4.5H11.009C11.8374 4.5 12.509 5.17157 12.509 6C12.509 6.82843 11.8374 7.5 11.009 7.5H11C10.1716 7.5 9.5 6.82843 9.5 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 11C9.5 10.1716 10.1716 9.5 11 9.5H11.009C11.8374 9.5 12.509 10.1716 12.509 11C12.509 11.8284 11.8374 12.5 11.009 12.5H11C10.1716 12.5 9.5 11.8284 9.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 16C7.5 15.1716 8.17157 14.5 9 14.5H9.00898C9.83741 14.5 10.509 15.1716 10.509 16C10.509 16.8284 9.83741 17.5 9.00898 17.5H9C8.17157 17.5 7.5 16.8284 7.5 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16377 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.92793C8.33929 22 7.04614 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9527 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-chart{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21.5C1 20.9477 1.44772 20.5 2 20.5L22 20.5C22.5523 20.5 23 20.9477 23 21.5C23 22.0523 22.5523 22.5 22 22.5L2 22.5C1.44772 22.5 1 22.0523 1 21.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 15.5C17 14.9477 17.4477 14.5 18 14.5H18.009C18.5613 14.5 19.009 14.9477 19.009 15.5C19.009 16.0523 18.5613 16.5 18.009 16.5H18C17.4477 16.5 17 16.0523 17 15.5ZM17 18.5C17 17.9477 17.4477 17.5 18 17.5H18.009C18.5613 17.5 19.009 17.9477 19.009 18.5C19.009 19.0523 18.5613 19.5 18.009 19.5H18C17.4477 19.5 17 19.0523 17 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 9.5C5 8.94772 5.44772 8.5 6 8.5H6.00898C6.56127 8.5 7.00898 8.94772 7.00898 9.5C7.00898 10.0523 6.56127 10.5 6.00898 10.5H6C5.44772 10.5 5 10.0523 5 9.5ZM5 12.5C5 11.9477 5.44772 11.5 6 11.5H6.00898C6.56127 11.5 7.00898 11.9477 7.00898 12.5C7.00898 13.0523 6.56127 13.5 6.00898 13.5H6C5.44772 13.5 5 13.0523 5 12.5ZM5 15.5C5 14.9477 5.44772 14.5 6 14.5H6.00898C6.56127 14.5 7.00898 14.9477 7.00898 15.5C7.00898 16.0523 6.56127 16.5 6.00898 16.5H6C5.44772 16.5 5 16.0523 5 15.5ZM5 18.5C5 17.9477 5.44772 17.5 6 17.5H6.00898C6.56127 17.5 7.00898 17.9477 7.00898 18.5C7.00898 19.0523 6.56127 19.5 6.00898 19.5H6C5.44772 19.5 5 19.0523 5 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3 4.5C3 2.84315 4.34315 1.5 6 1.5C7.65685 1.5 9 2.84315 9 4.5C9 4.62394 8.99248 4.74612 8.97788 4.86611L15.9293 8.3292C16.4678 7.81546 17.197 7.5 18 7.5C19.6569 7.5 21 8.84315 21 10.5C21 12.1569 19.6569 13.5 18 13.5C16.3431 13.5 15 12.1569 15 10.5C15 10.3689 15.0084 10.2397 15.0247 10.113L8.08588 6.65618C7.54602 7.17855 6.81055 7.5 6 7.5C4.34315 7.5 3 6.15685 3 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21.5C1 20.9477 1.44772 20.5 2 20.5L22 20.5C22.5523 20.5 23 20.9477 23 21.5C23 22.0523 22.5523 22.5 22 22.5L2 22.5C1.44772 22.5 1 22.0523 1 21.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 15.5C17 14.9477 17.4477 14.5 18 14.5H18.009C18.5613 14.5 19.009 14.9477 19.009 15.5C19.009 16.0523 18.5613 16.5 18.009 16.5H18C17.4477 16.5 17 16.0523 17 15.5ZM17 18.5C17 17.9477 17.4477 17.5 18 17.5H18.009C18.5613 17.5 19.009 17.9477 19.009 18.5C19.009 19.0523 18.5613 19.5 18.009 19.5H18C17.4477 19.5 17 19.0523 17 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 9.5C5 8.94772 5.44772 8.5 6 8.5H6.00898C6.56127 8.5 7.00898 8.94772 7.00898 9.5C7.00898 10.0523 6.56127 10.5 6.00898 10.5H6C5.44772 10.5 5 10.0523 5 9.5ZM5 12.5C5 11.9477 5.44772 11.5 6 11.5H6.00898C6.56127 11.5 7.00898 11.9477 7.00898 12.5C7.00898 13.0523 6.56127 13.5 6.00898 13.5H6C5.44772 13.5 5 13.0523 5 12.5ZM5 15.5C5 14.9477 5.44772 14.5 6 14.5H6.00898C6.56127 14.5 7.00898 14.9477 7.00898 15.5C7.00898 16.0523 6.56127 16.5 6.00898 16.5H6C5.44772 16.5 5 16.0523 5 15.5ZM5 18.5C5 17.9477 5.44772 17.5 6 17.5H6.00898C6.56127 17.5 7.00898 17.9477 7.00898 18.5C7.00898 19.0523 6.56127 19.5 6.00898 19.5H6C5.44772 19.5 5 19.0523 5 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3 4.5C3 2.84315 4.34315 1.5 6 1.5C7.65685 1.5 9 2.84315 9 4.5C9 4.62394 8.99248 4.74612 8.97788 4.86611L15.9293 8.3292C16.4678 7.81546 17.197 7.5 18 7.5C19.6569 7.5 21 8.84315 21 10.5C21 12.1569 19.6569 13.5 18 13.5C16.3431 13.5 15 12.1569 15 10.5C15 10.3689 15.0084 10.2397 15.0247 10.113L8.08588 6.65618C7.54602 7.17855 6.81055 7.5 6 7.5C4.34315 7.5 3 6.15685 3 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-coins-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5767 1.71402C4.88361 1.26163 6.62427 1 8.5 1C10.3757 1 12.1164 1.26163 13.4233 1.71402C14.072 1.93857 14.6685 2.22871 15.1225 2.60032C15.5692 2.9659 16 3.51776 16 4.25V6.00576C16 6.18564 16 6.27558 15.9642 6.34214C15.9359 6.39468 15.8947 6.43592 15.8421 6.46419C15.7756 6.5 15.6837 6.5 15.5 6.5C13.5031 6.5 11.5889 6.77632 10.086 7.29654C9.34635 7.55259 8.56918 7.91433 7.92746 8.43951C7.53926 8.75721 7.07625 9.24386 6.78513 9.90045C6.72098 10.0451 6.68891 10.1175 6.63388 10.15C6.57884 10.1826 6.50741 10.1766 6.36456 10.1645C4.6083 10.0157 3.12662 9.673 2.01286 9.13675C1.79088 9.02987 1.58514 8.91641 1.39569 8.79618C1.21436 8.68112 1.1237 8.62359 1.06185 8.51109C1 8.39858 1 8.27636 1 8.03192V4.25004C1 3.51781 1.43077 2.9659 1.87746 2.60032C2.33153 2.22871 2.928 1.93857 3.5767 1.71402ZM3.14414 4.14807C3.34791 3.98131 3.70334 3.78662 4.23092 3.604C5.27654 3.24205 6.78588 3 8.5 3C10.2141 3 11.7235 3.24205 12.7691 3.604C13.2967 3.78662 13.6521 3.98131 13.8559 4.14807C13.9217 4.20195 13.9217 4.29805 13.8559 4.35193C13.6521 4.51869 13.2967 4.71338 12.7691 4.896C11.7235 5.25795 10.2141 5.5 8.5 5.5C6.78588 5.5 5.27654 5.25795 4.23092 4.896C3.70334 4.71338 3.34791 4.51869 3.14414 4.35193C3.07831 4.29805 3.07831 4.20195 3.14414 4.14807Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.5 12.0516C6.5 11.8759 6.5 11.7881 6.44759 11.7308C6.39518 11.6735 6.30663 11.6656 6.12952 11.6497C4.29374 11.4854 2.66 11.1131 1.36214 10.4883C1.29931 10.458 1.2679 10.4429 1.24756 10.4379C1.13472 10.4103 1.0284 10.4771 1.00434 10.5907C1 10.6112 1 10.644 1 10.7095V13.8304C1 14.0954 1 14.2278 1.07203 14.347C1.14405 14.4663 1.24658 14.5202 1.45164 14.628C1.61214 14.7123 1.78497 14.7924 1.97047 14.8679C3.0317 15.3003 4.42548 15.5546 6.07777 15.6717C6.27437 15.6856 6.37267 15.6925 6.43633 15.6332C6.5 15.5739 6.5 15.4744 6.5 15.2754V12.0516Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.5 17.5801C6.5 17.401 6.5 17.3114 6.44597 17.2537C6.39195 17.196 6.3017 17.1901 6.1212 17.1783C4.30971 17.0595 2.69148 16.7814 1.40453 16.2571C1.29425 16.2121 1.23911 16.1897 1.19986 16.1897C1.11611 16.1898 1.04649 16.2366 1.01483 16.3141C1 16.3505 1 16.4073 1 16.521V19C1 19.7494 1.49085 20.2732 1.92253 20.5872C2.3761 20.9172 2.96813 21.1726 3.60972 21.37C4.39924 21.613 5.34972 21.7938 6.39416 21.898C6.75899 21.9344 6.9414 21.9526 7.00865 21.8574C7.07589 21.7623 6.98834 21.5762 6.81325 21.204C6.62477 20.8034 6.5 20.3357 6.5 19.8002V17.5801Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5 8C13.6243 8 11.8836 8.26163 10.5767 8.71402C9.928 8.93857 9.33153 9.22871 8.87746 9.60032C8.43077 9.9659 8 10.5178 8 11.25V13.8808C8 14.3335 8 14.5599 8.12455 14.7855C8.24911 15.0111 8.40346 15.1083 8.71216 15.3027C10.2251 16.2552 12.5583 16.7498 15.5001 16.7498C18.4419 16.7498 20.7751 16.2552 22.288 15.3027C22.5966 15.1084 22.7509 15.0112 22.8754 14.7856C23 14.56 23 14.3336 23 13.8808V11.2502C23 10.518 22.5692 9.9659 22.1225 9.60032C21.6685 9.22871 21.072 8.93857 20.4233 8.71402C19.1164 8.26163 17.3757 8 15.5 8ZM11.2309 10.604C10.7033 10.7866 10.3479 10.9813 10.1441 11.1481C10.0783 11.202 10.0783 11.298 10.1441 11.3519C10.3479 11.5187 10.7033 11.7134 11.2309 11.896C12.2765 12.258 13.7859 12.5 15.5 12.5C17.2141 12.5 18.7235 12.258 19.7691 11.896C20.2967 11.7134 20.6521 11.5187 20.8559 11.3519C20.9217 11.298 20.9217 11.202 20.8559 11.1481C20.6521 10.9813 20.2967 10.7866 19.7691 10.604C18.7235 10.242 17.2141 10 15.5 10C13.7859 10 12.2765 10.242 11.2309 10.604Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.5001 18.2498C18.348 18.2498 20.8565 17.8116 22.6917 16.8045C22.8318 16.7276 22.9019 16.6892 22.9509 16.7182C23 16.7473 23 16.8257 23 16.9825V19.8002C23 20.5351 22.5585 21.0816 22.114 21.4374C21.6598 21.8008 21.0641 22.084 20.4168 22.3031C19.1121 22.7447 17.3738 23.0002 15.5 23.0002C13.6262 23.0002 11.8879 22.7447 10.5832 22.3031C9.93591 22.084 9.34016 21.8008 8.88601 21.4374C8.44147 21.0816 8 20.5351 8 19.8002V16.9824C8 16.8256 8 16.7472 8.04906 16.7181C8.09813 16.6891 8.16817 16.7275 8.30826 16.8044C10.1436 17.8115 12.6521 18.2498 15.5001 18.2498Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5767 1.71402C4.88361 1.26163 6.62427 1 8.5 1C10.3757 1 12.1164 1.26163 13.4233 1.71402C14.072 1.93857 14.6685 2.22871 15.1225 2.60032C15.5692 2.9659 16 3.51776 16 4.25V6.00576C16 6.18564 16 6.27558 15.9642 6.34214C15.9359 6.39468 15.8947 6.43592 15.8421 6.46419C15.7756 6.5 15.6837 6.5 15.5 6.5C13.5031 6.5 11.5889 6.77632 10.086 7.29654C9.34635 7.55259 8.56918 7.91433 7.92746 8.43951C7.53926 8.75721 7.07625 9.24386 6.78513 9.90045C6.72098 10.0451 6.68891 10.1175 6.63388 10.15C6.57884 10.1826 6.50741 10.1766 6.36456 10.1645C4.6083 10.0157 3.12662 9.673 2.01286 9.13675C1.79088 9.02987 1.58514 8.91641 1.39569 8.79618C1.21436 8.68112 1.1237 8.62359 1.06185 8.51109C1 8.39858 1 8.27636 1 8.03192V4.25004C1 3.51781 1.43077 2.9659 1.87746 2.60032C2.33153 2.22871 2.928 1.93857 3.5767 1.71402ZM3.14414 4.14807C3.34791 3.98131 3.70334 3.78662 4.23092 3.604C5.27654 3.24205 6.78588 3 8.5 3C10.2141 3 11.7235 3.24205 12.7691 3.604C13.2967 3.78662 13.6521 3.98131 13.8559 4.14807C13.9217 4.20195 13.9217 4.29805 13.8559 4.35193C13.6521 4.51869 13.2967 4.71338 12.7691 4.896C11.7235 5.25795 10.2141 5.5 8.5 5.5C6.78588 5.5 5.27654 5.25795 4.23092 4.896C3.70334 4.71338 3.34791 4.51869 3.14414 4.35193C3.07831 4.29805 3.07831 4.20195 3.14414 4.14807Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.5 12.0516C6.5 11.8759 6.5 11.7881 6.44759 11.7308C6.39518 11.6735 6.30663 11.6656 6.12952 11.6497C4.29374 11.4854 2.66 11.1131 1.36214 10.4883C1.29931 10.458 1.2679 10.4429 1.24756 10.4379C1.13472 10.4103 1.0284 10.4771 1.00434 10.5907C1 10.6112 1 10.644 1 10.7095V13.8304C1 14.0954 1 14.2278 1.07203 14.347C1.14405 14.4663 1.24658 14.5202 1.45164 14.628C1.61214 14.7123 1.78497 14.7924 1.97047 14.8679C3.0317 15.3003 4.42548 15.5546 6.07777 15.6717C6.27437 15.6856 6.37267 15.6925 6.43633 15.6332C6.5 15.5739 6.5 15.4744 6.5 15.2754V12.0516Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.5 17.5801C6.5 17.401 6.5 17.3114 6.44597 17.2537C6.39195 17.196 6.3017 17.1901 6.1212 17.1783C4.30971 17.0595 2.69148 16.7814 1.40453 16.2571C1.29425 16.2121 1.23911 16.1897 1.19986 16.1897C1.11611 16.1898 1.04649 16.2366 1.01483 16.3141C1 16.3505 1 16.4073 1 16.521V19C1 19.7494 1.49085 20.2732 1.92253 20.5872C2.3761 20.9172 2.96813 21.1726 3.60972 21.37C4.39924 21.613 5.34972 21.7938 6.39416 21.898C6.75899 21.9344 6.9414 21.9526 7.00865 21.8574C7.07589 21.7623 6.98834 21.5762 6.81325 21.204C6.62477 20.8034 6.5 20.3357 6.5 19.8002V17.5801Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5 8C13.6243 8 11.8836 8.26163 10.5767 8.71402C9.928 8.93857 9.33153 9.22871 8.87746 9.60032C8.43077 9.9659 8 10.5178 8 11.25V13.8808C8 14.3335 8 14.5599 8.12455 14.7855C8.24911 15.0111 8.40346 15.1083 8.71216 15.3027C10.2251 16.2552 12.5583 16.7498 15.5001 16.7498C18.4419 16.7498 20.7751 16.2552 22.288 15.3027C22.5966 15.1084 22.7509 15.0112 22.8754 14.7856C23 14.56 23 14.3336 23 13.8808V11.2502C23 10.518 22.5692 9.9659 22.1225 9.60032C21.6685 9.22871 21.072 8.93857 20.4233 8.71402C19.1164 8.26163 17.3757 8 15.5 8ZM11.2309 10.604C10.7033 10.7866 10.3479 10.9813 10.1441 11.1481C10.0783 11.202 10.0783 11.298 10.1441 11.3519C10.3479 11.5187 10.7033 11.7134 11.2309 11.896C12.2765 12.258 13.7859 12.5 15.5 12.5C17.2141 12.5 18.7235 12.258 19.7691 11.896C20.2967 11.7134 20.6521 11.5187 20.8559 11.3519C20.9217 11.298 20.9217 11.202 20.8559 11.1481C20.6521 10.9813 20.2967 10.7866 19.7691 10.604C18.7235 10.242 17.2141 10 15.5 10C13.7859 10 12.2765 10.242 11.2309 10.604Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.5001 18.2498C18.348 18.2498 20.8565 17.8116 22.6917 16.8045C22.8318 16.7276 22.9019 16.6892 22.9509 16.7182C23 16.7473 23 16.8257 23 16.9825V19.8002C23 20.5351 22.5585 21.0816 22.114 21.4374C21.6598 21.8008 21.0641 22.084 20.4168 22.3031C19.1121 22.7447 17.3738 23.0002 15.5 23.0002C13.6262 23.0002 11.8879 22.7447 10.5832 22.3031C9.93591 22.084 9.34016 21.8008 8.88601 21.4374C8.44147 21.0816 8 20.5351 8 19.8002V16.9824C8 16.8256 8 16.7472 8.04906 16.7181C8.09813 16.6891 8.16817 16.7275 8.30826 16.8044C10.1436 17.8115 12.6521 18.2498 15.5001 18.2498Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-coins-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.98539 10.205C3.25498 9.87581 3.38978 9.7112 3.52076 9.75811C3.65173 9.80502 3.65134 10.0334 3.65055 10.4902C3.65054 10.4959 3.65054 10.5017 3.65054 10.5075C3.65054 15.9432 8.05704 20.3497 13.4927 20.3497C13.4985 20.3497 13.5043 20.3497 13.5101 20.3497C13.9668 20.3489 14.1952 20.3485 14.2421 20.4795C14.289 20.6105 14.1244 20.7453 13.7952 21.0149C12.4707 22.0995 10.7772 22.7502 8.93172 22.7502C4.68922 22.7502 1.25 19.311 1.25 15.0685C1.25 13.223 1.90079 11.5296 2.98539 10.205Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.25 10.0002C5.25 5.16775 9.16751 1.25024 14 1.25024C18.8325 1.25024 22.75 5.16775 22.75 10.0002C22.75 14.8327 18.8325 18.7502 14 18.7502C9.16751 18.7502 5.25 14.8327 5.25 10.0002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.98539 10.205C3.25498 9.87581 3.38978 9.7112 3.52076 9.75811C3.65173 9.80502 3.65134 10.0334 3.65055 10.4902C3.65054 10.4959 3.65054 10.5017 3.65054 10.5075C3.65054 15.9432 8.05704 20.3497 13.4927 20.3497C13.4985 20.3497 13.5043 20.3497 13.5101 20.3497C13.9668 20.3489 14.1952 20.3485 14.2421 20.4795C14.289 20.6105 14.1244 20.7453 13.7952 21.0149C12.4707 22.0995 10.7772 22.7502 8.93172 22.7502C4.68922 22.7502 1.25 19.311 1.25 15.0685C1.25 13.223 1.90079 11.5296 2.98539 10.205Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.25 10.0002C5.25 5.16775 9.16751 1.25024 14 1.25024C18.8325 1.25024 22.75 5.16775 22.75 10.0002C22.75 14.8327 18.8325 18.7502 14 18.7502C9.16751 18.7502 5.25 14.8327 5.25 10.0002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-coins-bitcoin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.98539 10.205C3.25498 9.87581 3.38978 9.7112 3.52076 9.75811C3.65173 9.80502 3.65134 10.0334 3.65055 10.4902C3.65054 10.4959 3.65054 10.5017 3.65054 10.5075C3.65054 15.9432 8.05704 20.3497 13.4927 20.3497C13.4985 20.3497 13.5043 20.3497 13.5101 20.3497C13.9668 20.3489 14.1952 20.3485 14.2421 20.4795C14.289 20.6105 14.1244 20.7453 13.7952 21.0149C12.4707 22.0995 10.7772 22.7502 8.93172 22.7502C4.68922 22.7502 1.25 19.311 1.25 15.0685C1.25 13.223 1.90079 11.5296 2.98539 10.205Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 1.25024C9.16751 1.25024 5.25 5.16775 5.25 10.0002C5.25 14.8327 9.16751 18.7502 14 18.7502C18.8325 18.7502 22.75 14.8327 22.75 10.0002C22.75 5.16775 18.8325 1.25024 14 1.25024ZM14.25 5.50024C14.25 5.08603 13.9142 4.75024 13.5 4.75024C13.0858 4.75024 12.75 5.08603 12.75 5.50024V5.75024H12.5L12.4656 5.75024C12.2605 5.75015 12.0387 5.75007 11.8514 5.77524C11.6321 5.80473 11.3519 5.88056 11.1161 6.11636C10.8803 6.35216 10.8045 6.63235 10.775 6.85167C10.7498 7.03889 10.7499 7.26068 10.75 7.4658L10.75 7.50024V12.5002L10.75 12.5347C10.7499 12.7398 10.7498 12.9616 10.775 13.1488C10.8045 13.3681 10.8803 13.6483 11.1161 13.8841C11.3519 14.1199 11.6321 14.1958 11.8514 14.2253C12.0387 14.2504 12.2604 14.2503 12.4655 14.2503H12.4656L12.5 14.2502H12.75V14.5002C12.75 14.9145 13.0858 15.2502 13.5 15.2502C13.9142 15.2502 14.25 14.9145 14.25 14.5002V14.2502H15C16.347 14.2502 17.25 13.0183 17.25 11.7502C17.25 11.1051 17.0162 10.4692 16.6092 10.0002C17.0162 9.53127 17.25 8.89544 17.25 8.25024C17.25 6.98216 16.347 5.75024 15 5.75024H14.25V5.50024ZM15.75 8.25024C15.75 8.91516 15.3099 9.25024 15 9.25024H12.25V7.50024C12.25 7.40117 12.2501 7.32085 12.2512 7.2514C12.3206 7.25028 12.4009 7.25024 12.5 7.25024H15C15.3099 7.25024 15.75 7.58533 15.75 8.25024ZM15 10.7502H12.25V12.5002C12.25 12.5993 12.2501 12.6796 12.2512 12.7491C12.3206 12.7502 12.4009 12.7502 12.5 12.7502H15C15.3099 12.7502 15.75 12.4152 15.75 11.7502C15.75 11.0853 15.3099 10.7502 15 10.7502Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.98539 10.205C3.25498 9.87581 3.38978 9.7112 3.52076 9.75811C3.65173 9.80502 3.65134 10.0334 3.65055 10.4902C3.65054 10.4959 3.65054 10.5017 3.65054 10.5075C3.65054 15.9432 8.05704 20.3497 13.4927 20.3497C13.4985 20.3497 13.5043 20.3497 13.5101 20.3497C13.9668 20.3489 14.1952 20.3485 14.2421 20.4795C14.289 20.6105 14.1244 20.7453 13.7952 21.0149C12.4707 22.0995 10.7772 22.7502 8.93172 22.7502C4.68922 22.7502 1.25 19.311 1.25 15.0685C1.25 13.223 1.90079 11.5296 2.98539 10.205Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 1.25024C9.16751 1.25024 5.25 5.16775 5.25 10.0002C5.25 14.8327 9.16751 18.7502 14 18.7502C18.8325 18.7502 22.75 14.8327 22.75 10.0002C22.75 5.16775 18.8325 1.25024 14 1.25024ZM14.25 5.50024C14.25 5.08603 13.9142 4.75024 13.5 4.75024C13.0858 4.75024 12.75 5.08603 12.75 5.50024V5.75024H12.5L12.4656 5.75024C12.2605 5.75015 12.0387 5.75007 11.8514 5.77524C11.6321 5.80473 11.3519 5.88056 11.1161 6.11636C10.8803 6.35216 10.8045 6.63235 10.775 6.85167C10.7498 7.03889 10.7499 7.26068 10.75 7.4658L10.75 7.50024V12.5002L10.75 12.5347C10.7499 12.7398 10.7498 12.9616 10.775 13.1488C10.8045 13.3681 10.8803 13.6483 11.1161 13.8841C11.3519 14.1199 11.6321 14.1958 11.8514 14.2253C12.0387 14.2504 12.2604 14.2503 12.4655 14.2503H12.4656L12.5 14.2502H12.75V14.5002C12.75 14.9145 13.0858 15.2502 13.5 15.2502C13.9142 15.2502 14.25 14.9145 14.25 14.5002V14.2502H15C16.347 14.2502 17.25 13.0183 17.25 11.7502C17.25 11.1051 17.0162 10.4692 16.6092 10.0002C17.0162 9.53127 17.25 8.89544 17.25 8.25024C17.25 6.98216 16.347 5.75024 15 5.75024H14.25V5.50024ZM15.75 8.25024C15.75 8.91516 15.3099 9.25024 15 9.25024H12.25V7.50024C12.25 7.40117 12.2501 7.32085 12.2512 7.2514C12.3206 7.25028 12.4009 7.25024 12.5 7.25024H15C15.3099 7.25024 15.75 7.58533 15.75 8.25024ZM15 10.7502H12.25V12.5002C12.25 12.5993 12.2501 12.6796 12.2512 12.7491C12.3206 12.7502 12.4009 12.7502 12.5 12.7502H15C15.3099 12.7502 15.75 12.4152 15.75 11.7502C15.75 11.0853 15.3099 10.7502 15 10.7502Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-coins-dollar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.98539 10.205C3.25498 9.87581 3.38978 9.7112 3.52076 9.75811C3.65173 9.80502 3.65134 10.0334 3.65055 10.4902C3.65054 10.4959 3.65054 10.5017 3.65054 10.5075C3.65054 15.9432 8.05704 20.3497 13.4927 20.3497C13.4985 20.3497 13.5043 20.3497 13.5101 20.3497C13.9668 20.3489 14.1952 20.3485 14.2421 20.4795C14.289 20.6105 14.1244 20.7453 13.7952 21.0149C12.4707 22.0995 10.7772 22.7502 8.93172 22.7502C4.68922 22.7502 1.25 19.311 1.25 15.0685C1.25 13.223 1.90079 11.5296 2.98539 10.205Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 1.25024C9.16751 1.25024 5.25 5.16775 5.25 10.0002C5.25 14.8327 9.16751 18.7502 14 18.7502C18.8325 18.7502 22.75 14.8327 22.75 10.0002C22.75 5.16775 18.8325 1.25024 14 1.25024ZM14.7351 6.00024C14.7351 5.58603 14.3993 5.25024 13.9851 5.25024C13.5709 5.25024 13.2351 5.58603 13.2351 6.00024L13.2351 6.24157C12.2129 6.52457 11.3879 7.37241 11.3879 8.50248C11.3879 9.09289 11.5615 9.69282 12.0901 10.1143C12.5803 10.5051 13.2478 10.6352 13.9851 10.6352C14.5988 10.6352 14.899 10.746 15.0381 10.8534C15.1339 10.9273 15.2502 11.0732 15.2502 11.4984C15.2502 11.8491 15.1283 12.017 14.9754 12.1258C14.7844 12.2616 14.4551 12.3615 13.9851 12.3615C13.2345 12.3615 12.802 11.9346 12.7329 11.618C12.6445 11.2134 12.2449 10.9569 11.8402 11.0453C11.4355 11.1336 11.1791 11.5333 11.2674 11.938C11.4755 12.8911 12.2888 13.5446 13.2351 13.7724V14.0002C13.2351 14.4145 13.5709 14.7502 13.9851 14.7502C14.3993 14.7502 14.7351 14.4145 14.7351 14.0002V13.7962C15.1306 13.7233 15.5139 13.5833 15.8445 13.3483C16.4209 12.9385 16.7502 12.2998 16.7502 11.4984C16.7502 10.7713 16.5306 10.1105 15.9547 9.66599C15.4221 9.25488 14.7147 9.13519 13.9851 9.13519C13.3789 9.13519 13.1229 9.01936 13.0253 8.94152C12.9662 8.89441 12.8879 8.80299 12.8879 8.50248C12.8879 8.11795 13.2805 7.63931 13.9851 7.63931C14.6035 7.63931 14.9996 8.02285 15.0691 8.36983C15.1505 8.77597 15.5457 9.03923 15.9519 8.95785C16.358 8.87646 16.6213 8.48124 16.5399 8.0751C16.3557 7.15611 15.6246 6.48482 14.7351 6.24041V6.00024Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.98539 10.205C3.25498 9.87581 3.38978 9.7112 3.52076 9.75811C3.65173 9.80502 3.65134 10.0334 3.65055 10.4902C3.65054 10.4959 3.65054 10.5017 3.65054 10.5075C3.65054 15.9432 8.05704 20.3497 13.4927 20.3497C13.4985 20.3497 13.5043 20.3497 13.5101 20.3497C13.9668 20.3489 14.1952 20.3485 14.2421 20.4795C14.289 20.6105 14.1244 20.7453 13.7952 21.0149C12.4707 22.0995 10.7772 22.7502 8.93172 22.7502C4.68922 22.7502 1.25 19.311 1.25 15.0685C1.25 13.223 1.90079 11.5296 2.98539 10.205Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 1.25024C9.16751 1.25024 5.25 5.16775 5.25 10.0002C5.25 14.8327 9.16751 18.7502 14 18.7502C18.8325 18.7502 22.75 14.8327 22.75 10.0002C22.75 5.16775 18.8325 1.25024 14 1.25024ZM14.7351 6.00024C14.7351 5.58603 14.3993 5.25024 13.9851 5.25024C13.5709 5.25024 13.2351 5.58603 13.2351 6.00024L13.2351 6.24157C12.2129 6.52457 11.3879 7.37241 11.3879 8.50248C11.3879 9.09289 11.5615 9.69282 12.0901 10.1143C12.5803 10.5051 13.2478 10.6352 13.9851 10.6352C14.5988 10.6352 14.899 10.746 15.0381 10.8534C15.1339 10.9273 15.2502 11.0732 15.2502 11.4984C15.2502 11.8491 15.1283 12.017 14.9754 12.1258C14.7844 12.2616 14.4551 12.3615 13.9851 12.3615C13.2345 12.3615 12.802 11.9346 12.7329 11.618C12.6445 11.2134 12.2449 10.9569 11.8402 11.0453C11.4355 11.1336 11.1791 11.5333 11.2674 11.938C11.4755 12.8911 12.2888 13.5446 13.2351 13.7724V14.0002C13.2351 14.4145 13.5709 14.7502 13.9851 14.7502C14.3993 14.7502 14.7351 14.4145 14.7351 14.0002V13.7962C15.1306 13.7233 15.5139 13.5833 15.8445 13.3483C16.4209 12.9385 16.7502 12.2998 16.7502 11.4984C16.7502 10.7713 16.5306 10.1105 15.9547 9.66599C15.4221 9.25488 14.7147 9.13519 13.9851 9.13519C13.3789 9.13519 13.1229 9.01936 13.0253 8.94152C12.9662 8.89441 12.8879 8.80299 12.8879 8.50248C12.8879 8.11795 13.2805 7.63931 13.9851 7.63931C14.6035 7.63931 14.9996 8.02285 15.0691 8.36983C15.1505 8.77597 15.5457 9.03923 15.9519 8.95785C16.358 8.87646 16.6213 8.48124 16.5399 8.0751C16.3557 7.15611 15.6246 6.48482 14.7351 6.24041V6.00024Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-coins-euro{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.98539 10.205C3.25498 9.87581 3.38978 9.7112 3.52076 9.75811C3.65173 9.80502 3.65134 10.0334 3.65055 10.4902C3.65054 10.4959 3.65054 10.5017 3.65054 10.5075C3.65054 15.9432 8.05704 20.3497 13.4927 20.3497C13.4985 20.3497 13.5043 20.3497 13.5101 20.3497C13.9668 20.3489 14.1952 20.3485 14.2421 20.4795C14.289 20.6105 14.1244 20.7453 13.7952 21.0149C12.4707 22.0995 10.7772 22.7502 8.93172 22.7502C4.68922 22.7502 1.25 19.311 1.25 15.0685C1.25 13.223 1.90079 11.5296 2.98539 10.205Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 1.25024C9.16751 1.25024 5.25 5.16775 5.25 10.0002C5.25 14.8327 9.16751 18.7502 14 18.7502C18.8325 18.7502 22.75 14.8327 22.75 10.0002C22.75 5.16775 18.8325 1.25024 14 1.25024ZM14.6568 5.25024C12.6446 5.25024 11.1731 7.07298 11.1731 9.11136V9.25024H11C10.5858 9.25024 10.25 9.58603 10.25 10.0002C10.25 10.4145 10.5858 10.7502 11 10.7502H11.1731V10.8891C11.1731 12.9275 12.6446 14.7502 14.6568 14.7502C15.9736 14.7502 17.0767 13.9504 17.6628 12.8434C17.8566 12.4774 17.717 12.0235 17.3509 11.8297C16.9849 11.6359 16.531 11.7755 16.3372 12.1416C15.9665 12.8416 15.3289 13.2502 14.6568 13.2502C13.6494 13.2502 12.6731 12.2872 12.6731 10.8891V10.7502H14.9231C15.3373 10.7502 15.6731 10.4145 15.6731 10.0002C15.6731 9.58603 15.3373 9.25024 14.9231 9.25024H12.6731V9.11136C12.6731 7.71329 13.6494 6.75024 14.6568 6.75024C15.3289 6.75024 15.9665 7.15889 16.3372 7.85893C16.531 8.225 16.9849 8.36463 17.3509 8.17081C17.717 7.97699 17.8566 7.52311 17.6628 7.15704C17.0767 6.05012 15.9736 5.25024 14.6568 5.25024Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.98539 10.205C3.25498 9.87581 3.38978 9.7112 3.52076 9.75811C3.65173 9.80502 3.65134 10.0334 3.65055 10.4902C3.65054 10.4959 3.65054 10.5017 3.65054 10.5075C3.65054 15.9432 8.05704 20.3497 13.4927 20.3497C13.4985 20.3497 13.5043 20.3497 13.5101 20.3497C13.9668 20.3489 14.1952 20.3485 14.2421 20.4795C14.289 20.6105 14.1244 20.7453 13.7952 21.0149C12.4707 22.0995 10.7772 22.7502 8.93172 22.7502C4.68922 22.7502 1.25 19.311 1.25 15.0685C1.25 13.223 1.90079 11.5296 2.98539 10.205Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 1.25024C9.16751 1.25024 5.25 5.16775 5.25 10.0002C5.25 14.8327 9.16751 18.7502 14 18.7502C18.8325 18.7502 22.75 14.8327 22.75 10.0002C22.75 5.16775 18.8325 1.25024 14 1.25024ZM14.6568 5.25024C12.6446 5.25024 11.1731 7.07298 11.1731 9.11136V9.25024H11C10.5858 9.25024 10.25 9.58603 10.25 10.0002C10.25 10.4145 10.5858 10.7502 11 10.7502H11.1731V10.8891C11.1731 12.9275 12.6446 14.7502 14.6568 14.7502C15.9736 14.7502 17.0767 13.9504 17.6628 12.8434C17.8566 12.4774 17.717 12.0235 17.3509 11.8297C16.9849 11.6359 16.531 11.7755 16.3372 12.1416C15.9665 12.8416 15.3289 13.2502 14.6568 13.2502C13.6494 13.2502 12.6731 12.2872 12.6731 10.8891V10.7502H14.9231C15.3373 10.7502 15.6731 10.4145 15.6731 10.0002C15.6731 9.58603 15.3373 9.25024 14.9231 9.25024H12.6731V9.11136C12.6731 7.71329 13.6494 6.75024 14.6568 6.75024C15.3289 6.75024 15.9665 7.15889 16.3372 7.85893C16.531 8.225 16.9849 8.36463 17.3509 8.17081C17.717 7.97699 17.8566 7.52311 17.6628 7.15704C17.0767 6.05012 15.9736 5.25024 14.6568 5.25024Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-coins-pound{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.98539 10.2046C3.25498 9.87533 3.38978 9.71071 3.52076 9.75762C3.65173 9.80454 3.65134 10.0329 3.65055 10.4897C3.65054 10.4955 3.65054 10.5012 3.65054 10.507C3.65054 15.9427 8.05704 20.3492 13.4927 20.3492C13.4985 20.3492 13.5043 20.3492 13.5101 20.3492C13.9668 20.3484 14.1952 20.348 14.2421 20.479C14.289 20.61 14.1244 20.7448 13.7952 21.0144C12.4707 22.099 10.7772 22.7498 8.93172 22.7498C4.68922 22.7498 1.25 19.3105 1.25 15.068C1.25 13.2226 1.90079 11.5291 2.98539 10.2046Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 1.24976C9.16751 1.24976 5.25 5.16726 5.25 9.99976C5.25 14.8322 9.16751 18.7498 14 18.7498C18.8325 18.7498 22.75 14.8322 22.75 9.99976C22.75 5.16726 18.8325 1.24976 14 1.24976ZM16.7416 7.76055C16.6522 7.16875 16.3363 6.58983 15.8378 6.20339C15.3194 5.80159 14.6223 5.62565 13.8653 5.84509C13.0172 6.09093 12.4819 6.80566 12.234 7.51336C12.0287 8.09967 11.979 8.79041 12.1675 9.41649H12C11.5858 9.41649 11.25 9.75228 11.25 10.1665C11.25 10.5807 11.5858 10.9165 12 10.9165H12.7058C12.7154 10.9788 12.7225 11.0411 12.7272 11.1036C12.7578 11.5129 12.6858 11.9881 12.4005 12.5959L12.3898 12.6187C12.3348 12.7357 12.2714 12.8705 12.2305 12.9875C12.1965 13.0845 12.0948 13.38 12.2284 13.7016C12.3897 14.0899 12.7377 14.198 12.909 14.2279C13.0383 14.2505 13.1873 14.2501 13.276 14.2499L13.2992 14.2498H16C16.4142 14.2498 16.75 13.914 16.75 13.4998C16.75 13.0856 16.4142 12.7498 16 12.7498H13.9601C14.1855 12.1297 14.2648 11.5513 14.223 10.9918C14.2211 10.9666 14.219 10.9415 14.2167 10.9165H15.5C15.9142 10.9165 16.25 10.5807 16.25 10.1665C16.25 9.75228 15.9142 9.41649 15.5 9.41649H13.7955C13.7529 9.32158 13.7087 9.22821 13.6633 9.13623C13.5251 8.8563 13.5044 8.42398 13.6497 8.00922C13.7955 7.59291 14.0476 7.35399 14.2829 7.28578C14.5608 7.20522 14.7641 7.26905 14.9188 7.38892C15.0932 7.52415 15.2228 7.74879 15.2584 7.98458C15.3203 8.39414 15.7024 8.67601 16.112 8.61415C16.5216 8.55229 16.8035 8.17012 16.7416 7.76055Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.98539 10.2046C3.25498 9.87533 3.38978 9.71071 3.52076 9.75762C3.65173 9.80454 3.65134 10.0329 3.65055 10.4897C3.65054 10.4955 3.65054 10.5012 3.65054 10.507C3.65054 15.9427 8.05704 20.3492 13.4927 20.3492C13.4985 20.3492 13.5043 20.3492 13.5101 20.3492C13.9668 20.3484 14.1952 20.348 14.2421 20.479C14.289 20.61 14.1244 20.7448 13.7952 21.0144C12.4707 22.099 10.7772 22.7498 8.93172 22.7498C4.68922 22.7498 1.25 19.3105 1.25 15.068C1.25 13.2226 1.90079 11.5291 2.98539 10.2046Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 1.24976C9.16751 1.24976 5.25 5.16726 5.25 9.99976C5.25 14.8322 9.16751 18.7498 14 18.7498C18.8325 18.7498 22.75 14.8322 22.75 9.99976C22.75 5.16726 18.8325 1.24976 14 1.24976ZM16.7416 7.76055C16.6522 7.16875 16.3363 6.58983 15.8378 6.20339C15.3194 5.80159 14.6223 5.62565 13.8653 5.84509C13.0172 6.09093 12.4819 6.80566 12.234 7.51336C12.0287 8.09967 11.979 8.79041 12.1675 9.41649H12C11.5858 9.41649 11.25 9.75228 11.25 10.1665C11.25 10.5807 11.5858 10.9165 12 10.9165H12.7058C12.7154 10.9788 12.7225 11.0411 12.7272 11.1036C12.7578 11.5129 12.6858 11.9881 12.4005 12.5959L12.3898 12.6187C12.3348 12.7357 12.2714 12.8705 12.2305 12.9875C12.1965 13.0845 12.0948 13.38 12.2284 13.7016C12.3897 14.0899 12.7377 14.198 12.909 14.2279C13.0383 14.2505 13.1873 14.2501 13.276 14.2499L13.2992 14.2498H16C16.4142 14.2498 16.75 13.914 16.75 13.4998C16.75 13.0856 16.4142 12.7498 16 12.7498H13.9601C14.1855 12.1297 14.2648 11.5513 14.223 10.9918C14.2211 10.9666 14.219 10.9415 14.2167 10.9165H15.5C15.9142 10.9165 16.25 10.5807 16.25 10.1665C16.25 9.75228 15.9142 9.41649 15.5 9.41649H13.7955C13.7529 9.32158 13.7087 9.22821 13.6633 9.13623C13.5251 8.8563 13.5044 8.42398 13.6497 8.00922C13.7955 7.59291 14.0476 7.35399 14.2829 7.28578C14.5608 7.20522 14.7641 7.26905 14.9188 7.38892C15.0932 7.52415 15.2228 7.74879 15.2584 7.98458C15.3203 8.39414 15.7024 8.67601 16.112 8.61415C16.5216 8.55229 16.8035 8.17012 16.7416 7.76055Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-coins-swap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 16C1.25 12.2721 4.27208 9.25 8 9.25C11.7279 9.25 14.75 12.2721 14.75 16C14.75 19.7279 11.7279 22.75 8 22.75C4.27208 22.75 1.25 19.7279 1.25 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0002 1.25C19.7281 1.25 22.7502 4.27208 22.7502 8C22.7502 11.4976 20.0901 14.3738 16.6827 14.7159C16.4472 14.7396 16.3295 14.7514 16.237 14.6843C16.1445 14.6172 16.1163 14.4879 16.0597 14.2294C15.3741 11.0943 12.9059 8.62605 9.77081 7.94046C9.51228 7.88392 9.38301 7.85565 9.31591 7.76318C9.24881 7.6707 9.26063 7.55298 9.28427 7.31753C9.62639 3.91012 12.5026 1.25 16.0002 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.77448 4.24219L6.5663 5.19395C6.72824 5.38861 6.97748 5.48841 7.22902 5.45932C7.48056 5.43023 7.70044 5.27618 7.81368 5.0497L8.67082 3.33541C8.78707 3.10292 8.77464 2.82681 8.63799 2.6057C8.50133 2.38459 8.25993 2.25 8 2.25C7.21245 2.25 6.45502 2.38478 5.75052 2.63328C3.12763 3.55843 1.25 6.05696 1.25 9C1.25 9.41421 1.58579 9.75 2 9.75C2.41421 9.75 2.75 9.41421 2.75 9C2.75 6.89355 3.98604 5.07881 5.77448 4.24219Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2255 19.7578L17.4337 18.806C17.2718 18.6114 17.0225 18.5116 16.771 18.5407C16.5194 18.5698 16.2996 18.7238 16.1863 18.9503L15.3292 20.6646C15.2129 20.8971 15.2254 21.1732 15.362 21.3943C15.4987 21.6154 15.7401 21.75 16 21.75C16.7875 21.75 17.545 21.6152 18.2495 21.3667C20.8724 20.4416 22.75 17.943 22.75 15C22.75 14.5858 22.4142 14.25 22 14.25C21.5858 14.25 21.25 14.5858 21.25 15C21.25 17.1064 20.014 18.9212 18.2255 19.7578Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 16C1.25 12.2721 4.27208 9.25 8 9.25C11.7279 9.25 14.75 12.2721 14.75 16C14.75 19.7279 11.7279 22.75 8 22.75C4.27208 22.75 1.25 19.7279 1.25 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0002 1.25C19.7281 1.25 22.7502 4.27208 22.7502 8C22.7502 11.4976 20.0901 14.3738 16.6827 14.7159C16.4472 14.7396 16.3295 14.7514 16.237 14.6843C16.1445 14.6172 16.1163 14.4879 16.0597 14.2294C15.3741 11.0943 12.9059 8.62605 9.77081 7.94046C9.51228 7.88392 9.38301 7.85565 9.31591 7.76318C9.24881 7.6707 9.26063 7.55298 9.28427 7.31753C9.62639 3.91012 12.5026 1.25 16.0002 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.77448 4.24219L6.5663 5.19395C6.72824 5.38861 6.97748 5.48841 7.22902 5.45932C7.48056 5.43023 7.70044 5.27618 7.81368 5.0497L8.67082 3.33541C8.78707 3.10292 8.77464 2.82681 8.63799 2.6057C8.50133 2.38459 8.25993 2.25 8 2.25C7.21245 2.25 6.45502 2.38478 5.75052 2.63328C3.12763 3.55843 1.25 6.05696 1.25 9C1.25 9.41421 1.58579 9.75 2 9.75C2.41421 9.75 2.75 9.41421 2.75 9C2.75 6.89355 3.98604 5.07881 5.77448 4.24219Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2255 19.7578L17.4337 18.806C17.2718 18.6114 17.0225 18.5116 16.771 18.5407C16.5194 18.5698 16.2996 18.7238 16.1863 18.9503L15.3292 20.6646C15.2129 20.8971 15.2254 21.1732 15.362 21.3943C15.4987 21.6154 15.7401 21.75 16 21.75C16.7875 21.75 17.545 21.6152 18.2495 21.3667C20.8724 20.4416 22.75 17.943 22.75 15C22.75 14.5858 22.4142 14.25 22 14.25C21.5858 14.25 21.25 14.5858 21.25 15C21.25 17.1064 20.014 18.9212 18.2255 19.7578Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-coins-yen{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.98539 10.205C3.25498 9.87581 3.38978 9.7112 3.52076 9.75811C3.65173 9.80502 3.65134 10.0334 3.65055 10.4902C3.65054 10.4959 3.65054 10.5017 3.65054 10.5075C3.65054 15.9432 8.05704 20.3497 13.4927 20.3497C13.4985 20.3497 13.5043 20.3497 13.5101 20.3497C13.9668 20.3489 14.1952 20.3485 14.2421 20.4795C14.289 20.6105 14.1244 20.7453 13.7952 21.0149C12.4707 22.0995 10.7772 22.7502 8.93172 22.7502C4.68922 22.7502 1.25 19.311 1.25 15.0685C1.25 13.223 1.90079 11.5296 2.98539 10.205Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 1.25024C9.16751 1.25024 5.25 5.16775 5.25 10.0002C5.25 14.8327 9.16751 18.7502 14 18.7502C18.8325 18.7502 22.75 14.8327 22.75 10.0002C22.75 5.16775 18.8325 1.25024 14 1.25024ZM12.2305 6.32969C12.1362 5.92635 11.7328 5.67581 11.3294 5.7701C10.9261 5.86439 10.6756 6.26779 10.7699 6.67113C10.9522 7.451 11.6738 9.09044 13.2502 10.055V10.4171H11.9168C11.5026 10.4171 11.1668 10.7529 11.1668 11.1671C11.1668 11.5813 11.5026 11.9171 11.9168 11.9171H13.2502V13.5004C13.2502 13.9146 13.586 14.2504 14.0002 14.2504C14.4144 14.2504 14.7502 13.9146 14.7502 13.5004V11.9171H16.0835C16.4977 11.9171 16.8335 11.5813 16.8335 11.1671C16.8335 10.7529 16.4977 10.4171 16.0835 10.4171H14.7502V10.055C16.3266 9.09044 17.0482 7.451 17.2305 6.67113C17.3248 6.26779 17.0742 5.86439 16.6709 5.7701C16.2675 5.67581 15.8641 5.92635 15.7699 6.32969C15.646 6.85934 15.1062 8.05913 14.0002 8.75475C12.8941 8.05913 12.3543 6.85934 12.2305 6.32969Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.98539 10.205C3.25498 9.87581 3.38978 9.7112 3.52076 9.75811C3.65173 9.80502 3.65134 10.0334 3.65055 10.4902C3.65054 10.4959 3.65054 10.5017 3.65054 10.5075C3.65054 15.9432 8.05704 20.3497 13.4927 20.3497C13.4985 20.3497 13.5043 20.3497 13.5101 20.3497C13.9668 20.3489 14.1952 20.3485 14.2421 20.4795C14.289 20.6105 14.1244 20.7453 13.7952 21.0149C12.4707 22.0995 10.7772 22.7502 8.93172 22.7502C4.68922 22.7502 1.25 19.311 1.25 15.0685C1.25 13.223 1.90079 11.5296 2.98539 10.205Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 1.25024C9.16751 1.25024 5.25 5.16775 5.25 10.0002C5.25 14.8327 9.16751 18.7502 14 18.7502C18.8325 18.7502 22.75 14.8327 22.75 10.0002C22.75 5.16775 18.8325 1.25024 14 1.25024ZM12.2305 6.32969C12.1362 5.92635 11.7328 5.67581 11.3294 5.7701C10.9261 5.86439 10.6756 6.26779 10.7699 6.67113C10.9522 7.451 11.6738 9.09044 13.2502 10.055V10.4171H11.9168C11.5026 10.4171 11.1668 10.7529 11.1668 11.1671C11.1668 11.5813 11.5026 11.9171 11.9168 11.9171H13.2502V13.5004C13.2502 13.9146 13.586 14.2504 14.0002 14.2504C14.4144 14.2504 14.7502 13.9146 14.7502 13.5004V11.9171H16.0835C16.4977 11.9171 16.8335 11.5813 16.8335 11.1671C16.8335 10.7529 16.4977 10.4171 16.0835 10.4171H14.7502V10.055C16.3266 9.09044 17.0482 7.451 17.2305 6.67113C17.3248 6.26779 17.0742 5.86439 16.6709 5.7701C16.2675 5.67581 15.8641 5.92635 15.7699 6.32969C15.646 6.85934 15.1062 8.05913 14.0002 8.75475C12.8941 8.05913 12.3543 6.85934 12.2305 6.32969Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-complaint{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.25C13.8563 1.25 11.25 3.6966 11.25 6.78336C11.25 8.26183 11.853 9.60076 12.825 10.5878C12.8635 10.6762 12.851 10.9771 12.4936 11.4734C12.3267 11.6787 12.2803 11.9568 12.3716 12.2052C12.4628 12.4535 12.6783 12.6355 12.9384 12.6838C13.8291 12.8495 14.96 12.6072 15.7493 12.1875C16.1137 12.2559 16.6288 12.3171 17 12.3167C20.1437 12.3167 22.75 9.87012 22.75 6.78336C22.75 3.6966 20.1437 1.25 17 1.25ZM17.7584 4.5C17.7584 4.08579 17.4226 3.75 17.0084 3.75C16.5942 3.75 16.2584 4.08579 16.2584 4.5V7C16.2584 7.41421 16.5942 7.75 17.0084 7.75C17.4226 7.75 17.7584 7.41421 17.7584 7V4.5ZM17 8.25C16.5858 8.25 16.25 8.58579 16.25 9C16.25 9.41421 16.5858 9.75 17 9.75H17.0081C17.4223 9.75 17.7581 9.41421 17.7581 9C17.7581 8.58579 17.4223 8.25 17.0081 8.25H17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.00027 12.25C4.00027 10.317 5.56727 8.75 7.50027 8.75C9.43326 8.75 11.0003 10.317 11.0003 12.25C11.0003 14.183 9.43326 15.75 7.50027 15.75C5.56727 15.75 4.00027 14.183 4.00027 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.8261 17.6756C6.07808 16.4413 8.92246 16.4413 11.1744 17.6756C11.6058 17.8991 12.5496 18.3899 13.0334 18.8258C13.3317 19.0946 13.676 19.4993 13.74 20.0385C13.8108 20.6346 13.5177 21.1474 13.0592 21.5494C12.311 22.2055 11.3903 22.7499 10.1947 22.7499H4.8058C3.61027 22.7499 2.68958 22.2055 1.94129 21.5494C1.48287 21.1474 1.18972 20.6346 1.26052 20.0385C1.32455 19.4993 1.66888 19.0946 1.96718 18.8258C2.45098 18.3899 3.39471 17.8991 3.8261 17.6756Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.25C13.8563 1.25 11.25 3.6966 11.25 6.78336C11.25 8.26183 11.853 9.60076 12.825 10.5878C12.8635 10.6762 12.851 10.9771 12.4936 11.4734C12.3267 11.6787 12.2803 11.9568 12.3716 12.2052C12.4628 12.4535 12.6783 12.6355 12.9384 12.6838C13.8291 12.8495 14.96 12.6072 15.7493 12.1875C16.1137 12.2559 16.6288 12.3171 17 12.3167C20.1437 12.3167 22.75 9.87012 22.75 6.78336C22.75 3.6966 20.1437 1.25 17 1.25ZM17.7584 4.5C17.7584 4.08579 17.4226 3.75 17.0084 3.75C16.5942 3.75 16.2584 4.08579 16.2584 4.5V7C16.2584 7.41421 16.5942 7.75 17.0084 7.75C17.4226 7.75 17.7584 7.41421 17.7584 7V4.5ZM17 8.25C16.5858 8.25 16.25 8.58579 16.25 9C16.25 9.41421 16.5858 9.75 17 9.75H17.0081C17.4223 9.75 17.7581 9.41421 17.7581 9C17.7581 8.58579 17.4223 8.25 17.0081 8.25H17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.00027 12.25C4.00027 10.317 5.56727 8.75 7.50027 8.75C9.43326 8.75 11.0003 10.317 11.0003 12.25C11.0003 14.183 9.43326 15.75 7.50027 15.75C5.56727 15.75 4.00027 14.183 4.00027 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.8261 17.6756C6.07808 16.4413 8.92246 16.4413 11.1744 17.6756C11.6058 17.8991 12.5496 18.3899 13.0334 18.8258C13.3317 19.0946 13.676 19.4993 13.74 20.0385C13.8108 20.6346 13.5177 21.1474 13.0592 21.5494C12.311 22.2055 11.3903 22.7499 10.1947 22.7499H4.8058C3.61027 22.7499 2.68958 22.2055 1.94129 21.5494C1.48287 21.1474 1.18972 20.6346 1.26052 20.0385C1.32455 19.4993 1.66888 19.0946 1.96718 18.8258C2.45098 18.3899 3.39471 17.8991 3.8261 17.6756Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-computer-dollar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0567 1H9.94328C8.35179 0.999985 7.07838 0.999973 6.06076 1.10724C5.01328 1.21765 4.12227 1.45065 3.34533 1.99466C2.81978 2.36266 2.36266 2.81978 1.99466 3.34533C1.45065 4.12227 1.21765 5.01328 1.10724 6.06076C0.999973 7.07838 0.999985 8.35179 1 9.94328V10.0567C0.999985 11.6482 0.999973 12.9216 1.10724 13.9392C1.21765 14.9867 1.45065 15.8777 1.99466 16.6547C2.36266 17.1802 2.81978 17.6373 3.34533 18.0053C4.12227 18.5494 5.01328 18.7824 6.06076 18.8928C7.03205 18.9951 8.23639 18.9998 9.72791 19C9.76674 19.3334 9.75416 19.6705 9.69509 19.9899C9.62759 20.3549 9.59384 20.5374 9.31586 20.7687C9.03788 21 8.76464 21 8.21814 21H7C6.44772 21 6 21.4477 6 22C6 22.5523 6.44772 23 7 23H17C17.5523 23 18 22.5523 18 22C18 21.4477 17.5523 21 17 21H15.7818C15.2353 21 14.9621 21 14.6841 20.7687C14.4061 20.5374 14.3724 20.3549 14.3049 19.9899C14.2458 19.6705 14.2332 19.3334 14.272 19C15.7636 18.9998 16.9679 18.9951 17.9392 18.8928C18.9867 18.7824 19.8777 18.5494 20.6547 18.0053C21.1802 17.6373 21.6373 17.1802 22.0053 16.6547C22.5494 15.8777 22.7824 14.9867 22.8928 13.9392C23 12.9216 23 11.6482 23 10.0567V9.94327C23 8.35178 23 7.07837 22.8928 6.06076C22.7824 5.01328 22.5494 4.12227 22.0053 3.34533C21.6373 2.81978 21.1802 2.36266 20.6547 1.99466C19.8777 1.45065 18.9867 1.21765 17.9392 1.10724C16.9216 0.999973 15.6482 0.999985 14.0567 1ZM4.49248 3.63297C4.8778 3.36317 5.38772 3.18926 6.27041 3.09622C7.17091 3.0013 8.33876 3 10 3H14C15.6612 3 16.8291 3.0013 17.7296 3.09622C18.6123 3.18926 19.1222 3.36317 19.5075 3.63297C19.842 3.86715 20.1329 4.15804 20.367 4.49248C20.6368 4.8778 20.8107 5.38772 20.9038 6.27041C20.9987 7.17091 21 8.33876 21 10C21 11.6612 20.9987 12.8291 20.9038 13.7296C20.8107 14.6123 20.6368 15.1222 20.367 15.5075C20.1329 15.842 19.842 16.1329 19.5075 16.367C19.1222 16.6368 18.6123 16.8107 17.7296 16.9038C16.8291 16.9987 15.6612 17 14 17H10C8.33876 17 7.17091 16.9987 6.27041 16.9038C5.38772 16.8107 4.8778 16.6368 4.49248 16.367C4.15804 16.1329 3.86715 15.842 3.63297 15.5075C3.36317 15.1222 3.18926 14.6123 3.09622 13.7296C3.0013 12.8291 3 11.6612 3 10C3 8.33876 3.0013 7.17091 3.09622 6.27041C3.18926 5.38772 3.36317 4.8778 3.63297 4.49248C3.86715 4.15804 4.15804 3.86715 4.49248 3.63297Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.5C12.5523 4.5 13 4.94772 13 5.5V5.77827C13.8024 6.03113 14.4829 6.58617 14.8085 7.36363C15.0219 7.87302 14.782 8.45896 14.2726 8.67234C13.7632 8.88573 13.1772 8.64577 12.9639 8.13637C12.8699 7.91204 12.5363 7.625 12 7.625C11.2818 7.625 11 8.0853 11 8.3125C11 8.5397 11.2818 9 12 9C13.4909 9 15 10.0507 15 11.6875C15 12.9528 14.0981 13.8679 13 14.2181V14.5C13 15.0523 12.5523 15.5 12 15.5C11.4477 15.5 11 15.0523 11 14.5V14.2217C10.1976 13.9689 9.51714 13.4138 9.19146 12.6364C8.97807 12.127 9.21804 11.541 9.72743 11.3277C10.2368 11.1143 10.8228 11.3542 11.0361 11.8636C11.1301 12.088 11.4637 12.375 12 12.375C12.7182 12.375 13 11.9147 13 11.6875C13 11.4603 12.7182 11 12 11C10.5091 11 9 9.94926 9 8.3125C9 7.04719 9.90187 6.1321 11 5.78192V5.5C11 4.94772 11.4477 4.5 12 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0567 1H9.94328C8.35179 0.999985 7.07838 0.999973 6.06076 1.10724C5.01328 1.21765 4.12227 1.45065 3.34533 1.99466C2.81978 2.36266 2.36266 2.81978 1.99466 3.34533C1.45065 4.12227 1.21765 5.01328 1.10724 6.06076C0.999973 7.07838 0.999985 8.35179 1 9.94328V10.0567C0.999985 11.6482 0.999973 12.9216 1.10724 13.9392C1.21765 14.9867 1.45065 15.8777 1.99466 16.6547C2.36266 17.1802 2.81978 17.6373 3.34533 18.0053C4.12227 18.5494 5.01328 18.7824 6.06076 18.8928C7.03205 18.9951 8.23639 18.9998 9.72791 19C9.76674 19.3334 9.75416 19.6705 9.69509 19.9899C9.62759 20.3549 9.59384 20.5374 9.31586 20.7687C9.03788 21 8.76464 21 8.21814 21H7C6.44772 21 6 21.4477 6 22C6 22.5523 6.44772 23 7 23H17C17.5523 23 18 22.5523 18 22C18 21.4477 17.5523 21 17 21H15.7818C15.2353 21 14.9621 21 14.6841 20.7687C14.4061 20.5374 14.3724 20.3549 14.3049 19.9899C14.2458 19.6705 14.2332 19.3334 14.272 19C15.7636 18.9998 16.9679 18.9951 17.9392 18.8928C18.9867 18.7824 19.8777 18.5494 20.6547 18.0053C21.1802 17.6373 21.6373 17.1802 22.0053 16.6547C22.5494 15.8777 22.7824 14.9867 22.8928 13.9392C23 12.9216 23 11.6482 23 10.0567V9.94327C23 8.35178 23 7.07837 22.8928 6.06076C22.7824 5.01328 22.5494 4.12227 22.0053 3.34533C21.6373 2.81978 21.1802 2.36266 20.6547 1.99466C19.8777 1.45065 18.9867 1.21765 17.9392 1.10724C16.9216 0.999973 15.6482 0.999985 14.0567 1ZM4.49248 3.63297C4.8778 3.36317 5.38772 3.18926 6.27041 3.09622C7.17091 3.0013 8.33876 3 10 3H14C15.6612 3 16.8291 3.0013 17.7296 3.09622C18.6123 3.18926 19.1222 3.36317 19.5075 3.63297C19.842 3.86715 20.1329 4.15804 20.367 4.49248C20.6368 4.8778 20.8107 5.38772 20.9038 6.27041C20.9987 7.17091 21 8.33876 21 10C21 11.6612 20.9987 12.8291 20.9038 13.7296C20.8107 14.6123 20.6368 15.1222 20.367 15.5075C20.1329 15.842 19.842 16.1329 19.5075 16.367C19.1222 16.6368 18.6123 16.8107 17.7296 16.9038C16.8291 16.9987 15.6612 17 14 17H10C8.33876 17 7.17091 16.9987 6.27041 16.9038C5.38772 16.8107 4.8778 16.6368 4.49248 16.367C4.15804 16.1329 3.86715 15.842 3.63297 15.5075C3.36317 15.1222 3.18926 14.6123 3.09622 13.7296C3.0013 12.8291 3 11.6612 3 10C3 8.33876 3.0013 7.17091 3.09622 6.27041C3.18926 5.38772 3.36317 4.8778 3.63297 4.49248C3.86715 4.15804 4.15804 3.86715 4.49248 3.63297Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.5C12.5523 4.5 13 4.94772 13 5.5V5.77827C13.8024 6.03113 14.4829 6.58617 14.8085 7.36363C15.0219 7.87302 14.782 8.45896 14.2726 8.67234C13.7632 8.88573 13.1772 8.64577 12.9639 8.13637C12.8699 7.91204 12.5363 7.625 12 7.625C11.2818 7.625 11 8.0853 11 8.3125C11 8.5397 11.2818 9 12 9C13.4909 9 15 10.0507 15 11.6875C15 12.9528 14.0981 13.8679 13 14.2181V14.5C13 15.0523 12.5523 15.5 12 15.5C11.4477 15.5 11 15.0523 11 14.5V14.2217C10.1976 13.9689 9.51714 13.4138 9.19146 12.6364C8.97807 12.127 9.21804 11.541 9.72743 11.3277C10.2368 11.1143 10.8228 11.3542 11.0361 11.8636C11.1301 12.088 11.4637 12.375 12 12.375C12.7182 12.375 13 11.9147 13 11.6875C13 11.4603 12.7182 11 12 11C10.5091 11 9 9.94926 9 8.3125C9 7.04719 9.90187 6.1321 11 5.78192V5.5C11 4.94772 11.4477 4.5 12 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-conference{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0549 2.25H13.0549H13.0549H10.9451H10.9451H10.9451C9.57752 2.24998 8.47521 2.24996 7.60825 2.36652C6.70814 2.48754 5.95027 2.74643 5.34835 3.34835C4.74643 3.95027 4.48754 4.70814 4.36652 5.60825C4.24996 6.47521 4.24998 7.57752 4.25 8.9451V8.94511V8.94513V15.0549V15.0549V15.0549C4.24998 16.4225 4.24996 17.5248 4.36652 18.3918C4.48754 19.2919 4.74643 20.0497 5.34835 20.6517C5.95027 21.2536 6.70814 21.5125 7.60825 21.6335C8.47522 21.75 9.57754 21.75 10.9451 21.75H13.0549C14.4225 21.75 15.5248 21.75 16.3918 21.6335C17.2919 21.5125 18.0497 21.2536 18.6517 20.6517C19.2536 20.0497 19.5125 19.2919 19.6335 18.3918C19.75 17.5248 19.75 16.4225 19.75 15.0549V15.0549V15.0549V8.94513V8.94512V8.94512C19.75 7.57753 19.75 6.47522 19.6335 5.60825C19.5125 4.70814 19.2536 3.95027 18.6517 3.34835C18.0497 2.74643 17.2919 2.48754 16.3918 2.36652C15.5248 2.24996 14.4225 2.24998 13.0549 2.25ZM12.0001 5.75C10.4813 5.75 9.2501 6.98122 9.2501 8.5C9.2501 10.0188 10.4813 11.25 12.0001 11.25C13.5189 11.25 14.7501 10.0188 14.7501 8.5C14.7501 6.98122 13.5189 5.75 12.0001 5.75ZM16.2143 14.6697C15.8435 14.2614 15.1375 13.8137 14.8275 13.6177C13.1004 12.4608 10.8998 12.4608 9.17273 13.6177C8.86267 13.8137 8.15667 14.2614 7.78592 14.6697C7.55059 14.9288 7.30253 15.2967 7.25726 15.7626C7.20867 16.2627 7.40665 16.7221 7.76846 17.1099C8.31558 17.6963 9.04719 18.25 10.0405 18.25H13.9597C14.953 18.25 15.6846 17.6963 16.2317 17.1099C16.5935 16.7221 16.7915 16.2627 16.7429 15.7626C16.6977 15.2967 16.4496 14.9288 16.2143 14.6697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 6.25C22.4142 6.25 22.75 6.58579 22.75 7V17C22.75 17.4142 22.4142 17.75 22 17.75C21.5858 17.75 21.25 17.4142 21.25 17V7C21.25 6.58579 21.5858 6.25 22 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 6.25C2.41421 6.25 2.75 6.58579 2.75 7V17C2.75 17.4142 2.41421 17.75 2 17.75C1.58579 17.75 1.25 17.4142 1.25 17V7C1.25 6.58579 1.58579 6.25 2 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0549 2.25H13.0549H13.0549H10.9451H10.9451H10.9451C9.57752 2.24998 8.47521 2.24996 7.60825 2.36652C6.70814 2.48754 5.95027 2.74643 5.34835 3.34835C4.74643 3.95027 4.48754 4.70814 4.36652 5.60825C4.24996 6.47521 4.24998 7.57752 4.25 8.9451V8.94511V8.94513V15.0549V15.0549V15.0549C4.24998 16.4225 4.24996 17.5248 4.36652 18.3918C4.48754 19.2919 4.74643 20.0497 5.34835 20.6517C5.95027 21.2536 6.70814 21.5125 7.60825 21.6335C8.47522 21.75 9.57754 21.75 10.9451 21.75H13.0549C14.4225 21.75 15.5248 21.75 16.3918 21.6335C17.2919 21.5125 18.0497 21.2536 18.6517 20.6517C19.2536 20.0497 19.5125 19.2919 19.6335 18.3918C19.75 17.5248 19.75 16.4225 19.75 15.0549V15.0549V15.0549V8.94513V8.94512V8.94512C19.75 7.57753 19.75 6.47522 19.6335 5.60825C19.5125 4.70814 19.2536 3.95027 18.6517 3.34835C18.0497 2.74643 17.2919 2.48754 16.3918 2.36652C15.5248 2.24996 14.4225 2.24998 13.0549 2.25ZM12.0001 5.75C10.4813 5.75 9.2501 6.98122 9.2501 8.5C9.2501 10.0188 10.4813 11.25 12.0001 11.25C13.5189 11.25 14.7501 10.0188 14.7501 8.5C14.7501 6.98122 13.5189 5.75 12.0001 5.75ZM16.2143 14.6697C15.8435 14.2614 15.1375 13.8137 14.8275 13.6177C13.1004 12.4608 10.8998 12.4608 9.17273 13.6177C8.86267 13.8137 8.15667 14.2614 7.78592 14.6697C7.55059 14.9288 7.30253 15.2967 7.25726 15.7626C7.20867 16.2627 7.40665 16.7221 7.76846 17.1099C8.31558 17.6963 9.04719 18.25 10.0405 18.25H13.9597C14.953 18.25 15.6846 17.6963 16.2317 17.1099C16.5935 16.7221 16.7915 16.2627 16.7429 15.7626C16.6977 15.2967 16.4496 14.9288 16.2143 14.6697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 6.25C22.4142 6.25 22.75 6.58579 22.75 7V17C22.75 17.4142 22.4142 17.75 22 17.75C21.5858 17.75 21.25 17.4142 21.25 17V7C21.25 6.58579 21.5858 6.25 22 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 6.25C2.41421 6.25 2.75 6.58579 2.75 7V17C2.75 17.4142 2.41421 17.75 2 17.75C1.58579 17.75 1.25 17.4142 1.25 17V7C1.25 6.58579 1.58579 6.25 2 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-contact-book{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 6C1.25 5.44772 1.69772 5 2.25 5L4.75 5C5.30229 5 5.75 5.44772 5.75 6C5.75 6.55229 5.30228 7 4.75 7L2.25 7C1.69772 7 1.25 6.55228 1.25 6ZM1.25 12C1.25 11.4477 1.69772 11 2.25 11L4.75 11C5.30229 11 5.75 11.4477 5.75 12C5.75 12.5523 5.30228 13 4.75 13H2.25C1.69772 13 1.25 12.5523 1.25 12ZM1.25 18C1.25 17.4477 1.69772 17 2.25 17H4.75C5.30228 17 5.75 17.4477 5.75 18C5.75 18.5523 5.30228 19 4.75 19H2.25C1.69772 19 1.25 18.5523 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0564 1.25H14.0564H14.0564H12.4436H12.4436H12.4436C10.6058 1.24998 9.15019 1.24997 8.01098 1.40314C6.83856 1.56076 5.88961 1.89288 5.14124 2.64124C4.39288 3.38961 4.06076 4.33856 3.90314 5.51098C3.74997 6.65019 3.74998 8.10581 3.75 9.94356V9.94357V9.94358V14.0564V14.0564V14.0564C3.74998 15.8942 3.74997 17.3498 3.90314 18.489C4.06076 19.6614 4.39288 20.6104 5.14124 21.3588C5.88961 22.1071 6.83856 22.4392 8.01098 22.5969C9.15018 22.75 10.6058 22.75 12.4435 22.75H12.4436H14.0564H14.0565C15.8942 22.75 17.3498 22.75 18.489 22.5969C19.6614 22.4392 20.6104 22.1071 21.3588 21.3588C22.1071 20.6104 22.4392 19.6614 22.5969 18.489C22.75 17.3498 22.75 15.8942 22.75 14.0565V14.0564V9.94359V9.94354C22.75 8.1058 22.75 6.65018 22.5969 5.51098C22.4392 4.33856 22.1071 3.38961 21.3588 2.64124C20.6104 1.89288 19.6614 1.56076 18.489 1.40314C17.3498 1.24997 15.8942 1.24998 14.0564 1.25ZM13.2501 5.75C11.7313 5.75 10.5001 6.98122 10.5001 8.5C10.5001 10.0188 11.7313 11.25 13.2501 11.25C14.7689 11.25 16.0001 10.0188 16.0001 8.5C16.0001 6.98122 14.7689 5.75 13.2501 5.75ZM17.4643 14.6697C17.0935 14.2614 16.3875 13.8137 16.0775 13.6177C14.3504 12.4608 12.1498 12.4608 10.4227 13.6177C10.1127 13.8137 9.40667 14.2614 9.03592 14.6697C8.80059 14.9288 8.55253 15.2967 8.50726 15.7626C8.45867 16.2627 8.65665 16.7221 9.01846 17.1099C9.56558 17.6963 10.2972 18.25 11.2905 18.25H15.2097C16.203 18.25 16.9346 17.6963 17.4817 17.1099C17.8435 16.7221 18.0415 16.2627 17.9929 15.7626C17.9477 15.2967 17.6996 14.9288 17.4643 14.6697Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 6C1.25 5.44772 1.69772 5 2.25 5L4.75 5C5.30229 5 5.75 5.44772 5.75 6C5.75 6.55229 5.30228 7 4.75 7L2.25 7C1.69772 7 1.25 6.55228 1.25 6ZM1.25 12C1.25 11.4477 1.69772 11 2.25 11L4.75 11C5.30229 11 5.75 11.4477 5.75 12C5.75 12.5523 5.30228 13 4.75 13H2.25C1.69772 13 1.25 12.5523 1.25 12ZM1.25 18C1.25 17.4477 1.69772 17 2.25 17H4.75C5.30228 17 5.75 17.4477 5.75 18C5.75 18.5523 5.30228 19 4.75 19H2.25C1.69772 19 1.25 18.5523 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0564 1.25H14.0564H14.0564H12.4436H12.4436H12.4436C10.6058 1.24998 9.15019 1.24997 8.01098 1.40314C6.83856 1.56076 5.88961 1.89288 5.14124 2.64124C4.39288 3.38961 4.06076 4.33856 3.90314 5.51098C3.74997 6.65019 3.74998 8.10581 3.75 9.94356V9.94357V9.94358V14.0564V14.0564V14.0564C3.74998 15.8942 3.74997 17.3498 3.90314 18.489C4.06076 19.6614 4.39288 20.6104 5.14124 21.3588C5.88961 22.1071 6.83856 22.4392 8.01098 22.5969C9.15018 22.75 10.6058 22.75 12.4435 22.75H12.4436H14.0564H14.0565C15.8942 22.75 17.3498 22.75 18.489 22.5969C19.6614 22.4392 20.6104 22.1071 21.3588 21.3588C22.1071 20.6104 22.4392 19.6614 22.5969 18.489C22.75 17.3498 22.75 15.8942 22.75 14.0565V14.0564V9.94359V9.94354C22.75 8.1058 22.75 6.65018 22.5969 5.51098C22.4392 4.33856 22.1071 3.38961 21.3588 2.64124C20.6104 1.89288 19.6614 1.56076 18.489 1.40314C17.3498 1.24997 15.8942 1.24998 14.0564 1.25ZM13.2501 5.75C11.7313 5.75 10.5001 6.98122 10.5001 8.5C10.5001 10.0188 11.7313 11.25 13.2501 11.25C14.7689 11.25 16.0001 10.0188 16.0001 8.5C16.0001 6.98122 14.7689 5.75 13.2501 5.75ZM17.4643 14.6697C17.0935 14.2614 16.3875 13.8137 16.0775 13.6177C14.3504 12.4608 12.1498 12.4608 10.4227 13.6177C10.1127 13.8137 9.40667 14.2614 9.03592 14.6697C8.80059 14.9288 8.55253 15.2967 8.50726 15.7626C8.45867 16.2627 8.65665 16.7221 9.01846 17.1099C9.56558 17.6963 10.2972 18.25 11.2905 18.25H15.2097C16.203 18.25 16.9346 17.6963 17.4817 17.1099C17.8435 16.7221 18.0415 16.2627 17.9929 15.7626C17.9477 15.2967 17.6996 14.9288 17.4643 14.6697Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-corporate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.97858 1.25H8.02142C8.87097 1.24995 9.60296 1.24991 10.1891 1.33028C10.8173 1.41641 11.4195 1.61064 11.9079 2.10871C12.3964 2.60679 12.5868 3.22086 12.6713 3.86148C12.7501 4.45924 12.75 5.20569 12.75 6.07203L12.75 22.75L5.9786 22.75C5.12904 22.75 4.39705 22.7501 3.81087 22.6697C3.18267 22.5836 2.5805 22.3894 2.09207 21.8913C1.60365 21.3932 1.41318 20.7791 1.32872 20.1385C1.24991 19.5408 1.24995 18.7943 1.25 17.928L1.25 6.13637C1.25 6.11485 1.25 6.0934 1.25 6.07203C1.24995 5.20569 1.24991 4.45924 1.32872 3.86148C1.41318 3.22086 1.60365 2.60679 2.09207 2.10871C2.5805 1.61064 3.18267 1.41641 3.81087 1.33028C4.39704 1.24991 5.12903 1.24995 5.97858 1.25ZM4.06626 3.26739C3.65059 3.32438 3.52031 3.41639 3.44736 3.49079C3.37441 3.56518 3.28418 3.69804 3.2283 4.12192C3.16871 4.57391 3.16667 5.18736 3.16667 6.13637V17.8636C3.16667 18.8126 3.16871 19.4261 3.2283 19.8781C3.28418 20.302 3.37441 20.4348 3.44736 20.5092C3.52031 20.5836 3.65059 20.6756 4.06626 20.7326C4.5095 20.7934 5.11105 20.7955 6.04167 20.7955H10.8333V6.13637C10.8333 5.18736 10.8313 4.57391 10.7717 4.12192C10.7158 3.69804 10.6256 3.56518 10.5526 3.49079C10.4797 3.41639 10.3494 3.32438 9.93374 3.26739C9.49051 3.20662 8.88895 3.20455 7.95833 3.20455H6.04167C5.11105 3.20455 4.5095 3.20662 4.06626 3.26739Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.9445 8.05546C21.4891 7.59999 20.9223 7.41432 20.2945 7.32991C19.6997 7.24995 18.9505 7.24997 18.0521 7.25H18.052H18.052L11.25 7.25V22.75L18.052 22.75H18.052C18.9505 22.75 19.6997 22.7501 20.2945 22.6701C20.9223 22.5857 21.4891 22.4 21.9445 21.9445C22.4 21.4891 22.5857 20.9223 22.6701 20.2945C22.7501 19.6997 22.75 18.9505 22.75 18.052V18.052V11.948V11.948C22.75 11.0495 22.7501 10.3003 22.6701 9.70552C22.5857 9.07773 22.4 8.51093 21.9445 8.05546ZM15.5 11.25C15.0858 11.25 14.75 11.5858 14.75 12C14.75 12.4142 15.0858 12.75 15.5 12.75H18.5C18.9142 12.75 19.25 12.4142 19.25 12C19.25 11.5858 18.9142 11.25 18.5 11.25H15.5ZM15.5 15.25C15.0858 15.25 14.75 15.5858 14.75 16C14.75 16.4142 15.0858 16.75 15.5 16.75H18.5C18.9142 16.75 19.25 16.4142 19.25 16C19.25 15.5858 18.9142 15.25 18.5 15.25H15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 6C4.5 5.44772 4.94772 5 5.5 5H8.5C9.05228 5 9.5 5.44772 9.5 6C9.5 6.55228 9.05228 7 8.5 7H5.5C4.94772 7 4.5 6.55228 4.5 6ZM4.5 10C4.5 9.44772 4.94772 9 5.5 9H8.5C9.05228 9 9.5 9.44772 9.5 10C9.5 10.5523 9.05228 11 8.5 11H5.5C4.94772 11 4.5 10.5523 4.5 10ZM4.5 14C4.5 13.4477 4.94772 13 5.5 13H8.5C9.05228 13 9.5 13.4477 9.5 14C9.5 14.5523 9.05228 15 8.5 15H5.5C4.94772 15 4.5 14.5523 4.5 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.97858 1.25H8.02142C8.87097 1.24995 9.60296 1.24991 10.1891 1.33028C10.8173 1.41641 11.4195 1.61064 11.9079 2.10871C12.3964 2.60679 12.5868 3.22086 12.6713 3.86148C12.7501 4.45924 12.75 5.20569 12.75 6.07203L12.75 22.75L5.9786 22.75C5.12904 22.75 4.39705 22.7501 3.81087 22.6697C3.18267 22.5836 2.5805 22.3894 2.09207 21.8913C1.60365 21.3932 1.41318 20.7791 1.32872 20.1385C1.24991 19.5408 1.24995 18.7943 1.25 17.928L1.25 6.13637C1.25 6.11485 1.25 6.0934 1.25 6.07203C1.24995 5.20569 1.24991 4.45924 1.32872 3.86148C1.41318 3.22086 1.60365 2.60679 2.09207 2.10871C2.5805 1.61064 3.18267 1.41641 3.81087 1.33028C4.39704 1.24991 5.12903 1.24995 5.97858 1.25ZM4.06626 3.26739C3.65059 3.32438 3.52031 3.41639 3.44736 3.49079C3.37441 3.56518 3.28418 3.69804 3.2283 4.12192C3.16871 4.57391 3.16667 5.18736 3.16667 6.13637V17.8636C3.16667 18.8126 3.16871 19.4261 3.2283 19.8781C3.28418 20.302 3.37441 20.4348 3.44736 20.5092C3.52031 20.5836 3.65059 20.6756 4.06626 20.7326C4.5095 20.7934 5.11105 20.7955 6.04167 20.7955H10.8333V6.13637C10.8333 5.18736 10.8313 4.57391 10.7717 4.12192C10.7158 3.69804 10.6256 3.56518 10.5526 3.49079C10.4797 3.41639 10.3494 3.32438 9.93374 3.26739C9.49051 3.20662 8.88895 3.20455 7.95833 3.20455H6.04167C5.11105 3.20455 4.5095 3.20662 4.06626 3.26739Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.9445 8.05546C21.4891 7.59999 20.9223 7.41432 20.2945 7.32991C19.6997 7.24995 18.9505 7.24997 18.0521 7.25H18.052H18.052L11.25 7.25V22.75L18.052 22.75H18.052C18.9505 22.75 19.6997 22.7501 20.2945 22.6701C20.9223 22.5857 21.4891 22.4 21.9445 21.9445C22.4 21.4891 22.5857 20.9223 22.6701 20.2945C22.7501 19.6997 22.75 18.9505 22.75 18.052V18.052V11.948V11.948C22.75 11.0495 22.7501 10.3003 22.6701 9.70552C22.5857 9.07773 22.4 8.51093 21.9445 8.05546ZM15.5 11.25C15.0858 11.25 14.75 11.5858 14.75 12C14.75 12.4142 15.0858 12.75 15.5 12.75H18.5C18.9142 12.75 19.25 12.4142 19.25 12C19.25 11.5858 18.9142 11.25 18.5 11.25H15.5ZM15.5 15.25C15.0858 15.25 14.75 15.5858 14.75 16C14.75 16.4142 15.0858 16.75 15.5 16.75H18.5C18.9142 16.75 19.25 16.4142 19.25 16C19.25 15.5858 18.9142 15.25 18.5 15.25H15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 6C4.5 5.44772 4.94772 5 5.5 5H8.5C9.05228 5 9.5 5.44772 9.5 6C9.5 6.55228 9.05228 7 8.5 7H5.5C4.94772 7 4.5 6.55228 4.5 6ZM4.5 10C4.5 9.44772 4.94772 9 5.5 9H8.5C9.05228 9 9.5 9.44772 9.5 10C9.5 10.5523 9.05228 11 8.5 11H5.5C4.94772 11 4.5 10.5523 4.5 10ZM4.5 14C4.5 13.4477 4.94772 13 5.5 13H8.5C9.05228 13 9.5 13.4477 9.5 14C9.5 14.5523 9.05228 15 8.5 15H5.5C4.94772 15 4.5 14.5523 4.5 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-covariate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 11C17.5 10.1716 18.1716 9.5 19 9.5H19.009C19.8374 9.5 20.509 10.1716 20.509 11C20.509 11.8284 19.8374 12.5 19.009 12.5H19C18.1716 12.5 17.5 11.8284 17.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 15C13.5 14.1716 14.1716 13.5 15 13.5H15.009C15.8374 13.5 16.509 14.1716 16.509 15C16.509 15.8284 15.8374 16.5 15.009 16.5H15C14.1716 16.5 13.5 15.8284 13.5 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 5C10.5 4.17157 11.1716 3.5 12 3.5H12.009C12.8374 3.5 13.509 4.17157 13.509 5C13.509 5.82843 12.8374 6.5 12.009 6.5H12C11.1716 6.5 10.5 5.82843 10.5 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 9C6.5 8.17157 7.17157 7.5 8 7.5H8.00898C8.83741 7.5 9.50898 8.17157 9.50898 9C9.50898 9.82843 8.83741 10.5 8.00898 10.5H8C7.17157 10.5 6.5 9.82843 6.5 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.15226 17.9529 4.19301 18.1629 4.24151 18.3444L20.2929 2.29302C20.6834 1.90249 21.3166 1.90249 21.7071 2.29302C22.0976 2.68354 22.0976 3.31671 21.7071 3.70723L5.6558 19.7585C5.83729 19.807 6.0472 19.8478 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 11C17.5 10.1716 18.1716 9.5 19 9.5H19.009C19.8374 9.5 20.509 10.1716 20.509 11C20.509 11.8284 19.8374 12.5 19.009 12.5H19C18.1716 12.5 17.5 11.8284 17.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 15C13.5 14.1716 14.1716 13.5 15 13.5H15.009C15.8374 13.5 16.509 14.1716 16.509 15C16.509 15.8284 15.8374 16.5 15.009 16.5H15C14.1716 16.5 13.5 15.8284 13.5 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 5C10.5 4.17157 11.1716 3.5 12 3.5H12.009C12.8374 3.5 13.509 4.17157 13.509 5C13.509 5.82843 12.8374 6.5 12.009 6.5H12C11.1716 6.5 10.5 5.82843 10.5 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 9C6.5 8.17157 7.17157 7.5 8 7.5H8.00898C8.83741 7.5 9.50898 8.17157 9.50898 9C9.50898 9.82843 8.83741 10.5 8.00898 10.5H8C7.17157 10.5 6.5 9.82843 6.5 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.15226 17.9529 4.19301 18.1629 4.24151 18.3444L20.2929 2.29302C20.6834 1.90249 21.3166 1.90249 21.7071 2.29302C22.0976 2.68354 22.0976 3.31671 21.7071 3.70723L5.6558 19.7585C5.83729 19.807 6.0472 19.8478 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-credit-card-accept{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.8176 13.5414C23.002 14.062 22.7294 14.6335 22.2088 14.8179C21.6752 15.0069 21.0587 15.4138 20.4057 15.9865C19.763 16.5501 19.1378 17.2271 18.5841 17.8909C18.0322 18.5524 17.5635 19.1861 17.2324 19.6551C17.0672 19.8891 16.9372 20.0808 16.8493 20.2129L16.7191 20.4115C16.5258 20.7156 16.1837 20.8924 15.8239 20.874C15.4639 20.8555 15.1418 20.6448 14.9806 20.3225C14.5399 19.4411 14.1446 19.0902 13.9453 18.9573C13.861 18.9011 13.804 18.8786 13.7814 18.8709C13.273 18.8237 12.875 18.396 12.875 17.8753C12.875 17.323 13.3227 16.8753 13.875 16.8753C13.9574 16.8761 14.1621 16.8911 14.3216 16.945C14.5295 17.0044 14.7803 17.1103 15.0547 17.2932C15.329 17.4761 15.6166 17.7288 15.9054 18.0747C16.2206 17.6439 16.609 17.1363 17.0483 16.6097C17.6416 15.8985 18.34 15.1379 19.087 14.4828C19.8236 13.8368 20.663 13.2436 21.5412 12.9326C22.0618 12.7483 22.6332 13.0208 22.8176 13.5414Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3275 20.625C8.48845 20.625 7.04417 20.625 5.90558 20.4964C4.74342 20.3651 3.801 20.0914 3.01763 19.4727C2.78311 19.2875 2.56568 19.0829 2.36798 18.8612C1.70181 18.114 1.40432 17.2083 1.26263 16.0972C1.12498 15.0177 1.12499 13.6517 1.125 11.9277V11.8223C1.125 11.2465 1.12499 10.7106 1.13012 10.2121C1.13295 9.9364 1.13437 9.79856 1.22204 9.71178C1.30972 9.625 1.44861 9.625 1.72639 9.625H22.0236C22.3014 9.625 22.4403 9.625 22.528 9.71178C22.6156 9.79856 22.6171 9.93642 22.6199 10.2121C22.6214 10.3618 22.6225 10.5149 22.6233 10.6714C22.6249 11.0135 22.6257 11.1846 22.5402 11.2725C22.4546 11.3604 22.2425 11.3653 21.8182 11.375C21.5596 11.3809 21.2975 11.4274 21.0404 11.5185C19.904 11.9209 18.8975 12.6536 18.0979 13.3548C17.2727 14.0785 16.5194 14.9018 15.8965 15.6486C15.842 15.7138 15.8148 15.7465 15.7886 15.7666C15.7116 15.8259 15.63 15.8433 15.5356 15.8207C15.5034 15.8129 15.4609 15.7921 15.3758 15.7505C15.1635 15.6467 14.958 15.5685 14.7633 15.5111C14.4016 15.3959 14.0384 15.3765 13.8896 15.3751L13.875 15.375C12.4943 15.375 11.375 16.4943 11.375 17.875C11.375 18.9957 12.1116 19.9431 13.1277 20.2611L13.1323 20.2625C13.1664 20.2732 13.1863 20.2794 13.2103 20.3077C13.3149 20.4307 13.2277 20.625 13.0662 20.625H10.3275Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4226 3.125C15.2616 3.12499 16.7058 3.12498 17.8444 3.2536C19.0066 3.38488 19.949 3.65862 20.7324 4.27729C20.9669 4.46249 21.1843 4.66705 21.382 4.8888C22.0482 5.63601 22.3457 6.54169 22.4874 7.65285C22.5037 7.7807 22.5118 7.84463 22.4972 7.90079C22.4737 7.99053 22.4049 8.06875 22.3188 8.10335C22.265 8.125 22.1976 8.125 22.0628 8.125H1.68724C1.55246 8.125 1.48507 8.125 1.43122 8.10335C1.34515 8.06875 1.27628 7.99054 1.25284 7.90079C1.23818 7.84463 1.24633 7.7807 1.26264 7.65285C1.40433 6.54169 1.70182 5.63601 2.36799 4.8888C2.56569 4.66705 2.78312 4.46249 3.01764 4.27729C3.80102 3.65862 4.74343 3.38488 5.90559 3.2536C7.04418 3.12498 8.48847 3.12499 10.3275 3.125H13.4226Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.8176 13.5414C23.002 14.062 22.7294 14.6335 22.2088 14.8179C21.6752 15.0069 21.0587 15.4138 20.4057 15.9865C19.763 16.5501 19.1378 17.2271 18.5841 17.8909C18.0322 18.5524 17.5635 19.1861 17.2324 19.6551C17.0672 19.8891 16.9372 20.0808 16.8493 20.2129L16.7191 20.4115C16.5258 20.7156 16.1837 20.8924 15.8239 20.874C15.4639 20.8555 15.1418 20.6448 14.9806 20.3225C14.5399 19.4411 14.1446 19.0902 13.9453 18.9573C13.861 18.9011 13.804 18.8786 13.7814 18.8709C13.273 18.8237 12.875 18.396 12.875 17.8753C12.875 17.323 13.3227 16.8753 13.875 16.8753C13.9574 16.8761 14.1621 16.8911 14.3216 16.945C14.5295 17.0044 14.7803 17.1103 15.0547 17.2932C15.329 17.4761 15.6166 17.7288 15.9054 18.0747C16.2206 17.6439 16.609 17.1363 17.0483 16.6097C17.6416 15.8985 18.34 15.1379 19.087 14.4828C19.8236 13.8368 20.663 13.2436 21.5412 12.9326C22.0618 12.7483 22.6332 13.0208 22.8176 13.5414Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3275 20.625C8.48845 20.625 7.04417 20.625 5.90558 20.4964C4.74342 20.3651 3.801 20.0914 3.01763 19.4727C2.78311 19.2875 2.56568 19.0829 2.36798 18.8612C1.70181 18.114 1.40432 17.2083 1.26263 16.0972C1.12498 15.0177 1.12499 13.6517 1.125 11.9277V11.8223C1.125 11.2465 1.12499 10.7106 1.13012 10.2121C1.13295 9.9364 1.13437 9.79856 1.22204 9.71178C1.30972 9.625 1.44861 9.625 1.72639 9.625H22.0236C22.3014 9.625 22.4403 9.625 22.528 9.71178C22.6156 9.79856 22.6171 9.93642 22.6199 10.2121C22.6214 10.3618 22.6225 10.5149 22.6233 10.6714C22.6249 11.0135 22.6257 11.1846 22.5402 11.2725C22.4546 11.3604 22.2425 11.3653 21.8182 11.375C21.5596 11.3809 21.2975 11.4274 21.0404 11.5185C19.904 11.9209 18.8975 12.6536 18.0979 13.3548C17.2727 14.0785 16.5194 14.9018 15.8965 15.6486C15.842 15.7138 15.8148 15.7465 15.7886 15.7666C15.7116 15.8259 15.63 15.8433 15.5356 15.8207C15.5034 15.8129 15.4609 15.7921 15.3758 15.7505C15.1635 15.6467 14.958 15.5685 14.7633 15.5111C14.4016 15.3959 14.0384 15.3765 13.8896 15.3751L13.875 15.375C12.4943 15.375 11.375 16.4943 11.375 17.875C11.375 18.9957 12.1116 19.9431 13.1277 20.2611L13.1323 20.2625C13.1664 20.2732 13.1863 20.2794 13.2103 20.3077C13.3149 20.4307 13.2277 20.625 13.0662 20.625H10.3275Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4226 3.125C15.2616 3.12499 16.7058 3.12498 17.8444 3.2536C19.0066 3.38488 19.949 3.65862 20.7324 4.27729C20.9669 4.46249 21.1843 4.66705 21.382 4.8888C22.0482 5.63601 22.3457 6.54169 22.4874 7.65285C22.5037 7.7807 22.5118 7.84463 22.4972 7.90079C22.4737 7.99053 22.4049 8.06875 22.3188 8.10335C22.265 8.125 22.1976 8.125 22.0628 8.125H1.68724C1.55246 8.125 1.48507 8.125 1.43122 8.10335C1.34515 8.06875 1.27628 7.99054 1.25284 7.90079C1.23818 7.84463 1.24633 7.7807 1.26264 7.65285C1.40433 6.54169 1.70182 5.63601 2.36799 4.8888C2.56569 4.66705 2.78312 4.46249 3.01764 4.27729C3.80102 3.65862 4.74343 3.38488 5.90559 3.2536C7.04418 3.12498 8.48847 3.12499 10.3275 3.125H13.4226Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-credit-card-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 11.875C18.9273 11.875 19.375 12.3227 19.375 12.875V15.375H21.875C22.4273 15.375 22.875 15.8227 22.875 16.375C22.875 16.9273 22.4273 17.375 21.875 17.375H19.375V19.875C19.375 20.4273 18.9273 20.875 18.375 20.875C17.8227 20.875 17.375 20.4273 17.375 19.875L17.375 17.375H14.875C14.3227 17.375 13.875 16.9273 13.875 16.375C13.875 15.8227 14.3227 15.375 14.875 15.375H17.375L17.375 12.875C17.375 12.3227 17.8227 11.875 18.375 11.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.8444 3.2536C16.7058 3.12498 15.2616 3.12499 13.4226 3.125H10.3275C8.48847 3.12499 7.04418 3.12498 5.90559 3.2536C4.74343 3.38488 3.80102 3.65862 3.01764 4.27729C2.78312 4.46249 2.56569 4.66705 2.36799 4.8888C1.70182 5.63601 1.40433 6.54169 1.26264 7.65285C1.24633 7.7807 1.23818 7.84463 1.25284 7.90079C1.27628 7.99054 1.34515 8.06875 1.43122 8.10335C1.48507 8.125 1.55246 8.125 1.68724 8.125H22.0628C22.1976 8.125 22.265 8.125 22.3188 8.10335C22.4049 8.06875 22.4737 7.99053 22.4972 7.90079C22.5118 7.84463 22.5037 7.7807 22.4874 7.65285C22.3457 6.54169 22.0482 5.63601 21.382 4.8888C21.1843 4.66705 20.9669 4.46249 20.7324 4.27729C19.949 3.65862 19.0066 3.38488 17.8444 3.2536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.875 13.875C22.2434 13.875 22.4276 13.875 22.5107 13.8068C22.5279 13.7926 22.5365 13.7841 22.5508 13.7669C22.6195 13.6844 22.6205 13.535 22.6224 13.2363C22.625 12.8249 22.625 12.3891 22.625 11.9278V11.8223C22.625 11.2465 22.625 10.7106 22.6199 10.2121C22.6171 9.9364 22.6156 9.79856 22.528 9.71178C22.4403 9.625 22.3014 9.625 22.0236 9.625H1.72639C1.44861 9.625 1.30972 9.625 1.22204 9.71178C1.13437 9.79856 1.13295 9.9364 1.13012 10.2121C1.12499 10.7106 1.125 11.2465 1.125 11.8222V11.9277C1.12499 13.6517 1.12498 15.0177 1.26263 16.0972C1.40432 17.2083 1.70181 18.114 2.36798 18.8612C2.56568 19.0829 2.78311 19.2875 3.01763 19.4727C3.801 20.0914 4.74342 20.3651 5.90558 20.4964C7.04417 20.625 8.48845 20.625 10.3275 20.625H13.4225C14.0775 20.625 14.6824 20.625 15.2413 20.6192C15.5372 20.6161 15.6851 20.6146 15.7672 20.546C15.7845 20.5316 15.7931 20.523 15.8073 20.5056C15.875 20.4227 15.875 20.2401 15.875 19.875V19.475C15.875 19.1922 15.875 19.0507 15.7871 18.9629C15.6993 18.875 15.5578 18.875 15.275 18.875H14.875C13.4943 18.875 12.375 17.7557 12.375 16.375C12.375 14.9943 13.4943 13.875 14.875 13.875H15.275C15.5578 13.875 15.6993 13.875 15.7871 13.7871C15.875 13.6993 15.875 13.5578 15.875 13.275V12.875C15.875 11.4943 16.9943 10.375 18.375 10.375C19.7557 10.375 20.875 11.4943 20.875 12.875V13.275C20.875 13.5578 20.875 13.6993 20.9629 13.7871C21.0507 13.875 21.1922 13.875 21.475 13.875H21.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 11.875C18.9273 11.875 19.375 12.3227 19.375 12.875V15.375H21.875C22.4273 15.375 22.875 15.8227 22.875 16.375C22.875 16.9273 22.4273 17.375 21.875 17.375H19.375V19.875C19.375 20.4273 18.9273 20.875 18.375 20.875C17.8227 20.875 17.375 20.4273 17.375 19.875L17.375 17.375H14.875C14.3227 17.375 13.875 16.9273 13.875 16.375C13.875 15.8227 14.3227 15.375 14.875 15.375H17.375L17.375 12.875C17.375 12.3227 17.8227 11.875 18.375 11.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.8444 3.2536C16.7058 3.12498 15.2616 3.12499 13.4226 3.125H10.3275C8.48847 3.12499 7.04418 3.12498 5.90559 3.2536C4.74343 3.38488 3.80102 3.65862 3.01764 4.27729C2.78312 4.46249 2.56569 4.66705 2.36799 4.8888C1.70182 5.63601 1.40433 6.54169 1.26264 7.65285C1.24633 7.7807 1.23818 7.84463 1.25284 7.90079C1.27628 7.99054 1.34515 8.06875 1.43122 8.10335C1.48507 8.125 1.55246 8.125 1.68724 8.125H22.0628C22.1976 8.125 22.265 8.125 22.3188 8.10335C22.4049 8.06875 22.4737 7.99053 22.4972 7.90079C22.5118 7.84463 22.5037 7.7807 22.4874 7.65285C22.3457 6.54169 22.0482 5.63601 21.382 4.8888C21.1843 4.66705 20.9669 4.46249 20.7324 4.27729C19.949 3.65862 19.0066 3.38488 17.8444 3.2536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.875 13.875C22.2434 13.875 22.4276 13.875 22.5107 13.8068C22.5279 13.7926 22.5365 13.7841 22.5508 13.7669C22.6195 13.6844 22.6205 13.535 22.6224 13.2363C22.625 12.8249 22.625 12.3891 22.625 11.9278V11.8223C22.625 11.2465 22.625 10.7106 22.6199 10.2121C22.6171 9.9364 22.6156 9.79856 22.528 9.71178C22.4403 9.625 22.3014 9.625 22.0236 9.625H1.72639C1.44861 9.625 1.30972 9.625 1.22204 9.71178C1.13437 9.79856 1.13295 9.9364 1.13012 10.2121C1.12499 10.7106 1.125 11.2465 1.125 11.8222V11.9277C1.12499 13.6517 1.12498 15.0177 1.26263 16.0972C1.40432 17.2083 1.70181 18.114 2.36798 18.8612C2.56568 19.0829 2.78311 19.2875 3.01763 19.4727C3.801 20.0914 4.74342 20.3651 5.90558 20.4964C7.04417 20.625 8.48845 20.625 10.3275 20.625H13.4225C14.0775 20.625 14.6824 20.625 15.2413 20.6192C15.5372 20.6161 15.6851 20.6146 15.7672 20.546C15.7845 20.5316 15.7931 20.523 15.8073 20.5056C15.875 20.4227 15.875 20.2401 15.875 19.875V19.475C15.875 19.1922 15.875 19.0507 15.7871 18.9629C15.6993 18.875 15.5578 18.875 15.275 18.875H14.875C13.4943 18.875 12.375 17.7557 12.375 16.375C12.375 14.9943 13.4943 13.875 14.875 13.875H15.275C15.5578 13.875 15.6993 13.875 15.7871 13.7871C15.875 13.6993 15.875 13.5578 15.875 13.275V12.875C15.875 11.4943 16.9943 10.375 18.375 10.375C19.7557 10.375 20.875 11.4943 20.875 12.875V13.275C20.875 13.5578 20.875 13.6993 20.9629 13.7871C21.0507 13.875 21.1922 13.875 21.475 13.875H21.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-credit-card-change{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4727 11.6977C18.8467 11.2914 19.4794 11.2652 19.8857 11.6393L21.0233 12.7326C21.0918 12.8221 21.4349 13.2798 21.1903 13.8603C20.9494 14.4318 20.3924 14.5127 20.2838 14.5278C20.1439 14.5473 19.9815 14.547 19.883 14.5468L16.7527 14.5467C15.6993 14.5467 14.875 15.3815 14.875 16.375C14.875 16.9273 14.4273 17.375 13.875 17.375C13.3227 17.375 12.875 16.9273 12.875 16.375C12.875 14.2444 14.6275 12.5467 16.7527 12.5467H18.2231C18.1718 12.251 18.2536 11.9355 18.4727 11.6977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.875 15.375C22.4273 15.375 22.875 15.8227 22.875 16.375C22.875 18.5056 21.1225 20.2033 18.9973 20.2033H17.5269C17.5782 20.499 17.4964 20.8145 17.2773 21.0523C16.9033 21.4586 16.2706 21.4848 15.8643 21.1107L14.7267 20.0174C14.6582 19.9279 14.3151 19.4702 14.5597 18.8897C14.8006 18.3182 15.3576 18.2373 15.4662 18.2222C15.606 18.2027 15.7685 18.203 15.867 18.2032H15.867L18.9973 18.2033C20.0507 18.2033 20.875 17.3685 20.875 16.375C20.875 15.8227 21.3227 15.375 21.875 15.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3275 20.125C8.48845 20.125 7.04417 20.125 5.90558 19.9964C4.74342 19.8651 3.801 19.5914 3.01763 18.9727C2.78311 18.7875 2.56568 18.5829 2.36798 18.3612C1.70181 17.614 1.40432 16.7083 1.26263 15.5972C1.12498 14.5177 1.12499 13.1517 1.125 11.4277V11.3223C1.125 10.7465 1.12499 10.2106 1.13012 9.71209C1.13295 9.4364 1.13437 9.29856 1.22204 9.21178C1.30972 9.125 1.44861 9.125 1.72639 9.125H22.0236C22.3011 9.125 22.4399 9.125 22.5276 9.21202C22.6153 9.29904 22.6164 9.43667 22.6186 9.71192C22.6224 10.186 22.6232 10.7941 22.6233 11.4912C22.6234 11.6788 22.6234 11.7726 22.6103 11.807C22.5631 11.9311 22.459 11.9732 22.3388 11.917C22.3054 11.9015 22.2245 11.818 22.0626 11.6511L20.9016 10.5358C19.8859 9.60061 18.3043 9.66592 17.3691 10.6817C17.3413 10.7119 17.3088 10.7515 17.276 10.7934C17.177 10.92 17.1275 10.9833 17.0687 11.0135C17.0099 11.0436 16.9318 11.0467 16.7757 11.053C13.4182 11.1875 11.375 13.479 11.375 16.375C11.375 17.2706 11.8459 18.0562 12.5537 18.4977C12.7857 18.6424 12.9017 18.7148 12.9395 18.7842C12.9772 18.8536 12.9749 18.9907 12.9702 19.2647C12.97 19.2778 12.9699 19.2909 12.9699 19.3039C12.9695 19.7343 12.9692 19.9495 12.8814 20.0372C12.7935 20.125 12.6193 20.125 12.2709 20.125H10.3275Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4226 2.625C15.2616 2.62499 16.7058 2.62498 17.8444 2.7536C19.0066 2.88488 19.949 3.15862 20.7324 3.77729C20.9669 3.96249 21.1843 4.16705 21.382 4.3888C22.0482 5.13601 22.3457 6.04169 22.4874 7.15285C22.5037 7.2807 22.5118 7.34463 22.4972 7.40079C22.4737 7.49053 22.4049 7.56875 22.3188 7.60335C22.265 7.625 22.1976 7.625 22.0628 7.625H1.68724C1.55246 7.625 1.48507 7.625 1.43122 7.60335C1.34515 7.56875 1.27628 7.49054 1.25284 7.40079C1.23818 7.34463 1.24633 7.2807 1.26264 7.15285C1.40433 6.04169 1.70182 5.13601 2.36799 4.3888C2.56569 4.16705 2.78312 3.96249 3.01764 3.77729C3.80102 3.15862 4.74343 2.88488 5.90559 2.7536C7.04418 2.62498 8.48847 2.62499 10.3275 2.625H13.4226Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4727 11.6977C18.8467 11.2914 19.4794 11.2652 19.8857 11.6393L21.0233 12.7326C21.0918 12.8221 21.4349 13.2798 21.1903 13.8603C20.9494 14.4318 20.3924 14.5127 20.2838 14.5278C20.1439 14.5473 19.9815 14.547 19.883 14.5468L16.7527 14.5467C15.6993 14.5467 14.875 15.3815 14.875 16.375C14.875 16.9273 14.4273 17.375 13.875 17.375C13.3227 17.375 12.875 16.9273 12.875 16.375C12.875 14.2444 14.6275 12.5467 16.7527 12.5467H18.2231C18.1718 12.251 18.2536 11.9355 18.4727 11.6977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.875 15.375C22.4273 15.375 22.875 15.8227 22.875 16.375C22.875 18.5056 21.1225 20.2033 18.9973 20.2033H17.5269C17.5782 20.499 17.4964 20.8145 17.2773 21.0523C16.9033 21.4586 16.2706 21.4848 15.8643 21.1107L14.7267 20.0174C14.6582 19.9279 14.3151 19.4702 14.5597 18.8897C14.8006 18.3182 15.3576 18.2373 15.4662 18.2222C15.606 18.2027 15.7685 18.203 15.867 18.2032H15.867L18.9973 18.2033C20.0507 18.2033 20.875 17.3685 20.875 16.375C20.875 15.8227 21.3227 15.375 21.875 15.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3275 20.125C8.48845 20.125 7.04417 20.125 5.90558 19.9964C4.74342 19.8651 3.801 19.5914 3.01763 18.9727C2.78311 18.7875 2.56568 18.5829 2.36798 18.3612C1.70181 17.614 1.40432 16.7083 1.26263 15.5972C1.12498 14.5177 1.12499 13.1517 1.125 11.4277V11.3223C1.125 10.7465 1.12499 10.2106 1.13012 9.71209C1.13295 9.4364 1.13437 9.29856 1.22204 9.21178C1.30972 9.125 1.44861 9.125 1.72639 9.125H22.0236C22.3011 9.125 22.4399 9.125 22.5276 9.21202C22.6153 9.29904 22.6164 9.43667 22.6186 9.71192C22.6224 10.186 22.6232 10.7941 22.6233 11.4912C22.6234 11.6788 22.6234 11.7726 22.6103 11.807C22.5631 11.9311 22.459 11.9732 22.3388 11.917C22.3054 11.9015 22.2245 11.818 22.0626 11.6511L20.9016 10.5358C19.8859 9.60061 18.3043 9.66592 17.3691 10.6817C17.3413 10.7119 17.3088 10.7515 17.276 10.7934C17.177 10.92 17.1275 10.9833 17.0687 11.0135C17.0099 11.0436 16.9318 11.0467 16.7757 11.053C13.4182 11.1875 11.375 13.479 11.375 16.375C11.375 17.2706 11.8459 18.0562 12.5537 18.4977C12.7857 18.6424 12.9017 18.7148 12.9395 18.7842C12.9772 18.8536 12.9749 18.9907 12.9702 19.2647C12.97 19.2778 12.9699 19.2909 12.9699 19.3039C12.9695 19.7343 12.9692 19.9495 12.8814 20.0372C12.7935 20.125 12.6193 20.125 12.2709 20.125H10.3275Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4226 2.625C15.2616 2.62499 16.7058 2.62498 17.8444 2.7536C19.0066 2.88488 19.949 3.15862 20.7324 3.77729C20.9669 3.96249 21.1843 4.16705 21.382 4.3888C22.0482 5.13601 22.3457 6.04169 22.4874 7.15285C22.5037 7.2807 22.5118 7.34463 22.4972 7.40079C22.4737 7.49053 22.4049 7.56875 22.3188 7.60335C22.265 7.625 22.1976 7.625 22.0628 7.625H1.68724C1.55246 7.625 1.48507 7.625 1.43122 7.60335C1.34515 7.56875 1.27628 7.49054 1.25284 7.40079C1.23818 7.34463 1.24633 7.2807 1.26264 7.15285C1.40433 6.04169 1.70182 5.13601 2.36799 4.3888C2.56569 4.16705 2.78312 3.96249 3.01764 3.77729C3.80102 3.15862 4.74343 2.88488 5.90559 2.7536C7.04418 2.62498 8.48847 2.62499 10.3275 2.625H13.4226Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-credit-card-defrost{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5788 12.0041C15.8527 12.3149 15.8228 12.7888 15.5121 13.0627C14.846 13.6497 14.7344 14.0892 14.7516 14.4346C14.773 14.8626 14.9935 15.3231 15.3483 15.9685C15.3742 16.0156 15.4009 16.0639 15.4282 16.1131C15.7391 16.6749 16.1228 17.3682 16.2769 18.1225C16.4576 19.0071 16.3254 19.9503 15.628 20.9338C15.3884 21.2717 14.9202 21.3514 14.5823 21.1118C14.2444 20.8722 14.1648 20.4041 14.4044 20.0662C14.8586 19.4256 14.906 18.9061 14.8073 18.4227C14.7011 17.9032 14.4264 17.4041 14.0889 16.7913C14.0707 16.7582 14.0524 16.7248 14.0338 16.6911C13.7043 16.0917 13.2948 15.3359 13.2535 14.5095C13.2081 13.6005 13.6011 12.7475 14.5203 11.9374C14.831 11.6635 15.3049 11.6934 15.5788 12.0041ZM18.7788 12.0041C19.0527 12.3149 19.0228 12.7888 18.7121 13.0627C18.046 13.6497 17.9344 14.0892 17.9516 14.4346C17.973 14.8626 18.1935 15.3231 18.5483 15.9685C18.5742 16.0156 18.6009 16.0639 18.6282 16.1131C18.9391 16.6749 19.3228 17.3682 19.4769 18.1225C19.6576 19.0071 19.5254 19.9503 18.828 20.9338C18.5884 21.2717 18.1202 21.3514 17.7823 21.1118C17.4444 20.8722 17.3648 20.4041 17.6044 20.0662C18.0586 19.4256 18.106 18.9061 18.0073 18.4227C17.9011 17.9032 17.6264 17.4041 17.2889 16.7913C17.2707 16.7582 17.2524 16.7248 17.2338 16.6911C16.9043 16.0917 16.4948 15.3359 16.4535 14.5095C16.4081 13.6005 16.8011 12.7475 17.7203 11.9374C18.031 11.6635 18.5049 11.6934 18.7788 12.0041ZM21.9788 12.0041C22.2527 12.3149 22.2228 12.7888 21.9121 13.0627C21.246 13.6497 21.1344 14.0892 21.1516 14.4346C21.173 14.8626 21.3935 15.3231 21.7483 15.9685C21.7742 16.0156 21.8009 16.0639 21.8282 16.1131C22.1391 16.6749 22.5228 17.3682 22.6769 18.1225C22.8576 19.0071 22.7254 19.9503 22.028 20.9338C21.7884 21.2717 21.3202 21.3514 20.9823 21.1118C20.6444 20.8722 20.5648 20.4041 20.8044 20.0662C21.2586 19.4256 21.306 18.9061 21.2073 18.4227C21.1011 17.9032 20.8264 17.4041 20.4889 16.7913C20.4707 16.7582 20.4524 16.7248 20.4338 16.6911C20.1043 16.0917 19.6948 15.3359 19.6535 14.5095C19.6081 13.6005 20.0011 12.7475 20.9203 11.9374C21.231 11.6635 21.7049 11.6934 21.9788 12.0041Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9694 2.8786C16.8308 2.74998 15.3866 2.74999 13.5476 2.75H10.4525C8.61347 2.74999 7.16918 2.74998 6.03059 2.8786C4.86843 3.00988 3.92602 3.28362 3.14264 3.90229C2.90812 4.08749 2.69069 4.29205 2.49299 4.5138C1.82682 5.26101 1.52933 6.16669 1.38764 7.27785C1.37133 7.4057 1.36318 7.46963 1.37784 7.52579C1.40128 7.61554 1.47015 7.69375 1.55622 7.72835C1.61007 7.75 1.67746 7.75 1.81224 7.75H22.1878C22.3226 7.75 22.39 7.75 22.4438 7.72835C22.5299 7.69375 22.5987 7.61553 22.6222 7.52579C22.6368 7.46963 22.6287 7.4057 22.6124 7.27785C22.4707 6.16669 22.1732 5.26101 21.507 4.5138C21.3093 4.29205 21.0919 4.08749 20.8574 3.90229C20.074 3.28362 19.1316 3.00988 17.9694 2.8786Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.7432 9.68781C22.7471 9.9988 22.7491 10.1543 22.7108 10.2237C22.6629 10.3106 22.6243 10.3411 22.5288 10.3677C22.4524 10.3891 22.2649 10.3423 21.89 10.2488C21.3737 10.1201 20.8122 10.1904 20.2824 10.5312C20.0297 10.6938 19.9034 10.775 19.8172 10.7761C19.7311 10.7772 19.6005 10.6978 19.3393 10.5389C18.6735 10.1338 17.849 10.0874 17.0748 10.5626C16.8321 10.7115 16.7107 10.786 16.6275 10.7868C16.5444 10.7876 16.415 10.7116 16.1562 10.5595C15.3407 10.0802 14.2769 10.1525 13.5285 10.8121C12.3579 11.8438 11.6818 13.11 11.7555 14.5844C11.8148 15.7711 12.3778 16.7933 12.6912 17.3624C13.0344 17.9858 13.2543 18.4098 13.3245 18.6681C13.334 18.7028 13.3387 18.7202 13.3412 18.7444C13.3437 18.7686 13.3435 18.772 13.3431 18.7787C13.3388 18.8527 13.3022 18.9898 13.1809 19.1985C13.0621 19.3661 12.9694 19.5443 12.9021 19.7283C12.8013 20.0039 12.7509 20.1418 12.6735 20.1959C12.5961 20.25 12.4783 20.25 12.2426 20.25H10.4525C8.61345 20.25 7.16917 20.25 6.03058 20.1214C4.86842 19.9901 3.926 19.7164 3.14263 19.0977C2.90811 18.9125 2.69068 18.7079 2.49298 18.4862C1.82681 17.739 1.52932 16.8333 1.38763 15.7222C1.24998 14.6427 1.24999 13.2767 1.25 11.5527V11.4473C1.25 10.8715 1.24999 10.3357 1.25512 9.83709C1.25795 9.5614 1.25937 9.42356 1.34704 9.33678C1.43472 9.25 1.57361 9.25 1.85139 9.25H22.2762C22.4311 9.25 22.5086 9.25 22.5693 9.27864C22.6308 9.30762 22.6814 9.35755 22.7111 9.41866C22.7405 9.47905 22.7414 9.54863 22.7432 9.68781Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5788 12.0041C15.8527 12.3149 15.8228 12.7888 15.5121 13.0627C14.846 13.6497 14.7344 14.0892 14.7516 14.4346C14.773 14.8626 14.9935 15.3231 15.3483 15.9685C15.3742 16.0156 15.4009 16.0639 15.4282 16.1131C15.7391 16.6749 16.1228 17.3682 16.2769 18.1225C16.4576 19.0071 16.3254 19.9503 15.628 20.9338C15.3884 21.2717 14.9202 21.3514 14.5823 21.1118C14.2444 20.8722 14.1648 20.4041 14.4044 20.0662C14.8586 19.4256 14.906 18.9061 14.8073 18.4227C14.7011 17.9032 14.4264 17.4041 14.0889 16.7913C14.0707 16.7582 14.0524 16.7248 14.0338 16.6911C13.7043 16.0917 13.2948 15.3359 13.2535 14.5095C13.2081 13.6005 13.6011 12.7475 14.5203 11.9374C14.831 11.6635 15.3049 11.6934 15.5788 12.0041ZM18.7788 12.0041C19.0527 12.3149 19.0228 12.7888 18.7121 13.0627C18.046 13.6497 17.9344 14.0892 17.9516 14.4346C17.973 14.8626 18.1935 15.3231 18.5483 15.9685C18.5742 16.0156 18.6009 16.0639 18.6282 16.1131C18.9391 16.6749 19.3228 17.3682 19.4769 18.1225C19.6576 19.0071 19.5254 19.9503 18.828 20.9338C18.5884 21.2717 18.1202 21.3514 17.7823 21.1118C17.4444 20.8722 17.3648 20.4041 17.6044 20.0662C18.0586 19.4256 18.106 18.9061 18.0073 18.4227C17.9011 17.9032 17.6264 17.4041 17.2889 16.7913C17.2707 16.7582 17.2524 16.7248 17.2338 16.6911C16.9043 16.0917 16.4948 15.3359 16.4535 14.5095C16.4081 13.6005 16.8011 12.7475 17.7203 11.9374C18.031 11.6635 18.5049 11.6934 18.7788 12.0041ZM21.9788 12.0041C22.2527 12.3149 22.2228 12.7888 21.9121 13.0627C21.246 13.6497 21.1344 14.0892 21.1516 14.4346C21.173 14.8626 21.3935 15.3231 21.7483 15.9685C21.7742 16.0156 21.8009 16.0639 21.8282 16.1131C22.1391 16.6749 22.5228 17.3682 22.6769 18.1225C22.8576 19.0071 22.7254 19.9503 22.028 20.9338C21.7884 21.2717 21.3202 21.3514 20.9823 21.1118C20.6444 20.8722 20.5648 20.4041 20.8044 20.0662C21.2586 19.4256 21.306 18.9061 21.2073 18.4227C21.1011 17.9032 20.8264 17.4041 20.4889 16.7913C20.4707 16.7582 20.4524 16.7248 20.4338 16.6911C20.1043 16.0917 19.6948 15.3359 19.6535 14.5095C19.6081 13.6005 20.0011 12.7475 20.9203 11.9374C21.231 11.6635 21.7049 11.6934 21.9788 12.0041Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9694 2.8786C16.8308 2.74998 15.3866 2.74999 13.5476 2.75H10.4525C8.61347 2.74999 7.16918 2.74998 6.03059 2.8786C4.86843 3.00988 3.92602 3.28362 3.14264 3.90229C2.90812 4.08749 2.69069 4.29205 2.49299 4.5138C1.82682 5.26101 1.52933 6.16669 1.38764 7.27785C1.37133 7.4057 1.36318 7.46963 1.37784 7.52579C1.40128 7.61554 1.47015 7.69375 1.55622 7.72835C1.61007 7.75 1.67746 7.75 1.81224 7.75H22.1878C22.3226 7.75 22.39 7.75 22.4438 7.72835C22.5299 7.69375 22.5987 7.61553 22.6222 7.52579C22.6368 7.46963 22.6287 7.4057 22.6124 7.27785C22.4707 6.16669 22.1732 5.26101 21.507 4.5138C21.3093 4.29205 21.0919 4.08749 20.8574 3.90229C20.074 3.28362 19.1316 3.00988 17.9694 2.8786Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.7432 9.68781C22.7471 9.9988 22.7491 10.1543 22.7108 10.2237C22.6629 10.3106 22.6243 10.3411 22.5288 10.3677C22.4524 10.3891 22.2649 10.3423 21.89 10.2488C21.3737 10.1201 20.8122 10.1904 20.2824 10.5312C20.0297 10.6938 19.9034 10.775 19.8172 10.7761C19.7311 10.7772 19.6005 10.6978 19.3393 10.5389C18.6735 10.1338 17.849 10.0874 17.0748 10.5626C16.8321 10.7115 16.7107 10.786 16.6275 10.7868C16.5444 10.7876 16.415 10.7116 16.1562 10.5595C15.3407 10.0802 14.2769 10.1525 13.5285 10.8121C12.3579 11.8438 11.6818 13.11 11.7555 14.5844C11.8148 15.7711 12.3778 16.7933 12.6912 17.3624C13.0344 17.9858 13.2543 18.4098 13.3245 18.6681C13.334 18.7028 13.3387 18.7202 13.3412 18.7444C13.3437 18.7686 13.3435 18.772 13.3431 18.7787C13.3388 18.8527 13.3022 18.9898 13.1809 19.1985C13.0621 19.3661 12.9694 19.5443 12.9021 19.7283C12.8013 20.0039 12.7509 20.1418 12.6735 20.1959C12.5961 20.25 12.4783 20.25 12.2426 20.25H10.4525C8.61345 20.25 7.16917 20.25 6.03058 20.1214C4.86842 19.9901 3.926 19.7164 3.14263 19.0977C2.90811 18.9125 2.69068 18.7079 2.49298 18.4862C1.82681 17.739 1.52932 16.8333 1.38763 15.7222C1.24998 14.6427 1.24999 13.2767 1.25 11.5527V11.4473C1.25 10.8715 1.24999 10.3357 1.25512 9.83709C1.25795 9.5614 1.25937 9.42356 1.34704 9.33678C1.43472 9.25 1.57361 9.25 1.85139 9.25H22.2762C22.4311 9.25 22.5086 9.25 22.5693 9.27864C22.6308 9.30762 22.6814 9.35755 22.7111 9.41866C22.7405 9.47905 22.7414 9.54863 22.7432 9.68781Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-credit-card-freeze{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 12.25C18.4142 12.25 18.75 12.5858 18.75 13V13.5441L19.1548 13.3342C19.5225 13.1435 19.9751 13.287 20.1658 13.6548C20.3565 14.0225 20.213 14.4751 19.8452 14.6658L18.75 15.2337V16.25L19.7663 16.25L20.3342 15.1548C20.5249 14.787 20.9775 14.6435 21.3452 14.8342C21.713 15.0249 21.8565 15.4775 21.6658 15.8452L21.4559 16.25L22 16.25C22.4142 16.25 22.75 16.5858 22.75 17C22.75 17.4142 22.4142 17.75 22 17.75H21.4559L21.6658 18.1548C21.8565 18.5225 21.713 18.9751 21.3452 19.1658C20.9775 19.3565 20.5249 19.213 20.3342 18.8452L19.7663 17.75H18.75V18.7663L19.8452 19.3342C20.213 19.5249 20.3565 19.9775 20.1658 20.3452C19.9751 20.713 19.5225 20.8565 19.1548 20.6658L18.75 20.4559V21C18.75 21.4142 18.4142 21.75 18 21.75C17.5858 21.75 17.25 21.4142 17.25 21V20.4559L16.8452 20.6658C16.4775 20.8565 16.0249 20.713 15.8342 20.3452C15.6435 19.9775 15.787 19.5249 16.1548 19.3342L17.25 18.7663V17.75H16.2337L15.6658 18.8452C15.4751 19.213 15.0225 19.3565 14.6548 19.1658C14.287 18.9751 14.1435 18.5225 14.3342 18.1548L14.5441 17.75H14C13.5858 17.75 13.25 17.4142 13.25 17C13.25 16.5858 13.5858 16.25 14 16.25L14.5441 16.25L14.3342 15.8452C14.1435 15.4775 14.287 15.0249 14.6548 14.8342C15.0225 14.6435 15.4751 14.787 15.6658 15.1548L16.2337 16.25L17.25 16.25V15.2337L16.1548 14.6658C15.787 14.4751 15.6435 14.0225 15.8342 13.6548C16.0249 13.287 16.4775 13.1435 16.8452 13.3342L17.25 13.5441V13C17.25 12.5858 17.5858 12.25 18 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9694 2.3786C16.8308 2.24998 15.3866 2.24999 13.5476 2.25H10.4525C8.61347 2.24999 7.16918 2.24998 6.03059 2.3786C4.86843 2.50988 3.92602 2.78362 3.14264 3.40229C2.90812 3.58749 2.69069 3.79205 2.49299 4.0138C1.82682 4.76101 1.52933 5.66669 1.38764 6.77785C1.37133 6.9057 1.36318 6.96963 1.37784 7.02579C1.40128 7.11554 1.47015 7.19375 1.55622 7.22835C1.61007 7.25 1.67746 7.25 1.81224 7.25H22.1878C22.3226 7.25 22.39 7.25 22.4438 7.22835C22.5299 7.19375 22.5987 7.11553 22.6222 7.02579C22.6368 6.96963 22.6287 6.9057 22.6124 6.77785C22.4707 5.66669 22.1732 4.76101 21.507 4.0138C21.3093 3.79205 21.0919 3.58749 20.8574 3.40229C20.074 2.78362 19.1316 2.50988 17.9694 2.3786Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.0357 13.5026C22.2218 13.599 22.3148 13.6473 22.3355 13.6544C22.5474 13.7276 22.6924 13.6414 22.7293 13.4203C22.7329 13.3987 22.7344 13.3231 22.7374 13.1719C22.75 12.5338 22.75 11.8296 22.75 11.0528V10.9473C22.75 10.3715 22.75 9.83565 22.7449 9.33709C22.7421 9.0614 22.7406 8.92356 22.653 8.83678C22.5653 8.75 22.4264 8.75 22.1486 8.75H1.85139C1.57361 8.75 1.43472 8.75 1.34704 8.83678C1.25937 8.92356 1.25795 9.0614 1.25512 9.33709C1.24999 9.83564 1.25 10.3715 1.25 10.9472V11.0527C1.24999 12.7767 1.24998 14.1427 1.38763 15.2222C1.52932 16.3333 1.82681 17.239 2.49298 17.9862C2.69068 18.2079 2.90811 18.4125 3.14263 18.5977C3.926 19.2164 4.86842 19.4901 6.03058 19.6214C7.16917 19.75 8.61345 19.75 10.4525 19.75H12.3753C12.5649 19.75 12.6597 19.75 12.7048 19.7353C12.8454 19.6897 12.9029 19.6154 12.9117 19.4679C12.9145 19.4205 12.8837 19.3021 12.8222 19.0654C12.8077 19.0097 12.8004 18.9818 12.7942 18.9657C12.7746 18.9151 12.7612 18.8949 12.722 18.8574C12.7096 18.8454 12.6866 18.828 12.6405 18.793C12.0994 18.3821 11.75 17.7319 11.75 17C11.75 16.299 12.0706 15.6728 12.5732 15.2602C12.6813 15.1714 12.7354 15.127 12.7602 15.0898C12.7849 15.0527 12.8051 14.9857 12.8454 14.8517C13.0146 14.2897 13.4021 13.7941 13.9643 13.5026C13.9921 13.4881 14.0202 13.4743 14.0483 13.4611C14.202 13.3893 14.2788 13.3534 14.3161 13.3161C14.3534 13.2788 14.3893 13.202 14.4611 13.0483C14.4743 13.0202 14.4881 12.9921 14.5026 12.9643C14.7941 12.4021 15.2897 12.0146 15.8517 11.8454C15.9857 11.8051 16.0527 11.7849 16.0898 11.7602C16.127 11.7354 16.1714 11.6813 16.2602 11.5732C16.6728 11.0706 17.299 10.75 18 10.75C18.701 10.75 19.3272 11.0706 19.7398 11.5732C19.8286 11.6813 19.873 11.7354 19.9102 11.7602C19.9473 11.7849 20.0143 11.8051 20.1483 11.8454C20.7103 12.0146 21.2059 12.4021 21.4974 12.9643C21.5119 12.9921 21.5257 13.0202 21.5389 13.0483C21.6107 13.202 21.6466 13.2788 21.6839 13.3161C21.7212 13.3534 21.798 13.3893 21.9517 13.4611C21.9798 13.4743 22.0079 13.4881 22.0357 13.5026Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 12.25C18.4142 12.25 18.75 12.5858 18.75 13V13.5441L19.1548 13.3342C19.5225 13.1435 19.9751 13.287 20.1658 13.6548C20.3565 14.0225 20.213 14.4751 19.8452 14.6658L18.75 15.2337V16.25L19.7663 16.25L20.3342 15.1548C20.5249 14.787 20.9775 14.6435 21.3452 14.8342C21.713 15.0249 21.8565 15.4775 21.6658 15.8452L21.4559 16.25L22 16.25C22.4142 16.25 22.75 16.5858 22.75 17C22.75 17.4142 22.4142 17.75 22 17.75H21.4559L21.6658 18.1548C21.8565 18.5225 21.713 18.9751 21.3452 19.1658C20.9775 19.3565 20.5249 19.213 20.3342 18.8452L19.7663 17.75H18.75V18.7663L19.8452 19.3342C20.213 19.5249 20.3565 19.9775 20.1658 20.3452C19.9751 20.713 19.5225 20.8565 19.1548 20.6658L18.75 20.4559V21C18.75 21.4142 18.4142 21.75 18 21.75C17.5858 21.75 17.25 21.4142 17.25 21V20.4559L16.8452 20.6658C16.4775 20.8565 16.0249 20.713 15.8342 20.3452C15.6435 19.9775 15.787 19.5249 16.1548 19.3342L17.25 18.7663V17.75H16.2337L15.6658 18.8452C15.4751 19.213 15.0225 19.3565 14.6548 19.1658C14.287 18.9751 14.1435 18.5225 14.3342 18.1548L14.5441 17.75H14C13.5858 17.75 13.25 17.4142 13.25 17C13.25 16.5858 13.5858 16.25 14 16.25L14.5441 16.25L14.3342 15.8452C14.1435 15.4775 14.287 15.0249 14.6548 14.8342C15.0225 14.6435 15.4751 14.787 15.6658 15.1548L16.2337 16.25L17.25 16.25V15.2337L16.1548 14.6658C15.787 14.4751 15.6435 14.0225 15.8342 13.6548C16.0249 13.287 16.4775 13.1435 16.8452 13.3342L17.25 13.5441V13C17.25 12.5858 17.5858 12.25 18 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9694 2.3786C16.8308 2.24998 15.3866 2.24999 13.5476 2.25H10.4525C8.61347 2.24999 7.16918 2.24998 6.03059 2.3786C4.86843 2.50988 3.92602 2.78362 3.14264 3.40229C2.90812 3.58749 2.69069 3.79205 2.49299 4.0138C1.82682 4.76101 1.52933 5.66669 1.38764 6.77785C1.37133 6.9057 1.36318 6.96963 1.37784 7.02579C1.40128 7.11554 1.47015 7.19375 1.55622 7.22835C1.61007 7.25 1.67746 7.25 1.81224 7.25H22.1878C22.3226 7.25 22.39 7.25 22.4438 7.22835C22.5299 7.19375 22.5987 7.11553 22.6222 7.02579C22.6368 6.96963 22.6287 6.9057 22.6124 6.77785C22.4707 5.66669 22.1732 4.76101 21.507 4.0138C21.3093 3.79205 21.0919 3.58749 20.8574 3.40229C20.074 2.78362 19.1316 2.50988 17.9694 2.3786Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.0357 13.5026C22.2218 13.599 22.3148 13.6473 22.3355 13.6544C22.5474 13.7276 22.6924 13.6414 22.7293 13.4203C22.7329 13.3987 22.7344 13.3231 22.7374 13.1719C22.75 12.5338 22.75 11.8296 22.75 11.0528V10.9473C22.75 10.3715 22.75 9.83565 22.7449 9.33709C22.7421 9.0614 22.7406 8.92356 22.653 8.83678C22.5653 8.75 22.4264 8.75 22.1486 8.75H1.85139C1.57361 8.75 1.43472 8.75 1.34704 8.83678C1.25937 8.92356 1.25795 9.0614 1.25512 9.33709C1.24999 9.83564 1.25 10.3715 1.25 10.9472V11.0527C1.24999 12.7767 1.24998 14.1427 1.38763 15.2222C1.52932 16.3333 1.82681 17.239 2.49298 17.9862C2.69068 18.2079 2.90811 18.4125 3.14263 18.5977C3.926 19.2164 4.86842 19.4901 6.03058 19.6214C7.16917 19.75 8.61345 19.75 10.4525 19.75H12.3753C12.5649 19.75 12.6597 19.75 12.7048 19.7353C12.8454 19.6897 12.9029 19.6154 12.9117 19.4679C12.9145 19.4205 12.8837 19.3021 12.8222 19.0654C12.8077 19.0097 12.8004 18.9818 12.7942 18.9657C12.7746 18.9151 12.7612 18.8949 12.722 18.8574C12.7096 18.8454 12.6866 18.828 12.6405 18.793C12.0994 18.3821 11.75 17.7319 11.75 17C11.75 16.299 12.0706 15.6728 12.5732 15.2602C12.6813 15.1714 12.7354 15.127 12.7602 15.0898C12.7849 15.0527 12.8051 14.9857 12.8454 14.8517C13.0146 14.2897 13.4021 13.7941 13.9643 13.5026C13.9921 13.4881 14.0202 13.4743 14.0483 13.4611C14.202 13.3893 14.2788 13.3534 14.3161 13.3161C14.3534 13.2788 14.3893 13.202 14.4611 13.0483C14.4743 13.0202 14.4881 12.9921 14.5026 12.9643C14.7941 12.4021 15.2897 12.0146 15.8517 11.8454C15.9857 11.8051 16.0527 11.7849 16.0898 11.7602C16.127 11.7354 16.1714 11.6813 16.2602 11.5732C16.6728 11.0706 17.299 10.75 18 10.75C18.701 10.75 19.3272 11.0706 19.7398 11.5732C19.8286 11.6813 19.873 11.7354 19.9102 11.7602C19.9473 11.7849 20.0143 11.8051 20.1483 11.8454C20.7103 12.0146 21.2059 12.4021 21.4974 12.9643C21.5119 12.9921 21.5257 13.0202 21.5389 13.0483C21.6107 13.202 21.6466 13.2788 21.6839 13.3161C21.7212 13.3534 21.798 13.3893 21.9517 13.4611C21.9798 13.4743 22.0079 13.4881 22.0357 13.5026Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-credit-card-not-accept{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1679 13.1679C15.5584 12.7774 16.1916 12.7774 16.5821 13.1679L18.875 15.4608L21.1679 13.1679C21.5584 12.7774 22.1916 12.7774 22.5821 13.1679C22.9726 13.5584 22.9726 14.1916 22.5821 14.5821L20.2892 16.875L22.5821 19.1679C22.9726 19.5584 22.9726 20.1916 22.5821 20.5821C22.1916 20.9726 21.5584 20.9726 21.1679 20.5821L18.875 18.2892L16.5821 20.5821C16.1916 20.9726 15.5584 20.9726 15.1679 20.5821C14.7774 20.1916 14.7774 19.5584 15.1679 19.1679L17.4608 16.875L15.1679 14.5821C14.7774 14.1916 14.7774 13.5584 15.1679 13.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.8444 3.2536C16.7058 3.12498 15.2616 3.12499 13.4226 3.125H10.3275C8.48847 3.12499 7.04418 3.12498 5.90559 3.2536C4.74343 3.38488 3.80102 3.65862 3.01764 4.27729C2.78312 4.46249 2.56569 4.66705 2.36799 4.8888C1.70182 5.63601 1.40433 6.54169 1.26264 7.65285C1.24633 7.7807 1.23818 7.84463 1.25284 7.90079C1.27628 7.99054 1.34515 8.06875 1.43122 8.10335C1.48507 8.125 1.55246 8.125 1.68724 8.125H22.0628C22.1976 8.125 22.265 8.125 22.3188 8.10335C22.4049 8.06875 22.4737 7.99053 22.4972 7.90079C22.5118 7.84463 22.5037 7.7807 22.4874 7.65285C22.3457 6.54169 22.0482 5.63601 21.382 4.8888C21.1843 4.66705 20.9669 4.46249 20.7324 4.27729C19.949 3.65862 19.0066 3.38488 17.8444 3.2536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.6233 10.6724C22.6249 11.0146 22.6257 11.1857 22.5401 11.2736C22.4545 11.3616 22.2428 11.3663 21.8194 11.3756C21.1982 11.3893 20.5812 11.6332 20.1072 12.1072L19.2993 12.9152C19.0993 13.1152 18.9993 13.2152 18.875 13.2152C18.7507 13.2152 18.6507 13.1152 18.4507 12.9152L17.6428 12.1072C16.6665 11.1309 15.0835 11.1309 14.1072 12.1072C13.1309 13.0835 13.1309 14.6665 14.1072 15.6428L14.9152 16.4507C15.1152 16.6507 15.2152 16.7507 15.2152 16.875C15.2152 16.9993 15.1152 17.0993 14.9152 17.2993L14.1072 18.1072C13.6331 18.5813 13.3893 19.1985 13.3756 19.8197C13.3663 20.2425 13.3617 20.4539 13.2742 20.5394C13.1868 20.625 13.0154 20.625 12.6727 20.625H10.3275C8.48845 20.625 7.04417 20.625 5.90558 20.4964C4.74342 20.3651 3.801 20.0914 3.01763 19.4727C2.78311 19.2875 2.56568 19.0829 2.36798 18.8612C1.70181 18.114 1.40432 17.2083 1.26263 16.0972C1.12498 15.0177 1.12499 13.6517 1.125 11.9277V11.8223C1.125 11.2465 1.12499 10.7107 1.13012 10.2121C1.13295 9.9364 1.13437 9.79856 1.22204 9.71178C1.30972 9.625 1.44861 9.625 1.72639 9.625H22.0236C22.3014 9.625 22.4403 9.625 22.528 9.71178C22.6156 9.79856 22.6171 9.9364 22.6199 10.2121C22.6214 10.3621 22.6225 10.5155 22.6233 10.6724Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1679 13.1679C15.5584 12.7774 16.1916 12.7774 16.5821 13.1679L18.875 15.4608L21.1679 13.1679C21.5584 12.7774 22.1916 12.7774 22.5821 13.1679C22.9726 13.5584 22.9726 14.1916 22.5821 14.5821L20.2892 16.875L22.5821 19.1679C22.9726 19.5584 22.9726 20.1916 22.5821 20.5821C22.1916 20.9726 21.5584 20.9726 21.1679 20.5821L18.875 18.2892L16.5821 20.5821C16.1916 20.9726 15.5584 20.9726 15.1679 20.5821C14.7774 20.1916 14.7774 19.5584 15.1679 19.1679L17.4608 16.875L15.1679 14.5821C14.7774 14.1916 14.7774 13.5584 15.1679 13.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.8444 3.2536C16.7058 3.12498 15.2616 3.12499 13.4226 3.125H10.3275C8.48847 3.12499 7.04418 3.12498 5.90559 3.2536C4.74343 3.38488 3.80102 3.65862 3.01764 4.27729C2.78312 4.46249 2.56569 4.66705 2.36799 4.8888C1.70182 5.63601 1.40433 6.54169 1.26264 7.65285C1.24633 7.7807 1.23818 7.84463 1.25284 7.90079C1.27628 7.99054 1.34515 8.06875 1.43122 8.10335C1.48507 8.125 1.55246 8.125 1.68724 8.125H22.0628C22.1976 8.125 22.265 8.125 22.3188 8.10335C22.4049 8.06875 22.4737 7.99053 22.4972 7.90079C22.5118 7.84463 22.5037 7.7807 22.4874 7.65285C22.3457 6.54169 22.0482 5.63601 21.382 4.8888C21.1843 4.66705 20.9669 4.46249 20.7324 4.27729C19.949 3.65862 19.0066 3.38488 17.8444 3.2536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.6233 10.6724C22.6249 11.0146 22.6257 11.1857 22.5401 11.2736C22.4545 11.3616 22.2428 11.3663 21.8194 11.3756C21.1982 11.3893 20.5812 11.6332 20.1072 12.1072L19.2993 12.9152C19.0993 13.1152 18.9993 13.2152 18.875 13.2152C18.7507 13.2152 18.6507 13.1152 18.4507 12.9152L17.6428 12.1072C16.6665 11.1309 15.0835 11.1309 14.1072 12.1072C13.1309 13.0835 13.1309 14.6665 14.1072 15.6428L14.9152 16.4507C15.1152 16.6507 15.2152 16.7507 15.2152 16.875C15.2152 16.9993 15.1152 17.0993 14.9152 17.2993L14.1072 18.1072C13.6331 18.5813 13.3893 19.1985 13.3756 19.8197C13.3663 20.2425 13.3617 20.4539 13.2742 20.5394C13.1868 20.625 13.0154 20.625 12.6727 20.625H10.3275C8.48845 20.625 7.04417 20.625 5.90558 20.4964C4.74342 20.3651 3.801 20.0914 3.01763 19.4727C2.78311 19.2875 2.56568 19.0829 2.36798 18.8612C1.70181 18.114 1.40432 17.2083 1.26263 16.0972C1.12498 15.0177 1.12499 13.6517 1.125 11.9277V11.8223C1.125 11.2465 1.12499 10.7107 1.13012 10.2121C1.13295 9.9364 1.13437 9.79856 1.22204 9.71178C1.30972 9.625 1.44861 9.625 1.72639 9.625H22.0236C22.3014 9.625 22.4403 9.625 22.528 9.71178C22.6156 9.79856 22.6171 9.9364 22.6199 10.2121C22.6214 10.3621 22.6225 10.5155 22.6233 10.6724Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-credit-card-not-found{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 12.0528C22.75 13.7768 22.75 15.1427 22.6124 16.2222C22.5432 16.765 22.4367 17.2588 22.2683 17.709C22.1532 18.0168 22.0957 18.1707 21.9357 18.2054C21.7757 18.2401 21.6483 18.1128 21.3935 17.858L14.3098 10.7743C13.8739 10.3383 13.6559 10.1204 13.7326 9.93519C13.8093 9.75 14.1176 9.75 14.7341 9.75H22.1486C22.4264 9.75 22.5653 9.75 22.653 9.83678C22.7406 9.92356 22.7421 10.0614 22.7449 10.3371C22.75 10.8356 22.75 11.3715 22.75 11.9473V12.0528Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9694 20.6214C16.8308 20.75 15.3866 20.75 13.5475 20.75H10.4525C8.61345 20.75 7.16917 20.75 6.03058 20.6214C4.86842 20.4901 3.926 20.2164 3.14263 19.5977C2.90811 19.4125 2.69068 19.2079 2.49298 18.9862C1.82681 18.239 1.52932 17.3333 1.38763 16.2222C1.24998 15.1427 1.24999 13.7767 1.25 12.0527V11.9473C1.25 11.3715 1.24999 10.8356 1.25512 10.3371C1.25795 10.0614 1.25937 9.92356 1.34704 9.83678C1.43472 9.75 1.57361 9.75 1.85139 9.75H9.50147C9.6241 9.75 9.68541 9.75 9.74054 9.77284C9.79567 9.79567 9.83903 9.83903 9.92574 9.92574L19.4801 19.4801C19.757 19.757 19.8954 19.8954 19.8521 20.0616C19.8088 20.2279 19.6345 20.2772 19.2859 20.3759C18.8809 20.4906 18.4434 20.5679 17.9694 20.6214Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5476 3.25C15.3866 3.24999 16.8308 3.24998 17.9694 3.3786C19.1316 3.50988 20.074 3.78362 20.8574 4.40229C21.0919 4.58749 21.3093 4.79205 21.507 5.0138C22.1732 5.76101 22.4707 6.66669 22.6124 7.77785C22.6287 7.9057 22.6368 7.96963 22.6222 8.02579C22.5987 8.11553 22.5299 8.19375 22.4438 8.22835C22.39 8.25 22.3226 8.25 22.1878 8.25H12.0341C11.9114 8.25 11.8501 8.25 11.795 8.22716C11.7399 8.20433 11.6965 8.16097 11.6098 8.07426L7.78828 4.25274C7.38337 3.84784 7.18092 3.64539 7.25526 3.4613C7.3296 3.27722 7.61232 3.27219 8.17775 3.26213C8.85977 3.24999 9.6152 3.25 10.4524 3.25H13.5476Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.38764 7.77785C1.52933 6.66669 1.82682 5.76101 2.49299 5.0138C2.69069 4.79205 2.90812 4.58749 3.14264 4.40229C3.27286 4.29945 3.40747 4.20614 3.54675 4.12143C3.70984 4.02225 3.79138 3.97266 3.89439 3.98503C3.9974 3.9974 4.07155 4.07155 4.21985 4.21985L7.22574 7.22574C7.66165 7.66165 7.87961 7.87961 7.8029 8.06481C7.72619 8.25 7.41795 8.25 6.80147 8.25H1.81224C1.67746 8.25 1.61007 8.25 1.55622 8.22835C1.47015 8.19375 1.40128 8.11554 1.37784 8.02579C1.36318 7.96963 1.37133 7.9057 1.38764 7.77785Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 12.0528C22.75 13.7768 22.75 15.1427 22.6124 16.2222C22.5432 16.765 22.4367 17.2588 22.2683 17.709C22.1532 18.0168 22.0957 18.1707 21.9357 18.2054C21.7757 18.2401 21.6483 18.1128 21.3935 17.858L14.3098 10.7743C13.8739 10.3383 13.6559 10.1204 13.7326 9.93519C13.8093 9.75 14.1176 9.75 14.7341 9.75H22.1486C22.4264 9.75 22.5653 9.75 22.653 9.83678C22.7406 9.92356 22.7421 10.0614 22.7449 10.3371C22.75 10.8356 22.75 11.3715 22.75 11.9473V12.0528Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9694 20.6214C16.8308 20.75 15.3866 20.75 13.5475 20.75H10.4525C8.61345 20.75 7.16917 20.75 6.03058 20.6214C4.86842 20.4901 3.926 20.2164 3.14263 19.5977C2.90811 19.4125 2.69068 19.2079 2.49298 18.9862C1.82681 18.239 1.52932 17.3333 1.38763 16.2222C1.24998 15.1427 1.24999 13.7767 1.25 12.0527V11.9473C1.25 11.3715 1.24999 10.8356 1.25512 10.3371C1.25795 10.0614 1.25937 9.92356 1.34704 9.83678C1.43472 9.75 1.57361 9.75 1.85139 9.75H9.50147C9.6241 9.75 9.68541 9.75 9.74054 9.77284C9.79567 9.79567 9.83903 9.83903 9.92574 9.92574L19.4801 19.4801C19.757 19.757 19.8954 19.8954 19.8521 20.0616C19.8088 20.2279 19.6345 20.2772 19.2859 20.3759C18.8809 20.4906 18.4434 20.5679 17.9694 20.6214Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5476 3.25C15.3866 3.24999 16.8308 3.24998 17.9694 3.3786C19.1316 3.50988 20.074 3.78362 20.8574 4.40229C21.0919 4.58749 21.3093 4.79205 21.507 5.0138C22.1732 5.76101 22.4707 6.66669 22.6124 7.77785C22.6287 7.9057 22.6368 7.96963 22.6222 8.02579C22.5987 8.11553 22.5299 8.19375 22.4438 8.22835C22.39 8.25 22.3226 8.25 22.1878 8.25H12.0341C11.9114 8.25 11.8501 8.25 11.795 8.22716C11.7399 8.20433 11.6965 8.16097 11.6098 8.07426L7.78828 4.25274C7.38337 3.84784 7.18092 3.64539 7.25526 3.4613C7.3296 3.27722 7.61232 3.27219 8.17775 3.26213C8.85977 3.24999 9.6152 3.25 10.4524 3.25H13.5476Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.38764 7.77785C1.52933 6.66669 1.82682 5.76101 2.49299 5.0138C2.69069 4.79205 2.90812 4.58749 3.14264 4.40229C3.27286 4.29945 3.40747 4.20614 3.54675 4.12143C3.70984 4.02225 3.79138 3.97266 3.89439 3.98503C3.9974 3.9974 4.07155 4.07155 4.21985 4.21985L7.22574 7.22574C7.66165 7.66165 7.87961 7.87961 7.8029 8.06481C7.72619 8.25 7.41795 8.25 6.80147 8.25H1.81224C1.67746 8.25 1.61007 8.25 1.55622 8.22835C1.47015 8.19375 1.40128 8.11554 1.37784 8.02579C1.36318 7.96963 1.37133 7.9057 1.38764 7.77785Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-credit-card-pos{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 21.75C3 21.1977 3.44772 20.75 4 20.75H20C20.5523 20.75 21 21.1977 21 21.75C21 22.3023 20.5523 22.75 20 22.75H4C3.44772 22.75 3 22.3023 3 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.5375 2.99C15.8451 2.68234 15.999 2.52852 15.9741 2.33381C15.9492 2.1391 15.7765 2.03754 15.4309 1.8344C14.8634 1.50082 14.2828 1.29482 13.6358 1.25772C13.3605 1.24194 13.0836 1.25039 12.8082 1.28274C11.8838 1.39135 11.0853 1.83222 10.2435 2.50318C9.42016 3.15936 8.4829 4.09663 7.2944 5.28515L5.28516 7.29439C4.09664 8.4829 3.15936 9.42016 2.50318 10.2435C1.83222 11.0853 1.39135 11.8838 1.28274 12.8082C1.25039 13.0836 1.24194 13.3605 1.25772 13.6358C1.29482 14.2828 1.50082 14.8634 1.83441 15.4309C2.03754 15.7765 2.13911 15.9492 2.33382 15.9741C2.52852 15.999 2.68235 15.8451 2.99001 15.5375L15.5375 2.99Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.88257 16.7662C3.62269 17.0261 3.49275 17.1561 3.49181 17.3204C3.49087 17.4847 3.61771 17.6145 3.87139 17.8741C4.20421 18.2146 4.56702 18.5774 4.95777 18.9682L5.03184 19.0422C6.1456 20.156 7.0325 21.0429 7.82372 21.6552C8.64024 22.287 9.43135 22.6888 10.3642 22.7423C10.6395 22.7581 10.9164 22.7496 11.1918 22.7173C12.1162 22.6087 12.9147 22.1678 13.7565 21.4968C14.5798 20.8407 15.5171 19.9034 16.7055 18.7149L18.7149 16.7056C19.9034 15.5171 20.8407 14.5798 21.4968 13.7565C22.1678 12.9147 22.6087 12.1162 22.7173 11.1918C22.7496 10.9164 22.7581 10.6395 22.7423 10.3642C22.6888 9.43135 22.287 8.64024 21.6552 7.82372C21.0429 7.03248 20.1561 6.14565 19.0422 5.03184L18.9682 4.95778C18.5775 4.56705 18.2146 4.20422 17.8741 3.87138C17.6145 3.6177 17.4847 3.49086 17.3204 3.4918C17.156 3.49275 17.0261 3.62269 16.7662 3.88256L3.88257 16.7662ZM19.1489 10.5244C19.4418 10.8173 19.4418 11.2921 19.1489 11.585L16.9426 13.7913C16.6497 14.0842 16.1749 14.0842 15.882 13.7913C15.5891 13.4984 15.5891 13.0235 15.882 12.7306L18.0882 10.5244C18.3811 10.2315 18.856 10.2315 19.1489 10.5244ZM15.0516 14.6217C15.3444 14.9146 15.3444 15.3895 15.0516 15.6824L14.106 16.6279C13.8131 16.9208 13.3382 16.9208 13.0454 16.6279C12.7525 16.335 12.7525 15.8601 13.0454 15.5672L13.9909 14.6217C14.2838 14.3288 14.7587 14.3288 15.0516 14.6217Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 21.75C3 21.1977 3.44772 20.75 4 20.75H20C20.5523 20.75 21 21.1977 21 21.75C21 22.3023 20.5523 22.75 20 22.75H4C3.44772 22.75 3 22.3023 3 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.5375 2.99C15.8451 2.68234 15.999 2.52852 15.9741 2.33381C15.9492 2.1391 15.7765 2.03754 15.4309 1.8344C14.8634 1.50082 14.2828 1.29482 13.6358 1.25772C13.3605 1.24194 13.0836 1.25039 12.8082 1.28274C11.8838 1.39135 11.0853 1.83222 10.2435 2.50318C9.42016 3.15936 8.4829 4.09663 7.2944 5.28515L5.28516 7.29439C4.09664 8.4829 3.15936 9.42016 2.50318 10.2435C1.83222 11.0853 1.39135 11.8838 1.28274 12.8082C1.25039 13.0836 1.24194 13.3605 1.25772 13.6358C1.29482 14.2828 1.50082 14.8634 1.83441 15.4309C2.03754 15.7765 2.13911 15.9492 2.33382 15.9741C2.52852 15.999 2.68235 15.8451 2.99001 15.5375L15.5375 2.99Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.88257 16.7662C3.62269 17.0261 3.49275 17.1561 3.49181 17.3204C3.49087 17.4847 3.61771 17.6145 3.87139 17.8741C4.20421 18.2146 4.56702 18.5774 4.95777 18.9682L5.03184 19.0422C6.1456 20.156 7.0325 21.0429 7.82372 21.6552C8.64024 22.287 9.43135 22.6888 10.3642 22.7423C10.6395 22.7581 10.9164 22.7496 11.1918 22.7173C12.1162 22.6087 12.9147 22.1678 13.7565 21.4968C14.5798 20.8407 15.5171 19.9034 16.7055 18.7149L18.7149 16.7056C19.9034 15.5171 20.8407 14.5798 21.4968 13.7565C22.1678 12.9147 22.6087 12.1162 22.7173 11.1918C22.7496 10.9164 22.7581 10.6395 22.7423 10.3642C22.6888 9.43135 22.287 8.64024 21.6552 7.82372C21.0429 7.03248 20.1561 6.14565 19.0422 5.03184L18.9682 4.95778C18.5775 4.56705 18.2146 4.20422 17.8741 3.87138C17.6145 3.6177 17.4847 3.49086 17.3204 3.4918C17.156 3.49275 17.0261 3.62269 16.7662 3.88256L3.88257 16.7662ZM19.1489 10.5244C19.4418 10.8173 19.4418 11.2921 19.1489 11.585L16.9426 13.7913C16.6497 14.0842 16.1749 14.0842 15.882 13.7913C15.5891 13.4984 15.5891 13.0235 15.882 12.7306L18.0882 10.5244C18.3811 10.2315 18.856 10.2315 19.1489 10.5244ZM15.0516 14.6217C15.3444 14.9146 15.3444 15.3895 15.0516 15.6824L14.106 16.6279C13.8131 16.9208 13.3382 16.9208 13.0454 16.6279C12.7525 16.335 12.7525 15.8601 13.0454 15.5672L13.9909 14.6217C14.2838 14.3288 14.7587 14.3288 15.0516 14.6217Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-credit-card{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5476 3.25C15.3866 3.24999 16.8309 3.24998 17.9694 3.3786C19.1316 3.50988 20.074 3.78362 20.8574 4.40228C21.0919 4.58749 21.3093 4.79205 21.507 5.0138C22.1732 5.76101 22.4707 6.66669 22.6124 7.77785C22.6287 7.9057 22.6369 7.96963 22.6222 8.02578C22.5988 8.11553 22.5299 8.19375 22.4438 8.22835C22.39 8.25 22.3226 8.25 22.1878 8.25H1.81225H1.81224C1.67747 8.25 1.61008 8.25 1.55623 8.22835C1.47016 8.19375 1.40129 8.11553 1.37785 8.02578C1.36319 7.96963 1.37134 7.9057 1.38765 7.77785C1.52934 6.66669 1.82683 5.76101 2.493 5.0138C2.6907 4.79205 2.90813 4.58749 3.14265 4.40228C3.92603 3.78362 4.86844 3.50988 6.0306 3.3786C7.16919 3.24998 8.61348 3.24999 10.4525 3.25H13.5476ZM22.75 12.0527C22.75 13.7768 22.75 15.1427 22.6124 16.2222C22.4707 17.3333 22.1732 18.239 21.507 18.9862C21.3093 19.2079 21.0919 19.4125 20.8574 19.5977C20.074 20.2164 19.1316 20.4901 17.9694 20.6214C16.8308 20.75 15.3866 20.75 13.5476 20.75H10.4525C8.61346 20.75 7.16918 20.75 6.03059 20.6214C4.86843 20.4901 3.92601 20.2164 3.14264 19.5977C2.90812 19.4125 2.69069 19.2079 2.49299 18.9862C1.82682 18.239 1.52933 17.3333 1.38764 16.2222C1.24999 15.1427 1.25 13.7767 1.25001 12.0527V11.9473C1.25001 11.3715 1.25 10.8357 1.25513 10.3371C1.25796 10.0614 1.25938 9.92356 1.34705 9.83678C1.43473 9.75 1.57362 9.75 1.8514 9.75H22.1486C22.4264 9.75 22.5653 9.75 22.653 9.83678C22.7406 9.92356 22.7421 10.0614 22.7449 10.3371C22.75 10.8355 22.75 11.3712 22.75 11.9467V11.9468V11.947V11.9471V11.9472V12.0527ZM10.25 16C10.25 15.5858 10.5858 15.25 11 15.25H12.5C12.9142 15.25 13.25 15.5858 13.25 16C13.25 16.4142 12.9142 16.75 12.5 16.75H11C10.5858 16.75 10.25 16.4142 10.25 16ZM15.5 15.25C15.0858 15.25 14.75 15.5858 14.75 16C14.75 16.4142 15.0858 16.75 15.5 16.75H19C19.4142 16.75 19.75 16.4142 19.75 16C19.75 15.5858 19.4142 15.25 19 15.25H15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5476 3.25C15.3866 3.24999 16.8309 3.24998 17.9694 3.3786C19.1316 3.50988 20.074 3.78362 20.8574 4.40228C21.0919 4.58749 21.3093 4.79205 21.507 5.0138C22.1732 5.76101 22.4707 6.66669 22.6124 7.77785C22.6287 7.9057 22.6369 7.96963 22.6222 8.02578C22.5988 8.11553 22.5299 8.19375 22.4438 8.22835C22.39 8.25 22.3226 8.25 22.1878 8.25H1.81225H1.81224C1.67747 8.25 1.61008 8.25 1.55623 8.22835C1.47016 8.19375 1.40129 8.11553 1.37785 8.02578C1.36319 7.96963 1.37134 7.9057 1.38765 7.77785C1.52934 6.66669 1.82683 5.76101 2.493 5.0138C2.6907 4.79205 2.90813 4.58749 3.14265 4.40228C3.92603 3.78362 4.86844 3.50988 6.0306 3.3786C7.16919 3.24998 8.61348 3.24999 10.4525 3.25H13.5476ZM22.75 12.0527C22.75 13.7768 22.75 15.1427 22.6124 16.2222C22.4707 17.3333 22.1732 18.239 21.507 18.9862C21.3093 19.2079 21.0919 19.4125 20.8574 19.5977C20.074 20.2164 19.1316 20.4901 17.9694 20.6214C16.8308 20.75 15.3866 20.75 13.5476 20.75H10.4525C8.61346 20.75 7.16918 20.75 6.03059 20.6214C4.86843 20.4901 3.92601 20.2164 3.14264 19.5977C2.90812 19.4125 2.69069 19.2079 2.49299 18.9862C1.82682 18.239 1.52933 17.3333 1.38764 16.2222C1.24999 15.1427 1.25 13.7767 1.25001 12.0527V11.9473C1.25001 11.3715 1.25 10.8357 1.25513 10.3371C1.25796 10.0614 1.25938 9.92356 1.34705 9.83678C1.43473 9.75 1.57362 9.75 1.8514 9.75H22.1486C22.4264 9.75 22.5653 9.75 22.653 9.83678C22.7406 9.92356 22.7421 10.0614 22.7449 10.3371C22.75 10.8355 22.75 11.3712 22.75 11.9467V11.9468V11.947V11.9471V11.9472V12.0527ZM10.25 16C10.25 15.5858 10.5858 15.25 11 15.25H12.5C12.9142 15.25 13.25 15.5858 13.25 16C13.25 16.4142 12.9142 16.75 12.5 16.75H11C10.5858 16.75 10.25 16.4142 10.25 16ZM15.5 15.25C15.0858 15.25 14.75 15.5858 14.75 16C14.75 16.4142 15.0858 16.75 15.5 16.75H19C19.4142 16.75 19.75 16.4142 19.75 16C19.75 15.5858 19.4142 15.25 19 15.25H15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-crowdfunding{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 5C8.5 3.067 10.067 1.5 12 1.5C13.933 1.5 15.5 3.067 15.5 5C15.5 6.933 13.933 8.5 12 8.5C10.067 8.5 8.5 6.933 8.5 5Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2220.5%22 r%3D%222%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2220.5%22 r%3D%222%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%224%22 cy%3D%2220.5%22 r%3D%222%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 10.5C12.5523 10.5 13 10.9477 13 11.5V12.5H17.5C19.2132 12.5 21 13.6464 21 15.5C21 16.0523 20.5523 16.5 20 16.5C19.4477 16.5 19 16.0523 19 15.5C19 15.1444 18.5482 14.5 17.5 14.5H13V15.5C13 16.0523 12.5523 16.5 12 16.5C11.4477 16.5 11 16.0523 11 15.5V14.5H6.5C5.45181 14.5 5 15.1444 5 15.5C5 16.0523 4.55228 16.5 4 16.5C3.44772 16.5 3 16.0523 3 15.5C3 13.6464 4.78677 12.5 6.5 12.5H11V11.5C11 10.9477 11.4477 10.5 12 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 5C8.5 3.067 10.067 1.5 12 1.5C13.933 1.5 15.5 3.067 15.5 5C15.5 6.933 13.933 8.5 12 8.5C10.067 8.5 8.5 6.933 8.5 5Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2220.5%22 r%3D%222%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2220.5%22 r%3D%222%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%224%22 cy%3D%2220.5%22 r%3D%222%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 10.5C12.5523 10.5 13 10.9477 13 11.5V12.5H17.5C19.2132 12.5 21 13.6464 21 15.5C21 16.0523 20.5523 16.5 20 16.5C19.4477 16.5 19 16.0523 19 15.5C19 15.1444 18.5482 14.5 17.5 14.5H13V15.5C13 16.0523 12.5523 16.5 12 16.5C11.4477 16.5 11 16.0523 11 15.5V14.5H6.5C5.45181 14.5 5 15.1444 5 15.5C5 16.0523 4.55228 16.5 4 16.5C3.44772 16.5 3 16.0523 3 15.5C3 13.6464 4.78677 12.5 6.5 12.5H11V11.5C11 10.9477 11.4477 10.5 12 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-customer-service-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.17189 10.3245C3.51251 9.90525 4.10868 9.17152 5.16362 9.25684C5.52133 9.28576 5.86284 9.44206 6.22574 9.60814C6.49844 9.73178 6.915 9.921 7.12808 10.1063C7.75096 10.648 7.75036 11.363 7.75002 11.7764V16.224C7.75036 16.6374 7.75096 17.3524 7.12808 17.8941C6.915 18.0794 6.64788 18.2005 6.37519 18.3242C6.01228 18.4902 5.52133 18.7146 5.16362 18.7436C4.11854 18.8281 3.53316 18.1152 3.18925 17.6964C3.10208 17.5905 2.96671 17.432 2.85082 17.2977L2.85081 17.2977C2.63893 17.0522 2.39841 16.7735 2.20005 16.5139C1.8724 16.0851 1.54407 15.5713 1.38098 14.9743C1.20634 14.335 1.20634 13.6654 1.38098 13.0261C1.49932 12.5929 1.71345 12.2106 1.99611 11.8093C2.26984 11.4207 2.71587 10.8783 3.17189 10.3245Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.8281 10.3245C20.4875 9.90525 19.8914 9.17152 18.8364 9.25684C18.4787 9.28576 18.1372 9.44206 17.7743 9.60814C17.5016 9.73178 17.085 9.921 16.872 10.1063C16.2491 10.648 16.2497 11.363 16.25 11.7764V16.224C16.2497 16.6374 16.2491 17.3524 16.872 17.8941C17.085 18.0794 17.3522 18.2005 17.6248 18.3242C17.9878 18.4902 18.4787 18.7146 18.8364 18.7436C19.8815 18.8281 20.4669 18.1152 20.8108 17.6964C20.8979 17.5905 21.0333 17.432 21.1492 17.2977C21.3611 17.0522 21.6016 16.7735 21.8 16.5139C22.1276 16.0851 22.456 15.5713 22.6191 14.9743C22.7937 14.335 22.7937 13.6654 22.6191 13.0261C22.5007 12.5929 22.2866 12.2106 22.0039 11.8093C21.7302 11.4207 21.2842 10.8783 20.8281 10.3245Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.15476C8.11539 3.15476 5.19444 5.82861 5.19444 8.86905V10.2976C5.19444 10.8236 4.75917 11.25 4.22222 11.25C3.68528 11.25 3.25 10.8236 3.25 10.2976V8.86905C3.25 4.54569 7.29351 1.25 12 1.25C16.7065 1.25 20.75 4.54569 20.75 8.86905V10.2976C20.75 10.8236 20.3147 11.25 19.7778 11.25C19.2408 11.25 18.8056 10.8236 18.8056 10.2976V8.86905C18.8056 5.82861 15.8846 3.15476 12 3.15476Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0914 20.4434C15.8626 20.8911 14.1591 20.9038 12.2 20.9038C11.6753 20.9038 11.25 21.3171 11.25 21.8269C11.25 22.3367 11.6753 22.75 12.2 22.75C12.2378 22.75 12.2758 22.75 12.3138 22.75C14.1268 22.7502 16.1707 22.7505 17.7586 22.172C18.603 21.8643 19.3759 21.3759 19.9283 20.5994C20.4798 19.8243 20.75 18.8489 20.75 17.6731C20.75 17.1633 20.3247 16.75 19.8 16.75C19.2753 16.75 18.85 17.1633 18.85 17.6731C18.85 18.5742 18.6452 19.1564 18.3654 19.5496C18.0866 19.9414 17.672 20.2318 17.0914 20.4434Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.17189 10.3245C3.51251 9.90525 4.10868 9.17152 5.16362 9.25684C5.52133 9.28576 5.86284 9.44206 6.22574 9.60814C6.49844 9.73178 6.915 9.921 7.12808 10.1063C7.75096 10.648 7.75036 11.363 7.75002 11.7764V16.224C7.75036 16.6374 7.75096 17.3524 7.12808 17.8941C6.915 18.0794 6.64788 18.2005 6.37519 18.3242C6.01228 18.4902 5.52133 18.7146 5.16362 18.7436C4.11854 18.8281 3.53316 18.1152 3.18925 17.6964C3.10208 17.5905 2.96671 17.432 2.85082 17.2977L2.85081 17.2977C2.63893 17.0522 2.39841 16.7735 2.20005 16.5139C1.8724 16.0851 1.54407 15.5713 1.38098 14.9743C1.20634 14.335 1.20634 13.6654 1.38098 13.0261C1.49932 12.5929 1.71345 12.2106 1.99611 11.8093C2.26984 11.4207 2.71587 10.8783 3.17189 10.3245Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.8281 10.3245C20.4875 9.90525 19.8914 9.17152 18.8364 9.25684C18.4787 9.28576 18.1372 9.44206 17.7743 9.60814C17.5016 9.73178 17.085 9.921 16.872 10.1063C16.2491 10.648 16.2497 11.363 16.25 11.7764V16.224C16.2497 16.6374 16.2491 17.3524 16.872 17.8941C17.085 18.0794 17.3522 18.2005 17.6248 18.3242C17.9878 18.4902 18.4787 18.7146 18.8364 18.7436C19.8815 18.8281 20.4669 18.1152 20.8108 17.6964C20.8979 17.5905 21.0333 17.432 21.1492 17.2977C21.3611 17.0522 21.6016 16.7735 21.8 16.5139C22.1276 16.0851 22.456 15.5713 22.6191 14.9743C22.7937 14.335 22.7937 13.6654 22.6191 13.0261C22.5007 12.5929 22.2866 12.2106 22.0039 11.8093C21.7302 11.4207 21.2842 10.8783 20.8281 10.3245Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.15476C8.11539 3.15476 5.19444 5.82861 5.19444 8.86905V10.2976C5.19444 10.8236 4.75917 11.25 4.22222 11.25C3.68528 11.25 3.25 10.8236 3.25 10.2976V8.86905C3.25 4.54569 7.29351 1.25 12 1.25C16.7065 1.25 20.75 4.54569 20.75 8.86905V10.2976C20.75 10.8236 20.3147 11.25 19.7778 11.25C19.2408 11.25 18.8056 10.8236 18.8056 10.2976V8.86905C18.8056 5.82861 15.8846 3.15476 12 3.15476Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0914 20.4434C15.8626 20.8911 14.1591 20.9038 12.2 20.9038C11.6753 20.9038 11.25 21.3171 11.25 21.8269C11.25 22.3367 11.6753 22.75 12.2 22.75C12.2378 22.75 12.2758 22.75 12.3138 22.75C14.1268 22.7502 16.1707 22.7505 17.7586 22.172C18.603 21.8643 19.3759 21.3759 19.9283 20.5994C20.4798 19.8243 20.75 18.8489 20.75 17.6731C20.75 17.1633 20.3247 16.75 19.8 16.75C19.2753 16.75 18.85 17.1633 18.85 17.6731C18.85 18.5742 18.6452 19.1564 18.3654 19.5496C18.0866 19.9414 17.672 20.2318 17.0914 20.4434Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-customer-service-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.8366 11.2566C19.234 11.2245 19.6363 11.3093 19.9853 11.5053C20.2362 11.6461 20.4235 11.8351 20.5588 11.9901C21.0149 12.544 21.7304 13.4205 22.0041 13.8091C22.2868 14.2104 22.5009 14.5927 22.6193 15.0259C22.7939 15.6652 22.7939 16.3348 22.6193 16.9741C22.4562 17.5711 22.1278 18.0849 21.8002 18.5137C21.6018 18.7733 20.9932 19.4868 20.7814 19.7323C20.5403 20.0265 20.3023 20.3168 19.9853 20.4947C19.6363 20.6906 19.234 20.7755 18.8366 20.7434C18.4789 20.7144 17.9881 20.4904 17.6252 20.3243C17.2691 20.1652 16.5975 19.8652 16.3417 19.1081C16.2487 18.8327 16.2494 18.5384 16.2501 18.2645V13.7355C16.2494 13.4616 16.2487 13.1672 16.3417 12.8919C16.5975 12.1348 17.2691 11.8348 17.6252 11.6757C17.9881 11.5096 18.4789 11.2856 18.8366 11.2566Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.16362 11.2566C4.76625 11.2245 4.36396 11.3093 4.01491 11.5053C3.76401 11.6461 3.57673 11.8351 3.44139 11.9901C2.98538 12.544 2.26984 13.4205 1.99611 13.8091C1.71345 14.2104 1.49932 14.5927 1.38098 15.0259C1.20634 15.6652 1.20634 16.3348 1.38098 16.9741C1.54407 17.5711 1.8724 18.0849 2.20005 18.5137C2.39841 18.7733 3.007 19.4868 3.21887 19.7323C3.45992 20.0265 3.69791 20.3168 4.01491 20.4947C4.36396 20.6906 4.76625 20.7755 5.16362 20.7434C5.52132 20.7144 6.0121 20.4904 6.37501 20.3243C6.73116 20.1652 7.40271 19.8652 7.65849 19.1081C7.75152 18.8327 7.75079 18.5384 7.75011 18.2645V13.7355C7.75079 13.4616 7.75152 13.1672 7.65849 12.8919C7.40271 12.1348 6.73116 11.8348 6.37501 11.6757C6.0121 11.5096 5.52133 11.2856 5.16362 11.2566Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.78066 20.0553C9.16431 19.6581 9.79738 19.647 10.1947 20.0307C11.1879 20.9898 12.8121 20.9898 13.8053 20.0307C14.2026 19.647 14.8357 19.6581 15.2193 20.0553C15.603 20.4526 15.5919 21.0857 15.1947 21.4693C13.4264 23.1769 10.5736 23.1769 8.80534 21.4693C8.40806 21.0857 8.39701 20.4526 8.78066 20.0553Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.1875C7.14239 3.1875 3.20454 7.09103 3.20454 11.9063V15.7812C3.20454 16.3163 2.767 16.75 2.22727 16.75C1.68754 16.75 1.25 16.3163 1.25 15.7812V11.9063C1.25 6.02097 6.06293 1.25 12 1.25C17.937 1.25 22.7499 6.02097 22.7499 11.9063L22.75 15.7812C22.75 16.3163 22.3125 16.75 21.7727 16.75C21.233 16.75 20.7955 16.3163 20.7955 15.7813L20.7954 11.9063C20.7954 7.09103 16.8576 3.1875 12 3.1875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.8366 11.2566C19.234 11.2245 19.6363 11.3093 19.9853 11.5053C20.2362 11.6461 20.4235 11.8351 20.5588 11.9901C21.0149 12.544 21.7304 13.4205 22.0041 13.8091C22.2868 14.2104 22.5009 14.5927 22.6193 15.0259C22.7939 15.6652 22.7939 16.3348 22.6193 16.9741C22.4562 17.5711 22.1278 18.0849 21.8002 18.5137C21.6018 18.7733 20.9932 19.4868 20.7814 19.7323C20.5403 20.0265 20.3023 20.3168 19.9853 20.4947C19.6363 20.6906 19.234 20.7755 18.8366 20.7434C18.4789 20.7144 17.9881 20.4904 17.6252 20.3243C17.2691 20.1652 16.5975 19.8652 16.3417 19.1081C16.2487 18.8327 16.2494 18.5384 16.2501 18.2645V13.7355C16.2494 13.4616 16.2487 13.1672 16.3417 12.8919C16.5975 12.1348 17.2691 11.8348 17.6252 11.6757C17.9881 11.5096 18.4789 11.2856 18.8366 11.2566Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.16362 11.2566C4.76625 11.2245 4.36396 11.3093 4.01491 11.5053C3.76401 11.6461 3.57673 11.8351 3.44139 11.9901C2.98538 12.544 2.26984 13.4205 1.99611 13.8091C1.71345 14.2104 1.49932 14.5927 1.38098 15.0259C1.20634 15.6652 1.20634 16.3348 1.38098 16.9741C1.54407 17.5711 1.8724 18.0849 2.20005 18.5137C2.39841 18.7733 3.007 19.4868 3.21887 19.7323C3.45992 20.0265 3.69791 20.3168 4.01491 20.4947C4.36396 20.6906 4.76625 20.7755 5.16362 20.7434C5.52132 20.7144 6.0121 20.4904 6.37501 20.3243C6.73116 20.1652 7.40271 19.8652 7.65849 19.1081C7.75152 18.8327 7.75079 18.5384 7.75011 18.2645V13.7355C7.75079 13.4616 7.75152 13.1672 7.65849 12.8919C7.40271 12.1348 6.73116 11.8348 6.37501 11.6757C6.0121 11.5096 5.52133 11.2856 5.16362 11.2566Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.78066 20.0553C9.16431 19.6581 9.79738 19.647 10.1947 20.0307C11.1879 20.9898 12.8121 20.9898 13.8053 20.0307C14.2026 19.647 14.8357 19.6581 15.2193 20.0553C15.603 20.4526 15.5919 21.0857 15.1947 21.4693C13.4264 23.1769 10.5736 23.1769 8.80534 21.4693C8.40806 21.0857 8.39701 20.4526 8.78066 20.0553Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.1875C7.14239 3.1875 3.20454 7.09103 3.20454 11.9063V15.7812C3.20454 16.3163 2.767 16.75 2.22727 16.75C1.68754 16.75 1.25 16.3163 1.25 15.7812V11.9063C1.25 6.02097 6.06293 1.25 12 1.25C17.937 1.25 22.7499 6.02097 22.7499 11.9063L22.75 15.7812C22.75 16.3163 22.3125 16.75 21.7727 16.75C21.233 16.75 20.7955 16.3163 20.7955 15.7813L20.7954 11.9063C20.7954 7.09103 16.8576 3.1875 12 3.1875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-departement{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.5995 1.25 11.2438 1.35677 10.8859 1.51539C10.5501 1.66423 10.167 1.88043 9.7172 2.13422L9.71717 2.13423L9.71715 2.13424L4.63118 5.0039C4.16505 5.26688 3.7673 5.49128 3.45509 5.71194C3.12119 5.94793 2.8384 6.21063 2.62822 6.57303C2.41874 6.93422 2.3301 7.30934 2.28905 7.71619C2.2506 8.09721 2.25039 8.55494 2.25015 9.09253L2.25 13.9387V13.9387C2.24999 15.8046 2.24997 17.2803 2.40295 18.4348C2.56015 19.6212 2.89099 20.5804 3.63741 21.3377C4.38531 22.0966 5.33511 22.4343 6.50954 22.5945C7.64946 22.75 9.10569 22.75 10.9428 22.75H13.0572C14.8943 22.75 16.3505 22.75 17.4905 22.5945C18.6649 22.4343 19.6147 22.0966 20.3626 21.3377C21.109 20.5804 21.4398 19.6212 21.5971 18.4348C21.75 17.2803 21.75 15.8046 21.75 13.9387L21.7499 9.09251C21.7496 8.55493 21.7494 8.09721 21.711 7.71619C21.6699 7.30934 21.5813 6.93422 21.3718 6.57303C21.1616 6.21064 20.8788 5.94793 20.5449 5.71194C20.2327 5.49128 19.835 5.26688 19.3688 5.0039L14.2829 2.13425L14.2829 2.13424L14.2828 2.13424C13.8331 1.88044 13.4499 1.66423 13.1141 1.51539C12.7562 1.35676 12.4005 1.25 12 1.25ZM8 8C7.44772 8 7 8.44772 7 9C7 9.55229 7.44772 10 8 10H10C10.5523 10 11 9.55229 11 9C11 8.44772 10.5523 8 10 8H8ZM14 8C13.4477 8 13 8.44772 13 9C13 9.55229 13.4477 10 14 10H16C16.5523 10 17 9.55229 17 9C17 8.44772 16.5523 8 16 8H14ZM8 12C7.44772 12 7 12.4477 7 13C7 13.5523 7.44772 14 8 14H10C10.5523 14 11 13.5523 11 13C11 12.4477 10.5523 12 10 12H8ZM14 12C13.4477 12 13 12.4477 13 13C13 13.5523 13.4477 14 14 14H16C16.5523 14 17 13.5523 17 13C17 12.4477 16.5523 12 16 12H14ZM8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18H10C10.5523 18 11 17.5523 11 17C11 16.4477 10.5523 16 10 16H8ZM14 16C13.4477 16 13 16.4477 13 17C13 17.5523 13.4477 18 14 18H16C16.5523 18 17 17.5523 17 17C17 16.4477 16.5523 16 16 16H14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.5995 1.25 11.2438 1.35677 10.8859 1.51539C10.5501 1.66423 10.167 1.88043 9.7172 2.13422L9.71717 2.13423L9.71715 2.13424L4.63118 5.0039C4.16505 5.26688 3.7673 5.49128 3.45509 5.71194C3.12119 5.94793 2.8384 6.21063 2.62822 6.57303C2.41874 6.93422 2.3301 7.30934 2.28905 7.71619C2.2506 8.09721 2.25039 8.55494 2.25015 9.09253L2.25 13.9387V13.9387C2.24999 15.8046 2.24997 17.2803 2.40295 18.4348C2.56015 19.6212 2.89099 20.5804 3.63741 21.3377C4.38531 22.0966 5.33511 22.4343 6.50954 22.5945C7.64946 22.75 9.10569 22.75 10.9428 22.75H13.0572C14.8943 22.75 16.3505 22.75 17.4905 22.5945C18.6649 22.4343 19.6147 22.0966 20.3626 21.3377C21.109 20.5804 21.4398 19.6212 21.5971 18.4348C21.75 17.2803 21.75 15.8046 21.75 13.9387L21.7499 9.09251C21.7496 8.55493 21.7494 8.09721 21.711 7.71619C21.6699 7.30934 21.5813 6.93422 21.3718 6.57303C21.1616 6.21064 20.8788 5.94793 20.5449 5.71194C20.2327 5.49128 19.835 5.26688 19.3688 5.0039L14.2829 2.13425L14.2829 2.13424L14.2828 2.13424C13.8331 1.88044 13.4499 1.66423 13.1141 1.51539C12.7562 1.35676 12.4005 1.25 12 1.25ZM8 8C7.44772 8 7 8.44772 7 9C7 9.55229 7.44772 10 8 10H10C10.5523 10 11 9.55229 11 9C11 8.44772 10.5523 8 10 8H8ZM14 8C13.4477 8 13 8.44772 13 9C13 9.55229 13.4477 10 14 10H16C16.5523 10 17 9.55229 17 9C17 8.44772 16.5523 8 16 8H14ZM8 12C7.44772 12 7 12.4477 7 13C7 13.5523 7.44772 14 8 14H10C10.5523 14 11 13.5523 11 13C11 12.4477 10.5523 12 10 12H8ZM14 12C13.4477 12 13 12.4477 13 13C13 13.5523 13.4477 14 14 14H16C16.5523 14 17 13.5523 17 13C17 12.4477 16.5523 12 16 12H14ZM8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18H10C10.5523 18 11 17.5523 11 17C11 16.4477 10.5523 16 10 16H8ZM14 16C13.4477 16 13 16.4477 13 17C13 17.5523 13.4477 18 14 18H16C16.5523 18 17 17.5523 17 17C17 16.4477 16.5523 16 16 16H14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-diamond-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.32289 2.25003L9.23265 2.25001C8.47304 2.24984 7.96465 2.24972 7.47672 2.36883C7.25578 2.42277 7.03998 2.49476 6.83189 2.58414C6.37 2.78253 5.97535 3.08651 5.39532 3.53329L5.32472 3.58766L5.29273 3.61228C4.24651 4.41768 3.41746 5.0559 2.80797 5.62799C2.1851 6.21262 1.72591 6.7865 1.48506 7.48693C1.28734 8.06193 1.21295 8.66844 1.26722 9.27182C1.33356 10.0094 1.64582 10.6679 2.11451 11.3677C2.57202 12.0509 3.22764 12.8427 4.05236 13.8386L4.05239 13.8387L4.05242 13.8387L8.11023 18.7392L8.11025 18.7392L8.11026 18.7392C8.84673 19.6287 9.45218 20.3599 10.0079 20.8609C10.5914 21.3869 11.2168 21.75 12 21.75C12.7832 21.75 13.4086 21.3869 13.9921 20.8609C14.5478 20.3599 15.1533 19.6287 15.8898 18.7392L19.9476 13.8386C20.7724 12.8427 21.428 12.0509 21.8855 11.3677C22.3542 10.6679 22.6664 10.0094 22.7328 9.27182C22.7871 8.66844 22.7127 8.06193 22.5149 7.48693C22.2741 6.7865 21.8149 6.21262 21.192 5.62799C20.5825 5.05591 19.7535 4.41769 18.7073 3.6123L18.7072 3.61226L18.6753 3.58766L18.6047 3.53329C18.0246 3.08651 17.63 2.78253 17.1681 2.58414C16.96 2.49476 16.7442 2.42277 16.5233 2.36883C16.0353 2.24972 15.527 2.24984 14.7673 2.25001L14.6771 2.25003H9.32289ZM10 7.75C9.58579 7.75 9.25 8.08579 9.25 8.5C9.25 8.91421 9.58579 9.25 10 9.25H14C14.4142 9.25 14.75 8.91421 14.75 8.5C14.75 8.08579 14.4142 7.75 14 7.75H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.32289 2.25003L9.23265 2.25001C8.47304 2.24984 7.96465 2.24972 7.47672 2.36883C7.25578 2.42277 7.03998 2.49476 6.83189 2.58414C6.37 2.78253 5.97535 3.08651 5.39532 3.53329L5.32472 3.58766L5.29273 3.61228C4.24651 4.41768 3.41746 5.0559 2.80797 5.62799C2.1851 6.21262 1.72591 6.7865 1.48506 7.48693C1.28734 8.06193 1.21295 8.66844 1.26722 9.27182C1.33356 10.0094 1.64582 10.6679 2.11451 11.3677C2.57202 12.0509 3.22764 12.8427 4.05236 13.8386L4.05239 13.8387L4.05242 13.8387L8.11023 18.7392L8.11025 18.7392L8.11026 18.7392C8.84673 19.6287 9.45218 20.3599 10.0079 20.8609C10.5914 21.3869 11.2168 21.75 12 21.75C12.7832 21.75 13.4086 21.3869 13.9921 20.8609C14.5478 20.3599 15.1533 19.6287 15.8898 18.7392L19.9476 13.8386C20.7724 12.8427 21.428 12.0509 21.8855 11.3677C22.3542 10.6679 22.6664 10.0094 22.7328 9.27182C22.7871 8.66844 22.7127 8.06193 22.5149 7.48693C22.2741 6.7865 21.8149 6.21262 21.192 5.62799C20.5825 5.05591 19.7535 4.41769 18.7073 3.6123L18.7072 3.61226L18.6753 3.58766L18.6047 3.53329C18.0246 3.08651 17.63 2.78253 17.1681 2.58414C16.96 2.49476 16.7442 2.42277 16.5233 2.36883C16.0353 2.24972 15.527 2.24984 14.7673 2.25001L14.6771 2.25003H9.32289ZM10 7.75C9.58579 7.75 9.25 8.08579 9.25 8.5C9.25 8.91421 9.58579 9.25 10 9.25H14C14.4142 9.25 14.75 8.91421 14.75 8.5C14.75 8.08579 14.4142 7.75 14 7.75H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-discount{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.144 2.47715C10.1566 3.02929 9.71927 3.48712 9.16713 3.49974C6.47325 3.56134 5.32529 3.83879 4.58204 4.58204C3.83879 5.32529 3.56134 6.47325 3.49974 9.16713C3.48712 9.71927 3.02929 10.1566 2.47715 10.144C1.92501 10.1314 1.48764 9.67355 1.50027 9.12141C1.56017 6.50124 1.79034 4.54531 3.16782 3.16782C4.54531 1.79034 6.50124 1.56017 9.12141 1.50027C9.67355 1.48764 10.1314 1.92501 10.144 2.47715ZM13.856 2.47715C13.8686 1.92501 14.3265 1.48764 14.8786 1.50027C17.4988 1.56017 19.4547 1.79034 20.8322 3.16782C22.2097 4.54531 22.4398 6.50124 22.4997 9.12141C22.5124 9.67355 22.075 10.1314 21.5229 10.144C20.9707 10.1566 20.5129 9.71927 20.5003 9.16713C20.4387 6.47325 20.1612 5.32529 19.418 4.58204C18.6747 3.83879 17.5268 3.56134 14.8329 3.49974C14.2807 3.48712 13.8434 3.02929 13.856 2.47715ZM21.5229 13.856C22.075 13.8686 22.5124 14.3264 22.4997 14.8786C22.4398 17.4988 22.2097 19.4547 20.8322 20.8322C19.4547 22.2097 17.4988 22.4398 14.8786 22.4997C14.3265 22.5124 13.8686 22.075 13.856 21.5229C13.8434 20.9707 14.2807 20.5129 14.8329 20.5003C17.5268 20.4387 18.6747 20.1612 19.418 19.418C20.1612 18.6747 20.4387 17.5268 20.5003 14.8329C20.5129 14.2807 20.9707 13.8434 21.5229 13.856ZM2.47715 13.856C3.02929 13.8434 3.48712 14.2807 3.49974 14.8329C3.56134 17.5268 3.83879 18.6747 4.58204 19.418C5.32529 20.1612 6.47325 20.4387 9.16713 20.5003C9.71927 20.5129 10.1566 20.9707 10.144 21.5229C10.1314 22.075 9.67355 22.5124 9.12141 22.4997C6.50124 22.4398 4.54531 22.2097 3.16782 20.8322C1.79034 19.4547 1.56017 17.4988 1.50027 14.8786C1.48764 14.3265 1.92501 13.8686 2.47715 13.856Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.49609 8C6.49609 7.17157 7.16767 6.5 7.99609 6.5H8.00508C8.8335 6.5 9.50508 7.17157 9.50508 8C9.50508 8.82843 8.8335 9.5 8.00508 9.5H7.99609C7.16767 9.5 6.49609 8.82843 6.49609 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.4961 16C14.4961 15.1716 15.1677 14.5 15.9961 14.5H16.0051C16.8335 14.5 17.5051 15.1716 17.5051 16C17.5051 16.8284 16.8335 17.5 16.0051 17.5H15.9961C15.1677 17.5 14.4961 16.8284 14.4961 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7071 7.29289C17.0976 7.68342 17.0976 8.31658 16.7071 8.70711L8.70711 16.7071C8.31658 17.0976 7.68342 17.0976 7.29289 16.7071C6.90237 16.3166 6.90237 15.6834 7.29289 15.2929L15.2929 7.29289C15.6834 6.90237 16.3166 6.90237 16.7071 7.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.144 2.47715C10.1566 3.02929 9.71927 3.48712 9.16713 3.49974C6.47325 3.56134 5.32529 3.83879 4.58204 4.58204C3.83879 5.32529 3.56134 6.47325 3.49974 9.16713C3.48712 9.71927 3.02929 10.1566 2.47715 10.144C1.92501 10.1314 1.48764 9.67355 1.50027 9.12141C1.56017 6.50124 1.79034 4.54531 3.16782 3.16782C4.54531 1.79034 6.50124 1.56017 9.12141 1.50027C9.67355 1.48764 10.1314 1.92501 10.144 2.47715ZM13.856 2.47715C13.8686 1.92501 14.3265 1.48764 14.8786 1.50027C17.4988 1.56017 19.4547 1.79034 20.8322 3.16782C22.2097 4.54531 22.4398 6.50124 22.4997 9.12141C22.5124 9.67355 22.075 10.1314 21.5229 10.144C20.9707 10.1566 20.5129 9.71927 20.5003 9.16713C20.4387 6.47325 20.1612 5.32529 19.418 4.58204C18.6747 3.83879 17.5268 3.56134 14.8329 3.49974C14.2807 3.48712 13.8434 3.02929 13.856 2.47715ZM21.5229 13.856C22.075 13.8686 22.5124 14.3264 22.4997 14.8786C22.4398 17.4988 22.2097 19.4547 20.8322 20.8322C19.4547 22.2097 17.4988 22.4398 14.8786 22.4997C14.3265 22.5124 13.8686 22.075 13.856 21.5229C13.8434 20.9707 14.2807 20.5129 14.8329 20.5003C17.5268 20.4387 18.6747 20.1612 19.418 19.418C20.1612 18.6747 20.4387 17.5268 20.5003 14.8329C20.5129 14.2807 20.9707 13.8434 21.5229 13.856ZM2.47715 13.856C3.02929 13.8434 3.48712 14.2807 3.49974 14.8329C3.56134 17.5268 3.83879 18.6747 4.58204 19.418C5.32529 20.1612 6.47325 20.4387 9.16713 20.5003C9.71927 20.5129 10.1566 20.9707 10.144 21.5229C10.1314 22.075 9.67355 22.5124 9.12141 22.4997C6.50124 22.4398 4.54531 22.2097 3.16782 20.8322C1.79034 19.4547 1.56017 17.4988 1.50027 14.8786C1.48764 14.3265 1.92501 13.8686 2.47715 13.856Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.49609 8C6.49609 7.17157 7.16767 6.5 7.99609 6.5H8.00508C8.8335 6.5 9.50508 7.17157 9.50508 8C9.50508 8.82843 8.8335 9.5 8.00508 9.5H7.99609C7.16767 9.5 6.49609 8.82843 6.49609 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.4961 16C14.4961 15.1716 15.1677 14.5 15.9961 14.5H16.0051C16.8335 14.5 17.5051 15.1716 17.5051 16C17.5051 16.8284 16.8335 17.5 16.0051 17.5H15.9961C15.1677 17.5 14.4961 16.8284 14.4961 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7071 7.29289C17.0976 7.68342 17.0976 8.31658 16.7071 8.70711L8.70711 16.7071C8.31658 17.0976 7.68342 17.0976 7.29289 16.7071C6.90237 16.3166 6.90237 15.6834 7.29289 15.2929L15.2929 7.29289C15.6834 6.90237 16.3166 6.90237 16.7071 7.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-dollar-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V3.04549C14.5502 3.18762 15.9696 3.65724 17.0802 4.37517C18.4156 5.2385 19.4167 6.54973 19.4167 8.14815C19.4167 8.70043 18.969 9.14815 18.4167 9.14815C17.8644 9.14815 17.4167 8.70043 17.4167 8.14815C17.4167 7.45561 16.9813 6.69276 15.9944 6.05476C15.226 5.55802 14.1899 5.19012 13 5.05573V10.7226C14.932 10.7989 16.5472 11.1133 17.7461 11.7984C18.4666 12.2101 19.0458 12.7608 19.4377 13.47C19.8275 14.1752 20 14.979 20 15.8519C20 17.7763 18.9421 19.1185 17.4155 19.922C16.1904 20.5667 14.6434 20.8852 13 20.9737V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V20.9613C9.30461 20.829 7.75183 20.3632 6.54045 19.6453C5.11627 18.8014 4 17.4928 4 15.8519C4 15.2996 4.44772 14.8519 5 14.8519C5.55228 14.8519 6 15.2996 6 15.8519C6 16.5019 6.45074 17.2674 7.56005 17.9247C8.43919 18.4457 9.63204 18.8271 11 18.9541V12.6835C9.09913 12.6034 7.60805 12.2805 6.53338 11.6462C5.88559 11.2639 5.38266 10.7644 5.04894 10.1438C4.71768 9.52773 4.58333 8.84872 4.58333 8.14815C4.58333 6.54973 5.58436 5.2385 6.91983 4.37517C8.03038 3.65724 9.44975 3.18762 11 3.04549V2C11 1.44772 11.4477 1 12 1ZM11 5.05573C9.81011 5.19012 8.77403 5.55802 8.00563 6.05476C7.01873 6.69276 6.58333 7.45561 6.58333 8.14815C6.58333 8.59305 6.66774 8.93123 6.81044 9.19662C6.95067 9.45743 7.17691 9.70367 7.54996 9.92385C8.2131 10.3153 9.30242 10.6018 11 10.6814V5.05573ZM13 12.7245V18.9704C14.4191 18.8838 15.6183 18.6077 16.484 18.1521C17.4909 17.6222 18 16.8904 18 15.8519C18 15.2433 17.8809 14.7877 17.6873 14.4374C17.4959 14.0911 17.2001 13.7899 16.7539 13.5349C15.9639 13.0835 14.7447 12.8006 13 12.7245Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V3.04549C14.5502 3.18762 15.9696 3.65724 17.0802 4.37517C18.4156 5.2385 19.4167 6.54973 19.4167 8.14815C19.4167 8.70043 18.969 9.14815 18.4167 9.14815C17.8644 9.14815 17.4167 8.70043 17.4167 8.14815C17.4167 7.45561 16.9813 6.69276 15.9944 6.05476C15.226 5.55802 14.1899 5.19012 13 5.05573V10.7226C14.932 10.7989 16.5472 11.1133 17.7461 11.7984C18.4666 12.2101 19.0458 12.7608 19.4377 13.47C19.8275 14.1752 20 14.979 20 15.8519C20 17.7763 18.9421 19.1185 17.4155 19.922C16.1904 20.5667 14.6434 20.8852 13 20.9737V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V20.9613C9.30461 20.829 7.75183 20.3632 6.54045 19.6453C5.11627 18.8014 4 17.4928 4 15.8519C4 15.2996 4.44772 14.8519 5 14.8519C5.55228 14.8519 6 15.2996 6 15.8519C6 16.5019 6.45074 17.2674 7.56005 17.9247C8.43919 18.4457 9.63204 18.8271 11 18.9541V12.6835C9.09913 12.6034 7.60805 12.2805 6.53338 11.6462C5.88559 11.2639 5.38266 10.7644 5.04894 10.1438C4.71768 9.52773 4.58333 8.84872 4.58333 8.14815C4.58333 6.54973 5.58436 5.2385 6.91983 4.37517C8.03038 3.65724 9.44975 3.18762 11 3.04549V2C11 1.44772 11.4477 1 12 1ZM11 5.05573C9.81011 5.19012 8.77403 5.55802 8.00563 6.05476C7.01873 6.69276 6.58333 7.45561 6.58333 8.14815C6.58333 8.59305 6.66774 8.93123 6.81044 9.19662C6.95067 9.45743 7.17691 9.70367 7.54996 9.92385C8.2131 10.3153 9.30242 10.6018 11 10.6814V5.05573ZM13 12.7245V18.9704C14.4191 18.8838 15.6183 18.6077 16.484 18.1521C17.4909 17.6222 18 16.8904 18 15.8519C18 15.2433 17.8809 14.7877 17.6873 14.4374C17.4959 14.0911 17.2001 13.7899 16.7539 13.5349C15.9639 13.0835 14.7447 12.8006 13 12.7245Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-dollar-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12.75 7C12.75 6.58579 12.4142 6.25 12 6.25C11.5858 6.25 11.25 6.58579 11.25 7V7.42416C10.6347 7.52886 10.0701 7.7612 9.61196 8.09711C8.97319 8.56549 8.5 9.2746 8.5 10.1278C8.5 10.8783 8.76936 11.572 9.45777 12.0328C10.0819 12.4507 10.9522 12.6062 12 12.6062C12.9582 12.6062 13.5279 12.7501 13.8421 12.9537C14.088 13.1131 14.25 13.354 14.25 13.8726C14.25 14.3084 14.0711 14.5775 13.7369 14.777C13.3572 15.0037 12.7608 15.1391 12 15.1391C11.3002 15.1391 10.7004 14.9471 10.2971 14.676C9.88907 14.4018 9.75 14.1036 9.75 13.8726C9.75 13.4584 9.41421 13.1226 9 13.1226C8.58579 13.1226 8.25 13.4584 8.25 13.8726C8.25 14.7554 8.78251 15.4654 9.46029 15.921C9.9609 16.2574 10.5786 16.4867 11.25 16.585V17C11.25 17.4142 11.5858 17.75 12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V16.6006C13.3866 16.5325 13.9974 16.3684 14.5057 16.065C15.2573 15.6163 15.75 14.8772 15.75 13.8726C15.75 12.951 15.412 12.1837 14.6579 11.6949C13.9721 11.2504 13.0418 11.1062 12 11.1062C11.0478 11.1062 10.5431 10.9543 10.2922 10.7864C10.1056 10.6615 10 10.4909 10 10.1278C10 9.86732 10.1424 9.56819 10.4989 9.30676C10.855 9.04566 11.3833 8.86133 12 8.86133C12.6167 8.86133 13.145 9.04566 13.501 9.30676C13.8576 9.56819 14 9.86732 14 10.1278C14 10.542 14.3358 10.8778 14.75 10.8778C15.1642 10.8778 15.5 10.542 15.5 10.1278C15.5 9.2746 15.0268 8.56549 14.388 8.09711C13.9299 7.7612 13.3653 7.52886 12.75 7.42416V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12.75 7C12.75 6.58579 12.4142 6.25 12 6.25C11.5858 6.25 11.25 6.58579 11.25 7V7.42416C10.6347 7.52886 10.0701 7.7612 9.61196 8.09711C8.97319 8.56549 8.5 9.2746 8.5 10.1278C8.5 10.8783 8.76936 11.572 9.45777 12.0328C10.0819 12.4507 10.9522 12.6062 12 12.6062C12.9582 12.6062 13.5279 12.7501 13.8421 12.9537C14.088 13.1131 14.25 13.354 14.25 13.8726C14.25 14.3084 14.0711 14.5775 13.7369 14.777C13.3572 15.0037 12.7608 15.1391 12 15.1391C11.3002 15.1391 10.7004 14.9471 10.2971 14.676C9.88907 14.4018 9.75 14.1036 9.75 13.8726C9.75 13.4584 9.41421 13.1226 9 13.1226C8.58579 13.1226 8.25 13.4584 8.25 13.8726C8.25 14.7554 8.78251 15.4654 9.46029 15.921C9.9609 16.2574 10.5786 16.4867 11.25 16.585V17C11.25 17.4142 11.5858 17.75 12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V16.6006C13.3866 16.5325 13.9974 16.3684 14.5057 16.065C15.2573 15.6163 15.75 14.8772 15.75 13.8726C15.75 12.951 15.412 12.1837 14.6579 11.6949C13.9721 11.2504 13.0418 11.1062 12 11.1062C11.0478 11.1062 10.5431 10.9543 10.2922 10.7864C10.1056 10.6615 10 10.4909 10 10.1278C10 9.86732 10.1424 9.56819 10.4989 9.30676C10.855 9.04566 11.3833 8.86133 12 8.86133C12.6167 8.86133 13.145 9.04566 13.501 9.30676C13.8576 9.56819 14 9.86732 14 10.1278C14 10.542 14.3358 10.8778 14.75 10.8778C15.1642 10.8778 15.5 10.542 15.5 10.1278C15.5 9.2746 15.0268 8.56549 14.388 8.09711C13.9299 7.7612 13.3653 7.52886 12.75 7.42416V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-dollar-receive-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 2C7.05229 2 7.5 2.44772 7.5 3L7.5 4.08978C9.77476 4.50174 11.625 6.29148 11.625 8.62963C11.625 9.18191 11.1773 9.62963 10.625 9.62963C10.0727 9.62963 9.625 9.18191 9.625 8.62963C9.625 7.2937 8.34993 6 6.5 6C4.65006 6 3.375 7.2937 3.375 8.62963C3.375 9.44114 3.5943 9.88057 3.93879 10.1573C4.33301 10.474 5.08858 10.7407 6.5 10.7407C8.07836 10.7407 9.47621 11.0063 10.4889 11.794C11.5578 12.6253 12 13.8754 12 15.3704C12 16.964 11.3606 18.1851 10.2643 18.9704C9.4758 19.5352 8.50983 19.8335 7.5 19.9461L7.5 21C7.5 21.5523 7.05229 22 6.5 22C5.94772 22 5.5 21.5523 5.5 21L5.5 19.9214C3.07434 19.5388 1 17.7898 1 15.3704C1 14.8181 1.44772 14.3704 2 14.3704C2.55228 14.3704 3 14.8181 3 15.3704C3 16.6327 4.35556 18 6.5 18C7.62614 18 8.51732 17.7616 9.09964 17.3445C9.63205 16.9631 10 16.3693 10 15.3704C10 14.2728 9.6922 13.708 9.26106 13.3727C8.77379 12.9937 7.92164 12.7407 6.5 12.7407C4.91142 12.7407 3.60449 12.4542 2.68621 11.7165C1.7182 10.9388 1.375 9.82271 1.375 8.62963C1.375 6.29148 3.22524 4.50174 5.5 4.08978L5.5 3C5.5 2.44771 5.94772 2 6.5 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 10.9941C22.5523 10.9941 23 11.4419 23 11.9941C23 12.5464 22.5523 12.9941 22 12.9941L18.5 12.9941L18.5 13.5884C18.5001 13.764 18.5003 13.9797 18.4782 14.1561L18.4778 14.1595C18.462 14.2859 18.3902 14.862 17.8246 15.1363C17.2577 15.4113 16.7576 15.1093 16.6494 15.044L16.6454 15.0416C16.4924 14.9494 16.3215 14.8152 16.1809 14.7049L16.1507 14.6812C15.7748 14.3865 15.2906 14.0046 14.8996 13.6241C14.7045 13.4343 14.5033 13.217 14.3444 12.9861C14.2032 12.7809 14 12.4307 14 12C14 11.5693 14.2032 11.2191 14.3444 11.0139C14.5033 10.783 14.7045 10.5657 14.8996 10.3759C15.2906 9.99545 15.7748 9.61348 16.1507 9.31885L16.1809 9.29512C16.3215 9.18477 16.4923 9.05062 16.6454 8.95841L16.6494 8.95597C16.7576 8.89065 17.2578 8.58872 17.8246 8.86368C18.3902 9.13804 18.462 9.71408 18.4778 9.84053L18.4782 9.84387C18.5003 10.0203 18.5001 10.236 18.5 10.4116L18.5 10.9941L22 10.9941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 2C7.05229 2 7.5 2.44772 7.5 3L7.5 4.08978C9.77476 4.50174 11.625 6.29148 11.625 8.62963C11.625 9.18191 11.1773 9.62963 10.625 9.62963C10.0727 9.62963 9.625 9.18191 9.625 8.62963C9.625 7.2937 8.34993 6 6.5 6C4.65006 6 3.375 7.2937 3.375 8.62963C3.375 9.44114 3.5943 9.88057 3.93879 10.1573C4.33301 10.474 5.08858 10.7407 6.5 10.7407C8.07836 10.7407 9.47621 11.0063 10.4889 11.794C11.5578 12.6253 12 13.8754 12 15.3704C12 16.964 11.3606 18.1851 10.2643 18.9704C9.4758 19.5352 8.50983 19.8335 7.5 19.9461L7.5 21C7.5 21.5523 7.05229 22 6.5 22C5.94772 22 5.5 21.5523 5.5 21L5.5 19.9214C3.07434 19.5388 1 17.7898 1 15.3704C1 14.8181 1.44772 14.3704 2 14.3704C2.55228 14.3704 3 14.8181 3 15.3704C3 16.6327 4.35556 18 6.5 18C7.62614 18 8.51732 17.7616 9.09964 17.3445C9.63205 16.9631 10 16.3693 10 15.3704C10 14.2728 9.6922 13.708 9.26106 13.3727C8.77379 12.9937 7.92164 12.7407 6.5 12.7407C4.91142 12.7407 3.60449 12.4542 2.68621 11.7165C1.7182 10.9388 1.375 9.82271 1.375 8.62963C1.375 6.29148 3.22524 4.50174 5.5 4.08978L5.5 3C5.5 2.44771 5.94772 2 6.5 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 10.9941C22.5523 10.9941 23 11.4419 23 11.9941C23 12.5464 22.5523 12.9941 22 12.9941L18.5 12.9941L18.5 13.5884C18.5001 13.764 18.5003 13.9797 18.4782 14.1561L18.4778 14.1595C18.462 14.2859 18.3902 14.862 17.8246 15.1363C17.2577 15.4113 16.7576 15.1093 16.6494 15.044L16.6454 15.0416C16.4924 14.9494 16.3215 14.8152 16.1809 14.7049L16.1507 14.6812C15.7748 14.3865 15.2906 14.0046 14.8996 13.6241C14.7045 13.4343 14.5033 13.217 14.3444 12.9861C14.2032 12.7809 14 12.4307 14 12C14 11.5693 14.2032 11.2191 14.3444 11.0139C14.5033 10.783 14.7045 10.5657 14.8996 10.3759C15.2906 9.99545 15.7748 9.61348 16.1507 9.31885L16.1809 9.29512C16.3215 9.18477 16.4923 9.05062 16.6454 8.95841L16.6494 8.95597C16.7576 8.89065 17.2578 8.58872 17.8246 8.86368C18.3902 9.13804 18.462 9.71408 18.4778 9.84053L18.4782 9.84387C18.5003 10.0203 18.5001 10.236 18.5 10.4116L18.5 10.9941L22 10.9941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-dollar-receive-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 2C7.05228 2 7.5 2.44772 7.5 3V4.08978C9.77476 4.50174 11.625 6.29148 11.625 8.62963C11.625 9.18191 11.1773 9.62963 10.625 9.62963C10.0727 9.62963 9.625 9.18191 9.625 8.62963C9.625 7.55102 8.79383 6.49995 7.5 6.13505L7.5 10.7809C8.66694 10.8806 9.69599 11.1772 10.4889 11.794C11.5578 12.6253 12 13.8754 12 15.3704C12 16.964 11.3606 18.1851 10.2643 18.9704C9.4758 19.5352 8.50983 19.8335 7.5 19.9461V21C7.5 21.5523 7.05229 22 6.5 22C5.94772 22 5.5 21.5523 5.5 21V19.9214C3.07434 19.5388 1 17.7898 1 15.3704C1 14.8181 1.44772 14.3704 2 14.3704C2.55228 14.3704 3 14.8181 3 15.3704C3 16.4231 3.94292 17.549 5.5 17.8937L5.5 12.698C4.35877 12.594 3.40382 12.293 2.68621 11.7165C1.7182 10.9388 1.375 9.82271 1.375 8.62963C1.375 6.29148 3.22524 4.50174 5.5 4.08978V3C5.5 2.44772 5.94772 2 6.5 2ZM5.5 6.13505C4.20617 6.49994 3.375 7.55102 3.375 8.62963C3.375 9.44114 3.5943 9.88057 3.93879 10.1573C4.22725 10.3891 4.7092 10.594 5.5 10.6873L5.5 6.13505ZM7.5 12.7901L7.5 17.9297C8.16133 17.8304 8.70236 17.629 9.09964 17.3445C9.63205 16.9631 10 16.3693 10 15.3704C10 14.2728 9.6922 13.708 9.26106 13.3727C8.90091 13.0926 8.34143 12.8813 7.5 12.7901Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 10.9941C22.5523 10.9941 23 11.4419 23 11.9941C23 12.5464 22.5523 12.9941 22 12.9941L18.5 12.9941L18.5 13.5884C18.5001 13.764 18.5003 13.9797 18.4782 14.1561L18.4778 14.1595C18.462 14.2859 18.3902 14.862 17.8246 15.1363C17.2577 15.4113 16.7576 15.1093 16.6494 15.044L16.6454 15.0416C16.4924 14.9494 16.3215 14.8152 16.1809 14.7049L16.1507 14.6812C15.7748 14.3865 15.2906 14.0046 14.8996 13.6241C14.7045 13.4343 14.5033 13.217 14.3444 12.9861C14.2032 12.7809 14 12.4307 14 12C14 11.5693 14.2032 11.2191 14.3444 11.0139C14.5033 10.783 14.7045 10.5657 14.8996 10.3759C15.2906 9.99545 15.7748 9.61348 16.1507 9.31885L16.1809 9.29512C16.3215 9.18477 16.4923 9.05062 16.6454 8.95841L16.6494 8.95597C16.7576 8.89065 17.2578 8.58872 17.8246 8.86368C18.3902 9.13804 18.462 9.71408 18.4778 9.84053L18.4782 9.84387C18.5003 10.0203 18.5001 10.236 18.5 10.4116L18.5 10.9941L22 10.9941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 2C7.05228 2 7.5 2.44772 7.5 3V4.08978C9.77476 4.50174 11.625 6.29148 11.625 8.62963C11.625 9.18191 11.1773 9.62963 10.625 9.62963C10.0727 9.62963 9.625 9.18191 9.625 8.62963C9.625 7.55102 8.79383 6.49995 7.5 6.13505L7.5 10.7809C8.66694 10.8806 9.69599 11.1772 10.4889 11.794C11.5578 12.6253 12 13.8754 12 15.3704C12 16.964 11.3606 18.1851 10.2643 18.9704C9.4758 19.5352 8.50983 19.8335 7.5 19.9461V21C7.5 21.5523 7.05229 22 6.5 22C5.94772 22 5.5 21.5523 5.5 21V19.9214C3.07434 19.5388 1 17.7898 1 15.3704C1 14.8181 1.44772 14.3704 2 14.3704C2.55228 14.3704 3 14.8181 3 15.3704C3 16.4231 3.94292 17.549 5.5 17.8937L5.5 12.698C4.35877 12.594 3.40382 12.293 2.68621 11.7165C1.7182 10.9388 1.375 9.82271 1.375 8.62963C1.375 6.29148 3.22524 4.50174 5.5 4.08978V3C5.5 2.44772 5.94772 2 6.5 2ZM5.5 6.13505C4.20617 6.49994 3.375 7.55102 3.375 8.62963C3.375 9.44114 3.5943 9.88057 3.93879 10.1573C4.22725 10.3891 4.7092 10.594 5.5 10.6873L5.5 6.13505ZM7.5 12.7901L7.5 17.9297C8.16133 17.8304 8.70236 17.629 9.09964 17.3445C9.63205 16.9631 10 16.3693 10 15.3704C10 14.2728 9.6922 13.708 9.26106 13.3727C8.90091 13.0926 8.34143 12.8813 7.5 12.7901Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 10.9941C22.5523 10.9941 23 11.4419 23 11.9941C23 12.5464 22.5523 12.9941 22 12.9941L18.5 12.9941L18.5 13.5884C18.5001 13.764 18.5003 13.9797 18.4782 14.1561L18.4778 14.1595C18.462 14.2859 18.3902 14.862 17.8246 15.1363C17.2577 15.4113 16.7576 15.1093 16.6494 15.044L16.6454 15.0416C16.4924 14.9494 16.3215 14.8152 16.1809 14.7049L16.1507 14.6812C15.7748 14.3865 15.2906 14.0046 14.8996 13.6241C14.7045 13.4343 14.5033 13.217 14.3444 12.9861C14.2032 12.7809 14 12.4307 14 12C14 11.5693 14.2032 11.2191 14.3444 11.0139C14.5033 10.783 14.7045 10.5657 14.8996 10.3759C15.2906 9.99545 15.7748 9.61348 16.1507 9.31885L16.1809 9.29512C16.3215 9.18477 16.4923 9.05062 16.6454 8.95841L16.6494 8.95597C16.7576 8.89065 17.2578 8.58872 17.8246 8.86368C18.3902 9.13804 18.462 9.71408 18.4778 9.84053L18.4782 9.84387C18.5003 10.0203 18.5001 10.236 18.5 10.4116L18.5 10.9941L22 10.9941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-dollar-send-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 2C7.05229 2 7.5 2.44772 7.5 3L7.5 4.08978C9.77476 4.50174 11.625 6.29148 11.625 8.62963C11.625 9.18191 11.1773 9.62963 10.625 9.62963C10.0727 9.62963 9.625 9.18191 9.625 8.62963C9.625 7.2937 8.34993 6 6.5 6C4.65006 6 3.375 7.2937 3.375 8.62963C3.375 9.44114 3.5943 9.88057 3.93879 10.1573C4.33301 10.474 5.08858 10.7407 6.5 10.7407C8.07836 10.7407 9.47621 11.0063 10.4889 11.794C11.5578 12.6253 12 13.8754 12 15.3704C12 16.964 11.3606 18.1851 10.2643 18.9704C9.4758 19.5352 8.50983 19.8335 7.5 19.9461L7.5 21C7.5 21.5523 7.05229 22 6.5 22C5.94772 22 5.5 21.5523 5.5 21L5.5 19.9214C3.07434 19.5388 1 17.7898 1 15.3704C1 14.8181 1.44772 14.3704 2 14.3704C2.55228 14.3704 3 14.8181 3 15.3704C3 16.6327 4.35556 18 6.5 18C7.62614 18 8.51732 17.7616 9.09964 17.3445C9.63205 16.9631 10 16.3693 10 15.3704C10 14.2728 9.6922 13.708 9.26106 13.3727C8.77379 12.9937 7.92164 12.7407 6.5 12.7407C4.91142 12.7407 3.60449 12.4542 2.68621 11.7165C1.7182 10.9388 1.375 9.82271 1.375 8.62963C1.375 6.29148 3.22524 4.50174 5.5 4.08978L5.5 3C5.5 2.44771 5.94772 2 6.5 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 10.9941C14.4477 10.9941 14 11.4419 14 11.9941C14 12.5464 14.4477 12.9941 15 12.9941L18.5 12.9941L18.5 13.5884C18.4999 13.764 18.4997 13.9797 18.5218 14.1561L18.5222 14.1595C18.538 14.2859 18.6098 14.862 19.1754 15.1363C19.7423 15.4113 20.2424 15.1093 20.3506 15.044L20.3546 15.0416C20.5076 14.9494 20.6785 14.8152 20.8191 14.7049L20.8493 14.6812C21.2252 14.3865 21.7094 14.0046 22.1004 13.6241C22.2955 13.4343 22.4967 13.217 22.6556 12.9861C22.7968 12.7809 23 12.4307 23 12C23 11.5693 22.7968 11.2191 22.6556 11.0139C22.4967 10.783 22.2955 10.5657 22.1004 10.3759C21.7094 9.99545 21.2252 9.61348 20.8493 9.31885L20.8191 9.29512C20.6785 9.18477 20.5077 9.05062 20.3546 8.95841L20.3506 8.95597C20.2424 8.89065 19.7422 8.58872 19.1754 8.86368C18.6098 9.13804 18.538 9.71408 18.5222 9.84053L18.5218 9.84387C18.4997 10.0203 18.4999 10.236 18.5 10.4116L18.5 10.9941L15 10.9941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 2C7.05229 2 7.5 2.44772 7.5 3L7.5 4.08978C9.77476 4.50174 11.625 6.29148 11.625 8.62963C11.625 9.18191 11.1773 9.62963 10.625 9.62963C10.0727 9.62963 9.625 9.18191 9.625 8.62963C9.625 7.2937 8.34993 6 6.5 6C4.65006 6 3.375 7.2937 3.375 8.62963C3.375 9.44114 3.5943 9.88057 3.93879 10.1573C4.33301 10.474 5.08858 10.7407 6.5 10.7407C8.07836 10.7407 9.47621 11.0063 10.4889 11.794C11.5578 12.6253 12 13.8754 12 15.3704C12 16.964 11.3606 18.1851 10.2643 18.9704C9.4758 19.5352 8.50983 19.8335 7.5 19.9461L7.5 21C7.5 21.5523 7.05229 22 6.5 22C5.94772 22 5.5 21.5523 5.5 21L5.5 19.9214C3.07434 19.5388 1 17.7898 1 15.3704C1 14.8181 1.44772 14.3704 2 14.3704C2.55228 14.3704 3 14.8181 3 15.3704C3 16.6327 4.35556 18 6.5 18C7.62614 18 8.51732 17.7616 9.09964 17.3445C9.63205 16.9631 10 16.3693 10 15.3704C10 14.2728 9.6922 13.708 9.26106 13.3727C8.77379 12.9937 7.92164 12.7407 6.5 12.7407C4.91142 12.7407 3.60449 12.4542 2.68621 11.7165C1.7182 10.9388 1.375 9.82271 1.375 8.62963C1.375 6.29148 3.22524 4.50174 5.5 4.08978L5.5 3C5.5 2.44771 5.94772 2 6.5 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 10.9941C14.4477 10.9941 14 11.4419 14 11.9941C14 12.5464 14.4477 12.9941 15 12.9941L18.5 12.9941L18.5 13.5884C18.4999 13.764 18.4997 13.9797 18.5218 14.1561L18.5222 14.1595C18.538 14.2859 18.6098 14.862 19.1754 15.1363C19.7423 15.4113 20.2424 15.1093 20.3506 15.044L20.3546 15.0416C20.5076 14.9494 20.6785 14.8152 20.8191 14.7049L20.8493 14.6812C21.2252 14.3865 21.7094 14.0046 22.1004 13.6241C22.2955 13.4343 22.4967 13.217 22.6556 12.9861C22.7968 12.7809 23 12.4307 23 12C23 11.5693 22.7968 11.2191 22.6556 11.0139C22.4967 10.783 22.2955 10.5657 22.1004 10.3759C21.7094 9.99545 21.2252 9.61348 20.8493 9.31885L20.8191 9.29512C20.6785 9.18477 20.5077 9.05062 20.3546 8.95841L20.3506 8.95597C20.2424 8.89065 19.7422 8.58872 19.1754 8.86368C18.6098 9.13804 18.538 9.71408 18.5222 9.84053L18.5218 9.84387C18.4997 10.0203 18.4999 10.236 18.5 10.4116L18.5 10.9941L15 10.9941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-dollar-send-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 2C7.05228 2 7.5 2.44772 7.5 3V4.08978C9.77476 4.50174 11.625 6.29148 11.625 8.62963C11.625 9.18191 11.1773 9.62963 10.625 9.62963C10.0727 9.62963 9.625 9.18191 9.625 8.62963C9.625 7.55102 8.79383 6.49995 7.5 6.13505L7.5 10.7809C8.66694 10.8806 9.69599 11.1772 10.4889 11.794C11.5578 12.6253 12 13.8754 12 15.3704C12 16.964 11.3606 18.1851 10.2643 18.9704C9.4758 19.5352 8.50983 19.8335 7.5 19.9461V21C7.5 21.5523 7.05229 22 6.5 22C5.94772 22 5.5 21.5523 5.5 21V19.9214C3.07434 19.5388 1 17.7898 1 15.3704C1 14.8181 1.44772 14.3704 2 14.3704C2.55228 14.3704 3 14.8181 3 15.3704C3 16.4231 3.94292 17.549 5.5 17.8937L5.5 12.698C4.35877 12.594 3.40382 12.293 2.68621 11.7165C1.7182 10.9388 1.375 9.82271 1.375 8.62963C1.375 6.29148 3.22524 4.50174 5.5 4.08978V3C5.5 2.44772 5.94772 2 6.5 2ZM5.5 6.13505C4.20617 6.49994 3.375 7.55102 3.375 8.62963C3.375 9.44114 3.5943 9.88057 3.93879 10.1573C4.22725 10.3891 4.7092 10.594 5.5 10.6873L5.5 6.13505ZM7.5 12.7901L7.5 17.9297C8.16133 17.8304 8.70236 17.629 9.09964 17.3445C9.63205 16.9631 10 16.3693 10 15.3704C10 14.2728 9.6922 13.708 9.26106 13.3727C8.90091 13.0926 8.34143 12.8813 7.5 12.7901Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 10.9941C14.4477 10.9941 14 11.4419 14 11.9941C14 12.5464 14.4477 12.9941 15 12.9941L18.5 12.9941L18.5 13.5884C18.4999 13.764 18.4997 13.9797 18.5218 14.1561L18.5222 14.1595C18.538 14.2859 18.6098 14.862 19.1754 15.1363C19.7423 15.4113 20.2424 15.1093 20.3506 15.044L20.3546 15.0416C20.5076 14.9494 20.6785 14.8152 20.8191 14.7049L20.8493 14.6812C21.2252 14.3865 21.7094 14.0046 22.1004 13.6241C22.2955 13.4343 22.4967 13.217 22.6556 12.9861C22.7968 12.7809 23 12.4307 23 12C23 11.5693 22.7968 11.2191 22.6556 11.0139C22.4967 10.783 22.2955 10.5657 22.1004 10.3759C21.7094 9.99545 21.2252 9.61348 20.8493 9.31885L20.8191 9.29512C20.6785 9.18477 20.5077 9.05062 20.3546 8.95841L20.3506 8.95597C20.2424 8.89065 19.7422 8.58872 19.1754 8.86368C18.6098 9.13804 18.538 9.71408 18.5222 9.84053L18.5218 9.84387C18.4997 10.0203 18.4999 10.236 18.5 10.4116L18.5 10.9941L15 10.9941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 2C7.05228 2 7.5 2.44772 7.5 3V4.08978C9.77476 4.50174 11.625 6.29148 11.625 8.62963C11.625 9.18191 11.1773 9.62963 10.625 9.62963C10.0727 9.62963 9.625 9.18191 9.625 8.62963C9.625 7.55102 8.79383 6.49995 7.5 6.13505L7.5 10.7809C8.66694 10.8806 9.69599 11.1772 10.4889 11.794C11.5578 12.6253 12 13.8754 12 15.3704C12 16.964 11.3606 18.1851 10.2643 18.9704C9.4758 19.5352 8.50983 19.8335 7.5 19.9461V21C7.5 21.5523 7.05229 22 6.5 22C5.94772 22 5.5 21.5523 5.5 21V19.9214C3.07434 19.5388 1 17.7898 1 15.3704C1 14.8181 1.44772 14.3704 2 14.3704C2.55228 14.3704 3 14.8181 3 15.3704C3 16.4231 3.94292 17.549 5.5 17.8937L5.5 12.698C4.35877 12.594 3.40382 12.293 2.68621 11.7165C1.7182 10.9388 1.375 9.82271 1.375 8.62963C1.375 6.29148 3.22524 4.50174 5.5 4.08978V3C5.5 2.44772 5.94772 2 6.5 2ZM5.5 6.13505C4.20617 6.49994 3.375 7.55102 3.375 8.62963C3.375 9.44114 3.5943 9.88057 3.93879 10.1573C4.22725 10.3891 4.7092 10.594 5.5 10.6873L5.5 6.13505ZM7.5 12.7901L7.5 17.9297C8.16133 17.8304 8.70236 17.629 9.09964 17.3445C9.63205 16.9631 10 16.3693 10 15.3704C10 14.2728 9.6922 13.708 9.26106 13.3727C8.90091 13.0926 8.34143 12.8813 7.5 12.7901Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 10.9941C14.4477 10.9941 14 11.4419 14 11.9941C14 12.5464 14.4477 12.9941 15 12.9941L18.5 12.9941L18.5 13.5884C18.4999 13.764 18.4997 13.9797 18.5218 14.1561L18.5222 14.1595C18.538 14.2859 18.6098 14.862 19.1754 15.1363C19.7423 15.4113 20.2424 15.1093 20.3506 15.044L20.3546 15.0416C20.5076 14.9494 20.6785 14.8152 20.8191 14.7049L20.8493 14.6812C21.2252 14.3865 21.7094 14.0046 22.1004 13.6241C22.2955 13.4343 22.4967 13.217 22.6556 12.9861C22.7968 12.7809 23 12.4307 23 12C23 11.5693 22.7968 11.2191 22.6556 11.0139C22.4967 10.783 22.2955 10.5657 22.1004 10.3759C21.7094 9.99545 21.2252 9.61348 20.8493 9.31885L20.8191 9.29512C20.6785 9.18477 20.5077 9.05062 20.3546 8.95841L20.3506 8.95597C20.2424 8.89065 19.7422 8.58872 19.1754 8.86368C18.6098 9.13804 18.538 9.71408 18.5222 9.84053L18.5218 9.84387C18.4997 10.0203 18.4999 10.236 18.5 10.4116L18.5 10.9941L15 10.9941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-dollar-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0242 1.90522C15.7462 1.74998 14.1227 1.74999 12.0513 1.75H11.9487C9.87731 1.74999 8.25376 1.74998 6.97578 1.90522C5.66982 2.06386 4.62456 2.39411 3.76567 3.12767C3.53662 3.3233 3.3233 3.53662 3.12767 3.76567C2.39411 4.62456 2.06386 5.66982 1.90522 6.97578C1.74998 8.25376 1.74999 9.87731 1.75 11.9487V12.0513C1.74999 14.1227 1.74998 15.7462 1.90522 17.0242C2.06386 18.3302 2.39411 19.3754 3.12767 20.2343C3.3233 20.4634 3.53662 20.6767 3.76567 20.8723C4.62456 21.6059 5.66982 21.9361 6.97578 22.0948C8.25376 22.25 9.87731 22.25 11.9487 22.25H12.0513C14.1227 22.25 15.7462 22.25 17.0242 22.0948C18.3302 21.9361 19.3754 21.6059 20.2343 20.8723C20.4634 20.6767 20.6767 20.4634 20.8723 20.2343C21.6059 19.3754 21.9361 18.3302 22.0948 17.0242C22.25 15.7462 22.25 14.1227 22.25 12.0513V11.9487C22.25 9.87731 22.25 8.25376 22.0948 6.97578C21.9361 5.66982 21.6059 4.62456 20.8723 3.76567C20.6767 3.53662 20.4634 3.3233 20.2343 3.12767C19.3754 2.39411 18.3302 2.06386 17.0242 1.90522ZM12.75 7C12.75 6.58579 12.4142 6.25 12 6.25C11.5858 6.25 11.25 6.58579 11.25 7V7.42416C10.6347 7.52886 10.0701 7.7612 9.61196 8.09711C8.97319 8.56549 8.5 9.2746 8.5 10.1278C8.5 10.8783 8.76936 11.572 9.45777 12.0328C10.0819 12.4507 10.9522 12.6062 12 12.6062C12.9582 12.6062 13.5279 12.7501 13.8421 12.9537C14.088 13.1131 14.25 13.354 14.25 13.8726C14.25 14.3084 14.0711 14.5775 13.7369 14.777C13.3572 15.0037 12.7608 15.1391 12 15.1391C11.3002 15.1391 10.7004 14.9471 10.2971 14.676C9.88907 14.4018 9.75 14.1036 9.75 13.8726C9.75 13.4584 9.41421 13.1226 9 13.1226C8.58579 13.1226 8.25 13.4584 8.25 13.8726C8.25 14.7554 8.78251 15.4654 9.46029 15.921C9.9609 16.2574 10.5786 16.4867 11.25 16.585V17C11.25 17.4142 11.5858 17.75 12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V16.6006C13.3866 16.5325 13.9974 16.3684 14.5057 16.065C15.2573 15.6163 15.75 14.8772 15.75 13.8726C15.75 12.951 15.412 12.1837 14.6579 11.6949C13.9721 11.2504 13.0418 11.1062 12 11.1062C11.0478 11.1062 10.5431 10.9543 10.2922 10.7864C10.1056 10.6615 10 10.4909 10 10.1278C10 9.86732 10.1424 9.56819 10.4989 9.30676C10.855 9.04566 11.3833 8.86133 12 8.86133C12.6167 8.86133 13.145 9.04566 13.501 9.30676C13.8576 9.56819 14 9.86732 14 10.1278C14 10.542 14.3358 10.8778 14.75 10.8778C15.1642 10.8778 15.5 10.542 15.5 10.1278C15.5 9.27459 15.0268 8.56549 14.388 8.09711C13.9299 7.7612 13.3653 7.52886 12.75 7.42416V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0242 1.90522C15.7462 1.74998 14.1227 1.74999 12.0513 1.75H11.9487C9.87731 1.74999 8.25376 1.74998 6.97578 1.90522C5.66982 2.06386 4.62456 2.39411 3.76567 3.12767C3.53662 3.3233 3.3233 3.53662 3.12767 3.76567C2.39411 4.62456 2.06386 5.66982 1.90522 6.97578C1.74998 8.25376 1.74999 9.87731 1.75 11.9487V12.0513C1.74999 14.1227 1.74998 15.7462 1.90522 17.0242C2.06386 18.3302 2.39411 19.3754 3.12767 20.2343C3.3233 20.4634 3.53662 20.6767 3.76567 20.8723C4.62456 21.6059 5.66982 21.9361 6.97578 22.0948C8.25376 22.25 9.87731 22.25 11.9487 22.25H12.0513C14.1227 22.25 15.7462 22.25 17.0242 22.0948C18.3302 21.9361 19.3754 21.6059 20.2343 20.8723C20.4634 20.6767 20.6767 20.4634 20.8723 20.2343C21.6059 19.3754 21.9361 18.3302 22.0948 17.0242C22.25 15.7462 22.25 14.1227 22.25 12.0513V11.9487C22.25 9.87731 22.25 8.25376 22.0948 6.97578C21.9361 5.66982 21.6059 4.62456 20.8723 3.76567C20.6767 3.53662 20.4634 3.3233 20.2343 3.12767C19.3754 2.39411 18.3302 2.06386 17.0242 1.90522ZM12.75 7C12.75 6.58579 12.4142 6.25 12 6.25C11.5858 6.25 11.25 6.58579 11.25 7V7.42416C10.6347 7.52886 10.0701 7.7612 9.61196 8.09711C8.97319 8.56549 8.5 9.2746 8.5 10.1278C8.5 10.8783 8.76936 11.572 9.45777 12.0328C10.0819 12.4507 10.9522 12.6062 12 12.6062C12.9582 12.6062 13.5279 12.7501 13.8421 12.9537C14.088 13.1131 14.25 13.354 14.25 13.8726C14.25 14.3084 14.0711 14.5775 13.7369 14.777C13.3572 15.0037 12.7608 15.1391 12 15.1391C11.3002 15.1391 10.7004 14.9471 10.2971 14.676C9.88907 14.4018 9.75 14.1036 9.75 13.8726C9.75 13.4584 9.41421 13.1226 9 13.1226C8.58579 13.1226 8.25 13.4584 8.25 13.8726C8.25 14.7554 8.78251 15.4654 9.46029 15.921C9.9609 16.2574 10.5786 16.4867 11.25 16.585V17C11.25 17.4142 11.5858 17.75 12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V16.6006C13.3866 16.5325 13.9974 16.3684 14.5057 16.065C15.2573 15.6163 15.75 14.8772 15.75 13.8726C15.75 12.951 15.412 12.1837 14.6579 11.6949C13.9721 11.2504 13.0418 11.1062 12 11.1062C11.0478 11.1062 10.5431 10.9543 10.2922 10.7864C10.1056 10.6615 10 10.4909 10 10.1278C10 9.86732 10.1424 9.56819 10.4989 9.30676C10.855 9.04566 11.3833 8.86133 12 8.86133C12.6167 8.86133 13.145 9.04566 13.501 9.30676C13.8576 9.56819 14 9.86732 14 10.1278C14 10.542 14.3358 10.8778 14.75 10.8778C15.1642 10.8778 15.5 10.542 15.5 10.1278C15.5 9.27459 15.0268 8.56549 14.388 8.09711C13.9299 7.7612 13.3653 7.52886 12.75 7.42416V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-dollar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5 1.5C13.0523 1.5 13.5 1.94772 13.5 2.5V3.61161C14.7308 3.79776 15.854 4.21042 16.7597 4.80161C18.0138 5.62008 18.9583 6.86662 18.9583 8.38889C18.9583 8.94117 18.5106 9.38889 17.9583 9.38889C17.406 9.38889 16.9583 8.94117 16.9583 8.38889C16.9583 7.76338 16.5691 7.06548 15.6666 6.47645C14.7732 5.89332 13.4797 5.5 12 5.5C10.5203 5.5 9.22681 5.89332 8.33339 6.47645C7.4309 7.06548 7.04167 7.76338 7.04167 8.38889C7.04167 8.79941 7.11882 9.10711 7.24591 9.34574C7.3704 9.57948 7.57161 9.80163 7.90774 10.0019C8.61889 10.4257 9.88525 10.7222 12 10.7222C14.2118 10.7222 16.0565 10.9983 17.3747 11.7588C18.054 12.1507 18.601 12.6756 18.9709 13.3515C19.3385 14.0229 19.5 14.786 19.5 15.6111C19.5 17.4379 18.5035 18.7162 17.0654 19.4803C16.0579 20.0157 14.8215 20.3125 13.5 20.434V21.5C13.5 22.0523 13.0523 22.5 12.5 22.5C11.9477 22.5 11.5 22.0523 11.5 21.5V20.4896C9.74677 20.4165 8.12961 19.9605 6.89039 19.2191C5.55453 18.4199 4.5 17.1757 4.5 15.6111C4.5 15.0588 4.94772 14.6111 5.5 14.6111C6.05228 14.6111 6.5 15.0588 6.5 15.6111C6.5 16.1943 6.90055 16.8946 7.91722 17.5028C8.91355 18.0989 10.3547 18.5 12 18.5C13.718 18.5 15.1561 18.23 16.127 17.7141C17.0414 17.2282 17.5 16.5621 17.5 15.6111C17.5 15.0473 17.3907 14.6299 17.2166 14.3117C17.0448 13.998 16.7793 13.7243 16.3753 13.4912C15.5268 13.0017 14.1216 12.7222 12 12.7222C9.78141 12.7222 8.06861 12.426 6.88393 11.72C6.27214 11.3554 5.79627 10.8785 5.48065 10.2859C5.16764 9.69817 5.04167 9.05226 5.04167 8.38889C5.04167 6.86662 5.98625 5.62008 7.24026 4.80161C8.38628 4.05363 9.88019 3.59143 11.5 3.51219V2.5C11.5 1.94772 11.9477 1.5 12.5 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5 1.5C13.0523 1.5 13.5 1.94772 13.5 2.5V3.61161C14.7308 3.79776 15.854 4.21042 16.7597 4.80161C18.0138 5.62008 18.9583 6.86662 18.9583 8.38889C18.9583 8.94117 18.5106 9.38889 17.9583 9.38889C17.406 9.38889 16.9583 8.94117 16.9583 8.38889C16.9583 7.76338 16.5691 7.06548 15.6666 6.47645C14.7732 5.89332 13.4797 5.5 12 5.5C10.5203 5.5 9.22681 5.89332 8.33339 6.47645C7.4309 7.06548 7.04167 7.76338 7.04167 8.38889C7.04167 8.79941 7.11882 9.10711 7.24591 9.34574C7.3704 9.57948 7.57161 9.80163 7.90774 10.0019C8.61889 10.4257 9.88525 10.7222 12 10.7222C14.2118 10.7222 16.0565 10.9983 17.3747 11.7588C18.054 12.1507 18.601 12.6756 18.9709 13.3515C19.3385 14.0229 19.5 14.786 19.5 15.6111C19.5 17.4379 18.5035 18.7162 17.0654 19.4803C16.0579 20.0157 14.8215 20.3125 13.5 20.434V21.5C13.5 22.0523 13.0523 22.5 12.5 22.5C11.9477 22.5 11.5 22.0523 11.5 21.5V20.4896C9.74677 20.4165 8.12961 19.9605 6.89039 19.2191C5.55453 18.4199 4.5 17.1757 4.5 15.6111C4.5 15.0588 4.94772 14.6111 5.5 14.6111C6.05228 14.6111 6.5 15.0588 6.5 15.6111C6.5 16.1943 6.90055 16.8946 7.91722 17.5028C8.91355 18.0989 10.3547 18.5 12 18.5C13.718 18.5 15.1561 18.23 16.127 17.7141C17.0414 17.2282 17.5 16.5621 17.5 15.6111C17.5 15.0473 17.3907 14.6299 17.2166 14.3117C17.0448 13.998 16.7793 13.7243 16.3753 13.4912C15.5268 13.0017 14.1216 12.7222 12 12.7222C9.78141 12.7222 8.06861 12.426 6.88393 11.72C6.27214 11.3554 5.79627 10.8785 5.48065 10.2859C5.16764 9.69817 5.04167 9.05226 5.04167 8.38889C5.04167 6.86662 5.98625 5.62008 7.24026 4.80161C8.38628 4.05363 9.88019 3.59143 11.5 3.51219V2.5C11.5 1.94772 11.9477 1.5 12.5 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-estimate-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9779 10C16.9287 10 16.0682 10.8079 15.9846 11.8355C15.6087 11.9694 15.251 12.1436 14.9228 12.3585C14.0728 12.9153 13.2072 13.9168 13.2072 15.3148C13.2072 15.8169 13.3027 16.3768 13.5901 16.9183C13.6722 17.0729 13.7651 17.2171 13.8674 17.3511C13.3965 17.6746 13.0874 18.1864 13.0159 18.7483C12.7114 18.75 12.3914 18.75 12.0554 18.75H12.0549H8.94513C7.57755 18.75 6.47522 18.75 5.60825 18.6335C4.70814 18.5125 3.95027 18.2536 3.34835 17.6517C2.74644 17.0497 2.48754 16.2919 2.36653 15.3918C2.24997 14.5248 2.24998 13.4225 2.25 12.0549V12.0549L2.25 7.94512V7.9451C2.24998 6.57753 2.24997 5.4752 2.36653 4.60825C2.48754 3.70814 2.74644 2.95027 3.34835 2.34835C3.95027 1.74643 4.70814 1.48754 5.60825 1.36652C6.47521 1.24996 7.57753 1.24998 8.94511 1.25H12.0549C13.4225 1.24998 14.5248 1.24996 15.3918 1.36652C16.2919 1.48754 17.0497 1.74643 17.6517 2.34835C18.2536 2.95027 18.5125 3.70814 18.6335 4.60825C18.75 5.47522 18.75 6.57754 18.75 7.94513V10.1545C18.5124 10.055 18.2516 10 17.9779 10ZM5.25 6C5.25 5.58578 5.58579 5.25 6 5.25L15 5.25C15.4142 5.25 15.75 5.58578 15.75 6C15.75 6.41421 15.4142 6.75 15 6.75L6 6.75C5.58579 6.75 5.25 6.41421 5.25 6ZM6 9.25C5.58579 9.25 5.25 9.58578 5.25 10C5.25 10.4142 5.58579 10.75 6 10.75H7C7.41421 10.75 7.75 10.4142 7.75 10C7.75 9.58578 7.41421 9.25 7 9.25H6ZM9.25 10C9.25 9.58578 9.58579 9.25 10 9.25H11C11.4142 9.25 11.75 9.58578 11.75 10C11.75 10.4142 11.4142 10.75 11 10.75H10C9.58579 10.75 9.25 10.4142 9.25 10ZM14 9.25C13.5858 9.25 13.25 9.58578 13.25 10C13.25 10.4142 13.5858 10.75 14 10.75H15C15.4142 10.75 15.75 10.4142 15.75 10C15.75 9.58578 15.4142 9.25 15 9.25H14ZM5.25 14C5.25 13.5858 5.58579 13.25 6 13.25H7C7.41421 13.25 7.75 13.5858 7.75 14C7.75 14.4142 7.41421 14.75 7 14.75H6C5.58579 14.75 5.25 14.4142 5.25 14ZM10 13.25C9.58579 13.25 9.25 13.5858 9.25 14C9.25 14.4142 9.58579 14.75 10 14.75H11C11.4142 14.75 11.75 14.4142 11.75 14C11.75 13.5858 11.4142 13.25 11 13.25H10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9776 11.25C18.3918 11.25 18.7276 11.5858 18.7276 12V12.8068C19.2423 12.8859 19.7217 13.046 20.1334 13.2748C20.7309 13.6068 21.2488 14.1233 21.4313 14.8062C21.5382 15.2064 21.3005 15.6175 20.9003 15.7244C20.5001 15.8313 20.0891 15.5936 19.9821 15.1934C19.9369 15.0242 19.7734 14.7908 19.4048 14.5859C19.0449 14.3859 18.5473 14.25 17.9776 14.25C17.3372 14.25 16.792 14.4214 16.4293 14.6589C16.0601 14.9008 15.9568 15.1487 15.9568 15.3148C15.9568 15.471 15.9859 15.567 16.0189 15.6291C16.0498 15.6875 16.1046 15.7549 16.2215 15.8248C16.4844 15.982 17.0092 16.1204 17.9776 16.1204C19.0191 16.1204 19.9401 16.2488 20.6203 16.6426C20.9756 16.8483 21.2698 17.1291 21.4697 17.4956C21.6678 17.8588 21.7502 18.2635 21.7502 18.6852C21.7502 19.6604 21.2116 20.3439 20.4678 20.7405C19.9638 21.0092 19.3592 21.1548 18.7276 21.2155V22C18.7276 22.4142 18.3918 22.75 17.9776 22.75C17.5634 22.75 17.2276 22.4142 17.2276 22V21.2012C16.6612 21.1265 16.1337 20.9677 15.6825 20.7378C15.0515 20.4163 14.4831 19.907 14.2801 19.2094C14.1643 18.8117 14.3929 18.3955 14.7906 18.2797C15.1883 18.1639 15.6045 18.3925 15.7203 18.7902C15.7654 18.945 15.9404 19.1857 16.3634 19.4013C16.772 19.6094 17.3351 19.75 17.9776 19.75C18.7543 19.75 19.3694 19.6263 19.762 19.4169C20.1121 19.2302 20.2502 19.0063 20.2502 18.6852C20.2502 18.4587 20.2066 18.3125 20.1529 18.2139C20.1009 18.1186 20.0173 18.0267 19.8688 17.9407C19.5414 17.7512 18.9511 17.6204 17.9776 17.6204C16.9308 17.6204 16.0703 17.4821 15.4516 17.1121C15.1277 16.9184 14.8676 16.6596 14.6939 16.3323C14.5222 16.0088 14.4568 15.6598 14.4568 15.3148C14.4568 14.4786 14.9738 13.8192 15.6074 13.4041C16.0639 13.1051 16.6221 12.8999 17.2276 12.8068V12C17.2276 11.5858 17.5634 11.25 17.9776 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9779 10C16.9287 10 16.0682 10.8079 15.9846 11.8355C15.6087 11.9694 15.251 12.1436 14.9228 12.3585C14.0728 12.9153 13.2072 13.9168 13.2072 15.3148C13.2072 15.8169 13.3027 16.3768 13.5901 16.9183C13.6722 17.0729 13.7651 17.2171 13.8674 17.3511C13.3965 17.6746 13.0874 18.1864 13.0159 18.7483C12.7114 18.75 12.3914 18.75 12.0554 18.75H12.0549H8.94513C7.57755 18.75 6.47522 18.75 5.60825 18.6335C4.70814 18.5125 3.95027 18.2536 3.34835 17.6517C2.74644 17.0497 2.48754 16.2919 2.36653 15.3918C2.24997 14.5248 2.24998 13.4225 2.25 12.0549V12.0549L2.25 7.94512V7.9451C2.24998 6.57753 2.24997 5.4752 2.36653 4.60825C2.48754 3.70814 2.74644 2.95027 3.34835 2.34835C3.95027 1.74643 4.70814 1.48754 5.60825 1.36652C6.47521 1.24996 7.57753 1.24998 8.94511 1.25H12.0549C13.4225 1.24998 14.5248 1.24996 15.3918 1.36652C16.2919 1.48754 17.0497 1.74643 17.6517 2.34835C18.2536 2.95027 18.5125 3.70814 18.6335 4.60825C18.75 5.47522 18.75 6.57754 18.75 7.94513V10.1545C18.5124 10.055 18.2516 10 17.9779 10ZM5.25 6C5.25 5.58578 5.58579 5.25 6 5.25L15 5.25C15.4142 5.25 15.75 5.58578 15.75 6C15.75 6.41421 15.4142 6.75 15 6.75L6 6.75C5.58579 6.75 5.25 6.41421 5.25 6ZM6 9.25C5.58579 9.25 5.25 9.58578 5.25 10C5.25 10.4142 5.58579 10.75 6 10.75H7C7.41421 10.75 7.75 10.4142 7.75 10C7.75 9.58578 7.41421 9.25 7 9.25H6ZM9.25 10C9.25 9.58578 9.58579 9.25 10 9.25H11C11.4142 9.25 11.75 9.58578 11.75 10C11.75 10.4142 11.4142 10.75 11 10.75H10C9.58579 10.75 9.25 10.4142 9.25 10ZM14 9.25C13.5858 9.25 13.25 9.58578 13.25 10C13.25 10.4142 13.5858 10.75 14 10.75H15C15.4142 10.75 15.75 10.4142 15.75 10C15.75 9.58578 15.4142 9.25 15 9.25H14ZM5.25 14C5.25 13.5858 5.58579 13.25 6 13.25H7C7.41421 13.25 7.75 13.5858 7.75 14C7.75 14.4142 7.41421 14.75 7 14.75H6C5.58579 14.75 5.25 14.4142 5.25 14ZM10 13.25C9.58579 13.25 9.25 13.5858 9.25 14C9.25 14.4142 9.58579 14.75 10 14.75H11C11.4142 14.75 11.75 14.4142 11.75 14C11.75 13.5858 11.4142 13.25 11 13.25H10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9776 11.25C18.3918 11.25 18.7276 11.5858 18.7276 12V12.8068C19.2423 12.8859 19.7217 13.046 20.1334 13.2748C20.7309 13.6068 21.2488 14.1233 21.4313 14.8062C21.5382 15.2064 21.3005 15.6175 20.9003 15.7244C20.5001 15.8313 20.0891 15.5936 19.9821 15.1934C19.9369 15.0242 19.7734 14.7908 19.4048 14.5859C19.0449 14.3859 18.5473 14.25 17.9776 14.25C17.3372 14.25 16.792 14.4214 16.4293 14.6589C16.0601 14.9008 15.9568 15.1487 15.9568 15.3148C15.9568 15.471 15.9859 15.567 16.0189 15.6291C16.0498 15.6875 16.1046 15.7549 16.2215 15.8248C16.4844 15.982 17.0092 16.1204 17.9776 16.1204C19.0191 16.1204 19.9401 16.2488 20.6203 16.6426C20.9756 16.8483 21.2698 17.1291 21.4697 17.4956C21.6678 17.8588 21.7502 18.2635 21.7502 18.6852C21.7502 19.6604 21.2116 20.3439 20.4678 20.7405C19.9638 21.0092 19.3592 21.1548 18.7276 21.2155V22C18.7276 22.4142 18.3918 22.75 17.9776 22.75C17.5634 22.75 17.2276 22.4142 17.2276 22V21.2012C16.6612 21.1265 16.1337 20.9677 15.6825 20.7378C15.0515 20.4163 14.4831 19.907 14.2801 19.2094C14.1643 18.8117 14.3929 18.3955 14.7906 18.2797C15.1883 18.1639 15.6045 18.3925 15.7203 18.7902C15.7654 18.945 15.9404 19.1857 16.3634 19.4013C16.772 19.6094 17.3351 19.75 17.9776 19.75C18.7543 19.75 19.3694 19.6263 19.762 19.4169C20.1121 19.2302 20.2502 19.0063 20.2502 18.6852C20.2502 18.4587 20.2066 18.3125 20.1529 18.2139C20.1009 18.1186 20.0173 18.0267 19.8688 17.9407C19.5414 17.7512 18.9511 17.6204 17.9776 17.6204C16.9308 17.6204 16.0703 17.4821 15.4516 17.1121C15.1277 16.9184 14.8676 16.6596 14.6939 16.3323C14.5222 16.0088 14.4568 15.6598 14.4568 15.3148C14.4568 14.4786 14.9738 13.8192 15.6074 13.4041C16.0639 13.1051 16.6221 12.8999 17.2276 12.8068V12C17.2276 11.5858 17.5634 11.25 17.9776 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-estimate-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 11.75C14.3244 11.75 11.75 14.3244 11.75 17.5C11.75 18.1102 11.8451 18.6982 12.0212 19.25H7.74435C6.53882 19.25 5.56512 19.25 4.79883 19.1566C4.00736 19.0601 3.32354 18.8532 2.77154 18.3527C2.20905 17.8427 1.96639 17.1945 1.85503 16.4435C1.74995 15.7348 1.74997 14.84 1.75 13.7579L1.75 7.24211C1.74997 6.1601 1.74995 5.2652 1.85503 4.55654C1.96639 3.80555 2.20905 3.15732 2.77154 2.64732C3.32354 2.14684 4.00736 1.93986 4.79883 1.84338C5.56513 1.74997 6.53879 1.74998 7.74435 1.75H12.2556C13.4612 1.74998 14.4349 1.74997 15.2012 1.84338C15.9926 1.93986 16.6765 2.14684 17.2285 2.64732C17.791 3.15732 18.0336 3.80555 18.145 4.55654C18.2501 5.2652 18.25 6.16003 18.25 7.24204V11.7985C18.0045 11.7665 17.7542 11.75 17.5 11.75ZM4.75 6.5C4.75 6.08579 5.08579 5.75 5.5 5.75L14.5 5.75C14.9142 5.75 15.25 6.08579 15.25 6.5C15.25 6.91421 14.9142 7.25 14.5 7.25L5.5 7.25C5.08579 7.25 4.75 6.91421 4.75 6.5ZM5.5 9.75C5.08579 9.75 4.75 10.0858 4.75 10.5C4.75 10.9142 5.08579 11.25 5.5 11.25H6.5C6.91421 11.25 7.25 10.9142 7.25 10.5C7.25 10.0858 6.91421 9.75 6.5 9.75H5.5ZM8.75 10.5C8.75 10.0858 9.08579 9.75 9.5 9.75H10.5C10.9142 9.75 11.25 10.0858 11.25 10.5C11.25 10.9142 10.9142 11.25 10.5 11.25H9.5C9.08579 11.25 8.75 10.9142 8.75 10.5ZM13.5 9.75C13.0858 9.75 12.75 10.0858 12.75 10.5C12.75 10.9142 13.0858 11.25 13.5 11.25H14.5C14.9142 11.25 15.25 10.9142 15.25 10.5C15.25 10.0858 14.9142 9.75 14.5 9.75H13.5ZM4.75 14.5C4.75 14.0858 5.08579 13.75 5.5 13.75H6.5C6.91421 13.75 7.25 14.0858 7.25 14.5C7.25 14.9142 6.91421 15.25 6.5 15.25H5.5C5.08579 15.25 4.75 14.9142 4.75 14.5ZM9.5 13.75C9.08579 13.75 8.75 14.0858 8.75 14.5C8.75 14.9142 9.08579 15.25 9.5 15.25H10.5C10.9142 15.25 11.25 14.9142 11.25 14.5C11.25 14.0858 10.9142 13.75 10.5 13.75H9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 12.75C14.8766 12.75 12.75 14.8766 12.75 17.5C12.75 20.1234 14.8766 22.25 17.5 22.25C20.1234 22.25 22.25 20.1234 22.25 17.5C22.25 14.8766 20.1234 12.75 17.5 12.75ZM18.25 16C18.25 15.5858 17.9142 15.25 17.5 15.25C17.0858 15.25 16.75 15.5858 16.75 16V17.5C16.75 17.7841 16.9105 18.0438 17.1646 18.1708L18.1646 18.6708C18.5351 18.8561 18.9856 18.7059 19.1708 18.3354C19.3561 17.9649 19.2059 17.5144 18.8354 17.3292L18.25 17.0365V16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 11.75C14.3244 11.75 11.75 14.3244 11.75 17.5C11.75 18.1102 11.8451 18.6982 12.0212 19.25H7.74435C6.53882 19.25 5.56512 19.25 4.79883 19.1566C4.00736 19.0601 3.32354 18.8532 2.77154 18.3527C2.20905 17.8427 1.96639 17.1945 1.85503 16.4435C1.74995 15.7348 1.74997 14.84 1.75 13.7579L1.75 7.24211C1.74997 6.1601 1.74995 5.2652 1.85503 4.55654C1.96639 3.80555 2.20905 3.15732 2.77154 2.64732C3.32354 2.14684 4.00736 1.93986 4.79883 1.84338C5.56513 1.74997 6.53879 1.74998 7.74435 1.75H12.2556C13.4612 1.74998 14.4349 1.74997 15.2012 1.84338C15.9926 1.93986 16.6765 2.14684 17.2285 2.64732C17.791 3.15732 18.0336 3.80555 18.145 4.55654C18.2501 5.2652 18.25 6.16003 18.25 7.24204V11.7985C18.0045 11.7665 17.7542 11.75 17.5 11.75ZM4.75 6.5C4.75 6.08579 5.08579 5.75 5.5 5.75L14.5 5.75C14.9142 5.75 15.25 6.08579 15.25 6.5C15.25 6.91421 14.9142 7.25 14.5 7.25L5.5 7.25C5.08579 7.25 4.75 6.91421 4.75 6.5ZM5.5 9.75C5.08579 9.75 4.75 10.0858 4.75 10.5C4.75 10.9142 5.08579 11.25 5.5 11.25H6.5C6.91421 11.25 7.25 10.9142 7.25 10.5C7.25 10.0858 6.91421 9.75 6.5 9.75H5.5ZM8.75 10.5C8.75 10.0858 9.08579 9.75 9.5 9.75H10.5C10.9142 9.75 11.25 10.0858 11.25 10.5C11.25 10.9142 10.9142 11.25 10.5 11.25H9.5C9.08579 11.25 8.75 10.9142 8.75 10.5ZM13.5 9.75C13.0858 9.75 12.75 10.0858 12.75 10.5C12.75 10.9142 13.0858 11.25 13.5 11.25H14.5C14.9142 11.25 15.25 10.9142 15.25 10.5C15.25 10.0858 14.9142 9.75 14.5 9.75H13.5ZM4.75 14.5C4.75 14.0858 5.08579 13.75 5.5 13.75H6.5C6.91421 13.75 7.25 14.0858 7.25 14.5C7.25 14.9142 6.91421 15.25 6.5 15.25H5.5C5.08579 15.25 4.75 14.9142 4.75 14.5ZM9.5 13.75C9.08579 13.75 8.75 14.0858 8.75 14.5C8.75 14.9142 9.08579 15.25 9.5 15.25H10.5C10.9142 15.25 11.25 14.9142 11.25 14.5C11.25 14.0858 10.9142 13.75 10.5 13.75H9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 12.75C14.8766 12.75 12.75 14.8766 12.75 17.5C12.75 20.1234 14.8766 22.25 17.5 22.25C20.1234 22.25 22.25 20.1234 22.25 17.5C22.25 14.8766 20.1234 12.75 17.5 12.75ZM18.25 16C18.25 15.5858 17.9142 15.25 17.5 15.25C17.0858 15.25 16.75 15.5858 16.75 16V17.5C16.75 17.7841 16.9105 18.0438 17.1646 18.1708L18.1646 18.6708C18.5351 18.8561 18.9856 18.7059 19.1708 18.3354C19.3561 17.9649 19.2059 17.5144 18.8354 17.3292L18.25 17.0365V16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-euro-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12.6568 7.25C10.6446 7.25 9.17308 9.07274 9.17308 11.1111V11.25H9C8.58579 11.25 8.25 11.5858 8.25 12C8.25 12.4142 8.58579 12.75 9 12.75H9.17308V12.8889C9.17308 14.9273 10.6446 16.75 12.6568 16.75C13.9736 16.75 15.0767 15.9501 15.6628 14.8432C15.8566 14.4771 15.717 14.0233 15.3509 13.8294C14.9849 13.6356 14.531 13.7752 14.3372 14.1413C13.9665 14.8414 13.3289 15.25 12.6568 15.25C11.6494 15.25 10.6731 14.287 10.6731 12.8889V12.75H12.9231C13.3373 12.75 13.6731 12.4142 13.6731 12C13.6731 11.5858 13.3373 11.25 12.9231 11.25H10.6731V11.1111C10.6731 9.71305 11.6494 8.75 12.6568 8.75C13.3289 8.75 13.9665 9.15864 14.3372 9.85868C14.531 10.2248 14.9849 10.3644 15.3509 10.1706C15.717 9.97674 15.8566 9.52286 15.6628 9.1568C15.0767 8.04988 13.9736 7.25 12.6568 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12.6568 7.25C10.6446 7.25 9.17308 9.07274 9.17308 11.1111V11.25H9C8.58579 11.25 8.25 11.5858 8.25 12C8.25 12.4142 8.58579 12.75 9 12.75H9.17308V12.8889C9.17308 14.9273 10.6446 16.75 12.6568 16.75C13.9736 16.75 15.0767 15.9501 15.6628 14.8432C15.8566 14.4771 15.717 14.0233 15.3509 13.8294C14.9849 13.6356 14.531 13.7752 14.3372 14.1413C13.9665 14.8414 13.3289 15.25 12.6568 15.25C11.6494 15.25 10.6731 14.287 10.6731 12.8889V12.75H12.9231C13.3373 12.75 13.6731 12.4142 13.6731 12C13.6731 11.5858 13.3373 11.25 12.9231 11.25H10.6731V11.1111C10.6731 9.71305 11.6494 8.75 12.6568 8.75C13.3289 8.75 13.9665 9.15864 14.3372 9.85868C14.531 10.2248 14.9849 10.3644 15.3509 10.1706C15.717 9.97674 15.8566 9.52286 15.6628 9.1568C15.0767 8.04988 13.9736 7.25 12.6568 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-euro-receive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.08999 9C3.57732 5.71134 5.99674 3 9.18869 3C11.0556 3 12.6876 3.95661 13.792 5.38954C14.1292 5.82698 14.0479 6.4549 13.6105 6.79205C13.173 7.1292 12.5451 7.04789 12.208 6.61046C11.4165 5.58362 10.3352 5 9.18869 5C7.33699 5 5.56919 6.60101 5.11314 9H8C8.55228 9 9 9.44772 9 10C9 10.5523 8.55228 11 8 11H5V13H8C8.55228 13 9 13.4477 9 14C9 14.5523 8.55228 15 8 15H5.11314C5.56919 17.399 7.33699 19 9.18869 19C10.3352 19 11.4165 18.4164 12.208 17.3895C12.5451 16.9521 13.173 16.8708 13.6105 17.208C14.0479 17.5451 14.1292 18.173 13.792 18.6105C12.6876 20.0434 11.0556 21 9.18869 21C5.99674 21 3.57732 18.2887 3.08999 15H2C1.44772 15 1 14.5523 1 14C1 13.4477 1.44772 13 2 13H3V11H2C1.44772 11 1 10.5523 1 10C1 9.44772 1.44772 9 2 9H3.08999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 11.9941C22.5523 11.9941 23 12.4419 23 12.9941C23 13.5464 22.5523 13.9941 22 13.9941L18.5 13.9941L18.5 14.5884C18.5001 14.764 18.5003 14.9797 18.4782 15.1561L18.4778 15.1595C18.462 15.2859 18.3902 15.862 17.8246 16.1363C17.2577 16.4113 16.7576 16.1093 16.6494 16.044L16.6454 16.0416C16.4924 15.9494 16.3215 15.8152 16.1809 15.7049L16.1507 15.6812C15.7748 15.3865 15.2906 15.0046 14.8996 14.6241C14.7045 14.4343 14.5033 14.217 14.3444 13.9861C14.2032 13.7809 14 13.4307 14 13C14 12.5693 14.2032 12.2191 14.3444 12.0139C14.5033 11.783 14.7045 11.5657 14.8996 11.3759C15.2906 10.9954 15.7748 10.6135 16.1507 10.3188L16.1809 10.2951C16.3215 10.1848 16.4923 10.0506 16.6454 9.95841L16.6494 9.95597C16.7576 9.89065 17.2578 9.58872 17.8246 9.86368C18.3902 10.138 18.462 10.7141 18.4778 10.8405L18.4782 10.8439C18.5003 11.0203 18.5001 11.236 18.5 11.4116L18.5 11.9941L22 11.9941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.08999 9C3.57732 5.71134 5.99674 3 9.18869 3C11.0556 3 12.6876 3.95661 13.792 5.38954C14.1292 5.82698 14.0479 6.4549 13.6105 6.79205C13.173 7.1292 12.5451 7.04789 12.208 6.61046C11.4165 5.58362 10.3352 5 9.18869 5C7.33699 5 5.56919 6.60101 5.11314 9H8C8.55228 9 9 9.44772 9 10C9 10.5523 8.55228 11 8 11H5V13H8C8.55228 13 9 13.4477 9 14C9 14.5523 8.55228 15 8 15H5.11314C5.56919 17.399 7.33699 19 9.18869 19C10.3352 19 11.4165 18.4164 12.208 17.3895C12.5451 16.9521 13.173 16.8708 13.6105 17.208C14.0479 17.5451 14.1292 18.173 13.792 18.6105C12.6876 20.0434 11.0556 21 9.18869 21C5.99674 21 3.57732 18.2887 3.08999 15H2C1.44772 15 1 14.5523 1 14C1 13.4477 1.44772 13 2 13H3V11H2C1.44772 11 1 10.5523 1 10C1 9.44772 1.44772 9 2 9H3.08999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 11.9941C22.5523 11.9941 23 12.4419 23 12.9941C23 13.5464 22.5523 13.9941 22 13.9941L18.5 13.9941L18.5 14.5884C18.5001 14.764 18.5003 14.9797 18.4782 15.1561L18.4778 15.1595C18.462 15.2859 18.3902 15.862 17.8246 16.1363C17.2577 16.4113 16.7576 16.1093 16.6494 16.044L16.6454 16.0416C16.4924 15.9494 16.3215 15.8152 16.1809 15.7049L16.1507 15.6812C15.7748 15.3865 15.2906 15.0046 14.8996 14.6241C14.7045 14.4343 14.5033 14.217 14.3444 13.9861C14.2032 13.7809 14 13.4307 14 13C14 12.5693 14.2032 12.2191 14.3444 12.0139C14.5033 11.783 14.7045 11.5657 14.8996 11.3759C15.2906 10.9954 15.7748 10.6135 16.1507 10.3188L16.1809 10.2951C16.3215 10.1848 16.4923 10.0506 16.6454 9.95841L16.6494 9.95597C16.7576 9.89065 17.2578 9.58872 17.8246 9.86368C18.3902 10.138 18.462 10.7141 18.4778 10.8405L18.4782 10.8439C18.5003 11.0203 18.5001 11.236 18.5 11.4116L18.5 11.9941L22 11.9941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-euro-send{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.08999 9C3.57732 5.71134 5.99674 3 9.18869 3C11.0556 3 12.6876 3.95661 13.792 5.38954C14.1292 5.82698 14.0479 6.4549 13.6105 6.79205C13.173 7.1292 12.5451 7.04789 12.208 6.61046C11.4165 5.58362 10.3352 5 9.18869 5C7.33699 5 5.56919 6.60101 5.11314 9H8C8.55228 9 9 9.44772 9 10C9 10.5523 8.55228 11 8 11H5V13H8C8.55228 13 9 13.4477 9 14C9 14.5523 8.55228 15 8 15H5.11314C5.56919 17.399 7.33699 19 9.18869 19C10.3352 19 11.4165 18.4164 12.208 17.3895C12.5451 16.9521 13.173 16.8708 13.6105 17.208C14.0479 17.5451 14.1292 18.173 13.792 18.6105C12.6876 20.0434 11.0556 21 9.18869 21C5.99674 21 3.57732 18.2887 3.08999 15H2C1.44772 15 1 14.5523 1 14C1 13.4477 1.44772 13 2 13H3V11H2C1.44772 11 1 10.5523 1 10C1 9.44772 1.44772 9 2 9H3.08999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 11.9941C14.4477 11.9941 14 12.4419 14 12.9941C14 13.5464 14.4477 13.9941 15 13.9941L18.5 13.9941L18.5 14.5884C18.4999 14.764 18.4997 14.9797 18.5218 15.1561L18.5222 15.1595C18.538 15.2859 18.6098 15.862 19.1754 16.1363C19.7423 16.4113 20.2424 16.1093 20.3506 16.044L20.3546 16.0416C20.5076 15.9494 20.6785 15.8152 20.8191 15.7049L20.8493 15.6812C21.2252 15.3865 21.7094 15.0046 22.1004 14.6241C22.2955 14.4343 22.4967 14.217 22.6556 13.9861C22.7968 13.7809 23 13.4307 23 13C23 12.5693 22.7968 12.2191 22.6556 12.0139C22.4967 11.783 22.2955 11.5657 22.1004 11.3759C21.7094 10.9954 21.2252 10.6135 20.8493 10.3188L20.8191 10.2951C20.6785 10.1848 20.5077 10.0506 20.3546 9.95841L20.3506 9.95597C20.2424 9.89065 19.7422 9.58872 19.1754 9.86368C18.6098 10.138 18.538 10.7141 18.5222 10.8405L18.5218 10.8439C18.4997 11.0203 18.4999 11.236 18.5 11.4116L18.5 11.9941L15 11.9941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.08999 9C3.57732 5.71134 5.99674 3 9.18869 3C11.0556 3 12.6876 3.95661 13.792 5.38954C14.1292 5.82698 14.0479 6.4549 13.6105 6.79205C13.173 7.1292 12.5451 7.04789 12.208 6.61046C11.4165 5.58362 10.3352 5 9.18869 5C7.33699 5 5.56919 6.60101 5.11314 9H8C8.55228 9 9 9.44772 9 10C9 10.5523 8.55228 11 8 11H5V13H8C8.55228 13 9 13.4477 9 14C9 14.5523 8.55228 15 8 15H5.11314C5.56919 17.399 7.33699 19 9.18869 19C10.3352 19 11.4165 18.4164 12.208 17.3895C12.5451 16.9521 13.173 16.8708 13.6105 17.208C14.0479 17.5451 14.1292 18.173 13.792 18.6105C12.6876 20.0434 11.0556 21 9.18869 21C5.99674 21 3.57732 18.2887 3.08999 15H2C1.44772 15 1 14.5523 1 14C1 13.4477 1.44772 13 2 13H3V11H2C1.44772 11 1 10.5523 1 10C1 9.44772 1.44772 9 2 9H3.08999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 11.9941C14.4477 11.9941 14 12.4419 14 12.9941C14 13.5464 14.4477 13.9941 15 13.9941L18.5 13.9941L18.5 14.5884C18.4999 14.764 18.4997 14.9797 18.5218 15.1561L18.5222 15.1595C18.538 15.2859 18.6098 15.862 19.1754 16.1363C19.7423 16.4113 20.2424 16.1093 20.3506 16.044L20.3546 16.0416C20.5076 15.9494 20.6785 15.8152 20.8191 15.7049L20.8493 15.6812C21.2252 15.3865 21.7094 15.0046 22.1004 14.6241C22.2955 14.4343 22.4967 14.217 22.6556 13.9861C22.7968 13.7809 23 13.4307 23 13C23 12.5693 22.7968 12.2191 22.6556 12.0139C22.4967 11.783 22.2955 11.5657 22.1004 11.3759C21.7094 10.9954 21.2252 10.6135 20.8493 10.3188L20.8191 10.2951C20.6785 10.1848 20.5077 10.0506 20.3546 9.95841L20.3506 9.95597C20.2424 9.89065 19.7422 9.58872 19.1754 9.86368C18.6098 10.138 18.538 10.7141 18.5222 10.8405L18.5218 10.8439C18.4997 11.0203 18.4999 11.236 18.5 11.4116L18.5 11.9941L15 11.9941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-euro-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0242 1.90522C15.7462 1.74998 14.1227 1.74999 12.0513 1.75H11.9487C9.87731 1.74999 8.25376 1.74998 6.97578 1.90522C5.66982 2.06386 4.62456 2.39411 3.76567 3.12767C3.53662 3.3233 3.3233 3.53662 3.12767 3.76567C2.39411 4.62456 2.06386 5.66982 1.90522 6.97578C1.74998 8.25376 1.74999 9.87731 1.75 11.9487V12.0513C1.74999 14.1227 1.74998 15.7462 1.90522 17.0242C2.06386 18.3302 2.39411 19.3754 3.12767 20.2343C3.3233 20.4634 3.53662 20.6767 3.76567 20.8723C4.62456 21.6059 5.66982 21.9361 6.97578 22.0948C8.25376 22.25 9.87731 22.25 11.9487 22.25H12.0513C14.1227 22.25 15.7462 22.25 17.0242 22.0948C18.3302 21.9361 19.3754 21.6059 20.2343 20.8723C20.4634 20.6767 20.6767 20.4634 20.8723 20.2343C21.6059 19.3754 21.9361 18.3302 22.0948 17.0242C22.25 15.7462 22.25 14.1227 22.25 12.0513V11.9487C22.25 9.87731 22.25 8.25376 22.0948 6.97578C21.9361 5.66982 21.6059 4.62456 20.8723 3.76567C20.6767 3.53662 20.4634 3.3233 20.2343 3.12767C19.3754 2.39411 18.3302 2.06386 17.0242 1.90522ZM12.6568 7.25C10.6446 7.25 9.17308 9.07274 9.17308 11.1111V11.25H9C8.58579 11.25 8.25 11.5858 8.25 12C8.25 12.4142 8.58579 12.75 9 12.75H9.17308V12.8889C9.17308 14.9273 10.6446 16.75 12.6568 16.75C13.9736 16.75 15.0767 15.9501 15.6628 14.8432C15.8566 14.4771 15.717 14.0233 15.3509 13.8294C14.9849 13.6356 14.531 13.7752 14.3372 14.1413C13.9665 14.8414 13.3289 15.25 12.6568 15.25C11.6494 15.25 10.6731 14.287 10.6731 12.8889V12.75H12.9231C13.3373 12.75 13.6731 12.4142 13.6731 12C13.6731 11.5858 13.3373 11.25 12.9231 11.25H10.6731V11.1111C10.6731 9.71305 11.6494 8.75 12.6568 8.75C13.3289 8.75 13.9665 9.15864 14.3372 9.85868C14.531 10.2248 14.9849 10.3644 15.3509 10.1706C15.717 9.97674 15.8566 9.52286 15.6628 9.1568C15.0767 8.04988 13.9736 7.25 12.6568 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0242 1.90522C15.7462 1.74998 14.1227 1.74999 12.0513 1.75H11.9487C9.87731 1.74999 8.25376 1.74998 6.97578 1.90522C5.66982 2.06386 4.62456 2.39411 3.76567 3.12767C3.53662 3.3233 3.3233 3.53662 3.12767 3.76567C2.39411 4.62456 2.06386 5.66982 1.90522 6.97578C1.74998 8.25376 1.74999 9.87731 1.75 11.9487V12.0513C1.74999 14.1227 1.74998 15.7462 1.90522 17.0242C2.06386 18.3302 2.39411 19.3754 3.12767 20.2343C3.3233 20.4634 3.53662 20.6767 3.76567 20.8723C4.62456 21.6059 5.66982 21.9361 6.97578 22.0948C8.25376 22.25 9.87731 22.25 11.9487 22.25H12.0513C14.1227 22.25 15.7462 22.25 17.0242 22.0948C18.3302 21.9361 19.3754 21.6059 20.2343 20.8723C20.4634 20.6767 20.6767 20.4634 20.8723 20.2343C21.6059 19.3754 21.9361 18.3302 22.0948 17.0242C22.25 15.7462 22.25 14.1227 22.25 12.0513V11.9487C22.25 9.87731 22.25 8.25376 22.0948 6.97578C21.9361 5.66982 21.6059 4.62456 20.8723 3.76567C20.6767 3.53662 20.4634 3.3233 20.2343 3.12767C19.3754 2.39411 18.3302 2.06386 17.0242 1.90522ZM12.6568 7.25C10.6446 7.25 9.17308 9.07274 9.17308 11.1111V11.25H9C8.58579 11.25 8.25 11.5858 8.25 12C8.25 12.4142 8.58579 12.75 9 12.75H9.17308V12.8889C9.17308 14.9273 10.6446 16.75 12.6568 16.75C13.9736 16.75 15.0767 15.9501 15.6628 14.8432C15.8566 14.4771 15.717 14.0233 15.3509 13.8294C14.9849 13.6356 14.531 13.7752 14.3372 14.1413C13.9665 14.8414 13.3289 15.25 12.6568 15.25C11.6494 15.25 10.6731 14.287 10.6731 12.8889V12.75H12.9231C13.3373 12.75 13.6731 12.4142 13.6731 12C13.6731 11.5858 13.3373 11.25 12.9231 11.25H10.6731V11.1111C10.6731 9.71305 11.6494 8.75 12.6568 8.75C13.3289 8.75 13.9665 9.15864 14.3372 9.85868C14.531 10.2248 14.9849 10.3644 15.3509 10.1706C15.717 9.97674 15.8566 9.52286 15.6628 9.1568C15.0767 8.04988 13.9736 7.25 12.6568 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-euro{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.05828 9C6.5142 5.11119 9.59331 2 13.4615 2C16.2164 2 18.5879 3.59423 19.8739 5.90634C20.1424 6.38899 19.9687 6.99788 19.4861 7.26633C19.0034 7.53478 18.3945 7.36114 18.1261 6.87849C17.1507 5.12493 15.4076 4 13.4615 4C10.8158 4 8.51234 6.10969 8.0747 9H13C13.5523 9 14 9.44772 14 10C14 10.5523 13.5523 11 13 11H8V13H13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H8.0747C8.51234 17.8903 10.8158 20 13.4615 20C15.4076 20 17.1507 18.8751 18.1261 17.1215C18.3945 16.6389 19.0034 16.4652 19.4861 16.7337C19.9687 17.0021 20.1424 17.611 19.8739 18.0937C18.5879 20.4058 16.2164 22 13.4615 22C9.59331 22 6.5142 18.8888 6.05828 15H5C4.44772 15 4 14.5523 4 14C4 13.4477 4.44772 13 5 13H6V11H5C4.44772 11 4 10.5523 4 10C4 9.44772 4.44772 9 5 9H6.05828Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.05828 9C6.5142 5.11119 9.59331 2 13.4615 2C16.2164 2 18.5879 3.59423 19.8739 5.90634C20.1424 6.38899 19.9687 6.99788 19.4861 7.26633C19.0034 7.53478 18.3945 7.36114 18.1261 6.87849C17.1507 5.12493 15.4076 4 13.4615 4C10.8158 4 8.51234 6.10969 8.0747 9H13C13.5523 9 14 9.44772 14 10C14 10.5523 13.5523 11 13 11H8V13H13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H8.0747C8.51234 17.8903 10.8158 20 13.4615 20C15.4076 20 17.1507 18.8751 18.1261 17.1215C18.3945 16.6389 19.0034 16.4652 19.4861 16.7337C19.9687 17.0021 20.1424 17.611 19.8739 18.0937C18.5879 20.4058 16.2164 22 13.4615 22C9.59331 22 6.5142 18.8888 6.05828 15H5C4.44772 15 4 14.5523 4 14C4 13.4477 4.44772 13 5 13H6V11H5C4.44772 11 4 10.5523 4 10C4 9.44772 4.44772 9 5 9H6.05828Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-file-bitcoin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 11.75C18.3023 11.75 18.75 12.1977 18.75 12.75H19.25C20.7698 12.75 21.75 14.1314 21.75 15.5C21.75 16.1249 21.5457 16.7525 21.1789 17.25C21.5457 17.7475 21.75 18.3751 21.75 19C21.75 20.3686 20.7698 21.75 19.25 21.75H18.75C18.75 22.3023 18.3023 22.75 17.75 22.75C17.1977 22.75 16.75 22.3023 16.75 21.75C16.7371 21.75 16.724 21.75 16.7106 21.75C16.5108 21.7501 16.2728 21.7503 16.0682 21.7228C15.8211 21.6896 15.4794 21.6007 15.1894 21.3107C14.8994 21.0207 14.8105 20.6789 14.7773 20.4319C14.7497 20.2272 14.7499 19.9893 14.75 19.7894C14.75 19.7761 14.75 19.7629 14.75 19.75V14.75C14.75 14.7371 14.75 14.7239 14.75 14.7106C14.7499 14.5107 14.7497 14.2728 14.7773 14.0681C14.8105 13.8211 14.8994 13.4793 15.1894 13.1893C15.4794 12.8993 15.8211 12.8104 16.0682 12.7772C16.2728 12.7497 16.5108 12.7499 16.7107 12.75C16.724 12.75 16.7371 12.75 16.75 12.75C16.75 12.1977 17.1977 11.75 17.75 11.75ZM19.25 16.25C19.3334 16.25 19.4431 16.213 19.5514 16.0866C19.6616 15.9582 19.75 15.7539 19.75 15.5C19.75 15.2461 19.6616 15.0418 19.5514 14.9134C19.4431 14.787 19.3334 14.75 19.25 14.75H16.75V16.25H19.25ZM16.75 18.25H19.25C19.3334 18.25 19.4431 18.287 19.5514 18.4134C19.6616 18.5418 19.75 18.7461 19.75 19C19.75 19.2539 19.6616 19.4582 19.5514 19.5866C19.4431 19.713 19.3334 19.75 19.25 19.75H16.75V18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6839 22.75C9.09005 22.7501 7.83489 22.7501 6.83912 22.6463C5.82238 22.5403 4.98632 22.3192 4.2711 21.8153C3.8893 21.5463 3.54882 21.2262 3.26073 20.864C2.71584 20.179 2.47549 19.3734 2.3611 18.4012C2.24998 17.4568 2.24999 16.2693 2.25 14.7754V12.1543C2.25 10.6959 2.25 9.56438 2.31024 8.65102C2.37131 7.72522 2.49655 6.97179 2.77169 6.27748C3.60981 4.16259 5.37464 2.5114 7.58994 1.73373C8.96882 1.24969 10.6607 1.24982 13.6261 1.25004L13.9888 1.25002C15.624 1.24968 16.643 1.24947 17.4836 1.54458C18.8327 2.01816 19.9143 3.02627 20.4293 4.32588C20.6039 4.76661 20.6789 5.23452 20.7149 5.77945C20.75 6.31198 20.75 6.96761 20.75 7.79187V8.99905C20.75 9.55186 20.3019 10 19.7491 10C19.1969 10 18.7491 9.55295 18.7481 9.00084L18.7463 8C18.7275 5.98374 18.6096 4.86713 17.8712 4.12873C16.9925 3.25005 15.5783 3.25005 12.7499 3.25005H12.4555C11.9509 3.25005 11.6985 3.25005 11.3592 3.43819C11.0199 3.62634 10.949 3.73982 10.8072 3.96679C10.5596 4.36319 10.4166 4.83157 10.4166 5.33338C10.4166 5.48051 10.423 5.63869 10.4313 5.81629L10.4344 5.88216C10.4416 6.03706 10.4496 6.20563 10.4531 6.37374C10.4609 6.75384 10.4489 7.19738 10.3342 7.62552C10.1108 8.4595 9.45935 9.1109 8.62538 9.33437C8.19723 9.44909 7.75369 9.46109 7.3736 9.4532C7.20546 9.44971 7.03687 9.44178 6.88195 9.4345L6.81614 9.43142C6.63854 9.42319 6.48036 9.41671 6.33323 9.41671C5.85217 9.41671 5.40182 9.5482 5.01616 9.77721C4.78124 9.9167 4.66378 9.98644 4.46739 10.3315C4.271 10.6765 4.271 10.9343 4.271 11.4501V14.7501C4.271 17.5785 4.271 18.9927 5.14968 19.8714C6.02836 20.7501 7.44257 20.7501 10.271 20.7501L12.0008 20.7501C12.5526 20.7501 13 21.1974 13 21.7493C13 22.3007 12.5533 22.7479 12.0019 22.7485L10.6839 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 11.75C18.3023 11.75 18.75 12.1977 18.75 12.75H19.25C20.7698 12.75 21.75 14.1314 21.75 15.5C21.75 16.1249 21.5457 16.7525 21.1789 17.25C21.5457 17.7475 21.75 18.3751 21.75 19C21.75 20.3686 20.7698 21.75 19.25 21.75H18.75C18.75 22.3023 18.3023 22.75 17.75 22.75C17.1977 22.75 16.75 22.3023 16.75 21.75C16.7371 21.75 16.724 21.75 16.7106 21.75C16.5108 21.7501 16.2728 21.7503 16.0682 21.7228C15.8211 21.6896 15.4794 21.6007 15.1894 21.3107C14.8994 21.0207 14.8105 20.6789 14.7773 20.4319C14.7497 20.2272 14.7499 19.9893 14.75 19.7894C14.75 19.7761 14.75 19.7629 14.75 19.75V14.75C14.75 14.7371 14.75 14.7239 14.75 14.7106C14.7499 14.5107 14.7497 14.2728 14.7773 14.0681C14.8105 13.8211 14.8994 13.4793 15.1894 13.1893C15.4794 12.8993 15.8211 12.8104 16.0682 12.7772C16.2728 12.7497 16.5108 12.7499 16.7107 12.75C16.724 12.75 16.7371 12.75 16.75 12.75C16.75 12.1977 17.1977 11.75 17.75 11.75ZM19.25 16.25C19.3334 16.25 19.4431 16.213 19.5514 16.0866C19.6616 15.9582 19.75 15.7539 19.75 15.5C19.75 15.2461 19.6616 15.0418 19.5514 14.9134C19.4431 14.787 19.3334 14.75 19.25 14.75H16.75V16.25H19.25ZM16.75 18.25H19.25C19.3334 18.25 19.4431 18.287 19.5514 18.4134C19.6616 18.5418 19.75 18.7461 19.75 19C19.75 19.2539 19.6616 19.4582 19.5514 19.5866C19.4431 19.713 19.3334 19.75 19.25 19.75H16.75V18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6839 22.75C9.09005 22.7501 7.83489 22.7501 6.83912 22.6463C5.82238 22.5403 4.98632 22.3192 4.2711 21.8153C3.8893 21.5463 3.54882 21.2262 3.26073 20.864C2.71584 20.179 2.47549 19.3734 2.3611 18.4012C2.24998 17.4568 2.24999 16.2693 2.25 14.7754V12.1543C2.25 10.6959 2.25 9.56438 2.31024 8.65102C2.37131 7.72522 2.49655 6.97179 2.77169 6.27748C3.60981 4.16259 5.37464 2.5114 7.58994 1.73373C8.96882 1.24969 10.6607 1.24982 13.6261 1.25004L13.9888 1.25002C15.624 1.24968 16.643 1.24947 17.4836 1.54458C18.8327 2.01816 19.9143 3.02627 20.4293 4.32588C20.6039 4.76661 20.6789 5.23452 20.7149 5.77945C20.75 6.31198 20.75 6.96761 20.75 7.79187V8.99905C20.75 9.55186 20.3019 10 19.7491 10C19.1969 10 18.7491 9.55295 18.7481 9.00084L18.7463 8C18.7275 5.98374 18.6096 4.86713 17.8712 4.12873C16.9925 3.25005 15.5783 3.25005 12.7499 3.25005H12.4555C11.9509 3.25005 11.6985 3.25005 11.3592 3.43819C11.0199 3.62634 10.949 3.73982 10.8072 3.96679C10.5596 4.36319 10.4166 4.83157 10.4166 5.33338C10.4166 5.48051 10.423 5.63869 10.4313 5.81629L10.4344 5.88216C10.4416 6.03706 10.4496 6.20563 10.4531 6.37374C10.4609 6.75384 10.4489 7.19738 10.3342 7.62552C10.1108 8.4595 9.45935 9.1109 8.62538 9.33437C8.19723 9.44909 7.75369 9.46109 7.3736 9.4532C7.20546 9.44971 7.03687 9.44178 6.88195 9.4345L6.81614 9.43142C6.63854 9.42319 6.48036 9.41671 6.33323 9.41671C5.85217 9.41671 5.40182 9.5482 5.01616 9.77721C4.78124 9.9167 4.66378 9.98644 4.46739 10.3315C4.271 10.6765 4.271 10.9343 4.271 11.4501V14.7501C4.271 17.5785 4.271 18.9927 5.14968 19.8714C6.02836 20.7501 7.44257 20.7501 10.271 20.7501L12.0008 20.7501C12.5526 20.7501 13 21.1974 13 21.7493C13 22.3007 12.5533 22.7479 12.0019 22.7485L10.6839 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-file-dollar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 10.7498C18.3023 10.7498 18.75 11.1975 18.75 11.7498V12.0043C19.8689 12.3317 20.7813 13.1983 20.9963 14.3755C21.0955 14.9188 20.7355 15.4397 20.1922 15.5389C19.6489 15.6381 19.128 15.2781 19.0288 14.7348C18.9545 14.3281 18.4925 13.8611 17.75 13.8611C16.9126 13.8611 16.4583 14.4325 16.4583 14.8775C16.4583 15.2436 16.5526 15.3373 16.6055 15.3798C16.708 15.4622 17.0052 15.6059 17.75 15.6059C18.6617 15.6059 19.5595 15.7563 20.2389 16.2847C20.9745 16.8568 21.25 17.7035 21.25 18.6224C21.25 19.6399 20.8344 20.4577 20.1001 20.9837C19.6954 21.2736 19.2298 21.4497 18.75 21.5453V21.7498C18.75 22.302 18.3023 22.7498 17.75 22.7498C17.1977 22.7498 16.75 22.302 16.75 21.7498V21.5099C15.4025 21.1598 14.25 20.1164 14.25 18.6224C14.25 18.0701 14.6977 17.6224 15.25 17.6224C15.8023 17.6224 16.25 18.0701 16.25 18.6224C16.25 18.9938 16.7101 19.6389 17.75 19.6389C18.3239 19.6389 18.715 19.5157 18.9354 19.3578C19.1059 19.2357 19.25 19.0452 19.25 18.6224C19.25 18.1009 19.1089 17.9395 19.0111 17.8634C18.8571 17.7437 18.505 17.6059 17.75 17.6059C16.8281 17.6059 15.9795 17.4423 15.3529 16.939C14.6765 16.3956 14.4583 15.6252 14.4583 14.8775C14.4583 13.4544 15.4771 12.3807 16.75 12.0058V11.7498C16.75 11.1975 17.1977 10.7498 17.75 10.7498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1839 22.7498C9.59005 22.7498 8.33489 22.7498 7.33912 22.646C6.32238 22.5401 5.48632 22.319 4.7711 21.8151C4.3893 21.5461 4.04882 21.226 3.76073 20.8638C3.21584 20.1787 2.97549 19.3732 2.8611 18.401C2.74998 17.4566 2.74999 16.2691 2.75 14.7752V12.1541C2.75 10.6957 2.75 9.56414 2.81024 8.65078C2.87131 7.72497 2.99655 6.97154 3.27169 6.27724C4.10981 4.16235 5.87464 2.51115 8.08994 1.73349C9.46882 1.24945 11.1607 1.24957 14.1261 1.24979L14.4888 1.24978C16.124 1.24944 17.143 1.24923 17.9836 1.54434C19.3327 2.01792 20.4143 3.02603 20.9293 4.32563C21.1039 4.76637 21.1789 5.23427 21.2149 5.7792C21.25 6.31174 21.25 6.96737 21.25 7.79163V8.99881C21.25 9.55162 20.8019 9.99976 20.2491 9.99976C19.6969 9.99976 19.2491 9.55271 19.2481 9.0006L19.2463 7.99976C19.2275 5.98349 19.1096 4.86689 18.3712 4.12848C17.4925 3.2498 16.0783 3.2498 13.2499 3.2498H12.9555C12.4509 3.2498 12.1985 3.2498 11.8592 3.43795C11.5199 3.6261 11.449 3.73958 11.3072 3.96654C11.0596 4.36294 10.9166 4.83133 10.9166 5.33313C10.9166 5.48026 10.923 5.63844 10.9313 5.81604L10.9344 5.88192C10.9416 6.03681 10.9496 6.20539 10.9531 6.3735C10.9609 6.75359 10.9489 7.19713 10.8342 7.62528C10.6108 8.45925 9.95935 9.11066 9.12538 9.33412C8.69723 9.44884 8.25369 9.46085 7.8736 9.45295C7.70546 9.44946 7.53687 9.44154 7.38195 9.43426L7.31614 9.43118C7.13854 9.42294 6.98036 9.41647 6.83323 9.41647C6.35217 9.41647 5.90182 9.54796 5.51616 9.77696C5.28124 9.91645 5.16378 9.9862 4.96739 10.3312C4.771 10.6763 4.771 10.9341 4.771 11.4498V14.7498C4.771 17.5783 4.771 18.9925 5.64968 19.8712C6.52836 20.7498 7.94257 20.7498 10.771 20.7498L12.5008 20.7498C13.0526 20.7498 13.5 21.1972 13.5 21.7491C13.5 22.3005 13.0533 22.7476 12.5019 22.7483L11.1839 22.7498Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 10.7498C18.3023 10.7498 18.75 11.1975 18.75 11.7498V12.0043C19.8689 12.3317 20.7813 13.1983 20.9963 14.3755C21.0955 14.9188 20.7355 15.4397 20.1922 15.5389C19.6489 15.6381 19.128 15.2781 19.0288 14.7348C18.9545 14.3281 18.4925 13.8611 17.75 13.8611C16.9126 13.8611 16.4583 14.4325 16.4583 14.8775C16.4583 15.2436 16.5526 15.3373 16.6055 15.3798C16.708 15.4622 17.0052 15.6059 17.75 15.6059C18.6617 15.6059 19.5595 15.7563 20.2389 16.2847C20.9745 16.8568 21.25 17.7035 21.25 18.6224C21.25 19.6399 20.8344 20.4577 20.1001 20.9837C19.6954 21.2736 19.2298 21.4497 18.75 21.5453V21.7498C18.75 22.302 18.3023 22.7498 17.75 22.7498C17.1977 22.7498 16.75 22.302 16.75 21.7498V21.5099C15.4025 21.1598 14.25 20.1164 14.25 18.6224C14.25 18.0701 14.6977 17.6224 15.25 17.6224C15.8023 17.6224 16.25 18.0701 16.25 18.6224C16.25 18.9938 16.7101 19.6389 17.75 19.6389C18.3239 19.6389 18.715 19.5157 18.9354 19.3578C19.1059 19.2357 19.25 19.0452 19.25 18.6224C19.25 18.1009 19.1089 17.9395 19.0111 17.8634C18.8571 17.7437 18.505 17.6059 17.75 17.6059C16.8281 17.6059 15.9795 17.4423 15.3529 16.939C14.6765 16.3956 14.4583 15.6252 14.4583 14.8775C14.4583 13.4544 15.4771 12.3807 16.75 12.0058V11.7498C16.75 11.1975 17.1977 10.7498 17.75 10.7498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1839 22.7498C9.59005 22.7498 8.33489 22.7498 7.33912 22.646C6.32238 22.5401 5.48632 22.319 4.7711 21.8151C4.3893 21.5461 4.04882 21.226 3.76073 20.8638C3.21584 20.1787 2.97549 19.3732 2.8611 18.401C2.74998 17.4566 2.74999 16.2691 2.75 14.7752V12.1541C2.75 10.6957 2.75 9.56414 2.81024 8.65078C2.87131 7.72497 2.99655 6.97154 3.27169 6.27724C4.10981 4.16235 5.87464 2.51115 8.08994 1.73349C9.46882 1.24945 11.1607 1.24957 14.1261 1.24979L14.4888 1.24978C16.124 1.24944 17.143 1.24923 17.9836 1.54434C19.3327 2.01792 20.4143 3.02603 20.9293 4.32563C21.1039 4.76637 21.1789 5.23427 21.2149 5.7792C21.25 6.31174 21.25 6.96737 21.25 7.79163V8.99881C21.25 9.55162 20.8019 9.99976 20.2491 9.99976C19.6969 9.99976 19.2491 9.55271 19.2481 9.0006L19.2463 7.99976C19.2275 5.98349 19.1096 4.86689 18.3712 4.12848C17.4925 3.2498 16.0783 3.2498 13.2499 3.2498H12.9555C12.4509 3.2498 12.1985 3.2498 11.8592 3.43795C11.5199 3.6261 11.449 3.73958 11.3072 3.96654C11.0596 4.36294 10.9166 4.83133 10.9166 5.33313C10.9166 5.48026 10.923 5.63844 10.9313 5.81604L10.9344 5.88192C10.9416 6.03681 10.9496 6.20539 10.9531 6.3735C10.9609 6.75359 10.9489 7.19713 10.8342 7.62528C10.6108 8.45925 9.95935 9.11066 9.12538 9.33412C8.69723 9.44884 8.25369 9.46085 7.8736 9.45295C7.70546 9.44946 7.53687 9.44154 7.38195 9.43426L7.31614 9.43118C7.13854 9.42294 6.98036 9.41647 6.83323 9.41647C6.35217 9.41647 5.90182 9.54796 5.51616 9.77696C5.28124 9.91645 5.16378 9.9862 4.96739 10.3312C4.771 10.6763 4.771 10.9341 4.771 11.4498V14.7498C4.771 17.5783 4.771 18.9925 5.64968 19.8712C6.52836 20.7498 7.94257 20.7498 10.771 20.7498L12.5008 20.7498C13.0526 20.7498 13.5 21.1972 13.5 21.7491C13.5 22.3005 13.0533 22.7476 12.5019 22.7483L11.1839 22.7498Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-file-euro{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6839 22.7498C9.09005 22.7498 7.83489 22.7498 6.83912 22.646C5.82238 22.5401 4.98632 22.319 4.2711 21.8151C3.8893 21.5461 3.54882 21.226 3.26073 20.8638C2.71584 20.1787 2.47549 19.3732 2.3611 18.401C2.24998 17.4566 2.24999 16.2691 2.25 14.7752V12.1541C2.25 10.6957 2.25 9.56414 2.31024 8.65078C2.37131 7.72497 2.49655 6.97154 2.77169 6.27724C3.60981 4.16235 5.37464 2.51115 7.58994 1.73349C8.96882 1.24945 10.6607 1.24957 13.6261 1.24979L13.9888 1.24978C15.624 1.24944 16.643 1.24923 17.4836 1.54434C18.8327 2.01792 19.9143 3.02603 20.4293 4.32563C20.6039 4.76637 20.6789 5.23427 20.7149 5.7792C20.75 6.31174 20.75 6.96737 20.75 7.79163V9.99881C20.75 10.5516 20.3019 10.9998 19.7491 10.9998C19.1969 10.9998 18.7491 10.5527 18.7481 10.0006L18.7463 7.99976C18.7275 5.98349 18.6096 4.86689 17.8712 4.12848C16.9925 3.2498 15.5783 3.2498 12.7499 3.2498H12.4555C11.9509 3.2498 11.6985 3.2498 11.3592 3.43795C11.0199 3.6261 10.949 3.73958 10.8072 3.96654C10.5596 4.36294 10.4166 4.83133 10.4166 5.33313C10.4166 5.48026 10.423 5.63844 10.4313 5.81604L10.4344 5.88192C10.4416 6.03681 10.4496 6.20539 10.4531 6.3735C10.4609 6.75359 10.4489 7.19713 10.3342 7.62528C10.1108 8.45925 9.45935 9.11066 8.62538 9.33412C8.19723 9.44884 7.75369 9.46085 7.3736 9.45295C7.20546 9.44946 7.03687 9.44154 6.88195 9.43426L6.81614 9.43118C6.63854 9.42294 6.48036 9.41647 6.33323 9.41647C5.85217 9.41647 5.40182 9.54796 5.01616 9.77696C4.78124 9.91645 4.66378 9.9862 4.46739 10.3312C4.271 10.6763 4.271 10.9341 4.271 11.4498V14.7498C4.271 17.5783 4.271 18.9925 5.14968 19.8712C6.02836 20.7498 7.44257 20.7498 10.271 20.7498L12.0008 20.7498C12.5526 20.7498 13 21.1972 13 21.7491C13 22.3005 12.5533 22.7476 12.0019 22.7483L10.6839 22.7498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6744 16.7526C14.7256 14.6501 16.2639 12.7498 18.4068 12.7498C19.8311 12.7498 21.0118 13.6148 21.6338 14.7896C21.8922 15.2777 21.706 15.8828 21.2179 16.1413C20.7298 16.3997 20.1247 16.2135 19.8662 15.7254C19.5315 15.0932 18.9714 14.7498 18.4068 14.7498C17.5912 14.7498 16.7249 15.5227 16.6753 16.7498H18.6731C19.2254 16.7498 19.6731 17.1975 19.6731 17.7498C19.6731 18.302 19.2254 18.7498 18.6731 18.7498H16.6753C16.7249 19.9768 17.5912 20.7498 18.4068 20.7498C18.9714 20.7498 19.5315 20.4063 19.8662 19.7741C20.1247 19.286 20.7298 19.0998 21.2179 19.3582C21.706 19.6167 21.8922 20.2218 21.6338 20.7099C21.0118 21.8847 19.8311 22.7498 18.4068 22.7498C16.2639 22.7498 14.7256 20.8494 14.6744 18.7469C14.1574 18.7083 13.75 18.2766 13.75 17.7498C13.75 17.2229 14.1574 16.7912 14.6744 16.7526Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6839 22.7498C9.09005 22.7498 7.83489 22.7498 6.83912 22.646C5.82238 22.5401 4.98632 22.319 4.2711 21.8151C3.8893 21.5461 3.54882 21.226 3.26073 20.8638C2.71584 20.1787 2.47549 19.3732 2.3611 18.401C2.24998 17.4566 2.24999 16.2691 2.25 14.7752V12.1541C2.25 10.6957 2.25 9.56414 2.31024 8.65078C2.37131 7.72497 2.49655 6.97154 2.77169 6.27724C3.60981 4.16235 5.37464 2.51115 7.58994 1.73349C8.96882 1.24945 10.6607 1.24957 13.6261 1.24979L13.9888 1.24978C15.624 1.24944 16.643 1.24923 17.4836 1.54434C18.8327 2.01792 19.9143 3.02603 20.4293 4.32563C20.6039 4.76637 20.6789 5.23427 20.7149 5.7792C20.75 6.31174 20.75 6.96737 20.75 7.79163V9.99881C20.75 10.5516 20.3019 10.9998 19.7491 10.9998C19.1969 10.9998 18.7491 10.5527 18.7481 10.0006L18.7463 7.99976C18.7275 5.98349 18.6096 4.86689 17.8712 4.12848C16.9925 3.2498 15.5783 3.2498 12.7499 3.2498H12.4555C11.9509 3.2498 11.6985 3.2498 11.3592 3.43795C11.0199 3.6261 10.949 3.73958 10.8072 3.96654C10.5596 4.36294 10.4166 4.83133 10.4166 5.33313C10.4166 5.48026 10.423 5.63844 10.4313 5.81604L10.4344 5.88192C10.4416 6.03681 10.4496 6.20539 10.4531 6.3735C10.4609 6.75359 10.4489 7.19713 10.3342 7.62528C10.1108 8.45925 9.45935 9.11066 8.62538 9.33412C8.19723 9.44884 7.75369 9.46085 7.3736 9.45295C7.20546 9.44946 7.03687 9.44154 6.88195 9.43426L6.81614 9.43118C6.63854 9.42294 6.48036 9.41647 6.33323 9.41647C5.85217 9.41647 5.40182 9.54796 5.01616 9.77696C4.78124 9.91645 4.66378 9.9862 4.46739 10.3312C4.271 10.6763 4.271 10.9341 4.271 11.4498V14.7498C4.271 17.5783 4.271 18.9925 5.14968 19.8712C6.02836 20.7498 7.44257 20.7498 10.271 20.7498L12.0008 20.7498C12.5526 20.7498 13 21.1972 13 21.7491C13 22.3005 12.5533 22.7476 12.0019 22.7483L10.6839 22.7498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6744 16.7526C14.7256 14.6501 16.2639 12.7498 18.4068 12.7498C19.8311 12.7498 21.0118 13.6148 21.6338 14.7896C21.8922 15.2777 21.706 15.8828 21.2179 16.1413C20.7298 16.3997 20.1247 16.2135 19.8662 15.7254C19.5315 15.0932 18.9714 14.7498 18.4068 14.7498C17.5912 14.7498 16.7249 15.5227 16.6753 16.7498H18.6731C19.2254 16.7498 19.6731 17.1975 19.6731 17.7498C19.6731 18.302 19.2254 18.7498 18.6731 18.7498H16.6753C16.7249 19.9768 17.5912 20.7498 18.4068 20.7498C18.9714 20.7498 19.5315 20.4063 19.8662 19.7741C20.1247 19.286 20.7298 19.0998 21.2179 19.3582C21.706 19.6167 21.8922 20.2218 21.6338 20.7099C21.0118 21.8847 19.8311 22.7498 18.4068 22.7498C16.2639 22.7498 14.7256 20.8494 14.6744 18.7469C14.1574 18.7083 13.75 18.2766 13.75 17.7498C13.75 17.2229 14.1574 16.7912 14.6744 16.7526Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-file-pound{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.0864 12.8569C20.0302 12.3417 21.4982 13.7114 21.7366 15.1543C21.8266 15.6992 21.4579 16.2139 20.913 16.304C20.3681 16.394 19.8534 16.0252 19.7634 15.4803C19.7287 15.2702 19.5968 15.0463 19.3946 14.903C19.2136 14.7748 18.9561 14.6954 18.5988 14.7901C18.3069 14.8675 18.023 15.1254 17.8612 15.5479C17.6964 15.978 17.7276 16.4051 17.8684 16.6658C17.9167 16.7553 17.9642 16.8463 18.0104 16.939H20.125C20.6773 16.939 21.125 17.3867 21.125 17.939C21.125 18.4913 20.6773 18.939 20.125 18.939H18.596C18.6335 19.5246 18.55 20.1228 18.3304 20.7485H20.75C21.3023 20.7485 21.75 21.1962 21.75 21.7485C21.75 22.3008 21.3023 22.7485 20.75 22.7485H17.374C17.365 22.7485 17.3553 22.7485 17.345 22.7485C17.2338 22.7488 17.0496 22.7492 16.8898 22.7237C16.7009 22.6936 16.2238 22.5767 15.9909 22.0639C15.7872 21.6157 15.945 21.2037 15.9888 21.0894C16.0438 20.9457 16.1278 20.7822 16.1951 20.6513C16.2001 20.6416 16.2049 20.6322 16.2097 20.6229C16.5539 19.9525 16.6316 19.4479 16.5972 19.0275C16.5948 18.998 16.5918 18.9685 16.5882 18.939H15.75C15.1977 18.939 14.75 18.4913 14.75 17.939C14.75 17.3867 15.1977 16.939 15.75 16.939H15.8467C15.6685 16.2308 15.7471 15.4756 15.9935 14.8324C16.3238 13.9703 17.0241 13.1384 18.0864 12.8569Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6839 22.75C9.09005 22.7501 7.83489 22.7501 6.83912 22.6463C5.82238 22.5403 4.98632 22.3192 4.2711 21.8153C3.8893 21.5463 3.54882 21.2262 3.26073 20.864C2.71584 20.179 2.47549 19.3734 2.3611 18.4012C2.24998 17.4568 2.24999 16.2693 2.25 14.7754V12.1543C2.25 10.6959 2.25 9.56438 2.31024 8.65102C2.37131 7.72522 2.49655 6.97179 2.77169 6.27748C3.60981 4.16259 5.37464 2.5114 7.58994 1.73373C8.96882 1.24969 10.6607 1.24982 13.6261 1.25004L13.9888 1.25002C15.624 1.24968 16.643 1.24947 17.4836 1.54458C18.8327 2.01816 19.9143 3.02627 20.4293 4.32588C20.6039 4.76661 20.6789 5.23452 20.7149 5.77945C20.75 6.31198 20.75 6.96761 20.75 7.79187V9.99905C20.75 10.5519 20.3019 11 19.7491 11C19.1969 11 18.7491 10.553 18.7481 10.0008L18.7463 8C18.7275 5.98374 18.6096 4.86713 17.8712 4.12873C16.9925 3.25005 15.5783 3.25005 12.7499 3.25005H12.4555C11.9509 3.25005 11.6985 3.25005 11.3592 3.43819C11.0199 3.62634 10.949 3.73982 10.8072 3.96679C10.5596 4.36319 10.4166 4.83157 10.4166 5.33338C10.4166 5.48051 10.423 5.63869 10.4313 5.81629L10.4344 5.88216C10.4416 6.03706 10.4496 6.20563 10.4531 6.37374C10.4609 6.75384 10.4489 7.19738 10.3342 7.62552C10.1108 8.4595 9.45935 9.1109 8.62538 9.33437C8.19723 9.44909 7.75369 9.46109 7.3736 9.4532C7.20546 9.44971 7.03687 9.44178 6.88195 9.4345L6.81614 9.43142C6.63854 9.42319 6.48036 9.41671 6.33323 9.41671C5.85217 9.41671 5.40182 9.5482 5.01616 9.77721C4.78124 9.9167 4.66378 9.98644 4.46739 10.3315C4.271 10.6765 4.271 10.9343 4.271 11.4501V14.7501C4.271 17.5785 4.271 18.9927 5.14968 19.8714C6.02836 20.7501 7.44257 20.7501 10.271 20.7501L13.0008 20.7501C13.5526 20.7501 14 21.1974 14 21.7493C14 22.3007 13.5533 22.7479 13.0019 22.7485L10.6839 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.0864 12.8569C20.0302 12.3417 21.4982 13.7114 21.7366 15.1543C21.8266 15.6992 21.4579 16.2139 20.913 16.304C20.3681 16.394 19.8534 16.0252 19.7634 15.4803C19.7287 15.2702 19.5968 15.0463 19.3946 14.903C19.2136 14.7748 18.9561 14.6954 18.5988 14.7901C18.3069 14.8675 18.023 15.1254 17.8612 15.5479C17.6964 15.978 17.7276 16.4051 17.8684 16.6658C17.9167 16.7553 17.9642 16.8463 18.0104 16.939H20.125C20.6773 16.939 21.125 17.3867 21.125 17.939C21.125 18.4913 20.6773 18.939 20.125 18.939H18.596C18.6335 19.5246 18.55 20.1228 18.3304 20.7485H20.75C21.3023 20.7485 21.75 21.1962 21.75 21.7485C21.75 22.3008 21.3023 22.7485 20.75 22.7485H17.374C17.365 22.7485 17.3553 22.7485 17.345 22.7485C17.2338 22.7488 17.0496 22.7492 16.8898 22.7237C16.7009 22.6936 16.2238 22.5767 15.9909 22.0639C15.7872 21.6157 15.945 21.2037 15.9888 21.0894C16.0438 20.9457 16.1278 20.7822 16.1951 20.6513C16.2001 20.6416 16.2049 20.6322 16.2097 20.6229C16.5539 19.9525 16.6316 19.4479 16.5972 19.0275C16.5948 18.998 16.5918 18.9685 16.5882 18.939H15.75C15.1977 18.939 14.75 18.4913 14.75 17.939C14.75 17.3867 15.1977 16.939 15.75 16.939H15.8467C15.6685 16.2308 15.7471 15.4756 15.9935 14.8324C16.3238 13.9703 17.0241 13.1384 18.0864 12.8569Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6839 22.75C9.09005 22.7501 7.83489 22.7501 6.83912 22.6463C5.82238 22.5403 4.98632 22.3192 4.2711 21.8153C3.8893 21.5463 3.54882 21.2262 3.26073 20.864C2.71584 20.179 2.47549 19.3734 2.3611 18.4012C2.24998 17.4568 2.24999 16.2693 2.25 14.7754V12.1543C2.25 10.6959 2.25 9.56438 2.31024 8.65102C2.37131 7.72522 2.49655 6.97179 2.77169 6.27748C3.60981 4.16259 5.37464 2.5114 7.58994 1.73373C8.96882 1.24969 10.6607 1.24982 13.6261 1.25004L13.9888 1.25002C15.624 1.24968 16.643 1.24947 17.4836 1.54458C18.8327 2.01816 19.9143 3.02627 20.4293 4.32588C20.6039 4.76661 20.6789 5.23452 20.7149 5.77945C20.75 6.31198 20.75 6.96761 20.75 7.79187V9.99905C20.75 10.5519 20.3019 11 19.7491 11C19.1969 11 18.7491 10.553 18.7481 10.0008L18.7463 8C18.7275 5.98374 18.6096 4.86713 17.8712 4.12873C16.9925 3.25005 15.5783 3.25005 12.7499 3.25005H12.4555C11.9509 3.25005 11.6985 3.25005 11.3592 3.43819C11.0199 3.62634 10.949 3.73982 10.8072 3.96679C10.5596 4.36319 10.4166 4.83157 10.4166 5.33338C10.4166 5.48051 10.423 5.63869 10.4313 5.81629L10.4344 5.88216C10.4416 6.03706 10.4496 6.20563 10.4531 6.37374C10.4609 6.75384 10.4489 7.19738 10.3342 7.62552C10.1108 8.4595 9.45935 9.1109 8.62538 9.33437C8.19723 9.44909 7.75369 9.46109 7.3736 9.4532C7.20546 9.44971 7.03687 9.44178 6.88195 9.4345L6.81614 9.43142C6.63854 9.42319 6.48036 9.41671 6.33323 9.41671C5.85217 9.41671 5.40182 9.5482 5.01616 9.77721C4.78124 9.9167 4.66378 9.98644 4.46739 10.3315C4.271 10.6765 4.271 10.9343 4.271 11.4501V14.7501C4.271 17.5785 4.271 18.9927 5.14968 19.8714C6.02836 20.7501 7.44257 20.7501 10.271 20.7501L13.0008 20.7501C13.5526 20.7501 14 21.1974 14 21.7493C14 22.3007 13.5533 22.7479 13.0019 22.7485L10.6839 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-file-yen{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.537 11.773C15.0766 11.6552 15.6095 11.9972 15.7272 12.5368C15.8757 13.2174 16.5031 14.6966 17.7502 15.5803C18.9973 14.6966 19.6247 13.2174 19.7732 12.5368C19.8909 11.9972 20.4238 11.6552 20.9634 11.773C21.503 11.8907 21.845 12.4235 21.7272 12.9631C21.5123 13.9482 20.655 16.0596 18.7502 17.3198V17.75H20.2502C20.8025 17.75 21.2502 18.1977 21.2502 18.75C21.2502 19.3023 20.8025 19.75 20.2502 19.75H18.7502V21.75C18.7502 22.3023 18.3025 22.75 17.7502 22.75C17.1979 22.75 16.7502 22.3023 16.7502 21.75V19.75H15.2502C14.6979 19.75 14.2502 19.3023 14.2502 18.75C14.2502 18.1977 14.6979 17.75 15.2502 17.75H16.7502V17.3198C14.8454 16.0596 13.9881 13.9482 13.7732 12.9631C13.6555 12.4235 13.9975 11.8907 14.537 11.773Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6839 22.75C9.09005 22.7501 7.83489 22.7501 6.83912 22.6463C5.82238 22.5403 4.98632 22.3192 4.2711 21.8153C3.8893 21.5463 3.54882 21.2262 3.26073 20.864C2.71584 20.179 2.47549 19.3734 2.3611 18.4012C2.24998 17.4568 2.24999 16.2693 2.25 14.7754V12.1543C2.25 10.6959 2.25 9.56438 2.31024 8.65102C2.37131 7.72522 2.49655 6.97179 2.77169 6.27748C3.60981 4.16259 5.37464 2.5114 7.58994 1.73373C8.96882 1.24969 10.6607 1.24982 13.6261 1.25004L13.9888 1.25002C15.624 1.24968 16.643 1.24947 17.4836 1.54458C18.8327 2.01816 19.9143 3.02627 20.4293 4.32588C20.6039 4.76661 20.6789 5.23452 20.7149 5.77945C20.75 6.31198 20.75 6.96761 20.75 7.79187V8.99905C20.75 9.55186 20.3019 10 19.7491 10C19.1969 10 18.7491 9.55295 18.7481 9.00084L18.7463 8C18.7275 5.98374 18.6096 4.86713 17.8712 4.12873C16.9925 3.25005 15.5783 3.25005 12.7499 3.25005H12.4555C11.9509 3.25005 11.6985 3.25005 11.3592 3.43819C11.0199 3.62634 10.949 3.73982 10.8072 3.96679C10.5596 4.36319 10.4166 4.83157 10.4166 5.33338C10.4166 5.48051 10.423 5.63869 10.4313 5.81629L10.4344 5.88216C10.4416 6.03706 10.4496 6.20563 10.4531 6.37374C10.4609 6.75384 10.4489 7.19738 10.3342 7.62552C10.1108 8.4595 9.45935 9.1109 8.62538 9.33437C8.19723 9.44909 7.75369 9.46109 7.3736 9.4532C7.20546 9.44971 7.03687 9.44178 6.88195 9.4345L6.81614 9.43142C6.63854 9.42319 6.48036 9.41671 6.33323 9.41671C5.85217 9.41671 5.40182 9.5482 5.01616 9.77721C4.78124 9.9167 4.66378 9.98644 4.46739 10.3315C4.271 10.6765 4.271 10.9343 4.271 11.4501V14.7501C4.271 17.5785 4.271 18.9927 5.14968 19.8714C6.02836 20.7501 7.44257 20.7501 10.271 20.7501L12.0008 20.7501C12.5526 20.7501 13 21.1974 13 21.7493C13 22.3007 12.5533 22.7479 12.0019 22.7485L10.6839 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.537 11.773C15.0766 11.6552 15.6095 11.9972 15.7272 12.5368C15.8757 13.2174 16.5031 14.6966 17.7502 15.5803C18.9973 14.6966 19.6247 13.2174 19.7732 12.5368C19.8909 11.9972 20.4238 11.6552 20.9634 11.773C21.503 11.8907 21.845 12.4235 21.7272 12.9631C21.5123 13.9482 20.655 16.0596 18.7502 17.3198V17.75H20.2502C20.8025 17.75 21.2502 18.1977 21.2502 18.75C21.2502 19.3023 20.8025 19.75 20.2502 19.75H18.7502V21.75C18.7502 22.3023 18.3025 22.75 17.7502 22.75C17.1979 22.75 16.7502 22.3023 16.7502 21.75V19.75H15.2502C14.6979 19.75 14.2502 19.3023 14.2502 18.75C14.2502 18.1977 14.6979 17.75 15.2502 17.75H16.7502V17.3198C14.8454 16.0596 13.9881 13.9482 13.7732 12.9631C13.6555 12.4235 13.9975 11.8907 14.537 11.773Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6839 22.75C9.09005 22.7501 7.83489 22.7501 6.83912 22.6463C5.82238 22.5403 4.98632 22.3192 4.2711 21.8153C3.8893 21.5463 3.54882 21.2262 3.26073 20.864C2.71584 20.179 2.47549 19.3734 2.3611 18.4012C2.24998 17.4568 2.24999 16.2693 2.25 14.7754V12.1543C2.25 10.6959 2.25 9.56438 2.31024 8.65102C2.37131 7.72522 2.49655 6.97179 2.77169 6.27748C3.60981 4.16259 5.37464 2.5114 7.58994 1.73373C8.96882 1.24969 10.6607 1.24982 13.6261 1.25004L13.9888 1.25002C15.624 1.24968 16.643 1.24947 17.4836 1.54458C18.8327 2.01816 19.9143 3.02627 20.4293 4.32588C20.6039 4.76661 20.6789 5.23452 20.7149 5.77945C20.75 6.31198 20.75 6.96761 20.75 7.79187V8.99905C20.75 9.55186 20.3019 10 19.7491 10C19.1969 10 18.7491 9.55295 18.7481 9.00084L18.7463 8C18.7275 5.98374 18.6096 4.86713 17.8712 4.12873C16.9925 3.25005 15.5783 3.25005 12.7499 3.25005H12.4555C11.9509 3.25005 11.6985 3.25005 11.3592 3.43819C11.0199 3.62634 10.949 3.73982 10.8072 3.96679C10.5596 4.36319 10.4166 4.83157 10.4166 5.33338C10.4166 5.48051 10.423 5.63869 10.4313 5.81629L10.4344 5.88216C10.4416 6.03706 10.4496 6.20563 10.4531 6.37374C10.4609 6.75384 10.4489 7.19738 10.3342 7.62552C10.1108 8.4595 9.45935 9.1109 8.62538 9.33437C8.19723 9.44909 7.75369 9.46109 7.3736 9.4532C7.20546 9.44971 7.03687 9.44178 6.88195 9.4345L6.81614 9.43142C6.63854 9.42319 6.48036 9.41671 6.33323 9.41671C5.85217 9.41671 5.40182 9.5482 5.01616 9.77721C4.78124 9.9167 4.66378 9.98644 4.46739 10.3315C4.271 10.6765 4.271 10.9343 4.271 11.4501V14.7501C4.271 17.5785 4.271 18.9927 5.14968 19.8714C6.02836 20.7501 7.44257 20.7501 10.271 20.7501L12.0008 20.7501C12.5526 20.7501 13 21.1974 13 21.7493C13 22.3007 12.5533 22.7479 12.0019 22.7485L10.6839 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-gold-ingots{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0379 1.75C12.775 1.74999 13.3842 1.74997 13.8858 1.80133C14.4135 1.85536 14.8822 1.97066 15.3241 2.2373C15.3891 2.2765 15.4527 2.31785 15.515 2.36129C15.9372 2.65563 16.2406 3.041 16.5189 3.50732C16.786 3.95484 17.0588 4.52817 17.3925 5.22944L17.433 5.31448L17.433 5.31451C17.9288 6.35624 18.3348 7.20955 18.5542 7.90223C18.7793 8.61282 18.8686 9.33349 18.5007 10.0035C18.4772 10.0463 18.4524 10.0885 18.4264 10.1298C18.0133 10.7869 17.3407 11.0361 16.621 11.1453C15.9309 11.2501 15.0243 11.25 13.9317 11.25H10.0684C8.97571 11.25 8.06913 11.2501 7.37908 11.1453C6.65938 11.0361 5.98677 10.7869 5.57368 10.1298C5.54767 10.0885 5.52289 10.0463 5.49937 10.0035C5.13143 9.33349 5.22072 8.61282 5.4458 7.90223C5.6652 7.20955 6.0713 6.35622 6.56706 5.31448L6.60753 5.22943C6.94122 4.52817 7.21404 3.95484 7.48115 3.50732C7.75949 3.041 8.06286 2.65563 8.48501 2.36129C8.54731 2.31785 8.61098 2.2765 8.67594 2.2373C9.11786 1.97066 9.58659 1.85536 10.1142 1.80133C10.6158 1.74997 11.2251 1.74999 11.9621 1.75H11.9621H12.0379H12.0379Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7073 21.9086C15.6067 22.0681 15.5563 22.1478 15.5848 22.1995C15.6134 22.2513 15.7032 22.2513 15.8829 22.2513H17.9309C19.0236 22.2513 19.9302 22.2513 20.6203 22.1466C21.3889 22.0299 22.112 21.7113 22.5 21.0048C22.8679 20.3347 22.7786 19.6141 22.5535 18.9035C22.3341 18.2108 21.9281 17.3575 21.4323 16.3158C21.1427 15.7071 20.8641 15.0881 20.5182 14.5086C20.2398 14.0423 19.9365 13.6569 19.5143 13.3625C19.0299 13.0247 18.4693 12.8624 17.8851 12.8026C17.3835 12.7512 16.7743 12.7512 16.0373 12.7513C15.3969 12.7513 14.7515 12.7373 14.1135 12.8026C13.9183 12.8226 13.7311 12.851 13.5504 12.8923C13.4256 12.9208 13.3631 12.9351 13.3444 12.9858C13.3256 13.0366 13.3663 13.0916 13.4478 13.2016C13.9383 13.8645 14.2994 14.634 14.6505 15.3822C15.1727 16.4948 15.7008 17.5588 15.9832 18.4506C16.3482 19.6026 16.3711 20.857 15.7073 21.9086Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.03793 12.75C8.77495 12.75 9.38422 12.75 9.88582 12.8013C10.4135 12.8554 10.8822 12.9707 11.3241 13.2373C11.3891 13.2765 11.4527 13.3178 11.515 13.3613C11.9372 13.6556 12.2406 14.041 12.5189 14.5073C12.786 14.9548 13.0588 15.5282 13.3925 16.2294L13.433 16.3145L13.433 16.3145C13.9288 17.3562 14.3348 18.2096 14.5542 18.9022C14.7793 19.6128 14.8686 20.3335 14.5007 21.0035C14.4772 21.0463 14.4524 21.0885 14.4264 21.1298C14.0133 21.7869 13.3407 22.0361 12.621 22.1453C11.9309 22.2501 11.0243 22.25 9.93165 22.25H6.0684C4.97571 22.25 4.06913 22.2501 3.37908 22.1453C2.65938 22.0361 1.98677 21.7869 1.57368 21.1298C1.54767 21.0885 1.52289 21.0463 1.49937 21.0035C1.13143 20.3335 1.22072 19.6128 1.4458 18.9022C1.6652 18.2095 2.0713 17.3562 2.56706 16.3145L2.60753 16.2294C2.94122 15.5282 3.21404 14.9548 3.48115 14.5073C3.75949 14.041 4.06286 13.6556 4.48501 13.3613C4.54731 13.3178 4.61098 13.2765 4.67594 13.2373C5.11786 12.9707 5.58659 12.8554 6.11423 12.8013C6.61583 12.75 7.2251 12.75 7.96211 12.75H7.96213H8.03792H8.03793Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0379 1.75C12.775 1.74999 13.3842 1.74997 13.8858 1.80133C14.4135 1.85536 14.8822 1.97066 15.3241 2.2373C15.3891 2.2765 15.4527 2.31785 15.515 2.36129C15.9372 2.65563 16.2406 3.041 16.5189 3.50732C16.786 3.95484 17.0588 4.52817 17.3925 5.22944L17.433 5.31448L17.433 5.31451C17.9288 6.35624 18.3348 7.20955 18.5542 7.90223C18.7793 8.61282 18.8686 9.33349 18.5007 10.0035C18.4772 10.0463 18.4524 10.0885 18.4264 10.1298C18.0133 10.7869 17.3407 11.0361 16.621 11.1453C15.9309 11.2501 15.0243 11.25 13.9317 11.25H10.0684C8.97571 11.25 8.06913 11.2501 7.37908 11.1453C6.65938 11.0361 5.98677 10.7869 5.57368 10.1298C5.54767 10.0885 5.52289 10.0463 5.49937 10.0035C5.13143 9.33349 5.22072 8.61282 5.4458 7.90223C5.6652 7.20955 6.0713 6.35622 6.56706 5.31448L6.60753 5.22943C6.94122 4.52817 7.21404 3.95484 7.48115 3.50732C7.75949 3.041 8.06286 2.65563 8.48501 2.36129C8.54731 2.31785 8.61098 2.2765 8.67594 2.2373C9.11786 1.97066 9.58659 1.85536 10.1142 1.80133C10.6158 1.74997 11.2251 1.74999 11.9621 1.75H11.9621H12.0379H12.0379Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7073 21.9086C15.6067 22.0681 15.5563 22.1478 15.5848 22.1995C15.6134 22.2513 15.7032 22.2513 15.8829 22.2513H17.9309C19.0236 22.2513 19.9302 22.2513 20.6203 22.1466C21.3889 22.0299 22.112 21.7113 22.5 21.0048C22.8679 20.3347 22.7786 19.6141 22.5535 18.9035C22.3341 18.2108 21.9281 17.3575 21.4323 16.3158C21.1427 15.7071 20.8641 15.0881 20.5182 14.5086C20.2398 14.0423 19.9365 13.6569 19.5143 13.3625C19.0299 13.0247 18.4693 12.8624 17.8851 12.8026C17.3835 12.7512 16.7743 12.7512 16.0373 12.7513C15.3969 12.7513 14.7515 12.7373 14.1135 12.8026C13.9183 12.8226 13.7311 12.851 13.5504 12.8923C13.4256 12.9208 13.3631 12.9351 13.3444 12.9858C13.3256 13.0366 13.3663 13.0916 13.4478 13.2016C13.9383 13.8645 14.2994 14.634 14.6505 15.3822C15.1727 16.4948 15.7008 17.5588 15.9832 18.4506C16.3482 19.6026 16.3711 20.857 15.7073 21.9086Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.03793 12.75C8.77495 12.75 9.38422 12.75 9.88582 12.8013C10.4135 12.8554 10.8822 12.9707 11.3241 13.2373C11.3891 13.2765 11.4527 13.3178 11.515 13.3613C11.9372 13.6556 12.2406 14.041 12.5189 14.5073C12.786 14.9548 13.0588 15.5282 13.3925 16.2294L13.433 16.3145L13.433 16.3145C13.9288 17.3562 14.3348 18.2096 14.5542 18.9022C14.7793 19.6128 14.8686 20.3335 14.5007 21.0035C14.4772 21.0463 14.4524 21.0885 14.4264 21.1298C14.0133 21.7869 13.3407 22.0361 12.621 22.1453C11.9309 22.2501 11.0243 22.25 9.93165 22.25H6.0684C4.97571 22.25 4.06913 22.2501 3.37908 22.1453C2.65938 22.0361 1.98677 21.7869 1.57368 21.1298C1.54767 21.0885 1.52289 21.0463 1.49937 21.0035C1.13143 20.3335 1.22072 19.6128 1.4458 18.9022C1.6652 18.2095 2.0713 17.3562 2.56706 16.3145L2.60753 16.2294C2.94122 15.5282 3.21404 14.9548 3.48115 14.5073C3.75949 14.041 4.06286 13.6556 4.48501 13.3613C4.54731 13.3178 4.61098 13.2765 4.67594 13.2373C5.11786 12.9707 5.58659 12.8554 6.11423 12.8013C6.61583 12.75 7.2251 12.75 7.96211 12.75H7.96213H8.03792H8.03793Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-gold{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.7804 15C18.2543 15 18.6566 15 18.9902 15.0286C19.3436 15.0588 19.6754 15.1245 19.9978 15.2864C20.2685 15.4222 20.5144 15.6026 20.7258 15.8198C20.9769 16.0778 21.1415 16.3743 21.2804 16.7031C21.4121 17.0147 21.5389 17.4016 21.689 17.8597L22.0248 18.8839L22.0413 18.9343C22.224 19.4916 22.3859 19.9855 22.457 20.3916C22.533 20.826 22.5365 21.3222 22.2202 21.7684C21.9016 22.2179 21.4305 22.3749 20.9945 22.4399C20.5906 22.5001 20.0764 22.5001 19.5004 22.5H19.5004L19.4463 22.5H16.0534L15.9993 22.5H15.9993C15.4233 22.5001 14.9091 22.5001 14.5052 22.4399C14.0692 22.3749 13.5981 22.2179 13.2795 21.7684C12.9632 21.3222 12.9667 20.826 13.0427 20.3916C13.1138 19.9855 13.2757 19.4916 13.4584 18.9343L13.4585 18.9343L13.4749 18.8839L13.8107 17.8597L13.8107 17.8597C13.9608 17.4015 14.0876 17.0147 14.2193 16.7031C14.3582 16.3743 14.5228 16.0778 14.7739 15.8198C14.9853 15.6026 15.2312 15.4222 15.5019 15.2864C15.8243 15.1245 16.1561 15.0588 16.5095 15.0286C16.8431 15 17.2454 15 17.7193 15H17.7194H17.7803H17.7804Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.2804 7C12.7543 6.99999 13.1566 6.99998 13.4902 7.02857C13.8436 7.05885 14.1754 7.12449 14.4978 7.28636C14.7685 7.42224 15.0144 7.60265 15.2258 7.81984C15.4769 8.07778 15.6415 8.3743 15.7804 8.7031C15.9121 9.01467 16.0389 9.40155 16.189 9.85971L16.5248 10.8839L16.5413 10.9343C16.724 11.4916 16.8859 11.9855 16.957 12.3916C17.033 12.826 17.0365 13.3222 16.7202 13.7684C16.4016 14.2179 15.9305 14.3749 15.4945 14.4399C15.0906 14.5001 14.5764 14.5001 14.0004 14.5H14.0004L13.9463 14.5H10.5534L10.4993 14.5H10.4993C9.92329 14.5001 9.40905 14.5001 9.00521 14.4399C8.56921 14.3749 8.09806 14.2179 7.77946 13.7684C7.46319 13.3222 7.46666 12.826 7.54269 12.3916C7.61375 11.9855 7.7757 11.4916 7.95845 10.9343L7.95845 10.9343L7.97495 10.8839L8.31068 9.8597L8.31068 9.8597C8.46084 9.40154 8.58764 9.01467 8.71929 8.7031C8.8582 8.3743 9.02277 8.07778 9.27386 7.81984C9.48528 7.60265 9.73123 7.42224 10.0019 7.28636C10.3243 7.12449 10.6561 7.05885 11.0095 7.02857C11.3431 6.99998 11.7454 6.99999 12.2193 7H12.2194H12.2803H12.2804Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.78036 15C7.25434 15 7.65657 15 7.99024 15.0286C8.34357 15.0588 8.67538 15.1245 8.99782 15.2864C9.26847 15.4222 9.51442 15.6026 9.72584 15.8198C9.97693 16.0778 10.1415 16.3743 10.2804 16.7031C10.4121 17.0147 10.5389 17.4016 10.689 17.8597L11.0248 18.8839L11.0413 18.9343C11.224 19.4916 11.3859 19.9855 11.457 20.3916C11.533 20.826 11.5365 21.3222 11.2202 21.7684C10.9016 22.2179 10.4305 22.3749 9.9945 22.4399C9.59065 22.5001 9.07641 22.5001 8.50038 22.5H8.50035L8.44628 22.5H5.05342L4.99935 22.5H4.99932C4.42329 22.5001 3.90905 22.5001 3.50521 22.4399C3.06921 22.3749 2.59806 22.2179 2.27946 21.7684C1.96319 21.3222 1.96666 20.826 2.04269 20.3916C2.11375 19.9855 2.2757 19.4916 2.45845 18.9343L2.45845 18.9343L2.47495 18.8839L2.81068 17.8597L2.81068 17.8597C2.96084 17.4015 3.08764 17.0147 3.21929 16.7031C3.3582 16.3743 3.52277 16.0778 3.77386 15.8198C3.98528 15.6026 4.23123 15.4222 4.50188 15.2864C4.82432 15.1245 5.15613 15.0588 5.50946 15.0286C5.84313 15 6.24536 15 6.71934 15H6.71936H6.78034H6.78036Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.25 2C12.6642 2 13 2.33579 13 2.75V4.75C13 5.16421 12.6642 5.5 12.25 5.5C11.8358 5.5 11.5 5.16421 11.5 4.75V2.75C11.5 2.33579 11.8358 2 12.25 2ZM7.21967 3.71967C7.51256 3.42678 7.98744 3.42678 8.28033 3.71967L9.78033 5.21967C10.0732 5.51256 10.0732 5.98744 9.78033 6.28033C9.48744 6.57322 9.01256 6.57322 8.71967 6.28033L7.21967 4.78033C6.92678 4.48744 6.92678 4.01256 7.21967 3.71967ZM17.2803 3.71967C17.5732 4.01256 17.5732 4.48744 17.2803 4.78033L15.7803 6.28033C15.4874 6.57322 15.0126 6.57322 14.7197 6.28033C14.4268 5.98744 14.4268 5.51256 14.7197 5.21967L16.2197 3.71967C16.5126 3.42678 16.9874 3.42678 17.2803 3.71967Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.7804 15C18.2543 15 18.6566 15 18.9902 15.0286C19.3436 15.0588 19.6754 15.1245 19.9978 15.2864C20.2685 15.4222 20.5144 15.6026 20.7258 15.8198C20.9769 16.0778 21.1415 16.3743 21.2804 16.7031C21.4121 17.0147 21.5389 17.4016 21.689 17.8597L22.0248 18.8839L22.0413 18.9343C22.224 19.4916 22.3859 19.9855 22.457 20.3916C22.533 20.826 22.5365 21.3222 22.2202 21.7684C21.9016 22.2179 21.4305 22.3749 20.9945 22.4399C20.5906 22.5001 20.0764 22.5001 19.5004 22.5H19.5004L19.4463 22.5H16.0534L15.9993 22.5H15.9993C15.4233 22.5001 14.9091 22.5001 14.5052 22.4399C14.0692 22.3749 13.5981 22.2179 13.2795 21.7684C12.9632 21.3222 12.9667 20.826 13.0427 20.3916C13.1138 19.9855 13.2757 19.4916 13.4584 18.9343L13.4585 18.9343L13.4749 18.8839L13.8107 17.8597L13.8107 17.8597C13.9608 17.4015 14.0876 17.0147 14.2193 16.7031C14.3582 16.3743 14.5228 16.0778 14.7739 15.8198C14.9853 15.6026 15.2312 15.4222 15.5019 15.2864C15.8243 15.1245 16.1561 15.0588 16.5095 15.0286C16.8431 15 17.2454 15 17.7193 15H17.7194H17.7803H17.7804Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.2804 7C12.7543 6.99999 13.1566 6.99998 13.4902 7.02857C13.8436 7.05885 14.1754 7.12449 14.4978 7.28636C14.7685 7.42224 15.0144 7.60265 15.2258 7.81984C15.4769 8.07778 15.6415 8.3743 15.7804 8.7031C15.9121 9.01467 16.0389 9.40155 16.189 9.85971L16.5248 10.8839L16.5413 10.9343C16.724 11.4916 16.8859 11.9855 16.957 12.3916C17.033 12.826 17.0365 13.3222 16.7202 13.7684C16.4016 14.2179 15.9305 14.3749 15.4945 14.4399C15.0906 14.5001 14.5764 14.5001 14.0004 14.5H14.0004L13.9463 14.5H10.5534L10.4993 14.5H10.4993C9.92329 14.5001 9.40905 14.5001 9.00521 14.4399C8.56921 14.3749 8.09806 14.2179 7.77946 13.7684C7.46319 13.3222 7.46666 12.826 7.54269 12.3916C7.61375 11.9855 7.7757 11.4916 7.95845 10.9343L7.95845 10.9343L7.97495 10.8839L8.31068 9.8597L8.31068 9.8597C8.46084 9.40154 8.58764 9.01467 8.71929 8.7031C8.8582 8.3743 9.02277 8.07778 9.27386 7.81984C9.48528 7.60265 9.73123 7.42224 10.0019 7.28636C10.3243 7.12449 10.6561 7.05885 11.0095 7.02857C11.3431 6.99998 11.7454 6.99999 12.2193 7H12.2194H12.2803H12.2804Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.78036 15C7.25434 15 7.65657 15 7.99024 15.0286C8.34357 15.0588 8.67538 15.1245 8.99782 15.2864C9.26847 15.4222 9.51442 15.6026 9.72584 15.8198C9.97693 16.0778 10.1415 16.3743 10.2804 16.7031C10.4121 17.0147 10.5389 17.4016 10.689 17.8597L11.0248 18.8839L11.0413 18.9343C11.224 19.4916 11.3859 19.9855 11.457 20.3916C11.533 20.826 11.5365 21.3222 11.2202 21.7684C10.9016 22.2179 10.4305 22.3749 9.9945 22.4399C9.59065 22.5001 9.07641 22.5001 8.50038 22.5H8.50035L8.44628 22.5H5.05342L4.99935 22.5H4.99932C4.42329 22.5001 3.90905 22.5001 3.50521 22.4399C3.06921 22.3749 2.59806 22.2179 2.27946 21.7684C1.96319 21.3222 1.96666 20.826 2.04269 20.3916C2.11375 19.9855 2.2757 19.4916 2.45845 18.9343L2.45845 18.9343L2.47495 18.8839L2.81068 17.8597L2.81068 17.8597C2.96084 17.4015 3.08764 17.0147 3.21929 16.7031C3.3582 16.3743 3.52277 16.0778 3.77386 15.8198C3.98528 15.6026 4.23123 15.4222 4.50188 15.2864C4.82432 15.1245 5.15613 15.0588 5.50946 15.0286C5.84313 15 6.24536 15 6.71934 15H6.71936H6.78034H6.78036Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.25 2C12.6642 2 13 2.33579 13 2.75V4.75C13 5.16421 12.6642 5.5 12.25 5.5C11.8358 5.5 11.5 5.16421 11.5 4.75V2.75C11.5 2.33579 11.8358 2 12.25 2ZM7.21967 3.71967C7.51256 3.42678 7.98744 3.42678 8.28033 3.71967L9.78033 5.21967C10.0732 5.51256 10.0732 5.98744 9.78033 6.28033C9.48744 6.57322 9.01256 6.57322 8.71967 6.28033L7.21967 4.78033C6.92678 4.48744 6.92678 4.01256 7.21967 3.71967ZM17.2803 3.71967C17.5732 4.01256 17.5732 4.48744 17.2803 4.78033L15.7803 6.28033C15.4874 6.57322 15.0126 6.57322 14.7197 6.28033C14.4268 5.98744 14.4268 5.51256 14.7197 5.21967L16.2197 3.71967C16.5126 3.42678 16.9874 3.42678 17.2803 3.71967Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-idea{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.8458 15.25C15.976 15.25 16.1044 15.25 16.2126 15.2553C16.3268 15.2609 16.4803 15.2744 16.6402 15.3263C17.1379 15.4876 17.4733 15.8781 17.4987 16.3212C17.5069 16.4635 17.4739 16.5889 17.4442 16.6811C17.4161 16.7684 17.3755 16.8701 17.3343 16.9736C17.1902 17.3358 17.0465 17.6972 16.8653 17.9358C16.4882 18.4326 15.8965 18.7895 15.2123 18.932C14.8836 19.0004 14.5266 19.0002 14.0705 19L13.9881 18.9999H10.0119L9.9295 19C9.47335 19.0002 9.11637 19.0004 8.78764 18.932C8.10347 18.7895 7.5118 18.4326 7.13467 17.9358C6.95351 17.6972 6.84109 17.4145 6.697 17.0523C6.65577 16.9488 6.58388 16.7684 6.55577 16.6811C6.5261 16.5889 6.4931 16.4635 6.50126 16.3212C6.52666 15.8781 6.86202 15.4876 7.35973 15.3263C7.51965 15.2744 7.67317 15.2609 7.78741 15.2553C7.89561 15.25 8.02399 15.25 8.15422 15.25H8.15428H15.8457H15.8458Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.1875C8.23203 3.1875 5.19444 6.19766 5.19444 9.89015C5.19444 11.1533 5.54828 12.3325 6.16379 13.34C6.44299 13.797 6.29751 14.393 5.83886 14.6712C5.38021 14.9494 4.78207 14.8045 4.50288 14.3475C3.70768 13.0458 3.25 11.5195 3.25 9.89015C3.25 5.10904 7.17688 1.25 12 1.25C16.8231 1.25 20.75 5.10904 20.75 9.89015C20.75 11.5195 20.2923 13.0458 19.4971 14.3475C19.2179 14.8045 18.6198 14.9494 18.1611 14.6712C17.7025 14.393 17.557 13.797 17.8362 13.34C18.4517 12.3325 18.8056 11.1533 18.8056 9.89015C18.8056 6.19766 15.768 3.1875 12 3.1875ZM12 9.96875C12.5369 9.96875 12.9722 10.4025 12.9722 10.9375V15.7812C12.9722 16.3163 12.5369 16.75 12 16.75C11.4631 16.75 11.0278 16.3163 11.0278 15.7812V10.9375C11.0278 10.4025 11.4631 9.96875 12 9.96875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.41723 19.9029C8.53665 20.5024 8.62973 20.9698 8.84904 21.3565C9.18587 21.9505 9.73163 22.3979 10.3801 22.6117C10.8024 22.7509 11.3902 22.7505 12.0016 22.75C12.6129 22.7505 13.2008 22.7509 13.623 22.6117C14.2715 22.3979 14.8173 21.9505 15.1541 21.3565C15.3734 20.9698 15.4665 20.5024 15.5859 19.9029L15.6164 19.75H8.38672L8.41723 19.9029Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.8458 15.25C15.976 15.25 16.1044 15.25 16.2126 15.2553C16.3268 15.2609 16.4803 15.2744 16.6402 15.3263C17.1379 15.4876 17.4733 15.8781 17.4987 16.3212C17.5069 16.4635 17.4739 16.5889 17.4442 16.6811C17.4161 16.7684 17.3755 16.8701 17.3343 16.9736C17.1902 17.3358 17.0465 17.6972 16.8653 17.9358C16.4882 18.4326 15.8965 18.7895 15.2123 18.932C14.8836 19.0004 14.5266 19.0002 14.0705 19L13.9881 18.9999H10.0119L9.9295 19C9.47335 19.0002 9.11637 19.0004 8.78764 18.932C8.10347 18.7895 7.5118 18.4326 7.13467 17.9358C6.95351 17.6972 6.84109 17.4145 6.697 17.0523C6.65577 16.9488 6.58388 16.7684 6.55577 16.6811C6.5261 16.5889 6.4931 16.4635 6.50126 16.3212C6.52666 15.8781 6.86202 15.4876 7.35973 15.3263C7.51965 15.2744 7.67317 15.2609 7.78741 15.2553C7.89561 15.25 8.02399 15.25 8.15422 15.25H8.15428H15.8457H15.8458Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.1875C8.23203 3.1875 5.19444 6.19766 5.19444 9.89015C5.19444 11.1533 5.54828 12.3325 6.16379 13.34C6.44299 13.797 6.29751 14.393 5.83886 14.6712C5.38021 14.9494 4.78207 14.8045 4.50288 14.3475C3.70768 13.0458 3.25 11.5195 3.25 9.89015C3.25 5.10904 7.17688 1.25 12 1.25C16.8231 1.25 20.75 5.10904 20.75 9.89015C20.75 11.5195 20.2923 13.0458 19.4971 14.3475C19.2179 14.8045 18.6198 14.9494 18.1611 14.6712C17.7025 14.393 17.557 13.797 17.8362 13.34C18.4517 12.3325 18.8056 11.1533 18.8056 9.89015C18.8056 6.19766 15.768 3.1875 12 3.1875ZM12 9.96875C12.5369 9.96875 12.9722 10.4025 12.9722 10.9375V15.7812C12.9722 16.3163 12.5369 16.75 12 16.75C11.4631 16.75 11.0278 16.3163 11.0278 15.7812V10.9375C11.0278 10.4025 11.4631 9.96875 12 9.96875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.41723 19.9029C8.53665 20.5024 8.62973 20.9698 8.84904 21.3565C9.18587 21.9505 9.73163 22.3979 10.3801 22.6117C10.8024 22.7509 11.3902 22.7505 12.0016 22.75C12.6129 22.7505 13.2008 22.7509 13.623 22.6117C14.2715 22.3979 14.8173 21.9505 15.1541 21.3565C15.3734 20.9698 15.4665 20.5024 15.5859 19.9029L15.6164 19.75H8.38672L8.41723 19.9029Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-important-book{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 6C1.25 5.44772 1.69772 5 2.25 5L4.75 5C5.30229 5 5.75 5.44772 5.75 6C5.75 6.55229 5.30228 7 4.75 7L2.25 7C1.69772 7 1.25 6.55228 1.25 6ZM1.25 12C1.25 11.4477 1.69772 11 2.25 11L4.75 11C5.30229 11 5.75 11.4477 5.75 12C5.75 12.5523 5.30228 13 4.75 13H2.25C1.69772 13 1.25 12.5523 1.25 12ZM1.25 18C1.25 17.4477 1.69772 17 2.25 17H4.75C5.30228 17 5.75 17.4477 5.75 18C5.75 18.5523 5.30228 19 4.75 19H2.25C1.69772 19 1.25 18.5523 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2598 8.75C13.674 8.75 14.0098 9.08579 14.0098 9.5V12.292C14.0098 12.7062 13.674 13.042 13.2598 13.042C12.8456 13.042 12.5098 12.7062 12.5098 12.292V9.5C12.5098 9.08579 12.8456 8.75 13.2598 8.75ZM12.5 14.5C12.5 14.0858 12.8358 13.75 13.25 13.75H13.259C13.6732 13.75 14.009 14.0858 14.009 14.5C14.009 14.9142 13.6732 15.25 13.259 15.25H13.25C12.8358 15.25 12.5 14.9142 12.5 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0564 1.25H14.0564H14.0564H12.4436H12.4436H12.4436C10.6058 1.24998 9.15019 1.24997 8.01098 1.40314C6.83856 1.56076 5.88961 1.89288 5.14124 2.64124C4.39288 3.38961 4.06076 4.33856 3.90314 5.51098C3.74997 6.65019 3.74998 8.10581 3.75 9.94356V9.94357V9.94358V14.0564V14.0564V14.0564C3.74998 15.8942 3.74997 17.3498 3.90314 18.489C4.06076 19.6614 4.39288 20.6104 5.14124 21.3588C5.88961 22.1071 6.83856 22.4392 8.01098 22.5969C9.15018 22.75 10.6058 22.75 12.4435 22.75H12.4436H14.0564H14.0565C15.8942 22.75 17.3498 22.75 18.489 22.5969C19.6614 22.4392 20.6104 22.1071 21.3588 21.3588C22.1071 20.6104 22.4392 19.6614 22.5969 18.489C22.75 17.3498 22.75 15.8942 22.75 14.0565V14.0564V9.94359V9.94354C22.75 8.1058 22.75 6.65018 22.5969 5.51098C22.4392 4.33856 22.1071 3.38961 21.3588 2.64124C20.6104 1.89288 19.6614 1.56076 18.489 1.40314C17.3498 1.24997 15.8942 1.24998 14.0564 1.25ZM9 12C9 9.65279 10.9028 7.75 13.25 7.75C15.5972 7.75 17.5 9.65279 17.5 12C17.5 14.3472 15.5972 16.25 13.25 16.25C10.9028 16.25 9 14.3472 9 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 6C1.25 5.44772 1.69772 5 2.25 5L4.75 5C5.30229 5 5.75 5.44772 5.75 6C5.75 6.55229 5.30228 7 4.75 7L2.25 7C1.69772 7 1.25 6.55228 1.25 6ZM1.25 12C1.25 11.4477 1.69772 11 2.25 11L4.75 11C5.30229 11 5.75 11.4477 5.75 12C5.75 12.5523 5.30228 13 4.75 13H2.25C1.69772 13 1.25 12.5523 1.25 12ZM1.25 18C1.25 17.4477 1.69772 17 2.25 17H4.75C5.30228 17 5.75 17.4477 5.75 18C5.75 18.5523 5.30228 19 4.75 19H2.25C1.69772 19 1.25 18.5523 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2598 8.75C13.674 8.75 14.0098 9.08579 14.0098 9.5V12.292C14.0098 12.7062 13.674 13.042 13.2598 13.042C12.8456 13.042 12.5098 12.7062 12.5098 12.292V9.5C12.5098 9.08579 12.8456 8.75 13.2598 8.75ZM12.5 14.5C12.5 14.0858 12.8358 13.75 13.25 13.75H13.259C13.6732 13.75 14.009 14.0858 14.009 14.5C14.009 14.9142 13.6732 15.25 13.259 15.25H13.25C12.8358 15.25 12.5 14.9142 12.5 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0564 1.25H14.0564H14.0564H12.4436H12.4436H12.4436C10.6058 1.24998 9.15019 1.24997 8.01098 1.40314C6.83856 1.56076 5.88961 1.89288 5.14124 2.64124C4.39288 3.38961 4.06076 4.33856 3.90314 5.51098C3.74997 6.65019 3.74998 8.10581 3.75 9.94356V9.94357V9.94358V14.0564V14.0564V14.0564C3.74998 15.8942 3.74997 17.3498 3.90314 18.489C4.06076 19.6614 4.39288 20.6104 5.14124 21.3588C5.88961 22.1071 6.83856 22.4392 8.01098 22.5969C9.15018 22.75 10.6058 22.75 12.4435 22.75H12.4436H14.0564H14.0565C15.8942 22.75 17.3498 22.75 18.489 22.5969C19.6614 22.4392 20.6104 22.1071 21.3588 21.3588C22.1071 20.6104 22.4392 19.6614 22.5969 18.489C22.75 17.3498 22.75 15.8942 22.75 14.0565V14.0564V9.94359V9.94354C22.75 8.1058 22.75 6.65018 22.5969 5.51098C22.4392 4.33856 22.1071 3.38961 21.3588 2.64124C20.6104 1.89288 19.6614 1.56076 18.489 1.40314C17.3498 1.24997 15.8942 1.24998 14.0564 1.25ZM9 12C9 9.65279 10.9028 7.75 13.25 7.75C15.5972 7.75 17.5 9.65279 17.5 12C17.5 14.3472 15.5972 16.25 13.25 16.25C10.9028 16.25 9 14.3472 9 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-invoice{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 22.75C9.7007 22.75 9.44762 22.6611 9.2239 22.5507C9.02352 22.4518 8.80135 22.3117 8.56674 22.1637L8.5667 22.1636L6.62905 20.9417C6.37416 20.7809 6.22825 20.6899 6.11404 20.6327C6.0083 20.5747 5.93256 20.6033 5.9079 20.6249C5.7948 20.678 5.64376 20.7696 5.37095 20.9417L4.86225 21.2911C4.65149 21.4359 4.39744 21.6033 4.12709 21.7447C3.655 21.9917 2.81435 22.3299 2.05584 21.8414C1.54247 21.5107 1.38152 20.9658 1.3149 20.487C1.24992 20.0198 1.24996 19.4095 1.25 18.7008L1.25 7.99976C1.24998 6.61906 1.24997 5.50754 1.36641 4.63362C1.48716 3.72735 1.74526 2.96484 2.34597 2.35869C2.94761 1.75161 3.70602 1.48992 4.60737 1.36764C5.47476 1.24997 6.57745 1.24998 7.94464 1.25H7.94466H7.94471H10H20.016C20.4911 1.25 20.8802 1.4793 21.1687 1.7609C21.4541 2.03946 21.6847 2.40829 21.8722 2.81006C22.2537 3.62725 22.5229 4.73858 22.6684 5.96436V5.96438V5.9644C22.7158 6.36376 22.7614 6.74776 22.7473 7.07225C22.7309 7.4502 22.6325 7.83058 22.3326 8.16518C22.0239 8.50953 21.6366 8.64315 21.2576 8.69983C20.921 8.75013 20.5084 8.75007 20.0646 8.75001L20.016 8.75H18.75L18.75 18.7008V18.7009C18.75 19.4096 18.7501 20.0198 18.6851 20.487C18.6185 20.9658 18.4575 21.5107 17.9441 21.8414C17.1856 22.3299 16.345 21.9917 15.8729 21.7447C15.6025 21.6033 15.3485 21.4359 15.1377 21.2911L14.629 20.9417C14.3562 20.7696 14.2052 20.678 14.0921 20.6249C14.0674 20.6033 13.9917 20.5747 13.8859 20.6327C13.7717 20.6899 13.6258 20.7809 13.3709 20.9417L11.4333 22.1636C11.1987 22.3116 10.9765 22.4518 10.7761 22.5507C10.5524 22.6611 10.2993 22.75 10 22.75ZM20.121 2.83431C20.0611 2.77589 19.9721 2.77476 19.9121 2.83287C19.8853 2.8591 19.854 2.89336 19.8186 2.93803C19.652 3.14771 19.469 3.49739 19.3014 3.99624C19.0311 4.80062 18.836 5.88595 18.7724 7.12189C18.7702 7.16442 18.7682 7.20712 18.7663 7.25H20.016C20.5254 7.25 20.8236 7.24804 21.0358 7.21631C21.2003 7.19172 21.2417 7.16991 21.2487 7.00716C21.2569 6.81923 21.2283 6.55875 21.173 6.09207C21.0404 4.97278 20.7989 4.05692 20.513 3.44447C20.3694 3.13683 20.2313 2.94203 20.121 2.83431ZM10.75 7C10.75 6.58579 10.4142 6.25 10 6.25C9.58579 6.25 9.25 6.58579 9.25 7V7.33359C8.83582 7.42809 8.45427 7.60048 8.13579 7.83934C7.63179 8.21734 7.25 8.79679 7.25 9.5C7.25 10.2032 7.63179 10.7827 8.13579 11.1607C8.63955 11.5385 9.30113 11.75 10 11.75C10.4057 11.75 10.7441 11.8743 10.9642 12.0393C11.1841 12.2042 11.25 12.3748 11.25 12.5C11.25 12.6252 11.1841 12.7958 10.9642 12.9607C10.7441 13.1257 10.4057 13.25 10 13.25C9.33162 13.25 8.90947 12.929 8.79224 12.6803C8.61566 12.3056 8.16877 12.145 7.79408 12.3216C7.41939 12.4981 7.25879 12.945 7.43537 13.3197C7.76526 14.0197 8.46133 14.4848 9.25 14.6655V15C9.25 15.4142 9.58579 15.75 10 15.75C10.4142 15.75 10.75 15.4142 10.75 15V14.6664C11.1642 14.5719 11.5457 14.3995 11.8642 14.1607C12.3682 13.7827 12.75 13.2032 12.75 12.5C12.75 11.7968 12.3682 11.2173 11.8642 10.8393C11.3604 10.4615 10.6989 10.25 10 10.25C9.5943 10.25 9.25588 10.1257 9.03579 9.96066C8.81593 9.79576 8.75 9.62522 8.75 9.5C8.75 9.37478 8.81593 9.20423 9.03579 9.03934C9.25588 8.87427 9.5943 8.75 10 8.75C10.6684 8.75 11.0905 9.07097 11.2078 9.31972C11.3843 9.69441 11.8312 9.85502 12.2059 9.67844C12.5806 9.50186 12.7412 9.05497 12.5646 8.68028C12.2347 7.98027 11.5387 7.51515 10.75 7.33451V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 22.75C9.7007 22.75 9.44762 22.6611 9.2239 22.5507C9.02352 22.4518 8.80135 22.3117 8.56674 22.1637L8.5667 22.1636L6.62905 20.9417C6.37416 20.7809 6.22825 20.6899 6.11404 20.6327C6.0083 20.5747 5.93256 20.6033 5.9079 20.6249C5.7948 20.678 5.64376 20.7696 5.37095 20.9417L4.86225 21.2911C4.65149 21.4359 4.39744 21.6033 4.12709 21.7447C3.655 21.9917 2.81435 22.3299 2.05584 21.8414C1.54247 21.5107 1.38152 20.9658 1.3149 20.487C1.24992 20.0198 1.24996 19.4095 1.25 18.7008L1.25 7.99976C1.24998 6.61906 1.24997 5.50754 1.36641 4.63362C1.48716 3.72735 1.74526 2.96484 2.34597 2.35869C2.94761 1.75161 3.70602 1.48992 4.60737 1.36764C5.47476 1.24997 6.57745 1.24998 7.94464 1.25H7.94466H7.94471H10H20.016C20.4911 1.25 20.8802 1.4793 21.1687 1.7609C21.4541 2.03946 21.6847 2.40829 21.8722 2.81006C22.2537 3.62725 22.5229 4.73858 22.6684 5.96436V5.96438V5.9644C22.7158 6.36376 22.7614 6.74776 22.7473 7.07225C22.7309 7.4502 22.6325 7.83058 22.3326 8.16518C22.0239 8.50953 21.6366 8.64315 21.2576 8.69983C20.921 8.75013 20.5084 8.75007 20.0646 8.75001L20.016 8.75H18.75L18.75 18.7008V18.7009C18.75 19.4096 18.7501 20.0198 18.6851 20.487C18.6185 20.9658 18.4575 21.5107 17.9441 21.8414C17.1856 22.3299 16.345 21.9917 15.8729 21.7447C15.6025 21.6033 15.3485 21.4359 15.1377 21.2911L14.629 20.9417C14.3562 20.7696 14.2052 20.678 14.0921 20.6249C14.0674 20.6033 13.9917 20.5747 13.8859 20.6327C13.7717 20.6899 13.6258 20.7809 13.3709 20.9417L11.4333 22.1636C11.1987 22.3116 10.9765 22.4518 10.7761 22.5507C10.5524 22.6611 10.2993 22.75 10 22.75ZM20.121 2.83431C20.0611 2.77589 19.9721 2.77476 19.9121 2.83287C19.8853 2.8591 19.854 2.89336 19.8186 2.93803C19.652 3.14771 19.469 3.49739 19.3014 3.99624C19.0311 4.80062 18.836 5.88595 18.7724 7.12189C18.7702 7.16442 18.7682 7.20712 18.7663 7.25H20.016C20.5254 7.25 20.8236 7.24804 21.0358 7.21631C21.2003 7.19172 21.2417 7.16991 21.2487 7.00716C21.2569 6.81923 21.2283 6.55875 21.173 6.09207C21.0404 4.97278 20.7989 4.05692 20.513 3.44447C20.3694 3.13683 20.2313 2.94203 20.121 2.83431ZM10.75 7C10.75 6.58579 10.4142 6.25 10 6.25C9.58579 6.25 9.25 6.58579 9.25 7V7.33359C8.83582 7.42809 8.45427 7.60048 8.13579 7.83934C7.63179 8.21734 7.25 8.79679 7.25 9.5C7.25 10.2032 7.63179 10.7827 8.13579 11.1607C8.63955 11.5385 9.30113 11.75 10 11.75C10.4057 11.75 10.7441 11.8743 10.9642 12.0393C11.1841 12.2042 11.25 12.3748 11.25 12.5C11.25 12.6252 11.1841 12.7958 10.9642 12.9607C10.7441 13.1257 10.4057 13.25 10 13.25C9.33162 13.25 8.90947 12.929 8.79224 12.6803C8.61566 12.3056 8.16877 12.145 7.79408 12.3216C7.41939 12.4981 7.25879 12.945 7.43537 13.3197C7.76526 14.0197 8.46133 14.4848 9.25 14.6655V15C9.25 15.4142 9.58579 15.75 10 15.75C10.4142 15.75 10.75 15.4142 10.75 15V14.6664C11.1642 14.5719 11.5457 14.3995 11.8642 14.1607C12.3682 13.7827 12.75 13.2032 12.75 12.5C12.75 11.7968 12.3682 11.2173 11.8642 10.8393C11.3604 10.4615 10.6989 10.25 10 10.25C9.5943 10.25 9.25588 10.1257 9.03579 9.96066C8.81593 9.79576 8.75 9.62522 8.75 9.5C8.75 9.37478 8.81593 9.20423 9.03579 9.03934C9.25588 8.87427 9.5943 8.75 10 8.75C10.6684 8.75 11.0905 9.07097 11.2078 9.31972C11.3843 9.69441 11.8312 9.85502 12.2059 9.67844C12.5806 9.50186 12.7412 9.05497 12.5646 8.68028C12.2347 7.98027 11.5387 7.51515 10.75 7.33451V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-job-link{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 16.25C14.7574 16.25 13.75 17.2574 13.75 18.5C13.75 19.7426 14.7574 20.75 16 20.75C16.4142 20.75 16.75 21.0858 16.75 21.5C16.75 21.9142 16.4142 22.25 16 22.25C13.9289 22.25 12.25 20.5711 12.25 18.5C12.25 16.4289 13.9289 14.75 16 14.75C16.4142 14.75 16.75 15.0858 16.75 15.5C16.75 15.9142 16.4142 16.25 16 16.25ZM18.25 15.5C18.25 15.0858 18.5858 14.75 19 14.75C21.0711 14.75 22.75 16.4289 22.75 18.5C22.75 20.5711 21.0711 22.25 19 22.25C18.5858 22.25 18.25 21.9142 18.25 21.5C18.25 21.0858 18.5858 20.75 19 20.75C20.2426 20.75 21.25 19.7426 21.25 18.5C21.25 17.2574 20.2426 16.25 19 16.25C18.5858 16.25 18.25 15.9142 18.25 15.5ZM15.25 18.5C15.25 18.0858 15.5858 17.75 16 17.75H19C19.4142 17.75 19.75 18.0858 19.75 18.5C19.75 18.9142 19.4142 19.25 19 19.25H16C15.5858 19.25 15.25 18.9142 15.25 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4653 5.25H9.54836H9.54835C7.8042 5.24998 6.41746 5.24997 5.33103 5.39881C4.20972 5.55243 3.29737 5.87711 2.5785 6.60965C1.86155 7.34022 1.54553 8.26413 1.39567 9.39997C1.24997 10.5042 1.24999 12.0256 1.25 13.8053V13.8053C1.24999 15.5851 1.24997 16.9958 1.39567 18.1C1.54553 19.2359 1.86155 20.1598 2.5785 20.8904C3.29737 21.6229 4.20972 21.9476 5.33103 22.1012C6.41745 22.25 7.80415 22.25 9.54827 22.25H12.3258C11.3534 21.2971 10.75 19.969 10.75 18.5C10.75 15.6005 13.1005 13.25 16 13.25H19C20.0083 13.25 20.9502 13.5343 21.75 14.027V11.4923L21.7498 11.4845C21.705 9.30913 21.5271 7.72233 20.4352 6.60965C19.7163 5.87711 18.8039 5.55243 17.6826 5.39881C16.5962 5.24997 15.2095 5.24998 13.4653 5.25H13.4653Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5 1.75C12.202 1.74997 12.9887 1.74994 13.489 1.80636C14.0285 1.86718 14.5376 2.00167 15.0007 2.3313C15.4609 2.65886 15.7452 3.08653 15.9695 3.56267C16.1797 4.00911 16.3706 4.57486 16.5936 5.23559L16.704 5.56253C16.8653 6.0405 16.5892 6.55251 16.0873 6.70615C15.5855 6.85978 15.0478 6.59685 14.8865 6.11889C14.6437 5.39941 14.3894 4.65013 14.2277 4.30681C14.0751 3.98287 13.9601 3.86036 13.8578 3.78755C13.7584 3.71681 13.6129 3.65111 13.2646 3.61184C12.8898 3.56957 12.2699 3.56809 11.5 3.56809C10.7301 3.56809 10.1102 3.56957 9.73541 3.61184C9.38714 3.65111 9.24158 3.71681 9.1422 3.78755C9.03992 3.86036 8.9249 3.98287 8.77232 4.30681C8.61061 4.65013 8.35629 5.39941 8.11347 6.11889C7.95215 6.59685 7.41454 6.85978 6.91267 6.70615C6.4108 6.55251 6.13473 6.0405 6.29605 5.56253L6.40639 5.23559L6.40639 5.23558C6.62935 4.57485 6.82027 4.00911 7.03055 3.56267C7.25482 3.08653 7.53914 2.65886 7.9993 2.3313C8.46236 2.00167 8.97155 1.86718 9.51096 1.80636C10.0113 1.74994 10.798 1.74997 11.5 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 16.25C14.7574 16.25 13.75 17.2574 13.75 18.5C13.75 19.7426 14.7574 20.75 16 20.75C16.4142 20.75 16.75 21.0858 16.75 21.5C16.75 21.9142 16.4142 22.25 16 22.25C13.9289 22.25 12.25 20.5711 12.25 18.5C12.25 16.4289 13.9289 14.75 16 14.75C16.4142 14.75 16.75 15.0858 16.75 15.5C16.75 15.9142 16.4142 16.25 16 16.25ZM18.25 15.5C18.25 15.0858 18.5858 14.75 19 14.75C21.0711 14.75 22.75 16.4289 22.75 18.5C22.75 20.5711 21.0711 22.25 19 22.25C18.5858 22.25 18.25 21.9142 18.25 21.5C18.25 21.0858 18.5858 20.75 19 20.75C20.2426 20.75 21.25 19.7426 21.25 18.5C21.25 17.2574 20.2426 16.25 19 16.25C18.5858 16.25 18.25 15.9142 18.25 15.5ZM15.25 18.5C15.25 18.0858 15.5858 17.75 16 17.75H19C19.4142 17.75 19.75 18.0858 19.75 18.5C19.75 18.9142 19.4142 19.25 19 19.25H16C15.5858 19.25 15.25 18.9142 15.25 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4653 5.25H9.54836H9.54835C7.8042 5.24998 6.41746 5.24997 5.33103 5.39881C4.20972 5.55243 3.29737 5.87711 2.5785 6.60965C1.86155 7.34022 1.54553 8.26413 1.39567 9.39997C1.24997 10.5042 1.24999 12.0256 1.25 13.8053V13.8053C1.24999 15.5851 1.24997 16.9958 1.39567 18.1C1.54553 19.2359 1.86155 20.1598 2.5785 20.8904C3.29737 21.6229 4.20972 21.9476 5.33103 22.1012C6.41745 22.25 7.80415 22.25 9.54827 22.25H12.3258C11.3534 21.2971 10.75 19.969 10.75 18.5C10.75 15.6005 13.1005 13.25 16 13.25H19C20.0083 13.25 20.9502 13.5343 21.75 14.027V11.4923L21.7498 11.4845C21.705 9.30913 21.5271 7.72233 20.4352 6.60965C19.7163 5.87711 18.8039 5.55243 17.6826 5.39881C16.5962 5.24997 15.2095 5.24998 13.4653 5.25H13.4653Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5 1.75C12.202 1.74997 12.9887 1.74994 13.489 1.80636C14.0285 1.86718 14.5376 2.00167 15.0007 2.3313C15.4609 2.65886 15.7452 3.08653 15.9695 3.56267C16.1797 4.00911 16.3706 4.57486 16.5936 5.23559L16.704 5.56253C16.8653 6.0405 16.5892 6.55251 16.0873 6.70615C15.5855 6.85978 15.0478 6.59685 14.8865 6.11889C14.6437 5.39941 14.3894 4.65013 14.2277 4.30681C14.0751 3.98287 13.9601 3.86036 13.8578 3.78755C13.7584 3.71681 13.6129 3.65111 13.2646 3.61184C12.8898 3.56957 12.2699 3.56809 11.5 3.56809C10.7301 3.56809 10.1102 3.56957 9.73541 3.61184C9.38714 3.65111 9.24158 3.71681 9.1422 3.78755C9.03992 3.86036 8.9249 3.98287 8.77232 4.30681C8.61061 4.65013 8.35629 5.39941 8.11347 6.11889C7.95215 6.59685 7.41454 6.85978 6.91267 6.70615C6.4108 6.55251 6.13473 6.0405 6.29605 5.56253L6.40639 5.23559L6.40639 5.23558C6.62935 4.57485 6.82027 4.00911 7.03055 3.56267C7.25482 3.08653 7.53914 2.65886 7.9993 2.3313C8.46236 2.00167 8.97155 1.86718 9.51096 1.80636C10.0113 1.74994 10.798 1.74997 11.5 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-job-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 1.25C12.202 1.24997 12.9887 1.24994 13.489 1.30636C14.0285 1.36718 14.5376 1.50167 15.0007 1.8313C15.4609 2.15886 15.7452 2.58653 15.9695 3.06267C16.1797 3.50911 16.3706 4.07486 16.5936 4.73559L16.704 5.06253C16.8653 5.5405 16.5892 6.05251 16.0873 6.20615C15.5855 6.35978 15.0478 6.09685 14.8865 5.61889C14.6437 4.89941 14.3894 4.15013 14.2277 3.80681C14.0751 3.48287 13.9601 3.36036 13.8578 3.28755C13.7584 3.21681 13.6129 3.15111 13.2646 3.11184C12.8898 3.06957 12.2699 3.06809 11.5 3.06809C10.7301 3.06809 10.1102 3.06957 9.73541 3.11184C9.38714 3.15111 9.24158 3.21681 9.1422 3.28755C9.03992 3.36036 8.9249 3.48287 8.77232 3.80681C8.61061 4.15013 8.35629 4.89941 8.11347 5.61889C7.95215 6.09685 7.41454 6.35978 6.91267 6.20615C6.4108 6.05251 6.13473 5.5405 6.29605 5.06253L6.40639 4.73559L6.40639 4.73558C6.62935 4.07485 6.82027 3.50911 7.03055 3.06267C7.25482 2.58653 7.53914 2.15886 7.9993 1.8313C8.46236 1.50167 8.97155 1.36718 9.51096 1.30636C10.0113 1.24994 10.798 1.24997 11.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 17.2765C12.75 14.7766 14.7766 12.75 17.2765 12.75C19.7765 12.75 21.8031 14.7766 21.8031 17.2765C21.8031 18.1656 21.5468 18.9947 21.104 19.6942L22.456 21.0418C22.8471 21.4317 22.8481 22.0648 22.4582 22.456C22.0683 22.8471 21.4352 22.8481 21.044 22.4582L19.6888 21.1074C18.9905 21.5481 18.1633 21.8031 17.2765 21.8031C14.7766 21.8031 12.75 19.7765 12.75 17.2765ZM17.2765 14.75C15.8812 14.75 14.75 15.8812 14.75 17.2765C14.75 18.6719 15.8812 19.8031 17.2765 19.8031C18.6719 19.8031 19.8031 18.6719 19.8031 17.2765C19.8031 15.8812 18.6719 14.75 17.2765 14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4653 4.75H9.54836C7.80421 4.74998 6.41746 4.74997 5.33103 4.89881C4.20972 5.05243 3.29737 5.37711 2.5785 6.10965C1.86155 6.84022 1.54553 7.76413 1.39567 8.89997C1.24997 10.0042 1.24999 11.5256 1.25 13.3053C1.24999 15.0851 1.24997 16.4958 1.39567 17.6C1.54553 18.7359 1.86155 19.6598 2.5785 20.3904C3.29737 21.1229 4.20972 21.4476 5.33103 21.6012C6.41745 21.75 7.80415 21.75 9.54827 21.75H13.2382C12.0173 20.6471 11.25 19.0514 11.25 17.2765C11.25 13.9482 13.9482 11.25 17.2765 11.25C19.0514 11.25 20.6471 12.0173 21.75 13.2382V10.9923L21.7498 10.9845C21.705 8.80913 21.5271 7.22233 20.4352 6.10965C19.7163 5.37711 18.8039 5.05243 17.6826 4.89881C16.5962 4.74997 15.2095 4.74998 13.4653 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 1.25C12.202 1.24997 12.9887 1.24994 13.489 1.30636C14.0285 1.36718 14.5376 1.50167 15.0007 1.8313C15.4609 2.15886 15.7452 2.58653 15.9695 3.06267C16.1797 3.50911 16.3706 4.07486 16.5936 4.73559L16.704 5.06253C16.8653 5.5405 16.5892 6.05251 16.0873 6.20615C15.5855 6.35978 15.0478 6.09685 14.8865 5.61889C14.6437 4.89941 14.3894 4.15013 14.2277 3.80681C14.0751 3.48287 13.9601 3.36036 13.8578 3.28755C13.7584 3.21681 13.6129 3.15111 13.2646 3.11184C12.8898 3.06957 12.2699 3.06809 11.5 3.06809C10.7301 3.06809 10.1102 3.06957 9.73541 3.11184C9.38714 3.15111 9.24158 3.21681 9.1422 3.28755C9.03992 3.36036 8.9249 3.48287 8.77232 3.80681C8.61061 4.15013 8.35629 4.89941 8.11347 5.61889C7.95215 6.09685 7.41454 6.35978 6.91267 6.20615C6.4108 6.05251 6.13473 5.5405 6.29605 5.06253L6.40639 4.73559L6.40639 4.73558C6.62935 4.07485 6.82027 3.50911 7.03055 3.06267C7.25482 2.58653 7.53914 2.15886 7.9993 1.8313C8.46236 1.50167 8.97155 1.36718 9.51096 1.30636C10.0113 1.24994 10.798 1.24997 11.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 17.2765C12.75 14.7766 14.7766 12.75 17.2765 12.75C19.7765 12.75 21.8031 14.7766 21.8031 17.2765C21.8031 18.1656 21.5468 18.9947 21.104 19.6942L22.456 21.0418C22.8471 21.4317 22.8481 22.0648 22.4582 22.456C22.0683 22.8471 21.4352 22.8481 21.044 22.4582L19.6888 21.1074C18.9905 21.5481 18.1633 21.8031 17.2765 21.8031C14.7766 21.8031 12.75 19.7765 12.75 17.2765ZM17.2765 14.75C15.8812 14.75 14.75 15.8812 14.75 17.2765C14.75 18.6719 15.8812 19.8031 17.2765 19.8031C18.6719 19.8031 19.8031 18.6719 19.8031 17.2765C19.8031 15.8812 18.6719 14.75 17.2765 14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4653 4.75H9.54836C7.80421 4.74998 6.41746 4.74997 5.33103 4.89881C4.20972 5.05243 3.29737 5.37711 2.5785 6.10965C1.86155 6.84022 1.54553 7.76413 1.39567 8.89997C1.24997 10.0042 1.24999 11.5256 1.25 13.3053C1.24999 15.0851 1.24997 16.4958 1.39567 17.6C1.54553 18.7359 1.86155 19.6598 2.5785 20.3904C3.29737 21.1229 4.20972 21.4476 5.33103 21.6012C6.41745 21.75 7.80415 21.75 9.54827 21.75H13.2382C12.0173 20.6471 11.25 19.0514 11.25 17.2765C11.25 13.9482 13.9482 11.25 17.2765 11.25C19.0514 11.25 20.6471 12.0173 21.75 13.2382V10.9923L21.7498 10.9845C21.705 8.80913 21.5271 7.22233 20.4352 6.10965C19.7163 5.37711 18.8039 5.05243 17.6826 4.89881C16.5962 4.74997 15.2095 4.74998 13.4653 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-job-share{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 12.25C19.2574 12.25 18.25 13.2574 18.25 14.5L18.25 14.5069L15.8556 15.7042C15.4789 15.4193 15.0094 15.25 14.5 15.25C13.2574 15.25 12.25 16.2574 12.25 17.5C12.25 18.7426 13.2574 19.75 14.5 19.75C15.0094 19.75 15.4788 19.5807 15.8554 19.2959L18.25 20.4932L18.25 20.5C18.25 21.7426 19.2574 22.75 20.5 22.75C21.7426 22.75 22.75 21.7426 22.75 20.5C22.75 19.2574 21.7426 18.25 20.5 18.25C19.9905 18.25 19.521 18.4194 19.1443 18.7043L16.75 17.5071L16.75 17.5L16.75 17.493L19.1444 16.2958C19.5211 16.5806 19.9905 16.75 20.5 16.75C21.7426 16.75 22.75 15.7426 22.75 14.5C22.75 13.2574 21.7426 12.25 20.5 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5 1.25C12.202 1.24997 12.9887 1.24994 13.489 1.30636C14.0285 1.36718 14.5376 1.50167 15.0007 1.8313C15.4609 2.15886 15.7452 2.58653 15.9695 3.06267C16.1797 3.50911 16.3706 4.07486 16.5936 4.73559L16.704 5.06253C16.8653 5.5405 16.5892 6.05251 16.0873 6.20615C15.5855 6.35978 15.0478 6.09685 14.8865 5.61889C14.6437 4.89941 14.3894 4.15013 14.2277 3.80681C14.0751 3.48287 13.9601 3.36036 13.8578 3.28755C13.7584 3.21681 13.6129 3.15111 13.2646 3.11184C12.8898 3.06957 12.2699 3.06809 11.5 3.06809C10.7301 3.06809 10.1102 3.06957 9.73541 3.11184C9.38714 3.15111 9.24158 3.21681 9.1422 3.28755C9.03992 3.36036 8.9249 3.48287 8.77232 3.80681C8.61061 4.15013 8.35629 4.89941 8.11347 5.61889C7.95215 6.09685 7.41454 6.35978 6.91267 6.20615C6.4108 6.05251 6.13473 5.5405 6.29605 5.06253L6.40639 4.73559L6.40639 4.73558C6.62935 4.07485 6.82027 3.50911 7.03055 3.06267C7.25482 2.58653 7.53914 2.15886 7.9993 1.8313C8.46236 1.50167 8.97155 1.36718 9.51096 1.30636C10.0113 1.24994 10.798 1.24997 11.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4653 4.75H9.54836H9.54835C7.8042 4.74998 6.41746 4.74997 5.33103 4.89881C4.20972 5.05243 3.29737 5.37711 2.5785 6.10965C1.86155 6.84022 1.54553 7.76413 1.39567 8.89997C1.24997 10.0042 1.24999 11.5256 1.25 13.3053V13.3053C1.24999 15.0851 1.24997 16.4958 1.39567 17.6C1.54553 18.7359 1.86155 19.6598 2.5785 20.3904C3.29737 21.1229 4.20972 21.4476 5.33103 21.6012C6.41745 21.75 7.80415 21.75 9.54827 21.75H15.0549L14.5 21.25C12.4289 21.25 10.75 19.5711 10.75 17.5C10.75 15.4289 12.4289 13.75 14.5 13.75C14.9876 13.75 15.4544 13.8437 15.8826 14.0136L16.8808 13.5145C17.3136 11.9215 18.77 10.75 20.5 10.75C20.9381 10.75 21.3586 10.8251 21.7494 10.9632C21.7038 8.79873 21.5235 7.21869 20.4352 6.10965C19.7163 5.37711 18.8039 5.05243 17.6826 4.89881C16.5962 4.74997 15.2095 4.74998 13.4653 4.75H13.4653Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 12.25C19.2574 12.25 18.25 13.2574 18.25 14.5L18.25 14.5069L15.8556 15.7042C15.4789 15.4193 15.0094 15.25 14.5 15.25C13.2574 15.25 12.25 16.2574 12.25 17.5C12.25 18.7426 13.2574 19.75 14.5 19.75C15.0094 19.75 15.4788 19.5807 15.8554 19.2959L18.25 20.4932L18.25 20.5C18.25 21.7426 19.2574 22.75 20.5 22.75C21.7426 22.75 22.75 21.7426 22.75 20.5C22.75 19.2574 21.7426 18.25 20.5 18.25C19.9905 18.25 19.521 18.4194 19.1443 18.7043L16.75 17.5071L16.75 17.5L16.75 17.493L19.1444 16.2958C19.5211 16.5806 19.9905 16.75 20.5 16.75C21.7426 16.75 22.75 15.7426 22.75 14.5C22.75 13.2574 21.7426 12.25 20.5 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5 1.25C12.202 1.24997 12.9887 1.24994 13.489 1.30636C14.0285 1.36718 14.5376 1.50167 15.0007 1.8313C15.4609 2.15886 15.7452 2.58653 15.9695 3.06267C16.1797 3.50911 16.3706 4.07486 16.5936 4.73559L16.704 5.06253C16.8653 5.5405 16.5892 6.05251 16.0873 6.20615C15.5855 6.35978 15.0478 6.09685 14.8865 5.61889C14.6437 4.89941 14.3894 4.15013 14.2277 3.80681C14.0751 3.48287 13.9601 3.36036 13.8578 3.28755C13.7584 3.21681 13.6129 3.15111 13.2646 3.11184C12.8898 3.06957 12.2699 3.06809 11.5 3.06809C10.7301 3.06809 10.1102 3.06957 9.73541 3.11184C9.38714 3.15111 9.24158 3.21681 9.1422 3.28755C9.03992 3.36036 8.9249 3.48287 8.77232 3.80681C8.61061 4.15013 8.35629 4.89941 8.11347 5.61889C7.95215 6.09685 7.41454 6.35978 6.91267 6.20615C6.4108 6.05251 6.13473 5.5405 6.29605 5.06253L6.40639 4.73559L6.40639 4.73558C6.62935 4.07485 6.82027 3.50911 7.03055 3.06267C7.25482 2.58653 7.53914 2.15886 7.9993 1.8313C8.46236 1.50167 8.97155 1.36718 9.51096 1.30636C10.0113 1.24994 10.798 1.24997 11.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4653 4.75H9.54836H9.54835C7.8042 4.74998 6.41746 4.74997 5.33103 4.89881C4.20972 5.05243 3.29737 5.37711 2.5785 6.10965C1.86155 6.84022 1.54553 7.76413 1.39567 8.89997C1.24997 10.0042 1.24999 11.5256 1.25 13.3053V13.3053C1.24999 15.0851 1.24997 16.4958 1.39567 17.6C1.54553 18.7359 1.86155 19.6598 2.5785 20.3904C3.29737 21.1229 4.20972 21.4476 5.33103 21.6012C6.41745 21.75 7.80415 21.75 9.54827 21.75H15.0549L14.5 21.25C12.4289 21.25 10.75 19.5711 10.75 17.5C10.75 15.4289 12.4289 13.75 14.5 13.75C14.9876 13.75 15.4544 13.8437 15.8826 14.0136L16.8808 13.5145C17.3136 11.9215 18.77 10.75 20.5 10.75C20.9381 10.75 21.3586 10.8251 21.7494 10.9632C21.7038 8.79873 21.5235 7.21869 20.4352 6.10965C19.7163 5.37711 18.8039 5.05243 17.6826 4.89881C16.5962 4.74997 15.2095 4.74998 13.4653 4.75H13.4653Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-labor{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 6.25C8.91421 6.25 9.25 6.58579 9.25 7V9C9.25 10.5188 10.4812 11.75 12 11.75C13.5188 11.75 14.75 10.5188 14.75 9V7C14.75 6.58579 15.0858 6.25 15.5 6.25C15.9142 6.25 16.25 6.58579 16.25 7V9C16.25 11.3472 14.3472 13.25 12 13.25C9.65279 13.25 7.75 11.3472 7.75 9V7C7.75 6.58579 8.08579 6.25 8.5 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V5C12.75 5.41421 12.4142 5.75 12 5.75C11.5858 5.75 11.25 5.41421 11.25 5V2C11.25 1.58579 11.5858 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.25 2.81597C9.34033 3.15598 7.872 4.7714 7.75723 6.75L7.5 6.75C7.08579 6.74999 6.75 7.08578 6.75 7.49999C6.75 7.91421 7.08578 8.25 7.5 8.25H16.5C16.9142 8.25 17.25 7.91421 17.25 7.5C17.25 7.08578 16.9142 6.75 16.5 6.75H16.2428C16.128 4.7714 14.6597 3.15599 12.75 2.81597V2C12.75 1.58579 12.4142 1.25 12 1.25C11.5858 1.25 11.25 1.58579 11.25 2V2.81597Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.75 14.25H10C10.1989 14.25 10.3897 14.329 10.5303 14.4697L12 15.9393L13.4697 14.4697C13.6103 14.329 13.8011 14.25 14 14.25H16.25L16.25 22.75H7.75L7.75 14.25ZM6.25 22.7356L6.25 14.2644C6.0826 14.2712 5.92632 14.2812 5.78102 14.296C5.30755 14.3441 4.86818 14.4489 4.47218 14.7135C4.17191 14.9141 3.9141 15.1719 3.71346 15.4722C3.44886 15.8682 3.34415 16.3075 3.29599 16.781C3.24997 17.2334 3.24998 17.8688 3.25 18.5383V18.5384V18.5384C3.24998 19.2079 3.24997 19.7667 3.29599 20.219C3.34415 20.6925 3.44886 21.1318 3.71346 21.5278C3.9141 21.8281 4.17191 22.0859 4.47218 22.2865C4.86818 22.5511 5.30755 22.6559 5.78102 22.704C5.92632 22.7188 6.0826 22.7288 6.25 22.7356ZM17.75 22.7356L17.75 14.2644C17.9174 14.2712 18.0737 14.2812 18.219 14.296C18.6925 14.3441 19.1318 14.4489 19.5278 14.7135C19.8281 14.9141 20.0859 15.1719 20.2865 15.4722C20.5511 15.8682 20.6559 16.3075 20.704 16.781C20.75 17.2334 20.75 17.8687 20.75 18.5383C20.75 19.2079 20.75 19.7666 20.704 20.219C20.6559 20.6925 20.5511 21.1318 20.2865 21.5278C20.0859 21.8281 19.8281 22.0859 19.5278 22.2865C19.1318 22.5511 18.6925 22.6559 18.219 22.704C18.0737 22.7188 17.9174 22.7288 17.75 22.7356Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 6.25C8.91421 6.25 9.25 6.58579 9.25 7V9C9.25 10.5188 10.4812 11.75 12 11.75C13.5188 11.75 14.75 10.5188 14.75 9V7C14.75 6.58579 15.0858 6.25 15.5 6.25C15.9142 6.25 16.25 6.58579 16.25 7V9C16.25 11.3472 14.3472 13.25 12 13.25C9.65279 13.25 7.75 11.3472 7.75 9V7C7.75 6.58579 8.08579 6.25 8.5 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V5C12.75 5.41421 12.4142 5.75 12 5.75C11.5858 5.75 11.25 5.41421 11.25 5V2C11.25 1.58579 11.5858 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.25 2.81597C9.34033 3.15598 7.872 4.7714 7.75723 6.75L7.5 6.75C7.08579 6.74999 6.75 7.08578 6.75 7.49999C6.75 7.91421 7.08578 8.25 7.5 8.25H16.5C16.9142 8.25 17.25 7.91421 17.25 7.5C17.25 7.08578 16.9142 6.75 16.5 6.75H16.2428C16.128 4.7714 14.6597 3.15599 12.75 2.81597V2C12.75 1.58579 12.4142 1.25 12 1.25C11.5858 1.25 11.25 1.58579 11.25 2V2.81597Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.75 14.25H10C10.1989 14.25 10.3897 14.329 10.5303 14.4697L12 15.9393L13.4697 14.4697C13.6103 14.329 13.8011 14.25 14 14.25H16.25L16.25 22.75H7.75L7.75 14.25ZM6.25 22.7356L6.25 14.2644C6.0826 14.2712 5.92632 14.2812 5.78102 14.296C5.30755 14.3441 4.86818 14.4489 4.47218 14.7135C4.17191 14.9141 3.9141 15.1719 3.71346 15.4722C3.44886 15.8682 3.34415 16.3075 3.29599 16.781C3.24997 17.2334 3.24998 17.8688 3.25 18.5383V18.5384V18.5384C3.24998 19.2079 3.24997 19.7667 3.29599 20.219C3.34415 20.6925 3.44886 21.1318 3.71346 21.5278C3.9141 21.8281 4.17191 22.0859 4.47218 22.2865C4.86818 22.5511 5.30755 22.6559 5.78102 22.704C5.92632 22.7188 6.0826 22.7288 6.25 22.7356ZM17.75 22.7356L17.75 14.2644C17.9174 14.2712 18.0737 14.2812 18.219 14.296C18.6925 14.3441 19.1318 14.4489 19.5278 14.7135C19.8281 14.9141 20.0859 15.1719 20.2865 15.4722C20.5511 15.8682 20.6559 16.3075 20.704 16.781C20.75 17.2334 20.75 17.8687 20.75 18.5383C20.75 19.2079 20.75 19.7666 20.704 20.219C20.6559 20.6925 20.5511 21.1318 20.2865 21.5278C20.0859 21.8281 19.8281 22.0859 19.5278 22.2865C19.1318 22.5511 18.6925 22.6559 18.219 22.704C18.0737 22.7188 17.9174 22.7288 17.75 22.7356Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-limitation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4C7.01173 4 3 7.96404 3 12.8147C3 15.5112 4.23546 17.9285 6.19315 19.5495C6.34295 19.6736 6.45707 19.7679 6.55754 19.8457C6.64178 19.9108 6.70019 19.9515 6.74206 19.9774C6.77435 19.9452 6.82047 19.8942 6.88627 19.8129C6.96921 19.7104 7.06695 19.5805 7.19502 19.4067C7.52269 18.9621 8.14873 18.8673 8.5933 19.195C9.03788 19.5227 9.13265 20.1487 8.80498 20.5933C8.56236 20.9225 8.32287 21.2435 8.06719 21.4768C7.75459 21.7621 7.40744 21.9316 6.97865 21.9852C6.50584 22.0442 6.11005 21.9216 5.76726 21.7245C5.47739 21.5578 5.18365 21.3102 4.9176 21.09C2.52673 19.1102 1 16.1395 1 12.8147C1 6.82438 5.94258 2 12 2C18.0574 2 23 6.82438 23 12.8147C23 16.1395 21.4733 19.1102 19.0824 21.09C18.8163 21.3102 18.5226 21.5578 18.2327 21.7245C17.8899 21.9216 17.4942 22.0442 17.0214 21.9852C16.5926 21.9316 16.2454 21.7621 15.9328 21.4768C15.6771 21.2435 15.4376 20.9225 15.195 20.5933C14.8673 20.1487 14.9621 19.5227 15.4067 19.195C15.8513 18.8673 16.4773 18.9621 16.805 19.4067C16.933 19.5805 17.0308 19.7104 17.1137 19.8129C17.1795 19.8942 17.2256 19.9452 17.2579 19.9774C17.2998 19.9515 17.3582 19.9108 17.4425 19.8457C17.5429 19.7679 17.6571 19.6736 17.8069 19.5495C19.7645 17.9285 21 15.5112 21 12.8147C21 7.96404 16.9883 4 12 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.6333 4.22607C19.0607 4.5758 19.1237 5.20582 18.774 5.63327L14.274 11.1333C13.9243 11.5607 13.2942 11.6237 12.8668 11.274C12.4393 10.9243 12.3763 10.2942 12.7261 9.86679L17.2261 4.36679C17.5758 3.93935 18.2058 3.87635 18.6333 4.22607Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5ZM11.25 12C11.25 11.5858 11.5858 11.25 12 11.25C12.4142 11.25 12.75 11.5858 12.75 12C12.75 12.4142 12.4142 12.75 12 12.75C11.5858 12.75 11.25 12.4142 11.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4C7.01173 4 3 7.96404 3 12.8147C3 15.5112 4.23546 17.9285 6.19315 19.5495C6.34295 19.6736 6.45707 19.7679 6.55754 19.8457C6.64178 19.9108 6.70019 19.9515 6.74206 19.9774C6.77435 19.9452 6.82047 19.8942 6.88627 19.8129C6.96921 19.7104 7.06695 19.5805 7.19502 19.4067C7.52269 18.9621 8.14873 18.8673 8.5933 19.195C9.03788 19.5227 9.13265 20.1487 8.80498 20.5933C8.56236 20.9225 8.32287 21.2435 8.06719 21.4768C7.75459 21.7621 7.40744 21.9316 6.97865 21.9852C6.50584 22.0442 6.11005 21.9216 5.76726 21.7245C5.47739 21.5578 5.18365 21.3102 4.9176 21.09C2.52673 19.1102 1 16.1395 1 12.8147C1 6.82438 5.94258 2 12 2C18.0574 2 23 6.82438 23 12.8147C23 16.1395 21.4733 19.1102 19.0824 21.09C18.8163 21.3102 18.5226 21.5578 18.2327 21.7245C17.8899 21.9216 17.4942 22.0442 17.0214 21.9852C16.5926 21.9316 16.2454 21.7621 15.9328 21.4768C15.6771 21.2435 15.4376 20.9225 15.195 20.5933C14.8673 20.1487 14.9621 19.5227 15.4067 19.195C15.8513 18.8673 16.4773 18.9621 16.805 19.4067C16.933 19.5805 17.0308 19.7104 17.1137 19.8129C17.1795 19.8942 17.2256 19.9452 17.2579 19.9774C17.2998 19.9515 17.3582 19.9108 17.4425 19.8457C17.5429 19.7679 17.6571 19.6736 17.8069 19.5495C19.7645 17.9285 21 15.5112 21 12.8147C21 7.96404 16.9883 4 12 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.6333 4.22607C19.0607 4.5758 19.1237 5.20582 18.774 5.63327L14.274 11.1333C13.9243 11.5607 13.2942 11.6237 12.8668 11.274C12.4393 10.9243 12.3763 10.2942 12.7261 9.86679L17.2261 4.36679C17.5758 3.93935 18.2058 3.87635 18.6333 4.22607Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5ZM11.25 12C11.25 11.5858 11.5858 11.25 12 11.25C12.4142 11.25 12.75 11.5858 12.75 12C12.75 12.4142 12.4142 12.75 12 12.75C11.5858 12.75 11.25 12.4142 11.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-manager{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.948 12.25L8 12.25C8.29639 12.25 8.56499 12.4246 8.68536 12.6954L12 20.1533L15.3146 12.6954C15.435 12.4246 15.7036 12.25 16 12.25L16.052 12.25C16.9505 12.25 17.6997 12.2499 18.2945 12.3299C18.9223 12.4143 19.4891 12.6 19.9445 13.0555C20.4 13.5109 20.5857 14.0777 20.6701 14.7055C20.7501 15.3003 20.75 16.0495 20.75 16.948V18.7505C20.75 20.6361 20.75 21.5789 20.1642 22.1647C19.5784 22.7505 18.6356 22.7505 16.75 22.7505H7.25C5.36438 22.7505 4.42158 22.7505 3.83579 22.1647C3.25 21.5789 3.25 20.6361 3.25 18.7505V16.948C3.24997 16.0495 3.24995 15.3003 3.32991 14.7055C3.41432 14.0777 3.59999 13.5109 4.05546 13.0555C4.51093 12.6 5.07773 12.4143 5.70552 12.3299C6.3003 12.2499 7.04954 12.25 7.948 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.362 12.6057C10.4987 12.3846 10.7401 12.25 11 12.25H13C13.2599 12.25 13.5013 12.3846 13.638 12.6057C13.7746 12.8268 13.7871 13.1029 13.6708 13.3354L12.7724 15.1323L13.2442 18.907C13.2581 19.0181 13.2469 19.1309 13.2115 19.2372L12.7115 20.7372C12.6094 21.0434 12.3228 21.25 12 21.25C11.6772 21.25 11.3906 21.0434 11.2885 20.7372L10.7885 19.2372C10.7531 19.1309 10.7419 19.0181 10.7558 18.907L11.2276 15.1323L10.3292 13.3354C10.2129 13.1029 10.2254 12.8268 10.362 12.6057Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.75 5.5C7.75 3.15279 9.65279 1.25 12 1.25C14.3472 1.25 16.25 3.15279 16.25 5.5V6.5C16.25 8.84721 14.3472 10.75 12 10.75C9.65279 10.75 7.75 8.84721 7.75 6.5V5.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.948 12.25L8 12.25C8.29639 12.25 8.56499 12.4246 8.68536 12.6954L12 20.1533L15.3146 12.6954C15.435 12.4246 15.7036 12.25 16 12.25L16.052 12.25C16.9505 12.25 17.6997 12.2499 18.2945 12.3299C18.9223 12.4143 19.4891 12.6 19.9445 13.0555C20.4 13.5109 20.5857 14.0777 20.6701 14.7055C20.7501 15.3003 20.75 16.0495 20.75 16.948V18.7505C20.75 20.6361 20.75 21.5789 20.1642 22.1647C19.5784 22.7505 18.6356 22.7505 16.75 22.7505H7.25C5.36438 22.7505 4.42158 22.7505 3.83579 22.1647C3.25 21.5789 3.25 20.6361 3.25 18.7505V16.948C3.24997 16.0495 3.24995 15.3003 3.32991 14.7055C3.41432 14.0777 3.59999 13.5109 4.05546 13.0555C4.51093 12.6 5.07773 12.4143 5.70552 12.3299C6.3003 12.2499 7.04954 12.25 7.948 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.362 12.6057C10.4987 12.3846 10.7401 12.25 11 12.25H13C13.2599 12.25 13.5013 12.3846 13.638 12.6057C13.7746 12.8268 13.7871 13.1029 13.6708 13.3354L12.7724 15.1323L13.2442 18.907C13.2581 19.0181 13.2469 19.1309 13.2115 19.2372L12.7115 20.7372C12.6094 21.0434 12.3228 21.25 12 21.25C11.6772 21.25 11.3906 21.0434 11.2885 20.7372L10.7885 19.2372C10.7531 19.1309 10.7419 19.0181 10.7558 18.907L11.2276 15.1323L10.3292 13.3354C10.2129 13.1029 10.2254 12.8268 10.362 12.6057Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.75 5.5C7.75 3.15279 9.65279 1.25 12 1.25C14.3472 1.25 16.25 3.15279 16.25 5.5V6.5C16.25 8.84721 14.3472 10.75 12 10.75C9.65279 10.75 7.75 8.84721 7.75 6.5V5.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-master-card{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5475 3.25H13.5475C15.3866 3.24999 16.8308 3.24998 17.9694 3.3786C19.1316 3.50988 20.074 3.78362 20.8574 4.40229C21.0919 4.58749 21.3093 4.79205 21.507 5.0138C22.1732 5.76101 22.4707 6.66669 22.6124 7.77785C22.75 8.85727 22.75 10.2232 22.75 11.9473V12.0528C22.75 13.7768 22.75 15.1427 22.6124 16.2222C22.4707 17.3333 22.1732 18.239 21.507 18.9862C21.3093 19.208 21.0919 19.4125 20.8574 19.5977C20.074 20.2164 19.1316 20.4901 17.9694 20.6214C16.8308 20.75 15.3866 20.75 13.5475 20.75H10.4525C8.61345 20.75 7.16917 20.75 6.03058 20.6214C4.86842 20.4901 3.926 20.2164 3.14263 19.5977C2.90811 19.4125 2.69068 19.2079 2.49298 18.9862C1.82681 18.239 1.52932 17.3333 1.38763 16.2222C1.24998 15.1427 1.24999 13.7767 1.25 12.0527V12.0527V11.9473V11.9472C1.24999 10.2232 1.24998 8.85727 1.38763 7.77785C1.52932 6.66669 1.82681 5.76101 2.49298 5.0138C2.69068 4.79205 2.90811 4.58749 3.14263 4.40229C3.926 3.78362 4.86842 3.50988 6.03058 3.3786C7.16917 3.24998 8.61345 3.24999 10.4525 3.25H10.4525H13.5475ZM10 8C7.79086 8 6 9.79086 6 12C6 14.2091 7.79086 16 10 16C10.7286 16 11.4117 15.8052 12.0001 15.4648C12.5884 15.8049 13.2719 16 13.9998 16C16.2089 16 17.9998 14.2091 17.9998 12C17.9998 9.79086 16.2089 8 13.9998 8C13.2719 8 12.5884 8.19505 12.0001 8.53517C11.4117 8.19481 10.7286 8 10 8ZM8 12C8 10.8954 8.89543 10 10 10C11.1046 10 12 10.8954 12 12C12 13.1046 11.1046 14 10 14C8.89543 14 8 13.1046 8 12ZM13.9998 14C13.8271 14 13.6599 13.9783 13.5004 13.9374C13.8187 13.3634 14 12.7029 14 12C14 11.2971 13.8187 10.6366 13.5004 10.0626C13.6599 10.0217 13.8271 10 13.9998 10C15.1043 10 15.9998 10.8954 15.9998 12C15.9998 13.1046 15.1043 14 13.9998 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5475 3.25H13.5475C15.3866 3.24999 16.8308 3.24998 17.9694 3.3786C19.1316 3.50988 20.074 3.78362 20.8574 4.40229C21.0919 4.58749 21.3093 4.79205 21.507 5.0138C22.1732 5.76101 22.4707 6.66669 22.6124 7.77785C22.75 8.85727 22.75 10.2232 22.75 11.9473V12.0528C22.75 13.7768 22.75 15.1427 22.6124 16.2222C22.4707 17.3333 22.1732 18.239 21.507 18.9862C21.3093 19.208 21.0919 19.4125 20.8574 19.5977C20.074 20.2164 19.1316 20.4901 17.9694 20.6214C16.8308 20.75 15.3866 20.75 13.5475 20.75H10.4525C8.61345 20.75 7.16917 20.75 6.03058 20.6214C4.86842 20.4901 3.926 20.2164 3.14263 19.5977C2.90811 19.4125 2.69068 19.2079 2.49298 18.9862C1.82681 18.239 1.52932 17.3333 1.38763 16.2222C1.24998 15.1427 1.24999 13.7767 1.25 12.0527V12.0527V11.9473V11.9472C1.24999 10.2232 1.24998 8.85727 1.38763 7.77785C1.52932 6.66669 1.82681 5.76101 2.49298 5.0138C2.69068 4.79205 2.90811 4.58749 3.14263 4.40229C3.926 3.78362 4.86842 3.50988 6.03058 3.3786C7.16917 3.24998 8.61345 3.24999 10.4525 3.25H10.4525H13.5475ZM10 8C7.79086 8 6 9.79086 6 12C6 14.2091 7.79086 16 10 16C10.7286 16 11.4117 15.8052 12.0001 15.4648C12.5884 15.8049 13.2719 16 13.9998 16C16.2089 16 17.9998 14.2091 17.9998 12C17.9998 9.79086 16.2089 8 13.9998 8C13.2719 8 12.5884 8.19505 12.0001 8.53517C11.4117 8.19481 10.7286 8 10 8ZM8 12C8 10.8954 8.89543 10 10 10C11.1046 10 12 10.8954 12 12C12 13.1046 11.1046 14 10 14C8.89543 14 8 13.1046 8 12ZM13.9998 14C13.8271 14 13.6599 13.9783 13.5004 13.9374C13.8187 13.3634 14 12.7029 14 12C14 11.2971 13.8187 10.6366 13.5004 10.0626C13.6599 10.0217 13.8271 10 13.9998 10C15.1043 10 15.9998 10.8954 15.9998 12C15.9998 13.1046 15.1043 14 13.9998 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-meeting-room{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9337 7.25359C18.4905 7.19324 17.8889 7.19118 16.9583 7.19118C16.4291 7.19118 16 6.75663 16 6.22059C16 5.68455 16.4291 5.25 16.9583 5.25L17.0214 5.25C17.871 5.24995 18.603 5.24991 19.1891 5.32973C19.8173 5.41527 20.4195 5.60817 20.9079 6.10284C21.3964 6.59751 21.5868 7.20738 21.6713 7.84362C21.7501 8.43729 21.75 9.17863 21.75 10.039V16.961C21.75 17.8214 21.7501 18.5627 21.6713 19.1564C21.5868 19.7926 21.3964 20.4025 20.9079 20.8972C20.4195 21.3918 19.8173 21.5847 19.1891 21.6703C18.603 21.7501 17.871 21.75 17.0214 21.75L11.2083 21.75C10.6791 21.75 10.25 21.3154 10.25 20.7794C10.25 20.2434 10.6791 19.8088 11.2083 19.8088H16.9583C17.8889 19.8088 18.4905 19.8068 18.9337 19.7464C19.3494 19.6898 19.4797 19.5984 19.5526 19.5245C19.6256 19.4507 19.7158 19.3187 19.7717 18.8977C19.8313 18.4488 19.8333 17.8396 19.8333 16.8971V10.1029C19.8333 9.16042 19.8313 8.55118 19.7717 8.10227C19.7158 7.68129 19.6256 7.54934 19.5526 7.47546C19.4797 7.40157 19.3494 7.31019 18.9337 7.25359Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8431 2.34822C14.1123 2.24996 13.1865 2.24998 12.0537 2.25H12.0537H7.94631H7.94629C6.81346 2.24998 5.88774 2.24996 5.15689 2.34822C4.39294 2.45093 3.7306 2.67321 3.2019 3.2019C2.67321 3.7306 2.45093 4.39294 2.34822 5.15689C2.24996 5.88774 2.24998 6.81346 2.25 7.94629V7.94631V16.0537V16.0537C2.24998 17.1865 2.24996 18.1123 2.34822 18.8431C2.45093 19.6071 2.67321 20.2694 3.2019 20.7981C3.7306 21.3268 4.39294 21.5491 5.15689 21.6518C5.88774 21.75 6.81345 21.75 7.94626 21.75H7.94629H7.94631H12.0537H12.0537H12.0537C13.1865 21.75 14.1123 21.75 14.8431 21.6518C15.6071 21.5491 16.2694 21.3268 16.7981 20.7981C17.3268 20.2694 17.5491 19.6071 17.6518 18.8431C17.75 18.1123 17.75 17.1865 17.75 16.0537V7.94631C17.75 6.81348 17.75 5.88775 17.6518 5.15689C17.5491 4.39294 17.3268 3.7306 16.7981 3.2019C16.2694 2.67321 15.6071 2.45093 14.8431 2.34822ZM13.75 11C13.75 10.5858 13.4142 10.25 13 10.25C12.5858 10.25 12.25 10.5858 12.25 11V13C12.25 13.4142 12.5858 13.75 13 13.75C13.4142 13.75 13.75 13.4142 13.75 13V11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9337 7.25359C18.4905 7.19324 17.8889 7.19118 16.9583 7.19118C16.4291 7.19118 16 6.75663 16 6.22059C16 5.68455 16.4291 5.25 16.9583 5.25L17.0214 5.25C17.871 5.24995 18.603 5.24991 19.1891 5.32973C19.8173 5.41527 20.4195 5.60817 20.9079 6.10284C21.3964 6.59751 21.5868 7.20738 21.6713 7.84362C21.7501 8.43729 21.75 9.17863 21.75 10.039V16.961C21.75 17.8214 21.7501 18.5627 21.6713 19.1564C21.5868 19.7926 21.3964 20.4025 20.9079 20.8972C20.4195 21.3918 19.8173 21.5847 19.1891 21.6703C18.603 21.7501 17.871 21.75 17.0214 21.75L11.2083 21.75C10.6791 21.75 10.25 21.3154 10.25 20.7794C10.25 20.2434 10.6791 19.8088 11.2083 19.8088H16.9583C17.8889 19.8088 18.4905 19.8068 18.9337 19.7464C19.3494 19.6898 19.4797 19.5984 19.5526 19.5245C19.6256 19.4507 19.7158 19.3187 19.7717 18.8977C19.8313 18.4488 19.8333 17.8396 19.8333 16.8971V10.1029C19.8333 9.16042 19.8313 8.55118 19.7717 8.10227C19.7158 7.68129 19.6256 7.54934 19.5526 7.47546C19.4797 7.40157 19.3494 7.31019 18.9337 7.25359Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8431 2.34822C14.1123 2.24996 13.1865 2.24998 12.0537 2.25H12.0537H7.94631H7.94629C6.81346 2.24998 5.88774 2.24996 5.15689 2.34822C4.39294 2.45093 3.7306 2.67321 3.2019 3.2019C2.67321 3.7306 2.45093 4.39294 2.34822 5.15689C2.24996 5.88774 2.24998 6.81346 2.25 7.94629V7.94631V16.0537V16.0537C2.24998 17.1865 2.24996 18.1123 2.34822 18.8431C2.45093 19.6071 2.67321 20.2694 3.2019 20.7981C3.7306 21.3268 4.39294 21.5491 5.15689 21.6518C5.88774 21.75 6.81345 21.75 7.94626 21.75H7.94629H7.94631H12.0537H12.0537H12.0537C13.1865 21.75 14.1123 21.75 14.8431 21.6518C15.6071 21.5491 16.2694 21.3268 16.7981 20.7981C17.3268 20.2694 17.5491 19.6071 17.6518 18.8431C17.75 18.1123 17.75 17.1865 17.75 16.0537V7.94631C17.75 6.81348 17.75 5.88775 17.6518 5.15689C17.5491 4.39294 17.3268 3.7306 16.7981 3.2019C16.2694 2.67321 15.6071 2.45093 14.8431 2.34822ZM13.75 11C13.75 10.5858 13.4142 10.25 13 10.25C12.5858 10.25 12.25 10.5858 12.25 11V13C12.25 13.4142 12.5858 13.75 13 13.75C13.4142 13.75 13.75 13.4142 13.75 13V11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-01-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5475 3.25H13.5475H10.4525H10.4525C8.61345 3.24999 7.16917 3.24998 6.03058 3.3786C4.86842 3.50988 3.926 3.78362 3.14263 4.40229C2.90811 4.58749 2.69068 4.79205 2.49298 5.0138C1.82681 5.76101 1.52932 6.66669 1.38763 7.77785C1.24998 8.85727 1.24999 10.2232 1.25 11.9472V11.9473V12.0527V12.0527C1.24999 13.7767 1.24998 15.1427 1.38763 16.2222C1.52932 17.3333 1.82681 18.239 2.49298 18.9862C2.69068 19.2079 2.90811 19.4125 3.14263 19.5977C3.926 20.2164 4.86842 20.4901 6.03058 20.6214C7.16917 20.75 8.61345 20.75 10.4525 20.75H13.5475C15.3866 20.75 16.8308 20.75 17.9694 20.6214C19.1316 20.4901 20.074 20.2164 20.8574 19.5977C21.0919 19.4125 21.3093 19.208 21.507 18.9862C22.1732 18.239 22.4707 17.3333 22.6124 16.2222C22.75 15.1427 22.75 13.7768 22.75 12.0528V11.9473C22.75 10.2232 22.75 8.85727 22.6124 7.77785C22.4707 6.66669 22.1732 5.76101 21.507 5.0138C21.3093 4.79205 21.0919 4.58749 20.8574 4.40229C20.074 3.78362 19.1316 3.50988 17.9694 3.3786C16.8308 3.24998 15.3866 3.24999 13.5475 3.25ZM12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15ZM18.51 11C19.0622 11 19.51 11.4477 19.51 12C19.51 12.5523 19.0622 13 18.51 13H18.501C17.9487 13 17.501 12.5523 17.501 12C17.501 11.4477 17.9487 11 18.501 11H18.51ZM6.50117 12C6.50117 11.4477 6.05345 11 5.50117 11H5.49219C4.9399 11 4.49219 11.4477 4.49219 12C4.49219 12.5523 4.9399 13 5.49219 13H5.50117C6.05345 13 6.50117 12.5523 6.50117 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5475 3.25H13.5475H10.4525H10.4525C8.61345 3.24999 7.16917 3.24998 6.03058 3.3786C4.86842 3.50988 3.926 3.78362 3.14263 4.40229C2.90811 4.58749 2.69068 4.79205 2.49298 5.0138C1.82681 5.76101 1.52932 6.66669 1.38763 7.77785C1.24998 8.85727 1.24999 10.2232 1.25 11.9472V11.9473V12.0527V12.0527C1.24999 13.7767 1.24998 15.1427 1.38763 16.2222C1.52932 17.3333 1.82681 18.239 2.49298 18.9862C2.69068 19.2079 2.90811 19.4125 3.14263 19.5977C3.926 20.2164 4.86842 20.4901 6.03058 20.6214C7.16917 20.75 8.61345 20.75 10.4525 20.75H13.5475C15.3866 20.75 16.8308 20.75 17.9694 20.6214C19.1316 20.4901 20.074 20.2164 20.8574 19.5977C21.0919 19.4125 21.3093 19.208 21.507 18.9862C22.1732 18.239 22.4707 17.3333 22.6124 16.2222C22.75 15.1427 22.75 13.7768 22.75 12.0528V11.9473C22.75 10.2232 22.75 8.85727 22.6124 7.77785C22.4707 6.66669 22.1732 5.76101 21.507 5.0138C21.3093 4.79205 21.0919 4.58749 20.8574 4.40229C20.074 3.78362 19.1316 3.50988 17.9694 3.3786C16.8308 3.24998 15.3866 3.24999 13.5475 3.25ZM12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15ZM18.51 11C19.0622 11 19.51 11.4477 19.51 12C19.51 12.5523 19.0622 13 18.51 13H18.501C17.9487 13 17.501 12.5523 17.501 12C17.501 11.4477 17.9487 11 18.501 11H18.51ZM6.50117 12C6.50117 11.4477 6.05345 11 5.50117 11H5.49219C4.9399 11 4.49219 11.4477 4.49219 12C4.49219 12.5523 4.9399 13 5.49219 13H5.50117C6.05345 13 6.50117 12.5523 6.50117 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9694 3.3786C16.8308 3.24998 15.3865 3.24999 13.5475 3.25H10.4525C8.61345 3.24999 7.16917 3.24998 6.03058 3.3786C4.86842 3.50988 3.926 3.78362 3.14263 4.40229C2.90811 4.58749 2.69068 4.79205 2.49298 5.0138C1.82681 5.76101 1.52932 6.66669 1.38763 7.77785C1.24997 8.85727 1.24999 10.2233 1.25 11.9473V11.9473V12.0527V12.0527C1.24999 13.7768 1.24997 15.1427 1.38763 16.2222C1.52932 17.3333 1.82681 18.239 2.49298 18.9862C2.69068 19.2079 2.90811 19.4125 3.14263 19.5977C3.926 20.2164 4.86842 20.4901 6.03058 20.6214C7.16917 20.75 8.61345 20.75 10.4525 20.75H13.5475C15.3866 20.75 16.8308 20.75 17.9694 20.6214C19.1316 20.4901 20.074 20.2164 20.8574 19.5977C21.0919 19.4125 21.3093 19.208 21.507 18.9862C22.1732 18.239 22.4707 17.3333 22.6124 16.2222C22.75 15.1427 22.75 13.7768 22.75 12.0528V11.9473C22.75 10.2232 22.75 8.85727 22.6124 7.77785C22.4707 6.66669 22.1732 5.76101 21.507 5.0138C21.3093 4.79205 21.0919 4.58749 20.8574 4.40229C20.074 3.78362 19.1316 3.50988 17.9694 3.3786ZM12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9ZM4.25 12C4.25 11.5858 4.58579 11.25 5 11.25H6C6.41421 11.25 6.75 11.5858 6.75 12C6.75 12.4142 6.41421 12.75 6 12.75H5C4.58579 12.75 4.25 12.4142 4.25 12ZM18 11.25C17.5858 11.25 17.25 11.5858 17.25 12C17.25 12.4142 17.5858 12.75 18 12.75H19C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25H18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9694 3.3786C16.8308 3.24998 15.3865 3.24999 13.5475 3.25H10.4525C8.61345 3.24999 7.16917 3.24998 6.03058 3.3786C4.86842 3.50988 3.926 3.78362 3.14263 4.40229C2.90811 4.58749 2.69068 4.79205 2.49298 5.0138C1.82681 5.76101 1.52932 6.66669 1.38763 7.77785C1.24997 8.85727 1.24999 10.2233 1.25 11.9473V11.9473V12.0527V12.0527C1.24999 13.7768 1.24997 15.1427 1.38763 16.2222C1.52932 17.3333 1.82681 18.239 2.49298 18.9862C2.69068 19.2079 2.90811 19.4125 3.14263 19.5977C3.926 20.2164 4.86842 20.4901 6.03058 20.6214C7.16917 20.75 8.61345 20.75 10.4525 20.75H13.5475C15.3866 20.75 16.8308 20.75 17.9694 20.6214C19.1316 20.4901 20.074 20.2164 20.8574 19.5977C21.0919 19.4125 21.3093 19.208 21.507 18.9862C22.1732 18.239 22.4707 17.3333 22.6124 16.2222C22.75 15.1427 22.75 13.7768 22.75 12.0528V11.9473C22.75 10.2232 22.75 8.85727 22.6124 7.77785C22.4707 6.66669 22.1732 5.76101 21.507 5.0138C21.3093 4.79205 21.0919 4.58749 20.8574 4.40229C20.074 3.78362 19.1316 3.50988 17.9694 3.3786ZM12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9ZM4.25 12C4.25 11.5858 4.58579 11.25 5 11.25H6C6.41421 11.25 6.75 11.5858 6.75 12C6.75 12.4142 6.41421 12.75 6 12.75H5C4.58579 12.75 4.25 12.4142 4.25 12ZM18 11.25C17.5858 11.25 17.25 11.5858 17.25 12C17.25 12.4142 17.5858 12.75 18 12.75H19C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25H18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6826 3.82046C13.1298 3.14454 14.9915 2.75 17 2.75C18.1198 2.75 19.1905 2.87257 20.1674 3.09633C21.0845 3.30637 21.7825 3.71217 22.2218 4.38745C22.6428 5.03453 22.75 5.81712 22.75 6.61397V17.386C22.75 18.9532 21.159 19.8623 19.8326 19.5585C18.9701 19.3609 18.012 19.25 17 19.25C15.1744 19.25 13.5352 19.6107 12.3174 20.1795C10.8702 20.8555 9.00849 21.25 7 21.25C5.88016 21.25 4.80949 21.1274 3.83255 20.9037C2.95689 20.7031 2.26524 20.3111 1.81644 19.6488C1.38242 19.0082 1.25 18.2216 1.25 17.386V6.61397C1.25 5.04678 2.841 4.13772 4.16745 4.44153C5.02989 4.63907 5.988 4.75 7 4.75C8.82565 4.75 10.4648 4.38927 11.6826 3.82046ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12ZM6.05242 12.2171C6.46563 12.246 6.77717 12.6044 6.74827 13.0176C6.71937 13.4308 6.36098 13.7424 5.94777 13.7135C5.58853 13.6883 5.23627 13.6505 4.89261 13.6007C4.48267 13.5414 4.19848 13.1609 4.25784 12.751C4.3172 12.3411 4.69765 12.0569 5.10758 12.1162C5.41415 12.1606 5.7296 12.1946 6.05242 12.2171ZM19.1076 10.3992C19.5175 10.4586 19.8017 10.839 19.7424 11.249C19.683 11.6589 19.3025 11.9431 18.8926 11.8838C18.586 11.8394 18.2706 11.8054 17.9478 11.7829C17.5346 11.754 17.223 11.3956 17.2519 10.9824C17.2808 10.5692 17.6392 10.2576 18.0524 10.2865C18.4117 10.3116 18.7639 10.3495 19.1076 10.3992Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6826 3.82046C13.1298 3.14454 14.9915 2.75 17 2.75C18.1198 2.75 19.1905 2.87257 20.1674 3.09633C21.0845 3.30637 21.7825 3.71217 22.2218 4.38745C22.6428 5.03453 22.75 5.81712 22.75 6.61397V17.386C22.75 18.9532 21.159 19.8623 19.8326 19.5585C18.9701 19.3609 18.012 19.25 17 19.25C15.1744 19.25 13.5352 19.6107 12.3174 20.1795C10.8702 20.8555 9.00849 21.25 7 21.25C5.88016 21.25 4.80949 21.1274 3.83255 20.9037C2.95689 20.7031 2.26524 20.3111 1.81644 19.6488C1.38242 19.0082 1.25 18.2216 1.25 17.386V6.61397C1.25 5.04678 2.841 4.13772 4.16745 4.44153C5.02989 4.63907 5.988 4.75 7 4.75C8.82565 4.75 10.4648 4.38927 11.6826 3.82046ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12ZM6.05242 12.2171C6.46563 12.246 6.77717 12.6044 6.74827 13.0176C6.71937 13.4308 6.36098 13.7424 5.94777 13.7135C5.58853 13.6883 5.23627 13.6505 4.89261 13.6007C4.48267 13.5414 4.19848 13.1609 4.25784 12.751C4.3172 12.3411 4.69765 12.0569 5.10758 12.1162C5.41415 12.1606 5.7296 12.1946 6.05242 12.2171ZM19.1076 10.3992C19.5175 10.4586 19.8017 10.839 19.7424 11.249C19.683 11.6589 19.3025 11.9431 18.8926 11.8838C18.586 11.8394 18.2706 11.8054 17.9478 11.7829C17.5346 11.754 17.223 11.3956 17.2519 10.9824C17.2808 10.5692 17.6392 10.2576 18.0524 10.2865C18.4117 10.3116 18.7639 10.3495 19.1076 10.3992Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 2.75C14.9915 2.75 13.1298 3.14454 11.6826 3.82046C10.4648 4.38927 8.82565 4.75 7 4.75C5.988 4.75 5.02989 4.63907 4.16745 4.44153C2.841 4.13772 1.25 5.04678 1.25 6.61397V17.386C1.25 18.2216 1.38242 19.0082 1.81644 19.6488C2.26524 20.3111 2.95689 20.7031 3.83255 20.9037C4.80949 21.1274 5.88016 21.25 7 21.25C9.00849 21.25 10.8702 20.8555 12.3174 20.1795C13.5352 19.6107 15.1744 19.25 17 19.25C18.012 19.25 18.9701 19.3609 19.8326 19.5585C21.159 19.8623 22.75 18.9532 22.75 17.386V6.61397C22.75 5.81712 22.6428 5.03453 22.2218 4.38745C21.7825 3.71217 21.0845 3.30637 20.1674 3.09633C19.1905 2.87257 18.1198 2.75 17 2.75ZM12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15ZM5.5 12C6.05228 12 6.5 12.4477 6.5 13V13.009C6.5 13.5613 6.05228 14.009 5.5 14.009C4.94772 14.009 4.5 13.5613 4.5 13.009V13C4.5 12.4477 4.94772 12 5.5 12ZM19.5 10.9922C19.5 10.4399 19.0523 9.99219 18.5 9.99219C17.9477 9.99219 17.5 10.4399 17.5 10.9922V11.0012C17.5 11.5535 17.9477 12.0012 18.5 12.0012C19.0523 12.0012 19.5 11.5535 19.5 11.0012V10.9922Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 2.75C14.9915 2.75 13.1298 3.14454 11.6826 3.82046C10.4648 4.38927 8.82565 4.75 7 4.75C5.988 4.75 5.02989 4.63907 4.16745 4.44153C2.841 4.13772 1.25 5.04678 1.25 6.61397V17.386C1.25 18.2216 1.38242 19.0082 1.81644 19.6488C2.26524 20.3111 2.95689 20.7031 3.83255 20.9037C4.80949 21.1274 5.88016 21.25 7 21.25C9.00849 21.25 10.8702 20.8555 12.3174 20.1795C13.5352 19.6107 15.1744 19.25 17 19.25C18.012 19.25 18.9701 19.3609 19.8326 19.5585C21.159 19.8623 22.75 18.9532 22.75 17.386V6.61397C22.75 5.81712 22.6428 5.03453 22.2218 4.38745C21.7825 3.71217 21.0845 3.30637 20.1674 3.09633C19.1905 2.87257 18.1198 2.75 17 2.75ZM12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15ZM5.5 12C6.05228 12 6.5 12.4477 6.5 13V13.009C6.5 13.5613 6.05228 14.009 5.5 14.009C4.94772 14.009 4.5 13.5613 4.5 13.009V13C4.5 12.4477 4.94772 12 5.5 12ZM19.5 10.9922C19.5 10.4399 19.0523 9.99219 18.5 9.99219C17.9477 9.99219 17.5 10.4399 17.5 10.9922V11.0012C17.5 11.5535 17.9477 12.0012 18.5 12.0012C19.0523 12.0012 19.5 11.5535 19.5 11.0012V10.9922Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9694 2.3786C16.8308 2.24998 15.3866 2.24999 13.5475 2.25H10.4525C8.61345 2.24999 7.16917 2.24998 6.03058 2.3786C4.86842 2.50988 3.926 2.78362 3.14263 3.40229C2.90811 3.58749 2.69068 3.79205 2.49298 4.0138C1.82681 4.76101 1.52932 5.66669 1.38763 6.77785C1.24998 7.85727 1.24999 9.22326 1.25 10.9473V11.0528C1.24999 12.7768 1.24998 14.1427 1.38763 15.2222C1.52932 16.3333 1.82681 17.239 2.49298 17.9862C2.69068 18.2079 2.90811 18.4125 3.14263 18.5977C3.926 19.2164 4.86842 19.4901 6.03058 19.6214C7.16917 19.75 8.61345 19.75 10.4525 19.75L13.0402 19.7501C13.3673 19.7501 13.5308 19.7501 13.5566 19.689C13.5824 19.6279 13.4577 19.4998 13.2083 19.2436C12.77 18.7932 12.5 18.1781 12.5 17.5C12.5 16.1193 13.6193 15 15 15H15.6C15.7886 15 15.8828 15 15.9414 14.9414C16 14.8828 16 14.7886 16 14.6V14C16 12.6193 17.1193 11.5 18.5 11.5C19.8807 11.5 21 12.6193 21 14V14.6C21 14.7886 21 14.8828 21.0586 14.9414C21.1172 15 21.2114 15 21.4 15H22C22.0591 15 22.1177 15.002 22.1757 15.0061C22.4085 15.0222 22.5249 15.0303 22.5872 14.9766C22.6496 14.9229 22.6575 14.8225 22.6733 14.6218C22.75 13.6481 22.75 12.4717 22.75 11.0528V10.9473C22.75 9.22325 22.75 7.85727 22.6124 6.77785C22.4707 5.66669 22.1732 4.76101 21.507 4.0138C21.3093 3.79205 21.0919 3.58749 20.8574 3.40229C20.074 2.78362 19.1316 2.50988 17.9694 2.3786ZM12 8C10.3431 8 9 9.34315 9 11C9 12.6569 10.3431 14 12 14C13.6569 14 15 12.6569 15 11C15 9.34315 13.6569 8 12 8ZM5.5 10C6.05229 10 6.5 10.4477 6.5 11C6.5 11.5523 6.05229 12 5.5 12H5.49102C4.93873 12 4.49102 11.5523 4.49102 11C4.49102 10.4477 4.93873 10 5.49102 10H5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 13C19.0523 13 19.5 13.4477 19.5 14V16.5H22C22.5523 16.5 23 16.9477 23 17.5C23 18.0523 22.5523 18.5 22 18.5H19.5V21C19.5 21.5523 19.0523 22 18.5 22C17.9477 22 17.5 21.5523 17.5 21L17.5 18.5H15C14.4477 18.5 14 18.0523 14 17.5C14 16.9477 14.4477 16.5 15 16.5H17.5L17.5 14C17.5 13.4477 17.9477 13 18.5 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9694 2.3786C16.8308 2.24998 15.3866 2.24999 13.5475 2.25H10.4525C8.61345 2.24999 7.16917 2.24998 6.03058 2.3786C4.86842 2.50988 3.926 2.78362 3.14263 3.40229C2.90811 3.58749 2.69068 3.79205 2.49298 4.0138C1.82681 4.76101 1.52932 5.66669 1.38763 6.77785C1.24998 7.85727 1.24999 9.22326 1.25 10.9473V11.0528C1.24999 12.7768 1.24998 14.1427 1.38763 15.2222C1.52932 16.3333 1.82681 17.239 2.49298 17.9862C2.69068 18.2079 2.90811 18.4125 3.14263 18.5977C3.926 19.2164 4.86842 19.4901 6.03058 19.6214C7.16917 19.75 8.61345 19.75 10.4525 19.75L13.0402 19.7501C13.3673 19.7501 13.5308 19.7501 13.5566 19.689C13.5824 19.6279 13.4577 19.4998 13.2083 19.2436C12.77 18.7932 12.5 18.1781 12.5 17.5C12.5 16.1193 13.6193 15 15 15H15.6C15.7886 15 15.8828 15 15.9414 14.9414C16 14.8828 16 14.7886 16 14.6V14C16 12.6193 17.1193 11.5 18.5 11.5C19.8807 11.5 21 12.6193 21 14V14.6C21 14.7886 21 14.8828 21.0586 14.9414C21.1172 15 21.2114 15 21.4 15H22C22.0591 15 22.1177 15.002 22.1757 15.0061C22.4085 15.0222 22.5249 15.0303 22.5872 14.9766C22.6496 14.9229 22.6575 14.8225 22.6733 14.6218C22.75 13.6481 22.75 12.4717 22.75 11.0528V10.9473C22.75 9.22325 22.75 7.85727 22.6124 6.77785C22.4707 5.66669 22.1732 4.76101 21.507 4.0138C21.3093 3.79205 21.0919 3.58749 20.8574 3.40229C20.074 2.78362 19.1316 2.50988 17.9694 2.3786ZM12 8C10.3431 8 9 9.34315 9 11C9 12.6569 10.3431 14 12 14C13.6569 14 15 12.6569 15 11C15 9.34315 13.6569 8 12 8ZM5.5 10C6.05229 10 6.5 10.4477 6.5 11C6.5 11.5523 6.05229 12 5.5 12H5.49102C4.93873 12 4.49102 11.5523 4.49102 11C4.49102 10.4477 4.93873 10 5.49102 10H5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 13C19.0523 13 19.5 13.4477 19.5 14V16.5H22C22.5523 16.5 23 16.9477 23 17.5C23 18.0523 22.5523 18.5 22 18.5H19.5V21C19.5 21.5523 19.0523 22 18.5 22C17.9477 22 17.5 21.5523 17.5 21L17.5 18.5H15C14.4477 18.5 14 18.0523 14 17.5C14 16.9477 14.4477 16.5 15 16.5H17.5L17.5 14C17.5 13.4477 17.9477 13 18.5 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.3748 12.875C18.927 12.875 19.3748 13.3227 19.3748 13.875V16.375H21.8748C22.427 16.375 22.8748 16.8227 22.8748 17.375C22.8748 17.9273 22.427 18.375 21.8748 18.375H19.3748V20.875C19.3748 21.4273 18.927 21.875 18.3748 21.875C17.8225 21.875 17.3748 21.4273 17.3748 20.875L17.3748 18.375H14.8748C14.3225 18.375 13.8748 17.9273 13.8748 17.375C13.8748 16.8227 14.3225 16.375 14.8748 16.375H17.3748L17.3748 13.875C17.3748 13.3227 17.8225 12.875 18.3748 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8748 2.125C14.8663 2.125 13.0046 2.51954 11.5574 3.19546C10.3395 3.76427 8.7004 4.125 6.87476 4.125C5.86275 4.125 4.90464 4.01407 4.0422 3.81653C2.71576 3.51272 1.12476 4.42178 1.12476 5.98897V16.761C1.12476 17.5966 1.25718 18.3832 1.69119 19.0238C2.14 19.6861 2.83164 20.0781 3.70731 20.2787C4.68424 20.5024 5.75492 20.625 6.87476 20.625C8.88325 20.625 10.7449 20.2305 12.1921 19.5545L12.213 19.5448C12.5957 19.3675 12.7871 19.2789 12.8306 19.165C12.8741 19.0511 12.7753 18.8219 12.5778 18.3635C12.4471 18.0603 12.3748 17.7261 12.3748 17.375C12.3748 15.9943 13.494 14.875 14.8748 14.875H15.2748C15.5576 14.875 15.699 14.875 15.7869 14.7871C15.8748 14.6993 15.8748 14.5578 15.8748 14.275V13.875C15.8748 12.4943 16.994 11.375 18.3748 11.375C19.7555 11.375 20.8748 12.4943 20.8748 13.875V14.275C20.8748 14.5578 20.8748 14.6993 20.9626 14.7871C21.0505 14.875 21.1919 14.875 21.4748 14.875H21.8748C22.2453 14.875 22.4306 14.875 22.513 14.8086C22.5329 14.7925 22.5423 14.7832 22.5583 14.7632C22.6248 14.6808 22.6248 14.5298 22.6248 14.2278V5.98897C22.6248 5.19212 22.5175 4.40953 22.0966 3.76245C21.6573 3.08717 20.9593 2.68137 20.0422 2.47133C19.0653 2.24757 17.9946 2.125 16.8748 2.125ZM11.8748 8.125C10.0798 8.125 8.62476 9.58007 8.62476 11.375C8.62476 13.1699 10.0798 14.625 11.8748 14.625C13.6697 14.625 15.1248 13.1699 15.1248 11.375C15.1248 9.58007 13.6697 8.125 11.8748 8.125ZM6.37476 12.375C6.37476 11.8227 5.92704 11.375 5.37476 11.375C4.82247 11.375 4.37476 11.8227 4.37476 12.375V12.384C4.37476 12.9363 4.82247 13.384 5.37476 13.384C5.92704 13.384 6.37476 12.9363 6.37476 12.384V12.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.3748 12.875C18.927 12.875 19.3748 13.3227 19.3748 13.875V16.375H21.8748C22.427 16.375 22.8748 16.8227 22.8748 17.375C22.8748 17.9273 22.427 18.375 21.8748 18.375H19.3748V20.875C19.3748 21.4273 18.927 21.875 18.3748 21.875C17.8225 21.875 17.3748 21.4273 17.3748 20.875L17.3748 18.375H14.8748C14.3225 18.375 13.8748 17.9273 13.8748 17.375C13.8748 16.8227 14.3225 16.375 14.8748 16.375H17.3748L17.3748 13.875C17.3748 13.3227 17.8225 12.875 18.3748 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8748 2.125C14.8663 2.125 13.0046 2.51954 11.5574 3.19546C10.3395 3.76427 8.7004 4.125 6.87476 4.125C5.86275 4.125 4.90464 4.01407 4.0422 3.81653C2.71576 3.51272 1.12476 4.42178 1.12476 5.98897V16.761C1.12476 17.5966 1.25718 18.3832 1.69119 19.0238C2.14 19.6861 2.83164 20.0781 3.70731 20.2787C4.68424 20.5024 5.75492 20.625 6.87476 20.625C8.88325 20.625 10.7449 20.2305 12.1921 19.5545L12.213 19.5448C12.5957 19.3675 12.7871 19.2789 12.8306 19.165C12.8741 19.0511 12.7753 18.8219 12.5778 18.3635C12.4471 18.0603 12.3748 17.7261 12.3748 17.375C12.3748 15.9943 13.494 14.875 14.8748 14.875H15.2748C15.5576 14.875 15.699 14.875 15.7869 14.7871C15.8748 14.6993 15.8748 14.5578 15.8748 14.275V13.875C15.8748 12.4943 16.994 11.375 18.3748 11.375C19.7555 11.375 20.8748 12.4943 20.8748 13.875V14.275C20.8748 14.5578 20.8748 14.6993 20.9626 14.7871C21.0505 14.875 21.1919 14.875 21.4748 14.875H21.8748C22.2453 14.875 22.4306 14.875 22.513 14.8086C22.5329 14.7925 22.5423 14.7832 22.5583 14.7632C22.6248 14.6808 22.6248 14.5298 22.6248 14.2278V5.98897C22.6248 5.19212 22.5175 4.40953 22.0966 3.76245C21.6573 3.08717 20.9593 2.68137 20.0422 2.47133C19.0653 2.24757 17.9946 2.125 16.8748 2.125ZM11.8748 8.125C10.0798 8.125 8.62476 9.58007 8.62476 11.375C8.62476 13.1699 10.0798 14.625 11.8748 14.625C13.6697 14.625 15.1248 13.1699 15.1248 11.375C15.1248 9.58007 13.6697 8.125 11.8748 8.125ZM6.37476 12.375C6.37476 11.8227 5.92704 11.375 5.37476 11.375C4.82247 11.375 4.37476 11.8227 4.37476 12.375V12.384C4.37476 12.9363 4.82247 13.384 5.37476 13.384C5.92704 13.384 6.37476 12.9363 6.37476 12.384V12.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-bag-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.8352 8.11274C19.2505 10.4506 20.8802 13.5816 21.4336 16.8954C21.7169 18.5918 21.0622 20.0804 19.937 21.12C18.823 22.1493 17.2437 22.75 15.5965 22.75H8.40257C6.75537 22.75 5.176 22.1493 4.06205 21.12C2.93684 20.0804 2.28209 18.5918 2.56539 16.8954C3.2355 12.883 5.31961 9.89741 7.13775 8.13796C7.23021 8.04847 7.32272 7.96078 7.42687 7.88473C7.65192 7.72042 8.05423 7.5576 8.33021 7.51914C8.46756 7.5 8.56632 7.5 8.76384 7.5H15.2352C15.4327 7.5 15.5315 7.5 15.6688 7.51914C15.9448 7.5576 16.3471 7.72042 16.5721 7.88473C16.6841 7.9665 16.7345 8.01526 16.8352 8.11274Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6408 1.90644C10.887 1.65936 11.352 1.25 11.9993 1.25C12.6466 1.25 13.1116 1.65936 13.3578 1.90644C13.6563 2.20598 13.8942 2.65371 14.273 2.85411C14.5862 3.01979 14.9902 2.85885 15.3028 2.77744C15.6007 2.69989 16.0548 2.58244 16.536 2.64649C16.7451 2.67432 17.0195 2.74083 17.232 2.9301C17.4838 3.15425 17.5244 3.43315 17.4876 3.64394C17.4428 3.90039 17.284 4.11086 17.128 4.31102L16.2357 5.4599C16.0057 5.75681 15.7781 6.06194 15.4725 6.28636C15.2461 6.4526 14.9596 6.5 14.6788 6.5H9.31985C9.03898 6.5 8.75253 6.4526 8.52615 6.28636C8.22055 6.06194 7.9929 5.75681 7.76291 5.4599L6.87058 4.31102C6.71466 4.11086 6.55582 3.9004 6.51104 3.64394C6.47423 3.43315 6.51486 3.15425 6.76661 2.9301C6.97918 2.74083 7.25355 2.67432 7.46265 2.64649C7.94384 2.58244 8.39794 2.69989 8.69587 2.77744C9.00846 2.85885 9.41238 3.01979 9.72561 2.85411C10.1045 2.65371 10.3423 2.20598 10.6408 1.90644Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.8352 8.11274C19.2505 10.4506 20.8802 13.5816 21.4336 16.8954C21.7169 18.5918 21.0622 20.0804 19.937 21.12C18.823 22.1493 17.2437 22.75 15.5965 22.75H8.40257C6.75537 22.75 5.176 22.1493 4.06205 21.12C2.93684 20.0804 2.28209 18.5918 2.56539 16.8954C3.2355 12.883 5.31961 9.89741 7.13775 8.13796C7.23021 8.04847 7.32272 7.96078 7.42687 7.88473C7.65192 7.72042 8.05423 7.5576 8.33021 7.51914C8.46756 7.5 8.56632 7.5 8.76384 7.5H15.2352C15.4327 7.5 15.5315 7.5 15.6688 7.51914C15.9448 7.5576 16.3471 7.72042 16.5721 7.88473C16.6841 7.9665 16.7345 8.01526 16.8352 8.11274Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6408 1.90644C10.887 1.65936 11.352 1.25 11.9993 1.25C12.6466 1.25 13.1116 1.65936 13.3578 1.90644C13.6563 2.20598 13.8942 2.65371 14.273 2.85411C14.5862 3.01979 14.9902 2.85885 15.3028 2.77744C15.6007 2.69989 16.0548 2.58244 16.536 2.64649C16.7451 2.67432 17.0195 2.74083 17.232 2.9301C17.4838 3.15425 17.5244 3.43315 17.4876 3.64394C17.4428 3.90039 17.284 4.11086 17.128 4.31102L16.2357 5.4599C16.0057 5.75681 15.7781 6.06194 15.4725 6.28636C15.2461 6.4526 14.9596 6.5 14.6788 6.5H9.31985C9.03898 6.5 8.75253 6.4526 8.52615 6.28636C8.22055 6.06194 7.9929 5.75681 7.76291 5.4599L6.87058 4.31102C6.71466 4.11086 6.55582 3.9004 6.51104 3.64394C6.47423 3.43315 6.51486 3.15425 6.76661 2.9301C6.97918 2.74083 7.25355 2.67432 7.46265 2.64649C7.94384 2.58244 8.39794 2.69989 8.69587 2.77744C9.00846 2.85885 9.41238 3.01979 9.72561 2.85411C10.1045 2.65371 10.3423 2.20598 10.6408 1.90644Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-bag-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9996 1.25C11.3523 1.25 10.8873 1.65936 10.641 1.90644C10.5378 2.01 10.4419 2.13129 10.3448 2.25393C10.1612 2.48602 9.97372 2.723 9.72585 2.85411C9.45986 2.99481 9.12847 2.89996 8.84314 2.8183C8.79247 2.8038 8.74325 2.78972 8.69612 2.77744C8.39818 2.69989 7.94408 2.58244 7.46289 2.64649C7.25379 2.67432 6.97942 2.74083 6.76685 2.9301C6.51511 3.15425 6.47447 3.43315 6.51128 3.64394C6.55607 3.9004 6.71491 4.11086 6.87083 4.31102L7.76315 5.4599L7.80338 5.51191C8.01996 5.79212 8.23862 6.07503 8.5264 6.28636C8.75278 6.4526 9.03923 6.5 9.32009 6.5H14.679C14.9599 6.5 15.2463 6.4526 15.4727 6.28636C15.7605 6.07504 15.9791 5.79215 16.1957 5.51194L16.236 5.4599L17.1283 4.31102C17.2842 4.11086 17.443 3.90039 17.4878 3.64394C17.5246 3.43315 17.484 3.15425 17.2323 2.9301C17.0197 2.74083 16.7453 2.67432 16.5362 2.64649C16.055 2.58244 15.6009 2.69989 15.303 2.77744C15.2559 2.78972 15.2067 2.8038 15.156 2.81829L15.156 2.8183L15.156 2.81831C14.8706 2.89997 14.5393 2.9948 14.2733 2.85411C14.0254 2.723 13.8379 2.48602 13.6543 2.25393C13.5572 2.13129 13.4613 2.01001 13.3581 1.90644C13.1118 1.65936 12.6468 1.25 11.9996 1.25ZM21.4339 16.8954C20.8804 13.5816 19.2507 10.4506 16.8355 8.11274L16.8355 8.11274C16.7348 8.01526 16.6844 7.9665 16.5724 7.88473C16.3473 7.72042 15.945 7.5576 15.6691 7.51914C15.5317 7.5 15.4329 7.5 15.2354 7.5H8.76409C8.56657 7.5 8.46781 7.5 8.33046 7.51914C8.05447 7.5576 7.65216 7.72042 7.42712 7.88473C7.32296 7.96078 7.23045 8.04847 7.13799 8.13796C5.31986 9.89741 3.23574 12.883 2.56564 16.8954C2.28233 18.5918 2.93708 20.0804 4.0623 21.12C5.17625 22.1493 6.75561 22.75 8.40281 22.75H15.5967C17.2439 22.75 18.8233 22.1493 19.9372 21.12C21.0624 20.0804 21.7172 18.5918 21.4339 16.8954ZM12.6628 11.8047C12.6628 11.3905 12.327 11.0547 11.9128 11.0547C11.4986 11.0547 11.1628 11.3905 11.1628 11.8047V11.9182C10.7744 12.0091 10.416 12.1703 10.1148 12.3925C9.62718 12.7523 9.24976 13.31 9.24976 13.9941C9.24976 14.5757 9.4606 15.1396 10.0155 15.5134C10.507 15.8445 11.1688 15.954 11.9128 15.954C12.5661 15.954 12.9068 16.0546 13.0683 16.1599C13.1623 16.2212 13.2498 16.3109 13.2498 16.6155C13.2498 16.8375 13.1709 16.9552 13.0023 17.0565C12.7882 17.185 12.4209 17.2771 11.9128 17.2771C11.3794 17.2771 10.9649 17.1019 10.747 16.9069C10.4383 16.6307 9.96415 16.657 9.68792 16.9656C9.41168 17.2743 9.43797 17.7484 9.74662 18.0246C10.1229 18.3614 10.6188 18.5922 11.1628 18.7026V18.8047C11.1628 19.2189 11.4986 19.5547 11.9128 19.5547C12.327 19.5547 12.6628 19.2189 12.6628 18.8047V18.7221C13.0586 18.6605 13.4421 18.5421 13.7747 18.3423C14.3615 17.9899 14.7498 17.4018 14.7498 16.6155C14.7498 15.9119 14.4894 15.2959 13.8877 14.9035C13.3536 14.5551 12.6508 14.454 11.9128 14.454C11.2655 14.454 10.9708 14.3484 10.8536 14.2694C10.7998 14.2332 10.7498 14.1921 10.7498 13.9941C10.7498 13.8987 10.8006 13.7506 11.0054 13.5995C11.2099 13.4486 11.5283 13.3326 11.9128 13.3326C12.4476 13.3326 12.8285 13.5521 12.9854 13.7585C13.2361 14.0883 13.7066 14.1524 14.0364 13.9018C14.3661 13.6511 14.4302 13.1806 14.1796 12.8508C13.8227 12.3813 13.2753 12.0619 12.6628 11.9185V11.8047Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9996 1.25C11.3523 1.25 10.8873 1.65936 10.641 1.90644C10.5378 2.01 10.4419 2.13129 10.3448 2.25393C10.1612 2.48602 9.97372 2.723 9.72585 2.85411C9.45986 2.99481 9.12847 2.89996 8.84314 2.8183C8.79247 2.8038 8.74325 2.78972 8.69612 2.77744C8.39818 2.69989 7.94408 2.58244 7.46289 2.64649C7.25379 2.67432 6.97942 2.74083 6.76685 2.9301C6.51511 3.15425 6.47447 3.43315 6.51128 3.64394C6.55607 3.9004 6.71491 4.11086 6.87083 4.31102L7.76315 5.4599L7.80338 5.51191C8.01996 5.79212 8.23862 6.07503 8.5264 6.28636C8.75278 6.4526 9.03923 6.5 9.32009 6.5H14.679C14.9599 6.5 15.2463 6.4526 15.4727 6.28636C15.7605 6.07504 15.9791 5.79215 16.1957 5.51194L16.236 5.4599L17.1283 4.31102C17.2842 4.11086 17.443 3.90039 17.4878 3.64394C17.5246 3.43315 17.484 3.15425 17.2323 2.9301C17.0197 2.74083 16.7453 2.67432 16.5362 2.64649C16.055 2.58244 15.6009 2.69989 15.303 2.77744C15.2559 2.78972 15.2067 2.8038 15.156 2.81829L15.156 2.8183L15.156 2.81831C14.8706 2.89997 14.5393 2.9948 14.2733 2.85411C14.0254 2.723 13.8379 2.48602 13.6543 2.25393C13.5572 2.13129 13.4613 2.01001 13.3581 1.90644C13.1118 1.65936 12.6468 1.25 11.9996 1.25ZM21.4339 16.8954C20.8804 13.5816 19.2507 10.4506 16.8355 8.11274L16.8355 8.11274C16.7348 8.01526 16.6844 7.9665 16.5724 7.88473C16.3473 7.72042 15.945 7.5576 15.6691 7.51914C15.5317 7.5 15.4329 7.5 15.2354 7.5H8.76409C8.56657 7.5 8.46781 7.5 8.33046 7.51914C8.05447 7.5576 7.65216 7.72042 7.42712 7.88473C7.32296 7.96078 7.23045 8.04847 7.13799 8.13796C5.31986 9.89741 3.23574 12.883 2.56564 16.8954C2.28233 18.5918 2.93708 20.0804 4.0623 21.12C5.17625 22.1493 6.75561 22.75 8.40281 22.75H15.5967C17.2439 22.75 18.8233 22.1493 19.9372 21.12C21.0624 20.0804 21.7172 18.5918 21.4339 16.8954ZM12.6628 11.8047C12.6628 11.3905 12.327 11.0547 11.9128 11.0547C11.4986 11.0547 11.1628 11.3905 11.1628 11.8047V11.9182C10.7744 12.0091 10.416 12.1703 10.1148 12.3925C9.62718 12.7523 9.24976 13.31 9.24976 13.9941C9.24976 14.5757 9.4606 15.1396 10.0155 15.5134C10.507 15.8445 11.1688 15.954 11.9128 15.954C12.5661 15.954 12.9068 16.0546 13.0683 16.1599C13.1623 16.2212 13.2498 16.3109 13.2498 16.6155C13.2498 16.8375 13.1709 16.9552 13.0023 17.0565C12.7882 17.185 12.4209 17.2771 11.9128 17.2771C11.3794 17.2771 10.9649 17.1019 10.747 16.9069C10.4383 16.6307 9.96415 16.657 9.68792 16.9656C9.41168 17.2743 9.43797 17.7484 9.74662 18.0246C10.1229 18.3614 10.6188 18.5922 11.1628 18.7026V18.8047C11.1628 19.2189 11.4986 19.5547 11.9128 19.5547C12.327 19.5547 12.6628 19.2189 12.6628 18.8047V18.7221C13.0586 18.6605 13.4421 18.5421 13.7747 18.3423C14.3615 17.9899 14.7498 17.4018 14.7498 16.6155C14.7498 15.9119 14.4894 15.2959 13.8877 14.9035C13.3536 14.5551 12.6508 14.454 11.9128 14.454C11.2655 14.454 10.9708 14.3484 10.8536 14.2694C10.7998 14.2332 10.7498 14.1921 10.7498 13.9941C10.7498 13.8987 10.8006 13.7506 11.0054 13.5995C11.2099 13.4486 11.5283 13.3326 11.9128 13.3326C12.4476 13.3326 12.8285 13.5521 12.9854 13.7585C13.2361 14.0883 13.7066 14.1524 14.0364 13.9018C14.3661 13.6511 14.4302 13.1806 14.1796 12.8508C13.8227 12.3813 13.2753 12.0619 12.6628 11.9185V11.8047Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-change-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.875 1.125C14.8665 1.125 13.0048 1.51954 11.5576 2.19546C10.3398 2.76427 8.70065 3.125 6.875 3.125C5.863 3.125 4.90489 3.01407 4.04245 2.81653C2.716 2.51272 1.125 3.42178 1.125 4.98897V15.761C1.125 16.5966 1.25742 17.3832 1.69144 18.0238C2.14024 18.6861 2.83189 19.0781 3.70755 19.2787C4.68449 19.5024 5.75516 19.625 6.875 19.625C8.34085 19.625 9.72849 19.4149 10.9339 19.0385C11.21 18.9523 11.3481 18.9092 11.407 18.8182C11.4659 18.7273 11.4392 18.5031 11.3856 18.0547C11.3786 17.9958 11.375 17.9358 11.375 17.875C11.375 14.8897 13.8256 12.5467 16.7527 12.5467H16.7583C16.9112 12.5467 16.9876 12.5467 17.0482 12.5183C17.1087 12.4899 17.1673 12.4194 17.2845 12.2784C17.3118 12.2456 17.34 12.2134 17.3691 12.1817C18.3043 11.1659 19.8859 11.1006 20.9016 12.0358C20.9095 12.0431 20.9173 12.0504 20.925 12.0578L22.0626 13.1511C22.1175 13.2038 22.1682 13.2606 22.2144 13.3209L22.2176 13.3251C22.3196 13.458 22.625 13.3856 22.625 13.2181V4.98897C22.625 4.19212 22.5178 3.40953 22.0968 2.76245C21.6575 2.08717 20.9595 1.68137 20.0424 1.47133C19.0655 1.24757 17.9948 1.125 16.875 1.125ZM14.875 10.375C14.875 12.0319 13.5319 13.375 11.875 13.375C10.2181 13.375 8.875 12.0319 8.875 10.375C8.875 8.71815 10.2181 7.375 11.875 7.375C13.5319 7.375 14.875 8.71815 14.875 10.375ZM6.375 11.375C6.375 10.8227 5.92728 10.375 5.375 10.375C4.82272 10.375 4.375 10.8227 4.375 11.375V11.384C4.375 11.9363 4.82272 12.384 5.375 12.384C5.92728 12.384 6.375 11.9363 6.375 11.384V11.375ZM18.375 8.36719C18.9273 8.36719 19.375 8.8149 19.375 9.36719V9.37617C19.375 9.92845 18.9273 10.3762 18.375 10.3762C17.8227 10.3762 17.375 9.92845 17.375 9.37617V9.36719C17.375 8.8149 17.8227 8.36719 18.375 8.36719Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4727 13.1977C18.8467 12.7914 19.4794 12.7652 19.8857 13.1393L21.0233 14.2326C21.0918 14.3221 21.4349 14.7798 21.1903 15.3603C20.9494 15.9318 20.3924 16.0128 20.2838 16.0278C20.1439 16.0473 19.9815 16.047 19.883 16.0468L16.7527 16.0467C15.6993 16.0467 14.875 16.8815 14.875 17.875C14.875 18.4273 14.4273 18.875 13.875 18.875C13.3227 18.875 12.875 18.4273 12.875 17.875C12.875 15.7444 14.6275 14.0467 16.7527 14.0467H18.2231C18.1718 13.751 18.2536 13.4356 18.4727 13.1977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.875 16.875C22.4273 16.875 22.875 17.3227 22.875 17.875C22.875 20.0056 21.1225 21.7033 18.9973 21.7033H17.5269C17.5782 21.999 17.4964 22.3145 17.2773 22.5523C16.9033 22.9586 16.2706 22.9848 15.8643 22.6107L14.7267 21.5174C14.6582 21.4279 14.3151 20.9702 14.5597 20.3897C14.8006 19.8182 15.3576 19.7373 15.4662 19.7222C15.606 19.7027 15.7685 19.7031 15.867 19.7033H15.867L18.9973 19.7033C20.0507 19.7033 20.875 18.8685 20.875 17.875C20.875 17.3227 21.3227 16.875 21.875 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.875 1.125C14.8665 1.125 13.0048 1.51954 11.5576 2.19546C10.3398 2.76427 8.70065 3.125 6.875 3.125C5.863 3.125 4.90489 3.01407 4.04245 2.81653C2.716 2.51272 1.125 3.42178 1.125 4.98897V15.761C1.125 16.5966 1.25742 17.3832 1.69144 18.0238C2.14024 18.6861 2.83189 19.0781 3.70755 19.2787C4.68449 19.5024 5.75516 19.625 6.875 19.625C8.34085 19.625 9.72849 19.4149 10.9339 19.0385C11.21 18.9523 11.3481 18.9092 11.407 18.8182C11.4659 18.7273 11.4392 18.5031 11.3856 18.0547C11.3786 17.9958 11.375 17.9358 11.375 17.875C11.375 14.8897 13.8256 12.5467 16.7527 12.5467H16.7583C16.9112 12.5467 16.9876 12.5467 17.0482 12.5183C17.1087 12.4899 17.1673 12.4194 17.2845 12.2784C17.3118 12.2456 17.34 12.2134 17.3691 12.1817C18.3043 11.1659 19.8859 11.1006 20.9016 12.0358C20.9095 12.0431 20.9173 12.0504 20.925 12.0578L22.0626 13.1511C22.1175 13.2038 22.1682 13.2606 22.2144 13.3209L22.2176 13.3251C22.3196 13.458 22.625 13.3856 22.625 13.2181V4.98897C22.625 4.19212 22.5178 3.40953 22.0968 2.76245C21.6575 2.08717 20.9595 1.68137 20.0424 1.47133C19.0655 1.24757 17.9948 1.125 16.875 1.125ZM14.875 10.375C14.875 12.0319 13.5319 13.375 11.875 13.375C10.2181 13.375 8.875 12.0319 8.875 10.375C8.875 8.71815 10.2181 7.375 11.875 7.375C13.5319 7.375 14.875 8.71815 14.875 10.375ZM6.375 11.375C6.375 10.8227 5.92728 10.375 5.375 10.375C4.82272 10.375 4.375 10.8227 4.375 11.375V11.384C4.375 11.9363 4.82272 12.384 5.375 12.384C5.92728 12.384 6.375 11.9363 6.375 11.384V11.375ZM18.375 8.36719C18.9273 8.36719 19.375 8.8149 19.375 9.36719V9.37617C19.375 9.92845 18.9273 10.3762 18.375 10.3762C17.8227 10.3762 17.375 9.92845 17.375 9.37617V9.36719C17.375 8.8149 17.8227 8.36719 18.375 8.36719Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4727 13.1977C18.8467 12.7914 19.4794 12.7652 19.8857 13.1393L21.0233 14.2326C21.0918 14.3221 21.4349 14.7798 21.1903 15.3603C20.9494 15.9318 20.3924 16.0128 20.2838 16.0278C20.1439 16.0473 19.9815 16.047 19.883 16.0468L16.7527 16.0467C15.6993 16.0467 14.875 16.8815 14.875 17.875C14.875 18.4273 14.4273 18.875 13.875 18.875C13.3227 18.875 12.875 18.4273 12.875 17.875C12.875 15.7444 14.6275 14.0467 16.7527 14.0467H18.2231C18.1718 13.751 18.2536 13.4356 18.4727 13.1977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.875 16.875C22.4273 16.875 22.875 17.3227 22.875 17.875C22.875 20.0056 21.1225 21.7033 18.9973 21.7033H17.5269C17.5782 21.999 17.4964 22.3145 17.2773 22.5523C16.9033 22.9586 16.2706 22.9848 15.8643 22.6107L14.7267 21.5174C14.6582 21.4279 14.3151 20.9702 14.5597 20.3897C14.8006 19.8182 15.3576 19.7373 15.4662 19.7222C15.606 19.7027 15.7685 19.7031 15.867 19.7033H15.867L18.9973 19.7033C20.0507 19.7033 20.875 18.8685 20.875 17.875C20.875 17.3227 21.3227 16.875 21.875 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-change-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8444 1.2536C16.7058 1.12498 15.2615 1.12499 13.4225 1.125H13.4225H10.3275H10.3275C8.48845 1.12499 7.04417 1.12498 5.90558 1.2536C4.74342 1.38488 3.801 1.65862 3.01763 2.27729C2.78311 2.46249 2.56568 2.66705 2.36798 2.8888C1.70181 3.63601 1.40432 4.54169 1.26263 5.65285C1.12498 6.73227 1.12499 8.09825 1.125 9.82225V9.82226V9.92773V9.92774C1.12499 11.6517 1.12498 13.0177 1.26263 14.0972C1.40432 15.2083 1.70181 16.114 2.36798 16.8612C2.56568 17.0829 2.78311 17.2875 3.01763 17.4727C3.801 18.0914 4.74342 18.3651 5.90558 18.4964C7.04417 18.625 8.48845 18.625 10.3275 18.625H10.7278C11.0298 18.625 11.1808 18.625 11.2632 18.5586C11.2832 18.5425 11.2925 18.5332 11.3086 18.5132C11.375 18.4308 11.375 18.2456 11.375 17.875C11.375 14.8897 13.8256 12.5467 16.7527 12.5467H16.7583C16.9112 12.5467 16.9876 12.5467 17.0482 12.5183C17.1087 12.4899 17.1673 12.4194 17.2845 12.2784C17.3118 12.2456 17.34 12.2134 17.3691 12.1817C18.3043 11.1659 19.8859 11.1006 20.9017 12.0358C20.9095 12.043 20.9173 12.0504 20.925 12.0578L22.0626 13.1511C22.1175 13.2038 22.1682 13.2605 22.2144 13.3209L22.2176 13.3251C22.3176 13.4555 22.556 13.4055 22.5664 13.2415C22.625 12.3193 22.625 11.2249 22.625 9.92775V9.82225C22.625 8.09825 22.625 6.73227 22.4874 5.65285C22.3457 4.54169 22.0482 3.63601 21.382 2.8888C21.1843 2.66705 20.9669 2.46249 20.7324 2.27729C19.949 1.65862 19.0066 1.38488 17.8444 1.2536ZM11.875 12.875C13.5319 12.875 14.875 11.5319 14.875 9.875C14.875 8.21815 13.5319 6.875 11.875 6.875C10.2181 6.875 8.875 8.21815 8.875 9.875C8.875 11.5319 10.2181 12.875 11.875 12.875ZM6.37617 9.875C6.37617 9.32271 5.92845 8.875 5.37617 8.875H5.36719C4.8149 8.875 4.36719 9.32271 4.36719 9.875C4.36719 10.4273 4.8149 10.875 5.36719 10.875H5.37617C5.92845 10.875 6.37617 10.4273 6.37617 9.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4727 13.1977C18.8467 12.7914 19.4794 12.7652 19.8857 13.1393L21.0233 14.2326C21.0918 14.3221 21.4349 14.7798 21.1903 15.3603C20.9494 15.9318 20.3924 16.0128 20.2838 16.0278C20.1439 16.0473 19.9815 16.047 19.883 16.0468L16.7527 16.0467C15.6993 16.0467 14.875 16.8815 14.875 17.875C14.875 18.4273 14.4273 18.875 13.875 18.875C13.3227 18.875 12.875 18.4273 12.875 17.875C12.875 15.7444 14.6275 14.0467 16.7527 14.0467H18.2231C18.1718 13.751 18.2536 13.4356 18.4727 13.1977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.875 16.875C22.4273 16.875 22.875 17.3227 22.875 17.875C22.875 20.0056 21.1225 21.7033 18.9973 21.7033H17.5269C17.5782 21.999 17.4964 22.3145 17.2773 22.5523C16.9033 22.9586 16.2706 22.9848 15.8643 22.6107L14.7267 21.5174C14.6582 21.4279 14.3151 20.9702 14.5597 20.3897C14.8006 19.8182 15.3576 19.7373 15.4662 19.7222C15.606 19.7027 15.7685 19.7031 15.867 19.7033H15.867L18.9973 19.7033C20.0507 19.7033 20.875 18.8685 20.875 17.875C20.875 17.3227 21.3227 16.875 21.875 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8444 1.2536C16.7058 1.12498 15.2615 1.12499 13.4225 1.125H13.4225H10.3275H10.3275C8.48845 1.12499 7.04417 1.12498 5.90558 1.2536C4.74342 1.38488 3.801 1.65862 3.01763 2.27729C2.78311 2.46249 2.56568 2.66705 2.36798 2.8888C1.70181 3.63601 1.40432 4.54169 1.26263 5.65285C1.12498 6.73227 1.12499 8.09825 1.125 9.82225V9.82226V9.92773V9.92774C1.12499 11.6517 1.12498 13.0177 1.26263 14.0972C1.40432 15.2083 1.70181 16.114 2.36798 16.8612C2.56568 17.0829 2.78311 17.2875 3.01763 17.4727C3.801 18.0914 4.74342 18.3651 5.90558 18.4964C7.04417 18.625 8.48845 18.625 10.3275 18.625H10.7278C11.0298 18.625 11.1808 18.625 11.2632 18.5586C11.2832 18.5425 11.2925 18.5332 11.3086 18.5132C11.375 18.4308 11.375 18.2456 11.375 17.875C11.375 14.8897 13.8256 12.5467 16.7527 12.5467H16.7583C16.9112 12.5467 16.9876 12.5467 17.0482 12.5183C17.1087 12.4899 17.1673 12.4194 17.2845 12.2784C17.3118 12.2456 17.34 12.2134 17.3691 12.1817C18.3043 11.1659 19.8859 11.1006 20.9017 12.0358C20.9095 12.043 20.9173 12.0504 20.925 12.0578L22.0626 13.1511C22.1175 13.2038 22.1682 13.2605 22.2144 13.3209L22.2176 13.3251C22.3176 13.4555 22.556 13.4055 22.5664 13.2415C22.625 12.3193 22.625 11.2249 22.625 9.92775V9.82225C22.625 8.09825 22.625 6.73227 22.4874 5.65285C22.3457 4.54169 22.0482 3.63601 21.382 2.8888C21.1843 2.66705 20.9669 2.46249 20.7324 2.27729C19.949 1.65862 19.0066 1.38488 17.8444 1.2536ZM11.875 12.875C13.5319 12.875 14.875 11.5319 14.875 9.875C14.875 8.21815 13.5319 6.875 11.875 6.875C10.2181 6.875 8.875 8.21815 8.875 9.875C8.875 11.5319 10.2181 12.875 11.875 12.875ZM6.37617 9.875C6.37617 9.32271 5.92845 8.875 5.37617 8.875H5.36719C4.8149 8.875 4.36719 9.32271 4.36719 9.875C4.36719 10.4273 4.8149 10.875 5.36719 10.875H5.37617C5.92845 10.875 6.37617 10.4273 6.37617 9.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4727 13.1977C18.8467 12.7914 19.4794 12.7652 19.8857 13.1393L21.0233 14.2326C21.0918 14.3221 21.4349 14.7798 21.1903 15.3603C20.9494 15.9318 20.3924 16.0128 20.2838 16.0278C20.1439 16.0473 19.9815 16.047 19.883 16.0468L16.7527 16.0467C15.6993 16.0467 14.875 16.8815 14.875 17.875C14.875 18.4273 14.4273 18.875 13.875 18.875C13.3227 18.875 12.875 18.4273 12.875 17.875C12.875 15.7444 14.6275 14.0467 16.7527 14.0467H18.2231C18.1718 13.751 18.2536 13.4356 18.4727 13.1977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.875 16.875C22.4273 16.875 22.875 17.3227 22.875 17.875C22.875 20.0056 21.1225 21.7033 18.9973 21.7033H17.5269C17.5782 21.999 17.4964 22.3145 17.2773 22.5523C16.9033 22.9586 16.2706 22.9848 15.8643 22.6107L14.7267 21.5174C14.6582 21.4279 14.3151 20.9702 14.5597 20.3897C14.8006 19.8182 15.3576 19.7373 15.4662 19.7222C15.606 19.7027 15.7685 19.7031 15.867 19.7033H15.867L18.9973 19.7033C20.0507 19.7033 20.875 18.8685 20.875 17.875C20.875 17.3227 21.3227 16.875 21.875 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-change-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.77448 5.24219L6.5663 6.19395C6.72824 6.38861 6.97748 6.48841 7.22902 6.45932C7.48056 6.43023 7.70044 6.27618 7.81368 6.0497L8.67082 4.33541C8.78707 4.10292 8.77464 3.82681 8.63799 3.6057C8.50133 3.38459 8.25993 3.25 8 3.25C7.21245 3.25 6.45502 3.38478 5.75052 3.63328C3.12763 4.55843 1.25 7.05696 1.25 10C1.25 10.4142 1.58579 10.75 2 10.75C2.41421 10.75 2.75 10.4142 2.75 10C2.75 7.89355 3.98604 6.07881 5.77448 5.24219Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2255 18.7578L17.4337 17.806C17.2718 17.6114 17.0225 17.5116 16.771 17.5407C16.5194 17.5698 16.2996 17.7238 16.1863 17.9503L15.3292 19.6646C15.2129 19.8971 15.2254 20.1732 15.362 20.3943C15.4987 20.6154 15.7401 20.75 16 20.75C16.7875 20.75 17.545 20.6152 18.2495 20.3667C20.8724 19.4416 22.75 16.943 22.75 14C22.75 13.5858 22.4142 13.25 22 13.25C21.5858 13.25 21.25 13.5858 21.25 14C21.25 16.1064 20.014 17.9212 18.2255 18.7578Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9641 1.82225C19.0006 0.982527 20.7904 1.26783 21.7004 1.43466C22.3608 1.55574 22.75 2.15947 22.75 2.74531V9.20428C22.75 9.8993 22.169 10.6332 21.3101 10.4813C20.4622 10.3314 19.0855 10.1629 17.5359 10.8019C15.5364 11.6263 13.5355 11.7806 12.4268 11.7454C11.6592 11.7211 11.25 11.0353 11.25 10.4569V3.99469C11.25 3.29506 11.7986 2.64085 12.5656 2.65565C13.542 2.67449 15.2642 2.52318 16.9641 1.82225ZM15.5 6.5C15.5 5.67157 16.1686 5 16.9933 5H17.0067C17.8314 5 18.5 5.67157 18.5 6.5C18.5 7.32843 17.8314 8 17.0067 8H16.9933C16.1686 8 15.5 7.32843 15.5 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.9641 12.8222C9.00057 11.9825 10.7904 12.2678 11.7004 12.4347C12.3608 12.5557 12.75 13.1595 12.75 13.7453V20.2043C12.75 20.8993 12.169 21.6332 11.3101 21.4813C10.4622 21.3314 9.08553 21.1629 7.5359 21.8019C5.53638 22.6263 3.5355 22.7806 2.42676 22.7454C1.65917 22.7211 1.25 22.0353 1.25 21.4569V14.9947C1.25 14.2951 1.7986 13.6409 2.56563 13.6557C3.54198 13.6745 5.26421 13.5232 6.9641 12.8222ZM5.5 17.5C5.5 16.6716 6.16857 16 6.99329 16H7.00671C7.83143 16 8.5 16.6716 8.5 17.5C8.5 18.3284 7.83143 19 7.00671 19H6.99329C6.16857 19 5.5 18.3284 5.5 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.77448 5.24219L6.5663 6.19395C6.72824 6.38861 6.97748 6.48841 7.22902 6.45932C7.48056 6.43023 7.70044 6.27618 7.81368 6.0497L8.67082 4.33541C8.78707 4.10292 8.77464 3.82681 8.63799 3.6057C8.50133 3.38459 8.25993 3.25 8 3.25C7.21245 3.25 6.45502 3.38478 5.75052 3.63328C3.12763 4.55843 1.25 7.05696 1.25 10C1.25 10.4142 1.58579 10.75 2 10.75C2.41421 10.75 2.75 10.4142 2.75 10C2.75 7.89355 3.98604 6.07881 5.77448 5.24219Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2255 18.7578L17.4337 17.806C17.2718 17.6114 17.0225 17.5116 16.771 17.5407C16.5194 17.5698 16.2996 17.7238 16.1863 17.9503L15.3292 19.6646C15.2129 19.8971 15.2254 20.1732 15.362 20.3943C15.4987 20.6154 15.7401 20.75 16 20.75C16.7875 20.75 17.545 20.6152 18.2495 20.3667C20.8724 19.4416 22.75 16.943 22.75 14C22.75 13.5858 22.4142 13.25 22 13.25C21.5858 13.25 21.25 13.5858 21.25 14C21.25 16.1064 20.014 17.9212 18.2255 18.7578Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9641 1.82225C19.0006 0.982527 20.7904 1.26783 21.7004 1.43466C22.3608 1.55574 22.75 2.15947 22.75 2.74531V9.20428C22.75 9.8993 22.169 10.6332 21.3101 10.4813C20.4622 10.3314 19.0855 10.1629 17.5359 10.8019C15.5364 11.6263 13.5355 11.7806 12.4268 11.7454C11.6592 11.7211 11.25 11.0353 11.25 10.4569V3.99469C11.25 3.29506 11.7986 2.64085 12.5656 2.65565C13.542 2.67449 15.2642 2.52318 16.9641 1.82225ZM15.5 6.5C15.5 5.67157 16.1686 5 16.9933 5H17.0067C17.8314 5 18.5 5.67157 18.5 6.5C18.5 7.32843 17.8314 8 17.0067 8H16.9933C16.1686 8 15.5 7.32843 15.5 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.9641 12.8222C9.00057 11.9825 10.7904 12.2678 11.7004 12.4347C12.3608 12.5557 12.75 13.1595 12.75 13.7453V20.2043C12.75 20.8993 12.169 21.6332 11.3101 21.4813C10.4622 21.3314 9.08553 21.1629 7.5359 21.8019C5.53638 22.6263 3.5355 22.7806 2.42676 22.7454C1.65917 22.7211 1.25 22.0353 1.25 21.4569V14.9947C1.25 14.2951 1.7986 13.6409 2.56563 13.6557C3.54198 13.6745 5.26421 13.5232 6.9641 12.8222ZM5.5 17.5C5.5 16.6716 6.16857 16 6.99329 16H7.00671C7.83143 16 8.5 16.6716 8.5 17.5C8.5 18.3284 7.83143 19 7.00671 19H6.99329C6.16857 19 5.5 18.3284 5.5 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-not-found-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4525 3.25H13.5475C15.3865 3.24999 16.8308 3.24998 17.9694 3.3786C19.1316 3.50988 20.074 3.78362 20.8574 4.40229C21.0919 4.58749 21.3093 4.79205 21.507 5.0138C22.1732 5.76101 22.4707 6.66669 22.6124 7.77785C22.75 8.85727 22.75 10.2232 22.75 11.9473V12.0528C22.75 13.7768 22.75 15.1427 22.6124 16.2222C22.5432 16.765 22.4367 17.2588 22.2683 17.709C22.1532 18.0168 22.0957 18.1707 21.9357 18.2054C21.7757 18.2401 21.6483 18.1128 21.3935 17.858L15.0697 11.5342C15.0088 11.4732 14.9783 11.4428 14.9585 11.4084C14.9387 11.374 14.9259 11.3257 14.9003 11.2292C14.6253 10.1918 13.8084 9.37496 12.7711 9.09995C12.6746 9.07437 12.6263 9.06158 12.5919 9.04177C12.5575 9.02197 12.527 8.9915 12.4661 8.93056L7.78828 4.25274C7.38337 3.84784 7.18092 3.64539 7.25526 3.4613C7.3296 3.27722 7.61232 3.27219 8.17775 3.26213C8.85978 3.24999 9.61522 3.25 10.4525 3.25ZM18.509 11C19.0613 11 19.509 11.4477 19.509 12C19.509 12.5523 19.0613 13 18.509 13H18.5C17.9477 13 17.5 12.5523 17.5 12C17.5 11.4477 17.9477 11 18.5 11H18.509Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.49298 5.0138C2.69068 4.79205 2.90811 4.58749 3.14263 4.40229C3.27285 4.29945 3.40746 4.20614 3.54675 4.12143C3.70984 4.02225 3.79138 3.97266 3.89439 3.98502C3.99739 3.99739 4.07154 4.07154 4.21984 4.21984L9.45456 9.45456C9.6435 9.6435 9.73797 9.73797 9.74862 9.84455C9.75926 9.95112 9.67265 10.0815 9.49943 10.3423C9.18401 10.8172 9.00025 11.3872 9.00025 12C9.00025 13.6569 10.3434 15 12.0002 15C12.6131 15 13.183 14.8162 13.6579 14.5008C13.9187 14.3276 14.0491 14.241 14.1557 14.2516C14.2623 14.2623 14.3567 14.3567 14.5457 14.5457L19.4801 19.4801C19.757 19.757 19.8954 19.8954 19.8521 20.0616C19.8088 20.2279 19.6345 20.2772 19.2859 20.3759C18.8809 20.4906 18.4434 20.5679 17.9694 20.6214C16.8308 20.75 15.3866 20.75 13.5475 20.75H10.4525C8.61345 20.75 7.16917 20.75 6.03058 20.6214C4.86842 20.4901 3.926 20.2164 3.14263 19.5977C2.90811 19.4125 2.69068 19.208 2.49298 18.9862C1.82681 18.239 1.52932 17.3333 1.38763 16.2222C1.24998 15.1427 1.24999 13.7767 1.25 12.0528V11.9472C1.24999 10.2233 1.24998 8.85727 1.38763 7.77785C1.52932 6.66669 1.82681 5.76101 2.49298 5.0138ZM6.50019 12C6.50019 11.4477 6.05248 11 5.50019 11H5.49121C4.93893 11 4.49121 11.4477 4.49121 12C4.49121 12.5523 4.93893 13 5.49121 13H5.50019C6.05248 13 6.50019 12.5523 6.50019 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4525 3.25H13.5475C15.3865 3.24999 16.8308 3.24998 17.9694 3.3786C19.1316 3.50988 20.074 3.78362 20.8574 4.40229C21.0919 4.58749 21.3093 4.79205 21.507 5.0138C22.1732 5.76101 22.4707 6.66669 22.6124 7.77785C22.75 8.85727 22.75 10.2232 22.75 11.9473V12.0528C22.75 13.7768 22.75 15.1427 22.6124 16.2222C22.5432 16.765 22.4367 17.2588 22.2683 17.709C22.1532 18.0168 22.0957 18.1707 21.9357 18.2054C21.7757 18.2401 21.6483 18.1128 21.3935 17.858L15.0697 11.5342C15.0088 11.4732 14.9783 11.4428 14.9585 11.4084C14.9387 11.374 14.9259 11.3257 14.9003 11.2292C14.6253 10.1918 13.8084 9.37496 12.7711 9.09995C12.6746 9.07437 12.6263 9.06158 12.5919 9.04177C12.5575 9.02197 12.527 8.9915 12.4661 8.93056L7.78828 4.25274C7.38337 3.84784 7.18092 3.64539 7.25526 3.4613C7.3296 3.27722 7.61232 3.27219 8.17775 3.26213C8.85978 3.24999 9.61522 3.25 10.4525 3.25ZM18.509 11C19.0613 11 19.509 11.4477 19.509 12C19.509 12.5523 19.0613 13 18.509 13H18.5C17.9477 13 17.5 12.5523 17.5 12C17.5 11.4477 17.9477 11 18.5 11H18.509Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.49298 5.0138C2.69068 4.79205 2.90811 4.58749 3.14263 4.40229C3.27285 4.29945 3.40746 4.20614 3.54675 4.12143C3.70984 4.02225 3.79138 3.97266 3.89439 3.98502C3.99739 3.99739 4.07154 4.07154 4.21984 4.21984L9.45456 9.45456C9.6435 9.6435 9.73797 9.73797 9.74862 9.84455C9.75926 9.95112 9.67265 10.0815 9.49943 10.3423C9.18401 10.8172 9.00025 11.3872 9.00025 12C9.00025 13.6569 10.3434 15 12.0002 15C12.6131 15 13.183 14.8162 13.6579 14.5008C13.9187 14.3276 14.0491 14.241 14.1557 14.2516C14.2623 14.2623 14.3567 14.3567 14.5457 14.5457L19.4801 19.4801C19.757 19.757 19.8954 19.8954 19.8521 20.0616C19.8088 20.2279 19.6345 20.2772 19.2859 20.3759C18.8809 20.4906 18.4434 20.5679 17.9694 20.6214C16.8308 20.75 15.3866 20.75 13.5475 20.75H10.4525C8.61345 20.75 7.16917 20.75 6.03058 20.6214C4.86842 20.4901 3.926 20.2164 3.14263 19.5977C2.90811 19.4125 2.69068 19.208 2.49298 18.9862C1.82681 18.239 1.52932 17.3333 1.38763 16.2222C1.24998 15.1427 1.24999 13.7767 1.25 12.0528V11.9472C1.24999 10.2233 1.24998 8.85727 1.38763 7.77785C1.52932 6.66669 1.82681 5.76101 2.49298 5.0138ZM6.50019 12C6.50019 11.4477 6.05248 11 5.50019 11H5.49121C4.93893 11 4.49121 11.4477 4.49121 12C4.49121 12.5523 4.93893 13 5.49121 13H5.50019C6.05248 13 6.50019 12.5523 6.50019 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-not-found-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5475 3.25H10.4525C9.61522 3.25 8.85978 3.24999 8.17775 3.26213C7.61232 3.27219 7.3296 3.27722 7.25526 3.4613C7.18092 3.64539 7.38337 3.84784 7.78828 4.25274L12.4661 8.93056C12.527 8.9915 12.5575 9.02197 12.5919 9.04177C12.6263 9.06158 12.6746 9.07437 12.7711 9.09995C13.8084 9.37496 14.6253 10.1918 14.9003 11.2292C14.9259 11.3257 14.9387 11.374 14.9585 11.4084C14.9783 11.4428 15.0088 11.4732 15.0697 11.5342L21.3935 17.858C21.6483 18.1128 21.7757 18.2401 21.9357 18.2054C22.0957 18.1707 22.1532 18.0168 22.2683 17.709C22.4367 17.2588 22.5432 16.765 22.6124 16.2222C22.75 15.1427 22.75 13.7768 22.75 12.0528V11.9473C22.75 10.2232 22.75 8.85727 22.6124 7.77785C22.4707 6.66669 22.1732 5.76101 21.507 5.0138C21.3093 4.79205 21.0919 4.58749 20.8574 4.40229C20.074 3.78362 19.1316 3.50988 17.9694 3.3786C16.8308 3.24998 15.3865 3.24999 13.5475 3.25ZM18 11.25C17.5858 11.25 17.25 11.5858 17.25 12C17.25 12.4142 17.5858 12.75 18 12.75H19C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25H18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.14263 4.40229C2.90811 4.58749 2.69068 4.79205 2.49298 5.0138C1.82681 5.76101 1.52932 6.66669 1.38763 7.77785C1.24998 8.85727 1.24999 10.2232 1.25 11.9472V12.0527C1.24999 13.7767 1.24998 15.1427 1.38763 16.2222C1.52932 17.3333 1.82681 18.239 2.49298 18.9862C2.69068 19.208 2.90811 19.4125 3.14263 19.5977C3.926 20.2164 4.86842 20.4901 6.03058 20.6214C7.16917 20.75 8.61345 20.75 10.4525 20.75H13.5475C15.3866 20.75 16.8308 20.75 17.9694 20.6214C18.4434 20.5679 18.8809 20.4906 19.2859 20.3759C19.6345 20.2772 19.8088 20.2279 19.8521 20.0616C19.8954 19.8954 19.757 19.757 19.4801 19.4801L14.5457 14.5457C14.3567 14.3567 14.2623 14.2623 14.1557 14.2516C14.0491 14.241 13.9187 14.3276 13.6579 14.5008C13.183 14.8162 12.6131 15 12.0002 15C10.3434 15 9.00025 13.6569 9.00025 12C9.00025 11.3872 9.18401 10.8172 9.49943 10.3423C9.67265 10.0815 9.75926 9.95112 9.74862 9.84455C9.73797 9.73797 9.6435 9.6435 9.45456 9.45456L4.21984 4.21984C4.07154 4.07154 3.99739 3.99739 3.89439 3.98502C3.79138 3.97266 3.70984 4.02225 3.54675 4.12143C3.40746 4.20614 3.27285 4.29945 3.14263 4.40229ZM4.25 12C4.25 11.5858 4.58579 11.25 5 11.25H6C6.41421 11.25 6.75 11.5858 6.75 12C6.75 12.4142 6.41421 12.75 6 12.75H5C4.58579 12.75 4.25 12.4142 4.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5475 3.25H10.4525C9.61522 3.25 8.85978 3.24999 8.17775 3.26213C7.61232 3.27219 7.3296 3.27722 7.25526 3.4613C7.18092 3.64539 7.38337 3.84784 7.78828 4.25274L12.4661 8.93056C12.527 8.9915 12.5575 9.02197 12.5919 9.04177C12.6263 9.06158 12.6746 9.07437 12.7711 9.09995C13.8084 9.37496 14.6253 10.1918 14.9003 11.2292C14.9259 11.3257 14.9387 11.374 14.9585 11.4084C14.9783 11.4428 15.0088 11.4732 15.0697 11.5342L21.3935 17.858C21.6483 18.1128 21.7757 18.2401 21.9357 18.2054C22.0957 18.1707 22.1532 18.0168 22.2683 17.709C22.4367 17.2588 22.5432 16.765 22.6124 16.2222C22.75 15.1427 22.75 13.7768 22.75 12.0528V11.9473C22.75 10.2232 22.75 8.85727 22.6124 7.77785C22.4707 6.66669 22.1732 5.76101 21.507 5.0138C21.3093 4.79205 21.0919 4.58749 20.8574 4.40229C20.074 3.78362 19.1316 3.50988 17.9694 3.3786C16.8308 3.24998 15.3865 3.24999 13.5475 3.25ZM18 11.25C17.5858 11.25 17.25 11.5858 17.25 12C17.25 12.4142 17.5858 12.75 18 12.75H19C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25H18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.14263 4.40229C2.90811 4.58749 2.69068 4.79205 2.49298 5.0138C1.82681 5.76101 1.52932 6.66669 1.38763 7.77785C1.24998 8.85727 1.24999 10.2232 1.25 11.9472V12.0527C1.24999 13.7767 1.24998 15.1427 1.38763 16.2222C1.52932 17.3333 1.82681 18.239 2.49298 18.9862C2.69068 19.208 2.90811 19.4125 3.14263 19.5977C3.926 20.2164 4.86842 20.4901 6.03058 20.6214C7.16917 20.75 8.61345 20.75 10.4525 20.75H13.5475C15.3866 20.75 16.8308 20.75 17.9694 20.6214C18.4434 20.5679 18.8809 20.4906 19.2859 20.3759C19.6345 20.2772 19.8088 20.2279 19.8521 20.0616C19.8954 19.8954 19.757 19.757 19.4801 19.4801L14.5457 14.5457C14.3567 14.3567 14.2623 14.2623 14.1557 14.2516C14.0491 14.241 13.9187 14.3276 13.6579 14.5008C13.183 14.8162 12.6131 15 12.0002 15C10.3434 15 9.00025 13.6569 9.00025 12C9.00025 11.3872 9.18401 10.8172 9.49943 10.3423C9.67265 10.0815 9.75926 9.95112 9.74862 9.84455C9.73797 9.73797 9.6435 9.6435 9.45456 9.45456L4.21984 4.21984C4.07154 4.07154 3.99739 3.99739 3.89439 3.98502C3.79138 3.97266 3.70984 4.02225 3.54675 4.12143C3.40746 4.20614 3.27285 4.29945 3.14263 4.40229ZM4.25 12C4.25 11.5858 4.58579 11.25 5 11.25H6C6.41421 11.25 6.75 11.5858 6.75 12C6.75 12.4142 6.41421 12.75 6 12.75H5C4.58579 12.75 4.25 12.4142 4.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-not-found-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 2.75C14.9915 2.75 13.1298 3.14454 11.6826 3.82046C11.0551 4.11355 10.3157 4.35139 9.49665 4.5131C8.94064 4.62288 8.66264 4.67777 8.61028 4.84994C8.55792 5.02211 8.75033 5.21452 9.13515 5.59934L12.4665 8.93072C12.5274 8.99164 12.5579 9.0221 12.5923 9.0419C12.6267 9.0617 12.6749 9.07449 12.7714 9.10008C13.8087 9.37522 14.6257 10.192 14.9007 11.2293C14.9263 11.3258 14.9391 11.374 14.9589 11.4085C14.9787 11.4429 15.0091 11.4733 15.0701 11.5343L21.8031 18.2673C22.0289 18.4931 22.1418 18.606 22.3005 18.5728C22.4593 18.5397 22.5079 18.4156 22.6052 18.1675C22.6981 17.9307 22.75 17.6691 22.75 17.386V6.61397C22.75 5.81712 22.6428 5.03453 22.2218 4.38745C21.7825 3.71217 21.0845 3.30637 20.1674 3.09633C19.1905 2.87257 18.1198 2.75 17 2.75ZM19.1076 10.3992C19.5175 10.4586 19.8017 10.839 19.7424 11.249C19.683 11.6589 19.3025 11.9431 18.8926 11.8838C18.586 11.8394 18.2706 11.8054 17.9478 11.7829C17.5346 11.754 17.223 11.3956 17.2519 10.9824C17.2808 10.5692 17.6392 10.2576 18.0524 10.2865C18.4117 10.3116 18.7639 10.3495 19.1076 10.3992Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.16745 4.44153C2.841 4.13772 1.25 5.04678 1.25 6.61397V17.386C1.25 18.2216 1.38242 19.0082 1.81644 19.6488C2.26524 20.3111 2.95689 20.7031 3.83255 20.9037C4.80949 21.1274 5.88016 21.25 7 21.25C9.00849 21.25 10.8702 20.8555 12.3174 20.1795C13.5352 19.6107 15.1744 19.25 17 19.25C17.1786 19.25 17.3555 19.2535 17.5305 19.2602C18.3565 19.2922 18.7694 19.3082 18.8514 19.1206C18.9334 18.9331 18.6531 18.6528 18.0925 18.0922L14.5457 14.5455C14.3568 14.3565 14.2623 14.262 14.1557 14.2514C14.0491 14.2408 13.9187 14.3274 13.6579 14.5007C13.183 14.8162 12.6129 15 12 15C10.3431 15 9 13.6569 9 12C9 11.3871 9.18382 10.817 9.49935 10.3421C9.67261 10.0813 9.75924 9.95086 9.7486 9.84428C9.73796 9.73769 9.64348 9.64321 9.45452 9.45425L4.64512 4.64485C4.58157 4.5813 4.54979 4.54952 4.51159 4.52877C4.47338 4.50802 4.42782 4.49832 4.3367 4.47892C4.27989 4.46683 4.22347 4.45437 4.16745 4.44153ZM6.05242 12.2171C6.46563 12.246 6.77717 12.6044 6.74827 13.0176C6.71937 13.4308 6.36098 13.7424 5.94777 13.7135C5.58853 13.6883 5.23627 13.6505 4.89261 13.6007C4.48267 13.5414 4.19848 13.1609 4.25784 12.751C4.3172 12.3411 4.69765 12.0569 5.10758 12.1162C5.41415 12.1606 5.7296 12.1946 6.05242 12.2171Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 2.75C14.9915 2.75 13.1298 3.14454 11.6826 3.82046C11.0551 4.11355 10.3157 4.35139 9.49665 4.5131C8.94064 4.62288 8.66264 4.67777 8.61028 4.84994C8.55792 5.02211 8.75033 5.21452 9.13515 5.59934L12.4665 8.93072C12.5274 8.99164 12.5579 9.0221 12.5923 9.0419C12.6267 9.0617 12.6749 9.07449 12.7714 9.10008C13.8087 9.37522 14.6257 10.192 14.9007 11.2293C14.9263 11.3258 14.9391 11.374 14.9589 11.4085C14.9787 11.4429 15.0091 11.4733 15.0701 11.5343L21.8031 18.2673C22.0289 18.4931 22.1418 18.606 22.3005 18.5728C22.4593 18.5397 22.5079 18.4156 22.6052 18.1675C22.6981 17.9307 22.75 17.6691 22.75 17.386V6.61397C22.75 5.81712 22.6428 5.03453 22.2218 4.38745C21.7825 3.71217 21.0845 3.30637 20.1674 3.09633C19.1905 2.87257 18.1198 2.75 17 2.75ZM19.1076 10.3992C19.5175 10.4586 19.8017 10.839 19.7424 11.249C19.683 11.6589 19.3025 11.9431 18.8926 11.8838C18.586 11.8394 18.2706 11.8054 17.9478 11.7829C17.5346 11.754 17.223 11.3956 17.2519 10.9824C17.2808 10.5692 17.6392 10.2576 18.0524 10.2865C18.4117 10.3116 18.7639 10.3495 19.1076 10.3992Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.16745 4.44153C2.841 4.13772 1.25 5.04678 1.25 6.61397V17.386C1.25 18.2216 1.38242 19.0082 1.81644 19.6488C2.26524 20.3111 2.95689 20.7031 3.83255 20.9037C4.80949 21.1274 5.88016 21.25 7 21.25C9.00849 21.25 10.8702 20.8555 12.3174 20.1795C13.5352 19.6107 15.1744 19.25 17 19.25C17.1786 19.25 17.3555 19.2535 17.5305 19.2602C18.3565 19.2922 18.7694 19.3082 18.8514 19.1206C18.9334 18.9331 18.6531 18.6528 18.0925 18.0922L14.5457 14.5455C14.3568 14.3565 14.2623 14.262 14.1557 14.2514C14.0491 14.2408 13.9187 14.3274 13.6579 14.5007C13.183 14.8162 12.6129 15 12 15C10.3431 15 9 13.6569 9 12C9 11.3871 9.18382 10.817 9.49935 10.3421C9.67261 10.0813 9.75924 9.95086 9.7486 9.84428C9.73796 9.73769 9.64348 9.64321 9.45452 9.45425L4.64512 4.64485C4.58157 4.5813 4.54979 4.54952 4.51159 4.52877C4.47338 4.50802 4.42782 4.49832 4.3367 4.47892C4.27989 4.46683 4.22347 4.45437 4.16745 4.44153ZM6.05242 12.2171C6.46563 12.246 6.77717 12.6044 6.74827 13.0176C6.71937 13.4308 6.36098 13.7424 5.94777 13.7135C5.58853 13.6883 5.23627 13.6505 4.89261 13.6007C4.48267 13.5414 4.19848 13.1609 4.25784 12.751C4.3172 12.3411 4.69765 12.0569 5.10758 12.1162C5.41415 12.1606 5.7296 12.1946 6.05242 12.2171Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-not-found-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6826 3.82046C13.1298 3.14454 14.9915 2.75 17 2.75C18.1198 2.75 19.1905 2.87257 20.1674 3.09633C21.0845 3.30637 21.7825 3.71217 22.2218 4.38745C22.6428 5.03453 22.75 5.81712 22.75 6.61397V17.386C22.75 17.6691 22.6981 17.9307 22.6052 18.1675C22.5079 18.4156 22.4593 18.5397 22.3005 18.5728C22.1418 18.606 22.0289 18.4931 21.8031 18.2673L15.0701 11.5343C15.0091 11.4733 14.9787 11.4429 14.9589 11.4085C14.9391 11.374 14.9263 11.3258 14.9007 11.2293C14.6257 10.192 13.8087 9.37522 12.7714 9.10008C12.6749 9.07449 12.6267 9.0617 12.5923 9.0419C12.5579 9.0221 12.5274 8.99164 12.4665 8.93072L9.13515 5.59934C8.75033 5.21452 8.55792 5.02211 8.61028 4.84994C8.66264 4.67777 8.94064 4.62288 9.49665 4.5131C10.3157 4.35139 11.0551 4.11355 11.6826 3.82046ZM18.5 9.99219C19.0523 9.99219 19.5 10.4399 19.5 10.9922V11.0012C19.5 11.5535 19.0523 12.0012 18.5 12.0012C17.9477 12.0012 17.5 11.5535 17.5 11.0012V10.9922C17.5 10.4399 17.9477 9.99219 18.5 9.99219Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 6.61397C1.25 5.04678 2.841 4.13772 4.16745 4.44153C4.22347 4.45437 4.27989 4.46683 4.3367 4.47892C4.42782 4.49832 4.47338 4.50802 4.51159 4.52877C4.54979 4.54952 4.58157 4.58129 4.64512 4.64485L9.45452 9.45425C9.64348 9.64321 9.73796 9.73769 9.7486 9.84428C9.75924 9.95086 9.67261 10.0813 9.49935 10.3421C9.18382 10.817 9 11.3871 9 12C9 13.6569 10.3431 15 12 15C12.6129 15 13.183 14.8162 13.6579 14.5007C13.9187 14.3274 14.0491 14.2408 14.1557 14.2514C14.2623 14.262 14.3568 14.3565 14.5457 14.5455L18.0924 18.0922C18.6531 18.6528 18.9334 18.9331 18.8514 19.1206C18.7694 19.3082 18.3565 19.2922 17.5305 19.2602C17.3555 19.2535 17.1786 19.25 17 19.25C15.1744 19.25 13.5352 19.6107 12.3174 20.1795C10.8702 20.8555 9.00849 21.25 7 21.25C5.88016 21.25 4.80949 21.1274 3.83255 20.9037C2.95689 20.7031 2.26524 20.3111 1.81644 19.6488C1.38242 19.0082 1.25 18.2216 1.25 17.386V6.61397ZM6.5 13C6.5 12.4477 6.05228 12 5.5 12C4.94772 12 4.5 12.4477 4.5 13V13.009C4.5 13.5613 4.94772 14.009 5.5 14.009C6.05228 14.009 6.5 13.5613 6.5 13.009V13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6826 3.82046C13.1298 3.14454 14.9915 2.75 17 2.75C18.1198 2.75 19.1905 2.87257 20.1674 3.09633C21.0845 3.30637 21.7825 3.71217 22.2218 4.38745C22.6428 5.03453 22.75 5.81712 22.75 6.61397V17.386C22.75 17.6691 22.6981 17.9307 22.6052 18.1675C22.5079 18.4156 22.4593 18.5397 22.3005 18.5728C22.1418 18.606 22.0289 18.4931 21.8031 18.2673L15.0701 11.5343C15.0091 11.4733 14.9787 11.4429 14.9589 11.4085C14.9391 11.374 14.9263 11.3258 14.9007 11.2293C14.6257 10.192 13.8087 9.37522 12.7714 9.10008C12.6749 9.07449 12.6267 9.0617 12.5923 9.0419C12.5579 9.0221 12.5274 8.99164 12.4665 8.93072L9.13515 5.59934C8.75033 5.21452 8.55792 5.02211 8.61028 4.84994C8.66264 4.67777 8.94064 4.62288 9.49665 4.5131C10.3157 4.35139 11.0551 4.11355 11.6826 3.82046ZM18.5 9.99219C19.0523 9.99219 19.5 10.4399 19.5 10.9922V11.0012C19.5 11.5535 19.0523 12.0012 18.5 12.0012C17.9477 12.0012 17.5 11.5535 17.5 11.0012V10.9922C17.5 10.4399 17.9477 9.99219 18.5 9.99219Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 6.61397C1.25 5.04678 2.841 4.13772 4.16745 4.44153C4.22347 4.45437 4.27989 4.46683 4.3367 4.47892C4.42782 4.49832 4.47338 4.50802 4.51159 4.52877C4.54979 4.54952 4.58157 4.58129 4.64512 4.64485L9.45452 9.45425C9.64348 9.64321 9.73796 9.73769 9.7486 9.84428C9.75924 9.95086 9.67261 10.0813 9.49935 10.3421C9.18382 10.817 9 11.3871 9 12C9 13.6569 10.3431 15 12 15C12.6129 15 13.183 14.8162 13.6579 14.5007C13.9187 14.3274 14.0491 14.2408 14.1557 14.2514C14.2623 14.262 14.3568 14.3565 14.5457 14.5455L18.0924 18.0922C18.6531 18.6528 18.9334 18.9331 18.8514 19.1206C18.7694 19.3082 18.3565 19.2922 17.5305 19.2602C17.3555 19.2535 17.1786 19.25 17 19.25C15.1744 19.25 13.5352 19.6107 12.3174 20.1795C10.8702 20.8555 9.00849 21.25 7 21.25C5.88016 21.25 4.80949 21.1274 3.83255 20.9037C2.95689 20.7031 2.26524 20.3111 1.81644 19.6488C1.38242 19.0082 1.25 18.2216 1.25 17.386V6.61397ZM6.5 13C6.5 12.4477 6.05228 12 5.5 12C4.94772 12 4.5 12.4477 4.5 13V13.009C4.5 13.5613 4.94772 14.009 5.5 14.009C6.05228 14.009 6.5 13.5613 6.5 13.009V13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-receive-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.03058 6.8443C6.4781 6.79656 6.97284 6.76759 7.52022 6.75C7.56848 6.75 7.61267 6.7765 7.63708 6.81814C7.64904 6.83854 7.65881 6.85456 7.66576 6.86594C7.80716 7.10045 8.03879 7.39817 8.13859 7.5251C8.42633 7.89213 8.85567 8.4389 9.30058 8.89618C9.52246 9.12423 9.81757 9.40317 10.1635 9.64117C10.4464 9.83578 11.108 10.2498 11.9998 10.2498C12.8916 10.2498 13.5532 9.83577 13.8361 9.64117C14.182 9.40317 14.4771 9.12423 14.699 8.89618C15.1439 8.4389 15.5737 7.89159 15.8614 7.52456C15.9612 7.39767 16.1925 7.10036 16.3339 6.86593C16.3408 6.85461 16.3505 6.83871 16.3623 6.81848C16.3869 6.77663 16.4313 6.75 16.4798 6.75C17.0272 6.76759 17.5219 6.79656 17.9694 6.8443C19.1316 6.96828 20.074 7.22681 20.8574 7.81108C21.0919 7.98599 21.3093 8.17918 21.507 8.3886C22.1732 9.09427 22.4707 9.94961 22.6124 10.999C22.75 12.0184 22.75 13.3084 22.75 14.9366V15.0362C22.75 16.6644 22.75 17.9544 22.6124 18.9739C22.4707 20.0232 22.1732 20.8786 21.507 21.5843C21.3093 21.7937 21.0919 21.9869 20.8574 22.1618C20.074 22.746 19.1316 23.0046 17.9694 23.1285C16.8308 23.25 15.3866 23.25 13.5475 23.25H10.4525C8.61345 23.25 7.16917 23.25 6.03058 23.1285C4.86842 23.0046 3.926 22.746 3.14263 22.1618C2.90811 21.9869 2.69068 21.7937 2.49298 21.5843C1.82681 20.8786 1.52932 20.0232 1.38763 18.9739C1.24998 17.9544 1.24999 16.6644 1.25 15.0362V15.0362V15.0362V14.9366V14.9366C1.24999 13.3084 1.24998 12.0184 1.38763 10.999C1.52932 9.94961 1.82681 9.09427 2.49298 8.3886C2.69068 8.17918 2.90811 7.98599 3.14263 7.81108C3.926 7.22681 4.86842 6.96828 6.03058 6.8443ZM12.0002 18.4942C13.6571 18.4942 15.0002 17.1489 15.0002 15.4893C15.0002 13.8297 13.6571 12.4844 12.0002 12.4844C10.3434 12.4844 9.00025 13.8297 9.00025 15.4893C9.00025 17.1489 10.3434 18.4942 12.0002 18.4942ZM19.5078 15.486C19.5078 14.9328 19.0601 14.4844 18.5078 14.4844H18.4988C17.9465 14.4844 17.4988 14.9328 17.4988 15.486C17.4988 16.0392 17.9465 16.4877 18.4988 16.4877H18.5078C19.0601 16.4877 19.5078 16.0392 19.5078 15.486ZM5.5 14.4844C6.05228 14.4844 6.5 14.9328 6.5 15.486C6.5 16.0392 6.05228 16.4877 5.5 16.4877H5.49102C4.93873 16.4877 4.49102 16.0392 4.49102 15.486C4.49102 14.9328 4.93873 14.4844 5.49102 14.4844H5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 1.75C13.0059 1.19772 12.5581 0.75 12.0059 0.75C11.4536 0.75 11.0059 1.19772 11.0059 1.75L11.0059 4.25004L10.4116 4.25002C10.236 4.24989 10.0203 4.24974 9.84387 4.27181L9.84053 4.27223C9.71408 4.288 9.13804 4.35983 8.86368 4.92543C8.58872 5.49225 8.89065 5.99239 8.95597 6.1006L8.95841 6.10463C9.05062 6.25765 9.18477 6.42853 9.29511 6.56908L9.31885 6.59933C9.61348 6.97515 9.99545 7.45937 10.3759 7.85038C10.5657 8.04549 10.783 8.24672 11.0139 8.40557C11.2191 8.54677 11.5693 8.75004 12 8.75004C12.4307 8.75004 12.7809 8.54677 12.9861 8.40557C13.217 8.24672 13.4343 8.04549 13.6241 7.85038C14.0046 7.45937 14.3865 6.97515 14.6812 6.59933L14.7049 6.56909C14.8152 6.42853 14.9494 6.25765 15.0416 6.10463L15.044 6.10059C15.1093 5.99239 15.4113 5.49225 15.1363 4.92543C14.862 4.35983 14.2859 4.28799 14.1595 4.27223L14.1561 4.27181C13.9797 4.24974 13.764 4.24989 13.5884 4.25002L13.0059 4.25004L13.0059 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.03058 6.8443C6.4781 6.79656 6.97284 6.76759 7.52022 6.75C7.56848 6.75 7.61267 6.7765 7.63708 6.81814C7.64904 6.83854 7.65881 6.85456 7.66576 6.86594C7.80716 7.10045 8.03879 7.39817 8.13859 7.5251C8.42633 7.89213 8.85567 8.4389 9.30058 8.89618C9.52246 9.12423 9.81757 9.40317 10.1635 9.64117C10.4464 9.83578 11.108 10.2498 11.9998 10.2498C12.8916 10.2498 13.5532 9.83577 13.8361 9.64117C14.182 9.40317 14.4771 9.12423 14.699 8.89618C15.1439 8.4389 15.5737 7.89159 15.8614 7.52456C15.9612 7.39767 16.1925 7.10036 16.3339 6.86593C16.3408 6.85461 16.3505 6.83871 16.3623 6.81848C16.3869 6.77663 16.4313 6.75 16.4798 6.75C17.0272 6.76759 17.5219 6.79656 17.9694 6.8443C19.1316 6.96828 20.074 7.22681 20.8574 7.81108C21.0919 7.98599 21.3093 8.17918 21.507 8.3886C22.1732 9.09427 22.4707 9.94961 22.6124 10.999C22.75 12.0184 22.75 13.3084 22.75 14.9366V15.0362C22.75 16.6644 22.75 17.9544 22.6124 18.9739C22.4707 20.0232 22.1732 20.8786 21.507 21.5843C21.3093 21.7937 21.0919 21.9869 20.8574 22.1618C20.074 22.746 19.1316 23.0046 17.9694 23.1285C16.8308 23.25 15.3866 23.25 13.5475 23.25H10.4525C8.61345 23.25 7.16917 23.25 6.03058 23.1285C4.86842 23.0046 3.926 22.746 3.14263 22.1618C2.90811 21.9869 2.69068 21.7937 2.49298 21.5843C1.82681 20.8786 1.52932 20.0232 1.38763 18.9739C1.24998 17.9544 1.24999 16.6644 1.25 15.0362V15.0362V15.0362V14.9366V14.9366C1.24999 13.3084 1.24998 12.0184 1.38763 10.999C1.52932 9.94961 1.82681 9.09427 2.49298 8.3886C2.69068 8.17918 2.90811 7.98599 3.14263 7.81108C3.926 7.22681 4.86842 6.96828 6.03058 6.8443ZM12.0002 18.4942C13.6571 18.4942 15.0002 17.1489 15.0002 15.4893C15.0002 13.8297 13.6571 12.4844 12.0002 12.4844C10.3434 12.4844 9.00025 13.8297 9.00025 15.4893C9.00025 17.1489 10.3434 18.4942 12.0002 18.4942ZM19.5078 15.486C19.5078 14.9328 19.0601 14.4844 18.5078 14.4844H18.4988C17.9465 14.4844 17.4988 14.9328 17.4988 15.486C17.4988 16.0392 17.9465 16.4877 18.4988 16.4877H18.5078C19.0601 16.4877 19.5078 16.0392 19.5078 15.486ZM5.5 14.4844C6.05228 14.4844 6.5 14.9328 6.5 15.486C6.5 16.0392 6.05228 16.4877 5.5 16.4877H5.49102C4.93873 16.4877 4.49102 16.0392 4.49102 15.486C4.49102 14.9328 4.93873 14.4844 5.49102 14.4844H5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 1.75C13.0059 1.19772 12.5581 0.75 12.0059 0.75C11.4536 0.75 11.0059 1.19772 11.0059 1.75L11.0059 4.25004L10.4116 4.25002C10.236 4.24989 10.0203 4.24974 9.84387 4.27181L9.84053 4.27223C9.71408 4.288 9.13804 4.35983 8.86368 4.92543C8.58872 5.49225 8.89065 5.99239 8.95597 6.1006L8.95841 6.10463C9.05062 6.25765 9.18477 6.42853 9.29511 6.56908L9.31885 6.59933C9.61348 6.97515 9.99545 7.45937 10.3759 7.85038C10.5657 8.04549 10.783 8.24672 11.0139 8.40557C11.2191 8.54677 11.5693 8.75004 12 8.75004C12.4307 8.75004 12.7809 8.54677 12.9861 8.40557C13.217 8.24672 13.4343 8.04549 13.6241 7.85038C14.0046 7.45937 14.3865 6.97515 14.6812 6.59933L14.7049 6.56909C14.8152 6.42853 14.9494 6.25765 15.0416 6.10463L15.044 6.10059C15.1093 5.99239 15.4113 5.49225 15.1363 4.92543C14.862 4.35983 14.2859 4.28799 14.1595 4.27223L14.1561 4.27181C13.9797 4.24974 13.764 4.24989 13.5884 4.25002L13.0059 4.25004L13.0059 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-receive-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.71379 7.39543C7.7808 7.42866 7.83177 7.49979 7.9337 7.64205C8.35549 8.23068 8.94117 8.902 9.30058 9.2714C9.52246 9.49945 9.81757 9.77839 10.1635 10.0164C10.4464 10.211 11.108 10.625 11.9998 10.625C12.8916 10.625 13.5532 10.211 13.8361 10.0164C14.182 9.77839 14.4771 9.49945 14.699 9.2714C15.1439 8.81412 15.9523 7.86677 16.3339 7.24115C16.4066 7.12194 16.7896 6.49378 16.7485 5.65686C16.7412 5.5088 16.8518 5.375 17 5.375C18.1198 5.375 19.1905 5.49757 20.1674 5.72133C21.0845 5.93137 21.7825 6.33717 22.2218 7.01245C22.6428 7.65953 22.75 8.44212 22.75 9.23897V19.011C22.75 20.5782 21.159 21.4873 19.8326 21.1835C18.9701 20.9859 18.012 20.875 17 20.875C15.1744 20.875 13.5352 21.2357 12.3174 21.8045C10.8702 22.4805 9.00849 22.875 7 22.875C5.88016 22.875 4.80949 22.7524 3.83255 22.5287C2.95689 22.3281 2.26524 21.9361 1.81644 21.2738C1.38242 20.6332 1.25 19.8466 1.25 19.011V9.23897C1.25 7.67178 2.841 6.76272 4.16745 7.06653C5.02989 7.26407 5.988 7.375 7 7.375C7.131 7.375 7.26104 7.37314 7.39003 7.36948C7.56119 7.36463 7.64677 7.3622 7.71379 7.39543ZM12 17.125C13.6569 17.125 15 15.7819 15 14.125C15 12.4681 13.6569 11.125 12 11.125C10.3431 11.125 9 12.4681 9 14.125C9 15.7819 10.3431 17.125 12 17.125ZM5.5 14.125C6.05228 14.125 6.5 14.5727 6.5 15.125V15.134C6.5 15.6863 6.05228 16.134 5.5 16.134C4.94772 16.134 4.5 15.6863 4.5 15.134V15.125C4.5 14.5727 4.94772 14.125 5.5 14.125ZM18.5 12.1172C19.0523 12.1172 19.5 12.5649 19.5 13.1172V13.1262C19.5 13.6785 19.0523 14.1262 18.5 14.1262C17.9477 14.1262 17.5 13.6785 17.5 13.1262V13.1172C17.5 12.5649 17.9477 12.1172 18.5 12.1172Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 2.125C13.0059 1.57272 12.5581 1.125 12.0059 1.125C11.4536 1.125 11.0059 1.57272 11.0059 2.125L11.0059 4.62504L10.4116 4.62502C10.236 4.62489 10.0203 4.62474 9.84387 4.64681L9.84053 4.64723C9.71408 4.663 9.13804 4.73483 8.86368 5.30043C8.58872 5.86725 8.89065 6.36739 8.95597 6.4756L8.95841 6.47963C9.05062 6.63265 9.18477 6.80353 9.29511 6.94408L9.31885 6.97433C9.61348 7.35015 9.99545 7.83437 10.3759 8.22538C10.5657 8.42049 10.783 8.62172 11.0139 8.78057C11.2191 8.92177 11.5693 9.12504 12 9.12504C12.4307 9.12504 12.7809 8.92177 12.9861 8.78057C13.217 8.62172 13.4343 8.42049 13.6241 8.22538C14.0046 7.83437 14.3865 7.35015 14.6812 6.97433L14.7049 6.94409C14.8152 6.80353 14.9494 6.63265 15.0416 6.47963L15.044 6.47559C15.1093 6.36739 15.4113 5.86725 15.1363 5.30043C14.862 4.73483 14.2859 4.66299 14.1595 4.64723L14.1561 4.64681C13.9797 4.62474 13.764 4.62489 13.5884 4.62502L13.0059 4.62504L13.0059 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.71379 7.39543C7.7808 7.42866 7.83177 7.49979 7.9337 7.64205C8.35549 8.23068 8.94117 8.902 9.30058 9.2714C9.52246 9.49945 9.81757 9.77839 10.1635 10.0164C10.4464 10.211 11.108 10.625 11.9998 10.625C12.8916 10.625 13.5532 10.211 13.8361 10.0164C14.182 9.77839 14.4771 9.49945 14.699 9.2714C15.1439 8.81412 15.9523 7.86677 16.3339 7.24115C16.4066 7.12194 16.7896 6.49378 16.7485 5.65686C16.7412 5.5088 16.8518 5.375 17 5.375C18.1198 5.375 19.1905 5.49757 20.1674 5.72133C21.0845 5.93137 21.7825 6.33717 22.2218 7.01245C22.6428 7.65953 22.75 8.44212 22.75 9.23897V19.011C22.75 20.5782 21.159 21.4873 19.8326 21.1835C18.9701 20.9859 18.012 20.875 17 20.875C15.1744 20.875 13.5352 21.2357 12.3174 21.8045C10.8702 22.4805 9.00849 22.875 7 22.875C5.88016 22.875 4.80949 22.7524 3.83255 22.5287C2.95689 22.3281 2.26524 21.9361 1.81644 21.2738C1.38242 20.6332 1.25 19.8466 1.25 19.011V9.23897C1.25 7.67178 2.841 6.76272 4.16745 7.06653C5.02989 7.26407 5.988 7.375 7 7.375C7.131 7.375 7.26104 7.37314 7.39003 7.36948C7.56119 7.36463 7.64677 7.3622 7.71379 7.39543ZM12 17.125C13.6569 17.125 15 15.7819 15 14.125C15 12.4681 13.6569 11.125 12 11.125C10.3431 11.125 9 12.4681 9 14.125C9 15.7819 10.3431 17.125 12 17.125ZM5.5 14.125C6.05228 14.125 6.5 14.5727 6.5 15.125V15.134C6.5 15.6863 6.05228 16.134 5.5 16.134C4.94772 16.134 4.5 15.6863 4.5 15.134V15.125C4.5 14.5727 4.94772 14.125 5.5 14.125ZM18.5 12.1172C19.0523 12.1172 19.5 12.5649 19.5 13.1172V13.1262C19.5 13.6785 19.0523 14.1262 18.5 14.1262C17.9477 14.1262 17.5 13.6785 17.5 13.1262V13.1172C17.5 12.5649 17.9477 12.1172 18.5 12.1172Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 2.125C13.0059 1.57272 12.5581 1.125 12.0059 1.125C11.4536 1.125 11.0059 1.57272 11.0059 2.125L11.0059 4.62504L10.4116 4.62502C10.236 4.62489 10.0203 4.62474 9.84387 4.64681L9.84053 4.64723C9.71408 4.663 9.13804 4.73483 8.86368 5.30043C8.58872 5.86725 8.89065 6.36739 8.95597 6.4756L8.95841 6.47963C9.05062 6.63265 9.18477 6.80353 9.29511 6.94408L9.31885 6.97433C9.61348 7.35015 9.99545 7.83437 10.3759 8.22538C10.5657 8.42049 10.783 8.62172 11.0139 8.78057C11.2191 8.92177 11.5693 9.12504 12 9.12504C12.4307 9.12504 12.7809 8.92177 12.9861 8.78057C13.217 8.62172 13.4343 8.42049 13.6241 8.22538C14.0046 7.83437 14.3865 7.35015 14.6812 6.97433L14.7049 6.94409C14.8152 6.80353 14.9494 6.63265 15.0416 6.47963L15.044 6.47559C15.1093 6.36739 15.4113 5.86725 15.1363 5.30043C14.862 4.73483 14.2859 4.66299 14.1595 4.64723L14.1561 4.64681C13.9797 4.62474 13.764 4.62489 13.5884 4.62502L13.0059 4.62504L13.0059 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-receive-flow-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.125C12.5523 1.125 13 1.57272 13 2.125V6.125C13 6.67728 12.5523 7.125 12 7.125C11.4477 7.125 11 6.67728 11 6.125V2.125C11 1.57272 11.4477 1.125 12 1.125ZM8 3.125C8.55228 3.125 9 3.57272 9 4.125V6.125C9 6.67728 8.55228 7.125 8 7.125C7.44772 7.125 7 6.67728 7 6.125L7 4.125C7 3.57272 7.44772 3.125 8 3.125ZM16 3.125C16.5523 3.125 17 3.57272 17 4.125V6.125C17 6.67728 16.5523 7.125 16 7.125C15.4477 7.125 15 6.67728 15 6.125V4.125C15 3.57272 15.4477 3.125 16 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.49999 6.12564C5.5 6.12679 5.5 6.1232 5.5 6.12463C5.5 7.50535 6.61929 8.62463 8 8.62463C8.5308 8.62463 9.02296 8.45921 9.42774 8.17711C9.74643 7.95501 9.90578 7.84396 10 7.84396C10.0942 7.84396 10.2536 7.95501 10.5723 8.17711C10.977 8.45921 11.4692 8.62463 12 8.62463C12.5308 8.62463 13.023 8.45921 13.4277 8.17711C13.7464 7.95501 13.9058 7.84396 14 7.84396C14.0942 7.84396 14.2536 7.95501 14.5723 8.17711C14.977 8.45921 15.4692 8.62463 16 8.62463C17.3807 8.62463 18.5 7.50535 18.5 6.12463C18.5 6.1232 18.5 6.12679 18.5 6.12564C18.5014 5.94599 18.6711 5.8029 18.8484 5.83187C18.8492 5.832 18.8429 5.83093 18.8412 5.83062L18.8419 5.83075C19.8509 6.00358 20.6828 6.33406 21.3545 6.99519C22.105 7.73383 22.4385 8.67167 22.5967 9.82913C22.75 10.952 22.75 12.386 22.75 14.1934V14.3078C22.75 16.1152 22.75 17.5492 22.5967 18.6721C22.4385 19.8295 22.105 20.7674 21.3545 21.506C20.6057 22.243 19.6578 22.5691 18.4875 22.724C17.349 22.8747 15.8941 22.8746 14.0557 22.8746H9.94433C8.10592 22.8746 6.65096 22.8747 5.51253 22.724C4.34225 22.5691 3.39427 22.243 2.64547 21.506C1.89501 20.7674 1.56146 19.8295 1.40335 18.6721C1.24997 17.5492 1.24998 16.1152 1.25 14.3078V14.3077V14.1935V14.1934C1.24998 12.386 1.24997 10.952 1.40335 9.82913C1.56146 8.67167 1.89501 7.73383 2.64547 6.99519C3.31717 6.33406 4.14915 6.00358 5.15809 5.83075C5.15956 5.8305 5.15954 5.8305 5.15879 5.83063C5.15697 5.83094 5.15082 5.832 5.15162 5.83187C5.32893 5.8029 5.49861 5.94599 5.49999 6.12564ZM18.5 13.25C19.0523 13.25 19.5 13.6977 19.5 14.25C19.5 14.8023 19.0523 15.25 18.5 15.25H18.491C17.9387 15.25 17.491 14.8023 17.491 14.25C17.491 13.6977 17.9387 13.25 18.491 13.25H18.5ZM6.50977 14.25C6.50977 13.6977 6.06205 13.25 5.50977 13.25H5.50078C4.9485 13.25 4.50078 13.6977 4.50078 14.25C4.50078 14.8023 4.9485 15.25 5.50078 15.25H5.50977C6.06205 15.25 6.50977 14.8023 6.50977 14.25ZM12 11C10.2051 11 8.75 12.4551 8.75 14.25C8.75 16.0449 10.2051 17.5 12 17.5C13.7949 17.5 15.25 16.0449 15.25 14.25C15.25 12.4551 13.7949 11 12 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.125C12.5523 1.125 13 1.57272 13 2.125V6.125C13 6.67728 12.5523 7.125 12 7.125C11.4477 7.125 11 6.67728 11 6.125V2.125C11 1.57272 11.4477 1.125 12 1.125ZM8 3.125C8.55228 3.125 9 3.57272 9 4.125V6.125C9 6.67728 8.55228 7.125 8 7.125C7.44772 7.125 7 6.67728 7 6.125L7 4.125C7 3.57272 7.44772 3.125 8 3.125ZM16 3.125C16.5523 3.125 17 3.57272 17 4.125V6.125C17 6.67728 16.5523 7.125 16 7.125C15.4477 7.125 15 6.67728 15 6.125V4.125C15 3.57272 15.4477 3.125 16 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.49999 6.12564C5.5 6.12679 5.5 6.1232 5.5 6.12463C5.5 7.50535 6.61929 8.62463 8 8.62463C8.5308 8.62463 9.02296 8.45921 9.42774 8.17711C9.74643 7.95501 9.90578 7.84396 10 7.84396C10.0942 7.84396 10.2536 7.95501 10.5723 8.17711C10.977 8.45921 11.4692 8.62463 12 8.62463C12.5308 8.62463 13.023 8.45921 13.4277 8.17711C13.7464 7.95501 13.9058 7.84396 14 7.84396C14.0942 7.84396 14.2536 7.95501 14.5723 8.17711C14.977 8.45921 15.4692 8.62463 16 8.62463C17.3807 8.62463 18.5 7.50535 18.5 6.12463C18.5 6.1232 18.5 6.12679 18.5 6.12564C18.5014 5.94599 18.6711 5.8029 18.8484 5.83187C18.8492 5.832 18.8429 5.83093 18.8412 5.83062L18.8419 5.83075C19.8509 6.00358 20.6828 6.33406 21.3545 6.99519C22.105 7.73383 22.4385 8.67167 22.5967 9.82913C22.75 10.952 22.75 12.386 22.75 14.1934V14.3078C22.75 16.1152 22.75 17.5492 22.5967 18.6721C22.4385 19.8295 22.105 20.7674 21.3545 21.506C20.6057 22.243 19.6578 22.5691 18.4875 22.724C17.349 22.8747 15.8941 22.8746 14.0557 22.8746H9.94433C8.10592 22.8746 6.65096 22.8747 5.51253 22.724C4.34225 22.5691 3.39427 22.243 2.64547 21.506C1.89501 20.7674 1.56146 19.8295 1.40335 18.6721C1.24997 17.5492 1.24998 16.1152 1.25 14.3078V14.3077V14.1935V14.1934C1.24998 12.386 1.24997 10.952 1.40335 9.82913C1.56146 8.67167 1.89501 7.73383 2.64547 6.99519C3.31717 6.33406 4.14915 6.00358 5.15809 5.83075C5.15956 5.8305 5.15954 5.8305 5.15879 5.83063C5.15697 5.83094 5.15082 5.832 5.15162 5.83187C5.32893 5.8029 5.49861 5.94599 5.49999 6.12564ZM18.5 13.25C19.0523 13.25 19.5 13.6977 19.5 14.25C19.5 14.8023 19.0523 15.25 18.5 15.25H18.491C17.9387 15.25 17.491 14.8023 17.491 14.25C17.491 13.6977 17.9387 13.25 18.491 13.25H18.5ZM6.50977 14.25C6.50977 13.6977 6.06205 13.25 5.50977 13.25H5.50078C4.9485 13.25 4.50078 13.6977 4.50078 14.25C4.50078 14.8023 4.9485 15.25 5.50078 15.25H5.50977C6.06205 15.25 6.50977 14.8023 6.50977 14.25ZM12 11C10.2051 11 8.75 12.4551 8.75 14.25C8.75 16.0449 10.2051 17.5 12 17.5C13.7949 17.5 15.25 16.0449 15.25 14.25C15.25 12.4551 13.7949 11 12 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-receive-flow-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.125C12.5523 1.125 13 1.57272 13 2.125V6.125C13 6.67728 12.5523 7.125 12 7.125C11.4477 7.125 11 6.67728 11 6.125V2.125C11 1.57272 11.4477 1.125 12 1.125ZM16 2.125C16.5523 2.125 17 2.57272 17 3.125V5.125C17 5.67728 16.5523 6.125 16 6.125C15.4477 6.125 15 5.67728 15 5.125V3.125C15 2.57272 15.4477 2.125 16 2.125ZM8 4.125C8.55228 4.125 9 4.57272 9 5.125V7.125C9 7.67728 8.55228 8.125 8 8.125C7.44772 8.125 7 7.67728 7 7.125L7 5.125C7 4.57272 7.44772 4.125 8 4.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.9687 6.21977C4.69375 6.17674 4.42629 6.12525 4.16745 6.06597C2.841 5.76215 1.25 6.67122 1.25 8.2384V19.0105C1.25 19.846 1.38242 20.6326 1.81644 21.2732C2.26524 21.9356 2.95689 22.3275 3.83255 22.5281C4.80949 22.7519 5.88016 22.8744 7 22.8744C9.00849 22.8744 10.8702 22.4799 12.3174 21.804C13.5352 21.2352 15.1744 20.8744 17 20.8744C18.012 20.8744 18.9701 20.9854 19.8326 21.1829C21.159 21.4867 22.75 20.5777 22.75 19.0105V8.2384C22.75 7.44155 22.6428 6.65896 22.2218 6.01188C21.7825 5.3366 21.0845 4.93081 20.1674 4.72076C19.841 4.646 19.5042 4.58253 19.1585 4.53116C18.8583 4.48655 18.7082 4.46424 18.6041 4.55399C18.5 4.64375 18.5 4.80009 18.5 5.11277V5.12456C18.5 6.50527 17.3807 7.62456 16 7.62456C15.6771 7.62456 15.3685 7.56334 15.0852 7.45189C14.6936 7.29786 14.4978 7.22084 14.4047 7.2441C14.3115 7.26736 14.1751 7.4272 13.9022 7.74688L13.9022 7.74688C13.4436 8.28401 12.7616 8.62456 12 8.62456C11.6771 8.62456 11.3685 8.56334 11.0852 8.45189C10.6936 8.29786 10.4978 8.22084 10.4047 8.2441C10.3115 8.26736 10.1751 8.4272 9.90218 8.74688C9.44364 9.28401 8.76159 9.62456 8 9.62456C6.61929 9.62456 5.5 8.50527 5.5 7.12456V6.82729C5.5 6.57495 5.5 6.44878 5.42794 6.36457C5.35588 6.28035 5.22682 6.26016 4.9687 6.21977ZM12 16.625C13.6569 16.625 15 15.2819 15 13.625C15 11.9681 13.6569 10.625 12 10.625C10.3431 10.625 9 11.9681 9 13.625C9 15.2819 10.3431 16.625 12 16.625ZM5.5 13.625C6.05228 13.625 6.5 14.0727 6.5 14.625V14.634C6.5 15.1863 6.05228 15.634 5.5 15.634C4.94772 15.634 4.5 15.1863 4.5 14.634V14.625C4.5 14.0727 4.94772 13.625 5.5 13.625ZM19.5 12.6172C19.5 12.0649 19.0523 11.6172 18.5 11.6172C17.9477 11.6172 17.5 12.0649 17.5 12.6172V12.6262C17.5 13.1785 17.9477 13.6262 18.5 13.6262C19.0523 13.6262 19.5 13.1785 19.5 12.6262V12.6172Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.125C12.5523 1.125 13 1.57272 13 2.125V6.125C13 6.67728 12.5523 7.125 12 7.125C11.4477 7.125 11 6.67728 11 6.125V2.125C11 1.57272 11.4477 1.125 12 1.125ZM16 2.125C16.5523 2.125 17 2.57272 17 3.125V5.125C17 5.67728 16.5523 6.125 16 6.125C15.4477 6.125 15 5.67728 15 5.125V3.125C15 2.57272 15.4477 2.125 16 2.125ZM8 4.125C8.55228 4.125 9 4.57272 9 5.125V7.125C9 7.67728 8.55228 8.125 8 8.125C7.44772 8.125 7 7.67728 7 7.125L7 5.125C7 4.57272 7.44772 4.125 8 4.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.9687 6.21977C4.69375 6.17674 4.42629 6.12525 4.16745 6.06597C2.841 5.76215 1.25 6.67122 1.25 8.2384V19.0105C1.25 19.846 1.38242 20.6326 1.81644 21.2732C2.26524 21.9356 2.95689 22.3275 3.83255 22.5281C4.80949 22.7519 5.88016 22.8744 7 22.8744C9.00849 22.8744 10.8702 22.4799 12.3174 21.804C13.5352 21.2352 15.1744 20.8744 17 20.8744C18.012 20.8744 18.9701 20.9854 19.8326 21.1829C21.159 21.4867 22.75 20.5777 22.75 19.0105V8.2384C22.75 7.44155 22.6428 6.65896 22.2218 6.01188C21.7825 5.3366 21.0845 4.93081 20.1674 4.72076C19.841 4.646 19.5042 4.58253 19.1585 4.53116C18.8583 4.48655 18.7082 4.46424 18.6041 4.55399C18.5 4.64375 18.5 4.80009 18.5 5.11277V5.12456C18.5 6.50527 17.3807 7.62456 16 7.62456C15.6771 7.62456 15.3685 7.56334 15.0852 7.45189C14.6936 7.29786 14.4978 7.22084 14.4047 7.2441C14.3115 7.26736 14.1751 7.4272 13.9022 7.74688L13.9022 7.74688C13.4436 8.28401 12.7616 8.62456 12 8.62456C11.6771 8.62456 11.3685 8.56334 11.0852 8.45189C10.6936 8.29786 10.4978 8.22084 10.4047 8.2441C10.3115 8.26736 10.1751 8.4272 9.90218 8.74688C9.44364 9.28401 8.76159 9.62456 8 9.62456C6.61929 9.62456 5.5 8.50527 5.5 7.12456V6.82729C5.5 6.57495 5.5 6.44878 5.42794 6.36457C5.35588 6.28035 5.22682 6.26016 4.9687 6.21977ZM12 16.625C13.6569 16.625 15 15.2819 15 13.625C15 11.9681 13.6569 10.625 12 10.625C10.3431 10.625 9 11.9681 9 13.625C9 15.2819 10.3431 16.625 12 16.625ZM5.5 13.625C6.05228 13.625 6.5 14.0727 6.5 14.625V14.634C6.5 15.1863 6.05228 15.634 5.5 15.634C4.94772 15.634 4.5 15.1863 4.5 14.634V14.625C4.5 14.0727 4.94772 13.625 5.5 13.625ZM19.5 12.6172C19.5 12.0649 19.0523 11.6172 18.5 11.6172C17.9477 11.6172 17.5 12.0649 17.5 12.6172V12.6262C17.5 13.1785 17.9477 13.6262 18.5 13.6262C19.0523 13.6262 19.5 13.1785 19.5 12.6262V12.6172Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-recive-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.5C12.5523 6.5 13 6.94772 13 7.5V7.77827C13.8024 8.03113 14.4829 8.58617 14.8085 9.36363C15.0219 9.87302 14.782 10.459 14.2726 10.6723C13.7632 10.8857 13.1772 10.6458 12.9639 10.1364C12.8699 9.91204 12.5363 9.625 12 9.625C11.2818 9.625 11 10.0853 11 10.3125C11 10.5397 11.2818 11 12 11C13.4909 11 15 12.0507 15 13.6875C15 14.9528 14.0981 15.8679 13 16.2181V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V16.2217C10.1976 15.9689 9.51714 15.4138 9.19146 14.6364C8.97807 14.127 9.21804 13.541 9.72743 13.3277C10.2368 13.1143 10.8228 13.3542 11.0361 13.8636C11.1301 14.088 11.4637 14.375 12 14.375C12.7182 14.375 13 13.9147 13 13.6875C13 13.4603 12.7182 13 12 13C10.5091 13 9 11.9493 9 10.3125C9 9.04719 9.90187 8.1321 11 7.78192V7.5C11 6.94772 11.4477 6.5 12 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 16.8576 7.1424 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 11.3963 20.7348 10.8078 20.6195 10.2399C20.5121 9.71092 20.8539 9.19509 21.3828 9.08771C21.9118 8.98034 22.4276 9.3221 22.535 9.85104C22.6761 10.5462 22.75 11.265 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C12.735 1.25 13.4538 1.32391 14.149 1.46502C14.6779 1.57239 15.0197 2.08823 14.9123 2.61717C14.8049 3.14612 14.2891 3.48787 13.7601 3.3805C13.1922 3.26522 12.6037 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.0522 1.54097C21.4401 1.15301 22.0691 1.15301 22.4571 1.54097C22.845 1.92892 22.845 2.55793 22.4571 2.94588L20.6567 4.74631L20.7705 4.86011C20.9746 5.06404 21.1905 5.27981 21.3404 5.47055C21.4497 5.60961 21.8507 6.12261 21.6337 6.76119C21.4166 7.40029 20.7931 7.5392 20.6244 7.57637C20.3921 7.62754 20.0931 7.65539 19.8102 7.68174L19.7616 7.68626C19.3161 7.72791 18.7984 7.7647 18.3366 7.74411C18.1061 7.73383 17.8533 7.70801 17.6124 7.64644C17.3891 7.58936 17.062 7.47368 16.7932 7.20492C16.5244 6.93617 16.4088 6.60902 16.3517 6.38571C16.2901 6.14482 16.2643 5.89205 16.254 5.66147C16.2334 5.19974 16.2702 4.682 16.3119 4.23648L16.3164 4.18791C16.3427 3.90502 16.3706 3.606 16.4218 3.37368C16.4589 3.20496 16.5978 2.58145 17.2369 2.36434C17.8755 2.1474 18.3885 2.54834 18.5276 2.65767C18.7183 2.80761 18.9341 3.02352 19.138 3.22759L19.2518 3.34139L21.0522 1.54097Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.5C12.5523 6.5 13 6.94772 13 7.5V7.77827C13.8024 8.03113 14.4829 8.58617 14.8085 9.36363C15.0219 9.87302 14.782 10.459 14.2726 10.6723C13.7632 10.8857 13.1772 10.6458 12.9639 10.1364C12.8699 9.91204 12.5363 9.625 12 9.625C11.2818 9.625 11 10.0853 11 10.3125C11 10.5397 11.2818 11 12 11C13.4909 11 15 12.0507 15 13.6875C15 14.9528 14.0981 15.8679 13 16.2181V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V16.2217C10.1976 15.9689 9.51714 15.4138 9.19146 14.6364C8.97807 14.127 9.21804 13.541 9.72743 13.3277C10.2368 13.1143 10.8228 13.3542 11.0361 13.8636C11.1301 14.088 11.4637 14.375 12 14.375C12.7182 14.375 13 13.9147 13 13.6875C13 13.4603 12.7182 13 12 13C10.5091 13 9 11.9493 9 10.3125C9 9.04719 9.90187 8.1321 11 7.78192V7.5C11 6.94772 11.4477 6.5 12 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 16.8576 7.1424 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 11.3963 20.7348 10.8078 20.6195 10.2399C20.5121 9.71092 20.8539 9.19509 21.3828 9.08771C21.9118 8.98034 22.4276 9.3221 22.535 9.85104C22.6761 10.5462 22.75 11.265 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C12.735 1.25 13.4538 1.32391 14.149 1.46502C14.6779 1.57239 15.0197 2.08823 14.9123 2.61717C14.8049 3.14612 14.2891 3.48787 13.7601 3.3805C13.1922 3.26522 12.6037 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.0522 1.54097C21.4401 1.15301 22.0691 1.15301 22.4571 1.54097C22.845 1.92892 22.845 2.55793 22.4571 2.94588L20.6567 4.74631L20.7705 4.86011C20.9746 5.06404 21.1905 5.27981 21.3404 5.47055C21.4497 5.60961 21.8507 6.12261 21.6337 6.76119C21.4166 7.40029 20.7931 7.5392 20.6244 7.57637C20.3921 7.62754 20.0931 7.65539 19.8102 7.68174L19.7616 7.68626C19.3161 7.72791 18.7984 7.7647 18.3366 7.74411C18.1061 7.73383 17.8533 7.70801 17.6124 7.64644C17.3891 7.58936 17.062 7.47368 16.7932 7.20492C16.5244 6.93617 16.4088 6.60902 16.3517 6.38571C16.2901 6.14482 16.2643 5.89205 16.254 5.66147C16.2334 5.19974 16.2702 4.682 16.3119 4.23648L16.3164 4.18791C16.3427 3.90502 16.3706 3.606 16.4218 3.37368C16.4589 3.20496 16.5978 2.58145 17.2369 2.36434C17.8755 2.1474 18.3885 2.54834 18.5276 2.65767C18.7183 2.80761 18.9341 3.02352 19.138 3.22759L19.2518 3.34139L21.0522 1.54097Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-recive-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.70239C9.78654 3.70239 8.22466 3.70446 7.04213 3.86345C5.88768 4.01866 5.24203 4.30713 4.77458 4.77458C4.30713 5.24203 4.01865 5.88769 3.86344 7.04213C3.70445 8.22466 3.70238 9.78655 3.70238 12C3.70238 14.2135 3.70445 15.7753 3.86344 16.9579C4.01865 18.1123 4.30713 18.758 4.77458 19.2254C5.24203 19.6929 5.88768 19.9813 7.04213 20.1366C8.22466 20.2955 9.78654 20.2976 12 20.2976C14.2135 20.2976 15.7753 20.2955 16.9579 20.1366C18.1123 19.9813 18.758 19.6929 19.2254 19.2254C19.6929 18.758 19.9813 18.1123 20.1366 16.9579C20.2955 15.7753 20.2976 14.2135 20.2976 12V10.5364C20.2976 9.99731 20.7347 9.55952 21.2738 9.55952C21.8129 9.55952 22.25 9.99658 22.25 10.5357V12.0727C22.25 14.1968 22.25 15.8903 22.0715 17.218C21.8872 18.589 21.4966 19.7153 20.606 20.606C19.7153 21.4966 18.589 21.8872 17.218 22.0715C15.8903 22.25 14.1968 22.25 12.0726 22.25H11.9273C9.80317 22.25 8.10974 22.25 6.78198 22.0715C5.41104 21.8872 4.2847 21.4966 3.39404 20.606C2.50337 19.7153 2.11279 18.589 1.92847 17.218C1.74996 15.8903 1.74998 14.1968 1.75 12.0727V11.9273C1.74998 9.80316 1.74996 8.10973 1.92847 6.78198C2.11279 5.41104 2.50337 4.28471 3.39404 3.39404C4.2847 2.50338 5.41104 2.11279 6.78198 1.92847C8.10973 1.74996 9.80315 1.74998 11.9273 1.75L13.4637 1.75C14.0028 1.75 14.4405 2.18705 14.4405 2.72618C14.4405 3.26532 14.0034 3.70238 13.4643 3.70238L12 3.70239Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5541 2.04097C20.9421 1.65301 21.5711 1.65301 21.959 2.04097C22.347 2.42892 22.347 3.05793 21.959 3.44588L20.1586 5.24631L20.2724 5.36011C20.4765 5.56404 20.6924 5.77981 20.8424 5.97055C20.9517 6.10961 21.3526 6.62261 21.1357 7.26119C20.9186 7.90029 20.2951 8.0392 20.1264 8.07637C19.894 8.12754 19.595 8.15539 19.3121 8.18174L19.2636 8.18626C18.818 8.22791 18.3003 8.2647 17.8386 8.24411C17.608 8.23383 17.3552 8.20801 17.1144 8.14644C16.891 8.08936 16.5639 7.97368 16.2951 7.70492C16.0264 7.43617 15.9107 7.10902 15.8536 6.88571C15.7921 6.64482 15.7662 6.39205 15.756 6.16147C15.7354 5.69974 15.7722 5.182 15.8138 4.73648L15.8183 4.68791C15.8447 4.40502 15.8725 4.106 15.9237 3.87368C15.9609 3.70496 16.0998 3.08145 16.7389 2.86434C17.3775 2.6474 17.8904 3.04834 18.0295 3.15767C18.2202 3.30761 18.436 3.52352 18.6399 3.72759L18.7537 3.84139L20.5541 2.04097Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.5C12.5523 6.5 13 6.94772 13 7.5V7.77827C13.8024 8.03113 14.4829 8.58617 14.8085 9.36363C15.0219 9.87302 14.782 10.459 14.2726 10.6723C13.7632 10.8857 13.1772 10.6458 12.9639 10.1364C12.8699 9.91204 12.5363 9.625 12 9.625C11.2818 9.625 11 10.0853 11 10.3125C11 10.5397 11.2818 11 12 11C13.4909 11 15 12.0507 15 13.6875C15 14.9528 14.0981 15.8679 13 16.2181V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V16.2217C10.1976 15.9689 9.51714 15.4138 9.19146 14.6364C8.97807 14.127 9.21804 13.541 9.72743 13.3277C10.2368 13.1143 10.8228 13.3542 11.0361 13.8636C11.1301 14.088 11.4637 14.375 12 14.375C12.7182 14.375 13 13.9147 13 13.6875C13 13.4603 12.7182 13 12 13C10.5091 13 9 11.9493 9 10.3125C9 9.04719 9.90187 8.1321 11 7.78192V7.5C11 6.94772 11.4477 6.5 12 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.70239C9.78654 3.70239 8.22466 3.70446 7.04213 3.86345C5.88768 4.01866 5.24203 4.30713 4.77458 4.77458C4.30713 5.24203 4.01865 5.88769 3.86344 7.04213C3.70445 8.22466 3.70238 9.78655 3.70238 12C3.70238 14.2135 3.70445 15.7753 3.86344 16.9579C4.01865 18.1123 4.30713 18.758 4.77458 19.2254C5.24203 19.6929 5.88768 19.9813 7.04213 20.1366C8.22466 20.2955 9.78654 20.2976 12 20.2976C14.2135 20.2976 15.7753 20.2955 16.9579 20.1366C18.1123 19.9813 18.758 19.6929 19.2254 19.2254C19.6929 18.758 19.9813 18.1123 20.1366 16.9579C20.2955 15.7753 20.2976 14.2135 20.2976 12V10.5364C20.2976 9.99731 20.7347 9.55952 21.2738 9.55952C21.8129 9.55952 22.25 9.99658 22.25 10.5357V12.0727C22.25 14.1968 22.25 15.8903 22.0715 17.218C21.8872 18.589 21.4966 19.7153 20.606 20.606C19.7153 21.4966 18.589 21.8872 17.218 22.0715C15.8903 22.25 14.1968 22.25 12.0726 22.25H11.9273C9.80317 22.25 8.10974 22.25 6.78198 22.0715C5.41104 21.8872 4.2847 21.4966 3.39404 20.606C2.50337 19.7153 2.11279 18.589 1.92847 17.218C1.74996 15.8903 1.74998 14.1968 1.75 12.0727V11.9273C1.74998 9.80316 1.74996 8.10973 1.92847 6.78198C2.11279 5.41104 2.50337 4.28471 3.39404 3.39404C4.2847 2.50338 5.41104 2.11279 6.78198 1.92847C8.10973 1.74996 9.80315 1.74998 11.9273 1.75L13.4637 1.75C14.0028 1.75 14.4405 2.18705 14.4405 2.72618C14.4405 3.26532 14.0034 3.70238 13.4643 3.70238L12 3.70239Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5541 2.04097C20.9421 1.65301 21.5711 1.65301 21.959 2.04097C22.347 2.42892 22.347 3.05793 21.959 3.44588L20.1586 5.24631L20.2724 5.36011C20.4765 5.56404 20.6924 5.77981 20.8424 5.97055C20.9517 6.10961 21.3526 6.62261 21.1357 7.26119C20.9186 7.90029 20.2951 8.0392 20.1264 8.07637C19.894 8.12754 19.595 8.15539 19.3121 8.18174L19.2636 8.18626C18.818 8.22791 18.3003 8.2647 17.8386 8.24411C17.608 8.23383 17.3552 8.20801 17.1144 8.14644C16.891 8.08936 16.5639 7.97368 16.2951 7.70492C16.0264 7.43617 15.9107 7.10902 15.8536 6.88571C15.7921 6.64482 15.7662 6.39205 15.756 6.16147C15.7354 5.69974 15.7722 5.182 15.8138 4.73648L15.8183 4.68791C15.8447 4.40502 15.8725 4.106 15.9237 3.87368C15.9609 3.70496 16.0998 3.08145 16.7389 2.86434C17.3775 2.6474 17.8904 3.04834 18.0295 3.15767C18.2202 3.30761 18.436 3.52352 18.6399 3.72759L18.7537 3.84139L20.5541 2.04097Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.5C12.5523 6.5 13 6.94772 13 7.5V7.77827C13.8024 8.03113 14.4829 8.58617 14.8085 9.36363C15.0219 9.87302 14.782 10.459 14.2726 10.6723C13.7632 10.8857 13.1772 10.6458 12.9639 10.1364C12.8699 9.91204 12.5363 9.625 12 9.625C11.2818 9.625 11 10.0853 11 10.3125C11 10.5397 11.2818 11 12 11C13.4909 11 15 12.0507 15 13.6875C15 14.9528 14.0981 15.8679 13 16.2181V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V16.2217C10.1976 15.9689 9.51714 15.4138 9.19146 14.6364C8.97807 14.127 9.21804 13.541 9.72743 13.3277C10.2368 13.1143 10.8228 13.3542 11.0361 13.8636C11.1301 14.088 11.4637 14.375 12 14.375C12.7182 14.375 13 13.9147 13 13.6875C13 13.4603 12.7182 13 12 13C10.5091 13 9 11.9493 9 10.3125C9 9.04719 9.90187 8.1321 11 7.78192V7.5C11 6.94772 11.4477 6.5 12 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4225 3.25C15.2616 3.24999 16.7058 3.24998 17.8444 3.3786C19.0066 3.50988 19.949 3.78362 20.7324 4.40229C20.9669 4.58749 21.1843 4.79205 21.382 5.0138C22.0482 5.76101 22.3457 6.66669 22.4874 7.77785C22.625 8.85727 22.625 10.2232 22.625 11.9473V12.0528C22.625 13.3875 22.625 14.5076 22.5611 15.4463C22.5443 15.6944 22.5358 15.8184 22.4724 15.8935C22.455 15.9141 22.4424 15.9259 22.4207 15.9419C22.3415 16 22.186 16 21.875 16H14.875C13.4943 16 12.375 17.1193 12.375 18.5C12.375 18.564 12.3774 18.6275 12.3821 18.6903V18.6903V18.6903C12.4759 19.9355 12.5227 20.558 12.4337 20.654C12.3447 20.75 11.9551 20.75 11.176 20.75L10.3275 20.75C8.48845 20.75 7.04417 20.75 5.90558 20.6214C4.74342 20.4901 3.801 20.2164 3.01763 19.5977C2.78311 19.4125 2.56568 19.2079 2.36798 18.9862C1.70181 18.239 1.40432 17.3333 1.26263 16.2222C1.12498 15.1427 1.12499 13.7768 1.125 12.0528V12.0527V11.9473V11.9472C1.12499 10.2232 1.12498 8.85727 1.26263 7.77785C1.40432 6.66669 1.70181 5.76101 2.36798 5.0138C2.56568 4.79205 2.78311 4.58749 3.01763 4.40229C3.801 3.78362 4.74342 3.50988 5.90558 3.3786C7.04417 3.24998 8.48845 3.24999 10.3275 3.25H13.4225ZM11.875 15C13.5319 15 14.875 13.6569 14.875 12C14.875 10.3431 13.5319 9 11.875 9C10.2181 9 8.875 10.3431 8.875 12C8.875 13.6569 10.2181 15 11.875 15ZM6.37617 12C6.37617 11.4477 5.92845 11 5.37617 11H5.36719C4.8149 11 4.36719 11.4477 4.36719 12C4.36719 12.5523 4.8149 13 5.36719 13H5.37617C5.92845 13 6.37617 12.5523 6.37617 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 18.5C13.875 17.9477 14.3227 17.5 14.875 17.5H21.875C22.4273 17.5 22.875 17.9477 22.875 18.5C22.875 19.0523 22.4273 19.5 21.875 19.5H14.875C14.3227 19.5 13.875 19.0523 13.875 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4225 3.25C15.2616 3.24999 16.7058 3.24998 17.8444 3.3786C19.0066 3.50988 19.949 3.78362 20.7324 4.40229C20.9669 4.58749 21.1843 4.79205 21.382 5.0138C22.0482 5.76101 22.3457 6.66669 22.4874 7.77785C22.625 8.85727 22.625 10.2232 22.625 11.9473V12.0528C22.625 13.3875 22.625 14.5076 22.5611 15.4463C22.5443 15.6944 22.5358 15.8184 22.4724 15.8935C22.455 15.9141 22.4424 15.9259 22.4207 15.9419C22.3415 16 22.186 16 21.875 16H14.875C13.4943 16 12.375 17.1193 12.375 18.5C12.375 18.564 12.3774 18.6275 12.3821 18.6903V18.6903V18.6903C12.4759 19.9355 12.5227 20.558 12.4337 20.654C12.3447 20.75 11.9551 20.75 11.176 20.75L10.3275 20.75C8.48845 20.75 7.04417 20.75 5.90558 20.6214C4.74342 20.4901 3.801 20.2164 3.01763 19.5977C2.78311 19.4125 2.56568 19.2079 2.36798 18.9862C1.70181 18.239 1.40432 17.3333 1.26263 16.2222C1.12498 15.1427 1.12499 13.7768 1.125 12.0528V12.0527V11.9473V11.9472C1.12499 10.2232 1.12498 8.85727 1.26263 7.77785C1.40432 6.66669 1.70181 5.76101 2.36798 5.0138C2.56568 4.79205 2.78311 4.58749 3.01763 4.40229C3.801 3.78362 4.74342 3.50988 5.90558 3.3786C7.04417 3.24998 8.48845 3.24999 10.3275 3.25H13.4225ZM11.875 15C13.5319 15 14.875 13.6569 14.875 12C14.875 10.3431 13.5319 9 11.875 9C10.2181 9 8.875 10.3431 8.875 12C8.875 13.6569 10.2181 15 11.875 15ZM6.37617 12C6.37617 11.4477 5.92845 11 5.37617 11H5.36719C4.8149 11 4.36719 11.4477 4.36719 12C4.36719 12.5523 4.8149 13 5.36719 13H5.37617C5.92845 13 6.37617 12.5523 6.37617 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 18.5C13.875 17.9477 14.3227 17.5 14.875 17.5H21.875C22.4273 17.5 22.875 17.9477 22.875 18.5C22.875 19.0523 22.4273 19.5 21.875 19.5H14.875C14.3227 19.5 13.875 19.0523 13.875 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8748 2.75C14.8663 2.75 13.0046 3.14454 11.5574 3.82046C10.3395 4.38927 8.7004 4.75 6.87476 4.75C5.86275 4.75 4.90464 4.63907 4.0422 4.44153C2.71576 4.13772 1.12476 5.04678 1.12476 6.61397V17.386C1.12476 18.2216 1.25718 19.0082 1.69119 19.6488C2.14 20.3111 2.83164 20.7031 3.70731 20.9037C4.68424 21.1274 5.75492 21.25 6.87476 21.25C8.88325 21.25 10.7449 20.8555 12.1921 20.1795C12.4344 20.0664 12.5556 20.0098 12.6022 19.9392C12.6275 19.901 12.6351 19.883 12.645 19.8382C12.6631 19.7556 12.6127 19.6098 12.5117 19.3182C12.423 19.0618 12.3748 18.7866 12.3748 18.5C12.3748 17.1193 13.494 16 14.8748 16H21.8748C22.2453 16 22.4306 16 22.513 15.9336C22.5329 15.9175 22.5423 15.9082 22.5583 15.8882C22.6248 15.8058 22.6248 15.6548 22.6248 15.3528V6.61397C22.6248 5.81712 22.5175 5.03453 22.0966 4.38745C21.6573 3.71217 20.9593 3.30637 20.0422 3.09633C19.0653 2.87257 17.9946 2.75 16.8748 2.75ZM11.8748 8.75C10.0798 8.75 8.62476 10.2051 8.62476 12C8.62476 13.7949 10.0798 15.25 11.8748 15.25C13.6697 15.25 15.1248 13.7949 15.1248 12C15.1248 10.2051 13.6697 8.75 11.8748 8.75ZM6.37476 13C6.37476 12.4477 5.92704 12 5.37476 12C4.82247 12 4.37476 12.4477 4.37476 13V13.009C4.37476 13.5613 4.82247 14.009 5.37476 14.009C5.92704 14.009 6.37476 13.5613 6.37476 13.009V13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.8748 18.5C13.8748 17.9477 14.3225 17.5 14.8748 17.5H21.8748C22.427 17.5 22.8748 17.9477 22.8748 18.5C22.8748 19.0523 22.427 19.5 21.8748 19.5H14.8748C14.3225 19.5 13.8748 19.0523 13.8748 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8748 2.75C14.8663 2.75 13.0046 3.14454 11.5574 3.82046C10.3395 4.38927 8.7004 4.75 6.87476 4.75C5.86275 4.75 4.90464 4.63907 4.0422 4.44153C2.71576 4.13772 1.12476 5.04678 1.12476 6.61397V17.386C1.12476 18.2216 1.25718 19.0082 1.69119 19.6488C2.14 20.3111 2.83164 20.7031 3.70731 20.9037C4.68424 21.1274 5.75492 21.25 6.87476 21.25C8.88325 21.25 10.7449 20.8555 12.1921 20.1795C12.4344 20.0664 12.5556 20.0098 12.6022 19.9392C12.6275 19.901 12.6351 19.883 12.645 19.8382C12.6631 19.7556 12.6127 19.6098 12.5117 19.3182C12.423 19.0618 12.3748 18.7866 12.3748 18.5C12.3748 17.1193 13.494 16 14.8748 16H21.8748C22.2453 16 22.4306 16 22.513 15.9336C22.5329 15.9175 22.5423 15.9082 22.5583 15.8882C22.6248 15.8058 22.6248 15.6548 22.6248 15.3528V6.61397C22.6248 5.81712 22.5175 5.03453 22.0966 4.38745C21.6573 3.71217 20.9593 3.30637 20.0422 3.09633C19.0653 2.87257 17.9946 2.75 16.8748 2.75ZM11.8748 8.75C10.0798 8.75 8.62476 10.2051 8.62476 12C8.62476 13.7949 10.0798 15.25 11.8748 15.25C13.6697 15.25 15.1248 13.7949 15.1248 12C15.1248 10.2051 13.6697 8.75 11.8748 8.75ZM6.37476 13C6.37476 12.4477 5.92704 12 5.37476 12C4.82247 12 4.37476 12.4477 4.37476 13V13.009C4.37476 13.5613 4.82247 14.009 5.37476 14.009C5.92704 14.009 6.37476 13.5613 6.37476 13.009V13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.8748 18.5C13.8748 17.9477 14.3225 17.5 14.8748 17.5H21.8748C22.427 17.5 22.8748 17.9477 22.8748 18.5C22.8748 19.0523 22.427 19.5 21.8748 19.5H14.8748C14.3225 19.5 13.8748 19.0523 13.8748 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-safe{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 20.6779C17.3696 20.6537 17.7151 20.6213 18.0377 20.578C18.3758 20.5325 18.6964 20.4741 19 20.3984V21.9994C19 22.5517 18.5523 22.9994 18 22.9994C17.4477 22.9994 17 22.5517 17 21.9994V20.6779Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5 20.3984C5.30362 20.4741 5.62416 20.5325 5.96234 20.578C6.28494 20.6213 6.63037 20.6537 7 20.6779V21.9994C7 22.5517 6.55228 22.9994 6 22.9994C5.44772 22.9994 5 22.5517 5 21.9994V20.3984Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0569 1.25H10.9431H10.943C8.87001 1.24999 7.23769 1.24998 5.96234 1.42144C4.65376 1.59737 3.60928 1.9661 2.78769 2.78769C1.9661 3.60928 1.59737 4.65376 1.42144 5.96234C1.24998 7.23769 1.24999 8.87001 1.25 10.943V10.9431V11.0569V11.057C1.24999 13.13 1.24998 14.7623 1.42144 16.0377C1.59737 17.3462 1.9661 18.3907 2.78769 19.2123C3.60928 20.0339 4.65376 20.4026 5.96234 20.5786C7.23769 20.75 8.87002 20.75 10.9431 20.75H13.0569C15.13 20.75 16.7623 20.75 18.0377 20.5786C19.3462 20.4026 20.3907 20.0339 21.2123 19.2123C22.0339 18.3907 22.4026 17.3462 22.5786 16.0377C22.75 14.7623 22.75 13.13 22.75 11.0569V10.9431C22.75 8.87002 22.75 7.23769 22.5786 5.96234C22.4026 4.65376 22.0339 3.60928 21.2123 2.78769C20.3907 1.9661 19.3462 1.59737 18.0377 1.42144C16.7623 1.24998 15.13 1.24999 13.057 1.25H13.0569ZM9.50007 6.25C9.91428 6.25 10.2501 6.58579 10.2501 7V8.35213C10.7014 8.47794 11.107 8.71449 11.4342 9.03094L12.6279 8.34882C12.9876 8.14331 13.4457 8.26825 13.6512 8.62789C13.8567 8.98753 13.7318 9.44567 13.3721 9.65118L12.1876 10.328C12.2419 10.5429 12.2708 10.768 12.2708 11C12.2708 11.232 12.2419 11.4571 12.1876 11.6719L13.3722 12.3488C13.7319 12.5543 13.8568 13.0125 13.6513 13.3721C13.4458 13.7317 12.9877 13.8567 12.628 13.6512L11.4343 12.969C11.107 13.2855 10.7014 13.5221 10.2501 13.6479V15C10.2501 15.4142 9.91428 15.75 9.50007 15.75C9.08585 15.75 8.75007 15.4142 8.75007 15V13.6479C8.29874 13.5221 7.89318 13.2855 7.56592 12.9691L6.37224 13.6512C6.0126 13.8567 5.55446 13.7317 5.34895 13.3721C5.14344 13.0125 5.26838 12.5543 5.62802 12.3488L6.81251 11.672C6.75822 11.4571 6.72937 11.2321 6.72937 11C6.72937 10.7679 6.75823 10.5428 6.81252 10.328L5.62812 9.65118C5.26849 9.44567 5.14354 8.98753 5.34905 8.62789C5.55456 8.26825 6.0127 8.14331 6.37234 8.34882L7.56596 9.0309C7.89321 8.71446 8.29876 8.47793 8.75007 8.35213V7C8.75007 6.58579 9.08585 6.25 9.50007 6.25ZM8.39381 10.3853L8.40151 10.3721L8.40205 10.3712C8.62114 10.0014 9.02796 9.75 9.50019 9.75C10.2093 9.75 10.7709 10.3169 10.7709 11C10.7709 11.6831 10.2093 12.25 9.50019 12.25C8.7911 12.25 8.22949 11.6831 8.22949 11C8.22949 10.7776 8.28903 10.5675 8.39381 10.3853ZM16.6485 7.6626C16.2826 7.4684 16.1435 7.01437 16.3377 6.64851C16.5319 6.28264 16.9859 6.14349 17.3518 6.33769C18.0447 6.70549 18.4268 7.22892 18.6022 7.92122C18.7505 8.50673 18.7503 9.22886 18.7502 10.0135V11.9868C18.7503 12.7714 18.7505 13.4936 18.6022 14.0791C18.4268 14.7714 18.0447 15.2948 17.3518 15.6626C16.9859 15.8568 16.5319 15.7177 16.3377 15.3518C16.1435 14.9859 16.2826 14.5319 16.6485 14.3377C16.9556 14.1747 17.0735 14.0055 17.1481 13.7108C17.2448 13.3292 17.2501 12.7993 17.2501 11.9063V10.094C17.2501 9.20104 17.2448 8.67109 17.1481 8.28952C17.0735 7.99478 16.9556 7.82562 16.6485 7.6626Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 20.6779C17.3696 20.6537 17.7151 20.6213 18.0377 20.578C18.3758 20.5325 18.6964 20.4741 19 20.3984V21.9994C19 22.5517 18.5523 22.9994 18 22.9994C17.4477 22.9994 17 22.5517 17 21.9994V20.6779Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5 20.3984C5.30362 20.4741 5.62416 20.5325 5.96234 20.578C6.28494 20.6213 6.63037 20.6537 7 20.6779V21.9994C7 22.5517 6.55228 22.9994 6 22.9994C5.44772 22.9994 5 22.5517 5 21.9994V20.3984Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0569 1.25H10.9431H10.943C8.87001 1.24999 7.23769 1.24998 5.96234 1.42144C4.65376 1.59737 3.60928 1.9661 2.78769 2.78769C1.9661 3.60928 1.59737 4.65376 1.42144 5.96234C1.24998 7.23769 1.24999 8.87001 1.25 10.943V10.9431V11.0569V11.057C1.24999 13.13 1.24998 14.7623 1.42144 16.0377C1.59737 17.3462 1.9661 18.3907 2.78769 19.2123C3.60928 20.0339 4.65376 20.4026 5.96234 20.5786C7.23769 20.75 8.87002 20.75 10.9431 20.75H13.0569C15.13 20.75 16.7623 20.75 18.0377 20.5786C19.3462 20.4026 20.3907 20.0339 21.2123 19.2123C22.0339 18.3907 22.4026 17.3462 22.5786 16.0377C22.75 14.7623 22.75 13.13 22.75 11.0569V10.9431C22.75 8.87002 22.75 7.23769 22.5786 5.96234C22.4026 4.65376 22.0339 3.60928 21.2123 2.78769C20.3907 1.9661 19.3462 1.59737 18.0377 1.42144C16.7623 1.24998 15.13 1.24999 13.057 1.25H13.0569ZM9.50007 6.25C9.91428 6.25 10.2501 6.58579 10.2501 7V8.35213C10.7014 8.47794 11.107 8.71449 11.4342 9.03094L12.6279 8.34882C12.9876 8.14331 13.4457 8.26825 13.6512 8.62789C13.8567 8.98753 13.7318 9.44567 13.3721 9.65118L12.1876 10.328C12.2419 10.5429 12.2708 10.768 12.2708 11C12.2708 11.232 12.2419 11.4571 12.1876 11.6719L13.3722 12.3488C13.7319 12.5543 13.8568 13.0125 13.6513 13.3721C13.4458 13.7317 12.9877 13.8567 12.628 13.6512L11.4343 12.969C11.107 13.2855 10.7014 13.5221 10.2501 13.6479V15C10.2501 15.4142 9.91428 15.75 9.50007 15.75C9.08585 15.75 8.75007 15.4142 8.75007 15V13.6479C8.29874 13.5221 7.89318 13.2855 7.56592 12.9691L6.37224 13.6512C6.0126 13.8567 5.55446 13.7317 5.34895 13.3721C5.14344 13.0125 5.26838 12.5543 5.62802 12.3488L6.81251 11.672C6.75822 11.4571 6.72937 11.2321 6.72937 11C6.72937 10.7679 6.75823 10.5428 6.81252 10.328L5.62812 9.65118C5.26849 9.44567 5.14354 8.98753 5.34905 8.62789C5.55456 8.26825 6.0127 8.14331 6.37234 8.34882L7.56596 9.0309C7.89321 8.71446 8.29876 8.47793 8.75007 8.35213V7C8.75007 6.58579 9.08585 6.25 9.50007 6.25ZM8.39381 10.3853L8.40151 10.3721L8.40205 10.3712C8.62114 10.0014 9.02796 9.75 9.50019 9.75C10.2093 9.75 10.7709 10.3169 10.7709 11C10.7709 11.6831 10.2093 12.25 9.50019 12.25C8.7911 12.25 8.22949 11.6831 8.22949 11C8.22949 10.7776 8.28903 10.5675 8.39381 10.3853ZM16.6485 7.6626C16.2826 7.4684 16.1435 7.01437 16.3377 6.64851C16.5319 6.28264 16.9859 6.14349 17.3518 6.33769C18.0447 6.70549 18.4268 7.22892 18.6022 7.92122C18.7505 8.50673 18.7503 9.22886 18.7502 10.0135V11.9868C18.7503 12.7714 18.7505 13.4936 18.6022 14.0791C18.4268 14.7714 18.0447 15.2948 17.3518 15.6626C16.9859 15.8568 16.5319 15.7177 16.3377 15.3518C16.1435 14.9859 16.2826 14.5319 16.6485 14.3377C16.9556 14.1747 17.0735 14.0055 17.1481 13.7108C17.2448 13.3292 17.2501 12.7993 17.2501 11.9063V10.094C17.2501 9.20104 17.2448 8.67109 17.1481 8.28952C17.0735 7.99478 16.9556 7.82562 16.6485 7.6626Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-security{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.999 1.25C10.3178 1.25 8.95093 1.81794 7.75881 2.43555C7.39855 2.62219 7.06388 2.8068 6.74408 2.98322L6.74408 2.98322L6.74407 2.98322L6.74407 2.98323C5.96161 3.41486 5.26815 3.7974 4.50658 4.04039L4.48117 4.0485C4.03387 4.19121 3.66307 4.30951 3.38214 4.4196C3.11772 4.52321 2.80348 4.6652 2.58051 4.91299C2.38023 5.13558 2.27734 5.38547 2.20912 5.6245C2.14719 5.84148 2.09977 6.10462 2.04899 6.38644L2.04347 6.41705C0.805527 13.2827 3.51252 19.787 10.123 22.3179L10.1559 22.3305C10.8056 22.5793 11.2513 22.75 12.0023 22.75C12.7534 22.75 13.199 22.5793 13.8487 22.3305L13.8816 22.3179C20.4919 19.7869 23.1962 13.2824 21.9579 6.417L21.9524 6.38634L21.9524 6.38632L21.9524 6.38629C21.9016 6.10446 21.8541 5.84132 21.7922 5.62433C21.7239 5.38529 21.621 5.13537 21.4207 4.91278C21.1977 4.66499 20.8835 4.52304 20.619 4.41946C20.3381 4.30942 19.9674 4.19119 19.5201 4.04857L19.5201 4.04856L19.4946 4.04044C18.7327 3.79744 18.0386 3.4148 17.2556 2.9831L17.2555 2.98309C16.9356 2.8067 16.6008 2.62213 16.2405 2.43554C15.0477 1.81795 13.6803 1.25 11.999 1.25ZM12.75 7C12.75 6.58579 12.4142 6.25 12 6.25C11.5858 6.25 11.25 6.58579 11.25 7V7.42416C10.6347 7.52886 10.0701 7.7612 9.61196 8.09711C8.97319 8.56549 8.5 9.2746 8.5 10.1278C8.5 10.8783 8.76936 11.572 9.45777 12.0328C10.0819 12.4507 10.9522 12.6062 12 12.6062C12.9582 12.6062 13.5279 12.7501 13.8421 12.9537C14.088 13.1131 14.25 13.354 14.25 13.8726C14.25 14.3084 14.0711 14.5775 13.7369 14.777C13.3572 15.0037 12.7608 15.1391 12 15.1391C11.3002 15.1391 10.7004 14.9471 10.2971 14.676C9.88907 14.4018 9.75 14.1036 9.75 13.8726C9.75 13.4584 9.41421 13.1226 9 13.1226C8.58579 13.1226 8.25 13.4584 8.25 13.8726C8.25 14.7554 8.78251 15.4654 9.46029 15.921C9.9609 16.2574 10.5786 16.4867 11.25 16.585V17C11.25 17.4142 11.5858 17.75 12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V16.6006C13.3866 16.5325 13.9974 16.3684 14.5057 16.065C15.2573 15.6163 15.75 14.8772 15.75 13.8726C15.75 12.951 15.412 12.1837 14.6579 11.6949C13.9721 11.2504 13.0418 11.1062 12 11.1062C11.0478 11.1062 10.5431 10.9543 10.2922 10.7864C10.1056 10.6615 10 10.4909 10 10.1278C10 9.86732 10.1424 9.56819 10.4989 9.30676C10.855 9.04566 11.3833 8.86133 12 8.86133C12.6167 8.86133 13.145 9.04566 13.501 9.30676C13.8576 9.56819 14 9.86732 14 10.1278C14 10.542 14.3358 10.8778 14.75 10.8778C15.1642 10.8778 15.5 10.542 15.5 10.1278C15.5 9.2746 15.0268 8.56549 14.388 8.09711C13.9299 7.7612 13.3653 7.52886 12.75 7.42416V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.999 1.25C10.3178 1.25 8.95093 1.81794 7.75881 2.43555C7.39855 2.62219 7.06388 2.8068 6.74408 2.98322L6.74408 2.98322L6.74407 2.98322L6.74407 2.98323C5.96161 3.41486 5.26815 3.7974 4.50658 4.04039L4.48117 4.0485C4.03387 4.19121 3.66307 4.30951 3.38214 4.4196C3.11772 4.52321 2.80348 4.6652 2.58051 4.91299C2.38023 5.13558 2.27734 5.38547 2.20912 5.6245C2.14719 5.84148 2.09977 6.10462 2.04899 6.38644L2.04347 6.41705C0.805527 13.2827 3.51252 19.787 10.123 22.3179L10.1559 22.3305C10.8056 22.5793 11.2513 22.75 12.0023 22.75C12.7534 22.75 13.199 22.5793 13.8487 22.3305L13.8816 22.3179C20.4919 19.7869 23.1962 13.2824 21.9579 6.417L21.9524 6.38634L21.9524 6.38632L21.9524 6.38629C21.9016 6.10446 21.8541 5.84132 21.7922 5.62433C21.7239 5.38529 21.621 5.13537 21.4207 4.91278C21.1977 4.66499 20.8835 4.52304 20.619 4.41946C20.3381 4.30942 19.9674 4.19119 19.5201 4.04857L19.5201 4.04856L19.4946 4.04044C18.7327 3.79744 18.0386 3.4148 17.2556 2.9831L17.2555 2.98309C16.9356 2.8067 16.6008 2.62213 16.2405 2.43554C15.0477 1.81795 13.6803 1.25 11.999 1.25ZM12.75 7C12.75 6.58579 12.4142 6.25 12 6.25C11.5858 6.25 11.25 6.58579 11.25 7V7.42416C10.6347 7.52886 10.0701 7.7612 9.61196 8.09711C8.97319 8.56549 8.5 9.2746 8.5 10.1278C8.5 10.8783 8.76936 11.572 9.45777 12.0328C10.0819 12.4507 10.9522 12.6062 12 12.6062C12.9582 12.6062 13.5279 12.7501 13.8421 12.9537C14.088 13.1131 14.25 13.354 14.25 13.8726C14.25 14.3084 14.0711 14.5775 13.7369 14.777C13.3572 15.0037 12.7608 15.1391 12 15.1391C11.3002 15.1391 10.7004 14.9471 10.2971 14.676C9.88907 14.4018 9.75 14.1036 9.75 13.8726C9.75 13.4584 9.41421 13.1226 9 13.1226C8.58579 13.1226 8.25 13.4584 8.25 13.8726C8.25 14.7554 8.78251 15.4654 9.46029 15.921C9.9609 16.2574 10.5786 16.4867 11.25 16.585V17C11.25 17.4142 11.5858 17.75 12 17.75C12.4142 17.75 12.75 17.4142 12.75 17V16.6006C13.3866 16.5325 13.9974 16.3684 14.5057 16.065C15.2573 15.6163 15.75 14.8772 15.75 13.8726C15.75 12.951 15.412 12.1837 14.6579 11.6949C13.9721 11.2504 13.0418 11.1062 12 11.1062C11.0478 11.1062 10.5431 10.9543 10.2922 10.7864C10.1056 10.6615 10 10.4909 10 10.1278C10 9.86732 10.1424 9.56819 10.4989 9.30676C10.855 9.04566 11.3833 8.86133 12 8.86133C12.6167 8.86133 13.145 9.04566 13.501 9.30676C13.8576 9.56819 14 9.86732 14 10.1278C14 10.542 14.3358 10.8778 14.75 10.8778C15.1642 10.8778 15.5 10.542 15.5 10.1278C15.5 9.2746 15.0268 8.56549 14.388 8.09711C13.9299 7.7612 13.3653 7.52886 12.75 7.42416V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-send-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.8574 7.8112C20.074 7.22693 19.1316 6.96841 17.9694 6.84443C17.5219 6.79668 17.0272 6.76771 16.4798 6.75012H15.1C14.8172 6.75012 14.6757 6.75012 14.5879 6.83799C14.5 6.92586 14.5 7.06728 14.5 7.35012V7.72462C14.5 9.10761 13.3807 10.2287 12 10.2287C10.6193 10.2287 9.5 9.10761 9.5 7.72462V7.35012C9.5 7.06728 9.5 6.92586 9.41213 6.83799C9.32427 6.75012 9.18284 6.75012 8.9 6.75012H7.52022C6.97284 6.76771 6.4781 6.79668 6.03058 6.84443C4.86842 6.96841 3.926 7.22693 3.14263 7.8112C2.90811 7.98612 2.69068 8.1793 2.49298 8.38872C1.82681 9.0944 1.52932 9.94973 1.38763 10.9991C1.24998 12.0185 1.24999 13.3086 1.25 14.9367V15.0364C1.24999 16.6645 1.24998 17.9546 1.38763 18.974C1.52932 20.0234 1.82681 20.8787 2.49298 21.5844C2.69068 21.7938 2.90811 21.987 3.14263 22.1619C3.926 22.7462 4.86842 23.0047 6.03058 23.1287C7.16915 23.2501 8.61341 23.2501 10.4524 23.2501H10.4525H13.5475H13.5476C15.3866 23.2501 16.8308 23.2501 17.9694 23.1287C19.1316 23.0047 20.074 22.7462 20.8574 22.1619C21.0919 21.987 21.3093 21.7938 21.507 21.5844C22.1732 20.8787 22.4707 20.0234 22.6124 18.974C22.75 17.9546 22.75 16.6645 22.75 15.0364V14.9367C22.75 13.3086 22.75 12.0185 22.6124 10.9991C22.4707 9.94973 22.1732 9.0944 21.507 8.38872C21.3093 8.1793 21.0919 7.98612 20.8574 7.8112ZM12.0002 18.4942C13.6571 18.4942 15.0002 17.1489 15.0002 15.4893C15.0002 13.8297 13.6571 12.4844 12.0002 12.4844C10.3434 12.4844 9.00025 13.8297 9.00025 15.4893C9.00025 17.1489 10.3434 18.4942 12.0002 18.4942ZM19.5078 15.486C19.5078 14.9328 19.0601 14.4844 18.5078 14.4844H18.4988C17.9465 14.4844 17.4988 14.9328 17.4988 15.486C17.4988 16.0392 17.9465 16.4877 18.4988 16.4877H18.5078C19.0601 16.4877 19.5078 16.0392 19.5078 15.486ZM5.5 14.4844C6.05228 14.4844 6.5 14.9328 6.5 15.486C6.5 16.0392 6.05228 16.4877 5.5 16.4877H5.49102C4.93873 16.4877 4.49102 16.0392 4.49102 15.486C4.49102 14.9328 4.93873 14.4844 5.49102 14.4844H5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 7.75C13.0059 8.30228 12.5581 8.75 12.0059 8.75C11.4536 8.75 11.0059 8.30228 11.0059 7.75L11.0059 5.24996L10.4116 5.24998C10.236 5.25011 10.0203 5.25026 9.84387 5.22819L9.84053 5.22777C9.71408 5.212 9.13804 5.14017 8.86368 4.57457C8.58872 4.00775 8.89065 3.50761 8.95597 3.3994L8.95841 3.39537C9.05062 3.24235 9.18477 3.07147 9.29511 2.93092L9.31885 2.90067C9.61348 2.52485 9.99545 2.04063 10.3759 1.64962C10.5657 1.45451 10.783 1.25328 11.0139 1.09443C11.2191 0.953226 11.5693 0.749962 12 0.749962C12.4307 0.749962 12.7809 0.953226 12.9861 1.09443C13.217 1.25328 13.4343 1.45451 13.6241 1.64962C14.0046 2.04063 14.3865 2.52485 14.6812 2.90067L14.7049 2.93091C14.8152 3.07147 14.9494 3.24235 15.0416 3.39537L15.044 3.39941C15.1093 3.50761 15.4113 4.00775 15.1363 4.57457C14.862 5.14017 14.2859 5.21201 14.1595 5.22777L14.1561 5.22819C13.9797 5.25026 13.764 5.25011 13.5884 5.24998L13.0059 5.24996L13.0059 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.8574 7.8112C20.074 7.22693 19.1316 6.96841 17.9694 6.84443C17.5219 6.79668 17.0272 6.76771 16.4798 6.75012H15.1C14.8172 6.75012 14.6757 6.75012 14.5879 6.83799C14.5 6.92586 14.5 7.06728 14.5 7.35012V7.72462C14.5 9.10761 13.3807 10.2287 12 10.2287C10.6193 10.2287 9.5 9.10761 9.5 7.72462V7.35012C9.5 7.06728 9.5 6.92586 9.41213 6.83799C9.32427 6.75012 9.18284 6.75012 8.9 6.75012H7.52022C6.97284 6.76771 6.4781 6.79668 6.03058 6.84443C4.86842 6.96841 3.926 7.22693 3.14263 7.8112C2.90811 7.98612 2.69068 8.1793 2.49298 8.38872C1.82681 9.0944 1.52932 9.94973 1.38763 10.9991C1.24998 12.0185 1.24999 13.3086 1.25 14.9367V15.0364C1.24999 16.6645 1.24998 17.9546 1.38763 18.974C1.52932 20.0234 1.82681 20.8787 2.49298 21.5844C2.69068 21.7938 2.90811 21.987 3.14263 22.1619C3.926 22.7462 4.86842 23.0047 6.03058 23.1287C7.16915 23.2501 8.61341 23.2501 10.4524 23.2501H10.4525H13.5475H13.5476C15.3866 23.2501 16.8308 23.2501 17.9694 23.1287C19.1316 23.0047 20.074 22.7462 20.8574 22.1619C21.0919 21.987 21.3093 21.7938 21.507 21.5844C22.1732 20.8787 22.4707 20.0234 22.6124 18.974C22.75 17.9546 22.75 16.6645 22.75 15.0364V14.9367C22.75 13.3086 22.75 12.0185 22.6124 10.9991C22.4707 9.94973 22.1732 9.0944 21.507 8.38872C21.3093 8.1793 21.0919 7.98612 20.8574 7.8112ZM12.0002 18.4942C13.6571 18.4942 15.0002 17.1489 15.0002 15.4893C15.0002 13.8297 13.6571 12.4844 12.0002 12.4844C10.3434 12.4844 9.00025 13.8297 9.00025 15.4893C9.00025 17.1489 10.3434 18.4942 12.0002 18.4942ZM19.5078 15.486C19.5078 14.9328 19.0601 14.4844 18.5078 14.4844H18.4988C17.9465 14.4844 17.4988 14.9328 17.4988 15.486C17.4988 16.0392 17.9465 16.4877 18.4988 16.4877H18.5078C19.0601 16.4877 19.5078 16.0392 19.5078 15.486ZM5.5 14.4844C6.05228 14.4844 6.5 14.9328 6.5 15.486C6.5 16.0392 6.05228 16.4877 5.5 16.4877H5.49102C4.93873 16.4877 4.49102 16.0392 4.49102 15.486C4.49102 14.9328 4.93873 14.4844 5.49102 14.4844H5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 7.75C13.0059 8.30228 12.5581 8.75 12.0059 8.75C11.4536 8.75 11.0059 8.30228 11.0059 7.75L11.0059 5.24996L10.4116 5.24998C10.236 5.25011 10.0203 5.25026 9.84387 5.22819L9.84053 5.22777C9.71408 5.212 9.13804 5.14017 8.86368 4.57457C8.58872 4.00775 8.89065 3.50761 8.95597 3.3994L8.95841 3.39537C9.05062 3.24235 9.18477 3.07147 9.29511 2.93092L9.31885 2.90067C9.61348 2.52485 9.99545 2.04063 10.3759 1.64962C10.5657 1.45451 10.783 1.25328 11.0139 1.09443C11.2191 0.953226 11.5693 0.749962 12 0.749962C12.4307 0.749962 12.7809 0.953226 12.9861 1.09443C13.217 1.25328 13.4343 1.45451 13.6241 1.64962C14.0046 2.04063 14.3865 2.52485 14.6812 2.90067L14.7049 2.93091C14.8152 3.07147 14.9494 3.24235 15.0416 3.39537L15.044 3.39941C15.1093 3.50761 15.4113 4.00775 15.1363 4.57457C14.862 5.14017 14.2859 5.21201 14.1595 5.22777L14.1561 5.22819C13.9797 5.25026 13.764 5.25011 13.5884 5.24998L13.0059 5.24996L13.0059 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-send-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.50566 8.125C9.50566 9.50571 10.6249 10.625 12.0057 10.625C13.3864 10.625 14.5057 9.50571 14.5057 8.125V7.5722C14.5057 7.34388 14.5057 7.22972 14.5601 7.15214C14.6146 7.07457 14.7403 7.02912 14.9919 6.93823C15.4716 6.76489 16.1019 6.39555 16.4857 5.60424C16.5099 5.55448 16.5219 5.5296 16.5315 5.51467C16.5825 5.43507 16.6516 5.3912 16.7454 5.37899C16.763 5.37671 16.784 5.37647 16.8259 5.37599C16.8838 5.37533 16.9419 5.375 17 5.375C18.1198 5.375 19.1905 5.49757 20.1674 5.72133C21.0845 5.93137 21.7825 6.33717 22.2218 7.01245C22.6428 7.65953 22.75 8.44212 22.75 9.23897V19.011C22.75 20.5782 21.159 21.4873 19.8326 21.1835C18.9701 20.9859 18.012 20.875 17 20.875C15.1744 20.875 13.5352 21.2357 12.3174 21.8045C10.8702 22.4805 9.00849 22.875 7 22.875C5.88016 22.875 4.80949 22.7524 3.83255 22.5287C2.95689 22.3281 2.26524 21.9361 1.81644 21.2738C1.38242 20.6332 1.25 19.8466 1.25 19.011V9.23897C1.25 7.67178 2.841 6.76272 4.16745 7.06653C5.02989 7.26407 5.988 7.375 7 7.375C7.61957 7.375 8.21766 7.33345 8.7851 7.25633C9.12858 7.20964 9.30032 7.1863 9.40299 7.27595C9.50566 7.36561 9.50566 7.53272 9.50566 7.86694V7.86695V8.125ZM12 17.125C13.6569 17.125 15 15.7819 15 14.125C15 12.4681 13.6569 11.125 12 11.125C10.3431 11.125 9 12.4681 9 14.125C9 15.7819 10.3431 17.125 12 17.125ZM5.5 14.125C6.05228 14.125 6.5 14.5727 6.5 15.125V15.134C6.5 15.6863 6.05228 16.134 5.5 16.134C4.94772 16.134 4.5 15.6863 4.5 15.134V15.125C4.5 14.5727 4.94772 14.125 5.5 14.125ZM18.5 12.1172C19.0523 12.1172 19.5 12.5649 19.5 13.1172V13.1262C19.5 13.6785 19.0523 14.1262 18.5 14.1262C17.9477 14.1262 17.5 13.6785 17.5 13.1262V13.1172C17.5 12.5649 17.9477 12.1172 18.5 12.1172Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 8.125C13.0059 8.67728 12.5581 9.125 12.0059 9.125C11.4536 9.125 11.0059 8.67728 11.0059 8.125L11.0059 5.62496L10.4116 5.62498C10.236 5.62511 10.0203 5.62526 9.84387 5.60319L9.84053 5.60277C9.71408 5.587 9.13804 5.51517 8.86368 4.94957C8.58872 4.38275 8.89065 3.88261 8.95597 3.7744L8.95841 3.77037C9.05062 3.61735 9.18477 3.44647 9.29511 3.30592L9.31885 3.27567C9.61348 2.89985 9.99545 2.41563 10.3759 2.02462C10.5657 1.82951 10.783 1.62828 11.0139 1.46943C11.2191 1.32823 11.5693 1.12496 12 1.12496C12.4307 1.12496 12.7809 1.32823 12.9861 1.46943C13.217 1.62828 13.4343 1.82951 13.6241 2.02462C14.0046 2.41563 14.3865 2.89985 14.6812 3.27567L14.7049 3.30591C14.8152 3.44647 14.9494 3.61735 15.0416 3.77037L15.044 3.77441C15.1093 3.88261 15.4113 4.38275 15.1363 4.94957C14.862 5.51517 14.2859 5.58701 14.1595 5.60277L14.1561 5.60319C13.9797 5.62526 13.764 5.62511 13.5884 5.62498L13.0059 5.62496L13.0059 8.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.50566 8.125C9.50566 9.50571 10.6249 10.625 12.0057 10.625C13.3864 10.625 14.5057 9.50571 14.5057 8.125V7.5722C14.5057 7.34388 14.5057 7.22972 14.5601 7.15214C14.6146 7.07457 14.7403 7.02912 14.9919 6.93823C15.4716 6.76489 16.1019 6.39555 16.4857 5.60424C16.5099 5.55448 16.5219 5.5296 16.5315 5.51467C16.5825 5.43507 16.6516 5.3912 16.7454 5.37899C16.763 5.37671 16.784 5.37647 16.8259 5.37599C16.8838 5.37533 16.9419 5.375 17 5.375C18.1198 5.375 19.1905 5.49757 20.1674 5.72133C21.0845 5.93137 21.7825 6.33717 22.2218 7.01245C22.6428 7.65953 22.75 8.44212 22.75 9.23897V19.011C22.75 20.5782 21.159 21.4873 19.8326 21.1835C18.9701 20.9859 18.012 20.875 17 20.875C15.1744 20.875 13.5352 21.2357 12.3174 21.8045C10.8702 22.4805 9.00849 22.875 7 22.875C5.88016 22.875 4.80949 22.7524 3.83255 22.5287C2.95689 22.3281 2.26524 21.9361 1.81644 21.2738C1.38242 20.6332 1.25 19.8466 1.25 19.011V9.23897C1.25 7.67178 2.841 6.76272 4.16745 7.06653C5.02989 7.26407 5.988 7.375 7 7.375C7.61957 7.375 8.21766 7.33345 8.7851 7.25633C9.12858 7.20964 9.30032 7.1863 9.40299 7.27595C9.50566 7.36561 9.50566 7.53272 9.50566 7.86694V7.86695V8.125ZM12 17.125C13.6569 17.125 15 15.7819 15 14.125C15 12.4681 13.6569 11.125 12 11.125C10.3431 11.125 9 12.4681 9 14.125C9 15.7819 10.3431 17.125 12 17.125ZM5.5 14.125C6.05228 14.125 6.5 14.5727 6.5 15.125V15.134C6.5 15.6863 6.05228 16.134 5.5 16.134C4.94772 16.134 4.5 15.6863 4.5 15.134V15.125C4.5 14.5727 4.94772 14.125 5.5 14.125ZM18.5 12.1172C19.0523 12.1172 19.5 12.5649 19.5 13.1172V13.1262C19.5 13.6785 19.0523 14.1262 18.5 14.1262C17.9477 14.1262 17.5 13.6785 17.5 13.1262V13.1172C17.5 12.5649 17.9477 12.1172 18.5 12.1172Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 8.125C13.0059 8.67728 12.5581 9.125 12.0059 9.125C11.4536 9.125 11.0059 8.67728 11.0059 8.125L11.0059 5.62496L10.4116 5.62498C10.236 5.62511 10.0203 5.62526 9.84387 5.60319L9.84053 5.60277C9.71408 5.587 9.13804 5.51517 8.86368 4.94957C8.58872 4.38275 8.89065 3.88261 8.95597 3.7744L8.95841 3.77037C9.05062 3.61735 9.18477 3.44647 9.29511 3.30592L9.31885 3.27567C9.61348 2.89985 9.99545 2.41563 10.3759 2.02462C10.5657 1.82951 10.783 1.62828 11.0139 1.46943C11.2191 1.32823 11.5693 1.12496 12 1.12496C12.4307 1.12496 12.7809 1.32823 12.9861 1.46943C13.217 1.62828 13.4343 1.82951 13.6241 2.02462C14.0046 2.41563 14.3865 2.89985 14.6812 3.27567L14.7049 3.30591C14.8152 3.44647 14.9494 3.61735 15.0416 3.77037L15.044 3.77441C15.1093 3.88261 15.4113 4.38275 15.1363 4.94957C14.862 5.51517 14.2859 5.58701 14.1595 5.60277L14.1561 5.60319C13.9797 5.62526 13.764 5.62511 13.5884 5.62498L13.0059 5.62496L13.0059 8.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-send-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.5C12.5523 6.5 13 6.94772 13 7.5V7.77827C13.8024 8.03113 14.4829 8.58617 14.8085 9.36363C15.0219 9.87302 14.782 10.459 14.2726 10.6723C13.7632 10.8857 13.1772 10.6458 12.9639 10.1364C12.8699 9.91204 12.5363 9.625 12 9.625C11.2818 9.625 11 10.0853 11 10.3125C11 10.5397 11.2818 11 12 11C13.4909 11 15 12.0507 15 13.6875C15 14.9528 14.0981 15.8679 13 16.2181V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V16.2217C10.1976 15.9689 9.51714 15.4138 9.19146 14.6364C8.97807 14.127 9.21804 13.541 9.72743 13.3277C10.2368 13.1143 10.8228 13.3542 11.0361 13.8636C11.1301 14.088 11.4637 14.375 12 14.375C12.7182 14.375 13 13.9147 13 13.6875C13 13.4603 12.7182 13 12 13C10.5091 13 9 11.9493 9 10.3125C9 9.04719 9.90187 8.1321 11 7.78192V7.5C11 6.94772 11.4477 6.5 12 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 16.8576 7.1424 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 11.3963 20.7348 10.8078 20.6195 10.2399C20.5121 9.71092 20.8539 9.19509 21.3828 9.08771C21.9118 8.98034 22.4276 9.3221 22.535 9.85104C22.6761 10.5462 22.75 11.265 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C12.735 1.25 13.4538 1.32391 14.149 1.46502C14.6779 1.57239 15.0197 2.08823 14.9123 2.61717C14.8049 3.14612 14.2891 3.48787 13.7601 3.3805C13.1922 3.26522 12.6037 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9439 7.45903C17.556 7.84699 16.927 7.84699 16.539 7.45903C16.1511 7.07108 16.1511 6.44207 16.539 6.05412L18.3394 4.25369L18.2256 4.13989C18.0215 3.93596 17.8056 3.72019 17.6557 3.52945C17.5463 3.39039 17.1454 2.87739 17.3624 2.23881C17.5795 1.59971 18.203 1.4608 18.3717 1.42363C18.604 1.37246 18.903 1.34461 19.1859 1.31826L19.2345 1.31374C19.68 1.27209 20.1977 1.2353 20.6595 1.25589C20.89 1.26617 21.1428 1.29199 21.3837 1.35356C21.607 1.41064 21.9341 1.52632 22.2029 1.79508C22.4717 2.06383 22.5873 2.39098 22.6444 2.61429C22.706 2.85518 22.7318 3.10795 22.7421 3.33853C22.7627 3.80026 22.7259 4.318 22.6842 4.76352L22.6797 4.81209C22.6534 5.09498 22.6255 5.394 22.5743 5.62632C22.5372 5.79504 22.3983 6.41855 21.7592 6.63566C21.1206 6.8526 20.6076 6.45166 20.4685 6.34233C20.2778 6.19239 20.062 5.97648 19.8581 5.77241L19.7443 5.65861L17.9439 7.45903Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.5C12.5523 6.5 13 6.94772 13 7.5V7.77827C13.8024 8.03113 14.4829 8.58617 14.8085 9.36363C15.0219 9.87302 14.782 10.459 14.2726 10.6723C13.7632 10.8857 13.1772 10.6458 12.9639 10.1364C12.8699 9.91204 12.5363 9.625 12 9.625C11.2818 9.625 11 10.0853 11 10.3125C11 10.5397 11.2818 11 12 11C13.4909 11 15 12.0507 15 13.6875C15 14.9528 14.0981 15.8679 13 16.2181V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V16.2217C10.1976 15.9689 9.51714 15.4138 9.19146 14.6364C8.97807 14.127 9.21804 13.541 9.72743 13.3277C10.2368 13.1143 10.8228 13.3542 11.0361 13.8636C11.1301 14.088 11.4637 14.375 12 14.375C12.7182 14.375 13 13.9147 13 13.6875C13 13.4603 12.7182 13 12 13C10.5091 13 9 11.9493 9 10.3125C9 9.04719 9.90187 8.1321 11 7.78192V7.5C11 6.94772 11.4477 6.5 12 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 16.8576 7.1424 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 11.3963 20.7348 10.8078 20.6195 10.2399C20.5121 9.71092 20.8539 9.19509 21.3828 9.08771C21.9118 8.98034 22.4276 9.3221 22.535 9.85104C22.6761 10.5462 22.75 11.265 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C12.735 1.25 13.4538 1.32391 14.149 1.46502C14.6779 1.57239 15.0197 2.08823 14.9123 2.61717C14.8049 3.14612 14.2891 3.48787 13.7601 3.3805C13.1922 3.26522 12.6037 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9439 7.45903C17.556 7.84699 16.927 7.84699 16.539 7.45903C16.1511 7.07108 16.1511 6.44207 16.539 6.05412L18.3394 4.25369L18.2256 4.13989C18.0215 3.93596 17.8056 3.72019 17.6557 3.52945C17.5463 3.39039 17.1454 2.87739 17.3624 2.23881C17.5795 1.59971 18.203 1.4608 18.3717 1.42363C18.604 1.37246 18.903 1.34461 19.1859 1.31826L19.2345 1.31374C19.68 1.27209 20.1977 1.2353 20.6595 1.25589C20.89 1.26617 21.1428 1.29199 21.3837 1.35356C21.607 1.41064 21.9341 1.52632 22.2029 1.79508C22.4717 2.06383 22.5873 2.39098 22.6444 2.61429C22.706 2.85518 22.7318 3.10795 22.7421 3.33853C22.7627 3.80026 22.7259 4.318 22.6842 4.76352L22.6797 4.81209C22.6534 5.09498 22.6255 5.394 22.5743 5.62632C22.5372 5.79504 22.3983 6.41855 21.7592 6.63566C21.1206 6.8526 20.6076 6.45166 20.4685 6.34233C20.2778 6.19239 20.062 5.97648 19.8581 5.77241L19.7443 5.65861L17.9439 7.45903Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-send-flow-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.875C11.4477 22.875 11 22.4273 11 21.875L11 17.875C11 17.3227 11.4477 16.875 12 16.875C12.5523 16.875 13 17.3227 13 17.875L13 21.875C13 22.4273 12.5523 22.875 12 22.875ZM16 20.875C15.4477 20.875 15 20.4273 15 19.875L15 17.875C15 17.3227 15.4477 16.875 16 16.875C16.5523 16.875 17 17.3227 17 17.875L17 19.875C17 20.4273 16.5523 20.875 16 20.875ZM8 20.875C7.44771 20.875 7 20.4273 7 19.875L7 17.875C7 17.3227 7.44772 16.875 8 16.875C8.55228 16.875 9 17.3227 9 17.875L9 19.875C9 20.4273 8.55228 20.875 8 20.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 17.8744C18.5 17.8732 18.5 17.8768 18.5 17.8754C18.5 16.4947 17.3807 15.3754 16 15.3754C15.4692 15.3754 14.977 15.5408 14.5723 15.8229C14.2536 16.045 14.0942 16.156 14 16.156C13.9058 16.156 13.7464 16.045 13.4277 15.8229C13.023 15.5408 12.5308 15.3754 12 15.3754C11.4692 15.3754 10.977 15.5408 10.5723 15.8229C10.2536 16.045 10.0942 16.156 10 16.156C9.90577 16.156 9.74643 16.045 9.42774 15.8229C9.02296 15.5408 8.5308 15.3754 8 15.3754C6.61929 15.3754 5.5 16.4947 5.5 17.8754C5.5 17.8768 5.5 17.8732 5.49999 17.8744C5.49861 18.054 5.32892 18.1971 5.15162 18.1681C5.15081 18.168 5.15706 18.1691 5.15883 18.1694L5.15809 18.1692C4.14915 17.9964 3.31717 17.6659 2.64547 17.0048C1.89501 16.2662 1.56146 15.3283 1.40335 14.1709C1.24997 13.048 1.24998 11.614 1.25 9.80656L1.25 9.69223C1.24998 7.88479 1.24997 6.45075 1.40335 5.32791C1.56146 4.17045 1.89501 3.23261 2.64547 2.49397C3.39427 1.75696 4.34225 1.43086 5.51253 1.27599C6.65096 1.12534 8.10592 1.12536 9.94433 1.12537L14.0557 1.12537C15.8941 1.12536 17.349 1.12534 18.4875 1.27599C19.6578 1.43086 20.6057 1.75696 21.3545 2.49397C22.105 3.23261 22.4385 4.17045 22.5967 5.32792C22.75 6.45075 22.75 7.88481 22.75 9.69224L22.75 9.69226L22.75 9.80654L22.75 9.80656C22.75 11.614 22.75 13.048 22.5967 14.1709C22.4385 15.3283 22.105 16.2662 21.3545 17.0048C20.6828 17.6659 19.8508 17.9964 18.8419 18.1692C18.8404 18.1695 18.8405 18.1695 18.8412 18.1694C18.843 18.1691 18.8492 18.168 18.8484 18.1681C18.6711 18.1971 18.5014 18.054 18.5 17.8744ZM5.5 10.75C4.94772 10.75 4.5 10.3023 4.5 9.75C4.5 9.19772 4.94772 8.75 5.5 8.75L5.50898 8.75C6.06127 8.75 6.50898 9.19772 6.50898 9.75C6.50898 10.3023 6.06127 10.75 5.50898 10.75L5.5 10.75ZM17.4902 9.75C17.4902 10.3023 17.9379 10.75 18.4902 10.75L18.4992 10.75C19.0515 10.75 19.4992 10.3023 19.4992 9.75C19.4992 9.19772 19.0515 8.75 18.4992 8.75L18.4902 8.75C17.938 8.75 17.4902 9.19772 17.4902 9.75ZM12 13C13.7949 13 15.25 11.5449 15.25 9.75C15.25 7.95507 13.7949 6.5 12 6.5C10.2051 6.5 8.75 7.95507 8.75 9.75C8.75 11.5449 10.2051 13 12 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.875C11.4477 22.875 11 22.4273 11 21.875L11 17.875C11 17.3227 11.4477 16.875 12 16.875C12.5523 16.875 13 17.3227 13 17.875L13 21.875C13 22.4273 12.5523 22.875 12 22.875ZM16 20.875C15.4477 20.875 15 20.4273 15 19.875L15 17.875C15 17.3227 15.4477 16.875 16 16.875C16.5523 16.875 17 17.3227 17 17.875L17 19.875C17 20.4273 16.5523 20.875 16 20.875ZM8 20.875C7.44771 20.875 7 20.4273 7 19.875L7 17.875C7 17.3227 7.44772 16.875 8 16.875C8.55228 16.875 9 17.3227 9 17.875L9 19.875C9 20.4273 8.55228 20.875 8 20.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 17.8744C18.5 17.8732 18.5 17.8768 18.5 17.8754C18.5 16.4947 17.3807 15.3754 16 15.3754C15.4692 15.3754 14.977 15.5408 14.5723 15.8229C14.2536 16.045 14.0942 16.156 14 16.156C13.9058 16.156 13.7464 16.045 13.4277 15.8229C13.023 15.5408 12.5308 15.3754 12 15.3754C11.4692 15.3754 10.977 15.5408 10.5723 15.8229C10.2536 16.045 10.0942 16.156 10 16.156C9.90577 16.156 9.74643 16.045 9.42774 15.8229C9.02296 15.5408 8.5308 15.3754 8 15.3754C6.61929 15.3754 5.5 16.4947 5.5 17.8754C5.5 17.8768 5.5 17.8732 5.49999 17.8744C5.49861 18.054 5.32892 18.1971 5.15162 18.1681C5.15081 18.168 5.15706 18.1691 5.15883 18.1694L5.15809 18.1692C4.14915 17.9964 3.31717 17.6659 2.64547 17.0048C1.89501 16.2662 1.56146 15.3283 1.40335 14.1709C1.24997 13.048 1.24998 11.614 1.25 9.80656L1.25 9.69223C1.24998 7.88479 1.24997 6.45075 1.40335 5.32791C1.56146 4.17045 1.89501 3.23261 2.64547 2.49397C3.39427 1.75696 4.34225 1.43086 5.51253 1.27599C6.65096 1.12534 8.10592 1.12536 9.94433 1.12537L14.0557 1.12537C15.8941 1.12536 17.349 1.12534 18.4875 1.27599C19.6578 1.43086 20.6057 1.75696 21.3545 2.49397C22.105 3.23261 22.4385 4.17045 22.5967 5.32792C22.75 6.45075 22.75 7.88481 22.75 9.69224L22.75 9.69226L22.75 9.80654L22.75 9.80656C22.75 11.614 22.75 13.048 22.5967 14.1709C22.4385 15.3283 22.105 16.2662 21.3545 17.0048C20.6828 17.6659 19.8508 17.9964 18.8419 18.1692C18.8404 18.1695 18.8405 18.1695 18.8412 18.1694C18.843 18.1691 18.8492 18.168 18.8484 18.1681C18.6711 18.1971 18.5014 18.054 18.5 17.8744ZM5.5 10.75C4.94772 10.75 4.5 10.3023 4.5 9.75C4.5 9.19772 4.94772 8.75 5.5 8.75L5.50898 8.75C6.06127 8.75 6.50898 9.19772 6.50898 9.75C6.50898 10.3023 6.06127 10.75 5.50898 10.75L5.5 10.75ZM17.4902 9.75C17.4902 10.3023 17.9379 10.75 18.4902 10.75L18.4992 10.75C19.0515 10.75 19.4992 10.3023 19.4992 9.75C19.4992 9.19772 19.0515 8.75 18.4992 8.75L18.4902 8.75C17.938 8.75 17.4902 9.19772 17.4902 9.75ZM12 13C13.7949 13 15.25 11.5449 15.25 9.75C15.25 7.95507 13.7949 6.5 12 6.5C10.2051 6.5 8.75 7.95507 8.75 9.75C8.75 11.5449 10.2051 13 12 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-send-flow-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.125C9.00849 1.125 10.8702 1.51954 12.3174 2.19546C13.5352 2.76427 15.1744 3.125 17 3.125C18.012 3.125 18.9701 3.01407 19.8326 2.81653C21.159 2.51272 22.75 3.42178 22.75 4.98897V15.761C22.75 16.5966 22.6176 17.3832 22.1836 18.0238C21.7348 18.6861 21.0431 19.0781 20.1674 19.2787C19.841 19.3534 19.5042 19.4169 19.1585 19.4683C18.8583 19.5129 18.7082 19.5352 18.6041 19.4454C18.5 19.3557 18.5 19.1993 18.5 18.8867V18.8749C18.5 17.4942 17.3807 16.3749 16 16.3749C15.6771 16.3749 15.3685 16.4361 15.0852 16.5475C14.6936 16.7016 14.4979 16.7786 14.4047 16.7553C14.3116 16.7321 14.1751 16.5722 13.9022 16.2526L13.9022 16.2526C13.4436 15.7154 12.7616 15.3749 12 15.3749C11.6771 15.3749 11.3685 15.4361 11.0852 15.5475C10.6936 15.7016 10.4979 15.7786 10.4047 15.7553C10.3115 15.7321 10.1751 15.5722 9.90218 15.2526C9.44364 14.7154 8.76159 14.3749 8 14.3749C6.61929 14.3749 5.5 15.4942 5.5 16.8749V17.1721C5.5 17.4245 5.5 17.5507 5.42794 17.6349C5.35588 17.7191 5.22682 17.7393 4.9687 17.7797C4.69375 17.8227 4.42629 17.8742 4.16745 17.9335C2.841 18.2373 1.25 17.3282 1.25 15.761V4.98897C1.25 4.19212 1.35722 3.40953 1.77818 2.76245C2.21749 2.08717 2.9155 1.68137 3.83255 1.47133C4.80949 1.24757 5.88016 1.125 7 1.125ZM9 10.375C9 12.0319 10.3431 13.375 12 13.375C13.6569 13.375 15 12.0319 15 10.375C15 8.71815 13.6569 7.375 12 7.375C10.3431 7.375 9 8.71815 9 10.375ZM17.5 11.375C17.5 10.8227 17.9477 10.375 18.5 10.375C19.0523 10.375 19.5 10.8227 19.5 11.375V11.384C19.5 11.9363 19.0523 12.384 18.5 12.384C17.9477 12.384 17.5 11.9363 17.5 11.384V11.375ZM5.5 8.36719C4.94772 8.36719 4.5 8.8149 4.5 9.36719V9.37617C4.5 9.92845 4.94772 10.3762 5.5 10.3762C6.05228 10.3762 6.5 9.92845 6.5 9.37617V9.36719C6.5 8.8149 6.05228 8.36719 5.5 8.36719Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 15.875C8.55228 15.875 9 16.3227 9 16.875V18.875C9 19.4273 8.55228 19.875 8 19.875C7.44772 19.875 7 19.4273 7 18.875L7 16.875C7 16.3227 7.44772 15.875 8 15.875ZM12 16.875C12.5523 16.875 13 17.3227 13 17.875V21.875C13 22.4273 12.5523 22.875 12 22.875C11.4477 22.875 11 22.4273 11 21.875V17.875C11 17.3227 11.4477 16.875 12 16.875ZM16 17.875C16.5523 17.875 17 18.3227 17 18.875V20.875C17 21.4273 16.5523 21.875 16 21.875C15.4477 21.875 15 21.4273 15 20.875V18.875C15 18.3227 15.4477 17.875 16 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.125C9.00849 1.125 10.8702 1.51954 12.3174 2.19546C13.5352 2.76427 15.1744 3.125 17 3.125C18.012 3.125 18.9701 3.01407 19.8326 2.81653C21.159 2.51272 22.75 3.42178 22.75 4.98897V15.761C22.75 16.5966 22.6176 17.3832 22.1836 18.0238C21.7348 18.6861 21.0431 19.0781 20.1674 19.2787C19.841 19.3534 19.5042 19.4169 19.1585 19.4683C18.8583 19.5129 18.7082 19.5352 18.6041 19.4454C18.5 19.3557 18.5 19.1993 18.5 18.8867V18.8749C18.5 17.4942 17.3807 16.3749 16 16.3749C15.6771 16.3749 15.3685 16.4361 15.0852 16.5475C14.6936 16.7016 14.4979 16.7786 14.4047 16.7553C14.3116 16.7321 14.1751 16.5722 13.9022 16.2526L13.9022 16.2526C13.4436 15.7154 12.7616 15.3749 12 15.3749C11.6771 15.3749 11.3685 15.4361 11.0852 15.5475C10.6936 15.7016 10.4979 15.7786 10.4047 15.7553C10.3115 15.7321 10.1751 15.5722 9.90218 15.2526C9.44364 14.7154 8.76159 14.3749 8 14.3749C6.61929 14.3749 5.5 15.4942 5.5 16.8749V17.1721C5.5 17.4245 5.5 17.5507 5.42794 17.6349C5.35588 17.7191 5.22682 17.7393 4.9687 17.7797C4.69375 17.8227 4.42629 17.8742 4.16745 17.9335C2.841 18.2373 1.25 17.3282 1.25 15.761V4.98897C1.25 4.19212 1.35722 3.40953 1.77818 2.76245C2.21749 2.08717 2.9155 1.68137 3.83255 1.47133C4.80949 1.24757 5.88016 1.125 7 1.125ZM9 10.375C9 12.0319 10.3431 13.375 12 13.375C13.6569 13.375 15 12.0319 15 10.375C15 8.71815 13.6569 7.375 12 7.375C10.3431 7.375 9 8.71815 9 10.375ZM17.5 11.375C17.5 10.8227 17.9477 10.375 18.5 10.375C19.0523 10.375 19.5 10.8227 19.5 11.375V11.384C19.5 11.9363 19.0523 12.384 18.5 12.384C17.9477 12.384 17.5 11.9363 17.5 11.384V11.375ZM5.5 8.36719C4.94772 8.36719 4.5 8.8149 4.5 9.36719V9.37617C4.5 9.92845 4.94772 10.3762 5.5 10.3762C6.05228 10.3762 6.5 9.92845 6.5 9.37617V9.36719C6.5 8.8149 6.05228 8.36719 5.5 8.36719Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 15.875C8.55228 15.875 9 16.3227 9 16.875V18.875C9 19.4273 8.55228 19.875 8 19.875C7.44772 19.875 7 19.4273 7 18.875L7 16.875C7 16.3227 7.44772 15.875 8 15.875ZM12 16.875C12.5523 16.875 13 17.3227 13 17.875V21.875C13 22.4273 12.5523 22.875 12 22.875C11.4477 22.875 11 22.4273 11 21.875V17.875C11 17.3227 11.4477 16.875 12 16.875ZM16 17.875C16.5523 17.875 17 18.3227 17 18.875V20.875C17 21.4273 16.5523 21.875 16 21.875C15.4477 21.875 15 21.4273 15 20.875V18.875C15 18.3227 15.4477 17.875 16 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-money-send-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.70239C9.78654 3.70239 8.22466 3.70446 7.04213 3.86345C5.88768 4.01866 5.24203 4.30713 4.77458 4.77458C4.30713 5.24203 4.01865 5.88769 3.86344 7.04213C3.70445 8.22466 3.70238 9.78655 3.70238 12C3.70238 14.2135 3.70445 15.7753 3.86344 16.9579C4.01865 18.1123 4.30713 18.758 4.77458 19.2254C5.24203 19.6929 5.88768 19.9813 7.04213 20.1366C8.22466 20.2955 9.78654 20.2976 12 20.2976C14.2135 20.2976 15.7753 20.2955 16.9579 20.1366C18.1123 19.9813 18.758 19.6929 19.2254 19.2254C19.6929 18.758 19.9813 18.1123 20.1366 16.9579C20.2955 15.7753 20.2976 14.2135 20.2976 12V10.5364C20.2976 9.99731 20.7347 9.55952 21.2738 9.55952C21.8129 9.55952 22.25 9.99658 22.25 10.5357V12.0727C22.25 14.1968 22.25 15.8903 22.0715 17.218C21.8872 18.589 21.4966 19.7153 20.606 20.606C19.7153 21.4966 18.589 21.8872 17.218 22.0715C15.8903 22.25 14.1968 22.25 12.0726 22.25H11.9273C9.80317 22.25 8.10974 22.25 6.78198 22.0715C5.41104 21.8872 4.2847 21.4966 3.39404 20.606C2.50337 19.7153 2.11279 18.589 1.92847 17.218C1.74996 15.8903 1.74998 14.1968 1.75 12.0727V11.9273C1.74998 9.80316 1.74996 8.10973 1.92847 6.78198C2.11279 5.41104 2.50337 4.28471 3.39404 3.39404C4.2847 2.50338 5.41104 2.11279 6.78198 1.92847C8.10973 1.74996 9.80315 1.74998 11.9273 1.75L13.4637 1.75C14.0028 1.75 14.4405 2.18705 14.4405 2.72618C14.4405 3.26532 14.0034 3.70238 13.4643 3.70238L12 3.70239Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4459 7.95903C17.0579 8.34699 16.4289 8.34699 16.041 7.95903C15.653 7.57108 15.653 6.94207 16.041 6.55412L17.8414 4.75369L17.7276 4.63989C17.5235 4.43596 17.3076 4.22019 17.1576 4.02945C17.0483 3.89039 16.6474 3.37739 16.8643 2.73881C17.0814 2.09971 17.7049 1.9608 17.8736 1.92363C18.106 1.87246 18.405 1.84461 18.6879 1.81826L18.7364 1.81374C19.182 1.77209 19.6997 1.7353 20.1614 1.75589C20.392 1.76617 20.6448 1.79199 20.8856 1.85356C21.109 1.91064 21.4361 2.02632 21.7049 2.29508C21.9736 2.56383 22.0893 2.89098 22.1464 3.11429C22.2079 3.35518 22.2338 3.60795 22.244 3.83853C22.2646 4.30026 22.2278 4.818 22.1862 5.26352L22.1817 5.31209C22.1553 5.59498 22.1275 5.894 22.0763 6.12632C22.0391 6.29504 21.9002 6.91855 21.2611 7.13566C20.6225 7.3526 20.1096 6.95166 19.9705 6.84233C19.7798 6.69239 19.564 6.47648 19.3601 6.27241L19.2463 6.15861L17.4459 7.95903Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.5C12.5523 6.5 13 6.94772 13 7.5V7.77827C13.8024 8.03113 14.4829 8.58617 14.8085 9.36363C15.0219 9.87302 14.782 10.459 14.2726 10.6723C13.7632 10.8857 13.1772 10.6458 12.9639 10.1364C12.8699 9.91204 12.5363 9.625 12 9.625C11.2818 9.625 11 10.0853 11 10.3125C11 10.5397 11.2818 11 12 11C13.4909 11 15 12.0507 15 13.6875C15 14.9528 14.0981 15.8679 13 16.2181V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V16.2217C10.1976 15.9689 9.51714 15.4138 9.19146 14.6364C8.97807 14.127 9.21804 13.541 9.72743 13.3277C10.2368 13.1143 10.8228 13.3542 11.0361 13.8636C11.1301 14.088 11.4637 14.375 12 14.375C12.7182 14.375 13 13.9147 13 13.6875C13 13.4603 12.7182 13 12 13C10.5091 13 9 11.9493 9 10.3125C9 9.04719 9.90187 8.1321 11 7.78192V7.5C11 6.94772 11.4477 6.5 12 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.70239C9.78654 3.70239 8.22466 3.70446 7.04213 3.86345C5.88768 4.01866 5.24203 4.30713 4.77458 4.77458C4.30713 5.24203 4.01865 5.88769 3.86344 7.04213C3.70445 8.22466 3.70238 9.78655 3.70238 12C3.70238 14.2135 3.70445 15.7753 3.86344 16.9579C4.01865 18.1123 4.30713 18.758 4.77458 19.2254C5.24203 19.6929 5.88768 19.9813 7.04213 20.1366C8.22466 20.2955 9.78654 20.2976 12 20.2976C14.2135 20.2976 15.7753 20.2955 16.9579 20.1366C18.1123 19.9813 18.758 19.6929 19.2254 19.2254C19.6929 18.758 19.9813 18.1123 20.1366 16.9579C20.2955 15.7753 20.2976 14.2135 20.2976 12V10.5364C20.2976 9.99731 20.7347 9.55952 21.2738 9.55952C21.8129 9.55952 22.25 9.99658 22.25 10.5357V12.0727C22.25 14.1968 22.25 15.8903 22.0715 17.218C21.8872 18.589 21.4966 19.7153 20.606 20.606C19.7153 21.4966 18.589 21.8872 17.218 22.0715C15.8903 22.25 14.1968 22.25 12.0726 22.25H11.9273C9.80317 22.25 8.10974 22.25 6.78198 22.0715C5.41104 21.8872 4.2847 21.4966 3.39404 20.606C2.50337 19.7153 2.11279 18.589 1.92847 17.218C1.74996 15.8903 1.74998 14.1968 1.75 12.0727V11.9273C1.74998 9.80316 1.74996 8.10973 1.92847 6.78198C2.11279 5.41104 2.50337 4.28471 3.39404 3.39404C4.2847 2.50338 5.41104 2.11279 6.78198 1.92847C8.10973 1.74996 9.80315 1.74998 11.9273 1.75L13.4637 1.75C14.0028 1.75 14.4405 2.18705 14.4405 2.72618C14.4405 3.26532 14.0034 3.70238 13.4643 3.70238L12 3.70239Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4459 7.95903C17.0579 8.34699 16.4289 8.34699 16.041 7.95903C15.653 7.57108 15.653 6.94207 16.041 6.55412L17.8414 4.75369L17.7276 4.63989C17.5235 4.43596 17.3076 4.22019 17.1576 4.02945C17.0483 3.89039 16.6474 3.37739 16.8643 2.73881C17.0814 2.09971 17.7049 1.9608 17.8736 1.92363C18.106 1.87246 18.405 1.84461 18.6879 1.81826L18.7364 1.81374C19.182 1.77209 19.6997 1.7353 20.1614 1.75589C20.392 1.76617 20.6448 1.79199 20.8856 1.85356C21.109 1.91064 21.4361 2.02632 21.7049 2.29508C21.9736 2.56383 22.0893 2.89098 22.1464 3.11429C22.2079 3.35518 22.2338 3.60795 22.244 3.83853C22.2646 4.30026 22.2278 4.818 22.1862 5.26352L22.1817 5.31209C22.1553 5.59498 22.1275 5.894 22.0763 6.12632C22.0391 6.29504 21.9002 6.91855 21.2611 7.13566C20.6225 7.3526 20.1096 6.95166 19.9705 6.84233C19.7798 6.69239 19.564 6.47648 19.3601 6.27241L19.2463 6.15861L17.4459 7.95903Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.5C12.5523 6.5 13 6.94772 13 7.5V7.77827C13.8024 8.03113 14.4829 8.58617 14.8085 9.36363C15.0219 9.87302 14.782 10.459 14.2726 10.6723C13.7632 10.8857 13.1772 10.6458 12.9639 10.1364C12.8699 9.91204 12.5363 9.625 12 9.625C11.2818 9.625 11 10.0853 11 10.3125C11 10.5397 11.2818 11 12 11C13.4909 11 15 12.0507 15 13.6875C15 14.9528 14.0981 15.8679 13 16.2181V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V16.2217C10.1976 15.9689 9.51714 15.4138 9.19146 14.6364C8.97807 14.127 9.21804 13.541 9.72743 13.3277C10.2368 13.1143 10.8228 13.3542 11.0361 13.8636C11.1301 14.088 11.4637 14.375 12 14.375C12.7182 14.375 13 13.9147 13 13.6875C13 13.4603 12.7182 13 12 13C10.5091 13 9 11.9493 9 10.3125C9 9.04719 9.90187 8.1321 11 7.78192V7.5C11 6.94772 11.4477 6.5 12 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-name-tag{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.91157 7.9678C2.74998 9.24043 2.74999 10.8704 2.75 12.9459V12.9459C2.74999 15.0214 2.74998 16.7596 2.91157 18.0322C3.07678 19.3333 3.42236 20.3741 4.19954 21.1969C4.98243 22.0259 5.98228 22.4 7.23089 22.5778C8.44104 22.75 10.1068 22.75 12.0596 22.75C14.0125 22.75 15.559 22.75 16.7691 22.5778C18.0177 22.4 19.0176 22.0259 19.8005 21.1969C20.5776 20.3741 20.9232 19.3333 21.0884 18.0322C21.25 16.7596 21.25 15.0214 21.25 12.9459V12.9459V12.9459C21.25 10.8704 21.25 9.24043 21.0884 7.9678C20.9232 6.66674 20.5776 5.62594 19.8005 4.80305C19.0176 3.97411 18.0177 3.59998 16.7691 3.42224C15.559 3.24997 14.0125 3.24998 12.0597 3.25H12.0596H12.0596H12.0596C10.1067 3.24998 8.44103 3.24997 7.23089 3.42224C5.98228 3.59998 4.98243 3.97411 4.19954 4.80305C3.42236 5.62594 3.07678 6.66674 2.91157 7.9678ZM12.0001 6.75C10.4813 6.75 9.2501 7.98122 9.2501 9.5C9.2501 11.0188 10.4813 12.25 12.0001 12.25C13.5189 12.25 14.7501 11.0188 14.7501 9.5C14.7501 7.98122 13.5189 6.75 12.0001 6.75ZM16.2143 15.6697C15.8435 15.2614 15.1375 14.8137 14.8275 14.6177C13.1004 13.4608 10.8998 13.4608 9.17272 14.6177C8.86266 14.8137 8.15667 15.2614 7.78592 15.6697C7.55059 15.9288 7.30253 16.2967 7.25726 16.7626C7.20867 17.2627 7.40665 17.7221 7.76846 18.1099C8.31558 18.6963 9.04719 19.25 10.0405 19.25H13.9597C14.953 19.25 15.6846 18.6963 16.2317 18.1099C16.5935 17.7221 16.7915 17.2627 16.7429 16.7626C16.6977 16.2967 16.4496 15.9288 16.2143 15.6697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 1.25C8.55228 1.25 9 1.69772 9 2.25V4.25C9 4.80228 8.55228 5.25 8 5.25C7.44772 5.25 7 4.80228 7 4.25V2.25C7 1.69772 7.44772 1.25 8 1.25ZM16 1.25C16.5523 1.25 17 1.69772 17 2.25V4.25C17 4.80228 16.5523 5.25 16 5.25C15.4477 5.25 15 4.80228 15 4.25V2.25C15 1.69772 15.4477 1.25 16 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.91157 7.9678C2.74998 9.24043 2.74999 10.8704 2.75 12.9459V12.9459C2.74999 15.0214 2.74998 16.7596 2.91157 18.0322C3.07678 19.3333 3.42236 20.3741 4.19954 21.1969C4.98243 22.0259 5.98228 22.4 7.23089 22.5778C8.44104 22.75 10.1068 22.75 12.0596 22.75C14.0125 22.75 15.559 22.75 16.7691 22.5778C18.0177 22.4 19.0176 22.0259 19.8005 21.1969C20.5776 20.3741 20.9232 19.3333 21.0884 18.0322C21.25 16.7596 21.25 15.0214 21.25 12.9459V12.9459V12.9459C21.25 10.8704 21.25 9.24043 21.0884 7.9678C20.9232 6.66674 20.5776 5.62594 19.8005 4.80305C19.0176 3.97411 18.0177 3.59998 16.7691 3.42224C15.559 3.24997 14.0125 3.24998 12.0597 3.25H12.0596H12.0596H12.0596C10.1067 3.24998 8.44103 3.24997 7.23089 3.42224C5.98228 3.59998 4.98243 3.97411 4.19954 4.80305C3.42236 5.62594 3.07678 6.66674 2.91157 7.9678ZM12.0001 6.75C10.4813 6.75 9.2501 7.98122 9.2501 9.5C9.2501 11.0188 10.4813 12.25 12.0001 12.25C13.5189 12.25 14.7501 11.0188 14.7501 9.5C14.7501 7.98122 13.5189 6.75 12.0001 6.75ZM16.2143 15.6697C15.8435 15.2614 15.1375 14.8137 14.8275 14.6177C13.1004 13.4608 10.8998 13.4608 9.17272 14.6177C8.86266 14.8137 8.15667 15.2614 7.78592 15.6697C7.55059 15.9288 7.30253 16.2967 7.25726 16.7626C7.20867 17.2627 7.40665 17.7221 7.76846 18.1099C8.31558 18.6963 9.04719 19.25 10.0405 19.25H13.9597C14.953 19.25 15.6846 18.6963 16.2317 18.1099C16.5935 17.7221 16.7915 17.2627 16.7429 16.7626C16.6977 16.2967 16.4496 15.9288 16.2143 15.6697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 1.25C8.55228 1.25 9 1.69772 9 2.25V4.25C9 4.80228 8.55228 5.25 8 5.25C7.44772 5.25 7 4.80228 7 4.25V2.25C7 1.69772 7.44772 1.25 8 1.25ZM16 1.25C16.5523 1.25 17 1.69772 17 2.25V4.25C17 4.80228 16.5523 5.25 16 5.25C15.4477 5.25 15 4.80228 15 4.25V2.25C15 1.69772 15.4477 1.25 16 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-new-job{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 1.25C12.202 1.24997 12.9887 1.24994 13.489 1.30636C14.0285 1.36718 14.5376 1.50167 15.0007 1.8313C15.4609 2.15886 15.7452 2.58653 15.9695 3.06267C16.1797 3.50911 16.3706 4.07486 16.5936 4.73559L16.704 5.06253C16.8653 5.5405 16.5892 6.05251 16.0873 6.20615C15.5855 6.35978 15.0478 6.09685 14.8865 5.61889C14.6437 4.89941 14.3894 4.15013 14.2277 3.80681C14.0751 3.48287 13.9601 3.36036 13.8578 3.28755C13.7584 3.21681 13.6129 3.15111 13.2646 3.11184C12.8898 3.06957 12.2699 3.06809 11.5 3.06809C10.7301 3.06809 10.1102 3.06957 9.73541 3.11184C9.38714 3.15111 9.24158 3.21681 9.1422 3.28755C9.03992 3.36036 8.9249 3.48287 8.77232 3.80681C8.61061 4.15013 8.35629 4.89941 8.11347 5.61889C7.95215 6.09685 7.41454 6.35978 6.91267 6.20615C6.4108 6.05251 6.13473 5.5405 6.29605 5.06253L6.40639 4.73559L6.40639 4.73558C6.62935 4.07485 6.82027 3.50911 7.03055 3.06267C7.25482 2.58653 7.53914 2.15886 7.9993 1.8313C8.46236 1.50167 8.97155 1.36718 9.51096 1.30636C10.0113 1.24994 10.798 1.24997 11.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8996 12.4513C17.0264 12.3617 17.2286 12.25 17.4998 12.25C17.771 12.25 17.9733 12.3617 18.1 12.4513L19.0562 13.3109L20.3323 13.2762C20.4857 13.2899 20.7099 13.3352 20.9154 13.5079C21.1209 13.6806 21.2041 13.8936 21.244 14.0424L21.434 15.3371L22.443 16.1507C22.5498 16.2594 22.6893 16.4366 22.7352 16.6973C22.7811 16.9581 22.7105 17.1723 22.6473 17.3109L21.9709 18.4296L22.2295 19.716C22.2421 19.8685 22.2359 20.0952 22.1029 20.3258C21.97 20.5565 21.7769 20.6755 21.6387 20.741L20.4225 21.1532L19.8108 22.2982C19.7224 22.4254 19.5708 22.5989 19.3167 22.6915C19.0627 22.784 18.835 22.7488 18.6855 22.7083L17.4998 22.2336L16.3141 22.7083C16.1646 22.7488 15.937 22.784 15.6829 22.6915C15.4288 22.5989 15.2773 22.4254 15.1889 22.2982L14.5771 21.1532L13.361 20.741C13.2227 20.6755 13.0297 20.5565 12.8967 20.3258C12.7638 20.0952 12.7575 19.8685 12.7701 19.716L13.0287 18.4296L12.3524 17.3109C12.2892 17.1723 12.2186 16.9581 12.2645 16.6973C12.3104 16.4366 12.4499 16.2594 12.5567 16.1507L13.5657 15.3371L13.7556 14.0424C13.7955 13.8936 13.8787 13.6806 14.0842 13.5079C14.2898 13.3352 14.5139 13.2899 14.6673 13.2762L15.9434 13.3109L16.8996 12.4513Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4653 4.75H9.54836C7.80421 4.74998 6.41746 4.74997 5.33103 4.89881C4.20972 5.05243 3.29737 5.37711 2.5785 6.10965C1.86155 6.84022 1.54553 7.76413 1.39567 8.89997C1.24997 10.0042 1.24999 11.5256 1.25 13.3053C1.24999 15.0851 1.24997 16.4958 1.39567 17.6C1.54553 18.7359 1.86155 19.6598 2.5785 20.3904C3.29737 21.1229 4.20972 21.4476 5.33103 21.6012C6.41745 21.75 7.80415 21.75 9.54827 21.75H12.1697C11.9714 21.587 11.7665 21.368 11.5976 21.075C11.2533 20.4777 11.2498 19.9049 11.2756 19.5928L11.4435 18.7062L10.9874 17.9334C10.8579 17.6495 10.6687 17.1125 10.7876 16.4373C10.9064 15.762 11.2683 15.3222 11.4869 15.0995L12.1672 14.5381L12.3073 13.6534C12.3889 13.3495 12.5873 12.8068 13.1196 12.3595C13.6519 11.9122 14.2206 11.8102 14.5341 11.7822L15.3862 11.7952L16.0343 11.2264C16.2929 11.0436 16.7977 10.75 17.5002 10.75C18.2027 10.75 18.7075 11.0436 18.9661 11.2264L19.6143 11.7952L20.4663 11.7822C20.7543 11.8079 21.2574 11.8961 21.75 12.2568V10.9923L21.7498 10.9845C21.705 8.80913 21.5271 7.22233 20.4352 6.10965C19.7163 5.37711 18.8039 5.05243 17.6826 4.89881C16.5962 4.74997 15.2095 4.74998 13.4653 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 1.25C12.202 1.24997 12.9887 1.24994 13.489 1.30636C14.0285 1.36718 14.5376 1.50167 15.0007 1.8313C15.4609 2.15886 15.7452 2.58653 15.9695 3.06267C16.1797 3.50911 16.3706 4.07486 16.5936 4.73559L16.704 5.06253C16.8653 5.5405 16.5892 6.05251 16.0873 6.20615C15.5855 6.35978 15.0478 6.09685 14.8865 5.61889C14.6437 4.89941 14.3894 4.15013 14.2277 3.80681C14.0751 3.48287 13.9601 3.36036 13.8578 3.28755C13.7584 3.21681 13.6129 3.15111 13.2646 3.11184C12.8898 3.06957 12.2699 3.06809 11.5 3.06809C10.7301 3.06809 10.1102 3.06957 9.73541 3.11184C9.38714 3.15111 9.24158 3.21681 9.1422 3.28755C9.03992 3.36036 8.9249 3.48287 8.77232 3.80681C8.61061 4.15013 8.35629 4.89941 8.11347 5.61889C7.95215 6.09685 7.41454 6.35978 6.91267 6.20615C6.4108 6.05251 6.13473 5.5405 6.29605 5.06253L6.40639 4.73559L6.40639 4.73558C6.62935 4.07485 6.82027 3.50911 7.03055 3.06267C7.25482 2.58653 7.53914 2.15886 7.9993 1.8313C8.46236 1.50167 8.97155 1.36718 9.51096 1.30636C10.0113 1.24994 10.798 1.24997 11.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8996 12.4513C17.0264 12.3617 17.2286 12.25 17.4998 12.25C17.771 12.25 17.9733 12.3617 18.1 12.4513L19.0562 13.3109L20.3323 13.2762C20.4857 13.2899 20.7099 13.3352 20.9154 13.5079C21.1209 13.6806 21.2041 13.8936 21.244 14.0424L21.434 15.3371L22.443 16.1507C22.5498 16.2594 22.6893 16.4366 22.7352 16.6973C22.7811 16.9581 22.7105 17.1723 22.6473 17.3109L21.9709 18.4296L22.2295 19.716C22.2421 19.8685 22.2359 20.0952 22.1029 20.3258C21.97 20.5565 21.7769 20.6755 21.6387 20.741L20.4225 21.1532L19.8108 22.2982C19.7224 22.4254 19.5708 22.5989 19.3167 22.6915C19.0627 22.784 18.835 22.7488 18.6855 22.7083L17.4998 22.2336L16.3141 22.7083C16.1646 22.7488 15.937 22.784 15.6829 22.6915C15.4288 22.5989 15.2773 22.4254 15.1889 22.2982L14.5771 21.1532L13.361 20.741C13.2227 20.6755 13.0297 20.5565 12.8967 20.3258C12.7638 20.0952 12.7575 19.8685 12.7701 19.716L13.0287 18.4296L12.3524 17.3109C12.2892 17.1723 12.2186 16.9581 12.2645 16.6973C12.3104 16.4366 12.4499 16.2594 12.5567 16.1507L13.5657 15.3371L13.7556 14.0424C13.7955 13.8936 13.8787 13.6806 14.0842 13.5079C14.2898 13.3352 14.5139 13.2899 14.6673 13.2762L15.9434 13.3109L16.8996 12.4513Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4653 4.75H9.54836C7.80421 4.74998 6.41746 4.74997 5.33103 4.89881C4.20972 5.05243 3.29737 5.37711 2.5785 6.10965C1.86155 6.84022 1.54553 7.76413 1.39567 8.89997C1.24997 10.0042 1.24999 11.5256 1.25 13.3053C1.24999 15.0851 1.24997 16.4958 1.39567 17.6C1.54553 18.7359 1.86155 19.6598 2.5785 20.3904C3.29737 21.1229 4.20972 21.4476 5.33103 21.6012C6.41745 21.75 7.80415 21.75 9.54827 21.75H12.1697C11.9714 21.587 11.7665 21.368 11.5976 21.075C11.2533 20.4777 11.2498 19.9049 11.2756 19.5928L11.4435 18.7062L10.9874 17.9334C10.8579 17.6495 10.6687 17.1125 10.7876 16.4373C10.9064 15.762 11.2683 15.3222 11.4869 15.0995L12.1672 14.5381L12.3073 13.6534C12.3889 13.3495 12.5873 12.8068 13.1196 12.3595C13.6519 11.9122 14.2206 11.8102 14.5341 11.7822L15.3862 11.7952L16.0343 11.2264C16.2929 11.0436 16.7977 10.75 17.5002 10.75C18.2027 10.75 18.7075 11.0436 18.9661 11.2264L19.6143 11.7952L20.4663 11.7822C20.7543 11.8079 21.2574 11.8961 21.75 12.2568V10.9923L21.7498 10.9845C21.705 8.80913 21.5271 7.22233 20.4352 6.10965C19.7163 5.37711 18.8039 5.05243 17.6826 4.89881C16.5962 4.74997 15.2095 4.74998 13.4653 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-new-office{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.89989 12.4513C6.02664 12.3617 6.22889 12.25 6.50007 12.25C6.77125 12.25 6.97349 12.3617 7.10024 12.4513L8.05648 13.3109L9.33258 13.2762C9.48598 13.2899 9.71013 13.3352 9.91564 13.5079C10.1212 13.6806 10.2044 13.8936 10.2443 14.0424L10.4342 15.3371L11.4432 16.1507C11.55 16.2594 11.6895 16.4366 11.7354 16.6973C11.7813 16.9581 11.7107 17.1723 11.6475 17.3109L10.9712 18.4296L11.2298 19.716C11.2424 19.8685 11.2361 20.0952 11.1032 20.3258C10.9702 20.5565 10.7772 20.6755 10.6389 20.741L9.42279 21.1532L8.81103 22.2982C8.72261 22.4254 8.57104 22.5989 8.31699 22.6915C8.06294 22.784 7.83527 22.7488 7.68578 22.7083L6.50007 22.2336L5.31436 22.7083C5.16486 22.7488 4.9372 22.784 4.68315 22.6915C4.42909 22.5989 4.27752 22.4254 4.18911 22.2982L3.57734 21.1532L2.36124 20.741C2.22295 20.6755 2.02994 20.5565 1.89698 20.3258C1.76402 20.0952 1.75778 19.8685 1.77035 19.716L2.02895 18.4296L1.35264 17.3109C1.2894 17.1723 1.2188 16.9581 1.26471 16.6973C1.31061 16.4366 1.45011 16.2594 1.5569 16.1507L2.5659 15.3371L2.75584 14.0424C2.79578 13.8936 2.87898 13.6806 3.08449 13.5079C3.29 13.3352 3.51415 13.2899 3.66755 13.2762L4.94365 13.3109L5.89989 12.4513Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 6C4.5 5.44772 4.94772 5 5.5 5H6.5C7.05228 5 7.5 5.44772 7.5 6C7.5 6.55228 7.05228 7 6.5 7H5.5C4.94772 7 4.5 6.55228 4.5 6ZM8.5 6C8.5 5.44772 8.94772 5 9.5 5H10.5C11.0523 5 11.5 5.44772 11.5 6C11.5 6.55228 11.0523 7 10.5 7H9.5C8.94772 7 8.5 6.55228 8.5 6ZM4.5 9C4.5 8.44772 4.94772 8 5.5 8H6.5C7.05228 8 7.5 8.44772 7.5 9C7.5 9.55228 7.05228 10 6.5 10H5.5C4.94772 10 4.5 9.55228 4.5 9ZM8.5 9C8.5 8.44772 8.94772 8 9.5 8H10.5C11.0523 8 11.5 8.44772 11.5 9C11.5 9.55228 11.0523 10 10.5 10H9.5C8.94772 10 8.5 9.55228 8.5 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4381 1.36606C10.5745 1.24994 9.48324 1.24997 8.15991 1.25H8.15988H8.02194H8.0219C6.69858 1.24997 5.60735 1.24994 4.74369 1.36606C3.83695 1.48796 3.03615 1.75375 2.39495 2.39495C1.75375 3.03615 1.48796 3.83695 1.36606 4.74369C1.24994 5.60735 1.24997 6.69858 1.25 8.0219V8.02194L1.25 11.0227C1.25 11.5625 1.68754 12 2.22727 12C2.76701 12 3.20455 11.5625 3.20455 11.0227V8.09091C3.20455 6.68121 3.20662 5.72225 3.30317 5.00413C3.39594 4.31412 3.55951 3.99453 3.77702 3.77702C3.99453 3.55951 4.31412 3.39594 5.00413 3.30317C5.72225 3.20662 6.68121 3.20455 8.09091 3.20455C9.50061 3.20455 10.4596 3.20662 11.1777 3.30317C11.8677 3.39594 12.1873 3.55951 12.4048 3.77702C12.6223 3.99453 12.7859 4.31412 12.8786 5.00413C12.9752 5.72225 12.9773 6.68121 12.9773 8.09091V21.7727C12.9773 22.3125 13.4148 22.75 13.9545 22.75L17.9279 22.75H17.928H17.928C18.7943 22.75 19.5408 22.7501 20.1385 22.6697C20.7791 22.5836 21.3932 22.3894 21.8913 21.8913C22.3894 21.3932 22.5836 20.7791 22.6697 20.1385C22.7501 19.5408 22.75 18.7943 22.75 17.928V17.928V17.9279V11.9357V11.9357V11.9356C22.75 11.0693 22.7501 10.3229 22.6697 9.72511C22.5836 9.08449 22.3894 8.47042 21.8913 7.97235C21.3932 7.47427 20.7791 7.28004 20.1385 7.19391C19.5408 7.11354 18.7943 7.11359 17.928 7.11363L14.9303 7.11364C14.9252 6.19045 14.9042 5.40114 14.8158 4.74369C14.6939 3.83695 14.4281 3.03615 13.7869 2.39495C13.1457 1.75375 12.3449 1.48796 11.4381 1.36606ZM17.5 10.25C17.0858 10.25 16.75 10.5858 16.75 11C16.75 11.4142 17.0858 11.75 17.5 11.75H18.5C18.9142 11.75 19.25 11.4142 19.25 11C19.25 10.5858 18.9142 10.25 18.5 10.25H17.5ZM17.5 14.25C17.0858 14.25 16.75 14.5858 16.75 15C16.75 15.4142 17.0858 15.75 17.5 15.75H18.5C18.9142 15.75 19.25 15.4142 19.25 15C19.25 14.5858 18.9142 14.25 18.5 14.25H17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.89989 12.4513C6.02664 12.3617 6.22889 12.25 6.50007 12.25C6.77125 12.25 6.97349 12.3617 7.10024 12.4513L8.05648 13.3109L9.33258 13.2762C9.48598 13.2899 9.71013 13.3352 9.91564 13.5079C10.1212 13.6806 10.2044 13.8936 10.2443 14.0424L10.4342 15.3371L11.4432 16.1507C11.55 16.2594 11.6895 16.4366 11.7354 16.6973C11.7813 16.9581 11.7107 17.1723 11.6475 17.3109L10.9712 18.4296L11.2298 19.716C11.2424 19.8685 11.2361 20.0952 11.1032 20.3258C10.9702 20.5565 10.7772 20.6755 10.6389 20.741L9.42279 21.1532L8.81103 22.2982C8.72261 22.4254 8.57104 22.5989 8.31699 22.6915C8.06294 22.784 7.83527 22.7488 7.68578 22.7083L6.50007 22.2336L5.31436 22.7083C5.16486 22.7488 4.9372 22.784 4.68315 22.6915C4.42909 22.5989 4.27752 22.4254 4.18911 22.2982L3.57734 21.1532L2.36124 20.741C2.22295 20.6755 2.02994 20.5565 1.89698 20.3258C1.76402 20.0952 1.75778 19.8685 1.77035 19.716L2.02895 18.4296L1.35264 17.3109C1.2894 17.1723 1.2188 16.9581 1.26471 16.6973C1.31061 16.4366 1.45011 16.2594 1.5569 16.1507L2.5659 15.3371L2.75584 14.0424C2.79578 13.8936 2.87898 13.6806 3.08449 13.5079C3.29 13.3352 3.51415 13.2899 3.66755 13.2762L4.94365 13.3109L5.89989 12.4513Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 6C4.5 5.44772 4.94772 5 5.5 5H6.5C7.05228 5 7.5 5.44772 7.5 6C7.5 6.55228 7.05228 7 6.5 7H5.5C4.94772 7 4.5 6.55228 4.5 6ZM8.5 6C8.5 5.44772 8.94772 5 9.5 5H10.5C11.0523 5 11.5 5.44772 11.5 6C11.5 6.55228 11.0523 7 10.5 7H9.5C8.94772 7 8.5 6.55228 8.5 6ZM4.5 9C4.5 8.44772 4.94772 8 5.5 8H6.5C7.05228 8 7.5 8.44772 7.5 9C7.5 9.55228 7.05228 10 6.5 10H5.5C4.94772 10 4.5 9.55228 4.5 9ZM8.5 9C8.5 8.44772 8.94772 8 9.5 8H10.5C11.0523 8 11.5 8.44772 11.5 9C11.5 9.55228 11.0523 10 10.5 10H9.5C8.94772 10 8.5 9.55228 8.5 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4381 1.36606C10.5745 1.24994 9.48324 1.24997 8.15991 1.25H8.15988H8.02194H8.0219C6.69858 1.24997 5.60735 1.24994 4.74369 1.36606C3.83695 1.48796 3.03615 1.75375 2.39495 2.39495C1.75375 3.03615 1.48796 3.83695 1.36606 4.74369C1.24994 5.60735 1.24997 6.69858 1.25 8.0219V8.02194L1.25 11.0227C1.25 11.5625 1.68754 12 2.22727 12C2.76701 12 3.20455 11.5625 3.20455 11.0227V8.09091C3.20455 6.68121 3.20662 5.72225 3.30317 5.00413C3.39594 4.31412 3.55951 3.99453 3.77702 3.77702C3.99453 3.55951 4.31412 3.39594 5.00413 3.30317C5.72225 3.20662 6.68121 3.20455 8.09091 3.20455C9.50061 3.20455 10.4596 3.20662 11.1777 3.30317C11.8677 3.39594 12.1873 3.55951 12.4048 3.77702C12.6223 3.99453 12.7859 4.31412 12.8786 5.00413C12.9752 5.72225 12.9773 6.68121 12.9773 8.09091V21.7727C12.9773 22.3125 13.4148 22.75 13.9545 22.75L17.9279 22.75H17.928H17.928C18.7943 22.75 19.5408 22.7501 20.1385 22.6697C20.7791 22.5836 21.3932 22.3894 21.8913 21.8913C22.3894 21.3932 22.5836 20.7791 22.6697 20.1385C22.7501 19.5408 22.75 18.7943 22.75 17.928V17.928V17.9279V11.9357V11.9357V11.9356C22.75 11.0693 22.7501 10.3229 22.6697 9.72511C22.5836 9.08449 22.3894 8.47042 21.8913 7.97235C21.3932 7.47427 20.7791 7.28004 20.1385 7.19391C19.5408 7.11354 18.7943 7.11359 17.928 7.11363L14.9303 7.11364C14.9252 6.19045 14.9042 5.40114 14.8158 4.74369C14.6939 3.83695 14.4281 3.03615 13.7869 2.39495C13.1457 1.75375 12.3449 1.48796 11.4381 1.36606ZM17.5 10.25C17.0858 10.25 16.75 10.5858 16.75 11C16.75 11.4142 17.0858 11.75 17.5 11.75H18.5C18.9142 11.75 19.25 11.4142 19.25 11C19.25 10.5858 18.9142 10.25 18.5 10.25H17.5ZM17.5 14.25C17.0858 14.25 16.75 14.5858 16.75 15C16.75 15.4142 17.0858 15.75 17.5 15.75H18.5C18.9142 15.75 19.25 15.4142 19.25 15C19.25 14.5858 18.9142 14.25 18.5 14.25H17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-news{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.069 2.25C13.3923 2.24997 14.4836 2.24994 15.3472 2.36579C16.254 2.48741 17.0548 2.75258 17.696 3.39229C18.3372 4.03199 18.6029 4.83093 18.7249 5.73557C18.7803 6.14683 18.8092 6.60981 18.8244 7.125C18.8244 7.125 20.1147 7.12488 20.5796 7.18724C21.0872 7.25532 21.6079 7.4134 22.0344 7.83893C22.4609 8.26446 22.6194 8.78395 22.6876 9.29033C22.7501 9.75412 22.7501 10.3272 22.75 10.9649L22.75 18.825C22.75 20.4404 21.4374 21.75 19.8182 21.75H8.02197C6.69861 21.75 5.60737 21.7501 4.74369 21.6342C3.83695 21.5126 3.03615 21.2474 2.39495 20.6077C1.75375 19.968 1.48797 19.1691 1.36606 18.2644C1.24994 17.4028 1.24997 16.3141 1.25 14.9938V14.9938V9.00616V9.00613C1.24997 7.68589 1.24994 6.59721 1.36606 5.73557C1.48797 4.83093 1.75375 4.03199 2.39495 3.39229C3.03615 2.75258 3.83695 2.48741 4.74369 2.36579C5.60735 2.24994 6.6986 2.24997 8.02191 2.25H8.02194H12.069H12.069ZM19.8191 19.8C20.3588 19.8 20.7963 19.3634 20.7963 18.825V11.025C20.7963 10.308 20.7943 9.8683 20.7514 9.55011C20.7137 9.27043 20.6601 9.22373 20.6537 9.2182L20.6528 9.21723C20.6472 9.21089 20.6004 9.15741 20.3201 9.1198C20.0011 9.07702 19.5605 9.07495 18.8418 9.07495V18.825C18.8418 19.3634 19.2793 19.8 19.8191 19.8ZM6 7.25C5.58579 7.25 5.25 7.58579 5.25 8C5.25 8.41421 5.58579 8.75 6 8.75H14C14.4142 8.75 14.75 8.41421 14.75 8C14.75 7.58579 14.4142 7.25 14 7.25H6ZM6 11.25C5.58579 11.25 5.25 11.5858 5.25 12C5.25 12.4142 5.58579 12.75 6 12.75H14C14.4142 12.75 14.75 12.4142 14.75 12C14.75 11.5858 14.4142 11.25 14 11.25H6ZM6 15.25C5.58579 15.25 5.25 15.5858 5.25 16C5.25 16.4142 5.58579 16.75 6 16.75H10C10.4142 16.75 10.75 16.4142 10.75 16C10.75 15.5858 10.4142 15.25 10 15.25H6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.069 2.25C13.3923 2.24997 14.4836 2.24994 15.3472 2.36579C16.254 2.48741 17.0548 2.75258 17.696 3.39229C18.3372 4.03199 18.6029 4.83093 18.7249 5.73557C18.7803 6.14683 18.8092 6.60981 18.8244 7.125C18.8244 7.125 20.1147 7.12488 20.5796 7.18724C21.0872 7.25532 21.6079 7.4134 22.0344 7.83893C22.4609 8.26446 22.6194 8.78395 22.6876 9.29033C22.7501 9.75412 22.7501 10.3272 22.75 10.9649L22.75 18.825C22.75 20.4404 21.4374 21.75 19.8182 21.75H8.02197C6.69861 21.75 5.60737 21.7501 4.74369 21.6342C3.83695 21.5126 3.03615 21.2474 2.39495 20.6077C1.75375 19.968 1.48797 19.1691 1.36606 18.2644C1.24994 17.4028 1.24997 16.3141 1.25 14.9938V14.9938V9.00616V9.00613C1.24997 7.68589 1.24994 6.59721 1.36606 5.73557C1.48797 4.83093 1.75375 4.03199 2.39495 3.39229C3.03615 2.75258 3.83695 2.48741 4.74369 2.36579C5.60735 2.24994 6.6986 2.24997 8.02191 2.25H8.02194H12.069H12.069ZM19.8191 19.8C20.3588 19.8 20.7963 19.3634 20.7963 18.825V11.025C20.7963 10.308 20.7943 9.8683 20.7514 9.55011C20.7137 9.27043 20.6601 9.22373 20.6537 9.2182L20.6528 9.21723C20.6472 9.21089 20.6004 9.15741 20.3201 9.1198C20.0011 9.07702 19.5605 9.07495 18.8418 9.07495V18.825C18.8418 19.3634 19.2793 19.8 19.8191 19.8ZM6 7.25C5.58579 7.25 5.25 7.58579 5.25 8C5.25 8.41421 5.58579 8.75 6 8.75H14C14.4142 8.75 14.75 8.41421 14.75 8C14.75 7.58579 14.4142 7.25 14 7.25H6ZM6 11.25C5.58579 11.25 5.25 11.5858 5.25 12C5.25 12.4142 5.58579 12.75 6 12.75H14C14.4142 12.75 14.75 12.4142 14.75 12C14.75 11.5858 14.4142 11.25 14 11.25H6ZM6 15.25C5.58579 15.25 5.25 15.5858 5.25 16C5.25 16.4142 5.58579 16.75 6 16.75H10C10.4142 16.75 10.75 16.4142 10.75 16C10.75 15.5858 10.4142 15.25 10 15.25H6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-no-meeting-room{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.54181 1.5418C1.93078 1.15283 2.56144 1.15283 2.95042 1.5418L22.4583 21.0497C22.8472 21.4387 22.8472 22.0693 22.4583 22.4583C22.0693 22.8472 21.4386 22.8472 21.0497 22.4583L1.54181 2.95039C1.15283 2.56142 1.15283 1.93077 1.54181 1.5418Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0537 2.25H7.94631H7.94626C7.13042 2.24998 6.42197 2.24997 5.81638 2.28667L17.75 14.2203V7.94632V7.94616C17.75 7.68428 17.75 7.43348 17.7488 7.19359C18.254 7.19833 18.6309 7.21235 18.9337 7.2536C19.3494 7.3102 19.4797 7.40157 19.5526 7.47546C19.6256 7.54934 19.7158 7.68129 19.7717 8.10228C19.8313 8.55118 19.8333 9.16043 19.8333 10.1029V16.3036L21.7388 18.2091C21.75 17.8284 21.75 17.4109 21.75 16.961V10.039V10.039C21.75 9.17863 21.7501 8.43727 21.6713 7.84362C21.5868 7.20738 21.3964 6.59751 20.9079 6.10284C20.4195 5.60817 19.8173 5.41527 19.1891 5.32973C18.7564 5.2708 18.2442 5.2554 17.6638 5.2514C17.66 5.21954 17.656 5.18804 17.6518 5.15689C17.5491 4.39294 17.3268 3.7306 16.7981 3.20191C16.2694 2.67321 15.6071 2.45093 14.8431 2.34822C14.1123 2.24996 13.1865 2.24998 12.0537 2.25H12.0537Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 7.94625V7.94627V16.0537V16.0537C2.24998 17.1865 2.24996 18.1123 2.34822 18.8431C2.45093 19.6071 2.67321 20.2694 3.20191 20.7981C3.7306 21.3268 4.39294 21.5491 5.15689 21.6518C5.88773 21.75 6.81344 21.75 7.94624 21.75H7.94627H12.0537L12.2235 21.75L17.0214 21.75C17.871 21.75 18.603 21.7501 19.1891 21.6703C19.8173 21.5847 20.4195 21.3918 20.9079 20.8972L3.20191 3.20191C2.67328 3.73058 2.45092 4.39298 2.34822 5.15689C2.24996 5.88774 2.24998 6.81344 2.25 7.94625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.54181 1.5418C1.93078 1.15283 2.56144 1.15283 2.95042 1.5418L22.4583 21.0497C22.8472 21.4387 22.8472 22.0693 22.4583 22.4583C22.0693 22.8472 21.4386 22.8472 21.0497 22.4583L1.54181 2.95039C1.15283 2.56142 1.15283 1.93077 1.54181 1.5418Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0537 2.25H7.94631H7.94626C7.13042 2.24998 6.42197 2.24997 5.81638 2.28667L17.75 14.2203V7.94632V7.94616C17.75 7.68428 17.75 7.43348 17.7488 7.19359C18.254 7.19833 18.6309 7.21235 18.9337 7.2536C19.3494 7.3102 19.4797 7.40157 19.5526 7.47546C19.6256 7.54934 19.7158 7.68129 19.7717 8.10228C19.8313 8.55118 19.8333 9.16043 19.8333 10.1029V16.3036L21.7388 18.2091C21.75 17.8284 21.75 17.4109 21.75 16.961V10.039V10.039C21.75 9.17863 21.7501 8.43727 21.6713 7.84362C21.5868 7.20738 21.3964 6.59751 20.9079 6.10284C20.4195 5.60817 19.8173 5.41527 19.1891 5.32973C18.7564 5.2708 18.2442 5.2554 17.6638 5.2514C17.66 5.21954 17.656 5.18804 17.6518 5.15689C17.5491 4.39294 17.3268 3.7306 16.7981 3.20191C16.2694 2.67321 15.6071 2.45093 14.8431 2.34822C14.1123 2.24996 13.1865 2.24998 12.0537 2.25H12.0537Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 7.94625V7.94627V16.0537V16.0537C2.24998 17.1865 2.24996 18.1123 2.34822 18.8431C2.45093 19.6071 2.67321 20.2694 3.20191 20.7981C3.7306 21.3268 4.39294 21.5491 5.15689 21.6518C5.88773 21.75 6.81344 21.75 7.94624 21.75H7.94627H12.0537L12.2235 21.75L17.0214 21.75C17.871 21.75 18.603 21.7501 19.1891 21.6703C19.8173 21.5847 20.4195 21.3918 20.9079 20.8972L3.20191 3.20191C2.67328 3.73058 2.45092 4.39298 2.34822 5.15689C2.24996 5.88774 2.24998 6.81344 2.25 7.94625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-office{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.93195 1.25H8.06805C9.37381 1.24997 10.4505 1.24994 11.3027 1.36606C12.1974 1.48796 12.9876 1.75375 13.6203 2.39495C14.2529 3.03615 14.5152 3.83695 14.6355 4.74369C14.7501 5.60736 14.75 6.6986 14.75 8.02194L14.75 22.75H7.93197C6.6262 22.75 5.54946 22.7501 4.69726 22.6339C3.80257 22.512 3.01241 22.2463 2.37973 21.6051C1.74706 20.9639 1.4848 20.1631 1.36451 19.2563C1.24994 18.3926 1.24997 17.3014 1.25 15.9781V8.02194C1.24997 6.6986 1.24994 5.60736 1.36451 4.74369C1.4848 3.83695 1.74706 3.03615 2.37973 2.39495C3.01241 1.75375 3.80257 1.48796 4.69726 1.36606C5.54946 1.24994 6.62619 1.24997 7.93195 1.25ZM4.95424 3.30317C4.2734 3.39594 3.95806 3.55951 3.74344 3.77702C3.52882 3.99453 3.36742 4.31412 3.27589 5.00413C3.18062 5.72225 3.17857 6.68121 3.17857 8.09091V15.9091C3.17857 17.3188 3.18062 18.2778 3.27589 18.9959C3.36742 19.6859 3.52882 20.0055 3.74344 20.223C3.95806 20.4405 4.2734 20.6041 4.95424 20.6968C5.66282 20.7934 6.60903 20.7955 8 20.7955H12.8214V8.09091C12.8214 6.68121 12.8194 5.72225 12.7241 5.00413C12.6326 4.31412 12.4712 3.99453 12.2566 3.77702C12.0419 3.55951 11.7266 3.39594 11.0458 3.30317C10.3372 3.20662 9.39097 3.20455 8 3.20455C6.60903 3.20455 5.66282 3.20662 4.95424 3.30317Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 7C4.5 6.44772 4.94772 6 5.5 6H6.5C7.05228 6 7.5 6.44772 7.5 7C7.5 7.55228 7.05228 8 6.5 8H5.5C4.94772 8 4.5 7.55228 4.5 7ZM8.5 7C8.5 6.44772 8.94772 6 9.5 6H10.5C11.0523 6 11.5 6.44772 11.5 7C11.5 7.55228 11.0523 8 10.5 8H9.5C8.94772 8 8.5 7.55228 8.5 7ZM4.5 11C4.5 10.4477 4.94772 10 5.5 10H6.5C7.05228 10 7.5 10.4477 7.5 11C7.5 11.5523 7.05228 12 6.5 12H5.5C4.94772 12 4.5 11.5523 4.5 11ZM8.5 11C8.5 10.4477 8.94772 10 9.5 10H10.5C11.0523 10 11.5 10.4477 11.5 11C11.5 11.5523 11.0523 12 10.5 12H9.5C8.94772 12 8.5 11.5523 8.5 11ZM4.5 15C4.5 14.4477 4.94772 14 5.5 14H6.5C7.05228 14 7.5 14.4477 7.5 15C7.5 15.5523 7.05228 16 6.5 16H5.5C4.94772 16 4.5 15.5523 4.5 15ZM8.5 15C8.5 14.4477 8.94772 14 9.5 14H10.5C11.0523 14 11.5 14.4477 11.5 15C11.5 15.5523 11.0523 16 10.5 16H9.5C8.94772 16 8.5 15.5523 8.5 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.9445 8.05546C21.4891 7.59999 20.9223 7.41432 20.2945 7.32991C19.6997 7.24995 18.9505 7.24997 18.0521 7.25H18.052H18.052L13.25 7.25V22.75L18.052 22.75H18.052C18.9505 22.75 19.6997 22.7501 20.2945 22.6701C20.9223 22.5857 21.4891 22.4 21.9445 21.9445C22.4 21.4891 22.5857 20.9223 22.6701 20.2945C22.7501 19.6997 22.75 18.9505 22.75 18.052V18.052V11.948V11.948C22.75 11.0495 22.7501 10.3003 22.6701 9.70552C22.5857 9.07773 22.4 8.51093 21.9445 8.05546ZM17.5 10.25C17.0858 10.25 16.75 10.5858 16.75 11C16.75 11.4142 17.0858 11.75 17.5 11.75H18.5C18.9142 11.75 19.25 11.4142 19.25 11C19.25 10.5858 18.9142 10.25 18.5 10.25H17.5ZM17.5 14.25C17.0858 14.25 16.75 14.5858 16.75 15C16.75 15.4142 17.0858 15.75 17.5 15.75H18.5C18.9142 15.75 19.25 15.4142 19.25 15C19.25 14.5858 18.9142 14.25 18.5 14.25H17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.93195 1.25H8.06805C9.37381 1.24997 10.4505 1.24994 11.3027 1.36606C12.1974 1.48796 12.9876 1.75375 13.6203 2.39495C14.2529 3.03615 14.5152 3.83695 14.6355 4.74369C14.7501 5.60736 14.75 6.6986 14.75 8.02194L14.75 22.75H7.93197C6.6262 22.75 5.54946 22.7501 4.69726 22.6339C3.80257 22.512 3.01241 22.2463 2.37973 21.6051C1.74706 20.9639 1.4848 20.1631 1.36451 19.2563C1.24994 18.3926 1.24997 17.3014 1.25 15.9781V8.02194C1.24997 6.6986 1.24994 5.60736 1.36451 4.74369C1.4848 3.83695 1.74706 3.03615 2.37973 2.39495C3.01241 1.75375 3.80257 1.48796 4.69726 1.36606C5.54946 1.24994 6.62619 1.24997 7.93195 1.25ZM4.95424 3.30317C4.2734 3.39594 3.95806 3.55951 3.74344 3.77702C3.52882 3.99453 3.36742 4.31412 3.27589 5.00413C3.18062 5.72225 3.17857 6.68121 3.17857 8.09091V15.9091C3.17857 17.3188 3.18062 18.2778 3.27589 18.9959C3.36742 19.6859 3.52882 20.0055 3.74344 20.223C3.95806 20.4405 4.2734 20.6041 4.95424 20.6968C5.66282 20.7934 6.60903 20.7955 8 20.7955H12.8214V8.09091C12.8214 6.68121 12.8194 5.72225 12.7241 5.00413C12.6326 4.31412 12.4712 3.99453 12.2566 3.77702C12.0419 3.55951 11.7266 3.39594 11.0458 3.30317C10.3372 3.20662 9.39097 3.20455 8 3.20455C6.60903 3.20455 5.66282 3.20662 4.95424 3.30317Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 7C4.5 6.44772 4.94772 6 5.5 6H6.5C7.05228 6 7.5 6.44772 7.5 7C7.5 7.55228 7.05228 8 6.5 8H5.5C4.94772 8 4.5 7.55228 4.5 7ZM8.5 7C8.5 6.44772 8.94772 6 9.5 6H10.5C11.0523 6 11.5 6.44772 11.5 7C11.5 7.55228 11.0523 8 10.5 8H9.5C8.94772 8 8.5 7.55228 8.5 7ZM4.5 11C4.5 10.4477 4.94772 10 5.5 10H6.5C7.05228 10 7.5 10.4477 7.5 11C7.5 11.5523 7.05228 12 6.5 12H5.5C4.94772 12 4.5 11.5523 4.5 11ZM8.5 11C8.5 10.4477 8.94772 10 9.5 10H10.5C11.0523 10 11.5 10.4477 11.5 11C11.5 11.5523 11.0523 12 10.5 12H9.5C8.94772 12 8.5 11.5523 8.5 11ZM4.5 15C4.5 14.4477 4.94772 14 5.5 14H6.5C7.05228 14 7.5 14.4477 7.5 15C7.5 15.5523 7.05228 16 6.5 16H5.5C4.94772 16 4.5 15.5523 4.5 15ZM8.5 15C8.5 14.4477 8.94772 14 9.5 14H10.5C11.0523 14 11.5 14.4477 11.5 15C11.5 15.5523 11.0523 16 10.5 16H9.5C8.94772 16 8.5 15.5523 8.5 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.9445 8.05546C21.4891 7.59999 20.9223 7.41432 20.2945 7.32991C19.6997 7.24995 18.9505 7.24997 18.0521 7.25H18.052H18.052L13.25 7.25V22.75L18.052 22.75H18.052C18.9505 22.75 19.6997 22.7501 20.2945 22.6701C20.9223 22.5857 21.4891 22.4 21.9445 21.9445C22.4 21.4891 22.5857 20.9223 22.6701 20.2945C22.7501 19.6997 22.75 18.9505 22.75 18.052V18.052V11.948V11.948C22.75 11.0495 22.7501 10.3003 22.6701 9.70552C22.5857 9.07773 22.4 8.51093 21.9445 8.05546ZM17.5 10.25C17.0858 10.25 16.75 10.5858 16.75 11C16.75 11.4142 17.0858 11.75 17.5 11.75H18.5C18.9142 11.75 19.25 11.4142 19.25 11C19.25 10.5858 18.9142 10.25 18.5 10.25H17.5ZM17.5 14.25C17.0858 14.25 16.75 14.5858 16.75 15C16.75 15.4142 17.0858 15.75 17.5 15.75H18.5C18.9142 15.75 19.25 15.4142 19.25 15C19.25 14.5858 18.9142 14.25 18.5 14.25H17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-passport-expired{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0522 3.25C12.5436 3.25 13.0121 3.25 13.4587 3.25163C13.5802 3.52972 13.7547 3.79022 13.9822 4.01777L15.2145 5.25L13.9822 6.48223C13.0059 7.45854 13.0059 9.04146 13.9822 10.0178C14.9585 10.9941 16.5415 10.9941 17.5178 10.0178L18.75 8.78553L19.9822 10.0178C20.7263 10.7618 21.8226 10.9388 22.7342 10.5488C22.75 11.319 22.75 12.1617 22.75 13.0624V13.0625C22.75 15.1308 22.75 16.7678 22.5587 18.0485C22.3609 19.3725 21.9452 20.4223 21.0373 21.2395C20.1406 22.0464 19.0078 22.4066 17.5765 22.5798C16.1699 22.75 14.365 22.75 12.0522 22.75C9.73935 22.75 7.83014 22.75 6.42355 22.5798C4.99222 22.4066 3.85936 22.0464 2.96274 21.2395C2.05481 20.4223 1.63908 19.3725 1.44129 18.0485C1.24997 16.7678 1.24998 15.1308 1.25 13.0625V13.0625C1.24998 10.9942 1.24997 9.23221 1.44129 7.95147C1.63908 6.62747 2.05481 5.57769 2.96274 4.76055C3.85936 3.95359 4.99222 3.59338 6.42355 3.42018C7.83014 3.24998 9.73934 3.24999 12.0522 3.25H12.0522ZM8.50018 7.75C6.9814 7.75 5.75018 8.98122 5.75018 10.5C5.75018 12.0188 6.9814 13.25 8.50018 13.25C10.019 13.25 11.2502 12.0188 11.2502 10.5C11.2502 8.98122 10.019 7.75 8.50018 7.75ZM5.67943 17.818C6.12793 16.8599 7.24064 16.2687 8.48143 16.2504C9.7131 16.2322 10.8358 16.7818 11.3209 17.818C11.4965 18.1931 11.943 18.3549 12.3182 18.1793C12.6933 18.0036 12.855 17.5572 12.6794 17.182C11.8767 15.4673 10.1036 14.7263 8.45929 14.7506C6.82412 14.7747 5.08074 15.559 4.32093 17.182C4.14531 17.5572 4.30705 18.0036 4.68219 18.1793C5.05733 18.3549 5.50381 18.1931 5.67943 17.818Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.0429 1.54289C15.4334 1.15237 16.0666 1.15237 16.4571 1.54289L18.75 3.83579L21.0429 1.54289C21.4334 1.15237 22.0666 1.15237 22.4571 1.54289C22.8476 1.93342 22.8476 2.56658 22.4571 2.95711L20.1642 5.25L22.4571 7.54289C22.8476 7.93342 22.8476 8.56658 22.4571 8.95711C22.0666 9.34763 21.4334 9.34763 21.0429 8.95711L18.75 6.66421L16.4571 8.95711C16.0666 9.34763 15.4334 9.34763 15.0429 8.95711C14.6524 8.56658 14.6524 7.93342 15.0429 7.54289L17.3358 5.25L15.0429 2.95711C14.6524 2.56658 14.6524 1.93342 15.0429 1.54289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0522 3.25C12.5436 3.25 13.0121 3.25 13.4587 3.25163C13.5802 3.52972 13.7547 3.79022 13.9822 4.01777L15.2145 5.25L13.9822 6.48223C13.0059 7.45854 13.0059 9.04146 13.9822 10.0178C14.9585 10.9941 16.5415 10.9941 17.5178 10.0178L18.75 8.78553L19.9822 10.0178C20.7263 10.7618 21.8226 10.9388 22.7342 10.5488C22.75 11.319 22.75 12.1617 22.75 13.0624V13.0625C22.75 15.1308 22.75 16.7678 22.5587 18.0485C22.3609 19.3725 21.9452 20.4223 21.0373 21.2395C20.1406 22.0464 19.0078 22.4066 17.5765 22.5798C16.1699 22.75 14.365 22.75 12.0522 22.75C9.73935 22.75 7.83014 22.75 6.42355 22.5798C4.99222 22.4066 3.85936 22.0464 2.96274 21.2395C2.05481 20.4223 1.63908 19.3725 1.44129 18.0485C1.24997 16.7678 1.24998 15.1308 1.25 13.0625V13.0625C1.24998 10.9942 1.24997 9.23221 1.44129 7.95147C1.63908 6.62747 2.05481 5.57769 2.96274 4.76055C3.85936 3.95359 4.99222 3.59338 6.42355 3.42018C7.83014 3.24998 9.73934 3.24999 12.0522 3.25H12.0522ZM8.50018 7.75C6.9814 7.75 5.75018 8.98122 5.75018 10.5C5.75018 12.0188 6.9814 13.25 8.50018 13.25C10.019 13.25 11.2502 12.0188 11.2502 10.5C11.2502 8.98122 10.019 7.75 8.50018 7.75ZM5.67943 17.818C6.12793 16.8599 7.24064 16.2687 8.48143 16.2504C9.7131 16.2322 10.8358 16.7818 11.3209 17.818C11.4965 18.1931 11.943 18.3549 12.3182 18.1793C12.6933 18.0036 12.855 17.5572 12.6794 17.182C11.8767 15.4673 10.1036 14.7263 8.45929 14.7506C6.82412 14.7747 5.08074 15.559 4.32093 17.182C4.14531 17.5572 4.30705 18.0036 4.68219 18.1793C5.05733 18.3549 5.50381 18.1931 5.67943 17.818Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.0429 1.54289C15.4334 1.15237 16.0666 1.15237 16.4571 1.54289L18.75 3.83579L21.0429 1.54289C21.4334 1.15237 22.0666 1.15237 22.4571 1.54289C22.8476 1.93342 22.8476 2.56658 22.4571 2.95711L20.1642 5.25L22.4571 7.54289C22.8476 7.93342 22.8476 8.56658 22.4571 8.95711C22.0666 9.34763 21.4334 9.34763 21.0429 8.95711L18.75 6.66421L16.4571 8.95711C16.0666 9.34763 15.4334 9.34763 15.0429 8.95711C14.6524 8.56658 14.6524 7.93342 15.0429 7.54289L17.3358 5.25L15.0429 2.95711C14.6524 2.56658 14.6524 1.93342 15.0429 1.54289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-passport-valid{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0522 2.75C14.1995 2.74999 15.9089 2.74999 17.2682 2.88619C16.7179 3.42861 16.2121 3.99507 15.7715 4.52323C15.6972 4.61226 15.6244 4.70071 15.553 4.78834C15.2223 4.59269 14.9028 4.46118 14.6087 4.37715L14.5974 4.37391C14.4617 4.33504 14.1638 4.24971 13.75 4.24971C12.3693 4.24971 11.25 5.36899 11.25 6.74971C11.25 7.8912 12.0142 8.85288 13.0595 9.15284C13.1515 9.25524 13.3145 9.46887 13.5139 9.86774C13.9169 10.6736 14.7223 11.2004 15.6222 11.2464C16.5219 11.2925 17.3764 10.8508 17.8595 10.0914L17.8603 10.0901L17.8635 10.085L17.8827 10.0555L17.8836 10.0541C17.9027 10.0247 17.9326 9.97894 17.9727 9.91886C18.054 9.79669 18.1764 9.61622 18.3329 9.39454C18.6476 8.94863 19.0916 8.34868 19.6109 7.72618C20.135 7.09789 20.7052 6.4837 21.2697 5.98867C21.5268 5.7632 21.7571 5.58528 21.9579 5.44821C22.2627 6.03212 22.4461 6.69731 22.5587 7.45147C22.75 8.73221 22.75 10.4943 22.75 12.5625C22.75 14.6308 22.75 16.2678 22.5587 17.5485C22.3609 18.8725 21.9452 19.9223 21.0373 20.7395C20.1406 21.5464 19.0078 21.9066 17.5765 22.0798C16.1699 22.25 14.365 22.25 12.0522 22.25C9.73935 22.25 7.83014 22.25 6.42355 22.0798C4.99222 21.9066 3.85936 21.5464 2.96274 20.7395C2.05481 19.9223 1.63908 18.8725 1.44129 17.5485C1.24997 16.2678 1.24998 14.6308 1.25 12.5625V12.5625C1.24998 10.4942 1.24997 8.73221 1.44129 7.45147C1.63908 6.12747 2.05481 5.07769 2.96274 4.26055C3.85936 3.45359 4.99222 3.09338 6.42355 2.92018C7.83014 2.74998 9.73934 2.74999 12.0522 2.75ZM8.50018 7.25C6.9814 7.25 5.75018 8.48122 5.75018 10C5.75018 11.5188 6.9814 12.75 8.50018 12.75C10.019 12.75 11.2502 11.5188 11.2502 10C11.2502 8.48122 10.019 7.25 8.50018 7.25ZM5.67943 17.318C6.12793 16.3599 7.24064 15.7687 8.48143 15.7504C9.7131 15.7322 10.8358 16.2818 11.3209 17.318C11.4965 17.6931 11.943 17.8549 12.3182 17.6793C12.6933 17.5036 12.855 17.0572 12.6794 16.682C11.8767 14.9673 10.1036 14.2263 8.45929 14.2506C6.82412 14.2747 5.08074 15.059 4.32093 16.682C4.14531 17.0572 4.30705 17.5036 4.68219 17.6793C5.05733 17.8549 5.50381 17.6931 5.67943 17.318Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.6926 2.41643C22.877 2.93702 22.6044 3.50852 22.0838 3.6929C21.5502 3.8819 20.9337 4.28876 20.2807 4.86148C19.638 5.42513 19.0128 6.10205 18.4591 6.76586C17.9072 7.42736 17.4385 8.06109 17.1074 8.53008C16.9422 8.76407 16.8122 8.95579 16.7243 9.08786C16.6803 9.15386 16.6469 9.20488 16.6249 9.23874L16.6006 9.27634L16.5951 9.28496L16.5941 9.28651C16.4008 9.59059 16.0587 9.76739 15.6989 9.74896C15.3389 9.73053 15.0168 9.51985 14.8556 9.19749C14.4149 8.31612 14.0196 7.96517 13.8203 7.83232C13.736 7.77611 13.679 7.75359 13.6564 7.74595C13.148 7.69874 12.75 7.27099 12.75 6.75027C12.75 6.19799 13.1977 5.75027 13.75 5.75027C13.9528 5.75027 14.0877 5.78887 14.1902 5.81816L14.1966 5.82C14.4045 5.87939 14.6553 5.98529 14.9297 6.16822C15.204 6.35107 15.4916 6.60384 15.7804 6.9497C16.0956 6.51895 16.484 6.01128 16.9233 5.48468C17.5166 4.77349 18.215 4.01292 18.962 3.35781C19.6986 2.71179 20.538 2.11865 21.4162 1.80765C21.9368 1.62327 22.5082 1.89583 22.6926 2.41643Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0522 2.75C14.1995 2.74999 15.9089 2.74999 17.2682 2.88619C16.7179 3.42861 16.2121 3.99507 15.7715 4.52323C15.6972 4.61226 15.6244 4.70071 15.553 4.78834C15.2223 4.59269 14.9028 4.46118 14.6087 4.37715L14.5974 4.37391C14.4617 4.33504 14.1638 4.24971 13.75 4.24971C12.3693 4.24971 11.25 5.36899 11.25 6.74971C11.25 7.8912 12.0142 8.85288 13.0595 9.15284C13.1515 9.25524 13.3145 9.46887 13.5139 9.86774C13.9169 10.6736 14.7223 11.2004 15.6222 11.2464C16.5219 11.2925 17.3764 10.8508 17.8595 10.0914L17.8603 10.0901L17.8635 10.085L17.8827 10.0555L17.8836 10.0541C17.9027 10.0247 17.9326 9.97894 17.9727 9.91886C18.054 9.79669 18.1764 9.61622 18.3329 9.39454C18.6476 8.94863 19.0916 8.34868 19.6109 7.72618C20.135 7.09789 20.7052 6.4837 21.2697 5.98867C21.5268 5.7632 21.7571 5.58528 21.9579 5.44821C22.2627 6.03212 22.4461 6.69731 22.5587 7.45147C22.75 8.73221 22.75 10.4943 22.75 12.5625C22.75 14.6308 22.75 16.2678 22.5587 17.5485C22.3609 18.8725 21.9452 19.9223 21.0373 20.7395C20.1406 21.5464 19.0078 21.9066 17.5765 22.0798C16.1699 22.25 14.365 22.25 12.0522 22.25C9.73935 22.25 7.83014 22.25 6.42355 22.0798C4.99222 21.9066 3.85936 21.5464 2.96274 20.7395C2.05481 19.9223 1.63908 18.8725 1.44129 17.5485C1.24997 16.2678 1.24998 14.6308 1.25 12.5625V12.5625C1.24998 10.4942 1.24997 8.73221 1.44129 7.45147C1.63908 6.12747 2.05481 5.07769 2.96274 4.26055C3.85936 3.45359 4.99222 3.09338 6.42355 2.92018C7.83014 2.74998 9.73934 2.74999 12.0522 2.75ZM8.50018 7.25C6.9814 7.25 5.75018 8.48122 5.75018 10C5.75018 11.5188 6.9814 12.75 8.50018 12.75C10.019 12.75 11.2502 11.5188 11.2502 10C11.2502 8.48122 10.019 7.25 8.50018 7.25ZM5.67943 17.318C6.12793 16.3599 7.24064 15.7687 8.48143 15.7504C9.7131 15.7322 10.8358 16.2818 11.3209 17.318C11.4965 17.6931 11.943 17.8549 12.3182 17.6793C12.6933 17.5036 12.855 17.0572 12.6794 16.682C11.8767 14.9673 10.1036 14.2263 8.45929 14.2506C6.82412 14.2747 5.08074 15.059 4.32093 16.682C4.14531 17.0572 4.30705 17.5036 4.68219 17.6793C5.05733 17.8549 5.50381 17.6931 5.67943 17.318Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.6926 2.41643C22.877 2.93702 22.6044 3.50852 22.0838 3.6929C21.5502 3.8819 20.9337 4.28876 20.2807 4.86148C19.638 5.42513 19.0128 6.10205 18.4591 6.76586C17.9072 7.42736 17.4385 8.06109 17.1074 8.53008C16.9422 8.76407 16.8122 8.95579 16.7243 9.08786C16.6803 9.15386 16.6469 9.20488 16.6249 9.23874L16.6006 9.27634L16.5951 9.28496L16.5941 9.28651C16.4008 9.59059 16.0587 9.76739 15.6989 9.74896C15.3389 9.73053 15.0168 9.51985 14.8556 9.19749C14.4149 8.31612 14.0196 7.96517 13.8203 7.83232C13.736 7.77611 13.679 7.75359 13.6564 7.74595C13.148 7.69874 12.75 7.27099 12.75 6.75027C12.75 6.19799 13.1977 5.75027 13.75 5.75027C13.9528 5.75027 14.0877 5.78887 14.1902 5.81816L14.1966 5.82C14.4045 5.87939 14.6553 5.98529 14.9297 6.16822C15.204 6.35107 15.4916 6.60384 15.7804 6.9497C16.0956 6.51895 16.484 6.01128 16.9233 5.48468C17.5166 4.77349 18.215 4.01292 18.962 3.35781C19.6986 2.71179 20.538 2.11865 21.4162 1.80765C21.9368 1.62327 22.5082 1.89583 22.6926 2.41643Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-passport{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5765 2.42018C16.1699 2.24998 14.365 2.24999 12.0522 2.25C9.73933 2.24999 7.83014 2.24998 6.42355 2.42018C4.99222 2.59338 3.85936 2.95359 2.96274 3.76055C2.05481 4.57769 1.63907 5.62747 1.44129 6.95147C1.24997 8.23221 1.24998 9.99422 1.25 12.0625C1.24998 14.1308 1.24997 15.7678 1.44129 17.0485C1.63907 18.3725 2.05481 19.4223 2.96274 20.2395C3.85936 21.0464 4.99222 21.4066 6.42355 21.5798C7.83014 21.75 9.73935 21.75 12.0522 21.75C14.365 21.75 16.1699 21.75 17.5765 21.5798C19.0078 21.4066 20.1406 21.0464 21.0373 20.2395C21.9452 19.4223 22.3609 18.3725 22.5587 17.0485C22.75 15.7678 22.75 14.1308 22.75 12.0625C22.75 9.99426 22.75 8.23221 22.5587 6.95147C22.3609 5.62747 21.9452 4.57769 21.0373 3.76055C20.1406 2.95359 19.0078 2.59338 17.5765 2.42018ZM8.50018 6.75C6.9814 6.75 5.75018 7.98122 5.75018 9.5C5.75018 11.0188 6.9814 12.25 8.50018 12.25C10.019 12.25 11.2502 11.0188 11.2502 9.5C11.2502 7.98122 10.019 6.75 8.50018 6.75ZM5.67943 16.818C6.12793 15.8599 7.24064 15.2687 8.48143 15.2504C9.7131 15.2322 10.8358 15.7818 11.3209 16.818C11.4965 17.1931 11.943 17.3549 12.3182 17.1793C12.6933 17.0036 12.855 16.5572 12.6794 16.182C11.8767 14.4673 10.1036 13.7263 8.45929 13.7506C6.82412 13.7747 5.08074 14.559 4.32093 16.182C4.14531 16.5572 4.30705 17.0036 4.68219 17.1793C5.05733 17.3549 5.50381 17.1931 5.67943 16.818ZM14.25 10C14.25 9.58579 14.5858 9.25 15 9.25H19C19.4142 9.25 19.75 9.58579 19.75 10C19.75 10.4142 19.4142 10.75 19 10.75H15C14.5858 10.75 14.25 10.4142 14.25 10ZM15 13.25C14.5858 13.25 14.25 13.5858 14.25 14C14.25 14.4142 14.5858 14.75 15 14.75H19C19.4142 14.75 19.75 14.4142 19.75 14C19.75 13.5858 19.4142 13.25 19 13.25H15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5765 2.42018C16.1699 2.24998 14.365 2.24999 12.0522 2.25C9.73933 2.24999 7.83014 2.24998 6.42355 2.42018C4.99222 2.59338 3.85936 2.95359 2.96274 3.76055C2.05481 4.57769 1.63907 5.62747 1.44129 6.95147C1.24997 8.23221 1.24998 9.99422 1.25 12.0625C1.24998 14.1308 1.24997 15.7678 1.44129 17.0485C1.63907 18.3725 2.05481 19.4223 2.96274 20.2395C3.85936 21.0464 4.99222 21.4066 6.42355 21.5798C7.83014 21.75 9.73935 21.75 12.0522 21.75C14.365 21.75 16.1699 21.75 17.5765 21.5798C19.0078 21.4066 20.1406 21.0464 21.0373 20.2395C21.9452 19.4223 22.3609 18.3725 22.5587 17.0485C22.75 15.7678 22.75 14.1308 22.75 12.0625C22.75 9.99426 22.75 8.23221 22.5587 6.95147C22.3609 5.62747 21.9452 4.57769 21.0373 3.76055C20.1406 2.95359 19.0078 2.59338 17.5765 2.42018ZM8.50018 6.75C6.9814 6.75 5.75018 7.98122 5.75018 9.5C5.75018 11.0188 6.9814 12.25 8.50018 12.25C10.019 12.25 11.2502 11.0188 11.2502 9.5C11.2502 7.98122 10.019 6.75 8.50018 6.75ZM5.67943 16.818C6.12793 15.8599 7.24064 15.2687 8.48143 15.2504C9.7131 15.2322 10.8358 15.7818 11.3209 16.818C11.4965 17.1931 11.943 17.3549 12.3182 17.1793C12.6933 17.0036 12.855 16.5572 12.6794 16.182C11.8767 14.4673 10.1036 13.7263 8.45929 13.7506C6.82412 13.7747 5.08074 14.559 4.32093 16.182C4.14531 16.5572 4.30705 17.0036 4.68219 17.1793C5.05733 17.3549 5.50381 17.1931 5.67943 16.818ZM14.25 10C14.25 9.58579 14.5858 9.25 15 9.25H19C19.4142 9.25 19.75 9.58579 19.75 10C19.75 10.4142 19.4142 10.75 19 10.75H15C14.5858 10.75 14.25 10.4142 14.25 10ZM15 13.25C14.5858 13.25 14.25 13.5858 14.25 14C14.25 14.4142 14.5858 14.75 15 14.75H19C19.4142 14.75 19.75 14.4142 19.75 14C19.75 13.5858 19.4142 13.25 19 13.25H15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-pay-by-check{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.7686 1.61937C18.5712 1.14132 19.562 1.12627 20.3785 1.58023C20.7182 1.76905 21.0219 2.08027 21.4082 2.47614L21.4832 2.55295L21.557 2.62833C21.9454 3.02508 22.2486 3.33479 22.4318 3.67962C22.8689 4.50249 22.8548 5.49727 22.3939 6.30706C22.2008 6.64643 21.8887 6.94703 21.4891 7.33186L21.4131 7.40504L15.7709 12.8473C14.9896 13.6009 14.2962 14.1163 13.4787 14.416C12.667 14.7135 11.804 14.7717 10.7395 14.7438L10.7082 14.743C10.5487 14.7389 10.3599 14.7341 10.199 14.7072C10.004 14.6747 9.73692 14.5937 9.52297 14.3506C9.31141 14.1101 9.26355 13.8376 9.25279 13.6444C9.24373 13.4815 9.25855 13.2924 9.27137 13.1286L9.2738 13.0976C9.34474 12.1858 9.46456 11.4286 9.75209 10.7133C10.0424 9.99103 10.4828 9.36237 11.122 8.66878L16.6926 2.62462L16.7653 2.54566C17.1402 2.13826 17.4347 1.8182 17.7686 1.61937Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.81795 10.4271C4.42823 10.293 5.15644 10.25 6 10.25H7.44928C7.83733 10.25 8.03136 10.25 8.12144 10.3654C8.21152 10.4808 8.16135 10.6814 8.061 11.0826C7.90528 11.7052 7.82853 12.3358 7.77832 12.9813C7.77679 13.0009 7.77565 13.0205 7.7749 13.0401L7.7539 13.5868C7.75209 13.6338 7.7525 13.6808 7.75511 13.7277C7.77486 14.0826 7.87053 14.7433 8.39684 15.3415C8.93058 15.948 9.58468 16.1254 9.95182 16.1867C10.0001 16.1948 10.0488 16.2005 10.0977 16.2038L10.6382 16.2404C10.6588 16.2418 10.6795 16.2428 10.7002 16.2433C11.8239 16.2727 12.9144 16.2204 13.9949 15.8243C15.0931 15.4218 15.9631 14.746 16.8123 13.9269L20.1449 10.7124C20.2669 10.5947 20.328 10.5358 20.4117 10.5179C20.4954 10.4999 20.5676 10.5258 20.7122 10.5777C21.1135 10.7216 21.4717 10.929 21.7713 11.2287C22.1974 11.6548 22.437 12.1992 22.5729 12.818C22.707 13.4282 22.75 14.1564 22.75 15V18C22.75 18.8436 22.707 19.5718 22.5729 20.182C22.437 20.8008 22.1974 21.3452 21.7713 21.7713C21.3452 22.1974 20.8008 22.437 20.182 22.5729C19.5718 22.707 18.8436 22.75 18 22.75H6C5.15644 22.75 4.42823 22.707 3.81795 22.5729C3.19918 22.437 2.65477 22.1974 2.22867 21.7713C1.80257 21.3452 1.56303 20.8008 1.42709 20.182C1.29303 19.5718 1.25 18.8436 1.25 18V15C1.25 14.1564 1.29303 13.4282 1.42709 12.818C1.56303 12.1992 1.80257 11.6548 2.22867 11.2287C2.65477 10.8026 3.19918 10.563 3.81795 10.4271ZM12.25 19C12.25 18.5858 12.5858 18.25 13 18.25L19 18.25C19.4142 18.25 19.75 18.5858 19.75 19C19.75 19.4142 19.4142 19.75 19 19.75L13 19.75C12.5858 19.75 12.25 19.4142 12.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.7686 1.61937C18.5712 1.14132 19.562 1.12627 20.3785 1.58023C20.7182 1.76905 21.0219 2.08027 21.4082 2.47614L21.4832 2.55295L21.557 2.62833C21.9454 3.02508 22.2486 3.33479 22.4318 3.67962C22.8689 4.50249 22.8548 5.49727 22.3939 6.30706C22.2008 6.64643 21.8887 6.94703 21.4891 7.33186L21.4131 7.40504L15.7709 12.8473C14.9896 13.6009 14.2962 14.1163 13.4787 14.416C12.667 14.7135 11.804 14.7717 10.7395 14.7438L10.7082 14.743C10.5487 14.7389 10.3599 14.7341 10.199 14.7072C10.004 14.6747 9.73692 14.5937 9.52297 14.3506C9.31141 14.1101 9.26355 13.8376 9.25279 13.6444C9.24373 13.4815 9.25855 13.2924 9.27137 13.1286L9.2738 13.0976C9.34474 12.1858 9.46456 11.4286 9.75209 10.7133C10.0424 9.99103 10.4828 9.36237 11.122 8.66878L16.6926 2.62462L16.7653 2.54566C17.1402 2.13826 17.4347 1.8182 17.7686 1.61937Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.81795 10.4271C4.42823 10.293 5.15644 10.25 6 10.25H7.44928C7.83733 10.25 8.03136 10.25 8.12144 10.3654C8.21152 10.4808 8.16135 10.6814 8.061 11.0826C7.90528 11.7052 7.82853 12.3358 7.77832 12.9813C7.77679 13.0009 7.77565 13.0205 7.7749 13.0401L7.7539 13.5868C7.75209 13.6338 7.7525 13.6808 7.75511 13.7277C7.77486 14.0826 7.87053 14.7433 8.39684 15.3415C8.93058 15.948 9.58468 16.1254 9.95182 16.1867C10.0001 16.1948 10.0488 16.2005 10.0977 16.2038L10.6382 16.2404C10.6588 16.2418 10.6795 16.2428 10.7002 16.2433C11.8239 16.2727 12.9144 16.2204 13.9949 15.8243C15.0931 15.4218 15.9631 14.746 16.8123 13.9269L20.1449 10.7124C20.2669 10.5947 20.328 10.5358 20.4117 10.5179C20.4954 10.4999 20.5676 10.5258 20.7122 10.5777C21.1135 10.7216 21.4717 10.929 21.7713 11.2287C22.1974 11.6548 22.437 12.1992 22.5729 12.818C22.707 13.4282 22.75 14.1564 22.75 15V18C22.75 18.8436 22.707 19.5718 22.5729 20.182C22.437 20.8008 22.1974 21.3452 21.7713 21.7713C21.3452 22.1974 20.8008 22.437 20.182 22.5729C19.5718 22.707 18.8436 22.75 18 22.75H6C5.15644 22.75 4.42823 22.707 3.81795 22.5729C3.19918 22.437 2.65477 22.1974 2.22867 21.7713C1.80257 21.3452 1.56303 20.8008 1.42709 20.182C1.29303 19.5718 1.25 18.8436 1.25 18V15C1.25 14.1564 1.29303 13.4282 1.42709 12.818C1.56303 12.1992 1.80257 11.6548 2.22867 11.2287C2.65477 10.8026 3.19918 10.563 3.81795 10.4271ZM12.25 19C12.25 18.5858 12.5858 18.25 13 18.25L19 18.25C19.4142 18.25 19.75 18.5858 19.75 19C19.75 19.4142 19.4142 19.75 19 19.75L13 19.75C12.5858 19.75 12.25 19.4142 12.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-payment-success-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4225 2.625C15.2616 2.62499 16.7058 2.62498 17.8444 2.7536C19.0066 2.88488 19.949 3.15862 20.7324 3.77729C20.9669 3.96249 21.1843 4.16705 21.382 4.3888C22.0482 5.13601 22.3457 6.04169 22.4874 7.15285C22.625 8.23227 22.625 9.59825 22.625 11.3223V11.4278C22.625 11.5748 22.625 11.6483 22.6107 11.6929C22.5739 11.8077 22.5107 11.8661 22.3934 11.8935C22.3477 11.9042 22.2566 11.8969 22.0745 11.8823L22.0745 11.8823C21.7346 11.855 21.3836 11.8973 21.0414 12.0185C19.905 12.4209 18.8984 13.1536 18.0989 13.8548C17.2737 14.5785 16.5204 15.4018 15.8974 16.1486C15.843 16.2138 15.8158 16.2465 15.7896 16.2666C15.7126 16.3259 15.631 16.3433 15.5365 16.3207C15.5044 16.3129 15.4619 16.2921 15.3768 16.2505C15.1645 16.1467 14.959 16.0685 14.7642 16.0111C14.4026 15.8959 14.0394 15.8765 13.8906 15.8751L13.876 15.875C12.4953 15.875 11.376 16.9943 11.376 18.375C11.376 18.5485 11.3936 18.7179 11.4272 18.8814C11.5674 19.5632 11.6375 19.9041 11.5475 20.0146C11.4574 20.125 11.1922 20.125 10.6617 20.125H10.3275C8.48845 20.125 7.04417 20.125 5.90558 19.9964C4.74342 19.8651 3.801 19.5914 3.01763 18.9727C2.78311 18.7875 2.56568 18.5829 2.36798 18.3612C1.70181 17.614 1.40432 16.7083 1.26263 15.5972C1.12498 14.5177 1.12499 13.1517 1.125 11.4277V11.4277V11.3222V11.3222C1.12499 9.59824 1.12498 8.23227 1.26263 7.15285C1.40432 6.04169 1.70181 5.13601 2.36798 4.3888C2.56568 4.16705 2.78311 3.96249 3.01763 3.77729C3.801 3.15862 4.74342 2.88488 5.90558 2.7536C7.04417 2.62498 8.48846 2.62499 10.3275 2.625H13.4225ZM6.375 11.375C6.375 10.8227 5.92929 10.375 5.37947 10.375H5.37053C4.82071 10.375 4.375 10.8227 4.375 11.375C4.375 11.9273 4.82071 12.375 5.37053 12.375H5.37947C5.92929 12.375 6.375 11.9273 6.375 11.375ZM11.875 8.125C10.0801 8.125 8.625 9.58007 8.625 11.375C8.625 13.1699 10.0801 14.625 11.875 14.625C13.6699 14.625 15.125 13.1699 15.125 11.375C15.125 9.58007 13.6699 8.125 11.875 8.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.8176 14.0414C23.002 14.562 22.7294 15.1335 22.2088 15.3179C21.6752 15.5069 21.0587 15.9138 20.4057 16.4865C19.763 17.0501 19.1378 17.7271 18.5841 18.3909C18.0322 19.0524 17.5635 19.6861 17.2324 20.1551C17.0672 20.3891 16.9372 20.5808 16.8493 20.7129L16.7191 20.9115C16.5258 21.2156 16.1837 21.3924 15.8239 21.374C15.4639 21.3555 15.1418 21.1448 14.9806 20.8225C14.5399 19.9411 14.1446 19.5902 13.9453 19.4573C13.861 19.4011 13.804 19.3786 13.7814 19.3709C13.273 19.3237 12.875 18.896 12.875 18.3753C12.875 17.823 13.3227 17.3753 13.875 17.3753C13.9574 17.3761 14.1621 17.3911 14.3216 17.445C14.5295 17.5044 14.7803 17.6103 15.0547 17.7932C15.329 17.9761 15.6166 18.2288 15.9054 18.5747C16.2206 18.1439 16.609 17.6363 17.0483 17.1097C17.6416 16.3985 18.34 15.6379 19.087 14.9828C19.8236 14.3368 20.663 13.7436 21.5412 13.4326C22.0618 13.2483 22.6332 13.5208 22.8176 14.0414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4225 2.625C15.2616 2.62499 16.7058 2.62498 17.8444 2.7536C19.0066 2.88488 19.949 3.15862 20.7324 3.77729C20.9669 3.96249 21.1843 4.16705 21.382 4.3888C22.0482 5.13601 22.3457 6.04169 22.4874 7.15285C22.625 8.23227 22.625 9.59825 22.625 11.3223V11.4278C22.625 11.5748 22.625 11.6483 22.6107 11.6929C22.5739 11.8077 22.5107 11.8661 22.3934 11.8935C22.3477 11.9042 22.2566 11.8969 22.0745 11.8823L22.0745 11.8823C21.7346 11.855 21.3836 11.8973 21.0414 12.0185C19.905 12.4209 18.8984 13.1536 18.0989 13.8548C17.2737 14.5785 16.5204 15.4018 15.8974 16.1486C15.843 16.2138 15.8158 16.2465 15.7896 16.2666C15.7126 16.3259 15.631 16.3433 15.5365 16.3207C15.5044 16.3129 15.4619 16.2921 15.3768 16.2505C15.1645 16.1467 14.959 16.0685 14.7642 16.0111C14.4026 15.8959 14.0394 15.8765 13.8906 15.8751L13.876 15.875C12.4953 15.875 11.376 16.9943 11.376 18.375C11.376 18.5485 11.3936 18.7179 11.4272 18.8814C11.5674 19.5632 11.6375 19.9041 11.5475 20.0146C11.4574 20.125 11.1922 20.125 10.6617 20.125H10.3275C8.48845 20.125 7.04417 20.125 5.90558 19.9964C4.74342 19.8651 3.801 19.5914 3.01763 18.9727C2.78311 18.7875 2.56568 18.5829 2.36798 18.3612C1.70181 17.614 1.40432 16.7083 1.26263 15.5972C1.12498 14.5177 1.12499 13.1517 1.125 11.4277V11.4277V11.3222V11.3222C1.12499 9.59824 1.12498 8.23227 1.26263 7.15285C1.40432 6.04169 1.70181 5.13601 2.36798 4.3888C2.56568 4.16705 2.78311 3.96249 3.01763 3.77729C3.801 3.15862 4.74342 2.88488 5.90558 2.7536C7.04417 2.62498 8.48846 2.62499 10.3275 2.625H13.4225ZM6.375 11.375C6.375 10.8227 5.92929 10.375 5.37947 10.375H5.37053C4.82071 10.375 4.375 10.8227 4.375 11.375C4.375 11.9273 4.82071 12.375 5.37053 12.375H5.37947C5.92929 12.375 6.375 11.9273 6.375 11.375ZM11.875 8.125C10.0801 8.125 8.625 9.58007 8.625 11.375C8.625 13.1699 10.0801 14.625 11.875 14.625C13.6699 14.625 15.125 13.1699 15.125 11.375C15.125 9.58007 13.6699 8.125 11.875 8.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.8176 14.0414C23.002 14.562 22.7294 15.1335 22.2088 15.3179C21.6752 15.5069 21.0587 15.9138 20.4057 16.4865C19.763 17.0501 19.1378 17.7271 18.5841 18.3909C18.0322 19.0524 17.5635 19.6861 17.2324 20.1551C17.0672 20.3891 16.9372 20.5808 16.8493 20.7129L16.7191 20.9115C16.5258 21.2156 16.1837 21.3924 15.8239 21.374C15.4639 21.3555 15.1418 21.1448 14.9806 20.8225C14.5399 19.9411 14.1446 19.5902 13.9453 19.4573C13.861 19.4011 13.804 19.3786 13.7814 19.3709C13.273 19.3237 12.875 18.896 12.875 18.3753C12.875 17.823 13.3227 17.3753 13.875 17.3753C13.9574 17.3761 14.1621 17.3911 14.3216 17.445C14.5295 17.5044 14.7803 17.6103 15.0547 17.7932C15.329 17.9761 15.6166 18.2288 15.9054 18.5747C16.2206 18.1439 16.609 17.6363 17.0483 17.1097C17.6416 16.3985 18.34 15.6379 19.087 14.9828C19.8236 14.3368 20.663 13.7436 21.5412 13.4326C22.0618 13.2483 22.6332 13.5208 22.8176 14.0414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-payment-success-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5576 3.19546C13.0048 2.51954 14.8665 2.125 16.875 2.125C17.9948 2.125 19.0655 2.24757 20.0424 2.47133C20.9595 2.68137 21.6575 3.08717 22.0968 3.76245C22.5178 4.40953 22.625 5.19212 22.625 5.98897V11.6717C22.625 12.0143 22.625 12.1857 22.5395 12.2731C22.4541 12.3605 22.2422 12.3653 21.8185 12.375C21.5598 12.3809 21.2976 12.4274 21.0404 12.5185C19.904 12.9209 18.8975 13.6536 18.0979 14.3548C17.2727 15.0785 16.5194 15.9018 15.8965 16.6486C15.842 16.7138 15.8148 16.7465 15.7886 16.7666C15.7116 16.8259 15.63 16.8433 15.5356 16.8207C15.5035 16.813 15.4609 16.7922 15.376 16.7506L15.3759 16.7506L15.3758 16.7505L15.3758 16.7505C15.1635 16.6467 14.958 16.5685 14.7633 16.5111C14.4016 16.3959 14.0384 16.3765 13.8896 16.3751L13.875 16.375C12.4943 16.375 11.375 17.4943 11.375 18.875C11.375 18.9956 11.3835 19.1142 11.4 19.2302C11.4464 19.5566 11.4696 19.7198 11.4111 19.8129C11.3526 19.906 11.2285 19.9453 10.9803 20.0239C9.76418 20.4094 8.35971 20.625 6.875 20.625C5.75516 20.625 4.68449 20.5024 3.70755 20.2787C2.83189 20.0781 2.14024 19.6861 1.69144 19.0238C1.25742 18.3832 1.125 17.5966 1.125 16.761V5.98897C1.125 4.42178 2.716 3.51272 4.04245 3.81653C4.90489 4.01407 5.863 4.125 6.875 4.125C8.70065 4.125 10.3398 3.76427 11.5576 3.19546ZM11.875 8.125C10.0801 8.125 8.625 9.58007 8.625 11.375C8.625 13.1699 10.0801 14.625 11.875 14.625C13.6699 14.625 15.125 13.1699 15.125 11.375C15.125 9.58007 13.6699 8.125 11.875 8.125ZM5.375 11.375C5.92728 11.375 6.375 11.8227 6.375 12.375V12.384C6.375 12.9363 5.92728 13.384 5.375 13.384C4.82272 13.384 4.375 12.9363 4.375 12.384V12.375C4.375 11.8227 4.82272 11.375 5.375 11.375ZM19.375 10.3672C19.375 9.8149 18.9273 9.36719 18.375 9.36719C17.8227 9.36719 17.375 9.8149 17.375 10.3672V10.3762C17.375 10.9285 17.8227 11.3762 18.375 11.3762C18.9273 11.3762 19.375 10.9285 19.375 10.3762V10.3672Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.8176 14.5412C23.002 15.0618 22.7294 15.6333 22.2088 15.8177C21.6752 16.0067 21.0587 16.4135 20.4057 16.9862C19.763 17.5499 19.1378 18.2268 18.5841 18.8906C18.0322 19.5521 17.5635 20.1859 17.2324 20.6548C17.0672 20.8888 16.9372 21.0805 16.8493 21.2126L16.7191 21.4113C16.5258 21.7153 16.1837 21.8921 15.8239 21.8737C15.4639 21.8553 15.1418 21.6446 14.9806 21.3222C14.5399 20.4409 14.1446 20.0899 13.9453 19.9571C13.861 19.9009 13.804 19.8783 13.7814 19.8707C13.273 19.8235 12.875 19.3957 12.875 18.875C12.875 18.3227 13.3227 17.875 13.875 17.875C13.9574 17.8758 14.1621 17.8909 14.3216 17.9448C14.5295 18.0041 14.7803 18.11 15.0547 18.293C15.329 18.4758 15.6166 18.7286 15.9054 19.0745C16.2206 18.6437 16.609 18.136 17.0483 17.6094C17.6416 16.8982 18.34 16.1377 19.087 15.4826C19.8236 14.8365 20.663 14.2434 21.5412 13.9324C22.0618 13.748 22.6332 14.0206 22.8176 14.5412Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5576 3.19546C13.0048 2.51954 14.8665 2.125 16.875 2.125C17.9948 2.125 19.0655 2.24757 20.0424 2.47133C20.9595 2.68137 21.6575 3.08717 22.0968 3.76245C22.5178 4.40953 22.625 5.19212 22.625 5.98897V11.6717C22.625 12.0143 22.625 12.1857 22.5395 12.2731C22.4541 12.3605 22.2422 12.3653 21.8185 12.375C21.5598 12.3809 21.2976 12.4274 21.0404 12.5185C19.904 12.9209 18.8975 13.6536 18.0979 14.3548C17.2727 15.0785 16.5194 15.9018 15.8965 16.6486C15.842 16.7138 15.8148 16.7465 15.7886 16.7666C15.7116 16.8259 15.63 16.8433 15.5356 16.8207C15.5035 16.813 15.4609 16.7922 15.376 16.7506L15.3759 16.7506L15.3758 16.7505L15.3758 16.7505C15.1635 16.6467 14.958 16.5685 14.7633 16.5111C14.4016 16.3959 14.0384 16.3765 13.8896 16.3751L13.875 16.375C12.4943 16.375 11.375 17.4943 11.375 18.875C11.375 18.9956 11.3835 19.1142 11.4 19.2302C11.4464 19.5566 11.4696 19.7198 11.4111 19.8129C11.3526 19.906 11.2285 19.9453 10.9803 20.0239C9.76418 20.4094 8.35971 20.625 6.875 20.625C5.75516 20.625 4.68449 20.5024 3.70755 20.2787C2.83189 20.0781 2.14024 19.6861 1.69144 19.0238C1.25742 18.3832 1.125 17.5966 1.125 16.761V5.98897C1.125 4.42178 2.716 3.51272 4.04245 3.81653C4.90489 4.01407 5.863 4.125 6.875 4.125C8.70065 4.125 10.3398 3.76427 11.5576 3.19546ZM11.875 8.125C10.0801 8.125 8.625 9.58007 8.625 11.375C8.625 13.1699 10.0801 14.625 11.875 14.625C13.6699 14.625 15.125 13.1699 15.125 11.375C15.125 9.58007 13.6699 8.125 11.875 8.125ZM5.375 11.375C5.92728 11.375 6.375 11.8227 6.375 12.375V12.384C6.375 12.9363 5.92728 13.384 5.375 13.384C4.82272 13.384 4.375 12.9363 4.375 12.384V12.375C4.375 11.8227 4.82272 11.375 5.375 11.375ZM19.375 10.3672C19.375 9.8149 18.9273 9.36719 18.375 9.36719C17.8227 9.36719 17.375 9.8149 17.375 10.3672V10.3762C17.375 10.9285 17.8227 11.3762 18.375 11.3762C18.9273 11.3762 19.375 10.9285 19.375 10.3762V10.3672Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.8176 14.5412C23.002 15.0618 22.7294 15.6333 22.2088 15.8177C21.6752 16.0067 21.0587 16.4135 20.4057 16.9862C19.763 17.5499 19.1378 18.2268 18.5841 18.8906C18.0322 19.5521 17.5635 20.1859 17.2324 20.6548C17.0672 20.8888 16.9372 21.0805 16.8493 21.2126L16.7191 21.4113C16.5258 21.7153 16.1837 21.8921 15.8239 21.8737C15.4639 21.8553 15.1418 21.6446 14.9806 21.3222C14.5399 20.4409 14.1446 20.0899 13.9453 19.9571C13.861 19.9009 13.804 19.8783 13.7814 19.8707C13.273 19.8235 12.875 19.3957 12.875 18.875C12.875 18.3227 13.3227 17.875 13.875 17.875C13.9574 17.8758 14.1621 17.8909 14.3216 17.9448C14.5295 18.0041 14.7803 18.11 15.0547 18.293C15.329 18.4758 15.6166 18.7286 15.9054 19.0745C16.2206 18.6437 16.609 18.136 17.0483 17.6094C17.6416 16.8982 18.34 16.1377 19.087 15.4826C19.8236 14.8365 20.663 14.2434 21.5412 13.9324C22.0618 13.748 22.6332 14.0206 22.8176 14.5412Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-permanent-job{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 6C4.5 5.44772 4.94772 5 5.5 5H6.5C7.05228 5 7.5 5.44772 7.5 6C7.5 6.55228 7.05228 7 6.5 7H5.5C4.94772 7 4.5 6.55228 4.5 6ZM8.5 6C8.5 5.44772 8.94772 5 9.5 5H10.5C11.0523 5 11.5 5.44772 11.5 6C11.5 6.55228 11.0523 7 10.5 7H9.5C8.94772 7 8.5 6.55228 8.5 6ZM4.5 9C4.5 8.44772 4.94772 8 5.5 8H6.5C7.05228 8 7.5 8.44772 7.5 9C7.5 9.55228 7.05228 10 6.5 10H5.5C4.94772 10 4.5 9.55228 4.5 9ZM8.5 9C8.5 8.44772 8.94772 8 9.5 8H10.5C11.0523 8 11.5 8.44772 11.5 9C11.5 9.55228 11.0523 10 10.5 10H9.5C8.94772 10 8.5 9.55228 8.5 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4381 1.36606C10.5745 1.24994 9.48324 1.24997 8.15991 1.25H8.15988H8.02194H8.0219C6.69858 1.24997 5.60735 1.24994 4.74369 1.36606C3.83695 1.48796 3.03615 1.75375 2.39495 2.39495C1.75375 3.03615 1.48796 3.83695 1.36606 4.74369C1.24994 5.60735 1.24997 6.69858 1.25 8.0219V8.02194L1.25 11.0227C1.25 11.5625 1.68754 12 2.22727 12C2.76701 12 3.20455 11.5625 3.20455 11.0227V8.09091C3.20455 6.68121 3.20662 5.72225 3.30317 5.00413C3.39594 4.31412 3.55951 3.99453 3.77702 3.77702C3.99453 3.55951 4.31412 3.39594 5.00413 3.30317C5.72225 3.20662 6.68121 3.20455 8.09091 3.20455C9.50061 3.20455 10.4596 3.20662 11.1777 3.30317C11.8677 3.39594 12.1873 3.55951 12.4048 3.77702C12.6223 3.99453 12.7859 4.31412 12.8786 5.00413C12.9752 5.72225 12.9773 6.68121 12.9773 8.09091V21.7727C12.9773 22.3125 13.4148 22.75 13.9545 22.75L17.9279 22.75H17.928H17.928C18.7943 22.75 19.5408 22.7501 20.1385 22.6697C20.7791 22.5836 21.3932 22.3894 21.8913 21.8913C22.3894 21.3932 22.5836 20.7791 22.6697 20.1385C22.7501 19.5408 22.75 18.7943 22.75 17.928V17.928V17.9279V11.9357V11.9357V11.9356C22.75 11.0693 22.7501 10.3229 22.6697 9.72511C22.5836 9.08449 22.3894 8.47042 21.8913 7.97235C21.3932 7.47427 20.7791 7.28004 20.1385 7.19391C19.5408 7.11354 18.7943 7.11359 17.928 7.11363L14.9303 7.11364C14.9252 6.19045 14.9042 5.40114 14.8158 4.74369C14.6939 3.83695 14.4281 3.03615 13.7869 2.39495C13.1457 1.75375 12.3449 1.48796 11.4381 1.36606ZM17.5 10.25C17.0858 10.25 16.75 10.5858 16.75 11C16.75 11.4142 17.0858 11.75 17.5 11.75H18.5C18.9142 11.75 19.25 11.4142 19.25 11C19.25 10.5858 18.9142 10.25 18.5 10.25H17.5ZM17.5 14.25C17.0858 14.25 16.75 14.5858 16.75 15C16.75 15.4142 17.0858 15.75 17.5 15.75H18.5C18.9142 15.75 19.25 15.4142 19.25 15C19.25 14.5858 18.9142 14.25 18.5 14.25H17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.2501 14C3.2501 12.4812 4.48132 11.25 6.0001 11.25C7.51888 11.25 8.7501 12.4812 8.7501 14C8.7501 15.5188 7.51888 16.75 6.0001 16.75C4.48132 16.75 3.2501 15.5188 3.2501 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.17273 18.1177C4.89978 16.9608 7.10042 16.9608 8.82747 18.1177C9.13753 18.3137 9.84353 18.7614 10.2143 19.1697C10.4496 19.4288 10.6977 19.7967 10.7429 20.2626C10.7915 20.7627 10.5935 21.2221 10.2317 21.6099C9.68462 22.1963 8.95301 22.75 7.95971 22.75H4.04048C3.04719 22.75 2.31558 22.1963 1.76846 21.6099C1.40665 21.2221 1.20867 20.7627 1.25726 20.2626C1.30253 19.7967 1.55059 19.4288 1.78592 19.1697C2.15667 18.7614 2.86266 18.3137 3.17273 18.1177Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 6C4.5 5.44772 4.94772 5 5.5 5H6.5C7.05228 5 7.5 5.44772 7.5 6C7.5 6.55228 7.05228 7 6.5 7H5.5C4.94772 7 4.5 6.55228 4.5 6ZM8.5 6C8.5 5.44772 8.94772 5 9.5 5H10.5C11.0523 5 11.5 5.44772 11.5 6C11.5 6.55228 11.0523 7 10.5 7H9.5C8.94772 7 8.5 6.55228 8.5 6ZM4.5 9C4.5 8.44772 4.94772 8 5.5 8H6.5C7.05228 8 7.5 8.44772 7.5 9C7.5 9.55228 7.05228 10 6.5 10H5.5C4.94772 10 4.5 9.55228 4.5 9ZM8.5 9C8.5 8.44772 8.94772 8 9.5 8H10.5C11.0523 8 11.5 8.44772 11.5 9C11.5 9.55228 11.0523 10 10.5 10H9.5C8.94772 10 8.5 9.55228 8.5 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4381 1.36606C10.5745 1.24994 9.48324 1.24997 8.15991 1.25H8.15988H8.02194H8.0219C6.69858 1.24997 5.60735 1.24994 4.74369 1.36606C3.83695 1.48796 3.03615 1.75375 2.39495 2.39495C1.75375 3.03615 1.48796 3.83695 1.36606 4.74369C1.24994 5.60735 1.24997 6.69858 1.25 8.0219V8.02194L1.25 11.0227C1.25 11.5625 1.68754 12 2.22727 12C2.76701 12 3.20455 11.5625 3.20455 11.0227V8.09091C3.20455 6.68121 3.20662 5.72225 3.30317 5.00413C3.39594 4.31412 3.55951 3.99453 3.77702 3.77702C3.99453 3.55951 4.31412 3.39594 5.00413 3.30317C5.72225 3.20662 6.68121 3.20455 8.09091 3.20455C9.50061 3.20455 10.4596 3.20662 11.1777 3.30317C11.8677 3.39594 12.1873 3.55951 12.4048 3.77702C12.6223 3.99453 12.7859 4.31412 12.8786 5.00413C12.9752 5.72225 12.9773 6.68121 12.9773 8.09091V21.7727C12.9773 22.3125 13.4148 22.75 13.9545 22.75L17.9279 22.75H17.928H17.928C18.7943 22.75 19.5408 22.7501 20.1385 22.6697C20.7791 22.5836 21.3932 22.3894 21.8913 21.8913C22.3894 21.3932 22.5836 20.7791 22.6697 20.1385C22.7501 19.5408 22.75 18.7943 22.75 17.928V17.928V17.9279V11.9357V11.9357V11.9356C22.75 11.0693 22.7501 10.3229 22.6697 9.72511C22.5836 9.08449 22.3894 8.47042 21.8913 7.97235C21.3932 7.47427 20.7791 7.28004 20.1385 7.19391C19.5408 7.11354 18.7943 7.11359 17.928 7.11363L14.9303 7.11364C14.9252 6.19045 14.9042 5.40114 14.8158 4.74369C14.6939 3.83695 14.4281 3.03615 13.7869 2.39495C13.1457 1.75375 12.3449 1.48796 11.4381 1.36606ZM17.5 10.25C17.0858 10.25 16.75 10.5858 16.75 11C16.75 11.4142 17.0858 11.75 17.5 11.75H18.5C18.9142 11.75 19.25 11.4142 19.25 11C19.25 10.5858 18.9142 10.25 18.5 10.25H17.5ZM17.5 14.25C17.0858 14.25 16.75 14.5858 16.75 15C16.75 15.4142 17.0858 15.75 17.5 15.75H18.5C18.9142 15.75 19.25 15.4142 19.25 15C19.25 14.5858 18.9142 14.25 18.5 14.25H17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.2501 14C3.2501 12.4812 4.48132 11.25 6.0001 11.25C7.51888 11.25 8.7501 12.4812 8.7501 14C8.7501 15.5188 7.51888 16.75 6.0001 16.75C4.48132 16.75 3.2501 15.5188 3.2501 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.17273 18.1177C4.89978 16.9608 7.10042 16.9608 8.82747 18.1177C9.13753 18.3137 9.84353 18.7614 10.2143 19.1697C10.4496 19.4288 10.6977 19.7967 10.7429 20.2626C10.7915 20.7627 10.5935 21.2221 10.2317 21.6099C9.68462 22.1963 8.95301 22.75 7.95971 22.75H4.04048C3.04719 22.75 2.31558 22.1963 1.76846 21.6099C1.40665 21.2221 1.20867 20.7627 1.25726 20.2626C1.30253 19.7967 1.55059 19.4288 1.78592 19.1697C2.15667 18.7614 2.86266 18.3137 3.17273 18.1177Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-pie-chart-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0242 1.90522C15.7462 1.74998 14.1227 1.74999 12.0513 1.75H11.9487C9.87731 1.74999 8.25376 1.74998 6.97578 1.90522C5.66982 2.06386 4.62456 2.39411 3.76567 3.12767C3.53662 3.3233 3.3233 3.53662 3.12767 3.76567C2.39411 4.62456 2.06386 5.66982 1.90522 6.97578C1.74998 8.25376 1.74999 9.87731 1.75 11.9487V12.0513C1.74999 14.1227 1.74998 15.7462 1.90522 17.0242C2.06386 18.3302 2.39411 19.3754 3.12767 20.2343C3.3233 20.4634 3.53662 20.6767 3.76567 20.8723C4.62456 21.6059 5.66982 21.9361 6.97578 22.0948C8.25376 22.25 9.87731 22.25 11.9487 22.25H12.0513C14.1227 22.25 15.7462 22.25 17.0242 22.0948C18.3302 21.9361 19.3754 21.6059 20.2343 20.8723C20.4634 20.6767 20.6767 20.4634 20.8723 20.2343C21.6059 19.3754 21.9361 18.3302 22.0948 17.0242C22.25 15.7462 22.25 14.1227 22.25 12.0513V11.9487C22.25 9.87731 22.25 8.25376 22.0948 6.97578C21.9361 5.66982 21.6059 4.62456 20.8723 3.76567C20.6767 3.53662 20.4634 3.3233 20.2343 3.12767C19.3754 2.39411 18.3302 2.06386 17.0242 1.90522ZM17.5886 12.7579C17.2686 12.2251 16.7031 12.1978 15.5723 12.1432L14.4076 12.0871C13.3099 12.0341 12.761 12.0077 12.4366 11.6533C12.1121 11.299 12.1389 10.7552 12.1923 9.66751L12.249 8.51363C12.304 7.39315 12.3316 6.83292 11.8274 6.46559C11.3232 6.09825 10.9064 6.24962 10.0728 6.55234C9.72928 6.67711 9.39677 6.83423 9.08002 7.02252C8.09145 7.61018 7.30097 8.47509 6.80853 9.50788C6.31609 10.5407 6.14381 11.6949 6.31348 12.8247C6.48315 13.9545 6.98714 15.0091 7.76174 15.8551C8.53633 16.7011 9.54672 17.3005 10.6652 17.5776C11.7836 17.8546 12.9598 17.7968 14.0451 17.4115C15.1304 17.0262 16.076 16.3307 16.7623 15.413C16.9822 15.1189 17.1724 14.8063 17.3311 14.4797C17.7161 13.6871 17.9086 13.2908 17.5886 12.7579Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0242 1.90522C15.7462 1.74998 14.1227 1.74999 12.0513 1.75H11.9487C9.87731 1.74999 8.25376 1.74998 6.97578 1.90522C5.66982 2.06386 4.62456 2.39411 3.76567 3.12767C3.53662 3.3233 3.3233 3.53662 3.12767 3.76567C2.39411 4.62456 2.06386 5.66982 1.90522 6.97578C1.74998 8.25376 1.74999 9.87731 1.75 11.9487V12.0513C1.74999 14.1227 1.74998 15.7462 1.90522 17.0242C2.06386 18.3302 2.39411 19.3754 3.12767 20.2343C3.3233 20.4634 3.53662 20.6767 3.76567 20.8723C4.62456 21.6059 5.66982 21.9361 6.97578 22.0948C8.25376 22.25 9.87731 22.25 11.9487 22.25H12.0513C14.1227 22.25 15.7462 22.25 17.0242 22.0948C18.3302 21.9361 19.3754 21.6059 20.2343 20.8723C20.4634 20.6767 20.6767 20.4634 20.8723 20.2343C21.6059 19.3754 21.9361 18.3302 22.0948 17.0242C22.25 15.7462 22.25 14.1227 22.25 12.0513V11.9487C22.25 9.87731 22.25 8.25376 22.0948 6.97578C21.9361 5.66982 21.6059 4.62456 20.8723 3.76567C20.6767 3.53662 20.4634 3.3233 20.2343 3.12767C19.3754 2.39411 18.3302 2.06386 17.0242 1.90522ZM17.5886 12.7579C17.2686 12.2251 16.7031 12.1978 15.5723 12.1432L14.4076 12.0871C13.3099 12.0341 12.761 12.0077 12.4366 11.6533C12.1121 11.299 12.1389 10.7552 12.1923 9.66751L12.249 8.51363C12.304 7.39315 12.3316 6.83292 11.8274 6.46559C11.3232 6.09825 10.9064 6.24962 10.0728 6.55234C9.72928 6.67711 9.39677 6.83423 9.08002 7.02252C8.09145 7.61018 7.30097 8.47509 6.80853 9.50788C6.31609 10.5407 6.14381 11.6949 6.31348 12.8247C6.48315 13.9545 6.98714 15.0091 7.76174 15.8551C8.53633 16.7011 9.54672 17.3005 10.6652 17.5776C11.7836 17.8546 12.9598 17.7968 14.0451 17.4115C15.1304 17.0262 16.076 16.3307 16.7623 15.413C16.9822 15.1189 17.1724 14.8063 17.3311 14.4797C17.7161 13.6871 17.9086 13.2908 17.5886 12.7579Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-pie-chart{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2033 14.647C21.0752 14.479 21.5111 14.395 21.6606 14.5463C21.6782 14.5641 21.6891 14.5772 21.7034 14.5977C21.8254 14.772 21.6974 15.1004 21.4414 15.7573C19.9607 19.5573 16.2657 22.25 11.9417 22.25C6.313 22.25 1.75 17.687 1.75 12.0582C1.75 7.73431 4.44269 4.03928 8.24269 2.55853C8.89947 2.30261 9.22786 2.17465 9.40211 2.29656C9.42264 2.31092 9.43574 2.32185 9.45357 2.33945C9.60489 2.48888 9.52088 2.9248 9.35287 3.79663C9.20681 4.55454 9.20711 5.44239 9.20739 6.24922C9.20757 6.77036 9.20752 7.2915 9.20747 7.81264C9.20744 8.06101 9.20742 8.30938 9.20742 8.55775L9.20741 8.63425C9.2073 9.48139 9.20719 10.3242 9.3015 11.0256C9.40887 11.8243 9.67386 12.7624 10.4557 13.5442C11.2375 14.326 12.1756 14.591 12.9743 14.6984C13.6754 14.7927 14.5177 14.7926 15.3643 14.7925C15.3903 14.7925 15.4162 14.7925 15.4421 14.7925L17.6603 14.7925C17.6903 14.7925 17.7203 14.7925 17.7505 14.7925C18.5574 14.7928 19.4453 14.7931 20.2033 14.647Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.683 2.40072L15.6184 2.37394C14.9931 2.11478 14.4112 1.8736 13.8718 1.78681C13.2432 1.68566 12.6691 1.78791 12.0721 2.15656C12.0237 2.18644 11.9521 2.23426 11.906 2.26753C11.2953 2.70804 11.0022 3.28368 10.8689 3.97508C10.7496 4.59427 10.7497 5.36328 10.7498 6.24867L10.7498 8.47956C10.7497 9.39501 10.7497 10.157 10.831 10.7617C10.9167 11.3993 11.1051 11.9731 11.5658 12.4339C12.0266 12.8946 12.6003 13.083 13.238 13.1687C13.8426 13.25 14.6046 13.25 15.5201 13.2499L17.751 13.2499C18.6364 13.25 19.4054 13.2501 20.0246 13.1308C20.716 12.9975 21.2916 12.7044 21.7322 12.0937C21.7654 12.0476 21.8133 11.976 21.8431 11.9276C22.2118 11.3306 22.314 10.7565 22.2129 10.1279C22.1261 9.58851 21.8849 9.0066 21.6258 8.38133L21.599 8.3167C21.0496 6.99045 20.2444 5.7854 19.2294 4.77033C18.2143 3.75527 17.0092 2.95007 15.683 2.40072Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2033 14.647C21.0752 14.479 21.5111 14.395 21.6606 14.5463C21.6782 14.5641 21.6891 14.5772 21.7034 14.5977C21.8254 14.772 21.6974 15.1004 21.4414 15.7573C19.9607 19.5573 16.2657 22.25 11.9417 22.25C6.313 22.25 1.75 17.687 1.75 12.0582C1.75 7.73431 4.44269 4.03928 8.24269 2.55853C8.89947 2.30261 9.22786 2.17465 9.40211 2.29656C9.42264 2.31092 9.43574 2.32185 9.45357 2.33945C9.60489 2.48888 9.52088 2.9248 9.35287 3.79663C9.20681 4.55454 9.20711 5.44239 9.20739 6.24922C9.20757 6.77036 9.20752 7.2915 9.20747 7.81264C9.20744 8.06101 9.20742 8.30938 9.20742 8.55775L9.20741 8.63425C9.2073 9.48139 9.20719 10.3242 9.3015 11.0256C9.40887 11.8243 9.67386 12.7624 10.4557 13.5442C11.2375 14.326 12.1756 14.591 12.9743 14.6984C13.6754 14.7927 14.5177 14.7926 15.3643 14.7925C15.3903 14.7925 15.4162 14.7925 15.4421 14.7925L17.6603 14.7925C17.6903 14.7925 17.7203 14.7925 17.7505 14.7925C18.5574 14.7928 19.4453 14.7931 20.2033 14.647Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.683 2.40072L15.6184 2.37394C14.9931 2.11478 14.4112 1.8736 13.8718 1.78681C13.2432 1.68566 12.6691 1.78791 12.0721 2.15656C12.0237 2.18644 11.9521 2.23426 11.906 2.26753C11.2953 2.70804 11.0022 3.28368 10.8689 3.97508C10.7496 4.59427 10.7497 5.36328 10.7498 6.24867L10.7498 8.47956C10.7497 9.39501 10.7497 10.157 10.831 10.7617C10.9167 11.3993 11.1051 11.9731 11.5658 12.4339C12.0266 12.8946 12.6003 13.083 13.238 13.1687C13.8426 13.25 14.6046 13.25 15.5201 13.2499L17.751 13.2499C18.6364 13.25 19.4054 13.2501 20.0246 13.1308C20.716 12.9975 21.2916 12.7044 21.7322 12.0937C21.7654 12.0476 21.8133 11.976 21.8431 11.9276C22.2118 11.3306 22.314 10.7565 22.2129 10.1279C22.1261 9.58851 21.8849 9.0066 21.6258 8.38133L21.599 8.3167C21.0496 6.99045 20.2444 5.7854 19.2294 4.77033C18.2143 3.75527 17.0092 2.95007 15.683 2.40072Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-piggy-bank{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.4626 10.4629C4.6052 6.88503 8.4509 4.375 12.875 4.375C18.1259 4.375 22.625 7.94642 22.625 12.625C22.625 14.9383 21.5046 17.0029 19.751 18.4777C19.6603 18.5541 19.625 18.6458 19.625 18.7169V21.125C19.625 21.5392 19.2892 21.875 18.875 21.875H16.875C16.6304 21.875 16.4012 21.7557 16.2608 21.5555L15.562 20.5584C13.8062 20.9833 11.9438 20.9833 10.188 20.5584L9.48917 21.5555C9.34879 21.7557 9.11958 21.875 8.875 21.875H6.875C6.46079 21.875 6.125 21.5392 6.125 21.125V18.7404C6.125 18.6582 6.08459 18.5813 6.01691 18.5346C5.79463 18.3814 5.43467 18.1827 4.96174 17.9216L4.91302 17.8947C4.43579 17.6312 3.87777 17.3211 3.3501 16.9818C2.82727 16.6456 2.29806 16.2581 1.89229 15.8284C1.49849 15.4115 1.125 14.8535 1.125 14.1832V12.625C1.125 11.6686 1.8606 10.8036 2.875 10.8036C3.08727 10.8036 3.21497 10.7616 3.2874 10.7174C3.34554 10.6819 3.41261 10.6194 3.4626 10.4629ZM10.0322 7.45802C10.7609 7.08328 11.5495 6.875 12.3752 6.875C13.2009 6.875 13.9894 7.08328 14.7181 7.45802C15.0865 7.64744 15.2316 8.09962 15.0421 8.46798C14.8527 8.83634 14.4005 8.9814 14.0322 8.79198C13.497 8.51676 12.9421 8.375 12.3752 8.375C11.8082 8.375 11.2534 8.51676 10.7181 8.79198C10.3498 8.9814 9.8976 8.83634 9.70818 8.46798C9.51875 8.09962 9.66381 7.64744 10.0322 7.45802ZM7.375 10.125C6.82272 10.125 6.375 10.5727 6.375 11.125C6.375 11.6773 6.82272 12.125 7.375 12.125H7.38398C7.93627 12.125 8.38398 11.6773 8.38398 11.125C8.38398 10.5727 7.93627 10.125 7.38398 10.125H7.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.1682 9.33211C20.5587 9.72263 21.1919 9.72263 21.5824 9.33211C22.2684 8.64605 22.8753 7.45527 22.8753 5.95553C22.8753 3.786 21.0288 2.125 18.8753 2.125C18.4163 2.125 17.9729 2.19936 17.5589 2.33742C17.035 2.51214 16.7519 3.0785 16.9266 3.60242C17.1013 4.12634 17.6677 4.40942 18.1916 4.2347C18.4032 4.16416 18.633 4.125 18.8753 4.125C20.0354 4.125 20.8753 4.99854 20.8753 5.95553C20.8753 6.92066 20.4821 7.60395 20.1682 7.91789C19.7776 8.30842 19.7776 8.94158 20.1682 9.33211Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.4626 10.4629C4.6052 6.88503 8.4509 4.375 12.875 4.375C18.1259 4.375 22.625 7.94642 22.625 12.625C22.625 14.9383 21.5046 17.0029 19.751 18.4777C19.6603 18.5541 19.625 18.6458 19.625 18.7169V21.125C19.625 21.5392 19.2892 21.875 18.875 21.875H16.875C16.6304 21.875 16.4012 21.7557 16.2608 21.5555L15.562 20.5584C13.8062 20.9833 11.9438 20.9833 10.188 20.5584L9.48917 21.5555C9.34879 21.7557 9.11958 21.875 8.875 21.875H6.875C6.46079 21.875 6.125 21.5392 6.125 21.125V18.7404C6.125 18.6582 6.08459 18.5813 6.01691 18.5346C5.79463 18.3814 5.43467 18.1827 4.96174 17.9216L4.91302 17.8947C4.43579 17.6312 3.87777 17.3211 3.3501 16.9818C2.82727 16.6456 2.29806 16.2581 1.89229 15.8284C1.49849 15.4115 1.125 14.8535 1.125 14.1832V12.625C1.125 11.6686 1.8606 10.8036 2.875 10.8036C3.08727 10.8036 3.21497 10.7616 3.2874 10.7174C3.34554 10.6819 3.41261 10.6194 3.4626 10.4629ZM10.0322 7.45802C10.7609 7.08328 11.5495 6.875 12.3752 6.875C13.2009 6.875 13.9894 7.08328 14.7181 7.45802C15.0865 7.64744 15.2316 8.09962 15.0421 8.46798C14.8527 8.83634 14.4005 8.9814 14.0322 8.79198C13.497 8.51676 12.9421 8.375 12.3752 8.375C11.8082 8.375 11.2534 8.51676 10.7181 8.79198C10.3498 8.9814 9.8976 8.83634 9.70818 8.46798C9.51875 8.09962 9.66381 7.64744 10.0322 7.45802ZM7.375 10.125C6.82272 10.125 6.375 10.5727 6.375 11.125C6.375 11.6773 6.82272 12.125 7.375 12.125H7.38398C7.93627 12.125 8.38398 11.6773 8.38398 11.125C8.38398 10.5727 7.93627 10.125 7.38398 10.125H7.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.1682 9.33211C20.5587 9.72263 21.1919 9.72263 21.5824 9.33211C22.2684 8.64605 22.8753 7.45527 22.8753 5.95553C22.8753 3.786 21.0288 2.125 18.8753 2.125C18.4163 2.125 17.9729 2.19936 17.5589 2.33742C17.035 2.51214 16.7519 3.0785 16.9266 3.60242C17.1013 4.12634 17.6677 4.40942 18.1916 4.2347C18.4032 4.16416 18.633 4.125 18.8753 4.125C20.0354 4.125 20.8753 4.99854 20.8753 5.95553C20.8753 6.92066 20.4821 7.60395 20.1682 7.91789C19.7776 8.30842 19.7776 8.94158 20.1682 9.33211Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-pound-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12.4706 8.25C11.4975 8.25 10.6324 9.10195 10.6324 10.25C10.6324 11.3981 11.4975 12.25 12.4706 12.25H13.5C13.9142 12.25 14.25 12.5858 14.25 13C14.25 13.4142 13.9142 13.75 13.5 13.75H12.0844C11.8109 14.3617 11.4826 14.9703 11.0963 15.5131C11.0394 15.593 10.9808 15.6721 10.9206 15.75H14.5242L14.5347 15.7496C14.5478 15.749 14.5711 15.7477 14.6025 15.7445C14.666 15.7382 14.7582 15.7253 14.8636 15.6991C15.0834 15.6446 15.3085 15.5462 15.4719 15.3841C15.766 15.0925 16.2409 15.0944 16.5325 15.3886C16.8242 15.6827 16.8222 16.1575 16.5281 16.4492C16.1033 16.8705 15.5931 17.0637 15.2246 17.155C15.0359 17.2018 14.8708 17.2253 14.7505 17.2372L14.5294 17.25H8.94118C8.59288 17.25 8.29041 17.0102 8.21095 16.6711C8.1315 16.332 8.29596 15.9828 8.60801 15.8281C9.04584 15.611 9.47373 15.2059 9.87428 14.6432C10.0692 14.3694 10.2507 14.068 10.4181 13.75H8.5C8.08579 13.75 7.75 13.4142 7.75 13C7.75 12.5858 8.08579 12.25 8.5 12.25H9.73169C9.35213 11.6778 9.13235 10.985 9.13235 10.25C9.13235 8.36049 10.5847 6.75 12.4706 6.75C14.3564 6.75 15.8088 8.36049 15.8088 10.25C15.8088 10.6642 15.473 11 15.0588 11C14.6446 11 14.3088 10.6642 14.3088 10.25C14.3088 9.10195 13.4436 8.25 12.4706 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12.4706 8.25C11.4975 8.25 10.6324 9.10195 10.6324 10.25C10.6324 11.3981 11.4975 12.25 12.4706 12.25H13.5C13.9142 12.25 14.25 12.5858 14.25 13C14.25 13.4142 13.9142 13.75 13.5 13.75H12.0844C11.8109 14.3617 11.4826 14.9703 11.0963 15.5131C11.0394 15.593 10.9808 15.6721 10.9206 15.75H14.5242L14.5347 15.7496C14.5478 15.749 14.5711 15.7477 14.6025 15.7445C14.666 15.7382 14.7582 15.7253 14.8636 15.6991C15.0834 15.6446 15.3085 15.5462 15.4719 15.3841C15.766 15.0925 16.2409 15.0944 16.5325 15.3886C16.8242 15.6827 16.8222 16.1575 16.5281 16.4492C16.1033 16.8705 15.5931 17.0637 15.2246 17.155C15.0359 17.2018 14.8708 17.2253 14.7505 17.2372L14.5294 17.25H8.94118C8.59288 17.25 8.29041 17.0102 8.21095 16.6711C8.1315 16.332 8.29596 15.9828 8.60801 15.8281C9.04584 15.611 9.47373 15.2059 9.87428 14.6432C10.0692 14.3694 10.2507 14.068 10.4181 13.75H8.5C8.08579 13.75 7.75 13.4142 7.75 13C7.75 12.5858 8.08579 12.25 8.5 12.25H9.73169C9.35213 11.6778 9.13235 10.985 9.13235 10.25C9.13235 8.36049 10.5847 6.75 12.4706 6.75C14.3564 6.75 15.8088 8.36049 15.8088 10.25C15.8088 10.6642 15.473 11 15.0588 11C14.6446 11 14.3088 10.6642 14.3088 10.25C14.3088 9.10195 13.4436 8.25 12.4706 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-pound-receive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.0001 5C6.21883 5 4.6001 6.6394 4.6001 8.88889C4.6001 11.1384 6.21883 12.7778 8.0001 12.7778H9.56933C10.1216 12.7778 10.5693 13.2255 10.5693 13.7778C10.5693 14.3301 10.1216 14.7778 9.56933 14.7778H7.1761C6.70289 15.9104 6.12988 17.0387 5.45176 18.0349C5.22446 18.3688 4.98201 18.6929 4.72381 19H11.4946C11.4981 18.9999 11.5065 18.9997 11.5194 18.9991C11.5454 18.9979 11.5891 18.9951 11.6469 18.9891C11.7636 18.977 11.9317 18.9523 12.1241 18.9024C12.519 18.8 12.9523 18.6089 13.2803 18.2688C13.6636 17.8713 14.2967 17.8598 14.6942 18.2431C15.0918 18.6265 15.1033 19.2595 14.7199 19.6571C14.0479 20.3541 13.2312 20.6815 12.6261 20.8384C12.3185 20.9181 12.0491 20.9582 11.8532 20.9785C11.7422 20.9916 11.5715 20.9983 11.5001 21H2.0001C1.53906 21 1.13778 20.6848 1.02856 20.2369C0.919343 19.789 1.1305 19.3245 1.53978 19.1122C2.33734 18.6987 3.09893 17.9372 3.79843 16.9095C4.23707 16.2651 4.63516 15.5398 4.99044 14.7778H2.0001C1.44781 14.7778 1.0001 14.3301 1.0001 13.7778C1.0001 13.2255 1.44781 12.7778 2.0001 12.7778H3.94465C3.10044 11.7256 2.6001 10.3517 2.6001 8.88889C2.6001 5.73826 4.92126 3 8.0001 3C11.0789 3 13.4001 5.73826 13.4001 8.88889C13.4001 9.44117 12.9524 9.88889 12.4001 9.88889C11.8478 9.88889 11.4001 9.44117 11.4001 8.88889C11.4001 6.6394 9.78136 5 8.0001 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 14.0059C22.5523 14.0059 23 13.5581 23 13.0059C23 12.4536 22.5523 12.0059 22 12.0059L18.5 12.0059L18.5 11.4116C18.5001 11.236 18.5003 11.0203 18.4782 10.8439L18.4778 10.8405C18.462 10.7141 18.3902 10.138 17.8246 9.86368C17.2577 9.58872 16.7576 9.89065 16.6494 9.95597L16.6454 9.95841C16.4924 10.0506 16.3215 10.1848 16.1809 10.2951L16.1507 10.3188C15.7748 10.6135 15.2906 10.9954 14.8996 11.3759C14.7045 11.5657 14.5033 11.783 14.3444 12.0139C14.2032 12.2191 14 12.5693 14 13C14 13.4307 14.2032 13.7809 14.3444 13.9861C14.5033 14.217 14.7045 14.4343 14.8996 14.6241C15.2906 15.0046 15.7748 15.3865 16.1507 15.6812L16.1809 15.7049C16.3215 15.8152 16.4923 15.9494 16.6454 16.0416L16.6494 16.044C16.7576 16.1093 17.2578 16.4113 17.8246 16.1363C18.3902 15.862 18.462 15.2859 18.4778 15.1595L18.4782 15.1561C18.5003 14.9797 18.5001 14.764 18.5 14.5884L18.5 14.0059L22 14.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.0001 5C6.21883 5 4.6001 6.6394 4.6001 8.88889C4.6001 11.1384 6.21883 12.7778 8.0001 12.7778H9.56933C10.1216 12.7778 10.5693 13.2255 10.5693 13.7778C10.5693 14.3301 10.1216 14.7778 9.56933 14.7778H7.1761C6.70289 15.9104 6.12988 17.0387 5.45176 18.0349C5.22446 18.3688 4.98201 18.6929 4.72381 19H11.4946C11.4981 18.9999 11.5065 18.9997 11.5194 18.9991C11.5454 18.9979 11.5891 18.9951 11.6469 18.9891C11.7636 18.977 11.9317 18.9523 12.1241 18.9024C12.519 18.8 12.9523 18.6089 13.2803 18.2688C13.6636 17.8713 14.2967 17.8598 14.6942 18.2431C15.0918 18.6265 15.1033 19.2595 14.7199 19.6571C14.0479 20.3541 13.2312 20.6815 12.6261 20.8384C12.3185 20.9181 12.0491 20.9582 11.8532 20.9785C11.7422 20.9916 11.5715 20.9983 11.5001 21H2.0001C1.53906 21 1.13778 20.6848 1.02856 20.2369C0.919343 19.789 1.1305 19.3245 1.53978 19.1122C2.33734 18.6987 3.09893 17.9372 3.79843 16.9095C4.23707 16.2651 4.63516 15.5398 4.99044 14.7778H2.0001C1.44781 14.7778 1.0001 14.3301 1.0001 13.7778C1.0001 13.2255 1.44781 12.7778 2.0001 12.7778H3.94465C3.10044 11.7256 2.6001 10.3517 2.6001 8.88889C2.6001 5.73826 4.92126 3 8.0001 3C11.0789 3 13.4001 5.73826 13.4001 8.88889C13.4001 9.44117 12.9524 9.88889 12.4001 9.88889C11.8478 9.88889 11.4001 9.44117 11.4001 8.88889C11.4001 6.6394 9.78136 5 8.0001 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 14.0059C22.5523 14.0059 23 13.5581 23 13.0059C23 12.4536 22.5523 12.0059 22 12.0059L18.5 12.0059L18.5 11.4116C18.5001 11.236 18.5003 11.0203 18.4782 10.8439L18.4778 10.8405C18.462 10.7141 18.3902 10.138 17.8246 9.86368C17.2577 9.58872 16.7576 9.89065 16.6494 9.95597L16.6454 9.95841C16.4924 10.0506 16.3215 10.1848 16.1809 10.2951L16.1507 10.3188C15.7748 10.6135 15.2906 10.9954 14.8996 11.3759C14.7045 11.5657 14.5033 11.783 14.3444 12.0139C14.2032 12.2191 14 12.5693 14 13C14 13.4307 14.2032 13.7809 14.3444 13.9861C14.5033 14.217 14.7045 14.4343 14.8996 14.6241C15.2906 15.0046 15.7748 15.3865 16.1507 15.6812L16.1809 15.7049C16.3215 15.8152 16.4923 15.9494 16.6454 16.0416L16.6494 16.044C16.7576 16.1093 17.2578 16.4113 17.8246 16.1363C18.3902 15.862 18.462 15.2859 18.4778 15.1595L18.4782 15.1561C18.5003 14.9797 18.5001 14.764 18.5 14.5884L18.5 14.0059L22 14.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-pound-send{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.0001 5C6.21883 5 4.6001 6.6394 4.6001 8.88889C4.6001 11.1384 6.21883 12.7778 8.0001 12.7778H9.56933C10.1216 12.7778 10.5693 13.2255 10.5693 13.7778C10.5693 14.3301 10.1216 14.7778 9.56933 14.7778H7.1761C6.70289 15.9104 6.12988 17.0387 5.45176 18.0349C5.22446 18.3688 4.98201 18.6929 4.72381 19H11.4946C11.4981 18.9999 11.5065 18.9997 11.5194 18.9991C11.5454 18.9979 11.5891 18.9951 11.6469 18.9891C11.7636 18.977 11.9317 18.9523 12.1241 18.9024C12.519 18.8 12.9523 18.6089 13.2803 18.2688C13.6636 17.8713 14.2967 17.8598 14.6942 18.2431C15.0918 18.6265 15.1033 19.2595 14.7199 19.6571C14.0479 20.3541 13.2312 20.6815 12.6261 20.8384C12.3185 20.9181 12.0491 20.9582 11.8532 20.9785C11.7313 20.993 11.567 20.9989 11.5001 21H2.0001C1.53906 21 1.13778 20.6848 1.02856 20.2369C0.919343 19.789 1.1305 19.3245 1.53978 19.1122C2.33734 18.6987 3.09893 17.9372 3.79843 16.9095C4.23707 16.2651 4.63516 15.5398 4.99044 14.7778H2.0001C1.44781 14.7778 1.0001 14.3301 1.0001 13.7778C1.0001 13.2255 1.44781 12.7778 2.0001 12.7778H3.94465C3.10044 11.7256 2.6001 10.3517 2.6001 8.88889C2.6001 5.73826 4.92126 3 8.0001 3C11.0789 3 13.4001 5.73826 13.4001 8.88889C13.4001 9.44117 12.9524 9.88889 12.4001 9.88889C11.8478 9.88889 11.4001 9.44117 11.4001 8.88889C11.4001 6.6394 9.78136 5 8.0001 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 14.0059C14.4477 14.0059 14 13.5581 14 13.0059C14 12.4536 14.4477 12.0059 15 12.0059L18.5 12.0059L18.5 11.4116C18.4999 11.236 18.4997 11.0203 18.5218 10.8439L18.5222 10.8405C18.538 10.7141 18.6098 10.138 19.1754 9.86368C19.7423 9.58872 20.2424 9.89065 20.3506 9.95597L20.3546 9.95841C20.5076 10.0506 20.6785 10.1848 20.8191 10.2951L20.8493 10.3188C21.2252 10.6135 21.7094 10.9954 22.1004 11.3759C22.2955 11.5657 22.4967 11.783 22.6556 12.0139C22.7968 12.2191 23 12.5693 23 13C23 13.4307 22.7968 13.7809 22.6556 13.9861C22.4967 14.217 22.2955 14.4343 22.1004 14.6241C21.7094 15.0046 21.2252 15.3865 20.8493 15.6812L20.8191 15.7049C20.6785 15.8152 20.5077 15.9494 20.3546 16.0416L20.3506 16.044C20.2424 16.1093 19.7422 16.4113 19.1754 16.1363C18.6098 15.862 18.538 15.2859 18.5222 15.1595L18.5218 15.1561C18.4997 14.9797 18.4999 14.764 18.5 14.5884L18.5 14.0059L15 14.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.0001 5C6.21883 5 4.6001 6.6394 4.6001 8.88889C4.6001 11.1384 6.21883 12.7778 8.0001 12.7778H9.56933C10.1216 12.7778 10.5693 13.2255 10.5693 13.7778C10.5693 14.3301 10.1216 14.7778 9.56933 14.7778H7.1761C6.70289 15.9104 6.12988 17.0387 5.45176 18.0349C5.22446 18.3688 4.98201 18.6929 4.72381 19H11.4946C11.4981 18.9999 11.5065 18.9997 11.5194 18.9991C11.5454 18.9979 11.5891 18.9951 11.6469 18.9891C11.7636 18.977 11.9317 18.9523 12.1241 18.9024C12.519 18.8 12.9523 18.6089 13.2803 18.2688C13.6636 17.8713 14.2967 17.8598 14.6942 18.2431C15.0918 18.6265 15.1033 19.2595 14.7199 19.6571C14.0479 20.3541 13.2312 20.6815 12.6261 20.8384C12.3185 20.9181 12.0491 20.9582 11.8532 20.9785C11.7313 20.993 11.567 20.9989 11.5001 21H2.0001C1.53906 21 1.13778 20.6848 1.02856 20.2369C0.919343 19.789 1.1305 19.3245 1.53978 19.1122C2.33734 18.6987 3.09893 17.9372 3.79843 16.9095C4.23707 16.2651 4.63516 15.5398 4.99044 14.7778H2.0001C1.44781 14.7778 1.0001 14.3301 1.0001 13.7778C1.0001 13.2255 1.44781 12.7778 2.0001 12.7778H3.94465C3.10044 11.7256 2.6001 10.3517 2.6001 8.88889C2.6001 5.73826 4.92126 3 8.0001 3C11.0789 3 13.4001 5.73826 13.4001 8.88889C13.4001 9.44117 12.9524 9.88889 12.4001 9.88889C11.8478 9.88889 11.4001 9.44117 11.4001 8.88889C11.4001 6.6394 9.78136 5 8.0001 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 14.0059C14.4477 14.0059 14 13.5581 14 13.0059C14 12.4536 14.4477 12.0059 15 12.0059L18.5 12.0059L18.5 11.4116C18.4999 11.236 18.4997 11.0203 18.5218 10.8439L18.5222 10.8405C18.538 10.7141 18.6098 10.138 19.1754 9.86368C19.7423 9.58872 20.2424 9.89065 20.3506 9.95597L20.3546 9.95841C20.5076 10.0506 20.6785 10.1848 20.8191 10.2951L20.8493 10.3188C21.2252 10.6135 21.7094 10.9954 22.1004 11.3759C22.2955 11.5657 22.4967 11.783 22.6556 12.0139C22.7968 12.2191 23 12.5693 23 13C23 13.4307 22.7968 13.7809 22.6556 13.9861C22.4967 14.217 22.2955 14.4343 22.1004 14.6241C21.7094 15.0046 21.2252 15.3865 20.8493 15.6812L20.8191 15.7049C20.6785 15.8152 20.5077 15.9494 20.3546 16.0416L20.3506 16.044C20.2424 16.1093 19.7422 16.4113 19.1754 16.1363C18.6098 15.862 18.538 15.2859 18.5222 15.1595L18.5218 15.1561C18.4997 14.9797 18.4999 14.764 18.5 14.5884L18.5 14.0059L15 14.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-pound-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0513 1.75H12.0513C14.1227 1.74999 15.7462 1.74998 17.0242 1.90522C18.3302 2.06386 19.3754 2.39411 20.2343 3.12767C20.4634 3.3233 20.6767 3.53662 20.8723 3.76567C21.6059 4.62456 21.9361 5.66982 22.0948 6.97578C22.25 8.25376 22.25 9.87731 22.25 11.9487V12.0513C22.25 14.1227 22.25 15.7462 22.0948 17.0242C21.9361 18.3302 21.6059 19.3754 20.8723 20.2343C20.6767 20.4634 20.4634 20.6767 20.2343 20.8723C19.3754 21.6059 18.3302 21.9361 17.0242 22.0948C15.7462 22.25 14.1227 22.25 12.0513 22.25H11.9487C9.87731 22.25 8.25376 22.25 6.97578 22.0948C5.66982 21.9361 4.62456 21.6059 3.76567 20.8723C3.53662 20.6767 3.3233 20.4634 3.12767 20.2343C2.39411 19.3754 2.06386 18.3302 1.90522 17.0242C1.74998 15.7462 1.74999 14.1227 1.75 12.0513V12.0513V11.9487V11.9487C1.74999 9.8773 1.74998 8.25375 1.90522 6.97578C2.06386 5.66982 2.39411 4.62456 3.12767 3.76567C3.3233 3.53662 3.53662 3.3233 3.76567 3.12767C4.62456 2.39411 5.66982 2.06386 6.97578 1.90522C8.25375 1.74998 9.8773 1.74999 11.9487 1.75H11.9487H12.0513ZM12.2353 8.25C11.122 8.25 10.2245 9.1482 10.2245 10.25C10.2245 11.3518 11.122 12.25 12.2353 12.25H13.3333C13.7475 12.25 14.0833 12.5858 14.0833 13C14.0833 13.4142 13.7475 13.75 13.3333 13.75H11.778C11.4517 14.4368 11.0428 15.1399 10.5428 15.75H14.4273L14.4414 15.7495C14.4569 15.7489 14.4835 15.7474 14.5188 15.7441C14.5902 15.7375 14.6931 15.7239 14.8106 15.6966C15.0562 15.6395 15.308 15.536 15.4893 15.3674C15.7927 15.0853 16.2673 15.1026 16.5493 15.406C16.8313 15.7094 16.814 16.1839 16.5107 16.466C16.0646 16.8807 15.532 17.0689 15.1502 17.1576C14.954 17.2032 14.7823 17.2261 14.6577 17.2377C14.595 17.2435 14.5431 17.2466 14.5047 17.2482C14.4855 17.249 14.4696 17.2495 14.4573 17.2497L14.4415 17.2499L14.4357 17.25L14.4334 17.25L14.4323 17.25L8.47059 17.25C8.11875 17.25 7.81421 17.0054 7.73827 16.6619C7.66232 16.3183 7.83539 15.9682 8.15444 15.8199C8.89038 15.4778 9.5483 14.7092 10.0898 13.75H8C7.58579 13.75 7.25 13.4142 7.25 13C7.25 12.5858 7.58579 12.25 8 12.25H9.3537C8.95721 11.6834 8.72451 10.9942 8.72451 10.25C8.72451 8.31424 10.2991 6.75 12.2353 6.75C14.1715 6.75 15.7461 8.31424 15.7461 10.25C15.7461 10.6642 15.4103 11 14.9961 11C14.5819 11 14.2461 10.6642 14.2461 10.25C14.2461 9.1482 13.3486 8.25 12.2353 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0513 1.75H12.0513C14.1227 1.74999 15.7462 1.74998 17.0242 1.90522C18.3302 2.06386 19.3754 2.39411 20.2343 3.12767C20.4634 3.3233 20.6767 3.53662 20.8723 3.76567C21.6059 4.62456 21.9361 5.66982 22.0948 6.97578C22.25 8.25376 22.25 9.87731 22.25 11.9487V12.0513C22.25 14.1227 22.25 15.7462 22.0948 17.0242C21.9361 18.3302 21.6059 19.3754 20.8723 20.2343C20.6767 20.4634 20.4634 20.6767 20.2343 20.8723C19.3754 21.6059 18.3302 21.9361 17.0242 22.0948C15.7462 22.25 14.1227 22.25 12.0513 22.25H11.9487C9.87731 22.25 8.25376 22.25 6.97578 22.0948C5.66982 21.9361 4.62456 21.6059 3.76567 20.8723C3.53662 20.6767 3.3233 20.4634 3.12767 20.2343C2.39411 19.3754 2.06386 18.3302 1.90522 17.0242C1.74998 15.7462 1.74999 14.1227 1.75 12.0513V12.0513V11.9487V11.9487C1.74999 9.8773 1.74998 8.25375 1.90522 6.97578C2.06386 5.66982 2.39411 4.62456 3.12767 3.76567C3.3233 3.53662 3.53662 3.3233 3.76567 3.12767C4.62456 2.39411 5.66982 2.06386 6.97578 1.90522C8.25375 1.74998 9.8773 1.74999 11.9487 1.75H11.9487H12.0513ZM12.2353 8.25C11.122 8.25 10.2245 9.1482 10.2245 10.25C10.2245 11.3518 11.122 12.25 12.2353 12.25H13.3333C13.7475 12.25 14.0833 12.5858 14.0833 13C14.0833 13.4142 13.7475 13.75 13.3333 13.75H11.778C11.4517 14.4368 11.0428 15.1399 10.5428 15.75H14.4273L14.4414 15.7495C14.4569 15.7489 14.4835 15.7474 14.5188 15.7441C14.5902 15.7375 14.6931 15.7239 14.8106 15.6966C15.0562 15.6395 15.308 15.536 15.4893 15.3674C15.7927 15.0853 16.2673 15.1026 16.5493 15.406C16.8313 15.7094 16.814 16.1839 16.5107 16.466C16.0646 16.8807 15.532 17.0689 15.1502 17.1576C14.954 17.2032 14.7823 17.2261 14.6577 17.2377C14.595 17.2435 14.5431 17.2466 14.5047 17.2482C14.4855 17.249 14.4696 17.2495 14.4573 17.2497L14.4415 17.2499L14.4357 17.25L14.4334 17.25L14.4323 17.25L8.47059 17.25C8.11875 17.25 7.81421 17.0054 7.73827 16.6619C7.66232 16.3183 7.83539 15.9682 8.15444 15.8199C8.89038 15.4778 9.5483 14.7092 10.0898 13.75H8C7.58579 13.75 7.25 13.4142 7.25 13C7.25 12.5858 7.58579 12.25 8 12.25H9.3537C8.95721 11.6834 8.72451 10.9942 8.72451 10.25C8.72451 8.31424 10.2991 6.75 12.2353 6.75C14.1715 6.75 15.7461 8.31424 15.7461 10.25C15.7461 10.6642 15.4103 11 14.9961 11C14.5819 11 14.2461 10.6642 14.2461 10.25C14.2461 9.1482 13.3486 8.25 12.2353 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-pound{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 4C10.0147 4 8 6.01472 8 8.5C8 10.9853 10.0147 13 12.5 13H15C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H11.2755C10.4614 16.7762 9.38502 18.5945 8.0201 20H16.8713L16.8729 20L16.8761 19.9999C16.8831 19.9998 16.8964 19.9994 16.9156 19.9986C16.954 19.997 17.0152 19.9935 17.0946 19.9861C17.2542 19.9712 17.4817 19.941 17.7415 19.8803C18.2752 19.7558 18.869 19.521 19.3177 19.1023C19.7214 18.7254 20.3542 18.7473 20.7311 19.151C21.1079 19.5548 21.0861 20.1876 20.6823 20.5644C19.881 21.3123 18.9123 21.6609 18.196 21.828C17.8308 21.9132 17.5114 21.9559 17.2804 21.9774C17.1437 21.992 16.9532 21.9986 16.875 22H5C4.53117 22 4.12528 21.6743 4.02374 21.2166C3.92219 20.7589 4.15227 20.2921 4.57711 20.0938C6.36872 19.2577 7.88557 17.2986 9.05495 15H4C3.44772 15 3 14.5523 3 14C3 13.4477 3.44772 13 4 13H7.80957C6.6888 11.8321 6 10.2465 6 8.5C6 4.91015 8.91015 2 12.5 2C16.0899 2 19 4.91015 19 8.5C19 9.05228 18.5523 9.5 18 9.5C17.4477 9.5 17 9.05228 17 8.5C17 6.01472 14.9853 4 12.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 4C10.0147 4 8 6.01472 8 8.5C8 10.9853 10.0147 13 12.5 13H15C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H11.2755C10.4614 16.7762 9.38502 18.5945 8.0201 20H16.8713L16.8729 20L16.8761 19.9999C16.8831 19.9998 16.8964 19.9994 16.9156 19.9986C16.954 19.997 17.0152 19.9935 17.0946 19.9861C17.2542 19.9712 17.4817 19.941 17.7415 19.8803C18.2752 19.7558 18.869 19.521 19.3177 19.1023C19.7214 18.7254 20.3542 18.7473 20.7311 19.151C21.1079 19.5548 21.0861 20.1876 20.6823 20.5644C19.881 21.3123 18.9123 21.6609 18.196 21.828C17.8308 21.9132 17.5114 21.9559 17.2804 21.9774C17.1437 21.992 16.9532 21.9986 16.875 22H5C4.53117 22 4.12528 21.6743 4.02374 21.2166C3.92219 20.7589 4.15227 20.2921 4.57711 20.0938C6.36872 19.2577 7.88557 17.2986 9.05495 15H4C3.44772 15 3 14.5523 3 14C3 13.4477 3.44772 13 4 13H7.80957C6.6888 11.8321 6 10.2465 6 8.5C6 4.91015 8.91015 2 12.5 2C16.0899 2 19 4.91015 19 8.5C19 9.05228 18.5523 9.5 18 9.5C17.4477 9.5 17 9.05228 17 8.5C17 6.01472 14.9853 4 12.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-profile-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5765 2.42018C16.1699 2.24998 14.365 2.24999 12.0522 2.25C9.73933 2.24999 7.83014 2.24998 6.42355 2.42018C4.99222 2.59338 3.85936 2.95359 2.96274 3.76055C2.05481 4.57769 1.63907 5.62747 1.44129 6.95147C1.24997 8.23221 1.24998 9.99422 1.25 12.0625C1.24998 14.1308 1.24997 15.7678 1.44129 17.0485C1.63907 18.3725 2.05481 19.4223 2.96274 20.2395C3.85936 21.0464 4.99222 21.4066 6.42355 21.5798C7.83014 21.75 9.73935 21.75 12.0522 21.75C14.365 21.75 16.1699 21.75 17.5765 21.5798C19.0078 21.4066 20.1406 21.0464 21.0373 20.2395C21.9452 19.4223 22.3609 18.3725 22.5587 17.0485C22.75 15.7678 22.75 14.1308 22.75 12.0625C22.75 9.99426 22.75 8.23221 22.5587 6.95147C22.3609 5.62747 21.9452 4.57769 21.0373 3.76055C20.1406 2.95359 19.0078 2.59338 17.5765 2.42018ZM9.37776 7.28599C9.10926 7.24989 8.78264 7.24995 8.44175 7.25H7.55827C7.21738 7.24995 6.89076 7.24989 6.62226 7.28599C6.32124 7.32646 5.98373 7.42426 5.70399 7.70399C5.42426 7.98373 5.32646 8.32124 5.28599 8.62226C5.24989 8.89076 5.24995 9.21737 5.25 9.55826V9.55827V10.4417V10.4418C5.24995 10.7826 5.24989 11.1093 5.28599 11.3778C5.32646 11.6788 5.42426 12.0163 5.70399 12.296C5.98373 12.5758 6.32124 12.6736 6.62226 12.714C6.89076 12.7501 7.21738 12.7501 7.55828 12.75H8.44174C8.78264 12.7501 9.10926 12.7501 9.37776 12.714C9.67878 12.6736 10.0163 12.5758 10.296 12.296C10.5758 12.0163 10.6736 11.6788 10.714 11.3778C10.7501 11.1093 10.7501 10.7826 10.75 10.4417V9.55828C10.7501 9.21738 10.7501 8.89076 10.714 8.62226C10.6736 8.32124 10.5758 7.98373 10.296 7.70399C10.0163 7.42426 9.67878 7.32646 9.37776 7.28599ZM5.25 16C5.25 15.5858 5.58579 15.25 6 15.25H10C10.4142 15.25 10.75 15.5858 10.75 16C10.75 16.4142 10.4142 16.75 10 16.75H6C5.58579 16.75 5.25 16.4142 5.25 16ZM14 7.25C13.5858 7.25 13.25 7.58579 13.25 8C13.25 8.41421 13.5858 8.75 14 8.75H18C18.4142 8.75 18.75 8.41421 18.75 8C18.75 7.58579 18.4142 7.25 18 7.25H14ZM13.25 12C13.25 11.5858 13.5858 11.25 14 11.25H18C18.4142 11.25 18.75 11.5858 18.75 12C18.75 12.4142 18.4142 12.75 18 12.75H14C13.5858 12.75 13.25 12.4142 13.25 12ZM14 15.25C13.5858 15.25 13.25 15.5858 13.25 16C13.25 16.4142 13.5858 16.75 14 16.75H18C18.4142 16.75 18.75 16.4142 18.75 16C18.75 15.5858 18.4142 15.25 18 15.25H14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5765 2.42018C16.1699 2.24998 14.365 2.24999 12.0522 2.25C9.73933 2.24999 7.83014 2.24998 6.42355 2.42018C4.99222 2.59338 3.85936 2.95359 2.96274 3.76055C2.05481 4.57769 1.63907 5.62747 1.44129 6.95147C1.24997 8.23221 1.24998 9.99422 1.25 12.0625C1.24998 14.1308 1.24997 15.7678 1.44129 17.0485C1.63907 18.3725 2.05481 19.4223 2.96274 20.2395C3.85936 21.0464 4.99222 21.4066 6.42355 21.5798C7.83014 21.75 9.73935 21.75 12.0522 21.75C14.365 21.75 16.1699 21.75 17.5765 21.5798C19.0078 21.4066 20.1406 21.0464 21.0373 20.2395C21.9452 19.4223 22.3609 18.3725 22.5587 17.0485C22.75 15.7678 22.75 14.1308 22.75 12.0625C22.75 9.99426 22.75 8.23221 22.5587 6.95147C22.3609 5.62747 21.9452 4.57769 21.0373 3.76055C20.1406 2.95359 19.0078 2.59338 17.5765 2.42018ZM9.37776 7.28599C9.10926 7.24989 8.78264 7.24995 8.44175 7.25H7.55827C7.21738 7.24995 6.89076 7.24989 6.62226 7.28599C6.32124 7.32646 5.98373 7.42426 5.70399 7.70399C5.42426 7.98373 5.32646 8.32124 5.28599 8.62226C5.24989 8.89076 5.24995 9.21737 5.25 9.55826V9.55827V10.4417V10.4418C5.24995 10.7826 5.24989 11.1093 5.28599 11.3778C5.32646 11.6788 5.42426 12.0163 5.70399 12.296C5.98373 12.5758 6.32124 12.6736 6.62226 12.714C6.89076 12.7501 7.21738 12.7501 7.55828 12.75H8.44174C8.78264 12.7501 9.10926 12.7501 9.37776 12.714C9.67878 12.6736 10.0163 12.5758 10.296 12.296C10.5758 12.0163 10.6736 11.6788 10.714 11.3778C10.7501 11.1093 10.7501 10.7826 10.75 10.4417V9.55828C10.7501 9.21738 10.7501 8.89076 10.714 8.62226C10.6736 8.32124 10.5758 7.98373 10.296 7.70399C10.0163 7.42426 9.67878 7.32646 9.37776 7.28599ZM5.25 16C5.25 15.5858 5.58579 15.25 6 15.25H10C10.4142 15.25 10.75 15.5858 10.75 16C10.75 16.4142 10.4142 16.75 10 16.75H6C5.58579 16.75 5.25 16.4142 5.25 16ZM14 7.25C13.5858 7.25 13.25 7.58579 13.25 8C13.25 8.41421 13.5858 8.75 14 8.75H18C18.4142 8.75 18.75 8.41421 18.75 8C18.75 7.58579 18.4142 7.25 18 7.25H14ZM13.25 12C13.25 11.5858 13.5858 11.25 14 11.25H18C18.4142 11.25 18.75 11.5858 18.75 12C18.75 12.4142 18.4142 12.75 18 12.75H14C13.5858 12.75 13.25 12.4142 13.25 12ZM14 15.25C13.5858 15.25 13.25 15.5858 13.25 16C13.25 16.4142 13.5858 16.75 14 16.75H18C18.4142 16.75 18.75 16.4142 18.75 16C18.75 15.5858 18.4142 15.25 18 15.25H14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-projector{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 8.75C13.2051 8.75 11.75 10.2051 11.75 12C11.75 13.7949 13.2051 15.25 15 15.25C16.7949 15.25 18.25 13.7949 18.25 12C18.25 10.2051 16.7949 8.75 15 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94326 3.25H14.0561H14.0561C15.8939 3.24999 17.3495 3.24997 18.4887 3.40314C19.6611 3.56076 20.6101 3.89288 21.3584 4.64124C22.1068 5.38961 22.4389 6.33856 22.5965 7.51098C22.7299 8.50295 22.7471 9.73483 22.7494 11.25H19.6908C19.3312 8.98301 17.3678 7.25 14.9997 7.25C12.6315 7.25 10.6681 8.98301 10.3086 11.25H1.25C1.25222 9.73483 1.26944 8.50295 1.40281 7.51098C1.56044 6.33856 1.89256 5.38961 2.64092 4.64124C3.38928 3.89288 4.33823 3.56076 5.51065 3.40314C6.64986 3.24997 8.1055 3.24999 9.94325 3.25H9.94326ZM19.6908 12.75H22.7494C22.7471 14.2652 22.7299 15.4971 22.5965 16.489C22.4389 17.6614 22.1068 18.6104 21.3584 19.3588C20.6101 20.1071 19.6611 20.4392 18.4887 20.5969C17.3495 20.75 15.8938 20.75 14.0561 20.75H9.94322C8.10548 20.75 6.64986 20.75 5.51065 20.5969C4.33823 20.4392 3.38928 20.1071 2.64092 19.3588C1.89256 18.6104 1.56044 17.6614 1.40281 16.489C1.26944 15.4971 1.25222 14.2652 1.25 12.75H10.3086C10.6681 15.017 12.6315 16.75 14.9997 16.75C17.3678 16.75 19.3312 15.017 19.6908 12.75ZM6 15C5.44772 15 5 15.4477 5 16C5 16.5523 5.44772 17 6 17H6.00808C6.56037 17 7.00808 16.5523 7.00808 16C7.00808 15.4477 6.56037 15 6.00808 15H6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 8.75C13.2051 8.75 11.75 10.2051 11.75 12C11.75 13.7949 13.2051 15.25 15 15.25C16.7949 15.25 18.25 13.7949 18.25 12C18.25 10.2051 16.7949 8.75 15 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94326 3.25H14.0561H14.0561C15.8939 3.24999 17.3495 3.24997 18.4887 3.40314C19.6611 3.56076 20.6101 3.89288 21.3584 4.64124C22.1068 5.38961 22.4389 6.33856 22.5965 7.51098C22.7299 8.50295 22.7471 9.73483 22.7494 11.25H19.6908C19.3312 8.98301 17.3678 7.25 14.9997 7.25C12.6315 7.25 10.6681 8.98301 10.3086 11.25H1.25C1.25222 9.73483 1.26944 8.50295 1.40281 7.51098C1.56044 6.33856 1.89256 5.38961 2.64092 4.64124C3.38928 3.89288 4.33823 3.56076 5.51065 3.40314C6.64986 3.24997 8.1055 3.24999 9.94325 3.25H9.94326ZM19.6908 12.75H22.7494C22.7471 14.2652 22.7299 15.4971 22.5965 16.489C22.4389 17.6614 22.1068 18.6104 21.3584 19.3588C20.6101 20.1071 19.6611 20.4392 18.4887 20.5969C17.3495 20.75 15.8938 20.75 14.0561 20.75H9.94322C8.10548 20.75 6.64986 20.75 5.51065 20.5969C4.33823 20.4392 3.38928 20.1071 2.64092 19.3588C1.89256 18.6104 1.56044 17.6614 1.40281 16.489C1.26944 15.4971 1.25222 14.2652 1.25 12.75H10.3086C10.6681 15.017 12.6315 16.75 14.9997 16.75C17.3678 16.75 19.3312 15.017 19.6908 12.75ZM6 15C5.44772 15 5 15.4477 5 16C5 16.5523 5.44772 17 6 17H6.00808C6.56037 17 7.00808 16.5523 7.00808 16C7.00808 15.4477 6.56037 15 6.00808 15H6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-qq-plot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.15226 17.9529 4.19301 18.1629 4.24151 18.3444L20.2929 2.29302C20.6834 1.90249 21.3166 1.90249 21.7071 2.29302C22.0976 2.68354 22.0976 3.31671 21.7071 3.70723L5.6558 19.7585C5.83729 19.807 6.0472 19.8478 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 4C13.5 3.17157 14.1716 2.5 15 2.5H15.009C15.8374 2.5 16.509 3.17157 16.509 4C16.509 4.82843 15.8374 5.5 15.009 5.5H15C14.1716 5.5 13.5 4.82843 13.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 3C6.5 2.17157 7.17157 1.5 8 1.5H8.00898C8.83741 1.5 9.50898 2.17157 9.50898 3C9.50898 3.82843 8.83741 4.5 8.00898 4.5H8C7.17157 4.5 6.5 3.82843 6.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 9C6.5 8.17157 7.17157 7.5 8 7.5H8.00898C8.83741 7.5 9.50898 8.17157 9.50898 9C9.50898 9.82843 8.83741 10.5 8.00898 10.5H8C7.17157 10.5 6.5 9.82843 6.5 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 11C18.5 10.1716 19.1716 9.5 20 9.5H20.009C20.8374 9.5 21.509 10.1716 21.509 11C21.509 11.8284 20.8374 12.5 20.009 12.5H20C19.1716 12.5 18.5 11.8284 18.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 17C11.5 16.1716 12.1716 15.5 13 15.5H13.009C13.8374 15.5 14.509 16.1716 14.509 17C14.509 17.8284 13.8374 18.5 13.009 18.5H13C12.1716 18.5 11.5 17.8284 11.5 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.15226 17.9529 4.19301 18.1629 4.24151 18.3444L20.2929 2.29302C20.6834 1.90249 21.3166 1.90249 21.7071 2.29302C22.0976 2.68354 22.0976 3.31671 21.7071 3.70723L5.6558 19.7585C5.83729 19.807 6.0472 19.8478 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 4C13.5 3.17157 14.1716 2.5 15 2.5H15.009C15.8374 2.5 16.509 3.17157 16.509 4C16.509 4.82843 15.8374 5.5 15.009 5.5H15C14.1716 5.5 13.5 4.82843 13.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 3C6.5 2.17157 7.17157 1.5 8 1.5H8.00898C8.83741 1.5 9.50898 2.17157 9.50898 3C9.50898 3.82843 8.83741 4.5 8.00898 4.5H8C7.17157 4.5 6.5 3.82843 6.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 9C6.5 8.17157 7.17157 7.5 8 7.5H8.00898C8.83741 7.5 9.50898 8.17157 9.50898 9C9.50898 9.82843 8.83741 10.5 8.00898 10.5H8C7.17157 10.5 6.5 9.82843 6.5 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 11C18.5 10.1716 19.1716 9.5 20 9.5H20.009C20.8374 9.5 21.509 10.1716 21.509 11C21.509 11.8284 20.8374 12.5 20.009 12.5H20C19.1716 12.5 18.5 11.8284 18.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 17C11.5 16.1716 12.1716 15.5 13 15.5H13.009C13.8374 15.5 14.509 16.1716 14.509 17C14.509 17.8284 13.8374 18.5 13.009 18.5H13C12.1716 18.5 11.5 17.8284 11.5 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-qr-code{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.99371 1.97715C10.0063 2.52929 9.56897 2.98712 9.01683 2.99974C6.1831 3.06453 4.95346 3.35534 4.1544 4.1544C3.35534 4.95346 3.06453 6.1831 2.99974 9.01683C2.98712 9.56897 2.52929 10.0063 1.97715 9.99371C1.42501 9.98108 0.987642 9.52325 1.00027 8.97111C1.06337 6.21109 1.3069 4.17348 2.74019 2.74019C4.17348 1.3069 6.21109 1.06337 8.97111 1.00027C9.52325 0.987642 9.98108 1.42501 9.99371 1.97715ZM14.0063 1.97715C14.0189 1.42501 14.4768 0.987642 15.0289 1.00027C17.7889 1.06337 19.8265 1.3069 21.2598 2.74019C22.6931 4.17348 22.9366 6.21109 22.9997 8.97111C23.0124 9.52325 22.575 9.98108 22.0229 9.99371C21.4707 10.0063 21.0129 9.56897 21.0003 9.01683C20.9355 6.1831 20.6447 4.95346 19.8456 4.1544C19.0465 3.35534 17.8169 3.06453 14.9832 2.99974C14.431 2.98712 13.9937 2.52929 14.0063 1.97715ZM22.0229 14.0063C22.575 14.0189 23.0124 14.4767 22.9997 15.0289C22.9366 17.7889 22.6931 19.8265 21.2598 21.2598C19.8265 22.6931 17.7889 22.9366 15.0289 22.9997C14.4768 23.0124 14.0189 22.575 14.0063 22.0229C13.9937 21.4707 14.431 21.0129 14.9832 21.0003C17.8169 20.9355 19.0465 20.6447 19.8456 19.8456C20.6447 19.0465 20.9355 17.8169 21.0003 14.9832C21.0129 14.431 21.4707 13.9937 22.0229 14.0063ZM1.97715 14.0063C2.52929 13.9937 2.98712 14.431 2.99974 14.9832C3.06453 17.8169 3.35534 19.0465 4.1544 19.8456C4.95346 20.6447 6.1831 20.9355 9.01683 21.0003C9.56897 21.0129 10.0063 21.4707 9.99371 22.0229C9.98108 22.575 9.52325 23.0124 8.97111 22.9997C6.21109 22.9366 4.17348 22.6931 2.74019 21.2598C1.3069 19.8265 1.06337 17.7889 1.00027 15.0289C0.987642 14.4768 1.42501 14.0189 1.97715 14.0063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4998 7C15.4998 6.17157 16.1713 5.5 16.9998 5.5H17.0087C17.8372 5.5 18.5087 6.17157 18.5087 7C18.5087 7.82843 17.8372 8.5 17.0087 8.5H16.9998C16.1713 8.5 15.4998 7.82843 15.4998 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 5C13.5523 5 14 5.44772 14 6L14 9.06583C14.0001 9.95232 14.0001 10.7161 13.9179 11.3278C13.8297 11.9833 13.631 12.6117 13.1213 13.1213C12.6117 13.631 11.9833 13.8297 11.3278 13.9179C10.7161 14.0001 9.95232 14.0001 9.06583 14L6 14C5.44772 14 5 13.5523 5 13C5 12.4477 5.44772 12 6 12H9C9.97108 12 10.5988 11.9979 11.0613 11.9357C11.495 11.8774 11.631 11.7832 11.7071 11.7071C11.7832 11.631 11.8774 11.495 11.9357 11.0613C11.9979 10.5988 12 9.97108 12 9V6C12 5.44772 12.4477 5 13 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 7.94561L11 8.00001L11 8.05442C11.0001 8.47849 11.0002 8.89062 10.9545 9.23053C10.9029 9.61374 10.7774 10.051 10.4142 10.4142C10.051 10.7774 9.61371 10.903 9.2305 10.9545C8.89059 11.0002 8.47847 11.0001 8.05441 11L8.0544 11L7.99999 11L7.94558 11L7.94556 11C7.5215 11.0001 7.10938 11.0002 6.76947 10.9545C6.38626 10.903 5.94899 10.7774 5.58577 10.4142C5.22256 10.051 5.09703 9.61374 5.04551 9.23053C4.99981 8.89062 4.9999 8.47849 4.99998 8.05441L4.99999 8.00001L4.99998 7.94561C4.9999 7.52154 4.99981 7.10941 5.04551 6.76949C5.09703 6.38629 5.22256 5.94902 5.58577 5.5858C5.94899 5.22259 6.38626 5.09706 6.76947 5.04554C7.10938 4.99984 7.52151 4.99992 7.94558 5.00001L7.99999 5.00001L8.05439 5.00001C8.47846 4.99992 8.89059 4.99984 9.23051 5.04554C9.61371 5.09706 10.051 5.22259 10.4142 5.5858C10.7774 5.94902 10.9029 6.38629 10.9545 6.76949C11.0002 7.10941 11.0001 7.52154 11 7.94561Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.9607 14L15 14L17 14L17.0394 14C17.2393 13.9999 17.4773 13.9997 17.6819 14.0273C17.929 14.0605 18.2707 14.1494 18.5607 14.4394C18.8507 14.7294 18.9396 15.0711 18.9728 15.3182C19.0003 15.5228 19.0002 15.7608 19.0001 15.9607L19 16L19 17L19.0001 17.0394C19.0002 17.2393 19.0003 17.4773 18.9728 17.6819C18.9396 17.929 18.8507 18.2707 18.5607 18.5607C18.2707 18.8507 17.929 18.9396 17.6819 18.9728C17.4773 19.0003 17.2393 19.0002 17.0394 19.0001L17 19H15L14.9606 19.0001C14.7608 19.0002 14.5228 19.0003 14.3182 18.9728C14.0711 18.9396 13.7294 18.8507 13.4394 18.5607C13.1494 18.2707 13.0605 17.929 13.0273 17.6819C12.9997 17.4773 12.9999 17.2393 13 17.0394L13 17L13 16L13 15.9607C12.9999 15.7608 12.9997 15.5228 13.0273 15.3182C13.0605 15.0711 13.1494 14.7294 13.4394 14.4394C13.7294 14.1494 14.0711 14.0605 14.3182 14.0273C14.5228 13.9997 14.7608 13.9999 14.9607 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 18C5 17.4477 5.44772 17 6 17H11C11.5523 17 12 17.4477 12 18C12 18.5523 11.5523 19 11 19H6C5.44772 19 5 18.5523 5 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 9C17.5523 9 18 9.44772 18 10L18 12C18 12.5523 17.5523 13 17 13C16.4477 13 16 12.5523 16 12L16 10C16 9.44772 16.4477 9 17 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.99371 1.97715C10.0063 2.52929 9.56897 2.98712 9.01683 2.99974C6.1831 3.06453 4.95346 3.35534 4.1544 4.1544C3.35534 4.95346 3.06453 6.1831 2.99974 9.01683C2.98712 9.56897 2.52929 10.0063 1.97715 9.99371C1.42501 9.98108 0.987642 9.52325 1.00027 8.97111C1.06337 6.21109 1.3069 4.17348 2.74019 2.74019C4.17348 1.3069 6.21109 1.06337 8.97111 1.00027C9.52325 0.987642 9.98108 1.42501 9.99371 1.97715ZM14.0063 1.97715C14.0189 1.42501 14.4768 0.987642 15.0289 1.00027C17.7889 1.06337 19.8265 1.3069 21.2598 2.74019C22.6931 4.17348 22.9366 6.21109 22.9997 8.97111C23.0124 9.52325 22.575 9.98108 22.0229 9.99371C21.4707 10.0063 21.0129 9.56897 21.0003 9.01683C20.9355 6.1831 20.6447 4.95346 19.8456 4.1544C19.0465 3.35534 17.8169 3.06453 14.9832 2.99974C14.431 2.98712 13.9937 2.52929 14.0063 1.97715ZM22.0229 14.0063C22.575 14.0189 23.0124 14.4767 22.9997 15.0289C22.9366 17.7889 22.6931 19.8265 21.2598 21.2598C19.8265 22.6931 17.7889 22.9366 15.0289 22.9997C14.4768 23.0124 14.0189 22.575 14.0063 22.0229C13.9937 21.4707 14.431 21.0129 14.9832 21.0003C17.8169 20.9355 19.0465 20.6447 19.8456 19.8456C20.6447 19.0465 20.9355 17.8169 21.0003 14.9832C21.0129 14.431 21.4707 13.9937 22.0229 14.0063ZM1.97715 14.0063C2.52929 13.9937 2.98712 14.431 2.99974 14.9832C3.06453 17.8169 3.35534 19.0465 4.1544 19.8456C4.95346 20.6447 6.1831 20.9355 9.01683 21.0003C9.56897 21.0129 10.0063 21.4707 9.99371 22.0229C9.98108 22.575 9.52325 23.0124 8.97111 22.9997C6.21109 22.9366 4.17348 22.6931 2.74019 21.2598C1.3069 19.8265 1.06337 17.7889 1.00027 15.0289C0.987642 14.4768 1.42501 14.0189 1.97715 14.0063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4998 7C15.4998 6.17157 16.1713 5.5 16.9998 5.5H17.0087C17.8372 5.5 18.5087 6.17157 18.5087 7C18.5087 7.82843 17.8372 8.5 17.0087 8.5H16.9998C16.1713 8.5 15.4998 7.82843 15.4998 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 5C13.5523 5 14 5.44772 14 6L14 9.06583C14.0001 9.95232 14.0001 10.7161 13.9179 11.3278C13.8297 11.9833 13.631 12.6117 13.1213 13.1213C12.6117 13.631 11.9833 13.8297 11.3278 13.9179C10.7161 14.0001 9.95232 14.0001 9.06583 14L6 14C5.44772 14 5 13.5523 5 13C5 12.4477 5.44772 12 6 12H9C9.97108 12 10.5988 11.9979 11.0613 11.9357C11.495 11.8774 11.631 11.7832 11.7071 11.7071C11.7832 11.631 11.8774 11.495 11.9357 11.0613C11.9979 10.5988 12 9.97108 12 9V6C12 5.44772 12.4477 5 13 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 7.94561L11 8.00001L11 8.05442C11.0001 8.47849 11.0002 8.89062 10.9545 9.23053C10.9029 9.61374 10.7774 10.051 10.4142 10.4142C10.051 10.7774 9.61371 10.903 9.2305 10.9545C8.89059 11.0002 8.47847 11.0001 8.05441 11L8.0544 11L7.99999 11L7.94558 11L7.94556 11C7.5215 11.0001 7.10938 11.0002 6.76947 10.9545C6.38626 10.903 5.94899 10.7774 5.58577 10.4142C5.22256 10.051 5.09703 9.61374 5.04551 9.23053C4.99981 8.89062 4.9999 8.47849 4.99998 8.05441L4.99999 8.00001L4.99998 7.94561C4.9999 7.52154 4.99981 7.10941 5.04551 6.76949C5.09703 6.38629 5.22256 5.94902 5.58577 5.5858C5.94899 5.22259 6.38626 5.09706 6.76947 5.04554C7.10938 4.99984 7.52151 4.99992 7.94558 5.00001L7.99999 5.00001L8.05439 5.00001C8.47846 4.99992 8.89059 4.99984 9.23051 5.04554C9.61371 5.09706 10.051 5.22259 10.4142 5.5858C10.7774 5.94902 10.9029 6.38629 10.9545 6.76949C11.0002 7.10941 11.0001 7.52154 11 7.94561Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.9607 14L15 14L17 14L17.0394 14C17.2393 13.9999 17.4773 13.9997 17.6819 14.0273C17.929 14.0605 18.2707 14.1494 18.5607 14.4394C18.8507 14.7294 18.9396 15.0711 18.9728 15.3182C19.0003 15.5228 19.0002 15.7608 19.0001 15.9607L19 16L19 17L19.0001 17.0394C19.0002 17.2393 19.0003 17.4773 18.9728 17.6819C18.9396 17.929 18.8507 18.2707 18.5607 18.5607C18.2707 18.8507 17.929 18.9396 17.6819 18.9728C17.4773 19.0003 17.2393 19.0002 17.0394 19.0001L17 19H15L14.9606 19.0001C14.7608 19.0002 14.5228 19.0003 14.3182 18.9728C14.0711 18.9396 13.7294 18.8507 13.4394 18.5607C13.1494 18.2707 13.0605 17.929 13.0273 17.6819C12.9997 17.4773 12.9999 17.2393 13 17.0394L13 17L13 16L13 15.9607C12.9999 15.7608 12.9997 15.5228 13.0273 15.3182C13.0605 15.0711 13.1494 14.7294 13.4394 14.4394C13.7294 14.1494 14.0711 14.0605 14.3182 14.0273C14.5228 13.9997 14.7608 13.9999 14.9607 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 18C5 17.4477 5.44772 17 6 17H11C11.5523 17 12 17.4477 12 18C12 18.5523 11.5523 19 11 19H6C5.44772 19 5 18.5523 5 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 9C17.5523 9 18 9.44772 18 10L18 12C18 12.5523 17.5523 13 17 13C16.4477 13 16 12.5523 16 12L16 10C16 9.44772 16.4477 9 17 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-question{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.25C13.8563 1.25 11.25 3.6966 11.25 6.78336C11.25 8.26183 11.853 9.60076 12.825 10.5878C12.8505 10.6879 12.8198 11.0052 12.4936 11.4734C12.3267 11.6787 12.2803 11.9568 12.3716 12.2052C12.4628 12.4535 12.6783 12.6355 12.9384 12.6838C13.8291 12.8495 14.9352 12.6029 15.7245 12.1832C16.0889 12.2516 16.6288 12.3171 17 12.3167C20.1437 12.3167 22.75 9.87012 22.75 6.78336C22.75 3.6966 20.1437 1.25 17 1.25ZM15.4922 6.25C15.078 6.25 14.7422 6.58579 14.7422 7C14.7422 7.41421 15.078 7.75 15.4922 7.75H15.5003C15.9145 7.75 16.2503 7.41421 16.2503 7C16.2503 6.58579 15.9145 6.25 15.5003 6.25H15.4922ZM18.4922 6.25C18.078 6.25 17.7422 6.58579 17.7422 7C17.7422 7.41421 18.078 7.75 18.4922 7.75H18.5003C18.9145 7.75 19.2503 7.41421 19.2503 7C19.2503 6.58579 18.9145 6.25 18.5003 6.25H18.4922Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.00027 12.25C4.00027 10.317 5.56727 8.75 7.50027 8.75C9.43326 8.75 11.0003 10.317 11.0003 12.25C11.0003 14.183 9.43326 15.75 7.50027 15.75C5.56727 15.75 4.00027 14.183 4.00027 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.8261 17.6756C6.07808 16.4413 8.92246 16.4413 11.1744 17.6756C11.6058 17.8991 12.5496 18.3899 13.0334 18.8258C13.3317 19.0946 13.676 19.4993 13.74 20.0385C13.8108 20.6346 13.5177 21.1474 13.0592 21.5494C12.311 22.2055 11.3903 22.7499 10.1947 22.7499H4.8058C3.61027 22.7499 2.68958 22.2055 1.94129 21.5494C1.48287 21.1474 1.18972 20.6346 1.26052 20.0385C1.32455 19.4993 1.66888 19.0946 1.96718 18.8258C2.45098 18.3899 3.39471 17.8991 3.8261 17.6756Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.25C13.8563 1.25 11.25 3.6966 11.25 6.78336C11.25 8.26183 11.853 9.60076 12.825 10.5878C12.8505 10.6879 12.8198 11.0052 12.4936 11.4734C12.3267 11.6787 12.2803 11.9568 12.3716 12.2052C12.4628 12.4535 12.6783 12.6355 12.9384 12.6838C13.8291 12.8495 14.9352 12.6029 15.7245 12.1832C16.0889 12.2516 16.6288 12.3171 17 12.3167C20.1437 12.3167 22.75 9.87012 22.75 6.78336C22.75 3.6966 20.1437 1.25 17 1.25ZM15.4922 6.25C15.078 6.25 14.7422 6.58579 14.7422 7C14.7422 7.41421 15.078 7.75 15.4922 7.75H15.5003C15.9145 7.75 16.2503 7.41421 16.2503 7C16.2503 6.58579 15.9145 6.25 15.5003 6.25H15.4922ZM18.4922 6.25C18.078 6.25 17.7422 6.58579 17.7422 7C17.7422 7.41421 18.078 7.75 18.4922 7.75H18.5003C18.9145 7.75 19.2503 7.41421 19.2503 7C19.2503 6.58579 18.9145 6.25 18.5003 6.25H18.4922Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.00027 12.25C4.00027 10.317 5.56727 8.75 7.50027 8.75C9.43326 8.75 11.0003 10.317 11.0003 12.25C11.0003 14.183 9.43326 15.75 7.50027 15.75C5.56727 15.75 4.00027 14.183 4.00027 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.8261 17.6756C6.07808 16.4413 8.92246 16.4413 11.1744 17.6756C11.6058 17.8991 12.5496 18.3899 13.0334 18.8258C13.3317 19.0946 13.676 19.4993 13.74 20.0385C13.8108 20.6346 13.5177 21.1474 13.0592 21.5494C12.311 22.2055 11.3903 22.7499 10.1947 22.7499H4.8058C3.61027 22.7499 2.68958 22.2055 1.94129 21.5494C1.48287 21.1474 1.18972 20.6346 1.26052 20.0385C1.32455 19.4993 1.66888 19.0946 1.96718 18.8258C2.45098 18.3899 3.39471 17.8991 3.8261 17.6756Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-radial{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 2C11 1.44772 11.4477 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 10.0123 1.52813 8.14487 2.4524 6.53367C2.72721 6.05462 3.33835 5.88905 3.8174 6.16386C4.29646 6.43867 4.46203 7.04981 4.18722 7.52886C3.43208 8.84523 3 10.3706 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C11.4477 3 11 2.55228 11 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 5.25C11 4.69772 11.4477 4.25 12 4.25C16.2802 4.25 19.75 7.71979 19.75 12C19.75 16.2802 16.2802 19.75 12 19.75C7.71979 19.75 4.25 16.2802 4.25 12C4.25 11.4477 4.69772 11 5.25 11C5.80228 11 6.25 11.4477 6.25 12C6.25 15.1756 8.82436 17.75 12 17.75C15.1756 17.75 17.75 15.1756 17.75 12C17.75 8.82436 15.1756 6.25 12 6.25C11.4477 6.25 11 5.80228 11 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 9C11 8.44772 11.4477 8 12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C11.4477 16 11 15.5523 11 15C11 14.4477 11.4477 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C11.4477 10 11 9.55228 11 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 2C11 1.44772 11.4477 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 10.0123 1.52813 8.14487 2.4524 6.53367C2.72721 6.05462 3.33835 5.88905 3.8174 6.16386C4.29646 6.43867 4.46203 7.04981 4.18722 7.52886C3.43208 8.84523 3 10.3706 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C11.4477 3 11 2.55228 11 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 5.25C11 4.69772 11.4477 4.25 12 4.25C16.2802 4.25 19.75 7.71979 19.75 12C19.75 16.2802 16.2802 19.75 12 19.75C7.71979 19.75 4.25 16.2802 4.25 12C4.25 11.4477 4.69772 11 5.25 11C5.80228 11 6.25 11.4477 6.25 12C6.25 15.1756 8.82436 17.75 12 17.75C15.1756 17.75 17.75 15.1756 17.75 12C17.75 8.82436 15.1756 6.25 12 6.25C11.4477 6.25 11 5.80228 11 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 9C11 8.44772 11.4477 8 12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C11.4477 16 11 15.5523 11 15C11 14.4477 11.4477 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C11.4477 10 11 9.55228 11 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-registered{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9 6.25C8.58579 6.25 8.25 6.58579 8.25 7V17C8.25 17.4142 8.58579 17.75 9 17.75C9.41421 17.75 9.75 17.4142 9.75 17V12.75H12.0365L14.3292 17.3354C14.5144 17.7059 14.9649 17.8561 15.3354 17.6708C15.7059 17.4856 15.8561 17.0351 15.6708 16.6646L13.6153 12.5536C14.8609 12.0985 15.75 10.9031 15.75 9.5C15.75 7.70507 14.2949 6.25 12.5 6.25H9ZM12.5 11.25H9.75V7.75H12.5C13.4665 7.75 14.25 8.5335 14.25 9.5C14.25 10.4665 13.4665 11.25 12.5 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9 6.25C8.58579 6.25 8.25 6.58579 8.25 7V17C8.25 17.4142 8.58579 17.75 9 17.75C9.41421 17.75 9.75 17.4142 9.75 17V12.75H12.0365L14.3292 17.3354C14.5144 17.7059 14.9649 17.8561 15.3354 17.6708C15.7059 17.4856 15.8561 17.0351 15.6708 16.6646L13.6153 12.5536C14.8609 12.0985 15.75 10.9031 15.75 9.5C15.75 7.70507 14.2949 6.25 12.5 6.25H9ZM12.5 11.25H9.75V7.75H12.5C13.4665 7.75 14.25 8.5335 14.25 9.5C14.25 10.4665 13.4665 11.25 12.5 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-search-dollar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11C21 13.4013 20.1536 15.6049 18.7429 17.3287L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L17.3287 18.7429C15.6049 20.1536 13.4013 21 11 21C5.47715 21 1 16.5228 1 11ZM11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 5C11.5523 5 12 5.44772 12 6V6.2211C13.2652 6.50114 14.3965 7.30984 14.6858 8.56438C14.8099 9.10254 14.4743 9.63942 13.9361 9.76354C13.398 9.88765 12.8611 9.55201 12.737 9.01385C12.6621 8.68923 12.1016 8.11133 11 8.11133C10.4309 8.11133 9.95568 8.28187 9.64678 8.50837C9.33729 8.73531 9.25 8.96611 9.25 9.12779C9.25 9.42632 9.32835 9.50971 9.43131 9.57863C9.61991 9.70489 10.0638 9.85618 11 9.85618C12.0558 9.85618 13.0461 10.0004 13.7939 10.4851C14.6326 11.0288 15 11.8838 15 12.8726C15 13.972 14.455 14.7895 13.6339 15.2796C13.1485 15.5694 12.5838 15.7376 12 15.8213V16C12 16.5523 11.5523 17 11 17C10.4477 17 10 16.5523 10 16V15.7965C9.37698 15.6787 8.80094 15.4511 8.32083 15.1284C7.59808 14.6426 7 13.864 7 12.8726C7 12.3204 7.44772 11.8726 8 11.8726C8.55228 11.8726 9 12.3204 9 12.8726C9 12.9949 9.07349 13.2245 9.43653 13.4686C9.79331 13.7084 10.3431 13.8891 11 13.8891C11.7383 13.8891 12.2834 13.7566 12.6088 13.5623C12.8734 13.4044 13 13.2136 13 12.8726C13 12.4212 12.8674 12.268 12.7061 12.1634C12.4539 12 11.9442 11.8562 11 11.8562C9.93624 11.8562 9.00509 11.7001 8.31869 11.2406C7.54665 10.7237 7.25 9.94292 7.25 9.12779C7.25 8.17581 7.77832 7.39838 8.46413 6.8955C8.90307 6.57364 9.42929 6.34275 10 6.21811V6C10 5.44771 10.4477 5 11 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11C21 13.4013 20.1536 15.6049 18.7429 17.3287L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L17.3287 18.7429C15.6049 20.1536 13.4013 21 11 21C5.47715 21 1 16.5228 1 11ZM11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 5C11.5523 5 12 5.44772 12 6V6.2211C13.2652 6.50114 14.3965 7.30984 14.6858 8.56438C14.8099 9.10254 14.4743 9.63942 13.9361 9.76354C13.398 9.88765 12.8611 9.55201 12.737 9.01385C12.6621 8.68923 12.1016 8.11133 11 8.11133C10.4309 8.11133 9.95568 8.28187 9.64678 8.50837C9.33729 8.73531 9.25 8.96611 9.25 9.12779C9.25 9.42632 9.32835 9.50971 9.43131 9.57863C9.61991 9.70489 10.0638 9.85618 11 9.85618C12.0558 9.85618 13.0461 10.0004 13.7939 10.4851C14.6326 11.0288 15 11.8838 15 12.8726C15 13.972 14.455 14.7895 13.6339 15.2796C13.1485 15.5694 12.5838 15.7376 12 15.8213V16C12 16.5523 11.5523 17 11 17C10.4477 17 10 16.5523 10 16V15.7965C9.37698 15.6787 8.80094 15.4511 8.32083 15.1284C7.59808 14.6426 7 13.864 7 12.8726C7 12.3204 7.44772 11.8726 8 11.8726C8.55228 11.8726 9 12.3204 9 12.8726C9 12.9949 9.07349 13.2245 9.43653 13.4686C9.79331 13.7084 10.3431 13.8891 11 13.8891C11.7383 13.8891 12.2834 13.7566 12.6088 13.5623C12.8734 13.4044 13 13.2136 13 12.8726C13 12.4212 12.8674 12.268 12.7061 12.1634C12.4539 12 11.9442 11.8562 11 11.8562C9.93624 11.8562 9.00509 11.7001 8.31869 11.2406C7.54665 10.7237 7.25 9.94292 7.25 9.12779C7.25 8.17581 7.77832 7.39838 8.46413 6.8955C8.90307 6.57364 9.42929 6.34275 10 6.21811V6C10 5.44771 10.4477 5 11 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-seo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5882 11.0265C8.72913 11.0265 7.22204 12.5258 7.22204 14.3752C7.22204 15.3002 7.59775 16.1361 8.20797 16.7432C8.8182 17.3502 9.6584 17.724 10.5882 17.724C12.4473 17.724 13.9544 16.2247 13.9544 14.3752C13.9544 12.5258 12.4473 11.0265 10.5882 11.0265ZM5.2675 14.3752C5.2675 11.4519 7.64966 9.08203 10.5882 9.08203C13.5268 9.08203 15.9089 11.4519 15.9089 14.3752C15.9089 17.2986 13.5268 19.6685 10.5882 19.6685C9.47247 19.6685 8.43604 19.3261 7.58068 18.7422L5.84995 20.4639C5.4683 20.8436 4.84953 20.8436 4.46788 20.4639C4.08623 20.0843 4.08623 19.4687 4.46788 19.089L6.19861 17.3672C5.61167 16.5163 5.2675 15.4852 5.2675 14.3752Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 11.4772C1.25 6.92885 4.97374 3.25 9.55682 3.25H14.4432C19.0263 3.25 22.75 6.92885 22.75 11.4772C22.75 15.064 20.4339 18.1089 17.2106 19.2366C16.7014 19.4147 16.1435 19.1485 15.9644 18.642C15.7854 18.1355 16.053 17.5804 16.5621 17.4023C19.0324 16.5381 20.7955 14.2082 20.7955 11.4772C20.7955 8.01196 17.9561 5.19444 14.4432 5.19444H9.55682C6.04391 5.19444 3.20455 8.01196 3.20455 11.4772C3.20455 12.6203 3.51226 13.6894 4.04985 14.6112C4.32071 15.0757 4.16183 15.6706 3.69498 15.9401C3.22813 16.2095 2.6301 16.0515 2.35924 15.587C1.65363 14.3771 1.25 12.9725 1.25 11.4772Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5882 11.0265C8.72913 11.0265 7.22204 12.5258 7.22204 14.3752C7.22204 15.3002 7.59775 16.1361 8.20797 16.7432C8.8182 17.3502 9.6584 17.724 10.5882 17.724C12.4473 17.724 13.9544 16.2247 13.9544 14.3752C13.9544 12.5258 12.4473 11.0265 10.5882 11.0265ZM5.2675 14.3752C5.2675 11.4519 7.64966 9.08203 10.5882 9.08203C13.5268 9.08203 15.9089 11.4519 15.9089 14.3752C15.9089 17.2986 13.5268 19.6685 10.5882 19.6685C9.47247 19.6685 8.43604 19.3261 7.58068 18.7422L5.84995 20.4639C5.4683 20.8436 4.84953 20.8436 4.46788 20.4639C4.08623 20.0843 4.08623 19.4687 4.46788 19.089L6.19861 17.3672C5.61167 16.5163 5.2675 15.4852 5.2675 14.3752Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 11.4772C1.25 6.92885 4.97374 3.25 9.55682 3.25H14.4432C19.0263 3.25 22.75 6.92885 22.75 11.4772C22.75 15.064 20.4339 18.1089 17.2106 19.2366C16.7014 19.4147 16.1435 19.1485 15.9644 18.642C15.7854 18.1355 16.053 17.5804 16.5621 17.4023C19.0324 16.5381 20.7955 14.2082 20.7955 11.4772C20.7955 8.01196 17.9561 5.19444 14.4432 5.19444H9.55682C6.04391 5.19444 3.20455 8.01196 3.20455 11.4772C3.20455 12.6203 3.51226 13.6894 4.04985 14.6112C4.32071 15.0757 4.16183 15.6706 3.69498 15.9401C3.22813 16.2095 2.6301 16.0515 2.35924 15.587C1.65363 14.3771 1.25 12.9725 1.25 11.4772Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-service{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.4256 3.48642C14.073 2.25279 16.795 1.52145 19.8056 3.36358C23.2609 5.47781 24.0947 11.0675 20.0178 16.2243C19.8382 16.4514 19.5669 16.5873 19.277 16.5952C18.9872 16.6031 18.7088 16.4822 18.5171 16.2653L13.2818 10.3404L11.3567 11.5406C10.2222 12.2479 8.74976 12.0887 7.79351 11.1554C6.53039 9.92249 6.65782 7.8587 8.06308 6.78978L11.4152 4.24002L12.4247 3.48706L12.4256 3.48642Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5771 3.48706C11.5768 3.4869 11.5773 3.48722 11.5771 3.48706L12.5864 4.24017C12.8318 4.4233 12.9769 4.71066 12.9783 5.01639C12.9797 5.32212 12.8373 5.6108 12.5936 5.79619L9.24881 8.34037C8.79133 8.68836 8.74984 9.36023 9.16106 9.7616C9.47237 10.0654 9.95171 10.1173 10.3211 9.887L12.4578 8.55486C13.1468 8.12527 14.0463 8.25617 14.5836 8.86424L19.984 14.9759C20.2961 15.3292 20.3105 15.8545 20.0182 16.2243C19.032 17.4717 17.758 18.7053 16.1603 19.885C16.1181 19.9162 16.0763 19.9471 16.0348 19.9777C14.6371 21.0107 13.6369 21.75 12.0011 21.75C10.3653 21.75 9.36507 21.0107 7.96742 19.9777C7.92594 19.9471 7.8841 19.9162 7.84189 19.885C3.71744 16.8398 1.7418 13.4235 1.33127 10.3701C0.923295 7.33572 2.08327 4.65643 4.19617 3.36358C7.20689 1.52137 9.92972 2.25334 11.5771 3.48706ZM10.3791 5.0284C9.2751 4.21332 7.43305 3.67056 5.21827 5.02575C3.89135 5.83767 2.94223 7.68263 3.26871 10.1109C3.59264 12.5201 5.19499 15.5047 9.00485 18.3177C10.563 19.4681 11.0637 19.8 12.0011 19.8C12.9385 19.8 13.4392 19.4681 14.9974 18.3177C16.1937 17.4344 17.1731 16.5331 17.9635 15.6382L13.2822 10.3404L11.3571 11.5406C10.2226 12.2479 8.75018 12.0887 7.79394 11.1554C6.53081 9.92249 6.65824 7.8587 8.0635 6.78978L10.3791 5.0284Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.4256 3.48642C14.073 2.25279 16.795 1.52145 19.8056 3.36358C23.2609 5.47781 24.0947 11.0675 20.0178 16.2243C19.8382 16.4514 19.5669 16.5873 19.277 16.5952C18.9872 16.6031 18.7088 16.4822 18.5171 16.2653L13.2818 10.3404L11.3567 11.5406C10.2222 12.2479 8.74976 12.0887 7.79351 11.1554C6.53039 9.92249 6.65782 7.8587 8.06308 6.78978L11.4152 4.24002L12.4247 3.48706L12.4256 3.48642Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5771 3.48706C11.5768 3.4869 11.5773 3.48722 11.5771 3.48706L12.5864 4.24017C12.8318 4.4233 12.9769 4.71066 12.9783 5.01639C12.9797 5.32212 12.8373 5.6108 12.5936 5.79619L9.24881 8.34037C8.79133 8.68836 8.74984 9.36023 9.16106 9.7616C9.47237 10.0654 9.95171 10.1173 10.3211 9.887L12.4578 8.55486C13.1468 8.12527 14.0463 8.25617 14.5836 8.86424L19.984 14.9759C20.2961 15.3292 20.3105 15.8545 20.0182 16.2243C19.032 17.4717 17.758 18.7053 16.1603 19.885C16.1181 19.9162 16.0763 19.9471 16.0348 19.9777C14.6371 21.0107 13.6369 21.75 12.0011 21.75C10.3653 21.75 9.36507 21.0107 7.96742 19.9777C7.92594 19.9471 7.8841 19.9162 7.84189 19.885C3.71744 16.8398 1.7418 13.4235 1.33127 10.3701C0.923295 7.33572 2.08327 4.65643 4.19617 3.36358C7.20689 1.52137 9.92972 2.25334 11.5771 3.48706ZM10.3791 5.0284C9.2751 4.21332 7.43305 3.67056 5.21827 5.02575C3.89135 5.83767 2.94223 7.68263 3.26871 10.1109C3.59264 12.5201 5.19499 15.5047 9.00485 18.3177C10.563 19.4681 11.0637 19.8 12.0011 19.8C12.9385 19.8 13.4392 19.4681 14.9974 18.3177C16.1937 17.4344 17.1731 16.5331 17.9635 15.6382L13.2822 10.3404L11.3571 11.5406C10.2226 12.2479 8.75018 12.0887 7.79394 11.1554C6.53081 9.92249 6.65824 7.8587 8.0635 6.78978L10.3791 5.0284Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-stamp{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.56011 15.2501H16.44C16.9535 15.2495 17.3823 15.249 17.7559 15.3742C18.7542 15.7085 19.4386 16.6384 19.6653 17.6959C19.7504 18.093 19.7503 18.5551 19.7501 19.2379C19.7504 19.5558 19.7506 19.9918 19.6993 20.2309C19.5651 20.857 19.1503 21.45 18.4971 21.6687C18.2485 21.752 17.9706 21.7511 17.733 21.7503L6.26716 21.7503C6.0295 21.7511 5.75163 21.752 5.50306 21.6687C4.84987 21.45 4.43502 20.857 4.30081 20.2309C4.24955 19.9918 4.2498 19.5558 4.25006 19.2379C4.24988 18.5551 4.24977 18.093 4.33488 17.6959C4.56157 16.6384 5.24595 15.7085 6.24424 15.3742C6.61789 15.249 7.04667 15.2495 7.56011 15.2501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.1794 13.8499H10.8206L10.5676 15.9035C10.5024 16.4332 10.0274 16.8088 9.50684 16.7424C8.98625 16.676 8.61712 16.1927 8.68238 15.663L9.12348 12.0823C9.17069 11.5448 8.87019 10.9394 8.3045 10.2185C7.6445 9.37737 7.25 8.30597 7.25 7.14372C7.25 4.45518 9.36282 2.25 12 2.25C14.6372 2.25 16.75 4.45518 16.75 7.14372C16.75 8.30597 16.3555 9.37737 15.6955 10.2185C15.1298 10.9394 14.8293 11.5448 14.8765 12.0823L15.3176 15.663C15.3829 16.1927 15.0138 16.676 14.4932 16.7424C13.9726 16.8088 13.4976 16.4332 13.4324 15.9035L13.1794 13.8499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.56011 15.2501H16.44C16.9535 15.2495 17.3823 15.249 17.7559 15.3742C18.7542 15.7085 19.4386 16.6384 19.6653 17.6959C19.7504 18.093 19.7503 18.5551 19.7501 19.2379C19.7504 19.5558 19.7506 19.9918 19.6993 20.2309C19.5651 20.857 19.1503 21.45 18.4971 21.6687C18.2485 21.752 17.9706 21.7511 17.733 21.7503L6.26716 21.7503C6.0295 21.7511 5.75163 21.752 5.50306 21.6687C4.84987 21.45 4.43502 20.857 4.30081 20.2309C4.24955 19.9918 4.2498 19.5558 4.25006 19.2379C4.24988 18.5551 4.24977 18.093 4.33488 17.6959C4.56157 16.6384 5.24595 15.7085 6.24424 15.3742C6.61789 15.249 7.04667 15.2495 7.56011 15.2501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.1794 13.8499H10.8206L10.5676 15.9035C10.5024 16.4332 10.0274 16.8088 9.50684 16.7424C8.98625 16.676 8.61712 16.1927 8.68238 15.663L9.12348 12.0823C9.17069 11.5448 8.87019 10.9394 8.3045 10.2185C7.6445 9.37737 7.25 8.30597 7.25 7.14372C7.25 4.45518 9.36282 2.25 12 2.25C14.6372 2.25 16.75 4.45518 16.75 7.14372C16.75 8.30597 16.3555 9.37737 15.6955 10.2185C15.1298 10.9394 14.8293 11.5448 14.8765 12.0823L15.3176 15.663C15.3829 16.1927 15.0138 16.676 14.4932 16.7424C13.9726 16.8088 13.4976 16.4332 13.4324 15.9035L13.1794 13.8499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-start-up-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.26289 19.2885C10.9169 18.7371 13.0833 18.7372 14.7372 19.2885C15.0873 19.4052 15.3005 19.7592 15.2399 20.1233L15.2397 20.1245C15.2395 20.5184 14.8758 21.3149 14.6939 21.6639C14.2751 22.4536 13.5064 23.4098 12.1751 23.7293C12.06 23.7569 11.9401 23.7569 11.825 23.7293C10.4938 23.4098 9.72501 22.4536 9.30622 21.6639C9.027 21.2125 8.82591 20.4487 8.76028 20.1233C8.6996 19.7593 8.91278 19.4052 9.26289 19.2885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5242 18.6097C21.7411 18.766 22.0248 18.7951 22.2688 18.686C22.5129 18.5769 22.6804 18.3461 22.7086 18.0803L22.7092 18.0773C22.7756 17.857 22.7463 17.3876 22.7233 17.1801C22.7 16.6558 22.6176 15.9372 22.3763 15.1742C22.1 14.3004 21.6105 13.3639 20.7743 12.6043C20.4634 12.3219 20.308 12.1807 20.1358 12.2464C19.9637 12.312 19.9393 12.5427 19.8906 13.0043C19.7611 14.2306 19.5133 15.5371 19.1297 16.9261C19.0498 17.2155 19.0098 17.3602 19.0695 17.4676C19.1293 17.5749 19.2778 17.6185 19.5748 17.7057C20.2893 17.9155 20.9685 18.2092 21.5242 18.6097Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.47578 18.6097C2.25891 18.766 1.97524 18.795 1.73119 18.6859C1.48715 18.5769 1.31961 18.3461 1.29145 18.0803L1.29083 18.0772C1.22443 17.8569 1.25368 17.3876 1.27667 17.18C1.30002 16.6558 1.38243 15.9371 1.62372 15.1742C1.90004 14.3004 2.38948 13.3639 3.22562 12.6043C3.5365 12.3219 3.69194 12.1807 3.8641 12.2464C4.03627 12.312 4.06064 12.5427 4.10938 13.0043C4.23888 14.2306 4.48669 15.5371 4.87026 16.926C4.95019 17.2155 4.99016 17.3602 4.93041 17.4676C4.87066 17.5749 4.72214 17.6185 4.42511 17.7057C3.7107 17.9154 3.03153 18.2092 2.47578 18.6097Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.7594 0.289642C11.9154 0.236786 12.0845 0.236786 12.2406 0.289642C13.9946 0.883737 16.2772 2.50913 17.6223 5.44204C18.9745 8.39058 19.3442 12.5793 17.4152 18.2418C17.3414 18.4585 17.1728 18.6295 16.9573 18.7064C16.7417 18.7833 16.5029 18.7576 16.3087 18.6366C15.8682 18.3621 14.2707 17.6875 12 17.6875C9.72924 17.6875 8.13176 18.3621 7.69129 18.6366C7.49707 18.7576 7.25823 18.7833 7.0427 18.7064C6.82717 18.6295 6.65853 18.4585 6.58474 18.2418C4.65577 12.5793 5.02543 8.39058 6.37769 5.44204C7.72277 2.50913 10.0054 0.883737 11.7594 0.289642ZM14.5 8C14.5 6.61929 13.3807 5.5 12 5.5C10.6193 5.5 9.5 6.61929 9.5 8C9.5 9.38071 10.6193 10.5 12 10.5C13.3807 10.5 14.5 9.38071 14.5 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.26289 19.2885C10.9169 18.7371 13.0833 18.7372 14.7372 19.2885C15.0873 19.4052 15.3005 19.7592 15.2399 20.1233L15.2397 20.1245C15.2395 20.5184 14.8758 21.3149 14.6939 21.6639C14.2751 22.4536 13.5064 23.4098 12.1751 23.7293C12.06 23.7569 11.9401 23.7569 11.825 23.7293C10.4938 23.4098 9.72501 22.4536 9.30622 21.6639C9.027 21.2125 8.82591 20.4487 8.76028 20.1233C8.6996 19.7593 8.91278 19.4052 9.26289 19.2885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5242 18.6097C21.7411 18.766 22.0248 18.7951 22.2688 18.686C22.5129 18.5769 22.6804 18.3461 22.7086 18.0803L22.7092 18.0773C22.7756 17.857 22.7463 17.3876 22.7233 17.1801C22.7 16.6558 22.6176 15.9372 22.3763 15.1742C22.1 14.3004 21.6105 13.3639 20.7743 12.6043C20.4634 12.3219 20.308 12.1807 20.1358 12.2464C19.9637 12.312 19.9393 12.5427 19.8906 13.0043C19.7611 14.2306 19.5133 15.5371 19.1297 16.9261C19.0498 17.2155 19.0098 17.3602 19.0695 17.4676C19.1293 17.5749 19.2778 17.6185 19.5748 17.7057C20.2893 17.9155 20.9685 18.2092 21.5242 18.6097Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.47578 18.6097C2.25891 18.766 1.97524 18.795 1.73119 18.6859C1.48715 18.5769 1.31961 18.3461 1.29145 18.0803L1.29083 18.0772C1.22443 17.8569 1.25368 17.3876 1.27667 17.18C1.30002 16.6558 1.38243 15.9371 1.62372 15.1742C1.90004 14.3004 2.38948 13.3639 3.22562 12.6043C3.5365 12.3219 3.69194 12.1807 3.8641 12.2464C4.03627 12.312 4.06064 12.5427 4.10938 13.0043C4.23888 14.2306 4.48669 15.5371 4.87026 16.926C4.95019 17.2155 4.99016 17.3602 4.93041 17.4676C4.87066 17.5749 4.72214 17.6185 4.42511 17.7057C3.7107 17.9154 3.03153 18.2092 2.47578 18.6097Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.7594 0.289642C11.9154 0.236786 12.0845 0.236786 12.2406 0.289642C13.9946 0.883737 16.2772 2.50913 17.6223 5.44204C18.9745 8.39058 19.3442 12.5793 17.4152 18.2418C17.3414 18.4585 17.1728 18.6295 16.9573 18.7064C16.7417 18.7833 16.5029 18.7576 16.3087 18.6366C15.8682 18.3621 14.2707 17.6875 12 17.6875C9.72924 17.6875 8.13176 18.3621 7.69129 18.6366C7.49707 18.7576 7.25823 18.7833 7.0427 18.7064C6.82717 18.6295 6.65853 18.4585 6.58474 18.2418C4.65577 12.5793 5.02543 8.39058 6.37769 5.44204C7.72277 2.50913 10.0054 0.883737 11.7594 0.289642ZM14.5 8C14.5 6.61929 13.3807 5.5 12 5.5C10.6193 5.5 9.5 6.61929 9.5 8C9.5 9.38071 10.6193 10.5 12 10.5C13.3807 10.5 14.5 9.38071 14.5 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-start-up-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.9152 2.42838C21.8416 2.27939 21.721 2.15877 21.572 2.08517C19.8973 1.25793 17.1101 0.78918 14.059 1.92164C10.9916 3.06013 7.74047 5.78394 5.07765 11.1983C4.97579 11.4054 4.97406 11.6477 5.07295 11.8562C5.17183 12.0648 5.36052 12.2168 5.58534 12.269C6.09522 12.3874 7.71571 13.0456 9.33524 14.6651C10.9548 16.2847 11.613 17.9052 11.7314 18.415C11.7836 18.6399 11.9356 18.8285 12.1441 18.9274C12.3527 19.0263 12.595 19.0246 12.8021 18.9227C18.2164 16.2599 20.9402 13.0088 22.0787 9.94142C23.2112 6.8903 22.7424 4.10306 21.9152 2.42838ZM18.0273 5.97293C19.012 6.95767 19.012 8.55425 18.0273 9.53899C17.0425 10.5237 15.446 10.5237 14.4612 9.53899C13.4765 8.55425 13.4765 6.95767 14.4612 5.97293C15.446 4.98819 17.0425 4.98819 18.0273 5.97293ZM1.88528 8.52783C1.61913 8.48463 1.3961 8.30304 1.29985 8.05117C1.2036 7.79931 1.24868 7.51525 1.41819 7.30556L1.41993 7.30295C1.52968 7.09849 1.88528 6.78461 2.04972 6.65296C2.44027 6.29572 3.01158 5.84195 3.72785 5.46987C4.5481 5.04377 5.5651 4.72491 6.70316 4.77954C7.1263 4.79985 7.33786 4.81001 7.41386 4.97959C7.48986 5.14917 7.34266 5.33114 7.04825 5.69507L7.04824 5.69508C6.26599 6.66205 5.51087 7.77066 4.79385 9.0348C4.64442 9.29826 4.56971 9.42998 4.45053 9.46393C4.33136 9.49787 4.19434 9.42305 3.92031 9.27339L3.9203 9.27339C3.2612 8.91344 2.56731 8.63854 1.88528 8.52783ZM15.4708 22.1134C15.514 22.3796 15.6956 22.6026 15.9475 22.6989C16.1994 22.7951 16.4834 22.75 16.6931 22.5805L16.6957 22.5788C16.9002 22.469 17.2141 22.1134 17.3457 21.949C17.7029 21.5584 18.1567 20.9871 18.5288 20.2709C18.9549 19.4506 19.2738 18.4336 19.2191 17.2955C19.1988 16.8724 19.1886 16.6608 19.0191 16.5848C18.8495 16.5088 18.6675 16.656 18.3036 16.9504L18.3036 16.9504C17.3366 17.7327 16.228 18.4878 14.9638 19.2048C14.7004 19.3542 14.5687 19.429 14.5347 19.5481C14.5008 19.6673 14.5756 19.8043 14.7253 20.0784C15.0852 20.7375 15.3601 21.4314 15.4708 22.1134ZM6.2401 13.8534C7.81298 14.6398 9.35802 16.185 10.1445 17.7577C10.311 18.0907 10.2105 18.4952 9.90756 18.7116L9.90653 18.7124C9.62551 18.9931 8.79804 19.3018 8.41943 19.421C7.55752 19.6855 6.32724 19.8192 5.1499 19.0976C5.04815 19.0353 4.96259 18.9497 4.90023 18.848C4.17863 17.6706 4.31231 16.4403 4.57686 15.5784C4.69966 15.0573 5.10094 14.3692 5.28624 14.0903C5.5026 13.7874 5.90716 13.6869 6.2401 13.8534Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.9152 2.42838C21.8416 2.27939 21.721 2.15877 21.572 2.08517C19.8973 1.25793 17.1101 0.78918 14.059 1.92164C10.9916 3.06013 7.74047 5.78394 5.07765 11.1983C4.97579 11.4054 4.97406 11.6477 5.07295 11.8562C5.17183 12.0648 5.36052 12.2168 5.58534 12.269C6.09522 12.3874 7.71571 13.0456 9.33524 14.6651C10.9548 16.2847 11.613 17.9052 11.7314 18.415C11.7836 18.6399 11.9356 18.8285 12.1441 18.9274C12.3527 19.0263 12.595 19.0246 12.8021 18.9227C18.2164 16.2599 20.9402 13.0088 22.0787 9.94142C23.2112 6.8903 22.7424 4.10306 21.9152 2.42838ZM18.0273 5.97293C19.012 6.95767 19.012 8.55425 18.0273 9.53899C17.0425 10.5237 15.446 10.5237 14.4612 9.53899C13.4765 8.55425 13.4765 6.95767 14.4612 5.97293C15.446 4.98819 17.0425 4.98819 18.0273 5.97293ZM1.88528 8.52783C1.61913 8.48463 1.3961 8.30304 1.29985 8.05117C1.2036 7.79931 1.24868 7.51525 1.41819 7.30556L1.41993 7.30295C1.52968 7.09849 1.88528 6.78461 2.04972 6.65296C2.44027 6.29572 3.01158 5.84195 3.72785 5.46987C4.5481 5.04377 5.5651 4.72491 6.70316 4.77954C7.1263 4.79985 7.33786 4.81001 7.41386 4.97959C7.48986 5.14917 7.34266 5.33114 7.04825 5.69507L7.04824 5.69508C6.26599 6.66205 5.51087 7.77066 4.79385 9.0348C4.64442 9.29826 4.56971 9.42998 4.45053 9.46393C4.33136 9.49787 4.19434 9.42305 3.92031 9.27339L3.9203 9.27339C3.2612 8.91344 2.56731 8.63854 1.88528 8.52783ZM15.4708 22.1134C15.514 22.3796 15.6956 22.6026 15.9475 22.6989C16.1994 22.7951 16.4834 22.75 16.6931 22.5805L16.6957 22.5788C16.9002 22.469 17.2141 22.1134 17.3457 21.949C17.7029 21.5584 18.1567 20.9871 18.5288 20.2709C18.9549 19.4506 19.2738 18.4336 19.2191 17.2955C19.1988 16.8724 19.1886 16.6608 19.0191 16.5848C18.8495 16.5088 18.6675 16.656 18.3036 16.9504L18.3036 16.9504C17.3366 17.7327 16.228 18.4878 14.9638 19.2048C14.7004 19.3542 14.5687 19.429 14.5347 19.5481C14.5008 19.6673 14.5756 19.8043 14.7253 20.0784C15.0852 20.7375 15.3601 21.4314 15.4708 22.1134ZM6.2401 13.8534C7.81298 14.6398 9.35802 16.185 10.1445 17.7577C10.311 18.0907 10.2105 18.4952 9.90756 18.7116L9.90653 18.7124C9.62551 18.9931 8.79804 19.3018 8.41943 19.421C7.55752 19.6855 6.32724 19.8192 5.1499 19.0976C5.04815 19.0353 4.96259 18.9497 4.90023 18.848C4.17863 17.6706 4.31231 16.4403 4.57686 15.5784C4.69966 15.0573 5.10094 14.3692 5.28624 14.0903C5.5026 13.7874 5.90716 13.6869 6.2401 13.8534Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-strategy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.263 4.32408C17.6363 3.91707 18.2689 3.88973 18.6759 4.26303L21.6052 6.99301C21.7834 7.20722 22 7.54155 22 8.00001C22 8.45846 21.7834 8.79279 21.6052 9.007L18.6759 11.737C18.2689 12.1103 17.6363 12.0829 17.263 11.6759C16.8897 11.2689 16.9171 10.6363 17.3241 10.263L18.61 9.08368C11.4944 9.59946 7.91183 12.412 6.07219 15.0692C5.03562 16.5665 4.51568 18.0668 4.25564 19.1936C4.12587 19.756 4.06183 20.2211 4.0303 20.5398C4.01455 20.699 4.00365 20.9227 4.00001 21.0016C3.99936 21.5533 3.55188 22 3 22C2.44772 22 2 21.5523 2 21C2 20.8086 2.0206 20.5392 2.04001 20.343C2.0788 19.9508 2.15538 19.4003 2.30686 18.7439C2.60932 17.4332 3.21438 15.6835 4.42781 13.9308C6.68758 10.6667 10.9368 7.56226 18.7755 7.06819L17.3241 5.73698C16.9171 5.36368 16.8897 4.7311 17.263 4.32408Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 5.5C2 3.567 3.567 2 5.5 2C7.433 2 9 3.567 9 5.5C9 7.433 7.433 9 5.5 9C3.567 9 2 7.433 2 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.2929 15.2929C12.6834 14.9024 13.3166 14.9024 13.7071 15.2929L15.5 17.0858L17.2929 15.2929C17.6834 14.9024 18.3166 14.9024 18.7071 15.2929C19.0976 15.6834 19.0976 16.3166 18.7071 16.7071L16.9142 18.5L18.7071 20.2929C19.0976 20.6834 19.0976 21.3166 18.7071 21.7071C18.3166 22.0976 17.6834 22.0976 17.2929 21.7071L15.5 19.9142L13.7071 21.7071C13.3166 22.0976 12.6834 22.0976 12.2929 21.7071C11.9024 21.3166 11.9024 20.6834 12.2929 20.2929L14.0858 18.5L12.2929 16.7071C11.9024 16.3166 11.9024 15.6834 12.2929 15.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.263 4.32408C17.6363 3.91707 18.2689 3.88973 18.6759 4.26303L21.6052 6.99301C21.7834 7.20722 22 7.54155 22 8.00001C22 8.45846 21.7834 8.79279 21.6052 9.007L18.6759 11.737C18.2689 12.1103 17.6363 12.0829 17.263 11.6759C16.8897 11.2689 16.9171 10.6363 17.3241 10.263L18.61 9.08368C11.4944 9.59946 7.91183 12.412 6.07219 15.0692C5.03562 16.5665 4.51568 18.0668 4.25564 19.1936C4.12587 19.756 4.06183 20.2211 4.0303 20.5398C4.01455 20.699 4.00365 20.9227 4.00001 21.0016C3.99936 21.5533 3.55188 22 3 22C2.44772 22 2 21.5523 2 21C2 20.8086 2.0206 20.5392 2.04001 20.343C2.0788 19.9508 2.15538 19.4003 2.30686 18.7439C2.60932 17.4332 3.21438 15.6835 4.42781 13.9308C6.68758 10.6667 10.9368 7.56226 18.7755 7.06819L17.3241 5.73698C16.9171 5.36368 16.8897 4.7311 17.263 4.32408Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 5.5C2 3.567 3.567 2 5.5 2C7.433 2 9 3.567 9 5.5C9 7.433 7.433 9 5.5 9C3.567 9 2 7.433 2 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.2929 15.2929C12.6834 14.9024 13.3166 14.9024 13.7071 15.2929L15.5 17.0858L17.2929 15.2929C17.6834 14.9024 18.3166 14.9024 18.7071 15.2929C19.0976 15.6834 19.0976 16.3166 18.7071 16.7071L16.9142 18.5L18.7071 20.2929C19.0976 20.6834 19.0976 21.3166 18.7071 21.7071C18.3166 22.0976 17.6834 22.0976 17.2929 21.7071L15.5 19.9142L13.7071 21.7071C13.3166 22.0976 12.6834 22.0976 12.2929 21.7071C11.9024 21.3166 11.9024 20.6834 12.2929 20.2929L14.0858 18.5L12.2929 16.7071C11.9024 16.3166 11.9024 15.6834 12.2929 15.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-target-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 11.0576 20.8555 10.1508 20.5881 9.29965C20.4227 8.77274 20.7156 8.21144 21.2425 8.04595C21.7695 7.88046 22.3308 8.17344 22.4962 8.70035C22.8238 9.74323 23 10.852 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C13.2012 1 14.3594 1.19291 15.444 1.5502C15.9686 1.723 16.2537 2.28831 16.081 2.81287C15.9082 3.33743 15.3428 3.62259 14.8183 3.4498C13.933 3.15818 12.986 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 11.4477 16.4477 11 17 11C17.5523 11 18 11.4477 18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C12.5523 6 13 6.44772 13 7C13 7.55228 12.5523 8 12 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5 1C20.0523 1 20.5 1.44772 20.5 2V3.5H22C22.5523 3.5 23 3.94772 23 4.5C23 5.05228 22.5523 5.5 22 5.5H19.9142L12.7071 12.7071C12.3166 13.0976 11.6834 13.0976 11.2929 12.7071C10.9024 12.3166 10.9024 11.6834 11.2929 11.2929L18.5 4.08579V2C18.5 1.44772 18.9477 1 19.5 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 11.0576 20.8555 10.1508 20.5881 9.29965C20.4227 8.77274 20.7156 8.21144 21.2425 8.04595C21.7695 7.88046 22.3308 8.17344 22.4962 8.70035C22.8238 9.74323 23 10.852 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C13.2012 1 14.3594 1.19291 15.444 1.5502C15.9686 1.723 16.2537 2.28831 16.081 2.81287C15.9082 3.33743 15.3428 3.62259 14.8183 3.4498C13.933 3.15818 12.986 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 11.4477 16.4477 11 17 11C17.5523 11 18 11.4477 18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C12.5523 6 13 6.44772 13 7C13 7.55228 12.5523 8 12 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5 1C20.0523 1 20.5 1.44772 20.5 2V3.5H22C22.5523 3.5 23 3.94772 23 4.5C23 5.05228 22.5523 5.5 22 5.5H19.9142L12.7071 12.7071C12.3166 13.0976 11.6834 13.0976 11.2929 12.7071C10.9024 12.3166 10.9024 11.6834 11.2929 11.2929L18.5 4.08579V2C18.5 1.44772 18.9477 1 19.5 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-target-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 11.4477 16.4477 11 17 11C17.5523 11 18 11.4477 18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C12.5523 6 13 6.44772 13 7C13 7.55228 12.5523 8 12 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 11.3823 20.9379 10.78 20.82 10.1989C20.7101 9.65769 21.0598 9.12985 21.601 9.01999C22.1423 8.91012 22.6701 9.25982 22.78 9.80107C22.9244 10.5124 23 11.2479 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C12.7521 1 13.4876 1.07563 14.1989 1.22002C14.7402 1.32989 15.0899 1.85772 14.98 2.39897C14.8701 2.94022 14.3423 3.28992 13.8011 3.18005C13.22 3.06209 12.6177 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.1421 2.07773C19.9845 1.47361 19.4963 1.10271 18.9726 1.01905C18.4678 0.938419 17.9564 1.11764 17.5909 1.48308L16.4415 2.63246C15.1721 3.90187 15.0659 5.46618 15.4909 7.09504L11.2929 11.293C10.9024 11.6835 10.9024 12.3167 11.2929 12.7072C11.6834 13.0978 12.3166 13.0978 12.7071 12.7072L16.9051 8.50926C18.5339 8.93425 20.0983 8.82798 21.3677 7.55858L22.517 6.40919C22.8825 6.04375 23.0617 5.53232 22.9811 5.02757C22.8974 4.50383 22.5265 4.01562 21.9224 3.858L20.5105 3.48962L20.1421 2.07773Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 11.4477 16.4477 11 17 11C17.5523 11 18 11.4477 18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C12.5523 6 13 6.44772 13 7C13 7.55228 12.5523 8 12 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 11.3823 20.9379 10.78 20.82 10.1989C20.7101 9.65769 21.0598 9.12985 21.601 9.01999C22.1423 8.91012 22.6701 9.25982 22.78 9.80107C22.9244 10.5124 23 11.2479 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C12.7521 1 13.4876 1.07563 14.1989 1.22002C14.7402 1.32989 15.0899 1.85772 14.98 2.39897C14.8701 2.94022 14.3423 3.28992 13.8011 3.18005C13.22 3.06209 12.6177 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.1421 2.07773C19.9845 1.47361 19.4963 1.10271 18.9726 1.01905C18.4678 0.938419 17.9564 1.11764 17.5909 1.48308L16.4415 2.63246C15.1721 3.90187 15.0659 5.46618 15.4909 7.09504L11.2929 11.293C10.9024 11.6835 10.9024 12.3167 11.2929 12.7072C11.6834 13.0978 12.3166 13.0978 12.7071 12.7072L16.9051 8.50926C18.5339 8.93425 20.0983 8.82798 21.3677 7.55858L22.517 6.40919C22.8825 6.04375 23.0617 5.53232 22.9811 5.02757C22.8974 4.50383 22.5265 4.01562 21.9224 3.858L20.5105 3.48962L20.1421 2.07773Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-target-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V6C13 6.55228 12.5523 7 12 7C11.4477 7 11 6.55228 11 6V2C11 1.44772 11.4477 1 12 1ZM1 12C1 11.4477 1.44772 11 2 11H6C6.55228 11 7 11.4477 7 12C7 12.5523 6.55228 13 6 13H2C1.44772 13 1 12.5523 1 12ZM17 12C17 11.4477 17.4477 11 18 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H18C17.4477 13 17 12.5523 17 12ZM12 17C12.5523 17 13 17.4477 13 18V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V18C11 17.4477 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21ZM1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4961 12C10.4961 11.1716 11.1677 10.5 11.9961 10.5H12.0051C12.8335 10.5 13.5051 11.1716 13.5051 12C13.5051 12.8284 12.8335 13.5 12.0051 13.5H11.9961C11.1677 13.5 10.4961 12.8284 10.4961 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V6C13 6.55228 12.5523 7 12 7C11.4477 7 11 6.55228 11 6V2C11 1.44772 11.4477 1 12 1ZM1 12C1 11.4477 1.44772 11 2 11H6C6.55228 11 7 11.4477 7 12C7 12.5523 6.55228 13 6 13H2C1.44772 13 1 12.5523 1 12ZM17 12C17 11.4477 17.4477 11 18 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H18C17.4477 13 17 12.5523 17 12ZM12 17C12.5523 17 13 17.4477 13 18V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V18C11 17.4477 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21ZM1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4961 12C10.4961 11.1716 11.1677 10.5 11.9961 10.5H12.0051C12.8335 10.5 13.5051 11.1716 13.5051 12C13.5051 12.8284 12.8335 13.5 12.0051 13.5H11.9961C11.1677 13.5 10.4961 12.8284 10.4961 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-target-dollar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V4C13 4.55228 12.5523 5 12 5C11.4477 5 11 4.55228 11 4V2C11 1.44772 11.4477 1 12 1ZM1 12C1 11.4477 1.44772 11 2 11H4C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13H2C1.44772 13 1 12.5523 1 12ZM19 12C19 11.4477 19.4477 11 20 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H20C19.4477 13 19 12.5523 19 12ZM12 19C12.5523 19 13 19.4477 13 20V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V20C11 19.4477 11.4477 19 12 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21ZM1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V8.14149C13.7704 8.36492 14.4496 8.8498 14.7908 9.5737C15.0262 10.0733 14.8121 10.6691 14.3125 10.9046C13.8129 11.14 13.2171 10.9259 12.9816 10.4263C12.9168 10.2888 12.6009 10 12 10C11.6432 10 11.3586 10.1097 11.1858 10.2393C11.0133 10.3687 11 10.4711 11 10.5C11 10.5289 11.0133 10.6313 11.1858 10.7607C11.3586 10.8903 11.6432 11 12 11C12.7477 11 13.4632 11.2261 14.0142 11.6393C14.5656 12.0529 15 12.7005 15 13.5C15 14.2995 14.5656 14.9471 14.0142 15.3607C13.717 15.5835 13.3721 15.752 13 15.8598V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15.8585C10.2296 15.6351 9.55037 15.1502 9.20922 14.4263C8.97378 13.9267 9.18792 13.3309 9.68751 13.0954C10.1871 12.86 10.7829 13.0741 11.0184 13.5737C11.0832 13.7112 11.3991 14 12 14C12.3568 14 12.6414 13.8903 12.8142 13.7607C12.9867 13.6313 13 13.5289 13 13.5C13 13.4711 12.9867 13.3687 12.8142 13.2393C12.6414 13.1097 12.3568 13 12 13C11.2523 13 10.5368 12.7739 9.98579 12.3607C9.43443 11.9471 9 11.2995 9 10.5C9 9.70046 9.43443 9.05286 9.98579 8.63934C10.283 8.41646 10.6279 8.24804 11 8.14015V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V4C13 4.55228 12.5523 5 12 5C11.4477 5 11 4.55228 11 4V2C11 1.44772 11.4477 1 12 1ZM1 12C1 11.4477 1.44772 11 2 11H4C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13H2C1.44772 13 1 12.5523 1 12ZM19 12C19 11.4477 19.4477 11 20 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H20C19.4477 13 19 12.5523 19 12ZM12 19C12.5523 19 13 19.4477 13 20V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V20C11 19.4477 11.4477 19 12 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21ZM1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V8.14149C13.7704 8.36492 14.4496 8.8498 14.7908 9.5737C15.0262 10.0733 14.8121 10.6691 14.3125 10.9046C13.8129 11.14 13.2171 10.9259 12.9816 10.4263C12.9168 10.2888 12.6009 10 12 10C11.6432 10 11.3586 10.1097 11.1858 10.2393C11.0133 10.3687 11 10.4711 11 10.5C11 10.5289 11.0133 10.6313 11.1858 10.7607C11.3586 10.8903 11.6432 11 12 11C12.7477 11 13.4632 11.2261 14.0142 11.6393C14.5656 12.0529 15 12.7005 15 13.5C15 14.2995 14.5656 14.9471 14.0142 15.3607C13.717 15.5835 13.3721 15.752 13 15.8598V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15.8585C10.2296 15.6351 9.55037 15.1502 9.20922 14.4263C8.97378 13.9267 9.18792 13.3309 9.68751 13.0954C10.1871 12.86 10.7829 13.0741 11.0184 13.5737C11.0832 13.7112 11.3991 14 12 14C12.3568 14 12.6414 13.8903 12.8142 13.7607C12.9867 13.6313 13 13.5289 13 13.5C13 13.4711 12.9867 13.3687 12.8142 13.2393C12.6414 13.1097 12.3568 13 12 13C11.2523 13 10.5368 12.7739 9.98579 12.3607C9.43443 11.9471 9 11.2995 9 10.5C9 9.70046 9.43443 9.05286 9.98579 8.63934C10.283 8.41646 10.6279 8.24804 11 8.14015V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-taxes{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.8595 1.76207C10.6009 1.43823 11.2709 1.25 11.9999 1.25C12.7289 1.25 13.3989 1.43823 14.1403 1.76206C14.8593 2.07612 15.6931 2.54014 16.7419 3.12379L20.884 5.42893C21.4604 5.74971 21.9428 6.15261 22.2742 6.69585C22.6073 7.24181 22.7499 7.86731 22.7499 8.56907C22.7504 8.82453 22.7509 9.14972 22.6894 9.38151C22.5344 9.9648 22.1651 10.3408 21.7129 10.5422C21.3055 10.7238 20.8629 10.75 20.5306 10.75H3.4692C3.13696 10.75 2.69436 10.7238 2.28695 10.5422C1.8347 10.3408 1.46544 9.9648 1.31048 9.38151C1.2489 9.14972 1.24945 8.82452 1.24992 8.56907C1.24992 7.86731 1.39257 7.24181 1.72562 6.69585C2.05702 6.15261 2.53942 5.74971 3.11584 5.42893L7.25799 3.12378L7.258 3.12377C8.30672 2.54014 9.1405 2.07612 9.8595 1.76207Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 21.5C1.25 19.4289 2.92893 17.75 5 17.75H11C11.4142 17.75 11.75 18.0858 11.75 18.5V22C11.75 22.4142 11.4142 22.75 11 22.75H2.5C1.80964 22.75 1.25 22.1904 1.25 21.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.7929 22.2071C13.4024 21.8166 13.4024 21.1834 13.7929 20.7929L20.7929 13.7929C21.1834 13.4024 21.8166 13.4024 22.2071 13.7929C22.5976 14.1834 22.5976 14.8166 22.2071 15.2071L15.2071 22.2071C14.8166 22.5976 14.1834 22.5976 13.7929 22.2071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 15C13.5 14.1716 14.1716 13.5 15 13.5C15.8284 13.5 16.5 14.1716 16.5 15C16.5 15.8284 15.8284 16.5 15 16.5C14.1716 16.5 13.5 15.8284 13.5 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5 21C19.5 20.1716 20.1716 19.5 21 19.5C21.8284 19.5 22.5 20.1716 22.5 21C22.5 21.8284 21.8284 22.5 21 22.5C20.1716 22.5 19.5 21.8284 19.5 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.24976 17.0825V11.7461L8.74976 11.7497V16.7498H4.99976C4.38175 16.7498 3.79132 16.8678 3.24976 17.0825Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.8595 1.76207C10.6009 1.43823 11.2709 1.25 11.9999 1.25C12.7289 1.25 13.3989 1.43823 14.1403 1.76206C14.8593 2.07612 15.6931 2.54014 16.7419 3.12379L20.884 5.42893C21.4604 5.74971 21.9428 6.15261 22.2742 6.69585C22.6073 7.24181 22.7499 7.86731 22.7499 8.56907C22.7504 8.82453 22.7509 9.14972 22.6894 9.38151C22.5344 9.9648 22.1651 10.3408 21.7129 10.5422C21.3055 10.7238 20.8629 10.75 20.5306 10.75H3.4692C3.13696 10.75 2.69436 10.7238 2.28695 10.5422C1.8347 10.3408 1.46544 9.9648 1.31048 9.38151C1.2489 9.14972 1.24945 8.82452 1.24992 8.56907C1.24992 7.86731 1.39257 7.24181 1.72562 6.69585C2.05702 6.15261 2.53942 5.74971 3.11584 5.42893L7.25799 3.12378L7.258 3.12377C8.30672 2.54014 9.1405 2.07612 9.8595 1.76207Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 21.5C1.25 19.4289 2.92893 17.75 5 17.75H11C11.4142 17.75 11.75 18.0858 11.75 18.5V22C11.75 22.4142 11.4142 22.75 11 22.75H2.5C1.80964 22.75 1.25 22.1904 1.25 21.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.7929 22.2071C13.4024 21.8166 13.4024 21.1834 13.7929 20.7929L20.7929 13.7929C21.1834 13.4024 21.8166 13.4024 22.2071 13.7929C22.5976 14.1834 22.5976 14.8166 22.2071 15.2071L15.2071 22.2071C14.8166 22.5976 14.1834 22.5976 13.7929 22.2071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 15C13.5 14.1716 14.1716 13.5 15 13.5C15.8284 13.5 16.5 14.1716 16.5 15C16.5 15.8284 15.8284 16.5 15 16.5C14.1716 16.5 13.5 15.8284 13.5 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5 21C19.5 20.1716 20.1716 19.5 21 19.5C21.8284 19.5 22.5 20.1716 22.5 21C22.5 21.8284 21.8284 22.5 21 22.5C20.1716 22.5 19.5 21.8284 19.5 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.24976 17.0825V11.7461L8.74976 11.7497V16.7498H4.99976C4.38175 16.7498 3.79132 16.8678 3.24976 17.0825Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-tie{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.86606 9.91243C8.91995 9.68039 8.94689 9.56437 9.02775 9.52172C9.10861 9.47907 9.22869 9.52599 9.46884 9.61984C9.68987 9.70622 9.88935 9.7628 10.0497 9.80828C10.6848 9.98917 11.3353 10.1411 11.9995 10.1411C12.6889 10.1411 13.3949 9.96679 13.8487 9.83692C14.0802 9.77099 14.3076 9.69915 14.5279 9.61254C14.7639 9.51973 14.8819 9.47332 14.9629 9.51595C15.044 9.55857 15.0707 9.6739 15.1243 9.90456L16.3111 15.0154C16.3432 15.1534 16.3773 15.2935 16.4119 15.4351C16.6474 16.401 16.9004 17.4387 16.6282 18.4034C16.3459 19.404 15.5513 20.1628 14.808 20.8727C14.6948 20.9808 14.5828 21.0878 14.4739 21.1943C14.0369 21.622 13.6577 21.9932 13.3135 22.2518C12.9398 22.5326 12.5191 22.7482 12.0038 22.75C11.4834 22.7518 11.0561 22.5354 10.6786 22.2518C10.3049 21.971 9.97173 21.6421 9.63947 21.314C9.5793 21.2546 9.51917 21.1952 9.45882 21.1361C9.36135 21.0408 9.26142 20.9449 9.16048 20.8481C8.42818 20.1456 7.64301 19.3924 7.36398 18.4034C7.0918 17.4387 7.34482 16.401 7.58032 15.4351C7.61485 15.2935 7.649 15.1534 7.68106 15.0153L8.86606 9.91243Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0001 1.25C11.5328 1.25 11.0928 1.40632 10.5411 1.60228L9.49743 1.97206C9.01023 2.1446 8.57033 2.30038 8.23711 2.4758C7.87268 2.66764 7.51454 2.94367 7.34207 3.41689C7.1706 3.88739 7.2642 4.32963 7.4147 4.71305C7.55344 5.06651 7.78523 5.47698 8.04384 5.93494L8.6261 6.96643C8.84987 7.36406 9.05087 7.72125 9.40001 7.99834C9.75025 8.27631 10.098 8.37533 10.4773 8.48334L10.5358 8.50004C10.9617 8.62184 11.5136 8.75 12.0001 8.75C12.4867 8.75 13.0385 8.62184 13.4644 8.50004L13.523 8.48334C13.9023 8.37533 14.25 8.27631 14.6003 7.99834C14.9494 7.72125 15.1504 7.36406 15.3742 6.96643L15.9564 5.93496C16.215 5.477 16.4468 5.06652 16.5856 4.71305C16.7361 4.32963 16.8297 3.88739 16.6582 3.41689C16.4857 2.94367 16.1276 2.66764 15.7631 2.4758C15.4299 2.30038 14.99 2.1446 14.5028 1.97207L13.4592 1.60228C12.9075 1.40632 12.4675 1.25 12.0001 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.86606 9.91243C8.91995 9.68039 8.94689 9.56437 9.02775 9.52172C9.10861 9.47907 9.22869 9.52599 9.46884 9.61984C9.68987 9.70622 9.88935 9.7628 10.0497 9.80828C10.6848 9.98917 11.3353 10.1411 11.9995 10.1411C12.6889 10.1411 13.3949 9.96679 13.8487 9.83692C14.0802 9.77099 14.3076 9.69915 14.5279 9.61254C14.7639 9.51973 14.8819 9.47332 14.9629 9.51595C15.044 9.55857 15.0707 9.6739 15.1243 9.90456L16.3111 15.0154C16.3432 15.1534 16.3773 15.2935 16.4119 15.4351C16.6474 16.401 16.9004 17.4387 16.6282 18.4034C16.3459 19.404 15.5513 20.1628 14.808 20.8727C14.6948 20.9808 14.5828 21.0878 14.4739 21.1943C14.0369 21.622 13.6577 21.9932 13.3135 22.2518C12.9398 22.5326 12.5191 22.7482 12.0038 22.75C11.4834 22.7518 11.0561 22.5354 10.6786 22.2518C10.3049 21.971 9.97173 21.6421 9.63947 21.314C9.5793 21.2546 9.51917 21.1952 9.45882 21.1361C9.36135 21.0408 9.26142 20.9449 9.16048 20.8481C8.42818 20.1456 7.64301 19.3924 7.36398 18.4034C7.0918 17.4387 7.34482 16.401 7.58032 15.4351C7.61485 15.2935 7.649 15.1534 7.68106 15.0153L8.86606 9.91243Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0001 1.25C11.5328 1.25 11.0928 1.40632 10.5411 1.60228L9.49743 1.97206C9.01023 2.1446 8.57033 2.30038 8.23711 2.4758C7.87268 2.66764 7.51454 2.94367 7.34207 3.41689C7.1706 3.88739 7.2642 4.32963 7.4147 4.71305C7.55344 5.06651 7.78523 5.47698 8.04384 5.93494L8.6261 6.96643C8.84987 7.36406 9.05087 7.72125 9.40001 7.99834C9.75025 8.27631 10.098 8.37533 10.4773 8.48334L10.5358 8.50004C10.9617 8.62184 11.5136 8.75 12.0001 8.75C12.4867 8.75 13.0385 8.62184 13.4644 8.50004L13.523 8.48334C13.9023 8.37533 14.25 8.27631 14.6003 7.99834C14.9494 7.72125 15.1504 7.36406 15.3742 6.96643L15.9564 5.93496C16.215 5.477 16.4468 5.06652 16.5856 4.71305C16.7361 4.32963 16.8297 3.88739 16.6582 3.41689C16.4857 2.94367 16.1276 2.66764 15.7631 2.4758C15.4299 2.30038 14.99 2.1446 14.5028 1.97207L13.4592 1.60228C12.9075 1.40632 12.4675 1.25 12.0001 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-trademark{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5765 2.42018C16.1699 2.24998 14.365 2.24999 12.0522 2.25C9.73933 2.24999 7.83014 2.24998 6.42355 2.42018C4.99222 2.59338 3.85936 2.95359 2.96274 3.76055C2.05481 4.57769 1.63907 5.62747 1.44129 6.95147C1.24997 8.23221 1.24998 9.99422 1.25 12.0625C1.24998 14.1308 1.24997 15.7678 1.44129 17.0485C1.63907 18.3725 2.05481 19.4223 2.96274 20.2395C3.85936 21.0464 4.99222 21.4066 6.42355 21.5798C7.83014 21.75 9.73935 21.75 12.0522 21.75C14.365 21.75 16.1699 21.75 17.5765 21.5798C19.0078 21.4066 20.1406 21.0464 21.0373 20.2395C21.9452 19.4223 22.3609 18.3725 22.5587 17.0485C22.75 15.7678 22.75 14.1308 22.75 12.0625C22.75 9.99426 22.75 8.23221 22.5587 6.95147C22.3609 5.62747 21.9452 4.57769 21.0373 3.76055C20.1406 2.95359 19.0078 2.59338 17.5765 2.42018ZM13.618 8.07516C13.4319 7.80444 13.0913 7.68636 12.7775 7.78381C12.4638 7.88125 12.25 8.17154 12.25 8.50006V15.5001C12.25 15.9143 12.5858 16.2501 13 16.2501C13.4142 16.2501 13.75 15.9143 13.75 15.5001V10.9148L15.132 12.925C15.2719 13.1285 15.503 13.2501 15.75 13.2501C15.997 13.2501 16.2281 13.1285 16.368 12.925L17.75 10.9148V15.5001C17.75 15.9143 18.0858 16.2501 18.5 16.2501C18.9142 16.2501 19.25 15.9143 19.25 15.5001V8.50006C19.25 8.17154 19.0362 7.88125 18.7225 7.78381C18.4087 7.68636 18.0681 7.80444 17.882 8.07516L15.75 11.1762L13.618 8.07516ZM5.5 7.75006C5.08579 7.75006 4.75 8.08584 4.75 8.50006C4.75 8.91427 5.08579 9.25006 5.5 9.25006H7.25V15.5001C7.25 15.9143 7.58579 16.2501 8 16.2501C8.41421 16.2501 8.75 15.9143 8.75 15.5001V9.25006H10.5C10.9142 9.25006 11.25 8.91427 11.25 8.50006C11.25 8.08584 10.9142 7.75006 10.5 7.75006H5.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5765 2.42018C16.1699 2.24998 14.365 2.24999 12.0522 2.25C9.73933 2.24999 7.83014 2.24998 6.42355 2.42018C4.99222 2.59338 3.85936 2.95359 2.96274 3.76055C2.05481 4.57769 1.63907 5.62747 1.44129 6.95147C1.24997 8.23221 1.24998 9.99422 1.25 12.0625C1.24998 14.1308 1.24997 15.7678 1.44129 17.0485C1.63907 18.3725 2.05481 19.4223 2.96274 20.2395C3.85936 21.0464 4.99222 21.4066 6.42355 21.5798C7.83014 21.75 9.73935 21.75 12.0522 21.75C14.365 21.75 16.1699 21.75 17.5765 21.5798C19.0078 21.4066 20.1406 21.0464 21.0373 20.2395C21.9452 19.4223 22.3609 18.3725 22.5587 17.0485C22.75 15.7678 22.75 14.1308 22.75 12.0625C22.75 9.99426 22.75 8.23221 22.5587 6.95147C22.3609 5.62747 21.9452 4.57769 21.0373 3.76055C20.1406 2.95359 19.0078 2.59338 17.5765 2.42018ZM13.618 8.07516C13.4319 7.80444 13.0913 7.68636 12.7775 7.78381C12.4638 7.88125 12.25 8.17154 12.25 8.50006V15.5001C12.25 15.9143 12.5858 16.2501 13 16.2501C13.4142 16.2501 13.75 15.9143 13.75 15.5001V10.9148L15.132 12.925C15.2719 13.1285 15.503 13.2501 15.75 13.2501C15.997 13.2501 16.2281 13.1285 16.368 12.925L17.75 10.9148V15.5001C17.75 15.9143 18.0858 16.2501 18.5 16.2501C18.9142 16.2501 19.25 15.9143 19.25 15.5001V8.50006C19.25 8.17154 19.0362 7.88125 18.7225 7.78381C18.4087 7.68636 18.0681 7.80444 17.882 8.07516L15.75 11.1762L13.618 8.07516ZM5.5 7.75006C5.08579 7.75006 4.75 8.08584 4.75 8.50006C4.75 8.91427 5.08579 9.25006 5.5 9.25006H7.25V15.5001C7.25 15.9143 7.58579 16.2501 8 16.2501C8.41421 16.2501 8.75 15.9143 8.75 15.5001V9.25006H10.5C10.9142 9.25006 11.25 8.91427 11.25 8.50006C11.25 8.08584 10.9142 7.75006 10.5 7.75006H5.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-umbrella-dollar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.97266 12.2037C8.45673 13.0288 10.1726 13.5 12.0008 13.5C13.829 13.5 15.5449 13.0288 17.029 12.2037C16.4729 7.29322 12.9401 3.5 12.0008 3.5C11.0616 3.5 7.52874 7.29323 6.97266 12.2037Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V3.5C13 4.05228 12.5523 4.5 12 4.5C11.4477 4.5 11 4.05228 11 3.5V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.13971 11.0539C3.55779 11.2522 4.0817 11.3665 4.6649 11.4034C5.17304 11.4355 5.67067 11.4052 6.08361 11.351C6.48597 9.00464 7.48528 6.95169 8.51727 5.44526C8.60709 5.31414 8.69754 5.18661 8.78829 5.06286C6.05158 6.0593 3.93586 8.29158 3.13971 11.0539ZM12 2.5C6.5935 2.5 2.06328 6.26429 1.02081 11.2972C0.947265 11.6522 1.07169 12.0193 1.34599 12.2565C2.2789 13.0631 3.50881 13.3343 4.53869 13.3994C5.39111 13.4533 6.21058 13.3727 6.82353 13.2579C8.37338 14.0519 10.135 14.5 12 14.5C13.865 14.5 15.6267 14.0519 17.1765 13.2579C17.7895 13.3727 18.609 13.4533 19.4615 13.3994C20.4914 13.3343 21.7213 13.0631 22.6541 12.2564C22.9284 12.0192 23.0528 11.6522 22.9792 11.2972C21.9368 6.26429 17.4066 2.5 12 2.5ZM12 4.56283C11.8906 4.63511 11.7459 4.74729 11.5718 4.90681C11.1653 5.27916 10.6669 5.84618 10.1672 6.57557C9.26755 7.88888 8.41307 9.65583 8.06372 11.638C9.2558 12.1904 10.5896 12.5 12 12.5C13.4105 12.5 14.7443 12.1904 15.9363 11.638C15.587 9.65583 14.7325 7.88888 13.8328 6.57557C13.3331 5.84618 12.8347 5.27916 12.4283 4.90681C12.2541 4.74729 12.1094 4.63511 12 4.56283ZM17.9164 11.3509C17.5141 9.00464 16.5148 6.95169 15.4828 5.44526C15.393 5.31414 15.3025 5.18661 15.2118 5.06286C17.9485 6.05931 20.0642 8.2916 20.8604 11.054C20.4424 11.2522 19.9185 11.3665 19.3353 11.4034C18.8271 11.4355 18.3294 11.4052 17.9164 11.3509Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 12.5C12.5523 12.5 13 12.9477 13 13.5V20.5C13 21.8807 11.8807 23 10.5 23C9.11929 23 8 21.8807 8 20.5V20C8 19.4477 8.44772 19 9 19C9.55228 19 10 19.4477 10 20V20.5C10 20.7761 10.2239 21 10.5 21C10.7761 21 11 20.7761 11 20.5V13.5C11 12.9477 11.4477 12.5 12 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 14.25C17.9142 14.25 18.25 14.5858 18.25 15V15.2427C18.8596 15.4397 19.3696 15.8739 19.6101 16.4691C19.7652 16.8532 19.5796 17.2903 19.1956 17.4454C18.8115 17.6005 18.3744 17.415 18.2192 17.0309C18.1418 16.8392 17.8864 16.625 17.5 16.625C16.9886 16.625 16.75 16.9678 16.75 17.1875C16.75 17.4072 16.9886 17.75 17.5 17.75C18.6454 17.75 19.75 18.5825 19.75 19.8125C19.75 20.7676 19.084 21.483 18.25 21.7551V22C18.25 22.4142 17.9142 22.75 17.5 22.75C17.0858 22.75 16.75 22.4142 16.75 22V21.7573C16.1404 21.5603 15.6304 21.1261 15.3899 20.5309C15.2348 20.1468 15.4204 19.7097 15.8044 19.5546C16.1885 19.3995 16.6256 19.585 16.7808 19.9691C16.8582 20.1608 17.1136 20.375 17.5 20.375C18.0114 20.375 18.25 20.0322 18.25 19.8125C18.25 19.5928 18.0114 19.25 17.5 19.25C16.3546 19.25 15.25 18.4175 15.25 17.1875C15.25 16.2324 15.916 15.517 16.75 15.2449V15C16.75 14.5858 17.0858 14.25 17.5 14.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.97266 12.2037C8.45673 13.0288 10.1726 13.5 12.0008 13.5C13.829 13.5 15.5449 13.0288 17.029 12.2037C16.4729 7.29322 12.9401 3.5 12.0008 3.5C11.0616 3.5 7.52874 7.29323 6.97266 12.2037Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V3.5C13 4.05228 12.5523 4.5 12 4.5C11.4477 4.5 11 4.05228 11 3.5V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.13971 11.0539C3.55779 11.2522 4.0817 11.3665 4.6649 11.4034C5.17304 11.4355 5.67067 11.4052 6.08361 11.351C6.48597 9.00464 7.48528 6.95169 8.51727 5.44526C8.60709 5.31414 8.69754 5.18661 8.78829 5.06286C6.05158 6.0593 3.93586 8.29158 3.13971 11.0539ZM12 2.5C6.5935 2.5 2.06328 6.26429 1.02081 11.2972C0.947265 11.6522 1.07169 12.0193 1.34599 12.2565C2.2789 13.0631 3.50881 13.3343 4.53869 13.3994C5.39111 13.4533 6.21058 13.3727 6.82353 13.2579C8.37338 14.0519 10.135 14.5 12 14.5C13.865 14.5 15.6267 14.0519 17.1765 13.2579C17.7895 13.3727 18.609 13.4533 19.4615 13.3994C20.4914 13.3343 21.7213 13.0631 22.6541 12.2564C22.9284 12.0192 23.0528 11.6522 22.9792 11.2972C21.9368 6.26429 17.4066 2.5 12 2.5ZM12 4.56283C11.8906 4.63511 11.7459 4.74729 11.5718 4.90681C11.1653 5.27916 10.6669 5.84618 10.1672 6.57557C9.26755 7.88888 8.41307 9.65583 8.06372 11.638C9.2558 12.1904 10.5896 12.5 12 12.5C13.4105 12.5 14.7443 12.1904 15.9363 11.638C15.587 9.65583 14.7325 7.88888 13.8328 6.57557C13.3331 5.84618 12.8347 5.27916 12.4283 4.90681C12.2541 4.74729 12.1094 4.63511 12 4.56283ZM17.9164 11.3509C17.5141 9.00464 16.5148 6.95169 15.4828 5.44526C15.393 5.31414 15.3025 5.18661 15.2118 5.06286C17.9485 6.05931 20.0642 8.2916 20.8604 11.054C20.4424 11.2522 19.9185 11.3665 19.3353 11.4034C18.8271 11.4355 18.3294 11.4052 17.9164 11.3509Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 12.5C12.5523 12.5 13 12.9477 13 13.5V20.5C13 21.8807 11.8807 23 10.5 23C9.11929 23 8 21.8807 8 20.5V20C8 19.4477 8.44772 19 9 19C9.55228 19 10 19.4477 10 20V20.5C10 20.7761 10.2239 21 10.5 21C10.7761 21 11 20.7761 11 20.5V13.5C11 12.9477 11.4477 12.5 12 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 14.25C17.9142 14.25 18.25 14.5858 18.25 15V15.2427C18.8596 15.4397 19.3696 15.8739 19.6101 16.4691C19.7652 16.8532 19.5796 17.2903 19.1956 17.4454C18.8115 17.6005 18.3744 17.415 18.2192 17.0309C18.1418 16.8392 17.8864 16.625 17.5 16.625C16.9886 16.625 16.75 16.9678 16.75 17.1875C16.75 17.4072 16.9886 17.75 17.5 17.75C18.6454 17.75 19.75 18.5825 19.75 19.8125C19.75 20.7676 19.084 21.483 18.25 21.7551V22C18.25 22.4142 17.9142 22.75 17.5 22.75C17.0858 22.75 16.75 22.4142 16.75 22V21.7573C16.1404 21.5603 15.6304 21.1261 15.3899 20.5309C15.2348 20.1468 15.4204 19.7097 15.8044 19.5546C16.1885 19.3995 16.6256 19.585 16.7808 19.9691C16.8582 20.1608 17.1136 20.375 17.5 20.375C18.0114 20.375 18.25 20.0322 18.25 19.8125C18.25 19.5928 18.0114 19.25 17.5 19.25C16.3546 19.25 15.25 18.4175 15.25 17.1875C15.25 16.2324 15.916 15.517 16.75 15.2449V15C16.75 14.5858 17.0858 14.25 17.5 14.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-umbrella{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.97266 12.2037C8.45673 13.0288 10.1726 13.5 12.0008 13.5C13.829 13.5 15.5449 13.0288 17.029 12.2037C16.4729 7.29322 12.9401 3.5 12.0008 3.5C11.0616 3.5 7.52874 7.29323 6.97266 12.2037Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V3.5C13 4.05228 12.5523 4.5 12 4.5C11.4477 4.5 11 4.05228 11 3.5V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.13971 11.0539C3.55779 11.2522 4.0817 11.3665 4.6649 11.4034C5.17304 11.4355 5.67067 11.4052 6.08361 11.351C6.48597 9.00464 7.48528 6.95169 8.51727 5.44526C8.60709 5.31414 8.69754 5.18661 8.78829 5.06286C6.05158 6.0593 3.93586 8.29158 3.13971 11.0539ZM12 2.5C6.5935 2.5 2.06328 6.26429 1.02081 11.2972C0.947265 11.6522 1.07169 12.0193 1.34599 12.2565C2.2789 13.0631 3.50881 13.3343 4.53869 13.3994C5.39111 13.4533 6.21058 13.3727 6.82353 13.2579C8.37338 14.0519 10.135 14.5 12 14.5C13.865 14.5 15.6267 14.0519 17.1765 13.2579C17.7895 13.3727 18.609 13.4533 19.4615 13.3994C20.4914 13.3343 21.7213 13.0631 22.6541 12.2564C22.9284 12.0192 23.0528 11.6522 22.9792 11.2972C21.9368 6.26429 17.4066 2.5 12 2.5ZM12 4.56283C11.8906 4.63511 11.7459 4.74729 11.5718 4.90681C11.1653 5.27916 10.6669 5.84618 10.1672 6.57557C9.26755 7.88888 8.41307 9.65583 8.06372 11.638C9.2558 12.1904 10.5896 12.5 12 12.5C13.4105 12.5 14.7443 12.1904 15.9363 11.638C15.587 9.65583 14.7325 7.88888 13.8328 6.57557C13.3331 5.84618 12.8347 5.27916 12.4283 4.90681C12.2541 4.74729 12.1094 4.63511 12 4.56283ZM17.9164 11.3509C17.5141 9.00464 16.5148 6.95169 15.4828 5.44526C15.393 5.31414 15.3025 5.18661 15.2118 5.06286C17.9485 6.05931 20.0642 8.2916 20.8604 11.054C20.4424 11.2522 19.9185 11.3665 19.3353 11.4034C18.8271 11.4355 18.3294 11.4052 17.9164 11.3509Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 12.5C12.5523 12.5 13 12.9477 13 13.5V20.5C13 21.8807 11.8807 23 10.5 23C9.11929 23 8 21.8807 8 20.5V20C8 19.4477 8.44772 19 9 19C9.55228 19 10 19.4477 10 20V20.5C10 20.7761 10.2239 21 10.5 21C10.7761 21 11 20.7761 11 20.5V13.5C11 12.9477 11.4477 12.5 12 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.97266 12.2037C8.45673 13.0288 10.1726 13.5 12.0008 13.5C13.829 13.5 15.5449 13.0288 17.029 12.2037C16.4729 7.29322 12.9401 3.5 12.0008 3.5C11.0616 3.5 7.52874 7.29323 6.97266 12.2037Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V3.5C13 4.05228 12.5523 4.5 12 4.5C11.4477 4.5 11 4.05228 11 3.5V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.13971 11.0539C3.55779 11.2522 4.0817 11.3665 4.6649 11.4034C5.17304 11.4355 5.67067 11.4052 6.08361 11.351C6.48597 9.00464 7.48528 6.95169 8.51727 5.44526C8.60709 5.31414 8.69754 5.18661 8.78829 5.06286C6.05158 6.0593 3.93586 8.29158 3.13971 11.0539ZM12 2.5C6.5935 2.5 2.06328 6.26429 1.02081 11.2972C0.947265 11.6522 1.07169 12.0193 1.34599 12.2565C2.2789 13.0631 3.50881 13.3343 4.53869 13.3994C5.39111 13.4533 6.21058 13.3727 6.82353 13.2579C8.37338 14.0519 10.135 14.5 12 14.5C13.865 14.5 15.6267 14.0519 17.1765 13.2579C17.7895 13.3727 18.609 13.4533 19.4615 13.3994C20.4914 13.3343 21.7213 13.0631 22.6541 12.2564C22.9284 12.0192 23.0528 11.6522 22.9792 11.2972C21.9368 6.26429 17.4066 2.5 12 2.5ZM12 4.56283C11.8906 4.63511 11.7459 4.74729 11.5718 4.90681C11.1653 5.27916 10.6669 5.84618 10.1672 6.57557C9.26755 7.88888 8.41307 9.65583 8.06372 11.638C9.2558 12.1904 10.5896 12.5 12 12.5C13.4105 12.5 14.7443 12.1904 15.9363 11.638C15.587 9.65583 14.7325 7.88888 13.8328 6.57557C13.3331 5.84618 12.8347 5.27916 12.4283 4.90681C12.2541 4.74729 12.1094 4.63511 12 4.56283ZM17.9164 11.3509C17.5141 9.00464 16.5148 6.95169 15.4828 5.44526C15.393 5.31414 15.3025 5.18661 15.2118 5.06286C17.9485 6.05931 20.0642 8.2916 20.8604 11.054C20.4424 11.2522 19.9185 11.3665 19.3353 11.4034C18.8271 11.4355 18.3294 11.4052 17.9164 11.3509Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 12.5C12.5523 12.5 13 12.9477 13 13.5V20.5C13 21.8807 11.8807 23 10.5 23C9.11929 23 8 21.8807 8 20.5V20C8 19.4477 8.44772 19 9 19C9.55228 19 10 19.4477 10 20V20.5C10 20.7761 10.2239 21 10.5 21C10.7761 21 11 20.7761 11 20.5V13.5C11 12.9477 11.4477 12.5 12 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-vision{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.18557 2.45052C9.2129 3.00213 8.7879 3.47146 8.23629 3.4988C6.16432 3.60148 5.19943 3.90811 4.55377 4.55377C3.90811 5.19943 3.60148 6.16432 3.4988 8.23629C3.47146 8.7879 3.00213 9.21291 2.45052 9.18557C1.89892 9.15823 1.47391 8.6889 1.50125 8.1373C1.60669 6.00982 1.92267 4.35645 3.13956 3.13956C4.35645 1.92267 6.00982 1.60669 8.13729 1.50125C8.6889 1.47391 9.15823 1.89892 9.18557 2.45052ZM14.8145 2.45052C14.8418 1.89892 15.3111 1.47391 15.8628 1.50125C17.9902 1.60669 19.6436 1.92267 20.8605 3.13956C22.0774 4.35645 22.3934 6.00982 22.4988 8.1373C22.5261 8.6889 22.1011 9.15823 21.5495 9.18557C20.9979 9.21291 20.5286 8.7879 20.5012 8.23629C20.3986 6.16432 20.0919 5.19943 19.4463 4.55377C18.8006 3.90811 17.8357 3.60148 15.7638 3.4988C15.2121 3.47146 14.7871 3.00213 14.8145 2.45052ZM2.45052 14.8145C3.00213 14.7871 3.47146 15.2121 3.4988 15.7638C3.60148 17.8357 3.90811 18.8006 4.55377 19.4463C5.19943 20.0919 6.16432 20.3986 8.23629 20.5012C8.78789 20.5286 9.2129 20.9979 9.18556 21.5495C9.15822 22.1011 8.68889 22.5261 8.13729 22.4988C6.00982 22.3934 4.35645 22.0774 3.13956 20.8605C1.92267 19.6436 1.60669 17.9902 1.50125 15.8628C1.47391 15.3111 1.89892 14.8418 2.45052 14.8145ZM21.5495 14.8145C22.1011 14.8418 22.5261 15.3111 22.4988 15.8628C22.3934 17.9902 22.0774 19.6436 20.8605 20.8605C19.6436 22.0774 17.9902 22.3934 15.8628 22.4988C15.3111 22.5261 14.8418 22.1011 14.8145 21.5495C14.7871 20.9979 15.2121 20.5286 15.7638 20.5012C17.8357 20.3986 18.8006 20.0919 19.4463 19.4463C20.0919 18.8006 20.3986 17.8357 20.5012 15.7638C20.5286 15.2121 20.9979 14.7871 21.5495 14.8145Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.25C9.92311 6.25 8.13972 7.06646 6.75659 8.03055C5.37364 8.99453 4.30404 10.1915 3.73142 10.9084C3.53778 11.1468 3.25 11.5011 3.25 12C3.25 12.4989 3.53778 12.8532 3.73142 13.0916C4.30404 13.8085 5.37364 15.0055 6.75659 15.9694C8.13972 16.9335 9.92311 17.75 12 17.75C14.0769 17.75 15.8603 16.9335 17.2434 15.9694C18.6264 15.0055 19.696 13.8085 20.2686 13.0916C20.4622 12.8532 20.75 12.4989 20.75 12C20.75 11.5011 20.4622 11.1468 20.2686 10.9084C19.696 10.1915 18.6264 8.99453 17.2434 8.03055C15.8603 7.06646 14.0769 6.25 12 6.25ZM12 14.75C10.4812 14.75 9.25 13.5188 9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.18557 2.45052C9.2129 3.00213 8.7879 3.47146 8.23629 3.4988C6.16432 3.60148 5.19943 3.90811 4.55377 4.55377C3.90811 5.19943 3.60148 6.16432 3.4988 8.23629C3.47146 8.7879 3.00213 9.21291 2.45052 9.18557C1.89892 9.15823 1.47391 8.6889 1.50125 8.1373C1.60669 6.00982 1.92267 4.35645 3.13956 3.13956C4.35645 1.92267 6.00982 1.60669 8.13729 1.50125C8.6889 1.47391 9.15823 1.89892 9.18557 2.45052ZM14.8145 2.45052C14.8418 1.89892 15.3111 1.47391 15.8628 1.50125C17.9902 1.60669 19.6436 1.92267 20.8605 3.13956C22.0774 4.35645 22.3934 6.00982 22.4988 8.1373C22.5261 8.6889 22.1011 9.15823 21.5495 9.18557C20.9979 9.21291 20.5286 8.7879 20.5012 8.23629C20.3986 6.16432 20.0919 5.19943 19.4463 4.55377C18.8006 3.90811 17.8357 3.60148 15.7638 3.4988C15.2121 3.47146 14.7871 3.00213 14.8145 2.45052ZM2.45052 14.8145C3.00213 14.7871 3.47146 15.2121 3.4988 15.7638C3.60148 17.8357 3.90811 18.8006 4.55377 19.4463C5.19943 20.0919 6.16432 20.3986 8.23629 20.5012C8.78789 20.5286 9.2129 20.9979 9.18556 21.5495C9.15822 22.1011 8.68889 22.5261 8.13729 22.4988C6.00982 22.3934 4.35645 22.0774 3.13956 20.8605C1.92267 19.6436 1.60669 17.9902 1.50125 15.8628C1.47391 15.3111 1.89892 14.8418 2.45052 14.8145ZM21.5495 14.8145C22.1011 14.8418 22.5261 15.3111 22.4988 15.8628C22.3934 17.9902 22.0774 19.6436 20.8605 20.8605C19.6436 22.0774 17.9902 22.3934 15.8628 22.4988C15.3111 22.5261 14.8418 22.1011 14.8145 21.5495C14.7871 20.9979 15.2121 20.5286 15.7638 20.5012C17.8357 20.3986 18.8006 20.0919 19.4463 19.4463C20.0919 18.8006 20.3986 17.8357 20.5012 15.7638C20.5286 15.2121 20.9979 14.7871 21.5495 14.8145Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.25C9.92311 6.25 8.13972 7.06646 6.75659 8.03055C5.37364 8.99453 4.30404 10.1915 3.73142 10.9084C3.53778 11.1468 3.25 11.5011 3.25 12C3.25 12.4989 3.53778 12.8532 3.73142 13.0916C4.30404 13.8085 5.37364 15.0055 6.75659 15.9694C8.13972 16.9335 9.92311 17.75 12 17.75C14.0769 17.75 15.8603 16.9335 17.2434 15.9694C18.6264 15.0055 19.696 13.8085 20.2686 13.0916C20.4622 12.8532 20.75 12.4989 20.75 12C20.75 11.5011 20.4622 11.1468 20.2686 10.9084C19.696 10.1915 18.6264 8.99453 17.2434 8.03055C15.8603 7.06646 14.0769 6.25 12 6.25ZM12 14.75C10.4812 14.75 9.25 13.5188 9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-wallet-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.7077 5.14068C18.7931 5.4585 18.8239 5.80758 18.835 6.21961C18.981 6.2325 19.1214 6.24776 19.2563 6.26586C20.1631 6.38748 20.9639 6.65265 21.6051 7.29235C22.2463 7.93206 22.512 8.73099 22.6339 9.63562C22.7501 10.4973 22.75 11.586 22.75 12.9063V14.9938C22.75 16.3141 22.7501 17.4028 22.6339 18.2645C22.512 19.1691 22.2463 19.968 21.6051 20.6077C20.9639 21.2474 20.1631 21.5126 19.2563 21.6342C18.3927 21.7501 17.3014 21.75 15.978 21.75H9.97398C8.19196 21.75 6.75559 21.75 5.6259 21.5985C4.45303 21.4412 3.4655 21.1046 2.68118 20.3222C1.89687 19.5397 1.55952 18.5544 1.40183 17.3843C1.24995 16.2573 1.24997 14.8242 1.25 13.0464V13.0464V5.17508C1.25 3.55965 2.56262 2.25009 4.18182 2.25009L14.089 2.25005C14.8663 2.24963 15.4435 2.24931 15.9436 2.38298C17.2926 2.7436 18.3462 3.79483 18.7077 5.14068ZM15.4372 4.26652C15.22 4.20845 14.9259 4.20007 13.9541 4.20007H4.18137C3.64164 4.20007 3.2041 4.63659 3.2041 5.17507C3.2041 5.71354 3.64164 6.15006 4.18137 6.15006L15.9776 6.15006C16.2901 6.15005 16.5897 6.15005 16.8763 6.15156C16.8674 5.89948 16.8505 5.76142 16.8193 5.64537C16.6386 4.97244 16.1117 4.44683 15.4372 4.26652ZM17.5 12C18.6046 12 19.5 12.8954 19.5 14C19.5 15.1046 18.6046 16 17.5 16C16.3954 16 15.5 15.1046 15.5 14C15.5 12.8954 16.3954 12 17.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.7077 5.14068C18.7931 5.4585 18.8239 5.80758 18.835 6.21961C18.981 6.2325 19.1214 6.24776 19.2563 6.26586C20.1631 6.38748 20.9639 6.65265 21.6051 7.29235C22.2463 7.93206 22.512 8.73099 22.6339 9.63562C22.7501 10.4973 22.75 11.586 22.75 12.9063V14.9938C22.75 16.3141 22.7501 17.4028 22.6339 18.2645C22.512 19.1691 22.2463 19.968 21.6051 20.6077C20.9639 21.2474 20.1631 21.5126 19.2563 21.6342C18.3927 21.7501 17.3014 21.75 15.978 21.75H9.97398C8.19196 21.75 6.75559 21.75 5.6259 21.5985C4.45303 21.4412 3.4655 21.1046 2.68118 20.3222C1.89687 19.5397 1.55952 18.5544 1.40183 17.3843C1.24995 16.2573 1.24997 14.8242 1.25 13.0464V13.0464V5.17508C1.25 3.55965 2.56262 2.25009 4.18182 2.25009L14.089 2.25005C14.8663 2.24963 15.4435 2.24931 15.9436 2.38298C17.2926 2.7436 18.3462 3.79483 18.7077 5.14068ZM15.4372 4.26652C15.22 4.20845 14.9259 4.20007 13.9541 4.20007H4.18137C3.64164 4.20007 3.2041 4.63659 3.2041 5.17507C3.2041 5.71354 3.64164 6.15006 4.18137 6.15006L15.9776 6.15006C16.2901 6.15005 16.5897 6.15005 16.8763 6.15156C16.8674 5.89948 16.8505 5.76142 16.8193 5.64537C16.6386 4.97244 16.1117 4.44683 15.4372 4.26652ZM17.5 12C18.6046 12 19.5 12.8954 19.5 14C19.5 15.1046 18.6046 16 17.5 16C16.3954 16 15.5 15.1046 15.5 14C15.5 12.8954 16.3954 12 17.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-wallet-02-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.28749 3.13745C3.01861 3.51401 2.25 4.681 2.25 5.90114V15.1109V15.1109C2.24998 16.0675 2.24996 16.8561 2.33362 17.5045C2.42217 18.1908 2.61028 18.7808 3.02298 19.3226C3.79914 20.3414 5.06493 20.6825 6.59374 21.0945C9.39248 21.8507 12.3234 22.2985 14.9379 22.5539C16.2263 22.6799 17.342 22.7889 18.1943 22.7385C19.0973 22.6852 19.864 22.4566 20.5222 21.8551C21.1878 21.2469 21.4818 20.4721 21.619 19.5411C21.75 18.6519 21.75 17.523 21.75 16.1294V14.005C21.75 12.6461 21.75 11.5558 21.6434 10.6993C21.5334 9.81615 21.2987 9.06812 20.7429 8.46866C20.3097 8.00144 19.751 7.7218 19.1061 7.53936C18.8205 7.45856 18.6777 7.41816 18.6163 7.32234C18.5549 7.22652 18.5772 7.08436 18.6217 6.80004C18.6965 6.32171 18.7469 5.80455 18.7499 5.28705C18.7554 4.30189 18.5913 3.12467 17.887 2.26628C16.9266 1.09578 15.4925 1.22142 14.6683 1.29363C9.79412 1.70754 6.23972 2.5581 4.28749 3.13745ZM14.7412 3.16921C15.2217 3.1284 15.558 3.10642 15.8415 3.15136C16.0784 3.18892 16.2313 3.26634 16.3657 3.43022C16.6498 3.77638 16.8139 4.4144 16.809 5.2768C16.8064 5.7428 16.7549 6.21953 16.6803 6.65629C16.6397 6.89378 16.6194 7.01253 16.5281 7.08399C16.4367 7.15546 16.3108 7.1461 16.0591 7.1274C15.7397 7.10367 15.4049 7.08048 15.0559 7.0563C10.8417 6.76428 7.22733 6.21272 4.87727 5.69911C4.58675 5.63561 4.44149 5.60387 4.40399 5.40991C4.36649 5.21595 4.45209 5.15775 4.6233 5.04134C4.69674 4.99141 4.77599 4.95345 4.85808 4.92909C6.69586 4.3837 10.0184 3.57028 14.7412 3.16921ZM16.5 13C17.6046 13 18.5 13.8954 18.5 15C18.5 16.1046 17.6046 17 16.5 17C15.3954 17 14.5 16.1046 14.5 15C14.5 13.8954 15.3954 13 16.5 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.28749 3.13745C3.01861 3.51401 2.25 4.681 2.25 5.90114V15.1109V15.1109C2.24998 16.0675 2.24996 16.8561 2.33362 17.5045C2.42217 18.1908 2.61028 18.7808 3.02298 19.3226C3.79914 20.3414 5.06493 20.6825 6.59374 21.0945C9.39248 21.8507 12.3234 22.2985 14.9379 22.5539C16.2263 22.6799 17.342 22.7889 18.1943 22.7385C19.0973 22.6852 19.864 22.4566 20.5222 21.8551C21.1878 21.2469 21.4818 20.4721 21.619 19.5411C21.75 18.6519 21.75 17.523 21.75 16.1294V14.005C21.75 12.6461 21.75 11.5558 21.6434 10.6993C21.5334 9.81615 21.2987 9.06812 20.7429 8.46866C20.3097 8.00144 19.751 7.7218 19.1061 7.53936C18.8205 7.45856 18.6777 7.41816 18.6163 7.32234C18.5549 7.22652 18.5772 7.08436 18.6217 6.80004C18.6965 6.32171 18.7469 5.80455 18.7499 5.28705C18.7554 4.30189 18.5913 3.12467 17.887 2.26628C16.9266 1.09578 15.4925 1.22142 14.6683 1.29363C9.79412 1.70754 6.23972 2.5581 4.28749 3.13745ZM14.7412 3.16921C15.2217 3.1284 15.558 3.10642 15.8415 3.15136C16.0784 3.18892 16.2313 3.26634 16.3657 3.43022C16.6498 3.77638 16.8139 4.4144 16.809 5.2768C16.8064 5.7428 16.7549 6.21953 16.6803 6.65629C16.6397 6.89378 16.6194 7.01253 16.5281 7.08399C16.4367 7.15546 16.3108 7.1461 16.0591 7.1274C15.7397 7.10367 15.4049 7.08048 15.0559 7.0563C10.8417 6.76428 7.22733 6.21272 4.87727 5.69911C4.58675 5.63561 4.44149 5.60387 4.40399 5.40991C4.36649 5.21595 4.45209 5.15775 4.6233 5.04134C4.69674 4.99141 4.77599 4.95345 4.85808 4.92909C6.69586 4.3837 10.0184 3.57028 14.7412 3.16921ZM16.5 13C17.6046 13 18.5 13.8954 18.5 15C18.5 16.1046 17.6046 17 16.5 17C15.3954 17 14.5 16.1046 14.5 15C14.5 13.8954 15.3954 13 16.5 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-wallet-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.78893 3.38559C7.87779 3.52105 7.77748 3.75199 7.57686 4.21386C7.49964 4.39164 7.42958 4.57324 7.36705 4.75832C7.29287 4.97783 7.25578 5.08759 7.17737 5.14385C7.09897 5.20012 6.99012 5.20012 6.77242 5.20012H4.18137C3.64164 5.20012 3.2041 5.63664 3.2041 6.17512C3.2041 6.71359 3.64164 7.15011 4.18137 7.15011L15.9776 7.15011C16.8093 7.13744 18.6295 7.14287 19.2563 7.2659C20.1631 7.38753 20.9639 7.6527 21.6051 8.2924C22.2462 8.9321 22.512 9.73104 22.6339 10.6357C22.7501 11.4973 22.75 12.586 22.75 13.9063V15.9939C22.75 17.3141 22.7501 18.4028 22.6339 19.2645C22.512 20.1691 22.2462 20.9681 21.6051 21.6078C20.9639 22.2475 20.1631 22.5126 19.2563 22.6343C18.3926 22.7501 17.3014 22.7501 15.978 22.75H9.97398C8.19196 22.7501 6.75559 22.7501 5.6259 22.5986C4.45303 22.4412 3.4655 22.1047 2.68118 21.3222C1.89687 20.5397 1.55952 19.5545 1.40183 18.3843C1.24995 17.2573 1.24997 15.8243 1.25 14.0464V6.17513C1.25 4.5597 2.56262 3.25014 4.18182 3.25014L6.99624 3.25013C7.46547 3.25013 7.70008 3.25012 7.78893 3.38559ZM17.5 12.9999C18.6046 12.9999 19.5 13.8953 19.5 14.9999C19.5 16.1044 18.6046 16.9999 17.5 16.9999C16.3954 16.9999 15.5 16.1044 15.5 14.9999C15.5 13.8953 16.3954 12.9999 17.5 12.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4557 6.03151C19.563 6.0463 19.6555 5.95355 19.6339 5.84742C19.1001 3.22413 16.7803 1.25 13.9994 1.25C11.3264 1.25 9.07932 3.07399 8.43503 5.54525C8.38746 5.72772 8.52962 5.90006 8.7182 5.90006L15.9679 5.90006C16.3968 5.89365 17.0712 5.89192 17.7232 5.90742C18.3197 5.92161 19.0159 5.95164 19.4557 6.03151Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.78893 3.38559C7.87779 3.52105 7.77748 3.75199 7.57686 4.21386C7.49964 4.39164 7.42958 4.57324 7.36705 4.75832C7.29287 4.97783 7.25578 5.08759 7.17737 5.14385C7.09897 5.20012 6.99012 5.20012 6.77242 5.20012H4.18137C3.64164 5.20012 3.2041 5.63664 3.2041 6.17512C3.2041 6.71359 3.64164 7.15011 4.18137 7.15011L15.9776 7.15011C16.8093 7.13744 18.6295 7.14287 19.2563 7.2659C20.1631 7.38753 20.9639 7.6527 21.6051 8.2924C22.2462 8.9321 22.512 9.73104 22.6339 10.6357C22.7501 11.4973 22.75 12.586 22.75 13.9063V15.9939C22.75 17.3141 22.7501 18.4028 22.6339 19.2645C22.512 20.1691 22.2462 20.9681 21.6051 21.6078C20.9639 22.2475 20.1631 22.5126 19.2563 22.6343C18.3926 22.7501 17.3014 22.7501 15.978 22.75H9.97398C8.19196 22.7501 6.75559 22.7501 5.6259 22.5986C4.45303 22.4412 3.4655 22.1047 2.68118 21.3222C1.89687 20.5397 1.55952 19.5545 1.40183 18.3843C1.24995 17.2573 1.24997 15.8243 1.25 14.0464V6.17513C1.25 4.5597 2.56262 3.25014 4.18182 3.25014L6.99624 3.25013C7.46547 3.25013 7.70008 3.25012 7.78893 3.38559ZM17.5 12.9999C18.6046 12.9999 19.5 13.8953 19.5 14.9999C19.5 16.1044 18.6046 16.9999 17.5 16.9999C16.3954 16.9999 15.5 16.1044 15.5 14.9999C15.5 13.8953 16.3954 12.9999 17.5 12.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4557 6.03151C19.563 6.0463 19.6555 5.95355 19.6339 5.84742C19.1001 3.22413 16.7803 1.25 13.9994 1.25C11.3264 1.25 9.07932 3.07399 8.43503 5.54525C8.38746 5.72772 8.52962 5.90006 8.7182 5.90006L15.9679 5.90006C16.3968 5.89365 17.0712 5.89192 17.7232 5.90742C18.3197 5.92161 19.0159 5.95164 19.4557 6.03151Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-wallet-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9386 5.67125C18.9195 5.43446 18.8872 5.2187 18.8327 5.01568C18.4712 3.66983 17.4176 2.6186 16.0686 2.25798C15.5685 2.12431 14.9913 2.12463 14.214 2.12505L4.30682 2.12509C2.68762 2.12509 1.375 3.43465 1.375 5.05008V12.9214V12.9223C1.375 13.2008 1.37499 13.4709 1.37558 13.7327C1.37624 14.0324 1.37657 14.1823 1.44401 14.2648C1.45928 14.2835 1.46832 14.2925 1.48705 14.3077C1.56974 14.375 1.75418 14.375 2.12305 14.375H3.02305C3.30589 14.375 3.44731 14.375 3.53518 14.2871C3.62305 14.1993 3.62305 14.0578 3.62305 13.775V12.875C3.62305 11.4943 4.74234 10.375 6.12305 10.375C7.50376 10.375 8.62305 11.4943 8.62305 12.875V13.775C8.62305 14.0578 8.62305 14.1993 8.71092 14.2871C8.79878 14.375 8.9402 14.375 9.22305 14.375H10.123C11.5038 14.375 12.623 15.4943 12.623 16.875C12.623 18.2557 11.5038 19.375 10.123 19.375H9.22305C8.94021 19.375 8.79878 19.375 8.71092 19.4629C8.62305 19.5507 8.62305 19.6922 8.62305 19.975V20.875C8.62305 21.2454 8.62305 21.4306 8.69083 21.5135C8.70569 21.5317 8.71444 21.5405 8.73258 21.5554C8.81529 21.6233 8.96575 21.6237 9.26667 21.6244C9.53524 21.625 9.81257 21.625 10.0988 21.625H10.099H16.103C17.4264 21.625 18.5177 21.6251 19.3813 21.5092C20.2881 21.3876 21.0889 21.1224 21.7301 20.4827C22.3713 19.843 22.637 19.0441 22.7589 18.1395C22.8751 17.2778 22.875 16.1891 22.875 14.8688V12.7813C22.875 11.461 22.8751 10.3723 22.7589 9.51062C22.637 8.60599 22.3713 7.80706 21.7301 7.16735C21.0889 6.52765 20.2881 6.26248 19.3813 6.14086C19.2284 6.12034 19.1519 6.11009 19.0998 6.07954C19.0474 6.04876 19.0132 6.0127 18.9852 5.95867C18.9575 5.90505 18.9512 5.82712 18.9386 5.67125ZM14.0791 4.07507C15.0509 4.07507 15.345 4.08345 15.5622 4.14152C16.2367 4.32183 16.7636 4.84744 16.9443 5.52037C16.9826 5.66287 17.0017 5.73412 16.9737 5.81928C16.955 5.8758 16.9029 5.94366 16.8532 5.97628C16.7781 6.02542 16.6824 6.02533 16.4909 6.02517L16.1026 6.02506L4.30638 6.02506C3.76664 6.02506 3.3291 5.58854 3.3291 5.05007C3.3291 4.51159 3.76664 4.07507 4.30638 4.07507H14.0791ZM17.625 11.8751C18.7296 11.8751 19.625 12.7706 19.625 13.8751C19.625 14.9797 18.7296 15.8751 17.625 15.8751C16.5204 15.8751 15.625 14.9797 15.625 13.8751C15.625 12.7706 16.5204 11.8751 17.625 11.8751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.12305 11.875C6.67533 11.875 7.12305 12.3227 7.12305 12.875L7.12305 15.875H10.123C10.6753 15.875 11.123 16.3227 11.123 16.875C11.123 17.4273 10.6753 17.875 10.123 17.875H7.12305V20.875C7.12305 21.4273 6.67533 21.875 6.12305 21.875C5.57076 21.875 5.12305 21.4273 5.12305 20.875V17.875H2.12305C1.57076 17.875 1.12305 17.4273 1.12305 16.875C1.12305 16.3227 1.57076 15.875 2.12305 15.875H5.12305L5.12305 12.875C5.12305 12.3227 5.57076 11.875 6.12305 11.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9386 5.67125C18.9195 5.43446 18.8872 5.2187 18.8327 5.01568C18.4712 3.66983 17.4176 2.6186 16.0686 2.25798C15.5685 2.12431 14.9913 2.12463 14.214 2.12505L4.30682 2.12509C2.68762 2.12509 1.375 3.43465 1.375 5.05008V12.9214V12.9223C1.375 13.2008 1.37499 13.4709 1.37558 13.7327C1.37624 14.0324 1.37657 14.1823 1.44401 14.2648C1.45928 14.2835 1.46832 14.2925 1.48705 14.3077C1.56974 14.375 1.75418 14.375 2.12305 14.375H3.02305C3.30589 14.375 3.44731 14.375 3.53518 14.2871C3.62305 14.1993 3.62305 14.0578 3.62305 13.775V12.875C3.62305 11.4943 4.74234 10.375 6.12305 10.375C7.50376 10.375 8.62305 11.4943 8.62305 12.875V13.775C8.62305 14.0578 8.62305 14.1993 8.71092 14.2871C8.79878 14.375 8.9402 14.375 9.22305 14.375H10.123C11.5038 14.375 12.623 15.4943 12.623 16.875C12.623 18.2557 11.5038 19.375 10.123 19.375H9.22305C8.94021 19.375 8.79878 19.375 8.71092 19.4629C8.62305 19.5507 8.62305 19.6922 8.62305 19.975V20.875C8.62305 21.2454 8.62305 21.4306 8.69083 21.5135C8.70569 21.5317 8.71444 21.5405 8.73258 21.5554C8.81529 21.6233 8.96575 21.6237 9.26667 21.6244C9.53524 21.625 9.81257 21.625 10.0988 21.625H10.099H16.103C17.4264 21.625 18.5177 21.6251 19.3813 21.5092C20.2881 21.3876 21.0889 21.1224 21.7301 20.4827C22.3713 19.843 22.637 19.0441 22.7589 18.1395C22.8751 17.2778 22.875 16.1891 22.875 14.8688V12.7813C22.875 11.461 22.8751 10.3723 22.7589 9.51062C22.637 8.60599 22.3713 7.80706 21.7301 7.16735C21.0889 6.52765 20.2881 6.26248 19.3813 6.14086C19.2284 6.12034 19.1519 6.11009 19.0998 6.07954C19.0474 6.04876 19.0132 6.0127 18.9852 5.95867C18.9575 5.90505 18.9512 5.82712 18.9386 5.67125ZM14.0791 4.07507C15.0509 4.07507 15.345 4.08345 15.5622 4.14152C16.2367 4.32183 16.7636 4.84744 16.9443 5.52037C16.9826 5.66287 17.0017 5.73412 16.9737 5.81928C16.955 5.8758 16.9029 5.94366 16.8532 5.97628C16.7781 6.02542 16.6824 6.02533 16.4909 6.02517L16.1026 6.02506L4.30638 6.02506C3.76664 6.02506 3.3291 5.58854 3.3291 5.05007C3.3291 4.51159 3.76664 4.07507 4.30638 4.07507H14.0791ZM17.625 11.8751C18.7296 11.8751 19.625 12.7706 19.625 13.8751C19.625 14.9797 18.7296 15.8751 17.625 15.8751C16.5204 15.8751 15.625 14.9797 15.625 13.8751C15.625 12.7706 16.5204 11.8751 17.625 11.8751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.12305 11.875C6.67533 11.875 7.12305 12.3227 7.12305 12.875L7.12305 15.875H10.123C10.6753 15.875 11.123 16.3227 11.123 16.875C11.123 17.4273 10.6753 17.875 10.123 17.875H7.12305V20.875C7.12305 21.4273 6.67533 21.875 6.12305 21.875C5.57076 21.875 5.12305 21.4273 5.12305 20.875V17.875H2.12305C1.57076 17.875 1.12305 17.4273 1.12305 16.875C1.12305 16.3227 1.57076 15.875 2.12305 15.875H5.12305L5.12305 12.875C5.12305 12.3227 5.57076 11.875 6.12305 11.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-wallet-done-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9386 5.67125C18.9195 5.43446 18.8872 5.2187 18.8327 5.01568C18.4712 3.66983 17.4176 2.6186 16.0686 2.25798C15.5685 2.12431 14.9913 2.12463 14.214 2.12505L4.30682 2.12509C2.68762 2.12509 1.375 3.43465 1.375 5.05008V12.9214V12.9215C1.37499 13.999 1.37497 14.9498 1.40878 15.7826C1.41982 16.0547 1.42534 16.1907 1.49251 16.2696C1.50757 16.2873 1.51752 16.2968 1.5358 16.3112C1.61731 16.3751 1.78654 16.3751 2.125 16.3751C2.27382 16.3765 2.65164 16.396 3.01326 16.5111C3.208 16.5685 3.41354 16.6468 3.62582 16.7506L3.62584 16.7506C3.71091 16.7922 3.75345 16.813 3.78555 16.8207C3.88003 16.8434 3.96164 16.8259 4.03862 16.7667C4.06478 16.7465 4.09201 16.7139 4.14646 16.6486L4.14647 16.6486C4.76943 15.9018 5.52274 15.0785 6.34795 14.3549C7.14747 13.6537 8.15405 12.921 9.29038 12.5185C10.5919 12.0576 12.0206 12.739 12.4816 14.0405C12.9425 15.3419 12.2611 16.7707 10.9596 17.2316C10.6846 17.3291 10.2354 17.596 9.6447 18.114C9.08023 18.6091 8.51002 19.2233 7.98589 19.8515C7.75247 20.1313 7.53887 20.4159 7.34585 20.6849C7.06644 21.0743 6.92673 21.269 7.00746 21.4308C7.0882 21.5927 7.32688 21.5982 7.80425 21.6091C8.49488 21.625 9.25827 21.625 10.0985 21.625H10.099H16.103C17.4264 21.625 18.5177 21.6251 19.3813 21.5092C20.2881 21.3876 21.0889 21.1224 21.7301 20.4827C22.3713 19.843 22.637 19.0441 22.7589 18.1395C22.8751 17.2778 22.875 16.1891 22.875 14.8688V12.7813C22.875 11.461 22.8751 10.3723 22.7589 9.51062C22.637 8.60599 22.3713 7.80706 21.7301 7.16735C21.0889 6.52765 20.2881 6.26248 19.3813 6.14086C19.2284 6.12034 19.1519 6.11009 19.0998 6.07954C19.0474 6.04876 19.0132 6.0127 18.9852 5.95867C18.9575 5.90505 18.9512 5.82712 18.9386 5.67125ZM14.0791 4.07507C15.0509 4.07507 15.345 4.08345 15.5622 4.14152C16.2367 4.32183 16.7636 4.84744 16.9443 5.52037C16.9826 5.66287 17.0017 5.73412 16.9737 5.81928C16.955 5.8758 16.9029 5.94366 16.8532 5.97628C16.7781 6.02542 16.6824 6.02533 16.4909 6.02517L16.1026 6.02506L4.30638 6.02506C3.76664 6.02506 3.3291 5.58854 3.3291 5.05007C3.3291 4.51159 3.76664 4.07507 4.30638 4.07507H14.0791ZM17.625 11.8751C18.7296 11.8751 19.625 12.7706 19.625 13.8751C19.625 14.9797 18.7296 15.8751 17.625 15.8751C16.5204 15.8751 15.625 14.9797 15.625 13.8751C15.625 12.7706 16.5204 11.8751 17.625 11.8751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.0676 14.5414C11.252 15.062 10.9794 15.6335 10.4588 15.8179C9.92521 16.0069 9.30874 16.4138 8.65567 16.9865C8.01297 17.5501 7.38783 18.2271 6.83406 18.8909C6.28222 19.5524 5.81346 20.1861 5.48241 20.6551C5.31724 20.8891 5.18724 21.0808 5.09927 21.2129L4.96907 21.4115C4.77578 21.7156 4.43372 21.8924 4.07386 21.874C3.71393 21.8555 3.39175 21.6448 3.23057 21.3225C2.78989 20.4411 2.39456 20.0902 2.1953 19.9573C2.11098 19.9011 2.05401 19.8786 2.03138 19.8709C1.52299 19.8237 1.125 19.396 1.125 18.8753C1.125 18.323 1.57272 17.8753 2.125 17.8753C2.2074 17.8761 2.41207 17.8911 2.5716 17.945C2.77947 18.0044 3.0303 18.1103 3.3047 18.2932C3.57898 18.4761 3.86663 18.7288 4.15539 19.0747C4.47057 18.6439 4.859 18.1363 5.29829 17.6097C5.89159 16.8985 6.58997 16.1379 7.33697 15.4828C8.07361 14.8368 8.91303 14.2436 9.79115 13.9326C10.3118 13.7483 10.8832 14.0208 11.0676 14.5414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9386 5.67125C18.9195 5.43446 18.8872 5.2187 18.8327 5.01568C18.4712 3.66983 17.4176 2.6186 16.0686 2.25798C15.5685 2.12431 14.9913 2.12463 14.214 2.12505L4.30682 2.12509C2.68762 2.12509 1.375 3.43465 1.375 5.05008V12.9214V12.9215C1.37499 13.999 1.37497 14.9498 1.40878 15.7826C1.41982 16.0547 1.42534 16.1907 1.49251 16.2696C1.50757 16.2873 1.51752 16.2968 1.5358 16.3112C1.61731 16.3751 1.78654 16.3751 2.125 16.3751C2.27382 16.3765 2.65164 16.396 3.01326 16.5111C3.208 16.5685 3.41354 16.6468 3.62582 16.7506L3.62584 16.7506C3.71091 16.7922 3.75345 16.813 3.78555 16.8207C3.88003 16.8434 3.96164 16.8259 4.03862 16.7667C4.06478 16.7465 4.09201 16.7139 4.14646 16.6486L4.14647 16.6486C4.76943 15.9018 5.52274 15.0785 6.34795 14.3549C7.14747 13.6537 8.15405 12.921 9.29038 12.5185C10.5919 12.0576 12.0206 12.739 12.4816 14.0405C12.9425 15.3419 12.2611 16.7707 10.9596 17.2316C10.6846 17.3291 10.2354 17.596 9.6447 18.114C9.08023 18.6091 8.51002 19.2233 7.98589 19.8515C7.75247 20.1313 7.53887 20.4159 7.34585 20.6849C7.06644 21.0743 6.92673 21.269 7.00746 21.4308C7.0882 21.5927 7.32688 21.5982 7.80425 21.6091C8.49488 21.625 9.25827 21.625 10.0985 21.625H10.099H16.103C17.4264 21.625 18.5177 21.6251 19.3813 21.5092C20.2881 21.3876 21.0889 21.1224 21.7301 20.4827C22.3713 19.843 22.637 19.0441 22.7589 18.1395C22.8751 17.2778 22.875 16.1891 22.875 14.8688V12.7813C22.875 11.461 22.8751 10.3723 22.7589 9.51062C22.637 8.60599 22.3713 7.80706 21.7301 7.16735C21.0889 6.52765 20.2881 6.26248 19.3813 6.14086C19.2284 6.12034 19.1519 6.11009 19.0998 6.07954C19.0474 6.04876 19.0132 6.0127 18.9852 5.95867C18.9575 5.90505 18.9512 5.82712 18.9386 5.67125ZM14.0791 4.07507C15.0509 4.07507 15.345 4.08345 15.5622 4.14152C16.2367 4.32183 16.7636 4.84744 16.9443 5.52037C16.9826 5.66287 17.0017 5.73412 16.9737 5.81928C16.955 5.8758 16.9029 5.94366 16.8532 5.97628C16.7781 6.02542 16.6824 6.02533 16.4909 6.02517L16.1026 6.02506L4.30638 6.02506C3.76664 6.02506 3.3291 5.58854 3.3291 5.05007C3.3291 4.51159 3.76664 4.07507 4.30638 4.07507H14.0791ZM17.625 11.8751C18.7296 11.8751 19.625 12.7706 19.625 13.8751C19.625 14.9797 18.7296 15.8751 17.625 15.8751C16.5204 15.8751 15.625 14.9797 15.625 13.8751C15.625 12.7706 16.5204 11.8751 17.625 11.8751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.0676 14.5414C11.252 15.062 10.9794 15.6335 10.4588 15.8179C9.92521 16.0069 9.30874 16.4138 8.65567 16.9865C8.01297 17.5501 7.38783 18.2271 6.83406 18.8909C6.28222 19.5524 5.81346 20.1861 5.48241 20.6551C5.31724 20.8891 5.18724 21.0808 5.09927 21.2129L4.96907 21.4115C4.77578 21.7156 4.43372 21.8924 4.07386 21.874C3.71393 21.8555 3.39175 21.6448 3.23057 21.3225C2.78989 20.4411 2.39456 20.0902 2.1953 19.9573C2.11098 19.9011 2.05401 19.8786 2.03138 19.8709C1.52299 19.8237 1.125 19.396 1.125 18.8753C1.125 18.323 1.57272 17.8753 2.125 17.8753C2.2074 17.8761 2.41207 17.8911 2.5716 17.945C2.77947 18.0044 3.0303 18.1103 3.3047 18.2932C3.57898 18.4761 3.86663 18.7288 4.15539 19.0747C4.47057 18.6439 4.859 18.1363 5.29829 17.6097C5.89159 16.8985 6.58997 16.1379 7.33697 15.4828C8.07361 14.8368 8.91303 14.2436 9.79115 13.9326C10.3118 13.7483 10.8832 14.0208 11.0676 14.5414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-wallet-done-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.375 5.90114C2.375 4.681 3.14362 3.51401 4.41249 3.13745C6.36472 2.5581 9.91912 1.70754 14.7933 1.29363C15.6175 1.22142 17.0516 1.09578 18.012 2.26628C18.7163 3.12467 18.8804 4.30189 18.8749 5.28705C18.8719 5.80455 18.8215 6.32171 18.7467 6.80004C18.7022 7.08436 18.6799 7.22652 18.7413 7.32234C18.8027 7.41816 18.9455 7.45856 19.2311 7.53936C19.876 7.7218 20.4347 8.00144 20.8679 8.46866C21.4237 9.06812 21.6584 9.81615 21.7684 10.6993C21.875 11.5558 21.875 12.6461 21.875 14.005V16.1294C21.875 17.523 21.875 18.6519 21.744 19.5411C21.6068 20.4721 21.3128 21.2469 20.6472 21.8551C19.989 22.4566 19.2223 22.6852 18.3193 22.7385C17.467 22.7889 16.3513 22.6799 15.0629 22.5539C13.0805 22.3602 10.9162 22.056 8.76545 21.5905C8.3692 21.5047 8.17107 21.4619 8.11442 21.3063C8.05777 21.1508 8.18113 20.9916 8.42785 20.673C8.60093 20.4496 8.78793 20.2155 8.98589 19.9783C9.51002 19.35 10.0802 18.7358 10.6447 18.2407C11.2354 17.7227 11.6846 17.4558 11.9596 17.3583C13.2611 16.8974 13.9425 15.4687 13.4816 14.1672C13.0206 12.8657 11.5919 12.1843 10.2904 12.6452C9.15405 13.0477 8.14747 13.7804 7.34795 14.4816C6.52274 15.2053 5.76943 16.0286 5.14647 16.7753L5.14646 16.7753C5.09201 16.8406 5.06478 16.8732 5.03862 16.8934C4.96164 16.9527 4.88003 16.9701 4.78555 16.9474C4.75345 16.9397 4.71092 16.9189 4.62587 16.8773L4.62582 16.8773C4.41354 16.7735 4.208 16.6952 4.01326 16.6378C3.65164 16.5227 3.28842 16.5033 3.1396 16.5019L3.125 16.5018C2.75388 16.5018 2.56832 16.5018 2.48408 16.4296C2.471 16.4184 2.46413 16.4116 2.45283 16.3986C2.38006 16.3149 2.37896 16.1655 2.37676 15.8668C2.37499 15.6274 2.37499 15.3757 2.375 15.1112V15.1109V5.90114ZM15.9665 3.15136C15.683 3.10642 15.3467 3.1284 14.8662 3.16921C10.1434 3.57028 6.82086 4.3837 4.98308 4.92909C4.90099 4.95345 4.82174 4.99141 4.7483 5.04134C4.5771 5.15775 4.49149 5.21595 4.52899 5.40991C4.56649 5.60387 4.71175 5.63561 5.00227 5.69911C7.35233 6.21272 10.9667 6.76428 15.1809 7.0563C15.5299 7.08048 15.8647 7.10367 16.1841 7.1274C16.4358 7.1461 16.5617 7.15546 16.6531 7.08399C16.7444 7.01253 16.7647 6.89378 16.8053 6.65629C16.8799 6.21953 16.9314 5.7428 16.934 5.2768C16.9389 4.4144 16.7748 3.77638 16.4907 3.43022C16.3563 3.26634 16.2034 3.18892 15.9665 3.15136ZM16.625 13C17.7296 13 18.625 13.8954 18.625 15C18.625 16.1046 17.7296 17 16.625 17C15.5204 17 14.625 16.1046 14.625 15C14.625 13.8954 15.5204 13 16.625 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0676 14.6664C12.252 15.187 11.9794 15.7585 11.4588 15.9429C10.9252 16.1319 10.3087 16.5388 9.65567 17.1115C9.01297 17.6751 8.38783 18.3521 7.83406 19.0159C7.28222 19.6774 6.81346 20.3111 6.48241 20.7801C6.31724 21.0141 6.18724 21.2058 6.09927 21.3379L5.96907 21.5365C5.77578 21.8406 5.43372 22.0174 5.07386 21.999C4.71393 21.9805 4.39175 21.7698 4.23057 21.4475C3.78989 20.5661 3.39456 20.2152 3.1953 20.0823C3.11098 20.0261 3.05401 20.0036 3.03138 19.9959C2.52299 19.9487 2.125 19.521 2.125 19.0003C2.125 18.448 2.57272 18.0003 3.125 18.0003C3.2074 18.0011 3.41207 18.0161 3.5716 18.07C3.77947 18.1294 4.0303 18.2353 4.3047 18.4182C4.57898 18.6011 4.86663 18.8538 5.15539 19.1997C5.47057 18.7689 5.859 18.2613 6.29829 17.7347C6.89159 17.0235 7.58997 16.2629 8.33697 15.6078C9.07361 14.9618 9.91303 14.3686 10.7912 14.0576C11.3118 13.8733 11.8832 14.1458 12.0676 14.6664Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.375 5.90114C2.375 4.681 3.14362 3.51401 4.41249 3.13745C6.36472 2.5581 9.91912 1.70754 14.7933 1.29363C15.6175 1.22142 17.0516 1.09578 18.012 2.26628C18.7163 3.12467 18.8804 4.30189 18.8749 5.28705C18.8719 5.80455 18.8215 6.32171 18.7467 6.80004C18.7022 7.08436 18.6799 7.22652 18.7413 7.32234C18.8027 7.41816 18.9455 7.45856 19.2311 7.53936C19.876 7.7218 20.4347 8.00144 20.8679 8.46866C21.4237 9.06812 21.6584 9.81615 21.7684 10.6993C21.875 11.5558 21.875 12.6461 21.875 14.005V16.1294C21.875 17.523 21.875 18.6519 21.744 19.5411C21.6068 20.4721 21.3128 21.2469 20.6472 21.8551C19.989 22.4566 19.2223 22.6852 18.3193 22.7385C17.467 22.7889 16.3513 22.6799 15.0629 22.5539C13.0805 22.3602 10.9162 22.056 8.76545 21.5905C8.3692 21.5047 8.17107 21.4619 8.11442 21.3063C8.05777 21.1508 8.18113 20.9916 8.42785 20.673C8.60093 20.4496 8.78793 20.2155 8.98589 19.9783C9.51002 19.35 10.0802 18.7358 10.6447 18.2407C11.2354 17.7227 11.6846 17.4558 11.9596 17.3583C13.2611 16.8974 13.9425 15.4687 13.4816 14.1672C13.0206 12.8657 11.5919 12.1843 10.2904 12.6452C9.15405 13.0477 8.14747 13.7804 7.34795 14.4816C6.52274 15.2053 5.76943 16.0286 5.14647 16.7753L5.14646 16.7753C5.09201 16.8406 5.06478 16.8732 5.03862 16.8934C4.96164 16.9527 4.88003 16.9701 4.78555 16.9474C4.75345 16.9397 4.71092 16.9189 4.62587 16.8773L4.62582 16.8773C4.41354 16.7735 4.208 16.6952 4.01326 16.6378C3.65164 16.5227 3.28842 16.5033 3.1396 16.5019L3.125 16.5018C2.75388 16.5018 2.56832 16.5018 2.48408 16.4296C2.471 16.4184 2.46413 16.4116 2.45283 16.3986C2.38006 16.3149 2.37896 16.1655 2.37676 15.8668C2.37499 15.6274 2.37499 15.3757 2.375 15.1112V15.1109V5.90114ZM15.9665 3.15136C15.683 3.10642 15.3467 3.1284 14.8662 3.16921C10.1434 3.57028 6.82086 4.3837 4.98308 4.92909C4.90099 4.95345 4.82174 4.99141 4.7483 5.04134C4.5771 5.15775 4.49149 5.21595 4.52899 5.40991C4.56649 5.60387 4.71175 5.63561 5.00227 5.69911C7.35233 6.21272 10.9667 6.76428 15.1809 7.0563C15.5299 7.08048 15.8647 7.10367 16.1841 7.1274C16.4358 7.1461 16.5617 7.15546 16.6531 7.08399C16.7444 7.01253 16.7647 6.89378 16.8053 6.65629C16.8799 6.21953 16.9314 5.7428 16.934 5.2768C16.9389 4.4144 16.7748 3.77638 16.4907 3.43022C16.3563 3.26634 16.2034 3.18892 15.9665 3.15136ZM16.625 13C17.7296 13 18.625 13.8954 18.625 15C18.625 16.1046 17.7296 17 16.625 17C15.5204 17 14.625 16.1046 14.625 15C14.625 13.8954 15.5204 13 16.625 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0676 14.6664C12.252 15.187 11.9794 15.7585 11.4588 15.9429C10.9252 16.1319 10.3087 16.5388 9.65567 17.1115C9.01297 17.6751 8.38783 18.3521 7.83406 19.0159C7.28222 19.6774 6.81346 20.3111 6.48241 20.7801C6.31724 21.0141 6.18724 21.2058 6.09927 21.3379L5.96907 21.5365C5.77578 21.8406 5.43372 22.0174 5.07386 21.999C4.71393 21.9805 4.39175 21.7698 4.23057 21.4475C3.78989 20.5661 3.39456 20.2152 3.1953 20.0823C3.11098 20.0261 3.05401 20.0036 3.03138 19.9959C2.52299 19.9487 2.125 19.521 2.125 19.0003C2.125 18.448 2.57272 18.0003 3.125 18.0003C3.2074 18.0011 3.41207 18.0161 3.5716 18.07C3.77947 18.1294 4.0303 18.2353 4.3047 18.4182C4.57898 18.6011 4.86663 18.8538 5.15539 19.1997C5.47057 18.7689 5.859 18.2613 6.29829 17.7347C6.89159 17.0235 7.58997 16.2629 8.33697 15.6078C9.07361 14.9618 9.91303 14.3686 10.7912 14.0576C11.3118 13.8733 11.8832 14.1458 12.0676 14.6664Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-wallet-not-found-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.7077 5.14068C18.7622 5.3437 18.7945 5.55946 18.8136 5.79625C18.8262 5.95212 18.8325 6.03005 18.8602 6.08367C18.8882 6.1377 18.9224 6.17376 18.9748 6.20454C19.0269 6.23509 19.1034 6.24534 19.2563 6.26586C20.1631 6.38748 20.9639 6.65265 21.6051 7.29235C22.2463 7.93206 22.512 8.73099 22.6339 9.63562C22.7501 10.4973 22.75 11.586 22.75 12.9063V14.9938C22.75 16.3141 22.7501 17.4028 22.6339 18.2645C22.6165 18.3936 22.6078 18.4582 22.5776 18.5099C22.5064 18.6321 22.3349 18.69 22.2042 18.6361C22.1488 18.6132 22.0979 18.5624 21.9962 18.4607L18.9319 15.3963C19.2834 15.0359 19.5 14.5432 19.5 14C19.5 12.8954 18.6046 12 17.5 12C16.9568 12 16.4641 12.2166 16.1037 12.5681L10.7099 7.17433C10.2739 6.73841 10.056 6.52045 10.1327 6.33526C10.2094 6.15006 10.5176 6.15006 11.1341 6.15006L16.3659 6.15017C16.5574 6.15033 16.6531 6.15042 16.7282 6.10127C16.7779 6.06866 16.83 6.0008 16.8487 5.94428C16.8767 5.85912 16.8576 5.78787 16.8193 5.64537C16.6386 4.97244 16.1117 4.44683 15.4372 4.26652C15.22 4.20845 14.9259 4.20007 13.9541 4.20007H7.98414C7.86151 4.20007 7.8002 4.20007 7.74507 4.17724C7.68994 4.1544 7.64658 4.11105 7.55987 4.02434L6.80988 3.27434C6.37396 2.83843 6.15601 2.62047 6.23272 2.43528C6.30943 2.25008 6.61766 2.25008 7.23414 2.25008L14.089 2.25005C14.8663 2.24963 15.4435 2.24931 15.9436 2.38298C17.2926 2.7436 18.3462 3.79483 18.7077 5.14068Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 13.0464V5.17508C1.25 4.2799 1.65308 3.47864 2.28804 2.9421C2.44347 2.81077 2.52118 2.7451 2.63804 2.75C2.7549 2.7549 2.83688 2.83688 3.00083 3.00083L4.18685 4.18685C4.19173 4.19173 4.18828 4.20007 4.18138 4.20007C3.64164 4.20007 3.2041 4.63659 3.2041 5.17507C3.2041 5.71354 3.64164 6.15006 4.18138 6.15006H5.90154C6.02416 6.15006 6.08547 6.15006 6.1406 6.1729C6.19574 6.19574 6.23909 6.23909 6.3258 6.3258L20.5172 20.5172C20.7675 20.7675 20.8927 20.8927 20.8567 21.0536C20.8207 21.2146 20.6713 21.2683 20.3725 21.3759C20.0233 21.5016 19.6498 21.5814 19.2563 21.6342C18.3927 21.7501 17.3014 21.75 15.978 21.75H9.97398C8.19196 21.75 6.75559 21.75 5.6259 21.5985C4.45303 21.4412 3.4655 21.1046 2.68119 20.3222C1.89687 19.5397 1.55952 18.5544 1.40184 17.3843C1.24996 16.2573 1.24998 14.8242 1.25 13.0464Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.7077 5.14068C18.7622 5.3437 18.7945 5.55946 18.8136 5.79625C18.8262 5.95212 18.8325 6.03005 18.8602 6.08367C18.8882 6.1377 18.9224 6.17376 18.9748 6.20454C19.0269 6.23509 19.1034 6.24534 19.2563 6.26586C20.1631 6.38748 20.9639 6.65265 21.6051 7.29235C22.2463 7.93206 22.512 8.73099 22.6339 9.63562C22.7501 10.4973 22.75 11.586 22.75 12.9063V14.9938C22.75 16.3141 22.7501 17.4028 22.6339 18.2645C22.6165 18.3936 22.6078 18.4582 22.5776 18.5099C22.5064 18.6321 22.3349 18.69 22.2042 18.6361C22.1488 18.6132 22.0979 18.5624 21.9962 18.4607L18.9319 15.3963C19.2834 15.0359 19.5 14.5432 19.5 14C19.5 12.8954 18.6046 12 17.5 12C16.9568 12 16.4641 12.2166 16.1037 12.5681L10.7099 7.17433C10.2739 6.73841 10.056 6.52045 10.1327 6.33526C10.2094 6.15006 10.5176 6.15006 11.1341 6.15006L16.3659 6.15017C16.5574 6.15033 16.6531 6.15042 16.7282 6.10127C16.7779 6.06866 16.83 6.0008 16.8487 5.94428C16.8767 5.85912 16.8576 5.78787 16.8193 5.64537C16.6386 4.97244 16.1117 4.44683 15.4372 4.26652C15.22 4.20845 14.9259 4.20007 13.9541 4.20007H7.98414C7.86151 4.20007 7.8002 4.20007 7.74507 4.17724C7.68994 4.1544 7.64658 4.11105 7.55987 4.02434L6.80988 3.27434C6.37396 2.83843 6.15601 2.62047 6.23272 2.43528C6.30943 2.25008 6.61766 2.25008 7.23414 2.25008L14.089 2.25005C14.8663 2.24963 15.4435 2.24931 15.9436 2.38298C17.2926 2.7436 18.3462 3.79483 18.7077 5.14068Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 13.0464V5.17508C1.25 4.2799 1.65308 3.47864 2.28804 2.9421C2.44347 2.81077 2.52118 2.7451 2.63804 2.75C2.7549 2.7549 2.83688 2.83688 3.00083 3.00083L4.18685 4.18685C4.19173 4.19173 4.18828 4.20007 4.18138 4.20007C3.64164 4.20007 3.2041 4.63659 3.2041 5.17507C3.2041 5.71354 3.64164 6.15006 4.18138 6.15006H5.90154C6.02416 6.15006 6.08547 6.15006 6.1406 6.1729C6.19574 6.19574 6.23909 6.23909 6.3258 6.3258L20.5172 20.5172C20.7675 20.7675 20.8927 20.8927 20.8567 21.0536C20.8207 21.2146 20.6713 21.2683 20.3725 21.3759C20.0233 21.5016 19.6498 21.5814 19.2563 21.6342C18.3927 21.7501 17.3014 21.75 15.978 21.75H9.97398C8.19196 21.75 6.75559 21.75 5.6259 21.5985C4.45303 21.4412 3.4655 21.1046 2.68119 20.3222C1.89687 19.5397 1.55952 18.5544 1.40184 17.3843C1.24996 16.2573 1.24998 14.8242 1.25 13.0464Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-wallet-not-found-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.6683 1.29363C15.4925 1.22142 16.9266 1.09578 17.887 2.26628C18.5913 3.12467 18.7554 4.30189 18.7499 5.28705C18.7469 5.80455 18.6965 6.32171 18.6217 6.80004C18.5772 7.08436 18.5549 7.22652 18.6163 7.32234C18.6777 7.41816 18.8205 7.45856 19.1061 7.53936C19.751 7.7218 20.3097 8.00144 20.7429 8.46866C21.2987 9.06812 21.5334 9.81615 21.6434 10.6993C21.75 11.5558 21.75 12.6461 21.75 14.005V16.1316C21.75 16.367 21.75 16.5947 21.7494 16.8151C21.7477 17.3978 21.7469 17.6892 21.5619 17.7655C21.3768 17.8418 21.1691 17.6341 20.7535 17.2185L11.3487 7.8137C10.8348 7.29982 10.5779 7.04288 10.6693 6.85146C10.7607 6.66004 11.1241 6.6986 11.851 6.7757C12.8692 6.88372 13.9416 6.97908 15.0559 7.0563C15.4049 7.08048 15.7397 7.10367 16.0591 7.1274C16.3108 7.1461 16.4367 7.15546 16.5281 7.08399C16.6194 7.01253 16.6397 6.89378 16.6803 6.65629C16.7549 6.21953 16.8064 5.7428 16.809 5.2768C16.8139 4.4144 16.6498 3.77638 16.3657 3.43022C16.2313 3.26634 16.0784 3.18892 15.8415 3.15136C15.558 3.10642 15.2217 3.1284 14.7412 3.16921C12.0528 3.39752 9.81812 3.75944 8.05276 4.12947C7.89511 4.16252 7.81629 4.17904 7.74348 4.15736C7.67068 4.13569 7.61418 4.07919 7.5012 3.96621L6.92448 3.38949C6.58881 3.05382 6.42097 2.88598 6.47107 2.71522C6.52117 2.54446 6.75084 2.49441 7.21016 2.3943C9.14767 1.97202 11.6559 1.54944 14.6683 1.29363Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5222 21.8551C19.864 22.4566 19.0973 22.6852 18.1943 22.7385C17.342 22.7889 16.2263 22.6799 14.9379 22.5539C12.3234 22.2985 9.39248 21.8507 6.59374 21.0945C5.06493 20.6825 3.79914 20.3414 3.02298 19.3226C2.61028 18.7808 2.42217 18.1908 2.33362 17.5045C2.24996 16.8561 2.24998 16.0675 2.25 15.1109V5.90114C2.25 5.1212 2.56406 4.36298 3.12209 3.81905C3.27458 3.6704 3.35083 3.59608 3.47397 3.59687C3.59711 3.59765 3.68344 3.68399 3.8561 3.85665L20.7908 20.7914C20.9519 20.9524 21.0324 21.033 21.0389 21.1473C21.0453 21.2617 20.9827 21.3402 20.8574 21.4972C20.7577 21.6223 20.6464 21.7416 20.5222 21.8551Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.6683 1.29363C15.4925 1.22142 16.9266 1.09578 17.887 2.26628C18.5913 3.12467 18.7554 4.30189 18.7499 5.28705C18.7469 5.80455 18.6965 6.32171 18.6217 6.80004C18.5772 7.08436 18.5549 7.22652 18.6163 7.32234C18.6777 7.41816 18.8205 7.45856 19.1061 7.53936C19.751 7.7218 20.3097 8.00144 20.7429 8.46866C21.2987 9.06812 21.5334 9.81615 21.6434 10.6993C21.75 11.5558 21.75 12.6461 21.75 14.005V16.1316C21.75 16.367 21.75 16.5947 21.7494 16.8151C21.7477 17.3978 21.7469 17.6892 21.5619 17.7655C21.3768 17.8418 21.1691 17.6341 20.7535 17.2185L11.3487 7.8137C10.8348 7.29982 10.5779 7.04288 10.6693 6.85146C10.7607 6.66004 11.1241 6.6986 11.851 6.7757C12.8692 6.88372 13.9416 6.97908 15.0559 7.0563C15.4049 7.08048 15.7397 7.10367 16.0591 7.1274C16.3108 7.1461 16.4367 7.15546 16.5281 7.08399C16.6194 7.01253 16.6397 6.89378 16.6803 6.65629C16.7549 6.21953 16.8064 5.7428 16.809 5.2768C16.8139 4.4144 16.6498 3.77638 16.3657 3.43022C16.2313 3.26634 16.0784 3.18892 15.8415 3.15136C15.558 3.10642 15.2217 3.1284 14.7412 3.16921C12.0528 3.39752 9.81812 3.75944 8.05276 4.12947C7.89511 4.16252 7.81629 4.17904 7.74348 4.15736C7.67068 4.13569 7.61418 4.07919 7.5012 3.96621L6.92448 3.38949C6.58881 3.05382 6.42097 2.88598 6.47107 2.71522C6.52117 2.54446 6.75084 2.49441 7.21016 2.3943C9.14767 1.97202 11.6559 1.54944 14.6683 1.29363Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5222 21.8551C19.864 22.4566 19.0973 22.6852 18.1943 22.7385C17.342 22.7889 16.2263 22.6799 14.9379 22.5539C12.3234 22.2985 9.39248 21.8507 6.59374 21.0945C5.06493 20.6825 3.79914 20.3414 3.02298 19.3226C2.61028 18.7808 2.42217 18.1908 2.33362 17.5045C2.24996 16.8561 2.24998 16.0675 2.25 15.1109V5.90114C2.25 5.1212 2.56406 4.36298 3.12209 3.81905C3.27458 3.6704 3.35083 3.59608 3.47397 3.59687C3.59711 3.59765 3.68344 3.68399 3.8561 3.85665L20.7908 20.7914C20.9519 20.9524 21.0324 21.033 21.0389 21.1473C21.0453 21.2617 20.9827 21.3402 20.8574 21.4972C20.7577 21.6223 20.6464 21.7416 20.5222 21.8551Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-wallet-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8242 5.32742C18.8074 5.0281 18.774 4.76247 18.7077 4.51568C18.3462 3.16983 17.2926 2.1186 15.9436 1.75798C15.4435 1.62431 14.8663 1.62463 14.089 1.62505L4.18182 1.62509C2.56262 1.62509 1.25 2.93465 1.25 4.55008L1.25 11.8752C1.25 12.1411 1.58931 12.2932 1.82388 12.1681C2.76936 11.6639 3.97059 11.8102 4.76758 12.6072L6.28769 14.1273C6.40484 14.2445 6.59479 14.2445 6.71195 14.1273L8.23205 12.6072C9.20836 11.6309 10.7913 11.6309 11.7676 12.6072C12.7439 13.5835 12.7439 15.1665 11.7676 16.1428L10.2475 17.6629C10.1303 17.78 10.1303 17.97 10.2475 18.0871L11.7676 19.6072C12.1232 19.9628 12.3493 20.3989 12.4458 20.8568C12.4776 21.0076 12.6047 21.125 12.7589 21.125H15.978C17.3014 21.125 18.3927 21.1251 19.2563 21.0092C20.1631 20.8876 20.9639 20.6224 21.6051 19.9827C22.2463 19.343 22.512 18.5441 22.6339 17.6395C22.7501 16.7778 22.75 15.6891 22.75 14.3688V12.2813C22.75 10.961 22.7501 9.87228 22.6339 9.01062C22.512 8.10599 22.2463 7.30706 21.6051 6.66735C20.9639 6.02765 20.1631 5.76248 19.2563 5.64086C19.2053 5.63402 19.1536 5.62759 19.101 5.62153C18.9496 5.60409 18.8327 5.47957 18.8242 5.32742ZM13.9541 3.57507C14.9259 3.57507 15.22 3.58345 15.4372 3.64152C16.1117 3.82183 16.6386 4.34744 16.8193 5.02037C16.8344 5.07655 16.8461 5.13788 16.8553 5.21481C16.8753 5.38411 16.7343 5.52581 16.5638 5.52545C16.3738 5.52505 16.1784 5.52506 15.9776 5.52506L4.18137 5.52506C3.64164 5.52506 3.2041 5.08854 3.2041 4.55007C3.2041 4.01159 3.64164 3.57507 4.18137 3.57507H13.9541ZM17.5 11.375C18.6046 11.375 19.5 12.2704 19.5 13.375C19.5 14.4796 18.6046 15.375 17.5 15.375C16.3954 15.375 15.5 14.4796 15.5 13.375C15.5 12.2704 16.3954 11.375 17.5 11.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.29289 13.6679C2.68342 13.2774 3.31658 13.2774 3.70711 13.6679L6.5 16.4608L9.29289 13.6679C9.68342 13.2774 10.3166 13.2774 10.7071 13.6679C11.0976 14.0584 11.0976 14.6916 10.7071 15.0821L7.91421 17.875L10.7071 20.6679C11.0976 21.0584 11.0976 21.6916 10.7071 22.0821C10.3166 22.4726 9.68342 22.4726 9.29289 22.0821L6.5 19.2892L3.70711 22.0821C3.31658 22.4726 2.68342 22.4726 2.29289 22.0821C1.90237 21.6916 1.90237 21.0584 2.29289 20.6679L5.08579 17.875L2.29289 15.0821C1.90237 14.6916 1.90237 14.0584 2.29289 13.6679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8242 5.32742C18.8074 5.0281 18.774 4.76247 18.7077 4.51568C18.3462 3.16983 17.2926 2.1186 15.9436 1.75798C15.4435 1.62431 14.8663 1.62463 14.089 1.62505L4.18182 1.62509C2.56262 1.62509 1.25 2.93465 1.25 4.55008L1.25 11.8752C1.25 12.1411 1.58931 12.2932 1.82388 12.1681C2.76936 11.6639 3.97059 11.8102 4.76758 12.6072L6.28769 14.1273C6.40484 14.2445 6.59479 14.2445 6.71195 14.1273L8.23205 12.6072C9.20836 11.6309 10.7913 11.6309 11.7676 12.6072C12.7439 13.5835 12.7439 15.1665 11.7676 16.1428L10.2475 17.6629C10.1303 17.78 10.1303 17.97 10.2475 18.0871L11.7676 19.6072C12.1232 19.9628 12.3493 20.3989 12.4458 20.8568C12.4776 21.0076 12.6047 21.125 12.7589 21.125H15.978C17.3014 21.125 18.3927 21.1251 19.2563 21.0092C20.1631 20.8876 20.9639 20.6224 21.6051 19.9827C22.2463 19.343 22.512 18.5441 22.6339 17.6395C22.7501 16.7778 22.75 15.6891 22.75 14.3688V12.2813C22.75 10.961 22.7501 9.87228 22.6339 9.01062C22.512 8.10599 22.2463 7.30706 21.6051 6.66735C20.9639 6.02765 20.1631 5.76248 19.2563 5.64086C19.2053 5.63402 19.1536 5.62759 19.101 5.62153C18.9496 5.60409 18.8327 5.47957 18.8242 5.32742ZM13.9541 3.57507C14.9259 3.57507 15.22 3.58345 15.4372 3.64152C16.1117 3.82183 16.6386 4.34744 16.8193 5.02037C16.8344 5.07655 16.8461 5.13788 16.8553 5.21481C16.8753 5.38411 16.7343 5.52581 16.5638 5.52545C16.3738 5.52505 16.1784 5.52506 15.9776 5.52506L4.18137 5.52506C3.64164 5.52506 3.2041 5.08854 3.2041 4.55007C3.2041 4.01159 3.64164 3.57507 4.18137 3.57507H13.9541ZM17.5 11.375C18.6046 11.375 19.5 12.2704 19.5 13.375C19.5 14.4796 18.6046 15.375 17.5 15.375C16.3954 15.375 15.5 14.4796 15.5 13.375C15.5 12.2704 16.3954 11.375 17.5 11.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.29289 13.6679C2.68342 13.2774 3.31658 13.2774 3.70711 13.6679L6.5 16.4608L9.29289 13.6679C9.68342 13.2774 10.3166 13.2774 10.7071 13.6679C11.0976 14.0584 11.0976 14.6916 10.7071 15.0821L7.91421 17.875L10.7071 20.6679C11.0976 21.0584 11.0976 21.6916 10.7071 22.0821C10.3166 22.4726 9.68342 22.4726 9.29289 22.0821L6.5 19.2892L3.70711 22.0821C3.31658 22.4726 2.68342 22.4726 2.29289 22.0821C1.90237 21.6916 1.90237 21.0584 2.29289 20.6679L5.08579 17.875L2.29289 15.0821C1.90237 14.6916 1.90237 14.0584 2.29289 13.6679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-wallet-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 5.77614C2.25 4.556 3.01861 3.38901 4.28749 3.01245C6.23972 2.4331 9.79412 1.58254 14.6683 1.16863C15.4925 1.09642 16.9266 0.970784 17.887 2.14128C18.5913 2.99967 18.7554 4.17689 18.7499 5.16205C18.7469 5.67955 18.6965 6.19671 18.6217 6.67504C18.5772 6.95936 18.5549 7.10152 18.6163 7.19734C18.6777 7.29316 18.8205 7.33356 19.1061 7.41436C19.751 7.5968 20.3097 7.87644 20.7429 8.34366C21.2987 8.94312 21.5334 9.69115 21.6434 10.5743C21.75 11.4308 21.75 12.5211 21.75 13.88V16.0044C21.75 17.398 21.75 18.5269 21.619 19.4161C21.4818 20.3471 21.1878 21.1219 20.5222 21.7301C19.864 22.3316 19.0973 22.5602 18.1943 22.6135C17.342 22.6639 16.2263 22.5549 14.9379 22.4289C14.3279 22.3693 13.7007 22.2993 13.0619 22.2172C12.8096 22.1849 12.6835 22.1687 12.6111 22.0961C12.5387 22.0236 12.5191 21.8693 12.4801 21.5609C12.4129 21.0301 12.1754 20.5166 11.7678 20.1089L10.9598 19.301C10.7598 19.101 10.6598 19.001 10.6598 18.8767C10.6598 18.7524 10.7598 18.6524 10.9598 18.4524L11.7678 17.6445C12.7441 16.6682 12.7441 15.0853 11.7678 14.1089C10.7915 13.1326 9.20854 13.1326 8.23223 14.1089L7.42426 14.9169C7.22426 15.1169 7.12426 15.2169 7 15.2169C6.87574 15.2169 6.77574 15.1169 6.57574 14.9169L5.76777 14.1089C5.1501 13.4913 4.28963 13.2644 3.49359 13.4283C2.81181 13.5686 2.47091 13.6388 2.36046 13.5487C2.25 13.4587 2.25 13.1934 2.25 12.6627V5.77614ZM15.8415 3.02636C15.558 2.98142 15.2217 3.0034 14.7412 3.04421C10.0184 3.44528 6.69586 4.2587 4.85808 4.80409C4.77599 4.82845 4.69674 4.86641 4.6233 4.91634C4.45209 5.03275 4.36649 5.09095 4.40399 5.28491C4.44149 5.47887 4.58675 5.51061 4.87727 5.57411C7.22733 6.08772 10.8417 6.63928 15.0559 6.9313C15.4049 6.95548 15.7397 6.97867 16.0591 7.0024C16.3108 7.0211 16.4367 7.03046 16.5281 6.95899C16.6194 6.88753 16.6397 6.76878 16.6803 6.53129C16.7549 6.09453 16.8064 5.6178 16.809 5.1518C16.8139 4.2894 16.6498 3.65138 16.3657 3.30522C16.2313 3.14134 16.0784 3.06392 15.8415 3.02636ZM16.5 12.875C17.6046 12.875 18.5 13.7704 18.5 14.875C18.5 15.9796 17.6046 16.875 16.5 16.875C15.3954 16.875 14.5 15.9796 14.5 14.875C14.5 13.7704 15.3954 12.875 16.5 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.29289 15.1679C3.68342 14.7774 4.31658 14.7774 4.70711 15.1679L7 17.4608L9.29289 15.1679C9.68342 14.7774 10.3166 14.7774 10.7071 15.1679C11.0976 15.5584 11.0976 16.1916 10.7071 16.5821L8.41421 18.875L10.7071 21.1679C11.0976 21.5584 11.0976 22.1916 10.7071 22.5821C10.3166 22.9726 9.68342 22.9726 9.29289 22.5821L7 20.2892L4.70711 22.5821C4.31658 22.9726 3.68342 22.9726 3.29289 22.5821C2.90237 22.1916 2.90237 21.5584 3.29289 21.1679L5.58579 18.875L3.29289 16.5821C2.90237 16.1916 2.90237 15.5584 3.29289 15.1679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 5.77614C2.25 4.556 3.01861 3.38901 4.28749 3.01245C6.23972 2.4331 9.79412 1.58254 14.6683 1.16863C15.4925 1.09642 16.9266 0.970784 17.887 2.14128C18.5913 2.99967 18.7554 4.17689 18.7499 5.16205C18.7469 5.67955 18.6965 6.19671 18.6217 6.67504C18.5772 6.95936 18.5549 7.10152 18.6163 7.19734C18.6777 7.29316 18.8205 7.33356 19.1061 7.41436C19.751 7.5968 20.3097 7.87644 20.7429 8.34366C21.2987 8.94312 21.5334 9.69115 21.6434 10.5743C21.75 11.4308 21.75 12.5211 21.75 13.88V16.0044C21.75 17.398 21.75 18.5269 21.619 19.4161C21.4818 20.3471 21.1878 21.1219 20.5222 21.7301C19.864 22.3316 19.0973 22.5602 18.1943 22.6135C17.342 22.6639 16.2263 22.5549 14.9379 22.4289C14.3279 22.3693 13.7007 22.2993 13.0619 22.2172C12.8096 22.1849 12.6835 22.1687 12.6111 22.0961C12.5387 22.0236 12.5191 21.8693 12.4801 21.5609C12.4129 21.0301 12.1754 20.5166 11.7678 20.1089L10.9598 19.301C10.7598 19.101 10.6598 19.001 10.6598 18.8767C10.6598 18.7524 10.7598 18.6524 10.9598 18.4524L11.7678 17.6445C12.7441 16.6682 12.7441 15.0853 11.7678 14.1089C10.7915 13.1326 9.20854 13.1326 8.23223 14.1089L7.42426 14.9169C7.22426 15.1169 7.12426 15.2169 7 15.2169C6.87574 15.2169 6.77574 15.1169 6.57574 14.9169L5.76777 14.1089C5.1501 13.4913 4.28963 13.2644 3.49359 13.4283C2.81181 13.5686 2.47091 13.6388 2.36046 13.5487C2.25 13.4587 2.25 13.1934 2.25 12.6627V5.77614ZM15.8415 3.02636C15.558 2.98142 15.2217 3.0034 14.7412 3.04421C10.0184 3.44528 6.69586 4.2587 4.85808 4.80409C4.77599 4.82845 4.69674 4.86641 4.6233 4.91634C4.45209 5.03275 4.36649 5.09095 4.40399 5.28491C4.44149 5.47887 4.58675 5.51061 4.87727 5.57411C7.22733 6.08772 10.8417 6.63928 15.0559 6.9313C15.4049 6.95548 15.7397 6.97867 16.0591 7.0024C16.3108 7.0211 16.4367 7.03046 16.5281 6.95899C16.6194 6.88753 16.6397 6.76878 16.6803 6.53129C16.7549 6.09453 16.8064 5.6178 16.809 5.1518C16.8139 4.2894 16.6498 3.65138 16.3657 3.30522C16.2313 3.14134 16.0784 3.06392 15.8415 3.02636ZM16.5 12.875C17.6046 12.875 18.5 13.7704 18.5 14.875C18.5 15.9796 17.6046 16.875 16.5 16.875C15.3954 16.875 14.5 15.9796 14.5 14.875C14.5 13.7704 15.3954 12.875 16.5 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.29289 15.1679C3.68342 14.7774 4.31658 14.7774 4.70711 15.1679L7 17.4608L9.29289 15.1679C9.68342 14.7774 10.3166 14.7774 10.7071 15.1679C11.0976 15.5584 11.0976 16.1916 10.7071 16.5821L8.41421 18.875L10.7071 21.1679C11.0976 21.5584 11.0976 22.1916 10.7071 22.5821C10.3166 22.9726 9.68342 22.9726 9.29289 22.5821L7 20.2892L4.70711 22.5821C4.31658 22.9726 3.68342 22.9726 3.29289 22.5821C2.90237 22.1916 2.90237 21.5584 3.29289 21.1679L5.58579 18.875L3.29289 16.5821C2.90237 16.1916 2.90237 15.5584 3.29289 15.1679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-waterfall-down-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21C1 20.4477 1.44772 20 2 20H22C22.5523 20 23 20.4477 23 21C23 21.5523 22.5523 22 22 22H2C1.44772 22 1 21.5523 1 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 19C19.4477 19 19 18.5523 19 18L19 16C19 15.4477 19.4477 15 20 15C20.5523 15 21 15.4477 21 16L21 18C21 18.5523 20.5523 19 20 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 16C15.4477 16 15 15.5523 15 15L15 10C15 9.44772 15.4477 9 16 9C16.5523 9 17 9.44772 17 10L17 15C17 15.5523 16.5523 16 16 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 14C11.4477 14 11 13.5523 11 13L11 10C11 9.44771 11.4477 9 12 9C12.5523 9 13 9.44771 13 10L13 13C13 13.5523 12.5523 14 12 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 11C7.44772 11 7 10.5523 7 10L7 3C7 2.44772 7.44772 2 8 2C8.55229 2 9 2.44772 9 3L9 10C9 10.5523 8.55228 11 8 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 11C3.44772 11 3 10.5523 3 10L3 9C3 8.44772 3.44772 8 4 8C4.55228 8 5 8.44772 5 9L5 10C5 10.5523 4.55228 11 4 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21C1 20.4477 1.44772 20 2 20H22C22.5523 20 23 20.4477 23 21C23 21.5523 22.5523 22 22 22H2C1.44772 22 1 21.5523 1 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 19C19.4477 19 19 18.5523 19 18L19 16C19 15.4477 19.4477 15 20 15C20.5523 15 21 15.4477 21 16L21 18C21 18.5523 20.5523 19 20 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 16C15.4477 16 15 15.5523 15 15L15 10C15 9.44772 15.4477 9 16 9C16.5523 9 17 9.44772 17 10L17 15C17 15.5523 16.5523 16 16 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 14C11.4477 14 11 13.5523 11 13L11 10C11 9.44771 11.4477 9 12 9C12.5523 9 13 9.44771 13 10L13 13C13 13.5523 12.5523 14 12 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 11C7.44772 11 7 10.5523 7 10L7 3C7 2.44772 7.44772 2 8 2C8.55229 2 9 2.44772 9 3L9 10C9 10.5523 8.55228 11 8 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 11C3.44772 11 3 10.5523 3 10L3 9C3 8.44772 3.44772 8 4 8C4.55228 8 5 8.44772 5 9L5 10C5 10.5523 4.55228 11 4 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-waterfall-down-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16377 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.92793C8.33929 22 7.04614 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9527 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 18C19.4477 18 19 17.5523 19 17L19 14C19 13.4477 19.4477 13 20 13C20.5523 13 21 13.4477 21 14L21 17C21 17.5523 20.5523 18 20 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 15C15.4477 15 15 14.5523 15 14L15 8C15 7.44771 15.4477 7 16 7C16.5523 7 17 7.44771 17 8L17 14C17 14.5523 16.5523 15 16 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 15C11.4477 15 11 14.5523 11 14L11 11C11 10.4477 11.4477 10 12 10C12.5523 10 13 10.4477 13 11L13 14C13 14.5523 12.5523 15 12 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 12C7.44772 12 7 11.5523 7 11L7 5C7 4.44771 7.44772 4 8 4C8.55229 4 9 4.44771 9 5L9 11C9 11.5523 8.55228 12 8 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16377 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.92793C8.33929 22 7.04614 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9527 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 18C19.4477 18 19 17.5523 19 17L19 14C19 13.4477 19.4477 13 20 13C20.5523 13 21 13.4477 21 14L21 17C21 17.5523 20.5523 18 20 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 15C15.4477 15 15 14.5523 15 14L15 8C15 7.44771 15.4477 7 16 7C16.5523 7 17 7.44771 17 8L17 14C17 14.5523 16.5523 15 16 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 15C11.4477 15 11 14.5523 11 14L11 11C11 10.4477 11.4477 10 12 10C12.5523 10 13 10.4477 13 11L13 14C13 14.5523 12.5523 15 12 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 12C7.44772 12 7 11.5523 7 11L7 5C7 4.44771 7.44772 4 8 4C8.55229 4 9 4.44771 9 5L9 11C9 11.5523 8.55228 12 8 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-waterfall-up-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 18C7.44772 18 7 17.5523 7 17L7 14C7 13.4477 7.44772 13 8 13C8.55228 13 9 13.4477 9 14L9 17C9 17.5523 8.55228 18 8 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 15C11.4477 15 11 14.5523 11 14L11 9C11 8.44772 11.4477 8 12 8C12.5523 8 13 8.44772 13 9L13 14C13 14.5523 12.5523 15 12 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 10C15.4477 10 15 9.55228 15 9L15 6C15 5.44771 15.4477 5 16 5C16.5523 5 17 5.44771 17 6L17 9C17 9.55228 16.5523 10 16 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 11C19.4477 11 19 10.5523 19 10L19 4C19 3.44771 19.4477 3 20 3C20.5523 3 21 3.44771 21 4L21 10C21 10.5523 20.5523 11 20 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 18C7.44772 18 7 17.5523 7 17L7 14C7 13.4477 7.44772 13 8 13C8.55228 13 9 13.4477 9 14L9 17C9 17.5523 8.55228 18 8 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 15C11.4477 15 11 14.5523 11 14L11 9C11 8.44772 11.4477 8 12 8C12.5523 8 13 8.44772 13 9L13 14C13 14.5523 12.5523 15 12 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 10C15.4477 10 15 9.55228 15 9L15 6C15 5.44771 15.4477 5 16 5C16.5523 5 17 5.44771 17 6L17 9C17 9.55228 16.5523 10 16 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 11C19.4477 11 19 10.5523 19 10L19 4C19 3.44771 19.4477 3 20 3C20.5523 3 21 3.44771 21 4L21 10C21 10.5523 20.5523 11 20 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3V14C4 15.6782 4.00213 16.8362 4.11923 17.7072C4.23246 18.5494 4.43644 18.972 4.73223 19.2678C5.02803 19.5636 5.45059 19.7675 6.2928 19.8808C7.16378 19.9979 8.32182 20 10 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H9.928C8.33933 22 7.04616 22.0001 6.0263 21.8629C4.96232 21.7199 4.04735 21.4113 3.31802 20.682C2.58869 19.9526 2.28011 19.0377 2.13706 17.9737C1.99994 16.9538 1.99997 15.6607 2 14.072L2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-waterfall-up-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21C1 20.4477 1.44772 20 2 20H22C22.5523 20 23 20.4477 23 21C23 21.5523 22.5523 22 22 22H2C1.44772 22 1 21.5523 1 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 19C3.44772 19 3 18.5523 3 18L3 15C3 14.4477 3.44772 14 4 14C4.55228 14 5 14.4477 5 15L5 18C5 18.5523 4.55228 19 4 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 15C7.44772 15 7 14.5523 7 14L7 9C7 8.44772 7.44771 8 8 8C8.55228 8 9 8.44772 9 9L9 14C9 14.5523 8.55228 15 8 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 12C11.4477 12 11 11.5523 11 11L11 9C11 8.44772 11.4477 8 12 8C12.5523 8 13 8.44772 13 9L13 11C13 11.5523 12.5523 12 12 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 12C15.4477 12 15 11.5523 15 11L15 5C15 4.44771 15.4477 4 16 4C16.5523 4 17 4.44771 17 5L17 11C17 11.5523 16.5523 12 16 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 6C19.4477 6 19 5.55228 19 5L19 3C19 2.44772 19.4477 2 20 2C20.5523 2 21 2.44772 21 3L21 5C21 5.55228 20.5523 6 20 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21C1 20.4477 1.44772 20 2 20H22C22.5523 20 23 20.4477 23 21C23 21.5523 22.5523 22 22 22H2C1.44772 22 1 21.5523 1 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 19C3.44772 19 3 18.5523 3 18L3 15C3 14.4477 3.44772 14 4 14C4.55228 14 5 14.4477 5 15L5 18C5 18.5523 4.55228 19 4 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 15C7.44772 15 7 14.5523 7 14L7 9C7 8.44772 7.44771 8 8 8C8.55228 8 9 8.44772 9 9L9 14C9 14.5523 8.55228 15 8 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 12C11.4477 12 11 11.5523 11 11L11 9C11 8.44772 11.4477 8 12 8C12.5523 8 13 8.44772 13 9L13 11C13 11.5523 12.5523 12 12 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 12C15.4477 12 15 11.5523 15 11L15 5C15 4.44771 15.4477 4 16 4C16.5523 4 17 4.44771 17 5L17 11C17 11.5523 16.5523 12 16 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 6C19.4477 6 19 5.55228 19 5L19 3C19 2.44772 19.4477 2 20 2C20.5523 2 21 2.44772 21 3L21 5C21 5.55228 20.5523 6 20 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-work-alert{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 1.25C12.202 1.24997 12.9887 1.24994 13.489 1.30636C14.0285 1.36718 14.5376 1.50167 15.0007 1.8313C15.4609 2.15886 15.7452 2.58653 15.9695 3.06267C16.1797 3.50911 16.3706 4.07486 16.5936 4.73559L16.704 5.06253C16.8653 5.5405 16.5892 6.05251 16.0873 6.20615C15.5855 6.35978 15.0478 6.09685 14.8865 5.61889C14.6437 4.89941 14.3894 4.15013 14.2277 3.80681C14.0751 3.48287 13.9601 3.36036 13.8578 3.28755C13.7584 3.21681 13.6129 3.15111 13.2646 3.11184C12.8898 3.06957 12.2699 3.06809 11.5 3.06809C10.7301 3.06809 10.1102 3.06957 9.73541 3.11184C9.38714 3.15111 9.24158 3.21681 9.1422 3.28755C9.03992 3.36036 8.9249 3.48287 8.77232 3.80681C8.61061 4.15013 8.35629 4.89941 8.11347 5.61889C7.95215 6.09685 7.41454 6.35978 6.91267 6.20615C6.4108 6.05251 6.13473 5.5405 6.29605 5.06253L6.40639 4.73559L6.40639 4.73558C6.62935 4.07485 6.82027 3.50911 7.03055 3.06267C7.25482 2.58653 7.53914 2.15886 7.9993 1.8313C8.46236 1.50167 8.97155 1.36718 9.51096 1.30636C10.0113 1.24994 10.798 1.24997 11.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 12.25C14.6005 12.25 12.25 14.6005 12.25 17.5C12.25 20.3995 14.6005 22.75 17.5 22.75C20.3995 22.75 22.75 20.3995 22.75 17.5C22.75 14.6005 20.3995 12.25 17.5 12.25ZM18.2588 15.4766C18.2588 15.0623 17.923 14.7266 17.5088 14.7266C17.0946 14.7266 16.7588 15.0623 16.7588 15.4766V17.5016C16.7588 17.9158 17.0946 18.2516 17.5088 18.2516C17.923 18.2516 18.2588 17.9158 18.2588 17.5016V15.4766ZM17.5 18.7766C17.0858 18.7766 16.75 19.1123 16.75 19.5266C16.75 19.9408 17.0858 20.2766 17.5 20.2766H17.5081C17.9223 20.2766 18.2581 19.9408 18.2581 19.5266C18.2581 19.1123 17.9223 18.7766 17.5081 18.7766H17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4653 4.75H9.54836C7.80421 4.74998 6.41746 4.74997 5.33103 4.89881C4.20972 5.05243 3.29737 5.37711 2.5785 6.10965C1.86155 6.84022 1.54553 7.76413 1.39567 8.89997C1.24997 10.0042 1.24999 11.5256 1.25 13.3053C1.24999 15.0851 1.24997 16.4958 1.39567 17.6C1.54553 18.7359 1.86155 19.6598 2.5785 20.3904C3.29737 21.1229 4.20972 21.4476 5.33103 21.6012C6.41745 21.75 7.80415 21.75 9.54827 21.75H12.2557C11.3142 20.5897 10.75 19.1107 10.75 17.5C10.75 13.7721 13.7721 10.75 17.5 10.75C19.1107 10.75 20.5897 11.3142 21.75 12.2557V10.9923L21.7498 10.9845C21.705 8.80913 21.5271 7.22233 20.4352 6.10965C19.7163 5.37711 18.8039 5.05243 17.6826 4.89881C16.5962 4.74997 15.2095 4.74998 13.4653 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 1.25C12.202 1.24997 12.9887 1.24994 13.489 1.30636C14.0285 1.36718 14.5376 1.50167 15.0007 1.8313C15.4609 2.15886 15.7452 2.58653 15.9695 3.06267C16.1797 3.50911 16.3706 4.07486 16.5936 4.73559L16.704 5.06253C16.8653 5.5405 16.5892 6.05251 16.0873 6.20615C15.5855 6.35978 15.0478 6.09685 14.8865 5.61889C14.6437 4.89941 14.3894 4.15013 14.2277 3.80681C14.0751 3.48287 13.9601 3.36036 13.8578 3.28755C13.7584 3.21681 13.6129 3.15111 13.2646 3.11184C12.8898 3.06957 12.2699 3.06809 11.5 3.06809C10.7301 3.06809 10.1102 3.06957 9.73541 3.11184C9.38714 3.15111 9.24158 3.21681 9.1422 3.28755C9.03992 3.36036 8.9249 3.48287 8.77232 3.80681C8.61061 4.15013 8.35629 4.89941 8.11347 5.61889C7.95215 6.09685 7.41454 6.35978 6.91267 6.20615C6.4108 6.05251 6.13473 5.5405 6.29605 5.06253L6.40639 4.73559L6.40639 4.73558C6.62935 4.07485 6.82027 3.50911 7.03055 3.06267C7.25482 2.58653 7.53914 2.15886 7.9993 1.8313C8.46236 1.50167 8.97155 1.36718 9.51096 1.30636C10.0113 1.24994 10.798 1.24997 11.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 12.25C14.6005 12.25 12.25 14.6005 12.25 17.5C12.25 20.3995 14.6005 22.75 17.5 22.75C20.3995 22.75 22.75 20.3995 22.75 17.5C22.75 14.6005 20.3995 12.25 17.5 12.25ZM18.2588 15.4766C18.2588 15.0623 17.923 14.7266 17.5088 14.7266C17.0946 14.7266 16.7588 15.0623 16.7588 15.4766V17.5016C16.7588 17.9158 17.0946 18.2516 17.5088 18.2516C17.923 18.2516 18.2588 17.9158 18.2588 17.5016V15.4766ZM17.5 18.7766C17.0858 18.7766 16.75 19.1123 16.75 19.5266C16.75 19.9408 17.0858 20.2766 17.5 20.2766H17.5081C17.9223 20.2766 18.2581 19.9408 18.2581 19.5266C18.2581 19.1123 17.9223 18.7766 17.5081 18.7766H17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4653 4.75H9.54836C7.80421 4.74998 6.41746 4.74997 5.33103 4.89881C4.20972 5.05243 3.29737 5.37711 2.5785 6.10965C1.86155 6.84022 1.54553 7.76413 1.39567 8.89997C1.24997 10.0042 1.24999 11.5256 1.25 13.3053C1.24999 15.0851 1.24997 16.4958 1.39567 17.6C1.54553 18.7359 1.86155 19.6598 2.5785 20.3904C3.29737 21.1229 4.20972 21.4476 5.33103 21.6012C6.41745 21.75 7.80415 21.75 9.54827 21.75H12.2557C11.3142 20.5897 10.75 19.1107 10.75 17.5C10.75 13.7721 13.7721 10.75 17.5 10.75C19.1107 10.75 20.5897 11.3142 21.75 12.2557V10.9923L21.7498 10.9845C21.705 8.80913 21.5271 7.22233 20.4352 6.10965C19.7163 5.37711 18.8039 5.05243 17.6826 4.89881C16.5962 4.74997 15.2095 4.74998 13.4653 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-work-history{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 12.25C14.6005 12.25 12.25 14.6005 12.25 17.5C12.25 20.3995 14.6005 22.75 17.5 22.75C20.3995 22.75 22.75 20.3995 22.75 17.5C22.75 14.6005 20.3995 12.25 17.5 12.25ZM18.25 15.6992C18.25 15.285 17.9142 14.9492 17.5 14.9492C17.0858 14.9492 16.75 15.285 16.75 15.6992V17.9492C16.75 18.2 16.8753 18.4342 17.084 18.5733L18.434 19.4733C18.7786 19.703 19.2443 19.6099 19.474 19.2652C19.7038 18.9206 19.6107 18.4549 19.266 18.2252L18.25 17.5478V15.6992Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5 1.25C12.202 1.24997 12.9887 1.24994 13.489 1.30636C14.0285 1.36718 14.5376 1.50167 15.0007 1.8313C15.4609 2.15886 15.7452 2.58653 15.9695 3.06267C16.1797 3.50911 16.3706 4.07486 16.5936 4.73559L16.704 5.06253C16.8653 5.5405 16.5892 6.05251 16.0873 6.20615C15.5855 6.35978 15.0478 6.09685 14.8865 5.61889C14.6437 4.89941 14.3894 4.15013 14.2277 3.80681C14.0751 3.48287 13.9601 3.36036 13.8578 3.28755C13.7584 3.21681 13.6129 3.15111 13.2646 3.11184C12.8898 3.06957 12.2699 3.06809 11.5 3.06809C10.7301 3.06809 10.1102 3.06957 9.73541 3.11184C9.38714 3.15111 9.24158 3.21681 9.1422 3.28755C9.03992 3.36036 8.9249 3.48287 8.77232 3.80681C8.61061 4.15013 8.35629 4.89941 8.11347 5.61889C7.95215 6.09685 7.41454 6.35978 6.91267 6.20615C6.4108 6.05251 6.13473 5.5405 6.29605 5.06253L6.40639 4.73559L6.40639 4.73558C6.62935 4.07485 6.82027 3.50911 7.03055 3.06267C7.25482 2.58653 7.53914 2.15886 7.9993 1.8313C8.46236 1.50167 8.97155 1.36718 9.51096 1.30636C10.0113 1.24994 10.798 1.24997 11.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4653 4.75H9.54836C7.80421 4.74998 6.41746 4.74997 5.33103 4.89881C4.20972 5.05243 3.29737 5.37711 2.5785 6.10965C1.86155 6.84022 1.54553 7.76413 1.39567 8.89997C1.24997 10.0042 1.24999 11.5256 1.25 13.3053C1.24999 15.0851 1.24997 16.4958 1.39567 17.6C1.54553 18.7359 1.86155 19.6598 2.5785 20.3904C3.29737 21.1229 4.20972 21.4476 5.33103 21.6012C6.41745 21.75 7.80415 21.75 9.54827 21.75H12.2557C11.3142 20.5897 10.75 19.1107 10.75 17.5C10.75 13.7721 13.7721 10.75 17.5 10.75C19.1107 10.75 20.5897 11.3142 21.75 12.2557V10.9923L21.7498 10.9845C21.705 8.80913 21.5271 7.22233 20.4352 6.10965C19.7163 5.37711 18.8039 5.05243 17.6826 4.89881C16.5962 4.74997 15.2095 4.74998 13.4653 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 12.25C14.6005 12.25 12.25 14.6005 12.25 17.5C12.25 20.3995 14.6005 22.75 17.5 22.75C20.3995 22.75 22.75 20.3995 22.75 17.5C22.75 14.6005 20.3995 12.25 17.5 12.25ZM18.25 15.6992C18.25 15.285 17.9142 14.9492 17.5 14.9492C17.0858 14.9492 16.75 15.285 16.75 15.6992V17.9492C16.75 18.2 16.8753 18.4342 17.084 18.5733L18.434 19.4733C18.7786 19.703 19.2443 19.6099 19.474 19.2652C19.7038 18.9206 19.6107 18.4549 19.266 18.2252L18.25 17.5478V15.6992Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5 1.25C12.202 1.24997 12.9887 1.24994 13.489 1.30636C14.0285 1.36718 14.5376 1.50167 15.0007 1.8313C15.4609 2.15886 15.7452 2.58653 15.9695 3.06267C16.1797 3.50911 16.3706 4.07486 16.5936 4.73559L16.704 5.06253C16.8653 5.5405 16.5892 6.05251 16.0873 6.20615C15.5855 6.35978 15.0478 6.09685 14.8865 5.61889C14.6437 4.89941 14.3894 4.15013 14.2277 3.80681C14.0751 3.48287 13.9601 3.36036 13.8578 3.28755C13.7584 3.21681 13.6129 3.15111 13.2646 3.11184C12.8898 3.06957 12.2699 3.06809 11.5 3.06809C10.7301 3.06809 10.1102 3.06957 9.73541 3.11184C9.38714 3.15111 9.24158 3.21681 9.1422 3.28755C9.03992 3.36036 8.9249 3.48287 8.77232 3.80681C8.61061 4.15013 8.35629 4.89941 8.11347 5.61889C7.95215 6.09685 7.41454 6.35978 6.91267 6.20615C6.4108 6.05251 6.13473 5.5405 6.29605 5.06253L6.40639 4.73559L6.40639 4.73558C6.62935 4.07485 6.82027 3.50911 7.03055 3.06267C7.25482 2.58653 7.53914 2.15886 7.9993 1.8313C8.46236 1.50167 8.97155 1.36718 9.51096 1.30636C10.0113 1.24994 10.798 1.24997 11.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4653 4.75H9.54836C7.80421 4.74998 6.41746 4.74997 5.33103 4.89881C4.20972 5.05243 3.29737 5.37711 2.5785 6.10965C1.86155 6.84022 1.54553 7.76413 1.39567 8.89997C1.24997 10.0042 1.24999 11.5256 1.25 13.3053C1.24999 15.0851 1.24997 16.4958 1.39567 17.6C1.54553 18.7359 1.86155 19.6598 2.5785 20.3904C3.29737 21.1229 4.20972 21.4476 5.33103 21.6012C6.41745 21.75 7.80415 21.75 9.54827 21.75H12.2557C11.3142 20.5897 10.75 19.1107 10.75 17.5C10.75 13.7721 13.7721 10.75 17.5 10.75C19.1107 10.75 20.5897 11.3142 21.75 12.2557V10.9923L21.7498 10.9845C21.705 8.80913 21.5271 7.22233 20.4352 6.10965C19.7163 5.37711 18.8039 5.05243 17.6826 4.89881C16.5962 4.74997 15.2095 4.74998 13.4653 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-work-update{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 1.25C12.202 1.24997 12.9887 1.24994 13.489 1.30636C14.0285 1.36718 14.5376 1.50167 15.0007 1.8313C15.4609 2.15886 15.7452 2.58653 15.9695 3.06267C16.1797 3.50911 16.3706 4.07486 16.5936 4.73559L16.704 5.06253C16.8653 5.5405 16.5892 6.05251 16.0873 6.20615C15.5855 6.35978 15.0478 6.09685 14.8865 5.61889C14.6437 4.89941 14.3894 4.15013 14.2277 3.80681C14.0751 3.48287 13.9601 3.36036 13.8578 3.28755C13.7584 3.21681 13.6129 3.15111 13.2646 3.11184C12.8898 3.06957 12.2699 3.06809 11.5 3.06809C10.7301 3.06809 10.1102 3.06957 9.73541 3.11184C9.38714 3.15111 9.24158 3.21681 9.1422 3.28755C9.03992 3.36036 8.9249 3.48287 8.77232 3.80681C8.61061 4.15013 8.35629 4.89941 8.11347 5.61889C7.95215 6.09685 7.41454 6.35978 6.91267 6.20615C6.4108 6.05251 6.13473 5.5405 6.29605 5.06253L6.40639 4.73559L6.40639 4.73558C6.62935 4.07485 6.82027 3.50911 7.03055 3.06267C7.25482 2.58653 7.53914 2.15886 7.9993 1.8313C8.46236 1.50167 8.97155 1.36718 9.51096 1.30636C10.0113 1.24994 10.798 1.24997 11.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4653 4.75H9.54836C7.80421 4.74998 6.41746 4.74997 5.33103 4.89881C4.20972 5.05243 3.29737 5.37711 2.5785 6.10965C1.86155 6.84022 1.54553 7.76413 1.39567 8.89997C1.24997 10.0042 1.24999 11.5256 1.25 13.3053C1.24999 15.0851 1.24997 16.4958 1.39567 17.6C1.54553 18.7359 1.86155 19.6598 2.5785 20.3904C3.29737 21.1229 4.20972 21.4476 5.33103 21.6012C6.41745 21.75 7.80415 21.75 9.54827 21.75H12.2557C11.3142 20.5897 10.75 19.1107 10.75 17.5C10.75 13.7721 13.7721 10.75 17.5 10.75C19.1107 10.75 20.5897 11.3142 21.75 12.2557V10.9923L21.7498 10.9845C21.705 8.80913 21.5271 7.22233 20.4352 6.10965C19.7163 5.37711 18.8039 5.05243 17.6826 4.89881C16.5962 4.74997 15.2095 4.74998 13.4653 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 12.25C14.6005 12.25 12.25 14.6005 12.25 17.5C12.25 20.3995 14.6005 22.75 17.5 22.75C20.3995 22.75 22.75 20.3995 22.75 17.5C22.75 14.6005 20.3995 12.25 17.5 12.25ZM18.25 15.5C18.25 15.0858 17.9142 14.75 17.5 14.75C17.0858 14.75 16.75 15.0858 16.75 15.5V18.1497L16.0154 17.4551C15.7145 17.1705 15.2398 17.1837 14.9551 17.4846C14.6705 17.7855 14.6837 18.2602 14.9846 18.5449L15.6021 19.129L15.6022 19.129C15.9081 19.4184 16.1893 19.6845 16.4487 19.8717C16.7358 20.0789 17.0755 20.25 17.5 20.25C17.9245 20.25 18.2642 20.0789 18.5513 19.8717C18.8107 19.6845 19.0919 19.4184 19.3978 19.129L20.0154 18.5449C20.3163 18.2602 20.3295 17.7855 20.0449 17.4846C19.7602 17.1837 19.2855 17.1705 18.9846 17.4551L18.25 18.1497V15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 1.25C12.202 1.24997 12.9887 1.24994 13.489 1.30636C14.0285 1.36718 14.5376 1.50167 15.0007 1.8313C15.4609 2.15886 15.7452 2.58653 15.9695 3.06267C16.1797 3.50911 16.3706 4.07486 16.5936 4.73559L16.704 5.06253C16.8653 5.5405 16.5892 6.05251 16.0873 6.20615C15.5855 6.35978 15.0478 6.09685 14.8865 5.61889C14.6437 4.89941 14.3894 4.15013 14.2277 3.80681C14.0751 3.48287 13.9601 3.36036 13.8578 3.28755C13.7584 3.21681 13.6129 3.15111 13.2646 3.11184C12.8898 3.06957 12.2699 3.06809 11.5 3.06809C10.7301 3.06809 10.1102 3.06957 9.73541 3.11184C9.38714 3.15111 9.24158 3.21681 9.1422 3.28755C9.03992 3.36036 8.9249 3.48287 8.77232 3.80681C8.61061 4.15013 8.35629 4.89941 8.11347 5.61889C7.95215 6.09685 7.41454 6.35978 6.91267 6.20615C6.4108 6.05251 6.13473 5.5405 6.29605 5.06253L6.40639 4.73559L6.40639 4.73558C6.62935 4.07485 6.82027 3.50911 7.03055 3.06267C7.25482 2.58653 7.53914 2.15886 7.9993 1.8313C8.46236 1.50167 8.97155 1.36718 9.51096 1.30636C10.0113 1.24994 10.798 1.24997 11.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4653 4.75H9.54836C7.80421 4.74998 6.41746 4.74997 5.33103 4.89881C4.20972 5.05243 3.29737 5.37711 2.5785 6.10965C1.86155 6.84022 1.54553 7.76413 1.39567 8.89997C1.24997 10.0042 1.24999 11.5256 1.25 13.3053C1.24999 15.0851 1.24997 16.4958 1.39567 17.6C1.54553 18.7359 1.86155 19.6598 2.5785 20.3904C3.29737 21.1229 4.20972 21.4476 5.33103 21.6012C6.41745 21.75 7.80415 21.75 9.54827 21.75H12.2557C11.3142 20.5897 10.75 19.1107 10.75 17.5C10.75 13.7721 13.7721 10.75 17.5 10.75C19.1107 10.75 20.5897 11.3142 21.75 12.2557V10.9923L21.7498 10.9845C21.705 8.80913 21.5271 7.22233 20.4352 6.10965C19.7163 5.37711 18.8039 5.05243 17.6826 4.89881C16.5962 4.74997 15.2095 4.74998 13.4653 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 12.25C14.6005 12.25 12.25 14.6005 12.25 17.5C12.25 20.3995 14.6005 22.75 17.5 22.75C20.3995 22.75 22.75 20.3995 22.75 17.5C22.75 14.6005 20.3995 12.25 17.5 12.25ZM18.25 15.5C18.25 15.0858 17.9142 14.75 17.5 14.75C17.0858 14.75 16.75 15.0858 16.75 15.5V18.1497L16.0154 17.4551C15.7145 17.1705 15.2398 17.1837 14.9551 17.4846C14.6705 17.7855 14.6837 18.2602 14.9846 18.5449L15.6021 19.129L15.6022 19.129C15.9081 19.4184 16.1893 19.6845 16.4487 19.8717C16.7358 20.0789 17.0755 20.25 17.5 20.25C17.9245 20.25 18.2642 20.0789 18.5513 19.8717C18.8107 19.6845 19.0919 19.4184 19.3978 19.129L20.0154 18.5449C20.3163 18.2602 20.3295 17.7855 20.0449 17.4846C19.7602 17.1837 19.2855 17.1705 18.9846 17.4551L18.25 18.1497V15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-yen-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.73292 7.34028C9.64462 6.93559 9.24498 6.6791 8.84028 6.7674C8.43559 6.85569 8.1791 7.25534 8.2674 7.66003C8.4787 8.62849 9.34073 10.7323 11.2502 11.9337V12.7502H9.50016C9.08594 12.7502 8.75016 13.0859 8.75016 13.5002C8.75016 13.9144 9.08594 14.2502 9.50016 14.2502H11.2502V16.5002C11.2502 16.9144 11.5859 17.2502 12.0002 17.2502C12.4144 17.2502 12.7502 16.9144 12.7502 16.5002V14.2502H14.5002C14.9144 14.2502 15.2502 13.9144 15.2502 13.5002C15.2502 13.0859 14.9144 12.7502 14.5002 12.7502H12.7502V11.9337C14.6596 10.7323 15.5216 8.62849 15.7329 7.66003C15.8212 7.25534 15.5647 6.85569 15.16 6.7674C14.7553 6.6791 14.3557 6.93559 14.2674 7.34028C14.1057 8.08119 13.4129 9.71487 12.0002 10.6327C10.5874 9.71487 9.89457 8.08119 9.73292 7.34028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.73292 7.34028C9.64462 6.93559 9.24498 6.6791 8.84028 6.7674C8.43559 6.85569 8.1791 7.25534 8.2674 7.66003C8.4787 8.62849 9.34073 10.7323 11.2502 11.9337V12.7502H9.50016C9.08594 12.7502 8.75016 13.0859 8.75016 13.5002C8.75016 13.9144 9.08594 14.2502 9.50016 14.2502H11.2502V16.5002C11.2502 16.9144 11.5859 17.2502 12.0002 17.2502C12.4144 17.2502 12.7502 16.9144 12.7502 16.5002V14.2502H14.5002C14.9144 14.2502 15.2502 13.9144 15.2502 13.5002C15.2502 13.0859 14.9144 12.7502 14.5002 12.7502H12.7502V11.9337C14.6596 10.7323 15.5216 8.62849 15.7329 7.66003C15.8212 7.25534 15.5647 6.85569 15.16 6.7674C14.7553 6.6791 14.3557 6.93559 14.2674 7.34028C14.1057 8.08119 13.4129 9.71487 12.0002 10.6327C10.5874 9.71487 9.89457 8.08119 9.73292 7.34028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-yen-receive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_386_8400)%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.76848 2.52745C3.30573 2.39946 3.84501 2.73123 3.973 3.26848C4.28086 4.56071 5.63676 7.51432 8.50023 9.09259C11.3637 7.51432 12.7196 4.56071 13.0275 3.26848C13.1554 2.73123 13.6947 2.39946 14.232 2.52745C14.7692 2.65544 15.101 3.19473 14.973 3.73198C14.5832 5.36817 12.9845 8.88944 9.50023 10.8252V20.5002C9.50023 21.0525 9.05251 21.5002 8.50023 21.5002C7.94794 21.5002 7.50023 21.0525 7.50023 20.5002V10.8252C4.016 8.88944 2.41725 5.36817 2.02745 3.73198C1.89946 3.19473 2.23123 2.65544 2.76848 2.52745Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 13.5C5 12.9477 5.44772 12.5 6 12.5H11C11.5523 12.5 12 12.9477 12 13.5C12 14.0523 11.5523 14.5 11 14.5H6C5.44772 14.5 5 14.0523 5 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 17.5C5 16.9477 5.44772 16.5 6 16.5H11C11.5523 16.5 12 16.9477 12 17.5C12 18.0523 11.5523 18.5 11 18.5H6C5.44772 18.5 5 18.0523 5 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 14.5059C23.5523 14.5059 24 14.0581 24 13.5059C24 12.9536 23.5523 12.5059 23 12.5059L19.5 12.5059L19.5 11.9116C19.5001 11.736 19.5003 11.5203 19.4782 11.3439L19.4778 11.3405C19.462 11.2141 19.3902 10.638 18.8246 10.3637C18.2577 10.0887 17.7576 10.3907 17.6494 10.456L17.6454 10.4584C17.4924 10.5506 17.3215 10.6848 17.1809 10.7951L17.1507 10.8188C16.7748 11.1135 16.2906 11.4954 15.8996 11.8759C15.7045 12.0657 15.5033 12.283 15.3444 12.5139C15.2032 12.7191 15 13.0693 15 13.5C15 13.9307 15.2032 14.2809 15.3444 14.4861C15.5033 14.717 15.7045 14.9343 15.8996 15.1241C16.2906 15.5046 16.7748 15.8865 17.1507 16.1812L17.1809 16.2049C17.3215 16.3152 17.4923 16.4494 17.6454 16.5416L17.6494 16.544C17.7576 16.6093 18.2578 16.9113 18.8246 16.6363C19.3902 16.362 19.462 15.7859 19.4778 15.6595L19.4782 15.6561C19.5003 15.4797 19.5001 15.264 19.5 15.0884L19.5 14.5059L23 14.5059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_386_8400%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_386_8400)%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.76848 2.52745C3.30573 2.39946 3.84501 2.73123 3.973 3.26848C4.28086 4.56071 5.63676 7.51432 8.50023 9.09259C11.3637 7.51432 12.7196 4.56071 13.0275 3.26848C13.1554 2.73123 13.6947 2.39946 14.232 2.52745C14.7692 2.65544 15.101 3.19473 14.973 3.73198C14.5832 5.36817 12.9845 8.88944 9.50023 10.8252V20.5002C9.50023 21.0525 9.05251 21.5002 8.50023 21.5002C7.94794 21.5002 7.50023 21.0525 7.50023 20.5002V10.8252C4.016 8.88944 2.41725 5.36817 2.02745 3.73198C1.89946 3.19473 2.23123 2.65544 2.76848 2.52745Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 13.5C5 12.9477 5.44772 12.5 6 12.5H11C11.5523 12.5 12 12.9477 12 13.5C12 14.0523 11.5523 14.5 11 14.5H6C5.44772 14.5 5 14.0523 5 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 17.5C5 16.9477 5.44772 16.5 6 16.5H11C11.5523 16.5 12 16.9477 12 17.5C12 18.0523 11.5523 18.5 11 18.5H6C5.44772 18.5 5 18.0523 5 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 14.5059C23.5523 14.5059 24 14.0581 24 13.5059C24 12.9536 23.5523 12.5059 23 12.5059L19.5 12.5059L19.5 11.9116C19.5001 11.736 19.5003 11.5203 19.4782 11.3439L19.4778 11.3405C19.462 11.2141 19.3902 10.638 18.8246 10.3637C18.2577 10.0887 17.7576 10.3907 17.6494 10.456L17.6454 10.4584C17.4924 10.5506 17.3215 10.6848 17.1809 10.7951L17.1507 10.8188C16.7748 11.1135 16.2906 11.4954 15.8996 11.8759C15.7045 12.0657 15.5033 12.283 15.3444 12.5139C15.2032 12.7191 15 13.0693 15 13.5C15 13.9307 15.2032 14.2809 15.3444 14.4861C15.5033 14.717 15.7045 14.9343 15.8996 15.1241C16.2906 15.5046 16.7748 15.8865 17.1507 16.1812L17.1809 16.2049C17.3215 16.3152 17.4923 16.4494 17.6454 16.5416L17.6494 16.544C17.7576 16.6093 18.2578 16.9113 18.8246 16.6363C19.3902 16.362 19.462 15.7859 19.4778 15.6595L19.4782 15.6561C19.5003 15.4797 19.5001 15.264 19.5 15.0884L19.5 14.5059L23 14.5059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_386_8400%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-yen-send{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.76823 2.02721C2.30548 1.89922 2.84477 2.23099 2.97276 2.76823C3.28061 4.06046 4.63651 7.01407 7.49998 8.59234C10.3635 7.01407 11.7194 4.06046 12.0272 2.76823C12.1552 2.23099 12.6945 1.89922 13.2317 2.02721C13.769 2.1552 14.1008 2.69448 13.9728 3.23173C13.583 4.86792 11.9842 8.38919 8.49998 10.3249V20C8.49998 20.5523 8.05227 21 7.49998 21C6.9477 21 6.49998 20.5523 6.49998 20V10.3249C3.01576 8.38919 1.41701 4.86792 1.02721 3.23173C0.899216 2.69448 1.23099 2.1552 1.76823 2.02721Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.99976 12.9998C3.99976 12.4475 4.44747 11.9998 4.99976 11.9998H9.99976C10.552 11.9998 10.9998 12.4475 10.9998 12.9998C10.9998 13.552 10.552 13.9998 9.99976 13.9998H4.99976C4.44747 13.9998 3.99976 13.552 3.99976 12.9998Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.99976 16.9998C3.99976 16.4475 4.44747 15.9998 4.99976 15.9998H9.99976C10.552 15.9998 10.9998 16.4475 10.9998 16.9998C10.9998 17.552 10.552 17.9998 9.99976 17.9998H4.99976C4.44747 17.9998 3.99976 17.552 3.99976 16.9998Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9998 14.0056C14.4475 14.0056 13.9998 13.5579 13.9998 13.0056C13.9998 12.4533 14.4475 12.0056 14.9998 12.0056L18.4998 12.0056L18.4998 11.4114C18.4997 11.2357 18.4995 11.0201 18.5216 10.8436L18.522 10.8403C18.5378 10.7138 18.6096 10.1378 19.1752 9.86343C19.742 9.58847 20.2421 9.89041 20.3504 9.95573L20.3544 9.95816C20.5074 10.0504 20.6783 10.1845 20.8188 10.2949L20.8491 10.3186C21.2249 10.6132 21.7091 10.9952 22.1001 11.3756C22.2952 11.5655 22.4965 11.7827 22.6553 12.0136C22.7965 12.2189 22.9998 12.5691 22.9998 12.9998C22.9998 13.4304 22.7965 13.7806 22.6553 13.9859C22.4965 14.2168 22.2952 14.434 22.1001 14.6239C21.7091 15.0043 21.2249 15.3863 20.8491 15.6809L20.8188 15.7046C20.6783 15.815 20.5074 15.9491 20.3544 16.0413L20.3504 16.0438C20.2421 16.1091 19.742 16.411 19.1752 16.1361C18.6096 15.8617 18.5378 15.2857 18.522 15.1592L18.5216 15.1559C18.4995 14.9794 18.4996 14.7638 18.4998 14.5882L18.4998 14.0056L14.9998 14.0056Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.76823 2.02721C2.30548 1.89922 2.84477 2.23099 2.97276 2.76823C3.28061 4.06046 4.63651 7.01407 7.49998 8.59234C10.3635 7.01407 11.7194 4.06046 12.0272 2.76823C12.1552 2.23099 12.6945 1.89922 13.2317 2.02721C13.769 2.1552 14.1008 2.69448 13.9728 3.23173C13.583 4.86792 11.9842 8.38919 8.49998 10.3249V20C8.49998 20.5523 8.05227 21 7.49998 21C6.9477 21 6.49998 20.5523 6.49998 20V10.3249C3.01576 8.38919 1.41701 4.86792 1.02721 3.23173C0.899216 2.69448 1.23099 2.1552 1.76823 2.02721Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.99976 12.9998C3.99976 12.4475 4.44747 11.9998 4.99976 11.9998H9.99976C10.552 11.9998 10.9998 12.4475 10.9998 12.9998C10.9998 13.552 10.552 13.9998 9.99976 13.9998H4.99976C4.44747 13.9998 3.99976 13.552 3.99976 12.9998Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.99976 16.9998C3.99976 16.4475 4.44747 15.9998 4.99976 15.9998H9.99976C10.552 15.9998 10.9998 16.4475 10.9998 16.9998C10.9998 17.552 10.552 17.9998 9.99976 17.9998H4.99976C4.44747 17.9998 3.99976 17.552 3.99976 16.9998Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9998 14.0056C14.4475 14.0056 13.9998 13.5579 13.9998 13.0056C13.9998 12.4533 14.4475 12.0056 14.9998 12.0056L18.4998 12.0056L18.4998 11.4114C18.4997 11.2357 18.4995 11.0201 18.5216 10.8436L18.522 10.8403C18.5378 10.7138 18.6096 10.1378 19.1752 9.86343C19.742 9.58847 20.2421 9.89041 20.3504 9.95573L20.3544 9.95816C20.5074 10.0504 20.6783 10.1845 20.8188 10.2949L20.8491 10.3186C21.2249 10.6132 21.7091 10.9952 22.1001 11.3756C22.2952 11.5655 22.4965 11.7827 22.6553 12.0136C22.7965 12.2189 22.9998 12.5691 22.9998 12.9998C22.9998 13.4304 22.7965 13.7806 22.6553 13.9859C22.4965 14.2168 22.2952 14.434 22.1001 14.6239C21.7091 15.0043 21.2249 15.3863 20.8491 15.6809L20.8188 15.7046C20.6783 15.815 20.5074 15.9491 20.3544 16.0413L20.3504 16.0438C20.2421 16.1091 19.742 16.411 19.1752 16.1361C18.6096 15.8617 18.5378 15.2857 18.522 15.1592L18.5216 15.1559C18.4995 14.9794 18.4996 14.7638 18.4998 14.5882L18.4998 14.0056L14.9998 14.0056Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-yen-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0242 1.90522C15.7462 1.74998 14.1227 1.74999 12.0513 1.75H11.9487C9.87731 1.74999 8.25376 1.74998 6.97578 1.90522C5.66982 2.06386 4.62456 2.39411 3.76567 3.12767C3.53662 3.3233 3.3233 3.53662 3.12767 3.76567C2.39411 4.62456 2.06386 5.66982 1.90522 6.97578C1.74998 8.25376 1.74999 9.87731 1.75 11.9487V12.0513C1.74999 14.1227 1.74998 15.7462 1.90522 17.0242C2.06386 18.3302 2.39411 19.3754 3.12767 20.2343C3.3233 20.4634 3.53662 20.6767 3.76567 20.8723C4.62456 21.6059 5.66982 21.9361 6.97578 22.0948C8.25376 22.25 9.87731 22.25 11.9487 22.25H12.0513C14.1227 22.25 15.7462 22.25 17.0242 22.0948C18.3302 21.9361 19.3754 21.6059 20.2343 20.8723C20.4634 20.6767 20.6767 20.4634 20.8723 20.2343C21.6059 19.3754 21.9361 18.3302 22.0948 17.0242C22.25 15.7462 22.25 14.1227 22.25 12.0513V11.9487C22.25 9.87731 22.25 8.25376 22.0948 6.97578C21.9361 5.66982 21.6059 4.62456 20.8723 3.76567C20.6767 3.53662 20.4634 3.3233 20.2343 3.12767C19.3754 2.39411 18.3302 2.06386 17.0242 1.90522ZM9.73292 7.34028C9.64462 6.93559 9.24498 6.6791 8.84028 6.7674C8.43559 6.85569 8.1791 7.25534 8.2674 7.66003C8.4787 8.62849 9.34073 10.7323 11.2502 11.9337V12.7502H9.50016C9.08594 12.7502 8.75016 13.0859 8.75016 13.5002C8.75016 13.9144 9.08594 14.2502 9.50016 14.2502H11.2502V16.5002C11.2502 16.9144 11.5859 17.2502 12.0002 17.2502C12.4144 17.2502 12.7502 16.9144 12.7502 16.5002V14.2502H14.5002C14.9144 14.2502 15.2502 13.9144 15.2502 13.5002C15.2502 13.0859 14.9144 12.7502 14.5002 12.7502H12.7502V11.9337C14.6596 10.7323 15.5216 8.62849 15.7329 7.66003C15.8212 7.25534 15.5647 6.85569 15.16 6.7674C14.7553 6.6791 14.3557 6.93559 14.2674 7.34028C14.1057 8.08119 13.4129 9.71487 12.0002 10.6327C10.5874 9.71487 9.89457 8.08119 9.73292 7.34028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0242 1.90522C15.7462 1.74998 14.1227 1.74999 12.0513 1.75H11.9487C9.87731 1.74999 8.25376 1.74998 6.97578 1.90522C5.66982 2.06386 4.62456 2.39411 3.76567 3.12767C3.53662 3.3233 3.3233 3.53662 3.12767 3.76567C2.39411 4.62456 2.06386 5.66982 1.90522 6.97578C1.74998 8.25376 1.74999 9.87731 1.75 11.9487V12.0513C1.74999 14.1227 1.74998 15.7462 1.90522 17.0242C2.06386 18.3302 2.39411 19.3754 3.12767 20.2343C3.3233 20.4634 3.53662 20.6767 3.76567 20.8723C4.62456 21.6059 5.66982 21.9361 6.97578 22.0948C8.25376 22.25 9.87731 22.25 11.9487 22.25H12.0513C14.1227 22.25 15.7462 22.25 17.0242 22.0948C18.3302 21.9361 19.3754 21.6059 20.2343 20.8723C20.4634 20.6767 20.6767 20.4634 20.8723 20.2343C21.6059 19.3754 21.9361 18.3302 22.0948 17.0242C22.25 15.7462 22.25 14.1227 22.25 12.0513V11.9487C22.25 9.87731 22.25 8.25376 22.0948 6.97578C21.9361 5.66982 21.6059 4.62456 20.8723 3.76567C20.6767 3.53662 20.4634 3.3233 20.2343 3.12767C19.3754 2.39411 18.3302 2.06386 17.0242 1.90522ZM9.73292 7.34028C9.64462 6.93559 9.24498 6.6791 8.84028 6.7674C8.43559 6.85569 8.1791 7.25534 8.2674 7.66003C8.4787 8.62849 9.34073 10.7323 11.2502 11.9337V12.7502H9.50016C9.08594 12.7502 8.75016 13.0859 8.75016 13.5002C8.75016 13.9144 9.08594 14.2502 9.50016 14.2502H11.2502V16.5002C11.2502 16.9144 11.5859 17.2502 12.0002 17.2502C12.4144 17.2502 12.7502 16.9144 12.7502 16.5002V14.2502H14.5002C14.9144 14.2502 15.2502 13.9144 15.2502 13.5002C15.2502 13.0859 14.9144 12.7502 14.5002 12.7502H12.7502V11.9337C14.6596 10.7323 15.5216 8.62849 15.7329 7.66003C15.8212 7.25534 15.5647 6.85569 15.16 6.7674C14.7553 6.6791 14.3557 6.93559 14.2674 7.34028C14.1057 8.08119 13.4129 9.71487 12.0002 10.6327C10.5874 9.71487 9.89457 8.08119 9.73292 7.34028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-business-icons-yen{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.74002 2.0347C5.27327 1.89098 5.82207 2.20676 5.9658 2.74002C6.35967 4.20142 8.13904 7.66238 12.0002 9.462C15.8615 7.66238 17.6408 4.20142 18.0347 2.74002C18.1784 2.20676 18.7272 1.89098 19.2605 2.0347C19.7937 2.17843 20.1095 2.72723 19.9658 3.26048C19.4621 5.12948 17.4066 9.08009 13.0002 11.2014V12.0002H17.8336C18.3859 12.0002 18.8336 12.448 18.8336 13.0002C18.8336 13.5525 18.3859 14.0002 17.8336 14.0002H13.0002V16.0002H17.8336C18.3859 16.0002 18.8336 16.448 18.8336 17.0002C18.8336 17.5525 18.3859 18.0002 17.8336 18.0002H13.0002V21.0002C13.0002 21.5525 12.5525 22.0002 12.0002 22.0002C11.448 22.0002 11.0002 21.5525 11.0002 21.0002V18.0002H6.16692C5.61463 18.0002 5.16692 17.5525 5.16692 17.0002C5.16692 16.448 5.61463 16.0002 6.16692 16.0002H11.0002V14.0002H6.16692C5.61463 14.0002 5.16692 13.5525 5.16692 13.0002C5.16692 12.448 5.61463 12.0002 6.16692 12.0002H11.0002V11.2014C6.59386 9.08009 4.53843 5.12948 4.0347 3.26048C3.89098 2.72723 4.20676 2.17843 4.74002 2.0347Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.74002 2.0347C5.27327 1.89098 5.82207 2.20676 5.9658 2.74002C6.35967 4.20142 8.13904 7.66238 12.0002 9.462C15.8615 7.66238 17.6408 4.20142 18.0347 2.74002C18.1784 2.20676 18.7272 1.89098 19.2605 2.0347C19.7937 2.17843 20.1095 2.72723 19.9658 3.26048C19.4621 5.12948 17.4066 9.08009 13.0002 11.2014V12.0002H17.8336C18.3859 12.0002 18.8336 12.448 18.8336 13.0002C18.8336 13.5525 18.3859 14.0002 17.8336 14.0002H13.0002V16.0002H17.8336C18.3859 16.0002 18.8336 16.448 18.8336 17.0002C18.8336 17.5525 18.3859 18.0002 17.8336 18.0002H13.0002V21.0002C13.0002 21.5525 12.5525 22.0002 12.0002 22.0002C11.448 22.0002 11.0002 21.5525 11.0002 21.0002V18.0002H6.16692C5.61463 18.0002 5.16692 17.5525 5.16692 17.0002C5.16692 16.448 5.61463 16.0002 6.16692 16.0002H11.0002V14.0002H6.16692C5.61463 14.0002 5.16692 13.5525 5.16692 13.0002C5.16692 12.448 5.61463 12.0002 6.16692 12.0002H11.0002V11.2014C6.59386 9.08009 4.53843 5.12948 4.0347 3.26048C3.89098 2.72723 4.20676 2.17843 4.74002 2.0347Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-checkmark-badge-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.4388 1.25 10.9816 1.48611 10.5656 1.80358C10.1759 2.10089 9.74606 2.53075 9.24319 3.03367L9.20782 3.06904C8.69316 3.5837 8.24449 3.78626 7.55208 3.78626C7.4653 3.78626 7.35579 3.78318 7.23212 3.7797C6.91509 3.77078 6.50497 3.75924 6.14615 3.79027C5.62128 3.83566 4.96532 3.97929 4.46745 4.48134C3.9734 4.97955 3.83327 5.63282 3.78923 6.15439C3.75922 6.50995 3.77075 6.91701 3.77966 7.23178L3.77966 7.23181C3.78317 7.35581 3.78628 7.46549 3.78628 7.55206C3.78628 8.24448 3.58371 8.69315 3.06902 9.20784L3.03367 9.24319C2.53075 9.74606 2.10089 10.1759 1.80358 10.5655C1.48612 10.9816 1.25001 11.4388 1.25 12C1.25001 12.5611 1.48613 13.0183 1.80358 13.4344C2.10095 13.8242 2.53091 14.2541 3.03395 14.7571L3.06906 14.7922C3.40272 15.1258 3.56011 15.3422 3.64932 15.5464C3.73619 15.7453 3.78628 15.9971 3.78628 16.4479C3.78628 16.5347 3.7832 16.6442 3.77972 16.7679C3.7708 17.0849 3.75926 17.495 3.79029 17.8539C3.83569 18.3787 3.97933 19.0347 4.48139 19.5326C4.97961 20.0266 5.63287 20.1667 6.15443 20.2107C6.50997 20.2408 6.91703 20.2292 7.23179 20.2203C7.35581 20.2168 7.4655 20.2137 7.55206 20.2137C7.99328 20.2137 8.24126 20.2581 8.43645 20.3386C8.63147 20.4191 8.84006 20.5632 9.15424 20.8774C9.22129 20.9444 9.30963 21.0391 9.41153 21.1483L9.41176 21.1486L9.41179 21.1486L9.4118 21.1486C9.64176 21.3951 9.94071 21.7155 10.22 21.9596C10.6437 22.33 11.2516 22.75 12 22.75C12.7485 22.75 13.3563 22.33 13.7801 21.9596C14.0593 21.7155 14.3583 21.3951 14.5882 21.1486C14.6902 21.0392 14.7787 20.9445 14.8458 20.8773C15.1599 20.5632 15.3685 20.4191 15.5635 20.3386C15.7587 20.2581 16.0067 20.2137 16.4479 20.2137C16.5345 20.2137 16.6442 20.2168 16.7682 20.2203C17.083 20.2292 17.49 20.2408 17.8456 20.2107C18.3671 20.1667 19.0204 20.0266 19.5186 19.5326C20.0207 19.0347 20.1643 18.3787 20.2097 17.8539C20.2407 17.495 20.2292 17.0849 20.2203 16.7679L20.2203 16.7676C20.2168 16.644 20.2137 16.5346 20.2137 16.4479C20.2137 15.9971 20.2638 15.7453 20.3507 15.5464C20.4399 15.3422 20.5973 15.1258 20.9309 14.7922L20.9661 14.7571C21.4691 14.2541 21.8991 13.8242 22.1964 13.4344C22.5139 13.0183 22.75 12.5611 22.75 12C22.75 11.4388 22.5139 10.9816 22.1964 10.5655C21.8991 10.1759 21.4693 9.74607 20.9664 9.24322L20.931 9.20784C20.5973 8.87416 20.4399 8.65779 20.3507 8.45354C20.2638 8.25468 20.2137 8.00288 20.2137 7.55206C20.2137 7.46534 20.2168 7.35593 20.2203 7.23236L20.2203 7.2321C20.2292 6.91507 20.2407 6.50496 20.2097 6.14615C20.1643 5.62129 20.0207 4.96533 19.5187 4.46747C19.0205 3.97339 18.3672 3.83325 17.8456 3.78921C17.49 3.75919 17.083 3.77072 16.7682 3.77964C16.6442 3.78315 16.5345 3.78626 16.4479 3.78626C15.7553 3.78626 15.3067 3.58361 14.7922 3.06904L14.7568 3.03368C14.2539 2.53075 13.8241 2.10089 13.4344 1.80358C13.0184 1.48611 12.5612 1.25 12 1.25ZM15.462 10.3871C15.9519 10.132 16.1421 9.5281 15.887 9.03827C15.6319 8.54844 15.028 8.35817 14.5382 8.61329C13.1102 9.35702 11.9452 10.7808 11.1754 11.9034C10.9585 12.2198 10.7656 12.5232 10.5998 12.7973C10.4866 12.7015 10.3774 12.6154 10.2766 12.5395C10.0613 12.3774 9.8677 12.2496 9.7263 12.1614L9.47903 12.0152L9.47742 12.0143C8.9921 11.7507 8.38498 11.9304 8.12138 12.4158C7.85783 12.901 8.03775 13.5081 8.52281 13.7718C8.66656 13.8627 8.97796 14.0631 9.07359 14.1372C9.40717 14.3884 9.74708 14.7037 9.95328 15.0321C10.147 15.3405 10.4931 15.5192 10.8567 15.4986C11.2202 15.478 11.544 15.2611 11.7016 14.9329C11.7528 14.8299 11.8826 14.5752 11.9929 14.3805C12.188 14.0296 12.4716 13.5496 12.8248 13.0345C13.555 11.9696 14.49 10.8934 15.462 10.3871Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.4388 1.25 10.9816 1.48611 10.5656 1.80358C10.1759 2.10089 9.74606 2.53075 9.24319 3.03367L9.20782 3.06904C8.69316 3.5837 8.24449 3.78626 7.55208 3.78626C7.4653 3.78626 7.35579 3.78318 7.23212 3.7797C6.91509 3.77078 6.50497 3.75924 6.14615 3.79027C5.62128 3.83566 4.96532 3.97929 4.46745 4.48134C3.9734 4.97955 3.83327 5.63282 3.78923 6.15439C3.75922 6.50995 3.77075 6.91701 3.77966 7.23178L3.77966 7.23181C3.78317 7.35581 3.78628 7.46549 3.78628 7.55206C3.78628 8.24448 3.58371 8.69315 3.06902 9.20784L3.03367 9.24319C2.53075 9.74606 2.10089 10.1759 1.80358 10.5655C1.48612 10.9816 1.25001 11.4388 1.25 12C1.25001 12.5611 1.48613 13.0183 1.80358 13.4344C2.10095 13.8242 2.53091 14.2541 3.03395 14.7571L3.06906 14.7922C3.40272 15.1258 3.56011 15.3422 3.64932 15.5464C3.73619 15.7453 3.78628 15.9971 3.78628 16.4479C3.78628 16.5347 3.7832 16.6442 3.77972 16.7679C3.7708 17.0849 3.75926 17.495 3.79029 17.8539C3.83569 18.3787 3.97933 19.0347 4.48139 19.5326C4.97961 20.0266 5.63287 20.1667 6.15443 20.2107C6.50997 20.2408 6.91703 20.2292 7.23179 20.2203C7.35581 20.2168 7.4655 20.2137 7.55206 20.2137C7.99328 20.2137 8.24126 20.2581 8.43645 20.3386C8.63147 20.4191 8.84006 20.5632 9.15424 20.8774C9.22129 20.9444 9.30963 21.0391 9.41153 21.1483L9.41176 21.1486L9.41179 21.1486L9.4118 21.1486C9.64176 21.3951 9.94071 21.7155 10.22 21.9596C10.6437 22.33 11.2516 22.75 12 22.75C12.7485 22.75 13.3563 22.33 13.7801 21.9596C14.0593 21.7155 14.3583 21.3951 14.5882 21.1486C14.6902 21.0392 14.7787 20.9445 14.8458 20.8773C15.1599 20.5632 15.3685 20.4191 15.5635 20.3386C15.7587 20.2581 16.0067 20.2137 16.4479 20.2137C16.5345 20.2137 16.6442 20.2168 16.7682 20.2203C17.083 20.2292 17.49 20.2408 17.8456 20.2107C18.3671 20.1667 19.0204 20.0266 19.5186 19.5326C20.0207 19.0347 20.1643 18.3787 20.2097 17.8539C20.2407 17.495 20.2292 17.0849 20.2203 16.7679L20.2203 16.7676C20.2168 16.644 20.2137 16.5346 20.2137 16.4479C20.2137 15.9971 20.2638 15.7453 20.3507 15.5464C20.4399 15.3422 20.5973 15.1258 20.9309 14.7922L20.9661 14.7571C21.4691 14.2541 21.8991 13.8242 22.1964 13.4344C22.5139 13.0183 22.75 12.5611 22.75 12C22.75 11.4388 22.5139 10.9816 22.1964 10.5655C21.8991 10.1759 21.4693 9.74607 20.9664 9.24322L20.931 9.20784C20.5973 8.87416 20.4399 8.65779 20.3507 8.45354C20.2638 8.25468 20.2137 8.00288 20.2137 7.55206C20.2137 7.46534 20.2168 7.35593 20.2203 7.23236L20.2203 7.2321C20.2292 6.91507 20.2407 6.50496 20.2097 6.14615C20.1643 5.62129 20.0207 4.96533 19.5187 4.46747C19.0205 3.97339 18.3672 3.83325 17.8456 3.78921C17.49 3.75919 17.083 3.77072 16.7682 3.77964C16.6442 3.78315 16.5345 3.78626 16.4479 3.78626C15.7553 3.78626 15.3067 3.58361 14.7922 3.06904L14.7568 3.03368C14.2539 2.53075 13.8241 2.10089 13.4344 1.80358C13.0184 1.48611 12.5612 1.25 12 1.25ZM15.462 10.3871C15.9519 10.132 16.1421 9.5281 15.887 9.03827C15.6319 8.54844 15.028 8.35817 14.5382 8.61329C13.1102 9.35702 11.9452 10.7808 11.1754 11.9034C10.9585 12.2198 10.7656 12.5232 10.5998 12.7973C10.4866 12.7015 10.3774 12.6154 10.2766 12.5395C10.0613 12.3774 9.8677 12.2496 9.7263 12.1614L9.47903 12.0152L9.47742 12.0143C8.9921 11.7507 8.38498 11.9304 8.12138 12.4158C7.85783 12.901 8.03775 13.5081 8.52281 13.7718C8.66656 13.8627 8.97796 14.0631 9.07359 14.1372C9.40717 14.3884 9.74708 14.7037 9.95328 15.0321C10.147 15.3405 10.4931 15.5192 10.8567 15.4986C11.2202 15.478 11.544 15.2611 11.7016 14.9329C11.7528 14.8299 11.8826 14.5752 11.9929 14.3805C12.188 14.0296 12.4716 13.5496 12.8248 13.0345C13.555 11.9696 14.49 10.8934 15.462 10.3871Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-checkmark-badge-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.4388 1.25 10.9816 1.48611 10.5656 1.80358C10.1759 2.10089 9.74606 2.53075 9.24319 3.03367L9.20782 3.06904C8.69316 3.5837 8.24449 3.78626 7.55208 3.78626C7.4653 3.78626 7.35579 3.78318 7.23212 3.7797C6.91509 3.77078 6.50497 3.75924 6.14615 3.79027C5.62128 3.83566 4.96532 3.97929 4.46745 4.48134C3.9734 4.97955 3.83327 5.63282 3.78923 6.15439C3.75922 6.50995 3.77075 6.91701 3.77966 7.23178L3.77966 7.23181C3.78317 7.35581 3.78628 7.46549 3.78628 7.55206C3.78628 8.24448 3.58371 8.69315 3.06902 9.20784L3.03367 9.24319C2.53075 9.74606 2.10089 10.1759 1.80358 10.5655C1.48612 10.9816 1.25001 11.4388 1.25 12C1.25001 12.5611 1.48613 13.0183 1.80358 13.4344C2.10095 13.8242 2.53091 14.2541 3.03395 14.7571L3.06906 14.7922C3.40272 15.1258 3.56011 15.3422 3.64932 15.5464C3.73619 15.7453 3.78628 15.9971 3.78628 16.4479C3.78628 16.5347 3.7832 16.6442 3.77972 16.7679C3.7708 17.0849 3.75926 17.495 3.79029 17.8539C3.83569 18.3787 3.97933 19.0347 4.48139 19.5326C4.97961 20.0266 5.63287 20.1667 6.15443 20.2107C6.50997 20.2408 6.91703 20.2292 7.23179 20.2203C7.35581 20.2168 7.4655 20.2137 7.55206 20.2137C7.99328 20.2137 8.24126 20.2581 8.43645 20.3386C8.63147 20.4191 8.84006 20.5632 9.15424 20.8774C9.22129 20.9444 9.30963 21.0391 9.41153 21.1483L9.41176 21.1486L9.41179 21.1486L9.4118 21.1486C9.64176 21.3951 9.94071 21.7155 10.22 21.9596C10.6437 22.33 11.2516 22.75 12 22.75C12.7485 22.75 13.3563 22.33 13.7801 21.9596C14.0593 21.7155 14.3583 21.3951 14.5882 21.1486C14.6902 21.0392 14.7787 20.9445 14.8458 20.8773C15.1599 20.5632 15.3685 20.4191 15.5635 20.3386C15.7587 20.2581 16.0067 20.2137 16.4479 20.2137C16.5345 20.2137 16.6442 20.2168 16.7682 20.2203C17.083 20.2292 17.49 20.2408 17.8456 20.2107C18.3671 20.1667 19.0204 20.0266 19.5186 19.5326C20.0207 19.0347 20.1643 18.3787 20.2097 17.8539C20.2407 17.495 20.2292 17.0849 20.2203 16.7679L20.2203 16.7676C20.2168 16.644 20.2137 16.5346 20.2137 16.4479C20.2137 15.9971 20.2638 15.7453 20.3507 15.5464C20.4399 15.3422 20.5973 15.1258 20.9309 14.7922L20.9661 14.7571C21.4691 14.2541 21.8991 13.8242 22.1964 13.4344C22.5139 13.0183 22.75 12.5611 22.75 12C22.75 11.4388 22.5139 10.9816 22.1964 10.5655C21.8991 10.1759 21.4693 9.74607 20.9664 9.24322L20.931 9.20784C20.5973 8.87416 20.4399 8.65779 20.3507 8.45354C20.2638 8.25468 20.2137 8.00288 20.2137 7.55206C20.2137 7.46534 20.2168 7.35593 20.2203 7.23236L20.2203 7.2321C20.2292 6.91507 20.2407 6.50496 20.2097 6.14615C20.1643 5.62129 20.0207 4.96533 19.5187 4.46747C19.0205 3.97339 18.3672 3.83325 17.8456 3.78921C17.49 3.75919 17.083 3.77072 16.7682 3.77964C16.6442 3.78315 16.5345 3.78626 16.4479 3.78626C15.7553 3.78626 15.3067 3.58361 14.7922 3.06904L14.7568 3.03368C14.2539 2.53075 13.8241 2.10089 13.4344 1.80358C13.0184 1.48611 12.5612 1.25 12 1.25ZM15.7657 10.1432C16.1209 9.72033 16.0661 9.08954 15.6432 8.73432C15.2203 8.37909 14.5895 8.43394 14.2343 8.85683L10.6972 13.0676L9.66603 12.1469C9.25406 11.7791 8.6219 11.8149 8.25407 12.2269C7.88624 12.6388 7.92202 13.271 8.33399 13.6388L10.134 15.246C10.3357 15.4261 10.6018 15.5168 10.8716 15.4975C11.1413 15.4781 11.3918 15.3503 11.5657 15.1432L15.7657 10.1432Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.4388 1.25 10.9816 1.48611 10.5656 1.80358C10.1759 2.10089 9.74606 2.53075 9.24319 3.03367L9.20782 3.06904C8.69316 3.5837 8.24449 3.78626 7.55208 3.78626C7.4653 3.78626 7.35579 3.78318 7.23212 3.7797C6.91509 3.77078 6.50497 3.75924 6.14615 3.79027C5.62128 3.83566 4.96532 3.97929 4.46745 4.48134C3.9734 4.97955 3.83327 5.63282 3.78923 6.15439C3.75922 6.50995 3.77075 6.91701 3.77966 7.23178L3.77966 7.23181C3.78317 7.35581 3.78628 7.46549 3.78628 7.55206C3.78628 8.24448 3.58371 8.69315 3.06902 9.20784L3.03367 9.24319C2.53075 9.74606 2.10089 10.1759 1.80358 10.5655C1.48612 10.9816 1.25001 11.4388 1.25 12C1.25001 12.5611 1.48613 13.0183 1.80358 13.4344C2.10095 13.8242 2.53091 14.2541 3.03395 14.7571L3.06906 14.7922C3.40272 15.1258 3.56011 15.3422 3.64932 15.5464C3.73619 15.7453 3.78628 15.9971 3.78628 16.4479C3.78628 16.5347 3.7832 16.6442 3.77972 16.7679C3.7708 17.0849 3.75926 17.495 3.79029 17.8539C3.83569 18.3787 3.97933 19.0347 4.48139 19.5326C4.97961 20.0266 5.63287 20.1667 6.15443 20.2107C6.50997 20.2408 6.91703 20.2292 7.23179 20.2203C7.35581 20.2168 7.4655 20.2137 7.55206 20.2137C7.99328 20.2137 8.24126 20.2581 8.43645 20.3386C8.63147 20.4191 8.84006 20.5632 9.15424 20.8774C9.22129 20.9444 9.30963 21.0391 9.41153 21.1483L9.41176 21.1486L9.41179 21.1486L9.4118 21.1486C9.64176 21.3951 9.94071 21.7155 10.22 21.9596C10.6437 22.33 11.2516 22.75 12 22.75C12.7485 22.75 13.3563 22.33 13.7801 21.9596C14.0593 21.7155 14.3583 21.3951 14.5882 21.1486C14.6902 21.0392 14.7787 20.9445 14.8458 20.8773C15.1599 20.5632 15.3685 20.4191 15.5635 20.3386C15.7587 20.2581 16.0067 20.2137 16.4479 20.2137C16.5345 20.2137 16.6442 20.2168 16.7682 20.2203C17.083 20.2292 17.49 20.2408 17.8456 20.2107C18.3671 20.1667 19.0204 20.0266 19.5186 19.5326C20.0207 19.0347 20.1643 18.3787 20.2097 17.8539C20.2407 17.495 20.2292 17.0849 20.2203 16.7679L20.2203 16.7676C20.2168 16.644 20.2137 16.5346 20.2137 16.4479C20.2137 15.9971 20.2638 15.7453 20.3507 15.5464C20.4399 15.3422 20.5973 15.1258 20.9309 14.7922L20.9661 14.7571C21.4691 14.2541 21.8991 13.8242 22.1964 13.4344C22.5139 13.0183 22.75 12.5611 22.75 12C22.75 11.4388 22.5139 10.9816 22.1964 10.5655C21.8991 10.1759 21.4693 9.74607 20.9664 9.24322L20.931 9.20784C20.5973 8.87416 20.4399 8.65779 20.3507 8.45354C20.2638 8.25468 20.2137 8.00288 20.2137 7.55206C20.2137 7.46534 20.2168 7.35593 20.2203 7.23236L20.2203 7.2321C20.2292 6.91507 20.2407 6.50496 20.2097 6.14615C20.1643 5.62129 20.0207 4.96533 19.5187 4.46747C19.0205 3.97339 18.3672 3.83325 17.8456 3.78921C17.49 3.75919 17.083 3.77072 16.7682 3.77964C16.6442 3.78315 16.5345 3.78626 16.4479 3.78626C15.7553 3.78626 15.3067 3.58361 14.7922 3.06904L14.7568 3.03368C14.2539 2.53075 13.8241 2.10089 13.4344 1.80358C13.0184 1.48611 12.5612 1.25 12 1.25ZM15.7657 10.1432C16.1209 9.72033 16.0661 9.08954 15.6432 8.73432C15.2203 8.37909 14.5895 8.43394 14.2343 8.85683L10.6972 13.0676L9.66603 12.1469C9.25406 11.7791 8.6219 11.8149 8.25407 12.2269C7.88624 12.6388 7.92202 13.271 8.33399 13.6388L10.134 15.246C10.3357 15.4261 10.6018 15.5168 10.8716 15.4975C11.1413 15.4781 11.3918 15.3503 11.5657 15.1432L15.7657 10.1432Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-checkmark-badge-03-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 1.25C11.4388 1.25 10.9816 1.48611 10.5656 1.80358C10.1759 2.10089 9.74606 2.53075 9.24319 3.03367L9.20782 3.06904C8.69316 3.5837 8.24449 3.78626 7.55208 3.78626C7.4653 3.78626 7.35579 3.78318 7.23212 3.7797C6.91508 3.77078 6.50497 3.75924 6.14615 3.79027C5.62128 3.83566 4.96532 3.97929 4.46745 4.48134C3.9734 4.97955 3.83327 5.63282 3.78923 6.15439C3.75922 6.50995 3.77075 6.91701 3.77966 7.23178C3.78317 7.3557 3.78628 7.46554 3.78628 7.55206C3.78628 8.24448 3.58371 8.69315 3.06902 9.20784L3.03367 9.24319C2.53076 9.74604 2.10088 10.1759 1.80358 10.5655C1.48612 10.9816 1.25001 11.4388 1.25 12C1.25001 12.5611 1.48613 13.0183 1.80359 13.4344C2.10095 13.8242 2.53091 14.2541 3.03395 14.7571L3.06906 14.7922C3.40272 15.1258 3.56011 15.3422 3.64932 15.5464C3.73619 15.7453 3.78628 15.9971 3.78628 16.4479C3.78628 16.5347 3.7832 16.6442 3.77972 16.7679C3.7708 17.0849 3.75926 17.495 3.79029 17.8539C3.83569 18.3787 3.97933 19.0347 4.48139 19.5326C4.97961 20.0266 5.63287 20.1667 6.15443 20.2107C6.50997 20.2408 6.91703 20.2292 7.23179 20.2203C7.35581 20.2168 7.4655 20.2137 7.55206 20.2137C7.99328 20.2137 8.24126 20.2581 8.43645 20.3386C8.63147 20.4191 8.84006 20.5632 9.15424 20.8774C9.22132 20.9444 9.3097 21.0392 9.41166 21.1484C9.64161 21.3949 9.94071 21.7155 10.22 21.9596C10.6437 22.33 11.2516 22.75 12 22.75C12.7485 22.75 13.3563 22.33 13.7801 21.9596C14.0593 21.7155 14.3583 21.3951 14.5882 21.1486C14.6902 21.0392 14.7787 20.9445 14.8458 20.8773C15.1599 20.5632 15.3685 20.4191 15.5635 20.3386C15.7587 20.2581 16.0067 20.2137 16.4479 20.2137C16.5345 20.2137 16.6442 20.2168 16.7682 20.2203C17.083 20.2292 17.49 20.2408 17.8456 20.2107C18.3671 20.1667 19.0204 20.0266 19.5186 19.5326C20.0207 19.0347 20.1643 18.3787 20.2097 17.8539C20.2407 17.495 20.2292 17.0849 20.2203 16.7679C20.2168 16.6443 20.2137 16.5346 20.2137 16.4479C20.2137 15.9971 20.2638 15.7453 20.3507 15.5464C20.4399 15.3422 20.5973 15.1258 20.9309 14.7922L20.9661 14.7571C21.4691 14.2541 21.8991 13.8242 22.1964 13.4344C22.5139 13.0183 22.75 12.5611 22.75 12C22.75 11.4388 22.5139 10.9816 22.1964 10.5655C21.8991 10.1759 21.4693 9.74607 20.9664 9.24322L20.931 9.20784C20.5973 8.87416 20.4399 8.65779 20.3507 8.45354C20.2638 8.25468 20.2137 8.00288 20.2137 7.55206C20.2137 7.46534 20.2168 7.35593 20.2203 7.23236C20.2292 6.91533 20.2407 6.50496 20.2097 6.14615C20.1922 5.94375 20.1601 5.72185 20.0985 5.49704L12.7434 13.6691C12.5599 13.873 12.3007 13.9925 12.0264 13.9997C11.7522 14.0069 11.487 13.9012 11.293 13.7072L7.79304 10.2072C7.40252 9.81667 7.40252 9.1835 7.79304 8.79298C8.18357 8.40245 8.81673 8.40245 9.20726 8.79298L11.962 11.5477L18.7664 3.98744C18.4512 3.86543 18.129 3.81314 17.8456 3.78921C17.49 3.75919 17.083 3.77072 16.7682 3.77964C16.6442 3.78315 16.5345 3.78626 16.4479 3.78626C15.7553 3.78626 15.3067 3.58361 14.7922 3.06904L14.7568 3.03368C14.2539 2.53075 13.8241 2.10089 13.4344 1.80358C13.0184 1.48611 12.5612 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0977 5.49696L21.7429 3.66898C22.1124 3.25848 22.0791 2.62619 21.6686 2.25672C21.2581 1.88726 20.6258 1.92053 20.2564 2.33103L18.7656 3.98737C19.0305 4.08993 19.2904 4.24175 19.5179 4.46739C19.8264 4.77326 19.9995 5.13881 20.0977 5.49696Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 1.25C11.4388 1.25 10.9816 1.48611 10.5656 1.80358C10.1759 2.10089 9.74606 2.53075 9.24319 3.03367L9.20782 3.06904C8.69316 3.5837 8.24449 3.78626 7.55208 3.78626C7.4653 3.78626 7.35579 3.78318 7.23212 3.7797C6.91508 3.77078 6.50497 3.75924 6.14615 3.79027C5.62128 3.83566 4.96532 3.97929 4.46745 4.48134C3.9734 4.97955 3.83327 5.63282 3.78923 6.15439C3.75922 6.50995 3.77075 6.91701 3.77966 7.23178C3.78317 7.3557 3.78628 7.46554 3.78628 7.55206C3.78628 8.24448 3.58371 8.69315 3.06902 9.20784L3.03367 9.24319C2.53076 9.74604 2.10088 10.1759 1.80358 10.5655C1.48612 10.9816 1.25001 11.4388 1.25 12C1.25001 12.5611 1.48613 13.0183 1.80359 13.4344C2.10095 13.8242 2.53091 14.2541 3.03395 14.7571L3.06906 14.7922C3.40272 15.1258 3.56011 15.3422 3.64932 15.5464C3.73619 15.7453 3.78628 15.9971 3.78628 16.4479C3.78628 16.5347 3.7832 16.6442 3.77972 16.7679C3.7708 17.0849 3.75926 17.495 3.79029 17.8539C3.83569 18.3787 3.97933 19.0347 4.48139 19.5326C4.97961 20.0266 5.63287 20.1667 6.15443 20.2107C6.50997 20.2408 6.91703 20.2292 7.23179 20.2203C7.35581 20.2168 7.4655 20.2137 7.55206 20.2137C7.99328 20.2137 8.24126 20.2581 8.43645 20.3386C8.63147 20.4191 8.84006 20.5632 9.15424 20.8774C9.22132 20.9444 9.3097 21.0392 9.41166 21.1484C9.64161 21.3949 9.94071 21.7155 10.22 21.9596C10.6437 22.33 11.2516 22.75 12 22.75C12.7485 22.75 13.3563 22.33 13.7801 21.9596C14.0593 21.7155 14.3583 21.3951 14.5882 21.1486C14.6902 21.0392 14.7787 20.9445 14.8458 20.8773C15.1599 20.5632 15.3685 20.4191 15.5635 20.3386C15.7587 20.2581 16.0067 20.2137 16.4479 20.2137C16.5345 20.2137 16.6442 20.2168 16.7682 20.2203C17.083 20.2292 17.49 20.2408 17.8456 20.2107C18.3671 20.1667 19.0204 20.0266 19.5186 19.5326C20.0207 19.0347 20.1643 18.3787 20.2097 17.8539C20.2407 17.495 20.2292 17.0849 20.2203 16.7679C20.2168 16.6443 20.2137 16.5346 20.2137 16.4479C20.2137 15.9971 20.2638 15.7453 20.3507 15.5464C20.4399 15.3422 20.5973 15.1258 20.9309 14.7922L20.9661 14.7571C21.4691 14.2541 21.8991 13.8242 22.1964 13.4344C22.5139 13.0183 22.75 12.5611 22.75 12C22.75 11.4388 22.5139 10.9816 22.1964 10.5655C21.8991 10.1759 21.4693 9.74607 20.9664 9.24322L20.931 9.20784C20.5973 8.87416 20.4399 8.65779 20.3507 8.45354C20.2638 8.25468 20.2137 8.00288 20.2137 7.55206C20.2137 7.46534 20.2168 7.35593 20.2203 7.23236C20.2292 6.91533 20.2407 6.50496 20.2097 6.14615C20.1922 5.94375 20.1601 5.72185 20.0985 5.49704L12.7434 13.6691C12.5599 13.873 12.3007 13.9925 12.0264 13.9997C11.7522 14.0069 11.487 13.9012 11.293 13.7072L7.79304 10.2072C7.40252 9.81667 7.40252 9.1835 7.79304 8.79298C8.18357 8.40245 8.81673 8.40245 9.20726 8.79298L11.962 11.5477L18.7664 3.98744C18.4512 3.86543 18.129 3.81314 17.8456 3.78921C17.49 3.75919 17.083 3.77072 16.7682 3.77964C16.6442 3.78315 16.5345 3.78626 16.4479 3.78626C15.7553 3.78626 15.3067 3.58361 14.7922 3.06904L14.7568 3.03368C14.2539 2.53075 13.8241 2.10089 13.4344 1.80358C13.0184 1.48611 12.5612 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0977 5.49696L21.7429 3.66898C22.1124 3.25848 22.0791 2.62619 21.6686 2.25672C21.2581 1.88726 20.6258 1.92053 20.2564 2.33103L18.7656 3.98737C19.0305 4.08993 19.2904 4.24175 19.5179 4.46739C19.8264 4.77326 19.9995 5.13881 20.0977 5.49696Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-checkmark-badge-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.8609 3.79058C17.8557 3.79012 17.8504 3.78966 17.8451 3.78921C17.4896 3.75919 17.0825 3.77072 16.7677 3.77964C16.6437 3.78315 16.534 3.78626 16.4474 3.78626C15.7548 3.78626 15.3063 3.58361 14.7917 3.06904L14.7563 3.03368C14.2535 2.53075 13.8236 2.10089 13.434 1.80358C13.0179 1.48611 12.5607 1.25 11.9995 1.25C11.4384 1.25 10.9811 1.48611 10.5651 1.80358C10.1754 2.10089 9.74557 2.53075 9.2427 3.03367L9.20733 3.06904C8.69267 3.5837 8.244 3.78626 7.55159 3.78626C7.46482 3.78626 7.35531 3.78318 7.23163 3.7797C6.9146 3.77078 6.50448 3.75924 6.14566 3.79027C5.6208 3.83566 4.96483 3.97929 4.46697 4.48134C3.97291 4.97955 3.83278 5.63282 3.78875 6.15439C3.75873 6.50995 3.77026 6.91701 3.77917 7.23178C3.78268 7.35578 3.78579 7.46549 3.78579 7.55206C3.78579 8.24448 3.58322 8.69315 3.06853 9.20784L3.03318 9.24319C2.53026 9.74606 2.1004 10.1759 1.80309 10.5655C1.48563 10.9816 1.24952 11.4388 1.24951 12C1.24953 12.5611 1.48564 13.0183 1.8031 13.4344C2.10046 13.8242 2.53042 14.2541 3.03346 14.7571L3.06857 14.7922C3.40223 15.1258 3.55963 15.3422 3.64884 15.5464C3.7357 15.7453 3.78579 15.9971 3.78579 16.4479C3.78579 16.5347 3.78271 16.6442 3.77923 16.7679C3.77031 17.0849 3.75877 17.495 3.78981 17.8539C3.8352 18.3787 3.97884 19.0347 4.48091 19.5326C4.97912 20.0266 5.63238 20.1667 6.15394 20.2107C6.50949 20.2408 6.91654 20.2292 7.2313 20.2203C7.35532 20.2168 7.46501 20.2137 7.55158 20.2137C7.99279 20.2137 8.24077 20.2581 8.43597 20.3386C8.63098 20.4191 8.83957 20.5632 9.15375 20.8774C9.2208 20.9444 9.30914 21.0391 9.41105 21.1483C9.641 21.3948 9.94022 21.7155 10.2195 21.9596C10.6432 22.33 11.2511 22.75 11.9995 22.75C12.748 22.75 13.3558 22.33 13.7796 21.9596C14.0588 21.7155 14.3578 21.3951 14.5877 21.1486C14.6897 21.0392 14.7782 20.9445 14.8453 20.8773C15.1595 20.5632 15.368 20.4191 15.5631 20.3386C15.7583 20.2581 16.0062 20.2137 16.4474 20.2137C16.534 20.2137 16.6437 20.2168 16.7677 20.2203C17.0825 20.2292 17.4895 20.2408 17.8451 20.2107C18.3666 20.1667 19.0199 20.0266 19.5181 19.5326C20.0202 19.0347 20.1638 18.3787 20.2092 17.8539C20.2403 17.495 20.2287 17.0849 20.2198 16.7679C20.2163 16.6443 20.2132 16.5346 20.2132 16.4479C20.2132 15.9971 20.2633 15.7453 20.3502 15.5464C20.4394 15.3422 20.5968 15.1258 20.9305 14.7922L20.9656 14.7571C21.4686 14.2541 21.8986 13.8242 22.1959 13.4344C22.5134 13.0183 22.7495 12.5611 22.7495 12C22.7495 11.4388 22.5134 10.9816 22.1959 10.5655C21.8986 10.1759 21.4688 9.74607 20.9659 9.24322L20.9305 9.20784C20.5968 8.87416 20.4394 8.65779 20.3502 8.45354C20.2633 8.25468 20.2132 8.00288 20.2132 7.55206C20.2132 7.46534 20.2163 7.35593 20.2198 7.23236C20.2287 6.91533 20.2403 6.50496 20.2092 6.14615C20.1718 5.71318 20.0675 5.191 19.7503 4.74195C19.5255 4.95243 19.2999 5.17598 19.0742 5.41127C17.9564 6.57656 16.8953 7.96605 15.9719 9.31511C15.0504 10.6612 14.2784 11.949 13.7363 12.9012C13.4461 13.411 13.163 13.9251 12.8945 14.4466L12.8923 14.4509C12.7175 14.7963 12.3586 15.0107 11.9716 14.9999C11.5846 14.989 11.2386 14.7558 11.0834 14.4011C10.2768 12.5573 9.41111 11.828 8.86715 11.5335C8.44891 11.307 8.16535 11.302 8.10895 11.3025L8.10297 11.3026C7.5683 11.3585 7.08218 10.9799 7.00882 10.4434C6.93399 9.89626 7.31877 9.39176 7.86596 9.31693C8.53579 9.23653 9.23813 9.45992 9.81954 9.77477C10.5266 10.1577 11.2894 10.8129 12.0054 11.8992C12.5659 10.9151 13.3646 9.5833 14.3215 8.18542C15.2804 6.78448 16.4105 5.29897 17.6309 4.02675C17.707 3.94743 17.7837 3.86867 17.8609 3.79058Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3748 2.92721C22.8867 2.72 23.1338 2.13701 22.9266 1.62507C22.7193 1.11313 22.1364 0.866105 21.6244 1.07332C20.2878 1.61432 19.0107 2.62857 17.861 3.79058C18.3799 3.83612 19.025 3.97837 19.5182 4.46747C19.6061 4.55463 19.683 4.64664 19.7503 4.74195C20.6509 3.89883 21.5392 3.26542 22.3748 2.92721Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.8609 3.79058C17.8557 3.79012 17.8504 3.78966 17.8451 3.78921C17.4896 3.75919 17.0825 3.77072 16.7677 3.77964C16.6437 3.78315 16.534 3.78626 16.4474 3.78626C15.7548 3.78626 15.3063 3.58361 14.7917 3.06904L14.7563 3.03368C14.2535 2.53075 13.8236 2.10089 13.434 1.80358C13.0179 1.48611 12.5607 1.25 11.9995 1.25C11.4384 1.25 10.9811 1.48611 10.5651 1.80358C10.1754 2.10089 9.74557 2.53075 9.2427 3.03367L9.20733 3.06904C8.69267 3.5837 8.244 3.78626 7.55159 3.78626C7.46482 3.78626 7.35531 3.78318 7.23163 3.7797C6.9146 3.77078 6.50448 3.75924 6.14566 3.79027C5.6208 3.83566 4.96483 3.97929 4.46697 4.48134C3.97291 4.97955 3.83278 5.63282 3.78875 6.15439C3.75873 6.50995 3.77026 6.91701 3.77917 7.23178C3.78268 7.35578 3.78579 7.46549 3.78579 7.55206C3.78579 8.24448 3.58322 8.69315 3.06853 9.20784L3.03318 9.24319C2.53026 9.74606 2.1004 10.1759 1.80309 10.5655C1.48563 10.9816 1.24952 11.4388 1.24951 12C1.24953 12.5611 1.48564 13.0183 1.8031 13.4344C2.10046 13.8242 2.53042 14.2541 3.03346 14.7571L3.06857 14.7922C3.40223 15.1258 3.55963 15.3422 3.64884 15.5464C3.7357 15.7453 3.78579 15.9971 3.78579 16.4479C3.78579 16.5347 3.78271 16.6442 3.77923 16.7679C3.77031 17.0849 3.75877 17.495 3.78981 17.8539C3.8352 18.3787 3.97884 19.0347 4.48091 19.5326C4.97912 20.0266 5.63238 20.1667 6.15394 20.2107C6.50949 20.2408 6.91654 20.2292 7.2313 20.2203C7.35532 20.2168 7.46501 20.2137 7.55158 20.2137C7.99279 20.2137 8.24077 20.2581 8.43597 20.3386C8.63098 20.4191 8.83957 20.5632 9.15375 20.8774C9.2208 20.9444 9.30914 21.0391 9.41105 21.1483C9.641 21.3948 9.94022 21.7155 10.2195 21.9596C10.6432 22.33 11.2511 22.75 11.9995 22.75C12.748 22.75 13.3558 22.33 13.7796 21.9596C14.0588 21.7155 14.3578 21.3951 14.5877 21.1486C14.6897 21.0392 14.7782 20.9445 14.8453 20.8773C15.1595 20.5632 15.368 20.4191 15.5631 20.3386C15.7583 20.2581 16.0062 20.2137 16.4474 20.2137C16.534 20.2137 16.6437 20.2168 16.7677 20.2203C17.0825 20.2292 17.4895 20.2408 17.8451 20.2107C18.3666 20.1667 19.0199 20.0266 19.5181 19.5326C20.0202 19.0347 20.1638 18.3787 20.2092 17.8539C20.2403 17.495 20.2287 17.0849 20.2198 16.7679C20.2163 16.6443 20.2132 16.5346 20.2132 16.4479C20.2132 15.9971 20.2633 15.7453 20.3502 15.5464C20.4394 15.3422 20.5968 15.1258 20.9305 14.7922L20.9656 14.7571C21.4686 14.2541 21.8986 13.8242 22.1959 13.4344C22.5134 13.0183 22.7495 12.5611 22.7495 12C22.7495 11.4388 22.5134 10.9816 22.1959 10.5655C21.8986 10.1759 21.4688 9.74607 20.9659 9.24322L20.9305 9.20784C20.5968 8.87416 20.4394 8.65779 20.3502 8.45354C20.2633 8.25468 20.2132 8.00288 20.2132 7.55206C20.2132 7.46534 20.2163 7.35593 20.2198 7.23236C20.2287 6.91533 20.2403 6.50496 20.2092 6.14615C20.1718 5.71318 20.0675 5.191 19.7503 4.74195C19.5255 4.95243 19.2999 5.17598 19.0742 5.41127C17.9564 6.57656 16.8953 7.96605 15.9719 9.31511C15.0504 10.6612 14.2784 11.949 13.7363 12.9012C13.4461 13.411 13.163 13.9251 12.8945 14.4466L12.8923 14.4509C12.7175 14.7963 12.3586 15.0107 11.9716 14.9999C11.5846 14.989 11.2386 14.7558 11.0834 14.4011C10.2768 12.5573 9.41111 11.828 8.86715 11.5335C8.44891 11.307 8.16535 11.302 8.10895 11.3025L8.10297 11.3026C7.5683 11.3585 7.08218 10.9799 7.00882 10.4434C6.93399 9.89626 7.31877 9.39176 7.86596 9.31693C8.53579 9.23653 9.23813 9.45992 9.81954 9.77477C10.5266 10.1577 11.2894 10.8129 12.0054 11.8992C12.5659 10.9151 13.3646 9.5833 14.3215 8.18542C15.2804 6.78448 16.4105 5.29897 17.6309 4.02675C17.707 3.94743 17.7837 3.86867 17.8609 3.79058Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3748 2.92721C22.8867 2.72 23.1338 2.13701 22.9266 1.62507C22.7193 1.11313 22.1364 0.866105 21.6244 1.07332C20.2878 1.61432 19.0107 2.62857 17.861 3.79058C18.3799 3.83612 19.025 3.97837 19.5182 4.46747C19.6061 4.55463 19.683 4.64664 19.7503 4.74195C20.6509 3.89883 21.5392 3.26542 22.3748 2.92721Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-checkmark-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM16.48 9.37756C16.9645 9.11257 17.1425 8.50493 16.8775 8.02038C16.6125 7.53582 16.0049 7.35782 15.5204 7.62282C13.6917 8.62286 12.1796 10.5529 11.1629 12.1096C10.7872 12.685 10.4662 13.2297 10.2094 13.6911C9.96984 13.4587 9.73258 13.257 9.52038 13.0892C9.2427 12.8697 8.99282 12.6965 8.81063 12.5772L8.49559 12.3815C8.01585 12.1079 7.40513 12.275 7.13152 12.7548C6.85797 13.2344 7.02493 13.8449 7.50442 14.1187L7.71471 14.2502C7.85752 14.3437 8.05764 14.4823 8.27997 14.6581C8.73753 15.0198 9.23126 15.494 9.54198 16.0135C9.73267 16.3323 10.0844 16.5191 10.4553 16.4987C10.8261 16.4782 11.1551 16.2536 11.3096 15.9159L11.4079 15.7105C11.4756 15.5721 11.577 15.3697 11.709 15.1204C11.9735 14.6207 12.3581 13.9372 12.8374 13.2032C13.8208 11.6975 15.1086 10.1275 16.48 9.37756Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM16.48 9.37756C16.9645 9.11257 17.1425 8.50493 16.8775 8.02038C16.6125 7.53582 16.0049 7.35782 15.5204 7.62282C13.6917 8.62286 12.1796 10.5529 11.1629 12.1096C10.7872 12.685 10.4662 13.2297 10.2094 13.6911C9.96984 13.4587 9.73258 13.257 9.52038 13.0892C9.2427 12.8697 8.99282 12.6965 8.81063 12.5772L8.49559 12.3815C8.01585 12.1079 7.40513 12.275 7.13152 12.7548C6.85797 13.2344 7.02493 13.8449 7.50442 14.1187L7.71471 14.2502C7.85752 14.3437 8.05764 14.4823 8.27997 14.6581C8.73753 15.0198 9.23126 15.494 9.54198 16.0135C9.73267 16.3323 10.0844 16.5191 10.4553 16.4987C10.8261 16.4782 11.1551 16.2536 11.3096 15.9159L11.4079 15.7105C11.4756 15.5721 11.577 15.3697 11.709 15.1204C11.9735 14.6207 12.3581 13.9372 12.8374 13.2032C13.8208 11.6975 15.1086 10.1275 16.48 9.37756Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-checkmark-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12ZM16.6757 8.26285C17.0828 8.63604 17.1103 9.26861 16.7372 9.67573L11.2372 15.6757C11.0528 15.8768 10.7944 15.9938 10.5217 15.9998C10.249 16.0057 9.98576 15.9 9.79289 15.7071L7.29289 13.2071C6.90237 12.8166 6.90237 12.1834 7.29289 11.7929C7.68342 11.4024 8.31658 11.4024 8.70711 11.7929L10.4686 13.5544L15.2628 8.32428C15.636 7.91716 16.2686 7.88966 16.6757 8.26285Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12ZM16.6757 8.26285C17.0828 8.63604 17.1103 9.26861 16.7372 9.67573L11.2372 15.6757C11.0528 15.8768 10.7944 15.9938 10.5217 15.9998C10.249 16.0057 9.98576 15.9 9.79289 15.7071L7.29289 13.2071C6.90237 12.8166 6.90237 12.1834 7.29289 11.7929C7.68342 11.4024 8.31658 11.4024 8.70711 11.7929L10.4686 13.5544L15.2628 8.32428C15.636 7.91716 16.2686 7.88966 16.6757 8.26285Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-checkmark-circle-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.24976 12C1.24976 17.9371 6.06269 22.75 11.9998 22.75C17.9368 22.75 22.7498 17.9371 22.7498 12C22.7498 9.8896 22.1416 7.92124 21.091 6.26059C20.9464 6.03196 20.8741 5.91764 20.7454 5.8937C20.6167 5.86977 20.5076 5.95084 20.2893 6.11299C19.8486 6.4403 19.4009 6.81512 18.9511 7.22836C17.7863 8.29853 16.6639 9.57355 15.6791 10.8102C14.6963 12.0444 13.8629 13.2249 13.2748 14.0976C12.9812 14.5335 12.7496 14.8912 12.5921 15.1389C12.5134 15.2627 12.4533 15.3589 12.4132 15.4235L12.3684 15.4961L12.3576 15.5137L12.3552 15.5177C12.1715 15.8205 11.8409 16.0043 11.4868 15.9997C11.1326 15.9951 10.8073 15.8035 10.6315 15.4959C9.68228 13.8348 8.89812 13.0868 8.42629 12.7565C8.19183 12.5924 8.03233 12.5297 7.96218 12.5074C7.95798 12.5061 7.95589 12.5054 7.94795 12.5033C7.94095 12.5015 7.92922 12.499 7.92209 12.4978C7.914 12.4965 7.90538 12.4955 7.88812 12.4936C7.38838 12.4381 6.99976 12.0143 6.99976 11.4998C6.99976 10.9475 7.44747 10.4998 7.99976 10.4998C8.07878 10.491 8.30318 10.4991 8.56858 10.6015C8.84218 10.6886 9.18268 10.8447 9.57322 11.1181C10.1025 11.4886 10.7187 12.0707 11.3893 12.9838C11.446 13.061 11.5627 13.0595 11.6162 12.9801C12.2249 12.0767 13.09 10.851 14.1145 9.56435C15.1371 8.28019 16.3308 6.91979 17.598 5.75558C18.007 5.37986 18.4297 5.01882 18.8626 4.68463C19.1387 4.47152 19.2768 4.36496 19.2797 4.22139C19.2827 4.07781 19.1578 3.97299 18.9081 3.76333C17.0398 2.19471 14.6301 1.25 11.9998 1.25C6.06269 1.25 1.24976 6.06294 1.24976 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.24976 12C1.24976 17.9371 6.06269 22.75 11.9998 22.75C17.9368 22.75 22.7498 17.9371 22.7498 12C22.7498 9.8896 22.1416 7.92124 21.091 6.26059C20.9464 6.03196 20.8741 5.91764 20.7454 5.8937C20.6167 5.86977 20.5076 5.95084 20.2893 6.11299C19.8486 6.4403 19.4009 6.81512 18.9511 7.22836C17.7863 8.29853 16.6639 9.57355 15.6791 10.8102C14.6963 12.0444 13.8629 13.2249 13.2748 14.0976C12.9812 14.5335 12.7496 14.8912 12.5921 15.1389C12.5134 15.2627 12.4533 15.3589 12.4132 15.4235L12.3684 15.4961L12.3576 15.5137L12.3552 15.5177C12.1715 15.8205 11.8409 16.0043 11.4868 15.9997C11.1326 15.9951 10.8073 15.8035 10.6315 15.4959C9.68228 13.8348 8.89812 13.0868 8.42629 12.7565C8.19183 12.5924 8.03233 12.5297 7.96218 12.5074C7.95798 12.5061 7.95589 12.5054 7.94795 12.5033C7.94095 12.5015 7.92922 12.499 7.92209 12.4978C7.914 12.4965 7.90538 12.4955 7.88812 12.4936C7.38838 12.4381 6.99976 12.0143 6.99976 11.4998C6.99976 10.9475 7.44747 10.4998 7.99976 10.4998C8.07878 10.491 8.30318 10.4991 8.56858 10.6015C8.84218 10.6886 9.18268 10.8447 9.57322 11.1181C10.1025 11.4886 10.7187 12.0707 11.3893 12.9838C11.446 13.061 11.5627 13.0595 11.6162 12.9801C12.2249 12.0767 13.09 10.851 14.1145 9.56435C15.1371 8.28019 16.3308 6.91979 17.598 5.75558C18.007 5.37986 18.4297 5.01882 18.8626 4.68463C19.1387 4.47152 19.2768 4.36496 19.2797 4.22139C19.2827 4.07781 19.1578 3.97299 18.9081 3.76333C17.0398 2.19471 14.6301 1.25 11.9998 1.25C6.06269 1.25 1.24976 6.06294 1.24976 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-checkmark-circle-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 9.94317 22.1724 8.02126 21.1704 6.38765C20.9949 6.1015 20.9072 5.95843 20.7574 5.94471C20.6077 5.931 20.4909 6.0607 20.2575 6.32012L12.7433 14.669C12.5598 14.8729 12.3005 14.9925 12.0263 14.9997C11.752 15.0069 11.4869 14.9011 11.2929 14.7071L7.79289 11.2071C7.40237 10.8166 7.40237 10.1834 7.79289 9.7929C8.18342 9.40238 8.81658 9.40238 9.20711 9.7929L11.5146 12.1004C11.7245 12.3103 11.8294 12.4152 11.9582 12.4118C12.0871 12.4084 12.1864 12.2981 12.3849 12.0776L19.0502 4.67182C19.236 4.46545 19.3288 4.36227 19.3208 4.2363C19.3128 4.11034 19.2115 4.02317 19.0089 3.84882C17.1269 2.22909 14.6778 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 9.94317 22.1724 8.02126 21.1704 6.38765C20.9949 6.1015 20.9072 5.95843 20.7574 5.94471C20.6077 5.931 20.4909 6.0607 20.2575 6.32012L12.7433 14.669C12.5598 14.8729 12.3005 14.9925 12.0263 14.9997C11.752 15.0069 11.4869 14.9011 11.2929 14.7071L7.79289 11.2071C7.40237 10.8166 7.40237 10.1834 7.79289 9.7929C8.18342 9.40238 8.81658 9.40238 9.20711 9.7929L11.5146 12.1004C11.7245 12.3103 11.8294 12.4152 11.9582 12.4118C12.0871 12.4084 12.1864 12.2981 12.3849 12.0776L19.0502 4.67182C19.236 4.46545 19.3288 4.36227 19.3208 4.2363C19.3128 4.11034 19.2115 4.02317 19.0089 3.84882C17.1269 2.22909 14.6778 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-checkmark-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM16.8775 8.02038C17.1425 8.50493 16.9645 9.11257 16.48 9.37756C15.1086 10.1275 13.8208 11.6975 12.8374 13.2032C12.3581 13.9372 11.9735 14.6207 11.709 15.1204C11.577 15.3697 11.4756 15.5721 11.4079 15.7105L11.3096 15.9159C11.1551 16.2536 10.8261 16.4782 10.4553 16.4987C10.0844 16.5191 9.73267 16.3323 9.54198 16.0135C9.23126 15.494 8.73753 15.0198 8.27997 14.6581C8.05764 14.4823 7.85752 14.3437 7.71471 14.2502L7.50442 14.1187C7.02493 13.8449 6.85797 13.2344 7.13152 12.7548C7.40513 12.275 8.01585 12.1079 8.49559 12.3815L8.81063 12.5772C8.99282 12.6965 9.2427 12.8697 9.52038 13.0892C9.73258 13.257 9.96984 13.4587 10.2094 13.6911C10.4662 13.2297 10.7872 12.685 11.1629 12.1096C12.1796 10.5529 13.6917 8.62286 15.5204 7.62282C16.0049 7.35782 16.6125 7.53582 16.8775 8.02038Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM16.8775 8.02038C17.1425 8.50493 16.9645 9.11257 16.48 9.37756C15.1086 10.1275 13.8208 11.6975 12.8374 13.2032C12.3581 13.9372 11.9735 14.6207 11.709 15.1204C11.577 15.3697 11.4756 15.5721 11.4079 15.7105L11.3096 15.9159C11.1551 16.2536 10.8261 16.4782 10.4553 16.4987C10.0844 16.5191 9.73267 16.3323 9.54198 16.0135C9.23126 15.494 8.73753 15.0198 8.27997 14.6581C8.05764 14.4823 7.85752 14.3437 7.71471 14.2502L7.50442 14.1187C7.02493 13.8449 6.85797 13.2344 7.13152 12.7548C7.40513 12.275 8.01585 12.1079 8.49559 12.3815L8.81063 12.5772C8.99282 12.6965 9.2427 12.8697 9.52038 13.0892C9.73258 13.257 9.96984 13.4587 10.2094 13.6911C10.4662 13.2297 10.7872 12.685 11.1629 12.1096C12.1796 10.5529 13.6917 8.62286 15.5204 7.62282C16.0049 7.35782 16.6125 7.53582 16.8775 8.02038Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-checkmark-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM16.6757 8.26285C17.0828 8.63604 17.1103 9.26861 16.7372 9.67573L11.2372 15.6757C11.0528 15.8768 10.7944 15.9938 10.5217 15.9998C10.249 16.0057 9.98576 15.9 9.79289 15.7071L7.29289 13.2071C6.90237 12.8166 6.90237 12.1834 7.29289 11.7929C7.68342 11.4024 8.31658 11.4024 8.70711 11.7929L10.4686 13.5544L15.2628 8.32428C15.636 7.91716 16.2686 7.88966 16.6757 8.26285Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM16.6757 8.26285C17.0828 8.63604 17.1103 9.26861 16.7372 9.67573L11.2372 15.6757C11.0528 15.8768 10.7944 15.9938 10.5217 15.9998C10.249 16.0057 9.98576 15.9 9.79289 15.7071L7.29289 13.2071C6.90237 12.8166 6.90237 12.1834 7.29289 11.7929C7.68342 11.4024 8.31658 11.4024 8.70711 11.7929L10.4686 13.5544L15.2628 8.32428C15.636 7.91716 16.2686 7.88966 16.6757 8.26285Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-checkmark-square-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.1439 2.04244 18.8719 2.22803 19.5072 2.54678C19.8582 2.72284 20.0336 2.81087 20.0404 2.98797C20.0473 3.16506 19.8541 3.28144 19.4677 3.51419C18.569 4.0556 17.7091 4.75787 16.9121 5.51948C15.6891 6.68815 14.5566 8.05277 13.5958 9.33946C12.633 10.6288 11.8301 11.8568 11.2681 12.7618C11.2443 12.8002 11.189 12.802 11.1624 12.7655C10.4829 11.8344 9.85878 11.2433 9.32346 10.8685C8.93292 10.5952 8.59243 10.4391 8.31883 10.352C8.14597 10.2893 7.86759 10.2581 7.75 10.2503C7.19772 10.2503 6.75 10.698 6.75 11.2503C6.75 11.7648 7.13862 12.1886 7.63836 12.2441C7.65562 12.246 7.66425 12.247 7.67233 12.2483C7.67946 12.2495 7.6912 12.252 7.6982 12.2538C7.70613 12.2559 7.70823 12.2566 7.71242 12.2579C7.78257 12.2802 7.94208 12.3429 8.17654 12.507C8.64836 12.8373 9.43252 13.5852 10.3818 15.2464C10.5611 15.5603 10.8959 15.7529 11.2574 15.7502C11.6189 15.7476 11.9511 15.5493 12.1258 15.2329L12.1279 15.2291L12.1376 15.2117L12.1783 15.1395C12.2147 15.0752 12.2694 14.9793 12.3413 14.8559C12.485 14.6089 12.697 14.2519 12.9672 13.8169C13.5081 12.9458 14.2787 11.7676 15.1983 10.5361C16.1199 9.30194 17.1786 8.03114 18.2938 6.96544C19.22 6.08043 20.147 5.37393 21.0323 4.934C21.2656 4.8181 21.3822 4.76014 21.5089 4.81347C21.6357 4.86679 21.6756 4.99008 21.7554 5.23666C21.8992 5.68108 21.9989 6.16395 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75213 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.1439 2.04244 18.8719 2.22803 19.5072 2.54678C19.8582 2.72284 20.0336 2.81087 20.0404 2.98797C20.0473 3.16506 19.8541 3.28144 19.4677 3.51419C18.569 4.0556 17.7091 4.75787 16.9121 5.51948C15.6891 6.68815 14.5566 8.05277 13.5958 9.33946C12.633 10.6288 11.8301 11.8568 11.2681 12.7618C11.2443 12.8002 11.189 12.802 11.1624 12.7655C10.4829 11.8344 9.85878 11.2433 9.32346 10.8685C8.93292 10.5952 8.59243 10.4391 8.31883 10.352C8.14597 10.2893 7.86759 10.2581 7.75 10.2503C7.19772 10.2503 6.75 10.698 6.75 11.2503C6.75 11.7648 7.13862 12.1886 7.63836 12.2441C7.65562 12.246 7.66425 12.247 7.67233 12.2483C7.67946 12.2495 7.6912 12.252 7.6982 12.2538C7.70613 12.2559 7.70823 12.2566 7.71242 12.2579C7.78257 12.2802 7.94208 12.3429 8.17654 12.507C8.64836 12.8373 9.43252 13.5852 10.3818 15.2464C10.5611 15.5603 10.8959 15.7529 11.2574 15.7502C11.6189 15.7476 11.9511 15.5493 12.1258 15.2329L12.1279 15.2291L12.1376 15.2117L12.1783 15.1395C12.2147 15.0752 12.2694 14.9793 12.3413 14.8559C12.485 14.6089 12.697 14.2519 12.9672 13.8169C13.5081 12.9458 14.2787 11.7676 15.1983 10.5361C16.1199 9.30194 17.1786 8.03114 18.2938 6.96544C19.22 6.08043 20.147 5.37393 21.0323 4.934C21.2656 4.8181 21.3822 4.76014 21.5089 4.81347C21.6357 4.86679 21.6756 4.99008 21.7554 5.23666C21.8992 5.68108 21.9989 6.16395 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75213 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-checkmark-square-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0569 1.75C14.2476 1.74999 15.9683 1.74998 17.3117 1.93059C18.183 2.04773 18.9403 2.24575 19.5965 2.59288C19.8511 2.72757 19.9784 2.79492 20.004 2.93916C20.0296 3.0834 19.9242 3.2005 19.7134 3.43471L12.3846 11.5776C12.1861 11.7981 12.0869 11.9084 11.958 11.9118C11.8291 11.9152 11.7242 11.8103 11.5144 11.6004L9.20686 9.2929C8.81634 8.90238 8.18317 8.90238 7.79265 9.2929C7.40212 9.68343 7.40212 10.3166 7.79265 10.7071L11.2926 14.2071C11.4866 14.4011 11.7518 14.5069 12.026 14.4997C12.3003 14.4925 12.5595 14.3729 12.743 14.169L20.8646 5.14523C21.1347 4.84518 21.2697 4.69515 21.4402 4.73255C21.6107 4.76994 21.6663 4.94912 21.7776 5.30748C21.9094 5.73226 22.0024 6.19165 22.0692 6.68802C22.2498 8.03144 22.2498 9.75214 22.2498 11.9428V12.0572C22.2498 14.2479 22.2498 15.9686 22.0692 17.312C21.8841 18.6886 21.497 19.7809 20.6388 20.6391C19.7806 21.4973 18.6884 21.8843 17.3117 22.0694C15.9683 22.25 14.2476 22.25 12.0569 22.25H11.9426C9.75186 22.25 8.03119 22.25 6.68778 22.0694C5.31112 21.8843 4.21887 21.4973 3.36067 20.6391C2.50247 19.7809 2.11544 18.6886 1.93035 17.312C1.74973 15.9686 1.74974 14.2479 1.74976 12.0572V11.9428C1.74974 9.75213 1.74973 8.03144 1.93035 6.68802C2.11544 5.31137 2.50247 4.21911 3.36067 3.36091C4.21887 2.50272 5.31112 2.11568 6.68778 1.93059C8.03119 1.74998 9.75187 1.74999 11.9426 1.75H12.0569Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0569 1.75C14.2476 1.74999 15.9683 1.74998 17.3117 1.93059C18.183 2.04773 18.9403 2.24575 19.5965 2.59288C19.8511 2.72757 19.9784 2.79492 20.004 2.93916C20.0296 3.0834 19.9242 3.2005 19.7134 3.43471L12.3846 11.5776C12.1861 11.7981 12.0869 11.9084 11.958 11.9118C11.8291 11.9152 11.7242 11.8103 11.5144 11.6004L9.20686 9.2929C8.81634 8.90238 8.18317 8.90238 7.79265 9.2929C7.40212 9.68343 7.40212 10.3166 7.79265 10.7071L11.2926 14.2071C11.4866 14.4011 11.7518 14.5069 12.026 14.4997C12.3003 14.4925 12.5595 14.3729 12.743 14.169L20.8646 5.14523C21.1347 4.84518 21.2697 4.69515 21.4402 4.73255C21.6107 4.76994 21.6663 4.94912 21.7776 5.30748C21.9094 5.73226 22.0024 6.19165 22.0692 6.68802C22.2498 8.03144 22.2498 9.75214 22.2498 11.9428V12.0572C22.2498 14.2479 22.2498 15.9686 22.0692 17.312C21.8841 18.6886 21.497 19.7809 20.6388 20.6391C19.7806 21.4973 18.6884 21.8843 17.3117 22.0694C15.9683 22.25 14.2476 22.25 12.0569 22.25H11.9426C9.75186 22.25 8.03119 22.25 6.68778 22.0694C5.31112 21.8843 4.21887 21.4973 3.36067 20.6391C2.50247 19.7809 2.11544 18.6886 1.93035 17.312C1.74973 15.9686 1.74974 14.2479 1.74976 12.0572V11.9428C1.74974 9.75213 1.74973 8.03144 1.93035 6.68802C2.11544 5.31137 2.50247 4.21911 3.36067 3.36091C4.21887 2.50272 5.31112 2.11568 6.68778 1.93059C8.03119 1.74998 9.75187 1.74999 11.9426 1.75H12.0569Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-cloud-loading{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 13C1.25 10.217 3.22664 7.89643 5.853 7.36454C6.38731 4.45456 8.93585 2.25 12 2.25C15.3858 2.25 18.1428 4.94224 18.2469 8.30273C20.7927 8.66534 22.75 10.8541 22.75 13.5C22.75 16.3995 20.3995 18.75 17.5 18.75H7C3.82436 18.75 1.25 16.1756 1.25 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 20.75C5 20.1977 5.44772 19.75 6 19.75H8C8.55228 19.75 9 20.1977 9 20.75C9 21.3023 8.55228 21.75 8 21.75H6C5.44772 21.75 5 21.3023 5 20.75ZM10 20.75C10 20.1977 10.4477 19.75 11 19.75H13C13.5523 19.75 14 20.1977 14 20.75C14 21.3023 13.5523 21.75 13 21.75H11C10.4477 21.75 10 21.3023 10 20.75ZM15 20.75C15 20.1977 15.4477 19.75 16 19.75H18C18.5523 19.75 19 20.1977 19 20.75C19 21.3023 18.5523 21.75 18 21.75H16C15.4477 21.75 15 21.3023 15 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 13C1.25 10.217 3.22664 7.89643 5.853 7.36454C6.38731 4.45456 8.93585 2.25 12 2.25C15.3858 2.25 18.1428 4.94224 18.2469 8.30273C20.7927 8.66534 22.75 10.8541 22.75 13.5C22.75 16.3995 20.3995 18.75 17.5 18.75H7C3.82436 18.75 1.25 16.1756 1.25 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 20.75C5 20.1977 5.44772 19.75 6 19.75H8C8.55228 19.75 9 20.1977 9 20.75C9 21.3023 8.55228 21.75 8 21.75H6C5.44772 21.75 5 21.3023 5 20.75ZM10 20.75C10 20.1977 10.4477 19.75 11 19.75H13C13.5523 19.75 14 20.1977 14 20.75C14 21.3023 13.5523 21.75 13 21.75H11C10.4477 21.75 10 21.3023 10 20.75ZM15 20.75C15 20.1977 15.4477 19.75 16 19.75H18C18.5523 19.75 19 20.1977 19 20.75C19 21.3023 18.5523 21.75 18 21.75H16C15.4477 21.75 15 21.3023 15 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-cloud-saving-done-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9428 14.9159C18.1272 15.4365 17.8546 16.008 17.334 16.1924C16.8004 16.3814 16.1839 16.7883 15.5309 17.361C14.8882 17.9246 14.263 18.6016 13.7092 19.2654C13.1574 19.9269 12.6886 20.5606 12.3576 21.0296C12.1924 21.2636 11.9322 21.6539 11.8443 21.786C11.651 22.0901 11.3089 22.2669 10.949 22.2485C10.5891 22.23 10.2669 22.0194 10.1058 21.697C9.66507 20.8156 9.26975 20.4647 9.07048 20.3318C8.98616 20.2756 8.92919 20.2531 8.90656 20.2455C8.39817 20.1983 8.00018 19.7705 8.00018 19.2498C8.00018 18.6975 8.4479 18.2498 9.00018 18.2498C9.14081 18.2498 9.34357 18.29 9.44678 18.3195C9.65465 18.3789 9.90548 18.4848 10.1799 18.6677C10.4542 18.8506 10.7418 19.1034 11.0306 19.4492C11.3458 19.0185 11.7342 18.5108 12.1735 17.9842C12.7668 17.273 13.4652 16.5124 14.2122 15.8573C14.9488 15.2113 15.7882 14.6182 16.6663 14.3072C17.1869 14.1228 17.7584 14.3953 17.9428 14.9159Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.85343 6.86356C3.22706 7.39545 1.25043 9.71602 1.25043 12.499C1.25043 15.5779 3.6703 18.0916 6.71187 18.2419C7.09942 17.3631 7.97829 16.7497 9.00043 16.7497C9.33228 16.7497 9.68308 16.8269 9.8591 16.8771C10.1532 16.9612 10.4727 17.0927 10.8035 17.2883C10.8748 17.2007 10.9476 17.1123 11.0219 17.0232C11.6449 16.2765 12.3982 15.4532 13.2234 14.7295C14.0229 14.0283 15.0295 13.2956 16.1658 12.8931C17.4673 12.4322 18.896 13.1136 19.357 14.4151C19.8179 15.7166 19.1365 17.1453 17.835 17.6063C17.6061 17.6874 17.2564 17.886 16.805 18.249H17.5004C20.3999 18.249 22.7504 15.8985 22.7504 12.999C22.7504 10.3531 20.7931 8.16436 18.2474 7.80176C18.1432 4.44126 15.3862 1.74902 12.0004 1.74902C8.93628 1.74902 6.38774 3.95359 5.85343 6.86356Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9428 14.9159C18.1272 15.4365 17.8546 16.008 17.334 16.1924C16.8004 16.3814 16.1839 16.7883 15.5309 17.361C14.8882 17.9246 14.263 18.6016 13.7092 19.2654C13.1574 19.9269 12.6886 20.5606 12.3576 21.0296C12.1924 21.2636 11.9322 21.6539 11.8443 21.786C11.651 22.0901 11.3089 22.2669 10.949 22.2485C10.5891 22.23 10.2669 22.0194 10.1058 21.697C9.66507 20.8156 9.26975 20.4647 9.07048 20.3318C8.98616 20.2756 8.92919 20.2531 8.90656 20.2455C8.39817 20.1983 8.00018 19.7705 8.00018 19.2498C8.00018 18.6975 8.4479 18.2498 9.00018 18.2498C9.14081 18.2498 9.34357 18.29 9.44678 18.3195C9.65465 18.3789 9.90548 18.4848 10.1799 18.6677C10.4542 18.8506 10.7418 19.1034 11.0306 19.4492C11.3458 19.0185 11.7342 18.5108 12.1735 17.9842C12.7668 17.273 13.4652 16.5124 14.2122 15.8573C14.9488 15.2113 15.7882 14.6182 16.6663 14.3072C17.1869 14.1228 17.7584 14.3953 17.9428 14.9159Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.85343 6.86356C3.22706 7.39545 1.25043 9.71602 1.25043 12.499C1.25043 15.5779 3.6703 18.0916 6.71187 18.2419C7.09942 17.3631 7.97829 16.7497 9.00043 16.7497C9.33228 16.7497 9.68308 16.8269 9.8591 16.8771C10.1532 16.9612 10.4727 17.0927 10.8035 17.2883C10.8748 17.2007 10.9476 17.1123 11.0219 17.0232C11.6449 16.2765 12.3982 15.4532 13.2234 14.7295C14.0229 14.0283 15.0295 13.2956 16.1658 12.8931C17.4673 12.4322 18.896 13.1136 19.357 14.4151C19.8179 15.7166 19.1365 17.1453 17.835 17.6063C17.6061 17.6874 17.2564 17.886 16.805 18.249H17.5004C20.3999 18.249 22.7504 15.8985 22.7504 12.999C22.7504 10.3531 20.7931 8.16436 18.2474 7.80176C18.1432 4.44126 15.3862 1.74902 12.0004 1.74902C8.93628 1.74902 6.38774 3.95359 5.85343 6.86356Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-cloud-saving-done-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 11.25C8.82436 11.25 6.25 13.8244 6.25 17C6.25 20.1756 8.82436 22.75 12 22.75C15.1756 22.75 17.75 20.1756 17.75 17C17.75 13.8244 15.1756 11.25 12 11.25ZM14.022 16.5492C14.3867 16.3529 14.5232 15.898 14.3269 15.5333C14.1306 15.1686 13.6757 15.0321 13.311 15.2284C12.533 15.6473 11.891 16.4833 11.479 17.1069C11.425 17.1886 11.3736 17.2689 11.3249 17.3468C11.2758 17.3028 11.228 17.2623 11.1822 17.2251C11.0448 17.1139 10.8143 16.954 10.6561 16.8786C10.2823 16.7002 9.83462 16.8587 9.65627 17.2326C9.4792 17.6037 9.63414 18.0476 10.0022 18.2285C10.0445 18.2544 10.1573 18.3253 10.2382 18.3908C10.4001 18.522 10.6135 18.734 10.7981 19.0473C10.9388 19.2861 11.1996 19.4278 11.4764 19.4159C11.7531 19.404 12.0009 19.2402 12.1207 18.9906C12.148 18.9368 12.2276 18.7805 12.281 18.6826C12.3881 18.4861 12.5424 18.2185 12.7306 17.9337C13.1293 17.3301 13.5984 16.7772 14.022 16.5492Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.853 6.36454C3.22664 6.89643 1.25 9.21699 1.25 12C1.25 14.3794 2.69531 16.4213 4.75592 17.2956C4.75199 17.1976 4.75 17.099 4.75 17C4.75 12.9959 7.99594 9.75 12 9.75C16.0041 9.75 19.25 12.9959 19.25 17C19.25 17.1532 19.2452 17.3054 19.2359 17.4562C21.2823 16.7395 22.75 14.7912 22.75 12.5C22.75 9.85409 20.7927 7.66534 18.2469 7.30273C18.1428 3.94224 15.3858 1.25 12 1.25C8.93585 1.25 6.38731 3.45456 5.853 6.36454Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 11.25C8.82436 11.25 6.25 13.8244 6.25 17C6.25 20.1756 8.82436 22.75 12 22.75C15.1756 22.75 17.75 20.1756 17.75 17C17.75 13.8244 15.1756 11.25 12 11.25ZM14.022 16.5492C14.3867 16.3529 14.5232 15.898 14.3269 15.5333C14.1306 15.1686 13.6757 15.0321 13.311 15.2284C12.533 15.6473 11.891 16.4833 11.479 17.1069C11.425 17.1886 11.3736 17.2689 11.3249 17.3468C11.2758 17.3028 11.228 17.2623 11.1822 17.2251C11.0448 17.1139 10.8143 16.954 10.6561 16.8786C10.2823 16.7002 9.83462 16.8587 9.65627 17.2326C9.4792 17.6037 9.63414 18.0476 10.0022 18.2285C10.0445 18.2544 10.1573 18.3253 10.2382 18.3908C10.4001 18.522 10.6135 18.734 10.7981 19.0473C10.9388 19.2861 11.1996 19.4278 11.4764 19.4159C11.7531 19.404 12.0009 19.2402 12.1207 18.9906C12.148 18.9368 12.2276 18.7805 12.281 18.6826C12.3881 18.4861 12.5424 18.2185 12.7306 17.9337C13.1293 17.3301 13.5984 16.7772 14.022 16.5492Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.853 6.36454C3.22664 6.89643 1.25 9.21699 1.25 12C1.25 14.3794 2.69531 16.4213 4.75592 17.2956C4.75199 17.1976 4.75 17.099 4.75 17C4.75 12.9959 7.99594 9.75 12 9.75C16.0041 9.75 19.25 12.9959 19.25 17C19.25 17.1532 19.2452 17.3054 19.2359 17.4562C21.2823 16.7395 22.75 14.7912 22.75 12.5C22.75 9.85409 20.7927 7.66534 18.2469 7.30273C18.1428 3.94224 15.3858 1.25 12 1.25C8.93585 1.25 6.38731 3.45456 5.853 6.36454Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-credit-card-validation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.25C13.8244 1.25 11.25 3.82436 11.25 7C11.25 10.1756 13.8244 12.75 17 12.75C20.1756 12.75 22.75 10.1756 22.75 7C22.75 3.82436 20.1756 1.25 17 1.25ZM19.2504 6.20717C19.6408 6.06889 19.8453 5.64027 19.707 5.24982C19.5687 4.85937 19.1401 4.65495 18.7496 4.79323C18.2675 4.96399 17.8199 5.28384 17.4411 5.61601C17.0546 5.955 16.6963 6.34574 16.3947 6.70726C16.2485 6.88246 16.1135 7.05341 15.9928 7.21192C15.9046 7.12935 15.8162 7.05964 15.7285 7.00117C15.5696 6.89522 15.3292 6.7502 15 6.7502C14.5858 6.7502 14.25 7.08599 14.25 7.5002C14.25 7.87492 14.5248 8.18546 14.8839 8.24127C14.8875 8.2434 14.8917 8.24603 14.8965 8.24924C14.9522 8.28637 15.1237 8.42459 15.3292 8.83561C15.4501 9.07738 15.6917 9.2354 15.9616 9.24922C16.2315 9.26304 16.4882 9.13018 16.6332 8.90213C16.796 8.67148 17.276 7.9924 17.5465 7.66815C17.8184 7.34217 18.1219 7.01416 18.4302 6.74377C18.7463 6.46657 19.0266 6.28642 19.2504 6.20717Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.96187 5.25293C9.82345 5.81246 9.75 6.3976 9.75 6.99991C9.75 8.16842 10.0264 9.27236 10.5175 10.2499H1.3381C1.35223 10.0863 1.36861 9.92978 1.38763 9.78068C1.52932 8.66953 1.82681 7.76385 2.49298 7.01663C2.69068 6.79489 2.90811 6.59033 3.14263 6.40512C3.926 5.78646 4.86842 5.51271 6.03058 5.38144C7.06593 5.26448 8.35404 5.25388 9.96187 5.25293ZM11.5226 11.7499C12.8519 13.2814 14.8129 14.2499 17 14.2499C19.1871 14.2499 21.1481 13.2814 22.4774 11.7499H22.7345C22.75 12.4481 22.75 13.2209 22.75 14.0531C22.75 15.7771 22.75 17.143 22.6124 18.2225C22.4707 19.3336 22.1732 20.2393 21.507 20.9865C21.3093 21.2083 21.0919 21.4128 20.8574 21.598C20.074 22.2167 19.1316 22.4904 17.9694 22.6217C16.8308 22.7503 15.3865 22.7503 13.5475 22.7503H10.4525C8.61349 22.7503 7.16919 22.7503 6.03058 22.6217C4.86842 22.4904 3.926 22.2167 3.14263 21.598C2.90811 21.4128 2.69068 21.2083 2.49298 20.9865C1.82681 20.2393 1.52932 19.3336 1.38763 18.2225C1.24998 17.143 1.24999 15.7771 1.25 14.0531V14.0531V14.053C1.24999 13.2208 1.24999 12.4481 1.26547 11.7499H11.5226ZM9.25 18C9.25 17.5858 9.58579 17.25 10 17.25H11.5C11.9142 17.25 12.25 17.5858 12.25 18C12.25 18.4142 11.9142 18.75 11.5 18.75H10C9.58579 18.75 9.25 18.4142 9.25 18ZM14.5 17.25C14.0858 17.25 13.75 17.5858 13.75 18C13.75 18.4142 14.0858 18.75 14.5 18.75H18C18.4142 18.75 18.75 18.4142 18.75 18C18.75 17.5858 18.4142 17.25 18 17.25H14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.25C13.8244 1.25 11.25 3.82436 11.25 7C11.25 10.1756 13.8244 12.75 17 12.75C20.1756 12.75 22.75 10.1756 22.75 7C22.75 3.82436 20.1756 1.25 17 1.25ZM19.2504 6.20717C19.6408 6.06889 19.8453 5.64027 19.707 5.24982C19.5687 4.85937 19.1401 4.65495 18.7496 4.79323C18.2675 4.96399 17.8199 5.28384 17.4411 5.61601C17.0546 5.955 16.6963 6.34574 16.3947 6.70726C16.2485 6.88246 16.1135 7.05341 15.9928 7.21192C15.9046 7.12935 15.8162 7.05964 15.7285 7.00117C15.5696 6.89522 15.3292 6.7502 15 6.7502C14.5858 6.7502 14.25 7.08599 14.25 7.5002C14.25 7.87492 14.5248 8.18546 14.8839 8.24127C14.8875 8.2434 14.8917 8.24603 14.8965 8.24924C14.9522 8.28637 15.1237 8.42459 15.3292 8.83561C15.4501 9.07738 15.6917 9.2354 15.9616 9.24922C16.2315 9.26304 16.4882 9.13018 16.6332 8.90213C16.796 8.67148 17.276 7.9924 17.5465 7.66815C17.8184 7.34217 18.1219 7.01416 18.4302 6.74377C18.7463 6.46657 19.0266 6.28642 19.2504 6.20717Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.96187 5.25293C9.82345 5.81246 9.75 6.3976 9.75 6.99991C9.75 8.16842 10.0264 9.27236 10.5175 10.2499H1.3381C1.35223 10.0863 1.36861 9.92978 1.38763 9.78068C1.52932 8.66953 1.82681 7.76385 2.49298 7.01663C2.69068 6.79489 2.90811 6.59033 3.14263 6.40512C3.926 5.78646 4.86842 5.51271 6.03058 5.38144C7.06593 5.26448 8.35404 5.25388 9.96187 5.25293ZM11.5226 11.7499C12.8519 13.2814 14.8129 14.2499 17 14.2499C19.1871 14.2499 21.1481 13.2814 22.4774 11.7499H22.7345C22.75 12.4481 22.75 13.2209 22.75 14.0531C22.75 15.7771 22.75 17.143 22.6124 18.2225C22.4707 19.3336 22.1732 20.2393 21.507 20.9865C21.3093 21.2083 21.0919 21.4128 20.8574 21.598C20.074 22.2167 19.1316 22.4904 17.9694 22.6217C16.8308 22.7503 15.3865 22.7503 13.5475 22.7503H10.4525C8.61349 22.7503 7.16919 22.7503 6.03058 22.6217C4.86842 22.4904 3.926 22.2167 3.14263 21.598C2.90811 21.4128 2.69068 21.2083 2.49298 20.9865C1.82681 20.2393 1.52932 19.3336 1.38763 18.2225C1.24998 17.143 1.24999 15.7771 1.25 14.0531V14.0531V14.053C1.24999 13.2208 1.24999 12.4481 1.26547 11.7499H11.5226ZM9.25 18C9.25 17.5858 9.58579 17.25 10 17.25H11.5C11.9142 17.25 12.25 17.5858 12.25 18C12.25 18.4142 11.9142 18.75 11.5 18.75H10C9.58579 18.75 9.25 18.4142 9.25 18ZM14.5 17.25C14.0858 17.25 13.75 17.5858 13.75 18C13.75 18.4142 14.0858 18.75 14.5 18.75H18C18.4142 18.75 18.75 18.4142 18.75 18C18.75 17.5858 18.4142 17.25 18 17.25H14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-document-validation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.25C13.8244 1.25 11.25 3.82436 11.25 7C11.25 10.1756 13.8244 12.75 17 12.75C20.1756 12.75 22.75 10.1756 22.75 7C22.75 3.82436 20.1756 1.25 17 1.25ZM19.2504 6.20717C19.6408 6.06889 19.8453 5.64027 19.707 5.24982C19.5687 4.85937 19.1401 4.65495 18.7496 4.79323C18.2675 4.96399 17.8199 5.28384 17.4411 5.61601C17.0546 5.955 16.6963 6.34574 16.3947 6.70726C16.2485 6.88246 16.1135 7.05341 15.9928 7.21192C15.9046 7.12935 15.8162 7.05964 15.7285 7.00117L15.7233 6.99771C15.565 6.89209 15.3522 6.7502 15 6.7502C14.5858 6.7502 14.25 7.08599 14.25 7.5002C14.25 7.87492 14.5248 8.18546 14.8839 8.24127C14.8875 8.2434 14.8917 8.24603 14.8965 8.24924C14.9522 8.28637 15.1237 8.42459 15.3292 8.83561C15.4501 9.07738 15.6917 9.2354 15.9616 9.24922C16.2315 9.26304 16.4882 9.13018 16.6332 8.90213C16.796 8.67148 17.276 7.9924 17.5465 7.66815C17.8184 7.34217 18.1219 7.01416 18.4302 6.74377C18.7463 6.46657 19.0266 6.28642 19.2504 6.20717Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5824 1.25084C10.86 2.57633 9.75 4.65854 9.75 7C9.75 11.0041 12.9959 14.25 17 14.25C18.3725 14.25 19.6559 13.8686 20.75 13.2061V14.0593C20.75 15.8946 20.75 17.3527 20.5875 18.4948C20.4194 19.6753 20.0647 20.6274 19.2745 21.3737C18.4904 22.1142 17.5001 22.4415 16.2712 22.5976C15.0706 22.75 13.5341 22.75 11.5833 22.75H10.4167C8.46586 22.75 6.92941 22.75 5.72885 22.5976C4.49987 22.4415 3.50965 22.1142 2.72552 21.3737C1.93534 20.6274 1.5806 19.6753 1.41255 18.4948C1.24997 17.3527 1.24998 15.8946 1.25 14.0593V14.0593V9.94068V9.94067C1.24998 8.10541 1.24997 6.64729 1.41255 5.50521C1.5806 4.32468 1.93534 3.37259 2.72552 2.62631C3.50965 1.88575 4.49987 1.55847 5.72885 1.40242C6.92941 1.24998 8.46584 1.24999 10.4167 1.25H11.5833H11.5835C11.9294 1.25 12.2622 1.25 12.5824 1.25084ZM5 13C5 12.4477 5.44772 12 6 12H9.10825C9.66054 12 10.1083 12.4477 10.1083 13C10.1083 13.5523 9.66054 14 9.10825 14H6C5.44772 14 5 13.5523 5 13ZM6 16C5.44772 16 5 16.4477 5 17C5 17.5523 5.44772 18 6 18H14C14.5523 18 15 17.5523 15 17C15 16.4477 14.5523 16 14 16H6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.25C13.8244 1.25 11.25 3.82436 11.25 7C11.25 10.1756 13.8244 12.75 17 12.75C20.1756 12.75 22.75 10.1756 22.75 7C22.75 3.82436 20.1756 1.25 17 1.25ZM19.2504 6.20717C19.6408 6.06889 19.8453 5.64027 19.707 5.24982C19.5687 4.85937 19.1401 4.65495 18.7496 4.79323C18.2675 4.96399 17.8199 5.28384 17.4411 5.61601C17.0546 5.955 16.6963 6.34574 16.3947 6.70726C16.2485 6.88246 16.1135 7.05341 15.9928 7.21192C15.9046 7.12935 15.8162 7.05964 15.7285 7.00117L15.7233 6.99771C15.565 6.89209 15.3522 6.7502 15 6.7502C14.5858 6.7502 14.25 7.08599 14.25 7.5002C14.25 7.87492 14.5248 8.18546 14.8839 8.24127C14.8875 8.2434 14.8917 8.24603 14.8965 8.24924C14.9522 8.28637 15.1237 8.42459 15.3292 8.83561C15.4501 9.07738 15.6917 9.2354 15.9616 9.24922C16.2315 9.26304 16.4882 9.13018 16.6332 8.90213C16.796 8.67148 17.276 7.9924 17.5465 7.66815C17.8184 7.34217 18.1219 7.01416 18.4302 6.74377C18.7463 6.46657 19.0266 6.28642 19.2504 6.20717Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5824 1.25084C10.86 2.57633 9.75 4.65854 9.75 7C9.75 11.0041 12.9959 14.25 17 14.25C18.3725 14.25 19.6559 13.8686 20.75 13.2061V14.0593C20.75 15.8946 20.75 17.3527 20.5875 18.4948C20.4194 19.6753 20.0647 20.6274 19.2745 21.3737C18.4904 22.1142 17.5001 22.4415 16.2712 22.5976C15.0706 22.75 13.5341 22.75 11.5833 22.75H10.4167C8.46586 22.75 6.92941 22.75 5.72885 22.5976C4.49987 22.4415 3.50965 22.1142 2.72552 21.3737C1.93534 20.6274 1.5806 19.6753 1.41255 18.4948C1.24997 17.3527 1.24998 15.8946 1.25 14.0593V14.0593V9.94068V9.94067C1.24998 8.10541 1.24997 6.64729 1.41255 5.50521C1.5806 4.32468 1.93534 3.37259 2.72552 2.62631C3.50965 1.88575 4.49987 1.55847 5.72885 1.40242C6.92941 1.24998 8.46584 1.24999 10.4167 1.25H11.5833H11.5835C11.9294 1.25 12.2622 1.25 12.5824 1.25084ZM5 13C5 12.4477 5.44772 12 6 12H9.10825C9.66054 12 10.1083 12.4477 10.1083 13C10.1083 13.5523 9.66054 14 9.10825 14H6C5.44772 14 5 13.5523 5 13ZM6 16C5.44772 16 5 16.4477 5 17C5 17.5523 5.44772 18 6 18H14C14.5523 18 15 17.5523 15 17C15 16.4477 14.5523 16 14 16H6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-file-validation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.25C13.8244 1.25 11.25 3.82436 11.25 7C11.25 10.1756 13.8244 12.75 17 12.75C20.1756 12.75 22.75 10.1756 22.75 7C22.75 3.82436 20.1756 1.25 17 1.25ZM19.2504 6.20717C19.6408 6.06889 19.8453 5.64027 19.707 5.24982C19.5687 4.85937 19.1401 4.65495 18.7496 4.79323C18.2675 4.96399 17.8199 5.28384 17.4411 5.61601C17.0546 5.955 16.6963 6.34574 16.3947 6.70726C16.2485 6.88246 16.1135 7.05341 15.9928 7.21192C15.9046 7.12935 15.8162 7.05964 15.7285 7.00117C15.7105 6.98917 15.6926 6.97667 15.6743 6.96394C15.5311 6.86424 15.3673 6.7502 15 6.7502C14.5858 6.7502 14.25 7.08599 14.25 7.5002C14.25 7.87492 14.5248 8.18546 14.8839 8.24127C14.8875 8.2434 14.8917 8.24603 14.8965 8.24924C14.9522 8.28637 15.1237 8.42459 15.3292 8.83561C15.4501 9.07738 15.6917 9.2354 15.9616 9.24922C16.2315 9.26304 16.4882 9.13018 16.6332 8.90213C16.796 8.67148 17.276 7.9924 17.5465 7.66815C17.8184 7.34217 18.1219 7.01416 18.4302 6.74377C18.7463 6.46657 19.0266 6.28642 19.2504 6.20717Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.74761 1.25H9.6927C8.1516 1.24999 6.91879 1.24997 5.93654 1.35273C4.92712 1.45832 4.0659 1.68141 3.32114 2.20807C2.93077 2.48412 2.58223 2.8129 2.28704 3.18539C1.71721 3.90445 1.47396 4.74234 1.35985 5.71573C1.24996 6.65306 1.24998 7.82571 1.25 9.2738V11.8572C1.25 13.2755 1.25 14.3882 1.30919 15.2889C1.36944 16.2058 1.49398 16.9705 1.77509 17.6824C2.61848 19.8185 4.39222 21.4812 6.61221 22.2634C7.99465 22.7505 9.68131 22.7503 12.5209 22.7499L12.9605 22.75C14.5155 22.7505 15.548 22.7509 16.4068 22.4483C17.7834 21.9633 18.8918 20.929 19.4206 19.5897C19.6039 19.1255 19.6795 18.6399 19.7153 18.0952C19.75 17.5666 19.75 16.9191 19.75 16.1199V15.4204C19.75 14.8807 19.3141 14.4431 18.7763 14.4431C18.2386 14.4431 17.8026 14.8807 17.8026 15.4204V16.0867C17.8026 16.927 17.8021 17.5099 17.7721 17.9666C17.7427 18.4145 17.6879 18.673 17.6102 18.8696C17.3001 19.655 16.6344 20.2966 15.7618 20.6041C15.2584 20.7814 14.5913 20.7954 12.7572 20.7954C12.1529 20.7954 11.6157 20.7949 11.135 20.7915C10.7351 20.7886 10.3295 20.6768 10.0645 20.3772C9.66164 19.9216 9.41711 19.3227 9.41711 18.6667L9.4536 17.6263C9.46149 17.2462 9.44949 16.8027 9.33477 16.3745C9.1113 15.5405 8.4599 14.8891 7.62592 14.6657C7.19778 14.551 6.75424 14.539 6.37414 14.5468L5.33378 14.5833C4.66776 14.5833 4.06061 14.3313 3.60251 13.9174C3.3073 13.6507 3.19945 13.2465 3.19831 12.8487C3.1974 12.5305 3.19737 12.1894 3.19737 11.8223V9.33468C3.19737 7.81122 3.19894 6.7539 3.29387 5.94413C3.38611 5.15734 3.55555 4.72455 3.81111 4.40206C3.98891 4.1777 4.20128 3.97661 4.44274 3.80586C4.80057 3.55283 5.28449 3.38606 6.13841 3.29674C7.00786 3.20578 8.13899 3.20454 9.74761 3.20454C10.2854 3.20454 10.7213 2.767 10.7213 2.22727C10.7213 1.68754 10.2854 1.25 9.74761 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.25C13.8244 1.25 11.25 3.82436 11.25 7C11.25 10.1756 13.8244 12.75 17 12.75C20.1756 12.75 22.75 10.1756 22.75 7C22.75 3.82436 20.1756 1.25 17 1.25ZM19.2504 6.20717C19.6408 6.06889 19.8453 5.64027 19.707 5.24982C19.5687 4.85937 19.1401 4.65495 18.7496 4.79323C18.2675 4.96399 17.8199 5.28384 17.4411 5.61601C17.0546 5.955 16.6963 6.34574 16.3947 6.70726C16.2485 6.88246 16.1135 7.05341 15.9928 7.21192C15.9046 7.12935 15.8162 7.05964 15.7285 7.00117C15.7105 6.98917 15.6926 6.97667 15.6743 6.96394C15.5311 6.86424 15.3673 6.7502 15 6.7502C14.5858 6.7502 14.25 7.08599 14.25 7.5002C14.25 7.87492 14.5248 8.18546 14.8839 8.24127C14.8875 8.2434 14.8917 8.24603 14.8965 8.24924C14.9522 8.28637 15.1237 8.42459 15.3292 8.83561C15.4501 9.07738 15.6917 9.2354 15.9616 9.24922C16.2315 9.26304 16.4882 9.13018 16.6332 8.90213C16.796 8.67148 17.276 7.9924 17.5465 7.66815C17.8184 7.34217 18.1219 7.01416 18.4302 6.74377C18.7463 6.46657 19.0266 6.28642 19.2504 6.20717Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.74761 1.25H9.6927C8.1516 1.24999 6.91879 1.24997 5.93654 1.35273C4.92712 1.45832 4.0659 1.68141 3.32114 2.20807C2.93077 2.48412 2.58223 2.8129 2.28704 3.18539C1.71721 3.90445 1.47396 4.74234 1.35985 5.71573C1.24996 6.65306 1.24998 7.82571 1.25 9.2738V11.8572C1.25 13.2755 1.25 14.3882 1.30919 15.2889C1.36944 16.2058 1.49398 16.9705 1.77509 17.6824C2.61848 19.8185 4.39222 21.4812 6.61221 22.2634C7.99465 22.7505 9.68131 22.7503 12.5209 22.7499L12.9605 22.75C14.5155 22.7505 15.548 22.7509 16.4068 22.4483C17.7834 21.9633 18.8918 20.929 19.4206 19.5897C19.6039 19.1255 19.6795 18.6399 19.7153 18.0952C19.75 17.5666 19.75 16.9191 19.75 16.1199V15.4204C19.75 14.8807 19.3141 14.4431 18.7763 14.4431C18.2386 14.4431 17.8026 14.8807 17.8026 15.4204V16.0867C17.8026 16.927 17.8021 17.5099 17.7721 17.9666C17.7427 18.4145 17.6879 18.673 17.6102 18.8696C17.3001 19.655 16.6344 20.2966 15.7618 20.6041C15.2584 20.7814 14.5913 20.7954 12.7572 20.7954C12.1529 20.7954 11.6157 20.7949 11.135 20.7915C10.7351 20.7886 10.3295 20.6768 10.0645 20.3772C9.66164 19.9216 9.41711 19.3227 9.41711 18.6667L9.4536 17.6263C9.46149 17.2462 9.44949 16.8027 9.33477 16.3745C9.1113 15.5405 8.4599 14.8891 7.62592 14.6657C7.19778 14.551 6.75424 14.539 6.37414 14.5468L5.33378 14.5833C4.66776 14.5833 4.06061 14.3313 3.60251 13.9174C3.3073 13.6507 3.19945 13.2465 3.19831 12.8487C3.1974 12.5305 3.19737 12.1894 3.19737 11.8223V9.33468C3.19737 7.81122 3.19894 6.7539 3.29387 5.94413C3.38611 5.15734 3.55555 4.72455 3.81111 4.40206C3.98891 4.1777 4.20128 3.97661 4.44274 3.80586C4.80057 3.55283 5.28449 3.38606 6.13841 3.29674C7.00786 3.20578 8.13899 3.20454 9.74761 3.20454C10.2854 3.20454 10.7213 2.767 10.7213 2.22727C10.7213 1.68754 10.2854 1.25 9.74761 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-mail-validation-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.07557 1.28688C11.0316 1.2377 12.9684 1.23771 14.9244 1.28689L14.9827 1.28835C16.5098 1.32672 17.7387 1.3576 18.7235 1.52923C19.7548 1.70894 20.5927 2.05361 21.3005 2.76456C22.0052 3.47242 22.3476 4.29848 22.5237 5.31302C22.6914 6.27928 22.7169 7.47872 22.7486 8.96496L22.7498 9.02357L22.75 9.03953V11.9605L22.7498 11.9764L22.7486 12.035C22.7448 12.214 22.741 12.3889 22.7372 12.5596C21.4096 10.8502 19.3334 9.75 16.9999 9.75C12.9919 9.75 9.74277 12.9959 9.74277 17C9.74277 17.9685 9.93286 18.8926 10.2778 19.7372C9.87764 19.7312 9.47701 19.7232 9.07557 19.7131L9.01719 19.7117C7.49015 19.6733 6.2613 19.6424 5.27646 19.4708C4.24524 19.2911 3.40728 18.9464 2.69948 18.2355C1.99476 17.5276 1.65236 16.7015 1.47629 15.687C1.30861 14.7208 1.28307 13.5213 1.25142 12.0351L1.25017 11.9764L1.25 11.9605V9.03952L1.25017 9.02355L1.25142 8.96488C1.28307 7.47868 1.30861 6.27925 1.47629 5.31301C1.65236 4.29846 1.99476 3.4724 2.69948 2.76454C3.40728 2.05359 4.24524 1.70892 5.27646 1.52921C6.26132 1.35759 7.49019 1.32671 9.01727 1.28834L9.07557 1.28688ZM7.38085 5.6044C7.02429 5.39359 6.56435 5.51174 6.35354 5.8683C6.14273 6.22485 6.26088 6.68479 6.61744 6.8956L9.55945 8.63503C10.4303 9.14991 11.1818 9.5 11.9991 9.5C12.8165 9.5 13.568 9.14991 14.4388 8.63503L17.3808 6.8956C17.7374 6.68479 17.8556 6.22485 17.6447 5.8683C17.4339 5.51174 16.974 5.39359 16.6174 5.6044L13.6754 7.34383C12.8311 7.84304 12.3821 8 11.9991 8C11.6161 8 11.1672 7.84304 10.3229 7.34383L7.38085 5.6044Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9994 11.25C13.8238 11.25 11.2494 13.8244 11.2494 17C11.2494 20.1756 13.8238 22.75 16.9994 22.75C20.175 22.75 22.7494 20.1756 22.7494 17C22.7494 13.8244 20.175 11.25 16.9994 11.25ZM19.2498 16.2072C19.6402 16.0689 19.8446 15.6403 19.7064 15.2498C19.5681 14.8594 19.1395 14.6549 18.749 14.7932C18.2669 14.964 17.8193 15.2838 17.4405 15.616C17.054 15.955 16.6957 16.3457 16.3941 16.7073C16.2479 16.8825 16.1129 17.0534 15.9922 17.2119C15.904 17.1294 15.8156 17.0596 15.7279 17.0012C15.7136 16.9916 15.6991 16.9817 15.6843 16.9716C15.5345 16.8692 15.3518 16.7443 14.9994 16.7502C14.5852 16.7502 14.2494 17.086 14.2494 17.5002C14.2494 17.8749 14.5242 18.1855 14.8833 18.2413C14.8868 18.2434 14.8911 18.246 14.8959 18.2492C14.9516 18.2864 15.1231 18.4246 15.3286 18.8356C15.4495 19.0774 15.6911 19.2354 15.961 19.2492C16.2309 19.263 16.4876 19.1302 16.6326 18.9021C16.6326 18.9021 16.8012 18.6492 16.8823 18.5343C17.0451 18.3036 17.2754 17.9924 17.5459 17.6681C17.8178 17.3422 18.1212 17.0142 18.4296 16.7438C18.7457 16.4666 19.026 16.2864 19.2498 16.2072Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.07557 1.28688C11.0316 1.2377 12.9684 1.23771 14.9244 1.28689L14.9827 1.28835C16.5098 1.32672 17.7387 1.3576 18.7235 1.52923C19.7548 1.70894 20.5927 2.05361 21.3005 2.76456C22.0052 3.47242 22.3476 4.29848 22.5237 5.31302C22.6914 6.27928 22.7169 7.47872 22.7486 8.96496L22.7498 9.02357L22.75 9.03953V11.9605L22.7498 11.9764L22.7486 12.035C22.7448 12.214 22.741 12.3889 22.7372 12.5596C21.4096 10.8502 19.3334 9.75 16.9999 9.75C12.9919 9.75 9.74277 12.9959 9.74277 17C9.74277 17.9685 9.93286 18.8926 10.2778 19.7372C9.87764 19.7312 9.47701 19.7232 9.07557 19.7131L9.01719 19.7117C7.49015 19.6733 6.2613 19.6424 5.27646 19.4708C4.24524 19.2911 3.40728 18.9464 2.69948 18.2355C1.99476 17.5276 1.65236 16.7015 1.47629 15.687C1.30861 14.7208 1.28307 13.5213 1.25142 12.0351L1.25017 11.9764L1.25 11.9605V9.03952L1.25017 9.02355L1.25142 8.96488C1.28307 7.47868 1.30861 6.27925 1.47629 5.31301C1.65236 4.29846 1.99476 3.4724 2.69948 2.76454C3.40728 2.05359 4.24524 1.70892 5.27646 1.52921C6.26132 1.35759 7.49019 1.32671 9.01727 1.28834L9.07557 1.28688ZM7.38085 5.6044C7.02429 5.39359 6.56435 5.51174 6.35354 5.8683C6.14273 6.22485 6.26088 6.68479 6.61744 6.8956L9.55945 8.63503C10.4303 9.14991 11.1818 9.5 11.9991 9.5C12.8165 9.5 13.568 9.14991 14.4388 8.63503L17.3808 6.8956C17.7374 6.68479 17.8556 6.22485 17.6447 5.8683C17.4339 5.51174 16.974 5.39359 16.6174 5.6044L13.6754 7.34383C12.8311 7.84304 12.3821 8 11.9991 8C11.6161 8 11.1672 7.84304 10.3229 7.34383L7.38085 5.6044Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9994 11.25C13.8238 11.25 11.2494 13.8244 11.2494 17C11.2494 20.1756 13.8238 22.75 16.9994 22.75C20.175 22.75 22.7494 20.1756 22.7494 17C22.7494 13.8244 20.175 11.25 16.9994 11.25ZM19.2498 16.2072C19.6402 16.0689 19.8446 15.6403 19.7064 15.2498C19.5681 14.8594 19.1395 14.6549 18.749 14.7932C18.2669 14.964 17.8193 15.2838 17.4405 15.616C17.054 15.955 16.6957 16.3457 16.3941 16.7073C16.2479 16.8825 16.1129 17.0534 15.9922 17.2119C15.904 17.1294 15.8156 17.0596 15.7279 17.0012C15.7136 16.9916 15.6991 16.9817 15.6843 16.9716C15.5345 16.8692 15.3518 16.7443 14.9994 16.7502C14.5852 16.7502 14.2494 17.086 14.2494 17.5002C14.2494 17.8749 14.5242 18.1855 14.8833 18.2413C14.8868 18.2434 14.8911 18.246 14.8959 18.2492C14.9516 18.2864 15.1231 18.4246 15.3286 18.8356C15.4495 19.0774 15.6911 19.2354 15.961 19.2492C16.2309 19.263 16.4876 19.1302 16.6326 18.9021C16.6326 18.9021 16.8012 18.6492 16.8823 18.5343C17.0451 18.3036 17.2754 17.9924 17.5459 17.6681C17.8178 17.3422 18.1212 17.0142 18.4296 16.7438C18.7457 16.4666 19.026 16.2864 19.2498 16.2072Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-mail-validation-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.21974 9.09867C3.24724 7.81159 3.26913 6.87303 3.35867 6.13226L8.54291 9.06969C9.83619 9.80247 10.8871 10.2502 11.9996 10.2502C13.1121 10.2502 14.163 9.80247 15.4563 9.06969L20.6507 6.12652C20.7408 6.86818 20.7627 7.80827 20.7903 9.09869C20.7961 9.36712 20.7917 10.2166 20.7902 10.5045C20.7828 11.0422 21.2143 11.4841 21.754 11.4914C22.2937 11.4988 22.7372 11.0681 22.7446 10.5304C22.7461 10.2392 22.7492 9.27913 22.7429 8.98371C22.7123 7.55066 22.687 6.36703 22.5201 5.40794C22.3423 4.38625 21.9914 3.53079 21.2584 2.79647C20.5214 2.05814 19.651 1.70621 18.6113 1.5255C17.6317 1.35526 16.4165 1.32482 14.9396 1.28783L14.8663 1.28599C12.9526 1.23801 11.0575 1.238 9.14374 1.28598L9.07044 1.28782C7.59358 1.32481 6.37833 1.35525 5.39881 1.52549C4.35905 1.70619 3.48868 2.05812 2.75165 2.79645C2.01861 3.53077 1.66772 4.38624 1.48994 5.40792C1.32304 6.36702 1.29778 7.55067 1.2672 8.98374L1.26564 9.05722C1.24479 10.0329 1.24479 11.0028 1.26564 11.9784L1.26721 12.0519C1.29779 13.485 1.32305 14.6686 1.48994 15.6277C1.66773 16.6494 2.01861 17.5049 2.75165 18.2392C3.48868 18.9775 4.35906 19.3295 5.39881 19.5102C6.3783 19.6804 7.66688 19.7127 9.14369 19.7497H9.14375C9.68331 19.7632 10.1317 19.3384 10.1453 18.8008C10.1589 18.2632 9.73248 17.8165 9.19292 17.8029C7.6244 17.7636 6.55477 17.7343 5.73469 17.5918C4.95868 17.4569 4.50643 17.2356 4.13747 16.866C3.76452 16.4924 3.54643 16.046 3.41576 15.2951C3.27704 14.4979 3.25233 13.4621 3.21974 11.937C3.19948 10.989 3.19948 10.0467 3.21974 9.09867Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 11.25C13.8244 11.25 11.25 13.8244 11.25 17C11.25 20.1756 13.8244 22.75 17 22.75C20.1756 22.75 22.75 20.1756 22.75 17C22.75 13.8244 20.1756 11.25 17 11.25ZM19.2504 16.2072C19.6408 16.0689 19.8453 15.6403 19.707 15.2498C19.5687 14.8594 19.1401 14.6549 18.7496 14.7932C18.2675 14.964 17.8199 15.2838 17.4411 15.616C17.0546 15.955 16.6963 16.3457 16.3947 16.7073C16.2485 16.8825 16.1135 17.0534 15.9928 17.2119C15.9046 17.1294 15.8162 17.0596 15.7285 17.0012C15.5696 16.8952 15.3292 16.7438 15 16.7502C14.5858 16.7502 14.25 17.086 14.25 17.5002C14.25 17.8749 14.5248 18.1855 14.8839 18.2413C14.8875 18.2434 14.8917 18.246 14.8965 18.2492C14.9522 18.2864 15.1237 18.4246 15.3292 18.8356C15.4501 19.0774 15.6917 19.2354 15.9616 19.2492C16.2315 19.263 16.4882 19.1302 16.6332 18.9021C16.796 18.6715 17.276 17.9924 17.5465 17.6681C17.8184 17.3422 18.1219 17.0142 18.4302 16.7438C18.7463 16.4666 19.0266 16.2864 19.2504 16.2072Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.21974 9.09867C3.24724 7.81159 3.26913 6.87303 3.35867 6.13226L8.54291 9.06969C9.83619 9.80247 10.8871 10.2502 11.9996 10.2502C13.1121 10.2502 14.163 9.80247 15.4563 9.06969L20.6507 6.12652C20.7408 6.86818 20.7627 7.80827 20.7903 9.09869C20.7961 9.36712 20.7917 10.2166 20.7902 10.5045C20.7828 11.0422 21.2143 11.4841 21.754 11.4914C22.2937 11.4988 22.7372 11.0681 22.7446 10.5304C22.7461 10.2392 22.7492 9.27913 22.7429 8.98371C22.7123 7.55066 22.687 6.36703 22.5201 5.40794C22.3423 4.38625 21.9914 3.53079 21.2584 2.79647C20.5214 2.05814 19.651 1.70621 18.6113 1.5255C17.6317 1.35526 16.4165 1.32482 14.9396 1.28783L14.8663 1.28599C12.9526 1.23801 11.0575 1.238 9.14374 1.28598L9.07044 1.28782C7.59358 1.32481 6.37833 1.35525 5.39881 1.52549C4.35905 1.70619 3.48868 2.05812 2.75165 2.79645C2.01861 3.53077 1.66772 4.38624 1.48994 5.40792C1.32304 6.36702 1.29778 7.55067 1.2672 8.98374L1.26564 9.05722C1.24479 10.0329 1.24479 11.0028 1.26564 11.9784L1.26721 12.0519C1.29779 13.485 1.32305 14.6686 1.48994 15.6277C1.66773 16.6494 2.01861 17.5049 2.75165 18.2392C3.48868 18.9775 4.35906 19.3295 5.39881 19.5102C6.3783 19.6804 7.66688 19.7127 9.14369 19.7497H9.14375C9.68331 19.7632 10.1317 19.3384 10.1453 18.8008C10.1589 18.2632 9.73248 17.8165 9.19292 17.8029C7.6244 17.7636 6.55477 17.7343 5.73469 17.5918C4.95868 17.4569 4.50643 17.2356 4.13747 16.866C3.76452 16.4924 3.54643 16.046 3.41576 15.2951C3.27704 14.4979 3.25233 13.4621 3.21974 11.937C3.19948 10.989 3.19948 10.0467 3.21974 9.09867Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 11.25C13.8244 11.25 11.25 13.8244 11.25 17C11.25 20.1756 13.8244 22.75 17 22.75C20.1756 22.75 22.75 20.1756 22.75 17C22.75 13.8244 20.1756 11.25 17 11.25ZM19.2504 16.2072C19.6408 16.0689 19.8453 15.6403 19.707 15.2498C19.5687 14.8594 19.1401 14.6549 18.7496 14.7932C18.2675 14.964 17.8199 15.2838 17.4411 15.616C17.0546 15.955 16.6963 16.3457 16.3947 16.7073C16.2485 16.8825 16.1135 17.0534 15.9928 17.2119C15.9046 17.1294 15.8162 17.0596 15.7285 17.0012C15.5696 16.8952 15.3292 16.7438 15 16.7502C14.5858 16.7502 14.25 17.086 14.25 17.5002C14.25 17.8749 14.5248 18.1855 14.8839 18.2413C14.8875 18.2434 14.8917 18.246 14.8965 18.2492C14.9522 18.2864 15.1237 18.4246 15.3292 18.8356C15.4501 19.0774 15.6917 19.2354 15.9616 19.2492C16.2315 19.263 16.4882 19.1302 16.6332 18.9021C16.796 18.6715 17.276 17.9924 17.5465 17.6681C17.8184 17.3422 18.1219 17.0142 18.4302 16.7438C18.7463 16.4666 19.0266 16.2864 19.2504 16.2072Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-password-validation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 16C9.25 19.7279 12.2721 22.75 16 22.75C19.7279 22.75 22.75 19.7279 22.75 16C22.75 12.2721 19.7279 9.25 16 9.25C12.2721 9.25 9.25 12.2721 9.25 16ZM19.2016 13.7352C19.348 14.1226 19.1525 14.5554 18.7651 14.7018C18.4574 14.818 18.0868 15.0755 17.6819 15.4542C17.2857 15.8248 16.8985 16.2717 16.554 16.7122C16.211 17.1509 15.9193 17.5714 15.7132 17.8829C15.5567 18.1147 15.4354 18.3135 15.3944 18.384C15.2523 18.6224 14.9901 18.763 14.713 18.7493C14.4357 18.7356 14.1887 18.5699 14.0709 18.3185C13.7982 17.7368 13.5595 17.5183 13.456 17.4448C13.4304 17.4265 13.4113 17.4159 13.3998 17.4102C13.033 17.3613 12.75 17.0471 12.75 16.6669C12.75 16.2527 13.0858 15.9169 13.5 15.9169C13.5624 15.918 13.715 15.9303 13.8261 15.9703C13.9721 16.0148 14.1427 16.0925 14.3253 16.2223C14.4677 16.3236 14.6134 16.4536 14.7589 16.619C14.9359 16.3658 15.1431 16.0814 15.3725 15.7882C15.7448 15.312 16.1849 14.8006 16.6572 14.3587C17.1209 13.9249 17.6602 13.5157 18.2349 13.2986C18.6224 13.1522 19.0552 13.3477 19.2016 13.7352Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.9314 1.25C17.8065 1.24999 18.5287 1.24997 19.1147 1.30206C19.7242 1.35623 20.2818 1.47274 20.7955 1.76357C21.3897 2.10002 21.8832 2.58393 22.2263 3.16667C22.5229 3.67041 22.6417 4.21714 22.6969 4.81484C22.75 5.38955 22.75 6.09774 22.75 6.9559V7.01153V7.01178C22.75 7.5623 22.75 8.04617 22.7376 8.4653C22.7219 8.99435 22.2719 9.41078 21.7324 9.39543C21.1929 9.38008 20.7682 8.93875 20.7839 8.4097C20.7954 8.02131 20.7955 7.56434 20.7955 7C20.7955 6.08669 20.7945 5.46578 20.7503 4.98784C20.7074 4.52308 20.6298 4.2884 20.5336 4.125C20.362 3.83363 20.1153 3.59167 19.8182 3.42345C19.6515 3.32911 19.4122 3.25303 18.9383 3.2109C18.4509 3.16759 17.8177 3.16667 16.8864 3.16667H7.11364C6.18228 3.16667 5.5491 3.16759 5.06171 3.2109C4.58777 3.25303 4.34845 3.32911 4.18182 3.42345C3.88469 3.59167 3.63795 3.83363 3.46641 4.125C3.3702 4.28841 3.29261 4.52308 3.24966 4.98784C3.20548 5.46578 3.20455 6.08669 3.20455 7C3.20455 7.91331 3.20548 8.53422 3.24966 9.01216C3.29261 9.47692 3.3702 9.71159 3.46641 9.875C3.63795 10.1664 3.88469 10.4083 4.18182 10.5765C4.34845 10.6709 4.58777 10.747 5.06171 10.7891C5.5491 10.8324 6.18228 10.8333 7.11364 10.8333H7.60227C8.14201 10.8333 8.57955 11.2624 8.57955 11.7917C8.57955 12.3209 8.14201 12.75 7.60227 12.75H7.06863H7.06859C6.1935 12.75 5.47134 12.75 4.88529 12.6979C4.27578 12.6438 3.71824 12.5273 3.20455 12.2364C2.61029 11.9 2.11681 11.4161 1.77372 10.8333C1.47714 10.3296 1.35833 9.78286 1.30309 9.18516C1.24997 8.61046 1.24999 7.90229 1.25 7.04414V7.04412V6.95588V6.95586C1.24999 6.09771 1.24997 5.38954 1.30309 4.81484C1.35833 4.21714 1.47714 3.67041 1.77372 3.16667C2.11681 2.58393 2.61029 2.10002 3.20455 1.76357C3.71824 1.47274 4.27578 1.35623 4.88529 1.30206C5.47135 1.24997 6.19352 1.24999 7.06862 1.25H7.06864H16.9314H16.9314Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.00012 7C6.00012 6.44772 6.44784 6 7.00012 6H7.0091C7.56139 6 8.0091 6.44772 8.0091 7C8.0091 7.55228 7.56139 8 7.0091 8H7.00012C6.44784 8 6.00012 7.55228 6.00012 7ZM11.0001 7C11.0001 6.44772 11.4478 6 12.0001 6H12.0091C12.5614 6 13.0091 6.44772 13.0091 7C13.0091 7.55228 12.5614 8 12.0091 8H12.0001C11.4478 8 11.0001 7.55228 11.0001 7ZM16.0001 7C16.0001 6.44772 16.4478 6 17.0001 6H17.0091C17.5614 6 18.0091 6.44772 18.0091 7C18.0091 7.55228 17.5614 8 17.0091 8H17.0001C16.4478 8 16.0001 7.55228 16.0001 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 16C9.25 19.7279 12.2721 22.75 16 22.75C19.7279 22.75 22.75 19.7279 22.75 16C22.75 12.2721 19.7279 9.25 16 9.25C12.2721 9.25 9.25 12.2721 9.25 16ZM19.2016 13.7352C19.348 14.1226 19.1525 14.5554 18.7651 14.7018C18.4574 14.818 18.0868 15.0755 17.6819 15.4542C17.2857 15.8248 16.8985 16.2717 16.554 16.7122C16.211 17.1509 15.9193 17.5714 15.7132 17.8829C15.5567 18.1147 15.4354 18.3135 15.3944 18.384C15.2523 18.6224 14.9901 18.763 14.713 18.7493C14.4357 18.7356 14.1887 18.5699 14.0709 18.3185C13.7982 17.7368 13.5595 17.5183 13.456 17.4448C13.4304 17.4265 13.4113 17.4159 13.3998 17.4102C13.033 17.3613 12.75 17.0471 12.75 16.6669C12.75 16.2527 13.0858 15.9169 13.5 15.9169C13.5624 15.918 13.715 15.9303 13.8261 15.9703C13.9721 16.0148 14.1427 16.0925 14.3253 16.2223C14.4677 16.3236 14.6134 16.4536 14.7589 16.619C14.9359 16.3658 15.1431 16.0814 15.3725 15.7882C15.7448 15.312 16.1849 14.8006 16.6572 14.3587C17.1209 13.9249 17.6602 13.5157 18.2349 13.2986C18.6224 13.1522 19.0552 13.3477 19.2016 13.7352Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.9314 1.25C17.8065 1.24999 18.5287 1.24997 19.1147 1.30206C19.7242 1.35623 20.2818 1.47274 20.7955 1.76357C21.3897 2.10002 21.8832 2.58393 22.2263 3.16667C22.5229 3.67041 22.6417 4.21714 22.6969 4.81484C22.75 5.38955 22.75 6.09774 22.75 6.9559V7.01153V7.01178C22.75 7.5623 22.75 8.04617 22.7376 8.4653C22.7219 8.99435 22.2719 9.41078 21.7324 9.39543C21.1929 9.38008 20.7682 8.93875 20.7839 8.4097C20.7954 8.02131 20.7955 7.56434 20.7955 7C20.7955 6.08669 20.7945 5.46578 20.7503 4.98784C20.7074 4.52308 20.6298 4.2884 20.5336 4.125C20.362 3.83363 20.1153 3.59167 19.8182 3.42345C19.6515 3.32911 19.4122 3.25303 18.9383 3.2109C18.4509 3.16759 17.8177 3.16667 16.8864 3.16667H7.11364C6.18228 3.16667 5.5491 3.16759 5.06171 3.2109C4.58777 3.25303 4.34845 3.32911 4.18182 3.42345C3.88469 3.59167 3.63795 3.83363 3.46641 4.125C3.3702 4.28841 3.29261 4.52308 3.24966 4.98784C3.20548 5.46578 3.20455 6.08669 3.20455 7C3.20455 7.91331 3.20548 8.53422 3.24966 9.01216C3.29261 9.47692 3.3702 9.71159 3.46641 9.875C3.63795 10.1664 3.88469 10.4083 4.18182 10.5765C4.34845 10.6709 4.58777 10.747 5.06171 10.7891C5.5491 10.8324 6.18228 10.8333 7.11364 10.8333H7.60227C8.14201 10.8333 8.57955 11.2624 8.57955 11.7917C8.57955 12.3209 8.14201 12.75 7.60227 12.75H7.06863H7.06859C6.1935 12.75 5.47134 12.75 4.88529 12.6979C4.27578 12.6438 3.71824 12.5273 3.20455 12.2364C2.61029 11.9 2.11681 11.4161 1.77372 10.8333C1.47714 10.3296 1.35833 9.78286 1.30309 9.18516C1.24997 8.61046 1.24999 7.90229 1.25 7.04414V7.04412V6.95588V6.95586C1.24999 6.09771 1.24997 5.38954 1.30309 4.81484C1.35833 4.21714 1.47714 3.67041 1.77372 3.16667C2.11681 2.58393 2.61029 2.10002 3.20455 1.76357C3.71824 1.47274 4.27578 1.35623 4.88529 1.30206C5.47135 1.24997 6.19352 1.24999 7.06862 1.25H7.06864H16.9314H16.9314Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.00012 7C6.00012 6.44772 6.44784 6 7.00012 6H7.0091C7.56139 6 8.0091 6.44772 8.0091 7C8.0091 7.55228 7.56139 8 7.0091 8H7.00012C6.44784 8 6.00012 7.55228 6.00012 7ZM11.0001 7C11.0001 6.44772 11.4478 6 12.0001 6H12.0091C12.5614 6 13.0091 6.44772 13.0091 7C13.0091 7.55228 12.5614 8 12.0091 8H12.0001C11.4478 8 11.0001 7.55228 11.0001 7ZM16.0001 7C16.0001 6.44772 16.4478 6 17.0001 6H17.0091C17.5614 6 18.0091 6.44772 18.0091 7C18.0091 7.55228 17.5614 8 17.0091 8H17.0001C16.4478 8 16.0001 7.55228 16.0001 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-security-validation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.707 10.2498C14.8453 10.6403 14.6408 11.0689 14.2504 11.2072C14.0266 11.2864 13.7463 11.4666 13.4302 11.7438C13.1219 12.0142 12.8184 12.3422 12.5465 12.6681C12.276 12.9924 11.796 13.6715 11.6332 13.9021C11.4882 14.1302 11.2315 14.263 10.9616 14.2492C10.6917 14.2354 10.4501 14.0774 10.3292 13.8356C10.1237 13.4246 9.95217 13.2864 9.89647 13.2492C9.89166 13.246 9.88745 13.2434 9.88388 13.2413C9.52481 13.1855 9.25 12.8749 9.25 12.5002C9.25 12.086 9.58579 11.7502 10 11.7502C10.4142 11.7502 10.5696 11.8952 10.7285 12.0012C10.8162 12.0596 10.9046 12.1294 10.9928 12.2119C11.1135 12.0534 11.2485 11.8825 11.3947 11.7073C11.6963 11.3457 12.0546 10.955 12.4411 10.616C12.8199 10.2838 13.2675 9.96399 13.7496 9.79323C14.1401 9.65495 14.5687 9.85937 14.707 10.2498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9982 1.25C10.3169 1.25 8.95008 1.81794 7.75795 2.43555C7.3977 2.62219 7.06303 2.8068 6.74323 2.98322L6.74322 2.98322L6.74322 2.98322L6.74321 2.98323C5.96076 3.41486 5.26729 3.7974 4.50573 4.04039C4.05843 4.1831 3.66222 4.30951 3.38129 4.4196C3.11687 4.52321 2.80262 4.6652 2.57966 4.91299C2.37938 5.13558 2.27649 5.38547 2.20826 5.6245C2.14633 5.84148 2.0934 6.13523 2.04261 6.41705C0.804673 13.2827 3.51166 19.787 10.1221 22.3179C10.7719 22.5667 11.2504 22.75 12.0015 22.75C12.7526 22.75 13.2311 22.5667 13.8808 22.3179C20.491 19.7869 23.1953 13.2824 21.9571 6.417C21.9062 6.13515 21.8533 5.84133 21.7913 5.62433C21.7231 5.38529 21.6202 5.13537 21.4198 4.91278C21.1969 4.66499 20.8826 4.52304 20.6182 4.41946C20.3373 4.30942 19.941 4.18307 19.4938 4.04045L19.4938 4.04044C18.7318 3.79744 18.0377 3.4148 17.2547 2.9831L17.2547 2.98309C16.9347 2.8067 16.5999 2.62213 16.2396 2.43554C15.0469 1.81795 13.6795 1.25 11.9982 1.25ZM12.0001 17C14.7615 17 17.0001 14.7614 17.0001 12C17.0001 9.23858 14.7615 7 12.0001 7C9.2387 7 7.00012 9.23858 7.00012 12C7.00012 14.7614 9.2387 17 12.0001 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.707 10.2498C14.8453 10.6403 14.6408 11.0689 14.2504 11.2072C14.0266 11.2864 13.7463 11.4666 13.4302 11.7438C13.1219 12.0142 12.8184 12.3422 12.5465 12.6681C12.276 12.9924 11.796 13.6715 11.6332 13.9021C11.4882 14.1302 11.2315 14.263 10.9616 14.2492C10.6917 14.2354 10.4501 14.0774 10.3292 13.8356C10.1237 13.4246 9.95217 13.2864 9.89647 13.2492C9.89166 13.246 9.88745 13.2434 9.88388 13.2413C9.52481 13.1855 9.25 12.8749 9.25 12.5002C9.25 12.086 9.58579 11.7502 10 11.7502C10.4142 11.7502 10.5696 11.8952 10.7285 12.0012C10.8162 12.0596 10.9046 12.1294 10.9928 12.2119C11.1135 12.0534 11.2485 11.8825 11.3947 11.7073C11.6963 11.3457 12.0546 10.955 12.4411 10.616C12.8199 10.2838 13.2675 9.96399 13.7496 9.79323C14.1401 9.65495 14.5687 9.85937 14.707 10.2498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9982 1.25C10.3169 1.25 8.95008 1.81794 7.75795 2.43555C7.3977 2.62219 7.06303 2.8068 6.74323 2.98322L6.74322 2.98322L6.74322 2.98322L6.74321 2.98323C5.96076 3.41486 5.26729 3.7974 4.50573 4.04039C4.05843 4.1831 3.66222 4.30951 3.38129 4.4196C3.11687 4.52321 2.80262 4.6652 2.57966 4.91299C2.37938 5.13558 2.27649 5.38547 2.20826 5.6245C2.14633 5.84148 2.0934 6.13523 2.04261 6.41705C0.804673 13.2827 3.51166 19.787 10.1221 22.3179C10.7719 22.5667 11.2504 22.75 12.0015 22.75C12.7526 22.75 13.2311 22.5667 13.8808 22.3179C20.491 19.7869 23.1953 13.2824 21.9571 6.417C21.9062 6.13515 21.8533 5.84133 21.7913 5.62433C21.7231 5.38529 21.6202 5.13537 21.4198 4.91278C21.1969 4.66499 20.8826 4.52304 20.6182 4.41946C20.3373 4.30942 19.941 4.18307 19.4938 4.04045L19.4938 4.04044C18.7318 3.79744 18.0377 3.4148 17.2547 2.9831L17.2547 2.98309C16.9347 2.8067 16.5999 2.62213 16.2396 2.43554C15.0469 1.81795 13.6795 1.25 11.9982 1.25ZM12.0001 17C14.7615 17 17.0001 14.7614 17.0001 12C17.0001 9.23858 14.7615 7 12.0001 7C9.2387 7 7.00012 9.23858 7.00012 12C7.00012 14.7614 9.2387 17 12.0001 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-store-verified-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0318 5.25004C9.84824 5.91953 9.74988 6.62691 9.74988 7.3584C9.74988 10.2133 11.2482 12.701 13.4647 14.0026C12.7619 14.4748 11.9128 14.75 11.0006 14.75C10.0334 14.75 9.137 14.4406 8.41062 13.915C7.6847 14.4403 6.78829 14.75 5.82072 14.75C5.2469 14.75 4.65648 14.6381 4.09484 14.4338L4.09484 16.7011C4.09484 17.9291 4.09695 18.7528 4.18209 19.367C4.26324 19.9525 4.40319 20.203 4.57479 20.3695C4.74807 20.5376 5.01134 20.6755 5.62073 20.755C6.25687 20.8379 7.10897 20.8399 8.37396 20.8399L13.6256 20.8399C14.8906 20.8399 15.7427 20.8379 16.3788 20.755C16.9882 20.6755 17.2515 20.5376 17.4248 20.3695C17.5964 20.203 17.7363 19.9525 17.8175 19.367C17.9026 18.7528 17.9047 17.9291 17.9047 16.7011V14.9081C18.587 14.819 19.2399 14.6303 19.8498 14.3564V16.768C19.8498 17.9116 19.8499 18.8664 19.7448 19.6246C19.6336 20.4263 19.389 21.149 18.7916 21.7286C18.1958 22.3065 17.4556 22.5415 16.6349 22.6486C15.8556 22.7502 14.8733 22.7502 13.6925 22.7501L8.30708 22.7501C7.12625 22.7502 6.14399 22.7502 5.3647 22.6486C4.544 22.5415 3.80381 22.3065 3.208 21.7286C2.61052 21.149 2.36592 20.4263 2.25481 19.6246C2.14971 18.8664 2.14974 17.9116 2.14978 16.768V16.768L2.14978 13.3052C2.14978 13.2749 2.15121 13.245 2.15401 13.2155C1.99562 13.057 1.85028 12.8885 1.72057 12.7111C1.64585 12.6091 1.54328 12.4692 1.46098 12.2863C1.37301 12.0909 1.32217 11.882 1.283 11.6341C1.18654 11.0236 1.31962 10.616 1.47761 10.1321L2.12013 8.16053L2.12013 8.16053L2.12014 8.16052C2.30066 7.60651 2.45509 7.13257 2.62513 6.7587C2.80661 6.35969 3.03572 6.00374 3.40447 5.73189C3.77464 5.459 4.18137 5.34757 4.61428 5.29701C5.01725 5.24996 5.50785 5.24998 6.07717 5.25H6.07721H6.07725H6.07729L10.0318 5.25004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9999 1.25C13.8242 1.25 11.2499 3.82436 11.2499 7C11.2499 10.1756 13.8242 12.75 16.9999 12.75C20.1755 12.75 22.7499 10.1756 22.7499 7C22.7499 3.82436 20.1755 1.25 16.9999 1.25ZM19.2503 6.20717C19.6407 6.06889 19.8451 5.64027 19.7068 5.24982C19.5686 4.85937 19.1399 4.65495 18.7495 4.79323C18.2674 4.96399 17.8198 5.28384 17.441 5.61601C17.0545 5.955 16.6961 6.34574 16.3946 6.70726C16.2484 6.88246 16.1134 7.05341 15.9927 7.21192C15.9045 7.12935 15.8161 7.05964 15.7284 7.00117C15.5695 6.89522 15.4204 6.83142 15.2919 6.79469C15.2281 6.77648 15.1051 6.74377 14.9999 6.7502C14.5857 6.7502 14.2499 7.08599 14.2499 7.5002C14.2499 7.87492 14.5247 8.18546 14.8838 8.24127C14.9395 8.2784 15.1235 8.42459 15.3291 8.83561C15.4499 9.07738 15.6916 9.2354 15.9615 9.24922C16.2314 9.26304 16.4881 9.13018 16.6331 8.90213C16.7959 8.67148 17.2759 7.9924 17.5464 7.66815C17.8183 7.34217 18.1217 7.01416 18.4301 6.74377C18.7461 6.46657 19.0265 6.28642 19.2503 6.20717Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0318 5.25004C9.84824 5.91953 9.74988 6.62691 9.74988 7.3584C9.74988 10.2133 11.2482 12.701 13.4647 14.0026C12.7619 14.4748 11.9128 14.75 11.0006 14.75C10.0334 14.75 9.137 14.4406 8.41062 13.915C7.6847 14.4403 6.78829 14.75 5.82072 14.75C5.2469 14.75 4.65648 14.6381 4.09484 14.4338L4.09484 16.7011C4.09484 17.9291 4.09695 18.7528 4.18209 19.367C4.26324 19.9525 4.40319 20.203 4.57479 20.3695C4.74807 20.5376 5.01134 20.6755 5.62073 20.755C6.25687 20.8379 7.10897 20.8399 8.37396 20.8399L13.6256 20.8399C14.8906 20.8399 15.7427 20.8379 16.3788 20.755C16.9882 20.6755 17.2515 20.5376 17.4248 20.3695C17.5964 20.203 17.7363 19.9525 17.8175 19.367C17.9026 18.7528 17.9047 17.9291 17.9047 16.7011V14.9081C18.587 14.819 19.2399 14.6303 19.8498 14.3564V16.768C19.8498 17.9116 19.8499 18.8664 19.7448 19.6246C19.6336 20.4263 19.389 21.149 18.7916 21.7286C18.1958 22.3065 17.4556 22.5415 16.6349 22.6486C15.8556 22.7502 14.8733 22.7502 13.6925 22.7501L8.30708 22.7501C7.12625 22.7502 6.14399 22.7502 5.3647 22.6486C4.544 22.5415 3.80381 22.3065 3.208 21.7286C2.61052 21.149 2.36592 20.4263 2.25481 19.6246C2.14971 18.8664 2.14974 17.9116 2.14978 16.768V16.768L2.14978 13.3052C2.14978 13.2749 2.15121 13.245 2.15401 13.2155C1.99562 13.057 1.85028 12.8885 1.72057 12.7111C1.64585 12.6091 1.54328 12.4692 1.46098 12.2863C1.37301 12.0909 1.32217 11.882 1.283 11.6341C1.18654 11.0236 1.31962 10.616 1.47761 10.1321L2.12013 8.16053L2.12013 8.16053L2.12014 8.16052C2.30066 7.60651 2.45509 7.13257 2.62513 6.7587C2.80661 6.35969 3.03572 6.00374 3.40447 5.73189C3.77464 5.459 4.18137 5.34757 4.61428 5.29701C5.01725 5.24996 5.50785 5.24998 6.07717 5.25H6.07721H6.07725H6.07729L10.0318 5.25004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9999 1.25C13.8242 1.25 11.2499 3.82436 11.2499 7C11.2499 10.1756 13.8242 12.75 16.9999 12.75C20.1755 12.75 22.7499 10.1756 22.7499 7C22.7499 3.82436 20.1755 1.25 16.9999 1.25ZM19.2503 6.20717C19.6407 6.06889 19.8451 5.64027 19.7068 5.24982C19.5686 4.85937 19.1399 4.65495 18.7495 4.79323C18.2674 4.96399 17.8198 5.28384 17.441 5.61601C17.0545 5.955 16.6961 6.34574 16.3946 6.70726C16.2484 6.88246 16.1134 7.05341 15.9927 7.21192C15.9045 7.12935 15.8161 7.05964 15.7284 7.00117C15.5695 6.89522 15.4204 6.83142 15.2919 6.79469C15.2281 6.77648 15.1051 6.74377 14.9999 6.7502C14.5857 6.7502 14.2499 7.08599 14.2499 7.5002C14.2499 7.87492 14.5247 8.18546 14.8838 8.24127C14.9395 8.2784 15.1235 8.42459 15.3291 8.83561C15.4499 9.07738 15.6916 9.2354 15.9615 9.24922C16.2314 9.26304 16.4881 9.13018 16.6331 8.90213C16.7959 8.67148 17.2759 7.9924 17.5464 7.66815C17.8183 7.34217 18.1217 7.01416 18.4301 6.74377C18.7461 6.46657 19.0265 6.28642 19.2503 6.20717Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-store-verified-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.25C13.8244 1.25 11.25 3.82436 11.25 7C11.25 10.1756 13.8244 12.75 17 12.75C20.1756 12.75 22.75 10.1756 22.75 7C22.75 3.82436 20.1756 1.25 17 1.25ZM19.2504 6.20717C19.6408 6.06889 19.8453 5.64027 19.707 5.24982C19.5687 4.85937 19.1401 4.65495 18.7496 4.79323C18.2675 4.96399 17.8199 5.28384 17.4411 5.61601C17.0546 5.955 16.6963 6.34574 16.3947 6.70726C16.2485 6.88246 16.1135 7.05341 15.9928 7.21192C15.9046 7.12935 15.8162 7.05964 15.7285 7.00117C15.5696 6.89522 15.4205 6.83142 15.292 6.79469C15.2282 6.77648 15.1052 6.74377 15 6.7502C14.5858 6.7502 14.25 7.08599 14.25 7.5002C14.25 7.87492 14.5248 8.18546 14.8839 8.24127C14.9396 8.2784 15.1237 8.42459 15.3292 8.83561C15.4501 9.07738 15.6917 9.2354 15.9616 9.24922C16.2315 9.26304 16.4882 9.13018 16.6332 8.90213C16.796 8.67148 17.276 7.9924 17.5465 7.66815C17.8184 7.34217 18.1219 7.01416 18.4302 6.74377C18.7463 6.46657 19.0266 6.28642 19.2504 6.20717Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0784 5.25C9.86488 5.97192 9.75 6.7385 9.75 7.53288C9.75 10.4774 11.3284 13.0401 13.6566 14.3623C12.9088 14.8874 11.9879 15.1945 11 15.1945C9.6271 15.1945 8.38384 14.6015 7.55445 13.6544C6.93173 14.585 5.86012 15.1945 4.65388 15.1945C4.46376 15.1945 4.27705 15.1794 4.09496 15.1503L4.09496 16.7299C4.09496 17.9519 4.09708 18.7717 4.18221 19.3829C4.26336 19.9656 4.40331 20.2149 4.57491 20.3806C4.74819 20.5478 5.01146 20.6851 5.62085 20.7642C6.25699 20.8468 7.10909 20.8487 8.37408 20.8487L13.6257 20.8487C14.8907 20.8487 15.7428 20.8468 16.379 20.7642C16.9883 20.6851 17.2516 20.5478 17.4249 20.3806C17.5965 20.2149 17.7364 19.9656 17.8176 19.3829C17.9027 18.7717 17.9048 17.9519 17.9048 16.7299V15.2878C18.5829 15.2283 19.2352 15.0756 19.8499 14.842V16.7964C19.8499 17.9345 19.85 18.8847 19.7449 19.6393C19.6338 20.4371 19.3892 21.1564 18.7917 21.7331C18.1959 22.3082 17.4557 22.5422 16.635 22.6487C15.8557 22.7498 14.8734 22.7498 13.6926 22.7497L8.3072 22.7497C7.12637 22.7498 6.14411 22.7498 5.36482 22.6487C4.54412 22.5422 3.80393 22.3082 3.20812 21.7331C2.61064 21.1564 2.36605 20.4371 2.25493 19.6393C2.14983 18.8848 2.14986 17.9346 2.1499 16.7965V16.7964L2.14991 14.142C1.82347 13.8046 1.5619 13.3957 1.39439 12.9515C1.35623 12.8506 1.30141 12.7057 1.2727 12.525C1.24264 12.3357 1.24527 12.142 1.26412 11.9183C1.31156 11.3556 1.5096 11.0162 1.74172 10.6184L2.63122 9.09223C2.8715 8.67996 2.99729 8.2145 2.99729 7.74169C2.99729 6.35173 4.14237 5.25007 5.5236 5.25006L10.0784 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.25C13.8244 1.25 11.25 3.82436 11.25 7C11.25 10.1756 13.8244 12.75 17 12.75C20.1756 12.75 22.75 10.1756 22.75 7C22.75 3.82436 20.1756 1.25 17 1.25ZM19.2504 6.20717C19.6408 6.06889 19.8453 5.64027 19.707 5.24982C19.5687 4.85937 19.1401 4.65495 18.7496 4.79323C18.2675 4.96399 17.8199 5.28384 17.4411 5.61601C17.0546 5.955 16.6963 6.34574 16.3947 6.70726C16.2485 6.88246 16.1135 7.05341 15.9928 7.21192C15.9046 7.12935 15.8162 7.05964 15.7285 7.00117C15.5696 6.89522 15.4205 6.83142 15.292 6.79469C15.2282 6.77648 15.1052 6.74377 15 6.7502C14.5858 6.7502 14.25 7.08599 14.25 7.5002C14.25 7.87492 14.5248 8.18546 14.8839 8.24127C14.9396 8.2784 15.1237 8.42459 15.3292 8.83561C15.4501 9.07738 15.6917 9.2354 15.9616 9.24922C16.2315 9.26304 16.4882 9.13018 16.6332 8.90213C16.796 8.67148 17.276 7.9924 17.5465 7.66815C17.8184 7.34217 18.1219 7.01416 18.4302 6.74377C18.7463 6.46657 19.0266 6.28642 19.2504 6.20717Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0784 5.25C9.86488 5.97192 9.75 6.7385 9.75 7.53288C9.75 10.4774 11.3284 13.0401 13.6566 14.3623C12.9088 14.8874 11.9879 15.1945 11 15.1945C9.6271 15.1945 8.38384 14.6015 7.55445 13.6544C6.93173 14.585 5.86012 15.1945 4.65388 15.1945C4.46376 15.1945 4.27705 15.1794 4.09496 15.1503L4.09496 16.7299C4.09496 17.9519 4.09708 18.7717 4.18221 19.3829C4.26336 19.9656 4.40331 20.2149 4.57491 20.3806C4.74819 20.5478 5.01146 20.6851 5.62085 20.7642C6.25699 20.8468 7.10909 20.8487 8.37408 20.8487L13.6257 20.8487C14.8907 20.8487 15.7428 20.8468 16.379 20.7642C16.9883 20.6851 17.2516 20.5478 17.4249 20.3806C17.5965 20.2149 17.7364 19.9656 17.8176 19.3829C17.9027 18.7717 17.9048 17.9519 17.9048 16.7299V15.2878C18.5829 15.2283 19.2352 15.0756 19.8499 14.842V16.7964C19.8499 17.9345 19.85 18.8847 19.7449 19.6393C19.6338 20.4371 19.3892 21.1564 18.7917 21.7331C18.1959 22.3082 17.4557 22.5422 16.635 22.6487C15.8557 22.7498 14.8734 22.7498 13.6926 22.7497L8.3072 22.7497C7.12637 22.7498 6.14411 22.7498 5.36482 22.6487C4.54412 22.5422 3.80393 22.3082 3.20812 21.7331C2.61064 21.1564 2.36605 20.4371 2.25493 19.6393C2.14983 18.8848 2.14986 17.9346 2.1499 16.7965V16.7964L2.14991 14.142C1.82347 13.8046 1.5619 13.3957 1.39439 12.9515C1.35623 12.8506 1.30141 12.7057 1.2727 12.525C1.24264 12.3357 1.24527 12.142 1.26412 11.9183C1.31156 11.3556 1.5096 11.0162 1.74172 10.6184L2.63122 9.09223C2.8715 8.67996 2.99729 8.2145 2.99729 7.74169C2.99729 6.35173 4.14237 5.25007 5.5236 5.25006L10.0784 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-tick-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9375 6.15241C20.1297 6.6702 19.8657 7.2457 19.3479 7.43782C18.289 7.83068 17.1274 8.64841 15.9514 9.72885C14.7866 10.799 13.6641 12.074 12.6793 13.3107C11.6965 14.5449 10.8631 15.7254 10.2751 16.5981C9.98143 17.0339 9.74984 17.3917 9.59237 17.6394C9.51365 17.7632 9.45351 17.8594 9.41344 17.924L9.36861 17.9966L9.35785 18.0142L9.35545 18.0182C9.17177 18.3209 8.84114 18.5048 8.48701 18.5002C8.13282 18.4956 7.8075 18.304 7.63176 17.9964C6.68252 16.3352 5.89836 15.5873 5.42654 15.257C5.19208 15.0929 5.03257 15.0302 4.96242 15.0079C4.94586 15.0026 4.93369 14.9994 4.92605 14.9976C4.4083 14.9597 4 14.5277 4 14.0003C4 13.448 4.44772 13.0003 5 13.0003C5.118 13.0082 5.39696 13.0397 5.56883 13.102C5.84243 13.1891 6.18292 13.3452 6.57346 13.6185C7.13325 14.0104 7.79014 14.6389 8.5059 15.6453C8.54176 15.5916 8.57862 15.5367 8.61646 15.4805C9.22514 14.5772 10.0902 13.3515 11.1148 12.0648C12.1374 10.7807 13.3311 9.42028 14.5983 8.25607C15.8543 7.10213 17.2404 6.08653 18.6521 5.56272C19.1699 5.37061 19.7454 5.63462 19.9375 6.15241Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9375 6.15241C20.1297 6.6702 19.8657 7.2457 19.3479 7.43782C18.289 7.83068 17.1274 8.64841 15.9514 9.72885C14.7866 10.799 13.6641 12.074 12.6793 13.3107C11.6965 14.5449 10.8631 15.7254 10.2751 16.5981C9.98143 17.0339 9.74984 17.3917 9.59237 17.6394C9.51365 17.7632 9.45351 17.8594 9.41344 17.924L9.36861 17.9966L9.35785 18.0142L9.35545 18.0182C9.17177 18.3209 8.84114 18.5048 8.48701 18.5002C8.13282 18.4956 7.8075 18.304 7.63176 17.9964C6.68252 16.3352 5.89836 15.5873 5.42654 15.257C5.19208 15.0929 5.03257 15.0302 4.96242 15.0079C4.94586 15.0026 4.93369 14.9994 4.92605 14.9976C4.4083 14.9597 4 14.5277 4 14.0003C4 13.448 4.44772 13.0003 5 13.0003C5.118 13.0082 5.39696 13.0397 5.56883 13.102C5.84243 13.1891 6.18292 13.3452 6.57346 13.6185C7.13325 14.0104 7.79014 14.6389 8.5059 15.6453C8.54176 15.5916 8.57862 15.5367 8.61646 15.4805C9.22514 14.5772 10.0902 13.3515 11.1148 12.0648C12.1374 10.7807 13.3311 9.42028 14.5983 8.25607C15.8543 7.10213 17.2404 6.08653 18.6521 5.56272C19.1699 5.37061 19.7454 5.63462 19.9375 6.15241Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-tick-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6905 5.77665C20.09 6.15799 20.1047 6.79098 19.7234 7.19048L9.22336 18.1905C9.03745 18.3852 8.78086 18.4968 8.51163 18.4999C8.2424 18.5031 7.98328 18.3975 7.79289 18.2071L4.29289 14.7071C3.90237 14.3166 3.90237 13.6834 4.29289 13.2929C4.68342 12.9024 5.31658 12.9024 5.70711 13.2929L8.48336 16.0692L18.2766 5.80953C18.658 5.41003 19.291 5.39531 19.6905 5.77665Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6905 5.77665C20.09 6.15799 20.1047 6.79098 19.7234 7.19048L9.22336 18.1905C9.03745 18.3852 8.78086 18.4968 8.51163 18.4999C8.2424 18.5031 7.98328 18.3975 7.79289 18.2071L4.29289 14.7071C3.90237 14.3166 3.90237 13.6834 4.29289 13.2929C4.68342 12.9024 5.31658 12.9024 5.70711 13.2929L8.48336 16.0692L18.2766 5.80953C18.658 5.41003 19.291 5.39531 19.6905 5.77665Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-tick-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.4743 17.3058C14.4874 14.0819 17.3962 11.8949 21.0501 8.79776C22.1437 7.87072 22.3126 6.24578 21.4547 5.09453C20.5429 3.87098 18.8103 3.62642 17.6376 4.59913C14.2907 7.37521 11.6868 10.0482 9.21679 12.9051C9.08718 13.055 9.02237 13.13 8.95511 13.1722C8.78453 13.2792 8.57138 13.2803 8.3997 13.1751C8.33199 13.1336 8.26707 13.0601 8.13722 12.9131L6.82103 11.4229C5.6201 10.0631 3.46608 10.2137 2.46339 11.7274C1.76171 12.7867 1.86569 14.1905 2.71567 15.1334L4.7796 17.4229C6.32334 19.1353 7.09521 19.9916 8.02185 19.9999C8.94849 20.0083 9.79043 19.1075 11.4743 17.3058Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.4743 17.3058C14.4874 14.0819 17.3962 11.8949 21.0501 8.79776C22.1437 7.87072 22.3126 6.24578 21.4547 5.09453C20.5429 3.87098 18.8103 3.62642 17.6376 4.59913C14.2907 7.37521 11.6868 10.0482 9.21679 12.9051C9.08718 13.055 9.02237 13.13 8.95511 13.1722C8.78453 13.2792 8.57138 13.2803 8.3997 13.1751C8.33199 13.1336 8.26707 13.0601 8.13722 12.9131L6.82103 11.4229C5.6201 10.0631 3.46608 10.2137 2.46339 11.7274C1.76171 12.7867 1.86569 14.1905 2.71567 15.1334L4.7796 17.4229C6.32334 19.1353 7.09521 19.9916 8.02185 19.9999C8.94849 20.0083 9.79043 19.1075 11.4743 17.3058Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-tick-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.8606 5.39176C22.2875 6.49635 21.6888 7.2526 20.5301 7.99754C19.5951 8.5986 18.4039 9.24975 17.1417 10.363C14.7896 12.4375 12.8015 14.9404 11.0046 17.5005C10.6645 17.9851 10.3283 18.473 10.011 18.9729C9.60281 19.6187 8.86895 20.0096 8.08206 19.9998C7.295 19.99 6.57208 19.5812 6.18156 18.9251C4.95203 16.8595 4.07719 16.3386 3.87929 16.2416C2.81482 16.0833 2 15.1998 2 14.1335C2 12.9554 2.99489 12.0003 4.22216 12.0003C5.08887 12.0323 5.89341 12.3727 6.60756 12.8526C7.06369 13.1591 7.54689 13.5645 8.04948 14.0981C9.85756 11.6319 11.8372 9.24764 14.1349 7.22116C15.5748 5.95115 17.2396 4.76235 19.0042 4.13381C20.1549 3.72397 21.4337 4.28718 21.8606 5.39176Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.8606 5.39176C22.2875 6.49635 21.6888 7.2526 20.5301 7.99754C19.5951 8.5986 18.4039 9.24975 17.1417 10.363C14.7896 12.4375 12.8015 14.9404 11.0046 17.5005C10.6645 17.9851 10.3283 18.473 10.011 18.9729C9.60281 19.6187 8.86895 20.0096 8.08206 19.9998C7.295 19.99 6.57208 19.5812 6.18156 18.9251C4.95203 16.8595 4.07719 16.3386 3.87929 16.2416C2.81482 16.0833 2 15.1998 2 14.1335C2 12.9554 2.99489 12.0003 4.22216 12.0003C5.08887 12.0323 5.89341 12.3727 6.60756 12.8526C7.06369 13.1591 7.54689 13.5645 8.04948 14.0981C9.85756 11.6319 11.8372 9.24764 14.1349 7.22116C15.5748 5.95115 17.2396 4.76235 19.0042 4.13381C20.1549 3.72397 21.4337 4.28718 21.8606 5.39176Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-tick-double-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3947 6.05301C17.6417 6.54698 17.4414 7.14766 16.9475 7.39465C14.963 8.3869 12.804 10.4749 10.948 12.622C10.5869 13.0398 9.95536 13.0858 9.53754 12.7246C9.11971 12.3634 9.07378 11.7319 9.43494 11.3141C11.3173 9.13647 13.6923 6.78614 16.053 5.60579C16.547 5.3588 17.1477 5.55903 17.3947 6.05301Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.58644 13.4274C1.81074 12.9227 2.4017 12.6954 2.90639 12.9197C2.97418 12.9506 3.14836 13.038 3.30275 13.1409C3.5167 13.2771 3.8061 13.4837 4.15518 13.7862C4.67084 14.2331 5.31435 14.8873 6.03643 15.8299C6.35173 15.6627 6.74654 15.6702 7.06348 15.8831C7.52189 16.1912 7.64381 16.8125 7.3358 17.2709C7.17596 17.5088 7.05509 17.697 6.97517 17.8241C6.93522 17.8877 6.90553 17.9359 6.88635 17.9673L6.86549 18.0018L6.86104 18.0092C6.6858 18.3049 6.37046 18.4907 6.02683 18.4999C5.68316 18.509 5.3589 18.341 5.1682 18.0549C4.21353 16.6229 3.39675 15.7755 2.84532 15.2976C2.5694 15.0584 2.3588 14.9109 2.229 14.8283C2.16404 14.7869 2.11908 14.7617 2.09603 14.7493C2.08788 14.745 2.08246 14.7422 2.07984 14.7409C1.58516 14.5119 1.36426 13.9273 1.58644 13.4274Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3947 6.05301C22.6417 6.54698 22.4414 7.14766 21.9475 7.39465C19.6538 8.54146 17.1437 11.1402 15.1483 13.572C14.1666 14.7685 13.3371 15.8898 12.753 16.7121C12.4613 17.1229 12.2314 17.4581 12.0752 17.6895C11.9971 17.8052 11.9375 17.8949 11.8978 17.9551L11.8533 18.0228L11.8426 18.0392L11.8402 18.0428C11.6573 18.3255 11.3438 18.4979 11.0071 18.5002C10.6703 18.5025 10.355 18.3351 10.1682 18.0549C9.21353 16.6229 8.39675 15.7755 7.84532 15.2976C7.5694 15.0584 7.3588 14.9109 7.229 14.8283C7.16404 14.7869 7.11908 14.7617 7.09603 14.7493C7.08788 14.745 7.08246 14.7422 7.07984 14.7409C6.58516 14.5119 6.36426 13.9273 6.58644 13.4274C6.81074 12.9227 7.4017 12.6954 7.90639 12.9197C7.98688 12.9594 8.17884 13.0591 8.30275 13.1409C8.5167 13.2771 8.8061 13.4837 9.15518 13.7862C9.65726 14.2213 10.2806 14.853 10.9796 15.7561C11.0255 15.6908 11.0731 15.6234 11.1225 15.554C11.7259 14.7044 12.5839 13.5445 13.6022 12.3034C15.6068 9.86027 18.3467 6.95898 21.053 5.60579C21.547 5.3588 22.1477 5.55903 22.3947 6.05301Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3947 6.05301C17.6417 6.54698 17.4414 7.14766 16.9475 7.39465C14.963 8.3869 12.804 10.4749 10.948 12.622C10.5869 13.0398 9.95536 13.0858 9.53754 12.7246C9.11971 12.3634 9.07378 11.7319 9.43494 11.3141C11.3173 9.13647 13.6923 6.78614 16.053 5.60579C16.547 5.3588 17.1477 5.55903 17.3947 6.05301Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.58644 13.4274C1.81074 12.9227 2.4017 12.6954 2.90639 12.9197C2.97418 12.9506 3.14836 13.038 3.30275 13.1409C3.5167 13.2771 3.8061 13.4837 4.15518 13.7862C4.67084 14.2331 5.31435 14.8873 6.03643 15.8299C6.35173 15.6627 6.74654 15.6702 7.06348 15.8831C7.52189 16.1912 7.64381 16.8125 7.3358 17.2709C7.17596 17.5088 7.05509 17.697 6.97517 17.8241C6.93522 17.8877 6.90553 17.9359 6.88635 17.9673L6.86549 18.0018L6.86104 18.0092C6.6858 18.3049 6.37046 18.4907 6.02683 18.4999C5.68316 18.509 5.3589 18.341 5.1682 18.0549C4.21353 16.6229 3.39675 15.7755 2.84532 15.2976C2.5694 15.0584 2.3588 14.9109 2.229 14.8283C2.16404 14.7869 2.11908 14.7617 2.09603 14.7493C2.08788 14.745 2.08246 14.7422 2.07984 14.7409C1.58516 14.5119 1.36426 13.9273 1.58644 13.4274Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3947 6.05301C22.6417 6.54698 22.4414 7.14766 21.9475 7.39465C19.6538 8.54146 17.1437 11.1402 15.1483 13.572C14.1666 14.7685 13.3371 15.8898 12.753 16.7121C12.4613 17.1229 12.2314 17.4581 12.0752 17.6895C11.9971 17.8052 11.9375 17.8949 11.8978 17.9551L11.8533 18.0228L11.8426 18.0392L11.8402 18.0428C11.6573 18.3255 11.3438 18.4979 11.0071 18.5002C10.6703 18.5025 10.355 18.3351 10.1682 18.0549C9.21353 16.6229 8.39675 15.7755 7.84532 15.2976C7.5694 15.0584 7.3588 14.9109 7.229 14.8283C7.16404 14.7869 7.11908 14.7617 7.09603 14.7493C7.08788 14.745 7.08246 14.7422 7.07984 14.7409C6.58516 14.5119 6.36426 13.9273 6.58644 13.4274C6.81074 12.9227 7.4017 12.6954 7.90639 12.9197C7.98688 12.9594 8.17884 13.0591 8.30275 13.1409C8.5167 13.2771 8.8061 13.4837 9.15518 13.7862C9.65726 14.2213 10.2806 14.853 10.9796 15.7561C11.0255 15.6908 11.0731 15.6234 11.1225 15.554C11.7259 14.7044 12.5839 13.5445 13.6022 12.3034C15.6068 9.86027 18.3467 6.95898 21.053 5.60579C21.547 5.3588 22.1477 5.55903 22.3947 6.05301Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-tick-double-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1905 5.77665C17.59 6.15799 17.6047 6.79098 17.2234 7.19048L11.1604 13.5422C10.7791 13.9417 10.1461 13.9564 9.74656 13.575C9.34706 13.1937 9.33234 12.5607 9.71368 12.1612L15.7766 5.80953C16.158 5.41003 16.791 5.39531 17.1905 5.77665ZM1.80953 13.11C2.20902 12.7286 2.84202 12.7434 3.22336 13.1429L6.0325 16.0858C6.40428 15.8826 6.87963 15.9321 7.20249 16.2403C7.60199 16.6216 7.61671 17.2546 7.23537 17.6541L6.72336 18.1905C6.53466 18.3882 6.27328 18.5 6 18.5C5.72672 18.5 5.46534 18.3882 5.27665 18.1905L1.77665 14.5238C1.39531 14.1243 1.41003 13.4913 1.80953 13.11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.1905 5.77665C22.59 6.15799 22.6047 6.79098 22.2234 7.19048L11.7234 18.1905C11.5347 18.3882 11.2733 18.5 11 18.5C10.7267 18.5 10.4653 18.3882 10.2766 18.1905L6.77665 14.5238C6.39531 14.1243 6.41003 13.4913 6.80953 13.11C7.20902 12.7286 7.84202 12.7434 8.22336 13.1429L11 16.0517L20.7766 5.80953C21.158 5.41003 21.791 5.39531 22.1905 5.77665Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1905 5.77665C17.59 6.15799 17.6047 6.79098 17.2234 7.19048L11.1604 13.5422C10.7791 13.9417 10.1461 13.9564 9.74656 13.575C9.34706 13.1937 9.33234 12.5607 9.71368 12.1612L15.7766 5.80953C16.158 5.41003 16.791 5.39531 17.1905 5.77665ZM1.80953 13.11C2.20902 12.7286 2.84202 12.7434 3.22336 13.1429L6.0325 16.0858C6.40428 15.8826 6.87963 15.9321 7.20249 16.2403C7.60199 16.6216 7.61671 17.2546 7.23537 17.6541L6.72336 18.1905C6.53466 18.3882 6.27328 18.5 6 18.5C5.72672 18.5 5.46534 18.3882 5.27665 18.1905L1.77665 14.5238C1.39531 14.1243 1.41003 13.4913 1.80953 13.11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.1905 5.77665C22.59 6.15799 22.6047 6.79098 22.2234 7.19048L11.7234 18.1905C11.5347 18.3882 11.2733 18.5 11 18.5C10.7267 18.5 10.4653 18.3882 10.2766 18.1905L6.77665 14.5238C6.39531 14.1243 6.41003 13.4913 6.80953 13.11C7.20902 12.7286 7.84202 12.7434 8.22336 13.1429L11 16.0517L20.7766 5.80953C21.158 5.41003 21.791 5.39531 22.1905 5.77665Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-tick-double-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9269 5.25018C13.6012 4.63109 14.4693 4.39582 15.2985 4.54199C15.8424 4.63786 16.2056 5.1565 16.1098 5.7004C16.0139 6.2443 15.4953 6.6075 14.9514 6.51163C14.7329 6.47312 14.4937 6.52677 14.2795 6.7234C13.3759 7.55307 12.5481 8.37053 11.7727 9.18813C11.3927 9.58886 10.7597 9.60563 10.359 9.22559C9.95828 8.84554 9.94151 8.2126 10.3216 7.81187C11.1284 6.96116 11.9889 6.11133 12.9269 5.25018ZM4.57174 11.8854C4.18443 11.6681 3.64533 11.7536 3.32317 12.292C3.01975 12.799 3.07287 13.4812 3.42565 13.9144L4.94062 15.7746C5.52527 16.4925 5.90264 16.9527 6.21253 17.246C6.36026 17.3859 6.45594 17.4514 6.51265 17.4813C6.53239 17.4917 6.54494 17.4965 6.55115 17.4986C6.5555 17.497 6.56171 17.4945 6.57002 17.4907C6.61098 17.472 6.68735 17.4275 6.80819 17.326C7.23123 16.971 7.86199 17.0261 8.21704 17.4491C8.57209 17.8722 8.51697 18.5029 8.09394 18.858C7.68682 19.1997 7.17553 19.5063 6.53506 19.4999C5.81597 19.4927 5.26951 19.1074 4.83751 18.6984C4.42165 18.3047 3.96235 17.7406 3.43159 17.0888L1.87487 15.1773C0.979853 14.0783 0.880323 12.4793 1.60699 11.265C2.46146 9.83712 4.17895 9.37181 5.5503 10.1412C6.03196 10.4114 6.20337 11.0209 5.93314 11.5026C5.66292 11.9842 5.0534 12.1556 4.57174 11.8854ZM6.54303 17.501C6.54304 17.501 6.54351 17.5009 6.54441 17.5007L6.54303 17.501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.3519 5.42993C19.5963 4.31168 21.4155 4.63016 22.3339 5.96525C23.1788 7.19349 23.0285 8.93348 21.9198 9.9516C21.26 10.5575 20.6371 11.1168 20.0409 11.6522C18.1291 13.3689 16.4924 14.8386 14.7986 16.8019L14.7653 16.8405C14.1622 17.5396 13.6638 18.1173 13.2269 18.5135C12.7842 18.915 12.2717 19.2572 11.634 19.2509C11.008 19.2448 10.5152 18.918 10.0893 18.5234C9.67703 18.1413 9.21697 17.5884 8.66663 16.927L7.08521 15.0266C6.23892 14.0096 6.14167 12.5183 6.83264 11.3882C7.84718 9.72901 10.0859 9.54199 11.322 11.0582L12.1285 12.0474C13.9492 9.78337 15.885 7.64659 18.3519 5.42993Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9269 5.25018C13.6012 4.63109 14.4693 4.39582 15.2985 4.54199C15.8424 4.63786 16.2056 5.1565 16.1098 5.7004C16.0139 6.2443 15.4953 6.6075 14.9514 6.51163C14.7329 6.47312 14.4937 6.52677 14.2795 6.7234C13.3759 7.55307 12.5481 8.37053 11.7727 9.18813C11.3927 9.58886 10.7597 9.60563 10.359 9.22559C9.95828 8.84554 9.94151 8.2126 10.3216 7.81187C11.1284 6.96116 11.9889 6.11133 12.9269 5.25018ZM4.57174 11.8854C4.18443 11.6681 3.64533 11.7536 3.32317 12.292C3.01975 12.799 3.07287 13.4812 3.42565 13.9144L4.94062 15.7746C5.52527 16.4925 5.90264 16.9527 6.21253 17.246C6.36026 17.3859 6.45594 17.4514 6.51265 17.4813C6.53239 17.4917 6.54494 17.4965 6.55115 17.4986C6.5555 17.497 6.56171 17.4945 6.57002 17.4907C6.61098 17.472 6.68735 17.4275 6.80819 17.326C7.23123 16.971 7.86199 17.0261 8.21704 17.4491C8.57209 17.8722 8.51697 18.5029 8.09394 18.858C7.68682 19.1997 7.17553 19.5063 6.53506 19.4999C5.81597 19.4927 5.26951 19.1074 4.83751 18.6984C4.42165 18.3047 3.96235 17.7406 3.43159 17.0888L1.87487 15.1773C0.979853 14.0783 0.880323 12.4793 1.60699 11.265C2.46146 9.83712 4.17895 9.37181 5.5503 10.1412C6.03196 10.4114 6.20337 11.0209 5.93314 11.5026C5.66292 11.9842 5.0534 12.1556 4.57174 11.8854ZM6.54303 17.501C6.54304 17.501 6.54351 17.5009 6.54441 17.5007L6.54303 17.501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.3519 5.42993C19.5963 4.31168 21.4155 4.63016 22.3339 5.96525C23.1788 7.19349 23.0285 8.93348 21.9198 9.9516C21.26 10.5575 20.6371 11.1168 20.0409 11.6522C18.1291 13.3689 16.4924 14.8386 14.7986 16.8019L14.7653 16.8405C14.1622 17.5396 13.6638 18.1173 13.2269 18.5135C12.7842 18.915 12.2717 19.2572 11.634 19.2509C11.008 19.2448 10.5152 18.918 10.0893 18.5234C9.67703 18.1413 9.21697 17.5884 8.66663 16.927L7.08521 15.0266C6.23892 14.0096 6.14167 12.5183 6.83264 11.3882C7.84718 9.72901 10.0859 9.54199 11.322 11.0582L12.1285 12.0474C13.9492 9.78337 15.885 7.64659 18.3519 5.42993Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-tick-double-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.6092 4.90997C20.8859 4.41739 22.2735 5.10576 22.728 6.37975C22.9524 7.00872 22.9194 7.60732 22.6314 8.15104C22.3663 8.65159 21.9186 9.03969 21.4522 9.36445C21.2922 9.47586 21.1292 9.58532 20.9629 9.69691C20.3532 10.1061 19.7007 10.544 19.0003 11.2132C18.1099 12.0639 17.2302 13.0993 16.4389 14.1327L16.4297 14.1445C15.7587 14.9853 14.3927 17.0816 13.7739 18.0574C13.3349 18.7994 12.5422 19.2625 11.6768 19.2508C10.8065 19.239 10.0222 18.7495 9.60411 17.9887C8.91899 16.7419 8.41957 16.2858 8.24727 16.1543C7.15677 15.8968 6.375 14.8942 6.375 13.7344C6.375 12.3908 7.42962 11.2511 8.79175 11.2511C8.96774 11.2491 9.4066 11.2798 9.75408 11.418C10.1453 11.5475 10.5734 11.7604 11.0223 12.0872C11.2006 12.2169 11.381 12.3638 11.5631 12.5294C11.8905 12.0645 12.2518 11.5686 12.6402 11.0613C13.5218 9.91004 14.5724 8.66158 15.7088 7.57589C16.8177 6.51639 18.1509 5.47266 19.6092 4.90997Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0592 5.14363C16.2562 5.6596 15.9976 6.23755 15.4816 6.43451C14.3113 6.88126 13.1511 7.75288 12.0892 8.75662C11.7233 9.10248 11.3636 9.46935 11.0134 9.84807C10.6384 10.2535 10.0057 10.2783 9.60022 9.90329C9.19475 9.52831 9.17003 8.89563 9.54501 8.49015C9.92116 8.08341 10.3124 7.68405 10.7153 7.30318C11.8552 6.22574 13.2405 5.14927 14.7684 4.56603C15.2843 4.36906 15.8623 4.62767 16.0592 5.14363ZM1.125 13.6936C1.125 12.203 2.3067 10.9457 3.82387 10.9457C3.83705 10.9457 3.85023 10.9459 3.8634 10.9465L4.00429 10.952C4.01659 10.9525 4.02888 10.9532 4.04115 10.9542C4.11952 10.9602 4.20334 10.9697 4.2922 10.9836C4.47041 11.0115 4.66595 11.0567 4.87572 11.1254C5.4006 11.2972 5.6868 11.862 5.51498 12.3869C5.34315 12.9118 4.77837 13.198 4.25349 13.0261C4.14639 12.9911 4.05551 12.9709 3.98284 12.9595C3.95331 12.9549 3.92689 12.9517 3.90372 12.9496L3.80871 12.9459C3.45503 12.9544 3.125 13.2597 3.125 13.6936C3.125 14.089 3.40373 14.383 3.71911 14.4332C3.82661 14.4504 3.9306 14.4849 4.02696 14.5356C4.09916 14.5735 4.18502 14.6255 4.28348 14.6964C4.70661 15.0011 5.38428 15.6724 6.19608 17.134C6.32531 17.3667 6.55446 17.4971 6.78819 17.5002C6.94913 17.5024 7.10717 17.4447 7.23486 17.3348C7.65342 16.9745 8.28482 17.0217 8.64513 17.4403C9.00545 17.8588 8.95822 18.4902 8.53966 18.8505C8.05318 19.2693 7.42491 19.5089 6.76146 19.5C5.79176 19.4871 4.91554 18.9475 4.44765 18.1051C3.81035 16.9577 3.34358 16.5042 3.16621 16.3592C1.97679 16.0565 1.125 14.9622 1.125 13.6936Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.6092 4.90997C20.8859 4.41739 22.2735 5.10576 22.728 6.37975C22.9524 7.00872 22.9194 7.60732 22.6314 8.15104C22.3663 8.65159 21.9186 9.03969 21.4522 9.36445C21.2922 9.47586 21.1292 9.58532 20.9629 9.69691C20.3532 10.1061 19.7007 10.544 19.0003 11.2132C18.1099 12.0639 17.2302 13.0993 16.4389 14.1327L16.4297 14.1445C15.7587 14.9853 14.3927 17.0816 13.7739 18.0574C13.3349 18.7994 12.5422 19.2625 11.6768 19.2508C10.8065 19.239 10.0222 18.7495 9.60411 17.9887C8.91899 16.7419 8.41957 16.2858 8.24727 16.1543C7.15677 15.8968 6.375 14.8942 6.375 13.7344C6.375 12.3908 7.42962 11.2511 8.79175 11.2511C8.96774 11.2491 9.4066 11.2798 9.75408 11.418C10.1453 11.5475 10.5734 11.7604 11.0223 12.0872C11.2006 12.2169 11.381 12.3638 11.5631 12.5294C11.8905 12.0645 12.2518 11.5686 12.6402 11.0613C13.5218 9.91004 14.5724 8.66158 15.7088 7.57589C16.8177 6.51639 18.1509 5.47266 19.6092 4.90997Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0592 5.14363C16.2562 5.6596 15.9976 6.23755 15.4816 6.43451C14.3113 6.88126 13.1511 7.75288 12.0892 8.75662C11.7233 9.10248 11.3636 9.46935 11.0134 9.84807C10.6384 10.2535 10.0057 10.2783 9.60022 9.90329C9.19475 9.52831 9.17003 8.89563 9.54501 8.49015C9.92116 8.08341 10.3124 7.68405 10.7153 7.30318C11.8552 6.22574 13.2405 5.14927 14.7684 4.56603C15.2843 4.36906 15.8623 4.62767 16.0592 5.14363ZM1.125 13.6936C1.125 12.203 2.3067 10.9457 3.82387 10.9457C3.83705 10.9457 3.85023 10.9459 3.8634 10.9465L4.00429 10.952C4.01659 10.9525 4.02888 10.9532 4.04115 10.9542C4.11952 10.9602 4.20334 10.9697 4.2922 10.9836C4.47041 11.0115 4.66595 11.0567 4.87572 11.1254C5.4006 11.2972 5.6868 11.862 5.51498 12.3869C5.34315 12.9118 4.77837 13.198 4.25349 13.0261C4.14639 12.9911 4.05551 12.9709 3.98284 12.9595C3.95331 12.9549 3.92689 12.9517 3.90372 12.9496L3.80871 12.9459C3.45503 12.9544 3.125 13.2597 3.125 13.6936C3.125 14.089 3.40373 14.383 3.71911 14.4332C3.82661 14.4504 3.9306 14.4849 4.02696 14.5356C4.09916 14.5735 4.18502 14.6255 4.28348 14.6964C4.70661 15.0011 5.38428 15.6724 6.19608 17.134C6.32531 17.3667 6.55446 17.4971 6.78819 17.5002C6.94913 17.5024 7.10717 17.4447 7.23486 17.3348C7.65342 16.9745 8.28482 17.0217 8.64513 17.4403C9.00545 17.8588 8.95822 18.4902 8.53966 18.8505C8.05318 19.2693 7.42491 19.5089 6.76146 19.5C5.79176 19.4871 4.91554 18.9475 4.44765 18.1051C3.81035 16.9577 3.34358 16.5042 3.16621 16.3592C1.97679 16.0565 1.125 14.9622 1.125 13.6936Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-validation-approval{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.4355 5.64687C13.6307 6.16352 13.37 6.74057 12.8534 6.93574C12.5903 7.03515 12.2477 7.26728 11.8527 7.6368C11.4692 7.99557 11.0908 8.43174 10.7509 8.86632C10.413 9.29839 10.1253 9.71327 9.92171 10.0209L9.60938 10.5116C9.41996 10.8295 9.07017 11.0173 8.7006 10.9991C8.33095 10.9808 8.00163 10.7598 7.84454 10.4247C7.58669 9.87461 7.37347 9.69325 7.31218 9.64933C6.84968 9.56143 6.5 9.15502 6.5 8.66694C6.5 8.11465 6.94772 7.66694 7.5 7.66694C7.58261 7.67042 7.77806 7.68814 7.89895 7.73121C8.07094 7.78362 8.26575 7.8733 8.47015 8.01865C8.55641 8.07999 8.64276 8.15004 8.72874 8.22971C8.8651 8.04055 9.01492 7.83958 9.17553 7.63422C9.55256 7.15213 10.0014 6.62998 10.4864 6.17624C10.96 5.73326 11.5274 5.29872 12.1466 5.0648C12.6632 4.86962 13.2403 5.13022 13.4355 5.64687Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 14C5.5 13.4477 5.94772 13 6.5 13H10.5C11.0523 13 11.5 13.4477 11.5 14C11.5 14.5523 11.0523 15 10.5 15H6.5C5.94772 15 5.5 14.5523 5.5 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 17C5.5 16.4477 5.94772 16 6.5 16H10.5C11.0523 16 11.5 16.4477 11.5 17C11.5 17.5523 11.0523 18 10.5 18H6.5C5.94772 18 5.5 17.5523 5.5 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0003 13C15.6196 13 14.5003 14.1193 14.5003 15.5C14.5003 15.6608 14.5155 15.818 14.5445 15.9703C14.6843 16.7048 15.0763 17.3806 15.223 18.1138C15.2678 18.3379 15.4647 18.4993 15.6932 18.4993H18.3074C18.536 18.4993 18.7328 18.3379 18.7777 18.1138C18.9244 17.3806 19.3164 16.7048 19.4562 15.9703C19.4852 15.818 19.5003 15.6608 19.5003 15.5C19.5003 14.1193 18.381 13 17.0003 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.6314 19.5H18.3692C18.4347 19.5 18.4674 19.5 18.4998 19.5042C18.5321 19.5085 18.5638 19.5169 18.627 19.5338L20.9966 20.1659C21.875 20.3611 22.5 21.1402 22.5 22.0401C22.5 22.5702 22.0702 23 21.5401 23H12.4599C11.9298 23 11.5 22.5702 11.5 22.0401C11.5 21.1402 12.125 20.3611 13.0034 20.1659L15.3737 19.5338C15.4369 19.5169 15.4685 19.5085 15.5009 19.5042C15.5332 19.5 15.566 19.5 15.6314 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.42943 1H11.5706C12.9247 0.999966 14.0413 0.999936 14.9251 1.11875C15.8529 1.2435 16.6723 1.51547 17.3284 2.17158C17.9845 2.82768 18.2565 3.64711 18.3813 4.57494C18.5001 5.4587 18.5 6.57533 18.5 7.92946V10C18.5 10.5523 18.0523 11 17.5 11C16.9477 11 16.5 10.5523 16.5 10V8C16.5 6.55752 16.4979 5.57625 16.3991 4.84143C16.3042 4.13538 16.1368 3.80836 15.9142 3.58579C15.6916 3.36322 15.3646 3.19585 14.6586 3.10092C13.9238 3.00213 12.9425 3 11.5 3H8.5C7.05752 3 6.07625 3.00213 5.34143 3.10092C4.63538 3.19585 4.30836 3.36322 4.08579 3.58579C3.86322 3.80836 3.69585 4.13538 3.60092 4.84143C3.50213 5.57625 3.5 6.55752 3.5 8V16C3.5 17.4425 3.50213 18.4237 3.60092 19.1586C3.69585 19.8646 3.86322 20.1916 4.08579 20.4142C4.30836 20.6368 4.63538 20.8042 5.34143 20.8991C6.07625 20.9979 7.05752 21 8.5 21C9.05229 21 9.5 21.4477 9.5 22C9.5 22.5523 9.05229 23 8.5 23H8.42946C7.07533 23 5.9587 23.0001 5.07494 22.8813C4.14711 22.7565 3.32768 22.4845 2.67158 21.8284C2.01547 21.1723 1.7435 20.3529 1.61875 19.4251C1.49994 18.5413 1.49997 17.4247 1.5 16.0706V7.92943C1.49997 6.57531 1.49994 5.4587 1.61875 4.57494C1.7435 3.64711 2.01547 2.82768 2.67158 2.17158C3.32768 1.51547 4.14711 1.2435 5.07494 1.11875C5.9587 0.999936 7.07531 0.999966 8.42943 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.4355 5.64687C13.6307 6.16352 13.37 6.74057 12.8534 6.93574C12.5903 7.03515 12.2477 7.26728 11.8527 7.6368C11.4692 7.99557 11.0908 8.43174 10.7509 8.86632C10.413 9.29839 10.1253 9.71327 9.92171 10.0209L9.60938 10.5116C9.41996 10.8295 9.07017 11.0173 8.7006 10.9991C8.33095 10.9808 8.00163 10.7598 7.84454 10.4247C7.58669 9.87461 7.37347 9.69325 7.31218 9.64933C6.84968 9.56143 6.5 9.15502 6.5 8.66694C6.5 8.11465 6.94772 7.66694 7.5 7.66694C7.58261 7.67042 7.77806 7.68814 7.89895 7.73121C8.07094 7.78362 8.26575 7.8733 8.47015 8.01865C8.55641 8.07999 8.64276 8.15004 8.72874 8.22971C8.8651 8.04055 9.01492 7.83958 9.17553 7.63422C9.55256 7.15213 10.0014 6.62998 10.4864 6.17624C10.96 5.73326 11.5274 5.29872 12.1466 5.0648C12.6632 4.86962 13.2403 5.13022 13.4355 5.64687Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 14C5.5 13.4477 5.94772 13 6.5 13H10.5C11.0523 13 11.5 13.4477 11.5 14C11.5 14.5523 11.0523 15 10.5 15H6.5C5.94772 15 5.5 14.5523 5.5 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 17C5.5 16.4477 5.94772 16 6.5 16H10.5C11.0523 16 11.5 16.4477 11.5 17C11.5 17.5523 11.0523 18 10.5 18H6.5C5.94772 18 5.5 17.5523 5.5 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0003 13C15.6196 13 14.5003 14.1193 14.5003 15.5C14.5003 15.6608 14.5155 15.818 14.5445 15.9703C14.6843 16.7048 15.0763 17.3806 15.223 18.1138C15.2678 18.3379 15.4647 18.4993 15.6932 18.4993H18.3074C18.536 18.4993 18.7328 18.3379 18.7777 18.1138C18.9244 17.3806 19.3164 16.7048 19.4562 15.9703C19.4852 15.818 19.5003 15.6608 19.5003 15.5C19.5003 14.1193 18.381 13 17.0003 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.6314 19.5H18.3692C18.4347 19.5 18.4674 19.5 18.4998 19.5042C18.5321 19.5085 18.5638 19.5169 18.627 19.5338L20.9966 20.1659C21.875 20.3611 22.5 21.1402 22.5 22.0401C22.5 22.5702 22.0702 23 21.5401 23H12.4599C11.9298 23 11.5 22.5702 11.5 22.0401C11.5 21.1402 12.125 20.3611 13.0034 20.1659L15.3737 19.5338C15.4369 19.5169 15.4685 19.5085 15.5009 19.5042C15.5332 19.5 15.566 19.5 15.6314 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.42943 1H11.5706C12.9247 0.999966 14.0413 0.999936 14.9251 1.11875C15.8529 1.2435 16.6723 1.51547 17.3284 2.17158C17.9845 2.82768 18.2565 3.64711 18.3813 4.57494C18.5001 5.4587 18.5 6.57533 18.5 7.92946V10C18.5 10.5523 18.0523 11 17.5 11C16.9477 11 16.5 10.5523 16.5 10V8C16.5 6.55752 16.4979 5.57625 16.3991 4.84143C16.3042 4.13538 16.1368 3.80836 15.9142 3.58579C15.6916 3.36322 15.3646 3.19585 14.6586 3.10092C13.9238 3.00213 12.9425 3 11.5 3H8.5C7.05752 3 6.07625 3.00213 5.34143 3.10092C4.63538 3.19585 4.30836 3.36322 4.08579 3.58579C3.86322 3.80836 3.69585 4.13538 3.60092 4.84143C3.50213 5.57625 3.5 6.55752 3.5 8V16C3.5 17.4425 3.50213 18.4237 3.60092 19.1586C3.69585 19.8646 3.86322 20.1916 4.08579 20.4142C4.30836 20.6368 4.63538 20.8042 5.34143 20.8991C6.07625 20.9979 7.05752 21 8.5 21C9.05229 21 9.5 21.4477 9.5 22C9.5 22.5523 9.05229 23 8.5 23H8.42946C7.07533 23 5.9587 23.0001 5.07494 22.8813C4.14711 22.7565 3.32768 22.4845 2.67158 21.8284C2.01547 21.1723 1.7435 20.3529 1.61875 19.4251C1.49994 18.5413 1.49997 17.4247 1.5 16.0706V7.92943C1.49997 6.57531 1.49994 5.4587 1.61875 4.57494C1.7435 3.64711 2.01547 2.82768 2.67158 2.17158C3.32768 1.51547 4.14711 1.2435 5.07494 1.11875C5.9587 0.999936 7.07531 0.999966 8.42943 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-validation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.6828 2.3172C20.5932 1.2276 18.8266 1.2276 17.737 2.3172C17.6101 2.44406 17.498 2.58011 17.4007 2.72319C16.9314 3.41317 16.7074 4.25582 16.2446 4.95018C16.1454 5.09897 16.0958 5.17337 16.0875 5.25323C16.083 5.29694 16.0874 5.34111 16.1004 5.38307C16.1242 5.45975 16.1874 5.52297 16.3139 5.64941L18.3511 7.68623C18.4773 7.81236 18.5404 7.87542 18.6168 7.89925C18.659 7.91241 18.7035 7.91681 18.7475 7.91219C18.8272 7.90381 18.9014 7.85434 19.0498 7.7554C19.7442 7.29257 20.5868 7.0686 21.2768 6.59928C21.4199 6.50196 21.5559 6.38986 21.6828 6.263C22.7724 5.1734 22.7724 3.4068 21.6828 2.3172Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.42 6.31345L17.6866 8.58003C17.7118 8.60523 17.7243 8.61783 17.7355 8.6317C17.7466 8.64557 17.7562 8.66061 17.7753 8.69067L19.5763 11.5208C20.1155 12.368 19.9938 13.4761 19.2837 14.1862C18.8653 14.6046 18.187 14.6046 17.7686 14.1862L9.81378 6.23138C9.39541 5.813 9.39541 5.13468 9.81378 4.7163C10.5239 4.00618 11.632 3.88455 12.4792 4.42371L15.3093 6.22469C15.3394 6.24383 15.3544 6.2534 15.3683 6.26452C15.3822 6.27565 15.3948 6.28825 15.42 6.31345Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.56417 7.21501C8.72171 7.74435 8.42031 8.30118 7.89097 8.45872C5.3507 9.21474 3.5 11.5687 3.5 14.3523C3.5 17.7477 6.25256 20.5003 9.648 20.5003C12.4316 20.5003 14.7855 18.6496 15.5415 16.1093C15.6991 15.58 16.2559 15.2786 16.7852 15.4361C17.3146 15.5936 17.616 16.1505 17.4585 16.6798C16.457 20.0448 13.3406 22.5003 9.648 22.5003C5.14799 22.5003 1.5 18.8523 1.5 14.3523C1.5 10.6597 3.95548 7.54328 7.32047 6.54181C7.84981 6.38427 8.40663 6.68567 8.56417 7.21501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4355 12.1469C13.6307 12.6635 13.37 13.2406 12.8534 13.4357C12.5903 13.5352 12.2477 13.7673 11.8527 14.1368C11.4692 14.4956 11.0908 14.9317 10.7509 15.3663C10.413 15.7984 10.1253 16.2133 9.92171 16.5209L9.60938 17.0116C9.41996 17.3295 9.07017 17.5173 8.7006 17.4991C8.33095 17.4808 8.00163 17.2598 7.84454 16.9247C7.58669 16.3746 7.37347 16.1932 7.31218 16.1493C6.84968 16.0614 6.5 15.655 6.5 15.1669C6.5 14.6147 6.94772 14.1669 7.5 14.1669C7.58261 14.1704 7.77806 14.1881 7.89895 14.2312C8.07094 14.2836 8.26575 14.3733 8.47015 14.5186C8.55641 14.58 8.64276 14.65 8.72874 14.7297C8.8651 14.5406 9.01492 14.3396 9.17553 14.1342C9.55256 13.6521 10.0014 13.13 10.4864 12.6762C10.96 12.2333 11.5274 11.7987 12.1466 11.5648C12.6632 11.3696 13.2403 11.6302 13.4355 12.1469Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.6828 2.3172C20.5932 1.2276 18.8266 1.2276 17.737 2.3172C17.6101 2.44406 17.498 2.58011 17.4007 2.72319C16.9314 3.41317 16.7074 4.25582 16.2446 4.95018C16.1454 5.09897 16.0958 5.17337 16.0875 5.25323C16.083 5.29694 16.0874 5.34111 16.1004 5.38307C16.1242 5.45975 16.1874 5.52297 16.3139 5.64941L18.3511 7.68623C18.4773 7.81236 18.5404 7.87542 18.6168 7.89925C18.659 7.91241 18.7035 7.91681 18.7475 7.91219C18.8272 7.90381 18.9014 7.85434 19.0498 7.7554C19.7442 7.29257 20.5868 7.0686 21.2768 6.59928C21.4199 6.50196 21.5559 6.38986 21.6828 6.263C22.7724 5.1734 22.7724 3.4068 21.6828 2.3172Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.42 6.31345L17.6866 8.58003C17.7118 8.60523 17.7243 8.61783 17.7355 8.6317C17.7466 8.64557 17.7562 8.66061 17.7753 8.69067L19.5763 11.5208C20.1155 12.368 19.9938 13.4761 19.2837 14.1862C18.8653 14.6046 18.187 14.6046 17.7686 14.1862L9.81378 6.23138C9.39541 5.813 9.39541 5.13468 9.81378 4.7163C10.5239 4.00618 11.632 3.88455 12.4792 4.42371L15.3093 6.22469C15.3394 6.24383 15.3544 6.2534 15.3683 6.26452C15.3822 6.27565 15.3948 6.28825 15.42 6.31345Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.56417 7.21501C8.72171 7.74435 8.42031 8.30118 7.89097 8.45872C5.3507 9.21474 3.5 11.5687 3.5 14.3523C3.5 17.7477 6.25256 20.5003 9.648 20.5003C12.4316 20.5003 14.7855 18.6496 15.5415 16.1093C15.6991 15.58 16.2559 15.2786 16.7852 15.4361C17.3146 15.5936 17.616 16.1505 17.4585 16.6798C16.457 20.0448 13.3406 22.5003 9.648 22.5003C5.14799 22.5003 1.5 18.8523 1.5 14.3523C1.5 10.6597 3.95548 7.54328 7.32047 6.54181C7.84981 6.38427 8.40663 6.68567 8.56417 7.21501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4355 12.1469C13.6307 12.6635 13.37 13.2406 12.8534 13.4357C12.5903 13.5352 12.2477 13.7673 11.8527 14.1368C11.4692 14.4956 11.0908 14.9317 10.7509 15.3663C10.413 15.7984 10.1253 16.2133 9.92171 16.5209L9.60938 17.0116C9.41996 17.3295 9.07017 17.5173 8.7006 17.4991C8.33095 17.4808 8.00163 17.2598 7.84454 16.9247C7.58669 16.3746 7.37347 16.1932 7.31218 16.1493C6.84968 16.0614 6.5 15.655 6.5 15.1669C6.5 14.6147 6.94772 14.1669 7.5 14.1669C7.58261 14.1704 7.77806 14.1881 7.89895 14.2312C8.07094 14.2836 8.26575 14.3733 8.47015 14.5186C8.55641 14.58 8.64276 14.65 8.72874 14.7297C8.8651 14.5406 9.01492 14.3396 9.17553 14.1342C9.55256 13.6521 10.0014 13.13 10.4864 12.6762C10.96 12.2333 11.5274 11.7987 12.1466 11.5648C12.6632 11.3696 13.2403 11.6302 13.4355 12.1469Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-check-icons-web-validation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 11.25C13.8244 11.25 11.25 13.8244 11.25 17C11.25 20.1756 13.8244 22.75 17 22.75C20.1756 22.75 22.75 20.1756 22.75 17C22.75 13.8244 20.1756 11.25 17 11.25ZM19.2504 16.2072C19.6408 16.0689 19.8453 15.6403 19.707 15.2498C19.5687 14.8594 19.1401 14.6549 18.7496 14.7932C18.2675 14.964 17.8199 15.2838 17.4411 15.616C17.0546 15.955 16.6963 16.3457 16.3947 16.7073C16.2485 16.8825 16.1135 17.0534 15.9928 17.2119C15.9046 17.1294 15.8162 17.0596 15.7285 17.0012C15.7105 16.9892 15.6926 16.9767 15.6743 16.9639C15.5311 16.8642 15.3673 16.7502 15 16.7502C14.5858 16.7502 14.25 17.086 14.25 17.5002C14.25 17.8749 14.5248 18.1855 14.8839 18.2413C14.8875 18.2434 14.8917 18.246 14.8965 18.2492C14.9522 18.2864 15.1237 18.4246 15.3292 18.8356C15.4501 19.0774 15.6917 19.2354 15.9616 19.2492C16.2315 19.263 16.4882 19.1302 16.6332 18.9021C16.796 18.6715 17.276 17.9924 17.5465 17.6681C17.8184 17.3422 18.1219 17.0142 18.4302 16.7438C18.7463 16.4666 19.0266 16.2864 19.2504 16.2072Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5697 1.25H11.4311H11.431C9.30393 1.24998 7.61334 1.24997 6.2889 1.41847C4.92719 1.59171 3.80533 1.95804 2.913 2.80244C2.01323 3.65388 1.61601 4.73626 1.42946 6.04925C1.24995 7.31268 1.24997 8.92115 1.25 10.9254V10.9254V11.0767V11.0768C1.24997 13.081 1.24995 14.6895 1.42946 15.9529C1.61601 17.2659 2.01323 18.3483 2.913 19.1997C3.69851 19.943 4.66286 20.3166 5.81428 20.5134C6.94176 20.7061 8.33303 20.7421 10.0315 20.75C10.5706 20.7525 11.0097 20.318 11.0123 19.7794C11.0148 19.2409 10.5797 18.8023 10.0406 18.7998C8.32508 18.7918 7.08914 18.7527 6.1436 18.5911C5.222 18.4336 4.66751 18.1735 4.25579 17.7839C3.7974 17.3502 3.51553 16.7557 3.36254 15.6789C3.20476 14.5683 3.20245 13.0986 3.20245 11.0011C3.20245 10.3616 3.20267 9.7804 3.20744 9.25H19.7934C19.7956 9.49778 19.7969 9.75695 19.7976 10.0283C19.7988 10.5668 20.237 11.0024 20.7761 11.0011C21.3153 10.9998 21.7513 10.5622 21.75 10.0236C21.7459 8.29147 21.7205 6.87293 21.5212 5.7323C21.3162 4.55842 20.9122 3.58258 20.0877 2.80244C19.1954 1.95804 18.0736 1.59171 16.7118 1.41847C15.3874 1.24997 13.6968 1.24998 11.5697 1.25H11.5697ZM5.5 5.5C5.5 4.94772 5.94772 4.5 6.5 4.5H6.50898C7.06127 4.5 7.50898 4.94772 7.50898 5.5C7.50898 6.05228 7.06127 6.5 6.50898 6.5H6.5C5.94772 6.5 5.5 6.05228 5.5 5.5ZM10.5 4.5C9.94771 4.5 9.5 4.94772 9.5 5.5C9.5 6.05228 9.94771 6.5 10.5 6.5H10.509C11.0613 6.5 11.509 6.05228 11.509 5.5C11.509 4.94772 11.0613 4.5 10.509 4.5H10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 11.25C13.8244 11.25 11.25 13.8244 11.25 17C11.25 20.1756 13.8244 22.75 17 22.75C20.1756 22.75 22.75 20.1756 22.75 17C22.75 13.8244 20.1756 11.25 17 11.25ZM19.2504 16.2072C19.6408 16.0689 19.8453 15.6403 19.707 15.2498C19.5687 14.8594 19.1401 14.6549 18.7496 14.7932C18.2675 14.964 17.8199 15.2838 17.4411 15.616C17.0546 15.955 16.6963 16.3457 16.3947 16.7073C16.2485 16.8825 16.1135 17.0534 15.9928 17.2119C15.9046 17.1294 15.8162 17.0596 15.7285 17.0012C15.7105 16.9892 15.6926 16.9767 15.6743 16.9639C15.5311 16.8642 15.3673 16.7502 15 16.7502C14.5858 16.7502 14.25 17.086 14.25 17.5002C14.25 17.8749 14.5248 18.1855 14.8839 18.2413C14.8875 18.2434 14.8917 18.246 14.8965 18.2492C14.9522 18.2864 15.1237 18.4246 15.3292 18.8356C15.4501 19.0774 15.6917 19.2354 15.9616 19.2492C16.2315 19.263 16.4882 19.1302 16.6332 18.9021C16.796 18.6715 17.276 17.9924 17.5465 17.6681C17.8184 17.3422 18.1219 17.0142 18.4302 16.7438C18.7463 16.4666 19.0266 16.2864 19.2504 16.2072Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5697 1.25H11.4311H11.431C9.30393 1.24998 7.61334 1.24997 6.2889 1.41847C4.92719 1.59171 3.80533 1.95804 2.913 2.80244C2.01323 3.65388 1.61601 4.73626 1.42946 6.04925C1.24995 7.31268 1.24997 8.92115 1.25 10.9254V10.9254V11.0767V11.0768C1.24997 13.081 1.24995 14.6895 1.42946 15.9529C1.61601 17.2659 2.01323 18.3483 2.913 19.1997C3.69851 19.943 4.66286 20.3166 5.81428 20.5134C6.94176 20.7061 8.33303 20.7421 10.0315 20.75C10.5706 20.7525 11.0097 20.318 11.0123 19.7794C11.0148 19.2409 10.5797 18.8023 10.0406 18.7998C8.32508 18.7918 7.08914 18.7527 6.1436 18.5911C5.222 18.4336 4.66751 18.1735 4.25579 17.7839C3.7974 17.3502 3.51553 16.7557 3.36254 15.6789C3.20476 14.5683 3.20245 13.0986 3.20245 11.0011C3.20245 10.3616 3.20267 9.7804 3.20744 9.25H19.7934C19.7956 9.49778 19.7969 9.75695 19.7976 10.0283C19.7988 10.5668 20.237 11.0024 20.7761 11.0011C21.3153 10.9998 21.7513 10.5622 21.75 10.0236C21.7459 8.29147 21.7205 6.87293 21.5212 5.7323C21.3162 4.55842 20.9122 3.58258 20.0877 2.80244C19.1954 1.95804 18.0736 1.59171 16.7118 1.41847C15.3874 1.24997 13.6968 1.24998 11.5697 1.25H11.5697ZM5.5 5.5C5.5 4.94772 5.94772 4.5 6.5 4.5H6.50898C7.06127 4.5 7.50898 4.94772 7.50898 5.5C7.50898 6.05228 7.06127 6.5 6.50898 6.5H6.5C5.94772 6.5 5.5 6.05228 5.5 5.5ZM10.5 4.5C9.94771 4.5 9.5 4.94772 9.5 5.5C9.5 6.05228 9.94771 6.5 10.5 6.5H10.509C11.0613 6.5 11.509 6.05228 11.509 5.5C11.509 4.94772 11.0613 4.5 10.509 4.5H10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-baby-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5036 2.74762C9.86709 3.32441 9.75 4.05317 9.75 4.81317C9.75 6.05581 10.7574 7.2497 12 7.2497C12.5767 7.2497 13.1012 7.03368 13.4998 6.67695C13.8085 6.40071 14.2826 6.42697 14.5589 6.73562C14.8351 7.04426 14.8088 7.51841 14.5002 7.79465C13.8372 8.38801 12.96 8.7497 12 8.7497C9.92893 8.7497 8.25 6.88424 8.25 4.81317C8.25 3.91632 8.38291 2.64508 9.49639 1.63609C9.64688 1.49971 9.81238 1.37083 9.99404 1.25C5.01564 2.18963 1.25 6.74816 1.25 11.9997C1.25 17.9368 6.06294 22.7497 12 22.7497C17.9371 22.7497 22.75 17.9368 22.75 11.9997C22.75 7.19701 19.6005 2.9434 15.2543 1.56455C12.4881 1.59599 11.1533 2.15893 10.5036 2.74762ZM6.49625 12.0556C6.80312 12.3339 7.27742 12.3106 7.55564 12.0038C7.74172 11.7985 7.89707 11.75 8.00001 11.75C8.10294 11.75 8.25829 11.7985 8.44437 12.0038C8.72259 12.3106 9.19689 12.3339 9.50376 12.0556C9.81063 11.7774 9.83386 11.3031 9.55564 10.9962C9.16887 10.5696 8.63656 10.25 8.00001 10.25C7.36345 10.25 6.83114 10.5696 6.44437 10.9962C6.16615 11.3031 6.18938 11.7774 6.49625 12.0556ZM9.49625 15.4444C9.80312 15.1661 10.2774 15.1894 10.5556 15.4962C11.0281 16.0174 11.5273 16.25 12 16.25C12.4727 16.25 12.9719 16.0174 13.4444 15.4962C13.7226 15.1894 14.1969 15.1661 14.5038 15.4444C14.8106 15.7226 14.8339 16.1969 14.5556 16.5038C13.8824 17.2463 13.0063 17.75 12 17.75C10.9937 17.75 10.1176 17.2463 9.44437 16.5038C9.16615 16.1969 9.18938 15.7226 9.49625 15.4444ZM15.5556 12.0038C15.2774 12.3106 14.8031 12.3339 14.4962 12.0556C14.1894 11.7774 14.1662 11.3031 14.4444 10.9962C14.8311 10.5696 15.3635 10.25 16 10.25C16.6366 10.25 17.1689 10.5696 17.5556 10.9962C17.8339 11.3031 17.8106 11.7774 17.5038 12.0556C17.1969 12.3339 16.7226 12.3106 16.4444 12.0038C16.2583 11.7985 16.1029 11.75 16 11.75C15.8971 11.75 15.7417 11.7985 15.5556 12.0038Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5036 2.74762C9.86709 3.32441 9.75 4.05317 9.75 4.81317C9.75 6.05581 10.7574 7.2497 12 7.2497C12.5767 7.2497 13.1012 7.03368 13.4998 6.67695C13.8085 6.40071 14.2826 6.42697 14.5589 6.73562C14.8351 7.04426 14.8088 7.51841 14.5002 7.79465C13.8372 8.38801 12.96 8.7497 12 8.7497C9.92893 8.7497 8.25 6.88424 8.25 4.81317C8.25 3.91632 8.38291 2.64508 9.49639 1.63609C9.64688 1.49971 9.81238 1.37083 9.99404 1.25C5.01564 2.18963 1.25 6.74816 1.25 11.9997C1.25 17.9368 6.06294 22.7497 12 22.7497C17.9371 22.7497 22.75 17.9368 22.75 11.9997C22.75 7.19701 19.6005 2.9434 15.2543 1.56455C12.4881 1.59599 11.1533 2.15893 10.5036 2.74762ZM6.49625 12.0556C6.80312 12.3339 7.27742 12.3106 7.55564 12.0038C7.74172 11.7985 7.89707 11.75 8.00001 11.75C8.10294 11.75 8.25829 11.7985 8.44437 12.0038C8.72259 12.3106 9.19689 12.3339 9.50376 12.0556C9.81063 11.7774 9.83386 11.3031 9.55564 10.9962C9.16887 10.5696 8.63656 10.25 8.00001 10.25C7.36345 10.25 6.83114 10.5696 6.44437 10.9962C6.16615 11.3031 6.18938 11.7774 6.49625 12.0556ZM9.49625 15.4444C9.80312 15.1661 10.2774 15.1894 10.5556 15.4962C11.0281 16.0174 11.5273 16.25 12 16.25C12.4727 16.25 12.9719 16.0174 13.4444 15.4962C13.7226 15.1894 14.1969 15.1661 14.5038 15.4444C14.8106 15.7226 14.8339 16.1969 14.5556 16.5038C13.8824 17.2463 13.0063 17.75 12 17.75C10.9937 17.75 10.1176 17.2463 9.44437 16.5038C9.16615 16.1969 9.18938 15.7226 9.49625 15.4444ZM15.5556 12.0038C15.2774 12.3106 14.8031 12.3339 14.4962 12.0556C14.1894 11.7774 14.1662 11.3031 14.4444 10.9962C14.8311 10.5696 15.3635 10.25 16 10.25C16.6366 10.25 17.1689 10.5696 17.5556 10.9962C17.8339 11.3031 17.8106 11.7774 17.5038 12.0556C17.1969 12.3339 16.7226 12.3106 16.4444 12.0038C16.2583 11.7985 16.1029 11.75 16 11.75C15.8971 11.75 15.7417 11.7985 15.5556 12.0038Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-baby-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.30582 4.0036C8.02465 4.87025 7.18248 6.33678 7.18248 8C7.18248 10.6628 9.3411 12.8214 12.0039 12.8214C14.6667 12.8214 16.8253 10.6628 16.8253 8C16.8253 5.3372 14.6667 3.17857 12.0039 3.17857C11.5521 3.17857 11.2325 3.5278 11.2325 3.90179C11.2325 4.27578 11.5521 4.625 12.0039 4.625C12.2101 4.625 12.3921 4.55043 12.528 4.43216C12.9298 4.08256 13.5389 4.12485 13.8885 4.5266C14.2381 4.92836 14.1958 5.53744 13.794 5.88704C13.3158 6.30318 12.6868 6.55357 12.0039 6.55357C10.5721 6.55357 9.36055 5.44435 9.30582 4.0036ZM12.0039 1.25C8.27598 1.25 5.25391 4.27208 5.25391 8C5.25391 11.7279 8.27598 14.75 12.0039 14.75C15.7318 14.75 18.7539 11.7279 18.7539 8C18.7539 4.27208 15.7318 1.25 12.0039 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 8C9.25 7.58579 9.58579 7.25 10 7.25H10.0081C10.4223 7.25 10.7581 7.58579 10.7581 8C10.7581 8.41421 10.4223 8.75 10.0081 8.75H10C9.58579 8.75 9.25 8.41421 9.25 8ZM13.25 8C13.25 7.58579 13.5858 7.25 14 7.25H14.0081C14.4223 7.25 14.7581 7.58579 14.7581 8C14.7581 8.41421 14.4223 8.75 14.0081 8.75H14C13.5858 8.75 13.25 8.41421 13.25 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0727 12.8257C9.25675 12.5831 8.42799 12.1442 7.62034 11.4364L6.98413 10.8789L6.50683 11.5773C5.71422 12.7371 5.25 14.1565 5.25 15.6847C5.25 19.5503 8.23629 22.7505 12 22.7505C14.6194 22.7505 16.868 21.1942 17.9876 18.9496C16.4713 18.291 14.8272 17.3477 13.3318 16.1767C12.1109 15.2207 10.966 14.0946 10.0727 12.8257ZM18.5141 17.5427C18.668 16.9498 18.75 16.3267 18.75 15.6847C18.75 14.1565 18.2858 12.7371 17.4932 11.5773L17.0321 10.9027L16.3994 11.4197C15.6479 12.0339 14.2774 12.7904 12.6789 13.0093C12.5127 13.032 12.3441 13.049 12.1733 13.0594C12.7918 13.7533 13.4985 14.4021 14.2566 14.9957C15.6278 16.0694 17.1339 16.9362 18.5141 17.5427Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.30582 4.0036C8.02465 4.87025 7.18248 6.33678 7.18248 8C7.18248 10.6628 9.3411 12.8214 12.0039 12.8214C14.6667 12.8214 16.8253 10.6628 16.8253 8C16.8253 5.3372 14.6667 3.17857 12.0039 3.17857C11.5521 3.17857 11.2325 3.5278 11.2325 3.90179C11.2325 4.27578 11.5521 4.625 12.0039 4.625C12.2101 4.625 12.3921 4.55043 12.528 4.43216C12.9298 4.08256 13.5389 4.12485 13.8885 4.5266C14.2381 4.92836 14.1958 5.53744 13.794 5.88704C13.3158 6.30318 12.6868 6.55357 12.0039 6.55357C10.5721 6.55357 9.36055 5.44435 9.30582 4.0036ZM12.0039 1.25C8.27598 1.25 5.25391 4.27208 5.25391 8C5.25391 11.7279 8.27598 14.75 12.0039 14.75C15.7318 14.75 18.7539 11.7279 18.7539 8C18.7539 4.27208 15.7318 1.25 12.0039 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 8C9.25 7.58579 9.58579 7.25 10 7.25H10.0081C10.4223 7.25 10.7581 7.58579 10.7581 8C10.7581 8.41421 10.4223 8.75 10.0081 8.75H10C9.58579 8.75 9.25 8.41421 9.25 8ZM13.25 8C13.25 7.58579 13.5858 7.25 14 7.25H14.0081C14.4223 7.25 14.7581 7.58579 14.7581 8C14.7581 8.41421 14.4223 8.75 14.0081 8.75H14C13.5858 8.75 13.25 8.41421 13.25 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0727 12.8257C9.25675 12.5831 8.42799 12.1442 7.62034 11.4364L6.98413 10.8789L6.50683 11.5773C5.71422 12.7371 5.25 14.1565 5.25 15.6847C5.25 19.5503 8.23629 22.7505 12 22.7505C14.6194 22.7505 16.868 21.1942 17.9876 18.9496C16.4713 18.291 14.8272 17.3477 13.3318 16.1767C12.1109 15.2207 10.966 14.0946 10.0727 12.8257ZM18.5141 17.5427C18.668 16.9498 18.75 16.3267 18.75 15.6847C18.75 14.1565 18.2858 12.7371 17.4932 11.5773L17.0321 10.9027L16.3994 11.4197C15.6479 12.0339 14.2774 12.7904 12.6789 13.0093C12.5127 13.032 12.3441 13.049 12.1733 13.0594C12.7918 13.7533 13.4985 14.4021 14.2566 14.9957C15.6278 16.0694 17.1339 16.9362 18.5141 17.5427Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-baby-bottle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.15476C11.4707 3.15476 11.0417 3.58116 11.0417 4.10714C11.0417 4.25493 11.0749 4.39236 11.1334 4.51477C11.1364 4.52106 11.1394 4.52745 11.1426 4.53395C11.2821 4.82564 11.5208 5.32459 11.5208 5.90044C11.5208 6.95536 10.8171 7.88247 9.79647 8.17228L9.14869 8.35621C8.66833 8.49261 8.31125 8.87687 8.20175 9.34524H15.7983C15.6888 8.87687 15.3317 8.49261 14.8513 8.35621L14.2035 8.17228C13.1829 7.88247 12.4792 6.95537 12.4792 5.90045C12.4792 5.32459 12.7179 4.82564 12.8574 4.53395C12.8606 4.52745 12.8636 4.52106 12.8666 4.51477C12.9251 4.39236 12.9583 4.25493 12.9583 4.10714C12.9583 3.58116 12.5293 3.15476 12 3.15476ZM9.125 4.10714C9.125 2.52919 10.4122 1.25 12 1.25C13.5878 1.25 14.875 2.52919 14.875 4.10714C14.875 4.54356 14.7759 4.95963 14.5979 5.332C14.4391 5.66425 14.3958 5.8017 14.3958 5.90045C14.3958 6.10493 14.5322 6.28463 14.7301 6.34081L15.3779 6.52474C16.782 6.92342 17.75 8.19881 17.75 9.65003V10.2976C17.75 10.8236 17.3209 11.25 16.7917 11.25H7.20833C6.67906 11.25 6.25 10.8236 6.25 10.2976V9.65003C6.25 8.19881 7.21804 6.92342 8.62214 6.52474L9.26992 6.34081C9.46777 6.28463 9.60417 6.10493 9.60417 5.90044C9.60417 5.8017 9.5609 5.66425 9.40209 5.332C9.22411 4.95962 9.125 4.54356 9.125 4.10714Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8687 10.7076C17.8191 10.5567 17.7773 10.4385 17.7473 10.3564H6.25273C6.22269 10.4385 6.18089 10.5567 6.13127 10.7076C6.03208 11.0093 5.90138 11.4427 5.77111 11.98C5.5111 13.0526 5.25 14.551 5.25 16.2505C5.25 17.4761 5.41125 18.7342 5.58405 19.6646C5.76691 20.6564 5.91823 21.4772 6.68551 22.1151C7.09591 22.4563 7.54124 22.613 8.04114 22.685C8.49565 22.7505 9.0387 22.7505 9.66001 22.7505H14.34C14.9613 22.7505 15.5044 22.7505 15.9589 22.685C16.4588 22.613 16.9041 22.4563 17.3145 22.1151C18.0818 21.4772 18.2331 20.6564 18.4159 19.6646C18.4677 19.3859 18.5184 19.0778 18.5641 18.75H15C14.5858 18.75 14.25 18.4142 14.25 18C14.25 17.5858 14.5858 17.25 15 17.25H18.7173C18.7381 16.9192 18.75 16.5837 18.75 16.2505C18.75 15.7292 18.7254 15.2269 18.6839 14.75H15C14.5858 14.75 14.25 14.4142 14.25 14C14.25 13.5858 14.5858 13.25 15 13.25H18.4905C18.4106 12.7811 18.3197 12.3546 18.2289 11.98C18.0986 11.4427 17.9679 11.0093 17.8687 10.7076Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.15476C11.4707 3.15476 11.0417 3.58116 11.0417 4.10714C11.0417 4.25493 11.0749 4.39236 11.1334 4.51477C11.1364 4.52106 11.1394 4.52745 11.1426 4.53395C11.2821 4.82564 11.5208 5.32459 11.5208 5.90044C11.5208 6.95536 10.8171 7.88247 9.79647 8.17228L9.14869 8.35621C8.66833 8.49261 8.31125 8.87687 8.20175 9.34524H15.7983C15.6888 8.87687 15.3317 8.49261 14.8513 8.35621L14.2035 8.17228C13.1829 7.88247 12.4792 6.95537 12.4792 5.90045C12.4792 5.32459 12.7179 4.82564 12.8574 4.53395C12.8606 4.52745 12.8636 4.52106 12.8666 4.51477C12.9251 4.39236 12.9583 4.25493 12.9583 4.10714C12.9583 3.58116 12.5293 3.15476 12 3.15476ZM9.125 4.10714C9.125 2.52919 10.4122 1.25 12 1.25C13.5878 1.25 14.875 2.52919 14.875 4.10714C14.875 4.54356 14.7759 4.95963 14.5979 5.332C14.4391 5.66425 14.3958 5.8017 14.3958 5.90045C14.3958 6.10493 14.5322 6.28463 14.7301 6.34081L15.3779 6.52474C16.782 6.92342 17.75 8.19881 17.75 9.65003V10.2976C17.75 10.8236 17.3209 11.25 16.7917 11.25H7.20833C6.67906 11.25 6.25 10.8236 6.25 10.2976V9.65003C6.25 8.19881 7.21804 6.92342 8.62214 6.52474L9.26992 6.34081C9.46777 6.28463 9.60417 6.10493 9.60417 5.90044C9.60417 5.8017 9.5609 5.66425 9.40209 5.332C9.22411 4.95962 9.125 4.54356 9.125 4.10714Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8687 10.7076C17.8191 10.5567 17.7773 10.4385 17.7473 10.3564H6.25273C6.22269 10.4385 6.18089 10.5567 6.13127 10.7076C6.03208 11.0093 5.90138 11.4427 5.77111 11.98C5.5111 13.0526 5.25 14.551 5.25 16.2505C5.25 17.4761 5.41125 18.7342 5.58405 19.6646C5.76691 20.6564 5.91823 21.4772 6.68551 22.1151C7.09591 22.4563 7.54124 22.613 8.04114 22.685C8.49565 22.7505 9.0387 22.7505 9.66001 22.7505H14.34C14.9613 22.7505 15.5044 22.7505 15.9589 22.685C16.4588 22.613 16.9041 22.4563 17.3145 22.1151C18.0818 21.4772 18.2331 20.6564 18.4159 19.6646C18.4677 19.3859 18.5184 19.0778 18.5641 18.75H15C14.5858 18.75 14.25 18.4142 14.25 18C14.25 17.5858 14.5858 17.25 15 17.25H18.7173C18.7381 16.9192 18.75 16.5837 18.75 16.2505C18.75 15.7292 18.7254 15.2269 18.6839 14.75H15C14.5858 14.75 14.25 14.4142 14.25 14C14.25 13.5858 14.5858 13.25 15 13.25H18.4905C18.4106 12.7811 18.3197 12.3546 18.2289 11.98C18.0986 11.4427 17.9679 11.0093 17.8687 10.7076Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-baby-boy-dress{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.84736 12.7358C5.56764 12.6199 5.42778 12.562 5.33889 12.6214C5.25 12.6808 5.25 12.8263 5.25 13.1174V18.5273C5.25 19.4393 5.57249 20.1673 6.40056 20.6112C7.85986 21.3935 9.96898 21.7506 12 21.7506C14.031 21.7506 16.1401 21.3935 17.5994 20.6112C18.4275 20.1673 18.75 19.4393 18.75 18.5273V13.1173C18.75 12.8262 18.75 12.6807 18.6611 12.6213C18.5722 12.5619 18.4324 12.6198 18.1526 12.7357C17.6777 12.9325 17.1648 13.0949 16.6356 13.2277C15.2361 13.579 13.6106 13.7503 11.9999 13.7503C10.3891 13.7503 8.76368 13.579 7.36419 13.2277C6.83509 13.0949 6.32222 12.9325 5.84736 12.7358Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.3574 2.25C6.05536 2.24933 5.30502 2.54501 4.33843 3.41703L1.81896 5.68776C1.42901 6.0392 1.32472 6.61072 1.28275 7.10956C1.17405 8.40138 1.31265 10.0181 2.08846 11.118C2.23049 11.3194 2.44051 11.5457 2.74025 11.6698C3.21016 11.8642 3.71831 11.6719 4.13571 11.4406C4.53439 11.2197 4.90209 10.9442 5.25754 10.6601C5.77121 11.0892 6.61917 11.4922 7.73419 11.7723C8.98959 12.0877 10.4875 12.2497 12.0001 12.2497C13.5128 12.2497 15.0107 12.0877 16.2661 11.7723C17.3848 11.4912 18.2298 11.091 18.743 10.6601C19.0984 10.9442 19.4661 11.2197 19.8648 11.4406C20.2822 11.6719 20.7903 11.8642 21.2602 11.6698C21.56 11.5457 21.77 11.3194 21.912 11.118C22.6878 10.0181 22.8264 8.40138 22.7177 7.10956C22.6758 6.61072 22.5715 6.0392 22.1815 5.68776L19.6621 3.41703C18.6955 2.54501 17.9451 2.24933 16.6431 2.25L15.9348 2.25002C15.518 2.25002 15.3096 2.25003 15.1761 2.35059C15.0425 2.45116 14.9738 2.6902 14.8363 3.16829C14.4699 4.44218 13.5216 5.68776 12.0002 5.68776C10.4789 5.68776 9.53055 4.44218 9.16421 3.16829C9.02672 2.6902 8.95798 2.45116 8.82442 2.35059C8.69086 2.25003 8.48246 2.25002 8.06566 2.25002L7.3574 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.84736 12.7358C5.56764 12.6199 5.42778 12.562 5.33889 12.6214C5.25 12.6808 5.25 12.8263 5.25 13.1174V18.5273C5.25 19.4393 5.57249 20.1673 6.40056 20.6112C7.85986 21.3935 9.96898 21.7506 12 21.7506C14.031 21.7506 16.1401 21.3935 17.5994 20.6112C18.4275 20.1673 18.75 19.4393 18.75 18.5273V13.1173C18.75 12.8262 18.75 12.6807 18.6611 12.6213C18.5722 12.5619 18.4324 12.6198 18.1526 12.7357C17.6777 12.9325 17.1648 13.0949 16.6356 13.2277C15.2361 13.579 13.6106 13.7503 11.9999 13.7503C10.3891 13.7503 8.76368 13.579 7.36419 13.2277C6.83509 13.0949 6.32222 12.9325 5.84736 12.7358Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.3574 2.25C6.05536 2.24933 5.30502 2.54501 4.33843 3.41703L1.81896 5.68776C1.42901 6.0392 1.32472 6.61072 1.28275 7.10956C1.17405 8.40138 1.31265 10.0181 2.08846 11.118C2.23049 11.3194 2.44051 11.5457 2.74025 11.6698C3.21016 11.8642 3.71831 11.6719 4.13571 11.4406C4.53439 11.2197 4.90209 10.9442 5.25754 10.6601C5.77121 11.0892 6.61917 11.4922 7.73419 11.7723C8.98959 12.0877 10.4875 12.2497 12.0001 12.2497C13.5128 12.2497 15.0107 12.0877 16.2661 11.7723C17.3848 11.4912 18.2298 11.091 18.743 10.6601C19.0984 10.9442 19.4661 11.2197 19.8648 11.4406C20.2822 11.6719 20.7903 11.8642 21.2602 11.6698C21.56 11.5457 21.77 11.3194 21.912 11.118C22.6878 10.0181 22.8264 8.40138 22.7177 7.10956C22.6758 6.61072 22.5715 6.0392 22.1815 5.68776L19.6621 3.41703C18.6955 2.54501 17.9451 2.24933 16.6431 2.25L15.9348 2.25002C15.518 2.25002 15.3096 2.25003 15.1761 2.35059C15.0425 2.45116 14.9738 2.6902 14.8363 3.16829C14.4699 4.44218 13.5216 5.68776 12.0002 5.68776C10.4789 5.68776 9.53055 4.44218 9.16421 3.16829C9.02672 2.6902 8.95798 2.45116 8.82442 2.35059C8.69086 2.25003 8.48246 2.25002 8.06566 2.25002L7.3574 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-baby-girl-dress{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.97814 2.92845C5.32258 2.48769 5.85957 2.25 6.40402 2.25H8.50645C9.08898 2.25 9.56889 2.62812 9.74613 3.12281C9.88359 3.50647 10.2236 3.9889 10.6826 4.37622C11.1472 4.76825 11.6251 4.97299 11.9996 4.97301C12.3741 4.97302 12.852 4.76829 13.3166 4.37624C13.7756 3.98891 14.1157 3.50646 14.2531 3.12281C14.4304 2.62812 14.9103 2.25 15.4928 2.25H17.5952C18.1397 2.25 18.6767 2.48769 19.0211 2.92845L22.5244 7.4114C22.8069 7.77296 22.7706 8.19013 22.6962 8.45804C22.6197 8.73358 22.4685 8.99715 22.3029 9.22764C21.9663 9.69611 21.4549 10.1864 20.8777 10.6027C20.2989 11.0202 19.6108 11.3945 18.9028 11.5951C18.639 11.6699 18.361 11.7235 18.0782 11.7424L20.3845 16.126C20.6671 16.6631 20.7928 17.2064 20.7365 17.7417C20.6803 18.277 20.4491 18.738 20.1291 19.1222C19.5113 19.8641 18.5157 20.3775 17.5204 20.7401C15.5066 21.4737 13.032 21.75 11.9996 21.75C10.9672 21.75 8.49262 21.4737 6.47883 20.7401C5.48358 20.3775 4.488 19.8641 3.87016 19.1222C3.55019 18.738 3.31899 18.277 3.26273 17.7417C3.20649 17.2064 3.33214 16.6631 3.61472 16.126L5.92111 11.7424C5.63848 11.7234 5.36068 11.6698 5.09708 11.5951C4.3889 11.3945 3.70064 11.0202 3.12179 10.6027C2.54453 10.1864 2.03307 9.69614 1.69644 9.22767C1.53081 8.99717 1.37956 8.7336 1.30303 8.45806C1.22862 8.19014 1.19233 7.77296 1.47488 7.4114L4.97814 2.92845ZM9.76123 11.7762C10.5657 11.3192 11.2679 11.5034 11.6897 11.7967C11.8626 11.9169 11.9491 11.9771 12 11.9771C12.0509 11.9771 12.1374 11.9169 12.3103 11.7967C12.7321 11.5034 13.4343 11.3192 14.2388 11.7762C15.2946 12.3758 15.5335 14.3541 13.0981 16.0232C12.6343 16.3411 12.4024 16.5 12 16.5C11.5976 16.5 11.3657 16.3411 10.9019 16.0232C8.46652 14.3541 8.70542 12.3758 9.76123 11.7762Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.97814 2.92845C5.32258 2.48769 5.85957 2.25 6.40402 2.25H8.50645C9.08898 2.25 9.56889 2.62812 9.74613 3.12281C9.88359 3.50647 10.2236 3.9889 10.6826 4.37622C11.1472 4.76825 11.6251 4.97299 11.9996 4.97301C12.3741 4.97302 12.852 4.76829 13.3166 4.37624C13.7756 3.98891 14.1157 3.50646 14.2531 3.12281C14.4304 2.62812 14.9103 2.25 15.4928 2.25H17.5952C18.1397 2.25 18.6767 2.48769 19.0211 2.92845L22.5244 7.4114C22.8069 7.77296 22.7706 8.19013 22.6962 8.45804C22.6197 8.73358 22.4685 8.99715 22.3029 9.22764C21.9663 9.69611 21.4549 10.1864 20.8777 10.6027C20.2989 11.0202 19.6108 11.3945 18.9028 11.5951C18.639 11.6699 18.361 11.7235 18.0782 11.7424L20.3845 16.126C20.6671 16.6631 20.7928 17.2064 20.7365 17.7417C20.6803 18.277 20.4491 18.738 20.1291 19.1222C19.5113 19.8641 18.5157 20.3775 17.5204 20.7401C15.5066 21.4737 13.032 21.75 11.9996 21.75C10.9672 21.75 8.49262 21.4737 6.47883 20.7401C5.48358 20.3775 4.488 19.8641 3.87016 19.1222C3.55019 18.738 3.31899 18.277 3.26273 17.7417C3.20649 17.2064 3.33214 16.6631 3.61472 16.126L5.92111 11.7424C5.63848 11.7234 5.36068 11.6698 5.09708 11.5951C4.3889 11.3945 3.70064 11.0202 3.12179 10.6027C2.54453 10.1864 2.03307 9.69614 1.69644 9.22767C1.53081 8.99717 1.37956 8.7336 1.30303 8.45806C1.22862 8.19014 1.19233 7.77296 1.47488 7.4114L4.97814 2.92845ZM9.76123 11.7762C10.5657 11.3192 11.2679 11.5034 11.6897 11.7967C11.8626 11.9169 11.9491 11.9771 12 11.9771C12.0509 11.9771 12.1374 11.9169 12.3103 11.7967C12.7321 11.5034 13.4343 11.3192 14.2388 11.7762C15.2946 12.3758 15.5335 14.3541 13.0981 16.0232C12.6343 16.3411 12.4024 16.5 12 16.5C11.5976 16.5 11.3657 16.3411 10.9019 16.0232C8.46652 14.3541 8.70542 12.3758 9.76123 11.7762Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-belt{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 11H9.00002C9.5523 11 10 11.4477 10 12C10 12.5523 9.5523 13 9.00002 13H6V11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.00654 6.48856C6.68515 5.5274 7.78211 5.11192 9.18007 5.29038C10.8872 5.50831 12.7574 5.92399 14.2162 6.91858C15.7445 7.96056 16.75 9.59109 16.75 12C16.75 14.4089 15.7445 16.0394 14.2162 17.0814C12.7574 18.076 10.8872 18.4917 9.18007 18.7096C7.78211 18.8881 6.68515 18.4726 6.00653 17.5114C5.39892 16.6508 5.25 15.513 5.25 14.4962V9.50378C5.25 8.48698 5.39892 7.34916 6.00654 6.48856ZM7.569 7.60565C7.31513 7.96521 7.16667 8.59976 7.16667 9.50378V14.4962C7.16667 15.4002 7.31513 16.0348 7.569 16.3943C7.75185 16.6533 8.08047 16.9058 8.93886 16.7962C10.5732 16.5876 12.0691 16.2155 13.1411 15.4847C14.1435 14.8012 14.8333 13.7686 14.8333 12C14.8333 10.2314 14.1435 9.19879 13.1411 8.51532C12.0691 7.78446 10.5732 7.41241 8.93886 7.20378C8.08047 7.0942 7.75185 7.34666 7.569 7.60565Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.95524 17.25H3.95525H3.95526L7.02375 17.25V13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H7.02375V6.75001L3.95526 6.75C3.52244 6.74995 3.12561 6.74991 2.8028 6.79331C2.44732 6.8411 2.07159 6.95355 1.76257 7.26257C1.45355 7.57159 1.3411 7.94732 1.29331 8.3028C1.24991 8.62561 1.24995 9.02244 1.25 9.45526L1.25 14.5448C1.24995 14.9776 1.24991 15.3744 1.29331 15.6972C1.3411 16.0527 1.45355 16.4284 1.76257 16.7374C2.07159 17.0465 2.44732 17.1589 2.8028 17.2067C3.12561 17.2501 3.52243 17.2501 3.95524 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.2371 7.26257C21.9281 6.95355 21.5524 6.8411 21.1969 6.79331C20.8741 6.74991 20.4772 6.74995 20.0444 6.75L12.5433 6.75001L13.3891 7.93558C14.1011 8.93363 14.838 9.97747 15.0538 11.2514C15.2601 12.4693 15.0026 14.0211 13.4112 16.035L12.4512 17.25L20.0444 17.25H20.0444H20.0444C20.4772 17.2501 20.8741 17.2501 21.1969 17.2067C21.5524 17.1589 21.9281 17.0465 22.2371 16.7374C22.5461 16.4284 22.6586 16.0527 22.7064 15.6972C22.7498 15.3744 22.7497 14.9776 22.7497 14.5448V14.5448V14.5448V9.45526V9.45525V9.45524C22.7497 9.02243 22.7498 8.62561 22.7064 8.3028C22.6586 7.94732 22.5461 7.57159 22.2371 7.26257ZM19.9955 11C19.4457 11 19 11.4477 19 12C19 12.5523 19.4457 13 19.9956 13H20.0045C20.5543 13 21 12.5523 21 12C21 11.4477 20.5543 11 20.0045 11H19.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 11H9.00002C9.5523 11 10 11.4477 10 12C10 12.5523 9.5523 13 9.00002 13H6V11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.00654 6.48856C6.68515 5.5274 7.78211 5.11192 9.18007 5.29038C10.8872 5.50831 12.7574 5.92399 14.2162 6.91858C15.7445 7.96056 16.75 9.59109 16.75 12C16.75 14.4089 15.7445 16.0394 14.2162 17.0814C12.7574 18.076 10.8872 18.4917 9.18007 18.7096C7.78211 18.8881 6.68515 18.4726 6.00653 17.5114C5.39892 16.6508 5.25 15.513 5.25 14.4962V9.50378C5.25 8.48698 5.39892 7.34916 6.00654 6.48856ZM7.569 7.60565C7.31513 7.96521 7.16667 8.59976 7.16667 9.50378V14.4962C7.16667 15.4002 7.31513 16.0348 7.569 16.3943C7.75185 16.6533 8.08047 16.9058 8.93886 16.7962C10.5732 16.5876 12.0691 16.2155 13.1411 15.4847C14.1435 14.8012 14.8333 13.7686 14.8333 12C14.8333 10.2314 14.1435 9.19879 13.1411 8.51532C12.0691 7.78446 10.5732 7.41241 8.93886 7.20378C8.08047 7.0942 7.75185 7.34666 7.569 7.60565Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.95524 17.25H3.95525H3.95526L7.02375 17.25V13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H7.02375V6.75001L3.95526 6.75C3.52244 6.74995 3.12561 6.74991 2.8028 6.79331C2.44732 6.8411 2.07159 6.95355 1.76257 7.26257C1.45355 7.57159 1.3411 7.94732 1.29331 8.3028C1.24991 8.62561 1.24995 9.02244 1.25 9.45526L1.25 14.5448C1.24995 14.9776 1.24991 15.3744 1.29331 15.6972C1.3411 16.0527 1.45355 16.4284 1.76257 16.7374C2.07159 17.0465 2.44732 17.1589 2.8028 17.2067C3.12561 17.2501 3.52243 17.2501 3.95524 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.2371 7.26257C21.9281 6.95355 21.5524 6.8411 21.1969 6.79331C20.8741 6.74991 20.4772 6.74995 20.0444 6.75L12.5433 6.75001L13.3891 7.93558C14.1011 8.93363 14.838 9.97747 15.0538 11.2514C15.2601 12.4693 15.0026 14.0211 13.4112 16.035L12.4512 17.25L20.0444 17.25H20.0444H20.0444C20.4772 17.2501 20.8741 17.2501 21.1969 17.2067C21.5524 17.1589 21.9281 17.0465 22.2371 16.7374C22.5461 16.4284 22.6586 16.0527 22.7064 15.6972C22.7498 15.3744 22.7497 14.9776 22.7497 14.5448V14.5448V14.5448V9.45526V9.45525V9.45524C22.7497 9.02243 22.7498 8.62561 22.7064 8.3028C22.6586 7.94732 22.5461 7.57159 22.2371 7.26257ZM19.9955 11C19.4457 11 19 11.4477 19 12C19 12.5523 19.4457 13 19.9956 13H20.0045C20.5543 13 21 12.5523 21 12C21 11.4477 20.5543 11 20.0045 11H19.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-blush-brush-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.1593 1.84072C21.3717 1.05309 20.0947 1.05309 19.3071 1.84072L15.806 5.34177C15.7186 5.42924 15.6748 5.47298 15.6801 5.52074C15.6854 5.56851 15.7404 5.60332 15.8504 5.67293C15.9753 5.75198 16.0857 5.83417 16.1821 5.91175C16.4428 6.12146 16.7141 6.39293 16.959 6.63787L17.3619 7.0408C17.6069 7.28566 17.8783 7.55703 18.0881 7.81771C18.1657 7.91423 18.248 8.02464 18.3271 8.14966C18.3967 8.25969 18.4315 8.3147 18.4792 8.32001C18.527 8.32532 18.5708 8.28157 18.6582 8.19409L22.1593 4.69299C22.947 3.90536 22.947 2.62836 22.1593 1.84072ZM14.1149 6.27249C14.3043 6.2425 14.4971 6.2425 14.6865 6.27249C15.0414 6.3287 15.3198 6.50108 15.5558 6.69091C15.7737 6.86625 16.0125 7.10507 16.2761 7.36869L16.6316 7.72422C16.8952 7.9878 17.1341 8.22658 17.3094 8.44454C17.4992 8.6805 17.6716 8.95895 17.7278 9.31384C17.7578 9.50317 17.7578 9.69604 17.7278 9.88538C17.6716 10.2403 17.4992 10.5187 17.3094 10.7547C17.1341 10.9726 16.8952 11.2114 16.6316 11.475L16.6061 11.5005C16.1769 11.9297 16.0603 12.0543 15.9801 12.1919C15.9497 12.2439 15.9228 12.2979 15.8994 12.3534C15.8375 12.4999 15.8072 12.6715 15.72 13.282L15.7125 13.3341L15.7125 13.3341L15.7125 13.3342C15.6015 14.1119 15.5078 14.7678 15.3727 15.257C15.2381 15.7447 15.0063 16.2908 14.4505 16.5662C14.2993 16.6412 14.1384 16.6948 13.9724 16.7256C13.3655 16.8382 12.8563 16.5466 12.4574 16.2396C12.06 15.9338 11.5983 15.4719 11.0526 14.9263L9.07405 12.9477C8.52836 12.4021 8.06654 11.9403 7.76066 11.5429C7.45367 11.1441 7.16214 10.6348 7.27468 10.0279C7.30546 9.86195 7.3591 9.70103 7.43406 9.54978C7.70953 8.99398 8.25565 8.76221 8.7433 8.62758C9.23247 8.49253 9.88843 8.39884 10.6662 8.28777L10.7183 8.28032C11.3288 8.19311 11.5004 8.16278 11.6469 8.10095C11.7024 8.07753 11.7564 8.05057 11.8084 8.02022C11.946 7.93999 12.0706 7.82339 12.4998 7.39418L12.5253 7.36868C12.7889 7.10506 13.0277 6.86625 13.2456 6.69091C13.4816 6.50108 13.76 6.3287 14.1149 6.27249ZM12.16 21.1798C11.892 21.9839 11.1237 22.9147 9.93623 22.7282C9.18177 22.6097 8.24145 22.2765 7.16668 21.6048C6.36203 21.1018 5.47866 20.4072 4.53593 19.4645C3.59321 18.5217 2.89854 17.6384 2.39563 16.8337C1.72389 15.7589 1.39071 14.8186 1.27218 14.0642C1.08564 12.8767 2.01649 12.1084 2.82058 11.8403L5.83325 10.8361C6.03239 10.7697 6.13197 10.7366 6.20552 10.7726C6.27907 10.8086 6.31818 10.92 6.3964 11.1428C6.54622 11.5695 6.78178 11.9128 6.96725 12.1537C7.3131 12.603 7.8132 13.103 8.32698 13.6167L10.3835 15.6732C10.8972 16.187 11.3972 16.6871 11.8465 17.033C12.0875 17.2185 12.4308 17.4541 12.8576 17.6039C13.0804 17.6821 13.1918 17.7212 13.2278 17.7947C13.2639 17.8683 13.2307 17.9679 13.1643 18.167L12.16 21.1798Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.1593 1.84072C21.3717 1.05309 20.0947 1.05309 19.3071 1.84072L15.806 5.34177C15.7186 5.42924 15.6748 5.47298 15.6801 5.52074C15.6854 5.56851 15.7404 5.60332 15.8504 5.67293C15.9753 5.75198 16.0857 5.83417 16.1821 5.91175C16.4428 6.12146 16.7141 6.39293 16.959 6.63787L17.3619 7.0408C17.6069 7.28566 17.8783 7.55703 18.0881 7.81771C18.1657 7.91423 18.248 8.02464 18.3271 8.14966C18.3967 8.25969 18.4315 8.3147 18.4792 8.32001C18.527 8.32532 18.5708 8.28157 18.6582 8.19409L22.1593 4.69299C22.947 3.90536 22.947 2.62836 22.1593 1.84072ZM14.1149 6.27249C14.3043 6.2425 14.4971 6.2425 14.6865 6.27249C15.0414 6.3287 15.3198 6.50108 15.5558 6.69091C15.7737 6.86625 16.0125 7.10507 16.2761 7.36869L16.6316 7.72422C16.8952 7.9878 17.1341 8.22658 17.3094 8.44454C17.4992 8.6805 17.6716 8.95895 17.7278 9.31384C17.7578 9.50317 17.7578 9.69604 17.7278 9.88538C17.6716 10.2403 17.4992 10.5187 17.3094 10.7547C17.1341 10.9726 16.8952 11.2114 16.6316 11.475L16.6061 11.5005C16.1769 11.9297 16.0603 12.0543 15.9801 12.1919C15.9497 12.2439 15.9228 12.2979 15.8994 12.3534C15.8375 12.4999 15.8072 12.6715 15.72 13.282L15.7125 13.3341L15.7125 13.3341L15.7125 13.3342C15.6015 14.1119 15.5078 14.7678 15.3727 15.257C15.2381 15.7447 15.0063 16.2908 14.4505 16.5662C14.2993 16.6412 14.1384 16.6948 13.9724 16.7256C13.3655 16.8382 12.8563 16.5466 12.4574 16.2396C12.06 15.9338 11.5983 15.4719 11.0526 14.9263L9.07405 12.9477C8.52836 12.4021 8.06654 11.9403 7.76066 11.5429C7.45367 11.1441 7.16214 10.6348 7.27468 10.0279C7.30546 9.86195 7.3591 9.70103 7.43406 9.54978C7.70953 8.99398 8.25565 8.76221 8.7433 8.62758C9.23247 8.49253 9.88843 8.39884 10.6662 8.28777L10.7183 8.28032C11.3288 8.19311 11.5004 8.16278 11.6469 8.10095C11.7024 8.07753 11.7564 8.05057 11.8084 8.02022C11.946 7.93999 12.0706 7.82339 12.4998 7.39418L12.5253 7.36868C12.7889 7.10506 13.0277 6.86625 13.2456 6.69091C13.4816 6.50108 13.76 6.3287 14.1149 6.27249ZM12.16 21.1798C11.892 21.9839 11.1237 22.9147 9.93623 22.7282C9.18177 22.6097 8.24145 22.2765 7.16668 21.6048C6.36203 21.1018 5.47866 20.4072 4.53593 19.4645C3.59321 18.5217 2.89854 17.6384 2.39563 16.8337C1.72389 15.7589 1.39071 14.8186 1.27218 14.0642C1.08564 12.8767 2.01649 12.1084 2.82058 11.8403L5.83325 10.8361C6.03239 10.7697 6.13197 10.7366 6.20552 10.7726C6.27907 10.8086 6.31818 10.92 6.3964 11.1428C6.54622 11.5695 6.78178 11.9128 6.96725 12.1537C7.3131 12.603 7.8132 13.103 8.32698 13.6167L10.3835 15.6732C10.8972 16.187 11.3972 16.6871 11.8465 17.033C12.0875 17.2185 12.4308 17.4541 12.8576 17.6039C13.0804 17.6821 13.1918 17.7212 13.2278 17.7947C13.2639 17.8683 13.2307 17.9679 13.1643 18.167L12.16 21.1798Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-blush-brush-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 3.25C6.31383 3.25 6.59448 3.4454 6.70339 3.73972L6.92447 4.33717C7.23817 5.18495 7.32947 5.38548 7.472 5.52801C7.61452 5.67053 7.81505 5.76183 8.66283 6.07553L9.26028 6.29661C9.5546 6.40552 9.75 6.68617 9.75 7C9.75 7.31383 9.5546 7.59448 9.26028 7.70339L8.66283 7.92447C7.81505 8.23817 7.61452 8.32947 7.47199 8.472C7.32947 8.61452 7.23817 8.81505 6.92447 9.66283L6.70339 10.2603C6.59448 10.5546 6.31383 10.75 6 10.75C5.68617 10.75 5.40552 10.5546 5.29661 10.2603L5.07553 9.66283C4.76183 8.81505 4.67053 8.61452 4.528 8.472C4.38548 8.32947 4.18495 8.23817 3.33717 7.92447L2.73972 7.70339C2.4454 7.59448 2.25 7.31383 2.25 7C2.25 6.68617 2.4454 6.40552 2.73972 6.29661L3.33717 6.07553C4.18495 5.76183 4.38548 5.67053 4.528 5.528C4.67053 5.38548 4.76183 5.18495 5.07553 4.33717L5.29661 3.73972C5.40552 3.4454 5.68617 3.25 6 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.168 2.20038C18.6784 1.32843 19.78 1.00093 20.6859 1.45228C21.6349 1.92514 22.0221 3.07754 21.5459 4.02671L21.5411 4.03618L15.7285 15.2238C15.5901 16.325 15.1718 17.8942 14.3774 19.323C13.5495 20.8117 12.2526 22.2505 10.3364 22.7278C10.2771 22.7426 10.2162 22.7501 10.1551 22.7501C8.2017 22.7501 5.9839 21.687 4.40229 19.8307C4.97179 19.8619 5.54731 19.8583 6.10809 19.8237C7.77892 19.7203 9.46606 19.3316 10.5597 18.6318C10.9086 18.4086 11.0105 17.9448 10.7873 17.5959C10.564 17.247 10.1002 17.1451 9.7513 17.3683C8.96945 17.8686 7.57868 18.2299 6.0155 18.3265C5.08451 18.3841 4.14509 18.3445 3.30226 18.2073C2.64926 16.9694 2.24951 15.5053 2.24951 13.8509C2.24951 13.5916 2.38347 13.3507 2.60373 13.2139C2.824 13.077 3.09933 13.0637 3.33181 13.1786C4.23737 13.6261 5.24625 14.0413 6.53271 14.054C7.78803 14.0663 9.38644 13.6946 11.465 12.4471L18.168 2.20038ZM14.7196 13.9127L16.609 10.276L15.2292 9.43359L13.0342 12.7891L14.7196 13.9127Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 3.25C6.31383 3.25 6.59448 3.4454 6.70339 3.73972L6.92447 4.33717C7.23817 5.18495 7.32947 5.38548 7.472 5.52801C7.61452 5.67053 7.81505 5.76183 8.66283 6.07553L9.26028 6.29661C9.5546 6.40552 9.75 6.68617 9.75 7C9.75 7.31383 9.5546 7.59448 9.26028 7.70339L8.66283 7.92447C7.81505 8.23817 7.61452 8.32947 7.47199 8.472C7.32947 8.61452 7.23817 8.81505 6.92447 9.66283L6.70339 10.2603C6.59448 10.5546 6.31383 10.75 6 10.75C5.68617 10.75 5.40552 10.5546 5.29661 10.2603L5.07553 9.66283C4.76183 8.81505 4.67053 8.61452 4.528 8.472C4.38548 8.32947 4.18495 8.23817 3.33717 7.92447L2.73972 7.70339C2.4454 7.59448 2.25 7.31383 2.25 7C2.25 6.68617 2.4454 6.40552 2.73972 6.29661L3.33717 6.07553C4.18495 5.76183 4.38548 5.67053 4.528 5.528C4.67053 5.38548 4.76183 5.18495 5.07553 4.33717L5.29661 3.73972C5.40552 3.4454 5.68617 3.25 6 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.168 2.20038C18.6784 1.32843 19.78 1.00093 20.6859 1.45228C21.6349 1.92514 22.0221 3.07754 21.5459 4.02671L21.5411 4.03618L15.7285 15.2238C15.5901 16.325 15.1718 17.8942 14.3774 19.323C13.5495 20.8117 12.2526 22.2505 10.3364 22.7278C10.2771 22.7426 10.2162 22.7501 10.1551 22.7501C8.2017 22.7501 5.9839 21.687 4.40229 19.8307C4.97179 19.8619 5.54731 19.8583 6.10809 19.8237C7.77892 19.7203 9.46606 19.3316 10.5597 18.6318C10.9086 18.4086 11.0105 17.9448 10.7873 17.5959C10.564 17.247 10.1002 17.1451 9.7513 17.3683C8.96945 17.8686 7.57868 18.2299 6.0155 18.3265C5.08451 18.3841 4.14509 18.3445 3.30226 18.2073C2.64926 16.9694 2.24951 15.5053 2.24951 13.8509C2.24951 13.5916 2.38347 13.3507 2.60373 13.2139C2.824 13.077 3.09933 13.0637 3.33181 13.1786C4.23737 13.6261 5.24625 14.0413 6.53271 14.054C7.78803 14.0663 9.38644 13.6946 11.465 12.4471L18.168 2.20038ZM14.7196 13.9127L16.609 10.276L15.2292 9.43359L13.0342 12.7891L14.7196 13.9127Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-body-soap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 7.25C6.32437 7.25 3.75 9.82436 3.75 13L3.75 18.052C3.74997 18.9505 3.74995 19.6997 3.82991 20.2945C3.91432 20.9223 4.09999 21.4891 4.55546 21.9445C5.01093 22.4 5.57773 22.5857 6.20552 22.6701C6.8003 22.7501 7.54951 22.75 8.44798 22.75H8.44801H10.552H10.552C11.4505 22.75 12.1997 22.7501 12.7945 22.6701C13.4223 22.5857 13.9891 22.4 14.4445 21.9445C14.9 21.4891 15.0857 20.9223 15.1701 20.2945C15.2501 19.6997 15.25 18.9505 15.25 18.052V18.052L15.25 13C15.25 9.82436 12.6756 7.25 9.5 7.25ZM5.25 13C5.25 10.6528 7.15279 8.75 9.5 8.75C11.5433 8.75 13.2498 10.192 13.6575 12.1138C13.6931 12.2816 13.7109 12.3656 13.6617 12.404C13.6125 12.4425 13.5291 12.4019 13.3622 12.3207C11.884 11.6011 10.6477 12.2233 9.29329 12.905C8.15891 13.476 6.94171 14.0886 5.43019 13.9894C5.34608 13.9838 5.30402 13.9811 5.27701 13.9522C5.25 13.9234 5.25 13.8801 5.25 13.7936V13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.45526 4.25C9.02244 4.24995 8.62561 4.24991 8.3028 4.29331C7.94732 4.3411 7.57159 4.45355 7.26257 4.76257C6.95355 5.07159 6.8411 5.44732 6.79331 5.8028C6.74991 6.12561 6.74995 6.52244 6.75 6.95526L6.75001 8.00001C6.75001 8.41422 7.08579 8.75001 7.50001 8.75001H11.5C11.9142 8.75001 12.25 8.41422 12.25 8.00001L12.25 6.95526C12.2501 6.52245 12.2501 6.12561 12.2067 5.8028C12.1589 5.44732 12.0465 5.07159 11.7374 4.76257C11.4284 4.45355 11.0527 4.3411 10.6972 4.29331C10.3744 4.24991 9.97757 4.24995 9.54476 4.25H9.45526Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.75 2C6.75 1.58579 7.08579 1.25 7.5 1.25H12.9229C14.1291 1.25 15.1284 1.73173 15.9729 2.41792C16.2944 2.67912 16.3433 3.15147 16.0821 3.47295C15.8209 3.79442 15.3485 3.84329 15.0271 3.58208C14.3703 3.04846 13.6943 2.75 12.9229 2.75H10.25V5C10.25 5.41421 9.91421 5.75 9.5 5.75C9.08579 5.75 8.75 5.41421 8.75 5V2.75H7.5C7.08579 2.75 6.75 2.41421 6.75 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6044 11.6725C19.8553 11.3305 20.4872 9.9964 20.168 8.781C19.9088 7.79383 18.8701 7.08475 18.0745 6.55824C17.8004 6.37686 17.5236 6.18079 17.1764 6.27398C16.8279 6.3675 16.6868 6.67656 16.539 6.97211C16.1103 7.82934 15.5568 8.96645 15.8168 9.95651C16.1369 11.1756 17.3469 12.0164 18.6044 11.6725Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 7.25C6.32437 7.25 3.75 9.82436 3.75 13L3.75 18.052C3.74997 18.9505 3.74995 19.6997 3.82991 20.2945C3.91432 20.9223 4.09999 21.4891 4.55546 21.9445C5.01093 22.4 5.57773 22.5857 6.20552 22.6701C6.8003 22.7501 7.54951 22.75 8.44798 22.75H8.44801H10.552H10.552C11.4505 22.75 12.1997 22.7501 12.7945 22.6701C13.4223 22.5857 13.9891 22.4 14.4445 21.9445C14.9 21.4891 15.0857 20.9223 15.1701 20.2945C15.2501 19.6997 15.25 18.9505 15.25 18.052V18.052L15.25 13C15.25 9.82436 12.6756 7.25 9.5 7.25ZM5.25 13C5.25 10.6528 7.15279 8.75 9.5 8.75C11.5433 8.75 13.2498 10.192 13.6575 12.1138C13.6931 12.2816 13.7109 12.3656 13.6617 12.404C13.6125 12.4425 13.5291 12.4019 13.3622 12.3207C11.884 11.6011 10.6477 12.2233 9.29329 12.905C8.15891 13.476 6.94171 14.0886 5.43019 13.9894C5.34608 13.9838 5.30402 13.9811 5.27701 13.9522C5.25 13.9234 5.25 13.8801 5.25 13.7936V13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.45526 4.25C9.02244 4.24995 8.62561 4.24991 8.3028 4.29331C7.94732 4.3411 7.57159 4.45355 7.26257 4.76257C6.95355 5.07159 6.8411 5.44732 6.79331 5.8028C6.74991 6.12561 6.74995 6.52244 6.75 6.95526L6.75001 8.00001C6.75001 8.41422 7.08579 8.75001 7.50001 8.75001H11.5C11.9142 8.75001 12.25 8.41422 12.25 8.00001L12.25 6.95526C12.2501 6.52245 12.2501 6.12561 12.2067 5.8028C12.1589 5.44732 12.0465 5.07159 11.7374 4.76257C11.4284 4.45355 11.0527 4.3411 10.6972 4.29331C10.3744 4.24991 9.97757 4.24995 9.54476 4.25H9.45526Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.75 2C6.75 1.58579 7.08579 1.25 7.5 1.25H12.9229C14.1291 1.25 15.1284 1.73173 15.9729 2.41792C16.2944 2.67912 16.3433 3.15147 16.0821 3.47295C15.8209 3.79442 15.3485 3.84329 15.0271 3.58208C14.3703 3.04846 13.6943 2.75 12.9229 2.75H10.25V5C10.25 5.41421 9.91421 5.75 9.5 5.75C9.08579 5.75 8.75 5.41421 8.75 5V2.75H7.5C7.08579 2.75 6.75 2.41421 6.75 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6044 11.6725C19.8553 11.3305 20.4872 9.9964 20.168 8.781C19.9088 7.79383 18.8701 7.08475 18.0745 6.55824C17.8004 6.37686 17.5236 6.18079 17.1764 6.27398C16.8279 6.3675 16.6868 6.67656 16.539 6.97211C16.1103 7.82934 15.5568 8.96645 15.8168 9.95651C16.1369 11.1756 17.3469 12.0164 18.6044 11.6725Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-bow-tie{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.91431 17.3103C7.37649 17.7118 6.80328 18.0918 6.25789 18.3585C5.74525 18.6092 5.11974 18.8303 4.53299 18.7289C3.25521 18.5082 2.44448 17.4087 1.96925 16.226C1.48048 15.0096 1.25 13.4886 1.25 12.0021C1.25 10.5156 1.48048 8.99456 1.96925 7.77821C2.44448 6.59552 3.2552 5.49598 4.53299 5.27526C5.11975 5.17391 5.74527 5.39499 6.2579 5.64572C6.80329 5.91247 7.3765 6.29243 7.91432 6.69399C8.16301 6.87967 8.40873 7.07345 8.64595 7.26804C8.90172 7.47785 9.0296 7.58275 9.03857 7.71184C9.04754 7.84093 8.91694 7.9825 8.65574 8.26566L8.65573 8.26566C8.59711 8.32921 8.53988 8.39574 8.48415 8.46537C8.00391 9.0655 7.75088 9.76388 7.62236 10.466C7.57393 10.7306 7.54972 10.8629 7.46627 10.9325C7.38282 11.002 7.25693 11.002 7.00516 11.002H6.5C5.94772 11.002 5.5 11.4498 5.5 12.002C5.5 12.5543 5.94772 13.002 6.5 13.002H7.00516C7.25693 13.002 7.38282 13.002 7.46627 13.0716C7.54972 13.1412 7.57393 13.2735 7.62236 13.5381C7.75088 14.2402 8.00391 14.9386 8.48415 15.5387C8.5399 15.6084 8.59716 15.6749 8.65581 15.7385C8.91704 16.0217 9.04765 16.1633 9.03868 16.2923C9.02972 16.4214 8.90182 16.5263 8.64604 16.7362C8.4088 16.9308 8.16304 17.1246 7.91431 17.3103ZM16.0857 17.3103C16.6235 17.7118 17.1967 18.0918 17.7421 18.3585C18.2548 18.6092 18.8803 18.8303 19.467 18.7289C20.7448 18.5082 21.5555 17.4087 22.0308 16.226C22.5195 15.0096 22.75 13.4886 22.75 12.0021C22.75 10.5156 22.5195 8.99456 22.0308 7.77821C21.5555 6.59552 20.7448 5.49598 19.467 5.27526C18.8803 5.17391 18.2547 5.39499 17.7421 5.64572C17.1967 5.91247 16.6235 6.29243 16.0857 6.69399C15.837 6.87964 15.5914 7.07339 15.3542 7.26795C15.0988 7.47746 14.9711 7.58221 14.962 7.7112C14.953 7.84018 15.0832 7.98159 15.3435 8.26441C15.368 8.29108 15.3923 8.3183 15.4164 8.34606C15.953 8.96442 16.2355 9.70441 16.3758 10.467C16.4244 10.7311 16.4486 10.8631 16.5321 10.9326C16.6155 11.002 16.7412 11.002 16.9927 11.002H17.5C18.0523 11.002 18.5 11.4498 18.5 12.002C18.5 12.5543 18.0523 13.002 17.5 13.002H16.9949C16.7431 13.002 16.6172 13.002 16.5338 13.0716C16.4503 13.1412 16.4261 13.2735 16.3777 13.5381C16.2491 14.2402 15.9961 14.9386 15.5159 15.5387C15.4601 15.6084 15.4028 15.6749 15.3442 15.7385C15.083 16.0217 14.9523 16.1633 14.9613 16.2924C14.9703 16.4215 15.0982 16.5264 15.354 16.7362C15.5912 16.9308 15.837 17.1246 16.0857 17.3103ZM12 8.25C10.9542 8.25 10.0542 8.50199 9.46013 9.24434C8.90193 9.94188 8.75 10.9156 8.75 12C8.75 13.0844 8.90193 14.0581 9.46013 14.7557C10.0542 15.498 10.9542 15.75 12 15.75C13.0458 15.75 13.9458 15.498 14.5399 14.7557C15.0981 14.0581 15.25 13.0844 15.25 12C15.25 10.8269 15.0625 9.8434 14.4723 9.16329C13.8556 8.45256 12.9606 8.25 12 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.91431 17.3103C7.37649 17.7118 6.80328 18.0918 6.25789 18.3585C5.74525 18.6092 5.11974 18.8303 4.53299 18.7289C3.25521 18.5082 2.44448 17.4087 1.96925 16.226C1.48048 15.0096 1.25 13.4886 1.25 12.0021C1.25 10.5156 1.48048 8.99456 1.96925 7.77821C2.44448 6.59552 3.2552 5.49598 4.53299 5.27526C5.11975 5.17391 5.74527 5.39499 6.2579 5.64572C6.80329 5.91247 7.3765 6.29243 7.91432 6.69399C8.16301 6.87967 8.40873 7.07345 8.64595 7.26804C8.90172 7.47785 9.0296 7.58275 9.03857 7.71184C9.04754 7.84093 8.91694 7.9825 8.65574 8.26566L8.65573 8.26566C8.59711 8.32921 8.53988 8.39574 8.48415 8.46537C8.00391 9.0655 7.75088 9.76388 7.62236 10.466C7.57393 10.7306 7.54972 10.8629 7.46627 10.9325C7.38282 11.002 7.25693 11.002 7.00516 11.002H6.5C5.94772 11.002 5.5 11.4498 5.5 12.002C5.5 12.5543 5.94772 13.002 6.5 13.002H7.00516C7.25693 13.002 7.38282 13.002 7.46627 13.0716C7.54972 13.1412 7.57393 13.2735 7.62236 13.5381C7.75088 14.2402 8.00391 14.9386 8.48415 15.5387C8.5399 15.6084 8.59716 15.6749 8.65581 15.7385C8.91704 16.0217 9.04765 16.1633 9.03868 16.2923C9.02972 16.4214 8.90182 16.5263 8.64604 16.7362C8.4088 16.9308 8.16304 17.1246 7.91431 17.3103ZM16.0857 17.3103C16.6235 17.7118 17.1967 18.0918 17.7421 18.3585C18.2548 18.6092 18.8803 18.8303 19.467 18.7289C20.7448 18.5082 21.5555 17.4087 22.0308 16.226C22.5195 15.0096 22.75 13.4886 22.75 12.0021C22.75 10.5156 22.5195 8.99456 22.0308 7.77821C21.5555 6.59552 20.7448 5.49598 19.467 5.27526C18.8803 5.17391 18.2547 5.39499 17.7421 5.64572C17.1967 5.91247 16.6235 6.29243 16.0857 6.69399C15.837 6.87964 15.5914 7.07339 15.3542 7.26795C15.0988 7.47746 14.9711 7.58221 14.962 7.7112C14.953 7.84018 15.0832 7.98159 15.3435 8.26441C15.368 8.29108 15.3923 8.3183 15.4164 8.34606C15.953 8.96442 16.2355 9.70441 16.3758 10.467C16.4244 10.7311 16.4486 10.8631 16.5321 10.9326C16.6155 11.002 16.7412 11.002 16.9927 11.002H17.5C18.0523 11.002 18.5 11.4498 18.5 12.002C18.5 12.5543 18.0523 13.002 17.5 13.002H16.9949C16.7431 13.002 16.6172 13.002 16.5338 13.0716C16.4503 13.1412 16.4261 13.2735 16.3777 13.5381C16.2491 14.2402 15.9961 14.9386 15.5159 15.5387C15.4601 15.6084 15.4028 15.6749 15.3442 15.7385C15.083 16.0217 14.9523 16.1633 14.9613 16.2924C14.9703 16.4215 15.0982 16.5264 15.354 16.7362C15.5912 16.9308 15.837 17.1246 16.0857 17.3103ZM12 8.25C10.9542 8.25 10.0542 8.50199 9.46013 9.24434C8.90193 9.94188 8.75 10.9156 8.75 12C8.75 13.0844 8.90193 14.0581 9.46013 14.7557C10.0542 15.498 10.9542 15.75 12 15.75C13.0458 15.75 13.9458 15.498 14.5399 14.7557C15.0981 14.0581 15.25 13.0844 15.25 12C15.25 10.8269 15.0625 9.8434 14.4723 9.16329C13.8556 8.45256 12.9606 8.25 12 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-boxer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.33185 5.6593C3.45993 5.40812 3.71805 5.25 4 5.25H20C20.2819 5.25 20.5401 5.40812 20.6682 5.6593C21.8741 8.02431 22.75 9.87523 22.75 12.7001L22.75 17.8168C22.75 18.4674 22.7501 19.0309 22.6881 19.4827C22.6214 19.9691 22.4706 20.4359 22.0858 20.8133C21.6127 21.2771 20.9044 21.4578 20.2723 21.5738C18.8643 21.8322 17.0165 21.8033 15.6499 21.5379C15.0508 21.4216 14.3643 21.2546 13.9142 20.8133C13.0982 20.0131 13.1403 18.8855 13.1942 18.1081C13.2033 17.9759 13.2184 17.8368 13.2339 17.6942C13.2897 17.1796 13.3506 16.618 13.1569 16.1594C12.9794 15.7392 12.6147 15.4053 12.2616 15.0991C12.1329 14.9875 12.0686 14.9317 11.9937 14.9319C11.9188 14.9321 11.8549 14.988 11.7271 15.0998C11.3773 15.4058 11.0205 15.7395 10.8431 16.1594C10.6494 16.618 10.7103 17.1796 10.7661 17.6942C10.7816 17.8368 10.7967 17.9759 10.8058 18.1081C10.8597 18.8855 10.9018 20.0131 10.0858 20.8133C9.6127 21.2772 8.90438 21.4578 8.27234 21.5738C6.86435 21.8322 5.01647 21.8033 3.64993 21.5379C3.05078 21.4216 2.3643 21.2546 1.91424 20.8133C1.52941 20.4359 1.37856 19.9691 1.31187 19.4827C1.24992 19.0309 1.24996 18.4674 1.25 17.8168L1.25 12.7001C1.25 9.87523 2.12592 8.02431 3.33185 5.6593ZM12.0314 5.25066C12.0209 5.25022 12.0104 5.25 12 5.25C11.7595 5.25 11.5327 5.36555 11.3914 5.56177L9.39141 8.33955C9.14938 8.6757 9.22568 9.1444 9.56183 9.38643C9.89798 9.62846 10.3667 9.55216 10.6087 9.21601L11.588 7.85582C11.7484 7.63315 11.8285 7.52181 11.9362 7.52632C12.0439 7.53082 12.1145 7.64846 12.2557 7.88374L14.3569 11.3859C14.57 11.7411 15.0307 11.8562 15.3859 11.6431C15.7411 11.43 15.8563 10.9693 15.6432 10.6141L12.6432 5.61413C12.5134 5.39778 12.2835 5.2612 12.0314 5.25066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.79603 2.25C4.80402 2.25 4.81203 2.25 4.82006 2.25L19.204 2.25C19.4518 2.24999 19.6766 2.24997 19.8632 2.26357C20.0611 2.27799 20.2821 2.31092 20.501 2.41306C20.9666 2.63035 21.3118 3.04189 21.4471 3.53645C21.5106 3.76846 21.5066 3.99139 21.4883 4.18939C21.471 4.3764 21.4341 4.59915 21.3933 4.84549L21.3894 4.86908C21.385 4.89573 21.3806 4.92255 21.3762 4.94949C21.3256 5.26027 21.2723 5.58799 21.1175 5.8624C20.9145 6.22227 20.5905 6.49916 20.2023 6.64248C19.9059 6.7519 19.5735 6.751 19.2612 6.75015C19.234 6.75008 19.2069 6.75 19.18 6.75H4.82006C4.79317 6.75 4.76609 6.75008 4.73885 6.75015C4.42656 6.751 4.0942 6.7519 3.79779 6.64248C3.40953 6.49916 3.08559 6.22227 2.88258 5.8624C2.72778 5.58799 2.67441 5.26028 2.62381 4.94951C2.61942 4.92255 2.61505 4.89573 2.61064 4.86908C2.60934 4.86122 2.60804 4.85338 2.60675 4.84556C2.56595 4.59919 2.52906 4.37641 2.51176 4.18939C2.49343 3.99139 2.48947 3.76847 2.55295 3.53645C2.68828 3.0419 3.03344 2.63035 3.49909 2.41306C3.71798 2.31092 3.93899 2.27799 4.13685 2.26357C4.32348 2.24997 4.54828 2.24999 4.79603 2.25ZM4.12829 3.7748C4.06797 3.8047 4.02107 3.8596 4.00105 3.92781C4.00018 3.9366 3.99797 3.9712 4.00537 4.05118C4.0171 4.17791 4.04459 4.34672 4.0905 4.62412C4.12474 4.83094 4.14514 4.95212 4.16588 5.04203C4.17884 5.09822 4.18754 5.12127 4.18998 5.12706C4.2188 5.17724 4.26327 5.21474 4.3149 5.23442C4.32134 5.2359 4.34491 5.24042 4.39919 5.24387C4.49011 5.24965 4.61164 5.25 4.82006 5.25H19.18C19.3884 5.25 19.5099 5.24965 19.6009 5.24387C19.6552 5.24042 19.6787 5.2359 19.6852 5.23442C19.7368 5.21474 19.7813 5.17724 19.8101 5.12705C19.8125 5.12125 19.8212 5.0982 19.8342 5.04203C19.8549 4.95212 19.8753 4.83094 19.9096 4.62412C19.9555 4.34672 19.983 4.17791 19.9947 4.05118C20.0021 3.97123 19.9999 3.93663 19.999 3.92782C19.979 3.85961 19.9321 3.80471 19.8718 3.7748C19.8626 3.77243 19.8296 3.7651 19.7542 3.75961C19.6288 3.75047 19.4595 3.75 19.18 3.75H4.82006C4.54054 3.75 4.37128 3.75047 4.24587 3.75961C4.17045 3.7651 4.13743 3.77243 4.12829 3.7748ZM19.8094 5.1286L19.8101 5.12705L19.8094 5.1286ZM4.19068 5.1286L4.18998 5.12706L4.19068 5.1286Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.33185 5.6593C3.45993 5.40812 3.71805 5.25 4 5.25H20C20.2819 5.25 20.5401 5.40812 20.6682 5.6593C21.8741 8.02431 22.75 9.87523 22.75 12.7001L22.75 17.8168C22.75 18.4674 22.7501 19.0309 22.6881 19.4827C22.6214 19.9691 22.4706 20.4359 22.0858 20.8133C21.6127 21.2771 20.9044 21.4578 20.2723 21.5738C18.8643 21.8322 17.0165 21.8033 15.6499 21.5379C15.0508 21.4216 14.3643 21.2546 13.9142 20.8133C13.0982 20.0131 13.1403 18.8855 13.1942 18.1081C13.2033 17.9759 13.2184 17.8368 13.2339 17.6942C13.2897 17.1796 13.3506 16.618 13.1569 16.1594C12.9794 15.7392 12.6147 15.4053 12.2616 15.0991C12.1329 14.9875 12.0686 14.9317 11.9937 14.9319C11.9188 14.9321 11.8549 14.988 11.7271 15.0998C11.3773 15.4058 11.0205 15.7395 10.8431 16.1594C10.6494 16.618 10.7103 17.1796 10.7661 17.6942C10.7816 17.8368 10.7967 17.9759 10.8058 18.1081C10.8597 18.8855 10.9018 20.0131 10.0858 20.8133C9.6127 21.2772 8.90438 21.4578 8.27234 21.5738C6.86435 21.8322 5.01647 21.8033 3.64993 21.5379C3.05078 21.4216 2.3643 21.2546 1.91424 20.8133C1.52941 20.4359 1.37856 19.9691 1.31187 19.4827C1.24992 19.0309 1.24996 18.4674 1.25 17.8168L1.25 12.7001C1.25 9.87523 2.12592 8.02431 3.33185 5.6593ZM12.0314 5.25066C12.0209 5.25022 12.0104 5.25 12 5.25C11.7595 5.25 11.5327 5.36555 11.3914 5.56177L9.39141 8.33955C9.14938 8.6757 9.22568 9.1444 9.56183 9.38643C9.89798 9.62846 10.3667 9.55216 10.6087 9.21601L11.588 7.85582C11.7484 7.63315 11.8285 7.52181 11.9362 7.52632C12.0439 7.53082 12.1145 7.64846 12.2557 7.88374L14.3569 11.3859C14.57 11.7411 15.0307 11.8562 15.3859 11.6431C15.7411 11.43 15.8563 10.9693 15.6432 10.6141L12.6432 5.61413C12.5134 5.39778 12.2835 5.2612 12.0314 5.25066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.79603 2.25C4.80402 2.25 4.81203 2.25 4.82006 2.25L19.204 2.25C19.4518 2.24999 19.6766 2.24997 19.8632 2.26357C20.0611 2.27799 20.2821 2.31092 20.501 2.41306C20.9666 2.63035 21.3118 3.04189 21.4471 3.53645C21.5106 3.76846 21.5066 3.99139 21.4883 4.18939C21.471 4.3764 21.4341 4.59915 21.3933 4.84549L21.3894 4.86908C21.385 4.89573 21.3806 4.92255 21.3762 4.94949C21.3256 5.26027 21.2723 5.58799 21.1175 5.8624C20.9145 6.22227 20.5905 6.49916 20.2023 6.64248C19.9059 6.7519 19.5735 6.751 19.2612 6.75015C19.234 6.75008 19.2069 6.75 19.18 6.75H4.82006C4.79317 6.75 4.76609 6.75008 4.73885 6.75015C4.42656 6.751 4.0942 6.7519 3.79779 6.64248C3.40953 6.49916 3.08559 6.22227 2.88258 5.8624C2.72778 5.58799 2.67441 5.26028 2.62381 4.94951C2.61942 4.92255 2.61505 4.89573 2.61064 4.86908C2.60934 4.86122 2.60804 4.85338 2.60675 4.84556C2.56595 4.59919 2.52906 4.37641 2.51176 4.18939C2.49343 3.99139 2.48947 3.76847 2.55295 3.53645C2.68828 3.0419 3.03344 2.63035 3.49909 2.41306C3.71798 2.31092 3.93899 2.27799 4.13685 2.26357C4.32348 2.24997 4.54828 2.24999 4.79603 2.25ZM4.12829 3.7748C4.06797 3.8047 4.02107 3.8596 4.00105 3.92781C4.00018 3.9366 3.99797 3.9712 4.00537 4.05118C4.0171 4.17791 4.04459 4.34672 4.0905 4.62412C4.12474 4.83094 4.14514 4.95212 4.16588 5.04203C4.17884 5.09822 4.18754 5.12127 4.18998 5.12706C4.2188 5.17724 4.26327 5.21474 4.3149 5.23442C4.32134 5.2359 4.34491 5.24042 4.39919 5.24387C4.49011 5.24965 4.61164 5.25 4.82006 5.25H19.18C19.3884 5.25 19.5099 5.24965 19.6009 5.24387C19.6552 5.24042 19.6787 5.2359 19.6852 5.23442C19.7368 5.21474 19.7813 5.17724 19.8101 5.12705C19.8125 5.12125 19.8212 5.0982 19.8342 5.04203C19.8549 4.95212 19.8753 4.83094 19.9096 4.62412C19.9555 4.34672 19.983 4.17791 19.9947 4.05118C20.0021 3.97123 19.9999 3.93663 19.999 3.92782C19.979 3.85961 19.9321 3.80471 19.8718 3.7748C19.8626 3.77243 19.8296 3.7651 19.7542 3.75961C19.6288 3.75047 19.4595 3.75 19.18 3.75H4.82006C4.54054 3.75 4.37128 3.75047 4.24587 3.75961C4.17045 3.7651 4.13743 3.77243 4.12829 3.7748ZM19.8094 5.1286L19.8101 5.12705L19.8094 5.1286ZM4.19068 5.1286L4.18998 5.12706L4.19068 5.1286Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-breast-pump{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5 8.25C9.32436 8.25 6.75 10.8244 6.75 14V18.3298V18.3299V18.3299C6.74998 19.097 6.74996 19.7369 6.80953 20.251C6.87208 20.7909 7.0087 21.2867 7.34997 21.7146C7.47835 21.8756 7.62442 22.0217 7.78541 22.15C8.21334 22.4913 8.70913 22.6279 9.24899 22.6905C9.7631 22.75 10.4031 22.75 11.1702 22.75H13.8298C14.597 22.75 15.2369 22.75 15.751 22.6905C16.2909 22.6279 16.7867 22.4913 17.2146 22.15C17.3756 22.0216 17.5217 21.8756 17.65 21.7146C17.9913 21.2867 18.1279 20.7909 18.1905 20.251C18.2388 19.8338 18.2479 19.3337 18.2496 18.75H15C14.5858 18.75 14.25 18.4142 14.25 18C14.25 17.5858 14.5858 17.25 15 17.25H18.25V14.75H15C14.5858 14.75 14.25 14.4142 14.25 14C14.25 13.5858 14.5858 13.25 15 13.25H18.2015C17.834 10.4287 15.4214 8.25 12.5 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.94269 5.00001C8.96155 5.00001 8.98067 5.00001 9.00006 5.00001H16.0001C16.5523 5.00001 17.0001 5.44773 17.0001 6.00001C17.0001 6.5523 16.5523 7.00001 16.0001 7.00001H13.5001V9.00001C13.5001 9.5523 13.0523 10 12.5001 10C11.9478 10 11.5001 9.5523 11.5001 9.00001V7.00001H9.00006C8.48828 7.00001 8.31245 7.00159 8.1531 7.02014C7.45525 7.10139 6.80805 7.42499 6.32434 7.93452C6.21389 8.05087 6.10713 8.19059 5.80006 8.60001C5.46869 9.04184 4.84189 9.13138 4.40006 8.80001C3.95823 8.46864 3.86869 7.84184 4.20006 7.40001C4.21169 7.3845 4.22316 7.3692 4.23448 7.35411C4.49424 7.00766 4.67346 6.76862 4.87386 6.55753C5.68005 5.70832 6.75871 5.16898 7.9218 5.03356C8.2109 4.9999 8.50967 4.99994 8.94269 5.00001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 9.5C2.25 8.25736 3.25736 7.25 4.5 7.25C5.74264 7.25 6.75 8.25736 6.75 9.5C6.75 10.7426 5.74264 11.75 4.5 11.75C3.25736 11.75 2.25 10.7426 2.25 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9241 1.76204C19.4648 1.44217 20.1325 1.25 21 1.25C21.4142 1.25 21.75 1.58579 21.75 2V10C21.75 10.4142 21.4142 10.75 21 10.75C20.1324 10.75 19.4646 10.5577 18.924 10.2376C18.3959 9.92505 18.0378 9.51727 17.7646 9.19025C17.4355 8.79621 16.894 8.27927 16.2999 7.79332C15.7028 7.30486 15.1025 6.88879 14.6652 6.67068C14.4108 6.54377 14.25 6.28388 14.25 5.99954C14.25 5.7152 14.4108 5.45531 14.6652 5.3284C15.1025 5.11027 15.7028 4.69426 16.3 4.20594C16.8941 3.7201 17.4355 3.20329 17.7646 2.80929C18.0379 2.48219 18.396 2.07452 18.9241 1.76204Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5 8.25C9.32436 8.25 6.75 10.8244 6.75 14V18.3298V18.3299V18.3299C6.74998 19.097 6.74996 19.7369 6.80953 20.251C6.87208 20.7909 7.0087 21.2867 7.34997 21.7146C7.47835 21.8756 7.62442 22.0217 7.78541 22.15C8.21334 22.4913 8.70913 22.6279 9.24899 22.6905C9.7631 22.75 10.4031 22.75 11.1702 22.75H13.8298C14.597 22.75 15.2369 22.75 15.751 22.6905C16.2909 22.6279 16.7867 22.4913 17.2146 22.15C17.3756 22.0216 17.5217 21.8756 17.65 21.7146C17.9913 21.2867 18.1279 20.7909 18.1905 20.251C18.2388 19.8338 18.2479 19.3337 18.2496 18.75H15C14.5858 18.75 14.25 18.4142 14.25 18C14.25 17.5858 14.5858 17.25 15 17.25H18.25V14.75H15C14.5858 14.75 14.25 14.4142 14.25 14C14.25 13.5858 14.5858 13.25 15 13.25H18.2015C17.834 10.4287 15.4214 8.25 12.5 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.94269 5.00001C8.96155 5.00001 8.98067 5.00001 9.00006 5.00001H16.0001C16.5523 5.00001 17.0001 5.44773 17.0001 6.00001C17.0001 6.5523 16.5523 7.00001 16.0001 7.00001H13.5001V9.00001C13.5001 9.5523 13.0523 10 12.5001 10C11.9478 10 11.5001 9.5523 11.5001 9.00001V7.00001H9.00006C8.48828 7.00001 8.31245 7.00159 8.1531 7.02014C7.45525 7.10139 6.80805 7.42499 6.32434 7.93452C6.21389 8.05087 6.10713 8.19059 5.80006 8.60001C5.46869 9.04184 4.84189 9.13138 4.40006 8.80001C3.95823 8.46864 3.86869 7.84184 4.20006 7.40001C4.21169 7.3845 4.22316 7.3692 4.23448 7.35411C4.49424 7.00766 4.67346 6.76862 4.87386 6.55753C5.68005 5.70832 6.75871 5.16898 7.9218 5.03356C8.2109 4.9999 8.50967 4.99994 8.94269 5.00001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 9.5C2.25 8.25736 3.25736 7.25 4.5 7.25C5.74264 7.25 6.75 8.25736 6.75 9.5C6.75 10.7426 5.74264 11.75 4.5 11.75C3.25736 11.75 2.25 10.7426 2.25 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9241 1.76204C19.4648 1.44217 20.1325 1.25 21 1.25C21.4142 1.25 21.75 1.58579 21.75 2V10C21.75 10.4142 21.4142 10.75 21 10.75C20.1324 10.75 19.4646 10.5577 18.924 10.2376C18.3959 9.92505 18.0378 9.51727 17.7646 9.19025C17.4355 8.79621 16.894 8.27927 16.2999 7.79332C15.7028 7.30486 15.1025 6.88879 14.6652 6.67068C14.4108 6.54377 14.25 6.28388 14.25 5.99954C14.25 5.7152 14.4108 5.45531 14.6652 5.3284C15.1025 5.11027 15.7028 4.69426 16.3 4.20594C16.8941 3.7201 17.4355 3.20329 17.7646 2.80929C18.0379 2.48219 18.396 2.07452 18.9241 1.76204Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-cap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9973 14.3776C14.5448 14.4218 17.0716 15.0172 20.406 16.0199L20.7475 14.1269C21.1413 10.3689 19.0482 6.96454 15.8368 5.42602C15.8414 5.43461 15.8461 5.4432 15.8507 5.45179C16.6585 6.96327 17.0954 8.89814 16.9821 10.6881C16.9472 11.2393 16.4722 11.6579 15.921 11.623C15.3698 11.5881 14.9512 11.113 14.9861 10.5619C15.0756 9.14693 14.7213 7.58179 14.0868 6.39451C13.4253 5.15694 12.6403 4.625 11.9998 4.625L11.992 4.62497L11.9841 4.625C11.3437 4.625 10.5586 5.15694 9.89717 6.39451C9.26261 7.58179 8.9083 9.14693 8.99783 10.5619C9.0327 11.113 8.61415 11.5881 8.06297 11.623C7.51179 11.6579 7.03669 11.2393 7.00182 10.6881C6.88856 8.89814 7.32546 6.96327 8.13329 5.45179C8.13608 5.44657 8.13888 5.44134 8.14168 5.43612C4.94223 6.9794 2.85907 10.3771 3.25202 14.1269L3.58261 15.9592C6.923 14.8411 9.44713 14.3334 11.9973 14.3776ZM10.9841 2.67149C5.09511 3.21414 0.667436 8.428 1.31218 14.3665C1.31461 14.3889 1.31782 14.4111 1.32181 14.4333L1.75375 16.8273C1.75841 16.8531 1.76406 16.8784 1.77065 16.9034C1.72885 17.0322 1.7215 17.1737 1.75605 17.3138C1.81177 17.5399 1.86418 17.8777 1.9329 18.3207L1.9329 18.3207L1.94554 18.4022C2.0175 18.8656 2.10368 19.4078 2.22215 19.9381C2.33961 20.464 2.49632 21.0141 2.72208 21.4869C2.94113 21.9458 3.27455 22.4368 3.80408 22.6955C4.33549 22.9551 4.90671 22.8809 5.30148 22.7948C5.51178 22.749 5.7162 22.6888 5.8892 22.637L5.948 22.6193L5.94805 22.6193C6.1036 22.5726 6.22648 22.5356 6.33755 22.5091C9.26641 21.8095 10.6155 21.492 11.9843 21.492C13.353 21.492 14.7021 21.8095 17.631 22.5091C17.742 22.5356 17.8649 22.5726 18.0205 22.6193L18.0793 22.637C18.2523 22.6888 18.4567 22.749 18.667 22.7948C19.0618 22.8809 19.633 22.9551 20.1644 22.6955C20.694 22.4368 21.0274 21.9458 21.2464 21.4869C21.4722 21.0141 21.6289 20.464 21.7464 19.9381C21.8648 19.4078 21.951 18.8656 22.023 18.4022L22.0356 18.3207C22.1043 17.8778 22.1567 17.5399 22.2125 17.3138C22.2423 17.1926 22.2409 17.0707 22.2131 16.9568C22.2267 16.915 22.2377 16.8718 22.2458 16.8273L22.6777 14.4333C22.6817 14.4111 22.6849 14.3889 22.6873 14.3665C23.3332 8.4175 18.8887 3.19571 12.9841 2.66865V2.125C12.9841 1.57272 12.5364 1.125 11.9841 1.125C11.4318 1.125 10.9841 1.57272 10.9841 2.125V2.67149Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9973 14.3776C14.5448 14.4218 17.0716 15.0172 20.406 16.0199L20.7475 14.1269C21.1413 10.3689 19.0482 6.96454 15.8368 5.42602C15.8414 5.43461 15.8461 5.4432 15.8507 5.45179C16.6585 6.96327 17.0954 8.89814 16.9821 10.6881C16.9472 11.2393 16.4722 11.6579 15.921 11.623C15.3698 11.5881 14.9512 11.113 14.9861 10.5619C15.0756 9.14693 14.7213 7.58179 14.0868 6.39451C13.4253 5.15694 12.6403 4.625 11.9998 4.625L11.992 4.62497L11.9841 4.625C11.3437 4.625 10.5586 5.15694 9.89717 6.39451C9.26261 7.58179 8.9083 9.14693 8.99783 10.5619C9.0327 11.113 8.61415 11.5881 8.06297 11.623C7.51179 11.6579 7.03669 11.2393 7.00182 10.6881C6.88856 8.89814 7.32546 6.96327 8.13329 5.45179C8.13608 5.44657 8.13888 5.44134 8.14168 5.43612C4.94223 6.9794 2.85907 10.3771 3.25202 14.1269L3.58261 15.9592C6.923 14.8411 9.44713 14.3334 11.9973 14.3776ZM10.9841 2.67149C5.09511 3.21414 0.667436 8.428 1.31218 14.3665C1.31461 14.3889 1.31782 14.4111 1.32181 14.4333L1.75375 16.8273C1.75841 16.8531 1.76406 16.8784 1.77065 16.9034C1.72885 17.0322 1.7215 17.1737 1.75605 17.3138C1.81177 17.5399 1.86418 17.8777 1.9329 18.3207L1.9329 18.3207L1.94554 18.4022C2.0175 18.8656 2.10368 19.4078 2.22215 19.9381C2.33961 20.464 2.49632 21.0141 2.72208 21.4869C2.94113 21.9458 3.27455 22.4368 3.80408 22.6955C4.33549 22.9551 4.90671 22.8809 5.30148 22.7948C5.51178 22.749 5.7162 22.6888 5.8892 22.637L5.948 22.6193L5.94805 22.6193C6.1036 22.5726 6.22648 22.5356 6.33755 22.5091C9.26641 21.8095 10.6155 21.492 11.9843 21.492C13.353 21.492 14.7021 21.8095 17.631 22.5091C17.742 22.5356 17.8649 22.5726 18.0205 22.6193L18.0793 22.637C18.2523 22.6888 18.4567 22.749 18.667 22.7948C19.0618 22.8809 19.633 22.9551 20.1644 22.6955C20.694 22.4368 21.0274 21.9458 21.2464 21.4869C21.4722 21.0141 21.6289 20.464 21.7464 19.9381C21.8648 19.4078 21.951 18.8656 22.023 18.4022L22.0356 18.3207C22.1043 17.8778 22.1567 17.5399 22.2125 17.3138C22.2423 17.1926 22.2409 17.0707 22.2131 16.9568C22.2267 16.915 22.2377 16.8718 22.2458 16.8273L22.6777 14.4333C22.6817 14.4111 22.6849 14.3889 22.6873 14.3665C23.3332 8.4175 18.8887 3.19571 12.9841 2.66865V2.125C12.9841 1.57272 12.5364 1.125 11.9841 1.125C11.4318 1.125 10.9841 1.57272 10.9841 2.125V2.67149Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-cardigan{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.79205 3.12746C7.77808 2.9118 7.54914 2.77896 7.35606 2.87604L4.20197 4.46201C3.01159 5.06056 2.22586 6.24878 2.13733 7.58422L1.25166 20.9443C1.23786 21.1526 1.3105 21.3573 1.45232 21.5098C1.59413 21.6622 1.79242 21.7487 2 21.7487H5C5.33121 21.7487 5.6232 21.5303 5.71837 21.2112L6.2815 19.3235C6.28795 19.3019 6.31914 19.3003 6.32918 19.3205L7.32918 21.3318C7.45623 21.5873 7.71592 21.7487 8 21.7487H10.95C11.1157 21.7487 11.25 21.6144 11.25 21.4487V9.65325C11.25 9.53381 11.1786 9.42656 11.0713 9.37401C9.42933 8.56954 8.61988 6.87954 8.2175 5.49213C7.9824 4.68152 7.8664 3.91122 7.80863 3.34687C7.80441 3.30795 7.79855 3.2277 7.79205 3.12746Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.75 21.4487C12.75 21.6144 12.8843 21.7487 13.05 21.7487H16C16.2841 21.7487 16.5438 21.5873 16.6708 21.3318L17.6708 19.3205C17.6809 19.3003 17.7121 19.3019 17.7185 19.3235L18.2816 21.2112C18.3768 21.5303 18.6688 21.7487 19 21.7487H22C22.2076 21.7487 22.4059 21.6622 22.5477 21.5098C22.6895 21.3573 22.7621 21.1526 22.7483 20.9443L21.8627 7.58422C21.7741 6.24878 20.9884 5.06056 19.798 4.46201L16.6464 2.87726C16.453 2.78001 16.2239 2.91348 16.2091 3.12946C16.203 3.22029 16.1969 3.2974 16.1914 3.34687C16.1336 3.91122 16.0176 4.68152 15.7825 5.49213C15.3801 6.87954 14.5707 8.56954 12.9287 9.37401C12.8214 9.42656 12.75 9.53381 12.75 9.65325V21.4487Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.75 2.38984C14.7501 2.29542 14.6616 2.2139 14.5832 2.26658C14.531 2.30165 14.4826 2.34376 14.4394 2.39262C13.9105 2.99101 12.9952 3.34222 12 3.34222C11.0048 3.34222 10.0895 2.99101 9.56056 2.39262C9.51738 2.34377 9.46898 2.30166 9.41682 2.26659C9.33845 2.2139 9.2499 2.29544 9.25 2.38987C9.26542 2.64336 9.29715 3.15895 9.30075 3.19342C9.35235 3.69757 9.4551 4.3729 9.6575 5.07077C10.0423 6.39762 10.7235 7.60575 11.8964 8.09383C11.9627 8.12141 12.0373 8.12141 12.1036 8.09383C13.2765 7.60575 13.9577 6.39762 14.3425 5.07077C14.5449 4.3729 14.6476 3.69757 14.6993 3.19342C14.7127 3.06984 14.7387 2.60621 14.75 2.38984Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.79205 3.12746C7.77808 2.9118 7.54914 2.77896 7.35606 2.87604L4.20197 4.46201C3.01159 5.06056 2.22586 6.24878 2.13733 7.58422L1.25166 20.9443C1.23786 21.1526 1.3105 21.3573 1.45232 21.5098C1.59413 21.6622 1.79242 21.7487 2 21.7487H5C5.33121 21.7487 5.6232 21.5303 5.71837 21.2112L6.2815 19.3235C6.28795 19.3019 6.31914 19.3003 6.32918 19.3205L7.32918 21.3318C7.45623 21.5873 7.71592 21.7487 8 21.7487H10.95C11.1157 21.7487 11.25 21.6144 11.25 21.4487V9.65325C11.25 9.53381 11.1786 9.42656 11.0713 9.37401C9.42933 8.56954 8.61988 6.87954 8.2175 5.49213C7.9824 4.68152 7.8664 3.91122 7.80863 3.34687C7.80441 3.30795 7.79855 3.2277 7.79205 3.12746Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.75 21.4487C12.75 21.6144 12.8843 21.7487 13.05 21.7487H16C16.2841 21.7487 16.5438 21.5873 16.6708 21.3318L17.6708 19.3205C17.6809 19.3003 17.7121 19.3019 17.7185 19.3235L18.2816 21.2112C18.3768 21.5303 18.6688 21.7487 19 21.7487H22C22.2076 21.7487 22.4059 21.6622 22.5477 21.5098C22.6895 21.3573 22.7621 21.1526 22.7483 20.9443L21.8627 7.58422C21.7741 6.24878 20.9884 5.06056 19.798 4.46201L16.6464 2.87726C16.453 2.78001 16.2239 2.91348 16.2091 3.12946C16.203 3.22029 16.1969 3.2974 16.1914 3.34687C16.1336 3.91122 16.0176 4.68152 15.7825 5.49213C15.3801 6.87954 14.5707 8.56954 12.9287 9.37401C12.8214 9.42656 12.75 9.53381 12.75 9.65325V21.4487Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.75 2.38984C14.7501 2.29542 14.6616 2.2139 14.5832 2.26658C14.531 2.30165 14.4826 2.34376 14.4394 2.39262C13.9105 2.99101 12.9952 3.34222 12 3.34222C11.0048 3.34222 10.0895 2.99101 9.56056 2.39262C9.51738 2.34377 9.46898 2.30166 9.41682 2.26659C9.33845 2.2139 9.2499 2.29544 9.25 2.38987C9.26542 2.64336 9.29715 3.15895 9.30075 3.19342C9.35235 3.69757 9.4551 4.3729 9.6575 5.07077C10.0423 6.39762 10.7235 7.60575 11.8964 8.09383C11.9627 8.12141 12.0373 8.12141 12.1036 8.09383C13.2765 7.60575 13.9577 6.39762 14.3425 5.07077C14.5449 4.3729 14.6476 3.69757 14.6993 3.19342C14.7127 3.06984 14.7387 2.60621 14.75 2.38984Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-cowboy-hat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 13.25C2.11383 13.25 1 14.4247 1 15.75C1 16.7308 1.30106 17.5397 1.89357 18.1369C2.46076 18.7085 3.19663 18.9857 3.88383 19.1277C4.57466 19.2704 5.3095 19.295 5.96453 19.29C6.28741 19.2875 6.60436 19.2775 6.89437 19.2684L6.91566 19.2677C7.0496 19.2635 7.17679 19.2595 7.29786 19.2564C8.38067 20.3521 9.84065 21.25 12 21.25C14.1593 21.25 15.6193 20.3521 16.7021 19.2564C16.8232 19.2595 16.9504 19.2635 17.0843 19.2677L17.1056 19.2684C17.3956 19.2775 17.7126 19.2875 18.0355 19.29C18.6905 19.295 19.4253 19.2704 20.1162 19.1277C20.8034 18.9857 21.5392 18.7085 22.1064 18.1369C22.6989 17.5397 23 16.7308 23 15.75C23 14.4247 21.8862 13.25 20.5 13.25C20.0878 13.25 19.7038 13.3284 19.3478 13.4706C19.1999 13.5297 19.0595 13.5988 18.926 13.6755C17.6711 14.2869 15.4423 15.25 12 15.25C8.55769 15.25 6.32894 14.2869 5.07405 13.6755C4.94054 13.5988 4.80007 13.5297 4.65219 13.4706C4.29625 13.3284 3.91222 13.25 3.5 13.25ZM5.6485 17.1857L5.72256 17.2903C5.19702 17.2871 4.71006 17.2561 4.28848 17.169C3.80327 17.0688 3.49607 16.9124 3.31328 16.7282C3.15582 16.5695 3 16.3004 3 15.75C3 15.501 3.24639 15.25 3.5 15.25C3.63915 15.25 3.76193 15.2732 3.87791 15.3156C3.95389 15.3534 4.03592 15.3941 4.12294 15.4368C4.48718 15.6628 4.85265 16.0824 5.32863 16.7375C5.43008 16.8771 5.53672 17.0278 5.6485 17.1857ZM18.6714 16.7375C19.1474 16.0824 19.5128 15.6628 19.877 15.4368C19.9641 15.3941 20.0461 15.3534 20.1221 15.3156C20.2381 15.2732 20.3608 15.25 20.5 15.25C20.7536 15.25 21 15.501 21 15.75C21 16.3004 20.8442 16.5695 20.6867 16.7282C20.5039 16.9124 20.1967 17.0688 19.7115 17.169C19.2899 17.2561 18.803 17.2871 18.2774 17.2903L18.3515 17.1857C18.4633 17.0278 18.5699 16.8771 18.6714 16.7375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 11.75C7 11.5474 7.00915 11.2925 7.03149 10.9988C7.04015 10.885 7.04448 10.8281 7.08435 10.801C7.12423 10.7739 7.17975 10.7912 7.29079 10.8258C8.49344 11.2001 9.91419 11.5 11.9998 11.5C14.0856 11.5 15.5065 11.2001 16.7092 10.8256C16.8202 10.7911 16.8758 10.7738 16.9156 10.8008C16.9555 10.8279 16.9598 10.8848 16.9685 10.9986C16.9908 11.2924 17 11.5473 17 11.75C17 12.3023 17.4477 12.75 18 12.75C18.5523 12.75 19 12.3023 19 11.75C19 10.9204 18.8805 9.49175 18.4792 7.96758C18.0806 6.45362 17.3783 4.74679 16.1468 3.45997C15.6656 2.95717 15.0257 2.75 14.4327 2.75C13.7986 2.75 13.2344 3.08824 12.912 3.60406L12.7067 3.93248C12.5326 4.21107 12.2609 4.35 12 4.35C11.7391 4.35 11.4674 4.21107 11.2933 3.93248L11.088 3.60406C10.7656 3.08824 10.2014 2.75 9.56726 2.75C8.97429 2.75 8.33444 2.95717 7.85323 3.45997C6.62168 4.74679 5.91943 6.45362 5.52082 7.96758C5.11953 9.49175 5 10.9204 5 11.75C5 12.3023 5.44772 12.75 6 12.75C6.55228 12.75 7 12.3023 7 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 13.25C2.11383 13.25 1 14.4247 1 15.75C1 16.7308 1.30106 17.5397 1.89357 18.1369C2.46076 18.7085 3.19663 18.9857 3.88383 19.1277C4.57466 19.2704 5.3095 19.295 5.96453 19.29C6.28741 19.2875 6.60436 19.2775 6.89437 19.2684L6.91566 19.2677C7.0496 19.2635 7.17679 19.2595 7.29786 19.2564C8.38067 20.3521 9.84065 21.25 12 21.25C14.1593 21.25 15.6193 20.3521 16.7021 19.2564C16.8232 19.2595 16.9504 19.2635 17.0843 19.2677L17.1056 19.2684C17.3956 19.2775 17.7126 19.2875 18.0355 19.29C18.6905 19.295 19.4253 19.2704 20.1162 19.1277C20.8034 18.9857 21.5392 18.7085 22.1064 18.1369C22.6989 17.5397 23 16.7308 23 15.75C23 14.4247 21.8862 13.25 20.5 13.25C20.0878 13.25 19.7038 13.3284 19.3478 13.4706C19.1999 13.5297 19.0595 13.5988 18.926 13.6755C17.6711 14.2869 15.4423 15.25 12 15.25C8.55769 15.25 6.32894 14.2869 5.07405 13.6755C4.94054 13.5988 4.80007 13.5297 4.65219 13.4706C4.29625 13.3284 3.91222 13.25 3.5 13.25ZM5.6485 17.1857L5.72256 17.2903C5.19702 17.2871 4.71006 17.2561 4.28848 17.169C3.80327 17.0688 3.49607 16.9124 3.31328 16.7282C3.15582 16.5695 3 16.3004 3 15.75C3 15.501 3.24639 15.25 3.5 15.25C3.63915 15.25 3.76193 15.2732 3.87791 15.3156C3.95389 15.3534 4.03592 15.3941 4.12294 15.4368C4.48718 15.6628 4.85265 16.0824 5.32863 16.7375C5.43008 16.8771 5.53672 17.0278 5.6485 17.1857ZM18.6714 16.7375C19.1474 16.0824 19.5128 15.6628 19.877 15.4368C19.9641 15.3941 20.0461 15.3534 20.1221 15.3156C20.2381 15.2732 20.3608 15.25 20.5 15.25C20.7536 15.25 21 15.501 21 15.75C21 16.3004 20.8442 16.5695 20.6867 16.7282C20.5039 16.9124 20.1967 17.0688 19.7115 17.169C19.2899 17.2561 18.803 17.2871 18.2774 17.2903L18.3515 17.1857C18.4633 17.0278 18.5699 16.8771 18.6714 16.7375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 11.75C7 11.5474 7.00915 11.2925 7.03149 10.9988C7.04015 10.885 7.04448 10.8281 7.08435 10.801C7.12423 10.7739 7.17975 10.7912 7.29079 10.8258C8.49344 11.2001 9.91419 11.5 11.9998 11.5C14.0856 11.5 15.5065 11.2001 16.7092 10.8256C16.8202 10.7911 16.8758 10.7738 16.9156 10.8008C16.9555 10.8279 16.9598 10.8848 16.9685 10.9986C16.9908 11.2924 17 11.5473 17 11.75C17 12.3023 17.4477 12.75 18 12.75C18.5523 12.75 19 12.3023 19 11.75C19 10.9204 18.8805 9.49175 18.4792 7.96758C18.0806 6.45362 17.3783 4.74679 16.1468 3.45997C15.6656 2.95717 15.0257 2.75 14.4327 2.75C13.7986 2.75 13.2344 3.08824 12.912 3.60406L12.7067 3.93248C12.5326 4.21107 12.2609 4.35 12 4.35C11.7391 4.35 11.4674 4.21107 11.2933 3.93248L11.088 3.60406C10.7656 3.08824 10.2014 2.75 9.56726 2.75C8.97429 2.75 8.33444 2.95717 7.85323 3.45997C6.62168 4.74679 5.91943 6.45362 5.52082 7.96758C5.11953 9.49175 5 10.9204 5 11.75C5 12.3023 5.44772 12.75 6 12.75C6.55228 12.75 7 12.3023 7 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-diaper{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.61218 3.25001H18.3878C18.9538 3.24988 19.3395 3.24979 19.676 3.31145C21.2085 3.5923 22.4077 4.79153 22.6886 6.32407C22.7361 6.58343 22.7469 6.87206 22.7494 7.25H18C17.5858 7.25 17.25 7.58579 17.25 8C17.25 8.41421 17.5858 8.75 18 8.75H22.75V7.43754L22.75 7.61223L22.75 10C22.75 10.2521 22.7413 10.5022 22.7243 10.75H21.5C17.2198 10.75 13.75 14.2198 13.75 18.5V20.6083C13.1805 20.7015 12.5959 20.75 12 20.75C11.4041 20.75 10.8195 20.7015 10.25 20.6083V18.5C10.25 14.2198 6.78016 10.75 2.49996 10.75H1.27576C1.25869 10.5022 1.25001 10.2521 1.25001 10L1.25 8.75H5.99998C6.4142 8.75 6.74998 8.41421 6.74998 8C6.74998 7.58579 6.4142 7.25 5.99998 7.25H1.25065C1.25307 6.87206 1.2639 6.58343 1.31143 6.32407C1.59228 4.79153 2.79151 3.5923 4.32405 3.31145C4.66049 3.24979 5.04619 3.24988 5.61218 3.25001ZM1.48584 12.25C2.29331 16.0418 5.09998 19.0937 8.74996 20.25V18.5C8.74996 15.0482 5.95174 12.25 2.49996 12.25H1.48584ZM21.5 12.25H22.5142C21.7067 16.0418 18.9 19.0937 15.25 20.25V18.5C15.25 15.0482 18.0482 12.25 21.5 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.61218 3.25001H18.3878C18.9538 3.24988 19.3395 3.24979 19.676 3.31145C21.2085 3.5923 22.4077 4.79153 22.6886 6.32407C22.7361 6.58343 22.7469 6.87206 22.7494 7.25H18C17.5858 7.25 17.25 7.58579 17.25 8C17.25 8.41421 17.5858 8.75 18 8.75H22.75V7.43754L22.75 7.61223L22.75 10C22.75 10.2521 22.7413 10.5022 22.7243 10.75H21.5C17.2198 10.75 13.75 14.2198 13.75 18.5V20.6083C13.1805 20.7015 12.5959 20.75 12 20.75C11.4041 20.75 10.8195 20.7015 10.25 20.6083V18.5C10.25 14.2198 6.78016 10.75 2.49996 10.75H1.27576C1.25869 10.5022 1.25001 10.2521 1.25001 10L1.25 8.75H5.99998C6.4142 8.75 6.74998 8.41421 6.74998 8C6.74998 7.58579 6.4142 7.25 5.99998 7.25H1.25065C1.25307 6.87206 1.2639 6.58343 1.31143 6.32407C1.59228 4.79153 2.79151 3.5923 4.32405 3.31145C4.66049 3.24979 5.04619 3.24988 5.61218 3.25001ZM1.48584 12.25C2.29331 16.0418 5.09998 19.0937 8.74996 20.25V18.5C8.74996 15.0482 5.95174 12.25 2.49996 12.25H1.48584ZM21.5 12.25H22.5142C21.7067 16.0418 18.9 19.0937 15.25 20.25V18.5C15.25 15.0482 18.0482 12.25 21.5 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-dress-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.3151 13.0872C18.18 12.9252 18.1124 12.8443 18.0117 12.7971C17.911 12.75 17.7998 12.75 17.5773 12.75H6.4206C6.19813 12.75 6.08689 12.75 5.98617 12.7971C5.88545 12.8443 5.81789 12.9252 5.68276 13.0872C4.58439 14.4034 3.62141 16.1011 3.2282 17.7573C3.0818 18.3739 3.06058 19.091 3.44595 19.8014C4.06154 20.9361 5.41936 21.6518 6.88887 22.09C8.40059 22.5408 10.2201 22.7548 12.0158 22.75C13.8117 22.7453 15.6278 22.5218 17.1331 22.0689C18.5939 21.6294 19.9458 20.9187 20.5519 19.8014C20.9373 19.091 20.9161 18.3739 20.7697 17.7573C20.3765 16.1011 19.4135 14.4034 18.3151 13.0872Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.19358 9.58729C6.3485 9.48938 6.42596 9.44042 6.47631 9.46541C6.52666 9.49039 6.53414 9.57712 6.54911 9.75058C6.57141 10.0091 6.60216 10.2675 6.64615 10.5233C6.70251 10.8509 6.73068 11.0147 6.8703 11.1323C7.00992 11.25 7.19319 11.25 7.55973 11.25H16.4393C16.8058 11.25 16.9891 11.25 17.1287 11.1323C17.2683 11.0147 17.2965 10.8509 17.3528 10.5233C17.3968 10.2675 17.4276 10.0091 17.4499 9.75058C17.4648 9.57712 17.4723 9.49039 17.5227 9.46541C17.573 9.44042 17.6505 9.48938 17.8054 9.58729C18.4282 9.9809 19.1947 10.0937 19.8799 9.71391C20.3962 9.42772 20.787 8.94144 21.0632 8.55892C22.6396 6.37519 20.3884 4.40077 19.0459 2.84017C18.6728 2.40623 18.3719 2.05633 17.9858 1.83199C17.3442 1.45916 16.4476 1.33706 15.7077 1.26075C15.5238 1.24178 15.2394 1.23128 14.9599 1.37879C14.4708 1.63697 14.2773 2.26686 14.0753 2.74242C13.7258 3.56529 12.9191 4.21678 11.9995 4.21678C11.0798 4.21678 10.2732 3.56528 9.92365 2.7424C9.72164 2.26685 9.52822 1.63696 9.03908 1.37879C8.75961 1.23128 8.47522 1.24178 8.29129 1.26075C7.55141 1.33706 6.65483 1.45915 6.01318 1.83198C5.6271 2.05632 5.32623 2.40621 4.95309 2.84015C4.12152 3.80682 3.09133 4.63235 2.5018 5.78597C1.90696 6.94999 2.4842 7.93332 2.93583 8.55892C3.21197 8.94144 3.6028 9.42772 4.11906 9.71391C4.80429 10.0937 5.57082 9.98089 6.19358 9.58729Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.3151 13.0872C18.18 12.9252 18.1124 12.8443 18.0117 12.7971C17.911 12.75 17.7998 12.75 17.5773 12.75H6.4206C6.19813 12.75 6.08689 12.75 5.98617 12.7971C5.88545 12.8443 5.81789 12.9252 5.68276 13.0872C4.58439 14.4034 3.62141 16.1011 3.2282 17.7573C3.0818 18.3739 3.06058 19.091 3.44595 19.8014C4.06154 20.9361 5.41936 21.6518 6.88887 22.09C8.40059 22.5408 10.2201 22.7548 12.0158 22.75C13.8117 22.7453 15.6278 22.5218 17.1331 22.0689C18.5939 21.6294 19.9458 20.9187 20.5519 19.8014C20.9373 19.091 20.9161 18.3739 20.7697 17.7573C20.3765 16.1011 19.4135 14.4034 18.3151 13.0872Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.19358 9.58729C6.3485 9.48938 6.42596 9.44042 6.47631 9.46541C6.52666 9.49039 6.53414 9.57712 6.54911 9.75058C6.57141 10.0091 6.60216 10.2675 6.64615 10.5233C6.70251 10.8509 6.73068 11.0147 6.8703 11.1323C7.00992 11.25 7.19319 11.25 7.55973 11.25H16.4393C16.8058 11.25 16.9891 11.25 17.1287 11.1323C17.2683 11.0147 17.2965 10.8509 17.3528 10.5233C17.3968 10.2675 17.4276 10.0091 17.4499 9.75058C17.4648 9.57712 17.4723 9.49039 17.5227 9.46541C17.573 9.44042 17.6505 9.48938 17.8054 9.58729C18.4282 9.9809 19.1947 10.0937 19.8799 9.71391C20.3962 9.42772 20.787 8.94144 21.0632 8.55892C22.6396 6.37519 20.3884 4.40077 19.0459 2.84017C18.6728 2.40623 18.3719 2.05633 17.9858 1.83199C17.3442 1.45916 16.4476 1.33706 15.7077 1.26075C15.5238 1.24178 15.2394 1.23128 14.9599 1.37879C14.4708 1.63697 14.2773 2.26686 14.0753 2.74242C13.7258 3.56529 12.9191 4.21678 11.9995 4.21678C11.0798 4.21678 10.2732 3.56528 9.92365 2.7424C9.72164 2.26685 9.52822 1.63696 9.03908 1.37879C8.75961 1.23128 8.47522 1.24178 8.29129 1.26075C7.55141 1.33706 6.65483 1.45915 6.01318 1.83198C5.6271 2.05632 5.32623 2.40621 4.95309 2.84015C4.12152 3.80682 3.09133 4.63235 2.5018 5.78597C1.90696 6.94999 2.4842 7.93332 2.93583 8.55892C3.21197 8.94144 3.6028 9.42772 4.11906 9.71391C4.80429 10.0937 5.57082 9.98089 6.19358 9.58729Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-dress-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.8754 1.35071C10.0746 1.46588 10.2099 1.66613 10.2425 1.89394C10.3666 2.76312 10.9597 3.74705 12 4.19781C13.0403 3.74705 13.6334 2.76312 13.7576 1.89394C13.7901 1.66613 13.9254 1.46588 14.1246 1.35071C14.3238 1.23553 14.5649 1.21818 14.7786 1.30364L17.2786 2.30364C17.5126 2.39727 17.684 2.60224 17.7347 2.8492C17.7854 3.09616 17.7086 3.35206 17.5303 3.53033C17.1662 3.89446 17.0858 4.18321 17.0759 4.47998C17.0701 4.65385 17.0892 4.84669 17.1248 5.09085C17.1349 5.15986 17.1471 5.23719 17.16 5.31977L17.16 5.31982C17.1888 5.50301 17.2217 5.71207 17.245 5.91363C17.3706 6.99675 17.2449 7.85985 16.7205 8.52327C16.2241 9.15136 15.4692 9.46002 14.7437 9.70929C14.6653 9.73625 14.5829 9.75 14.5 9.75H9.50001C9.41708 9.75 9.33472 9.73625 9.25629 9.70929C8.53086 9.46002 7.77594 9.15136 7.2795 8.52327C6.75514 7.85985 6.62943 6.99675 6.755 5.91363C6.77837 5.71206 6.81121 5.50299 6.83998 5.31979C6.85296 5.2372 6.8651 5.15986 6.87518 5.09085C6.91084 4.84669 6.92996 4.65385 6.92414 4.47998C6.9142 4.18321 6.83381 3.89446 6.46968 3.53033C6.29142 3.35206 6.21464 3.09616 6.26533 2.8492C6.31602 2.60224 6.48739 2.39727 6.72147 2.30364L9.22147 1.30364C9.43512 1.21818 9.67619 1.23553 9.8754 1.35071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.00016 8.25C9.41438 8.25 9.75016 8.58579 9.75016 9C9.75016 9.01749 9.75017 9.03504 9.75017 9.05266C9.75036 10.023 9.75059 11.1762 9.17098 12.3354C8.98574 12.7059 8.53524 12.8561 8.16475 12.6708C7.79427 12.4856 7.6441 12.0351 7.82934 11.6646C8.23922 10.8448 8.25016 10.0189 8.25016 9C8.25016 8.58579 8.58595 8.25 9.00016 8.25ZM15.0002 8.25C15.4144 8.25 15.7502 8.58579 15.7502 9C15.7502 10.0189 15.7611 10.8448 16.171 11.6646C16.3562 12.0351 16.2061 12.4856 15.8356 12.6708C15.4651 12.8561 15.0146 12.7059 14.8293 12.3354C14.2497 11.1762 14.25 10.023 14.2502 9.05266C14.2502 9.03504 14.2502 9.01749 14.2502 9C14.2502 8.58579 14.586 8.25 15.0002 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.40728 11.25L9.44092 11.25L14.5915 11.25C14.9049 11.25 15.1963 11.2499 15.4395 11.2759C15.7073 11.3045 15.9929 11.3704 16.2614 11.5532C16.535 11.7394 16.7027 11.9902 16.8279 12.2322C16.9438 12.4563 17.0552 12.7389 17.1772 13.0481L17.1895 13.0793C18.1675 15.5579 19.5689 17.9773 21.4183 19.9472C21.7826 20.3352 21.8033 20.8308 21.6828 21.206C21.5659 21.5698 21.3046 21.8887 20.967 22.0822L20.9621 22.085C19.4363 22.9446 17.4669 22.971 15.943 22.1013C15.3616 21.7772 14.626 21.782 14.0733 22.0989L14.0683 22.1017C13.5105 22.416 12.7333 22.75 11.9994 22.75C11.2655 22.75 10.4884 22.416 9.93048 22.1017L9.92554 22.0989C9.37285 21.782 8.63726 21.7772 8.05595 22.1013C6.53196 22.971 4.56253 22.9446 3.03672 22.085L3.03178 22.0822C2.69424 21.8887 2.43293 21.5698 2.31602 21.206C2.19546 20.8308 2.2162 20.3352 2.58049 19.9472C4.42988 17.9773 5.83128 15.5579 6.8093 13.0793L6.82157 13.0481C6.94356 12.7389 7.05505 12.4563 7.17095 12.2322C7.29615 11.9902 7.46379 11.7394 7.73738 11.5532C8.00595 11.3704 8.2915 11.3045 8.55928 11.2759C8.80256 11.2499 9.09393 11.25 9.40728 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.8754 1.35071C10.0746 1.46588 10.2099 1.66613 10.2425 1.89394C10.3666 2.76312 10.9597 3.74705 12 4.19781C13.0403 3.74705 13.6334 2.76312 13.7576 1.89394C13.7901 1.66613 13.9254 1.46588 14.1246 1.35071C14.3238 1.23553 14.5649 1.21818 14.7786 1.30364L17.2786 2.30364C17.5126 2.39727 17.684 2.60224 17.7347 2.8492C17.7854 3.09616 17.7086 3.35206 17.5303 3.53033C17.1662 3.89446 17.0858 4.18321 17.0759 4.47998C17.0701 4.65385 17.0892 4.84669 17.1248 5.09085C17.1349 5.15986 17.1471 5.23719 17.16 5.31977L17.16 5.31982C17.1888 5.50301 17.2217 5.71207 17.245 5.91363C17.3706 6.99675 17.2449 7.85985 16.7205 8.52327C16.2241 9.15136 15.4692 9.46002 14.7437 9.70929C14.6653 9.73625 14.5829 9.75 14.5 9.75H9.50001C9.41708 9.75 9.33472 9.73625 9.25629 9.70929C8.53086 9.46002 7.77594 9.15136 7.2795 8.52327C6.75514 7.85985 6.62943 6.99675 6.755 5.91363C6.77837 5.71206 6.81121 5.50299 6.83998 5.31979C6.85296 5.2372 6.8651 5.15986 6.87518 5.09085C6.91084 4.84669 6.92996 4.65385 6.92414 4.47998C6.9142 4.18321 6.83381 3.89446 6.46968 3.53033C6.29142 3.35206 6.21464 3.09616 6.26533 2.8492C6.31602 2.60224 6.48739 2.39727 6.72147 2.30364L9.22147 1.30364C9.43512 1.21818 9.67619 1.23553 9.8754 1.35071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.00016 8.25C9.41438 8.25 9.75016 8.58579 9.75016 9C9.75016 9.01749 9.75017 9.03504 9.75017 9.05266C9.75036 10.023 9.75059 11.1762 9.17098 12.3354C8.98574 12.7059 8.53524 12.8561 8.16475 12.6708C7.79427 12.4856 7.6441 12.0351 7.82934 11.6646C8.23922 10.8448 8.25016 10.0189 8.25016 9C8.25016 8.58579 8.58595 8.25 9.00016 8.25ZM15.0002 8.25C15.4144 8.25 15.7502 8.58579 15.7502 9C15.7502 10.0189 15.7611 10.8448 16.171 11.6646C16.3562 12.0351 16.2061 12.4856 15.8356 12.6708C15.4651 12.8561 15.0146 12.7059 14.8293 12.3354C14.2497 11.1762 14.25 10.023 14.2502 9.05266C14.2502 9.03504 14.2502 9.01749 14.2502 9C14.2502 8.58579 14.586 8.25 15.0002 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.40728 11.25L9.44092 11.25L14.5915 11.25C14.9049 11.25 15.1963 11.2499 15.4395 11.2759C15.7073 11.3045 15.9929 11.3704 16.2614 11.5532C16.535 11.7394 16.7027 11.9902 16.8279 12.2322C16.9438 12.4563 17.0552 12.7389 17.1772 13.0481L17.1895 13.0793C18.1675 15.5579 19.5689 17.9773 21.4183 19.9472C21.7826 20.3352 21.8033 20.8308 21.6828 21.206C21.5659 21.5698 21.3046 21.8887 20.967 22.0822L20.9621 22.085C19.4363 22.9446 17.4669 22.971 15.943 22.1013C15.3616 21.7772 14.626 21.782 14.0733 22.0989L14.0683 22.1017C13.5105 22.416 12.7333 22.75 11.9994 22.75C11.2655 22.75 10.4884 22.416 9.93048 22.1017L9.92554 22.0989C9.37285 21.782 8.63726 21.7772 8.05595 22.1013C6.53196 22.971 4.56253 22.9446 3.03672 22.085L3.03178 22.0822C2.69424 21.8887 2.43293 21.5698 2.31602 21.206C2.19546 20.8308 2.2162 20.3352 2.58049 19.9472C4.42988 17.9773 5.83128 15.5579 6.8093 13.0793L6.82157 13.0481C6.94356 12.7389 7.05505 12.4563 7.17095 12.2322C7.29615 11.9902 7.46379 11.7394 7.73738 11.5532C8.00595 11.3704 8.2915 11.3045 8.55928 11.2759C8.80256 11.2499 9.09393 11.25 9.40728 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-dress-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.70294 2C9.70294 1.58579 9.36716 1.25 8.95294 1.25C8.53873 1.25 8.20294 1.58579 8.20294 2V3.40121C8.20294 3.6133 8.12077 3.70367 7.95073 3.83228C7.53352 4.14801 6.98977 4.54947 6.60518 5.08502C6.41525 5.3495 6.24017 5.68834 6.20875 6.08667C6.15663 6.74745 6.47701 7.16363 6.74942 7.51748C7.08439 7.95356 7.49479 8.32927 7.81632 8.77491C7.91659 8.91389 7.99552 9.13055 8.14864 9.21366C8.21558 9.25 8.30814 9.25 8.49324 9.25H15.4126C15.5977 9.25 15.6903 9.25 15.7572 9.21366C15.9104 9.13055 15.9893 8.91389 16.0896 8.77491C16.4111 8.32927 16.8215 7.95356 17.1565 7.51748C17.4289 7.16363 17.7493 6.74745 17.6971 6.08667C17.6657 5.68834 17.4906 5.3495 17.3007 5.08502C16.9161 4.54947 16.3724 4.14801 15.9552 3.83228C15.7851 3.70369 15.7029 3.61332 15.7029 3.40125V2C15.7029 1.58579 15.3672 1.25 14.9529 1.25C14.5387 1.25 14.2029 1.58579 14.2029 2V3.2775C14.2029 3.59188 14.1973 3.60235 13.9358 3.77673L12.2858 4.87673C11.9631 5.09183 11.9428 5.09183 11.6201 4.87673L9.97012 3.77673C9.70854 3.60235 9.70294 3.59188 9.70294 3.2775V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4891 11.2548C16.3336 11.0028 16.2558 10.8767 16.1422 10.8134C16.0286 10.75 15.8878 10.75 15.6062 10.75H8.39351C8.11187 10.75 7.97105 10.75 7.85748 10.8134C7.74392 10.8767 7.66613 11.0028 7.51056 11.2548C6.27732 13.2529 4.55823 14.9194 2.59101 16.1985C2.27888 16.4014 2.16288 16.8026 2.31854 17.1408C2.70088 18.0127 3.42804 18.8034 4.25334 19.2771C4.54411 19.4439 4.66874 19.4084 4.90392 19.1743C5.43423 18.6465 5.91846 18.1487 6.27939 17.7835C7.01313 17.0412 7.71671 16.249 8.29138 15.5379C8.55173 15.2157 9.02395 15.1656 9.34611 15.426C9.66828 15.6863 9.7184 16.1585 9.45805 16.4807C8.85219 17.2304 8.11531 18.0599 7.34622 18.838C6.93651 19.2525 6.33524 19.8718 5.6828 20.5139C5.60417 20.5913 5.58768 20.7151 5.66005 20.7983C5.85499 21.0226 6.15474 21.2271 6.36983 21.3738C9.29949 23.3767 14.7002 23.3767 17.6299 21.3738C17.8449 21.2271 18.1447 21.0226 18.3396 20.7983C18.3957 20.7339 18.3831 20.6376 18.3204 20.5795C17.5412 19.8584 16.9972 19.2785 16.5618 18.838C15.7927 18.0599 15.0558 17.2304 14.4499 16.4807C14.1896 16.1585 14.2397 15.6863 14.5619 15.426C14.884 15.1656 15.3562 15.2157 15.6166 15.5379C16.1913 16.249 16.8948 17.0412 17.6286 17.7835C18.0214 18.181 18.4639 18.65 19.0573 19.2142C19.2863 19.4321 19.4081 19.464 19.6874 19.3102C20.5717 18.8232 21.2121 18.0199 21.6811 17.1408C21.8368 16.8026 21.7208 16.4014 21.4087 16.1985C19.4404 14.9187 17.7229 13.2541 16.4891 11.2548Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.70294 2C9.70294 1.58579 9.36716 1.25 8.95294 1.25C8.53873 1.25 8.20294 1.58579 8.20294 2V3.40121C8.20294 3.6133 8.12077 3.70367 7.95073 3.83228C7.53352 4.14801 6.98977 4.54947 6.60518 5.08502C6.41525 5.3495 6.24017 5.68834 6.20875 6.08667C6.15663 6.74745 6.47701 7.16363 6.74942 7.51748C7.08439 7.95356 7.49479 8.32927 7.81632 8.77491C7.91659 8.91389 7.99552 9.13055 8.14864 9.21366C8.21558 9.25 8.30814 9.25 8.49324 9.25H15.4126C15.5977 9.25 15.6903 9.25 15.7572 9.21366C15.9104 9.13055 15.9893 8.91389 16.0896 8.77491C16.4111 8.32927 16.8215 7.95356 17.1565 7.51748C17.4289 7.16363 17.7493 6.74745 17.6971 6.08667C17.6657 5.68834 17.4906 5.3495 17.3007 5.08502C16.9161 4.54947 16.3724 4.14801 15.9552 3.83228C15.7851 3.70369 15.7029 3.61332 15.7029 3.40125V2C15.7029 1.58579 15.3672 1.25 14.9529 1.25C14.5387 1.25 14.2029 1.58579 14.2029 2V3.2775C14.2029 3.59188 14.1973 3.60235 13.9358 3.77673L12.2858 4.87673C11.9631 5.09183 11.9428 5.09183 11.6201 4.87673L9.97012 3.77673C9.70854 3.60235 9.70294 3.59188 9.70294 3.2775V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4891 11.2548C16.3336 11.0028 16.2558 10.8767 16.1422 10.8134C16.0286 10.75 15.8878 10.75 15.6062 10.75H8.39351C8.11187 10.75 7.97105 10.75 7.85748 10.8134C7.74392 10.8767 7.66613 11.0028 7.51056 11.2548C6.27732 13.2529 4.55823 14.9194 2.59101 16.1985C2.27888 16.4014 2.16288 16.8026 2.31854 17.1408C2.70088 18.0127 3.42804 18.8034 4.25334 19.2771C4.54411 19.4439 4.66874 19.4084 4.90392 19.1743C5.43423 18.6465 5.91846 18.1487 6.27939 17.7835C7.01313 17.0412 7.71671 16.249 8.29138 15.5379C8.55173 15.2157 9.02395 15.1656 9.34611 15.426C9.66828 15.6863 9.7184 16.1585 9.45805 16.4807C8.85219 17.2304 8.11531 18.0599 7.34622 18.838C6.93651 19.2525 6.33524 19.8718 5.6828 20.5139C5.60417 20.5913 5.58768 20.7151 5.66005 20.7983C5.85499 21.0226 6.15474 21.2271 6.36983 21.3738C9.29949 23.3767 14.7002 23.3767 17.6299 21.3738C17.8449 21.2271 18.1447 21.0226 18.3396 20.7983C18.3957 20.7339 18.3831 20.6376 18.3204 20.5795C17.5412 19.8584 16.9972 19.2785 16.5618 18.838C15.7927 18.0599 15.0558 17.2304 14.4499 16.4807C14.1896 16.1585 14.2397 15.6863 14.5619 15.426C14.884 15.1656 15.3562 15.2157 15.6166 15.5379C16.1913 16.249 16.8948 17.0412 17.6286 17.7835C18.0214 18.181 18.4639 18.65 19.0573 19.2142C19.2863 19.4321 19.4081 19.464 19.6874 19.3102C20.5717 18.8232 21.2121 18.0199 21.6811 17.1408C21.8368 16.8026 21.7208 16.4014 21.4087 16.1985C19.4404 14.9187 17.7229 13.2541 16.4891 11.2548Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-dress-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3416 11.4797C18.5026 12.9742 19.9542 15.1937 20.5887 17.6171C20.8311 18.5433 20.825 19.4044 20.3966 20.1425C19.9771 20.8654 19.2393 21.3173 18.3699 21.6337C18.1186 21.7251 17.6035 22.0167 17.3595 21.8625C17.2388 21.7862 17.2173 21.6062 17.1743 21.2461C17.0081 19.8558 16.5955 18.6045 16.1917 17.6454C15.9291 17.0218 15.485 16.1236 15.1245 15.5829C14.8947 15.2383 14.429 15.1451 14.0844 15.3749C13.74 15.6045 13.6473 16.0704 13.8764 16.415C14.2292 16.9456 14.5717 17.6635 14.8092 18.2275C15.2249 19.2147 15.6295 20.4945 15.7278 21.8733C15.7443 22.1044 15.7526 22.2199 15.6816 22.3108C15.6107 22.4017 15.494 22.4223 15.2606 22.4634C14.2796 22.6363 13.1857 22.7489 11.9999 22.7489C10.8143 22.7489 9.72062 22.6364 8.73987 22.4635C8.50643 22.4224 8.38971 22.4019 8.31879 22.311C8.24787 22.2201 8.25611 22.1045 8.27259 21.8735C8.37094 20.4946 8.77554 19.2147 9.19123 18.2275C9.42868 17.6635 9.77119 16.9456 10.124 16.415C10.3531 16.0704 10.2604 15.6045 9.91603 15.3749C9.57138 15.1451 9.10573 15.2383 8.87596 15.5829C8.51547 16.1236 8.07132 17.0218 7.80877 17.6454C7.4049 18.6046 6.99227 19.8559 6.82613 21.2463C6.78311 21.6064 6.7616 21.7864 6.64092 21.8627C6.39685 22.0169 5.8812 21.7252 5.62984 21.6337C4.76042 21.3173 4.0227 20.8654 3.60317 20.1425C3.17478 19.4044 3.16862 18.5433 3.41111 17.6171C4.04557 15.1937 5.49713 12.9742 6.65819 11.4797C6.92866 11.1316 7.0639 10.9575 7.27191 10.8557C7.47992 10.7539 7.71237 10.7539 8.17728 10.7539H15.8225C16.2874 10.7539 16.5198 10.7539 16.7279 10.8557C16.9359 10.9575 17.0711 11.1316 17.3416 11.4797Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.7497 2C9.7497 1.58579 9.41391 1.25 8.9997 1.25C8.58549 1.25 8.2497 1.58579 8.2497 2V3.40138C8.2497 3.49074 8.2497 3.53542 8.23756 3.57679C8.22768 3.61045 8.2116 3.64277 8.1907 3.67096C8.16503 3.70559 8.12965 3.73235 8.05888 3.78586L7.99749 3.83229C7.78807 3.99078 7.54368 4.17764 7.31247 4.38046C7.08308 4.58167 6.84354 4.81833 6.65202 5.08505C6.4621 5.34953 6.28704 5.68835 6.25562 6.08667C6.2035 6.74745 6.52389 7.16363 6.79629 7.51748L6.84186 7.5768C7.02511 7.81644 7.19251 8.0133 7.34158 8.18861C7.54809 8.43145 7.71943 8.63295 7.84902 8.84951C7.97765 9.06447 8.04197 9.17195 8.1108 9.21097C8.17964 9.25 8.27674 9.25 8.47094 9.25H15.5287C15.7229 9.25 15.82 9.25 15.8888 9.21097C15.9577 9.17195 16.022 9.06447 16.1506 8.84951C16.2802 8.63295 16.4515 8.43145 16.658 8.18861C16.8071 8.0133 16.9745 7.81644 17.1578 7.5768L17.2033 7.51748C17.4757 7.16363 17.7961 6.74745 17.744 6.08667C17.7126 5.68834 17.5375 5.3495 17.3476 5.08502C17.156 4.81831 16.9165 4.58165 16.6871 4.38044C16.4559 4.17762 16.2115 3.99077 16.002 3.83228L15.9407 3.78592C15.8699 3.73235 15.8344 3.70556 15.8088 3.67087C15.7879 3.64273 15.7719 3.61048 15.762 3.57689C15.7498 3.53547 15.7498 3.49073 15.7498 3.40125V2C15.7498 1.58579 15.414 1.25 14.9998 1.25C14.5856 1.25 14.2498 1.58579 14.2498 2V3.2775C14.2498 3.43469 14.2498 3.51329 14.2143 3.57961C14.1788 3.64594 14.1134 3.68954 13.9826 3.77673L12.3326 4.87674C12.1713 4.98429 12.0906 5.03806 11.9998 5.03806C11.909 5.03807 11.8283 4.98429 11.667 4.87675L10.0169 3.77672C9.88609 3.68953 9.8207 3.64593 9.7852 3.5796C9.7497 3.51328 9.7497 3.43468 9.7497 3.27749V2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3416 11.4797C18.5026 12.9742 19.9542 15.1937 20.5887 17.6171C20.8311 18.5433 20.825 19.4044 20.3966 20.1425C19.9771 20.8654 19.2393 21.3173 18.3699 21.6337C18.1186 21.7251 17.6035 22.0167 17.3595 21.8625C17.2388 21.7862 17.2173 21.6062 17.1743 21.2461C17.0081 19.8558 16.5955 18.6045 16.1917 17.6454C15.9291 17.0218 15.485 16.1236 15.1245 15.5829C14.8947 15.2383 14.429 15.1451 14.0844 15.3749C13.74 15.6045 13.6473 16.0704 13.8764 16.415C14.2292 16.9456 14.5717 17.6635 14.8092 18.2275C15.2249 19.2147 15.6295 20.4945 15.7278 21.8733C15.7443 22.1044 15.7526 22.2199 15.6816 22.3108C15.6107 22.4017 15.494 22.4223 15.2606 22.4634C14.2796 22.6363 13.1857 22.7489 11.9999 22.7489C10.8143 22.7489 9.72062 22.6364 8.73987 22.4635C8.50643 22.4224 8.38971 22.4019 8.31879 22.311C8.24787 22.2201 8.25611 22.1045 8.27259 21.8735C8.37094 20.4946 8.77554 19.2147 9.19123 18.2275C9.42868 17.6635 9.77119 16.9456 10.124 16.415C10.3531 16.0704 10.2604 15.6045 9.91603 15.3749C9.57138 15.1451 9.10573 15.2383 8.87596 15.5829C8.51547 16.1236 8.07132 17.0218 7.80877 17.6454C7.4049 18.6046 6.99227 19.8559 6.82613 21.2463C6.78311 21.6064 6.7616 21.7864 6.64092 21.8627C6.39685 22.0169 5.8812 21.7252 5.62984 21.6337C4.76042 21.3173 4.0227 20.8654 3.60317 20.1425C3.17478 19.4044 3.16862 18.5433 3.41111 17.6171C4.04557 15.1937 5.49713 12.9742 6.65819 11.4797C6.92866 11.1316 7.0639 10.9575 7.27191 10.8557C7.47992 10.7539 7.71237 10.7539 8.17728 10.7539H15.8225C16.2874 10.7539 16.5198 10.7539 16.7279 10.8557C16.9359 10.9575 17.0711 11.1316 17.3416 11.4797Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.7497 2C9.7497 1.58579 9.41391 1.25 8.9997 1.25C8.58549 1.25 8.2497 1.58579 8.2497 2V3.40138C8.2497 3.49074 8.2497 3.53542 8.23756 3.57679C8.22768 3.61045 8.2116 3.64277 8.1907 3.67096C8.16503 3.70559 8.12965 3.73235 8.05888 3.78586L7.99749 3.83229C7.78807 3.99078 7.54368 4.17764 7.31247 4.38046C7.08308 4.58167 6.84354 4.81833 6.65202 5.08505C6.4621 5.34953 6.28704 5.68835 6.25562 6.08667C6.2035 6.74745 6.52389 7.16363 6.79629 7.51748L6.84186 7.5768C7.02511 7.81644 7.19251 8.0133 7.34158 8.18861C7.54809 8.43145 7.71943 8.63295 7.84902 8.84951C7.97765 9.06447 8.04197 9.17195 8.1108 9.21097C8.17964 9.25 8.27674 9.25 8.47094 9.25H15.5287C15.7229 9.25 15.82 9.25 15.8888 9.21097C15.9577 9.17195 16.022 9.06447 16.1506 8.84951C16.2802 8.63295 16.4515 8.43145 16.658 8.18861C16.8071 8.0133 16.9745 7.81644 17.1578 7.5768L17.2033 7.51748C17.4757 7.16363 17.7961 6.74745 17.744 6.08667C17.7126 5.68834 17.5375 5.3495 17.3476 5.08502C17.156 4.81831 16.9165 4.58165 16.6871 4.38044C16.4559 4.17762 16.2115 3.99077 16.002 3.83228L15.9407 3.78592C15.8699 3.73235 15.8344 3.70556 15.8088 3.67087C15.7879 3.64273 15.7719 3.61048 15.762 3.57689C15.7498 3.53547 15.7498 3.49073 15.7498 3.40125V2C15.7498 1.58579 15.414 1.25 14.9998 1.25C14.5856 1.25 14.2498 1.58579 14.2498 2V3.2775C14.2498 3.43469 14.2498 3.51329 14.2143 3.57961C14.1788 3.64594 14.1134 3.68954 13.9826 3.77673L12.3326 4.87674C12.1713 4.98429 12.0906 5.03806 11.9998 5.03806C11.909 5.03807 11.8283 4.98429 11.667 4.87675L10.0169 3.77672C9.88609 3.68953 9.8207 3.64593 9.7852 3.5796C9.7497 3.51328 9.7497 3.43468 9.7497 3.27749V2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-dress-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.149 9.34763C18.0526 9.27659 17.9531 9.19485 17.8502 9.10488C17.6253 10.2092 17.836 11.3849 18.0683 12.6816C18.249 13.7097 18.564 14.9448 18.8133 15.7529C19.0351 16.4672 19.3585 17.5298 19.5277 18.3516L19.5277 18.3517C19.6415 18.9042 19.7484 19.4227 19.75 19.8659C19.7519 20.3882 19.6113 20.867 19.2094 21.2888C18.875 21.6399 18.3981 21.882 17.9064 22.0588C17.4006 22.2406 16.8053 22.379 16.1661 22.4825C14.8865 22.6899 13.3568 22.7697 11.8554 22.746C10.3531 22.7223 8.85072 22.5945 7.62327 22.3761C7.01063 22.267 6.44924 22.1324 5.98355 21.9695C5.54296 21.8154 5.0906 21.6038 4.79056 21.2888C4.38871 20.867 4.2481 20.3882 4.25001 19.8659C4.25163 19.4227 4.35847 18.9042 4.47233 18.3517C4.64151 17.5298 4.86187 16.7994 5.08367 16.0852C5.08367 16.0852 5.75098 13.7097 5.93169 12.6816C6.164 11.3851 6.37466 10.2095 6.14986 9.10529C6.04715 9.1951 5.9478 9.27669 5.85154 9.34762C5.55105 9.56907 5.19425 9.75384 4.74838 9.74995C4.27955 9.74584 3.82852 9.52855 3.47294 9.29664C3.09758 9.05184 2.73091 8.7262 2.41231 8.37666C2.09365 8.02706 1.80344 7.63199 1.59382 7.23628C1.39522 6.86136 1.21981 6.39448 1.25438 5.9303C1.28725 5.48886 1.50641 5.15638 1.74852 4.88965L4.84559 2.22025C5.29924 1.83759 5.81574 1.659 6.27809 1.55253L8.00235 1.25651C8.1659 1.2422 8.36847 1.24545 8.58558 1.32937C8.84574 1.42993 9.04625 1.60211 9.18983 1.75231C9.33784 1.90715 9.46528 2.08132 9.57053 2.23845C9.70249 2.45361 9.98232 2.90582 10.046 2.99345C10.6428 3.81533 11.0421 4.36201 11.387 4.71401C11.718 5.05177 11.8852 5.09049 12.0003 5.09049C12.1154 5.09049 12.2826 5.05177 12.6135 4.71401C12.9584 4.36201 13.3578 3.81533 13.9546 2.99345C14.0862 2.81227 14.3264 2.41463 14.43 2.23845C14.5353 2.08132 14.6627 1.90715 14.8107 1.75231C14.9543 1.60211 15.1548 1.42994 15.415 1.32937C15.6321 1.24545 15.8346 1.2422 15.9982 1.25651L17.7198 1.54479C18.1852 1.64952 18.6905 1.82848 19.155 2.22025L22.252 4.88965C22.4941 5.15638 22.7133 5.48886 22.7462 5.9303C22.7807 6.39448 22.6053 6.86136 22.4067 7.23628C22.1971 7.63199 21.9069 8.02706 21.5882 8.37666C21.2696 8.7262 20.903 9.05184 20.5276 9.29665C20.172 9.52855 19.721 9.74584 19.2522 9.74995C18.8063 9.75384 18.4495 9.56907 18.149 9.34763Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.149 9.34763C18.0526 9.27659 17.9531 9.19485 17.8502 9.10488C17.6253 10.2092 17.836 11.3849 18.0683 12.6816C18.249 13.7097 18.564 14.9448 18.8133 15.7529C19.0351 16.4672 19.3585 17.5298 19.5277 18.3516L19.5277 18.3517C19.6415 18.9042 19.7484 19.4227 19.75 19.8659C19.7519 20.3882 19.6113 20.867 19.2094 21.2888C18.875 21.6399 18.3981 21.882 17.9064 22.0588C17.4006 22.2406 16.8053 22.379 16.1661 22.4825C14.8865 22.6899 13.3568 22.7697 11.8554 22.746C10.3531 22.7223 8.85072 22.5945 7.62327 22.3761C7.01063 22.267 6.44924 22.1324 5.98355 21.9695C5.54296 21.8154 5.0906 21.6038 4.79056 21.2888C4.38871 20.867 4.2481 20.3882 4.25001 19.8659C4.25163 19.4227 4.35847 18.9042 4.47233 18.3517C4.64151 17.5298 4.86187 16.7994 5.08367 16.0852C5.08367 16.0852 5.75098 13.7097 5.93169 12.6816C6.164 11.3851 6.37466 10.2095 6.14986 9.10529C6.04715 9.1951 5.9478 9.27669 5.85154 9.34762C5.55105 9.56907 5.19425 9.75384 4.74838 9.74995C4.27955 9.74584 3.82852 9.52855 3.47294 9.29664C3.09758 9.05184 2.73091 8.7262 2.41231 8.37666C2.09365 8.02706 1.80344 7.63199 1.59382 7.23628C1.39522 6.86136 1.21981 6.39448 1.25438 5.9303C1.28725 5.48886 1.50641 5.15638 1.74852 4.88965L4.84559 2.22025C5.29924 1.83759 5.81574 1.659 6.27809 1.55253L8.00235 1.25651C8.1659 1.2422 8.36847 1.24545 8.58558 1.32937C8.84574 1.42993 9.04625 1.60211 9.18983 1.75231C9.33784 1.90715 9.46528 2.08132 9.57053 2.23845C9.70249 2.45361 9.98232 2.90582 10.046 2.99345C10.6428 3.81533 11.0421 4.36201 11.387 4.71401C11.718 5.05177 11.8852 5.09049 12.0003 5.09049C12.1154 5.09049 12.2826 5.05177 12.6135 4.71401C12.9584 4.36201 13.3578 3.81533 13.9546 2.99345C14.0862 2.81227 14.3264 2.41463 14.43 2.23845C14.5353 2.08132 14.6627 1.90715 14.8107 1.75231C14.9543 1.60211 15.1548 1.42994 15.415 1.32937C15.6321 1.24545 15.8346 1.2422 15.9982 1.25651L17.7198 1.54479C18.1852 1.64952 18.6905 1.82848 19.155 2.22025L22.252 4.88965C22.4941 5.15638 22.7133 5.48886 22.7462 5.9303C22.7807 6.39448 22.6053 6.86136 22.4067 7.23628C22.1971 7.63199 21.9069 8.02706 21.5882 8.37666C21.2696 8.7262 20.903 9.05184 20.5276 9.29665C20.172 9.52855 19.721 9.74584 19.2522 9.74995C18.8063 9.75384 18.4495 9.56907 18.149 9.34763Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-dress-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5275 1.29501C15.9312 1.18258 16.2963 1.30085 16.5759 1.42988C18.0189 2.09605 20.2805 3.84698 22.1651 7.29275L22.191 7.34008C22.5008 7.90599 22.7452 8.35234 22.7499 9.09194C22.7581 10.3617 22.0948 11.5242 21.2239 12.3472C20.4888 13.0417 19.5323 13.5647 18.5438 13.7098C18.6306 14.036 18.7341 14.3717 18.8464 14.7185C18.8949 14.8681 18.9454 15.0207 18.9967 15.1756L18.9969 15.1761C19.278 16.0253 19.5816 16.9425 19.698 17.8181C19.841 18.894 19.7203 20.0148 18.9242 21.0241C18.6138 21.4175 18.1607 21.7007 17.6833 21.9111C17.1966 22.1255 16.6255 22.29 16.015 22.4143C14.7933 22.6631 13.3353 22.7667 11.9037 22.748C10.4715 22.7293 9.03221 22.5878 7.84581 22.3304C7.25337 22.2019 6.70504 22.0405 6.24502 21.8413C5.80071 21.6489 5.36333 21.3894 5.07514 21.0241C4.27839 20.014 4.15865 18.8922 4.30275 17.8157C4.41994 16.9403 4.72429 16.0233 5.00602 15.1745C5.05774 15.0187 5.10869 14.8651 5.15759 14.7146C5.26972 14.3693 5.37297 14.035 5.45973 13.7103C4.46998 13.566 3.51208 13.0425 2.77613 12.3472C1.90516 11.5242 1.24188 10.3617 1.25008 9.09194C1.25485 8.35235 1.49921 7.90599 1.80902 7.34009L1.83493 7.29275C3.71951 3.84698 5.9811 2.09605 7.42415 1.42988C7.70367 1.30085 8.06878 1.18258 8.47247 1.29501C8.85019 1.40022 9.10513 1.66862 9.27502 1.86661L9.34655 1.95002L9.34656 1.95003C9.77246 2.44683 10.1944 2.93906 10.656 3.32274C11.1417 3.72653 11.5801 3.93083 12 3.93083C12.4199 3.93083 12.8583 3.72653 13.344 3.32274C13.8056 2.93906 14.2275 2.44682 14.6534 1.95003L14.6535 1.95001L14.725 1.86661C14.8949 1.66862 15.1498 1.40022 15.5275 1.29501Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5275 1.29501C15.9312 1.18258 16.2963 1.30085 16.5759 1.42988C18.0189 2.09605 20.2805 3.84698 22.1651 7.29275L22.191 7.34008C22.5008 7.90599 22.7452 8.35234 22.7499 9.09194C22.7581 10.3617 22.0948 11.5242 21.2239 12.3472C20.4888 13.0417 19.5323 13.5647 18.5438 13.7098C18.6306 14.036 18.7341 14.3717 18.8464 14.7185C18.8949 14.8681 18.9454 15.0207 18.9967 15.1756L18.9969 15.1761C19.278 16.0253 19.5816 16.9425 19.698 17.8181C19.841 18.894 19.7203 20.0148 18.9242 21.0241C18.6138 21.4175 18.1607 21.7007 17.6833 21.9111C17.1966 22.1255 16.6255 22.29 16.015 22.4143C14.7933 22.6631 13.3353 22.7667 11.9037 22.748C10.4715 22.7293 9.03221 22.5878 7.84581 22.3304C7.25337 22.2019 6.70504 22.0405 6.24502 21.8413C5.80071 21.6489 5.36333 21.3894 5.07514 21.0241C4.27839 20.014 4.15865 18.8922 4.30275 17.8157C4.41994 16.9403 4.72429 16.0233 5.00602 15.1745C5.05774 15.0187 5.10869 14.8651 5.15759 14.7146C5.26972 14.3693 5.37297 14.035 5.45973 13.7103C4.46998 13.566 3.51208 13.0425 2.77613 12.3472C1.90516 11.5242 1.24188 10.3617 1.25008 9.09194C1.25485 8.35235 1.49921 7.90599 1.80902 7.34009L1.83493 7.29275C3.71951 3.84698 5.9811 2.09605 7.42415 1.42988C7.70367 1.30085 8.06878 1.18258 8.47247 1.29501C8.85019 1.40022 9.10513 1.66862 9.27502 1.86661L9.34655 1.95002L9.34656 1.95003C9.77246 2.44683 10.1944 2.93906 10.656 3.32274C11.1417 3.72653 11.5801 3.93083 12 3.93083C12.4199 3.93083 12.8583 3.72653 13.344 3.32274C13.8056 2.93906 14.2275 2.44682 14.6534 1.95003L14.6535 1.95001L14.725 1.86661C14.8949 1.66862 15.1498 1.40022 15.5275 1.29501Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-dress-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8502 9.10488C17.9531 9.19485 18.0526 9.27659 18.149 9.34763C18.4495 9.56907 18.8063 9.75384 19.2522 9.74995C19.721 9.74584 20.172 9.52855 20.5276 9.29665C20.903 9.05184 21.2696 8.7262 21.5882 8.37666C21.9069 8.02706 22.1971 7.63199 22.4067 7.23628C22.6053 6.86136 22.7807 6.39448 22.7462 5.9303C22.7133 5.48886 22.4941 5.15638 22.252 4.88965L19.155 2.22025C18.6905 1.82848 18.1852 1.64952 17.7198 1.54479L15.9982 1.25651C15.8346 1.2422 15.6321 1.24545 15.415 1.32937C15.1548 1.42994 14.9543 1.60211 14.8107 1.75231C14.6627 1.90715 14.5353 2.08132 14.43 2.23845C14.3264 2.41463 14.0862 2.81227 13.9546 2.99345C13.3578 3.81533 12.9584 4.36201 12.6135 4.71401C12.2826 5.05177 12.1154 5.09049 12.0003 5.09049C11.8852 5.09049 11.718 5.05177 11.387 4.71401C11.0421 4.36201 10.6428 3.81533 10.046 2.99345C9.98232 2.90582 9.70249 2.45361 9.57053 2.23845C9.46528 2.08132 9.33784 1.90715 9.18983 1.75231C9.04625 1.60211 8.84574 1.42993 8.58558 1.32937C8.36847 1.24545 8.1659 1.2422 8.00235 1.25651L6.27809 1.55253C5.81574 1.659 5.29924 1.83759 4.84559 2.22025L1.74852 4.88965C1.50641 5.15638 1.28725 5.48886 1.25438 5.9303C1.21981 6.39448 1.39522 6.86136 1.59382 7.23628C1.80344 7.63199 2.09365 8.02706 2.41231 8.37666C2.73091 8.7262 3.09758 9.05184 3.47294 9.29664C3.82852 9.52855 4.27955 9.74584 4.74838 9.74995C5.19425 9.75384 5.55105 9.56907 5.85154 9.34762C5.9478 9.27669 6.04715 9.1951 6.14986 9.10529C6.37466 10.2095 6.164 11.3851 5.93169 12.6816C5.75098 13.7097 5.08367 16.0852 5.08367 16.0852C4.86187 16.7994 4.64151 17.5298 4.47233 18.3517C4.35847 18.9042 4.25163 19.4227 4.25001 19.8659C4.2481 20.3882 4.38871 20.867 4.79056 21.2888C5.0906 21.6038 5.54296 21.8154 5.98355 21.9695C6.44924 22.1324 7.01063 22.267 7.62327 22.3761C8.85072 22.5945 10.3531 22.7223 11.8554 22.746C13.3568 22.7697 14.8865 22.6899 16.1661 22.4825C16.8053 22.379 17.4006 22.2406 17.9064 22.0588C18.3981 21.882 18.875 21.6399 19.2094 21.2888C19.6113 20.867 19.7519 20.3882 19.75 19.8659C19.7484 19.4227 19.6415 18.9042 19.5277 18.3517L19.5277 18.3516C19.3585 17.5298 19.0351 16.4672 18.8133 15.7529C18.564 14.9448 18.249 13.7097 18.0683 12.6816C17.836 11.3849 17.6253 10.2092 17.8502 9.10488ZM11.6897 11.7967C11.2679 11.5034 10.5657 11.3192 9.76123 11.7762C8.70542 12.3758 8.46652 14.3541 10.9019 16.0232C11.3657 16.3411 11.5976 16.5 12 16.5C12.4024 16.5 12.6343 16.3411 13.0981 16.0232C15.5335 14.3541 15.2946 12.3758 14.2388 11.7762C13.4343 11.3192 12.7321 11.5034 12.3103 11.7967C12.1374 11.9169 12.0509 11.9771 12 11.9771C11.9491 11.9771 11.8626 11.9169 11.6897 11.7967Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8502 9.10488C17.9531 9.19485 18.0526 9.27659 18.149 9.34763C18.4495 9.56907 18.8063 9.75384 19.2522 9.74995C19.721 9.74584 20.172 9.52855 20.5276 9.29665C20.903 9.05184 21.2696 8.7262 21.5882 8.37666C21.9069 8.02706 22.1971 7.63199 22.4067 7.23628C22.6053 6.86136 22.7807 6.39448 22.7462 5.9303C22.7133 5.48886 22.4941 5.15638 22.252 4.88965L19.155 2.22025C18.6905 1.82848 18.1852 1.64952 17.7198 1.54479L15.9982 1.25651C15.8346 1.2422 15.6321 1.24545 15.415 1.32937C15.1548 1.42994 14.9543 1.60211 14.8107 1.75231C14.6627 1.90715 14.5353 2.08132 14.43 2.23845C14.3264 2.41463 14.0862 2.81227 13.9546 2.99345C13.3578 3.81533 12.9584 4.36201 12.6135 4.71401C12.2826 5.05177 12.1154 5.09049 12.0003 5.09049C11.8852 5.09049 11.718 5.05177 11.387 4.71401C11.0421 4.36201 10.6428 3.81533 10.046 2.99345C9.98232 2.90582 9.70249 2.45361 9.57053 2.23845C9.46528 2.08132 9.33784 1.90715 9.18983 1.75231C9.04625 1.60211 8.84574 1.42993 8.58558 1.32937C8.36847 1.24545 8.1659 1.2422 8.00235 1.25651L6.27809 1.55253C5.81574 1.659 5.29924 1.83759 4.84559 2.22025L1.74852 4.88965C1.50641 5.15638 1.28725 5.48886 1.25438 5.9303C1.21981 6.39448 1.39522 6.86136 1.59382 7.23628C1.80344 7.63199 2.09365 8.02706 2.41231 8.37666C2.73091 8.7262 3.09758 9.05184 3.47294 9.29664C3.82852 9.52855 4.27955 9.74584 4.74838 9.74995C5.19425 9.75384 5.55105 9.56907 5.85154 9.34762C5.9478 9.27669 6.04715 9.1951 6.14986 9.10529C6.37466 10.2095 6.164 11.3851 5.93169 12.6816C5.75098 13.7097 5.08367 16.0852 5.08367 16.0852C4.86187 16.7994 4.64151 17.5298 4.47233 18.3517C4.35847 18.9042 4.25163 19.4227 4.25001 19.8659C4.2481 20.3882 4.38871 20.867 4.79056 21.2888C5.0906 21.6038 5.54296 21.8154 5.98355 21.9695C6.44924 22.1324 7.01063 22.267 7.62327 22.3761C8.85072 22.5945 10.3531 22.7223 11.8554 22.746C13.3568 22.7697 14.8865 22.6899 16.1661 22.4825C16.8053 22.379 17.4006 22.2406 17.9064 22.0588C18.3981 21.882 18.875 21.6399 19.2094 21.2888C19.6113 20.867 19.7519 20.3882 19.75 19.8659C19.7484 19.4227 19.6415 18.9042 19.5277 18.3517L19.5277 18.3516C19.3585 17.5298 19.0351 16.4672 18.8133 15.7529C18.564 14.9448 18.249 13.7097 18.0683 12.6816C17.836 11.3849 17.6253 10.2092 17.8502 9.10488ZM11.6897 11.7967C11.2679 11.5034 10.5657 11.3192 9.76123 11.7762C8.70542 12.3758 8.46652 14.3541 10.9019 16.0232C11.3657 16.3411 11.5976 16.5 12 16.5C12.4024 16.5 12.6343 16.3411 13.0981 16.0232C15.5335 14.3541 15.2946 12.3758 14.2388 11.7762C13.4343 11.3192 12.7321 11.5034 12.3103 11.7967C12.1374 11.9169 12.0509 11.9771 12 11.9771C11.9491 11.9771 11.8626 11.9169 11.6897 11.7967Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-ear-rings-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.2493 7.5C16.2493 7.08579 16.5851 6.75 16.9993 6.75C17.4135 6.75 17.7493 7.08579 17.7493 7.5C17.7493 7.9116 16.9731 8.20037 16.7098 8.45729C16.4744 8.68702 16.2493 9.0272 16.2493 9.5V11.3827C16.2493 11.4549 16.1752 11.5035 16.1079 11.4775C15.2279 11.1373 14.0892 11.1136 12.8759 11.8578C11.6945 12.5825 11.0742 14.0635 11.2933 15.6973C11.5144 17.3458 12.5728 19.1531 14.7229 20.7446C15.4139 21.2567 16.1014 21.7501 16.9994 21.7501C17.8973 21.7501 18.5849 21.2567 19.2758 20.7446C21.4259 19.1531 22.4844 17.3458 22.7054 15.6973C22.9246 14.0635 22.3042 12.5825 21.1228 11.8578C19.9095 11.1136 18.7706 11.1373 17.8907 11.4775C17.8234 11.5036 17.7493 11.4549 17.7493 11.3828V9.79729C17.7493 9.52761 17.9639 9.37353 18.1668 9.23806C18.5462 8.98382 19.2493 8.49647 19.2493 7.5C19.2493 6.25736 18.2419 5.25 16.9993 5.25C15.7566 5.25 14.7493 6.25736 14.7493 7.5C14.7493 7.91421 15.0851 8.25 15.4993 8.25C15.9135 8.25 16.2493 7.91421 16.2493 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.24951 4.5C6.24951 4.08579 6.5853 3.75 6.99951 3.75C7.41373 3.75 7.74951 4.08579 7.74951 4.5C7.74951 4.6516 7.70262 4.74361 7.33195 4.99204C7.18473 5.09071 6.91417 5.25808 6.71005 5.45729C6.47466 5.68702 6.24951 6.0272 6.24951 6.5V8.38272C6.24951 8.45487 6.17542 8.50348 6.10812 8.47746C5.22817 8.13733 4.08944 8.11362 2.87618 8.85784C1.69478 9.58251 1.07441 11.0635 1.29354 12.6973C1.51463 14.3458 2.57303 16.1531 4.72318 17.7446C5.4141 18.2567 6.10164 18.7501 6.99961 18.7501C7.89758 18.7501 8.58513 18.2567 9.27604 17.7446C9.48818 17.5876 9.6897 17.4284 9.88083 17.2676C9.97519 17.1882 10.0224 17.1485 10.0397 17.0922C10.057 17.0359 10.0392 16.9727 10.0037 16.8463C9.915 16.5307 9.84937 16.2137 9.80685 15.8967C9.52867 13.8226 10.3308 11.7006 12.1027 10.5761C12.259 10.4769 12.3372 10.4273 12.3568 10.3503C12.3764 10.2734 12.3372 10.2026 12.2587 10.061C11.9831 9.56365 11.5985 9.14949 11.123 8.85784C9.90999 8.11375 8.77143 8.13732 7.89155 8.47729C7.82408 8.50336 7.74985 8.45444 7.75014 8.38211L7.75686 6.74026C7.75797 6.46917 7.97072 6.36914 8.16707 6.23806C8.5464 5.98382 9.24951 5.49647 9.24951 4.5C9.24951 3.25736 8.24215 2.25 6.99951 2.25C5.75687 2.25 4.74951 3.25736 4.74951 4.5C4.74951 4.91421 5.0853 5.25 5.49951 5.25C5.91373 5.25 6.24951 4.91421 6.24951 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.2493 7.5C16.2493 7.08579 16.5851 6.75 16.9993 6.75C17.4135 6.75 17.7493 7.08579 17.7493 7.5C17.7493 7.9116 16.9731 8.20037 16.7098 8.45729C16.4744 8.68702 16.2493 9.0272 16.2493 9.5V11.3827C16.2493 11.4549 16.1752 11.5035 16.1079 11.4775C15.2279 11.1373 14.0892 11.1136 12.8759 11.8578C11.6945 12.5825 11.0742 14.0635 11.2933 15.6973C11.5144 17.3458 12.5728 19.1531 14.7229 20.7446C15.4139 21.2567 16.1014 21.7501 16.9994 21.7501C17.8973 21.7501 18.5849 21.2567 19.2758 20.7446C21.4259 19.1531 22.4844 17.3458 22.7054 15.6973C22.9246 14.0635 22.3042 12.5825 21.1228 11.8578C19.9095 11.1136 18.7706 11.1373 17.8907 11.4775C17.8234 11.5036 17.7493 11.4549 17.7493 11.3828V9.79729C17.7493 9.52761 17.9639 9.37353 18.1668 9.23806C18.5462 8.98382 19.2493 8.49647 19.2493 7.5C19.2493 6.25736 18.2419 5.25 16.9993 5.25C15.7566 5.25 14.7493 6.25736 14.7493 7.5C14.7493 7.91421 15.0851 8.25 15.4993 8.25C15.9135 8.25 16.2493 7.91421 16.2493 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.24951 4.5C6.24951 4.08579 6.5853 3.75 6.99951 3.75C7.41373 3.75 7.74951 4.08579 7.74951 4.5C7.74951 4.6516 7.70262 4.74361 7.33195 4.99204C7.18473 5.09071 6.91417 5.25808 6.71005 5.45729C6.47466 5.68702 6.24951 6.0272 6.24951 6.5V8.38272C6.24951 8.45487 6.17542 8.50348 6.10812 8.47746C5.22817 8.13733 4.08944 8.11362 2.87618 8.85784C1.69478 9.58251 1.07441 11.0635 1.29354 12.6973C1.51463 14.3458 2.57303 16.1531 4.72318 17.7446C5.4141 18.2567 6.10164 18.7501 6.99961 18.7501C7.89758 18.7501 8.58513 18.2567 9.27604 17.7446C9.48818 17.5876 9.6897 17.4284 9.88083 17.2676C9.97519 17.1882 10.0224 17.1485 10.0397 17.0922C10.057 17.0359 10.0392 16.9727 10.0037 16.8463C9.915 16.5307 9.84937 16.2137 9.80685 15.8967C9.52867 13.8226 10.3308 11.7006 12.1027 10.5761C12.259 10.4769 12.3372 10.4273 12.3568 10.3503C12.3764 10.2734 12.3372 10.2026 12.2587 10.061C11.9831 9.56365 11.5985 9.14949 11.123 8.85784C9.90999 8.11375 8.77143 8.13732 7.89155 8.47729C7.82408 8.50336 7.74985 8.45444 7.75014 8.38211L7.75686 6.74026C7.75797 6.46917 7.97072 6.36914 8.16707 6.23806C8.5464 5.98382 9.24951 5.49647 9.24951 4.5C9.24951 3.25736 8.24215 2.25 6.99951 2.25C5.75687 2.25 4.74951 3.25736 4.74951 4.5C4.74951 4.91421 5.0853 5.25 5.49951 5.25C5.91373 5.25 6.24951 4.91421 6.24951 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-ear-rings-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.75 5C5.75 4.30964 6.30964 3.75 7 3.75C7.69036 3.75 8.25 4.30964 8.25 5C8.25 6.01394 8.53215 7.20597 9.59253 7.89217C9.94028 8.11721 10.4046 8.01774 10.6297 7.66999C10.8547 7.32224 10.7552 6.8579 10.4075 6.63286C9.97452 6.35268 9.75 5.80171 9.75 5C9.75 3.48122 8.51878 2.25 7 2.25C5.48122 2.25 4.25 3.48122 4.25 5C4.25 6.23693 5.06608 7.28129 6.1874 7.62776L6.25 7.64723V9.36692C5.37868 9.64534 4.69078 10.3892 4.22026 11.2518C3.9692 11.712 3.7612 12.2356 3.60303 12.8044C3.54649 13.0078 3.51822 13.1094 3.56934 13.1858C3.62046 13.2621 3.73326 13.2756 3.95884 13.3027H3.95885C4.79814 13.4035 5.45913 13.6445 6.00862 13.9902C6.71357 14.4337 7.179 15.0196 7.56334 15.5034L7.58552 15.5313C7.94024 15.9779 8.30155 16.4328 8.79016 16.7402C9.13233 16.9555 9.58603 17.1361 10.2523 17.2118H10.2523C10.4166 17.2305 10.4987 17.2398 10.5632 17.1894C10.6276 17.139 10.6386 17.0554 10.6606 16.8881C10.7194 16.4398 10.75 15.9749 10.75 15.5C10.75 13.8805 10.3935 12.3771 9.77974 11.2518C9.30922 10.3892 8.62132 9.64534 7.75 9.36692V7.6C7.75 7.33669 7.73024 6.92509 7.41814 6.60272C7.27495 6.45481 7.11319 6.37153 6.99049 6.31955C6.87212 6.26941 6.73962 6.22841 6.63022 6.19461C6.1196 6.03684 5.75 5.5606 5.75 5ZM10.135 18.799C10.1813 18.8842 10.1367 18.988 10.0477 19.1954C9.96487 19.3882 9.87543 19.5728 9.77974 19.7482C9.18141 20.8452 8.23155 21.75 7 21.75C5.76845 21.75 4.81859 20.8452 4.22026 19.7482C3.60645 18.6229 3.25 17.1195 3.25 15.5C3.25 15.3793 3.25198 15.2593 3.25589 15.1401C3.26186 14.9583 3.26485 14.8674 3.32995 14.8103C3.39505 14.7531 3.48377 14.7618 3.66123 14.7791C4.37502 14.8485 4.85305 15.0353 5.20984 15.2598C5.68235 15.5571 6.00707 15.9561 6.41284 16.4666C6.87441 17.0476 7.35665 17.6105 7.99138 18.0098C8.46998 18.3109 9.03318 18.5326 9.72511 18.6514C9.96748 18.693 10.0887 18.7138 10.135 18.799Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.75 5C15.75 4.30964 16.3096 3.75 17 3.75C17.6904 3.75 18.25 4.30964 18.25 5C18.25 6.01394 18.5322 7.20597 19.5925 7.89217C19.9403 8.11721 20.4046 8.01774 20.6297 7.66999C20.8547 7.32224 20.7552 6.8579 20.4075 6.63286C19.9745 6.35268 19.75 5.80171 19.75 5C19.75 3.48122 18.5188 2.25 17 2.25C15.4812 2.25 14.25 3.48122 14.25 5C14.25 6.23693 15.0661 7.28129 16.1874 7.62776L16.25 7.64723V9.36699C15.3788 9.64546 14.6909 10.3892 14.2205 11.2518C13.9694 11.712 13.7614 12.2356 13.6032 12.8044C13.5467 13.0078 13.5184 13.1094 13.5695 13.1858C13.6207 13.2621 13.7335 13.2756 13.959 13.3027H13.959C14.7983 13.4035 15.4593 13.6445 16.0088 13.9902C16.7138 14.4337 17.1792 15.0196 17.5635 15.5034L17.5857 15.5313C17.9404 15.9779 18.3018 16.4328 18.7904 16.7402C19.1325 16.9555 19.5862 17.1361 20.2525 17.2118H20.2525C20.4168 17.2305 20.4989 17.2398 20.5634 17.1894C20.6278 17.139 20.6388 17.0554 20.6608 16.8881C20.7196 16.4398 20.7502 15.9749 20.7502 15.5C20.7502 13.8805 20.3937 12.3771 19.7799 11.2518C19.3094 10.3891 18.6214 9.64523 17.75 9.36686V7.6C17.75 7.33669 17.7302 6.92509 17.4181 6.60272C17.2749 6.45481 17.1132 6.37153 16.9905 6.31955C16.8721 6.26941 16.7396 6.22841 16.6302 6.19461C16.1196 6.03684 15.75 5.5606 15.75 5ZM20.1352 18.799C20.1815 18.8842 20.1369 18.988 20.0479 19.1954C19.9651 19.3882 19.8756 19.5728 19.7799 19.7482C19.1816 20.8452 18.2317 21.75 17.0002 21.75C15.7687 21.75 14.8188 20.8452 14.2205 19.7482C13.6067 18.6229 13.2502 17.1195 13.2502 15.5C13.2502 15.3793 13.2522 15.2593 13.2561 15.1401C13.2621 14.9583 13.265 14.8674 13.3301 14.8103C13.3953 14.7531 13.484 14.7618 13.6614 14.7791C14.3752 14.8485 14.8533 15.0353 15.21 15.2598C15.6987 15.5672 16.06 16.0221 16.4147 16.4687L16.4369 16.4966C16.8212 16.9804 17.2866 17.5663 17.9916 18.0098C18.4702 18.3109 19.0334 18.5326 19.7253 18.6514C19.9677 18.693 20.0889 18.7138 20.1352 18.799Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.75 5C5.75 4.30964 6.30964 3.75 7 3.75C7.69036 3.75 8.25 4.30964 8.25 5C8.25 6.01394 8.53215 7.20597 9.59253 7.89217C9.94028 8.11721 10.4046 8.01774 10.6297 7.66999C10.8547 7.32224 10.7552 6.8579 10.4075 6.63286C9.97452 6.35268 9.75 5.80171 9.75 5C9.75 3.48122 8.51878 2.25 7 2.25C5.48122 2.25 4.25 3.48122 4.25 5C4.25 6.23693 5.06608 7.28129 6.1874 7.62776L6.25 7.64723V9.36692C5.37868 9.64534 4.69078 10.3892 4.22026 11.2518C3.9692 11.712 3.7612 12.2356 3.60303 12.8044C3.54649 13.0078 3.51822 13.1094 3.56934 13.1858C3.62046 13.2621 3.73326 13.2756 3.95884 13.3027H3.95885C4.79814 13.4035 5.45913 13.6445 6.00862 13.9902C6.71357 14.4337 7.179 15.0196 7.56334 15.5034L7.58552 15.5313C7.94024 15.9779 8.30155 16.4328 8.79016 16.7402C9.13233 16.9555 9.58603 17.1361 10.2523 17.2118H10.2523C10.4166 17.2305 10.4987 17.2398 10.5632 17.1894C10.6276 17.139 10.6386 17.0554 10.6606 16.8881C10.7194 16.4398 10.75 15.9749 10.75 15.5C10.75 13.8805 10.3935 12.3771 9.77974 11.2518C9.30922 10.3892 8.62132 9.64534 7.75 9.36692V7.6C7.75 7.33669 7.73024 6.92509 7.41814 6.60272C7.27495 6.45481 7.11319 6.37153 6.99049 6.31955C6.87212 6.26941 6.73962 6.22841 6.63022 6.19461C6.1196 6.03684 5.75 5.5606 5.75 5ZM10.135 18.799C10.1813 18.8842 10.1367 18.988 10.0477 19.1954C9.96487 19.3882 9.87543 19.5728 9.77974 19.7482C9.18141 20.8452 8.23155 21.75 7 21.75C5.76845 21.75 4.81859 20.8452 4.22026 19.7482C3.60645 18.6229 3.25 17.1195 3.25 15.5C3.25 15.3793 3.25198 15.2593 3.25589 15.1401C3.26186 14.9583 3.26485 14.8674 3.32995 14.8103C3.39505 14.7531 3.48377 14.7618 3.66123 14.7791C4.37502 14.8485 4.85305 15.0353 5.20984 15.2598C5.68235 15.5571 6.00707 15.9561 6.41284 16.4666C6.87441 17.0476 7.35665 17.6105 7.99138 18.0098C8.46998 18.3109 9.03318 18.5326 9.72511 18.6514C9.96748 18.693 10.0887 18.7138 10.135 18.799Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.75 5C15.75 4.30964 16.3096 3.75 17 3.75C17.6904 3.75 18.25 4.30964 18.25 5C18.25 6.01394 18.5322 7.20597 19.5925 7.89217C19.9403 8.11721 20.4046 8.01774 20.6297 7.66999C20.8547 7.32224 20.7552 6.8579 20.4075 6.63286C19.9745 6.35268 19.75 5.80171 19.75 5C19.75 3.48122 18.5188 2.25 17 2.25C15.4812 2.25 14.25 3.48122 14.25 5C14.25 6.23693 15.0661 7.28129 16.1874 7.62776L16.25 7.64723V9.36699C15.3788 9.64546 14.6909 10.3892 14.2205 11.2518C13.9694 11.712 13.7614 12.2356 13.6032 12.8044C13.5467 13.0078 13.5184 13.1094 13.5695 13.1858C13.6207 13.2621 13.7335 13.2756 13.959 13.3027H13.959C14.7983 13.4035 15.4593 13.6445 16.0088 13.9902C16.7138 14.4337 17.1792 15.0196 17.5635 15.5034L17.5857 15.5313C17.9404 15.9779 18.3018 16.4328 18.7904 16.7402C19.1325 16.9555 19.5862 17.1361 20.2525 17.2118H20.2525C20.4168 17.2305 20.4989 17.2398 20.5634 17.1894C20.6278 17.139 20.6388 17.0554 20.6608 16.8881C20.7196 16.4398 20.7502 15.9749 20.7502 15.5C20.7502 13.8805 20.3937 12.3771 19.7799 11.2518C19.3094 10.3891 18.6214 9.64523 17.75 9.36686V7.6C17.75 7.33669 17.7302 6.92509 17.4181 6.60272C17.2749 6.45481 17.1132 6.37153 16.9905 6.31955C16.8721 6.26941 16.7396 6.22841 16.6302 6.19461C16.1196 6.03684 15.75 5.5606 15.75 5ZM20.1352 18.799C20.1815 18.8842 20.1369 18.988 20.0479 19.1954C19.9651 19.3882 19.8756 19.5728 19.7799 19.7482C19.1816 20.8452 18.2317 21.75 17.0002 21.75C15.7687 21.75 14.8188 20.8452 14.2205 19.7482C13.6067 18.6229 13.2502 17.1195 13.2502 15.5C13.2502 15.3793 13.2522 15.2593 13.2561 15.1401C13.2621 14.9583 13.265 14.8674 13.3301 14.8103C13.3953 14.7531 13.484 14.7618 13.6614 14.7791C14.3752 14.8485 14.8533 15.0353 15.21 15.2598C15.6987 15.5672 16.06 16.0221 16.4147 16.4687L16.4369 16.4966C16.8212 16.9804 17.2866 17.5663 17.9916 18.0098C18.4702 18.3109 19.0334 18.5326 19.7253 18.6514C19.9677 18.693 20.0889 18.7138 20.1352 18.799Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-ear-rings-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3554 7.99977H9.06018C8.95655 8.28561 8.82024 8.55394 8.67646 8.79254C8.36205 9.3143 7.94521 9.80457 7.51068 10.1837C7.11097 10.5325 6.55755 10.9097 5.9615 10.9858C5.63024 11.0281 5.20881 10.9838 4.84075 10.6951C4.48232 10.4139 4.32567 10.0188 4.26499 9.67226C4.16973 9.12825 4.5335 8.61002 5.07751 8.51476C5.43158 8.45275 5.77472 8.5852 5.99744 8.83524C6.05567 8.79322 6.12198 8.74114 6.19573 8.67678C6.41016 8.48967 6.62486 8.25272 6.80568 7.99977H3.25C2.69772 7.99977 2.25 7.55205 2.25 6.99977C2.25 6.44748 2.69772 5.99977 3.25 5.99977H6.80568C6.62486 5.74681 6.41016 5.50987 6.19573 5.32276C6.12198 5.2584 6.05567 5.20632 5.99744 5.1643C5.77472 5.41433 5.43158 5.54678 5.07751 5.48478C4.5335 5.38952 4.16973 4.87129 4.26499 4.32728C4.32567 3.98075 4.48232 3.58562 4.84075 3.30447C5.20881 3.01577 5.63024 2.97144 5.9615 3.01373C6.55755 3.08983 7.11097 3.46702 7.51068 3.81581C7.94521 4.19497 8.36205 4.68524 8.67646 5.207C8.82024 5.4456 8.95655 5.71393 9.06018 5.99977H12.3555C12.8148 3.85672 14.7198 2.25 17 2.25C19.6234 2.25 21.75 4.37665 21.75 7C21.75 9.62335 19.6234 11.75 17 11.75C14.7196 11.75 12.8145 10.1431 12.3554 7.99977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 12.25C4.37665 12.25 2.25 14.3766 2.25 17C2.25 19.6234 4.37665 21.75 7 21.75C9.28039 21.75 11.1855 20.1431 11.6446 17.9998H14.9398C15.0434 18.2856 15.1798 18.5539 15.3235 18.7925C15.6379 19.3143 16.0548 19.8046 16.4893 20.1837C16.889 20.5325 17.4424 20.9097 18.0385 20.9858C18.3698 21.0281 18.7912 20.9838 19.1593 20.6951C19.5177 20.4139 19.6743 20.0188 19.735 19.6723C19.8303 19.1283 19.4665 18.61 18.9225 18.5148C18.5684 18.4528 18.2253 18.5852 18.0026 18.8352C17.9443 18.7932 17.878 18.7411 17.8043 18.6768C17.5898 18.4897 17.3751 18.2527 17.1943 17.9998H20.75C21.3023 17.9998 21.75 17.5521 21.75 16.9998C21.75 16.4475 21.3023 15.9998 20.75 15.9998H17.1943C17.3751 15.7468 17.5898 15.5099 17.8043 15.3228C17.878 15.2584 17.9443 15.2063 18.0026 15.1643C18.2253 15.4143 18.5684 15.5468 18.9225 15.4848C19.4665 15.3895 19.8303 14.8713 19.735 14.3273C19.6743 13.9807 19.5177 13.5856 19.1593 13.3045C18.7912 13.0158 18.3698 12.9714 18.0385 13.0137C17.4424 13.0898 16.889 13.467 16.4893 13.8158C16.0548 14.195 15.6379 14.6852 15.3235 15.207C15.1798 15.4456 15.0434 15.7139 14.9398 15.9998H11.6445C11.1852 13.8567 9.28023 12.25 7 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3554 7.99977H9.06018C8.95655 8.28561 8.82024 8.55394 8.67646 8.79254C8.36205 9.3143 7.94521 9.80457 7.51068 10.1837C7.11097 10.5325 6.55755 10.9097 5.9615 10.9858C5.63024 11.0281 5.20881 10.9838 4.84075 10.6951C4.48232 10.4139 4.32567 10.0188 4.26499 9.67226C4.16973 9.12825 4.5335 8.61002 5.07751 8.51476C5.43158 8.45275 5.77472 8.5852 5.99744 8.83524C6.05567 8.79322 6.12198 8.74114 6.19573 8.67678C6.41016 8.48967 6.62486 8.25272 6.80568 7.99977H3.25C2.69772 7.99977 2.25 7.55205 2.25 6.99977C2.25 6.44748 2.69772 5.99977 3.25 5.99977H6.80568C6.62486 5.74681 6.41016 5.50987 6.19573 5.32276C6.12198 5.2584 6.05567 5.20632 5.99744 5.1643C5.77472 5.41433 5.43158 5.54678 5.07751 5.48478C4.5335 5.38952 4.16973 4.87129 4.26499 4.32728C4.32567 3.98075 4.48232 3.58562 4.84075 3.30447C5.20881 3.01577 5.63024 2.97144 5.9615 3.01373C6.55755 3.08983 7.11097 3.46702 7.51068 3.81581C7.94521 4.19497 8.36205 4.68524 8.67646 5.207C8.82024 5.4456 8.95655 5.71393 9.06018 5.99977H12.3555C12.8148 3.85672 14.7198 2.25 17 2.25C19.6234 2.25 21.75 4.37665 21.75 7C21.75 9.62335 19.6234 11.75 17 11.75C14.7196 11.75 12.8145 10.1431 12.3554 7.99977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 12.25C4.37665 12.25 2.25 14.3766 2.25 17C2.25 19.6234 4.37665 21.75 7 21.75C9.28039 21.75 11.1855 20.1431 11.6446 17.9998H14.9398C15.0434 18.2856 15.1798 18.5539 15.3235 18.7925C15.6379 19.3143 16.0548 19.8046 16.4893 20.1837C16.889 20.5325 17.4424 20.9097 18.0385 20.9858C18.3698 21.0281 18.7912 20.9838 19.1593 20.6951C19.5177 20.4139 19.6743 20.0188 19.735 19.6723C19.8303 19.1283 19.4665 18.61 18.9225 18.5148C18.5684 18.4528 18.2253 18.5852 18.0026 18.8352C17.9443 18.7932 17.878 18.7411 17.8043 18.6768C17.5898 18.4897 17.3751 18.2527 17.1943 17.9998H20.75C21.3023 17.9998 21.75 17.5521 21.75 16.9998C21.75 16.4475 21.3023 15.9998 20.75 15.9998H17.1943C17.3751 15.7468 17.5898 15.5099 17.8043 15.3228C17.878 15.2584 17.9443 15.2063 18.0026 15.1643C18.2253 15.4143 18.5684 15.5468 18.9225 15.4848C19.4665 15.3895 19.8303 14.8713 19.735 14.3273C19.6743 13.9807 19.5177 13.5856 19.1593 13.3045C18.7912 13.0158 18.3698 12.9714 18.0385 13.0137C17.4424 13.0898 16.889 13.467 16.4893 13.8158C16.0548 14.195 15.6379 14.6852 15.3235 15.207C15.1798 15.4456 15.0434 15.7139 14.9398 15.9998H11.6445C11.1852 13.8567 9.28023 12.25 7 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-hair-clips{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7951 5.89463C14.2048 6.806 12.924 8.35278 11.9532 10.182C11.3473 11.3235 10.7071 12.2732 10.0216 13.0663C10.057 13.1864 10.1141 13.321 10.1973 13.4748C10.2784 13.6247 10.3728 13.7733 10.478 13.9259C11.4366 12.6742 12.5384 11.5263 14.002 10.6557C15.7797 9.59838 18.0044 9 21 9C21.5523 9 22 9.44772 22 10C22 10.5523 21.5523 11 21 11C18.2813 11 16.4285 11.5395 15.0245 12.3747C13.6806 13.174 12.6693 14.2896 11.6854 15.6546C11.8171 15.8916 11.9304 16.1416 12.0044 16.4005C12.1966 17.073 12.12 17.7904 11.5863 18.4651C11.562 18.4959 11.5352 18.5247 11.5064 18.5513C11.226 18.8098 10.9011 18.9772 10.5371 19.0326C10.1826 19.0865 9.84729 19.0258 9.55119 18.9227C9.30872 18.8382 9.06447 18.7143 8.82397 18.571C8.76292 18.677 8.68804 18.8037 8.64455 18.8672C8.49245 19.0954 8.26432 19.3999 7.95711 19.7071C7.34811 20.3161 6.35876 21 5 21C4.44772 21 4 20.5523 4 20C4 19.4477 4.44772 19 5 19C5.64124 19 6.15189 18.6839 6.54289 18.2929C6.73568 18.1001 6.88255 17.9046 6.98045 17.7578C7.02884 17.6852 7.06371 17.6268 7.08488 17.5898C7.09543 17.5713 7.10245 17.5584 7.10593 17.5519C7.1273 17.5092 7.15131 17.4687 7.17766 17.4306C6.49009 16.9545 5.78132 16.5283 4.99545 16.3209C4.09304 16.6069 3.15217 16.81 2.17604 16.9843C1.63236 17.0815 1.11288 16.7195 1.01576 16.1758C0.918627 15.6321 1.28063 15.1126 1.8243 15.0155C3.71396 14.6779 5.22909 14.2649 6.55085 13.4469C7.85511 12.6397 9.04891 11.3879 10.1866 9.24439C11.2657 7.2111 12.7756 5.31992 14.8007 4.15938C16.8583 2.9802 19.3634 2.60554 22.287 3.48099C22.8161 3.63942 23.1166 4.19675 22.9581 4.72582C22.7997 5.2549 22.2424 5.55536 21.7133 5.39694C19.288 4.67069 17.3529 5.0019 15.7951 5.89463Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7951 5.89463C14.2048 6.806 12.924 8.35278 11.9532 10.182C11.3473 11.3235 10.7071 12.2732 10.0216 13.0663C10.057 13.1864 10.1141 13.321 10.1973 13.4748C10.2784 13.6247 10.3728 13.7733 10.478 13.9259C11.4366 12.6742 12.5384 11.5263 14.002 10.6557C15.7797 9.59838 18.0044 9 21 9C21.5523 9 22 9.44772 22 10C22 10.5523 21.5523 11 21 11C18.2813 11 16.4285 11.5395 15.0245 12.3747C13.6806 13.174 12.6693 14.2896 11.6854 15.6546C11.8171 15.8916 11.9304 16.1416 12.0044 16.4005C12.1966 17.073 12.12 17.7904 11.5863 18.4651C11.562 18.4959 11.5352 18.5247 11.5064 18.5513C11.226 18.8098 10.9011 18.9772 10.5371 19.0326C10.1826 19.0865 9.84729 19.0258 9.55119 18.9227C9.30872 18.8382 9.06447 18.7143 8.82397 18.571C8.76292 18.677 8.68804 18.8037 8.64455 18.8672C8.49245 19.0954 8.26432 19.3999 7.95711 19.7071C7.34811 20.3161 6.35876 21 5 21C4.44772 21 4 20.5523 4 20C4 19.4477 4.44772 19 5 19C5.64124 19 6.15189 18.6839 6.54289 18.2929C6.73568 18.1001 6.88255 17.9046 6.98045 17.7578C7.02884 17.6852 7.06371 17.6268 7.08488 17.5898C7.09543 17.5713 7.10245 17.5584 7.10593 17.5519C7.1273 17.5092 7.15131 17.4687 7.17766 17.4306C6.49009 16.9545 5.78132 16.5283 4.99545 16.3209C4.09304 16.6069 3.15217 16.81 2.17604 16.9843C1.63236 17.0815 1.11288 16.7195 1.01576 16.1758C0.918627 15.6321 1.28063 15.1126 1.8243 15.0155C3.71396 14.6779 5.22909 14.2649 6.55085 13.4469C7.85511 12.6397 9.04891 11.3879 10.1866 9.24439C11.2657 7.2111 12.7756 5.31992 14.8007 4.15938C16.8583 2.9802 19.3634 2.60554 22.287 3.48099C22.8161 3.63942 23.1166 4.19675 22.9581 4.72582C22.7997 5.2549 22.2424 5.55536 21.7133 5.39694C19.288 4.67069 17.3529 5.0019 15.7951 5.89463Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-hair-dryer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9487 11.3204C11.1233 10.7965 10.8402 10.2301 10.3162 10.0555C9.79228 9.88085 9.22597 10.164 9.05132 10.6879C8.7465 11.6024 8.72376 12.3775 8.92361 13.1325C9.09184 13.7681 9.41658 14.3603 9.71933 14.9124C10.0426 15.3816 10.046 15.8609 9.9301 16.1262C9.87912 16.2429 9.81818 16.4093 9.76383 16.5576C9.74295 16.6009 9.67842 16.75 9.60586 16.9176C9.49559 17.1724 9.36676 17.47 9.34437 17.5042H8.3471C8.13696 17.5042 7.82759 17.2859 7.81858 16.859C7.81489 16.6845 7.81226 16.5036 7.80956 16.3181C7.79674 15.4371 7.78239 14.4509 7.6463 13.5334C7.47934 12.4077 7.11156 11.2263 6.21663 10.3067C5.83144 9.91094 5.19833 9.90235 4.80255 10.2875C4.40676 10.6727 4.39818 11.3058 4.78337 11.7016C5.26021 12.1916 5.52957 12.8939 5.66794 13.8268C5.78263 14.6 5.79521 15.4225 5.80863 16.2991C5.81166 16.4971 5.81473 16.6977 5.81902 16.9012C5.84472 18.1181 6.70843 19.2956 7.995 19.4794C7.99223 19.59 7.98794 19.6854 7.98128 19.7707C7.9642 19.9898 7.93594 20.0626 7.92217 20.0917C7.81466 20.3188 7.58727 20.5389 7.24824 20.6618C7.24874 20.6616 7.24835 20.6617 7.24703 20.6621C7.23728 20.6646 7.17656 20.6805 7.0384 20.697C6.89509 20.7141 6.71289 20.727 6.49517 20.736C6.05829 20.754 5.53827 20.7542 5 20.7542C4.44772 20.7542 4 21.2019 4 21.7542C4 22.3065 4.44772 22.7542 5 22.7542H5.01327C5.5362 22.7542 6.09527 22.7542 6.57755 22.7343C7.0148 22.7163 7.55115 22.6793 7.92974 22.5421C8.71084 22.259 9.37339 21.7004 9.72985 20.9474C9.89007 20.609 9.94881 20.265 9.97522 19.9262C9.9868 19.7778 9.99297 19.6153 9.99626 19.4399C10.3416 19.3335 10.5967 19.1145 10.7602 18.935C10.9906 18.6821 11.1596 18.3794 11.2812 18.1277C11.4072 17.8666 11.683 17.1414 11.7629 16.9268C12.1971 15.9328 11.9818 14.8824 11.5535 14.0978C11.2027 13.4554 10.9605 13.0118 10.857 12.6208C10.7674 12.282 10.7535 11.9059 10.9487 11.3204Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.88864 1.43113C5.43764 0.489806 2.25 3.34685 2.25 7.00302C2.25 10.6592 5.43764 13.5162 8.88864 12.5749C9.49698 12.409 12.188 11.4599 12.8508 11.2213C13.6067 10.9712 14.3303 10.7664 15.0011 10.6474C15.1942 10.6132 15.2908 10.596 15.3543 10.5394C15.4178 10.4827 15.4445 10.3932 15.4977 10.2143L16.0501 8.35902C16.3169 7.46297 16.3169 6.54524 16.0501 5.64919L15.4971 3.79166C15.4438 3.61272 15.4171 3.52325 15.3536 3.46658C15.2901 3.40991 15.1936 3.39278 15.0005 3.35851C14.3298 3.23949 13.6064 3.03474 12.8508 2.78479C12.188 2.54614 9.49698 1.59707 8.88864 1.43113ZM17.3919 3.09267C17.1621 3.23003 17.0471 3.29871 17.0098 3.39458C16.9725 3.49045 17.0076 3.60862 17.078 3.84496L17.4877 5.22116C17.8377 6.3965 17.8377 7.6117 17.4877 8.78705L17.0785 10.1615C17.0082 10.3978 16.973 10.5159 17.0103 10.6118C17.0477 10.7076 17.1626 10.7763 17.3923 10.9136C17.4386 10.9413 17.4851 10.9697 17.5317 10.9987C17.8453 11.1972 18.2708 11.4665 18.7489 11.5972C19.2344 11.7299 19.6854 11.6454 20.0586 11.4108C20.403 11.1944 20.6432 10.8754 20.8117 10.5872C21.0998 10.0943 21.3309 9.34706 21.443 8.98388C21.8523 7.70037 21.8523 6.30568 21.443 5.02217C21.3309 4.65899 21.0998 3.9118 20.8117 3.41888C20.6432 3.13065 20.403 2.81167 20.0586 2.59523C19.6854 2.36067 19.2344 2.27614 18.7489 2.40886C18.2708 2.53955 17.8454 2.80885 17.5318 3.00733L17.5317 3.00734C17.485 3.0364 17.4383 3.06495 17.3919 3.09267Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9487 11.3204C11.1233 10.7965 10.8402 10.2301 10.3162 10.0555C9.79228 9.88085 9.22597 10.164 9.05132 10.6879C8.7465 11.6024 8.72376 12.3775 8.92361 13.1325C9.09184 13.7681 9.41658 14.3603 9.71933 14.9124C10.0426 15.3816 10.046 15.8609 9.9301 16.1262C9.87912 16.2429 9.81818 16.4093 9.76383 16.5576C9.74295 16.6009 9.67842 16.75 9.60586 16.9176C9.49559 17.1724 9.36676 17.47 9.34437 17.5042H8.3471C8.13696 17.5042 7.82759 17.2859 7.81858 16.859C7.81489 16.6845 7.81226 16.5036 7.80956 16.3181C7.79674 15.4371 7.78239 14.4509 7.6463 13.5334C7.47934 12.4077 7.11156 11.2263 6.21663 10.3067C5.83144 9.91094 5.19833 9.90235 4.80255 10.2875C4.40676 10.6727 4.39818 11.3058 4.78337 11.7016C5.26021 12.1916 5.52957 12.8939 5.66794 13.8268C5.78263 14.6 5.79521 15.4225 5.80863 16.2991C5.81166 16.4971 5.81473 16.6977 5.81902 16.9012C5.84472 18.1181 6.70843 19.2956 7.995 19.4794C7.99223 19.59 7.98794 19.6854 7.98128 19.7707C7.9642 19.9898 7.93594 20.0626 7.92217 20.0917C7.81466 20.3188 7.58727 20.5389 7.24824 20.6618C7.24874 20.6616 7.24835 20.6617 7.24703 20.6621C7.23728 20.6646 7.17656 20.6805 7.0384 20.697C6.89509 20.7141 6.71289 20.727 6.49517 20.736C6.05829 20.754 5.53827 20.7542 5 20.7542C4.44772 20.7542 4 21.2019 4 21.7542C4 22.3065 4.44772 22.7542 5 22.7542H5.01327C5.5362 22.7542 6.09527 22.7542 6.57755 22.7343C7.0148 22.7163 7.55115 22.6793 7.92974 22.5421C8.71084 22.259 9.37339 21.7004 9.72985 20.9474C9.89007 20.609 9.94881 20.265 9.97522 19.9262C9.9868 19.7778 9.99297 19.6153 9.99626 19.4399C10.3416 19.3335 10.5967 19.1145 10.7602 18.935C10.9906 18.6821 11.1596 18.3794 11.2812 18.1277C11.4072 17.8666 11.683 17.1414 11.7629 16.9268C12.1971 15.9328 11.9818 14.8824 11.5535 14.0978C11.2027 13.4554 10.9605 13.0118 10.857 12.6208C10.7674 12.282 10.7535 11.9059 10.9487 11.3204Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.88864 1.43113C5.43764 0.489806 2.25 3.34685 2.25 7.00302C2.25 10.6592 5.43764 13.5162 8.88864 12.5749C9.49698 12.409 12.188 11.4599 12.8508 11.2213C13.6067 10.9712 14.3303 10.7664 15.0011 10.6474C15.1942 10.6132 15.2908 10.596 15.3543 10.5394C15.4178 10.4827 15.4445 10.3932 15.4977 10.2143L16.0501 8.35902C16.3169 7.46297 16.3169 6.54524 16.0501 5.64919L15.4971 3.79166C15.4438 3.61272 15.4171 3.52325 15.3536 3.46658C15.2901 3.40991 15.1936 3.39278 15.0005 3.35851C14.3298 3.23949 13.6064 3.03474 12.8508 2.78479C12.188 2.54614 9.49698 1.59707 8.88864 1.43113ZM17.3919 3.09267C17.1621 3.23003 17.0471 3.29871 17.0098 3.39458C16.9725 3.49045 17.0076 3.60862 17.078 3.84496L17.4877 5.22116C17.8377 6.3965 17.8377 7.6117 17.4877 8.78705L17.0785 10.1615C17.0082 10.3978 16.973 10.5159 17.0103 10.6118C17.0477 10.7076 17.1626 10.7763 17.3923 10.9136C17.4386 10.9413 17.4851 10.9697 17.5317 10.9987C17.8453 11.1972 18.2708 11.4665 18.7489 11.5972C19.2344 11.7299 19.6854 11.6454 20.0586 11.4108C20.403 11.1944 20.6432 10.8754 20.8117 10.5872C21.0998 10.0943 21.3309 9.34706 21.443 8.98388C21.8523 7.70037 21.8523 6.30568 21.443 5.02217C21.3309 4.65899 21.0998 3.9118 20.8117 3.41888C20.6432 3.13065 20.403 2.81167 20.0586 2.59523C19.6854 2.36067 19.2344 2.27614 18.7489 2.40886C18.2708 2.53955 17.8454 2.80885 17.5318 3.00733L17.5317 3.00734C17.485 3.0364 17.4383 3.06495 17.3919 3.09267Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-hand-bag-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.96799 4.59138C9.2705 5.95578 8.74976 8.07979 8.74976 11C8.74976 11.4142 8.41397 11.75 7.99976 11.75C7.58554 11.75 7.24976 11.4142 7.24976 11C7.24976 7.92021 7.79626 5.54422 8.63239 3.90862C9.44943 2.31036 10.6475 1.25 11.9998 1.25C13.352 1.25 14.5501 2.31036 15.3671 3.90862C16.2033 5.54422 16.7498 7.92021 16.7498 11C16.7498 11.4142 16.414 11.75 15.9998 11.75C15.5855 11.75 15.2498 11.4142 15.2498 11C15.2498 8.07979 14.729 5.95578 14.0315 4.59138C13.3149 3.18964 12.513 2.75 11.9998 2.75C11.4865 2.75 10.6846 3.18964 9.96799 4.59138Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.1491 8.25H7.85019C7.16851 8.24997 6.58181 8.24994 6.11224 8.31401C5.60844 8.38274 5.1292 8.53753 4.74197 8.93051C4.35624 9.32195 4.20575 9.80378 4.13872 10.3098C4.07588 10.7841 4.07591 11.3775 4.07594 12.0708L4.0551 13.5179C4.05486 13.534 4.05655 13.5356 4.05275 13.5512C4.02022 13.6843 4.05763 13.8396 4.17443 13.9114C5.98497 15.0229 8.03107 15.7637 9.86327 16.1284C10.011 16.1578 10.0848 16.1725 10.1534 16.1536C10.222 16.1347 10.2862 16.0766 10.4147 15.9606C10.464 15.916 10.5143 15.8729 10.5654 15.8316C10.9372 15.531 11.4418 15.25 11.9997 15.25C12.5577 15.25 13.0623 15.531 13.434 15.8316C13.4851 15.8729 13.5354 15.916 13.5848 15.9606C13.7132 16.0766 13.7775 16.1347 13.846 16.1536C13.9146 16.1725 13.9885 16.1578 14.1362 16.1284C15.9683 15.7637 18.0142 15.023 19.8247 13.9116C19.9416 13.8398 19.979 13.6844 19.9465 13.5512C19.9427 13.5356 19.9443 13.534 19.9441 13.5179L19.9233 12.0708C19.9233 11.3775 19.9233 10.7841 19.8605 10.3098C19.7935 9.80378 19.643 9.32195 19.2572 8.93051C18.87 8.53753 18.3908 8.38274 17.887 8.31401C17.4174 8.24994 16.8307 8.24997 16.1491 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7955 15.9137C20.6818 15.5996 20.625 15.4426 20.4955 15.3939C20.3661 15.3453 20.2156 15.4283 19.9146 15.5944C18.4127 16.4234 16.8076 17.0266 15.2885 17.4064C15.0168 17.4743 14.881 17.5083 14.8175 17.5888C14.7541 17.6694 14.7526 17.8475 14.7497 18.2038C14.7491 18.285 14.7427 18.3666 14.7298 18.4479C14.6849 18.7297 14.5588 19.0131 14.3184 19.2398C14.0824 19.4623 13.7865 19.5832 13.479 19.6349C12.5643 19.7889 11.4284 19.7878 10.5205 19.6349C10.2129 19.5832 9.91703 19.4623 9.68106 19.2398C9.44068 19.0131 9.31451 18.7297 9.26968 18.4479C9.25674 18.3666 9.25038 18.285 9.24972 18.2038C9.24683 17.8475 9.24538 17.6694 9.18193 17.5888C9.11848 17.5083 8.98264 17.4743 8.71095 17.4064C7.19181 17.0266 5.58663 16.4233 4.08461 15.5943C3.78365 15.4282 3.63316 15.3451 3.50371 15.3938C3.37427 15.4425 3.31742 15.5995 3.20372 15.9135C2.83065 16.944 2.53888 17.8144 2.38275 18.5489C2.16618 19.5678 2.17136 20.4956 2.72336 21.3039C3.27746 22.1153 4.13814 22.449 5.1601 22.6019C6.15086 22.7501 7.45621 22.75 9.08082 22.75H14.9183C16.5429 22.75 17.8483 22.7501 18.8391 22.6019C19.8611 22.449 20.7217 22.1153 21.2758 21.3039C21.8278 20.4956 21.833 19.5678 21.6165 18.5489C21.4603 17.8144 21.1686 16.9441 20.7955 15.9137Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6596 17.8376C10.4787 18.2239 10.6297 18.3885 11.0329 18.4395C11.6705 18.5201 12.3267 18.5202 12.9644 18.4395C13.3676 18.3885 13.5186 18.2239 13.3377 17.8376C13.1598 17.4577 12.9027 17.1061 12.5889 16.8274C12.2911 16.5628 12.0795 16.5 11.9987 16.5C11.9178 16.5 11.7063 16.5628 11.4084 16.8274C11.0947 17.1061 10.8375 17.4577 10.6596 17.8376Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.96799 4.59138C9.2705 5.95578 8.74976 8.07979 8.74976 11C8.74976 11.4142 8.41397 11.75 7.99976 11.75C7.58554 11.75 7.24976 11.4142 7.24976 11C7.24976 7.92021 7.79626 5.54422 8.63239 3.90862C9.44943 2.31036 10.6475 1.25 11.9998 1.25C13.352 1.25 14.5501 2.31036 15.3671 3.90862C16.2033 5.54422 16.7498 7.92021 16.7498 11C16.7498 11.4142 16.414 11.75 15.9998 11.75C15.5855 11.75 15.2498 11.4142 15.2498 11C15.2498 8.07979 14.729 5.95578 14.0315 4.59138C13.3149 3.18964 12.513 2.75 11.9998 2.75C11.4865 2.75 10.6846 3.18964 9.96799 4.59138Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.1491 8.25H7.85019C7.16851 8.24997 6.58181 8.24994 6.11224 8.31401C5.60844 8.38274 5.1292 8.53753 4.74197 8.93051C4.35624 9.32195 4.20575 9.80378 4.13872 10.3098C4.07588 10.7841 4.07591 11.3775 4.07594 12.0708L4.0551 13.5179C4.05486 13.534 4.05655 13.5356 4.05275 13.5512C4.02022 13.6843 4.05763 13.8396 4.17443 13.9114C5.98497 15.0229 8.03107 15.7637 9.86327 16.1284C10.011 16.1578 10.0848 16.1725 10.1534 16.1536C10.222 16.1347 10.2862 16.0766 10.4147 15.9606C10.464 15.916 10.5143 15.8729 10.5654 15.8316C10.9372 15.531 11.4418 15.25 11.9997 15.25C12.5577 15.25 13.0623 15.531 13.434 15.8316C13.4851 15.8729 13.5354 15.916 13.5848 15.9606C13.7132 16.0766 13.7775 16.1347 13.846 16.1536C13.9146 16.1725 13.9885 16.1578 14.1362 16.1284C15.9683 15.7637 18.0142 15.023 19.8247 13.9116C19.9416 13.8398 19.979 13.6844 19.9465 13.5512C19.9427 13.5356 19.9443 13.534 19.9441 13.5179L19.9233 12.0708C19.9233 11.3775 19.9233 10.7841 19.8605 10.3098C19.7935 9.80378 19.643 9.32195 19.2572 8.93051C18.87 8.53753 18.3908 8.38274 17.887 8.31401C17.4174 8.24994 16.8307 8.24997 16.1491 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7955 15.9137C20.6818 15.5996 20.625 15.4426 20.4955 15.3939C20.3661 15.3453 20.2156 15.4283 19.9146 15.5944C18.4127 16.4234 16.8076 17.0266 15.2885 17.4064C15.0168 17.4743 14.881 17.5083 14.8175 17.5888C14.7541 17.6694 14.7526 17.8475 14.7497 18.2038C14.7491 18.285 14.7427 18.3666 14.7298 18.4479C14.6849 18.7297 14.5588 19.0131 14.3184 19.2398C14.0824 19.4623 13.7865 19.5832 13.479 19.6349C12.5643 19.7889 11.4284 19.7878 10.5205 19.6349C10.2129 19.5832 9.91703 19.4623 9.68106 19.2398C9.44068 19.0131 9.31451 18.7297 9.26968 18.4479C9.25674 18.3666 9.25038 18.285 9.24972 18.2038C9.24683 17.8475 9.24538 17.6694 9.18193 17.5888C9.11848 17.5083 8.98264 17.4743 8.71095 17.4064C7.19181 17.0266 5.58663 16.4233 4.08461 15.5943C3.78365 15.4282 3.63316 15.3451 3.50371 15.3938C3.37427 15.4425 3.31742 15.5995 3.20372 15.9135C2.83065 16.944 2.53888 17.8144 2.38275 18.5489C2.16618 19.5678 2.17136 20.4956 2.72336 21.3039C3.27746 22.1153 4.13814 22.449 5.1601 22.6019C6.15086 22.7501 7.45621 22.75 9.08082 22.75H14.9183C16.5429 22.75 17.8483 22.7501 18.8391 22.6019C19.8611 22.449 20.7217 22.1153 21.2758 21.3039C21.8278 20.4956 21.833 19.5678 21.6165 18.5489C21.4603 17.8144 21.1686 16.9441 20.7955 15.9137Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6596 17.8376C10.4787 18.2239 10.6297 18.3885 11.0329 18.4395C11.6705 18.5201 12.3267 18.5202 12.9644 18.4395C13.3676 18.3885 13.5186 18.2239 13.3377 17.8376C13.1598 17.4577 12.9027 17.1061 12.5889 16.8274C12.2911 16.5628 12.0795 16.5 11.9987 16.5C11.9178 16.5 11.7063 16.5628 11.4084 16.8274C11.0947 17.1061 10.8375 17.4577 10.6596 17.8376Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-hand-bag-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.0481 4.45652C8.17473 5.58312 7.51109 7.20381 7.24067 9.10558C7.18236 9.51567 6.80265 9.80084 6.39256 9.74253C5.98247 9.68422 5.6973 9.30451 5.75561 8.89442C6.0551 6.78821 6.79945 4.90891 7.86261 3.5375C8.92487 2.16724 10.3557 1.25 11.9981 1.25C13.6405 1.25 15.0714 2.16724 16.1337 3.5375C17.1968 4.90891 17.9412 6.78821 18.2407 8.89442C18.299 9.30451 18.0138 9.68422 17.6037 9.74253C17.1936 9.80084 16.8139 9.51567 16.7556 9.10558C16.4852 7.20381 15.8216 5.58312 14.9482 4.45652C14.0739 3.32877 13.0397 2.75 11.9981 2.75C10.9565 2.75 9.92236 3.32877 9.0481 4.45652Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.648 7.25001C10.9309 7.25001 11.0723 7.25001 11.1602 7.33788C11.248 7.42574 11.248 7.56716 11.248 7.85001V14.4076C10.9915 14.5134 10.7583 14.6614 10.5604 14.8169C10.1684 15.1246 9.82071 15.5332 9.58331 15.9636C9.35764 16.3726 9.16932 16.9169 9.28134 17.4574C9.34121 17.7463 9.48612 18.0217 9.73215 18.2387C9.97193 18.4502 10.2679 18.5716 10.5807 18.6301C11.4284 18.7887 12.5545 18.7912 13.4157 18.6301C13.7285 18.5716 14.0244 18.4502 14.2642 18.2387C14.5103 18.0217 14.6552 17.7463 14.715 17.4574C14.8271 16.9169 14.6387 16.3726 14.4131 15.9636C14.1757 15.5332 13.828 15.1246 13.436 14.8169C13.238 14.6614 13.0047 14.5133 12.748 14.4075V7.85001C12.748 7.56716 12.748 7.42574 12.8359 7.33788C12.9238 7.25001 13.0652 7.25001 13.348 7.25001H18.0831C18.5272 7.24991 18.9512 7.24982 19.2987 7.30991C19.7048 7.38012 20.0978 7.54571 20.3968 7.93344C20.676 8.29553 20.7601 8.68257 20.7467 9.08071C20.7405 9.26843 20.6819 9.60818 20.6397 9.83292C20.6344 9.84885 20.6296 9.86507 20.6253 9.88155C20.157 11.6882 18.9715 13.2413 17.0075 14.3463C16.6465 14.5494 16.5185 15.0067 16.7216 15.3677C16.9247 15.7287 17.382 15.8567 17.743 15.6536C18.9484 14.9755 19.9267 14.1342 20.6672 13.1621C21.0264 12.6906 21.2059 12.4549 21.3828 12.4827C21.5596 12.5105 21.6512 12.7705 21.8343 13.2904C22.0351 13.8603 22.2247 14.4474 22.3748 15.0212C22.8333 16.7733 23.0531 18.8124 21.9449 20.3239C21.5501 20.8624 20.94 21.2615 20.262 21.5645C19.5742 21.8718 18.7531 22.1082 17.8622 22.2863C16.0795 22.6427 13.9321 22.7824 11.8195 22.7438C9.70595 22.7052 7.59253 22.4876 5.8749 22.1131C5.01717 21.926 4.23797 21.6956 3.59945 21.4185C2.98138 21.1502 2.40419 20.8002 2.05502 20.3239C0.947357 18.8131 1.16369 16.7747 1.61961 15.0222C1.76929 14.4468 1.95848 13.8585 2.15883 13.2878C2.34175 12.7667 2.43321 12.5062 2.61018 12.4783C2.78715 12.4503 2.96697 12.6866 3.32663 13.1592C4.06743 14.1325 5.04646 14.9748 6.253 15.6536C6.614 15.8567 7.0713 15.7287 7.27441 15.3677C7.47752 15.0067 7.34952 14.5494 6.98852 14.3463C5.02453 13.2413 3.83906 11.6882 3.37071 9.88156C3.36651 9.86535 3.36182 9.84942 3.35664 9.83375C3.31473 9.61074 3.25576 9.26889 3.24946 9.08071C3.23616 8.68258 3.3202 8.29553 3.59941 7.93344C3.8984 7.54571 4.29145 7.38012 4.6975 7.30991C5.04502 7.24982 5.46906 7.24991 5.91307 7.25001H10.648Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6482 16.9341C10.6236 17.0362 10.6113 17.0872 10.6489 17.155C10.6865 17.2228 10.7414 17.2414 10.8513 17.2787C11.5185 17.505 12.4765 17.5072 13.1487 17.2788C13.2586 17.2414 13.3136 17.2227 13.3512 17.155C13.3887 17.0872 13.3764 17.0362 13.3518 16.9341C13.2404 16.4723 12.8588 16.0219 12.5663 15.7603C12.2909 15.5141 12.0871 15.4492 12 15.4492C11.9129 15.4492 11.709 15.5141 11.4337 15.7603C11.1412 16.0219 10.7596 16.4723 10.6482 16.9341Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.0481 4.45652C8.17473 5.58312 7.51109 7.20381 7.24067 9.10558C7.18236 9.51567 6.80265 9.80084 6.39256 9.74253C5.98247 9.68422 5.6973 9.30451 5.75561 8.89442C6.0551 6.78821 6.79945 4.90891 7.86261 3.5375C8.92487 2.16724 10.3557 1.25 11.9981 1.25C13.6405 1.25 15.0714 2.16724 16.1337 3.5375C17.1968 4.90891 17.9412 6.78821 18.2407 8.89442C18.299 9.30451 18.0138 9.68422 17.6037 9.74253C17.1936 9.80084 16.8139 9.51567 16.7556 9.10558C16.4852 7.20381 15.8216 5.58312 14.9482 4.45652C14.0739 3.32877 13.0397 2.75 11.9981 2.75C10.9565 2.75 9.92236 3.32877 9.0481 4.45652Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.648 7.25001C10.9309 7.25001 11.0723 7.25001 11.1602 7.33788C11.248 7.42574 11.248 7.56716 11.248 7.85001V14.4076C10.9915 14.5134 10.7583 14.6614 10.5604 14.8169C10.1684 15.1246 9.82071 15.5332 9.58331 15.9636C9.35764 16.3726 9.16932 16.9169 9.28134 17.4574C9.34121 17.7463 9.48612 18.0217 9.73215 18.2387C9.97193 18.4502 10.2679 18.5716 10.5807 18.6301C11.4284 18.7887 12.5545 18.7912 13.4157 18.6301C13.7285 18.5716 14.0244 18.4502 14.2642 18.2387C14.5103 18.0217 14.6552 17.7463 14.715 17.4574C14.8271 16.9169 14.6387 16.3726 14.4131 15.9636C14.1757 15.5332 13.828 15.1246 13.436 14.8169C13.238 14.6614 13.0047 14.5133 12.748 14.4075V7.85001C12.748 7.56716 12.748 7.42574 12.8359 7.33788C12.9238 7.25001 13.0652 7.25001 13.348 7.25001H18.0831C18.5272 7.24991 18.9512 7.24982 19.2987 7.30991C19.7048 7.38012 20.0978 7.54571 20.3968 7.93344C20.676 8.29553 20.7601 8.68257 20.7467 9.08071C20.7405 9.26843 20.6819 9.60818 20.6397 9.83292C20.6344 9.84885 20.6296 9.86507 20.6253 9.88155C20.157 11.6882 18.9715 13.2413 17.0075 14.3463C16.6465 14.5494 16.5185 15.0067 16.7216 15.3677C16.9247 15.7287 17.382 15.8567 17.743 15.6536C18.9484 14.9755 19.9267 14.1342 20.6672 13.1621C21.0264 12.6906 21.2059 12.4549 21.3828 12.4827C21.5596 12.5105 21.6512 12.7705 21.8343 13.2904C22.0351 13.8603 22.2247 14.4474 22.3748 15.0212C22.8333 16.7733 23.0531 18.8124 21.9449 20.3239C21.5501 20.8624 20.94 21.2615 20.262 21.5645C19.5742 21.8718 18.7531 22.1082 17.8622 22.2863C16.0795 22.6427 13.9321 22.7824 11.8195 22.7438C9.70595 22.7052 7.59253 22.4876 5.8749 22.1131C5.01717 21.926 4.23797 21.6956 3.59945 21.4185C2.98138 21.1502 2.40419 20.8002 2.05502 20.3239C0.947357 18.8131 1.16369 16.7747 1.61961 15.0222C1.76929 14.4468 1.95848 13.8585 2.15883 13.2878C2.34175 12.7667 2.43321 12.5062 2.61018 12.4783C2.78715 12.4503 2.96697 12.6866 3.32663 13.1592C4.06743 14.1325 5.04646 14.9748 6.253 15.6536C6.614 15.8567 7.0713 15.7287 7.27441 15.3677C7.47752 15.0067 7.34952 14.5494 6.98852 14.3463C5.02453 13.2413 3.83906 11.6882 3.37071 9.88156C3.36651 9.86535 3.36182 9.84942 3.35664 9.83375C3.31473 9.61074 3.25576 9.26889 3.24946 9.08071C3.23616 8.68258 3.3202 8.29553 3.59941 7.93344C3.8984 7.54571 4.29145 7.38012 4.6975 7.30991C5.04502 7.24982 5.46906 7.24991 5.91307 7.25001H10.648Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6482 16.9341C10.6236 17.0362 10.6113 17.0872 10.6489 17.155C10.6865 17.2228 10.7414 17.2414 10.8513 17.2787C11.5185 17.505 12.4765 17.5072 13.1487 17.2788C13.2586 17.2414 13.3136 17.2227 13.3512 17.155C13.3887 17.0872 13.3764 17.0362 13.3518 16.9341C13.2404 16.4723 12.8588 16.0219 12.5663 15.7603C12.2909 15.5141 12.0871 15.4492 12 15.4492C11.9129 15.4492 11.709 15.5141 11.4337 15.7603C11.1412 16.0219 10.7596 16.4723 10.6482 16.9341Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-hanger{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 6.40476C11 5.95049 11.4012 5.5 12 5.5C12.5988 5.5 13 5.95049 13 6.40476C13 6.7202 12.817 7.02224 12.4983 7.1891C11.9434 7.47969 11 8.16028 11 9.30952V10.6008C10.5303 10.6991 10.0798 10.8703 9.63816 11.1187L3.63545 14.4952C2.6252 15.0635 2 16.1325 2 17.2916C2 19.0635 3.43646 20.5 5.20841 20.5H18.7916C20.5635 20.5 22 19.0635 22 17.2916C22 16.1325 21.3748 15.0635 20.3645 14.4952L14.3618 11.1187C13.9202 10.8703 13.4697 10.6991 13 10.6008V9.31548C13.0038 9.30496 13.0166 9.27872 13.0542 9.23513C13.1284 9.14937 13.2564 9.04977 13.4262 8.96086C14.3447 8.47987 15 7.52886 15 6.40476C15 4.75509 13.6103 3.5 12 3.5C10.3897 3.5 9 4.75509 9 6.40476C9 6.95705 9.44772 7.40476 10 7.40476C10.5523 7.40476 11 6.95705 11 6.40476ZM12 12.5C11.4959 12.5 11.063 12.6119 10.6187 12.8618L4.61598 16.2384C4.23547 16.4524 4 16.855 4 17.2916C4 17.959 4.54103 18.5 5.20841 18.5H18.7916C19.459 18.5 20 17.959 20 17.2916C20 16.855 19.7645 16.4524 19.384 16.2384L13.3813 12.8618C12.937 12.6119 12.5041 12.5 12 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 6.40476C11 5.95049 11.4012 5.5 12 5.5C12.5988 5.5 13 5.95049 13 6.40476C13 6.7202 12.817 7.02224 12.4983 7.1891C11.9434 7.47969 11 8.16028 11 9.30952V10.6008C10.5303 10.6991 10.0798 10.8703 9.63816 11.1187L3.63545 14.4952C2.6252 15.0635 2 16.1325 2 17.2916C2 19.0635 3.43646 20.5 5.20841 20.5H18.7916C20.5635 20.5 22 19.0635 22 17.2916C22 16.1325 21.3748 15.0635 20.3645 14.4952L14.3618 11.1187C13.9202 10.8703 13.4697 10.6991 13 10.6008V9.31548C13.0038 9.30496 13.0166 9.27872 13.0542 9.23513C13.1284 9.14937 13.2564 9.04977 13.4262 8.96086C14.3447 8.47987 15 7.52886 15 6.40476C15 4.75509 13.6103 3.5 12 3.5C10.3897 3.5 9 4.75509 9 6.40476C9 6.95705 9.44772 7.40476 10 7.40476C10.5523 7.40476 11 6.95705 11 6.40476ZM12 12.5C11.4959 12.5 11.063 12.6119 10.6187 12.8618L4.61598 16.2384C4.23547 16.4524 4 16.855 4 17.2916C4 17.959 4.54103 18.5 5.20841 18.5H18.7916C19.459 18.5 20 17.959 20 17.2916C20 16.855 19.7645 16.4524 19.384 16.2384L13.3813 12.8618C12.937 12.6119 12.5041 12.5 12 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-high-heels-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.40066 13.1987C6.54049 12.7687 5.52885 12.7501 3 12.7501H2C1.58579 12.7501 1.25 12.4143 1.25 12.0001C1.25 11.5858 1.58579 11.2501 2 11.2501H3C3.06748 11.2501 3.13421 11.25 3.2002 11.25C5.45994 11.2495 6.85569 11.2492 8.07148 11.8571C9.28727 12.465 10.1245 13.5818 11.4799 15.3899C11.5195 15.4427 11.5595 15.4961 11.6 15.5501C12.9899 17.4033 14.4687 18.3061 16.119 18.7652C17.8145 19.2368 19.7134 19.2501 22 19.2501C22.4142 19.2501 22.75 19.5858 22.75 20.0001C22.75 20.4143 22.4142 20.7501 22 20.7501C19.7592 20.7501 17.6459 20.7469 15.717 20.2103C13.7431 19.6612 11.9855 18.5641 10.4 16.4501C8.88269 14.427 8.26082 13.6288 7.40066 13.1987Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.99952 3.25001C8.29663 3.25001 8.59625 3.29449 8.86871 3.42802C9.15646 3.56904 9.36491 3.78549 9.50211 4.04358C9.74058 4.49218 9.74952 5.05996 9.74952 5.50001C9.74952 5.94007 9.74058 6.50784 9.50211 6.95644C9.36491 7.21454 9.15646 7.43099 8.86871 7.57201C8.59625 7.70554 8.29663 7.75001 7.99952 7.75001H3.24951L3.24951 10.75C5.32165 10.7501 6.71199 10.7732 7.93279 11.3836C9.20257 12.0184 10.074 13.1813 11.4012 14.9522L11.5495 15.1501C12.9068 16.9599 14.3392 17.8303 15.9356 18.2744C17.5922 18.7352 19.4553 18.7501 21.7495 18.7501C22.3018 18.7501 22.7495 19.1978 22.7495 19.7501C22.7495 20.3024 22.3018 20.7501 21.7495 20.7501C19.5164 20.7501 17.3673 20.7486 15.3996 20.2013C13.3716 19.6371 11.5676 18.5076 9.94951 16.3501C8.41714 14.307 7.83334 13.5699 7.03837 13.1724C6.25522 12.7808 5.33141 12.7509 2.86248 12.7501C2.3102 12.7501 1.24951 12.5123 1.24951 11.96V5.45C1.24951 5.18409 1.26012 4.91291 1.30577 4.66359C1.35184 4.41189 1.44653 4.10693 1.67104 3.83752C2.14401 3.26995 2.854 3.25 3.24951 3.25C3.28656 3.25 3.32313 3.25201 3.35913 3.25594C3.47033 3.24992 3.58676 3.24996 3.69368 3.25001L7.99952 3.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.7386 14.3047C18.3204 14.1303 18.8541 14.4074 19.274 14.6534L20.6629 15.4674C21.1529 15.7546 21.6302 16.1181 21.7315 16.7494C21.7758 17.0254 21.7347 17.2863 21.6866 17.4992C21.6485 17.6681 21.5921 17.8609 21.5358 18.0533L21.4957 18.1911C21.3413 18.7248 21.4593 19.3488 21.6144 19.6765C21.7247 19.9096 21.7075 20.1832 21.5688 20.4006C21.43 20.6181 21.1892 20.7491 20.9313 20.7473C17.9324 20.7266 15.178 20.5545 12.7366 18.7925C12.5008 18.6223 12.3846 18.3311 12.4386 18.0453C12.4925 17.7595 12.7068 17.5307 12.9884 17.4581C14.7354 17.0078 15.9416 16.0492 16.6123 15.237C16.769 15.0472 16.9281 14.8577 17.0867 14.7066C17.248 14.553 17.4597 14.3882 17.7386 14.3047Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.42287 11.521C1.56536 11.3493 1.77689 11.25 2.00001 11.25C3.52943 11.25 4.70759 11.3348 5.56562 11.4434C6.40356 11.5496 6.98033 11.6838 7.27975 11.8041C7.54391 11.9103 7.72517 12.1569 7.74766 12.4407C7.77016 12.7246 7.63001 12.9966 7.38588 13.1431C6.99442 13.378 6.64328 13.8011 6.34197 14.397C6.04314 14.988 5.82014 15.6962 5.65686 16.4252C5.33028 17.8833 5.26542 19.3186 5.25292 19.8222C5.23987 20.3479 4.80895 20.75 4.30001 20.75H3.66599C3.20884 20.75 2.81651 20.4244 2.73226 19.9751L1.26285 12.1382C1.22173 11.9189 1.28039 11.6927 1.42287 11.521Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.40066 13.1987C6.54049 12.7687 5.52885 12.7501 3 12.7501H2C1.58579 12.7501 1.25 12.4143 1.25 12.0001C1.25 11.5858 1.58579 11.2501 2 11.2501H3C3.06748 11.2501 3.13421 11.25 3.2002 11.25C5.45994 11.2495 6.85569 11.2492 8.07148 11.8571C9.28727 12.465 10.1245 13.5818 11.4799 15.3899C11.5195 15.4427 11.5595 15.4961 11.6 15.5501C12.9899 17.4033 14.4687 18.3061 16.119 18.7652C17.8145 19.2368 19.7134 19.2501 22 19.2501C22.4142 19.2501 22.75 19.5858 22.75 20.0001C22.75 20.4143 22.4142 20.7501 22 20.7501C19.7592 20.7501 17.6459 20.7469 15.717 20.2103C13.7431 19.6612 11.9855 18.5641 10.4 16.4501C8.88269 14.427 8.26082 13.6288 7.40066 13.1987Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.99952 3.25001C8.29663 3.25001 8.59625 3.29449 8.86871 3.42802C9.15646 3.56904 9.36491 3.78549 9.50211 4.04358C9.74058 4.49218 9.74952 5.05996 9.74952 5.50001C9.74952 5.94007 9.74058 6.50784 9.50211 6.95644C9.36491 7.21454 9.15646 7.43099 8.86871 7.57201C8.59625 7.70554 8.29663 7.75001 7.99952 7.75001H3.24951L3.24951 10.75C5.32165 10.7501 6.71199 10.7732 7.93279 11.3836C9.20257 12.0184 10.074 13.1813 11.4012 14.9522L11.5495 15.1501C12.9068 16.9599 14.3392 17.8303 15.9356 18.2744C17.5922 18.7352 19.4553 18.7501 21.7495 18.7501C22.3018 18.7501 22.7495 19.1978 22.7495 19.7501C22.7495 20.3024 22.3018 20.7501 21.7495 20.7501C19.5164 20.7501 17.3673 20.7486 15.3996 20.2013C13.3716 19.6371 11.5676 18.5076 9.94951 16.3501C8.41714 14.307 7.83334 13.5699 7.03837 13.1724C6.25522 12.7808 5.33141 12.7509 2.86248 12.7501C2.3102 12.7501 1.24951 12.5123 1.24951 11.96V5.45C1.24951 5.18409 1.26012 4.91291 1.30577 4.66359C1.35184 4.41189 1.44653 4.10693 1.67104 3.83752C2.14401 3.26995 2.854 3.25 3.24951 3.25C3.28656 3.25 3.32313 3.25201 3.35913 3.25594C3.47033 3.24992 3.58676 3.24996 3.69368 3.25001L7.99952 3.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.7386 14.3047C18.3204 14.1303 18.8541 14.4074 19.274 14.6534L20.6629 15.4674C21.1529 15.7546 21.6302 16.1181 21.7315 16.7494C21.7758 17.0254 21.7347 17.2863 21.6866 17.4992C21.6485 17.6681 21.5921 17.8609 21.5358 18.0533L21.4957 18.1911C21.3413 18.7248 21.4593 19.3488 21.6144 19.6765C21.7247 19.9096 21.7075 20.1832 21.5688 20.4006C21.43 20.6181 21.1892 20.7491 20.9313 20.7473C17.9324 20.7266 15.178 20.5545 12.7366 18.7925C12.5008 18.6223 12.3846 18.3311 12.4386 18.0453C12.4925 17.7595 12.7068 17.5307 12.9884 17.4581C14.7354 17.0078 15.9416 16.0492 16.6123 15.237C16.769 15.0472 16.9281 14.8577 17.0867 14.7066C17.248 14.553 17.4597 14.3882 17.7386 14.3047Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.42287 11.521C1.56536 11.3493 1.77689 11.25 2.00001 11.25C3.52943 11.25 4.70759 11.3348 5.56562 11.4434C6.40356 11.5496 6.98033 11.6838 7.27975 11.8041C7.54391 11.9103 7.72517 12.1569 7.74766 12.4407C7.77016 12.7246 7.63001 12.9966 7.38588 13.1431C6.99442 13.378 6.64328 13.8011 6.34197 14.397C6.04314 14.988 5.82014 15.6962 5.65686 16.4252C5.33028 17.8833 5.26542 19.3186 5.25292 19.8222C5.23987 20.3479 4.80895 20.75 4.30001 20.75H3.66599C3.20884 20.75 2.81651 20.4244 2.73226 19.9751L1.26285 12.1382C1.22173 11.9189 1.28039 11.6927 1.42287 11.521Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-high-heels{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.41841 1.32121L8.4171 1.32067C8.4056 1.31585 8.32844 1.28356 8.23539 1.26575C8.12559 1.24475 8.03113 1.2486 7.96375 1.25539L7.94376 1.25732L7.93153 1.2582C7.9236 1.25884 7.89318 1.26126 7.85504 1.2683C7.80818 1.27696 7.7446 1.2933 7.6742 1.32614C7.64221 1.34106 7.61708 1.35554 7.60079 1.36548C7.59297 1.37025 7.5868 1.3742 7.58338 1.37642L7.57939 1.37902L7.57813 1.37985C7.38135 1.50966 7.28758 1.68751 7.24338 1.81093C7.20368 1.92178 7.19118 2.02491 7.18591 2.07049C7.17963 2.12469 7.17664 2.15827 7.17441 2.18324L7.17441 2.18327V2.18327C7.17115 2.21987 7.16954 2.23797 7.16164 2.27544C7.08002 2.66266 6.93569 3.18849 6.69813 3.66991C6.45602 4.16055 6.15686 4.52479 5.80825 4.70536C4.98029 5.13421 4.16843 5.79583 3.53144 6.57237C2.89783 7.34478 2.39644 8.28155 2.26971 9.27029C2.16503 10.087 2.49128 10.7289 2.91587 11.2003C3.32031 11.6492 3.84892 11.9838 4.24681 12.2276C6.56897 13.6506 7.82896 16.0493 8.91895 18.2713L9.05883 18.5571L9.05884 18.5572C9.53664 19.5345 10.007 20.4966 10.5324 21.2223C11.1117 22.0224 11.8831 22.7106 12.9819 22.7182L12.9866 22.7184L13.0454 22.7208C13.0965 22.7229 13.1708 22.7257 13.2654 22.7288C13.4544 22.7349 13.7245 22.742 14.0514 22.7463C14.7039 22.7548 15.5881 22.7517 16.5072 22.7051C17.4209 22.6586 18.3948 22.5679 19.2172 22.3941C19.6278 22.3073 20.0245 22.195 20.366 22.0451C20.695 21.9007 21.0483 21.6893 21.2852 21.3621C21.7597 20.7067 21.9055 19.9936 21.564 19.3315C21.2727 18.7669 20.7023 18.4112 20.2182 18.177C19.7084 17.9305 19.1297 17.7437 18.6558 17.5956L18.5248 17.5547C18.0768 17.415 17.7869 17.3245 17.6348 17.2457C16.8274 16.8275 16.1954 15.9355 15.8869 14.5149C15.5787 13.096 15.6161 11.2296 16.0864 9.04084C16.6843 6.25828 16.4713 4.3786 16.3152 3.57555C16.2309 3.14161 15.8554 3.00407 15.8008 2.98406C15.6955 2.94548 15.5942 2.93138 15.5409 2.92478C15.4293 2.91094 15.2829 2.9039 15.1434 2.89718L15.1185 2.89598C14.8048 2.88084 14.3592 2.85933 13.7697 2.78584C12.5865 2.63834 10.7991 2.27798 8.41841 1.32121ZM6.14472 11.7455C6.85157 11.3805 7.42322 10.9781 7.72586 10.672C8.37925 10.011 7.76659 9.43283 6.94101 8.65368C6.41025 8.15277 5.79148 7.5688 5.36455 6.82641C5.12432 7.03916 4.89645 7.274 4.6909 7.52458C4.17297 8.15597 3.83759 8.83654 3.75753 9.46121C3.72356 9.72621 3.80829 9.94922 4.03006 10.1954C4.27199 10.464 4.62514 10.6995 5.03019 10.9477C5.42859 11.1918 5.7991 11.4595 6.14472 11.7455ZM7.93794 4.53684C7.97506 4.46897 8.01008 4.40134 8.04312 4.33437C8.2755 3.86345 8.4326 3.37997 8.53725 2.97706C10.7127 3.79119 12.3989 4.12743 13.5843 4.27519C14.1543 4.34625 14.6037 4.37307 14.9223 4.38905C14.967 4.78098 14.9993 5.31393 14.9756 5.9797C12.406 6.09235 9.66662 5.39012 7.93794 4.53684ZM17.1616 18.6774C16.555 19.2687 16.0197 20.0895 16.0012 21.2249C16.1432 21.2197 16.2868 21.2134 16.4312 21.2061C17.3137 21.1613 18.1975 21.0756 18.9072 20.9257C19.2625 20.8505 19.5505 20.7641 19.7636 20.6706C19.9893 20.5715 20.0608 20.4949 20.0704 20.4816C20.3104 20.1501 20.2444 20.0419 20.2324 20.0221L20.231 20.0199C20.1746 19.9104 19.9888 19.7331 19.5654 19.5283C19.1677 19.336 18.6876 19.1779 18.2086 19.0282L18.0503 18.979C17.7484 18.8856 17.423 18.7848 17.1616 18.6774Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.41841 1.32121L8.4171 1.32067C8.4056 1.31585 8.32844 1.28356 8.23539 1.26575C8.12559 1.24475 8.03113 1.2486 7.96375 1.25539L7.94376 1.25732L7.93153 1.2582C7.9236 1.25884 7.89318 1.26126 7.85504 1.2683C7.80818 1.27696 7.7446 1.2933 7.6742 1.32614C7.64221 1.34106 7.61708 1.35554 7.60079 1.36548C7.59297 1.37025 7.5868 1.3742 7.58338 1.37642L7.57939 1.37902L7.57813 1.37985C7.38135 1.50966 7.28758 1.68751 7.24338 1.81093C7.20368 1.92178 7.19118 2.02491 7.18591 2.07049C7.17963 2.12469 7.17664 2.15827 7.17441 2.18324L7.17441 2.18327V2.18327C7.17115 2.21987 7.16954 2.23797 7.16164 2.27544C7.08002 2.66266 6.93569 3.18849 6.69813 3.66991C6.45602 4.16055 6.15686 4.52479 5.80825 4.70536C4.98029 5.13421 4.16843 5.79583 3.53144 6.57237C2.89783 7.34478 2.39644 8.28155 2.26971 9.27029C2.16503 10.087 2.49128 10.7289 2.91587 11.2003C3.32031 11.6492 3.84892 11.9838 4.24681 12.2276C6.56897 13.6506 7.82896 16.0493 8.91895 18.2713L9.05883 18.5571L9.05884 18.5572C9.53664 19.5345 10.007 20.4966 10.5324 21.2223C11.1117 22.0224 11.8831 22.7106 12.9819 22.7182L12.9866 22.7184L13.0454 22.7208C13.0965 22.7229 13.1708 22.7257 13.2654 22.7288C13.4544 22.7349 13.7245 22.742 14.0514 22.7463C14.7039 22.7548 15.5881 22.7517 16.5072 22.7051C17.4209 22.6586 18.3948 22.5679 19.2172 22.3941C19.6278 22.3073 20.0245 22.195 20.366 22.0451C20.695 21.9007 21.0483 21.6893 21.2852 21.3621C21.7597 20.7067 21.9055 19.9936 21.564 19.3315C21.2727 18.7669 20.7023 18.4112 20.2182 18.177C19.7084 17.9305 19.1297 17.7437 18.6558 17.5956L18.5248 17.5547C18.0768 17.415 17.7869 17.3245 17.6348 17.2457C16.8274 16.8275 16.1954 15.9355 15.8869 14.5149C15.5787 13.096 15.6161 11.2296 16.0864 9.04084C16.6843 6.25828 16.4713 4.3786 16.3152 3.57555C16.2309 3.14161 15.8554 3.00407 15.8008 2.98406C15.6955 2.94548 15.5942 2.93138 15.5409 2.92478C15.4293 2.91094 15.2829 2.9039 15.1434 2.89718L15.1185 2.89598C14.8048 2.88084 14.3592 2.85933 13.7697 2.78584C12.5865 2.63834 10.7991 2.27798 8.41841 1.32121ZM6.14472 11.7455C6.85157 11.3805 7.42322 10.9781 7.72586 10.672C8.37925 10.011 7.76659 9.43283 6.94101 8.65368C6.41025 8.15277 5.79148 7.5688 5.36455 6.82641C5.12432 7.03916 4.89645 7.274 4.6909 7.52458C4.17297 8.15597 3.83759 8.83654 3.75753 9.46121C3.72356 9.72621 3.80829 9.94922 4.03006 10.1954C4.27199 10.464 4.62514 10.6995 5.03019 10.9477C5.42859 11.1918 5.7991 11.4595 6.14472 11.7455ZM7.93794 4.53684C7.97506 4.46897 8.01008 4.40134 8.04312 4.33437C8.2755 3.86345 8.4326 3.37997 8.53725 2.97706C10.7127 3.79119 12.3989 4.12743 13.5843 4.27519C14.1543 4.34625 14.6037 4.37307 14.9223 4.38905C14.967 4.78098 14.9993 5.31393 14.9756 5.9797C12.406 6.09235 9.66662 5.39012 7.93794 4.53684ZM17.1616 18.6774C16.555 19.2687 16.0197 20.0895 16.0012 21.2249C16.1432 21.2197 16.2868 21.2134 16.4312 21.2061C17.3137 21.1613 18.1975 21.0756 18.9072 20.9257C19.2625 20.8505 19.5505 20.7641 19.7636 20.6706C19.9893 20.5715 20.0608 20.4949 20.0704 20.4816C20.3104 20.1501 20.2444 20.0419 20.2324 20.0221L20.231 20.0199C20.1746 19.9104 19.9888 19.7331 19.5654 19.5283C19.1677 19.336 18.6876 19.1779 18.2086 19.0282L18.0503 18.979C17.7484 18.8856 17.423 18.7848 17.1616 18.6774Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-hoodie{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.30446 4.80608C9.72714 2.06464 14.2729 2.06464 16.6955 4.80608C16.9883 5.13734 17.1295 5.30275 17.2067 5.4388C17.2372 5.49268 17.2448 5.52147 17.2475 5.5357C17.2499 5.54851 17.2531 5.57438 17.2436 5.62795L17.2426 5.63387C17.2371 5.66652 17.2324 5.69417 17.1317 5.76883C17.1093 5.7855 17.0849 5.80227 17.0583 5.81945C16.9088 5.87191 16.7736 5.93808 16.6455 6.00076L14.0639 7.25626L14.624 6.41603C14.8538 6.07138 14.7607 5.60573 14.416 5.37596C14.0714 5.1462 13.6057 5.23933 13.376 5.58397L12 7.64792L10.624 5.58397C10.3943 5.23933 9.92862 5.1462 9.58398 5.37596C9.23933 5.60573 9.1462 6.07138 9.37596 6.41603L9.93679 7.25726L7.3531 6.00076C7.22589 5.93851 7.09166 5.87282 6.94342 5.82053C6.91612 5.80298 6.8912 5.78585 6.86826 5.76883C6.76756 5.69417 6.76292 5.66652 6.75744 5.63387L6.75642 5.62795C6.74692 5.57438 6.75012 5.54851 6.75251 5.5357C6.75517 5.52147 6.76276 5.49268 6.79332 5.4388C6.87048 5.30275 7.01171 5.13734 7.30446 4.80608ZM5.31033 6.03086C5.29838 5.9853 5.28806 5.93833 5.27947 5.88988C5.19983 5.44084 5.28558 5.05667 5.48858 4.69877C5.65263 4.40952 5.90343 4.12598 6.14505 3.85282L6.18047 3.81278C9.2002 0.395741 14.7998 0.395742 17.8195 3.81278L17.8549 3.85282C18.0966 4.12598 18.3474 4.40952 18.5114 4.69877C18.7144 5.05667 18.8002 5.44084 18.7205 5.88988C18.7119 5.93855 18.7015 5.98573 18.6895 6.03148C19.8898 6.64411 20.9733 7.83646 21.6508 8.74358C22.1573 9.4213 22.5177 9.90357 22.6841 10.7343C22.8508 11.5667 22.6707 12.2766 22.4165 13.2783L22.3882 13.3901L21.0889 18.5212C20.9915 18.9062 20.7806 19.2291 20.4624 19.4487C20.1573 19.6592 19.811 19.7355 19.4961 19.7466C19.2512 19.7553 18.9983 19.7259 18.7476 19.6699C18.7394 20.0046 18.6975 20.3622 18.5348 20.6975C18.3346 21.1101 18.0038 21.3892 17.5993 21.6064C16.1398 22.3903 14.0305 22.7481 11.9993 22.7481C9.96813 22.7481 7.8588 22.3903 6.39934 21.6064C5.9948 21.3892 5.66402 21.1101 5.46383 20.6975C5.27661 20.3116 5.24931 19.8962 5.24931 19.5202L5.24931 19.5174C5.037 19.6032 4.82202 19.6602 4.60855 19.6829C4.2638 19.7196 3.88757 19.6684 3.55646 19.4555C3.21746 19.2374 3.0059 18.9012 2.90967 18.5212L1.5821 13.2783C1.32796 12.2766 1.14785 11.5667 1.31456 10.7343C1.48092 9.90358 1.84134 9.42131 2.34782 8.74359C3.02557 7.83616 4.10956 6.6433 5.31033 6.03086ZM10 16.25C10.4142 16.25 10.75 16.5858 10.75 17C10.75 18.1814 10.1509 18.9098 9.53033 19.5303C9.23744 19.8232 8.76256 19.8232 8.46967 19.5303C8.17678 19.2374 8.17678 18.7626 8.46967 18.4697C9.01105 17.9283 9.25 17.5681 9.25 17C9.25 16.5858 9.58579 16.25 10 16.25ZM14 16.25C14.4142 16.25 14.75 16.5858 14.75 17C14.75 17.5681 14.989 17.9283 15.5303 18.4697C15.8232 18.7626 15.8232 19.2374 15.5303 19.5303C15.2374 19.8232 14.7626 19.8232 14.4697 19.5303C13.8491 18.9098 13.25 18.1814 13.25 17C13.25 16.5858 13.5858 16.25 14 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.30446 4.80608C9.72714 2.06464 14.2729 2.06464 16.6955 4.80608C16.9883 5.13734 17.1295 5.30275 17.2067 5.4388C17.2372 5.49268 17.2448 5.52147 17.2475 5.5357C17.2499 5.54851 17.2531 5.57438 17.2436 5.62795L17.2426 5.63387C17.2371 5.66652 17.2324 5.69417 17.1317 5.76883C17.1093 5.7855 17.0849 5.80227 17.0583 5.81945C16.9088 5.87191 16.7736 5.93808 16.6455 6.00076L14.0639 7.25626L14.624 6.41603C14.8538 6.07138 14.7607 5.60573 14.416 5.37596C14.0714 5.1462 13.6057 5.23933 13.376 5.58397L12 7.64792L10.624 5.58397C10.3943 5.23933 9.92862 5.1462 9.58398 5.37596C9.23933 5.60573 9.1462 6.07138 9.37596 6.41603L9.93679 7.25726L7.3531 6.00076C7.22589 5.93851 7.09166 5.87282 6.94342 5.82053C6.91612 5.80298 6.8912 5.78585 6.86826 5.76883C6.76756 5.69417 6.76292 5.66652 6.75744 5.63387L6.75642 5.62795C6.74692 5.57438 6.75012 5.54851 6.75251 5.5357C6.75517 5.52147 6.76276 5.49268 6.79332 5.4388C6.87048 5.30275 7.01171 5.13734 7.30446 4.80608ZM5.31033 6.03086C5.29838 5.9853 5.28806 5.93833 5.27947 5.88988C5.19983 5.44084 5.28558 5.05667 5.48858 4.69877C5.65263 4.40952 5.90343 4.12598 6.14505 3.85282L6.18047 3.81278C9.2002 0.395741 14.7998 0.395742 17.8195 3.81278L17.8549 3.85282C18.0966 4.12598 18.3474 4.40952 18.5114 4.69877C18.7144 5.05667 18.8002 5.44084 18.7205 5.88988C18.7119 5.93855 18.7015 5.98573 18.6895 6.03148C19.8898 6.64411 20.9733 7.83646 21.6508 8.74358C22.1573 9.4213 22.5177 9.90357 22.6841 10.7343C22.8508 11.5667 22.6707 12.2766 22.4165 13.2783L22.3882 13.3901L21.0889 18.5212C20.9915 18.9062 20.7806 19.2291 20.4624 19.4487C20.1573 19.6592 19.811 19.7355 19.4961 19.7466C19.2512 19.7553 18.9983 19.7259 18.7476 19.6699C18.7394 20.0046 18.6975 20.3622 18.5348 20.6975C18.3346 21.1101 18.0038 21.3892 17.5993 21.6064C16.1398 22.3903 14.0305 22.7481 11.9993 22.7481C9.96813 22.7481 7.8588 22.3903 6.39934 21.6064C5.9948 21.3892 5.66402 21.1101 5.46383 20.6975C5.27661 20.3116 5.24931 19.8962 5.24931 19.5202L5.24931 19.5174C5.037 19.6032 4.82202 19.6602 4.60855 19.6829C4.2638 19.7196 3.88757 19.6684 3.55646 19.4555C3.21746 19.2374 3.0059 18.9012 2.90967 18.5212L1.5821 13.2783C1.32796 12.2766 1.14785 11.5667 1.31456 10.7343C1.48092 9.90358 1.84134 9.42131 2.34782 8.74359C3.02557 7.83616 4.10956 6.6433 5.31033 6.03086ZM10 16.25C10.4142 16.25 10.75 16.5858 10.75 17C10.75 18.1814 10.1509 18.9098 9.53033 19.5303C9.23744 19.8232 8.76256 19.8232 8.46967 19.5303C8.17678 19.2374 8.17678 18.7626 8.46967 18.4697C9.01105 17.9283 9.25 17.5681 9.25 17C9.25 16.5858 9.58579 16.25 10 16.25ZM14 16.25C14.4142 16.25 14.75 16.5858 14.75 17C14.75 17.5681 14.989 17.9283 15.5303 18.4697C15.8232 18.7626 15.8232 19.2374 15.5303 19.5303C15.2374 19.8232 14.7626 19.8232 14.4697 19.5303C13.8491 18.9098 13.25 18.1814 13.25 17C13.25 16.5858 13.5858 16.25 14 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-jogger-pants{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.8933 1.25001L7.84904 1.25C7.40315 1.24996 6.9981 1.24991 6.66933 1.29297C6.31011 1.34 5.93092 1.45015 5.61728 1.75562C5.30089 2.06378 5.18406 2.44103 5.13449 2.80018C5.08974 3.12432 5.08979 3.52236 5.08985 3.95445L5.08985 4.00001V4.93499L2.43843 19.5686C2.4249 19.6432 2.41039 19.7195 2.39563 19.7971C2.2472 20.5774 2.074 21.4878 2.62908 22.1322C2.95424 22.5097 3.38544 22.6423 3.78929 22.6982C4.16346 22.7501 4.63327 22.7501 5.15853 22.75C5.35742 22.75 5.55805 22.754 5.75938 22.7579H5.75946H5.75953C6.28011 22.7682 6.80539 22.7786 7.31746 22.7208C8.37168 22.6019 8.75171 21.7743 9.04394 20.8488L10.7532 15.4385C11.0221 14.5872 11.3188 13.759 11.6352 12.9332C11.7871 12.5367 11.8631 12.3384 12.0006 12.3384C12.1382 12.3384 12.2141 12.5367 12.3661 12.9332C12.6824 13.759 12.9792 14.5872 13.2481 15.4385L14.9573 20.8488C15.2496 21.7743 15.6296 22.6019 16.6838 22.7208C17.1959 22.7786 17.7212 22.7682 18.2417 22.7579H18.2418H18.2419C18.4432 22.754 18.6439 22.75 18.8427 22.75C19.368 22.7501 19.8378 22.7501 20.212 22.6982C20.6158 22.6423 21.047 22.5097 21.3722 22.1322C21.9273 21.4878 21.7541 20.5774 21.6056 19.7971C21.5909 19.7195 21.5764 19.6432 21.5628 19.5686L18.9106 4.93022L18.9106 3.95444C18.9106 3.52236 18.9107 3.12432 18.8659 2.80018C18.8163 2.44103 18.6995 2.06378 18.3831 1.75562C18.0695 1.45015 17.6903 1.34 17.3311 1.29297C17.0023 1.24991 16.5973 1.24996 16.1514 1.25L7.8933 1.25001ZM17.4106 4.25001V4.00001C17.4106 3.50685 17.4089 3.21442 17.38 3.00529C17.3668 2.90986 17.3514 2.86292 17.3428 2.84246C17.3408 2.83771 17.3393 2.83464 17.3383 2.83291L17.337 2.83064C17.336 2.82966 17.3352 2.82895 17.3343 2.82837C17.3332 2.82764 17.328 2.82447 17.3163 2.81976C17.2905 2.80943 17.2376 2.79353 17.1363 2.78027C16.9168 2.75152 16.6118 2.75001 16.1071 2.75001H7.8933C7.38863 2.75001 7.08364 2.75152 6.86408 2.78027C6.76279 2.79353 6.70993 2.80943 6.68414 2.81976C6.67239 2.82447 6.66725 2.82764 6.66611 2.82837C6.66521 2.82895 6.66487 2.8292 6.66386 2.83018L6.66208 2.83291C6.66115 2.83464 6.65961 2.83771 6.65761 2.84246C6.64897 2.86292 6.63357 2.90986 6.6204 3.00529C6.59153 3.21442 6.58985 3.50685 6.58985 4.00001V4.25L17.4106 4.25001ZM10.536 5.75001H13.3248L15.6433 9.61414C15.8564 9.96932 15.7413 10.43 15.3861 10.6431C15.0309 10.8562 14.5702 10.7411 14.3571 10.3859L12.2558 6.88375C12.1146 6.64847 12.0441 6.53083 11.9364 6.52632C11.8287 6.52182 11.7485 6.63315 11.5882 6.85582L10.6089 8.21601C10.3668 8.55216 9.89812 8.62846 9.56198 8.38644C9.22583 8.14441 9.14953 7.67571 9.39155 7.33956L10.536 5.75001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.8933 1.25001L7.84904 1.25C7.40315 1.24996 6.9981 1.24991 6.66933 1.29297C6.31011 1.34 5.93092 1.45015 5.61728 1.75562C5.30089 2.06378 5.18406 2.44103 5.13449 2.80018C5.08974 3.12432 5.08979 3.52236 5.08985 3.95445L5.08985 4.00001V4.93499L2.43843 19.5686C2.4249 19.6432 2.41039 19.7195 2.39563 19.7971C2.2472 20.5774 2.074 21.4878 2.62908 22.1322C2.95424 22.5097 3.38544 22.6423 3.78929 22.6982C4.16346 22.7501 4.63327 22.7501 5.15853 22.75C5.35742 22.75 5.55805 22.754 5.75938 22.7579H5.75946H5.75953C6.28011 22.7682 6.80539 22.7786 7.31746 22.7208C8.37168 22.6019 8.75171 21.7743 9.04394 20.8488L10.7532 15.4385C11.0221 14.5872 11.3188 13.759 11.6352 12.9332C11.7871 12.5367 11.8631 12.3384 12.0006 12.3384C12.1382 12.3384 12.2141 12.5367 12.3661 12.9332C12.6824 13.759 12.9792 14.5872 13.2481 15.4385L14.9573 20.8488C15.2496 21.7743 15.6296 22.6019 16.6838 22.7208C17.1959 22.7786 17.7212 22.7682 18.2417 22.7579H18.2418H18.2419C18.4432 22.754 18.6439 22.75 18.8427 22.75C19.368 22.7501 19.8378 22.7501 20.212 22.6982C20.6158 22.6423 21.047 22.5097 21.3722 22.1322C21.9273 21.4878 21.7541 20.5774 21.6056 19.7971C21.5909 19.7195 21.5764 19.6432 21.5628 19.5686L18.9106 4.93022L18.9106 3.95444C18.9106 3.52236 18.9107 3.12432 18.8659 2.80018C18.8163 2.44103 18.6995 2.06378 18.3831 1.75562C18.0695 1.45015 17.6903 1.34 17.3311 1.29297C17.0023 1.24991 16.5973 1.24996 16.1514 1.25L7.8933 1.25001ZM17.4106 4.25001V4.00001C17.4106 3.50685 17.4089 3.21442 17.38 3.00529C17.3668 2.90986 17.3514 2.86292 17.3428 2.84246C17.3408 2.83771 17.3393 2.83464 17.3383 2.83291L17.337 2.83064C17.336 2.82966 17.3352 2.82895 17.3343 2.82837C17.3332 2.82764 17.328 2.82447 17.3163 2.81976C17.2905 2.80943 17.2376 2.79353 17.1363 2.78027C16.9168 2.75152 16.6118 2.75001 16.1071 2.75001H7.8933C7.38863 2.75001 7.08364 2.75152 6.86408 2.78027C6.76279 2.79353 6.70993 2.80943 6.68414 2.81976C6.67239 2.82447 6.66725 2.82764 6.66611 2.82837C6.66521 2.82895 6.66487 2.8292 6.66386 2.83018L6.66208 2.83291C6.66115 2.83464 6.65961 2.83771 6.65761 2.84246C6.64897 2.86292 6.63357 2.90986 6.6204 3.00529C6.59153 3.21442 6.58985 3.50685 6.58985 4.00001V4.25L17.4106 4.25001ZM10.536 5.75001H13.3248L15.6433 9.61414C15.8564 9.96932 15.7413 10.43 15.3861 10.6431C15.0309 10.8562 14.5702 10.7411 14.3571 10.3859L12.2558 6.88375C12.1146 6.64847 12.0441 6.53083 11.9364 6.52632C11.8287 6.52182 11.7485 6.63315 11.5882 6.85582L10.6089 8.21601C10.3668 8.55216 9.89812 8.62846 9.56198 8.38644C9.22583 8.14441 9.14953 7.67571 9.39155 7.33956L10.536 5.75001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-kurta{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.16609 1.28695C8.93771 1.21249 8.68748 1.25192 8.49307 1.39302C8.29866 1.53411 8.18359 1.75979 8.18359 2.00001V4.48806L6.9606 4.96658C5.54769 5.51941 4.509 6.06247 3.81257 6.95151C3.11344 7.84399 2.8419 8.97847 2.67035 10.4886L2.30618 13.6947C2.25175 14.1738 2.22848 14.6126 2.27471 14.9953C2.32204 15.387 2.44912 15.7771 2.74362 16.0933C3.03564 16.4069 3.41361 16.563 3.79367 16.6457C4.16781 16.7271 4.60467 16.7502 5.08351 16.7502H5.93024L5.75496 20.9271C5.7452 21.1596 5.74666 21.3989 5.78695 21.6199C5.82882 21.8497 5.92138 22.1088 6.13202 22.3256C6.34196 22.5418 6.59729 22.6418 6.82309 22.6914C7.04114 22.7393 7.279 22.7502 7.51058 22.7502H16.4894C16.7209 22.7502 16.9588 22.7393 17.1768 22.6914C17.4027 22.6418 17.658 22.5418 17.8679 22.3256C18.0786 22.1088 18.1711 21.8497 18.213 21.6199C18.2533 21.3989 18.2547 21.1596 18.245 20.9271L18.0697 16.7502H18.9164C19.3953 16.7502 19.8321 16.7271 20.2063 16.6457C20.5863 16.563 20.9643 16.4069 21.2563 16.0933C21.5508 15.7771 21.6779 15.387 21.7252 14.9953C21.7715 14.6126 21.7482 14.1738 21.6938 13.6947L21.3296 10.4886C21.158 8.97847 20.8865 7.84399 20.1874 6.95151C19.4909 6.06247 18.4523 5.51941 17.0393 4.96658L15.8175 4.48851V2.00001C15.8175 1.75979 15.7024 1.53411 15.508 1.39302C15.3136 1.25192 15.0634 1.21249 14.835 1.28695C14.5771 1.37103 14.3162 1.46756 14.0679 1.55941L14.0627 1.56136C13.808 1.65558 13.5646 1.74553 13.3218 1.82542C12.832 1.98655 12.3979 2.08773 12.0005 2.08773C11.6032 2.08773 11.1691 1.98655 10.6793 1.82542C10.4365 1.74553 10.1931 1.65558 9.93842 1.56136L9.93316 1.55941C9.68488 1.46756 9.42396 1.37103 9.16609 1.28695ZM14.3175 4.43712V3.06601C14.1464 3.12848 13.9694 3.19148 13.7905 3.2503C13.2482 3.4287 12.6355 3.58773 12.0005 3.58773C11.3656 3.58773 10.7529 3.4287 10.2105 3.2503C10.0317 3.19148 9.85473 3.12848 9.68359 3.06601V4.43751L11.25 4.95964V9.00057V9.00165V11.5004V11.5018V13.0011C11.25 13.4153 11.5858 13.7511 12 13.7511C12.4142 13.7511 12.75 13.4153 12.75 13.0011V12.2511H13C13.4142 12.2511 13.75 11.9153 13.75 11.5011C13.75 11.0869 13.4142 10.7511 13 10.7511H12.75V8.75111H13C13.4142 8.75111 13.75 8.41533 13.75 8.00111C13.75 7.5869 13.4142 7.25111 13 7.25111H12.75V4.95962L14.3175 4.43712Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.16609 1.28695C8.93771 1.21249 8.68748 1.25192 8.49307 1.39302C8.29866 1.53411 8.18359 1.75979 8.18359 2.00001V4.48806L6.9606 4.96658C5.54769 5.51941 4.509 6.06247 3.81257 6.95151C3.11344 7.84399 2.8419 8.97847 2.67035 10.4886L2.30618 13.6947C2.25175 14.1738 2.22848 14.6126 2.27471 14.9953C2.32204 15.387 2.44912 15.7771 2.74362 16.0933C3.03564 16.4069 3.41361 16.563 3.79367 16.6457C4.16781 16.7271 4.60467 16.7502 5.08351 16.7502H5.93024L5.75496 20.9271C5.7452 21.1596 5.74666 21.3989 5.78695 21.6199C5.82882 21.8497 5.92138 22.1088 6.13202 22.3256C6.34196 22.5418 6.59729 22.6418 6.82309 22.6914C7.04114 22.7393 7.279 22.7502 7.51058 22.7502H16.4894C16.7209 22.7502 16.9588 22.7393 17.1768 22.6914C17.4027 22.6418 17.658 22.5418 17.8679 22.3256C18.0786 22.1088 18.1711 21.8497 18.213 21.6199C18.2533 21.3989 18.2547 21.1596 18.245 20.9271L18.0697 16.7502H18.9164C19.3953 16.7502 19.8321 16.7271 20.2063 16.6457C20.5863 16.563 20.9643 16.4069 21.2563 16.0933C21.5508 15.7771 21.6779 15.387 21.7252 14.9953C21.7715 14.6126 21.7482 14.1738 21.6938 13.6947L21.3296 10.4886C21.158 8.97847 20.8865 7.84399 20.1874 6.95151C19.4909 6.06247 18.4523 5.51941 17.0393 4.96658L15.8175 4.48851V2.00001C15.8175 1.75979 15.7024 1.53411 15.508 1.39302C15.3136 1.25192 15.0634 1.21249 14.835 1.28695C14.5771 1.37103 14.3162 1.46756 14.0679 1.55941L14.0627 1.56136C13.808 1.65558 13.5646 1.74553 13.3218 1.82542C12.832 1.98655 12.3979 2.08773 12.0005 2.08773C11.6032 2.08773 11.1691 1.98655 10.6793 1.82542C10.4365 1.74553 10.1931 1.65558 9.93842 1.56136L9.93316 1.55941C9.68488 1.46756 9.42396 1.37103 9.16609 1.28695ZM14.3175 4.43712V3.06601C14.1464 3.12848 13.9694 3.19148 13.7905 3.2503C13.2482 3.4287 12.6355 3.58773 12.0005 3.58773C11.3656 3.58773 10.7529 3.4287 10.2105 3.2503C10.0317 3.19148 9.85473 3.12848 9.68359 3.06601V4.43751L11.25 4.95964V9.00057V9.00165V11.5004V11.5018V13.0011C11.25 13.4153 11.5858 13.7511 12 13.7511C12.4142 13.7511 12.75 13.4153 12.75 13.0011V12.2511H13C13.4142 12.2511 13.75 11.9153 13.75 11.5011C13.75 11.0869 13.4142 10.7511 13 10.7511H12.75V8.75111H13C13.4142 8.75111 13.75 8.41533 13.75 8.00111C13.75 7.5869 13.4142 7.25111 13 7.25111H12.75V4.95962L14.3175 4.43712Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-long-sleeve-shirt{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7878 1.25107C14.7305 1.24988 14.6741 1.24996 14.6189 1.25004L9.38091 1.25004C9.31173 1.24994 9.24065 1.24984 9.16849 1.25224L10.1893 3.11696C10.3404 3.36572 10.5048 3.6112 10.6664 3.8106C10.8407 4.02552 10.9611 4.12287 11.012 4.14984C11.0836 4.18777 11.1919 4.21927 11.3679 4.23545C11.5226 4.24968 11.8001 4.24911 12.0004 4.24863C12.2007 4.24911 12.4782 4.24968 12.6329 4.23545C12.809 4.21927 12.9172 4.18777 12.9888 4.14984C13.0397 4.12287 13.1601 4.02552 13.3344 3.8106C13.496 3.6112 13.6604 3.36572 13.8115 3.11696L14.7878 1.25107ZM7.72922 1.74596L5.58779 2.71569C4.46158 3.22498 3.67934 3.57871 3.13246 4.22033C2.58524 4.86236 2.36139 5.68967 2.0395 6.87932L1.444 9.07564C1.34528 9.43909 1.26723 9.72642 1.25259 10.0247C1.23794 10.323 1.28747 10.6166 1.35012 10.9879L2.4405 17.4675C2.53162 18.0091 2.65005 18.5666 2.95912 18.9892C3.32032 19.4832 3.8392 19.6762 4.41696 19.7378C4.72517 19.7706 5.00538 19.729 5.25119 19.6583L5.592 13.9407C5.67254 12.1883 5.70487 11.4201 5.6157 10.6686C5.51149 9.79024 5.25779 8.94604 4.9802 8.02235C4.91695 7.81187 4.85245 7.59725 4.7882 7.37716C4.65722 6.92848 4.86959 6.4435 5.26254 6.29393C5.6555 6.14437 6.08024 6.38686 6.21123 6.83555C6.26533 7.02088 6.32296 7.21186 6.38204 7.40768C6.6626 8.3375 6.9761 9.37651 7.10213 10.4386C7.2124 11.368 7.16936 12.3038 7.09424 13.9368L6.74975 21.4314C6.75029 21.59 6.75677 21.7059 6.76646 21.7921C8.20002 22.4484 10.1329 22.7502 11.9999 22.7502C13.8667 22.7502 15.7994 22.4485 17.2329 21.7923C17.2426 21.706 17.2491 21.5901 17.2497 21.4314L16.9052 13.9368L16.9052 13.9368C16.8301 12.3038 16.787 11.368 16.8973 10.4386C17.0233 9.3765 17.3368 8.33757 17.6174 7.40775C17.6765 7.21191 17.7341 7.0209 17.7882 6.83555C17.9192 6.38686 18.3439 6.14437 18.7369 6.29393C19.1298 6.4435 19.3422 6.92848 19.2112 7.37717C19.147 7.59724 19.0825 7.81184 19.0192 8.02231C18.7416 8.94601 18.4879 9.79023 18.3837 10.6686C18.2946 11.4201 18.3269 12.1883 18.4074 13.9407L18.7485 19.6621C19.0001 19.732 19.2793 19.7697 19.579 19.738C20.1567 19.6769 20.6766 19.485 21.0389 18.9912C21.3491 18.5684 21.468 18.0102 21.5593 17.4675L22.6497 10.988C22.7123 10.6166 22.7618 10.323 22.7472 10.0247C22.7325 9.72642 22.6545 9.43911 22.5558 9.0757L21.9603 6.87934C21.6384 5.68967 21.4145 4.86236 20.8673 4.22033C20.3204 3.57871 19.5382 3.22498 18.412 2.71569L16.2303 1.72771L15.0935 3.89564C14.9236 4.17542 14.7199 4.48341 14.4996 4.75519C14.2919 5.01146 14.0164 5.303 13.6908 5.47544C13.3763 5.64196 13.0498 5.70345 12.7702 5.72916C12.5383 5.75047 12.1983 5.74935 12.0004 5.74863C11.8025 5.74935 11.4625 5.75047 11.2306 5.72916C10.951 5.70345 10.6245 5.64196 10.31 5.47544C9.9844 5.303 9.70896 5.01145 9.50122 4.75519C9.2809 4.48341 9.07721 4.17542 8.90727 3.89564L7.72922 1.74596Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7878 1.25107C14.7305 1.24988 14.6741 1.24996 14.6189 1.25004L9.38091 1.25004C9.31173 1.24994 9.24065 1.24984 9.16849 1.25224L10.1893 3.11696C10.3404 3.36572 10.5048 3.6112 10.6664 3.8106C10.8407 4.02552 10.9611 4.12287 11.012 4.14984C11.0836 4.18777 11.1919 4.21927 11.3679 4.23545C11.5226 4.24968 11.8001 4.24911 12.0004 4.24863C12.2007 4.24911 12.4782 4.24968 12.6329 4.23545C12.809 4.21927 12.9172 4.18777 12.9888 4.14984C13.0397 4.12287 13.1601 4.02552 13.3344 3.8106C13.496 3.6112 13.6604 3.36572 13.8115 3.11696L14.7878 1.25107ZM7.72922 1.74596L5.58779 2.71569C4.46158 3.22498 3.67934 3.57871 3.13246 4.22033C2.58524 4.86236 2.36139 5.68967 2.0395 6.87932L1.444 9.07564C1.34528 9.43909 1.26723 9.72642 1.25259 10.0247C1.23794 10.323 1.28747 10.6166 1.35012 10.9879L2.4405 17.4675C2.53162 18.0091 2.65005 18.5666 2.95912 18.9892C3.32032 19.4832 3.8392 19.6762 4.41696 19.7378C4.72517 19.7706 5.00538 19.729 5.25119 19.6583L5.592 13.9407C5.67254 12.1883 5.70487 11.4201 5.6157 10.6686C5.51149 9.79024 5.25779 8.94604 4.9802 8.02235C4.91695 7.81187 4.85245 7.59725 4.7882 7.37716C4.65722 6.92848 4.86959 6.4435 5.26254 6.29393C5.6555 6.14437 6.08024 6.38686 6.21123 6.83555C6.26533 7.02088 6.32296 7.21186 6.38204 7.40768C6.6626 8.3375 6.9761 9.37651 7.10213 10.4386C7.2124 11.368 7.16936 12.3038 7.09424 13.9368L6.74975 21.4314C6.75029 21.59 6.75677 21.7059 6.76646 21.7921C8.20002 22.4484 10.1329 22.7502 11.9999 22.7502C13.8667 22.7502 15.7994 22.4485 17.2329 21.7923C17.2426 21.706 17.2491 21.5901 17.2497 21.4314L16.9052 13.9368L16.9052 13.9368C16.8301 12.3038 16.787 11.368 16.8973 10.4386C17.0233 9.3765 17.3368 8.33757 17.6174 7.40775C17.6765 7.21191 17.7341 7.0209 17.7882 6.83555C17.9192 6.38686 18.3439 6.14437 18.7369 6.29393C19.1298 6.4435 19.3422 6.92848 19.2112 7.37717C19.147 7.59724 19.0825 7.81184 19.0192 8.02231C18.7416 8.94601 18.4879 9.79023 18.3837 10.6686C18.2946 11.4201 18.3269 12.1883 18.4074 13.9407L18.7485 19.6621C19.0001 19.732 19.2793 19.7697 19.579 19.738C20.1567 19.6769 20.6766 19.485 21.0389 18.9912C21.3491 18.5684 21.468 18.0102 21.5593 17.4675L22.6497 10.988C22.7123 10.6166 22.7618 10.323 22.7472 10.0247C22.7325 9.72642 22.6545 9.43911 22.5558 9.0757L21.9603 6.87934C21.6384 5.68967 21.4145 4.86236 20.8673 4.22033C20.3204 3.57871 19.5382 3.22498 18.412 2.71569L16.2303 1.72771L15.0935 3.89564C14.9236 4.17542 14.7199 4.48341 14.4996 4.75519C14.2919 5.01146 14.0164 5.303 13.6908 5.47544C13.3763 5.64196 13.0498 5.70345 12.7702 5.72916C12.5383 5.75047 12.1983 5.74935 12.0004 5.74863C11.8025 5.74935 11.4625 5.75047 11.2306 5.72916C10.951 5.70345 10.6245 5.64196 10.31 5.47544C9.9844 5.303 9.70896 5.01145 9.50122 4.75519C9.2809 4.48341 9.07721 4.17542 8.90727 3.89564L7.72922 1.74596Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-monocle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.125 7.875C1.125 4.14708 4.14708 1.125 7.875 1.125C11.6029 1.125 14.625 4.14708 14.625 7.875C14.625 11.6029 11.6029 14.625 7.875 14.625C4.14708 14.625 1.125 11.6029 1.125 7.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.875 4.875C22.875 4.32272 22.4273 3.875 21.875 3.875C21.3227 3.875 20.875 4.32272 20.875 4.875V7.875C20.875 8.42728 21.3227 8.875 21.875 8.875C22.4273 8.875 22.875 8.42728 22.875 7.875V4.875ZM16.875 10.7043V13.875C16.875 14.4273 16.4273 14.875 15.875 14.875C15.3227 14.875 14.875 14.4273 14.875 13.875L14.875 10.7043C13.7098 10.2925 12.875 9.18122 12.875 7.875C12.875 6.21815 14.2181 4.875 15.875 4.875C17.5319 4.875 18.875 6.21815 18.875 7.875C18.875 9.18122 18.0402 10.2925 16.875 10.7043ZM22.875 10.875C22.875 10.3227 22.4273 9.875 21.875 9.875C21.3227 9.875 20.875 10.3227 20.875 10.875V13.875C20.875 14.4273 21.3227 14.875 21.875 14.875C22.4273 14.875 22.875 14.4273 22.875 13.875V10.875ZM16.875 16.875C16.875 16.3227 16.4273 15.875 15.875 15.875C15.3227 15.875 14.875 16.3227 14.875 16.875V18.875C14.875 19.3407 14.955 19.7899 15.1029 20.2082C15.2869 20.729 15.8582 21.0019 16.379 20.8178C16.8997 20.6338 17.1726 20.0625 16.9885 19.5418C16.9153 19.3345 16.875 19.1105 16.875 18.875V16.875ZM22.875 16.875C22.875 16.3227 22.4273 15.875 21.875 15.875C21.3227 15.875 20.875 16.3227 20.875 16.875V18.875C20.875 19.1105 20.8347 19.3345 20.7615 19.5418C20.5774 20.0625 20.8503 20.6338 21.371 20.8178C21.8918 21.0019 22.4631 20.729 22.6471 20.2082C22.795 19.7899 22.875 19.3407 22.875 18.875V16.875ZM18.2082 20.7615C17.6875 20.5774 17.1162 20.8503 16.9322 21.371C16.7481 21.8918 17.021 22.4631 17.5418 22.6471C17.9601 22.795 18.4093 22.875 18.875 22.875C19.3407 22.875 19.7899 22.795 20.2082 22.6471C20.729 22.4631 21.0019 21.8918 20.8178 21.371C20.6338 20.8503 20.0625 20.5774 19.5418 20.7615C19.3345 20.8347 19.1105 20.875 18.875 20.875C18.6395 20.875 18.4155 20.8347 18.2082 20.7615ZM14.875 7.875C14.875 7.32272 15.3227 6.875 15.875 6.875C16.4273 6.875 16.875 7.32272 16.875 7.875C16.875 8.42728 16.4273 8.875 15.875 8.875C15.3227 8.875 14.875 8.42728 14.875 7.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.125 7.875C1.125 4.14708 4.14708 1.125 7.875 1.125C11.6029 1.125 14.625 4.14708 14.625 7.875C14.625 11.6029 11.6029 14.625 7.875 14.625C4.14708 14.625 1.125 11.6029 1.125 7.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.875 4.875C22.875 4.32272 22.4273 3.875 21.875 3.875C21.3227 3.875 20.875 4.32272 20.875 4.875V7.875C20.875 8.42728 21.3227 8.875 21.875 8.875C22.4273 8.875 22.875 8.42728 22.875 7.875V4.875ZM16.875 10.7043V13.875C16.875 14.4273 16.4273 14.875 15.875 14.875C15.3227 14.875 14.875 14.4273 14.875 13.875L14.875 10.7043C13.7098 10.2925 12.875 9.18122 12.875 7.875C12.875 6.21815 14.2181 4.875 15.875 4.875C17.5319 4.875 18.875 6.21815 18.875 7.875C18.875 9.18122 18.0402 10.2925 16.875 10.7043ZM22.875 10.875C22.875 10.3227 22.4273 9.875 21.875 9.875C21.3227 9.875 20.875 10.3227 20.875 10.875V13.875C20.875 14.4273 21.3227 14.875 21.875 14.875C22.4273 14.875 22.875 14.4273 22.875 13.875V10.875ZM16.875 16.875C16.875 16.3227 16.4273 15.875 15.875 15.875C15.3227 15.875 14.875 16.3227 14.875 16.875V18.875C14.875 19.3407 14.955 19.7899 15.1029 20.2082C15.2869 20.729 15.8582 21.0019 16.379 20.8178C16.8997 20.6338 17.1726 20.0625 16.9885 19.5418C16.9153 19.3345 16.875 19.1105 16.875 18.875V16.875ZM22.875 16.875C22.875 16.3227 22.4273 15.875 21.875 15.875C21.3227 15.875 20.875 16.3227 20.875 16.875V18.875C20.875 19.1105 20.8347 19.3345 20.7615 19.5418C20.5774 20.0625 20.8503 20.6338 21.371 20.8178C21.8918 21.0019 22.4631 20.729 22.6471 20.2082C22.795 19.7899 22.875 19.3407 22.875 18.875V16.875ZM18.2082 20.7615C17.6875 20.5774 17.1162 20.8503 16.9322 21.371C16.7481 21.8918 17.021 22.4631 17.5418 22.6471C17.9601 22.795 18.4093 22.875 18.875 22.875C19.3407 22.875 19.7899 22.795 20.2082 22.6471C20.729 22.4631 21.0019 21.8918 20.8178 21.371C20.6338 20.8503 20.0625 20.5774 19.5418 20.7615C19.3345 20.8347 19.1105 20.875 18.875 20.875C18.6395 20.875 18.4155 20.8347 18.2082 20.7615ZM14.875 7.875C14.875 7.32272 15.3227 6.875 15.875 6.875C16.4273 6.875 16.875 7.32272 16.875 7.875C16.875 8.42728 16.4273 8.875 15.875 8.875C15.3227 8.875 14.875 8.42728 14.875 7.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-necklace{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 2.25C2.55228 2.25 3 2.69772 3 3.25C3 5.53711 4.97821 7.76705 8.2959 8.79478C8.82345 8.9582 9.11864 9.51835 8.95522 10.0459C8.7918 10.5735 8.23165 10.8686 7.7041 10.7052C3.95817 9.54483 1 6.77755 1 3.25C1 2.69772 1.44772 2.25 2 2.25ZM22 2.25C22.5523 2.25 23 2.69772 23 3.25C23 6.77755 20.0418 9.54483 16.2959 10.7052C15.7683 10.8686 15.2082 10.5735 15.0448 10.0459C14.8814 9.51835 15.1765 8.9582 15.7041 8.79478C19.0218 7.76705 21 5.53711 21 3.25C21 2.69772 21.4477 2.25 22 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5474 11.6841L11.8826 9.00223C11.9166 9.00079 11.9555 9 12.0001 9C12.0447 9 12.0836 9.00079 12.1176 9.00223L12.4528 11.6836C12.3146 11.7607 12.1855 11.8452 12.0664 11.9346L11.9996 11.9847L11.9328 11.9346C11.814 11.8454 11.6852 11.7611 11.5474 11.6841ZM9.58431 11.2641L9.89833 8.75193C9.95856 8.27013 10.1291 7.71473 10.6423 7.34993C11.0995 7.0249 11.64 7 12.0001 7C12.3602 7 12.9007 7.0249 13.3579 7.34993C13.8711 7.71473 14.0417 8.27013 14.1019 8.75193L14.4159 11.2642C14.9527 11.3134 15.5289 11.4936 16.123 11.8581C17.3044 12.5828 17.9248 14.0637 17.7057 15.6976C17.4846 17.346 16.4262 19.1534 14.276 20.7448C13.5776 21.2628 12.9203 21.7503 11.9996 21.7503C11.0789 21.7503 10.4216 21.2628 9.72318 20.7448C7.57303 19.1534 6.51463 17.346 6.29354 15.6976C6.07441 14.0637 6.69478 12.5828 7.87618 11.8581C8.47067 11.4934 9.04728 11.3131 9.58431 11.2641Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 2.25C2.55228 2.25 3 2.69772 3 3.25C3 5.53711 4.97821 7.76705 8.2959 8.79478C8.82345 8.9582 9.11864 9.51835 8.95522 10.0459C8.7918 10.5735 8.23165 10.8686 7.7041 10.7052C3.95817 9.54483 1 6.77755 1 3.25C1 2.69772 1.44772 2.25 2 2.25ZM22 2.25C22.5523 2.25 23 2.69772 23 3.25C23 6.77755 20.0418 9.54483 16.2959 10.7052C15.7683 10.8686 15.2082 10.5735 15.0448 10.0459C14.8814 9.51835 15.1765 8.9582 15.7041 8.79478C19.0218 7.76705 21 5.53711 21 3.25C21 2.69772 21.4477 2.25 22 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5474 11.6841L11.8826 9.00223C11.9166 9.00079 11.9555 9 12.0001 9C12.0447 9 12.0836 9.00079 12.1176 9.00223L12.4528 11.6836C12.3146 11.7607 12.1855 11.8452 12.0664 11.9346L11.9996 11.9847L11.9328 11.9346C11.814 11.8454 11.6852 11.7611 11.5474 11.6841ZM9.58431 11.2641L9.89833 8.75193C9.95856 8.27013 10.1291 7.71473 10.6423 7.34993C11.0995 7.0249 11.64 7 12.0001 7C12.3602 7 12.9007 7.0249 13.3579 7.34993C13.8711 7.71473 14.0417 8.27013 14.1019 8.75193L14.4159 11.2642C14.9527 11.3134 15.5289 11.4936 16.123 11.8581C17.3044 12.5828 17.9248 14.0637 17.7057 15.6976C17.4846 17.346 16.4262 19.1534 14.276 20.7448C13.5776 21.2628 12.9203 21.7503 11.9996 21.7503C11.0789 21.7503 10.4216 21.2628 9.72318 20.7448C7.57303 19.1534 6.51463 17.346 6.29354 15.6976C6.07441 14.0637 6.69478 12.5828 7.87618 11.8581C8.47067 11.4934 9.04728 11.3131 9.58431 11.2641Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-perfume{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2582 4.75C15.2528 4.83263 15.25 4.91599 15.25 5C15.25 7.07107 16.9289 8.75 19 8.75C21.0711 8.75 22.75 7.07107 22.75 5C22.75 2.92893 21.0711 1.25 19 1.25C17.561 1.25 16.3113 2.06055 15.6825 3.25H11.5047C11.4304 3.10266 11.3351 2.96353 11.2135 2.83699C10.7668 2.37182 10.1349 2.25 9.50001 2.25C8.8651 2.25 8.23318 2.37182 7.78647 2.83699C7.66497 2.96353 7.56966 3.10266 7.49536 3.25H6C5.58579 3.25 5.25 3.58579 5.25 4C5.25 4.41421 5.58579 4.75 6 4.75H7.25001V5C7.24994 5.16977 7.24986 5.37455 7.26411 5.54624C7.1158 5.6238 6.97567 5.72267 6.84917 5.84917C6.56966 6.12868 6.42498 6.4748 6.34728 6.82851C6.27144 7.17373 6.25 7.5701 6.25 8V8.49085C6.18576 8.51589 6.12085 8.54335 6.05508 8.57345C3.22214 9.87024 1.25 12.7206 1.25 16.0333C1.25 18.1954 2.09122 20.163 3.46342 21.6279C3.87535 22.0676 4.30233 22.367 4.80609 22.5434C5.29364 22.714 5.80052 22.75 6.32891 22.75H12.6711C13.1995 22.75 13.7064 22.714 14.1939 22.5434C14.6977 22.367 15.1246 22.0676 15.5366 21.6279C16.9088 20.163 17.75 18.1954 17.75 16.0333C17.75 12.7206 15.7779 9.87024 12.9449 8.57345C12.8792 8.54335 12.8142 8.51589 12.75 8.49085V8C12.75 7.5701 12.7286 7.17373 12.6527 6.82851C12.575 6.4748 12.4303 6.12868 12.1508 5.84917C12.0243 5.72268 11.8842 5.6238 11.7359 5.54625C11.7502 5.37456 11.7501 5.16977 11.75 5V4.75H15.2582ZM10.0057 6.75L10 6.75H10H9.00001H9L8.99428 6.75C8.6 6.75021 8.33438 6.77192 8.15036 6.81234C7.97395 6.8511 7.92348 6.89618 7.90983 6.90983C7.89618 6.92348 7.8511 6.97395 7.81234 7.15036C7.77172 7.33527 7.75 7.60256 7.75 8V8.25H11.25V8C11.25 7.60256 11.2283 7.33527 11.1877 7.15036C11.1489 6.97395 11.1038 6.92348 11.0902 6.90983C11.0765 6.89618 11.0261 6.8511 10.8496 6.81234C10.6656 6.77192 10.4 6.75021 10.0057 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2582 4.75C15.2528 4.83263 15.25 4.91599 15.25 5C15.25 7.07107 16.9289 8.75 19 8.75C21.0711 8.75 22.75 7.07107 22.75 5C22.75 2.92893 21.0711 1.25 19 1.25C17.561 1.25 16.3113 2.06055 15.6825 3.25H11.5047C11.4304 3.10266 11.3351 2.96353 11.2135 2.83699C10.7668 2.37182 10.1349 2.25 9.50001 2.25C8.8651 2.25 8.23318 2.37182 7.78647 2.83699C7.66497 2.96353 7.56966 3.10266 7.49536 3.25H6C5.58579 3.25 5.25 3.58579 5.25 4C5.25 4.41421 5.58579 4.75 6 4.75H7.25001V5C7.24994 5.16977 7.24986 5.37455 7.26411 5.54624C7.1158 5.6238 6.97567 5.72267 6.84917 5.84917C6.56966 6.12868 6.42498 6.4748 6.34728 6.82851C6.27144 7.17373 6.25 7.5701 6.25 8V8.49085C6.18576 8.51589 6.12085 8.54335 6.05508 8.57345C3.22214 9.87024 1.25 12.7206 1.25 16.0333C1.25 18.1954 2.09122 20.163 3.46342 21.6279C3.87535 22.0676 4.30233 22.367 4.80609 22.5434C5.29364 22.714 5.80052 22.75 6.32891 22.75H12.6711C13.1995 22.75 13.7064 22.714 14.1939 22.5434C14.6977 22.367 15.1246 22.0676 15.5366 21.6279C16.9088 20.163 17.75 18.1954 17.75 16.0333C17.75 12.7206 15.7779 9.87024 12.9449 8.57345C12.8792 8.54335 12.8142 8.51589 12.75 8.49085V8C12.75 7.5701 12.7286 7.17373 12.6527 6.82851C12.575 6.4748 12.4303 6.12868 12.1508 5.84917C12.0243 5.72268 11.8842 5.6238 11.7359 5.54625C11.7502 5.37456 11.7501 5.16977 11.75 5V4.75H15.2582ZM10.0057 6.75L10 6.75H10H9.00001H9L8.99428 6.75C8.6 6.75021 8.33438 6.77192 8.15036 6.81234C7.97395 6.8511 7.92348 6.89618 7.90983 6.90983C7.89618 6.92348 7.8511 6.97395 7.81234 7.15036C7.77172 7.33527 7.75 7.60256 7.75 8V8.25H11.25V8C11.25 7.60256 11.2283 7.33527 11.1877 7.15036C11.1489 6.97395 11.1038 6.92348 11.0902 6.90983C11.0765 6.89618 11.0261 6.8511 10.8496 6.81234C10.6656 6.77192 10.4 6.75021 10.0057 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-poop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4189 1.25432C11.0266 1.21729 10.6506 1.42064 10.466 1.76965C10.2815 2.11867 10.3247 2.54471 10.5756 2.84935C10.798 3.11947 11.0136 3.45931 11.1537 3.80931C11.2959 4.16444 11.3362 4.46741 11.2963 4.6998C11.2621 4.89878 11.1595 5.11789 10.8461 5.3363C10.5106 5.57001 9.91627 5.81109 8.90578 5.93926C6.71251 5.98784 5.175 7.41402 5.175 9.06819C5.175 9.35125 5.2201 9.61821 5.30177 9.86884C4.12925 10.6189 3.225 11.6834 3.225 13.0415C3.225 13.4048 3.28979 13.747 3.40706 14.0678C2.70154 14.86 2.25 15.8118 2.25 16.8864C2.25 18.7518 3.59632 20.2351 5.32164 21.1958C7.07998 22.175 9.44305 22.75 12 22.75C14.5569 22.75 16.92 22.175 18.6784 21.1958C20.4037 20.2351 21.75 18.7518 21.75 16.8864C21.75 15.8118 21.2985 14.86 20.5929 14.0678C20.7102 13.747 20.775 13.4048 20.775 13.0415C20.775 12.1079 20.3332 11.3008 19.7013 10.6643C19.3042 10.2643 18.816 9.91329 18.2653 9.61182C19.1488 7.77747 18.8937 5.66418 17.6092 4.10848C16.3443 2.57648 14.1933 1.51616 11.4189 1.25432ZM13.2258 7.2442C12.8876 7.04914 12.5571 6.87775 12.2346 6.72884C12.7873 6.25612 13.1084 5.66975 13.218 5.03163C13.3069 4.51368 13.2493 4.00739 13.1228 3.55176C14.5089 3.95593 15.5003 4.62028 16.1069 5.35495C16.9405 6.36459 17.0969 7.54619 16.5683 8.64366C16.0519 9.71589 14.5877 11.0231 11.7982 11.0231C10.3619 11.0231 9.10986 10.7188 8.25264 10.2738C7.3464 9.80342 7.12495 9.32653 7.12495 9.06852C7.12495 8.74976 7.52805 7.90922 8.98485 7.89305C9.77427 7.88429 10.8656 8.13795 12.2533 8.93831C12.72 9.20749 13.3161 9.04647 13.5846 8.57865C13.8532 8.11084 13.6925 7.51338 13.2258 7.2442ZM4.19995 16.8867C4.19995 16.5071 4.32526 16.1039 4.60199 15.6985C5.03217 16.0665 5.5319 16.38 6.05424 16.6375C7.62631 17.4124 9.72971 17.864 12 17.864C14.2702 17.864 16.3736 17.4124 17.9457 16.6375C18.468 16.38 18.9677 16.0665 19.3979 15.6985C19.6746 16.1039 19.8 16.5071 19.8 16.8867C19.8 17.72 19.1819 18.6798 17.7313 19.4876C16.3137 20.277 14.2893 20.7958 12 20.7958C9.7106 20.7958 7.68617 20.277 6.26859 19.4876C4.81798 18.6798 4.19995 17.72 4.19995 16.8867Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4189 1.25432C11.0266 1.21729 10.6506 1.42064 10.466 1.76965C10.2815 2.11867 10.3247 2.54471 10.5756 2.84935C10.798 3.11947 11.0136 3.45931 11.1537 3.80931C11.2959 4.16444 11.3362 4.46741 11.2963 4.6998C11.2621 4.89878 11.1595 5.11789 10.8461 5.3363C10.5106 5.57001 9.91627 5.81109 8.90578 5.93926C6.71251 5.98784 5.175 7.41402 5.175 9.06819C5.175 9.35125 5.2201 9.61821 5.30177 9.86884C4.12925 10.6189 3.225 11.6834 3.225 13.0415C3.225 13.4048 3.28979 13.747 3.40706 14.0678C2.70154 14.86 2.25 15.8118 2.25 16.8864C2.25 18.7518 3.59632 20.2351 5.32164 21.1958C7.07998 22.175 9.44305 22.75 12 22.75C14.5569 22.75 16.92 22.175 18.6784 21.1958C20.4037 20.2351 21.75 18.7518 21.75 16.8864C21.75 15.8118 21.2985 14.86 20.5929 14.0678C20.7102 13.747 20.775 13.4048 20.775 13.0415C20.775 12.1079 20.3332 11.3008 19.7013 10.6643C19.3042 10.2643 18.816 9.91329 18.2653 9.61182C19.1488 7.77747 18.8937 5.66418 17.6092 4.10848C16.3443 2.57648 14.1933 1.51616 11.4189 1.25432ZM13.2258 7.2442C12.8876 7.04914 12.5571 6.87775 12.2346 6.72884C12.7873 6.25612 13.1084 5.66975 13.218 5.03163C13.3069 4.51368 13.2493 4.00739 13.1228 3.55176C14.5089 3.95593 15.5003 4.62028 16.1069 5.35495C16.9405 6.36459 17.0969 7.54619 16.5683 8.64366C16.0519 9.71589 14.5877 11.0231 11.7982 11.0231C10.3619 11.0231 9.10986 10.7188 8.25264 10.2738C7.3464 9.80342 7.12495 9.32653 7.12495 9.06852C7.12495 8.74976 7.52805 7.90922 8.98485 7.89305C9.77427 7.88429 10.8656 8.13795 12.2533 8.93831C12.72 9.20749 13.3161 9.04647 13.5846 8.57865C13.8532 8.11084 13.6925 7.51338 13.2258 7.2442ZM4.19995 16.8867C4.19995 16.5071 4.32526 16.1039 4.60199 15.6985C5.03217 16.0665 5.5319 16.38 6.05424 16.6375C7.62631 17.4124 9.72971 17.864 12 17.864C14.2702 17.864 16.3736 17.4124 17.9457 16.6375C18.468 16.38 18.9677 16.0665 19.3979 15.6985C19.6746 16.1039 19.8 16.5071 19.8 16.8867C19.8 17.72 19.1819 18.6798 17.7313 19.4876C16.3137 20.277 14.2893 20.7958 12 20.7958C9.7106 20.7958 7.68617 20.277 6.26859 19.4876C4.81798 18.6798 4.19995 17.72 4.19995 16.8867Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-purse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.7573 1.5649C14.0306 1.40753 14.3802 1.25 14.7565 1.25C15.1696 1.25 15.5431 1.35432 15.8565 1.56559C16.1663 1.77437 16.3713 2.05635 16.5031 2.34044C16.7565 2.88624 16.7731 3.50674 16.7339 3.94232C16.6967 4.35486 16.3321 4.65915 15.9196 4.62197C15.507 4.58479 15.2027 4.22022 15.2399 3.80768C15.2682 3.49326 15.2374 3.17626 15.1426 2.97206C15.1004 2.88115 15.0561 2.835 15.0181 2.80941C14.9839 2.7863 14.9112 2.75 14.7565 2.75C14.759 2.75 14.7602 2.74998 14.7602 2.75012C14.7604 2.75121 14.6846 2.76184 14.5058 2.86479C14.3203 2.9716 14.0921 3.13736 13.8177 3.3618C13.672 3.48094 13.5219 3.60923 13.3667 3.74533C13.437 3.80246 13.5072 3.8593 13.5772 3.91566C14.3474 4.53534 15.1345 5.12833 15.9092 5.56561C16.6914 6.0071 17.3928 6.25 18 6.25C18.4142 6.25 18.75 6.58579 18.75 7C18.75 7.41421 18.4142 7.75 18 7.75C17.0189 7.75 16.0507 7.3679 15.1719 6.87189C14.2856 6.37167 13.4203 5.71466 12.6369 5.08434C12.5008 4.97478 12.3679 4.86679 12.2383 4.76077C12.1289 4.85923 12.0171 4.9594 11.9026 5.061C11.1925 5.69107 10.4057 6.35088 9.60155 6.85442C8.80837 7.35106 7.91448 7.75 7 7.75C6.58579 7.75 6.25 7.41421 6.25 7C6.25 6.58579 6.58579 6.25 7 6.25C7.49729 6.25 8.10142 6.02394 8.80551 5.58308C9.49859 5.14912 10.2084 4.55893 10.907 3.939C10.9588 3.89311 11.0106 3.84688 11.0625 3.80041C10.8766 3.65207 10.6972 3.51266 10.5235 3.384C10.22 3.15926 9.9637 2.99073 9.75144 2.88067C9.52676 2.76418 9.42015 2.75 9.39889 2.75C9.19203 2.75 9.07912 2.79452 9.01848 2.83086C8.95828 2.86692 8.90765 2.91998 8.86405 3.00346C8.7643 3.19444 8.73004 3.49463 8.76093 3.79935C8.80271 4.21145 8.50251 4.57939 8.09041 4.62117C7.67831 4.66296 7.31036 4.36275 7.26858 3.95065C7.22344 3.50537 7.24251 2.86806 7.53447 2.30904C7.68673 2.01752 7.91655 1.74245 8.24752 1.54414C8.57804 1.34611 8.96703 1.25 9.39889 1.25C9.77685 1.25 10.1392 1.39207 10.4419 1.54902C10.757 1.7124 11.0866 1.93449 11.4161 2.1785C11.66 2.35911 11.9207 2.56475 12.1908 2.78306C12.4269 2.57304 12.6547 2.37516 12.868 2.2007C13.1667 1.95639 13.4679 1.73152 13.7573 1.5649Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.82894 6.25C3.60253 6.25 2.71941 7.44694 3.11442 8.62091C3.15199 8.73256 3.17996 8.84691 3.199 8.96417C3.22474 9.12279 3.35454 9.25 3.51524 9.25L20.4854 9.25C20.6466 9.25 20.7766 9.12202 20.8017 8.96277C20.8202 8.84483 20.8477 8.72981 20.8849 8.61749C21.2734 7.44259 20.3888 6.25 19.1634 6.25L4.82894 6.25ZM20.8158 10.75C20.9457 10.75 21.0605 10.8337 21.1037 10.9562C21.1581 11.1106 21.2183 11.2691 21.2836 11.432C21.4197 11.7712 21.561 12.0917 21.7065 12.4219L21.7066 12.4219C21.8033 12.6413 21.9019 12.865 22.0021 13.1013C22.2402 13.6627 22.4687 14.2554 22.5963 14.8433C23.2814 17.9997 21.6243 21.4262 18.2652 22.1278C14.2921 22.9577 9.70536 22.9574 5.73269 22.127C2.37628 21.4254 0.717578 18.0018 1.40519 14.8468C1.53334 14.2589 1.76271 13.6658 2.00145 13.1042C2.10078 12.8706 2.19865 12.6489 2.29466 12.4315C2.44176 12.0985 2.58447 11.7753 2.72134 11.434C2.78692 11.2705 2.84733 11.1114 2.90186 10.9565C2.94502 10.8339 3.05981 10.75 3.18979 10.75L20.8158 10.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.7573 1.5649C14.0306 1.40753 14.3802 1.25 14.7565 1.25C15.1696 1.25 15.5431 1.35432 15.8565 1.56559C16.1663 1.77437 16.3713 2.05635 16.5031 2.34044C16.7565 2.88624 16.7731 3.50674 16.7339 3.94232C16.6967 4.35486 16.3321 4.65915 15.9196 4.62197C15.507 4.58479 15.2027 4.22022 15.2399 3.80768C15.2682 3.49326 15.2374 3.17626 15.1426 2.97206C15.1004 2.88115 15.0561 2.835 15.0181 2.80941C14.9839 2.7863 14.9112 2.75 14.7565 2.75C14.759 2.75 14.7602 2.74998 14.7602 2.75012C14.7604 2.75121 14.6846 2.76184 14.5058 2.86479C14.3203 2.9716 14.0921 3.13736 13.8177 3.3618C13.672 3.48094 13.5219 3.60923 13.3667 3.74533C13.437 3.80246 13.5072 3.8593 13.5772 3.91566C14.3474 4.53534 15.1345 5.12833 15.9092 5.56561C16.6914 6.0071 17.3928 6.25 18 6.25C18.4142 6.25 18.75 6.58579 18.75 7C18.75 7.41421 18.4142 7.75 18 7.75C17.0189 7.75 16.0507 7.3679 15.1719 6.87189C14.2856 6.37167 13.4203 5.71466 12.6369 5.08434C12.5008 4.97478 12.3679 4.86679 12.2383 4.76077C12.1289 4.85923 12.0171 4.9594 11.9026 5.061C11.1925 5.69107 10.4057 6.35088 9.60155 6.85442C8.80837 7.35106 7.91448 7.75 7 7.75C6.58579 7.75 6.25 7.41421 6.25 7C6.25 6.58579 6.58579 6.25 7 6.25C7.49729 6.25 8.10142 6.02394 8.80551 5.58308C9.49859 5.14912 10.2084 4.55893 10.907 3.939C10.9588 3.89311 11.0106 3.84688 11.0625 3.80041C10.8766 3.65207 10.6972 3.51266 10.5235 3.384C10.22 3.15926 9.9637 2.99073 9.75144 2.88067C9.52676 2.76418 9.42015 2.75 9.39889 2.75C9.19203 2.75 9.07912 2.79452 9.01848 2.83086C8.95828 2.86692 8.90765 2.91998 8.86405 3.00346C8.7643 3.19444 8.73004 3.49463 8.76093 3.79935C8.80271 4.21145 8.50251 4.57939 8.09041 4.62117C7.67831 4.66296 7.31036 4.36275 7.26858 3.95065C7.22344 3.50537 7.24251 2.86806 7.53447 2.30904C7.68673 2.01752 7.91655 1.74245 8.24752 1.54414C8.57804 1.34611 8.96703 1.25 9.39889 1.25C9.77685 1.25 10.1392 1.39207 10.4419 1.54902C10.757 1.7124 11.0866 1.93449 11.4161 2.1785C11.66 2.35911 11.9207 2.56475 12.1908 2.78306C12.4269 2.57304 12.6547 2.37516 12.868 2.2007C13.1667 1.95639 13.4679 1.73152 13.7573 1.5649Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.82894 6.25C3.60253 6.25 2.71941 7.44694 3.11442 8.62091C3.15199 8.73256 3.17996 8.84691 3.199 8.96417C3.22474 9.12279 3.35454 9.25 3.51524 9.25L20.4854 9.25C20.6466 9.25 20.7766 9.12202 20.8017 8.96277C20.8202 8.84483 20.8477 8.72981 20.8849 8.61749C21.2734 7.44259 20.3888 6.25 19.1634 6.25L4.82894 6.25ZM20.8158 10.75C20.9457 10.75 21.0605 10.8337 21.1037 10.9562C21.1581 11.1106 21.2183 11.2691 21.2836 11.432C21.4197 11.7712 21.561 12.0917 21.7065 12.4219L21.7066 12.4219C21.8033 12.6413 21.9019 12.865 22.0021 13.1013C22.2402 13.6627 22.4687 14.2554 22.5963 14.8433C23.2814 17.9997 21.6243 21.4262 18.2652 22.1278C14.2921 22.9577 9.70536 22.9574 5.73269 22.127C2.37628 21.4254 0.717578 18.0018 1.40519 14.8468C1.53334 14.2589 1.76271 13.6658 2.00145 13.1042C2.10078 12.8706 2.19865 12.6489 2.29466 12.4315C2.44176 12.0985 2.58447 11.7753 2.72134 11.434C2.78692 11.2705 2.84733 11.1114 2.90186 10.9565C2.94502 10.8339 3.05981 10.75 3.18979 10.75L20.8158 10.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-safety-pin-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.1263 2.8736C18.7966 0.543941 14.9618 0.742184 12.9531 3.33411L11.7001 4.95086C11.3024 5.46405 11.1782 6.0484 11.2883 6.59693C11.3944 7.12575 11.7068 7.57082 12.0956 7.87435C12.4844 8.17791 12.9928 8.37342 13.5334 8.34585C14.0942 8.31726 14.63 8.0503 15.0308 7.53694L15.4052 7.05728C15.8279 6.51563 16.6086 6.47522 17.0666 6.93329C17.5247 7.39135 17.4843 8.17198 16.9426 8.59476L16.463 8.96917C15.9496 9.36987 15.6827 9.90573 15.6541 10.4666C15.6265 11.0072 15.822 11.5155 16.1256 11.9043C16.4291 12.2931 16.8742 12.6055 17.403 12.7116C17.9515 12.8217 18.5359 12.6975 19.0491 12.2998L20.6658 11.0468C23.2577 9.0381 23.456 5.20327 21.1263 2.8736Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 18C3.67157 18 3 18.6716 3 19.5C3 20.3284 3.67157 21 4.5 21C5.32843 21 6 20.3284 6 19.5C6 18.6716 5.32843 18 4.5 18ZM1 19.5C1 17.567 2.567 16 4.5 16C6.433 16 8 17.567 8 19.5C8 21.433 6.433 23 4.5 23C2.567 23 1 21.433 1 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.654 6.24353C13.0718 6.60473 13.1177 7.23623 12.7565 7.65402L3.7565 18.0643C3.39531 18.4821 2.7638 18.528 2.34601 18.1668C1.92821 17.8056 1.88233 17.1741 2.24353 16.7563L11.2435 6.34601C11.6047 5.92821 12.2362 5.88233 12.654 6.24353ZM17.7565 11.346C18.1177 11.7638 18.0718 12.3953 17.654 12.7565L7.24377 21.7565C6.82597 22.1177 6.19447 22.0718 5.83327 21.654C5.47207 21.2362 5.51796 20.6047 5.93575 20.2435L16.346 11.2435C16.7638 10.8823 17.3953 10.9282 17.7565 11.346Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.1263 2.8736C18.7966 0.543941 14.9618 0.742184 12.9531 3.33411L11.7001 4.95086C11.3024 5.46405 11.1782 6.0484 11.2883 6.59693C11.3944 7.12575 11.7068 7.57082 12.0956 7.87435C12.4844 8.17791 12.9928 8.37342 13.5334 8.34585C14.0942 8.31726 14.63 8.0503 15.0308 7.53694L15.4052 7.05728C15.8279 6.51563 16.6086 6.47522 17.0666 6.93329C17.5247 7.39135 17.4843 8.17198 16.9426 8.59476L16.463 8.96917C15.9496 9.36987 15.6827 9.90573 15.6541 10.4666C15.6265 11.0072 15.822 11.5155 16.1256 11.9043C16.4291 12.2931 16.8742 12.6055 17.403 12.7116C17.9515 12.8217 18.5359 12.6975 19.0491 12.2998L20.6658 11.0468C23.2577 9.0381 23.456 5.20327 21.1263 2.8736Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 18C3.67157 18 3 18.6716 3 19.5C3 20.3284 3.67157 21 4.5 21C5.32843 21 6 20.3284 6 19.5C6 18.6716 5.32843 18 4.5 18ZM1 19.5C1 17.567 2.567 16 4.5 16C6.433 16 8 17.567 8 19.5C8 21.433 6.433 23 4.5 23C2.567 23 1 21.433 1 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.654 6.24353C13.0718 6.60473 13.1177 7.23623 12.7565 7.65402L3.7565 18.0643C3.39531 18.4821 2.7638 18.528 2.34601 18.1668C1.92821 17.8056 1.88233 17.1741 2.24353 16.7563L11.2435 6.34601C11.6047 5.92821 12.2362 5.88233 12.654 6.24353ZM17.7565 11.346C18.1177 11.7638 18.0718 12.3953 17.654 12.7565L7.24377 21.7565C6.82597 22.1177 6.19447 22.0718 5.83327 21.654C5.47207 21.2362 5.51796 20.6047 5.93575 20.2435L16.346 11.2435C16.7638 10.8823 17.3953 10.9282 17.7565 11.346Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-safety-pin-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.1263 2.8736C18.7966 0.543941 14.9618 0.742184 12.9531 3.33411L11.7001 4.95086C11.3024 5.46405 11.1782 6.0484 11.2883 6.59693C11.3944 7.12575 11.7068 7.57082 12.0956 7.87435C12.4844 8.17791 12.9928 8.37342 13.5334 8.34585C14.0942 8.31726 14.63 8.0503 15.0308 7.53694L15.4052 7.05728C15.8279 6.51563 16.6086 6.47522 17.0666 6.93329C17.5247 7.39135 17.4843 8.17198 16.9426 8.59476L16.463 8.96917C15.9496 9.36987 15.6827 9.90573 15.6541 10.4666C15.6265 11.0072 15.822 11.5155 16.1256 11.9043C16.4291 12.2931 16.8742 12.6055 17.403 12.7116C17.9515 12.8217 18.5359 12.6975 19.0491 12.2998L20.6658 11.0468C23.2577 9.0381 23.456 5.20327 21.1263 2.8736Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 18C3.67157 18 3 18.6716 3 19.5C3 20.3284 3.67157 21 4.5 21C5.32843 21 6 20.3284 6 19.5C6 18.6716 5.32843 18 4.5 18ZM1 19.5C1 17.567 2.567 16 4.5 16C6.433 16 8 17.567 8 19.5C8 21.433 6.433 23 4.5 23C2.567 23 1 21.433 1 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.30704 4.04849C7.8327 4.21791 8.12148 4.78139 7.95205 5.30704L3.95205 17.7173C3.78263 18.243 3.21915 18.5317 2.6935 18.3623C2.16784 18.1929 1.87906 17.6294 2.04849 17.1038L6.04849 4.6935C6.21791 4.16784 6.78139 3.87906 7.30704 4.04849ZM17.7568 11.3463C18.118 11.7641 18.0721 12.3956 17.6543 12.7568L7.24402 21.7568C6.82622 22.118 6.19472 22.0721 5.83353 21.6543C5.47233 21.2365 5.51821 20.605 5.93601 20.2438L16.3463 11.2438C16.7641 10.8826 17.3956 10.9285 17.7568 11.3463Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.1263 2.8736C18.7966 0.543941 14.9618 0.742184 12.9531 3.33411L11.7001 4.95086C11.3024 5.46405 11.1782 6.0484 11.2883 6.59693C11.3944 7.12575 11.7068 7.57082 12.0956 7.87435C12.4844 8.17791 12.9928 8.37342 13.5334 8.34585C14.0942 8.31726 14.63 8.0503 15.0308 7.53694L15.4052 7.05728C15.8279 6.51563 16.6086 6.47522 17.0666 6.93329C17.5247 7.39135 17.4843 8.17198 16.9426 8.59476L16.463 8.96917C15.9496 9.36987 15.6827 9.90573 15.6541 10.4666C15.6265 11.0072 15.822 11.5155 16.1256 11.9043C16.4291 12.2931 16.8742 12.6055 17.403 12.7116C17.9515 12.8217 18.5359 12.6975 19.0491 12.2998L20.6658 11.0468C23.2577 9.0381 23.456 5.20327 21.1263 2.8736Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 18C3.67157 18 3 18.6716 3 19.5C3 20.3284 3.67157 21 4.5 21C5.32843 21 6 20.3284 6 19.5C6 18.6716 5.32843 18 4.5 18ZM1 19.5C1 17.567 2.567 16 4.5 16C6.433 16 8 17.567 8 19.5C8 21.433 6.433 23 4.5 23C2.567 23 1 21.433 1 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.30704 4.04849C7.8327 4.21791 8.12148 4.78139 7.95205 5.30704L3.95205 17.7173C3.78263 18.243 3.21915 18.5317 2.6935 18.3623C2.16784 18.1929 1.87906 17.6294 2.04849 17.1038L6.04849 4.6935C6.21791 4.16784 6.78139 3.87906 7.30704 4.04849ZM17.7568 11.3463C18.118 11.7641 18.0721 12.3956 17.6543 12.7568L7.24402 21.7568C6.82622 22.118 6.19472 22.0721 5.83353 21.6543C5.47233 21.2365 5.51821 20.605 5.93601 20.2438L16.3463 11.2438C16.7641 10.8826 17.3956 10.9285 17.7568 11.3463Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-sandals{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2499 5.81437C11.2499 4.98082 11.1367 4.065 10.6483 3.35689C10.1136 2.58158 9.2412 2.2046 8.0848 2.25436C6.24807 2.33338 4.58736 3.2655 3.32447 4.31739C2.12656 5.31515 1.50257 6.44112 1.31335 7.68841C1.12915 8.90255 1.36831 10.1619 1.75113 11.4205C1.82642 11.668 2.21878 11.666 2.3177 11.4269C2.47018 11.0584 2.66817 10.676 2.913 10.3039C3.45553 9.47935 4.25837 8.65806 5.37592 8.12561C5.56418 8.03591 5.65831 7.99107 5.70462 7.9177C5.75094 7.84432 5.75094 7.74755 5.75094 7.554V7C5.75094 6.58579 6.08673 6.25 6.50094 6.25C6.91515 6.25 7.25094 6.58579 7.25094 7V7.4333C7.25094 7.65509 7.25094 7.76599 7.31041 7.84577C7.36988 7.92555 7.48059 7.95855 7.70202 8.02456C9.6263 8.59819 10.5261 9.46502 11.0151 9.9535C11.1062 10.0342 11.2499 9.96949 11.2499 9.84776V5.81437ZM11.2499 12.435C11.2499 12.302 11.2499 12.2355 11.2235 12.1768C11.1971 12.1181 11.1473 12.074 11.0477 11.9858L10.0038 11.0615C9.9924 11.0515 9.98135 11.0411 9.97061 11.0303L9.9534 11.0131C9.53593 10.5953 8.72238 9.78117 6.69643 9.30947C6.61755 9.2911 6.57812 9.28192 6.53412 9.2847C6.49013 9.28748 6.45415 9.30081 6.38218 9.32747C5.36531 9.70427 4.6467 10.3979 4.16609 11.1284C3.62009 11.9583 3.42815 12.7626 3.42815 13.0823C3.42815 13.1013 3.42743 13.1204 3.42598 13.1393L3.2037 16.0556C3.19943 16.1117 3.1973 16.1397 3.20035 16.1674C3.20341 16.1952 3.21158 16.2221 3.22793 16.2758L4.13529 19.259C4.59187 20.7601 6.03289 21.7499 7.62118 21.7499C9.57921 21.7499 11.2499 20.25 11.2499 18.3002V12.435Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.7501 5.81437C12.7501 4.98082 12.8633 4.065 13.3517 3.35689C13.8864 2.58158 14.7588 2.2046 15.9152 2.25436C17.7519 2.33338 19.4126 3.2655 20.6755 4.31739C21.8734 5.31515 22.4974 6.44112 22.6867 7.68841C22.8708 8.90255 22.6317 10.1619 22.2489 11.4205C22.1736 11.668 21.7812 11.666 21.6823 11.4269C21.5298 11.0584 21.3318 10.676 21.087 10.3039C20.5445 9.47935 19.7416 8.65806 18.6241 8.12561C18.4358 8.03591 18.3417 7.99107 18.2954 7.9177C18.2491 7.84432 18.2491 7.74755 18.2491 7.554V7C18.2491 6.58579 17.9133 6.25 17.4991 6.25C17.0848 6.25 16.7491 6.58579 16.7491 7V7.4333C16.7491 7.65509 16.7491 7.76599 16.6896 7.84577C16.6301 7.92555 16.5194 7.95855 16.298 8.02456C14.3737 8.59819 13.4739 9.46502 12.9849 9.9535C12.8938 10.0342 12.7501 9.96949 12.7501 9.84776V5.81437ZM12.7501 12.435C12.7501 12.302 12.7501 12.2355 12.7765 12.1768C12.8029 12.1181 12.8527 12.074 12.9523 11.9858L13.9962 11.0615C14.0076 11.0515 14.0187 11.0411 14.0294 11.0303L14.0466 11.0131C14.4641 10.5953 15.2776 9.78117 17.3036 9.30947C17.3824 9.2911 17.4219 9.28192 17.4659 9.2847C17.5099 9.28748 17.5459 9.30081 17.6178 9.32747C18.6347 9.70427 19.3533 10.3979 19.8339 11.1284C20.3799 11.9583 20.5718 12.7626 20.5718 13.0823C20.5718 13.1013 20.5726 13.1204 20.574 13.1393L20.7963 16.0556C20.8006 16.1117 20.8027 16.1397 20.7996 16.1674C20.7966 16.1952 20.7884 16.2221 20.7721 16.2758L19.8647 19.259C19.4081 20.7601 17.9671 21.7499 16.3788 21.7499C14.4208 21.7499 12.7501 20.25 12.7501 18.3002V12.435Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2499 5.81437C11.2499 4.98082 11.1367 4.065 10.6483 3.35689C10.1136 2.58158 9.2412 2.2046 8.0848 2.25436C6.24807 2.33338 4.58736 3.2655 3.32447 4.31739C2.12656 5.31515 1.50257 6.44112 1.31335 7.68841C1.12915 8.90255 1.36831 10.1619 1.75113 11.4205C1.82642 11.668 2.21878 11.666 2.3177 11.4269C2.47018 11.0584 2.66817 10.676 2.913 10.3039C3.45553 9.47935 4.25837 8.65806 5.37592 8.12561C5.56418 8.03591 5.65831 7.99107 5.70462 7.9177C5.75094 7.84432 5.75094 7.74755 5.75094 7.554V7C5.75094 6.58579 6.08673 6.25 6.50094 6.25C6.91515 6.25 7.25094 6.58579 7.25094 7V7.4333C7.25094 7.65509 7.25094 7.76599 7.31041 7.84577C7.36988 7.92555 7.48059 7.95855 7.70202 8.02456C9.6263 8.59819 10.5261 9.46502 11.0151 9.9535C11.1062 10.0342 11.2499 9.96949 11.2499 9.84776V5.81437ZM11.2499 12.435C11.2499 12.302 11.2499 12.2355 11.2235 12.1768C11.1971 12.1181 11.1473 12.074 11.0477 11.9858L10.0038 11.0615C9.9924 11.0515 9.98135 11.0411 9.97061 11.0303L9.9534 11.0131C9.53593 10.5953 8.72238 9.78117 6.69643 9.30947C6.61755 9.2911 6.57812 9.28192 6.53412 9.2847C6.49013 9.28748 6.45415 9.30081 6.38218 9.32747C5.36531 9.70427 4.6467 10.3979 4.16609 11.1284C3.62009 11.9583 3.42815 12.7626 3.42815 13.0823C3.42815 13.1013 3.42743 13.1204 3.42598 13.1393L3.2037 16.0556C3.19943 16.1117 3.1973 16.1397 3.20035 16.1674C3.20341 16.1952 3.21158 16.2221 3.22793 16.2758L4.13529 19.259C4.59187 20.7601 6.03289 21.7499 7.62118 21.7499C9.57921 21.7499 11.2499 20.25 11.2499 18.3002V12.435Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.7501 5.81437C12.7501 4.98082 12.8633 4.065 13.3517 3.35689C13.8864 2.58158 14.7588 2.2046 15.9152 2.25436C17.7519 2.33338 19.4126 3.2655 20.6755 4.31739C21.8734 5.31515 22.4974 6.44112 22.6867 7.68841C22.8708 8.90255 22.6317 10.1619 22.2489 11.4205C22.1736 11.668 21.7812 11.666 21.6823 11.4269C21.5298 11.0584 21.3318 10.676 21.087 10.3039C20.5445 9.47935 19.7416 8.65806 18.6241 8.12561C18.4358 8.03591 18.3417 7.99107 18.2954 7.9177C18.2491 7.84432 18.2491 7.74755 18.2491 7.554V7C18.2491 6.58579 17.9133 6.25 17.4991 6.25C17.0848 6.25 16.7491 6.58579 16.7491 7V7.4333C16.7491 7.65509 16.7491 7.76599 16.6896 7.84577C16.6301 7.92555 16.5194 7.95855 16.298 8.02456C14.3737 8.59819 13.4739 9.46502 12.9849 9.9535C12.8938 10.0342 12.7501 9.96949 12.7501 9.84776V5.81437ZM12.7501 12.435C12.7501 12.302 12.7501 12.2355 12.7765 12.1768C12.8029 12.1181 12.8527 12.074 12.9523 11.9858L13.9962 11.0615C14.0076 11.0515 14.0187 11.0411 14.0294 11.0303L14.0466 11.0131C14.4641 10.5953 15.2776 9.78117 17.3036 9.30947C17.3824 9.2911 17.4219 9.28192 17.4659 9.2847C17.5099 9.28748 17.5459 9.30081 17.6178 9.32747C18.6347 9.70427 19.3533 10.3979 19.8339 11.1284C20.3799 11.9583 20.5718 12.7626 20.5718 13.0823C20.5718 13.1013 20.5726 13.1204 20.574 13.1393L20.7963 16.0556C20.8006 16.1117 20.8027 16.1397 20.7996 16.1674C20.7966 16.1952 20.7884 16.2221 20.7721 16.2758L19.8647 19.259C19.4081 20.7601 17.9671 21.7499 16.3788 21.7499C14.4208 21.7499 12.7501 20.25 12.7501 18.3002V12.435Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-shampoo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 8V7C10 6.05719 10 5.58579 10.2929 5.29289C10.5858 5 11.0572 5 12 5C12.9428 5 13.4142 5 13.7071 5.29289C14 5.58579 14 6.05719 14 7V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9553 4.25L12 4.25001L12.0448 4.25C12.4776 4.24995 12.8744 4.24991 13.1972 4.29331C13.5527 4.3411 13.9284 4.45355 14.2374 4.76257C14.5465 5.07159 14.6589 5.44732 14.7067 5.8028C14.7501 6.12561 14.7501 6.52244 14.75 6.95525V6.95526L14.75 7.00001V8.00001C14.75 8.41422 14.4142 8.75001 14 8.75001H10C9.58579 8.75001 9.25001 8.41422 9.25001 8.00001V7.00001L9.25 6.95526C9.24995 6.52244 9.24991 6.12561 9.29331 5.8028C9.3411 5.44732 9.45355 5.07159 9.76257 4.76257C10.0716 4.45355 10.4473 4.3411 10.8028 4.29331C11.1256 4.24991 11.5224 4.24995 11.9553 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 2.25C9 1.69772 9.44772 1.25 10 1.25H13.745C14.7547 1.25 15.7269 1.63181 16.4668 2.31883L16.6805 2.51721C17.0852 2.89301 17.1086 3.52574 16.7328 3.93045C16.357 4.33516 15.7243 4.3586 15.3195 3.98279L15.1059 3.78441C14.736 3.44091 14.2498 3.25 13.745 3.25H13V4.61233C13 5.16462 12.5523 5.61233 12 5.61233C11.4477 5.61233 11 5.16462 11 4.61233V3.25H10C9.44772 3.25 9 2.80228 9 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.25C8.82437 7.25 6.25 9.82436 6.25 13L6.25 18.052L6.25 18.052V18.0521C6.25 18.0801 6.25 18.108 6.25 18.1358C6.25 18.1918 6.25002 18.2473 6.25006 18.3021C6.25042 18.764 6.25291 19.1837 6.26948 19.5605C6.28119 19.8267 6.29993 20.0714 6.32991 20.2945C6.41432 20.9223 6.59999 21.4891 7.05546 21.9445C7.51093 22.4 8.07773 22.5857 8.70552 22.6701C9.3003 22.7501 10.0495 22.75 10.948 22.75H10.948H13.052H13.052C13.9505 22.75 14.6997 22.7501 15.2945 22.6701C15.9223 22.5857 16.4891 22.4 16.9445 21.9445C17.4 21.4891 17.5857 20.9223 17.6701 20.2945C17.7501 19.6997 17.75 18.9505 17.75 18.052V18.052L17.75 13C17.75 9.82436 15.1756 7.25 12 7.25ZM16.184 12.25C15.8298 10.2605 14.0913 8.75 12 8.75C9.90871 8.75 8.1702 10.2605 7.81597 12.25H16.184Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 8V7C10 6.05719 10 5.58579 10.2929 5.29289C10.5858 5 11.0572 5 12 5C12.9428 5 13.4142 5 13.7071 5.29289C14 5.58579 14 6.05719 14 7V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9553 4.25L12 4.25001L12.0448 4.25C12.4776 4.24995 12.8744 4.24991 13.1972 4.29331C13.5527 4.3411 13.9284 4.45355 14.2374 4.76257C14.5465 5.07159 14.6589 5.44732 14.7067 5.8028C14.7501 6.12561 14.7501 6.52244 14.75 6.95525V6.95526L14.75 7.00001V8.00001C14.75 8.41422 14.4142 8.75001 14 8.75001H10C9.58579 8.75001 9.25001 8.41422 9.25001 8.00001V7.00001L9.25 6.95526C9.24995 6.52244 9.24991 6.12561 9.29331 5.8028C9.3411 5.44732 9.45355 5.07159 9.76257 4.76257C10.0716 4.45355 10.4473 4.3411 10.8028 4.29331C11.1256 4.24991 11.5224 4.24995 11.9553 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 2.25C9 1.69772 9.44772 1.25 10 1.25H13.745C14.7547 1.25 15.7269 1.63181 16.4668 2.31883L16.6805 2.51721C17.0852 2.89301 17.1086 3.52574 16.7328 3.93045C16.357 4.33516 15.7243 4.3586 15.3195 3.98279L15.1059 3.78441C14.736 3.44091 14.2498 3.25 13.745 3.25H13V4.61233C13 5.16462 12.5523 5.61233 12 5.61233C11.4477 5.61233 11 5.16462 11 4.61233V3.25H10C9.44772 3.25 9 2.80228 9 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.25C8.82437 7.25 6.25 9.82436 6.25 13L6.25 18.052L6.25 18.052V18.0521C6.25 18.0801 6.25 18.108 6.25 18.1358C6.25 18.1918 6.25002 18.2473 6.25006 18.3021C6.25042 18.764 6.25291 19.1837 6.26948 19.5605C6.28119 19.8267 6.29993 20.0714 6.32991 20.2945C6.41432 20.9223 6.59999 21.4891 7.05546 21.9445C7.51093 22.4 8.07773 22.5857 8.70552 22.6701C9.3003 22.7501 10.0495 22.75 10.948 22.75H10.948H13.052H13.052C13.9505 22.75 14.6997 22.7501 15.2945 22.6701C15.9223 22.5857 16.4891 22.4 16.9445 21.9445C17.4 21.4891 17.5857 20.9223 17.6701 20.2945C17.7501 19.6997 17.75 18.9505 17.75 18.052V18.052L17.75 13C17.75 9.82436 15.1756 7.25 12 7.25ZM16.184 12.25C15.8298 10.2605 14.0913 8.75 12 8.75C9.90871 8.75 8.1702 10.2605 7.81597 12.25H16.184Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-shirt-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.75 16.7375C18.75 17.5975 18.7501 18.3206 18.6695 18.8959C18.5839 19.5079 18.3945 20.0618 17.9338 20.5044C17.6314 20.7948 17.2261 20.999 16.8119 21.1498C16.3875 21.3042 15.8971 21.4225 15.3762 21.5117C14.3338 21.6902 13.1047 21.7631 11.899 21.7481C10.6927 21.733 9.48274 21.6295 8.47694 21.444C7.97467 21.3514 7.50781 21.2355 7.11111 21.0932C6.73067 20.9566 6.34441 20.7715 6.06624 20.5044C5.60553 20.0618 5.41612 19.5079 5.33046 18.8959C5.24994 18.3206 5.24996 17.5975 5.25 16.7374L5.25 12.8216C5.25 12.6961 5.25 12.6334 5.2262 12.5773C5.2024 12.5211 5.15732 12.4775 5.06715 12.3903L2.48894 9.89645C2.16933 9.58718 1.87733 9.30463 1.67181 9.0439C1.4465 8.7581 1.25 8.4079 1.25 7.96122C1.25 7.51455 1.4465 7.16435 1.67181 6.87854C1.87733 6.61782 2.16933 6.33527 2.48895 6.02599L4.57193 4.00991L4.57193 4.00991C4.87072 3.72042 5.10334 3.49504 5.38587 3.32603C5.66742 3.15762 5.97769 3.05769 6.37873 2.92853L8.1132 2.36896L8.11321 2.36896C8.21231 2.33689 8.34302 2.29459 8.46005 2.27202C8.58821 2.24731 8.85936 2.21118 9.13553 2.36872C9.43282 2.5383 9.53328 2.8199 9.56985 2.93532C9.60677 3.05184 9.65977 3.32862 9.65977 3.32862C9.86028 4.37198 10.8175 5.19184 12 5.19184C13.1825 5.19184 14.1397 4.37198 14.3402 3.32863C14.3402 3.32863 14.3932 3.05184 14.4301 2.93532C14.4667 2.8199 14.5672 2.5383 14.8645 2.36872C15.1406 2.21118 15.4118 2.24731 15.54 2.27202C15.657 2.29459 15.7877 2.33689 15.8868 2.36896L17.6213 2.92853C18.0223 3.05769 18.3326 3.15762 18.6141 3.32603C18.8967 3.49504 19.1293 3.72042 19.4281 4.00993L19.4281 4.00994L21.511 6.02597C21.8307 6.33525 22.1227 6.61781 22.3282 6.87854C22.5535 7.16435 22.75 7.51455 22.75 7.96122C22.75 8.4079 22.5535 8.7581 22.3282 9.0439C22.1227 9.30463 21.8307 9.58719 21.511 9.89647L18.9328 12.3903C18.8427 12.4775 18.7976 12.5211 18.7738 12.5773C18.75 12.6334 18.75 12.6961 18.75 12.8216V16.7374V16.7375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.75 16.7375C18.75 17.5975 18.7501 18.3206 18.6695 18.8959C18.5839 19.5079 18.3945 20.0618 17.9338 20.5044C17.6314 20.7948 17.2261 20.999 16.8119 21.1498C16.3875 21.3042 15.8971 21.4225 15.3762 21.5117C14.3338 21.6902 13.1047 21.7631 11.899 21.7481C10.6927 21.733 9.48274 21.6295 8.47694 21.444C7.97467 21.3514 7.50781 21.2355 7.11111 21.0932C6.73067 20.9566 6.34441 20.7715 6.06624 20.5044C5.60553 20.0618 5.41612 19.5079 5.33046 18.8959C5.24994 18.3206 5.24996 17.5975 5.25 16.7374L5.25 12.8216C5.25 12.6961 5.25 12.6334 5.2262 12.5773C5.2024 12.5211 5.15732 12.4775 5.06715 12.3903L2.48894 9.89645C2.16933 9.58718 1.87733 9.30463 1.67181 9.0439C1.4465 8.7581 1.25 8.4079 1.25 7.96122C1.25 7.51455 1.4465 7.16435 1.67181 6.87854C1.87733 6.61782 2.16933 6.33527 2.48895 6.02599L4.57193 4.00991L4.57193 4.00991C4.87072 3.72042 5.10334 3.49504 5.38587 3.32603C5.66742 3.15762 5.97769 3.05769 6.37873 2.92853L8.1132 2.36896L8.11321 2.36896C8.21231 2.33689 8.34302 2.29459 8.46005 2.27202C8.58821 2.24731 8.85936 2.21118 9.13553 2.36872C9.43282 2.5383 9.53328 2.8199 9.56985 2.93532C9.60677 3.05184 9.65977 3.32862 9.65977 3.32862C9.86028 4.37198 10.8175 5.19184 12 5.19184C13.1825 5.19184 14.1397 4.37198 14.3402 3.32863C14.3402 3.32863 14.3932 3.05184 14.4301 2.93532C14.4667 2.8199 14.5672 2.5383 14.8645 2.36872C15.1406 2.21118 15.4118 2.24731 15.54 2.27202C15.657 2.29459 15.7877 2.33689 15.8868 2.36896L17.6213 2.92853C18.0223 3.05769 18.3326 3.15762 18.6141 3.32603C18.8967 3.49504 19.1293 3.72042 19.4281 4.00993L19.4281 4.00994L21.511 6.02597C21.8307 6.33525 22.1227 6.61781 22.3282 6.87854C22.5535 7.16435 22.75 7.51455 22.75 7.96122C22.75 8.4079 22.5535 8.7581 22.3282 9.0439C22.1227 9.30463 21.8307 9.58719 21.511 9.89647L18.9328 12.3903C18.8427 12.4775 18.7976 12.5211 18.7738 12.5773C18.75 12.6334 18.75 12.6961 18.75 12.8216V16.7374V16.7375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-shorts-pants{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.77816 11.75C2.33894 11.75 2.11933 11.75 1.97556 11.8831C1.8318 12.0162 1.81491 12.2352 1.78112 12.6731L1.2774 19.2028C1.21784 19.9748 1.21627 20.7634 1.68842 21.3388C2.15956 21.9129 2.93288 22.0673 3.70005 22.1629L7.90912 22.6875C8.64165 22.7788 9.48428 22.8425 10.1081 22.3684C10.7329 21.8935 10.895 21.0634 10.9998 20.3318L11.0002 20.3292C11.1399 19.3293 11.4239 17.349 11.5523 16.4558C11.582 16.2489 11.5968 16.1455 11.5435 16.0781C11.4902 16.0106 11.379 16.0006 11.1566 15.9806C10.5743 15.9283 10.0391 15.7606 9.55435 15.3681C9.15511 15.0448 8.83262 14.6423 8.47067 14.2803C8.17778 13.9874 8.17778 13.5126 8.47067 13.2197C8.76356 12.9268 9.23844 12.9268 9.53133 13.2197C9.855 13.5433 10.1418 13.9136 10.4983 14.2023C10.7324 14.3919 10.9621 14.5 11.3294 14.5H12.6726C13.0399 14.5 13.2696 14.3919 13.5037 14.2023C13.8602 13.9136 14.147 13.5433 14.4707 13.2197C14.7636 12.9268 15.2384 12.9268 15.5313 13.2197C15.8242 13.5126 15.8242 13.9874 15.5313 14.2803C15.1694 14.6423 14.8469 15.0448 14.4476 15.3681C13.9627 15.7607 13.4274 15.9284 12.845 15.9807C12.6226 16.0006 12.5114 16.0106 12.4581 16.078C12.4047 16.1455 12.4196 16.2489 12.4493 16.4558C12.5776 17.349 12.8617 19.3293 13.0014 20.3292L13.0017 20.3318C13.1065 21.0634 13.2687 21.8935 13.8935 22.3684C14.5173 22.8425 15.3599 22.7788 16.0924 22.6875L20.3015 22.1629C21.0687 22.0673 21.842 21.9129 22.3131 21.3388C22.7853 20.7634 22.7837 19.9748 22.7242 19.2028C22.5605 17.0819 22.5311 14.9072 22.3808 12.6669C22.3518 12.2354 22.3373 12.0196 22.1932 11.8848C22.049 11.75 21.8301 11.75 21.3924 11.75C20.28 11.75 19.1796 11.6263 18.2492 10.9552C17.5428 10.4456 17.0922 9.7523 16.8041 9.03181C16.2501 7.6463 16.2504 6.02546 16.2505 5.04477C16.2505 4.76968 16.2505 4.63213 16.1978 4.52667C16.1494 4.42969 16.0708 4.35106 15.9738 4.30265C15.8684 4.25 15.7308 4.25 15.4557 4.25H8.54526C8.27016 4.25 8.13261 4.25 8.02716 4.30265C7.93017 4.35106 7.85155 4.42969 7.80313 4.52667C7.75048 4.63213 7.75048 4.76968 7.75048 5.04477C7.75062 6.02546 7.75084 7.6463 7.19688 9.03181C6.90882 9.7523 6.4582 10.4456 5.75175 10.9552C4.87687 11.5863 3.83208 11.75 2.77816 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.80408 8.47494C6.24161 7.38064 6.25048 6.02668 6.25048 5C6.25048 4.76703 6.25048 4.65054 6.21242 4.55866C6.16167 4.43614 6.06434 4.33881 5.94182 4.28806C5.84994 4.25 5.73345 4.25 5.50048 4.25H3.90328C3.50184 4.25 3.17158 4.5661 3.154 4.96715C3.10561 6.07107 2.39987 7.03313 2.18402 8.10461C2.10216 8.51091 2.07044 8.9223 2.01726 9.61208C1.99499 9.9008 2.10395 10.1939 2.43231 10.2442C2.61633 10.2724 2.81631 10.25 3.00175 10.25C3.87126 10.2515 4.46041 10.0371 4.87421 9.73865C5.29276 9.43673 5.59214 9.00502 5.80408 8.47494Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.1969 8.47494C17.7594 7.38064 17.7505 6.02668 17.7505 5C17.7505 4.76703 17.7505 4.65054 17.7886 4.55866C17.8393 4.43614 17.9366 4.33881 18.0592 4.28806C18.151 4.25 18.2675 4.25 18.5005 4.25H20.0983C20.4997 4.25 20.83 4.5661 20.8476 4.96715C20.896 6.07154 21.6016 7.0329 21.8175 8.1046C21.8861 8.44492 21.9473 8.78739 22.0022 9.13147C22.0838 9.64318 22.1246 9.89904 21.9749 10.0745C21.8251 10.25 21.5599 10.25 21.0294 10.25C20.364 10.25 19.6775 10.136 19.1268 9.73865C18.7082 9.43673 18.4088 9.00502 18.1969 8.47494Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.71583 3.15956C4.67448 3.34672 4.65234 3.61717 4.65234 4.01893C4.65234 4.08869 4.65338 4.16672 4.65468 4.25H19.3479C19.3492 4.16672 19.3502 4.08869 19.3502 4.01893C19.3502 3.61717 19.3281 3.34672 19.2867 3.15956C19.2473 2.98104 19.2012 2.9289 19.1861 2.91381C19.1707 2.89846 19.1175 2.85228 18.9375 2.81294C18.749 2.77179 18.4776 2.75 18.0755 2.75H5.92708C5.52494 2.75 5.25354 2.77179 5.06511 2.81294C4.88502 2.85228 4.83191 2.89846 4.81648 2.91381C4.80132 2.9289 4.75528 2.98104 4.71583 3.15956ZM4.74503 1.34749C5.09305 1.27148 5.4929 1.25 5.92708 1.25H18.0755C18.5097 1.25 18.9095 1.27148 19.2575 1.34749C19.6139 1.42533 19.9624 1.57023 20.2441 1.85051C20.526 2.13105 20.6726 2.47909 20.7514 2.83595C20.8283 3.18416 20.8502 3.58429 20.8502 4.01893C20.8502 4.15815 20.8481 4.28199 20.846 4.3984C20.8426 4.59638 20.8395 4.77291 20.8481 4.96715C20.857 5.17157 20.7821 5.37077 20.6406 5.51859C20.4991 5.6664 20.3034 5.75 20.0988 5.75H3.90379C3.69917 5.75 3.50345 5.6664 3.36197 5.51859C3.22049 5.37077 3.14555 5.17157 3.15451 4.96715C3.16302 4.77291 3.15995 4.5964 3.15652 4.39843C3.15449 4.28201 3.15234 4.15816 3.15234 4.01893C3.15234 3.58429 3.17422 3.18416 3.25116 2.83595C3.33 2.47909 3.47653 2.13105 3.75846 1.85051C4.04015 1.57023 4.38867 1.42533 4.74503 1.34749Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.77816 11.75C2.33894 11.75 2.11933 11.75 1.97556 11.8831C1.8318 12.0162 1.81491 12.2352 1.78112 12.6731L1.2774 19.2028C1.21784 19.9748 1.21627 20.7634 1.68842 21.3388C2.15956 21.9129 2.93288 22.0673 3.70005 22.1629L7.90912 22.6875C8.64165 22.7788 9.48428 22.8425 10.1081 22.3684C10.7329 21.8935 10.895 21.0634 10.9998 20.3318L11.0002 20.3292C11.1399 19.3293 11.4239 17.349 11.5523 16.4558C11.582 16.2489 11.5968 16.1455 11.5435 16.0781C11.4902 16.0106 11.379 16.0006 11.1566 15.9806C10.5743 15.9283 10.0391 15.7606 9.55435 15.3681C9.15511 15.0448 8.83262 14.6423 8.47067 14.2803C8.17778 13.9874 8.17778 13.5126 8.47067 13.2197C8.76356 12.9268 9.23844 12.9268 9.53133 13.2197C9.855 13.5433 10.1418 13.9136 10.4983 14.2023C10.7324 14.3919 10.9621 14.5 11.3294 14.5H12.6726C13.0399 14.5 13.2696 14.3919 13.5037 14.2023C13.8602 13.9136 14.147 13.5433 14.4707 13.2197C14.7636 12.9268 15.2384 12.9268 15.5313 13.2197C15.8242 13.5126 15.8242 13.9874 15.5313 14.2803C15.1694 14.6423 14.8469 15.0448 14.4476 15.3681C13.9627 15.7607 13.4274 15.9284 12.845 15.9807C12.6226 16.0006 12.5114 16.0106 12.4581 16.078C12.4047 16.1455 12.4196 16.2489 12.4493 16.4558C12.5776 17.349 12.8617 19.3293 13.0014 20.3292L13.0017 20.3318C13.1065 21.0634 13.2687 21.8935 13.8935 22.3684C14.5173 22.8425 15.3599 22.7788 16.0924 22.6875L20.3015 22.1629C21.0687 22.0673 21.842 21.9129 22.3131 21.3388C22.7853 20.7634 22.7837 19.9748 22.7242 19.2028C22.5605 17.0819 22.5311 14.9072 22.3808 12.6669C22.3518 12.2354 22.3373 12.0196 22.1932 11.8848C22.049 11.75 21.8301 11.75 21.3924 11.75C20.28 11.75 19.1796 11.6263 18.2492 10.9552C17.5428 10.4456 17.0922 9.7523 16.8041 9.03181C16.2501 7.6463 16.2504 6.02546 16.2505 5.04477C16.2505 4.76968 16.2505 4.63213 16.1978 4.52667C16.1494 4.42969 16.0708 4.35106 15.9738 4.30265C15.8684 4.25 15.7308 4.25 15.4557 4.25H8.54526C8.27016 4.25 8.13261 4.25 8.02716 4.30265C7.93017 4.35106 7.85155 4.42969 7.80313 4.52667C7.75048 4.63213 7.75048 4.76968 7.75048 5.04477C7.75062 6.02546 7.75084 7.6463 7.19688 9.03181C6.90882 9.7523 6.4582 10.4456 5.75175 10.9552C4.87687 11.5863 3.83208 11.75 2.77816 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.80408 8.47494C6.24161 7.38064 6.25048 6.02668 6.25048 5C6.25048 4.76703 6.25048 4.65054 6.21242 4.55866C6.16167 4.43614 6.06434 4.33881 5.94182 4.28806C5.84994 4.25 5.73345 4.25 5.50048 4.25H3.90328C3.50184 4.25 3.17158 4.5661 3.154 4.96715C3.10561 6.07107 2.39987 7.03313 2.18402 8.10461C2.10216 8.51091 2.07044 8.9223 2.01726 9.61208C1.99499 9.9008 2.10395 10.1939 2.43231 10.2442C2.61633 10.2724 2.81631 10.25 3.00175 10.25C3.87126 10.2515 4.46041 10.0371 4.87421 9.73865C5.29276 9.43673 5.59214 9.00502 5.80408 8.47494Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.1969 8.47494C17.7594 7.38064 17.7505 6.02668 17.7505 5C17.7505 4.76703 17.7505 4.65054 17.7886 4.55866C17.8393 4.43614 17.9366 4.33881 18.0592 4.28806C18.151 4.25 18.2675 4.25 18.5005 4.25H20.0983C20.4997 4.25 20.83 4.5661 20.8476 4.96715C20.896 6.07154 21.6016 7.0329 21.8175 8.1046C21.8861 8.44492 21.9473 8.78739 22.0022 9.13147C22.0838 9.64318 22.1246 9.89904 21.9749 10.0745C21.8251 10.25 21.5599 10.25 21.0294 10.25C20.364 10.25 19.6775 10.136 19.1268 9.73865C18.7082 9.43673 18.4088 9.00502 18.1969 8.47494Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.71583 3.15956C4.67448 3.34672 4.65234 3.61717 4.65234 4.01893C4.65234 4.08869 4.65338 4.16672 4.65468 4.25H19.3479C19.3492 4.16672 19.3502 4.08869 19.3502 4.01893C19.3502 3.61717 19.3281 3.34672 19.2867 3.15956C19.2473 2.98104 19.2012 2.9289 19.1861 2.91381C19.1707 2.89846 19.1175 2.85228 18.9375 2.81294C18.749 2.77179 18.4776 2.75 18.0755 2.75H5.92708C5.52494 2.75 5.25354 2.77179 5.06511 2.81294C4.88502 2.85228 4.83191 2.89846 4.81648 2.91381C4.80132 2.9289 4.75528 2.98104 4.71583 3.15956ZM4.74503 1.34749C5.09305 1.27148 5.4929 1.25 5.92708 1.25H18.0755C18.5097 1.25 18.9095 1.27148 19.2575 1.34749C19.6139 1.42533 19.9624 1.57023 20.2441 1.85051C20.526 2.13105 20.6726 2.47909 20.7514 2.83595C20.8283 3.18416 20.8502 3.58429 20.8502 4.01893C20.8502 4.15815 20.8481 4.28199 20.846 4.3984C20.8426 4.59638 20.8395 4.77291 20.8481 4.96715C20.857 5.17157 20.7821 5.37077 20.6406 5.51859C20.4991 5.6664 20.3034 5.75 20.0988 5.75H3.90379C3.69917 5.75 3.50345 5.6664 3.36197 5.51859C3.22049 5.37077 3.14555 5.17157 3.15451 4.96715C3.16302 4.77291 3.15995 4.5964 3.15652 4.39843C3.15449 4.28201 3.15234 4.15816 3.15234 4.01893C3.15234 3.58429 3.17422 3.18416 3.25116 2.83595C3.33 2.47909 3.47653 2.13105 3.75846 1.85051C4.04015 1.57023 4.38867 1.42533 4.74503 1.34749Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-sleeveless{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.99933 1.25C9.1543 1.24975 9.31045 1.29731 9.44413 1.39564C9.45054 1.40035 9.45686 1.40515 9.46309 1.41004C10.1283 1.92697 11.0148 2.25003 12 2.25003C12.9834 2.25003 13.8685 1.92818 14.5332 1.41294C14.547 1.40197 14.5613 1.39145 14.5759 1.38141C14.7028 1.29446 14.8512 1.24987 15.0007 1.25C15.0933 1.25015 15.1855 1.26737 15.2722 1.30103L16.9511 1.85125C17.2541 1.99157 17.5814 2.2013 17.8216 2.54487C18.0692 2.89911 18.1731 3.32189 18.1548 3.79319C18.109 4.97196 18.4948 6.4585 19.6802 7.56985C19.9827 7.85348 20.2812 8.14282 20.4779 8.50987C20.6899 8.90566 20.75 9.31978 20.75 9.79955V16.5516C20.75 17.6438 20.7501 18.5414 20.6513 19.2511C20.5476 19.997 20.3221 20.6452 19.789 21.1605C19.4207 21.5165 18.9135 21.7751 18.3729 21.9707C17.8218 22.1701 17.1785 22.3242 16.4876 22.4409C15.1053 22.6744 13.4672 22.7688 11.8563 22.7469C10.2448 22.725 8.63326 22.5863 7.30203 22.3424C6.63711 22.2206 6.02646 22.0698 5.514 21.8874C5.01907 21.7112 4.542 21.4804 4.21103 21.1605C3.67788 20.6452 3.45245 19.997 3.34868 19.2511C3.24995 18.5414 3.24997 17.6438 3.25 16.5517V16.5516V9.79955C3.25 9.31978 3.31007 8.90566 3.52212 8.50987C3.71878 8.14282 4.01725 7.85347 4.31977 7.56985C5.50516 6.4585 5.89097 4.97196 5.84518 3.79319C5.82687 3.32189 5.93081 2.89911 6.17845 2.54487C6.41862 2.2013 6.74594 1.99157 7.04892 1.85125L8.72824 1.30089C8.7526 1.29145 8.77739 1.2833 8.80251 1.27647C8.86717 1.25881 8.93336 1.25005 8.99933 1.25ZM9.84051 3.33725C9.96599 4.22127 10.2131 4.94477 10.5261 5.48011C10.9869 6.26825 11.5277 6.56544 12 6.56544C12.4723 6.56544 13.0131 6.26825 13.4739 5.48011C13.7869 4.94477 14.034 4.22128 14.1595 3.33728C13.4976 3.60346 12.766 3.75003 12 3.75003C11.2341 3.75003 10.5025 3.60345 9.84051 3.33725Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.99933 1.25C9.1543 1.24975 9.31045 1.29731 9.44413 1.39564C9.45054 1.40035 9.45686 1.40515 9.46309 1.41004C10.1283 1.92697 11.0148 2.25003 12 2.25003C12.9834 2.25003 13.8685 1.92818 14.5332 1.41294C14.547 1.40197 14.5613 1.39145 14.5759 1.38141C14.7028 1.29446 14.8512 1.24987 15.0007 1.25C15.0933 1.25015 15.1855 1.26737 15.2722 1.30103L16.9511 1.85125C17.2541 1.99157 17.5814 2.2013 17.8216 2.54487C18.0692 2.89911 18.1731 3.32189 18.1548 3.79319C18.109 4.97196 18.4948 6.4585 19.6802 7.56985C19.9827 7.85348 20.2812 8.14282 20.4779 8.50987C20.6899 8.90566 20.75 9.31978 20.75 9.79955V16.5516C20.75 17.6438 20.7501 18.5414 20.6513 19.2511C20.5476 19.997 20.3221 20.6452 19.789 21.1605C19.4207 21.5165 18.9135 21.7751 18.3729 21.9707C17.8218 22.1701 17.1785 22.3242 16.4876 22.4409C15.1053 22.6744 13.4672 22.7688 11.8563 22.7469C10.2448 22.725 8.63326 22.5863 7.30203 22.3424C6.63711 22.2206 6.02646 22.0698 5.514 21.8874C5.01907 21.7112 4.542 21.4804 4.21103 21.1605C3.67788 20.6452 3.45245 19.997 3.34868 19.2511C3.24995 18.5414 3.24997 17.6438 3.25 16.5517V16.5516V9.79955C3.25 9.31978 3.31007 8.90566 3.52212 8.50987C3.71878 8.14282 4.01725 7.85347 4.31977 7.56985C5.50516 6.4585 5.89097 4.97196 5.84518 3.79319C5.82687 3.32189 5.93081 2.89911 6.17845 2.54487C6.41862 2.2013 6.74594 1.99157 7.04892 1.85125L8.72824 1.30089C8.7526 1.29145 8.77739 1.2833 8.80251 1.27647C8.86717 1.25881 8.93336 1.25005 8.99933 1.25ZM9.84051 3.33725C9.96599 4.22127 10.2131 4.94477 10.5261 5.48011C10.9869 6.26825 11.5277 6.56544 12 6.56544C12.4723 6.56544 13.0131 6.26825 13.4739 5.48011C13.7869 4.94477 14.034 4.22128 14.1595 3.33728C13.4976 3.60346 12.766 3.75003 12 3.75003C11.2341 3.75003 10.5025 3.60345 9.84051 3.33725Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-suit-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3.59581C12 3.59581 13.4282 2.44745 13.5166 2.37446C13.7512 2.1806 14.031 1.95847 14.3302 1.76664C14.8598 1.42714 15.7688 0.975301 16.6431 1.46636C16.9531 1.64049 17.144 1.92725 17.2633 2.16567C17.3895 2.41784 17.4816 2.70898 17.5498 3.00462C17.6866 3.59807 17.75 4.30988 17.75 5.0015C17.75 5.69311 17.6866 6.40493 17.5498 6.99837C17.4816 7.29401 17.3895 7.58515 17.2633 7.83733C17.144 8.07575 16.9531 8.36251 16.6431 8.53664C15.7688 9.02769 14.8598 8.57585 14.3302 8.23636C14.031 8.04452 13.7512 7.82239 13.5166 7.62854C13.4282 7.55555 12.071 6.46683 12 6.40719C12 6.40719 10.5718 7.55555 10.4834 7.62854C10.2488 7.82239 9.96903 8.04452 9.6698 8.23636C9.14024 8.57585 8.23117 9.02769 7.35692 8.53664C7.04691 8.36251 6.85602 8.07575 6.73669 7.83733C6.61047 7.58515 6.51844 7.29401 6.45024 6.99837C6.31336 6.40493 6.25 5.69311 6.25 5.0015C6.25 4.30988 6.31336 3.59807 6.45024 3.00462C6.51844 2.70898 6.61047 2.41784 6.73669 2.16567C6.85602 1.92725 7.04692 1.64049 7.35693 1.46636C8.23117 0.975301 9.14024 1.42714 9.6698 1.76664C9.96903 1.95847 10.2488 2.1806 10.4834 2.37446C10.5718 2.44745 11.929 3.53616 12 3.59581Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.78136 5.06485C4.893 5.04727 5.00014 5.13053 5.0023 5.24352C5.01543 5.92936 5.0856 6.64534 5.23223 7.28102C5.31352 7.63344 5.43322 8.02754 5.61888 8.39848C5.78614 8.73268 6.11916 9.27678 6.74477 9.62817C8.30262 10.5032 9.80571 9.63573 10.3444 9.29036C10.6016 9.12547 11.1998 8.65583 11.6151 8.32307C11.8014 8.17372 11.8946 8.09904 12 8.09904C12.1054 8.09904 12.1986 8.17372 12.3849 8.32307C12.8002 8.65584 13.3984 9.12547 13.6556 9.29036C14.1943 9.63573 15.6974 10.5032 17.2552 9.62817C17.8808 9.27678 18.2139 8.73268 18.3811 8.39848C18.5668 8.02754 18.6865 7.63344 18.7678 7.28102C18.9144 6.64533 18.9846 5.92935 18.9977 5.24351C18.9999 5.13053 19.107 5.04728 19.2186 5.06485C19.4215 5.09678 19.9616 5.13314 20.1949 5.14808C20.893 5.20268 21.9276 5.33376 22.5196 6.34505C22.748 6.73514 22.7721 7.14675 22.7368 7.53447C22.7041 7.89428 22.6092 8.3278 22.5022 8.81651L22.5021 8.81673L20.4077 18.4034C20.2533 19.1536 20.0698 20.045 19.7204 20.7869C19.2636 21.7569 18.4783 22.581 17.0894 22.7478H6.91055C5.5217 22.581 4.73641 21.7569 4.27955 20.7869C3.93015 20.045 3.74667 19.1536 3.59223 18.4034L1.49783 8.81674L1.49783 8.81673C1.39077 8.32785 1.29586 7.89439 1.26314 7.53447C1.22789 7.14675 1.252 6.73514 1.48036 6.34505C2.07237 5.33377 3.10703 5.20268 3.80503 5.14808C4.0384 5.13313 4.57848 5.09678 4.78136 5.06485ZM11.9955 11.0039C11.4457 11.0039 11 11.4516 11 12.0039C11 12.5562 11.4457 13.0039 11.9955 13.0039H12.0045C12.5543 13.0039 13 12.5562 13 12.0039C13 11.4516 12.5543 11.0039 12.0045 11.0039H11.9955ZM11.9955 14.5039C11.4457 14.5039 11 14.9516 11 15.5039C11 16.0562 11.4457 16.5039 11.9955 16.5039H12.0045C12.5543 16.5039 13 16.0562 13 15.5039C13 14.9516 12.5543 14.5039 12.0045 14.5039H11.9955ZM11.9955 18.0039C11.4457 18.0039 11 18.4516 11 19.0039C11 19.5562 11.4457 20.0039 11.9955 20.0039H12.0045C12.5543 20.0039 13 19.5562 13 19.0039C13 18.4516 12.5543 18.0039 12.0045 18.0039H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3.59581C12 3.59581 13.4282 2.44745 13.5166 2.37446C13.7512 2.1806 14.031 1.95847 14.3302 1.76664C14.8598 1.42714 15.7688 0.975301 16.6431 1.46636C16.9531 1.64049 17.144 1.92725 17.2633 2.16567C17.3895 2.41784 17.4816 2.70898 17.5498 3.00462C17.6866 3.59807 17.75 4.30988 17.75 5.0015C17.75 5.69311 17.6866 6.40493 17.5498 6.99837C17.4816 7.29401 17.3895 7.58515 17.2633 7.83733C17.144 8.07575 16.9531 8.36251 16.6431 8.53664C15.7688 9.02769 14.8598 8.57585 14.3302 8.23636C14.031 8.04452 13.7512 7.82239 13.5166 7.62854C13.4282 7.55555 12.071 6.46683 12 6.40719C12 6.40719 10.5718 7.55555 10.4834 7.62854C10.2488 7.82239 9.96903 8.04452 9.6698 8.23636C9.14024 8.57585 8.23117 9.02769 7.35692 8.53664C7.04691 8.36251 6.85602 8.07575 6.73669 7.83733C6.61047 7.58515 6.51844 7.29401 6.45024 6.99837C6.31336 6.40493 6.25 5.69311 6.25 5.0015C6.25 4.30988 6.31336 3.59807 6.45024 3.00462C6.51844 2.70898 6.61047 2.41784 6.73669 2.16567C6.85602 1.92725 7.04692 1.64049 7.35693 1.46636C8.23117 0.975301 9.14024 1.42714 9.6698 1.76664C9.96903 1.95847 10.2488 2.1806 10.4834 2.37446C10.5718 2.44745 11.929 3.53616 12 3.59581Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.78136 5.06485C4.893 5.04727 5.00014 5.13053 5.0023 5.24352C5.01543 5.92936 5.0856 6.64534 5.23223 7.28102C5.31352 7.63344 5.43322 8.02754 5.61888 8.39848C5.78614 8.73268 6.11916 9.27678 6.74477 9.62817C8.30262 10.5032 9.80571 9.63573 10.3444 9.29036C10.6016 9.12547 11.1998 8.65583 11.6151 8.32307C11.8014 8.17372 11.8946 8.09904 12 8.09904C12.1054 8.09904 12.1986 8.17372 12.3849 8.32307C12.8002 8.65584 13.3984 9.12547 13.6556 9.29036C14.1943 9.63573 15.6974 10.5032 17.2552 9.62817C17.8808 9.27678 18.2139 8.73268 18.3811 8.39848C18.5668 8.02754 18.6865 7.63344 18.7678 7.28102C18.9144 6.64533 18.9846 5.92935 18.9977 5.24351C18.9999 5.13053 19.107 5.04728 19.2186 5.06485C19.4215 5.09678 19.9616 5.13314 20.1949 5.14808C20.893 5.20268 21.9276 5.33376 22.5196 6.34505C22.748 6.73514 22.7721 7.14675 22.7368 7.53447C22.7041 7.89428 22.6092 8.3278 22.5022 8.81651L22.5021 8.81673L20.4077 18.4034C20.2533 19.1536 20.0698 20.045 19.7204 20.7869C19.2636 21.7569 18.4783 22.581 17.0894 22.7478H6.91055C5.5217 22.581 4.73641 21.7569 4.27955 20.7869C3.93015 20.045 3.74667 19.1536 3.59223 18.4034L1.49783 8.81674L1.49783 8.81673C1.39077 8.32785 1.29586 7.89439 1.26314 7.53447C1.22789 7.14675 1.252 6.73514 1.48036 6.34505C2.07237 5.33377 3.10703 5.20268 3.80503 5.14808C4.0384 5.13313 4.57848 5.09678 4.78136 5.06485ZM11.9955 11.0039C11.4457 11.0039 11 11.4516 11 12.0039C11 12.5562 11.4457 13.0039 11.9955 13.0039H12.0045C12.5543 13.0039 13 12.5562 13 12.0039C13 11.4516 12.5543 11.0039 12.0045 11.0039H11.9955ZM11.9955 14.5039C11.4457 14.5039 11 14.9516 11 15.5039C11 16.0562 11.4457 16.5039 11.9955 16.5039H12.0045C12.5543 16.5039 13 16.0562 13 15.5039C13 14.9516 12.5543 14.5039 12.0045 14.5039H11.9955ZM11.9955 18.0039C11.4457 18.0039 11 18.4516 11 19.0039C11 19.5562 11.4457 20.0039 11.9955 20.0039H12.0045C12.5543 20.0039 13 19.5562 13 19.0039C13 18.4516 12.5543 18.0039 12.0045 18.0039H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-suit-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.8947 6.35694C10.2509 6.14388 10.713 6.25912 10.9266 6.61434L12.0002 8.40586L13.0739 6.61434C13.2875 6.25912 13.7495 6.14388 14.1058 6.35694C14.462 6.56999 14.5776 7.03067 14.3639 7.38589C14.0484 7.91042 13.7123 8.4273 13.4177 8.96493C13.2543 9.26332 13.2498 9.28214 13.3302 9.63373L15.1956 17.7915C15.4291 19.1014 14.8841 20.1149 14.0699 21.0879L13.0643 22.2654C12.8175 22.5001 12.4718 22.7501 12 22.7501C11.5281 22.7501 11.1825 22.5001 10.9357 22.2654L9.93012 21.0879C9.11588 20.1149 8.5709 19.1014 8.80437 17.7915L10.6589 9.64991C10.7461 9.26715 10.7447 9.25824 10.5446 8.9202L9.63655 7.38589C9.42288 7.03067 9.53846 6.56999 9.8947 6.35694Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.50106 7.90879L5.80014 5.63109C5.63089 5.40445 5.54626 5.29113 5.424 5.2382C5.30173 5.18527 5.15949 5.20131 4.87502 5.23339C4.55961 5.26896 4.18295 5.30852 3.93041 5.32541C2.86496 5.39669 3.03724 5.62854 3.21994 6.52609L5.20435 16.275C5.43227 17.1654 5.58313 17.7453 5.75244 18.1721C5.92 18.5946 6.15931 18.9453 6.63322 19.0089C7.18059 19.0824 7.56474 19.5857 7.49123 20.1331C7.41772 20.6805 6.9144 21.0646 6.36703 20.9911C5.17224 20.8307 4.32757 20.0042 3.89334 18.9095C3.61406 18.2054 3.40055 17.4403 3.2495 16.6983L1.2651 6.94943L1.25706 6.91803C1.15427 6.51684 1.05204 6.11781 1.0158 5.77682C0.974166 5.38514 0.999351 4.91412 1.30253 4.47116C1.98635 3.47205 3.13633 3.37407 3.79691 3.32987C4.23605 3.30049 4.86784 3.36975 5.25767 3.11844C5.56855 2.91803 5.60691 2.66003 5.71726 2.32864C5.81258 2.0424 6.00051 1.61247 6.49399 1.32013C6.92114 1.06709 7.44406 1 8.00013 1C8.22416 1 8.44171 1.07523 8.61789 1.21363L10.7731 2.90672C11.0747 3.14366 11.3874 3.3756 11.6675 3.63916C11.8364 3.79808 11.9208 3.87754 12.0001 3.87754C12.0794 3.87754 12.1639 3.79809 12.3328 3.6392C12.6133 3.37522 12.9267 3.14273 13.2272 2.90672L15.3824 1.21363C15.5585 1.07523 15.7761 1 16.0001 1C16.5562 1 17.0791 1.06709 17.5063 1.32013C17.9997 1.61247 18.1877 2.0424 18.283 2.32864C18.3933 2.66003 18.4317 2.91804 18.7426 3.11845C19.1324 3.36975 19.7642 3.3005 20.2033 3.32987C20.8639 3.37407 22.0139 3.47205 22.6977 4.47116C23.0009 4.91412 23.0261 5.38514 22.9845 5.77682C22.9482 6.11763 22.8461 6.51642 22.7434 6.91741L22.7352 6.94944L20.7507 16.6983C20.5997 17.4403 20.3862 18.2054 20.1069 18.9095C19.6727 20.0043 18.828 20.8307 17.6332 20.9911C17.0859 21.0646 16.5825 20.6805 16.509 20.1331C16.4355 19.5857 16.8197 19.0824 17.367 19.0089C17.8409 18.9453 18.0803 18.5946 18.2478 18.1721C18.4171 17.7453 18.568 17.1654 18.7959 16.275L20.7803 6.52609C20.963 5.62854 21.1353 5.39669 20.0698 5.32541C19.8173 5.30852 19.4406 5.26896 19.1252 5.23339C18.8408 5.20131 18.6985 5.18528 18.5763 5.2382C18.454 5.29113 18.3694 5.40445 18.2001 5.63109L16.4992 7.90879C16.3572 8.1072 16.1921 8.34087 16.0259 8.5156C15.8409 8.71009 15.5266 8.97196 15.0557 9.00701C14.583 9.0422 14.233 8.82813 14.0209 8.66084C13.5958 8.32567 13.2392 7.88819 12.8664 7.49792C12.6129 7.23249 12.369 6.97702 12.1673 6.73454C12.0871 6.63814 12.047 6.58994 12.0001 6.58994C11.9532 6.58994 11.9131 6.63814 11.833 6.73453C11.6313 6.97702 11.3873 7.2325 11.1338 7.49792C10.7611 7.88819 10.4044 8.32567 9.9794 8.66084C9.76724 8.82813 9.41724 9.0422 8.94455 9.00701C8.47367 8.97196 8.15937 8.71009 7.97436 8.5156C7.80814 8.34087 7.64306 8.1072 7.50106 7.90879Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.8947 6.35694C10.2509 6.14388 10.713 6.25912 10.9266 6.61434L12.0002 8.40586L13.0739 6.61434C13.2875 6.25912 13.7495 6.14388 14.1058 6.35694C14.462 6.56999 14.5776 7.03067 14.3639 7.38589C14.0484 7.91042 13.7123 8.4273 13.4177 8.96493C13.2543 9.26332 13.2498 9.28214 13.3302 9.63373L15.1956 17.7915C15.4291 19.1014 14.8841 20.1149 14.0699 21.0879L13.0643 22.2654C12.8175 22.5001 12.4718 22.7501 12 22.7501C11.5281 22.7501 11.1825 22.5001 10.9357 22.2654L9.93012 21.0879C9.11588 20.1149 8.5709 19.1014 8.80437 17.7915L10.6589 9.64991C10.7461 9.26715 10.7447 9.25824 10.5446 8.9202L9.63655 7.38589C9.42288 7.03067 9.53846 6.56999 9.8947 6.35694Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.50106 7.90879L5.80014 5.63109C5.63089 5.40445 5.54626 5.29113 5.424 5.2382C5.30173 5.18527 5.15949 5.20131 4.87502 5.23339C4.55961 5.26896 4.18295 5.30852 3.93041 5.32541C2.86496 5.39669 3.03724 5.62854 3.21994 6.52609L5.20435 16.275C5.43227 17.1654 5.58313 17.7453 5.75244 18.1721C5.92 18.5946 6.15931 18.9453 6.63322 19.0089C7.18059 19.0824 7.56474 19.5857 7.49123 20.1331C7.41772 20.6805 6.9144 21.0646 6.36703 20.9911C5.17224 20.8307 4.32757 20.0042 3.89334 18.9095C3.61406 18.2054 3.40055 17.4403 3.2495 16.6983L1.2651 6.94943L1.25706 6.91803C1.15427 6.51684 1.05204 6.11781 1.0158 5.77682C0.974166 5.38514 0.999351 4.91412 1.30253 4.47116C1.98635 3.47205 3.13633 3.37407 3.79691 3.32987C4.23605 3.30049 4.86784 3.36975 5.25767 3.11844C5.56855 2.91803 5.60691 2.66003 5.71726 2.32864C5.81258 2.0424 6.00051 1.61247 6.49399 1.32013C6.92114 1.06709 7.44406 1 8.00013 1C8.22416 1 8.44171 1.07523 8.61789 1.21363L10.7731 2.90672C11.0747 3.14366 11.3874 3.3756 11.6675 3.63916C11.8364 3.79808 11.9208 3.87754 12.0001 3.87754C12.0794 3.87754 12.1639 3.79809 12.3328 3.6392C12.6133 3.37522 12.9267 3.14273 13.2272 2.90672L15.3824 1.21363C15.5585 1.07523 15.7761 1 16.0001 1C16.5562 1 17.0791 1.06709 17.5063 1.32013C17.9997 1.61247 18.1877 2.0424 18.283 2.32864C18.3933 2.66003 18.4317 2.91804 18.7426 3.11845C19.1324 3.36975 19.7642 3.3005 20.2033 3.32987C20.8639 3.37407 22.0139 3.47205 22.6977 4.47116C23.0009 4.91412 23.0261 5.38514 22.9845 5.77682C22.9482 6.11763 22.8461 6.51642 22.7434 6.91741L22.7352 6.94944L20.7507 16.6983C20.5997 17.4403 20.3862 18.2054 20.1069 18.9095C19.6727 20.0043 18.828 20.8307 17.6332 20.9911C17.0859 21.0646 16.5825 20.6805 16.509 20.1331C16.4355 19.5857 16.8197 19.0824 17.367 19.0089C17.8409 18.9453 18.0803 18.5946 18.2478 18.1721C18.4171 17.7453 18.568 17.1654 18.7959 16.275L20.7803 6.52609C20.963 5.62854 21.1353 5.39669 20.0698 5.32541C19.8173 5.30852 19.4406 5.26896 19.1252 5.23339C18.8408 5.20131 18.6985 5.18528 18.5763 5.2382C18.454 5.29113 18.3694 5.40445 18.2001 5.63109L16.4992 7.90879C16.3572 8.1072 16.1921 8.34087 16.0259 8.5156C15.8409 8.71009 15.5266 8.97196 15.0557 9.00701C14.583 9.0422 14.233 8.82813 14.0209 8.66084C13.5958 8.32567 13.2392 7.88819 12.8664 7.49792C12.6129 7.23249 12.369 6.97702 12.1673 6.73454C12.0871 6.63814 12.047 6.58994 12.0001 6.58994C11.9532 6.58994 11.9131 6.63814 11.833 6.73453C11.6313 6.97702 11.3873 7.2325 11.1338 7.49792C10.7611 7.88819 10.4044 8.32567 9.9794 8.66084C9.76724 8.82813 9.41724 9.0422 8.94455 9.00701C8.47367 8.97196 8.15937 8.71009 7.97436 8.5156C7.80814 8.34087 7.64306 8.1072 7.50106 7.90879Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-t-shirt{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5484 5.19744C7.84197 4.62625 8.29409 3.89692 8.51163 3.55305C8.59638 3.51682 8.70479 3.47212 8.83299 3.4225L9.74596 7.07441L7.48315 5.3145C7.50623 5.2762 7.52799 5.23715 7.5484 5.19744ZM5.77578 4.79682C5.82659 4.77219 5.881 4.75294 5.93845 4.73996C6.04159 4.71667 6.14892 4.63897 6.21429 4.51178C6.56563 3.82816 7.10005 2.97697 7.29222 2.67512C7.4173 2.47866 7.5987 2.31578 7.8248 2.21601C8.31261 2.00075 10.1344 1.25 12.0004 1.25C13.8665 1.25 15.6883 2.00075 16.1761 2.216C16.4022 2.31578 16.5836 2.47866 16.7087 2.67512C16.9008 2.97697 17.4353 3.82816 17.7866 4.51178C17.852 4.63897 17.9593 4.71667 18.0624 4.73996C18.1315 4.75557 18.1962 4.78025 18.2556 4.81247L18.3817 4.82332C19.9688 5.30753 20.8856 6.49382 21.449 7.79083C21.6345 8.16546 22.3225 9.59055 22.4761 10.0247C22.7742 10.8673 22.9678 11.9595 22.2978 12.9181C21.8218 13.5991 21.0542 13.9533 20.3989 14.1793C20.0596 14.2962 19.0624 14.5694 18.75 14.6529V17.7374V17.7375C18.75 18.5975 18.7501 19.3206 18.6695 19.8959C18.5839 20.5079 18.3945 21.0618 17.9338 21.5044C17.6314 21.7948 17.2261 21.999 16.8119 22.1498C16.3875 22.3042 15.8971 22.4225 15.3762 22.5117C14.3338 22.6902 13.1047 22.7631 11.899 22.7481C10.6928 22.733 9.48276 22.6295 8.47696 22.444C7.97468 22.3514 7.50783 22.2355 7.11113 22.0932C6.73068 21.9566 6.34442 21.7715 6.06626 21.5044C5.60555 21.0618 5.41613 20.5079 5.33048 19.8959C5.24995 19.3206 5.24998 18.5975 5.25001 17.7374L5.25001 14.6529C4.93763 14.5694 3.94044 14.2962 3.60117 14.1793C2.94582 13.9533 2.17822 13.5991 1.70221 12.9181C1.03221 11.9595 1.22581 10.8673 1.5239 10.0247C1.67749 9.59055 1.87775 9.16878 2.06332 8.79415C2.19662 8.5282 2.45635 8.00886 2.55105 7.79083C3.1126 6.49803 4.1971 5.28419 5.77578 4.79682ZM16.5175 5.31404C16.4945 5.27589 16.4728 5.237 16.4525 5.19744C16.1589 4.62625 15.7068 3.89692 15.4893 3.55305C15.4045 3.51682 15.2961 3.47212 15.1679 3.4225L14.2551 7.07358L16.5175 5.31404ZM12.3382 8.5568L13.7339 2.97389C13.1946 2.84535 12.5942 2.75 12.0004 2.75C11.4067 2.75 10.8063 2.84535 10.267 2.97389L11.6629 8.55755C11.7323 8.6074 11.792 8.6475 11.8466 8.68029C11.9139 8.72076 11.9536 8.73747 11.9748 8.74454C11.9912 8.75004 11.997 8.75001 11.9997 8.75C12.0024 8.75001 12.0088 8.75004 12.0253 8.74454C12.0464 8.73747 12.0861 8.72076 12.1534 8.68029C12.2083 8.64733 12.2683 8.607 12.3382 8.5568Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5484 5.19744C7.84197 4.62625 8.29409 3.89692 8.51163 3.55305C8.59638 3.51682 8.70479 3.47212 8.83299 3.4225L9.74596 7.07441L7.48315 5.3145C7.50623 5.2762 7.52799 5.23715 7.5484 5.19744ZM5.77578 4.79682C5.82659 4.77219 5.881 4.75294 5.93845 4.73996C6.04159 4.71667 6.14892 4.63897 6.21429 4.51178C6.56563 3.82816 7.10005 2.97697 7.29222 2.67512C7.4173 2.47866 7.5987 2.31578 7.8248 2.21601C8.31261 2.00075 10.1344 1.25 12.0004 1.25C13.8665 1.25 15.6883 2.00075 16.1761 2.216C16.4022 2.31578 16.5836 2.47866 16.7087 2.67512C16.9008 2.97697 17.4353 3.82816 17.7866 4.51178C17.852 4.63897 17.9593 4.71667 18.0624 4.73996C18.1315 4.75557 18.1962 4.78025 18.2556 4.81247L18.3817 4.82332C19.9688 5.30753 20.8856 6.49382 21.449 7.79083C21.6345 8.16546 22.3225 9.59055 22.4761 10.0247C22.7742 10.8673 22.9678 11.9595 22.2978 12.9181C21.8218 13.5991 21.0542 13.9533 20.3989 14.1793C20.0596 14.2962 19.0624 14.5694 18.75 14.6529V17.7374V17.7375C18.75 18.5975 18.7501 19.3206 18.6695 19.8959C18.5839 20.5079 18.3945 21.0618 17.9338 21.5044C17.6314 21.7948 17.2261 21.999 16.8119 22.1498C16.3875 22.3042 15.8971 22.4225 15.3762 22.5117C14.3338 22.6902 13.1047 22.7631 11.899 22.7481C10.6928 22.733 9.48276 22.6295 8.47696 22.444C7.97468 22.3514 7.50783 22.2355 7.11113 22.0932C6.73068 21.9566 6.34442 21.7715 6.06626 21.5044C5.60555 21.0618 5.41613 20.5079 5.33048 19.8959C5.24995 19.3206 5.24998 18.5975 5.25001 17.7374L5.25001 14.6529C4.93763 14.5694 3.94044 14.2962 3.60117 14.1793C2.94582 13.9533 2.17822 13.5991 1.70221 12.9181C1.03221 11.9595 1.22581 10.8673 1.5239 10.0247C1.67749 9.59055 1.87775 9.16878 2.06332 8.79415C2.19662 8.5282 2.45635 8.00886 2.55105 7.79083C3.1126 6.49803 4.1971 5.28419 5.77578 4.79682ZM16.5175 5.31404C16.4945 5.27589 16.4728 5.237 16.4525 5.19744C16.1589 4.62625 15.7068 3.89692 15.4893 3.55305C15.4045 3.51682 15.2961 3.47212 15.1679 3.4225L14.2551 7.07358L16.5175 5.31404ZM12.3382 8.5568L13.7339 2.97389C13.1946 2.84535 12.5942 2.75 12.0004 2.75C11.4067 2.75 10.8063 2.84535 10.267 2.97389L11.6629 8.55755C11.7323 8.6074 11.792 8.6475 11.8466 8.68029C11.9139 8.72076 11.9536 8.73747 11.9748 8.74454C11.9912 8.75004 11.997 8.75001 11.9997 8.75C12.0024 8.75001 12.0088 8.75004 12.0253 8.74454C12.0464 8.73747 12.0861 8.72076 12.1534 8.68029C12.2083 8.64733 12.2683 8.607 12.3382 8.5568Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-tank-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6161 1.25C14.9693 1.36752 13.1601 1.78312 11.9993 3.23622C10.8386 1.78312 9.0293 1.36752 7.38252 1.25C7.38239 1.25041 7.38226 1.25081 7.38213 1.25122C7.22429 1.2453 7.06015 1.2614 6.91156 1.29032C6.75017 1.32174 6.552 1.37887 6.37271 1.48143L3.78568 2.96125C3.10907 3.34828 2.75339 4.15164 2.98037 4.92951C3.05767 5.1944 3.13788 5.45787 3.2178 5.72035L3.21781 5.72038C3.47401 6.56186 3.72714 7.39321 3.87102 8.22909C4.05719 9.31061 4.03207 10.2691 3.63373 11.0865C3.52092 11.3179 3.39036 11.5382 3.24572 11.7738C3.12538 11.9687 2.91951 12.3024 2.80183 12.5172C2.50579 13.0576 2.25 13.6895 2.25 14.4988C2.25 16.0207 3.04876 17.3564 4.25 18.108L4.25 19.0543V19.0554C4.24998 19.5698 4.24998 19.707 4.26505 19.8424C4.27052 19.8917 4.27799 19.9407 4.28818 20.0076C4.29884 20.0776 4.31247 20.167 4.32991 20.2967C4.41432 20.9245 4.59999 21.4913 5.05546 21.9468C5.51093 22.4023 6.07773 22.588 6.70552 22.6724C7.3003 22.7523 8.04952 22.7523 8.94801 22.7523H15.052C15.9505 22.7523 16.6997 22.7523 17.2945 22.6724C17.9223 22.588 18.4891 22.4023 18.9445 21.9468C19.4 21.4913 19.5857 20.9245 19.6701 20.2967C19.6875 20.167 19.7012 20.0776 19.7118 20.0076C19.722 19.9407 19.7295 19.8917 19.735 19.8424C19.75 19.707 19.75 19.5698 19.75 19.0554V19.0543V18.108C20.9512 17.3564 21.75 16.0207 21.75 14.4988C21.75 13.6895 21.4942 13.0576 21.1982 12.5172C21.0805 12.3024 20.9498 12.0907 20.8295 11.8958L20.8294 11.8958L20.8294 11.8957C20.6847 11.66 20.4791 11.3179 20.3663 11.0865C19.9679 10.2691 19.9428 9.31061 20.129 8.22909C20.2729 7.39321 20.526 6.56185 20.7822 5.72037L20.7823 5.72014L20.7824 5.71983C20.8622 5.45752 20.9424 5.19423 21.0196 4.92951C21.2466 4.15164 20.8909 3.34828 20.2143 2.96125L17.6273 1.48143C17.448 1.37887 17.2498 1.32174 17.0884 1.29032C16.9394 1.26132 16.7748 1.2452 16.6165 1.25127C16.6164 1.25085 16.6163 1.25042 16.6161 1.25ZM16.1925 3.55819C14.8909 4.2256 13.9993 5.58748 13.9993 7.15903C13.9993 7.81446 14.2424 8.52592 14.5429 9.09983C14.6814 8.95883 14.8144 8.80579 14.9411 8.64118C15.7366 7.60693 16.25 6.1461 16.25 4.50227C16.25 4.18027 16.2303 3.86493 16.1925 3.55819ZM12.2695 10.2407C12.18 10.2469 12.0899 10.25 11.9993 10.25C11.911 10.25 11.8232 10.247 11.736 10.2411C11.8236 10.2485 11.9116 10.2523 12 10.2523C12.0902 10.2523 12.1801 10.2484 12.2695 10.2407ZM9.46416 9.10696C9.76373 8.53182 9.99932 7.81718 9.99932 7.15903C9.99932 5.588 9.10835 4.2265 7.80743 3.55885C7.7697 3.86538 7.75 4.1805 7.75 4.50227C7.75 6.1461 8.26336 7.60693 9.05893 8.64118C9.1877 8.80857 9.32305 8.964 9.46416 9.10696ZM12.0841 16.0008C12.8344 16.0155 13.5236 16.2375 14.2898 16.5582C14.6719 16.7181 14.852 17.1575 14.692 17.5396C14.5321 17.9217 14.0927 18.1018 13.7106 17.9418C13.0003 17.6445 12.52 17.5096 12.0546 17.5005C11.5944 17.4915 11.0748 17.6046 10.2962 17.9391C9.91566 18.1026 9.47459 17.9266 9.31109 17.546C9.14759 17.1655 9.32357 16.7244 9.70415 16.5609C10.5866 16.1818 11.3287 15.9859 12.0841 16.0008Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6161 1.25C14.9693 1.36752 13.1601 1.78312 11.9993 3.23622C10.8386 1.78312 9.0293 1.36752 7.38252 1.25C7.38239 1.25041 7.38226 1.25081 7.38213 1.25122C7.22429 1.2453 7.06015 1.2614 6.91156 1.29032C6.75017 1.32174 6.552 1.37887 6.37271 1.48143L3.78568 2.96125C3.10907 3.34828 2.75339 4.15164 2.98037 4.92951C3.05767 5.1944 3.13788 5.45787 3.2178 5.72035L3.21781 5.72038C3.47401 6.56186 3.72714 7.39321 3.87102 8.22909C4.05719 9.31061 4.03207 10.2691 3.63373 11.0865C3.52092 11.3179 3.39036 11.5382 3.24572 11.7738C3.12538 11.9687 2.91951 12.3024 2.80183 12.5172C2.50579 13.0576 2.25 13.6895 2.25 14.4988C2.25 16.0207 3.04876 17.3564 4.25 18.108L4.25 19.0543V19.0554C4.24998 19.5698 4.24998 19.707 4.26505 19.8424C4.27052 19.8917 4.27799 19.9407 4.28818 20.0076C4.29884 20.0776 4.31247 20.167 4.32991 20.2967C4.41432 20.9245 4.59999 21.4913 5.05546 21.9468C5.51093 22.4023 6.07773 22.588 6.70552 22.6724C7.3003 22.7523 8.04952 22.7523 8.94801 22.7523H15.052C15.9505 22.7523 16.6997 22.7523 17.2945 22.6724C17.9223 22.588 18.4891 22.4023 18.9445 21.9468C19.4 21.4913 19.5857 20.9245 19.6701 20.2967C19.6875 20.167 19.7012 20.0776 19.7118 20.0076C19.722 19.9407 19.7295 19.8917 19.735 19.8424C19.75 19.707 19.75 19.5698 19.75 19.0554V19.0543V18.108C20.9512 17.3564 21.75 16.0207 21.75 14.4988C21.75 13.6895 21.4942 13.0576 21.1982 12.5172C21.0805 12.3024 20.9498 12.0907 20.8295 11.8958L20.8294 11.8958L20.8294 11.8957C20.6847 11.66 20.4791 11.3179 20.3663 11.0865C19.9679 10.2691 19.9428 9.31061 20.129 8.22909C20.2729 7.39321 20.526 6.56185 20.7822 5.72037L20.7823 5.72014L20.7824 5.71983C20.8622 5.45752 20.9424 5.19423 21.0196 4.92951C21.2466 4.15164 20.8909 3.34828 20.2143 2.96125L17.6273 1.48143C17.448 1.37887 17.2498 1.32174 17.0884 1.29032C16.9394 1.26132 16.7748 1.2452 16.6165 1.25127C16.6164 1.25085 16.6163 1.25042 16.6161 1.25ZM16.1925 3.55819C14.8909 4.2256 13.9993 5.58748 13.9993 7.15903C13.9993 7.81446 14.2424 8.52592 14.5429 9.09983C14.6814 8.95883 14.8144 8.80579 14.9411 8.64118C15.7366 7.60693 16.25 6.1461 16.25 4.50227C16.25 4.18027 16.2303 3.86493 16.1925 3.55819ZM12.2695 10.2407C12.18 10.2469 12.0899 10.25 11.9993 10.25C11.911 10.25 11.8232 10.247 11.736 10.2411C11.8236 10.2485 11.9116 10.2523 12 10.2523C12.0902 10.2523 12.1801 10.2484 12.2695 10.2407ZM9.46416 9.10696C9.76373 8.53182 9.99932 7.81718 9.99932 7.15903C9.99932 5.588 9.10835 4.2265 7.80743 3.55885C7.7697 3.86538 7.75 4.1805 7.75 4.50227C7.75 6.1461 8.26336 7.60693 9.05893 8.64118C9.1877 8.80857 9.32305 8.964 9.46416 9.10696ZM12.0841 16.0008C12.8344 16.0155 13.5236 16.2375 14.2898 16.5582C14.6719 16.7181 14.852 17.1575 14.692 17.5396C14.5321 17.9217 14.0927 18.1018 13.7106 17.9418C13.0003 17.6445 12.52 17.5096 12.0546 17.5005C11.5944 17.4915 11.0748 17.6046 10.2962 17.9391C9.91566 18.1026 9.47459 17.9266 9.31109 17.546C9.14759 17.1655 9.32357 16.7244 9.70415 16.5609C10.5866 16.1818 11.3287 15.9859 12.0841 16.0008Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-turtle-neck{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6612 1.30726C14.4479 1.26063 14.2166 1.25 13.9924 1.25L10.0072 1.25517C9.78309 1.25519 9.55195 1.26583 9.33877 1.31243C9.11709 1.36088 8.86944 1.45787 8.66242 1.66397C8.45517 1.87031 8.35708 2.11784 8.30799 2.34019C8.26081 2.5539 8.25 2.78556 8.25 3.01007V4.06335L5.60516 5.4504C4.77335 5.82884 4.12015 6.21379 3.66315 6.81791C3.20227 7.42715 3.01061 8.1671 2.87415 9.08087L1.31237 19.5385C1.28439 19.7253 1.25377 19.9298 1.25035 20.1073C1.24631 20.3166 1.27546 20.5854 1.44923 20.8435C1.63974 21.1264 1.95418 21.2899 2.15229 21.3789C2.38871 21.4852 2.65896 21.57 2.91874 21.6309C3.17884 21.6919 3.45441 21.7349 3.70533 21.7464C3.8306 21.7521 3.96389 21.7507 4.0937 21.7348C4.213 21.7202 4.38368 21.6874 4.54885 21.5964C4.82333 21.4453 4.97264 21.2174 5.06476 21.0277C5.14294 20.8667 5.26943 20.4877 5.26943 20.4877L6.28575 17.4471L6.27866 17.8093L6.27866 17.8093C6.2644 18.5313 6.25 19.2604 6.25 19.9995C6.25 20.4294 6.27144 20.8258 6.34728 21.171C6.42498 21.5247 6.56966 21.8708 6.84917 22.1503C7.12868 22.4298 7.4748 22.5745 7.82851 22.6522C8.17373 22.728 8.5701 22.7495 9 22.7495H15C15.4299 22.7495 15.8263 22.728 16.1715 22.6522C16.5252 22.5745 16.8713 22.4298 17.1508 22.1503C17.4303 21.8708 17.575 21.5247 17.6527 21.171C17.7286 20.8258 17.75 20.4294 17.75 19.9995C17.75 19.2603 17.7356 18.5312 17.7213 17.8093L17.7143 17.4471L18.7306 20.4877C18.791 20.6688 18.8571 20.8667 18.9352 21.0277C19.0274 21.2174 19.1767 21.4453 19.4512 21.5964C19.6163 21.6874 19.787 21.7202 19.9063 21.7348C20.0361 21.7507 20.1694 21.7521 20.2947 21.7464C20.5456 21.7349 20.8212 21.6919 21.0813 21.6309C21.341 21.57 21.6113 21.4852 21.8477 21.3789C22.0458 21.2899 22.3603 21.1264 22.5508 20.8435C22.7245 20.5854 22.7537 20.3166 22.7496 20.1073C22.7462 19.9297 22.7156 19.7253 22.6876 19.5384L21.1258 9.08087C20.9894 8.1671 20.7977 7.42715 20.3369 6.81791C19.8799 6.2139 19.2269 5.82898 18.3953 5.45061L15.75 4.05885V3.0049C15.75 2.78039 15.7392 2.54873 15.692 2.33502C15.6429 2.11267 15.5448 1.86514 15.3376 1.6588C15.1306 1.45269 14.8829 1.35571 14.6612 1.30726ZM14.25 4.16146V3.0049C14.25 2.89674 14.2465 2.81711 14.2413 2.75879C14.1825 2.75356 14.1021 2.75001 13.9928 2.75L10.0086 2.75517C9.89908 2.75517 9.8176 2.75873 9.75869 2.76396C9.75352 2.82228 9.75 2.9019 9.75 3.01007V4.16817C11.1251 5.23989 12.8558 5.24207 14.25 4.16146Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6612 1.30726C14.4479 1.26063 14.2166 1.25 13.9924 1.25L10.0072 1.25517C9.78309 1.25519 9.55195 1.26583 9.33877 1.31243C9.11709 1.36088 8.86944 1.45787 8.66242 1.66397C8.45517 1.87031 8.35708 2.11784 8.30799 2.34019C8.26081 2.5539 8.25 2.78556 8.25 3.01007V4.06335L5.60516 5.4504C4.77335 5.82884 4.12015 6.21379 3.66315 6.81791C3.20227 7.42715 3.01061 8.1671 2.87415 9.08087L1.31237 19.5385C1.28439 19.7253 1.25377 19.9298 1.25035 20.1073C1.24631 20.3166 1.27546 20.5854 1.44923 20.8435C1.63974 21.1264 1.95418 21.2899 2.15229 21.3789C2.38871 21.4852 2.65896 21.57 2.91874 21.6309C3.17884 21.6919 3.45441 21.7349 3.70533 21.7464C3.8306 21.7521 3.96389 21.7507 4.0937 21.7348C4.213 21.7202 4.38368 21.6874 4.54885 21.5964C4.82333 21.4453 4.97264 21.2174 5.06476 21.0277C5.14294 20.8667 5.26943 20.4877 5.26943 20.4877L6.28575 17.4471L6.27866 17.8093L6.27866 17.8093C6.2644 18.5313 6.25 19.2604 6.25 19.9995C6.25 20.4294 6.27144 20.8258 6.34728 21.171C6.42498 21.5247 6.56966 21.8708 6.84917 22.1503C7.12868 22.4298 7.4748 22.5745 7.82851 22.6522C8.17373 22.728 8.5701 22.7495 9 22.7495H15C15.4299 22.7495 15.8263 22.728 16.1715 22.6522C16.5252 22.5745 16.8713 22.4298 17.1508 22.1503C17.4303 21.8708 17.575 21.5247 17.6527 21.171C17.7286 20.8258 17.75 20.4294 17.75 19.9995C17.75 19.2603 17.7356 18.5312 17.7213 17.8093L17.7143 17.4471L18.7306 20.4877C18.791 20.6688 18.8571 20.8667 18.9352 21.0277C19.0274 21.2174 19.1767 21.4453 19.4512 21.5964C19.6163 21.6874 19.787 21.7202 19.9063 21.7348C20.0361 21.7507 20.1694 21.7521 20.2947 21.7464C20.5456 21.7349 20.8212 21.6919 21.0813 21.6309C21.341 21.57 21.6113 21.4852 21.8477 21.3789C22.0458 21.2899 22.3603 21.1264 22.5508 20.8435C22.7245 20.5854 22.7537 20.3166 22.7496 20.1073C22.7462 19.9297 22.7156 19.7253 22.6876 19.5384L21.1258 9.08087C20.9894 8.1671 20.7977 7.42715 20.3369 6.81791C19.8799 6.2139 19.2269 5.82898 18.3953 5.45061L15.75 4.05885V3.0049C15.75 2.78039 15.7392 2.54873 15.692 2.33502C15.6429 2.11267 15.5448 1.86514 15.3376 1.6588C15.1306 1.45269 14.8829 1.35571 14.6612 1.30726ZM14.25 4.16146V3.0049C14.25 2.89674 14.2465 2.81711 14.2413 2.75879C14.1825 2.75356 14.1021 2.75001 13.9928 2.75L10.0086 2.75517C9.89908 2.75517 9.8176 2.75873 9.75869 2.76396C9.75352 2.82228 9.75 2.9019 9.75 3.01007V4.16817C11.1251 5.23989 12.8558 5.24207 14.25 4.16146Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-underpants-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2776 3.25H17.2776C17.9223 3.24997 18.4786 3.24994 18.9402 3.31211C19.4422 3.37971 19.8932 3.5269 20.3063 3.85787C21.0701 4.46999 21.2564 5.32984 21.4838 6.37899C21.495 6.43061 21.5063 6.4829 21.5177 6.53587C21.5877 6.8635 21.6227 7.02732 21.5327 7.13866C21.4426 7.25 21.2733 7.25 20.9348 7.25H3.06538C2.72685 7.25 2.55758 7.25 2.46753 7.13866C2.37748 7.02732 2.4125 6.86351 2.48253 6.53587C2.49386 6.48291 2.50515 6.43061 2.51641 6.379C2.74376 5.32984 2.93008 4.46999 3.69394 3.85786C4.10695 3.5269 4.55796 3.37971 5.06 3.31211C5.52163 3.24994 6.07789 3.24997 6.72259 3.25H6.72263H6.72267H17.2775H17.2776ZM2.5752 8.75C2.3317 8.75 2.20996 8.75 2.12575 8.82206C2.04154 8.89411 2.02285 9.01352 1.98547 9.25234C1.72055 10.9449 1.48243 12.9448 1.34107 15.1211C1.2737 16.1578 1.21798 17.0153 1.2719 17.7079C1.32908 18.4422 1.51433 19.084 1.9971 19.6353C2.52396 20.1538 3.33854 20.5504 4.08856 20.6527C4.80299 20.7501 5.79413 20.75 6.89192 20.75C6.89193 20.75 6.89193 20.75 6.89194 20.75C6.89194 20.75 6.89195 20.75 6.89194 20.75C6.89247 20.75 7.77126 20.75 8.1103 20.7133C8.47595 20.6736 8.8302 20.5856 9.16021 20.363C9.4775 20.1219 9.7781 19.7405 9.93217 19.4071C10.0222 19.2122 10.1766 18.7789 10.3155 18.3749C10.3954 18.1423 10.4354 18.0261 10.3993 17.9265C10.3633 17.827 10.2484 17.7574 10.0187 17.6182C9.85447 17.5187 9.69658 17.4117 9.54689 17.3005C8.83409 16.7708 8.19252 16.0602 7.82982 15.336C7.64432 14.9657 7.79418 14.5151 8.16454 14.3296C8.53489 14.1441 8.9855 14.2939 9.171 14.6643C9.40712 15.1357 9.87459 15.6752 10.4416 16.0965C11.0196 16.5261 11.5881 16.7502 12.0004 16.7502C12.4127 16.7502 12.9812 16.5261 13.5592 16.0965C14.1262 15.6752 14.5937 15.1357 14.8298 14.6643C15.0153 14.2939 15.4659 14.1441 15.8363 14.3296C16.2066 14.5151 16.3565 14.9657 16.171 15.336C15.8083 16.0602 15.1667 16.7708 14.4539 17.3005C14.303 17.4126 14.1437 17.5205 13.9781 17.6207C13.7476 17.7601 13.6323 17.8298 13.5963 17.9297C13.5602 18.0297 13.6007 18.146 13.6817 18.3786C13.8221 18.7816 13.9783 19.2128 14.068 19.407C14.2221 19.7405 14.5227 20.1219 14.84 20.363C15.17 20.5856 15.5243 20.6736 15.8899 20.7133C16.2289 20.75 17.1077 20.75 17.1083 20.75C17.1083 20.75 17.1083 20.75 17.1083 20.75C17.1083 20.75 17.1083 20.75 17.1083 20.75C18.2061 20.75 19.1972 20.7501 19.9116 20.6527C20.6617 20.5504 21.4762 20.1538 22.0031 19.6353C22.4859 19.084 22.6711 18.4422 22.7283 17.7079C22.7822 17.0153 22.7265 16.1578 22.6591 15.1211C22.5178 12.9448 22.2797 10.9449 22.0147 9.25234C21.9774 9.01352 21.9587 8.89411 21.8744 8.82206C21.7902 8.75 21.6685 8.75 21.425 8.75H2.5752Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2776 3.25H17.2776C17.9223 3.24997 18.4786 3.24994 18.9402 3.31211C19.4422 3.37971 19.8932 3.5269 20.3063 3.85787C21.0701 4.46999 21.2564 5.32984 21.4838 6.37899C21.495 6.43061 21.5063 6.4829 21.5177 6.53587C21.5877 6.8635 21.6227 7.02732 21.5327 7.13866C21.4426 7.25 21.2733 7.25 20.9348 7.25H3.06538C2.72685 7.25 2.55758 7.25 2.46753 7.13866C2.37748 7.02732 2.4125 6.86351 2.48253 6.53587C2.49386 6.48291 2.50515 6.43061 2.51641 6.379C2.74376 5.32984 2.93008 4.46999 3.69394 3.85786C4.10695 3.5269 4.55796 3.37971 5.06 3.31211C5.52163 3.24994 6.07789 3.24997 6.72259 3.25H6.72263H6.72267H17.2775H17.2776ZM2.5752 8.75C2.3317 8.75 2.20996 8.75 2.12575 8.82206C2.04154 8.89411 2.02285 9.01352 1.98547 9.25234C1.72055 10.9449 1.48243 12.9448 1.34107 15.1211C1.2737 16.1578 1.21798 17.0153 1.2719 17.7079C1.32908 18.4422 1.51433 19.084 1.9971 19.6353C2.52396 20.1538 3.33854 20.5504 4.08856 20.6527C4.80299 20.7501 5.79413 20.75 6.89192 20.75C6.89193 20.75 6.89193 20.75 6.89194 20.75C6.89194 20.75 6.89195 20.75 6.89194 20.75C6.89247 20.75 7.77126 20.75 8.1103 20.7133C8.47595 20.6736 8.8302 20.5856 9.16021 20.363C9.4775 20.1219 9.7781 19.7405 9.93217 19.4071C10.0222 19.2122 10.1766 18.7789 10.3155 18.3749C10.3954 18.1423 10.4354 18.0261 10.3993 17.9265C10.3633 17.827 10.2484 17.7574 10.0187 17.6182C9.85447 17.5187 9.69658 17.4117 9.54689 17.3005C8.83409 16.7708 8.19252 16.0602 7.82982 15.336C7.64432 14.9657 7.79418 14.5151 8.16454 14.3296C8.53489 14.1441 8.9855 14.2939 9.171 14.6643C9.40712 15.1357 9.87459 15.6752 10.4416 16.0965C11.0196 16.5261 11.5881 16.7502 12.0004 16.7502C12.4127 16.7502 12.9812 16.5261 13.5592 16.0965C14.1262 15.6752 14.5937 15.1357 14.8298 14.6643C15.0153 14.2939 15.4659 14.1441 15.8363 14.3296C16.2066 14.5151 16.3565 14.9657 16.171 15.336C15.8083 16.0602 15.1667 16.7708 14.4539 17.3005C14.303 17.4126 14.1437 17.5205 13.9781 17.6207C13.7476 17.7601 13.6323 17.8298 13.5963 17.9297C13.5602 18.0297 13.6007 18.146 13.6817 18.3786C13.8221 18.7816 13.9783 19.2128 14.068 19.407C14.2221 19.7405 14.5227 20.1219 14.84 20.363C15.17 20.5856 15.5243 20.6736 15.8899 20.7133C16.2289 20.75 17.1077 20.75 17.1083 20.75C17.1083 20.75 17.1083 20.75 17.1083 20.75C17.1083 20.75 17.1083 20.75 17.1083 20.75C18.2061 20.75 19.1972 20.7501 19.9116 20.6527C20.6617 20.5504 21.4762 20.1538 22.0031 19.6353C22.4859 19.084 22.6711 18.4422 22.7283 17.7079C22.7822 17.0153 22.7265 16.1578 22.6591 15.1211C22.5178 12.9448 22.2797 10.9449 22.0147 9.25234C21.9774 9.01352 21.9587 8.89411 21.8744 8.82206C21.7902 8.75 21.6685 8.75 21.425 8.75H2.5752Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-underpants-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1037 4.25H17.1037H17.1037H6.89625H6.89622H6.89619C6.15567 4.24998 5.53263 4.24996 5.02833 4.31162C4.49331 4.37704 4.00534 4.52004 3.57912 4.86679C3.1529 5.21354 2.91361 5.66221 2.7407 6.17273C2.70325 6.2833 2.66771 6.40067 2.63336 6.52467C2.54309 6.85052 2.49796 7.01344 2.588 7.13182C2.67804 7.2502 2.85321 7.2502 3.20354 7.2502H10.0901C10.1016 7.24993 10.1131 7.24993 10.1246 7.2502H13.8734C13.885 7.24993 13.8965 7.24993 13.9079 7.2502H20.7964C21.1467 7.2502 21.3219 7.2502 21.4119 7.13182C21.502 7.01344 21.4568 6.85052 21.3666 6.52467C21.3322 6.40067 21.2967 6.2833 21.2592 6.17273C21.0863 5.66221 20.847 5.21354 20.4208 4.86679C19.9946 4.52004 19.5066 4.37704 18.9716 4.31162C18.4673 4.24996 17.8443 4.24998 17.1037 4.25ZM21.9571 9.22812C21.9095 8.99922 21.8858 8.88477 21.8031 8.81749C21.7203 8.7502 21.6035 8.7502 21.3697 8.7502H15.7238C15.3511 8.7502 15.1648 8.7502 15.0748 8.87232C14.9849 8.99444 15.0402 9.17239 15.1509 9.52831L17.0322 15.5804C17.1274 15.8867 17.175 16.0398 17.2872 16.0973C17.3993 16.1548 17.5679 16.0987 17.9053 15.9864C18.2004 15.8881 18.5083 15.819 18.8248 15.7818C19.0726 15.7526 19.4211 15.7624 19.7446 15.7716C19.7454 15.7716 19.7459 15.7716 19.7464 15.7716C19.747 15.7716 19.7473 15.7716 19.7478 15.7717C19.7851 15.7724 20.5182 15.7866 20.9294 15.7088C21.7319 15.557 22.2771 15.0909 22.548 14.4595C22.7996 13.8733 22.786 13.2167 22.6702 12.6593L21.9571 9.22812ZM15.7649 17.5098C15.8721 17.3681 15.9257 17.2973 15.9382 17.2258C15.9507 17.1544 15.9269 17.0777 15.8792 16.9245L13.4693 9.17209C13.4061 8.96873 13.3745 8.86705 13.2952 8.80863C13.2158 8.7502 13.1093 8.7502 12.8964 8.7502H11.1017C10.8887 8.7502 10.7822 8.7502 10.7029 8.80863C10.6235 8.86705 10.5919 8.96873 10.5287 9.17209L8.11937 16.9227C8.0717 17.0761 8.04787 17.1527 8.06038 17.2242C8.07289 17.2957 8.12654 17.3666 8.23384 17.5083C8.26492 17.5494 8.29529 17.591 8.32491 17.6332C8.7164 18.3452 9.15451 18.9102 9.78311 19.275C10.4186 19.6437 11.1499 19.75 12 19.75C12.8501 19.75 13.5814 19.6437 14.2168 19.275C14.8454 18.9102 15.2835 18.3452 15.675 17.6333C15.7043 17.5915 15.7343 17.5504 15.7649 17.5098ZM6.09322 15.9859C6.43044 16.098 6.59905 16.1541 6.71115 16.0966C6.82325 16.0391 6.87083 15.886 6.96599 15.5799L8.84717 9.52831C8.95781 9.17239 9.01313 8.99444 8.92321 8.87232C8.83329 8.7502 8.64693 8.7502 8.27421 8.7502H2.63027C2.39648 8.7502 2.27958 8.7502 2.19688 8.81749C2.11417 8.88477 2.09039 8.99922 2.04282 9.22812L1.32977 12.6593C1.21394 13.2167 1.20037 13.8733 1.45194 14.4595C1.72285 15.0909 2.26804 15.557 3.07052 15.7088C3.49249 15.7886 3.91038 15.781 4.25332 15.7716C4.25346 15.7716 4.25353 15.7716 4.25358 15.7716C4.25364 15.7716 4.25361 15.7716 4.25362 15.7716C4.25936 15.7715 4.92798 15.7527 5.17516 15.7818C5.49112 15.8189 5.79856 15.8879 6.09322 15.9859Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1037 4.25H17.1037H17.1037H6.89625H6.89622H6.89619C6.15567 4.24998 5.53263 4.24996 5.02833 4.31162C4.49331 4.37704 4.00534 4.52004 3.57912 4.86679C3.1529 5.21354 2.91361 5.66221 2.7407 6.17273C2.70325 6.2833 2.66771 6.40067 2.63336 6.52467C2.54309 6.85052 2.49796 7.01344 2.588 7.13182C2.67804 7.2502 2.85321 7.2502 3.20354 7.2502H10.0901C10.1016 7.24993 10.1131 7.24993 10.1246 7.2502H13.8734C13.885 7.24993 13.8965 7.24993 13.9079 7.2502H20.7964C21.1467 7.2502 21.3219 7.2502 21.4119 7.13182C21.502 7.01344 21.4568 6.85052 21.3666 6.52467C21.3322 6.40067 21.2967 6.2833 21.2592 6.17273C21.0863 5.66221 20.847 5.21354 20.4208 4.86679C19.9946 4.52004 19.5066 4.37704 18.9716 4.31162C18.4673 4.24996 17.8443 4.24998 17.1037 4.25ZM21.9571 9.22812C21.9095 8.99922 21.8858 8.88477 21.8031 8.81749C21.7203 8.7502 21.6035 8.7502 21.3697 8.7502H15.7238C15.3511 8.7502 15.1648 8.7502 15.0748 8.87232C14.9849 8.99444 15.0402 9.17239 15.1509 9.52831L17.0322 15.5804C17.1274 15.8867 17.175 16.0398 17.2872 16.0973C17.3993 16.1548 17.5679 16.0987 17.9053 15.9864C18.2004 15.8881 18.5083 15.819 18.8248 15.7818C19.0726 15.7526 19.4211 15.7624 19.7446 15.7716C19.7454 15.7716 19.7459 15.7716 19.7464 15.7716C19.747 15.7716 19.7473 15.7716 19.7478 15.7717C19.7851 15.7724 20.5182 15.7866 20.9294 15.7088C21.7319 15.557 22.2771 15.0909 22.548 14.4595C22.7996 13.8733 22.786 13.2167 22.6702 12.6593L21.9571 9.22812ZM15.7649 17.5098C15.8721 17.3681 15.9257 17.2973 15.9382 17.2258C15.9507 17.1544 15.9269 17.0777 15.8792 16.9245L13.4693 9.17209C13.4061 8.96873 13.3745 8.86705 13.2952 8.80863C13.2158 8.7502 13.1093 8.7502 12.8964 8.7502H11.1017C10.8887 8.7502 10.7822 8.7502 10.7029 8.80863C10.6235 8.86705 10.5919 8.96873 10.5287 9.17209L8.11937 16.9227C8.0717 17.0761 8.04787 17.1527 8.06038 17.2242C8.07289 17.2957 8.12654 17.3666 8.23384 17.5083C8.26492 17.5494 8.29529 17.591 8.32491 17.6332C8.7164 18.3452 9.15451 18.9102 9.78311 19.275C10.4186 19.6437 11.1499 19.75 12 19.75C12.8501 19.75 13.5814 19.6437 14.2168 19.275C14.8454 18.9102 15.2835 18.3452 15.675 17.6333C15.7043 17.5915 15.7343 17.5504 15.7649 17.5098ZM6.09322 15.9859C6.43044 16.098 6.59905 16.1541 6.71115 16.0966C6.82325 16.0391 6.87083 15.886 6.96599 15.5799L8.84717 9.52831C8.95781 9.17239 9.01313 8.99444 8.92321 8.87232C8.83329 8.7502 8.64693 8.7502 8.27421 8.7502H2.63027C2.39648 8.7502 2.27958 8.7502 2.19688 8.81749C2.11417 8.88477 2.09039 8.99922 2.04282 9.22812L1.32977 12.6593C1.21394 13.2167 1.20037 13.8733 1.45194 14.4595C1.72285 15.0909 2.26804 15.557 3.07052 15.7088C3.49249 15.7886 3.91038 15.781 4.25332 15.7716C4.25346 15.7716 4.25353 15.7716 4.25358 15.7716C4.25364 15.7716 4.25361 15.7716 4.25362 15.7716C4.25936 15.7715 4.92798 15.7527 5.17516 15.7818C5.49112 15.8189 5.79856 15.8879 6.09322 15.9859Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-underpants-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.95063 4.25L5.00001 4.25001L19.0494 4.25H19.0494H19.0495C19.7143 4.24997 20.2871 4.24994 20.7458 4.31161C21.2375 4.37771 21.7087 4.52677 22.091 4.90902C22.4732 5.29126 22.6223 5.76252 22.6884 6.25416C22.7501 6.71291 22.75 7.28577 22.75 7.95064V8.65C22.75 8.93284 22.75 9.07426 22.6621 9.16213C22.5743 9.25 22.4328 9.25 22.15 9.25H21.5009C18.3917 9.25 16.3033 10.8876 15.0238 12.8387C13.7632 14.7609 13.2509 17.0308 13.2509 18.5V19.15C13.2509 19.4328 13.2509 19.5743 13.1631 19.6621C13.0752 19.75 12.9338 19.75 12.6509 19.75H11.3509C11.0681 19.75 10.9267 19.75 10.8388 19.6621C10.7509 19.5743 10.7509 19.4328 10.7509 19.15V18.5C10.7509 17.0308 10.2387 14.7609 8.9781 12.8387C7.69857 10.8876 5.61014 9.25 2.50094 9.25H1.85001C1.56716 9.25 1.42574 9.25 1.33787 9.16213C1.25001 9.07426 1.25001 8.93284 1.25001 8.65V8.00001L1.25 7.95063V7.95058V7.95053C1.24997 7.28571 1.24994 6.71288 1.31161 6.25416C1.37771 5.76252 1.52677 5.29126 1.90901 4.90901C2.29126 4.52677 2.76252 4.37771 3.25416 4.31161C3.71288 4.24994 4.28571 4.24997 4.95053 4.25H4.95058H4.95063ZM21.5009 10.75H21.7707C22.1436 10.75 22.33 10.75 22.4194 10.8803C22.5088 11.0107 22.4442 11.178 22.3149 11.5127C21.7883 12.8762 20.9129 14.3951 19.8057 15.7555C18.644 17.1829 17.1805 18.4929 15.5275 19.251C15.1938 19.404 15.0269 19.4805 14.8889 19.392C14.7509 19.3034 14.7509 19.1103 14.7509 18.724V18.5C14.7509 17.3025 15.1887 15.3224 16.2781 13.6613C17.3486 12.029 19.0101 10.75 21.5009 10.75ZM9.25094 18.5V18.7249C9.25094 19.1111 9.25094 19.3042 9.11296 19.3927C8.97499 19.4813 8.80817 19.4048 8.47454 19.2519C6.82071 18.494 5.35649 17.1834 4.1943 15.7555C3.08715 14.3951 2.21167 12.8762 1.68511 11.5127C1.55584 11.178 1.49121 11.0107 1.58059 10.8803C1.66997 10.75 1.8564 10.75 2.22927 10.75H2.50094C4.99173 10.75 6.65331 12.029 7.72377 13.6613C8.81318 15.3224 9.25094 17.3025 9.25094 18.5ZM10.5 7.25C10.0858 7.25 9.75 7.58579 9.75 8C9.75 8.41422 10.0858 8.75 10.5 8.75H13.5C13.9142 8.75 14.25 8.41422 14.25 8C14.25 7.58579 13.9142 7.25 13.5 7.25H10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.95063 4.25L5.00001 4.25001L19.0494 4.25H19.0494H19.0495C19.7143 4.24997 20.2871 4.24994 20.7458 4.31161C21.2375 4.37771 21.7087 4.52677 22.091 4.90902C22.4732 5.29126 22.6223 5.76252 22.6884 6.25416C22.7501 6.71291 22.75 7.28577 22.75 7.95064V8.65C22.75 8.93284 22.75 9.07426 22.6621 9.16213C22.5743 9.25 22.4328 9.25 22.15 9.25H21.5009C18.3917 9.25 16.3033 10.8876 15.0238 12.8387C13.7632 14.7609 13.2509 17.0308 13.2509 18.5V19.15C13.2509 19.4328 13.2509 19.5743 13.1631 19.6621C13.0752 19.75 12.9338 19.75 12.6509 19.75H11.3509C11.0681 19.75 10.9267 19.75 10.8388 19.6621C10.7509 19.5743 10.7509 19.4328 10.7509 19.15V18.5C10.7509 17.0308 10.2387 14.7609 8.9781 12.8387C7.69857 10.8876 5.61014 9.25 2.50094 9.25H1.85001C1.56716 9.25 1.42574 9.25 1.33787 9.16213C1.25001 9.07426 1.25001 8.93284 1.25001 8.65V8.00001L1.25 7.95063V7.95058V7.95053C1.24997 7.28571 1.24994 6.71288 1.31161 6.25416C1.37771 5.76252 1.52677 5.29126 1.90901 4.90901C2.29126 4.52677 2.76252 4.37771 3.25416 4.31161C3.71288 4.24994 4.28571 4.24997 4.95053 4.25H4.95058H4.95063ZM21.5009 10.75H21.7707C22.1436 10.75 22.33 10.75 22.4194 10.8803C22.5088 11.0107 22.4442 11.178 22.3149 11.5127C21.7883 12.8762 20.9129 14.3951 19.8057 15.7555C18.644 17.1829 17.1805 18.4929 15.5275 19.251C15.1938 19.404 15.0269 19.4805 14.8889 19.392C14.7509 19.3034 14.7509 19.1103 14.7509 18.724V18.5C14.7509 17.3025 15.1887 15.3224 16.2781 13.6613C17.3486 12.029 19.0101 10.75 21.5009 10.75ZM9.25094 18.5V18.7249C9.25094 19.1111 9.25094 19.3042 9.11296 19.3927C8.97499 19.4813 8.80817 19.4048 8.47454 19.2519C6.82071 18.494 5.35649 17.1834 4.1943 15.7555C3.08715 14.3951 2.21167 12.8762 1.68511 11.5127C1.55584 11.178 1.49121 11.0107 1.58059 10.8803C1.66997 10.75 1.8564 10.75 2.22927 10.75H2.50094C4.99173 10.75 6.65331 12.029 7.72377 13.6613C8.81318 15.3224 9.25094 17.3025 9.25094 18.5ZM10.5 7.25C10.0858 7.25 9.75 7.58579 9.75 8C9.75 8.41422 10.0858 8.75 10.5 8.75H13.5C13.9142 8.75 14.25 8.41422 14.25 8C14.25 7.58579 13.9142 7.25 13.5 7.25H10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-clothing-icons-vest{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9993 1.25H9.00005H9C8.88696 1.25 8.77976 1.27501 8.68363 1.31979C8.62545 1.34289 8.52078 1.38358 8.38573 1.43608C7.73111 1.69055 6.3628 2.22245 6.11607 2.37307C5.84801 2.53672 5.48465 2.80127 5.31509 3.20263C5.22867 3.40718 5.22644 3.60462 5.24126 3.74985C5.25607 3.89504 5.29319 4.03647 5.33242 4.16124C5.40715 4.39894 5.6821 5.06813 5.6821 5.06813C6.30295 6.57939 6.12899 8.80733 4.08546 10.2128C3.74419 10.3904 3.50041 10.6708 3.40207 10.8488C3.25005 11.0008 3.25858 11.6941 3.25858 11.6941C3.25858 11.6941 3.24983 11.5842 3.25 11.6941L3.25005 18.9185C3.25005 19.5122 3.3006 20.0894 3.63738 20.5697C3.97046 21.0447 4.49269 21.2929 5.03301 21.5043L7.35628 22.4134C7.99498 22.6633 8.64693 22.8647 9.28441 22.6743C9.92725 22.4824 10.3582 21.9525 10.7501 21.3775L13.2104 17.7674C13.6393 17.1382 13.9899 16.6236 14.2396 16.1725C14.5005 15.7012 14.6789 15.2519 14.7331 14.7431C14.7873 14.234 14.7072 13.7578 14.551 13.2433C14.4016 12.7512 14.1667 12.1768 13.8796 11.4748L13.8665 11.4424L10.1378 2.75H13.8615L13.0177 4.71724C12.8509 5.10592 12.7676 5.30025 12.7676 5.50568C12.7676 5.71111 12.8509 5.90544 13.0177 6.29412L15.0147 10.9496L15.1065 11.1731C15.3378 11.7349 15.5699 12.2987 15.7465 12.8801C15.9312 13.4883 16.0535 14.1421 15.9755 14.8754C15.8975 15.6081 15.6405 16.2217 15.3327 16.7778C15.0547 17.2801 14.6763 17.8352 14.2691 18.4327L13.1395 20.0902C12.9537 20.3628 12.8608 20.4992 12.8608 20.6533C12.8608 20.8606 13.0089 21.0559 13.1426 21.2321L13.1426 21.2321C13.1806 21.2822 13.2174 21.3307 13.2493 21.3775C13.6411 21.9525 14.0721 22.4824 14.7149 22.6743C15.3524 22.8647 16.0044 22.6633 16.6431 22.4134L18.9664 21.5043C19.5067 21.2929 20.0289 21.0447 20.362 20.5697C20.6988 20.0894 20.7493 19.5122 20.7493 18.9185L20.7494 11.6941C20.7498 11.4024 20.7422 11.111 20.5973 10.8488C20.4487 10.5798 20.1944 10.4053 19.9468 10.2354L19.9139 10.2128C17.8704 8.80733 17.6964 6.57939 18.3173 5.06813C18.4567 4.72867 18.5922 4.39894 18.6669 4.16124C18.7649 3.84977 18.8155 3.5133 18.6843 3.20263C18.5147 2.80127 18.1514 2.53672 17.8833 2.37307C17.5847 2.19079 17.233 2.03422 16.902 1.90264L15.3177 1.32044C15.2213 1.27525 15.1136 1.25 15 1.25H14.9993H14.9993ZM10.9955 13C10.4457 13 10 13.4477 10 14C10 14.5523 10.4457 15 10.9955 15H11.0045C11.5543 15 12 14.5523 12 14C12 13.4477 11.5543 13 11.0045 13H10.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9993 1.25H9.00005H9C8.88696 1.25 8.77976 1.27501 8.68363 1.31979C8.62545 1.34289 8.52078 1.38358 8.38573 1.43608C7.73111 1.69055 6.3628 2.22245 6.11607 2.37307C5.84801 2.53672 5.48465 2.80127 5.31509 3.20263C5.22867 3.40718 5.22644 3.60462 5.24126 3.74985C5.25607 3.89504 5.29319 4.03647 5.33242 4.16124C5.40715 4.39894 5.6821 5.06813 5.6821 5.06813C6.30295 6.57939 6.12899 8.80733 4.08546 10.2128C3.74419 10.3904 3.50041 10.6708 3.40207 10.8488C3.25005 11.0008 3.25858 11.6941 3.25858 11.6941C3.25858 11.6941 3.24983 11.5842 3.25 11.6941L3.25005 18.9185C3.25005 19.5122 3.3006 20.0894 3.63738 20.5697C3.97046 21.0447 4.49269 21.2929 5.03301 21.5043L7.35628 22.4134C7.99498 22.6633 8.64693 22.8647 9.28441 22.6743C9.92725 22.4824 10.3582 21.9525 10.7501 21.3775L13.2104 17.7674C13.6393 17.1382 13.9899 16.6236 14.2396 16.1725C14.5005 15.7012 14.6789 15.2519 14.7331 14.7431C14.7873 14.234 14.7072 13.7578 14.551 13.2433C14.4016 12.7512 14.1667 12.1768 13.8796 11.4748L13.8665 11.4424L10.1378 2.75H13.8615L13.0177 4.71724C12.8509 5.10592 12.7676 5.30025 12.7676 5.50568C12.7676 5.71111 12.8509 5.90544 13.0177 6.29412L15.0147 10.9496L15.1065 11.1731C15.3378 11.7349 15.5699 12.2987 15.7465 12.8801C15.9312 13.4883 16.0535 14.1421 15.9755 14.8754C15.8975 15.6081 15.6405 16.2217 15.3327 16.7778C15.0547 17.2801 14.6763 17.8352 14.2691 18.4327L13.1395 20.0902C12.9537 20.3628 12.8608 20.4992 12.8608 20.6533C12.8608 20.8606 13.0089 21.0559 13.1426 21.2321L13.1426 21.2321C13.1806 21.2822 13.2174 21.3307 13.2493 21.3775C13.6411 21.9525 14.0721 22.4824 14.7149 22.6743C15.3524 22.8647 16.0044 22.6633 16.6431 22.4134L18.9664 21.5043C19.5067 21.2929 20.0289 21.0447 20.362 20.5697C20.6988 20.0894 20.7493 19.5122 20.7493 18.9185L20.7494 11.6941C20.7498 11.4024 20.7422 11.111 20.5973 10.8488C20.4487 10.5798 20.1944 10.4053 19.9468 10.2354L19.9139 10.2128C17.8704 8.80733 17.6964 6.57939 18.3173 5.06813C18.4567 4.72867 18.5922 4.39894 18.6669 4.16124C18.7649 3.84977 18.8155 3.5133 18.6843 3.20263C18.5147 2.80127 18.1514 2.53672 17.8833 2.37307C17.5847 2.19079 17.233 2.03422 16.902 1.90264L15.3177 1.32044C15.2213 1.27525 15.1136 1.25 15 1.25H14.9993H14.9993ZM10.9955 13C10.4457 13 10 13.4477 10 14C10 14.5523 10.4457 15 10.9955 15H11.0045C11.5543 15 12 14.5523 12 14C12 13.4477 11.5543 13 11.0045 13H10.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-bubble-chat-done{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.8176 1.79143C23.002 2.31202 22.7294 2.88352 22.2088 3.0679C21.6752 3.2569 21.0587 3.66376 20.4057 4.23648C19.763 4.80013 19.1378 5.47705 18.5841 6.14086C18.0322 6.80236 17.5635 7.43609 17.2324 7.90508C17.0672 8.13907 16.9372 8.33079 16.8493 8.46286L16.7191 8.66151C16.5258 8.96559 16.1837 9.14239 15.8239 9.12396C15.4639 9.10553 15.1418 8.89485 14.9806 8.57249C14.5399 7.69112 14.1446 7.34017 13.9453 7.20732C13.861 7.15111 13.804 7.12859 13.7814 7.12095C13.273 7.07374 12.875 6.64599 12.875 6.12527C12.875 5.57299 13.3227 5.12527 13.875 5.12527C13.9574 5.12607 14.1621 5.14114 14.3216 5.195C14.5295 5.25439 14.7803 5.36029 15.0547 5.54322C15.329 5.72607 15.6166 5.97884 15.9054 6.3247C16.2206 5.89395 16.609 5.38628 17.0483 4.85968C17.6416 4.14849 18.34 3.38792 19.087 2.73281C19.8236 2.08679 20.663 1.49365 21.5412 1.18265C22.0618 0.998267 22.6332 1.27083 22.8176 1.79143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8358 2.65782C16.8683 2.80796 16.7436 2.94623 16.4944 3.22277C16.3236 3.41229 16.16 3.59837 16.0082 3.77447C15.8532 3.95427 15.7757 4.04417 15.6793 4.066C15.5828 4.08783 15.4634 4.0353 15.2245 3.93024C15.0657 3.86041 14.9113 3.80471 14.7633 3.76104C14.4333 3.656 13.9661 3.6294 13.8867 3.62554L13.8751 3.62509L13.863 3.62504C12.4878 3.63148 11.375 4.74829 11.375 6.12501C11.375 7.20594 12.0602 8.12563 13.0206 8.47488C13.1137 8.50872 13.1602 8.52564 13.1956 8.55208C13.231 8.57853 13.2516 8.60638 13.2928 8.66209C13.384 8.78528 13.503 8.97111 13.6389 9.24304C14.0419 10.0489 14.8473 10.5757 15.7472 10.6217C16.6413 10.6675 17.4907 10.2316 17.9754 9.48087L17.9771 9.47827L17.9783 9.47635L17.9796 9.47445L17.9807 9.47279C18.0115 9.42657 18.3114 8.97738 18.4579 8.76984C18.7726 8.32394 19.2166 7.72398 19.7359 7.10148C19.9197 6.88116 20.1091 6.66257 20.302 6.45025C20.5238 6.20615 20.6347 6.0841 20.7846 6.09872C20.9345 6.11335 21.0184 6.25233 21.1861 6.53028C22.1004 8.04546 22.625 9.80691 22.625 11.6918C22.625 17.4201 17.7798 22.0085 11.875 22.0085C11.1791 22.0093 10.4853 21.945 9.80198 21.8166C9.56479 21.7721 9.41409 21.744 9.30196 21.7286C9.21834 21.7158 9.13431 21.7469 9.10275 21.7641C8.98822 21.8185 8.83568 21.8994 8.60214 22.0236C7.17042 22.785 5.50004 23.055 3.88896 22.7554C3.62881 22.707 3.4134 22.5251 3.32213 22.2767C3.23086 22.0283 3.27724 21.7502 3.44417 21.5449C3.91197 20.9695 4.23363 20.2764 4.37588 19.5303C4.41437 19.3251 4.32727 19.0463 4.05951 18.7744C2.24472 16.9316 1.125 14.4394 1.125 11.6918C1.125 5.96344 5.97023 1.37506 11.875 1.37506C13.4563 1.37506 14.9615 1.70411 16.3181 2.29598C16.6416 2.43711 16.8033 2.50767 16.8358 2.65782ZM7.875 11.125C7.32272 11.125 6.875 11.5727 6.875 12.125C6.875 12.6773 7.32272 13.125 7.875 13.125H7.88397C8.43626 13.125 8.88397 12.6773 8.88397 12.125C8.88397 11.5727 8.43626 11.125 7.88397 11.125H7.875ZM11.8705 11.125C11.3182 11.125 10.8705 11.5727 10.8705 12.125C10.8705 12.6773 11.3182 13.125 11.8705 13.125H11.8795C12.4318 13.125 12.8795 12.6773 12.8795 12.125C12.8795 11.5727 12.4318 11.125 11.8795 11.125H11.8705Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.8176 1.79143C23.002 2.31202 22.7294 2.88352 22.2088 3.0679C21.6752 3.2569 21.0587 3.66376 20.4057 4.23648C19.763 4.80013 19.1378 5.47705 18.5841 6.14086C18.0322 6.80236 17.5635 7.43609 17.2324 7.90508C17.0672 8.13907 16.9372 8.33079 16.8493 8.46286L16.7191 8.66151C16.5258 8.96559 16.1837 9.14239 15.8239 9.12396C15.4639 9.10553 15.1418 8.89485 14.9806 8.57249C14.5399 7.69112 14.1446 7.34017 13.9453 7.20732C13.861 7.15111 13.804 7.12859 13.7814 7.12095C13.273 7.07374 12.875 6.64599 12.875 6.12527C12.875 5.57299 13.3227 5.12527 13.875 5.12527C13.9574 5.12607 14.1621 5.14114 14.3216 5.195C14.5295 5.25439 14.7803 5.36029 15.0547 5.54322C15.329 5.72607 15.6166 5.97884 15.9054 6.3247C16.2206 5.89395 16.609 5.38628 17.0483 4.85968C17.6416 4.14849 18.34 3.38792 19.087 2.73281C19.8236 2.08679 20.663 1.49365 21.5412 1.18265C22.0618 0.998267 22.6332 1.27083 22.8176 1.79143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8358 2.65782C16.8683 2.80796 16.7436 2.94623 16.4944 3.22277C16.3236 3.41229 16.16 3.59837 16.0082 3.77447C15.8532 3.95427 15.7757 4.04417 15.6793 4.066C15.5828 4.08783 15.4634 4.0353 15.2245 3.93024C15.0657 3.86041 14.9113 3.80471 14.7633 3.76104C14.4333 3.656 13.9661 3.6294 13.8867 3.62554L13.8751 3.62509L13.863 3.62504C12.4878 3.63148 11.375 4.74829 11.375 6.12501C11.375 7.20594 12.0602 8.12563 13.0206 8.47488C13.1137 8.50872 13.1602 8.52564 13.1956 8.55208C13.231 8.57853 13.2516 8.60638 13.2928 8.66209C13.384 8.78528 13.503 8.97111 13.6389 9.24304C14.0419 10.0489 14.8473 10.5757 15.7472 10.6217C16.6413 10.6675 17.4907 10.2316 17.9754 9.48087L17.9771 9.47827L17.9783 9.47635L17.9796 9.47445L17.9807 9.47279C18.0115 9.42657 18.3114 8.97738 18.4579 8.76984C18.7726 8.32394 19.2166 7.72398 19.7359 7.10148C19.9197 6.88116 20.1091 6.66257 20.302 6.45025C20.5238 6.20615 20.6347 6.0841 20.7846 6.09872C20.9345 6.11335 21.0184 6.25233 21.1861 6.53028C22.1004 8.04546 22.625 9.80691 22.625 11.6918C22.625 17.4201 17.7798 22.0085 11.875 22.0085C11.1791 22.0093 10.4853 21.945 9.80198 21.8166C9.56479 21.7721 9.41409 21.744 9.30196 21.7286C9.21834 21.7158 9.13431 21.7469 9.10275 21.7641C8.98822 21.8185 8.83568 21.8994 8.60214 22.0236C7.17042 22.785 5.50004 23.055 3.88896 22.7554C3.62881 22.707 3.4134 22.5251 3.32213 22.2767C3.23086 22.0283 3.27724 21.7502 3.44417 21.5449C3.91197 20.9695 4.23363 20.2764 4.37588 19.5303C4.41437 19.3251 4.32727 19.0463 4.05951 18.7744C2.24472 16.9316 1.125 14.4394 1.125 11.6918C1.125 5.96344 5.97023 1.37506 11.875 1.37506C13.4563 1.37506 14.9615 1.70411 16.3181 2.29598C16.6416 2.43711 16.8033 2.50767 16.8358 2.65782ZM7.875 11.125C7.32272 11.125 6.875 11.5727 6.875 12.125C6.875 12.6773 7.32272 13.125 7.875 13.125H7.88397C8.43626 13.125 8.88397 12.6773 8.88397 12.125C8.88397 11.5727 8.43626 11.125 7.88397 11.125H7.875ZM11.8705 11.125C11.3182 11.125 10.8705 11.5727 10.8705 12.125C10.8705 12.6773 11.3182 13.125 11.8705 13.125H11.8795C12.4318 13.125 12.8795 12.6773 12.8795 12.125C12.8795 11.5727 12.4318 11.125 11.8795 11.125H11.8705Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-bubble-chat-download-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5059 2.125C19.5059 1.57272 19.0581 1.125 18.5059 1.125C17.9536 1.125 17.5059 1.57272 17.5059 2.125L17.5059 6.62504L16.9116 6.62502C16.736 6.62489 16.5203 6.62474 16.3439 6.64681L16.3405 6.64723C16.2141 6.663 15.638 6.73483 15.3637 7.30043C15.0887 7.86725 15.3907 8.36739 15.456 8.4756L15.4584 8.47963C15.5506 8.63265 15.6848 8.80353 15.7951 8.94408L15.8188 8.97433C16.1135 9.35015 16.4954 9.83437 16.8759 10.2254C17.0657 10.4205 17.283 10.6217 17.5139 10.7806C17.7191 10.9218 18.0693 11.125 18.5 11.125C18.9307 11.125 19.2809 10.9218 19.4861 10.7806C19.717 10.6217 19.9343 10.4205 20.1241 10.2254C20.5046 9.83437 20.8865 9.35015 21.1812 8.97433L21.2049 8.94409C21.3152 8.80353 21.4494 8.63265 21.5416 8.47963L21.544 8.47559C21.6093 8.36739 21.9113 7.86725 21.6363 7.30043C21.362 6.73483 20.7859 6.66299 20.6595 6.64723L20.6561 6.64681C20.4797 6.62474 20.264 6.62489 20.0884 6.62502L19.5059 6.62504L19.5059 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.619 1.97528C14.4864 1.58646 13.2676 1.37499 12 1.37499C6.09523 1.37499 1.25 5.96338 1.25 11.6917C1.25 14.4394 2.36972 16.9315 4.18451 18.7744C4.45227 19.0463 4.53937 19.325 4.50088 19.5302C4.35863 20.2763 4.03697 20.9695 3.56917 21.5448C3.40224 21.7502 3.35586 22.0283 3.44713 22.2766C3.5384 22.525 3.75381 22.7069 4.01396 22.7553C5.62504 23.055 7.29542 22.785 8.72714 22.0236C8.96068 21.8994 9.11322 21.8185 9.22775 21.7641C9.25931 21.7469 9.34334 21.7157 9.42696 21.7286C9.53909 21.7439 9.68979 21.772 9.92698 21.8166C10.6103 21.9449 11.3041 22.0093 12 22.0084C17.9048 22.0084 22.75 17.42 22.75 11.6917C22.75 11.4562 22.7418 11.2227 22.7257 10.9913C22.6869 10.4347 22.6676 10.1564 22.4761 10.0933C22.2846 10.0303 22.0905 10.2582 21.7024 10.7138C21.5309 10.9152 21.3588 11.1072 21.199 11.2714C20.9771 11.4994 20.682 11.7784 20.3361 12.0164C20.0532 12.211 19.3916 12.625 18.4998 12.625C17.608 12.625 16.9464 12.211 16.6635 12.0164C16.3176 11.7784 16.0225 11.4994 15.8006 11.2714C15.3555 10.8139 14.6675 10.0639 14.1658 9.24116C14.0659 9.07735 13.3799 7.95264 14.0139 6.64575C14.4002 5.84943 15.036 5.48044 15.5168 5.30849C15.7697 5.21805 15.8962 5.17283 15.9509 5.09512C16.0057 5.01741 16.0057 4.90278 16.0057 4.67351L16.0057 2.52782C16.0057 2.32669 16.0057 2.22613 15.9498 2.14791C15.894 2.06969 15.8023 2.03822 15.619 1.97528ZM8 11.125C7.44772 11.125 7 11.5727 7 12.125C7 12.6773 7.44772 13.125 8 13.125H8.00897C8.56126 13.125 9.00897 12.6773 9.00897 12.125C9.00897 11.5727 8.56126 11.125 8.00897 11.125H8ZM11.9955 11.125C11.4432 11.125 10.9955 11.5727 10.9955 12.125C10.9955 12.6773 11.4432 13.125 11.9955 13.125H12.0045C12.5568 13.125 13.0045 12.6773 13.0045 12.125C13.0045 11.5727 12.5568 11.125 12.0045 11.125H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5059 2.125C19.5059 1.57272 19.0581 1.125 18.5059 1.125C17.9536 1.125 17.5059 1.57272 17.5059 2.125L17.5059 6.62504L16.9116 6.62502C16.736 6.62489 16.5203 6.62474 16.3439 6.64681L16.3405 6.64723C16.2141 6.663 15.638 6.73483 15.3637 7.30043C15.0887 7.86725 15.3907 8.36739 15.456 8.4756L15.4584 8.47963C15.5506 8.63265 15.6848 8.80353 15.7951 8.94408L15.8188 8.97433C16.1135 9.35015 16.4954 9.83437 16.8759 10.2254C17.0657 10.4205 17.283 10.6217 17.5139 10.7806C17.7191 10.9218 18.0693 11.125 18.5 11.125C18.9307 11.125 19.2809 10.9218 19.4861 10.7806C19.717 10.6217 19.9343 10.4205 20.1241 10.2254C20.5046 9.83437 20.8865 9.35015 21.1812 8.97433L21.2049 8.94409C21.3152 8.80353 21.4494 8.63265 21.5416 8.47963L21.544 8.47559C21.6093 8.36739 21.9113 7.86725 21.6363 7.30043C21.362 6.73483 20.7859 6.66299 20.6595 6.64723L20.6561 6.64681C20.4797 6.62474 20.264 6.62489 20.0884 6.62502L19.5059 6.62504L19.5059 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.619 1.97528C14.4864 1.58646 13.2676 1.37499 12 1.37499C6.09523 1.37499 1.25 5.96338 1.25 11.6917C1.25 14.4394 2.36972 16.9315 4.18451 18.7744C4.45227 19.0463 4.53937 19.325 4.50088 19.5302C4.35863 20.2763 4.03697 20.9695 3.56917 21.5448C3.40224 21.7502 3.35586 22.0283 3.44713 22.2766C3.5384 22.525 3.75381 22.7069 4.01396 22.7553C5.62504 23.055 7.29542 22.785 8.72714 22.0236C8.96068 21.8994 9.11322 21.8185 9.22775 21.7641C9.25931 21.7469 9.34334 21.7157 9.42696 21.7286C9.53909 21.7439 9.68979 21.772 9.92698 21.8166C10.6103 21.9449 11.3041 22.0093 12 22.0084C17.9048 22.0084 22.75 17.42 22.75 11.6917C22.75 11.4562 22.7418 11.2227 22.7257 10.9913C22.6869 10.4347 22.6676 10.1564 22.4761 10.0933C22.2846 10.0303 22.0905 10.2582 21.7024 10.7138C21.5309 10.9152 21.3588 11.1072 21.199 11.2714C20.9771 11.4994 20.682 11.7784 20.3361 12.0164C20.0532 12.211 19.3916 12.625 18.4998 12.625C17.608 12.625 16.9464 12.211 16.6635 12.0164C16.3176 11.7784 16.0225 11.4994 15.8006 11.2714C15.3555 10.8139 14.6675 10.0639 14.1658 9.24116C14.0659 9.07735 13.3799 7.95264 14.0139 6.64575C14.4002 5.84943 15.036 5.48044 15.5168 5.30849C15.7697 5.21805 15.8962 5.17283 15.9509 5.09512C16.0057 5.01741 16.0057 4.90278 16.0057 4.67351L16.0057 2.52782C16.0057 2.32669 16.0057 2.22613 15.9498 2.14791C15.894 2.06969 15.8023 2.03822 15.619 1.97528ZM8 11.125C7.44772 11.125 7 11.5727 7 12.125C7 12.6773 7.44772 13.125 8 13.125H8.00897C8.56126 13.125 9.00897 12.6773 9.00897 12.125C9.00897 11.5727 8.56126 11.125 8.00897 11.125H8ZM11.9955 11.125C11.4432 11.125 10.9955 11.5727 10.9955 12.125C10.9955 12.6773 11.4432 13.125 11.9955 13.125H12.0045C12.5568 13.125 13.0045 12.6773 13.0045 12.125C13.0045 11.5727 12.5568 11.125 12.0045 11.125H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-bubble-chat-download{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5059 2.125C19.5059 1.57272 19.0581 1.125 18.5059 1.125C17.9536 1.125 17.5059 1.57272 17.5059 2.125L17.5059 6.62504L16.9116 6.62502C16.736 6.62489 16.5203 6.62474 16.3439 6.64681L16.3405 6.64723C16.2141 6.663 15.638 6.73483 15.3637 7.30043C15.0887 7.86725 15.3907 8.36739 15.456 8.4756L15.4584 8.47963C15.5506 8.63265 15.6848 8.80353 15.7951 8.94408L15.8188 8.97433C16.1135 9.35015 16.4954 9.83437 16.8759 10.2254C17.0657 10.4205 17.283 10.6217 17.5139 10.7806C17.7191 10.9218 18.0693 11.125 18.5 11.125C18.9307 11.125 19.2809 10.9218 19.4861 10.7806C19.717 10.6217 19.9343 10.4205 20.1241 10.2254C20.5046 9.83437 20.8865 9.35015 21.1812 8.97433L21.2049 8.94409C21.3152 8.80353 21.4494 8.63265 21.5416 8.47963L21.544 8.47559C21.6093 8.36739 21.9113 7.86725 21.6363 7.30043C21.362 6.73483 20.7859 6.66299 20.6595 6.64723L20.6561 6.64681C20.4797 6.62474 20.264 6.62489 20.0884 6.62502L19.5059 6.62504L19.5059 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0057 4.67351L16.0057 2.52782C16.0057 2.32669 16.0057 2.22613 15.9498 2.14791C15.894 2.0697 15.8023 2.03822 15.619 1.97528C14.4864 1.58646 13.2676 1.37499 12 1.37499C6.09523 1.37499 1.25 5.96337 1.25 11.6917C1.25 14.4394 2.36972 16.9315 4.18451 18.7743C4.45227 19.0463 4.53937 19.325 4.50088 19.5302C4.35863 20.2763 4.03697 20.9694 3.56917 21.5448C3.40224 21.7502 3.35586 22.0283 3.44713 22.2766C3.5384 22.525 3.75381 22.7069 4.01396 22.7553C5.62504 23.055 7.29542 22.7849 8.72714 22.0236C8.96068 21.8994 9.11322 21.8185 9.22775 21.7641C9.25931 21.7469 9.34334 21.7157 9.42696 21.7285C9.53909 21.7439 9.68979 21.772 9.92698 21.8166C10.6103 21.9449 11.3041 22.0092 12 22.0084C17.9048 22.0084 22.75 17.42 22.75 11.6917C22.75 11.4715 22.7428 11.2529 22.7287 11.0362C22.6916 10.4662 22.673 10.1812 22.4833 10.1167C22.2936 10.0521 22.0897 10.2842 21.6818 10.7483C21.5181 10.9346 21.3545 11.1116 21.199 11.2714C20.9771 11.4994 20.682 11.7784 20.3361 12.0164C20.0532 12.211 19.3916 12.625 18.4998 12.625C17.608 12.625 16.9464 12.211 16.6635 12.0164C16.3176 11.7784 16.0225 11.4994 15.8006 11.2714C15.3556 10.814 14.9258 10.2667 14.6381 9.89969C14.6328 9.89298 14.3137 9.48662 14.1735 9.25384L14.1714 9.25047L14.1658 9.24115C14.0659 9.07735 13.3799 7.95263 14.0139 6.64575C14.4002 5.84943 15.036 5.48043 15.5168 5.30848C15.7697 5.21804 15.8962 5.17282 15.9509 5.09511C16.0057 5.0174 16.0057 4.90277 16.0057 4.67351ZM8 11.125C7.44772 11.125 7 11.5727 7 12.125C7 12.6773 7.44772 13.125 8 13.125H8.00897C8.56126 13.125 9.00897 12.6773 9.00897 12.125C9.00897 11.5727 8.56126 11.125 8.00897 11.125H8ZM11.9955 11.125C11.4432 11.125 10.9955 11.5727 10.9955 12.125C10.9955 12.6773 11.4432 13.125 11.9955 13.125H12.0045C12.5568 13.125 13.0045 12.6773 13.0045 12.125C13.0045 11.5727 12.5568 11.125 12.0045 11.125H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5059 2.125C19.5059 1.57272 19.0581 1.125 18.5059 1.125C17.9536 1.125 17.5059 1.57272 17.5059 2.125L17.5059 6.62504L16.9116 6.62502C16.736 6.62489 16.5203 6.62474 16.3439 6.64681L16.3405 6.64723C16.2141 6.663 15.638 6.73483 15.3637 7.30043C15.0887 7.86725 15.3907 8.36739 15.456 8.4756L15.4584 8.47963C15.5506 8.63265 15.6848 8.80353 15.7951 8.94408L15.8188 8.97433C16.1135 9.35015 16.4954 9.83437 16.8759 10.2254C17.0657 10.4205 17.283 10.6217 17.5139 10.7806C17.7191 10.9218 18.0693 11.125 18.5 11.125C18.9307 11.125 19.2809 10.9218 19.4861 10.7806C19.717 10.6217 19.9343 10.4205 20.1241 10.2254C20.5046 9.83437 20.8865 9.35015 21.1812 8.97433L21.2049 8.94409C21.3152 8.80353 21.4494 8.63265 21.5416 8.47963L21.544 8.47559C21.6093 8.36739 21.9113 7.86725 21.6363 7.30043C21.362 6.73483 20.7859 6.66299 20.6595 6.64723L20.6561 6.64681C20.4797 6.62474 20.264 6.62489 20.0884 6.62502L19.5059 6.62504L19.5059 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0057 4.67351L16.0057 2.52782C16.0057 2.32669 16.0057 2.22613 15.9498 2.14791C15.894 2.0697 15.8023 2.03822 15.619 1.97528C14.4864 1.58646 13.2676 1.37499 12 1.37499C6.09523 1.37499 1.25 5.96337 1.25 11.6917C1.25 14.4394 2.36972 16.9315 4.18451 18.7743C4.45227 19.0463 4.53937 19.325 4.50088 19.5302C4.35863 20.2763 4.03697 20.9694 3.56917 21.5448C3.40224 21.7502 3.35586 22.0283 3.44713 22.2766C3.5384 22.525 3.75381 22.7069 4.01396 22.7553C5.62504 23.055 7.29542 22.7849 8.72714 22.0236C8.96068 21.8994 9.11322 21.8185 9.22775 21.7641C9.25931 21.7469 9.34334 21.7157 9.42696 21.7285C9.53909 21.7439 9.68979 21.772 9.92698 21.8166C10.6103 21.9449 11.3041 22.0092 12 22.0084C17.9048 22.0084 22.75 17.42 22.75 11.6917C22.75 11.4715 22.7428 11.2529 22.7287 11.0362C22.6916 10.4662 22.673 10.1812 22.4833 10.1167C22.2936 10.0521 22.0897 10.2842 21.6818 10.7483C21.5181 10.9346 21.3545 11.1116 21.199 11.2714C20.9771 11.4994 20.682 11.7784 20.3361 12.0164C20.0532 12.211 19.3916 12.625 18.4998 12.625C17.608 12.625 16.9464 12.211 16.6635 12.0164C16.3176 11.7784 16.0225 11.4994 15.8006 11.2714C15.3556 10.814 14.9258 10.2667 14.6381 9.89969C14.6328 9.89298 14.3137 9.48662 14.1735 9.25384L14.1714 9.25047L14.1658 9.24115C14.0659 9.07735 13.3799 7.95263 14.0139 6.64575C14.4002 5.84943 15.036 5.48043 15.5168 5.30848C15.7697 5.21804 15.8962 5.17282 15.9509 5.09511C16.0057 5.0174 16.0057 4.90277 16.0057 4.67351ZM8 11.125C7.44772 11.125 7 11.5727 7 12.125C7 12.6773 7.44772 13.125 8 13.125H8.00897C8.56126 13.125 9.00897 12.6773 9.00897 12.125C9.00897 11.5727 8.56126 11.125 8.00897 11.125H8ZM11.9955 11.125C11.4432 11.125 10.9955 11.5727 10.9955 12.125C10.9955 12.6773 11.4432 13.125 11.9955 13.125H12.0045C12.5568 13.125 13.0045 12.6773 13.0045 12.125C13.0045 11.5727 12.5568 11.125 12.0045 11.125H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-bubble-chat-edit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.0785 2.05388C19.4119 1.72053 19.5785 1.55385 19.7519 1.45375C20.2225 1.18208 20.8022 1.18208 21.2727 1.45375C21.4461 1.55385 21.6128 1.72053 21.9461 2.05388C22.2795 2.38723 22.4461 2.5539 22.5463 2.72729C22.8179 3.19782 22.8179 3.77754 22.5463 4.24807C22.4461 4.42146 22.2795 4.58814 21.9461 4.92149L18.6383 8.22933C17.9774 8.89018 16.9801 8.91705 16.0977 9.10572C15.4078 9.25325 15.0628 9.32701 14.8679 9.13211C14.673 8.9372 14.7468 8.59223 14.8943 7.90228C15.0829 7.01994 15.1098 6.02256 15.7707 5.36171L19.0785 2.05388Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.24999C6.09523 1.24999 1.25 5.83838 1.25 11.5667C1.25 14.3144 2.36972 16.8065 4.18451 18.6494C4.45227 18.9213 4.53937 19.2 4.50088 19.4052C4.35863 20.1513 4.03697 20.8445 3.56917 21.4198C3.40224 21.6252 3.35586 21.9033 3.44713 22.1516C3.5384 22.4 3.75381 22.5819 4.01396 22.6303C5.62504 22.93 7.29542 22.66 8.72714 21.8986C8.96068 21.7744 9.11322 21.6935 9.22775 21.6391C9.25931 21.6219 9.34334 21.5907 9.42696 21.6036C9.53909 21.6189 9.68979 21.647 9.92698 21.6916C10.6103 21.8199 11.3041 21.8843 12 21.8834C17.9048 21.8834 22.75 17.295 22.75 11.5667C22.75 10.3129 22.5179 9.11377 22.0934 8.00537C21.9598 7.65678 21.8931 7.48249 21.7337 7.44855C21.5743 7.41461 21.4366 7.55228 21.1613 7.82761L19.6989 9.28998C19.0987 9.89019 18.3894 10.1531 17.8221 10.298C17.5392 10.3702 17.2608 10.4202 17.0294 10.4602L16.3495 10.5858C16.0623 10.6475 15.7037 10.7245 15.3924 10.7443C15.0313 10.7673 14.3573 10.7429 13.8072 10.1928C13.2571 9.64265 13.2327 8.96869 13.2557 8.60763C13.2755 8.29626 13.3525 7.93768 13.4142 7.6505L13.5398 6.97063C13.5798 6.73916 13.6298 6.46082 13.702 6.17787C13.8469 5.61055 14.1098 4.90125 14.71 4.30105L16.1121 2.89894C16.3901 2.62093 16.5291 2.48193 16.4947 2.32216C16.4602 2.16238 16.2833 2.09562 15.9294 1.96211C14.7104 1.50218 13.3843 1.24999 12 1.24999ZM7 12C7 11.4477 7.44772 11 8 11H8.00897C8.56126 11 9.00897 11.4477 9.00897 12C9.00897 12.5523 8.56126 13 8.00897 13H8C7.44772 13 7 12.5523 7 12ZM10.9955 12C10.9955 11.4477 11.4432 11 11.9955 11H12.0045C12.5568 11 13.0045 11.4477 13.0045 12C13.0045 12.5523 12.5568 13 12.0045 13H11.9955C11.4432 13 10.9955 12.5523 10.9955 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.0785 2.05388C19.4119 1.72053 19.5785 1.55385 19.7519 1.45375C20.2225 1.18208 20.8022 1.18208 21.2727 1.45375C21.4461 1.55385 21.6128 1.72053 21.9461 2.05388C22.2795 2.38723 22.4461 2.5539 22.5463 2.72729C22.8179 3.19782 22.8179 3.77754 22.5463 4.24807C22.4461 4.42146 22.2795 4.58814 21.9461 4.92149L18.6383 8.22933C17.9774 8.89018 16.9801 8.91705 16.0977 9.10572C15.4078 9.25325 15.0628 9.32701 14.8679 9.13211C14.673 8.9372 14.7468 8.59223 14.8943 7.90228C15.0829 7.01994 15.1098 6.02256 15.7707 5.36171L19.0785 2.05388Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.24999C6.09523 1.24999 1.25 5.83838 1.25 11.5667C1.25 14.3144 2.36972 16.8065 4.18451 18.6494C4.45227 18.9213 4.53937 19.2 4.50088 19.4052C4.35863 20.1513 4.03697 20.8445 3.56917 21.4198C3.40224 21.6252 3.35586 21.9033 3.44713 22.1516C3.5384 22.4 3.75381 22.5819 4.01396 22.6303C5.62504 22.93 7.29542 22.66 8.72714 21.8986C8.96068 21.7744 9.11322 21.6935 9.22775 21.6391C9.25931 21.6219 9.34334 21.5907 9.42696 21.6036C9.53909 21.6189 9.68979 21.647 9.92698 21.6916C10.6103 21.8199 11.3041 21.8843 12 21.8834C17.9048 21.8834 22.75 17.295 22.75 11.5667C22.75 10.3129 22.5179 9.11377 22.0934 8.00537C21.9598 7.65678 21.8931 7.48249 21.7337 7.44855C21.5743 7.41461 21.4366 7.55228 21.1613 7.82761L19.6989 9.28998C19.0987 9.89019 18.3894 10.1531 17.8221 10.298C17.5392 10.3702 17.2608 10.4202 17.0294 10.4602L16.3495 10.5858C16.0623 10.6475 15.7037 10.7245 15.3924 10.7443C15.0313 10.7673 14.3573 10.7429 13.8072 10.1928C13.2571 9.64265 13.2327 8.96869 13.2557 8.60763C13.2755 8.29626 13.3525 7.93768 13.4142 7.6505L13.5398 6.97063C13.5798 6.73916 13.6298 6.46082 13.702 6.17787C13.8469 5.61055 14.1098 4.90125 14.71 4.30105L16.1121 2.89894C16.3901 2.62093 16.5291 2.48193 16.4947 2.32216C16.4602 2.16238 16.2833 2.09562 15.9294 1.96211C14.7104 1.50218 13.3843 1.24999 12 1.24999ZM7 12C7 11.4477 7.44772 11 8 11H8.00897C8.56126 11 9.00897 11.4477 9.00897 12C9.00897 12.5523 8.56126 13 8.00897 13H8C7.44772 13 7 12.5523 7 12ZM10.9955 12C10.9955 11.4477 11.4432 11 11.9955 11H12.0045C12.5568 11 13.0045 11.4477 13.0045 12C13.0045 12.5523 12.5568 13 12.0045 13H11.9955C11.4432 13 10.9955 12.5523 10.9955 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-bubble-chat-favourite{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9996 1.78934C18.7725 1.23972 20.0195 0.938062 21.3688 1.74274C22.3751 2.34288 22.8968 3.56706 22.7128 4.90087C22.5274 6.24475 21.645 7.68711 19.9019 8.94146C19.348 9.34117 18.7809 9.75028 17.9996 9.75028C17.2183 9.75028 16.6513 9.34117 16.0974 8.94146C14.3543 7.68711 13.4719 6.24475 13.2865 4.90087C13.1025 3.56706 13.6241 2.34288 14.6305 1.74274C15.9798 0.938062 17.2268 1.23972 17.9996 1.78934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.24989C6.09523 1.24989 1.25 5.83828 1.25 11.5666C1.25 14.3143 2.36972 16.8064 4.18451 18.6493C4.45227 18.9212 4.53937 19.1999 4.50088 19.4051C4.35863 20.1512 4.03697 20.8444 3.56917 21.4197C3.40224 21.6251 3.35586 21.9032 3.44713 22.1515C3.5384 22.3999 3.75381 22.5818 4.01396 22.6302C5.62504 22.9299 7.29542 22.6599 8.72714 21.8985C8.96068 21.7743 9.11322 21.6934 9.22775 21.639C9.25931 21.6218 9.34334 21.5906 9.42696 21.6035C9.53909 21.6188 9.68979 21.6469 9.92698 21.6915C10.6103 21.8198 11.3041 21.8841 12 21.8833C17.9048 21.8833 22.75 17.2949 22.75 11.5666C22.75 10.9674 22.697 10.3806 22.5953 9.81026C22.5165 9.36856 22.4771 9.14772 22.3122 9.08959C22.1473 9.03146 21.962 9.19284 21.5914 9.51562C21.3377 9.73661 21.0667 9.95109 20.7789 10.1582C20.2585 10.5358 19.2741 11.25 17.9999 11.25C16.9346 11.25 15.7027 10.5217 15.2199 10.1575C13.2391 8.73176 12.0564 6.9586 11.8008 5.10554C11.6505 4.01615 11.8408 2.9083 12.3645 1.9881C12.4978 1.75386 12.5645 1.63674 12.5683 1.56605C12.5751 1.43905 12.5166 1.33841 12.4029 1.28155C12.3395 1.24989 12.2263 1.24989 12 1.24989ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H8.00897C8.56126 13 9.00897 12.5523 9.00897 12C9.00897 11.4477 8.56126 11 8.00897 11H8ZM11.9955 11C11.4432 11 10.9955 11.4477 10.9955 12C10.9955 12.5523 11.4432 13 11.9955 13H12.0045C12.5568 13 13.0045 12.5523 13.0045 12C13.0045 11.4477 12.5568 11 12.0045 11H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9996 1.78934C18.7725 1.23972 20.0195 0.938062 21.3688 1.74274C22.3751 2.34288 22.8968 3.56706 22.7128 4.90087C22.5274 6.24475 21.645 7.68711 19.9019 8.94146C19.348 9.34117 18.7809 9.75028 17.9996 9.75028C17.2183 9.75028 16.6513 9.34117 16.0974 8.94146C14.3543 7.68711 13.4719 6.24475 13.2865 4.90087C13.1025 3.56706 13.6241 2.34288 14.6305 1.74274C15.9798 0.938062 17.2268 1.23972 17.9996 1.78934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.24989C6.09523 1.24989 1.25 5.83828 1.25 11.5666C1.25 14.3143 2.36972 16.8064 4.18451 18.6493C4.45227 18.9212 4.53937 19.1999 4.50088 19.4051C4.35863 20.1512 4.03697 20.8444 3.56917 21.4197C3.40224 21.6251 3.35586 21.9032 3.44713 22.1515C3.5384 22.3999 3.75381 22.5818 4.01396 22.6302C5.62504 22.9299 7.29542 22.6599 8.72714 21.8985C8.96068 21.7743 9.11322 21.6934 9.22775 21.639C9.25931 21.6218 9.34334 21.5906 9.42696 21.6035C9.53909 21.6188 9.68979 21.6469 9.92698 21.6915C10.6103 21.8198 11.3041 21.8841 12 21.8833C17.9048 21.8833 22.75 17.2949 22.75 11.5666C22.75 10.9674 22.697 10.3806 22.5953 9.81026C22.5165 9.36856 22.4771 9.14772 22.3122 9.08959C22.1473 9.03146 21.962 9.19284 21.5914 9.51562C21.3377 9.73661 21.0667 9.95109 20.7789 10.1582C20.2585 10.5358 19.2741 11.25 17.9999 11.25C16.9346 11.25 15.7027 10.5217 15.2199 10.1575C13.2391 8.73176 12.0564 6.9586 11.8008 5.10554C11.6505 4.01615 11.8408 2.9083 12.3645 1.9881C12.4978 1.75386 12.5645 1.63674 12.5683 1.56605C12.5751 1.43905 12.5166 1.33841 12.4029 1.28155C12.3395 1.24989 12.2263 1.24989 12 1.24989ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H8.00897C8.56126 13 9.00897 12.5523 9.00897 12C9.00897 11.4477 8.56126 11 8.00897 11H8ZM11.9955 11C11.4432 11 10.9955 11.4477 10.9955 12C10.9955 12.5523 11.4432 13 11.9955 13H12.0045C12.5568 13 13.0045 12.5523 13.0045 12C13.0045 11.4477 12.5568 11 12.0045 11H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-bubble-chat-income{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 5.50586C22.5523 5.50586 23 5.05814 23 4.50586C23 3.95357 22.5523 3.50586 22 3.50586L17.5 3.50586L17.5 2.9116C17.5001 2.73596 17.5003 2.52031 17.4782 2.34387L17.4778 2.34053C17.462 2.21408 17.3902 1.63804 16.8246 1.36368C16.2577 1.08872 15.7576 1.39065 15.6494 1.45597L15.6454 1.45841C15.4924 1.55062 15.3215 1.68477 15.1809 1.79511L15.1507 1.81885C14.7748 2.11348 14.2906 2.49545 13.8996 2.87588C13.7045 3.06571 13.5033 3.28297 13.3444 3.51388C13.2032 3.71914 13 4.06933 13 4.5C13 4.93067 13.2032 5.28086 13.3444 5.48612C13.5033 5.71703 13.7045 5.93429 13.8996 6.12412C14.2906 6.50455 14.7748 6.88652 15.1507 7.18115L15.1809 7.20488C15.3215 7.31523 15.4923 7.44938 15.6454 7.54159L15.6494 7.54403C15.7576 7.60935 16.2578 7.91128 16.8246 7.63632C17.3902 7.36196 17.462 6.78592 17.4778 6.65947L17.4782 6.65613C17.5003 6.47969 17.5001 6.26403 17.5 6.0884L17.5 5.50586L22 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8839 8.83404C14.0182 8.24215 13.3109 7.64411 12.8536 7.19921C12.6255 6.97732 12.3466 6.68221 12.1086 6.33626C11.914 6.05337 11.5 5.39179 11.5 4.49998C11.5 3.60818 11.914 2.9466 12.1086 2.66371C12.3466 2.31775 12.6255 2.02265 12.8536 1.80076L12.8756 1.77917C13.0526 1.59778 12.9391 1.29255 12.6866 1.27082L12.6758 1.27007C12.4522 1.25671 12.2269 1.24994 12 1.24994C6.09523 1.24994 1.25 5.83832 1.25 11.5667C1.25 14.3143 2.36972 16.8065 4.18451 18.6493C4.45227 18.9212 4.53937 19.1999 4.50088 19.4051C4.35863 20.1513 4.03697 20.8444 3.56917 21.4198C3.40224 21.6251 3.35586 21.9032 3.44713 22.1516C3.5384 22.4 3.75381 22.5819 4.01396 22.6303C5.62504 22.9299 7.29542 22.6599 8.72714 21.8985C8.96068 21.7743 9.11322 21.6934 9.22775 21.639C9.25931 21.6218 9.34334 21.5907 9.42696 21.6035C9.53909 21.6189 9.68979 21.647 9.92698 21.6915C10.6103 21.8198 11.3041 21.8842 12 21.8834C17.9048 21.8834 22.75 17.295 22.75 11.5667C22.75 10.0554 22.4128 8.62357 21.8079 7.33435C21.7344 7.17773 21.6976 7.09942 21.624 7.05263C21.5503 7.00584 21.4603 7.00584 21.2803 7.00584H19.4472C19.2189 7.00584 19.1047 7.00584 19.0271 7.0603C18.9496 7.11475 18.9041 7.24055 18.8132 7.49207C18.6399 7.97183 18.2705 8.60205 17.4792 8.9859C16.1724 9.61985 15.0477 8.93393 14.8839 8.83404ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H8.00897C8.56126 13 9.00897 12.5523 9.00897 12C9.00897 11.4477 8.56126 11 8.00897 11H8ZM11.9955 11C11.4432 11 10.9955 11.4477 10.9955 12C10.9955 12.5523 11.4432 13 11.9955 13H12.0045C12.5568 13 13.0045 12.5523 13.0045 12C13.0045 11.4477 12.5568 11 12.0045 11H11.9955ZM15.991 11C15.4387 11 14.991 11.4477 14.991 12C14.991 12.5523 15.4387 13 15.991 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 5.50586C22.5523 5.50586 23 5.05814 23 4.50586C23 3.95357 22.5523 3.50586 22 3.50586L17.5 3.50586L17.5 2.9116C17.5001 2.73596 17.5003 2.52031 17.4782 2.34387L17.4778 2.34053C17.462 2.21408 17.3902 1.63804 16.8246 1.36368C16.2577 1.08872 15.7576 1.39065 15.6494 1.45597L15.6454 1.45841C15.4924 1.55062 15.3215 1.68477 15.1809 1.79511L15.1507 1.81885C14.7748 2.11348 14.2906 2.49545 13.8996 2.87588C13.7045 3.06571 13.5033 3.28297 13.3444 3.51388C13.2032 3.71914 13 4.06933 13 4.5C13 4.93067 13.2032 5.28086 13.3444 5.48612C13.5033 5.71703 13.7045 5.93429 13.8996 6.12412C14.2906 6.50455 14.7748 6.88652 15.1507 7.18115L15.1809 7.20488C15.3215 7.31523 15.4923 7.44938 15.6454 7.54159L15.6494 7.54403C15.7576 7.60935 16.2578 7.91128 16.8246 7.63632C17.3902 7.36196 17.462 6.78592 17.4778 6.65947L17.4782 6.65613C17.5003 6.47969 17.5001 6.26403 17.5 6.0884L17.5 5.50586L22 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8839 8.83404C14.0182 8.24215 13.3109 7.64411 12.8536 7.19921C12.6255 6.97732 12.3466 6.68221 12.1086 6.33626C11.914 6.05337 11.5 5.39179 11.5 4.49998C11.5 3.60818 11.914 2.9466 12.1086 2.66371C12.3466 2.31775 12.6255 2.02265 12.8536 1.80076L12.8756 1.77917C13.0526 1.59778 12.9391 1.29255 12.6866 1.27082L12.6758 1.27007C12.4522 1.25671 12.2269 1.24994 12 1.24994C6.09523 1.24994 1.25 5.83832 1.25 11.5667C1.25 14.3143 2.36972 16.8065 4.18451 18.6493C4.45227 18.9212 4.53937 19.1999 4.50088 19.4051C4.35863 20.1513 4.03697 20.8444 3.56917 21.4198C3.40224 21.6251 3.35586 21.9032 3.44713 22.1516C3.5384 22.4 3.75381 22.5819 4.01396 22.6303C5.62504 22.9299 7.29542 22.6599 8.72714 21.8985C8.96068 21.7743 9.11322 21.6934 9.22775 21.639C9.25931 21.6218 9.34334 21.5907 9.42696 21.6035C9.53909 21.6189 9.68979 21.647 9.92698 21.6915C10.6103 21.8198 11.3041 21.8842 12 21.8834C17.9048 21.8834 22.75 17.295 22.75 11.5667C22.75 10.0554 22.4128 8.62357 21.8079 7.33435C21.7344 7.17773 21.6976 7.09942 21.624 7.05263C21.5503 7.00584 21.4603 7.00584 21.2803 7.00584H19.4472C19.2189 7.00584 19.1047 7.00584 19.0271 7.0603C18.9496 7.11475 18.9041 7.24055 18.8132 7.49207C18.6399 7.97183 18.2705 8.60205 17.4792 8.9859C16.1724 9.61985 15.0477 8.93393 14.8839 8.83404ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H8.00897C8.56126 13 9.00897 12.5523 9.00897 12C9.00897 11.4477 8.56126 11 8.00897 11H8ZM11.9955 11C11.4432 11 10.9955 11.4477 10.9955 12C10.9955 12.5523 11.4432 13 11.9955 13H12.0045C12.5568 13 13.0045 12.5523 13.0045 12C13.0045 11.4477 12.5568 11 12.0045 11H11.9955ZM15.991 11C15.4387 11 14.991 11.4477 14.991 12C14.991 12.5523 15.4387 13 15.991 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-bubble-chat-lock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 4.74918V3.6875C21 2.31583 19.8548 1.25 18.5 1.25C17.1452 1.25 16 2.31583 16 3.6875V4.74918C15.9249 4.77196 15.8502 4.79929 15.7761 4.8322C15.1559 5.10744 14.6789 5.62765 14.4337 6.26203C14.3278 6.53595 14.2871 6.81726 14.2682 7.11392C14.25 7.39939 14.25 7.74715 14.25 8.16389V8.2111C14.25 8.62784 14.25 8.97561 14.2682 9.26108C14.2871 9.55774 14.3278 9.83905 14.4337 10.113C14.6789 10.7474 15.1559 11.2676 15.7761 11.5428C16.0484 11.6637 16.3272 11.7093 16.6128 11.7302C16.8844 11.75 17.2134 11.75 17.5989 11.75H19.4011C19.7866 11.75 20.1156 11.75 20.3872 11.7302C20.6728 11.7093 20.9516 11.6637 21.2239 11.5428C21.8441 11.2676 22.3211 10.7474 22.5663 10.113C22.6722 9.83905 22.7129 9.55774 22.7318 9.26108C22.75 8.97561 22.75 8.62785 22.75 8.2111V8.16392C22.75 7.74717 22.75 7.39939 22.7318 7.11392C22.7129 6.81726 22.6722 6.53595 22.5663 6.26203C22.3211 5.62765 21.8441 5.10744 21.2239 4.8322C21.1498 4.79929 21.0751 4.77196 21 4.74918ZM17.5 3.6875C17.5 3.19521 17.9218 2.75 18.5 2.75C19.0782 2.75 19.5 3.19521 19.5 3.6875V4.62501H17.5V3.6875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8229 1.70386C14.7564 1.58269 14.6024 1.55049 14.2944 1.4861C13.5543 1.33141 12.7866 1.24999 12 1.24999C6.09523 1.24999 1.25 5.83838 1.25 11.5667C1.25 14.3144 2.36971 16.8065 4.18451 18.6494C4.45227 18.9213 4.53937 19.2 4.50088 19.4052C4.35863 20.1513 4.03697 20.8445 3.56917 21.4198C3.40224 21.6252 3.35586 21.9033 3.44713 22.1516C3.5384 22.4 3.75381 22.5819 4.01396 22.6303C5.62504 22.93 7.29542 22.66 8.72713 21.8986C8.96068 21.7744 9.11322 21.6935 9.22775 21.6391C9.25931 21.6219 9.34333 21.5907 9.42696 21.6036C9.53909 21.6189 9.68979 21.647 9.92698 21.6916C10.6103 21.8199 11.3041 21.8843 12 21.8834C17.2579 21.8834 21.6756 18.2453 22.5805 13.4038L22.5805 13.4038C22.6323 13.1265 22.6583 12.9879 22.6305 12.911C22.5887 12.7957 22.5044 12.729 22.3825 12.715C22.3013 12.7057 22.145 12.7751 21.8324 12.9138C21.3373 13.1336 20.8656 13.1992 20.4966 13.2262C20.1695 13.2501 19.7934 13.25 19.4375 13.25H17.5625C17.2066 13.25 16.8305 13.2501 16.5034 13.2262C16.1344 13.1992 15.6627 13.1336 15.1676 12.9138C14.1643 12.4686 13.415 11.6378 13.0346 10.6539C12.8502 10.1769 12.7946 9.7239 12.7712 9.3564C12.75 9.02271 12.75 8.51738 12.75 8.12909C12.75 7.7408 12.75 7.35227 12.7712 7.01859C12.7946 6.65109 12.8502 6.19806 13.0346 5.72113C13.2879 5.06582 13.705 4.47842 14.2517 4.0276C14.3776 3.92379 14.4405 3.87188 14.469 3.81361C14.4976 3.75533 14.4998 3.67885 14.5043 3.5259C14.5206 2.96958 14.5829 2.63456 14.6847 2.36552C14.8211 2.0052 14.8893 1.82504 14.8229 1.70386ZM7.49609 11C6.94381 11 6.49609 11.4477 6.49609 12C6.49609 12.5523 6.94381 13 7.49609 13H7.50507C8.05735 13 8.50507 12.5523 8.50507 12C8.50507 11.4477 8.05735 11 7.50507 11H7.49609ZM11.4916 11C10.9393 11 10.4916 11.4477 10.4916 12C10.4916 12.5523 10.9393 13 11.4916 13H11.5006C12.0529 13 12.5006 12.5523 12.5006 12C12.5006 11.4477 12.0529 11 11.5006 11H11.4916Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 4.74918V3.6875C21 2.31583 19.8548 1.25 18.5 1.25C17.1452 1.25 16 2.31583 16 3.6875V4.74918C15.9249 4.77196 15.8502 4.79929 15.7761 4.8322C15.1559 5.10744 14.6789 5.62765 14.4337 6.26203C14.3278 6.53595 14.2871 6.81726 14.2682 7.11392C14.25 7.39939 14.25 7.74715 14.25 8.16389V8.2111C14.25 8.62784 14.25 8.97561 14.2682 9.26108C14.2871 9.55774 14.3278 9.83905 14.4337 10.113C14.6789 10.7474 15.1559 11.2676 15.7761 11.5428C16.0484 11.6637 16.3272 11.7093 16.6128 11.7302C16.8844 11.75 17.2134 11.75 17.5989 11.75H19.4011C19.7866 11.75 20.1156 11.75 20.3872 11.7302C20.6728 11.7093 20.9516 11.6637 21.2239 11.5428C21.8441 11.2676 22.3211 10.7474 22.5663 10.113C22.6722 9.83905 22.7129 9.55774 22.7318 9.26108C22.75 8.97561 22.75 8.62785 22.75 8.2111V8.16392C22.75 7.74717 22.75 7.39939 22.7318 7.11392C22.7129 6.81726 22.6722 6.53595 22.5663 6.26203C22.3211 5.62765 21.8441 5.10744 21.2239 4.8322C21.1498 4.79929 21.0751 4.77196 21 4.74918ZM17.5 3.6875C17.5 3.19521 17.9218 2.75 18.5 2.75C19.0782 2.75 19.5 3.19521 19.5 3.6875V4.62501H17.5V3.6875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8229 1.70386C14.7564 1.58269 14.6024 1.55049 14.2944 1.4861C13.5543 1.33141 12.7866 1.24999 12 1.24999C6.09523 1.24999 1.25 5.83838 1.25 11.5667C1.25 14.3144 2.36971 16.8065 4.18451 18.6494C4.45227 18.9213 4.53937 19.2 4.50088 19.4052C4.35863 20.1513 4.03697 20.8445 3.56917 21.4198C3.40224 21.6252 3.35586 21.9033 3.44713 22.1516C3.5384 22.4 3.75381 22.5819 4.01396 22.6303C5.62504 22.93 7.29542 22.66 8.72713 21.8986C8.96068 21.7744 9.11322 21.6935 9.22775 21.6391C9.25931 21.6219 9.34333 21.5907 9.42696 21.6036C9.53909 21.6189 9.68979 21.647 9.92698 21.6916C10.6103 21.8199 11.3041 21.8843 12 21.8834C17.2579 21.8834 21.6756 18.2453 22.5805 13.4038L22.5805 13.4038C22.6323 13.1265 22.6583 12.9879 22.6305 12.911C22.5887 12.7957 22.5044 12.729 22.3825 12.715C22.3013 12.7057 22.145 12.7751 21.8324 12.9138C21.3373 13.1336 20.8656 13.1992 20.4966 13.2262C20.1695 13.2501 19.7934 13.25 19.4375 13.25H17.5625C17.2066 13.25 16.8305 13.2501 16.5034 13.2262C16.1344 13.1992 15.6627 13.1336 15.1676 12.9138C14.1643 12.4686 13.415 11.6378 13.0346 10.6539C12.8502 10.1769 12.7946 9.7239 12.7712 9.3564C12.75 9.02271 12.75 8.51738 12.75 8.12909C12.75 7.7408 12.75 7.35227 12.7712 7.01859C12.7946 6.65109 12.8502 6.19806 13.0346 5.72113C13.2879 5.06582 13.705 4.47842 14.2517 4.0276C14.3776 3.92379 14.4405 3.87188 14.469 3.81361C14.4976 3.75533 14.4998 3.67885 14.5043 3.5259C14.5206 2.96958 14.5829 2.63456 14.6847 2.36552C14.8211 2.0052 14.8893 1.82504 14.8229 1.70386ZM7.49609 11C6.94381 11 6.49609 11.4477 6.49609 12C6.49609 12.5523 6.94381 13 7.49609 13H7.50507C8.05735 13 8.50507 12.5523 8.50507 12C8.50507 11.4477 8.05735 11 7.50507 11H7.49609ZM11.4916 11C10.9393 11 10.4916 11.4477 10.4916 12C10.4916 12.5523 10.9393 13 11.4916 13H11.5006C12.0529 13 12.5006 12.5523 12.5006 12C12.5006 11.4477 12.0529 11 11.5006 11H11.4916Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-bubble-chat-notification{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.75 5.5C14.75 3.15279 16.6528 1.25 19 1.25C21.3472 1.25 23.25 3.15279 23.25 5.5C23.25 7.84721 21.3472 9.75 19 9.75C16.6528 9.75 14.75 7.84721 14.75 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.413 1.7451C14.3513 1.60109 14.1569 1.56094 13.7681 1.48065C13.0362 1.3295 12.2773 1.24999 11.5 1.24999C5.59523 1.24999 0.75 5.83838 0.75 11.5667C0.75 14.3144 1.86972 16.8065 3.68451 18.6494C3.95227 18.9213 4.03937 19.2 4.00088 19.4052C3.85863 20.1513 3.53697 20.8445 3.06917 21.4198C2.90224 21.6252 2.85586 21.9033 2.94713 22.1516C3.0384 22.4 3.25381 22.5819 3.51396 22.6303C5.12504 22.93 6.79542 22.66 8.22714 21.8986C8.46068 21.7744 8.61322 21.6935 8.72775 21.6391C8.75931 21.6219 8.84334 21.5907 8.92696 21.6036C9.03909 21.6189 9.18979 21.647 9.42698 21.6916C10.1103 21.8199 10.8041 21.8843 11.5 21.8834C17.4048 21.8834 22.25 17.295 22.25 11.5667C22.25 11.4639 22.2484 11.3615 22.2453 11.2595C22.233 10.854 22.2269 10.6513 22.0917 10.5662C21.9565 10.4811 21.7459 10.5743 21.3245 10.7608C20.6138 11.0753 19.8273 11.25 19 11.25C15.8244 11.25 13.25 8.67563 13.25 5.49999C13.25 4.38388 13.568 3.34204 14.1183 2.46013C14.3559 2.07945 14.4747 1.88911 14.413 1.7451ZM7.5 11C6.94772 11 6.5 11.4477 6.5 12C6.5 12.5523 6.94772 13 7.5 13H7.50897C8.06126 13 8.50897 12.5523 8.50897 12C8.50897 11.4477 8.06126 11 7.50897 11H7.5ZM11.4955 11C10.9432 11 10.4955 11.4477 10.4955 12C10.4955 12.5523 10.9432 13 11.4955 13H11.5045C12.0568 13 12.5045 12.5523 12.5045 12C12.5045 11.4477 12.0568 11 11.5045 11H11.4955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.75 5.5C14.75 3.15279 16.6528 1.25 19 1.25C21.3472 1.25 23.25 3.15279 23.25 5.5C23.25 7.84721 21.3472 9.75 19 9.75C16.6528 9.75 14.75 7.84721 14.75 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.413 1.7451C14.3513 1.60109 14.1569 1.56094 13.7681 1.48065C13.0362 1.3295 12.2773 1.24999 11.5 1.24999C5.59523 1.24999 0.75 5.83838 0.75 11.5667C0.75 14.3144 1.86972 16.8065 3.68451 18.6494C3.95227 18.9213 4.03937 19.2 4.00088 19.4052C3.85863 20.1513 3.53697 20.8445 3.06917 21.4198C2.90224 21.6252 2.85586 21.9033 2.94713 22.1516C3.0384 22.4 3.25381 22.5819 3.51396 22.6303C5.12504 22.93 6.79542 22.66 8.22714 21.8986C8.46068 21.7744 8.61322 21.6935 8.72775 21.6391C8.75931 21.6219 8.84334 21.5907 8.92696 21.6036C9.03909 21.6189 9.18979 21.647 9.42698 21.6916C10.1103 21.8199 10.8041 21.8843 11.5 21.8834C17.4048 21.8834 22.25 17.295 22.25 11.5667C22.25 11.4639 22.2484 11.3615 22.2453 11.2595C22.233 10.854 22.2269 10.6513 22.0917 10.5662C21.9565 10.4811 21.7459 10.5743 21.3245 10.7608C20.6138 11.0753 19.8273 11.25 19 11.25C15.8244 11.25 13.25 8.67563 13.25 5.49999C13.25 4.38388 13.568 3.34204 14.1183 2.46013C14.3559 2.07945 14.4747 1.88911 14.413 1.7451ZM7.5 11C6.94772 11 6.5 11.4477 6.5 12C6.5 12.5523 6.94772 13 7.5 13H7.50897C8.06126 13 8.50897 12.5523 8.50897 12C8.50897 11.4477 8.06126 11 7.50897 11H7.5ZM11.4955 11C10.9432 11 10.4955 11.4477 10.4955 12C10.4955 12.5523 10.9432 13 11.4955 13H11.5045C12.0568 13 12.5045 12.5523 12.5045 12C12.5045 11.4477 12.0568 11 11.5045 11H11.4955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-bubble-chat-outcome{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 5.50586C13.3227 5.50586 12.875 5.05814 12.875 4.50586C12.875 3.95357 13.3227 3.50586 13.875 3.50586L18.375 3.50586L18.375 2.9116C18.3749 2.73596 18.3747 2.52031 18.3968 2.34387L18.3972 2.34053C18.413 2.21408 18.4848 1.63804 19.0504 1.36368C19.6172 1.08872 20.1174 1.39065 20.2256 1.45597L20.2296 1.45841C20.3826 1.55062 20.5535 1.68477 20.6941 1.79511L20.7243 1.81885C21.1001 2.11348 21.5843 2.49545 21.9753 2.87588C22.1705 3.06571 22.3717 3.28297 22.5305 3.51388C22.6717 3.71914 22.875 4.06933 22.875 4.5C22.875 4.93067 22.6717 5.28086 22.5305 5.48612C22.3717 5.71703 22.1705 5.93429 21.9753 6.12412C21.5843 6.50455 21.1001 6.88652 20.7243 7.18115L20.6941 7.20488C20.5535 7.31523 20.3826 7.44938 20.2296 7.54159L20.2256 7.54403C20.1174 7.60935 19.6172 7.91128 19.0504 7.63632C18.4848 7.36196 18.413 6.78592 18.3972 6.65947L18.3968 6.65613C18.3747 6.47969 18.3749 6.26403 18.375 6.0884L18.375 5.50586L13.875 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.911 1.66808C13.947 1.39587 12.9279 1.24999 11.875 1.24999C5.97023 1.24999 1.125 5.83838 1.125 11.5667C1.125 14.3144 2.24472 16.8065 4.05951 18.6494C4.32727 18.9213 4.41437 19.2 4.37588 19.4052C4.23363 20.1513 3.91197 20.8445 3.44417 21.4198C3.27724 21.6252 3.23086 21.9033 3.32213 22.1516C3.4134 22.4 3.62881 22.5819 3.88896 22.6303C5.50004 22.93 7.17042 22.66 8.60214 21.8986C8.83568 21.7744 8.98822 21.6935 9.10275 21.6391C9.13431 21.6219 9.21834 21.5907 9.30196 21.6036C9.41409 21.6189 9.56479 21.647 9.80198 21.6916C10.4853 21.8199 11.1791 21.8843 11.875 21.8834C17.7798 21.8834 22.625 17.295 22.625 11.5667C22.625 10.6338 22.4965 9.73121 22.2559 8.87369C22.1557 8.51666 22.1056 8.33815 21.9569 8.28695C21.8082 8.23575 21.6507 8.35155 21.3356 8.58314C21.2144 8.67227 21.0942 8.75991 20.9911 8.83409C20.8273 8.93399 19.7026 9.61991 18.3958 8.98596C17.6045 8.60211 17.2351 7.97187 17.0618 7.49212C16.9709 7.24058 16.9254 7.11481 16.8479 7.06035C16.7703 7.0059 16.6561 7.0059 16.4278 7.0059H13.875C12.4943 7.0059 11.375 5.88661 11.375 4.5059C11.375 3.12519 12.4943 2.0059 13.875 2.0059L14.8555 2.0059C15.2668 2.0059 15.4724 2.0059 15.4843 1.91961C15.4963 1.83333 15.3012 1.77825 14.911 1.66808ZM7.875 11C7.32272 11 6.875 11.4477 6.875 12C6.875 12.5523 7.32272 13 7.875 13H7.88397C8.43626 13 8.88397 12.5523 8.88397 12C8.88397 11.4477 8.43626 11 7.88397 11H7.875ZM11.8705 11C11.3182 11 10.8705 11.4477 10.8705 12C10.8705 12.5523 11.3182 13 11.8705 13H11.8795C12.4318 13 12.8795 12.5523 12.8795 12C12.8795 11.4477 12.4318 11 11.8795 11H11.8705ZM15.866 11C15.3137 11 14.866 11.4477 14.866 12C14.866 12.5523 15.3137 13 15.866 13H15.875C16.4273 13 16.875 12.5523 16.875 12C16.875 11.4477 16.4273 11 15.875 11H15.866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 5.50586C13.3227 5.50586 12.875 5.05814 12.875 4.50586C12.875 3.95357 13.3227 3.50586 13.875 3.50586L18.375 3.50586L18.375 2.9116C18.3749 2.73596 18.3747 2.52031 18.3968 2.34387L18.3972 2.34053C18.413 2.21408 18.4848 1.63804 19.0504 1.36368C19.6172 1.08872 20.1174 1.39065 20.2256 1.45597L20.2296 1.45841C20.3826 1.55062 20.5535 1.68477 20.6941 1.79511L20.7243 1.81885C21.1001 2.11348 21.5843 2.49545 21.9753 2.87588C22.1705 3.06571 22.3717 3.28297 22.5305 3.51388C22.6717 3.71914 22.875 4.06933 22.875 4.5C22.875 4.93067 22.6717 5.28086 22.5305 5.48612C22.3717 5.71703 22.1705 5.93429 21.9753 6.12412C21.5843 6.50455 21.1001 6.88652 20.7243 7.18115L20.6941 7.20488C20.5535 7.31523 20.3826 7.44938 20.2296 7.54159L20.2256 7.54403C20.1174 7.60935 19.6172 7.91128 19.0504 7.63632C18.4848 7.36196 18.413 6.78592 18.3972 6.65947L18.3968 6.65613C18.3747 6.47969 18.3749 6.26403 18.375 6.0884L18.375 5.50586L13.875 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.911 1.66808C13.947 1.39587 12.9279 1.24999 11.875 1.24999C5.97023 1.24999 1.125 5.83838 1.125 11.5667C1.125 14.3144 2.24472 16.8065 4.05951 18.6494C4.32727 18.9213 4.41437 19.2 4.37588 19.4052C4.23363 20.1513 3.91197 20.8445 3.44417 21.4198C3.27724 21.6252 3.23086 21.9033 3.32213 22.1516C3.4134 22.4 3.62881 22.5819 3.88896 22.6303C5.50004 22.93 7.17042 22.66 8.60214 21.8986C8.83568 21.7744 8.98822 21.6935 9.10275 21.6391C9.13431 21.6219 9.21834 21.5907 9.30196 21.6036C9.41409 21.6189 9.56479 21.647 9.80198 21.6916C10.4853 21.8199 11.1791 21.8843 11.875 21.8834C17.7798 21.8834 22.625 17.295 22.625 11.5667C22.625 10.6338 22.4965 9.73121 22.2559 8.87369C22.1557 8.51666 22.1056 8.33815 21.9569 8.28695C21.8082 8.23575 21.6507 8.35155 21.3356 8.58314C21.2144 8.67227 21.0942 8.75991 20.9911 8.83409C20.8273 8.93399 19.7026 9.61991 18.3958 8.98596C17.6045 8.60211 17.2351 7.97187 17.0618 7.49212C16.9709 7.24058 16.9254 7.11481 16.8479 7.06035C16.7703 7.0059 16.6561 7.0059 16.4278 7.0059H13.875C12.4943 7.0059 11.375 5.88661 11.375 4.5059C11.375 3.12519 12.4943 2.0059 13.875 2.0059L14.8555 2.0059C15.2668 2.0059 15.4724 2.0059 15.4843 1.91961C15.4963 1.83333 15.3012 1.77825 14.911 1.66808ZM7.875 11C7.32272 11 6.875 11.4477 6.875 12C6.875 12.5523 7.32272 13 7.875 13H7.88397C8.43626 13 8.88397 12.5523 8.88397 12C8.88397 11.4477 8.43626 11 7.88397 11H7.875ZM11.8705 11C11.3182 11 10.8705 11.4477 10.8705 12C10.8705 12.5523 11.3182 13 11.8705 13H11.8795C12.4318 13 12.8795 12.5523 12.8795 12C12.8795 11.4477 12.4318 11 11.8795 11H11.8705ZM15.866 11C15.3137 11 14.866 11.4477 14.866 12C14.866 12.5523 15.3137 13 15.866 13H15.875C16.4273 13 16.875 12.5523 16.875 12C16.875 11.4477 16.4273 11 15.875 11H15.866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-bubble-chat-preview{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 1.25C16.23 1.25 15.1557 1.78236 14.3443 2.38563C13.5323 2.9894 12.9365 3.69826 12.6049 4.14117C12.4977 4.28016 12.25 4.60165 12.25 5C12.25 5.39835 12.4977 5.71984 12.6049 5.85883C12.9365 6.30174 13.5323 7.01061 14.3443 7.61437C15.1557 8.21764 16.23 8.75 17.5 8.75C18.77 8.75 19.8443 8.21764 20.6557 7.61437C21.4677 7.0106 22.0635 6.30174 22.3951 5.85883C22.5023 5.71984 22.75 5.39835 22.75 5C22.75 4.60165 22.5023 4.28016 22.3951 4.14117C22.0635 3.69826 21.4677 2.98939 20.6557 2.38563C19.8443 1.78236 18.77 1.25 17.5 1.25ZM17.4933 3.5C16.6686 3.5 16 4.17157 16 5C16 5.82843 16.6686 6.5 17.4933 6.5H17.5067C18.3314 6.5 19 5.82843 19 5C19 4.17157 18.3314 3.5 17.5067 3.5H17.4933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8091 1.52413C12.821 1.66145 12.6552 1.83086 12.3235 2.16967C11.9293 2.5724 11.6233 2.95029 11.4121 3.23159L11.4029 3.24337C11.281 3.39854 10.75 4.07442 10.75 5.0001C10.75 5.92577 11.281 6.60165 11.4029 6.75682L11.4121 6.7686C11.7941 7.27735 12.4861 8.10205 13.4493 8.8182C14.4169 9.53763 15.7997 10.2501 17.5 10.2501C19.2003 10.2501 20.5831 9.53763 21.5507 8.8182C21.8415 8.60198 21.9869 8.49387 22.118 8.52042C22.1457 8.52602 22.1722 8.53539 22.1972 8.54844C22.3159 8.61031 22.3568 8.76986 22.4386 9.08897C22.642 9.88186 22.75 10.7116 22.75 11.5668C22.75 17.2951 17.9048 21.8835 12 21.8835C11.3041 21.8844 10.6103 21.82 9.92698 21.6917C9.68979 21.6471 9.53909 21.619 9.42696 21.6037C9.34334 21.5908 9.25931 21.622 9.22775 21.6392C9.11322 21.6936 8.96068 21.7745 8.72714 21.8987C7.29542 22.6601 5.62504 22.9301 4.01396 22.6304C3.75381 22.582 3.5384 22.4001 3.44713 22.1517C3.35586 21.9034 3.40224 21.6253 3.56917 21.4199C4.03697 20.8446 4.35863 20.1514 4.50088 19.4053C4.53937 19.2001 4.45227 18.9214 4.18451 18.6495C2.36972 16.8066 1.25 14.3145 1.25 11.5668C1.25 5.83848 6.09523 1.2501 12 1.2501C12.432 1.2501 12.648 1.2501 12.7378 1.35468C12.779 1.40269 12.8036 1.46109 12.8091 1.52413ZM8 11.0001C7.44772 11.0001 7 11.4478 7 12.0001C7 12.5524 7.44772 13.0001 8 13.0001H8.00897C8.56126 13.0001 9.00897 12.5524 9.00897 12.0001C9.00897 11.4478 8.56126 11.0001 8.00897 11.0001H8ZM11.9955 11.0001C11.4432 11.0001 10.9955 11.4478 10.9955 12.0001C10.9955 12.5524 11.4432 13.0001 11.9955 13.0001H12.0045C12.5568 13.0001 13.0045 12.5524 13.0045 12.0001C13.0045 11.4478 12.5568 11.0001 12.0045 11.0001H11.9955ZM15.9955 11.0001C15.4432 11.0001 14.9955 11.4478 14.9955 12.0001C14.9955 12.5524 15.4432 13.0001 15.9955 13.0001H16.0045C16.5568 13.0001 17.0045 12.5524 17.0045 12.0001C17.0045 11.4478 16.5568 11.0001 16.0045 11.0001H15.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 1.25C16.23 1.25 15.1557 1.78236 14.3443 2.38563C13.5323 2.9894 12.9365 3.69826 12.6049 4.14117C12.4977 4.28016 12.25 4.60165 12.25 5C12.25 5.39835 12.4977 5.71984 12.6049 5.85883C12.9365 6.30174 13.5323 7.01061 14.3443 7.61437C15.1557 8.21764 16.23 8.75 17.5 8.75C18.77 8.75 19.8443 8.21764 20.6557 7.61437C21.4677 7.0106 22.0635 6.30174 22.3951 5.85883C22.5023 5.71984 22.75 5.39835 22.75 5C22.75 4.60165 22.5023 4.28016 22.3951 4.14117C22.0635 3.69826 21.4677 2.98939 20.6557 2.38563C19.8443 1.78236 18.77 1.25 17.5 1.25ZM17.4933 3.5C16.6686 3.5 16 4.17157 16 5C16 5.82843 16.6686 6.5 17.4933 6.5H17.5067C18.3314 6.5 19 5.82843 19 5C19 4.17157 18.3314 3.5 17.5067 3.5H17.4933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8091 1.52413C12.821 1.66145 12.6552 1.83086 12.3235 2.16967C11.9293 2.5724 11.6233 2.95029 11.4121 3.23159L11.4029 3.24337C11.281 3.39854 10.75 4.07442 10.75 5.0001C10.75 5.92577 11.281 6.60165 11.4029 6.75682L11.4121 6.7686C11.7941 7.27735 12.4861 8.10205 13.4493 8.8182C14.4169 9.53763 15.7997 10.2501 17.5 10.2501C19.2003 10.2501 20.5831 9.53763 21.5507 8.8182C21.8415 8.60198 21.9869 8.49387 22.118 8.52042C22.1457 8.52602 22.1722 8.53539 22.1972 8.54844C22.3159 8.61031 22.3568 8.76986 22.4386 9.08897C22.642 9.88186 22.75 10.7116 22.75 11.5668C22.75 17.2951 17.9048 21.8835 12 21.8835C11.3041 21.8844 10.6103 21.82 9.92698 21.6917C9.68979 21.6471 9.53909 21.619 9.42696 21.6037C9.34334 21.5908 9.25931 21.622 9.22775 21.6392C9.11322 21.6936 8.96068 21.7745 8.72714 21.8987C7.29542 22.6601 5.62504 22.9301 4.01396 22.6304C3.75381 22.582 3.5384 22.4001 3.44713 22.1517C3.35586 21.9034 3.40224 21.6253 3.56917 21.4199C4.03697 20.8446 4.35863 20.1514 4.50088 19.4053C4.53937 19.2001 4.45227 18.9214 4.18451 18.6495C2.36972 16.8066 1.25 14.3145 1.25 11.5668C1.25 5.83848 6.09523 1.2501 12 1.2501C12.432 1.2501 12.648 1.2501 12.7378 1.35468C12.779 1.40269 12.8036 1.46109 12.8091 1.52413ZM8 11.0001C7.44772 11.0001 7 11.4478 7 12.0001C7 12.5524 7.44772 13.0001 8 13.0001H8.00897C8.56126 13.0001 9.00897 12.5524 9.00897 12.0001C9.00897 11.4478 8.56126 11.0001 8.00897 11.0001H8ZM11.9955 11.0001C11.4432 11.0001 10.9955 11.4478 10.9955 12.0001C10.9955 12.5524 11.4432 13.0001 11.9955 13.0001H12.0045C12.5568 13.0001 13.0045 12.5524 13.0045 12.0001C13.0045 11.4478 12.5568 11.0001 12.0045 11.0001H11.9955ZM15.9955 11.0001C15.4432 11.0001 14.9955 11.4478 14.9955 12.0001C14.9955 12.5524 15.4432 13.0001 15.9955 13.0001H16.0045C16.5568 13.0001 17.0045 12.5524 17.0045 12.0001C17.0045 11.4478 16.5568 11.0001 16.0045 11.0001H15.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-bubble-chat-question{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 11.5667C1.25 5.83838 6.09523 1.25 12 1.25C17.9048 1.25 22.75 5.83838 22.75 11.5667C22.75 17.295 17.9048 21.8834 12 21.8834C11.3041 21.8843 10.6103 21.8199 9.92698 21.6916C9.68979 21.647 9.53909 21.6189 9.42696 21.6036C9.34334 21.5907 9.25931 21.6219 9.22775 21.6391C9.11322 21.6935 8.96068 21.7744 8.72714 21.8986C7.29542 22.66 5.62504 22.93 4.01396 22.6303C3.75381 22.5819 3.5384 22.4 3.44713 22.1517C3.35586 21.9033 3.40224 21.6252 3.56917 21.4199C4.03697 20.8445 4.35863 20.1513 4.50088 19.4052C4.53937 19.2 4.45227 18.9213 4.18451 18.6494C2.36972 16.8065 1.25 14.3144 1.25 11.5667ZM11 9.25824C11 8.95663 11.3228 8.5 12 8.5C12.6772 8.5 13 8.95663 13 9.25824C13 9.38027 12.9608 9.50211 12.8762 9.61775C12.7622 9.77341 12.6156 9.93972 12.4303 10.1422L12.3414 10.239C12.1863 10.4076 12.0087 10.6007 11.847 10.796C11.4761 11.2443 11 11.9172 11 12.7747V13.2143C11 13.7666 11.4477 14.2143 12 14.2143C12.5523 14.2143 13 13.7666 13 13.2143V12.7747C13 12.6612 13.0666 12.4593 13.3878 12.0712C13.5131 11.9198 13.6484 11.7726 13.8027 11.6046L13.8027 11.6046L13.9056 11.4925C14.092 11.2889 14.3051 11.0517 14.4901 10.799C14.8065 10.3667 15 9.83626 15 9.25824C15 7.61775 13.5319 6.5 12 6.5C10.4681 6.5 9 7.61775 9 9.25824C9 9.81053 9.44771 10.2582 10 10.2582C10.5523 10.2582 11 9.81053 11 9.25824ZM12 15.5C11.4477 15.5 11 15.9477 11 16.5C11 17.0523 11.4477 17.5 12 17.5H12.012C12.5643 17.5 13.012 17.0523 13.012 16.5C13.012 15.9477 12.5643 15.5 12.012 15.5H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 11.5667C1.25 5.83838 6.09523 1.25 12 1.25C17.9048 1.25 22.75 5.83838 22.75 11.5667C22.75 17.295 17.9048 21.8834 12 21.8834C11.3041 21.8843 10.6103 21.8199 9.92698 21.6916C9.68979 21.647 9.53909 21.6189 9.42696 21.6036C9.34334 21.5907 9.25931 21.6219 9.22775 21.6391C9.11322 21.6935 8.96068 21.7744 8.72714 21.8986C7.29542 22.66 5.62504 22.93 4.01396 22.6303C3.75381 22.5819 3.5384 22.4 3.44713 22.1517C3.35586 21.9033 3.40224 21.6252 3.56917 21.4199C4.03697 20.8445 4.35863 20.1513 4.50088 19.4052C4.53937 19.2 4.45227 18.9213 4.18451 18.6494C2.36972 16.8065 1.25 14.3144 1.25 11.5667ZM11 9.25824C11 8.95663 11.3228 8.5 12 8.5C12.6772 8.5 13 8.95663 13 9.25824C13 9.38027 12.9608 9.50211 12.8762 9.61775C12.7622 9.77341 12.6156 9.93972 12.4303 10.1422L12.3414 10.239C12.1863 10.4076 12.0087 10.6007 11.847 10.796C11.4761 11.2443 11 11.9172 11 12.7747V13.2143C11 13.7666 11.4477 14.2143 12 14.2143C12.5523 14.2143 13 13.7666 13 13.2143V12.7747C13 12.6612 13.0666 12.4593 13.3878 12.0712C13.5131 11.9198 13.6484 11.7726 13.8027 11.6046L13.8027 11.6046L13.9056 11.4925C14.092 11.2889 14.3051 11.0517 14.4901 10.799C14.8065 10.3667 15 9.83626 15 9.25824C15 7.61775 13.5319 6.5 12 6.5C10.4681 6.5 9 7.61775 9 9.25824C9 9.81053 9.44771 10.2582 10 10.2582C10.5523 10.2582 11 9.81053 11 9.25824ZM12 15.5C11.4477 15.5 11 15.9477 11 16.5C11 17.0523 11.4477 17.5 12 17.5H12.012C12.5643 17.5 13.012 17.0523 13.012 16.5C13.012 15.9477 12.5643 15.5 12.012 15.5H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-bubble-chat-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 5.65153C12.875 3.1516 14.9016 1.125 17.4015 1.125C19.9015 1.125 21.9281 3.1516 21.9281 5.65153C21.9281 6.54055 21.6718 7.36971 21.229 8.06916L22.581 9.41676C22.9721 9.80666 22.9731 10.4398 22.5832 10.831C22.1933 11.2221 21.5602 11.2231 21.169 10.8332L19.8138 9.4824C19.1155 9.92307 18.2883 10.1781 17.4015 10.1781C14.9016 10.1781 12.875 8.15147 12.875 5.65153ZM17.4015 3.125C16.0062 3.125 14.875 4.25617 14.875 5.65153C14.875 7.0469 16.0062 8.17806 17.4015 8.17806C18.7969 8.17806 19.9281 7.0469 19.9281 5.65153C19.9281 4.25617 18.7969 3.125 17.4015 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.6961 1.5239C12.6093 1.37499 12.3645 1.37499 11.875 1.37499C5.97023 1.37499 1.125 5.96338 1.125 11.6917C1.125 14.4394 2.24472 16.9315 4.05951 18.7744C4.32727 19.0463 4.41437 19.325 4.37588 19.5302C4.23363 20.2763 3.91197 20.9695 3.44417 21.5448C3.27724 21.7502 3.23086 22.0283 3.32213 22.2766C3.4134 22.525 3.62881 22.7069 3.88896 22.7553C5.50004 23.055 7.17042 22.785 8.60214 22.0236C8.83568 21.8994 8.98822 21.8185 9.10275 21.7641C9.13431 21.7469 9.21834 21.7157 9.30196 21.7286C9.41409 21.7439 9.56479 21.772 9.80198 21.8166C10.4853 21.9449 11.1791 22.0093 11.875 22.0084C17.1823 22.0084 21.6336 18.3016 22.4801 13.392C22.5399 13.0452 22.5698 12.8718 22.4866 12.7667C22.4033 12.6616 22.1765 12.6479 21.723 12.6204C21.1361 12.5849 20.5592 12.3433 20.1101 11.8956L19.7836 11.5701C19.6539 11.4408 19.589 11.3762 19.5087 11.3561C19.4284 11.336 19.3342 11.3645 19.1459 11.4213C18.593 11.5883 18.0072 11.6781 17.4015 11.6781C14.0732 11.6781 11.375 8.97989 11.375 5.65153C11.375 4.45012 11.7266 3.33082 12.3324 2.39089C12.6324 1.9254 12.7825 1.69265 12.7043 1.53901C12.7016 1.53367 12.6991 1.52907 12.6961 1.5239ZM7.875 11.125C7.32272 11.125 6.875 11.5727 6.875 12.125C6.875 12.6773 7.32272 13.125 7.875 13.125H7.88397C8.43626 13.125 8.88397 12.6773 8.88397 12.125C8.88397 11.5727 8.43626 11.125 7.88397 11.125H7.875ZM11.8705 11.125C11.3182 11.125 10.8705 11.5727 10.8705 12.125C10.8705 12.6773 11.3182 13.125 11.8705 13.125H11.8795C12.4318 13.125 12.8795 12.6773 12.8795 12.125C12.8795 11.5727 12.4318 11.125 11.8795 11.125H11.8705Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 5.65153C12.875 3.1516 14.9016 1.125 17.4015 1.125C19.9015 1.125 21.9281 3.1516 21.9281 5.65153C21.9281 6.54055 21.6718 7.36971 21.229 8.06916L22.581 9.41676C22.9721 9.80666 22.9731 10.4398 22.5832 10.831C22.1933 11.2221 21.5602 11.2231 21.169 10.8332L19.8138 9.4824C19.1155 9.92307 18.2883 10.1781 17.4015 10.1781C14.9016 10.1781 12.875 8.15147 12.875 5.65153ZM17.4015 3.125C16.0062 3.125 14.875 4.25617 14.875 5.65153C14.875 7.0469 16.0062 8.17806 17.4015 8.17806C18.7969 8.17806 19.9281 7.0469 19.9281 5.65153C19.9281 4.25617 18.7969 3.125 17.4015 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.6961 1.5239C12.6093 1.37499 12.3645 1.37499 11.875 1.37499C5.97023 1.37499 1.125 5.96338 1.125 11.6917C1.125 14.4394 2.24472 16.9315 4.05951 18.7744C4.32727 19.0463 4.41437 19.325 4.37588 19.5302C4.23363 20.2763 3.91197 20.9695 3.44417 21.5448C3.27724 21.7502 3.23086 22.0283 3.32213 22.2766C3.4134 22.525 3.62881 22.7069 3.88896 22.7553C5.50004 23.055 7.17042 22.785 8.60214 22.0236C8.83568 21.8994 8.98822 21.8185 9.10275 21.7641C9.13431 21.7469 9.21834 21.7157 9.30196 21.7286C9.41409 21.7439 9.56479 21.772 9.80198 21.8166C10.4853 21.9449 11.1791 22.0093 11.875 22.0084C17.1823 22.0084 21.6336 18.3016 22.4801 13.392C22.5399 13.0452 22.5698 12.8718 22.4866 12.7667C22.4033 12.6616 22.1765 12.6479 21.723 12.6204C21.1361 12.5849 20.5592 12.3433 20.1101 11.8956L19.7836 11.5701C19.6539 11.4408 19.589 11.3762 19.5087 11.3561C19.4284 11.336 19.3342 11.3645 19.1459 11.4213C18.593 11.5883 18.0072 11.6781 17.4015 11.6781C14.0732 11.6781 11.375 8.97989 11.375 5.65153C11.375 4.45012 11.7266 3.33082 12.3324 2.39089C12.6324 1.9254 12.7825 1.69265 12.7043 1.53901C12.7016 1.53367 12.6991 1.52907 12.6961 1.5239ZM7.875 11.125C7.32272 11.125 6.875 11.5727 6.875 12.125C6.875 12.6773 7.32272 13.125 7.875 13.125H7.88397C8.43626 13.125 8.88397 12.6773 8.88397 12.125C8.88397 11.5727 8.43626 11.125 7.88397 11.125H7.875ZM11.8705 11.125C11.3182 11.125 10.8705 11.5727 10.8705 12.125C10.8705 12.6773 11.3182 13.125 11.8705 13.125H11.8795C12.4318 13.125 12.8795 12.6773 12.8795 12.125C12.8795 11.5727 12.4318 11.125 11.8795 11.125H11.8705Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-bubble-chat-secure{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.027 1.76768C16.5525 1.50907 17.1965 1.25 17.9983 1.25C18.8001 1.25 19.4444 1.50906 19.97 1.76764C20.1484 1.8554 20.3028 1.93633 20.4432 2.00989C20.7534 2.17248 21.0154 2.3053 21.2963 2.3904C21.4761 2.44485 21.6433 2.4955 21.7742 2.54421C21.8865 2.58599 22.105 2.67049 22.2751 2.85C22.4251 3.0083 22.4959 3.18169 22.5364 3.31625C22.5697 3.42718 22.5978 3.57579 22.6176 3.68016C23.1751 6.61675 21.9472 9.45596 18.9345 10.5518C18.6613 10.6513 18.3902 10.75 17.9997 10.75C17.6092 10.75 17.3381 10.6513 17.065 10.5518C14.0523 9.45606 12.823 6.61704 13.3804 3.6802C13.4002 3.57585 13.4283 3.42725 13.4616 3.31634C13.5021 3.18179 13.5729 3.00842 13.7229 2.85012C13.8929 2.6706 14.1115 2.58607 14.2237 2.54428C14.3546 2.49555 14.5422 2.43869 14.722 2.38421C15.0027 2.29913 15.2441 2.17256 15.554 2.01001C15.6943 1.93644 15.8486 1.85549 16.027 1.76768Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4719 1.25979C12.727 1.2704 12.8105 1.63324 12.6349 1.81861C12.3595 2.10943 12.2031 2.45933 12.1233 2.66042C12.0282 2.9001 11.9536 3.15969 11.9079 3.40048C11.2379 6.93043 12.7332 10.5717 16.5533 11.9615L16.5771 11.9701C16.8662 12.0756 17.3442 12.25 18.0008 12.25C18.6575 12.25 19.1355 12.0756 19.4245 11.9701L19.4483 11.9614C20.3105 11.6478 21.0542 11.2195 21.6812 10.7037C22.1349 10.3306 22.3617 10.144 22.5309 10.2189C22.7001 10.2938 22.7128 10.5546 22.7381 11.0762C22.746 11.2387 22.75 11.4022 22.75 11.5667C22.75 17.295 17.9048 21.8834 12 21.8834C11.3041 21.8842 10.6103 21.8199 9.92698 21.6916C9.68979 21.647 9.53909 21.6189 9.42696 21.6035C9.34334 21.5907 9.25931 21.6219 9.22775 21.6391C9.11322 21.6935 8.96068 21.7744 8.72714 21.8986C7.29542 22.6599 5.62504 22.93 4.01396 22.6303C3.75381 22.5819 3.5384 22.4 3.44713 22.1516C3.35586 21.9033 3.40224 21.6252 3.56917 21.4198C4.03697 20.8444 4.35863 20.1513 4.50088 19.4052C4.53937 19.2 4.45227 18.9213 4.18451 18.6493C2.36972 16.8065 1.25 14.3144 1.25 11.5667C1.25 5.83837 6.09523 1.24999 12 1.24999C12.1581 1.24999 12.3154 1.25328 12.4719 1.25979ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H8.00897C8.56126 13 9.00897 12.5523 9.00897 12C9.00897 11.4477 8.56126 11 8.00897 11H8ZM11.9955 11C11.4432 11 10.9955 11.4477 10.9955 12C10.9955 12.5523 11.4432 13 11.9955 13H12.0045C12.5568 13 13.0045 12.5523 13.0045 12C13.0045 11.4477 12.5568 11 12.0045 11H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.027 1.76768C16.5525 1.50907 17.1965 1.25 17.9983 1.25C18.8001 1.25 19.4444 1.50906 19.97 1.76764C20.1484 1.8554 20.3028 1.93633 20.4432 2.00989C20.7534 2.17248 21.0154 2.3053 21.2963 2.3904C21.4761 2.44485 21.6433 2.4955 21.7742 2.54421C21.8865 2.58599 22.105 2.67049 22.2751 2.85C22.4251 3.0083 22.4959 3.18169 22.5364 3.31625C22.5697 3.42718 22.5978 3.57579 22.6176 3.68016C23.1751 6.61675 21.9472 9.45596 18.9345 10.5518C18.6613 10.6513 18.3902 10.75 17.9997 10.75C17.6092 10.75 17.3381 10.6513 17.065 10.5518C14.0523 9.45606 12.823 6.61704 13.3804 3.6802C13.4002 3.57585 13.4283 3.42725 13.4616 3.31634C13.5021 3.18179 13.5729 3.00842 13.7229 2.85012C13.8929 2.6706 14.1115 2.58607 14.2237 2.54428C14.3546 2.49555 14.5422 2.43869 14.722 2.38421C15.0027 2.29913 15.2441 2.17256 15.554 2.01001C15.6943 1.93644 15.8486 1.85549 16.027 1.76768Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4719 1.25979C12.727 1.2704 12.8105 1.63324 12.6349 1.81861C12.3595 2.10943 12.2031 2.45933 12.1233 2.66042C12.0282 2.9001 11.9536 3.15969 11.9079 3.40048C11.2379 6.93043 12.7332 10.5717 16.5533 11.9615L16.5771 11.9701C16.8662 12.0756 17.3442 12.25 18.0008 12.25C18.6575 12.25 19.1355 12.0756 19.4245 11.9701L19.4483 11.9614C20.3105 11.6478 21.0542 11.2195 21.6812 10.7037C22.1349 10.3306 22.3617 10.144 22.5309 10.2189C22.7001 10.2938 22.7128 10.5546 22.7381 11.0762C22.746 11.2387 22.75 11.4022 22.75 11.5667C22.75 17.295 17.9048 21.8834 12 21.8834C11.3041 21.8842 10.6103 21.8199 9.92698 21.6916C9.68979 21.647 9.53909 21.6189 9.42696 21.6035C9.34334 21.5907 9.25931 21.6219 9.22775 21.6391C9.11322 21.6935 8.96068 21.7744 8.72714 21.8986C7.29542 22.6599 5.62504 22.93 4.01396 22.6303C3.75381 22.5819 3.5384 22.4 3.44713 22.1516C3.35586 21.9033 3.40224 21.6252 3.56917 21.4198C4.03697 20.8444 4.35863 20.1513 4.50088 19.4052C4.53937 19.2 4.45227 18.9213 4.18451 18.6493C2.36972 16.8065 1.25 14.3144 1.25 11.5667C1.25 5.83837 6.09523 1.24999 12 1.24999C12.1581 1.24999 12.3154 1.25328 12.4719 1.25979ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H8.00897C8.56126 13 9.00897 12.5523 9.00897 12C9.00897 11.4477 8.56126 11 8.00897 11H8ZM11.9955 11C11.4432 11 10.9955 11.4477 10.9955 12C10.9955 12.5523 11.4432 13 11.9955 13H12.0045C12.5568 13 13.0045 12.5523 13.0045 12C13.0045 11.4477 12.5568 11 12.0045 11H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-bubble-chat-translate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 11.5667C1.25 5.83838 6.09523 1.25 12 1.25C17.9048 1.25 22.75 5.83838 22.75 11.5667C22.75 17.295 17.9048 21.8834 12 21.8834C11.3041 21.8843 10.6103 21.8199 9.92698 21.6916C9.68979 21.647 9.53909 21.6189 9.42696 21.6036C9.34334 21.5907 9.25931 21.6219 9.22775 21.6391C9.11322 21.6935 8.96068 21.7744 8.72714 21.8986C7.29542 22.66 5.62504 22.93 4.01396 22.6303C3.75381 22.5819 3.5384 22.4 3.44713 22.1517C3.35586 21.9033 3.40224 21.6252 3.56917 21.4199C4.03697 20.8445 4.35863 20.1513 4.50088 19.4052C4.53937 19.2 4.45227 18.9213 4.18451 18.6494C2.36972 16.8065 1.25 14.3144 1.25 11.5667ZM13 7C13 6.44772 12.5523 6 12 6C11.4477 6 11 6.44772 11 7V7.24138H8C7.44772 7.24138 7 7.68909 7 8.24138C7 8.79366 7.44772 9.24138 8 9.24138H13.1495C12.8369 9.94493 12.437 10.6348 11.9804 11.3011C11.9486 11.2572 11.917 11.2133 11.886 11.1697C11.5853 10.7476 11.3791 10.4173 11.3084 10.2637C11.0774 9.76199 10.4835 9.5425 9.98186 9.77344C9.48017 10.0044 9.26068 10.5983 9.49162 11.1C9.64946 11.4429 9.95755 11.9096 10.2569 12.3299C10.4019 12.5336 10.5567 12.7426 10.7114 12.9443C9.96631 13.814 9.18066 14.5985 8.46144 15.2681C8.05722 15.6444 8.03463 16.2772 8.41096 16.6814C8.7873 17.0856 9.42006 17.1082 9.82428 16.7319C10.5216 16.0826 11.2948 15.3156 12.0477 14.4562L12.9893 15.4474C13.3697 15.8478 14.0027 15.864 14.4031 15.4836C14.8034 15.1032 14.8197 14.4703 14.4393 14.0699L13.3114 12.8827C14.1153 11.7796 14.8343 10.5527 15.3028 9.24138H16C16.5523 9.24138 17 8.79366 17 8.24138C17 7.68909 16.5523 7.24138 16 7.24138H13V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 11.5667C1.25 5.83838 6.09523 1.25 12 1.25C17.9048 1.25 22.75 5.83838 22.75 11.5667C22.75 17.295 17.9048 21.8834 12 21.8834C11.3041 21.8843 10.6103 21.8199 9.92698 21.6916C9.68979 21.647 9.53909 21.6189 9.42696 21.6036C9.34334 21.5907 9.25931 21.6219 9.22775 21.6391C9.11322 21.6935 8.96068 21.7744 8.72714 21.8986C7.29542 22.66 5.62504 22.93 4.01396 22.6303C3.75381 22.5819 3.5384 22.4 3.44713 22.1517C3.35586 21.9033 3.40224 21.6252 3.56917 21.4199C4.03697 20.8445 4.35863 20.1513 4.50088 19.4052C4.53937 19.2 4.45227 18.9213 4.18451 18.6494C2.36972 16.8065 1.25 14.3144 1.25 11.5667ZM13 7C13 6.44772 12.5523 6 12 6C11.4477 6 11 6.44772 11 7V7.24138H8C7.44772 7.24138 7 7.68909 7 8.24138C7 8.79366 7.44772 9.24138 8 9.24138H13.1495C12.8369 9.94493 12.437 10.6348 11.9804 11.3011C11.9486 11.2572 11.917 11.2133 11.886 11.1697C11.5853 10.7476 11.3791 10.4173 11.3084 10.2637C11.0774 9.76199 10.4835 9.5425 9.98186 9.77344C9.48017 10.0044 9.26068 10.5983 9.49162 11.1C9.64946 11.4429 9.95755 11.9096 10.2569 12.3299C10.4019 12.5336 10.5567 12.7426 10.7114 12.9443C9.96631 13.814 9.18066 14.5985 8.46144 15.2681C8.05722 15.6444 8.03463 16.2772 8.41096 16.6814C8.7873 17.0856 9.42006 17.1082 9.82428 16.7319C10.5216 16.0826 11.2948 15.3156 12.0477 14.4562L12.9893 15.4474C13.3697 15.8478 14.0027 15.864 14.4031 15.4836C14.8034 15.1032 14.8197 14.4703 14.4393 14.0699L13.3114 12.8827C14.1153 11.7796 14.8343 10.5527 15.3028 9.24138H16C16.5523 9.24138 17 8.79366 17 8.24138C17 7.68909 16.5523 7.24138 16 7.24138H13V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-bubble-chat-unlock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7813 3.95232C15.7813 2.45396 17.0044 1.25 18.5 1.25C19.1725 1.25 19.7904 1.49372 20.2656 1.89733C20.5813 2.16548 20.6198 2.63879 20.3517 2.95449C20.0835 3.27019 19.6102 3.30873 19.2945 3.04058C19.0813 2.85948 18.8049 2.75 18.5 2.75C17.821 2.75 17.2813 3.29421 17.2813 3.95232V4.61162C17.4472 4.60996 17.6244 4.60996 17.8129 4.60997H19.1871C19.6715 4.60996 20.0813 4.60994 20.4167 4.63824C20.7683 4.66789 21.1063 4.73264 21.4262 4.90222C21.8618 5.13313 22.2197 5.48753 22.4536 5.92145C22.6257 6.24083 22.6914 6.57833 22.7214 6.92848C22.75 7.2619 22.75 7.66893 22.75 8.14877V8.2112C22.75 8.69104 22.75 9.09807 22.7214 9.43149C22.6914 9.78163 22.6257 10.1191 22.4536 10.4385C22.2197 10.8724 21.8618 11.2268 21.4262 11.4578C21.1063 11.6273 20.7683 11.6921 20.4167 11.7217C20.0813 11.75 19.6715 11.75 19.1871 11.75H19.1871H17.8129H17.8129C17.3285 11.75 16.9187 11.75 16.5833 11.7217C16.2317 11.6921 15.8937 11.6273 15.5738 11.4578C15.1382 11.2268 14.7803 10.8724 14.5464 10.4385C14.3743 10.1191 14.3086 9.78163 14.2786 9.43149C14.25 9.09807 14.25 8.69105 14.25 8.21122V8.21119V8.14878V8.14875C14.25 7.66892 14.25 7.2619 14.2786 6.92848C14.3086 6.57833 14.3743 6.24083 14.5464 5.92145C14.7803 5.48753 15.1382 5.13313 15.5738 4.90222C15.6421 4.86599 15.7113 4.83455 15.7813 4.80722V3.95232Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7494 1.68598C14.6821 1.56162 14.5102 1.5278 14.1664 1.46014C13.4659 1.32232 12.7413 1.25 12 1.25C6.09523 1.25 1.25 5.83838 1.25 11.5667C1.25 14.3144 2.36972 16.8065 4.18451 18.6494C4.45227 18.9213 4.53937 19.2 4.50088 19.4052C4.35863 20.1513 4.03697 20.8445 3.56917 21.4199C3.40224 21.6252 3.35586 21.9033 3.44713 22.1517C3.5384 22.4 3.75381 22.5819 4.01396 22.6303C5.62504 22.93 7.29542 22.66 8.72714 21.8986C8.96068 21.7744 9.11322 21.6935 9.22775 21.6391C9.25931 21.6219 9.34334 21.5907 9.42696 21.6036C9.53909 21.6189 9.68979 21.647 9.92698 21.6916C10.6103 21.8199 11.3041 21.8843 12 21.8834C17.3679 21.8834 21.8601 18.0915 22.6327 13.0984L22.6404 13.0479C22.6734 12.7955 22.4364 12.6269 22.2087 12.7408L22.1287 12.7831C21.5557 13.0868 20.9907 13.1786 20.5428 13.2164C20.1435 13.2501 19.6796 13.2501 19.231 13.25H17.769C17.3204 13.2501 16.8565 13.2501 16.4573 13.2164C16.0093 13.1786 15.4443 13.0868 14.8713 12.7831C14.1749 12.4139 13.6014 11.8466 13.226 11.1502C12.9163 10.5757 12.8225 10.0082 12.7841 9.55968C12.7499 9.16133 12.75 8.54863 12.75 8.1047C12.75 7.66079 12.7499 7.19863 12.7841 6.80029C12.8225 6.35174 12.9163 5.7843 13.226 5.20974C13.4879 4.72386 13.8463 4.30081 14.2755 3.96406C14.2791 3.96123 14.2813 3.9569 14.2813 3.95232C14.2813 3.39458 14.3897 2.86394 14.5861 2.37917C14.7398 1.99995 14.8166 1.81033 14.7494 1.68598ZM7.49609 11C6.94381 11 6.49609 11.4477 6.49609 12C6.49609 12.5523 6.94381 13 7.49609 13H7.50507C8.05735 13 8.50507 12.5523 8.50507 12C8.50507 11.4477 8.05735 11 7.50507 11H7.49609ZM11.4916 11C10.9393 11 10.4916 11.4477 10.4916 12C10.4916 12.5523 10.9393 13 11.4916 13H11.5006C12.0529 13 12.5006 12.5523 12.5006 12C12.5006 11.4477 12.0529 11 11.5006 11H11.4916Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7813 3.95232C15.7813 2.45396 17.0044 1.25 18.5 1.25C19.1725 1.25 19.7904 1.49372 20.2656 1.89733C20.5813 2.16548 20.6198 2.63879 20.3517 2.95449C20.0835 3.27019 19.6102 3.30873 19.2945 3.04058C19.0813 2.85948 18.8049 2.75 18.5 2.75C17.821 2.75 17.2813 3.29421 17.2813 3.95232V4.61162C17.4472 4.60996 17.6244 4.60996 17.8129 4.60997H19.1871C19.6715 4.60996 20.0813 4.60994 20.4167 4.63824C20.7683 4.66789 21.1063 4.73264 21.4262 4.90222C21.8618 5.13313 22.2197 5.48753 22.4536 5.92145C22.6257 6.24083 22.6914 6.57833 22.7214 6.92848C22.75 7.2619 22.75 7.66893 22.75 8.14877V8.2112C22.75 8.69104 22.75 9.09807 22.7214 9.43149C22.6914 9.78163 22.6257 10.1191 22.4536 10.4385C22.2197 10.8724 21.8618 11.2268 21.4262 11.4578C21.1063 11.6273 20.7683 11.6921 20.4167 11.7217C20.0813 11.75 19.6715 11.75 19.1871 11.75H19.1871H17.8129H17.8129C17.3285 11.75 16.9187 11.75 16.5833 11.7217C16.2317 11.6921 15.8937 11.6273 15.5738 11.4578C15.1382 11.2268 14.7803 10.8724 14.5464 10.4385C14.3743 10.1191 14.3086 9.78163 14.2786 9.43149C14.25 9.09807 14.25 8.69105 14.25 8.21122V8.21119V8.14878V8.14875C14.25 7.66892 14.25 7.2619 14.2786 6.92848C14.3086 6.57833 14.3743 6.24083 14.5464 5.92145C14.7803 5.48753 15.1382 5.13313 15.5738 4.90222C15.6421 4.86599 15.7113 4.83455 15.7813 4.80722V3.95232Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7494 1.68598C14.6821 1.56162 14.5102 1.5278 14.1664 1.46014C13.4659 1.32232 12.7413 1.25 12 1.25C6.09523 1.25 1.25 5.83838 1.25 11.5667C1.25 14.3144 2.36972 16.8065 4.18451 18.6494C4.45227 18.9213 4.53937 19.2 4.50088 19.4052C4.35863 20.1513 4.03697 20.8445 3.56917 21.4199C3.40224 21.6252 3.35586 21.9033 3.44713 22.1517C3.5384 22.4 3.75381 22.5819 4.01396 22.6303C5.62504 22.93 7.29542 22.66 8.72714 21.8986C8.96068 21.7744 9.11322 21.6935 9.22775 21.6391C9.25931 21.6219 9.34334 21.5907 9.42696 21.6036C9.53909 21.6189 9.68979 21.647 9.92698 21.6916C10.6103 21.8199 11.3041 21.8843 12 21.8834C17.3679 21.8834 21.8601 18.0915 22.6327 13.0984L22.6404 13.0479C22.6734 12.7955 22.4364 12.6269 22.2087 12.7408L22.1287 12.7831C21.5557 13.0868 20.9907 13.1786 20.5428 13.2164C20.1435 13.2501 19.6796 13.2501 19.231 13.25H17.769C17.3204 13.2501 16.8565 13.2501 16.4573 13.2164C16.0093 13.1786 15.4443 13.0868 14.8713 12.7831C14.1749 12.4139 13.6014 11.8466 13.226 11.1502C12.9163 10.5757 12.8225 10.0082 12.7841 9.55968C12.7499 9.16133 12.75 8.54863 12.75 8.1047C12.75 7.66079 12.7499 7.19863 12.7841 6.80029C12.8225 6.35174 12.9163 5.7843 13.226 5.20974C13.4879 4.72386 13.8463 4.30081 14.2755 3.96406C14.2791 3.96123 14.2813 3.9569 14.2813 3.95232C14.2813 3.39458 14.3897 2.86394 14.5861 2.37917C14.7398 1.99995 14.8166 1.81033 14.7494 1.68598ZM7.49609 11C6.94381 11 6.49609 11.4477 6.49609 12C6.49609 12.5523 6.94381 13 7.49609 13H7.50507C8.05735 13 8.50507 12.5523 8.50507 12C8.50507 11.4477 8.05735 11 7.50507 11H7.49609ZM11.4916 11C10.9393 11 10.4916 11.4477 10.4916 12C10.4916 12.5523 10.9393 13 11.4916 13H11.5006C12.0529 13 12.5006 12.5523 12.5006 12C12.5006 11.4477 12.0529 11 11.5006 11H11.4916Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-bubble-chat-upload{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5059 10.125C19.5059 10.6773 19.0581 11.125 18.5059 11.125C17.9536 11.125 17.5059 10.6773 17.5059 10.125L17.5059 5.62496L16.9116 5.62498C16.736 5.62511 16.5203 5.62526 16.3439 5.60319L16.3405 5.60277C16.2141 5.587 15.638 5.51517 15.3637 4.94957C15.0887 4.38275 15.3907 3.88261 15.456 3.7744L15.4584 3.77037C15.5506 3.61735 15.6848 3.44647 15.7951 3.30592L15.8188 3.27567C16.1135 2.89985 16.4954 2.41563 16.8759 2.02462C17.0657 1.82951 17.283 1.62828 17.5139 1.46943C17.7191 1.32823 18.0693 1.12496 18.5 1.12496C18.9307 1.12496 19.2809 1.32823 19.4861 1.46943C19.717 1.62828 19.9343 1.82951 20.1241 2.02462C20.5046 2.41563 20.8865 2.89985 21.1812 3.27567L21.2049 3.30591C21.3152 3.44647 21.4494 3.61735 21.5416 3.77037L21.544 3.77441C21.6093 3.88261 21.9113 4.38275 21.6363 4.94957C21.362 5.51517 20.7859 5.58701 20.6595 5.60277L20.6561 5.60319C20.4797 5.62526 20.264 5.62511 20.0884 5.62498L19.5059 5.62496L19.5059 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0057 7.5765L16.0057 10.125C16.0057 11.5057 17.1249 12.625 18.5057 12.625C19.8864 12.625 21.0057 11.5057 21.0057 10.125L21.0057 7.33821C21.0057 7.31444 21.0057 7.30255 21.006 7.29549C21.0123 7.16114 21.088 7.06319 21.2164 7.02319C21.2232 7.02109 21.2264 7.02025 21.2329 7.01856C21.2917 7.00325 21.3211 6.9956 21.3282 6.9941C21.4637 6.96576 21.5815 7.01874 21.6501 7.13888C21.6537 7.14519 21.658 7.15361 21.6665 7.17024C22.36 8.53315 22.75 10.0666 22.75 11.6917C22.75 17.4201 17.9048 22.0084 12 22.0084C11.3041 22.0093 10.6103 21.9449 9.92698 21.8166C9.68979 21.772 9.53909 21.744 9.42696 21.7286C9.34334 21.7157 9.25931 21.7469 9.22775 21.7641C9.11322 21.8185 8.96068 21.8994 8.72714 22.0236C7.29542 22.785 5.62504 23.055 4.01396 22.7553C3.75381 22.707 3.5384 22.525 3.44713 22.2767C3.35586 22.0283 3.40224 21.7502 3.56917 21.5449C4.03697 20.9695 4.35863 20.2763 4.50088 19.5302C4.53937 19.325 4.45227 19.0463 4.18451 18.7744C2.36972 16.9316 1.25 14.4394 1.25 11.6917C1.25 5.9634 6.09523 1.37501 12 1.37501C12.8008 1.37501 13.5821 1.4594 14.3345 1.61958C14.5909 1.67418 14.7191 1.70147 14.7859 1.78386C14.8273 1.83487 14.8519 1.90279 14.8529 1.96845C14.8544 2.07451 14.7691 2.18327 14.5988 2.40033C14.4989 2.52743 14.3148 2.76158 14.1735 2.99616L14.1714 2.99953L14.1658 3.00885C14.0659 3.17265 13.3799 4.29737 14.0139 5.60426C14.4002 6.40057 15.036 6.76957 15.5168 6.94152C15.7697 7.03196 15.8962 7.07718 15.9509 7.15489C16.0057 7.2326 16.0057 7.34723 16.0057 7.5765ZM8 11.125C7.44772 11.125 7 11.5727 7 12.125C7 12.6773 7.44772 13.125 8 13.125H8.00897C8.56126 13.125 9.00897 12.6773 9.00897 12.125C9.00897 11.5727 8.56126 11.125 8.00897 11.125H8ZM11.9955 11.125C11.4432 11.125 10.9955 11.5727 10.9955 12.125C10.9955 12.6773 11.4432 13.125 11.9955 13.125H12.0045C12.5568 13.125 13.0045 12.6773 13.0045 12.125C13.0045 11.5727 12.5568 11.125 12.0045 11.125H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5059 10.125C19.5059 10.6773 19.0581 11.125 18.5059 11.125C17.9536 11.125 17.5059 10.6773 17.5059 10.125L17.5059 5.62496L16.9116 5.62498C16.736 5.62511 16.5203 5.62526 16.3439 5.60319L16.3405 5.60277C16.2141 5.587 15.638 5.51517 15.3637 4.94957C15.0887 4.38275 15.3907 3.88261 15.456 3.7744L15.4584 3.77037C15.5506 3.61735 15.6848 3.44647 15.7951 3.30592L15.8188 3.27567C16.1135 2.89985 16.4954 2.41563 16.8759 2.02462C17.0657 1.82951 17.283 1.62828 17.5139 1.46943C17.7191 1.32823 18.0693 1.12496 18.5 1.12496C18.9307 1.12496 19.2809 1.32823 19.4861 1.46943C19.717 1.62828 19.9343 1.82951 20.1241 2.02462C20.5046 2.41563 20.8865 2.89985 21.1812 3.27567L21.2049 3.30591C21.3152 3.44647 21.4494 3.61735 21.5416 3.77037L21.544 3.77441C21.6093 3.88261 21.9113 4.38275 21.6363 4.94957C21.362 5.51517 20.7859 5.58701 20.6595 5.60277L20.6561 5.60319C20.4797 5.62526 20.264 5.62511 20.0884 5.62498L19.5059 5.62496L19.5059 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0057 7.5765L16.0057 10.125C16.0057 11.5057 17.1249 12.625 18.5057 12.625C19.8864 12.625 21.0057 11.5057 21.0057 10.125L21.0057 7.33821C21.0057 7.31444 21.0057 7.30255 21.006 7.29549C21.0123 7.16114 21.088 7.06319 21.2164 7.02319C21.2232 7.02109 21.2264 7.02025 21.2329 7.01856C21.2917 7.00325 21.3211 6.9956 21.3282 6.9941C21.4637 6.96576 21.5815 7.01874 21.6501 7.13888C21.6537 7.14519 21.658 7.15361 21.6665 7.17024C22.36 8.53315 22.75 10.0666 22.75 11.6917C22.75 17.4201 17.9048 22.0084 12 22.0084C11.3041 22.0093 10.6103 21.9449 9.92698 21.8166C9.68979 21.772 9.53909 21.744 9.42696 21.7286C9.34334 21.7157 9.25931 21.7469 9.22775 21.7641C9.11322 21.8185 8.96068 21.8994 8.72714 22.0236C7.29542 22.785 5.62504 23.055 4.01396 22.7553C3.75381 22.707 3.5384 22.525 3.44713 22.2767C3.35586 22.0283 3.40224 21.7502 3.56917 21.5449C4.03697 20.9695 4.35863 20.2763 4.50088 19.5302C4.53937 19.325 4.45227 19.0463 4.18451 18.7744C2.36972 16.9316 1.25 14.4394 1.25 11.6917C1.25 5.9634 6.09523 1.37501 12 1.37501C12.8008 1.37501 13.5821 1.4594 14.3345 1.61958C14.5909 1.67418 14.7191 1.70147 14.7859 1.78386C14.8273 1.83487 14.8519 1.90279 14.8529 1.96845C14.8544 2.07451 14.7691 2.18327 14.5988 2.40033C14.4989 2.52743 14.3148 2.76158 14.1735 2.99616L14.1714 2.99953L14.1658 3.00885C14.0659 3.17265 13.3799 4.29737 14.0139 5.60426C14.4002 6.40057 15.036 6.76957 15.5168 6.94152C15.7697 7.03196 15.8962 7.07718 15.9509 7.15489C16.0057 7.2326 16.0057 7.34723 16.0057 7.5765ZM8 11.125C7.44772 11.125 7 11.5727 7 12.125C7 12.6773 7.44772 13.125 8 13.125H8.00897C8.56126 13.125 9.00897 12.6773 9.00897 12.125C9.00897 11.5727 8.56126 11.125 8.00897 11.125H8ZM11.9955 11.125C11.4432 11.125 10.9955 11.5727 10.9955 12.125C10.9955 12.6773 11.4432 13.125 11.9955 13.125H12.0045C12.5568 13.125 13.0045 12.6773 13.0045 12.125C13.0045 11.5727 12.5568 11.125 12.0045 11.125H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-bubble-chat-user{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8727 1.71364C14.8062 1.59414 14.6425 1.55959 14.3151 1.49048C13.5686 1.33295 12.7938 1.24999 11.9998 1.24999C6.09505 1.24999 1.24982 5.83837 1.24982 11.5667C1.24982 14.3144 2.36954 16.8065 4.18434 18.6493C4.45209 18.9213 4.53919 19.2 4.5007 19.4052C4.35846 20.1513 4.0368 20.8444 3.56899 21.4198C3.40206 21.6252 3.35569 21.9033 3.44696 22.1516C3.53822 22.4 3.75363 22.5819 4.01379 22.6303C5.62487 22.93 7.29524 22.6599 8.72696 21.8986C8.96051 21.7744 9.11305 21.6935 9.22757 21.6391C9.25913 21.6219 9.34316 21.5907 9.42679 21.6035C9.53891 21.6189 9.68961 21.647 9.92681 21.6916C10.6102 21.8199 11.304 21.8842 11.9998 21.8834C17.1467 21.8834 21.4885 18.3974 22.5183 13.7089C22.6284 13.2078 22.6835 12.9572 22.5518 12.8404C22.4201 12.7235 22.1328 12.8238 21.5582 13.0242C21.1611 13.1628 20.714 13.25 20.2149 13.25H16.7856C15.311 13.25 14.2892 12.4885 13.676 11.892C13.1215 11.3526 12.6583 10.5434 12.7653 9.54421C12.8597 8.66277 13.3616 8.05635 13.6761 7.74205C14.1588 7.25968 14.9351 6.81647 15.1889 6.67152L15.189 6.67149C15.2358 6.64321 15.2593 6.62907 15.2679 6.623C15.4143 6.51998 15.4445 6.36674 15.348 6.21594C15.3423 6.20706 15.3244 6.18304 15.2887 6.13501C14.7933 5.46907 14.5002 4.64376 14.5002 3.74999C14.5002 3.27131 14.5843 2.81226 14.7385 2.38682C14.8722 2.01769 14.9391 1.83313 14.8727 1.71364ZM6.99991 11C6.44762 11 5.99991 11.4477 5.99991 12C5.99991 12.5523 6.44762 13 6.99991 13H7.00888C7.56117 13 8.00888 12.5523 8.00888 12C8.00888 11.4477 7.56117 11 7.00888 11H6.99991ZM10.9954 11C10.4431 11 9.99542 11.4477 9.99542 12C9.99542 12.5523 10.4431 13 10.9954 13H11.0044C11.5567 13 12.0044 12.5523 12.0044 12C12.0044 11.4477 11.5567 11 11.0044 11H10.9954Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.9657 7.9551C17.5121 7.01497 19.4878 7.01497 21.0342 7.9551C21.3034 8.10933 21.9302 8.46968 22.2638 8.80305C22.4763 9.01542 22.7023 9.31892 22.7435 9.70389C22.7877 10.1169 22.6073 10.4968 22.2784 10.8168C21.7957 11.2863 21.1306 11.75 20.2147 11.75H16.7853C15.8694 11.75 15.2043 11.2863 14.7216 10.8168C14.3927 10.4968 14.2123 10.1169 14.2565 9.70389C14.2977 9.31892 14.5237 9.01542 14.7362 8.80305C15.0698 8.46967 15.6966 8.10933 15.9657 7.9551Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4999 6.25C19.8806 6.25 20.9999 5.13071 20.9999 3.75C20.9999 2.36929 19.8806 1.25 18.4999 1.25C17.1192 1.25 15.9999 2.36929 15.9999 3.75C15.9999 5.13071 17.1192 6.25 18.4999 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8727 1.71364C14.8062 1.59414 14.6425 1.55959 14.3151 1.49048C13.5686 1.33295 12.7938 1.24999 11.9998 1.24999C6.09505 1.24999 1.24982 5.83837 1.24982 11.5667C1.24982 14.3144 2.36954 16.8065 4.18434 18.6493C4.45209 18.9213 4.53919 19.2 4.5007 19.4052C4.35846 20.1513 4.0368 20.8444 3.56899 21.4198C3.40206 21.6252 3.35569 21.9033 3.44696 22.1516C3.53822 22.4 3.75363 22.5819 4.01379 22.6303C5.62487 22.93 7.29524 22.6599 8.72696 21.8986C8.96051 21.7744 9.11305 21.6935 9.22757 21.6391C9.25913 21.6219 9.34316 21.5907 9.42679 21.6035C9.53891 21.6189 9.68961 21.647 9.92681 21.6916C10.6102 21.8199 11.304 21.8842 11.9998 21.8834C17.1467 21.8834 21.4885 18.3974 22.5183 13.7089C22.6284 13.2078 22.6835 12.9572 22.5518 12.8404C22.4201 12.7235 22.1328 12.8238 21.5582 13.0242C21.1611 13.1628 20.714 13.25 20.2149 13.25H16.7856C15.311 13.25 14.2892 12.4885 13.676 11.892C13.1215 11.3526 12.6583 10.5434 12.7653 9.54421C12.8597 8.66277 13.3616 8.05635 13.6761 7.74205C14.1588 7.25968 14.9351 6.81647 15.1889 6.67152L15.189 6.67149C15.2358 6.64321 15.2593 6.62907 15.2679 6.623C15.4143 6.51998 15.4445 6.36674 15.348 6.21594C15.3423 6.20706 15.3244 6.18304 15.2887 6.13501C14.7933 5.46907 14.5002 4.64376 14.5002 3.74999C14.5002 3.27131 14.5843 2.81226 14.7385 2.38682C14.8722 2.01769 14.9391 1.83313 14.8727 1.71364ZM6.99991 11C6.44762 11 5.99991 11.4477 5.99991 12C5.99991 12.5523 6.44762 13 6.99991 13H7.00888C7.56117 13 8.00888 12.5523 8.00888 12C8.00888 11.4477 7.56117 11 7.00888 11H6.99991ZM10.9954 11C10.4431 11 9.99542 11.4477 9.99542 12C9.99542 12.5523 10.4431 13 10.9954 13H11.0044C11.5567 13 12.0044 12.5523 12.0044 12C12.0044 11.4477 11.5567 11 11.0044 11H10.9954Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.9657 7.9551C17.5121 7.01497 19.4878 7.01497 21.0342 7.9551C21.3034 8.10933 21.9302 8.46968 22.2638 8.80305C22.4763 9.01542 22.7023 9.31892 22.7435 9.70389C22.7877 10.1169 22.6073 10.4968 22.2784 10.8168C21.7957 11.2863 21.1306 11.75 20.2147 11.75H16.7853C15.8694 11.75 15.2043 11.2863 14.7216 10.8168C14.3927 10.4968 14.2123 10.1169 14.2565 9.70389C14.2977 9.31892 14.5237 9.01542 14.7362 8.80305C15.0698 8.46967 15.6966 8.10933 15.9657 7.9551Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4999 6.25C19.8806 6.25 20.9999 5.13071 20.9999 3.75C20.9999 2.36929 19.8806 1.25 18.4999 1.25C17.1192 1.25 15.9999 2.36929 15.9999 3.75C15.9999 5.13071 17.1192 6.25 18.4999 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-call-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31531 1.28657C5.88199 1.40369 6.33329 1.78443 6.61368 2.28746L7.5069 3.88991C7.8359 4.48011 8.11278 4.9768 8.29359 5.40857C8.48539 5.86658 8.59931 6.31824 8.54724 6.8176C8.49516 7.31696 8.29051 7.7354 8.00833 8.14399C7.74233 8.52917 7.36893 8.95804 6.92523 9.46767L5.61222 10.9759C5.37693 11.2461 5.25929 11.3812 5.24854 11.5501C5.23779 11.719 5.33421 11.8633 5.52705 12.1518C7.17063 14.6109 9.38578 16.8268 11.8469 18.4718C12.1354 18.6647 12.2797 18.7611 12.4486 18.7503C12.6175 18.7396 12.7526 18.6219 13.0229 18.3866L14.5311 17.0736C15.0408 16.6299 15.4696 16.2565 15.8548 15.9905C16.2634 15.7083 16.6818 15.5036 17.1812 15.4516C17.6806 15.3995 18.1322 15.5134 18.5902 15.7052C19.022 15.886 19.5186 16.1629 20.1088 16.4918L21.7113 17.3851C22.2144 17.6655 22.5951 18.1168 22.7122 18.6835C22.8306 19.2561 22.656 19.8316 22.2705 20.3047C20.8716 22.021 18.6303 23.1139 16.2791 22.6396C14.8338 22.348 13.4078 21.8623 11.6831 20.8732C8.21775 18.8858 5.11067 15.777 3.1256 12.3157C2.13648 10.591 1.65077 9.165 1.35922 7.71974C0.884927 5.36852 1.97776 3.12724 3.69412 1.72833C4.16716 1.34279 4.74271 1.16822 5.31531 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 2C17.5523 2 18 2.44772 18 3V6H21C21.5523 6 22 6.44772 22 7C22 7.55228 21.5523 8 21 8H18V11C18 11.5523 17.5523 12 17 12C16.4477 12 16 11.5523 16 11V8H13C12.4477 8 12 7.55229 12 7C12 6.44772 12.4477 6 13 6L16 6V3C16 2.44772 16.4477 2 17 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31531 1.28657C5.88199 1.40369 6.33329 1.78443 6.61368 2.28746L7.5069 3.88991C7.8359 4.48011 8.11278 4.9768 8.29359 5.40857C8.48539 5.86658 8.59931 6.31824 8.54724 6.8176C8.49516 7.31696 8.29051 7.7354 8.00833 8.14399C7.74233 8.52917 7.36893 8.95804 6.92523 9.46767L5.61222 10.9759C5.37693 11.2461 5.25929 11.3812 5.24854 11.5501C5.23779 11.719 5.33421 11.8633 5.52705 12.1518C7.17063 14.6109 9.38578 16.8268 11.8469 18.4718C12.1354 18.6647 12.2797 18.7611 12.4486 18.7503C12.6175 18.7396 12.7526 18.6219 13.0229 18.3866L14.5311 17.0736C15.0408 16.6299 15.4696 16.2565 15.8548 15.9905C16.2634 15.7083 16.6818 15.5036 17.1812 15.4516C17.6806 15.3995 18.1322 15.5134 18.5902 15.7052C19.022 15.886 19.5186 16.1629 20.1088 16.4918L21.7113 17.3851C22.2144 17.6655 22.5951 18.1168 22.7122 18.6835C22.8306 19.2561 22.656 19.8316 22.2705 20.3047C20.8716 22.021 18.6303 23.1139 16.2791 22.6396C14.8338 22.348 13.4078 21.8623 11.6831 20.8732C8.21775 18.8858 5.11067 15.777 3.1256 12.3157C2.13648 10.591 1.65077 9.165 1.35922 7.71974C0.884927 5.36852 1.97776 3.12724 3.69412 1.72833C4.16716 1.34279 4.74271 1.16822 5.31531 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 2C17.5523 2 18 2.44772 18 3V6H21C21.5523 6 22 6.44772 22 7C22 7.55228 21.5523 8 21 8H18V11C18 11.5523 17.5523 12 17 12C16.4477 12 16 11.5523 16 11V8H13C12.4477 8 12 7.55229 12 7C12 6.44772 12.4477 6 13 6L16 6V3C16 2.44772 16.4477 2 17 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-call-blocked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12 4.23858 14.2386 2 17 2C19.7614 2 22 4.23858 22 7C22 9.76142 19.7614 12 17 12C14.2386 12 12 9.76142 12 7ZM14.2924 5.70658C14.105 6.09822 14 6.53685 14 7C14 8.65685 15.3431 10 17 10C17.4631 10 17.9018 9.89505 18.2934 9.70763L14.2924 5.70658ZM15.7066 4.29237L19.7076 8.29342C19.895 7.90178 20 7.46315 20 7C20 5.34315 18.6569 4 17 4C16.5369 4 16.0982 4.10495 15.7066 4.29237Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12 4.23858 14.2386 2 17 2C19.7614 2 22 4.23858 22 7C22 9.76142 19.7614 12 17 12C14.2386 12 12 9.76142 12 7ZM14.2924 5.70658C14.105 6.09822 14 6.53685 14 7C14 8.65685 15.3431 10 17 10C17.4631 10 17.9018 9.89505 18.2934 9.70763L14.2924 5.70658ZM15.7066 4.29237L19.7076 8.29342C19.895 7.90178 20 7.46315 20 7C20 5.34315 18.6569 4 17 4C16.5369 4 16.0982 4.10495 15.7066 4.29237Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-call-disabled{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6835 1.28657C18.1168 1.40369 17.6655 1.78443 17.3851 2.28746L16.4919 3.88991C16.1629 4.48011 15.886 4.9768 15.7052 5.40857C15.5134 5.86658 15.3995 6.31824 15.4516 6.8176C15.5036 7.31696 15.7083 7.7354 15.9905 8.14399C16.2565 8.52917 16.6299 8.95804 17.0736 9.46767L18.3866 10.9759C18.6219 11.2461 18.7395 11.3812 18.7503 11.5501C18.761 11.719 18.6646 11.8633 18.4718 12.1518C18.2042 12.5522 17.9214 12.9461 17.6249 13.3322C17.4667 13.5382 17.3876 13.6412 17.395 13.7539C17.4023 13.8666 17.4925 13.9567 17.6727 14.137L18.3545 14.8188C18.5754 15.0397 18.6859 15.1502 18.8216 15.1412C18.9573 15.1323 19.0506 15.0105 19.2373 14.7668C19.8416 13.978 20.3906 13.1573 20.8732 12.3157C21.8623 10.591 22.348 9.165 22.6396 7.71974C23.1139 5.36852 22.021 3.12724 20.3047 1.72833C19.8316 1.34279 19.2561 1.16822 18.6835 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.46766 17.0736C8.95804 16.6299 8.52917 16.2565 8.14399 15.9905C7.7354 15.7083 7.31697 15.5036 6.8176 15.4516C6.31824 15.3995 5.86658 15.5134 5.40857 15.7052C4.97686 15.886 4.47998 16.163 3.8899 16.4919L2.28746 17.3851C1.78443 17.6655 1.40369 18.1168 1.28657 18.6835C1.16822 19.2561 1.34279 19.8316 1.72833 20.3047C3.12724 22.021 5.36852 23.1139 7.71974 22.6396C9.165 22.348 10.591 21.8623 12.3157 20.8732C13.8799 19.9761 15.3711 18.8506 16.719 17.5673C16.9214 17.3746 17.0226 17.2783 17.0241 17.1519C17.0257 17.0255 16.9252 16.925 16.7242 16.724L16.0421 16.0419C15.8432 15.843 15.7438 15.7436 15.6217 15.742C15.4997 15.7405 15.3959 15.8391 15.1883 16.0365C14.2401 16.9378 13.2191 17.7585 12.1519 18.4718C11.8634 18.6647 11.7191 18.7611 11.5502 18.7503C11.3813 18.7396 11.2462 18.6219 10.9759 18.3866L9.46766 17.0736Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6835 1.28657C18.1168 1.40369 17.6655 1.78443 17.3851 2.28746L16.4919 3.88991C16.1629 4.48011 15.886 4.9768 15.7052 5.40857C15.5134 5.86658 15.3995 6.31824 15.4516 6.8176C15.5036 7.31696 15.7083 7.7354 15.9905 8.14399C16.2565 8.52917 16.6299 8.95804 17.0736 9.46767L18.3866 10.9759C18.6219 11.2461 18.7395 11.3812 18.7503 11.5501C18.761 11.719 18.6646 11.8633 18.4718 12.1518C18.2042 12.5522 17.9214 12.9461 17.6249 13.3322C17.4667 13.5382 17.3876 13.6412 17.395 13.7539C17.4023 13.8666 17.4925 13.9567 17.6727 14.137L18.3545 14.8188C18.5754 15.0397 18.6859 15.1502 18.8216 15.1412C18.9573 15.1323 19.0506 15.0105 19.2373 14.7668C19.8416 13.978 20.3906 13.1573 20.8732 12.3157C21.8623 10.591 22.348 9.165 22.6396 7.71974C23.1139 5.36852 22.021 3.12724 20.3047 1.72833C19.8316 1.34279 19.2561 1.16822 18.6835 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.46766 17.0736C8.95804 16.6299 8.52917 16.2565 8.14399 15.9905C7.7354 15.7083 7.31697 15.5036 6.8176 15.4516C6.31824 15.3995 5.86658 15.5134 5.40857 15.7052C4.97686 15.886 4.47998 16.163 3.8899 16.4919L2.28746 17.3851C1.78443 17.6655 1.40369 18.1168 1.28657 18.6835C1.16822 19.2561 1.34279 19.8316 1.72833 20.3047C3.12724 22.021 5.36852 23.1139 7.71974 22.6396C9.165 22.348 10.591 21.8623 12.3157 20.8732C13.8799 19.9761 15.3711 18.8506 16.719 17.5673C16.9214 17.3746 17.0226 17.2783 17.0241 17.1519C17.0257 17.0255 16.9252 16.925 16.7242 16.724L16.0421 16.0419C15.8432 15.843 15.7438 15.7436 15.6217 15.742C15.4997 15.7405 15.3959 15.8391 15.1883 16.0365C14.2401 16.9378 13.2191 17.7585 12.1519 18.4718C11.8634 18.6647 11.7191 18.7611 11.5502 18.7503C11.3813 18.7396 11.2462 18.6219 10.9759 18.3866L9.46766 17.0736Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-call-done{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9427 4.66643C21.1271 5.18702 20.8546 5.75852 20.334 5.9429C19.8003 6.1319 19.1838 6.53876 18.5308 7.11148C17.8881 7.67513 17.2629 8.35205 16.7092 9.01586C16.1573 9.67736 15.6886 10.3111 15.3575 10.7801C15.1923 11.0141 15.0623 11.2058 14.9744 11.3379L14.8442 11.5365C14.6509 11.8406 14.3088 12.0174 13.949 11.999C13.589 11.9805 13.2669 11.7698 13.1057 11.4475C12.665 10.5661 12.2697 10.2152 12.0704 10.0823C11.9861 10.0261 11.9291 10.0036 11.9065 9.99595C11.3981 9.94874 11.0001 9.52099 11.0001 9.00027C11.0001 8.44799 11.4478 8.00027 12.0001 8.00027C12.0825 8.00107 12.2872 8.01614 12.4467 8.07C12.6546 8.12939 12.9054 8.23529 13.1798 8.41822C13.4541 8.60107 13.7417 8.85384 14.0305 9.1997C14.3457 8.76895 14.7341 8.26128 15.1734 7.73468C15.7667 7.02349 16.4651 6.26292 17.2121 5.60781C17.9487 4.96179 18.7881 4.36865 19.6663 4.05765C20.1869 3.87327 20.7584 4.14583 20.9427 4.66643Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9427 4.66643C21.1271 5.18702 20.8546 5.75852 20.334 5.9429C19.8003 6.1319 19.1838 6.53876 18.5308 7.11148C17.8881 7.67513 17.2629 8.35205 16.7092 9.01586C16.1573 9.67736 15.6886 10.3111 15.3575 10.7801C15.1923 11.0141 15.0623 11.2058 14.9744 11.3379L14.8442 11.5365C14.6509 11.8406 14.3088 12.0174 13.949 11.999C13.589 11.9805 13.2669 11.7698 13.1057 11.4475C12.665 10.5661 12.2697 10.2152 12.0704 10.0823C11.9861 10.0261 11.9291 10.0036 11.9065 9.99595C11.3981 9.94874 11.0001 9.52099 11.0001 9.00027C11.0001 8.44799 11.4478 8.00027 12.0001 8.00027C12.0825 8.00107 12.2872 8.01614 12.4467 8.07C12.6546 8.12939 12.9054 8.23529 13.1798 8.41822C13.4541 8.60107 13.7417 8.85384 14.0305 9.1997C14.3457 8.76895 14.7341 8.26128 15.1734 7.73468C15.7667 7.02349 16.4651 6.26292 17.2121 5.60781C17.9487 4.96179 18.7881 4.36865 19.6663 4.05765C20.1869 3.87327 20.7584 4.14583 20.9427 4.66643Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-call-end-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2929 2.29289C13.6834 1.90237 14.3166 1.90237 14.7071 2.29289L17.5 5.08579L20.2929 2.29289C20.6834 1.90237 21.3166 1.90237 21.7071 2.29289C22.0976 2.68342 22.0976 3.31658 21.7071 3.70711L18.9142 6.5L21.7071 9.29289C22.0976 9.68342 22.0976 10.3166 21.7071 10.7071C21.3166 11.0976 20.6834 11.0976 20.2929 10.7071L17.5 7.91421L14.7071 10.7071C14.3166 11.0976 13.6834 11.0976 13.2929 10.7071C12.9024 10.3166 12.9024 9.68342 13.2929 9.29289L16.0858 6.5L13.2929 3.70711C12.9024 3.31658 12.9024 2.68342 13.2929 2.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2929 2.29289C13.6834 1.90237 14.3166 1.90237 14.7071 2.29289L17.5 5.08579L20.2929 2.29289C20.6834 1.90237 21.3166 1.90237 21.7071 2.29289C22.0976 2.68342 22.0976 3.31658 21.7071 3.70711L18.9142 6.5L21.7071 9.29289C22.0976 9.68342 22.0976 10.3166 21.7071 10.7071C21.3166 11.0976 20.6834 11.0976 20.2929 10.7071L17.5 7.91421L14.7071 10.7071C14.3166 11.0976 13.6834 11.0976 13.2929 10.7071C12.9024 10.3166 12.9024 9.68342 13.2929 9.29289L16.0858 6.5L13.2929 3.70711C12.9024 3.31658 12.9024 2.68342 13.2929 2.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-call-end-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.09545 3.74359C10.2214 2.91833 13.7826 2.91928 16.905 3.74358C18.4636 4.15507 19.5653 4.68232 20.5665 5.33011C22.2307 6.40686 22.9065 8.32123 22.7199 10.1048C22.6651 10.6282 22.4121 11.0911 21.976 11.3703C21.5475 11.6447 21.034 11.6836 20.5593 11.5522L19.1331 11.1574C18.6147 11.014 18.1681 10.8904 17.8124 10.7484C17.4316 10.5965 17.0848 10.3979 16.8076 10.0649C16.529 9.73042 16.3988 9.35436 16.3235 8.95386C16.2538 8.58269 16.2216 8.12897 16.1845 7.60715L16.0696 5.98927C16.0541 5.77078 16.0463 5.66153 15.9781 5.58511C15.9098 5.5087 15.8045 5.48919 15.5938 5.45017C13.2545 5.0168 10.7477 5.01643 8.40656 5.45016C8.19594 5.48918 8.09063 5.50869 8.02234 5.58511C7.95406 5.66153 7.9463 5.77077 7.93078 5.98926L7.81586 7.60717C7.77882 8.12898 7.74662 8.58269 7.67688 8.95386C7.60163 9.35436 7.47138 9.73042 7.19283 10.0649C6.91555 10.3979 6.5688 10.5965 6.18802 10.7484C5.83227 10.8904 5.38571 11.0139 4.86738 11.1574L3.44105 11.5522C2.9664 11.6836 2.45286 11.6447 2.02443 11.3703C1.58832 11.0911 1.33532 10.6282 1.28055 10.1048C1.09395 8.32123 1.7697 6.40685 3.43392 5.33011C4.43514 4.68232 5.5368 4.15507 7.09545 3.74359Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0061 11.875C13.0061 11.3227 12.5584 10.875 12.0061 10.875C11.4538 10.875 11.0061 11.3227 11.0061 11.875L11.0061 16.375L10.4118 16.375C10.2362 16.3749 10.0205 16.3747 9.84409 16.3968L9.84074 16.3972C9.71429 16.413 9.13825 16.4848 8.86389 17.0504C8.58893 17.6173 8.89086 18.1174 8.95619 18.2256L8.95862 18.2296C9.05084 18.3826 9.18498 18.5535 9.29533 18.6941L9.31906 18.7243C9.61369 19.1002 9.99566 19.5844 10.3761 19.9754C10.5659 20.1705 10.7832 20.3717 11.0141 20.5306C11.2194 20.6718 11.5695 20.875 12.0002 20.875C12.4309 20.875 12.7811 20.6718 12.9863 20.5306C13.2172 20.3717 13.4345 20.1705 13.6243 19.9754C14.0048 19.5844 14.3867 19.1002 14.6814 18.7243L14.7051 18.6941C14.8154 18.5535 14.9496 18.3827 15.0418 18.2296L15.0442 18.2256C15.1096 18.1174 15.4115 17.6172 15.1365 17.0504C14.8622 16.4848 14.2861 16.413 14.1597 16.3972L14.1563 16.3968C13.9799 16.3747 13.7642 16.3749 13.5886 16.375L13.0061 16.375L13.0061 11.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.09545 3.74359C10.2214 2.91833 13.7826 2.91928 16.905 3.74358C18.4636 4.15507 19.5653 4.68232 20.5665 5.33011C22.2307 6.40686 22.9065 8.32123 22.7199 10.1048C22.6651 10.6282 22.4121 11.0911 21.976 11.3703C21.5475 11.6447 21.034 11.6836 20.5593 11.5522L19.1331 11.1574C18.6147 11.014 18.1681 10.8904 17.8124 10.7484C17.4316 10.5965 17.0848 10.3979 16.8076 10.0649C16.529 9.73042 16.3988 9.35436 16.3235 8.95386C16.2538 8.58269 16.2216 8.12897 16.1845 7.60715L16.0696 5.98927C16.0541 5.77078 16.0463 5.66153 15.9781 5.58511C15.9098 5.5087 15.8045 5.48919 15.5938 5.45017C13.2545 5.0168 10.7477 5.01643 8.40656 5.45016C8.19594 5.48918 8.09063 5.50869 8.02234 5.58511C7.95406 5.66153 7.9463 5.77077 7.93078 5.98926L7.81586 7.60717C7.77882 8.12898 7.74662 8.58269 7.67688 8.95386C7.60163 9.35436 7.47138 9.73042 7.19283 10.0649C6.91555 10.3979 6.5688 10.5965 6.18802 10.7484C5.83227 10.8904 5.38571 11.0139 4.86738 11.1574L3.44105 11.5522C2.9664 11.6836 2.45286 11.6447 2.02443 11.3703C1.58832 11.0911 1.33532 10.6282 1.28055 10.1048C1.09395 8.32123 1.7697 6.40685 3.43392 5.33011C4.43514 4.68232 5.5368 4.15507 7.09545 3.74359Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0061 11.875C13.0061 11.3227 12.5584 10.875 12.0061 10.875C11.4538 10.875 11.0061 11.3227 11.0061 11.875L11.0061 16.375L10.4118 16.375C10.2362 16.3749 10.0205 16.3747 9.84409 16.3968L9.84074 16.3972C9.71429 16.413 9.13825 16.4848 8.86389 17.0504C8.58893 17.6173 8.89086 18.1174 8.95619 18.2256L8.95862 18.2296C9.05084 18.3826 9.18498 18.5535 9.29533 18.6941L9.31906 18.7243C9.61369 19.1002 9.99566 19.5844 10.3761 19.9754C10.5659 20.1705 10.7832 20.3717 11.0141 20.5306C11.2194 20.6718 11.5695 20.875 12.0002 20.875C12.4309 20.875 12.7811 20.6718 12.9863 20.5306C13.2172 20.3717 13.4345 20.1705 13.6243 19.9754C14.0048 19.5844 14.3867 19.1002 14.6814 18.7243L14.7051 18.6941C14.8154 18.5535 14.9496 18.3827 15.0418 18.2296L15.0442 18.2256C15.1096 18.1174 15.4115 17.6172 15.1365 17.0504C14.8622 16.4848 14.2861 16.413 14.1597 16.3972L14.1563 16.3968C13.9799 16.3747 13.7642 16.3749 13.5886 16.375L13.0061 16.375L13.0061 11.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-call-incoming-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 6.50586C21.5523 6.50586 22 6.05814 22 5.50586C22 4.95357 21.5523 4.50586 21 4.50586L16.5 4.50586L16.5 3.9116C16.5001 3.73596 16.5003 3.52031 16.4782 3.34387L16.4778 3.34053C16.462 3.21408 16.3902 2.63804 15.8246 2.36368C15.2577 2.08872 14.7576 2.39065 14.6494 2.45597L14.6454 2.45841C14.4924 2.55062 14.3215 2.68477 14.1809 2.79511L14.1507 2.81885C13.7748 3.11348 13.2906 3.49545 12.8996 3.87588C12.7045 4.06571 12.5033 4.28297 12.3444 4.51388C12.2032 4.71914 12 5.06933 12 5.5C12 5.93067 12.2032 6.28086 12.3444 6.48612C12.5033 6.71703 12.7045 6.93429 12.8996 7.12412C13.2906 7.50455 13.7748 7.88652 14.1507 8.18115L14.1809 8.20488C14.3215 8.31523 14.4923 8.44938 14.6454 8.54159L14.6494 8.54403C14.7576 8.60935 15.2578 8.91128 15.8246 8.63632C16.3902 8.36196 16.462 7.78592 16.4778 7.65947L16.4782 7.65613C16.5003 7.47969 16.5001 7.26403 16.5 7.0884L16.5 6.50586L21 6.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 6.50586C21.5523 6.50586 22 6.05814 22 5.50586C22 4.95357 21.5523 4.50586 21 4.50586L16.5 4.50586L16.5 3.9116C16.5001 3.73596 16.5003 3.52031 16.4782 3.34387L16.4778 3.34053C16.462 3.21408 16.3902 2.63804 15.8246 2.36368C15.2577 2.08872 14.7576 2.39065 14.6494 2.45597L14.6454 2.45841C14.4924 2.55062 14.3215 2.68477 14.1809 2.79511L14.1507 2.81885C13.7748 3.11348 13.2906 3.49545 12.8996 3.87588C12.7045 4.06571 12.5033 4.28297 12.3444 4.51388C12.2032 4.71914 12 5.06933 12 5.5C12 5.93067 12.2032 6.28086 12.3444 6.48612C12.5033 6.71703 12.7045 6.93429 12.8996 7.12412C13.2906 7.50455 13.7748 7.88652 14.1507 8.18115L14.1809 8.20488C14.3215 8.31523 14.4923 8.44938 14.6454 8.54159L14.6494 8.54403C14.7576 8.60935 15.2578 8.91128 15.8246 8.63632C16.3902 8.36196 16.462 7.78592 16.4778 7.65947L16.4782 7.65613C16.5003 7.47969 16.5001 7.26403 16.5 7.0884L16.5 6.50586L21 6.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-call-incoming-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7068 4.70711C21.0973 4.31658 21.0973 3.68342 20.7068 3.29289C20.3163 2.90237 19.6831 2.90237 19.2926 3.29289L15.0308 7.55464L14.2687 6.79248L14.2538 6.77761C14.1982 6.7217 14.0989 6.62198 14.0009 6.54638L13.9977 6.5439C13.927 6.4891 13.5065 6.16348 12.9521 6.35815C12.3952 6.5537 12.2716 7.07546 12.2517 7.15971L12.2506 7.1645C12.2217 7.28454 12.2065 7.4246 12.1978 7.50491L12.1955 7.52625C12.1839 7.63134 12.1692 7.75347 12.153 7.88731C12.1012 8.3173 12.0348 8.86821 12.0104 9.36362C11.9942 9.69257 11.9929 10.0493 12.0364 10.3747C12.0722 10.6426 12.1617 11.0998 12.4894 11.4489C12.4991 11.4595 12.5092 11.4699 12.5195 11.4802C12.5295 11.4902 12.5396 11.5 12.5499 11.5095C12.8992 11.8381 13.3571 11.9278 13.6253 11.9636C13.9507 12.0071 14.3074 12.0058 14.6364 11.9896C15.1318 11.9652 15.6827 11.8988 16.1127 11.847C16.2465 11.8308 16.3687 11.8161 16.4737 11.8045L16.4951 11.8022C16.5754 11.7935 16.7155 11.7783 16.8355 11.7495L16.8403 11.7483C16.9245 11.7284 17.4463 11.6048 17.6419 11.0479C17.8365 10.4935 17.5109 10.073 17.4561 10.0023L17.4536 9.99908C17.378 9.90108 17.2783 9.80181 17.2224 9.74616L17.2075 9.73133L16.445 8.96886L20.7068 4.70711Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7068 4.70711C21.0973 4.31658 21.0973 3.68342 20.7068 3.29289C20.3163 2.90237 19.6831 2.90237 19.2926 3.29289L15.0308 7.55464L14.2687 6.79248L14.2538 6.77761C14.1982 6.7217 14.0989 6.62198 14.0009 6.54638L13.9977 6.5439C13.927 6.4891 13.5065 6.16348 12.9521 6.35815C12.3952 6.5537 12.2716 7.07546 12.2517 7.15971L12.2506 7.1645C12.2217 7.28454 12.2065 7.4246 12.1978 7.50491L12.1955 7.52625C12.1839 7.63134 12.1692 7.75347 12.153 7.88731C12.1012 8.3173 12.0348 8.86821 12.0104 9.36362C11.9942 9.69257 11.9929 10.0493 12.0364 10.3747C12.0722 10.6426 12.1617 11.0998 12.4894 11.4489C12.4991 11.4595 12.5092 11.4699 12.5195 11.4802C12.5295 11.4902 12.5396 11.5 12.5499 11.5095C12.8992 11.8381 13.3571 11.9278 13.6253 11.9636C13.9507 12.0071 14.3074 12.0058 14.6364 11.9896C15.1318 11.9652 15.6827 11.8988 16.1127 11.847C16.2465 11.8308 16.3687 11.8161 16.4737 11.8045L16.4951 11.8022C16.5754 11.7935 16.7155 11.7783 16.8355 11.7495L16.8403 11.7483C16.9245 11.7284 17.4463 11.6048 17.6419 11.0479C17.8365 10.4935 17.5109 10.073 17.4561 10.0023L17.4536 9.99908C17.378 9.90108 17.2783 9.80181 17.2224 9.74616L17.2075 9.73133L16.445 8.96886L20.7068 4.70711Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-call-internal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.19226 1.28657C5.75895 1.40369 6.21024 1.78443 6.49064 2.28746L7.38385 3.88991C7.71286 4.48011 7.98973 4.9768 8.17054 5.40857C8.36235 5.86658 8.47626 6.31824 8.42419 6.8176C8.37211 7.31696 8.16746 7.7354 7.88529 8.14399C7.61928 8.52917 7.24588 8.95804 6.80218 9.46767L5.48917 10.9759C5.25389 11.2461 5.13624 11.3812 5.12549 11.5501C5.11474 11.719 5.21116 11.8633 5.404 12.1518C7.04759 14.6109 9.26273 16.8268 11.7238 18.4718C12.0124 18.6647 12.1566 18.7611 12.3255 18.7503C12.4944 18.7396 12.6296 18.6219 12.8998 18.3866L14.4081 17.0736C14.9177 16.6299 15.3466 16.2565 15.7318 15.9905C16.1403 15.7083 16.5588 15.5036 17.0581 15.4516C17.5575 15.3995 18.0092 15.5134 18.4672 15.7052C18.8989 15.886 19.3956 16.1629 19.9857 16.4918L21.5883 17.3851C22.0913 17.6655 22.4721 18.1168 22.5892 18.6835C22.7075 19.2561 22.533 19.8316 22.1474 20.3047C20.7485 22.021 18.5072 23.1139 16.156 22.6396C14.7108 22.348 13.2848 21.8623 11.5601 20.8732C8.0947 18.8858 4.98763 15.777 3.00255 12.3157C2.01343 10.591 1.52772 9.165 1.23618 7.71974C0.76188 5.36852 1.85471 3.12724 3.57108 1.72833C4.04411 1.34279 4.61966 1.16822 5.19226 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4559 2.2568C19.8664 1.88729 20.4987 1.92049 20.8682 2.33095C20.9126 2.38031 21.0185 2.47838 21.2158 2.65547L21.2584 2.69368C21.427 2.84497 21.6321 3.02893 21.8284 3.21903C22.0381 3.42205 22.2688 3.66149 22.4532 3.90892C22.6022 4.10884 22.875 4.50898 22.875 5.00001C22.875 5.49103 22.6022 5.89117 22.4532 6.09109C22.2688 6.33853 22.0381 6.57797 21.8284 6.78098C21.6321 6.9711 21.427 7.15509 21.2583 7.30639L21.2158 7.34455C21.0185 7.52164 20.9126 7.61971 20.8682 7.66906C20.4987 8.07953 19.8664 8.11273 19.4559 7.74322C19.2367 7.54584 19.1251 7.27348 19.125 7V6.00001H14.625V7C14.6249 7.27348 14.5133 7.54584 14.2941 7.74322C13.8836 8.11273 13.2513 8.07953 12.8818 7.66906C12.8374 7.61971 12.7315 7.52164 12.5342 7.34455L12.4917 7.30637C12.323 7.15508 12.1179 6.9711 11.9216 6.78098C11.7119 6.57797 11.4812 6.33853 11.2968 6.09109C11.1478 5.89117 10.875 5.49103 10.875 5.00001C10.875 4.50898 11.1478 4.10884 11.2968 3.90892C11.4812 3.66149 11.7119 3.42205 11.9216 3.21903C12.1179 3.02892 12.323 2.84495 12.4917 2.69366L12.5342 2.65547C12.7315 2.47838 12.8374 2.38031 12.8818 2.33095C13.2513 1.92049 13.8836 1.88729 14.2941 2.2568C14.5135 2.45433 14.6251 2.72697 14.625 3.00066V4.00001L19.125 4.00001V3C19.1251 2.72653 19.2367 2.45417 19.4559 2.2568Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.19226 1.28657C5.75895 1.40369 6.21024 1.78443 6.49064 2.28746L7.38385 3.88991C7.71286 4.48011 7.98973 4.9768 8.17054 5.40857C8.36235 5.86658 8.47626 6.31824 8.42419 6.8176C8.37211 7.31696 8.16746 7.7354 7.88529 8.14399C7.61928 8.52917 7.24588 8.95804 6.80218 9.46767L5.48917 10.9759C5.25389 11.2461 5.13624 11.3812 5.12549 11.5501C5.11474 11.719 5.21116 11.8633 5.404 12.1518C7.04759 14.6109 9.26273 16.8268 11.7238 18.4718C12.0124 18.6647 12.1566 18.7611 12.3255 18.7503C12.4944 18.7396 12.6296 18.6219 12.8998 18.3866L14.4081 17.0736C14.9177 16.6299 15.3466 16.2565 15.7318 15.9905C16.1403 15.7083 16.5588 15.5036 17.0581 15.4516C17.5575 15.3995 18.0092 15.5134 18.4672 15.7052C18.8989 15.886 19.3956 16.1629 19.9857 16.4918L21.5883 17.3851C22.0913 17.6655 22.4721 18.1168 22.5892 18.6835C22.7075 19.2561 22.533 19.8316 22.1474 20.3047C20.7485 22.021 18.5072 23.1139 16.156 22.6396C14.7108 22.348 13.2848 21.8623 11.5601 20.8732C8.0947 18.8858 4.98763 15.777 3.00255 12.3157C2.01343 10.591 1.52772 9.165 1.23618 7.71974C0.76188 5.36852 1.85471 3.12724 3.57108 1.72833C4.04411 1.34279 4.61966 1.16822 5.19226 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4559 2.2568C19.8664 1.88729 20.4987 1.92049 20.8682 2.33095C20.9126 2.38031 21.0185 2.47838 21.2158 2.65547L21.2584 2.69368C21.427 2.84497 21.6321 3.02893 21.8284 3.21903C22.0381 3.42205 22.2688 3.66149 22.4532 3.90892C22.6022 4.10884 22.875 4.50898 22.875 5.00001C22.875 5.49103 22.6022 5.89117 22.4532 6.09109C22.2688 6.33853 22.0381 6.57797 21.8284 6.78098C21.6321 6.9711 21.427 7.15509 21.2583 7.30639L21.2158 7.34455C21.0185 7.52164 20.9126 7.61971 20.8682 7.66906C20.4987 8.07953 19.8664 8.11273 19.4559 7.74322C19.2367 7.54584 19.1251 7.27348 19.125 7V6.00001H14.625V7C14.6249 7.27348 14.5133 7.54584 14.2941 7.74322C13.8836 8.11273 13.2513 8.07953 12.8818 7.66906C12.8374 7.61971 12.7315 7.52164 12.5342 7.34455L12.4917 7.30637C12.323 7.15508 12.1179 6.9711 11.9216 6.78098C11.7119 6.57797 11.4812 6.33853 11.2968 6.09109C11.1478 5.89117 10.875 5.49103 10.875 5.00001C10.875 4.50898 11.1478 4.10884 11.2968 3.90892C11.4812 3.66149 11.7119 3.42205 11.9216 3.21903C12.1179 3.02892 12.323 2.84495 12.4917 2.69366L12.5342 2.65547C12.7315 2.47838 12.8374 2.38031 12.8818 2.33095C13.2513 1.92049 13.8836 1.88729 14.2941 2.2568C14.5135 2.45433 14.6251 2.72697 14.625 3.00066V4.00001L19.125 4.00001V3C19.1251 2.72653 19.2367 2.45417 19.4559 2.2568Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-call-locked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.002 5.74918V4.6875C20.002 3.31583 18.8567 2.25 17.502 2.25C16.1472 2.25 15.002 3.31583 15.002 4.6875V5.74918C14.9268 5.77196 14.8522 5.79929 14.778 5.8322C14.1578 6.10744 13.6809 6.62765 13.4356 7.26203C13.3297 7.53595 13.289 7.81726 13.2701 8.11392C13.2519 8.39939 13.2519 8.74715 13.252 9.16389V9.2111C13.2519 9.62784 13.2519 9.97561 13.2701 10.2611C13.289 10.5577 13.3297 10.839 13.4356 11.113C13.6809 11.7474 14.1578 12.2676 14.778 12.5428C15.0504 12.6637 15.3292 12.7093 15.6148 12.7302C15.8864 12.75 16.2154 12.75 16.6008 12.75H18.4031C18.7885 12.75 19.1175 12.75 19.3892 12.7302C19.6747 12.7093 19.9536 12.6637 20.2259 12.5428C20.8461 12.2676 21.323 11.7474 21.5683 11.113C21.6742 10.839 21.7149 10.5577 21.7338 10.2611C21.752 9.97561 21.752 9.62785 21.752 9.2111V9.16392C21.752 8.74717 21.752 8.39939 21.7338 8.11392C21.7149 7.81726 21.6742 7.53595 21.5683 7.26203C21.323 6.62765 20.8461 6.10744 20.2259 5.8322C20.1517 5.79929 20.0771 5.77196 20.002 5.74918ZM16.502 4.6875C16.502 4.19521 16.9237 3.75 17.502 3.75C18.0802 3.75 18.502 4.19521 18.502 4.6875V5.62501H16.502V4.6875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.002 5.74918V4.6875C20.002 3.31583 18.8567 2.25 17.502 2.25C16.1472 2.25 15.002 3.31583 15.002 4.6875V5.74918C14.9268 5.77196 14.8522 5.79929 14.778 5.8322C14.1578 6.10744 13.6809 6.62765 13.4356 7.26203C13.3297 7.53595 13.289 7.81726 13.2701 8.11392C13.2519 8.39939 13.2519 8.74715 13.252 9.16389V9.2111C13.2519 9.62784 13.2519 9.97561 13.2701 10.2611C13.289 10.5577 13.3297 10.839 13.4356 11.113C13.6809 11.7474 14.1578 12.2676 14.778 12.5428C15.0504 12.6637 15.3292 12.7093 15.6148 12.7302C15.8864 12.75 16.2154 12.75 16.6008 12.75H18.4031C18.7885 12.75 19.1175 12.75 19.3892 12.7302C19.6747 12.7093 19.9536 12.6637 20.2259 12.5428C20.8461 12.2676 21.323 11.7474 21.5683 11.113C21.6742 10.839 21.7149 10.5577 21.7338 10.2611C21.752 9.97561 21.752 9.62785 21.752 9.2111V9.16392C21.752 8.74717 21.752 8.39939 21.7338 8.11392C21.7149 7.81726 21.6742 7.53595 21.5683 7.26203C21.323 6.62765 20.8461 6.10744 20.2259 5.8322C20.1517 5.79929 20.0771 5.77196 20.002 5.74918ZM16.502 4.6875C16.502 4.19521 16.9237 3.75 17.502 3.75C18.0802 3.75 18.502 4.19521 18.502 4.6875V5.62501H16.502V4.6875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-call-minus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12 6.44772 12.4477 6 13 6L21 6C21.5523 6 22 6.44772 22 7C22 7.55228 21.5523 8 21 8L13 8C12.4477 8 12 7.55228 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12 6.44772 12.4477 6 13 6L21 6C21.5523 6 22 6.44772 22 7C22 7.55228 21.5523 8 21 8L13 8C12.4477 8 12 7.55228 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-call-missed-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31531 1.28657C5.88199 1.40369 6.33329 1.78443 6.61368 2.28746L7.5069 3.88991C7.8359 4.48011 8.11278 4.9768 8.29359 5.40857C8.48539 5.86658 8.59931 6.31824 8.54724 6.8176C8.49516 7.31696 8.29051 7.7354 8.00833 8.14399C7.74233 8.52917 7.36893 8.95804 6.92523 9.46767L5.61222 10.9759C5.37693 11.2461 5.25929 11.3812 5.24854 11.5501C5.23779 11.719 5.33421 11.8633 5.52705 12.1518C7.17063 14.6109 9.38578 16.8268 11.8469 18.4718C12.1354 18.6647 12.2797 18.7611 12.4486 18.7503C12.6175 18.7396 12.7526 18.6219 13.0229 18.3866L14.5311 17.0736C15.0408 16.6299 15.4696 16.2565 15.8548 15.9905C16.2634 15.7083 16.6818 15.5036 17.1812 15.4516C17.6806 15.3995 18.1322 15.5134 18.5902 15.7052C19.022 15.886 19.5186 16.1629 20.1088 16.4918L21.7113 17.3851C22.2144 17.6655 22.5951 18.1168 22.7122 18.6835C22.8306 19.2561 22.656 19.8316 22.2705 20.3047C20.8716 22.021 18.6303 23.1139 16.2791 22.6396C14.8338 22.348 13.4078 21.8623 11.6831 20.8732C8.21775 18.8858 5.11067 15.777 3.1256 12.3157C2.13648 10.591 1.65077 9.165 1.35922 7.71974C0.884927 5.36852 1.97776 3.12724 3.69412 1.72833C4.16716 1.34279 4.74271 1.16822 5.31531 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2328 5.88846L15.8724 5.24885C15.877 5.24432 15.882 5.23935 15.8874 5.23397C15.9435 5.17812 16.0431 5.07893 16.1187 4.98112C16.1194 4.9801 16.1203 4.97898 16.1213 4.97775C16.1758 4.9075 16.5018 4.48725 16.3079 3.9329C16.1131 3.37603 15.5915 3.25162 15.5078 3.23167C15.506 3.23123 15.5043 3.23083 15.5029 3.23049C15.3831 3.20144 15.2432 3.18594 15.1627 3.17702C15.155 3.17617 15.1478 3.17538 15.1413 3.17464C15.0542 3.16482 14.9553 3.15288 14.8479 3.13992C14.4496 3.09185 13.9339 3.02962 13.4694 3.00824C13.1716 2.99453 12.8451 2.99433 12.5447 3.03592C12.2916 3.07095 11.8391 3.16081 11.5 3.49996C11.1608 3.83911 11.071 4.29164 11.0359 4.54471C10.9943 4.84514 10.9945 5.17161 11.0082 5.46937C11.0296 5.9339 11.0919 6.44956 11.1399 6.8479C11.1529 6.95532 11.1648 7.05421 11.1746 7.14127C11.1754 7.14781 11.1762 7.15496 11.177 7.16266C11.1859 7.24317 11.2014 7.38309 11.2305 7.50291C11.2308 7.50433 11.2312 7.50597 11.2317 7.50782C11.2516 7.59147 11.376 8.11306 11.9329 8.30786C12.4872 8.50178 12.9075 8.17576 12.9777 8.12127C12.979 8.12031 12.9801 8.11944 12.9811 8.11865C13.0789 8.0431 13.1781 7.94347 13.234 7.88737C13.2393 7.88197 13.2443 7.87698 13.2488 7.87245L13.8185 7.30281L14.162 7.65584C14.1765 7.67076 14.191 7.68563 14.2054 7.70046C14.668 8.17598 15.0831 8.60263 15.4643 8.90155C15.8793 9.22696 16.3743 9.50001 17 9.50001C17.6257 9.50001 18.1207 9.22696 18.5357 8.90155C18.9169 8.60263 19.332 8.17598 19.7946 7.70046C19.809 7.68563 19.8235 7.67076 19.838 7.65583L22.7167 4.69739C23.1019 4.30157 23.0932 3.66846 22.6974 3.28331C22.3016 2.89816 21.6685 2.90681 21.2833 3.30263L18.4046 6.26107C17.8847 6.79537 17.5638 7.12209 17.3016 7.32769C17.1798 7.42323 17.1033 7.46555 17.059 7.48452C17.0231 7.49991 17.0089 7.50001 17 7.50001C16.9911 7.50001 16.9769 7.49991 16.941 7.48452C16.8967 7.46555 16.8202 7.42323 16.6984 7.32769C16.4362 7.12209 16.1153 6.79537 15.5954 6.26108L15.2328 5.88846Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31531 1.28657C5.88199 1.40369 6.33329 1.78443 6.61368 2.28746L7.5069 3.88991C7.8359 4.48011 8.11278 4.9768 8.29359 5.40857C8.48539 5.86658 8.59931 6.31824 8.54724 6.8176C8.49516 7.31696 8.29051 7.7354 8.00833 8.14399C7.74233 8.52917 7.36893 8.95804 6.92523 9.46767L5.61222 10.9759C5.37693 11.2461 5.25929 11.3812 5.24854 11.5501C5.23779 11.719 5.33421 11.8633 5.52705 12.1518C7.17063 14.6109 9.38578 16.8268 11.8469 18.4718C12.1354 18.6647 12.2797 18.7611 12.4486 18.7503C12.6175 18.7396 12.7526 18.6219 13.0229 18.3866L14.5311 17.0736C15.0408 16.6299 15.4696 16.2565 15.8548 15.9905C16.2634 15.7083 16.6818 15.5036 17.1812 15.4516C17.6806 15.3995 18.1322 15.5134 18.5902 15.7052C19.022 15.886 19.5186 16.1629 20.1088 16.4918L21.7113 17.3851C22.2144 17.6655 22.5951 18.1168 22.7122 18.6835C22.8306 19.2561 22.656 19.8316 22.2705 20.3047C20.8716 22.021 18.6303 23.1139 16.2791 22.6396C14.8338 22.348 13.4078 21.8623 11.6831 20.8732C8.21775 18.8858 5.11067 15.777 3.1256 12.3157C2.13648 10.591 1.65077 9.165 1.35922 7.71974C0.884927 5.36852 1.97776 3.12724 3.69412 1.72833C4.16716 1.34279 4.74271 1.16822 5.31531 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2328 5.88846L15.8724 5.24885C15.877 5.24432 15.882 5.23935 15.8874 5.23397C15.9435 5.17812 16.0431 5.07893 16.1187 4.98112C16.1194 4.9801 16.1203 4.97898 16.1213 4.97775C16.1758 4.9075 16.5018 4.48725 16.3079 3.9329C16.1131 3.37603 15.5915 3.25162 15.5078 3.23167C15.506 3.23123 15.5043 3.23083 15.5029 3.23049C15.3831 3.20144 15.2432 3.18594 15.1627 3.17702C15.155 3.17617 15.1478 3.17538 15.1413 3.17464C15.0542 3.16482 14.9553 3.15288 14.8479 3.13992C14.4496 3.09185 13.9339 3.02962 13.4694 3.00824C13.1716 2.99453 12.8451 2.99433 12.5447 3.03592C12.2916 3.07095 11.8391 3.16081 11.5 3.49996C11.1608 3.83911 11.071 4.29164 11.0359 4.54471C10.9943 4.84514 10.9945 5.17161 11.0082 5.46937C11.0296 5.9339 11.0919 6.44956 11.1399 6.8479C11.1529 6.95532 11.1648 7.05421 11.1746 7.14127C11.1754 7.14781 11.1762 7.15496 11.177 7.16266C11.1859 7.24317 11.2014 7.38309 11.2305 7.50291C11.2308 7.50433 11.2312 7.50597 11.2317 7.50782C11.2516 7.59147 11.376 8.11306 11.9329 8.30786C12.4872 8.50178 12.9075 8.17576 12.9777 8.12127C12.979 8.12031 12.9801 8.11944 12.9811 8.11865C13.0789 8.0431 13.1781 7.94347 13.234 7.88737C13.2393 7.88197 13.2443 7.87698 13.2488 7.87245L13.8185 7.30281L14.162 7.65584C14.1765 7.67076 14.191 7.68563 14.2054 7.70046C14.668 8.17598 15.0831 8.60263 15.4643 8.90155C15.8793 9.22696 16.3743 9.50001 17 9.50001C17.6257 9.50001 18.1207 9.22696 18.5357 8.90155C18.9169 8.60263 19.332 8.17598 19.7946 7.70046C19.809 7.68563 19.8235 7.67076 19.838 7.65583L22.7167 4.69739C23.1019 4.30157 23.0932 3.66846 22.6974 3.28331C22.3016 2.89816 21.6685 2.90681 21.2833 3.30263L18.4046 6.26107C17.8847 6.79537 17.5638 7.12209 17.3016 7.32769C17.1798 7.42323 17.1033 7.46555 17.059 7.48452C17.0231 7.49991 17.0089 7.50001 17 7.50001C16.9911 7.50001 16.9769 7.49991 16.941 7.48452C16.8967 7.46555 16.8202 7.42323 16.6984 7.32769C16.4362 7.12209 16.1153 6.79537 15.5954 6.26108L15.2328 5.88846Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-call-missed-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.09545 12.9936C10.2214 12.1683 13.7826 12.1693 16.905 12.9936C18.4636 13.4051 19.5653 13.9323 20.5665 14.5801C22.2307 15.6569 22.9065 17.5712 22.7199 19.3548C22.6651 19.8782 22.4121 20.3411 21.976 20.6203C21.5475 20.8947 21.034 20.9336 20.5593 20.8022L19.1331 20.4074C18.6147 20.264 18.1681 20.1404 17.8124 19.9984C17.4316 19.8465 17.0848 19.6479 16.8076 19.3149C16.529 18.9804 16.3988 18.6044 16.3235 18.2039C16.2538 17.8327 16.2216 17.379 16.1845 16.8572L16.0696 15.2393C16.0541 15.0208 16.0463 14.9115 15.9781 14.8351C15.9098 14.7587 15.8045 14.7392 15.5938 14.7002C13.2545 14.2668 10.7477 14.2664 8.40656 14.7002C8.19594 14.7392 8.09063 14.7587 8.02234 14.8351C7.95406 14.9115 7.9463 15.0208 7.93078 15.2393L7.81586 16.8572C7.77882 17.379 7.74662 17.8327 7.67688 18.2039C7.60163 18.6044 7.47138 18.9804 7.19283 19.3149C6.91555 19.6479 6.5688 19.8465 6.18802 19.9984C5.83227 20.1404 5.38571 20.2639 4.86738 20.4074L3.44105 20.8022C2.9664 20.9336 2.45286 20.8947 2.02443 20.6203C1.58832 20.3411 1.33532 19.8782 1.28055 19.3548C1.09395 17.5712 1.7697 15.6569 3.43392 14.5801C4.43514 13.9323 5.5368 13.4051 7.09545 12.9936Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2328 6.01346L10.8724 5.37385C10.8769 5.36932 10.8819 5.36435 10.8873 5.35897C10.9434 5.30312 11.0431 5.20393 11.1186 5.10612C11.1194 5.1051 11.1203 5.10398 11.1212 5.10275C11.1757 5.0325 11.5017 4.61225 11.3078 4.0579C11.113 3.50103 10.5914 3.37662 10.5078 3.35667C10.5059 3.35623 10.5043 3.35583 10.5029 3.35549C10.3831 3.32644 10.2431 3.31094 10.1626 3.30202C10.1549 3.30117 10.1478 3.30038 10.1412 3.29964C10.0542 3.28982 9.95529 3.27788 9.84787 3.26492C9.44953 3.21685 8.93387 3.15462 8.46934 3.13324C8.17158 3.11953 7.84511 3.11933 7.54468 3.16092C7.29161 3.19595 6.83908 3.28581 6.49993 3.62496C6.16078 3.96411 6.07092 4.41664 6.03589 4.66971C5.99429 4.97014 5.9945 5.29661 6.00821 5.59437C6.02959 6.0589 6.09182 6.57456 6.13989 6.9729C6.15285 7.08032 6.16479 7.17921 6.17461 7.26627C6.17535 7.27281 6.17614 7.27996 6.17699 7.28766C6.18591 7.36817 6.20141 7.50809 6.23046 7.62791C6.2308 7.62933 6.2312 7.63097 6.23164 7.63282C6.25159 7.71647 6.376 8.23806 6.93287 8.43286C7.48722 8.62678 7.90747 8.30076 7.97772 8.24627C7.97895 8.24531 7.98007 8.24444 7.98109 8.24365C8.0789 8.1681 8.17809 8.06847 8.23394 8.01237C8.23932 8.00697 8.24429 8.00198 8.24882 7.99745L8.81845 7.42781L9.16196 7.78084C9.17648 7.79576 9.19096 7.81063 9.20538 7.82546C9.66799 8.30098 10.0831 8.72763 10.4643 9.02655C10.8793 9.35196 11.3743 9.62501 12 9.62501C12.6257 9.62501 13.1207 9.35196 13.5357 9.02655C13.9169 8.72763 14.332 8.30098 14.7946 7.82546C14.809 7.81063 14.8235 7.79576 14.838 7.78083L17.7167 4.82239C18.1018 4.42657 18.0932 3.79346 17.6974 3.40831C17.3015 3.02316 16.6684 3.03181 16.2833 3.42763L13.4046 6.38607C12.8847 6.92037 12.5638 7.24709 12.3016 7.45269C12.1798 7.54823 12.1033 7.59055 12.059 7.60952C12.0231 7.62491 12.0089 7.62501 12 7.62501C11.9911 7.62501 11.9769 7.62491 11.941 7.60952C11.8967 7.59055 11.8202 7.54823 11.6984 7.45269C11.4362 7.24709 11.1153 6.92037 10.5954 6.38608L10.2328 6.01346Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.09545 12.9936C10.2214 12.1683 13.7826 12.1693 16.905 12.9936C18.4636 13.4051 19.5653 13.9323 20.5665 14.5801C22.2307 15.6569 22.9065 17.5712 22.7199 19.3548C22.6651 19.8782 22.4121 20.3411 21.976 20.6203C21.5475 20.8947 21.034 20.9336 20.5593 20.8022L19.1331 20.4074C18.6147 20.264 18.1681 20.1404 17.8124 19.9984C17.4316 19.8465 17.0848 19.6479 16.8076 19.3149C16.529 18.9804 16.3988 18.6044 16.3235 18.2039C16.2538 17.8327 16.2216 17.379 16.1845 16.8572L16.0696 15.2393C16.0541 15.0208 16.0463 14.9115 15.9781 14.8351C15.9098 14.7587 15.8045 14.7392 15.5938 14.7002C13.2545 14.2668 10.7477 14.2664 8.40656 14.7002C8.19594 14.7392 8.09063 14.7587 8.02234 14.8351C7.95406 14.9115 7.9463 15.0208 7.93078 15.2393L7.81586 16.8572C7.77882 17.379 7.74662 17.8327 7.67688 18.2039C7.60163 18.6044 7.47138 18.9804 7.19283 19.3149C6.91555 19.6479 6.5688 19.8465 6.18802 19.9984C5.83227 20.1404 5.38571 20.2639 4.86738 20.4074L3.44105 20.8022C2.9664 20.9336 2.45286 20.8947 2.02443 20.6203C1.58832 20.3411 1.33532 19.8782 1.28055 19.3548C1.09395 17.5712 1.7697 15.6569 3.43392 14.5801C4.43514 13.9323 5.5368 13.4051 7.09545 12.9936Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2328 6.01346L10.8724 5.37385C10.8769 5.36932 10.8819 5.36435 10.8873 5.35897C10.9434 5.30312 11.0431 5.20393 11.1186 5.10612C11.1194 5.1051 11.1203 5.10398 11.1212 5.10275C11.1757 5.0325 11.5017 4.61225 11.3078 4.0579C11.113 3.50103 10.5914 3.37662 10.5078 3.35667C10.5059 3.35623 10.5043 3.35583 10.5029 3.35549C10.3831 3.32644 10.2431 3.31094 10.1626 3.30202C10.1549 3.30117 10.1478 3.30038 10.1412 3.29964C10.0542 3.28982 9.95529 3.27788 9.84787 3.26492C9.44953 3.21685 8.93387 3.15462 8.46934 3.13324C8.17158 3.11953 7.84511 3.11933 7.54468 3.16092C7.29161 3.19595 6.83908 3.28581 6.49993 3.62496C6.16078 3.96411 6.07092 4.41664 6.03589 4.66971C5.99429 4.97014 5.9945 5.29661 6.00821 5.59437C6.02959 6.0589 6.09182 6.57456 6.13989 6.9729C6.15285 7.08032 6.16479 7.17921 6.17461 7.26627C6.17535 7.27281 6.17614 7.27996 6.17699 7.28766C6.18591 7.36817 6.20141 7.50809 6.23046 7.62791C6.2308 7.62933 6.2312 7.63097 6.23164 7.63282C6.25159 7.71647 6.376 8.23806 6.93287 8.43286C7.48722 8.62678 7.90747 8.30076 7.97772 8.24627C7.97895 8.24531 7.98007 8.24444 7.98109 8.24365C8.0789 8.1681 8.17809 8.06847 8.23394 8.01237C8.23932 8.00697 8.24429 8.00198 8.24882 7.99745L8.81845 7.42781L9.16196 7.78084C9.17648 7.79576 9.19096 7.81063 9.20538 7.82546C9.66799 8.30098 10.0831 8.72763 10.4643 9.02655C10.8793 9.35196 11.3743 9.62501 12 9.62501C12.6257 9.62501 13.1207 9.35196 13.5357 9.02655C13.9169 8.72763 14.332 8.30098 14.7946 7.82546C14.809 7.81063 14.8235 7.79576 14.838 7.78083L17.7167 4.82239C18.1018 4.42657 18.0932 3.79346 17.6974 3.40831C17.3015 3.02316 16.6684 3.03181 16.2833 3.42763L13.4046 6.38607C12.8847 6.92037 12.5638 7.24709 12.3016 7.45269C12.1798 7.54823 12.1033 7.59055 12.059 7.60952C12.0231 7.62491 12.0089 7.62501 12 7.62501C11.9911 7.62501 11.9769 7.62491 11.941 7.60952C11.8967 7.59055 11.8202 7.54823 11.6984 7.45269C11.4362 7.24709 11.1153 6.92037 10.5954 6.38608L10.2328 6.01346Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-call-paused{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 2C14.5523 2 15 2.44772 15 3V10C15 10.5523 14.5523 11 14 11C13.4477 11 13 10.5523 13 10V3C13 2.44772 13.4477 2 14 2ZM20 2C20.5523 2 21 2.44772 21 3V10C21 10.5523 20.5523 11 20 11C19.4477 11 19 10.5523 19 10V3C19 2.44772 19.4477 2 20 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 2C14.5523 2 15 2.44772 15 3V10C15 10.5523 14.5523 11 14 11C13.4477 11 13 10.5523 13 10V3C13 2.44772 13.4477 2 14 2ZM20 2C20.5523 2 21 2.44772 21 3V10C21 10.5523 20.5523 11 20 11C19.4477 11 19 10.5523 19 10V3C19 2.44772 19.4477 2 20 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-call-received{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8764 2.10734C15.3446 1.8484 14.8882 2.13341 14.8145 2.17939L14.8103 2.18201C14.705 2.24726 14.5952 2.33665 14.5323 2.38793L14.5155 2.40155C14.4362 2.46586 14.3437 2.53941 14.2425 2.61986C13.9075 2.88616 13.4774 3.2281 13.1154 3.56092C12.8768 3.78023 12.6288 4.02998 12.4332 4.2898C12.2676 4.50982 12 4.91403 12 5.41489C12 5.91576 12.2676 6.31996 12.4332 6.53999C12.6288 6.7998 12.8768 7.04956 13.1154 7.26887C13.4774 7.60168 13.9075 7.94361 14.2425 8.20991C14.3435 8.29028 14.4363 8.36399 14.5155 8.42824L14.5323 8.44186C14.5953 8.49314 14.705 8.58253 14.8103 8.64777L14.8145 8.6504C14.8882 8.69638 15.3446 8.98138 15.8764 8.72245C16.406 8.46466 16.4729 7.93015 16.4842 7.84034L16.4847 7.83622C16.5005 7.7119 16.5002 7.56939 16.5 7.48941L16.5 7.46811V6.47006C17.9189 6.71121 19 7.96134 19 9.46729V10.9869C19 11.5464 19.4477 12 20 12C20.5523 12 21 11.5464 21 10.9869V9.46729C21 6.84069 19.0267 4.68102 16.5 4.42688L16.5 3.36168L16.5 3.34039C16.5002 3.26041 16.5005 3.11789 16.4847 2.99357L16.4842 2.98945C16.4729 2.89964 16.406 2.36513 15.8764 2.10734Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8764 2.10734C15.3446 1.8484 14.8882 2.13341 14.8145 2.17939L14.8103 2.18201C14.705 2.24726 14.5952 2.33665 14.5323 2.38793L14.5155 2.40155C14.4362 2.46586 14.3437 2.53941 14.2425 2.61986C13.9075 2.88616 13.4774 3.2281 13.1154 3.56092C12.8768 3.78023 12.6288 4.02998 12.4332 4.2898C12.2676 4.50982 12 4.91403 12 5.41489C12 5.91576 12.2676 6.31996 12.4332 6.53999C12.6288 6.7998 12.8768 7.04956 13.1154 7.26887C13.4774 7.60168 13.9075 7.94361 14.2425 8.20991C14.3435 8.29028 14.4363 8.36399 14.5155 8.42824L14.5323 8.44186C14.5953 8.49314 14.705 8.58253 14.8103 8.64777L14.8145 8.6504C14.8882 8.69638 15.3446 8.98138 15.8764 8.72245C16.406 8.46466 16.4729 7.93015 16.4842 7.84034L16.4847 7.83622C16.5005 7.7119 16.5002 7.56939 16.5 7.48941L16.5 7.46811V6.47006C17.9189 6.71121 19 7.96134 19 9.46729V10.9869C19 11.5464 19.4477 12 20 12C20.5523 12 21 11.5464 21 10.9869V9.46729C21 6.84069 19.0267 4.68102 16.5 4.42688L16.5 3.36168L16.5 3.34039C16.5002 3.26041 16.5005 3.11789 16.4847 2.99357L16.4842 2.98945C16.4729 2.89964 16.406 2.36513 15.8764 2.10734Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-call-ringing-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 2C14.5523 2 15 2.44772 15 3V5.8C15 6.35228 14.5523 6.8 14 6.8C13.4477 6.8 13 6.35228 13 5.8V3C13 2.44772 13.4477 2 14 2ZM19.6573 4.34367C20.0478 4.7342 20.0478 5.36736 19.6573 5.75789L17.6774 7.73779C17.2869 8.12831 16.6537 8.12831 16.2632 7.73779C15.8727 7.34726 15.8727 6.7141 16.2632 6.32357L18.2431 4.34367C18.6336 3.95315 19.2668 3.95315 19.6573 4.34367ZM17.2 10C17.2 9.44772 17.6477 9 18.2 9H21C21.5523 9 22 9.44772 22 10C22 10.5523 21.5523 11 21 11H18.2C17.6477 11 17.2 10.5523 17.2 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 2C14.5523 2 15 2.44772 15 3V5.8C15 6.35228 14.5523 6.8 14 6.8C13.4477 6.8 13 6.35228 13 5.8V3C13 2.44772 13.4477 2 14 2ZM19.6573 4.34367C20.0478 4.7342 20.0478 5.36736 19.6573 5.75789L17.6774 7.73779C17.2869 8.12831 16.6537 8.12831 16.2632 7.73779C15.8727 7.34726 15.8727 6.7141 16.2632 6.32357L18.2431 4.34367C18.6336 3.95315 19.2668 3.95315 19.6573 4.34367ZM17.2 10C17.2 9.44772 17.6477 9 18.2 9H21C21.5523 9 22 9.44772 22 10C22 10.5523 21.5523 11 21 11H18.2C17.6477 11 17.2 10.5523 17.2 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-call-unlocked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7813 4.95232C14.7813 3.45396 16.0044 2.25 17.5 2.25C18.1725 2.25 18.7904 2.49372 19.2656 2.89733C19.5813 3.16548 19.6198 3.63879 19.3517 3.95449C19.0835 4.27019 18.6102 4.30873 18.2945 4.04058C18.0813 3.85948 17.8049 3.75 17.5 3.75C16.821 3.75 16.2813 4.29421 16.2813 4.95232V5.61162C16.4472 5.60996 16.6244 5.60996 16.8129 5.60997H18.1871C18.6715 5.60996 19.0813 5.60994 19.4167 5.63824C19.7683 5.66789 20.1063 5.73264 20.4262 5.90222C20.8618 6.13313 21.2197 6.48753 21.4536 6.92145C21.6257 7.24083 21.6914 7.57833 21.7214 7.92848C21.75 8.2619 21.75 8.66893 21.75 9.14877V9.2112C21.75 9.69104 21.75 10.0981 21.7214 10.4315C21.6914 10.7816 21.6257 11.1191 21.4536 11.4385C21.2197 11.8724 20.8618 12.2268 20.4262 12.4578C20.1063 12.6273 19.7683 12.6921 19.4167 12.7217C19.0813 12.75 18.6715 12.75 18.1871 12.75H18.1871H16.8129H16.8129C16.3285 12.75 15.9187 12.75 15.5833 12.7217C15.2317 12.6921 14.8937 12.6273 14.5738 12.4578C14.1382 12.2268 13.7803 11.8724 13.5464 11.4385C13.3743 11.1191 13.3086 10.7816 13.2786 10.4315C13.25 10.0981 13.25 9.69105 13.25 9.21122V9.21119V9.14878V9.14875C13.25 8.66892 13.25 8.2619 13.2786 7.92848C13.3086 7.57833 13.3743 7.24083 13.5464 6.92145C13.7803 6.48753 14.1382 6.13313 14.5738 5.90222C14.6421 5.86599 14.7113 5.83455 14.7813 5.80722V4.95232Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7813 4.95232C14.7813 3.45396 16.0044 2.25 17.5 2.25C18.1725 2.25 18.7904 2.49372 19.2656 2.89733C19.5813 3.16548 19.6198 3.63879 19.3517 3.95449C19.0835 4.27019 18.6102 4.30873 18.2945 4.04058C18.0813 3.85948 17.8049 3.75 17.5 3.75C16.821 3.75 16.2813 4.29421 16.2813 4.95232V5.61162C16.4472 5.60996 16.6244 5.60996 16.8129 5.60997H18.1871C18.6715 5.60996 19.0813 5.60994 19.4167 5.63824C19.7683 5.66789 20.1063 5.73264 20.4262 5.90222C20.8618 6.13313 21.2197 6.48753 21.4536 6.92145C21.6257 7.24083 21.6914 7.57833 21.7214 7.92848C21.75 8.2619 21.75 8.66893 21.75 9.14877V9.2112C21.75 9.69104 21.75 10.0981 21.7214 10.4315C21.6914 10.7816 21.6257 11.1191 21.4536 11.4385C21.2197 11.8724 20.8618 12.2268 20.4262 12.4578C20.1063 12.6273 19.7683 12.6921 19.4167 12.7217C19.0813 12.75 18.6715 12.75 18.1871 12.75H18.1871H16.8129H16.8129C16.3285 12.75 15.9187 12.75 15.5833 12.7217C15.2317 12.6921 14.8937 12.6273 14.5738 12.4578C14.1382 12.2268 13.7803 11.8724 13.5464 11.4385C13.3743 11.1191 13.3086 10.7816 13.2786 10.4315C13.25 10.0981 13.25 9.69105 13.25 9.21122V9.21119V9.14878V9.14875C13.25 8.66892 13.25 8.2619 13.2786 7.92848C13.3086 7.57833 13.3743 7.24083 13.5464 6.92145C13.7803 6.48753 14.1382 6.13313 14.5738 5.90222C14.6421 5.86599 14.7113 5.83455 14.7813 5.80722V4.95232Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-call{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-calling{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.19235 1.41157C5.75904 1.52869 6.21034 1.90943 6.49073 2.41246L7.38394 4.01491C7.71295 4.60511 7.98982 5.1018 8.17063 5.53357C8.36244 5.99158 8.47636 6.44324 8.42428 6.9426C8.37221 7.44196 8.16755 7.8604 7.88538 8.26899C7.61937 8.65417 7.24598 9.08304 6.80227 9.59267L5.48927 11.1009C5.25398 11.3711 5.13633 11.5062 5.12558 11.6751C5.11483 11.844 5.21125 11.9883 5.40409 12.2768C7.04768 14.7359 9.26282 16.9518 11.7239 18.5968C12.0124 18.7897 12.1567 18.8861 12.3256 18.8753C12.4945 18.8646 12.6296 18.7469 12.8999 18.5116L14.4082 17.1986C14.9178 16.7549 15.3467 16.3815 15.7319 16.1155C16.1404 15.8333 16.5589 15.6286 17.0582 15.5766C17.5576 15.5245 18.0093 15.6384 18.4673 15.8302C18.899 16.011 19.3957 16.2879 19.9858 16.6168L21.5884 17.5101C22.0914 17.7905 22.4722 18.2418 22.5893 18.8085C22.7076 19.3811 22.5331 19.9566 22.1475 20.4297C20.7486 22.146 18.5073 23.2389 16.1561 22.7646C14.7108 22.473 13.2849 21.9873 11.5601 20.9982C8.09479 19.0108 4.98772 15.902 3.00264 12.4407C2.01353 10.716 1.52781 9.29 1.23627 7.84474C0.761972 5.49352 1.85481 3.25224 3.57117 1.85333C4.0442 1.46779 4.61975 1.29322 5.19235 1.41157Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5685 1.84799C13.7216 1.31736 14.2759 1.01134 14.8065 1.16447C18.6739 2.28049 21.7199 5.32634 22.836 9.19358C22.9892 9.72421 22.6832 10.2785 22.1526 10.4317C21.6219 10.5848 21.0676 10.2788 20.9145 9.74819C19.9889 6.54122 17.4591 4.01154 14.252 3.08605C13.7214 2.93292 13.4154 2.37863 13.5685 1.84799ZM12.9548 6.56624C13.1707 6.05789 13.7578 5.82079 14.2661 6.03666C15.9278 6.74231 17.2582 8.07269 17.9639 9.73438C18.1798 10.2427 17.9427 10.8298 17.4343 11.0457C16.926 11.2616 16.3389 11.0245 16.123 10.5161C15.6199 9.33137 14.6692 8.38068 13.4844 7.87756C12.976 7.66169 12.7389 7.07459 12.9548 6.56624Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.19235 1.41157C5.75904 1.52869 6.21034 1.90943 6.49073 2.41246L7.38394 4.01491C7.71295 4.60511 7.98982 5.1018 8.17063 5.53357C8.36244 5.99158 8.47636 6.44324 8.42428 6.9426C8.37221 7.44196 8.16755 7.8604 7.88538 8.26899C7.61937 8.65417 7.24598 9.08304 6.80227 9.59267L5.48927 11.1009C5.25398 11.3711 5.13633 11.5062 5.12558 11.6751C5.11483 11.844 5.21125 11.9883 5.40409 12.2768C7.04768 14.7359 9.26282 16.9518 11.7239 18.5968C12.0124 18.7897 12.1567 18.8861 12.3256 18.8753C12.4945 18.8646 12.6296 18.7469 12.8999 18.5116L14.4082 17.1986C14.9178 16.7549 15.3467 16.3815 15.7319 16.1155C16.1404 15.8333 16.5589 15.6286 17.0582 15.5766C17.5576 15.5245 18.0093 15.6384 18.4673 15.8302C18.899 16.011 19.3957 16.2879 19.9858 16.6168L21.5884 17.5101C22.0914 17.7905 22.4722 18.2418 22.5893 18.8085C22.7076 19.3811 22.5331 19.9566 22.1475 20.4297C20.7486 22.146 18.5073 23.2389 16.1561 22.7646C14.7108 22.473 13.2849 21.9873 11.5601 20.9982C8.09479 19.0108 4.98772 15.902 3.00264 12.4407C2.01353 10.716 1.52781 9.29 1.23627 7.84474C0.761972 5.49352 1.85481 3.25224 3.57117 1.85333C4.0442 1.46779 4.61975 1.29322 5.19235 1.41157Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5685 1.84799C13.7216 1.31736 14.2759 1.01134 14.8065 1.16447C18.6739 2.28049 21.7199 5.32634 22.836 9.19358C22.9892 9.72421 22.6832 10.2785 22.1526 10.4317C21.6219 10.5848 21.0676 10.2788 20.9145 9.74819C19.9889 6.54122 17.4591 4.01154 14.252 3.08605C13.7214 2.93292 13.4154 2.37863 13.5685 1.84799ZM12.9548 6.56624C13.1707 6.05789 13.7578 5.82079 14.2661 6.03666C15.9278 6.74231 17.2582 8.07269 17.9639 9.73438C18.1798 10.2427 17.9427 10.8298 17.4343 11.0457C16.926 11.2616 16.3389 11.0245 16.123 10.5161C15.6199 9.33137 14.6692 8.38068 13.4844 7.87756C12.976 7.66169 12.7389 7.07459 12.9548 6.56624Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-chatting-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.25 16.2617C10.25 12.9108 13.0802 10.25 16.5 10.25C19.9198 10.25 22.75 12.9108 22.75 16.2617C22.75 17.8671 22.0953 19.3213 21.039 20.3939C20.9957 20.4379 20.9721 20.478 20.9621 20.5032C20.9595 20.5098 20.9581 20.5143 20.9575 20.5171C21.0261 20.8706 21.1789 21.1975 21.3988 21.468C21.5658 21.6733 21.6121 21.9514 21.5209 22.1998C21.4296 22.4482 21.2142 22.6301 20.954 22.6785C19.9913 22.8576 18.9951 22.6961 18.1416 22.2422C18.0361 22.1861 17.9664 22.1492 17.9148 22.1234C17.8665 22.1314 17.8009 22.1436 17.7025 22.1621C17.306 22.2365 16.9034 22.2739 16.4995 22.2734C13.08 22.2731 10.25 19.6125 10.25 16.2617Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 1.25C5.64745 1.25 1.25 5.41003 1.25 10.61C1.25 13.1039 2.26637 15.3654 3.9126 17.037C4.14324 17.2712 4.2056 17.4985 4.1771 17.6507C4.05135 18.3102 3.76709 18.9225 3.35406 19.4306C3.18713 19.6359 3.14075 19.914 3.23202 20.1624C3.32329 20.4107 3.53869 20.5926 3.79885 20.641C5.26585 20.9139 6.7864 20.668 8.08964 19.9749C8.2562 19.8864 8.37575 19.8229 8.4685 19.7765C8.52845 19.7465 8.55843 19.7315 8.58217 19.7241C8.60285 19.7178 8.60711 19.7167 8.60787 19.7166C8.61159 19.7158 8.60229 19.7178 8.60802 19.7168C8.61376 19.7158 8.60444 19.717 8.60816 19.7165C8.62713 19.714 8.64925 19.7137 8.67407 19.7175C8.77272 19.731 8.9062 19.7559 9.12044 19.7961C9.36087 19.8413 9.53788 19.5825 9.43432 19.3609C8.99592 18.4227 8.75 17.3758 8.75 16.2617C8.75 12.0181 12.3175 8.75 16.5 8.75C17.6243 8.75 18.7042 8.98615 19.6822 9.41393C20.1809 9.632 20.4302 9.74104 20.5719 9.62639C20.7137 9.51173 20.6649 9.27283 20.5673 8.79503C19.6849 4.47485 15.7127 1.25 11 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.25 16.2617C10.25 12.9108 13.0802 10.25 16.5 10.25C19.9198 10.25 22.75 12.9108 22.75 16.2617C22.75 17.8671 22.0953 19.3213 21.039 20.3939C20.9957 20.4379 20.9721 20.478 20.9621 20.5032C20.9595 20.5098 20.9581 20.5143 20.9575 20.5171C21.0261 20.8706 21.1789 21.1975 21.3988 21.468C21.5658 21.6733 21.6121 21.9514 21.5209 22.1998C21.4296 22.4482 21.2142 22.6301 20.954 22.6785C19.9913 22.8576 18.9951 22.6961 18.1416 22.2422C18.0361 22.1861 17.9664 22.1492 17.9148 22.1234C17.8665 22.1314 17.8009 22.1436 17.7025 22.1621C17.306 22.2365 16.9034 22.2739 16.4995 22.2734C13.08 22.2731 10.25 19.6125 10.25 16.2617Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 1.25C5.64745 1.25 1.25 5.41003 1.25 10.61C1.25 13.1039 2.26637 15.3654 3.9126 17.037C4.14324 17.2712 4.2056 17.4985 4.1771 17.6507C4.05135 18.3102 3.76709 18.9225 3.35406 19.4306C3.18713 19.6359 3.14075 19.914 3.23202 20.1624C3.32329 20.4107 3.53869 20.5926 3.79885 20.641C5.26585 20.9139 6.7864 20.668 8.08964 19.9749C8.2562 19.8864 8.37575 19.8229 8.4685 19.7765C8.52845 19.7465 8.55843 19.7315 8.58217 19.7241C8.60285 19.7178 8.60711 19.7167 8.60787 19.7166C8.61159 19.7158 8.60229 19.7178 8.60802 19.7168C8.61376 19.7158 8.60444 19.717 8.60816 19.7165C8.62713 19.714 8.64925 19.7137 8.67407 19.7175C8.77272 19.731 8.9062 19.7559 9.12044 19.7961C9.36087 19.8413 9.53788 19.5825 9.43432 19.3609C8.99592 18.4227 8.75 17.3758 8.75 16.2617C8.75 12.0181 12.3175 8.75 16.5 8.75C17.6243 8.75 18.7042 8.98615 19.6822 9.41393C20.1809 9.632 20.4302 9.74104 20.5719 9.62639C20.7137 9.51173 20.6649 9.27283 20.5673 8.79503C19.6849 4.47485 15.7127 1.25 11 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-comment-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.875 1.125C18.4273 1.125 18.875 1.57272 18.875 2.125V5.125H21.875C22.4273 5.125 22.875 5.57272 22.875 6.125C22.875 6.67728 22.4273 7.125 21.875 7.125H18.875V10.125C18.875 10.6773 18.4273 11.125 17.875 11.125C17.3227 11.125 16.875 10.6773 16.875 10.125V7.125H13.875C13.3227 7.125 12.875 6.67728 12.875 6.125C12.875 5.57272 13.3227 5.125 13.875 5.125H16.875V2.125C16.875 1.57272 17.3227 1.125 17.875 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2873 2.46375C15.375 2.55159 15.375 2.69244 15.375 2.97414V3.025C15.375 3.30784 15.375 3.44926 15.2871 3.53713C15.1993 3.625 15.0578 3.625 14.775 3.625H13.875C12.4943 3.625 11.375 4.74429 11.375 6.125C11.375 7.50571 12.4943 8.625 13.875 8.625H14.775C15.0578 8.625 15.1993 8.625 15.2871 8.71287C15.375 8.80074 15.375 8.94216 15.375 9.225V10.125C15.375 11.5057 16.4943 12.625 17.875 12.625C19.2557 12.625 20.375 11.5057 20.375 10.125V9.225C20.375 8.94216 20.375 8.80074 20.4629 8.71287C20.5507 8.625 20.6922 8.625 20.975 8.625H21.875C22.2413 8.625 22.4244 8.625 22.5072 8.69268C22.5248 8.70707 22.5335 8.71569 22.5481 8.73318C22.6165 8.81543 22.6178 8.96391 22.6203 9.26087C22.625 9.79728 22.625 10.3776 22.625 11.0066V11.5461C22.625 15.615 22.625 17.6495 21.3656 18.9136C20.1061 20.1776 18.0791 20.1776 14.025 20.1776C13.4225 20.1911 12.9426 20.2371 12.4712 20.3449C11.3874 20.5953 10.3708 21.1035 9.37352 21.602L9.3735 21.602L9.37148 21.603L9.37109 21.6032C9.18387 21.6968 8.99731 21.79 8.81111 21.8812C7.13133 22.7032 6.29145 23.1143 5.76437 22.7295C5.26144 22.3535 5.23931 21.6444 5.3794 20.8601C5.43726 20.5362 5.4662 20.3742 5.39574 20.2724C5.32529 20.1707 5.16308 20.1408 4.83865 20.0808C3.78236 19.8857 2.96538 19.4966 2.38444 18.9136C1.125 17.6495 1.125 15.615 1.125 11.5461V11.0066C1.125 6.93761 1.125 4.90313 2.38444 3.63907C3.64388 2.375 5.67092 2.375 9.725 2.375H14.025C14.2842 2.375 14.535 2.375 14.7779 2.37533C15.059 2.37571 15.1996 2.3759 15.2873 2.46375ZM7.875 8.375C7.46079 8.375 7.125 8.71079 7.125 9.125C7.125 9.53921 7.46079 9.875 7.875 9.875H10.875C11.2892 9.875 11.625 9.53921 11.625 9.125C11.625 8.71079 11.2892 8.375 10.875 8.375H7.875ZM7.875 13.375C7.46079 13.375 7.125 13.7108 7.125 14.125C7.125 14.5392 7.46079 14.875 7.875 14.875H13.875C14.2892 14.875 14.625 14.5392 14.625 14.125C14.625 13.7108 14.2892 13.375 13.875 13.375H7.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.875 1.125C18.4273 1.125 18.875 1.57272 18.875 2.125V5.125H21.875C22.4273 5.125 22.875 5.57272 22.875 6.125C22.875 6.67728 22.4273 7.125 21.875 7.125H18.875V10.125C18.875 10.6773 18.4273 11.125 17.875 11.125C17.3227 11.125 16.875 10.6773 16.875 10.125V7.125H13.875C13.3227 7.125 12.875 6.67728 12.875 6.125C12.875 5.57272 13.3227 5.125 13.875 5.125H16.875V2.125C16.875 1.57272 17.3227 1.125 17.875 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2873 2.46375C15.375 2.55159 15.375 2.69244 15.375 2.97414V3.025C15.375 3.30784 15.375 3.44926 15.2871 3.53713C15.1993 3.625 15.0578 3.625 14.775 3.625H13.875C12.4943 3.625 11.375 4.74429 11.375 6.125C11.375 7.50571 12.4943 8.625 13.875 8.625H14.775C15.0578 8.625 15.1993 8.625 15.2871 8.71287C15.375 8.80074 15.375 8.94216 15.375 9.225V10.125C15.375 11.5057 16.4943 12.625 17.875 12.625C19.2557 12.625 20.375 11.5057 20.375 10.125V9.225C20.375 8.94216 20.375 8.80074 20.4629 8.71287C20.5507 8.625 20.6922 8.625 20.975 8.625H21.875C22.2413 8.625 22.4244 8.625 22.5072 8.69268C22.5248 8.70707 22.5335 8.71569 22.5481 8.73318C22.6165 8.81543 22.6178 8.96391 22.6203 9.26087C22.625 9.79728 22.625 10.3776 22.625 11.0066V11.5461C22.625 15.615 22.625 17.6495 21.3656 18.9136C20.1061 20.1776 18.0791 20.1776 14.025 20.1776C13.4225 20.1911 12.9426 20.2371 12.4712 20.3449C11.3874 20.5953 10.3708 21.1035 9.37352 21.602L9.3735 21.602L9.37148 21.603L9.37109 21.6032C9.18387 21.6968 8.99731 21.79 8.81111 21.8812C7.13133 22.7032 6.29145 23.1143 5.76437 22.7295C5.26144 22.3535 5.23931 21.6444 5.3794 20.8601C5.43726 20.5362 5.4662 20.3742 5.39574 20.2724C5.32529 20.1707 5.16308 20.1408 4.83865 20.0808C3.78236 19.8857 2.96538 19.4966 2.38444 18.9136C1.125 17.6495 1.125 15.615 1.125 11.5461V11.0066C1.125 6.93761 1.125 4.90313 2.38444 3.63907C3.64388 2.375 5.67092 2.375 9.725 2.375H14.025C14.2842 2.375 14.535 2.375 14.7779 2.37533C15.059 2.37571 15.1996 2.3759 15.2873 2.46375ZM7.875 8.375C7.46079 8.375 7.125 8.71079 7.125 9.125C7.125 9.53921 7.46079 9.875 7.875 9.875H10.875C11.2892 9.875 11.625 9.53921 11.625 9.125C11.625 8.71079 11.2892 8.375 10.875 8.375H7.875ZM7.875 13.375C7.46079 13.375 7.125 13.7108 7.125 14.125C7.125 14.5392 7.46079 14.875 7.875 14.875H13.875C14.2892 14.875 14.625 14.5392 14.625 14.125C14.625 13.7108 14.2892 13.375 13.875 13.375H7.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-comment-add-02-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.875 1.125C18.4273 1.125 18.875 1.57272 18.875 2.125V5.125H21.875C22.4273 5.125 22.875 5.57272 22.875 6.125C22.875 6.67728 22.4273 7.125 21.875 7.125H18.875V10.125C18.875 10.6773 18.4273 11.125 17.875 11.125C17.3227 11.125 16.875 10.6773 16.875 10.125V7.125H13.875C13.3227 7.125 12.875 6.67728 12.875 6.125C12.875 5.57272 13.3227 5.125 13.875 5.125H16.875V2.125C16.875 1.57272 17.3227 1.125 17.875 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.375 2.97414C15.375 2.69244 15.375 2.55159 15.2873 2.46375C15.1996 2.3759 15.059 2.37571 14.7779 2.37533C14.535 2.375 14.2842 2.375 14.025 2.375H9.725C5.67092 2.375 3.64388 2.375 2.38444 3.63907C1.125 4.90313 1.125 6.93761 1.125 11.0066V11.5461C1.125 15.615 1.125 17.6495 2.38444 18.9136C2.96538 19.4966 3.78236 19.8857 4.83865 20.0808C5.16308 20.1408 5.32529 20.1707 5.39574 20.2724C5.4662 20.3742 5.43726 20.5362 5.3794 20.8601C5.23931 21.6444 5.26144 22.3535 5.76437 22.7295C6.29145 23.1143 7.13133 22.7032 8.81111 21.8812C8.99744 21.79 9.18412 21.6967 9.37148 21.603L9.3735 21.602C10.3708 21.1035 11.3874 20.5953 12.4712 20.3449C12.9426 20.2371 13.4225 20.1911 14.025 20.1776C18.0791 20.1776 20.1061 20.1776 21.3656 18.9136C22.625 17.6495 22.625 15.615 22.625 11.5461V11.0066C22.625 10.3776 22.625 9.79728 22.6203 9.26087C22.6178 8.96391 22.6165 8.81543 22.5481 8.73318C22.5335 8.71569 22.5248 8.70707 22.5072 8.69268C22.4244 8.625 22.2413 8.625 21.875 8.625H20.975C20.6922 8.625 20.5507 8.625 20.4629 8.71287C20.375 8.80074 20.375 8.94216 20.375 9.225V10.125C20.375 11.5057 19.2557 12.625 17.875 12.625C16.4943 12.625 15.375 11.5057 15.375 10.125V9.225C15.375 8.94216 15.375 8.80074 15.2871 8.71287C15.1993 8.625 15.0578 8.625 14.775 8.625H13.875C12.4943 8.625 11.375 7.50571 11.375 6.125C11.375 4.74429 12.4943 3.625 13.875 3.625H14.775C15.0578 3.625 15.1993 3.625 15.2871 3.53713C15.375 3.44926 15.375 3.30784 15.375 3.025V2.97414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.875 1.125C18.4273 1.125 18.875 1.57272 18.875 2.125V5.125H21.875C22.4273 5.125 22.875 5.57272 22.875 6.125C22.875 6.67728 22.4273 7.125 21.875 7.125H18.875V10.125C18.875 10.6773 18.4273 11.125 17.875 11.125C17.3227 11.125 16.875 10.6773 16.875 10.125V7.125H13.875C13.3227 7.125 12.875 6.67728 12.875 6.125C12.875 5.57272 13.3227 5.125 13.875 5.125H16.875V2.125C16.875 1.57272 17.3227 1.125 17.875 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.375 2.97414C15.375 2.69244 15.375 2.55159 15.2873 2.46375C15.1996 2.3759 15.059 2.37571 14.7779 2.37533C14.535 2.375 14.2842 2.375 14.025 2.375H9.725C5.67092 2.375 3.64388 2.375 2.38444 3.63907C1.125 4.90313 1.125 6.93761 1.125 11.0066V11.5461C1.125 15.615 1.125 17.6495 2.38444 18.9136C2.96538 19.4966 3.78236 19.8857 4.83865 20.0808C5.16308 20.1408 5.32529 20.1707 5.39574 20.2724C5.4662 20.3742 5.43726 20.5362 5.3794 20.8601C5.23931 21.6444 5.26144 22.3535 5.76437 22.7295C6.29145 23.1143 7.13133 22.7032 8.81111 21.8812C8.99744 21.79 9.18412 21.6967 9.37148 21.603L9.3735 21.602C10.3708 21.1035 11.3874 20.5953 12.4712 20.3449C12.9426 20.2371 13.4225 20.1911 14.025 20.1776C18.0791 20.1776 20.1061 20.1776 21.3656 18.9136C22.625 17.6495 22.625 15.615 22.625 11.5461V11.0066C22.625 10.3776 22.625 9.79728 22.6203 9.26087C22.6178 8.96391 22.6165 8.81543 22.5481 8.73318C22.5335 8.71569 22.5248 8.70707 22.5072 8.69268C22.4244 8.625 22.2413 8.625 21.875 8.625H20.975C20.6922 8.625 20.5507 8.625 20.4629 8.71287C20.375 8.80074 20.375 8.94216 20.375 9.225V10.125C20.375 11.5057 19.2557 12.625 17.875 12.625C16.4943 12.625 15.375 11.5057 15.375 10.125V9.225C15.375 8.94216 15.375 8.80074 15.2871 8.71287C15.1993 8.625 15.0578 8.625 14.775 8.625H13.875C12.4943 8.625 11.375 7.50571 11.375 6.125C11.375 4.74429 12.4943 3.625 13.875 3.625H14.775C15.0578 3.625 15.1993 3.625 15.2871 3.53713C15.375 3.44926 15.375 3.30784 15.375 3.025V2.97414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-comment-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.85 1.75H14.15C18.2041 1.75 20.2311 1.75 21.4906 3.01407C22.75 4.27813 22.75 6.31261 22.75 10.3816V10.9211C22.75 14.99 22.75 17.0245 21.4906 18.2886C20.2311 19.5526 18.2041 19.5526 14.15 19.5526C13.5475 19.5661 13.0676 19.6121 12.5962 19.7199C11.5124 19.9703 10.4961 20.4783 9.49881 20.9768L9.4985 20.977C9.31046 21.071 9.12311 21.1646 8.93611 21.2562C7.25633 22.0782 6.41645 22.4893 5.88937 22.1045C5.38644 21.7285 5.36431 21.0194 5.5044 20.2351C5.56226 19.9112 5.5912 19.7492 5.52074 19.6474C5.45029 19.5457 5.28808 19.5158 4.96365 19.4558C3.90736 19.2607 3.09038 18.8716 2.50944 18.2886C1.25 17.0245 1.25 14.99 1.25 10.9211V10.3816C1.25 6.31261 1.25 4.27813 2.50944 3.01407C3.76888 1.75 5.79592 1.75 9.85 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.85 1.75H14.15C18.2041 1.75 20.2311 1.75 21.4906 3.01407C22.75 4.27813 22.75 6.31261 22.75 10.3816V10.9211C22.75 14.99 22.75 17.0245 21.4906 18.2886C20.2311 19.5526 18.2041 19.5526 14.15 19.5526C13.5475 19.5661 13.0676 19.6121 12.5962 19.7199C11.5124 19.9703 10.4961 20.4783 9.49881 20.9768L9.4985 20.977C9.31046 21.071 9.12311 21.1646 8.93611 21.2562C7.25633 22.0782 6.41645 22.4893 5.88937 22.1045C5.38644 21.7285 5.36431 21.0194 5.5044 20.2351C5.56226 19.9112 5.5912 19.7492 5.52074 19.6474C5.45029 19.5457 5.28808 19.5158 4.96365 19.4558C3.90736 19.2607 3.09038 18.8716 2.50944 18.2886C1.25 17.0245 1.25 14.99 1.25 10.9211V10.3816C1.25 6.31261 1.25 4.27813 2.50944 3.01407C3.76888 1.75 5.79592 1.75 9.85 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-comment-block-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.2328 2.51392C12.1444 2.375 11.8981 2.375 11.4057 2.375H9.725C5.67092 2.375 3.64388 2.375 2.38444 3.63907C1.125 4.90313 1.125 6.93761 1.125 11.0066V11.5461C1.125 15.615 1.125 17.6495 2.38444 18.9136C2.96538 19.4966 3.78236 19.8857 4.83865 20.0808C5.16308 20.1408 5.32529 20.1707 5.39574 20.2724C5.4662 20.3742 5.43726 20.5362 5.3794 20.8601C5.23931 21.6444 5.26144 22.3535 5.76437 22.7295C6.29145 23.1143 7.13133 22.7032 8.81111 21.8812C8.99731 21.79 9.18387 21.6968 9.37109 21.6032L9.37148 21.603L9.37381 21.6018C10.3711 21.1033 11.3874 20.5953 12.4712 20.3449C12.9426 20.2371 13.4225 20.1911 14.025 20.1776C18.0791 20.1776 20.1061 20.1776 21.3656 18.9136C22.625 17.6495 22.625 15.615 22.625 11.5461C22.625 11.3326 22.625 11.2259 22.6089 11.1787C22.5508 11.0089 22.3943 10.9331 22.2251 10.9929C22.1781 11.0095 22.086 11.0823 21.9017 11.2279C20.7945 12.1028 19.3957 12.625 17.875 12.625C14.2851 12.625 11.375 9.71485 11.375 6.125C11.375 5.14255 11.593 4.211 11.9832 3.37609C12.2085 2.89392 12.3212 2.65284 12.2328 2.51392ZM7.875 8.375C7.46079 8.375 7.125 8.71079 7.125 9.125C7.125 9.53921 7.46079 9.875 7.875 9.875H9.875C10.2892 9.875 10.625 9.53921 10.625 9.125C10.625 8.71079 10.2892 8.375 9.875 8.375H7.875ZM7.875 13.375C7.46079 13.375 7.125 13.7108 7.125 14.125C7.125 14.5392 7.46079 14.875 7.875 14.875H13.875C14.2892 14.875 14.625 14.5392 14.625 14.125C14.625 13.7108 14.2892 13.375 13.875 13.375H7.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 6.125C12.875 3.36358 15.1136 1.125 17.875 1.125C20.6364 1.125 22.875 3.36358 22.875 6.125C22.875 8.88642 20.6364 11.125 17.875 11.125C15.1136 11.125 12.875 8.88642 12.875 6.125ZM15.1674 4.83158C14.98 5.22322 14.875 5.66185 14.875 6.125C14.875 7.78185 16.2181 9.125 17.875 9.125C18.3381 9.125 18.7768 9.02005 19.1684 8.83263L15.1674 4.83158ZM16.5816 3.41737L20.5826 7.41842C20.77 7.02678 20.875 6.58815 20.875 6.125C20.875 4.46815 19.5319 3.125 17.875 3.125C17.4119 3.125 16.9732 3.22995 16.5816 3.41737Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.2328 2.51392C12.1444 2.375 11.8981 2.375 11.4057 2.375H9.725C5.67092 2.375 3.64388 2.375 2.38444 3.63907C1.125 4.90313 1.125 6.93761 1.125 11.0066V11.5461C1.125 15.615 1.125 17.6495 2.38444 18.9136C2.96538 19.4966 3.78236 19.8857 4.83865 20.0808C5.16308 20.1408 5.32529 20.1707 5.39574 20.2724C5.4662 20.3742 5.43726 20.5362 5.3794 20.8601C5.23931 21.6444 5.26144 22.3535 5.76437 22.7295C6.29145 23.1143 7.13133 22.7032 8.81111 21.8812C8.99731 21.79 9.18387 21.6968 9.37109 21.6032L9.37148 21.603L9.37381 21.6018C10.3711 21.1033 11.3874 20.5953 12.4712 20.3449C12.9426 20.2371 13.4225 20.1911 14.025 20.1776C18.0791 20.1776 20.1061 20.1776 21.3656 18.9136C22.625 17.6495 22.625 15.615 22.625 11.5461C22.625 11.3326 22.625 11.2259 22.6089 11.1787C22.5508 11.0089 22.3943 10.9331 22.2251 10.9929C22.1781 11.0095 22.086 11.0823 21.9017 11.2279C20.7945 12.1028 19.3957 12.625 17.875 12.625C14.2851 12.625 11.375 9.71485 11.375 6.125C11.375 5.14255 11.593 4.211 11.9832 3.37609C12.2085 2.89392 12.3212 2.65284 12.2328 2.51392ZM7.875 8.375C7.46079 8.375 7.125 8.71079 7.125 9.125C7.125 9.53921 7.46079 9.875 7.875 9.875H9.875C10.2892 9.875 10.625 9.53921 10.625 9.125C10.625 8.71079 10.2892 8.375 9.875 8.375H7.875ZM7.875 13.375C7.46079 13.375 7.125 13.7108 7.125 14.125C7.125 14.5392 7.46079 14.875 7.875 14.875H13.875C14.2892 14.875 14.625 14.5392 14.625 14.125C14.625 13.7108 14.2892 13.375 13.875 13.375H7.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 6.125C12.875 3.36358 15.1136 1.125 17.875 1.125C20.6364 1.125 22.875 3.36358 22.875 6.125C22.875 8.88642 20.6364 11.125 17.875 11.125C15.1136 11.125 12.875 8.88642 12.875 6.125ZM15.1674 4.83158C14.98 5.22322 14.875 5.66185 14.875 6.125C14.875 7.78185 16.2181 9.125 17.875 9.125C18.3381 9.125 18.7768 9.02005 19.1684 8.83263L15.1674 4.83158ZM16.5816 3.41737L20.5826 7.41842C20.77 7.02678 20.875 6.58815 20.875 6.125C20.875 4.46815 19.5319 3.125 17.875 3.125C17.4119 3.125 16.9732 3.22995 16.5816 3.41737Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-comment-block-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 6.125C12.875 3.36358 15.1136 1.125 17.875 1.125C20.6364 1.125 22.875 3.36358 22.875 6.125C22.875 8.88642 20.6364 11.125 17.875 11.125C15.1136 11.125 12.875 8.88642 12.875 6.125ZM15.1674 4.83158C14.98 5.22322 14.875 5.66185 14.875 6.125C14.875 7.78185 16.2181 9.125 17.875 9.125C18.3381 9.125 18.7768 9.02005 19.1684 8.83263L15.1674 4.83158ZM16.5816 3.41737L20.5826 7.41842C20.77 7.02678 20.875 6.58815 20.875 6.125C20.875 4.46815 19.5319 3.125 17.875 3.125C17.4119 3.125 16.9732 3.22995 16.5816 3.41737Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4057 2.375C11.8981 2.375 12.1444 2.375 12.2328 2.51392C12.3212 2.65284 12.2085 2.89392 11.9832 3.37609C11.593 4.211 11.375 5.14255 11.375 6.125C11.375 9.71485 14.2851 12.625 17.875 12.625C19.3957 12.625 20.7945 12.1028 21.9017 11.2279C22.086 11.0823 22.1781 11.0095 22.2251 10.9929C22.3943 10.9331 22.5508 11.0089 22.6089 11.1787C22.625 11.2259 22.625 11.3326 22.625 11.5461C22.625 15.615 22.625 17.6495 21.3656 18.9136C20.1061 20.1776 18.0791 20.1776 14.025 20.1776C13.4225 20.1911 12.9426 20.2371 12.4712 20.3449C11.3874 20.5953 10.3711 21.1033 9.37381 21.6018L9.37148 21.603C9.18412 21.6967 8.99744 21.79 8.81111 21.8812C7.13133 22.7032 6.29145 23.1143 5.76437 22.7295C5.26144 22.3535 5.23931 21.6444 5.3794 20.8601C5.43726 20.5362 5.4662 20.3742 5.39574 20.2724C5.32529 20.1707 5.16308 20.1408 4.83865 20.0808C3.78236 19.8857 2.96538 19.4966 2.38444 18.9136C1.125 17.6495 1.125 15.615 1.125 11.5461V11.0066C1.125 6.93761 1.125 4.90313 2.38444 3.63907C3.64388 2.375 5.67092 2.375 9.725 2.375H11.4057Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 6.125C12.875 3.36358 15.1136 1.125 17.875 1.125C20.6364 1.125 22.875 3.36358 22.875 6.125C22.875 8.88642 20.6364 11.125 17.875 11.125C15.1136 11.125 12.875 8.88642 12.875 6.125ZM15.1674 4.83158C14.98 5.22322 14.875 5.66185 14.875 6.125C14.875 7.78185 16.2181 9.125 17.875 9.125C18.3381 9.125 18.7768 9.02005 19.1684 8.83263L15.1674 4.83158ZM16.5816 3.41737L20.5826 7.41842C20.77 7.02678 20.875 6.58815 20.875 6.125C20.875 4.46815 19.5319 3.125 17.875 3.125C17.4119 3.125 16.9732 3.22995 16.5816 3.41737Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4057 2.375C11.8981 2.375 12.1444 2.375 12.2328 2.51392C12.3212 2.65284 12.2085 2.89392 11.9832 3.37609C11.593 4.211 11.375 5.14255 11.375 6.125C11.375 9.71485 14.2851 12.625 17.875 12.625C19.3957 12.625 20.7945 12.1028 21.9017 11.2279C22.086 11.0823 22.1781 11.0095 22.2251 10.9929C22.3943 10.9331 22.5508 11.0089 22.6089 11.1787C22.625 11.2259 22.625 11.3326 22.625 11.5461C22.625 15.615 22.625 17.6495 21.3656 18.9136C20.1061 20.1776 18.0791 20.1776 14.025 20.1776C13.4225 20.1911 12.9426 20.2371 12.4712 20.3449C11.3874 20.5953 10.3711 21.1033 9.37381 21.6018L9.37148 21.603C9.18412 21.6967 8.99744 21.79 8.81111 21.8812C7.13133 22.7032 6.29145 23.1143 5.76437 22.7295C5.26144 22.3535 5.23931 21.6444 5.3794 20.8601C5.43726 20.5362 5.4662 20.3742 5.39574 20.2724C5.32529 20.1707 5.16308 20.1408 4.83865 20.0808C3.78236 19.8857 2.96538 19.4966 2.38444 18.9136C1.125 17.6495 1.125 15.615 1.125 11.5461V11.0066C1.125 6.93761 1.125 4.90313 2.38444 3.63907C3.64388 2.375 5.67092 2.375 9.725 2.375H11.4057Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-comment-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1679 1.41789C14.5584 1.02737 15.1916 1.02737 15.5821 1.41789L18.375 4.21079L21.1679 1.41789C21.5584 1.02737 22.1916 1.02737 22.5821 1.41789C22.9726 1.80842 22.9726 2.44158 22.5821 2.83211L19.7892 5.625L22.5821 8.41789C22.9726 8.80842 22.9726 9.44158 22.5821 9.83211C22.1916 10.2226 21.5584 10.2226 21.1679 9.83211L18.375 7.03921L15.5821 9.83211C15.1916 10.2226 14.5584 10.2226 14.1679 9.83211C13.7774 9.44158 13.7774 8.80842 14.1679 8.41789L16.9608 5.625L14.1679 2.83211C13.7774 2.44158 13.7774 1.80842 14.1679 1.41789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.2842 2.43208C12.363 2.48917 12.4085 2.62788 12.4993 2.90531C12.6176 3.26633 12.8202 3.60576 13.1072 3.89277L14.4152 5.20074C14.6152 5.40074 14.7152 5.50074 14.7152 5.625C14.7152 5.74926 14.6152 5.84926 14.4152 6.04926L13.1072 7.35723C12.1309 8.33354 12.1309 9.91646 13.1072 10.8928C14.0835 11.8691 15.6665 11.8691 16.6428 10.8928L17.9507 9.5848C18.1507 9.3848 18.2507 9.2848 18.375 9.2848C18.4993 9.2848 18.5993 9.3848 18.7993 9.5848L20.1072 10.8928C20.5813 11.3669 21.1985 11.6107 21.8197 11.6244C22.2427 11.6337 22.4542 11.6383 22.5398 11.726C22.6254 11.8136 22.6251 11.9851 22.6246 12.3282C22.6189 15.8625 22.5377 17.7371 21.3656 18.9136C20.1061 20.1776 18.0791 20.1776 14.025 20.1776C13.4225 20.1911 12.9426 20.2371 12.4712 20.3449C11.3874 20.5953 10.3708 21.1035 9.37352 21.602L9.3735 21.602L9.37148 21.603L9.37109 21.6032C9.18387 21.6968 8.99731 21.79 8.81111 21.8812C7.13133 22.7032 6.29145 23.1143 5.76437 22.7295C5.26144 22.3535 5.23931 21.6444 5.3794 20.8601C5.43726 20.5362 5.4662 20.3742 5.39574 20.2724C5.32529 20.1707 5.16308 20.1408 4.83865 20.0808C3.78236 19.8857 2.96538 19.4966 2.38444 18.9136C1.125 17.6495 1.125 15.615 1.125 11.5461V11.0066C1.125 6.93761 1.125 4.90313 2.38444 3.63907C3.64388 2.375 5.67092 2.375 9.725 2.375H11.8444C12.0851 2.375 12.2055 2.375 12.2842 2.43208ZM7.875 8.375C7.46079 8.375 7.125 8.71079 7.125 9.125C7.125 9.53921 7.46079 9.875 7.875 9.875H9.875C10.2892 9.875 10.625 9.53921 10.625 9.125C10.625 8.71079 10.2892 8.375 9.875 8.375H7.875ZM7.875 13.375C7.46079 13.375 7.125 13.7108 7.125 14.125C7.125 14.5392 7.46079 14.875 7.875 14.875H13.875C14.2892 14.875 14.625 14.5392 14.625 14.125C14.625 13.7108 14.2892 13.375 13.875 13.375H7.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1679 1.41789C14.5584 1.02737 15.1916 1.02737 15.5821 1.41789L18.375 4.21079L21.1679 1.41789C21.5584 1.02737 22.1916 1.02737 22.5821 1.41789C22.9726 1.80842 22.9726 2.44158 22.5821 2.83211L19.7892 5.625L22.5821 8.41789C22.9726 8.80842 22.9726 9.44158 22.5821 9.83211C22.1916 10.2226 21.5584 10.2226 21.1679 9.83211L18.375 7.03921L15.5821 9.83211C15.1916 10.2226 14.5584 10.2226 14.1679 9.83211C13.7774 9.44158 13.7774 8.80842 14.1679 8.41789L16.9608 5.625L14.1679 2.83211C13.7774 2.44158 13.7774 1.80842 14.1679 1.41789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.2842 2.43208C12.363 2.48917 12.4085 2.62788 12.4993 2.90531C12.6176 3.26633 12.8202 3.60576 13.1072 3.89277L14.4152 5.20074C14.6152 5.40074 14.7152 5.50074 14.7152 5.625C14.7152 5.74926 14.6152 5.84926 14.4152 6.04926L13.1072 7.35723C12.1309 8.33354 12.1309 9.91646 13.1072 10.8928C14.0835 11.8691 15.6665 11.8691 16.6428 10.8928L17.9507 9.5848C18.1507 9.3848 18.2507 9.2848 18.375 9.2848C18.4993 9.2848 18.5993 9.3848 18.7993 9.5848L20.1072 10.8928C20.5813 11.3669 21.1985 11.6107 21.8197 11.6244C22.2427 11.6337 22.4542 11.6383 22.5398 11.726C22.6254 11.8136 22.6251 11.9851 22.6246 12.3282C22.6189 15.8625 22.5377 17.7371 21.3656 18.9136C20.1061 20.1776 18.0791 20.1776 14.025 20.1776C13.4225 20.1911 12.9426 20.2371 12.4712 20.3449C11.3874 20.5953 10.3708 21.1035 9.37352 21.602L9.3735 21.602L9.37148 21.603L9.37109 21.6032C9.18387 21.6968 8.99731 21.79 8.81111 21.8812C7.13133 22.7032 6.29145 23.1143 5.76437 22.7295C5.26144 22.3535 5.23931 21.6444 5.3794 20.8601C5.43726 20.5362 5.4662 20.3742 5.39574 20.2724C5.32529 20.1707 5.16308 20.1408 4.83865 20.0808C3.78236 19.8857 2.96538 19.4966 2.38444 18.9136C1.125 17.6495 1.125 15.615 1.125 11.5461V11.0066C1.125 6.93761 1.125 4.90313 2.38444 3.63907C3.64388 2.375 5.67092 2.375 9.725 2.375H11.8444C12.0851 2.375 12.2055 2.375 12.2842 2.43208ZM7.875 8.375C7.46079 8.375 7.125 8.71079 7.125 9.125C7.125 9.53921 7.46079 9.875 7.875 9.875H9.875C10.2892 9.875 10.625 9.53921 10.625 9.125C10.625 8.71079 10.2892 8.375 9.875 8.375H7.875ZM7.875 13.375C7.46079 13.375 7.125 13.7108 7.125 14.125C7.125 14.5392 7.46079 14.875 7.875 14.875H13.875C14.2892 14.875 14.625 14.5392 14.625 14.125C14.625 13.7108 14.2892 13.375 13.875 13.375H7.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-comment-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1679 1.41789C14.5584 1.02737 15.1916 1.02737 15.5821 1.41789L18.375 4.21079L21.1679 1.41789C21.5584 1.02737 22.1916 1.02737 22.5821 1.41789C22.9726 1.80842 22.9726 2.44158 22.5821 2.83211L19.7892 5.625L22.5821 8.41789C22.9726 8.80842 22.9726 9.44158 22.5821 9.83211C22.1916 10.2226 21.5584 10.2226 21.1679 9.83211L18.375 7.03921L15.5821 9.83211C15.1916 10.2226 14.5584 10.2226 14.1679 9.83211C13.7774 9.44158 13.7774 8.80842 14.1679 8.41789L16.9608 5.625L14.1679 2.83211C13.7774 2.44158 13.7774 1.80842 14.1679 1.41789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4993 2.90531C12.4085 2.62788 12.363 2.48917 12.2842 2.43208C12.2055 2.375 12.0851 2.375 11.8444 2.375H9.725C5.67092 2.375 3.64388 2.375 2.38444 3.63907C1.125 4.90313 1.125 6.93761 1.125 11.0066V11.5461C1.125 15.615 1.125 17.6495 2.38444 18.9136C2.96538 19.4966 3.78236 19.8857 4.83865 20.0808C5.16308 20.1408 5.32529 20.1707 5.39574 20.2724C5.4662 20.3742 5.43726 20.5362 5.3794 20.8601C5.23931 21.6444 5.26144 22.3535 5.76437 22.7295C6.29145 23.1143 7.13133 22.7032 8.81111 21.8812C8.99744 21.79 9.18412 21.6967 9.37148 21.603L9.3735 21.602C10.3708 21.1035 11.3874 20.5953 12.4712 20.3449C12.9426 20.2371 13.4225 20.1911 14.025 20.1776C18.0791 20.1776 20.1061 20.1776 21.3656 18.9136C22.5377 17.7371 22.6189 15.8625 22.6246 12.3282C22.6251 11.9851 22.6254 11.8136 22.5398 11.726C22.4542 11.6383 22.2427 11.6337 21.8197 11.6244C21.1985 11.6107 20.5813 11.3669 20.1072 10.8928L18.7993 9.5848C18.5993 9.3848 18.4993 9.2848 18.375 9.2848C18.2507 9.2848 18.1507 9.3848 17.9507 9.5848L16.6428 10.8928C15.6665 11.8691 14.0835 11.8691 13.1072 10.8928C12.1309 9.91646 12.1309 8.33354 13.1072 7.35723L14.4152 6.04926C14.6152 5.84926 14.7152 5.74926 14.7152 5.625C14.7152 5.50074 14.6152 5.40074 14.4152 5.20074L13.1072 3.89277C12.8202 3.60576 12.6176 3.26633 12.4993 2.90531Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1679 1.41789C14.5584 1.02737 15.1916 1.02737 15.5821 1.41789L18.375 4.21079L21.1679 1.41789C21.5584 1.02737 22.1916 1.02737 22.5821 1.41789C22.9726 1.80842 22.9726 2.44158 22.5821 2.83211L19.7892 5.625L22.5821 8.41789C22.9726 8.80842 22.9726 9.44158 22.5821 9.83211C22.1916 10.2226 21.5584 10.2226 21.1679 9.83211L18.375 7.03921L15.5821 9.83211C15.1916 10.2226 14.5584 10.2226 14.1679 9.83211C13.7774 9.44158 13.7774 8.80842 14.1679 8.41789L16.9608 5.625L14.1679 2.83211C13.7774 2.44158 13.7774 1.80842 14.1679 1.41789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4993 2.90531C12.4085 2.62788 12.363 2.48917 12.2842 2.43208C12.2055 2.375 12.0851 2.375 11.8444 2.375H9.725C5.67092 2.375 3.64388 2.375 2.38444 3.63907C1.125 4.90313 1.125 6.93761 1.125 11.0066V11.5461C1.125 15.615 1.125 17.6495 2.38444 18.9136C2.96538 19.4966 3.78236 19.8857 4.83865 20.0808C5.16308 20.1408 5.32529 20.1707 5.39574 20.2724C5.4662 20.3742 5.43726 20.5362 5.3794 20.8601C5.23931 21.6444 5.26144 22.3535 5.76437 22.7295C6.29145 23.1143 7.13133 22.7032 8.81111 21.8812C8.99744 21.79 9.18412 21.6967 9.37148 21.603L9.3735 21.602C10.3708 21.1035 11.3874 20.5953 12.4712 20.3449C12.9426 20.2371 13.4225 20.1911 14.025 20.1776C18.0791 20.1776 20.1061 20.1776 21.3656 18.9136C22.5377 17.7371 22.6189 15.8625 22.6246 12.3282C22.6251 11.9851 22.6254 11.8136 22.5398 11.726C22.4542 11.6383 22.2427 11.6337 21.8197 11.6244C21.1985 11.6107 20.5813 11.3669 20.1072 10.8928L18.7993 9.5848C18.5993 9.3848 18.4993 9.2848 18.375 9.2848C18.2507 9.2848 18.1507 9.3848 17.9507 9.5848L16.6428 10.8928C15.6665 11.8691 14.0835 11.8691 13.1072 10.8928C12.1309 9.91646 12.1309 8.33354 13.1072 7.35723L14.4152 6.04926C14.6152 5.84926 14.7152 5.74926 14.7152 5.625C14.7152 5.50074 14.6152 5.40074 14.4152 5.20074L13.1072 3.89277C12.8202 3.60576 12.6176 3.26633 12.4993 2.90531Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-comment-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.15 1.75H9.85C5.79592 1.75 3.76888 1.75 2.50944 3.01407C1.25 4.27813 1.25 6.31261 1.25 10.3816V10.9211C1.25 14.99 1.25 17.0245 2.50944 18.2886C3.09038 18.8716 3.90736 19.2607 4.96365 19.4558C5.28808 19.5158 5.45029 19.5457 5.52074 19.6474C5.5912 19.7492 5.56226 19.9112 5.5044 20.2351C5.36431 21.0194 5.38644 21.7285 5.88937 22.1045C6.41645 22.4893 7.25633 22.0782 8.93611 21.2562C9.12216 21.1651 9.30888 21.0718 9.49596 20.9783L9.49881 20.9768C10.4961 20.4783 11.5124 19.9703 12.5962 19.7199C13.0676 19.6121 13.5475 19.5661 14.15 19.5526C18.2041 19.5526 20.2311 19.5526 21.4906 18.2886C22.75 17.0245 22.75 14.99 22.75 10.9211V10.3816C22.75 6.31261 22.75 4.27813 21.4906 3.01407C20.2311 1.75 18.2041 1.75 14.15 1.75ZM16.75 13.5C16.75 13.9142 16.4142 14.25 16 14.25H8C7.58579 14.25 7.25 13.9142 7.25 13.5C7.25 13.0858 7.58579 12.75 8 12.75H16C16.4142 12.75 16.75 13.0858 16.75 13.5ZM12.75 8.5C12.75 8.91421 12.4142 9.25 12 9.25H8C7.58579 9.25 7.25 8.91421 7.25 8.5C7.25 8.08579 7.58579 7.75 8 7.75H12C12.4142 7.75 12.75 8.08579 12.75 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.15 1.75H9.85C5.79592 1.75 3.76888 1.75 2.50944 3.01407C1.25 4.27813 1.25 6.31261 1.25 10.3816V10.9211C1.25 14.99 1.25 17.0245 2.50944 18.2886C3.09038 18.8716 3.90736 19.2607 4.96365 19.4558C5.28808 19.5158 5.45029 19.5457 5.52074 19.6474C5.5912 19.7492 5.56226 19.9112 5.5044 20.2351C5.36431 21.0194 5.38644 21.7285 5.88937 22.1045C6.41645 22.4893 7.25633 22.0782 8.93611 21.2562C9.12216 21.1651 9.30888 21.0718 9.49596 20.9783L9.49881 20.9768C10.4961 20.4783 11.5124 19.9703 12.5962 19.7199C13.0676 19.6121 13.5475 19.5661 14.15 19.5526C18.2041 19.5526 20.2311 19.5526 21.4906 18.2886C22.75 17.0245 22.75 14.99 22.75 10.9211V10.3816C22.75 6.31261 22.75 4.27813 21.4906 3.01407C20.2311 1.75 18.2041 1.75 14.15 1.75ZM16.75 13.5C16.75 13.9142 16.4142 14.25 16 14.25H8C7.58579 14.25 7.25 13.9142 7.25 13.5C7.25 13.0858 7.58579 12.75 8 12.75H16C16.4142 12.75 16.75 13.0858 16.75 13.5ZM12.75 8.5C12.75 8.91421 12.4142 9.25 12 9.25H8C7.58579 9.25 7.25 8.91421 7.25 8.5C7.25 8.08579 7.58579 7.75 8 7.75H12C12.4142 7.75 12.75 8.08579 12.75 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-contact-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6814 1.25H13.6814H13.6814C15.5192 1.24999 16.9748 1.24997 18.114 1.40314C19.2864 1.56076 20.2354 1.89288 20.9838 2.64124C21.7321 3.38961 22.0642 4.33856 22.2219 5.51098C22.375 6.65018 22.375 8.10581 22.375 9.94354V9.94359V14.0564V14.0565C22.375 15.8942 22.375 17.3498 22.2219 18.489C22.0642 19.6614 21.7321 20.6104 20.9838 21.3588C20.2354 22.1071 19.2864 22.4392 18.114 22.5969C16.9748 22.75 15.5192 22.75 13.6815 22.75H13.6814H12.0686H12.0685C10.2308 22.75 8.77518 22.75 7.63598 22.5969C6.46356 22.4392 5.51461 22.1071 4.76624 21.3588C4.12977 20.7223 3.79438 19.9407 3.61135 19H2.625C2.07272 19 1.625 18.5523 1.625 18C1.625 17.4477 2.07272 17 2.625 17H3.40942C3.37498 16.1503 3.37499 15.174 3.375 14.0564V14.0564V14.0564V13H2.625C2.07272 13 1.625 12.5523 1.625 12C1.625 11.4477 2.07272 11 2.625 11H3.375V9.94358V9.94357V9.94356C3.37499 8.82599 3.37498 7.84972 3.40942 7H2.625C2.07272 7 1.625 6.55228 1.625 6C1.625 5.44772 2.07272 5 2.625 5H3.61135C3.79438 4.05927 4.12977 3.27771 4.76624 2.64124C5.51461 1.89288 6.46356 1.56076 7.63598 1.40314C8.77519 1.24997 10.2308 1.24999 12.0686 1.25H12.0686H12.0686H12.0686H13.6814H13.6814ZM13.125 6.25C11.6062 6.25 10.375 7.48122 10.375 9C10.375 10.5188 11.6062 11.75 13.125 11.75C14.6438 11.75 15.875 10.5188 15.875 9C15.875 7.48122 14.6438 6.25 13.125 6.25ZM15.9525 13.5388C14.2254 12.4871 12.0248 12.4871 10.2977 13.5388C9.98767 13.717 9.28167 14.124 8.91092 14.4952C8.67559 14.7308 8.42754 15.0652 8.38226 15.4887C8.33367 15.9434 8.53165 16.361 8.89346 16.7136C9.44058 17.2467 10.1722 17.75 11.1655 17.75H15.0847C16.078 17.75 16.8096 17.2467 17.3567 16.7136C17.7185 16.361 17.9165 15.9434 17.8679 15.4887C17.8227 15.0651 17.5746 14.7308 17.3393 14.4952C16.9685 14.124 16.2625 13.717 15.9525 13.5388Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6814 1.25H13.6814H13.6814C15.5192 1.24999 16.9748 1.24997 18.114 1.40314C19.2864 1.56076 20.2354 1.89288 20.9838 2.64124C21.7321 3.38961 22.0642 4.33856 22.2219 5.51098C22.375 6.65018 22.375 8.10581 22.375 9.94354V9.94359V14.0564V14.0565C22.375 15.8942 22.375 17.3498 22.2219 18.489C22.0642 19.6614 21.7321 20.6104 20.9838 21.3588C20.2354 22.1071 19.2864 22.4392 18.114 22.5969C16.9748 22.75 15.5192 22.75 13.6815 22.75H13.6814H12.0686H12.0685C10.2308 22.75 8.77518 22.75 7.63598 22.5969C6.46356 22.4392 5.51461 22.1071 4.76624 21.3588C4.12977 20.7223 3.79438 19.9407 3.61135 19H2.625C2.07272 19 1.625 18.5523 1.625 18C1.625 17.4477 2.07272 17 2.625 17H3.40942C3.37498 16.1503 3.37499 15.174 3.375 14.0564V14.0564V14.0564V13H2.625C2.07272 13 1.625 12.5523 1.625 12C1.625 11.4477 2.07272 11 2.625 11H3.375V9.94358V9.94357V9.94356C3.37499 8.82599 3.37498 7.84972 3.40942 7H2.625C2.07272 7 1.625 6.55228 1.625 6C1.625 5.44772 2.07272 5 2.625 5H3.61135C3.79438 4.05927 4.12977 3.27771 4.76624 2.64124C5.51461 1.89288 6.46356 1.56076 7.63598 1.40314C8.77519 1.24997 10.2308 1.24999 12.0686 1.25H12.0686H12.0686H12.0686H13.6814H13.6814ZM13.125 6.25C11.6062 6.25 10.375 7.48122 10.375 9C10.375 10.5188 11.6062 11.75 13.125 11.75C14.6438 11.75 15.875 10.5188 15.875 9C15.875 7.48122 14.6438 6.25 13.125 6.25ZM15.9525 13.5388C14.2254 12.4871 12.0248 12.4871 10.2977 13.5388C9.98767 13.717 9.28167 14.124 8.91092 14.4952C8.67559 14.7308 8.42754 15.0652 8.38226 15.4887C8.33367 15.9434 8.53165 16.361 8.89346 16.7136C9.44058 17.2467 10.1722 17.75 11.1655 17.75H15.0847C16.078 17.75 16.8096 17.2467 17.3567 16.7136C17.7185 16.361 17.9165 15.9434 17.8679 15.4887C17.8227 15.0651 17.5746 14.7308 17.3393 14.4952C16.9685 14.124 16.2625 13.717 15.9525 13.5388Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-contact-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6814 1.25H13.6814H13.6814C15.5192 1.24999 16.9748 1.24997 18.114 1.40314C19.2864 1.56076 20.2354 1.89288 20.9838 2.64124C21.7321 3.38961 22.0642 4.33856 22.2219 5.51098C22.375 6.65018 22.375 8.10581 22.375 9.94354V9.94359V14.0564V14.0565C22.375 15.8942 22.375 17.3498 22.2219 18.489C22.0642 19.6614 21.7321 20.6104 20.9838 21.3588C20.2354 22.1071 19.2864 22.4392 18.114 22.5969C16.9748 22.75 15.5192 22.75 13.6815 22.75H13.6814H12.0686H12.0685C10.2308 22.75 8.77518 22.75 7.63598 22.5969C6.46356 22.4392 5.51461 22.1071 4.76624 21.3588C4.12977 20.7223 3.79438 19.9407 3.61135 19H2.625C2.07272 19 1.625 18.5523 1.625 18C1.625 17.4477 2.07272 17 2.625 17H3.40942C3.37498 16.1503 3.37499 15.174 3.375 14.0564V14.0564V14.0564V13H2.625C2.07272 13 1.625 12.5523 1.625 12C1.625 11.4477 2.07272 11 2.625 11H3.375V9.94358V9.94357V9.94356C3.37499 8.82599 3.37498 7.84972 3.40942 7H2.625C2.07272 7 1.625 6.55228 1.625 6C1.625 5.44772 2.07272 5 2.625 5H3.61135C3.79438 4.05927 4.12977 3.27771 4.76624 2.64124C5.51461 1.89288 6.46356 1.56076 7.63598 1.40314C8.77519 1.24997 10.2308 1.24999 12.0686 1.25H12.0686H12.0686H12.0686H13.6814H13.6814ZM10.6996 6.77512C11.0916 6.85614 11.3867 7.11643 11.5607 7.42865L11.9701 8.16322L11.9701 8.16323C12.1116 8.41695 12.2463 8.65852 12.3368 8.87464C12.4382 9.11668 12.5139 9.39247 12.4807 9.71083C12.4475 10.0292 12.3165 10.2834 12.1674 10.4993C12.0342 10.6921 11.8526 10.9007 11.6618 11.1198L10.8511 12.051C11.5503 13.1128 12.51 14.0729 13.5728 14.7727L14.504 13.962L14.504 13.9619L14.5041 13.9619C14.7231 13.7712 14.9317 13.5896 15.1245 13.4564C15.3404 13.3073 15.5946 13.1763 15.913 13.1431C16.2313 13.1099 16.5071 13.1856 16.7492 13.287C16.9653 13.3775 17.2068 13.5122 17.4606 13.6537L17.4606 13.6537L18.1952 14.0631C18.5074 14.2372 18.7677 14.5322 18.8487 14.9242C18.9309 15.3221 18.8046 15.7047 18.5657 15.9978C17.8605 16.863 16.7064 17.4421 15.4682 17.1923C14.7755 17.0526 14.0919 16.8186 13.2764 16.3509C11.6534 15.4201 10.2026 13.9685 9.27291 12.3474C8.8052 11.5319 8.57125 10.8483 8.43151 10.1556C8.18174 8.91735 8.76077 7.7633 9.62597 7.05813C9.91913 6.81918 10.3017 6.69287 10.6996 6.77512Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6814 1.25H13.6814H13.6814C15.5192 1.24999 16.9748 1.24997 18.114 1.40314C19.2864 1.56076 20.2354 1.89288 20.9838 2.64124C21.7321 3.38961 22.0642 4.33856 22.2219 5.51098C22.375 6.65018 22.375 8.10581 22.375 9.94354V9.94359V14.0564V14.0565C22.375 15.8942 22.375 17.3498 22.2219 18.489C22.0642 19.6614 21.7321 20.6104 20.9838 21.3588C20.2354 22.1071 19.2864 22.4392 18.114 22.5969C16.9748 22.75 15.5192 22.75 13.6815 22.75H13.6814H12.0686H12.0685C10.2308 22.75 8.77518 22.75 7.63598 22.5969C6.46356 22.4392 5.51461 22.1071 4.76624 21.3588C4.12977 20.7223 3.79438 19.9407 3.61135 19H2.625C2.07272 19 1.625 18.5523 1.625 18C1.625 17.4477 2.07272 17 2.625 17H3.40942C3.37498 16.1503 3.37499 15.174 3.375 14.0564V14.0564V14.0564V13H2.625C2.07272 13 1.625 12.5523 1.625 12C1.625 11.4477 2.07272 11 2.625 11H3.375V9.94358V9.94357V9.94356C3.37499 8.82599 3.37498 7.84972 3.40942 7H2.625C2.07272 7 1.625 6.55228 1.625 6C1.625 5.44772 2.07272 5 2.625 5H3.61135C3.79438 4.05927 4.12977 3.27771 4.76624 2.64124C5.51461 1.89288 6.46356 1.56076 7.63598 1.40314C8.77519 1.24997 10.2308 1.24999 12.0686 1.25H12.0686H12.0686H12.0686H13.6814H13.6814ZM10.6996 6.77512C11.0916 6.85614 11.3867 7.11643 11.5607 7.42865L11.9701 8.16322L11.9701 8.16323C12.1116 8.41695 12.2463 8.65852 12.3368 8.87464C12.4382 9.11668 12.5139 9.39247 12.4807 9.71083C12.4475 10.0292 12.3165 10.2834 12.1674 10.4993C12.0342 10.6921 11.8526 10.9007 11.6618 11.1198L10.8511 12.051C11.5503 13.1128 12.51 14.0729 13.5728 14.7727L14.504 13.962L14.504 13.9619L14.5041 13.9619C14.7231 13.7712 14.9317 13.5896 15.1245 13.4564C15.3404 13.3073 15.5946 13.1763 15.913 13.1431C16.2313 13.1099 16.5071 13.1856 16.7492 13.287C16.9653 13.3775 17.2068 13.5122 17.4606 13.6537L17.4606 13.6537L18.1952 14.0631C18.5074 14.2372 18.7677 14.5322 18.8487 14.9242C18.9309 15.3221 18.8046 15.7047 18.5657 15.9978C17.8605 16.863 16.7064 17.4421 15.4682 17.1923C14.7755 17.0526 14.0919 16.8186 13.2764 16.3509C11.6534 15.4201 10.2026 13.9685 9.27291 12.3474C8.8052 11.5319 8.57125 10.8483 8.43151 10.1556C8.18174 8.91735 8.76077 7.7633 9.62597 7.05813C9.91913 6.81918 10.3017 6.69287 10.6996 6.77512Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-customer-service{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9643 7.75012L12.8572 7.75002H12C11.5858 7.75002 11.25 7.41423 11.25 7.00002C11.25 6.58581 11.5858 6.25002 12 6.25002H12.8572L12.8886 6.25001C13.0625 6.24993 13.2581 6.24984 13.4246 6.2716C13.6207 6.29723 13.8855 6.36451 14.1116 6.58431C14.3406 6.80698 14.4138 7.07286 14.4416 7.27342C14.4645 7.43959 14.4644 7.63385 14.4643 7.80162L14.4643 7.83335L14.4643 7.87643V7.87644C14.4644 8.23189 14.4645 8.57151 14.4259 8.85048C14.3824 9.1645 14.2779 9.51 13.9861 9.79369C13.6247 10.145 13.157 10.2187 12.75 10.2392V11.1667L12.7501 11.2499L12.8572 11.25H13.7143C14.1285 11.25 14.4643 11.5858 14.4643 12C14.4643 12.4142 14.1285 12.75 13.7143 12.75H12.8572L12.8257 12.75C12.6519 12.7501 12.4562 12.7502 12.2897 12.7284C12.0936 12.7028 11.8288 12.6355 11.6028 12.4157C11.3737 12.1931 11.3005 11.9272 11.2728 11.7266C11.2498 11.5604 11.2499 11.3662 11.25 11.1984L11.25 11.1667V10L11.25 9.97772C11.2499 9.88287 11.2497 9.74766 11.266 9.6278C11.2867 9.47549 11.3452 9.24408 11.5444 9.04599C11.7432 8.84822 11.9752 8.79145 12.1192 8.77006C12.2381 8.7524 12.374 8.7495 12.475 8.74735H12.475L12.4978 8.74685C12.7289 8.74171 12.8532 8.7285 12.9271 8.71136L12.9285 8.71102C12.9321 8.69507 12.9361 8.67351 12.94 8.64501C12.9626 8.48138 12.9643 8.24798 12.9643 7.83335L12.9643 7.75012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8572 6.25002C16.2714 6.25002 16.6072 6.58581 16.6072 7.00002V8.75002H17.25V7.00002C17.25 6.58581 17.5858 6.25002 18 6.25002C18.4143 6.25002 18.75 6.58581 18.75 7.00002V12C18.75 12.4142 18.4143 12.75 18 12.75C17.5858 12.75 17.25 12.4142 17.25 12V10.25H16.5429L16.5152 10.25C16.3789 10.2501 16.2129 10.2502 16.0695 10.2315C15.8967 10.2089 15.6483 10.1477 15.4348 9.94013C15.2183 9.72967 15.1514 9.47971 15.1268 9.30185C15.1069 9.15809 15.1071 8.99256 15.1072 8.8611L15.1072 8.83335V7.00002C15.1072 6.58581 15.443 6.25002 15.8572 6.25002Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4584 4.54162C17.0696 2.15279 13.1965 2.15279 10.8077 4.54162C10.7221 4.62725 10.6396 4.71473 10.5602 4.8039C10.2847 5.11327 9.81064 5.14077 9.50128 4.86533C9.19192 4.58989 9.16442 4.11581 9.43986 3.80645C9.53851 3.69564 9.64091 3.58709 9.74704 3.48096C12.7217 0.506348 17.5444 0.506348 20.5191 3.48096C23.4937 6.45556 23.4937 11.2784 20.5191 14.253C20.4129 14.3591 20.3044 14.4615 20.1936 14.5601C19.8842 14.8356 19.4101 14.8081 19.1347 14.4987C18.8592 14.1894 18.8867 13.7153 19.1961 13.4399C19.2853 13.3604 19.3728 13.2779 19.4584 13.1923C21.8472 10.8035 21.8472 6.93044 19.4584 4.54162Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.31726 1.28657C5.88395 1.40369 6.33524 1.78443 6.61564 2.28746L7.50885 3.88991C7.83786 4.48011 8.11473 4.9768 8.29554 5.40857C8.48735 5.86658 8.60126 6.31824 8.54919 6.8176C8.49711 7.31696 8.29246 7.7354 8.01029 8.14399C7.74428 8.52917 7.37088 8.95804 6.92718 9.46767L5.61417 10.9759C5.37889 11.2461 5.26124 11.3812 5.25049 11.5501C5.23974 11.719 5.33616 11.8633 5.529 12.1518C7.17259 14.6109 9.38773 16.8268 11.8488 18.4718C12.1374 18.6647 12.2816 18.7611 12.4505 18.7503C12.6194 18.7396 12.7546 18.6219 13.0248 18.3866L14.5331 17.0736C15.0427 16.6299 15.4716 16.2565 15.8568 15.9905C16.2653 15.7083 16.6838 15.5036 17.1831 15.4516C17.6825 15.3995 18.1342 15.5134 18.5922 15.7052C19.0239 15.886 19.5206 16.1629 20.1107 16.4918L21.7133 17.3851C22.2163 17.6655 22.5971 18.1168 22.7142 18.6835C22.8325 19.2561 22.658 19.8316 22.2724 20.3047C20.8735 22.021 18.6322 23.1139 16.281 22.6396C14.8358 22.348 13.4098 21.8623 11.6851 20.8732C8.2197 18.8858 5.11263 15.777 3.12755 12.3157C2.13843 10.591 1.65272 9.165 1.36118 7.71974C0.88688 5.36852 1.97971 3.12724 3.69608 1.72833C4.16911 1.34279 4.74466 1.16822 5.31726 1.28657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9643 7.75012L12.8572 7.75002H12C11.5858 7.75002 11.25 7.41423 11.25 7.00002C11.25 6.58581 11.5858 6.25002 12 6.25002H12.8572L12.8886 6.25001C13.0625 6.24993 13.2581 6.24984 13.4246 6.2716C13.6207 6.29723 13.8855 6.36451 14.1116 6.58431C14.3406 6.80698 14.4138 7.07286 14.4416 7.27342C14.4645 7.43959 14.4644 7.63385 14.4643 7.80162L14.4643 7.83335L14.4643 7.87643V7.87644C14.4644 8.23189 14.4645 8.57151 14.4259 8.85048C14.3824 9.1645 14.2779 9.51 13.9861 9.79369C13.6247 10.145 13.157 10.2187 12.75 10.2392V11.1667L12.7501 11.2499L12.8572 11.25H13.7143C14.1285 11.25 14.4643 11.5858 14.4643 12C14.4643 12.4142 14.1285 12.75 13.7143 12.75H12.8572L12.8257 12.75C12.6519 12.7501 12.4562 12.7502 12.2897 12.7284C12.0936 12.7028 11.8288 12.6355 11.6028 12.4157C11.3737 12.1931 11.3005 11.9272 11.2728 11.7266C11.2498 11.5604 11.2499 11.3662 11.25 11.1984L11.25 11.1667V10L11.25 9.97772C11.2499 9.88287 11.2497 9.74766 11.266 9.6278C11.2867 9.47549 11.3452 9.24408 11.5444 9.04599C11.7432 8.84822 11.9752 8.79145 12.1192 8.77006C12.2381 8.7524 12.374 8.7495 12.475 8.74735H12.475L12.4978 8.74685C12.7289 8.74171 12.8532 8.7285 12.9271 8.71136L12.9285 8.71102C12.9321 8.69507 12.9361 8.67351 12.94 8.64501C12.9626 8.48138 12.9643 8.24798 12.9643 7.83335L12.9643 7.75012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8572 6.25002C16.2714 6.25002 16.6072 6.58581 16.6072 7.00002V8.75002H17.25V7.00002C17.25 6.58581 17.5858 6.25002 18 6.25002C18.4143 6.25002 18.75 6.58581 18.75 7.00002V12C18.75 12.4142 18.4143 12.75 18 12.75C17.5858 12.75 17.25 12.4142 17.25 12V10.25H16.5429L16.5152 10.25C16.3789 10.2501 16.2129 10.2502 16.0695 10.2315C15.8967 10.2089 15.6483 10.1477 15.4348 9.94013C15.2183 9.72967 15.1514 9.47971 15.1268 9.30185C15.1069 9.15809 15.1071 8.99256 15.1072 8.8611L15.1072 8.83335V7.00002C15.1072 6.58581 15.443 6.25002 15.8572 6.25002Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4584 4.54162C17.0696 2.15279 13.1965 2.15279 10.8077 4.54162C10.7221 4.62725 10.6396 4.71473 10.5602 4.8039C10.2847 5.11327 9.81064 5.14077 9.50128 4.86533C9.19192 4.58989 9.16442 4.11581 9.43986 3.80645C9.53851 3.69564 9.64091 3.58709 9.74704 3.48096C12.7217 0.506348 17.5444 0.506348 20.5191 3.48096C23.4937 6.45556 23.4937 11.2784 20.5191 14.253C20.4129 14.3591 20.3044 14.4615 20.1936 14.5601C19.8842 14.8356 19.4101 14.8081 19.1347 14.4987C18.8592 14.1894 18.8867 13.7153 19.1961 13.4399C19.2853 13.3604 19.3728 13.2779 19.4584 13.1923C21.8472 10.8035 21.8472 6.93044 19.4584 4.54162Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-dial-sqare{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.95525 1.25L4 1.25001L4.04475 1.25C4.47756 1.24995 4.8744 1.24991 5.19721 1.29331C5.55269 1.3411 5.92841 1.45355 6.23744 1.76257C6.54646 2.07159 6.65891 2.44732 6.7067 2.8028C6.7501 3.12561 6.75005 3.52244 6.75 3.95525V3.95526L6.75 4.00001L6.75 4.04475V4.04476C6.75005 4.47758 6.7501 4.8744 6.7067 5.19721C6.65891 5.55269 6.54646 5.92842 6.23744 6.23744C5.92841 6.54647 5.55269 6.65891 5.19721 6.70671C4.8744 6.75011 4.47757 6.75006 4.04475 6.75001H4.04474L4 6.75001L3.95526 6.75001H3.95524C3.52243 6.75006 3.1256 6.75011 2.80279 6.70671C2.44731 6.65891 2.07159 6.54647 1.76256 6.23744C1.45354 5.92842 1.34109 5.55269 1.2933 5.19721C1.2499 4.8744 1.24994 4.47757 1.25 4.04476L1.25 4.00001L1.25 3.95526C1.24994 3.52244 1.2499 3.12561 1.2933 2.8028C1.34109 2.44732 1.45354 2.07159 1.76256 1.76257C2.07159 1.45355 2.44731 1.3411 2.80279 1.29331C3.1256 1.24991 3.52243 1.24995 3.95525 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9553 1.25L12 1.25001L12.0447 1.25C12.4776 1.24995 12.8744 1.24991 13.1972 1.29331C13.5527 1.3411 13.9284 1.45355 14.2374 1.76257C14.5465 2.07159 14.6589 2.44732 14.7067 2.8028C14.7501 3.12561 14.7501 3.52244 14.75 3.95525V3.95526L14.75 4.00001L14.75 4.04475V4.04476C14.7501 4.47758 14.7501 4.8744 14.7067 5.19721C14.6589 5.55269 14.5465 5.92842 14.2374 6.23744C13.9284 6.54647 13.5527 6.65891 13.1972 6.70671C12.8744 6.75011 12.4776 6.75006 12.0448 6.75001H12.0447L12 6.75001L11.9553 6.75001H11.9552C11.5224 6.75006 11.1256 6.75011 10.8028 6.70671C10.4473 6.65891 10.0716 6.54647 9.76256 6.23744C9.45354 5.92842 9.34109 5.55269 9.2933 5.19721C9.2499 4.8744 9.24994 4.47757 9.25 4.04476L9.25 4.00001L9.25 3.95526C9.24994 3.52244 9.2499 3.12561 9.2933 2.8028C9.34109 2.44732 9.45354 2.07159 9.76256 1.76257C10.0716 1.45355 10.4473 1.3411 10.8028 1.29331C11.1256 1.24991 11.5224 1.24995 11.9553 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9553 1.25L20 1.25001L20.0447 1.25C20.4776 1.24995 20.8744 1.24991 21.1972 1.29331C21.5527 1.3411 21.9284 1.45355 22.2374 1.76257C22.5465 2.07159 22.6589 2.44732 22.7067 2.8028C22.7501 3.12561 22.7501 3.52244 22.75 3.95525V3.95526L22.75 4.00001L22.75 4.04475V4.04476C22.7501 4.47758 22.7501 4.8744 22.7067 5.19721C22.6589 5.55269 22.5465 5.92842 22.2374 6.23744C21.9284 6.54647 21.5527 6.65891 21.1972 6.70671C20.8744 6.75011 20.4776 6.75006 20.0448 6.75001H20.0447L20 6.75001L19.9553 6.75001H19.9552C19.5224 6.75006 19.1256 6.75011 18.8028 6.70671C18.4473 6.65891 18.0716 6.54647 17.7626 6.23744C17.4535 5.92842 17.3411 5.55269 17.2933 5.19721C17.2499 4.8744 17.2499 4.47757 17.25 4.04476L17.25 4.00001L17.25 3.95526C17.2499 3.52244 17.2499 3.12561 17.2933 2.8028C17.3411 2.44732 17.4535 2.07159 17.7626 1.76257C18.0716 1.45355 18.4473 1.3411 18.8028 1.29331C19.1256 1.24991 19.5224 1.24995 19.9553 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95525 9.25L4 9.25001L4.04475 9.25C4.47756 9.24995 4.8744 9.24991 5.19721 9.29331C5.55269 9.3411 5.92841 9.45355 6.23744 9.76257C6.54646 10.0716 6.65891 10.4473 6.7067 10.8028C6.7501 11.1256 6.75005 11.5224 6.75 11.9553V11.9553L6.75 12L6.75 12.0448V12.0448C6.75005 12.4776 6.7501 12.8744 6.7067 13.1972C6.65891 13.5527 6.54646 13.9284 6.23744 14.2374C5.92841 14.5465 5.55269 14.6589 5.19721 14.7067C4.8744 14.7501 4.47757 14.7501 4.04475 14.75H4.04474L4 14.75L3.95526 14.75H3.95524C3.52243 14.7501 3.1256 14.7501 2.80279 14.7067C2.44731 14.6589 2.07159 14.5465 1.76256 14.2374C1.45354 13.9284 1.34109 13.5527 1.2933 13.1972C1.2499 12.8744 1.24994 12.4776 1.25 12.0448L1.25 12L1.25 11.9553C1.24994 11.5224 1.2499 11.1256 1.2933 10.8028C1.34109 10.4473 1.45354 10.0716 1.76256 9.76257C2.07159 9.45355 2.44731 9.3411 2.80279 9.29331C3.1256 9.24991 3.52243 9.24995 3.95525 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95525 17.25L4 17.25L4.04475 17.25C4.47756 17.25 4.8744 17.2499 5.19721 17.2933C5.55269 17.3411 5.92841 17.4535 6.23744 17.7626C6.54646 18.0716 6.65891 18.4473 6.7067 18.8028C6.7501 19.1256 6.75005 19.5224 6.75 19.9553V19.9553L6.75 20L6.75 20.0448V20.0448C6.75005 20.4776 6.7501 20.8744 6.7067 21.1972C6.65891 21.5527 6.54646 21.9284 6.23744 22.2374C5.92841 22.5465 5.55269 22.6589 5.19721 22.7067C4.8744 22.7501 4.47757 22.7501 4.04475 22.75H4.04474L4 22.75L3.95526 22.75H3.95524C3.52243 22.7501 3.1256 22.7501 2.80279 22.7067C2.44731 22.6589 2.07159 22.5465 1.76256 22.2374C1.45354 21.9284 1.34109 21.5527 1.2933 21.1972C1.2499 20.8744 1.24994 20.4776 1.25 20.0448L1.25 20L1.25 19.9553C1.24994 19.5224 1.2499 19.1256 1.2933 18.8028C1.34109 18.4473 1.45354 18.0716 1.76256 17.7626C2.07159 17.4535 2.44731 17.3411 2.80279 17.2933C3.1256 17.2499 3.52243 17.25 3.95525 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9553 9.25L12 9.25001L12.0447 9.25C12.4776 9.24995 12.8744 9.24991 13.1972 9.29331C13.5527 9.3411 13.9284 9.45355 14.2374 9.76257C14.5465 10.0716 14.6589 10.4473 14.7067 10.8028C14.7501 11.1256 14.7501 11.5224 14.75 11.9553V11.9553L14.75 12L14.75 12.0448V12.0448C14.7501 12.4776 14.7501 12.8744 14.7067 13.1972C14.6589 13.5527 14.5465 13.9284 14.2374 14.2374C13.9284 14.5465 13.5527 14.6589 13.1972 14.7067C12.8744 14.7501 12.4776 14.7501 12.0448 14.75H12.0447L12 14.75L11.9553 14.75H11.9552C11.5224 14.7501 11.1256 14.7501 10.8028 14.7067C10.4473 14.6589 10.0716 14.5465 9.76256 14.2374C9.45354 13.9284 9.34109 13.5527 9.2933 13.1972C9.2499 12.8744 9.24994 12.4776 9.25 12.0448L9.25 12L9.25 11.9553C9.24994 11.5224 9.2499 11.1256 9.2933 10.8028C9.34109 10.4473 9.45354 10.0716 9.76256 9.76257C10.0716 9.45355 10.4473 9.3411 10.8028 9.29331C11.1256 9.24991 11.5224 9.24995 11.9553 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9553 17.25L12 17.25L12.0447 17.25C12.4776 17.25 12.8744 17.2499 13.1972 17.2933C13.5527 17.3411 13.9284 17.4535 14.2374 17.7626C14.5465 18.0716 14.6589 18.4473 14.7067 18.8028C14.7501 19.1256 14.7501 19.5224 14.75 19.9553V19.9553L14.75 20L14.75 20.0448V20.0448C14.7501 20.4776 14.7501 20.8744 14.7067 21.1972C14.6589 21.5527 14.5465 21.9284 14.2374 22.2374C13.9284 22.5465 13.5527 22.6589 13.1972 22.7067C12.8744 22.7501 12.4776 22.7501 12.0448 22.75H12.0447L12 22.75L11.9553 22.75H11.9552C11.5224 22.7501 11.1256 22.7501 10.8028 22.7067C10.4473 22.6589 10.0716 22.5465 9.76256 22.2374C9.45354 21.9284 9.34109 21.5527 9.2933 21.1972C9.2499 20.8744 9.24994 20.4776 9.25 20.0448L9.25 20L9.25 19.9553C9.24994 19.5224 9.2499 19.1256 9.2933 18.8028C9.34109 18.4473 9.45354 18.0716 9.76256 17.7626C10.0716 17.4535 10.4473 17.3411 10.8028 17.2933C11.1256 17.2499 11.5224 17.25 11.9553 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9553 9.25L20 9.25001L20.0447 9.25C20.4776 9.24995 20.8744 9.24991 21.1972 9.29331C21.5527 9.3411 21.9284 9.45355 22.2374 9.76257C22.5465 10.0716 22.6589 10.4473 22.7067 10.8028C22.7501 11.1256 22.7501 11.5224 22.75 11.9553V11.9553L22.75 12L22.75 12.0448V12.0448C22.7501 12.4776 22.7501 12.8744 22.7067 13.1972C22.6589 13.5527 22.5465 13.9284 22.2374 14.2374C21.9284 14.5465 21.5527 14.6589 21.1972 14.7067C20.8744 14.7501 20.4776 14.7501 20.0448 14.75H20.0447L20 14.75L19.9553 14.75H19.9552C19.5224 14.7501 19.1256 14.7501 18.8028 14.7067C18.4473 14.6589 18.0716 14.5465 17.7626 14.2374C17.4535 13.9284 17.3411 13.5527 17.2933 13.1972C17.2499 12.8744 17.2499 12.4776 17.25 12.0448L17.25 12L17.25 11.9553C17.2499 11.5224 17.2499 11.1256 17.2933 10.8028C17.3411 10.4473 17.4535 10.0716 17.7626 9.76257C18.0716 9.45355 18.4473 9.3411 18.8028 9.29331C19.1256 9.24991 19.5224 9.24995 19.9553 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9553 17.25L20 17.25L20.0447 17.25C20.4776 17.25 20.8744 17.2499 21.1972 17.2933C21.5527 17.3411 21.9284 17.4535 22.2374 17.7626C22.5465 18.0716 22.6589 18.4473 22.7067 18.8028C22.7501 19.1256 22.7501 19.5224 22.75 19.9553V19.9553L22.75 20L22.75 20.0448V20.0448C22.7501 20.4776 22.7501 20.8744 22.7067 21.1972C22.6589 21.5527 22.5465 21.9284 22.2374 22.2374C21.9284 22.5465 21.5527 22.6589 21.1972 22.7067C20.8744 22.7501 20.4776 22.7501 20.0448 22.75H20.0447L20 22.75L19.9553 22.75H19.9552C19.5224 22.7501 19.1256 22.7501 18.8028 22.7067C18.4473 22.6589 18.0716 22.5465 17.7626 22.2374C17.4535 21.9284 17.3411 21.5527 17.2933 21.1972C17.2499 20.8744 17.2499 20.4776 17.25 20.0448L17.25 20L17.25 19.9553C17.2499 19.5224 17.2499 19.1256 17.2933 18.8028C17.3411 18.4473 17.4535 18.0716 17.7626 17.7626C18.0716 17.4535 18.4473 17.3411 18.8028 17.2933C19.1256 17.2499 19.5224 17.25 19.9553 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.95525 1.25L4 1.25001L4.04475 1.25C4.47756 1.24995 4.8744 1.24991 5.19721 1.29331C5.55269 1.3411 5.92841 1.45355 6.23744 1.76257C6.54646 2.07159 6.65891 2.44732 6.7067 2.8028C6.7501 3.12561 6.75005 3.52244 6.75 3.95525V3.95526L6.75 4.00001L6.75 4.04475V4.04476C6.75005 4.47758 6.7501 4.8744 6.7067 5.19721C6.65891 5.55269 6.54646 5.92842 6.23744 6.23744C5.92841 6.54647 5.55269 6.65891 5.19721 6.70671C4.8744 6.75011 4.47757 6.75006 4.04475 6.75001H4.04474L4 6.75001L3.95526 6.75001H3.95524C3.52243 6.75006 3.1256 6.75011 2.80279 6.70671C2.44731 6.65891 2.07159 6.54647 1.76256 6.23744C1.45354 5.92842 1.34109 5.55269 1.2933 5.19721C1.2499 4.8744 1.24994 4.47757 1.25 4.04476L1.25 4.00001L1.25 3.95526C1.24994 3.52244 1.2499 3.12561 1.2933 2.8028C1.34109 2.44732 1.45354 2.07159 1.76256 1.76257C2.07159 1.45355 2.44731 1.3411 2.80279 1.29331C3.1256 1.24991 3.52243 1.24995 3.95525 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9553 1.25L12 1.25001L12.0447 1.25C12.4776 1.24995 12.8744 1.24991 13.1972 1.29331C13.5527 1.3411 13.9284 1.45355 14.2374 1.76257C14.5465 2.07159 14.6589 2.44732 14.7067 2.8028C14.7501 3.12561 14.7501 3.52244 14.75 3.95525V3.95526L14.75 4.00001L14.75 4.04475V4.04476C14.7501 4.47758 14.7501 4.8744 14.7067 5.19721C14.6589 5.55269 14.5465 5.92842 14.2374 6.23744C13.9284 6.54647 13.5527 6.65891 13.1972 6.70671C12.8744 6.75011 12.4776 6.75006 12.0448 6.75001H12.0447L12 6.75001L11.9553 6.75001H11.9552C11.5224 6.75006 11.1256 6.75011 10.8028 6.70671C10.4473 6.65891 10.0716 6.54647 9.76256 6.23744C9.45354 5.92842 9.34109 5.55269 9.2933 5.19721C9.2499 4.8744 9.24994 4.47757 9.25 4.04476L9.25 4.00001L9.25 3.95526C9.24994 3.52244 9.2499 3.12561 9.2933 2.8028C9.34109 2.44732 9.45354 2.07159 9.76256 1.76257C10.0716 1.45355 10.4473 1.3411 10.8028 1.29331C11.1256 1.24991 11.5224 1.24995 11.9553 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9553 1.25L20 1.25001L20.0447 1.25C20.4776 1.24995 20.8744 1.24991 21.1972 1.29331C21.5527 1.3411 21.9284 1.45355 22.2374 1.76257C22.5465 2.07159 22.6589 2.44732 22.7067 2.8028C22.7501 3.12561 22.7501 3.52244 22.75 3.95525V3.95526L22.75 4.00001L22.75 4.04475V4.04476C22.7501 4.47758 22.7501 4.8744 22.7067 5.19721C22.6589 5.55269 22.5465 5.92842 22.2374 6.23744C21.9284 6.54647 21.5527 6.65891 21.1972 6.70671C20.8744 6.75011 20.4776 6.75006 20.0448 6.75001H20.0447L20 6.75001L19.9553 6.75001H19.9552C19.5224 6.75006 19.1256 6.75011 18.8028 6.70671C18.4473 6.65891 18.0716 6.54647 17.7626 6.23744C17.4535 5.92842 17.3411 5.55269 17.2933 5.19721C17.2499 4.8744 17.2499 4.47757 17.25 4.04476L17.25 4.00001L17.25 3.95526C17.2499 3.52244 17.2499 3.12561 17.2933 2.8028C17.3411 2.44732 17.4535 2.07159 17.7626 1.76257C18.0716 1.45355 18.4473 1.3411 18.8028 1.29331C19.1256 1.24991 19.5224 1.24995 19.9553 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95525 9.25L4 9.25001L4.04475 9.25C4.47756 9.24995 4.8744 9.24991 5.19721 9.29331C5.55269 9.3411 5.92841 9.45355 6.23744 9.76257C6.54646 10.0716 6.65891 10.4473 6.7067 10.8028C6.7501 11.1256 6.75005 11.5224 6.75 11.9553V11.9553L6.75 12L6.75 12.0448V12.0448C6.75005 12.4776 6.7501 12.8744 6.7067 13.1972C6.65891 13.5527 6.54646 13.9284 6.23744 14.2374C5.92841 14.5465 5.55269 14.6589 5.19721 14.7067C4.8744 14.7501 4.47757 14.7501 4.04475 14.75H4.04474L4 14.75L3.95526 14.75H3.95524C3.52243 14.7501 3.1256 14.7501 2.80279 14.7067C2.44731 14.6589 2.07159 14.5465 1.76256 14.2374C1.45354 13.9284 1.34109 13.5527 1.2933 13.1972C1.2499 12.8744 1.24994 12.4776 1.25 12.0448L1.25 12L1.25 11.9553C1.24994 11.5224 1.2499 11.1256 1.2933 10.8028C1.34109 10.4473 1.45354 10.0716 1.76256 9.76257C2.07159 9.45355 2.44731 9.3411 2.80279 9.29331C3.1256 9.24991 3.52243 9.24995 3.95525 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95525 17.25L4 17.25L4.04475 17.25C4.47756 17.25 4.8744 17.2499 5.19721 17.2933C5.55269 17.3411 5.92841 17.4535 6.23744 17.7626C6.54646 18.0716 6.65891 18.4473 6.7067 18.8028C6.7501 19.1256 6.75005 19.5224 6.75 19.9553V19.9553L6.75 20L6.75 20.0448V20.0448C6.75005 20.4776 6.7501 20.8744 6.7067 21.1972C6.65891 21.5527 6.54646 21.9284 6.23744 22.2374C5.92841 22.5465 5.55269 22.6589 5.19721 22.7067C4.8744 22.7501 4.47757 22.7501 4.04475 22.75H4.04474L4 22.75L3.95526 22.75H3.95524C3.52243 22.7501 3.1256 22.7501 2.80279 22.7067C2.44731 22.6589 2.07159 22.5465 1.76256 22.2374C1.45354 21.9284 1.34109 21.5527 1.2933 21.1972C1.2499 20.8744 1.24994 20.4776 1.25 20.0448L1.25 20L1.25 19.9553C1.24994 19.5224 1.2499 19.1256 1.2933 18.8028C1.34109 18.4473 1.45354 18.0716 1.76256 17.7626C2.07159 17.4535 2.44731 17.3411 2.80279 17.2933C3.1256 17.2499 3.52243 17.25 3.95525 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9553 9.25L12 9.25001L12.0447 9.25C12.4776 9.24995 12.8744 9.24991 13.1972 9.29331C13.5527 9.3411 13.9284 9.45355 14.2374 9.76257C14.5465 10.0716 14.6589 10.4473 14.7067 10.8028C14.7501 11.1256 14.7501 11.5224 14.75 11.9553V11.9553L14.75 12L14.75 12.0448V12.0448C14.7501 12.4776 14.7501 12.8744 14.7067 13.1972C14.6589 13.5527 14.5465 13.9284 14.2374 14.2374C13.9284 14.5465 13.5527 14.6589 13.1972 14.7067C12.8744 14.7501 12.4776 14.7501 12.0448 14.75H12.0447L12 14.75L11.9553 14.75H11.9552C11.5224 14.7501 11.1256 14.7501 10.8028 14.7067C10.4473 14.6589 10.0716 14.5465 9.76256 14.2374C9.45354 13.9284 9.34109 13.5527 9.2933 13.1972C9.2499 12.8744 9.24994 12.4776 9.25 12.0448L9.25 12L9.25 11.9553C9.24994 11.5224 9.2499 11.1256 9.2933 10.8028C9.34109 10.4473 9.45354 10.0716 9.76256 9.76257C10.0716 9.45355 10.4473 9.3411 10.8028 9.29331C11.1256 9.24991 11.5224 9.24995 11.9553 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9553 17.25L12 17.25L12.0447 17.25C12.4776 17.25 12.8744 17.2499 13.1972 17.2933C13.5527 17.3411 13.9284 17.4535 14.2374 17.7626C14.5465 18.0716 14.6589 18.4473 14.7067 18.8028C14.7501 19.1256 14.7501 19.5224 14.75 19.9553V19.9553L14.75 20L14.75 20.0448V20.0448C14.7501 20.4776 14.7501 20.8744 14.7067 21.1972C14.6589 21.5527 14.5465 21.9284 14.2374 22.2374C13.9284 22.5465 13.5527 22.6589 13.1972 22.7067C12.8744 22.7501 12.4776 22.7501 12.0448 22.75H12.0447L12 22.75L11.9553 22.75H11.9552C11.5224 22.7501 11.1256 22.7501 10.8028 22.7067C10.4473 22.6589 10.0716 22.5465 9.76256 22.2374C9.45354 21.9284 9.34109 21.5527 9.2933 21.1972C9.2499 20.8744 9.24994 20.4776 9.25 20.0448L9.25 20L9.25 19.9553C9.24994 19.5224 9.2499 19.1256 9.2933 18.8028C9.34109 18.4473 9.45354 18.0716 9.76256 17.7626C10.0716 17.4535 10.4473 17.3411 10.8028 17.2933C11.1256 17.2499 11.5224 17.25 11.9553 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9553 9.25L20 9.25001L20.0447 9.25C20.4776 9.24995 20.8744 9.24991 21.1972 9.29331C21.5527 9.3411 21.9284 9.45355 22.2374 9.76257C22.5465 10.0716 22.6589 10.4473 22.7067 10.8028C22.7501 11.1256 22.7501 11.5224 22.75 11.9553V11.9553L22.75 12L22.75 12.0448V12.0448C22.7501 12.4776 22.7501 12.8744 22.7067 13.1972C22.6589 13.5527 22.5465 13.9284 22.2374 14.2374C21.9284 14.5465 21.5527 14.6589 21.1972 14.7067C20.8744 14.7501 20.4776 14.7501 20.0448 14.75H20.0447L20 14.75L19.9553 14.75H19.9552C19.5224 14.7501 19.1256 14.7501 18.8028 14.7067C18.4473 14.6589 18.0716 14.5465 17.7626 14.2374C17.4535 13.9284 17.3411 13.5527 17.2933 13.1972C17.2499 12.8744 17.2499 12.4776 17.25 12.0448L17.25 12L17.25 11.9553C17.2499 11.5224 17.2499 11.1256 17.2933 10.8028C17.3411 10.4473 17.4535 10.0716 17.7626 9.76257C18.0716 9.45355 18.4473 9.3411 18.8028 9.29331C19.1256 9.24991 19.5224 9.24995 19.9553 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9553 17.25L20 17.25L20.0447 17.25C20.4776 17.25 20.8744 17.2499 21.1972 17.2933C21.5527 17.3411 21.9284 17.4535 22.2374 17.7626C22.5465 18.0716 22.6589 18.4473 22.7067 18.8028C22.7501 19.1256 22.7501 19.5224 22.75 19.9553V19.9553L22.75 20L22.75 20.0448V20.0448C22.7501 20.4776 22.7501 20.8744 22.7067 21.1972C22.6589 21.5527 22.5465 21.9284 22.2374 22.2374C21.9284 22.5465 21.5527 22.6589 21.1972 22.7067C20.8744 22.7501 20.4776 22.7501 20.0448 22.75H20.0447L20 22.75L19.9553 22.75H19.9552C19.5224 22.7501 19.1256 22.7501 18.8028 22.7067C18.4473 22.6589 18.0716 22.5465 17.7626 22.2374C17.4535 21.9284 17.3411 21.5527 17.2933 21.1972C17.2499 20.8744 17.2499 20.4776 17.25 20.0448L17.25 20L17.25 19.9553C17.2499 19.5224 17.2499 19.1256 17.2933 18.8028C17.3411 18.4473 17.4535 18.0716 17.7626 17.7626C18.0716 17.4535 18.4473 17.3411 18.8028 17.2933C19.1256 17.2499 19.5224 17.25 19.9553 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-inbox-check{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1.25C15.3766 1.25 13.25 3.37665 13.25 6C13.25 8.62335 15.3766 10.75 18 10.75C20.6234 10.75 22.75 8.62335 22.75 6C22.75 3.37665 20.6234 1.25 18 1.25ZM19.6884 5.3285C20.0531 5.13216 20.1896 4.67733 19.9932 4.31261C19.7969 3.94788 19.3421 3.81138 18.9773 4.00773C18.3195 4.36188 17.7563 5.10818 17.4255 5.60905C17.3158 5.5213 17.1106 5.38248 16.9891 5.32453C16.6153 5.14618 16.1676 5.30467 15.9893 5.67852C15.8126 6.04892 15.9665 6.49177 16.333 6.67337C16.333 6.67337 16.4367 6.73845 16.4958 6.78627C16.6141 6.88211 16.7719 7.0386 16.9089 7.27106C17.0496 7.5098 17.3104 7.65153 17.5872 7.63965C17.864 7.62777 18.1118 7.4641 18.2315 7.21431C18.2528 7.17242 18.3142 7.05185 18.3561 6.97497C18.4404 6.82046 18.5616 6.61018 18.7093 6.38669C19.0269 5.90582 19.3849 5.49185 19.6884 5.3285Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.1793 11.8596C19.9654 11.9391 19.8585 11.9789 19.8048 12.0562C19.7512 12.1335 19.7513 12.24 19.7516 12.453C19.7518 12.6174 19.7519 12.7831 19.7519 12.9499C19.752 13.1155 19.6176 13.25 19.4519 13.25L16.072 13.25C14.7918 13.25 13.9366 14.2898 13.5261 15.1123C13.2358 15.6938 12.6723 16.25 11.4977 16.25C10.3231 16.25 9.7595 15.6938 9.46929 15.1123C9.05879 14.2898 8.20352 13.25 6.92333 13.25L3.55194 13.25C3.38626 13.25 3.25193 13.1155 3.25197 12.9499C3.25245 10.7983 3.26128 8.82894 3.41693 7.67121C3.57593 6.4886 3.87144 5.8272 4.35029 5.34835C4.82915 4.8695 5.49055 4.57399 6.67315 4.41499C7.75804 4.26913 9.55567 4.2522 11.548 4.25025C11.7604 4.25004 11.8666 4.24994 11.9437 4.19628C12.0208 4.14261 12.0604 4.03598 12.1397 3.82272C12.2094 3.63521 12.2878 3.45194 12.3745 3.27343C12.6146 2.77898 12.7347 2.53175 12.6465 2.39096C12.5584 2.25016 12.3051 2.25012 11.7986 2.25002L11.6775 2.25C9.50152 2.24998 7.76678 2.24996 6.40666 2.43283C5.00228 2.62164 3.84847 3.02175 2.93608 3.93414C2.02369 4.84653 1.62358 6.00033 1.43477 7.40471C1.2708 8.62426 1.25387 10.5469 1.25214 12.4999L1.25 14.0037C1.25858 15.7454 1.29789 17.1539 1.50296 18.2892C1.71192 19.4461 2.10342 20.3839 2.85859 21.1391C3.71679 21.9973 4.80904 22.3843 6.1857 22.5694C7.52911 22.75 9.24978 22.75 11.4405 22.75H11.5548C13.7455 22.75 15.4662 22.75 16.8097 22.5694C18.1863 22.3843 19.2786 21.9973 20.1368 21.1391C20.8919 20.3839 21.2834 19.4461 21.4924 18.2892C21.6975 17.1539 21.7368 15.7454 21.7453 14.0037L21.7517 12.5C21.7517 12.3963 21.7515 12.2927 21.7513 12.1893C21.7504 11.6896 21.7499 11.4398 21.609 11.3519C21.468 11.264 21.2238 11.3831 20.7353 11.6212C20.5547 11.7093 20.3691 11.7889 20.1793 11.8596Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1.25C15.3766 1.25 13.25 3.37665 13.25 6C13.25 8.62335 15.3766 10.75 18 10.75C20.6234 10.75 22.75 8.62335 22.75 6C22.75 3.37665 20.6234 1.25 18 1.25ZM19.6884 5.3285C20.0531 5.13216 20.1896 4.67733 19.9932 4.31261C19.7969 3.94788 19.3421 3.81138 18.9773 4.00773C18.3195 4.36188 17.7563 5.10818 17.4255 5.60905C17.3158 5.5213 17.1106 5.38248 16.9891 5.32453C16.6153 5.14618 16.1676 5.30467 15.9893 5.67852C15.8126 6.04892 15.9665 6.49177 16.333 6.67337C16.333 6.67337 16.4367 6.73845 16.4958 6.78627C16.6141 6.88211 16.7719 7.0386 16.9089 7.27106C17.0496 7.5098 17.3104 7.65153 17.5872 7.63965C17.864 7.62777 18.1118 7.4641 18.2315 7.21431C18.2528 7.17242 18.3142 7.05185 18.3561 6.97497C18.4404 6.82046 18.5616 6.61018 18.7093 6.38669C19.0269 5.90582 19.3849 5.49185 19.6884 5.3285Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.1793 11.8596C19.9654 11.9391 19.8585 11.9789 19.8048 12.0562C19.7512 12.1335 19.7513 12.24 19.7516 12.453C19.7518 12.6174 19.7519 12.7831 19.7519 12.9499C19.752 13.1155 19.6176 13.25 19.4519 13.25L16.072 13.25C14.7918 13.25 13.9366 14.2898 13.5261 15.1123C13.2358 15.6938 12.6723 16.25 11.4977 16.25C10.3231 16.25 9.7595 15.6938 9.46929 15.1123C9.05879 14.2898 8.20352 13.25 6.92333 13.25L3.55194 13.25C3.38626 13.25 3.25193 13.1155 3.25197 12.9499C3.25245 10.7983 3.26128 8.82894 3.41693 7.67121C3.57593 6.4886 3.87144 5.8272 4.35029 5.34835C4.82915 4.8695 5.49055 4.57399 6.67315 4.41499C7.75804 4.26913 9.55567 4.2522 11.548 4.25025C11.7604 4.25004 11.8666 4.24994 11.9437 4.19628C12.0208 4.14261 12.0604 4.03598 12.1397 3.82272C12.2094 3.63521 12.2878 3.45194 12.3745 3.27343C12.6146 2.77898 12.7347 2.53175 12.6465 2.39096C12.5584 2.25016 12.3051 2.25012 11.7986 2.25002L11.6775 2.25C9.50152 2.24998 7.76678 2.24996 6.40666 2.43283C5.00228 2.62164 3.84847 3.02175 2.93608 3.93414C2.02369 4.84653 1.62358 6.00033 1.43477 7.40471C1.2708 8.62426 1.25387 10.5469 1.25214 12.4999L1.25 14.0037C1.25858 15.7454 1.29789 17.1539 1.50296 18.2892C1.71192 19.4461 2.10342 20.3839 2.85859 21.1391C3.71679 21.9973 4.80904 22.3843 6.1857 22.5694C7.52911 22.75 9.24978 22.75 11.4405 22.75H11.5548C13.7455 22.75 15.4662 22.75 16.8097 22.5694C18.1863 22.3843 19.2786 21.9973 20.1368 21.1391C20.8919 20.3839 21.2834 19.4461 21.4924 18.2892C21.6975 17.1539 21.7368 15.7454 21.7453 14.0037L21.7517 12.5C21.7517 12.3963 21.7515 12.2927 21.7513 12.1893C21.7504 11.6896 21.7499 11.4398 21.609 11.3519C21.468 11.264 21.2238 11.3831 20.7353 11.6212C20.5547 11.7093 20.3691 11.7889 20.1793 11.8596Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-inbox-download{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0787 1.89988C19.0484 2.13412 19.8762 2.5311 20.566 3.2209C21.4784 4.13329 21.8785 5.2871 22.0673 6.69148C22.2313 7.91104 22.2483 10.172 22.25 12.125L22.2436 13.6287C22.235 15.3704 22.1957 16.7789 21.9906 17.9142C21.7817 19.0711 21.3902 20.0089 20.635 20.7641C19.7768 21.6223 18.6846 22.0093 17.3079 22.1944C15.9645 22.375 14.2438 22.375 12.0531 22.375H11.9387C9.74803 22.375 8.02736 22.375 6.68395 22.1944C5.30729 22.0093 4.21504 21.6223 3.35684 20.7641C2.60167 20.0089 2.21017 19.0711 2.00121 17.9142C1.79615 16.7789 1.75683 15.3704 1.74825 13.6287L1.75039 12.1249C1.75212 10.1719 1.769 7.91102 1.93297 6.69148C2.12178 5.2871 2.52189 4.13329 3.43428 3.2209C4.12408 2.5311 4.95187 2.13412 5.92161 1.89988C6.45845 1.7702 6.96451 2.16331 7.0381 2.71067C7.11169 3.25803 6.72256 3.74584 6.19112 3.89614C5.58689 4.06704 5.1752 4.3084 4.84849 4.63511C4.36964 5.11396 4.07413 5.77537 3.91513 6.95797C3.75948 8.1157 3.7507 10.4233 3.75022 12.5749C3.75019 12.7405 3.88451 12.875 4.0502 12.875L7.42159 12.875C8.70177 12.875 9.55705 13.9148 9.96754 14.7373C10.2578 15.3188 10.8213 15.875 11.9959 15.875C13.1705 15.875 13.7341 15.3188 14.0243 14.7373C14.4348 13.9148 15.2901 12.875 16.5703 12.875L19.9502 12.875C20.1159 12.875 20.2502 12.7405 20.2502 12.5749C20.2497 10.4233 20.2408 8.1157 20.0852 6.95797C19.9262 5.77537 19.6306 5.11396 19.1518 4.63511C18.8251 4.3084 18.4134 4.06704 17.8092 3.89614C17.2777 3.74584 16.8886 3.25803 16.9622 2.71067C17.0358 2.16331 17.5418 1.7702 18.0787 1.89988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0041 2.625C13.0041 2.07272 12.5564 1.625 12.0041 1.625C11.4518 1.625 11.0041 2.07272 11.0041 2.625L11.0041 7.12504L10.4099 7.12502C10.2342 7.12489 10.0186 7.12474 9.84213 7.14681L9.83878 7.14723C9.71233 7.163 9.13629 7.23483 8.86193 7.80043C8.58697 8.36725 8.8889 8.86739 8.95423 8.9756L8.95666 8.97963C9.04887 9.13265 9.18302 9.30353 9.29337 9.44408L9.3171 9.47433C9.61173 9.85015 9.9937 10.3344 10.3741 10.7254C10.564 10.9205 10.7812 11.1217 11.0121 11.2806C11.2174 11.4218 11.5676 11.625 11.9983 11.625C12.4289 11.625 12.7791 11.4218 12.9844 11.2806C13.2153 11.1217 13.4325 10.9205 13.6224 10.7254C14.0028 10.3344 14.3848 9.85015 14.6794 9.47433L14.7031 9.44409C14.8135 9.30353 14.9476 9.13265 15.0398 8.97963L15.0423 8.97559C15.1076 8.86739 15.4095 8.36725 15.1346 7.80043C14.8602 7.23483 14.2842 7.16299 14.1577 7.14723L14.1544 7.14681C13.9779 7.12474 13.7623 7.12489 13.5866 7.12502L13.0041 7.12504L13.0041 2.625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0787 1.89988C19.0484 2.13412 19.8762 2.5311 20.566 3.2209C21.4784 4.13329 21.8785 5.2871 22.0673 6.69148C22.2313 7.91104 22.2483 10.172 22.25 12.125L22.2436 13.6287C22.235 15.3704 22.1957 16.7789 21.9906 17.9142C21.7817 19.0711 21.3902 20.0089 20.635 20.7641C19.7768 21.6223 18.6846 22.0093 17.3079 22.1944C15.9645 22.375 14.2438 22.375 12.0531 22.375H11.9387C9.74803 22.375 8.02736 22.375 6.68395 22.1944C5.30729 22.0093 4.21504 21.6223 3.35684 20.7641C2.60167 20.0089 2.21017 19.0711 2.00121 17.9142C1.79615 16.7789 1.75683 15.3704 1.74825 13.6287L1.75039 12.1249C1.75212 10.1719 1.769 7.91102 1.93297 6.69148C2.12178 5.2871 2.52189 4.13329 3.43428 3.2209C4.12408 2.5311 4.95187 2.13412 5.92161 1.89988C6.45845 1.7702 6.96451 2.16331 7.0381 2.71067C7.11169 3.25803 6.72256 3.74584 6.19112 3.89614C5.58689 4.06704 5.1752 4.3084 4.84849 4.63511C4.36964 5.11396 4.07413 5.77537 3.91513 6.95797C3.75948 8.1157 3.7507 10.4233 3.75022 12.5749C3.75019 12.7405 3.88451 12.875 4.0502 12.875L7.42159 12.875C8.70177 12.875 9.55705 13.9148 9.96754 14.7373C10.2578 15.3188 10.8213 15.875 11.9959 15.875C13.1705 15.875 13.7341 15.3188 14.0243 14.7373C14.4348 13.9148 15.2901 12.875 16.5703 12.875L19.9502 12.875C20.1159 12.875 20.2502 12.7405 20.2502 12.5749C20.2497 10.4233 20.2408 8.1157 20.0852 6.95797C19.9262 5.77537 19.6306 5.11396 19.1518 4.63511C18.8251 4.3084 18.4134 4.06704 17.8092 3.89614C17.2777 3.74584 16.8886 3.25803 16.9622 2.71067C17.0358 2.16331 17.5418 1.7702 18.0787 1.89988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0041 2.625C13.0041 2.07272 12.5564 1.625 12.0041 1.625C11.4518 1.625 11.0041 2.07272 11.0041 2.625L11.0041 7.12504L10.4099 7.12502C10.2342 7.12489 10.0186 7.12474 9.84213 7.14681L9.83878 7.14723C9.71233 7.163 9.13629 7.23483 8.86193 7.80043C8.58697 8.36725 8.8889 8.86739 8.95423 8.9756L8.95666 8.97963C9.04887 9.13265 9.18302 9.30353 9.29337 9.44408L9.3171 9.47433C9.61173 9.85015 9.9937 10.3344 10.3741 10.7254C10.564 10.9205 10.7812 11.1217 11.0121 11.2806C11.2174 11.4218 11.5676 11.625 11.9983 11.625C12.4289 11.625 12.7791 11.4218 12.9844 11.2806C13.2153 11.1217 13.4325 10.9205 13.6224 10.7254C14.0028 10.3344 14.3848 9.85015 14.6794 9.47433L14.7031 9.44409C14.8135 9.30353 14.9476 9.13265 15.0398 8.97963L15.0423 8.97559C15.1076 8.86739 15.4095 8.36725 15.1346 7.80043C14.8602 7.23483 14.2842 7.16299 14.1577 7.14723L14.1544 7.14681C13.9779 7.12474 13.7623 7.12489 13.5866 7.12502L13.0041 7.12504L13.0041 2.625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-inbox-unread{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.25 5.5C14.25 3.15279 16.1528 1.25 18.5 1.25C20.8472 1.25 22.75 3.15279 22.75 5.5C22.75 7.84721 20.8472 9.75 18.5 9.75C16.1528 9.75 14.25 7.84721 14.25 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.2156 10.9897C19.9813 11.0629 19.8641 11.0994 19.8057 11.1792C19.7474 11.259 19.748 11.373 19.7491 11.6009C19.7513 12.0381 19.7518 12.4898 19.7519 12.9499C19.752 13.1155 19.6176 13.25 19.4519 13.25L16.072 13.25C14.7918 13.25 13.9366 14.2898 13.5261 15.1123C13.2358 15.6938 12.6723 16.25 11.4977 16.25C10.3231 16.25 9.7595 15.6938 9.46929 15.1123C9.05879 14.2898 8.20352 13.25 6.92333 13.25L3.55194 13.25C3.38626 13.25 3.25193 13.1155 3.25197 12.9499C3.25245 10.7983 3.26128 8.82894 3.41693 7.67121C3.57593 6.4886 3.87144 5.8272 4.35029 5.34835C4.82915 4.8695 5.49055 4.57399 6.67315 4.41499C7.88452 4.25212 9.9845 4.25 12.2519 4.25C12.3035 4.25 12.3542 4.25 12.4041 4.25001C12.6299 4.25002 12.7427 4.25003 12.822 4.19171C12.9014 4.13339 12.9377 4.0171 13.0103 3.78451C13.0682 3.59881 13.1354 3.41715 13.2111 3.24007C13.4166 2.75982 13.5193 2.51969 13.4304 2.38492C13.3415 2.25015 13.1029 2.25011 12.6257 2.25002C12.5291 2.25 12.4296 2.25 12.3268 2.25H11.6775C9.50152 2.24998 7.76678 2.24996 6.40666 2.43283C5.00228 2.62164 3.84847 3.02175 2.93608 3.93414C2.02369 4.84653 1.62358 6.00033 1.43477 7.40471C1.2708 8.62426 1.25387 10.5469 1.25214 12.4999L1.25 14.0037C1.25858 15.7454 1.29789 17.1539 1.50296 18.2892C1.71192 19.4461 2.10342 20.3839 2.85859 21.1391C3.71679 21.9973 4.80904 22.3843 6.1857 22.5694C7.52911 22.75 9.24978 22.75 11.4405 22.75H11.5548C13.7455 22.75 15.4662 22.75 16.8097 22.5694C18.1863 22.3843 19.2786 21.9973 20.1368 21.1391C20.8919 20.3839 21.2834 19.4461 21.4924 18.2892C21.6975 17.1539 21.7368 15.7454 21.7453 14.0037L21.7517 12.5C21.7514 12.1187 21.7505 11.7385 21.748 11.3645C21.7449 10.8942 21.7433 10.6591 21.6087 10.5709C21.4741 10.4828 21.2371 10.5844 20.763 10.7876C20.585 10.8638 20.4023 10.9314 20.2156 10.9897Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.25 5.5C14.25 3.15279 16.1528 1.25 18.5 1.25C20.8472 1.25 22.75 3.15279 22.75 5.5C22.75 7.84721 20.8472 9.75 18.5 9.75C16.1528 9.75 14.25 7.84721 14.25 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.2156 10.9897C19.9813 11.0629 19.8641 11.0994 19.8057 11.1792C19.7474 11.259 19.748 11.373 19.7491 11.6009C19.7513 12.0381 19.7518 12.4898 19.7519 12.9499C19.752 13.1155 19.6176 13.25 19.4519 13.25L16.072 13.25C14.7918 13.25 13.9366 14.2898 13.5261 15.1123C13.2358 15.6938 12.6723 16.25 11.4977 16.25C10.3231 16.25 9.7595 15.6938 9.46929 15.1123C9.05879 14.2898 8.20352 13.25 6.92333 13.25L3.55194 13.25C3.38626 13.25 3.25193 13.1155 3.25197 12.9499C3.25245 10.7983 3.26128 8.82894 3.41693 7.67121C3.57593 6.4886 3.87144 5.8272 4.35029 5.34835C4.82915 4.8695 5.49055 4.57399 6.67315 4.41499C7.88452 4.25212 9.9845 4.25 12.2519 4.25C12.3035 4.25 12.3542 4.25 12.4041 4.25001C12.6299 4.25002 12.7427 4.25003 12.822 4.19171C12.9014 4.13339 12.9377 4.0171 13.0103 3.78451C13.0682 3.59881 13.1354 3.41715 13.2111 3.24007C13.4166 2.75982 13.5193 2.51969 13.4304 2.38492C13.3415 2.25015 13.1029 2.25011 12.6257 2.25002C12.5291 2.25 12.4296 2.25 12.3268 2.25H11.6775C9.50152 2.24998 7.76678 2.24996 6.40666 2.43283C5.00228 2.62164 3.84847 3.02175 2.93608 3.93414C2.02369 4.84653 1.62358 6.00033 1.43477 7.40471C1.2708 8.62426 1.25387 10.5469 1.25214 12.4999L1.25 14.0037C1.25858 15.7454 1.29789 17.1539 1.50296 18.2892C1.71192 19.4461 2.10342 20.3839 2.85859 21.1391C3.71679 21.9973 4.80904 22.3843 6.1857 22.5694C7.52911 22.75 9.24978 22.75 11.4405 22.75H11.5548C13.7455 22.75 15.4662 22.75 16.8097 22.5694C18.1863 22.3843 19.2786 21.9973 20.1368 21.1391C20.8919 20.3839 21.2834 19.4461 21.4924 18.2892C21.6975 17.1539 21.7368 15.7454 21.7453 14.0037L21.7517 12.5C21.7514 12.1187 21.7505 11.7385 21.748 11.3645C21.7449 10.8942 21.7433 10.6591 21.6087 10.5709C21.4741 10.4828 21.2371 10.5844 20.763 10.7876C20.585 10.8638 20.4023 10.9314 20.2156 10.9897Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-inbox-upload{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0804 1.89988C19.0502 2.13412 19.878 2.5311 20.5678 3.2209C21.4801 4.13329 21.8803 5.2871 22.0691 6.69148C22.233 7.91104 22.25 10.172 22.2517 12.125L22.2453 13.6287C22.2368 15.3704 22.1975 16.7789 21.9924 17.9142C21.7834 19.0711 21.3919 20.0089 20.6368 20.7641C19.7786 21.6223 18.6863 22.0093 17.3097 22.1944C15.9662 22.375 14.2455 22.375 12.0548 22.375H11.9405C9.74978 22.375 8.02911 22.375 6.6857 22.1944C5.30904 22.0093 4.21679 21.6223 3.35859 20.7641C2.60342 20.0089 2.21192 19.0711 2.00296 17.9142C1.79789 16.7789 1.75858 15.3704 1.75 13.6287L1.75214 12.1249C1.75387 10.1719 1.77075 7.91102 1.93471 6.69148C2.12353 5.2871 2.52364 4.13329 3.43603 3.2209C4.12583 2.5311 4.95362 2.13412 5.92335 1.89988C6.4602 1.7702 6.96626 2.16331 7.03985 2.71067C7.11344 3.25803 6.7243 3.74584 6.19286 3.89614C5.58864 4.06704 5.17695 4.3084 4.85024 4.63511C4.37139 5.11396 4.07588 5.77537 3.91688 6.95797C3.76123 8.1157 3.75245 10.4233 3.75197 12.5749C3.75193 12.7405 3.88626 12.875 4.05194 12.875L7.42333 12.875C8.70352 12.875 9.55879 13.9148 9.96929 14.7373C10.2595 15.3188 10.8231 15.875 11.9977 15.875C13.1723 15.875 13.7358 15.3188 14.0261 14.7373C14.4366 13.9148 15.2918 12.875 16.572 12.875L19.9519 12.875C20.1176 12.875 20.252 12.7405 20.2519 12.5749C20.2514 10.4233 20.2426 8.1157 20.0869 6.95797C19.9279 5.77537 19.6324 5.11396 19.1535 4.63511C18.8268 4.3084 18.4151 4.06704 17.8109 3.89614C17.2795 3.74584 16.8903 3.25803 16.9639 2.71067C17.0375 2.16331 17.5436 1.7702 18.0804 1.89988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 10.625C13.0059 11.1773 12.5581 11.625 12.0059 11.625C11.4536 11.625 11.0059 11.1773 11.0059 10.625L11.0059 6.12496L10.4116 6.12498C10.236 6.12511 10.0203 6.12526 9.84387 6.10319L9.84053 6.10277C9.71408 6.087 9.13804 6.01517 8.86368 5.44957C8.58872 4.88275 8.89065 4.38261 8.95597 4.2744L8.95841 4.27037C9.05062 4.11735 9.18477 3.94647 9.29511 3.80592L9.31885 3.77567C9.61348 3.39985 9.99545 2.91563 10.3759 2.52462C10.5657 2.32951 10.783 2.12828 11.0139 1.96943C11.2191 1.82823 11.5693 1.62496 12 1.62496C12.4307 1.62496 12.7809 1.82823 12.9861 1.96943C13.217 2.12828 13.4343 2.32951 13.6241 2.52462C14.0046 2.91563 14.3865 3.39985 14.6812 3.77567L14.7049 3.80591C14.8152 3.94647 14.9494 4.11735 15.0416 4.27037L15.044 4.27441C15.1093 4.38261 15.4113 4.88275 15.1363 5.44957C14.862 6.01517 14.2859 6.08701 14.1595 6.10277L14.1561 6.10319C13.9797 6.12526 13.764 6.12511 13.5884 6.12498L13.0059 6.12496L13.0059 10.625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0804 1.89988C19.0502 2.13412 19.878 2.5311 20.5678 3.2209C21.4801 4.13329 21.8803 5.2871 22.0691 6.69148C22.233 7.91104 22.25 10.172 22.2517 12.125L22.2453 13.6287C22.2368 15.3704 22.1975 16.7789 21.9924 17.9142C21.7834 19.0711 21.3919 20.0089 20.6368 20.7641C19.7786 21.6223 18.6863 22.0093 17.3097 22.1944C15.9662 22.375 14.2455 22.375 12.0548 22.375H11.9405C9.74978 22.375 8.02911 22.375 6.6857 22.1944C5.30904 22.0093 4.21679 21.6223 3.35859 20.7641C2.60342 20.0089 2.21192 19.0711 2.00296 17.9142C1.79789 16.7789 1.75858 15.3704 1.75 13.6287L1.75214 12.1249C1.75387 10.1719 1.77075 7.91102 1.93471 6.69148C2.12353 5.2871 2.52364 4.13329 3.43603 3.2209C4.12583 2.5311 4.95362 2.13412 5.92335 1.89988C6.4602 1.7702 6.96626 2.16331 7.03985 2.71067C7.11344 3.25803 6.7243 3.74584 6.19286 3.89614C5.58864 4.06704 5.17695 4.3084 4.85024 4.63511C4.37139 5.11396 4.07588 5.77537 3.91688 6.95797C3.76123 8.1157 3.75245 10.4233 3.75197 12.5749C3.75193 12.7405 3.88626 12.875 4.05194 12.875L7.42333 12.875C8.70352 12.875 9.55879 13.9148 9.96929 14.7373C10.2595 15.3188 10.8231 15.875 11.9977 15.875C13.1723 15.875 13.7358 15.3188 14.0261 14.7373C14.4366 13.9148 15.2918 12.875 16.572 12.875L19.9519 12.875C20.1176 12.875 20.252 12.7405 20.2519 12.5749C20.2514 10.4233 20.2426 8.1157 20.0869 6.95797C19.9279 5.77537 19.6324 5.11396 19.1535 4.63511C18.8268 4.3084 18.4151 4.06704 17.8109 3.89614C17.2795 3.74584 16.8903 3.25803 16.9639 2.71067C17.0375 2.16331 17.5436 1.7702 18.0804 1.89988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 10.625C13.0059 11.1773 12.5581 11.625 12.0059 11.625C11.4536 11.625 11.0059 11.1773 11.0059 10.625L11.0059 6.12496L10.4116 6.12498C10.236 6.12511 10.0203 6.12526 9.84387 6.10319L9.84053 6.10277C9.71408 6.087 9.13804 6.01517 8.86368 5.44957C8.58872 4.88275 8.89065 4.38261 8.95597 4.2744L8.95841 4.27037C9.05062 4.11735 9.18477 3.94647 9.29511 3.80592L9.31885 3.77567C9.61348 3.39985 9.99545 2.91563 10.3759 2.52462C10.5657 2.32951 10.783 2.12828 11.0139 1.96943C11.2191 1.82823 11.5693 1.62496 12 1.62496C12.4307 1.62496 12.7809 1.82823 12.9861 1.96943C13.217 2.12828 13.4343 2.32951 13.6241 2.52462C14.0046 2.91563 14.3865 3.39985 14.6812 3.77567L14.7049 3.80591C14.8152 3.94647 14.9494 4.11735 15.0416 4.27037L15.044 4.27441C15.1093 4.38261 15.4113 4.88275 15.1363 5.44957C14.862 6.01517 14.2859 6.08701 14.1595 6.10277L14.1561 6.10319C13.9797 6.12526 13.764 6.12511 13.5884 6.12498L13.0059 6.12496L13.0059 10.625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-inbox{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.825 1.75C15.0007 1.74998 15.7354 1.74997 17.0955 1.93282C18.4999 2.12164 19.6537 2.52175 20.5661 3.43414C21.4785 4.34653 21.8786 5.50033 22.0674 6.90471C22.2313 8.12428 22.2483 10.047 22.25 12L22.2436 13.5037C22.235 15.2454 22.1957 16.6539 21.9906 17.7892C21.7817 18.9461 21.3902 19.8839 20.635 20.6391C19.7768 21.4973 18.6846 21.8843 17.3079 22.0694C15.9645 22.25 14.2438 22.25 12.0531 22.25H11.9387C9.74803 22.25 8.02736 22.25 6.68395 22.0694C5.30729 21.8843 4.21504 21.4973 3.35684 20.6391C2.60167 19.8839 2.21017 18.9461 2.00121 17.7892C1.79615 16.6539 1.75683 15.2454 1.74825 13.5037L1.75039 11.9999C1.75212 10.0469 1.76906 8.12426 1.93302 6.90471C2.12183 5.50033 2.52194 4.34653 3.43433 3.43414C4.34672 2.52175 5.50053 2.12164 6.90491 1.93282C8.26504 1.74996 9.99977 1.74998 12.1757 1.75H12.825ZM20.0852 7.17121C20.2409 8.32894 20.2497 10.2983 20.2502 12.4499C20.2502 12.6155 20.1159 12.75 19.9502 12.75L16.5703 12.75C15.2901 12.75 14.4348 13.7898 14.0243 14.6123C13.7341 15.1938 13.1705 15.75 11.9959 15.75C10.8213 15.75 10.2578 15.1938 9.96754 14.6123C9.55705 13.7898 8.70177 12.75 7.42159 12.75L4.0502 12.75C3.88451 12.75 3.75019 12.6155 3.75022 12.4499C3.7507 10.2983 3.75953 8.32894 3.91519 7.17121C4.07418 5.9886 4.36969 5.3272 4.84855 4.84835C5.3274 4.3695 5.9888 4.07399 7.1714 3.91499C8.38277 3.75212 10.4828 3.75 12.7502 3.75C15.0176 3.75 15.6176 3.75212 16.829 3.91499C18.0116 4.07399 18.673 4.3695 19.1518 4.84835C19.6307 5.3272 19.9262 5.9886 20.0852 7.17121Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.825 1.75C15.0007 1.74998 15.7354 1.74997 17.0955 1.93282C18.4999 2.12164 19.6537 2.52175 20.5661 3.43414C21.4785 4.34653 21.8786 5.50033 22.0674 6.90471C22.2313 8.12428 22.2483 10.047 22.25 12L22.2436 13.5037C22.235 15.2454 22.1957 16.6539 21.9906 17.7892C21.7817 18.9461 21.3902 19.8839 20.635 20.6391C19.7768 21.4973 18.6846 21.8843 17.3079 22.0694C15.9645 22.25 14.2438 22.25 12.0531 22.25H11.9387C9.74803 22.25 8.02736 22.25 6.68395 22.0694C5.30729 21.8843 4.21504 21.4973 3.35684 20.6391C2.60167 19.8839 2.21017 18.9461 2.00121 17.7892C1.79615 16.6539 1.75683 15.2454 1.74825 13.5037L1.75039 11.9999C1.75212 10.0469 1.76906 8.12426 1.93302 6.90471C2.12183 5.50033 2.52194 4.34653 3.43433 3.43414C4.34672 2.52175 5.50053 2.12164 6.90491 1.93282C8.26504 1.74996 9.99977 1.74998 12.1757 1.75H12.825ZM20.0852 7.17121C20.2409 8.32894 20.2497 10.2983 20.2502 12.4499C20.2502 12.6155 20.1159 12.75 19.9502 12.75L16.5703 12.75C15.2901 12.75 14.4348 13.7898 14.0243 14.6123C13.7341 15.1938 13.1705 15.75 11.9959 15.75C10.8213 15.75 10.2578 15.1938 9.96754 14.6123C9.55705 13.7898 8.70177 12.75 7.42159 12.75L4.0502 12.75C3.88451 12.75 3.75019 12.6155 3.75022 12.4499C3.7507 10.2983 3.75953 8.32894 3.91519 7.17121C4.07418 5.9886 4.36969 5.3272 4.84855 4.84835C5.3274 4.3695 5.9888 4.07399 7.1714 3.91499C8.38277 3.75212 10.4828 3.75 12.7502 3.75C15.0176 3.75 15.6176 3.75212 16.829 3.91499C18.0116 4.07399 18.673 4.3695 19.1518 4.84835C19.6307 5.3272 19.9262 5.9886 20.0852 7.17121Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6823 2.78681C12.7265 2.73773 11.2735 2.73774 9.3177 2.78681L9.24285 2.78869C7.73349 2.82652 6.49161 2.85765 5.49064 3.03175C4.42828 3.21654 3.53876 3.57641 2.78536 4.33174C2.0359 5.08311 1.67705 5.9586 1.49526 7.00416C1.32465 7.98538 1.29883 9.19623 1.26758 10.6617L1.26597 10.7371C1.24467 11.7351 1.24468 12.265 1.26599 13.2629L1.2676 13.3383C1.29884 14.8038 1.32466 16.0146 1.49527 16.9959C1.67707 18.0414 2.03592 18.9169 2.78537 19.6683C3.53878 20.4236 4.42829 20.7835 5.49066 20.9683C6.49162 21.1424 7.7335 21.1735 9.24286 21.2113L9.31772 21.2132C11.2735 21.2623 12.7265 21.2623 14.6823 21.2132L14.7571 21.2113C16.2665 21.1735 17.5084 21.1423 18.5094 20.9682C19.5717 20.7835 20.4612 20.4236 21.2146 19.6683C21.9641 18.9169 22.323 18.0414 22.5047 16.9958C22.6754 16.0146 22.7012 14.8038 22.7324 13.3383L22.734 13.2629C22.7553 12.2649 22.7553 11.7351 22.734 10.7371L22.7324 10.6618C22.7012 9.19627 22.6753 7.98538 22.5047 7.00416C22.3229 5.9586 21.9641 5.08311 21.2146 4.33174C20.7913 3.90728 20.3249 3.6077 19.809 3.39389C19.7305 3.35104 19.6464 3.31873 19.5587 3.29811C19.2289 3.18184 18.8796 3.09616 18.5093 3.03176C17.5084 2.85765 16.2665 2.82652 14.7571 2.78868L14.6823 2.78681ZM20.6798 8.8503C20.6604 8.44479 20.6507 8.24204 20.5039 8.16109C20.3571 8.08014 20.1765 8.18242 19.8155 8.38697L15.5798 10.787C14.2801 11.5234 13.181 12 11.9998 12C10.8186 12 9.71946 11.5234 8.41985 10.787L4.18445 8.38719C3.82343 8.18263 3.64292 8.08035 3.49608 8.1613C3.34924 8.24225 3.33957 8.44501 3.32023 8.85053C3.29416 9.39704 3.28003 10.0306 3.26403 10.7797C3.24333 11.7492 3.24334 12.2508 3.26405 13.2203C3.29736 14.7803 3.32261 15.8393 3.46432 16.6543C3.59776 17.4218 3.82038 17.8777 4.20122 18.2595C4.5781 18.6374 5.04027 18.8638 5.83355 19.0018C6.67174 19.1476 7.76497 19.1776 9.36791 19.2178C11.2902 19.266 12.7098 19.266 14.6321 19.2178C16.235 19.1776 17.3283 19.1476 18.1665 19.0018C18.9597 18.8638 19.4219 18.6374 19.7988 18.2595C20.1796 17.8777 20.4023 17.4218 20.5357 16.6543C20.6774 15.8393 20.7027 14.7803 20.736 13.2203C20.7567 12.2508 20.7567 11.7492 20.736 10.7797C20.72 10.0305 20.7058 9.39687 20.6798 8.8503Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6823 2.78681C12.7265 2.73773 11.2735 2.73774 9.3177 2.78681L9.24285 2.78869C7.73349 2.82652 6.49161 2.85765 5.49064 3.03175C4.42828 3.21654 3.53876 3.57641 2.78536 4.33174C2.0359 5.08311 1.67705 5.9586 1.49526 7.00416C1.32465 7.98538 1.29883 9.19623 1.26758 10.6617L1.26597 10.7371C1.24467 11.7351 1.24468 12.265 1.26599 13.2629L1.2676 13.3383C1.29884 14.8038 1.32466 16.0146 1.49527 16.9959C1.67707 18.0414 2.03592 18.9169 2.78537 19.6683C3.53878 20.4236 4.42829 20.7835 5.49066 20.9683C6.49162 21.1424 7.7335 21.1735 9.24286 21.2113L9.31772 21.2132C11.2735 21.2623 12.7265 21.2623 14.6823 21.2132L14.7571 21.2113C16.2665 21.1735 17.5084 21.1423 18.5094 20.9682C19.5717 20.7835 20.4612 20.4236 21.2146 19.6683C21.9641 18.9169 22.323 18.0414 22.5047 16.9958C22.6754 16.0146 22.7012 14.8038 22.7324 13.3383L22.734 13.2629C22.7553 12.2649 22.7553 11.7351 22.734 10.7371L22.7324 10.6618C22.7012 9.19627 22.6753 7.98538 22.5047 7.00416C22.3229 5.9586 21.9641 5.08311 21.2146 4.33174C20.7913 3.90728 20.3249 3.6077 19.809 3.39389C19.7305 3.35104 19.6464 3.31873 19.5587 3.29811C19.2289 3.18184 18.8796 3.09616 18.5093 3.03176C17.5084 2.85765 16.2665 2.82652 14.7571 2.78868L14.6823 2.78681ZM20.6798 8.8503C20.6604 8.44479 20.6507 8.24204 20.5039 8.16109C20.3571 8.08014 20.1765 8.18242 19.8155 8.38697L15.5798 10.787C14.2801 11.5234 13.181 12 11.9998 12C10.8186 12 9.71946 11.5234 8.41985 10.787L4.18445 8.38719C3.82343 8.18263 3.64292 8.08035 3.49608 8.1613C3.34924 8.24225 3.33957 8.44501 3.32023 8.85053C3.29416 9.39704 3.28003 10.0306 3.26403 10.7797C3.24333 11.7492 3.24334 12.2508 3.26405 13.2203C3.29736 14.7803 3.32261 15.8393 3.46432 16.6543C3.59776 17.4218 3.82038 17.8777 4.20122 18.2595C4.5781 18.6374 5.04027 18.8638 5.83355 19.0018C6.67174 19.1476 7.76497 19.1776 9.36791 19.2178C11.2902 19.266 12.7098 19.266 14.6321 19.2178C16.235 19.1776 17.3283 19.1476 18.1665 19.0018C18.9597 18.8638 19.4219 18.6374 19.7988 18.2595C20.1796 17.8777 20.4023 17.4218 20.5357 16.6543C20.6774 15.8393 20.7027 14.7803 20.736 13.2203C20.7567 12.2508 20.7567 11.7492 20.736 10.7797C20.72 10.0305 20.7058 9.39687 20.6798 8.8503Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.92 2.78681C12.967 2.73773 11.033 2.73773 9.07999 2.7868L9.02182 2.78826C7.497 2.82655 6.27002 2.85735 5.2867 3.0286C4.2572 3.20789 3.42048 3.55177 2.71362 4.26132C2.00971 4.9679 1.66764 5.7926 1.49176 6.8054C1.32429 7.76978 1.29878 8.9668 1.26719 10.4496L1.26593 10.5084C1.24469 11.5047 1.24469 12.4953 1.26594 13.4916L1.26719 13.5504C1.29879 15.0332 1.32429 16.2302 1.49176 17.1946C1.66764 18.2074 2.00972 19.0321 2.71362 19.7387C3.42048 20.4482 4.2572 20.7921 5.2867 20.9714C6.27001 21.1426 7.49697 21.1735 9.02177 21.2117L9.07999 21.2132C11.033 21.2623 12.967 21.2623 14.92 21.2132L14.9782 21.2117C16.503 21.1735 17.73 21.1426 18.7133 20.9714C19.7428 20.7921 20.5795 20.4482 21.2864 19.7387C21.9903 19.0321 22.3324 18.2074 22.5082 17.1946C22.6757 16.2302 22.7012 15.0332 22.7328 13.5503L22.7341 13.4916C22.7553 12.4953 22.7553 11.5047 22.7341 10.5084L22.7328 10.4497C22.7012 8.96683 22.6757 7.76979 22.5082 6.80542C22.3324 5.79261 21.9903 4.96792 21.2864 4.26134C20.5795 3.55179 19.7428 3.20791 18.7133 3.02862C17.73 2.85737 16.503 2.82656 14.9782 2.78827L14.92 2.78681ZM7.38182 7.85452C7.02527 7.64371 6.56533 7.76186 6.35452 8.11841C6.14371 8.47497 6.26186 8.93491 6.61841 9.14572L9.56043 10.8851C10.4313 11.4 11.1827 11.7501 12.0001 11.7501C12.8175 11.7501 13.569 11.4 14.4398 10.8851L17.3818 9.14572C17.7384 8.93491 17.8565 8.47497 17.6457 8.11841C17.4349 7.76186 16.975 7.64371 16.6184 7.85452L13.6764 9.59395C12.832 10.0932 12.3831 10.2501 12.0001 10.2501C11.6171 10.2501 11.1682 10.0932 10.3238 9.59395L7.38182 7.85452Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.92 2.78681C12.967 2.73773 11.033 2.73773 9.07999 2.7868L9.02182 2.78826C7.497 2.82655 6.27002 2.85735 5.2867 3.0286C4.2572 3.20789 3.42048 3.55177 2.71362 4.26132C2.00971 4.9679 1.66764 5.7926 1.49176 6.8054C1.32429 7.76978 1.29878 8.9668 1.26719 10.4496L1.26593 10.5084C1.24469 11.5047 1.24469 12.4953 1.26594 13.4916L1.26719 13.5504C1.29879 15.0332 1.32429 16.2302 1.49176 17.1946C1.66764 18.2074 2.00972 19.0321 2.71362 19.7387C3.42048 20.4482 4.2572 20.7921 5.2867 20.9714C6.27001 21.1426 7.49697 21.1735 9.02177 21.2117L9.07999 21.2132C11.033 21.2623 12.967 21.2623 14.92 21.2132L14.9782 21.2117C16.503 21.1735 17.73 21.1426 18.7133 20.9714C19.7428 20.7921 20.5795 20.4482 21.2864 19.7387C21.9903 19.0321 22.3324 18.2074 22.5082 17.1946C22.6757 16.2302 22.7012 15.0332 22.7328 13.5503L22.7341 13.4916C22.7553 12.4953 22.7553 11.5047 22.7341 10.5084L22.7328 10.4497C22.7012 8.96683 22.6757 7.76979 22.5082 6.80542C22.3324 5.79261 21.9903 4.96792 21.2864 4.26134C20.5795 3.55179 19.7428 3.20791 18.7133 3.02862C17.73 2.85737 16.503 2.82656 14.9782 2.78827L14.92 2.78681ZM7.38182 7.85452C7.02527 7.64371 6.56533 7.76186 6.35452 8.11841C6.14371 8.47497 6.26186 8.93491 6.61841 9.14572L9.56043 10.8851C10.4313 11.4 11.1827 11.7501 12.0001 11.7501C12.8175 11.7501 13.569 11.4 14.4398 10.8851L17.3818 9.14572C17.7384 8.93491 17.8565 8.47497 17.6457 8.11841C17.4349 7.76186 16.975 7.64371 16.6184 7.85452L13.6764 9.59395C12.832 10.0932 12.3831 10.2501 12.0001 10.2501C11.6171 10.2501 11.1682 10.0932 10.3238 9.59395L7.38182 7.85452Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-account-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5798 9.787L19.8155 7.38697C20.1765 7.18242 20.3571 7.08014 20.5039 7.16109C20.6507 7.24203 20.6604 7.44479 20.6798 7.85029C20.7058 8.39685 20.72 9.03051 20.736 9.7797C20.7403 9.98216 20.7437 10.1206 20.7462 10.2218C20.76 10.7735 21.1833 11.2298 21.7351 11.2416C22.2868 11.2533 22.7593 10.8159 22.7462 10.2642C22.7435 10.1519 22.7395 9.99261 22.734 9.73715L22.7324 9.66177C22.7012 8.19628 22.6753 6.98537 22.5047 6.00416C22.3229 4.9586 21.9641 4.08311 21.2146 3.33174C20.7913 2.90728 20.3249 2.6077 19.809 2.39389C19.7305 2.35104 19.6464 2.31873 19.5587 2.29811C19.2289 2.18184 18.8796 2.09616 18.5093 2.03176C17.5084 1.85765 16.2665 1.82652 14.7571 1.78868L14.6823 1.78681C12.7265 1.73773 11.2735 1.73774 9.3177 1.78681L9.24285 1.78869C7.73349 1.82652 6.49161 1.85765 5.49064 2.03175C4.42828 2.21654 3.53876 2.57641 2.78536 3.33174C2.0359 4.08311 1.67705 4.9586 1.49526 6.00416C1.32465 6.98538 1.29883 8.19623 1.26758 9.66175L1.26597 9.73714C1.24467 10.7351 1.24468 11.265 1.26599 12.2629L1.2676 12.3383C1.29884 13.8038 1.32466 15.0146 1.49527 15.9959C1.67707 17.0414 2.03592 17.9169 2.78537 18.6683C3.53878 19.4236 4.42829 19.7835 5.49066 19.9683C6.49162 20.1424 7.7335 20.1735 9.24286 20.2113L9.31772 20.2132C9.91661 20.2282 10.4684 20.2387 11.0018 20.2445C11.553 20.2505 11.9998 19.8032 11.9998 19.252C11.9998 18.7008 11.553 18.2545 11.0018 18.2483C10.4846 18.2426 9.94927 18.2324 9.36791 18.2178C7.76497 18.1776 6.67174 18.1476 5.83355 18.0018C5.04027 17.8638 4.5781 17.6374 4.20122 17.2595C3.82038 16.8777 3.59776 16.4218 3.46432 15.6543C3.32261 14.8393 3.29736 13.7803 3.26405 12.2203C3.24334 11.2508 3.24333 10.7492 3.26403 9.7797C3.28003 9.03061 3.29416 8.39704 3.32023 7.85053C3.33957 7.44501 3.34924 7.24225 3.49608 7.1613C3.64292 7.08035 3.82343 7.18263 4.18445 7.38719L8.41985 9.787C9.71946 10.5234 10.8186 11 11.9998 11C13.181 11 14.2801 10.5234 15.5798 9.787Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2069 18.426C16.9156 17.5247 19.0767 17.5247 20.7854 18.426C21.0949 18.5801 21.8016 18.9329 22.1755 19.2571C22.4084 19.4591 22.6863 19.7713 22.7379 20.1894C22.7949 20.6509 22.5578 21.0489 22.1925 21.3573C21.6329 21.8296 20.9113 22.25 19.9558 22.25H16.0365C15.081 22.25 14.3594 21.8296 13.7998 21.3573C13.4346 21.0489 13.1974 20.6509 13.2544 20.1894C13.306 19.7712 13.5839 19.4591 13.8168 19.2571C14.1907 18.9329 14.8974 18.5801 15.2069 18.426Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2462 14C15.2462 12.4812 16.4774 11.25 17.9962 11.25C19.5149 11.25 20.7462 12.4812 20.7462 14C20.7462 15.5188 19.5149 16.75 17.9962 16.75C16.4774 16.75 15.2462 15.5188 15.2462 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5798 9.787L19.8155 7.38697C20.1765 7.18242 20.3571 7.08014 20.5039 7.16109C20.6507 7.24203 20.6604 7.44479 20.6798 7.85029C20.7058 8.39685 20.72 9.03051 20.736 9.7797C20.7403 9.98216 20.7437 10.1206 20.7462 10.2218C20.76 10.7735 21.1833 11.2298 21.7351 11.2416C22.2868 11.2533 22.7593 10.8159 22.7462 10.2642C22.7435 10.1519 22.7395 9.99261 22.734 9.73715L22.7324 9.66177C22.7012 8.19628 22.6753 6.98537 22.5047 6.00416C22.3229 4.9586 21.9641 4.08311 21.2146 3.33174C20.7913 2.90728 20.3249 2.6077 19.809 2.39389C19.7305 2.35104 19.6464 2.31873 19.5587 2.29811C19.2289 2.18184 18.8796 2.09616 18.5093 2.03176C17.5084 1.85765 16.2665 1.82652 14.7571 1.78868L14.6823 1.78681C12.7265 1.73773 11.2735 1.73774 9.3177 1.78681L9.24285 1.78869C7.73349 1.82652 6.49161 1.85765 5.49064 2.03175C4.42828 2.21654 3.53876 2.57641 2.78536 3.33174C2.0359 4.08311 1.67705 4.9586 1.49526 6.00416C1.32465 6.98538 1.29883 8.19623 1.26758 9.66175L1.26597 9.73714C1.24467 10.7351 1.24468 11.265 1.26599 12.2629L1.2676 12.3383C1.29884 13.8038 1.32466 15.0146 1.49527 15.9959C1.67707 17.0414 2.03592 17.9169 2.78537 18.6683C3.53878 19.4236 4.42829 19.7835 5.49066 19.9683C6.49162 20.1424 7.7335 20.1735 9.24286 20.2113L9.31772 20.2132C9.91661 20.2282 10.4684 20.2387 11.0018 20.2445C11.553 20.2505 11.9998 19.8032 11.9998 19.252C11.9998 18.7008 11.553 18.2545 11.0018 18.2483C10.4846 18.2426 9.94927 18.2324 9.36791 18.2178C7.76497 18.1776 6.67174 18.1476 5.83355 18.0018C5.04027 17.8638 4.5781 17.6374 4.20122 17.2595C3.82038 16.8777 3.59776 16.4218 3.46432 15.6543C3.32261 14.8393 3.29736 13.7803 3.26405 12.2203C3.24334 11.2508 3.24333 10.7492 3.26403 9.7797C3.28003 9.03061 3.29416 8.39704 3.32023 7.85053C3.33957 7.44501 3.34924 7.24225 3.49608 7.1613C3.64292 7.08035 3.82343 7.18263 4.18445 7.38719L8.41985 9.787C9.71946 10.5234 10.8186 11 11.9998 11C13.181 11 14.2801 10.5234 15.5798 9.787Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2069 18.426C16.9156 17.5247 19.0767 17.5247 20.7854 18.426C21.0949 18.5801 21.8016 18.9329 22.1755 19.2571C22.4084 19.4591 22.6863 19.7713 22.7379 20.1894C22.7949 20.6509 22.5578 21.0489 22.1925 21.3573C21.6329 21.8296 20.9113 22.25 19.9558 22.25H16.0365C15.081 22.25 14.3594 21.8296 13.7998 21.3573C13.4346 21.0489 13.1974 20.6509 13.2544 20.1894C13.306 19.7712 13.5839 19.4591 13.8168 19.2571C14.1907 18.9329 14.8974 18.5801 15.2069 18.426Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2462 14C15.2462 12.4812 16.4774 11.25 17.9962 11.25C19.5149 11.25 20.7462 12.4812 20.7462 14C20.7462 15.5188 19.5149 16.75 17.9962 16.75C16.4774 16.75 15.2462 15.5188 15.2462 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-account-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.07998 1.7868C11.033 1.73773 12.967 1.73773 14.92 1.78681L14.9782 1.78827C16.503 1.82656 17.73 1.85737 18.7133 2.02862C19.7428 2.20791 20.5795 2.55179 21.2864 3.26134C21.9903 3.96792 22.3324 4.79261 22.5082 5.80542C22.6757 6.76979 22.7012 7.96683 22.7328 9.44967L22.7341 9.5084C22.7521 10.3554 22.7548 11.1981 22.7422 12.0438C22.7401 12.1868 22.739 12.2582 22.7135 12.3149C22.6829 12.3827 22.6274 12.4374 22.5591 12.4669C22.5021 12.4916 22.4301 12.4916 22.2862 12.4916C22.1817 12.4916 22.1294 12.4916 22.0865 12.4784C22.0312 12.4615 21.9906 12.4357 21.9519 12.3928C21.9217 12.3595 21.897 12.3066 21.8475 12.2009C21.1701 10.753 19.7002 9.75 17.996 9.75C15.6488 9.75 13.746 11.6528 13.746 14C13.746 14.9759 14.0749 15.8751 14.628 16.5925C14.7523 16.7537 14.7042 16.9959 14.5239 17.0904L14.5033 17.1006C14.2123 17.245 13.3599 17.6677 12.8339 18.1239C12.5123 18.4028 11.8861 19.028 11.7655 20.0057C11.7488 20.1411 11.638 20.2495 11.5017 20.2489C10.6959 20.2455 9.88959 20.2335 9.07999 20.2132L9.02177 20.2117C7.49697 20.1735 6.27001 20.1426 5.2867 19.9714C4.2572 19.7921 3.42048 19.4482 2.71362 18.7387C2.00972 18.0321 1.66764 17.2074 1.49176 16.1946C1.32429 15.2302 1.29878 14.0332 1.26719 12.5504L1.26594 12.4916C1.24469 11.4953 1.24469 10.5047 1.26593 9.50839L1.26719 9.44965C1.29878 7.9668 1.32429 6.76978 1.49176 5.8054C1.66764 4.7926 2.00971 3.9679 2.71362 3.26132C3.42048 2.55177 4.2572 2.20789 5.2867 2.0286C6.27002 1.85735 7.49699 1.82655 9.02182 1.78826L9.07998 1.7868ZM7.38182 6.36623C7.02527 6.15543 6.56533 6.27358 6.35452 6.63013C6.14371 6.98669 6.26186 7.44663 6.61841 7.65744L9.56043 9.39687C10.4313 9.91175 11.1827 10.2618 12.0001 10.2618C12.8175 10.2618 13.569 9.91175 14.4398 9.39687L17.3818 7.65744C17.7384 7.44663 17.8565 6.98669 17.6457 6.63013C17.4349 6.27358 16.975 6.15543 16.6184 6.36623L13.6764 8.10567C12.832 8.60488 12.3831 8.76184 12.0001 8.76184C11.6171 8.76184 11.1682 8.60488 10.3238 8.10567L7.38182 6.36623Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2071 18.426C16.9158 17.5247 19.0768 17.5247 20.7855 18.426C21.095 18.5801 21.8018 18.9329 22.1756 19.2571C22.4085 19.4591 22.6865 19.7713 22.7381 20.1894C22.795 20.6509 22.5579 21.0489 22.1926 21.3573C21.633 21.8296 20.9114 22.25 19.9559 22.25H16.0367C15.0812 22.25 14.3596 21.8296 13.8 21.3573C13.4347 21.0489 13.1976 20.6509 13.2545 20.1894C13.3061 19.7712 13.5841 19.4591 13.8169 19.2571C14.1908 18.9329 14.8975 18.5801 15.2071 18.426Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2463 14C15.2463 12.4812 16.4775 11.25 17.9963 11.25C19.5151 11.25 20.7463 12.4812 20.7463 14C20.7463 15.5188 19.5151 16.75 17.9963 16.75C16.4775 16.75 15.2463 15.5188 15.2463 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.07998 1.7868C11.033 1.73773 12.967 1.73773 14.92 1.78681L14.9782 1.78827C16.503 1.82656 17.73 1.85737 18.7133 2.02862C19.7428 2.20791 20.5795 2.55179 21.2864 3.26134C21.9903 3.96792 22.3324 4.79261 22.5082 5.80542C22.6757 6.76979 22.7012 7.96683 22.7328 9.44967L22.7341 9.5084C22.7521 10.3554 22.7548 11.1981 22.7422 12.0438C22.7401 12.1868 22.739 12.2582 22.7135 12.3149C22.6829 12.3827 22.6274 12.4374 22.5591 12.4669C22.5021 12.4916 22.4301 12.4916 22.2862 12.4916C22.1817 12.4916 22.1294 12.4916 22.0865 12.4784C22.0312 12.4615 21.9906 12.4357 21.9519 12.3928C21.9217 12.3595 21.897 12.3066 21.8475 12.2009C21.1701 10.753 19.7002 9.75 17.996 9.75C15.6488 9.75 13.746 11.6528 13.746 14C13.746 14.9759 14.0749 15.8751 14.628 16.5925C14.7523 16.7537 14.7042 16.9959 14.5239 17.0904L14.5033 17.1006C14.2123 17.245 13.3599 17.6677 12.8339 18.1239C12.5123 18.4028 11.8861 19.028 11.7655 20.0057C11.7488 20.1411 11.638 20.2495 11.5017 20.2489C10.6959 20.2455 9.88959 20.2335 9.07999 20.2132L9.02177 20.2117C7.49697 20.1735 6.27001 20.1426 5.2867 19.9714C4.2572 19.7921 3.42048 19.4482 2.71362 18.7387C2.00972 18.0321 1.66764 17.2074 1.49176 16.1946C1.32429 15.2302 1.29878 14.0332 1.26719 12.5504L1.26594 12.4916C1.24469 11.4953 1.24469 10.5047 1.26593 9.50839L1.26719 9.44965C1.29878 7.9668 1.32429 6.76978 1.49176 5.8054C1.66764 4.7926 2.00971 3.9679 2.71362 3.26132C3.42048 2.55177 4.2572 2.20789 5.2867 2.0286C6.27002 1.85735 7.49699 1.82655 9.02182 1.78826L9.07998 1.7868ZM7.38182 6.36623C7.02527 6.15543 6.56533 6.27358 6.35452 6.63013C6.14371 6.98669 6.26186 7.44663 6.61841 7.65744L9.56043 9.39687C10.4313 9.91175 11.1827 10.2618 12.0001 10.2618C12.8175 10.2618 13.569 9.91175 14.4398 9.39687L17.3818 7.65744C17.7384 7.44663 17.8565 6.98669 17.6457 6.63013C17.4349 6.27358 16.975 6.15543 16.6184 6.36623L13.6764 8.10567C12.832 8.60488 12.3831 8.76184 12.0001 8.76184C11.6171 8.76184 11.1682 8.60488 10.3238 8.10567L7.38182 6.36623Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2071 18.426C16.9158 17.5247 19.0768 17.5247 20.7855 18.426C21.095 18.5801 21.8018 18.9329 22.1756 19.2571C22.4085 19.4591 22.6865 19.7713 22.7381 20.1894C22.795 20.6509 22.5579 21.0489 22.1926 21.3573C21.633 21.8296 20.9114 22.25 19.9559 22.25H16.0367C15.0812 22.25 14.3596 21.8296 13.8 21.3573C13.4347 21.0489 13.1976 20.6509 13.2545 20.1894C13.3061 19.7712 13.5841 19.4591 13.8169 19.2571C14.1908 18.9329 14.8975 18.5801 15.2071 18.426Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2463 14C15.2463 12.4812 16.4775 11.25 17.9963 11.25C19.5151 11.25 20.7463 12.4812 20.7463 14C20.7463 15.5188 19.5151 16.75 17.9963 16.75C16.4775 16.75 15.2463 15.5188 15.2463 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4546 10.162L19.6904 7.76197C20.0514 7.55742 20.2319 7.45514 20.3788 7.53609C20.5256 7.61703 20.5353 7.81979 20.5546 8.22529C20.5807 8.77185 20.5948 9.40551 20.6108 10.1547C20.6232 10.7362 20.6282 11.1493 20.6257 11.5961C20.6227 12.1479 21.0582 12.6048 21.6099 12.6166C22.1616 12.6283 22.6206 12.1905 22.624 11.6387C22.627 11.1618 22.622 10.7253 22.6089 10.1121L22.6073 10.0368C22.576 8.57128 22.5502 7.36037 22.3796 6.37916C22.1978 5.3336 21.839 4.45811 21.0895 3.70674C20.6661 3.28228 20.1998 2.9827 19.6839 2.76889C19.6054 2.72604 19.5212 2.69373 19.4336 2.67311C19.1038 2.55684 18.7545 2.47116 18.3842 2.40676C17.3833 2.23265 16.1414 2.20152 14.632 2.16368L14.5572 2.16181C12.6014 2.11273 11.1483 2.11274 9.19257 2.16181L9.11772 2.16369C7.60836 2.20152 6.36648 2.23265 5.36552 2.40675C4.30315 2.59154 3.41363 2.95141 2.66023 3.70674C1.91077 4.45811 1.55192 5.3336 1.37013 6.37916C1.19952 7.36038 1.1737 8.57123 1.14245 10.0367L1.14084 10.1121C1.11954 11.1101 1.11955 11.64 1.14086 12.6379L1.14247 12.7133C1.17371 14.1788 1.19953 15.3896 1.37014 16.3709C1.55194 17.4164 1.91079 18.2919 2.66024 19.0433C3.41365 19.7986 4.30316 20.1585 5.36553 20.3433C6.36649 20.5174 7.60837 20.5485 9.11773 20.5863L9.19259 20.5882C9.79148 20.6032 10.3432 20.6137 10.8767 20.6195C11.4279 20.6255 11.8747 20.1782 11.8747 19.627C11.8747 19.0758 11.4279 18.6295 10.8767 18.6233C10.3595 18.6176 9.82414 18.6074 9.24278 18.5928C7.63984 18.5526 6.54661 18.5226 5.70842 18.3768C4.91514 18.2388 4.45297 18.0124 4.07609 17.6345C3.69525 17.2527 3.47263 16.7968 3.33919 16.0293C3.19748 15.2143 3.17223 14.1553 3.13892 12.5953C3.11821 11.6258 3.1182 11.1242 3.1389 10.1547C3.1549 9.40561 3.16903 8.77204 3.1951 8.22553C3.21444 7.82001 3.22411 7.61725 3.37095 7.5363C3.51779 7.45535 3.6983 7.55763 4.05932 7.76219L8.29472 10.162C9.59433 10.8984 10.6935 11.375 11.8747 11.375C13.0559 11.375 14.155 10.8984 15.4546 10.162Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8751 11.875C18.4274 11.875 18.8751 12.3227 18.8751 12.875V15.875H21.8751C22.4274 15.875 22.8751 16.3227 22.8751 16.875C22.8751 17.4273 22.4274 17.875 21.8751 17.875H18.8751V20.875C18.8751 21.4273 18.4274 21.875 17.8751 21.875C17.3228 21.875 16.8751 21.4273 16.8751 20.875V17.875H13.8751C13.3228 17.875 12.8751 17.4273 12.8751 16.875C12.8751 16.3227 13.3228 15.875 13.8751 15.875H16.8751L16.8751 12.875C16.8751 12.3227 17.3228 11.875 17.8751 11.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4546 10.162L19.6904 7.76197C20.0514 7.55742 20.2319 7.45514 20.3788 7.53609C20.5256 7.61703 20.5353 7.81979 20.5546 8.22529C20.5807 8.77185 20.5948 9.40551 20.6108 10.1547C20.6232 10.7362 20.6282 11.1493 20.6257 11.5961C20.6227 12.1479 21.0582 12.6048 21.6099 12.6166C22.1616 12.6283 22.6206 12.1905 22.624 11.6387C22.627 11.1618 22.622 10.7253 22.6089 10.1121L22.6073 10.0368C22.576 8.57128 22.5502 7.36037 22.3796 6.37916C22.1978 5.3336 21.839 4.45811 21.0895 3.70674C20.6661 3.28228 20.1998 2.9827 19.6839 2.76889C19.6054 2.72604 19.5212 2.69373 19.4336 2.67311C19.1038 2.55684 18.7545 2.47116 18.3842 2.40676C17.3833 2.23265 16.1414 2.20152 14.632 2.16368L14.5572 2.16181C12.6014 2.11273 11.1483 2.11274 9.19257 2.16181L9.11772 2.16369C7.60836 2.20152 6.36648 2.23265 5.36552 2.40675C4.30315 2.59154 3.41363 2.95141 2.66023 3.70674C1.91077 4.45811 1.55192 5.3336 1.37013 6.37916C1.19952 7.36038 1.1737 8.57123 1.14245 10.0367L1.14084 10.1121C1.11954 11.1101 1.11955 11.64 1.14086 12.6379L1.14247 12.7133C1.17371 14.1788 1.19953 15.3896 1.37014 16.3709C1.55194 17.4164 1.91079 18.2919 2.66024 19.0433C3.41365 19.7986 4.30316 20.1585 5.36553 20.3433C6.36649 20.5174 7.60837 20.5485 9.11773 20.5863L9.19259 20.5882C9.79148 20.6032 10.3432 20.6137 10.8767 20.6195C11.4279 20.6255 11.8747 20.1782 11.8747 19.627C11.8747 19.0758 11.4279 18.6295 10.8767 18.6233C10.3595 18.6176 9.82414 18.6074 9.24278 18.5928C7.63984 18.5526 6.54661 18.5226 5.70842 18.3768C4.91514 18.2388 4.45297 18.0124 4.07609 17.6345C3.69525 17.2527 3.47263 16.7968 3.33919 16.0293C3.19748 15.2143 3.17223 14.1553 3.13892 12.5953C3.11821 11.6258 3.1182 11.1242 3.1389 10.1547C3.1549 9.40561 3.16903 8.77204 3.1951 8.22553C3.21444 7.82001 3.22411 7.61725 3.37095 7.5363C3.51779 7.45535 3.6983 7.55763 4.05932 7.76219L8.29472 10.162C9.59433 10.8984 10.6935 11.375 11.8747 11.375C13.0559 11.375 14.155 10.8984 15.4546 10.162Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8751 11.875C18.4274 11.875 18.8751 12.3227 18.8751 12.875V15.875H21.8751C22.4274 15.875 22.8751 16.3227 22.8751 16.875C22.8751 17.4273 22.4274 17.875 21.8751 17.875H18.8751V20.875C18.8751 21.4273 18.4274 21.875 17.8751 21.875C17.3228 21.875 16.8751 21.4273 16.8751 20.875V17.875H13.8751C13.3228 17.875 12.8751 17.4273 12.8751 16.875C12.8751 16.3227 13.3228 15.875 13.8751 15.875H16.8751L16.8751 12.875C16.8751 12.3227 17.3228 11.875 17.8751 11.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 1.6618C10.908 1.61273 12.842 1.61273 14.795 1.66181L14.8532 1.66327C16.378 1.70156 17.605 1.73237 18.5883 1.90362C19.6178 2.08291 20.4545 2.42679 21.1614 3.13634C21.8653 3.84292 22.2074 4.66761 22.3832 5.68042C22.5507 6.64479 22.5762 7.84183 22.6078 9.32467L22.6091 9.3834C22.6303 10.3797 22.6303 11.3703 22.6091 12.3666L22.6078 12.4255L22.6078 12.4258C22.5931 13.1145 22.5798 13.7416 22.5529 14.3124C22.5412 14.5591 22.5354 14.6825 22.4788 14.7568C22.4567 14.7858 22.4405 14.8012 22.4106 14.8219C22.3336 14.875 22.1808 14.875 21.875 14.875H20.975C20.6922 14.875 20.5507 14.875 20.4629 14.7871C20.375 14.6993 20.375 14.5578 20.375 14.275V13.375C20.375 11.9943 19.2557 10.875 17.875 10.875C16.4943 10.875 15.375 11.9943 15.375 13.375V14.275C15.375 14.5578 15.375 14.6993 15.2871 14.7871C15.1993 14.875 15.0578 14.875 14.775 14.875H13.875C12.4943 14.875 11.375 15.9943 11.375 17.375V19.5213C11.375 19.8056 11.375 19.9477 11.2861 20.0358C11.1972 20.1238 11.0556 20.1224 10.7724 20.1197C10.1677 20.114 9.56226 20.1035 8.95499 20.0882L8.89677 20.0867C7.37197 20.0485 6.14501 20.0176 5.1617 19.8464C4.1322 19.6671 3.29548 19.3232 2.58862 18.6137C1.88472 17.9071 1.54264 17.0824 1.36676 16.0696C1.19929 15.1052 1.17379 13.9082 1.14219 12.4254L1.14094 12.3666C1.11969 11.3703 1.11969 10.3797 1.14093 9.38339L1.14219 9.32465C1.17378 7.8418 1.19929 6.64478 1.36676 5.6804C1.54264 4.6676 1.88471 3.8429 2.58862 3.13632C3.29548 2.42677 4.1322 2.08289 5.1617 1.9036C6.14502 1.73235 7.372 1.70155 8.89682 1.66326L8.95499 1.6618ZM7.25682 6.72939C6.90027 6.51858 6.44033 6.63674 6.22952 6.99329C6.01871 7.34985 6.13686 7.80979 6.49341 8.0206L9.43543 9.76003C10.3063 10.2749 11.0577 10.625 11.8751 10.625C12.6925 10.625 13.444 10.2749 14.3148 9.76003L17.2568 8.0206C17.6134 7.80979 17.7315 7.34985 17.5207 6.99329C17.3099 6.63674 16.85 6.51858 16.4934 6.72939L13.5514 8.46882C12.707 8.96804 12.2581 9.125 11.8751 9.125C11.4921 9.125 11.0432 8.96804 10.1988 8.46882L7.25682 6.72939Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.875 12.375C18.4273 12.375 18.875 12.8227 18.875 13.375V16.375H21.875C22.4273 16.375 22.875 16.8227 22.875 17.375C22.875 17.9273 22.4273 18.375 21.875 18.375H18.875V21.375C18.875 21.9273 18.4273 22.375 17.875 22.375C17.3227 22.375 16.875 21.9273 16.875 21.375V18.375H13.875C13.3227 18.375 12.875 17.9273 12.875 17.375C12.875 16.8227 13.3227 16.375 13.875 16.375H16.875L16.875 13.375C16.875 12.8227 17.3227 12.375 17.875 12.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 1.6618C10.908 1.61273 12.842 1.61273 14.795 1.66181L14.8532 1.66327C16.378 1.70156 17.605 1.73237 18.5883 1.90362C19.6178 2.08291 20.4545 2.42679 21.1614 3.13634C21.8653 3.84292 22.2074 4.66761 22.3832 5.68042C22.5507 6.64479 22.5762 7.84183 22.6078 9.32467L22.6091 9.3834C22.6303 10.3797 22.6303 11.3703 22.6091 12.3666L22.6078 12.4255L22.6078 12.4258C22.5931 13.1145 22.5798 13.7416 22.5529 14.3124C22.5412 14.5591 22.5354 14.6825 22.4788 14.7568C22.4567 14.7858 22.4405 14.8012 22.4106 14.8219C22.3336 14.875 22.1808 14.875 21.875 14.875H20.975C20.6922 14.875 20.5507 14.875 20.4629 14.7871C20.375 14.6993 20.375 14.5578 20.375 14.275V13.375C20.375 11.9943 19.2557 10.875 17.875 10.875C16.4943 10.875 15.375 11.9943 15.375 13.375V14.275C15.375 14.5578 15.375 14.6993 15.2871 14.7871C15.1993 14.875 15.0578 14.875 14.775 14.875H13.875C12.4943 14.875 11.375 15.9943 11.375 17.375V19.5213C11.375 19.8056 11.375 19.9477 11.2861 20.0358C11.1972 20.1238 11.0556 20.1224 10.7724 20.1197C10.1677 20.114 9.56226 20.1035 8.95499 20.0882L8.89677 20.0867C7.37197 20.0485 6.14501 20.0176 5.1617 19.8464C4.1322 19.6671 3.29548 19.3232 2.58862 18.6137C1.88472 17.9071 1.54264 17.0824 1.36676 16.0696C1.19929 15.1052 1.17379 13.9082 1.14219 12.4254L1.14094 12.3666C1.11969 11.3703 1.11969 10.3797 1.14093 9.38339L1.14219 9.32465C1.17378 7.8418 1.19929 6.64478 1.36676 5.6804C1.54264 4.6676 1.88471 3.8429 2.58862 3.13632C3.29548 2.42677 4.1322 2.08289 5.1617 1.9036C6.14502 1.73235 7.372 1.70155 8.89682 1.66326L8.95499 1.6618ZM7.25682 6.72939C6.90027 6.51858 6.44033 6.63674 6.22952 6.99329C6.01871 7.34985 6.13686 7.80979 6.49341 8.0206L9.43543 9.76003C10.3063 10.2749 11.0577 10.625 11.8751 10.625C12.6925 10.625 13.444 10.2749 14.3148 9.76003L17.2568 8.0206C17.6134 7.80979 17.7315 7.34985 17.5207 6.99329C17.3099 6.63674 16.85 6.51858 16.4934 6.72939L13.5514 8.46882C12.707 8.96804 12.2581 9.125 11.8751 9.125C11.4921 9.125 11.0432 8.96804 10.1988 8.46882L7.25682 6.72939Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.875 12.375C18.4273 12.375 18.875 12.8227 18.875 13.375V16.375H21.875C22.4273 16.375 22.875 16.8227 22.875 17.375C22.875 17.9273 22.4273 18.375 21.875 18.375H18.875V21.375C18.875 21.9273 18.4273 22.375 17.875 22.375C17.3227 22.375 16.875 21.9273 16.875 21.375V18.375H13.875C13.3227 18.375 12.875 17.9273 12.875 17.375C12.875 16.8227 13.3227 16.375 13.875 16.375H16.875L16.875 13.375C16.875 12.8227 17.3227 12.375 17.875 12.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-at-sign-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.8751 16.875C18.8751 17.7034 18.2035 18.375 17.3751 18.375C16.5466 18.375 15.8751 17.7034 15.8751 16.875C15.8751 16.0466 16.5466 15.375 17.3751 15.375C18.2035 15.375 18.8751 16.0466 18.8751 16.875Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M15.4546 9.662L19.6904 7.26197C20.0514 7.05742 20.2319 6.95514 20.3788 7.03609C20.5256 7.11703 20.5353 7.31979 20.5546 7.72529C20.5807 8.27185 20.5948 8.90551 20.6108 9.6547C20.6152 9.85716 20.6186 9.9956 20.6211 10.0968C20.6348 10.6485 21.0582 11.1048 21.6099 11.1166C22.1616 11.1283 22.6341 10.6909 22.6211 10.1392C22.6184 10.0269 22.6143 9.86761 22.6089 9.61215L22.6073 9.53677C22.576 8.07128 22.5502 6.86037 22.3796 5.87916C22.1978 4.8336 21.839 3.95811 21.0895 3.20674C20.6661 2.78228 20.1998 2.4827 19.6839 2.26889C19.6054 2.22604 19.5212 2.19373 19.4336 2.17311C19.1038 2.05684 18.7545 1.97116 18.3842 1.90676C17.3833 1.73265 16.1414 1.70152 14.632 1.66368L14.5572 1.66181C12.6014 1.61273 11.1483 1.61274 9.19257 1.66181L9.11772 1.66369C7.60836 1.70152 6.36648 1.73265 5.36552 1.90675C4.30315 2.09154 3.41363 2.45141 2.66023 3.20674C1.91077 3.95811 1.55192 4.8336 1.37013 5.87916C1.19952 6.86038 1.1737 8.07123 1.14245 9.53675L1.14084 9.61214C1.11954 10.6101 1.11955 11.14 1.14086 12.1379L1.14247 12.2133C1.17371 13.6788 1.19953 14.8896 1.37014 15.8709C1.55194 16.9164 1.91079 17.7919 2.66024 18.5433C3.41365 19.2986 4.30316 19.6585 5.36553 19.8433C6.36649 20.0174 7.60837 20.0485 9.11773 20.0863L9.19259 20.0882C9.52079 20.0964 9.72217 20.1033 9.87711 20.1088C10.428 20.1282 10.8747 19.6782 10.8747 19.127C10.8747 18.5758 10.4278 18.1314 9.87696 18.1118C9.73185 18.1066 9.5418 18.1003 9.24278 18.0928C7.63984 18.0526 6.54661 18.0226 5.70842 17.8768C4.91514 17.7388 4.45297 17.5124 4.07609 17.1345C3.69525 16.7527 3.47263 16.2968 3.33919 15.5293C3.19748 14.7143 3.17223 13.6553 3.13892 12.0953C3.11821 11.1258 3.1182 10.6242 3.1389 9.6547C3.1549 8.90561 3.16903 8.27204 3.1951 7.72553C3.21444 7.32001 3.22411 7.11725 3.37095 7.0363C3.51779 6.95535 3.6983 7.05763 4.05932 7.26219L8.29472 9.662C9.59433 10.3984 10.6935 10.875 11.8747 10.875C13.0559 10.875 14.155 10.3984 15.4546 9.662Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.3751 13.375C15.4421 13.375 13.8751 14.942 13.8751 16.875C13.8751 18.808 15.4421 20.375 17.3751 20.375C17.9274 20.375 18.3751 20.8227 18.3751 21.375C18.3751 21.9273 17.9274 22.375 17.3751 22.375C14.3375 22.375 11.8751 19.9126 11.8751 16.875C11.8751 13.8374 14.3375 11.375 17.3751 11.375C20.4126 11.375 22.8751 13.8374 22.8751 16.875V17.375C22.8751 18.7557 21.7558 19.875 20.3751 19.875C19.6547 19.875 19.0054 19.5703 18.5492 19.0827C18.1991 19.2693 17.7994 19.375 17.3751 19.375C15.9944 19.375 14.8751 18.2557 14.8751 16.875C14.8751 15.4943 15.9944 14.375 17.3751 14.375C18.7558 14.375 19.8751 15.4943 19.8751 16.875V17.375C19.8751 17.6511 20.0989 17.875 20.3751 17.875C20.6512 17.875 20.8751 17.6511 20.8751 17.375V16.875C20.8751 14.942 19.3081 13.375 17.3751 13.375ZM17.8751 16.875C17.8751 16.5989 17.6512 16.375 17.3751 16.375C17.0989 16.375 16.8751 16.5989 16.8751 16.875C16.8751 17.1511 17.0989 17.375 17.3751 17.375C17.6512 17.375 17.8751 17.1511 17.8751 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.8751 16.875C18.8751 17.7034 18.2035 18.375 17.3751 18.375C16.5466 18.375 15.8751 17.7034 15.8751 16.875C15.8751 16.0466 16.5466 15.375 17.3751 15.375C18.2035 15.375 18.8751 16.0466 18.8751 16.875Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M15.4546 9.662L19.6904 7.26197C20.0514 7.05742 20.2319 6.95514 20.3788 7.03609C20.5256 7.11703 20.5353 7.31979 20.5546 7.72529C20.5807 8.27185 20.5948 8.90551 20.6108 9.6547C20.6152 9.85716 20.6186 9.9956 20.6211 10.0968C20.6348 10.6485 21.0582 11.1048 21.6099 11.1166C22.1616 11.1283 22.6341 10.6909 22.6211 10.1392C22.6184 10.0269 22.6143 9.86761 22.6089 9.61215L22.6073 9.53677C22.576 8.07128 22.5502 6.86037 22.3796 5.87916C22.1978 4.8336 21.839 3.95811 21.0895 3.20674C20.6661 2.78228 20.1998 2.4827 19.6839 2.26889C19.6054 2.22604 19.5212 2.19373 19.4336 2.17311C19.1038 2.05684 18.7545 1.97116 18.3842 1.90676C17.3833 1.73265 16.1414 1.70152 14.632 1.66368L14.5572 1.66181C12.6014 1.61273 11.1483 1.61274 9.19257 1.66181L9.11772 1.66369C7.60836 1.70152 6.36648 1.73265 5.36552 1.90675C4.30315 2.09154 3.41363 2.45141 2.66023 3.20674C1.91077 3.95811 1.55192 4.8336 1.37013 5.87916C1.19952 6.86038 1.1737 8.07123 1.14245 9.53675L1.14084 9.61214C1.11954 10.6101 1.11955 11.14 1.14086 12.1379L1.14247 12.2133C1.17371 13.6788 1.19953 14.8896 1.37014 15.8709C1.55194 16.9164 1.91079 17.7919 2.66024 18.5433C3.41365 19.2986 4.30316 19.6585 5.36553 19.8433C6.36649 20.0174 7.60837 20.0485 9.11773 20.0863L9.19259 20.0882C9.52079 20.0964 9.72217 20.1033 9.87711 20.1088C10.428 20.1282 10.8747 19.6782 10.8747 19.127C10.8747 18.5758 10.4278 18.1314 9.87696 18.1118C9.73185 18.1066 9.5418 18.1003 9.24278 18.0928C7.63984 18.0526 6.54661 18.0226 5.70842 17.8768C4.91514 17.7388 4.45297 17.5124 4.07609 17.1345C3.69525 16.7527 3.47263 16.2968 3.33919 15.5293C3.19748 14.7143 3.17223 13.6553 3.13892 12.0953C3.11821 11.1258 3.1182 10.6242 3.1389 9.6547C3.1549 8.90561 3.16903 8.27204 3.1951 7.72553C3.21444 7.32001 3.22411 7.11725 3.37095 7.0363C3.51779 6.95535 3.6983 7.05763 4.05932 7.26219L8.29472 9.662C9.59433 10.3984 10.6935 10.875 11.8747 10.875C13.0559 10.875 14.155 10.3984 15.4546 9.662Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.3751 13.375C15.4421 13.375 13.8751 14.942 13.8751 16.875C13.8751 18.808 15.4421 20.375 17.3751 20.375C17.9274 20.375 18.3751 20.8227 18.3751 21.375C18.3751 21.9273 17.9274 22.375 17.3751 22.375C14.3375 22.375 11.8751 19.9126 11.8751 16.875C11.8751 13.8374 14.3375 11.375 17.3751 11.375C20.4126 11.375 22.8751 13.8374 22.8751 16.875V17.375C22.8751 18.7557 21.7558 19.875 20.3751 19.875C19.6547 19.875 19.0054 19.5703 18.5492 19.0827C18.1991 19.2693 17.7994 19.375 17.3751 19.375C15.9944 19.375 14.8751 18.2557 14.8751 16.875C14.8751 15.4943 15.9944 14.375 17.3751 14.375C18.7558 14.375 19.8751 15.4943 19.8751 16.875V17.375C19.8751 17.6511 20.0989 17.875 20.3751 17.875C20.6512 17.875 20.8751 17.6511 20.8751 17.375V16.875C20.8751 14.942 19.3081 13.375 17.3751 13.375ZM17.8751 16.875C17.8751 16.5989 17.6512 16.375 17.3751 16.375C17.0989 16.375 16.8751 16.5989 16.8751 16.875C16.8751 17.1511 17.0989 17.375 17.3751 17.375C17.6512 17.375 17.8751 17.1511 17.8751 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-at-sign-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 1.6618C10.908 1.61273 12.842 1.61273 14.795 1.66181L14.8532 1.66327C16.378 1.70156 17.605 1.73237 18.5883 1.90362C19.6178 2.08291 20.4545 2.42679 21.1614 3.13634C21.8653 3.84292 22.2074 4.66761 22.3832 5.68042C22.5507 6.64479 22.5762 7.84183 22.6078 9.32467L22.6091 9.3834C22.6184 9.82148 22.6236 10.2584 22.6248 10.6952C22.6264 11.3186 22.6272 11.6303 22.4635 11.7142C22.2997 11.798 22.0253 11.5993 21.4764 11.2018C20.3238 10.3671 18.9069 9.875 17.375 9.875C13.509 9.875 10.375 13.009 10.375 16.875C10.375 17.693 10.5153 18.4781 10.7731 19.2078C10.9285 19.6476 11.0063 19.8675 10.9148 19.9948C10.8234 20.122 10.6067 20.1189 10.1733 20.1125C9.76778 20.1065 9.3618 20.0984 8.95499 20.0882L8.89677 20.0867C7.37197 20.0485 6.14501 20.0176 5.1617 19.8464C4.1322 19.6671 3.29548 19.3232 2.58862 18.6137C1.88472 17.9071 1.54264 17.0824 1.36676 16.0696C1.19929 15.1052 1.17379 13.9082 1.14219 12.4254L1.14094 12.3666C1.11969 11.3703 1.11969 10.3797 1.14093 9.38339L1.14219 9.32465C1.17378 7.8418 1.19929 6.64478 1.36676 5.6804C1.54264 4.6676 1.88471 3.8429 2.58862 3.13632C3.29548 2.42677 4.1322 2.08289 5.1617 1.9036C6.14502 1.73235 7.372 1.70155 8.89682 1.66326L8.95499 1.6618ZM7.25682 6.01467C6.90027 5.80386 6.44033 5.92201 6.22952 6.27857C6.01871 6.63513 6.13686 7.09507 6.49341 7.30588L9.43543 9.04531C10.3063 9.56019 11.0577 9.91027 11.8751 9.91027C12.6925 9.91027 13.444 9.56019 14.3148 9.04531L17.2568 7.30588C17.6134 7.09507 17.7315 6.63513 17.5207 6.27857C17.3099 5.92201 16.85 5.80386 16.4934 6.01467L13.5514 7.7541C12.707 8.25332 12.2581 8.41027 11.8751 8.41027C11.4921 8.41027 11.0432 8.25332 10.1988 7.7541L7.25682 6.01467Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.375 13.375C15.442 13.375 13.875 14.942 13.875 16.875C13.875 18.808 15.442 20.375 17.375 20.375C17.9273 20.375 18.375 20.8227 18.375 21.375C18.375 21.9273 17.9273 22.375 17.375 22.375C14.3374 22.375 11.875 19.9126 11.875 16.875C11.875 13.8374 14.3374 11.375 17.375 11.375C20.4126 11.375 22.875 13.8374 22.875 16.875V17.375C22.875 18.7557 21.7557 19.875 20.375 19.875C19.6546 19.875 19.0053 19.5703 18.5491 19.0827C18.1991 19.2693 17.7994 19.375 17.375 19.375C15.9943 19.375 14.875 18.2557 14.875 16.875C14.875 15.4943 15.9943 14.375 17.375 14.375C18.7557 14.375 19.875 15.4943 19.875 16.875V17.375C19.875 17.6511 20.0989 17.875 20.375 17.875C20.6511 17.875 20.875 17.6511 20.875 17.375V16.875C20.875 14.942 19.308 13.375 17.375 13.375ZM17.875 16.875C17.875 16.5989 17.6511 16.375 17.375 16.375C17.0989 16.375 16.875 16.5989 16.875 16.875C16.875 17.1511 17.0989 17.375 17.375 17.375C17.6511 17.375 17.875 17.1511 17.875 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 1.6618C10.908 1.61273 12.842 1.61273 14.795 1.66181L14.8532 1.66327C16.378 1.70156 17.605 1.73237 18.5883 1.90362C19.6178 2.08291 20.4545 2.42679 21.1614 3.13634C21.8653 3.84292 22.2074 4.66761 22.3832 5.68042C22.5507 6.64479 22.5762 7.84183 22.6078 9.32467L22.6091 9.3834C22.6184 9.82148 22.6236 10.2584 22.6248 10.6952C22.6264 11.3186 22.6272 11.6303 22.4635 11.7142C22.2997 11.798 22.0253 11.5993 21.4764 11.2018C20.3238 10.3671 18.9069 9.875 17.375 9.875C13.509 9.875 10.375 13.009 10.375 16.875C10.375 17.693 10.5153 18.4781 10.7731 19.2078C10.9285 19.6476 11.0063 19.8675 10.9148 19.9948C10.8234 20.122 10.6067 20.1189 10.1733 20.1125C9.76778 20.1065 9.3618 20.0984 8.95499 20.0882L8.89677 20.0867C7.37197 20.0485 6.14501 20.0176 5.1617 19.8464C4.1322 19.6671 3.29548 19.3232 2.58862 18.6137C1.88472 17.9071 1.54264 17.0824 1.36676 16.0696C1.19929 15.1052 1.17379 13.9082 1.14219 12.4254L1.14094 12.3666C1.11969 11.3703 1.11969 10.3797 1.14093 9.38339L1.14219 9.32465C1.17378 7.8418 1.19929 6.64478 1.36676 5.6804C1.54264 4.6676 1.88471 3.8429 2.58862 3.13632C3.29548 2.42677 4.1322 2.08289 5.1617 1.9036C6.14502 1.73235 7.372 1.70155 8.89682 1.66326L8.95499 1.6618ZM7.25682 6.01467C6.90027 5.80386 6.44033 5.92201 6.22952 6.27857C6.01871 6.63513 6.13686 7.09507 6.49341 7.30588L9.43543 9.04531C10.3063 9.56019 11.0577 9.91027 11.8751 9.91027C12.6925 9.91027 13.444 9.56019 14.3148 9.04531L17.2568 7.30588C17.6134 7.09507 17.7315 6.63513 17.5207 6.27857C17.3099 5.92201 16.85 5.80386 16.4934 6.01467L13.5514 7.7541C12.707 8.25332 12.2581 8.41027 11.8751 8.41027C11.4921 8.41027 11.0432 8.25332 10.1988 7.7541L7.25682 6.01467Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.375 13.375C15.442 13.375 13.875 14.942 13.875 16.875C13.875 18.808 15.442 20.375 17.375 20.375C17.9273 20.375 18.375 20.8227 18.375 21.375C18.375 21.9273 17.9273 22.375 17.375 22.375C14.3374 22.375 11.875 19.9126 11.875 16.875C11.875 13.8374 14.3374 11.375 17.375 11.375C20.4126 11.375 22.875 13.8374 22.875 16.875V17.375C22.875 18.7557 21.7557 19.875 20.375 19.875C19.6546 19.875 19.0053 19.5703 18.5491 19.0827C18.1991 19.2693 17.7994 19.375 17.375 19.375C15.9943 19.375 14.875 18.2557 14.875 16.875C14.875 15.4943 15.9943 14.375 17.375 14.375C18.7557 14.375 19.875 15.4943 19.875 16.875V17.375C19.875 17.6511 20.0989 17.875 20.375 17.875C20.6511 17.875 20.875 17.6511 20.875 17.375V16.875C20.875 14.942 19.308 13.375 17.375 13.375ZM17.875 16.875C17.875 16.5989 17.6511 16.375 17.375 16.375C17.0989 16.375 16.875 16.5989 16.875 16.875C16.875 17.1511 17.0989 17.375 17.375 17.375C17.6511 17.375 17.875 17.1511 17.875 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-block-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4548 10.162L19.6905 7.76197C20.0515 7.55742 20.2321 7.45514 20.3789 7.53609C20.5257 7.61703 20.5354 7.8198 20.5548 8.2253C20.5808 8.77187 20.595 9.40551 20.611 10.1547C20.6185 10.5071 20.6233 10.7025 20.6253 10.855C20.6329 11.4149 21.0714 11.875 21.6313 11.875C22.1746 11.875 22.6294 11.4409 22.6246 10.8976C22.6231 10.7309 22.6179 10.5288 22.609 10.1121L22.6074 10.0368C22.5762 8.57128 22.5503 7.36037 22.3797 6.37916C22.1979 5.3336 21.8391 4.45811 21.0896 3.70674C20.6663 3.28228 20.1999 2.9827 19.684 2.76889C19.6055 2.72604 19.5214 2.69373 19.4337 2.67311C19.1039 2.55684 18.7546 2.47116 18.3843 2.40676C17.3834 2.23265 16.1415 2.20152 14.6321 2.16368L14.5573 2.16181C12.6015 2.11273 11.1485 2.11274 9.1927 2.16181L9.11785 2.16369C7.60849 2.20152 6.36661 2.23265 5.36564 2.40675C4.30328 2.59154 3.41376 2.95141 2.66036 3.70674C1.9109 4.45811 1.55205 5.3336 1.37026 6.37916C1.19965 7.36038 1.17383 8.57123 1.14258 10.0367L1.14097 10.1121C1.11967 11.1101 1.11968 11.64 1.14099 12.6379L1.1426 12.7133C1.17384 14.1788 1.19966 15.3896 1.37027 16.3709C1.55207 17.4164 1.91092 18.2919 2.66037 19.0433C3.41378 19.7986 4.30329 20.1585 5.36566 20.3433C6.36662 20.5174 7.6085 20.5485 9.11786 20.5863L9.19272 20.5882C9.87429 20.6053 10.9807 20.6164 11.8771 20.6216C12.4282 20.6248 12.8748 20.1782 12.8748 19.627C12.8748 19.0758 12.4282 18.6288 11.877 18.6256C10.9949 18.6204 9.90897 18.6095 9.24291 18.5928C7.63997 18.5526 6.54674 18.5226 5.70855 18.3768C4.91527 18.2388 4.4531 18.0124 4.07622 17.6345C3.69538 17.2527 3.47276 16.7968 3.33932 16.0293C3.19761 15.2143 3.17236 14.1553 3.13905 12.5953C3.11834 11.6258 3.11833 11.1242 3.13903 10.1547C3.15503 9.40561 3.16916 8.77204 3.19523 8.22553C3.21457 7.82001 3.22424 7.61725 3.37108 7.5363C3.51792 7.45535 3.69843 7.55763 4.05945 7.76219L8.29485 10.162C9.59446 10.8984 10.6936 11.375 11.8748 11.375C13.056 11.375 14.1551 10.8984 15.4548 10.162Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.4977 15.033L20.717 18.2523C20.8192 17.9794 20.875 17.6839 20.875 17.375C20.875 15.9943 19.7557 14.875 18.375 14.875C18.0661 14.875 17.7706 14.9308 17.4977 15.033ZM19.3248 19.6885L16.0615 16.4252C15.9412 16.7179 15.875 17.0385 15.875 17.375C15.875 18.7557 16.9943 19.875 18.375 19.875C18.7115 19.875 19.0321 19.8088 19.3248 19.6885ZM15.2256 14.1608C16.0362 13.3664 17.1492 12.875 18.375 12.875C20.8603 12.875 22.875 14.8897 22.875 17.375C22.875 18.6008 22.3836 19.7138 21.5892 20.5244C20.7736 21.3567 19.6339 21.875 18.375 21.875C15.8897 21.875 13.875 19.8603 13.875 17.375C13.875 16.1161 14.3933 14.9764 15.2256 14.1608Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4548 10.162L19.6905 7.76197C20.0515 7.55742 20.2321 7.45514 20.3789 7.53609C20.5257 7.61703 20.5354 7.8198 20.5548 8.2253C20.5808 8.77187 20.595 9.40551 20.611 10.1547C20.6185 10.5071 20.6233 10.7025 20.6253 10.855C20.6329 11.4149 21.0714 11.875 21.6313 11.875C22.1746 11.875 22.6294 11.4409 22.6246 10.8976C22.6231 10.7309 22.6179 10.5288 22.609 10.1121L22.6074 10.0368C22.5762 8.57128 22.5503 7.36037 22.3797 6.37916C22.1979 5.3336 21.8391 4.45811 21.0896 3.70674C20.6663 3.28228 20.1999 2.9827 19.684 2.76889C19.6055 2.72604 19.5214 2.69373 19.4337 2.67311C19.1039 2.55684 18.7546 2.47116 18.3843 2.40676C17.3834 2.23265 16.1415 2.20152 14.6321 2.16368L14.5573 2.16181C12.6015 2.11273 11.1485 2.11274 9.1927 2.16181L9.11785 2.16369C7.60849 2.20152 6.36661 2.23265 5.36564 2.40675C4.30328 2.59154 3.41376 2.95141 2.66036 3.70674C1.9109 4.45811 1.55205 5.3336 1.37026 6.37916C1.19965 7.36038 1.17383 8.57123 1.14258 10.0367L1.14097 10.1121C1.11967 11.1101 1.11968 11.64 1.14099 12.6379L1.1426 12.7133C1.17384 14.1788 1.19966 15.3896 1.37027 16.3709C1.55207 17.4164 1.91092 18.2919 2.66037 19.0433C3.41378 19.7986 4.30329 20.1585 5.36566 20.3433C6.36662 20.5174 7.6085 20.5485 9.11786 20.5863L9.19272 20.5882C9.87429 20.6053 10.9807 20.6164 11.8771 20.6216C12.4282 20.6248 12.8748 20.1782 12.8748 19.627C12.8748 19.0758 12.4282 18.6288 11.877 18.6256C10.9949 18.6204 9.90897 18.6095 9.24291 18.5928C7.63997 18.5526 6.54674 18.5226 5.70855 18.3768C4.91527 18.2388 4.4531 18.0124 4.07622 17.6345C3.69538 17.2527 3.47276 16.7968 3.33932 16.0293C3.19761 15.2143 3.17236 14.1553 3.13905 12.5953C3.11834 11.6258 3.11833 11.1242 3.13903 10.1547C3.15503 9.40561 3.16916 8.77204 3.19523 8.22553C3.21457 7.82001 3.22424 7.61725 3.37108 7.5363C3.51792 7.45535 3.69843 7.55763 4.05945 7.76219L8.29485 10.162C9.59446 10.8984 10.6936 11.375 11.8748 11.375C13.056 11.375 14.1551 10.8984 15.4548 10.162Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.4977 15.033L20.717 18.2523C20.8192 17.9794 20.875 17.6839 20.875 17.375C20.875 15.9943 19.7557 14.875 18.375 14.875C18.0661 14.875 17.7706 14.9308 17.4977 15.033ZM19.3248 19.6885L16.0615 16.4252C15.9412 16.7179 15.875 17.0385 15.875 17.375C15.875 18.7557 16.9943 19.875 18.375 19.875C18.7115 19.875 19.0321 19.8088 19.3248 19.6885ZM15.2256 14.1608C16.0362 13.3664 17.1492 12.875 18.375 12.875C20.8603 12.875 22.875 14.8897 22.875 17.375C22.875 18.6008 22.3836 19.7138 21.5892 20.5244C20.7736 21.3567 19.6339 21.875 18.375 21.875C15.8897 21.875 13.875 19.8603 13.875 17.375C13.875 16.1161 14.3933 14.9764 15.2256 14.1608Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-block-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 2.1618C10.908 2.11273 12.842 2.11273 14.795 2.16181L14.8532 2.16327C16.378 2.20156 17.605 2.23237 18.5883 2.40362C19.6178 2.58291 20.4545 2.92679 21.1614 3.63634C21.8653 4.34292 22.2074 5.16761 22.3832 6.18042C22.5507 7.14479 22.5762 8.34183 22.6078 9.82467L22.6091 9.8834C22.6211 10.4463 22.6246 11.0877 22.6215 11.719C22.6188 12.2919 22.6174 12.5784 22.4642 12.6637C22.311 12.749 22.0425 12.5845 21.5057 12.2555C20.5943 11.697 19.5223 11.375 18.375 11.375C16.7408 11.375 15.2552 12.0316 14.1758 13.0894C13.0676 14.1753 12.375 15.6964 12.375 17.375C12.375 18.183 12.5347 18.9536 12.8243 19.6572C13.0161 20.1233 13.112 20.3564 13.0233 20.4893C12.9346 20.6222 12.7036 20.623 12.2418 20.6244C11.1477 20.6279 10.0544 20.6158 8.95499 20.5882L8.89677 20.5867C7.37197 20.5485 6.14501 20.5176 5.1617 20.3464C4.1322 20.1671 3.29548 19.8232 2.58862 19.1137C1.88472 18.4071 1.54264 17.5824 1.36676 16.5696C1.19929 15.6052 1.17379 14.4082 1.14219 12.9254L1.14094 12.8666C1.11969 11.8703 1.11969 10.8797 1.14093 9.88339L1.14219 9.82465C1.17378 8.3418 1.19929 7.14478 1.36676 6.1804C1.54264 5.1676 1.88471 4.3429 2.58862 3.63632C3.29548 2.92677 4.1322 2.58289 5.1617 2.4036C6.14502 2.23235 7.372 2.20155 8.89682 2.16326L8.95499 2.1618ZM7.25682 7.22939C6.90027 7.01858 6.44033 7.13674 6.22952 7.49329C6.01871 7.84985 6.13686 8.30979 6.49341 8.5206L9.43543 10.26C10.3063 10.7749 11.0577 11.125 11.8751 11.125C12.6925 11.125 13.444 10.7749 14.3148 10.26L17.2568 8.5206C17.6134 8.30979 17.7315 7.84985 17.5207 7.49329C17.3099 7.13674 16.85 7.01858 16.4934 7.22939L13.5514 8.96882C12.707 9.46804 12.2581 9.625 11.8751 9.625C11.4921 9.625 11.0432 9.46804 10.1988 8.96882L7.25682 7.22939Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.4977 15.033L20.717 18.2523C20.8192 17.9794 20.875 17.6839 20.875 17.375C20.875 15.9943 19.7557 14.875 18.375 14.875C18.0661 14.875 17.7706 14.9308 17.4977 15.033ZM19.3248 19.6885L16.0615 16.4252C15.9412 16.7179 15.875 17.0385 15.875 17.375C15.875 18.7557 16.9943 19.875 18.375 19.875C18.7115 19.875 19.0321 19.8088 19.3248 19.6885ZM15.2256 14.1608C16.0362 13.3664 17.1492 12.875 18.375 12.875C20.8603 12.875 22.875 14.8897 22.875 17.375C22.875 18.6008 22.3836 19.7138 21.5892 20.5244C20.7736 21.3567 19.6339 21.875 18.375 21.875C15.8897 21.875 13.875 19.8603 13.875 17.375C13.875 16.1161 14.3933 14.9764 15.2256 14.1608Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 2.1618C10.908 2.11273 12.842 2.11273 14.795 2.16181L14.8532 2.16327C16.378 2.20156 17.605 2.23237 18.5883 2.40362C19.6178 2.58291 20.4545 2.92679 21.1614 3.63634C21.8653 4.34292 22.2074 5.16761 22.3832 6.18042C22.5507 7.14479 22.5762 8.34183 22.6078 9.82467L22.6091 9.8834C22.6211 10.4463 22.6246 11.0877 22.6215 11.719C22.6188 12.2919 22.6174 12.5784 22.4642 12.6637C22.311 12.749 22.0425 12.5845 21.5057 12.2555C20.5943 11.697 19.5223 11.375 18.375 11.375C16.7408 11.375 15.2552 12.0316 14.1758 13.0894C13.0676 14.1753 12.375 15.6964 12.375 17.375C12.375 18.183 12.5347 18.9536 12.8243 19.6572C13.0161 20.1233 13.112 20.3564 13.0233 20.4893C12.9346 20.6222 12.7036 20.623 12.2418 20.6244C11.1477 20.6279 10.0544 20.6158 8.95499 20.5882L8.89677 20.5867C7.37197 20.5485 6.14501 20.5176 5.1617 20.3464C4.1322 20.1671 3.29548 19.8232 2.58862 19.1137C1.88472 18.4071 1.54264 17.5824 1.36676 16.5696C1.19929 15.6052 1.17379 14.4082 1.14219 12.9254L1.14094 12.8666C1.11969 11.8703 1.11969 10.8797 1.14093 9.88339L1.14219 9.82465C1.17378 8.3418 1.19929 7.14478 1.36676 6.1804C1.54264 5.1676 1.88471 4.3429 2.58862 3.63632C3.29548 2.92677 4.1322 2.58289 5.1617 2.4036C6.14502 2.23235 7.372 2.20155 8.89682 2.16326L8.95499 2.1618ZM7.25682 7.22939C6.90027 7.01858 6.44033 7.13674 6.22952 7.49329C6.01871 7.84985 6.13686 8.30979 6.49341 8.5206L9.43543 10.26C10.3063 10.7749 11.0577 11.125 11.8751 11.125C12.6925 11.125 13.444 10.7749 14.3148 10.26L17.2568 8.5206C17.6134 8.30979 17.7315 7.84985 17.5207 7.49329C17.3099 7.13674 16.85 7.01858 16.4934 7.22939L13.5514 8.96882C12.707 9.46804 12.2581 9.625 11.8751 9.625C11.4921 9.625 11.0432 9.46804 10.1988 8.96882L7.25682 7.22939Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.4977 15.033L20.717 18.2523C20.8192 17.9794 20.875 17.6839 20.875 17.375C20.875 15.9943 19.7557 14.875 18.375 14.875C18.0661 14.875 17.7706 14.9308 17.4977 15.033ZM19.3248 19.6885L16.0615 16.4252C15.9412 16.7179 15.875 17.0385 15.875 17.375C15.875 18.7557 16.9943 19.875 18.375 19.875C18.7115 19.875 19.0321 19.8088 19.3248 19.6885ZM15.2256 14.1608C16.0362 13.3664 17.1492 12.875 18.375 12.875C20.8603 12.875 22.875 14.8897 22.875 17.375C22.875 18.6008 22.3836 19.7138 21.5892 20.5244C20.7736 21.3567 19.6339 21.875 18.375 21.875C15.8897 21.875 13.875 19.8603 13.875 17.375C13.875 16.1161 14.3933 14.9764 15.2256 14.1608Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-download-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.07998 1.6618C11.033 1.61273 12.967 1.61273 14.92 1.66181L14.9782 1.66327C16.503 1.70156 17.73 1.73237 18.7133 1.90362C19.7428 2.08291 20.5795 2.42679 21.2864 3.13634C21.9903 3.84292 22.3324 4.66761 22.5082 5.68042C22.6757 6.64479 22.7012 7.84183 22.7328 9.32467L22.7341 9.3834C22.7553 10.3797 22.7553 11.3703 22.7341 12.3666L22.7328 12.4253C22.7037 13.7918 22.5981 15.3101 22.4506 16.2947C22.4316 16.4214 22.2789 16.4909 22.1541 16.4621C22.0548 16.4391 22.0057 16.3575 22.0057 16.2556L22.0057 13.375C22.0057 11.9943 20.8864 10.875 19.5057 10.875C18.1249 10.875 17.0057 11.9943 17.0057 13.375L17.0057 15.9235C17.0057 16.1528 17.0057 16.2674 16.9509 16.3451C16.8962 16.4228 16.7697 16.4681 16.5168 16.5585C16.036 16.7304 15.4002 17.0994 15.0139 17.8958C14.7768 18.3844 14.7243 18.8476 14.7567 19.2446C14.7926 19.6839 14.8105 19.9036 14.7233 19.9999C14.6361 20.0961 14.4544 20.0994 14.0912 20.1058C12.423 20.1354 10.7433 20.13 9.07999 20.0882L9.02177 20.0867C7.49697 20.0485 6.27001 20.0176 5.2867 19.8464C4.2572 19.6671 3.42048 19.3232 2.71362 18.6137C2.00972 17.9071 1.66764 17.0824 1.49176 16.0696C1.32429 15.1052 1.29878 13.9082 1.26719 12.4254L1.26594 12.3666C1.24469 11.3703 1.24469 10.3797 1.26593 9.38339L1.26719 9.32465C1.29878 7.8418 1.32429 6.64478 1.49176 5.6804C1.66764 4.6676 2.00971 3.8429 2.71362 3.13632C3.42048 2.42677 4.2572 2.08289 5.2867 1.9036C6.27002 1.73235 7.49699 1.70155 9.02182 1.66326L9.07998 1.6618ZM7.38182 6.72939C7.02527 6.51858 6.56533 6.63674 6.35452 6.99329C6.14371 7.34985 6.26186 7.80979 6.61841 8.0206L9.56043 9.76003C10.4313 10.2749 11.1827 10.625 12.0001 10.625C12.8175 10.625 13.569 10.2749 14.4398 9.76003L17.3818 8.0206C17.7384 7.80979 17.8565 7.34985 17.6457 6.99329C17.4349 6.63674 16.975 6.51858 16.6184 6.72939L13.6764 8.46882C12.832 8.96804 12.3831 9.125 12.0001 9.125C11.6171 9.125 11.1682 8.96804 10.3238 8.46882L7.38182 6.72939Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5059 13.375C20.5059 12.8227 20.0581 12.375 19.5059 12.375C18.9536 12.375 18.5059 12.8227 18.5059 13.375L18.5059 17.875L17.9116 17.875C17.736 17.8749 17.5203 17.8747 17.3439 17.8968L17.3405 17.8972C17.2141 17.913 16.638 17.9848 16.3637 18.5504C16.0887 19.1173 16.3907 19.6174 16.456 19.7256L16.4584 19.7296C16.5506 19.8826 16.6848 20.0535 16.7951 20.1941L16.8188 20.2243C17.1135 20.6002 17.4954 21.0844 17.8759 21.4754C18.0657 21.6705 18.283 21.8717 18.5139 22.0306C18.7191 22.1718 19.0693 22.375 19.5 22.375C19.9307 22.375 20.2809 22.1718 20.4861 22.0306C20.717 21.8717 20.9343 21.6705 21.1241 21.4754C21.5046 21.0844 21.8865 20.6002 22.1812 20.2243L22.2049 20.1941C22.3152 20.0535 22.4494 19.8827 22.5416 19.7296L22.544 19.7256C22.6093 19.6174 22.9113 19.1172 22.6363 18.5504C22.362 17.9848 21.7859 17.913 21.6595 17.8972L21.6561 17.8968C21.4797 17.8747 21.264 17.8749 21.0884 17.875L20.5059 17.875L20.5059 13.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.07998 1.6618C11.033 1.61273 12.967 1.61273 14.92 1.66181L14.9782 1.66327C16.503 1.70156 17.73 1.73237 18.7133 1.90362C19.7428 2.08291 20.5795 2.42679 21.2864 3.13634C21.9903 3.84292 22.3324 4.66761 22.5082 5.68042C22.6757 6.64479 22.7012 7.84183 22.7328 9.32467L22.7341 9.3834C22.7553 10.3797 22.7553 11.3703 22.7341 12.3666L22.7328 12.4253C22.7037 13.7918 22.5981 15.3101 22.4506 16.2947C22.4316 16.4214 22.2789 16.4909 22.1541 16.4621C22.0548 16.4391 22.0057 16.3575 22.0057 16.2556L22.0057 13.375C22.0057 11.9943 20.8864 10.875 19.5057 10.875C18.1249 10.875 17.0057 11.9943 17.0057 13.375L17.0057 15.9235C17.0057 16.1528 17.0057 16.2674 16.9509 16.3451C16.8962 16.4228 16.7697 16.4681 16.5168 16.5585C16.036 16.7304 15.4002 17.0994 15.0139 17.8958C14.7768 18.3844 14.7243 18.8476 14.7567 19.2446C14.7926 19.6839 14.8105 19.9036 14.7233 19.9999C14.6361 20.0961 14.4544 20.0994 14.0912 20.1058C12.423 20.1354 10.7433 20.13 9.07999 20.0882L9.02177 20.0867C7.49697 20.0485 6.27001 20.0176 5.2867 19.8464C4.2572 19.6671 3.42048 19.3232 2.71362 18.6137C2.00972 17.9071 1.66764 17.0824 1.49176 16.0696C1.32429 15.1052 1.29878 13.9082 1.26719 12.4254L1.26594 12.3666C1.24469 11.3703 1.24469 10.3797 1.26593 9.38339L1.26719 9.32465C1.29878 7.8418 1.32429 6.64478 1.49176 5.6804C1.66764 4.6676 2.00971 3.8429 2.71362 3.13632C3.42048 2.42677 4.2572 2.08289 5.2867 1.9036C6.27002 1.73235 7.49699 1.70155 9.02182 1.66326L9.07998 1.6618ZM7.38182 6.72939C7.02527 6.51858 6.56533 6.63674 6.35452 6.99329C6.14371 7.34985 6.26186 7.80979 6.61841 8.0206L9.56043 9.76003C10.4313 10.2749 11.1827 10.625 12.0001 10.625C12.8175 10.625 13.569 10.2749 14.4398 9.76003L17.3818 8.0206C17.7384 7.80979 17.8565 7.34985 17.6457 6.99329C17.4349 6.63674 16.975 6.51858 16.6184 6.72939L13.6764 8.46882C12.832 8.96804 12.3831 9.125 12.0001 9.125C11.6171 9.125 11.1682 8.96804 10.3238 8.46882L7.38182 6.72939Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5059 13.375C20.5059 12.8227 20.0581 12.375 19.5059 12.375C18.9536 12.375 18.5059 12.8227 18.5059 13.375L18.5059 17.875L17.9116 17.875C17.736 17.8749 17.5203 17.8747 17.3439 17.8968L17.3405 17.8972C17.2141 17.913 16.638 17.9848 16.3637 18.5504C16.0887 19.1173 16.3907 19.6174 16.456 19.7256L16.4584 19.7296C16.5506 19.8826 16.6848 20.0535 16.7951 20.1941L16.8188 20.2243C17.1135 20.6002 17.4954 21.0844 17.8759 21.4754C18.0657 21.6705 18.283 21.8717 18.5139 22.0306C18.7191 22.1718 19.0693 22.375 19.5 22.375C19.9307 22.375 20.2809 22.1718 20.4861 22.0306C20.717 21.8717 20.9343 21.6705 21.1241 21.4754C21.5046 21.0844 21.8865 20.6002 22.1812 20.2243L22.2049 20.1941C22.3152 20.0535 22.4494 19.8827 22.5416 19.7296L22.544 19.7256C22.6093 19.6174 22.9113 19.1172 22.6363 18.5504C22.362 17.9848 21.7859 17.913 21.6595 17.8972L21.6561 17.8968C21.4797 17.8747 21.264 17.8749 21.0884 17.875L20.5059 17.875L20.5059 13.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-edit-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.3285 13.8039C18.6619 13.4705 18.8285 13.3039 19.0019 13.2037C19.4725 12.9321 20.0522 12.9321 20.5227 13.2037C20.6961 13.3039 20.8628 13.4705 21.1961 13.8039C21.5295 14.1372 21.6961 14.3039 21.7963 14.4773C22.0679 14.9478 22.0679 15.5275 21.7963 15.9981C21.6961 16.1715 21.5295 16.3381 21.1961 16.6715L17.8883 19.9793C17.2274 20.6402 16.2301 20.6671 15.3477 20.8557C14.6578 21.0032 14.3128 21.077 14.1179 20.8821C13.923 20.6872 13.9968 20.3422 14.1443 19.6523C14.3329 18.7699 14.3598 17.7726 15.0207 17.1117L18.3285 13.8039Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M15.5798 10.287L19.8155 7.88697C20.1765 7.68242 20.3571 7.58014 20.5039 7.66109C20.6507 7.74203 20.6604 7.9448 20.6798 8.3503C20.7058 8.89687 20.72 8.53051 20.736 9.2797C20.7435 9.63208 20.7483 9.82749 20.7503 9.98003C20.7579 10.5399 21.1964 11 21.7563 11C22.2996 11 22.7544 10.5659 22.7496 10.0226C22.7481 9.8559 22.7429 9.65382 22.734 9.23715L22.7324 9.16177C22.7012 7.69628 22.6753 7.48537 22.5047 6.50416C22.3229 5.4586 21.9641 4.58311 21.2146 3.83174C20.7913 3.40728 20.3249 3.1077 19.809 2.89389C19.7305 2.85104 19.6464 2.81873 19.5587 2.79811C19.2289 2.68184 18.8796 2.59616 18.5093 2.53176C17.5084 2.35765 16.2665 2.32652 14.7571 2.28868L14.6823 2.28681C12.7265 2.23773 11.2735 2.23774 9.3177 2.28681L9.24285 2.28869C7.73349 2.32652 6.49161 2.35765 5.49064 2.53175C4.42828 2.71654 3.53876 3.07641 2.78536 3.83174C2.0359 4.58311 1.67705 5.4586 1.49526 6.50416C1.32465 7.48538 1.29883 8.69623 1.26758 10.1617L1.26597 10.2371C1.24467 11.2351 1.24468 11.765 1.26599 12.7629L1.2676 12.8383C1.29884 14.3038 1.32466 15.5146 1.49527 16.4959C1.67707 17.5414 2.03592 18.4169 2.78537 19.1683C3.53878 19.9236 4.42829 20.2835 5.49066 20.4683C6.49162 20.6424 7.7335 20.6735 9.24286 20.7113L9.31772 20.7132C9.99929 20.7303 10.1057 20.7414 11.0021 20.7466C11.5532 20.7498 11.9998 20.3032 11.9998 19.752C11.9998 19.2008 11.5532 18.7538 11.002 18.7506C10.1199 18.7454 10.034 18.7345 9.36791 18.7178C7.76497 18.6776 6.67174 18.6476 5.83355 18.5018C5.04027 18.3638 4.5781 18.1374 4.20122 17.7595C3.82038 17.3777 3.59776 16.9218 3.46432 16.1543C3.32261 15.3393 3.29736 14.2803 3.26405 12.7203C3.24334 11.7508 3.24333 11.2492 3.26403 10.2797C3.28003 9.53061 3.29416 8.89704 3.32023 8.35053C3.33957 7.94501 3.34924 7.74225 3.49608 7.6613C3.64292 7.58035 3.82343 7.68263 4.18445 7.88719L8.41985 10.287C9.71946 11.0234 10.8186 11.5 11.9998 11.5C13.181 11.5 14.2801 11.0234 15.5798 10.287Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6269 12.5542C19.3294 12.1486 20.195 12.1486 20.8976 12.5542C21.1592 12.7053 21.3935 12.94 21.6666 13.2137L21.7264 13.2735L21.7862 13.3333C22.0599 13.6064 22.2947 13.8407 22.4457 14.1023C22.8513 14.8049 22.8513 15.6705 22.4457 16.3731C22.2947 16.6347 22.0599 16.8689 21.7862 17.1421L21.7264 17.2018L18.4185 20.5097C17.9532 20.975 17.3913 21.1924 16.8865 21.3213C16.6345 21.3856 15.6898 21.5589 15.4601 21.5986L15.4601 21.5986C15.1541 21.6642 14.8479 21.7297 14.5947 21.7458C14.3157 21.7636 13.9113 21.7362 13.5875 21.4124C13.2637 21.0887 13.2364 20.6842 13.2541 20.4052C13.2702 20.152 13.3358 19.8458 13.4013 19.5398C13.441 19.3101 13.6143 18.3654 13.6786 18.1134C13.8075 17.6086 14.025 17.0467 14.4903 16.5814L17.7981 13.2735L17.8579 13.2137C18.131 12.94 18.3653 12.7053 18.6269 12.5542Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.3285 13.8039C18.6619 13.4705 18.8285 13.3039 19.0019 13.2037C19.4725 12.9321 20.0522 12.9321 20.5227 13.2037C20.6961 13.3039 20.8628 13.4705 21.1961 13.8039C21.5295 14.1372 21.6961 14.3039 21.7963 14.4773C22.0679 14.9478 22.0679 15.5275 21.7963 15.9981C21.6961 16.1715 21.5295 16.3381 21.1961 16.6715L17.8883 19.9793C17.2274 20.6402 16.2301 20.6671 15.3477 20.8557C14.6578 21.0032 14.3128 21.077 14.1179 20.8821C13.923 20.6872 13.9968 20.3422 14.1443 19.6523C14.3329 18.7699 14.3598 17.7726 15.0207 17.1117L18.3285 13.8039Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M15.5798 10.287L19.8155 7.88697C20.1765 7.68242 20.3571 7.58014 20.5039 7.66109C20.6507 7.74203 20.6604 7.9448 20.6798 8.3503C20.7058 8.89687 20.72 8.53051 20.736 9.2797C20.7435 9.63208 20.7483 9.82749 20.7503 9.98003C20.7579 10.5399 21.1964 11 21.7563 11C22.2996 11 22.7544 10.5659 22.7496 10.0226C22.7481 9.8559 22.7429 9.65382 22.734 9.23715L22.7324 9.16177C22.7012 7.69628 22.6753 7.48537 22.5047 6.50416C22.3229 5.4586 21.9641 4.58311 21.2146 3.83174C20.7913 3.40728 20.3249 3.1077 19.809 2.89389C19.7305 2.85104 19.6464 2.81873 19.5587 2.79811C19.2289 2.68184 18.8796 2.59616 18.5093 2.53176C17.5084 2.35765 16.2665 2.32652 14.7571 2.28868L14.6823 2.28681C12.7265 2.23773 11.2735 2.23774 9.3177 2.28681L9.24285 2.28869C7.73349 2.32652 6.49161 2.35765 5.49064 2.53175C4.42828 2.71654 3.53876 3.07641 2.78536 3.83174C2.0359 4.58311 1.67705 5.4586 1.49526 6.50416C1.32465 7.48538 1.29883 8.69623 1.26758 10.1617L1.26597 10.2371C1.24467 11.2351 1.24468 11.765 1.26599 12.7629L1.2676 12.8383C1.29884 14.3038 1.32466 15.5146 1.49527 16.4959C1.67707 17.5414 2.03592 18.4169 2.78537 19.1683C3.53878 19.9236 4.42829 20.2835 5.49066 20.4683C6.49162 20.6424 7.7335 20.6735 9.24286 20.7113L9.31772 20.7132C9.99929 20.7303 10.1057 20.7414 11.0021 20.7466C11.5532 20.7498 11.9998 20.3032 11.9998 19.752C11.9998 19.2008 11.5532 18.7538 11.002 18.7506C10.1199 18.7454 10.034 18.7345 9.36791 18.7178C7.76497 18.6776 6.67174 18.6476 5.83355 18.5018C5.04027 18.3638 4.5781 18.1374 4.20122 17.7595C3.82038 17.3777 3.59776 16.9218 3.46432 16.1543C3.32261 15.3393 3.29736 14.2803 3.26405 12.7203C3.24334 11.7508 3.24333 11.2492 3.26403 10.2797C3.28003 9.53061 3.29416 8.89704 3.32023 8.35053C3.33957 7.94501 3.34924 7.74225 3.49608 7.6613C3.64292 7.58035 3.82343 7.68263 4.18445 7.88719L8.41985 10.287C9.71946 11.0234 10.8186 11.5 11.9998 11.5C13.181 11.5 14.2801 11.0234 15.5798 10.287Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6269 12.5542C19.3294 12.1486 20.195 12.1486 20.8976 12.5542C21.1592 12.7053 21.3935 12.94 21.6666 13.2137L21.7264 13.2735L21.7862 13.3333C22.0599 13.6064 22.2947 13.8407 22.4457 14.1023C22.8513 14.8049 22.8513 15.6705 22.4457 16.3731C22.2947 16.6347 22.0599 16.8689 21.7862 17.1421L21.7264 17.2018L18.4185 20.5097C17.9532 20.975 17.3913 21.1924 16.8865 21.3213C16.6345 21.3856 15.6898 21.5589 15.4601 21.5986L15.4601 21.5986C15.1541 21.6642 14.8479 21.7297 14.5947 21.7458C14.3157 21.7636 13.9113 21.7362 13.5875 21.4124C13.2637 21.0887 13.2364 20.6842 13.2541 20.4052C13.2702 20.152 13.3358 19.8458 13.4013 19.5398C13.441 19.3101 13.6143 18.3654 13.6786 18.1134C13.8075 17.6086 14.025 17.0467 14.4903 16.5814L17.7981 13.2735L17.8579 13.2137C18.131 12.94 18.3653 12.7053 18.6269 12.5542Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-edit-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.07998 2.03684C11.033 1.98777 12.967 1.98777 14.92 2.03684L14.9782 2.0383C16.503 2.07659 17.73 2.1074 18.7133 2.27865C19.7428 2.45795 20.5795 2.80183 21.2864 3.51138C21.9903 4.21796 22.3324 5.04265 22.5082 6.05546C22.6757 7.01983 22.7012 8.21686 22.7328 9.69971L22.7341 9.75844C22.7428 10.1686 22.748 10.5778 22.7495 10.9868C22.7513 11.47 22.7522 11.7115 22.6468 11.8018C22.6193 11.8254 22.6021 11.836 22.5687 11.8502C22.4409 11.9043 22.1764 11.7713 21.6475 11.5052C20.4808 10.8316 19.0434 10.8316 17.8767 11.5052C17.4379 11.7586 17.0767 12.1218 16.841 12.359L13.4295 15.7708C12.6944 16.5059 12.3859 17.3625 12.2251 17.9924C12.146 18.3024 12.0921 18.6023 12.052 18.8346L11.9299 19.4967C11.903 19.6221 11.8689 19.7806 11.8379 19.9507C11.7879 20.224 11.7629 20.3606 11.6788 20.4303C11.5946 20.5 11.4653 20.4991 11.2068 20.4973C10.4991 20.4925 9.79083 20.4811 9.07999 20.4632L9.02177 20.4618C7.49697 20.4235 6.27001 20.3927 5.2867 20.2214C4.2572 20.0421 3.42048 19.6983 2.71362 18.9887C2.00972 18.2821 1.66764 17.4574 1.49176 16.4446C1.32429 15.4803 1.29878 14.2832 1.26719 12.8004L1.26593 12.7417C1.24469 11.7453 1.24469 10.7548 1.26593 9.75843L1.26718 9.69969C1.29878 8.21684 1.32429 7.01981 1.49176 6.05544C1.66764 5.04263 2.00971 4.21794 2.71362 3.51136C3.42048 2.80181 4.2572 2.45793 5.2867 2.27864C6.27002 2.10739 7.49699 2.07658 9.02182 2.0383L9.07998 2.03684ZM7.38182 7.10439C7.02527 6.89358 6.56533 7.01174 6.35452 7.36829C6.14371 7.72485 6.26186 8.18479 6.61841 8.3956L9.56043 10.135C10.4313 10.6499 11.1827 11 12.0001 11C12.8175 11 13.569 10.6499 14.4398 10.135L17.3818 8.3956C17.7384 8.18479 17.8565 7.72485 17.6457 7.36829C17.4349 7.01174 16.975 6.89358 16.6184 7.10439L13.6764 8.84382C12.832 9.34304 12.3831 9.5 12.0001 9.5C11.6171 9.5 11.1682 9.34304 10.3238 8.84382L7.38182 7.10439Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6269 12.8042C19.3295 12.3986 20.1951 12.3986 20.8977 12.8042C21.1593 12.9553 21.3936 13.19 21.6667 13.4637L21.7265 13.5235L21.7863 13.5833C22.06 13.8564 22.2947 14.0907 22.4458 14.3523C22.8514 15.0549 22.8514 15.9205 22.4458 16.6231C22.2947 16.8847 22.06 17.1189 21.7863 17.3921L18.4186 20.7597C17.9533 21.225 17.3914 21.4424 16.8866 21.5713C16.6346 21.6356 16.3814 21.6815 16.1517 21.7212L15.4602 21.8486L15.4601 21.8486C15.1542 21.9142 14.848 21.9797 14.5948 21.9958C14.3158 22.0136 13.9113 21.9862 13.5876 21.6624C13.2638 21.3387 13.2364 20.9342 13.2542 20.6552C13.2703 20.402 13.3358 20.0958 13.4014 19.7898L13.5288 19.0983C13.5685 18.8686 13.6144 18.6154 13.6787 18.3634C13.8076 17.8586 14.025 17.2967 14.4903 16.8314L17.8579 13.4637C18.1311 13.19 18.3653 12.9553 18.6269 12.8042Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.07998 2.03684C11.033 1.98777 12.967 1.98777 14.92 2.03684L14.9782 2.0383C16.503 2.07659 17.73 2.1074 18.7133 2.27865C19.7428 2.45795 20.5795 2.80183 21.2864 3.51138C21.9903 4.21796 22.3324 5.04265 22.5082 6.05546C22.6757 7.01983 22.7012 8.21686 22.7328 9.69971L22.7341 9.75844C22.7428 10.1686 22.748 10.5778 22.7495 10.9868C22.7513 11.47 22.7522 11.7115 22.6468 11.8018C22.6193 11.8254 22.6021 11.836 22.5687 11.8502C22.4409 11.9043 22.1764 11.7713 21.6475 11.5052C20.4808 10.8316 19.0434 10.8316 17.8767 11.5052C17.4379 11.7586 17.0767 12.1218 16.841 12.359L13.4295 15.7708C12.6944 16.5059 12.3859 17.3625 12.2251 17.9924C12.146 18.3024 12.0921 18.6023 12.052 18.8346L11.9299 19.4967C11.903 19.6221 11.8689 19.7806 11.8379 19.9507C11.7879 20.224 11.7629 20.3606 11.6788 20.4303C11.5946 20.5 11.4653 20.4991 11.2068 20.4973C10.4991 20.4925 9.79083 20.4811 9.07999 20.4632L9.02177 20.4618C7.49697 20.4235 6.27001 20.3927 5.2867 20.2214C4.2572 20.0421 3.42048 19.6983 2.71362 18.9887C2.00972 18.2821 1.66764 17.4574 1.49176 16.4446C1.32429 15.4803 1.29878 14.2832 1.26719 12.8004L1.26593 12.7417C1.24469 11.7453 1.24469 10.7548 1.26593 9.75843L1.26718 9.69969C1.29878 8.21684 1.32429 7.01981 1.49176 6.05544C1.66764 5.04263 2.00971 4.21794 2.71362 3.51136C3.42048 2.80181 4.2572 2.45793 5.2867 2.27864C6.27002 2.10739 7.49699 2.07658 9.02182 2.0383L9.07998 2.03684ZM7.38182 7.10439C7.02527 6.89358 6.56533 7.01174 6.35452 7.36829C6.14371 7.72485 6.26186 8.18479 6.61841 8.3956L9.56043 10.135C10.4313 10.6499 11.1827 11 12.0001 11C12.8175 11 13.569 10.6499 14.4398 10.135L17.3818 8.3956C17.7384 8.18479 17.8565 7.72485 17.6457 7.36829C17.4349 7.01174 16.975 6.89358 16.6184 7.10439L13.6764 8.84382C12.832 9.34304 12.3831 9.5 12.0001 9.5C11.6171 9.5 11.1682 9.34304 10.3238 8.84382L7.38182 7.10439Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6269 12.8042C19.3295 12.3986 20.1951 12.3986 20.8977 12.8042C21.1593 12.9553 21.3936 13.19 21.6667 13.4637L21.7265 13.5235L21.7863 13.5833C22.06 13.8564 22.2947 14.0907 22.4458 14.3523C22.8514 15.0549 22.8514 15.9205 22.4458 16.6231C22.2947 16.8847 22.06 17.1189 21.7863 17.3921L18.4186 20.7597C17.9533 21.225 17.3914 21.4424 16.8866 21.5713C16.6346 21.6356 16.3814 21.6815 16.1517 21.7212L15.4602 21.8486L15.4601 21.8486C15.1542 21.9142 14.848 21.9797 14.5948 21.9958C14.3158 22.0136 13.9113 21.9862 13.5876 21.6624C13.2638 21.3387 13.2364 20.9342 13.2542 20.6552C13.2703 20.402 13.3358 20.0958 13.4014 19.7898L13.5288 19.0983C13.5685 18.8686 13.6144 18.6154 13.6787 18.3634C13.8076 17.8586 14.025 17.2967 14.4903 16.8314L17.8579 13.4637C18.1311 13.19 18.3653 12.9553 18.6269 12.8042Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-lock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5797 9.787L19.8155 7.38697C20.1765 7.18242 20.357 7.08014 20.5038 7.16109C20.6507 7.24203 20.6603 7.4448 20.6797 7.8503C20.7058 8.39687 20.7199 9.03051 20.7359 9.7797C20.7434 10.1321 20.7482 9.82737 20.7503 9.97991C20.7578 10.5398 21.1963 10.9999 21.7563 10.9999C22.2996 10.9999 22.7543 10.5658 22.7495 10.0225C22.748 9.85578 22.7428 10.1538 22.734 9.73715L22.7323 9.66177C22.7011 8.19628 22.6753 6.98537 22.5047 6.00416C22.3229 4.9586 21.964 4.08311 21.2146 3.33174C20.7912 2.90728 20.3248 2.6077 19.809 2.39389C19.7305 2.35104 19.6463 2.31873 19.5587 2.29811C19.2288 2.18184 18.8796 2.09616 18.5093 2.03176C17.5083 1.85765 16.2664 1.82652 14.7571 1.78868L14.6822 1.78681C12.7265 1.73773 11.2734 1.73774 9.31764 1.78681L9.24279 1.78869C7.73343 1.82652 6.49155 1.85765 5.49058 2.03175C4.42821 2.21654 3.5387 2.57641 2.7853 3.33174C2.03584 4.08311 1.67699 4.9586 1.4952 6.00416C1.32459 6.98538 1.29877 8.19623 1.26752 9.66175L1.26591 9.73714C1.24461 10.7351 1.24462 11.265 1.26593 12.2629L1.26753 12.3383C1.29878 13.8038 1.3246 15.0146 1.49521 15.9959C1.67701 17.0414 2.03585 17.9169 2.78531 18.6683C3.53871 19.4236 4.42823 19.7835 5.4906 19.9683C6.49156 20.1424 7.73344 20.1735 9.24279 20.2113L9.31766 20.2132C9.99923 20.2303 10.1056 20.2414 11.002 20.2466C11.5532 20.2498 11.9997 19.8032 11.9997 19.252C11.9997 18.7008 11.5531 18.2538 11.0019 18.2506C10.1199 18.2454 10.0339 18.2345 9.36785 18.2178C7.76491 18.1776 6.67168 18.1476 5.83349 18.0018C5.04021 17.8638 4.57804 17.6374 4.20115 17.2595C3.82032 16.8777 3.5977 16.4218 3.46426 15.6543C3.32255 14.8393 3.2973 13.7803 3.26399 12.2203C3.24328 11.2508 3.24327 10.7492 3.26397 9.7797C3.27997 9.03061 3.2941 8.39704 3.32017 7.85053C3.33951 7.44501 3.34918 7.24225 3.49602 7.1613C3.64286 7.08035 3.82337 7.18263 4.18439 7.38719L8.41979 9.787C9.7194 10.5234 10.8185 11 11.9997 11C13.1809 11 14.2801 10.5234 15.5797 9.787Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.9999 15.2492V14.1875C20.9999 12.8158 19.8547 11.75 18.4999 11.75C17.1452 11.75 15.9999 12.8158 15.9999 14.1875V15.2492C15.9248 15.272 15.8502 15.2993 15.776 15.3322C15.1558 15.6074 14.6789 16.1277 14.4336 16.762C14.3277 17.036 14.287 17.3173 14.2681 17.6139C14.2499 17.8994 14.2499 18.2471 14.2499 18.6639V18.7111C14.2499 19.1278 14.2499 19.4756 14.2681 19.7611C14.287 20.0577 14.3277 20.339 14.4336 20.613C14.6789 21.2474 15.1558 21.7676 15.776 22.0428C16.0483 22.1637 16.3272 22.2093 16.6127 22.2302C16.8843 22.25 17.2134 22.25 17.5988 22.25H19.4011C19.7865 22.25 20.1155 22.25 20.3871 22.2302C20.6727 22.2093 20.9515 22.1637 21.2239 22.0428C21.844 21.7676 22.321 21.2474 22.5663 20.613C22.6722 20.339 22.7129 20.0577 22.7318 19.7611C22.75 19.4756 22.7499 19.1279 22.7499 18.7111V18.6639C22.7499 18.2472 22.75 17.8994 22.7318 17.6139C22.7129 17.3173 22.6722 17.036 22.5663 16.762C22.321 16.1277 21.844 15.6074 21.2239 15.3322C21.1497 15.2993 21.0751 15.272 20.9999 15.2492ZM17.4999 14.1875C17.4999 13.6952 17.9217 13.25 18.4999 13.25C19.0782 13.25 19.4999 13.6952 19.4999 14.1875V15.125H17.4999V14.1875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5797 9.787L19.8155 7.38697C20.1765 7.18242 20.357 7.08014 20.5038 7.16109C20.6507 7.24203 20.6603 7.4448 20.6797 7.8503C20.7058 8.39687 20.7199 9.03051 20.7359 9.7797C20.7434 10.1321 20.7482 9.82737 20.7503 9.97991C20.7578 10.5398 21.1963 10.9999 21.7563 10.9999C22.2996 10.9999 22.7543 10.5658 22.7495 10.0225C22.748 9.85578 22.7428 10.1538 22.734 9.73715L22.7323 9.66177C22.7011 8.19628 22.6753 6.98537 22.5047 6.00416C22.3229 4.9586 21.964 4.08311 21.2146 3.33174C20.7912 2.90728 20.3248 2.6077 19.809 2.39389C19.7305 2.35104 19.6463 2.31873 19.5587 2.29811C19.2288 2.18184 18.8796 2.09616 18.5093 2.03176C17.5083 1.85765 16.2664 1.82652 14.7571 1.78868L14.6822 1.78681C12.7265 1.73773 11.2734 1.73774 9.31764 1.78681L9.24279 1.78869C7.73343 1.82652 6.49155 1.85765 5.49058 2.03175C4.42821 2.21654 3.5387 2.57641 2.7853 3.33174C2.03584 4.08311 1.67699 4.9586 1.4952 6.00416C1.32459 6.98538 1.29877 8.19623 1.26752 9.66175L1.26591 9.73714C1.24461 10.7351 1.24462 11.265 1.26593 12.2629L1.26753 12.3383C1.29878 13.8038 1.3246 15.0146 1.49521 15.9959C1.67701 17.0414 2.03585 17.9169 2.78531 18.6683C3.53871 19.4236 4.42823 19.7835 5.4906 19.9683C6.49156 20.1424 7.73344 20.1735 9.24279 20.2113L9.31766 20.2132C9.99923 20.2303 10.1056 20.2414 11.002 20.2466C11.5532 20.2498 11.9997 19.8032 11.9997 19.252C11.9997 18.7008 11.5531 18.2538 11.0019 18.2506C10.1199 18.2454 10.0339 18.2345 9.36785 18.2178C7.76491 18.1776 6.67168 18.1476 5.83349 18.0018C5.04021 17.8638 4.57804 17.6374 4.20115 17.2595C3.82032 16.8777 3.5977 16.4218 3.46426 15.6543C3.32255 14.8393 3.2973 13.7803 3.26399 12.2203C3.24328 11.2508 3.24327 10.7492 3.26397 9.7797C3.27997 9.03061 3.2941 8.39704 3.32017 7.85053C3.33951 7.44501 3.34918 7.24225 3.49602 7.1613C3.64286 7.08035 3.82337 7.18263 4.18439 7.38719L8.41979 9.787C9.7194 10.5234 10.8185 11 11.9997 11C13.1809 11 14.2801 10.5234 15.5797 9.787Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.9999 15.2492V14.1875C20.9999 12.8158 19.8547 11.75 18.4999 11.75C17.1452 11.75 15.9999 12.8158 15.9999 14.1875V15.2492C15.9248 15.272 15.8502 15.2993 15.776 15.3322C15.1558 15.6074 14.6789 16.1277 14.4336 16.762C14.3277 17.036 14.287 17.3173 14.2681 17.6139C14.2499 17.8994 14.2499 18.2471 14.2499 18.6639V18.7111C14.2499 19.1278 14.2499 19.4756 14.2681 19.7611C14.287 20.0577 14.3277 20.339 14.4336 20.613C14.6789 21.2474 15.1558 21.7676 15.776 22.0428C16.0483 22.1637 16.3272 22.2093 16.6127 22.2302C16.8843 22.25 17.2134 22.25 17.5988 22.25H19.4011C19.7865 22.25 20.1155 22.25 20.3871 22.2302C20.6727 22.2093 20.9515 22.1637 21.2239 22.0428C21.844 21.7676 22.321 21.2474 22.5663 20.613C22.6722 20.339 22.7129 20.0577 22.7318 19.7611C22.75 19.4756 22.7499 19.1279 22.7499 18.7111V18.6639C22.7499 18.2472 22.75 17.8994 22.7318 17.6139C22.7129 17.3173 22.6722 17.036 22.5663 16.762C22.321 16.1277 21.844 15.6074 21.2239 15.3322C21.1497 15.2993 21.0751 15.272 20.9999 15.2492ZM17.4999 14.1875C17.4999 13.6952 17.9217 13.25 18.4999 13.25C19.0782 13.25 19.4999 13.6952 19.4999 14.1875V15.125H17.4999V14.1875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-lock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.07999 1.7868C11.033 1.73773 12.967 1.73773 14.92 1.78681L14.9782 1.78827C16.503 1.82656 17.73 1.85737 18.7133 2.02862C19.7428 2.20791 20.5795 2.55179 21.2864 3.26134C21.9903 3.96792 22.3324 4.79261 22.5082 5.80542C22.6757 6.76979 22.7012 7.96683 22.7328 9.44967L22.7341 9.5084C22.7553 10.5047 22.7553 11.4953 22.7341 12.4916L22.7251 12.8002C22.7218 12.9109 22.6312 12.9989 22.5205 12.9989C22.4373 12.9989 22.3627 12.9483 22.3289 12.8722C21.6559 11.3613 20.0997 10.25 18.5 10.25C16.3735 10.25 14.5 11.9318 14.5 14.1875C14.5 14.2822 14.4534 14.3704 14.3779 14.4277C13.769 14.89 13.3071 15.5163 13.0346 16.2211C12.8502 16.6981 12.7946 17.1511 12.7712 17.5186C12.75 17.8523 12.75 18.2409 12.75 18.6292V18.7459C12.75 18.962 12.7615 19.2991 12.7754 19.6131C12.7887 19.9137 12.7954 20.064 12.707 20.1566C12.6185 20.2492 12.4702 20.2494 12.1736 20.2499C11.144 20.2514 10.1147 20.2392 9.07999 20.2132L9.02177 20.2117C7.49697 20.1735 6.27001 20.1426 5.2867 19.9714C4.2572 19.7921 3.42048 19.4482 2.71362 18.7387C2.00972 18.0321 1.66764 17.2074 1.49176 16.1946C1.32429 15.2302 1.29879 14.0332 1.26719 12.5504L1.26594 12.4916C1.24469 11.4953 1.24469 10.5047 1.26593 9.50839L1.26719 9.44965C1.29878 7.9668 1.32429 6.76978 1.49176 5.8054C1.66764 4.7926 2.00971 3.9679 2.71362 3.26132C3.42048 2.55177 4.2572 2.20789 5.2867 2.0286C6.27002 1.85735 7.497 1.82655 9.02182 1.78826L9.07999 1.7868ZM7.38182 6.85439C7.02527 6.64358 6.56533 6.76174 6.35452 7.11829C6.14371 7.47485 6.26186 7.93479 6.61841 8.1456L9.56043 9.88503C10.4313 10.3999 11.1827 10.75 12.0001 10.75C12.8175 10.75 13.569 10.3999 14.4398 9.88503L17.3818 8.1456C17.7384 7.93479 17.8565 7.47485 17.6457 7.11829C17.4349 6.76174 16.975 6.64358 16.6184 6.85439L13.6764 8.59382C12.832 9.09304 12.3831 9.25 12.0001 9.25C11.6171 9.25 11.1682 9.09304 10.3238 8.59382L7.38182 6.85439Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 15.2492V14.1875C21 12.8158 19.8548 11.75 18.5 11.75C17.1452 11.75 16 12.8158 16 14.1875V15.2492C15.9249 15.272 15.8502 15.2993 15.7761 15.3322C15.1559 15.6074 14.6789 16.1277 14.4337 16.762C14.3278 17.036 14.2871 17.3173 14.2682 17.6139C14.25 17.8994 14.25 18.2471 14.25 18.6639V18.7111C14.25 19.1278 14.25 19.4756 14.2682 19.7611C14.2871 20.0577 14.3278 20.339 14.4337 20.613C14.6789 21.2474 15.1559 21.7676 15.7761 22.0428C16.0484 22.1637 16.3272 22.2093 16.6128 22.2302C16.8844 22.25 17.2134 22.25 17.5989 22.25H19.4011C19.7866 22.25 20.1156 22.25 20.3872 22.2302C20.6728 22.2093 20.9516 22.1637 21.2239 22.0428C21.8441 21.7676 22.3211 21.2474 22.5663 20.613C22.6722 20.339 22.7129 20.0577 22.7318 19.7611C22.75 19.4756 22.75 19.1279 22.75 18.7111V18.6639C22.75 18.2472 22.75 17.8994 22.7318 17.6139C22.7129 17.3173 22.6722 17.036 22.5663 16.762C22.3211 16.1277 21.8441 15.6074 21.2239 15.3322C21.1498 15.2993 21.0751 15.272 21 15.2492ZM17.5 14.1875C17.5 13.6952 17.9218 13.25 18.5 13.25C19.0782 13.25 19.5 13.6952 19.5 14.1875V15.125H17.5V14.1875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.07999 1.7868C11.033 1.73773 12.967 1.73773 14.92 1.78681L14.9782 1.78827C16.503 1.82656 17.73 1.85737 18.7133 2.02862C19.7428 2.20791 20.5795 2.55179 21.2864 3.26134C21.9903 3.96792 22.3324 4.79261 22.5082 5.80542C22.6757 6.76979 22.7012 7.96683 22.7328 9.44967L22.7341 9.5084C22.7553 10.5047 22.7553 11.4953 22.7341 12.4916L22.7251 12.8002C22.7218 12.9109 22.6312 12.9989 22.5205 12.9989C22.4373 12.9989 22.3627 12.9483 22.3289 12.8722C21.6559 11.3613 20.0997 10.25 18.5 10.25C16.3735 10.25 14.5 11.9318 14.5 14.1875C14.5 14.2822 14.4534 14.3704 14.3779 14.4277C13.769 14.89 13.3071 15.5163 13.0346 16.2211C12.8502 16.6981 12.7946 17.1511 12.7712 17.5186C12.75 17.8523 12.75 18.2409 12.75 18.6292V18.7459C12.75 18.962 12.7615 19.2991 12.7754 19.6131C12.7887 19.9137 12.7954 20.064 12.707 20.1566C12.6185 20.2492 12.4702 20.2494 12.1736 20.2499C11.144 20.2514 10.1147 20.2392 9.07999 20.2132L9.02177 20.2117C7.49697 20.1735 6.27001 20.1426 5.2867 19.9714C4.2572 19.7921 3.42048 19.4482 2.71362 18.7387C2.00972 18.0321 1.66764 17.2074 1.49176 16.1946C1.32429 15.2302 1.29879 14.0332 1.26719 12.5504L1.26594 12.4916C1.24469 11.4953 1.24469 10.5047 1.26593 9.50839L1.26719 9.44965C1.29878 7.9668 1.32429 6.76978 1.49176 5.8054C1.66764 4.7926 2.00971 3.9679 2.71362 3.26132C3.42048 2.55177 4.2572 2.20789 5.2867 2.0286C6.27002 1.85735 7.497 1.82655 9.02182 1.78826L9.07999 1.7868ZM7.38182 6.85439C7.02527 6.64358 6.56533 6.76174 6.35452 7.11829C6.14371 7.47485 6.26186 7.93479 6.61841 8.1456L9.56043 9.88503C10.4313 10.3999 11.1827 10.75 12.0001 10.75C12.8175 10.75 13.569 10.3999 14.4398 9.88503L17.3818 8.1456C17.7384 7.93479 17.8565 7.47485 17.6457 7.11829C17.4349 6.76174 16.975 6.64358 16.6184 6.85439L13.6764 8.59382C12.832 9.09304 12.3831 9.25 12.0001 9.25C11.6171 9.25 11.1682 9.09304 10.3238 8.59382L7.38182 6.85439Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 15.2492V14.1875C21 12.8158 19.8548 11.75 18.5 11.75C17.1452 11.75 16 12.8158 16 14.1875V15.2492C15.9249 15.272 15.8502 15.2993 15.7761 15.3322C15.1559 15.6074 14.6789 16.1277 14.4337 16.762C14.3278 17.036 14.2871 17.3173 14.2682 17.6139C14.25 17.8994 14.25 18.2471 14.25 18.6639V18.7111C14.25 19.1278 14.25 19.4756 14.2682 19.7611C14.2871 20.0577 14.3278 20.339 14.4337 20.613C14.6789 21.2474 15.1559 21.7676 15.7761 22.0428C16.0484 22.1637 16.3272 22.2093 16.6128 22.2302C16.8844 22.25 17.2134 22.25 17.5989 22.25H19.4011C19.7866 22.25 20.1156 22.25 20.3872 22.2302C20.6728 22.2093 20.9516 22.1637 21.2239 22.0428C21.8441 21.7676 22.3211 21.2474 22.5663 20.613C22.6722 20.339 22.7129 20.0577 22.7318 19.7611C22.75 19.4756 22.75 19.1279 22.75 18.7111V18.6639C22.75 18.2472 22.75 17.8994 22.7318 17.6139C22.7129 17.3173 22.6722 17.036 22.5663 16.762C22.3211 16.1277 21.8441 15.6074 21.2239 15.3322C21.1498 15.2993 21.0751 15.272 21 15.2492ZM17.5 14.1875C17.5 13.6952 17.9218 13.25 18.5 13.25C19.0782 13.25 19.5 13.6952 19.5 14.1875V15.125H17.5V14.1875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-love-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.58 10.287L19.8158 7.88697C20.1768 7.68242 20.3573 7.58014 20.5041 7.66109C20.651 7.74203 20.6606 7.9448 20.68 8.3503C20.7061 8.89687 20.7202 9.53051 20.7362 10.2797C20.7437 10.6321 20.7485 10.8275 20.7506 10.98C20.7581 11.5399 21.1966 12 21.7566 12C22.2999 12 22.7546 11.5659 22.7498 11.0226C22.7483 10.8559 22.7431 10.6538 22.7342 10.2371L22.7326 10.1618C22.7014 8.69628 22.6756 7.48537 22.505 6.50416C22.3232 5.4586 21.9643 4.58311 21.2149 3.83174C20.7915 3.40728 20.3251 3.1077 19.8092 2.89389C19.7308 2.85104 19.6466 2.81873 19.559 2.79811C19.2291 2.68184 18.8799 2.59616 18.5096 2.53176C17.5086 2.35765 16.2667 2.32652 14.7574 2.28868L14.6825 2.28681C12.7267 2.23773 11.2737 2.23774 9.31793 2.28681L9.24308 2.28869C7.73372 2.32652 6.49184 2.35765 5.49087 2.53175C4.4285 2.71654 3.53899 3.07641 2.78559 3.83174C2.03613 4.58311 1.67728 5.4586 1.49549 6.50416C1.32488 7.48538 1.29906 8.69623 1.26781 10.1617L1.2662 10.2371C1.2449 11.2351 1.24491 11.765 1.26622 12.7629L1.26782 12.8383C1.29907 14.3038 1.32489 15.5146 1.4955 16.4959C1.6773 17.5414 2.03614 18.4169 2.7856 19.1683C3.539 19.9236 4.42852 20.2835 5.49089 20.4683C6.49185 20.6424 7.73373 20.6735 9.24308 20.7113L9.31795 20.7132C9.99952 20.7303 10.1059 20.7414 11.0023 20.7466C11.5535 20.7498 12 20.3032 12 19.752C12 19.2008 11.5534 18.7538 11.0022 18.7506C10.1202 18.7454 10.0342 18.7345 9.36814 18.7178C7.7652 18.6776 6.67197 18.6476 5.83378 18.5018C5.0405 18.3638 4.57833 18.1374 4.20144 17.7595C3.82061 17.3777 3.59799 16.9218 3.46455 16.1543C3.32284 15.3393 3.29759 14.2803 3.26428 12.7203C3.24357 11.7508 3.24356 11.2492 3.26426 10.2797C3.28026 9.53061 3.29439 8.89704 3.32046 8.35053C3.3398 7.94501 3.34947 7.74225 3.49631 7.6613C3.64315 7.58035 3.82366 7.68263 4.18468 7.88719L8.42008 10.287C9.71969 11.0234 10.8188 11.5 12 11.5C13.1812 11.5 14.2804 11.0234 15.58 10.287Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9998 13.7893C18.7726 13.2397 20.0196 12.9381 21.3689 13.7427C22.3753 14.3429 22.8969 15.5671 22.7129 16.9009C22.5275 18.2448 21.6451 19.6871 19.902 20.9415C19.3481 21.3412 18.781 21.7503 17.9998 21.7503C17.2185 21.7503 16.6514 21.3412 16.0975 20.9415C14.3544 19.6871 13.472 18.2448 13.2866 16.9009C13.1026 15.5671 13.6242 14.3429 14.6306 13.7427C15.9799 12.9381 17.2269 13.2397 17.9998 13.7893Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.58 10.287L19.8158 7.88697C20.1768 7.68242 20.3573 7.58014 20.5041 7.66109C20.651 7.74203 20.6606 7.9448 20.68 8.3503C20.7061 8.89687 20.7202 9.53051 20.7362 10.2797C20.7437 10.6321 20.7485 10.8275 20.7506 10.98C20.7581 11.5399 21.1966 12 21.7566 12C22.2999 12 22.7546 11.5659 22.7498 11.0226C22.7483 10.8559 22.7431 10.6538 22.7342 10.2371L22.7326 10.1618C22.7014 8.69628 22.6756 7.48537 22.505 6.50416C22.3232 5.4586 21.9643 4.58311 21.2149 3.83174C20.7915 3.40728 20.3251 3.1077 19.8092 2.89389C19.7308 2.85104 19.6466 2.81873 19.559 2.79811C19.2291 2.68184 18.8799 2.59616 18.5096 2.53176C17.5086 2.35765 16.2667 2.32652 14.7574 2.28868L14.6825 2.28681C12.7267 2.23773 11.2737 2.23774 9.31793 2.28681L9.24308 2.28869C7.73372 2.32652 6.49184 2.35765 5.49087 2.53175C4.4285 2.71654 3.53899 3.07641 2.78559 3.83174C2.03613 4.58311 1.67728 5.4586 1.49549 6.50416C1.32488 7.48538 1.29906 8.69623 1.26781 10.1617L1.2662 10.2371C1.2449 11.2351 1.24491 11.765 1.26622 12.7629L1.26782 12.8383C1.29907 14.3038 1.32489 15.5146 1.4955 16.4959C1.6773 17.5414 2.03614 18.4169 2.7856 19.1683C3.539 19.9236 4.42852 20.2835 5.49089 20.4683C6.49185 20.6424 7.73373 20.6735 9.24308 20.7113L9.31795 20.7132C9.99952 20.7303 10.1059 20.7414 11.0023 20.7466C11.5535 20.7498 12 20.3032 12 19.752C12 19.2008 11.5534 18.7538 11.0022 18.7506C10.1202 18.7454 10.0342 18.7345 9.36814 18.7178C7.7652 18.6776 6.67197 18.6476 5.83378 18.5018C5.0405 18.3638 4.57833 18.1374 4.20144 17.7595C3.82061 17.3777 3.59799 16.9218 3.46455 16.1543C3.32284 15.3393 3.29759 14.2803 3.26428 12.7203C3.24357 11.7508 3.24356 11.2492 3.26426 10.2797C3.28026 9.53061 3.29439 8.89704 3.32046 8.35053C3.3398 7.94501 3.34947 7.74225 3.49631 7.6613C3.64315 7.58035 3.82366 7.68263 4.18468 7.88719L8.42008 10.287C9.71969 11.0234 10.8188 11.5 12 11.5C13.1812 11.5 14.2804 11.0234 15.58 10.287Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9998 13.7893C18.7726 13.2397 20.0196 12.9381 21.3689 13.7427C22.3753 14.3429 22.8969 15.5671 22.7129 16.9009C22.5275 18.2448 21.6451 19.6871 19.902 20.9415C19.3481 21.3412 18.781 21.7503 17.9998 21.7503C17.2185 21.7503 16.6514 21.3412 16.0975 20.9415C14.3544 19.6871 13.472 18.2448 13.2866 16.9009C13.1026 15.5671 13.6242 14.3429 14.6306 13.7427C15.9799 12.9381 17.2269 13.2397 17.9998 13.7893Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-love-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.92 1.78681C12.967 1.73773 11.033 1.73773 9.07999 1.7868L9.02182 1.78826C7.497 1.82655 6.27002 1.85735 5.2867 2.0286C4.2572 2.20789 3.42048 2.55177 2.71362 3.26132C2.00971 3.9679 1.66764 4.7926 1.49176 5.8054C1.32429 6.76978 1.29878 7.9668 1.26719 9.44965L1.26593 9.50839C1.24469 10.5047 1.24469 11.4953 1.26594 12.4916L1.26719 12.5504C1.29879 14.0332 1.32429 15.2302 1.49176 16.1946C1.66764 17.2074 2.00972 18.0321 2.71362 18.7387C3.42048 19.4482 4.2572 19.7921 5.2867 19.9714C6.27001 20.1426 7.49697 20.1735 9.02177 20.2117L9.07999 20.2132C9.96815 20.2355 10.8524 20.2477 11.7362 20.2497C12.2054 20.2508 12.4399 20.2513 12.5288 20.1137C12.6177 19.976 12.5136 19.7468 12.3053 19.2884C12.0538 18.7346 11.8772 18.1593 11.8008 17.6056C11.5499 15.787 12.2482 13.9169 13.8624 12.9542C15.2718 12.1137 16.6596 12.1105 17.7681 12.4987C17.8886 12.5409 17.9489 12.562 17.9999 12.562C18.0509 12.562 18.1111 12.5409 18.2317 12.4987C19.3402 12.1105 20.728 12.1137 22.1373 12.9542C22.24 13.0155 22.2914 13.0461 22.3097 13.054C22.5066 13.1383 22.6914 13.036 22.7243 12.8243C22.7274 12.8046 22.7284 12.7556 22.7305 12.6576V12.6575L22.7328 12.5503L22.7341 12.4916C22.7553 11.4953 22.7553 10.5047 22.7341 9.5084L22.7328 9.44967C22.7012 7.96683 22.6757 6.76979 22.5082 5.80542C22.3324 4.79261 21.9903 3.96792 21.2864 3.26134C20.5795 2.55179 19.7428 2.20791 18.7133 2.02862C17.73 1.85737 16.503 1.82656 14.9782 1.78827L14.92 1.78681ZM7.38182 6.85439C7.02527 6.64358 6.56533 6.76174 6.35452 7.11829C6.14371 7.47485 6.26186 7.93479 6.61841 8.1456L9.56043 9.88503C10.4313 10.3999 11.1827 10.75 12.0001 10.75C12.8175 10.75 13.569 10.3999 14.4398 9.88503L17.3818 8.1456C17.7384 7.93479 17.8565 7.47485 17.6457 7.11829C17.4349 6.76174 16.975 6.64358 16.6184 6.85439L13.6764 8.59382C12.832 9.09304 12.3831 9.25 12.0001 9.25C11.6171 9.25 11.1682 9.09304 10.3238 8.59382L7.38182 6.85439Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9996 14.2893C18.7725 13.7397 20.0195 13.4381 21.3688 14.2427C22.3751 14.8429 22.8968 16.0671 22.7128 17.4009C22.5274 18.7448 21.645 20.1871 19.9019 21.4415C19.348 21.8412 18.7809 22.2503 17.9996 22.2503C17.2183 22.2503 16.6513 21.8412 16.0974 21.4415C14.3543 20.1871 13.4719 18.7448 13.2865 17.4009C13.1025 16.0671 13.6241 14.8429 14.6305 14.2427C15.9798 13.4381 17.2268 13.7397 17.9996 14.2893Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.92 1.78681C12.967 1.73773 11.033 1.73773 9.07999 1.7868L9.02182 1.78826C7.497 1.82655 6.27002 1.85735 5.2867 2.0286C4.2572 2.20789 3.42048 2.55177 2.71362 3.26132C2.00971 3.9679 1.66764 4.7926 1.49176 5.8054C1.32429 6.76978 1.29878 7.9668 1.26719 9.44965L1.26593 9.50839C1.24469 10.5047 1.24469 11.4953 1.26594 12.4916L1.26719 12.5504C1.29879 14.0332 1.32429 15.2302 1.49176 16.1946C1.66764 17.2074 2.00972 18.0321 2.71362 18.7387C3.42048 19.4482 4.2572 19.7921 5.2867 19.9714C6.27001 20.1426 7.49697 20.1735 9.02177 20.2117L9.07999 20.2132C9.96815 20.2355 10.8524 20.2477 11.7362 20.2497C12.2054 20.2508 12.4399 20.2513 12.5288 20.1137C12.6177 19.976 12.5136 19.7468 12.3053 19.2884C12.0538 18.7346 11.8772 18.1593 11.8008 17.6056C11.5499 15.787 12.2482 13.9169 13.8624 12.9542C15.2718 12.1137 16.6596 12.1105 17.7681 12.4987C17.8886 12.5409 17.9489 12.562 17.9999 12.562C18.0509 12.562 18.1111 12.5409 18.2317 12.4987C19.3402 12.1105 20.728 12.1137 22.1373 12.9542C22.24 13.0155 22.2914 13.0461 22.3097 13.054C22.5066 13.1383 22.6914 13.036 22.7243 12.8243C22.7274 12.8046 22.7284 12.7556 22.7305 12.6576V12.6575L22.7328 12.5503L22.7341 12.4916C22.7553 11.4953 22.7553 10.5047 22.7341 9.5084L22.7328 9.44967C22.7012 7.96683 22.6757 6.76979 22.5082 5.80542C22.3324 4.79261 21.9903 3.96792 21.2864 3.26134C20.5795 2.55179 19.7428 2.20791 18.7133 2.02862C17.73 1.85737 16.503 1.82656 14.9782 1.78827L14.92 1.78681ZM7.38182 6.85439C7.02527 6.64358 6.56533 6.76174 6.35452 7.11829C6.14371 7.47485 6.26186 7.93479 6.61841 8.1456L9.56043 9.88503C10.4313 10.3999 11.1827 10.75 12.0001 10.75C12.8175 10.75 13.569 10.3999 14.4398 9.88503L17.3818 8.1456C17.7384 7.93479 17.8565 7.47485 17.6457 7.11829C17.4349 6.76174 16.975 6.64358 16.6184 6.85439L13.6764 8.59382C12.832 9.09304 12.3831 9.25 12.0001 9.25C11.6171 9.25 11.1682 9.09304 10.3238 8.59382L7.38182 6.85439Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9996 14.2893C18.7725 13.7397 20.0195 13.4381 21.3688 14.2427C22.3751 14.8429 22.8968 16.0671 22.7128 17.4009C22.5274 18.7448 21.645 20.1871 19.9019 21.4415C19.348 21.8412 18.7809 22.2503 17.9996 22.2503C17.2183 22.2503 16.6513 21.8412 16.0974 21.4415C14.3543 20.1871 13.4719 18.7448 13.2865 17.4009C13.1025 16.0671 13.6241 14.8429 14.6305 14.2427C15.9798 13.4381 17.2268 13.7397 17.9996 14.2893Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-minus-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 2.7868C10.908 2.73773 12.842 2.73773 14.795 2.7868L14.8532 2.78826C16.378 2.82655 17.605 2.85736 18.5883 3.02861C19.6178 3.2079 20.4545 3.55178 21.1614 4.26134C21.8653 4.96792 22.2074 5.79261 22.3832 6.80541C22.5507 7.76979 22.5762 8.96682 22.6078 10.4497L22.6091 10.5084C22.6303 11.5047 22.6303 12.4953 22.6091 13.4916L22.6078 13.5503L22.6078 13.5509C22.6016 13.8437 22.5956 14.1253 22.5887 14.3962C22.5817 14.6702 22.5782 14.8072 22.5166 14.8854C22.4975 14.9098 22.485 14.9219 22.4602 14.9405C22.3804 15 22.2119 15 21.875 15H13.875C12.4943 15 11.375 16.1193 11.375 17.5C11.375 18.8807 12.4943 20 13.875 20H19.2154C19.8652 20 20.1902 20 20.229 20.2548C20.2679 20.5096 19.9851 20.5979 19.4194 20.7745C19.1569 20.8564 18.8804 20.9205 18.5883 20.9714C17.605 21.1426 16.378 21.1735 14.8532 21.2117L14.795 21.2132C12.842 21.2623 10.908 21.2623 8.95499 21.2132L8.89677 21.2117C7.37197 21.1735 6.14501 21.1426 5.1617 20.9714C4.1322 20.7921 3.29548 20.4482 2.58862 19.7387C1.88472 19.0321 1.54264 18.2074 1.36676 17.1946C1.19929 16.2302 1.17379 15.0332 1.14219 13.5503L1.14094 13.4916C1.11969 12.4953 1.11969 11.5047 1.14093 10.5084L1.14219 10.4496C1.17378 8.9668 1.19929 7.76977 1.36676 6.8054C1.54264 5.79259 1.88471 4.9679 2.58862 4.26132C3.29548 3.55177 4.1322 3.20789 5.1617 3.0286C6.14502 2.85735 7.372 2.82654 8.89682 2.78826L8.95499 2.7868ZM7.25682 7.85439C6.90027 7.64358 6.44033 7.76174 6.22952 8.11829C6.01871 8.47485 6.13686 8.93479 6.49341 9.1456L9.43543 10.885C10.3063 11.3999 11.0577 11.75 11.8751 11.75C12.6925 11.75 13.444 11.3999 14.3148 10.885L17.2568 9.1456C17.6134 8.93479 17.7315 8.47485 17.5207 8.11829C17.3099 7.76174 16.85 7.64358 16.4934 7.85439L13.5514 9.59382C12.707 10.093 12.2581 10.25 11.8751 10.25C11.4921 10.25 11.0432 10.093 10.1988 9.59382L7.25682 7.85439Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 17.5C12.875 16.9477 13.3227 16.5 13.875 16.5H21.875C22.4273 16.5 22.875 16.9477 22.875 17.5C22.875 18.0523 22.4273 18.5 21.875 18.5H13.875C13.3227 18.5 12.875 18.0523 12.875 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 2.7868C10.908 2.73773 12.842 2.73773 14.795 2.7868L14.8532 2.78826C16.378 2.82655 17.605 2.85736 18.5883 3.02861C19.6178 3.2079 20.4545 3.55178 21.1614 4.26134C21.8653 4.96792 22.2074 5.79261 22.3832 6.80541C22.5507 7.76979 22.5762 8.96682 22.6078 10.4497L22.6091 10.5084C22.6303 11.5047 22.6303 12.4953 22.6091 13.4916L22.6078 13.5503L22.6078 13.5509C22.6016 13.8437 22.5956 14.1253 22.5887 14.3962C22.5817 14.6702 22.5782 14.8072 22.5166 14.8854C22.4975 14.9098 22.485 14.9219 22.4602 14.9405C22.3804 15 22.2119 15 21.875 15H13.875C12.4943 15 11.375 16.1193 11.375 17.5C11.375 18.8807 12.4943 20 13.875 20H19.2154C19.8652 20 20.1902 20 20.229 20.2548C20.2679 20.5096 19.9851 20.5979 19.4194 20.7745C19.1569 20.8564 18.8804 20.9205 18.5883 20.9714C17.605 21.1426 16.378 21.1735 14.8532 21.2117L14.795 21.2132C12.842 21.2623 10.908 21.2623 8.95499 21.2132L8.89677 21.2117C7.37197 21.1735 6.14501 21.1426 5.1617 20.9714C4.1322 20.7921 3.29548 20.4482 2.58862 19.7387C1.88472 19.0321 1.54264 18.2074 1.36676 17.1946C1.19929 16.2302 1.17379 15.0332 1.14219 13.5503L1.14094 13.4916C1.11969 12.4953 1.11969 11.5047 1.14093 10.5084L1.14219 10.4496C1.17378 8.9668 1.19929 7.76977 1.36676 6.8054C1.54264 5.79259 1.88471 4.9679 2.58862 4.26132C3.29548 3.55177 4.1322 3.20789 5.1617 3.0286C6.14502 2.85735 7.372 2.82654 8.89682 2.78826L8.95499 2.7868ZM7.25682 7.85439C6.90027 7.64358 6.44033 7.76174 6.22952 8.11829C6.01871 8.47485 6.13686 8.93479 6.49341 9.1456L9.43543 10.885C10.3063 11.3999 11.0577 11.75 11.8751 11.75C12.6925 11.75 13.444 11.3999 14.3148 10.885L17.2568 9.1456C17.6134 8.93479 17.7315 8.47485 17.5207 8.11829C17.3099 7.76174 16.85 7.64358 16.4934 7.85439L13.5514 9.59382C12.707 10.093 12.2581 10.25 11.8751 10.25C11.4921 10.25 11.0432 10.093 10.1988 9.59382L7.25682 7.85439Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 17.5C12.875 16.9477 13.3227 16.5 13.875 16.5H21.875C22.4273 16.5 22.875 16.9477 22.875 17.5C22.875 18.0523 22.4273 18.5 21.875 18.5H13.875C13.3227 18.5 12.875 18.0523 12.875 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-open-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.75C11.2374 1.75 10.5487 1.97652 9.80256 2.35789C9.08085 2.72677 8.24987 3.27092 7.2095 3.95217L3.29224 6.5171C2.86565 6.79572 2.49213 7.03969 2.19137 7.31887C2.62534 7.33818 3.05241 7.48296 3.41629 7.74804L7.59002 10.7885C7.87497 10.9961 8.10072 11.1599 8.30852 11.2984C8.48404 11.4155 8.63009 11.5661 8.74041 11.7388C9.73854 11.1673 10.8061 10.75 12.0005 10.75C13.1944 10.75 14.2617 11.167 15.2596 11.7383C15.3699 11.5659 15.5158 11.4154 15.6911 11.2985C15.8989 11.1599 16.1247 10.9961 16.4097 10.7885L20.5834 7.74804C20.9474 7.48289 21.3746 7.3381 21.8087 7.31885C21.5079 7.03968 21.1344 6.79572 20.7078 6.5171L16.7906 3.95218L16.7906 3.95217C15.7502 3.27093 14.9192 2.72677 14.1975 2.35789C13.4514 1.97652 12.7627 1.75 12 1.75ZM1.76759 8.89002C1.51888 9.00916 1.35563 9.25518 1.34247 9.53063L1.31725 10.0588C1.25047 11.5762 1.23338 13.0642 1.26605 14.5669L1.26849 14.6791C1.2848 15.4319 1.29956 16.1132 1.33477 16.7304L7.47655 12.5462C7.23814 12.3873 6.98659 12.2044 6.70694 12.0007L2.53322 8.9602C2.31032 8.79783 2.0163 8.77087 1.76759 8.89002ZM22.2324 8.89002C22.4811 9.00916 22.6444 9.25518 22.6575 9.53063L22.6827 10.0588C22.7495 11.5762 22.7666 13.0642 22.7339 14.5669L22.7315 14.6791C22.7152 15.4319 22.7004 16.1133 22.6652 16.7305L16.5233 12.5463C16.7618 12.3873 17.0134 12.2044 17.293 12.0007L21.4668 8.9602C21.6897 8.79783 21.9837 8.77087 22.2324 8.89002ZM11.9999 12.25C13.1551 12.25 14.2306 12.7996 15.5091 13.6706L22.0431 18.1219C22.3129 18.3057 22.4328 18.6429 22.3397 18.9557C22.1328 19.651 21.8033 20.239 21.2822 20.7563C20.5749 21.4586 19.7385 21.7982 18.7103 21.9752C17.7274 22.1444 16.5008 22.1747 14.9753 22.2124L14.9177 22.2138C12.9668 22.2621 11.033 22.2621 9.08207 22.2138L9.02443 22.2124C7.49895 22.1747 6.27233 22.1444 5.28945 21.9752C4.26129 21.7982 3.42492 21.4586 2.71757 20.7563C2.19649 20.239 1.86702 19.651 1.66009 18.9557C1.56697 18.6429 1.68689 18.3057 1.95666 18.1219L8.49064 13.6706C9.7692 12.7996 10.8446 12.25 11.9999 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.75C11.2374 1.75 10.5487 1.97652 9.80256 2.35789C9.08085 2.72677 8.24987 3.27092 7.2095 3.95217L3.29224 6.5171C2.86565 6.79572 2.49213 7.03969 2.19137 7.31887C2.62534 7.33818 3.05241 7.48296 3.41629 7.74804L7.59002 10.7885C7.87497 10.9961 8.10072 11.1599 8.30852 11.2984C8.48404 11.4155 8.63009 11.5661 8.74041 11.7388C9.73854 11.1673 10.8061 10.75 12.0005 10.75C13.1944 10.75 14.2617 11.167 15.2596 11.7383C15.3699 11.5659 15.5158 11.4154 15.6911 11.2985C15.8989 11.1599 16.1247 10.9961 16.4097 10.7885L20.5834 7.74804C20.9474 7.48289 21.3746 7.3381 21.8087 7.31885C21.5079 7.03968 21.1344 6.79572 20.7078 6.5171L16.7906 3.95218L16.7906 3.95217C15.7502 3.27093 14.9192 2.72677 14.1975 2.35789C13.4514 1.97652 12.7627 1.75 12 1.75ZM1.76759 8.89002C1.51888 9.00916 1.35563 9.25518 1.34247 9.53063L1.31725 10.0588C1.25047 11.5762 1.23338 13.0642 1.26605 14.5669L1.26849 14.6791C1.2848 15.4319 1.29956 16.1132 1.33477 16.7304L7.47655 12.5462C7.23814 12.3873 6.98659 12.2044 6.70694 12.0007L2.53322 8.9602C2.31032 8.79783 2.0163 8.77087 1.76759 8.89002ZM22.2324 8.89002C22.4811 9.00916 22.6444 9.25518 22.6575 9.53063L22.6827 10.0588C22.7495 11.5762 22.7666 13.0642 22.7339 14.5669L22.7315 14.6791C22.7152 15.4319 22.7004 16.1133 22.6652 16.7305L16.5233 12.5463C16.7618 12.3873 17.0134 12.2044 17.293 12.0007L21.4668 8.9602C21.6897 8.79783 21.9837 8.77087 22.2324 8.89002ZM11.9999 12.25C13.1551 12.25 14.2306 12.7996 15.5091 13.6706L22.0431 18.1219C22.3129 18.3057 22.4328 18.6429 22.3397 18.9557C22.1328 19.651 21.8033 20.239 21.2822 20.7563C20.5749 21.4586 19.7385 21.7982 18.7103 21.9752C17.7274 22.1444 16.5008 22.1747 14.9753 22.2124L14.9177 22.2138C12.9668 22.2621 11.033 22.2621 9.08207 22.2138L9.02443 22.2124C7.49895 22.1747 6.27233 22.1444 5.28945 21.9752C4.26129 21.7982 3.42492 21.4586 2.71757 20.7563C2.19649 20.239 1.86702 19.651 1.66009 18.9557C1.56697 18.6429 1.68689 18.3057 1.95666 18.1219L8.49064 13.6706C9.7692 12.7996 10.8446 12.25 11.9999 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-open-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.8001 2.35789C10.5475 1.97652 11.2373 1.75 12.0011 1.75C12.765 1.75 13.4548 1.97652 14.2022 2.35789C14.9251 2.72678 15.7574 3.27092 16.7994 3.95218L20.723 6.5171C21.4202 6.97169 21.9758 7.33403 22.3043 7.90757C22.3474 7.98277 22.3689 8.02037 22.3773 8.07591C22.3867 8.13845 22.3694 8.22372 22.3363 8.27763C22.307 8.3255 22.2643 8.35796 22.1789 8.42288L21.5545 8.89785L17.2961 11.9824C16.8253 12.3235 16.3979 12.633 16.0031 12.9134C15.5096 13.264 15.1201 13.4628 14.7269 13.5809C14.3303 13.7 13.8868 13.7501 13.2653 13.7501H10.7377C10.1161 13.7501 9.67267 13.7 9.27604 13.5809C8.88288 13.4628 8.49334 13.264 7.99983 12.9134C7.60507 12.633 7.17772 12.3235 6.70683 11.9824L2.44505 8.89534L1.83149 8.43972C1.73584 8.36869 1.68801 8.33318 1.65696 8.27945C1.62834 8.22994 1.61218 8.15258 1.61858 8.09576C1.62552 8.03409 1.64967 7.99191 1.69798 7.90757C2.02645 7.33403 2.5821 6.97169 3.27923 6.5171L7.20283 3.95217L7.20284 3.95217C8.24489 3.27091 9.07721 2.72677 9.8001 2.35789ZM18.173 13.1974C17.7042 13.5369 17.2716 13.8503 16.8707 14.1351C16.2881 14.549 15.7513 14.8378 15.1573 15.0163C14.5668 15.1937 13.9622 15.2489 13.2641 15.2489H10.7366C10.0385 15.2489 9.43394 15.1937 8.84338 15.0163C8.24936 14.8378 7.7126 14.549 7.13001 14.1351C6.72907 13.8503 6.29643 13.5369 5.82769 13.1974L2.24399 10.6019C1.83276 10.3041 1.62715 10.1552 1.46415 10.2372C1.30114 10.3192 1.29813 10.573 1.2921 11.0807L1.25 14.6253C1.2819 16.0916 1.3077 17.2771 1.47581 18.2324C1.65261 19.2371 1.99644 20.0551 2.70265 20.7551C3.41116 21.4574 4.24887 21.797 5.2787 21.974C6.26317 22.1432 7.49178 22.1735 9.01972 22.2112L9.07746 22.2126C11.0316 22.2609 12.9684 22.2609 14.9225 22.2126L14.9803 22.2112C16.5082 22.1735 17.7368 22.1432 18.7213 21.974C19.7511 21.797 20.5889 21.4574 21.2974 20.7551C22.0036 20.0551 22.3474 19.2371 22.5242 18.2324C22.6923 17.2771 22.7181 16.0916 22.75 14.6253L22.7079 11.0808C22.7019 10.5731 22.6989 10.3192 22.5358 10.2372C22.3728 10.1552 22.1672 10.3042 21.756 10.602L18.173 13.1974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.8001 2.35789C10.5475 1.97652 11.2373 1.75 12.0011 1.75C12.765 1.75 13.4548 1.97652 14.2022 2.35789C14.9251 2.72678 15.7574 3.27092 16.7994 3.95218L20.723 6.5171C21.4202 6.97169 21.9758 7.33403 22.3043 7.90757C22.3474 7.98277 22.3689 8.02037 22.3773 8.07591C22.3867 8.13845 22.3694 8.22372 22.3363 8.27763C22.307 8.3255 22.2643 8.35796 22.1789 8.42288L21.5545 8.89785L17.2961 11.9824C16.8253 12.3235 16.3979 12.633 16.0031 12.9134C15.5096 13.264 15.1201 13.4628 14.7269 13.5809C14.3303 13.7 13.8868 13.7501 13.2653 13.7501H10.7377C10.1161 13.7501 9.67267 13.7 9.27604 13.5809C8.88288 13.4628 8.49334 13.264 7.99983 12.9134C7.60507 12.633 7.17772 12.3235 6.70683 11.9824L2.44505 8.89534L1.83149 8.43972C1.73584 8.36869 1.68801 8.33318 1.65696 8.27945C1.62834 8.22994 1.61218 8.15258 1.61858 8.09576C1.62552 8.03409 1.64967 7.99191 1.69798 7.90757C2.02645 7.33403 2.5821 6.97169 3.27923 6.5171L7.20283 3.95217L7.20284 3.95217C8.24489 3.27091 9.07721 2.72677 9.8001 2.35789ZM18.173 13.1974C17.7042 13.5369 17.2716 13.8503 16.8707 14.1351C16.2881 14.549 15.7513 14.8378 15.1573 15.0163C14.5668 15.1937 13.9622 15.2489 13.2641 15.2489H10.7366C10.0385 15.2489 9.43394 15.1937 8.84338 15.0163C8.24936 14.8378 7.7126 14.549 7.13001 14.1351C6.72907 13.8503 6.29643 13.5369 5.82769 13.1974L2.24399 10.6019C1.83276 10.3041 1.62715 10.1552 1.46415 10.2372C1.30114 10.3192 1.29813 10.573 1.2921 11.0807L1.25 14.6253C1.2819 16.0916 1.3077 17.2771 1.47581 18.2324C1.65261 19.2371 1.99644 20.0551 2.70265 20.7551C3.41116 21.4574 4.24887 21.797 5.2787 21.974C6.26317 22.1432 7.49178 22.1735 9.01972 22.2112L9.07746 22.2126C11.0316 22.2609 12.9684 22.2609 14.9225 22.2126L14.9803 22.2112C16.5082 22.1735 17.7368 22.1432 18.7213 21.974C19.7511 21.797 20.5889 21.4574 21.2974 20.7551C22.0036 20.0551 22.3474 19.2371 22.5242 18.2324C22.6923 17.2771 22.7181 16.0916 22.75 14.6253L22.7079 11.0808C22.7019 10.5731 22.6989 10.3192 22.5358 10.2372C22.3728 10.1552 22.1672 10.3042 21.756 10.602L18.173 13.1974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-open-love{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.62441 6.58405C5.85417 6.9287 5.76104 7.39435 5.4164 7.62412L4.1976 8.43665C3.74928 8.73553 3.45596 8.93199 3.24145 9.10594C3.03912 9.27003 2.9511 9.38007 2.8961 9.48327C2.87412 9.52449 2.85422 9.57047 2.83673 9.62723L9.2993 13.5048C10.0642 13.9637 10.5908 14.2786 11.0284 14.4844C11.4506 14.6829 11.7339 14.7515 12.0004 14.7515C12.2669 14.7515 12.5502 14.6829 12.9724 14.4844C13.41 14.2786 13.9366 13.9637 14.7015 13.5048L21.164 9.62726C21.1465 9.57049 21.1266 9.5245 21.1046 9.48327C21.0496 9.38007 20.9616 9.27003 20.7593 9.10594C20.5448 8.93198 20.2515 8.73553 19.8031 8.43665L18.5843 7.62412C18.2397 7.39435 18.1466 6.9287 18.3763 6.58405C18.6061 6.23941 19.0718 6.14628 19.4164 6.37604L20.6625 7.20679C21.0761 7.48249 21.4286 7.71749 21.7041 7.9409C21.9978 8.17909 22.2466 8.43675 22.4283 8.7777C22.6289 9.15396 22.6999 9.54114 22.7286 9.96088C22.7509 10.286 22.7496 10.6716 22.7481 11.1187L22.748 11.1432C22.7438 12.4028 22.732 13.6895 22.6995 14.9929L22.6981 15.0514C22.661 16.539 22.631 17.7391 22.4607 18.7047C22.282 19.7181 21.9387 20.5427 21.2346 21.2468C20.529 21.9524 19.6977 22.2951 18.6757 22.4737C17.7003 22.644 16.4852 22.6744 14.9766 22.7121L14.9184 22.7135C12.9673 22.7623 11.0335 22.7623 9.08238 22.7135L9.02417 22.7121C7.51556 22.6744 6.30049 22.6441 5.32512 22.4737C4.30305 22.2951 3.47177 21.9524 2.7662 21.2469C2.0621 20.5427 1.71878 19.7181 1.54005 18.7047C1.36975 17.7391 1.33982 16.539 1.30271 15.0514L1.30125 14.9929C1.26871 13.6895 1.257 12.4028 1.25276 11.1432L1.25268 11.1188C1.25117 10.6716 1.24987 10.286 1.27213 9.96084C1.30086 9.54112 1.37185 9.15395 1.5724 8.77771C1.75414 8.43675 2.00292 8.17909 2.29664 7.9409C2.57213 7.71748 2.92463 7.4825 3.33822 7.20679L4.58435 6.37604C4.92899 6.14628 5.39465 6.23941 5.62441 6.58405Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.052 1.25C15.9505 1.24997 16.6997 1.24995 17.2945 1.32991C17.9223 1.41432 18.4891 1.59999 18.9445 2.05546C19.4 2.51093 19.5857 3.07773 19.6701 3.70552C19.7501 4.3003 19.75 5.04951 19.75 5.94798V5.94801L19.75 12C19.75 12.4142 19.4142 12.75 19 12.75C18.5858 12.75 18.25 12.4142 18.25 12V6C18.25 5.03599 18.2484 4.38843 18.1835 3.90539C18.1214 3.44393 18.0142 3.24644 17.8839 3.11612C17.7536 2.9858 17.5561 2.87858 17.0946 2.81654C16.6116 2.7516 15.964 2.75 15 2.75H9C8.03599 2.75 7.38843 2.7516 6.90539 2.81654C6.44393 2.87858 6.24644 2.9858 6.11612 3.11612C5.9858 3.24644 5.87858 3.44393 5.81654 3.90539C5.7516 4.38843 5.75 5.03599 5.75 6V12C5.75 12.4142 5.41422 12.75 5 12.75C4.58579 12.75 4.25 12.4142 4.25 12L4.25 5.948V5.94797C4.24997 5.0495 4.24995 4.3003 4.32991 3.70552C4.41432 3.07773 4.59999 2.51093 5.05546 2.05546C5.51093 1.59999 6.07773 1.41432 6.70552 1.32991C7.3003 1.24995 8.04951 1.24997 8.94797 1.25H8.948H15.052H15.052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.39249 5.62423C10.4144 5.04383 11.3699 5.21949 12.0017 5.60437C12.6334 5.21949 13.5889 5.04383 14.6108 5.62423C15.4414 6.09598 15.8726 7.06342 15.7215 8.10638C15.5703 9.1507 14.8583 10.2274 13.5238 11.142L13.4621 11.1844C13.0495 11.4683 12.6397 11.7502 12.0017 11.7502C11.3636 11.7502 10.9538 11.4683 10.5412 11.1844L10.4795 11.142C9.14502 10.2274 8.43303 9.1507 8.28176 8.10638C8.13069 7.06342 8.56188 6.09598 9.39249 5.62423Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.62441 6.58405C5.85417 6.9287 5.76104 7.39435 5.4164 7.62412L4.1976 8.43665C3.74928 8.73553 3.45596 8.93199 3.24145 9.10594C3.03912 9.27003 2.9511 9.38007 2.8961 9.48327C2.87412 9.52449 2.85422 9.57047 2.83673 9.62723L9.2993 13.5048C10.0642 13.9637 10.5908 14.2786 11.0284 14.4844C11.4506 14.6829 11.7339 14.7515 12.0004 14.7515C12.2669 14.7515 12.5502 14.6829 12.9724 14.4844C13.41 14.2786 13.9366 13.9637 14.7015 13.5048L21.164 9.62726C21.1465 9.57049 21.1266 9.5245 21.1046 9.48327C21.0496 9.38007 20.9616 9.27003 20.7593 9.10594C20.5448 8.93198 20.2515 8.73553 19.8031 8.43665L18.5843 7.62412C18.2397 7.39435 18.1466 6.9287 18.3763 6.58405C18.6061 6.23941 19.0718 6.14628 19.4164 6.37604L20.6625 7.20679C21.0761 7.48249 21.4286 7.71749 21.7041 7.9409C21.9978 8.17909 22.2466 8.43675 22.4283 8.7777C22.6289 9.15396 22.6999 9.54114 22.7286 9.96088C22.7509 10.286 22.7496 10.6716 22.7481 11.1187L22.748 11.1432C22.7438 12.4028 22.732 13.6895 22.6995 14.9929L22.6981 15.0514C22.661 16.539 22.631 17.7391 22.4607 18.7047C22.282 19.7181 21.9387 20.5427 21.2346 21.2468C20.529 21.9524 19.6977 22.2951 18.6757 22.4737C17.7003 22.644 16.4852 22.6744 14.9766 22.7121L14.9184 22.7135C12.9673 22.7623 11.0335 22.7623 9.08238 22.7135L9.02417 22.7121C7.51556 22.6744 6.30049 22.6441 5.32512 22.4737C4.30305 22.2951 3.47177 21.9524 2.7662 21.2469C2.0621 20.5427 1.71878 19.7181 1.54005 18.7047C1.36975 17.7391 1.33982 16.539 1.30271 15.0514L1.30125 14.9929C1.26871 13.6895 1.257 12.4028 1.25276 11.1432L1.25268 11.1188C1.25117 10.6716 1.24987 10.286 1.27213 9.96084C1.30086 9.54112 1.37185 9.15395 1.5724 8.77771C1.75414 8.43675 2.00292 8.17909 2.29664 7.9409C2.57213 7.71748 2.92463 7.4825 3.33822 7.20679L4.58435 6.37604C4.92899 6.14628 5.39465 6.23941 5.62441 6.58405Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.052 1.25C15.9505 1.24997 16.6997 1.24995 17.2945 1.32991C17.9223 1.41432 18.4891 1.59999 18.9445 2.05546C19.4 2.51093 19.5857 3.07773 19.6701 3.70552C19.7501 4.3003 19.75 5.04951 19.75 5.94798V5.94801L19.75 12C19.75 12.4142 19.4142 12.75 19 12.75C18.5858 12.75 18.25 12.4142 18.25 12V6C18.25 5.03599 18.2484 4.38843 18.1835 3.90539C18.1214 3.44393 18.0142 3.24644 17.8839 3.11612C17.7536 2.9858 17.5561 2.87858 17.0946 2.81654C16.6116 2.7516 15.964 2.75 15 2.75H9C8.03599 2.75 7.38843 2.7516 6.90539 2.81654C6.44393 2.87858 6.24644 2.9858 6.11612 3.11612C5.9858 3.24644 5.87858 3.44393 5.81654 3.90539C5.7516 4.38843 5.75 5.03599 5.75 6V12C5.75 12.4142 5.41422 12.75 5 12.75C4.58579 12.75 4.25 12.4142 4.25 12L4.25 5.948V5.94797C4.24997 5.0495 4.24995 4.3003 4.32991 3.70552C4.41432 3.07773 4.59999 2.51093 5.05546 2.05546C5.51093 1.59999 6.07773 1.41432 6.70552 1.32991C7.3003 1.24995 8.04951 1.24997 8.94797 1.25H8.948H15.052H15.052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.39249 5.62423C10.4144 5.04383 11.3699 5.21949 12.0017 5.60437C12.6334 5.21949 13.5889 5.04383 14.6108 5.62423C15.4414 6.09598 15.8726 7.06342 15.7215 8.10638C15.5703 9.1507 14.8583 10.2274 13.5238 11.142L13.4621 11.1844C13.0495 11.4683 12.6397 11.7502 12.0017 11.7502C11.3636 11.7502 10.9538 11.4683 10.5412 11.1844L10.4795 11.142C9.14502 10.2274 8.43303 9.1507 8.28176 8.10638C8.13069 7.06342 8.56188 6.09598 9.39249 5.62423Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-open{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.62441 6.58405C5.85417 6.9287 5.76104 7.39435 5.4164 7.62412L4.1976 8.43665C3.74928 8.73553 3.45596 8.93199 3.24145 9.10594C3.03912 9.27003 2.9511 9.38007 2.8961 9.48327C2.87412 9.52449 2.85422 9.57047 2.83673 9.62723L9.2993 13.5048C10.0642 13.9637 10.5908 14.2786 11.0284 14.4844C11.4506 14.6829 11.7339 14.7515 12.0004 14.7515C12.2669 14.7515 12.5502 14.6829 12.9724 14.4844C13.41 14.2786 13.9366 13.9637 14.7015 13.5048L21.164 9.62726C21.1465 9.57049 21.1266 9.5245 21.1046 9.48327C21.0496 9.38007 20.9616 9.27003 20.7593 9.10594C20.5448 8.93198 20.2515 8.73553 19.8031 8.43665L18.5843 7.62412C18.2397 7.39435 18.1466 6.9287 18.3763 6.58405C18.6061 6.23941 19.0718 6.14628 19.4164 6.37604L20.6625 7.20679C21.0761 7.48249 21.4286 7.71749 21.7041 7.9409C21.9978 8.17909 22.2466 8.43675 22.4283 8.7777C22.6289 9.15396 22.6999 9.54114 22.7286 9.96088C22.7509 10.286 22.7496 10.6716 22.7481 11.1187L22.748 11.1432C22.7438 12.4028 22.732 13.6895 22.6995 14.9929L22.6981 15.0514C22.661 16.539 22.631 17.7391 22.4607 18.7047C22.282 19.7181 21.9387 20.5427 21.2346 21.2468C20.529 21.9524 19.6977 22.2951 18.6757 22.4737C17.7003 22.644 16.4852 22.6744 14.9766 22.7121L14.9184 22.7135C12.9673 22.7623 11.0335 22.7623 9.08238 22.7135L9.02417 22.7121C7.51556 22.6744 6.30049 22.6441 5.32512 22.4737C4.30305 22.2951 3.47177 21.9524 2.7662 21.2469C2.0621 20.5427 1.71878 19.7181 1.54005 18.7047C1.36975 17.7391 1.33982 16.539 1.30271 15.0514L1.30125 14.9929C1.26871 13.6895 1.257 12.4028 1.25276 11.1432L1.25268 11.1188C1.25117 10.6716 1.24987 10.286 1.27213 9.96084C1.30086 9.54112 1.37185 9.15395 1.5724 8.77771C1.75414 8.43675 2.00292 8.17909 2.29664 7.9409C2.57213 7.71748 2.92463 7.4825 3.33822 7.20679L4.58435 6.37604C4.92899 6.14628 5.39465 6.23941 5.62441 6.58405Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.052 1.25C15.9505 1.24997 16.6997 1.24995 17.2945 1.32991C17.9223 1.41432 18.4891 1.59999 18.9445 2.05546C19.4 2.51093 19.5857 3.07773 19.6701 3.70552C19.7501 4.3003 19.75 5.04951 19.75 5.94798V5.94801L19.75 12C19.75 12.4142 19.4142 12.75 19 12.75C18.5858 12.75 18.25 12.4142 18.25 12V6C18.25 5.03599 18.2484 4.38843 18.1835 3.90539C18.1214 3.44393 18.0142 3.24644 17.8839 3.11612C17.7536 2.9858 17.5561 2.87858 17.0946 2.81654C16.6116 2.7516 15.964 2.75 15 2.75H9C8.03599 2.75 7.38843 2.7516 6.90539 2.81654C6.44393 2.87858 6.24644 2.9858 6.11612 3.11612C5.9858 3.24644 5.87858 3.44393 5.81654 3.90539C5.7516 4.38843 5.75 5.03599 5.75 6V12C5.75 12.4142 5.41422 12.75 5 12.75C4.58579 12.75 4.25 12.4142 4.25 12L4.25 5.948V5.94797C4.24997 5.0495 4.24995 4.3003 4.32991 3.70552C4.41432 3.07773 4.59999 2.51093 5.05546 2.05546C5.51093 1.59999 6.07773 1.41432 6.70552 1.32991C7.3003 1.24995 8.04951 1.24997 8.94797 1.25H8.948H15.052H15.052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 10C9.25 10.4142 9.58579 10.75 10 10.75H14C14.4142 10.75 14.75 10.4142 14.75 10C14.75 9.58579 14.4142 9.25 14 9.25H10C9.58579 9.25 9.25 9.58579 9.25 10ZM9.25 6C9.25 6.41421 9.58579 6.75 10 6.75H14C14.4142 6.75 14.75 6.41421 14.75 6C14.75 5.58579 14.4142 5.25 14 5.25H10C9.58579 5.25 9.25 5.58579 9.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.62441 6.58405C5.85417 6.9287 5.76104 7.39435 5.4164 7.62412L4.1976 8.43665C3.74928 8.73553 3.45596 8.93199 3.24145 9.10594C3.03912 9.27003 2.9511 9.38007 2.8961 9.48327C2.87412 9.52449 2.85422 9.57047 2.83673 9.62723L9.2993 13.5048C10.0642 13.9637 10.5908 14.2786 11.0284 14.4844C11.4506 14.6829 11.7339 14.7515 12.0004 14.7515C12.2669 14.7515 12.5502 14.6829 12.9724 14.4844C13.41 14.2786 13.9366 13.9637 14.7015 13.5048L21.164 9.62726C21.1465 9.57049 21.1266 9.5245 21.1046 9.48327C21.0496 9.38007 20.9616 9.27003 20.7593 9.10594C20.5448 8.93198 20.2515 8.73553 19.8031 8.43665L18.5843 7.62412C18.2397 7.39435 18.1466 6.9287 18.3763 6.58405C18.6061 6.23941 19.0718 6.14628 19.4164 6.37604L20.6625 7.20679C21.0761 7.48249 21.4286 7.71749 21.7041 7.9409C21.9978 8.17909 22.2466 8.43675 22.4283 8.7777C22.6289 9.15396 22.6999 9.54114 22.7286 9.96088C22.7509 10.286 22.7496 10.6716 22.7481 11.1187L22.748 11.1432C22.7438 12.4028 22.732 13.6895 22.6995 14.9929L22.6981 15.0514C22.661 16.539 22.631 17.7391 22.4607 18.7047C22.282 19.7181 21.9387 20.5427 21.2346 21.2468C20.529 21.9524 19.6977 22.2951 18.6757 22.4737C17.7003 22.644 16.4852 22.6744 14.9766 22.7121L14.9184 22.7135C12.9673 22.7623 11.0335 22.7623 9.08238 22.7135L9.02417 22.7121C7.51556 22.6744 6.30049 22.6441 5.32512 22.4737C4.30305 22.2951 3.47177 21.9524 2.7662 21.2469C2.0621 20.5427 1.71878 19.7181 1.54005 18.7047C1.36975 17.7391 1.33982 16.539 1.30271 15.0514L1.30125 14.9929C1.26871 13.6895 1.257 12.4028 1.25276 11.1432L1.25268 11.1188C1.25117 10.6716 1.24987 10.286 1.27213 9.96084C1.30086 9.54112 1.37185 9.15395 1.5724 8.77771C1.75414 8.43675 2.00292 8.17909 2.29664 7.9409C2.57213 7.71748 2.92463 7.4825 3.33822 7.20679L4.58435 6.37604C4.92899 6.14628 5.39465 6.23941 5.62441 6.58405Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.052 1.25C15.9505 1.24997 16.6997 1.24995 17.2945 1.32991C17.9223 1.41432 18.4891 1.59999 18.9445 2.05546C19.4 2.51093 19.5857 3.07773 19.6701 3.70552C19.7501 4.3003 19.75 5.04951 19.75 5.94798V5.94801L19.75 12C19.75 12.4142 19.4142 12.75 19 12.75C18.5858 12.75 18.25 12.4142 18.25 12V6C18.25 5.03599 18.2484 4.38843 18.1835 3.90539C18.1214 3.44393 18.0142 3.24644 17.8839 3.11612C17.7536 2.9858 17.5561 2.87858 17.0946 2.81654C16.6116 2.7516 15.964 2.75 15 2.75H9C8.03599 2.75 7.38843 2.7516 6.90539 2.81654C6.44393 2.87858 6.24644 2.9858 6.11612 3.11612C5.9858 3.24644 5.87858 3.44393 5.81654 3.90539C5.7516 4.38843 5.75 5.03599 5.75 6V12C5.75 12.4142 5.41422 12.75 5 12.75C4.58579 12.75 4.25 12.4142 4.25 12L4.25 5.948V5.94797C4.24997 5.0495 4.24995 4.3003 4.32991 3.70552C4.41432 3.07773 4.59999 2.51093 5.05546 2.05546C5.51093 1.59999 6.07773 1.41432 6.70552 1.32991C7.3003 1.24995 8.04951 1.24997 8.94797 1.25H8.948H15.052H15.052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 10C9.25 10.4142 9.58579 10.75 10 10.75H14C14.4142 10.75 14.75 10.4142 14.75 10C14.75 9.58579 14.4142 9.25 14 9.25H10C9.58579 9.25 9.25 9.58579 9.25 10ZM9.25 6C9.25 6.41421 9.58579 6.75 10 6.75H14C14.4142 6.75 14.75 6.41421 14.75 6C14.75 5.58579 14.4142 5.25 14 5.25H10C9.58579 5.25 9.25 5.58579 9.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-receive-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 2.7868C10.908 2.73773 12.842 2.73773 14.795 2.7868L14.8532 2.78826C16.378 2.82655 17.605 2.85736 18.5883 3.02861C19.6178 3.20791 20.4545 3.55178 21.1614 4.26134C21.8653 4.96792 22.2074 5.79261 22.3832 6.80542C22.5507 7.76979 22.5762 8.96682 22.6078 10.4497L22.6091 10.5084C22.6303 11.5047 22.6303 12.4953 22.6091 13.4916C22.6091 13.4917 22.5978 14.0219 22.5849 14.5101C22.5775 14.7883 22.5738 14.9274 22.4837 15.0129C22.3936 15.0984 22.2538 15.0948 21.9741 15.0875L19.3132 15.0187C19.0894 15.0129 18.9775 15.01 18.9021 14.9551C18.8266 14.9002 18.783 14.7766 18.6959 14.5293C18.5258 14.0471 18.1574 13.4037 17.3542 13.0141C16.0474 12.3802 14.9226 13.0661 14.7588 13.166L14.7492 13.1719L14.7461 13.1737C14.5114 13.3151 14.2771 13.4994 14.1501 13.5993L14.1002 13.6384C13.7332 13.9261 13.1861 14.3557 12.7286 14.8008C12.5005 15.0227 12.2216 15.3178 11.9836 15.6638C11.789 15.9467 11.375 16.6082 11.375 17.5C11.375 18.3918 11.789 19.0534 11.9836 19.3363C12.2216 19.6823 12.5005 19.9774 12.7286 20.1993C13.1762 20.6348 13.4 20.8525 13.3565 21.0211C13.3497 21.0475 13.3405 21.0701 13.3271 21.0938C13.2414 21.2454 12.9431 21.2466 12.3465 21.249C11.2174 21.2536 10.0894 21.2417 8.95499 21.2132L8.89677 21.2117C7.37197 21.1735 6.14501 21.1426 5.1617 20.9714C4.1322 20.7921 3.29548 20.4482 2.58862 19.7387C1.88472 19.0321 1.54264 18.2074 1.36676 17.1946C1.19929 16.2302 1.17379 15.0332 1.14219 13.5503L1.14094 13.4916C1.11969 12.4953 1.11969 11.5047 1.14093 10.5084L1.14219 10.4496C1.17378 8.9668 1.19929 7.76977 1.36676 6.8054C1.54264 5.79259 1.88471 4.9679 2.58862 4.26132C3.29548 3.55177 4.1322 3.20789 5.1617 3.0286C6.14502 2.85735 7.372 2.82654 8.89682 2.78826L8.95499 2.7868ZM7.25682 7.85439C6.90027 7.64358 6.44033 7.76174 6.22952 8.11829C6.01871 8.47485 6.13686 8.93479 6.49341 9.1456L9.43543 10.885C10.3063 11.3999 11.0577 11.75 11.8751 11.75C12.6925 11.75 13.444 11.3999 14.3148 10.885L17.2568 9.1456C17.6134 8.93479 17.7315 8.47485 17.5207 8.11829C17.3099 7.76174 16.85 7.64358 16.4934 7.85439L13.5514 9.59382C12.707 10.093 12.2581 10.25 11.8751 10.25C11.4921 10.25 11.0432 10.093 10.1988 9.59382L7.25682 7.85439Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.875 18.5059C22.4273 18.5059 22.875 18.0581 22.875 17.5059C22.875 16.9536 22.4273 16.5059 21.875 16.5059L17.375 16.5059L17.375 15.9116C17.3751 15.736 17.3753 15.5203 17.3532 15.3439L17.3528 15.3405C17.337 15.2141 17.2652 14.638 16.6996 14.3637C16.1327 14.0887 15.6326 14.3907 15.5244 14.456L15.5204 14.4584C15.3674 14.5506 15.1965 14.6848 15.0559 14.7951L15.0257 14.8188C14.6498 15.1135 14.1656 15.4954 13.7746 15.8759C13.5795 16.0657 13.3783 16.283 13.2194 16.5139C13.0782 16.7191 12.875 17.0693 12.875 17.5C12.875 17.9307 13.0782 18.2809 13.2194 18.4861C13.3783 18.717 13.5795 18.9343 13.7746 19.1241C14.1656 19.5046 14.6498 19.8865 15.0257 20.1812L15.0559 20.2049C15.1965 20.3152 15.3673 20.4494 15.5204 20.5416L15.5244 20.544C15.6326 20.6093 16.1328 20.9113 16.6996 20.6363C17.2652 20.362 17.337 19.7859 17.3528 19.6595L17.3532 19.6561C17.3753 19.4797 17.3751 19.264 17.375 19.0884L17.375 18.5059L21.875 18.5059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 2.7868C10.908 2.73773 12.842 2.73773 14.795 2.7868L14.8532 2.78826C16.378 2.82655 17.605 2.85736 18.5883 3.02861C19.6178 3.20791 20.4545 3.55178 21.1614 4.26134C21.8653 4.96792 22.2074 5.79261 22.3832 6.80542C22.5507 7.76979 22.5762 8.96682 22.6078 10.4497L22.6091 10.5084C22.6303 11.5047 22.6303 12.4953 22.6091 13.4916C22.6091 13.4917 22.5978 14.0219 22.5849 14.5101C22.5775 14.7883 22.5738 14.9274 22.4837 15.0129C22.3936 15.0984 22.2538 15.0948 21.9741 15.0875L19.3132 15.0187C19.0894 15.0129 18.9775 15.01 18.9021 14.9551C18.8266 14.9002 18.783 14.7766 18.6959 14.5293C18.5258 14.0471 18.1574 13.4037 17.3542 13.0141C16.0474 12.3802 14.9226 13.0661 14.7588 13.166L14.7492 13.1719L14.7461 13.1737C14.5114 13.3151 14.2771 13.4994 14.1501 13.5993L14.1002 13.6384C13.7332 13.9261 13.1861 14.3557 12.7286 14.8008C12.5005 15.0227 12.2216 15.3178 11.9836 15.6638C11.789 15.9467 11.375 16.6082 11.375 17.5C11.375 18.3918 11.789 19.0534 11.9836 19.3363C12.2216 19.6823 12.5005 19.9774 12.7286 20.1993C13.1762 20.6348 13.4 20.8525 13.3565 21.0211C13.3497 21.0475 13.3405 21.0701 13.3271 21.0938C13.2414 21.2454 12.9431 21.2466 12.3465 21.249C11.2174 21.2536 10.0894 21.2417 8.95499 21.2132L8.89677 21.2117C7.37197 21.1735 6.14501 21.1426 5.1617 20.9714C4.1322 20.7921 3.29548 20.4482 2.58862 19.7387C1.88472 19.0321 1.54264 18.2074 1.36676 17.1946C1.19929 16.2302 1.17379 15.0332 1.14219 13.5503L1.14094 13.4916C1.11969 12.4953 1.11969 11.5047 1.14093 10.5084L1.14219 10.4496C1.17378 8.9668 1.19929 7.76977 1.36676 6.8054C1.54264 5.79259 1.88471 4.9679 2.58862 4.26132C3.29548 3.55177 4.1322 3.20789 5.1617 3.0286C6.14502 2.85735 7.372 2.82654 8.89682 2.78826L8.95499 2.7868ZM7.25682 7.85439C6.90027 7.64358 6.44033 7.76174 6.22952 8.11829C6.01871 8.47485 6.13686 8.93479 6.49341 9.1456L9.43543 10.885C10.3063 11.3999 11.0577 11.75 11.8751 11.75C12.6925 11.75 13.444 11.3999 14.3148 10.885L17.2568 9.1456C17.6134 8.93479 17.7315 8.47485 17.5207 8.11829C17.3099 7.76174 16.85 7.64358 16.4934 7.85439L13.5514 9.59382C12.707 10.093 12.2581 10.25 11.8751 10.25C11.4921 10.25 11.0432 10.093 10.1988 9.59382L7.25682 7.85439Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.875 18.5059C22.4273 18.5059 22.875 18.0581 22.875 17.5059C22.875 16.9536 22.4273 16.5059 21.875 16.5059L17.375 16.5059L17.375 15.9116C17.3751 15.736 17.3753 15.5203 17.3532 15.3439L17.3528 15.3405C17.337 15.2141 17.2652 14.638 16.6996 14.3637C16.1327 14.0887 15.6326 14.3907 15.5244 14.456L15.5204 14.4584C15.3674 14.5506 15.1965 14.6848 15.0559 14.7951L15.0257 14.8188C14.6498 15.1135 14.1656 15.4954 13.7746 15.8759C13.5795 16.0657 13.3783 16.283 13.2194 16.5139C13.0782 16.7191 12.875 17.0693 12.875 17.5C12.875 17.9307 13.0782 18.2809 13.2194 18.4861C13.3783 18.717 13.5795 18.9343 13.7746 19.1241C14.1656 19.5046 14.6498 19.8865 15.0257 20.1812L15.0559 20.2049C15.1965 20.3152 15.3673 20.4494 15.5204 20.5416L15.5244 20.544C15.6326 20.6093 16.1328 20.9113 16.6996 20.6363C17.2652 20.362 17.337 19.7859 17.3528 19.6595L17.3532 19.6561C17.3753 19.4797 17.3751 19.264 17.375 19.0884L17.375 18.5059L21.875 18.5059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 1.6618C10.908 1.61273 12.842 1.61273 14.795 1.66181L14.8532 1.66327C16.378 1.70156 17.605 1.73237 18.5883 1.90362C19.6178 2.08291 20.4545 2.42679 21.1614 3.13634C21.8653 3.84292 22.2074 4.66761 22.3832 5.68042C22.5507 6.64479 22.5762 7.84183 22.6078 9.32467L22.6091 9.3834C22.6219 9.98574 22.627 10.586 22.6243 11.1866C22.6228 11.5219 22.6221 11.6895 22.5363 11.7765C22.4505 11.8636 22.2427 11.8675 21.827 11.8755C21.2033 11.8874 20.5832 12.1313 20.1072 12.6072L18.7993 13.9152C18.5993 14.1152 18.4993 14.2152 18.375 14.2152C18.2507 14.2152 18.1507 14.1152 17.9507 13.9152L16.6428 12.6072C15.6665 11.6309 14.0835 11.6309 13.1072 12.6072C12.1309 13.5835 12.1309 15.1665 13.1072 16.1428L14.4152 17.4507C14.6152 17.6507 14.7152 17.7507 14.7152 17.875C14.7152 17.9993 14.6152 18.0993 14.4152 18.2993L13.1072 19.6072C13.0335 19.681 12.9654 19.7581 12.9028 19.8382L12.9028 19.8383C12.7861 19.9876 12.7278 20.0623 12.6659 20.0926C12.604 20.1229 12.5254 20.1233 12.3682 20.124C11.2319 20.1288 10.0967 20.1169 8.95499 20.0882L8.89677 20.0867C7.37197 20.0485 6.14501 20.0176 5.1617 19.8464C4.1322 19.6671 3.29548 19.3232 2.58862 18.6137C1.88472 17.9071 1.54264 17.0824 1.36676 16.0696C1.19929 15.1052 1.17379 13.9082 1.14219 12.4254L1.14094 12.3666C1.11969 11.3703 1.11969 10.3797 1.14093 9.38339L1.14219 9.32465C1.17378 7.8418 1.19929 6.64478 1.36676 5.6804C1.54264 4.6676 1.88471 3.8429 2.58862 3.13632C3.29548 2.42677 4.1322 2.08289 5.1617 1.9036C6.14502 1.73235 7.372 1.70155 8.89682 1.66326L8.95499 1.6618ZM7.25682 6.72939C6.90027 6.51858 6.44033 6.63674 6.22952 6.99329C6.01871 7.34985 6.13686 7.80979 6.49341 8.0206L9.43543 9.76003C10.3063 10.2749 11.0577 10.625 11.8751 10.625C12.6925 10.625 13.444 10.2749 14.3148 9.76003L17.2568 8.0206C17.6134 7.80979 17.7315 7.34985 17.5207 6.99329C17.3099 6.63674 16.85 6.51858 16.4934 6.72939L13.5514 8.46882C12.707 8.96804 12.2581 9.125 11.8751 9.125C11.4921 9.125 11.0432 8.96804 10.1988 8.46882L7.25682 6.72939Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5821 13.6679C22.9726 14.0584 22.9726 14.6916 22.5821 15.0821L19.7892 17.875L22.5821 20.6679C22.9726 21.0584 22.9726 21.6916 22.5821 22.0821C22.1916 22.4726 21.5584 22.4726 21.1679 22.0821L18.375 19.2892L15.5821 22.0821C15.1916 22.4726 14.5584 22.4726 14.1679 22.0821C13.7774 21.6916 13.7774 21.0584 14.1679 20.6679L16.9608 17.875L14.1679 15.0821C13.7774 14.6916 13.7774 14.0584 14.1679 13.6679C14.5584 13.2774 15.1916 13.2774 15.5821 13.6679L18.375 16.4608L21.1679 13.6679C21.5584 13.2774 22.1916 13.2774 22.5821 13.6679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 1.6618C10.908 1.61273 12.842 1.61273 14.795 1.66181L14.8532 1.66327C16.378 1.70156 17.605 1.73237 18.5883 1.90362C19.6178 2.08291 20.4545 2.42679 21.1614 3.13634C21.8653 3.84292 22.2074 4.66761 22.3832 5.68042C22.5507 6.64479 22.5762 7.84183 22.6078 9.32467L22.6091 9.3834C22.6219 9.98574 22.627 10.586 22.6243 11.1866C22.6228 11.5219 22.6221 11.6895 22.5363 11.7765C22.4505 11.8636 22.2427 11.8675 21.827 11.8755C21.2033 11.8874 20.5832 12.1313 20.1072 12.6072L18.7993 13.9152C18.5993 14.1152 18.4993 14.2152 18.375 14.2152C18.2507 14.2152 18.1507 14.1152 17.9507 13.9152L16.6428 12.6072C15.6665 11.6309 14.0835 11.6309 13.1072 12.6072C12.1309 13.5835 12.1309 15.1665 13.1072 16.1428L14.4152 17.4507C14.6152 17.6507 14.7152 17.7507 14.7152 17.875C14.7152 17.9993 14.6152 18.0993 14.4152 18.2993L13.1072 19.6072C13.0335 19.681 12.9654 19.7581 12.9028 19.8382L12.9028 19.8383C12.7861 19.9876 12.7278 20.0623 12.6659 20.0926C12.604 20.1229 12.5254 20.1233 12.3682 20.124C11.2319 20.1288 10.0967 20.1169 8.95499 20.0882L8.89677 20.0867C7.37197 20.0485 6.14501 20.0176 5.1617 19.8464C4.1322 19.6671 3.29548 19.3232 2.58862 18.6137C1.88472 17.9071 1.54264 17.0824 1.36676 16.0696C1.19929 15.1052 1.17379 13.9082 1.14219 12.4254L1.14094 12.3666C1.11969 11.3703 1.11969 10.3797 1.14093 9.38339L1.14219 9.32465C1.17378 7.8418 1.19929 6.64478 1.36676 5.6804C1.54264 4.6676 1.88471 3.8429 2.58862 3.13632C3.29548 2.42677 4.1322 2.08289 5.1617 1.9036C6.14502 1.73235 7.372 1.70155 8.89682 1.66326L8.95499 1.6618ZM7.25682 6.72939C6.90027 6.51858 6.44033 6.63674 6.22952 6.99329C6.01871 7.34985 6.13686 7.80979 6.49341 8.0206L9.43543 9.76003C10.3063 10.2749 11.0577 10.625 11.8751 10.625C12.6925 10.625 13.444 10.2749 14.3148 9.76003L17.2568 8.0206C17.6134 7.80979 17.7315 7.34985 17.5207 6.99329C17.3099 6.63674 16.85 6.51858 16.4934 6.72939L13.5514 8.46882C12.707 8.96804 12.2581 9.125 11.8751 9.125C11.4921 9.125 11.0432 8.96804 10.1988 8.46882L7.25682 6.72939Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5821 13.6679C22.9726 14.0584 22.9726 14.6916 22.5821 15.0821L19.7892 17.875L22.5821 20.6679C22.9726 21.0584 22.9726 21.6916 22.5821 22.0821C22.1916 22.4726 21.5584 22.4726 21.1679 22.0821L18.375 19.2892L15.5821 22.0821C15.1916 22.4726 14.5584 22.4726 14.1679 22.0821C13.7774 21.6916 13.7774 21.0584 14.1679 20.6679L16.9608 17.875L14.1679 15.0821C13.7774 14.6916 13.7774 14.0584 14.1679 13.6679C14.5584 13.2774 15.1916 13.2774 15.5821 13.6679L18.375 16.4608L21.1679 13.6679C21.5584 13.2774 22.1916 13.2774 22.5821 13.6679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-reply-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 1.6618C10.908 1.61273 12.842 1.61273 14.795 1.66181L14.8532 1.66327C16.378 1.70156 17.605 1.73237 18.5883 1.90362C19.6178 2.08291 20.4545 2.42679 21.1614 3.13634C21.8653 3.84292 22.2074 4.66761 22.3832 5.68042C22.5507 6.64479 22.5762 7.84183 22.6078 9.32467L22.6091 9.3834C22.6303 10.3797 22.6303 11.3703 22.6091 12.3666L22.6078 12.4253C22.5956 12.9985 22.5843 13.529 22.5654 14.0198C22.5451 14.5434 22.535 14.8052 22.3778 14.885C22.2206 14.9647 21.9815 14.8036 21.5034 14.4814C21.124 14.2258 20.7162 14.0091 20.2857 13.837C20.0861 13.7573 19.9863 13.7174 19.9355 13.6484C19.8847 13.5794 19.8762 13.4704 19.8592 13.2523C19.7992 12.4843 19.5685 12.0449 19.1677 11.6325C18.2054 10.6424 16.6223 10.6198 15.6322 11.5822C15.6239 11.5895 15.5971 11.6128 15.5408 11.6587C15.4657 11.72 15.3638 11.8008 15.2268 11.9085L15.159 11.9617C14.9215 12.1481 14.6156 12.3882 14.3192 12.6394C14.0058 12.9049 13.6185 13.2529 13.2913 13.6371C13.1265 13.8305 12.9264 14.0914 12.7575 14.4071C12.599 14.7031 12.375 15.2183 12.375 15.875C12.375 16.5317 12.599 17.0469 12.7575 17.3429C12.9264 17.6586 13.1265 17.9195 13.2913 18.1129C13.6185 18.4972 14.0058 18.8451 14.3192 19.1106C14.7589 19.4832 14.9788 19.6695 14.9531 19.8356C14.9472 19.8738 14.9344 19.9095 14.9147 19.9428C14.829 20.0873 14.5468 20.0914 13.9823 20.0996C12.31 20.1238 10.4322 20.1253 8.95499 20.0882L8.89677 20.0867C7.37197 20.0485 6.14501 20.0176 5.1617 19.8464C4.1322 19.6671 3.29548 19.3232 2.58862 18.6137C1.88472 17.9071 1.54264 17.0824 1.36676 16.0696C1.19929 15.1052 1.17379 13.9082 1.14219 12.4254L1.14094 12.3666C1.11969 11.3703 1.11969 10.3797 1.14093 9.38339L1.14219 9.32465C1.17378 7.8418 1.19929 6.64478 1.36676 5.6804C1.54264 4.6676 1.88471 3.8429 2.58862 3.13632C3.29548 2.42677 4.1322 2.08289 5.1617 1.9036C6.14502 1.73235 7.372 1.70155 8.89682 1.66326L8.95499 1.6618ZM7.25682 6.72939C6.90027 6.51858 6.44033 6.63674 6.22952 6.99329C6.01871 7.34985 6.13686 7.80979 6.49341 8.0206L9.43543 9.76003C10.3063 10.2749 11.0577 10.625 11.8751 10.625C12.6925 10.625 13.444 10.2749 14.3148 9.76003L17.2568 8.0206C17.6134 7.80979 17.7315 7.34985 17.5207 6.99329C17.3099 6.63674 16.85 6.51858 16.4934 6.72939L13.5514 8.46882C12.707 8.96804 12.2581 9.125 11.8751 9.125C11.4921 9.125 11.0432 8.96804 10.1988 8.46882L7.25682 6.72939Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.875 19.875V21.375C22.875 21.9273 22.4273 22.375 21.875 22.375C21.3227 22.375 20.875 21.9273 20.875 21.375V19.875C20.875 18.3885 19.7939 17.1545 18.375 16.9165V18.375C18.375 18.6262 18.281 18.8776 18.0921 19.072C17.7071 19.468 17.074 19.477 16.678 19.0921C16.5985 19.0148 16.4292 18.8786 16.1533 18.6619L16.093 18.6146C15.8514 18.4249 15.5638 18.1991 15.2889 17.9662C14.9951 17.7173 14.6811 17.4313 14.4332 17.1403C14.3089 16.9944 14.1809 16.8237 14.08 16.6351C13.9833 16.4545 13.875 16.1902 13.875 15.875C13.875 15.5598 13.9833 15.2955 14.08 15.1149C14.1809 14.9263 14.3089 14.7556 14.4332 14.6097C14.6811 14.3187 14.9951 14.0327 15.2889 13.7838C15.5638 13.5509 15.8514 13.3251 16.093 13.1355L16.1533 13.0881C16.4292 12.8714 16.5985 12.7352 16.678 12.6579C17.074 12.273 17.7071 12.282 18.0921 12.678C18.2807 12.8721 18.3747 13.123 18.375 13.3739V14.8997C20.9017 15.1506 22.875 17.2823 22.875 19.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 1.6618C10.908 1.61273 12.842 1.61273 14.795 1.66181L14.8532 1.66327C16.378 1.70156 17.605 1.73237 18.5883 1.90362C19.6178 2.08291 20.4545 2.42679 21.1614 3.13634C21.8653 3.84292 22.2074 4.66761 22.3832 5.68042C22.5507 6.64479 22.5762 7.84183 22.6078 9.32467L22.6091 9.3834C22.6303 10.3797 22.6303 11.3703 22.6091 12.3666L22.6078 12.4253C22.5956 12.9985 22.5843 13.529 22.5654 14.0198C22.5451 14.5434 22.535 14.8052 22.3778 14.885C22.2206 14.9647 21.9815 14.8036 21.5034 14.4814C21.124 14.2258 20.7162 14.0091 20.2857 13.837C20.0861 13.7573 19.9863 13.7174 19.9355 13.6484C19.8847 13.5794 19.8762 13.4704 19.8592 13.2523C19.7992 12.4843 19.5685 12.0449 19.1677 11.6325C18.2054 10.6424 16.6223 10.6198 15.6322 11.5822C15.6239 11.5895 15.5971 11.6128 15.5408 11.6587C15.4657 11.72 15.3638 11.8008 15.2268 11.9085L15.159 11.9617C14.9215 12.1481 14.6156 12.3882 14.3192 12.6394C14.0058 12.9049 13.6185 13.2529 13.2913 13.6371C13.1265 13.8305 12.9264 14.0914 12.7575 14.4071C12.599 14.7031 12.375 15.2183 12.375 15.875C12.375 16.5317 12.599 17.0469 12.7575 17.3429C12.9264 17.6586 13.1265 17.9195 13.2913 18.1129C13.6185 18.4972 14.0058 18.8451 14.3192 19.1106C14.7589 19.4832 14.9788 19.6695 14.9531 19.8356C14.9472 19.8738 14.9344 19.9095 14.9147 19.9428C14.829 20.0873 14.5468 20.0914 13.9823 20.0996C12.31 20.1238 10.4322 20.1253 8.95499 20.0882L8.89677 20.0867C7.37197 20.0485 6.14501 20.0176 5.1617 19.8464C4.1322 19.6671 3.29548 19.3232 2.58862 18.6137C1.88472 17.9071 1.54264 17.0824 1.36676 16.0696C1.19929 15.1052 1.17379 13.9082 1.14219 12.4254L1.14094 12.3666C1.11969 11.3703 1.11969 10.3797 1.14093 9.38339L1.14219 9.32465C1.17378 7.8418 1.19929 6.64478 1.36676 5.6804C1.54264 4.6676 1.88471 3.8429 2.58862 3.13632C3.29548 2.42677 4.1322 2.08289 5.1617 1.9036C6.14502 1.73235 7.372 1.70155 8.89682 1.66326L8.95499 1.6618ZM7.25682 6.72939C6.90027 6.51858 6.44033 6.63674 6.22952 6.99329C6.01871 7.34985 6.13686 7.80979 6.49341 8.0206L9.43543 9.76003C10.3063 10.2749 11.0577 10.625 11.8751 10.625C12.6925 10.625 13.444 10.2749 14.3148 9.76003L17.2568 8.0206C17.6134 7.80979 17.7315 7.34985 17.5207 6.99329C17.3099 6.63674 16.85 6.51858 16.4934 6.72939L13.5514 8.46882C12.707 8.96804 12.2581 9.125 11.8751 9.125C11.4921 9.125 11.0432 8.96804 10.1988 8.46882L7.25682 6.72939Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.875 19.875V21.375C22.875 21.9273 22.4273 22.375 21.875 22.375C21.3227 22.375 20.875 21.9273 20.875 21.375V19.875C20.875 18.3885 19.7939 17.1545 18.375 16.9165V18.375C18.375 18.6262 18.281 18.8776 18.0921 19.072C17.7071 19.468 17.074 19.477 16.678 19.0921C16.5985 19.0148 16.4292 18.8786 16.1533 18.6619L16.093 18.6146C15.8514 18.4249 15.5638 18.1991 15.2889 17.9662C14.9951 17.7173 14.6811 17.4313 14.4332 17.1403C14.3089 16.9944 14.1809 16.8237 14.08 16.6351C13.9833 16.4545 13.875 16.1902 13.875 15.875C13.875 15.5598 13.9833 15.2955 14.08 15.1149C14.1809 14.9263 14.3089 14.7556 14.4332 14.6097C14.6811 14.3187 14.9951 14.0327 15.2889 13.7838C15.5638 13.5509 15.8514 13.3251 16.093 13.1355L16.1533 13.0881C16.4292 12.8714 16.5985 12.7352 16.678 12.6579C17.074 12.273 17.7071 12.282 18.0921 12.678C18.2807 12.8721 18.3747 13.123 18.375 13.3739V14.8997C20.9017 15.1506 22.875 17.2823 22.875 19.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-reply-all-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.1927 1.66196C11.1485 1.61269 12.6015 1.61268 14.5573 1.66195L14.6321 1.66384C16.1415 1.70182 17.3834 1.73308 18.3843 1.90787C18.7546 1.97254 19.1039 2.05855 19.4337 2.17529C19.5214 2.19599 19.6055 2.22842 19.684 2.27145C20.1999 2.4861 20.6663 2.78687 21.0896 3.21302C21.8391 3.96738 22.1979 4.84635 22.3797 5.89605C22.5503 6.88117 22.5762 8.09688 22.6074 9.56819L22.609 9.64387C22.6221 10.2595 22.6272 10.6977 22.6242 11.1765C22.6207 11.7305 22.1618 12.17 21.6101 12.1582C21.0583 12.1464 20.6228 11.6878 20.6259 11.1337C20.6283 10.6852 20.6234 10.2704 20.611 9.68659C20.595 8.93443 20.5808 8.29826 20.5548 7.74953C20.5354 7.34242 20.5257 7.13885 20.3789 7.05758C20.2321 6.97631 20.0515 7.07899 19.6905 7.28436L15.4548 9.69392C14.1551 10.4332 13.056 10.9117 11.8748 10.9117C10.6936 10.9117 9.59446 10.4332 8.29485 9.69392L4.05945 7.28457C3.69843 7.07921 3.51792 6.97652 3.37108 7.05779C3.22424 7.13906 3.21457 7.34263 3.19523 7.74976C3.16916 8.29844 3.15503 8.93453 3.13903 9.68659C3.11833 10.66 3.11834 11.1635 3.13905 12.1369C3.17236 13.7031 3.19761 14.7663 3.33932 15.5846C3.47276 16.3551 3.69538 16.8128 4.07622 17.1961C4.4531 17.5755 4.91527 17.8028 5.70855 17.9414C6.29211 18.0433 6.99929 18.0888 7.91605 18.1207C8.45718 18.1395 8.88886 18.5825 8.88886 19.1259C8.88886 19.6894 8.4261 20.1438 7.86503 20.1244C6.90471 20.0912 6.07474 20.0394 5.36566 19.9156C4.30329 19.7301 3.41378 19.3688 2.66037 18.6105C1.91092 17.8561 1.55207 16.9771 1.37027 15.9274C1.19966 14.9423 1.17384 13.7266 1.1426 12.2553L1.14099 12.1796C1.11968 11.1777 1.11967 10.6457 1.14097 9.64386L1.14258 9.56817C1.17383 8.09683 1.19965 6.88118 1.37026 5.89605C1.55205 4.84634 1.9109 3.96737 2.66036 3.21302C3.41376 2.45469 4.30328 2.09339 5.36564 1.90787C6.36661 1.73308 7.60849 1.70182 9.11785 1.66384L9.1927 1.66196Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0921 12.678C14.477 13.074 14.468 13.7071 14.072 14.0921L12.5818 15.3097C12.3305 15.5227 12.1248 15.7146 11.9831 15.875C12.1248 16.0354 12.3305 16.2273 12.5818 16.4403L14.072 17.6579C14.468 18.0429 14.477 18.676 14.0921 19.072C13.7071 19.468 13.074 19.477 12.678 19.0921C12.4364 18.9024 11.5638 18.1991 11.2889 17.9662C10.9951 17.7173 10.6811 17.4313 10.4332 17.1403C10.3089 16.9944 10.1809 16.8237 10.08 16.6351C9.98331 16.4545 9.875 16.1902 9.875 15.875C9.875 15.5598 9.98331 15.2955 10.08 15.1149C10.1809 14.9263 10.3089 14.7556 10.4332 14.6097C10.6811 14.3187 10.9951 14.0327 11.2889 13.7838C11.2889 13.7838 12.5985 12.7352 12.678 12.6579C13.074 12.273 13.7071 12.282 14.0921 12.678Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.875 19.875V21.375C22.875 21.9273 22.4273 22.375 21.875 22.375C21.3227 22.375 20.875 21.9273 20.875 21.375V19.875C20.875 18.3885 19.7939 17.1545 18.375 16.9165V18.3754C18.3749 18.6265 18.2809 18.8777 18.0921 19.072C17.7071 19.468 17.074 19.477 16.678 19.0921C16.4364 18.9024 15.5638 18.1991 15.2889 17.9662C14.9951 17.7173 14.6811 17.4313 14.4332 17.1403C14.3089 16.9944 14.1809 16.8237 14.08 16.6351C13.9833 16.4545 13.875 16.1902 13.875 15.875C13.875 15.5598 13.9833 15.2955 14.08 15.1149C14.1809 14.9263 14.3089 14.7556 14.4332 14.6097C14.6811 14.3187 14.9951 14.0327 15.2889 13.7838C15.5638 13.5509 16.4364 12.8476 16.678 12.6579C17.074 12.273 17.7071 12.282 18.0921 12.678C18.2809 12.8723 18.3749 13.1235 18.375 13.3746V14.8997C20.9017 15.1506 22.875 17.2823 22.875 19.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.1927 1.66196C11.1485 1.61269 12.6015 1.61268 14.5573 1.66195L14.6321 1.66384C16.1415 1.70182 17.3834 1.73308 18.3843 1.90787C18.7546 1.97254 19.1039 2.05855 19.4337 2.17529C19.5214 2.19599 19.6055 2.22842 19.684 2.27145C20.1999 2.4861 20.6663 2.78687 21.0896 3.21302C21.8391 3.96738 22.1979 4.84635 22.3797 5.89605C22.5503 6.88117 22.5762 8.09688 22.6074 9.56819L22.609 9.64387C22.6221 10.2595 22.6272 10.6977 22.6242 11.1765C22.6207 11.7305 22.1618 12.17 21.6101 12.1582C21.0583 12.1464 20.6228 11.6878 20.6259 11.1337C20.6283 10.6852 20.6234 10.2704 20.611 9.68659C20.595 8.93443 20.5808 8.29826 20.5548 7.74953C20.5354 7.34242 20.5257 7.13885 20.3789 7.05758C20.2321 6.97631 20.0515 7.07899 19.6905 7.28436L15.4548 9.69392C14.1551 10.4332 13.056 10.9117 11.8748 10.9117C10.6936 10.9117 9.59446 10.4332 8.29485 9.69392L4.05945 7.28457C3.69843 7.07921 3.51792 6.97652 3.37108 7.05779C3.22424 7.13906 3.21457 7.34263 3.19523 7.74976C3.16916 8.29844 3.15503 8.93453 3.13903 9.68659C3.11833 10.66 3.11834 11.1635 3.13905 12.1369C3.17236 13.7031 3.19761 14.7663 3.33932 15.5846C3.47276 16.3551 3.69538 16.8128 4.07622 17.1961C4.4531 17.5755 4.91527 17.8028 5.70855 17.9414C6.29211 18.0433 6.99929 18.0888 7.91605 18.1207C8.45718 18.1395 8.88886 18.5825 8.88886 19.1259C8.88886 19.6894 8.4261 20.1438 7.86503 20.1244C6.90471 20.0912 6.07474 20.0394 5.36566 19.9156C4.30329 19.7301 3.41378 19.3688 2.66037 18.6105C1.91092 17.8561 1.55207 16.9771 1.37027 15.9274C1.19966 14.9423 1.17384 13.7266 1.1426 12.2553L1.14099 12.1796C1.11968 11.1777 1.11967 10.6457 1.14097 9.64386L1.14258 9.56817C1.17383 8.09683 1.19965 6.88118 1.37026 5.89605C1.55205 4.84634 1.9109 3.96737 2.66036 3.21302C3.41376 2.45469 4.30328 2.09339 5.36564 1.90787C6.36661 1.73308 7.60849 1.70182 9.11785 1.66384L9.1927 1.66196Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0921 12.678C14.477 13.074 14.468 13.7071 14.072 14.0921L12.5818 15.3097C12.3305 15.5227 12.1248 15.7146 11.9831 15.875C12.1248 16.0354 12.3305 16.2273 12.5818 16.4403L14.072 17.6579C14.468 18.0429 14.477 18.676 14.0921 19.072C13.7071 19.468 13.074 19.477 12.678 19.0921C12.4364 18.9024 11.5638 18.1991 11.2889 17.9662C10.9951 17.7173 10.6811 17.4313 10.4332 17.1403C10.3089 16.9944 10.1809 16.8237 10.08 16.6351C9.98331 16.4545 9.875 16.1902 9.875 15.875C9.875 15.5598 9.98331 15.2955 10.08 15.1149C10.1809 14.9263 10.3089 14.7556 10.4332 14.6097C10.6811 14.3187 10.9951 14.0327 11.2889 13.7838C11.2889 13.7838 12.5985 12.7352 12.678 12.6579C13.074 12.273 13.7071 12.282 14.0921 12.678Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.875 19.875V21.375C22.875 21.9273 22.4273 22.375 21.875 22.375C21.3227 22.375 20.875 21.9273 20.875 21.375V19.875C20.875 18.3885 19.7939 17.1545 18.375 16.9165V18.3754C18.3749 18.6265 18.2809 18.8777 18.0921 19.072C17.7071 19.468 17.074 19.477 16.678 19.0921C16.4364 18.9024 15.5638 18.1991 15.2889 17.9662C14.9951 17.7173 14.6811 17.4313 14.4332 17.1403C14.3089 16.9944 14.1809 16.8237 14.08 16.6351C13.9833 16.4545 13.875 16.1902 13.875 15.875C13.875 15.5598 13.9833 15.2955 14.08 15.1149C14.1809 14.9263 14.3089 14.7556 14.4332 14.6097C14.6811 14.3187 14.9951 14.0327 15.2889 13.7838C15.5638 13.5509 16.4364 12.8476 16.678 12.6579C17.074 12.273 17.7071 12.282 18.0921 12.678C18.2809 12.8723 18.3749 13.1235 18.375 13.3746V14.8997C20.9017 15.1506 22.875 17.2823 22.875 19.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-reply-all-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 1.6618C10.908 1.61273 12.842 1.61273 14.795 1.66181L14.8532 1.66327C16.378 1.70156 17.605 1.73237 18.5883 1.90362C19.6178 2.08291 20.4545 2.42679 21.1614 3.13634C21.8653 3.84292 22.2074 4.66761 22.3832 5.68042C22.5507 6.64479 22.5762 7.84183 22.6078 9.32467L22.6091 9.3834C22.6303 10.3797 22.6303 11.3703 22.6091 12.3666L22.6078 12.4253C22.5956 12.9985 22.5843 13.529 22.5654 14.0198C22.5452 14.5434 22.535 14.8051 22.3778 14.8849C22.2206 14.9647 21.9815 14.8036 21.5034 14.4814C21.124 14.2257 20.7162 14.009 20.2857 13.837C20.0858 13.7571 19.9859 13.7172 19.935 13.6478C19.8842 13.5784 19.8762 13.4696 19.8602 13.2521V13.2521C19.8019 12.4592 19.5711 12.0476 19.1677 11.6325C18.3628 10.8044 16.8941 10.7073 15.8278 11.3991C15.5548 11.5763 15.4183 11.6649 15.3249 11.6622C15.2315 11.6596 15.1035 11.5658 14.8476 11.3783C13.811 10.6186 12.5563 10.7444 11.7009 11.5182C11.1424 11.9871 9.57622 13.3025 9.29126 13.6371C9.12654 13.8305 8.92643 14.0913 8.75746 14.4071C8.59905 14.7031 8.375 15.2182 8.375 15.875C8.375 16.5317 8.59905 17.0468 8.75746 17.3429C8.92643 17.6586 9.12654 17.9195 9.29126 18.1129C9.61852 18.4971 10.0058 18.845 10.3192 19.1106C10.7883 19.5081 11.0228 19.7068 10.9879 19.8804C10.9815 19.9123 10.9702 19.9424 10.954 19.9706C10.8659 20.1241 10.5636 20.1191 9.95899 20.1091C9.62476 20.1036 9.29016 20.0966 8.95499 20.0882L8.89677 20.0867C7.37197 20.0485 6.14501 20.0176 5.1617 19.8464C4.1322 19.6671 3.29548 19.3232 2.58862 18.6137C1.88472 17.9071 1.54264 17.0824 1.36676 16.0696C1.19929 15.1052 1.17379 13.9082 1.14219 12.4254L1.14094 12.3666C1.11969 11.3703 1.11969 10.3797 1.14093 9.38339L1.14219 9.32465C1.17378 7.8418 1.19929 6.64478 1.36676 5.6804C1.54264 4.6676 1.88471 3.8429 2.58862 3.13632C3.29548 2.42677 4.1322 2.08289 5.1617 1.9036C6.14502 1.73235 7.372 1.70155 8.89682 1.66326L8.95499 1.6618ZM7.25682 5.86623C6.90027 5.65543 6.44033 5.77358 6.22952 6.13013C6.01871 6.48669 6.13686 6.94663 6.49341 7.15744L9.43543 8.89687C10.3063 9.41175 11.0577 9.76184 11.8751 9.76184C12.6925 9.76184 13.444 9.41175 14.3148 8.89687L17.2568 7.15744C17.6134 6.94663 17.7315 6.48669 17.5207 6.13013C17.3099 5.77358 16.85 5.65543 16.4934 5.86623L13.5514 7.60567C12.707 8.10488 12.2581 8.26184 11.8751 8.26184C11.4921 8.26184 11.0432 8.10488 10.1988 7.60567L7.25682 5.86623Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0921 12.678C14.477 13.074 14.468 13.7071 14.072 14.0921L12.5818 15.3097C12.3305 15.5227 12.1248 15.7146 11.9831 15.875C12.1248 16.0354 12.3305 16.2273 12.5818 16.4403L14.072 17.6579C14.468 18.0429 14.477 18.676 14.0921 19.072C13.7071 19.468 13.074 19.477 12.678 19.0921C12.4364 18.9024 11.5638 18.1991 11.2889 17.9662C10.9951 17.7173 10.6811 17.4313 10.4332 17.1403C10.3089 16.9944 10.1809 16.8237 10.08 16.6351C9.98331 16.4545 9.875 16.1902 9.875 15.875C9.875 15.5598 9.98331 15.2955 10.08 15.1149C10.1809 14.9263 10.3089 14.7556 10.4332 14.6097C10.6811 14.3187 10.9951 14.0327 11.2889 13.7838C11.2889 13.7838 12.5985 12.7352 12.678 12.6579C13.074 12.273 13.7071 12.282 14.0921 12.678Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.875 19.875V21.375C22.875 21.9273 22.4273 22.375 21.875 22.375C21.3227 22.375 20.875 21.9273 20.875 21.375V19.875C20.875 18.3885 19.7939 17.1545 18.375 16.9165V18.3754C18.3749 18.6265 18.2809 18.8777 18.0921 19.072C17.7071 19.468 17.074 19.477 16.678 19.0921C16.4364 18.9024 15.5638 18.1991 15.2889 17.9662C14.9951 17.7173 14.6811 17.4313 14.4332 17.1403C14.3089 16.9944 14.1809 16.8237 14.08 16.6351C13.9833 16.4545 13.875 16.1902 13.875 15.875C13.875 15.5598 13.9833 15.2955 14.08 15.1149C14.1809 14.9263 14.3089 14.7556 14.4332 14.6097C14.6811 14.3187 14.9951 14.0327 15.2889 13.7838C15.5638 13.5509 16.4364 12.8476 16.678 12.6579C17.074 12.273 17.7071 12.282 18.0921 12.678C18.2809 12.8723 18.3749 13.1235 18.375 13.3746V14.8997C20.9017 15.1506 22.875 17.2823 22.875 19.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 1.6618C10.908 1.61273 12.842 1.61273 14.795 1.66181L14.8532 1.66327C16.378 1.70156 17.605 1.73237 18.5883 1.90362C19.6178 2.08291 20.4545 2.42679 21.1614 3.13634C21.8653 3.84292 22.2074 4.66761 22.3832 5.68042C22.5507 6.64479 22.5762 7.84183 22.6078 9.32467L22.6091 9.3834C22.6303 10.3797 22.6303 11.3703 22.6091 12.3666L22.6078 12.4253C22.5956 12.9985 22.5843 13.529 22.5654 14.0198C22.5452 14.5434 22.535 14.8051 22.3778 14.8849C22.2206 14.9647 21.9815 14.8036 21.5034 14.4814C21.124 14.2257 20.7162 14.009 20.2857 13.837C20.0858 13.7571 19.9859 13.7172 19.935 13.6478C19.8842 13.5784 19.8762 13.4696 19.8602 13.2521V13.2521C19.8019 12.4592 19.5711 12.0476 19.1677 11.6325C18.3628 10.8044 16.8941 10.7073 15.8278 11.3991C15.5548 11.5763 15.4183 11.6649 15.3249 11.6622C15.2315 11.6596 15.1035 11.5658 14.8476 11.3783C13.811 10.6186 12.5563 10.7444 11.7009 11.5182C11.1424 11.9871 9.57622 13.3025 9.29126 13.6371C9.12654 13.8305 8.92643 14.0913 8.75746 14.4071C8.59905 14.7031 8.375 15.2182 8.375 15.875C8.375 16.5317 8.59905 17.0468 8.75746 17.3429C8.92643 17.6586 9.12654 17.9195 9.29126 18.1129C9.61852 18.4971 10.0058 18.845 10.3192 19.1106C10.7883 19.5081 11.0228 19.7068 10.9879 19.8804C10.9815 19.9123 10.9702 19.9424 10.954 19.9706C10.8659 20.1241 10.5636 20.1191 9.95899 20.1091C9.62476 20.1036 9.29016 20.0966 8.95499 20.0882L8.89677 20.0867C7.37197 20.0485 6.14501 20.0176 5.1617 19.8464C4.1322 19.6671 3.29548 19.3232 2.58862 18.6137C1.88472 17.9071 1.54264 17.0824 1.36676 16.0696C1.19929 15.1052 1.17379 13.9082 1.14219 12.4254L1.14094 12.3666C1.11969 11.3703 1.11969 10.3797 1.14093 9.38339L1.14219 9.32465C1.17378 7.8418 1.19929 6.64478 1.36676 5.6804C1.54264 4.6676 1.88471 3.8429 2.58862 3.13632C3.29548 2.42677 4.1322 2.08289 5.1617 1.9036C6.14502 1.73235 7.372 1.70155 8.89682 1.66326L8.95499 1.6618ZM7.25682 5.86623C6.90027 5.65543 6.44033 5.77358 6.22952 6.13013C6.01871 6.48669 6.13686 6.94663 6.49341 7.15744L9.43543 8.89687C10.3063 9.41175 11.0577 9.76184 11.8751 9.76184C12.6925 9.76184 13.444 9.41175 14.3148 8.89687L17.2568 7.15744C17.6134 6.94663 17.7315 6.48669 17.5207 6.13013C17.3099 5.77358 16.85 5.65543 16.4934 5.86623L13.5514 7.60567C12.707 8.10488 12.2581 8.26184 11.8751 8.26184C11.4921 8.26184 11.0432 8.10488 10.1988 7.60567L7.25682 5.86623Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0921 12.678C14.477 13.074 14.468 13.7071 14.072 14.0921L12.5818 15.3097C12.3305 15.5227 12.1248 15.7146 11.9831 15.875C12.1248 16.0354 12.3305 16.2273 12.5818 16.4403L14.072 17.6579C14.468 18.0429 14.477 18.676 14.0921 19.072C13.7071 19.468 13.074 19.477 12.678 19.0921C12.4364 18.9024 11.5638 18.1991 11.2889 17.9662C10.9951 17.7173 10.6811 17.4313 10.4332 17.1403C10.3089 16.9944 10.1809 16.8237 10.08 16.6351C9.98331 16.4545 9.875 16.1902 9.875 15.875C9.875 15.5598 9.98331 15.2955 10.08 15.1149C10.1809 14.9263 10.3089 14.7556 10.4332 14.6097C10.6811 14.3187 10.9951 14.0327 11.2889 13.7838C11.2889 13.7838 12.5985 12.7352 12.678 12.6579C13.074 12.273 13.7071 12.282 14.0921 12.678Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.875 19.875V21.375C22.875 21.9273 22.4273 22.375 21.875 22.375C21.3227 22.375 20.875 21.9273 20.875 21.375V19.875C20.875 18.3885 19.7939 17.1545 18.375 16.9165V18.3754C18.3749 18.6265 18.2809 18.8777 18.0921 19.072C17.7071 19.468 17.074 19.477 16.678 19.0921C16.4364 18.9024 15.5638 18.1991 15.2889 17.9662C14.9951 17.7173 14.6811 17.4313 14.4332 17.1403C14.3089 16.9944 14.1809 16.8237 14.08 16.6351C13.9833 16.4545 13.875 16.1902 13.875 15.875C13.875 15.5598 13.9833 15.2955 14.08 15.1149C14.1809 14.9263 14.3089 14.7556 14.4332 14.6097C14.6811 14.3187 14.9951 14.0327 15.2889 13.7838C15.5638 13.5509 16.4364 12.8476 16.678 12.6579C17.074 12.273 17.7071 12.282 18.0921 12.678C18.2809 12.8723 18.3749 13.1235 18.375 13.3746V14.8997C20.9017 15.1506 22.875 17.2823 22.875 19.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-search-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9283 16.9015C20.9283 14.9539 19.3494 13.375 17.4017 13.375C15.4541 13.375 13.8752 14.9539 13.8752 16.9015C13.8752 18.8492 15.4541 20.4281 17.4017 20.4281C19.3494 20.4281 20.9283 18.8492 20.9283 16.9015Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M15.4552 9.662L19.6909 7.26197C20.0519 7.05742 20.2325 6.95514 20.3793 7.03609C20.5261 7.11703 20.5358 7.3198 20.5551 7.7253C20.5812 8.27187 20.5954 8.90551 20.6114 9.6547C20.6189 10.0071 20.6237 10.7024 20.6257 10.8549C20.6333 11.4148 21.0718 11.8749 21.6317 11.8749C22.175 11.8749 22.6298 11.4408 22.625 10.8975C22.6235 10.7308 22.6183 10.0288 22.6094 9.61215L22.6078 9.53677C22.5766 8.07128 22.5507 6.86037 22.3801 5.87916C22.1983 4.8336 21.8395 3.95811 21.09 3.20674C20.6666 2.78228 20.2003 2.4827 19.6844 2.26889C19.6059 2.22604 19.5218 2.19373 19.4341 2.17311C19.1043 2.05684 18.755 1.97116 18.3847 1.90676C17.3838 1.73265 16.1419 1.70152 14.6325 1.66368L14.5577 1.66181C12.6019 1.61273 11.1489 1.61274 9.1931 1.66181L9.11825 1.66369C7.60889 1.70152 6.36701 1.73265 5.36604 1.90675C4.30367 2.09154 3.41416 2.45141 2.66075 3.20674C1.9113 3.95811 1.55245 4.8336 1.37065 5.87916C1.20004 6.86038 1.17423 8.07123 1.14298 9.53675L1.14137 9.61214C1.12006 10.6101 1.12008 11.14 1.14138 12.1379L1.14299 12.2133C1.17424 13.6788 1.20006 14.8896 1.37067 15.8709C1.55246 16.9164 1.91131 17.7919 2.66077 18.5433C3.41417 19.2986 4.30369 19.6585 5.36606 19.8433C6.36702 20.0174 7.6089 20.0485 9.11825 20.0863L9.19311 20.0882C9.87468 20.1053 9.98106 20.1164 10.8775 20.1216C11.4286 20.1248 11.8752 19.6782 11.8752 19.127C11.8752 18.5758 11.4286 18.1288 10.8774 18.1256C9.99535 18.1204 9.90936 18.1095 9.24331 18.0928C7.64036 18.0526 6.54713 18.0226 5.70895 17.8768C4.91566 17.7388 4.4535 17.5124 4.07661 17.1345C3.69578 16.7527 3.47315 16.2968 3.33971 15.5293C3.19801 14.7143 3.17275 13.6553 3.13944 12.0953C3.11874 11.1258 3.11873 10.6242 3.13943 9.6547C3.15542 8.90561 3.16956 8.27204 3.19563 7.72553C3.21497 7.32001 3.22464 7.11725 3.37148 7.0363C3.51832 6.95535 3.69883 7.05763 4.05985 7.26219L8.29525 9.662C9.59486 10.3984 10.694 10.875 11.8752 10.875C13.0564 10.875 14.1555 10.3984 15.4552 9.662Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8752 16.9015C12.8752 14.4016 14.9018 12.375 17.4017 12.375C19.9017 12.375 21.9283 14.4016 21.9283 16.9015C21.9283 17.7906 21.672 18.6197 21.2292 19.3192L22.5812 20.6668C22.9723 21.0567 22.9733 21.6898 22.5834 22.081C22.1935 22.4721 21.5604 22.4731 21.1692 22.0832L19.814 20.7324C19.1157 21.1731 18.2885 21.4281 17.4017 21.4281C14.9018 21.4281 12.8752 19.4015 12.8752 16.9015ZM17.4017 14.375C16.0064 14.375 14.8752 15.5062 14.8752 16.9015C14.8752 18.2969 16.0064 19.4281 17.4017 19.4281C18.7971 19.4281 19.9283 18.2969 19.9283 16.9015C19.9283 15.5062 18.7971 14.375 17.4017 14.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9283 16.9015C20.9283 14.9539 19.3494 13.375 17.4017 13.375C15.4541 13.375 13.8752 14.9539 13.8752 16.9015C13.8752 18.8492 15.4541 20.4281 17.4017 20.4281C19.3494 20.4281 20.9283 18.8492 20.9283 16.9015Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M15.4552 9.662L19.6909 7.26197C20.0519 7.05742 20.2325 6.95514 20.3793 7.03609C20.5261 7.11703 20.5358 7.3198 20.5551 7.7253C20.5812 8.27187 20.5954 8.90551 20.6114 9.6547C20.6189 10.0071 20.6237 10.7024 20.6257 10.8549C20.6333 11.4148 21.0718 11.8749 21.6317 11.8749C22.175 11.8749 22.6298 11.4408 22.625 10.8975C22.6235 10.7308 22.6183 10.0288 22.6094 9.61215L22.6078 9.53677C22.5766 8.07128 22.5507 6.86037 22.3801 5.87916C22.1983 4.8336 21.8395 3.95811 21.09 3.20674C20.6666 2.78228 20.2003 2.4827 19.6844 2.26889C19.6059 2.22604 19.5218 2.19373 19.4341 2.17311C19.1043 2.05684 18.755 1.97116 18.3847 1.90676C17.3838 1.73265 16.1419 1.70152 14.6325 1.66368L14.5577 1.66181C12.6019 1.61273 11.1489 1.61274 9.1931 1.66181L9.11825 1.66369C7.60889 1.70152 6.36701 1.73265 5.36604 1.90675C4.30367 2.09154 3.41416 2.45141 2.66075 3.20674C1.9113 3.95811 1.55245 4.8336 1.37065 5.87916C1.20004 6.86038 1.17423 8.07123 1.14298 9.53675L1.14137 9.61214C1.12006 10.6101 1.12008 11.14 1.14138 12.1379L1.14299 12.2133C1.17424 13.6788 1.20006 14.8896 1.37067 15.8709C1.55246 16.9164 1.91131 17.7919 2.66077 18.5433C3.41417 19.2986 4.30369 19.6585 5.36606 19.8433C6.36702 20.0174 7.6089 20.0485 9.11825 20.0863L9.19311 20.0882C9.87468 20.1053 9.98106 20.1164 10.8775 20.1216C11.4286 20.1248 11.8752 19.6782 11.8752 19.127C11.8752 18.5758 11.4286 18.1288 10.8774 18.1256C9.99535 18.1204 9.90936 18.1095 9.24331 18.0928C7.64036 18.0526 6.54713 18.0226 5.70895 17.8768C4.91566 17.7388 4.4535 17.5124 4.07661 17.1345C3.69578 16.7527 3.47315 16.2968 3.33971 15.5293C3.19801 14.7143 3.17275 13.6553 3.13944 12.0953C3.11874 11.1258 3.11873 10.6242 3.13943 9.6547C3.15542 8.90561 3.16956 8.27204 3.19563 7.72553C3.21497 7.32001 3.22464 7.11725 3.37148 7.0363C3.51832 6.95535 3.69883 7.05763 4.05985 7.26219L8.29525 9.662C9.59486 10.3984 10.694 10.875 11.8752 10.875C13.0564 10.875 14.1555 10.3984 15.4552 9.662Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8752 16.9015C12.8752 14.4016 14.9018 12.375 17.4017 12.375C19.9017 12.375 21.9283 14.4016 21.9283 16.9015C21.9283 17.7906 21.672 18.6197 21.2292 19.3192L22.5812 20.6668C22.9723 21.0567 22.9733 21.6898 22.5834 22.081C22.1935 22.4721 21.5604 22.4731 21.1692 22.0832L19.814 20.7324C19.1157 21.1731 18.2885 21.4281 17.4017 21.4281C14.9018 21.4281 12.8752 19.4015 12.8752 16.9015ZM17.4017 14.375C16.0064 14.375 14.8752 15.5062 14.8752 16.9015C14.8752 18.2969 16.0064 19.4281 17.4017 19.4281C18.7971 19.4281 19.9283 18.2969 19.9283 16.9015C19.9283 15.5062 18.7971 14.375 17.4017 14.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-search-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 16.9015C12.875 14.4016 14.9016 12.375 17.4015 12.375C19.9015 12.375 21.9281 14.4016 21.9281 16.9015C21.9281 17.7906 21.6718 18.6197 21.229 19.3192L22.581 20.6668C22.9721 21.0567 22.9731 21.6898 22.5832 22.081C22.1933 22.4721 21.5602 22.4731 21.169 22.0832L19.8138 20.7324C19.1155 21.1731 18.2883 21.4281 17.4015 21.4281C14.9016 21.4281 12.875 19.4015 12.875 16.9015ZM17.4015 14.375C16.0062 14.375 14.875 15.5062 14.875 16.9015C14.875 18.2969 16.0062 19.4281 17.4015 19.4281C18.7969 19.4281 19.9281 18.2969 19.9281 16.9015C19.9281 15.5062 18.7969 14.375 17.4015 14.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 1.66168C10.908 1.61261 12.842 1.61261 14.795 1.66168L14.8532 1.66314C16.378 1.70143 17.605 1.73224 18.5883 1.90349C19.6178 2.08279 20.4545 2.42667 21.1614 3.13622C21.8653 3.8428 22.2074 4.66749 22.3832 5.6803C22.5507 6.64467 22.5762 7.8417 22.6078 9.32455L22.6091 9.38328C22.6303 10.3796 22.6303 11.3701 22.6091 12.3665L22.6078 12.4252L22.6073 12.4508C22.5959 12.9826 22.5903 13.2485 22.4658 13.297C22.3413 13.3455 22.1448 13.1407 21.752 12.7309L21.752 12.7309C20.6551 11.587 19.1115 10.8749 17.4015 10.8749C14.0732 10.8749 11.375 13.573 11.375 16.9014C11.375 17.6999 11.5303 18.4621 11.8123 19.1595L11.8123 19.1595C12.0017 19.6278 12.0964 19.862 12.0065 19.9945C11.9167 20.127 11.6851 20.1257 11.2221 20.123H11.2221C10.4678 20.1188 9.71282 20.1071 8.95499 20.0881L8.89677 20.0866C7.37197 20.0483 6.14501 20.0175 5.1617 19.8463C4.1322 19.667 3.29548 19.3231 2.58862 18.6136C1.88472 17.907 1.54264 17.0823 1.36676 16.0695C1.19929 15.1051 1.17379 13.9081 1.14219 12.4252L1.14094 12.3665C1.11969 11.3701 1.11969 10.3796 1.14093 9.38327L1.14219 9.32453C1.17378 7.84168 1.19929 6.64465 1.36676 5.68028C1.54264 4.66747 1.88471 3.84278 2.58862 3.1362C3.29548 2.42665 4.1322 2.08277 5.1617 1.90348C6.14502 1.73223 7.372 1.70142 8.89682 1.66314L8.95499 1.66168ZM7.25682 6.72939C6.90027 6.51858 6.44033 6.63674 6.22952 6.99329C6.01871 7.34985 6.13686 7.80979 6.49341 8.0206L9.43543 9.76003C10.3063 10.2749 11.0577 10.625 11.8751 10.625C12.6925 10.625 13.444 10.2749 14.3148 9.76003L17.2568 8.0206C17.6134 7.80979 17.7315 7.34985 17.5207 6.99329C17.3099 6.63674 16.85 6.51858 16.4934 6.72939L13.5514 8.46882C12.707 8.96804 12.2581 9.125 11.8751 9.125C11.4921 9.125 11.0432 8.96804 10.1988 8.46882L7.25682 6.72939Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 16.9015C12.875 14.4016 14.9016 12.375 17.4015 12.375C19.9015 12.375 21.9281 14.4016 21.9281 16.9015C21.9281 17.7906 21.6718 18.6197 21.229 19.3192L22.581 20.6668C22.9721 21.0567 22.9731 21.6898 22.5832 22.081C22.1933 22.4721 21.5602 22.4731 21.169 22.0832L19.8138 20.7324C19.1155 21.1731 18.2883 21.4281 17.4015 21.4281C14.9016 21.4281 12.875 19.4015 12.875 16.9015ZM17.4015 14.375C16.0062 14.375 14.875 15.5062 14.875 16.9015C14.875 18.2969 16.0062 19.4281 17.4015 19.4281C18.7969 19.4281 19.9281 18.2969 19.9281 16.9015C19.9281 15.5062 18.7969 14.375 17.4015 14.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 1.66168C10.908 1.61261 12.842 1.61261 14.795 1.66168L14.8532 1.66314C16.378 1.70143 17.605 1.73224 18.5883 1.90349C19.6178 2.08279 20.4545 2.42667 21.1614 3.13622C21.8653 3.8428 22.2074 4.66749 22.3832 5.6803C22.5507 6.64467 22.5762 7.8417 22.6078 9.32455L22.6091 9.38328C22.6303 10.3796 22.6303 11.3701 22.6091 12.3665L22.6078 12.4252L22.6073 12.4508C22.5959 12.9826 22.5903 13.2485 22.4658 13.297C22.3413 13.3455 22.1448 13.1407 21.752 12.7309L21.752 12.7309C20.6551 11.587 19.1115 10.8749 17.4015 10.8749C14.0732 10.8749 11.375 13.573 11.375 16.9014C11.375 17.6999 11.5303 18.4621 11.8123 19.1595L11.8123 19.1595C12.0017 19.6278 12.0964 19.862 12.0065 19.9945C11.9167 20.127 11.6851 20.1257 11.2221 20.123H11.2221C10.4678 20.1188 9.71282 20.1071 8.95499 20.0881L8.89677 20.0866C7.37197 20.0483 6.14501 20.0175 5.1617 19.8463C4.1322 19.667 3.29548 19.3231 2.58862 18.6136C1.88472 17.907 1.54264 17.0823 1.36676 16.0695C1.19929 15.1051 1.17379 13.9081 1.14219 12.4252L1.14094 12.3665C1.11969 11.3701 1.11969 10.3796 1.14093 9.38327L1.14219 9.32453C1.17378 7.84168 1.19929 6.64465 1.36676 5.68028C1.54264 4.66747 1.88471 3.84278 2.58862 3.1362C3.29548 2.42665 4.1322 2.08277 5.1617 1.90348C6.14502 1.73223 7.372 1.70142 8.89682 1.66314L8.95499 1.66168ZM7.25682 6.72939C6.90027 6.51858 6.44033 6.63674 6.22952 6.99329C6.01871 7.34985 6.13686 7.80979 6.49341 8.0206L9.43543 9.76003C10.3063 10.2749 11.0577 10.625 11.8751 10.625C12.6925 10.625 13.444 10.2749 14.3148 9.76003L17.2568 8.0206C17.6134 7.80979 17.7315 7.34985 17.5207 6.99329C17.3099 6.63674 16.85 6.51858 16.4934 6.72939L13.5514 8.46882C12.707 8.96804 12.2581 9.125 11.8751 9.125C11.4921 9.125 11.0432 8.96804 10.1988 8.46882L7.25682 6.72939Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-secure-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.58 9.787L19.8157 7.38697C20.1767 7.18242 20.3573 7.08014 20.5041 7.16109C20.6509 7.24203 20.6606 7.4448 20.6799 7.8503C20.706 8.39687 20.7202 9.03051 20.7362 9.7797C20.7437 10.1321 20.7485 10.8275 20.7505 10.98C20.7581 11.5399 21.1966 12 21.7565 12C22.2998 12 22.7546 11.5659 22.7498 11.0226C22.7483 10.8559 22.7431 10.1538 22.7342 9.73715L22.7326 9.66177C22.7014 8.19628 22.6755 6.98537 22.5049 6.00416C22.3231 4.9586 21.9643 4.08311 21.2148 3.33174C20.7914 2.90728 20.3251 2.6077 19.8092 2.39389C19.7307 2.35104 19.6466 2.31873 19.5589 2.29811C19.2291 2.18184 18.8798 2.09616 18.5095 2.03176C17.5086 1.85765 16.2667 1.82652 14.7573 1.78868L14.6825 1.78681C12.7267 1.73773 11.2737 1.73774 9.3179 1.78681L9.24305 1.78869C7.73369 1.82652 6.49181 1.85765 5.49084 2.03175C4.42847 2.21654 3.53896 2.57641 2.78556 3.33174C2.0361 4.08311 1.67725 4.9586 1.49546 6.00416C1.32485 6.98538 1.29903 8.19623 1.26778 9.66175L1.26617 9.73714C1.24487 10.7351 1.24488 11.265 1.26619 12.2629L1.26779 12.3383C1.29904 13.8038 1.32486 15.0146 1.49547 15.9959C1.67727 17.0414 2.03611 17.9169 2.78557 18.6683C3.53897 19.4236 4.42849 19.7835 5.49086 19.9683C6.49182 20.1424 7.7337 20.1735 9.24305 20.2113L9.31792 20.2132C9.99949 20.2303 10.1059 20.2414 11.0023 20.2466C11.5534 20.2498 12 19.8032 12 19.252C12 18.7008 11.5534 18.2538 11.0022 18.2506C10.1201 18.2454 10.0342 18.2345 9.36811 18.2178C7.76517 18.1776 6.67193 18.1476 5.83375 18.0018C5.04047 17.8638 4.5783 17.6374 4.20141 17.2595C3.82058 16.8777 3.59796 16.4218 3.46452 15.6543C3.32281 14.8393 3.29755 13.7803 3.26424 12.2203C3.24354 11.2508 3.24353 10.7492 3.26423 9.7797C3.28023 9.03061 3.29436 8.39704 3.32043 7.85053C3.33977 7.44501 3.34944 7.24225 3.49628 7.1613C3.64312 7.08035 3.82363 7.18263 4.18465 7.38719L8.42005 9.787C9.71966 10.5234 10.8188 11 12 11C13.1812 11 14.2803 10.5234 15.58 9.787Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0292 13.2677C16.5546 13.0091 17.1987 12.75 18.0005 12.75C18.8023 12.75 19.4465 13.0091 19.9722 13.2676C20.1506 13.3554 20.305 13.4363 20.4453 13.5099C20.7555 13.6725 20.9971 13.7991 21.278 13.8842C21.4578 13.9387 21.6454 13.9955 21.7763 14.0442C21.8886 14.086 22.1072 14.1705 22.2772 14.35C22.4272 14.5083 22.4981 14.6817 22.5385 14.8162C22.5719 14.9272 22.6 15.0758 22.6197 15.1802C23.1773 18.1167 21.9493 20.956 18.9366 22.0518C18.6635 22.1513 18.3924 22.25 18.0019 22.25C17.6113 22.25 17.3403 22.1513 17.0671 22.0518C14.0545 20.9561 12.8252 18.117 13.3826 15.1802C13.4023 15.0758 13.4305 14.9273 13.4638 14.8163C13.5042 14.6818 13.5751 14.5084 13.725 14.3501C13.895 14.1706 14.1136 14.0861 14.2259 14.0443C14.3568 13.9956 14.5444 13.9387 14.7242 13.8842C15.0049 13.7991 15.2462 13.6726 15.5561 13.51C15.6964 13.4364 15.8508 13.3555 16.0292 13.2677Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.58 9.787L19.8157 7.38697C20.1767 7.18242 20.3573 7.08014 20.5041 7.16109C20.6509 7.24203 20.6606 7.4448 20.6799 7.8503C20.706 8.39687 20.7202 9.03051 20.7362 9.7797C20.7437 10.1321 20.7485 10.8275 20.7505 10.98C20.7581 11.5399 21.1966 12 21.7565 12C22.2998 12 22.7546 11.5659 22.7498 11.0226C22.7483 10.8559 22.7431 10.1538 22.7342 9.73715L22.7326 9.66177C22.7014 8.19628 22.6755 6.98537 22.5049 6.00416C22.3231 4.9586 21.9643 4.08311 21.2148 3.33174C20.7914 2.90728 20.3251 2.6077 19.8092 2.39389C19.7307 2.35104 19.6466 2.31873 19.5589 2.29811C19.2291 2.18184 18.8798 2.09616 18.5095 2.03176C17.5086 1.85765 16.2667 1.82652 14.7573 1.78868L14.6825 1.78681C12.7267 1.73773 11.2737 1.73774 9.3179 1.78681L9.24305 1.78869C7.73369 1.82652 6.49181 1.85765 5.49084 2.03175C4.42847 2.21654 3.53896 2.57641 2.78556 3.33174C2.0361 4.08311 1.67725 4.9586 1.49546 6.00416C1.32485 6.98538 1.29903 8.19623 1.26778 9.66175L1.26617 9.73714C1.24487 10.7351 1.24488 11.265 1.26619 12.2629L1.26779 12.3383C1.29904 13.8038 1.32486 15.0146 1.49547 15.9959C1.67727 17.0414 2.03611 17.9169 2.78557 18.6683C3.53897 19.4236 4.42849 19.7835 5.49086 19.9683C6.49182 20.1424 7.7337 20.1735 9.24305 20.2113L9.31792 20.2132C9.99949 20.2303 10.1059 20.2414 11.0023 20.2466C11.5534 20.2498 12 19.8032 12 19.252C12 18.7008 11.5534 18.2538 11.0022 18.2506C10.1201 18.2454 10.0342 18.2345 9.36811 18.2178C7.76517 18.1776 6.67193 18.1476 5.83375 18.0018C5.04047 17.8638 4.5783 17.6374 4.20141 17.2595C3.82058 16.8777 3.59796 16.4218 3.46452 15.6543C3.32281 14.8393 3.29755 13.7803 3.26424 12.2203C3.24354 11.2508 3.24353 10.7492 3.26423 9.7797C3.28023 9.03061 3.29436 8.39704 3.32043 7.85053C3.33977 7.44501 3.34944 7.24225 3.49628 7.1613C3.64312 7.08035 3.82363 7.18263 4.18465 7.38719L8.42005 9.787C9.71966 10.5234 10.8188 11 12 11C13.1812 11 14.2803 10.5234 15.58 9.787Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0292 13.2677C16.5546 13.0091 17.1987 12.75 18.0005 12.75C18.8023 12.75 19.4465 13.0091 19.9722 13.2676C20.1506 13.3554 20.305 13.4363 20.4453 13.5099C20.7555 13.6725 20.9971 13.7991 21.278 13.8842C21.4578 13.9387 21.6454 13.9955 21.7763 14.0442C21.8886 14.086 22.1072 14.1705 22.2772 14.35C22.4272 14.5083 22.4981 14.6817 22.5385 14.8162C22.5719 14.9272 22.6 15.0758 22.6197 15.1802C23.1773 18.1167 21.9493 20.956 18.9366 22.0518C18.6635 22.1513 18.3924 22.25 18.0019 22.25C17.6113 22.25 17.3403 22.1513 17.0671 22.0518C14.0545 20.9561 12.8252 18.117 13.3826 15.1802C13.4023 15.0758 13.4305 14.9273 13.4638 14.8163C13.5042 14.6818 13.5751 14.5084 13.725 14.3501C13.895 14.1706 14.1136 14.0861 14.2259 14.0443C14.3568 13.9956 14.5444 13.9387 14.7242 13.8842C15.0049 13.7991 15.2462 13.6726 15.5561 13.51C15.6964 13.4364 15.8508 13.3555 16.0292 13.2677Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-secure-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.92 1.78681C12.967 1.73773 11.033 1.73773 9.07999 1.7868L9.02182 1.78826C7.497 1.82655 6.27002 1.85735 5.2867 2.0286C4.2572 2.20789 3.42048 2.55177 2.71362 3.26132C2.00971 3.9679 1.66764 4.7926 1.49176 5.8054C1.32429 6.76978 1.29878 7.9668 1.26719 9.44965L1.26593 9.50839C1.24469 10.5047 1.24469 11.4953 1.26594 12.4916L1.26719 12.5504C1.29879 14.0332 1.32429 15.2302 1.49176 16.1946C1.66764 17.2074 2.00972 18.0321 2.71362 18.7387C3.42048 19.4482 4.2572 19.7921 5.2867 19.9714C6.27001 20.1426 7.49697 20.1735 9.02177 20.2117L9.07999 20.2132C9.94653 20.235 10.8093 20.2471 11.6717 20.2495C12.1117 20.2508 12.3317 20.2514 12.4214 20.1213C12.5112 19.9912 12.4266 19.7705 12.2575 19.3291C11.732 17.9579 11.6196 16.4193 11.9076 14.9013L11.9106 14.885C11.9283 14.7914 11.9691 14.5743 12.026 14.3847C12.1039 14.1255 12.2649 13.7092 12.6348 13.3186C13.0506 12.8796 13.5459 12.6961 13.69 12.6427L13.7014 12.6385C13.8772 12.5731 14.1028 12.5047 14.2639 12.456L14.288 12.4487C14.4095 12.4118 14.5253 12.3562 14.8583 12.1816L14.8626 12.1793L15.3656 11.9218C15.9724 11.6232 16.8605 11.25 17.9993 11.25C19.138 11.25 20.0263 11.6232 20.6331 11.9217C20.6731 11.9365 21.2729 12.1904 21.8226 12.4278C22.2512 12.6129 22.4654 12.7054 22.6003 12.6177C22.7351 12.5301 22.7374 12.3004 22.742 11.8411C22.7498 11.0515 22.7488 10.1997 22.7341 9.5084L22.7328 9.44967C22.7012 7.96683 22.6757 6.76979 22.5082 5.80542C22.3324 4.79261 21.9903 3.96792 21.2864 3.26134C20.5795 2.55179 19.7428 2.20791 18.7133 2.02862C17.73 1.85737 16.503 1.82656 14.9782 1.78827L14.92 1.78681ZM7.38182 6.85452C7.02527 6.64371 6.56533 6.76186 6.35452 7.11841C6.14371 7.47497 6.26186 7.93491 6.61841 8.14572L9.56043 9.88515C10.4313 10.4 11.1827 10.7501 12.0001 10.7501C12.8175 10.7501 13.569 10.4 14.4398 9.88515L17.3818 8.14572C17.7384 7.93491 17.8565 7.47497 17.6457 7.11841C17.4349 6.76186 16.975 6.64371 16.6184 6.85452L13.6764 8.59395C12.832 9.09316 12.3831 9.25012 12.0001 9.25012C11.6171 9.25012 11.1682 9.09316 10.3238 8.59395L7.38182 6.85452Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.027 13.2677C16.5525 13.0091 17.1965 12.75 17.9983 12.75C18.8001 12.75 19.4444 13.0091 19.97 13.2676C20.1484 13.3554 20.3028 13.4363 20.4432 13.5099C20.7534 13.6725 20.995 13.7991 21.2759 13.8842C21.4557 13.9387 21.6433 13.9955 21.7742 14.0442C21.8865 14.086 22.105 14.1705 22.2751 14.35C22.4251 14.5083 22.4959 14.6817 22.5364 14.8162C22.5697 14.9272 22.5978 15.0758 22.6176 15.1802C23.1751 18.1167 21.9472 20.956 18.9345 22.0518C18.6613 22.1513 18.3902 22.25 17.9997 22.25C17.6092 22.25 17.3381 22.1513 17.065 22.0518C14.0523 20.9561 12.823 18.117 13.3804 15.1802C13.4002 15.0758 13.4283 14.9273 13.4616 14.8163C13.5021 14.6818 13.5729 14.5084 13.7229 14.3501C13.8929 14.1706 14.1115 14.0861 14.2237 14.0443C14.3546 13.9956 14.5422 13.9387 14.722 13.8842C15.0027 13.7991 15.2441 13.6726 15.554 13.51C15.6943 13.4364 15.8486 13.3555 16.027 13.2677Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.92 1.78681C12.967 1.73773 11.033 1.73773 9.07999 1.7868L9.02182 1.78826C7.497 1.82655 6.27002 1.85735 5.2867 2.0286C4.2572 2.20789 3.42048 2.55177 2.71362 3.26132C2.00971 3.9679 1.66764 4.7926 1.49176 5.8054C1.32429 6.76978 1.29878 7.9668 1.26719 9.44965L1.26593 9.50839C1.24469 10.5047 1.24469 11.4953 1.26594 12.4916L1.26719 12.5504C1.29879 14.0332 1.32429 15.2302 1.49176 16.1946C1.66764 17.2074 2.00972 18.0321 2.71362 18.7387C3.42048 19.4482 4.2572 19.7921 5.2867 19.9714C6.27001 20.1426 7.49697 20.1735 9.02177 20.2117L9.07999 20.2132C9.94653 20.235 10.8093 20.2471 11.6717 20.2495C12.1117 20.2508 12.3317 20.2514 12.4214 20.1213C12.5112 19.9912 12.4266 19.7705 12.2575 19.3291C11.732 17.9579 11.6196 16.4193 11.9076 14.9013L11.9106 14.885C11.9283 14.7914 11.9691 14.5743 12.026 14.3847C12.1039 14.1255 12.2649 13.7092 12.6348 13.3186C13.0506 12.8796 13.5459 12.6961 13.69 12.6427L13.7014 12.6385C13.8772 12.5731 14.1028 12.5047 14.2639 12.456L14.288 12.4487C14.4095 12.4118 14.5253 12.3562 14.8583 12.1816L14.8626 12.1793L15.3656 11.9218C15.9724 11.6232 16.8605 11.25 17.9993 11.25C19.138 11.25 20.0263 11.6232 20.6331 11.9217C20.6731 11.9365 21.2729 12.1904 21.8226 12.4278C22.2512 12.6129 22.4654 12.7054 22.6003 12.6177C22.7351 12.5301 22.7374 12.3004 22.742 11.8411C22.7498 11.0515 22.7488 10.1997 22.7341 9.5084L22.7328 9.44967C22.7012 7.96683 22.6757 6.76979 22.5082 5.80542C22.3324 4.79261 21.9903 3.96792 21.2864 3.26134C20.5795 2.55179 19.7428 2.20791 18.7133 2.02862C17.73 1.85737 16.503 1.82656 14.9782 1.78827L14.92 1.78681ZM7.38182 6.85452C7.02527 6.64371 6.56533 6.76186 6.35452 7.11841C6.14371 7.47497 6.26186 7.93491 6.61841 8.14572L9.56043 9.88515C10.4313 10.4 11.1827 10.7501 12.0001 10.7501C12.8175 10.7501 13.569 10.4 14.4398 9.88515L17.3818 8.14572C17.7384 7.93491 17.8565 7.47497 17.6457 7.11841C17.4349 6.76186 16.975 6.64371 16.6184 6.85452L13.6764 8.59395C12.832 9.09316 12.3831 9.25012 12.0001 9.25012C11.6171 9.25012 11.1682 9.09316 10.3238 8.59395L7.38182 6.85452Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.027 13.2677C16.5525 13.0091 17.1965 12.75 17.9983 12.75C18.8001 12.75 19.4444 13.0091 19.97 13.2676C20.1484 13.3554 20.3028 13.4363 20.4432 13.5099C20.7534 13.6725 20.995 13.7991 21.2759 13.8842C21.4557 13.9387 21.6433 13.9955 21.7742 14.0442C21.8865 14.086 22.105 14.1705 22.2751 14.35C22.4251 14.5083 22.4959 14.6817 22.5364 14.8162C22.5697 14.9272 22.5978 15.0758 22.6176 15.1802C23.1751 18.1167 21.9472 20.956 18.9345 22.0518C18.6613 22.1513 18.3902 22.25 17.9997 22.25C17.6092 22.25 17.3381 22.1513 17.065 22.0518C14.0523 20.9561 12.823 18.117 13.3804 15.1802C13.4002 15.0758 13.4283 14.9273 13.4616 14.8163C13.5021 14.6818 13.5729 14.5084 13.7229 14.3501C13.8929 14.1706 14.1115 14.0861 14.2237 14.0443C14.3546 13.9956 14.5422 13.9387 14.722 13.8842C15.0027 13.7991 15.2441 13.6726 15.554 13.51C15.6943 13.4364 15.8486 13.3555 16.027 13.2677Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-send-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 2.7868C10.908 2.73773 12.842 2.73773 14.795 2.7868L14.8532 2.78826C16.378 2.82655 17.605 2.85736 18.5883 3.02861C19.6178 3.2079 20.4545 3.55178 21.1614 4.26134C21.8653 4.96792 22.2074 5.79261 22.3832 6.80541C22.5507 7.76979 22.5762 8.96682 22.6078 10.4497L22.6091 10.5084C22.6233 11.1751 22.6188 12.2478 22.6078 13.1832C22.6017 13.7114 22.5986 13.9755 22.4307 14.0562C22.2628 14.1368 22.0526 13.9725 21.6324 13.6439C21.3512 13.4241 21.0945 13.2283 21.0039 13.1737L21.0005 13.1717L20.9912 13.166C20.8274 13.0661 19.7026 12.3802 18.3958 13.0141C17.5994 13.4004 17.2304 14.0362 17.0585 14.5171C16.9681 14.77 16.9228 14.8964 16.8451 14.9512C16.7674 15.0059 16.6528 15.0059 16.4235 15.0059H13.875C12.4943 15.0059 11.375 16.1252 11.375 17.5059C11.375 18.8866 12.4943 20.0059 13.875 20.0059L16.5396 20.0059C16.676 20.0059 16.7442 20.0059 16.7953 20.0252C16.8538 20.0472 16.8937 20.0774 16.9309 20.1277C16.9633 20.1716 16.9748 20.2122 16.9979 20.2935C17.1008 20.6568 17.1522 20.8385 17.135 20.9134C17.1138 21.0056 17.0791 21.0537 16.9982 21.1028C16.9325 21.1426 16.8113 21.1479 16.569 21.1585C16.0225 21.1824 15.4211 21.1975 14.7952 21.2132L14.795 21.2132C12.842 21.2623 10.908 21.2623 8.95499 21.2132L8.89677 21.2117C7.37197 21.1735 6.14501 21.1426 5.1617 20.9714C4.1322 20.7921 3.29548 20.4482 2.58862 19.7387C1.88472 19.0321 1.54264 18.2074 1.36676 17.1946C1.19929 16.2302 1.17379 15.0332 1.14219 13.5503L1.14094 13.4916C1.11969 12.4953 1.11969 11.5047 1.14093 10.5084L1.14219 10.4496C1.17378 8.9668 1.19929 7.76977 1.36676 6.8054C1.54264 5.79259 1.88471 4.9679 2.58862 4.26132C3.29548 3.55177 4.1322 3.20789 5.1617 3.0286C6.14502 2.85735 7.372 2.82654 8.89682 2.78826L8.95499 2.7868ZM7.25682 7.85439C6.90027 7.64358 6.44033 7.76174 6.22952 8.11829C6.01871 8.47485 6.13686 8.93479 6.49341 9.1456L9.43543 10.885C10.3063 11.3999 11.0577 11.75 11.8751 11.75C12.6925 11.75 13.444 11.3999 14.3148 10.885L17.2568 9.1456C17.6134 8.93479 17.7315 8.47485 17.5207 8.11829C17.3099 7.76174 16.85 7.64358 16.4934 7.85439L13.5514 9.59382C12.707 10.093 12.2581 10.25 11.8751 10.25C11.4921 10.25 11.0432 10.093 10.1988 9.59382L7.25682 7.85439Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 18.5059C13.3227 18.5059 12.875 18.0581 12.875 17.5059C12.875 16.9536 13.3227 16.5059 13.875 16.5059L18.375 16.5059L18.375 15.9116C18.3749 15.736 18.3747 15.5203 18.3968 15.3439L18.3972 15.3405C18.413 15.2141 18.4848 14.638 19.0504 14.3637C19.6172 14.0887 20.1174 14.3907 20.2256 14.456L20.2296 14.4584C20.3826 14.5506 20.5535 14.6848 20.694 14.7951L20.7243 14.8188C21.1001 15.1135 21.5843 15.4954 21.9753 15.8759C22.1704 16.0657 22.3717 16.283 22.5305 16.5139C22.6717 16.7191 22.875 17.0693 22.875 17.5C22.875 17.9307 22.6717 18.2809 22.5305 18.4861C22.3717 18.717 22.1704 18.9343 21.9753 19.1241C21.5843 19.5046 21.1001 19.8865 20.7243 20.1812L20.6941 20.2049C20.5535 20.3152 20.3826 20.4494 20.2296 20.5416L20.2256 20.544C20.1174 20.6093 19.6172 20.9113 19.0504 20.6363C18.4848 20.362 18.413 19.7859 18.3972 19.6595L18.3968 19.6561C18.3747 19.4797 18.3749 19.264 18.375 19.0884L18.375 18.5059L13.875 18.5059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95499 2.7868C10.908 2.73773 12.842 2.73773 14.795 2.7868L14.8532 2.78826C16.378 2.82655 17.605 2.85736 18.5883 3.02861C19.6178 3.2079 20.4545 3.55178 21.1614 4.26134C21.8653 4.96792 22.2074 5.79261 22.3832 6.80541C22.5507 7.76979 22.5762 8.96682 22.6078 10.4497L22.6091 10.5084C22.6233 11.1751 22.6188 12.2478 22.6078 13.1832C22.6017 13.7114 22.5986 13.9755 22.4307 14.0562C22.2628 14.1368 22.0526 13.9725 21.6324 13.6439C21.3512 13.4241 21.0945 13.2283 21.0039 13.1737L21.0005 13.1717L20.9912 13.166C20.8274 13.0661 19.7026 12.3802 18.3958 13.0141C17.5994 13.4004 17.2304 14.0362 17.0585 14.5171C16.9681 14.77 16.9228 14.8964 16.8451 14.9512C16.7674 15.0059 16.6528 15.0059 16.4235 15.0059H13.875C12.4943 15.0059 11.375 16.1252 11.375 17.5059C11.375 18.8866 12.4943 20.0059 13.875 20.0059L16.5396 20.0059C16.676 20.0059 16.7442 20.0059 16.7953 20.0252C16.8538 20.0472 16.8937 20.0774 16.9309 20.1277C16.9633 20.1716 16.9748 20.2122 16.9979 20.2935C17.1008 20.6568 17.1522 20.8385 17.135 20.9134C17.1138 21.0056 17.0791 21.0537 16.9982 21.1028C16.9325 21.1426 16.8113 21.1479 16.569 21.1585C16.0225 21.1824 15.4211 21.1975 14.7952 21.2132L14.795 21.2132C12.842 21.2623 10.908 21.2623 8.95499 21.2132L8.89677 21.2117C7.37197 21.1735 6.14501 21.1426 5.1617 20.9714C4.1322 20.7921 3.29548 20.4482 2.58862 19.7387C1.88472 19.0321 1.54264 18.2074 1.36676 17.1946C1.19929 16.2302 1.17379 15.0332 1.14219 13.5503L1.14094 13.4916C1.11969 12.4953 1.11969 11.5047 1.14093 10.5084L1.14219 10.4496C1.17378 8.9668 1.19929 7.76977 1.36676 6.8054C1.54264 5.79259 1.88471 4.9679 2.58862 4.26132C3.29548 3.55177 4.1322 3.20789 5.1617 3.0286C6.14502 2.85735 7.372 2.82654 8.89682 2.78826L8.95499 2.7868ZM7.25682 7.85439C6.90027 7.64358 6.44033 7.76174 6.22952 8.11829C6.01871 8.47485 6.13686 8.93479 6.49341 9.1456L9.43543 10.885C10.3063 11.3999 11.0577 11.75 11.8751 11.75C12.6925 11.75 13.444 11.3999 14.3148 10.885L17.2568 9.1456C17.6134 8.93479 17.7315 8.47485 17.5207 8.11829C17.3099 7.76174 16.85 7.64358 16.4934 7.85439L13.5514 9.59382C12.707 10.093 12.2581 10.25 11.8751 10.25C11.4921 10.25 11.0432 10.093 10.1988 9.59382L7.25682 7.85439Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 18.5059C13.3227 18.5059 12.875 18.0581 12.875 17.5059C12.875 16.9536 13.3227 16.5059 13.875 16.5059L18.375 16.5059L18.375 15.9116C18.3749 15.736 18.3747 15.5203 18.3968 15.3439L18.3972 15.3405C18.413 15.2141 18.4848 14.638 19.0504 14.3637C19.6172 14.0887 20.1174 14.3907 20.2256 14.456L20.2296 14.4584C20.3826 14.5506 20.5535 14.6848 20.694 14.7951L20.7243 14.8188C21.1001 15.1135 21.5843 15.4954 21.9753 15.8759C22.1704 16.0657 22.3717 16.283 22.5305 16.5139C22.6717 16.7191 22.875 17.0693 22.875 17.5C22.875 17.9307 22.6717 18.2809 22.5305 18.4861C22.3717 18.717 22.1704 18.9343 21.9753 19.1241C21.5843 19.5046 21.1001 19.8865 20.7243 20.1812L20.6941 20.2049C20.5535 20.3152 20.3826 20.4494 20.2296 20.5416L20.2256 20.544C20.1174 20.6093 19.6172 20.9113 19.0504 20.6363C18.4848 20.362 18.413 19.7859 18.3972 19.6595L18.3968 19.6561C18.3747 19.4797 18.3749 19.264 18.375 19.0884L18.375 18.5059L13.875 18.5059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-setting-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4548 9.662L19.6906 7.26197C20.0516 7.05742 20.2321 6.95514 20.379 7.03609C20.5258 7.11703 20.5355 7.3198 20.5548 7.7253C20.5809 8.27187 20.595 8.90551 20.611 9.6547C20.6186 10.0071 20.6233 10.7025 20.6254 10.855C20.633 11.4149 21.0714 11.875 21.6314 11.875C22.1747 11.875 22.6294 11.4409 22.6246 10.8976C22.6232 10.7309 22.618 10.0288 22.6091 9.61215L22.6075 9.53677C22.5762 8.07128 22.5504 6.86037 22.3798 5.87916C22.198 4.8336 21.8392 3.95811 21.0897 3.20674C20.6663 2.78228 20.2 2.4827 19.6841 2.26889C19.6056 2.22604 19.5215 2.19373 19.4338 2.17311C19.104 2.05684 18.7547 1.97116 18.3844 1.90676C17.3835 1.73265 16.1416 1.70152 14.6322 1.66368L14.5574 1.66181C12.6016 1.61273 11.1485 1.61274 9.19278 1.66181L9.11793 1.66369C7.60857 1.70152 6.36669 1.73265 5.36572 1.90675C4.30335 2.09154 3.41384 2.45141 2.66043 3.20674C1.91098 3.95811 1.55213 4.8336 1.37033 5.87916C1.19972 6.86038 1.17391 8.07123 1.14266 9.53675L1.14105 9.61214C1.11974 10.6101 1.11976 11.14 1.14106 12.1379L1.14267 12.2133C1.17392 13.6788 1.19974 14.8896 1.37035 15.8709C1.55214 16.9164 1.91099 17.7919 2.66045 18.5433C3.41385 19.2986 4.30337 19.6585 5.36574 19.8433C6.3667 20.0174 7.60857 20.0485 9.11793 20.0863L9.19279 20.0882C9.87436 20.1053 9.98074 20.1164 10.8771 20.1216C11.4283 20.1248 11.8749 19.6782 11.8749 19.127C11.8749 18.5758 11.4282 18.1288 10.8771 18.1256C9.99503 18.1204 9.90904 18.1095 9.24299 18.0928C7.64004 18.0526 6.54681 18.0226 5.70862 17.8768C4.91534 17.7388 4.45318 17.5124 4.07629 17.1345C3.69546 16.7527 3.47283 16.2968 3.33939 15.5293C3.19769 14.7143 3.17243 13.6553 3.13912 12.0953C3.11842 11.1258 3.11841 10.6242 3.13911 9.6547C3.1551 8.90561 3.16924 8.27204 3.19531 7.72553C3.21465 7.32001 3.22432 7.11725 3.37116 7.0363C3.518 6.95535 3.69851 7.05763 4.05953 7.26219L8.29493 9.662C9.59454 10.3984 10.6937 10.875 11.8749 10.875C13.0561 10.875 14.1552 10.3984 15.4548 9.662Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8752 11.375C18.4275 11.375 18.8752 11.8227 18.8752 12.375V12.7736C19.6156 12.9438 20.2849 13.2991 20.8264 13.789L21.3344 13.4624C21.799 13.1637 22.4177 13.2982 22.7164 13.7628C23.015 14.2274 22.8805 14.8461 22.416 15.1447L21.9518 15.4432C22.1177 15.89 22.2085 16.3723 22.2085 16.875C22.2085 17.3778 22.1177 17.8602 21.9517 18.307L22.4156 18.6053C22.8801 18.9039 23.0146 19.5226 22.7159 19.9872C22.4173 20.4518 21.7986 20.5863 21.334 20.2876L20.8262 19.9612C20.2848 20.451 19.6155 20.8062 18.8752 20.9764V21.375C18.8752 21.9273 18.4275 22.375 17.8752 22.375C17.3229 22.375 16.8752 21.9273 16.8752 21.375V20.9764C16.1349 20.8062 15.4656 20.451 14.9241 19.9612L14.4164 20.2876C13.9518 20.5863 13.3331 20.4518 13.0345 19.9872C12.7358 19.5226 12.8703 18.9039 13.3348 18.6053L13.7987 18.307C13.6327 17.8602 13.5419 17.3778 13.5419 16.875C13.5419 16.3723 13.6327 15.89 13.7986 15.4432L13.3344 15.1447C12.8699 14.8461 12.7354 14.2274 13.034 13.7628C13.3327 13.2982 13.9514 13.1637 14.416 13.4624L14.924 13.789C15.4655 13.2991 16.1348 12.9438 16.8752 12.7736V12.375C16.8752 11.8227 17.3229 11.375 17.8752 11.375ZM17.8752 14.6607C17.0503 14.6607 16.3366 15.0648 15.9234 15.6613C15.6808 16.0116 15.5419 16.4276 15.5419 16.875C15.5419 17.3225 15.6808 17.7385 15.9235 18.0888C16.3367 18.6852 17.0504 19.0893 17.8752 19.0893C18.7 19.0893 19.4137 18.6852 19.8269 18.0888C20.0696 17.7385 20.2085 17.3225 20.2085 16.875C20.2085 16.4276 20.0696 16.0116 19.827 15.6613C19.4138 15.0648 18.7001 14.6607 17.8752 14.6607Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4548 9.662L19.6906 7.26197C20.0516 7.05742 20.2321 6.95514 20.379 7.03609C20.5258 7.11703 20.5355 7.3198 20.5548 7.7253C20.5809 8.27187 20.595 8.90551 20.611 9.6547C20.6186 10.0071 20.6233 10.7025 20.6254 10.855C20.633 11.4149 21.0714 11.875 21.6314 11.875C22.1747 11.875 22.6294 11.4409 22.6246 10.8976C22.6232 10.7309 22.618 10.0288 22.6091 9.61215L22.6075 9.53677C22.5762 8.07128 22.5504 6.86037 22.3798 5.87916C22.198 4.8336 21.8392 3.95811 21.0897 3.20674C20.6663 2.78228 20.2 2.4827 19.6841 2.26889C19.6056 2.22604 19.5215 2.19373 19.4338 2.17311C19.104 2.05684 18.7547 1.97116 18.3844 1.90676C17.3835 1.73265 16.1416 1.70152 14.6322 1.66368L14.5574 1.66181C12.6016 1.61273 11.1485 1.61274 9.19278 1.66181L9.11793 1.66369C7.60857 1.70152 6.36669 1.73265 5.36572 1.90675C4.30335 2.09154 3.41384 2.45141 2.66043 3.20674C1.91098 3.95811 1.55213 4.8336 1.37033 5.87916C1.19972 6.86038 1.17391 8.07123 1.14266 9.53675L1.14105 9.61214C1.11974 10.6101 1.11976 11.14 1.14106 12.1379L1.14267 12.2133C1.17392 13.6788 1.19974 14.8896 1.37035 15.8709C1.55214 16.9164 1.91099 17.7919 2.66045 18.5433C3.41385 19.2986 4.30337 19.6585 5.36574 19.8433C6.3667 20.0174 7.60857 20.0485 9.11793 20.0863L9.19279 20.0882C9.87436 20.1053 9.98074 20.1164 10.8771 20.1216C11.4283 20.1248 11.8749 19.6782 11.8749 19.127C11.8749 18.5758 11.4282 18.1288 10.8771 18.1256C9.99503 18.1204 9.90904 18.1095 9.24299 18.0928C7.64004 18.0526 6.54681 18.0226 5.70862 17.8768C4.91534 17.7388 4.45318 17.5124 4.07629 17.1345C3.69546 16.7527 3.47283 16.2968 3.33939 15.5293C3.19769 14.7143 3.17243 13.6553 3.13912 12.0953C3.11842 11.1258 3.11841 10.6242 3.13911 9.6547C3.1551 8.90561 3.16924 8.27204 3.19531 7.72553C3.21465 7.32001 3.22432 7.11725 3.37116 7.0363C3.518 6.95535 3.69851 7.05763 4.05953 7.26219L8.29493 9.662C9.59454 10.3984 10.6937 10.875 11.8749 10.875C13.0561 10.875 14.1552 10.3984 15.4548 9.662Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8752 11.375C18.4275 11.375 18.8752 11.8227 18.8752 12.375V12.7736C19.6156 12.9438 20.2849 13.2991 20.8264 13.789L21.3344 13.4624C21.799 13.1637 22.4177 13.2982 22.7164 13.7628C23.015 14.2274 22.8805 14.8461 22.416 15.1447L21.9518 15.4432C22.1177 15.89 22.2085 16.3723 22.2085 16.875C22.2085 17.3778 22.1177 17.8602 21.9517 18.307L22.4156 18.6053C22.8801 18.9039 23.0146 19.5226 22.7159 19.9872C22.4173 20.4518 21.7986 20.5863 21.334 20.2876L20.8262 19.9612C20.2848 20.451 19.6155 20.8062 18.8752 20.9764V21.375C18.8752 21.9273 18.4275 22.375 17.8752 22.375C17.3229 22.375 16.8752 21.9273 16.8752 21.375V20.9764C16.1349 20.8062 15.4656 20.451 14.9241 19.9612L14.4164 20.2876C13.9518 20.5863 13.3331 20.4518 13.0345 19.9872C12.7358 19.5226 12.8703 18.9039 13.3348 18.6053L13.7987 18.307C13.6327 17.8602 13.5419 17.3778 13.5419 16.875C13.5419 16.3723 13.6327 15.89 13.7986 15.4432L13.3344 15.1447C12.8699 14.8461 12.7354 14.2274 13.034 13.7628C13.3327 13.2982 13.9514 13.1637 14.416 13.4624L14.924 13.789C15.4655 13.2991 16.1348 12.9438 16.8752 12.7736V12.375C16.8752 11.8227 17.3229 11.375 17.8752 11.375ZM17.8752 14.6607C17.0503 14.6607 16.3366 15.0648 15.9234 15.6613C15.6808 16.0116 15.5419 16.4276 15.5419 16.875C15.5419 17.3225 15.6808 17.7385 15.9235 18.0888C16.3367 18.6852 17.0504 19.0893 17.8752 19.0893C18.7 19.0893 19.4137 18.6852 19.8269 18.0888C20.0696 17.7385 20.2085 17.3225 20.2085 16.875C20.2085 16.4276 20.0696 16.0116 19.827 15.6613C19.4138 15.0648 18.7001 14.6607 17.8752 14.6607Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-setting-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95486 1.6618C10.9079 1.61273 12.8419 1.61273 14.7949 1.66181L14.8531 1.66327C16.3779 1.70156 17.6049 1.73237 18.5882 1.90362C19.6177 2.08291 20.4544 2.42679 21.1613 3.13634C21.8652 3.84292 22.2072 4.66761 22.3831 5.68042C22.5506 6.64479 22.5761 7.84183 22.6077 9.32467L22.6089 9.3834C22.6213 9.96162 22.6264 10.5379 22.6245 11.1144C22.6233 11.4501 22.6227 11.6179 22.5369 11.705C22.451 11.7922 22.2429 11.796 21.8267 11.8037C21.6164 11.8076 21.4053 11.838 21.1987 11.8962L21.1987 11.8962C21.0395 11.941 20.9599 11.9633 20.9024 11.9572C20.8449 11.951 20.7795 11.9164 20.6487 11.8471C20.6075 11.8252 20.5659 11.8038 20.5241 11.7829C20.4023 11.7221 20.3414 11.6916 20.3047 11.6525C20.268 11.6134 20.2385 11.5433 20.1793 11.4033C19.8001 10.5053 18.9113 9.875 17.8752 9.875C16.8391 9.875 15.9502 10.5053 15.5711 11.4033L15.571 11.4033C15.5119 11.5434 15.4823 11.6134 15.4456 11.6525C15.4089 11.6916 15.348 11.7221 15.2262 11.7829C15.1844 11.8038 15.1429 11.8252 15.1016 11.8471C14.9709 11.9164 14.9055 11.951 14.848 11.9572C14.7905 11.9633 14.7109 11.9409 14.5516 11.8961C13.5216 11.6063 12.381 12.0047 11.7723 12.9516C11.1827 13.8687 11.2683 15.026 11.9022 15.84L11.9022 15.84C12.0027 15.9691 12.053 16.0336 12.069 16.0884C12.0851 16.1432 12.0785 16.2164 12.0651 16.3627V16.3627C12.0497 16.5316 12.0418 16.7025 12.0418 16.875C12.0418 17.0477 12.0497 17.2187 12.0652 17.3877C12.0785 17.534 12.0852 17.6071 12.0691 17.6619C12.053 17.7167 12.0028 17.7813 11.9023 17.9103C11.581 18.3231 11.4006 18.8241 11.3778 19.3373C11.3594 19.7506 11.3502 19.9572 11.2621 20.0406C11.174 20.124 11.007 20.1222 10.6731 20.1188C10.1014 20.1128 9.52894 20.1026 8.95487 20.0882L8.89665 20.0867C7.37185 20.0485 6.14489 20.0176 5.16158 19.8464C4.13208 19.6671 3.29536 19.3232 2.5885 18.6137C1.8846 17.9071 1.54252 17.0824 1.36664 16.0696C1.19917 15.1052 1.17366 13.9082 1.14207 12.4254L1.14081 12.3666C1.11957 11.3703 1.11957 10.3797 1.14081 9.38339L1.14206 9.32465C1.17366 7.8418 1.19917 6.64478 1.36664 5.6804C1.54252 4.6676 1.88459 3.8429 2.5885 3.13632C3.29536 2.42677 4.13208 2.08289 5.16158 1.9036C6.1449 1.73235 7.37187 1.70155 8.8967 1.66326L8.95486 1.6618ZM7.25676 6.33889C6.90021 6.12808 6.44026 6.24623 6.22945 6.60279C6.01865 6.95934 6.1368 7.41929 6.49335 7.6301L9.43537 9.36952C10.3062 9.8844 11.0577 10.2345 11.8751 10.2345C12.6924 10.2345 13.4439 9.8844 14.3147 9.36952L17.2568 7.6301C17.6133 7.41929 17.7315 6.95934 17.5207 6.60279C17.3098 6.24623 16.8499 6.12808 16.4934 6.33889L13.5513 8.07832C12.707 8.57754 12.2581 8.73449 11.8751 8.73449C11.4921 8.73449 11.0431 8.57754 10.1988 8.07832L7.25676 6.33889Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8749 11.375C18.4272 11.375 18.8749 11.8227 18.8749 12.375V12.7736C19.6153 12.9438 20.2847 13.2991 20.8262 13.789L21.3342 13.4624C21.7987 13.1637 22.4174 13.2982 22.7161 13.7628C23.0148 14.2274 22.8803 14.8461 22.4157 15.1447L21.9515 15.4432C22.1174 15.89 22.2083 16.3723 22.2083 16.875C22.2083 17.3778 22.1174 17.8602 21.9514 18.307L22.4153 18.6053C22.8799 18.9039 23.0143 19.5226 22.7157 19.9872C22.417 20.4518 21.7983 20.5863 21.3337 20.2876L20.826 19.9612C20.2845 20.451 19.6152 20.8062 18.8749 20.9764V21.375C18.8749 21.9273 18.4272 22.375 17.8749 22.375C17.3227 22.375 16.8749 21.9273 16.8749 21.375V20.9764C16.1346 20.8062 15.4654 20.451 14.9239 19.9612L14.4161 20.2876C13.9516 20.5863 13.3329 20.4518 13.0342 19.9872C12.7355 19.5226 12.87 18.9039 13.3346 18.6053L13.7985 18.307C13.6325 17.8602 13.5416 17.3778 13.5416 16.875C13.5416 16.3723 13.6324 15.89 13.7984 15.4432L13.3342 15.1447C12.8696 14.8461 12.7351 14.2274 13.0338 13.7628C13.3324 13.2982 13.9512 13.1637 14.4157 13.4624L14.9237 13.789C15.4652 13.2991 16.1346 12.9438 16.8749 12.7736V12.375C16.8749 11.8227 17.3227 11.375 17.8749 11.375ZM17.8749 14.6607C17.0501 14.6607 16.3363 15.0648 15.9232 15.6613C15.6805 16.0116 15.5416 16.4276 15.5416 16.875C15.5416 17.3225 15.6805 17.7385 15.9232 18.0888C16.3365 18.6852 17.0501 19.0893 17.8749 19.0893C18.6997 19.0893 19.4134 18.6852 19.8266 18.0888C20.0693 17.7385 20.2083 17.3225 20.2083 16.875C20.2083 16.4276 20.0694 16.0116 19.8267 15.6613C19.4135 15.0648 18.6998 14.6607 17.8749 14.6607Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95486 1.6618C10.9079 1.61273 12.8419 1.61273 14.7949 1.66181L14.8531 1.66327C16.3779 1.70156 17.6049 1.73237 18.5882 1.90362C19.6177 2.08291 20.4544 2.42679 21.1613 3.13634C21.8652 3.84292 22.2072 4.66761 22.3831 5.68042C22.5506 6.64479 22.5761 7.84183 22.6077 9.32467L22.6089 9.3834C22.6213 9.96162 22.6264 10.5379 22.6245 11.1144C22.6233 11.4501 22.6227 11.6179 22.5369 11.705C22.451 11.7922 22.2429 11.796 21.8267 11.8037C21.6164 11.8076 21.4053 11.838 21.1987 11.8962L21.1987 11.8962C21.0395 11.941 20.9599 11.9633 20.9024 11.9572C20.8449 11.951 20.7795 11.9164 20.6487 11.8471C20.6075 11.8252 20.5659 11.8038 20.5241 11.7829C20.4023 11.7221 20.3414 11.6916 20.3047 11.6525C20.268 11.6134 20.2385 11.5433 20.1793 11.4033C19.8001 10.5053 18.9113 9.875 17.8752 9.875C16.8391 9.875 15.9502 10.5053 15.5711 11.4033L15.571 11.4033C15.5119 11.5434 15.4823 11.6134 15.4456 11.6525C15.4089 11.6916 15.348 11.7221 15.2262 11.7829C15.1844 11.8038 15.1429 11.8252 15.1016 11.8471C14.9709 11.9164 14.9055 11.951 14.848 11.9572C14.7905 11.9633 14.7109 11.9409 14.5516 11.8961C13.5216 11.6063 12.381 12.0047 11.7723 12.9516C11.1827 13.8687 11.2683 15.026 11.9022 15.84L11.9022 15.84C12.0027 15.9691 12.053 16.0336 12.069 16.0884C12.0851 16.1432 12.0785 16.2164 12.0651 16.3627V16.3627C12.0497 16.5316 12.0418 16.7025 12.0418 16.875C12.0418 17.0477 12.0497 17.2187 12.0652 17.3877C12.0785 17.534 12.0852 17.6071 12.0691 17.6619C12.053 17.7167 12.0028 17.7813 11.9023 17.9103C11.581 18.3231 11.4006 18.8241 11.3778 19.3373C11.3594 19.7506 11.3502 19.9572 11.2621 20.0406C11.174 20.124 11.007 20.1222 10.6731 20.1188C10.1014 20.1128 9.52894 20.1026 8.95487 20.0882L8.89665 20.0867C7.37185 20.0485 6.14489 20.0176 5.16158 19.8464C4.13208 19.6671 3.29536 19.3232 2.5885 18.6137C1.8846 17.9071 1.54252 17.0824 1.36664 16.0696C1.19917 15.1052 1.17366 13.9082 1.14207 12.4254L1.14081 12.3666C1.11957 11.3703 1.11957 10.3797 1.14081 9.38339L1.14206 9.32465C1.17366 7.8418 1.19917 6.64478 1.36664 5.6804C1.54252 4.6676 1.88459 3.8429 2.5885 3.13632C3.29536 2.42677 4.13208 2.08289 5.16158 1.9036C6.1449 1.73235 7.37187 1.70155 8.8967 1.66326L8.95486 1.6618ZM7.25676 6.33889C6.90021 6.12808 6.44026 6.24623 6.22945 6.60279C6.01865 6.95934 6.1368 7.41929 6.49335 7.6301L9.43537 9.36952C10.3062 9.8844 11.0577 10.2345 11.8751 10.2345C12.6924 10.2345 13.4439 9.8844 14.3147 9.36952L17.2568 7.6301C17.6133 7.41929 17.7315 6.95934 17.5207 6.60279C17.3098 6.24623 16.8499 6.12808 16.4934 6.33889L13.5513 8.07832C12.707 8.57754 12.2581 8.73449 11.8751 8.73449C11.4921 8.73449 11.0431 8.57754 10.1988 8.07832L7.25676 6.33889Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8749 11.375C18.4272 11.375 18.8749 11.8227 18.8749 12.375V12.7736C19.6153 12.9438 20.2847 13.2991 20.8262 13.789L21.3342 13.4624C21.7987 13.1637 22.4174 13.2982 22.7161 13.7628C23.0148 14.2274 22.8803 14.8461 22.4157 15.1447L21.9515 15.4432C22.1174 15.89 22.2083 16.3723 22.2083 16.875C22.2083 17.3778 22.1174 17.8602 21.9514 18.307L22.4153 18.6053C22.8799 18.9039 23.0143 19.5226 22.7157 19.9872C22.417 20.4518 21.7983 20.5863 21.3337 20.2876L20.826 19.9612C20.2845 20.451 19.6152 20.8062 18.8749 20.9764V21.375C18.8749 21.9273 18.4272 22.375 17.8749 22.375C17.3227 22.375 16.8749 21.9273 16.8749 21.375V20.9764C16.1346 20.8062 15.4654 20.451 14.9239 19.9612L14.4161 20.2876C13.9516 20.5863 13.3329 20.4518 13.0342 19.9872C12.7355 19.5226 12.87 18.9039 13.3346 18.6053L13.7985 18.307C13.6325 17.8602 13.5416 17.3778 13.5416 16.875C13.5416 16.3723 13.6324 15.89 13.7984 15.4432L13.3342 15.1447C12.8696 14.8461 12.7351 14.2274 13.0338 13.7628C13.3324 13.2982 13.9512 13.1637 14.4157 13.4624L14.9237 13.789C15.4652 13.2991 16.1346 12.9438 16.8749 12.7736V12.375C16.8749 11.8227 17.3227 11.375 17.8749 11.375ZM17.8749 14.6607C17.0501 14.6607 16.3363 15.0648 15.9232 15.6613C15.6805 16.0116 15.5416 16.4276 15.5416 16.875C15.5416 17.3225 15.6805 17.7385 15.9232 18.0888C16.3365 18.6852 17.0501 19.0893 17.8749 19.0893C18.6997 19.0893 19.4134 18.6852 19.8266 18.0888C20.0693 17.7385 20.2083 17.3225 20.2083 16.875C20.2083 16.4276 20.0694 16.0116 19.8267 15.6613C19.4135 15.0648 18.6998 14.6607 17.8749 14.6607Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-unlock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5796 9.787L19.8154 7.38697C20.1764 7.18242 20.3569 7.08014 20.5037 7.16109C20.6506 7.24203 20.6603 7.4448 20.6796 7.8503C20.7057 8.39687 20.7198 8.03051 20.7358 8.7797C20.7433 9.13208 20.7481 9.82737 20.7502 9.97991C20.7577 10.5398 21.1962 10.9999 21.7562 10.9999C22.2995 10.9999 22.7542 10.5658 22.7494 10.0225C22.7479 9.85578 22.7428 9.15382 22.7339 8.73715L22.7323 8.66177C22.701 7.19628 22.6752 6.98537 22.5046 6.00416C22.3228 4.9586 21.9639 4.08311 21.2145 3.33174C20.7911 2.90728 20.3247 2.6077 19.8089 2.39389C19.7304 2.35104 19.6462 2.31873 19.5586 2.29811C19.2288 2.18184 18.8795 2.09616 18.5092 2.03176C17.5082 1.85765 16.2664 1.82652 14.757 1.78868L14.6821 1.78681C12.7264 1.73773 11.2733 1.73774 9.31756 1.78681L9.24271 1.78869C7.73335 1.82652 6.49146 1.85765 5.4905 2.03175C4.42813 2.21654 3.53862 2.57641 2.78521 3.33174C2.03576 4.08311 1.67691 4.9586 1.49511 6.00416C1.3245 6.98538 1.29869 8.19623 1.26744 9.66175L1.26583 9.73714C1.24452 10.7351 1.24453 11.265 1.26584 12.2629L1.26745 12.3383C1.2987 13.8038 1.32452 15.0146 1.49513 15.9959C1.67692 17.0414 2.03577 17.9169 2.78523 18.6683C3.53863 19.4236 4.42814 19.7835 5.49051 19.9683C6.49148 20.1424 7.73335 20.1735 9.24271 20.2113L9.31757 20.2132C9.99914 20.2303 10.1055 20.2414 11.0019 20.2466C11.5531 20.2498 11.9997 19.8032 11.9997 19.252C11.9997 18.7008 11.553 18.2538 11.0018 18.2506C10.1198 18.2454 10.0338 18.2345 9.36777 18.2178C7.76482 18.1776 6.67159 18.1476 5.8334 18.0018C5.04012 17.8638 4.57795 17.6374 4.20107 17.2595C3.82024 16.8777 3.59761 16.4218 3.46417 15.6543C3.32246 14.8393 3.29721 13.7803 3.2639 12.2203C3.2432 11.2508 3.24319 10.7492 3.26389 9.7797C3.27988 9.03061 3.29402 8.39704 3.32008 7.85053C3.33942 7.44501 3.34909 7.24225 3.49593 7.1613C3.64277 7.08035 3.82328 7.18263 4.18431 7.38719L8.41971 9.787C9.71932 10.5234 10.8185 11 11.9997 11C13.1809 11 14.28 10.5234 15.5796 9.787Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.9999 15.2492V14.1875C20.9999 12.8158 19.8546 11.75 18.4999 11.75C17.1451 11.75 15.9999 12.8158 15.9999 14.1875V15.2492C15.9247 15.272 15.8501 15.2993 15.7759 15.3322C15.1558 15.6074 14.6788 16.1277 14.4335 16.762C14.3276 17.036 14.2869 17.3173 14.268 17.6139C14.2498 17.8994 14.2498 18.2471 14.2499 18.6639V18.7111C14.2498 19.1278 14.2498 19.4756 14.268 19.7611C14.2869 20.0577 14.3276 20.339 14.4335 20.613C14.6788 21.2474 15.1558 21.7676 15.7759 22.0428C16.0483 22.1637 16.3271 22.2093 16.6127 22.2302C16.8843 22.25 17.2133 22.25 17.5987 22.25H19.401C19.7864 22.25 20.1155 22.25 20.3871 22.2302C20.6726 22.2093 20.9515 22.1637 21.2238 22.0428C21.844 21.7676 22.3209 21.2474 22.5662 20.613C22.6721 20.339 22.7128 20.0577 22.7317 19.7611C22.7499 19.4756 22.7499 19.1279 22.7499 18.7111V18.6639C22.7499 18.2472 22.7499 17.8994 22.7317 17.6139C22.7128 17.3173 22.6721 17.036 22.5662 16.762C22.3209 16.1277 21.844 15.6074 21.2238 15.3322C21.1496 15.2993 21.075 15.272 20.9999 15.2492ZM17.4999 14.1875C17.4999 13.6952 17.9216 13.25 18.4999 13.25C19.0781 13.25 19.4999 13.6952 19.4999 14.1875V15.125H17.4999V14.1875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5796 9.787L19.8154 7.38697C20.1764 7.18242 20.3569 7.08014 20.5037 7.16109C20.6506 7.24203 20.6603 7.4448 20.6796 7.8503C20.7057 8.39687 20.7198 8.03051 20.7358 8.7797C20.7433 9.13208 20.7481 9.82737 20.7502 9.97991C20.7577 10.5398 21.1962 10.9999 21.7562 10.9999C22.2995 10.9999 22.7542 10.5658 22.7494 10.0225C22.7479 9.85578 22.7428 9.15382 22.7339 8.73715L22.7323 8.66177C22.701 7.19628 22.6752 6.98537 22.5046 6.00416C22.3228 4.9586 21.9639 4.08311 21.2145 3.33174C20.7911 2.90728 20.3247 2.6077 19.8089 2.39389C19.7304 2.35104 19.6462 2.31873 19.5586 2.29811C19.2288 2.18184 18.8795 2.09616 18.5092 2.03176C17.5082 1.85765 16.2664 1.82652 14.757 1.78868L14.6821 1.78681C12.7264 1.73773 11.2733 1.73774 9.31756 1.78681L9.24271 1.78869C7.73335 1.82652 6.49146 1.85765 5.4905 2.03175C4.42813 2.21654 3.53862 2.57641 2.78521 3.33174C2.03576 4.08311 1.67691 4.9586 1.49511 6.00416C1.3245 6.98538 1.29869 8.19623 1.26744 9.66175L1.26583 9.73714C1.24452 10.7351 1.24453 11.265 1.26584 12.2629L1.26745 12.3383C1.2987 13.8038 1.32452 15.0146 1.49513 15.9959C1.67692 17.0414 2.03577 17.9169 2.78523 18.6683C3.53863 19.4236 4.42814 19.7835 5.49051 19.9683C6.49148 20.1424 7.73335 20.1735 9.24271 20.2113L9.31757 20.2132C9.99914 20.2303 10.1055 20.2414 11.0019 20.2466C11.5531 20.2498 11.9997 19.8032 11.9997 19.252C11.9997 18.7008 11.553 18.2538 11.0018 18.2506C10.1198 18.2454 10.0338 18.2345 9.36777 18.2178C7.76482 18.1776 6.67159 18.1476 5.8334 18.0018C5.04012 17.8638 4.57795 17.6374 4.20107 17.2595C3.82024 16.8777 3.59761 16.4218 3.46417 15.6543C3.32246 14.8393 3.29721 13.7803 3.2639 12.2203C3.2432 11.2508 3.24319 10.7492 3.26389 9.7797C3.27988 9.03061 3.29402 8.39704 3.32008 7.85053C3.33942 7.44501 3.34909 7.24225 3.49593 7.1613C3.64277 7.08035 3.82328 7.18263 4.18431 7.38719L8.41971 9.787C9.71932 10.5234 10.8185 11 11.9997 11C13.1809 11 14.28 10.5234 15.5796 9.787Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.9999 15.2492V14.1875C20.9999 12.8158 19.8546 11.75 18.4999 11.75C17.1451 11.75 15.9999 12.8158 15.9999 14.1875V15.2492C15.9247 15.272 15.8501 15.2993 15.7759 15.3322C15.1558 15.6074 14.6788 16.1277 14.4335 16.762C14.3276 17.036 14.2869 17.3173 14.268 17.6139C14.2498 17.8994 14.2498 18.2471 14.2499 18.6639V18.7111C14.2498 19.1278 14.2498 19.4756 14.268 19.7611C14.2869 20.0577 14.3276 20.339 14.4335 20.613C14.6788 21.2474 15.1558 21.7676 15.7759 22.0428C16.0483 22.1637 16.3271 22.2093 16.6127 22.2302C16.8843 22.25 17.2133 22.25 17.5987 22.25H19.401C19.7864 22.25 20.1155 22.25 20.3871 22.2302C20.6726 22.2093 20.9515 22.1637 21.2238 22.0428C21.844 21.7676 22.3209 21.2474 22.5662 20.613C22.6721 20.339 22.7128 20.0577 22.7317 19.7611C22.7499 19.4756 22.7499 19.1279 22.7499 18.7111V18.6639C22.7499 18.2472 22.7499 17.8994 22.7317 17.6139C22.7128 17.3173 22.6721 17.036 22.5662 16.762C22.3209 16.1277 21.844 15.6074 21.2238 15.3322C21.1496 15.2993 21.075 15.272 20.9999 15.2492ZM17.4999 14.1875C17.4999 13.6952 17.9216 13.25 18.4999 13.25C19.0781 13.25 19.4999 13.6952 19.4999 14.1875V15.125H17.4999V14.1875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-unlock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.07999 1.7868C11.033 1.73773 12.967 1.73773 14.92 1.78681L14.9782 1.78827C16.503 1.82656 17.73 1.85737 18.7133 2.02862C19.7428 2.20791 20.5795 2.55179 21.2864 3.26134C21.9903 3.96792 22.3324 4.79261 22.5082 5.80542C22.6757 6.76979 22.7012 7.96683 22.7328 9.44967L22.7341 9.5084C22.7553 10.5047 22.7553 11.4953 22.7341 12.4916L22.7251 12.8002C22.7218 12.9109 22.6312 12.9989 22.5205 12.9989C22.4373 12.9989 22.3627 12.9483 22.3289 12.8722C21.6559 11.3613 20.0997 10.25 18.5 10.25C16.3735 10.25 14.5 11.9318 14.5 14.1875C14.5 14.2822 14.4534 14.3704 14.3779 14.4277C13.769 14.89 13.3071 15.5163 13.0346 16.2211C12.8502 16.6981 12.7946 17.1511 12.7712 17.5186C12.75 17.8523 12.75 18.2409 12.75 18.6292V18.7459C12.75 18.962 12.7615 19.2991 12.7754 19.6131C12.7887 19.9137 12.7954 20.064 12.707 20.1566C12.6185 20.2492 12.4702 20.2494 12.1736 20.2499C11.144 20.2514 10.1147 20.2392 9.07999 20.2132L9.02177 20.2117C7.49697 20.1735 6.27001 20.1426 5.2867 19.9714C4.2572 19.7921 3.42048 19.4482 2.71362 18.7387C2.00972 18.0321 1.66764 17.2074 1.49176 16.1946C1.32429 15.2302 1.29879 14.0332 1.26719 12.5504L1.26594 12.4916C1.24469 11.4953 1.24469 10.5047 1.26593 9.50839L1.26719 9.44965C1.29878 7.9668 1.32429 6.76978 1.49176 5.8054C1.66764 4.7926 2.00971 3.9679 2.71362 3.26132C3.42048 2.55177 4.2572 2.20789 5.2867 2.0286C6.27002 1.85735 7.497 1.82655 9.02182 1.78826L9.07999 1.7868ZM7.38182 6.85439C7.02527 6.64358 6.56533 6.76174 6.35452 7.11829C6.14371 7.47485 6.26186 7.93479 6.61841 8.1456L9.56043 9.88503C10.4313 10.3999 11.1827 10.75 12.0001 10.75C12.8175 10.75 13.569 10.3999 14.4398 9.88503L17.3818 8.1456C17.7384 7.93479 17.8565 7.47485 17.6457 7.11829C17.4349 6.76174 16.975 6.64358 16.6184 6.85439L13.6764 8.59382C12.832 9.09304 12.3831 9.25 12.0001 9.25C11.6171 9.25 11.1682 9.09304 10.3238 8.59382L7.38182 6.85439Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7813 14.4523C15.7813 12.954 17.0044 11.75 18.5 11.75C19.1725 11.75 19.7904 11.9937 20.2656 12.3973C20.5813 12.6655 20.6198 13.1388 20.3517 13.4545C20.0835 13.7702 19.6102 13.8087 19.2945 13.5406C19.0813 13.3595 18.8049 13.25 18.5 13.25C17.821 13.25 17.2813 13.7942 17.2813 14.4523V15.1116C17.4472 15.11 17.6244 15.11 17.8129 15.11H19.1871C19.6715 15.11 20.0813 15.1099 20.4167 15.1382C20.7683 15.1679 21.1063 15.2326 21.4262 15.4022C21.8618 15.6331 22.2197 15.9875 22.4536 16.4214C22.6257 16.7408 22.6914 17.0783 22.7214 17.4285C22.75 17.7619 22.75 18.1689 22.75 18.6488V18.7112C22.75 19.191 22.75 19.5981 22.7214 19.9315C22.6914 20.2816 22.6257 20.6191 22.4536 20.9385C22.2197 21.3724 21.8618 21.7268 21.4262 21.9578C21.1063 22.1273 20.7683 22.1921 20.4167 22.2217C20.0813 22.25 19.6715 22.25 19.1871 22.25H19.1871H17.8129H17.8129C17.3285 22.25 16.9187 22.25 16.5833 22.2217C16.2317 22.1921 15.8937 22.1273 15.5738 21.9578C15.1382 21.7268 14.7803 21.3724 14.5464 20.9385C14.3743 20.6191 14.3086 20.2816 14.2786 19.9315C14.25 19.5981 14.25 19.191 14.25 18.7112V18.7112V18.6488V18.6488C14.25 18.1689 14.25 17.7619 14.2786 17.4285C14.3086 17.0783 14.3743 16.7408 14.5464 16.4214C14.7803 15.9875 15.1382 15.6331 15.5738 15.4022C15.6421 15.366 15.7113 15.3346 15.7813 15.3072V14.4523Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.07999 1.7868C11.033 1.73773 12.967 1.73773 14.92 1.78681L14.9782 1.78827C16.503 1.82656 17.73 1.85737 18.7133 2.02862C19.7428 2.20791 20.5795 2.55179 21.2864 3.26134C21.9903 3.96792 22.3324 4.79261 22.5082 5.80542C22.6757 6.76979 22.7012 7.96683 22.7328 9.44967L22.7341 9.5084C22.7553 10.5047 22.7553 11.4953 22.7341 12.4916L22.7251 12.8002C22.7218 12.9109 22.6312 12.9989 22.5205 12.9989C22.4373 12.9989 22.3627 12.9483 22.3289 12.8722C21.6559 11.3613 20.0997 10.25 18.5 10.25C16.3735 10.25 14.5 11.9318 14.5 14.1875C14.5 14.2822 14.4534 14.3704 14.3779 14.4277C13.769 14.89 13.3071 15.5163 13.0346 16.2211C12.8502 16.6981 12.7946 17.1511 12.7712 17.5186C12.75 17.8523 12.75 18.2409 12.75 18.6292V18.7459C12.75 18.962 12.7615 19.2991 12.7754 19.6131C12.7887 19.9137 12.7954 20.064 12.707 20.1566C12.6185 20.2492 12.4702 20.2494 12.1736 20.2499C11.144 20.2514 10.1147 20.2392 9.07999 20.2132L9.02177 20.2117C7.49697 20.1735 6.27001 20.1426 5.2867 19.9714C4.2572 19.7921 3.42048 19.4482 2.71362 18.7387C2.00972 18.0321 1.66764 17.2074 1.49176 16.1946C1.32429 15.2302 1.29879 14.0332 1.26719 12.5504L1.26594 12.4916C1.24469 11.4953 1.24469 10.5047 1.26593 9.50839L1.26719 9.44965C1.29878 7.9668 1.32429 6.76978 1.49176 5.8054C1.66764 4.7926 2.00971 3.9679 2.71362 3.26132C3.42048 2.55177 4.2572 2.20789 5.2867 2.0286C6.27002 1.85735 7.497 1.82655 9.02182 1.78826L9.07999 1.7868ZM7.38182 6.85439C7.02527 6.64358 6.56533 6.76174 6.35452 7.11829C6.14371 7.47485 6.26186 7.93479 6.61841 8.1456L9.56043 9.88503C10.4313 10.3999 11.1827 10.75 12.0001 10.75C12.8175 10.75 13.569 10.3999 14.4398 9.88503L17.3818 8.1456C17.7384 7.93479 17.8565 7.47485 17.6457 7.11829C17.4349 6.76174 16.975 6.64358 16.6184 6.85439L13.6764 8.59382C12.832 9.09304 12.3831 9.25 12.0001 9.25C11.6171 9.25 11.1682 9.09304 10.3238 8.59382L7.38182 6.85439Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7813 14.4523C15.7813 12.954 17.0044 11.75 18.5 11.75C19.1725 11.75 19.7904 11.9937 20.2656 12.3973C20.5813 12.6655 20.6198 13.1388 20.3517 13.4545C20.0835 13.7702 19.6102 13.8087 19.2945 13.5406C19.0813 13.3595 18.8049 13.25 18.5 13.25C17.821 13.25 17.2813 13.7942 17.2813 14.4523V15.1116C17.4472 15.11 17.6244 15.11 17.8129 15.11H19.1871C19.6715 15.11 20.0813 15.1099 20.4167 15.1382C20.7683 15.1679 21.1063 15.2326 21.4262 15.4022C21.8618 15.6331 22.2197 15.9875 22.4536 16.4214C22.6257 16.7408 22.6914 17.0783 22.7214 17.4285C22.75 17.7619 22.75 18.1689 22.75 18.6488V18.7112C22.75 19.191 22.75 19.5981 22.7214 19.9315C22.6914 20.2816 22.6257 20.6191 22.4536 20.9385C22.2197 21.3724 21.8618 21.7268 21.4262 21.9578C21.1063 22.1273 20.7683 22.1921 20.4167 22.2217C20.0813 22.25 19.6715 22.25 19.1871 22.25H19.1871H17.8129H17.8129C17.3285 22.25 16.9187 22.25 16.5833 22.2217C16.2317 22.1921 15.8937 22.1273 15.5738 21.9578C15.1382 21.7268 14.7803 21.3724 14.5464 20.9385C14.3743 20.6191 14.3086 20.2816 14.2786 19.9315C14.25 19.5981 14.25 19.191 14.25 18.7112V18.7112V18.6488V18.6488C14.25 18.1689 14.25 17.7619 14.2786 17.4285C14.3086 17.0783 14.3743 16.7408 14.5464 16.4214C14.7803 15.9875 15.1382 15.6331 15.5738 15.4022C15.6421 15.366 15.7113 15.3346 15.7813 15.3072V14.4523Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-upload-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.07998 1.6618C11.033 1.61273 12.967 1.61273 14.92 1.66181L14.9782 1.66327C16.503 1.70156 17.73 1.73237 18.7133 1.90362C19.7428 2.08291 20.5795 2.42679 21.2864 3.13634C21.9903 3.84292 22.3324 4.66761 22.5082 5.68042C22.6757 6.64479 22.7012 7.84183 22.7328 9.32467L22.7341 9.3834C22.7553 10.3797 22.7553 11.3703 22.7341 12.3666C22.7341 12.973 22.7341 13.2762 22.5999 13.3652C22.5621 13.3902 22.5249 13.4046 22.4801 13.4116C22.321 13.4363 22.1026 13.197 21.6658 12.7184C21.5172 12.5556 21.3745 12.4089 21.2302 12.2607L21.199 12.2286C20.9771 12.0005 20.682 11.7216 20.3361 11.4836C20.0532 11.289 19.3916 10.875 18.4998 10.875C17.608 10.875 16.9464 11.289 16.6635 11.4836C16.3176 11.7216 16.0225 12.0005 15.8006 12.2286C15.3555 12.6861 14.9259 13.2332 14.6382 13.6002C14.5383 13.7273 14.3149 14.0114 14.1735 14.2461L14.1714 14.2495L14.1658 14.2588C14.0659 14.4226 13.3799 15.5474 14.0139 16.8542C14.4002 17.6506 15.036 18.0196 15.5168 18.1915C15.7697 18.2819 15.8962 18.3272 15.9509 18.4049C16.0057 18.4826 16.0057 18.5972 16.0057 18.8265L16.0057 19.4773C16.0057 19.7522 16.0057 19.8896 15.9206 19.977C15.8355 20.0644 15.6984 20.068 15.4241 20.0752C15.1697 20.0819 14.9416 20.0877 14.9215 20.0882L14.92 20.0882C12.967 20.1373 11.033 20.1373 9.07999 20.0882L9.02177 20.0867C7.49697 20.0485 6.27001 20.0176 5.2867 19.8464C4.2572 19.6671 3.42048 19.3232 2.71362 18.6137C2.00972 17.9071 1.66764 17.0824 1.49176 16.0696C1.32429 15.1052 1.29878 13.9082 1.26719 12.4254L1.26594 12.3666C1.24469 11.3703 1.24469 10.3797 1.26593 9.38339L1.26719 9.32465C1.29878 7.8418 1.32429 6.64478 1.49176 5.6804C1.66764 4.6676 2.00971 3.8429 2.71362 3.13632C3.42048 2.42677 4.2572 2.08289 5.2867 1.9036C6.27002 1.73235 7.49699 1.70155 9.02182 1.66326L9.07998 1.6618ZM7.38182 6.72939C7.02527 6.51858 6.56533 6.63674 6.35452 6.99329C6.14371 7.34985 6.26186 7.80979 6.61841 8.0206L9.56043 9.76003C10.4313 10.2749 11.1827 10.625 12.0001 10.625C12.8175 10.625 13.569 10.2749 14.4398 9.76003L17.3818 8.0206C17.7384 7.80979 17.8565 7.34985 17.6457 6.99329C17.4349 6.63674 16.975 6.51858 16.6184 6.72939L13.6764 8.46882C12.832 8.96804 12.3831 9.125 12.0001 9.125C11.6171 9.125 11.1682 8.96804 10.3238 8.46882L7.38182 6.72939Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5059 21.375C19.5059 21.9273 19.0581 22.375 18.5059 22.375C17.9536 22.375 17.5059 21.9273 17.5059 21.375L17.5059 16.875L16.9116 16.875C16.736 16.8751 16.5203 16.8753 16.3439 16.8532L16.3405 16.8528C16.2141 16.837 15.638 16.7652 15.3637 16.1996C15.0887 15.6327 15.3907 15.1326 15.456 15.0244L15.4584 15.0204C15.5506 14.8674 15.6848 14.6965 15.7951 14.5559L15.8188 14.5257C16.1135 14.1498 16.4954 13.6656 16.8759 13.2746C17.0657 13.0795 17.283 12.8783 17.5139 12.7194C17.7191 12.5782 18.0693 12.375 18.5 12.375C18.9307 12.375 19.2809 12.5782 19.4861 12.7194C19.717 12.8783 19.9343 13.0795 20.1241 13.2746C20.5046 13.6656 20.8865 14.1498 21.1812 14.5257L21.2049 14.5559C21.3152 14.6965 21.4494 14.8673 21.5416 15.0204L21.544 15.0244C21.6093 15.1326 21.9113 15.6328 21.6363 16.1996C21.362 16.7652 20.7859 16.837 20.6595 16.8528L20.6561 16.8532C20.4797 16.8753 20.264 16.8751 20.0884 16.875L19.5059 16.875L19.5059 21.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.07998 1.6618C11.033 1.61273 12.967 1.61273 14.92 1.66181L14.9782 1.66327C16.503 1.70156 17.73 1.73237 18.7133 1.90362C19.7428 2.08291 20.5795 2.42679 21.2864 3.13634C21.9903 3.84292 22.3324 4.66761 22.5082 5.68042C22.6757 6.64479 22.7012 7.84183 22.7328 9.32467L22.7341 9.3834C22.7553 10.3797 22.7553 11.3703 22.7341 12.3666C22.7341 12.973 22.7341 13.2762 22.5999 13.3652C22.5621 13.3902 22.5249 13.4046 22.4801 13.4116C22.321 13.4363 22.1026 13.197 21.6658 12.7184C21.5172 12.5556 21.3745 12.4089 21.2302 12.2607L21.199 12.2286C20.9771 12.0005 20.682 11.7216 20.3361 11.4836C20.0532 11.289 19.3916 10.875 18.4998 10.875C17.608 10.875 16.9464 11.289 16.6635 11.4836C16.3176 11.7216 16.0225 12.0005 15.8006 12.2286C15.3555 12.6861 14.9259 13.2332 14.6382 13.6002C14.5383 13.7273 14.3149 14.0114 14.1735 14.2461L14.1714 14.2495L14.1658 14.2588C14.0659 14.4226 13.3799 15.5474 14.0139 16.8542C14.4002 17.6506 15.036 18.0196 15.5168 18.1915C15.7697 18.2819 15.8962 18.3272 15.9509 18.4049C16.0057 18.4826 16.0057 18.5972 16.0057 18.8265L16.0057 19.4773C16.0057 19.7522 16.0057 19.8896 15.9206 19.977C15.8355 20.0644 15.6984 20.068 15.4241 20.0752C15.1697 20.0819 14.9416 20.0877 14.9215 20.0882L14.92 20.0882C12.967 20.1373 11.033 20.1373 9.07999 20.0882L9.02177 20.0867C7.49697 20.0485 6.27001 20.0176 5.2867 19.8464C4.2572 19.6671 3.42048 19.3232 2.71362 18.6137C2.00972 17.9071 1.66764 17.0824 1.49176 16.0696C1.32429 15.1052 1.29878 13.9082 1.26719 12.4254L1.26594 12.3666C1.24469 11.3703 1.24469 10.3797 1.26593 9.38339L1.26719 9.32465C1.29878 7.8418 1.32429 6.64478 1.49176 5.6804C1.66764 4.6676 2.00971 3.8429 2.71362 3.13632C3.42048 2.42677 4.2572 2.08289 5.2867 1.9036C6.27002 1.73235 7.49699 1.70155 9.02182 1.66326L9.07998 1.6618ZM7.38182 6.72939C7.02527 6.51858 6.56533 6.63674 6.35452 6.99329C6.14371 7.34985 6.26186 7.80979 6.61841 8.0206L9.56043 9.76003C10.4313 10.2749 11.1827 10.625 12.0001 10.625C12.8175 10.625 13.569 10.2749 14.4398 9.76003L17.3818 8.0206C17.7384 7.80979 17.8565 7.34985 17.6457 6.99329C17.4349 6.63674 16.975 6.51858 16.6184 6.72939L13.6764 8.46882C12.832 8.96804 12.3831 9.125 12.0001 9.125C11.6171 9.125 11.1682 8.96804 10.3238 8.46882L7.38182 6.72939Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5059 21.375C19.5059 21.9273 19.0581 22.375 18.5059 22.375C17.9536 22.375 17.5059 21.9273 17.5059 21.375L17.5059 16.875L16.9116 16.875C16.736 16.8751 16.5203 16.8753 16.3439 16.8532L16.3405 16.8528C16.2141 16.837 15.638 16.7652 15.3637 16.1996C15.0887 15.6327 15.3907 15.1326 15.456 15.0244L15.4584 15.0204C15.5506 14.8674 15.6848 14.6965 15.7951 14.5559L15.8188 14.5257C16.1135 14.1498 16.4954 13.6656 16.8759 13.2746C17.0657 13.0795 17.283 12.8783 17.5139 12.7194C17.7191 12.5782 18.0693 12.375 18.5 12.375C18.9307 12.375 19.2809 12.5782 19.4861 12.7194C19.717 12.8783 19.9343 13.0795 20.1241 13.2746C20.5046 13.6656 20.8865 14.1498 21.1812 14.5257L21.2049 14.5559C21.3152 14.6965 21.4494 14.8673 21.5416 15.0204L21.544 15.0244C21.6093 15.1326 21.9113 15.6328 21.6363 16.1996C21.362 16.7652 20.7859 16.837 20.6595 16.8528L20.6561 16.8532C20.4797 16.8753 20.264 16.8751 20.0884 16.875L19.5059 16.875L19.5059 21.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-voice-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.3177 1.16182C11.2735 1.11273 12.7265 1.11272 14.6823 1.16182L14.7571 1.16369C16.2665 1.20154 17.5084 1.23268 18.5093 1.40684C18.8796 1.47126 19.2289 1.55696 19.5587 1.67327C19.6464 1.6939 19.7305 1.72621 19.809 1.76908C20.3249 1.98295 20.7913 2.28262 21.2146 2.70721C21.9641 3.4588 22.3229 4.33455 22.5047 5.38042C22.6753 6.36192 22.7012 7.57319 22.7324 9.03911L22.734 9.11451C22.7471 9.72786 22.7522 10.1645 22.7492 10.6415C22.7457 11.1935 22.2868 11.6314 21.7351 11.6197C21.1833 11.6079 20.7478 11.1509 20.7509 10.5989C20.7533 10.152 20.7484 9.73874 20.736 9.15708C20.72 8.40766 20.7058 7.77383 20.6798 7.2271C20.6604 6.82148 20.6507 6.61866 20.5039 6.53769C20.3571 6.45672 20.1765 6.55902 19.8155 6.76364L15.5798 9.16437C14.2801 9.90096 13.181 10.3777 11.9998 10.3777C10.8186 10.3777 9.71946 9.90096 8.41985 9.16437L4.18445 6.76385C3.82343 6.55924 3.64292 6.45693 3.49608 6.5379C3.34924 6.61887 3.33957 6.82169 3.32023 7.22733C3.29416 7.774 3.28003 8.40777 3.26403 9.15707C3.24333 10.1269 3.24334 10.6286 3.26405 11.5984C3.29736 13.1589 3.32261 14.2182 3.46432 15.0334C3.59776 15.8011 3.82038 16.2572 4.20122 16.6391C4.5781 17.0171 5.04027 17.2436 5.83355 17.3816C6.67174 17.5275 7.76497 17.5574 9.36791 17.5977C9.94927 17.6123 10.4846 17.6224 11.0018 17.6282C11.553 17.6344 11.9998 18.0808 11.9998 18.6322C11.9998 19.1835 11.553 19.631 11.0018 19.6249C10.4684 19.6191 9.91661 19.6087 9.31772 19.5937L9.24286 19.5918C7.7335 19.5539 6.49162 19.5228 5.49066 19.3486C4.42829 19.1638 3.53878 18.8038 2.78537 18.0483C2.03592 17.2967 1.67707 16.4209 1.49527 15.3751C1.32466 14.3935 1.29884 13.1823 1.2676 11.7164L1.26599 11.641C1.24468 10.6428 1.24467 10.1127 1.26597 9.1145L1.26758 9.03909C1.29883 7.57314 1.32465 6.36193 1.49526 5.38041C1.67705 4.33455 2.0359 3.4588 2.78536 2.7072C3.53876 1.95165 4.42828 1.59168 5.49064 1.40684C6.49161 1.23268 7.73349 1.20154 9.24285 1.1637L9.3177 1.16182Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.001 11.125C16.5561 11.125 15.4199 12.3232 15.4199 13.7574V15.1397C15.4199 16.5738 16.5561 17.7721 18.001 17.7721C19.4458 17.7721 20.582 16.5738 20.582 15.1397V13.7574C20.582 12.3232 19.4458 11.125 18.001 11.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3555 17.3569C15.0694 16.8845 14.4545 16.7334 13.9821 17.0195C13.5097 17.3056 13.3587 17.9205 13.6448 18.3929C14.375 19.5987 15.5786 20.4873 17.0001 20.7751V21.8749C17.0001 22.4272 17.4479 22.8749 18.0001 22.8749C18.5524 22.8749 19.0001 22.4272 19.0001 21.8749V20.7751C20.4217 20.4873 21.6253 19.5987 22.3555 18.3929C22.6416 17.9205 22.4906 17.3056 22.0182 17.0195C21.5458 16.7334 20.9309 16.8845 20.6448 17.3569C20.0866 18.2786 19.1046 18.8749 18.0001 18.8749C16.8957 18.8749 15.9137 18.2786 15.3555 17.3569Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.3177 1.16182C11.2735 1.11273 12.7265 1.11272 14.6823 1.16182L14.7571 1.16369C16.2665 1.20154 17.5084 1.23268 18.5093 1.40684C18.8796 1.47126 19.2289 1.55696 19.5587 1.67327C19.6464 1.6939 19.7305 1.72621 19.809 1.76908C20.3249 1.98295 20.7913 2.28262 21.2146 2.70721C21.9641 3.4588 22.3229 4.33455 22.5047 5.38042C22.6753 6.36192 22.7012 7.57319 22.7324 9.03911L22.734 9.11451C22.7471 9.72786 22.7522 10.1645 22.7492 10.6415C22.7457 11.1935 22.2868 11.6314 21.7351 11.6197C21.1833 11.6079 20.7478 11.1509 20.7509 10.5989C20.7533 10.152 20.7484 9.73874 20.736 9.15708C20.72 8.40766 20.7058 7.77383 20.6798 7.2271C20.6604 6.82148 20.6507 6.61866 20.5039 6.53769C20.3571 6.45672 20.1765 6.55902 19.8155 6.76364L15.5798 9.16437C14.2801 9.90096 13.181 10.3777 11.9998 10.3777C10.8186 10.3777 9.71946 9.90096 8.41985 9.16437L4.18445 6.76385C3.82343 6.55924 3.64292 6.45693 3.49608 6.5379C3.34924 6.61887 3.33957 6.82169 3.32023 7.22733C3.29416 7.774 3.28003 8.40777 3.26403 9.15707C3.24333 10.1269 3.24334 10.6286 3.26405 11.5984C3.29736 13.1589 3.32261 14.2182 3.46432 15.0334C3.59776 15.8011 3.82038 16.2572 4.20122 16.6391C4.5781 17.0171 5.04027 17.2436 5.83355 17.3816C6.67174 17.5275 7.76497 17.5574 9.36791 17.5977C9.94927 17.6123 10.4846 17.6224 11.0018 17.6282C11.553 17.6344 11.9998 18.0808 11.9998 18.6322C11.9998 19.1835 11.553 19.631 11.0018 19.6249C10.4684 19.6191 9.91661 19.6087 9.31772 19.5937L9.24286 19.5918C7.7335 19.5539 6.49162 19.5228 5.49066 19.3486C4.42829 19.1638 3.53878 18.8038 2.78537 18.0483C2.03592 17.2967 1.67707 16.4209 1.49527 15.3751C1.32466 14.3935 1.29884 13.1823 1.2676 11.7164L1.26599 11.641C1.24468 10.6428 1.24467 10.1127 1.26597 9.1145L1.26758 9.03909C1.29883 7.57314 1.32465 6.36193 1.49526 5.38041C1.67705 4.33455 2.0359 3.4588 2.78536 2.7072C3.53876 1.95165 4.42828 1.59168 5.49064 1.40684C6.49161 1.23268 7.73349 1.20154 9.24285 1.1637L9.3177 1.16182Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.001 11.125C16.5561 11.125 15.4199 12.3232 15.4199 13.7574V15.1397C15.4199 16.5738 16.5561 17.7721 18.001 17.7721C19.4458 17.7721 20.582 16.5738 20.582 15.1397V13.7574C20.582 12.3232 19.4458 11.125 18.001 11.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3555 17.3569C15.0694 16.8845 14.4545 16.7334 13.9821 17.0195C13.5097 17.3056 13.3587 17.9205 13.6448 18.3929C14.375 19.5987 15.5786 20.4873 17.0001 20.7751V21.8749C17.0001 22.4272 17.4479 22.8749 18.0001 22.8749C18.5524 22.8749 19.0001 22.4272 19.0001 21.8749V20.7751C20.4217 20.4873 21.6253 19.5987 22.3555 18.3929C22.6416 17.9205 22.4906 17.3056 22.0182 17.0195C21.5458 16.7334 20.9309 16.8845 20.6448 17.3569C20.0866 18.2786 19.1046 18.8749 18.0001 18.8749C16.8957 18.8749 15.9137 18.2786 15.3555 17.3569Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mail-voice-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.001 11.125C16.5561 11.125 15.4199 12.3232 15.4199 13.7574V15.1397C15.4199 16.5738 16.5561 17.7721 18.001 17.7721C19.4458 17.7721 20.582 16.5738 20.582 15.1397V13.7574C20.582 12.3232 19.4458 11.125 18.001 11.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3555 17.3569C15.0694 16.8845 14.4545 16.7334 13.9821 17.0195C13.5097 17.3056 13.3587 17.9205 13.6448 18.3929C14.375 19.5987 15.5786 20.4873 17.0001 20.7751V21.8749C17.0001 22.4272 17.4479 22.8749 18.0001 22.8749C18.5524 22.8749 19.0001 22.4272 19.0001 21.8749V20.7751C20.4217 20.4873 21.6253 19.5987 22.3555 18.3929C22.6416 17.9205 22.4906 17.3056 22.0182 17.0195C21.5458 16.7334 20.9309 16.8845 20.6448 17.3569C20.0866 18.2786 19.1046 18.8749 18.0001 18.8749C16.8957 18.8749 15.9137 18.2786 15.3555 17.3569Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.07999 1.1618C11.033 1.11273 12.967 1.11273 14.92 1.16181L14.9782 1.16327C16.503 1.20156 17.73 1.23237 18.7133 1.40362C19.7428 1.58291 20.5795 1.92679 21.2864 2.63634C21.9903 3.34292 22.3324 4.16761 22.5082 5.18042C22.6757 6.14479 22.7012 7.34183 22.7328 8.82467L22.7341 8.8834C22.7553 9.87974 22.7553 10.8703 22.7341 11.8666L22.7328 11.9253C22.7042 13.2688 22.6783 14.3908 22.5491 15.3071C22.5284 15.454 22.3787 15.5432 22.238 15.4962C22.1386 15.4629 22.0719 15.3696 22.0725 15.2648L22.0822 13.7575C22.0822 11.5377 20.3166 9.62512 18.0012 9.62512C15.6857 9.62512 13.9201 11.5377 13.9201 13.7575L13.9279 14.9611C13.9292 15.1761 13.9299 15.2835 13.8818 15.3585C13.8336 15.4335 13.7151 15.4868 13.478 15.5933C13.3854 15.635 13.2944 15.6827 13.2053 15.7366C12.2254 16.33 11.7558 17.29 12.2397 18.6984C12.3946 19.1494 12.4721 19.3748 12.382 19.5006C12.2919 19.6265 12.0762 19.6258 11.6449 19.6245C10.7915 19.6218 9.93756 19.6098 9.07999 19.5882L9.02177 19.5867C7.49697 19.5485 6.27001 19.5176 5.2867 19.3464C4.2572 19.1671 3.42048 18.8232 2.71362 18.1137C2.00972 17.4071 1.66764 16.5824 1.49176 15.5696C1.32429 14.6052 1.29879 13.4082 1.26719 11.9254L1.26594 11.8666C1.24469 10.8703 1.24469 9.87973 1.26593 8.88339L1.26719 8.82465C1.29878 7.3418 1.32429 6.14478 1.49176 5.1804C1.66764 4.1676 2.00971 3.3429 2.71362 2.63632C3.42048 1.92677 4.2572 1.58289 5.2867 1.4036C6.27002 1.23235 7.497 1.20155 9.02182 1.16326L9.07999 1.1618ZM7.38182 6.22939C7.02527 6.01858 6.56533 6.13674 6.35452 6.49329C6.14371 6.84985 6.26186 7.30979 6.61841 7.5206L9.56043 9.26003C10.4313 9.77491 11.1827 10.125 12.0001 10.125C12.8175 10.125 13.569 9.77491 14.4398 9.26003L17.3818 7.5206C17.7384 7.30979 17.8565 6.84985 17.6457 6.49329C17.4349 6.13674 16.975 6.01858 16.6184 6.22939L13.6764 7.96882C12.832 8.46804 12.3831 8.625 12.0001 8.625C11.6171 8.625 11.1682 8.46804 10.3238 7.96882L7.38182 6.22939Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.001 11.125C16.5561 11.125 15.4199 12.3232 15.4199 13.7574V15.1397C15.4199 16.5738 16.5561 17.7721 18.001 17.7721C19.4458 17.7721 20.582 16.5738 20.582 15.1397V13.7574C20.582 12.3232 19.4458 11.125 18.001 11.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3555 17.3569C15.0694 16.8845 14.4545 16.7334 13.9821 17.0195C13.5097 17.3056 13.3587 17.9205 13.6448 18.3929C14.375 19.5987 15.5786 20.4873 17.0001 20.7751V21.8749C17.0001 22.4272 17.4479 22.8749 18.0001 22.8749C18.5524 22.8749 19.0001 22.4272 19.0001 21.8749V20.7751C20.4217 20.4873 21.6253 19.5987 22.3555 18.3929C22.6416 17.9205 22.4906 17.3056 22.0182 17.0195C21.5458 16.7334 20.9309 16.8845 20.6448 17.3569C20.0866 18.2786 19.1046 18.8749 18.0001 18.8749C16.8957 18.8749 15.9137 18.2786 15.3555 17.3569Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.07999 1.1618C11.033 1.11273 12.967 1.11273 14.92 1.16181L14.9782 1.16327C16.503 1.20156 17.73 1.23237 18.7133 1.40362C19.7428 1.58291 20.5795 1.92679 21.2864 2.63634C21.9903 3.34292 22.3324 4.16761 22.5082 5.18042C22.6757 6.14479 22.7012 7.34183 22.7328 8.82467L22.7341 8.8834C22.7553 9.87974 22.7553 10.8703 22.7341 11.8666L22.7328 11.9253C22.7042 13.2688 22.6783 14.3908 22.5491 15.3071C22.5284 15.454 22.3787 15.5432 22.238 15.4962C22.1386 15.4629 22.0719 15.3696 22.0725 15.2648L22.0822 13.7575C22.0822 11.5377 20.3166 9.62512 18.0012 9.62512C15.6857 9.62512 13.9201 11.5377 13.9201 13.7575L13.9279 14.9611C13.9292 15.1761 13.9299 15.2835 13.8818 15.3585C13.8336 15.4335 13.7151 15.4868 13.478 15.5933C13.3854 15.635 13.2944 15.6827 13.2053 15.7366C12.2254 16.33 11.7558 17.29 12.2397 18.6984C12.3946 19.1494 12.4721 19.3748 12.382 19.5006C12.2919 19.6265 12.0762 19.6258 11.6449 19.6245C10.7915 19.6218 9.93756 19.6098 9.07999 19.5882L9.02177 19.5867C7.49697 19.5485 6.27001 19.5176 5.2867 19.3464C4.2572 19.1671 3.42048 18.8232 2.71362 18.1137C2.00972 17.4071 1.66764 16.5824 1.49176 15.5696C1.32429 14.6052 1.29879 13.4082 1.26719 11.9254L1.26594 11.8666C1.24469 10.8703 1.24469 9.87973 1.26593 8.88339L1.26719 8.82465C1.29878 7.3418 1.32429 6.14478 1.49176 5.1804C1.66764 4.1676 2.00971 3.3429 2.71362 2.63632C3.42048 1.92677 4.2572 1.58289 5.2867 1.4036C6.27002 1.23235 7.497 1.20155 9.02182 1.16326L9.07999 1.1618ZM7.38182 6.22939C7.02527 6.01858 6.56533 6.13674 6.35452 6.49329C6.14371 6.84985 6.26186 7.30979 6.61841 7.5206L9.56043 9.26003C10.4313 9.77491 11.1827 10.125 12.0001 10.125C12.8175 10.125 13.569 9.77491 14.4398 9.26003L17.3818 7.5206C17.7384 7.30979 17.8565 6.84985 17.6457 6.49329C17.4349 6.13674 16.975 6.01858 16.6184 6.22939L13.6764 7.96882C12.832 8.46804 12.3831 8.625 12.0001 8.625C11.6171 8.625 11.1682 8.46804 10.3238 7.96882L7.38182 6.22939Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-mailbox{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.00992 4.27734H8.02365C10.7821 4.27734 12.8011 6.70985 13.18 9.1025C13.2509 9.55018 13.2509 10.0692 13.2508 10.9212L13.2512 22.001C13.2512 22.5533 12.8034 23.001 12.2511 23.001C11.6989 23.0009 11.2512 22.5532 11.2512 22.0009L11.2514 18.751H7.34174C6.49466 18.751 5.81145 18.751 5.25896 18.704C4.6899 18.6556 4.19101 18.5533 3.73248 18.3082C3.07837 17.9586 2.54264 17.4229 2.19301 16.7688C1.94792 16.3102 1.8456 15.8113 1.79719 15.2423C1.7502 14.6898 1.75021 14.0066 1.75021 13.1595V13.1595V13.1595V13.091V13.091V13.091C1.75021 11.6615 1.75021 10.5408 1.82671 9.64131C1.90463 8.7252 2.066 7.96993 2.42917 7.29049C2.96526 6.28753 3.78673 5.46607 4.78968 4.92998C5.6627 4.46334 6.67084 4.3264 7.99619 4.27785L8.00992 4.27734ZM6.50021 8C5.94793 8 5.50021 8.44772 5.50021 9C5.50021 9.55228 5.94793 10 6.50021 10H8.50021C9.0525 10 9.50021 9.55228 9.50021 9C9.50021 8.44772 9.0525 8 8.50021 8H6.50021Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5002 4C18.5002 3.44772 18.9479 3 19.5002 3C20.0525 3 20.5002 2.55228 20.5002 2C20.5002 1.44772 20.0525 1 19.5002 1C17.8434 1 16.5002 2.34315 16.5002 4V4.30055C15.6658 4.24999 14.6549 4.25 13.4098 4.25H13.4098H11.6291C13.1565 5.40277 14.1444 7.20256 14.4142 8.90598C14.5007 9.45238 14.5006 10.0608 14.5004 10.83V10.83L14.5007 18.75H16.6583H16.6583C17.5054 18.75 18.1886 18.75 18.741 18.703C19.3101 18.6546 19.809 18.5523 20.2675 18.3072C20.9216 17.9576 21.4574 17.4218 21.807 16.7677C22.0521 16.3092 22.1544 15.8103 22.2028 15.2413C22.2498 14.6888 22.2498 14.0056 22.2498 13.1586V13.09C22.2498 11.6605 22.2498 10.5398 22.1733 9.64029C22.0954 8.72417 21.934 7.96891 21.5708 7.28947C21.0347 6.28651 20.2133 5.46505 19.2103 4.92895C18.9832 4.80753 18.7475 4.70866 18.5002 4.62794V4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.00992 4.27734H8.02365C10.7821 4.27734 12.8011 6.70985 13.18 9.1025C13.2509 9.55018 13.2509 10.0692 13.2508 10.9212L13.2512 22.001C13.2512 22.5533 12.8034 23.001 12.2511 23.001C11.6989 23.0009 11.2512 22.5532 11.2512 22.0009L11.2514 18.751H7.34174C6.49466 18.751 5.81145 18.751 5.25896 18.704C4.6899 18.6556 4.19101 18.5533 3.73248 18.3082C3.07837 17.9586 2.54264 17.4229 2.19301 16.7688C1.94792 16.3102 1.8456 15.8113 1.79719 15.2423C1.7502 14.6898 1.75021 14.0066 1.75021 13.1595V13.1595V13.1595V13.091V13.091V13.091C1.75021 11.6615 1.75021 10.5408 1.82671 9.64131C1.90463 8.7252 2.066 7.96993 2.42917 7.29049C2.96526 6.28753 3.78673 5.46607 4.78968 4.92998C5.6627 4.46334 6.67084 4.3264 7.99619 4.27785L8.00992 4.27734ZM6.50021 8C5.94793 8 5.50021 8.44772 5.50021 9C5.50021 9.55228 5.94793 10 6.50021 10H8.50021C9.0525 10 9.50021 9.55228 9.50021 9C9.50021 8.44772 9.0525 8 8.50021 8H6.50021Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5002 4C18.5002 3.44772 18.9479 3 19.5002 3C20.0525 3 20.5002 2.55228 20.5002 2C20.5002 1.44772 20.0525 1 19.5002 1C17.8434 1 16.5002 2.34315 16.5002 4V4.30055C15.6658 4.24999 14.6549 4.25 13.4098 4.25H13.4098H11.6291C13.1565 5.40277 14.1444 7.20256 14.4142 8.90598C14.5007 9.45238 14.5006 10.0608 14.5004 10.83V10.83L14.5007 18.75H16.6583H16.6583C17.5054 18.75 18.1886 18.75 18.741 18.703C19.3101 18.6546 19.809 18.5523 20.2675 18.3072C20.9216 17.9576 21.4574 17.4218 21.807 16.7677C22.0521 16.3092 22.1544 15.8103 22.2028 15.2413C22.2498 14.6888 22.2498 14.0056 22.2498 13.1586V13.09C22.2498 11.6605 22.2498 10.5398 22.1733 9.64029C22.0954 8.72417 21.934 7.96891 21.5708 7.28947C21.0347 6.28651 20.2133 5.46505 19.2103 4.92895C18.9832 4.80753 18.7475 4.70866 18.5002 4.62794V4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.77965 1.82273C11.2369 1.72586 12.7601 1.72566 14.2204 1.82273C18.787 2.12629 22.4103 5.81258 22.7082 10.4224C22.7639 11.2848 22.7639 12.1768 22.7082 13.0392C22.4103 17.649 18.787 21.3353 14.2204 21.6389C12.7601 21.7359 11.2369 21.7357 9.77965 21.6389C9.21472 21.6013 8.59978 21.4677 8.05839 21.2448C7.8203 21.1467 7.65868 21.0804 7.54041 21.037C7.45909 21.0929 7.35108 21.1723 7.1938 21.2883C6.40136 21.8726 5.40092 22.2825 3.98117 22.248L3.93544 22.2469C3.66155 22.2403 3.36961 22.2334 3.13152 22.1873C2.84475 22.1318 2.48996 21.9931 2.26791 21.6145C2.02623 21.2025 2.12313 20.7858 2.21688 20.5234C2.30536 20.2757 2.45874 19.9852 2.61542 19.6885L2.6369 19.6478C3.10323 18.7641 3.23314 18.0419 2.98381 17.5604C2.15148 16.304 1.40272 14.7556 1.2918 13.0392C1.23607 12.1768 1.23607 11.2848 1.2918 10.4224C1.58972 5.81258 5.213 2.12629 9.77965 1.82273ZM7.75 9.5C7.75 9.91421 8.08579 10.25 8.5 10.25H12C12.4142 10.25 12.75 9.91421 12.75 9.5C12.75 9.08579 12.4142 8.75 12 8.75H8.5C8.08579 8.75 7.75 9.08579 7.75 9.5ZM7.75 14.5C7.75 14.9142 8.08579 15.25 8.5 15.25H15.5C15.9142 15.25 16.25 14.9142 16.25 14.5C16.25 14.0858 15.9142 13.75 15.5 13.75H8.5C8.08579 13.75 7.75 14.0858 7.75 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.77965 1.82273C11.2369 1.72586 12.7601 1.72566 14.2204 1.82273C18.787 2.12629 22.4103 5.81258 22.7082 10.4224C22.7639 11.2848 22.7639 12.1768 22.7082 13.0392C22.4103 17.649 18.787 21.3353 14.2204 21.6389C12.7601 21.7359 11.2369 21.7357 9.77965 21.6389C9.21472 21.6013 8.59978 21.4677 8.05839 21.2448C7.8203 21.1467 7.65868 21.0804 7.54041 21.037C7.45909 21.0929 7.35108 21.1723 7.1938 21.2883C6.40136 21.8726 5.40092 22.2825 3.98117 22.248L3.93544 22.2469C3.66155 22.2403 3.36961 22.2334 3.13152 22.1873C2.84475 22.1318 2.48996 21.9931 2.26791 21.6145C2.02623 21.2025 2.12313 20.7858 2.21688 20.5234C2.30536 20.2757 2.45874 19.9852 2.61542 19.6885L2.6369 19.6478C3.10323 18.7641 3.23314 18.0419 2.98381 17.5604C2.15148 16.304 1.40272 14.7556 1.2918 13.0392C1.23607 12.1768 1.23607 11.2848 1.2918 10.4224C1.58972 5.81258 5.213 2.12629 9.77965 1.82273ZM7.75 9.5C7.75 9.91421 8.08579 10.25 8.5 10.25H12C12.4142 10.25 12.75 9.91421 12.75 9.5C12.75 9.08579 12.4142 8.75 12 8.75H8.5C8.08579 8.75 7.75 9.08579 7.75 9.5ZM7.75 14.5C7.75 14.9142 8.08579 15.25 8.5 15.25H15.5C15.9142 15.25 16.25 14.9142 16.25 14.5C16.25 14.0858 15.9142 13.75 15.5 13.75H8.5C8.08579 13.75 7.75 14.0858 7.75 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.77965 1.82273C11.2369 1.72586 12.7601 1.72566 14.2204 1.82273C18.787 2.12629 22.4103 5.81258 22.7082 10.4224C22.7639 11.2848 22.7639 12.1768 22.7082 13.0392C22.4103 17.649 18.787 21.3353 14.2204 21.6389C12.7601 21.7359 11.2369 21.7357 9.77965 21.6389C9.21472 21.6013 8.59978 21.4677 8.05839 21.2448C7.8203 21.1467 7.65868 21.0804 7.54041 21.037C7.45909 21.0929 7.35108 21.1723 7.1938 21.2883C6.40136 21.8726 5.40092 22.2825 3.98117 22.248L3.93544 22.2469C3.66155 22.2403 3.36961 22.2334 3.13152 22.1873C2.84475 22.1318 2.48996 21.9931 2.26791 21.6145C2.02623 21.2025 2.12313 20.7858 2.21688 20.5234C2.30536 20.2757 2.45874 19.9852 2.61542 19.6885L2.6369 19.6478C3.10323 18.7641 3.23314 18.0419 2.98381 17.5604C2.15148 16.304 1.40272 14.7556 1.2918 13.0392C1.23607 12.1768 1.23607 11.2848 1.2918 10.4224C1.58972 5.81258 5.213 2.12629 9.77965 1.82273ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H8.00897C8.56126 13 9.00897 12.5523 9.00897 12C9.00897 11.4477 8.56126 11 8.00897 11H8ZM11.9955 11C11.4432 11 10.9955 11.4477 10.9955 12C10.9955 12.5523 11.4432 13 11.9955 13H12.0045C12.5568 13 13.0045 12.5523 13.0045 12C13.0045 11.4477 12.5568 11 12.0045 11H11.9955ZM15.991 11C15.4387 11 14.991 11.4477 14.991 12C14.991 12.5523 15.4387 13 15.991 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.77965 1.82273C11.2369 1.72586 12.7601 1.72566 14.2204 1.82273C18.787 2.12629 22.4103 5.81258 22.7082 10.4224C22.7639 11.2848 22.7639 12.1768 22.7082 13.0392C22.4103 17.649 18.787 21.3353 14.2204 21.6389C12.7601 21.7359 11.2369 21.7357 9.77965 21.6389C9.21472 21.6013 8.59978 21.4677 8.05839 21.2448C7.8203 21.1467 7.65868 21.0804 7.54041 21.037C7.45909 21.0929 7.35108 21.1723 7.1938 21.2883C6.40136 21.8726 5.40092 22.2825 3.98117 22.248L3.93544 22.2469C3.66155 22.2403 3.36961 22.2334 3.13152 22.1873C2.84475 22.1318 2.48996 21.9931 2.26791 21.6145C2.02623 21.2025 2.12313 20.7858 2.21688 20.5234C2.30536 20.2757 2.45874 19.9852 2.61542 19.6885L2.6369 19.6478C3.10323 18.7641 3.23314 18.0419 2.98381 17.5604C2.15148 16.304 1.40272 14.7556 1.2918 13.0392C1.23607 12.1768 1.23607 11.2848 1.2918 10.4224C1.58972 5.81258 5.213 2.12629 9.77965 1.82273ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H8.00897C8.56126 13 9.00897 12.5523 9.00897 12C9.00897 11.4477 8.56126 11 8.00897 11H8ZM11.9955 11C11.4432 11 10.9955 11.4477 10.9955 12C10.9955 12.5523 11.4432 13 11.9955 13H12.0045C12.5568 13 13.0045 12.5523 13.0045 12C13.0045 11.4477 12.5568 11 12.0045 11H11.9955ZM15.991 11C15.4387 11 14.991 11.4477 14.991 12C14.991 12.5523 15.4387 13 15.991 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7164 2.70442C15.8103 2.72822 15.875 2.81335 15.875 2.91019C15.875 3.02883 15.7788 3.125 15.6602 3.125H14.875C13.4943 3.125 12.375 4.24429 12.375 5.625C12.375 7.00571 13.4943 8.125 14.875 8.125H15.275C15.5578 8.125 15.6993 8.125 15.7871 8.21287C15.875 8.30074 15.875 8.44216 15.875 8.725V9.125C15.875 10.5057 16.9943 11.625 18.375 11.625C19.7557 11.625 20.875 10.5057 20.875 9.125V8.72484C20.875 8.44207 20.875 8.30068 20.9628 8.21282C21.0507 8.12495 21.1921 8.12492 21.4748 8.12484L21.5095 8.12483C21.707 8.12478 21.8058 8.12475 21.8835 8.17943C21.9612 8.23411 21.9931 8.32312 22.0569 8.50116C22.3446 9.30379 22.5257 10.1584 22.5832 11.0474C22.6389 11.9098 22.6389 12.8018 22.5832 13.6642C22.2853 18.274 18.662 21.9603 14.0954 22.2639C12.6351 22.3609 11.1119 22.3607 9.65465 22.2639C9.08972 22.2263 8.47478 22.0927 7.93339 21.8698C7.84733 21.8343 7.77126 21.803 7.70361 21.7755C7.56703 21.7198 7.49873 21.692 7.42104 21.7016C7.34335 21.7112 7.28359 21.7552 7.16407 21.8431L7.0688 21.9133C6.27636 22.4976 5.27592 22.9075 3.85617 22.873L3.81044 22.8719C3.53655 22.8653 3.24461 22.8584 3.00652 22.8123C2.71975 22.7568 2.36496 22.6181 2.14291 22.2395C1.90123 21.8275 1.99813 21.4108 2.09188 21.1484C2.18036 20.9007 2.33374 20.6102 2.49042 20.3135L2.5119 20.2728C2.97823 19.3891 3.10814 18.6669 2.85881 18.1854C2.02648 16.929 1.27772 15.3806 1.1668 13.6642C1.11107 12.8018 1.11107 11.9098 1.1668 11.0474C1.46472 6.43758 5.088 2.75129 9.65465 2.44773C11.1119 2.35086 12.6351 2.35066 14.0954 2.44773C14.6511 2.48467 15.1929 2.57171 15.7164 2.70442ZM8.375 15.875C7.96079 15.875 7.625 15.5392 7.625 15.125C7.625 14.7108 7.96079 14.375 8.375 14.375H15.375C15.7892 14.375 16.125 14.7108 16.125 15.125C16.125 15.5392 15.7892 15.875 15.375 15.875H8.375ZM8.375 10.875C7.96079 10.875 7.625 10.5392 7.625 10.125C7.625 9.71079 7.96079 9.375 8.375 9.375H11.875C12.2892 9.375 12.625 9.71079 12.625 10.125C12.625 10.5392 12.2892 10.875 11.875 10.875H8.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 1.125C18.9273 1.125 19.375 1.57272 19.375 2.125V4.625H21.875C22.4273 4.625 22.875 5.07272 22.875 5.625C22.875 6.17728 22.4273 6.625 21.875 6.625H19.375V9.125C19.375 9.67728 18.9273 10.125 18.375 10.125C17.8227 10.125 17.375 9.67728 17.375 9.125V6.625H14.875C14.3227 6.625 13.875 6.17728 13.875 5.625C13.875 5.07272 14.3227 4.625 14.875 4.625H17.375V2.125C17.375 1.57272 17.8227 1.125 18.375 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7164 2.70442C15.8103 2.72822 15.875 2.81335 15.875 2.91019C15.875 3.02883 15.7788 3.125 15.6602 3.125H14.875C13.4943 3.125 12.375 4.24429 12.375 5.625C12.375 7.00571 13.4943 8.125 14.875 8.125H15.275C15.5578 8.125 15.6993 8.125 15.7871 8.21287C15.875 8.30074 15.875 8.44216 15.875 8.725V9.125C15.875 10.5057 16.9943 11.625 18.375 11.625C19.7557 11.625 20.875 10.5057 20.875 9.125V8.72484C20.875 8.44207 20.875 8.30068 20.9628 8.21282C21.0507 8.12495 21.1921 8.12492 21.4748 8.12484L21.5095 8.12483C21.707 8.12478 21.8058 8.12475 21.8835 8.17943C21.9612 8.23411 21.9931 8.32312 22.0569 8.50116C22.3446 9.30379 22.5257 10.1584 22.5832 11.0474C22.6389 11.9098 22.6389 12.8018 22.5832 13.6642C22.2853 18.274 18.662 21.9603 14.0954 22.2639C12.6351 22.3609 11.1119 22.3607 9.65465 22.2639C9.08972 22.2263 8.47478 22.0927 7.93339 21.8698C7.84733 21.8343 7.77126 21.803 7.70361 21.7755C7.56703 21.7198 7.49873 21.692 7.42104 21.7016C7.34335 21.7112 7.28359 21.7552 7.16407 21.8431L7.0688 21.9133C6.27636 22.4976 5.27592 22.9075 3.85617 22.873L3.81044 22.8719C3.53655 22.8653 3.24461 22.8584 3.00652 22.8123C2.71975 22.7568 2.36496 22.6181 2.14291 22.2395C1.90123 21.8275 1.99813 21.4108 2.09188 21.1484C2.18036 20.9007 2.33374 20.6102 2.49042 20.3135L2.5119 20.2728C2.97823 19.3891 3.10814 18.6669 2.85881 18.1854C2.02648 16.929 1.27772 15.3806 1.1668 13.6642C1.11107 12.8018 1.11107 11.9098 1.1668 11.0474C1.46472 6.43758 5.088 2.75129 9.65465 2.44773C11.1119 2.35086 12.6351 2.35066 14.0954 2.44773C14.6511 2.48467 15.1929 2.57171 15.7164 2.70442ZM8.375 15.875C7.96079 15.875 7.625 15.5392 7.625 15.125C7.625 14.7108 7.96079 14.375 8.375 14.375H15.375C15.7892 14.375 16.125 14.7108 16.125 15.125C16.125 15.5392 15.7892 15.875 15.375 15.875H8.375ZM8.375 10.875C7.96079 10.875 7.625 10.5392 7.625 10.125C7.625 9.71079 7.96079 9.375 8.375 9.375H11.875C12.2892 9.375 12.625 9.71079 12.625 10.125C12.625 10.5392 12.2892 10.875 11.875 10.875H8.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 1.125C18.9273 1.125 19.375 1.57272 19.375 2.125V4.625H21.875C22.4273 4.625 22.875 5.07272 22.875 5.625C22.875 6.17728 22.4273 6.625 21.875 6.625H19.375V9.125C19.375 9.67728 18.9273 10.125 18.375 10.125C17.8227 10.125 17.375 9.67728 17.375 9.125V6.625H14.875C14.3227 6.625 13.875 6.17728 13.875 5.625C13.875 5.07272 14.3227 4.625 14.875 4.625H17.375V2.125C17.375 1.57272 17.8227 1.125 18.375 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 1.125C18.9273 1.125 19.375 1.57272 19.375 2.125V4.625H21.875C22.4273 4.625 22.875 5.07272 22.875 5.625C22.875 6.17728 22.4273 6.625 21.875 6.625H19.375V9.125C19.375 9.67728 18.9273 10.125 18.375 10.125C17.8227 10.125 17.375 9.67728 17.375 9.125V6.625H14.875C14.3227 6.625 13.875 6.17728 13.875 5.625C13.875 5.07272 14.3227 4.625 14.875 4.625H17.375V2.125C17.375 1.57272 17.8227 1.125 18.375 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7164 2.70442C15.8103 2.72822 15.875 2.81335 15.875 2.91019C15.875 3.02883 15.7788 3.125 15.6602 3.125H14.875C13.4943 3.125 12.375 4.24429 12.375 5.625C12.375 7.00571 13.4943 8.125 14.875 8.125H15.275C15.5578 8.125 15.6993 8.125 15.7871 8.21287C15.875 8.30074 15.875 8.44216 15.875 8.725V9.125C15.875 10.5057 16.9943 11.625 18.375 11.625C19.7557 11.625 20.875 10.5057 20.875 9.125V8.72484C20.875 8.44207 20.875 8.30068 20.9628 8.21282C21.0507 8.12495 21.1921 8.12492 21.4748 8.12484L21.5095 8.12483C21.707 8.12478 21.8058 8.12475 21.8835 8.17943C21.9612 8.23411 21.9931 8.32312 22.0569 8.50116C22.3446 9.30379 22.5257 10.1584 22.5832 11.0474C22.6389 11.9098 22.6389 12.8018 22.5832 13.6642C22.2853 18.274 18.662 21.9603 14.0954 22.2639C12.6351 22.3609 11.1119 22.3607 9.65465 22.2639C9.08972 22.2263 8.47478 22.0927 7.93339 21.8698C7.84733 21.8343 7.77126 21.803 7.70361 21.7755C7.56703 21.7198 7.49873 21.692 7.42104 21.7016C7.34335 21.7112 7.28359 21.7552 7.16407 21.8431L7.0688 21.9133C6.27636 22.4976 5.27592 22.9075 3.85617 22.873L3.81044 22.8719C3.53655 22.8653 3.24461 22.8584 3.00652 22.8123C2.71975 22.7568 2.36496 22.6181 2.14291 22.2395C1.90123 21.8275 1.99813 21.4108 2.09188 21.1484C2.18036 20.9007 2.33374 20.6102 2.49042 20.3135L2.5119 20.2728C2.97823 19.3891 3.10814 18.6669 2.85881 18.1854C2.02648 16.929 1.27772 15.3806 1.1668 13.6642C1.11107 12.8018 1.11107 11.9098 1.1668 11.0474C1.46472 6.43758 5.088 2.75129 9.65465 2.44773C11.1119 2.35086 12.6351 2.35066 14.0954 2.44773C14.6511 2.48467 15.1929 2.57171 15.7164 2.70442ZM7.875 11.625C7.32272 11.625 6.875 12.0727 6.875 12.625C6.875 13.1773 7.32272 13.625 7.875 13.625H7.88397C8.43626 13.625 8.88397 13.1773 8.88397 12.625C8.88397 12.0727 8.43626 11.625 7.88397 11.625H7.875ZM11.8705 11.625C11.3182 11.625 10.8705 12.0727 10.8705 12.625C10.8705 13.1773 11.3182 13.625 11.8705 13.625H11.8795C12.4318 13.625 12.8795 13.1773 12.8795 12.625C12.8795 12.0727 12.4318 11.625 11.8795 11.625H11.8705ZM15.866 11.625C15.3137 11.625 14.866 12.0727 14.866 12.625C14.866 13.1773 15.3137 13.625 15.866 13.625H15.875C16.4273 13.625 16.875 13.1773 16.875 12.625C16.875 12.0727 16.4273 11.625 15.875 11.625H15.866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 1.125C18.9273 1.125 19.375 1.57272 19.375 2.125V4.625H21.875C22.4273 4.625 22.875 5.07272 22.875 5.625C22.875 6.17728 22.4273 6.625 21.875 6.625H19.375V9.125C19.375 9.67728 18.9273 10.125 18.375 10.125C17.8227 10.125 17.375 9.67728 17.375 9.125V6.625H14.875C14.3227 6.625 13.875 6.17728 13.875 5.625C13.875 5.07272 14.3227 4.625 14.875 4.625H17.375V2.125C17.375 1.57272 17.8227 1.125 18.375 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7164 2.70442C15.8103 2.72822 15.875 2.81335 15.875 2.91019C15.875 3.02883 15.7788 3.125 15.6602 3.125H14.875C13.4943 3.125 12.375 4.24429 12.375 5.625C12.375 7.00571 13.4943 8.125 14.875 8.125H15.275C15.5578 8.125 15.6993 8.125 15.7871 8.21287C15.875 8.30074 15.875 8.44216 15.875 8.725V9.125C15.875 10.5057 16.9943 11.625 18.375 11.625C19.7557 11.625 20.875 10.5057 20.875 9.125V8.72484C20.875 8.44207 20.875 8.30068 20.9628 8.21282C21.0507 8.12495 21.1921 8.12492 21.4748 8.12484L21.5095 8.12483C21.707 8.12478 21.8058 8.12475 21.8835 8.17943C21.9612 8.23411 21.9931 8.32312 22.0569 8.50116C22.3446 9.30379 22.5257 10.1584 22.5832 11.0474C22.6389 11.9098 22.6389 12.8018 22.5832 13.6642C22.2853 18.274 18.662 21.9603 14.0954 22.2639C12.6351 22.3609 11.1119 22.3607 9.65465 22.2639C9.08972 22.2263 8.47478 22.0927 7.93339 21.8698C7.84733 21.8343 7.77126 21.803 7.70361 21.7755C7.56703 21.7198 7.49873 21.692 7.42104 21.7016C7.34335 21.7112 7.28359 21.7552 7.16407 21.8431L7.0688 21.9133C6.27636 22.4976 5.27592 22.9075 3.85617 22.873L3.81044 22.8719C3.53655 22.8653 3.24461 22.8584 3.00652 22.8123C2.71975 22.7568 2.36496 22.6181 2.14291 22.2395C1.90123 21.8275 1.99813 21.4108 2.09188 21.1484C2.18036 20.9007 2.33374 20.6102 2.49042 20.3135L2.5119 20.2728C2.97823 19.3891 3.10814 18.6669 2.85881 18.1854C2.02648 16.929 1.27772 15.3806 1.1668 13.6642C1.11107 12.8018 1.11107 11.9098 1.1668 11.0474C1.46472 6.43758 5.088 2.75129 9.65465 2.44773C11.1119 2.35086 12.6351 2.35066 14.0954 2.44773C14.6511 2.48467 15.1929 2.57171 15.7164 2.70442ZM7.875 11.625C7.32272 11.625 6.875 12.0727 6.875 12.625C6.875 13.1773 7.32272 13.625 7.875 13.625H7.88397C8.43626 13.625 8.88397 13.1773 8.88397 12.625C8.88397 12.0727 8.43626 11.625 7.88397 11.625H7.875ZM11.8705 11.625C11.3182 11.625 10.8705 12.0727 10.8705 12.625C10.8705 13.1773 11.3182 13.625 11.8705 13.625H11.8795C12.4318 13.625 12.8795 13.1773 12.8795 12.625C12.8795 12.0727 12.4318 11.625 11.8795 11.625H11.8705ZM15.866 11.625C15.3137 11.625 14.866 12.0727 14.866 12.625C14.866 13.1773 15.3137 13.625 15.866 13.625H15.875C16.4273 13.625 16.875 13.1773 16.875 12.625C16.875 12.0727 16.4273 11.625 15.875 11.625H15.866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-blocked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.77965 1.82273C11.2369 1.72586 12.7601 1.72566 14.2204 1.82273C18.787 2.12629 22.4103 5.81258 22.7082 10.4224C22.7639 11.2848 22.7639 12.1768 22.7082 13.0392C22.6155 14.4729 22.2013 15.8172 21.537 16.9982C21.3768 17.283 21.2967 17.4254 21.1491 17.4457C21.0015 17.466 20.8807 17.3451 20.6389 17.1034L6.8939 3.35837C6.62304 3.0875 6.4876 2.95206 6.52046 2.79353C6.55331 2.635 6.7233 2.56776 7.06327 2.43328C7.9131 2.09712 8.8258 1.88613 9.77965 1.82273Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.2204 21.6389C12.7601 21.7359 11.2369 21.7357 9.77965 21.6389C9.21472 21.6013 8.59978 21.4677 8.05839 21.2448C7.97233 21.2093 7.89626 21.178 7.82861 21.1505C7.69203 21.0948 7.62373 21.067 7.54604 21.0766C7.46835 21.0862 7.40859 21.1302 7.28907 21.2181L7.1938 21.2883C6.40136 21.8726 5.40092 22.2825 3.98117 22.248L3.93544 22.2469C3.66155 22.2403 3.36961 22.2334 3.13152 22.1873C2.84475 22.1318 2.48996 21.9931 2.26791 21.6145C2.02623 21.2025 2.12313 20.7858 2.21688 20.5234C2.30536 20.2757 2.45874 19.9852 2.61542 19.6885L2.6369 19.6478C3.10323 18.7641 3.23314 18.0419 2.98381 17.5604C2.15148 16.304 1.40272 14.7556 1.2918 13.0392C1.23607 12.1768 1.23607 11.2848 1.2918 10.4224C1.43677 8.17916 2.36917 6.15465 3.81453 4.63218C3.99677 4.44023 4.08788 4.34425 4.21443 4.34261C4.34097 4.34097 4.4388 4.4388 4.63448 4.63448L19.0308 19.0307C19.2482 19.2482 19.357 19.357 19.3467 19.4942C19.3365 19.6314 19.2182 19.7188 18.9817 19.8934C17.6309 20.8907 15.997 21.5208 14.2204 21.6389Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.77965 1.82273C11.2369 1.72586 12.7601 1.72566 14.2204 1.82273C18.787 2.12629 22.4103 5.81258 22.7082 10.4224C22.7639 11.2848 22.7639 12.1768 22.7082 13.0392C22.6155 14.4729 22.2013 15.8172 21.537 16.9982C21.3768 17.283 21.2967 17.4254 21.1491 17.4457C21.0015 17.466 20.8807 17.3451 20.6389 17.1034L6.8939 3.35837C6.62304 3.0875 6.4876 2.95206 6.52046 2.79353C6.55331 2.635 6.7233 2.56776 7.06327 2.43328C7.9131 2.09712 8.8258 1.88613 9.77965 1.82273Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.2204 21.6389C12.7601 21.7359 11.2369 21.7357 9.77965 21.6389C9.21472 21.6013 8.59978 21.4677 8.05839 21.2448C7.97233 21.2093 7.89626 21.178 7.82861 21.1505C7.69203 21.0948 7.62373 21.067 7.54604 21.0766C7.46835 21.0862 7.40859 21.1302 7.28907 21.2181L7.1938 21.2883C6.40136 21.8726 5.40092 22.2825 3.98117 22.248L3.93544 22.2469C3.66155 22.2403 3.36961 22.2334 3.13152 22.1873C2.84475 22.1318 2.48996 21.9931 2.26791 21.6145C2.02623 21.2025 2.12313 20.7858 2.21688 20.5234C2.30536 20.2757 2.45874 19.9852 2.61542 19.6885L2.6369 19.6478C3.10323 18.7641 3.23314 18.0419 2.98381 17.5604C2.15148 16.304 1.40272 14.7556 1.2918 13.0392C1.23607 12.1768 1.23607 11.2848 1.2918 10.4224C1.43677 8.17916 2.36917 6.15465 3.81453 4.63218C3.99677 4.44023 4.08788 4.34425 4.21443 4.34261C4.34097 4.34097 4.4388 4.4388 4.63448 4.63448L19.0308 19.0307C19.2482 19.2482 19.357 19.357 19.3467 19.4942C19.3365 19.6314 19.2182 19.7188 18.9817 19.8934C17.6309 20.8907 15.997 21.5208 14.2204 21.6389Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-cancel-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1679 1.41789C15.5584 1.02737 16.1916 1.02737 16.5821 1.41789L18.875 3.71079L21.1679 1.41789C21.5584 1.02737 22.1916 1.02737 22.5821 1.41789C22.9727 1.80842 22.9727 2.44158 22.5821 2.83211L20.2892 5.125L22.5821 7.41789C22.9727 7.80842 22.9727 8.44158 22.5821 8.83211C22.1916 9.22263 21.5584 9.22263 21.1679 8.83211L18.875 6.53921L16.5821 8.83211C16.1916 9.22263 15.5584 9.22263 15.1679 8.83211C14.7774 8.44158 14.7774 7.80842 15.1679 7.41789L17.4608 5.125L15.1679 2.83211C14.7774 2.44158 14.7774 1.80842 15.1679 1.41789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5002 2.90808L13.5002 2.90809C13.6186 3.26808 13.8209 3.6065 14.1072 3.89277L14.9151 4.70074C15.1151 4.90074 15.2151 5.00074 15.2151 5.125C15.2151 5.24927 15.1151 5.34927 14.9151 5.54927L14.1072 6.35724C13.1309 7.33355 13.1309 8.91646 14.1072 9.89277C15.0835 10.8691 16.6664 10.8691 17.6427 9.89277L18.4507 9.0848C18.6507 8.8848 18.7507 8.7848 18.8749 8.7848C18.9992 8.7848 19.0992 8.8848 19.2992 9.0848L20.1072 9.89277C20.635 10.4206 21.3401 10.663 22.0308 10.6202L22.0308 10.6202C22.2177 10.6086 22.3112 10.6028 22.365 10.62C22.4524 10.6481 22.5063 10.6956 22.5452 10.7788C22.5691 10.83 22.5738 10.9024 22.5831 11.0474C22.6389 11.9098 22.6389 12.8018 22.5831 13.6642C22.2852 18.274 18.6619 21.9603 14.0953 22.2639C12.6351 22.3609 11.1119 22.3607 9.6546 22.2639C9.08966 22.2263 8.47472 22.0927 7.93333 21.8698C7.84727 21.8343 7.7712 21.803 7.70356 21.7755C7.56697 21.7198 7.49868 21.692 7.42099 21.7016C7.3433 21.7112 7.28354 21.7552 7.16401 21.8431L7.06875 21.9133C6.27631 22.4976 5.27586 22.9075 3.85612 22.873L3.81038 22.8719C3.5365 22.8653 3.24455 22.8584 3.00647 22.8123C2.7197 22.7568 2.36491 22.6181 2.14285 22.2395C1.90117 21.8275 1.99807 21.4108 2.09183 21.1484C2.18031 20.9007 2.33368 20.6102 2.49037 20.3135L2.51185 20.2728C2.97818 19.3891 3.10808 18.6669 2.85875 18.1854C2.02642 16.929 1.27767 15.3806 1.16675 13.6642C1.11101 12.8018 1.11101 11.9098 1.16675 11.0474C1.46466 6.43758 5.08795 2.75129 9.6546 2.44773C10.7112 2.37749 11.8024 2.35808 12.8792 2.38971C13.1053 2.39635 13.2184 2.39967 13.2943 2.45635C13.3703 2.51303 13.4136 2.64471 13.5002 2.90808ZM8.37497 15.875C7.96076 15.875 7.62497 15.5392 7.62497 15.125C7.62497 14.7108 7.96076 14.375 8.37497 14.375H15.375C15.7892 14.375 16.125 14.7108 16.125 15.125C16.125 15.5392 15.7892 15.875 15.375 15.875H8.37497ZM8.37497 10.875C7.96076 10.875 7.62497 10.5392 7.62497 10.125C7.62497 9.71079 7.96076 9.375 8.37497 9.375H11.875C12.2892 9.375 12.625 9.71079 12.625 10.125C12.625 10.5392 12.2892 10.875 11.875 10.875H8.37497Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1679 1.41789C15.5584 1.02737 16.1916 1.02737 16.5821 1.41789L18.875 3.71079L21.1679 1.41789C21.5584 1.02737 22.1916 1.02737 22.5821 1.41789C22.9727 1.80842 22.9727 2.44158 22.5821 2.83211L20.2892 5.125L22.5821 7.41789C22.9727 7.80842 22.9727 8.44158 22.5821 8.83211C22.1916 9.22263 21.5584 9.22263 21.1679 8.83211L18.875 6.53921L16.5821 8.83211C16.1916 9.22263 15.5584 9.22263 15.1679 8.83211C14.7774 8.44158 14.7774 7.80842 15.1679 7.41789L17.4608 5.125L15.1679 2.83211C14.7774 2.44158 14.7774 1.80842 15.1679 1.41789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5002 2.90808L13.5002 2.90809C13.6186 3.26808 13.8209 3.6065 14.1072 3.89277L14.9151 4.70074C15.1151 4.90074 15.2151 5.00074 15.2151 5.125C15.2151 5.24927 15.1151 5.34927 14.9151 5.54927L14.1072 6.35724C13.1309 7.33355 13.1309 8.91646 14.1072 9.89277C15.0835 10.8691 16.6664 10.8691 17.6427 9.89277L18.4507 9.0848C18.6507 8.8848 18.7507 8.7848 18.8749 8.7848C18.9992 8.7848 19.0992 8.8848 19.2992 9.0848L20.1072 9.89277C20.635 10.4206 21.3401 10.663 22.0308 10.6202L22.0308 10.6202C22.2177 10.6086 22.3112 10.6028 22.365 10.62C22.4524 10.6481 22.5063 10.6956 22.5452 10.7788C22.5691 10.83 22.5738 10.9024 22.5831 11.0474C22.6389 11.9098 22.6389 12.8018 22.5831 13.6642C22.2852 18.274 18.6619 21.9603 14.0953 22.2639C12.6351 22.3609 11.1119 22.3607 9.6546 22.2639C9.08966 22.2263 8.47472 22.0927 7.93333 21.8698C7.84727 21.8343 7.7712 21.803 7.70356 21.7755C7.56697 21.7198 7.49868 21.692 7.42099 21.7016C7.3433 21.7112 7.28354 21.7552 7.16401 21.8431L7.06875 21.9133C6.27631 22.4976 5.27586 22.9075 3.85612 22.873L3.81038 22.8719C3.5365 22.8653 3.24455 22.8584 3.00647 22.8123C2.7197 22.7568 2.36491 22.6181 2.14285 22.2395C1.90117 21.8275 1.99807 21.4108 2.09183 21.1484C2.18031 20.9007 2.33368 20.6102 2.49037 20.3135L2.51185 20.2728C2.97818 19.3891 3.10808 18.6669 2.85875 18.1854C2.02642 16.929 1.27767 15.3806 1.16675 13.6642C1.11101 12.8018 1.11101 11.9098 1.16675 11.0474C1.46466 6.43758 5.08795 2.75129 9.6546 2.44773C10.7112 2.37749 11.8024 2.35808 12.8792 2.38971C13.1053 2.39635 13.2184 2.39967 13.2943 2.45635C13.3703 2.51303 13.4136 2.64471 13.5002 2.90808ZM8.37497 15.875C7.96076 15.875 7.62497 15.5392 7.62497 15.125C7.62497 14.7108 7.96076 14.375 8.37497 14.375H15.375C15.7892 14.375 16.125 14.7108 16.125 15.125C16.125 15.5392 15.7892 15.875 15.375 15.875H8.37497ZM8.37497 10.875C7.96076 10.875 7.62497 10.5392 7.62497 10.125C7.62497 9.71079 7.96076 9.375 8.37497 9.375H11.875C12.2892 9.375 12.625 9.71079 12.625 10.125C12.625 10.5392 12.2892 10.875 11.875 10.875H8.37497Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-cancel-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1679 1.41789C15.5584 1.02737 16.1916 1.02737 16.5821 1.41789L18.875 3.71079L21.1679 1.41789C21.5584 1.02737 22.1916 1.02737 22.5821 1.41789C22.9726 1.80842 22.9726 2.44158 22.5821 2.83211L20.2892 5.125L22.5821 7.41789C22.9726 7.80842 22.9726 8.44158 22.5821 8.83211C22.1916 9.22263 21.5584 9.22263 21.1679 8.83211L18.875 6.53921L16.5821 8.83211C16.1916 9.22263 15.5584 9.22263 15.1679 8.83211C14.7774 8.44158 14.7774 7.80842 15.1679 7.41789L17.4608 5.125L15.1679 2.83211C14.7774 2.44158 14.7774 1.80842 15.1679 1.41789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5002 2.90807L13.5002 2.90807C13.6186 3.26806 13.821 3.60649 14.1072 3.89275L14.9152 4.70072C15.1152 4.90072 15.2152 5.00072 15.2152 5.12499C15.2152 5.24925 15.1152 5.34925 14.9152 5.54925L14.1072 6.35722C13.1309 7.33353 13.1309 8.91644 14.1072 9.89276C15.0835 10.8691 16.6665 10.8691 17.6428 9.89275L18.4507 9.08479C18.6507 8.88479 18.7507 8.78479 18.875 8.78479C18.9993 8.78479 19.0993 8.88479 19.2993 9.08479L20.1072 9.89275C20.635 10.4206 21.3401 10.663 22.0308 10.6202L22.0309 10.6202C22.2178 10.6086 22.3112 10.6028 22.365 10.62C22.4525 10.648 22.5064 10.6956 22.5453 10.7788C22.5692 10.83 22.5738 10.9024 22.5832 11.0473C22.6389 11.9098 22.6389 12.8018 22.5832 13.6642C22.2853 18.274 18.662 21.9603 14.0954 22.2639C12.6351 22.3609 11.1119 22.3607 9.65465 22.2639C9.08972 22.2263 8.47478 22.0927 7.93339 21.8698C7.84733 21.8343 7.77126 21.803 7.70361 21.7754C7.56703 21.7198 7.49873 21.6919 7.42104 21.7016C7.34335 21.7112 7.28359 21.7552 7.16407 21.8431L7.0688 21.9132C6.27636 22.4976 5.27592 22.9075 3.85617 22.873L3.81044 22.8719C3.53655 22.8653 3.24461 22.8583 3.00652 22.8123C2.71975 22.7568 2.36496 22.6181 2.14291 22.2395C1.90123 21.8275 1.99813 21.4108 2.09188 21.1484C2.18036 20.9007 2.33374 20.6102 2.49042 20.3135L2.5119 20.2728C2.97823 19.3891 3.10814 18.6669 2.85881 18.1854C2.02648 16.929 1.27772 15.3806 1.1668 13.6642C1.11107 12.8018 1.11107 11.9098 1.1668 11.0473C1.46472 6.43756 5.088 2.75127 9.65465 2.44771C10.7112 2.37748 11.8025 2.35806 12.8793 2.3897C13.1054 2.39634 13.2185 2.39966 13.2944 2.45634C13.3703 2.51301 13.4136 2.6447 13.5002 2.90807ZM7.875 11.625C7.32272 11.625 6.875 12.0727 6.875 12.625C6.875 13.1773 7.32272 13.625 7.875 13.625H7.88397C8.43626 13.625 8.88397 13.1773 8.88397 12.625C8.88397 12.0727 8.43626 11.625 7.88397 11.625H7.875ZM11.8705 11.625C11.3182 11.625 10.8705 12.0727 10.8705 12.625C10.8705 13.1773 11.3182 13.625 11.8705 13.625H11.8795C12.4318 13.625 12.8795 13.1773 12.8795 12.625C12.8795 12.0727 12.4318 11.625 11.8795 11.625H11.8705ZM15.866 11.625C15.3137 11.625 14.866 12.0727 14.866 12.625C14.866 13.1773 15.3137 13.625 15.866 13.625H15.875C16.4273 13.625 16.875 13.1773 16.875 12.625C16.875 12.0727 16.4273 11.625 15.875 11.625H15.866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1679 1.41789C15.5584 1.02737 16.1916 1.02737 16.5821 1.41789L18.875 3.71079L21.1679 1.41789C21.5584 1.02737 22.1916 1.02737 22.5821 1.41789C22.9726 1.80842 22.9726 2.44158 22.5821 2.83211L20.2892 5.125L22.5821 7.41789C22.9726 7.80842 22.9726 8.44158 22.5821 8.83211C22.1916 9.22263 21.5584 9.22263 21.1679 8.83211L18.875 6.53921L16.5821 8.83211C16.1916 9.22263 15.5584 9.22263 15.1679 8.83211C14.7774 8.44158 14.7774 7.80842 15.1679 7.41789L17.4608 5.125L15.1679 2.83211C14.7774 2.44158 14.7774 1.80842 15.1679 1.41789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5002 2.90807L13.5002 2.90807C13.6186 3.26806 13.821 3.60649 14.1072 3.89275L14.9152 4.70072C15.1152 4.90072 15.2152 5.00072 15.2152 5.12499C15.2152 5.24925 15.1152 5.34925 14.9152 5.54925L14.1072 6.35722C13.1309 7.33353 13.1309 8.91644 14.1072 9.89276C15.0835 10.8691 16.6665 10.8691 17.6428 9.89275L18.4507 9.08479C18.6507 8.88479 18.7507 8.78479 18.875 8.78479C18.9993 8.78479 19.0993 8.88479 19.2993 9.08479L20.1072 9.89275C20.635 10.4206 21.3401 10.663 22.0308 10.6202L22.0309 10.6202C22.2178 10.6086 22.3112 10.6028 22.365 10.62C22.4525 10.648 22.5064 10.6956 22.5453 10.7788C22.5692 10.83 22.5738 10.9024 22.5832 11.0473C22.6389 11.9098 22.6389 12.8018 22.5832 13.6642C22.2853 18.274 18.662 21.9603 14.0954 22.2639C12.6351 22.3609 11.1119 22.3607 9.65465 22.2639C9.08972 22.2263 8.47478 22.0927 7.93339 21.8698C7.84733 21.8343 7.77126 21.803 7.70361 21.7754C7.56703 21.7198 7.49873 21.6919 7.42104 21.7016C7.34335 21.7112 7.28359 21.7552 7.16407 21.8431L7.0688 21.9132C6.27636 22.4976 5.27592 22.9075 3.85617 22.873L3.81044 22.8719C3.53655 22.8653 3.24461 22.8583 3.00652 22.8123C2.71975 22.7568 2.36496 22.6181 2.14291 22.2395C1.90123 21.8275 1.99813 21.4108 2.09188 21.1484C2.18036 20.9007 2.33374 20.6102 2.49042 20.3135L2.5119 20.2728C2.97823 19.3891 3.10814 18.6669 2.85881 18.1854C2.02648 16.929 1.27772 15.3806 1.1668 13.6642C1.11107 12.8018 1.11107 11.9098 1.1668 11.0473C1.46472 6.43756 5.088 2.75127 9.65465 2.44771C10.7112 2.37748 11.8025 2.35806 12.8793 2.3897C13.1054 2.39634 13.2185 2.39966 13.2944 2.45634C13.3703 2.51301 13.4136 2.6447 13.5002 2.90807ZM7.875 11.625C7.32272 11.625 6.875 12.0727 6.875 12.625C6.875 13.1773 7.32272 13.625 7.875 13.625H7.88397C8.43626 13.625 8.88397 13.1773 8.88397 12.625C8.88397 12.0727 8.43626 11.625 7.88397 11.625H7.875ZM11.8705 11.625C11.3182 11.625 10.8705 12.0727 10.8705 12.625C10.8705 13.1773 11.3182 13.625 11.8705 13.625H11.8795C12.4318 13.625 12.8795 13.1773 12.8795 12.625C12.8795 12.0727 12.4318 11.625 11.8795 11.625H11.8705ZM15.866 11.625C15.3137 11.625 14.866 12.0727 14.866 12.625C14.866 13.1773 15.3137 13.625 15.866 13.625H15.875C16.4273 13.625 16.875 13.1773 16.875 12.625C16.875 12.0727 16.4273 11.625 15.875 11.625H15.866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-delay-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.651 2.3887C12.5623 2.24713 12.3196 2.2483 11.8341 2.25065C11.1437 2.25398 10.4546 2.27811 9.77965 2.32297C5.213 2.62653 1.58972 6.31282 1.2918 10.9226C1.23607 11.785 1.23607 12.6771 1.2918 13.5395C1.40272 15.2559 2.15148 16.8043 2.98381 18.0607C3.23314 18.5422 3.10323 19.2643 2.6369 20.148L2.61542 20.1887C2.45874 20.4855 2.30536 20.776 2.21688 21.0236C2.12313 21.2861 2.02623 21.7027 2.26791 22.1148C2.48996 22.4934 2.84475 22.632 3.13152 22.6875C3.36961 22.7336 3.66155 22.7406 3.93544 22.7471L3.98117 22.7482C5.40092 22.7828 6.40136 22.3729 7.1938 21.7885L7.28907 21.7183C7.40859 21.6304 7.46835 21.5865 7.54604 21.5768C7.62373 21.5672 7.69203 21.595 7.82861 21.6507C7.89626 21.6783 7.97233 21.7096 8.05839 21.745C8.59978 21.968 9.21472 22.1016 9.77965 22.1391C11.2369 22.236 12.7601 22.2362 14.2204 22.1391C18.787 21.8356 22.4103 18.1493 22.7082 13.5395C22.7639 12.6771 22.7639 11.785 22.7082 10.9226L22.7082 10.9225C22.7032 10.846 22.7008 10.8077 22.6953 10.7841C22.6483 10.5793 22.4227 10.4855 22.2444 10.5966C22.2238 10.6095 22.1864 10.6422 22.1115 10.7076L22.1115 10.7076C21.0126 11.6682 19.5743 12.2502 18 12.2502C14.5482 12.2502 11.75 9.45203 11.75 6.00025C11.75 5.01264 11.9791 4.07854 12.387 3.24818C12.6221 2.76958 12.7396 2.53028 12.651 2.3887ZM8.5 15.7501C8.08579 15.7501 7.75 15.4144 7.75 15.0001C7.75 14.5859 8.08579 14.2501 8.5 14.2501H15.5C15.9142 14.2501 16.25 14.5859 16.25 15.0001C16.25 15.4144 15.9142 15.7501 15.5 15.7501H8.5ZM8.5 10.7501C8.08579 10.7501 7.75 10.4144 7.75 10.0001C7.75 9.58593 8.08579 9.25015 8.5 9.25015H10.5C10.9142 9.25015 11.25 9.58593 11.25 10.0001C11.25 10.4144 10.9142 10.7501 10.5 10.7501H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1.25C15.3766 1.25 13.25 3.37665 13.25 6C13.25 8.62335 15.3766 10.75 18 10.75C20.6234 10.75 22.75 8.62335 22.75 6C22.75 3.37665 20.6234 1.25 18 1.25ZM19.5303 5.53033C19.8232 5.23744 19.8232 4.76256 19.5303 4.46967C19.2374 4.17678 18.7626 4.17678 18.4697 4.46967L17.4697 5.46967C17.1768 5.76256 17.1768 6.23744 17.4697 6.53033C17.7626 6.82322 18.2374 6.82322 18.5303 6.53033L19.5303 5.53033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.651 2.3887C12.5623 2.24713 12.3196 2.2483 11.8341 2.25065C11.1437 2.25398 10.4546 2.27811 9.77965 2.32297C5.213 2.62653 1.58972 6.31282 1.2918 10.9226C1.23607 11.785 1.23607 12.6771 1.2918 13.5395C1.40272 15.2559 2.15148 16.8043 2.98381 18.0607C3.23314 18.5422 3.10323 19.2643 2.6369 20.148L2.61542 20.1887C2.45874 20.4855 2.30536 20.776 2.21688 21.0236C2.12313 21.2861 2.02623 21.7027 2.26791 22.1148C2.48996 22.4934 2.84475 22.632 3.13152 22.6875C3.36961 22.7336 3.66155 22.7406 3.93544 22.7471L3.98117 22.7482C5.40092 22.7828 6.40136 22.3729 7.1938 21.7885L7.28907 21.7183C7.40859 21.6304 7.46835 21.5865 7.54604 21.5768C7.62373 21.5672 7.69203 21.595 7.82861 21.6507C7.89626 21.6783 7.97233 21.7096 8.05839 21.745C8.59978 21.968 9.21472 22.1016 9.77965 22.1391C11.2369 22.236 12.7601 22.2362 14.2204 22.1391C18.787 21.8356 22.4103 18.1493 22.7082 13.5395C22.7639 12.6771 22.7639 11.785 22.7082 10.9226L22.7082 10.9225C22.7032 10.846 22.7008 10.8077 22.6953 10.7841C22.6483 10.5793 22.4227 10.4855 22.2444 10.5966C22.2238 10.6095 22.1864 10.6422 22.1115 10.7076L22.1115 10.7076C21.0126 11.6682 19.5743 12.2502 18 12.2502C14.5482 12.2502 11.75 9.45203 11.75 6.00025C11.75 5.01264 11.9791 4.07854 12.387 3.24818C12.6221 2.76958 12.7396 2.53028 12.651 2.3887ZM8.5 15.7501C8.08579 15.7501 7.75 15.4144 7.75 15.0001C7.75 14.5859 8.08579 14.2501 8.5 14.2501H15.5C15.9142 14.2501 16.25 14.5859 16.25 15.0001C16.25 15.4144 15.9142 15.7501 15.5 15.7501H8.5ZM8.5 10.7501C8.08579 10.7501 7.75 10.4144 7.75 10.0001C7.75 9.58593 8.08579 9.25015 8.5 9.25015H10.5C10.9142 9.25015 11.25 9.58593 11.25 10.0001C11.25 10.4144 10.9142 10.7501 10.5 10.7501H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1.25C15.3766 1.25 13.25 3.37665 13.25 6C13.25 8.62335 15.3766 10.75 18 10.75C20.6234 10.75 22.75 8.62335 22.75 6C22.75 3.37665 20.6234 1.25 18 1.25ZM19.5303 5.53033C19.8232 5.23744 19.8232 4.76256 19.5303 4.46967C19.2374 4.17678 18.7626 4.17678 18.4697 4.46967L17.4697 5.46967C17.1768 5.76256 17.1768 6.23744 17.4697 6.53033C17.7626 6.82322 18.2374 6.82322 18.5303 6.53033L19.5303 5.53033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-delay-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1.25C15.3766 1.25 13.25 3.37665 13.25 6C13.25 8.62335 15.3766 10.75 18 10.75C20.6234 10.75 22.75 8.62335 22.75 6C22.75 3.37665 20.6234 1.25 18 1.25ZM19.5303 5.53033C19.8232 5.23744 19.8232 4.76256 19.5303 4.46967C19.2374 4.17678 18.7626 4.17678 18.4697 4.46967L17.4697 5.46967C17.1768 5.76256 17.1768 6.23744 17.4697 6.53033C17.7626 6.82322 18.2374 6.82322 18.5303 6.53033L19.5303 5.53033Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.651 2.38858C12.5623 2.24701 12.3196 2.24818 11.8341 2.25052C11.1437 2.25386 10.4546 2.27798 9.77965 2.32285C5.213 2.62641 1.58972 6.3127 1.2918 10.9225C1.23607 11.7849 1.23607 12.677 1.2918 13.5394C1.40272 15.2557 2.15148 16.8041 2.98381 18.0606C3.23314 18.5421 3.10323 19.2642 2.6369 20.1479L2.61542 20.1886C2.45874 20.4854 2.30536 20.7758 2.21688 21.0235C2.12313 21.2859 2.02623 21.7026 2.26791 22.1147C2.48996 22.4933 2.84475 22.6319 3.13152 22.6874C3.36961 22.7335 3.66155 22.7404 3.93544 22.747L3.98117 22.7481C5.40092 22.7826 6.40136 22.3727 7.1938 21.7884L7.28907 21.7182C7.40859 21.6303 7.46835 21.5864 7.54604 21.5767C7.62373 21.5671 7.69203 21.5949 7.82861 21.6506C7.89626 21.6781 7.97233 21.7094 8.05839 21.7449C8.59978 21.9679 9.21472 22.1014 9.77965 22.139C11.2369 22.2359 12.7601 22.2361 14.2204 22.139C18.787 21.8354 22.4103 18.1491 22.7082 13.5394C22.7639 12.677 22.7639 11.7849 22.7082 10.9225L22.7082 10.9224C22.7032 10.8459 22.7008 10.8076 22.6953 10.784C22.6483 10.5792 22.4227 10.4854 22.2444 10.5965C22.2238 10.6093 22.1864 10.642 22.1115 10.7074L22.1115 10.7075C21.0126 11.6681 19.5743 12.2501 18 12.2501C14.5482 12.2501 11.75 9.4519 11.75 6.00012C11.75 5.01252 11.9791 4.07842 12.387 3.24805C12.6221 2.76945 12.7396 2.53015 12.651 2.38858ZM8 11.5001C7.44772 11.5001 7 11.9479 7 12.5001C7 13.0524 7.44772 13.5001 8 13.5001H8.00897C8.56126 13.5001 9.00897 13.0524 9.00897 12.5001C9.00897 11.9479 8.56126 11.5001 8.00897 11.5001H8ZM11.9955 11.5001C11.4432 11.5001 10.9955 11.9479 10.9955 12.5001C10.9955 13.0524 11.4432 13.5001 11.9955 13.5001H12.0045C12.5568 13.5001 13.0045 13.0524 13.0045 12.5001C13.0045 11.9479 12.5568 11.5001 12.0045 11.5001H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1.25C15.3766 1.25 13.25 3.37665 13.25 6C13.25 8.62335 15.3766 10.75 18 10.75C20.6234 10.75 22.75 8.62335 22.75 6C22.75 3.37665 20.6234 1.25 18 1.25ZM19.5303 5.53033C19.8232 5.23744 19.8232 4.76256 19.5303 4.46967C19.2374 4.17678 18.7626 4.17678 18.4697 4.46967L17.4697 5.46967C17.1768 5.76256 17.1768 6.23744 17.4697 6.53033C17.7626 6.82322 18.2374 6.82322 18.5303 6.53033L19.5303 5.53033Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.651 2.38858C12.5623 2.24701 12.3196 2.24818 11.8341 2.25052C11.1437 2.25386 10.4546 2.27798 9.77965 2.32285C5.213 2.62641 1.58972 6.3127 1.2918 10.9225C1.23607 11.7849 1.23607 12.677 1.2918 13.5394C1.40272 15.2557 2.15148 16.8041 2.98381 18.0606C3.23314 18.5421 3.10323 19.2642 2.6369 20.1479L2.61542 20.1886C2.45874 20.4854 2.30536 20.7758 2.21688 21.0235C2.12313 21.2859 2.02623 21.7026 2.26791 22.1147C2.48996 22.4933 2.84475 22.6319 3.13152 22.6874C3.36961 22.7335 3.66155 22.7404 3.93544 22.747L3.98117 22.7481C5.40092 22.7826 6.40136 22.3727 7.1938 21.7884L7.28907 21.7182C7.40859 21.6303 7.46835 21.5864 7.54604 21.5767C7.62373 21.5671 7.69203 21.5949 7.82861 21.6506C7.89626 21.6781 7.97233 21.7094 8.05839 21.7449C8.59978 21.9679 9.21472 22.1014 9.77965 22.139C11.2369 22.2359 12.7601 22.2361 14.2204 22.139C18.787 21.8354 22.4103 18.1491 22.7082 13.5394C22.7639 12.677 22.7639 11.7849 22.7082 10.9225L22.7082 10.9224C22.7032 10.8459 22.7008 10.8076 22.6953 10.784C22.6483 10.5792 22.4227 10.4854 22.2444 10.5965C22.2238 10.6093 22.1864 10.642 22.1115 10.7074L22.1115 10.7075C21.0126 11.6681 19.5743 12.2501 18 12.2501C14.5482 12.2501 11.75 9.4519 11.75 6.00012C11.75 5.01252 11.9791 4.07842 12.387 3.24805C12.6221 2.76945 12.7396 2.53015 12.651 2.38858ZM8 11.5001C7.44772 11.5001 7 11.9479 7 12.5001C7 13.0524 7.44772 13.5001 8 13.5001H8.00897C8.56126 13.5001 9.00897 13.0524 9.00897 12.5001C9.00897 11.9479 8.56126 11.5001 8.00897 11.5001H8ZM11.9955 11.5001C11.4432 11.5001 10.9955 11.9479 10.9955 12.5001C10.9955 13.0524 11.4432 13.5001 11.9955 13.5001H12.0045C12.5568 13.5001 13.0045 13.0524 13.0045 12.5001C13.0045 11.9479 12.5568 11.5001 12.0045 11.5001H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-done-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.8176 1.79143C23.002 2.31202 22.7294 2.88352 22.2088 3.0679C21.6752 3.2569 21.0587 3.66376 20.4057 4.23648C19.763 4.80013 19.1378 5.47705 18.5841 6.14086C18.0322 6.80236 17.5635 7.43609 17.2324 7.90508C17.0672 8.13907 16.9372 8.33079 16.8493 8.46286L16.7191 8.66151C16.5258 8.96559 16.1837 9.14239 15.8239 9.12396C15.4639 9.10553 15.1418 8.89485 14.9806 8.57249C14.5399 7.69112 14.1446 7.34017 13.9453 7.20732C13.861 7.15111 13.804 7.12859 13.7814 7.12095C13.273 7.07374 12.875 6.64599 12.875 6.12527C12.875 5.57299 13.3227 5.12527 13.875 5.12527C13.9574 5.12607 14.1621 5.14114 14.3216 5.195C14.5295 5.25439 14.7803 5.36029 15.0547 5.54322C15.329 5.72607 15.6166 5.97884 15.9054 6.3247C16.2206 5.89395 16.609 5.38628 17.0483 4.85968C17.6416 4.14849 18.34 3.38792 19.087 2.73281C19.8236 2.08679 20.663 1.49365 21.5412 1.18265C22.0618 0.998267 22.6332 1.27083 22.8176 1.79143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4433 3.03922C16.4924 3.19716 16.3586 3.35401 16.0909 3.6677C16.0248 3.7452 15.9599 3.8221 15.8965 3.8982L15.8965 3.89821C15.842 3.96348 15.8148 3.99611 15.7886 4.01626C15.7116 4.07554 15.63 4.09297 15.5356 4.07029C15.5034 4.06258 15.4609 4.04178 15.3758 4.00018L15.3758 4.00018C15.1635 3.89636 14.958 3.81812 14.7633 3.7607C14.4016 3.64557 14.0384 3.62619 13.8896 3.62474L13.875 3.62467C12.4943 3.62467 11.375 4.74395 11.375 6.12467C11.375 7.2056 12.0602 8.12529 13.0206 8.47454C13.1137 8.50838 13.1602 8.5253 13.1956 8.55174C13.231 8.57818 13.2516 8.60604 13.2928 8.66175C13.384 8.78494 13.503 8.97077 13.6389 9.2427C14.0419 10.0486 14.8473 10.5753 15.7472 10.6214C16.6429 10.6673 17.4939 10.2296 17.9781 9.47632L18.1007 9.28925C18.1821 9.16717 18.3033 8.98844 18.4579 8.7695C18.7726 8.32359 19.2166 7.72364 19.7359 7.10114C19.8984 6.90637 20.0653 6.71295 20.2351 6.52402C20.45 6.28488 20.5574 6.16531 20.7051 6.17689C20.8527 6.18847 20.9384 6.32056 21.1098 6.58474C21.9503 7.88025 22.4772 9.40339 22.5832 11.0434C22.6389 11.9058 22.6389 12.7979 22.5832 13.6603C22.2853 18.2701 18.662 21.9564 14.0954 22.2599C12.6351 22.357 11.1119 22.3568 9.65465 22.2599C9.08972 22.2224 8.47478 22.0888 7.93339 21.8658C7.84733 21.8304 7.77126 21.7991 7.70361 21.7715C7.56703 21.7158 7.49873 21.688 7.42104 21.6977C7.34335 21.7073 7.28359 21.7512 7.16407 21.8391L7.0688 21.9093C6.27636 22.4937 5.27592 22.9036 3.85617 22.869L3.81044 22.8679C3.53655 22.8614 3.24461 22.8544 3.00652 22.8083C2.71975 22.7528 2.36496 22.6142 2.14291 22.2356C1.90123 21.8235 1.99813 21.4069 2.09188 21.1444C2.18036 20.8968 2.33374 20.6063 2.49042 20.3095L2.5119 20.2688C2.97823 19.3851 3.10814 18.663 2.85881 18.1815C2.02648 16.9251 1.27772 15.3767 1.1668 13.6603C1.11107 12.7979 1.11107 11.9058 1.1668 11.0434C1.46472 6.43363 5.088 2.74734 9.65465 2.44378C11.1119 2.34691 12.6351 2.34671 14.0954 2.44378C14.6929 2.4835 15.2744 2.58115 15.8343 2.73122C16.2076 2.83126 16.3943 2.88129 16.4433 3.03922ZM8.375 15.875C7.96079 15.875 7.625 15.5392 7.625 15.125C7.625 14.7108 7.96079 14.375 8.375 14.375H15.375C15.7892 14.375 16.125 14.7108 16.125 15.125C16.125 15.5392 15.7892 15.875 15.375 15.875H8.375ZM8.375 10.875C7.96079 10.875 7.625 10.5392 7.625 10.125C7.625 9.71079 7.96079 9.375 8.375 9.375H11.875C12.2892 9.375 12.625 9.71079 12.625 10.125C12.625 10.5392 12.2892 10.875 11.875 10.875H8.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.8176 1.79143C23.002 2.31202 22.7294 2.88352 22.2088 3.0679C21.6752 3.2569 21.0587 3.66376 20.4057 4.23648C19.763 4.80013 19.1378 5.47705 18.5841 6.14086C18.0322 6.80236 17.5635 7.43609 17.2324 7.90508C17.0672 8.13907 16.9372 8.33079 16.8493 8.46286L16.7191 8.66151C16.5258 8.96559 16.1837 9.14239 15.8239 9.12396C15.4639 9.10553 15.1418 8.89485 14.9806 8.57249C14.5399 7.69112 14.1446 7.34017 13.9453 7.20732C13.861 7.15111 13.804 7.12859 13.7814 7.12095C13.273 7.07374 12.875 6.64599 12.875 6.12527C12.875 5.57299 13.3227 5.12527 13.875 5.12527C13.9574 5.12607 14.1621 5.14114 14.3216 5.195C14.5295 5.25439 14.7803 5.36029 15.0547 5.54322C15.329 5.72607 15.6166 5.97884 15.9054 6.3247C16.2206 5.89395 16.609 5.38628 17.0483 4.85968C17.6416 4.14849 18.34 3.38792 19.087 2.73281C19.8236 2.08679 20.663 1.49365 21.5412 1.18265C22.0618 0.998267 22.6332 1.27083 22.8176 1.79143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4433 3.03922C16.4924 3.19716 16.3586 3.35401 16.0909 3.6677C16.0248 3.7452 15.9599 3.8221 15.8965 3.8982L15.8965 3.89821C15.842 3.96348 15.8148 3.99611 15.7886 4.01626C15.7116 4.07554 15.63 4.09297 15.5356 4.07029C15.5034 4.06258 15.4609 4.04178 15.3758 4.00018L15.3758 4.00018C15.1635 3.89636 14.958 3.81812 14.7633 3.7607C14.4016 3.64557 14.0384 3.62619 13.8896 3.62474L13.875 3.62467C12.4943 3.62467 11.375 4.74395 11.375 6.12467C11.375 7.2056 12.0602 8.12529 13.0206 8.47454C13.1137 8.50838 13.1602 8.5253 13.1956 8.55174C13.231 8.57818 13.2516 8.60604 13.2928 8.66175C13.384 8.78494 13.503 8.97077 13.6389 9.2427C14.0419 10.0486 14.8473 10.5753 15.7472 10.6214C16.6429 10.6673 17.4939 10.2296 17.9781 9.47632L18.1007 9.28925C18.1821 9.16717 18.3033 8.98844 18.4579 8.7695C18.7726 8.32359 19.2166 7.72364 19.7359 7.10114C19.8984 6.90637 20.0653 6.71295 20.2351 6.52402C20.45 6.28488 20.5574 6.16531 20.7051 6.17689C20.8527 6.18847 20.9384 6.32056 21.1098 6.58474C21.9503 7.88025 22.4772 9.40339 22.5832 11.0434C22.6389 11.9058 22.6389 12.7979 22.5832 13.6603C22.2853 18.2701 18.662 21.9564 14.0954 22.2599C12.6351 22.357 11.1119 22.3568 9.65465 22.2599C9.08972 22.2224 8.47478 22.0888 7.93339 21.8658C7.84733 21.8304 7.77126 21.7991 7.70361 21.7715C7.56703 21.7158 7.49873 21.688 7.42104 21.6977C7.34335 21.7073 7.28359 21.7512 7.16407 21.8391L7.0688 21.9093C6.27636 22.4937 5.27592 22.9036 3.85617 22.869L3.81044 22.8679C3.53655 22.8614 3.24461 22.8544 3.00652 22.8083C2.71975 22.7528 2.36496 22.6142 2.14291 22.2356C1.90123 21.8235 1.99813 21.4069 2.09188 21.1444C2.18036 20.8968 2.33374 20.6063 2.49042 20.3095L2.5119 20.2688C2.97823 19.3851 3.10814 18.663 2.85881 18.1815C2.02648 16.9251 1.27772 15.3767 1.1668 13.6603C1.11107 12.7979 1.11107 11.9058 1.1668 11.0434C1.46472 6.43363 5.088 2.74734 9.65465 2.44378C11.1119 2.34691 12.6351 2.34671 14.0954 2.44378C14.6929 2.4835 15.2744 2.58115 15.8343 2.73122C16.2076 2.83126 16.3943 2.88129 16.4433 3.03922ZM8.375 15.875C7.96079 15.875 7.625 15.5392 7.625 15.125C7.625 14.7108 7.96079 14.375 8.375 14.375H15.375C15.7892 14.375 16.125 14.7108 16.125 15.125C16.125 15.5392 15.7892 15.875 15.375 15.875H8.375ZM8.375 10.875C7.96079 10.875 7.625 10.5392 7.625 10.125C7.625 9.71079 7.96079 9.375 8.375 9.375H11.875C12.2892 9.375 12.625 9.71079 12.625 10.125C12.625 10.5392 12.2892 10.875 11.875 10.875H8.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-done-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.8176 1.79143C23.002 2.31202 22.7294 2.88352 22.2088 3.0679C21.6752 3.2569 21.0587 3.66376 20.4057 4.23648C19.763 4.80013 19.1378 5.47705 18.5841 6.14086C18.0322 6.80236 17.5635 7.43609 17.2324 7.90508C17.0672 8.13907 16.9372 8.33079 16.8493 8.46286L16.7191 8.66151C16.5258 8.96559 16.1837 9.14239 15.8239 9.12396C15.4639 9.10553 15.1418 8.89485 14.9806 8.57249C14.5399 7.69112 14.1446 7.34017 13.9453 7.20732C13.861 7.15111 13.804 7.12859 13.7814 7.12095C13.273 7.07374 12.875 6.64599 12.875 6.12527C12.875 5.57299 13.3227 5.12527 13.875 5.12527C13.9574 5.12607 14.1621 5.14114 14.3216 5.195C14.5295 5.25439 14.7803 5.36029 15.0547 5.54322C15.329 5.72607 15.6166 5.97884 15.9054 6.3247C16.2206 5.89395 16.609 5.38628 17.0483 4.85968C17.6416 4.14849 18.34 3.38792 19.087 2.73281C19.8236 2.08679 20.663 1.49365 21.5412 1.18265C22.0618 0.998267 22.6332 1.27083 22.8176 1.79143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4432 3.03926C16.4923 3.1972 16.3584 3.35405 16.0908 3.66774C16.0247 3.74524 15.9598 3.82214 15.8963 3.89824L15.8963 3.89825C15.8419 3.96352 15.8146 3.99615 15.7885 4.0163C15.7115 4.07558 15.6299 4.09301 15.5354 4.07033C15.5033 4.06263 15.4608 4.04182 15.3757 4.00022L15.3757 4.00022C15.1634 3.8964 14.9579 3.81816 14.7631 3.76074C14.4015 3.64561 14.0383 3.62623 13.8895 3.62478L13.8749 3.62471C12.4942 3.62471 11.3749 4.74399 11.3749 6.12471C11.3749 7.20564 12.0601 8.12533 13.0205 8.47458C13.1135 8.50842 13.16 8.52534 13.1955 8.55178C13.2309 8.57822 13.2515 8.60608 13.2927 8.66179C13.3838 8.78498 13.5028 8.97081 13.6388 9.24274C14.0417 10.0486 14.8472 10.5754 15.747 10.6214C16.6428 10.6673 17.4938 10.2296 17.978 9.47636L18.1006 9.28929C18.1819 9.16721 18.3032 8.98848 18.4577 8.76954C18.7725 8.32363 19.2164 7.72368 19.7358 7.10118C19.8982 6.90641 20.0651 6.71299 20.2349 6.52407C20.4499 6.28492 20.5573 6.16535 20.7049 6.17693C20.8525 6.18851 20.9382 6.3206 21.1097 6.58478C21.9502 7.88029 22.4771 9.40343 22.5831 11.0434C22.6388 11.9059 22.6388 12.7979 22.5831 13.6603C22.2851 18.2701 18.6619 21.9564 14.0952 22.26C12.635 22.357 11.1118 22.3568 9.65452 22.26C9.08958 22.2224 8.47464 22.0888 7.93325 21.8659C7.84719 21.8304 7.77112 21.7991 7.70348 21.7715C7.56689 21.7159 7.4986 21.688 7.42091 21.6977C7.34322 21.7073 7.28346 21.7513 7.16393 21.8392L7.06867 21.9094C6.27623 22.4937 5.27578 22.9036 3.85604 22.8691L3.8103 22.868C3.53642 22.8614 3.24447 22.8544 3.00639 22.8084C2.71962 22.7529 2.36483 22.6142 2.14277 22.2356C1.90109 21.8236 1.99799 21.4069 2.09175 21.1445C2.18023 20.8968 2.3336 20.6063 2.49029 20.3096L2.51177 20.2689C2.9781 19.3852 3.108 18.663 2.85867 18.1815C2.02634 16.9251 1.27759 15.3767 1.16667 13.6603C1.11093 12.7979 1.11093 11.9059 1.16667 11.0435C1.46458 6.43367 5.08787 2.74738 9.65452 2.44382C11.1118 2.34695 12.635 2.34675 14.0952 2.44382C14.6928 2.48355 15.2742 2.58119 15.8342 2.73126C16.2075 2.8313 16.3941 2.88133 16.4432 3.03926ZM7.875 11.625C7.32272 11.625 6.875 12.0727 6.875 12.625C6.875 13.1773 7.32272 13.625 7.875 13.625H7.88397C8.43626 13.625 8.88397 13.1773 8.88397 12.625C8.88397 12.0727 8.43626 11.625 7.88397 11.625H7.875ZM11.8705 11.625C11.3182 11.625 10.8705 12.0727 10.8705 12.625C10.8705 13.1773 11.3182 13.625 11.8705 13.625H11.8795C12.4318 13.625 12.8795 13.1773 12.8795 12.625C12.8795 12.0727 12.4318 11.625 11.8795 11.625H11.8705ZM15.866 11.625C15.3137 11.625 14.866 12.0727 14.866 12.625C14.866 13.1773 15.3137 13.625 15.866 13.625H15.875C16.4273 13.625 16.875 13.1773 16.875 12.625C16.875 12.0727 16.4273 11.625 15.875 11.625H15.866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.8176 1.79143C23.002 2.31202 22.7294 2.88352 22.2088 3.0679C21.6752 3.2569 21.0587 3.66376 20.4057 4.23648C19.763 4.80013 19.1378 5.47705 18.5841 6.14086C18.0322 6.80236 17.5635 7.43609 17.2324 7.90508C17.0672 8.13907 16.9372 8.33079 16.8493 8.46286L16.7191 8.66151C16.5258 8.96559 16.1837 9.14239 15.8239 9.12396C15.4639 9.10553 15.1418 8.89485 14.9806 8.57249C14.5399 7.69112 14.1446 7.34017 13.9453 7.20732C13.861 7.15111 13.804 7.12859 13.7814 7.12095C13.273 7.07374 12.875 6.64599 12.875 6.12527C12.875 5.57299 13.3227 5.12527 13.875 5.12527C13.9574 5.12607 14.1621 5.14114 14.3216 5.195C14.5295 5.25439 14.7803 5.36029 15.0547 5.54322C15.329 5.72607 15.6166 5.97884 15.9054 6.3247C16.2206 5.89395 16.609 5.38628 17.0483 4.85968C17.6416 4.14849 18.34 3.38792 19.087 2.73281C19.8236 2.08679 20.663 1.49365 21.5412 1.18265C22.0618 0.998267 22.6332 1.27083 22.8176 1.79143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4432 3.03926C16.4923 3.1972 16.3584 3.35405 16.0908 3.66774C16.0247 3.74524 15.9598 3.82214 15.8963 3.89824L15.8963 3.89825C15.8419 3.96352 15.8146 3.99615 15.7885 4.0163C15.7115 4.07558 15.6299 4.09301 15.5354 4.07033C15.5033 4.06263 15.4608 4.04182 15.3757 4.00022L15.3757 4.00022C15.1634 3.8964 14.9579 3.81816 14.7631 3.76074C14.4015 3.64561 14.0383 3.62623 13.8895 3.62478L13.8749 3.62471C12.4942 3.62471 11.3749 4.74399 11.3749 6.12471C11.3749 7.20564 12.0601 8.12533 13.0205 8.47458C13.1135 8.50842 13.16 8.52534 13.1955 8.55178C13.2309 8.57822 13.2515 8.60608 13.2927 8.66179C13.3838 8.78498 13.5028 8.97081 13.6388 9.24274C14.0417 10.0486 14.8472 10.5754 15.747 10.6214C16.6428 10.6673 17.4938 10.2296 17.978 9.47636L18.1006 9.28929C18.1819 9.16721 18.3032 8.98848 18.4577 8.76954C18.7725 8.32363 19.2164 7.72368 19.7358 7.10118C19.8982 6.90641 20.0651 6.71299 20.2349 6.52407C20.4499 6.28492 20.5573 6.16535 20.7049 6.17693C20.8525 6.18851 20.9382 6.3206 21.1097 6.58478C21.9502 7.88029 22.4771 9.40343 22.5831 11.0434C22.6388 11.9059 22.6388 12.7979 22.5831 13.6603C22.2851 18.2701 18.6619 21.9564 14.0952 22.26C12.635 22.357 11.1118 22.3568 9.65452 22.26C9.08958 22.2224 8.47464 22.0888 7.93325 21.8659C7.84719 21.8304 7.77112 21.7991 7.70348 21.7715C7.56689 21.7159 7.4986 21.688 7.42091 21.6977C7.34322 21.7073 7.28346 21.7513 7.16393 21.8392L7.06867 21.9094C6.27623 22.4937 5.27578 22.9036 3.85604 22.8691L3.8103 22.868C3.53642 22.8614 3.24447 22.8544 3.00639 22.8084C2.71962 22.7529 2.36483 22.6142 2.14277 22.2356C1.90109 21.8236 1.99799 21.4069 2.09175 21.1445C2.18023 20.8968 2.3336 20.6063 2.49029 20.3096L2.51177 20.2689C2.9781 19.3852 3.108 18.663 2.85867 18.1815C2.02634 16.9251 1.27759 15.3767 1.16667 13.6603C1.11093 12.7979 1.11093 11.9059 1.16667 11.0435C1.46458 6.43367 5.08787 2.74738 9.65452 2.44382C11.1118 2.34695 12.635 2.34675 14.0952 2.44382C14.6928 2.48355 15.2742 2.58119 15.8342 2.73126C16.2075 2.8313 16.3941 2.88133 16.4432 3.03926ZM7.875 11.625C7.32272 11.625 6.875 12.0727 6.875 12.625C6.875 13.1773 7.32272 13.625 7.875 13.625H7.88397C8.43626 13.625 8.88397 13.1773 8.88397 12.625C8.88397 12.0727 8.43626 11.625 7.88397 11.625H7.875ZM11.8705 11.625C11.3182 11.625 10.8705 12.0727 10.8705 12.625C10.8705 13.1773 11.3182 13.625 11.8705 13.625H11.8795C12.4318 13.625 12.8795 13.1773 12.8795 12.625C12.8795 12.0727 12.4318 11.625 11.8795 11.625H11.8705ZM15.866 11.625C15.3137 11.625 14.866 12.0727 14.866 12.625C14.866 13.1773 15.3137 13.625 15.866 13.625H15.875C16.4273 13.625 16.875 13.1773 16.875 12.625C16.875 12.0727 16.4273 11.625 15.875 11.625H15.866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-download-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0057 4.67352L16.0057 3.20555C16.0057 2.98276 16.0057 2.87137 15.9394 2.78903C15.8732 2.70669 15.7692 2.68384 15.5612 2.63815C15.1253 2.54242 14.6776 2.47812 14.2204 2.44773C12.7601 2.35066 11.2369 2.35086 9.77965 2.44773C5.213 2.75129 1.58972 6.43758 1.2918 11.0474C1.23607 11.9098 1.23607 12.8018 1.2918 13.6642C1.40272 15.3806 2.15148 16.929 2.98381 18.1854C3.23314 18.6669 3.10323 19.3891 2.6369 20.2728L2.61542 20.3135C2.45874 20.6102 2.30536 20.9007 2.21688 21.1484C2.12313 21.4108 2.02623 21.8275 2.26791 22.2395C2.48996 22.6181 2.84475 22.7568 3.13152 22.8123C3.36961 22.8584 3.66155 22.8653 3.93544 22.8719L3.98117 22.873C5.40092 22.9075 6.40136 22.4976 7.1938 21.9133L7.28907 21.8431C7.40859 21.7552 7.46835 21.7112 7.54604 21.7016C7.62373 21.692 7.69203 21.7198 7.82861 21.7755C7.89626 21.803 7.97233 21.8343 8.05839 21.8698C8.59978 22.0927 9.21472 22.2263 9.77965 22.2639C11.2369 22.3607 12.7601 22.3609 14.2204 22.2639C18.787 21.9603 22.4103 18.274 22.7082 13.6642C22.7639 12.8018 22.7639 11.9098 22.7082 11.0474C22.7052 11.0015 22.7019 10.9557 22.6983 10.91C22.6575 10.3944 22.637 10.1366 22.4452 10.0753C22.2534 10.014 22.0794 10.2214 21.7315 10.6364L21.199 11.2714C20.9771 11.4995 20.682 11.7784 20.3361 12.0164C20.0532 12.211 19.3916 12.625 18.4998 12.625C17.608 12.625 16.9464 12.211 16.6635 12.0164C16.3176 11.7784 16.0225 11.4995 15.8006 11.2714C15.3555 10.8139 14.9259 10.2668 14.6382 9.89978L14.599 9.84991C14.4991 9.72286 14.3149 9.48857 14.1735 9.25386L14.1714 9.25048L14.1658 9.24116C14.0659 9.07736 13.3799 7.95264 14.0139 6.64576C14.4002 5.84944 15.036 5.48045 15.5168 5.3085C15.7697 5.21806 15.8962 5.17284 15.9509 5.09513C16.0057 5.01742 16.0057 4.90278 16.0057 4.67352ZM8.5 15.875C8.08579 15.875 7.75 15.5392 7.75 15.125C7.75 14.7108 8.08579 14.375 8.5 14.375H15.5C15.9142 14.375 16.25 14.7108 16.25 15.125C16.25 15.5392 15.9142 15.875 15.5 15.875H8.5ZM8.5 10.875C8.08579 10.875 7.75 10.5392 7.75 10.125C7.75 9.71079 8.08579 9.375 8.5 9.375H12C12.4142 9.375 12.75 9.71079 12.75 10.125C12.75 10.5392 12.4142 10.875 12 10.875H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5059 2.125C19.5059 1.57272 19.0581 1.125 18.5059 1.125C17.9536 1.125 17.5059 1.57272 17.5059 2.125L17.5059 6.62504L16.9116 6.62502C16.736 6.62489 16.5203 6.62474 16.3439 6.64681L16.3405 6.64723C16.2141 6.663 15.638 6.73483 15.3637 7.30043C15.0887 7.86725 15.3907 8.36739 15.456 8.4756L15.4584 8.47963C15.5506 8.63265 15.6848 8.80353 15.7951 8.94408L15.8188 8.97433C16.1135 9.35015 16.4954 9.83437 16.8759 10.2254C17.0657 10.4205 17.283 10.6217 17.5139 10.7806C17.7191 10.9218 18.0693 11.125 18.5 11.125C18.9307 11.125 19.2809 10.9218 19.4861 10.7806C19.717 10.6217 19.9343 10.4205 20.1241 10.2254C20.5046 9.83437 20.8865 9.35015 21.1812 8.97433L21.2049 8.94409C21.3152 8.80353 21.4494 8.63265 21.5416 8.47963L21.544 8.47559C21.6093 8.36739 21.9113 7.86725 21.6363 7.30043C21.362 6.73483 20.7859 6.66299 20.6595 6.64723L20.6561 6.64681C20.4797 6.62474 20.264 6.62489 20.0884 6.62502L19.5059 6.62504L19.5059 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0057 4.67352L16.0057 3.20555C16.0057 2.98276 16.0057 2.87137 15.9394 2.78903C15.8732 2.70669 15.7692 2.68384 15.5612 2.63815C15.1253 2.54242 14.6776 2.47812 14.2204 2.44773C12.7601 2.35066 11.2369 2.35086 9.77965 2.44773C5.213 2.75129 1.58972 6.43758 1.2918 11.0474C1.23607 11.9098 1.23607 12.8018 1.2918 13.6642C1.40272 15.3806 2.15148 16.929 2.98381 18.1854C3.23314 18.6669 3.10323 19.3891 2.6369 20.2728L2.61542 20.3135C2.45874 20.6102 2.30536 20.9007 2.21688 21.1484C2.12313 21.4108 2.02623 21.8275 2.26791 22.2395C2.48996 22.6181 2.84475 22.7568 3.13152 22.8123C3.36961 22.8584 3.66155 22.8653 3.93544 22.8719L3.98117 22.873C5.40092 22.9075 6.40136 22.4976 7.1938 21.9133L7.28907 21.8431C7.40859 21.7552 7.46835 21.7112 7.54604 21.7016C7.62373 21.692 7.69203 21.7198 7.82861 21.7755C7.89626 21.803 7.97233 21.8343 8.05839 21.8698C8.59978 22.0927 9.21472 22.2263 9.77965 22.2639C11.2369 22.3607 12.7601 22.3609 14.2204 22.2639C18.787 21.9603 22.4103 18.274 22.7082 13.6642C22.7639 12.8018 22.7639 11.9098 22.7082 11.0474C22.7052 11.0015 22.7019 10.9557 22.6983 10.91C22.6575 10.3944 22.637 10.1366 22.4452 10.0753C22.2534 10.014 22.0794 10.2214 21.7315 10.6364L21.199 11.2714C20.9771 11.4995 20.682 11.7784 20.3361 12.0164C20.0532 12.211 19.3916 12.625 18.4998 12.625C17.608 12.625 16.9464 12.211 16.6635 12.0164C16.3176 11.7784 16.0225 11.4995 15.8006 11.2714C15.3555 10.8139 14.9259 10.2668 14.6382 9.89978L14.599 9.84991C14.4991 9.72286 14.3149 9.48857 14.1735 9.25386L14.1714 9.25048L14.1658 9.24116C14.0659 9.07736 13.3799 7.95264 14.0139 6.64576C14.4002 5.84944 15.036 5.48045 15.5168 5.3085C15.7697 5.21806 15.8962 5.17284 15.9509 5.09513C16.0057 5.01742 16.0057 4.90278 16.0057 4.67352ZM8.5 15.875C8.08579 15.875 7.75 15.5392 7.75 15.125C7.75 14.7108 8.08579 14.375 8.5 14.375H15.5C15.9142 14.375 16.25 14.7108 16.25 15.125C16.25 15.5392 15.9142 15.875 15.5 15.875H8.5ZM8.5 10.875C8.08579 10.875 7.75 10.5392 7.75 10.125C7.75 9.71079 8.08579 9.375 8.5 9.375H12C12.4142 9.375 12.75 9.71079 12.75 10.125C12.75 10.5392 12.4142 10.875 12 10.875H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5059 2.125C19.5059 1.57272 19.0581 1.125 18.5059 1.125C17.9536 1.125 17.5059 1.57272 17.5059 2.125L17.5059 6.62504L16.9116 6.62502C16.736 6.62489 16.5203 6.62474 16.3439 6.64681L16.3405 6.64723C16.2141 6.663 15.638 6.73483 15.3637 7.30043C15.0887 7.86725 15.3907 8.36739 15.456 8.4756L15.4584 8.47963C15.5506 8.63265 15.6848 8.80353 15.7951 8.94408L15.8188 8.97433C16.1135 9.35015 16.4954 9.83437 16.8759 10.2254C17.0657 10.4205 17.283 10.6217 17.5139 10.7806C17.7191 10.9218 18.0693 11.125 18.5 11.125C18.9307 11.125 19.2809 10.9218 19.4861 10.7806C19.717 10.6217 19.9343 10.4205 20.1241 10.2254C20.5046 9.83437 20.8865 9.35015 21.1812 8.97433L21.2049 8.94409C21.3152 8.80353 21.4494 8.63265 21.5416 8.47963L21.544 8.47559C21.6093 8.36739 21.9113 7.86725 21.6363 7.30043C21.362 6.73483 20.7859 6.66299 20.6595 6.64723L20.6561 6.64681C20.4797 6.62474 20.264 6.62489 20.0884 6.62502L19.5059 6.62504L19.5059 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-download-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5059 2.125C19.5059 1.57272 19.0581 1.125 18.5059 1.125C17.9536 1.125 17.5059 1.57272 17.5059 2.125L17.5059 6.62504L16.9116 6.62502C16.736 6.62489 16.5203 6.62474 16.3439 6.64681L16.3405 6.64723C16.2141 6.663 15.638 6.73483 15.3637 7.30043C15.0887 7.86725 15.3907 8.36739 15.456 8.4756L15.4584 8.47963C15.5506 8.63265 15.6848 8.80353 15.7951 8.94408L15.8188 8.97433C16.1135 9.35015 16.4954 9.83437 16.8759 10.2254C17.0657 10.4205 17.283 10.6217 17.5139 10.7806C17.7191 10.9218 18.0693 11.125 18.5 11.125C18.9307 11.125 19.2809 10.9218 19.4861 10.7806C19.717 10.6217 19.9343 10.4205 20.1241 10.2254C20.5046 9.83437 20.8865 9.35015 21.1812 8.97433L21.2049 8.94409C21.3152 8.80353 21.4494 8.63265 21.5416 8.47963L21.544 8.47559C21.6093 8.36739 21.9113 7.86725 21.6363 7.30043C21.362 6.73483 20.7859 6.66299 20.6595 6.64723L20.6561 6.64681C20.4797 6.62474 20.264 6.62489 20.0884 6.62502L19.5059 6.62504L19.5059 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0057 4.67352L16.0057 3.20555C16.0057 2.98276 16.0057 2.87137 15.9394 2.78903C15.8732 2.70669 15.7692 2.68384 15.5612 2.63815C15.1253 2.54242 14.6776 2.47812 14.2204 2.44773C12.7601 2.35066 11.2369 2.35086 9.77965 2.44773C5.213 2.75129 1.58972 6.43758 1.2918 11.0474C1.23607 11.9098 1.23607 12.8018 1.2918 13.6642C1.40272 15.3806 2.15148 16.929 2.98381 18.1854C3.23314 18.6669 3.10323 19.3891 2.6369 20.2728L2.61542 20.3135C2.45874 20.6102 2.30536 20.9007 2.21688 21.1484C2.12313 21.4108 2.02623 21.8275 2.26791 22.2395C2.48996 22.6181 2.84475 22.7568 3.13152 22.8123C3.36961 22.8584 3.66155 22.8653 3.93544 22.8719L3.98117 22.873C5.40092 22.9075 6.40136 22.4976 7.1938 21.9133L7.28907 21.8431C7.40859 21.7552 7.46835 21.7112 7.54604 21.7016C7.62373 21.692 7.69203 21.7198 7.82861 21.7755C7.89626 21.803 7.97233 21.8343 8.05839 21.8698C8.59978 22.0927 9.21472 22.2263 9.77965 22.2639C11.2369 22.3607 12.7601 22.3609 14.2204 22.2639C18.787 21.9603 22.4103 18.274 22.7082 13.6642C22.7639 12.8018 22.7639 11.9098 22.7082 11.0474C22.7052 11.0015 22.7019 10.9557 22.6983 10.91C22.6575 10.3944 22.637 10.1366 22.4452 10.0753C22.2534 10.014 22.0794 10.2214 21.7315 10.6364L21.199 11.2714C20.9771 11.4995 20.682 11.7784 20.3361 12.0164C20.0532 12.211 19.3916 12.625 18.4998 12.625C17.608 12.625 16.9464 12.211 16.6635 12.0164C16.3176 11.7784 16.0225 11.4995 15.8006 11.2714C15.3555 10.8139 14.9259 10.2668 14.6382 9.89978L14.599 9.84991C14.4991 9.72286 14.3149 9.48857 14.1735 9.25386L14.1714 9.25048L14.1658 9.24116C14.0659 9.07736 13.3799 7.95264 14.0139 6.64576C14.4002 5.84944 15.036 5.48045 15.5168 5.3085C15.7697 5.21806 15.8962 5.17284 15.9509 5.09513C16.0057 5.01742 16.0057 4.90278 16.0057 4.67352ZM8.00195 11.625C7.44967 11.625 7.00195 12.0727 7.00195 12.625C7.00195 13.1773 7.44967 13.625 8.00195 13.625H8.01093C8.56321 13.625 9.01093 13.1773 9.01093 12.625C9.01093 12.0727 8.56321 11.625 8.01093 11.625H8.00195ZM11.9975 11.625C11.4452 11.625 10.9975 12.0727 10.9975 12.625C10.9975 13.1773 11.4452 13.625 11.9975 13.625H12.0064C12.5587 13.625 13.0064 13.1773 13.0064 12.625C13.0064 12.0727 12.5587 11.625 12.0064 11.625H11.9975Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5059 2.125C19.5059 1.57272 19.0581 1.125 18.5059 1.125C17.9536 1.125 17.5059 1.57272 17.5059 2.125L17.5059 6.62504L16.9116 6.62502C16.736 6.62489 16.5203 6.62474 16.3439 6.64681L16.3405 6.64723C16.2141 6.663 15.638 6.73483 15.3637 7.30043C15.0887 7.86725 15.3907 8.36739 15.456 8.4756L15.4584 8.47963C15.5506 8.63265 15.6848 8.80353 15.7951 8.94408L15.8188 8.97433C16.1135 9.35015 16.4954 9.83437 16.8759 10.2254C17.0657 10.4205 17.283 10.6217 17.5139 10.7806C17.7191 10.9218 18.0693 11.125 18.5 11.125C18.9307 11.125 19.2809 10.9218 19.4861 10.7806C19.717 10.6217 19.9343 10.4205 20.1241 10.2254C20.5046 9.83437 20.8865 9.35015 21.1812 8.97433L21.2049 8.94409C21.3152 8.80353 21.4494 8.63265 21.5416 8.47963L21.544 8.47559C21.6093 8.36739 21.9113 7.86725 21.6363 7.30043C21.362 6.73483 20.7859 6.66299 20.6595 6.64723L20.6561 6.64681C20.4797 6.62474 20.264 6.62489 20.0884 6.62502L19.5059 6.62504L19.5059 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0057 4.67352L16.0057 3.20555C16.0057 2.98276 16.0057 2.87137 15.9394 2.78903C15.8732 2.70669 15.7692 2.68384 15.5612 2.63815C15.1253 2.54242 14.6776 2.47812 14.2204 2.44773C12.7601 2.35066 11.2369 2.35086 9.77965 2.44773C5.213 2.75129 1.58972 6.43758 1.2918 11.0474C1.23607 11.9098 1.23607 12.8018 1.2918 13.6642C1.40272 15.3806 2.15148 16.929 2.98381 18.1854C3.23314 18.6669 3.10323 19.3891 2.6369 20.2728L2.61542 20.3135C2.45874 20.6102 2.30536 20.9007 2.21688 21.1484C2.12313 21.4108 2.02623 21.8275 2.26791 22.2395C2.48996 22.6181 2.84475 22.7568 3.13152 22.8123C3.36961 22.8584 3.66155 22.8653 3.93544 22.8719L3.98117 22.873C5.40092 22.9075 6.40136 22.4976 7.1938 21.9133L7.28907 21.8431C7.40859 21.7552 7.46835 21.7112 7.54604 21.7016C7.62373 21.692 7.69203 21.7198 7.82861 21.7755C7.89626 21.803 7.97233 21.8343 8.05839 21.8698C8.59978 22.0927 9.21472 22.2263 9.77965 22.2639C11.2369 22.3607 12.7601 22.3609 14.2204 22.2639C18.787 21.9603 22.4103 18.274 22.7082 13.6642C22.7639 12.8018 22.7639 11.9098 22.7082 11.0474C22.7052 11.0015 22.7019 10.9557 22.6983 10.91C22.6575 10.3944 22.637 10.1366 22.4452 10.0753C22.2534 10.014 22.0794 10.2214 21.7315 10.6364L21.199 11.2714C20.9771 11.4995 20.682 11.7784 20.3361 12.0164C20.0532 12.211 19.3916 12.625 18.4998 12.625C17.608 12.625 16.9464 12.211 16.6635 12.0164C16.3176 11.7784 16.0225 11.4995 15.8006 11.2714C15.3555 10.8139 14.9259 10.2668 14.6382 9.89978L14.599 9.84991C14.4991 9.72286 14.3149 9.48857 14.1735 9.25386L14.1714 9.25048L14.1658 9.24116C14.0659 9.07736 13.3799 7.95264 14.0139 6.64576C14.4002 5.84944 15.036 5.48045 15.5168 5.3085C15.7697 5.21806 15.8962 5.17284 15.9509 5.09513C16.0057 5.01742 16.0057 4.90278 16.0057 4.67352ZM8.00195 11.625C7.44967 11.625 7.00195 12.0727 7.00195 12.625C7.00195 13.1773 7.44967 13.625 8.00195 13.625H8.01093C8.56321 13.625 9.01093 13.1773 9.01093 12.625C9.01093 12.0727 8.56321 11.625 8.01093 11.625H8.00195ZM11.9975 11.625C11.4452 11.625 10.9975 12.0727 10.9975 12.625C10.9975 13.1773 11.4452 13.625 11.9975 13.625H12.0064C12.5587 13.625 13.0064 13.1773 13.0064 12.625C13.0064 12.0727 12.5587 11.625 12.0064 11.625H11.9975Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-edit-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.3285 2.42888C18.6619 2.09553 18.8285 1.92885 19.0019 1.82875C19.4725 1.55708 20.0522 1.55708 20.5227 1.82875C20.6961 1.92885 20.8628 2.09553 21.1961 2.42888C21.5295 2.76223 21.6961 2.9289 21.7963 3.10229C22.0679 3.57282 22.0679 4.15254 21.7963 4.62307C21.6961 4.79646 21.5295 4.96314 21.1961 5.29649L17.8883 8.60433C17.2274 9.26518 16.2301 9.29205 15.3477 9.48072C14.6578 9.62825 14.3128 9.70201 14.1179 9.50711C13.923 9.3122 13.9968 8.96723 14.1443 8.27728C14.3329 7.39494 14.3598 6.39756 15.0207 5.73671L18.3285 2.42888Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0237 2.38691C16.0766 2.55936 15.9175 2.71839 15.5995 3.03645L13.9599 4.67606C13.3597 5.27626 13.0967 5.98556 12.9519 6.55288C12.8796 6.83583 12.8296 7.11417 12.7896 7.34564L12.7678 7.47263L12.7678 7.47265C12.7356 7.66068 12.7095 7.8131 12.6773 7.96363L12.664 8.02551C12.6024 8.31269 12.5253 8.67128 12.5055 8.98263C12.4826 9.34369 12.507 10.0177 13.0571 10.5678C13.6072 11.1179 14.2812 11.1423 14.6422 11.1193C14.9536 11.0995 15.3122 11.0225 15.5993 10.9608L15.5993 10.9608L15.6612 10.9476C15.8118 10.9154 15.9642 10.8893 16.1522 10.857L16.2792 10.8352C16.5107 10.7952 16.789 10.7452 17.072 10.673C17.6393 10.5281 18.3486 10.2652 18.9488 9.66499L21.125 7.4888C21.3946 7.2192 21.5294 7.0844 21.6873 7.11651C21.8453 7.14863 21.9136 7.31752 22.0501 7.65532C22.4145 8.55665 22.6424 9.52949 22.7082 10.5474C22.7639 11.4098 22.7639 12.3018 22.7082 13.1642C22.4103 17.774 18.787 21.4603 14.2204 21.7639C12.7601 21.8609 11.2369 21.8607 9.77965 21.7639C9.21472 21.7263 8.59978 21.5927 8.05839 21.3698C7.97233 21.3343 7.89626 21.303 7.82861 21.2755C7.69203 21.2198 7.62373 21.192 7.54604 21.2016C7.46835 21.2112 7.40859 21.2552 7.28907 21.3431L7.1938 21.4133C6.40136 21.9976 5.40092 22.4075 3.98117 22.373L3.93544 22.3719C3.66155 22.3653 3.36961 22.3584 3.13152 22.3123C2.84475 22.2568 2.48996 22.1181 2.26791 21.7395C2.02623 21.3275 2.12313 20.9108 2.21688 20.6484C2.30536 20.4007 2.45874 20.1102 2.61542 19.8135L2.6369 19.7728C3.10323 18.8891 3.23314 18.1669 2.98381 17.6854C2.15148 16.429 1.40272 14.8806 1.2918 13.1642C1.23607 12.3018 1.23607 11.4098 1.2918 10.5474C1.58972 5.93758 5.213 2.25129 9.77965 1.94773C11.2369 1.85086 12.7601 1.85066 14.2204 1.94773C14.6002 1.97298 14.9736 2.02164 15.3391 2.0923C15.7603 2.17373 15.9709 2.21445 16.0237 2.38691ZM8.5 15.375C8.08579 15.375 7.75 15.0392 7.75 14.625C7.75 14.2108 8.08579 13.875 8.5 13.875H15.5C15.9142 13.875 16.25 14.2108 16.25 14.625C16.25 15.0392 15.9142 15.375 15.5 15.375H8.5ZM8.5 10.375C8.08579 10.375 7.75 10.0392 7.75 9.625C7.75 9.21079 8.08579 8.875 8.5 8.875H11C11.4142 8.875 11.75 9.21079 11.75 9.625C11.75 10.0392 11.4142 10.375 11 10.375H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.3285 2.42888C18.6619 2.09553 18.8285 1.92885 19.0019 1.82875C19.4725 1.55708 20.0522 1.55708 20.5227 1.82875C20.6961 1.92885 20.8628 2.09553 21.1961 2.42888C21.5295 2.76223 21.6961 2.9289 21.7963 3.10229C22.0679 3.57282 22.0679 4.15254 21.7963 4.62307C21.6961 4.79646 21.5295 4.96314 21.1961 5.29649L17.8883 8.60433C17.2274 9.26518 16.2301 9.29205 15.3477 9.48072C14.6578 9.62825 14.3128 9.70201 14.1179 9.50711C13.923 9.3122 13.9968 8.96723 14.1443 8.27728C14.3329 7.39494 14.3598 6.39756 15.0207 5.73671L18.3285 2.42888Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0237 2.38691C16.0766 2.55936 15.9175 2.71839 15.5995 3.03645L13.9599 4.67606C13.3597 5.27626 13.0967 5.98556 12.9519 6.55288C12.8796 6.83583 12.8296 7.11417 12.7896 7.34564L12.7678 7.47263L12.7678 7.47265C12.7356 7.66068 12.7095 7.8131 12.6773 7.96363L12.664 8.02551C12.6024 8.31269 12.5253 8.67128 12.5055 8.98263C12.4826 9.34369 12.507 10.0177 13.0571 10.5678C13.6072 11.1179 14.2812 11.1423 14.6422 11.1193C14.9536 11.0995 15.3122 11.0225 15.5993 10.9608L15.5993 10.9608L15.6612 10.9476C15.8118 10.9154 15.9642 10.8893 16.1522 10.857L16.2792 10.8352C16.5107 10.7952 16.789 10.7452 17.072 10.673C17.6393 10.5281 18.3486 10.2652 18.9488 9.66499L21.125 7.4888C21.3946 7.2192 21.5294 7.0844 21.6873 7.11651C21.8453 7.14863 21.9136 7.31752 22.0501 7.65532C22.4145 8.55665 22.6424 9.52949 22.7082 10.5474C22.7639 11.4098 22.7639 12.3018 22.7082 13.1642C22.4103 17.774 18.787 21.4603 14.2204 21.7639C12.7601 21.8609 11.2369 21.8607 9.77965 21.7639C9.21472 21.7263 8.59978 21.5927 8.05839 21.3698C7.97233 21.3343 7.89626 21.303 7.82861 21.2755C7.69203 21.2198 7.62373 21.192 7.54604 21.2016C7.46835 21.2112 7.40859 21.2552 7.28907 21.3431L7.1938 21.4133C6.40136 21.9976 5.40092 22.4075 3.98117 22.373L3.93544 22.3719C3.66155 22.3653 3.36961 22.3584 3.13152 22.3123C2.84475 22.2568 2.48996 22.1181 2.26791 21.7395C2.02623 21.3275 2.12313 20.9108 2.21688 20.6484C2.30536 20.4007 2.45874 20.1102 2.61542 19.8135L2.6369 19.7728C3.10323 18.8891 3.23314 18.1669 2.98381 17.6854C2.15148 16.429 1.40272 14.8806 1.2918 13.1642C1.23607 12.3018 1.23607 11.4098 1.2918 10.5474C1.58972 5.93758 5.213 2.25129 9.77965 1.94773C11.2369 1.85086 12.7601 1.85066 14.2204 1.94773C14.6002 1.97298 14.9736 2.02164 15.3391 2.0923C15.7603 2.17373 15.9709 2.21445 16.0237 2.38691ZM8.5 15.375C8.08579 15.375 7.75 15.0392 7.75 14.625C7.75 14.2108 8.08579 13.875 8.5 13.875H15.5C15.9142 13.875 16.25 14.2108 16.25 14.625C16.25 15.0392 15.9142 15.375 15.5 15.375H8.5ZM8.5 10.375C8.08579 10.375 7.75 10.0392 7.75 9.625C7.75 9.21079 8.08579 8.875 8.5 8.875H11C11.4142 8.875 11.75 9.21079 11.75 9.625C11.75 10.0392 11.4142 10.375 11 10.375H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-edit-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.3285 2.42888C18.6619 2.09553 18.8285 1.92885 19.0019 1.82875C19.4725 1.55708 20.0522 1.55708 20.5227 1.82875C20.6961 1.92885 20.8628 2.09553 21.1961 2.42888C21.5295 2.76223 21.6961 2.9289 21.7963 3.10229C22.0679 3.57282 22.0679 4.15254 21.7963 4.62307C21.6961 4.79646 21.5295 4.96314 21.1961 5.29649L17.8883 8.60433C17.2274 9.26518 16.2301 9.29205 15.3477 9.48072C14.6578 9.62825 14.3128 9.70201 14.1179 9.50711C13.923 9.3122 13.9968 8.96723 14.1443 8.27728C14.3329 7.39494 14.3598 6.39756 15.0207 5.73671L18.3285 2.42888Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0237 2.38691C16.0766 2.55936 15.9175 2.71839 15.5995 3.03645L13.9599 4.67606C13.3597 5.27626 13.0967 5.98556 12.9519 6.55288C12.8796 6.83583 12.8296 7.11417 12.7896 7.34564L12.7678 7.47263L12.7678 7.47265C12.7356 7.66068 12.7095 7.8131 12.6773 7.96363L12.664 8.02551C12.6024 8.31269 12.5253 8.67128 12.5055 8.98263C12.4826 9.34369 12.507 10.0177 13.0571 10.5678C13.6072 11.1179 14.2812 11.1423 14.6422 11.1193C14.9536 11.0995 15.3122 11.0225 15.5993 10.9608L15.5993 10.9608L15.6612 10.9476C15.8118 10.9154 15.9642 10.8893 16.1522 10.857L16.2792 10.8352C16.5107 10.7952 16.789 10.7452 17.072 10.673C17.6393 10.5281 18.3486 10.2652 18.9488 9.66499L21.125 7.4888C21.3946 7.2192 21.5294 7.0844 21.6873 7.11651C21.8453 7.14863 21.9136 7.31752 22.0501 7.65532C22.4145 8.55665 22.6424 9.52949 22.7082 10.5474C22.7639 11.4098 22.7639 12.3018 22.7082 13.1642C22.4103 17.774 18.787 21.4603 14.2204 21.7639C12.7601 21.8609 11.2369 21.8607 9.77965 21.7639C9.21472 21.7263 8.59978 21.5927 8.05839 21.3698C7.97233 21.3343 7.89626 21.303 7.82861 21.2755C7.69203 21.2198 7.62373 21.192 7.54604 21.2016C7.46835 21.2112 7.40859 21.2552 7.28907 21.3431L7.1938 21.4133C6.40136 21.9976 5.40092 22.4075 3.98117 22.373L3.93544 22.3719C3.66155 22.3653 3.36961 22.3584 3.13152 22.3123C2.84475 22.2568 2.48996 22.1181 2.26791 21.7395C2.02623 21.3275 2.12313 20.9108 2.21688 20.6484C2.30536 20.4007 2.45874 20.1102 2.61542 19.8135L2.6369 19.7728C3.10323 18.8891 3.23314 18.1669 2.98381 17.6854C2.15148 16.429 1.40272 14.8806 1.2918 13.1642C1.23607 12.3018 1.23607 11.4098 1.2918 10.5474C1.58972 5.93758 5.213 2.25129 9.77965 1.94773C11.2369 1.85086 12.7601 1.85066 14.2204 1.94773C14.6002 1.97298 14.9736 2.02164 15.3391 2.0923C15.7603 2.17373 15.9709 2.21445 16.0237 2.38691ZM8 11.125C7.44772 11.125 7 11.5727 7 12.125C7 12.6773 7.44772 13.125 8 13.125H8.00897C8.56126 13.125 9.00897 12.6773 9.00897 12.125C9.00897 11.5727 8.56126 11.125 8.00897 11.125H8ZM11.9955 11.125C11.4432 11.125 10.9955 11.5727 10.9955 12.125C10.9955 12.6773 11.4432 13.125 11.9955 13.125H12.0045C12.5568 13.125 13.0045 12.6773 13.0045 12.125C13.0045 11.5727 12.5568 11.125 12.0045 11.125H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.3285 2.42888C18.6619 2.09553 18.8285 1.92885 19.0019 1.82875C19.4725 1.55708 20.0522 1.55708 20.5227 1.82875C20.6961 1.92885 20.8628 2.09553 21.1961 2.42888C21.5295 2.76223 21.6961 2.9289 21.7963 3.10229C22.0679 3.57282 22.0679 4.15254 21.7963 4.62307C21.6961 4.79646 21.5295 4.96314 21.1961 5.29649L17.8883 8.60433C17.2274 9.26518 16.2301 9.29205 15.3477 9.48072C14.6578 9.62825 14.3128 9.70201 14.1179 9.50711C13.923 9.3122 13.9968 8.96723 14.1443 8.27728C14.3329 7.39494 14.3598 6.39756 15.0207 5.73671L18.3285 2.42888Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0237 2.38691C16.0766 2.55936 15.9175 2.71839 15.5995 3.03645L13.9599 4.67606C13.3597 5.27626 13.0967 5.98556 12.9519 6.55288C12.8796 6.83583 12.8296 7.11417 12.7896 7.34564L12.7678 7.47263L12.7678 7.47265C12.7356 7.66068 12.7095 7.8131 12.6773 7.96363L12.664 8.02551C12.6024 8.31269 12.5253 8.67128 12.5055 8.98263C12.4826 9.34369 12.507 10.0177 13.0571 10.5678C13.6072 11.1179 14.2812 11.1423 14.6422 11.1193C14.9536 11.0995 15.3122 11.0225 15.5993 10.9608L15.5993 10.9608L15.6612 10.9476C15.8118 10.9154 15.9642 10.8893 16.1522 10.857L16.2792 10.8352C16.5107 10.7952 16.789 10.7452 17.072 10.673C17.6393 10.5281 18.3486 10.2652 18.9488 9.66499L21.125 7.4888C21.3946 7.2192 21.5294 7.0844 21.6873 7.11651C21.8453 7.14863 21.9136 7.31752 22.0501 7.65532C22.4145 8.55665 22.6424 9.52949 22.7082 10.5474C22.7639 11.4098 22.7639 12.3018 22.7082 13.1642C22.4103 17.774 18.787 21.4603 14.2204 21.7639C12.7601 21.8609 11.2369 21.8607 9.77965 21.7639C9.21472 21.7263 8.59978 21.5927 8.05839 21.3698C7.97233 21.3343 7.89626 21.303 7.82861 21.2755C7.69203 21.2198 7.62373 21.192 7.54604 21.2016C7.46835 21.2112 7.40859 21.2552 7.28907 21.3431L7.1938 21.4133C6.40136 21.9976 5.40092 22.4075 3.98117 22.373L3.93544 22.3719C3.66155 22.3653 3.36961 22.3584 3.13152 22.3123C2.84475 22.2568 2.48996 22.1181 2.26791 21.7395C2.02623 21.3275 2.12313 20.9108 2.21688 20.6484C2.30536 20.4007 2.45874 20.1102 2.61542 19.8135L2.6369 19.7728C3.10323 18.8891 3.23314 18.1669 2.98381 17.6854C2.15148 16.429 1.40272 14.8806 1.2918 13.1642C1.23607 12.3018 1.23607 11.4098 1.2918 10.5474C1.58972 5.93758 5.213 2.25129 9.77965 1.94773C11.2369 1.85086 12.7601 1.85066 14.2204 1.94773C14.6002 1.97298 14.9736 2.02164 15.3391 2.0923C15.7603 2.17373 15.9709 2.21445 16.0237 2.38691ZM8 11.125C7.44772 11.125 7 11.5727 7 12.125C7 12.6773 7.44772 13.125 8 13.125H8.00897C8.56126 13.125 9.00897 12.6773 9.00897 12.125C9.00897 11.5727 8.56126 11.125 8.00897 11.125H8ZM11.9955 11.125C11.4432 11.125 10.9955 11.5727 10.9955 12.125C10.9955 12.6773 11.4432 13.125 11.9955 13.125H12.0045C12.5568 13.125 13.0045 12.6773 13.0045 12.125C13.0045 11.5727 12.5568 11.125 12.0045 11.125H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-favourite-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2775 2.25384C10.774 2.26445 10.2731 2.28616 9.77965 2.31896C5.213 2.62252 1.58972 6.30881 1.2918 10.9186C1.23607 11.781 1.23607 12.6731 1.2918 13.5355C1.40272 15.2519 2.15148 16.8002 2.98381 18.0567C3.23314 18.5382 3.10323 19.2603 2.6369 20.144L2.61542 20.1847C2.45874 20.4815 2.30536 20.772 2.21688 21.0196C2.12313 21.282 2.02623 21.6987 2.26791 22.1108C2.48996 22.4894 2.84475 22.628 3.13152 22.6835C3.36961 22.7296 3.66155 22.7366 3.93544 22.7431L3.98117 22.7442C5.40092 22.7788 6.40136 22.3688 7.1938 21.7845L7.28907 21.7143C7.40859 21.6264 7.46835 21.5825 7.54604 21.5728C7.62373 21.5632 7.69203 21.591 7.82861 21.6467C7.89626 21.6743 7.97233 21.7056 8.05839 21.741C8.59978 21.964 9.21472 22.0976 9.77965 22.1351C11.2369 22.232 12.7601 22.2322 14.2204 22.1351C18.787 21.8316 22.4103 18.1453 22.7082 13.5355C22.7639 12.6731 22.7639 11.781 22.7082 10.9186C22.6841 10.5458 22.6383 10.1791 22.5719 9.81966C22.4919 9.38616 22.4519 9.16941 22.2877 9.11187C22.1234 9.05434 21.9406 9.21288 21.5751 9.52996C21.326 9.74594 21.0605 9.95566 20.7789 10.1584L20.7109 10.2076C20.1905 10.5852 19.2741 11.2501 17.9999 11.2501C16.7256 11.2501 15.7402 10.5352 15.2199 10.1577C13.2391 8.73189 12.0564 6.95873 11.8008 5.10567C11.7092 4.44144 11.7441 3.77035 11.9041 3.13912C12.0165 2.69548 12.0728 2.47366 11.9802 2.35732C11.8877 2.24098 11.6843 2.24527 11.2775 2.25384ZM8.5 15.7499C8.08579 15.7499 7.75 15.4141 7.75 14.9999C7.75 14.5857 8.08579 14.2499 8.5 14.2499H15.5C15.9142 14.2499 16.25 14.5857 16.25 14.9999C16.25 15.4141 15.9142 15.7499 15.5 15.7499H8.5ZM8.5 10.7499C8.08579 10.7499 7.75 10.4141 7.75 9.99988C7.75 9.58567 8.08579 9.24988 8.5 9.24988H12C12.4142 9.24988 12.75 9.58567 12.75 9.99988C12.75 10.4141 12.4142 10.7499 12 10.7499H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9996 1.78934C18.7725 1.23972 20.0195 0.938062 21.3688 1.74274C22.3751 2.34288 22.8968 3.56706 22.7128 4.90087C22.5274 6.24475 21.645 7.68711 19.9019 8.94146C19.348 9.34117 18.7809 9.75028 17.9996 9.75028C17.2183 9.75028 16.6513 9.34117 16.0974 8.94146C14.3543 7.68711 13.4719 6.24475 13.2865 4.90087C13.1025 3.56706 13.6241 2.34288 14.6305 1.74274C15.9798 0.938062 17.2268 1.23972 17.9996 1.78934Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2775 2.25384C10.774 2.26445 10.2731 2.28616 9.77965 2.31896C5.213 2.62252 1.58972 6.30881 1.2918 10.9186C1.23607 11.781 1.23607 12.6731 1.2918 13.5355C1.40272 15.2519 2.15148 16.8002 2.98381 18.0567C3.23314 18.5382 3.10323 19.2603 2.6369 20.144L2.61542 20.1847C2.45874 20.4815 2.30536 20.772 2.21688 21.0196C2.12313 21.282 2.02623 21.6987 2.26791 22.1108C2.48996 22.4894 2.84475 22.628 3.13152 22.6835C3.36961 22.7296 3.66155 22.7366 3.93544 22.7431L3.98117 22.7442C5.40092 22.7788 6.40136 22.3688 7.1938 21.7845L7.28907 21.7143C7.40859 21.6264 7.46835 21.5825 7.54604 21.5728C7.62373 21.5632 7.69203 21.591 7.82861 21.6467C7.89626 21.6743 7.97233 21.7056 8.05839 21.741C8.59978 21.964 9.21472 22.0976 9.77965 22.1351C11.2369 22.232 12.7601 22.2322 14.2204 22.1351C18.787 21.8316 22.4103 18.1453 22.7082 13.5355C22.7639 12.6731 22.7639 11.781 22.7082 10.9186C22.6841 10.5458 22.6383 10.1791 22.5719 9.81966C22.4919 9.38616 22.4519 9.16941 22.2877 9.11187C22.1234 9.05434 21.9406 9.21288 21.5751 9.52996C21.326 9.74594 21.0605 9.95566 20.7789 10.1584L20.7109 10.2076C20.1905 10.5852 19.2741 11.2501 17.9999 11.2501C16.7256 11.2501 15.7402 10.5352 15.2199 10.1577C13.2391 8.73189 12.0564 6.95873 11.8008 5.10567C11.7092 4.44144 11.7441 3.77035 11.9041 3.13912C12.0165 2.69548 12.0728 2.47366 11.9802 2.35732C11.8877 2.24098 11.6843 2.24527 11.2775 2.25384ZM8.5 15.7499C8.08579 15.7499 7.75 15.4141 7.75 14.9999C7.75 14.5857 8.08579 14.2499 8.5 14.2499H15.5C15.9142 14.2499 16.25 14.5857 16.25 14.9999C16.25 15.4141 15.9142 15.7499 15.5 15.7499H8.5ZM8.5 10.7499C8.08579 10.7499 7.75 10.4141 7.75 9.99988C7.75 9.58567 8.08579 9.24988 8.5 9.24988H12C12.4142 9.24988 12.75 9.58567 12.75 9.99988C12.75 10.4141 12.4142 10.7499 12 10.7499H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9996 1.78934C18.7725 1.23972 20.0195 0.938062 21.3688 1.74274C22.3751 2.34288 22.8968 3.56706 22.7128 4.90087C22.5274 6.24475 21.645 7.68711 19.9019 8.94146C19.348 9.34117 18.7809 9.75028 17.9996 9.75028C17.2183 9.75028 16.6513 9.34117 16.0974 8.94146C14.3543 7.68711 13.4719 6.24475 13.2865 4.90087C13.1025 3.56706 13.6241 2.34288 14.6305 1.74274C15.9798 0.938062 17.2268 1.23972 17.9996 1.78934Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-favourite-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9996 1.78934C18.7725 1.23972 20.0195 0.938062 21.3688 1.74274C22.3751 2.34288 22.8968 3.56706 22.7128 4.90087C22.5274 6.24475 21.645 7.68711 19.9019 8.94146C19.348 9.34117 18.7809 9.75028 17.9996 9.75028C17.2183 9.75028 16.6513 9.34117 16.0974 8.94146C14.3543 7.68711 13.4719 6.24475 13.2865 4.90087C13.1025 3.56706 13.6241 2.34288 14.6305 1.74274C15.9798 0.938062 17.2268 1.23972 17.9996 1.78934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2775 2.25386C10.774 2.26447 10.2731 2.28619 9.77965 2.31898C5.213 2.62255 1.58972 6.30883 1.2918 10.9186C1.23607 11.781 1.23607 12.6731 1.2918 13.5355C1.40272 15.2519 2.15148 16.8003 2.98381 18.0567C3.23314 18.5382 3.10323 19.2604 2.6369 20.144L2.61542 20.1847C2.45874 20.4815 2.30536 20.772 2.21688 21.0196C2.12313 21.2821 2.02623 21.6987 2.26791 22.1108C2.48996 22.4894 2.84475 22.628 3.13152 22.6835C3.36961 22.7296 3.66155 22.7366 3.93544 22.7431L3.98117 22.7442C5.40092 22.7788 6.40136 22.3689 7.1938 21.7845L7.28907 21.7143C7.40859 21.6264 7.46835 21.5825 7.54604 21.5729C7.62373 21.5632 7.69203 21.591 7.82861 21.6467C7.89626 21.6743 7.97233 21.7056 8.05839 21.741C8.59978 21.964 9.21472 22.0976 9.77965 22.1351C11.2369 22.232 12.7601 22.2322 14.2204 22.1351C18.787 21.8316 22.4103 18.1453 22.7082 13.5355C22.7639 12.6731 22.7639 11.781 22.7082 10.9186C22.6841 10.5458 22.6383 10.1791 22.5719 9.81968C22.4919 9.38618 22.4519 9.16943 22.2877 9.11189C22.1234 9.05436 21.9406 9.2129 21.5751 9.52998C21.326 9.74596 21.0605 9.95568 20.7789 10.1584L20.7109 10.2076C20.1905 10.5852 19.2741 11.2501 17.9999 11.2501C16.7256 11.2501 15.7402 10.5352 15.2199 10.1577C13.2391 8.73191 12.0564 6.95876 11.8008 5.10569C11.7092 4.44146 11.7441 3.77037 11.9041 3.13914C12.0165 2.6955 12.0728 2.47368 11.9802 2.35734C11.8877 2.241 11.6843 2.24529 11.2775 2.25386ZM8 11.5001C7.44772 11.5001 7 11.9478 7 12.5001C7 13.0524 7.44772 13.5001 8 13.5001H8.00897C8.56126 13.5001 9.00897 13.0524 9.00897 12.5001C9.00897 11.9478 8.56126 11.5001 8.00897 11.5001H8ZM11.9955 11.5001C11.4432 11.5001 10.9955 11.9478 10.9955 12.5001C10.9955 13.0524 11.4432 13.5001 11.9955 13.5001H12.0045C12.5568 13.5001 13.0045 13.0524 13.0045 12.5001C13.0045 11.9478 12.5568 11.5001 12.0045 11.5001H11.9955ZM15.991 11.5001C15.4387 11.5001 14.991 11.9478 14.991 12.5001C14.991 13.0524 15.4387 13.5001 15.991 13.5001H16C16.5523 13.5001 17 13.0524 17 12.5001C17 11.9478 16.5523 11.5001 16 11.5001H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9996 1.78934C18.7725 1.23972 20.0195 0.938062 21.3688 1.74274C22.3751 2.34288 22.8968 3.56706 22.7128 4.90087C22.5274 6.24475 21.645 7.68711 19.9019 8.94146C19.348 9.34117 18.7809 9.75028 17.9996 9.75028C17.2183 9.75028 16.6513 9.34117 16.0974 8.94146C14.3543 7.68711 13.4719 6.24475 13.2865 4.90087C13.1025 3.56706 13.6241 2.34288 14.6305 1.74274C15.9798 0.938062 17.2268 1.23972 17.9996 1.78934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2775 2.25386C10.774 2.26447 10.2731 2.28619 9.77965 2.31898C5.213 2.62255 1.58972 6.30883 1.2918 10.9186C1.23607 11.781 1.23607 12.6731 1.2918 13.5355C1.40272 15.2519 2.15148 16.8003 2.98381 18.0567C3.23314 18.5382 3.10323 19.2604 2.6369 20.144L2.61542 20.1847C2.45874 20.4815 2.30536 20.772 2.21688 21.0196C2.12313 21.2821 2.02623 21.6987 2.26791 22.1108C2.48996 22.4894 2.84475 22.628 3.13152 22.6835C3.36961 22.7296 3.66155 22.7366 3.93544 22.7431L3.98117 22.7442C5.40092 22.7788 6.40136 22.3689 7.1938 21.7845L7.28907 21.7143C7.40859 21.6264 7.46835 21.5825 7.54604 21.5729C7.62373 21.5632 7.69203 21.591 7.82861 21.6467C7.89626 21.6743 7.97233 21.7056 8.05839 21.741C8.59978 21.964 9.21472 22.0976 9.77965 22.1351C11.2369 22.232 12.7601 22.2322 14.2204 22.1351C18.787 21.8316 22.4103 18.1453 22.7082 13.5355C22.7639 12.6731 22.7639 11.781 22.7082 10.9186C22.6841 10.5458 22.6383 10.1791 22.5719 9.81968C22.4919 9.38618 22.4519 9.16943 22.2877 9.11189C22.1234 9.05436 21.9406 9.2129 21.5751 9.52998C21.326 9.74596 21.0605 9.95568 20.7789 10.1584L20.7109 10.2076C20.1905 10.5852 19.2741 11.2501 17.9999 11.2501C16.7256 11.2501 15.7402 10.5352 15.2199 10.1577C13.2391 8.73191 12.0564 6.95876 11.8008 5.10569C11.7092 4.44146 11.7441 3.77037 11.9041 3.13914C12.0165 2.6955 12.0728 2.47368 11.9802 2.35734C11.8877 2.241 11.6843 2.24529 11.2775 2.25386ZM8 11.5001C7.44772 11.5001 7 11.9478 7 12.5001C7 13.0524 7.44772 13.5001 8 13.5001H8.00897C8.56126 13.5001 9.00897 13.0524 9.00897 12.5001C9.00897 11.9478 8.56126 11.5001 8.00897 11.5001H8ZM11.9955 11.5001C11.4432 11.5001 10.9955 11.9478 10.9955 12.5001C10.9955 13.0524 11.4432 13.5001 11.9955 13.5001H12.0045C12.5568 13.5001 13.0045 13.0524 13.0045 12.5001C13.0045 11.9478 12.5568 11.5001 12.0045 11.5001H11.9955ZM15.991 11.5001C15.4387 11.5001 14.991 11.9478 14.991 12.5001C14.991 13.0524 15.4387 13.5001 15.991 13.5001H16C16.5523 13.5001 17 13.0524 17 12.5001C17 11.9478 16.5523 11.5001 16 11.5001H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-incoming-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.7121 7.18407C12.4872 6.96409 12.2159 6.67488 11.9836 6.33722C11.789 6.05433 11.375 5.39275 11.375 4.50095C11.375 4.08034 11.5378 3.61952 11.7303 3.2203C11.9534 2.75755 12.0649 2.52618 11.9742 2.38496C11.8835 2.24373 11.6482 2.24851 11.1776 2.25805C10.6657 2.26843 10.1563 2.29028 9.65465 2.32363C5.088 2.62719 1.46472 6.31348 1.1668 10.9233C1.11107 11.7857 1.11107 12.6777 1.1668 13.5401C1.27772 15.2565 2.02648 16.8049 2.85881 18.0613C3.10814 18.5428 2.97823 19.265 2.5119 20.1487L2.49042 20.1894C2.33374 20.4861 2.18036 20.7766 2.09188 21.0243C1.99813 21.2867 1.90123 21.7034 2.14291 22.1154C2.36496 22.494 2.71975 22.6327 3.00652 22.6882C3.24461 22.7343 3.53655 22.7412 3.81044 22.7478L3.85617 22.7489C5.27592 22.7834 6.27636 22.3735 7.0688 21.7892L7.16407 21.719C7.28359 21.6311 7.34335 21.5871 7.42104 21.5775C7.49873 21.5679 7.56703 21.5957 7.70361 21.6514C7.77126 21.6789 7.84733 21.7102 7.93339 21.7457C8.47478 21.9686 9.08972 22.1022 9.65465 22.1398C11.1119 22.2366 12.6351 22.2368 14.0954 22.1398C18.662 21.8362 22.2853 18.1499 22.5832 13.5401C22.6389 12.6777 22.6389 11.7857 22.5832 10.9233C22.4997 9.63109 22.1549 8.4115 21.6013 7.31862C21.526 7.16993 21.4883 7.09559 21.4161 7.0512C21.3438 7.0068 21.2568 7.0068 21.0827 7.0068L19.3222 7.0068C19.0939 7.0068 18.9797 7.0068 18.9021 7.06126C18.8246 7.11572 18.7791 7.24151 18.6882 7.49303C18.5149 7.97279 18.1455 8.60301 17.3542 8.98686C16.0474 9.62081 14.9227 8.93489 14.7589 8.835L14.7493 8.82919L14.7453 8.82675C14.5243 8.69352 12.9289 7.36692 12.7457 7.21443C12.7372 7.20735 12.733 7.20381 12.7285 7.19978C12.724 7.19576 12.7201 7.19186 12.7121 7.18407ZM8.375 15.75C7.96079 15.75 7.625 15.4142 7.625 15C7.625 14.5858 7.96079 14.25 8.375 14.25H15.375C15.7892 14.25 16.125 14.5858 16.125 15C16.125 15.4142 15.7892 15.75 15.375 15.75H8.375ZM8.375 10.75C7.96079 10.75 7.625 10.4142 7.625 10C7.625 9.58579 7.96079 9.25 8.375 9.25H11.875C12.2892 9.25 12.625 9.58579 12.625 10C12.625 10.4142 12.2892 10.75 11.875 10.75H8.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.875 5.50586C22.4273 5.50586 22.875 5.05814 22.875 4.50586C22.875 3.95357 22.4273 3.50586 21.875 3.50586L17.375 3.50586L17.375 2.9116C17.3751 2.73596 17.3753 2.52031 17.3532 2.34387L17.3528 2.34053C17.337 2.21408 17.2652 1.63804 16.6996 1.36368C16.1327 1.08872 15.6326 1.39065 15.5244 1.45597L15.5204 1.45841C15.3674 1.55062 15.1965 1.68477 15.0559 1.79511L15.0257 1.81885C14.6498 2.11348 14.1656 2.49545 13.7746 2.87588C13.5795 3.06571 13.3783 3.28297 13.2194 3.51388C13.0782 3.71914 12.875 4.06934 12.875 4.5C12.875 4.93067 13.0782 5.28086 13.2194 5.48612C13.3783 5.71703 13.5795 5.93429 13.7746 6.12412C14.1656 6.50455 14.6498 6.88652 15.0257 7.18115L15.0559 7.20488C15.1965 7.31523 15.3673 7.44938 15.5204 7.54159L15.5244 7.54403C15.6326 7.60935 16.1328 7.91128 16.6996 7.63632C17.2652 7.36196 17.337 6.78592 17.3528 6.65947L17.3532 6.65613C17.3753 6.47969 17.3751 6.26403 17.375 6.0884L17.375 5.50586L21.875 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.7121 7.18407C12.4872 6.96409 12.2159 6.67488 11.9836 6.33722C11.789 6.05433 11.375 5.39275 11.375 4.50095C11.375 4.08034 11.5378 3.61952 11.7303 3.2203C11.9534 2.75755 12.0649 2.52618 11.9742 2.38496C11.8835 2.24373 11.6482 2.24851 11.1776 2.25805C10.6657 2.26843 10.1563 2.29028 9.65465 2.32363C5.088 2.62719 1.46472 6.31348 1.1668 10.9233C1.11107 11.7857 1.11107 12.6777 1.1668 13.5401C1.27772 15.2565 2.02648 16.8049 2.85881 18.0613C3.10814 18.5428 2.97823 19.265 2.5119 20.1487L2.49042 20.1894C2.33374 20.4861 2.18036 20.7766 2.09188 21.0243C1.99813 21.2867 1.90123 21.7034 2.14291 22.1154C2.36496 22.494 2.71975 22.6327 3.00652 22.6882C3.24461 22.7343 3.53655 22.7412 3.81044 22.7478L3.85617 22.7489C5.27592 22.7834 6.27636 22.3735 7.0688 21.7892L7.16407 21.719C7.28359 21.6311 7.34335 21.5871 7.42104 21.5775C7.49873 21.5679 7.56703 21.5957 7.70361 21.6514C7.77126 21.6789 7.84733 21.7102 7.93339 21.7457C8.47478 21.9686 9.08972 22.1022 9.65465 22.1398C11.1119 22.2366 12.6351 22.2368 14.0954 22.1398C18.662 21.8362 22.2853 18.1499 22.5832 13.5401C22.6389 12.6777 22.6389 11.7857 22.5832 10.9233C22.4997 9.63109 22.1549 8.4115 21.6013 7.31862C21.526 7.16993 21.4883 7.09559 21.4161 7.0512C21.3438 7.0068 21.2568 7.0068 21.0827 7.0068L19.3222 7.0068C19.0939 7.0068 18.9797 7.0068 18.9021 7.06126C18.8246 7.11572 18.7791 7.24151 18.6882 7.49303C18.5149 7.97279 18.1455 8.60301 17.3542 8.98686C16.0474 9.62081 14.9227 8.93489 14.7589 8.835L14.7493 8.82919L14.7453 8.82675C14.5243 8.69352 12.9289 7.36692 12.7457 7.21443C12.7372 7.20735 12.733 7.20381 12.7285 7.19978C12.724 7.19576 12.7201 7.19186 12.7121 7.18407ZM8.375 15.75C7.96079 15.75 7.625 15.4142 7.625 15C7.625 14.5858 7.96079 14.25 8.375 14.25H15.375C15.7892 14.25 16.125 14.5858 16.125 15C16.125 15.4142 15.7892 15.75 15.375 15.75H8.375ZM8.375 10.75C7.96079 10.75 7.625 10.4142 7.625 10C7.625 9.58579 7.96079 9.25 8.375 9.25H11.875C12.2892 9.25 12.625 9.58579 12.625 10C12.625 10.4142 12.2892 10.75 11.875 10.75H8.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.875 5.50586C22.4273 5.50586 22.875 5.05814 22.875 4.50586C22.875 3.95357 22.4273 3.50586 21.875 3.50586L17.375 3.50586L17.375 2.9116C17.3751 2.73596 17.3753 2.52031 17.3532 2.34387L17.3528 2.34053C17.337 2.21408 17.2652 1.63804 16.6996 1.36368C16.1327 1.08872 15.6326 1.39065 15.5244 1.45597L15.5204 1.45841C15.3674 1.55062 15.1965 1.68477 15.0559 1.79511L15.0257 1.81885C14.6498 2.11348 14.1656 2.49545 13.7746 2.87588C13.5795 3.06571 13.3783 3.28297 13.2194 3.51388C13.0782 3.71914 12.875 4.06934 12.875 4.5C12.875 4.93067 13.0782 5.28086 13.2194 5.48612C13.3783 5.71703 13.5795 5.93429 13.7746 6.12412C14.1656 6.50455 14.6498 6.88652 15.0257 7.18115L15.0559 7.20488C15.1965 7.31523 15.3673 7.44938 15.5204 7.54159L15.5244 7.54403C15.6326 7.60935 16.1328 7.91128 16.6996 7.63632C17.2652 7.36196 17.337 6.78592 17.3528 6.65947L17.3532 6.65613C17.3753 6.47969 17.3751 6.26403 17.375 6.0884L17.375 5.50586L21.875 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-incoming-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.875 5.50586C22.4273 5.50586 22.875 5.05814 22.875 4.50586C22.875 3.95357 22.4273 3.50586 21.875 3.50586L17.3749 3.50586L17.375 2.9116C17.3751 2.73596 17.3752 2.52031 17.3532 2.34387L17.3527 2.34053C17.337 2.21408 17.2651 1.63804 16.6995 1.36368C16.1327 1.08872 15.6326 1.39065 15.5244 1.45597L15.5203 1.45841C15.3673 1.55062 15.1964 1.68477 15.0559 1.79511L15.0256 1.81885C14.6498 2.11348 14.1656 2.49545 13.7746 2.87588C13.5795 3.06571 13.3782 3.28297 13.2194 3.51388C13.0782 3.71914 12.8749 4.06934 12.8749 4.5C12.8749 4.93067 13.0782 5.28086 13.2194 5.48612C13.3782 5.71703 13.5795 5.93429 13.7746 6.12412C14.1656 6.50455 14.6498 6.88652 15.0256 7.18115L15.0559 7.20488C15.1964 7.31523 15.3673 7.44938 15.5203 7.54159L15.5244 7.54403C15.6326 7.60935 16.1327 7.91128 16.6995 7.63632C17.2651 7.36196 17.337 6.78592 17.3527 6.65947L17.3532 6.65613C17.3752 6.47969 17.3751 6.26403 17.375 6.0884L17.3749 5.50586L21.875 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.7121 7.18405C12.4871 6.96407 12.2158 6.67485 11.9836 6.33719C11.789 6.05431 11.3749 5.39273 11.3749 4.50092C11.3749 4.08032 11.5377 3.6195 11.7302 3.22027C11.9533 2.75753 12.0649 2.52616 11.9742 2.38494C11.8835 2.24371 11.6482 2.24848 11.1776 2.25803C10.6656 2.26841 10.1562 2.29026 9.6546 2.3236C5.08795 2.62716 1.46467 6.31346 1.16675 10.9232C1.11102 11.7856 1.11102 12.6777 1.16675 13.5401C1.27767 15.2565 2.02643 16.8049 2.85876 18.0613C3.10809 18.5428 2.97818 19.265 2.51185 20.1487L2.49037 20.1894C2.33369 20.4861 2.18031 20.7766 2.09183 21.0243C1.99808 21.2867 1.90118 21.7034 2.14286 22.1154C2.36491 22.494 2.7197 22.6327 3.00647 22.6882C3.24456 22.7342 3.5365 22.7412 3.81039 22.7477L3.85612 22.7488C5.27587 22.7834 6.27632 22.3735 7.06875 21.7891L7.16402 21.719C7.28354 21.6311 7.3433 21.5871 7.42099 21.5775C7.49869 21.5678 7.56698 21.5957 7.70356 21.6513C7.77121 21.6789 7.84728 21.7102 7.93334 21.7456C8.47473 21.9686 9.08967 22.1022 9.6546 22.1398C11.1119 22.2366 12.6351 22.2368 14.0953 22.1398C18.6619 21.8362 22.2852 18.1499 22.5831 13.5401C22.6389 12.6777 22.6389 11.7856 22.5831 10.9232C22.4996 9.63107 22.1548 8.41147 21.6012 7.3186C21.5259 7.16991 21.4883 7.09557 21.416 7.05117C21.3438 7.00678 21.2567 7.00678 21.0827 7.00678L19.3222 7.00678C19.0938 7.00678 18.9797 7.00678 18.9021 7.06124C18.8245 7.11569 18.7791 7.24149 18.6882 7.49301C18.5148 7.97277 18.1455 8.60299 17.3542 8.98684C16.0473 9.62079 14.9226 8.93487 14.7588 8.83498L14.7492 8.82916L14.7452 8.82673C14.5243 8.69349 12.9289 7.3669 12.7457 7.21441C12.7372 7.20733 12.7329 7.20379 12.7285 7.19976C12.724 7.19574 12.72 7.19184 12.7121 7.18405ZM7.87497 11.5C7.32268 11.5 6.87497 11.9477 6.87497 12.5C6.87497 13.0523 7.32268 13.5 7.87497 13.5H7.88394C8.43623 13.5 8.88394 13.0523 8.88394 12.5C8.88394 11.9477 8.43623 11.5 7.88394 11.5H7.87497ZM11.8705 11.5C11.3182 11.5 10.8705 11.9477 10.8705 12.5C10.8705 13.0523 11.3182 13.5 11.8705 13.5H11.8795C12.4317 13.5 12.8795 13.0523 12.8795 12.5C12.8795 11.9477 12.4317 11.5 11.8795 11.5H11.8705ZM15.866 11.5C15.3137 11.5 14.866 11.9477 14.866 12.5C14.866 13.0523 15.3137 13.5 15.866 13.5H15.875C16.4273 13.5 16.875 13.0523 16.875 12.5C16.875 11.9477 16.4273 11.5 15.875 11.5H15.866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.875 5.50586C22.4273 5.50586 22.875 5.05814 22.875 4.50586C22.875 3.95357 22.4273 3.50586 21.875 3.50586L17.3749 3.50586L17.375 2.9116C17.3751 2.73596 17.3752 2.52031 17.3532 2.34387L17.3527 2.34053C17.337 2.21408 17.2651 1.63804 16.6995 1.36368C16.1327 1.08872 15.6326 1.39065 15.5244 1.45597L15.5203 1.45841C15.3673 1.55062 15.1964 1.68477 15.0559 1.79511L15.0256 1.81885C14.6498 2.11348 14.1656 2.49545 13.7746 2.87588C13.5795 3.06571 13.3782 3.28297 13.2194 3.51388C13.0782 3.71914 12.8749 4.06934 12.8749 4.5C12.8749 4.93067 13.0782 5.28086 13.2194 5.48612C13.3782 5.71703 13.5795 5.93429 13.7746 6.12412C14.1656 6.50455 14.6498 6.88652 15.0256 7.18115L15.0559 7.20488C15.1964 7.31523 15.3673 7.44938 15.5203 7.54159L15.5244 7.54403C15.6326 7.60935 16.1327 7.91128 16.6995 7.63632C17.2651 7.36196 17.337 6.78592 17.3527 6.65947L17.3532 6.65613C17.3752 6.47969 17.3751 6.26403 17.375 6.0884L17.3749 5.50586L21.875 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.7121 7.18405C12.4871 6.96407 12.2158 6.67485 11.9836 6.33719C11.789 6.05431 11.3749 5.39273 11.3749 4.50092C11.3749 4.08032 11.5377 3.6195 11.7302 3.22027C11.9533 2.75753 12.0649 2.52616 11.9742 2.38494C11.8835 2.24371 11.6482 2.24848 11.1776 2.25803C10.6656 2.26841 10.1562 2.29026 9.6546 2.3236C5.08795 2.62716 1.46467 6.31346 1.16675 10.9232C1.11102 11.7856 1.11102 12.6777 1.16675 13.5401C1.27767 15.2565 2.02643 16.8049 2.85876 18.0613C3.10809 18.5428 2.97818 19.265 2.51185 20.1487L2.49037 20.1894C2.33369 20.4861 2.18031 20.7766 2.09183 21.0243C1.99808 21.2867 1.90118 21.7034 2.14286 22.1154C2.36491 22.494 2.7197 22.6327 3.00647 22.6882C3.24456 22.7342 3.5365 22.7412 3.81039 22.7477L3.85612 22.7488C5.27587 22.7834 6.27632 22.3735 7.06875 21.7891L7.16402 21.719C7.28354 21.6311 7.3433 21.5871 7.42099 21.5775C7.49869 21.5678 7.56698 21.5957 7.70356 21.6513C7.77121 21.6789 7.84728 21.7102 7.93334 21.7456C8.47473 21.9686 9.08967 22.1022 9.6546 22.1398C11.1119 22.2366 12.6351 22.2368 14.0953 22.1398C18.6619 21.8362 22.2852 18.1499 22.5831 13.5401C22.6389 12.6777 22.6389 11.7856 22.5831 10.9232C22.4996 9.63107 22.1548 8.41147 21.6012 7.3186C21.5259 7.16991 21.4883 7.09557 21.416 7.05117C21.3438 7.00678 21.2567 7.00678 21.0827 7.00678L19.3222 7.00678C19.0938 7.00678 18.9797 7.00678 18.9021 7.06124C18.8245 7.11569 18.7791 7.24149 18.6882 7.49301C18.5148 7.97277 18.1455 8.60299 17.3542 8.98684C16.0473 9.62079 14.9226 8.93487 14.7588 8.83498L14.7492 8.82916L14.7452 8.82673C14.5243 8.69349 12.9289 7.3669 12.7457 7.21441C12.7372 7.20733 12.7329 7.20379 12.7285 7.19976C12.724 7.19574 12.72 7.19184 12.7121 7.18405ZM7.87497 11.5C7.32268 11.5 6.87497 11.9477 6.87497 12.5C6.87497 13.0523 7.32268 13.5 7.87497 13.5H7.88394C8.43623 13.5 8.88394 13.0523 8.88394 12.5C8.88394 11.9477 8.43623 11.5 7.88394 11.5H7.87497ZM11.8705 11.5C11.3182 11.5 10.8705 11.9477 10.8705 12.5C10.8705 13.0523 11.3182 13.5 11.8705 13.5H11.8795C12.4317 13.5 12.8795 13.0523 12.8795 12.5C12.8795 11.9477 12.4317 11.5 11.8795 11.5H11.8705ZM15.866 11.5C15.3137 11.5 14.866 11.9477 14.866 12.5C14.866 13.0523 15.3137 13.5 15.866 13.5H15.875C16.4273 13.5 16.875 13.0523 16.875 12.5C16.875 11.9477 16.4273 11.5 15.875 11.5H15.866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-lock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 4.74918V3.6875C21 2.31583 19.8548 1.25 18.5 1.25C17.1452 1.25 16 2.31583 16 3.6875V4.74918C15.9249 4.77196 15.8502 4.79929 15.7761 4.8322C15.1559 5.10744 14.6789 5.62765 14.4337 6.26203C14.3278 6.53595 14.2871 6.81726 14.2682 7.11392C14.25 7.39939 14.25 7.74715 14.25 8.16389V8.2111C14.25 8.62784 14.25 8.97561 14.2682 9.26108C14.2871 9.55774 14.3278 9.83905 14.4337 10.113C14.6789 10.7474 15.1559 11.2676 15.7761 11.5428C16.0484 11.6637 16.3272 11.7093 16.6128 11.7302C16.8844 11.75 17.2134 11.75 17.5989 11.75H19.4011C19.7866 11.75 20.1156 11.75 20.3872 11.7302C20.6728 11.7093 20.9516 11.6637 21.2239 11.5428C21.8441 11.2676 22.3211 10.7474 22.5663 10.113C22.6722 9.83905 22.7129 9.55774 22.7318 9.26108C22.75 8.97561 22.75 8.62785 22.75 8.2111V8.16392C22.75 7.74717 22.75 7.39939 22.7318 7.11392C22.7129 6.81726 22.6722 6.53595 22.5663 6.26203C22.3211 5.62765 21.8441 5.10744 21.2239 4.8322C21.1498 4.79929 21.0751 4.77196 21 4.74918ZM17.5 3.6875C17.5 3.19521 17.9218 2.75 18.5 2.75C19.0782 2.75 19.5 3.19521 19.5 3.6875V4.62501H17.5V3.6875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5654 2.45249C14.481 2.35159 14.2983 2.34288 13.933 2.32544C12.5888 2.26129 10.9877 2.24228 9.77965 2.32258C5.213 2.62614 1.58972 6.31243 1.2918 10.9222C1.23607 11.7846 1.23607 12.6767 1.2918 13.5391C1.40272 15.2555 2.15148 16.8039 2.9838 18.0603C3.23314 18.5418 3.10323 19.2639 2.6369 20.1476L2.61542 20.1883C2.45873 20.4851 2.30536 20.7756 2.21688 21.0232C2.12313 21.2857 2.02623 21.7023 2.26791 22.1144C2.48996 22.493 2.84475 22.6316 3.13152 22.6871C3.36961 22.7332 3.66155 22.7402 3.93544 22.7467L3.98117 22.7478C5.40092 22.7824 6.40136 22.3725 7.1938 21.7881L7.28907 21.7179C7.40859 21.63 7.46835 21.5861 7.54604 21.5765C7.62373 21.5668 7.69203 21.5946 7.82861 21.6503C7.89626 21.6779 7.97233 21.7092 8.05839 21.7446C8.59977 21.9676 9.21472 22.1012 9.77965 22.1387C11.2369 22.2356 12.7601 22.2358 14.2204 22.1387C18.787 21.8352 22.4103 18.1489 22.7082 13.5391C22.7106 13.5019 22.7129 13.4647 22.7151 13.4275C22.7366 13.062 22.7474 12.8793 22.6812 12.7913C22.6381 12.7341 22.5947 12.704 22.5261 12.6838C22.4204 12.6527 22.2244 12.7397 21.8324 12.9137C21.3373 13.1334 20.8656 13.199 20.4966 13.226C20.1695 13.2499 19.7934 13.2499 19.4375 13.2499H17.5625C17.2066 13.2499 16.8305 13.2499 16.5034 13.226C16.1344 13.199 15.6627 13.1334 15.1676 12.9137C14.1643 12.4684 13.415 11.6376 13.0346 10.6537C12.8502 10.1768 12.7946 9.72376 12.7712 9.35627C12.75 9.02258 12.75 8.63396 12.75 8.24567V8.12895C12.75 7.74066 12.75 7.35214 12.7712 7.01845C12.7946 6.65095 12.8502 6.19792 13.0346 5.72099C13.2913 5.05698 13.7161 4.46268 14.2735 4.00957C14.3899 3.91501 14.448 3.86774 14.4764 3.81497C14.5048 3.76221 14.5117 3.69351 14.5255 3.55612V3.55611C14.5371 3.43952 14.5527 3.29708 14.572 3.14905C14.6239 2.75194 14.6498 2.55339 14.5654 2.45249ZM8.5 15.75C8.08579 15.75 7.75 15.4142 7.75 15C7.75 14.5858 8.08579 14.25 8.5 14.25H15.5C15.9142 14.25 16.25 14.5858 16.25 15C16.25 15.4142 15.9142 15.75 15.5 15.75H8.5ZM8.5 10.75C8.08579 10.75 7.75 10.4142 7.75 10C7.75 9.58579 8.08579 9.25 8.5 9.25H11C11.4142 9.25 11.75 9.58579 11.75 10C11.75 10.4142 11.4142 10.75 11 10.75H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 4.74918V3.6875C21 2.31583 19.8548 1.25 18.5 1.25C17.1452 1.25 16 2.31583 16 3.6875V4.74918C15.9249 4.77196 15.8502 4.79929 15.7761 4.8322C15.1559 5.10744 14.6789 5.62765 14.4337 6.26203C14.3278 6.53595 14.2871 6.81726 14.2682 7.11392C14.25 7.39939 14.25 7.74715 14.25 8.16389V8.2111C14.25 8.62784 14.25 8.97561 14.2682 9.26108C14.2871 9.55774 14.3278 9.83905 14.4337 10.113C14.6789 10.7474 15.1559 11.2676 15.7761 11.5428C16.0484 11.6637 16.3272 11.7093 16.6128 11.7302C16.8844 11.75 17.2134 11.75 17.5989 11.75H19.4011C19.7866 11.75 20.1156 11.75 20.3872 11.7302C20.6728 11.7093 20.9516 11.6637 21.2239 11.5428C21.8441 11.2676 22.3211 10.7474 22.5663 10.113C22.6722 9.83905 22.7129 9.55774 22.7318 9.26108C22.75 8.97561 22.75 8.62785 22.75 8.2111V8.16392C22.75 7.74717 22.75 7.39939 22.7318 7.11392C22.7129 6.81726 22.6722 6.53595 22.5663 6.26203C22.3211 5.62765 21.8441 5.10744 21.2239 4.8322C21.1498 4.79929 21.0751 4.77196 21 4.74918ZM17.5 3.6875C17.5 3.19521 17.9218 2.75 18.5 2.75C19.0782 2.75 19.5 3.19521 19.5 3.6875V4.62501H17.5V3.6875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5654 2.45249C14.481 2.35159 14.2983 2.34288 13.933 2.32544C12.5888 2.26129 10.9877 2.24228 9.77965 2.32258C5.213 2.62614 1.58972 6.31243 1.2918 10.9222C1.23607 11.7846 1.23607 12.6767 1.2918 13.5391C1.40272 15.2555 2.15148 16.8039 2.9838 18.0603C3.23314 18.5418 3.10323 19.2639 2.6369 20.1476L2.61542 20.1883C2.45873 20.4851 2.30536 20.7756 2.21688 21.0232C2.12313 21.2857 2.02623 21.7023 2.26791 22.1144C2.48996 22.493 2.84475 22.6316 3.13152 22.6871C3.36961 22.7332 3.66155 22.7402 3.93544 22.7467L3.98117 22.7478C5.40092 22.7824 6.40136 22.3725 7.1938 21.7881L7.28907 21.7179C7.40859 21.63 7.46835 21.5861 7.54604 21.5765C7.62373 21.5668 7.69203 21.5946 7.82861 21.6503C7.89626 21.6779 7.97233 21.7092 8.05839 21.7446C8.59977 21.9676 9.21472 22.1012 9.77965 22.1387C11.2369 22.2356 12.7601 22.2358 14.2204 22.1387C18.787 21.8352 22.4103 18.1489 22.7082 13.5391C22.7106 13.5019 22.7129 13.4647 22.7151 13.4275C22.7366 13.062 22.7474 12.8793 22.6812 12.7913C22.6381 12.7341 22.5947 12.704 22.5261 12.6838C22.4204 12.6527 22.2244 12.7397 21.8324 12.9137C21.3373 13.1334 20.8656 13.199 20.4966 13.226C20.1695 13.2499 19.7934 13.2499 19.4375 13.2499H17.5625C17.2066 13.2499 16.8305 13.2499 16.5034 13.226C16.1344 13.199 15.6627 13.1334 15.1676 12.9137C14.1643 12.4684 13.415 11.6376 13.0346 10.6537C12.8502 10.1768 12.7946 9.72376 12.7712 9.35627C12.75 9.02258 12.75 8.63396 12.75 8.24567V8.12895C12.75 7.74066 12.75 7.35214 12.7712 7.01845C12.7946 6.65095 12.8502 6.19792 13.0346 5.72099C13.2913 5.05698 13.7161 4.46268 14.2735 4.00957C14.3899 3.91501 14.448 3.86774 14.4764 3.81497C14.5048 3.76221 14.5117 3.69351 14.5255 3.55612V3.55611C14.5371 3.43952 14.5527 3.29708 14.572 3.14905C14.6239 2.75194 14.6498 2.55339 14.5654 2.45249ZM8.5 15.75C8.08579 15.75 7.75 15.4142 7.75 15C7.75 14.5858 8.08579 14.25 8.5 14.25H15.5C15.9142 14.25 16.25 14.5858 16.25 15C16.25 15.4142 15.9142 15.75 15.5 15.75H8.5ZM8.5 10.75C8.08579 10.75 7.75 10.4142 7.75 10C7.75 9.58579 8.08579 9.25 8.5 9.25H11C11.4142 9.25 11.75 9.58579 11.75 10C11.75 10.4142 11.4142 10.75 11 10.75H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-lock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 4.74918V3.6875C21 2.31583 19.8548 1.25 18.5 1.25C17.1452 1.25 16 2.31583 16 3.6875V4.74918C15.9249 4.77196 15.8502 4.79929 15.7761 4.8322C15.1559 5.10744 14.6789 5.62765 14.4337 6.26203C14.3278 6.53595 14.2871 6.81726 14.2682 7.11392C14.25 7.39939 14.25 7.74715 14.25 8.16389V8.2111C14.25 8.62784 14.25 8.97561 14.2682 9.26108C14.2871 9.55774 14.3278 9.83905 14.4337 10.113C14.6789 10.7474 15.1559 11.2676 15.7761 11.5428C16.0484 11.6637 16.3272 11.7093 16.6128 11.7302C16.8844 11.75 17.2134 11.75 17.5989 11.75H19.4011C19.7866 11.75 20.1156 11.75 20.3872 11.7302C20.6728 11.7093 20.9516 11.6637 21.2239 11.5428C21.8441 11.2676 22.3211 10.7474 22.5663 10.113C22.6722 9.83905 22.7129 9.55774 22.7318 9.26108C22.75 8.97561 22.75 8.62785 22.75 8.2111V8.16392C22.75 7.74717 22.75 7.39939 22.7318 7.11392C22.7129 6.81726 22.6722 6.53595 22.5663 6.26203C22.3211 5.62765 21.8441 5.10744 21.2239 4.8322C21.1498 4.79929 21.0751 4.77196 21 4.74918ZM17.5 3.6875C17.5 3.19521 17.9218 2.75 18.5 2.75C19.0782 2.75 19.5 3.19521 19.5 3.6875V4.62501H17.5V3.6875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5654 2.45243C14.481 2.35153 14.2983 2.34282 13.933 2.32538C12.5888 2.26123 10.9877 2.24222 9.77965 2.32252C5.213 2.62608 1.58972 6.31237 1.2918 10.9221C1.23607 11.7846 1.23607 12.6766 1.2918 13.539C1.40272 15.2554 2.15148 16.8038 2.9838 18.0602C3.23314 18.5417 3.10323 19.2639 2.6369 20.1476L2.61542 20.1883C2.45873 20.485 2.30536 20.7755 2.21688 21.0232C2.12313 21.2856 2.02623 21.7023 2.26791 22.1143C2.48996 22.4929 2.84475 22.6316 3.13152 22.6871C3.36961 22.7331 3.66155 22.7401 3.93544 22.7467L3.98117 22.7478C5.40092 22.7823 6.40136 22.3724 7.1938 21.788L7.28907 21.7179C7.40859 21.63 7.46835 21.586 7.54604 21.5764C7.62373 21.5667 7.69203 21.5946 7.82861 21.6502C7.89626 21.6778 7.97233 21.7091 8.05839 21.7446C8.59977 21.9675 9.21472 22.1011 9.77965 22.1387C11.2369 22.2355 12.7601 22.2357 14.2204 22.1387C18.787 21.8351 22.4103 18.1488 22.7082 13.539C22.7106 13.5019 22.7129 13.4647 22.7151 13.4274C22.7366 13.062 22.7474 12.8793 22.6812 12.7912C22.6381 12.734 22.5947 12.704 22.5261 12.6838C22.4204 12.6527 22.2244 12.7397 21.8324 12.9136C21.3373 13.1334 20.8656 13.199 20.4966 13.226C20.1695 13.2499 19.7934 13.2498 19.4375 13.2498H17.5625C17.2066 13.2498 16.8305 13.2499 16.5034 13.226C16.1344 13.199 15.6627 13.1334 15.1676 12.9136C14.1643 12.4684 13.415 11.6376 13.0346 10.6537C12.8502 10.1767 12.7946 9.7237 12.7712 9.3562C12.75 9.02251 12.75 8.6339 12.75 8.24561V8.12889C12.75 7.7406 12.75 7.35207 12.7712 7.01838C12.7946 6.65089 12.8502 6.19786 13.0346 5.72093C13.2913 5.05692 13.7161 4.46262 14.2735 4.00951C14.3899 3.91495 14.448 3.86767 14.4764 3.81491C14.5048 3.76215 14.5117 3.69345 14.5255 3.55606V3.55605C14.5371 3.43946 14.5527 3.29702 14.572 3.14899C14.6239 2.75188 14.6498 2.55333 14.5654 2.45243ZM8 11.4999C7.44772 11.4999 7 11.9476 7 12.4999C7 13.0522 7.44772 13.4999 8 13.4999H8.00897C8.56126 13.4999 9.00897 13.0522 9.00897 12.4999C9.00897 11.9476 8.56126 11.4999 8.00897 11.4999H8ZM11.9955 11.4999C11.4432 11.4999 10.9955 11.9476 10.9955 12.4999C10.9955 13.0522 11.4432 13.4999 11.9955 13.4999H12.0045C12.5568 13.4999 13.0045 13.0522 13.0045 12.4999C13.0045 11.9476 12.5568 11.4999 12.0045 11.4999H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 4.74918V3.6875C21 2.31583 19.8548 1.25 18.5 1.25C17.1452 1.25 16 2.31583 16 3.6875V4.74918C15.9249 4.77196 15.8502 4.79929 15.7761 4.8322C15.1559 5.10744 14.6789 5.62765 14.4337 6.26203C14.3278 6.53595 14.2871 6.81726 14.2682 7.11392C14.25 7.39939 14.25 7.74715 14.25 8.16389V8.2111C14.25 8.62784 14.25 8.97561 14.2682 9.26108C14.2871 9.55774 14.3278 9.83905 14.4337 10.113C14.6789 10.7474 15.1559 11.2676 15.7761 11.5428C16.0484 11.6637 16.3272 11.7093 16.6128 11.7302C16.8844 11.75 17.2134 11.75 17.5989 11.75H19.4011C19.7866 11.75 20.1156 11.75 20.3872 11.7302C20.6728 11.7093 20.9516 11.6637 21.2239 11.5428C21.8441 11.2676 22.3211 10.7474 22.5663 10.113C22.6722 9.83905 22.7129 9.55774 22.7318 9.26108C22.75 8.97561 22.75 8.62785 22.75 8.2111V8.16392C22.75 7.74717 22.75 7.39939 22.7318 7.11392C22.7129 6.81726 22.6722 6.53595 22.5663 6.26203C22.3211 5.62765 21.8441 5.10744 21.2239 4.8322C21.1498 4.79929 21.0751 4.77196 21 4.74918ZM17.5 3.6875C17.5 3.19521 17.9218 2.75 18.5 2.75C19.0782 2.75 19.5 3.19521 19.5 3.6875V4.62501H17.5V3.6875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5654 2.45243C14.481 2.35153 14.2983 2.34282 13.933 2.32538C12.5888 2.26123 10.9877 2.24222 9.77965 2.32252C5.213 2.62608 1.58972 6.31237 1.2918 10.9221C1.23607 11.7846 1.23607 12.6766 1.2918 13.539C1.40272 15.2554 2.15148 16.8038 2.9838 18.0602C3.23314 18.5417 3.10323 19.2639 2.6369 20.1476L2.61542 20.1883C2.45873 20.485 2.30536 20.7755 2.21688 21.0232C2.12313 21.2856 2.02623 21.7023 2.26791 22.1143C2.48996 22.4929 2.84475 22.6316 3.13152 22.6871C3.36961 22.7331 3.66155 22.7401 3.93544 22.7467L3.98117 22.7478C5.40092 22.7823 6.40136 22.3724 7.1938 21.788L7.28907 21.7179C7.40859 21.63 7.46835 21.586 7.54604 21.5764C7.62373 21.5667 7.69203 21.5946 7.82861 21.6502C7.89626 21.6778 7.97233 21.7091 8.05839 21.7446C8.59977 21.9675 9.21472 22.1011 9.77965 22.1387C11.2369 22.2355 12.7601 22.2357 14.2204 22.1387C18.787 21.8351 22.4103 18.1488 22.7082 13.539C22.7106 13.5019 22.7129 13.4647 22.7151 13.4274C22.7366 13.062 22.7474 12.8793 22.6812 12.7912C22.6381 12.734 22.5947 12.704 22.5261 12.6838C22.4204 12.6527 22.2244 12.7397 21.8324 12.9136C21.3373 13.1334 20.8656 13.199 20.4966 13.226C20.1695 13.2499 19.7934 13.2498 19.4375 13.2498H17.5625C17.2066 13.2498 16.8305 13.2499 16.5034 13.226C16.1344 13.199 15.6627 13.1334 15.1676 12.9136C14.1643 12.4684 13.415 11.6376 13.0346 10.6537C12.8502 10.1767 12.7946 9.7237 12.7712 9.3562C12.75 9.02251 12.75 8.6339 12.75 8.24561V8.12889C12.75 7.7406 12.75 7.35207 12.7712 7.01838C12.7946 6.65089 12.8502 6.19786 13.0346 5.72093C13.2913 5.05692 13.7161 4.46262 14.2735 4.00951C14.3899 3.91495 14.448 3.86767 14.4764 3.81491C14.5048 3.76215 14.5117 3.69345 14.5255 3.55606V3.55605C14.5371 3.43946 14.5527 3.29702 14.572 3.14899C14.6239 2.75188 14.6498 2.55333 14.5654 2.45243ZM8 11.4999C7.44772 11.4999 7 11.9476 7 12.4999C7 13.0522 7.44772 13.4999 8 13.4999H8.00897C8.56126 13.4999 9.00897 13.0522 9.00897 12.4999C9.00897 11.9476 8.56126 11.4999 8.00897 11.4999H8ZM11.9955 11.4999C11.4432 11.4999 10.9955 11.9476 10.9955 12.4999C10.9955 13.0522 11.4432 13.4999 11.9955 13.4999H12.0045C12.5568 13.4999 13.0045 13.0522 13.0045 12.4999C13.0045 11.9476 12.5568 11.4999 12.0045 11.4999H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-multiple-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3945 1.31147C11.1486 1.22943 9.84919 1.22959 8.60585 1.31147C4.672 1.57054 1.54331 4.71804 1.28595 8.66337C1.23822 9.395 1.23822 10.1516 1.28595 10.8832C1.38206 12.3566 2.029 13.6794 2.74063 14.7449C2.91787 15.0918 2.83591 15.6455 2.44338 16.3824L2.42308 16.4205C2.29183 16.6667 2.15761 16.9185 2.07931 17.1356C1.99566 17.3676 1.89862 17.7641 2.13239 18.159C2.34511 18.5183 2.68333 18.6457 2.94185 18.6953C3.15334 18.7358 3.40997 18.7419 3.63956 18.7473L3.68158 18.7483C4.91284 18.778 5.78643 18.4249 6.47896 17.919C6.58524 17.8413 6.66363 17.7842 6.72465 17.7413C6.81714 17.7765 6.93927 17.8262 7.10921 17.8955C7.58107 18.088 8.1152 18.2028 8.60585 18.2351C9.84919 18.317 11.1486 18.3172 12.3945 18.2351C16.3283 17.9761 19.457 14.8286 19.7144 10.8832C19.7621 10.1516 19.7621 9.395 19.7144 8.66337C19.457 4.71804 16.3283 1.57054 12.3945 1.31147ZM7.50015 12.75C7.08594 12.75 6.75015 12.4142 6.75015 12C6.75015 11.5858 7.08594 11.25 7.50015 11.25H13.5002C13.9144 11.25 14.2502 11.5858 14.2502 12C14.2502 12.4142 13.9144 12.75 13.5002 12.75H7.50015ZM7.50015 8.75C7.08594 8.75 6.75015 8.41421 6.75015 8C6.75015 7.58579 7.08594 7.25 7.50015 7.25H10.5002C10.9144 7.25 11.2502 7.58579 11.2502 8C11.2502 8.41421 10.9144 8.75 10.5002 8.75H7.50015ZM12.4927 19.7328C17.1833 19.4239 20.9049 15.6726 21.2109 10.9818C21.2519 10.3528 21.2724 10.0383 21.4414 9.96568C21.482 9.94827 21.5331 9.93928 21.5772 9.94183C21.7608 9.95246 21.8765 10.2165 22.1079 10.7447C22.4466 11.5177 22.6581 12.3598 22.7161 13.2446C22.7611 13.9326 22.7611 14.6441 22.7161 15.3322C22.6249 16.7246 22.0118 17.9722 21.3405 18.974C21.1873 19.2761 21.2533 19.7735 21.6211 20.4613L21.6409 20.4984C21.7637 20.7279 21.8916 20.9668 21.9665 21.1738C22.0469 21.3956 22.1441 21.7857 21.9127 22.1749C21.703 22.5278 21.3703 22.6513 21.1213 22.6988C20.9188 22.7375 20.6738 22.7433 20.4589 22.7483L20.4183 22.7492C19.2501 22.7773 18.4188 22.4433 17.7596 21.9636C17.6815 21.9068 17.6424 21.8783 17.5961 21.8636C17.5618 21.8527 17.5221 21.8478 17.4861 21.8501C17.4376 21.8532 17.3931 21.8712 17.3042 21.9073L17.2071 21.9467C16.7584 22.1291 16.2513 22.2376 15.7854 22.2681C14.6134 22.345 13.3887 22.3452 12.2143 22.2681C10.6202 22.1635 9.19436 21.5422 8.04792 20.584C7.69215 20.2867 7.51426 20.138 7.50268 20.0151C7.49343 19.9169 7.53018 19.8251 7.60469 19.7604C7.6979 19.6795 7.9676 19.6973 8.50699 19.7328C9.8159 19.819 11.1811 19.8192 12.4927 19.7328Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3945 1.31147C11.1486 1.22943 9.84919 1.22959 8.60585 1.31147C4.672 1.57054 1.54331 4.71804 1.28595 8.66337C1.23822 9.395 1.23822 10.1516 1.28595 10.8832C1.38206 12.3566 2.029 13.6794 2.74063 14.7449C2.91787 15.0918 2.83591 15.6455 2.44338 16.3824L2.42308 16.4205C2.29183 16.6667 2.15761 16.9185 2.07931 17.1356C1.99566 17.3676 1.89862 17.7641 2.13239 18.159C2.34511 18.5183 2.68333 18.6457 2.94185 18.6953C3.15334 18.7358 3.40997 18.7419 3.63956 18.7473L3.68158 18.7483C4.91284 18.778 5.78643 18.4249 6.47896 17.919C6.58524 17.8413 6.66363 17.7842 6.72465 17.7413C6.81714 17.7765 6.93927 17.8262 7.10921 17.8955C7.58107 18.088 8.1152 18.2028 8.60585 18.2351C9.84919 18.317 11.1486 18.3172 12.3945 18.2351C16.3283 17.9761 19.457 14.8286 19.7144 10.8832C19.7621 10.1516 19.7621 9.395 19.7144 8.66337C19.457 4.71804 16.3283 1.57054 12.3945 1.31147ZM7.50015 12.75C7.08594 12.75 6.75015 12.4142 6.75015 12C6.75015 11.5858 7.08594 11.25 7.50015 11.25H13.5002C13.9144 11.25 14.2502 11.5858 14.2502 12C14.2502 12.4142 13.9144 12.75 13.5002 12.75H7.50015ZM7.50015 8.75C7.08594 8.75 6.75015 8.41421 6.75015 8C6.75015 7.58579 7.08594 7.25 7.50015 7.25H10.5002C10.9144 7.25 11.2502 7.58579 11.2502 8C11.2502 8.41421 10.9144 8.75 10.5002 8.75H7.50015ZM12.4927 19.7328C17.1833 19.4239 20.9049 15.6726 21.2109 10.9818C21.2519 10.3528 21.2724 10.0383 21.4414 9.96568C21.482 9.94827 21.5331 9.93928 21.5772 9.94183C21.7608 9.95246 21.8765 10.2165 22.1079 10.7447C22.4466 11.5177 22.6581 12.3598 22.7161 13.2446C22.7611 13.9326 22.7611 14.6441 22.7161 15.3322C22.6249 16.7246 22.0118 17.9722 21.3405 18.974C21.1873 19.2761 21.2533 19.7735 21.6211 20.4613L21.6409 20.4984C21.7637 20.7279 21.8916 20.9668 21.9665 21.1738C22.0469 21.3956 22.1441 21.7857 21.9127 22.1749C21.703 22.5278 21.3703 22.6513 21.1213 22.6988C20.9188 22.7375 20.6738 22.7433 20.4589 22.7483L20.4183 22.7492C19.2501 22.7773 18.4188 22.4433 17.7596 21.9636C17.6815 21.9068 17.6424 21.8783 17.5961 21.8636C17.5618 21.8527 17.5221 21.8478 17.4861 21.8501C17.4376 21.8532 17.3931 21.8712 17.3042 21.9073L17.2071 21.9467C16.7584 22.1291 16.2513 22.2376 15.7854 22.2681C14.6134 22.345 13.3887 22.3452 12.2143 22.2681C10.6202 22.1635 9.19436 21.5422 8.04792 20.584C7.69215 20.2867 7.51426 20.138 7.50268 20.0151C7.49343 19.9169 7.53018 19.8251 7.60469 19.7604C7.6979 19.6795 7.9676 19.6973 8.50699 19.7328C9.8159 19.819 11.1811 19.8192 12.4927 19.7328Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-multiple-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.4464 8.79576C16.4961 8.73481 15.5059 8.73468 14.5536 8.79576C10.9555 9.02655 8.02168 11.8436 7.77917 15.4643C7.74028 16.045 7.74028 16.6433 7.77917 17.224C7.82147 17.8556 7.94566 18.4627 8.14097 19.0359C8.28754 19.466 8.36083 19.6811 8.2777 19.8046C8.25045 19.845 8.20843 19.8822 8.16497 19.9043C8.03237 19.9718 7.81321 19.866 7.37497 19.6542C7.37605 19.6545 7.37686 19.6546 7.37686 19.6546M7.37462 19.6541C7.37474 19.6542 7.37486 19.6542 7.37497 19.6542C7.37488 19.6542 7.37478 19.6541 7.37469 19.6541M7.37462 19.6541C7.37768 19.6558 7.38229 19.6584 7.37415 19.6553C7.37153 19.6544 7.3703 19.6538 7.36993 19.6536C7.3632 19.6531 7.3469 19.6522 7.30759 19.6512C7.28682 19.6507 7.25822 19.6533 7.23789 19.6576C7.17463 19.671 7.13042 19.7034 7.042 19.7683L6.95557 19.8318C6.19643 20.39 5.23823 20.781 3.88125 20.7481L3.8367 20.747C3.57763 20.7408 3.29744 20.7342 3.0682 20.6899C2.79078 20.6364 2.44152 20.5014 2.22262 20.1293C1.98368 19.723 2.08058 19.3131 2.17095 19.0609C2.25602 18.8234 2.40299 18.5458 2.55118 18.266L2.57229 18.2261C3.01408 17.3912 3.12803 16.7252 2.90267 16.2886C2.11057 15.0958 1.39578 13.6226 1.2898 11.9872C1.23673 11.1684 1.23673 10.3215 1.2898 9.50271C1.57417 5.1146 5.0324 1.60773 9.38832 1.31898C10.7743 1.2271 12.2229 1.22691 13.6117 1.31898C17.9676 1.60773 21.4258 5.11461 21.7102 9.50271C21.7308 9.82087 21.7411 9.97995 21.6883 10.0628C21.6348 10.1465 21.5544 10.1941 21.4553 10.2006C21.3573 10.2072 21.2089 10.1128 20.9121 9.92401C19.8983 9.27907 18.7135 8.87704 17.4464 8.79576M7.37334 19.6539C7.37378 19.6539 7.37421 19.654 7.37462 19.6541C7.37452 19.6541 7.37442 19.654 7.37433 19.654C7.37447 19.654 7.37455 19.654 7.37459 19.654C7.3746 19.654 7.37461 19.654 7.37462 19.654M17.3504 10.2927C16.4639 10.2358 15.5379 10.2357 14.6496 10.2927C11.7768 10.477 9.46631 12.7205 9.27582 15.5645C9.24139 16.0785 9.24139 16.6098 9.27582 17.1238C9.46631 19.9678 11.7768 22.2113 14.6496 22.3956C15.5379 22.4526 16.4639 22.4525 17.3504 22.3956C17.7164 22.3721 18.1151 22.289 18.4706 22.1477C18.5342 22.1224 18.5884 22.1009 18.6361 22.0823L18.716 22.139C19.2419 22.5132 19.9029 22.7702 20.818 22.7487L20.8518 22.748H20.8518H20.8519C21.009 22.7444 21.2066 22.74 21.3733 22.7089C21.5824 22.6698 21.8935 22.5628 22.092 22.2362C22.3158 21.8679 22.2168 21.5021 22.1494 21.3203C22.0877 21.1536 21.9848 20.9657 21.8954 20.8024L21.8954 20.8024L21.8954 20.8024L21.8779 20.7705C21.7538 20.5435 21.675 20.3391 21.6464 20.1709C21.6219 20.0269 21.6387 19.9418 21.6646 19.8867C22.1749 19.1398 22.6526 18.1928 22.7242 17.1238C22.7586 16.6098 22.7586 16.0785 22.7242 15.5645C22.5337 12.7205 20.2232 10.477 17.3504 10.2927Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.4464 8.79576C16.4961 8.73481 15.5059 8.73468 14.5536 8.79576C10.9555 9.02655 8.02168 11.8436 7.77917 15.4643C7.74028 16.045 7.74028 16.6433 7.77917 17.224C7.82147 17.8556 7.94566 18.4627 8.14097 19.0359C8.28754 19.466 8.36083 19.6811 8.2777 19.8046C8.25045 19.845 8.20843 19.8822 8.16497 19.9043C8.03237 19.9718 7.81321 19.866 7.37497 19.6542C7.37605 19.6545 7.37686 19.6546 7.37686 19.6546M7.37462 19.6541C7.37474 19.6542 7.37486 19.6542 7.37497 19.6542C7.37488 19.6542 7.37478 19.6541 7.37469 19.6541M7.37462 19.6541C7.37768 19.6558 7.38229 19.6584 7.37415 19.6553C7.37153 19.6544 7.3703 19.6538 7.36993 19.6536C7.3632 19.6531 7.3469 19.6522 7.30759 19.6512C7.28682 19.6507 7.25822 19.6533 7.23789 19.6576C7.17463 19.671 7.13042 19.7034 7.042 19.7683L6.95557 19.8318C6.19643 20.39 5.23823 20.781 3.88125 20.7481L3.8367 20.747C3.57763 20.7408 3.29744 20.7342 3.0682 20.6899C2.79078 20.6364 2.44152 20.5014 2.22262 20.1293C1.98368 19.723 2.08058 19.3131 2.17095 19.0609C2.25602 18.8234 2.40299 18.5458 2.55118 18.266L2.57229 18.2261C3.01408 17.3912 3.12803 16.7252 2.90267 16.2886C2.11057 15.0958 1.39578 13.6226 1.2898 11.9872C1.23673 11.1684 1.23673 10.3215 1.2898 9.50271C1.57417 5.1146 5.0324 1.60773 9.38832 1.31898C10.7743 1.2271 12.2229 1.22691 13.6117 1.31898C17.9676 1.60773 21.4258 5.11461 21.7102 9.50271C21.7308 9.82087 21.7411 9.97995 21.6883 10.0628C21.6348 10.1465 21.5544 10.1941 21.4553 10.2006C21.3573 10.2072 21.2089 10.1128 20.9121 9.92401C19.8983 9.27907 18.7135 8.87704 17.4464 8.79576M7.37334 19.6539C7.37378 19.6539 7.37421 19.654 7.37462 19.6541C7.37452 19.6541 7.37442 19.654 7.37433 19.654C7.37447 19.654 7.37455 19.654 7.37459 19.654C7.3746 19.654 7.37461 19.654 7.37462 19.654M17.3504 10.2927C16.4639 10.2358 15.5379 10.2357 14.6496 10.2927C11.7768 10.477 9.46631 12.7205 9.27582 15.5645C9.24139 16.0785 9.24139 16.6098 9.27582 17.1238C9.46631 19.9678 11.7768 22.2113 14.6496 22.3956C15.5379 22.4526 16.4639 22.4525 17.3504 22.3956C17.7164 22.3721 18.1151 22.289 18.4706 22.1477C18.5342 22.1224 18.5884 22.1009 18.6361 22.0823L18.716 22.139C19.2419 22.5132 19.9029 22.7702 20.818 22.7487L20.8518 22.748H20.8518H20.8519C21.009 22.7444 21.2066 22.74 21.3733 22.7089C21.5824 22.6698 21.8935 22.5628 22.092 22.2362C22.3158 21.8679 22.2168 21.5021 22.1494 21.3203C22.0877 21.1536 21.9848 20.9657 21.8954 20.8024L21.8954 20.8024L21.8954 20.8024L21.8779 20.7705C21.7538 20.5435 21.675 20.3391 21.6464 20.1709C21.6219 20.0269 21.6387 19.9418 21.6646 19.8867C22.1749 19.1398 22.6526 18.1928 22.7242 17.1238C22.7586 16.6098 22.7586 16.0785 22.7242 15.5645C22.5337 12.7205 20.2232 10.477 17.3504 10.2927Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-notification-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4274 2.40402C13.3408 2.26956 13.1159 2.2652 12.6661 2.25646C11.6997 2.23769 10.7258 2.25984 9.77965 2.32273C5.213 2.62629 1.58972 6.31258 1.2918 10.9224C1.23607 11.7848 1.23607 12.6768 1.2918 13.5392C1.40272 15.2556 2.15148 16.804 2.98381 18.0604C3.23314 18.5419 3.10323 19.2641 2.6369 20.1478L2.61542 20.1885C2.45874 20.4852 2.30536 20.7757 2.21688 21.0234C2.12313 21.2858 2.02623 21.7025 2.26791 22.1145C2.48996 22.4931 2.84475 22.6318 3.13152 22.6873C3.36961 22.7334 3.66155 22.7403 3.93544 22.7469L3.98117 22.748C5.40092 22.7825 6.40136 22.3726 7.1938 21.7883L7.28907 21.7181C7.40859 21.6302 7.46835 21.5862 7.54604 21.5766C7.62373 21.567 7.69203 21.5948 7.82861 21.6505C7.89626 21.678 7.97233 21.7093 8.05839 21.7448C8.59978 21.9677 9.21472 22.1013 9.77965 22.1389C11.2369 22.2357 12.7601 22.2359 14.2204 22.1389C18.787 21.8353 22.4103 18.149 22.7082 13.5392C22.7639 12.6768 22.7639 11.7848 22.7082 10.9224C22.7031 10.8437 22.6971 10.7653 22.6901 10.6872C22.6497 10.2373 22.6295 10.0124 22.4758 9.93864C22.322 9.86485 22.1073 10.0075 21.6779 10.2928C20.7675 10.8976 19.6749 11.25 18.5 11.25C15.3244 11.25 12.75 8.67564 12.75 5.5C12.75 4.69125 12.917 3.92149 13.2183 3.22333C13.4154 2.76676 13.5139 2.53848 13.4274 2.40402ZM8.5 15.75C8.08579 15.75 7.75 15.4142 7.75 15C7.75 14.5858 8.08579 14.25 8.5 14.25H15.5C15.9142 14.25 16.25 14.5858 16.25 15C16.25 15.4142 15.9142 15.75 15.5 15.75H8.5ZM8.5 10.75C8.08579 10.75 7.75 10.4142 7.75 10C7.75 9.58579 8.08579 9.25 8.5 9.25H12C12.4142 9.25 12.75 9.58579 12.75 10C12.75 10.4142 12.4142 10.75 12 10.75H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 5.5C14.25 3.15279 16.1528 1.25 18.5 1.25C20.8472 1.25 22.75 3.15279 22.75 5.5C22.75 7.84721 20.8472 9.75 18.5 9.75C16.1528 9.75 14.25 7.84721 14.25 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4274 2.40402C13.3408 2.26956 13.1159 2.2652 12.6661 2.25646C11.6997 2.23769 10.7258 2.25984 9.77965 2.32273C5.213 2.62629 1.58972 6.31258 1.2918 10.9224C1.23607 11.7848 1.23607 12.6768 1.2918 13.5392C1.40272 15.2556 2.15148 16.804 2.98381 18.0604C3.23314 18.5419 3.10323 19.2641 2.6369 20.1478L2.61542 20.1885C2.45874 20.4852 2.30536 20.7757 2.21688 21.0234C2.12313 21.2858 2.02623 21.7025 2.26791 22.1145C2.48996 22.4931 2.84475 22.6318 3.13152 22.6873C3.36961 22.7334 3.66155 22.7403 3.93544 22.7469L3.98117 22.748C5.40092 22.7825 6.40136 22.3726 7.1938 21.7883L7.28907 21.7181C7.40859 21.6302 7.46835 21.5862 7.54604 21.5766C7.62373 21.567 7.69203 21.5948 7.82861 21.6505C7.89626 21.678 7.97233 21.7093 8.05839 21.7448C8.59978 21.9677 9.21472 22.1013 9.77965 22.1389C11.2369 22.2357 12.7601 22.2359 14.2204 22.1389C18.787 21.8353 22.4103 18.149 22.7082 13.5392C22.7639 12.6768 22.7639 11.7848 22.7082 10.9224C22.7031 10.8437 22.6971 10.7653 22.6901 10.6872C22.6497 10.2373 22.6295 10.0124 22.4758 9.93864C22.322 9.86485 22.1073 10.0075 21.6779 10.2928C20.7675 10.8976 19.6749 11.25 18.5 11.25C15.3244 11.25 12.75 8.67564 12.75 5.5C12.75 4.69125 12.917 3.92149 13.2183 3.22333C13.4154 2.76676 13.5139 2.53848 13.4274 2.40402ZM8.5 15.75C8.08579 15.75 7.75 15.4142 7.75 15C7.75 14.5858 8.08579 14.25 8.5 14.25H15.5C15.9142 14.25 16.25 14.5858 16.25 15C16.25 15.4142 15.9142 15.75 15.5 15.75H8.5ZM8.5 10.75C8.08579 10.75 7.75 10.4142 7.75 10C7.75 9.58579 8.08579 9.25 8.5 9.25H12C12.4142 9.25 12.75 9.58579 12.75 10C12.75 10.4142 12.4142 10.75 12 10.75H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 5.5C14.25 3.15279 16.1528 1.25 18.5 1.25C20.8472 1.25 22.75 3.15279 22.75 5.5C22.75 7.84721 20.8472 9.75 18.5 9.75C16.1528 9.75 14.25 7.84721 14.25 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-notification-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4274 2.40402C13.3408 2.26956 13.1159 2.26519 12.6661 2.25646C11.6997 2.23769 10.7258 2.25983 9.77965 2.32273C5.213 2.62629 1.58972 6.31258 1.2918 10.9224C1.23607 11.7848 1.23607 12.6768 1.2918 13.5392C1.40272 15.2556 2.15148 16.804 2.98381 18.0604C3.23314 18.5419 3.10323 19.2641 2.6369 20.1478L2.61542 20.1885C2.45874 20.4852 2.30536 20.7757 2.21688 21.0234C2.12313 21.2858 2.02623 21.7025 2.26791 22.1145C2.48996 22.4931 2.84475 22.6318 3.13152 22.6873C3.36961 22.7334 3.66155 22.7403 3.93544 22.7469L3.98117 22.748C5.40092 22.7825 6.40136 22.3726 7.1938 21.7883L7.28907 21.7181C7.40859 21.6302 7.46835 21.5862 7.54604 21.5766C7.62373 21.567 7.69203 21.5948 7.82861 21.6505C7.89626 21.678 7.97233 21.7093 8.05839 21.7448C8.59978 21.9677 9.21472 22.1013 9.77965 22.1389C11.2369 22.2357 12.7601 22.2359 14.2204 22.1389C18.787 21.8353 22.4103 18.149 22.7082 13.5392C22.7639 12.6768 22.7639 11.7848 22.7082 10.9224C22.7031 10.8437 22.6971 10.7653 22.6901 10.6872C22.6497 10.2373 22.6295 10.0124 22.4758 9.93863C22.322 9.86484 22.1073 10.0075 21.6779 10.2928C20.7675 10.8976 19.6749 11.25 18.5 11.25C15.3244 11.25 12.75 8.67564 12.75 5.5C12.75 4.69125 12.917 3.92149 13.2183 3.22332C13.4154 2.76676 13.5139 2.53847 13.4274 2.40402ZM8 11.5C7.44772 11.5 7 11.9477 7 12.5C7 13.0523 7.44772 13.5 8 13.5H8.00897C8.56126 13.5 9.00897 13.0523 9.00897 12.5C9.00897 11.9477 8.56126 11.5 8.00897 11.5H8ZM11.9955 11.5C11.4432 11.5 10.9955 11.9477 10.9955 12.5C10.9955 13.0523 11.4432 13.5 11.9955 13.5H12.0045C12.5568 13.5 13.0045 13.0523 13.0045 12.5C13.0045 11.9477 12.5568 11.5 12.0045 11.5H11.9955ZM15.991 11.5C15.4387 11.5 14.991 11.9477 14.991 12.5C14.991 13.0523 15.4387 13.5 15.991 13.5H16C16.5523 13.5 17 13.0523 17 12.5C17 11.9477 16.5523 11.5 16 11.5H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 5.5C14.25 3.15279 16.1528 1.25 18.5 1.25C20.8472 1.25 22.75 3.15279 22.75 5.5C22.75 7.84721 20.8472 9.75 18.5 9.75C16.1528 9.75 14.25 7.84721 14.25 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4274 2.40402C13.3408 2.26956 13.1159 2.26519 12.6661 2.25646C11.6997 2.23769 10.7258 2.25983 9.77965 2.32273C5.213 2.62629 1.58972 6.31258 1.2918 10.9224C1.23607 11.7848 1.23607 12.6768 1.2918 13.5392C1.40272 15.2556 2.15148 16.804 2.98381 18.0604C3.23314 18.5419 3.10323 19.2641 2.6369 20.1478L2.61542 20.1885C2.45874 20.4852 2.30536 20.7757 2.21688 21.0234C2.12313 21.2858 2.02623 21.7025 2.26791 22.1145C2.48996 22.4931 2.84475 22.6318 3.13152 22.6873C3.36961 22.7334 3.66155 22.7403 3.93544 22.7469L3.98117 22.748C5.40092 22.7825 6.40136 22.3726 7.1938 21.7883L7.28907 21.7181C7.40859 21.6302 7.46835 21.5862 7.54604 21.5766C7.62373 21.567 7.69203 21.5948 7.82861 21.6505C7.89626 21.678 7.97233 21.7093 8.05839 21.7448C8.59978 21.9677 9.21472 22.1013 9.77965 22.1389C11.2369 22.2357 12.7601 22.2359 14.2204 22.1389C18.787 21.8353 22.4103 18.149 22.7082 13.5392C22.7639 12.6768 22.7639 11.7848 22.7082 10.9224C22.7031 10.8437 22.6971 10.7653 22.6901 10.6872C22.6497 10.2373 22.6295 10.0124 22.4758 9.93863C22.322 9.86484 22.1073 10.0075 21.6779 10.2928C20.7675 10.8976 19.6749 11.25 18.5 11.25C15.3244 11.25 12.75 8.67564 12.75 5.5C12.75 4.69125 12.917 3.92149 13.2183 3.22332C13.4154 2.76676 13.5139 2.53847 13.4274 2.40402ZM8 11.5C7.44772 11.5 7 11.9477 7 12.5C7 13.0523 7.44772 13.5 8 13.5H8.00897C8.56126 13.5 9.00897 13.0523 9.00897 12.5C9.00897 11.9477 8.56126 11.5 8.00897 11.5H8ZM11.9955 11.5C11.4432 11.5 10.9955 11.9477 10.9955 12.5C10.9955 13.0523 11.4432 13.5 11.9955 13.5H12.0045C12.5568 13.5 13.0045 13.0523 13.0045 12.5C13.0045 11.9477 12.5568 11.5 12.0045 11.5H11.9955ZM15.991 11.5C15.4387 11.5 14.991 11.9477 14.991 12.5C14.991 13.0523 15.4387 13.5 15.991 13.5H16C16.5523 13.5 17 13.0523 17 12.5C17 11.9477 16.5523 11.5 16 11.5H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 5.5C14.25 3.15279 16.1528 1.25 18.5 1.25C20.8472 1.25 22.75 3.15279 22.75 5.5C22.75 7.84721 20.8472 9.75 18.5 9.75C16.1528 9.75 14.25 7.84721 14.25 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-outgoing-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5832 10.9214C22.5371 10.2079 22.4113 9.51646 22.2147 8.8563C22.1153 8.52261 22.0656 8.35576 21.9176 8.30637C21.7696 8.25698 21.6232 8.36534 21.3304 8.58206L20.9911 8.83315C20.8273 8.93304 19.7026 9.61896 18.3958 8.98501C17.6045 8.60116 17.2351 7.97094 17.0618 7.49118C16.9709 7.23964 16.9254 7.11386 16.8479 7.05941C16.7703 7.00495 16.6561 7.00495 16.4278 7.00495L13.875 7.00495C12.4943 7.00495 11.375 5.88566 11.375 4.50495C11.375 4.38545 11.3834 4.26792 11.3996 4.15289C11.5604 3.01211 11.6408 2.44171 11.546 2.33749C11.4512 2.23328 11.081 2.25002 10.3406 2.28351C10.1107 2.29392 9.88187 2.30667 9.65465 2.32177C5.088 2.62533 1.46472 6.31162 1.1668 10.9214C1.11107 11.7838 1.11107 12.6759 1.1668 13.5383C1.27772 15.2547 2.02648 16.8031 2.85881 18.0595C3.10814 18.541 2.97823 19.2631 2.5119 20.1468L2.49042 20.1875C2.33374 20.4843 2.18036 20.7748 2.09188 21.0224C1.99813 21.2849 1.90123 21.7015 2.14291 22.1136C2.36496 22.4922 2.71975 22.6308 3.00652 22.6863C3.24461 22.7324 3.53655 22.7394 3.81044 22.7459L3.85617 22.747C5.27592 22.7816 6.27636 22.3717 7.0688 21.7873L7.16407 21.7171C7.28359 21.6292 7.34335 21.5853 7.42104 21.5756C7.49873 21.566 7.56703 21.5938 7.70361 21.6495C7.77126 21.6771 7.84733 21.7084 7.93339 21.7438C8.47478 21.9668 9.08972 22.1004 9.65465 22.1379C11.1119 22.2348 12.6351 22.235 14.0954 22.1379C18.662 21.8344 22.2853 18.1481 22.5832 13.5383C22.6389 12.6759 22.6389 11.7838 22.5832 10.9214ZM8.375 15.75C7.96079 15.75 7.625 15.4142 7.625 15C7.625 14.5858 7.96079 14.25 8.375 14.25H15.375C15.7892 14.25 16.125 14.5858 16.125 15C16.125 15.4142 15.7892 15.75 15.375 15.75H8.375ZM8.375 10.75C7.96079 10.75 7.625 10.4142 7.625 10C7.625 9.58579 7.96079 9.25 8.375 9.25H11.875C12.2892 9.25 12.625 9.58579 12.625 10C12.625 10.4142 12.2892 10.75 11.875 10.75H8.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 5.50586C13.3227 5.50586 12.875 5.05814 12.875 4.50586C12.875 3.95357 13.3227 3.50586 13.875 3.50586L18.375 3.50586L18.375 2.9116C18.3749 2.73596 18.3747 2.52031 18.3968 2.34387L18.3972 2.34053C18.413 2.21408 18.4848 1.63804 19.0504 1.36368C19.6172 1.08872 20.1174 1.39065 20.2256 1.45597L20.2296 1.45841C20.3826 1.55062 20.5535 1.68477 20.6941 1.79511L20.7243 1.81885C21.1001 2.11348 21.5843 2.49545 21.9753 2.87588C22.1705 3.06571 22.3717 3.28297 22.5305 3.51388C22.6717 3.71914 22.875 4.06934 22.875 4.5C22.875 4.93067 22.6717 5.28086 22.5305 5.48612C22.3717 5.71703 22.1705 5.93429 21.9753 6.12412C21.5843 6.50455 21.1001 6.88652 20.7243 7.18115L20.6941 7.20488C20.5535 7.31523 20.3826 7.44938 20.2296 7.54159L20.2256 7.54403C20.1174 7.60935 19.6172 7.91128 19.0504 7.63632C18.4848 7.36196 18.413 6.78592 18.3972 6.65947L18.3968 6.65613C18.3747 6.47969 18.3749 6.26403 18.375 6.0884L18.375 5.50586L13.875 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5832 10.9214C22.5371 10.2079 22.4113 9.51646 22.2147 8.8563C22.1153 8.52261 22.0656 8.35576 21.9176 8.30637C21.7696 8.25698 21.6232 8.36534 21.3304 8.58206L20.9911 8.83315C20.8273 8.93304 19.7026 9.61896 18.3958 8.98501C17.6045 8.60116 17.2351 7.97094 17.0618 7.49118C16.9709 7.23964 16.9254 7.11386 16.8479 7.05941C16.7703 7.00495 16.6561 7.00495 16.4278 7.00495L13.875 7.00495C12.4943 7.00495 11.375 5.88566 11.375 4.50495C11.375 4.38545 11.3834 4.26792 11.3996 4.15289C11.5604 3.01211 11.6408 2.44171 11.546 2.33749C11.4512 2.23328 11.081 2.25002 10.3406 2.28351C10.1107 2.29392 9.88187 2.30667 9.65465 2.32177C5.088 2.62533 1.46472 6.31162 1.1668 10.9214C1.11107 11.7838 1.11107 12.6759 1.1668 13.5383C1.27772 15.2547 2.02648 16.8031 2.85881 18.0595C3.10814 18.541 2.97823 19.2631 2.5119 20.1468L2.49042 20.1875C2.33374 20.4843 2.18036 20.7748 2.09188 21.0224C1.99813 21.2849 1.90123 21.7015 2.14291 22.1136C2.36496 22.4922 2.71975 22.6308 3.00652 22.6863C3.24461 22.7324 3.53655 22.7394 3.81044 22.7459L3.85617 22.747C5.27592 22.7816 6.27636 22.3717 7.0688 21.7873L7.16407 21.7171C7.28359 21.6292 7.34335 21.5853 7.42104 21.5756C7.49873 21.566 7.56703 21.5938 7.70361 21.6495C7.77126 21.6771 7.84733 21.7084 7.93339 21.7438C8.47478 21.9668 9.08972 22.1004 9.65465 22.1379C11.1119 22.2348 12.6351 22.235 14.0954 22.1379C18.662 21.8344 22.2853 18.1481 22.5832 13.5383C22.6389 12.6759 22.6389 11.7838 22.5832 10.9214ZM8.375 15.75C7.96079 15.75 7.625 15.4142 7.625 15C7.625 14.5858 7.96079 14.25 8.375 14.25H15.375C15.7892 14.25 16.125 14.5858 16.125 15C16.125 15.4142 15.7892 15.75 15.375 15.75H8.375ZM8.375 10.75C7.96079 10.75 7.625 10.4142 7.625 10C7.625 9.58579 7.96079 9.25 8.375 9.25H11.875C12.2892 9.25 12.625 9.58579 12.625 10C12.625 10.4142 12.2892 10.75 11.875 10.75H8.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 5.50586C13.3227 5.50586 12.875 5.05814 12.875 4.50586C12.875 3.95357 13.3227 3.50586 13.875 3.50586L18.375 3.50586L18.375 2.9116C18.3749 2.73596 18.3747 2.52031 18.3968 2.34387L18.3972 2.34053C18.413 2.21408 18.4848 1.63804 19.0504 1.36368C19.6172 1.08872 20.1174 1.39065 20.2256 1.45597L20.2296 1.45841C20.3826 1.55062 20.5535 1.68477 20.6941 1.79511L20.7243 1.81885C21.1001 2.11348 21.5843 2.49545 21.9753 2.87588C22.1705 3.06571 22.3717 3.28297 22.5305 3.51388C22.6717 3.71914 22.875 4.06934 22.875 4.5C22.875 4.93067 22.6717 5.28086 22.5305 5.48612C22.3717 5.71703 22.1705 5.93429 21.9753 6.12412C21.5843 6.50455 21.1001 6.88652 20.7243 7.18115L20.6941 7.20488C20.5535 7.31523 20.3826 7.44938 20.2296 7.54159L20.2256 7.54403C20.1174 7.60935 19.6172 7.91128 19.0504 7.63632C18.4848 7.36196 18.413 6.78592 18.3972 6.65947L18.3968 6.65613C18.3747 6.47969 18.3749 6.26403 18.375 6.0884L18.375 5.50586L13.875 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-outgoing-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 5.50586C13.3227 5.50586 12.875 5.05814 12.875 4.50586C12.875 3.95357 13.3227 3.50586 13.875 3.50586L18.375 3.50586L18.375 2.9116C18.3749 2.73596 18.3747 2.52031 18.3968 2.34387L18.3972 2.34053C18.413 2.21408 18.4848 1.63804 19.0504 1.36368C19.6172 1.08872 20.1174 1.39065 20.2256 1.45597L20.2296 1.45841C20.3826 1.55062 20.5535 1.68477 20.6941 1.79511L20.7243 1.81885C21.1001 2.11348 21.5843 2.49545 21.9753 2.87588C22.1705 3.06571 22.3717 3.28297 22.5305 3.51388C22.6717 3.71914 22.875 4.06934 22.875 4.5C22.875 4.93067 22.6717 5.28086 22.5305 5.48612C22.3717 5.71703 22.1705 5.93429 21.9753 6.12412C21.5843 6.50455 21.1001 6.88652 20.7243 7.18115L20.6941 7.20488C20.5535 7.31523 20.3826 7.44938 20.2296 7.54159L20.2256 7.54403C20.1174 7.60935 19.6172 7.91128 19.0504 7.63632C18.4848 7.36196 18.413 6.78592 18.3972 6.65947L18.3968 6.65613C18.3747 6.47969 18.3749 6.26403 18.375 6.0884L18.375 5.50586L13.875 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5831 10.9214C22.537 10.2078 22.4112 9.51641 22.2146 8.85625C22.1152 8.52256 22.0655 8.35572 21.9175 8.30633C21.7695 8.25694 21.6231 8.36529 21.3303 8.58201L20.9911 8.8331C20.8273 8.933 19.7026 9.61891 18.3957 8.98497C17.6044 8.60111 17.2351 7.97089 17.0617 7.49114C16.9708 7.23959 16.9254 7.11382 16.8478 7.05936C16.7702 7.00491 16.6561 7.00491 16.4277 7.00491L13.875 7.0049C12.4942 7.0049 11.375 5.88562 11.375 4.5049C11.375 4.38541 11.3833 4.26787 11.3995 4.15285C11.5603 3.01206 11.6407 2.44167 11.5459 2.33745C11.4512 2.23323 11.081 2.24998 10.3406 2.28347C10.1106 2.29387 9.88182 2.30662 9.6546 2.32173C5.08795 2.62529 1.46467 6.31158 1.16675 10.9214C1.11102 11.7838 1.11102 12.6758 1.16675 13.5382C1.27767 15.2546 2.02643 16.803 2.85876 18.0594C3.10809 18.5409 2.97818 19.2631 2.51185 20.1468L2.49037 20.1875C2.33369 20.4842 2.18031 20.7747 2.09183 21.0224C1.99808 21.2848 1.90118 21.7015 2.14286 22.1135C2.36491 22.4921 2.7197 22.6308 3.00647 22.6863C3.24456 22.7324 3.5365 22.7393 3.81039 22.7459L3.85612 22.747C5.27587 22.7815 6.27632 22.3716 7.06875 21.7873L7.16402 21.7171C7.28354 21.6292 7.3433 21.5852 7.42099 21.5756C7.49869 21.566 7.56698 21.5938 7.70356 21.6495C7.77121 21.677 7.84728 21.7083 7.93334 21.7438C8.47473 21.9667 9.08967 22.1003 9.6546 22.1379C11.1119 22.2347 12.6351 22.2349 14.0953 22.1379C18.6619 21.8343 22.2852 18.148 22.5831 13.5382C22.6389 12.6758 22.6389 11.7838 22.5831 10.9214ZM7.87497 11.5C7.32268 11.5 6.87497 11.9477 6.87497 12.5C6.87497 13.0523 7.32268 13.5 7.87497 13.5H7.88394C8.43623 13.5 8.88394 13.0523 8.88394 12.5C8.88394 11.9477 8.43623 11.5 7.88394 11.5H7.87497ZM11.8705 11.5C11.3182 11.5 10.8705 11.9477 10.8705 12.5C10.8705 13.0523 11.3182 13.5 11.8705 13.5H11.8795C12.4317 13.5 12.8795 13.0523 12.8795 12.5C12.8795 11.9477 12.4317 11.5 11.8795 11.5H11.8705ZM15.866 11.5C15.3137 11.5 14.866 11.9477 14.866 12.5C14.866 13.0523 15.3137 13.5 15.866 13.5H15.875C16.4273 13.5 16.875 13.0523 16.875 12.5C16.875 11.9477 16.4273 11.5 15.875 11.5H15.866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 5.50586C13.3227 5.50586 12.875 5.05814 12.875 4.50586C12.875 3.95357 13.3227 3.50586 13.875 3.50586L18.375 3.50586L18.375 2.9116C18.3749 2.73596 18.3747 2.52031 18.3968 2.34387L18.3972 2.34053C18.413 2.21408 18.4848 1.63804 19.0504 1.36368C19.6172 1.08872 20.1174 1.39065 20.2256 1.45597L20.2296 1.45841C20.3826 1.55062 20.5535 1.68477 20.6941 1.79511L20.7243 1.81885C21.1001 2.11348 21.5843 2.49545 21.9753 2.87588C22.1705 3.06571 22.3717 3.28297 22.5305 3.51388C22.6717 3.71914 22.875 4.06934 22.875 4.5C22.875 4.93067 22.6717 5.28086 22.5305 5.48612C22.3717 5.71703 22.1705 5.93429 21.9753 6.12412C21.5843 6.50455 21.1001 6.88652 20.7243 7.18115L20.6941 7.20488C20.5535 7.31523 20.3826 7.44938 20.2296 7.54159L20.2256 7.54403C20.1174 7.60935 19.6172 7.91128 19.0504 7.63632C18.4848 7.36196 18.413 6.78592 18.3972 6.65947L18.3968 6.65613C18.3747 6.47969 18.3749 6.26403 18.375 6.0884L18.375 5.50586L13.875 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5831 10.9214C22.537 10.2078 22.4112 9.51641 22.2146 8.85625C22.1152 8.52256 22.0655 8.35572 21.9175 8.30633C21.7695 8.25694 21.6231 8.36529 21.3303 8.58201L20.9911 8.8331C20.8273 8.933 19.7026 9.61891 18.3957 8.98497C17.6044 8.60111 17.2351 7.97089 17.0617 7.49114C16.9708 7.23959 16.9254 7.11382 16.8478 7.05936C16.7702 7.00491 16.6561 7.00491 16.4277 7.00491L13.875 7.0049C12.4942 7.0049 11.375 5.88562 11.375 4.5049C11.375 4.38541 11.3833 4.26787 11.3995 4.15285C11.5603 3.01206 11.6407 2.44167 11.5459 2.33745C11.4512 2.23323 11.081 2.24998 10.3406 2.28347C10.1106 2.29387 9.88182 2.30662 9.6546 2.32173C5.08795 2.62529 1.46467 6.31158 1.16675 10.9214C1.11102 11.7838 1.11102 12.6758 1.16675 13.5382C1.27767 15.2546 2.02643 16.803 2.85876 18.0594C3.10809 18.5409 2.97818 19.2631 2.51185 20.1468L2.49037 20.1875C2.33369 20.4842 2.18031 20.7747 2.09183 21.0224C1.99808 21.2848 1.90118 21.7015 2.14286 22.1135C2.36491 22.4921 2.7197 22.6308 3.00647 22.6863C3.24456 22.7324 3.5365 22.7393 3.81039 22.7459L3.85612 22.747C5.27587 22.7815 6.27632 22.3716 7.06875 21.7873L7.16402 21.7171C7.28354 21.6292 7.3433 21.5852 7.42099 21.5756C7.49869 21.566 7.56698 21.5938 7.70356 21.6495C7.77121 21.677 7.84728 21.7083 7.93334 21.7438C8.47473 21.9667 9.08967 22.1003 9.6546 22.1379C11.1119 22.2347 12.6351 22.2349 14.0953 22.1379C18.6619 21.8343 22.2852 18.148 22.5831 13.5382C22.6389 12.6758 22.6389 11.7838 22.5831 10.9214ZM7.87497 11.5C7.32268 11.5 6.87497 11.9477 6.87497 12.5C6.87497 13.0523 7.32268 13.5 7.87497 13.5H7.88394C8.43623 13.5 8.88394 13.0523 8.88394 12.5C8.88394 11.9477 8.43623 11.5 7.88394 11.5H7.87497ZM11.8705 11.5C11.3182 11.5 10.8705 11.9477 10.8705 12.5C10.8705 13.0523 11.3182 13.5 11.8705 13.5H11.8795C12.4317 13.5 12.8795 13.0523 12.8795 12.5C12.8795 11.9477 12.4317 11.5 11.8795 11.5H11.8705ZM15.866 11.5C15.3137 11.5 14.866 11.9477 14.866 12.5C14.866 13.0523 15.3137 13.5 15.866 13.5H15.875C16.4273 13.5 16.875 13.0523 16.875 12.5C16.875 11.9477 16.4273 11.5 15.875 11.5H15.866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-preview-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 1.25C16.23 1.25 15.1557 1.78236 14.3443 2.38563C13.5323 2.9894 12.9365 3.69826 12.6049 4.14117C12.4977 4.28016 12.25 4.60165 12.25 5C12.25 5.39835 12.4977 5.71984 12.6049 5.85883C12.9365 6.30174 13.5323 7.01061 14.3443 7.61437C15.1557 8.21764 16.23 8.75 17.5 8.75C18.77 8.75 19.8443 8.21764 20.6557 7.61437C21.4677 7.0106 22.0635 6.30174 22.3951 5.85883C22.5023 5.71984 22.75 5.39835 22.75 5C22.75 4.60165 22.5023 4.28016 22.3951 4.14117C22.0635 3.69826 21.4677 2.98939 20.6557 2.38563C19.8443 1.78236 18.77 1.25 17.5 1.25ZM17.4933 3.5C16.6686 3.5 16 4.17157 16 5C16 5.82843 16.6686 6.5 17.4933 6.5H17.5067C18.3314 6.5 19 5.82843 19 5C19 4.17157 18.3314 3.5 17.5067 3.5H17.4933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8359 2.45658C11.8832 2.6042 11.7262 2.81334 11.4121 3.23162L11.4029 3.2434C11.281 3.39857 10.75 4.07445 10.75 5.00012C10.75 5.9258 11.281 6.60168 11.4029 6.75685L11.4121 6.76864C11.7941 7.27739 12.4861 8.10208 13.4493 8.81823C14.4169 9.53766 15.7997 10.2501 17.5 10.2501C19.2003 10.2501 20.5831 9.53765 21.5507 8.81823C21.8133 8.62293 21.9447 8.52528 22.0649 8.54084C22.1056 8.5461 22.1447 8.55964 22.18 8.58064C22.2841 8.64269 22.323 8.78571 22.4007 9.07174L22.4007 9.07176C22.5625 9.66673 22.6671 10.2858 22.7082 10.9225C22.7639 11.7849 22.7639 12.677 22.7082 13.5394C22.4103 18.1491 18.787 21.8354 14.2204 22.139C12.7601 22.2361 11.2369 22.2359 9.77965 22.139C9.21472 22.1014 8.59978 21.9679 8.05839 21.7449C7.97233 21.7094 7.89626 21.6781 7.82861 21.6506C7.69203 21.5949 7.62373 21.5671 7.54604 21.5767C7.46835 21.5864 7.40859 21.6303 7.28907 21.7182L7.1938 21.7884C6.40136 22.3727 5.40092 22.7826 3.98117 22.7481L3.93544 22.747C3.66155 22.7404 3.36961 22.7335 3.13152 22.6874C2.84475 22.6319 2.48996 22.4933 2.26791 22.1147C2.02623 21.7026 2.12313 21.2859 2.21688 21.0235C2.30536 20.7758 2.45874 20.4854 2.61542 20.1886L2.6369 20.1479C3.10323 19.2642 3.23314 18.5421 2.98381 18.0606C2.15148 16.8041 1.40272 15.2557 1.2918 13.5394C1.23607 12.677 1.23607 11.7849 1.2918 10.9225C1.58972 6.3127 5.213 2.62641 9.77965 2.32285C10.1685 2.297 10.562 2.27804 10.9577 2.26597C11.4499 2.25096 11.696 2.24345 11.7895 2.36709C11.8107 2.39508 11.8252 2.42315 11.8359 2.45658ZM8.5 16.2501C8.08579 16.2501 7.75 15.9143 7.75 15.5001C7.75 15.0859 8.08579 14.7501 8.5 14.7501H15.5C15.9142 14.7501 16.25 15.0859 16.25 15.5001C16.25 15.9143 15.9142 16.2501 15.5 16.2501H8.5ZM8.5 11.2501C8.08579 11.2501 7.75 10.9143 7.75 10.5001C7.75 10.0859 8.08579 9.75012 8.5 9.75012H12C12.4142 9.75012 12.75 10.0859 12.75 10.5001C12.75 10.9143 12.4142 11.2501 12 11.2501H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 1.25C16.23 1.25 15.1557 1.78236 14.3443 2.38563C13.5323 2.9894 12.9365 3.69826 12.6049 4.14117C12.4977 4.28016 12.25 4.60165 12.25 5C12.25 5.39835 12.4977 5.71984 12.6049 5.85883C12.9365 6.30174 13.5323 7.01061 14.3443 7.61437C15.1557 8.21764 16.23 8.75 17.5 8.75C18.77 8.75 19.8443 8.21764 20.6557 7.61437C21.4677 7.0106 22.0635 6.30174 22.3951 5.85883C22.5023 5.71984 22.75 5.39835 22.75 5C22.75 4.60165 22.5023 4.28016 22.3951 4.14117C22.0635 3.69826 21.4677 2.98939 20.6557 2.38563C19.8443 1.78236 18.77 1.25 17.5 1.25ZM17.4933 3.5C16.6686 3.5 16 4.17157 16 5C16 5.82843 16.6686 6.5 17.4933 6.5H17.5067C18.3314 6.5 19 5.82843 19 5C19 4.17157 18.3314 3.5 17.5067 3.5H17.4933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8359 2.45658C11.8832 2.6042 11.7262 2.81334 11.4121 3.23162L11.4029 3.2434C11.281 3.39857 10.75 4.07445 10.75 5.00012C10.75 5.9258 11.281 6.60168 11.4029 6.75685L11.4121 6.76864C11.7941 7.27739 12.4861 8.10208 13.4493 8.81823C14.4169 9.53766 15.7997 10.2501 17.5 10.2501C19.2003 10.2501 20.5831 9.53765 21.5507 8.81823C21.8133 8.62293 21.9447 8.52528 22.0649 8.54084C22.1056 8.5461 22.1447 8.55964 22.18 8.58064C22.2841 8.64269 22.323 8.78571 22.4007 9.07174L22.4007 9.07176C22.5625 9.66673 22.6671 10.2858 22.7082 10.9225C22.7639 11.7849 22.7639 12.677 22.7082 13.5394C22.4103 18.1491 18.787 21.8354 14.2204 22.139C12.7601 22.2361 11.2369 22.2359 9.77965 22.139C9.21472 22.1014 8.59978 21.9679 8.05839 21.7449C7.97233 21.7094 7.89626 21.6781 7.82861 21.6506C7.69203 21.5949 7.62373 21.5671 7.54604 21.5767C7.46835 21.5864 7.40859 21.6303 7.28907 21.7182L7.1938 21.7884C6.40136 22.3727 5.40092 22.7826 3.98117 22.7481L3.93544 22.747C3.66155 22.7404 3.36961 22.7335 3.13152 22.6874C2.84475 22.6319 2.48996 22.4933 2.26791 22.1147C2.02623 21.7026 2.12313 21.2859 2.21688 21.0235C2.30536 20.7758 2.45874 20.4854 2.61542 20.1886L2.6369 20.1479C3.10323 19.2642 3.23314 18.5421 2.98381 18.0606C2.15148 16.8041 1.40272 15.2557 1.2918 13.5394C1.23607 12.677 1.23607 11.7849 1.2918 10.9225C1.58972 6.3127 5.213 2.62641 9.77965 2.32285C10.1685 2.297 10.562 2.27804 10.9577 2.26597C11.4499 2.25096 11.696 2.24345 11.7895 2.36709C11.8107 2.39508 11.8252 2.42315 11.8359 2.45658ZM8.5 16.2501C8.08579 16.2501 7.75 15.9143 7.75 15.5001C7.75 15.0859 8.08579 14.7501 8.5 14.7501H15.5C15.9142 14.7501 16.25 15.0859 16.25 15.5001C16.25 15.9143 15.9142 16.2501 15.5 16.2501H8.5ZM8.5 11.2501C8.08579 11.2501 7.75 10.9143 7.75 10.5001C7.75 10.0859 8.08579 9.75012 8.5 9.75012H12C12.4142 9.75012 12.75 10.0859 12.75 10.5001C12.75 10.9143 12.4142 11.2501 12 11.2501H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-preview-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 1.25C16.23 1.25 15.1557 1.78236 14.3443 2.38563C13.5323 2.9894 12.9365 3.69826 12.6049 4.14117C12.4977 4.28016 12.25 4.60165 12.25 5C12.25 5.39835 12.4977 5.71984 12.6049 5.85883C12.9365 6.30174 13.5323 7.01061 14.3443 7.61437C15.1557 8.21764 16.23 8.75 17.5 8.75C18.77 8.75 19.8443 8.21764 20.6557 7.61437C21.4677 7.0106 22.0635 6.30174 22.3951 5.85883C22.5023 5.71984 22.75 5.39835 22.75 5C22.75 4.60165 22.5023 4.28016 22.3951 4.14117C22.0635 3.69826 21.4677 2.98939 20.6557 2.38563C19.8443 1.78236 18.77 1.25 17.5 1.25ZM17.4933 3.5C16.6686 3.5 16 4.17157 16 5C16 5.82843 16.6686 6.5 17.4933 6.5H17.5067C18.3314 6.5 19 5.82843 19 5C19 4.17157 18.3314 3.5 17.5067 3.5H17.4933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8359 2.45658C11.8832 2.6042 11.7262 2.81334 11.4121 3.23162L11.4029 3.2434C11.281 3.39857 10.75 4.07445 10.75 5.00012C10.75 5.9258 11.281 6.60168 11.4029 6.75685L11.4121 6.76864C11.7941 7.27739 12.4861 8.10208 13.4493 8.81823C14.4169 9.53766 15.7997 10.2501 17.5 10.2501C19.2003 10.2501 20.5831 9.53765 21.5507 8.81823C21.8133 8.62293 21.9447 8.52528 22.0649 8.54084C22.1056 8.5461 22.1447 8.55964 22.18 8.58064C22.2841 8.64269 22.323 8.78571 22.4007 9.07174L22.4007 9.07176C22.5625 9.66673 22.6671 10.2858 22.7082 10.9225C22.7639 11.7849 22.7639 12.677 22.7082 13.5394C22.4103 18.1491 18.787 21.8354 14.2204 22.139C12.7601 22.2361 11.2369 22.2359 9.77965 22.139C9.21472 22.1014 8.59978 21.9679 8.05839 21.7449C7.97233 21.7094 7.89626 21.6781 7.82861 21.6506C7.69203 21.5949 7.62373 21.5671 7.54604 21.5767C7.46835 21.5864 7.40859 21.6303 7.28907 21.7182L7.1938 21.7884C6.40136 22.3727 5.40092 22.7826 3.98117 22.7481L3.93544 22.747C3.66155 22.7404 3.36961 22.7335 3.13152 22.6874C2.84475 22.6319 2.48996 22.4933 2.26791 22.1147C2.02623 21.7026 2.12313 21.2859 2.21688 21.0235C2.30536 20.7758 2.45874 20.4854 2.61542 20.1886L2.6369 20.1479C3.10323 19.2642 3.23314 18.5421 2.98381 18.0606C2.15148 16.8041 1.40272 15.2557 1.2918 13.5394C1.23607 12.677 1.23607 11.7849 1.2918 10.9225C1.58972 6.3127 5.213 2.62641 9.77965 2.32285C10.1685 2.297 10.562 2.27804 10.9577 2.26597C11.4499 2.25096 11.696 2.24345 11.7895 2.36709C11.8107 2.39508 11.8252 2.42315 11.8359 2.45658ZM8 11.5001C7.44772 11.5001 7 11.9478 7 12.5001C7 13.0524 7.44772 13.5001 8 13.5001H8.00897C8.56126 13.5001 9.00897 13.0524 9.00897 12.5001C9.00897 11.9478 8.56126 11.5001 8.00897 11.5001H8ZM11.9955 11.5001C11.4432 11.5001 10.9955 11.9478 10.9955 12.5001C10.9955 13.0524 11.4432 13.5001 11.9955 13.5001H12.0045C12.5568 13.5001 13.0045 13.0524 13.0045 12.5001C13.0045 11.9478 12.5568 11.5001 12.0045 11.5001H11.9955ZM15.991 11.5001C15.4387 11.5001 14.991 11.9478 14.991 12.5001C14.991 13.0524 15.4387 13.5001 15.991 13.5001H16C16.5523 13.5001 17 13.0524 17 12.5001C17 11.9478 16.5523 11.5001 16 11.5001H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 1.25C16.23 1.25 15.1557 1.78236 14.3443 2.38563C13.5323 2.9894 12.9365 3.69826 12.6049 4.14117C12.4977 4.28016 12.25 4.60165 12.25 5C12.25 5.39835 12.4977 5.71984 12.6049 5.85883C12.9365 6.30174 13.5323 7.01061 14.3443 7.61437C15.1557 8.21764 16.23 8.75 17.5 8.75C18.77 8.75 19.8443 8.21764 20.6557 7.61437C21.4677 7.0106 22.0635 6.30174 22.3951 5.85883C22.5023 5.71984 22.75 5.39835 22.75 5C22.75 4.60165 22.5023 4.28016 22.3951 4.14117C22.0635 3.69826 21.4677 2.98939 20.6557 2.38563C19.8443 1.78236 18.77 1.25 17.5 1.25ZM17.4933 3.5C16.6686 3.5 16 4.17157 16 5C16 5.82843 16.6686 6.5 17.4933 6.5H17.5067C18.3314 6.5 19 5.82843 19 5C19 4.17157 18.3314 3.5 17.5067 3.5H17.4933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8359 2.45658C11.8832 2.6042 11.7262 2.81334 11.4121 3.23162L11.4029 3.2434C11.281 3.39857 10.75 4.07445 10.75 5.00012C10.75 5.9258 11.281 6.60168 11.4029 6.75685L11.4121 6.76864C11.7941 7.27739 12.4861 8.10208 13.4493 8.81823C14.4169 9.53766 15.7997 10.2501 17.5 10.2501C19.2003 10.2501 20.5831 9.53765 21.5507 8.81823C21.8133 8.62293 21.9447 8.52528 22.0649 8.54084C22.1056 8.5461 22.1447 8.55964 22.18 8.58064C22.2841 8.64269 22.323 8.78571 22.4007 9.07174L22.4007 9.07176C22.5625 9.66673 22.6671 10.2858 22.7082 10.9225C22.7639 11.7849 22.7639 12.677 22.7082 13.5394C22.4103 18.1491 18.787 21.8354 14.2204 22.139C12.7601 22.2361 11.2369 22.2359 9.77965 22.139C9.21472 22.1014 8.59978 21.9679 8.05839 21.7449C7.97233 21.7094 7.89626 21.6781 7.82861 21.6506C7.69203 21.5949 7.62373 21.5671 7.54604 21.5767C7.46835 21.5864 7.40859 21.6303 7.28907 21.7182L7.1938 21.7884C6.40136 22.3727 5.40092 22.7826 3.98117 22.7481L3.93544 22.747C3.66155 22.7404 3.36961 22.7335 3.13152 22.6874C2.84475 22.6319 2.48996 22.4933 2.26791 22.1147C2.02623 21.7026 2.12313 21.2859 2.21688 21.0235C2.30536 20.7758 2.45874 20.4854 2.61542 20.1886L2.6369 20.1479C3.10323 19.2642 3.23314 18.5421 2.98381 18.0606C2.15148 16.8041 1.40272 15.2557 1.2918 13.5394C1.23607 12.677 1.23607 11.7849 1.2918 10.9225C1.58972 6.3127 5.213 2.62641 9.77965 2.32285C10.1685 2.297 10.562 2.27804 10.9577 2.26597C11.4499 2.25096 11.696 2.24345 11.7895 2.36709C11.8107 2.39508 11.8252 2.42315 11.8359 2.45658ZM8 11.5001C7.44772 11.5001 7 11.9478 7 12.5001C7 13.0524 7.44772 13.5001 8 13.5001H8.00897C8.56126 13.5001 9.00897 13.0524 9.00897 12.5001C9.00897 11.9478 8.56126 11.5001 8.00897 11.5001H8ZM11.9955 11.5001C11.4432 11.5001 10.9955 11.9478 10.9955 12.5001C10.9955 13.0524 11.4432 13.5001 11.9955 13.5001H12.0045C12.5568 13.5001 13.0045 13.0524 13.0045 12.5001C13.0045 11.9478 12.5568 11.5001 12.0045 11.5001H11.9955ZM15.991 11.5001C15.4387 11.5001 14.991 11.9478 14.991 12.5001C14.991 13.0524 15.4387 13.5001 15.991 13.5001H16C16.5523 13.5001 17 13.0524 17 12.5001C17 11.9478 16.5523 11.5001 16 11.5001H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-question{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.77965 1.82273C11.2369 1.72586 12.7601 1.72566 14.2204 1.82273C18.787 2.12629 22.4103 5.81258 22.7082 10.4224C22.7639 11.2848 22.7639 12.1768 22.7082 13.0392C22.4103 17.649 18.787 21.3353 14.2204 21.6389C12.7601 21.7359 11.2369 21.7357 9.77965 21.6389C9.21472 21.6013 8.59978 21.4677 8.05839 21.2448C7.8203 21.1467 7.65868 21.0804 7.54041 21.037C7.45909 21.0929 7.35108 21.1723 7.1938 21.2883C6.40136 21.8726 5.40092 22.2825 3.98117 22.248L3.93544 22.2469C3.66155 22.2403 3.36961 22.2334 3.13152 22.1873C2.84475 22.1318 2.48996 21.9931 2.26791 21.6145C2.02623 21.2025 2.12313 20.7858 2.21688 20.5234C2.30536 20.2757 2.45874 19.9852 2.61542 19.6885L2.6369 19.6478C3.10323 18.7641 3.23314 18.0419 2.98381 17.5604C2.15148 16.304 1.40272 14.7556 1.2918 13.0392C1.23607 12.1768 1.23607 11.2848 1.2918 10.4224C1.58972 5.81258 5.213 2.12629 9.77965 1.82273ZM11.0078 9.25824C11.0078 8.95663 11.3306 8.5 12.0078 8.5C12.685 8.5 13.0078 8.95663 13.0078 9.25824C13.0078 9.38027 12.9686 9.50211 12.884 9.61775C12.7701 9.77341 12.6234 9.93972 12.4381 10.1422L12.3492 10.239C12.1941 10.4076 12.0166 10.6007 11.8549 10.796C11.4839 11.2443 11.0078 11.9172 11.0078 12.7747V13.2143C11.0078 13.7666 11.4555 14.2143 12.0078 14.2143C12.5601 14.2143 13.0078 13.7666 13.0078 13.2143V12.7747C13.0078 12.6612 13.0744 12.4593 13.3956 12.0712C13.5209 11.9198 13.6562 11.7726 13.8105 11.6046L13.8106 11.6046L13.9134 11.4925C14.0998 11.2889 14.3129 11.0517 14.4979 10.799C14.8143 10.3667 15.0078 9.83626 15.0078 9.25824C15.0078 7.61775 13.5397 6.5 12.0078 6.5C10.4759 6.5 9.00781 7.61775 9.00781 9.25824C9.00781 9.81053 9.45553 10.2582 10.0078 10.2582C10.5601 10.2582 11.0078 9.81053 11.0078 9.25824ZM12.0078 15.5C11.4555 15.5 11.0078 15.9477 11.0078 16.5C11.0078 17.0523 11.4555 17.5 12.0078 17.5H12.0198C12.5721 17.5 13.0198 17.0523 13.0198 16.5C13.0198 15.9477 12.5721 15.5 12.0198 15.5H12.0078Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.77965 1.82273C11.2369 1.72586 12.7601 1.72566 14.2204 1.82273C18.787 2.12629 22.4103 5.81258 22.7082 10.4224C22.7639 11.2848 22.7639 12.1768 22.7082 13.0392C22.4103 17.649 18.787 21.3353 14.2204 21.6389C12.7601 21.7359 11.2369 21.7357 9.77965 21.6389C9.21472 21.6013 8.59978 21.4677 8.05839 21.2448C7.8203 21.1467 7.65868 21.0804 7.54041 21.037C7.45909 21.0929 7.35108 21.1723 7.1938 21.2883C6.40136 21.8726 5.40092 22.2825 3.98117 22.248L3.93544 22.2469C3.66155 22.2403 3.36961 22.2334 3.13152 22.1873C2.84475 22.1318 2.48996 21.9931 2.26791 21.6145C2.02623 21.2025 2.12313 20.7858 2.21688 20.5234C2.30536 20.2757 2.45874 19.9852 2.61542 19.6885L2.6369 19.6478C3.10323 18.7641 3.23314 18.0419 2.98381 17.5604C2.15148 16.304 1.40272 14.7556 1.2918 13.0392C1.23607 12.1768 1.23607 11.2848 1.2918 10.4224C1.58972 5.81258 5.213 2.12629 9.77965 1.82273ZM11.0078 9.25824C11.0078 8.95663 11.3306 8.5 12.0078 8.5C12.685 8.5 13.0078 8.95663 13.0078 9.25824C13.0078 9.38027 12.9686 9.50211 12.884 9.61775C12.7701 9.77341 12.6234 9.93972 12.4381 10.1422L12.3492 10.239C12.1941 10.4076 12.0166 10.6007 11.8549 10.796C11.4839 11.2443 11.0078 11.9172 11.0078 12.7747V13.2143C11.0078 13.7666 11.4555 14.2143 12.0078 14.2143C12.5601 14.2143 13.0078 13.7666 13.0078 13.2143V12.7747C13.0078 12.6612 13.0744 12.4593 13.3956 12.0712C13.5209 11.9198 13.6562 11.7726 13.8105 11.6046L13.8106 11.6046L13.9134 11.4925C14.0998 11.2889 14.3129 11.0517 14.4979 10.799C14.8143 10.3667 15.0078 9.83626 15.0078 9.25824C15.0078 7.61775 13.5397 6.5 12.0078 6.5C10.4759 6.5 9.00781 7.61775 9.00781 9.25824C9.00781 9.81053 9.45553 10.2582 10.0078 10.2582C10.5601 10.2582 11.0078 9.81053 11.0078 9.25824ZM12.0078 15.5C11.4555 15.5 11.0078 15.9477 11.0078 16.5C11.0078 17.0523 11.4555 17.5 12.0078 17.5H12.0198C12.5721 17.5 13.0198 17.0523 13.0198 16.5C13.0198 15.9477 12.5721 15.5 12.0198 15.5H12.0078Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-search-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8645 2.50443C12.7758 2.37677 12.5617 2.37516 12.1335 2.37194C11.3016 2.36569 10.4679 2.38964 9.65465 2.4437C5.088 2.74726 1.46472 6.43355 1.1668 11.0433C1.11107 11.9057 1.11107 12.7978 1.1668 13.6602C1.27772 15.3766 2.02648 16.925 2.85881 18.1814C3.10814 18.6629 2.97823 19.3851 2.5119 20.2688L2.49042 20.3095C2.33374 20.6062 2.18036 20.8967 2.09188 21.1444C1.99813 21.4068 1.90123 21.8235 2.14291 22.2355C2.36496 22.6141 2.71975 22.7528 3.00652 22.8083C3.24461 22.8543 3.53655 22.8613 3.81044 22.8678L3.85617 22.8689C5.27592 22.9035 6.27636 22.4936 7.0688 21.9092L7.16407 21.8391C7.28359 21.7512 7.34335 21.7072 7.42104 21.6976C7.49873 21.6879 7.56703 21.7158 7.70361 21.7714C7.77126 21.799 7.84733 21.8303 7.93339 21.8657C8.47478 22.0887 9.08972 22.2223 9.65465 22.2598C11.1119 22.3567 12.6351 22.3569 14.0954 22.2598C18.662 21.9563 22.2853 18.27 22.5832 13.6602C22.6123 13.2095 22.6262 12.7507 22.6249 12.2922C22.624 11.9688 22.6235 11.8071 22.5371 11.7198C22.4507 11.6325 22.2477 11.6298 21.8416 11.6244C21.2143 11.6161 20.5895 11.3731 20.1101 10.8952L19.9869 10.7725L19.9869 10.7725C19.8623 10.6483 19.8 10.5862 19.7231 10.5653C19.6462 10.5445 19.5542 10.5684 19.3703 10.6163C18.9194 10.7337 18.4468 10.7961 17.9607 10.7961C14.8758 10.7961 12.375 8.29525 12.375 5.21035C12.375 4.53953 12.4933 3.89632 12.7101 3.30044C12.8722 2.85488 12.9532 2.63209 12.8645 2.50443ZM8.375 15.875C7.96079 15.875 7.625 15.5392 7.625 15.125C7.625 14.7108 7.96079 14.375 8.375 14.375H15.375C15.7892 14.375 16.125 14.7108 16.125 15.125C16.125 15.5392 15.7892 15.875 15.375 15.875H8.375ZM8.375 10.875C7.96079 10.875 7.625 10.5392 7.625 10.125C7.625 9.71079 7.96079 9.375 8.375 9.375H11.875C12.2892 9.375 12.625 9.71079 12.625 10.125C12.625 10.5392 12.2892 10.875 11.875 10.875H8.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 5.21071C13.875 2.95424 15.7042 1.125 17.9607 1.125C20.2172 1.125 22.0464 2.95424 22.0464 5.21071C22.0464 5.97725 21.8353 6.69449 21.4681 7.30746L22.581 8.41676C22.9721 8.80666 22.9731 9.43982 22.5832 9.83097C22.1933 10.2221 21.5602 10.2231 21.169 9.83324L20.053 8.72078C19.441 9.08636 18.7254 9.29643 17.9607 9.29643C15.7042 9.29643 13.875 7.46719 13.875 5.21071ZM19.4332 6.68782C19.812 6.3102 20.0464 5.78783 20.0464 5.21071C20.0464 4.05881 19.1126 3.125 17.9607 3.125C16.8088 3.125 15.875 4.05881 15.875 5.21071C15.875 6.36262 16.8088 7.29643 17.9607 7.29643C18.5355 7.29643 19.056 7.06392 19.4332 6.68782Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8645 2.50443C12.7758 2.37677 12.5617 2.37516 12.1335 2.37194C11.3016 2.36569 10.4679 2.38964 9.65465 2.4437C5.088 2.74726 1.46472 6.43355 1.1668 11.0433C1.11107 11.9057 1.11107 12.7978 1.1668 13.6602C1.27772 15.3766 2.02648 16.925 2.85881 18.1814C3.10814 18.6629 2.97823 19.3851 2.5119 20.2688L2.49042 20.3095C2.33374 20.6062 2.18036 20.8967 2.09188 21.1444C1.99813 21.4068 1.90123 21.8235 2.14291 22.2355C2.36496 22.6141 2.71975 22.7528 3.00652 22.8083C3.24461 22.8543 3.53655 22.8613 3.81044 22.8678L3.85617 22.8689C5.27592 22.9035 6.27636 22.4936 7.0688 21.9092L7.16407 21.8391C7.28359 21.7512 7.34335 21.7072 7.42104 21.6976C7.49873 21.6879 7.56703 21.7158 7.70361 21.7714C7.77126 21.799 7.84733 21.8303 7.93339 21.8657C8.47478 22.0887 9.08972 22.2223 9.65465 22.2598C11.1119 22.3567 12.6351 22.3569 14.0954 22.2598C18.662 21.9563 22.2853 18.27 22.5832 13.6602C22.6123 13.2095 22.6262 12.7507 22.6249 12.2922C22.624 11.9688 22.6235 11.8071 22.5371 11.7198C22.4507 11.6325 22.2477 11.6298 21.8416 11.6244C21.2143 11.6161 20.5895 11.3731 20.1101 10.8952L19.9869 10.7725L19.9869 10.7725C19.8623 10.6483 19.8 10.5862 19.7231 10.5653C19.6462 10.5445 19.5542 10.5684 19.3703 10.6163C18.9194 10.7337 18.4468 10.7961 17.9607 10.7961C14.8758 10.7961 12.375 8.29525 12.375 5.21035C12.375 4.53953 12.4933 3.89632 12.7101 3.30044C12.8722 2.85488 12.9532 2.63209 12.8645 2.50443ZM8.375 15.875C7.96079 15.875 7.625 15.5392 7.625 15.125C7.625 14.7108 7.96079 14.375 8.375 14.375H15.375C15.7892 14.375 16.125 14.7108 16.125 15.125C16.125 15.5392 15.7892 15.875 15.375 15.875H8.375ZM8.375 10.875C7.96079 10.875 7.625 10.5392 7.625 10.125C7.625 9.71079 7.96079 9.375 8.375 9.375H11.875C12.2892 9.375 12.625 9.71079 12.625 10.125C12.625 10.5392 12.2892 10.875 11.875 10.875H8.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 5.21071C13.875 2.95424 15.7042 1.125 17.9607 1.125C20.2172 1.125 22.0464 2.95424 22.0464 5.21071C22.0464 5.97725 21.8353 6.69449 21.4681 7.30746L22.581 8.41676C22.9721 8.80666 22.9731 9.43982 22.5832 9.83097C22.1933 10.2221 21.5602 10.2231 21.169 9.83324L20.053 8.72078C19.441 9.08636 18.7254 9.29643 17.9607 9.29643C15.7042 9.29643 13.875 7.46719 13.875 5.21071ZM19.4332 6.68782C19.812 6.3102 20.0464 5.78783 20.0464 5.21071C20.0464 4.05881 19.1126 3.125 17.9607 3.125C16.8088 3.125 15.875 4.05881 15.875 5.21071C15.875 6.36262 16.8088 7.29643 17.9607 7.29643C18.5355 7.29643 19.056 7.06392 19.4332 6.68782Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-search-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 5.21071C13.875 2.95424 15.7042 1.125 17.9607 1.125C20.2172 1.125 22.0464 2.95424 22.0464 5.21071C22.0464 5.97725 21.8353 6.69449 21.4681 7.30746L22.581 8.41676C22.9721 8.80666 22.9731 9.43982 22.5832 9.83097C22.1933 10.2221 21.5602 10.2231 21.169 9.83324L20.053 8.72078C19.441 9.08636 18.7254 9.29643 17.9607 9.29643C15.7042 9.29643 13.875 7.46719 13.875 5.21071ZM19.4332 6.68782C19.812 6.3102 20.0464 5.78783 20.0464 5.21071C20.0464 4.05881 19.1126 3.125 17.9607 3.125C16.8088 3.125 15.875 4.05881 15.875 5.21071C15.875 6.36262 16.8088 7.29643 17.9607 7.29643C18.5355 7.29643 19.056 7.06392 19.4332 6.68782Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8645 2.50456C12.7758 2.3769 12.5617 2.37529 12.1335 2.37207C11.3016 2.36581 10.4679 2.38977 9.65465 2.44382C5.088 2.74738 1.46472 6.43367 1.1668 11.0435C1.11107 11.9059 1.11107 12.7979 1.1668 13.6603C1.27772 15.3767 2.02648 16.9251 2.85881 18.1815C3.10814 18.663 2.97823 19.3852 2.5119 20.2689L2.49042 20.3096C2.33374 20.6063 2.18036 20.8968 2.09188 21.1445C1.99813 21.4069 1.90123 21.8236 2.14291 22.2356C2.36496 22.6142 2.71975 22.7529 3.00652 22.8084C3.24461 22.8544 3.53655 22.8614 3.81044 22.868L3.85617 22.8691C5.27592 22.9036 6.27636 22.4937 7.0688 21.9094L7.16407 21.8392C7.28359 21.7513 7.34335 21.7073 7.42104 21.6977C7.49873 21.688 7.56703 21.7159 7.70361 21.7715C7.77126 21.7991 7.84733 21.8304 7.93339 21.8659C8.47478 22.0888 9.08972 22.2224 9.65465 22.26C11.1119 22.3568 12.6351 22.357 14.0954 22.26C18.662 21.9564 22.2853 18.2701 22.5832 13.6603C22.6123 13.2096 22.6262 12.7508 22.6249 12.2924C22.624 11.9689 22.6235 11.8072 22.5371 11.7199C22.4507 11.6326 22.2477 11.6299 21.8416 11.6245C21.2143 11.6162 20.5895 11.3732 20.1101 10.8954L19.9869 10.7726L19.9869 10.7726C19.8623 10.6484 19.8 10.5863 19.7231 10.5655C19.6462 10.5446 19.5542 10.5686 19.3703 10.6164C18.9194 10.7338 18.4468 10.7962 17.9607 10.7962C14.8758 10.7962 12.375 8.29538 12.375 5.21047C12.375 4.53965 12.4933 3.89644 12.7101 3.30057C12.8722 2.855 12.9532 2.63222 12.8645 2.50456ZM8 11.4961C7.44772 11.4961 7 11.9438 7 12.4961C7 13.0484 7.44772 13.4961 8 13.4961H8.00897C8.56126 13.4961 9.00897 13.0484 9.00897 12.4961C9.00897 11.9438 8.56126 11.4961 8.00897 11.4961H8ZM11.9955 11.4961C11.4432 11.4961 10.9955 11.9438 10.9955 12.4961C10.9955 13.0484 11.4432 13.4961 11.9955 13.4961H12.0045C12.5568 13.4961 13.0045 13.0484 13.0045 12.4961C13.0045 11.9438 12.5568 11.4961 12.0045 11.4961H11.9955ZM15.991 11.4961C15.4387 11.4961 14.991 11.9438 14.991 12.4961C14.991 13.0484 15.4387 13.4961 15.991 13.4961H16C16.5523 13.4961 17 13.0484 17 12.4961C17 11.9438 16.5523 11.4961 16 11.4961H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 5.21071C13.875 2.95424 15.7042 1.125 17.9607 1.125C20.2172 1.125 22.0464 2.95424 22.0464 5.21071C22.0464 5.97725 21.8353 6.69449 21.4681 7.30746L22.581 8.41676C22.9721 8.80666 22.9731 9.43982 22.5832 9.83097C22.1933 10.2221 21.5602 10.2231 21.169 9.83324L20.053 8.72078C19.441 9.08636 18.7254 9.29643 17.9607 9.29643C15.7042 9.29643 13.875 7.46719 13.875 5.21071ZM19.4332 6.68782C19.812 6.3102 20.0464 5.78783 20.0464 5.21071C20.0464 4.05881 19.1126 3.125 17.9607 3.125C16.8088 3.125 15.875 4.05881 15.875 5.21071C15.875 6.36262 16.8088 7.29643 17.9607 7.29643C18.5355 7.29643 19.056 7.06392 19.4332 6.68782Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8645 2.50456C12.7758 2.3769 12.5617 2.37529 12.1335 2.37207C11.3016 2.36581 10.4679 2.38977 9.65465 2.44382C5.088 2.74738 1.46472 6.43367 1.1668 11.0435C1.11107 11.9059 1.11107 12.7979 1.1668 13.6603C1.27772 15.3767 2.02648 16.9251 2.85881 18.1815C3.10814 18.663 2.97823 19.3852 2.5119 20.2689L2.49042 20.3096C2.33374 20.6063 2.18036 20.8968 2.09188 21.1445C1.99813 21.4069 1.90123 21.8236 2.14291 22.2356C2.36496 22.6142 2.71975 22.7529 3.00652 22.8084C3.24461 22.8544 3.53655 22.8614 3.81044 22.868L3.85617 22.8691C5.27592 22.9036 6.27636 22.4937 7.0688 21.9094L7.16407 21.8392C7.28359 21.7513 7.34335 21.7073 7.42104 21.6977C7.49873 21.688 7.56703 21.7159 7.70361 21.7715C7.77126 21.7991 7.84733 21.8304 7.93339 21.8659C8.47478 22.0888 9.08972 22.2224 9.65465 22.26C11.1119 22.3568 12.6351 22.357 14.0954 22.26C18.662 21.9564 22.2853 18.2701 22.5832 13.6603C22.6123 13.2096 22.6262 12.7508 22.6249 12.2924C22.624 11.9689 22.6235 11.8072 22.5371 11.7199C22.4507 11.6326 22.2477 11.6299 21.8416 11.6245C21.2143 11.6162 20.5895 11.3732 20.1101 10.8954L19.9869 10.7726L19.9869 10.7726C19.8623 10.6484 19.8 10.5863 19.7231 10.5655C19.6462 10.5446 19.5542 10.5686 19.3703 10.6164C18.9194 10.7338 18.4468 10.7962 17.9607 10.7962C14.8758 10.7962 12.375 8.29538 12.375 5.21047C12.375 4.53965 12.4933 3.89644 12.7101 3.30057C12.8722 2.855 12.9532 2.63222 12.8645 2.50456ZM8 11.4961C7.44772 11.4961 7 11.9438 7 12.4961C7 13.0484 7.44772 13.4961 8 13.4961H8.00897C8.56126 13.4961 9.00897 13.0484 9.00897 12.4961C9.00897 11.9438 8.56126 11.4961 8.00897 11.4961H8ZM11.9955 11.4961C11.4432 11.4961 10.9955 11.9438 10.9955 12.4961C10.9955 13.0484 11.4432 13.4961 11.9955 13.4961H12.0045C12.5568 13.4961 13.0045 13.0484 13.0045 12.4961C13.0045 11.9438 12.5568 11.4961 12.0045 11.4961H11.9955ZM15.991 11.4961C15.4387 11.4961 14.991 11.9438 14.991 12.4961C14.991 13.0484 15.4387 13.4961 15.991 13.4961H16C16.5523 13.4961 17 13.0484 17 12.4961C17 11.9438 16.5523 11.4961 16 11.4961H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-secure-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.027 1.76768C16.5525 1.50907 17.1965 1.25 17.9983 1.25C18.8001 1.25 19.4444 1.50906 19.97 1.76764C20.1484 1.8554 20.3028 1.93633 20.4432 2.00989C20.7534 2.17248 20.995 2.29912 21.2759 2.38421C21.4557 2.43867 21.6433 2.4955 21.7742 2.54421C21.8865 2.58599 22.105 2.67049 22.2751 2.85C22.4251 3.0083 22.4959 3.1817 22.5364 3.31625C22.5697 3.42717 22.5978 3.57579 22.6176 3.68016C23.1751 6.61675 21.9472 9.45596 18.9345 10.5518C18.6613 10.6513 18.3902 10.75 17.9997 10.75C17.6092 10.75 17.3381 10.6513 17.065 10.5518C14.0523 9.45606 12.823 6.61704 13.3804 3.6802C13.4002 3.57585 13.4283 3.42725 13.4616 3.31634C13.5021 3.18179 13.5729 3.00842 13.7229 2.85012C13.8929 2.6706 14.1115 2.58607 14.2237 2.54428C14.3546 2.49555 14.5422 2.43869 14.722 2.38421C15.0027 2.29913 15.2441 2.17256 15.554 2.01001C15.6943 1.93644 15.8486 1.85549 16.027 1.76768Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1145 2.54166C12.1149 2.58728 12.0853 2.68589 12.026 2.8831C11.9691 3.07264 11.9283 3.28972 11.9106 3.38333L11.9077 3.39886C11.2381 6.92857 12.7328 10.57 16.5527 11.9596L16.577 11.9685C16.866 12.074 17.344 12.2484 18.0007 12.2484C18.6574 12.2484 19.1354 12.0739 19.4244 11.9685L19.4487 11.9596C20.364 11.6266 21.1457 11.1644 21.796 10.6055C22.121 10.3262 22.2835 10.1865 22.4127 10.2005C22.4721 10.2069 22.5251 10.2292 22.5713 10.2672C22.6715 10.3497 22.6838 10.5389 22.7082 10.9171C22.7639 11.7795 22.7639 12.6716 22.7082 13.534C22.4103 18.1438 18.787 21.8301 14.2204 22.1336C12.7601 22.2307 11.2369 22.2305 9.77965 22.1336C9.21472 22.0961 8.59978 21.9625 8.05839 21.7395C7.97233 21.7041 7.89626 21.6728 7.82861 21.6452C7.69203 21.5895 7.62373 21.5617 7.54604 21.5714C7.46835 21.581 7.40859 21.6249 7.28907 21.7128L7.1938 21.783C6.40136 22.3674 5.40092 22.7773 3.98117 22.7427L3.93544 22.7416C3.66155 22.7351 3.36961 22.7281 3.13152 22.682C2.84475 22.6265 2.48996 22.4879 2.26791 22.1093C2.02623 21.6972 2.12313 21.2806 2.21688 21.0181C2.30536 20.7705 2.45874 20.48 2.61542 20.1832L2.6369 20.1425C3.10323 19.2588 3.23314 18.5367 2.98381 18.0552C2.15148 16.7988 1.40272 15.2504 1.2918 13.534C1.23607 12.6716 1.23607 11.7795 1.2918 10.9171C1.58972 6.30733 5.213 2.62104 9.77965 2.31748C10.3812 2.27749 10.994 2.25398 11.609 2.24698C11.7741 2.2451 11.8567 2.24416 11.9004 2.25723C12.0435 2.29999 12.113 2.39235 12.1145 2.54166ZM8.5 15.75C8.08579 15.75 7.75 15.4142 7.75 15C7.75 14.5858 8.08579 14.25 8.5 14.25H15.5C15.9142 14.25 16.25 14.5858 16.25 15C16.25 15.4142 15.9142 15.75 15.5 15.75H8.5ZM8.5 10.75C8.08579 10.75 7.75 10.4142 7.75 10C7.75 9.58579 8.08579 9.25 8.5 9.25H11C11.4142 9.25 11.75 9.58579 11.75 10C11.75 10.4142 11.4142 10.75 11 10.75H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.027 1.76768C16.5525 1.50907 17.1965 1.25 17.9983 1.25C18.8001 1.25 19.4444 1.50906 19.97 1.76764C20.1484 1.8554 20.3028 1.93633 20.4432 2.00989C20.7534 2.17248 20.995 2.29912 21.2759 2.38421C21.4557 2.43867 21.6433 2.4955 21.7742 2.54421C21.8865 2.58599 22.105 2.67049 22.2751 2.85C22.4251 3.0083 22.4959 3.1817 22.5364 3.31625C22.5697 3.42717 22.5978 3.57579 22.6176 3.68016C23.1751 6.61675 21.9472 9.45596 18.9345 10.5518C18.6613 10.6513 18.3902 10.75 17.9997 10.75C17.6092 10.75 17.3381 10.6513 17.065 10.5518C14.0523 9.45606 12.823 6.61704 13.3804 3.6802C13.4002 3.57585 13.4283 3.42725 13.4616 3.31634C13.5021 3.18179 13.5729 3.00842 13.7229 2.85012C13.8929 2.6706 14.1115 2.58607 14.2237 2.54428C14.3546 2.49555 14.5422 2.43869 14.722 2.38421C15.0027 2.29913 15.2441 2.17256 15.554 2.01001C15.6943 1.93644 15.8486 1.85549 16.027 1.76768Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1145 2.54166C12.1149 2.58728 12.0853 2.68589 12.026 2.8831C11.9691 3.07264 11.9283 3.28972 11.9106 3.38333L11.9077 3.39886C11.2381 6.92857 12.7328 10.57 16.5527 11.9596L16.577 11.9685C16.866 12.074 17.344 12.2484 18.0007 12.2484C18.6574 12.2484 19.1354 12.0739 19.4244 11.9685L19.4487 11.9596C20.364 11.6266 21.1457 11.1644 21.796 10.6055C22.121 10.3262 22.2835 10.1865 22.4127 10.2005C22.4721 10.2069 22.5251 10.2292 22.5713 10.2672C22.6715 10.3497 22.6838 10.5389 22.7082 10.9171C22.7639 11.7795 22.7639 12.6716 22.7082 13.534C22.4103 18.1438 18.787 21.8301 14.2204 22.1336C12.7601 22.2307 11.2369 22.2305 9.77965 22.1336C9.21472 22.0961 8.59978 21.9625 8.05839 21.7395C7.97233 21.7041 7.89626 21.6728 7.82861 21.6452C7.69203 21.5895 7.62373 21.5617 7.54604 21.5714C7.46835 21.581 7.40859 21.6249 7.28907 21.7128L7.1938 21.783C6.40136 22.3674 5.40092 22.7773 3.98117 22.7427L3.93544 22.7416C3.66155 22.7351 3.36961 22.7281 3.13152 22.682C2.84475 22.6265 2.48996 22.4879 2.26791 22.1093C2.02623 21.6972 2.12313 21.2806 2.21688 21.0181C2.30536 20.7705 2.45874 20.48 2.61542 20.1832L2.6369 20.1425C3.10323 19.2588 3.23314 18.5367 2.98381 18.0552C2.15148 16.7988 1.40272 15.2504 1.2918 13.534C1.23607 12.6716 1.23607 11.7795 1.2918 10.9171C1.58972 6.30733 5.213 2.62104 9.77965 2.31748C10.3812 2.27749 10.994 2.25398 11.609 2.24698C11.7741 2.2451 11.8567 2.24416 11.9004 2.25723C12.0435 2.29999 12.113 2.39235 12.1145 2.54166ZM8.5 15.75C8.08579 15.75 7.75 15.4142 7.75 15C7.75 14.5858 8.08579 14.25 8.5 14.25H15.5C15.9142 14.25 16.25 14.5858 16.25 15C16.25 15.4142 15.9142 15.75 15.5 15.75H8.5ZM8.5 10.75C8.08579 10.75 7.75 10.4142 7.75 10C7.75 9.58579 8.08579 9.25 8.5 9.25H11C11.4142 9.25 11.75 9.58579 11.75 10C11.75 10.4142 11.4142 10.75 11 10.75H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-secure-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.027 1.76768C16.5525 1.50907 17.1965 1.25 17.9983 1.25C18.8001 1.25 19.4444 1.50906 19.97 1.76764C20.1484 1.8554 20.3028 1.93633 20.4432 2.00989C20.7534 2.17248 20.995 2.29912 21.2759 2.38421C21.4557 2.43867 21.6433 2.4955 21.7742 2.54421C21.8865 2.58599 22.105 2.67049 22.2751 2.85C22.4251 3.0083 22.4959 3.1817 22.5364 3.31625C22.5697 3.42717 22.5978 3.57579 22.6176 3.68016C23.1751 6.61675 21.9472 9.45596 18.9345 10.5518C18.6613 10.6513 18.3902 10.75 17.9997 10.75C17.6092 10.75 17.3381 10.6513 17.065 10.5518C14.0523 9.45606 12.823 6.61704 13.3804 3.6802C13.4002 3.57585 13.4283 3.42725 13.4616 3.31634C13.5021 3.18179 13.5729 3.00842 13.7229 2.85012C13.8929 2.6706 14.1115 2.58607 14.2237 2.54428C14.3546 2.49555 14.5422 2.43869 14.722 2.38421C15.0027 2.29913 15.2441 2.17256 15.554 2.01001C15.6943 1.93644 15.8486 1.85549 16.027 1.76768Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1145 2.5419C12.1149 2.58752 12.0853 2.68613 12.026 2.88334C11.9691 3.07289 11.9283 3.28997 11.9106 3.38357L11.9077 3.3991C11.2381 6.92881 12.7328 10.5702 16.5527 11.9599L16.577 11.9688C16.866 12.0742 17.344 12.2486 18.0007 12.2486C18.6574 12.2486 19.1354 12.0742 19.4244 11.9687L19.4487 11.9599C20.364 11.6269 21.1457 11.1646 21.796 10.6057C22.121 10.3264 22.2835 10.1868 22.4127 10.2007C22.4721 10.2071 22.5251 10.2294 22.5713 10.2674C22.6715 10.35 22.6838 10.5391 22.7082 10.9174C22.7639 11.7798 22.7639 12.6718 22.7082 13.5342C22.4103 18.144 18.787 21.8303 14.2204 22.1339C12.7601 22.2309 11.2369 22.2307 9.77965 22.1339C9.21472 22.0963 8.59978 21.9627 8.05839 21.7398C7.97233 21.7043 7.89626 21.673 7.82861 21.6454C7.69203 21.5898 7.62373 21.5619 7.54604 21.5716C7.46835 21.5812 7.40859 21.6252 7.28907 21.7131L7.1938 21.7833C6.40136 22.3676 5.40092 22.7775 3.98117 22.743L3.93544 22.7419C3.66155 22.7353 3.36961 22.7283 3.13152 22.6823C2.84475 22.6268 2.48996 22.4881 2.26791 22.1095C2.02623 21.6975 2.12313 21.2808 2.21688 21.0184C2.30536 20.7707 2.45874 20.4802 2.61542 20.1835L2.6369 20.1428C3.10323 19.2591 3.23314 18.5369 2.98381 18.0554C2.15148 16.799 1.40272 15.2506 1.2918 13.5342C1.23607 12.6718 1.23607 11.7798 1.2918 10.9174C1.58972 6.30757 5.213 2.62128 9.77965 2.31772C10.3812 2.27774 10.994 2.25422 11.609 2.24722C11.7741 2.24534 11.8567 2.2444 11.9004 2.25747C12.0435 2.30024 12.113 2.39259 12.1145 2.5419ZM8 11.4961C7.44772 11.4961 7 11.9438 7 12.4961C7 13.0484 7.44772 13.4961 8 13.4961H8.00897C8.56126 13.4961 9.00897 13.0484 9.00897 12.4961C9.00897 11.9438 8.56126 11.4961 8.00897 11.4961H8ZM11.9955 11.4961C11.4432 11.4961 10.9955 11.9438 10.9955 12.4961C10.9955 13.0484 11.4432 13.4961 11.9955 13.4961H12.0045C12.5568 13.4961 13.0045 13.0484 13.0045 12.4961C13.0045 11.9438 12.5568 11.4961 12.0045 11.4961H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.027 1.76768C16.5525 1.50907 17.1965 1.25 17.9983 1.25C18.8001 1.25 19.4444 1.50906 19.97 1.76764C20.1484 1.8554 20.3028 1.93633 20.4432 2.00989C20.7534 2.17248 20.995 2.29912 21.2759 2.38421C21.4557 2.43867 21.6433 2.4955 21.7742 2.54421C21.8865 2.58599 22.105 2.67049 22.2751 2.85C22.4251 3.0083 22.4959 3.1817 22.5364 3.31625C22.5697 3.42717 22.5978 3.57579 22.6176 3.68016C23.1751 6.61675 21.9472 9.45596 18.9345 10.5518C18.6613 10.6513 18.3902 10.75 17.9997 10.75C17.6092 10.75 17.3381 10.6513 17.065 10.5518C14.0523 9.45606 12.823 6.61704 13.3804 3.6802C13.4002 3.57585 13.4283 3.42725 13.4616 3.31634C13.5021 3.18179 13.5729 3.00842 13.7229 2.85012C13.8929 2.6706 14.1115 2.58607 14.2237 2.54428C14.3546 2.49555 14.5422 2.43869 14.722 2.38421C15.0027 2.29913 15.2441 2.17256 15.554 2.01001C15.6943 1.93644 15.8486 1.85549 16.027 1.76768Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1145 2.5419C12.1149 2.58752 12.0853 2.68613 12.026 2.88334C11.9691 3.07289 11.9283 3.28997 11.9106 3.38357L11.9077 3.3991C11.2381 6.92881 12.7328 10.5702 16.5527 11.9599L16.577 11.9688C16.866 12.0742 17.344 12.2486 18.0007 12.2486C18.6574 12.2486 19.1354 12.0742 19.4244 11.9687L19.4487 11.9599C20.364 11.6269 21.1457 11.1646 21.796 10.6057C22.121 10.3264 22.2835 10.1868 22.4127 10.2007C22.4721 10.2071 22.5251 10.2294 22.5713 10.2674C22.6715 10.35 22.6838 10.5391 22.7082 10.9174C22.7639 11.7798 22.7639 12.6718 22.7082 13.5342C22.4103 18.144 18.787 21.8303 14.2204 22.1339C12.7601 22.2309 11.2369 22.2307 9.77965 22.1339C9.21472 22.0963 8.59978 21.9627 8.05839 21.7398C7.97233 21.7043 7.89626 21.673 7.82861 21.6454C7.69203 21.5898 7.62373 21.5619 7.54604 21.5716C7.46835 21.5812 7.40859 21.6252 7.28907 21.7131L7.1938 21.7833C6.40136 22.3676 5.40092 22.7775 3.98117 22.743L3.93544 22.7419C3.66155 22.7353 3.36961 22.7283 3.13152 22.6823C2.84475 22.6268 2.48996 22.4881 2.26791 22.1095C2.02623 21.6975 2.12313 21.2808 2.21688 21.0184C2.30536 20.7707 2.45874 20.4802 2.61542 20.1835L2.6369 20.1428C3.10323 19.2591 3.23314 18.5369 2.98381 18.0554C2.15148 16.799 1.40272 15.2506 1.2918 13.5342C1.23607 12.6718 1.23607 11.7798 1.2918 10.9174C1.58972 6.30757 5.213 2.62128 9.77965 2.31772C10.3812 2.27774 10.994 2.25422 11.609 2.24722C11.7741 2.24534 11.8567 2.2444 11.9004 2.25747C12.0435 2.30024 12.113 2.39259 12.1145 2.5419ZM8 11.4961C7.44772 11.4961 7 11.9438 7 12.4961C7 13.0484 7.44772 13.4961 8 13.4961H8.00897C8.56126 13.4961 9.00897 13.0484 9.00897 12.4961C9.00897 11.9438 8.56126 11.4961 8.00897 11.4961H8ZM11.9955 11.4961C11.4432 11.4961 10.9955 11.9438 10.9955 12.4961C10.9955 13.0484 11.4432 13.4961 11.9955 13.4961H12.0045C12.5568 13.4961 13.0045 13.0484 13.0045 12.4961C13.0045 11.9438 12.5568 11.4961 12.0045 11.4961H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-translate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.77965 1.82273C11.2369 1.72586 12.7601 1.72566 14.2204 1.82273C18.787 2.12629 22.4103 5.81258 22.7082 10.4224C22.7639 11.2848 22.7639 12.1768 22.7082 13.0392C22.4103 17.649 18.787 21.3353 14.2204 21.6389C12.7601 21.7359 11.2369 21.7357 9.77965 21.6389C9.21472 21.6013 8.59978 21.4677 8.05839 21.2448C7.8203 21.1467 7.65868 21.0804 7.54041 21.037C7.45909 21.0929 7.35108 21.1723 7.1938 21.2883C6.40136 21.8726 5.40092 22.2825 3.98117 22.248L3.93544 22.2469C3.66155 22.2403 3.36961 22.2334 3.13152 22.1873C2.84475 22.1318 2.48996 21.9931 2.26791 21.6145C2.02623 21.2025 2.12313 20.7858 2.21688 20.5234C2.30536 20.2757 2.45874 19.9852 2.61542 19.6885L2.6369 19.6478C3.10323 18.7641 3.23314 18.0419 2.98381 17.5604C2.15148 16.304 1.40272 14.7556 1.2918 13.0392C1.23607 12.1768 1.23607 11.2848 1.2918 10.4224C1.58972 5.81258 5.213 2.12629 9.77965 1.82273ZM13 7.5C13 6.94772 12.5523 6.5 12 6.5C11.4477 6.5 11 6.94772 11 7.5V7.74138H8C7.44772 7.74138 7 8.18909 7 8.74138C7 9.29366 7.44772 9.74138 8 9.74138H13.1495C12.8369 10.4449 12.437 11.1348 11.9804 11.8011C11.9486 11.7572 11.917 11.7133 11.886 11.6697C11.5853 11.2476 11.3791 10.9173 11.3084 10.7637C11.0774 10.262 10.4835 10.0425 9.98186 10.2734C9.48017 10.5044 9.26068 11.0983 9.49162 11.6C9.64946 11.9429 9.95755 12.4096 10.2569 12.8299C10.4019 13.0336 10.5567 13.2426 10.7114 13.4443C9.96631 14.314 9.18066 15.0985 8.46144 15.7681C8.05722 16.1444 8.03463 16.7772 8.41096 17.1814C8.7873 17.5856 9.42006 17.6082 9.82428 17.2319C10.5216 16.5826 11.2948 15.8156 12.0477 14.9562L12.9893 15.9474C13.3697 16.3478 14.0027 16.364 14.4031 15.9836C14.8034 15.6032 14.8197 14.9703 14.4393 14.5699L13.3114 13.3827C14.1153 12.2796 14.8343 11.0527 15.3028 9.74138H16C16.5523 9.74138 17 9.29366 17 8.74138C17 8.18909 16.5523 7.74138 16 7.74138H13V7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.77965 1.82273C11.2369 1.72586 12.7601 1.72566 14.2204 1.82273C18.787 2.12629 22.4103 5.81258 22.7082 10.4224C22.7639 11.2848 22.7639 12.1768 22.7082 13.0392C22.4103 17.649 18.787 21.3353 14.2204 21.6389C12.7601 21.7359 11.2369 21.7357 9.77965 21.6389C9.21472 21.6013 8.59978 21.4677 8.05839 21.2448C7.8203 21.1467 7.65868 21.0804 7.54041 21.037C7.45909 21.0929 7.35108 21.1723 7.1938 21.2883C6.40136 21.8726 5.40092 22.2825 3.98117 22.248L3.93544 22.2469C3.66155 22.2403 3.36961 22.2334 3.13152 22.1873C2.84475 22.1318 2.48996 21.9931 2.26791 21.6145C2.02623 21.2025 2.12313 20.7858 2.21688 20.5234C2.30536 20.2757 2.45874 19.9852 2.61542 19.6885L2.6369 19.6478C3.10323 18.7641 3.23314 18.0419 2.98381 17.5604C2.15148 16.304 1.40272 14.7556 1.2918 13.0392C1.23607 12.1768 1.23607 11.2848 1.2918 10.4224C1.58972 5.81258 5.213 2.12629 9.77965 1.82273ZM13 7.5C13 6.94772 12.5523 6.5 12 6.5C11.4477 6.5 11 6.94772 11 7.5V7.74138H8C7.44772 7.74138 7 8.18909 7 8.74138C7 9.29366 7.44772 9.74138 8 9.74138H13.1495C12.8369 10.4449 12.437 11.1348 11.9804 11.8011C11.9486 11.7572 11.917 11.7133 11.886 11.6697C11.5853 11.2476 11.3791 10.9173 11.3084 10.7637C11.0774 10.262 10.4835 10.0425 9.98186 10.2734C9.48017 10.5044 9.26068 11.0983 9.49162 11.6C9.64946 11.9429 9.95755 12.4096 10.2569 12.8299C10.4019 13.0336 10.5567 13.2426 10.7114 13.4443C9.96631 14.314 9.18066 15.0985 8.46144 15.7681C8.05722 16.1444 8.03463 16.7772 8.41096 17.1814C8.7873 17.5856 9.42006 17.6082 9.82428 17.2319C10.5216 16.5826 11.2948 15.8156 12.0477 14.9562L12.9893 15.9474C13.3697 16.3478 14.0027 16.364 14.4031 15.9836C14.8034 15.6032 14.8197 14.9703 14.4393 14.5699L13.3114 13.3827C14.1153 12.2796 14.8343 11.0527 15.3028 9.74138H16C16.5523 9.74138 17 9.29366 17 8.74138C17 8.18909 16.5523 7.74138 16 7.74138H13V7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-unlock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5654 2.45249C14.481 2.35159 14.2983 2.34288 13.933 2.32544C12.5888 2.26129 10.9877 2.24228 9.77965 2.32258C5.213 2.62614 1.58972 6.31243 1.2918 10.9222C1.23607 11.7846 1.23607 12.6767 1.2918 13.5391C1.40272 15.2555 2.15148 16.8039 2.9838 18.0603C3.23314 18.5418 3.10323 19.2639 2.6369 20.1476L2.61542 20.1883C2.45873 20.4851 2.30536 20.7756 2.21688 21.0232C2.12313 21.2857 2.02623 21.7023 2.26791 22.1144C2.48996 22.493 2.84475 22.6316 3.13152 22.6871C3.36961 22.7332 3.66155 22.7402 3.93544 22.7467L3.98117 22.7478C5.40092 22.7824 6.40136 22.3725 7.1938 21.7881L7.28907 21.7179C7.40859 21.63 7.46835 21.5861 7.54604 21.5765C7.62373 21.5668 7.69203 21.5946 7.82861 21.6503C7.89626 21.6779 7.97233 21.7092 8.05839 21.7446C8.59977 21.9676 9.21472 22.1012 9.77965 22.1387C11.2369 22.2356 12.7601 22.2358 14.2204 22.1387C18.787 21.8352 22.4103 18.1489 22.7082 13.5391C22.7106 13.5019 22.7129 13.4647 22.7151 13.4275C22.7366 13.062 22.7474 12.8793 22.6812 12.7913C22.6381 12.7341 22.5947 12.704 22.5261 12.6838C22.4204 12.6527 22.2244 12.7397 21.8324 12.9137C21.3373 13.1334 20.8656 13.199 20.4966 13.226C20.1695 13.2499 19.7934 13.2499 19.4375 13.2499H17.5625C17.2066 13.2499 16.8305 13.2499 16.5034 13.226C16.1344 13.199 15.6627 13.1334 15.1676 12.9137C14.1643 12.4684 13.415 11.6376 13.0346 10.6537C12.8502 10.1768 12.7946 9.72376 12.7712 9.35627C12.75 9.02258 12.75 8.63396 12.75 8.24567V8.12895C12.75 7.74066 12.75 7.35214 12.7712 7.01845C12.7946 6.65095 12.8502 6.19792 13.0346 5.72099C13.2913 5.05698 13.7161 4.46268 14.2735 4.00957C14.3899 3.91501 14.448 3.86774 14.4764 3.81497C14.5048 3.76221 14.5117 3.69351 14.5255 3.55612V3.55611C14.5371 3.43952 14.5527 3.29708 14.572 3.14905C14.6239 2.75194 14.6498 2.55339 14.5654 2.45249ZM8.5 15.75C8.08579 15.75 7.75 15.4142 7.75 15C7.75 14.5858 8.08579 14.25 8.5 14.25H15.5C15.9142 14.25 16.25 14.5858 16.25 15C16.25 15.4142 15.9142 15.75 15.5 15.75H8.5ZM8.5 10.75C8.08579 10.75 7.75 10.4142 7.75 10C7.75 9.58579 8.08579 9.25 8.5 9.25H11C11.4142 9.25 11.75 9.58579 11.75 10C11.75 10.4142 11.4142 10.75 11 10.75H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7813 3.95232C15.7813 2.45396 17.0044 1.25 18.5 1.25C19.1725 1.25 19.7904 1.49372 20.2656 1.89733C20.5813 2.16548 20.6198 2.63879 20.3517 2.95449C20.0835 3.27019 19.6102 3.30873 19.2945 3.04058C19.0813 2.85948 18.8049 2.75 18.5 2.75C17.821 2.75 17.2813 3.29421 17.2813 3.95232V4.61162C17.4472 4.60996 17.6244 4.60996 17.8129 4.60997H19.1871C19.6715 4.60996 20.0813 4.60994 20.4167 4.63824C20.7683 4.66789 21.1063 4.73264 21.4262 4.90222C21.8618 5.13313 22.2197 5.48753 22.4536 5.92145C22.6257 6.24083 22.6914 6.57833 22.7214 6.92848C22.75 7.2619 22.75 7.66893 22.75 8.14877V8.2112C22.75 8.69104 22.75 9.09807 22.7214 9.43149C22.6914 9.78163 22.6257 10.1191 22.4536 10.4385C22.2197 10.8724 21.8618 11.2268 21.4262 11.4578C21.1063 11.6273 20.7683 11.6921 20.4167 11.7217C20.0813 11.75 19.6715 11.75 19.1871 11.75H19.1871H17.8129H17.8129C17.3285 11.75 16.9187 11.75 16.5833 11.7217C16.2317 11.6921 15.8937 11.6273 15.5738 11.4578C15.1382 11.2268 14.7803 10.8724 14.5464 10.4385C14.3743 10.1191 14.3086 9.78163 14.2786 9.43149C14.25 9.09807 14.25 8.69105 14.25 8.21122V8.21119V8.14878V8.14875C14.25 7.66892 14.25 7.2619 14.2786 6.92848C14.3086 6.57833 14.3743 6.24083 14.5464 5.92145C14.7803 5.48753 15.1382 5.13313 15.5738 4.90222C15.6421 4.86599 15.7113 4.83455 15.7813 4.80722V3.95232Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5654 2.45249C14.481 2.35159 14.2983 2.34288 13.933 2.32544C12.5888 2.26129 10.9877 2.24228 9.77965 2.32258C5.213 2.62614 1.58972 6.31243 1.2918 10.9222C1.23607 11.7846 1.23607 12.6767 1.2918 13.5391C1.40272 15.2555 2.15148 16.8039 2.9838 18.0603C3.23314 18.5418 3.10323 19.2639 2.6369 20.1476L2.61542 20.1883C2.45873 20.4851 2.30536 20.7756 2.21688 21.0232C2.12313 21.2857 2.02623 21.7023 2.26791 22.1144C2.48996 22.493 2.84475 22.6316 3.13152 22.6871C3.36961 22.7332 3.66155 22.7402 3.93544 22.7467L3.98117 22.7478C5.40092 22.7824 6.40136 22.3725 7.1938 21.7881L7.28907 21.7179C7.40859 21.63 7.46835 21.5861 7.54604 21.5765C7.62373 21.5668 7.69203 21.5946 7.82861 21.6503C7.89626 21.6779 7.97233 21.7092 8.05839 21.7446C8.59977 21.9676 9.21472 22.1012 9.77965 22.1387C11.2369 22.2356 12.7601 22.2358 14.2204 22.1387C18.787 21.8352 22.4103 18.1489 22.7082 13.5391C22.7106 13.5019 22.7129 13.4647 22.7151 13.4275C22.7366 13.062 22.7474 12.8793 22.6812 12.7913C22.6381 12.7341 22.5947 12.704 22.5261 12.6838C22.4204 12.6527 22.2244 12.7397 21.8324 12.9137C21.3373 13.1334 20.8656 13.199 20.4966 13.226C20.1695 13.2499 19.7934 13.2499 19.4375 13.2499H17.5625C17.2066 13.2499 16.8305 13.2499 16.5034 13.226C16.1344 13.199 15.6627 13.1334 15.1676 12.9137C14.1643 12.4684 13.415 11.6376 13.0346 10.6537C12.8502 10.1768 12.7946 9.72376 12.7712 9.35627C12.75 9.02258 12.75 8.63396 12.75 8.24567V8.12895C12.75 7.74066 12.75 7.35214 12.7712 7.01845C12.7946 6.65095 12.8502 6.19792 13.0346 5.72099C13.2913 5.05698 13.7161 4.46268 14.2735 4.00957C14.3899 3.91501 14.448 3.86774 14.4764 3.81497C14.5048 3.76221 14.5117 3.69351 14.5255 3.55612V3.55611C14.5371 3.43952 14.5527 3.29708 14.572 3.14905C14.6239 2.75194 14.6498 2.55339 14.5654 2.45249ZM8.5 15.75C8.08579 15.75 7.75 15.4142 7.75 15C7.75 14.5858 8.08579 14.25 8.5 14.25H15.5C15.9142 14.25 16.25 14.5858 16.25 15C16.25 15.4142 15.9142 15.75 15.5 15.75H8.5ZM8.5 10.75C8.08579 10.75 7.75 10.4142 7.75 10C7.75 9.58579 8.08579 9.25 8.5 9.25H11C11.4142 9.25 11.75 9.58579 11.75 10C11.75 10.4142 11.4142 10.75 11 10.75H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7813 3.95232C15.7813 2.45396 17.0044 1.25 18.5 1.25C19.1725 1.25 19.7904 1.49372 20.2656 1.89733C20.5813 2.16548 20.6198 2.63879 20.3517 2.95449C20.0835 3.27019 19.6102 3.30873 19.2945 3.04058C19.0813 2.85948 18.8049 2.75 18.5 2.75C17.821 2.75 17.2813 3.29421 17.2813 3.95232V4.61162C17.4472 4.60996 17.6244 4.60996 17.8129 4.60997H19.1871C19.6715 4.60996 20.0813 4.60994 20.4167 4.63824C20.7683 4.66789 21.1063 4.73264 21.4262 4.90222C21.8618 5.13313 22.2197 5.48753 22.4536 5.92145C22.6257 6.24083 22.6914 6.57833 22.7214 6.92848C22.75 7.2619 22.75 7.66893 22.75 8.14877V8.2112C22.75 8.69104 22.75 9.09807 22.7214 9.43149C22.6914 9.78163 22.6257 10.1191 22.4536 10.4385C22.2197 10.8724 21.8618 11.2268 21.4262 11.4578C21.1063 11.6273 20.7683 11.6921 20.4167 11.7217C20.0813 11.75 19.6715 11.75 19.1871 11.75H19.1871H17.8129H17.8129C17.3285 11.75 16.9187 11.75 16.5833 11.7217C16.2317 11.6921 15.8937 11.6273 15.5738 11.4578C15.1382 11.2268 14.7803 10.8724 14.5464 10.4385C14.3743 10.1191 14.3086 9.78163 14.2786 9.43149C14.25 9.09807 14.25 8.69105 14.25 8.21122V8.21119V8.14878V8.14875C14.25 7.66892 14.25 7.2619 14.2786 6.92848C14.3086 6.57833 14.3743 6.24083 14.5464 5.92145C14.7803 5.48753 15.1382 5.13313 15.5738 4.90222C15.6421 4.86599 15.7113 4.83455 15.7813 4.80722V3.95232Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-unlock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7813 3.95232C15.7813 2.45396 17.0044 1.25 18.5 1.25C19.1725 1.25 19.7904 1.49372 20.2656 1.89733C20.5813 2.16548 20.6198 2.63879 20.3517 2.95449C20.0835 3.27019 19.6102 3.30873 19.2945 3.04058C19.0813 2.85948 18.8049 2.75 18.5 2.75C17.821 2.75 17.2813 3.29421 17.2813 3.95232V4.61162C17.4472 4.60996 17.6244 4.60996 17.8129 4.60997H19.1871C19.6715 4.60996 20.0813 4.60994 20.4167 4.63824C20.7683 4.66789 21.1063 4.73264 21.4262 4.90222C21.8618 5.13313 22.2197 5.48753 22.4536 5.92145C22.6257 6.24083 22.6914 6.57833 22.7214 6.92848C22.75 7.2619 22.75 7.66893 22.75 8.14877V8.2112C22.75 8.69104 22.75 9.09807 22.7214 9.43149C22.6914 9.78163 22.6257 10.1191 22.4536 10.4385C22.2197 10.8724 21.8618 11.2268 21.4262 11.4578C21.1063 11.6273 20.7683 11.6921 20.4167 11.7217C20.0813 11.75 19.6715 11.75 19.1871 11.75H19.1871H17.8129H17.8129C17.3285 11.75 16.9187 11.75 16.5833 11.7217C16.2317 11.6921 15.8937 11.6273 15.5738 11.4578C15.1382 11.2268 14.7803 10.8724 14.5464 10.4385C14.3743 10.1191 14.3086 9.78163 14.2786 9.43149C14.25 9.09807 14.25 8.69105 14.25 8.21122V8.21119V8.14878V8.14875C14.25 7.66892 14.25 7.2619 14.2786 6.92848C14.3086 6.57833 14.3743 6.24083 14.5464 5.92145C14.7803 5.48753 15.1382 5.13313 15.5738 4.90222C15.6421 4.86599 15.7113 4.83455 15.7813 4.80722V3.95232Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5654 2.45243C14.481 2.35153 14.2983 2.34281 13.933 2.32538C12.5888 2.26123 10.9877 2.24221 9.77965 2.32252C5.213 2.62608 1.58971 6.31237 1.2918 10.9221C1.23606 11.7846 1.23606 12.6766 1.2918 13.539C1.40272 15.2554 2.15148 16.8038 2.9838 18.0602C3.23314 18.5417 3.10323 19.2639 2.6369 20.1476L2.61542 20.1883C2.45873 20.485 2.30536 20.7755 2.21688 21.0232C2.12313 21.2856 2.02623 21.7023 2.2679 22.1143C2.48996 22.4929 2.84475 22.6316 3.13152 22.6871C3.36961 22.7331 3.66155 22.7401 3.93544 22.7467L3.98117 22.7478C5.40091 22.7823 6.40136 22.3724 7.1938 21.788L7.28907 21.7179C7.40859 21.63 7.46835 21.586 7.54604 21.5764C7.62373 21.5667 7.69203 21.5946 7.82861 21.6502C7.89626 21.6778 7.97233 21.7091 8.05839 21.7446C8.59977 21.9675 9.21472 22.1011 9.77965 22.1387C11.2369 22.2355 12.7601 22.2357 14.2203 22.1387C18.787 21.8351 22.4103 18.1488 22.7082 13.539C22.7106 13.5019 22.7129 13.4647 22.7151 13.4274C22.7366 13.062 22.7474 12.8793 22.6812 12.7912C22.6381 12.734 22.5947 12.704 22.5261 12.6838C22.4204 12.6527 22.2244 12.7397 21.8324 12.9136C21.3373 13.1334 20.8656 13.199 20.4966 13.226C20.1695 13.2499 19.7934 13.2498 19.4375 13.2498H17.5625C17.2066 13.2498 16.8305 13.2499 16.5034 13.226C16.1344 13.199 15.6627 13.1334 15.1676 12.9136C14.1643 12.4684 13.415 11.6376 13.0346 10.6537C12.8502 10.1767 12.7946 9.7237 12.7712 9.3562C12.75 9.02251 12.75 8.63389 12.75 8.2456V8.12889C12.75 7.7406 12.75 7.35207 12.7712 7.01838C12.7946 6.65089 12.8502 6.19786 13.0346 5.72093C13.2913 5.05692 13.7161 4.46262 14.2735 4.00951C14.3899 3.91495 14.448 3.86767 14.4764 3.81491C14.5048 3.76215 14.5117 3.69345 14.5255 3.55606V3.55605C14.5371 3.43946 14.5527 3.29701 14.572 3.14899C14.6239 2.75188 14.6498 2.55333 14.5654 2.45243ZM8 11.4999C7.44772 11.4999 7 11.9476 7 12.4999C7 13.0522 7.44772 13.4999 8 13.4999H8.00897C8.56126 13.4999 9.00897 13.0522 9.00897 12.4999C9.00897 11.9476 8.56126 11.4999 8.00897 11.4999H8ZM11.9955 11.4999C11.4432 11.4999 10.9955 11.9476 10.9955 12.4999C10.9955 13.0522 11.4432 13.4999 11.9955 13.4999H12.0045C12.5568 13.4999 13.0045 13.0522 13.0045 12.4999C13.0045 11.9476 12.5568 11.4999 12.0045 11.4999H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7813 3.95232C15.7813 2.45396 17.0044 1.25 18.5 1.25C19.1725 1.25 19.7904 1.49372 20.2656 1.89733C20.5813 2.16548 20.6198 2.63879 20.3517 2.95449C20.0835 3.27019 19.6102 3.30873 19.2945 3.04058C19.0813 2.85948 18.8049 2.75 18.5 2.75C17.821 2.75 17.2813 3.29421 17.2813 3.95232V4.61162C17.4472 4.60996 17.6244 4.60996 17.8129 4.60997H19.1871C19.6715 4.60996 20.0813 4.60994 20.4167 4.63824C20.7683 4.66789 21.1063 4.73264 21.4262 4.90222C21.8618 5.13313 22.2197 5.48753 22.4536 5.92145C22.6257 6.24083 22.6914 6.57833 22.7214 6.92848C22.75 7.2619 22.75 7.66893 22.75 8.14877V8.2112C22.75 8.69104 22.75 9.09807 22.7214 9.43149C22.6914 9.78163 22.6257 10.1191 22.4536 10.4385C22.2197 10.8724 21.8618 11.2268 21.4262 11.4578C21.1063 11.6273 20.7683 11.6921 20.4167 11.7217C20.0813 11.75 19.6715 11.75 19.1871 11.75H19.1871H17.8129H17.8129C17.3285 11.75 16.9187 11.75 16.5833 11.7217C16.2317 11.6921 15.8937 11.6273 15.5738 11.4578C15.1382 11.2268 14.7803 10.8724 14.5464 10.4385C14.3743 10.1191 14.3086 9.78163 14.2786 9.43149C14.25 9.09807 14.25 8.69105 14.25 8.21122V8.21119V8.14878V8.14875C14.25 7.66892 14.25 7.2619 14.2786 6.92848C14.3086 6.57833 14.3743 6.24083 14.5464 5.92145C14.7803 5.48753 15.1382 5.13313 15.5738 4.90222C15.6421 4.86599 15.7113 4.83455 15.7813 4.80722V3.95232Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5654 2.45243C14.481 2.35153 14.2983 2.34281 13.933 2.32538C12.5888 2.26123 10.9877 2.24221 9.77965 2.32252C5.213 2.62608 1.58971 6.31237 1.2918 10.9221C1.23606 11.7846 1.23606 12.6766 1.2918 13.539C1.40272 15.2554 2.15148 16.8038 2.9838 18.0602C3.23314 18.5417 3.10323 19.2639 2.6369 20.1476L2.61542 20.1883C2.45873 20.485 2.30536 20.7755 2.21688 21.0232C2.12313 21.2856 2.02623 21.7023 2.2679 22.1143C2.48996 22.4929 2.84475 22.6316 3.13152 22.6871C3.36961 22.7331 3.66155 22.7401 3.93544 22.7467L3.98117 22.7478C5.40091 22.7823 6.40136 22.3724 7.1938 21.788L7.28907 21.7179C7.40859 21.63 7.46835 21.586 7.54604 21.5764C7.62373 21.5667 7.69203 21.5946 7.82861 21.6502C7.89626 21.6778 7.97233 21.7091 8.05839 21.7446C8.59977 21.9675 9.21472 22.1011 9.77965 22.1387C11.2369 22.2355 12.7601 22.2357 14.2203 22.1387C18.787 21.8351 22.4103 18.1488 22.7082 13.539C22.7106 13.5019 22.7129 13.4647 22.7151 13.4274C22.7366 13.062 22.7474 12.8793 22.6812 12.7912C22.6381 12.734 22.5947 12.704 22.5261 12.6838C22.4204 12.6527 22.2244 12.7397 21.8324 12.9136C21.3373 13.1334 20.8656 13.199 20.4966 13.226C20.1695 13.2499 19.7934 13.2498 19.4375 13.2498H17.5625C17.2066 13.2498 16.8305 13.2499 16.5034 13.226C16.1344 13.199 15.6627 13.1334 15.1676 12.9136C14.1643 12.4684 13.415 11.6376 13.0346 10.6537C12.8502 10.1767 12.7946 9.7237 12.7712 9.3562C12.75 9.02251 12.75 8.63389 12.75 8.2456V8.12889C12.75 7.7406 12.75 7.35207 12.7712 7.01838C12.7946 6.65089 12.8502 6.19786 13.0346 5.72093C13.2913 5.05692 13.7161 4.46262 14.2735 4.00951C14.3899 3.91495 14.448 3.86767 14.4764 3.81491C14.5048 3.76215 14.5117 3.69345 14.5255 3.55606V3.55605C14.5371 3.43946 14.5527 3.29701 14.572 3.14899C14.6239 2.75188 14.6498 2.55333 14.5654 2.45243ZM8 11.4999C7.44772 11.4999 7 11.9476 7 12.4999C7 13.0522 7.44772 13.4999 8 13.4999H8.00897C8.56126 13.4999 9.00897 13.0522 9.00897 12.4999C9.00897 11.9476 8.56126 11.4999 8.00897 11.4999H8ZM11.9955 11.4999C11.4432 11.4999 10.9955 11.9476 10.9955 12.4999C10.9955 13.0522 11.4432 13.4999 11.9955 13.4999H12.0045C12.5568 13.4999 13.0045 13.0522 13.0045 12.4999C13.0045 11.9476 12.5568 11.4999 12.0045 11.4999H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-upload-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.0139 5.60424C15.4002 6.40056 16.036 6.76955 16.5168 6.94151C16.7697 7.03195 16.8962 7.07717 16.9509 7.15488C17.0057 7.23259 17.0057 7.34722 17.0057 7.57649L17.0057 10.125C17.0057 11.5057 18.1249 12.625 19.5057 12.625C20.8864 12.625 22.0057 11.5057 22.0057 10.125C22.0057 10.0917 22.0057 10.0751 22.0551 9.99998C22.1526 9.85205 22.4026 9.83039 22.5241 9.95936C22.5857 10.0248 22.5864 10.029 22.5879 10.0372C22.6457 10.3682 22.6861 10.7052 22.7082 11.0474C22.7639 11.9098 22.7639 12.8018 22.7082 13.6642C22.4103 18.274 18.787 21.9603 14.2204 22.2639C12.7601 22.3609 11.2369 22.3607 9.77965 22.2639C9.21472 22.2263 8.59978 22.0927 8.05839 21.8698C7.97233 21.8343 7.89626 21.803 7.82861 21.7755C7.69203 21.7198 7.62373 21.692 7.54604 21.7016C7.46835 21.7112 7.40859 21.7552 7.28907 21.8431L7.1938 21.9133C6.40136 22.4976 5.40092 22.9075 3.98117 22.873L3.93544 22.8719C3.66155 22.8653 3.36961 22.8584 3.13152 22.8123C2.84475 22.7568 2.48996 22.6181 2.26791 22.2395C2.02623 21.8275 2.12313 21.4108 2.21688 21.1484C2.30536 20.9007 2.45874 20.6102 2.61542 20.3135L2.6369 20.2728C3.10323 19.3891 3.23314 18.6669 2.98381 18.1854C2.15148 16.929 1.40272 15.3806 1.2918 13.6642C1.23607 12.8018 1.23607 11.9098 1.2918 11.0474C1.58972 6.43758 5.213 2.75129 9.77965 2.44773C11.2369 2.35086 12.7601 2.35066 14.2204 2.44773C14.338 2.45555 14.455 2.46562 14.5714 2.47789C14.9321 2.51592 15.1125 2.53494 15.1901 2.65761C15.2678 2.78028 15.1958 2.98555 15.052 3.3961C14.7151 4.35734 14.8622 5.22655 15.0139 5.60424ZM8.5 15.875C8.08579 15.875 7.75 15.5392 7.75 15.125C7.75 14.7108 8.08579 14.375 8.5 14.375H15.5C15.9142 14.375 16.25 14.7108 16.25 15.125C16.25 15.5392 15.9142 15.875 15.5 15.875H8.5ZM8.5 10.875C8.08579 10.875 7.75 10.5392 7.75 10.125C7.75 9.71079 8.08579 9.375 8.5 9.375H12C12.4142 9.375 12.75 9.71079 12.75 10.125C12.75 10.5392 12.4142 10.875 12 10.875H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5059 10.125C20.5059 10.6773 20.0581 11.125 19.5059 11.125C18.9536 11.125 18.5059 10.6773 18.5059 10.125L18.5059 5.62496L17.9116 5.62498C17.736 5.62511 17.5203 5.62526 17.3439 5.60319L17.3405 5.60277C17.2141 5.587 16.638 5.51517 16.3637 4.94957C16.0887 4.38275 16.3907 3.88261 16.456 3.7744L16.4584 3.77037C16.5506 3.61735 16.6848 3.44647 16.7951 3.30592L16.8188 3.27567C17.1135 2.89985 17.4954 2.41563 17.8759 2.02462C18.0657 1.82951 18.283 1.62828 18.5139 1.46943C18.7191 1.32823 19.0693 1.12496 19.5 1.12496C19.9307 1.12496 20.2809 1.32823 20.4861 1.46943C20.717 1.62828 20.9343 1.82951 21.1241 2.02462C21.5046 2.41563 21.8865 2.89985 22.1812 3.27567L22.2049 3.30591C22.3152 3.44647 22.4494 3.61735 22.5416 3.77037L22.544 3.77441C22.6093 3.88261 22.9113 4.38275 22.6363 4.94957C22.362 5.51517 21.7859 5.58701 21.6595 5.60277L21.6561 5.60319C21.4797 5.62526 21.264 5.62511 21.0884 5.62498L20.5059 5.62496L20.5059 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.0139 5.60424C15.4002 6.40056 16.036 6.76955 16.5168 6.94151C16.7697 7.03195 16.8962 7.07717 16.9509 7.15488C17.0057 7.23259 17.0057 7.34722 17.0057 7.57649L17.0057 10.125C17.0057 11.5057 18.1249 12.625 19.5057 12.625C20.8864 12.625 22.0057 11.5057 22.0057 10.125C22.0057 10.0917 22.0057 10.0751 22.0551 9.99998C22.1526 9.85205 22.4026 9.83039 22.5241 9.95936C22.5857 10.0248 22.5864 10.029 22.5879 10.0372C22.6457 10.3682 22.6861 10.7052 22.7082 11.0474C22.7639 11.9098 22.7639 12.8018 22.7082 13.6642C22.4103 18.274 18.787 21.9603 14.2204 22.2639C12.7601 22.3609 11.2369 22.3607 9.77965 22.2639C9.21472 22.2263 8.59978 22.0927 8.05839 21.8698C7.97233 21.8343 7.89626 21.803 7.82861 21.7755C7.69203 21.7198 7.62373 21.692 7.54604 21.7016C7.46835 21.7112 7.40859 21.7552 7.28907 21.8431L7.1938 21.9133C6.40136 22.4976 5.40092 22.9075 3.98117 22.873L3.93544 22.8719C3.66155 22.8653 3.36961 22.8584 3.13152 22.8123C2.84475 22.7568 2.48996 22.6181 2.26791 22.2395C2.02623 21.8275 2.12313 21.4108 2.21688 21.1484C2.30536 20.9007 2.45874 20.6102 2.61542 20.3135L2.6369 20.2728C3.10323 19.3891 3.23314 18.6669 2.98381 18.1854C2.15148 16.929 1.40272 15.3806 1.2918 13.6642C1.23607 12.8018 1.23607 11.9098 1.2918 11.0474C1.58972 6.43758 5.213 2.75129 9.77965 2.44773C11.2369 2.35086 12.7601 2.35066 14.2204 2.44773C14.338 2.45555 14.455 2.46562 14.5714 2.47789C14.9321 2.51592 15.1125 2.53494 15.1901 2.65761C15.2678 2.78028 15.1958 2.98555 15.052 3.3961C14.7151 4.35734 14.8622 5.22655 15.0139 5.60424ZM8.5 15.875C8.08579 15.875 7.75 15.5392 7.75 15.125C7.75 14.7108 8.08579 14.375 8.5 14.375H15.5C15.9142 14.375 16.25 14.7108 16.25 15.125C16.25 15.5392 15.9142 15.875 15.5 15.875H8.5ZM8.5 10.875C8.08579 10.875 7.75 10.5392 7.75 10.125C7.75 9.71079 8.08579 9.375 8.5 9.375H12C12.4142 9.375 12.75 9.71079 12.75 10.125C12.75 10.5392 12.4142 10.875 12 10.875H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5059 10.125C20.5059 10.6773 20.0581 11.125 19.5059 11.125C18.9536 11.125 18.5059 10.6773 18.5059 10.125L18.5059 5.62496L17.9116 5.62498C17.736 5.62511 17.5203 5.62526 17.3439 5.60319L17.3405 5.60277C17.2141 5.587 16.638 5.51517 16.3637 4.94957C16.0887 4.38275 16.3907 3.88261 16.456 3.7744L16.4584 3.77037C16.5506 3.61735 16.6848 3.44647 16.7951 3.30592L16.8188 3.27567C17.1135 2.89985 17.4954 2.41563 17.8759 2.02462C18.0657 1.82951 18.283 1.62828 18.5139 1.46943C18.7191 1.32823 19.0693 1.12496 19.5 1.12496C19.9307 1.12496 20.2809 1.32823 20.4861 1.46943C20.717 1.62828 20.9343 1.82951 21.1241 2.02462C21.5046 2.41563 21.8865 2.89985 22.1812 3.27567L22.2049 3.30591C22.3152 3.44647 22.4494 3.61735 22.5416 3.77037L22.544 3.77441C22.6093 3.88261 22.9113 4.38275 22.6363 4.94957C22.362 5.51517 21.7859 5.58701 21.6595 5.60277L21.6561 5.60319C21.4797 5.62526 21.264 5.62511 21.0884 5.62498L20.5059 5.62496L20.5059 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-upload-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5058 10.125C20.5058 10.6773 20.0581 11.125 19.5058 11.125C18.9535 11.125 18.5058 10.6773 18.5058 10.125L18.5058 5.62496L17.9115 5.62498C17.7359 5.62511 17.5203 5.62526 17.3438 5.60319L17.3405 5.60277C17.214 5.587 16.638 5.51517 16.3636 4.94957C16.0887 4.38275 16.3906 3.88261 16.4559 3.7744L16.4583 3.77037C16.5506 3.61735 16.6847 3.44647 16.7951 3.30592L16.8188 3.27567C17.1134 2.89985 17.4954 2.41563 17.8758 2.02462C18.0656 1.82951 18.2829 1.62828 18.5138 1.46943C18.7191 1.32823 19.0693 1.12496 19.4999 1.12496C19.9306 1.12496 20.2808 1.32823 20.4861 1.46943C20.717 1.62828 20.9342 1.82951 21.1241 2.02462C21.5045 2.41563 21.8865 2.89985 22.1811 3.27567L22.2048 3.30591C22.3152 3.44647 22.4493 3.61735 22.5415 3.77037L22.544 3.77441C22.6093 3.88261 22.9112 4.38275 22.6363 4.94957C22.3619 5.51517 21.7859 5.58701 21.6594 5.60277L21.6561 5.60319C21.4796 5.62526 21.264 5.62511 21.0883 5.62498L20.5058 5.62496L20.5058 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.0138 5.60423C15.4 6.40054 16.0358 6.76954 16.5167 6.94149C16.7696 7.03193 16.8961 7.07715 16.9508 7.15486C17.0055 7.23257 17.0055 7.3472 17.0055 7.57647L17.0055 10.125C17.0055 11.5057 18.1248 12.625 19.5055 12.625C20.8863 12.625 22.0055 11.5057 22.0055 10.125C22.0055 10.0917 22.0055 10.0751 22.055 9.99996C22.1525 9.85203 22.4025 9.83037 22.524 9.95934C22.5856 10.0248 22.5863 10.0289 22.5878 10.0372C22.6455 10.3682 22.686 10.7052 22.7081 11.0473C22.7638 11.9097 22.7638 12.8018 22.7081 13.6642C22.4102 18.274 18.7869 21.9603 14.2202 22.2639C12.76 22.3609 11.2368 22.3607 9.77954 22.2639C9.2146 22.2263 8.59966 22.0927 8.05827 21.8697C7.97221 21.8343 7.89614 21.803 7.8285 21.7754C7.69191 21.7198 7.62362 21.6919 7.54593 21.7016C7.46824 21.7112 7.40848 21.7552 7.28895 21.8431L7.19369 21.9132C6.40125 22.4976 5.4008 22.9075 3.98106 22.8729L3.93532 22.8718C3.66144 22.8653 3.36949 22.8583 3.13141 22.8123C2.84464 22.7568 2.48985 22.6181 2.26779 22.2395C2.02611 21.8275 2.12301 21.4108 2.21677 21.1484C2.30525 20.9007 2.45862 20.6102 2.61531 20.3135L2.63679 20.2728C3.10312 19.3891 3.23302 18.6669 2.98369 18.1854C2.15136 16.929 1.40261 15.3806 1.29169 13.6642C1.23595 12.8018 1.23595 11.9098 1.29169 11.0473C1.5896 6.43756 5.21289 2.75127 9.77954 2.44771C11.2368 2.35084 12.76 2.35064 14.2202 2.44771C14.3379 2.45553 14.4549 2.4656 14.5713 2.47787C14.932 2.5159 15.1124 2.53492 15.19 2.65759C15.2677 2.78026 15.1957 2.98553 15.0518 3.39608C14.715 4.35732 14.862 5.22653 15.0138 5.60423ZM7.99994 11.625C7.44765 11.625 6.99994 12.0727 6.99994 12.625C6.99994 13.1773 7.44765 13.625 7.99994 13.625H8.00891C8.5612 13.625 9.00891 13.1773 9.00891 12.625C9.00891 12.0727 8.5612 11.625 8.00891 11.625H7.99994ZM11.9955 11.625C11.4432 11.625 10.9955 12.0727 10.9955 12.625C10.9955 13.1773 11.4432 13.625 11.9955 13.625H12.0044C12.5567 13.625 13.0044 13.1773 13.0044 12.625C13.0044 12.0727 12.5567 11.625 12.0044 11.625H11.9955ZM15.991 11.625C15.4387 11.625 14.991 12.0727 14.991 12.625C14.991 13.1773 15.4387 13.625 15.991 13.625H15.9999C16.5522 13.625 16.9999 13.1773 16.9999 12.625C16.9999 12.0727 16.5522 11.625 15.9999 11.625H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5058 10.125C20.5058 10.6773 20.0581 11.125 19.5058 11.125C18.9535 11.125 18.5058 10.6773 18.5058 10.125L18.5058 5.62496L17.9115 5.62498C17.7359 5.62511 17.5203 5.62526 17.3438 5.60319L17.3405 5.60277C17.214 5.587 16.638 5.51517 16.3636 4.94957C16.0887 4.38275 16.3906 3.88261 16.4559 3.7744L16.4583 3.77037C16.5506 3.61735 16.6847 3.44647 16.7951 3.30592L16.8188 3.27567C17.1134 2.89985 17.4954 2.41563 17.8758 2.02462C18.0656 1.82951 18.2829 1.62828 18.5138 1.46943C18.7191 1.32823 19.0693 1.12496 19.4999 1.12496C19.9306 1.12496 20.2808 1.32823 20.4861 1.46943C20.717 1.62828 20.9342 1.82951 21.1241 2.02462C21.5045 2.41563 21.8865 2.89985 22.1811 3.27567L22.2048 3.30591C22.3152 3.44647 22.4493 3.61735 22.5415 3.77037L22.544 3.77441C22.6093 3.88261 22.9112 4.38275 22.6363 4.94957C22.3619 5.51517 21.7859 5.58701 21.6594 5.60277L21.6561 5.60319C21.4796 5.62526 21.264 5.62511 21.0883 5.62498L20.5058 5.62496L20.5058 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.0138 5.60423C15.4 6.40054 16.0358 6.76954 16.5167 6.94149C16.7696 7.03193 16.8961 7.07715 16.9508 7.15486C17.0055 7.23257 17.0055 7.3472 17.0055 7.57647L17.0055 10.125C17.0055 11.5057 18.1248 12.625 19.5055 12.625C20.8863 12.625 22.0055 11.5057 22.0055 10.125C22.0055 10.0917 22.0055 10.0751 22.055 9.99996C22.1525 9.85203 22.4025 9.83037 22.524 9.95934C22.5856 10.0248 22.5863 10.0289 22.5878 10.0372C22.6455 10.3682 22.686 10.7052 22.7081 11.0473C22.7638 11.9097 22.7638 12.8018 22.7081 13.6642C22.4102 18.274 18.7869 21.9603 14.2202 22.2639C12.76 22.3609 11.2368 22.3607 9.77954 22.2639C9.2146 22.2263 8.59966 22.0927 8.05827 21.8697C7.97221 21.8343 7.89614 21.803 7.8285 21.7754C7.69191 21.7198 7.62362 21.6919 7.54593 21.7016C7.46824 21.7112 7.40848 21.7552 7.28895 21.8431L7.19369 21.9132C6.40125 22.4976 5.4008 22.9075 3.98106 22.8729L3.93532 22.8718C3.66144 22.8653 3.36949 22.8583 3.13141 22.8123C2.84464 22.7568 2.48985 22.6181 2.26779 22.2395C2.02611 21.8275 2.12301 21.4108 2.21677 21.1484C2.30525 20.9007 2.45862 20.6102 2.61531 20.3135L2.63679 20.2728C3.10312 19.3891 3.23302 18.6669 2.98369 18.1854C2.15136 16.929 1.40261 15.3806 1.29169 13.6642C1.23595 12.8018 1.23595 11.9098 1.29169 11.0473C1.5896 6.43756 5.21289 2.75127 9.77954 2.44771C11.2368 2.35084 12.76 2.35064 14.2202 2.44771C14.3379 2.45553 14.4549 2.4656 14.5713 2.47787C14.932 2.5159 15.1124 2.53492 15.19 2.65759C15.2677 2.78026 15.1957 2.98553 15.0518 3.39608C14.715 4.35732 14.862 5.22653 15.0138 5.60423ZM7.99994 11.625C7.44765 11.625 6.99994 12.0727 6.99994 12.625C6.99994 13.1773 7.44765 13.625 7.99994 13.625H8.00891C8.5612 13.625 9.00891 13.1773 9.00891 12.625C9.00891 12.0727 8.5612 11.625 8.00891 11.625H7.99994ZM11.9955 11.625C11.4432 11.625 10.9955 12.0727 10.9955 12.625C10.9955 13.1773 11.4432 13.625 11.9955 13.625H12.0044C12.5567 13.625 13.0044 13.1773 13.0044 12.625C13.0044 12.0727 12.5567 11.625 12.0044 11.625H11.9955ZM15.991 11.625C15.4387 11.625 14.991 12.0727 14.991 12.625C14.991 13.1773 15.4387 13.625 15.991 13.625H15.9999C16.5522 13.625 16.9999 13.1773 16.9999 12.625C16.9999 12.0727 16.5522 11.625 15.9999 11.625H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-user-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.2499 4C15.2499 2.48122 16.4811 1.25 17.9999 1.25C19.5187 1.25 20.7499 2.48122 20.7499 4C20.7499 5.51878 19.5187 6.75 17.9999 6.75C16.4811 6.75 15.2499 5.51878 15.2499 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2107 8.00115C16.9194 6.99962 19.0804 6.99962 20.7891 8.00115C21.0987 8.17229 21.8054 8.56435 22.1793 8.92458C22.4121 9.14895 22.6901 9.49583 22.7417 9.96046C22.7986 10.4733 22.5615 10.9155 22.1962 11.2581C21.6367 11.7828 20.915 12.25 19.9595 12.25H16.0403C15.0848 12.25 14.3632 11.7828 13.8036 11.2581C13.4383 10.9155 13.2012 10.4733 13.2582 9.96046C13.3097 9.49583 13.5877 9.14895 13.8206 8.92458C14.1944 8.56435 14.9012 8.17229 15.2107 8.00115Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.8825 2.40257C13.7966 2.2928 13.6127 2.28608 13.245 2.27265C12.0904 2.23046 10.9149 2.24725 9.77946 2.32273C5.21281 2.62629 1.58953 6.31258 1.29161 10.9224C1.23588 11.7848 1.23588 12.6768 1.29161 13.5392C1.40253 15.2556 2.15129 16.804 2.98362 18.0604C3.23295 18.5419 3.10304 19.2641 2.63671 20.1478L2.61523 20.1885C2.45855 20.4852 2.30517 20.7757 2.21669 21.0234C2.12294 21.2858 2.02604 21.7025 2.26772 22.1145C2.48977 22.4931 2.84456 22.6318 3.13133 22.6873C3.36942 22.7334 3.66136 22.7403 3.93525 22.7469L3.98098 22.748C5.40073 22.7825 6.40118 22.3726 7.19361 21.7883L7.28888 21.7181C7.4084 21.6302 7.46816 21.5862 7.54585 21.5766C7.62355 21.567 7.69184 21.5948 7.82842 21.6505C7.89607 21.678 7.97214 21.7093 8.0582 21.7448C8.59959 21.9677 9.21453 22.1013 9.77946 22.1389C11.2367 22.2357 12.7599 22.2359 14.2202 22.1389C18.7868 21.8353 22.4101 18.149 22.708 13.5392C22.7169 13.4013 22.7214 13.3324 22.714 13.2945C22.6793 13.1152 22.5219 13.0156 22.345 13.061C22.3076 13.0706 22.2362 13.1102 22.0934 13.1896C21.5108 13.5132 20.8024 13.75 19.96 13.75H16.0408C14.547 13.75 13.4747 13.0055 12.778 12.3522C12.1887 11.7996 11.6428 10.9205 11.7678 9.79492C11.8763 8.8178 12.4478 8.16478 12.7803 7.8444C13.1001 7.53626 13.6133 7.2012 14.0311 6.95028C14.3041 6.78632 14.4406 6.70434 14.4724 6.58841C14.5042 6.47248 14.4219 6.31975 14.2571 6.01429C13.9339 5.41481 13.7504 4.72883 13.7504 4C13.7504 3.70086 13.7813 3.40894 13.8401 3.12725C13.9257 2.71731 13.9685 2.51234 13.8825 2.40257ZM8.49991 15.75C8.08569 15.75 7.74991 15.4142 7.74991 15C7.74991 14.5858 8.08569 14.25 8.49991 14.25H15.4999C15.9141 14.25 16.2499 14.5858 16.2499 15C16.2499 15.4142 15.9141 15.75 15.4999 15.75H8.49991ZM8.49991 10.75C8.08569 10.75 7.74991 10.4142 7.74991 10C7.74991 9.58579 8.08569 9.25 8.49991 9.25H9.7187C10.1329 9.25 10.4687 9.58579 10.4687 10C10.4687 10.4142 10.1329 10.75 9.7187 10.75H8.49991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.2499 4C15.2499 2.48122 16.4811 1.25 17.9999 1.25C19.5187 1.25 20.7499 2.48122 20.7499 4C20.7499 5.51878 19.5187 6.75 17.9999 6.75C16.4811 6.75 15.2499 5.51878 15.2499 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2107 8.00115C16.9194 6.99962 19.0804 6.99962 20.7891 8.00115C21.0987 8.17229 21.8054 8.56435 22.1793 8.92458C22.4121 9.14895 22.6901 9.49583 22.7417 9.96046C22.7986 10.4733 22.5615 10.9155 22.1962 11.2581C21.6367 11.7828 20.915 12.25 19.9595 12.25H16.0403C15.0848 12.25 14.3632 11.7828 13.8036 11.2581C13.4383 10.9155 13.2012 10.4733 13.2582 9.96046C13.3097 9.49583 13.5877 9.14895 13.8206 8.92458C14.1944 8.56435 14.9012 8.17229 15.2107 8.00115Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.8825 2.40257C13.7966 2.2928 13.6127 2.28608 13.245 2.27265C12.0904 2.23046 10.9149 2.24725 9.77946 2.32273C5.21281 2.62629 1.58953 6.31258 1.29161 10.9224C1.23588 11.7848 1.23588 12.6768 1.29161 13.5392C1.40253 15.2556 2.15129 16.804 2.98362 18.0604C3.23295 18.5419 3.10304 19.2641 2.63671 20.1478L2.61523 20.1885C2.45855 20.4852 2.30517 20.7757 2.21669 21.0234C2.12294 21.2858 2.02604 21.7025 2.26772 22.1145C2.48977 22.4931 2.84456 22.6318 3.13133 22.6873C3.36942 22.7334 3.66136 22.7403 3.93525 22.7469L3.98098 22.748C5.40073 22.7825 6.40118 22.3726 7.19361 21.7883L7.28888 21.7181C7.4084 21.6302 7.46816 21.5862 7.54585 21.5766C7.62355 21.567 7.69184 21.5948 7.82842 21.6505C7.89607 21.678 7.97214 21.7093 8.0582 21.7448C8.59959 21.9677 9.21453 22.1013 9.77946 22.1389C11.2367 22.2357 12.7599 22.2359 14.2202 22.1389C18.7868 21.8353 22.4101 18.149 22.708 13.5392C22.7169 13.4013 22.7214 13.3324 22.714 13.2945C22.6793 13.1152 22.5219 13.0156 22.345 13.061C22.3076 13.0706 22.2362 13.1102 22.0934 13.1896C21.5108 13.5132 20.8024 13.75 19.96 13.75H16.0408C14.547 13.75 13.4747 13.0055 12.778 12.3522C12.1887 11.7996 11.6428 10.9205 11.7678 9.79492C11.8763 8.8178 12.4478 8.16478 12.7803 7.8444C13.1001 7.53626 13.6133 7.2012 14.0311 6.95028C14.3041 6.78632 14.4406 6.70434 14.4724 6.58841C14.5042 6.47248 14.4219 6.31975 14.2571 6.01429C13.9339 5.41481 13.7504 4.72883 13.7504 4C13.7504 3.70086 13.7813 3.40894 13.8401 3.12725C13.9257 2.71731 13.9685 2.51234 13.8825 2.40257ZM8.49991 15.75C8.08569 15.75 7.74991 15.4142 7.74991 15C7.74991 14.5858 8.08569 14.25 8.49991 14.25H15.4999C15.9141 14.25 16.2499 14.5858 16.2499 15C16.2499 15.4142 15.9141 15.75 15.4999 15.75H8.49991ZM8.49991 10.75C8.08569 10.75 7.74991 10.4142 7.74991 10C7.74991 9.58579 8.08569 9.25 8.49991 9.25H9.7187C10.1329 9.25 10.4687 9.58579 10.4687 10C10.4687 10.4142 10.1329 10.75 9.7187 10.75H8.49991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-message-user-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.25 4C15.25 2.48122 16.4812 1.25 18 1.25C19.5188 1.25 20.75 2.48122 20.75 4C20.75 5.51878 19.5188 6.75 18 6.75C16.4812 6.75 15.25 5.51878 15.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2108 8.00115C16.9195 6.99962 19.0805 6.99962 20.7892 8.00115C21.0988 8.17229 21.8055 8.56435 22.1794 8.92458C22.4122 9.14895 22.6902 9.49583 22.7418 9.96046C22.7987 10.4733 22.5616 10.9155 22.1963 11.2581C21.6367 11.7828 20.9151 12.25 19.9596 12.25H16.0404C15.0849 12.25 14.3633 11.7828 13.8037 11.2581C13.4384 10.9155 13.2013 10.4733 13.2582 9.96046C13.3098 9.49583 13.5878 9.14895 13.8207 8.92458C14.1945 8.56435 14.9013 8.17229 15.2108 8.00115Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.8823 2.40257C13.7964 2.2928 13.6125 2.28608 13.2448 2.27265C12.0902 2.23046 10.9147 2.24725 9.77927 2.32273C5.21262 2.62629 1.58934 6.31258 1.29142 10.9224C1.23569 11.7848 1.23569 12.6768 1.29142 13.5392C1.40234 15.2556 2.1511 16.804 2.98343 18.0604C3.23276 18.5419 3.10285 19.2641 2.63652 20.1478L2.61504 20.1885C2.45836 20.4852 2.30498 20.7757 2.2165 21.0234C2.12275 21.2858 2.02585 21.7025 2.26753 22.1145C2.48958 22.4931 2.84437 22.6318 3.13114 22.6873C3.36923 22.7334 3.66117 22.7403 3.93506 22.7469L3.98079 22.748C5.40054 22.7825 6.40099 22.3726 7.19342 21.7883L7.28869 21.7181C7.40821 21.6302 7.46797 21.5862 7.54566 21.5766C7.62336 21.567 7.69165 21.5948 7.82823 21.6505C7.89588 21.678 7.97195 21.7093 8.05801 21.7448C8.5994 21.9677 9.21434 22.1013 9.77927 22.1389C11.2365 22.2357 12.7597 22.2359 14.22 22.1389C18.7866 21.8353 22.4099 18.149 22.7078 13.5392C22.7167 13.4013 22.7212 13.3324 22.7138 13.2945C22.6791 13.1152 22.5217 13.0156 22.3448 13.061C22.3074 13.0706 22.236 13.1102 22.0932 13.1896C21.5106 13.5132 20.8023 13.75 19.9598 13.75H16.0406C14.5468 13.75 13.4745 13.0055 12.7778 12.3522C12.1885 11.7996 11.6426 10.9205 11.7676 9.79492C11.8761 8.8178 12.4476 8.16478 12.7801 7.8444C13.0999 7.53626 13.6132 7.2012 14.0309 6.95028C14.3039 6.78632 14.4404 6.70434 14.4722 6.58841C14.504 6.47248 14.4217 6.31975 14.257 6.01429C13.9337 5.41481 13.7502 4.72883 13.7502 4C13.7502 3.70086 13.7811 3.40894 13.8399 3.12725C13.9255 2.71731 13.9683 2.51234 13.8823 2.40257ZM7.99982 11.5C7.44753 11.5 6.99982 11.9477 6.99982 12.5C6.99982 13.0523 7.44753 13.5 7.99982 13.5H8.00879C8.56107 13.5 9.00879 13.0523 9.00879 12.5C9.00879 11.9477 8.56107 11.5 8.00879 11.5H7.99982Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.25 4C15.25 2.48122 16.4812 1.25 18 1.25C19.5188 1.25 20.75 2.48122 20.75 4C20.75 5.51878 19.5188 6.75 18 6.75C16.4812 6.75 15.25 5.51878 15.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2108 8.00115C16.9195 6.99962 19.0805 6.99962 20.7892 8.00115C21.0988 8.17229 21.8055 8.56435 22.1794 8.92458C22.4122 9.14895 22.6902 9.49583 22.7418 9.96046C22.7987 10.4733 22.5616 10.9155 22.1963 11.2581C21.6367 11.7828 20.9151 12.25 19.9596 12.25H16.0404C15.0849 12.25 14.3633 11.7828 13.8037 11.2581C13.4384 10.9155 13.2013 10.4733 13.2582 9.96046C13.3098 9.49583 13.5878 9.14895 13.8207 8.92458C14.1945 8.56435 14.9013 8.17229 15.2108 8.00115Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.8823 2.40257C13.7964 2.2928 13.6125 2.28608 13.2448 2.27265C12.0902 2.23046 10.9147 2.24725 9.77927 2.32273C5.21262 2.62629 1.58934 6.31258 1.29142 10.9224C1.23569 11.7848 1.23569 12.6768 1.29142 13.5392C1.40234 15.2556 2.1511 16.804 2.98343 18.0604C3.23276 18.5419 3.10285 19.2641 2.63652 20.1478L2.61504 20.1885C2.45836 20.4852 2.30498 20.7757 2.2165 21.0234C2.12275 21.2858 2.02585 21.7025 2.26753 22.1145C2.48958 22.4931 2.84437 22.6318 3.13114 22.6873C3.36923 22.7334 3.66117 22.7403 3.93506 22.7469L3.98079 22.748C5.40054 22.7825 6.40099 22.3726 7.19342 21.7883L7.28869 21.7181C7.40821 21.6302 7.46797 21.5862 7.54566 21.5766C7.62336 21.567 7.69165 21.5948 7.82823 21.6505C7.89588 21.678 7.97195 21.7093 8.05801 21.7448C8.5994 21.9677 9.21434 22.1013 9.77927 22.1389C11.2365 22.2357 12.7597 22.2359 14.22 22.1389C18.7866 21.8353 22.4099 18.149 22.7078 13.5392C22.7167 13.4013 22.7212 13.3324 22.7138 13.2945C22.6791 13.1152 22.5217 13.0156 22.3448 13.061C22.3074 13.0706 22.236 13.1102 22.0932 13.1896C21.5106 13.5132 20.8023 13.75 19.9598 13.75H16.0406C14.5468 13.75 13.4745 13.0055 12.7778 12.3522C12.1885 11.7996 11.6426 10.9205 11.7676 9.79492C11.8761 8.8178 12.4476 8.16478 12.7801 7.8444C13.0999 7.53626 13.6132 7.2012 14.0309 6.95028C14.3039 6.78632 14.4404 6.70434 14.4722 6.58841C14.504 6.47248 14.4217 6.31975 14.257 6.01429C13.9337 5.41481 13.7502 4.72883 13.7502 4C13.7502 3.70086 13.7811 3.40894 13.8399 3.12725C13.9255 2.71731 13.9683 2.51234 13.8823 2.40257ZM7.99982 11.5C7.44753 11.5 6.99982 11.9477 6.99982 12.5C6.99982 13.0523 7.44753 13.5 7.99982 13.5H8.00879C8.56107 13.5 9.00879 13.0523 9.00879 12.5C9.00879 11.9477 8.56107 11.5 8.00879 11.5H7.99982Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-sent{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5973 2.54257C21.1299 2.03918 20.397 1.85063 19.6968 1.78314C18.9611 1.71223 18.08 1.75939 17.1313 1.88382C15.2288 2.13337 12.9302 2.71102 10.7222 3.42176C8.51281 4.13295 6.35914 4.98865 4.74626 5.80847C3.94355 6.21648 3.24734 6.62932 2.74121 7.02586C2.48919 7.22331 2.25922 7.436 2.08623 7.66237C1.92123 7.87829 1.74764 8.18549 1.75002 8.55582C1.75629 9.5279 2.41829 10.2149 3.12327 10.676C3.84284 11.1467 4.77998 11.5014 5.71161 11.7792C6.65324 12.06 7.64346 12.2776 8.49473 12.454C8.55052 12.4655 8.66203 12.4886 8.79867 12.5168C9.31323 12.6231 9.57051 12.6763 9.81237 12.6039C10.0542 12.5315 10.2402 12.3456 10.612 11.9737L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289C16.0976 8.68342 16.0976 9.31659 15.7071 9.70711L12.2745 13.1397C11.8954 13.5188 11.7059 13.7083 11.6342 13.9543C11.5624 14.2003 11.6203 14.4614 11.736 14.9837C12.1844 17.0084 12.5738 18.6815 12.9623 19.8071C13.1892 20.4645 13.4445 21.0336 13.7678 21.4533C14.1052 21.8913 14.5642 22.2222 15.1683 22.2489C15.5444 22.2655 15.8571 22.0938 16.0715 21.9344C16.2975 21.7666 16.51 21.5414 16.7071 21.2953C17.1031 20.8005 17.5192 20.1159 17.9332 19.3247C18.7652 17.7347 19.6462 15.6028 20.3917 13.4096C21.1368 11.2173 21.7577 8.9306 22.0568 7.0301C22.206 6.0823 22.2798 5.20207 22.2388 4.46477C22.1999 3.76556 22.0509 3.03106 21.5973 2.54257Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5973 2.54257C21.1299 2.03918 20.397 1.85063 19.6968 1.78314C18.9611 1.71223 18.08 1.75939 17.1313 1.88382C15.2288 2.13337 12.9302 2.71102 10.7222 3.42176C8.51281 4.13295 6.35914 4.98865 4.74626 5.80847C3.94355 6.21648 3.24734 6.62932 2.74121 7.02586C2.48919 7.22331 2.25922 7.436 2.08623 7.66237C1.92123 7.87829 1.74764 8.18549 1.75002 8.55582C1.75629 9.5279 2.41829 10.2149 3.12327 10.676C3.84284 11.1467 4.77998 11.5014 5.71161 11.7792C6.65324 12.06 7.64346 12.2776 8.49473 12.454C8.55052 12.4655 8.66203 12.4886 8.79867 12.5168C9.31323 12.6231 9.57051 12.6763 9.81237 12.6039C10.0542 12.5315 10.2402 12.3456 10.612 11.9737L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289C16.0976 8.68342 16.0976 9.31659 15.7071 9.70711L12.2745 13.1397C11.8954 13.5188 11.7059 13.7083 11.6342 13.9543C11.5624 14.2003 11.6203 14.4614 11.736 14.9837C12.1844 17.0084 12.5738 18.6815 12.9623 19.8071C13.1892 20.4645 13.4445 21.0336 13.7678 21.4533C14.1052 21.8913 14.5642 22.2222 15.1683 22.2489C15.5444 22.2655 15.8571 22.0938 16.0715 21.9344C16.2975 21.7666 16.51 21.5414 16.7071 21.2953C17.1031 20.8005 17.5192 20.1159 17.9332 19.3247C18.7652 17.7347 19.6462 15.6028 20.3917 13.4096C21.1368 11.2173 21.7577 8.9306 22.0568 7.0301C22.206 6.0823 22.2798 5.20207 22.2388 4.46477C22.1999 3.76556 22.0509 3.03106 21.5973 2.54257Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-communication-icons-telephone{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1052 8.25314C14.7551 8.64329 15.2504 9.30066 15.2504 10.211C15.2504 10.5505 15.3168 10.6797 15.3554 10.7311C15.391 10.7784 15.4781 10.8605 15.7531 10.9337C16.4838 11.1283 17.1231 11.4312 17.7411 11.8701L19.7626 13.3056C20.5578 13.8699 21.14 14.2831 21.4618 14.9598C21.7519 15.5698 21.7513 16.266 21.7505 17.1816L21.7504 17.3799C21.7504 18.2964 21.7504 19.0517 21.678 19.6519C21.6025 20.2779 21.4381 20.8419 21.0294 21.3098C20.5066 21.9083 19.6664 22.0997 19.0141 22.1791C18.4199 22.2513 17.7874 22.2484 17.3098 22.2462H17.3095H17.3092C17.2326 22.2458 17.1599 22.2455 17.0921 22.2455H6.90872C6.81808 22.2455 6.71765 22.2465 6.61003 22.2476C6.15141 22.2521 5.55884 22.2579 5.00463 22.1944C4.34419 22.1187 3.50928 21.9256 2.97135 21.3098C2.56266 20.8419 2.3983 20.2779 2.32277 19.6519C2.25035 19.0517 2.25037 18.2963 2.25039 17.3798L2.2503 17.1816C2.24947 16.266 2.24884 15.5698 2.53892 14.9598C2.86072 14.2831 3.44293 13.8699 4.23803 13.3057L6.25966 11.8701C6.88269 11.4276 7.52283 11.1268 8.24773 10.9337C8.5227 10.8605 8.60981 10.7784 8.64535 10.7311C8.68396 10.6797 8.75039 10.5505 8.75039 10.211C8.75039 9.33407 9.27075 8.70258 9.88844 8.32229C10.4955 7.94854 11.2581 7.76798 11.9831 7.75128C12.7064 7.73462 13.4822 7.87917 14.1052 8.25314ZM9.25021 16.5C9.25021 14.9812 10.4814 13.75 12.0002 13.75C13.519 13.75 14.7502 14.9812 14.7502 16.5C14.7502 18.0188 13.519 19.25 12.0002 19.25C10.4814 19.25 9.25021 18.0188 9.25021 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75444 2.47654C10.1475 1.50782 13.8529 1.50782 17.246 2.47654C18.6393 2.87436 19.6552 3.37335 20.5823 3.9756C22.2353 5.04933 22.9051 6.95705 22.7201 8.73287C22.6658 9.25395 22.4149 9.71591 21.9805 9.99514C21.5535 10.2697 21.0414 10.3086 20.5685 10.1772C20.4652 10.1485 20.3608 10.1197 20.2559 10.0907C19.897 9.99158 19.5302 9.8903 19.1673 9.78268C18.447 9.56903 17.8474 9.29139 17.4307 8.76293C17.0255 8.24895 16.8815 7.60457 16.7858 6.89974L16.4832 4.67133C16.4563 4.47262 16.4428 4.37326 16.3783 4.30368C16.3137 4.23409 16.2178 4.2136 16.0259 4.1726C13.3883 3.60913 10.6121 3.60913 7.97449 4.1726C7.78261 4.2136 7.68666 4.23409 7.62215 4.30368C7.55763 4.37326 7.54414 4.47262 7.51716 4.67133L7.21463 6.89974C7.11894 7.60457 6.97489 8.24895 6.56967 8.76293C6.15304 9.29139 5.55339 9.56903 4.83308 9.78268C4.47026 9.8903 4.10346 9.99157 3.74459 10.0907L3.74337 10.091C3.63877 10.1199 3.53485 10.1486 3.4319 10.1772C2.95898 10.3086 2.44691 10.2697 2.01987 9.99514C1.58553 9.71591 1.33461 9.25395 1.28031 8.73287C1.09525 6.95705 1.76512 5.04933 3.4181 3.9756C4.34525 3.37335 5.36107 2.87436 6.75444 2.47654Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1052 8.25314C14.7551 8.64329 15.2504 9.30066 15.2504 10.211C15.2504 10.5505 15.3168 10.6797 15.3554 10.7311C15.391 10.7784 15.4781 10.8605 15.7531 10.9337C16.4838 11.1283 17.1231 11.4312 17.7411 11.8701L19.7626 13.3056C20.5578 13.8699 21.14 14.2831 21.4618 14.9598C21.7519 15.5698 21.7513 16.266 21.7505 17.1816L21.7504 17.3799C21.7504 18.2964 21.7504 19.0517 21.678 19.6519C21.6025 20.2779 21.4381 20.8419 21.0294 21.3098C20.5066 21.9083 19.6664 22.0997 19.0141 22.1791C18.4199 22.2513 17.7874 22.2484 17.3098 22.2462H17.3095H17.3092C17.2326 22.2458 17.1599 22.2455 17.0921 22.2455H6.90872C6.81808 22.2455 6.71765 22.2465 6.61003 22.2476C6.15141 22.2521 5.55884 22.2579 5.00463 22.1944C4.34419 22.1187 3.50928 21.9256 2.97135 21.3098C2.56266 20.8419 2.3983 20.2779 2.32277 19.6519C2.25035 19.0517 2.25037 18.2963 2.25039 17.3798L2.2503 17.1816C2.24947 16.266 2.24884 15.5698 2.53892 14.9598C2.86072 14.2831 3.44293 13.8699 4.23803 13.3057L6.25966 11.8701C6.88269 11.4276 7.52283 11.1268 8.24773 10.9337C8.5227 10.8605 8.60981 10.7784 8.64535 10.7311C8.68396 10.6797 8.75039 10.5505 8.75039 10.211C8.75039 9.33407 9.27075 8.70258 9.88844 8.32229C10.4955 7.94854 11.2581 7.76798 11.9831 7.75128C12.7064 7.73462 13.4822 7.87917 14.1052 8.25314ZM9.25021 16.5C9.25021 14.9812 10.4814 13.75 12.0002 13.75C13.519 13.75 14.7502 14.9812 14.7502 16.5C14.7502 18.0188 13.519 19.25 12.0002 19.25C10.4814 19.25 9.25021 18.0188 9.25021 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75444 2.47654C10.1475 1.50782 13.8529 1.50782 17.246 2.47654C18.6393 2.87436 19.6552 3.37335 20.5823 3.9756C22.2353 5.04933 22.9051 6.95705 22.7201 8.73287C22.6658 9.25395 22.4149 9.71591 21.9805 9.99514C21.5535 10.2697 21.0414 10.3086 20.5685 10.1772C20.4652 10.1485 20.3608 10.1197 20.2559 10.0907C19.897 9.99158 19.5302 9.8903 19.1673 9.78268C18.447 9.56903 17.8474 9.29139 17.4307 8.76293C17.0255 8.24895 16.8815 7.60457 16.7858 6.89974L16.4832 4.67133C16.4563 4.47262 16.4428 4.37326 16.3783 4.30368C16.3137 4.23409 16.2178 4.2136 16.0259 4.1726C13.3883 3.60913 10.6121 3.60913 7.97449 4.1726C7.78261 4.2136 7.68666 4.23409 7.62215 4.30368C7.55763 4.37326 7.54414 4.47262 7.51716 4.67133L7.21463 6.89974C7.11894 7.60457 6.97489 8.24895 6.56967 8.76293C6.15304 9.29139 5.55339 9.56903 4.83308 9.78268C4.47026 9.8903 4.10346 9.99157 3.74459 10.0907L3.74337 10.091C3.63877 10.1199 3.53485 10.1486 3.4319 10.1772C2.95898 10.3086 2.44691 10.2697 2.01987 9.99514C1.58553 9.71591 1.33461 9.25395 1.28031 8.73287C1.09525 6.95705 1.76512 5.04933 3.4181 3.9756C4.34525 3.37335 5.36107 2.87436 6.75444 2.47654Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-anonymous{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.13889 16.125C6.065 16.125 5.19444 16.9645 5.19444 18C5.19444 19.0355 6.065 19.875 7.13889 19.875C8.21278 19.875 9.08333 19.0355 9.08333 18C9.08333 16.9645 8.21278 16.125 7.13889 16.125ZM3.25 18C3.25 15.9289 4.99112 14.25 7.13889 14.25C8.57833 14.25 9.83511 15.0041 10.5075 16.125H13.4925C14.1649 15.0041 15.4217 14.25 16.8611 14.25C19.0089 14.25 20.75 15.9289 20.75 18C20.75 20.0711 19.0089 21.75 16.8611 21.75C14.7133 21.75 12.9722 20.0711 12.9722 18L11.0278 18C11.0278 20.0711 9.28666 21.75 7.13889 21.75C4.99112 21.75 3.25 20.0711 3.25 18ZM16.8611 16.125C15.7872 16.125 14.9167 16.9645 14.9167 18C14.9167 19.0355 15.7872 19.875 16.8611 19.875C17.935 19.875 18.8056 19.0355 18.8056 18C18.8056 16.9645 17.935 16.125 16.8611 16.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.31646 4.59694C5.61042 2.71017 7.67282 1.66363 9.35359 2.59274L9.96859 2.9327C11.2352 3.63285 12.7648 3.63285 14.0314 2.9327L14.6464 2.59274C16.3272 1.66364 18.3896 2.71017 18.6836 4.59693L19.7411 11.3845C19.779 11.6276 19.6951 11.8739 19.5168 12.0435C19.3385 12.213 19.0883 12.2843 18.8473 12.2342C16.732 11.7944 10.9674 11.1664 5.1355 12.2376C4.8965 12.2815 4.65105 12.2069 4.47691 12.0374C4.30278 11.8679 4.22154 11.6246 4.25895 11.3845L5.31646 4.59694Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0005 11.9999C8.22613 11.9999 4.89604 12.6593 2.66477 13.6575C2.18196 13.8735 1.59501 13.6982 1.35376 13.2659C1.11251 12.8337 1.30834 12.3082 1.79114 12.0922C4.3613 10.9424 8.00877 10.25 12.0005 10.25C15.9922 10.25 19.6397 10.9424 22.2098 12.0922C22.6926 12.3082 22.8885 12.8337 22.6472 13.2659C22.406 13.6982 21.819 13.8735 21.3362 13.6575C19.1049 12.6593 15.7748 11.9999 12.0005 11.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.13889 16.125C6.065 16.125 5.19444 16.9645 5.19444 18C5.19444 19.0355 6.065 19.875 7.13889 19.875C8.21278 19.875 9.08333 19.0355 9.08333 18C9.08333 16.9645 8.21278 16.125 7.13889 16.125ZM3.25 18C3.25 15.9289 4.99112 14.25 7.13889 14.25C8.57833 14.25 9.83511 15.0041 10.5075 16.125H13.4925C14.1649 15.0041 15.4217 14.25 16.8611 14.25C19.0089 14.25 20.75 15.9289 20.75 18C20.75 20.0711 19.0089 21.75 16.8611 21.75C14.7133 21.75 12.9722 20.0711 12.9722 18L11.0278 18C11.0278 20.0711 9.28666 21.75 7.13889 21.75C4.99112 21.75 3.25 20.0711 3.25 18ZM16.8611 16.125C15.7872 16.125 14.9167 16.9645 14.9167 18C14.9167 19.0355 15.7872 19.875 16.8611 19.875C17.935 19.875 18.8056 19.0355 18.8056 18C18.8056 16.9645 17.935 16.125 16.8611 16.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.31646 4.59694C5.61042 2.71017 7.67282 1.66363 9.35359 2.59274L9.96859 2.9327C11.2352 3.63285 12.7648 3.63285 14.0314 2.9327L14.6464 2.59274C16.3272 1.66364 18.3896 2.71017 18.6836 4.59693L19.7411 11.3845C19.779 11.6276 19.6951 11.8739 19.5168 12.0435C19.3385 12.213 19.0883 12.2843 18.8473 12.2342C16.732 11.7944 10.9674 11.1664 5.1355 12.2376C4.8965 12.2815 4.65105 12.2069 4.47691 12.0374C4.30278 11.8679 4.22154 11.6246 4.25895 11.3845L5.31646 4.59694Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0005 11.9999C8.22613 11.9999 4.89604 12.6593 2.66477 13.6575C2.18196 13.8735 1.59501 13.6982 1.35376 13.2659C1.11251 12.8337 1.30834 12.3082 1.79114 12.0922C4.3613 10.9424 8.00877 10.25 12.0005 10.25C15.9922 10.25 19.6397 10.9424 22.2098 12.0922C22.6926 12.3082 22.8885 12.8337 22.6472 13.2659C22.406 13.6982 21.819 13.8735 21.3362 13.6575C19.1049 12.6593 15.7748 11.9999 12.0005 11.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.2497 1.25008C7.8515 1.48501 4.88777 3.30301 3.08718 5.97367L5.69437 7.48254C6.96339 5.70584 8.96116 4.48776 11.2497 4.26736V1.25008Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.33602 7.27515C1.64057 8.70178 1.25024 10.3052 1.25024 12C1.25024 13.6948 1.64057 15.2982 2.33601 16.7248L4.94323 15.216C4.49806 14.236 4.25007 13.147 4.25007 12C4.25007 10.853 4.49806 9.764 4.94324 8.78403L2.33602 7.27515Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.08718 18.0263C4.88777 20.697 7.85149 22.515 11.2497 22.7499V19.7326C8.96115 19.5122 6.96338 18.2942 5.69436 16.5175L3.08718 18.0263Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.7497 22.75C16.1483 22.5154 19.1124 20.6973 20.9132 18.0264L18.3058 16.5174C17.0366 18.2943 15.0385 19.5125 12.7497 19.7327V22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.6644 16.725C22.3599 15.2983 22.7502 13.6948 22.7502 12C22.7502 10.3052 22.3599 8.70169 21.6644 7.27503L19.0569 8.78407C19.5021 9.76403 19.7501 10.853 19.7501 12C19.7501 13.147 19.5021 14.236 19.0569 15.2159L21.6644 16.725Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9132 5.97356C19.1124 3.30266 16.1483 1.4846 12.7497 1.25V4.26728C15.0385 4.48749 17.0366 5.70565 18.3058 7.48257L20.9132 5.97356Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2502 12C18.2502 15.4518 15.452 18.25 12.0002 18.25C8.54846 18.25 5.75024 15.4518 5.75024 12C5.75024 8.54822 8.54847 5.75 12.0002 5.75C15.452 5.75 18.2502 8.54822 18.2502 12ZM12.7502 8C12.7502 7.58579 12.4145 7.25 12.0002 7.25C11.586 7.25 11.2502 7.58579 11.2502 8V8.58333H9.50024C9.08603 8.58333 8.75024 8.91912 8.75024 9.33333C8.75024 9.74755 9.08603 10.0833 9.50024 10.0833H9.68774L9.68774 13.9167H9.50024C9.08603 13.9167 8.75024 14.2525 8.75024 14.6667C8.75024 15.0809 9.08603 15.4167 9.50024 15.4167H11.2502V16C11.2502 16.4142 11.586 16.75 12.0002 16.75C12.4145 16.75 12.7502 16.4142 12.7502 16V15.4167H13.5627C14.5396 15.4167 15.2502 14.5868 15.2502 13.6667V13C15.2502 12.6376 15.14 12.2892 14.9467 12C15.14 11.7108 15.2502 11.3624 15.2502 11V10.3333C15.2502 9.41317 14.5396 8.58333 13.5627 8.58333H12.7502V8ZM11.1877 11.25V10.0833H13.5627C13.6214 10.0833 13.7502 10.1489 13.7502 10.3333V11C13.7502 11.1844 13.6214 11.25 13.5627 11.25H11.1877ZM11.1877 12.75H13.5627C13.6214 12.75 13.7502 12.8156 13.7502 13V13.6667C13.7502 13.8511 13.6214 13.9167 13.5627 13.9167H11.1877V12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.2497 1.25008C7.8515 1.48501 4.88777 3.30301 3.08718 5.97367L5.69437 7.48254C6.96339 5.70584 8.96116 4.48776 11.2497 4.26736V1.25008Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.33602 7.27515C1.64057 8.70178 1.25024 10.3052 1.25024 12C1.25024 13.6948 1.64057 15.2982 2.33601 16.7248L4.94323 15.216C4.49806 14.236 4.25007 13.147 4.25007 12C4.25007 10.853 4.49806 9.764 4.94324 8.78403L2.33602 7.27515Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.08718 18.0263C4.88777 20.697 7.85149 22.515 11.2497 22.7499V19.7326C8.96115 19.5122 6.96338 18.2942 5.69436 16.5175L3.08718 18.0263Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.7497 22.75C16.1483 22.5154 19.1124 20.6973 20.9132 18.0264L18.3058 16.5174C17.0366 18.2943 15.0385 19.5125 12.7497 19.7327V22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.6644 16.725C22.3599 15.2983 22.7502 13.6948 22.7502 12C22.7502 10.3052 22.3599 8.70169 21.6644 7.27503L19.0569 8.78407C19.5021 9.76403 19.7501 10.853 19.7501 12C19.7501 13.147 19.5021 14.236 19.0569 15.2159L21.6644 16.725Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9132 5.97356C19.1124 3.30266 16.1483 1.4846 12.7497 1.25V4.26728C15.0385 4.48749 17.0366 5.70565 18.3058 7.48257L20.9132 5.97356Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2502 12C18.2502 15.4518 15.452 18.25 12.0002 18.25C8.54846 18.25 5.75024 15.4518 5.75024 12C5.75024 8.54822 8.54847 5.75 12.0002 5.75C15.452 5.75 18.2502 8.54822 18.2502 12ZM12.7502 8C12.7502 7.58579 12.4145 7.25 12.0002 7.25C11.586 7.25 11.2502 7.58579 11.2502 8V8.58333H9.50024C9.08603 8.58333 8.75024 8.91912 8.75024 9.33333C8.75024 9.74755 9.08603 10.0833 9.50024 10.0833H9.68774L9.68774 13.9167H9.50024C9.08603 13.9167 8.75024 14.2525 8.75024 14.6667C8.75024 15.0809 9.08603 15.4167 9.50024 15.4167H11.2502V16C11.2502 16.4142 11.586 16.75 12.0002 16.75C12.4145 16.75 12.7502 16.4142 12.7502 16V15.4167H13.5627C14.5396 15.4167 15.2502 14.5868 15.2502 13.6667V13C15.2502 12.6376 15.14 12.2892 14.9467 12C15.14 11.7108 15.2502 11.3624 15.2502 11V10.3333C15.2502 9.41317 14.5396 8.58333 13.5627 8.58333H12.7502V8ZM11.1877 11.25V10.0833H13.5627C13.6214 10.0833 13.7502 10.1489 13.7502 10.3333V11C13.7502 11.1844 13.6214 11.25 13.5627 11.25H11.1877ZM11.1877 12.75H13.5627C13.6214 12.75 13.7502 12.8156 13.7502 13V13.6667C13.7502 13.8511 13.6214 13.9167 13.5627 13.9167H11.1877V12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 2.75C10.5 1.92157 11.1716 1.25 12 1.25C12.8284 1.25 13.5 1.92157 13.5 2.75C13.5 3.30521 13.1984 3.78997 12.75 4.04933V5.5C12.75 5.91421 12.4142 6.25 12 6.25C11.5858 6.25 11.25 5.91421 11.25 5.5V4.04933C10.8016 3.78997 10.5 3.30521 10.5 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 2.75C4.25 1.92157 4.92157 1.25 5.75 1.25C6.57843 1.25 7.25 1.92157 7.25 2.75C7.25 3.30521 6.94835 3.78997 6.5 4.04933V5.13953L7.46852 5.91435C7.79197 6.17311 7.84441 6.64507 7.58565 6.96852C7.32689 7.29197 6.85493 7.34441 6.53148 7.08565L5.28148 6.08565C5.10357 5.94332 5 5.72784 5 5.5V4.04933C4.55165 3.78997 4.25 3.30521 4.25 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.75 2.75C19.75 1.92157 19.0784 1.25 18.25 1.25C17.4216 1.25 16.75 1.92157 16.75 2.75C16.75 3.30521 17.0516 3.78997 17.5 4.04933V5.13953L16.5315 5.91435C16.208 6.17311 16.1556 6.64507 16.4143 6.96852C16.6731 7.29197 17.1451 7.34441 17.4685 7.08565L18.7185 6.08565C18.8964 5.94332 19 5.72784 19 5.5V4.04933C19.4484 3.78997 19.75 3.30521 19.75 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C16.2802 22.75 19.75 19.2802 19.75 15C19.75 10.7198 16.2802 7.25 12 7.25C7.71979 7.25 4.25 10.7198 4.25 15C4.25 19.2802 7.71979 22.75 12 22.75ZM12.75 11C12.75 10.5858 12.4142 10.25 12 10.25C11.5858 10.25 11.25 10.5858 11.25 11V11.5833H9.5C9.08579 11.5833 8.75 11.9191 8.75 12.3333C8.75 12.7475 9.08579 13.0833 9.5 13.0833H9.6875V16.9167H9.5C9.08579 16.9167 8.75 17.2525 8.75 17.6667C8.75 18.0809 9.08579 18.4167 9.5 18.4167H11.25V19C11.25 19.4142 11.5858 19.75 12 19.75C12.4142 19.75 12.75 19.4142 12.75 19V18.4167H13.5625C14.5393 18.4167 15.25 17.5868 15.25 16.6667V16C15.25 15.6376 15.1398 15.2892 14.9465 15C15.1398 14.7108 15.25 14.3624 15.25 14V13.3333C15.25 12.4132 14.5393 11.5833 13.5625 11.5833H12.75V11ZM11.1875 14.25V13.0833H13.5625C13.6212 13.0833 13.75 13.1489 13.75 13.3333V14C13.75 14.1844 13.6212 14.25 13.5625 14.25H11.1875ZM11.1875 15.75H13.5625C13.6212 15.75 13.75 15.8156 13.75 16V16.6667C13.75 16.8511 13.6212 16.9167 13.5625 16.9167H11.1875V15.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 2.75C10.5 1.92157 11.1716 1.25 12 1.25C12.8284 1.25 13.5 1.92157 13.5 2.75C13.5 3.30521 13.1984 3.78997 12.75 4.04933V5.5C12.75 5.91421 12.4142 6.25 12 6.25C11.5858 6.25 11.25 5.91421 11.25 5.5V4.04933C10.8016 3.78997 10.5 3.30521 10.5 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 2.75C4.25 1.92157 4.92157 1.25 5.75 1.25C6.57843 1.25 7.25 1.92157 7.25 2.75C7.25 3.30521 6.94835 3.78997 6.5 4.04933V5.13953L7.46852 5.91435C7.79197 6.17311 7.84441 6.64507 7.58565 6.96852C7.32689 7.29197 6.85493 7.34441 6.53148 7.08565L5.28148 6.08565C5.10357 5.94332 5 5.72784 5 5.5V4.04933C4.55165 3.78997 4.25 3.30521 4.25 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.75 2.75C19.75 1.92157 19.0784 1.25 18.25 1.25C17.4216 1.25 16.75 1.92157 16.75 2.75C16.75 3.30521 17.0516 3.78997 17.5 4.04933V5.13953L16.5315 5.91435C16.208 6.17311 16.1556 6.64507 16.4143 6.96852C16.6731 7.29197 17.1451 7.34441 17.4685 7.08565L18.7185 6.08565C18.8964 5.94332 19 5.72784 19 5.5V4.04933C19.4484 3.78997 19.75 3.30521 19.75 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C16.2802 22.75 19.75 19.2802 19.75 15C19.75 10.7198 16.2802 7.25 12 7.25C7.71979 7.25 4.25 10.7198 4.25 15C4.25 19.2802 7.71979 22.75 12 22.75ZM12.75 11C12.75 10.5858 12.4142 10.25 12 10.25C11.5858 10.25 11.25 10.5858 11.25 11V11.5833H9.5C9.08579 11.5833 8.75 11.9191 8.75 12.3333C8.75 12.7475 9.08579 13.0833 9.5 13.0833H9.6875V16.9167H9.5C9.08579 16.9167 8.75 17.2525 8.75 17.6667C8.75 18.0809 9.08579 18.4167 9.5 18.4167H11.25V19C11.25 19.4142 11.5858 19.75 12 19.75C12.4142 19.75 12.75 19.4142 12.75 19V18.4167H13.5625C14.5393 18.4167 15.25 17.5868 15.25 16.6667V16C15.25 15.6376 15.1398 15.2892 14.9465 15C15.1398 14.7108 15.25 14.3624 15.25 14V13.3333C15.25 12.4132 14.5393 11.5833 13.5625 11.5833H12.75V11ZM11.1875 14.25V13.0833H13.5625C13.6212 13.0833 13.75 13.1489 13.75 13.3333V14C13.75 14.1844 13.6212 14.25 13.5625 14.25H11.1875ZM11.1875 15.75H13.5625C13.6212 15.75 13.75 15.8156 13.75 16V16.6667C13.75 16.8511 13.6212 16.9167 13.5625 16.9167H11.1875V15.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.95501 13.25C4.5222 13.25 4.12537 13.2499 3.80256 13.2933C3.44708 13.3411 3.07135 13.4535 2.76233 13.7626C2.4533 14.0716 2.34086 14.4473 2.29306 14.8028C2.24966 15.1256 2.24971 15.5224 2.24976 15.9553L2.24976 18.5635C2.24972 18.8917 2.24968 19.1992 2.27963 19.4561C2.31296 19.7421 2.39014 20.0427 2.59732 20.3203C2.8045 20.5979 3.07078 20.7574 3.33545 20.8707C3.57327 20.9725 3.86806 21.06 4.18266 21.1533L9.18156 22.6366C9.90602 22.8516 10.6825 22.7581 11.3375 22.3802L18.853 18.0438C19.7862 17.5054 20.0264 16.2638 19.4049 15.4032C18.712 14.4437 17.5015 14.0209 16.3709 14.3724L16.3694 14.3729L14.244 15.0259C13.9953 15.1023 13.871 15.1405 13.832 15.2122C13.793 15.2839 13.8395 15.4474 13.9325 15.7743C14.0034 16.0236 14.0118 16.2627 13.9997 16.3973C13.9997 17.3786 13.3307 18.171 12.4665 18.4099L9.92556 19.1124C9.00388 19.3673 8.01663 19.2796 7.15364 18.8621L5.53335 18.0781C5.22263 17.9278 5.09262 17.554 5.24296 17.2433C5.3933 16.9326 5.76706 16.8026 6.07777 16.9529L7.69806 17.7369C8.28668 18.0217 8.96194 18.082 9.59245 17.9076L12.1334 17.2051C12.4835 17.1083 12.7497 16.7884 12.7497 16.3973C12.7497 14.9842 11.573 14.6252 10.1738 14.6252L9.13126 14.6251C8.9495 14.6251 8.77114 14.5841 8.61056 14.5064L6.56859 13.5184C6.20297 13.3415 5.80111 13.25 5.39458 13.25L4.95501 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.22193 12.1682C7.10256 12.1104 6.9808 12.0585 6.85709 12.0126C6.46599 11.0865 6.24976 10.0685 6.24976 8.99996C6.24976 4.71975 9.71955 1.24996 13.9998 1.24996C18.28 1.24996 21.7498 4.71975 21.7498 8.99996C21.7498 10.8425 21.1068 12.5349 20.0329 13.8649C18.946 12.8717 17.3987 12.4823 15.9263 12.9398L15.9234 12.9407L13.0682 13.9004C12.958 13.8175 12.8438 13.7432 12.7272 13.677C11.9121 13.2141 10.9463 13.1252 10.1739 13.1252L9.19975 13.1251L7.22193 12.1682ZM14.7498 3.99996C14.7498 3.58574 14.414 3.24996 13.9998 3.24996C13.5855 3.24996 13.2498 3.58574 13.2498 3.99996V4.58329H11.4998C11.0855 4.58329 10.7498 4.91908 10.7498 5.33329C10.7498 5.7475 11.0855 6.08329 11.4998 6.08329H11.6873L11.6873 9.91662H11.4998C11.0855 9.91662 10.7498 10.2524 10.7498 10.6666C10.7498 11.0808 11.0855 11.4166 11.4998 11.4166H13.2498V12C13.2498 12.4142 13.5855 12.75 13.9998 12.75C14.414 12.75 14.7498 12.4142 14.7498 12V11.4166L15.5623 11.4166C16.5391 11.4166 17.2498 10.5868 17.2498 9.66662V8.99996C17.2498 8.63755 17.1395 8.28916 16.9462 7.99996C17.1395 7.71075 17.2498 7.36236 17.2498 6.99996V6.33329C17.2498 5.41312 16.5391 4.58329 15.5623 4.58329H14.7498V3.99996ZM13.1873 7.24996V6.08329H15.5623C15.6209 6.08329 15.7498 6.14889 15.7498 6.33329L15.7498 6.99996C15.7498 7.18436 15.6209 7.24996 15.5623 7.24996H13.1873ZM13.1873 8.74996H15.5623C15.6209 8.74996 15.7498 8.81555 15.7498 8.99996V9.66662C15.7498 9.85103 15.6209 9.91662 15.5623 9.91662L13.1873 9.91662L13.1873 8.74996Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.95501 13.25C4.5222 13.25 4.12537 13.2499 3.80256 13.2933C3.44708 13.3411 3.07135 13.4535 2.76233 13.7626C2.4533 14.0716 2.34086 14.4473 2.29306 14.8028C2.24966 15.1256 2.24971 15.5224 2.24976 15.9553L2.24976 18.5635C2.24972 18.8917 2.24968 19.1992 2.27963 19.4561C2.31296 19.7421 2.39014 20.0427 2.59732 20.3203C2.8045 20.5979 3.07078 20.7574 3.33545 20.8707C3.57327 20.9725 3.86806 21.06 4.18266 21.1533L9.18156 22.6366C9.90602 22.8516 10.6825 22.7581 11.3375 22.3802L18.853 18.0438C19.7862 17.5054 20.0264 16.2638 19.4049 15.4032C18.712 14.4437 17.5015 14.0209 16.3709 14.3724L16.3694 14.3729L14.244 15.0259C13.9953 15.1023 13.871 15.1405 13.832 15.2122C13.793 15.2839 13.8395 15.4474 13.9325 15.7743C14.0034 16.0236 14.0118 16.2627 13.9997 16.3973C13.9997 17.3786 13.3307 18.171 12.4665 18.4099L9.92556 19.1124C9.00388 19.3673 8.01663 19.2796 7.15364 18.8621L5.53335 18.0781C5.22263 17.9278 5.09262 17.554 5.24296 17.2433C5.3933 16.9326 5.76706 16.8026 6.07777 16.9529L7.69806 17.7369C8.28668 18.0217 8.96194 18.082 9.59245 17.9076L12.1334 17.2051C12.4835 17.1083 12.7497 16.7884 12.7497 16.3973C12.7497 14.9842 11.573 14.6252 10.1738 14.6252L9.13126 14.6251C8.9495 14.6251 8.77114 14.5841 8.61056 14.5064L6.56859 13.5184C6.20297 13.3415 5.80111 13.25 5.39458 13.25L4.95501 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.22193 12.1682C7.10256 12.1104 6.9808 12.0585 6.85709 12.0126C6.46599 11.0865 6.24976 10.0685 6.24976 8.99996C6.24976 4.71975 9.71955 1.24996 13.9998 1.24996C18.28 1.24996 21.7498 4.71975 21.7498 8.99996C21.7498 10.8425 21.1068 12.5349 20.0329 13.8649C18.946 12.8717 17.3987 12.4823 15.9263 12.9398L15.9234 12.9407L13.0682 13.9004C12.958 13.8175 12.8438 13.7432 12.7272 13.677C11.9121 13.2141 10.9463 13.1252 10.1739 13.1252L9.19975 13.1251L7.22193 12.1682ZM14.7498 3.99996C14.7498 3.58574 14.414 3.24996 13.9998 3.24996C13.5855 3.24996 13.2498 3.58574 13.2498 3.99996V4.58329H11.4998C11.0855 4.58329 10.7498 4.91908 10.7498 5.33329C10.7498 5.7475 11.0855 6.08329 11.4998 6.08329H11.6873L11.6873 9.91662H11.4998C11.0855 9.91662 10.7498 10.2524 10.7498 10.6666C10.7498 11.0808 11.0855 11.4166 11.4998 11.4166H13.2498V12C13.2498 12.4142 13.5855 12.75 13.9998 12.75C14.414 12.75 14.7498 12.4142 14.7498 12V11.4166L15.5623 11.4166C16.5391 11.4166 17.2498 10.5868 17.2498 9.66662V8.99996C17.2498 8.63755 17.1395 8.28916 16.9462 7.99996C17.1395 7.71075 17.2498 7.36236 17.2498 6.99996V6.33329C17.2498 5.41312 16.5391 4.58329 15.5623 4.58329H14.7498V3.99996ZM13.1873 7.24996V6.08329H15.5623C15.6209 6.08329 15.7498 6.14889 15.7498 6.33329L15.7498 6.99996C15.7498 7.18436 15.6209 7.24996 15.5623 7.24996H13.1873ZM13.1873 8.74996H15.5623C15.6209 8.74996 15.7498 8.81555 15.7498 8.99996V9.66662C15.7498 9.85103 15.6209 9.91662 15.5623 9.91662L13.1873 9.91662L13.1873 8.74996Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.52019 1.87427C4.70117 1.48061 6.28497 1.25 8 1.25C9.71503 1.25 11.2988 1.48061 12.4798 1.87427C13.0664 2.0698 13.5952 2.31915 13.9927 2.63245C14.3818 2.93909 14.75 3.39556 14.75 4C14.75 4.60444 14.3818 5.06091 13.9927 5.36755C13.5952 5.68085 13.0664 5.9302 12.4798 6.12573C11.2988 6.51939 9.71503 6.75 8 6.75C6.28497 6.75 4.70117 6.51939 3.52019 6.12573C2.93362 5.9302 2.40483 5.68085 2.00728 5.36755C1.61818 5.06091 1.25 4.60444 1.25 4C1.25 3.39556 1.61818 2.93909 2.00728 2.63245C2.40483 2.31915 2.93362 2.0698 3.52019 1.87427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.17857 11.7291C3.1826 11.7335 3.18721 11.7383 3.19246 11.7436C3.27415 11.8261 3.44305 11.9487 3.73691 12.0834C4.32023 12.3507 5.20834 12.5807 6.30504 12.7018C6.83446 12.7603 7.21688 13.2425 7.15918 13.7788C7.10148 14.3152 6.62553 14.7026 6.0961 14.6442C4.87844 14.5097 3.7734 14.2445 2.94218 13.8636C2.52876 13.6742 2.13503 13.4345 1.83091 13.1274C1.52361 12.817 1.25 12.3742 1.25 11.8155V4H3.17857V7.82199C3.1941 7.83872 3.21818 7.862 3.25432 7.89166C3.41348 8.02227 3.70283 8.18373 4.14708 8.33956C5.02607 8.64786 6.30577 8.86314 7.77599 8.88314C8.30851 8.89039 8.7344 9.33361 8.72725 9.8731C8.7201 10.4126 8.28261 10.8441 7.7501 10.8368C6.13483 10.8149 4.64015 10.5802 3.51613 10.1859C3.40178 10.1458 3.28902 10.1033 3.17857 10.0582V11.7291ZM14.75 4V6.0689C14.75 6.60844 14.3183 7.04583 13.7857 7.04583C13.2532 7.04583 12.8214 6.60844 12.8214 6.0689V4H14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5 22.75C19.5041 22.75 22.75 19.5041 22.75 15.5C22.75 11.4959 19.5041 8.25 15.5 8.25C11.4959 8.25 8.25 11.4959 8.25 15.5C8.25 19.5041 11.4959 22.75 15.5 22.75ZM16.25 11.5C16.25 11.0858 15.9142 10.75 15.5 10.75C15.0858 10.75 14.75 11.0858 14.75 11.5V12.0833H13C12.5858 12.0833 12.25 12.4191 12.25 12.8333C12.25 13.2475 12.5858 13.5833 13 13.5833H13.1875L13.1875 17.4167H13C12.5858 17.4167 12.25 17.7525 12.25 18.1667C12.25 18.5809 12.5858 18.9167 13 18.9167H14.75V19.5C14.75 19.9142 15.0858 20.25 15.5 20.25C15.9142 20.25 16.25 19.9142 16.25 19.5V18.9167H17.0625C18.0393 18.9167 18.75 18.0868 18.75 17.1667V16.5C18.75 16.1376 18.6398 15.7892 18.4465 15.5C18.6398 15.2108 18.75 14.8624 18.75 14.5V13.8333C18.75 12.9132 18.0393 12.0833 17.0625 12.0833H16.25V11.5ZM14.6875 14.75V13.5833H17.0625C17.1212 13.5833 17.25 13.6489 17.25 13.8333V14.5C17.25 14.6844 17.1212 14.75 17.0625 14.75H14.6875ZM14.6875 16.25H17.0625C17.1212 16.25 17.25 16.3156 17.25 16.5V17.1667C17.25 17.3511 17.1212 17.4167 17.0625 17.4167H14.6875L14.6875 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.52019 1.87427C4.70117 1.48061 6.28497 1.25 8 1.25C9.71503 1.25 11.2988 1.48061 12.4798 1.87427C13.0664 2.0698 13.5952 2.31915 13.9927 2.63245C14.3818 2.93909 14.75 3.39556 14.75 4C14.75 4.60444 14.3818 5.06091 13.9927 5.36755C13.5952 5.68085 13.0664 5.9302 12.4798 6.12573C11.2988 6.51939 9.71503 6.75 8 6.75C6.28497 6.75 4.70117 6.51939 3.52019 6.12573C2.93362 5.9302 2.40483 5.68085 2.00728 5.36755C1.61818 5.06091 1.25 4.60444 1.25 4C1.25 3.39556 1.61818 2.93909 2.00728 2.63245C2.40483 2.31915 2.93362 2.0698 3.52019 1.87427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.17857 11.7291C3.1826 11.7335 3.18721 11.7383 3.19246 11.7436C3.27415 11.8261 3.44305 11.9487 3.73691 12.0834C4.32023 12.3507 5.20834 12.5807 6.30504 12.7018C6.83446 12.7603 7.21688 13.2425 7.15918 13.7788C7.10148 14.3152 6.62553 14.7026 6.0961 14.6442C4.87844 14.5097 3.7734 14.2445 2.94218 13.8636C2.52876 13.6742 2.13503 13.4345 1.83091 13.1274C1.52361 12.817 1.25 12.3742 1.25 11.8155V4H3.17857V7.82199C3.1941 7.83872 3.21818 7.862 3.25432 7.89166C3.41348 8.02227 3.70283 8.18373 4.14708 8.33956C5.02607 8.64786 6.30577 8.86314 7.77599 8.88314C8.30851 8.89039 8.7344 9.33361 8.72725 9.8731C8.7201 10.4126 8.28261 10.8441 7.7501 10.8368C6.13483 10.8149 4.64015 10.5802 3.51613 10.1859C3.40178 10.1458 3.28902 10.1033 3.17857 10.0582V11.7291ZM14.75 4V6.0689C14.75 6.60844 14.3183 7.04583 13.7857 7.04583C13.2532 7.04583 12.8214 6.60844 12.8214 6.0689V4H14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5 22.75C19.5041 22.75 22.75 19.5041 22.75 15.5C22.75 11.4959 19.5041 8.25 15.5 8.25C11.4959 8.25 8.25 11.4959 8.25 15.5C8.25 19.5041 11.4959 22.75 15.5 22.75ZM16.25 11.5C16.25 11.0858 15.9142 10.75 15.5 10.75C15.0858 10.75 14.75 11.0858 14.75 11.5V12.0833H13C12.5858 12.0833 12.25 12.4191 12.25 12.8333C12.25 13.2475 12.5858 13.5833 13 13.5833H13.1875L13.1875 17.4167H13C12.5858 17.4167 12.25 17.7525 12.25 18.1667C12.25 18.5809 12.5858 18.9167 13 18.9167H14.75V19.5C14.75 19.9142 15.0858 20.25 15.5 20.25C15.9142 20.25 16.25 19.9142 16.25 19.5V18.9167H17.0625C18.0393 18.9167 18.75 18.0868 18.75 17.1667V16.5C18.75 16.1376 18.6398 15.7892 18.4465 15.5C18.6398 15.2108 18.75 14.8624 18.75 14.5V13.8333C18.75 12.9132 18.0393 12.0833 17.0625 12.0833H16.25V11.5ZM14.6875 14.75V13.5833H17.0625C17.1212 13.5833 17.25 13.6489 17.25 13.8333V14.5C17.25 14.6844 17.1212 14.75 17.0625 14.75H14.6875ZM14.6875 16.25H17.0625C17.1212 16.25 17.25 16.3156 17.25 16.5V17.1667C17.25 17.3511 17.1212 17.4167 17.0625 17.4167H14.6875L14.6875 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-bag{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9996 1.25C11.3523 1.25 10.8873 1.65936 10.641 1.90644C10.5378 2.01 10.4419 2.13129 10.3448 2.25393C10.1612 2.48602 9.97372 2.723 9.72585 2.85411C9.45986 2.99481 9.12847 2.89996 8.84314 2.8183L8.84312 2.8183C8.79246 2.8038 8.74325 2.78972 8.69612 2.77744C8.39818 2.69989 7.94408 2.58244 7.46289 2.64649C7.25379 2.67432 6.97942 2.74083 6.76685 2.9301C6.51511 3.15425 6.47447 3.43315 6.51128 3.64394C6.55607 3.9004 6.71491 4.11086 6.87083 4.31102L7.76315 5.4599L7.80338 5.51191C8.01996 5.79212 8.23862 6.07503 8.5264 6.28636C8.75278 6.4526 9.03923 6.5 9.32009 6.5H14.679C14.9599 6.5 15.2463 6.4526 15.4727 6.28636C15.7605 6.07504 15.9791 5.79215 16.1957 5.51194L16.236 5.4599L17.1283 4.31102C17.2842 4.11086 17.443 3.90039 17.4878 3.64394C17.5246 3.43315 17.484 3.15425 17.2323 2.9301C17.0197 2.74083 16.7453 2.67432 16.5362 2.64649C16.055 2.58244 15.6009 2.69989 15.303 2.77744C15.2559 2.78972 15.2066 2.80381 15.156 2.81831C14.8706 2.89996 14.5393 2.99481 14.2733 2.85411C14.0254 2.723 13.8379 2.48602 13.6543 2.25393C13.5572 2.13129 13.4613 2.01001 13.3581 1.90644C13.1118 1.65936 12.6468 1.25 11.9996 1.25ZM21.4339 16.8954C20.8804 13.5816 19.2507 10.4506 16.8355 8.11274L16.8355 8.11274C16.7348 8.01526 16.6844 7.9665 16.5724 7.88473C16.3473 7.72042 15.945 7.5576 15.6691 7.51914C15.5317 7.5 15.4329 7.5 15.2354 7.5H8.76409C8.56657 7.5 8.46781 7.5 8.33046 7.51914C8.05447 7.5576 7.65216 7.72042 7.42712 7.88473C7.32296 7.96078 7.23045 8.04847 7.13799 8.13796C5.31986 9.89741 3.23574 12.883 2.56564 16.8954C2.28233 18.5918 2.93708 20.0804 4.0623 21.12C5.17625 22.1493 6.75561 22.75 8.40281 22.75H15.5967C17.2439 22.75 18.8233 22.1493 19.9372 21.12C21.0624 20.0804 21.7172 18.5918 21.4339 16.8954ZM12.7498 10.75C12.7498 10.3358 12.414 10 11.9998 10C11.5855 10 11.2498 10.3358 11.2498 10.75V11.5H8.99976C8.58554 11.5 8.24976 11.8358 8.24976 12.25C8.24976 12.6642 8.58554 13 8.99976 13H9.37476V17.5H8.99976C8.58554 17.5 8.24976 17.8358 8.24976 18.25C8.24976 18.6642 8.58554 19 8.99976 19H11.2498V19.75C11.2498 20.1642 11.5855 20.5 11.9998 20.5C12.414 20.5 12.7498 20.1642 12.7498 19.75V19H13.8748C14.9103 19 15.7498 18.1605 15.7498 17.125V16.375C15.7498 15.9529 15.6103 15.5634 15.3749 15.25C15.6103 14.9366 15.7498 14.5471 15.7498 14.125V13.375C15.7498 12.3395 14.9103 11.5 13.8748 11.5H12.7498V10.75ZM10.8748 14.5V13H13.8748C14.0819 13 14.2498 13.1679 14.2498 13.375V14.125C14.2498 14.3321 14.0819 14.5 13.8748 14.5H10.8748ZM10.8748 16H13.8748C14.0819 16 14.2498 16.1679 14.2498 16.375V17.125C14.2498 17.3321 14.0819 17.5 13.8748 17.5H10.8748V16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9996 1.25C11.3523 1.25 10.8873 1.65936 10.641 1.90644C10.5378 2.01 10.4419 2.13129 10.3448 2.25393C10.1612 2.48602 9.97372 2.723 9.72585 2.85411C9.45986 2.99481 9.12847 2.89996 8.84314 2.8183L8.84312 2.8183C8.79246 2.8038 8.74325 2.78972 8.69612 2.77744C8.39818 2.69989 7.94408 2.58244 7.46289 2.64649C7.25379 2.67432 6.97942 2.74083 6.76685 2.9301C6.51511 3.15425 6.47447 3.43315 6.51128 3.64394C6.55607 3.9004 6.71491 4.11086 6.87083 4.31102L7.76315 5.4599L7.80338 5.51191C8.01996 5.79212 8.23862 6.07503 8.5264 6.28636C8.75278 6.4526 9.03923 6.5 9.32009 6.5H14.679C14.9599 6.5 15.2463 6.4526 15.4727 6.28636C15.7605 6.07504 15.9791 5.79215 16.1957 5.51194L16.236 5.4599L17.1283 4.31102C17.2842 4.11086 17.443 3.90039 17.4878 3.64394C17.5246 3.43315 17.484 3.15425 17.2323 2.9301C17.0197 2.74083 16.7453 2.67432 16.5362 2.64649C16.055 2.58244 15.6009 2.69989 15.303 2.77744C15.2559 2.78972 15.2066 2.80381 15.156 2.81831C14.8706 2.89996 14.5393 2.99481 14.2733 2.85411C14.0254 2.723 13.8379 2.48602 13.6543 2.25393C13.5572 2.13129 13.4613 2.01001 13.3581 1.90644C13.1118 1.65936 12.6468 1.25 11.9996 1.25ZM21.4339 16.8954C20.8804 13.5816 19.2507 10.4506 16.8355 8.11274L16.8355 8.11274C16.7348 8.01526 16.6844 7.9665 16.5724 7.88473C16.3473 7.72042 15.945 7.5576 15.6691 7.51914C15.5317 7.5 15.4329 7.5 15.2354 7.5H8.76409C8.56657 7.5 8.46781 7.5 8.33046 7.51914C8.05447 7.5576 7.65216 7.72042 7.42712 7.88473C7.32296 7.96078 7.23045 8.04847 7.13799 8.13796C5.31986 9.89741 3.23574 12.883 2.56564 16.8954C2.28233 18.5918 2.93708 20.0804 4.0623 21.12C5.17625 22.1493 6.75561 22.75 8.40281 22.75H15.5967C17.2439 22.75 18.8233 22.1493 19.9372 21.12C21.0624 20.0804 21.7172 18.5918 21.4339 16.8954ZM12.7498 10.75C12.7498 10.3358 12.414 10 11.9998 10C11.5855 10 11.2498 10.3358 11.2498 10.75V11.5H8.99976C8.58554 11.5 8.24976 11.8358 8.24976 12.25C8.24976 12.6642 8.58554 13 8.99976 13H9.37476V17.5H8.99976C8.58554 17.5 8.24976 17.8358 8.24976 18.25C8.24976 18.6642 8.58554 19 8.99976 19H11.2498V19.75C11.2498 20.1642 11.5855 20.5 11.9998 20.5C12.414 20.5 12.7498 20.1642 12.7498 19.75V19H13.8748C14.9103 19 15.7498 18.1605 15.7498 17.125V16.375C15.7498 15.9529 15.6103 15.5634 15.3749 15.25C15.6103 14.9366 15.7498 14.5471 15.7498 14.125V13.375C15.7498 12.3395 14.9103 11.5 13.8748 11.5H12.7498V10.75ZM10.8748 14.5V13H13.8748C14.0819 13 14.2498 13.1679 14.2498 13.375V14.125C14.2498 14.3321 14.0819 14.5 13.8748 14.5H10.8748ZM10.8748 16H13.8748C14.0819 16 14.2498 16.1679 14.2498 16.375V17.125C14.2498 17.3321 14.0819 17.5 13.8748 17.5H10.8748V16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-cloud{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 11.75C12.4142 11.75 12.75 12.0858 12.75 12.5V13.25H13.875C14.9105 13.25 15.75 14.0895 15.75 15.125V15.875C15.75 16.2971 15.6105 16.6866 15.3751 17C15.6105 17.3134 15.75 17.7029 15.75 18.125V18.875C15.75 19.9105 14.9105 20.75 13.875 20.75H12.75V21.5C12.75 21.9142 12.4142 22.25 12 22.25C11.5858 22.25 11.25 21.9142 11.25 21.5V20.75H9C8.58579 20.75 8.25 20.4142 8.25 20C8.25 19.5858 8.58579 19.25 9 19.25H9.375L9.375 14.75H9C8.58579 14.75 8.25 14.4142 8.25 14C8.25 13.5858 8.58579 13.25 9 13.25H11.25V12.5C11.25 12.0858 11.5858 11.75 12 11.75ZM10.875 14.75V16.25H13.875C14.0821 16.25 14.25 16.0821 14.25 15.875V15.125C14.25 14.9179 14.0821 14.75 13.875 14.75H10.875ZM13.875 17.75H10.875L10.875 19.25H13.875C14.0821 19.25 14.25 19.0821 14.25 18.875V18.125C14.25 17.9179 14.0821 17.75 13.875 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.853 6.86454C3.22664 7.39643 1.25 9.71699 1.25 12.5C1.25 15.49 3.53166 17.9463 6.44937 18.2239C6.47248 18.2261 6.49567 18.2272 6.51887 18.2273L7.61131 18.2296C7.69467 18.1641 7.78276 18.1044 7.875 18.051V15.949C7.20247 15.56 6.75 14.8328 6.75 14C6.75 12.7574 7.75736 11.75 9 11.75H9.87803C10.1869 10.8761 11.0203 10.25 12 10.25C12.9831 10.25 13.8189 10.8805 14.1252 11.7591C15.8723 11.8871 17.25 13.3452 17.25 15.125V15.875C17.25 16.2687 17.1821 16.6476 17.0575 17C17.1821 17.3524 17.25 17.7313 17.25 18.125V18.2495L17.5 18.25C20.3995 18.25 22.75 15.8995 22.75 13C22.75 10.3541 20.7927 8.16534 18.2469 7.80273C18.1428 4.44224 15.3858 1.75 12 1.75C8.93585 1.75 6.38731 3.95456 5.853 6.86454Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 11.75C12.4142 11.75 12.75 12.0858 12.75 12.5V13.25H13.875C14.9105 13.25 15.75 14.0895 15.75 15.125V15.875C15.75 16.2971 15.6105 16.6866 15.3751 17C15.6105 17.3134 15.75 17.7029 15.75 18.125V18.875C15.75 19.9105 14.9105 20.75 13.875 20.75H12.75V21.5C12.75 21.9142 12.4142 22.25 12 22.25C11.5858 22.25 11.25 21.9142 11.25 21.5V20.75H9C8.58579 20.75 8.25 20.4142 8.25 20C8.25 19.5858 8.58579 19.25 9 19.25H9.375L9.375 14.75H9C8.58579 14.75 8.25 14.4142 8.25 14C8.25 13.5858 8.58579 13.25 9 13.25H11.25V12.5C11.25 12.0858 11.5858 11.75 12 11.75ZM10.875 14.75V16.25H13.875C14.0821 16.25 14.25 16.0821 14.25 15.875V15.125C14.25 14.9179 14.0821 14.75 13.875 14.75H10.875ZM13.875 17.75H10.875L10.875 19.25H13.875C14.0821 19.25 14.25 19.0821 14.25 18.875V18.125C14.25 17.9179 14.0821 17.75 13.875 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.853 6.86454C3.22664 7.39643 1.25 9.71699 1.25 12.5C1.25 15.49 3.53166 17.9463 6.44937 18.2239C6.47248 18.2261 6.49567 18.2272 6.51887 18.2273L7.61131 18.2296C7.69467 18.1641 7.78276 18.1044 7.875 18.051V15.949C7.20247 15.56 6.75 14.8328 6.75 14C6.75 12.7574 7.75736 11.75 9 11.75H9.87803C10.1869 10.8761 11.0203 10.25 12 10.25C12.9831 10.25 13.8189 10.8805 14.1252 11.7591C15.8723 11.8871 17.25 13.3452 17.25 15.125V15.875C17.25 16.2687 17.1821 16.6476 17.0575 17C17.1821 17.3524 17.25 17.7313 17.25 18.125V18.2495L17.5 18.25C20.3995 18.25 22.75 15.8995 22.75 13C22.75 10.3541 20.7927 8.16534 18.2469 7.80273C18.1428 4.44224 15.3858 1.75 12 1.75C8.93585 1.75 6.38731 3.95456 5.853 6.86454Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-cpu{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 1.25C8.41421 1.25 8.75 1.58579 8.75 2V4C8.75 4.41421 8.41421 4.75 8 4.75C7.58579 4.75 7.25 4.41421 7.25 4V2C7.25 1.58579 7.58579 1.25 8 1.25ZM12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V4C12.75 4.41421 12.4142 4.75 12 4.75C11.5858 4.75 11.25 4.41421 11.25 4V2C11.25 1.58579 11.5858 1.25 12 1.25ZM16 1.25C16.4142 1.25 16.75 1.58579 16.75 2V4C16.75 4.41421 16.4142 4.75 16 4.75C15.5858 4.75 15.25 4.41421 15.25 4V2C15.25 1.58579 15.5858 1.25 16 1.25ZM1.25 8C1.25 7.58579 1.58579 7.25 2 7.25H4C4.41421 7.25 4.75 7.58579 4.75 8C4.75 8.41421 4.41421 8.75 4 8.75H2C1.58579 8.75 1.25 8.41421 1.25 8ZM19.25 8C19.25 7.58579 19.5858 7.25 20 7.25H22C22.4142 7.25 22.75 7.58579 22.75 8C22.75 8.41421 22.4142 8.75 22 8.75H20C19.5858 8.75 19.25 8.41421 19.25 8ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H4C4.41421 11.25 4.75 11.5858 4.75 12C4.75 12.4142 4.41421 12.75 4 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12ZM19.25 12C19.25 11.5858 19.5858 11.25 20 11.25H22C22.4142 11.25 22.75 11.5858 22.75 12C22.75 12.4142 22.4142 12.75 22 12.75H20C19.5858 12.75 19.25 12.4142 19.25 12ZM1.25 16C1.25 15.5858 1.58579 15.25 2 15.25H4C4.41421 15.25 4.75 15.5858 4.75 16C4.75 16.4142 4.41421 16.75 4 16.75H2C1.58579 16.75 1.25 16.4142 1.25 16ZM19.25 16C19.25 15.5858 19.5858 15.25 20 15.25H22C22.4142 15.25 22.75 15.5858 22.75 16C22.75 16.4142 22.4142 16.75 22 16.75H20C19.5858 16.75 19.25 16.4142 19.25 16ZM8 19.25C8.41421 19.25 8.75 19.5858 8.75 20V22C8.75 22.4142 8.41421 22.75 8 22.75C7.58579 22.75 7.25 22.4142 7.25 22V20C7.25 19.5858 7.58579 19.25 8 19.25ZM12 19.25C12.4142 19.25 12.75 19.5858 12.75 20V22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V20C11.25 19.5858 11.5858 19.25 12 19.25ZM16 19.25C16.4142 19.25 16.75 19.5858 16.75 20V22C16.75 22.4142 16.4142 22.75 16 22.75C15.5858 22.75 15.25 22.4142 15.25 22V20C15.25 19.5858 15.5858 19.25 16 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0564 3.25H12.0564H12.0564C10.2187 3.24998 8.65019 3.24997 7.51098 3.40314C6.33856 3.56076 5.38961 3.89288 4.64124 4.64124C3.89288 5.38961 3.56076 6.33856 3.40314 7.51098C3.24997 8.65019 3.24998 10.2187 3.25 12.0564V12.0564V12.0564C3.24998 13.8942 3.24997 15.3498 3.40314 16.489C3.56076 17.6614 3.89288 18.6104 4.64124 19.3588C5.38961 20.1071 6.33856 20.4392 7.51098 20.5969C8.65019 20.75 10.2187 20.75 12.0564 20.75H12.0565C13.8942 20.75 15.3498 20.75 16.489 20.5969C17.6614 20.4392 18.6104 20.1071 19.3588 19.3588C20.1071 18.6104 20.4392 17.6614 20.5969 16.489C20.75 15.3498 20.75 13.8942 20.75 12.0565V12.0564C20.75 10.2187 20.75 8.65019 20.5969 7.51098C20.4392 6.33856 20.1071 5.38961 19.3588 4.64124C18.6104 3.89288 17.6614 3.56076 16.489 3.40314C15.3498 3.24997 13.8942 3.24998 12.0564 3.25ZM12.75 7.5C12.75 7.08579 12.4142 6.75 12 6.75C11.5858 6.75 11.25 7.08579 11.25 7.5V8.25H9C8.58579 8.25 8.25 8.58579 8.25 9C8.25 9.41421 8.58579 9.75 9 9.75H9.375L9.375 14.25H9C8.58579 14.25 8.25 14.5858 8.25 15C8.25 15.4142 8.58579 15.75 9 15.75H11.25V16.5C11.25 16.9142 11.5858 17.25 12 17.25C12.4142 17.25 12.75 16.9142 12.75 16.5V15.75H13.875C14.9105 15.75 15.75 14.9105 15.75 13.875V13.125C15.75 12.7029 15.6105 12.3134 15.3751 12C15.6105 11.6866 15.75 11.2971 15.75 10.875V10.125C15.75 9.08947 14.9105 8.25 13.875 8.25H12.75V7.5ZM10.875 11.25V9.75H13.875C14.0821 9.75 14.25 9.91789 14.25 10.125V10.875C14.25 11.0821 14.0821 11.25 13.875 11.25H10.875ZM10.875 12.75H13.875C14.0821 12.75 14.25 12.9179 14.25 13.125V13.875C14.25 14.0821 14.0821 14.25 13.875 14.25H10.875V12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 1.25C8.41421 1.25 8.75 1.58579 8.75 2V4C8.75 4.41421 8.41421 4.75 8 4.75C7.58579 4.75 7.25 4.41421 7.25 4V2C7.25 1.58579 7.58579 1.25 8 1.25ZM12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V4C12.75 4.41421 12.4142 4.75 12 4.75C11.5858 4.75 11.25 4.41421 11.25 4V2C11.25 1.58579 11.5858 1.25 12 1.25ZM16 1.25C16.4142 1.25 16.75 1.58579 16.75 2V4C16.75 4.41421 16.4142 4.75 16 4.75C15.5858 4.75 15.25 4.41421 15.25 4V2C15.25 1.58579 15.5858 1.25 16 1.25ZM1.25 8C1.25 7.58579 1.58579 7.25 2 7.25H4C4.41421 7.25 4.75 7.58579 4.75 8C4.75 8.41421 4.41421 8.75 4 8.75H2C1.58579 8.75 1.25 8.41421 1.25 8ZM19.25 8C19.25 7.58579 19.5858 7.25 20 7.25H22C22.4142 7.25 22.75 7.58579 22.75 8C22.75 8.41421 22.4142 8.75 22 8.75H20C19.5858 8.75 19.25 8.41421 19.25 8ZM1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H4C4.41421 11.25 4.75 11.5858 4.75 12C4.75 12.4142 4.41421 12.75 4 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12ZM19.25 12C19.25 11.5858 19.5858 11.25 20 11.25H22C22.4142 11.25 22.75 11.5858 22.75 12C22.75 12.4142 22.4142 12.75 22 12.75H20C19.5858 12.75 19.25 12.4142 19.25 12ZM1.25 16C1.25 15.5858 1.58579 15.25 2 15.25H4C4.41421 15.25 4.75 15.5858 4.75 16C4.75 16.4142 4.41421 16.75 4 16.75H2C1.58579 16.75 1.25 16.4142 1.25 16ZM19.25 16C19.25 15.5858 19.5858 15.25 20 15.25H22C22.4142 15.25 22.75 15.5858 22.75 16C22.75 16.4142 22.4142 16.75 22 16.75H20C19.5858 16.75 19.25 16.4142 19.25 16ZM8 19.25C8.41421 19.25 8.75 19.5858 8.75 20V22C8.75 22.4142 8.41421 22.75 8 22.75C7.58579 22.75 7.25 22.4142 7.25 22V20C7.25 19.5858 7.58579 19.25 8 19.25ZM12 19.25C12.4142 19.25 12.75 19.5858 12.75 20V22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V20C11.25 19.5858 11.5858 19.25 12 19.25ZM16 19.25C16.4142 19.25 16.75 19.5858 16.75 20V22C16.75 22.4142 16.4142 22.75 16 22.75C15.5858 22.75 15.25 22.4142 15.25 22V20C15.25 19.5858 15.5858 19.25 16 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0564 3.25H12.0564H12.0564C10.2187 3.24998 8.65019 3.24997 7.51098 3.40314C6.33856 3.56076 5.38961 3.89288 4.64124 4.64124C3.89288 5.38961 3.56076 6.33856 3.40314 7.51098C3.24997 8.65019 3.24998 10.2187 3.25 12.0564V12.0564V12.0564C3.24998 13.8942 3.24997 15.3498 3.40314 16.489C3.56076 17.6614 3.89288 18.6104 4.64124 19.3588C5.38961 20.1071 6.33856 20.4392 7.51098 20.5969C8.65019 20.75 10.2187 20.75 12.0564 20.75H12.0565C13.8942 20.75 15.3498 20.75 16.489 20.5969C17.6614 20.4392 18.6104 20.1071 19.3588 19.3588C20.1071 18.6104 20.4392 17.6614 20.5969 16.489C20.75 15.3498 20.75 13.8942 20.75 12.0565V12.0564C20.75 10.2187 20.75 8.65019 20.5969 7.51098C20.4392 6.33856 20.1071 5.38961 19.3588 4.64124C18.6104 3.89288 17.6614 3.56076 16.489 3.40314C15.3498 3.24997 13.8942 3.24998 12.0564 3.25ZM12.75 7.5C12.75 7.08579 12.4142 6.75 12 6.75C11.5858 6.75 11.25 7.08579 11.25 7.5V8.25H9C8.58579 8.25 8.25 8.58579 8.25 9C8.25 9.41421 8.58579 9.75 9 9.75H9.375L9.375 14.25H9C8.58579 14.25 8.25 14.5858 8.25 15C8.25 15.4142 8.58579 15.75 9 15.75H11.25V16.5C11.25 16.9142 11.5858 17.25 12 17.25C12.4142 17.25 12.75 16.9142 12.75 16.5V15.75H13.875C14.9105 15.75 15.75 14.9105 15.75 13.875V13.125C15.75 12.7029 15.6105 12.3134 15.3751 12C15.6105 11.6866 15.75 11.2971 15.75 10.875V10.125C15.75 9.08947 14.9105 8.25 13.875 8.25H12.75V7.5ZM10.875 11.25V9.75H13.875C14.0821 9.75 14.25 9.91789 14.25 10.125V10.875C14.25 11.0821 14.0821 11.25 13.875 11.25H10.875ZM10.875 12.75H13.875C14.0821 12.75 14.25 12.9179 14.25 13.125V13.875C14.25 14.0821 14.0821 14.25 13.875 14.25H10.875V12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-credit-card{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 11.75C18.4142 11.75 18.75 12.0858 18.75 12.5V13.25H19.875C20.9105 13.25 21.75 14.0895 21.75 15.125V15.875C21.75 16.2971 21.6105 16.6866 21.3751 17C21.6105 17.3134 21.75 17.7029 21.75 18.125V18.875C21.75 19.9105 20.9105 20.75 19.875 20.75H18.75V21.5C18.75 21.9142 18.4142 22.25 18 22.25C17.5858 22.25 17.25 21.9142 17.25 21.5V20.75H15C14.5858 20.75 14.25 20.4142 14.25 20C14.25 19.5858 14.5858 19.25 15 19.25H15.375L15.375 14.75H15C14.5858 14.75 14.25 14.4142 14.25 14C14.25 13.5858 14.5858 13.25 15 13.25H17.25V12.5C17.25 12.0858 17.5858 11.75 18 11.75ZM16.875 14.75V16.25H19.875C20.0821 16.25 20.25 16.0821 20.25 15.875V15.125C20.25 14.9179 20.0821 14.75 19.875 14.75H16.875ZM19.875 17.75H16.875L16.875 19.25H19.875C20.0821 19.25 20.25 19.0821 20.25 18.875V18.125C20.25 17.9179 20.0821 17.75 19.875 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9694 1.8786C16.8308 1.74998 15.3866 1.74999 13.5476 1.75H10.4525C8.61347 1.74999 7.16918 1.74998 6.03059 1.8786C4.86843 2.00988 3.92602 2.28362 3.14264 2.90229C2.90812 3.08749 2.69069 3.29205 2.49299 3.5138C1.82682 4.26101 1.52933 5.16669 1.38764 6.27785C1.37133 6.4057 1.36318 6.46963 1.37784 6.52579C1.40128 6.61554 1.47015 6.69375 1.55622 6.72835C1.61007 6.75 1.67746 6.75 1.81224 6.75H22.1878C22.3226 6.75 22.39 6.75 22.4438 6.72835C22.5299 6.69375 22.5987 6.61553 22.6222 6.52579C22.6368 6.46963 22.6287 6.4057 22.6124 6.27785C22.4707 5.16669 22.1732 4.26101 21.507 3.5138C21.3093 3.29205 21.0919 3.08749 20.8574 2.90229C20.074 2.28362 19.1316 2.00988 17.9694 1.8786ZM22.7194 13.3077C22.75 12.5102 22.75 11.5972 22.75 10.5528V10.4473C22.75 9.87148 22.75 9.33565 22.7449 8.83709C22.7421 8.5614 22.7406 8.42356 22.653 8.33678C22.5653 8.25 22.4264 8.25 22.1486 8.25H1.85139C1.57361 8.25 1.43472 8.25 1.34704 8.33678C1.25937 8.42356 1.25795 8.5614 1.25512 8.83709C1.24999 9.33563 1.25 9.87145 1.25 10.4472V10.4473V10.5527V10.5527C1.24999 12.2767 1.24998 13.6427 1.38763 14.7222C1.52932 15.8333 1.82681 16.739 2.49298 17.4862C2.69068 17.7079 2.90811 17.9125 3.14263 18.0977C3.926 18.7164 4.86842 18.9901 6.03058 19.1214C7.16917 19.25 8.61345 19.25 10.4525 19.25H12.878C13.0577 18.7417 13.4148 18.3172 13.875 18.051V15.949C13.2025 15.56 12.75 14.8328 12.75 14C12.75 12.7574 13.7574 11.75 15 11.75H15.878C16.1869 10.8761 17.0203 10.25 18 10.25C18.9831 10.25 19.8189 10.8805 20.1252 11.7591C21.2155 11.839 22.1619 12.4369 22.7194 13.3077Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 11.75C18.4142 11.75 18.75 12.0858 18.75 12.5V13.25H19.875C20.9105 13.25 21.75 14.0895 21.75 15.125V15.875C21.75 16.2971 21.6105 16.6866 21.3751 17C21.6105 17.3134 21.75 17.7029 21.75 18.125V18.875C21.75 19.9105 20.9105 20.75 19.875 20.75H18.75V21.5C18.75 21.9142 18.4142 22.25 18 22.25C17.5858 22.25 17.25 21.9142 17.25 21.5V20.75H15C14.5858 20.75 14.25 20.4142 14.25 20C14.25 19.5858 14.5858 19.25 15 19.25H15.375L15.375 14.75H15C14.5858 14.75 14.25 14.4142 14.25 14C14.25 13.5858 14.5858 13.25 15 13.25H17.25V12.5C17.25 12.0858 17.5858 11.75 18 11.75ZM16.875 14.75V16.25H19.875C20.0821 16.25 20.25 16.0821 20.25 15.875V15.125C20.25 14.9179 20.0821 14.75 19.875 14.75H16.875ZM19.875 17.75H16.875L16.875 19.25H19.875C20.0821 19.25 20.25 19.0821 20.25 18.875V18.125C20.25 17.9179 20.0821 17.75 19.875 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9694 1.8786C16.8308 1.74998 15.3866 1.74999 13.5476 1.75H10.4525C8.61347 1.74999 7.16918 1.74998 6.03059 1.8786C4.86843 2.00988 3.92602 2.28362 3.14264 2.90229C2.90812 3.08749 2.69069 3.29205 2.49299 3.5138C1.82682 4.26101 1.52933 5.16669 1.38764 6.27785C1.37133 6.4057 1.36318 6.46963 1.37784 6.52579C1.40128 6.61554 1.47015 6.69375 1.55622 6.72835C1.61007 6.75 1.67746 6.75 1.81224 6.75H22.1878C22.3226 6.75 22.39 6.75 22.4438 6.72835C22.5299 6.69375 22.5987 6.61553 22.6222 6.52579C22.6368 6.46963 22.6287 6.4057 22.6124 6.27785C22.4707 5.16669 22.1732 4.26101 21.507 3.5138C21.3093 3.29205 21.0919 3.08749 20.8574 2.90229C20.074 2.28362 19.1316 2.00988 17.9694 1.8786ZM22.7194 13.3077C22.75 12.5102 22.75 11.5972 22.75 10.5528V10.4473C22.75 9.87148 22.75 9.33565 22.7449 8.83709C22.7421 8.5614 22.7406 8.42356 22.653 8.33678C22.5653 8.25 22.4264 8.25 22.1486 8.25H1.85139C1.57361 8.25 1.43472 8.25 1.34704 8.33678C1.25937 8.42356 1.25795 8.5614 1.25512 8.83709C1.24999 9.33563 1.25 9.87145 1.25 10.4472V10.4473V10.5527V10.5527C1.24999 12.2767 1.24998 13.6427 1.38763 14.7222C1.52932 15.8333 1.82681 16.739 2.49298 17.4862C2.69068 17.7079 2.90811 17.9125 3.14263 18.0977C3.926 18.7164 4.86842 18.9901 6.03058 19.1214C7.16917 19.25 8.61345 19.25 10.4525 19.25H12.878C13.0577 18.7417 13.4148 18.3172 13.875 18.051V15.949C13.2025 15.56 12.75 14.8328 12.75 14C12.75 12.7574 13.7574 11.75 15 11.75H15.878C16.1869 10.8761 17.0203 10.25 18 10.25C18.9831 10.25 19.8189 10.8805 20.1252 11.7591C21.2155 11.839 22.1619 12.4369 22.7194 13.3077Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-database{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 13.25C17.9142 13.25 18.25 13.5858 18.25 14V14.5833H19.0625C20.0393 14.5833 20.75 15.4132 20.75 16.3333V17C20.75 17.3624 20.6398 17.7108 20.4465 18C20.6398 18.2892 20.75 18.6376 20.75 19V19.6667C20.75 20.5868 20.0393 21.4167 19.0625 21.4167H18.25V22C18.25 22.4142 17.9142 22.75 17.5 22.75C17.0858 22.75 16.75 22.4142 16.75 22V21.4167H15C14.5858 21.4167 14.25 21.0809 14.25 20.6667C14.25 20.2525 14.5858 19.9167 15 19.9167H15.1875L15.1875 16.0833H15C14.5858 16.0833 14.25 15.7475 14.25 15.3333C14.25 14.9191 14.5858 14.5833 15 14.5833H16.75V14C16.75 13.5858 17.0858 13.25 17.5 13.25ZM16.6875 16.0833V17.25H19.0625C19.1212 17.25 19.25 17.1844 19.25 17V16.3333C19.25 16.1489 19.1212 16.0833 19.0625 16.0833H16.6875ZM19.0625 18.75H16.6875L16.6875 19.9167H19.0625C19.1212 19.9167 19.25 19.8511 19.25 19.6667V19C19.25 18.8156 19.1212 18.75 19.0625 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.15891 2.13345C7.70115 1.57577 9.76651 1.25 12 1.25C14.2335 1.25 16.2988 1.57577 17.8411 2.13345C18.6086 2.411 19.2973 2.7641 19.8115 3.20376C20.3247 3.64244 20.75 4.24729 20.75 5V10.75C20.75 11.5027 20.3247 12.1076 19.8115 12.5462C19.6924 12.6481 19.5639 12.7453 19.4271 12.8381C19.0331 12.186 18.3175 11.75 17.5 11.75C16.5838 11.75 15.7955 12.2976 15.4446 13.0833H15C14.0588 13.0833 13.2526 13.6612 12.9168 14.4815C12.6151 14.4938 12.3091 14.5 12 14.5C9.76651 14.5 7.70115 14.1742 6.15891 13.6165C5.39138 13.339 4.70271 12.9859 4.18846 12.5462C3.67534 12.1076 3.25 11.5027 3.25 10.75V5C3.25 4.24729 3.67534 3.64244 4.18846 3.20376C4.70271 2.7641 5.39138 2.411 6.15891 2.13345ZM5.47842 4.60674C5.20438 4.84102 5.19444 4.97606 5.19444 5C5.19444 5.02394 5.20438 5.15898 5.47842 5.39326C5.75132 5.62657 6.20168 5.87951 6.84165 6.11093C8.11441 6.57117 9.93794 6.875 12 6.875C14.0621 6.875 15.8856 6.57117 17.1583 6.11093C17.7983 5.87951 18.2487 5.62657 18.5216 5.39326C18.7956 5.15898 18.8056 5.02394 18.8056 5C18.8056 4.97606 18.7956 4.84102 18.5216 4.60674C18.2487 4.37343 17.7983 4.12049 17.1583 3.88907C15.8856 3.42883 14.0621 3.125 12 3.125C9.93794 3.125 8.11441 3.42883 6.84165 3.88907C6.20168 4.12049 5.75132 4.37343 5.47842 4.60674Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.846 15.9855C12.5661 15.9953 12.2839 16.0002 12 16.0002C9.63942 16.0002 7.39353 15.6583 5.64882 15.0274C4.80108 14.7208 3.94495 14.3009 3.25 13.7173V19C3.25 19.7527 3.67534 20.3576 4.18846 20.7962C4.70271 21.2359 5.39138 21.589 6.15891 21.8665C7.70115 22.4242 9.76651 22.75 12 22.75C12.6728 22.75 13.3303 22.7204 13.9629 22.6639C13.2422 22.2889 12.75 21.5353 12.75 20.6667C12.75 19.9138 13.1197 19.2474 13.6875 18.8389V17.1611C13.2908 16.8757 12.9907 16.4643 12.846 15.9855Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 13.25C17.9142 13.25 18.25 13.5858 18.25 14V14.5833H19.0625C20.0393 14.5833 20.75 15.4132 20.75 16.3333V17C20.75 17.3624 20.6398 17.7108 20.4465 18C20.6398 18.2892 20.75 18.6376 20.75 19V19.6667C20.75 20.5868 20.0393 21.4167 19.0625 21.4167H18.25V22C18.25 22.4142 17.9142 22.75 17.5 22.75C17.0858 22.75 16.75 22.4142 16.75 22V21.4167H15C14.5858 21.4167 14.25 21.0809 14.25 20.6667C14.25 20.2525 14.5858 19.9167 15 19.9167H15.1875L15.1875 16.0833H15C14.5858 16.0833 14.25 15.7475 14.25 15.3333C14.25 14.9191 14.5858 14.5833 15 14.5833H16.75V14C16.75 13.5858 17.0858 13.25 17.5 13.25ZM16.6875 16.0833V17.25H19.0625C19.1212 17.25 19.25 17.1844 19.25 17V16.3333C19.25 16.1489 19.1212 16.0833 19.0625 16.0833H16.6875ZM19.0625 18.75H16.6875L16.6875 19.9167H19.0625C19.1212 19.9167 19.25 19.8511 19.25 19.6667V19C19.25 18.8156 19.1212 18.75 19.0625 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.15891 2.13345C7.70115 1.57577 9.76651 1.25 12 1.25C14.2335 1.25 16.2988 1.57577 17.8411 2.13345C18.6086 2.411 19.2973 2.7641 19.8115 3.20376C20.3247 3.64244 20.75 4.24729 20.75 5V10.75C20.75 11.5027 20.3247 12.1076 19.8115 12.5462C19.6924 12.6481 19.5639 12.7453 19.4271 12.8381C19.0331 12.186 18.3175 11.75 17.5 11.75C16.5838 11.75 15.7955 12.2976 15.4446 13.0833H15C14.0588 13.0833 13.2526 13.6612 12.9168 14.4815C12.6151 14.4938 12.3091 14.5 12 14.5C9.76651 14.5 7.70115 14.1742 6.15891 13.6165C5.39138 13.339 4.70271 12.9859 4.18846 12.5462C3.67534 12.1076 3.25 11.5027 3.25 10.75V5C3.25 4.24729 3.67534 3.64244 4.18846 3.20376C4.70271 2.7641 5.39138 2.411 6.15891 2.13345ZM5.47842 4.60674C5.20438 4.84102 5.19444 4.97606 5.19444 5C5.19444 5.02394 5.20438 5.15898 5.47842 5.39326C5.75132 5.62657 6.20168 5.87951 6.84165 6.11093C8.11441 6.57117 9.93794 6.875 12 6.875C14.0621 6.875 15.8856 6.57117 17.1583 6.11093C17.7983 5.87951 18.2487 5.62657 18.5216 5.39326C18.7956 5.15898 18.8056 5.02394 18.8056 5C18.8056 4.97606 18.7956 4.84102 18.5216 4.60674C18.2487 4.37343 17.7983 4.12049 17.1583 3.88907C15.8856 3.42883 14.0621 3.125 12 3.125C9.93794 3.125 8.11441 3.42883 6.84165 3.88907C6.20168 4.12049 5.75132 4.37343 5.47842 4.60674Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.846 15.9855C12.5661 15.9953 12.2839 16.0002 12 16.0002C9.63942 16.0002 7.39353 15.6583 5.64882 15.0274C4.80108 14.7208 3.94495 14.3009 3.25 13.7173V19C3.25 19.7527 3.67534 20.3576 4.18846 20.7962C4.70271 21.2359 5.39138 21.589 6.15891 21.8665C7.70115 22.4242 9.76651 22.75 12 22.75C12.6728 22.75 13.3303 22.7204 13.9629 22.6639C13.2422 22.2889 12.75 21.5353 12.75 20.6667C12.75 19.9138 13.1197 19.2474 13.6875 18.8389V17.1611C13.2908 16.8757 12.9907 16.4643 12.846 15.9855Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-down-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0714 19.7578C10.8968 19.5367 10.5002 19.0351 10.3444 18.8759C9.98699 18.5103 9.39911 18.502 9.03137 18.8573C8.66362 19.2126 8.65527 19.797 9.01271 20.1626C9.0845 20.236 9.25492 20.4479 9.45613 20.7026C9.63224 20.9256 9.84189 21.1911 10.0582 21.4449C10.2893 21.7161 10.5548 22.0059 10.8251 22.2347C10.9606 22.3495 11.119 22.4676 11.2942 22.5608C11.4619 22.65 11.7073 22.75 12 22.75C12.2927 22.75 12.5381 22.65 12.7058 22.5608C12.881 22.4676 13.0394 22.3495 13.1749 22.2347C13.4452 22.0059 13.7107 21.7161 13.9418 21.4449C14.1581 21.1911 14.3678 20.9256 14.5439 20.7026C14.7451 20.4479 14.9155 20.236 14.9873 20.1626C15.3447 19.797 15.3364 19.2126 14.9686 18.8573C14.6009 18.502 14.013 18.5103 13.6556 18.8759C13.4998 19.0351 13.1032 19.5367 12.9286 19.7578V17.6731C12.9286 17.1633 12.5128 16.75 12 16.75C11.4872 16.75 11.0714 17.1633 11.0714 17.6731V19.7578Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 15.75C16.0041 15.75 19.25 12.5041 19.25 8.5C19.25 4.49593 16.0041 1.25 12 1.25C7.99594 1.25 4.75 4.49593 4.75 8.5C4.75 12.5041 7.99594 15.75 12 15.75ZM12.75 4.5C12.75 4.08579 12.4142 3.75 12 3.75C11.5858 3.75 11.25 4.08579 11.25 4.5V5.08333H9.5C9.08579 5.08333 8.75 5.41912 8.75 5.83333C8.75 6.24755 9.08579 6.58333 9.5 6.58333H9.6875V10.4167H9.5C9.08579 10.4167 8.75 10.7525 8.75 11.1667C8.75 11.5809 9.08579 11.9167 9.5 11.9167H11.25V12.5C11.25 12.9142 11.5858 13.25 12 13.25C12.4142 13.25 12.75 12.9142 12.75 12.5V11.9167H13.5625C14.5393 11.9167 15.25 11.0868 15.25 10.1667V9.5C15.25 9.1376 15.1398 8.7892 14.9465 8.5C15.1398 8.2108 15.25 7.8624 15.25 7.5V6.83333C15.25 5.91317 14.5393 5.08333 13.5625 5.08333H12.75V4.5ZM11.1875 7.75V6.58333H13.5625C13.6212 6.58333 13.75 6.64893 13.75 6.83333V7.5C13.75 7.6844 13.6212 7.75 13.5625 7.75H11.1875ZM11.1875 9.25H13.5625C13.6212 9.25 13.75 9.3156 13.75 9.5V10.1667C13.75 10.3511 13.6212 10.4167 13.5625 10.4167H11.1875V9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0714 19.7578C10.8968 19.5367 10.5002 19.0351 10.3444 18.8759C9.98699 18.5103 9.39911 18.502 9.03137 18.8573C8.66362 19.2126 8.65527 19.797 9.01271 20.1626C9.0845 20.236 9.25492 20.4479 9.45613 20.7026C9.63224 20.9256 9.84189 21.1911 10.0582 21.4449C10.2893 21.7161 10.5548 22.0059 10.8251 22.2347C10.9606 22.3495 11.119 22.4676 11.2942 22.5608C11.4619 22.65 11.7073 22.75 12 22.75C12.2927 22.75 12.5381 22.65 12.7058 22.5608C12.881 22.4676 13.0394 22.3495 13.1749 22.2347C13.4452 22.0059 13.7107 21.7161 13.9418 21.4449C14.1581 21.1911 14.3678 20.9256 14.5439 20.7026C14.7451 20.4479 14.9155 20.236 14.9873 20.1626C15.3447 19.797 15.3364 19.2126 14.9686 18.8573C14.6009 18.502 14.013 18.5103 13.6556 18.8759C13.4998 19.0351 13.1032 19.5367 12.9286 19.7578V17.6731C12.9286 17.1633 12.5128 16.75 12 16.75C11.4872 16.75 11.0714 17.1633 11.0714 17.6731V19.7578Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 15.75C16.0041 15.75 19.25 12.5041 19.25 8.5C19.25 4.49593 16.0041 1.25 12 1.25C7.99594 1.25 4.75 4.49593 4.75 8.5C4.75 12.5041 7.99594 15.75 12 15.75ZM12.75 4.5C12.75 4.08579 12.4142 3.75 12 3.75C11.5858 3.75 11.25 4.08579 11.25 4.5V5.08333H9.5C9.08579 5.08333 8.75 5.41912 8.75 5.83333C8.75 6.24755 9.08579 6.58333 9.5 6.58333H9.6875V10.4167H9.5C9.08579 10.4167 8.75 10.7525 8.75 11.1667C8.75 11.5809 9.08579 11.9167 9.5 11.9167H11.25V12.5C11.25 12.9142 11.5858 13.25 12 13.25C12.4142 13.25 12.75 12.9142 12.75 12.5V11.9167H13.5625C14.5393 11.9167 15.25 11.0868 15.25 10.1667V9.5C15.25 9.1376 15.1398 8.7892 14.9465 8.5C15.1398 8.2108 15.25 7.8624 15.25 7.5V6.83333C15.25 5.91317 14.5393 5.08333 13.5625 5.08333H12.75V4.5ZM11.1875 7.75V6.58333H13.5625C13.6212 6.58333 13.75 6.64893 13.75 6.83333V7.5C13.75 7.6844 13.6212 7.75 13.5625 7.75H11.1875ZM11.1875 9.25H13.5625C13.6212 9.25 13.75 9.3156 13.75 9.5V10.1667C13.75 10.3511 13.6212 10.4167 13.5625 10.4167H11.1875V9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-down-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.42296 1.65553C3.72859 1.22816 4.33423 1.12156 4.7757 1.41743L9.76088 4.75848C10.1002 4.98587 10.2822 5.10585 10.4199 5.17561C10.5424 5.08314 11.6851 3.98864 11.9769 3.70616C12.2566 3.43522 12.5298 3.17069 12.786 2.98053C13.0756 2.76562 13.4486 2.56339 13.9315 2.55323C14.4143 2.54308 14.7961 2.72943 15.095 2.93196C15.3595 3.11117 15.6443 3.36396 15.936 3.62289L18.8056 6.16934V5.48533C18.8056 4.96554 19.2408 4.54417 19.7778 4.54417C20.3147 4.54417 20.75 4.96554 20.75 5.48533V8.30883C20.75 8.82863 20.3147 9.25 19.7778 9.25H16.375C15.8381 9.25 15.4028 8.82863 15.4028 8.30883C15.4028 7.78904 15.8381 7.36767 16.375 7.36767H17.2784L14.6599 5.04404C14.3155 4.73839 14.1265 4.57327 13.9802 4.47417L13.9745 4.47036L13.969 4.4744C13.8273 4.57956 13.6459 4.75247 13.3155 5.07232L12.3438 6.01297L12.3438 6.01299C12.0982 6.25089 11.8551 6.48624 11.6258 6.65927C11.3651 6.85606 11.0341 7.04265 10.6026 7.08031C10.1712 7.11797 9.81104 6.99171 9.51809 6.84326C9.26052 6.71273 8.97793 6.52325 8.69228 6.33172L8.69227 6.33172L3.66891 2.96507C3.22744 2.6692 3.11732 2.0829 3.42296 1.65553Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 22.75C15.0041 22.75 18.25 19.5041 18.25 15.5C18.25 11.4959 15.0041 8.25 11 8.25C6.99594 8.25 3.75 11.4959 3.75 15.5C3.75 19.5041 6.99594 22.75 11 22.75ZM11.75 11.5C11.75 11.0858 11.4142 10.75 11 10.75C10.5858 10.75 10.25 11.0858 10.25 11.5V12.0833H8.5C8.08579 12.0833 7.75 12.4191 7.75 12.8333C7.75 13.2475 8.08579 13.5833 8.5 13.5833H8.6875L8.6875 17.4167H8.5C8.08579 17.4167 7.75 17.7525 7.75 18.1667C7.75 18.5809 8.08579 18.9167 8.5 18.9167H10.25V19.5C10.25 19.9142 10.5858 20.25 11 20.25C11.4142 20.25 11.75 19.9142 11.75 19.5V18.9167H12.5625C13.5393 18.9167 14.25 18.0868 14.25 17.1667V16.5C14.25 16.1376 14.1398 15.7892 13.9465 15.5C14.1398 15.2108 14.25 14.8624 14.25 14.5V13.8333C14.25 12.9132 13.5393 12.0833 12.5625 12.0833H11.75V11.5ZM10.1875 14.75V13.5833H12.5625C12.6212 13.5833 12.75 13.6489 12.75 13.8333V14.5C12.75 14.6844 12.6212 14.75 12.5625 14.75H10.1875ZM10.1875 16.25H12.5625C12.6212 16.25 12.75 16.3156 12.75 16.5V17.1667C12.75 17.3511 12.6212 17.4167 12.5625 17.4167H10.1875L10.1875 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.42296 1.65553C3.72859 1.22816 4.33423 1.12156 4.7757 1.41743L9.76088 4.75848C10.1002 4.98587 10.2822 5.10585 10.4199 5.17561C10.5424 5.08314 11.6851 3.98864 11.9769 3.70616C12.2566 3.43522 12.5298 3.17069 12.786 2.98053C13.0756 2.76562 13.4486 2.56339 13.9315 2.55323C14.4143 2.54308 14.7961 2.72943 15.095 2.93196C15.3595 3.11117 15.6443 3.36396 15.936 3.62289L18.8056 6.16934V5.48533C18.8056 4.96554 19.2408 4.54417 19.7778 4.54417C20.3147 4.54417 20.75 4.96554 20.75 5.48533V8.30883C20.75 8.82863 20.3147 9.25 19.7778 9.25H16.375C15.8381 9.25 15.4028 8.82863 15.4028 8.30883C15.4028 7.78904 15.8381 7.36767 16.375 7.36767H17.2784L14.6599 5.04404C14.3155 4.73839 14.1265 4.57327 13.9802 4.47417L13.9745 4.47036L13.969 4.4744C13.8273 4.57956 13.6459 4.75247 13.3155 5.07232L12.3438 6.01297L12.3438 6.01299C12.0982 6.25089 11.8551 6.48624 11.6258 6.65927C11.3651 6.85606 11.0341 7.04265 10.6026 7.08031C10.1712 7.11797 9.81104 6.99171 9.51809 6.84326C9.26052 6.71273 8.97793 6.52325 8.69228 6.33172L8.69227 6.33172L3.66891 2.96507C3.22744 2.6692 3.11732 2.0829 3.42296 1.65553Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 22.75C15.0041 22.75 18.25 19.5041 18.25 15.5C18.25 11.4959 15.0041 8.25 11 8.25C6.99594 8.25 3.75 11.4959 3.75 15.5C3.75 19.5041 6.99594 22.75 11 22.75ZM11.75 11.5C11.75 11.0858 11.4142 10.75 11 10.75C10.5858 10.75 10.25 11.0858 10.25 11.5V12.0833H8.5C8.08579 12.0833 7.75 12.4191 7.75 12.8333C7.75 13.2475 8.08579 13.5833 8.5 13.5833H8.6875L8.6875 17.4167H8.5C8.08579 17.4167 7.75 17.7525 7.75 18.1667C7.75 18.5809 8.08579 18.9167 8.5 18.9167H10.25V19.5C10.25 19.9142 10.5858 20.25 11 20.25C11.4142 20.25 11.75 19.9142 11.75 19.5V18.9167H12.5625C13.5393 18.9167 14.25 18.0868 14.25 17.1667V16.5C14.25 16.1376 14.1398 15.7892 13.9465 15.5C14.1398 15.2108 14.25 14.8624 14.25 14.5V13.8333C14.25 12.9132 13.5393 12.0833 12.5625 12.0833H11.75V11.5ZM10.1875 14.75V13.5833H12.5625C12.6212 13.5833 12.75 13.6489 12.75 13.8333V14.5C12.75 14.6844 12.6212 14.75 12.5625 14.75H10.1875ZM10.1875 16.25H12.5625C12.6212 16.25 12.75 16.3156 12.75 16.5V17.1667C12.75 17.3511 12.6212 17.4167 12.5625 17.4167H10.1875L10.1875 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-ellipse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM11.75 6C11.75 5.58579 11.4142 5.25 11 5.25C10.5858 5.25 10.25 5.58579 10.25 6V7.25H8C7.58579 7.25 7.25 7.58579 7.25 8C7.25 8.41421 7.58579 8.75 8 8.75H8.75L8.75 15.25H8C7.58579 15.25 7.25 15.5858 7.25 16C7.25 16.4142 7.58579 16.75 8 16.75H10.25V18C10.25 18.4142 10.5858 18.75 11 18.75C11.4142 18.75 11.75 18.4142 11.75 18V16.75H12.75V18C12.75 18.4142 13.0858 18.75 13.5 18.75C13.9142 18.75 14.25 18.4142 14.25 18V16.75H14.5C15.7426 16.75 16.75 15.7426 16.75 14.5V13.5C16.75 12.9237 16.5334 12.3981 16.1771 12C16.5334 11.6019 16.75 11.0763 16.75 10.5V9.5C16.75 8.25736 15.7426 7.25 14.5 7.25H14.25V6C14.25 5.58579 13.9142 5.25 13.5 5.25C13.0858 5.25 12.75 5.58579 12.75 6V7.25H11.75V6ZM10.25 11.25V8.75H10.9991H11.0009H13.4991H13.5009H14.5C14.9142 8.75 15.25 9.08579 15.25 9.5V10.5C15.25 10.9142 14.9142 11.25 14.5 11.25H10.25ZM10.25 12.75H14.5C14.9142 12.75 15.25 13.0858 15.25 13.5V14.5C15.25 14.9142 14.9142 15.25 14.5 15.25H10.25V12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM11.75 6C11.75 5.58579 11.4142 5.25 11 5.25C10.5858 5.25 10.25 5.58579 10.25 6V7.25H8C7.58579 7.25 7.25 7.58579 7.25 8C7.25 8.41421 7.58579 8.75 8 8.75H8.75L8.75 15.25H8C7.58579 15.25 7.25 15.5858 7.25 16C7.25 16.4142 7.58579 16.75 8 16.75H10.25V18C10.25 18.4142 10.5858 18.75 11 18.75C11.4142 18.75 11.75 18.4142 11.75 18V16.75H12.75V18C12.75 18.4142 13.0858 18.75 13.5 18.75C13.9142 18.75 14.25 18.4142 14.25 18V16.75H14.5C15.7426 16.75 16.75 15.7426 16.75 14.5V13.5C16.75 12.9237 16.5334 12.3981 16.1771 12C16.5334 11.6019 16.75 11.0763 16.75 10.5V9.5C16.75 8.25736 15.7426 7.25 14.5 7.25H14.25V6C14.25 5.58579 13.9142 5.25 13.5 5.25C13.0858 5.25 12.75 5.58579 12.75 6V7.25H11.75V6ZM10.25 11.25V8.75H10.9991H11.0009H13.4991H13.5009H14.5C14.9142 8.75 15.25 9.08579 15.25 9.5V10.5C15.25 10.9142 14.9142 11.25 14.5 11.25H10.25ZM10.25 12.75H14.5C14.9142 12.75 15.25 13.0858 15.25 13.5V14.5C15.25 14.9142 14.9142 15.25 14.5 15.25H10.25V12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-eye{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 2.75C3.25 1.92157 3.92157 1.25 4.75 1.25C5.57843 1.25 6.25 1.92157 6.25 2.75C6.25 2.88437 6.23233 3.01461 6.19919 3.13853L7.53033 4.46967C7.67098 4.61032 7.75 4.80109 7.75 5L7.75 7C7.75 7.41421 7.41421 7.75 7 7.75C6.58578 7.75 6.25 7.41421 6.25 7L6.25 5.31066L5.13853 4.19919C5.01461 4.23233 4.88437 4.25 4.75 4.25C3.92157 4.25 3.25 3.57843 3.25 2.75ZM10.5 2.75C10.5 1.92157 11.1716 1.25 12 1.25C12.8284 1.25 13.5 1.92157 13.5 2.75C13.5 3.30521 13.1983 3.78997 12.75 4.04933L12.75 6C12.75 6.41421 12.4142 6.75 12 6.75C11.5858 6.75 11.25 6.41421 11.25 6L11.25 4.04933C10.8016 3.78997 10.5 3.30521 10.5 2.75ZM17.75 2.75C17.75 1.92157 18.4216 1.25 19.25 1.25C20.0784 1.25 20.75 1.92157 20.75 2.75C20.75 3.57843 20.0784 4.25 19.25 4.25C19.1156 4.25 18.9854 4.23233 18.8615 4.19919L17.75 5.31066L17.75 7C17.75 7.41421 17.4142 7.75 17 7.75C16.5858 7.75 16.25 7.41421 16.25 7L16.25 5C16.25 4.80109 16.329 4.61032 16.4697 4.46967L17.8008 3.13853C17.7677 3.01461 17.75 2.88437 17.75 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.6384 15.8936C22.4362 16.2222 22.1198 16.6556 21.8757 16.9729C21.3884 17.6065 20.6731 18.452 19.7603 19.2996C17.95 20.9807 15.2743 22.75 12 22.75C8.72565 22.75 6.05003 20.9807 4.23966 19.2996C3.32686 18.452 2.61163 17.6065 2.12428 16.9729C1.88016 16.6556 1.51757 16.1471 1.36126 15.8931C1.21291 15.652 1.21291 15.348 1.36126 15.1069C1.58306 14.7465 1.88016 14.3444 2.12428 14.0271C2.61163 13.3935 3.32686 12.548 4.23966 11.7004C6.05003 10.0193 8.72565 8.25 12 8.25C15.2743 8.25 17.95 10.0193 19.7603 11.7004C20.6731 12.548 21.3884 13.3935 21.8757 14.0271C22.0528 14.2574 22.2646 14.5649 22.4473 14.8303C22.5164 14.9307 22.5814 15.0251 22.6387 15.1069C22.7871 15.348 22.7868 15.6525 22.6384 15.8936ZM12.75 11.5C12.75 11.0858 12.4142 10.75 12 10.75C11.5858 10.75 11.25 11.0858 11.25 11.5V12.0833H9.5C9.08579 12.0833 8.75 12.4191 8.75 12.8333C8.75 13.2475 9.08579 13.5833 9.5 13.5833H9.6875V17.4167H9.5C9.08579 17.4167 8.75 17.7525 8.75 18.1667C8.75 18.5809 9.08579 18.9167 9.5 18.9167H11.25V19.5C11.25 19.9142 11.5858 20.25 12 20.25C12.4142 20.25 12.75 19.9142 12.75 19.5V18.9167H13.5625C14.5393 18.9167 15.25 18.0868 15.25 17.1667V16.5C15.25 16.1376 15.1398 15.7892 14.9465 15.5C15.1398 15.2108 15.25 14.8624 15.25 14.5V13.8333C15.25 12.9132 14.5393 12.0833 13.5625 12.0833H12.75V11.5ZM11.1875 14.75V13.5833H13.5625C13.6212 13.5833 13.75 13.6489 13.75 13.8333V14.5C13.75 14.6844 13.6212 14.75 13.5625 14.75H11.1875ZM11.1875 16.25H13.5625C13.6212 16.25 13.75 16.3156 13.75 16.5V17.1667C13.75 17.3511 13.6212 17.4167 13.5625 17.4167H11.1875V16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 2.75C3.25 1.92157 3.92157 1.25 4.75 1.25C5.57843 1.25 6.25 1.92157 6.25 2.75C6.25 2.88437 6.23233 3.01461 6.19919 3.13853L7.53033 4.46967C7.67098 4.61032 7.75 4.80109 7.75 5L7.75 7C7.75 7.41421 7.41421 7.75 7 7.75C6.58578 7.75 6.25 7.41421 6.25 7L6.25 5.31066L5.13853 4.19919C5.01461 4.23233 4.88437 4.25 4.75 4.25C3.92157 4.25 3.25 3.57843 3.25 2.75ZM10.5 2.75C10.5 1.92157 11.1716 1.25 12 1.25C12.8284 1.25 13.5 1.92157 13.5 2.75C13.5 3.30521 13.1983 3.78997 12.75 4.04933L12.75 6C12.75 6.41421 12.4142 6.75 12 6.75C11.5858 6.75 11.25 6.41421 11.25 6L11.25 4.04933C10.8016 3.78997 10.5 3.30521 10.5 2.75ZM17.75 2.75C17.75 1.92157 18.4216 1.25 19.25 1.25C20.0784 1.25 20.75 1.92157 20.75 2.75C20.75 3.57843 20.0784 4.25 19.25 4.25C19.1156 4.25 18.9854 4.23233 18.8615 4.19919L17.75 5.31066L17.75 7C17.75 7.41421 17.4142 7.75 17 7.75C16.5858 7.75 16.25 7.41421 16.25 7L16.25 5C16.25 4.80109 16.329 4.61032 16.4697 4.46967L17.8008 3.13853C17.7677 3.01461 17.75 2.88437 17.75 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.6384 15.8936C22.4362 16.2222 22.1198 16.6556 21.8757 16.9729C21.3884 17.6065 20.6731 18.452 19.7603 19.2996C17.95 20.9807 15.2743 22.75 12 22.75C8.72565 22.75 6.05003 20.9807 4.23966 19.2996C3.32686 18.452 2.61163 17.6065 2.12428 16.9729C1.88016 16.6556 1.51757 16.1471 1.36126 15.8931C1.21291 15.652 1.21291 15.348 1.36126 15.1069C1.58306 14.7465 1.88016 14.3444 2.12428 14.0271C2.61163 13.3935 3.32686 12.548 4.23966 11.7004C6.05003 10.0193 8.72565 8.25 12 8.25C15.2743 8.25 17.95 10.0193 19.7603 11.7004C20.6731 12.548 21.3884 13.3935 21.8757 14.0271C22.0528 14.2574 22.2646 14.5649 22.4473 14.8303C22.5164 14.9307 22.5814 15.0251 22.6387 15.1069C22.7871 15.348 22.7868 15.6525 22.6384 15.8936ZM12.75 11.5C12.75 11.0858 12.4142 10.75 12 10.75C11.5858 10.75 11.25 11.0858 11.25 11.5V12.0833H9.5C9.08579 12.0833 8.75 12.4191 8.75 12.8333C8.75 13.2475 9.08579 13.5833 9.5 13.5833H9.6875V17.4167H9.5C9.08579 17.4167 8.75 17.7525 8.75 18.1667C8.75 18.5809 9.08579 18.9167 9.5 18.9167H11.25V19.5C11.25 19.9142 11.5858 20.25 12 20.25C12.4142 20.25 12.75 19.9142 12.75 19.5V18.9167H13.5625C14.5393 18.9167 15.25 18.0868 15.25 17.1667V16.5C15.25 16.1376 15.1398 15.7892 14.9465 15.5C15.1398 15.2108 15.25 14.8624 15.25 14.5V13.8333C15.25 12.9132 14.5393 12.0833 13.5625 12.0833H12.75V11.5ZM11.1875 14.75V13.5833H13.5625C13.6212 13.5833 13.75 13.6489 13.75 13.8333V14.5C13.75 14.6844 13.6212 14.75 13.5625 14.75H11.1875ZM11.1875 16.25H13.5625C13.6212 16.25 13.75 16.3156 13.75 16.5V17.1667C13.75 17.3511 13.6212 17.4167 13.5625 17.4167H11.1875V16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-filter{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 1.25C11.9142 1.25 12.25 1.58579 12.25 2V2.75H13.375C14.4105 2.75 15.25 3.58947 15.25 4.625V5.375C15.25 5.7971 15.1105 6.18663 14.8751 6.5C15.1105 6.81337 15.25 7.2029 15.25 7.625V8.375C15.25 9.41053 14.4105 10.25 13.375 10.25H12.25V11C12.25 11.4142 11.9142 11.75 11.5 11.75C11.0858 11.75 10.75 11.4142 10.75 11V10.25H8.5C8.08579 10.25 7.75 9.91421 7.75 9.5C7.75 9.08579 8.08579 8.75 8.5 8.75H8.875L8.875 4.25H8.5C8.08579 4.25 7.75 3.91421 7.75 3.5C7.75 3.08579 8.08579 2.75 8.5 2.75H10.75V2C10.75 1.58579 11.0858 1.25 11.5 1.25ZM10.375 4.25V5.75H13.375C13.5821 5.75 13.75 5.58211 13.75 5.375V4.625C13.75 4.41789 13.5821 4.25 13.375 4.25H10.375ZM13.375 7.25H10.375L10.375 8.75H13.375C13.5821 8.75 13.75 8.58211 13.75 8.375V7.625C13.75 7.41789 13.5821 7.25 13.375 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.375 6.25H6.18313C5.41173 6.24997 4.7586 6.24995 4.24373 6.31843C3.70108 6.39062 3.18005 6.55329 2.77905 6.98394C2.3714 7.42173 2.2591 7.95166 2.25053 8.49142C2.24258 8.99253 2.32455 9.61393 2.41953 10.3339C2.45344 10.5911 2.5117 10.8961 2.61851 11.1469C2.72684 11.4013 2.87559 11.617 3.05943 11.8301C4.03812 12.9646 5.85635 15.0136 8.41551 16.8803C8.45666 16.9103 8.50377 16.9776 8.51188 17.074C8.59553 18.071 8.68248 19.0307 8.75944 19.8376C8.81702 20.442 8.86831 20.9803 8.97326 21.3942C9.08677 21.8419 9.30387 22.3146 9.81748 22.5814C10.3273 22.8463 10.8413 22.7569 11.2773 22.6013C11.6864 22.4553 13.3117 21.5902 13.8642 21.2961C14.0641 21.1897 14.2557 21.0878 14.4118 20.9855C14.5868 20.8709 14.7605 20.7292 14.9025 20.5233C15.1487 20.1665 15.1965 19.7443 15.2394 19.365C15.3121 18.7434 15.3992 17.925 15.4775 17.0805C15.4864 16.984 15.5336 16.9174 15.5743 16.8877C18.1386 15.0187 19.9604 12.9661 20.9405 11.8302C21.1243 11.617 21.2731 11.4013 21.3814 11.1469C21.4883 10.8961 21.5465 10.5912 21.5804 10.334C21.6754 9.61398 21.7574 8.99255 21.7494 8.49142C21.7409 7.95166 21.6286 7.42173 21.2209 6.98394C20.8199 6.55329 20.2989 6.39062 19.7562 6.31843C19.2414 6.24995 18.5883 6.24997 17.8169 6.25H16.6351C16.6124 6.33467 16.5865 6.41806 16.5575 6.5C16.6821 6.85239 16.75 7.23135 16.75 7.625V8.375C16.75 10.1548 15.3723 11.6129 13.6252 11.7409C13.3189 12.6195 12.4831 13.25 11.5 13.25C10.5203 13.25 9.68691 12.6239 9.37803 11.75H8.5C7.25736 11.75 6.25 10.7426 6.25 9.5C6.25 8.66718 6.70247 7.94005 7.375 7.55101V6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 1.25C11.9142 1.25 12.25 1.58579 12.25 2V2.75H13.375C14.4105 2.75 15.25 3.58947 15.25 4.625V5.375C15.25 5.7971 15.1105 6.18663 14.8751 6.5C15.1105 6.81337 15.25 7.2029 15.25 7.625V8.375C15.25 9.41053 14.4105 10.25 13.375 10.25H12.25V11C12.25 11.4142 11.9142 11.75 11.5 11.75C11.0858 11.75 10.75 11.4142 10.75 11V10.25H8.5C8.08579 10.25 7.75 9.91421 7.75 9.5C7.75 9.08579 8.08579 8.75 8.5 8.75H8.875L8.875 4.25H8.5C8.08579 4.25 7.75 3.91421 7.75 3.5C7.75 3.08579 8.08579 2.75 8.5 2.75H10.75V2C10.75 1.58579 11.0858 1.25 11.5 1.25ZM10.375 4.25V5.75H13.375C13.5821 5.75 13.75 5.58211 13.75 5.375V4.625C13.75 4.41789 13.5821 4.25 13.375 4.25H10.375ZM13.375 7.25H10.375L10.375 8.75H13.375C13.5821 8.75 13.75 8.58211 13.75 8.375V7.625C13.75 7.41789 13.5821 7.25 13.375 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.375 6.25H6.18313C5.41173 6.24997 4.7586 6.24995 4.24373 6.31843C3.70108 6.39062 3.18005 6.55329 2.77905 6.98394C2.3714 7.42173 2.2591 7.95166 2.25053 8.49142C2.24258 8.99253 2.32455 9.61393 2.41953 10.3339C2.45344 10.5911 2.5117 10.8961 2.61851 11.1469C2.72684 11.4013 2.87559 11.617 3.05943 11.8301C4.03812 12.9646 5.85635 15.0136 8.41551 16.8803C8.45666 16.9103 8.50377 16.9776 8.51188 17.074C8.59553 18.071 8.68248 19.0307 8.75944 19.8376C8.81702 20.442 8.86831 20.9803 8.97326 21.3942C9.08677 21.8419 9.30387 22.3146 9.81748 22.5814C10.3273 22.8463 10.8413 22.7569 11.2773 22.6013C11.6864 22.4553 13.3117 21.5902 13.8642 21.2961C14.0641 21.1897 14.2557 21.0878 14.4118 20.9855C14.5868 20.8709 14.7605 20.7292 14.9025 20.5233C15.1487 20.1665 15.1965 19.7443 15.2394 19.365C15.3121 18.7434 15.3992 17.925 15.4775 17.0805C15.4864 16.984 15.5336 16.9174 15.5743 16.8877C18.1386 15.0187 19.9604 12.9661 20.9405 11.8302C21.1243 11.617 21.2731 11.4013 21.3814 11.1469C21.4883 10.8961 21.5465 10.5912 21.5804 10.334C21.6754 9.61398 21.7574 8.99255 21.7494 8.49142C21.7409 7.95166 21.6286 7.42173 21.2209 6.98394C20.8199 6.55329 20.2989 6.39062 19.7562 6.31843C19.2414 6.24995 18.5883 6.24997 17.8169 6.25H16.6351C16.6124 6.33467 16.5865 6.41806 16.5575 6.5C16.6821 6.85239 16.75 7.23135 16.75 7.625V8.375C16.75 10.1548 15.3723 11.6129 13.6252 11.7409C13.3189 12.6195 12.4831 13.25 11.5 13.25C10.5203 13.25 9.68691 12.6239 9.37803 11.75H8.5C7.25736 11.75 6.25 10.7426 6.25 9.5C6.25 8.66718 6.70247 7.94005 7.375 7.55101V6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-flashdisk{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5 12.25C15.9142 12.25 16.25 12.5858 16.25 13V13.75H17.375C18.4105 13.75 19.25 14.5895 19.25 15.625V16.375C19.25 16.7971 19.1105 17.1866 18.8751 17.5C19.1105 17.8134 19.25 18.2029 19.25 18.625V19.375C19.25 20.4105 18.4105 21.25 17.375 21.25H16.25V22C16.25 22.4142 15.9142 22.75 15.5 22.75C15.0858 22.75 14.75 22.4142 14.75 22V21.25H12.5C12.0858 21.25 11.75 20.9142 11.75 20.5C11.75 20.0858 12.0858 19.75 12.5 19.75H12.875L12.875 15.25H12.5C12.0858 15.25 11.75 14.9142 11.75 14.5C11.75 14.0858 12.0858 13.75 12.5 13.75H14.75V13C14.75 12.5858 15.0858 12.25 15.5 12.25ZM14.375 15.25V16.75H17.375C17.5821 16.75 17.75 16.5821 17.75 16.375V15.625C17.75 15.4179 17.5821 15.25 17.375 15.25H14.375ZM17.375 18.25H14.375L14.375 19.75H17.375C17.5821 19.75 17.75 19.5821 17.75 19.375V18.625C17.75 18.4179 17.5821 18.25 17.375 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5384 1.25C11.2079 1.24998 11.7667 1.24997 12.219 1.29598C12.6925 1.34415 13.1318 1.44886 13.5278 1.71346C13.8281 1.9141 14.0859 2.17191 14.2865 2.47218C14.5511 2.86818 14.6559 3.30755 14.704 3.78102C14.75 4.23335 14.75 4.79206 14.75 5.46163V5.46166L14.75 7.5C14.75 7.91422 14.4142 8.25 14 8.25C13.5858 8.25 13.25 7.91422 13.25 7.5V5.5C13.25 4.78216 13.2491 4.30023 13.2117 3.93283C13.1756 3.57796 13.1118 3.41399 13.0393 3.30554C12.9481 3.16905 12.831 3.05186 12.6945 2.96066C12.586 2.8882 12.422 2.82438 12.0672 2.78828C11.6998 2.75091 11.2178 2.75 10.5 2.75C9.78216 2.75 9.30023 2.75091 8.93283 2.78828C8.57796 2.82438 8.41399 2.8882 8.30554 2.96066C8.16905 3.05186 8.05186 3.16905 7.96066 3.30554C7.8882 3.41399 7.82438 3.57796 7.78828 3.93283C7.75091 4.30023 7.75 4.78216 7.75 5.5V7.5C7.75 7.91422 7.41421 8.25 7 8.25C6.58579 8.25 6.25 7.91422 6.25 7.5V5.46166V5.46163C6.24998 4.79206 6.24997 4.23335 6.29598 3.78102C6.34415 3.30755 6.44886 2.86818 6.71346 2.47218C6.9141 2.17191 7.17191 1.9141 7.47218 1.71346C7.86818 1.44886 8.30755 1.34415 8.78102 1.29598C9.23335 1.24997 9.86877 1.24998 10.5383 1.25H10.5384Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 4.5C9.25 4.08579 9.58579 3.75 10 3.75H11C11.4142 3.75 11.75 4.08579 11.75 4.5C11.75 4.91421 11.4142 5.25 11 5.25H10C9.58579 5.25 9.25 4.91421 9.25 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5625 6.75H11.5625H11.5625H9.45508H9.45506H9.45503C8.55487 6.74997 7.80451 6.74995 7.20887 6.82989C6.58036 6.91424 6.013 7.09976 5.55696 7.555C5.10075 8.01041 4.91467 8.57732 4.83008 9.20535C4.74996 9.80022 4.74999 10.5495 4.75002 11.4479L4.75002 17L4.75001 17.0954C4.74988 17.9333 4.7498 18.4669 4.84147 18.9269C5.21706 20.8118 6.69278 22.2842 8.57922 22.6588C9.03969 22.7502 9.74667 22.7501 10.5864 22.75H10.5865H10.5865C11.2256 22.7501 11.6876 22.7502 12.0749 22.7099C11.0355 22.5112 10.25 21.5973 10.25 20.5C10.25 19.6672 10.7025 18.94 11.375 18.551V16.449C10.7025 16.06 10.25 15.3328 10.25 14.5C10.25 13.2574 11.2574 12.25 12.5 12.25H13.378C13.6869 11.3761 14.5203 10.75 15.5 10.75C15.7606 10.75 16.0109 10.7943 16.2438 10.8758L16.2427 9.8262C16.1963 8.9386 16.0548 8.14817 15.4606 7.555C15.0045 7.09976 14.4372 6.91424 13.8087 6.82989C13.213 6.74995 12.4627 6.74997 11.5625 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5 12.25C15.9142 12.25 16.25 12.5858 16.25 13V13.75H17.375C18.4105 13.75 19.25 14.5895 19.25 15.625V16.375C19.25 16.7971 19.1105 17.1866 18.8751 17.5C19.1105 17.8134 19.25 18.2029 19.25 18.625V19.375C19.25 20.4105 18.4105 21.25 17.375 21.25H16.25V22C16.25 22.4142 15.9142 22.75 15.5 22.75C15.0858 22.75 14.75 22.4142 14.75 22V21.25H12.5C12.0858 21.25 11.75 20.9142 11.75 20.5C11.75 20.0858 12.0858 19.75 12.5 19.75H12.875L12.875 15.25H12.5C12.0858 15.25 11.75 14.9142 11.75 14.5C11.75 14.0858 12.0858 13.75 12.5 13.75H14.75V13C14.75 12.5858 15.0858 12.25 15.5 12.25ZM14.375 15.25V16.75H17.375C17.5821 16.75 17.75 16.5821 17.75 16.375V15.625C17.75 15.4179 17.5821 15.25 17.375 15.25H14.375ZM17.375 18.25H14.375L14.375 19.75H17.375C17.5821 19.75 17.75 19.5821 17.75 19.375V18.625C17.75 18.4179 17.5821 18.25 17.375 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5384 1.25C11.2079 1.24998 11.7667 1.24997 12.219 1.29598C12.6925 1.34415 13.1318 1.44886 13.5278 1.71346C13.8281 1.9141 14.0859 2.17191 14.2865 2.47218C14.5511 2.86818 14.6559 3.30755 14.704 3.78102C14.75 4.23335 14.75 4.79206 14.75 5.46163V5.46166L14.75 7.5C14.75 7.91422 14.4142 8.25 14 8.25C13.5858 8.25 13.25 7.91422 13.25 7.5V5.5C13.25 4.78216 13.2491 4.30023 13.2117 3.93283C13.1756 3.57796 13.1118 3.41399 13.0393 3.30554C12.9481 3.16905 12.831 3.05186 12.6945 2.96066C12.586 2.8882 12.422 2.82438 12.0672 2.78828C11.6998 2.75091 11.2178 2.75 10.5 2.75C9.78216 2.75 9.30023 2.75091 8.93283 2.78828C8.57796 2.82438 8.41399 2.8882 8.30554 2.96066C8.16905 3.05186 8.05186 3.16905 7.96066 3.30554C7.8882 3.41399 7.82438 3.57796 7.78828 3.93283C7.75091 4.30023 7.75 4.78216 7.75 5.5V7.5C7.75 7.91422 7.41421 8.25 7 8.25C6.58579 8.25 6.25 7.91422 6.25 7.5V5.46166V5.46163C6.24998 4.79206 6.24997 4.23335 6.29598 3.78102C6.34415 3.30755 6.44886 2.86818 6.71346 2.47218C6.9141 2.17191 7.17191 1.9141 7.47218 1.71346C7.86818 1.44886 8.30755 1.34415 8.78102 1.29598C9.23335 1.24997 9.86877 1.24998 10.5383 1.25H10.5384Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 4.5C9.25 4.08579 9.58579 3.75 10 3.75H11C11.4142 3.75 11.75 4.08579 11.75 4.5C11.75 4.91421 11.4142 5.25 11 5.25H10C9.58579 5.25 9.25 4.91421 9.25 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5625 6.75H11.5625H11.5625H9.45508H9.45506H9.45503C8.55487 6.74997 7.80451 6.74995 7.20887 6.82989C6.58036 6.91424 6.013 7.09976 5.55696 7.555C5.10075 8.01041 4.91467 8.57732 4.83008 9.20535C4.74996 9.80022 4.74999 10.5495 4.75002 11.4479L4.75002 17L4.75001 17.0954C4.74988 17.9333 4.7498 18.4669 4.84147 18.9269C5.21706 20.8118 6.69278 22.2842 8.57922 22.6588C9.03969 22.7502 9.74667 22.7501 10.5864 22.75H10.5865H10.5865C11.2256 22.7501 11.6876 22.7502 12.0749 22.7099C11.0355 22.5112 10.25 21.5973 10.25 20.5C10.25 19.6672 10.7025 18.94 11.375 18.551V16.449C10.7025 16.06 10.25 15.3328 10.25 14.5C10.25 13.2574 11.2574 12.25 12.5 12.25H13.378C13.6869 11.3761 14.5203 10.75 15.5 10.75C15.7606 10.75 16.0109 10.7943 16.2438 10.8758L16.2427 9.8262C16.1963 8.9386 16.0548 8.14817 15.4606 7.555C15.0045 7.09976 14.4372 6.91424 13.8087 6.82989C13.213 6.74995 12.4627 6.74997 11.5625 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-graph{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 8.75001C11.9328 8.74996 12.3744 8.74991 12.6972 8.79331C13.0527 8.8411 13.4284 8.95355 13.7374 9.26257C14.0465 9.57159 14.1589 9.94732 14.2067 10.3028C14.2501 10.6256 14.2501 11.0224 14.25 11.4553V11.4553V19.5448V19.5448C14.2501 19.9776 14.2501 20.3744 14.2067 20.6972C14.1589 21.0527 14.0465 21.4284 13.7374 21.7374C13.4284 22.0465 13.0527 22.1589 12.6972 22.2067C12.3744 22.2501 11.8881 22.2501 11.4553 22.25H11.4553C11.0224 22.2501 10.6256 22.2501 10.3028 22.2067C9.94732 22.1589 9.57159 22.0465 9.26257 21.7374C8.95355 21.4284 8.8411 21.0527 8.79331 20.6972C8.74991 20.3744 8.74995 19.9776 8.75 19.5448L8.75 11.4553C8.74995 11.0224 8.74991 10.6256 8.79331 10.3028C8.8411 9.94732 8.95355 9.57159 9.26257 9.26257C9.57159 8.95355 9.94732 8.8411 10.3028 8.79331C10.6256 8.74991 11.0672 8.74996 11.5 8.75001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 1.75C19.4142 1.75 19.75 2.08579 19.75 2.5V3.08333H20.5625C21.5393 3.08333 22.25 3.91317 22.25 4.83333V5.5C22.25 5.8624 22.1398 6.2108 21.9465 6.5C22.1398 6.7892 22.25 7.1376 22.25 7.5V8.16667C22.25 9.08683 21.5393 9.91667 20.5625 9.91667H19.75V10.5C19.75 10.9142 19.4142 11.25 19 11.25C18.5858 11.25 18.25 10.9142 18.25 10.5V9.91667H16.5C16.0858 9.91667 15.75 9.58088 15.75 9.16667C15.75 8.75245 16.0858 8.41667 16.5 8.41667H16.6875L16.6875 4.58333H16.5C16.0858 4.58333 15.75 4.24755 15.75 3.83333C15.75 3.41912 16.0858 3.08333 16.5 3.08333H18.25V2.5C18.25 2.08579 18.5858 1.75 19 1.75ZM18.1875 4.58333V5.75H20.5625C20.6212 5.75 20.75 5.6844 20.75 5.5V4.83333C20.75 4.64893 20.6212 4.58333 20.5625 4.58333H18.1875ZM20.5625 7.25H18.1875L18.1875 8.41667H20.5625C20.6212 8.41667 20.75 8.35107 20.75 8.16667V7.5C20.75 7.3156 20.6212 7.25 20.5625 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.54476 11.75C4.97757 11.75 5.3744 11.7499 5.69721 11.7933C6.05269 11.8411 6.42842 11.9535 6.73744 12.2626C7.04647 12.5716 7.15891 12.9473 7.20671 13.3028C7.25011 13.6256 7.25006 14.0224 7.25001 14.4553V14.4553V19.5448V19.5448C7.25006 19.9776 7.25011 20.3744 7.20671 20.6972C7.15891 21.0527 7.04647 21.4284 6.73744 21.7374C6.42842 22.0465 6.0527 22.1589 5.69721 22.2067C5.3744 22.2501 4.88808 22.2501 4.45526 22.25H4.45525C4.02244 22.2501 3.62561 22.2501 3.3028 22.2067C2.94732 22.1589 2.57159 22.0465 2.26257 21.7374C1.95355 21.4284 1.8411 21.0527 1.79331 20.6972C1.74991 20.3744 1.74995 19.9776 1.75 19.5448L1.75 14.4553C1.74995 14.0224 1.74991 13.6256 1.79331 13.3028C1.8411 12.9473 1.95355 12.5716 2.26257 12.2626C2.57159 11.9535 2.94732 11.8411 3.3028 11.7933C3.62561 11.7499 4.11194 11.75 4.54476 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.75 11.2886L15.75 19.5447C15.75 19.9775 15.7499 20.3743 15.7933 20.6971C15.8411 21.0526 15.9535 21.4284 16.2626 21.7374C16.5716 22.0464 16.9473 22.1588 17.3028 22.2066C17.6256 22.25 18.1119 22.25 18.5448 22.2499C18.9776 22.25 19.3744 22.25 19.6972 22.2066C20.0527 22.1588 20.4284 22.0464 20.7374 21.7374C21.0465 21.4284 21.1589 21.0526 21.2067 20.6971C21.2501 20.3743 21.2501 19.9775 21.25 19.5447L21.25 11.3437C21.1917 11.3564 21.1326 11.3675 21.0727 11.377C20.7308 12.1839 19.9315 12.7499 19 12.7499C18.0838 12.7499 17.2955 12.2023 16.9446 11.4166H16.5C16.237 11.4166 15.9846 11.3715 15.75 11.2886Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 8.75001C11.9328 8.74996 12.3744 8.74991 12.6972 8.79331C13.0527 8.8411 13.4284 8.95355 13.7374 9.26257C14.0465 9.57159 14.1589 9.94732 14.2067 10.3028C14.2501 10.6256 14.2501 11.0224 14.25 11.4553V11.4553V19.5448V19.5448C14.2501 19.9776 14.2501 20.3744 14.2067 20.6972C14.1589 21.0527 14.0465 21.4284 13.7374 21.7374C13.4284 22.0465 13.0527 22.1589 12.6972 22.2067C12.3744 22.2501 11.8881 22.2501 11.4553 22.25H11.4553C11.0224 22.2501 10.6256 22.2501 10.3028 22.2067C9.94732 22.1589 9.57159 22.0465 9.26257 21.7374C8.95355 21.4284 8.8411 21.0527 8.79331 20.6972C8.74991 20.3744 8.74995 19.9776 8.75 19.5448L8.75 11.4553C8.74995 11.0224 8.74991 10.6256 8.79331 10.3028C8.8411 9.94732 8.95355 9.57159 9.26257 9.26257C9.57159 8.95355 9.94732 8.8411 10.3028 8.79331C10.6256 8.74991 11.0672 8.74996 11.5 8.75001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 1.75C19.4142 1.75 19.75 2.08579 19.75 2.5V3.08333H20.5625C21.5393 3.08333 22.25 3.91317 22.25 4.83333V5.5C22.25 5.8624 22.1398 6.2108 21.9465 6.5C22.1398 6.7892 22.25 7.1376 22.25 7.5V8.16667C22.25 9.08683 21.5393 9.91667 20.5625 9.91667H19.75V10.5C19.75 10.9142 19.4142 11.25 19 11.25C18.5858 11.25 18.25 10.9142 18.25 10.5V9.91667H16.5C16.0858 9.91667 15.75 9.58088 15.75 9.16667C15.75 8.75245 16.0858 8.41667 16.5 8.41667H16.6875L16.6875 4.58333H16.5C16.0858 4.58333 15.75 4.24755 15.75 3.83333C15.75 3.41912 16.0858 3.08333 16.5 3.08333H18.25V2.5C18.25 2.08579 18.5858 1.75 19 1.75ZM18.1875 4.58333V5.75H20.5625C20.6212 5.75 20.75 5.6844 20.75 5.5V4.83333C20.75 4.64893 20.6212 4.58333 20.5625 4.58333H18.1875ZM20.5625 7.25H18.1875L18.1875 8.41667H20.5625C20.6212 8.41667 20.75 8.35107 20.75 8.16667V7.5C20.75 7.3156 20.6212 7.25 20.5625 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.54476 11.75C4.97757 11.75 5.3744 11.7499 5.69721 11.7933C6.05269 11.8411 6.42842 11.9535 6.73744 12.2626C7.04647 12.5716 7.15891 12.9473 7.20671 13.3028C7.25011 13.6256 7.25006 14.0224 7.25001 14.4553V14.4553V19.5448V19.5448C7.25006 19.9776 7.25011 20.3744 7.20671 20.6972C7.15891 21.0527 7.04647 21.4284 6.73744 21.7374C6.42842 22.0465 6.0527 22.1589 5.69721 22.2067C5.3744 22.2501 4.88808 22.2501 4.45526 22.25H4.45525C4.02244 22.2501 3.62561 22.2501 3.3028 22.2067C2.94732 22.1589 2.57159 22.0465 2.26257 21.7374C1.95355 21.4284 1.8411 21.0527 1.79331 20.6972C1.74991 20.3744 1.74995 19.9776 1.75 19.5448L1.75 14.4553C1.74995 14.0224 1.74991 13.6256 1.79331 13.3028C1.8411 12.9473 1.95355 12.5716 2.26257 12.2626C2.57159 11.9535 2.94732 11.8411 3.3028 11.7933C3.62561 11.7499 4.11194 11.75 4.54476 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.75 11.2886L15.75 19.5447C15.75 19.9775 15.7499 20.3743 15.7933 20.6971C15.8411 21.0526 15.9535 21.4284 16.2626 21.7374C16.5716 22.0464 16.9473 22.1588 17.3028 22.2066C17.6256 22.25 18.1119 22.25 18.5448 22.2499C18.9776 22.25 19.3744 22.25 19.6972 22.2066C20.0527 22.1588 20.4284 22.0464 20.7374 21.7374C21.0465 21.4284 21.1589 21.0526 21.2067 20.6971C21.2501 20.3743 21.2501 19.9775 21.25 19.5447L21.25 11.3437C21.1917 11.3564 21.1326 11.3675 21.0727 11.377C20.7308 12.1839 19.9315 12.7499 19 12.7499C18.0838 12.7499 17.2955 12.2023 16.9446 11.4166H16.5C16.237 11.4166 15.9846 11.3715 15.75 11.2886Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-invoice{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.7663 7.25H20.016C20.5254 7.25 20.8236 7.24804 21.0358 7.21631C21.1317 7.20197 21.1776 7.18544 21.1969 7.17658C21.2095 7.17082 21.2118 7.16832 21.2153 7.16436C21.2151 7.16446 21.2153 7.16432 21.2153 7.16436C21.2183 7.16254 21.2426 7.1475 21.2487 7.00716C21.2569 6.81923 21.2283 6.55875 21.173 6.09207C21.0404 4.97278 20.7989 4.05692 20.513 3.44447C20.3694 3.13683 20.2313 2.94203 20.121 2.83431C20.069 2.78358 20.0343 2.76222 20.0165 2.75367C19.9892 2.76622 19.9219 2.80796 19.8186 2.93803C19.652 3.14771 19.469 3.49739 19.3014 3.99624C19.0218 4.8283 18.8227 5.96097 18.7663 7.25ZM18.6441 2.00499C18.9537 1.61524 19.412 1.25 20.016 1.25C20.4911 1.25 20.8802 1.4793 21.1687 1.7609C21.4541 2.03946 21.6847 2.40829 21.8722 2.81006C22.2486 3.61641 22.5188 4.70246 22.6626 5.91555C22.6645 5.93184 22.6665 5.94811 22.6684 5.96436C22.7158 6.36373 22.7614 6.74775 22.7473 7.07225C22.7309 7.4502 22.6325 7.83058 22.3326 8.16517C22.0239 8.50953 21.6366 8.64315 21.2576 8.69983C20.921 8.75013 20.5084 8.75007 20.0646 8.75C20.0484 8.75 20.0323 8.75 20.016 8.75H17.25V8C17.25 6.28446 17.4825 4.70005 17.8795 3.51848C18.0768 2.93154 18.3282 2.40255 18.6441 2.00499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.2239 22.5507C9.44762 22.6611 9.7007 22.75 10 22.75C10.2993 22.75 10.5524 22.6611 10.7761 22.5507L13.3709 20.9417C13.5489 20.7769 14.0497 20.5462 14.629 20.9417C14.8398 21.0865 15.6025 21.6033 15.8729 21.7447C16.345 21.9917 17.1856 22.3299 17.9441 21.8414C18.4575 21.5107 18.6185 20.9658 18.6851 20.487C18.7501 20.0198 18.75 19.4096 18.75 18.7009V18.7008L18.75 8C18.75 6.40183 18.9688 4.98625 19.3014 3.99624C19.469 3.49739 19.6872 3.00513 20.0256 2.74994L20.016 1.25H7.94471H7.94466C6.57746 1.24998 5.47476 1.24997 4.60737 1.36764C3.70602 1.48992 2.94761 1.75161 2.34597 2.35869C1.74526 2.96484 1.48716 3.72735 1.36641 4.63362C1.24997 5.50754 1.24998 6.61906 1.25 7.99976L1.25 18.7008C1.24996 19.4095 1.24992 20.0198 1.3149 20.487C1.38152 20.9658 1.54247 21.5107 2.05584 21.8414C2.81435 22.3299 3.655 21.9917 4.12709 21.7447C4.39744 21.6033 5.16019 21.0865 5.37095 20.9417C5.54336 20.7859 6.03635 20.5679 6.62905 20.9417L9.2239 22.5507ZM10.75 6C10.75 5.58579 10.4142 5.25 10 5.25C9.58579 5.25 9.25 5.58579 9.25 6V6.75H7C6.58579 6.75 6.25 7.08579 6.25 7.5C6.25 7.91421 6.58579 8.25 7 8.25H7.375V10.5002V12.75H7C6.58579 12.75 6.25 13.0858 6.25 13.5C6.25 13.9142 6.58579 14.25 7 14.25H9.25V15C9.25 15.4142 9.58579 15.75 10 15.75C10.4142 15.75 10.75 15.4142 10.75 15V14.25H11.875C12.9105 14.25 13.75 13.4105 13.75 12.375V11.625C13.75 11.2029 13.6105 10.8134 13.3751 10.5C13.6105 10.1866 13.75 9.7971 13.75 9.375V8.625C13.75 7.58947 12.9105 6.75 11.875 6.75H10.75V6ZM8.875 9.75V8.25H11.875C12.0821 8.25 12.25 8.41789 12.25 8.625V9.375C12.25 9.58211 12.0821 9.75 11.875 9.75H8.875ZM8.875 11.25H11.875C12.0821 11.25 12.25 11.4179 12.25 11.625V12.375C12.25 12.5821 12.0821 12.75 11.875 12.75H8.875L8.875 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.7663 7.25H20.016C20.5254 7.25 20.8236 7.24804 21.0358 7.21631C21.1317 7.20197 21.1776 7.18544 21.1969 7.17658C21.2095 7.17082 21.2118 7.16832 21.2153 7.16436C21.2151 7.16446 21.2153 7.16432 21.2153 7.16436C21.2183 7.16254 21.2426 7.1475 21.2487 7.00716C21.2569 6.81923 21.2283 6.55875 21.173 6.09207C21.0404 4.97278 20.7989 4.05692 20.513 3.44447C20.3694 3.13683 20.2313 2.94203 20.121 2.83431C20.069 2.78358 20.0343 2.76222 20.0165 2.75367C19.9892 2.76622 19.9219 2.80796 19.8186 2.93803C19.652 3.14771 19.469 3.49739 19.3014 3.99624C19.0218 4.8283 18.8227 5.96097 18.7663 7.25ZM18.6441 2.00499C18.9537 1.61524 19.412 1.25 20.016 1.25C20.4911 1.25 20.8802 1.4793 21.1687 1.7609C21.4541 2.03946 21.6847 2.40829 21.8722 2.81006C22.2486 3.61641 22.5188 4.70246 22.6626 5.91555C22.6645 5.93184 22.6665 5.94811 22.6684 5.96436C22.7158 6.36373 22.7614 6.74775 22.7473 7.07225C22.7309 7.4502 22.6325 7.83058 22.3326 8.16517C22.0239 8.50953 21.6366 8.64315 21.2576 8.69983C20.921 8.75013 20.5084 8.75007 20.0646 8.75C20.0484 8.75 20.0323 8.75 20.016 8.75H17.25V8C17.25 6.28446 17.4825 4.70005 17.8795 3.51848C18.0768 2.93154 18.3282 2.40255 18.6441 2.00499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.2239 22.5507C9.44762 22.6611 9.7007 22.75 10 22.75C10.2993 22.75 10.5524 22.6611 10.7761 22.5507L13.3709 20.9417C13.5489 20.7769 14.0497 20.5462 14.629 20.9417C14.8398 21.0865 15.6025 21.6033 15.8729 21.7447C16.345 21.9917 17.1856 22.3299 17.9441 21.8414C18.4575 21.5107 18.6185 20.9658 18.6851 20.487C18.7501 20.0198 18.75 19.4096 18.75 18.7009V18.7008L18.75 8C18.75 6.40183 18.9688 4.98625 19.3014 3.99624C19.469 3.49739 19.6872 3.00513 20.0256 2.74994L20.016 1.25H7.94471H7.94466C6.57746 1.24998 5.47476 1.24997 4.60737 1.36764C3.70602 1.48992 2.94761 1.75161 2.34597 2.35869C1.74526 2.96484 1.48716 3.72735 1.36641 4.63362C1.24997 5.50754 1.24998 6.61906 1.25 7.99976L1.25 18.7008C1.24996 19.4095 1.24992 20.0198 1.3149 20.487C1.38152 20.9658 1.54247 21.5107 2.05584 21.8414C2.81435 22.3299 3.655 21.9917 4.12709 21.7447C4.39744 21.6033 5.16019 21.0865 5.37095 20.9417C5.54336 20.7859 6.03635 20.5679 6.62905 20.9417L9.2239 22.5507ZM10.75 6C10.75 5.58579 10.4142 5.25 10 5.25C9.58579 5.25 9.25 5.58579 9.25 6V6.75H7C6.58579 6.75 6.25 7.08579 6.25 7.5C6.25 7.91421 6.58579 8.25 7 8.25H7.375V10.5002V12.75H7C6.58579 12.75 6.25 13.0858 6.25 13.5C6.25 13.9142 6.58579 14.25 7 14.25H9.25V15C9.25 15.4142 9.58579 15.75 10 15.75C10.4142 15.75 10.75 15.4142 10.75 15V14.25H11.875C12.9105 14.25 13.75 13.4105 13.75 12.375V11.625C13.75 11.2029 13.6105 10.8134 13.3751 10.5C13.6105 10.1866 13.75 9.7971 13.75 9.375V8.625C13.75 7.58947 12.9105 6.75 11.875 6.75H10.75V6ZM8.875 9.75V8.25H11.875C12.0821 8.25 12.25 8.41789 12.25 8.625V9.375C12.25 9.58211 12.0821 9.75 11.875 9.75H8.875ZM8.875 11.25H11.875C12.0821 11.25 12.25 11.4179 12.25 11.625V12.375C12.25 12.5821 12.0821 12.75 11.875 12.75H8.875L8.875 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-key{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 1.25C5.32436 1.25 2.75 3.82436 2.75 7C2.75 8.97049 3.74152 10.7086 5.25 11.744L5.24992 17.964C5.24925 18.6626 5.24872 19.2155 5.45933 19.724C5.66994 20.2324 6.06127 20.623 6.55573 21.1165L7.96967 22.5303C8.26256 22.8232 8.73744 22.8232 9.03033 22.5303L11.1577 20.403C11.2355 20.3254 11.3185 20.2425 11.3902 20.1487C11.5755 19.9063 11.6943 19.6197 11.7346 19.3172C11.7502 19.2002 11.7501 19.0829 11.75 18.973C11.7501 18.8838 11.7502 18.7396 11.7397 18.6436C11.7126 18.3955 11.6328 18.1561 11.5056 17.9413C11.4563 17.8582 11.3991 17.782 11.3456 17.7107L11.3455 17.7107L10.4375 16.5L10.8583 15.939C11.1982 15.4865 11.4669 15.1289 11.6089 14.703C11.7508 14.2771 11.7505 13.8297 11.7501 13.2638L11.75 11.744C13.2585 10.7086 14.25 8.97049 14.25 7C14.25 3.82436 11.6756 1.25 8.5 1.25ZM8.49329 5.5C7.66857 5.5 7 6.17157 7 7C7 7.82843 7.66857 8.5 8.49329 8.5H8.50671C9.33143 8.5 10 7.82843 10 7C10 6.17157 9.33143 5.5 8.50671 5.5H8.49329Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 11.25C17.9142 11.25 18.25 11.5858 18.25 12V12.75H19.375C20.4105 12.75 21.25 13.5895 21.25 14.625V15.375C21.25 15.7971 21.1105 16.1866 20.8751 16.5C21.1105 16.8134 21.25 17.2029 21.25 17.625V18.375C21.25 19.4105 20.4105 20.25 19.375 20.25H18.25V21C18.25 21.4142 17.9142 21.75 17.5 21.75C17.0858 21.75 16.75 21.4142 16.75 21V20.25H14.5C14.0858 20.25 13.75 19.9142 13.75 19.5C13.75 19.0858 14.0858 18.75 14.5 18.75H14.875V16.5002C14.875 16.5001 14.875 16.5002 14.875 16.5002L14.875 14.25H14.5C14.0858 14.25 13.75 13.9142 13.75 13.5C13.75 13.0858 14.0858 12.75 14.5 12.75H16.75V12C16.75 11.5858 17.0858 11.25 17.5 11.25ZM16.375 14.25V15.75H19.375C19.5821 15.75 19.75 15.5821 19.75 15.375V14.625C19.75 14.4179 19.5821 14.25 19.375 14.25H16.375ZM19.375 17.25H16.375L16.375 18.75H19.375C19.5821 18.75 19.75 18.5821 19.75 18.375V17.625C19.75 17.4179 19.5821 17.25 19.375 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 1.25C5.32436 1.25 2.75 3.82436 2.75 7C2.75 8.97049 3.74152 10.7086 5.25 11.744L5.24992 17.964C5.24925 18.6626 5.24872 19.2155 5.45933 19.724C5.66994 20.2324 6.06127 20.623 6.55573 21.1165L7.96967 22.5303C8.26256 22.8232 8.73744 22.8232 9.03033 22.5303L11.1577 20.403C11.2355 20.3254 11.3185 20.2425 11.3902 20.1487C11.5755 19.9063 11.6943 19.6197 11.7346 19.3172C11.7502 19.2002 11.7501 19.0829 11.75 18.973C11.7501 18.8838 11.7502 18.7396 11.7397 18.6436C11.7126 18.3955 11.6328 18.1561 11.5056 17.9413C11.4563 17.8582 11.3991 17.782 11.3456 17.7107L11.3455 17.7107L10.4375 16.5L10.8583 15.939C11.1982 15.4865 11.4669 15.1289 11.6089 14.703C11.7508 14.2771 11.7505 13.8297 11.7501 13.2638L11.75 11.744C13.2585 10.7086 14.25 8.97049 14.25 7C14.25 3.82436 11.6756 1.25 8.5 1.25ZM8.49329 5.5C7.66857 5.5 7 6.17157 7 7C7 7.82843 7.66857 8.5 8.49329 8.5H8.50671C9.33143 8.5 10 7.82843 10 7C10 6.17157 9.33143 5.5 8.50671 5.5H8.49329Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 11.25C17.9142 11.25 18.25 11.5858 18.25 12V12.75H19.375C20.4105 12.75 21.25 13.5895 21.25 14.625V15.375C21.25 15.7971 21.1105 16.1866 20.8751 16.5C21.1105 16.8134 21.25 17.2029 21.25 17.625V18.375C21.25 19.4105 20.4105 20.25 19.375 20.25H18.25V21C18.25 21.4142 17.9142 21.75 17.5 21.75C17.0858 21.75 16.75 21.4142 16.75 21V20.25H14.5C14.0858 20.25 13.75 19.9142 13.75 19.5C13.75 19.0858 14.0858 18.75 14.5 18.75H14.875V16.5002C14.875 16.5001 14.875 16.5002 14.875 16.5002L14.875 14.25H14.5C14.0858 14.25 13.75 13.9142 13.75 13.5C13.75 13.0858 14.0858 12.75 14.5 12.75H16.75V12C16.75 11.5858 17.0858 11.25 17.5 11.25ZM16.375 14.25V15.75H19.375C19.5821 15.75 19.75 15.5821 19.75 15.375V14.625C19.75 14.4179 19.5821 14.25 19.375 14.25H16.375ZM19.375 17.25H16.375L16.375 18.75H19.375C19.5821 18.75 19.75 18.5821 19.75 18.375V17.625C19.75 17.4179 19.5821 17.25 19.375 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-location{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.09314 18.156C7.25592 18.6362 6.97308 19.1493 6.46141 19.302C5.90507 19.4681 5.5293 19.6408 5.31325 19.7883C5.58748 19.9591 6.10633 20.186 6.76311 20.359C8.06315 20.7016 9.91501 20.9253 12 20.9253C14.085 20.9253 15.9368 20.7016 17.2369 20.359C17.8937 20.186 18.4125 19.9591 18.6867 19.7883C18.4707 19.6408 18.0949 19.4681 17.5386 19.302C17.0269 19.1493 16.7441 18.6362 16.9069 18.156C17.0696 17.6759 17.6164 17.4104 18.1281 17.5632C18.7816 17.7583 19.3779 18.0034 19.8316 18.3134C20.2628 18.608 20.75 19.0942 20.75 19.7882C20.75 20.5417 20.1798 21.0498 19.7043 21.3461C19.1914 21.6656 18.5133 21.918 17.7625 22.1158C16.2476 22.515 14.2106 22.75 12 22.75C9.78944 22.75 7.75241 22.515 6.23745 22.1158C5.48673 21.918 4.80864 21.6656 4.29572 21.3461C3.82015 21.0498 3.25 20.5417 3.25 19.7882C3.25 19.0942 3.73723 18.608 4.1684 18.3134C4.62209 18.0034 5.21843 17.7583 5.87192 17.5632C6.3836 17.4104 6.93035 17.6759 7.09314 18.156Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0006 1.25C8.75653 1.25 5.67064 3.20636 4.38057 6.28267C3.17965 9.14639 3.83178 11.5859 5.18167 13.667C6.28481 15.3676 7.89417 16.8856 9.33472 18.2444L9.33474 18.2444L9.33501 18.2447C9.60894 18.5031 9.87677 18.7557 10.1338 19.0027L10.1355 19.0043C10.6373 19.4836 11.3062 19.75 12.0006 19.75C12.6949 19.75 13.3638 19.4835 13.8657 19.0042C14.1088 18.772 14.3614 18.5346 14.6195 18.2921L14.6195 18.292C16.0756 16.9236 17.7072 15.3903 18.8219 13.668C20.1701 11.5848 20.82 9.14286 19.6205 6.28267C18.3305 3.20637 15.2446 1.25 12.0006 1.25ZM12.75 5C12.75 4.58579 12.4142 4.25 12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V5.58333H9.5C9.08579 5.58333 8.75 5.91912 8.75 6.33333C8.75 6.74755 9.08579 7.08333 9.5 7.08333H9.6875V10.9167H9.5C9.08579 10.9167 8.75 11.2525 8.75 11.6667C8.75 12.0809 9.08579 12.4167 9.5 12.4167H11.25V13C11.25 13.4142 11.5858 13.75 12 13.75C12.4142 13.75 12.75 13.4142 12.75 13V12.4167H13.5625C14.5393 12.4167 15.25 11.5868 15.25 10.6667V10C15.25 9.6376 15.1398 9.2892 14.9465 9C15.1398 8.7108 15.25 8.3624 15.25 8V7.33333C15.25 6.41317 14.5393 5.58333 13.5625 5.58333H12.75V5ZM11.1875 8.25V7.08333H13.5625C13.6212 7.08333 13.75 7.14893 13.75 7.33333V8C13.75 8.1844 13.6212 8.25 13.5625 8.25H11.1875ZM11.1875 9.75H13.5625C13.6212 9.75 13.75 9.8156 13.75 10V10.6667C13.75 10.8511 13.6212 10.9167 13.5625 10.9167H11.1875V9.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.09314 18.156C7.25592 18.6362 6.97308 19.1493 6.46141 19.302C5.90507 19.4681 5.5293 19.6408 5.31325 19.7883C5.58748 19.9591 6.10633 20.186 6.76311 20.359C8.06315 20.7016 9.91501 20.9253 12 20.9253C14.085 20.9253 15.9368 20.7016 17.2369 20.359C17.8937 20.186 18.4125 19.9591 18.6867 19.7883C18.4707 19.6408 18.0949 19.4681 17.5386 19.302C17.0269 19.1493 16.7441 18.6362 16.9069 18.156C17.0696 17.6759 17.6164 17.4104 18.1281 17.5632C18.7816 17.7583 19.3779 18.0034 19.8316 18.3134C20.2628 18.608 20.75 19.0942 20.75 19.7882C20.75 20.5417 20.1798 21.0498 19.7043 21.3461C19.1914 21.6656 18.5133 21.918 17.7625 22.1158C16.2476 22.515 14.2106 22.75 12 22.75C9.78944 22.75 7.75241 22.515 6.23745 22.1158C5.48673 21.918 4.80864 21.6656 4.29572 21.3461C3.82015 21.0498 3.25 20.5417 3.25 19.7882C3.25 19.0942 3.73723 18.608 4.1684 18.3134C4.62209 18.0034 5.21843 17.7583 5.87192 17.5632C6.3836 17.4104 6.93035 17.6759 7.09314 18.156Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0006 1.25C8.75653 1.25 5.67064 3.20636 4.38057 6.28267C3.17965 9.14639 3.83178 11.5859 5.18167 13.667C6.28481 15.3676 7.89417 16.8856 9.33472 18.2444L9.33474 18.2444L9.33501 18.2447C9.60894 18.5031 9.87677 18.7557 10.1338 19.0027L10.1355 19.0043C10.6373 19.4836 11.3062 19.75 12.0006 19.75C12.6949 19.75 13.3638 19.4835 13.8657 19.0042C14.1088 18.772 14.3614 18.5346 14.6195 18.2921L14.6195 18.292C16.0756 16.9236 17.7072 15.3903 18.8219 13.668C20.1701 11.5848 20.82 9.14286 19.6205 6.28267C18.3305 3.20637 15.2446 1.25 12.0006 1.25ZM12.75 5C12.75 4.58579 12.4142 4.25 12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V5.58333H9.5C9.08579 5.58333 8.75 5.91912 8.75 6.33333C8.75 6.74755 9.08579 7.08333 9.5 7.08333H9.6875V10.9167H9.5C9.08579 10.9167 8.75 11.2525 8.75 11.6667C8.75 12.0809 9.08579 12.4167 9.5 12.4167H11.25V13C11.25 13.4142 11.5858 13.75 12 13.75C12.4142 13.75 12.75 13.4142 12.75 13V12.4167H13.5625C14.5393 12.4167 15.25 11.5868 15.25 10.6667V10C15.25 9.6376 15.1398 9.2892 14.9465 9C15.1398 8.7108 15.25 8.3624 15.25 8V7.33333C15.25 6.41317 14.5393 5.58333 13.5625 5.58333H12.75V5ZM11.1875 8.25V7.08333H13.5625C13.6212 7.08333 13.75 7.14893 13.75 7.33333V8C13.75 8.1844 13.6212 8.25 13.5625 8.25H11.1875ZM11.1875 9.75H13.5625C13.6212 9.75 13.75 9.8156 13.75 10V10.6667C13.75 10.8511 13.6212 10.9167 13.5625 10.9167H11.1875V9.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-lock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C10.067 3.25 8.5 4.817 8.5 6.75V9.25C8.5 9.80228 8.05228 10.25 7.5 10.25C6.94772 10.25 6.5 9.80228 6.5 9.25V6.75C6.5 3.71243 8.96243 1.25 12 1.25C15.0376 1.25 17.5 3.71243 17.5 6.75V9.25C17.5 9.80228 17.0523 10.25 16.5 10.25C15.9477 10.25 15.5 9.80228 15.5 9.25V6.75C15.5 4.817 13.933 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.25C10.4042 8.25 8.95364 8.28422 7.52522 8.34988C5.46716 8.4445 3.79609 10.0382 3.52452 12.0552C3.37636 13.1556 3.25 14.3118 3.25 15.5C3.25 16.6882 3.37636 17.8444 3.52452 18.9448C3.79609 20.9618 5.46716 22.5555 7.52522 22.6501C8.95364 22.7158 10.4042 22.75 12 22.75C13.5958 22.75 15.0464 22.7158 16.4748 22.6501C18.5328 22.5555 20.2039 20.9618 20.4755 18.9448C20.6236 17.8444 20.75 16.6882 20.75 15.5C20.75 14.3118 20.6236 13.1556 20.4755 12.0552C20.2039 10.0382 18.5328 8.4445 16.4748 8.34989C15.0464 8.28422 13.5958 8.25 12 8.25ZM12.75 11.5C12.75 11.0858 12.4142 10.75 12 10.75C11.5858 10.75 11.25 11.0858 11.25 11.5V12.0833H9.5C9.08579 12.0833 8.75 12.4191 8.75 12.8333C8.75 13.2475 9.08579 13.5833 9.5 13.5833H9.6875V17.4167H9.5C9.08579 17.4167 8.75 17.7525 8.75 18.1667C8.75 18.5809 9.08579 18.9167 9.5 18.9167H11.25V19.5C11.25 19.9142 11.5858 20.25 12 20.25C12.4142 20.25 12.75 19.9142 12.75 19.5V18.9167H13.5625C14.5393 18.9167 15.25 18.0868 15.25 17.1667V16.5C15.25 16.1376 15.1398 15.7892 14.9465 15.5C15.1398 15.2108 15.25 14.8624 15.25 14.5V13.8333C15.25 12.9132 14.5393 12.0833 13.5625 12.0833H12.75V11.5ZM11.1875 14.75V13.5833H13.5625C13.6212 13.5833 13.75 13.6489 13.75 13.8333V14.5C13.75 14.6844 13.6212 14.75 13.5625 14.75H11.1875ZM11.1875 16.25H13.5625C13.6212 16.25 13.75 16.3156 13.75 16.5V17.1667C13.75 17.3511 13.6212 17.4167 13.5625 17.4167H11.1875V16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C10.067 3.25 8.5 4.817 8.5 6.75V9.25C8.5 9.80228 8.05228 10.25 7.5 10.25C6.94772 10.25 6.5 9.80228 6.5 9.25V6.75C6.5 3.71243 8.96243 1.25 12 1.25C15.0376 1.25 17.5 3.71243 17.5 6.75V9.25C17.5 9.80228 17.0523 10.25 16.5 10.25C15.9477 10.25 15.5 9.80228 15.5 9.25V6.75C15.5 4.817 13.933 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.25C10.4042 8.25 8.95364 8.28422 7.52522 8.34988C5.46716 8.4445 3.79609 10.0382 3.52452 12.0552C3.37636 13.1556 3.25 14.3118 3.25 15.5C3.25 16.6882 3.37636 17.8444 3.52452 18.9448C3.79609 20.9618 5.46716 22.5555 7.52522 22.6501C8.95364 22.7158 10.4042 22.75 12 22.75C13.5958 22.75 15.0464 22.7158 16.4748 22.6501C18.5328 22.5555 20.2039 20.9618 20.4755 18.9448C20.6236 17.8444 20.75 16.6882 20.75 15.5C20.75 14.3118 20.6236 13.1556 20.4755 12.0552C20.2039 10.0382 18.5328 8.4445 16.4748 8.34989C15.0464 8.28422 13.5958 8.25 12 8.25ZM12.75 11.5C12.75 11.0858 12.4142 10.75 12 10.75C11.5858 10.75 11.25 11.0858 11.25 11.5V12.0833H9.5C9.08579 12.0833 8.75 12.4191 8.75 12.8333C8.75 13.2475 9.08579 13.5833 9.5 13.5833H9.6875V17.4167H9.5C9.08579 17.4167 8.75 17.7525 8.75 18.1667C8.75 18.5809 9.08579 18.9167 9.5 18.9167H11.25V19.5C11.25 19.9142 11.5858 20.25 12 20.25C12.4142 20.25 12.75 19.9142 12.75 19.5V18.9167H13.5625C14.5393 18.9167 15.25 18.0868 15.25 17.1667V16.5C15.25 16.1376 15.1398 15.7892 14.9465 15.5C15.1398 15.2108 15.25 14.8624 15.25 14.5V13.8333C15.25 12.9132 14.5393 12.0833 13.5625 12.0833H12.75V11.5ZM11.1875 14.75V13.5833H13.5625C13.6212 13.5833 13.75 13.6489 13.75 13.8333V14.5C13.75 14.6844 13.6212 14.75 13.5625 14.75H11.1875ZM11.1875 16.25H13.5625C13.6212 16.25 13.75 16.3156 13.75 16.5V17.1667C13.75 17.3511 13.6212 17.4167 13.5625 17.4167H11.1875V16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-mail{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.62441 6.58405C5.85417 6.9287 5.76104 7.39435 5.4164 7.62412L4.1976 8.43665C3.74928 8.73553 3.45596 8.93199 3.24145 9.10594C3.03912 9.27003 2.9511 9.38007 2.8961 9.48327C2.87412 9.52449 2.85422 9.57047 2.83673 9.62723L9.2993 13.5048C10.0642 13.9637 10.5908 14.2786 11.0284 14.4844C11.4506 14.6829 11.7339 14.7515 12.0004 14.7515C12.2669 14.7515 12.5502 14.6829 12.9724 14.4844C13.41 14.2786 13.9366 13.9637 14.7015 13.5048L21.164 9.62726C21.1465 9.57049 21.1266 9.5245 21.1046 9.48327C21.0496 9.38007 20.9616 9.27003 20.7593 9.10594C20.5448 8.93198 20.2515 8.73553 19.8031 8.43665L18.5843 7.62412C18.2397 7.39435 18.1466 6.9287 18.3763 6.58405C18.6061 6.23941 19.0718 6.14628 19.4164 6.37604L20.6625 7.20679C21.0761 7.48249 21.4286 7.71749 21.7041 7.9409C21.9978 8.17909 22.2466 8.43675 22.4283 8.7777C22.6289 9.15396 22.6999 9.54114 22.7286 9.96088C22.7509 10.286 22.7496 10.6716 22.7481 11.1187L22.748 11.1432C22.7438 12.4028 22.732 13.6895 22.6995 14.9929L22.6981 15.0514C22.661 16.539 22.631 17.7391 22.4607 18.7047C22.282 19.7181 21.9387 20.5427 21.2346 21.2468C20.529 21.9524 19.6977 22.2951 18.6757 22.4737C17.7003 22.644 16.4852 22.6744 14.9766 22.7121L14.9184 22.7135C12.9673 22.7623 11.0335 22.7623 9.08238 22.7135L9.02417 22.7121C7.51556 22.6744 6.30049 22.6441 5.32512 22.4737C4.30305 22.2951 3.47177 21.9524 2.7662 21.2469C2.0621 20.5427 1.71878 19.7181 1.54005 18.7047C1.36975 17.7391 1.33982 16.539 1.30271 15.0514L1.30125 14.9929C1.26871 13.6895 1.257 12.4028 1.25276 11.1432L1.25268 11.1188C1.25117 10.6716 1.24987 10.286 1.27213 9.96084C1.30086 9.54112 1.37185 9.15395 1.5724 8.77771C1.75414 8.43675 2.00292 8.17909 2.29664 7.9409C2.57213 7.71748 2.92463 7.4825 3.33822 7.20679L4.58435 6.37604C4.92899 6.14628 5.39465 6.23941 5.62441 6.58405Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.052 1.25C15.9505 1.24997 16.6997 1.24995 17.2945 1.32991C17.9223 1.41432 18.4891 1.59999 18.9445 2.05546C19.4 2.51093 19.5857 3.07773 19.6701 3.70552C19.7501 4.3003 19.75 5.04951 19.75 5.94798V5.94801L19.75 12C19.75 12.4142 19.4142 12.75 19 12.75C18.5858 12.75 18.25 12.4142 18.25 12V6C18.25 5.03599 18.2484 4.38843 18.1835 3.90539C18.1214 3.44393 18.0142 3.24644 17.8839 3.11612C17.7536 2.9858 17.5561 2.87858 17.0946 2.81654C16.6116 2.7516 15.964 2.75 15 2.75H9C8.03599 2.75 7.38843 2.7516 6.90539 2.81654C6.44393 2.87858 6.24644 2.9858 6.11612 3.11612C5.9858 3.24644 5.87858 3.44393 5.81654 3.90539C5.7516 4.38843 5.75 5.03599 5.75 6V12C5.75 12.4142 5.41422 12.75 5 12.75C4.58579 12.75 4.25 12.4142 4.25 12L4.25 5.948V5.94797C4.24997 5.0495 4.24995 4.3003 4.32991 3.70552C4.41432 3.07773 4.59999 2.51093 5.05546 2.05546C5.51093 1.59999 6.07773 1.41432 6.70552 1.32991C7.3003 1.24995 8.04951 1.24997 8.94797 1.25H8.948H15.052H15.052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.75C12.4142 3.75 12.75 4.08579 12.75 4.5V5.08333H13.5625C14.5393 5.08333 15.25 5.91317 15.25 6.83333V7.5C15.25 7.8624 15.1398 8.2108 14.9465 8.5C15.1398 8.7892 15.25 9.1376 15.25 9.5V10.1667C15.25 11.0868 14.5393 11.9167 13.5625 11.9167H12.75V12.5C12.75 12.9142 12.4142 13.25 12 13.25C11.5858 13.25 11.25 12.9142 11.25 12.5V11.9167H9.5C9.08579 11.9167 8.75 11.5809 8.75 11.1667C8.75 10.7525 9.08579 10.4167 9.5 10.4167H9.6875L9.6875 6.58333H9.5C9.08579 6.58333 8.75 6.24755 8.75 5.83333C8.75 5.41912 9.08579 5.08333 9.5 5.08333H11.25V4.5C11.25 4.08579 11.5858 3.75 12 3.75ZM11.1875 6.58333V7.75H13.5625C13.6212 7.75 13.75 7.6844 13.75 7.5V6.83333C13.75 6.64893 13.6212 6.58333 13.5625 6.58333H11.1875ZM13.5625 9.25H11.1875L11.1875 10.4167H13.5625C13.6212 10.4167 13.75 10.3511 13.75 10.1667V9.5C13.75 9.3156 13.6212 9.25 13.5625 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.62441 6.58405C5.85417 6.9287 5.76104 7.39435 5.4164 7.62412L4.1976 8.43665C3.74928 8.73553 3.45596 8.93199 3.24145 9.10594C3.03912 9.27003 2.9511 9.38007 2.8961 9.48327C2.87412 9.52449 2.85422 9.57047 2.83673 9.62723L9.2993 13.5048C10.0642 13.9637 10.5908 14.2786 11.0284 14.4844C11.4506 14.6829 11.7339 14.7515 12.0004 14.7515C12.2669 14.7515 12.5502 14.6829 12.9724 14.4844C13.41 14.2786 13.9366 13.9637 14.7015 13.5048L21.164 9.62726C21.1465 9.57049 21.1266 9.5245 21.1046 9.48327C21.0496 9.38007 20.9616 9.27003 20.7593 9.10594C20.5448 8.93198 20.2515 8.73553 19.8031 8.43665L18.5843 7.62412C18.2397 7.39435 18.1466 6.9287 18.3763 6.58405C18.6061 6.23941 19.0718 6.14628 19.4164 6.37604L20.6625 7.20679C21.0761 7.48249 21.4286 7.71749 21.7041 7.9409C21.9978 8.17909 22.2466 8.43675 22.4283 8.7777C22.6289 9.15396 22.6999 9.54114 22.7286 9.96088C22.7509 10.286 22.7496 10.6716 22.7481 11.1187L22.748 11.1432C22.7438 12.4028 22.732 13.6895 22.6995 14.9929L22.6981 15.0514C22.661 16.539 22.631 17.7391 22.4607 18.7047C22.282 19.7181 21.9387 20.5427 21.2346 21.2468C20.529 21.9524 19.6977 22.2951 18.6757 22.4737C17.7003 22.644 16.4852 22.6744 14.9766 22.7121L14.9184 22.7135C12.9673 22.7623 11.0335 22.7623 9.08238 22.7135L9.02417 22.7121C7.51556 22.6744 6.30049 22.6441 5.32512 22.4737C4.30305 22.2951 3.47177 21.9524 2.7662 21.2469C2.0621 20.5427 1.71878 19.7181 1.54005 18.7047C1.36975 17.7391 1.33982 16.539 1.30271 15.0514L1.30125 14.9929C1.26871 13.6895 1.257 12.4028 1.25276 11.1432L1.25268 11.1188C1.25117 10.6716 1.24987 10.286 1.27213 9.96084C1.30086 9.54112 1.37185 9.15395 1.5724 8.77771C1.75414 8.43675 2.00292 8.17909 2.29664 7.9409C2.57213 7.71748 2.92463 7.4825 3.33822 7.20679L4.58435 6.37604C4.92899 6.14628 5.39465 6.23941 5.62441 6.58405Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.052 1.25C15.9505 1.24997 16.6997 1.24995 17.2945 1.32991C17.9223 1.41432 18.4891 1.59999 18.9445 2.05546C19.4 2.51093 19.5857 3.07773 19.6701 3.70552C19.7501 4.3003 19.75 5.04951 19.75 5.94798V5.94801L19.75 12C19.75 12.4142 19.4142 12.75 19 12.75C18.5858 12.75 18.25 12.4142 18.25 12V6C18.25 5.03599 18.2484 4.38843 18.1835 3.90539C18.1214 3.44393 18.0142 3.24644 17.8839 3.11612C17.7536 2.9858 17.5561 2.87858 17.0946 2.81654C16.6116 2.7516 15.964 2.75 15 2.75H9C8.03599 2.75 7.38843 2.7516 6.90539 2.81654C6.44393 2.87858 6.24644 2.9858 6.11612 3.11612C5.9858 3.24644 5.87858 3.44393 5.81654 3.90539C5.7516 4.38843 5.75 5.03599 5.75 6V12C5.75 12.4142 5.41422 12.75 5 12.75C4.58579 12.75 4.25 12.4142 4.25 12L4.25 5.948V5.94797C4.24997 5.0495 4.24995 4.3003 4.32991 3.70552C4.41432 3.07773 4.59999 2.51093 5.05546 2.05546C5.51093 1.59999 6.07773 1.41432 6.70552 1.32991C7.3003 1.24995 8.04951 1.24997 8.94797 1.25H8.948H15.052H15.052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.75C12.4142 3.75 12.75 4.08579 12.75 4.5V5.08333H13.5625C14.5393 5.08333 15.25 5.91317 15.25 6.83333V7.5C15.25 7.8624 15.1398 8.2108 14.9465 8.5C15.1398 8.7892 15.25 9.1376 15.25 9.5V10.1667C15.25 11.0868 14.5393 11.9167 13.5625 11.9167H12.75V12.5C12.75 12.9142 12.4142 13.25 12 13.25C11.5858 13.25 11.25 12.9142 11.25 12.5V11.9167H9.5C9.08579 11.9167 8.75 11.5809 8.75 11.1667C8.75 10.7525 9.08579 10.4167 9.5 10.4167H9.6875L9.6875 6.58333H9.5C9.08579 6.58333 8.75 6.24755 8.75 5.83333C8.75 5.41912 9.08579 5.08333 9.5 5.08333H11.25V4.5C11.25 4.08579 11.5858 3.75 12 3.75ZM11.1875 6.58333V7.75H13.5625C13.6212 7.75 13.75 7.6844 13.75 7.5V6.83333C13.75 6.64893 13.6212 6.58333 13.5625 6.58333H11.1875ZM13.5625 9.25H11.1875L11.1875 10.4167H13.5625C13.6212 10.4167 13.75 10.3511 13.75 10.1667V9.5C13.75 9.3156 13.6212 9.25 13.5625 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-mind{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 10.25C1.75 13.15 3.12228 15.7295 5.25 17.3744V22C5.25 22.4142 5.58579 22.75 6 22.75H15.5C15.9142 22.75 16.25 22.4142 16.25 22C16.25 21.3308 16.8501 20.1305 17.7546 19.6834C18.8045 19.1644 19.8976 18.2128 20.0419 16.9141L20.2004 15.4883L21.8354 14.6708C22.0278 14.5746 22.1697 14.4004 22.2249 14.1925C22.2801 13.9846 22.2434 13.763 22.124 13.584L19.7471 10.0185C19.6243 5.15495 15.6432 1.25 10.75 1.25C5.77944 1.25 1.75 5.27944 1.75 10.25ZM11.25 6C11.25 5.58579 10.9142 5.25 10.5 5.25C10.0858 5.25 9.75 5.58579 9.75 6V6.58333H8C7.58579 6.58333 7.25 6.91912 7.25 7.33333C7.25 7.74755 7.58579 8.08333 8 8.08333H8.1875V11.9167H8C7.58579 11.9167 7.25 12.2525 7.25 12.6667C7.25 13.0809 7.58579 13.4167 8 13.4167H9.75V14C9.75 14.4142 10.0858 14.75 10.5 14.75C10.9142 14.75 11.25 14.4142 11.25 14V13.4167H12.0625C13.0393 13.4167 13.75 12.5868 13.75 11.6667V11C13.75 10.6376 13.6398 10.2892 13.4465 10C13.6398 9.7108 13.75 9.3624 13.75 9V8.33333C13.75 7.41317 13.0393 6.58333 12.0625 6.58333H11.25V6ZM9.6875 9.25V8.08333H12.0625C12.1212 8.08333 12.25 8.14893 12.25 8.33333V9C12.25 9.1844 12.1212 9.25 12.0625 9.25H9.6875ZM9.6875 10.75H12.0625C12.1212 10.75 12.25 10.8156 12.25 11V11.6667C12.25 11.8511 12.1212 11.9167 12.0625 11.9167H9.6875V10.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 10.25C1.75 13.15 3.12228 15.7295 5.25 17.3744V22C5.25 22.4142 5.58579 22.75 6 22.75H15.5C15.9142 22.75 16.25 22.4142 16.25 22C16.25 21.3308 16.8501 20.1305 17.7546 19.6834C18.8045 19.1644 19.8976 18.2128 20.0419 16.9141L20.2004 15.4883L21.8354 14.6708C22.0278 14.5746 22.1697 14.4004 22.2249 14.1925C22.2801 13.9846 22.2434 13.763 22.124 13.584L19.7471 10.0185C19.6243 5.15495 15.6432 1.25 10.75 1.25C5.77944 1.25 1.75 5.27944 1.75 10.25ZM11.25 6C11.25 5.58579 10.9142 5.25 10.5 5.25C10.0858 5.25 9.75 5.58579 9.75 6V6.58333H8C7.58579 6.58333 7.25 6.91912 7.25 7.33333C7.25 7.74755 7.58579 8.08333 8 8.08333H8.1875V11.9167H8C7.58579 11.9167 7.25 12.2525 7.25 12.6667C7.25 13.0809 7.58579 13.4167 8 13.4167H9.75V14C9.75 14.4142 10.0858 14.75 10.5 14.75C10.9142 14.75 11.25 14.4142 11.25 14V13.4167H12.0625C13.0393 13.4167 13.75 12.5868 13.75 11.6667V11C13.75 10.6376 13.6398 10.2892 13.4465 10C13.6398 9.7108 13.75 9.3624 13.75 9V8.33333C13.75 7.41317 13.0393 6.58333 12.0625 6.58333H11.25V6ZM9.6875 9.25V8.08333H12.0625C12.1212 8.08333 12.25 8.14893 12.25 8.33333V9C12.25 9.1844 12.1212 9.25 12.0625 9.25H9.6875ZM9.6875 10.75H12.0625C12.1212 10.75 12.25 10.8156 12.25 11V11.6667C12.25 11.8511 12.1212 11.9167 12.0625 11.9167H9.6875V10.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-money-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5454 3.24902L7.39476 3.24912C7.63239 3.8808 7.74951 4.5904 7.74951 4.99929C7.74951 7.62264 5.62286 9.74929 2.99951 9.74929C2.6114 9.74929 1.8529 9.74929 1.25004 9.49514L1.25 14.548C1.4649 14.4764 1.66494 14.4251 1.83882 14.3923C2.21105 14.2988 2.60002 14.2493 2.99951 14.2493C5.62286 14.2493 7.74951 16.3759 7.74951 18.9993C7.74951 19.3897 7.68138 20.1365 7.48021 20.7486L16.5415 20.7486C16.3215 20.1418 16.2495 19.3931 16.2495 18.9993C16.2495 16.3759 18.3762 14.2493 20.9995 14.2493C21.3874 14.2493 22.1255 14.3131 22.7482 14.4982L22.7479 9.43964C21.9832 9.70021 21.401 9.74929 20.9995 9.74929C18.3762 9.74929 16.2495 7.62264 16.2495 4.99929C16.2495 4.60035 16.2495 4.01575 16.5454 3.24902ZM22.7163 7.82938C22.6992 7.4534 22.6731 7.10875 22.6334 6.79375C22.5141 5.84762 22.2606 5.05573 21.6676 4.42311C21.0681 3.78364 20.3067 3.50396 19.3974 3.37356C19.0208 3.31956 18.6003 3.28893 18.1338 3.27156C17.7973 3.89017 17.7495 4.71758 17.7495 4.99929C17.7495 6.79421 19.2046 8.24929 20.9995 8.24929C21.2812 8.24929 22.0921 8.19328 22.7163 7.82938ZM22.7213 16.0511C21.9649 15.7493 21.2812 15.7493 20.9995 15.7493C19.2046 15.7493 17.7495 17.2044 17.7495 18.9993C17.7495 19.8342 17.9708 20.3513 18.1508 20.7254C18.6105 20.7079 19.0254 20.6774 19.3974 20.6241C20.3067 20.4936 21.0681 20.214 21.6676 19.5745C22.2606 18.9419 22.5141 18.15 22.6334 17.2039C22.6772 16.8564 22.7044 16.4729 22.7213 16.0511ZM6.24951 18.9993C6.24951 19.281 6.24951 19.9297 5.90098 20.7274C5.41984 20.7103 4.98717 20.6795 4.60081 20.6241C3.6915 20.4936 2.93013 20.214 2.33062 19.5745C1.73754 18.9419 1.48407 18.15 1.36482 17.2039C1.32445 16.8836 1.29816 16.5326 1.28104 16.1492C1.61023 15.9934 1.97285 15.8902 2.18646 15.8516C2.44552 15.785 2.7178 15.7493 2.99951 15.7493C4.79444 15.7493 6.24951 17.2044 6.24951 18.9993ZM1.27727 7.93694C1.98132 8.24929 2.7178 8.24929 2.99951 8.24929C4.79444 8.24929 6.24951 6.79421 6.24951 4.99929C6.24951 4.72414 6.21549 4.45799 6.15178 4.20436C6.08287 3.98779 5.94766 3.65135 5.75203 3.27604C5.3301 3.29404 4.94688 3.32393 4.60081 3.37356C3.6915 3.50396 2.93013 3.78364 2.33062 4.42311C1.73754 5.05573 1.48407 5.84762 1.36482 6.79375C1.32136 7.13855 1.29422 7.51888 1.27727 7.93694ZM12.75 8C12.75 7.58579 12.4142 7.25 12 7.25C11.5858 7.25 11.25 7.58579 11.25 8V8.58333H9.5C9.08579 8.58333 8.75 8.91912 8.75 9.33333C8.75 9.74755 9.08579 10.0833 9.5 10.0833H9.6875V13.9167H9.5C9.08579 13.9167 8.75 14.2525 8.75 14.6667C8.75 15.0809 9.08579 15.4167 9.5 15.4167H11.25V16C11.25 16.4142 11.5858 16.75 12 16.75C12.4142 16.75 12.75 16.4142 12.75 16V15.4167H13.5625C14.5393 15.4167 15.25 14.5868 15.25 13.6667V13C15.25 12.6376 15.1398 12.2892 14.9465 12C15.1398 11.7108 15.25 11.3624 15.25 11V10.3333C15.25 9.41317 14.5393 8.58333 13.5625 8.58333H12.75V8ZM11.1875 11.25V10.0833H13.5625C13.6212 10.0833 13.75 10.1489 13.75 10.3333V11C13.75 11.1844 13.6212 11.25 13.5625 11.25H11.1875ZM11.1875 12.75H13.5625C13.6212 12.75 13.75 12.8156 13.75 13V13.6667C13.75 13.8511 13.6212 13.9167 13.5625 13.9167H11.1875V12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5454 3.24902L7.39476 3.24912C7.63239 3.8808 7.74951 4.5904 7.74951 4.99929C7.74951 7.62264 5.62286 9.74929 2.99951 9.74929C2.6114 9.74929 1.8529 9.74929 1.25004 9.49514L1.25 14.548C1.4649 14.4764 1.66494 14.4251 1.83882 14.3923C2.21105 14.2988 2.60002 14.2493 2.99951 14.2493C5.62286 14.2493 7.74951 16.3759 7.74951 18.9993C7.74951 19.3897 7.68138 20.1365 7.48021 20.7486L16.5415 20.7486C16.3215 20.1418 16.2495 19.3931 16.2495 18.9993C16.2495 16.3759 18.3762 14.2493 20.9995 14.2493C21.3874 14.2493 22.1255 14.3131 22.7482 14.4982L22.7479 9.43964C21.9832 9.70021 21.401 9.74929 20.9995 9.74929C18.3762 9.74929 16.2495 7.62264 16.2495 4.99929C16.2495 4.60035 16.2495 4.01575 16.5454 3.24902ZM22.7163 7.82938C22.6992 7.4534 22.6731 7.10875 22.6334 6.79375C22.5141 5.84762 22.2606 5.05573 21.6676 4.42311C21.0681 3.78364 20.3067 3.50396 19.3974 3.37356C19.0208 3.31956 18.6003 3.28893 18.1338 3.27156C17.7973 3.89017 17.7495 4.71758 17.7495 4.99929C17.7495 6.79421 19.2046 8.24929 20.9995 8.24929C21.2812 8.24929 22.0921 8.19328 22.7163 7.82938ZM22.7213 16.0511C21.9649 15.7493 21.2812 15.7493 20.9995 15.7493C19.2046 15.7493 17.7495 17.2044 17.7495 18.9993C17.7495 19.8342 17.9708 20.3513 18.1508 20.7254C18.6105 20.7079 19.0254 20.6774 19.3974 20.6241C20.3067 20.4936 21.0681 20.214 21.6676 19.5745C22.2606 18.9419 22.5141 18.15 22.6334 17.2039C22.6772 16.8564 22.7044 16.4729 22.7213 16.0511ZM6.24951 18.9993C6.24951 19.281 6.24951 19.9297 5.90098 20.7274C5.41984 20.7103 4.98717 20.6795 4.60081 20.6241C3.6915 20.4936 2.93013 20.214 2.33062 19.5745C1.73754 18.9419 1.48407 18.15 1.36482 17.2039C1.32445 16.8836 1.29816 16.5326 1.28104 16.1492C1.61023 15.9934 1.97285 15.8902 2.18646 15.8516C2.44552 15.785 2.7178 15.7493 2.99951 15.7493C4.79444 15.7493 6.24951 17.2044 6.24951 18.9993ZM1.27727 7.93694C1.98132 8.24929 2.7178 8.24929 2.99951 8.24929C4.79444 8.24929 6.24951 6.79421 6.24951 4.99929C6.24951 4.72414 6.21549 4.45799 6.15178 4.20436C6.08287 3.98779 5.94766 3.65135 5.75203 3.27604C5.3301 3.29404 4.94688 3.32393 4.60081 3.37356C3.6915 3.50396 2.93013 3.78364 2.33062 4.42311C1.73754 5.05573 1.48407 5.84762 1.36482 6.79375C1.32136 7.13855 1.29422 7.51888 1.27727 7.93694ZM12.75 8C12.75 7.58579 12.4142 7.25 12 7.25C11.5858 7.25 11.25 7.58579 11.25 8V8.58333H9.5C9.08579 8.58333 8.75 8.91912 8.75 9.33333C8.75 9.74755 9.08579 10.0833 9.5 10.0833H9.6875V13.9167H9.5C9.08579 13.9167 8.75 14.2525 8.75 14.6667C8.75 15.0809 9.08579 15.4167 9.5 15.4167H11.25V16C11.25 16.4142 11.5858 16.75 12 16.75C12.4142 16.75 12.75 16.4142 12.75 16V15.4167H13.5625C14.5393 15.4167 15.25 14.5868 15.25 13.6667V13C15.25 12.6376 15.1398 12.2892 14.9465 12C15.1398 11.7108 15.25 11.3624 15.25 11V10.3333C15.25 9.41317 14.5393 8.58333 13.5625 8.58333H12.75V8ZM11.1875 11.25V10.0833H13.5625C13.6212 10.0833 13.75 10.1489 13.75 10.3333V11C13.75 11.1844 13.6212 11.25 13.5625 11.25H11.1875ZM11.1875 12.75H13.5625C13.6212 12.75 13.75 12.8156 13.75 13V13.6667C13.75 13.8511 13.6212 13.9167 13.5625 13.9167H11.1875V12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-money-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6826 3.82046C13.1298 3.14454 14.9915 2.75 17 2.75C18.1198 2.75 19.1905 2.87257 20.1674 3.09633C21.0845 3.30637 21.7825 3.71217 22.2218 4.38745C22.6428 5.03453 22.75 5.81712 22.75 6.61397V17.386C22.75 18.9532 21.159 19.8623 19.8326 19.5585C18.9701 19.3609 18.012 19.25 17 19.25C15.1744 19.25 13.5352 19.6107 12.3174 20.1795C10.8702 20.8555 9.00849 21.25 7 21.25C5.88016 21.25 4.80949 21.1274 3.83255 20.9037C2.95689 20.7031 2.26524 20.3111 1.81644 19.6488C1.38242 19.0082 1.25 18.2216 1.25 17.386V6.61397C1.25 5.04678 2.841 4.13772 4.16745 4.44153C5.02989 4.63907 5.988 4.75 7 4.75C8.82565 4.75 10.4648 4.38927 11.6826 3.82046ZM12 7.25C12.4142 7.25 12.75 7.58579 12.75 8V8.58333H13.5625C14.5393 8.58333 15.25 9.41317 15.25 10.3333V11C15.25 11.3624 15.1398 11.7108 14.9465 12C15.1398 12.2892 15.25 12.6376 15.25 13V13.6667C15.25 14.5868 14.5393 15.4167 13.5625 15.4167H12.75V16C12.75 16.4142 12.4142 16.75 12 16.75C11.5858 16.75 11.25 16.4142 11.25 16V15.4167H9.5C9.08579 15.4167 8.75 15.0809 8.75 14.6667C8.75 14.2525 9.08579 13.9167 9.5 13.9167H9.6875V10.0833H9.5C9.08579 10.0833 8.75 9.74755 8.75 9.33333C8.75 8.91912 9.08579 8.58333 9.5 8.58333H11.25V8C11.25 7.58579 11.5858 7.25 12 7.25ZM11.1875 10.0833V11.25H13.5625C13.6212 11.25 13.75 11.1844 13.75 11V10.3333C13.75 10.1489 13.6212 10.0833 13.5625 10.0833H11.1875ZM13.5625 12.75H11.1875V13.9167H13.5625C13.6212 13.9167 13.75 13.8511 13.75 13.6667V13C13.75 12.8156 13.6212 12.75 13.5625 12.75ZM6.05242 12.2176C6.46563 12.2465 6.77717 12.6049 6.74827 13.0181C6.71937 13.4313 6.36098 13.7429 5.94777 13.714C5.58853 13.6888 5.23627 13.651 4.89261 13.6012C4.48267 13.5419 4.19848 13.1614 4.25784 12.7515C4.3172 12.3416 4.69765 12.0574 5.10758 12.1167C5.41415 12.1611 5.7296 12.195 6.05242 12.2176ZM19.1076 10.3997C19.5175 10.4591 19.8017 10.8395 19.7424 11.2495C19.683 11.6594 19.3025 11.9436 18.8926 11.8842C18.586 11.8399 18.2706 11.8059 17.9478 11.7833C17.5346 11.7544 17.223 11.3961 17.2519 10.9828C17.2808 10.5696 17.6392 10.2581 18.0524 10.287C18.4117 10.3121 18.7639 10.35 19.1076 10.3997Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6826 3.82046C13.1298 3.14454 14.9915 2.75 17 2.75C18.1198 2.75 19.1905 2.87257 20.1674 3.09633C21.0845 3.30637 21.7825 3.71217 22.2218 4.38745C22.6428 5.03453 22.75 5.81712 22.75 6.61397V17.386C22.75 18.9532 21.159 19.8623 19.8326 19.5585C18.9701 19.3609 18.012 19.25 17 19.25C15.1744 19.25 13.5352 19.6107 12.3174 20.1795C10.8702 20.8555 9.00849 21.25 7 21.25C5.88016 21.25 4.80949 21.1274 3.83255 20.9037C2.95689 20.7031 2.26524 20.3111 1.81644 19.6488C1.38242 19.0082 1.25 18.2216 1.25 17.386V6.61397C1.25 5.04678 2.841 4.13772 4.16745 4.44153C5.02989 4.63907 5.988 4.75 7 4.75C8.82565 4.75 10.4648 4.38927 11.6826 3.82046ZM12 7.25C12.4142 7.25 12.75 7.58579 12.75 8V8.58333H13.5625C14.5393 8.58333 15.25 9.41317 15.25 10.3333V11C15.25 11.3624 15.1398 11.7108 14.9465 12C15.1398 12.2892 15.25 12.6376 15.25 13V13.6667C15.25 14.5868 14.5393 15.4167 13.5625 15.4167H12.75V16C12.75 16.4142 12.4142 16.75 12 16.75C11.5858 16.75 11.25 16.4142 11.25 16V15.4167H9.5C9.08579 15.4167 8.75 15.0809 8.75 14.6667C8.75 14.2525 9.08579 13.9167 9.5 13.9167H9.6875V10.0833H9.5C9.08579 10.0833 8.75 9.74755 8.75 9.33333C8.75 8.91912 9.08579 8.58333 9.5 8.58333H11.25V8C11.25 7.58579 11.5858 7.25 12 7.25ZM11.1875 10.0833V11.25H13.5625C13.6212 11.25 13.75 11.1844 13.75 11V10.3333C13.75 10.1489 13.6212 10.0833 13.5625 10.0833H11.1875ZM13.5625 12.75H11.1875V13.9167H13.5625C13.6212 13.9167 13.75 13.8511 13.75 13.6667V13C13.75 12.8156 13.6212 12.75 13.5625 12.75ZM6.05242 12.2176C6.46563 12.2465 6.77717 12.6049 6.74827 13.0181C6.71937 13.4313 6.36098 13.7429 5.94777 13.714C5.58853 13.6888 5.23627 13.651 4.89261 13.6012C4.48267 13.5419 4.19848 13.1614 4.25784 12.7515C4.3172 12.3416 4.69765 12.0574 5.10758 12.1167C5.41415 12.1611 5.7296 12.195 6.05242 12.2176ZM19.1076 10.3997C19.5175 10.4591 19.8017 10.8395 19.7424 11.2495C19.683 11.6594 19.3025 11.9436 18.8926 11.8842C18.586 11.8399 18.2706 11.8059 17.9478 11.7833C17.5346 11.7544 17.223 11.3961 17.2519 10.9828C17.2808 10.5696 17.6392 10.2581 18.0524 10.287C18.4117 10.3121 18.7639 10.35 19.1076 10.3997Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-pie-chart{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.25C12.4142 7.25 12.75 7.58579 12.75 8V8.58333H13.5625C14.5393 8.58333 15.25 9.41317 15.25 10.3333V11C15.25 11.3624 15.1398 11.7108 14.9465 12C15.1398 12.2892 15.25 12.6376 15.25 13V13.6667C15.25 14.5868 14.5393 15.4167 13.5625 15.4167H12.75V16C12.75 16.4142 12.4142 16.75 12 16.75C11.5858 16.75 11.25 16.4142 11.25 16V15.4167H9.5C9.08579 15.4167 8.75 15.0809 8.75 14.6667C8.75 14.2525 9.08579 13.9167 9.5 13.9167H9.6875L9.6875 10.0833H9.5C9.08579 10.0833 8.75 9.74755 8.75 9.33333C8.75 8.91912 9.08579 8.58333 9.5 8.58333H11.25V8C11.25 7.58579 11.5858 7.25 12 7.25ZM11.1875 10.0833V11.25H13.5625C13.6212 11.25 13.75 11.1844 13.75 11V10.3333C13.75 10.1489 13.6212 10.0833 13.5625 10.0833H11.1875ZM13.5625 12.75H11.1875L11.1875 13.9167H13.5625C13.6212 13.9167 13.75 13.8511 13.75 13.6667V13C13.75 12.8156 13.6212 12.75 13.5625 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.262 1.24951C5.66814 1.63501 1.25 6.29486 1.25 11.9866C1.25 17.9308 6.06871 22.7495 12.0129 22.7495C14.7147 22.7495 17.184 21.754 19.074 20.1097L15.8749 16.9105C14.8113 17.7459 13.4703 18.2441 12.0129 18.2441C8.55697 18.2441 5.7554 15.4425 5.7554 11.9866C5.7554 8.78482 8.16011 6.14467 11.262 5.77371V1.24951Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.7638 5.77371C15.6195 6.11523 17.8843 8.38003 18.2258 11.2357H22.75C22.3816 5.88995 18.1096 1.61792 12.7638 1.24951V5.77371Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 12.7375H18.2258C18.0864 13.9032 17.6265 14.9704 16.9368 15.8486L20.1359 19.0477C21.6266 17.3343 22.5841 15.1448 22.75 12.7375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.25C12.4142 7.25 12.75 7.58579 12.75 8V8.58333H13.5625C14.5393 8.58333 15.25 9.41317 15.25 10.3333V11C15.25 11.3624 15.1398 11.7108 14.9465 12C15.1398 12.2892 15.25 12.6376 15.25 13V13.6667C15.25 14.5868 14.5393 15.4167 13.5625 15.4167H12.75V16C12.75 16.4142 12.4142 16.75 12 16.75C11.5858 16.75 11.25 16.4142 11.25 16V15.4167H9.5C9.08579 15.4167 8.75 15.0809 8.75 14.6667C8.75 14.2525 9.08579 13.9167 9.5 13.9167H9.6875L9.6875 10.0833H9.5C9.08579 10.0833 8.75 9.74755 8.75 9.33333C8.75 8.91912 9.08579 8.58333 9.5 8.58333H11.25V8C11.25 7.58579 11.5858 7.25 12 7.25ZM11.1875 10.0833V11.25H13.5625C13.6212 11.25 13.75 11.1844 13.75 11V10.3333C13.75 10.1489 13.6212 10.0833 13.5625 10.0833H11.1875ZM13.5625 12.75H11.1875L11.1875 13.9167H13.5625C13.6212 13.9167 13.75 13.8511 13.75 13.6667V13C13.75 12.8156 13.6212 12.75 13.5625 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.262 1.24951C5.66814 1.63501 1.25 6.29486 1.25 11.9866C1.25 17.9308 6.06871 22.7495 12.0129 22.7495C14.7147 22.7495 17.184 21.754 19.074 20.1097L15.8749 16.9105C14.8113 17.7459 13.4703 18.2441 12.0129 18.2441C8.55697 18.2441 5.7554 15.4425 5.7554 11.9866C5.7554 8.78482 8.16011 6.14467 11.262 5.77371V1.24951Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.7638 5.77371C15.6195 6.11523 17.8843 8.38003 18.2258 11.2357H22.75C22.3816 5.88995 18.1096 1.61792 12.7638 1.24951V5.77371Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 12.7375H18.2258C18.0864 13.9032 17.6265 14.9704 16.9368 15.8486L20.1359 19.0477C21.6266 17.3343 22.5841 15.1448 22.75 12.7375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-piggy-bank{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 1.25C16.4142 1.25 16.75 1.58579 16.75 2V2.75H17.875C18.9105 2.75 19.75 3.58947 19.75 4.625V5.375C19.75 5.7971 19.6105 6.18663 19.3751 6.5C19.6105 6.81337 19.75 7.2029 19.75 7.625V8.375C19.75 9.41053 18.9105 10.25 17.875 10.25H16.75V11C16.75 11.4142 16.4142 11.75 16 11.75C15.5858 11.75 15.25 11.4142 15.25 11V10.25H13C12.5858 10.25 12.25 9.91421 12.25 9.5C12.25 9.08579 12.5858 8.75 13 8.75H13.375V6.50015C13.375 6.5001 13.375 6.5002 13.375 6.50015L13.375 4.25H13C12.5858 4.25 12.25 3.91421 12.25 3.5C12.25 3.08579 12.5858 2.75 13 2.75H15.25V2C15.25 1.58579 15.5858 1.25 16 1.25ZM14.875 4.25V5.75H17.875C18.0821 5.75 18.25 5.58211 18.25 5.375V4.625C18.25 4.41789 18.0821 4.25 17.875 4.25H14.875ZM17.875 7.25H14.875L14.875 8.75H17.875C18.0821 8.75 18.25 8.58211 18.25 8.375V7.625C18.25 7.41789 18.0821 7.25 17.875 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.84415 5.69212C10.4194 5.55288 11.1124 5.43447 11.875 5.36719V7.55095C11.2025 7.93999 10.75 8.66712 10.75 9.49994C10.75 10.7426 11.7574 11.7499 13 11.7499H13.878C14.1869 12.6238 15.0203 13.2499 16 13.2499C16.9831 13.2499 17.8189 12.6195 18.1252 11.7408C19.7239 11.6237 21.0133 10.3928 21.2208 8.8208C21.6135 9.38232 21.9464 10.0262 22.2014 10.7624C22.5562 11.618 22.75 12.5399 22.75 13.5003C22.75 15.8137 21.6296 17.8783 19.876 19.3531C19.7853 19.4294 19.75 19.5212 19.75 19.5923V22.0003C19.75 22.4146 19.4142 22.7503 19 22.7503H17C16.7554 22.7503 16.5262 22.6311 16.3858 22.4308L15.687 21.4337C13.9312 21.8587 12.0688 21.8587 10.313 21.4337L9.61417 22.4308C9.47379 22.6311 9.24458 22.7503 9 22.7503H7C6.58579 22.7503 6.25 22.4146 6.25 22.0003V19.6158C6.25 19.5336 6.20959 19.4566 6.14191 19.41C5.91963 19.2567 5.55967 19.058 5.08674 18.7969C4.60951 18.5335 4.00277 18.1965 3.4751 17.8571C2.95227 17.5209 2.42306 17.1334 2.01729 16.7038C1.62349 16.2868 1.25 15.7288 1.25 15.0586V13.5003C1.25 12.544 1.9856 11.6789 3 11.6789C3.21227 11.6789 3.33997 11.637 3.4124 11.5927C3.47054 11.5572 3.53761 11.4948 3.5876 11.3383C4.44425 8.65576 6.82803 6.57273 9.8102 5.70119C9.82144 5.6979 9.83276 5.69488 9.84415 5.69212ZM7.5 11C6.94772 11 6.5 11.4477 6.5 12C6.5 12.5523 6.94772 13 7.5 13H7.50898C8.06127 13 8.50898 12.5523 8.50898 12C8.50898 11.4477 8.06127 11 7.50898 11H7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 1.25C16.4142 1.25 16.75 1.58579 16.75 2V2.75H17.875C18.9105 2.75 19.75 3.58947 19.75 4.625V5.375C19.75 5.7971 19.6105 6.18663 19.3751 6.5C19.6105 6.81337 19.75 7.2029 19.75 7.625V8.375C19.75 9.41053 18.9105 10.25 17.875 10.25H16.75V11C16.75 11.4142 16.4142 11.75 16 11.75C15.5858 11.75 15.25 11.4142 15.25 11V10.25H13C12.5858 10.25 12.25 9.91421 12.25 9.5C12.25 9.08579 12.5858 8.75 13 8.75H13.375V6.50015C13.375 6.5001 13.375 6.5002 13.375 6.50015L13.375 4.25H13C12.5858 4.25 12.25 3.91421 12.25 3.5C12.25 3.08579 12.5858 2.75 13 2.75H15.25V2C15.25 1.58579 15.5858 1.25 16 1.25ZM14.875 4.25V5.75H17.875C18.0821 5.75 18.25 5.58211 18.25 5.375V4.625C18.25 4.41789 18.0821 4.25 17.875 4.25H14.875ZM17.875 7.25H14.875L14.875 8.75H17.875C18.0821 8.75 18.25 8.58211 18.25 8.375V7.625C18.25 7.41789 18.0821 7.25 17.875 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.84415 5.69212C10.4194 5.55288 11.1124 5.43447 11.875 5.36719V7.55095C11.2025 7.93999 10.75 8.66712 10.75 9.49994C10.75 10.7426 11.7574 11.7499 13 11.7499H13.878C14.1869 12.6238 15.0203 13.2499 16 13.2499C16.9831 13.2499 17.8189 12.6195 18.1252 11.7408C19.7239 11.6237 21.0133 10.3928 21.2208 8.8208C21.6135 9.38232 21.9464 10.0262 22.2014 10.7624C22.5562 11.618 22.75 12.5399 22.75 13.5003C22.75 15.8137 21.6296 17.8783 19.876 19.3531C19.7853 19.4294 19.75 19.5212 19.75 19.5923V22.0003C19.75 22.4146 19.4142 22.7503 19 22.7503H17C16.7554 22.7503 16.5262 22.6311 16.3858 22.4308L15.687 21.4337C13.9312 21.8587 12.0688 21.8587 10.313 21.4337L9.61417 22.4308C9.47379 22.6311 9.24458 22.7503 9 22.7503H7C6.58579 22.7503 6.25 22.4146 6.25 22.0003V19.6158C6.25 19.5336 6.20959 19.4566 6.14191 19.41C5.91963 19.2567 5.55967 19.058 5.08674 18.7969C4.60951 18.5335 4.00277 18.1965 3.4751 17.8571C2.95227 17.5209 2.42306 17.1334 2.01729 16.7038C1.62349 16.2868 1.25 15.7288 1.25 15.0586V13.5003C1.25 12.544 1.9856 11.6789 3 11.6789C3.21227 11.6789 3.33997 11.637 3.4124 11.5927C3.47054 11.5572 3.53761 11.4948 3.5876 11.3383C4.44425 8.65576 6.82803 6.57273 9.8102 5.70119C9.82144 5.6979 9.83276 5.69488 9.84415 5.69212ZM7.5 11C6.94772 11 6.5 11.4477 6.5 12C6.5 12.5523 6.94772 13 7.5 13H7.50898C8.06127 13 8.50898 12.5523 8.50898 12C8.50898 11.4477 8.06127 11 7.50898 11H7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-presentation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 18.25C12.4142 18.25 12.75 18.5858 12.75 19L12.75 22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22L11.25 19C11.25 18.5858 11.5858 18.25 12 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.96557 1.25001L3.00002 1.25001H21L21.0345 1.25001C21.2396 1.24994 21.4614 1.24988 21.6486 1.26945C21.8679 1.29239 22.1481 1.35137 22.3839 1.53477C22.6197 1.71817 22.6955 1.93609 22.725 2.10667C22.7502 2.25229 22.7501 2.42479 22.75 2.58433L22.75 2.61111V3.38889L22.75 3.41567C22.7501 3.57521 22.7502 3.74771 22.725 3.89333C22.6955 4.06391 22.6197 4.28183 22.3839 4.46523C22.1481 4.64863 21.8679 4.70761 21.6486 4.73055C21.4614 4.75012 21.2396 4.75006 21.0345 4.74999L21 4.74999H3.00002L2.96557 4.74999H2.96557C2.76045 4.75006 2.53866 4.75012 2.35145 4.73055C2.13212 4.70761 1.85193 4.64863 1.61614 4.46523C1.38033 4.28183 1.3045 4.06391 1.27501 3.89333C1.24984 3.74771 1.24993 3.57521 1.25001 3.41568L1.25002 3.38889V2.61111L1.25001 2.58432L1.25001 2.58432C1.24993 2.42479 1.24984 2.25229 1.27501 2.10667C1.3045 1.93609 1.38033 1.71817 1.61613 1.53477C1.85193 1.35137 2.13212 1.29239 2.35145 1.26945C2.53866 1.24988 2.76046 1.24994 2.96557 1.25001L2.96557 1.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 6.25V13.0549V13.0549C2.24998 14.4224 2.24997 15.5248 2.36653 16.3917C2.48754 17.2918 2.74644 18.0497 3.34835 18.6516C3.95027 19.2535 4.70814 19.5124 5.60825 19.6335C6.47521 19.75 7.57753 19.75 8.94511 19.75H8.94512H8.94512H15.0549H15.0549H15.0549C16.4225 19.75 17.5248 19.75 18.3918 19.6335C19.2919 19.5124 20.0497 19.2535 20.6517 18.6516C21.2536 18.0497 21.5125 17.2918 21.6335 16.3917C21.75 15.5248 21.75 14.4224 21.75 13.0548V6.25H2.25ZM13.25 11C13.25 10.5858 13.5858 10.25 14 10.25H16C16.4142 10.25 16.75 10.5858 16.75 11C16.75 11.4142 16.4142 11.75 16 11.75H14C13.5858 11.75 13.25 11.4142 13.25 11ZM13.25 15C13.25 14.5858 13.5858 14.25 14 14.25L18 14.25C18.4142 14.25 18.75 14.5858 18.75 15C18.75 15.4142 18.4142 15.75 18 15.75L14 15.75C13.5858 15.75 13.25 15.4142 13.25 15ZM9.25 9C9.25 8.58579 8.91421 8.25 8.5 8.25C8.08579 8.25 7.75 8.58579 7.75 9V9.58333H6C5.58579 9.58333 5.25 9.91912 5.25 10.3333C5.25 10.7475 5.58579 11.0833 6 11.0833H6.1875L6.1875 14.9167H6C5.58579 14.9167 5.25 15.2525 5.25 15.6667C5.25 16.0809 5.58579 16.4167 6 16.4167H7.75V17C7.75 17.4142 8.08579 17.75 8.5 17.75C8.91421 17.75 9.25 17.4142 9.25 17V16.4167H10.0625C11.0393 16.4167 11.75 15.5868 11.75 14.6667V14C11.75 13.6376 11.6398 13.2892 11.4465 13C11.6398 12.7108 11.75 12.3624 11.75 12V11.3333C11.75 10.4132 11.0393 9.58333 10.0625 9.58333H9.25V9ZM7.6875 12.25V11.0833H10.0625C10.1212 11.0833 10.25 11.1489 10.25 11.3333V12C10.25 12.1844 10.1212 12.25 10.0625 12.25H7.6875ZM7.6875 13.75H10.0625C10.1212 13.75 10.25 13.8156 10.25 14V14.6667C10.25 14.8511 10.1212 14.9167 10.0625 14.9167H7.6875V13.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 18.25C12.4142 18.25 12.75 18.5858 12.75 19L12.75 22C12.75 22.4142 12.4142 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22L11.25 19C11.25 18.5858 11.5858 18.25 12 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.96557 1.25001L3.00002 1.25001H21L21.0345 1.25001C21.2396 1.24994 21.4614 1.24988 21.6486 1.26945C21.8679 1.29239 22.1481 1.35137 22.3839 1.53477C22.6197 1.71817 22.6955 1.93609 22.725 2.10667C22.7502 2.25229 22.7501 2.42479 22.75 2.58433L22.75 2.61111V3.38889L22.75 3.41567C22.7501 3.57521 22.7502 3.74771 22.725 3.89333C22.6955 4.06391 22.6197 4.28183 22.3839 4.46523C22.1481 4.64863 21.8679 4.70761 21.6486 4.73055C21.4614 4.75012 21.2396 4.75006 21.0345 4.74999L21 4.74999H3.00002L2.96557 4.74999H2.96557C2.76045 4.75006 2.53866 4.75012 2.35145 4.73055C2.13212 4.70761 1.85193 4.64863 1.61614 4.46523C1.38033 4.28183 1.3045 4.06391 1.27501 3.89333C1.24984 3.74771 1.24993 3.57521 1.25001 3.41568L1.25002 3.38889V2.61111L1.25001 2.58432L1.25001 2.58432C1.24993 2.42479 1.24984 2.25229 1.27501 2.10667C1.3045 1.93609 1.38033 1.71817 1.61613 1.53477C1.85193 1.35137 2.13212 1.29239 2.35145 1.26945C2.53866 1.24988 2.76046 1.24994 2.96557 1.25001L2.96557 1.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 6.25V13.0549V13.0549C2.24998 14.4224 2.24997 15.5248 2.36653 16.3917C2.48754 17.2918 2.74644 18.0497 3.34835 18.6516C3.95027 19.2535 4.70814 19.5124 5.60825 19.6335C6.47521 19.75 7.57753 19.75 8.94511 19.75H8.94512H8.94512H15.0549H15.0549H15.0549C16.4225 19.75 17.5248 19.75 18.3918 19.6335C19.2919 19.5124 20.0497 19.2535 20.6517 18.6516C21.2536 18.0497 21.5125 17.2918 21.6335 16.3917C21.75 15.5248 21.75 14.4224 21.75 13.0548V6.25H2.25ZM13.25 11C13.25 10.5858 13.5858 10.25 14 10.25H16C16.4142 10.25 16.75 10.5858 16.75 11C16.75 11.4142 16.4142 11.75 16 11.75H14C13.5858 11.75 13.25 11.4142 13.25 11ZM13.25 15C13.25 14.5858 13.5858 14.25 14 14.25L18 14.25C18.4142 14.25 18.75 14.5858 18.75 15C18.75 15.4142 18.4142 15.75 18 15.75L14 15.75C13.5858 15.75 13.25 15.4142 13.25 15ZM9.25 9C9.25 8.58579 8.91421 8.25 8.5 8.25C8.08579 8.25 7.75 8.58579 7.75 9V9.58333H6C5.58579 9.58333 5.25 9.91912 5.25 10.3333C5.25 10.7475 5.58579 11.0833 6 11.0833H6.1875L6.1875 14.9167H6C5.58579 14.9167 5.25 15.2525 5.25 15.6667C5.25 16.0809 5.58579 16.4167 6 16.4167H7.75V17C7.75 17.4142 8.08579 17.75 8.5 17.75C8.91421 17.75 9.25 17.4142 9.25 17V16.4167H10.0625C11.0393 16.4167 11.75 15.5868 11.75 14.6667V14C11.75 13.6376 11.6398 13.2892 11.4465 13C11.6398 12.7108 11.75 12.3624 11.75 12V11.3333C11.75 10.4132 11.0393 9.58333 10.0625 9.58333H9.25V9ZM7.6875 12.25V11.0833H10.0625C10.1212 11.0833 10.25 11.1489 10.25 11.3333V12C10.25 12.1844 10.1212 12.25 10.0625 12.25H7.6875ZM7.6875 13.75H10.0625C10.1212 13.75 10.25 13.8156 10.25 14V14.6667C10.25 14.8511 10.1212 14.9167 10.0625 14.9167H7.6875V13.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-receipt{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5572 1.36737C16.7352 1.24995 15.6926 1.24997 14.4103 1.25H14.4103H9.5897H9.58968C8.30745 1.24997 7.2648 1.24995 6.44282 1.36737C5.58215 1.49032 4.85468 1.75496 4.28085 2.36466C3.71306 2.96794 3.4722 3.72189 3.35931 4.61404C3.24997 5.47813 3.24999 6.57795 3.25 7.94794L3.25 18.7008C3.24996 19.4095 3.24992 20.0198 3.3149 20.4869C3.38152 20.9658 3.54247 21.5107 4.05584 21.8414C4.81435 22.3299 5.65501 21.9917 6.12709 21.7447C6.39744 21.6033 7.16019 21.0865 7.37096 20.9417C7.56973 20.8025 8.09962 20.6078 8.62905 20.9417L10.5666 22.1636C10.8013 22.3116 11.0235 22.4518 11.2239 22.5507C11.4476 22.6611 11.7007 22.75 12 22.75C12.2993 22.75 12.5524 22.6611 12.7761 22.5507C12.9765 22.4518 13.1986 22.3117 13.4332 22.1637L13.4334 22.1636L15.371 20.9417C15.5795 20.7708 16.1804 20.5705 16.9154 21.1364C17.1261 21.2813 17.6026 21.6033 17.8729 21.7447C18.345 21.9917 19.1857 22.3299 19.9442 21.8414C20.4575 21.5107 20.6185 20.9658 20.6851 20.4869C20.7501 20.0198 20.75 19.4095 20.75 18.7008L20.75 7.94796V7.9479C20.75 6.57793 20.75 5.47812 20.6407 4.61404C20.5278 3.72189 20.2869 2.96794 19.7192 2.36466C19.1453 1.75496 18.4179 1.49032 17.5572 1.36737ZM12.75 6C12.75 5.58579 12.4142 5.25 12 5.25C11.5858 5.25 11.25 5.58579 11.25 6V6.75H9C8.58579 6.75 8.25 7.08579 8.25 7.5C8.25 7.91421 8.58579 8.25 9 8.25H9.375V10.5002V12.75H9C8.58579 12.75 8.25 13.0858 8.25 13.5C8.25 13.9142 8.58579 14.25 9 14.25H11.25V15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15V14.25H13.875C14.9105 14.25 15.75 13.4105 15.75 12.375V11.625C15.75 11.2029 15.6105 10.8134 15.3751 10.5C15.6105 10.1866 15.75 9.7971 15.75 9.375V8.625C15.75 7.58947 14.9105 6.75 13.875 6.75H12.75V6ZM10.875 9.75V8.25H13.875C14.0821 8.25 14.25 8.41789 14.25 8.625V9.375C14.25 9.58211 14.0821 9.75 13.875 9.75H10.875ZM10.875 11.25H13.875C14.0821 11.25 14.25 11.4179 14.25 11.625V12.375C14.25 12.5821 14.0821 12.75 13.875 12.75H10.875L10.875 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5572 1.36737C16.7352 1.24995 15.6926 1.24997 14.4103 1.25H14.4103H9.5897H9.58968C8.30745 1.24997 7.2648 1.24995 6.44282 1.36737C5.58215 1.49032 4.85468 1.75496 4.28085 2.36466C3.71306 2.96794 3.4722 3.72189 3.35931 4.61404C3.24997 5.47813 3.24999 6.57795 3.25 7.94794L3.25 18.7008C3.24996 19.4095 3.24992 20.0198 3.3149 20.4869C3.38152 20.9658 3.54247 21.5107 4.05584 21.8414C4.81435 22.3299 5.65501 21.9917 6.12709 21.7447C6.39744 21.6033 7.16019 21.0865 7.37096 20.9417C7.56973 20.8025 8.09962 20.6078 8.62905 20.9417L10.5666 22.1636C10.8013 22.3116 11.0235 22.4518 11.2239 22.5507C11.4476 22.6611 11.7007 22.75 12 22.75C12.2993 22.75 12.5524 22.6611 12.7761 22.5507C12.9765 22.4518 13.1986 22.3117 13.4332 22.1637L13.4334 22.1636L15.371 20.9417C15.5795 20.7708 16.1804 20.5705 16.9154 21.1364C17.1261 21.2813 17.6026 21.6033 17.8729 21.7447C18.345 21.9917 19.1857 22.3299 19.9442 21.8414C20.4575 21.5107 20.6185 20.9658 20.6851 20.4869C20.7501 20.0198 20.75 19.4095 20.75 18.7008L20.75 7.94796V7.9479C20.75 6.57793 20.75 5.47812 20.6407 4.61404C20.5278 3.72189 20.2869 2.96794 19.7192 2.36466C19.1453 1.75496 18.4179 1.49032 17.5572 1.36737ZM12.75 6C12.75 5.58579 12.4142 5.25 12 5.25C11.5858 5.25 11.25 5.58579 11.25 6V6.75H9C8.58579 6.75 8.25 7.08579 8.25 7.5C8.25 7.91421 8.58579 8.25 9 8.25H9.375V10.5002V12.75H9C8.58579 12.75 8.25 13.0858 8.25 13.5C8.25 13.9142 8.58579 14.25 9 14.25H11.25V15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15V14.25H13.875C14.9105 14.25 15.75 13.4105 15.75 12.375V11.625C15.75 11.2029 15.6105 10.8134 15.3751 10.5C15.6105 10.1866 15.75 9.7971 15.75 9.375V8.625C15.75 7.58947 14.9105 6.75 13.875 6.75H12.75V6ZM10.875 9.75V8.25H13.875C14.0821 8.25 14.25 8.41789 14.25 8.625V9.375C14.25 9.58211 14.0821 9.75 13.875 9.75H10.875ZM10.875 11.25H13.875C14.0821 11.25 14.25 11.4179 14.25 11.625V12.375C14.25 12.5821 14.0821 12.75 13.875 12.75H10.875L10.875 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75C9.86647 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.86647 1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428C14.1335 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572C22.25 9.86646 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM11.75 6C11.75 5.58579 11.4142 5.25 11 5.25C10.5858 5.25 10.25 5.58579 10.25 6V7.25H8C7.58579 7.25 7.25 7.58579 7.25 8C7.25 8.41421 7.58579 8.75 8 8.75H8.75L8.75 15.25H8C7.58579 15.25 7.25 15.5858 7.25 16C7.25 16.4142 7.58579 16.75 8 16.75H10.25V18C10.25 18.4142 10.5858 18.75 11 18.75C11.4142 18.75 11.75 18.4142 11.75 18V16.75H12.75V18C12.75 18.4142 13.0858 18.75 13.5 18.75C13.9142 18.75 14.25 18.4142 14.25 18V16.75H14.5C15.7426 16.75 16.75 15.7426 16.75 14.5V13.5C16.75 12.9237 16.5334 12.3981 16.1771 12C16.5334 11.6019 16.75 11.0763 16.75 10.5V9.5C16.75 8.25736 15.7426 7.25 14.5 7.25H14.25V6C14.25 5.58579 13.9142 5.25 13.5 5.25C13.0858 5.25 12.75 5.58579 12.75 6V7.25H11.75V6ZM10.25 11.25V8.75H10.9991H11.0009H13.4991H13.5009H14.5C14.9142 8.75 15.25 9.08579 15.25 9.5V10.5C15.25 10.9142 14.9142 11.25 14.5 11.25H10.25ZM10.25 12.75H14.5C14.9142 12.75 15.25 13.0858 15.25 13.5V14.5C15.25 14.9142 14.9142 15.25 14.5 15.25H10.25V12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75C9.86647 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.86647 1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428C14.1335 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572C22.25 9.86646 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM11.75 6C11.75 5.58579 11.4142 5.25 11 5.25C10.5858 5.25 10.25 5.58579 10.25 6V7.25H8C7.58579 7.25 7.25 7.58579 7.25 8C7.25 8.41421 7.58579 8.75 8 8.75H8.75L8.75 15.25H8C7.58579 15.25 7.25 15.5858 7.25 16C7.25 16.4142 7.58579 16.75 8 16.75H10.25V18C10.25 18.4142 10.5858 18.75 11 18.75C11.4142 18.75 11.75 18.4142 11.75 18V16.75H12.75V18C12.75 18.4142 13.0858 18.75 13.5 18.75C13.9142 18.75 14.25 18.4142 14.25 18V16.75H14.5C15.7426 16.75 16.75 15.7426 16.75 14.5V13.5C16.75 12.9237 16.5334 12.3981 16.1771 12C16.5334 11.6019 16.75 11.0763 16.75 10.5V9.5C16.75 8.25736 15.7426 7.25 14.5 7.25H14.25V6C14.25 5.58579 13.9142 5.25 13.5 5.25C13.0858 5.25 12.75 5.58579 12.75 6V7.25H11.75V6ZM10.25 11.25V8.75H10.9991H11.0009H13.4991H13.5009H14.5C14.9142 8.75 15.25 9.08579 15.25 9.5V10.5C15.25 10.9142 14.9142 11.25 14.5 11.25H10.25ZM10.25 12.75H14.5C14.9142 12.75 15.25 13.0858 15.25 13.5V14.5C15.25 14.9142 14.9142 15.25 14.5 15.25H10.25V12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-safe{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 19.25C18.4142 19.25 18.75 19.5858 18.75 20V22C18.75 22.4142 18.4142 22.75 18 22.75C17.5858 22.75 17.25 22.4142 17.25 22V20C17.25 19.5858 17.5858 19.25 18 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 19.25C6.41421 19.25 6.75 19.5858 6.75 20V22C6.75 22.4142 6.41421 22.75 6 22.75C5.58579 22.75 5.25 22.4142 5.25 22V20C5.25 19.5858 5.58579 19.25 6 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9431 1.25C8.87001 1.24999 7.23769 1.24997 5.96234 1.42144C4.65376 1.59737 3.60927 1.9661 2.78769 2.78769C1.9661 3.60928 1.59737 4.65376 1.42144 5.96234C1.24997 7.23769 1.24998 8.9839 1.25 11.0569C1.24998 13.13 1.24997 14.7623 1.42144 16.0377C1.59737 17.3462 1.9661 18.3907 2.78769 19.2123C3.60927 20.0339 4.65376 20.4026 5.96234 20.5786C7.23769 20.75 8.87002 20.75 10.9431 20.75H13.0569C15.13 20.75 16.7623 20.75 18.0377 20.5786C19.3462 20.4026 20.3907 20.0339 21.2123 19.2123C22.0339 18.3907 22.4026 17.3462 22.5786 16.0377C22.75 14.7623 22.75 13.13 22.75 11.057V11.057V11.0569C22.75 8.98391 22.75 7.23769 22.5786 5.96234C22.4026 4.65376 22.0339 3.60928 21.2123 2.78769C20.3907 1.9661 19.3462 1.59737 18.0377 1.42144C16.7623 1.24997 15.13 1.24999 13.0569 1.25H10.9431ZM7.66248 6.64851C7.85669 7.01437 7.71753 7.4684 7.35167 7.6626C7.04456 7.82562 6.92672 7.99478 6.85207 8.28952C6.75542 8.67109 6.75002 9.20104 6.75002 10.094V11.9063C6.75002 12.7993 6.75542 13.3292 6.85207 13.7108C6.92672 14.0055 7.04456 14.1747 7.35167 14.3377C7.71753 14.5319 7.85669 14.9859 7.66248 15.3518C7.46827 15.7177 7.01424 15.8568 6.64838 15.6626C5.95549 15.2948 5.57333 14.7714 5.39798 14.0791C5.24968 13.4936 5.24984 12.7714 5.25001 11.9868L5.25002 11.9063V10.094L5.25001 10.0135C5.24984 9.22886 5.24968 8.50673 5.39798 7.92122C5.57333 7.22892 5.95549 6.70549 6.64838 6.33769C7.01424 6.14349 7.46827 6.28264 7.66248 6.64851ZM15.25 7C15.25 6.58579 14.9142 6.25 14.5 6.25C14.0858 6.25 13.75 6.58579 13.75 7V7.58333H12C11.5858 7.58333 11.25 7.91912 11.25 8.33333C11.25 8.74755 11.5858 9.08333 12 9.08333H12.1875V12.9167H12C11.5858 12.9167 11.25 13.2525 11.25 13.6667C11.25 14.0809 11.5858 14.4167 12 14.4167H13.75V15C13.75 15.4142 14.0858 15.75 14.5 15.75C14.9142 15.75 15.25 15.4142 15.25 15V14.4167H16.0625C17.0393 14.4167 17.75 13.5868 17.75 12.6667V12C17.75 11.6376 17.6398 11.2892 17.4465 11C17.6398 10.7108 17.75 10.3624 17.75 10V9.33333C17.75 8.41317 17.0393 7.58333 16.0625 7.58333H15.25V7ZM13.6875 10.25V9.08333H16.0625C16.1212 9.08333 16.25 9.14893 16.25 9.33333V10C16.25 10.1844 16.1212 10.25 16.0625 10.25H13.6875ZM13.6875 11.75H16.0625C16.1212 11.75 16.25 11.8156 16.25 12V12.6667C16.25 12.8511 16.1212 12.9167 16.0625 12.9167H13.6875V11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 19.25C18.4142 19.25 18.75 19.5858 18.75 20V22C18.75 22.4142 18.4142 22.75 18 22.75C17.5858 22.75 17.25 22.4142 17.25 22V20C17.25 19.5858 17.5858 19.25 18 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 19.25C6.41421 19.25 6.75 19.5858 6.75 20V22C6.75 22.4142 6.41421 22.75 6 22.75C5.58579 22.75 5.25 22.4142 5.25 22V20C5.25 19.5858 5.58579 19.25 6 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9431 1.25C8.87001 1.24999 7.23769 1.24997 5.96234 1.42144C4.65376 1.59737 3.60927 1.9661 2.78769 2.78769C1.9661 3.60928 1.59737 4.65376 1.42144 5.96234C1.24997 7.23769 1.24998 8.9839 1.25 11.0569C1.24998 13.13 1.24997 14.7623 1.42144 16.0377C1.59737 17.3462 1.9661 18.3907 2.78769 19.2123C3.60927 20.0339 4.65376 20.4026 5.96234 20.5786C7.23769 20.75 8.87002 20.75 10.9431 20.75H13.0569C15.13 20.75 16.7623 20.75 18.0377 20.5786C19.3462 20.4026 20.3907 20.0339 21.2123 19.2123C22.0339 18.3907 22.4026 17.3462 22.5786 16.0377C22.75 14.7623 22.75 13.13 22.75 11.057V11.057V11.0569C22.75 8.98391 22.75 7.23769 22.5786 5.96234C22.4026 4.65376 22.0339 3.60928 21.2123 2.78769C20.3907 1.9661 19.3462 1.59737 18.0377 1.42144C16.7623 1.24997 15.13 1.24999 13.0569 1.25H10.9431ZM7.66248 6.64851C7.85669 7.01437 7.71753 7.4684 7.35167 7.6626C7.04456 7.82562 6.92672 7.99478 6.85207 8.28952C6.75542 8.67109 6.75002 9.20104 6.75002 10.094V11.9063C6.75002 12.7993 6.75542 13.3292 6.85207 13.7108C6.92672 14.0055 7.04456 14.1747 7.35167 14.3377C7.71753 14.5319 7.85669 14.9859 7.66248 15.3518C7.46827 15.7177 7.01424 15.8568 6.64838 15.6626C5.95549 15.2948 5.57333 14.7714 5.39798 14.0791C5.24968 13.4936 5.24984 12.7714 5.25001 11.9868L5.25002 11.9063V10.094L5.25001 10.0135C5.24984 9.22886 5.24968 8.50673 5.39798 7.92122C5.57333 7.22892 5.95549 6.70549 6.64838 6.33769C7.01424 6.14349 7.46827 6.28264 7.66248 6.64851ZM15.25 7C15.25 6.58579 14.9142 6.25 14.5 6.25C14.0858 6.25 13.75 6.58579 13.75 7V7.58333H12C11.5858 7.58333 11.25 7.91912 11.25 8.33333C11.25 8.74755 11.5858 9.08333 12 9.08333H12.1875V12.9167H12C11.5858 12.9167 11.25 13.2525 11.25 13.6667C11.25 14.0809 11.5858 14.4167 12 14.4167H13.75V15C13.75 15.4142 14.0858 15.75 14.5 15.75C14.9142 15.75 15.25 15.4142 15.25 15V14.4167H16.0625C17.0393 14.4167 17.75 13.5868 17.75 12.6667V12C17.75 11.6376 17.6398 11.2892 17.4465 11C17.6398 10.7108 17.75 10.3624 17.75 10V9.33333C17.75 8.41317 17.0393 7.58333 16.0625 7.58333H15.25V7ZM13.6875 10.25V9.08333H16.0625C16.1212 9.08333 16.25 9.14893 16.25 9.33333V10C16.25 10.1844 16.1212 10.25 16.0625 10.25H13.6875ZM13.6875 11.75H16.0625C16.1212 11.75 16.25 11.8156 16.25 12V12.6667C16.25 12.8511 16.1212 12.9167 16.0625 12.9167H13.6875V11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6839 16.6842C17.0656 16.3025 17.6844 16.3025 18.066 16.6842L22.4637 21.0819C22.8454 21.4636 22.8454 22.0823 22.4637 22.464C22.0821 22.8456 21.4633 22.8456 21.0817 22.464L16.6839 18.0663C16.3023 17.6846 16.3023 17.0658 16.6839 16.6842Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 11.0232C1.25 5.62589 5.6254 1.25049 11.0227 1.25049C16.4201 1.25049 20.7955 5.62589 20.7955 11.0232C20.7955 16.4205 16.4201 20.7959 11.0227 20.7959C5.6254 20.7959 1.25 16.4205 1.25 11.0232ZM11.0227 3.20503C6.70486 3.20503 3.20455 6.70535 3.20455 11.0232C3.20455 15.3411 6.70486 18.8414 11.0227 18.8414C15.3406 18.8414 18.8409 15.3411 18.8409 11.0232C18.8409 6.70535 15.3406 3.20503 11.0227 3.20503Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0226 5.64795C11.5623 5.64795 11.9999 6.08549 11.9999 6.62522V7.11386H12.855C14.0019 7.11386 14.9317 8.04363 14.9317 9.19056V9.92352C14.9317 10.3273 14.8165 10.7041 14.6171 11.023C14.8165 11.3418 14.9317 11.7186 14.9317 12.1224V12.8553C14.9317 14.0023 14.0019 14.932 12.855 14.932H11.9999V15.4207C11.9999 15.9604 11.5623 16.3979 11.0226 16.3979C10.4829 16.3979 10.0453 15.9604 10.0453 15.4207V14.932H8.0908C7.55107 14.932 7.11353 14.4945 7.11353 13.9548C7.11353 13.415 7.55107 12.9775 8.0908 12.9775H8.21296L8.21296 9.0684H8.0908C7.55107 9.0684 7.11353 8.63086 7.11353 8.09113C7.11353 7.5514 7.55107 7.11386 8.0908 7.11386H10.0453V6.62522C10.0453 6.08549 10.4829 5.64795 11.0226 5.64795ZM10.1675 9.0684V10.0457H12.855C12.9225 10.0457 12.9772 9.99098 12.9772 9.92352V9.19056C12.9772 9.1231 12.9225 9.0684 12.855 9.0684H10.1675ZM12.855 12.0002H10.1675V12.9775H12.855C12.9225 12.9775 12.9772 12.9228 12.9772 12.8553V12.1224C12.9772 12.0549 12.9225 12.0002 12.855 12.0002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6839 16.6842C17.0656 16.3025 17.6844 16.3025 18.066 16.6842L22.4637 21.0819C22.8454 21.4636 22.8454 22.0823 22.4637 22.464C22.0821 22.8456 21.4633 22.8456 21.0817 22.464L16.6839 18.0663C16.3023 17.6846 16.3023 17.0658 16.6839 16.6842Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 11.0232C1.25 5.62589 5.6254 1.25049 11.0227 1.25049C16.4201 1.25049 20.7955 5.62589 20.7955 11.0232C20.7955 16.4205 16.4201 20.7959 11.0227 20.7959C5.6254 20.7959 1.25 16.4205 1.25 11.0232ZM11.0227 3.20503C6.70486 3.20503 3.20455 6.70535 3.20455 11.0232C3.20455 15.3411 6.70486 18.8414 11.0227 18.8414C15.3406 18.8414 18.8409 15.3411 18.8409 11.0232C18.8409 6.70535 15.3406 3.20503 11.0227 3.20503Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0226 5.64795C11.5623 5.64795 11.9999 6.08549 11.9999 6.62522V7.11386H12.855C14.0019 7.11386 14.9317 8.04363 14.9317 9.19056V9.92352C14.9317 10.3273 14.8165 10.7041 14.6171 11.023C14.8165 11.3418 14.9317 11.7186 14.9317 12.1224V12.8553C14.9317 14.0023 14.0019 14.932 12.855 14.932H11.9999V15.4207C11.9999 15.9604 11.5623 16.3979 11.0226 16.3979C10.4829 16.3979 10.0453 15.9604 10.0453 15.4207V14.932H8.0908C7.55107 14.932 7.11353 14.4945 7.11353 13.9548C7.11353 13.415 7.55107 12.9775 8.0908 12.9775H8.21296L8.21296 9.0684H8.0908C7.55107 9.0684 7.11353 8.63086 7.11353 8.09113C7.11353 7.5514 7.55107 7.11386 8.0908 7.11386H10.0453V6.62522C10.0453 6.08549 10.4829 5.64795 11.0226 5.64795ZM10.1675 9.0684V10.0457H12.855C12.9225 10.0457 12.9772 9.99098 12.9772 9.92352V9.19056C12.9772 9.1231 12.9225 9.0684 12.855 9.0684H10.1675ZM12.855 12.0002H10.1675V12.9775H12.855C12.9225 12.9775 12.9772 12.9228 12.9772 12.8553V12.1224C12.9772 12.0549 12.9225 12.0002 12.855 12.0002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-setting{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.70208 2.00964C8.41768 1.97156 8.17792 2.05383 8.01469 2.12505C7.86464 2.19053 7.69535 2.28612 7.53113 2.37884L5.28197 3.66735C5.13616 3.7705 4.93913 3.93471 4.82604 4.20043C4.70258 4.49052 4.74241 4.7829 4.77174 4.95201C4.80348 5.13501 4.86932 5.38696 4.93233 5.62806C5.32857 7.14488 4.36065 8.77659 2.79378 9.19652L2.76618 9.20391C2.52912 9.26742 2.30699 9.32693 2.13327 9.38956C1.97074 9.44815 1.69912 9.55815 1.50772 9.80648C1.33182 10.0347 1.28519 10.2848 1.26684 10.4618C1.24992 10.6251 1.24996 10.8204 1.25 11.0105V12.9896C1.24996 13.1797 1.24992 13.375 1.26684 13.5382C1.28519 13.7153 1.33181 13.9654 1.5077 14.1936C1.69909 14.4419 1.97071 14.5519 2.13322 14.6105C2.30694 14.6731 2.79374 14.8036 2.79374 14.8036C4.36003 15.2234 5.32731 16.8549 4.93082 18.3719C4.93082 18.3719 4.80192 18.8649 4.77017 19.0479C4.74082 19.217 4.70097 19.5094 4.82441 19.7995C4.93749 20.0652 5.13453 20.2295 5.28035 20.3326L7.52952 21.6211L7.52962 21.6212C7.6938 21.7139 7.86312 21.8095 8.01315 21.875C8.17639 21.9462 8.41618 22.0285 8.70059 21.9904C9.00977 21.9489 9.23894 21.7725 9.37072 21.6623C9.51065 21.5453 9.86249 21.1962 9.86249 21.1962C10.4459 20.6176 11.2229 20.3281 12 20.3279C12.7771 20.3281 13.5541 20.6176 14.1375 21.1962C14.1375 21.1962 14.4894 21.5453 14.6293 21.6623C14.7611 21.7725 14.9902 21.9489 15.2994 21.9904C15.5838 22.0285 15.8236 21.9462 15.9869 21.875C16.1369 21.8095 16.3062 21.7139 16.4704 21.6212L16.4705 21.6211L18.7196 20.3326C18.8655 20.2295 19.0625 20.0652 19.1756 19.7995C19.299 19.5094 19.2592 19.217 19.2298 19.0479C19.1981 18.8649 19.0692 18.3719 19.0692 18.3719C18.6727 16.8549 19.64 15.2234 21.2063 14.8036C21.2063 14.8036 21.6931 14.6731 21.8668 14.6105C22.0293 14.5519 22.3009 14.4419 22.4923 14.1936C22.6682 13.9654 22.7148 13.7153 22.7332 13.5382C22.7501 13.375 22.75 13.1797 22.75 12.9896V11.0105C22.75 10.8204 22.7501 10.6251 22.7332 10.4618C22.7148 10.2848 22.6682 10.0347 22.4923 9.80648C22.3009 9.55815 22.0293 9.44815 21.8667 9.38956C21.693 9.32693 21.4709 9.26742 21.2338 9.20391L21.2062 9.19652C19.6393 8.77659 18.6714 7.14488 19.0677 5.62806C19.1307 5.38696 19.1965 5.13501 19.2283 4.95201C19.2576 4.7829 19.2974 4.49052 19.174 4.20043C19.0609 3.93471 18.8638 3.7705 18.718 3.66735L16.4689 2.37884C16.3046 2.28612 16.1354 2.19053 15.9853 2.12505C15.8221 2.05383 15.5823 1.97156 15.2979 2.00964C14.9888 2.05104 14.7596 2.22749 14.6278 2.33765C14.4879 2.45463 14.136 2.80365 14.136 2.80365C13.5529 3.3818 12.7765 3.67098 12 3.6712C11.2235 3.67098 10.4471 3.3818 9.86405 2.80365C9.86405 2.80365 9.51213 2.45463 9.37221 2.33765C9.24043 2.22749 9.01124 2.05104 8.70208 2.00964ZM12.75 7.5C12.75 7.08579 12.4142 6.75 12 6.75C11.5858 6.75 11.25 7.08579 11.25 7.5V8.25H9C8.58579 8.25 8.25 8.58579 8.25 9C8.25 9.41421 8.58579 9.75 9 9.75H9.375V14.25H9C8.58579 14.25 8.25 14.5858 8.25 15C8.25 15.4142 8.58579 15.75 9 15.75H11.25V16.5C11.25 16.9142 11.5858 17.25 12 17.25C12.4142 17.25 12.75 16.9142 12.75 16.5V15.75H13.875C14.9105 15.75 15.75 14.9105 15.75 13.875V13.125C15.75 12.7029 15.6105 12.3134 15.3751 12C15.6105 11.6866 15.75 11.2971 15.75 10.875V10.125C15.75 9.08947 14.9105 8.25 13.875 8.25H12.75V7.5ZM10.875 11.25V9.75H13.875C14.0821 9.75 14.25 9.91789 14.25 10.125V10.875C14.25 11.0821 14.0821 11.25 13.875 11.25H10.875ZM10.875 12.75H13.875C14.0821 12.75 14.25 12.9179 14.25 13.125V13.875C14.25 14.0821 14.0821 14.25 13.875 14.25H10.875V12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.70208 2.00964C8.41768 1.97156 8.17792 2.05383 8.01469 2.12505C7.86464 2.19053 7.69535 2.28612 7.53113 2.37884L5.28197 3.66735C5.13616 3.7705 4.93913 3.93471 4.82604 4.20043C4.70258 4.49052 4.74241 4.7829 4.77174 4.95201C4.80348 5.13501 4.86932 5.38696 4.93233 5.62806C5.32857 7.14488 4.36065 8.77659 2.79378 9.19652L2.76618 9.20391C2.52912 9.26742 2.30699 9.32693 2.13327 9.38956C1.97074 9.44815 1.69912 9.55815 1.50772 9.80648C1.33182 10.0347 1.28519 10.2848 1.26684 10.4618C1.24992 10.6251 1.24996 10.8204 1.25 11.0105V12.9896C1.24996 13.1797 1.24992 13.375 1.26684 13.5382C1.28519 13.7153 1.33181 13.9654 1.5077 14.1936C1.69909 14.4419 1.97071 14.5519 2.13322 14.6105C2.30694 14.6731 2.79374 14.8036 2.79374 14.8036C4.36003 15.2234 5.32731 16.8549 4.93082 18.3719C4.93082 18.3719 4.80192 18.8649 4.77017 19.0479C4.74082 19.217 4.70097 19.5094 4.82441 19.7995C4.93749 20.0652 5.13453 20.2295 5.28035 20.3326L7.52952 21.6211L7.52962 21.6212C7.6938 21.7139 7.86312 21.8095 8.01315 21.875C8.17639 21.9462 8.41618 22.0285 8.70059 21.9904C9.00977 21.9489 9.23894 21.7725 9.37072 21.6623C9.51065 21.5453 9.86249 21.1962 9.86249 21.1962C10.4459 20.6176 11.2229 20.3281 12 20.3279C12.7771 20.3281 13.5541 20.6176 14.1375 21.1962C14.1375 21.1962 14.4894 21.5453 14.6293 21.6623C14.7611 21.7725 14.9902 21.9489 15.2994 21.9904C15.5838 22.0285 15.8236 21.9462 15.9869 21.875C16.1369 21.8095 16.3062 21.7139 16.4704 21.6212L16.4705 21.6211L18.7196 20.3326C18.8655 20.2295 19.0625 20.0652 19.1756 19.7995C19.299 19.5094 19.2592 19.217 19.2298 19.0479C19.1981 18.8649 19.0692 18.3719 19.0692 18.3719C18.6727 16.8549 19.64 15.2234 21.2063 14.8036C21.2063 14.8036 21.6931 14.6731 21.8668 14.6105C22.0293 14.5519 22.3009 14.4419 22.4923 14.1936C22.6682 13.9654 22.7148 13.7153 22.7332 13.5382C22.7501 13.375 22.75 13.1797 22.75 12.9896V11.0105C22.75 10.8204 22.7501 10.6251 22.7332 10.4618C22.7148 10.2848 22.6682 10.0347 22.4923 9.80648C22.3009 9.55815 22.0293 9.44815 21.8667 9.38956C21.693 9.32693 21.4709 9.26742 21.2338 9.20391L21.2062 9.19652C19.6393 8.77659 18.6714 7.14488 19.0677 5.62806C19.1307 5.38696 19.1965 5.13501 19.2283 4.95201C19.2576 4.7829 19.2974 4.49052 19.174 4.20043C19.0609 3.93471 18.8638 3.7705 18.718 3.66735L16.4689 2.37884C16.3046 2.28612 16.1354 2.19053 15.9853 2.12505C15.8221 2.05383 15.5823 1.97156 15.2979 2.00964C14.9888 2.05104 14.7596 2.22749 14.6278 2.33765C14.4879 2.45463 14.136 2.80365 14.136 2.80365C13.5529 3.3818 12.7765 3.67098 12 3.6712C11.2235 3.67098 10.4471 3.3818 9.86405 2.80365C9.86405 2.80365 9.51213 2.45463 9.37221 2.33765C9.24043 2.22749 9.01124 2.05104 8.70208 2.00964ZM12.75 7.5C12.75 7.08579 12.4142 6.75 12 6.75C11.5858 6.75 11.25 7.08579 11.25 7.5V8.25H9C8.58579 8.25 8.25 8.58579 8.25 9C8.25 9.41421 8.58579 9.75 9 9.75H9.375V14.25H9C8.58579 14.25 8.25 14.5858 8.25 15C8.25 15.4142 8.58579 15.75 9 15.75H11.25V16.5C11.25 16.9142 11.5858 17.25 12 17.25C12.4142 17.25 12.75 16.9142 12.75 16.5V15.75H13.875C14.9105 15.75 15.75 14.9105 15.75 13.875V13.125C15.75 12.7029 15.6105 12.3134 15.3751 12C15.6105 11.6866 15.75 11.2971 15.75 10.875V10.125C15.75 9.08947 14.9105 8.25 13.875 8.25H12.75V7.5ZM10.875 11.25V9.75H13.875C14.0821 9.75 14.25 9.91789 14.25 10.125V10.875C14.25 11.0821 14.0821 11.25 13.875 11.25H10.875ZM10.875 12.75H13.875C14.0821 12.75 14.25 12.9179 14.25 13.125V13.875C14.25 14.0821 14.0821 14.25 13.875 14.25H10.875V12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-shield{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9983 1.25C10.3864 1.25 9.07923 1.82495 7.94821 2.44345C7.60332 2.63206 7.2843 2.81782 6.98038 2.99479C6.2416 3.42498 5.59201 3.80324 4.87675 4.04413C4.45457 4.18631 4.0756 4.31393 3.80746 4.42484C3.55363 4.52984 3.24825 4.67545 3.03287 4.92811C2.84263 5.15129 2.74644 5.3994 2.68285 5.63457C2.62462 5.84993 2.57489 6.14122 2.52664 6.42385C1.35874 13.2609 3.9034 19.7706 10.194 22.3128C10.8073 22.5608 11.2753 22.75 12.0014 22.75C12.7275 22.75 13.1954 22.5608 13.8088 22.3128C20.0991 19.7705 22.6412 13.2606 21.473 6.4238C21.4248 6.14115 21.375 5.84978 21.3168 5.63441C21.2531 5.39922 21.1569 5.15108 20.9666 4.92789C20.7512 4.67524 20.4459 4.52967 20.192 4.4247C19.9239 4.31383 19.5449 4.18628 19.1228 4.04418C18.4071 3.80327 17.757 3.42491 17.0176 2.99465L17.0176 2.99462L17.0175 2.9946C16.7135 2.81768 16.3944 2.63197 16.0494 2.44344C14.9179 1.82495 13.6101 1.25 11.9983 1.25ZM12.7502 7C12.7502 6.58579 12.4145 6.25 12.0002 6.25C11.586 6.25 11.2502 6.58579 11.2502 7V7.75H9.00024C8.58603 7.75 8.25024 8.08579 8.25024 8.5C8.25024 8.91421 8.58603 9.25 9.00024 9.25H9.37524V13.75H9.00024C8.58603 13.75 8.25024 14.0858 8.25024 14.5C8.25024 14.9142 8.58603 15.25 9.00024 15.25H11.2502V16C11.2502 16.4142 11.586 16.75 12.0002 16.75C12.4145 16.75 12.7502 16.4142 12.7502 16V15.25H13.8752C14.9108 15.25 15.7502 14.4105 15.7502 13.375V12.625C15.7502 12.2029 15.6108 11.8134 15.3754 11.5C15.6108 11.1866 15.7502 10.7971 15.7502 10.375V9.625C15.7502 8.58947 14.9108 7.75 13.8752 7.75H12.7502V7ZM10.8752 10.75V9.25H13.8752C14.0824 9.25 14.2502 9.41789 14.2502 9.625V10.375C14.2502 10.5821 14.0824 10.75 13.8752 10.75H10.8752ZM10.8752 12.25H13.8752C14.0824 12.25 14.2502 12.4179 14.2502 12.625V13.375C14.2502 13.5821 14.0824 13.75 13.8752 13.75H10.8752V12.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9983 1.25C10.3864 1.25 9.07923 1.82495 7.94821 2.44345C7.60332 2.63206 7.2843 2.81782 6.98038 2.99479C6.2416 3.42498 5.59201 3.80324 4.87675 4.04413C4.45457 4.18631 4.0756 4.31393 3.80746 4.42484C3.55363 4.52984 3.24825 4.67545 3.03287 4.92811C2.84263 5.15129 2.74644 5.3994 2.68285 5.63457C2.62462 5.84993 2.57489 6.14122 2.52664 6.42385C1.35874 13.2609 3.9034 19.7706 10.194 22.3128C10.8073 22.5608 11.2753 22.75 12.0014 22.75C12.7275 22.75 13.1954 22.5608 13.8088 22.3128C20.0991 19.7705 22.6412 13.2606 21.473 6.4238C21.4248 6.14115 21.375 5.84978 21.3168 5.63441C21.2531 5.39922 21.1569 5.15108 20.9666 4.92789C20.7512 4.67524 20.4459 4.52967 20.192 4.4247C19.9239 4.31383 19.5449 4.18628 19.1228 4.04418C18.4071 3.80327 17.757 3.42491 17.0176 2.99465L17.0176 2.99462L17.0175 2.9946C16.7135 2.81768 16.3944 2.63197 16.0494 2.44344C14.9179 1.82495 13.6101 1.25 11.9983 1.25ZM12.7502 7C12.7502 6.58579 12.4145 6.25 12.0002 6.25C11.586 6.25 11.2502 6.58579 11.2502 7V7.75H9.00024C8.58603 7.75 8.25024 8.08579 8.25024 8.5C8.25024 8.91421 8.58603 9.25 9.00024 9.25H9.37524V13.75H9.00024C8.58603 13.75 8.25024 14.0858 8.25024 14.5C8.25024 14.9142 8.58603 15.25 9.00024 15.25H11.2502V16C11.2502 16.4142 11.586 16.75 12.0002 16.75C12.4145 16.75 12.7502 16.4142 12.7502 16V15.25H13.8752C14.9108 15.25 15.7502 14.4105 15.7502 13.375V12.625C15.7502 12.2029 15.6108 11.8134 15.3754 11.5C15.6108 11.1866 15.7502 10.7971 15.7502 10.375V9.625C15.7502 8.58947 14.9108 7.75 13.8752 7.75H12.7502V7ZM10.8752 10.75V9.25H13.8752C14.0824 9.25 14.2502 9.41789 14.2502 9.625V10.375C14.2502 10.5821 14.0824 10.75 13.8752 10.75H10.8752ZM10.8752 12.25H13.8752C14.0824 12.25 14.2502 12.4179 14.2502 12.625V13.375C14.2502 13.5821 14.0824 13.75 13.8752 13.75H10.8752V12.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-shopping{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.98815 4.60649C8.3479 5.46209 8 6.72461 8 8.25H6C6 6.46168 6.4021 4.72421 7.38685 3.40823C8.40295 2.05036 9.96039 1.25 12 1.25C14.0396 1.25 15.597 2.05036 16.6132 3.40823C17.5979 4.72421 18 6.46168 18 8.25H16C16 6.72461 15.6521 5.46209 15.0118 4.60649C14.403 3.79279 13.4604 3.25 12 3.25C10.5396 3.25 9.59705 3.79279 8.98815 4.60649Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.3106 7.30113C19.9666 7.24988 19.5382 7.24994 19.0742 7.25L4.9258 7.25C4.46174 7.24994 4.03335 7.24988 3.68934 7.30113C3.30747 7.35803 2.89742 7.49516 2.59323 7.8737C2.29465 8.24525 2.24042 8.67321 2.25127 9.05822C2.26131 9.41453 2.34074 9.89711 2.42036 10.3809L3.56828 17.3598C3.75068 18.4688 3.89842 19.3671 4.10181 20.0697C4.31304 20.7994 4.60795 21.4089 5.14263 21.881C5.68111 22.3565 6.31533 22.5625 7.05117 22.6586C7.75232 22.7501 8.62724 22.75 9.69618 22.75H9.69619H9.6962L14.3038 22.75H14.3038H14.3038C15.3728 22.75 16.2477 22.7501 16.9488 22.6586C17.6847 22.5625 18.3189 22.3565 18.8574 21.881C19.392 21.4089 19.6869 20.7994 19.8982 20.0697C20.1016 19.3671 20.2493 18.4688 20.4317 17.3598L20.4317 17.3597L20.4317 17.3597L21.5873 10.3341C21.667 9.85034 21.7387 9.41454 21.7487 9.05822C21.7596 8.67321 21.7053 8.24525 21.4068 7.8737C21.1026 7.49516 20.6925 7.35803 20.3106 7.30113ZM12.75 11C12.75 10.5858 12.4142 10.25 12 10.25C11.5858 10.25 11.25 10.5858 11.25 11V11.5833H9.5C9.08579 11.5833 8.75 11.9191 8.75 12.3333C8.75 12.7475 9.08579 13.0833 9.5 13.0833H9.6875L9.6875 16.9167H9.5C9.08579 16.9167 8.75 17.2525 8.75 17.6667C8.75 18.0809 9.08579 18.4167 9.5 18.4167H11.25V19C11.25 19.4142 11.5858 19.75 12 19.75C12.4142 19.75 12.75 19.4142 12.75 19V18.4167L13.5625 18.4167C14.5393 18.4167 15.25 17.5868 15.25 16.6667V16C15.25 15.6376 15.1398 15.2892 14.9465 15C15.1398 14.7108 15.25 14.3624 15.25 14V13.3333C15.25 12.4132 14.5393 11.5833 13.5625 11.5833H12.75V11ZM11.1875 14.25V13.0833L13.5625 13.0833C13.6212 13.0833 13.75 13.1489 13.75 13.3333V14C13.75 14.1844 13.6212 14.25 13.5625 14.25L11.1875 14.25ZM11.1875 15.75L13.5625 15.75C13.6212 15.75 13.75 15.8156 13.75 16V16.6667C13.75 16.8511 13.6212 16.9167 13.5625 16.9167L11.1875 16.9167V15.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.98815 4.60649C8.3479 5.46209 8 6.72461 8 8.25H6C6 6.46168 6.4021 4.72421 7.38685 3.40823C8.40295 2.05036 9.96039 1.25 12 1.25C14.0396 1.25 15.597 2.05036 16.6132 3.40823C17.5979 4.72421 18 6.46168 18 8.25H16C16 6.72461 15.6521 5.46209 15.0118 4.60649C14.403 3.79279 13.4604 3.25 12 3.25C10.5396 3.25 9.59705 3.79279 8.98815 4.60649Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.3106 7.30113C19.9666 7.24988 19.5382 7.24994 19.0742 7.25L4.9258 7.25C4.46174 7.24994 4.03335 7.24988 3.68934 7.30113C3.30747 7.35803 2.89742 7.49516 2.59323 7.8737C2.29465 8.24525 2.24042 8.67321 2.25127 9.05822C2.26131 9.41453 2.34074 9.89711 2.42036 10.3809L3.56828 17.3598C3.75068 18.4688 3.89842 19.3671 4.10181 20.0697C4.31304 20.7994 4.60795 21.4089 5.14263 21.881C5.68111 22.3565 6.31533 22.5625 7.05117 22.6586C7.75232 22.7501 8.62724 22.75 9.69618 22.75H9.69619H9.6962L14.3038 22.75H14.3038H14.3038C15.3728 22.75 16.2477 22.7501 16.9488 22.6586C17.6847 22.5625 18.3189 22.3565 18.8574 21.881C19.392 21.4089 19.6869 20.7994 19.8982 20.0697C20.1016 19.3671 20.2493 18.4688 20.4317 17.3598L20.4317 17.3597L20.4317 17.3597L21.5873 10.3341C21.667 9.85034 21.7387 9.41454 21.7487 9.05822C21.7596 8.67321 21.7053 8.24525 21.4068 7.8737C21.1026 7.49516 20.6925 7.35803 20.3106 7.30113ZM12.75 11C12.75 10.5858 12.4142 10.25 12 10.25C11.5858 10.25 11.25 10.5858 11.25 11V11.5833H9.5C9.08579 11.5833 8.75 11.9191 8.75 12.3333C8.75 12.7475 9.08579 13.0833 9.5 13.0833H9.6875L9.6875 16.9167H9.5C9.08579 16.9167 8.75 17.2525 8.75 17.6667C8.75 18.0809 9.08579 18.4167 9.5 18.4167H11.25V19C11.25 19.4142 11.5858 19.75 12 19.75C12.4142 19.75 12.75 19.4142 12.75 19V18.4167L13.5625 18.4167C14.5393 18.4167 15.25 17.5868 15.25 16.6667V16C15.25 15.6376 15.1398 15.2892 14.9465 15C15.1398 14.7108 15.25 14.3624 15.25 14V13.3333C15.25 12.4132 14.5393 11.5833 13.5625 11.5833H12.75V11ZM11.1875 14.25V13.0833L13.5625 13.0833C13.6212 13.0833 13.75 13.1489 13.75 13.3333V14C13.75 14.1844 13.6212 14.25 13.5625 14.25L11.1875 14.25ZM11.1875 15.75L13.5625 15.75C13.6212 15.75 13.75 15.8156 13.75 16V16.6667C13.75 16.8511 13.6212 16.9167 13.5625 16.9167L11.1875 16.9167V15.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-smartphone-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 7.25C18.1642 7.25 18.5 7.58579 18.5 8V8.58333H19.3125C20.2893 8.58333 21 9.41317 21 10.3333V11C21 11.3624 20.8898 11.7108 20.6965 12C20.8898 12.2892 21 12.6376 21 13V13.6667C21 14.5868 20.2893 15.4167 19.3125 15.4167H18.5V16C18.5 16.4142 18.1642 16.75 17.75 16.75C17.3358 16.75 17 16.4142 17 16V15.4167H15.25C14.8358 15.4167 14.5 15.0809 14.5 14.6667C14.5 14.2525 14.8358 13.9167 15.25 13.9167H15.4375L15.4375 12.0002L15.4375 10.0833H15.25C14.8358 10.0833 14.5 9.74755 14.5 9.33333C14.5 8.91912 14.8358 8.58333 15.25 8.58333H17V8C17 7.58579 17.3358 7.25 17.75 7.25ZM16.9375 10.0833V11.25H19.3125C19.3712 11.25 19.5 11.1844 19.5 11V10.3333C19.5 10.1489 19.3712 10.0833 19.3125 10.0833H16.9375ZM19.3125 12.75H16.9375L16.9375 13.9167H19.3125C19.3712 13.9167 19.5 13.8511 19.5 13.6667V13C19.5 12.8156 19.3712 12.75 19.3125 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6904 1.38483C13.6873 1.24997 12.4084 1.24998 10.8058 1.25H10.8058C9.20316 1.24998 7.8127 1.24997 6.80961 1.38483C5.77335 1.52415 4.91994 1.81966 4.2448 2.4948C3.56966 3.16994 3.27415 4.02335 3.13483 5.05961C2.99997 6.0627 2.99998 7.34165 3 8.94424V8.94425V15.0557V15.0558C2.99998 16.6583 2.99997 17.9373 3.13483 18.9404C3.27415 19.9767 3.56966 20.8301 4.2448 21.5052C4.91994 22.1803 5.77335 22.4758 6.80961 22.6152C7.8127 22.75 9.20315 22.75 10.8057 22.75C12.4083 22.75 13.6873 22.75 14.6904 22.6152C15.7267 22.4758 16.5801 22.1803 17.2552 21.5052C17.9303 20.8301 18.2259 19.9767 18.3652 18.9404C18.3987 18.6913 18.4238 18.4252 18.4428 18.1413C18.2245 18.2119 17.9917 18.25 17.75 18.25C16.8338 18.25 16.0455 17.7024 15.6946 16.9167H15.25C14.0074 16.9167 13 15.9093 13 14.6667C13 13.9138 13.3697 13.2474 13.9375 12.8389V11.1611C13.3697 10.7526 13 10.0862 13 9.33333C13 8.09069 14.0074 7.08333 15.25 7.08333H15.6946C16.0455 6.29759 16.8338 5.75 17.75 5.75C17.9917 5.75 18.2245 5.78812 18.4428 5.85866C18.4238 5.57481 18.3987 5.30871 18.3652 5.05961C18.2259 4.02335 17.9303 3.16994 17.2552 2.4948C16.5801 1.81966 15.7267 1.52415 14.6904 1.38483ZM9.75 19C9.75 18.4477 10.1977 18 10.75 18H10.759C11.3113 18 11.759 18.4477 11.759 19C11.759 19.5523 11.3113 20 10.759 20H10.75C10.1977 20 9.75 19.5523 9.75 19ZM9.75 4.25C9.33579 4.25 9 4.58579 9 5C9 5.41421 9.33579 5.75 9.75 5.75H11.75C12.1642 5.75 12.5 5.41421 12.5 5C12.5 4.58579 12.1642 4.25 11.75 4.25H9.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 7.25C18.1642 7.25 18.5 7.58579 18.5 8V8.58333H19.3125C20.2893 8.58333 21 9.41317 21 10.3333V11C21 11.3624 20.8898 11.7108 20.6965 12C20.8898 12.2892 21 12.6376 21 13V13.6667C21 14.5868 20.2893 15.4167 19.3125 15.4167H18.5V16C18.5 16.4142 18.1642 16.75 17.75 16.75C17.3358 16.75 17 16.4142 17 16V15.4167H15.25C14.8358 15.4167 14.5 15.0809 14.5 14.6667C14.5 14.2525 14.8358 13.9167 15.25 13.9167H15.4375L15.4375 12.0002L15.4375 10.0833H15.25C14.8358 10.0833 14.5 9.74755 14.5 9.33333C14.5 8.91912 14.8358 8.58333 15.25 8.58333H17V8C17 7.58579 17.3358 7.25 17.75 7.25ZM16.9375 10.0833V11.25H19.3125C19.3712 11.25 19.5 11.1844 19.5 11V10.3333C19.5 10.1489 19.3712 10.0833 19.3125 10.0833H16.9375ZM19.3125 12.75H16.9375L16.9375 13.9167H19.3125C19.3712 13.9167 19.5 13.8511 19.5 13.6667V13C19.5 12.8156 19.3712 12.75 19.3125 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6904 1.38483C13.6873 1.24997 12.4084 1.24998 10.8058 1.25H10.8058C9.20316 1.24998 7.8127 1.24997 6.80961 1.38483C5.77335 1.52415 4.91994 1.81966 4.2448 2.4948C3.56966 3.16994 3.27415 4.02335 3.13483 5.05961C2.99997 6.0627 2.99998 7.34165 3 8.94424V8.94425V15.0557V15.0558C2.99998 16.6583 2.99997 17.9373 3.13483 18.9404C3.27415 19.9767 3.56966 20.8301 4.2448 21.5052C4.91994 22.1803 5.77335 22.4758 6.80961 22.6152C7.8127 22.75 9.20315 22.75 10.8057 22.75C12.4083 22.75 13.6873 22.75 14.6904 22.6152C15.7267 22.4758 16.5801 22.1803 17.2552 21.5052C17.9303 20.8301 18.2259 19.9767 18.3652 18.9404C18.3987 18.6913 18.4238 18.4252 18.4428 18.1413C18.2245 18.2119 17.9917 18.25 17.75 18.25C16.8338 18.25 16.0455 17.7024 15.6946 16.9167H15.25C14.0074 16.9167 13 15.9093 13 14.6667C13 13.9138 13.3697 13.2474 13.9375 12.8389V11.1611C13.3697 10.7526 13 10.0862 13 9.33333C13 8.09069 14.0074 7.08333 15.25 7.08333H15.6946C16.0455 6.29759 16.8338 5.75 17.75 5.75C17.9917 5.75 18.2245 5.78812 18.4428 5.85866C18.4238 5.57481 18.3987 5.30871 18.3652 5.05961C18.2259 4.02335 17.9303 3.16994 17.2552 2.4948C16.5801 1.81966 15.7267 1.52415 14.6904 1.38483ZM9.75 19C9.75 18.4477 10.1977 18 10.75 18H10.759C11.3113 18 11.759 18.4477 11.759 19C11.759 19.5523 11.3113 20 10.759 20H10.75C10.1977 20 9.75 19.5523 9.75 19ZM9.75 4.25C9.33579 4.25 9 4.58579 9 5C9 5.41421 9.33579 5.75 9.75 5.75H11.75C12.1642 5.75 12.5 5.41421 12.5 5C12.5 4.58579 12.1642 4.25 11.75 4.25H9.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-smartphone-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0558 1.25C13.6583 1.24998 14.9373 1.24997 15.9404 1.38483C16.9767 1.52415 17.8301 1.81966 18.5052 2.4948C19.1803 3.16994 19.4759 4.02335 19.6152 5.05961C19.75 6.0627 19.75 7.34166 19.75 8.94426V15.0557C19.75 16.6583 19.75 17.9373 19.6152 18.9404C19.4759 19.9767 19.1803 20.8301 18.5052 21.5052C17.8301 22.1803 16.9767 22.4759 15.9404 22.6152C14.9373 22.75 13.5469 22.75 11.9443 22.75C10.3417 22.75 9.0627 22.75 8.05961 22.6152C7.02335 22.4759 6.16994 22.1803 5.4948 21.5052C4.81966 20.8301 4.52415 19.9767 4.38483 18.9404C4.24997 17.9373 4.24998 16.6583 4.25 15.0558V15.0557V8.94426V8.94425C4.24998 7.34166 4.24997 6.0627 4.38483 5.05961C4.52415 4.02335 4.81966 3.16994 5.4948 2.4948C6.16994 1.81966 7.02335 1.52415 8.05961 1.38483C9.0627 1.24997 10.4532 1.24998 12.0557 1.25H12.0558ZM12 5.25C12.4142 5.25 12.75 5.58579 12.75 6V6.58333H13.5625C14.5393 6.58333 15.25 7.41317 15.25 8.33333V9C15.25 9.3624 15.1398 9.7108 14.9465 10C15.1398 10.2892 15.25 10.6376 15.25 11V11.6667C15.25 12.5868 14.5393 13.4167 13.5625 13.4167H12.75V14C12.75 14.4142 12.4142 14.75 12 14.75C11.5858 14.75 11.25 14.4142 11.25 14V13.4167H9.5C9.08579 13.4167 8.75 13.0809 8.75 12.6667C8.75 12.2525 9.08579 11.9167 9.5 11.9167H9.6875V10.0002V8.08333H9.5C9.08579 8.08333 8.75 7.74755 8.75 7.33333C8.75 6.91912 9.08579 6.58333 9.5 6.58333H11.25V6C11.25 5.58579 11.5858 5.25 12 5.25ZM11.1875 8.08333V9.25H13.5625C13.6212 9.25 13.75 9.1844 13.75 9V8.33333C13.75 8.14893 13.6212 8.08333 13.5625 8.08333H11.1875ZM13.5625 10.75H11.1875V11.9167H13.5625C13.6212 11.9167 13.75 11.8511 13.75 11.6667V11C13.75 10.8156 13.6212 10.75 13.5625 10.75ZM12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20H12.009C12.5613 20 13.009 19.5523 13.009 19C13.009 18.4477 12.5613 18 12.009 18H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0558 1.25C13.6583 1.24998 14.9373 1.24997 15.9404 1.38483C16.9767 1.52415 17.8301 1.81966 18.5052 2.4948C19.1803 3.16994 19.4759 4.02335 19.6152 5.05961C19.75 6.0627 19.75 7.34166 19.75 8.94426V15.0557C19.75 16.6583 19.75 17.9373 19.6152 18.9404C19.4759 19.9767 19.1803 20.8301 18.5052 21.5052C17.8301 22.1803 16.9767 22.4759 15.9404 22.6152C14.9373 22.75 13.5469 22.75 11.9443 22.75C10.3417 22.75 9.0627 22.75 8.05961 22.6152C7.02335 22.4759 6.16994 22.1803 5.4948 21.5052C4.81966 20.8301 4.52415 19.9767 4.38483 18.9404C4.24997 17.9373 4.24998 16.6583 4.25 15.0558V15.0557V8.94426V8.94425C4.24998 7.34166 4.24997 6.0627 4.38483 5.05961C4.52415 4.02335 4.81966 3.16994 5.4948 2.4948C6.16994 1.81966 7.02335 1.52415 8.05961 1.38483C9.0627 1.24997 10.4532 1.24998 12.0557 1.25H12.0558ZM12 5.25C12.4142 5.25 12.75 5.58579 12.75 6V6.58333H13.5625C14.5393 6.58333 15.25 7.41317 15.25 8.33333V9C15.25 9.3624 15.1398 9.7108 14.9465 10C15.1398 10.2892 15.25 10.6376 15.25 11V11.6667C15.25 12.5868 14.5393 13.4167 13.5625 13.4167H12.75V14C12.75 14.4142 12.4142 14.75 12 14.75C11.5858 14.75 11.25 14.4142 11.25 14V13.4167H9.5C9.08579 13.4167 8.75 13.0809 8.75 12.6667C8.75 12.2525 9.08579 11.9167 9.5 11.9167H9.6875V10.0002V8.08333H9.5C9.08579 8.08333 8.75 7.74755 8.75 7.33333C8.75 6.91912 9.08579 6.58333 9.5 6.58333H11.25V6C11.25 5.58579 11.5858 5.25 12 5.25ZM11.1875 8.08333V9.25H13.5625C13.6212 9.25 13.75 9.1844 13.75 9V8.33333C13.75 8.14893 13.6212 8.08333 13.5625 8.08333H11.1875ZM13.5625 10.75H11.1875V11.9167H13.5625C13.6212 11.9167 13.75 11.8511 13.75 11.6667V11C13.75 10.8156 13.6212 10.75 13.5625 10.75ZM12 18C11.4477 18 11 18.4477 11 19C11 19.5523 11.4477 20 12 20H12.009C12.5613 20 13.009 19.5523 13.009 19C13.009 18.4477 12.5613 18 12.009 18H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-store{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 13.25C18.9142 13.25 19.25 13.5858 19.25 14V14.5833H20.0625C21.0393 14.5833 21.75 15.4132 21.75 16.3333V17C21.75 17.3624 21.6398 17.7108 21.4465 18C21.6398 18.2892 21.75 18.6376 21.75 19V19.6667C21.75 20.5868 21.0393 21.4167 20.0625 21.4167H19.25V22C19.25 22.4142 18.9142 22.75 18.5 22.75C18.0858 22.75 17.75 22.4142 17.75 22V21.4167H16C15.5858 21.4167 15.25 21.0809 15.25 20.6667C15.25 20.2525 15.5858 19.9167 16 19.9167H16.1875L16.1875 16.0833H16C15.5858 16.0833 15.25 15.7475 15.25 15.3333C15.25 14.9191 15.5858 14.5833 16 14.5833H17.75V14C17.75 13.5858 18.0858 13.25 18.5 13.25ZM17.6875 16.0833V17.25H20.0625C20.1212 17.25 20.25 17.1844 20.25 17V16.3333C20.25 16.1489 20.1212 16.0833 20.0625 16.0833H17.6875ZM20.0625 18.75H17.6875L17.6875 19.9167H20.0625C20.1212 19.9167 20.25 19.8511 20.25 19.6667V19C20.25 18.8156 20.1212 18.75 20.0625 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.19143 3.85622C3.19143 2.37415 4.45489 1.25 5.91512 1.25H18.0849C19.5451 1.25 20.8086 2.37415 20.8086 3.85622C20.8086 4.36264 20.9489 4.86312 21.2196 5.30865L22.2081 6.93549C22.4651 7.35789 22.6821 7.71473 22.7344 8.30911C22.7553 8.54683 22.7581 8.75167 22.725 8.95132C22.6935 9.14163 22.6268 9.31072 22.5845 9.41803C22.0411 10.8001 20.6477 11.75 19.0513 11.75C17.7149 11.75 16.5102 11.0777 15.8385 10.0439C14.9295 11.0948 13.5331 11.75 12 11.75C10.467 11.75 9.07055 11.0948 8.16154 10.0439C7.4898 11.0777 6.28507 11.75 4.94875 11.75C3.35231 11.75 1.95889 10.8001 1.41549 9.41802C1.37317 9.31072 1.30649 9.14163 1.27499 8.95132C1.24193 8.75167 1.24473 8.54683 1.26563 8.3091C1.31787 7.71473 1.53495 7.35789 1.79191 6.93548L2.78038 5.30865C3.05108 4.86312 3.19143 4.36264 3.19143 3.85622Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.20834 9.75C3.73761 9.75 4.16667 10.1798 4.16667 10.71V15.03C4.16667 16.4148 4.1687 17.3568 4.26338 18.0622C4.35435 18.74 4.51475 19.054 4.72805 19.2676C4.94134 19.4813 5.25474 19.642 5.93137 19.7331C6.63558 19.828 7.57595 19.83 8.95833 19.83H12.7917C13.3209 19.83 13.75 20.2598 13.75 20.79C13.75 21.3202 13.3209 21.75 12.7917 21.75L8.8907 21.75C7.593 21.75 6.52292 21.7501 5.67598 21.636C4.78681 21.5162 4.00153 21.2552 3.37276 20.6253C2.74399 19.9954 2.48335 19.2088 2.36381 18.3181C2.24994 17.4697 2.24997 16.3977 2.25 15.0977L2.25 10.71C2.25 10.1798 2.67906 9.75 3.20834 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 13.25C18.9142 13.25 19.25 13.5858 19.25 14V14.5833H20.0625C21.0393 14.5833 21.75 15.4132 21.75 16.3333V17C21.75 17.3624 21.6398 17.7108 21.4465 18C21.6398 18.2892 21.75 18.6376 21.75 19V19.6667C21.75 20.5868 21.0393 21.4167 20.0625 21.4167H19.25V22C19.25 22.4142 18.9142 22.75 18.5 22.75C18.0858 22.75 17.75 22.4142 17.75 22V21.4167H16C15.5858 21.4167 15.25 21.0809 15.25 20.6667C15.25 20.2525 15.5858 19.9167 16 19.9167H16.1875L16.1875 16.0833H16C15.5858 16.0833 15.25 15.7475 15.25 15.3333C15.25 14.9191 15.5858 14.5833 16 14.5833H17.75V14C17.75 13.5858 18.0858 13.25 18.5 13.25ZM17.6875 16.0833V17.25H20.0625C20.1212 17.25 20.25 17.1844 20.25 17V16.3333C20.25 16.1489 20.1212 16.0833 20.0625 16.0833H17.6875ZM20.0625 18.75H17.6875L17.6875 19.9167H20.0625C20.1212 19.9167 20.25 19.8511 20.25 19.6667V19C20.25 18.8156 20.1212 18.75 20.0625 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.19143 3.85622C3.19143 2.37415 4.45489 1.25 5.91512 1.25H18.0849C19.5451 1.25 20.8086 2.37415 20.8086 3.85622C20.8086 4.36264 20.9489 4.86312 21.2196 5.30865L22.2081 6.93549C22.4651 7.35789 22.6821 7.71473 22.7344 8.30911C22.7553 8.54683 22.7581 8.75167 22.725 8.95132C22.6935 9.14163 22.6268 9.31072 22.5845 9.41803C22.0411 10.8001 20.6477 11.75 19.0513 11.75C17.7149 11.75 16.5102 11.0777 15.8385 10.0439C14.9295 11.0948 13.5331 11.75 12 11.75C10.467 11.75 9.07055 11.0948 8.16154 10.0439C7.4898 11.0777 6.28507 11.75 4.94875 11.75C3.35231 11.75 1.95889 10.8001 1.41549 9.41802C1.37317 9.31072 1.30649 9.14163 1.27499 8.95132C1.24193 8.75167 1.24473 8.54683 1.26563 8.3091C1.31787 7.71473 1.53495 7.35789 1.79191 6.93548L2.78038 5.30865C3.05108 4.86312 3.19143 4.36264 3.19143 3.85622Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.20834 9.75C3.73761 9.75 4.16667 10.1798 4.16667 10.71V15.03C4.16667 16.4148 4.1687 17.3568 4.26338 18.0622C4.35435 18.74 4.51475 19.054 4.72805 19.2676C4.94134 19.4813 5.25474 19.642 5.93137 19.7331C6.63558 19.828 7.57595 19.83 8.95833 19.83H12.7917C13.3209 19.83 13.75 20.2598 13.75 20.79C13.75 21.3202 13.3209 21.75 12.7917 21.75L8.8907 21.75C7.593 21.75 6.52292 21.7501 5.67598 21.636C4.78681 21.5162 4.00153 21.2552 3.37276 20.6253C2.74399 19.9954 2.48335 19.2088 2.36381 18.3181C2.24994 17.4697 2.24997 16.3977 2.25 15.0977L2.25 10.71C2.25 10.1798 2.67906 9.75 3.20834 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-tag{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4595 1.57208C20.2081 1.74401 20.9663 2.0252 21.4705 2.5294C21.9747 3.0336 22.2559 3.79184 22.4279 4.54046C22.6055 5.3138 22.6927 6.19907 22.7288 7.06907C22.8011 8.81159 22.6717 10.5921 22.588 11.5022C22.5359 12.0702 22.3035 12.5946 21.9406 13.0168C19.2313 16.1691 16.4228 19.0388 13.3563 21.7845C11.9532 23.0408 9.85825 23.0541 8.39712 21.9228C5.98744 20.0571 3.94283 18.0125 2.07709 15.6028C0.945789 14.1417 0.959114 12.0467 2.21543 10.6436C4.9611 7.57712 7.83082 4.76863 10.9831 2.05931C11.4053 1.69644 11.9298 1.46408 12.4977 1.4119C13.4078 1.32827 15.1884 1.19887 16.9309 1.27116C17.8009 1.30725 18.6861 1.39446 19.4595 1.57208ZM10.5266 8.46967C10.8195 8.17678 11.2944 8.17678 11.5873 8.46967L12.8488 9.73117L13.2741 9.30586C13.567 9.01296 14.0418 9.01296 14.3347 9.30586C14.6276 9.59875 14.6276 10.0736 14.3347 10.3665L13.9094 10.7918L14.499 11.3814C15.1947 12.0771 15.1102 13.1747 14.4542 13.8307L13.9764 14.3085C13.7163 14.5686 13.3869 14.7388 13.0406 14.8062C12.9732 15.1525 12.8029 15.482 12.5429 15.742L12.0651 16.2198C11.4091 16.8758 10.3115 16.9603 9.61576 16.2646L9.0262 15.6751L8.60089 16.1004C8.308 16.3933 7.83312 16.3933 7.54023 16.1004C7.24734 15.8075 7.24734 15.3326 7.54023 15.0397L7.96554 14.6144L6.70404 13.3529C6.41115 13.06 6.41115 12.5851 6.70404 12.2922C6.99694 11.9993 7.47181 11.9993 7.76471 12.2922L7.90631 12.4338L10.6682 9.67194L10.5266 9.53033C10.2337 9.23744 10.2337 8.76256 10.5266 8.46967ZM11.7289 10.7326L10.8783 11.5832L12.5877 13.2927C12.6342 13.3392 12.78 13.3836 12.9157 13.2479L13.3935 12.7701C13.5292 12.6343 13.4848 12.4885 13.4383 12.442L11.7289 10.7326ZM11.527 14.3533L9.81759 12.6439L8.96697 13.4945L10.6764 15.204C10.7229 15.2504 10.8687 15.2949 11.0044 15.1592L11.4822 14.6813C11.618 14.5456 11.5735 14.3998 11.527 14.3533ZM18 4.5C18.8284 4.5 19.5 5.17157 19.5 6C19.5 6.82843 18.8284 7.5 18 7.5C17.1716 7.5 16.5 6.82843 16.5 6C16.5 5.17157 17.1716 4.5 18 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4595 1.57208C20.2081 1.74401 20.9663 2.0252 21.4705 2.5294C21.9747 3.0336 22.2559 3.79184 22.4279 4.54046C22.6055 5.3138 22.6927 6.19907 22.7288 7.06907C22.8011 8.81159 22.6717 10.5921 22.588 11.5022C22.5359 12.0702 22.3035 12.5946 21.9406 13.0168C19.2313 16.1691 16.4228 19.0388 13.3563 21.7845C11.9532 23.0408 9.85825 23.0541 8.39712 21.9228C5.98744 20.0571 3.94283 18.0125 2.07709 15.6028C0.945789 14.1417 0.959114 12.0467 2.21543 10.6436C4.9611 7.57712 7.83082 4.76863 10.9831 2.05931C11.4053 1.69644 11.9298 1.46408 12.4977 1.4119C13.4078 1.32827 15.1884 1.19887 16.9309 1.27116C17.8009 1.30725 18.6861 1.39446 19.4595 1.57208ZM10.5266 8.46967C10.8195 8.17678 11.2944 8.17678 11.5873 8.46967L12.8488 9.73117L13.2741 9.30586C13.567 9.01296 14.0418 9.01296 14.3347 9.30586C14.6276 9.59875 14.6276 10.0736 14.3347 10.3665L13.9094 10.7918L14.499 11.3814C15.1947 12.0771 15.1102 13.1747 14.4542 13.8307L13.9764 14.3085C13.7163 14.5686 13.3869 14.7388 13.0406 14.8062C12.9732 15.1525 12.8029 15.482 12.5429 15.742L12.0651 16.2198C11.4091 16.8758 10.3115 16.9603 9.61576 16.2646L9.0262 15.6751L8.60089 16.1004C8.308 16.3933 7.83312 16.3933 7.54023 16.1004C7.24734 15.8075 7.24734 15.3326 7.54023 15.0397L7.96554 14.6144L6.70404 13.3529C6.41115 13.06 6.41115 12.5851 6.70404 12.2922C6.99694 11.9993 7.47181 11.9993 7.76471 12.2922L7.90631 12.4338L10.6682 9.67194L10.5266 9.53033C10.2337 9.23744 10.2337 8.76256 10.5266 8.46967ZM11.7289 10.7326L10.8783 11.5832L12.5877 13.2927C12.6342 13.3392 12.78 13.3836 12.9157 13.2479L13.3935 12.7701C13.5292 12.6343 13.4848 12.4885 13.4383 12.442L11.7289 10.7326ZM11.527 14.3533L9.81759 12.6439L8.96697 13.4945L10.6764 15.204C10.7229 15.2504 10.8687 15.2949 11.0044 15.1592L11.4822 14.6813C11.618 14.5456 11.5735 14.3998 11.527 14.3533ZM18 4.5C18.8284 4.5 19.5 5.17157 19.5 6C19.5 6.82843 18.8284 7.5 18 7.5C17.1716 7.5 16.5 6.82843 16.5 6C16.5 5.17157 17.1716 4.5 18 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-target{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 7.85786 7.85786 4.5 12 4.5C16.1421 4.5 19.5 7.85786 19.5 12C19.5 16.1421 16.1421 19.5 12 19.5ZM2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V5C13 5.55228 12.5523 6 12 6C11.4477 6 11 5.55228 11 5V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 12C23 12.5523 22.5523 13 22 13L19 13C18.4477 13 18 12.5523 18 12C18 11.4477 18.4477 11 19 11L22 11C22.5523 11 23 11.4477 23 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 18C12.5523 18 13 18.4477 13 19L13 22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22L11 19C11 18.4477 11.4477 18 12 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 12C6 12.5523 5.55228 13 5 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H5C5.55228 11 6 11.4477 6 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V8.33333H13.5625C14.6924 8.33333 15.5 9.29054 15.5 10.3333V11C15.5 11.3547 15.4066 11.6994 15.2388 12C15.4066 12.3006 15.5 12.6453 15.5 13V13.6667C15.5 14.7095 14.6924 15.6667 13.5625 15.6667H13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15.6667H9.5C8.94772 15.6667 8.5 15.219 8.5 14.6667C8.5 14.1354 8.91433 13.7009 9.4375 13.6686L9.4375 10.3314C8.91433 10.2991 8.5 9.86463 8.5 9.33333C8.5 8.78105 8.94772 8.33333 9.5 8.33333H11V8C11 7.44772 11.4477 7 12 7ZM11.4375 10.3333V11H13.5V10.3333L11.4375 10.3333ZM11.4375 13L11.4375 13.6667H13.5V13H11.4375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 7.85786 7.85786 4.5 12 4.5C16.1421 4.5 19.5 7.85786 19.5 12C19.5 16.1421 16.1421 19.5 12 19.5ZM2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V5C13 5.55228 12.5523 6 12 6C11.4477 6 11 5.55228 11 5V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 12C23 12.5523 22.5523 13 22 13L19 13C18.4477 13 18 12.5523 18 12C18 11.4477 18.4477 11 19 11L22 11C22.5523 11 23 11.4477 23 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 18C12.5523 18 13 18.4477 13 19L13 22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22L11 19C11 18.4477 11.4477 18 12 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 12C6 12.5523 5.55228 13 5 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H5C5.55228 11 6 11.4477 6 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V8.33333H13.5625C14.6924 8.33333 15.5 9.29054 15.5 10.3333V11C15.5 11.3547 15.4066 11.6994 15.2388 12C15.4066 12.3006 15.5 12.6453 15.5 13V13.6667C15.5 14.7095 14.6924 15.6667 13.5625 15.6667H13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15.6667H9.5C8.94772 15.6667 8.5 15.219 8.5 14.6667C8.5 14.1354 8.91433 13.7009 9.4375 13.6686L9.4375 10.3314C8.91433 10.2991 8.5 9.86463 8.5 9.33333C8.5 8.78105 8.94772 8.33333 9.5 8.33333H11V8C11 7.44772 11.4477 7 12 7ZM11.4375 10.3333V11H13.5V10.3333L11.4375 10.3333ZM11.4375 13L11.4375 13.6667H13.5V13H11.4375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-transaction{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4C11.3876 4 10.7924 4.06863 10.2213 4.19823C9.68269 4.32044 9.147 3.9829 9.02479 3.4443C8.90258 2.90571 9.24012 2.37002 9.77871 2.24781C10.4941 2.08549 11.2377 2 12 2C17.5228 2 22 6.47715 22 12C22 14.482 21.0953 16.7526 19.5994 18.5H20.5C21.0523 18.5 21.5 18.9477 21.5 19.5C21.5 20.0523 21.0523 20.5 20.5 20.5H16.9767C16.4244 20.5 15.9767 20.0523 15.9767 19.5V16C15.9767 15.4477 16.4244 15 16.9767 15C17.529 15 17.9767 15.4477 17.9767 16V17.3181C19.2361 15.904 20 14.0411 20 12C20 7.58172 16.4183 4 12 4ZM2.5 4.51555C2.5 3.96326 2.94772 3.51555 3.5 3.51555H7C7.55228 3.51555 8 3.96326 8 4.51555V8C8 8.55228 7.55228 9 7 9C6.44772 9 6 8.55228 6 8V6.70816C4.75451 8.11907 4 9.97153 4 12C4 16.4183 7.58172 20 12 20C12.6124 20 13.2076 19.9314 13.7787 19.8018C14.3173 19.6796 14.853 20.0171 14.9752 20.5557C15.0974 21.0943 14.7599 21.63 14.2213 21.7522C13.5059 21.9145 12.7623 22 12 22C6.47715 22 2 17.5228 2 12C2 9.52533 2.89933 7.26091 4.3873 5.51555H3.5C2.94772 5.51555 2.5 5.06783 2.5 4.51555Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V8.33333H13.5625C14.6924 8.33333 15.5 9.29054 15.5 10.3333V11C15.5 11.3547 15.4066 11.6994 15.2388 12C15.4066 12.3006 15.5 12.6453 15.5 13V13.6667C15.5 14.7095 14.6924 15.6667 13.5625 15.6667H13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15.6667H9.5C8.94772 15.6667 8.5 15.219 8.5 14.6667C8.5 14.1354 8.91433 13.7009 9.4375 13.6686L9.4375 12.0002L9.4375 10.3314C8.91433 10.2991 8.5 9.86463 8.5 9.33333C8.5 8.78105 8.94772 8.33333 9.5 8.33333H11V8C11 7.44772 11.4477 7 12 7ZM11.4375 10.3333V11H13.5V10.3333L11.4375 10.3333ZM11.4375 13L11.4375 13.6667H13.5V13H11.4375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4C11.3876 4 10.7924 4.06863 10.2213 4.19823C9.68269 4.32044 9.147 3.9829 9.02479 3.4443C8.90258 2.90571 9.24012 2.37002 9.77871 2.24781C10.4941 2.08549 11.2377 2 12 2C17.5228 2 22 6.47715 22 12C22 14.482 21.0953 16.7526 19.5994 18.5H20.5C21.0523 18.5 21.5 18.9477 21.5 19.5C21.5 20.0523 21.0523 20.5 20.5 20.5H16.9767C16.4244 20.5 15.9767 20.0523 15.9767 19.5V16C15.9767 15.4477 16.4244 15 16.9767 15C17.529 15 17.9767 15.4477 17.9767 16V17.3181C19.2361 15.904 20 14.0411 20 12C20 7.58172 16.4183 4 12 4ZM2.5 4.51555C2.5 3.96326 2.94772 3.51555 3.5 3.51555H7C7.55228 3.51555 8 3.96326 8 4.51555V8C8 8.55228 7.55228 9 7 9C6.44772 9 6 8.55228 6 8V6.70816C4.75451 8.11907 4 9.97153 4 12C4 16.4183 7.58172 20 12 20C12.6124 20 13.2076 19.9314 13.7787 19.8018C14.3173 19.6796 14.853 20.0171 14.9752 20.5557C15.0974 21.0943 14.7599 21.63 14.2213 21.7522C13.5059 21.9145 12.7623 22 12 22C6.47715 22 2 17.5228 2 12C2 9.52533 2.89933 7.26091 4.3873 5.51555H3.5C2.94772 5.51555 2.5 5.06783 2.5 4.51555Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V8.33333H13.5625C14.6924 8.33333 15.5 9.29054 15.5 10.3333V11C15.5 11.3547 15.4066 11.6994 15.2388 12C15.4066 12.3006 15.5 12.6453 15.5 13V13.6667C15.5 14.7095 14.6924 15.6667 13.5625 15.6667H13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15.6667H9.5C8.94772 15.6667 8.5 15.219 8.5 14.6667C8.5 14.1354 8.91433 13.7009 9.4375 13.6686L9.4375 12.0002L9.4375 10.3314C8.91433 10.2991 8.5 9.86463 8.5 9.33333C8.5 8.78105 8.94772 8.33333 9.5 8.33333H11V8C11 7.44772 11.4477 7 12 7ZM11.4375 10.3333V11H13.5V10.3333L11.4375 10.3333ZM11.4375 13L11.4375 13.6667H13.5V13H11.4375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-up-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1296 4.49635C13.3043 4.71742 13.4998 4.96486 13.6556 5.12414C14.013 5.48971 14.6009 5.49802 14.9686 5.14269C15.3364 4.78736 15.3447 4.20296 14.9873 3.83739C14.9155 3.76398 14.789 3.60773 14.5878 3.35308C14.5734 3.33485 14.5588 3.31628 14.5439 3.29741C14.3678 3.07437 14.1581 2.80887 13.9418 2.55513C13.7107 2.28395 13.4452 1.99408 13.1749 1.76527C13.0394 1.65054 12.881 1.53239 12.7058 1.43922C12.5381 1.34998 12.2927 1.25 12 1.25C11.7073 1.25 11.4619 1.34997 11.2942 1.43922C11.119 1.53239 10.9606 1.65054 10.8251 1.76527C10.5548 1.99408 10.2893 2.28395 10.0582 2.55513C9.84189 2.80886 9.63225 3.07437 9.45614 3.2974C9.44124 3.31628 9.42657 3.33485 9.41217 3.35308C9.21096 3.60773 9.0845 3.76398 9.01271 3.83739C8.65527 4.20296 8.66362 4.78736 9.03137 5.14269C9.39911 5.49802 9.98699 5.48971 10.3444 5.12414C10.5002 4.96486 10.6957 4.71742 10.8704 4.49635L10.8727 4.49344C10.8863 4.47619 10.9 4.45885 10.9137 4.44145C10.9656 4.37581 11.0182 4.30919 11.0714 4.24219L11.0714 6.32692C11.0714 6.83672 11.4872 7.25 12 7.25C12.5128 7.25 12.9286 6.83672 12.9286 6.32692V4.24219C12.9818 4.30919 13.0344 4.37581 13.0863 4.44143C13.1 4.45884 13.1137 4.47618 13.1273 4.49344L13.1296 4.49635Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.25C7.99594 8.25 4.75 11.4959 4.75 15.5C4.75 19.5041 7.99594 22.75 12 22.75C16.0041 22.75 19.25 19.5041 19.25 15.5C19.25 11.4959 16.0041 8.25 12 8.25ZM12.75 11.5C12.75 11.0858 12.4142 10.75 12 10.75C11.5858 10.75 11.25 11.0858 11.25 11.5V12.0833H9.5C9.08579 12.0833 8.75 12.4191 8.75 12.8333C8.75 13.2475 9.08579 13.5833 9.5 13.5833H9.6875V17.4167H9.5C9.08579 17.4167 8.75 17.7525 8.75 18.1667C8.75 18.5809 9.08579 18.9167 9.5 18.9167H11.25V19.5C11.25 19.9142 11.5858 20.25 12 20.25C12.4142 20.25 12.75 19.9142 12.75 19.5V18.9167H13.5625C14.5393 18.9167 15.25 18.0868 15.25 17.1667V16.5C15.25 16.1376 15.1398 15.7892 14.9465 15.5C15.1398 15.2108 15.25 14.8624 15.25 14.5V13.8333C15.25 12.9132 14.5393 12.0833 13.5625 12.0833H12.75V11.5ZM11.1875 14.75V13.5833H13.5625C13.6212 13.5833 13.75 13.6489 13.75 13.8333V14.5C13.75 14.6844 13.6212 14.75 13.5625 14.75H11.1875ZM11.1875 16.25H13.5625C13.6212 16.25 13.75 16.3156 13.75 16.5V17.1667C13.75 17.3511 13.6212 17.4167 13.5625 17.4167H11.1875V16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1296 4.49635C13.3043 4.71742 13.4998 4.96486 13.6556 5.12414C14.013 5.48971 14.6009 5.49802 14.9686 5.14269C15.3364 4.78736 15.3447 4.20296 14.9873 3.83739C14.9155 3.76398 14.789 3.60773 14.5878 3.35308C14.5734 3.33485 14.5588 3.31628 14.5439 3.29741C14.3678 3.07437 14.1581 2.80887 13.9418 2.55513C13.7107 2.28395 13.4452 1.99408 13.1749 1.76527C13.0394 1.65054 12.881 1.53239 12.7058 1.43922C12.5381 1.34998 12.2927 1.25 12 1.25C11.7073 1.25 11.4619 1.34997 11.2942 1.43922C11.119 1.53239 10.9606 1.65054 10.8251 1.76527C10.5548 1.99408 10.2893 2.28395 10.0582 2.55513C9.84189 2.80886 9.63225 3.07437 9.45614 3.2974C9.44124 3.31628 9.42657 3.33485 9.41217 3.35308C9.21096 3.60773 9.0845 3.76398 9.01271 3.83739C8.65527 4.20296 8.66362 4.78736 9.03137 5.14269C9.39911 5.49802 9.98699 5.48971 10.3444 5.12414C10.5002 4.96486 10.6957 4.71742 10.8704 4.49635L10.8727 4.49344C10.8863 4.47619 10.9 4.45885 10.9137 4.44145C10.9656 4.37581 11.0182 4.30919 11.0714 4.24219L11.0714 6.32692C11.0714 6.83672 11.4872 7.25 12 7.25C12.5128 7.25 12.9286 6.83672 12.9286 6.32692V4.24219C12.9818 4.30919 13.0344 4.37581 13.0863 4.44143C13.1 4.45884 13.1137 4.47618 13.1273 4.49344L13.1296 4.49635Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.25C7.99594 8.25 4.75 11.4959 4.75 15.5C4.75 19.5041 7.99594 22.75 12 22.75C16.0041 22.75 19.25 19.5041 19.25 15.5C19.25 11.4959 16.0041 8.25 12 8.25ZM12.75 11.5C12.75 11.0858 12.4142 10.75 12 10.75C11.5858 10.75 11.25 11.0858 11.25 11.5V12.0833H9.5C9.08579 12.0833 8.75 12.4191 8.75 12.8333C8.75 13.2475 9.08579 13.5833 9.5 13.5833H9.6875V17.4167H9.5C9.08579 17.4167 8.75 17.7525 8.75 18.1667C8.75 18.5809 9.08579 18.9167 9.5 18.9167H11.25V19.5C11.25 19.9142 11.5858 20.25 12 20.25C12.4142 20.25 12.75 19.9142 12.75 19.5V18.9167H13.5625C14.5393 18.9167 15.25 18.0868 15.25 17.1667V16.5C15.25 16.1376 15.1398 15.7892 14.9465 15.5C15.1398 15.2108 15.25 14.8624 15.25 14.5V13.8333C15.25 12.9132 14.5393 12.0833 13.5625 12.0833H12.75V11.5ZM11.1875 14.75V13.5833H13.5625C13.6212 13.5833 13.75 13.6489 13.75 13.8333V14.5C13.75 14.6844 13.6212 14.75 13.5625 14.75H11.1875ZM11.1875 16.25H13.5625C13.6212 16.25 13.75 16.3156 13.75 16.5V17.1667C13.75 17.3511 13.6212 17.4167 13.5625 17.4167H11.1875V16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-up-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4028 2.19116C15.4028 1.67137 15.8381 1.25 16.375 1.25H19.7778C20.3147 1.25 20.75 1.67137 20.75 2.19116V5.01466C20.75 5.53445 20.3147 5.95582 19.7778 5.95582C19.2408 5.95582 18.8056 5.53445 18.8056 5.01466V4.31872L16.5261 6.32482L16.526 6.32484C16.2125 6.60084 15.9088 6.86822 15.6282 7.05517C15.3124 7.26553 14.9061 7.45814 14.3965 7.42742C13.8869 7.39671 13.5084 7.1568 13.222 6.91015C12.9675 6.69095 12.7004 6.38917 12.4246 6.07766L12.4246 6.07764C12.141 5.75736 11.4594 4.99026 11.337 4.88306L11.3321 4.87884L11.3263 4.88163C11.1784 4.95274 10.9822 5.07723 10.6196 5.31122L4.76161 9.09183C4.31485 9.38016 3.71123 9.26329 3.41339 8.8308C3.11555 8.39831 3.23627 7.81397 3.68303 7.52564L9.58145 3.71894L9.58146 3.71894C9.88745 3.52138 10.1885 3.32701 10.4612 3.19586C10.7706 3.04707 11.1519 2.92382 11.6021 2.98394C12.0524 3.04407 12.385 3.26266 12.6412 3.48699C12.8671 3.68471 13.1025 3.95072 13.3418 4.22111C13.6663 4.58757 14.3763 5.38486 14.5199 5.50851C14.6782 5.40305 14.8891 5.22156 15.258 4.89688L17.263 3.13233H16.375C15.8381 3.13233 15.4028 2.71096 15.4028 2.19116Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.25C7.99594 8.25 4.75 11.4959 4.75 15.5C4.75 19.5041 7.99594 22.75 12 22.75C16.0041 22.75 19.25 19.5041 19.25 15.5C19.25 11.4959 16.0041 8.25 12 8.25ZM12.75 11.5C12.75 11.0858 12.4142 10.75 12 10.75C11.5858 10.75 11.25 11.0858 11.25 11.5V12.0833H9.5C9.08579 12.0833 8.75 12.4191 8.75 12.8333C8.75 13.2475 9.08579 13.5833 9.5 13.5833H9.6875V17.4167H9.5C9.08579 17.4167 8.75 17.7525 8.75 18.1667C8.75 18.5809 9.08579 18.9167 9.5 18.9167H11.25V19.5C11.25 19.9142 11.5858 20.25 12 20.25C12.4142 20.25 12.75 19.9142 12.75 19.5V18.9167H13.5625C14.5393 18.9167 15.25 18.0868 15.25 17.1667V16.5C15.25 16.1376 15.1398 15.7892 14.9465 15.5C15.1398 15.2108 15.25 14.8624 15.25 14.5V13.8333C15.25 12.9132 14.5393 12.0833 13.5625 12.0833H12.75V11.5ZM11.1875 14.75V13.5833H13.5625C13.6212 13.5833 13.75 13.6489 13.75 13.8333V14.5C13.75 14.6844 13.6212 14.75 13.5625 14.75H11.1875ZM11.1875 16.25H13.5625C13.6212 16.25 13.75 16.3156 13.75 16.5V17.1667C13.75 17.3511 13.6212 17.4167 13.5625 17.4167H11.1875V16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4028 2.19116C15.4028 1.67137 15.8381 1.25 16.375 1.25H19.7778C20.3147 1.25 20.75 1.67137 20.75 2.19116V5.01466C20.75 5.53445 20.3147 5.95582 19.7778 5.95582C19.2408 5.95582 18.8056 5.53445 18.8056 5.01466V4.31872L16.5261 6.32482L16.526 6.32484C16.2125 6.60084 15.9088 6.86822 15.6282 7.05517C15.3124 7.26553 14.9061 7.45814 14.3965 7.42742C13.8869 7.39671 13.5084 7.1568 13.222 6.91015C12.9675 6.69095 12.7004 6.38917 12.4246 6.07766L12.4246 6.07764C12.141 5.75736 11.4594 4.99026 11.337 4.88306L11.3321 4.87884L11.3263 4.88163C11.1784 4.95274 10.9822 5.07723 10.6196 5.31122L4.76161 9.09183C4.31485 9.38016 3.71123 9.26329 3.41339 8.8308C3.11555 8.39831 3.23627 7.81397 3.68303 7.52564L9.58145 3.71894L9.58146 3.71894C9.88745 3.52138 10.1885 3.32701 10.4612 3.19586C10.7706 3.04707 11.1519 2.92382 11.6021 2.98394C12.0524 3.04407 12.385 3.26266 12.6412 3.48699C12.8671 3.68471 13.1025 3.95072 13.3418 4.22111C13.6663 4.58757 14.3763 5.38486 14.5199 5.50851C14.6782 5.40305 14.8891 5.22156 15.258 4.89688L17.263 3.13233H16.375C15.8381 3.13233 15.4028 2.71096 15.4028 2.19116Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.25C7.99594 8.25 4.75 11.4959 4.75 15.5C4.75 19.5041 7.99594 22.75 12 22.75C16.0041 22.75 19.25 19.5041 19.25 15.5C19.25 11.4959 16.0041 8.25 12 8.25ZM12.75 11.5C12.75 11.0858 12.4142 10.75 12 10.75C11.5858 10.75 11.25 11.0858 11.25 11.5V12.0833H9.5C9.08579 12.0833 8.75 12.4191 8.75 12.8333C8.75 13.2475 9.08579 13.5833 9.5 13.5833H9.6875V17.4167H9.5C9.08579 17.4167 8.75 17.7525 8.75 18.1667C8.75 18.5809 9.08579 18.9167 9.5 18.9167H11.25V19.5C11.25 19.9142 11.5858 20.25 12 20.25C12.4142 20.25 12.75 19.9142 12.75 19.5V18.9167H13.5625C14.5393 18.9167 15.25 18.0868 15.25 17.1667V16.5C15.25 16.1376 15.1398 15.7892 14.9465 15.5C15.1398 15.2108 15.25 14.8624 15.25 14.5V13.8333C15.25 12.9132 14.5393 12.0833 13.5625 12.0833H12.75V11.5ZM11.1875 14.75V13.5833H13.5625C13.6212 13.5833 13.75 13.6489 13.75 13.8333V14.5C13.75 14.6844 13.6212 14.75 13.5625 14.75H11.1875ZM11.1875 16.25H13.5625C13.6212 16.25 13.75 16.3156 13.75 16.5V17.1667C13.75 17.3511 13.6212 17.4167 13.5625 17.4167H11.1875V16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-wallet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 11.25C5.41421 11.25 5.75 11.5858 5.75 12V12.75H6.875C7.91053 12.75 8.75 13.5895 8.75 14.625V15.375C8.75 15.7971 8.61052 16.1866 8.37514 16.5C8.61052 16.8134 8.75 17.2029 8.75 17.625V18.375C8.75 19.4105 7.91053 20.25 6.875 20.25H5.75V21C5.75 21.4142 5.41421 21.75 5 21.75C4.58579 21.75 4.25 21.4142 4.25 21V20.25H2C1.58579 20.25 1.25 19.9142 1.25 19.5C1.25 19.0858 1.58579 18.75 2 18.75H2.375L2.375 14.25H2C1.58579 14.25 1.25 13.9142 1.25 13.5C1.25 13.0858 1.58579 12.75 2 12.75H4.25V12C4.25 11.5858 4.58579 11.25 5 11.25ZM3.875 14.25V15.75H6.875C7.08211 15.75 7.25 15.5821 7.25 15.375V14.625C7.25 14.4179 7.08211 14.25 6.875 14.25H3.875ZM6.875 17.25H3.875L3.875 18.75H6.875C7.08211 18.75 7.25 18.5821 7.25 18.375V17.625C7.25 17.4179 7.08211 17.25 6.875 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.835 5.81247C18.8239 5.4427 18.7931 5.12942 18.7077 4.8442C18.3462 3.63639 17.2926 2.69298 15.9436 2.36934C15.4435 2.24938 14.8663 2.24966 14.089 2.25004L4.18182 2.25008C2.56262 2.25008 1.25 3.42533 1.25 4.87507V11.378C1.48458 11.2951 1.73702 11.25 2 11.25H2.87803C3.18691 10.3761 4.02033 9.75 5 9.75C5.98307 9.75 6.81889 10.3805 7.12518 11.2591C8.87231 11.3871 10.25 12.8452 10.25 14.625V15.375C10.25 15.7687 10.1821 16.1476 10.0575 16.5C10.1821 16.8524 10.25 17.2313 10.25 17.625V18.375C10.25 18.8647 10.1457 19.33 9.95812 19.75C9.96341 19.75 9.96869 19.75 9.97398 19.75H15.978H15.9781C17.3014 19.75 18.3927 19.7501 19.2563 19.6461C20.1631 19.5369 20.9639 19.299 21.6051 18.7249C22.2463 18.1508 22.512 17.4338 22.6339 16.6219C22.7501 15.8487 22.75 14.8716 22.75 13.6868V11.8133C22.75 10.6284 22.7501 9.65141 22.6339 8.87812C22.512 8.06627 22.2463 7.34928 21.6051 6.77519C20.9639 6.2011 20.1631 5.96312 19.2563 5.85397C19.1214 5.83774 18.981 5.82404 18.835 5.81247ZM13.9541 4.00007C14.9259 4.00007 15.22 4.00758 15.4372 4.0597C16.1117 4.22151 16.6386 4.69322 16.8193 5.29713C16.8505 5.40127 16.8674 5.52517 16.8763 5.7514C16.5897 5.75004 16.2901 5.75005 15.9776 5.75006L4.18137 5.75006C3.64164 5.75006 3.2041 5.35831 3.2041 4.87506C3.2041 4.39181 3.64164 4.00007 4.18137 4.00007H13.9541ZM19.75 12.75C19.75 11.7835 18.9665 11 18 11C17.0335 11 16.25 11.7835 16.25 12.75C16.25 13.7165 17.0335 14.5 18 14.5C18.9665 14.5 19.75 13.7165 19.75 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 11.25C5.41421 11.25 5.75 11.5858 5.75 12V12.75H6.875C7.91053 12.75 8.75 13.5895 8.75 14.625V15.375C8.75 15.7971 8.61052 16.1866 8.37514 16.5C8.61052 16.8134 8.75 17.2029 8.75 17.625V18.375C8.75 19.4105 7.91053 20.25 6.875 20.25H5.75V21C5.75 21.4142 5.41421 21.75 5 21.75C4.58579 21.75 4.25 21.4142 4.25 21V20.25H2C1.58579 20.25 1.25 19.9142 1.25 19.5C1.25 19.0858 1.58579 18.75 2 18.75H2.375L2.375 14.25H2C1.58579 14.25 1.25 13.9142 1.25 13.5C1.25 13.0858 1.58579 12.75 2 12.75H4.25V12C4.25 11.5858 4.58579 11.25 5 11.25ZM3.875 14.25V15.75H6.875C7.08211 15.75 7.25 15.5821 7.25 15.375V14.625C7.25 14.4179 7.08211 14.25 6.875 14.25H3.875ZM6.875 17.25H3.875L3.875 18.75H6.875C7.08211 18.75 7.25 18.5821 7.25 18.375V17.625C7.25 17.4179 7.08211 17.25 6.875 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.835 5.81247C18.8239 5.4427 18.7931 5.12942 18.7077 4.8442C18.3462 3.63639 17.2926 2.69298 15.9436 2.36934C15.4435 2.24938 14.8663 2.24966 14.089 2.25004L4.18182 2.25008C2.56262 2.25008 1.25 3.42533 1.25 4.87507V11.378C1.48458 11.2951 1.73702 11.25 2 11.25H2.87803C3.18691 10.3761 4.02033 9.75 5 9.75C5.98307 9.75 6.81889 10.3805 7.12518 11.2591C8.87231 11.3871 10.25 12.8452 10.25 14.625V15.375C10.25 15.7687 10.1821 16.1476 10.0575 16.5C10.1821 16.8524 10.25 17.2313 10.25 17.625V18.375C10.25 18.8647 10.1457 19.33 9.95812 19.75C9.96341 19.75 9.96869 19.75 9.97398 19.75H15.978H15.9781C17.3014 19.75 18.3927 19.7501 19.2563 19.6461C20.1631 19.5369 20.9639 19.299 21.6051 18.7249C22.2463 18.1508 22.512 17.4338 22.6339 16.6219C22.7501 15.8487 22.75 14.8716 22.75 13.6868V11.8133C22.75 10.6284 22.7501 9.65141 22.6339 8.87812C22.512 8.06627 22.2463 7.34928 21.6051 6.77519C20.9639 6.2011 20.1631 5.96312 19.2563 5.85397C19.1214 5.83774 18.981 5.82404 18.835 5.81247ZM13.9541 4.00007C14.9259 4.00007 15.22 4.00758 15.4372 4.0597C16.1117 4.22151 16.6386 4.69322 16.8193 5.29713C16.8505 5.40127 16.8674 5.52517 16.8763 5.7514C16.5897 5.75004 16.2901 5.75005 15.9776 5.75006L4.18137 5.75006C3.64164 5.75006 3.2041 5.35831 3.2041 4.87506C3.2041 4.39181 3.64164 4.00007 4.18137 4.00007H13.9541ZM19.75 12.75C19.75 11.7835 18.9665 11 18 11C17.0335 11 16.25 11.7835 16.25 12.75C16.25 13.7165 17.0335 14.5 18 14.5C18.9665 14.5 19.75 13.7165 19.75 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-bitcoin-withdraw{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.93712 2.25C5.95963 2.25 5.98221 2.25001 6.00488 2.25001L18.0628 2.25C18.9468 2.24995 19.7124 2.2499 20.3261 2.33562C20.9883 2.4281 21.6192 2.63711 22.1269 3.16449C22.6295 3.68654 22.8237 4.32619 22.9103 4.99561C22.9919 5.62545 22.9918 6.41383 22.9918 7.33739L22.9918 7.40177C22.9918 7.65439 22.994 7.89711 22.9961 8.12825C23.0016 8.73073 23.0063 9.25455 22.9695 9.67014C22.9123 10.3154 22.7444 10.9158 22.2364 11.4435C21.8534 11.8414 21.2203 11.8535 20.8225 11.4704C20.4246 11.0874 20.4125 10.4544 20.7956 10.0565C20.8729 9.97616 20.9429 9.88104 20.9773 9.4935C21.005 9.18046 21.0016 8.8066 20.9967 8.267C20.9944 8.01749 20.9918 7.73253 20.9918 7.40177C20.9918 6.39595 20.9898 5.73847 20.9269 5.25232C20.8672 4.79115 20.7688 4.63751 20.686 4.55155C20.6084 4.47092 20.4757 4.37592 20.0495 4.3164C19.5905 4.25229 18.9664 4.25001 17.9951 4.25001L6.00488 4.25001C5.0335 4.25001 4.40942 4.25229 3.95045 4.31639C3.52427 4.37592 3.39151 4.47092 3.31389 4.55154C3.23113 4.63751 3.13273 4.79115 3.07304 5.25232C3.01012 5.73847 3.00815 6.39595 3.00815 7.40177C3.00815 7.73426 3.0055 8.02045 3.00318 8.27087C2.99819 8.80852 2.99474 9.18135 3.02234 9.49383C3.05658 9.88147 3.12657 9.97636 3.2037 10.0565C3.58672 10.4544 3.57468 11.0874 3.17679 11.4704C2.77891 11.8535 2.14586 11.8414 1.76284 11.4435C1.25466 10.9156 1.08709 10.315 1.0301 9.66981C0.993469 9.25515 0.998266 8.73244 1.00378 8.13142C1.00591 7.89931 1.00815 7.65552 1.00815 7.40177C1.00815 7.38023 1.00815 7.35877 1.00815 7.33738C1.0081 6.41382 1.00807 5.62545 1.08959 4.99561C1.17623 4.32619 1.37047 3.68654 1.87303 3.16449C2.38072 2.63711 3.01162 2.4281 3.67381 2.33562C4.28757 2.2499 5.05309 2.24995 5.93712 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1978 6.25H14.1978H14.1977H9.80295H9.80292H9.80289C9.04206 6.24998 8.40264 6.24996 7.8864 6.31403C7.339 6.38197 6.84047 6.53059 6.40946 6.89146C5.97845 7.25232 5.74449 7.71697 5.58139 8.24389C5.42756 8.74085 5.31517 9.37033 5.18145 10.1193L5.18145 10.1193L5.18145 10.1193L4.51121 13.8727L4.51121 13.8727L4.51121 13.8727C4.22812 15.4578 4.00137 16.7275 3.96588 17.7329C3.92921 18.7716 4.08886 19.6676 4.70822 20.4073C5.32758 21.1471 6.18153 21.4618 7.21049 21.6082C8.20645 21.75 9.49622 21.75 11.1065 21.75H11.1065H12.8942H12.8942C14.5044 21.75 15.7942 21.75 16.7902 21.6082C17.8191 21.4618 18.6731 21.1471 19.2925 20.4073C19.9118 19.6676 20.0715 18.7716 20.0348 17.7329C19.9993 16.7275 19.7726 15.4579 19.4895 13.8727L19.4895 13.8727L19.4895 13.8726L18.8192 10.1193L18.8192 10.1193L18.8192 10.1193C18.6855 9.37031 18.5731 8.74084 18.4193 8.24389C18.2562 7.71697 18.0222 7.25232 17.5912 6.89146C17.1602 6.53059 16.6617 6.38197 16.1143 6.31403C15.598 6.24996 14.9586 6.24998 14.1978 6.25ZM12.75 10C12.75 9.58579 12.4142 9.25 12 9.25C11.5858 9.25 11.25 9.58579 11.25 10V10.5833H9.5C9.08579 10.5833 8.75 10.9191 8.75 11.3333C8.75 11.7475 9.08579 12.0833 9.5 12.0833H9.6875V15.9167H9.5C9.08579 15.9167 8.75 16.2525 8.75 16.6667C8.75 17.0809 9.08579 17.4167 9.5 17.4167H11.25V18C11.25 18.4142 11.5858 18.75 12 18.75C12.4142 18.75 12.75 18.4142 12.75 18V17.4167H13.5625C14.5393 17.4167 15.25 16.5868 15.25 15.6667V15C15.25 14.6376 15.1398 14.2892 14.9465 14C15.1398 13.7108 15.25 13.3624 15.25 13V12.3333C15.25 11.4132 14.5393 10.5833 13.5625 10.5833H12.75V10ZM11.1875 13.25V12.0833H13.5625C13.6212 12.0833 13.75 12.1489 13.75 12.3333V13C13.75 13.1844 13.6212 13.25 13.5625 13.25H11.1875ZM11.1875 14.75H13.5625C13.6212 14.75 13.75 14.8156 13.75 15V15.6667C13.75 15.8511 13.6212 15.9167 13.5625 15.9167H11.1875V14.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.93712 2.25C5.95963 2.25 5.98221 2.25001 6.00488 2.25001L18.0628 2.25C18.9468 2.24995 19.7124 2.2499 20.3261 2.33562C20.9883 2.4281 21.6192 2.63711 22.1269 3.16449C22.6295 3.68654 22.8237 4.32619 22.9103 4.99561C22.9919 5.62545 22.9918 6.41383 22.9918 7.33739L22.9918 7.40177C22.9918 7.65439 22.994 7.89711 22.9961 8.12825C23.0016 8.73073 23.0063 9.25455 22.9695 9.67014C22.9123 10.3154 22.7444 10.9158 22.2364 11.4435C21.8534 11.8414 21.2203 11.8535 20.8225 11.4704C20.4246 11.0874 20.4125 10.4544 20.7956 10.0565C20.8729 9.97616 20.9429 9.88104 20.9773 9.4935C21.005 9.18046 21.0016 8.8066 20.9967 8.267C20.9944 8.01749 20.9918 7.73253 20.9918 7.40177C20.9918 6.39595 20.9898 5.73847 20.9269 5.25232C20.8672 4.79115 20.7688 4.63751 20.686 4.55155C20.6084 4.47092 20.4757 4.37592 20.0495 4.3164C19.5905 4.25229 18.9664 4.25001 17.9951 4.25001L6.00488 4.25001C5.0335 4.25001 4.40942 4.25229 3.95045 4.31639C3.52427 4.37592 3.39151 4.47092 3.31389 4.55154C3.23113 4.63751 3.13273 4.79115 3.07304 5.25232C3.01012 5.73847 3.00815 6.39595 3.00815 7.40177C3.00815 7.73426 3.0055 8.02045 3.00318 8.27087C2.99819 8.80852 2.99474 9.18135 3.02234 9.49383C3.05658 9.88147 3.12657 9.97636 3.2037 10.0565C3.58672 10.4544 3.57468 11.0874 3.17679 11.4704C2.77891 11.8535 2.14586 11.8414 1.76284 11.4435C1.25466 10.9156 1.08709 10.315 1.0301 9.66981C0.993469 9.25515 0.998266 8.73244 1.00378 8.13142C1.00591 7.89931 1.00815 7.65552 1.00815 7.40177C1.00815 7.38023 1.00815 7.35877 1.00815 7.33738C1.0081 6.41382 1.00807 5.62545 1.08959 4.99561C1.17623 4.32619 1.37047 3.68654 1.87303 3.16449C2.38072 2.63711 3.01162 2.4281 3.67381 2.33562C4.28757 2.2499 5.05309 2.24995 5.93712 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1978 6.25H14.1978H14.1977H9.80295H9.80292H9.80289C9.04206 6.24998 8.40264 6.24996 7.8864 6.31403C7.339 6.38197 6.84047 6.53059 6.40946 6.89146C5.97845 7.25232 5.74449 7.71697 5.58139 8.24389C5.42756 8.74085 5.31517 9.37033 5.18145 10.1193L5.18145 10.1193L5.18145 10.1193L4.51121 13.8727L4.51121 13.8727L4.51121 13.8727C4.22812 15.4578 4.00137 16.7275 3.96588 17.7329C3.92921 18.7716 4.08886 19.6676 4.70822 20.4073C5.32758 21.1471 6.18153 21.4618 7.21049 21.6082C8.20645 21.75 9.49622 21.75 11.1065 21.75H11.1065H12.8942H12.8942C14.5044 21.75 15.7942 21.75 16.7902 21.6082C17.8191 21.4618 18.6731 21.1471 19.2925 20.4073C19.9118 19.6676 20.0715 18.7716 20.0348 17.7329C19.9993 16.7275 19.7726 15.4579 19.4895 13.8727L19.4895 13.8727L19.4895 13.8726L18.8192 10.1193L18.8192 10.1193L18.8192 10.1193C18.6855 9.37031 18.5731 8.74084 18.4193 8.24389C18.2562 7.71697 18.0222 7.25232 17.5912 6.89146C17.1602 6.53059 16.6617 6.38197 16.1143 6.31403C15.598 6.24996 14.9586 6.24998 14.1978 6.25ZM12.75 10C12.75 9.58579 12.4142 9.25 12 9.25C11.5858 9.25 11.25 9.58579 11.25 10V10.5833H9.5C9.08579 10.5833 8.75 10.9191 8.75 11.3333C8.75 11.7475 9.08579 12.0833 9.5 12.0833H9.6875V15.9167H9.5C9.08579 15.9167 8.75 16.2525 8.75 16.6667C8.75 17.0809 9.08579 17.4167 9.5 17.4167H11.25V18C11.25 18.4142 11.5858 18.75 12 18.75C12.4142 18.75 12.75 18.4142 12.75 18V17.4167H13.5625C14.5393 17.4167 15.25 16.5868 15.25 15.6667V15C15.25 14.6376 15.1398 14.2892 14.9465 14C15.1398 13.7108 15.25 13.3624 15.25 13V12.3333C15.25 11.4132 14.5393 10.5833 13.5625 10.5833H12.75V10ZM11.1875 13.25V12.0833H13.5625C13.6212 12.0833 13.75 12.1489 13.75 12.3333V13C13.75 13.1844 13.6212 13.25 13.5625 13.25H11.1875ZM11.1875 14.75H13.5625C13.6212 14.75 13.75 14.8156 13.75 15V15.6667C13.75 15.8511 13.6212 15.9167 13.5625 15.9167H11.1875V14.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-blockchain-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.22222 6.75C4.75917 6.75 5.19444 7.18327 5.19444 7.71774V16.3624C5.22661 16.3978 5.29796 16.464 5.44429 16.5637C5.82067 16.82 6.41562 17.113 7.34268 17.5652L11.0278 19.3627V12.0726C11.0278 11.5381 11.4631 11.1048 12 11.1048C12.5369 11.1048 12.9722 11.5381 12.9722 12.0726V19.3627L16.6573 17.5652C17.5844 17.113 18.1793 16.82 18.5557 16.5637C18.702 16.464 18.7734 16.3978 18.8056 16.3624V7.71774C18.8056 7.18327 19.2408 6.75 19.7778 6.75C20.3147 6.75 20.75 7.18327 20.75 7.71774V16.4274C20.75 17.2779 20.1645 17.8132 19.6535 18.1612C19.1461 18.5067 18.4203 18.8607 17.5812 19.2699L13.4563 21.282C13.423 21.2983 13.3892 21.3149 13.3549 21.3318C12.9591 21.5268 12.5059 21.75 12 21.75C11.4941 21.75 11.0409 21.5268 10.645 21.3318C10.6108 21.3149 10.577 21.2983 10.5437 21.282L6.4188 19.2699C5.57965 18.8606 4.85393 18.5067 4.34646 18.1612C3.83549 17.8132 3.25 17.2779 3.25 16.4274V7.71774C3.25 7.18327 3.68528 6.75 4.22222 6.75ZM18.8289 16.3317C18.8295 16.3316 18.8277 16.3353 18.8221 16.3428C18.8256 16.3355 18.8284 16.3317 18.8289 16.3317ZM5.17107 16.3317C5.1716 16.3317 5.17442 16.3355 5.17793 16.3428C5.17229 16.3353 5.17054 16.3316 5.17107 16.3317Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.7083 2.66075C11.1281 2.45371 11.5412 2.25 12 2.25C12.4588 2.25 12.8719 2.45371 13.2917 2.66075L17.6161 4.78013C18.4919 5.20927 19.2243 5.56815 19.7311 5.91479C20.2406 6.26338 20.75 6.75129 20.75 7.5C20.75 8.24871 20.2406 8.73662 19.7311 9.08521C19.2243 9.43185 18.4919 9.79074 17.6161 10.2199L13.2917 12.3393C12.8719 12.5463 12.4588 12.75 12 12.75C11.5412 12.75 11.1281 12.5463 10.7083 12.3393L10.7083 12.3392L6.3839 10.2199C5.5081 9.79073 4.77569 9.43185 4.26894 9.0852C3.75936 8.73662 3.25 8.24871 3.25 7.5C3.25 6.75129 3.75936 6.26338 4.26894 5.91479C4.77569 5.56815 5.50811 5.20926 6.38392 4.78012L10.7083 2.66075Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.22222 6.75C4.75917 6.75 5.19444 7.18327 5.19444 7.71774V16.3624C5.22661 16.3978 5.29796 16.464 5.44429 16.5637C5.82067 16.82 6.41562 17.113 7.34268 17.5652L11.0278 19.3627V12.0726C11.0278 11.5381 11.4631 11.1048 12 11.1048C12.5369 11.1048 12.9722 11.5381 12.9722 12.0726V19.3627L16.6573 17.5652C17.5844 17.113 18.1793 16.82 18.5557 16.5637C18.702 16.464 18.7734 16.3978 18.8056 16.3624V7.71774C18.8056 7.18327 19.2408 6.75 19.7778 6.75C20.3147 6.75 20.75 7.18327 20.75 7.71774V16.4274C20.75 17.2779 20.1645 17.8132 19.6535 18.1612C19.1461 18.5067 18.4203 18.8607 17.5812 19.2699L13.4563 21.282C13.423 21.2983 13.3892 21.3149 13.3549 21.3318C12.9591 21.5268 12.5059 21.75 12 21.75C11.4941 21.75 11.0409 21.5268 10.645 21.3318C10.6108 21.3149 10.577 21.2983 10.5437 21.282L6.4188 19.2699C5.57965 18.8606 4.85393 18.5067 4.34646 18.1612C3.83549 17.8132 3.25 17.2779 3.25 16.4274V7.71774C3.25 7.18327 3.68528 6.75 4.22222 6.75ZM18.8289 16.3317C18.8295 16.3316 18.8277 16.3353 18.8221 16.3428C18.8256 16.3355 18.8284 16.3317 18.8289 16.3317ZM5.17107 16.3317C5.1716 16.3317 5.17442 16.3355 5.17793 16.3428C5.17229 16.3353 5.17054 16.3316 5.17107 16.3317Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.7083 2.66075C11.1281 2.45371 11.5412 2.25 12 2.25C12.4588 2.25 12.8719 2.45371 13.2917 2.66075L17.6161 4.78013C18.4919 5.20927 19.2243 5.56815 19.7311 5.91479C20.2406 6.26338 20.75 6.75129 20.75 7.5C20.75 8.24871 20.2406 8.73662 19.7311 9.08521C19.2243 9.43185 18.4919 9.79074 17.6161 10.2199L13.2917 12.3393C12.8719 12.5463 12.4588 12.75 12 12.75C11.5412 12.75 11.1281 12.5463 10.7083 12.3393L10.7083 12.3392L6.3839 10.2199C5.5081 9.79073 4.77569 9.43185 4.26894 9.0852C3.75936 8.73662 3.25 8.24871 3.25 7.5C3.25 6.75129 3.75936 6.26338 4.26894 5.91479C4.77569 5.56815 5.50811 5.20926 6.38392 4.78012L10.7083 2.66075Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-blockchain-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.75 18V10C19.75 9.29659 19.2768 8.84122 18.8222 8.52528C18.3729 8.21311 17.7266 7.8914 16.9652 7.51241L13.1716 5.62362C12.8103 5.44228 12.4271 5.25 12 5.25C11.5729 5.25 11.1897 5.44228 10.8284 5.62362L7.03478 7.5124C6.27339 7.89139 5.62707 8.21311 5.17785 8.52528C4.72321 8.84122 4.25 9.29659 4.25 10V18C4.25 18.7034 4.72321 19.1588 5.17785 19.4747C5.62708 19.7869 6.2734 20.1086 7.03478 20.4876L10.8284 22.3764C11.1897 22.5577 11.5729 22.75 12 22.75C12.4271 22.75 12.8103 22.5577 13.1717 22.3764L16.9652 20.4876C17.7266 20.1086 18.3729 19.7869 18.8222 19.4747C19.2768 19.1588 19.75 18.7034 19.75 18ZM11.25 14.5767V20.9109L7.75761 19.1723C6.92701 18.7588 6.38175 18.4851 6.03384 18.2434C5.86539 18.1263 5.75 17.9906 5.75 17.9906V11.8262C6.11852 12.032 6.60803 12.2756 7.08912 12.5151L10.8284 14.3768C10.9654 14.4456 11.1055 14.5159 11.25 14.5767ZM16.9652 12.488C17.4463 12.2486 17.8815 12.032 18.25 11.8262L18.2405 18.0049C18.2405 18.0049 18.1346 18.1263 17.9662 18.2434C17.6183 18.4851 17.073 18.7588 16.2424 19.1723L12.75 20.9109V14.5767C12.8945 14.5159 13.1229 14.4014 13.2599 14.3326L16.9652 12.488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.4239 18.0199C18.689 17.7017 19.1619 17.6587 19.4802 17.9239L22.4802 20.4239C22.7984 20.689 22.8414 21.1619 22.5762 21.4802C22.311 21.7984 21.8381 21.8414 21.5199 21.5762L18.5199 19.0762C18.2017 18.811 18.1587 18.3381 18.4239 18.0199Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V6C12.75 6.41421 12.4142 6.75 12 6.75C11.5858 6.75 11.25 6.41421 11.25 6V2C11.25 1.58579 11.5858 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.57618 18.0199C5.84136 18.3381 5.79836 18.811 5.48016 19.0762L2.48016 21.5762C2.16195 21.8414 1.68903 21.7984 1.42385 21.4802C1.15868 21.1619 1.20167 20.689 1.51988 20.4239L4.51988 17.9239C4.83809 17.6587 5.31101 17.7017 5.57618 18.0199Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.75 18V10C19.75 9.29659 19.2768 8.84122 18.8222 8.52528C18.3729 8.21311 17.7266 7.8914 16.9652 7.51241L13.1716 5.62362C12.8103 5.44228 12.4271 5.25 12 5.25C11.5729 5.25 11.1897 5.44228 10.8284 5.62362L7.03478 7.5124C6.27339 7.89139 5.62707 8.21311 5.17785 8.52528C4.72321 8.84122 4.25 9.29659 4.25 10V18C4.25 18.7034 4.72321 19.1588 5.17785 19.4747C5.62708 19.7869 6.2734 20.1086 7.03478 20.4876L10.8284 22.3764C11.1897 22.5577 11.5729 22.75 12 22.75C12.4271 22.75 12.8103 22.5577 13.1717 22.3764L16.9652 20.4876C17.7266 20.1086 18.3729 19.7869 18.8222 19.4747C19.2768 19.1588 19.75 18.7034 19.75 18ZM11.25 14.5767V20.9109L7.75761 19.1723C6.92701 18.7588 6.38175 18.4851 6.03384 18.2434C5.86539 18.1263 5.75 17.9906 5.75 17.9906V11.8262C6.11852 12.032 6.60803 12.2756 7.08912 12.5151L10.8284 14.3768C10.9654 14.4456 11.1055 14.5159 11.25 14.5767ZM16.9652 12.488C17.4463 12.2486 17.8815 12.032 18.25 11.8262L18.2405 18.0049C18.2405 18.0049 18.1346 18.1263 17.9662 18.2434C17.6183 18.4851 17.073 18.7588 16.2424 19.1723L12.75 20.9109V14.5767C12.8945 14.5159 13.1229 14.4014 13.2599 14.3326L16.9652 12.488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.4239 18.0199C18.689 17.7017 19.1619 17.6587 19.4802 17.9239L22.4802 20.4239C22.7984 20.689 22.8414 21.1619 22.5762 21.4802C22.311 21.7984 21.8381 21.8414 21.5199 21.5762L18.5199 19.0762C18.2017 18.811 18.1587 18.3381 18.4239 18.0199Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V6C12.75 6.41421 12.4142 6.75 12 6.75C11.5858 6.75 11.25 6.41421 11.25 6V2C11.25 1.58579 11.5858 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.57618 18.0199C5.84136 18.3381 5.79836 18.811 5.48016 19.0762L2.48016 21.5762C2.16195 21.8414 1.68903 21.7984 1.42385 21.4802C1.15868 21.1619 1.20167 20.689 1.51988 20.4239L4.51988 17.9239C4.83809 17.6587 5.31101 17.7017 5.57618 18.0199Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-blockchain-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 7.75C6.41421 7.75 6.75 8.08579 6.75 8.5V15.4657C7.02734 15.7578 7.70171 16.0807 8.41696 16.4442L11.25 17.884V12C11.25 11.5858 11.5858 11.25 12 11.25C12.4142 11.25 12.75 11.5858 12.75 12V17.884L15.583 16.4442C16.2983 16.0807 16.9599 15.6715 17.25 15.4657V8.5C17.25 8.08579 17.5858 7.75 18 7.75C18.4142 7.75 18.75 8.08579 18.75 8.5V15.5C18.75 16.1565 18.315 16.5792 17.9147 16.8632C17.5229 17.1411 16.9626 17.4258 16.3153 17.7547L13.1108 19.3832C12.9355 19.4723 12.7633 19.5599 12.6081 19.622C12.4326 19.6923 12.2331 19.75 12 19.75C11.7669 19.75 11.5674 19.6923 11.3919 19.622C11.2368 19.5599 11.0645 19.4723 10.8892 19.3832L7.68467 17.7547L7.68466 17.7547C7.03741 17.4258 6.47708 17.1411 6.08535 16.8632C5.685 16.5792 5.25 16.1565 5.25 15.5V8.5C5.25 8.08579 5.58579 7.75 6 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.3919 4.37796C11.5674 4.30767 11.7669 4.25 12 4.25C12.2331 4.25 12.4326 4.30767 12.6081 4.37796C12.7632 4.44011 12.9355 4.52769 13.1108 4.61679L16.3153 6.24533L16.3153 6.24533C16.9626 6.57421 17.5229 6.85892 17.9147 7.13681C18.315 7.42082 18.75 7.84354 18.75 8.5C18.75 9.15646 18.315 9.57918 17.9147 9.86319C17.5229 10.1411 16.9626 10.4258 16.3153 10.7547L16.3153 10.7547L13.1108 12.3832C12.9355 12.4723 12.7633 12.5599 12.6081 12.622C12.4326 12.6923 12.2331 12.75 12 12.75C11.7669 12.75 11.5674 12.6923 11.3919 12.622C11.2367 12.5599 11.0645 12.4723 10.8892 12.3832L7.73738 10.7815C7.09013 10.4526 6.47708 10.1411 6.08535 9.86319C5.685 9.57918 5.25 9.15646 5.25 8.5C5.25 7.84354 5.685 7.42082 6.08535 7.13681C6.47707 6.85893 7.03741 6.57421 7.68466 6.24534L7.68467 6.24533L10.8892 4.6168C11.0645 4.52769 11.2367 4.44011 11.3919 4.37796Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.75C11.8981 2.75 11.7856 2.78498 11.1366 3.09907L6.4425 5.37103C5.38118 5.88471 4.66237 6.23474 4.19881 6.54793C3.73657 6.86022 3.7491 6.99055 3.74996 6.99956C3.74996 6.99948 3.74999 6.99978 3.74996 6.99956L3.75 17C3.75 17.0001 3.75002 16.9998 3.75 17C3.74913 17.009 3.73657 17.1398 4.19881 17.4521C4.66237 17.7653 5.38118 18.1153 6.4425 18.629L11.1366 20.9009C11.7856 21.215 11.8981 21.25 12 21.25C12.1019 21.25 12.2144 21.215 12.8634 20.9009L17.5575 18.629C18.6188 18.1153 19.3376 17.7653 19.8012 17.4521C20.2634 17.1398 20.2509 17.0094 20.25 17.0004C20.25 17.0002 20.25 17.0005 20.25 17.0004L20.25 7C20.25 7.00022 20.25 6.99992 20.25 7C20.2509 6.991 20.2634 6.86022 19.8012 6.54793C19.3376 6.23474 18.6188 5.88471 17.5575 5.37103L12.8634 3.09907C12.2144 2.78498 12.1019 2.75 12 2.75ZM10.5863 1.69881C11.0653 1.46578 11.5088 1.25 12 1.25C12.4912 1.25 12.9347 1.46577 13.4137 1.69881C13.4479 1.71544 13.4823 1.73216 13.5169 1.7489L18.2676 4.04825C19.258 4.52758 20.0766 4.92375 20.6409 5.30501C21.2059 5.68673 21.75 6.20713 21.75 7V17C21.75 17.7929 21.2059 18.3133 20.6409 18.695C20.0766 19.0763 19.258 19.4724 18.2676 19.9518L13.5169 22.2511C13.4823 22.2678 13.4479 22.2846 13.4137 22.3012C12.9347 22.5342 12.4912 22.75 12 22.75C11.5088 22.75 11.0653 22.5342 10.5863 22.3012C10.5521 22.2846 10.5177 22.2678 10.4831 22.2511L5.73236 19.9517C4.74196 19.4724 3.92337 19.0762 3.35907 18.695C2.79407 18.3133 2.25 17.7929 2.25 17V7C2.25 6.20713 2.79407 5.68673 3.35907 5.30501C3.92338 4.92375 4.74197 4.52759 5.73239 4.04826C5.7512 4.03916 5.77008 4.03002 5.78901 4.02086L10.4831 1.7489C10.5177 1.73216 10.5521 1.71544 10.5863 1.69881Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 7.75C6.41421 7.75 6.75 8.08579 6.75 8.5V15.4657C7.02734 15.7578 7.70171 16.0807 8.41696 16.4442L11.25 17.884V12C11.25 11.5858 11.5858 11.25 12 11.25C12.4142 11.25 12.75 11.5858 12.75 12V17.884L15.583 16.4442C16.2983 16.0807 16.9599 15.6715 17.25 15.4657V8.5C17.25 8.08579 17.5858 7.75 18 7.75C18.4142 7.75 18.75 8.08579 18.75 8.5V15.5C18.75 16.1565 18.315 16.5792 17.9147 16.8632C17.5229 17.1411 16.9626 17.4258 16.3153 17.7547L13.1108 19.3832C12.9355 19.4723 12.7633 19.5599 12.6081 19.622C12.4326 19.6923 12.2331 19.75 12 19.75C11.7669 19.75 11.5674 19.6923 11.3919 19.622C11.2368 19.5599 11.0645 19.4723 10.8892 19.3832L7.68467 17.7547L7.68466 17.7547C7.03741 17.4258 6.47708 17.1411 6.08535 16.8632C5.685 16.5792 5.25 16.1565 5.25 15.5V8.5C5.25 8.08579 5.58579 7.75 6 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.3919 4.37796C11.5674 4.30767 11.7669 4.25 12 4.25C12.2331 4.25 12.4326 4.30767 12.6081 4.37796C12.7632 4.44011 12.9355 4.52769 13.1108 4.61679L16.3153 6.24533L16.3153 6.24533C16.9626 6.57421 17.5229 6.85892 17.9147 7.13681C18.315 7.42082 18.75 7.84354 18.75 8.5C18.75 9.15646 18.315 9.57918 17.9147 9.86319C17.5229 10.1411 16.9626 10.4258 16.3153 10.7547L16.3153 10.7547L13.1108 12.3832C12.9355 12.4723 12.7633 12.5599 12.6081 12.622C12.4326 12.6923 12.2331 12.75 12 12.75C11.7669 12.75 11.5674 12.6923 11.3919 12.622C11.2367 12.5599 11.0645 12.4723 10.8892 12.3832L7.73738 10.7815C7.09013 10.4526 6.47708 10.1411 6.08535 9.86319C5.685 9.57918 5.25 9.15646 5.25 8.5C5.25 7.84354 5.685 7.42082 6.08535 7.13681C6.47707 6.85893 7.03741 6.57421 7.68466 6.24534L7.68467 6.24533L10.8892 4.6168C11.0645 4.52769 11.2367 4.44011 11.3919 4.37796Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.75C11.8981 2.75 11.7856 2.78498 11.1366 3.09907L6.4425 5.37103C5.38118 5.88471 4.66237 6.23474 4.19881 6.54793C3.73657 6.86022 3.7491 6.99055 3.74996 6.99956C3.74996 6.99948 3.74999 6.99978 3.74996 6.99956L3.75 17C3.75 17.0001 3.75002 16.9998 3.75 17C3.74913 17.009 3.73657 17.1398 4.19881 17.4521C4.66237 17.7653 5.38118 18.1153 6.4425 18.629L11.1366 20.9009C11.7856 21.215 11.8981 21.25 12 21.25C12.1019 21.25 12.2144 21.215 12.8634 20.9009L17.5575 18.629C18.6188 18.1153 19.3376 17.7653 19.8012 17.4521C20.2634 17.1398 20.2509 17.0094 20.25 17.0004C20.25 17.0002 20.25 17.0005 20.25 17.0004L20.25 7C20.25 7.00022 20.25 6.99992 20.25 7C20.2509 6.991 20.2634 6.86022 19.8012 6.54793C19.3376 6.23474 18.6188 5.88471 17.5575 5.37103L12.8634 3.09907C12.2144 2.78498 12.1019 2.75 12 2.75ZM10.5863 1.69881C11.0653 1.46578 11.5088 1.25 12 1.25C12.4912 1.25 12.9347 1.46577 13.4137 1.69881C13.4479 1.71544 13.4823 1.73216 13.5169 1.7489L18.2676 4.04825C19.258 4.52758 20.0766 4.92375 20.6409 5.30501C21.2059 5.68673 21.75 6.20713 21.75 7V17C21.75 17.7929 21.2059 18.3133 20.6409 18.695C20.0766 19.0763 19.258 19.4724 18.2676 19.9518L13.5169 22.2511C13.4823 22.2678 13.4479 22.2846 13.4137 22.3012C12.9347 22.5342 12.4912 22.75 12 22.75C11.5088 22.75 11.0653 22.5342 10.5863 22.3012C10.5521 22.2846 10.5177 22.2678 10.4831 22.2511L5.73236 19.9517C4.74196 19.4724 3.92337 19.0762 3.35907 18.695C2.79407 18.3133 2.25 17.7929 2.25 17V7C2.25 6.20713 2.79407 5.68673 3.35907 5.30501C3.92338 4.92375 4.74197 4.52759 5.73239 4.04826C5.7512 4.03916 5.77008 4.03002 5.78901 4.02086L10.4831 1.7489C10.5177 1.73216 10.5521 1.71544 10.5863 1.69881Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-blockchain-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.04943 2.25C6.71427 2.24996 7.28711 2.24993 7.74585 2.31161C8.23748 2.37771 8.70875 2.52677 9.09099 2.90901C9.47324 3.29126 9.6223 3.76252 9.6884 4.25416C9.75007 4.71291 9.75004 5.3845 9.75001 6.04937C9.75004 6.71424 9.75007 7.2871 9.6884 7.74585C9.6223 8.23748 9.47324 8.70875 9.09099 9.09099C8.70875 9.47324 8.23748 9.6223 7.74585 9.6884C7.2871 9.75007 6.6155 9.75004 5.95064 9.75001C5.28577 9.75004 4.71291 9.75007 4.25416 9.6884C3.76252 9.6223 3.29126 9.47324 2.90901 9.09099C2.52677 8.70875 2.37771 8.23748 2.31161 7.74585C2.24993 7.28711 2.24996 6.71427 2.25 6.04943V6.04938C2.24996 5.38451 2.24993 4.71291 2.31161 4.25416C2.37771 3.76252 2.52677 3.29126 2.90901 2.90901C3.29126 2.52677 3.76252 2.37771 4.25416 2.31161C4.71291 2.24993 5.38451 2.24996 6.04938 2.25H6.04943Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0494 2.25C18.7143 2.24996 19.2871 2.24993 19.7458 2.31161C20.2375 2.37771 20.7087 2.52677 21.091 2.90901C21.4732 3.29126 21.6223 3.76252 21.6884 4.25416C21.7501 4.71291 21.75 5.3845 21.75 6.04937C21.75 6.71424 21.7501 7.2871 21.6884 7.74585C21.6223 8.23748 21.4732 8.70875 21.091 9.09099C20.7087 9.47324 20.2375 9.6223 19.7458 9.6884C19.2871 9.75007 18.6155 9.75004 17.9506 9.75001C17.2858 9.75004 16.7129 9.75007 16.2542 9.6884C15.7625 9.6223 15.2913 9.47324 14.909 9.09099C14.5268 8.70875 14.3777 8.23748 14.3116 7.74585C14.2499 7.28711 14.25 6.71427 14.25 6.04943V6.04938C14.25 5.38451 14.2499 4.71291 14.3116 4.25416C14.3777 3.76252 14.5268 3.29126 14.909 2.90901C15.2913 2.52677 15.7625 2.37771 16.2542 2.31161C16.7129 2.24993 17.3845 2.24996 18.0494 2.25H18.0494Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0494 14.25C18.7143 14.25 19.2871 14.2499 19.7458 14.3116C20.2375 14.3777 20.7087 14.5268 21.091 14.909C21.4732 15.2913 21.6223 15.7625 21.6884 16.2542C21.7501 16.7129 21.75 17.3845 21.75 18.0494C21.75 18.7142 21.7501 19.2871 21.6884 19.7458C21.6223 20.2375 21.4732 20.7087 21.091 21.091C20.7087 21.4732 20.2375 21.6223 19.7458 21.6884C19.2871 21.7501 18.6155 21.75 17.9506 21.75C17.2858 21.75 16.7129 21.7501 16.2542 21.6884C15.7625 21.6223 15.2913 21.4732 14.909 21.091C14.5268 20.7087 14.3777 20.2375 14.3116 19.7458C14.2499 19.2871 14.25 18.7143 14.25 18.0494V18.0494C14.25 17.3845 14.2499 16.7129 14.3116 16.2542C14.3777 15.7625 14.5268 15.2913 14.909 14.909C15.2913 14.5268 15.7625 14.3777 16.2542 14.3116C16.7129 14.2499 17.3845 14.25 18.0494 14.25H18.0494Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.04943 14.25C6.71427 14.25 7.28711 14.2499 7.74585 14.3116C8.23748 14.3777 8.70875 14.5268 9.09099 14.909C9.47324 15.2913 9.6223 15.7625 9.6884 16.2542C9.75007 16.7129 9.75004 17.2858 9.75001 17.9506V18.0494C9.75004 18.7142 9.75007 19.2871 9.6884 19.7458C9.6223 20.2375 9.47324 20.7087 9.09099 21.091C8.70875 21.4732 8.23748 21.6223 7.74585 21.6884C7.2871 21.7501 6.71424 21.75 6.04937 21.75C5.3845 21.75 4.71291 21.7501 4.25416 21.6884C3.76252 21.6223 3.29126 21.4732 2.90901 21.091C2.52677 20.7087 2.37771 20.2375 2.31161 19.7458C2.24993 19.2871 2.24996 18.7143 2.25 18.0494V18.0494C2.24996 17.3845 2.24993 16.7129 2.31161 16.2542C2.37771 15.7625 2.52677 15.2913 2.90901 14.909C3.29126 14.5268 3.76252 14.3777 4.25416 14.3116C4.71291 14.2499 5.38451 14.25 6.04938 14.25H6.04943Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 6C8 5.44772 8.44772 5 9 5H12C12.5523 5 13 5.44772 13 6C13 6.55228 12.5523 7 12 7H9C8.44772 7 8 6.55228 8 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 18C11 17.4477 11.4477 17 12 17H15C15.5523 17 16 17.4477 16 18C16 18.5523 15.5523 19 15 19H12C11.4477 19 11 18.5523 11 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 8C18.5523 8 19 8.44772 19 9L19 12C19 12.5523 18.5523 13 18 13C17.4477 13 17 12.5523 17 12L17 9C17 8.44772 17.4477 8 18 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 11C6.55228 11 7 11.4477 7 12L7 15C7 15.5523 6.55228 16 6 16C5.44772 16 5 15.5523 5 15L5 12C5 11.4477 5.44772 11 6 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.04943 2.25C6.71427 2.24996 7.28711 2.24993 7.74585 2.31161C8.23748 2.37771 8.70875 2.52677 9.09099 2.90901C9.47324 3.29126 9.6223 3.76252 9.6884 4.25416C9.75007 4.71291 9.75004 5.3845 9.75001 6.04937C9.75004 6.71424 9.75007 7.2871 9.6884 7.74585C9.6223 8.23748 9.47324 8.70875 9.09099 9.09099C8.70875 9.47324 8.23748 9.6223 7.74585 9.6884C7.2871 9.75007 6.6155 9.75004 5.95064 9.75001C5.28577 9.75004 4.71291 9.75007 4.25416 9.6884C3.76252 9.6223 3.29126 9.47324 2.90901 9.09099C2.52677 8.70875 2.37771 8.23748 2.31161 7.74585C2.24993 7.28711 2.24996 6.71427 2.25 6.04943V6.04938C2.24996 5.38451 2.24993 4.71291 2.31161 4.25416C2.37771 3.76252 2.52677 3.29126 2.90901 2.90901C3.29126 2.52677 3.76252 2.37771 4.25416 2.31161C4.71291 2.24993 5.38451 2.24996 6.04938 2.25H6.04943Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0494 2.25C18.7143 2.24996 19.2871 2.24993 19.7458 2.31161C20.2375 2.37771 20.7087 2.52677 21.091 2.90901C21.4732 3.29126 21.6223 3.76252 21.6884 4.25416C21.7501 4.71291 21.75 5.3845 21.75 6.04937C21.75 6.71424 21.7501 7.2871 21.6884 7.74585C21.6223 8.23748 21.4732 8.70875 21.091 9.09099C20.7087 9.47324 20.2375 9.6223 19.7458 9.6884C19.2871 9.75007 18.6155 9.75004 17.9506 9.75001C17.2858 9.75004 16.7129 9.75007 16.2542 9.6884C15.7625 9.6223 15.2913 9.47324 14.909 9.09099C14.5268 8.70875 14.3777 8.23748 14.3116 7.74585C14.2499 7.28711 14.25 6.71427 14.25 6.04943V6.04938C14.25 5.38451 14.2499 4.71291 14.3116 4.25416C14.3777 3.76252 14.5268 3.29126 14.909 2.90901C15.2913 2.52677 15.7625 2.37771 16.2542 2.31161C16.7129 2.24993 17.3845 2.24996 18.0494 2.25H18.0494Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0494 14.25C18.7143 14.25 19.2871 14.2499 19.7458 14.3116C20.2375 14.3777 20.7087 14.5268 21.091 14.909C21.4732 15.2913 21.6223 15.7625 21.6884 16.2542C21.7501 16.7129 21.75 17.3845 21.75 18.0494C21.75 18.7142 21.7501 19.2871 21.6884 19.7458C21.6223 20.2375 21.4732 20.7087 21.091 21.091C20.7087 21.4732 20.2375 21.6223 19.7458 21.6884C19.2871 21.7501 18.6155 21.75 17.9506 21.75C17.2858 21.75 16.7129 21.7501 16.2542 21.6884C15.7625 21.6223 15.2913 21.4732 14.909 21.091C14.5268 20.7087 14.3777 20.2375 14.3116 19.7458C14.2499 19.2871 14.25 18.7143 14.25 18.0494V18.0494C14.25 17.3845 14.2499 16.7129 14.3116 16.2542C14.3777 15.7625 14.5268 15.2913 14.909 14.909C15.2913 14.5268 15.7625 14.3777 16.2542 14.3116C16.7129 14.2499 17.3845 14.25 18.0494 14.25H18.0494Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.04943 14.25C6.71427 14.25 7.28711 14.2499 7.74585 14.3116C8.23748 14.3777 8.70875 14.5268 9.09099 14.909C9.47324 15.2913 9.6223 15.7625 9.6884 16.2542C9.75007 16.7129 9.75004 17.2858 9.75001 17.9506V18.0494C9.75004 18.7142 9.75007 19.2871 9.6884 19.7458C9.6223 20.2375 9.47324 20.7087 9.09099 21.091C8.70875 21.4732 8.23748 21.6223 7.74585 21.6884C7.2871 21.7501 6.71424 21.75 6.04937 21.75C5.3845 21.75 4.71291 21.7501 4.25416 21.6884C3.76252 21.6223 3.29126 21.4732 2.90901 21.091C2.52677 20.7087 2.37771 20.2375 2.31161 19.7458C2.24993 19.2871 2.24996 18.7143 2.25 18.0494V18.0494C2.24996 17.3845 2.24993 16.7129 2.31161 16.2542C2.37771 15.7625 2.52677 15.2913 2.90901 14.909C3.29126 14.5268 3.76252 14.3777 4.25416 14.3116C4.71291 14.2499 5.38451 14.25 6.04938 14.25H6.04943Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 6C8 5.44772 8.44772 5 9 5H12C12.5523 5 13 5.44772 13 6C13 6.55228 12.5523 7 12 7H9C8.44772 7 8 6.55228 8 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 18C11 17.4477 11.4477 17 12 17H15C15.5523 17 16 17.4477 16 18C16 18.5523 15.5523 19 15 19H12C11.4477 19 11 18.5523 11 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 8C18.5523 8 19 8.44772 19 9L19 12C19 12.5523 18.5523 13 18 13C17.4477 13 17 12.5523 17 12L17 9C17 8.44772 17.4477 8 18 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 11C6.55228 11 7 11.4477 7 12L7 15C7 15.5523 6.55228 16 6 16C5.44772 16 5 15.5523 5 15L5 12C5 11.4477 5.44772 11 6 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-blockchain-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8874 1.60551C11.2199 1.43689 11.5883 1.25 12 1.25C12.4117 1.25 12.7801 1.43689 13.1126 1.60551L16.6401 3.37877C17.3444 3.7327 17.9477 4.03588 18.3682 4.33089C18.7956 4.63075 19.25 5.06982 19.25 5.75C19.25 6.43018 18.7956 6.86925 18.3682 7.16911C17.9477 7.46412 17.3444 7.76731 16.6401 8.12123L13.1126 9.8945C12.7801 10.0631 12.4117 10.25 12 10.25C11.5883 10.25 11.2199 10.0631 10.8874 9.89449L7.35986 8.12123C6.65559 7.7673 6.05228 7.46411 5.63181 7.16911C5.20441 6.86925 4.75 6.43018 4.75 5.75C4.75 5.06982 5.20441 4.63075 5.63181 4.33089C6.05228 4.03588 6.6556 3.7327 7.35987 3.37877L10.8874 1.60551Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.5 5C5.91421 5 6.25 5.33579 6.25 5.75V13.2285C6.54688 13.5195 7.31415 13.9194 8.08708 14.3079L11.25 15.8977V9.5C11.25 9.08579 11.5858 8.75 12 8.75C12.4142 8.75 12.75 9.08579 12.75 9.5V15.8977L15.9129 14.3079C16.6858 13.9194 17.3516 13.6211 17.75 13.2285V5.75C17.75 5.33579 18.0858 5 18.5 5C18.9142 5 19.25 5.33579 19.25 5.75V13.25C19.25 13.9302 18.7956 14.3692 18.3682 14.6691C17.9477 14.9641 17.3444 15.2673 16.6402 15.6212L16.6401 15.6212L13.1126 17.3945C12.7801 17.5631 12.4117 17.75 12 17.75C11.5883 17.75 11.2199 17.5631 10.8874 17.3945L7.35984 15.6212C6.65558 15.2673 6.05228 14.9641 5.63181 14.6691C5.20441 14.3692 4.75 13.9302 4.75 13.25V5.75C4.75 5.33579 5.08579 5 5.5 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.39538 20C9.69207 19.267 10.4107 18.75 11.25 18.75H12.75C13.5893 18.75 14.3079 19.267 14.6046 20H19C19.4142 20 19.75 20.3358 19.75 20.75C19.75 21.1642 19.4142 21.5 19 21.5H14.6046C14.3079 22.233 13.5893 22.75 12.75 22.75H11.25C10.4107 22.75 9.69207 22.233 9.39538 21.5H5C4.58579 21.5 4.25 21.1642 4.25 20.75C4.25 20.3358 4.58579 20 5 20H9.39538Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8874 1.60551C11.2199 1.43689 11.5883 1.25 12 1.25C12.4117 1.25 12.7801 1.43689 13.1126 1.60551L16.6401 3.37877C17.3444 3.7327 17.9477 4.03588 18.3682 4.33089C18.7956 4.63075 19.25 5.06982 19.25 5.75C19.25 6.43018 18.7956 6.86925 18.3682 7.16911C17.9477 7.46412 17.3444 7.76731 16.6401 8.12123L13.1126 9.8945C12.7801 10.0631 12.4117 10.25 12 10.25C11.5883 10.25 11.2199 10.0631 10.8874 9.89449L7.35986 8.12123C6.65559 7.7673 6.05228 7.46411 5.63181 7.16911C5.20441 6.86925 4.75 6.43018 4.75 5.75C4.75 5.06982 5.20441 4.63075 5.63181 4.33089C6.05228 4.03588 6.6556 3.7327 7.35987 3.37877L10.8874 1.60551Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.5 5C5.91421 5 6.25 5.33579 6.25 5.75V13.2285C6.54688 13.5195 7.31415 13.9194 8.08708 14.3079L11.25 15.8977V9.5C11.25 9.08579 11.5858 8.75 12 8.75C12.4142 8.75 12.75 9.08579 12.75 9.5V15.8977L15.9129 14.3079C16.6858 13.9194 17.3516 13.6211 17.75 13.2285V5.75C17.75 5.33579 18.0858 5 18.5 5C18.9142 5 19.25 5.33579 19.25 5.75V13.25C19.25 13.9302 18.7956 14.3692 18.3682 14.6691C17.9477 14.9641 17.3444 15.2673 16.6402 15.6212L16.6401 15.6212L13.1126 17.3945C12.7801 17.5631 12.4117 17.75 12 17.75C11.5883 17.75 11.2199 17.5631 10.8874 17.3945L7.35984 15.6212C6.65558 15.2673 6.05228 14.9641 5.63181 14.6691C5.20441 14.3692 4.75 13.9302 4.75 13.25V5.75C4.75 5.33579 5.08579 5 5.5 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.39538 20C9.69207 19.267 10.4107 18.75 11.25 18.75H12.75C13.5893 18.75 14.3079 19.267 14.6046 20H19C19.4142 20 19.75 20.3358 19.75 20.75C19.75 21.1642 19.4142 21.5 19 21.5H14.6046C14.3079 22.233 13.5893 22.75 12.75 22.75H11.25C10.4107 22.75 9.69207 22.233 9.39538 21.5H5C4.58579 21.5 4.25 21.1642 4.25 20.75C4.25 20.3358 4.58579 20 5 20H9.39538Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-blockchain-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.75 8V4C9.75 3.4558 9.37777 3.1303 9.12507 2.9547C8.87741 2.78259 8.53242 2.61092 8.16799 2.42958L8.16797 2.42957L8.16797 2.42957L6.24986 1.47434C6.08237 1.38913 5.80889 1.25 5.5 1.25C5.19111 1.25 4.91763 1.38913 4.75014 1.47434L2.83203 2.42958L2.83202 2.42958C2.46759 2.61092 2.12259 2.78259 1.87493 2.9547C1.62223 3.1303 1.25 3.4558 1.25 4V8C1.25 8.5442 1.62224 8.8697 1.87493 9.04531C2.12259 9.21741 2.46758 9.38908 2.83201 9.57042L2.83202 9.57042L4.75014 10.5257C4.91763 10.6109 5.19111 10.75 5.5 10.75C5.80889 10.75 6.08237 10.6109 6.24987 10.5257L8.16796 9.57043C8.5324 9.38909 8.87741 9.21741 9.12507 9.04531C9.37777 8.8697 9.75 8.5442 9.75 8ZM4.75 8.84935L2.75 7.82625V5.5293L4.75 6.5253V8.84935ZM6.25 6.5253L8.25 5.5293V7.82625L6.25 8.84935V6.5253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 8V4C22.75 3.4558 22.3778 3.1303 22.1251 2.9547C21.8774 2.78259 21.5324 2.61092 21.168 2.42958L21.168 2.42957L21.168 2.42957L19.2499 1.47434C19.0824 1.38913 18.8089 1.25 18.5 1.25C18.1911 1.25 17.9176 1.38913 17.7501 1.47434L15.832 2.42958L15.832 2.42958C15.4676 2.61092 15.1226 2.78259 14.8749 2.9547C14.6222 3.1303 14.25 3.4558 14.25 4V8C14.25 8.5442 14.6222 8.8697 14.8749 9.04531C15.1226 9.21741 15.4676 9.38908 15.832 9.57042L15.832 9.57042L17.7501 10.5257C17.9176 10.6109 18.1911 10.75 18.5 10.75C18.8089 10.75 19.0824 10.6109 19.2499 10.5257L21.168 9.57043C21.5324 9.38909 21.8774 9.21741 22.1251 9.04531C22.3778 8.8697 22.75 8.5442 22.75 8ZM17.75 8.84935L15.75 7.82625V5.5293L17.75 6.5253V8.84935ZM19.25 6.5253L21.25 5.5293V7.82625L19.25 8.84935V6.5253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.25 20V16C16.25 15.4558 15.8778 15.1303 15.6251 14.9547C15.3774 14.7826 15.0324 14.6109 14.668 14.4296L14.668 14.4296L14.668 14.4296L12.7499 13.4743C12.5824 13.3891 12.3089 13.25 12 13.25C11.6911 13.25 11.4176 13.3891 11.2501 13.4743L9.33203 14.4296L9.33202 14.4296C8.96759 14.6109 8.62259 14.7826 8.37493 14.9547C8.12223 15.1303 7.75 15.4558 7.75 16V20C7.75 20.5442 8.12224 20.8697 8.37493 21.0453C8.62259 21.2174 8.96758 21.3891 9.33201 21.5704L9.33202 21.5704L11.2501 22.5257C11.4176 22.6109 11.6911 22.75 12 22.75C12.3089 22.75 12.5824 22.6109 12.7499 22.5257L14.668 21.5704C15.0324 21.3891 15.3774 21.2174 15.6251 21.0453C15.8778 20.8697 16.25 20.5442 16.25 20ZM11.25 20.8494L9.25 19.8263V17.5293L11.25 18.5253V20.8494ZM12.75 18.5253L14.75 17.5293V19.8263L12.75 20.8494V18.5253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.75 6C10.75 5.58579 11.0858 5.25 11.5 5.25H12.5C12.9142 5.25 13.25 5.58579 13.25 6C13.25 6.41421 12.9142 6.75 12.5 6.75H11.5C11.0858 6.75 10.75 6.41421 10.75 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 11.25C2.41421 11.25 2.75 11.5858 2.75 12V15.5C2.75 16.2178 2.75091 16.6998 2.78828 17.0672C2.82438 17.422 2.8882 17.586 2.96066 17.6945C3.05186 17.8309 3.16905 17.9481 3.30554 18.0393C3.41399 18.1118 3.57796 18.1756 3.93283 18.2117C4.30023 18.2491 4.78216 18.25 5.5 18.25C5.91422 18.25 6.25 18.5858 6.25 19C6.25 19.4142 5.91422 19.75 5.5 19.75L5.46166 19.75C4.79208 19.75 4.23335 19.75 3.78102 19.704C3.30755 19.6559 2.86818 19.5511 2.47218 19.2865C2.17191 19.0859 1.9141 18.8281 1.71346 18.5278C1.44886 18.1318 1.34415 17.6925 1.29598 17.219C1.24997 16.7667 1.24998 16.2079 1.25 15.5384V15.5383V12C1.25 11.5858 1.58579 11.25 2 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22 11.25C22.4142 11.25 22.75 11.5858 22.75 12V15.5383V15.5384C22.75 16.2079 22.75 16.7667 22.704 17.219C22.6559 17.6925 22.5511 18.1318 22.2865 18.5278C22.0859 18.8281 21.8281 19.0859 21.5278 19.2865C21.1318 19.5511 20.6925 19.6559 20.219 19.704C19.7666 19.75 19.2079 19.75 18.5383 19.75L18.5 19.75C18.0858 19.75 17.75 19.4142 17.75 19C17.75 18.5858 18.0858 18.25 18.5 18.25C19.2178 18.25 19.6998 18.2491 20.0672 18.2117C20.422 18.1756 20.586 18.1118 20.6945 18.0393C20.831 17.9481 20.9481 17.8309 21.0393 17.6945C21.1118 17.586 21.1756 17.422 21.2117 17.0672C21.2491 16.6998 21.25 16.2178 21.25 15.5V12C21.25 11.5858 21.5858 11.25 22 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.75 8V4C9.75 3.4558 9.37777 3.1303 9.12507 2.9547C8.87741 2.78259 8.53242 2.61092 8.16799 2.42958L8.16797 2.42957L8.16797 2.42957L6.24986 1.47434C6.08237 1.38913 5.80889 1.25 5.5 1.25C5.19111 1.25 4.91763 1.38913 4.75014 1.47434L2.83203 2.42958L2.83202 2.42958C2.46759 2.61092 2.12259 2.78259 1.87493 2.9547C1.62223 3.1303 1.25 3.4558 1.25 4V8C1.25 8.5442 1.62224 8.8697 1.87493 9.04531C2.12259 9.21741 2.46758 9.38908 2.83201 9.57042L2.83202 9.57042L4.75014 10.5257C4.91763 10.6109 5.19111 10.75 5.5 10.75C5.80889 10.75 6.08237 10.6109 6.24987 10.5257L8.16796 9.57043C8.5324 9.38909 8.87741 9.21741 9.12507 9.04531C9.37777 8.8697 9.75 8.5442 9.75 8ZM4.75 8.84935L2.75 7.82625V5.5293L4.75 6.5253V8.84935ZM6.25 6.5253L8.25 5.5293V7.82625L6.25 8.84935V6.5253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 8V4C22.75 3.4558 22.3778 3.1303 22.1251 2.9547C21.8774 2.78259 21.5324 2.61092 21.168 2.42958L21.168 2.42957L21.168 2.42957L19.2499 1.47434C19.0824 1.38913 18.8089 1.25 18.5 1.25C18.1911 1.25 17.9176 1.38913 17.7501 1.47434L15.832 2.42958L15.832 2.42958C15.4676 2.61092 15.1226 2.78259 14.8749 2.9547C14.6222 3.1303 14.25 3.4558 14.25 4V8C14.25 8.5442 14.6222 8.8697 14.8749 9.04531C15.1226 9.21741 15.4676 9.38908 15.832 9.57042L15.832 9.57042L17.7501 10.5257C17.9176 10.6109 18.1911 10.75 18.5 10.75C18.8089 10.75 19.0824 10.6109 19.2499 10.5257L21.168 9.57043C21.5324 9.38909 21.8774 9.21741 22.1251 9.04531C22.3778 8.8697 22.75 8.5442 22.75 8ZM17.75 8.84935L15.75 7.82625V5.5293L17.75 6.5253V8.84935ZM19.25 6.5253L21.25 5.5293V7.82625L19.25 8.84935V6.5253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.25 20V16C16.25 15.4558 15.8778 15.1303 15.6251 14.9547C15.3774 14.7826 15.0324 14.6109 14.668 14.4296L14.668 14.4296L14.668 14.4296L12.7499 13.4743C12.5824 13.3891 12.3089 13.25 12 13.25C11.6911 13.25 11.4176 13.3891 11.2501 13.4743L9.33203 14.4296L9.33202 14.4296C8.96759 14.6109 8.62259 14.7826 8.37493 14.9547C8.12223 15.1303 7.75 15.4558 7.75 16V20C7.75 20.5442 8.12224 20.8697 8.37493 21.0453C8.62259 21.2174 8.96758 21.3891 9.33201 21.5704L9.33202 21.5704L11.2501 22.5257C11.4176 22.6109 11.6911 22.75 12 22.75C12.3089 22.75 12.5824 22.6109 12.7499 22.5257L14.668 21.5704C15.0324 21.3891 15.3774 21.2174 15.6251 21.0453C15.8778 20.8697 16.25 20.5442 16.25 20ZM11.25 20.8494L9.25 19.8263V17.5293L11.25 18.5253V20.8494ZM12.75 18.5253L14.75 17.5293V19.8263L12.75 20.8494V18.5253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.75 6C10.75 5.58579 11.0858 5.25 11.5 5.25H12.5C12.9142 5.25 13.25 5.58579 13.25 6C13.25 6.41421 12.9142 6.75 12.5 6.75H11.5C11.0858 6.75 10.75 6.41421 10.75 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 11.25C2.41421 11.25 2.75 11.5858 2.75 12V15.5C2.75 16.2178 2.75091 16.6998 2.78828 17.0672C2.82438 17.422 2.8882 17.586 2.96066 17.6945C3.05186 17.8309 3.16905 17.9481 3.30554 18.0393C3.41399 18.1118 3.57796 18.1756 3.93283 18.2117C4.30023 18.2491 4.78216 18.25 5.5 18.25C5.91422 18.25 6.25 18.5858 6.25 19C6.25 19.4142 5.91422 19.75 5.5 19.75L5.46166 19.75C4.79208 19.75 4.23335 19.75 3.78102 19.704C3.30755 19.6559 2.86818 19.5511 2.47218 19.2865C2.17191 19.0859 1.9141 18.8281 1.71346 18.5278C1.44886 18.1318 1.34415 17.6925 1.29598 17.219C1.24997 16.7667 1.24998 16.2079 1.25 15.5384V15.5383V12C1.25 11.5858 1.58579 11.25 2 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22 11.25C22.4142 11.25 22.75 11.5858 22.75 12V15.5383V15.5384C22.75 16.2079 22.75 16.7667 22.704 17.219C22.6559 17.6925 22.5511 18.1318 22.2865 18.5278C22.0859 18.8281 21.8281 19.0859 21.5278 19.2865C21.1318 19.5511 20.6925 19.6559 20.219 19.704C19.7666 19.75 19.2079 19.75 18.5383 19.75L18.5 19.75C18.0858 19.75 17.75 19.4142 17.75 19C17.75 18.5858 18.0858 18.25 18.5 18.25C19.2178 18.25 19.6998 18.2491 20.0672 18.2117C20.422 18.1756 20.586 18.1118 20.6945 18.0393C20.831 17.9481 20.9481 17.8309 21.0393 17.6945C21.1118 17.586 21.1756 17.422 21.2117 17.0672C21.2491 16.6998 21.25 16.2178 21.25 15.5V12C21.25 11.5858 21.5858 11.25 22 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-blockchain-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 8.5V4.5C22.75 3.9558 22.3778 3.6303 22.1251 3.4547C21.8774 3.28259 21.5324 3.11092 21.168 2.92958L21.168 2.92957L21.168 2.92957L19.2499 1.97434C19.0824 1.88913 18.8089 1.75 18.5 1.75C18.1911 1.75 17.9176 1.88913 17.7501 1.97434L15.832 2.92958L15.832 2.92958C15.4676 3.11092 15.1226 3.28259 14.8749 3.4547C14.6222 3.6303 14.25 3.9558 14.25 4.5V8.5C14.25 9.0442 14.6222 9.3697 14.8749 9.54531C15.1226 9.71741 15.4676 9.88908 15.832 10.0704L15.832 10.0704L17.7501 11.0257C17.9176 11.1109 18.1911 11.25 18.5 11.25C18.8089 11.25 19.0824 11.1109 19.2499 11.0257L21.168 10.0704C21.5324 9.88909 21.8774 9.71741 22.1251 9.54531C22.3778 9.3697 22.75 9.0442 22.75 8.5ZM17.75 9.34935L15.75 8.32625V6.0293L17.75 7.0253V9.34935ZM19.25 7.0253L21.25 6.0293V8.32625L19.25 9.34935V7.0253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.75 8.5V4.5C9.75 3.9558 9.37777 3.6303 9.12507 3.4547C8.87741 3.28259 8.53242 3.11092 8.16799 2.92958L8.16797 2.92957L8.16797 2.92957L6.24986 1.97434C6.08237 1.88913 5.80889 1.75 5.5 1.75C5.19111 1.75 4.91763 1.88913 4.75014 1.97434L2.83203 2.92958L2.83202 2.92958C2.46759 3.11092 2.12259 3.28259 1.87493 3.4547C1.62223 3.6303 1.25 3.9558 1.25 4.5V8.5C1.25 9.0442 1.62224 9.3697 1.87493 9.54531C2.12259 9.71741 2.46758 9.88908 2.83201 10.0704L2.83202 10.0704L4.75014 11.0257C4.91763 11.1109 5.19111 11.25 5.5 11.25C5.80889 11.25 6.08237 11.1109 6.24987 11.0257L8.16796 10.0704C8.5324 9.88909 8.87741 9.71741 9.12507 9.54531C9.37777 9.3697 9.75 9.0442 9.75 8.5ZM4.75 9.34935L2.75 8.32625V6.0293L4.75 7.0253V9.34935ZM6.25 7.0253L8.25 6.0293V8.32625L6.25 9.34935V7.0253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.75 6.5C10.75 6.08579 11.0858 5.75 11.5 5.75H12.5C12.9142 5.75 13.25 6.08579 13.25 6.5C13.25 6.91421 12.9142 7.25 12.5 7.25H11.5C11.0858 7.25 10.75 6.91421 10.75 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 11.75C2.41421 11.75 2.75 12.0858 2.75 12.5V16C2.75 16.7178 2.75091 17.1998 2.78828 17.5672C2.82438 17.922 2.8882 18.086 2.96066 18.1945C3.05186 18.3309 3.16905 18.4481 3.30554 18.5393C3.41399 18.6118 3.57796 18.6756 3.93283 18.7117C4.30023 18.7491 4.78216 18.75 5.5 18.75C5.91422 18.75 6.25 19.0858 6.25 19.5C6.25 19.9142 5.91422 20.25 5.5 20.25L5.46166 20.25C4.79208 20.25 4.23335 20.25 3.78102 20.204C3.30755 20.1559 2.86818 20.0511 2.47218 19.7865C2.17191 19.5859 1.9141 19.3281 1.71346 19.0278C1.44886 18.6318 1.34415 18.1925 1.29598 17.719C1.24997 17.2667 1.24998 16.7079 1.25 16.0384V16.0383V12.5C1.25 12.0858 1.58579 11.75 2 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22 11.75C22.4142 11.75 22.75 12.0858 22.75 12.5V16.0383V16.0384C22.75 16.7079 22.75 17.2667 22.704 17.719C22.6559 18.1925 22.5511 18.6318 22.2865 19.0278C22.0859 19.3281 21.8281 19.5859 21.5278 19.7865C21.1318 20.0511 20.6925 20.1559 20.219 20.204C19.7666 20.25 19.2079 20.25 18.5383 20.25L18.5 20.25C18.0858 20.25 17.75 19.9142 17.75 19.5C17.75 19.0858 18.0858 18.75 18.5 18.75C19.2178 18.75 19.6998 18.7491 20.0672 18.7117C20.422 18.6756 20.586 18.6118 20.6945 18.5393C20.831 18.4481 20.9481 18.3309 21.0393 18.1945C21.1118 18.086 21.1756 17.922 21.2117 17.5672C21.2491 17.1998 21.25 16.7178 21.25 16V12.5C21.25 12.0858 21.5858 11.75 22 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5 16.2202V15.2143C14.5 13.8388 13.3661 12.75 12 12.75C10.6339 12.75 9.50001 13.8388 9.50001 15.2143V16.2202C9.06727 16.273 8.64959 16.4016 8.31688 16.7275C7.98074 17.0568 7.85421 17.461 7.79969 17.8583C7.74991 18.2209 7.74995 18.7631 7.75 19.2614C7.74995 19.7596 7.74991 20.2076 7.79969 20.5703C7.85421 20.9675 7.98074 21.3718 8.31688 21.701C8.65087 22.0282 9.05717 22.1493 9.45526 22.2017C9.82235 22.2501 10.2769 22.25 10.7874 22.25H13.2126C13.7231 22.25 14.1777 22.2501 14.5448 22.2017C14.9428 22.1493 15.3491 22.0282 15.6831 21.701C16.0193 21.3718 16.1458 20.9675 16.2003 20.5703C16.2501 20.2076 16.2501 19.7596 16.25 19.2614C16.2501 18.7631 16.2501 18.2209 16.2003 17.8583C16.1458 17.461 16.0193 17.0568 15.6831 16.7275C15.3504 16.4016 14.9327 16.273 14.5 16.2202ZM11 15.2143C11 14.6962 11.4331 14.25 12 14.25C12.5669 14.25 13 14.6962 13 15.2143V16.1786H11V15.2143Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 8.5V4.5C22.75 3.9558 22.3778 3.6303 22.1251 3.4547C21.8774 3.28259 21.5324 3.11092 21.168 2.92958L21.168 2.92957L21.168 2.92957L19.2499 1.97434C19.0824 1.88913 18.8089 1.75 18.5 1.75C18.1911 1.75 17.9176 1.88913 17.7501 1.97434L15.832 2.92958L15.832 2.92958C15.4676 3.11092 15.1226 3.28259 14.8749 3.4547C14.6222 3.6303 14.25 3.9558 14.25 4.5V8.5C14.25 9.0442 14.6222 9.3697 14.8749 9.54531C15.1226 9.71741 15.4676 9.88908 15.832 10.0704L15.832 10.0704L17.7501 11.0257C17.9176 11.1109 18.1911 11.25 18.5 11.25C18.8089 11.25 19.0824 11.1109 19.2499 11.0257L21.168 10.0704C21.5324 9.88909 21.8774 9.71741 22.1251 9.54531C22.3778 9.3697 22.75 9.0442 22.75 8.5ZM17.75 9.34935L15.75 8.32625V6.0293L17.75 7.0253V9.34935ZM19.25 7.0253L21.25 6.0293V8.32625L19.25 9.34935V7.0253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.75 8.5V4.5C9.75 3.9558 9.37777 3.6303 9.12507 3.4547C8.87741 3.28259 8.53242 3.11092 8.16799 2.92958L8.16797 2.92957L8.16797 2.92957L6.24986 1.97434C6.08237 1.88913 5.80889 1.75 5.5 1.75C5.19111 1.75 4.91763 1.88913 4.75014 1.97434L2.83203 2.92958L2.83202 2.92958C2.46759 3.11092 2.12259 3.28259 1.87493 3.4547C1.62223 3.6303 1.25 3.9558 1.25 4.5V8.5C1.25 9.0442 1.62224 9.3697 1.87493 9.54531C2.12259 9.71741 2.46758 9.88908 2.83201 10.0704L2.83202 10.0704L4.75014 11.0257C4.91763 11.1109 5.19111 11.25 5.5 11.25C5.80889 11.25 6.08237 11.1109 6.24987 11.0257L8.16796 10.0704C8.5324 9.88909 8.87741 9.71741 9.12507 9.54531C9.37777 9.3697 9.75 9.0442 9.75 8.5ZM4.75 9.34935L2.75 8.32625V6.0293L4.75 7.0253V9.34935ZM6.25 7.0253L8.25 6.0293V8.32625L6.25 9.34935V7.0253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.75 6.5C10.75 6.08579 11.0858 5.75 11.5 5.75H12.5C12.9142 5.75 13.25 6.08579 13.25 6.5C13.25 6.91421 12.9142 7.25 12.5 7.25H11.5C11.0858 7.25 10.75 6.91421 10.75 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 11.75C2.41421 11.75 2.75 12.0858 2.75 12.5V16C2.75 16.7178 2.75091 17.1998 2.78828 17.5672C2.82438 17.922 2.8882 18.086 2.96066 18.1945C3.05186 18.3309 3.16905 18.4481 3.30554 18.5393C3.41399 18.6118 3.57796 18.6756 3.93283 18.7117C4.30023 18.7491 4.78216 18.75 5.5 18.75C5.91422 18.75 6.25 19.0858 6.25 19.5C6.25 19.9142 5.91422 20.25 5.5 20.25L5.46166 20.25C4.79208 20.25 4.23335 20.25 3.78102 20.204C3.30755 20.1559 2.86818 20.0511 2.47218 19.7865C2.17191 19.5859 1.9141 19.3281 1.71346 19.0278C1.44886 18.6318 1.34415 18.1925 1.29598 17.719C1.24997 17.2667 1.24998 16.7079 1.25 16.0384V16.0383V12.5C1.25 12.0858 1.58579 11.75 2 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22 11.75C22.4142 11.75 22.75 12.0858 22.75 12.5V16.0383V16.0384C22.75 16.7079 22.75 17.2667 22.704 17.719C22.6559 18.1925 22.5511 18.6318 22.2865 19.0278C22.0859 19.3281 21.8281 19.5859 21.5278 19.7865C21.1318 20.0511 20.6925 20.1559 20.219 20.204C19.7666 20.25 19.2079 20.25 18.5383 20.25L18.5 20.25C18.0858 20.25 17.75 19.9142 17.75 19.5C17.75 19.0858 18.0858 18.75 18.5 18.75C19.2178 18.75 19.6998 18.7491 20.0672 18.7117C20.422 18.6756 20.586 18.6118 20.6945 18.5393C20.831 18.4481 20.9481 18.3309 21.0393 18.1945C21.1118 18.086 21.1756 17.922 21.2117 17.5672C21.2491 17.1998 21.25 16.7178 21.25 16V12.5C21.25 12.0858 21.5858 11.75 22 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5 16.2202V15.2143C14.5 13.8388 13.3661 12.75 12 12.75C10.6339 12.75 9.50001 13.8388 9.50001 15.2143V16.2202C9.06727 16.273 8.64959 16.4016 8.31688 16.7275C7.98074 17.0568 7.85421 17.461 7.79969 17.8583C7.74991 18.2209 7.74995 18.7631 7.75 19.2614C7.74995 19.7596 7.74991 20.2076 7.79969 20.5703C7.85421 20.9675 7.98074 21.3718 8.31688 21.701C8.65087 22.0282 9.05717 22.1493 9.45526 22.2017C9.82235 22.2501 10.2769 22.25 10.7874 22.25H13.2126C13.7231 22.25 14.1777 22.2501 14.5448 22.2017C14.9428 22.1493 15.3491 22.0282 15.6831 21.701C16.0193 21.3718 16.1458 20.9675 16.2003 20.5703C16.2501 20.2076 16.2501 19.7596 16.25 19.2614C16.2501 18.7631 16.2501 18.2209 16.2003 17.8583C16.1458 17.461 16.0193 17.0568 15.6831 16.7275C15.3504 16.4016 14.9327 16.273 14.5 16.2202ZM11 15.2143C11 14.6962 11.4331 14.25 12 14.25C12.5669 14.25 13 14.6962 13 15.2143V16.1786H11V15.2143Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-centralized{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.25 12C6.25 8.82436 8.82437 6.25 12 6.25C15.1756 6.25 17.75 8.82436 17.75 12C17.75 15.1756 15.1756 17.75 12 17.75C8.82436 17.75 6.25 15.1756 6.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.9566 2.04338C22.3472 2.43391 22.3472 3.06707 21.9566 3.4576L19.7497 5.6645C19.8985 5.64774 20.0462 5.62996 20.1909 5.61254C20.3446 5.59405 20.4948 5.57597 20.6393 5.55995C21.1882 5.49907 21.6825 5.8947 21.7434 6.44362C21.8043 6.99254 21.4087 7.48688 20.8598 7.54776C20.751 7.55982 20.6255 7.57495 20.4885 7.59147C20.0389 7.64568 19.4651 7.71488 18.9482 7.74001C18.6071 7.7566 18.2392 7.75761 17.9045 7.71256C17.6188 7.67411 17.1354 7.57733 16.779 7.22097C16.4227 6.8646 16.3259 6.38122 16.2875 6.09552C16.2424 5.76083 16.2434 5.39287 16.26 5.05181C16.2851 4.53493 16.3543 3.96107 16.4085 3.51148C16.4251 3.37449 16.4402 3.24904 16.4523 3.14025C16.5131 2.59133 17.0075 2.1957 17.5564 2.25658C18.1053 2.31746 18.5009 2.8118 18.4401 3.36072C18.424 3.50522 18.406 3.65545 18.3875 3.80907C18.3701 3.95379 18.3523 4.10151 18.3355 4.25029L20.5424 2.04338C20.9329 1.65286 21.5661 1.65286 21.9566 2.04338Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.04241 2.04338C1.65188 2.43391 1.65188 3.06707 2.04241 3.4576L4.24931 5.6645C4.10054 5.64774 3.95281 5.62996 3.8081 5.61254C3.65447 5.59405 3.50424 5.57597 3.35975 5.55995C2.81083 5.49907 2.31649 5.8947 2.25561 6.44362C2.19472 6.99254 2.59036 7.48688 3.13928 7.54776C3.24806 7.55982 3.37352 7.57495 3.5105 7.59147C3.96009 7.64568 4.53395 7.71488 5.05083 7.74001C5.39189 7.7566 5.75985 7.75761 6.09455 7.71256C6.38024 7.67411 6.86362 7.57733 7.21999 7.22097C7.57636 6.8646 7.67314 6.38122 7.71159 6.09552C7.75663 5.76083 7.75562 5.39287 7.73903 5.05181C7.7139 4.53493 7.6447 3.96107 7.59049 3.51148C7.57397 3.37449 7.55885 3.24904 7.54678 3.14025C7.4859 2.59133 6.99156 2.1957 6.44264 2.25658C5.89372 2.31746 5.49809 2.8118 5.55897 3.36072C5.575 3.50522 5.59308 3.65545 5.61156 3.80907C5.62898 3.95379 5.64676 4.10151 5.66352 4.25029L3.45662 2.04338C3.06609 1.65286 2.43293 1.65286 2.04241 2.04338Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.9571 21.9581C22.3476 21.5676 22.3476 20.9344 21.9571 20.5439L19.7502 18.337C19.899 18.3537 20.0467 18.3715 20.1914 18.3889C20.3451 18.4074 20.4953 18.4255 20.6398 18.4415C21.1887 18.5024 21.683 18.1068 21.7439 17.5579C21.8048 17.0089 21.4092 16.5146 20.8602 16.4537C20.7515 16.4417 20.626 16.4265 20.489 16.41C20.0394 16.3558 19.4656 16.2866 18.9487 16.2615C18.6076 16.2449 18.2397 16.2439 17.905 16.2889C17.6193 16.3274 17.1359 16.4241 16.7795 16.7805C16.4232 17.1369 16.3264 17.6203 16.2879 17.906C16.2429 18.2406 16.2439 18.6086 16.2605 18.9497C16.2856 19.4666 16.3548 20.0404 16.409 20.49C16.4256 20.627 16.4407 20.7524 16.4527 20.8612C16.5136 21.4101 17.008 21.8058 17.5569 21.7449C18.1058 21.684 18.5014 21.1897 18.4406 20.6408C18.4245 20.4963 18.4064 20.346 18.388 20.1924C18.3705 20.0477 18.3528 19.9 18.336 19.7512L20.5429 21.9581C20.9334 22.3486 21.5666 22.3486 21.9571 21.9581Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.04289 21.9581C1.65237 21.5676 1.65237 20.9344 2.04289 20.5439L4.2498 18.337C4.10102 18.3537 3.9533 18.3715 3.80859 18.3889C3.65496 18.4074 3.50473 18.4255 3.36023 18.4415C2.81132 18.5024 2.31697 18.1068 2.25609 17.5579C2.19521 17.0089 2.59085 16.5146 3.13977 16.4537C3.24855 16.4417 3.374 16.4265 3.51099 16.41C3.96058 16.3558 4.53444 16.2866 5.05132 16.2615C5.39238 16.2449 5.76034 16.2439 6.09504 16.2889C6.38073 16.3274 6.86411 16.4241 7.22048 16.7805C7.57685 17.1369 7.67363 17.6203 7.71207 17.906C7.75712 18.2406 7.75611 18.6086 7.73952 18.9497C7.71439 19.4666 7.64519 20.0404 7.59098 20.49C7.57446 20.627 7.55934 20.7524 7.54727 20.8612C7.48639 21.4101 6.99205 21.8058 6.44313 21.7449C5.89421 21.684 5.49858 21.1897 5.55946 20.6408C5.57548 20.4963 5.59356 20.346 5.61205 20.1924C5.62947 20.0477 5.64725 19.9 5.66401 19.7512L3.45711 21.9581C3.06658 22.3486 2.43342 22.3486 2.04289 21.9581Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.25 12C6.25 8.82436 8.82437 6.25 12 6.25C15.1756 6.25 17.75 8.82436 17.75 12C17.75 15.1756 15.1756 17.75 12 17.75C8.82436 17.75 6.25 15.1756 6.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.9566 2.04338C22.3472 2.43391 22.3472 3.06707 21.9566 3.4576L19.7497 5.6645C19.8985 5.64774 20.0462 5.62996 20.1909 5.61254C20.3446 5.59405 20.4948 5.57597 20.6393 5.55995C21.1882 5.49907 21.6825 5.8947 21.7434 6.44362C21.8043 6.99254 21.4087 7.48688 20.8598 7.54776C20.751 7.55982 20.6255 7.57495 20.4885 7.59147C20.0389 7.64568 19.4651 7.71488 18.9482 7.74001C18.6071 7.7566 18.2392 7.75761 17.9045 7.71256C17.6188 7.67411 17.1354 7.57733 16.779 7.22097C16.4227 6.8646 16.3259 6.38122 16.2875 6.09552C16.2424 5.76083 16.2434 5.39287 16.26 5.05181C16.2851 4.53493 16.3543 3.96107 16.4085 3.51148C16.4251 3.37449 16.4402 3.24904 16.4523 3.14025C16.5131 2.59133 17.0075 2.1957 17.5564 2.25658C18.1053 2.31746 18.5009 2.8118 18.4401 3.36072C18.424 3.50522 18.406 3.65545 18.3875 3.80907C18.3701 3.95379 18.3523 4.10151 18.3355 4.25029L20.5424 2.04338C20.9329 1.65286 21.5661 1.65286 21.9566 2.04338Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.04241 2.04338C1.65188 2.43391 1.65188 3.06707 2.04241 3.4576L4.24931 5.6645C4.10054 5.64774 3.95281 5.62996 3.8081 5.61254C3.65447 5.59405 3.50424 5.57597 3.35975 5.55995C2.81083 5.49907 2.31649 5.8947 2.25561 6.44362C2.19472 6.99254 2.59036 7.48688 3.13928 7.54776C3.24806 7.55982 3.37352 7.57495 3.5105 7.59147C3.96009 7.64568 4.53395 7.71488 5.05083 7.74001C5.39189 7.7566 5.75985 7.75761 6.09455 7.71256C6.38024 7.67411 6.86362 7.57733 7.21999 7.22097C7.57636 6.8646 7.67314 6.38122 7.71159 6.09552C7.75663 5.76083 7.75562 5.39287 7.73903 5.05181C7.7139 4.53493 7.6447 3.96107 7.59049 3.51148C7.57397 3.37449 7.55885 3.24904 7.54678 3.14025C7.4859 2.59133 6.99156 2.1957 6.44264 2.25658C5.89372 2.31746 5.49809 2.8118 5.55897 3.36072C5.575 3.50522 5.59308 3.65545 5.61156 3.80907C5.62898 3.95379 5.64676 4.10151 5.66352 4.25029L3.45662 2.04338C3.06609 1.65286 2.43293 1.65286 2.04241 2.04338Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.9571 21.9581C22.3476 21.5676 22.3476 20.9344 21.9571 20.5439L19.7502 18.337C19.899 18.3537 20.0467 18.3715 20.1914 18.3889C20.3451 18.4074 20.4953 18.4255 20.6398 18.4415C21.1887 18.5024 21.683 18.1068 21.7439 17.5579C21.8048 17.0089 21.4092 16.5146 20.8602 16.4537C20.7515 16.4417 20.626 16.4265 20.489 16.41C20.0394 16.3558 19.4656 16.2866 18.9487 16.2615C18.6076 16.2449 18.2397 16.2439 17.905 16.2889C17.6193 16.3274 17.1359 16.4241 16.7795 16.7805C16.4232 17.1369 16.3264 17.6203 16.2879 17.906C16.2429 18.2406 16.2439 18.6086 16.2605 18.9497C16.2856 19.4666 16.3548 20.0404 16.409 20.49C16.4256 20.627 16.4407 20.7524 16.4527 20.8612C16.5136 21.4101 17.008 21.8058 17.5569 21.7449C18.1058 21.684 18.5014 21.1897 18.4406 20.6408C18.4245 20.4963 18.4064 20.346 18.388 20.1924C18.3705 20.0477 18.3528 19.9 18.336 19.7512L20.5429 21.9581C20.9334 22.3486 21.5666 22.3486 21.9571 21.9581Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.04289 21.9581C1.65237 21.5676 1.65237 20.9344 2.04289 20.5439L4.2498 18.337C4.10102 18.3537 3.9533 18.3715 3.80859 18.3889C3.65496 18.4074 3.50473 18.4255 3.36023 18.4415C2.81132 18.5024 2.31697 18.1068 2.25609 17.5579C2.19521 17.0089 2.59085 16.5146 3.13977 16.4537C3.24855 16.4417 3.374 16.4265 3.51099 16.41C3.96058 16.3558 4.53444 16.2866 5.05132 16.2615C5.39238 16.2449 5.76034 16.2439 6.09504 16.2889C6.38073 16.3274 6.86411 16.4241 7.22048 16.7805C7.57685 17.1369 7.67363 17.6203 7.71207 17.906C7.75712 18.2406 7.75611 18.6086 7.73952 18.9497C7.71439 19.4666 7.64519 20.0404 7.59098 20.49C7.57446 20.627 7.55934 20.7524 7.54727 20.8612C7.48639 21.4101 6.99205 21.8058 6.44313 21.7449C5.89421 21.684 5.49858 21.1897 5.55946 20.6408C5.57548 20.4963 5.59356 20.346 5.61205 20.1924C5.62947 20.0477 5.64725 19.9 5.66401 19.7512L3.45711 21.9581C3.06658 22.3486 2.43342 22.3486 2.04289 21.9581Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-ethereum-ellipse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12.0001 5.25C12.2509 5.25 12.4851 5.37533 12.6242 5.58397L16.322 11.1307L12.0004 12.7023L7.67839 11.1306L11.3761 5.58397C11.5152 5.37533 11.7494 5.25 12.0001 5.25ZM12.2567 14.2052L16.4474 12.6812L12.6242 18.416C12.4851 18.6247 12.2509 18.75 12.0001 18.75C11.7494 18.75 11.5152 18.6247 11.3761 18.416L7.55273 12.681L11.744 14.2052C11.9096 14.2654 12.0911 14.2654 12.2567 14.2052Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12.0001 5.25C12.2509 5.25 12.4851 5.37533 12.6242 5.58397L16.322 11.1307L12.0004 12.7023L7.67839 11.1306L11.3761 5.58397C11.5152 5.37533 11.7494 5.25 12.0001 5.25ZM12.2567 14.2052L16.4474 12.6812L12.6242 18.416C12.4851 18.6247 12.2509 18.75 12.0001 18.75C11.7494 18.75 11.5152 18.6247 11.3761 18.416L7.55273 12.681L11.744 14.2052C11.9096 14.2654 12.0911 14.2654 12.2567 14.2052Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-ethereum-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.1335 1.74999 11.9428 1.75C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.86647 1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.86646 22.25 12.0572 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572C22.25 9.86646 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM12.0001 5.25C12.2509 5.25 12.4851 5.37533 12.6242 5.58398L16.322 11.1307L12.0004 12.7023L7.67839 11.1306L11.3761 5.58397C11.5152 5.37533 11.7494 5.25 12.0001 5.25ZM12.2567 14.2052L16.4474 12.6812L12.6242 18.416C12.4851 18.6247 12.2509 18.75 12.0001 18.75C11.7494 18.75 11.5152 18.6247 11.3761 18.416L7.55273 12.681L11.744 14.2052C11.9096 14.2654 12.0911 14.2654 12.2567 14.2052Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.1335 1.74999 11.9428 1.75C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.86647 1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.86646 22.25 12.0572 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572C22.25 9.86646 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM12.0001 5.25C12.2509 5.25 12.4851 5.37533 12.6242 5.58398L16.322 11.1307L12.0004 12.7023L7.67839 11.1306L11.3761 5.58397C11.5152 5.37533 11.7494 5.25 12.0001 5.25ZM12.2567 14.2052L16.4474 12.6812L12.6242 18.416C12.4851 18.6247 12.2509 18.75 12.0001 18.75C11.7494 18.75 11.5152 18.6247 11.3761 18.416L7.55273 12.681L11.744 14.2052C11.9096 14.2654 12.0911 14.2654 12.2567 14.2052Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-ethereum{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 1.25C11.2626 1.25 10.7192 1.67162 10.2705 2.1783C9.83633 2.66854 9.36939 3.38 8.80769 4.23586L5.23094 9.68529C4.94145 10.1263 4.69199 10.5063 4.51971 10.8434C4.51274 10.8571 4.50585 10.8707 4.49905 10.8844L11.0679 13.8972C11.746 14.2071 11.879 14.2502 12.0002 14.2502C12.1214 14.2502 12.2542 14.2072 12.932 13.8974L19.5011 10.8845C19.4942 10.8708 19.4873 10.8571 19.4803 10.8434C19.308 10.5063 19.0586 10.1263 18.7691 9.68532L15.1923 4.23584C14.6306 3.37999 14.1637 2.66853 13.7295 2.1783C13.2808 1.67162 12.7375 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.75 12.4222L13.4566 15.3086C12.9486 15.5418 12.4948 15.7502 12.0002 15.7502C11.5056 15.7502 11.0518 15.5418 10.5438 15.3086L4.25 12.422C4.30209 12.6791 4.3985 12.9194 4.51971 13.1566C4.69199 13.4937 4.94145 13.8737 5.23093 14.3147L8.80771 19.7642C9.36941 20.62 9.83633 21.3315 10.2705 21.8217C10.7192 22.3284 11.2626 22.75 12 22.75C12.7375 22.75 13.2808 22.3284 13.7295 21.8217C14.1637 21.3315 14.6306 20.62 15.1923 19.7642L18.7691 14.3147C19.0586 13.8737 19.308 13.4937 19.4803 13.1566C19.6015 12.9195 19.6979 12.6792 19.75 12.4222Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 1.25C11.2626 1.25 10.7192 1.67162 10.2705 2.1783C9.83633 2.66854 9.36939 3.38 8.80769 4.23586L5.23094 9.68529C4.94145 10.1263 4.69199 10.5063 4.51971 10.8434C4.51274 10.8571 4.50585 10.8707 4.49905 10.8844L11.0679 13.8972C11.746 14.2071 11.879 14.2502 12.0002 14.2502C12.1214 14.2502 12.2542 14.2072 12.932 13.8974L19.5011 10.8845C19.4942 10.8708 19.4873 10.8571 19.4803 10.8434C19.308 10.5063 19.0586 10.1263 18.7691 9.68532L15.1923 4.23584C14.6306 3.37999 14.1637 2.66853 13.7295 2.1783C13.2808 1.67162 12.7375 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.75 12.4222L13.4566 15.3086C12.9486 15.5418 12.4948 15.7502 12.0002 15.7502C11.5056 15.7502 11.0518 15.5418 10.5438 15.3086L4.25 12.422C4.30209 12.6791 4.3985 12.9194 4.51971 13.1566C4.69199 13.4937 4.94145 13.8737 5.23093 14.3147L8.80771 19.7642C9.36941 20.62 9.83633 21.3315 10.2705 21.8217C10.7192 22.3284 11.2626 22.75 12 22.75C12.7375 22.75 13.2808 22.3284 13.7295 21.8217C14.1637 21.3315 14.6306 20.62 15.1923 19.7642L18.7691 14.3147C19.0586 13.8737 19.308 13.4937 19.4803 13.1566C19.6015 12.9195 19.6979 12.6792 19.75 12.4222Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-exchange-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4C11.3876 4 10.7924 4.06863 10.2213 4.19823C9.68269 4.32044 9.147 3.9829 9.02479 3.4443C8.90258 2.90571 9.24012 2.37002 9.77871 2.24781C10.4941 2.08549 11.2377 2 12 2C17.5228 2 22 6.47715 22 12C22 14.482 21.0953 16.7526 19.5994 18.5H20.5C21.0523 18.5 21.5 18.9477 21.5 19.5C21.5 20.0523 21.0523 20.5 20.5 20.5H16.9767C16.4244 20.5 15.9767 20.0523 15.9767 19.5V16C15.9767 15.4477 16.4244 15 16.9767 15C17.529 15 17.9767 15.4477 17.9767 16V17.3181C19.2361 15.904 20 14.0411 20 12C20 7.58172 16.4183 4 12 4ZM2.5 4.51555C2.5 3.96326 2.94772 3.51555 3.5 3.51555H7C7.55228 3.51555 8 3.96326 8 4.51555V8C8 8.55228 7.55228 9 7 9C6.44772 9 6 8.55228 6 8V6.70816C4.75451 8.11907 4 9.97153 4 12C4 16.4183 7.58172 20 12 20C12.6124 20 13.2076 19.9314 13.7787 19.8018C14.3173 19.6796 14.853 20.0171 14.9752 20.5557C15.0974 21.0943 14.7599 21.63 14.2213 21.7522C13.5059 21.9145 12.7623 22 12 22C6.47715 22 2 17.5228 2 12C2 9.52533 2.89933 7.26091 4.3873 5.51555H3.5C2.94772 5.51555 2.5 5.06783 2.5 4.51555Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4C11.3876 4 10.7924 4.06863 10.2213 4.19823C9.68269 4.32044 9.147 3.9829 9.02479 3.4443C8.90258 2.90571 9.24012 2.37002 9.77871 2.24781C10.4941 2.08549 11.2377 2 12 2C17.5228 2 22 6.47715 22 12C22 14.482 21.0953 16.7526 19.5994 18.5H20.5C21.0523 18.5 21.5 18.9477 21.5 19.5C21.5 20.0523 21.0523 20.5 20.5 20.5H16.9767C16.4244 20.5 15.9767 20.0523 15.9767 19.5V16C15.9767 15.4477 16.4244 15 16.9767 15C17.529 15 17.9767 15.4477 17.9767 16V17.3181C19.2361 15.904 20 14.0411 20 12C20 7.58172 16.4183 4 12 4ZM2.5 4.51555C2.5 3.96326 2.94772 3.51555 3.5 3.51555H7C7.55228 3.51555 8 3.96326 8 4.51555V8C8 8.55228 7.55228 9 7 9C6.44772 9 6 8.55228 6 8V6.70816C4.75451 8.11907 4 9.97153 4 12C4 16.4183 7.58172 20 12 20C12.6124 20 13.2076 19.9314 13.7787 19.8018C14.3173 19.6796 14.853 20.0171 14.9752 20.5557C15.0974 21.0943 14.7599 21.63 14.2213 21.7522C13.5059 21.9145 12.7623 22 12 22C6.47715 22 2 17.5228 2 12C2 9.52533 2.89933 7.26091 4.3873 5.51555H3.5C2.94772 5.51555 2.5 5.06783 2.5 4.51555Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-exchange-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1.25C6.41421 1.25 6.75 1.58579 6.75 2V2.75H7.875C8.91053 2.75 9.75 3.58947 9.75 4.625V5.375C9.75 5.7971 9.61052 6.18663 9.37514 6.5C9.61052 6.81337 9.75 7.2029 9.75 7.625V8.375C9.75 9.41053 8.91053 10.25 7.875 10.25H6.75V11C6.75 11.4142 6.41421 11.75 6 11.75C5.58579 11.75 5.25 11.4142 5.25 11V10.25H3C2.58579 10.25 2.25 9.91421 2.25 9.5C2.25 9.08579 2.58579 8.75 3 8.75H3.375V6.50015C3.375 6.5001 3.375 6.5002 3.375 6.50015L3.375 4.25H3C2.58579 4.25 2.25 3.91421 2.25 3.5C2.25 3.08579 2.58579 2.75 3 2.75H5.25V2C5.25 1.58579 5.58579 1.25 6 1.25ZM4.875 4.25V5.75H7.875C8.08211 5.75 8.25 5.58211 8.25 5.375V4.625C8.25 4.41789 8.08211 4.25 7.875 4.25H4.875ZM7.875 7.25H4.875L4.875 8.75H7.875C8.08211 8.75 8.25 8.58211 8.25 8.375V7.625C8.25 7.41789 8.08211 7.25 7.875 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6783 12.584C18.5271 12.3753 18.2726 12.25 18.0001 12.25C17.7275 12.25 17.473 12.3753 17.3218 12.584L14.3911 16.6287L18.0003 17.8278L21.6091 16.6288L18.6783 12.584Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.75 18.1768L18.2772 19.3306C18.0982 19.3901 17.9024 19.3901 17.7234 19.3306L14.25 18.1766L17.3218 22.416C17.473 22.6247 17.7275 22.75 18.0001 22.75C18.2726 22.75 18.5271 22.6247 18.6783 22.416L21.75 18.1768Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7219 5.84659C14.6974 5.75071 13.4259 5.75 12 5.75C11.5858 5.75 11.25 5.41421 11.25 5C11.25 4.58579 11.5858 4.25 12 4.25L12.0282 4.25C13.4206 4.25 14.7598 4.24999 15.8617 4.35311C16.4185 4.40522 16.9415 4.48576 17.3975 4.61572C17.8467 4.74376 18.286 4.93495 18.6258 5.24384C19.1966 5.76276 19.4925 6.32392 19.629 7.10571C19.7501 7.79938 19.7501 8.70511 19.75 9.91847C19.75 9.9455 19.75 9.97267 19.75 10C19.75 10.2599 19.6154 10.5013 19.3943 10.638C19.1732 10.7746 18.8971 10.7871 18.6646 10.6708L16.6646 9.67082C16.2941 9.48558 16.1439 9.03507 16.3292 8.66459C16.5144 8.29411 16.9649 8.14394 17.3354 8.32918L18.2448 8.78389C18.2361 8.16132 18.213 7.71672 18.1513 7.36372C18.0682 6.88743 17.9247 6.63364 17.6168 6.35375C17.5173 6.26325 17.3253 6.15489 16.9863 6.05827C16.6541 5.96357 16.2321 5.89433 15.7219 5.84659Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.60571 13.362C4.82682 13.2254 5.10292 13.2129 5.33542 13.3292L7.33542 14.3292C7.7059 14.5144 7.85607 14.9649 7.67083 15.3354C7.48558 15.7059 7.03508 15.8561 6.66459 15.6708L5.75518 15.2161C5.76386 15.8387 5.78702 16.2833 5.84866 16.6363C5.93183 17.1126 6.07532 17.3664 6.38319 17.6462C6.48275 17.7368 6.67469 17.8451 7.01368 17.9417C7.3459 18.0364 7.7679 18.1057 8.27807 18.1534C9.30262 18.2493 10.5741 18.25 12 18.25C12.4142 18.25 12.75 18.5858 12.75 19C12.75 19.4142 12.4142 19.75 12 19.75H11.9718C10.5794 19.75 9.24021 19.75 8.13831 19.6469C7.58154 19.5948 7.05846 19.5142 6.6025 19.3843C6.1533 19.2562 5.71396 19.065 5.37418 18.7562C4.80337 18.2372 4.50752 17.6761 4.37102 16.8943C4.2499 16.2006 4.24994 15.2949 4.25 14.0815C4.25 14.0545 4.25001 14.0273 4.25001 14C4.25001 13.7401 4.38459 13.4987 4.60571 13.362Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1.25C6.41421 1.25 6.75 1.58579 6.75 2V2.75H7.875C8.91053 2.75 9.75 3.58947 9.75 4.625V5.375C9.75 5.7971 9.61052 6.18663 9.37514 6.5C9.61052 6.81337 9.75 7.2029 9.75 7.625V8.375C9.75 9.41053 8.91053 10.25 7.875 10.25H6.75V11C6.75 11.4142 6.41421 11.75 6 11.75C5.58579 11.75 5.25 11.4142 5.25 11V10.25H3C2.58579 10.25 2.25 9.91421 2.25 9.5C2.25 9.08579 2.58579 8.75 3 8.75H3.375V6.50015C3.375 6.5001 3.375 6.5002 3.375 6.50015L3.375 4.25H3C2.58579 4.25 2.25 3.91421 2.25 3.5C2.25 3.08579 2.58579 2.75 3 2.75H5.25V2C5.25 1.58579 5.58579 1.25 6 1.25ZM4.875 4.25V5.75H7.875C8.08211 5.75 8.25 5.58211 8.25 5.375V4.625C8.25 4.41789 8.08211 4.25 7.875 4.25H4.875ZM7.875 7.25H4.875L4.875 8.75H7.875C8.08211 8.75 8.25 8.58211 8.25 8.375V7.625C8.25 7.41789 8.08211 7.25 7.875 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6783 12.584C18.5271 12.3753 18.2726 12.25 18.0001 12.25C17.7275 12.25 17.473 12.3753 17.3218 12.584L14.3911 16.6287L18.0003 17.8278L21.6091 16.6288L18.6783 12.584Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.75 18.1768L18.2772 19.3306C18.0982 19.3901 17.9024 19.3901 17.7234 19.3306L14.25 18.1766L17.3218 22.416C17.473 22.6247 17.7275 22.75 18.0001 22.75C18.2726 22.75 18.5271 22.6247 18.6783 22.416L21.75 18.1768Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7219 5.84659C14.6974 5.75071 13.4259 5.75 12 5.75C11.5858 5.75 11.25 5.41421 11.25 5C11.25 4.58579 11.5858 4.25 12 4.25L12.0282 4.25C13.4206 4.25 14.7598 4.24999 15.8617 4.35311C16.4185 4.40522 16.9415 4.48576 17.3975 4.61572C17.8467 4.74376 18.286 4.93495 18.6258 5.24384C19.1966 5.76276 19.4925 6.32392 19.629 7.10571C19.7501 7.79938 19.7501 8.70511 19.75 9.91847C19.75 9.9455 19.75 9.97267 19.75 10C19.75 10.2599 19.6154 10.5013 19.3943 10.638C19.1732 10.7746 18.8971 10.7871 18.6646 10.6708L16.6646 9.67082C16.2941 9.48558 16.1439 9.03507 16.3292 8.66459C16.5144 8.29411 16.9649 8.14394 17.3354 8.32918L18.2448 8.78389C18.2361 8.16132 18.213 7.71672 18.1513 7.36372C18.0682 6.88743 17.9247 6.63364 17.6168 6.35375C17.5173 6.26325 17.3253 6.15489 16.9863 6.05827C16.6541 5.96357 16.2321 5.89433 15.7219 5.84659Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.60571 13.362C4.82682 13.2254 5.10292 13.2129 5.33542 13.3292L7.33542 14.3292C7.7059 14.5144 7.85607 14.9649 7.67083 15.3354C7.48558 15.7059 7.03508 15.8561 6.66459 15.6708L5.75518 15.2161C5.76386 15.8387 5.78702 16.2833 5.84866 16.6363C5.93183 17.1126 6.07532 17.3664 6.38319 17.6462C6.48275 17.7368 6.67469 17.8451 7.01368 17.9417C7.3459 18.0364 7.7679 18.1057 8.27807 18.1534C9.30262 18.2493 10.5741 18.25 12 18.25C12.4142 18.25 12.75 18.5858 12.75 19C12.75 19.4142 12.4142 19.75 12 19.75H11.9718C10.5794 19.75 9.24021 19.75 8.13831 19.6469C7.58154 19.5948 7.05846 19.5142 6.6025 19.3843C6.1533 19.2562 5.71396 19.065 5.37418 18.7562C4.80337 18.2372 4.50752 17.6761 4.37102 16.8943C4.2499 16.2006 4.24994 15.2949 4.25 14.0815C4.25 14.0545 4.25001 14.0273 4.25001 14C4.25001 13.7401 4.38459 13.4987 4.60571 13.362Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-exchange-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 12.25C18.4142 12.25 18.75 12.5858 18.75 13V13.75H19.875C20.9105 13.75 21.75 14.5895 21.75 15.625V16.375C21.75 16.7971 21.6105 17.1866 21.3751 17.5C21.6105 17.8134 21.75 18.2029 21.75 18.625V19.375C21.75 20.4105 20.9105 21.25 19.875 21.25H18.75V22C18.75 22.4142 18.4142 22.75 18 22.75C17.5858 22.75 17.25 22.4142 17.25 22V21.25H15C14.5858 21.25 14.25 20.9142 14.25 20.5C14.25 20.0858 14.5858 19.75 15 19.75H15.375V17.5002C15.375 17.5001 15.375 17.5002 15.375 17.5002L15.375 15.25H15C14.5858 15.25 14.25 14.9142 14.25 14.5C14.25 14.0858 14.5858 13.75 15 13.75H17.25V13C17.25 12.5858 17.5858 12.25 18 12.25ZM16.875 15.25V16.75H19.875C20.0821 16.75 20.25 16.5821 20.25 16.375V15.625C20.25 15.4179 20.0821 15.25 19.875 15.25H16.875ZM19.875 18.25H16.875L16.875 19.75H19.875C20.0821 19.75 20.25 19.5821 20.25 19.375V18.625C20.25 18.4179 20.0821 18.25 19.875 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7219 5.84659C13.6974 5.75071 12.4259 5.75 11 5.75C10.5858 5.75 10.25 5.41421 10.25 5C10.25 4.58579 10.5858 4.25 11 4.25L11.0282 4.25C12.4206 4.25 13.7598 4.24999 14.8617 4.35311C15.4185 4.40522 15.9415 4.48576 16.3975 4.61572C16.8467 4.74376 17.286 4.93495 17.6258 5.24384C18.1966 5.76276 18.4925 6.32392 18.629 7.10571C18.7501 7.79938 18.7501 8.70511 18.75 9.91847C18.75 9.9455 18.75 9.97267 18.75 10C18.75 10.2599 18.6154 10.5013 18.3943 10.638C18.1732 10.7746 17.8971 10.7871 17.6646 10.6708L15.6646 9.67082C15.2941 9.48558 15.1439 9.03507 15.3292 8.66459C15.5144 8.29411 15.9649 8.14394 16.3354 8.32918L17.2448 8.78389C17.2361 8.16132 17.213 7.71672 17.1513 7.36372C17.0682 6.88743 16.9247 6.63364 16.6168 6.35375C16.5173 6.26325 16.3253 6.15489 15.9863 6.05827C15.6541 5.96357 15.2321 5.89433 14.7219 5.84659Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.60571 14.362C4.82682 14.2254 5.10292 14.2129 5.33542 14.3292L7.33542 15.3292C7.7059 15.5144 7.85607 15.9649 7.67083 16.3354C7.48558 16.7059 7.03508 16.8561 6.66459 16.6708L5.75518 16.2161C5.76386 16.8387 5.78702 17.2833 5.84866 17.6363C5.93183 18.1126 6.07532 18.3664 6.38319 18.6462C6.48275 18.7368 6.67469 18.8451 7.01368 18.9417C7.3459 19.0364 7.7679 19.1057 8.27807 19.1534C9.30262 19.2493 10.5741 19.25 12 19.25C12.4142 19.25 12.75 19.5858 12.75 20C12.75 20.4142 12.4142 20.75 12 20.75H11.9718C10.5794 20.75 9.24021 20.75 8.13831 20.6469C7.58154 20.5948 7.05846 20.5142 6.6025 20.3843C6.1533 20.2562 5.71396 20.065 5.37418 19.7562C4.80337 19.2372 4.50752 18.6761 4.37102 17.8943C4.2499 17.2006 4.24994 16.2949 4.25 15.0815C4.25 15.0545 4.25001 15.0273 4.25001 15C4.25001 14.7401 4.38459 14.4987 4.60571 14.362Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 1.25C5.91421 1.25 6.25 1.58579 6.25 2V2.57022C7.25117 2.75995 8.13396 3.32678 8.53618 4.18028C8.71276 4.55497 8.55216 5.00186 8.17747 5.17844C7.80278 5.35502 7.35589 5.19441 7.17931 4.81972C6.99344 4.42532 6.38609 4 5.5 4C4.95623 4 4.49281 4.16625 4.18223 4.39917C3.87189 4.63193 3.75 4.89623 3.75 5.125C3.75 5.35377 3.87189 5.61807 4.18223 5.85083C4.49281 6.08375 4.95623 6.25 5.5 6.25C6.33694 6.25 7.12352 6.50349 7.71777 6.94917C8.31225 7.39503 8.75 8.06824 8.75 8.875C8.75 9.68176 8.31225 10.355 7.71777 10.8008C7.30533 11.1102 6.80026 11.3269 6.25 11.4306V12C6.25 12.4142 5.91421 12.75 5.5 12.75C5.08579 12.75 4.75 12.4142 4.75 12V11.4298C3.74883 11.24 2.86604 10.6732 2.46382 9.81973C2.28724 9.44503 2.44784 8.99814 2.82253 8.82156C3.19722 8.64498 3.64411 8.80559 3.82069 9.18028C4.00656 9.57468 4.61391 10 5.5 10C6.04377 10 6.50719 9.83375 6.81777 9.60083C7.12811 9.36807 7.25 9.10377 7.25 8.875C7.25 8.64623 7.12811 8.38193 6.81777 8.14918C6.50719 7.91625 6.04377 7.75 5.5 7.75C4.66306 7.75 3.87648 7.49651 3.28223 7.05083C2.68775 6.60497 2.25 5.93176 2.25 5.125C2.25 4.31824 2.68775 3.64503 3.28223 3.19917C3.69467 2.88985 4.19974 2.67311 4.75 2.56943V2C4.75 1.58579 5.08579 1.25 5.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 12.25C18.4142 12.25 18.75 12.5858 18.75 13V13.75H19.875C20.9105 13.75 21.75 14.5895 21.75 15.625V16.375C21.75 16.7971 21.6105 17.1866 21.3751 17.5C21.6105 17.8134 21.75 18.2029 21.75 18.625V19.375C21.75 20.4105 20.9105 21.25 19.875 21.25H18.75V22C18.75 22.4142 18.4142 22.75 18 22.75C17.5858 22.75 17.25 22.4142 17.25 22V21.25H15C14.5858 21.25 14.25 20.9142 14.25 20.5C14.25 20.0858 14.5858 19.75 15 19.75H15.375V17.5002C15.375 17.5001 15.375 17.5002 15.375 17.5002L15.375 15.25H15C14.5858 15.25 14.25 14.9142 14.25 14.5C14.25 14.0858 14.5858 13.75 15 13.75H17.25V13C17.25 12.5858 17.5858 12.25 18 12.25ZM16.875 15.25V16.75H19.875C20.0821 16.75 20.25 16.5821 20.25 16.375V15.625C20.25 15.4179 20.0821 15.25 19.875 15.25H16.875ZM19.875 18.25H16.875L16.875 19.75H19.875C20.0821 19.75 20.25 19.5821 20.25 19.375V18.625C20.25 18.4179 20.0821 18.25 19.875 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7219 5.84659C13.6974 5.75071 12.4259 5.75 11 5.75C10.5858 5.75 10.25 5.41421 10.25 5C10.25 4.58579 10.5858 4.25 11 4.25L11.0282 4.25C12.4206 4.25 13.7598 4.24999 14.8617 4.35311C15.4185 4.40522 15.9415 4.48576 16.3975 4.61572C16.8467 4.74376 17.286 4.93495 17.6258 5.24384C18.1966 5.76276 18.4925 6.32392 18.629 7.10571C18.7501 7.79938 18.7501 8.70511 18.75 9.91847C18.75 9.9455 18.75 9.97267 18.75 10C18.75 10.2599 18.6154 10.5013 18.3943 10.638C18.1732 10.7746 17.8971 10.7871 17.6646 10.6708L15.6646 9.67082C15.2941 9.48558 15.1439 9.03507 15.3292 8.66459C15.5144 8.29411 15.9649 8.14394 16.3354 8.32918L17.2448 8.78389C17.2361 8.16132 17.213 7.71672 17.1513 7.36372C17.0682 6.88743 16.9247 6.63364 16.6168 6.35375C16.5173 6.26325 16.3253 6.15489 15.9863 6.05827C15.6541 5.96357 15.2321 5.89433 14.7219 5.84659Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.60571 14.362C4.82682 14.2254 5.10292 14.2129 5.33542 14.3292L7.33542 15.3292C7.7059 15.5144 7.85607 15.9649 7.67083 16.3354C7.48558 16.7059 7.03508 16.8561 6.66459 16.6708L5.75518 16.2161C5.76386 16.8387 5.78702 17.2833 5.84866 17.6363C5.93183 18.1126 6.07532 18.3664 6.38319 18.6462C6.48275 18.7368 6.67469 18.8451 7.01368 18.9417C7.3459 19.0364 7.7679 19.1057 8.27807 19.1534C9.30262 19.2493 10.5741 19.25 12 19.25C12.4142 19.25 12.75 19.5858 12.75 20C12.75 20.4142 12.4142 20.75 12 20.75H11.9718C10.5794 20.75 9.24021 20.75 8.13831 20.6469C7.58154 20.5948 7.05846 20.5142 6.6025 20.3843C6.1533 20.2562 5.71396 20.065 5.37418 19.7562C4.80337 19.2372 4.50752 18.6761 4.37102 17.8943C4.2499 17.2006 4.24994 16.2949 4.25 15.0815C4.25 15.0545 4.25001 15.0273 4.25001 15C4.25001 14.7401 4.38459 14.4987 4.60571 14.362Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 1.25C5.91421 1.25 6.25 1.58579 6.25 2V2.57022C7.25117 2.75995 8.13396 3.32678 8.53618 4.18028C8.71276 4.55497 8.55216 5.00186 8.17747 5.17844C7.80278 5.35502 7.35589 5.19441 7.17931 4.81972C6.99344 4.42532 6.38609 4 5.5 4C4.95623 4 4.49281 4.16625 4.18223 4.39917C3.87189 4.63193 3.75 4.89623 3.75 5.125C3.75 5.35377 3.87189 5.61807 4.18223 5.85083C4.49281 6.08375 4.95623 6.25 5.5 6.25C6.33694 6.25 7.12352 6.50349 7.71777 6.94917C8.31225 7.39503 8.75 8.06824 8.75 8.875C8.75 9.68176 8.31225 10.355 7.71777 10.8008C7.30533 11.1102 6.80026 11.3269 6.25 11.4306V12C6.25 12.4142 5.91421 12.75 5.5 12.75C5.08579 12.75 4.75 12.4142 4.75 12V11.4298C3.74883 11.24 2.86604 10.6732 2.46382 9.81973C2.28724 9.44503 2.44784 8.99814 2.82253 8.82156C3.19722 8.64498 3.64411 8.80559 3.82069 9.18028C4.00656 9.57468 4.61391 10 5.5 10C6.04377 10 6.50719 9.83375 6.81777 9.60083C7.12811 9.36807 7.25 9.10377 7.25 8.875C7.25 8.64623 7.12811 8.38193 6.81777 8.14918C6.50719 7.91625 6.04377 7.75 5.5 7.75C4.66306 7.75 3.87648 7.49651 3.28223 7.05083C2.68775 6.60497 2.25 5.93176 2.25 5.125C2.25 4.31824 2.68775 3.64503 3.28223 3.19917C3.69467 2.88985 4.19974 2.67311 4.75 2.56943V2C4.75 1.58579 5.08579 1.25 5.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-ico{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06293 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.25 10.5C9.25 10.3619 9.36193 10.25 9.5 10.25L11.5001 10.25C11.6381 10.25 11.75 10.3619 11.75 10.5C11.75 10.9142 12.0858 11.25 12.5 11.25C12.9142 11.25 13.25 10.9142 13.25 10.5C13.25 9.53353 12.4665 8.75006 11.5001 8.75004L9.50003 8.75C8.53352 8.74998 7.75 9.53349 7.75 10.5V13.5C7.75 14.4665 8.5335 15.25 9.5 15.25H11.5C12.4665 15.25 13.25 14.4665 13.25 13.5C13.25 13.0858 12.9142 12.75 12.5 12.75C12.0858 12.75 11.75 13.0858 11.75 13.5C11.75 13.6381 11.6381 13.75 11.5 13.75H9.5C9.36193 13.75 9.25 13.6381 9.25 13.5V10.5ZM6.75 9.50006C6.75 9.08585 6.41421 8.75006 6 8.75006C5.58579 8.75006 5.25 9.08585 5.25 9.50006V14.5001C5.25 14.9143 5.58579 15.2501 6 15.2501C6.41421 15.2501 6.75 14.9143 6.75 14.5001V9.50006ZM15.75 11.5001C15.75 10.8097 16.3096 10.2501 17 10.2501C17.6904 10.2501 18.25 10.8097 18.25 11.5001V12.5001C18.25 13.1904 17.6904 13.7501 17 13.7501C16.3096 13.7501 15.75 13.1904 15.75 12.5001V11.5001ZM17 8.75006C15.4812 8.75006 14.25 9.98128 14.25 11.5001V12.5001C14.25 14.0188 15.4812 15.2501 17 15.2501C18.5188 15.2501 19.75 14.0188 19.75 12.5001V11.5001C19.75 9.98128 18.5188 8.75006 17 8.75006Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06293 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.25 10.5C9.25 10.3619 9.36193 10.25 9.5 10.25L11.5001 10.25C11.6381 10.25 11.75 10.3619 11.75 10.5C11.75 10.9142 12.0858 11.25 12.5 11.25C12.9142 11.25 13.25 10.9142 13.25 10.5C13.25 9.53353 12.4665 8.75006 11.5001 8.75004L9.50003 8.75C8.53352 8.74998 7.75 9.53349 7.75 10.5V13.5C7.75 14.4665 8.5335 15.25 9.5 15.25H11.5C12.4665 15.25 13.25 14.4665 13.25 13.5C13.25 13.0858 12.9142 12.75 12.5 12.75C12.0858 12.75 11.75 13.0858 11.75 13.5C11.75 13.6381 11.6381 13.75 11.5 13.75H9.5C9.36193 13.75 9.25 13.6381 9.25 13.5V10.5ZM6.75 9.50006C6.75 9.08585 6.41421 8.75006 6 8.75006C5.58579 8.75006 5.25 9.08585 5.25 9.50006V14.5001C5.25 14.9143 5.58579 15.2501 6 15.2501C6.41421 15.2501 6.75 14.9143 6.75 14.5001V9.50006ZM15.75 11.5001C15.75 10.8097 16.3096 10.2501 17 10.2501C17.6904 10.2501 18.25 10.8097 18.25 11.5001V12.5001C18.25 13.1904 17.6904 13.7501 17 13.7501C16.3096 13.7501 15.75 13.1904 15.75 12.5001V11.5001ZM17 8.75006C15.4812 8.75006 14.25 9.98128 14.25 11.5001V12.5001C14.25 14.0188 15.4812 15.2501 17 15.2501C18.5188 15.2501 19.75 14.0188 19.75 12.5001V11.5001C19.75 9.98128 18.5188 8.75006 17 8.75006Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-litecoin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06293 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12.2224 6.70241C12.3341 6.30354 12.1013 5.88965 11.7024 5.77797C11.3036 5.66628 10.8897 5.8991 10.778 6.29797L9.53616 10.733L7.22731 11.6349C6.84149 11.7856 6.6509 12.2206 6.80161 12.6064C6.95232 12.9922 7.38727 13.1828 7.77309 13.0321L9.02988 12.5412L8.5622 14.2114C8.43657 14.6599 8.32174 15.0698 8.27622 15.4086C8.22699 15.775 8.23495 16.2117 8.51822 16.6051C8.80683 17.0059 9.22353 17.1442 9.59096 17.2C9.92233 17.2503 10.3379 17.2503 10.7827 17.2502L15.5002 17.2502C15.9144 17.2502 16.2502 16.9144 16.2502 16.5002C16.2502 16.086 15.9144 15.7502 15.5002 15.7502L9.75354 15.7058L10.7789 11.858L14.1731 10.5321C14.5589 10.3814 14.7495 9.94646 14.5988 9.56064C14.4481 9.17481 14.0131 8.98422 13.6273 9.13493L11.2851 10.0498L12.2224 6.70241Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06293 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12.2224 6.70241C12.3341 6.30354 12.1013 5.88965 11.7024 5.77797C11.3036 5.66628 10.8897 5.8991 10.778 6.29797L9.53616 10.733L7.22731 11.6349C6.84149 11.7856 6.6509 12.2206 6.80161 12.6064C6.95232 12.9922 7.38727 13.1828 7.77309 13.0321L9.02988 12.5412L8.5622 14.2114C8.43657 14.6599 8.32174 15.0698 8.27622 15.4086C8.22699 15.775 8.23495 16.2117 8.51822 16.6051C8.80683 17.0059 9.22353 17.1442 9.59096 17.2C9.92233 17.2503 10.3379 17.2503 10.7827 17.2502L15.5002 17.2502C15.9144 17.2502 16.2502 16.9144 16.2502 16.5002C16.2502 16.086 15.9144 15.7502 15.5002 15.7502L9.75354 15.7058L10.7789 11.858L14.1731 10.5321C14.5589 10.3814 14.7495 9.94646 14.5988 9.56064C14.4481 9.17481 14.0131 8.98422 13.6273 9.13493L11.2851 10.0498L12.2224 6.70241Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-market-analysis{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9553 5.25L12 5.25001L12.0448 5.25C12.4776 5.24995 12.8744 5.24991 13.1972 5.29331C13.5527 5.3411 13.9284 5.45355 14.2374 5.76257C14.5465 6.07159 14.6589 6.44732 14.7067 6.8028C14.7501 7.12561 14.7501 7.52244 14.75 7.95525V7.95526L14.75 8.00001V16L14.75 16.0448V16.0448C14.7501 16.4776 14.7501 16.8744 14.7067 17.1972C14.6589 17.5527 14.5465 17.9284 14.2374 18.2374C13.9284 18.5465 13.5527 18.6589 13.1972 18.7067C12.8744 18.7501 12.4776 18.7501 12.0448 18.75H12.0448H11.9553H11.9553C11.5224 18.7501 11.1256 18.7501 10.8028 18.7067C10.4473 18.6589 10.0716 18.5465 9.76257 18.2374C9.45355 17.9284 9.3411 17.5527 9.29331 17.1972C9.24991 16.8744 9.24995 16.4776 9.25 16.0448L9.25001 8.00001L9.25 7.95526C9.24995 7.52244 9.24991 7.12561 9.29331 6.8028C9.3411 6.44732 9.45355 6.07159 9.76257 5.76257C10.0716 5.45355 10.4473 5.3411 10.8028 5.29331C11.1256 5.24991 11.5224 5.24995 11.9553 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9553 4.25L19 4.25001L19.0448 4.25C19.4776 4.24995 19.8744 4.24991 20.1972 4.29331C20.5527 4.3411 20.9284 4.45355 21.2374 4.76257C21.5465 5.07159 21.6589 5.44732 21.7067 5.8028C21.7501 6.12561 21.7501 6.52244 21.75 6.95525V6.95526L21.75 7.00001V9.00001L21.75 9.04475V9.04476C21.7501 9.47758 21.7501 9.87441 21.7067 10.1972C21.6589 10.5527 21.5465 10.9284 21.2374 11.2374C20.9284 11.5465 20.5527 11.6589 20.1972 11.7067C19.8744 11.7501 19.4776 11.7501 19.0448 11.75H19.0448L19 11.75L18.9553 11.75H18.9553C18.5224 11.7501 18.1256 11.7501 17.8028 11.7067C17.4473 11.6589 17.0716 11.5465 16.7626 11.2374C16.4535 10.9284 16.3411 10.5527 16.2933 10.1972C16.2499 9.8744 16.25 9.47757 16.25 9.04475L16.25 9.00001V7.00001L16.25 6.95526C16.25 6.52244 16.2499 6.12561 16.2933 5.8028C16.3411 5.44732 16.4535 5.07159 16.7626 4.76257C17.0716 4.45355 17.4473 4.3411 17.8028 4.29331C18.1256 4.24991 18.5224 4.24995 18.9553 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.95526 9.25L5.00001 9.25001L5.04476 9.25C5.47757 9.24995 5.8744 9.24991 6.19721 9.29331C6.55269 9.3411 6.92842 9.45355 7.23744 9.76257C7.54647 10.0716 7.65891 10.4473 7.70671 10.8028C7.75011 11.1256 7.75006 11.5224 7.75001 11.9553V11.9553L7.75001 12V14L7.75001 14.0448V14.0448C7.75006 14.4776 7.75011 14.8744 7.70671 15.1972C7.65891 15.5527 7.54647 15.9284 7.23744 16.2374C6.92842 16.5465 6.5527 16.6589 6.19721 16.7067C5.8744 16.7501 5.47758 16.7501 5.04476 16.75H5.04475L5.00001 16.75L4.95526 16.75H4.95525C4.52244 16.7501 4.12561 16.7501 3.8028 16.7067C3.44732 16.6589 3.07159 16.5465 2.76257 16.2374C2.45355 15.9284 2.3411 15.5527 2.29331 15.1972C2.24991 14.8744 2.24995 14.4776 2.25 14.0448L2.25001 14V12L2.25 11.9553C2.24995 11.5224 2.24991 11.1256 2.29331 10.8028C2.3411 10.4473 2.45355 10.0716 2.76257 9.76257C3.07159 9.45355 3.44732 9.3411 3.8028 9.29331C4.12561 9.24991 4.52244 9.24995 4.95526 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2C12.5523 2 13 2.44772 13 3V6C13 6.55228 12.5523 7 12 7C11.4477 7 11 6.55228 11 6V3C11 2.44772 11.4477 2 12 2ZM19 2C19.5523 2 20 2.44772 20 3V5C20 5.55228 19.5523 6 19 6C18.4477 6 18 5.55228 18 5V3C18 2.44772 18.4477 2 19 2ZM5 7C5.55228 7 6 7.44772 6 8V10C6 10.5523 5.55228 11 5 11C4.44772 11 4 10.5523 4 10V8C4 7.44772 4.44772 7 5 7ZM19 10C19.5523 10 20 10.4477 20 11V13C20 13.5523 19.5523 14 19 14C18.4477 14 18 13.5523 18 13V11C18 10.4477 18.4477 10 19 10ZM5 15C5.55228 15 6 15.4477 6 16V18C6 18.5523 5.55228 19 5 19C4.44772 19 4 18.5523 4 18L4 16C4 15.4477 4.44772 15 5 15ZM12 17C12.5523 17 13 17.4477 13 18V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V18C11 17.4477 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9553 5.25L12 5.25001L12.0448 5.25C12.4776 5.24995 12.8744 5.24991 13.1972 5.29331C13.5527 5.3411 13.9284 5.45355 14.2374 5.76257C14.5465 6.07159 14.6589 6.44732 14.7067 6.8028C14.7501 7.12561 14.7501 7.52244 14.75 7.95525V7.95526L14.75 8.00001V16L14.75 16.0448V16.0448C14.7501 16.4776 14.7501 16.8744 14.7067 17.1972C14.6589 17.5527 14.5465 17.9284 14.2374 18.2374C13.9284 18.5465 13.5527 18.6589 13.1972 18.7067C12.8744 18.7501 12.4776 18.7501 12.0448 18.75H12.0448H11.9553H11.9553C11.5224 18.7501 11.1256 18.7501 10.8028 18.7067C10.4473 18.6589 10.0716 18.5465 9.76257 18.2374C9.45355 17.9284 9.3411 17.5527 9.29331 17.1972C9.24991 16.8744 9.24995 16.4776 9.25 16.0448L9.25001 8.00001L9.25 7.95526C9.24995 7.52244 9.24991 7.12561 9.29331 6.8028C9.3411 6.44732 9.45355 6.07159 9.76257 5.76257C10.0716 5.45355 10.4473 5.3411 10.8028 5.29331C11.1256 5.24991 11.5224 5.24995 11.9553 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9553 4.25L19 4.25001L19.0448 4.25C19.4776 4.24995 19.8744 4.24991 20.1972 4.29331C20.5527 4.3411 20.9284 4.45355 21.2374 4.76257C21.5465 5.07159 21.6589 5.44732 21.7067 5.8028C21.7501 6.12561 21.7501 6.52244 21.75 6.95525V6.95526L21.75 7.00001V9.00001L21.75 9.04475V9.04476C21.7501 9.47758 21.7501 9.87441 21.7067 10.1972C21.6589 10.5527 21.5465 10.9284 21.2374 11.2374C20.9284 11.5465 20.5527 11.6589 20.1972 11.7067C19.8744 11.7501 19.4776 11.7501 19.0448 11.75H19.0448L19 11.75L18.9553 11.75H18.9553C18.5224 11.7501 18.1256 11.7501 17.8028 11.7067C17.4473 11.6589 17.0716 11.5465 16.7626 11.2374C16.4535 10.9284 16.3411 10.5527 16.2933 10.1972C16.2499 9.8744 16.25 9.47757 16.25 9.04475L16.25 9.00001V7.00001L16.25 6.95526C16.25 6.52244 16.2499 6.12561 16.2933 5.8028C16.3411 5.44732 16.4535 5.07159 16.7626 4.76257C17.0716 4.45355 17.4473 4.3411 17.8028 4.29331C18.1256 4.24991 18.5224 4.24995 18.9553 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.95526 9.25L5.00001 9.25001L5.04476 9.25C5.47757 9.24995 5.8744 9.24991 6.19721 9.29331C6.55269 9.3411 6.92842 9.45355 7.23744 9.76257C7.54647 10.0716 7.65891 10.4473 7.70671 10.8028C7.75011 11.1256 7.75006 11.5224 7.75001 11.9553V11.9553L7.75001 12V14L7.75001 14.0448V14.0448C7.75006 14.4776 7.75011 14.8744 7.70671 15.1972C7.65891 15.5527 7.54647 15.9284 7.23744 16.2374C6.92842 16.5465 6.5527 16.6589 6.19721 16.7067C5.8744 16.7501 5.47758 16.7501 5.04476 16.75H5.04475L5.00001 16.75L4.95526 16.75H4.95525C4.52244 16.7501 4.12561 16.7501 3.8028 16.7067C3.44732 16.6589 3.07159 16.5465 2.76257 16.2374C2.45355 15.9284 2.3411 15.5527 2.29331 15.1972C2.24991 14.8744 2.24995 14.4776 2.25 14.0448L2.25001 14V12L2.25 11.9553C2.24995 11.5224 2.24991 11.1256 2.29331 10.8028C2.3411 10.4473 2.45355 10.0716 2.76257 9.76257C3.07159 9.45355 3.44732 9.3411 3.8028 9.29331C4.12561 9.24991 4.52244 9.24995 4.95526 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2C12.5523 2 13 2.44772 13 3V6C13 6.55228 12.5523 7 12 7C11.4477 7 11 6.55228 11 6V3C11 2.44772 11.4477 2 12 2ZM19 2C19.5523 2 20 2.44772 20 3V5C20 5.55228 19.5523 6 19 6C18.4477 6 18 5.55228 18 5V3C18 2.44772 18.4477 2 19 2ZM5 7C5.55228 7 6 7.44772 6 8V10C6 10.5523 5.55228 11 5 11C4.44772 11 4 10.5523 4 10V8C4 7.44772 4.44772 7 5 7ZM19 10C19.5523 10 20 10.4477 20 11V13C20 13.5523 19.5523 14 19 14C18.4477 14 18 13.5523 18 13V11C18 10.4477 18.4477 10 19 10ZM5 15C5.55228 15 6 15.4477 6 16V18C6 18.5523 5.55228 19 5 19C4.44772 19 4 18.5523 4 18L4 16C4 15.4477 4.44772 15 5 15ZM12 17C12.5523 17 13 17.4477 13 18V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V18C11 17.4477 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-mining-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.99951 20.25C8.68987 20.25 9.24951 19.6904 9.24951 19C9.24951 18.3096 8.68987 17.75 7.99951 17.75C7.30916 17.75 6.74951 18.3096 6.74951 19C6.74951 19.6904 7.30916 20.25 7.99951 20.25ZM10.7495 19C10.7495 20.5188 9.51829 21.75 7.99951 21.75C6.48073 21.75 5.24951 20.5188 5.24951 19C5.24951 17.4812 6.48073 16.25 7.99951 16.25C9.51829 16.25 10.7495 17.4812 10.7495 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9995 20.25C16.6899 20.25 17.2495 19.6904 17.2495 19C17.2495 18.3096 16.6899 17.75 15.9995 17.75C15.3092 17.75 14.7495 18.3096 14.7495 19C14.7495 19.6904 15.3092 20.25 15.9995 20.25ZM18.7495 19C18.7495 20.5188 17.5183 21.75 15.9995 21.75C14.4807 21.75 13.2495 20.5188 13.2495 19C13.2495 17.4812 14.4807 16.25 15.9995 16.25C17.5183 16.25 18.7495 17.4812 18.7495 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9582 7.25C20.4363 7.24995 20.8692 7.24991 21.2176 7.29766C21.5977 7.34976 22.001 7.47276 22.3189 7.81637C22.6383 8.1616 22.7275 8.57385 22.7459 8.95713C22.7626 9.30603 22.7232 9.73342 22.68 10.2023L22.0854 16.5767L22.0811 16.6026C21.8003 18.3098 20.379 19.6062 18.6479 19.7451C18.7144 19.5082 18.75 19.2582 18.75 19C18.75 17.4812 17.5188 16.25 16 16.25C14.4812 16.25 13.25 17.4812 13.25 19C13.25 19.2589 13.2858 19.5095 13.3527 19.747L10.6478 19.7455C10.7144 19.5084 10.75 19.2584 10.75 19C10.75 17.4812 9.51878 16.25 8 16.25C6.48122 16.25 5.25 17.4812 5.25 19C5.25 19.2529 5.28413 19.4977 5.34802 19.7303C3.67584 19.5603 2.19923 18.308 1.9187 16.6026L1.31984 10.2023C1.27661 9.73339 1.2372 9.30601 1.25393 8.95714C1.27231 8.57385 1.36154 8.1616 1.68089 7.81637C1.99875 7.47276 2.40212 7.34976 2.7822 7.29766C3.1306 7.24991 3.56349 7.24995 4.04159 7.25H19.9582Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.00032 2.25C6.80957 2.25 4.96521 3.7331 4.4165 5.75004H13.5841C13.0354 3.7331 11.1911 2.25 9.00032 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0005 2.25C14.4294 2.25 13.8818 2.35081 13.3745 2.5356C14.2488 3.39233 14.8725 4.50384 15.1255 5.74999H19.5843C19.0356 3.73307 17.1913 2.25 15.0005 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.99951 20.25C8.68987 20.25 9.24951 19.6904 9.24951 19C9.24951 18.3096 8.68987 17.75 7.99951 17.75C7.30916 17.75 6.74951 18.3096 6.74951 19C6.74951 19.6904 7.30916 20.25 7.99951 20.25ZM10.7495 19C10.7495 20.5188 9.51829 21.75 7.99951 21.75C6.48073 21.75 5.24951 20.5188 5.24951 19C5.24951 17.4812 6.48073 16.25 7.99951 16.25C9.51829 16.25 10.7495 17.4812 10.7495 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9995 20.25C16.6899 20.25 17.2495 19.6904 17.2495 19C17.2495 18.3096 16.6899 17.75 15.9995 17.75C15.3092 17.75 14.7495 18.3096 14.7495 19C14.7495 19.6904 15.3092 20.25 15.9995 20.25ZM18.7495 19C18.7495 20.5188 17.5183 21.75 15.9995 21.75C14.4807 21.75 13.2495 20.5188 13.2495 19C13.2495 17.4812 14.4807 16.25 15.9995 16.25C17.5183 16.25 18.7495 17.4812 18.7495 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9582 7.25C20.4363 7.24995 20.8692 7.24991 21.2176 7.29766C21.5977 7.34976 22.001 7.47276 22.3189 7.81637C22.6383 8.1616 22.7275 8.57385 22.7459 8.95713C22.7626 9.30603 22.7232 9.73342 22.68 10.2023L22.0854 16.5767L22.0811 16.6026C21.8003 18.3098 20.379 19.6062 18.6479 19.7451C18.7144 19.5082 18.75 19.2582 18.75 19C18.75 17.4812 17.5188 16.25 16 16.25C14.4812 16.25 13.25 17.4812 13.25 19C13.25 19.2589 13.2858 19.5095 13.3527 19.747L10.6478 19.7455C10.7144 19.5084 10.75 19.2584 10.75 19C10.75 17.4812 9.51878 16.25 8 16.25C6.48122 16.25 5.25 17.4812 5.25 19C5.25 19.2529 5.28413 19.4977 5.34802 19.7303C3.67584 19.5603 2.19923 18.308 1.9187 16.6026L1.31984 10.2023C1.27661 9.73339 1.2372 9.30601 1.25393 8.95714C1.27231 8.57385 1.36154 8.1616 1.68089 7.81637C1.99875 7.47276 2.40212 7.34976 2.7822 7.29766C3.1306 7.24991 3.56349 7.24995 4.04159 7.25H19.9582Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.00032 2.25C6.80957 2.25 4.96521 3.7331 4.4165 5.75004H13.5841C13.0354 3.7331 11.1911 2.25 9.00032 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0005 2.25C14.4294 2.25 13.8818 2.35081 13.3745 2.5356C14.2488 3.39233 14.8725 4.50384 15.1255 5.74999H19.5843C19.0356 3.73307 17.1913 2.25 15.0005 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-mining-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7074 3.71375C15.8884 3.68396 16.0732 3.68396 16.2542 3.71374C16.5828 3.76778 16.8376 3.928 17.0468 4.09666C17.2384 4.25105 17.447 4.45974 17.6715 4.68428L17.6715 4.68428L19.3158 6.32854C19.5405 6.55321 19.7493 6.76202 19.9038 6.9537C20.0726 7.16309 20.2329 7.41815 20.2868 7.74696C20.3164 7.92752 20.3164 8.1117 20.2868 8.29225C20.2329 8.62106 20.0726 8.87612 19.9038 9.08551C19.7493 9.2772 19.5405 9.486 19.3158 9.71066L19.3158 9.71067L16.746 12.2806C16.5359 12.4919 16.3078 12.7214 16.0355 12.8492C15.5822 13.0619 15.0577 13.0619 14.6043 12.8492C14.4356 12.77 14.3002 12.6628 14.1893 12.5642L11.4364 9.81133C11.3379 9.70051 11.2306 9.56517 11.1515 9.39655C10.9384 8.94294 10.9384 8.41805 11.1515 7.96445C11.2792 7.69245 11.5084 7.46451 11.7196 7.2546L11.7196 7.2546L14.2901 4.68428C14.5146 4.45975 14.7233 4.25105 14.9148 4.09666C15.124 3.928 15.3788 3.76778 15.7074 3.71375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.3055 3.54687C11.7508 2.82791 10.2836 2.49426 9.10068 2.34978C8.27104 2.24846 7.57834 2.23977 7.08833 2.25705C6.84314 2.2657 6.51953 2.27734 6.28494 2.32131L6.28357 2.32152C5.96839 2.37004 5.71836 2.61256 5.66025 2.92611C5.60216 3.23957 5.74857 3.55548 6.02526 3.71378L6.02765 3.71517C6.02765 3.71517 6.27016 3.86296 6.3981 3.94571C6.65398 4.11121 7.03732 4.36923 7.53535 4.73257C8.19537 5.21408 9.05693 5.88065 10.0903 6.76207L13.3055 3.54687Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.199 10.6957L2.86188 18.0329C2.85636 18.0384 2.85092 18.044 2.84558 18.0497C2.0333 18.9144 2.05445 20.2678 2.89333 21.1067C3.73221 21.9456 5.08565 21.9667 5.95032 21.1544C5.95601 21.1491 5.96162 21.1436 5.96715 21.1381L13.3043 13.801L10.199 10.6957Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.238 13.9093C18.1195 14.9428 18.7861 15.8045 19.2676 16.4646C19.6309 16.9626 19.8889 17.346 20.0544 17.6019C20.1371 17.7298 20.2484 17.9125 20.2865 17.9751C20.4449 18.2516 20.7607 18.3979 21.074 18.3398C21.3876 18.2817 21.6301 18.0316 21.6786 17.7164C21.7079 17.5257 21.7344 17.1569 21.743 16.9117C21.7602 16.4218 21.7515 15.7291 21.6501 14.8995C21.5055 13.7166 21.1718 12.2494 20.4527 10.6946L17.238 13.9093Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7074 3.71375C15.8884 3.68396 16.0732 3.68396 16.2542 3.71374C16.5828 3.76778 16.8376 3.928 17.0468 4.09666C17.2384 4.25105 17.447 4.45974 17.6715 4.68428L17.6715 4.68428L19.3158 6.32854C19.5405 6.55321 19.7493 6.76202 19.9038 6.9537C20.0726 7.16309 20.2329 7.41815 20.2868 7.74696C20.3164 7.92752 20.3164 8.1117 20.2868 8.29225C20.2329 8.62106 20.0726 8.87612 19.9038 9.08551C19.7493 9.2772 19.5405 9.486 19.3158 9.71066L19.3158 9.71067L16.746 12.2806C16.5359 12.4919 16.3078 12.7214 16.0355 12.8492C15.5822 13.0619 15.0577 13.0619 14.6043 12.8492C14.4356 12.77 14.3002 12.6628 14.1893 12.5642L11.4364 9.81133C11.3379 9.70051 11.2306 9.56517 11.1515 9.39655C10.9384 8.94294 10.9384 8.41805 11.1515 7.96445C11.2792 7.69245 11.5084 7.46451 11.7196 7.2546L11.7196 7.2546L14.2901 4.68428C14.5146 4.45975 14.7233 4.25105 14.9148 4.09666C15.124 3.928 15.3788 3.76778 15.7074 3.71375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.3055 3.54687C11.7508 2.82791 10.2836 2.49426 9.10068 2.34978C8.27104 2.24846 7.57834 2.23977 7.08833 2.25705C6.84314 2.2657 6.51953 2.27734 6.28494 2.32131L6.28357 2.32152C5.96839 2.37004 5.71836 2.61256 5.66025 2.92611C5.60216 3.23957 5.74857 3.55548 6.02526 3.71378L6.02765 3.71517C6.02765 3.71517 6.27016 3.86296 6.3981 3.94571C6.65398 4.11121 7.03732 4.36923 7.53535 4.73257C8.19537 5.21408 9.05693 5.88065 10.0903 6.76207L13.3055 3.54687Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.199 10.6957L2.86188 18.0329C2.85636 18.0384 2.85092 18.044 2.84558 18.0497C2.0333 18.9144 2.05445 20.2678 2.89333 21.1067C3.73221 21.9456 5.08565 21.9667 5.95032 21.1544C5.95601 21.1491 5.96162 21.1436 5.96715 21.1381L13.3043 13.801L10.199 10.6957Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.238 13.9093C18.1195 14.9428 18.7861 15.8045 19.2676 16.4646C19.6309 16.9626 19.8889 17.346 20.0544 17.6019C20.1371 17.7298 20.2484 17.9125 20.2865 17.9751C20.4449 18.2516 20.7607 18.3979 21.074 18.3398C21.3876 18.2817 21.6301 18.0316 21.6786 17.7164C21.7079 17.5257 21.7344 17.1569 21.743 16.9117C21.7602 16.4218 21.7515 15.7291 21.6501 14.8995C21.5055 13.7166 21.1718 12.2494 20.4527 10.6946L17.238 13.9093Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-mining-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7069 2.71375C15.888 2.68396 16.0727 2.68396 16.2537 2.71374C16.5823 2.76778 16.8371 2.928 17.0463 3.09666C17.2379 3.25105 17.4465 3.45974 17.671 3.68428L17.671 3.68428L19.3153 5.32854C19.54 5.55321 19.7488 5.76202 19.9033 5.9537C20.0721 6.16309 20.2324 6.41815 20.2863 6.74696C20.3159 6.92752 20.3159 7.1117 20.2863 7.29225C20.2324 7.62106 20.0721 7.87612 19.9033 8.08551C19.7488 8.2772 19.54 8.486 19.3153 8.71066L19.3153 8.71067L16.7455 11.2806C16.5354 11.4919 16.3073 11.7214 16.035 11.8492C15.5817 12.0619 15.0572 12.0619 14.6038 11.8492C14.4351 11.77 14.2997 11.6628 14.1888 11.5642L11.4359 8.81133C11.3374 8.70051 11.2301 8.56517 11.151 8.39655C10.938 7.94294 10.938 7.41805 11.151 6.96445C11.2787 6.69245 11.508 6.46451 11.7191 6.2546L11.7191 6.2546L14.2896 3.68428C14.5141 3.45975 14.7228 3.25105 14.9143 3.09666C15.1235 2.928 15.3784 2.76778 15.7069 2.71375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 13.25C18.9142 13.25 19.25 13.5858 19.25 14V14.5833H20.0625C21.0393 14.5833 21.75 15.4132 21.75 16.3333V17C21.75 17.3624 21.6398 17.7108 21.4465 18C21.6398 18.2892 21.75 18.6376 21.75 19V19.6667C21.75 20.5868 21.0393 21.4167 20.0625 21.4167H19.25V22C19.25 22.4142 18.9142 22.75 18.5 22.75C18.0858 22.75 17.75 22.4142 17.75 22V21.4167H16C15.5858 21.4167 15.25 21.0809 15.25 20.6667C15.25 20.2525 15.5858 19.9167 16 19.9167H16.1875L16.1875 16.0833H16C15.5858 16.0833 15.25 15.7475 15.25 15.3333C15.25 14.9191 15.5858 14.5833 16 14.5833H17.75V14C17.75 13.5858 18.0858 13.25 18.5 13.25ZM17.6875 16.0833V17.25H20.0625C20.1212 17.25 20.25 17.1844 20.25 17V16.3333C20.25 16.1489 20.1212 16.0833 20.0625 16.0833H17.6875ZM20.0625 18.75H17.6875L17.6875 19.9167H20.0625C20.1212 19.9167 20.25 19.8511 20.25 19.6667V19C20.25 18.8156 20.1212 18.75 20.0625 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.3055 2.54687C11.7508 1.82791 10.2836 1.49426 9.10068 1.34978C8.27104 1.24846 7.57834 1.23977 7.08833 1.25705C6.84314 1.2657 6.51953 1.27734 6.28494 1.32131L6.28357 1.32152C5.96839 1.37004 5.71836 1.61256 5.66025 1.92611C5.60216 2.23957 5.74857 2.55548 6.02526 2.71378L6.02765 2.71517C6.02765 2.71517 6.27016 2.86296 6.3981 2.94571C6.65398 3.11121 7.03732 3.36923 7.53535 3.73257C8.19537 4.21408 9.05693 4.88065 10.0903 5.76207L13.3055 2.54687Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.199 9.69575L2.86188 17.0329C2.85636 17.0384 2.85092 17.044 2.84558 17.0497C2.0333 17.9144 2.05445 19.2678 2.89333 20.1067C3.73221 20.9456 5.08565 20.9667 5.95032 20.1544C5.95601 20.1491 5.96162 20.1436 5.96715 20.1381L13.3043 12.801L10.199 9.69575Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5915 13.4745C21.4225 12.3733 21.0879 11.0681 20.4527 9.69459L18.3948 11.7524C18.4297 11.7508 18.4648 11.75 18.5 11.75C19.4315 11.75 20.2308 12.3161 20.5727 13.123C20.9439 13.1817 21.2855 13.3036 21.5915 13.4745Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7069 2.71375C15.888 2.68396 16.0727 2.68396 16.2537 2.71374C16.5823 2.76778 16.8371 2.928 17.0463 3.09666C17.2379 3.25105 17.4465 3.45974 17.671 3.68428L17.671 3.68428L19.3153 5.32854C19.54 5.55321 19.7488 5.76202 19.9033 5.9537C20.0721 6.16309 20.2324 6.41815 20.2863 6.74696C20.3159 6.92752 20.3159 7.1117 20.2863 7.29225C20.2324 7.62106 20.0721 7.87612 19.9033 8.08551C19.7488 8.2772 19.54 8.486 19.3153 8.71066L19.3153 8.71067L16.7455 11.2806C16.5354 11.4919 16.3073 11.7214 16.035 11.8492C15.5817 12.0619 15.0572 12.0619 14.6038 11.8492C14.4351 11.77 14.2997 11.6628 14.1888 11.5642L11.4359 8.81133C11.3374 8.70051 11.2301 8.56517 11.151 8.39655C10.938 7.94294 10.938 7.41805 11.151 6.96445C11.2787 6.69245 11.508 6.46451 11.7191 6.2546L11.7191 6.2546L14.2896 3.68428C14.5141 3.45975 14.7228 3.25105 14.9143 3.09666C15.1235 2.928 15.3784 2.76778 15.7069 2.71375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 13.25C18.9142 13.25 19.25 13.5858 19.25 14V14.5833H20.0625C21.0393 14.5833 21.75 15.4132 21.75 16.3333V17C21.75 17.3624 21.6398 17.7108 21.4465 18C21.6398 18.2892 21.75 18.6376 21.75 19V19.6667C21.75 20.5868 21.0393 21.4167 20.0625 21.4167H19.25V22C19.25 22.4142 18.9142 22.75 18.5 22.75C18.0858 22.75 17.75 22.4142 17.75 22V21.4167H16C15.5858 21.4167 15.25 21.0809 15.25 20.6667C15.25 20.2525 15.5858 19.9167 16 19.9167H16.1875L16.1875 16.0833H16C15.5858 16.0833 15.25 15.7475 15.25 15.3333C15.25 14.9191 15.5858 14.5833 16 14.5833H17.75V14C17.75 13.5858 18.0858 13.25 18.5 13.25ZM17.6875 16.0833V17.25H20.0625C20.1212 17.25 20.25 17.1844 20.25 17V16.3333C20.25 16.1489 20.1212 16.0833 20.0625 16.0833H17.6875ZM20.0625 18.75H17.6875L17.6875 19.9167H20.0625C20.1212 19.9167 20.25 19.8511 20.25 19.6667V19C20.25 18.8156 20.1212 18.75 20.0625 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.3055 2.54687C11.7508 1.82791 10.2836 1.49426 9.10068 1.34978C8.27104 1.24846 7.57834 1.23977 7.08833 1.25705C6.84314 1.2657 6.51953 1.27734 6.28494 1.32131L6.28357 1.32152C5.96839 1.37004 5.71836 1.61256 5.66025 1.92611C5.60216 2.23957 5.74857 2.55548 6.02526 2.71378L6.02765 2.71517C6.02765 2.71517 6.27016 2.86296 6.3981 2.94571C6.65398 3.11121 7.03732 3.36923 7.53535 3.73257C8.19537 4.21408 9.05693 4.88065 10.0903 5.76207L13.3055 2.54687Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.199 9.69575L2.86188 17.0329C2.85636 17.0384 2.85092 17.044 2.84558 17.0497C2.0333 17.9144 2.05445 19.2678 2.89333 20.1067C3.73221 20.9456 5.08565 20.9667 5.95032 20.1544C5.95601 20.1491 5.96162 20.1436 5.96715 20.1381L13.3043 12.801L10.199 9.69575Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5915 13.4745C21.4225 12.3733 21.0879 11.0681 20.4527 9.69459L18.3948 11.7524C18.4297 11.7508 18.4648 11.75 18.5 11.75C19.4315 11.75 20.2308 12.3161 20.5727 13.123C20.9439 13.1817 21.2855 13.3036 21.5915 13.4745Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-peer-to-peer-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.04943 1.25C7.71427 1.24996 8.28711 1.24993 8.74585 1.31161C9.23748 1.37771 9.70875 1.52677 10.091 1.90901C10.4732 2.29126 10.6223 2.76252 10.6884 3.25416C10.7501 3.71291 10.75 4.3845 10.75 5.04937V5.04938C10.75 5.71425 10.7501 6.2871 10.6884 6.74585C10.6223 7.23748 10.4732 7.70875 10.091 8.09099C9.70875 8.47324 9.23748 8.6223 8.74585 8.6884C8.2871 8.75007 7.71424 8.75004 7.04937 8.75001L6.75 8.75V9.75H7.5C7.91422 9.75 8.25 10.0858 8.25 10.5C8.25 10.9142 7.91422 11.25 7.5 11.25H4.5C4.08579 11.25 3.75 10.9142 3.75 10.5C3.75 10.0858 4.08579 9.75 4.5 9.75H5.25V8.75L4.95064 8.75001C4.28577 8.75004 3.71291 8.75007 3.25416 8.6884C2.76252 8.6223 2.29126 8.47324 1.90901 8.09099C1.52677 7.70875 1.37771 7.23748 1.31161 6.74585C1.24993 6.28711 1.24996 5.71427 1.25 5.04943V5.04938C1.24996 4.38451 1.24993 3.71291 1.31161 3.25416C1.37771 2.76252 1.52677 2.29126 1.90901 1.90901C2.29126 1.52677 2.76252 1.37771 3.25416 1.31161C3.71289 1.24993 4.28574 1.24996 4.95058 1.25H4.95063H7.04938H7.04943Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1919 5.85315C15.4365 5.75159 14.4354 5.75 13 5.75C12.5858 5.75 12.25 5.41421 12.25 5C12.25 4.58579 12.5858 4.25 13 4.25C13.0183 4.25 13.0366 4.25 13.0549 4.25C14.4225 4.24998 15.5248 4.24996 16.3918 4.36652C17.2919 4.48754 18.0497 4.74643 18.6517 5.34835C19.2536 5.95027 19.5125 6.70814 19.6335 7.60825C19.75 8.47522 19.75 9.57754 19.75 10.9451L19.75 11C19.75 11.2599 19.6154 11.5013 19.3943 11.638C19.1732 11.7746 18.8971 11.7871 18.6646 11.6708L16.6646 10.6708C16.2941 10.4856 16.1439 10.0351 16.3292 9.66459C16.5144 9.29411 16.9649 9.14394 17.3354 9.32918L18.2466 9.78478C18.2394 8.96758 18.2169 8.32934 18.1469 7.80812C18.0482 7.07435 17.8678 6.68577 17.591 6.40901C17.3142 6.13225 16.9257 5.9518 16.1919 5.85315Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.6057 12.362C4.82682 12.2254 5.10292 12.2129 5.33541 12.3292L7.33541 13.3292C7.7059 13.5144 7.85606 13.9649 7.67082 14.3354C7.48558 14.7059 7.03507 14.8561 6.66459 14.6708L5.75339 14.2152C5.76059 15.0324 5.78307 15.6707 5.85315 16.1919C5.9518 16.9257 6.13225 17.3142 6.40901 17.591C6.68577 17.8678 7.07435 18.0482 7.80812 18.1469C8.56347 18.2484 9.56458 18.25 11 18.25C11.4142 18.25 11.75 18.5858 11.75 19C11.75 19.4142 11.4142 19.75 11 19.75L10.9451 19.75C9.57754 19.75 8.47522 19.75 7.60825 19.6335C6.70814 19.5125 5.95027 19.2536 5.34835 18.6517C4.74643 18.0497 4.48754 17.2919 4.36652 16.3918C4.24996 15.5248 4.24998 14.4225 4.25 13.0549C4.25 13.0366 4.25 13.0183 4.25 13C4.25 12.7401 4.38459 12.4987 4.6057 12.362Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0494 12.75C19.7143 12.75 20.2871 12.7499 20.7458 12.8116C21.2375 12.8777 21.7087 13.0268 22.091 13.409C22.4732 13.7913 22.6223 14.2625 22.6884 14.7542C22.7501 15.2129 22.75 15.8845 22.75 16.5494V16.5494C22.75 17.2142 22.7501 17.7871 22.6884 18.2458C22.6223 18.7375 22.4732 19.2087 22.091 19.591C21.7087 19.9732 21.2375 20.1223 20.7458 20.1884C20.2871 20.2501 19.7142 20.25 19.0494 20.25L18.75 20.25V21.25H19.5C19.9142 21.25 20.25 21.5858 20.25 22C20.25 22.4142 19.9142 22.75 19.5 22.75H16.5C16.0858 22.75 15.75 22.4142 15.75 22C15.75 21.5858 16.0858 21.25 16.5 21.25H17.25V20.25L16.9506 20.25C16.2858 20.25 15.7129 20.2501 15.2542 20.1884C14.7625 20.1223 14.2913 19.9732 13.909 19.591C13.5268 19.2087 13.3777 18.7375 13.3116 18.2458C13.2499 17.7871 13.25 17.2143 13.25 16.5494V16.5494C13.25 15.8845 13.2499 15.2129 13.3116 14.7542C13.3777 14.2625 13.5268 13.7913 13.909 13.409C14.2913 13.0268 14.7625 12.8777 15.2542 12.8116C15.7129 12.7499 16.2857 12.75 16.9506 12.75H16.9506H19.0494H19.0494Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.04943 1.25C7.71427 1.24996 8.28711 1.24993 8.74585 1.31161C9.23748 1.37771 9.70875 1.52677 10.091 1.90901C10.4732 2.29126 10.6223 2.76252 10.6884 3.25416C10.7501 3.71291 10.75 4.3845 10.75 5.04937V5.04938C10.75 5.71425 10.7501 6.2871 10.6884 6.74585C10.6223 7.23748 10.4732 7.70875 10.091 8.09099C9.70875 8.47324 9.23748 8.6223 8.74585 8.6884C8.2871 8.75007 7.71424 8.75004 7.04937 8.75001L6.75 8.75V9.75H7.5C7.91422 9.75 8.25 10.0858 8.25 10.5C8.25 10.9142 7.91422 11.25 7.5 11.25H4.5C4.08579 11.25 3.75 10.9142 3.75 10.5C3.75 10.0858 4.08579 9.75 4.5 9.75H5.25V8.75L4.95064 8.75001C4.28577 8.75004 3.71291 8.75007 3.25416 8.6884C2.76252 8.6223 2.29126 8.47324 1.90901 8.09099C1.52677 7.70875 1.37771 7.23748 1.31161 6.74585C1.24993 6.28711 1.24996 5.71427 1.25 5.04943V5.04938C1.24996 4.38451 1.24993 3.71291 1.31161 3.25416C1.37771 2.76252 1.52677 2.29126 1.90901 1.90901C2.29126 1.52677 2.76252 1.37771 3.25416 1.31161C3.71289 1.24993 4.28574 1.24996 4.95058 1.25H4.95063H7.04938H7.04943Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1919 5.85315C15.4365 5.75159 14.4354 5.75 13 5.75C12.5858 5.75 12.25 5.41421 12.25 5C12.25 4.58579 12.5858 4.25 13 4.25C13.0183 4.25 13.0366 4.25 13.0549 4.25C14.4225 4.24998 15.5248 4.24996 16.3918 4.36652C17.2919 4.48754 18.0497 4.74643 18.6517 5.34835C19.2536 5.95027 19.5125 6.70814 19.6335 7.60825C19.75 8.47522 19.75 9.57754 19.75 10.9451L19.75 11C19.75 11.2599 19.6154 11.5013 19.3943 11.638C19.1732 11.7746 18.8971 11.7871 18.6646 11.6708L16.6646 10.6708C16.2941 10.4856 16.1439 10.0351 16.3292 9.66459C16.5144 9.29411 16.9649 9.14394 17.3354 9.32918L18.2466 9.78478C18.2394 8.96758 18.2169 8.32934 18.1469 7.80812C18.0482 7.07435 17.8678 6.68577 17.591 6.40901C17.3142 6.13225 16.9257 5.9518 16.1919 5.85315Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.6057 12.362C4.82682 12.2254 5.10292 12.2129 5.33541 12.3292L7.33541 13.3292C7.7059 13.5144 7.85606 13.9649 7.67082 14.3354C7.48558 14.7059 7.03507 14.8561 6.66459 14.6708L5.75339 14.2152C5.76059 15.0324 5.78307 15.6707 5.85315 16.1919C5.9518 16.9257 6.13225 17.3142 6.40901 17.591C6.68577 17.8678 7.07435 18.0482 7.80812 18.1469C8.56347 18.2484 9.56458 18.25 11 18.25C11.4142 18.25 11.75 18.5858 11.75 19C11.75 19.4142 11.4142 19.75 11 19.75L10.9451 19.75C9.57754 19.75 8.47522 19.75 7.60825 19.6335C6.70814 19.5125 5.95027 19.2536 5.34835 18.6517C4.74643 18.0497 4.48754 17.2919 4.36652 16.3918C4.24996 15.5248 4.24998 14.4225 4.25 13.0549C4.25 13.0366 4.25 13.0183 4.25 13C4.25 12.7401 4.38459 12.4987 4.6057 12.362Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0494 12.75C19.7143 12.75 20.2871 12.7499 20.7458 12.8116C21.2375 12.8777 21.7087 13.0268 22.091 13.409C22.4732 13.7913 22.6223 14.2625 22.6884 14.7542C22.7501 15.2129 22.75 15.8845 22.75 16.5494V16.5494C22.75 17.2142 22.7501 17.7871 22.6884 18.2458C22.6223 18.7375 22.4732 19.2087 22.091 19.591C21.7087 19.9732 21.2375 20.1223 20.7458 20.1884C20.2871 20.2501 19.7142 20.25 19.0494 20.25L18.75 20.25V21.25H19.5C19.9142 21.25 20.25 21.5858 20.25 22C20.25 22.4142 19.9142 22.75 19.5 22.75H16.5C16.0858 22.75 15.75 22.4142 15.75 22C15.75 21.5858 16.0858 21.25 16.5 21.25H17.25V20.25L16.9506 20.25C16.2858 20.25 15.7129 20.2501 15.2542 20.1884C14.7625 20.1223 14.2913 19.9732 13.909 19.591C13.5268 19.2087 13.3777 18.7375 13.3116 18.2458C13.2499 17.7871 13.25 17.2143 13.25 16.5494V16.5494C13.25 15.8845 13.2499 15.2129 13.3116 14.7542C13.3777 14.2625 13.5268 13.7913 13.909 13.409C14.2913 13.0268 14.7625 12.8777 15.2542 12.8116C15.7129 12.7499 16.2857 12.75 16.9506 12.75H16.9506H19.0494H19.0494Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-peer-to-peer-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75 4.5C7.75 5.74264 6.74264 6.75 5.5 6.75C4.25736 6.75 3.25 5.74264 3.25 4.5C3.25 3.25736 4.25736 2.25 5.5 2.25C6.74264 2.25 7.75 3.25736 7.75 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.75 14C20.75 15.2426 19.7426 16.25 18.5 16.25C17.2574 16.25 16.25 15.2426 16.25 14C16.25 12.7574 17.2574 11.75 18.5 11.75C19.7426 11.75 20.75 12.7574 20.75 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.98239 8.40518C8.25072 8.55032 8.87868 8.89106 9.21661 9.21001C9.42585 9.4075 9.69245 9.72751 9.74225 10.1669C9.79781 10.657 9.56429 11.0693 9.23047 11.376C8.73064 11.8352 8.07904 12.25 7.21488 12.25H3.78556C2.9214 12.25 2.2698 11.8352 1.76997 11.376C1.43614 11.0693 1.20263 10.657 1.25818 10.1669C1.30799 9.72751 1.57459 9.4075 1.78383 9.21001C2.12175 8.89106 2.74972 8.55032 3.01805 8.40518C4.53949 7.53161 6.46094 7.53161 7.98239 8.40518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9824 17.9052C21.2507 18.0503 21.8787 18.3911 22.2166 18.71C22.4258 18.9075 22.6924 19.2275 22.7423 19.6669C22.7978 20.157 22.5643 20.5693 22.2305 20.876C21.7306 21.3352 21.079 21.75 20.2149 21.75H16.7856C15.9214 21.75 15.2698 21.3352 14.77 20.876C14.4361 20.5693 14.2026 20.157 14.2582 19.6669C14.308 19.2275 14.5746 18.9075 14.7838 18.71C15.1218 18.3911 15.7497 18.0503 16.018 17.9052C17.5395 17.0316 19.4609 17.0316 20.9824 17.9052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.215 4.85589C14.1946 4.75085 12.927 4.75 11.5 4.75C11.0858 4.75 10.75 4.41421 10.75 4C10.75 3.58579 11.0858 3.25 11.5 3.25L11.5308 3.25C12.9212 3.24999 14.2633 3.24999 15.3686 3.36378C15.9279 3.42135 16.4554 3.51054 16.9163 3.65505C17.3726 3.79813 17.8142 4.0109 18.1517 4.34835C18.7158 4.9125 18.9993 5.51133 19.1309 6.34061C19.2501 7.09144 19.25 8.07689 19.25 9.42321L19.25 9.5C19.25 9.75993 19.1154 10.0013 18.8943 10.138C18.6732 10.2746 18.3971 10.2871 18.1646 10.1708L16.1646 9.17082C15.7941 8.98558 15.6439 8.53507 15.8292 8.16459C16.0144 7.79411 16.4649 7.64394 16.8354 7.82918L17.7462 8.2846C17.7387 7.5313 17.7163 6.99703 17.6494 6.57576C17.5614 6.02116 17.4055 5.72354 17.091 5.40901C16.9891 5.30712 16.7994 5.19039 16.4675 5.08634C16.1402 4.98372 15.7227 4.90816 15.215 4.85589Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.6057 13.862C4.82682 13.7254 5.10292 13.7129 5.33541 13.8292L7.33541 14.8292C7.7059 15.0144 7.85607 15.4649 7.67082 15.8354C7.48558 16.2059 7.03508 16.3561 6.66459 16.1708L5.75376 15.7154C5.76127 16.4687 5.78369 17.003 5.85056 17.4242C5.9386 17.9788 6.09448 18.2765 6.40901 18.591C6.51091 18.6929 6.70062 18.8096 7.03247 18.9137C7.35976 19.0163 7.7773 19.0918 8.28499 19.1441C9.30536 19.2492 10.573 19.25 12 19.25C12.4142 19.25 12.75 19.5858 12.75 20C12.75 20.4142 12.4142 20.75 12 20.75H11.9693C10.5788 20.75 9.23675 20.75 8.13139 20.6362C7.57213 20.5787 7.04459 20.4895 6.5837 20.345C6.12736 20.2019 5.6858 19.9891 5.34835 19.6517C4.7842 19.0875 4.50075 18.4887 4.36911 17.6594C4.24993 16.9086 4.24996 15.9231 4.25 14.5768C4.25 14.5513 4.25 14.5257 4.25 14.5C4.25 14.2401 4.38459 13.9987 4.6057 13.862Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75 4.5C7.75 5.74264 6.74264 6.75 5.5 6.75C4.25736 6.75 3.25 5.74264 3.25 4.5C3.25 3.25736 4.25736 2.25 5.5 2.25C6.74264 2.25 7.75 3.25736 7.75 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.75 14C20.75 15.2426 19.7426 16.25 18.5 16.25C17.2574 16.25 16.25 15.2426 16.25 14C16.25 12.7574 17.2574 11.75 18.5 11.75C19.7426 11.75 20.75 12.7574 20.75 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.98239 8.40518C8.25072 8.55032 8.87868 8.89106 9.21661 9.21001C9.42585 9.4075 9.69245 9.72751 9.74225 10.1669C9.79781 10.657 9.56429 11.0693 9.23047 11.376C8.73064 11.8352 8.07904 12.25 7.21488 12.25H3.78556C2.9214 12.25 2.2698 11.8352 1.76997 11.376C1.43614 11.0693 1.20263 10.657 1.25818 10.1669C1.30799 9.72751 1.57459 9.4075 1.78383 9.21001C2.12175 8.89106 2.74972 8.55032 3.01805 8.40518C4.53949 7.53161 6.46094 7.53161 7.98239 8.40518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9824 17.9052C21.2507 18.0503 21.8787 18.3911 22.2166 18.71C22.4258 18.9075 22.6924 19.2275 22.7423 19.6669C22.7978 20.157 22.5643 20.5693 22.2305 20.876C21.7306 21.3352 21.079 21.75 20.2149 21.75H16.7856C15.9214 21.75 15.2698 21.3352 14.77 20.876C14.4361 20.5693 14.2026 20.157 14.2582 19.6669C14.308 19.2275 14.5746 18.9075 14.7838 18.71C15.1218 18.3911 15.7497 18.0503 16.018 17.9052C17.5395 17.0316 19.4609 17.0316 20.9824 17.9052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.215 4.85589C14.1946 4.75085 12.927 4.75 11.5 4.75C11.0858 4.75 10.75 4.41421 10.75 4C10.75 3.58579 11.0858 3.25 11.5 3.25L11.5308 3.25C12.9212 3.24999 14.2633 3.24999 15.3686 3.36378C15.9279 3.42135 16.4554 3.51054 16.9163 3.65505C17.3726 3.79813 17.8142 4.0109 18.1517 4.34835C18.7158 4.9125 18.9993 5.51133 19.1309 6.34061C19.2501 7.09144 19.25 8.07689 19.25 9.42321L19.25 9.5C19.25 9.75993 19.1154 10.0013 18.8943 10.138C18.6732 10.2746 18.3971 10.2871 18.1646 10.1708L16.1646 9.17082C15.7941 8.98558 15.6439 8.53507 15.8292 8.16459C16.0144 7.79411 16.4649 7.64394 16.8354 7.82918L17.7462 8.2846C17.7387 7.5313 17.7163 6.99703 17.6494 6.57576C17.5614 6.02116 17.4055 5.72354 17.091 5.40901C16.9891 5.30712 16.7994 5.19039 16.4675 5.08634C16.1402 4.98372 15.7227 4.90816 15.215 4.85589Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.6057 13.862C4.82682 13.7254 5.10292 13.7129 5.33541 13.8292L7.33541 14.8292C7.7059 15.0144 7.85607 15.4649 7.67082 15.8354C7.48558 16.2059 7.03508 16.3561 6.66459 16.1708L5.75376 15.7154C5.76127 16.4687 5.78369 17.003 5.85056 17.4242C5.9386 17.9788 6.09448 18.2765 6.40901 18.591C6.51091 18.6929 6.70062 18.8096 7.03247 18.9137C7.35976 19.0163 7.7773 19.0918 8.28499 19.1441C9.30536 19.2492 10.573 19.25 12 19.25C12.4142 19.25 12.75 19.5858 12.75 20C12.75 20.4142 12.4142 20.75 12 20.75H11.9693C10.5788 20.75 9.23675 20.75 8.13139 20.6362C7.57213 20.5787 7.04459 20.4895 6.5837 20.345C6.12736 20.2019 5.6858 19.9891 5.34835 19.6517C4.7842 19.0875 4.50075 18.4887 4.36911 17.6594C4.24993 16.9086 4.24996 15.9231 4.25 14.5768C4.25 14.5513 4.25 14.5257 4.25 14.5C4.25 14.2401 4.38459 13.9987 4.6057 13.862Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-peer-to-peer-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75 4.5C7.75 5.74264 6.74264 6.75 5.5 6.75C4.25736 6.75 3.25 5.74264 3.25 4.5C3.25 3.25736 4.25736 2.25 5.5 2.25C6.74264 2.25 7.75 3.25736 7.75 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.75 4.5C20.75 5.74264 19.7426 6.75 18.5 6.75C17.2574 6.75 16.25 5.74264 16.25 4.5C16.25 3.25736 17.2574 2.25 18.5 2.25C19.7426 2.25 20.75 3.25736 20.75 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 6C9.25 5.58579 9.58579 5.25 10 5.25H10.5C10.9142 5.25 11.25 5.58579 11.25 6C11.25 6.41421 10.9142 6.75 10.5 6.75H10C9.58579 6.75 9.25 6.41421 9.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 6C12.75 5.58579 13.0858 5.25 13.5 5.25H14C14.4142 5.25 14.75 5.58579 14.75 6C14.75 6.41421 14.4142 6.75 14 6.75H13.5C13.0858 6.75 12.75 6.41421 12.75 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.50005 13.25C3.91426 13.25 4.25005 13.5858 4.25005 14V17C4.25005 17.5006 4.25368 17.6414 4.27407 17.7439C4.3727 18.2397 4.76032 18.6273 5.25618 18.726C5.35867 18.7464 5.49944 18.75 6.00005 18.75C6.41426 18.75 6.75005 19.0858 6.75005 19.5C6.75005 19.9142 6.41426 20.25 6.00005 20.25C5.97528 20.25 5.95086 20.25 5.92677 20.25C5.53405 20.2502 5.23105 20.2504 4.96355 20.1972C3.87265 19.9802 3.01988 19.1274 2.80289 18.0365C2.74968 17.769 2.74983 17.466 2.75002 17.0733C2.75004 17.0492 2.75005 17.0248 2.75005 17V14C2.75005 13.5858 3.08583 13.25 3.50005 13.25ZM20.5 13.25C20.9143 13.25 21.25 13.5858 21.25 14V17C21.25 17.0248 21.2501 17.0492 21.2501 17.0733C21.2503 17.466 21.2504 17.769 21.1972 18.0365C20.9802 19.1274 20.1274 19.9802 19.0365 20.1972C18.769 20.2504 18.466 20.2502 18.0733 20.25C18.0492 20.25 18.0248 20.25 18 20.25C17.5858 20.25 17.25 19.9142 17.25 19.5C17.25 19.0858 17.5858 18.75 18 18.75C18.5007 18.75 18.6414 18.7464 18.7439 18.726C19.2398 18.6273 19.6274 18.2397 19.726 17.7439C19.7464 17.6414 19.75 17.5006 19.75 17V14C19.75 13.5858 20.0858 13.25 20.5 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.98239 8.40518C8.25072 8.55032 8.87868 8.89106 9.21661 9.21001C9.42585 9.4075 9.69245 9.72751 9.74225 10.1669C9.79781 10.657 9.56429 11.0693 9.23047 11.376C8.73064 11.8352 8.07904 12.25 7.21488 12.25H3.78556C2.9214 12.25 2.2698 11.8352 1.76997 11.376C1.43614 11.0693 1.20263 10.657 1.25818 10.1669C1.30799 9.72751 1.57459 9.4075 1.78383 9.21001C2.12175 8.89106 2.74972 8.55032 3.01805 8.40518C4.53949 7.53161 6.46094 7.53161 7.98239 8.40518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9824 8.40518C21.2507 8.55032 21.8787 8.89106 22.2166 9.21001C22.4258 9.4075 22.6924 9.72751 22.7423 10.1669C22.7978 10.657 22.5643 11.0693 22.2305 11.376C21.7306 11.8352 21.079 12.25 20.2149 12.25H16.7856C15.9214 12.25 15.2698 11.8352 14.77 11.376C14.4361 11.0693 14.2026 10.657 14.2582 10.1669C14.308 9.72751 14.5746 9.4075 14.7838 9.21001C15.1218 8.89106 15.7497 8.55032 16.018 8.40518C17.5395 7.53161 19.4609 7.53161 20.9824 8.40518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.25 16.3002V15.5C14.25 14.2574 13.2426 13.25 12 13.25C10.7574 13.25 9.75001 14.2574 9.75001 15.5V16.3002C9.39498 16.3558 9.04563 16.4795 8.76257 16.7626C8.45355 17.0716 8.3411 17.4473 8.29331 17.8028C8.24991 18.1256 8.24995 18.6119 8.25 19.0447C8.24995 19.4776 8.24991 19.8744 8.29331 20.1972C8.3411 20.5527 8.45355 20.9284 8.76257 21.2374C9.07159 21.5465 9.44732 21.6589 9.8028 21.7067C10.1256 21.7501 10.5224 21.7501 10.9552 21.75H13.0448C13.4776 21.7501 13.8744 21.7501 14.1972 21.7067C14.5527 21.6589 14.9284 21.5465 15.2374 21.2374C15.5465 20.9284 15.6589 20.5527 15.7067 20.1972C15.7501 19.8744 15.7501 19.4776 15.75 19.0448C15.7501 18.6119 15.7501 18.1256 15.7067 17.8028C15.6589 17.4473 15.5465 17.0716 15.2374 16.7626C14.9544 16.4795 14.605 16.3558 14.25 16.3002ZM11.25 15.5C11.25 15.0858 11.5858 14.75 12 14.75C12.4142 14.75 12.75 15.0858 12.75 15.5V16.25H11.25V15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75 4.5C7.75 5.74264 6.74264 6.75 5.5 6.75C4.25736 6.75 3.25 5.74264 3.25 4.5C3.25 3.25736 4.25736 2.25 5.5 2.25C6.74264 2.25 7.75 3.25736 7.75 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.75 4.5C20.75 5.74264 19.7426 6.75 18.5 6.75C17.2574 6.75 16.25 5.74264 16.25 4.5C16.25 3.25736 17.2574 2.25 18.5 2.25C19.7426 2.25 20.75 3.25736 20.75 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 6C9.25 5.58579 9.58579 5.25 10 5.25H10.5C10.9142 5.25 11.25 5.58579 11.25 6C11.25 6.41421 10.9142 6.75 10.5 6.75H10C9.58579 6.75 9.25 6.41421 9.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 6C12.75 5.58579 13.0858 5.25 13.5 5.25H14C14.4142 5.25 14.75 5.58579 14.75 6C14.75 6.41421 14.4142 6.75 14 6.75H13.5C13.0858 6.75 12.75 6.41421 12.75 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.50005 13.25C3.91426 13.25 4.25005 13.5858 4.25005 14V17C4.25005 17.5006 4.25368 17.6414 4.27407 17.7439C4.3727 18.2397 4.76032 18.6273 5.25618 18.726C5.35867 18.7464 5.49944 18.75 6.00005 18.75C6.41426 18.75 6.75005 19.0858 6.75005 19.5C6.75005 19.9142 6.41426 20.25 6.00005 20.25C5.97528 20.25 5.95086 20.25 5.92677 20.25C5.53405 20.2502 5.23105 20.2504 4.96355 20.1972C3.87265 19.9802 3.01988 19.1274 2.80289 18.0365C2.74968 17.769 2.74983 17.466 2.75002 17.0733C2.75004 17.0492 2.75005 17.0248 2.75005 17V14C2.75005 13.5858 3.08583 13.25 3.50005 13.25ZM20.5 13.25C20.9143 13.25 21.25 13.5858 21.25 14V17C21.25 17.0248 21.2501 17.0492 21.2501 17.0733C21.2503 17.466 21.2504 17.769 21.1972 18.0365C20.9802 19.1274 20.1274 19.9802 19.0365 20.1972C18.769 20.2504 18.466 20.2502 18.0733 20.25C18.0492 20.25 18.0248 20.25 18 20.25C17.5858 20.25 17.25 19.9142 17.25 19.5C17.25 19.0858 17.5858 18.75 18 18.75C18.5007 18.75 18.6414 18.7464 18.7439 18.726C19.2398 18.6273 19.6274 18.2397 19.726 17.7439C19.7464 17.6414 19.75 17.5006 19.75 17V14C19.75 13.5858 20.0858 13.25 20.5 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.98239 8.40518C8.25072 8.55032 8.87868 8.89106 9.21661 9.21001C9.42585 9.4075 9.69245 9.72751 9.74225 10.1669C9.79781 10.657 9.56429 11.0693 9.23047 11.376C8.73064 11.8352 8.07904 12.25 7.21488 12.25H3.78556C2.9214 12.25 2.2698 11.8352 1.76997 11.376C1.43614 11.0693 1.20263 10.657 1.25818 10.1669C1.30799 9.72751 1.57459 9.4075 1.78383 9.21001C2.12175 8.89106 2.74972 8.55032 3.01805 8.40518C4.53949 7.53161 6.46094 7.53161 7.98239 8.40518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9824 8.40518C21.2507 8.55032 21.8787 8.89106 22.2166 9.21001C22.4258 9.4075 22.6924 9.72751 22.7423 10.1669C22.7978 10.657 22.5643 11.0693 22.2305 11.376C21.7306 11.8352 21.079 12.25 20.2149 12.25H16.7856C15.9214 12.25 15.2698 11.8352 14.77 11.376C14.4361 11.0693 14.2026 10.657 14.2582 10.1669C14.308 9.72751 14.5746 9.4075 14.7838 9.21001C15.1218 8.89106 15.7497 8.55032 16.018 8.40518C17.5395 7.53161 19.4609 7.53161 20.9824 8.40518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.25 16.3002V15.5C14.25 14.2574 13.2426 13.25 12 13.25C10.7574 13.25 9.75001 14.2574 9.75001 15.5V16.3002C9.39498 16.3558 9.04563 16.4795 8.76257 16.7626C8.45355 17.0716 8.3411 17.4473 8.29331 17.8028C8.24991 18.1256 8.24995 18.6119 8.25 19.0447C8.24995 19.4776 8.24991 19.8744 8.29331 20.1972C8.3411 20.5527 8.45355 20.9284 8.76257 21.2374C9.07159 21.5465 9.44732 21.6589 9.8028 21.7067C10.1256 21.7501 10.5224 21.7501 10.9552 21.75H13.0448C13.4776 21.7501 13.8744 21.7501 14.1972 21.7067C14.5527 21.6589 14.9284 21.5465 15.2374 21.2374C15.5465 20.9284 15.6589 20.5527 15.7067 20.1972C15.7501 19.8744 15.7501 19.4776 15.75 19.0448C15.7501 18.6119 15.7501 18.1256 15.7067 17.8028C15.6589 17.4473 15.5465 17.0716 15.2374 16.7626C14.9544 16.4795 14.605 16.3558 14.25 16.3002ZM11.25 15.5C11.25 15.0858 11.5858 14.75 12 14.75C12.4142 14.75 12.75 15.0858 12.75 15.5V16.25H11.25V15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-profit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.3 20.85C12.0027 20.627 11.6109 20.2685 11.3763 19.9166C11.2084 19.6647 11.208 19.3359 11.376 19.084C11.6992 18.6484 12.0027 18.373 12.3 18.15C12.8969 17.7023 13.8009 17.25 15 17.25C16.1991 17.25 17.1031 17.7023 17.7 18.15C17.9973 18.373 18.2539 18.5781 18.624 19.084C18.792 19.3359 18.792 19.6641 18.624 19.916C18.4125 20.2333 17.9973 20.627 17.7 20.85C17.1031 21.2977 16.1991 21.75 15 21.75C13.8009 21.75 12.8969 21.2977 12.3 20.85Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.3 20.85C6.00269 20.627 5.61094 20.2685 5.37635 19.9166C5.2084 19.6647 5.20801 19.3359 5.37596 19.084C5.69922 18.6484 6.00269 18.373 6.3 18.15C6.89688 17.7023 7.80088 17.25 9 17.25C10.1991 17.25 11.1031 17.7023 11.7 18.15C11.9973 18.373 12.2539 18.5781 12.624 19.084C12.792 19.3359 12.792 19.6641 12.624 19.916C12.4125 20.2333 11.9973 20.627 11.7 20.85C11.1031 21.2977 10.1991 21.75 9 21.75C7.80088 21.75 6.89688 21.2977 6.3 20.85Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C12.4142 22.75 12.75 22.4142 12.75 22V16C12.75 15.5858 12.4142 15.25 12 15.25C11.5858 15.25 11.25 15.5858 11.25 16V22C11.25 22.4142 11.5858 22.75 12 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C7.7198 1.25 4.25 4.71979 4.25 9C4.25 13.2802 7.71979 16.75 12 16.75C16.2802 16.75 19.75 13.2802 19.75 9C19.75 4.71979 16.2802 1.25 12 1.25ZM12.75 5C12.75 4.58579 12.4142 4.25 12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V5.58333H9.5C9.08579 5.58333 8.75 5.91912 8.75 6.33333C8.75 6.74755 9.08579 7.08333 9.5 7.08333H9.6875V10.9167H9.5C9.08579 10.9167 8.75 11.2525 8.75 11.6667C8.75 12.0809 9.08579 12.4167 9.5 12.4167H11.25V13C11.25 13.4142 11.5858 13.75 12 13.75C12.4142 13.75 12.75 13.4142 12.75 13V12.4167H13.5625C14.5393 12.4167 15.25 11.5868 15.25 10.6667V10C15.25 9.6376 15.1398 9.2892 14.9465 9C15.1398 8.7108 15.25 8.3624 15.25 8V7.33333C15.25 6.41317 14.5393 5.58333 13.5625 5.58333H12.75V5ZM11.1875 8.25V7.08333H13.5625C13.6212 7.08333 13.75 7.14893 13.75 7.33333V8C13.75 8.1844 13.6212 8.25 13.5625 8.25H11.1875ZM11.1875 9.75H13.5625C13.6212 9.75 13.75 9.8156 13.75 10V10.6667C13.75 10.8511 13.6212 10.9167 13.5625 10.9167H11.1875V9.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.3 20.85C12.0027 20.627 11.6109 20.2685 11.3763 19.9166C11.2084 19.6647 11.208 19.3359 11.376 19.084C11.6992 18.6484 12.0027 18.373 12.3 18.15C12.8969 17.7023 13.8009 17.25 15 17.25C16.1991 17.25 17.1031 17.7023 17.7 18.15C17.9973 18.373 18.2539 18.5781 18.624 19.084C18.792 19.3359 18.792 19.6641 18.624 19.916C18.4125 20.2333 17.9973 20.627 17.7 20.85C17.1031 21.2977 16.1991 21.75 15 21.75C13.8009 21.75 12.8969 21.2977 12.3 20.85Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.3 20.85C6.00269 20.627 5.61094 20.2685 5.37635 19.9166C5.2084 19.6647 5.20801 19.3359 5.37596 19.084C5.69922 18.6484 6.00269 18.373 6.3 18.15C6.89688 17.7023 7.80088 17.25 9 17.25C10.1991 17.25 11.1031 17.7023 11.7 18.15C11.9973 18.373 12.2539 18.5781 12.624 19.084C12.792 19.3359 12.792 19.6641 12.624 19.916C12.4125 20.2333 11.9973 20.627 11.7 20.85C11.1031 21.2977 10.1991 21.75 9 21.75C7.80088 21.75 6.89688 21.2977 6.3 20.85Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C12.4142 22.75 12.75 22.4142 12.75 22V16C12.75 15.5858 12.4142 15.25 12 15.25C11.5858 15.25 11.25 15.5858 11.25 16V22C11.25 22.4142 11.5858 22.75 12 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C7.7198 1.25 4.25 4.71979 4.25 9C4.25 13.2802 7.71979 16.75 12 16.75C16.2802 16.75 19.75 13.2802 19.75 9C19.75 4.71979 16.2802 1.25 12 1.25ZM12.75 5C12.75 4.58579 12.4142 4.25 12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V5.58333H9.5C9.08579 5.58333 8.75 5.91912 8.75 6.33333C8.75 6.74755 9.08579 7.08333 9.5 7.08333H9.6875V10.9167H9.5C9.08579 10.9167 8.75 11.2525 8.75 11.6667C8.75 12.0809 9.08579 12.4167 9.5 12.4167H11.25V13C11.25 13.4142 11.5858 13.75 12 13.75C12.4142 13.75 12.75 13.4142 12.75 13V12.4167H13.5625C14.5393 12.4167 15.25 11.5868 15.25 10.6667V10C15.25 9.6376 15.1398 9.2892 14.9465 9C15.1398 8.7108 15.25 8.3624 15.25 8V7.33333C15.25 6.41317 14.5393 5.58333 13.5625 5.58333H12.75V5ZM11.1875 8.25V7.08333H13.5625C13.6212 7.08333 13.75 7.14893 13.75 7.33333V8C13.75 8.1844 13.6212 8.25 13.5625 8.25H11.1875ZM11.1875 9.75H13.5625C13.6212 9.75 13.75 9.8156 13.75 10V10.6667C13.75 10.8511 13.6212 10.9167 13.5625 10.9167H11.1875V9.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-purse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 15.25C2.48122 15.25 1.25 16.4812 1.25 18C1.25 19.5188 2.48122 20.75 4 20.75C4.88747 20.75 5.57879 20.1652 5.9921 19.6656C5.99474 19.6624 5.99737 19.6592 6 19.656C6.00263 19.6592 6.00526 19.6624 6.0079 19.6656C6.42121 20.1652 7.11253 20.75 8 20.75C9.51878 20.75 10.75 19.5188 10.75 18C10.75 16.4812 9.51878 15.25 8 15.25C7.11253 15.25 6.42121 15.8348 6.0079 16.3344C6.00526 16.3376 6.00263 16.3408 6 16.344C5.99737 16.3408 5.99474 16.3376 5.9921 16.3344C5.57879 15.8348 4.88747 15.25 4 15.25ZM2.75 18C2.75 17.3096 3.30964 16.75 4 16.75C4.2171 16.75 4.52578 16.9152 4.83633 17.2906C4.97847 17.4624 5.09187 17.6452 5.16663 17.801C5.21744 17.9069 5.23734 17.9727 5.2451 18C5.23734 18.0273 5.21744 18.0931 5.16663 18.199C5.09187 18.3548 4.97847 18.5376 4.83633 18.7094C4.52578 19.0848 4.2171 19.25 4 19.25C3.30964 19.25 2.75 18.6904 2.75 18ZM9.25 18C9.25 17.3096 8.69036 16.75 8 16.75C7.7829 16.75 7.47422 16.9152 7.16367 17.2906C7.02153 17.4624 6.90812 17.6452 6.83337 17.801C6.78256 17.9069 6.76266 17.9727 6.7549 18C6.76266 18.0273 6.78256 18.0931 6.83337 18.199C6.90812 18.3548 7.02153 18.5376 7.16367 18.7094C7.47422 19.0848 7.7829 19.25 8 19.25C8.69036 19.25 9.25 18.6904 9.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.835 6.81247C18.8239 6.4427 18.7931 6.12942 18.7077 5.8442C18.3462 4.63639 17.2926 3.69298 15.9436 3.36934C15.4435 3.24938 14.8663 3.24966 14.089 3.25004L4.18182 3.25008C2.56262 3.25008 1.25 4.42533 1.25 5.87507V12.9391V12.9391V12.9391C1.24999 13.5943 1.24998 14.1974 1.26049 14.7506C2.00027 14.1263 2.95619 13.75 4 13.75C4.79669 13.75 5.46666 14.0127 6 14.3525C6.53334 14.0127 7.20331 13.75 8 13.75C10.3472 13.75 12.25 15.6528 12.25 18C12.25 19.0487 11.8701 20.0088 11.2405 20.75H15.978H15.9781C17.3014 20.75 18.3927 20.7501 19.2563 20.6461C20.1631 20.5369 20.9639 20.299 21.6051 19.7249C22.2463 19.1508 22.512 18.4338 22.6339 17.6219C22.7501 16.8487 22.75 15.8716 22.75 14.6868V12.8133C22.75 11.6284 22.7501 10.6514 22.6339 9.87812C22.512 9.06627 22.2463 8.34928 21.6051 7.77519C20.9639 7.2011 20.1631 6.96312 19.2563 6.85397C19.1214 6.83774 18.981 6.82404 18.835 6.81247ZM13.9541 5.00007C14.9259 5.00007 15.22 5.00758 15.4372 5.0597C16.1117 5.22151 16.6386 5.69322 16.8193 6.29713C16.8505 6.40127 16.8674 6.52517 16.8763 6.7514C16.5897 6.75004 16.2901 6.75005 15.9776 6.75006L4.18138 6.75006C3.64164 6.75006 3.2041 6.35831 3.2041 5.87506C3.2041 5.39181 3.64164 5.00007 4.18138 5.00007H13.9541ZM19.75 13.75C19.75 12.7835 18.9665 12 18 12C17.0335 12 16.25 12.7835 16.25 13.75C16.25 14.7165 17.0335 15.5 18 15.5C18.9665 15.5 19.75 14.7165 19.75 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 15.25C2.48122 15.25 1.25 16.4812 1.25 18C1.25 19.5188 2.48122 20.75 4 20.75C4.88747 20.75 5.57879 20.1652 5.9921 19.6656C5.99474 19.6624 5.99737 19.6592 6 19.656C6.00263 19.6592 6.00526 19.6624 6.0079 19.6656C6.42121 20.1652 7.11253 20.75 8 20.75C9.51878 20.75 10.75 19.5188 10.75 18C10.75 16.4812 9.51878 15.25 8 15.25C7.11253 15.25 6.42121 15.8348 6.0079 16.3344C6.00526 16.3376 6.00263 16.3408 6 16.344C5.99737 16.3408 5.99474 16.3376 5.9921 16.3344C5.57879 15.8348 4.88747 15.25 4 15.25ZM2.75 18C2.75 17.3096 3.30964 16.75 4 16.75C4.2171 16.75 4.52578 16.9152 4.83633 17.2906C4.97847 17.4624 5.09187 17.6452 5.16663 17.801C5.21744 17.9069 5.23734 17.9727 5.2451 18C5.23734 18.0273 5.21744 18.0931 5.16663 18.199C5.09187 18.3548 4.97847 18.5376 4.83633 18.7094C4.52578 19.0848 4.2171 19.25 4 19.25C3.30964 19.25 2.75 18.6904 2.75 18ZM9.25 18C9.25 17.3096 8.69036 16.75 8 16.75C7.7829 16.75 7.47422 16.9152 7.16367 17.2906C7.02153 17.4624 6.90812 17.6452 6.83337 17.801C6.78256 17.9069 6.76266 17.9727 6.7549 18C6.76266 18.0273 6.78256 18.0931 6.83337 18.199C6.90812 18.3548 7.02153 18.5376 7.16367 18.7094C7.47422 19.0848 7.7829 19.25 8 19.25C8.69036 19.25 9.25 18.6904 9.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.835 6.81247C18.8239 6.4427 18.7931 6.12942 18.7077 5.8442C18.3462 4.63639 17.2926 3.69298 15.9436 3.36934C15.4435 3.24938 14.8663 3.24966 14.089 3.25004L4.18182 3.25008C2.56262 3.25008 1.25 4.42533 1.25 5.87507V12.9391V12.9391V12.9391C1.24999 13.5943 1.24998 14.1974 1.26049 14.7506C2.00027 14.1263 2.95619 13.75 4 13.75C4.79669 13.75 5.46666 14.0127 6 14.3525C6.53334 14.0127 7.20331 13.75 8 13.75C10.3472 13.75 12.25 15.6528 12.25 18C12.25 19.0487 11.8701 20.0088 11.2405 20.75H15.978H15.9781C17.3014 20.75 18.3927 20.7501 19.2563 20.6461C20.1631 20.5369 20.9639 20.299 21.6051 19.7249C22.2463 19.1508 22.512 18.4338 22.6339 17.6219C22.7501 16.8487 22.75 15.8716 22.75 14.6868V12.8133C22.75 11.6284 22.7501 10.6514 22.6339 9.87812C22.512 9.06627 22.2463 8.34928 21.6051 7.77519C20.9639 7.2011 20.1631 6.96312 19.2563 6.85397C19.1214 6.83774 18.981 6.82404 18.835 6.81247ZM13.9541 5.00007C14.9259 5.00007 15.22 5.00758 15.4372 5.0597C16.1117 5.22151 16.6386 5.69322 16.8193 6.29713C16.8505 6.40127 16.8674 6.52517 16.8763 6.7514C16.5897 6.75004 16.2901 6.75005 15.9776 6.75006L4.18138 6.75006C3.64164 6.75006 3.2041 6.35831 3.2041 5.87506C3.2041 5.39181 3.64164 5.00007 4.18138 5.00007H13.9541ZM19.75 13.75C19.75 12.7835 18.9665 12 18 12C17.0335 12 16.25 12.7835 16.25 13.75C16.25 14.7165 17.0335 15.5 18 15.5C18.9665 15.5 19.75 14.7165 19.75 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-ripple{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06293 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12 5.75C9.92893 5.75 8.25 7.42893 8.25 9.5C8.25 9.6535 8.25926 9.80503 8.27728 9.95403C6.80636 10.4612 5.75 11.8569 5.75 13.5C5.75 15.5711 7.42893 17.25 9.5 17.25C10.4608 17.25 11.337 16.8883 12 16.295C12.663 16.8883 13.5392 17.25 14.5 17.25C16.5711 17.25 18.25 15.5711 18.25 13.5C18.25 11.8569 17.1936 10.4612 15.7227 9.95403C15.7407 9.80504 15.75 9.6535 15.75 9.5C15.75 7.42893 14.0711 5.75 12 5.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06293 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12 5.75C9.92893 5.75 8.25 7.42893 8.25 9.5C8.25 9.6535 8.25926 9.80503 8.27728 9.95403C6.80636 10.4612 5.75 11.8569 5.75 13.5C5.75 15.5711 7.42893 17.25 9.5 17.25C10.4608 17.25 11.337 16.8883 12 16.295C12.663 16.8883 13.5392 17.25 14.5 17.25C16.5711 17.25 18.25 15.5711 18.25 13.5C18.25 11.8569 17.1936 10.4612 15.7227 9.95403C15.7407 9.80504 15.75 9.6535 15.75 9.5C15.75 7.42893 14.0711 5.75 12 5.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-shield-blockchain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9985 1.25C10.3867 1.25 9.07948 1.82495 7.94845 2.44345C7.60356 2.63206 7.28455 2.81782 6.98063 2.99479C6.24184 3.42498 5.59226 3.80324 4.87699 4.04413C4.45481 4.18631 4.07585 4.31393 3.80771 4.42484C3.55387 4.52984 3.24849 4.67545 3.03312 4.92811C2.84288 5.15129 2.74669 5.3994 2.6831 5.63457C2.62487 5.84993 2.57513 6.14122 2.52688 6.42385C1.35899 13.2609 3.90365 19.7706 10.1942 22.3128C10.8076 22.5608 11.2755 22.75 12.0016 22.75C12.7277 22.75 13.1957 22.5608 13.809 22.3128C20.0994 19.7705 22.6415 13.2606 21.4733 6.4238C21.425 6.14115 21.3752 5.84978 21.317 5.63441C21.2534 5.39922 21.1572 5.15108 20.9669 4.92789C20.7515 4.67524 20.4461 4.52967 20.1922 4.4247C19.9241 4.31383 19.5452 4.18628 19.123 4.04418C18.4073 3.80327 17.7572 3.42491 17.0178 2.99465L17.0178 2.99462L17.0178 2.9946C16.7137 2.81768 16.3946 2.63197 16.0497 2.44344C14.9181 1.82495 13.6104 1.25 11.9985 1.25ZM16.7505 9.25V13.75C16.7505 14.3196 16.3565 14.6614 16.0777 14.8521C15.8014 15.0411 15.4137 15.2311 14.9931 15.4371L12.805 16.5097C12.6101 16.6069 12.3232 16.75 12.0005 16.75C11.6778 16.75 11.3909 16.6069 11.1959 16.5097L9.00788 15.4371C8.58724 15.231 8.19954 15.0411 7.92324 14.8521C7.64445 14.6614 7.25049 14.3196 7.25049 13.75V9.25C7.25049 8.6804 7.64445 8.33859 7.92323 8.14789C8.19954 7.95888 8.58723 7.76896 9.00787 7.5629L11.196 6.49031C11.3909 6.39307 11.6778 6.25 12.0005 6.25C12.3232 6.25 12.6101 6.39307 12.805 6.49031L14.9931 7.56291C15.4138 7.76897 15.8014 7.95888 16.0777 8.14789C16.3565 8.33859 16.7505 8.6804 16.7505 9.25ZM11.9076 7.81408L12.0005 7.76855L12.094 7.81438L12.0941 7.81443C12.6482 8.08585 14.845 9.16203 15.0047 9.24968C14.845 9.33733 12.6476 10.4138 12.0936 10.6852L12.0935 10.6852L12.0005 10.7308L11.9075 10.6852C11.3545 10.4143 9.15605 9.33736 8.99629 9.24968C9.15606 9.16199 11.3547 8.08493 11.9076 7.81408ZM12.7505 12.0365L15.2505 10.8102V13.6001L12.7505 14.8653V12.0365ZM8.75049 13.6001L11.2505 14.8653V12.0365L8.75049 10.8102V13.6001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9985 1.25C10.3867 1.25 9.07948 1.82495 7.94845 2.44345C7.60356 2.63206 7.28455 2.81782 6.98063 2.99479C6.24184 3.42498 5.59226 3.80324 4.87699 4.04413C4.45481 4.18631 4.07585 4.31393 3.80771 4.42484C3.55387 4.52984 3.24849 4.67545 3.03312 4.92811C2.84288 5.15129 2.74669 5.3994 2.6831 5.63457C2.62487 5.84993 2.57513 6.14122 2.52688 6.42385C1.35899 13.2609 3.90365 19.7706 10.1942 22.3128C10.8076 22.5608 11.2755 22.75 12.0016 22.75C12.7277 22.75 13.1957 22.5608 13.809 22.3128C20.0994 19.7705 22.6415 13.2606 21.4733 6.4238C21.425 6.14115 21.3752 5.84978 21.317 5.63441C21.2534 5.39922 21.1572 5.15108 20.9669 4.92789C20.7515 4.67524 20.4461 4.52967 20.1922 4.4247C19.9241 4.31383 19.5452 4.18628 19.123 4.04418C18.4073 3.80327 17.7572 3.42491 17.0178 2.99465L17.0178 2.99462L17.0178 2.9946C16.7137 2.81768 16.3946 2.63197 16.0497 2.44344C14.9181 1.82495 13.6104 1.25 11.9985 1.25ZM16.7505 9.25V13.75C16.7505 14.3196 16.3565 14.6614 16.0777 14.8521C15.8014 15.0411 15.4137 15.2311 14.9931 15.4371L12.805 16.5097C12.6101 16.6069 12.3232 16.75 12.0005 16.75C11.6778 16.75 11.3909 16.6069 11.1959 16.5097L9.00788 15.4371C8.58724 15.231 8.19954 15.0411 7.92324 14.8521C7.64445 14.6614 7.25049 14.3196 7.25049 13.75V9.25C7.25049 8.6804 7.64445 8.33859 7.92323 8.14789C8.19954 7.95888 8.58723 7.76896 9.00787 7.5629L11.196 6.49031C11.3909 6.39307 11.6778 6.25 12.0005 6.25C12.3232 6.25 12.6101 6.39307 12.805 6.49031L14.9931 7.56291C15.4138 7.76897 15.8014 7.95888 16.0777 8.14789C16.3565 8.33859 16.7505 8.6804 16.7505 9.25ZM11.9076 7.81408L12.0005 7.76855L12.094 7.81438L12.0941 7.81443C12.6482 8.08585 14.845 9.16203 15.0047 9.24968C14.845 9.33733 12.6476 10.4138 12.0936 10.6852L12.0935 10.6852L12.0005 10.7308L11.9075 10.6852C11.3545 10.4143 9.15605 9.33736 8.99629 9.24968C9.15606 9.16199 11.3547 8.08493 11.9076 7.81408ZM12.7505 12.0365L15.2505 10.8102V13.6001L12.7505 14.8653V12.0365ZM8.75049 13.6001L11.2505 14.8653V12.0365L8.75049 10.8102V13.6001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-shield-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9985 1.25C10.3867 1.25 9.07948 1.82495 7.94845 2.44345C7.60356 2.63206 7.28455 2.81782 6.98063 2.99479C6.24184 3.42498 5.59226 3.80324 4.87699 4.04413C4.45481 4.18631 4.07585 4.31393 3.80771 4.42484C3.55387 4.52984 3.24849 4.67545 3.03312 4.92811C2.84288 5.15129 2.74669 5.3994 2.6831 5.63457C2.62487 5.84993 2.57513 6.14122 2.52688 6.42385C1.35899 13.2609 3.90365 19.7706 10.1942 22.3128C10.8076 22.5608 11.2755 22.75 12.0016 22.75C12.7277 22.75 13.1957 22.5608 13.809 22.3128C20.0994 19.7705 22.6415 13.2606 21.4733 6.4238C21.425 6.14115 21.3752 5.84978 21.317 5.63441C21.2534 5.39922 21.1572 5.15108 20.9669 4.92789C20.7515 4.67524 20.4461 4.52967 20.1922 4.4247C19.9241 4.31383 19.5452 4.18628 19.123 4.04418C18.4073 3.80327 17.7572 3.42491 17.0178 2.99465L17.0178 2.99462L17.0178 2.9946C16.7137 2.81768 16.3946 2.63197 16.0497 2.44344C14.9181 1.82495 13.6104 1.25 11.9985 1.25ZM13.7772 6.55907C13.7772 5.99528 13.4448 5.5337 12.9797 5.34288C12.5049 5.14811 11.9217 5.25337 11.5453 5.71841L7.54628 10.659C7.20745 11.0776 7.18357 11.607 7.35431 12.0176C7.5258 12.43 7.9363 12.808 8.51473 12.808H10.2233V16.4403C10.2233 17.0041 10.5557 17.4657 11.0208 17.6565C11.4955 17.8513 12.0788 17.746 12.4552 17.281L16.4542 12.3404C16.793 11.9217 16.8169 11.3924 16.6462 10.9818C16.4747 10.5693 16.0642 10.1914 15.4858 10.1914H13.7772V6.55907Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9985 1.25C10.3867 1.25 9.07948 1.82495 7.94845 2.44345C7.60356 2.63206 7.28455 2.81782 6.98063 2.99479C6.24184 3.42498 5.59226 3.80324 4.87699 4.04413C4.45481 4.18631 4.07585 4.31393 3.80771 4.42484C3.55387 4.52984 3.24849 4.67545 3.03312 4.92811C2.84288 5.15129 2.74669 5.3994 2.6831 5.63457C2.62487 5.84993 2.57513 6.14122 2.52688 6.42385C1.35899 13.2609 3.90365 19.7706 10.1942 22.3128C10.8076 22.5608 11.2755 22.75 12.0016 22.75C12.7277 22.75 13.1957 22.5608 13.809 22.3128C20.0994 19.7705 22.6415 13.2606 21.4733 6.4238C21.425 6.14115 21.3752 5.84978 21.317 5.63441C21.2534 5.39922 21.1572 5.15108 20.9669 4.92789C20.7515 4.67524 20.4461 4.52967 20.1922 4.4247C19.9241 4.31383 19.5452 4.18628 19.123 4.04418C18.4073 3.80327 17.7572 3.42491 17.0178 2.99465L17.0178 2.99462L17.0178 2.9946C16.7137 2.81768 16.3946 2.63197 16.0497 2.44344C14.9181 1.82495 13.6104 1.25 11.9985 1.25ZM13.7772 6.55907C13.7772 5.99528 13.4448 5.5337 12.9797 5.34288C12.5049 5.14811 11.9217 5.25337 11.5453 5.71841L7.54628 10.659C7.20745 11.0776 7.18357 11.607 7.35431 12.0176C7.5258 12.43 7.9363 12.808 8.51473 12.808H10.2233V16.4403C10.2233 17.0041 10.5557 17.4657 11.0208 17.6565C11.4955 17.8513 12.0788 17.746 12.4552 17.281L16.4542 12.3404C16.793 11.9217 16.8169 11.3924 16.6462 10.9818C16.4747 10.5693 16.0642 10.1914 15.4858 10.1914H13.7772V6.55907Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-crypto-icons-stake{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.52019 1.87427C4.70117 1.48061 6.28497 1.25 8 1.25C9.71503 1.25 11.2988 1.48061 12.4798 1.87427C13.0664 2.0698 13.5952 2.31915 13.9927 2.63245C14.3818 2.93909 14.75 3.39556 14.75 4C14.75 4.60444 14.3818 5.06091 13.9927 5.36755C13.5952 5.68085 13.0664 5.9302 12.4798 6.12573C11.2988 6.51939 9.71503 6.75 8 6.75C6.28497 6.75 4.70117 6.51939 3.52019 6.12573C2.93362 5.9302 2.40483 5.68085 2.00728 5.36755C1.61818 5.06091 1.25 4.60444 1.25 4C1.25 3.39556 1.61818 2.93909 2.00728 2.63245C2.40483 2.31915 2.93362 2.0698 3.52019 1.87427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.17857 11.7291C3.1826 11.7335 3.18721 11.7383 3.19246 11.7436C3.27415 11.8261 3.44305 11.9487 3.73691 12.0834C4.32023 12.3507 5.20834 12.5807 6.30504 12.7018C6.83446 12.7603 7.21688 13.2425 7.15918 13.7788C7.10148 14.3152 6.62553 14.7026 6.0961 14.6442C4.87844 14.5097 3.7734 14.2445 2.94218 13.8636C2.52876 13.6742 2.13503 13.4345 1.83091 13.1274C1.52361 12.817 1.25 12.3742 1.25 11.8155V4H3.17857V7.82199C3.1941 7.83872 3.21818 7.862 3.25432 7.89166C3.41348 8.02227 3.70283 8.18373 4.14708 8.33956C5.02607 8.64786 6.30577 8.86314 7.77599 8.88314C8.30851 8.89039 8.7344 9.33361 8.72725 9.8731C8.7201 10.4126 8.28261 10.8441 7.7501 10.8368C6.13483 10.8149 4.64015 10.5802 3.51613 10.1859C3.40178 10.1458 3.28902 10.1033 3.17857 10.0582V11.7291ZM14.75 4V6.0689C14.75 6.60844 14.3183 7.04583 13.7857 7.04583C13.2532 7.04583 12.8214 6.60844 12.8214 6.0689V4H14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5 22.75C19.5041 22.75 22.75 19.5041 22.75 15.5C22.75 11.4959 19.5041 8.25 15.5 8.25C11.4959 8.25 8.25 11.4959 8.25 15.5C8.25 19.5041 11.4959 22.75 15.5 22.75ZM15.4431 12.817L15.5 12.7881L15.5569 12.817L17.1216 13.6122C17.2218 13.6631 17.311 13.7085 17.3913 13.75C17.311 13.7915 17.2218 13.8369 17.1216 13.8878L15.5569 14.683L15.5 14.7119L15.4431 14.683L13.8784 13.8878C13.7782 13.8369 13.689 13.7915 13.6087 13.75C13.689 13.7085 13.7782 13.6631 13.8784 13.6122L15.4431 12.817ZM16.25 16.0134L17.75 15.2511V17.0515C17.703 17.0811 17.6409 17.1171 17.5585 17.1617C17.4392 17.2264 17.2974 17.2985 17.1216 17.3878L16.25 17.8308V16.0134ZM13.8784 17.3878L14.75 17.8308V16.0134L13.25 15.2511V17.0515C13.297 17.0811 13.3591 17.1171 13.4415 17.1617C13.5608 17.2264 13.7026 17.2985 13.8784 17.3878ZM19.25 17.25V13.75C19.25 13.2328 18.9016 12.9238 18.6743 12.7626C18.4552 12.6072 18.1528 12.4535 17.8442 12.2968L17.8012 12.275L16.2365 11.4798L16.2204 11.4716L16.2203 11.4716C16.1376 11.4295 16.0373 11.3784 15.9435 11.3409C15.8297 11.2953 15.6807 11.25 15.5 11.25C15.3193 11.25 15.1703 11.2953 15.0565 11.3409C14.9627 11.3784 14.8624 11.4295 14.7797 11.4716L14.7635 11.4798L13.1988 12.275L13.1558 12.2968L13.1558 12.2968C12.8472 12.4535 12.5448 12.6072 12.3257 12.7626C12.0984 12.9238 11.75 13.2328 11.75 13.75V17.25C11.75 17.7672 12.0985 18.0762 12.3257 18.2374C12.5448 18.3928 12.8472 18.5465 13.1558 18.7032L13.1988 18.725L14.7635 19.5202L14.7797 19.5284C14.8624 19.5705 14.9627 19.6216 15.0565 19.6591C15.1703 19.7047 15.3193 19.75 15.5 19.75C15.6807 19.75 15.8297 19.7047 15.9435 19.6591C16.0373 19.6216 16.1376 19.5706 16.2203 19.5285L16.2204 19.5284L16.2365 19.5202L17.8012 18.725L17.8442 18.7032L17.8442 18.7032C18.1528 18.5465 18.4552 18.3928 18.6743 18.2374C18.9016 18.0762 19.25 17.7672 19.25 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.52019 1.87427C4.70117 1.48061 6.28497 1.25 8 1.25C9.71503 1.25 11.2988 1.48061 12.4798 1.87427C13.0664 2.0698 13.5952 2.31915 13.9927 2.63245C14.3818 2.93909 14.75 3.39556 14.75 4C14.75 4.60444 14.3818 5.06091 13.9927 5.36755C13.5952 5.68085 13.0664 5.9302 12.4798 6.12573C11.2988 6.51939 9.71503 6.75 8 6.75C6.28497 6.75 4.70117 6.51939 3.52019 6.12573C2.93362 5.9302 2.40483 5.68085 2.00728 5.36755C1.61818 5.06091 1.25 4.60444 1.25 4C1.25 3.39556 1.61818 2.93909 2.00728 2.63245C2.40483 2.31915 2.93362 2.0698 3.52019 1.87427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.17857 11.7291C3.1826 11.7335 3.18721 11.7383 3.19246 11.7436C3.27415 11.8261 3.44305 11.9487 3.73691 12.0834C4.32023 12.3507 5.20834 12.5807 6.30504 12.7018C6.83446 12.7603 7.21688 13.2425 7.15918 13.7788C7.10148 14.3152 6.62553 14.7026 6.0961 14.6442C4.87844 14.5097 3.7734 14.2445 2.94218 13.8636C2.52876 13.6742 2.13503 13.4345 1.83091 13.1274C1.52361 12.817 1.25 12.3742 1.25 11.8155V4H3.17857V7.82199C3.1941 7.83872 3.21818 7.862 3.25432 7.89166C3.41348 8.02227 3.70283 8.18373 4.14708 8.33956C5.02607 8.64786 6.30577 8.86314 7.77599 8.88314C8.30851 8.89039 8.7344 9.33361 8.72725 9.8731C8.7201 10.4126 8.28261 10.8441 7.7501 10.8368C6.13483 10.8149 4.64015 10.5802 3.51613 10.1859C3.40178 10.1458 3.28902 10.1033 3.17857 10.0582V11.7291ZM14.75 4V6.0689C14.75 6.60844 14.3183 7.04583 13.7857 7.04583C13.2532 7.04583 12.8214 6.60844 12.8214 6.0689V4H14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5 22.75C19.5041 22.75 22.75 19.5041 22.75 15.5C22.75 11.4959 19.5041 8.25 15.5 8.25C11.4959 8.25 8.25 11.4959 8.25 15.5C8.25 19.5041 11.4959 22.75 15.5 22.75ZM15.4431 12.817L15.5 12.7881L15.5569 12.817L17.1216 13.6122C17.2218 13.6631 17.311 13.7085 17.3913 13.75C17.311 13.7915 17.2218 13.8369 17.1216 13.8878L15.5569 14.683L15.5 14.7119L15.4431 14.683L13.8784 13.8878C13.7782 13.8369 13.689 13.7915 13.6087 13.75C13.689 13.7085 13.7782 13.6631 13.8784 13.6122L15.4431 12.817ZM16.25 16.0134L17.75 15.2511V17.0515C17.703 17.0811 17.6409 17.1171 17.5585 17.1617C17.4392 17.2264 17.2974 17.2985 17.1216 17.3878L16.25 17.8308V16.0134ZM13.8784 17.3878L14.75 17.8308V16.0134L13.25 15.2511V17.0515C13.297 17.0811 13.3591 17.1171 13.4415 17.1617C13.5608 17.2264 13.7026 17.2985 13.8784 17.3878ZM19.25 17.25V13.75C19.25 13.2328 18.9016 12.9238 18.6743 12.7626C18.4552 12.6072 18.1528 12.4535 17.8442 12.2968L17.8012 12.275L16.2365 11.4798L16.2204 11.4716L16.2203 11.4716C16.1376 11.4295 16.0373 11.3784 15.9435 11.3409C15.8297 11.2953 15.6807 11.25 15.5 11.25C15.3193 11.25 15.1703 11.2953 15.0565 11.3409C14.9627 11.3784 14.8624 11.4295 14.7797 11.4716L14.7635 11.4798L13.1988 12.275L13.1558 12.2968L13.1558 12.2968C12.8472 12.4535 12.5448 12.6072 12.3257 12.7626C12.0984 12.9238 11.75 13.2328 11.75 13.75V17.25C11.75 17.7672 12.0985 18.0762 12.3257 18.2374C12.5448 18.3928 12.8472 18.5465 13.1558 18.7032L13.1988 18.725L14.7635 19.5202L14.7797 19.5284C14.8624 19.5705 14.9627 19.6216 15.0565 19.6591C15.1703 19.7047 15.3193 19.75 15.5 19.75C15.6807 19.75 15.8297 19.7047 15.9435 19.6591C16.0373 19.6216 16.1376 19.5706 16.2203 19.5285L16.2204 19.5284L16.2365 19.5202L17.8012 18.725L17.8442 18.7032L17.8442 18.7032C18.1528 18.5465 18.4552 18.3928 18.6743 18.2374C18.9016 18.0762 19.25 17.7672 19.25 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-dashboard-browsing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0568 1.75H11.9425C9.75179 1.74999 8.03109 1.74998 6.68768 1.93059C5.31102 2.11568 4.21877 2.50272 3.36057 3.36091C2.50237 4.21911 2.11534 5.31137 1.93025 6.68802C1.90789 6.85439 1.88829 7.02654 1.87112 7.20465C1.825 7.6831 1.80193 7.92233 1.95074 8.08616C2.09954 8.25 2.34861 8.25 2.84675 8.25H21.1526C21.6507 8.25 21.8998 8.25 22.0486 8.08616C22.1974 7.92233 22.1743 7.6831 22.1282 7.20465C22.111 7.02654 22.0914 6.85439 22.0691 6.68802C21.884 5.31137 21.4969 4.21911 20.6387 3.36091C19.7805 2.50272 18.6883 2.11568 17.3116 1.93059C15.9682 1.74998 14.2475 1.74999 12.0568 1.75ZM2.74594 9.75H21.2541C21.7205 9.75 21.9538 9.75 22.1001 9.89587C22.2465 10.0417 22.2472 10.2736 22.2487 10.7374V10.7374C22.25 11.1225 22.25 11.5241 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428V11.9426C1.75 11.5239 1.75 11.1224 1.75126 10.7374C1.75277 10.2736 1.75353 10.0417 1.89988 9.89587C2.04622 9.75 2.27946 9.75 2.74594 9.75ZM5.99219 5C5.99219 4.44772 6.4399 4 6.99219 4H7.00117C7.55345 4 8.00117 4.44772 8.00117 5C8.00117 5.55228 7.55345 6 7.00117 6H6.99219C6.4399 6 5.99219 5.55228 5.99219 5ZM10.9922 4C10.4399 4 9.99219 4.44772 9.99219 5C9.99219 5.55228 10.4399 6 10.9922 6H11.0012C11.5535 6 12.0012 5.55228 12.0012 5C12.0012 4.44772 11.5535 4 11.0012 4H10.9922ZM12 14.25C9.65279 14.25 7.75 16.1528 7.75 18.5C7.75 18.9142 7.41421 19.25 7 19.25C6.58579 19.25 6.25 18.9142 6.25 18.5C6.25 15.3244 8.82436 12.75 12 12.75C15.1756 12.75 17.75 15.3244 17.75 18.5C17.75 18.9142 17.4142 19.25 17 19.25C16.5858 19.25 16.25 18.9142 16.25 18.5C16.25 16.1528 14.3472 14.25 12 14.25ZM13.2374 16.2626C13.5303 16.5555 13.5303 17.0304 13.2374 17.3233L11.8231 18.7375C11.5303 19.0304 11.0554 19.0304 10.7625 18.7375C10.4696 18.4446 10.4696 17.9697 10.7625 17.6769L12.1767 16.2626C12.4696 15.9697 12.9445 15.9697 13.2374 16.2626Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0568 1.75H11.9425C9.75179 1.74999 8.03109 1.74998 6.68768 1.93059C5.31102 2.11568 4.21877 2.50272 3.36057 3.36091C2.50237 4.21911 2.11534 5.31137 1.93025 6.68802C1.90789 6.85439 1.88829 7.02654 1.87112 7.20465C1.825 7.6831 1.80193 7.92233 1.95074 8.08616C2.09954 8.25 2.34861 8.25 2.84675 8.25H21.1526C21.6507 8.25 21.8998 8.25 22.0486 8.08616C22.1974 7.92233 22.1743 7.6831 22.1282 7.20465C22.111 7.02654 22.0914 6.85439 22.0691 6.68802C21.884 5.31137 21.4969 4.21911 20.6387 3.36091C19.7805 2.50272 18.6883 2.11568 17.3116 1.93059C15.9682 1.74998 14.2475 1.74999 12.0568 1.75ZM2.74594 9.75H21.2541C21.7205 9.75 21.9538 9.75 22.1001 9.89587C22.2465 10.0417 22.2472 10.2736 22.2487 10.7374V10.7374C22.25 11.1225 22.25 11.5241 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428V11.9426C1.75 11.5239 1.75 11.1224 1.75126 10.7374C1.75277 10.2736 1.75353 10.0417 1.89988 9.89587C2.04622 9.75 2.27946 9.75 2.74594 9.75ZM5.99219 5C5.99219 4.44772 6.4399 4 6.99219 4H7.00117C7.55345 4 8.00117 4.44772 8.00117 5C8.00117 5.55228 7.55345 6 7.00117 6H6.99219C6.4399 6 5.99219 5.55228 5.99219 5ZM10.9922 4C10.4399 4 9.99219 4.44772 9.99219 5C9.99219 5.55228 10.4399 6 10.9922 6H11.0012C11.5535 6 12.0012 5.55228 12.0012 5C12.0012 4.44772 11.5535 4 11.0012 4H10.9922ZM12 14.25C9.65279 14.25 7.75 16.1528 7.75 18.5C7.75 18.9142 7.41421 19.25 7 19.25C6.58579 19.25 6.25 18.9142 6.25 18.5C6.25 15.3244 8.82436 12.75 12 12.75C15.1756 12.75 17.75 15.3244 17.75 18.5C17.75 18.9142 17.4142 19.25 17 19.25C16.5858 19.25 16.25 18.9142 16.25 18.5C16.25 16.1528 14.3472 14.25 12 14.25ZM13.2374 16.2626C13.5303 16.5555 13.5303 17.0304 13.2374 17.3233L11.8231 18.7375C11.5303 19.0304 11.0554 19.0304 10.7625 18.7375C10.4696 18.4446 10.4696 17.9697 10.7625 17.6769L12.1767 16.2626C12.4696 15.9697 12.9445 15.9697 13.2374 16.2626Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-dashboard-circle-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 6C1.25 3.37665 3.37665 1.25 6 1.25C8.62335 1.25 10.75 3.37665 10.75 6C10.75 8.62335 8.62335 10.75 6 10.75C3.37665 10.75 1.25 8.62335 1.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 18C1.25 15.3766 3.37665 13.25 6 13.25C8.62335 13.25 10.75 15.3766 10.75 18C10.75 20.6234 8.62335 22.75 6 22.75C3.37665 22.75 1.25 20.6234 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.25 18C13.25 15.3766 15.3766 13.25 18 13.25C20.6234 13.25 22.75 15.3766 22.75 18C22.75 20.6234 20.6234 22.75 18 22.75C15.3766 22.75 13.25 20.6234 13.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 1.75C18.3023 1.75 18.75 2.19772 18.75 2.75V5.25L21.25 5.25C21.8023 5.25 22.25 5.69772 22.25 6.25C22.25 6.80228 21.8023 7.25 21.25 7.25H18.75V9.75C18.75 10.3023 18.3023 10.75 17.75 10.75C17.1977 10.75 16.75 10.3023 16.75 9.75V7.25H14.25C13.6977 7.25 13.25 6.80228 13.25 6.25C13.25 5.69771 13.6977 5.25 14.25 5.25L16.75 5.25V2.75C16.75 2.19772 17.1977 1.75 17.75 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 6C1.25 3.37665 3.37665 1.25 6 1.25C8.62335 1.25 10.75 3.37665 10.75 6C10.75 8.62335 8.62335 10.75 6 10.75C3.37665 10.75 1.25 8.62335 1.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 18C1.25 15.3766 3.37665 13.25 6 13.25C8.62335 13.25 10.75 15.3766 10.75 18C10.75 20.6234 8.62335 22.75 6 22.75C3.37665 22.75 1.25 20.6234 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.25 18C13.25 15.3766 15.3766 13.25 18 13.25C20.6234 13.25 22.75 15.3766 22.75 18C22.75 20.6234 20.6234 22.75 18 22.75C15.3766 22.75 13.25 20.6234 13.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 1.75C18.3023 1.75 18.75 2.19772 18.75 2.75V5.25L21.25 5.25C21.8023 5.25 22.25 5.69772 22.25 6.25C22.25 6.80228 21.8023 7.25 21.25 7.25H18.75V9.75C18.75 10.3023 18.3023 10.75 17.75 10.75C17.1977 10.75 16.75 10.3023 16.75 9.75V7.25H14.25C13.6977 7.25 13.25 6.80228 13.25 6.25C13.25 5.69771 13.6977 5.25 14.25 5.25L16.75 5.25V2.75C16.75 2.19772 17.1977 1.75 17.75 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-dashboard-circle-edit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.3439 2.03822C19.0095 1.65393 19.8296 1.65393 20.4952 2.03822C20.743 2.18129 20.965 2.40371 21.2237 2.663L21.2803 2.71968L21.337 2.77629L21.337 2.7763C21.5963 3.03505 21.8187 3.257 21.9618 3.50482C22.3461 4.17043 22.3461 4.99049 21.9618 5.6561C21.8187 5.90392 21.5963 6.12587 21.337 6.38462L21.337 6.38463L21.2803 6.44124L18.1466 9.575C17.7057 10.0158 17.1734 10.2218 16.6951 10.3439C16.4564 10.4049 16.2165 10.4483 15.9989 10.4859L15.8843 10.5056L15.8842 10.5056C15.7053 10.5362 15.544 10.5639 15.3858 10.5977L15.3438 10.6067L15.3438 10.6067C15.0539 10.6687 14.7639 10.7308 14.5239 10.7461C14.2597 10.7629 13.8765 10.737 13.5697 10.4303C13.263 10.1235 13.2371 9.74035 13.2539 9.47607C13.2692 9.23614 13.3313 8.94609 13.3933 8.6562L13.4023 8.61417C13.4361 8.45604 13.4638 8.29467 13.4944 8.11572L13.5141 8.00109C13.5517 7.78349 13.5951 7.54362 13.6561 7.30485C13.7782 6.82663 13.9842 6.29428 14.425 5.85345L17.5588 2.71969L17.6154 2.663C17.8741 2.40372 18.0961 2.1813 18.3439 2.03822Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 6C1.25 3.37665 3.37665 1.25 6 1.25C8.62335 1.25 10.75 3.37665 10.75 6C10.75 8.62335 8.62335 10.75 6 10.75C3.37665 10.75 1.25 8.62335 1.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 18C1.25 15.3766 3.37665 13.25 6 13.25C8.62335 13.25 10.75 15.3766 10.75 18C10.75 20.6234 8.62335 22.75 6 22.75C3.37665 22.75 1.25 20.6234 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.25 18C13.25 15.3766 15.3766 13.25 18 13.25C20.6234 13.25 22.75 15.3766 22.75 18C22.75 20.6234 20.6234 22.75 18 22.75C15.3766 22.75 13.25 20.6234 13.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.3439 2.03822C19.0095 1.65393 19.8296 1.65393 20.4952 2.03822C20.743 2.18129 20.965 2.40371 21.2237 2.663L21.2803 2.71968L21.337 2.77629L21.337 2.7763C21.5963 3.03505 21.8187 3.257 21.9618 3.50482C22.3461 4.17043 22.3461 4.99049 21.9618 5.6561C21.8187 5.90392 21.5963 6.12587 21.337 6.38462L21.337 6.38463L21.2803 6.44124L18.1466 9.575C17.7057 10.0158 17.1734 10.2218 16.6951 10.3439C16.4564 10.4049 16.2165 10.4483 15.9989 10.4859L15.8843 10.5056L15.8842 10.5056C15.7053 10.5362 15.544 10.5639 15.3858 10.5977L15.3438 10.6067L15.3438 10.6067C15.0539 10.6687 14.7639 10.7308 14.5239 10.7461C14.2597 10.7629 13.8765 10.737 13.5697 10.4303C13.263 10.1235 13.2371 9.74035 13.2539 9.47607C13.2692 9.23614 13.3313 8.94609 13.3933 8.6562L13.4023 8.61417C13.4361 8.45604 13.4638 8.29467 13.4944 8.11572L13.5141 8.00109C13.5517 7.78349 13.5951 7.54362 13.6561 7.30485C13.7782 6.82663 13.9842 6.29428 14.425 5.85345L17.5588 2.71969L17.6154 2.663C17.8741 2.40372 18.0961 2.1813 18.3439 2.03822Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 6C1.25 3.37665 3.37665 1.25 6 1.25C8.62335 1.25 10.75 3.37665 10.75 6C10.75 8.62335 8.62335 10.75 6 10.75C3.37665 10.75 1.25 8.62335 1.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 18C1.25 15.3766 3.37665 13.25 6 13.25C8.62335 13.25 10.75 15.3766 10.75 18C10.75 20.6234 8.62335 22.75 6 22.75C3.37665 22.75 1.25 20.6234 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.25 18C13.25 15.3766 15.3766 13.25 18 13.25C20.6234 13.25 22.75 15.3766 22.75 18C22.75 20.6234 20.6234 22.75 18 22.75C15.3766 22.75 13.25 20.6234 13.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-dashboard-circle-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 6C1.25 3.37665 3.37665 1.25 6 1.25C8.62335 1.25 10.75 3.37665 10.75 6C10.75 8.62335 8.62335 10.75 6 10.75C3.37665 10.75 1.25 8.62335 1.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 18C1.25 15.3766 3.37665 13.25 6 13.25C8.62335 13.25 10.75 15.3766 10.75 18C10.75 20.6234 8.62335 22.75 6 22.75C3.37665 22.75 1.25 20.6234 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.25 18C13.25 15.3766 15.3766 13.25 18 13.25C20.6234 13.25 22.75 15.3766 22.75 18C22.75 20.6234 20.6234 22.75 18 22.75C15.3766 22.75 13.25 20.6234 13.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 5.25H21.25C21.8023 5.25 22.25 5.69772 22.25 6.25C22.25 6.80229 21.8023 7.25 21.25 7.25L14.25 7.25C13.6977 7.25 13.25 6.80228 13.25 6.25C13.25 5.69772 13.6977 5.25 14.25 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 6C1.25 3.37665 3.37665 1.25 6 1.25C8.62335 1.25 10.75 3.37665 10.75 6C10.75 8.62335 8.62335 10.75 6 10.75C3.37665 10.75 1.25 8.62335 1.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 18C1.25 15.3766 3.37665 13.25 6 13.25C8.62335 13.25 10.75 15.3766 10.75 18C10.75 20.6234 8.62335 22.75 6 22.75C3.37665 22.75 1.25 20.6234 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.25 18C13.25 15.3766 15.3766 13.25 18 13.25C20.6234 13.25 22.75 15.3766 22.75 18C22.75 20.6234 20.6234 22.75 18 22.75C15.3766 22.75 13.25 20.6234 13.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 5.25H21.25C21.8023 5.25 22.25 5.69772 22.25 6.25C22.25 6.80229 21.8023 7.25 21.25 7.25L14.25 7.25C13.6977 7.25 13.25 6.80228 13.25 6.25C13.25 5.69772 13.6977 5.25 14.25 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-dashboard-circle-setting{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 6C1.25 3.37665 3.37665 1.25 6 1.25C8.62335 1.25 10.75 3.37665 10.75 6C10.75 8.62335 8.62335 10.75 6 10.75C3.37665 10.75 1.25 8.62335 1.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 18C1.25 15.3766 3.37665 13.25 6 13.25C8.62335 13.25 10.75 15.3766 10.75 18C10.75 20.6234 8.62335 22.75 6 22.75C3.37665 22.75 1.25 20.6234 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.25 18C13.25 15.3766 15.3766 13.25 18 13.25C20.6234 13.25 22.75 15.3766 22.75 18C22.75 20.6234 20.6234 22.75 18 22.75C15.3766 22.75 13.25 20.6234 13.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7501 1.25C18.3024 1.25 18.7501 1.69772 18.7501 2.25V2.51987C19.3494 2.67537 19.8936 2.96738 20.3451 3.36095L20.7033 3.12703C21.1657 2.82503 21.7854 2.95507 22.0874 3.41748C22.3894 3.87988 22.2593 4.49955 21.7969 4.80154L21.463 5.01962C21.595 5.40613 21.6668 5.82007 21.6668 6.25C21.6668 6.68001 21.595 7.09402 21.4629 7.48058L21.7966 7.69846C22.259 8.00045 22.389 8.62012 22.087 9.08252C21.785 9.54493 21.1653 9.67496 20.7029 9.37297L20.345 9.13919C19.8934 9.53268 19.3494 9.82465 18.7501 9.98013V10.25C18.7501 10.8023 18.3024 11.25 17.7501 11.25C17.1978 11.25 16.7501 10.8023 16.7501 10.25V9.98013C16.1509 9.82465 15.6068 9.53268 15.1553 9.13919L14.7973 9.37297C14.3349 9.67496 13.7152 9.54493 13.4132 9.08252C13.1112 8.62012 13.2413 8.00045 13.7037 7.69846L14.0373 7.48058C13.9052 7.09402 13.8334 6.68001 13.8334 6.25C13.8334 5.82007 13.9052 5.40613 14.0372 5.01962L13.7033 4.80154C13.2409 4.49955 13.1109 3.87988 13.4129 3.41748C13.7149 2.95507 14.3345 2.82503 14.7969 3.12703L15.1551 3.36095C15.6067 2.96738 16.1508 2.67537 16.7501 2.51987V2.25C16.7501 1.69772 17.1978 1.25 17.7501 1.25ZM17.7501 4.39286C17.0767 4.39286 16.4906 4.7277 16.1492 5.22838C15.9489 5.52221 15.8334 5.87219 15.8334 6.25C15.8334 6.62786 15.9489 6.97787 16.1493 7.27173C16.4907 7.77235 17.0768 8.10714 17.7501 8.10714C18.4235 8.10714 19.0095 7.77235 19.3509 7.27173C19.5513 6.97787 19.6668 6.62786 19.6668 6.25C19.6668 5.87219 19.5514 5.52221 19.351 5.22838C19.0096 4.7277 18.4235 4.39286 17.7501 4.39286Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 6C1.25 3.37665 3.37665 1.25 6 1.25C8.62335 1.25 10.75 3.37665 10.75 6C10.75 8.62335 8.62335 10.75 6 10.75C3.37665 10.75 1.25 8.62335 1.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 18C1.25 15.3766 3.37665 13.25 6 13.25C8.62335 13.25 10.75 15.3766 10.75 18C10.75 20.6234 8.62335 22.75 6 22.75C3.37665 22.75 1.25 20.6234 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.25 18C13.25 15.3766 15.3766 13.25 18 13.25C20.6234 13.25 22.75 15.3766 22.75 18C22.75 20.6234 20.6234 22.75 18 22.75C15.3766 22.75 13.25 20.6234 13.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7501 1.25C18.3024 1.25 18.7501 1.69772 18.7501 2.25V2.51987C19.3494 2.67537 19.8936 2.96738 20.3451 3.36095L20.7033 3.12703C21.1657 2.82503 21.7854 2.95507 22.0874 3.41748C22.3894 3.87988 22.2593 4.49955 21.7969 4.80154L21.463 5.01962C21.595 5.40613 21.6668 5.82007 21.6668 6.25C21.6668 6.68001 21.595 7.09402 21.4629 7.48058L21.7966 7.69846C22.259 8.00045 22.389 8.62012 22.087 9.08252C21.785 9.54493 21.1653 9.67496 20.7029 9.37297L20.345 9.13919C19.8934 9.53268 19.3494 9.82465 18.7501 9.98013V10.25C18.7501 10.8023 18.3024 11.25 17.7501 11.25C17.1978 11.25 16.7501 10.8023 16.7501 10.25V9.98013C16.1509 9.82465 15.6068 9.53268 15.1553 9.13919L14.7973 9.37297C14.3349 9.67496 13.7152 9.54493 13.4132 9.08252C13.1112 8.62012 13.2413 8.00045 13.7037 7.69846L14.0373 7.48058C13.9052 7.09402 13.8334 6.68001 13.8334 6.25C13.8334 5.82007 13.9052 5.40613 14.0372 5.01962L13.7033 4.80154C13.2409 4.49955 13.1109 3.87988 13.4129 3.41748C13.7149 2.95507 14.3345 2.82503 14.7969 3.12703L15.1551 3.36095C15.6067 2.96738 16.1508 2.67537 16.7501 2.51987V2.25C16.7501 1.69772 17.1978 1.25 17.7501 1.25ZM17.7501 4.39286C17.0767 4.39286 16.4906 4.7277 16.1492 5.22838C15.9489 5.52221 15.8334 5.87219 15.8334 6.25C15.8334 6.62786 15.9489 6.97787 16.1493 7.27173C16.4907 7.77235 17.0768 8.10714 17.7501 8.10714C18.4235 8.10714 19.0095 7.77235 19.3509 7.27173C19.5513 6.97787 19.6668 6.62786 19.6668 6.25C19.6668 5.87219 19.5514 5.52221 19.351 5.22838C19.0096 4.7277 18.4235 4.39286 17.7501 4.39286Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-dashboard-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 6C1.25 3.37665 3.37665 1.25 6 1.25C8.62335 1.25 10.75 3.37665 10.75 6C10.75 8.62335 8.62335 10.75 6 10.75C3.37665 10.75 1.25 8.62335 1.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 18C1.25 15.3766 3.37665 13.25 6 13.25C8.62335 13.25 10.75 15.3766 10.75 18C10.75 20.6234 8.62335 22.75 6 22.75C3.37665 22.75 1.25 20.6234 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.25 18C13.25 15.3766 15.3766 13.25 18 13.25C20.6234 13.25 22.75 15.3766 22.75 18C22.75 20.6234 20.6234 22.75 18 22.75C15.3766 22.75 13.25 20.6234 13.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.25 6C13.25 3.37665 15.3766 1.25 18 1.25C20.6234 1.25 22.75 3.37665 22.75 6C22.75 8.62335 20.6234 10.75 18 10.75C15.3766 10.75 13.25 8.62335 13.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 6C1.25 3.37665 3.37665 1.25 6 1.25C8.62335 1.25 10.75 3.37665 10.75 6C10.75 8.62335 8.62335 10.75 6 10.75C3.37665 10.75 1.25 8.62335 1.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 18C1.25 15.3766 3.37665 13.25 6 13.25C8.62335 13.25 10.75 15.3766 10.75 18C10.75 20.6234 8.62335 22.75 6 22.75C3.37665 22.75 1.25 20.6234 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.25 18C13.25 15.3766 15.3766 13.25 18 13.25C20.6234 13.25 22.75 15.3766 22.75 18C22.75 20.6234 20.6234 22.75 18 22.75C15.3766 22.75 13.25 20.6234 13.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.25 6C13.25 3.37665 15.3766 1.25 18 1.25C20.6234 1.25 22.75 3.37665 22.75 6C22.75 8.62335 20.6234 10.75 18 10.75C15.3766 10.75 13.25 8.62335 13.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-dashboard-speed-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H12.0572H11.9428H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75211 1.75 11.9428V11.9428V12.0572V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.75214 22.25 11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM17.5644 9.49389C17.8372 9.18216 17.8056 8.70834 17.4939 8.43558C17.1822 8.16282 16.7083 8.1944 16.4356 8.50613L12.9967 12.4362C12.6877 12.316 12.3516 12.25 12 12.25C10.4812 12.25 9.25 13.4812 9.25 15C9.25 16.5188 10.4812 17.75 12 17.75C13.5188 17.75 14.75 16.5188 14.75 15C14.75 14.3782 14.5436 13.8046 14.1956 13.3439L17.5644 9.49389ZM12 6.75C9.1005 6.75 6.75 9.1005 6.75 12C6.75 12.4142 6.41421 12.75 6 12.75C5.58579 12.75 5.25 12.4142 5.25 12C5.25 8.27208 8.27208 5.25 12 5.25C13.2282 5.25 14.3819 5.57872 15.3755 6.15349C15.7341 6.3609 15.8566 6.81969 15.6492 7.17824C15.4418 7.53678 14.983 7.65931 14.6245 7.4519C13.853 7.00564 12.9575 6.75 12 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H12.0572H11.9428H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75211 1.75 11.9428V11.9428V12.0572V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.75214 22.25 11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM17.5644 9.49389C17.8372 9.18216 17.8056 8.70834 17.4939 8.43558C17.1822 8.16282 16.7083 8.1944 16.4356 8.50613L12.9967 12.4362C12.6877 12.316 12.3516 12.25 12 12.25C10.4812 12.25 9.25 13.4812 9.25 15C9.25 16.5188 10.4812 17.75 12 17.75C13.5188 17.75 14.75 16.5188 14.75 15C14.75 14.3782 14.5436 13.8046 14.1956 13.3439L17.5644 9.49389ZM12 6.75C9.1005 6.75 6.75 9.1005 6.75 12C6.75 12.4142 6.41421 12.75 6 12.75C5.58579 12.75 5.25 12.4142 5.25 12C5.25 8.27208 8.27208 5.25 12 5.25C13.2282 5.25 14.3819 5.57872 15.3755 6.15349C15.7341 6.3609 15.8566 6.81969 15.6492 7.17824C15.4418 7.53678 14.983 7.65931 14.6245 7.4519C13.853 7.00564 12.9575 6.75 12 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-dashboard-speed-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 10C13 9.44772 12.5523 9 12 9C11.4477 9 11 9.44772 11 10V15.1707C9.83481 15.5825 9 16.6938 9 18C9 19.6569 10.3431 21 12 21C13.6569 21 15 19.6569 15 18C15 16.6938 14.1652 15.5825 13 15.1707V10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5C7.58172 5 4 8.58172 4 13C4 13.5523 3.55228 14 3 14C2.44772 14 2 13.5523 2 13C2 7.47715 6.47715 3 12 3C17.5228 3 22 7.47715 22 13C22 13.5523 21.5523 14 21 14C20.4477 14 20 13.5523 20 13C20 8.58172 16.4183 5 12 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 10C13 9.44772 12.5523 9 12 9C11.4477 9 11 9.44772 11 10V15.1707C9.83481 15.5825 9 16.6938 9 18C9 19.6569 10.3431 21 12 21C13.6569 21 15 19.6569 15 18C15 16.6938 14.1652 15.5825 13 15.1707V10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5C7.58172 5 4 8.58172 4 13C4 13.5523 3.55228 14 3 14C2.44772 14 2 13.5523 2 13C2 7.47715 6.47715 3 12 3C17.5228 3 22 7.47715 22 13C22 13.5523 21.5523 14 21 14C20.4477 14 20 13.5523 20 13C20 8.58172 16.4183 5 12 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-dashboard-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.03656 1.25C6.7757 1.24999 7.38322 1.24998 7.87471 1.29671C8.38544 1.34527 8.84779 1.44953 9.26834 1.70725C9.68586 1.9631 10.0369 2.31414 10.2928 2.73166C10.5505 3.15221 10.6547 3.61456 10.7033 4.12529C10.75 4.61678 10.75 5.22429 10.75 5.96343V5.96344V6.03656V6.03658C10.75 6.77571 10.75 7.38322 10.7033 7.87471C10.6547 8.38544 10.5505 8.84779 10.2928 9.26834C10.0369 9.68586 9.68586 10.0369 9.26834 10.2928C8.84779 10.5505 8.38544 10.6547 7.87471 10.7033C7.38322 10.75 6.77571 10.75 6.03658 10.75H6.03656H5.96344H5.96343C5.22429 10.75 4.61678 10.75 4.12529 10.7033C3.61456 10.6547 3.15221 10.5505 2.73166 10.2928C2.31414 10.0369 1.9631 9.68586 1.70725 9.26834C1.44953 8.84779 1.34527 8.38544 1.29671 7.87471C1.24998 7.38322 1.24999 6.7757 1.25 6.03656V6.03655V5.96345V5.96344C1.24999 5.2243 1.24998 4.61679 1.29671 4.12529C1.34527 3.61456 1.44953 3.15221 1.70725 2.73166C1.9631 2.31414 2.31414 1.9631 2.73166 1.70725C3.15221 1.44953 3.61456 1.34527 4.12529 1.29671C4.61678 1.24998 5.2243 1.24999 5.96344 1.25H5.96345H6.03655H6.03656Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03656 13.25C6.7757 13.25 7.38322 13.25 7.87471 13.2967C8.38544 13.3453 8.84779 13.4495 9.26834 13.7072C9.68586 13.9631 10.0369 14.3141 10.2928 14.7317C10.5505 15.1522 10.6547 15.6146 10.7033 16.1253C10.75 16.6168 10.75 17.2243 10.75 17.9634V17.9634V18.0366V18.0366C10.75 18.7757 10.75 19.3832 10.7033 19.8747C10.6547 20.3854 10.5505 20.8478 10.2928 21.2683C10.0369 21.6859 9.68586 22.0369 9.26834 22.2928C8.84779 22.5505 8.38544 22.6547 7.87471 22.7033C7.38322 22.75 6.77571 22.75 6.03658 22.75H6.03656H5.96344H5.96343C5.22429 22.75 4.61678 22.75 4.12529 22.7033C3.61456 22.6547 3.15221 22.5505 2.73166 22.2928C2.31414 22.0369 1.9631 21.6859 1.70725 21.2683C1.44953 20.8478 1.34527 20.3854 1.29671 19.8747C1.24998 19.3832 1.24999 18.7757 1.25 18.0366V18.0365V17.9635V17.9634C1.24999 17.2243 1.24998 16.6168 1.29671 16.1253C1.34527 15.6146 1.44953 15.1522 1.70725 14.7317C1.9631 14.3141 2.31414 13.9631 2.73166 13.7072C3.15221 13.4495 3.61456 13.3453 4.12529 13.2967C4.61678 13.25 5.2243 13.25 5.96344 13.25H5.96345H6.03655H6.03656Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0366 1.25C18.7757 1.24999 19.3832 1.24998 19.8747 1.29671C20.3854 1.34527 20.8478 1.44953 21.2683 1.70725C21.6859 1.9631 22.0369 2.31414 22.2928 2.73166C22.5505 3.15221 22.6547 3.61456 22.7033 4.12529C22.75 4.61678 22.75 5.22429 22.75 5.96343V5.96344V6.03656V6.03658C22.75 6.77571 22.75 7.38322 22.7033 7.87471C22.6547 8.38544 22.5505 8.84779 22.2928 9.26834C22.0369 9.68586 21.6859 10.0369 21.2683 10.2928C20.8478 10.5505 20.3854 10.6547 19.8747 10.7033C19.3832 10.75 18.7757 10.75 18.0366 10.75H18.0366H17.9634H17.9634C17.2243 10.75 16.6168 10.75 16.1253 10.7033C15.6146 10.6547 15.1522 10.5505 14.7317 10.2928C14.3141 10.0369 13.9631 9.68586 13.7072 9.26834C13.4495 8.84779 13.3453 8.38544 13.2967 7.87471C13.25 7.38322 13.25 6.7757 13.25 6.03656V6.03655V5.96345V5.96344C13.25 5.2243 13.25 4.61679 13.2967 4.12529C13.3453 3.61456 13.4495 3.15221 13.7072 2.73166C13.9631 2.31414 14.3141 1.9631 14.7317 1.70725C15.1522 1.44953 15.6146 1.34527 16.1253 1.29671C16.6168 1.24998 17.2243 1.24999 17.9634 1.25H17.9635H18.0365H18.0366Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0366 13.25C18.7757 13.25 19.3832 13.25 19.8747 13.2967C20.3854 13.3453 20.8478 13.4495 21.2683 13.7072C21.6859 13.9631 22.0369 14.3141 22.2928 14.7317C22.5505 15.1522 22.6547 15.6146 22.7033 16.1253C22.75 16.6168 22.75 17.2243 22.75 17.9634V17.9634V18.0366V18.0366C22.75 18.7757 22.75 19.3832 22.7033 19.8747C22.6547 20.3854 22.5505 20.8478 22.2928 21.2683C22.0369 21.6859 21.6859 22.0369 21.2683 22.2928C20.8478 22.5505 20.3854 22.6547 19.8747 22.7033C19.3832 22.75 18.7757 22.75 18.0366 22.75H18.0366H17.9634H17.9634C17.2243 22.75 16.6168 22.75 16.1253 22.7033C15.6146 22.6547 15.1522 22.5505 14.7317 22.2928C14.3141 22.0369 13.9631 21.6859 13.7072 21.2683C13.4495 20.8478 13.3453 20.3854 13.2967 19.8747C13.25 19.3832 13.25 18.7757 13.25 18.0366V18.0365V17.9635V17.9634C13.25 17.2243 13.25 16.6168 13.2967 16.1253C13.3453 15.6146 13.4495 15.1522 13.7072 14.7317C13.9631 14.3141 14.3141 13.9631 14.7317 13.7072C15.1522 13.4495 15.6146 13.3453 16.1253 13.2967C16.6168 13.25 17.2243 13.25 17.9634 13.25H17.9635H18.0365H18.0366Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.03656 1.25C6.7757 1.24999 7.38322 1.24998 7.87471 1.29671C8.38544 1.34527 8.84779 1.44953 9.26834 1.70725C9.68586 1.9631 10.0369 2.31414 10.2928 2.73166C10.5505 3.15221 10.6547 3.61456 10.7033 4.12529C10.75 4.61678 10.75 5.22429 10.75 5.96343V5.96344V6.03656V6.03658C10.75 6.77571 10.75 7.38322 10.7033 7.87471C10.6547 8.38544 10.5505 8.84779 10.2928 9.26834C10.0369 9.68586 9.68586 10.0369 9.26834 10.2928C8.84779 10.5505 8.38544 10.6547 7.87471 10.7033C7.38322 10.75 6.77571 10.75 6.03658 10.75H6.03656H5.96344H5.96343C5.22429 10.75 4.61678 10.75 4.12529 10.7033C3.61456 10.6547 3.15221 10.5505 2.73166 10.2928C2.31414 10.0369 1.9631 9.68586 1.70725 9.26834C1.44953 8.84779 1.34527 8.38544 1.29671 7.87471C1.24998 7.38322 1.24999 6.7757 1.25 6.03656V6.03655V5.96345V5.96344C1.24999 5.2243 1.24998 4.61679 1.29671 4.12529C1.34527 3.61456 1.44953 3.15221 1.70725 2.73166C1.9631 2.31414 2.31414 1.9631 2.73166 1.70725C3.15221 1.44953 3.61456 1.34527 4.12529 1.29671C4.61678 1.24998 5.2243 1.24999 5.96344 1.25H5.96345H6.03655H6.03656Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03656 13.25C6.7757 13.25 7.38322 13.25 7.87471 13.2967C8.38544 13.3453 8.84779 13.4495 9.26834 13.7072C9.68586 13.9631 10.0369 14.3141 10.2928 14.7317C10.5505 15.1522 10.6547 15.6146 10.7033 16.1253C10.75 16.6168 10.75 17.2243 10.75 17.9634V17.9634V18.0366V18.0366C10.75 18.7757 10.75 19.3832 10.7033 19.8747C10.6547 20.3854 10.5505 20.8478 10.2928 21.2683C10.0369 21.6859 9.68586 22.0369 9.26834 22.2928C8.84779 22.5505 8.38544 22.6547 7.87471 22.7033C7.38322 22.75 6.77571 22.75 6.03658 22.75H6.03656H5.96344H5.96343C5.22429 22.75 4.61678 22.75 4.12529 22.7033C3.61456 22.6547 3.15221 22.5505 2.73166 22.2928C2.31414 22.0369 1.9631 21.6859 1.70725 21.2683C1.44953 20.8478 1.34527 20.3854 1.29671 19.8747C1.24998 19.3832 1.24999 18.7757 1.25 18.0366V18.0365V17.9635V17.9634C1.24999 17.2243 1.24998 16.6168 1.29671 16.1253C1.34527 15.6146 1.44953 15.1522 1.70725 14.7317C1.9631 14.3141 2.31414 13.9631 2.73166 13.7072C3.15221 13.4495 3.61456 13.3453 4.12529 13.2967C4.61678 13.25 5.2243 13.25 5.96344 13.25H5.96345H6.03655H6.03656Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0366 1.25C18.7757 1.24999 19.3832 1.24998 19.8747 1.29671C20.3854 1.34527 20.8478 1.44953 21.2683 1.70725C21.6859 1.9631 22.0369 2.31414 22.2928 2.73166C22.5505 3.15221 22.6547 3.61456 22.7033 4.12529C22.75 4.61678 22.75 5.22429 22.75 5.96343V5.96344V6.03656V6.03658C22.75 6.77571 22.75 7.38322 22.7033 7.87471C22.6547 8.38544 22.5505 8.84779 22.2928 9.26834C22.0369 9.68586 21.6859 10.0369 21.2683 10.2928C20.8478 10.5505 20.3854 10.6547 19.8747 10.7033C19.3832 10.75 18.7757 10.75 18.0366 10.75H18.0366H17.9634H17.9634C17.2243 10.75 16.6168 10.75 16.1253 10.7033C15.6146 10.6547 15.1522 10.5505 14.7317 10.2928C14.3141 10.0369 13.9631 9.68586 13.7072 9.26834C13.4495 8.84779 13.3453 8.38544 13.2967 7.87471C13.25 7.38322 13.25 6.7757 13.25 6.03656V6.03655V5.96345V5.96344C13.25 5.2243 13.25 4.61679 13.2967 4.12529C13.3453 3.61456 13.4495 3.15221 13.7072 2.73166C13.9631 2.31414 14.3141 1.9631 14.7317 1.70725C15.1522 1.44953 15.6146 1.34527 16.1253 1.29671C16.6168 1.24998 17.2243 1.24999 17.9634 1.25H17.9635H18.0365H18.0366Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0366 13.25C18.7757 13.25 19.3832 13.25 19.8747 13.2967C20.3854 13.3453 20.8478 13.4495 21.2683 13.7072C21.6859 13.9631 22.0369 14.3141 22.2928 14.7317C22.5505 15.1522 22.6547 15.6146 22.7033 16.1253C22.75 16.6168 22.75 17.2243 22.75 17.9634V17.9634V18.0366V18.0366C22.75 18.7757 22.75 19.3832 22.7033 19.8747C22.6547 20.3854 22.5505 20.8478 22.2928 21.2683C22.0369 21.6859 21.6859 22.0369 21.2683 22.2928C20.8478 22.5505 20.3854 22.6547 19.8747 22.7033C19.3832 22.75 18.7757 22.75 18.0366 22.75H18.0366H17.9634H17.9634C17.2243 22.75 16.6168 22.75 16.1253 22.7033C15.6146 22.6547 15.1522 22.5505 14.7317 22.2928C14.3141 22.0369 13.9631 21.6859 13.7072 21.2683C13.4495 20.8478 13.3453 20.3854 13.2967 19.8747C13.25 19.3832 13.25 18.7757 13.25 18.0366V18.0365V17.9635V17.9634C13.25 17.2243 13.25 16.6168 13.2967 16.1253C13.3453 15.6146 13.4495 15.1522 13.7072 14.7317C13.9631 14.3141 14.3141 13.9631 14.7317 13.7072C15.1522 13.4495 15.6146 13.3453 16.1253 13.2967C16.6168 13.25 17.2243 13.25 17.9634 13.25H17.9635H18.0365H18.0366Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-dashboard-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.05203 1.25C6.9505 1.24997 7.69971 1.24995 8.29448 1.32991C8.92228 1.41432 9.48908 1.59999 9.94455 2.05546C10.4 2.51093 10.5857 3.07773 10.6701 3.70552C10.7501 4.3003 10.75 5.04951 10.75 5.94798V5.94801V8.052V8.05203C10.75 8.9505 10.7501 9.69971 10.6701 10.2945C10.5857 10.9223 10.4 11.4891 9.94455 11.9445C9.48908 12.4 8.92228 12.5857 8.29448 12.6701C7.69971 12.7501 6.9505 12.75 6.05203 12.75H6.052H5.94801H5.94798C5.04951 12.75 4.3003 12.7501 3.70552 12.6701C3.07773 12.5857 2.51093 12.4 2.05546 11.9445C1.59999 11.4891 1.41432 10.9223 1.32991 10.2945C1.24995 9.69971 1.24997 8.9505 1.25 8.05203V8.052V5.948V5.94797C1.24997 5.04951 1.24995 4.3003 1.32991 3.70552C1.41432 3.07773 1.59999 2.51093 2.05546 2.05546C2.51093 1.59999 3.07773 1.41432 3.70552 1.32991C4.3003 1.24995 5.04951 1.24997 5.94797 1.25H5.948H6.052H6.05203Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.02526 15.25C7.46972 15.25 7.84075 15.25 8.14537 15.2708C8.46247 15.2924 8.76199 15.339 9.05238 15.4593C9.72621 15.7384 10.2616 16.2738 10.5407 16.9476C10.661 17.238 10.7076 17.5375 10.7292 17.8546C10.75 18.1592 10.75 18.5303 10.75 18.9747V19.0253C10.75 19.4697 10.75 19.8408 10.7292 20.1454C10.7076 20.4625 10.661 20.762 10.5407 21.0524C10.2616 21.7262 9.72621 22.2616 9.05238 22.5407C8.76199 22.661 8.46247 22.7076 8.14537 22.7292C7.84075 22.75 7.46972 22.75 7.02526 22.75H4.97474C4.53028 22.75 4.15925 22.75 3.85464 22.7292C3.53754 22.7076 3.23801 22.661 2.94762 22.5407C2.27379 22.2616 1.73844 21.7262 1.45933 21.0524C1.33905 20.762 1.29241 20.4625 1.27077 20.1454C1.24999 19.8408 1.24999 19.4697 1.25 19.0253V19.0253V18.9747V18.9747C1.24999 18.5303 1.24999 18.1592 1.27077 17.8546C1.29241 17.5375 1.33905 17.238 1.45933 16.9476C1.73844 16.2738 2.27379 15.7384 2.94762 15.4593C3.23801 15.339 3.53754 15.2924 3.85464 15.2708C4.15925 15.25 4.53028 15.25 4.97474 15.25H4.97475H7.02525H7.02526Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.052 11.25C18.9505 11.25 19.6997 11.2499 20.2945 11.3299C20.9223 11.4143 21.4891 11.6 21.9445 12.0555C22.4 12.5109 22.5857 13.0777 22.6701 13.7055C22.7501 14.3003 22.75 15.0495 22.75 15.948V15.948V18.052V18.052C22.75 18.9505 22.7501 19.6997 22.6701 20.2945C22.5857 20.9223 22.4 21.4891 21.9445 21.9445C21.4891 22.4 20.9223 22.5857 20.2945 22.6701C19.6997 22.7501 18.9505 22.75 18.052 22.75H18.052H17.948H17.948C17.0495 22.75 16.3003 22.7501 15.7055 22.6701C15.0777 22.5857 14.5109 22.4 14.0555 21.9445C13.6 21.4891 13.4143 20.9223 13.3299 20.2945C13.2499 19.6997 13.25 18.9505 13.25 18.052V18.052V15.948V15.948C13.25 15.0495 13.2499 14.3003 13.3299 13.7055C13.4143 13.0777 13.6 12.5109 14.0555 12.0555C14.5109 11.6 15.0777 11.4143 15.7055 11.3299C16.3003 11.2499 17.0495 11.25 17.948 11.25H17.948H18.052H18.052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0253 1.25C19.4697 1.24999 19.8408 1.24999 20.1454 1.27077C20.4625 1.29241 20.762 1.33905 21.0524 1.45933C21.7262 1.73844 22.2616 2.27379 22.5407 2.94762C22.661 3.23801 22.7076 3.53754 22.7292 3.85464C22.75 4.15925 22.75 4.53028 22.75 4.97474V5.02526C22.75 5.46972 22.75 5.84075 22.7292 6.14537C22.7076 6.46247 22.661 6.76199 22.5407 7.05238C22.2616 7.72621 21.7262 8.26156 21.0524 8.54067C20.762 8.66095 20.4625 8.7076 20.1454 8.72923C19.8408 8.75001 19.4697 8.75001 19.0253 8.75H16.9747C16.5303 8.75001 16.1592 8.75001 15.8546 8.72923C15.5375 8.7076 15.238 8.66095 14.9476 8.54067C14.2738 8.26156 13.7384 7.72621 13.4593 7.05238C13.339 6.76199 13.2924 6.46247 13.2708 6.14537C13.25 5.84075 13.25 5.46972 13.25 5.02526V5.02525V4.97475V4.97474C13.25 4.53028 13.25 4.15925 13.2708 3.85464C13.2924 3.53754 13.339 3.23801 13.4593 2.94762C13.7384 2.27379 14.2738 1.73844 14.9476 1.45933C15.238 1.33905 15.5375 1.29241 15.8546 1.27077C16.1592 1.24999 16.5303 1.24999 16.9747 1.25H16.9747H19.0253H19.0253Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.05203 1.25C6.9505 1.24997 7.69971 1.24995 8.29448 1.32991C8.92228 1.41432 9.48908 1.59999 9.94455 2.05546C10.4 2.51093 10.5857 3.07773 10.6701 3.70552C10.7501 4.3003 10.75 5.04951 10.75 5.94798V5.94801V8.052V8.05203C10.75 8.9505 10.7501 9.69971 10.6701 10.2945C10.5857 10.9223 10.4 11.4891 9.94455 11.9445C9.48908 12.4 8.92228 12.5857 8.29448 12.6701C7.69971 12.7501 6.9505 12.75 6.05203 12.75H6.052H5.94801H5.94798C5.04951 12.75 4.3003 12.7501 3.70552 12.6701C3.07773 12.5857 2.51093 12.4 2.05546 11.9445C1.59999 11.4891 1.41432 10.9223 1.32991 10.2945C1.24995 9.69971 1.24997 8.9505 1.25 8.05203V8.052V5.948V5.94797C1.24997 5.04951 1.24995 4.3003 1.32991 3.70552C1.41432 3.07773 1.59999 2.51093 2.05546 2.05546C2.51093 1.59999 3.07773 1.41432 3.70552 1.32991C4.3003 1.24995 5.04951 1.24997 5.94797 1.25H5.948H6.052H6.05203Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.02526 15.25C7.46972 15.25 7.84075 15.25 8.14537 15.2708C8.46247 15.2924 8.76199 15.339 9.05238 15.4593C9.72621 15.7384 10.2616 16.2738 10.5407 16.9476C10.661 17.238 10.7076 17.5375 10.7292 17.8546C10.75 18.1592 10.75 18.5303 10.75 18.9747V19.0253C10.75 19.4697 10.75 19.8408 10.7292 20.1454C10.7076 20.4625 10.661 20.762 10.5407 21.0524C10.2616 21.7262 9.72621 22.2616 9.05238 22.5407C8.76199 22.661 8.46247 22.7076 8.14537 22.7292C7.84075 22.75 7.46972 22.75 7.02526 22.75H4.97474C4.53028 22.75 4.15925 22.75 3.85464 22.7292C3.53754 22.7076 3.23801 22.661 2.94762 22.5407C2.27379 22.2616 1.73844 21.7262 1.45933 21.0524C1.33905 20.762 1.29241 20.4625 1.27077 20.1454C1.24999 19.8408 1.24999 19.4697 1.25 19.0253V19.0253V18.9747V18.9747C1.24999 18.5303 1.24999 18.1592 1.27077 17.8546C1.29241 17.5375 1.33905 17.238 1.45933 16.9476C1.73844 16.2738 2.27379 15.7384 2.94762 15.4593C3.23801 15.339 3.53754 15.2924 3.85464 15.2708C4.15925 15.25 4.53028 15.25 4.97474 15.25H4.97475H7.02525H7.02526Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.052 11.25C18.9505 11.25 19.6997 11.2499 20.2945 11.3299C20.9223 11.4143 21.4891 11.6 21.9445 12.0555C22.4 12.5109 22.5857 13.0777 22.6701 13.7055C22.7501 14.3003 22.75 15.0495 22.75 15.948V15.948V18.052V18.052C22.75 18.9505 22.7501 19.6997 22.6701 20.2945C22.5857 20.9223 22.4 21.4891 21.9445 21.9445C21.4891 22.4 20.9223 22.5857 20.2945 22.6701C19.6997 22.7501 18.9505 22.75 18.052 22.75H18.052H17.948H17.948C17.0495 22.75 16.3003 22.7501 15.7055 22.6701C15.0777 22.5857 14.5109 22.4 14.0555 21.9445C13.6 21.4891 13.4143 20.9223 13.3299 20.2945C13.2499 19.6997 13.25 18.9505 13.25 18.052V18.052V15.948V15.948C13.25 15.0495 13.2499 14.3003 13.3299 13.7055C13.4143 13.0777 13.6 12.5109 14.0555 12.0555C14.5109 11.6 15.0777 11.4143 15.7055 11.3299C16.3003 11.2499 17.0495 11.25 17.948 11.25H17.948H18.052H18.052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0253 1.25C19.4697 1.24999 19.8408 1.24999 20.1454 1.27077C20.4625 1.29241 20.762 1.33905 21.0524 1.45933C21.7262 1.73844 22.2616 2.27379 22.5407 2.94762C22.661 3.23801 22.7076 3.53754 22.7292 3.85464C22.75 4.15925 22.75 4.53028 22.75 4.97474V5.02526C22.75 5.46972 22.75 5.84075 22.7292 6.14537C22.7076 6.46247 22.661 6.76199 22.5407 7.05238C22.2616 7.72621 21.7262 8.26156 21.0524 8.54067C20.762 8.66095 20.4625 8.7076 20.1454 8.72923C19.8408 8.75001 19.4697 8.75001 19.0253 8.75H16.9747C16.5303 8.75001 16.1592 8.75001 15.8546 8.72923C15.5375 8.7076 15.238 8.66095 14.9476 8.54067C14.2738 8.26156 13.7384 7.72621 13.4593 7.05238C13.339 6.76199 13.2924 6.46247 13.2708 6.14537C13.25 5.84075 13.25 5.46972 13.25 5.02526V5.02525V4.97475V4.97474C13.25 4.53028 13.25 4.15925 13.2708 3.85464C13.2924 3.53754 13.339 3.23801 13.4593 2.94762C13.7384 2.27379 14.2738 1.73844 14.9476 1.45933C15.238 1.33905 15.5375 1.29241 15.8546 1.27077C16.1592 1.24999 16.5303 1.24999 16.9747 1.25H16.9747H19.0253H19.0253Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-dashboard-square-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.0253 1.25C19.4697 1.24999 19.8408 1.24999 20.1454 1.27077C20.4625 1.29241 20.762 1.33905 21.0524 1.45933C21.7262 1.73844 22.2616 2.27379 22.5407 2.94762C22.661 3.23801 22.7076 3.53754 22.7292 3.85464C22.75 4.15925 22.75 4.53028 22.75 4.97474V9.02526C22.75 9.46972 22.75 9.84075 22.7292 10.1454C22.7076 10.4625 22.661 10.762 22.5407 11.0524C22.2616 11.7262 21.7262 12.2616 21.0524 12.5407C20.762 12.661 20.4625 12.7076 20.1454 12.7292C19.8408 12.75 19.4697 12.75 19.0253 12.75H18.9747C18.5303 12.75 18.1592 12.75 17.8546 12.7292C17.5375 12.7076 17.238 12.661 16.9476 12.5407C16.2738 12.2616 15.7384 11.7262 15.4593 11.0524C15.339 10.762 15.2924 10.4625 15.2708 10.1454C15.25 9.84076 15.25 9.46972 15.25 9.02526V9.02525V4.97475V4.97474C15.25 4.53028 15.25 4.15925 15.2708 3.85464C15.2924 3.53754 15.339 3.23801 15.4593 2.94762C15.7384 2.27379 16.2738 1.73844 16.9476 1.45933C17.238 1.33905 17.5375 1.29241 17.8546 1.27077C18.1592 1.24999 18.5303 1.24999 18.9747 1.25H18.9747H19.0253H19.0253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0253 15.25C19.4697 15.25 19.8408 15.25 20.1454 15.2708C20.4625 15.2924 20.762 15.339 21.0524 15.4593C21.7262 15.7384 22.2616 16.2738 22.5407 16.9476C22.661 17.238 22.7076 17.5375 22.7292 17.8546C22.75 18.1592 22.75 18.5303 22.75 18.9747V19.0253C22.75 19.4697 22.75 19.8408 22.7292 20.1454C22.7076 20.4625 22.661 20.762 22.5407 21.0524C22.2616 21.7262 21.7262 22.2616 21.0524 22.5407C20.762 22.661 20.4625 22.7076 20.1454 22.7292C19.8408 22.75 19.4697 22.75 19.0253 22.75H18.9747C18.5303 22.75 18.1592 22.75 17.8546 22.7292C17.5375 22.7076 17.238 22.661 16.9476 22.5407C16.2738 22.2616 15.7384 21.7262 15.4593 21.0524C15.339 20.762 15.2924 20.4625 15.2708 20.1454C15.25 19.8408 15.25 19.4697 15.25 19.0253V19.0253V18.9747V18.9747C15.25 18.5303 15.25 18.1592 15.2708 17.8546C15.2924 17.5375 15.339 17.238 15.4593 16.9476C15.7384 16.2738 16.2738 15.7384 16.9476 15.4593C17.238 15.339 17.5375 15.2924 17.8546 15.2708C18.1592 15.25 18.5303 15.25 18.9747 15.25H18.9747H19.0253H19.0253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.05203 11.25C8.9505 11.25 9.69971 11.2499 10.2945 11.3299C10.9223 11.4143 11.4891 11.6 11.9445 12.0555C12.4 12.5109 12.5857 13.0777 12.6701 13.7055C12.7501 14.3003 12.75 15.0495 12.75 15.948V15.948V18.052V18.052C12.75 18.9505 12.7501 19.6997 12.6701 20.2945C12.5857 20.9223 12.4 21.4891 11.9445 21.9445C11.4891 22.4 10.9223 22.5857 10.2945 22.6701C9.69971 22.7501 8.9505 22.75 8.05203 22.75H8.052H5.94801H5.94798C5.04951 22.75 4.3003 22.7501 3.70552 22.6701C3.07773 22.5857 2.51093 22.4 2.05546 21.9445C1.59999 21.4891 1.41432 20.9223 1.32991 20.2945C1.24995 19.6997 1.24997 18.9505 1.25 18.052V18.052V15.948V15.948C1.24997 15.0495 1.24995 14.3003 1.32991 13.7055C1.41432 13.0777 1.59999 12.5109 2.05546 12.0555C2.51093 11.6 3.07773 11.4143 3.70552 11.3299C4.3003 11.2499 5.04951 11.25 5.94797 11.25H5.948H8.052H8.05203Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.02526 1.25C9.46972 1.24999 9.84076 1.24999 10.1454 1.27077C10.4625 1.29241 10.762 1.33905 11.0524 1.45933C11.7262 1.73844 12.2616 2.27379 12.5407 2.94762C12.661 3.23801 12.7076 3.53754 12.7292 3.85464C12.75 4.15925 12.75 4.53028 12.75 4.97474V5.02526C12.75 5.46972 12.75 5.84075 12.7292 6.14537C12.7076 6.46247 12.661 6.76199 12.5407 7.05238C12.2616 7.72621 11.7262 8.26156 11.0524 8.54067C10.762 8.66095 10.4625 8.7076 10.1454 8.72923C9.84075 8.75001 9.46972 8.75001 9.02526 8.75H4.97474C4.53028 8.75001 4.15925 8.75001 3.85464 8.72923C3.53754 8.7076 3.23801 8.66095 2.94762 8.54067C2.27379 8.26156 1.73844 7.72621 1.45933 7.05238C1.33905 6.76199 1.29241 6.46247 1.27077 6.14537C1.24999 5.84075 1.24999 5.46972 1.25 5.02526V5.02525V4.97475V4.97474C1.24999 4.53028 1.24999 4.15925 1.27077 3.85464C1.29241 3.53754 1.33905 3.23801 1.45933 2.94762C1.73844 2.27379 2.27379 1.73844 2.94762 1.45933C3.23801 1.33905 3.53754 1.29241 3.85464 1.27077C4.15925 1.24999 4.53028 1.24999 4.97474 1.25H4.97475H9.02525H9.02526Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.0253 1.25C19.4697 1.24999 19.8408 1.24999 20.1454 1.27077C20.4625 1.29241 20.762 1.33905 21.0524 1.45933C21.7262 1.73844 22.2616 2.27379 22.5407 2.94762C22.661 3.23801 22.7076 3.53754 22.7292 3.85464C22.75 4.15925 22.75 4.53028 22.75 4.97474V9.02526C22.75 9.46972 22.75 9.84075 22.7292 10.1454C22.7076 10.4625 22.661 10.762 22.5407 11.0524C22.2616 11.7262 21.7262 12.2616 21.0524 12.5407C20.762 12.661 20.4625 12.7076 20.1454 12.7292C19.8408 12.75 19.4697 12.75 19.0253 12.75H18.9747C18.5303 12.75 18.1592 12.75 17.8546 12.7292C17.5375 12.7076 17.238 12.661 16.9476 12.5407C16.2738 12.2616 15.7384 11.7262 15.4593 11.0524C15.339 10.762 15.2924 10.4625 15.2708 10.1454C15.25 9.84076 15.25 9.46972 15.25 9.02526V9.02525V4.97475V4.97474C15.25 4.53028 15.25 4.15925 15.2708 3.85464C15.2924 3.53754 15.339 3.23801 15.4593 2.94762C15.7384 2.27379 16.2738 1.73844 16.9476 1.45933C17.238 1.33905 17.5375 1.29241 17.8546 1.27077C18.1592 1.24999 18.5303 1.24999 18.9747 1.25H18.9747H19.0253H19.0253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0253 15.25C19.4697 15.25 19.8408 15.25 20.1454 15.2708C20.4625 15.2924 20.762 15.339 21.0524 15.4593C21.7262 15.7384 22.2616 16.2738 22.5407 16.9476C22.661 17.238 22.7076 17.5375 22.7292 17.8546C22.75 18.1592 22.75 18.5303 22.75 18.9747V19.0253C22.75 19.4697 22.75 19.8408 22.7292 20.1454C22.7076 20.4625 22.661 20.762 22.5407 21.0524C22.2616 21.7262 21.7262 22.2616 21.0524 22.5407C20.762 22.661 20.4625 22.7076 20.1454 22.7292C19.8408 22.75 19.4697 22.75 19.0253 22.75H18.9747C18.5303 22.75 18.1592 22.75 17.8546 22.7292C17.5375 22.7076 17.238 22.661 16.9476 22.5407C16.2738 22.2616 15.7384 21.7262 15.4593 21.0524C15.339 20.762 15.2924 20.4625 15.2708 20.1454C15.25 19.8408 15.25 19.4697 15.25 19.0253V19.0253V18.9747V18.9747C15.25 18.5303 15.25 18.1592 15.2708 17.8546C15.2924 17.5375 15.339 17.238 15.4593 16.9476C15.7384 16.2738 16.2738 15.7384 16.9476 15.4593C17.238 15.339 17.5375 15.2924 17.8546 15.2708C18.1592 15.25 18.5303 15.25 18.9747 15.25H18.9747H19.0253H19.0253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.05203 11.25C8.9505 11.25 9.69971 11.2499 10.2945 11.3299C10.9223 11.4143 11.4891 11.6 11.9445 12.0555C12.4 12.5109 12.5857 13.0777 12.6701 13.7055C12.7501 14.3003 12.75 15.0495 12.75 15.948V15.948V18.052V18.052C12.75 18.9505 12.7501 19.6997 12.6701 20.2945C12.5857 20.9223 12.4 21.4891 11.9445 21.9445C11.4891 22.4 10.9223 22.5857 10.2945 22.6701C9.69971 22.7501 8.9505 22.75 8.05203 22.75H8.052H5.94801H5.94798C5.04951 22.75 4.3003 22.7501 3.70552 22.6701C3.07773 22.5857 2.51093 22.4 2.05546 21.9445C1.59999 21.4891 1.41432 20.9223 1.32991 20.2945C1.24995 19.6997 1.24997 18.9505 1.25 18.052V18.052V15.948V15.948C1.24997 15.0495 1.24995 14.3003 1.32991 13.7055C1.41432 13.0777 1.59999 12.5109 2.05546 12.0555C2.51093 11.6 3.07773 11.4143 3.70552 11.3299C4.3003 11.2499 5.04951 11.25 5.94797 11.25H5.948H8.052H8.05203Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.02526 1.25C9.46972 1.24999 9.84076 1.24999 10.1454 1.27077C10.4625 1.29241 10.762 1.33905 11.0524 1.45933C11.7262 1.73844 12.2616 2.27379 12.5407 2.94762C12.661 3.23801 12.7076 3.53754 12.7292 3.85464C12.75 4.15925 12.75 4.53028 12.75 4.97474V5.02526C12.75 5.46972 12.75 5.84075 12.7292 6.14537C12.7076 6.46247 12.661 6.76199 12.5407 7.05238C12.2616 7.72621 11.7262 8.26156 11.0524 8.54067C10.762 8.66095 10.4625 8.7076 10.1454 8.72923C9.84075 8.75001 9.46972 8.75001 9.02526 8.75H4.97474C4.53028 8.75001 4.15925 8.75001 3.85464 8.72923C3.53754 8.7076 3.23801 8.66095 2.94762 8.54067C2.27379 8.26156 1.73844 7.72621 1.45933 7.05238C1.33905 6.76199 1.29241 6.46247 1.27077 6.14537C1.24999 5.84075 1.24999 5.46972 1.25 5.02526V5.02525V4.97475V4.97474C1.24999 4.53028 1.24999 4.15925 1.27077 3.85464C1.29241 3.53754 1.33905 3.23801 1.45933 2.94762C1.73844 2.27379 2.27379 1.73844 2.94762 1.45933C3.23801 1.33905 3.53754 1.29241 3.85464 1.27077C4.15925 1.24999 4.53028 1.24999 4.97474 1.25H4.97475H9.02525H9.02526Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-dashboard-square-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0314 13.25C18.7048 13.25 19.2555 13.25 19.7031 13.2866C20.1663 13.3244 20.5847 13.4051 20.9755 13.6042C21.587 13.9158 22.0842 14.413 22.3958 15.0245C22.5949 15.4153 22.6756 15.8337 22.7134 16.2969C22.75 16.7445 22.75 17.2952 22.75 17.9685V17.9686V18.0314V18.0315C22.75 18.7048 22.75 19.2555 22.7134 19.7031C22.6756 20.1663 22.5949 20.5847 22.3958 20.9755C22.0842 21.587 21.587 22.0842 20.9755 22.3958C20.5847 22.5949 20.1663 22.6756 19.7031 22.7134C19.2555 22.75 18.7048 22.75 18.0315 22.75H18.0314H17.9686H17.9685C17.2952 22.75 16.7445 22.75 16.2969 22.7134C15.8337 22.6756 15.4153 22.5949 15.0245 22.3958C14.413 22.0842 13.9158 21.587 13.6042 20.9755C13.4051 20.5847 13.3244 20.1663 13.2866 19.7031C13.25 19.2555 13.25 18.7048 13.25 18.0314V18.0314V17.9686V17.9686C13.25 17.2952 13.25 16.7445 13.2866 16.2969C13.3244 15.8337 13.4051 15.4153 13.6042 15.0245C13.9158 14.413 14.413 13.9158 15.0245 13.6042C15.4153 13.4051 15.8337 13.3244 16.2969 13.2866C16.7445 13.25 17.2952 13.25 17.9686 13.25H17.9686H18.0314H18.0314Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03143 13.25C6.7048 13.25 7.25551 13.25 7.70307 13.2866C8.16633 13.3244 8.58473 13.4051 8.97547 13.6042C9.587 13.9158 10.0842 14.413 10.3958 15.0245C10.5949 15.4153 10.6756 15.8337 10.7134 16.2969C10.75 16.7445 10.75 17.2952 10.75 17.9685V17.9686V18.0314V18.0315C10.75 18.7048 10.75 19.2555 10.7134 19.7031C10.6756 20.1663 10.5949 20.5847 10.3958 20.9755C10.0842 21.587 9.587 22.0842 8.97547 22.3958C8.58473 22.5949 8.16633 22.6756 7.70307 22.7134C7.25552 22.75 6.70482 22.75 6.03147 22.75H6.03144H5.96856H5.96853C5.29518 22.75 4.74448 22.75 4.29693 22.7134C3.83367 22.6756 3.41527 22.5949 3.02453 22.3958C2.413 22.0842 1.91582 21.587 1.60423 20.9755C1.40514 20.5847 1.3244 20.1663 1.28655 19.7031C1.24998 19.2555 1.24999 18.7048 1.25 18.0314V18.0314V17.9686V17.9686C1.24999 17.2952 1.24998 16.7445 1.28655 16.2969C1.3244 15.8337 1.40514 15.4153 1.60423 15.0245C1.91582 14.413 2.413 13.9158 3.02453 13.6042C3.41527 13.4051 3.83367 13.3244 4.29693 13.2866C4.74449 13.25 5.2952 13.25 5.96857 13.25H5.96858H6.03142H6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03143 1.25C6.7048 1.24999 7.25551 1.24998 7.70307 1.28655C8.16633 1.3244 8.58473 1.40514 8.97547 1.60423C9.587 1.91582 10.0842 2.413 10.3958 3.02453C10.5949 3.41527 10.6756 3.83367 10.7134 4.29693C10.75 4.74448 10.75 5.29518 10.75 5.96853V5.96856V6.03144V6.03147C10.75 6.70482 10.75 7.25552 10.7134 7.70307C10.6756 8.16633 10.5949 8.58473 10.3958 8.97547C10.0842 9.587 9.587 10.0842 8.97547 10.3958C8.58473 10.5949 8.16633 10.6756 7.70307 10.7134C7.25552 10.75 6.70482 10.75 6.03147 10.75H6.03144H5.96856H5.96853C5.29518 10.75 4.74448 10.75 4.29693 10.7134C3.83367 10.6756 3.41527 10.5949 3.02453 10.3958C2.413 10.0842 1.91582 9.587 1.60423 8.97547C1.40514 8.58473 1.3244 8.16633 1.28655 7.70307C1.24998 7.25551 1.24999 6.7048 1.25 6.03143V6.03142V5.96858V5.96857C1.24999 5.2952 1.24998 4.74449 1.28655 4.29693C1.3244 3.83367 1.40514 3.41527 1.60423 3.02453C1.91582 2.413 2.413 1.91582 3.02453 1.60423C3.41527 1.40514 3.83367 1.3244 4.29693 1.28655C4.74449 1.24998 5.2952 1.24999 5.96857 1.25H5.96858H6.03142H6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1.5C18.5523 1.5 19 1.94772 19 2.5V5L21.5 5C22.0523 5 22.5 5.44772 22.5 6C22.5 6.55228 22.0523 7 21.5 7H19V9.5C19 10.0523 18.5523 10.5 18 10.5C17.4477 10.5 17 10.0523 17 9.5V7H14.5C13.9477 7 13.5 6.55228 13.5 6C13.5 5.44771 13.9477 5 14.5 5L17 5V2.5C17 1.94772 17.4477 1.5 18 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0314 13.25C18.7048 13.25 19.2555 13.25 19.7031 13.2866C20.1663 13.3244 20.5847 13.4051 20.9755 13.6042C21.587 13.9158 22.0842 14.413 22.3958 15.0245C22.5949 15.4153 22.6756 15.8337 22.7134 16.2969C22.75 16.7445 22.75 17.2952 22.75 17.9685V17.9686V18.0314V18.0315C22.75 18.7048 22.75 19.2555 22.7134 19.7031C22.6756 20.1663 22.5949 20.5847 22.3958 20.9755C22.0842 21.587 21.587 22.0842 20.9755 22.3958C20.5847 22.5949 20.1663 22.6756 19.7031 22.7134C19.2555 22.75 18.7048 22.75 18.0315 22.75H18.0314H17.9686H17.9685C17.2952 22.75 16.7445 22.75 16.2969 22.7134C15.8337 22.6756 15.4153 22.5949 15.0245 22.3958C14.413 22.0842 13.9158 21.587 13.6042 20.9755C13.4051 20.5847 13.3244 20.1663 13.2866 19.7031C13.25 19.2555 13.25 18.7048 13.25 18.0314V18.0314V17.9686V17.9686C13.25 17.2952 13.25 16.7445 13.2866 16.2969C13.3244 15.8337 13.4051 15.4153 13.6042 15.0245C13.9158 14.413 14.413 13.9158 15.0245 13.6042C15.4153 13.4051 15.8337 13.3244 16.2969 13.2866C16.7445 13.25 17.2952 13.25 17.9686 13.25H17.9686H18.0314H18.0314Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03143 13.25C6.7048 13.25 7.25551 13.25 7.70307 13.2866C8.16633 13.3244 8.58473 13.4051 8.97547 13.6042C9.587 13.9158 10.0842 14.413 10.3958 15.0245C10.5949 15.4153 10.6756 15.8337 10.7134 16.2969C10.75 16.7445 10.75 17.2952 10.75 17.9685V17.9686V18.0314V18.0315C10.75 18.7048 10.75 19.2555 10.7134 19.7031C10.6756 20.1663 10.5949 20.5847 10.3958 20.9755C10.0842 21.587 9.587 22.0842 8.97547 22.3958C8.58473 22.5949 8.16633 22.6756 7.70307 22.7134C7.25552 22.75 6.70482 22.75 6.03147 22.75H6.03144H5.96856H5.96853C5.29518 22.75 4.74448 22.75 4.29693 22.7134C3.83367 22.6756 3.41527 22.5949 3.02453 22.3958C2.413 22.0842 1.91582 21.587 1.60423 20.9755C1.40514 20.5847 1.3244 20.1663 1.28655 19.7031C1.24998 19.2555 1.24999 18.7048 1.25 18.0314V18.0314V17.9686V17.9686C1.24999 17.2952 1.24998 16.7445 1.28655 16.2969C1.3244 15.8337 1.40514 15.4153 1.60423 15.0245C1.91582 14.413 2.413 13.9158 3.02453 13.6042C3.41527 13.4051 3.83367 13.3244 4.29693 13.2866C4.74449 13.25 5.2952 13.25 5.96857 13.25H5.96858H6.03142H6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03143 1.25C6.7048 1.24999 7.25551 1.24998 7.70307 1.28655C8.16633 1.3244 8.58473 1.40514 8.97547 1.60423C9.587 1.91582 10.0842 2.413 10.3958 3.02453C10.5949 3.41527 10.6756 3.83367 10.7134 4.29693C10.75 4.74448 10.75 5.29518 10.75 5.96853V5.96856V6.03144V6.03147C10.75 6.70482 10.75 7.25552 10.7134 7.70307C10.6756 8.16633 10.5949 8.58473 10.3958 8.97547C10.0842 9.587 9.587 10.0842 8.97547 10.3958C8.58473 10.5949 8.16633 10.6756 7.70307 10.7134C7.25552 10.75 6.70482 10.75 6.03147 10.75H6.03144H5.96856H5.96853C5.29518 10.75 4.74448 10.75 4.29693 10.7134C3.83367 10.6756 3.41527 10.5949 3.02453 10.3958C2.413 10.0842 1.91582 9.587 1.60423 8.97547C1.40514 8.58473 1.3244 8.16633 1.28655 7.70307C1.24998 7.25551 1.24999 6.7048 1.25 6.03143V6.03142V5.96858V5.96857C1.24999 5.2952 1.24998 4.74449 1.28655 4.29693C1.3244 3.83367 1.40514 3.41527 1.60423 3.02453C1.91582 2.413 2.413 1.91582 3.02453 1.60423C3.41527 1.40514 3.83367 1.3244 4.29693 1.28655C4.74449 1.24998 5.2952 1.24999 5.96857 1.25H5.96858H6.03142H6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1.5C18.5523 1.5 19 1.94772 19 2.5V5L21.5 5C22.0523 5 22.5 5.44772 22.5 6C22.5 6.55228 22.0523 7 21.5 7H19V9.5C19 10.0523 18.5523 10.5 18 10.5C17.4477 10.5 17 10.0523 17 9.5V7H14.5C13.9477 7 13.5 6.55228 13.5 6C13.5 5.44771 13.9477 5 14.5 5L17 5V2.5C17 1.94772 17.4477 1.5 18 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-dashboard-square-edit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0314 13.25C18.7048 13.25 19.2555 13.25 19.7031 13.2866C20.1663 13.3244 20.5847 13.4051 20.9755 13.6042C21.587 13.9158 22.0842 14.413 22.3958 15.0245C22.5949 15.4153 22.6756 15.8337 22.7134 16.2969C22.75 16.7445 22.75 17.2952 22.75 17.9685V17.9686V18.0314V18.0315C22.75 18.7048 22.75 19.2555 22.7134 19.7031C22.6756 20.1663 22.5949 20.5847 22.3958 20.9755C22.0842 21.587 21.587 22.0842 20.9755 22.3958C20.5847 22.5949 20.1663 22.6756 19.7031 22.7134C19.2555 22.75 18.7048 22.75 18.0315 22.75H18.0314H17.9686H17.9685C17.2952 22.75 16.7445 22.75 16.2969 22.7134C15.8337 22.6756 15.4153 22.5949 15.0245 22.3958C14.413 22.0842 13.9158 21.587 13.6042 20.9755C13.4051 20.5847 13.3244 20.1663 13.2866 19.7031C13.25 19.2555 13.25 18.7048 13.25 18.0314V18.0314V17.9686V17.9686C13.25 17.2952 13.25 16.7445 13.2866 16.2969C13.3244 15.8337 13.4051 15.4153 13.6042 15.0245C13.9158 14.413 14.413 13.9158 15.0245 13.6042C15.4153 13.4051 15.8337 13.3244 16.2969 13.2866C16.7445 13.25 17.2952 13.25 17.9686 13.25H17.9686H18.0314H18.0314Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03143 13.25C6.7048 13.25 7.25551 13.25 7.70307 13.2866C8.16633 13.3244 8.58473 13.4051 8.97547 13.6042C9.587 13.9158 10.0842 14.413 10.3958 15.0245C10.5949 15.4153 10.6756 15.8337 10.7134 16.2969C10.75 16.7445 10.75 17.2952 10.75 17.9685V17.9686V18.0314V18.0315C10.75 18.7048 10.75 19.2555 10.7134 19.7031C10.6756 20.1663 10.5949 20.5847 10.3958 20.9755C10.0842 21.587 9.587 22.0842 8.97547 22.3958C8.58473 22.5949 8.16633 22.6756 7.70307 22.7134C7.25552 22.75 6.70482 22.75 6.03147 22.75H6.03144H5.96856H5.96853C5.29518 22.75 4.74448 22.75 4.29693 22.7134C3.83367 22.6756 3.41527 22.5949 3.02453 22.3958C2.413 22.0842 1.91582 21.587 1.60423 20.9755C1.40514 20.5847 1.3244 20.1663 1.28655 19.7031C1.24998 19.2555 1.24999 18.7048 1.25 18.0314V18.0314V17.9686V17.9686C1.24999 17.2952 1.24998 16.7445 1.28655 16.2969C1.3244 15.8337 1.40514 15.4153 1.60423 15.0245C1.91582 14.413 2.413 13.9158 3.02453 13.6042C3.41527 13.4051 3.83367 13.3244 4.29693 13.2866C4.74449 13.25 5.2952 13.25 5.96857 13.25H5.96858H6.03142H6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03143 1.25C6.7048 1.24999 7.25551 1.24998 7.70307 1.28655C8.16633 1.3244 8.58473 1.40514 8.97547 1.60423C9.587 1.91582 10.0842 2.413 10.3958 3.02453C10.5949 3.41527 10.6756 3.83367 10.7134 4.29693C10.75 4.74448 10.75 5.29518 10.75 5.96853V5.96856V6.03144V6.03147C10.75 6.70482 10.75 7.25552 10.7134 7.70307C10.6756 8.16633 10.5949 8.58473 10.3958 8.97547C10.0842 9.587 9.587 10.0842 8.97547 10.3958C8.58473 10.5949 8.16633 10.6756 7.70307 10.7134C7.25552 10.75 6.70482 10.75 6.03147 10.75H6.03144H5.96856H5.96853C5.29518 10.75 4.74448 10.75 4.29693 10.7134C3.83367 10.6756 3.41527 10.5949 3.02453 10.3958C2.413 10.0842 1.91582 9.587 1.60423 8.97547C1.40514 8.58473 1.3244 8.16633 1.28655 7.70307C1.24998 7.25551 1.24999 6.7048 1.25 6.03143V6.03142V5.96858V5.96857C1.24999 5.2952 1.24998 4.74449 1.28655 4.29693C1.3244 3.83367 1.40514 3.41527 1.60423 3.02453C1.91582 2.413 2.413 1.91582 3.02453 1.60423C3.41527 1.40514 3.83367 1.3244 4.29693 1.28655C4.74449 1.24998 5.2952 1.24999 5.96857 1.25H5.96858H6.03142H6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5939 1.78822C19.2595 1.40393 20.0796 1.40393 20.7452 1.78822C20.993 1.93129 21.215 2.15371 21.4737 2.413L21.5303 2.46968L21.587 2.52629L21.587 2.5263C21.8463 2.78505 22.0687 3.007 22.2118 3.25482C22.5961 3.92043 22.5961 4.74049 22.2118 5.4061C22.0687 5.65392 21.8463 5.87587 21.587 6.13462L21.587 6.13463L21.5303 6.19124L18.3966 9.325C17.9557 9.76583 17.4234 9.97182 16.9451 10.0939C16.7064 10.1549 16.4665 10.1983 16.2489 10.2359L16.1343 10.2556L16.1342 10.2556C15.9553 10.2862 15.794 10.3139 15.6358 10.3477L15.5938 10.3567L15.5938 10.3567C15.3039 10.4187 15.0139 10.4808 14.7739 10.4961C14.5097 10.5129 14.1265 10.487 13.8197 10.1803C13.513 9.87353 13.4871 9.49035 13.5039 9.22607C13.5192 8.98614 13.5813 8.69609 13.6433 8.4062L13.6523 8.36417C13.6861 8.20604 13.7138 8.04467 13.7444 7.86572L13.7641 7.75109C13.8017 7.53349 13.8451 7.29362 13.9061 7.05485C14.0282 6.57663 14.2342 6.04428 14.675 5.60345L17.8088 2.46969L17.8654 2.413C18.1241 2.15372 18.3461 1.9313 18.5939 1.78822Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0314 13.25C18.7048 13.25 19.2555 13.25 19.7031 13.2866C20.1663 13.3244 20.5847 13.4051 20.9755 13.6042C21.587 13.9158 22.0842 14.413 22.3958 15.0245C22.5949 15.4153 22.6756 15.8337 22.7134 16.2969C22.75 16.7445 22.75 17.2952 22.75 17.9685V17.9686V18.0314V18.0315C22.75 18.7048 22.75 19.2555 22.7134 19.7031C22.6756 20.1663 22.5949 20.5847 22.3958 20.9755C22.0842 21.587 21.587 22.0842 20.9755 22.3958C20.5847 22.5949 20.1663 22.6756 19.7031 22.7134C19.2555 22.75 18.7048 22.75 18.0315 22.75H18.0314H17.9686H17.9685C17.2952 22.75 16.7445 22.75 16.2969 22.7134C15.8337 22.6756 15.4153 22.5949 15.0245 22.3958C14.413 22.0842 13.9158 21.587 13.6042 20.9755C13.4051 20.5847 13.3244 20.1663 13.2866 19.7031C13.25 19.2555 13.25 18.7048 13.25 18.0314V18.0314V17.9686V17.9686C13.25 17.2952 13.25 16.7445 13.2866 16.2969C13.3244 15.8337 13.4051 15.4153 13.6042 15.0245C13.9158 14.413 14.413 13.9158 15.0245 13.6042C15.4153 13.4051 15.8337 13.3244 16.2969 13.2866C16.7445 13.25 17.2952 13.25 17.9686 13.25H17.9686H18.0314H18.0314Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03143 13.25C6.7048 13.25 7.25551 13.25 7.70307 13.2866C8.16633 13.3244 8.58473 13.4051 8.97547 13.6042C9.587 13.9158 10.0842 14.413 10.3958 15.0245C10.5949 15.4153 10.6756 15.8337 10.7134 16.2969C10.75 16.7445 10.75 17.2952 10.75 17.9685V17.9686V18.0314V18.0315C10.75 18.7048 10.75 19.2555 10.7134 19.7031C10.6756 20.1663 10.5949 20.5847 10.3958 20.9755C10.0842 21.587 9.587 22.0842 8.97547 22.3958C8.58473 22.5949 8.16633 22.6756 7.70307 22.7134C7.25552 22.75 6.70482 22.75 6.03147 22.75H6.03144H5.96856H5.96853C5.29518 22.75 4.74448 22.75 4.29693 22.7134C3.83367 22.6756 3.41527 22.5949 3.02453 22.3958C2.413 22.0842 1.91582 21.587 1.60423 20.9755C1.40514 20.5847 1.3244 20.1663 1.28655 19.7031C1.24998 19.2555 1.24999 18.7048 1.25 18.0314V18.0314V17.9686V17.9686C1.24999 17.2952 1.24998 16.7445 1.28655 16.2969C1.3244 15.8337 1.40514 15.4153 1.60423 15.0245C1.91582 14.413 2.413 13.9158 3.02453 13.6042C3.41527 13.4051 3.83367 13.3244 4.29693 13.2866C4.74449 13.25 5.2952 13.25 5.96857 13.25H5.96858H6.03142H6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03143 1.25C6.7048 1.24999 7.25551 1.24998 7.70307 1.28655C8.16633 1.3244 8.58473 1.40514 8.97547 1.60423C9.587 1.91582 10.0842 2.413 10.3958 3.02453C10.5949 3.41527 10.6756 3.83367 10.7134 4.29693C10.75 4.74448 10.75 5.29518 10.75 5.96853V5.96856V6.03144V6.03147C10.75 6.70482 10.75 7.25552 10.7134 7.70307C10.6756 8.16633 10.5949 8.58473 10.3958 8.97547C10.0842 9.587 9.587 10.0842 8.97547 10.3958C8.58473 10.5949 8.16633 10.6756 7.70307 10.7134C7.25552 10.75 6.70482 10.75 6.03147 10.75H6.03144H5.96856H5.96853C5.29518 10.75 4.74448 10.75 4.29693 10.7134C3.83367 10.6756 3.41527 10.5949 3.02453 10.3958C2.413 10.0842 1.91582 9.587 1.60423 8.97547C1.40514 8.58473 1.3244 8.16633 1.28655 7.70307C1.24998 7.25551 1.24999 6.7048 1.25 6.03143V6.03142V5.96858V5.96857C1.24999 5.2952 1.24998 4.74449 1.28655 4.29693C1.3244 3.83367 1.40514 3.41527 1.60423 3.02453C1.91582 2.413 2.413 1.91582 3.02453 1.60423C3.41527 1.40514 3.83367 1.3244 4.29693 1.28655C4.74449 1.24998 5.2952 1.24999 5.96857 1.25H5.96858H6.03142H6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5939 1.78822C19.2595 1.40393 20.0796 1.40393 20.7452 1.78822C20.993 1.93129 21.215 2.15371 21.4737 2.413L21.5303 2.46968L21.587 2.52629L21.587 2.5263C21.8463 2.78505 22.0687 3.007 22.2118 3.25482C22.5961 3.92043 22.5961 4.74049 22.2118 5.4061C22.0687 5.65392 21.8463 5.87587 21.587 6.13462L21.587 6.13463L21.5303 6.19124L18.3966 9.325C17.9557 9.76583 17.4234 9.97182 16.9451 10.0939C16.7064 10.1549 16.4665 10.1983 16.2489 10.2359L16.1343 10.2556L16.1342 10.2556C15.9553 10.2862 15.794 10.3139 15.6358 10.3477L15.5938 10.3567L15.5938 10.3567C15.3039 10.4187 15.0139 10.4808 14.7739 10.4961C14.5097 10.5129 14.1265 10.487 13.8197 10.1803C13.513 9.87353 13.4871 9.49035 13.5039 9.22607C13.5192 8.98614 13.5813 8.69609 13.6433 8.4062L13.6523 8.36417C13.6861 8.20604 13.7138 8.04467 13.7444 7.86572L13.7641 7.75109C13.8017 7.53349 13.8451 7.29362 13.9061 7.05485C14.0282 6.57663 14.2342 6.04428 14.675 5.60345L17.8088 2.46969L17.8654 2.413C18.1241 2.15372 18.3461 1.9313 18.5939 1.78822Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-dashboard-square-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0314 13.25C18.7048 13.25 19.2555 13.25 19.7031 13.2866C20.1663 13.3244 20.5847 13.4051 20.9755 13.6042C21.587 13.9158 22.0842 14.413 22.3958 15.0245C22.5949 15.4153 22.6756 15.8337 22.7134 16.2969C22.75 16.7445 22.75 17.2952 22.75 17.9685V17.9686V18.0314V18.0315C22.75 18.7048 22.75 19.2555 22.7134 19.7031C22.6756 20.1663 22.5949 20.5847 22.3958 20.9755C22.0842 21.587 21.587 22.0842 20.9755 22.3958C20.5847 22.5949 20.1663 22.6756 19.7031 22.7134C19.2555 22.75 18.7048 22.75 18.0315 22.75H18.0314H17.9686H17.9685C17.2952 22.75 16.7445 22.75 16.2969 22.7134C15.8337 22.6756 15.4153 22.5949 15.0245 22.3958C14.413 22.0842 13.9158 21.587 13.6042 20.9755C13.4051 20.5847 13.3244 20.1663 13.2866 19.7031C13.25 19.2555 13.25 18.7048 13.25 18.0314V18.0314V17.9686V17.9686C13.25 17.2952 13.25 16.7445 13.2866 16.2969C13.3244 15.8337 13.4051 15.4153 13.6042 15.0245C13.9158 14.413 14.413 13.9158 15.0245 13.6042C15.4153 13.4051 15.8337 13.3244 16.2969 13.2866C16.7445 13.25 17.2952 13.25 17.9686 13.25H17.9686H18.0314H18.0314Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03143 13.25C6.7048 13.25 7.25551 13.25 7.70307 13.2866C8.16633 13.3244 8.58473 13.4051 8.97547 13.6042C9.587 13.9158 10.0842 14.413 10.3958 15.0245C10.5949 15.4153 10.6756 15.8337 10.7134 16.2969C10.75 16.7445 10.75 17.2952 10.75 17.9685V17.9686V18.0314V18.0315C10.75 18.7048 10.75 19.2555 10.7134 19.7031C10.6756 20.1663 10.5949 20.5847 10.3958 20.9755C10.0842 21.587 9.587 22.0842 8.97547 22.3958C8.58473 22.5949 8.16633 22.6756 7.70307 22.7134C7.25552 22.75 6.70482 22.75 6.03147 22.75H6.03144H5.96856H5.96853C5.29518 22.75 4.74448 22.75 4.29693 22.7134C3.83367 22.6756 3.41527 22.5949 3.02453 22.3958C2.413 22.0842 1.91582 21.587 1.60423 20.9755C1.40514 20.5847 1.3244 20.1663 1.28655 19.7031C1.24998 19.2555 1.24999 18.7048 1.25 18.0314V18.0314V17.9686V17.9686C1.24999 17.2952 1.24998 16.7445 1.28655 16.2969C1.3244 15.8337 1.40514 15.4153 1.60423 15.0245C1.91582 14.413 2.413 13.9158 3.02453 13.6042C3.41527 13.4051 3.83367 13.3244 4.29693 13.2866C4.74449 13.25 5.2952 13.25 5.96857 13.25H5.96858H6.03142H6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03143 1.25C6.7048 1.24999 7.25551 1.24998 7.70307 1.28655C8.16633 1.3244 8.58473 1.40514 8.97547 1.60423C9.587 1.91582 10.0842 2.413 10.3958 3.02453C10.5949 3.41527 10.6756 3.83367 10.7134 4.29693C10.75 4.74448 10.75 5.29518 10.75 5.96853V5.96856V6.03144V6.03147C10.75 6.70482 10.75 7.25552 10.7134 7.70307C10.6756 8.16633 10.5949 8.58473 10.3958 8.97547C10.0842 9.587 9.587 10.0842 8.97547 10.3958C8.58473 10.5949 8.16633 10.6756 7.70307 10.7134C7.25552 10.75 6.70482 10.75 6.03147 10.75H6.03144H5.96856H5.96853C5.29518 10.75 4.74448 10.75 4.29693 10.7134C3.83367 10.6756 3.41527 10.5949 3.02453 10.3958C2.413 10.0842 1.91582 9.587 1.60423 8.97547C1.40514 8.58473 1.3244 8.16633 1.28655 7.70307C1.24998 7.25551 1.24999 6.7048 1.25 6.03143V6.03142V5.96858V5.96857C1.24999 5.2952 1.24998 4.74449 1.28655 4.29693C1.3244 3.83367 1.40514 3.41527 1.60423 3.02453C1.91582 2.413 2.413 1.91582 3.02453 1.60423C3.41527 1.40514 3.83367 1.3244 4.29693 1.28655C4.74449 1.24998 5.2952 1.24999 5.96857 1.25H5.96858H6.03142H6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5 5H21.5C22.0523 5 22.5 5.44772 22.5 6C22.5 6.55229 22.0523 7 21.5 7L14.5 7C13.9477 7 13.5 6.55228 13.5 6C13.5 5.44772 13.9477 5 14.5 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0314 13.25C18.7048 13.25 19.2555 13.25 19.7031 13.2866C20.1663 13.3244 20.5847 13.4051 20.9755 13.6042C21.587 13.9158 22.0842 14.413 22.3958 15.0245C22.5949 15.4153 22.6756 15.8337 22.7134 16.2969C22.75 16.7445 22.75 17.2952 22.75 17.9685V17.9686V18.0314V18.0315C22.75 18.7048 22.75 19.2555 22.7134 19.7031C22.6756 20.1663 22.5949 20.5847 22.3958 20.9755C22.0842 21.587 21.587 22.0842 20.9755 22.3958C20.5847 22.5949 20.1663 22.6756 19.7031 22.7134C19.2555 22.75 18.7048 22.75 18.0315 22.75H18.0314H17.9686H17.9685C17.2952 22.75 16.7445 22.75 16.2969 22.7134C15.8337 22.6756 15.4153 22.5949 15.0245 22.3958C14.413 22.0842 13.9158 21.587 13.6042 20.9755C13.4051 20.5847 13.3244 20.1663 13.2866 19.7031C13.25 19.2555 13.25 18.7048 13.25 18.0314V18.0314V17.9686V17.9686C13.25 17.2952 13.25 16.7445 13.2866 16.2969C13.3244 15.8337 13.4051 15.4153 13.6042 15.0245C13.9158 14.413 14.413 13.9158 15.0245 13.6042C15.4153 13.4051 15.8337 13.3244 16.2969 13.2866C16.7445 13.25 17.2952 13.25 17.9686 13.25H17.9686H18.0314H18.0314Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03143 13.25C6.7048 13.25 7.25551 13.25 7.70307 13.2866C8.16633 13.3244 8.58473 13.4051 8.97547 13.6042C9.587 13.9158 10.0842 14.413 10.3958 15.0245C10.5949 15.4153 10.6756 15.8337 10.7134 16.2969C10.75 16.7445 10.75 17.2952 10.75 17.9685V17.9686V18.0314V18.0315C10.75 18.7048 10.75 19.2555 10.7134 19.7031C10.6756 20.1663 10.5949 20.5847 10.3958 20.9755C10.0842 21.587 9.587 22.0842 8.97547 22.3958C8.58473 22.5949 8.16633 22.6756 7.70307 22.7134C7.25552 22.75 6.70482 22.75 6.03147 22.75H6.03144H5.96856H5.96853C5.29518 22.75 4.74448 22.75 4.29693 22.7134C3.83367 22.6756 3.41527 22.5949 3.02453 22.3958C2.413 22.0842 1.91582 21.587 1.60423 20.9755C1.40514 20.5847 1.3244 20.1663 1.28655 19.7031C1.24998 19.2555 1.24999 18.7048 1.25 18.0314V18.0314V17.9686V17.9686C1.24999 17.2952 1.24998 16.7445 1.28655 16.2969C1.3244 15.8337 1.40514 15.4153 1.60423 15.0245C1.91582 14.413 2.413 13.9158 3.02453 13.6042C3.41527 13.4051 3.83367 13.3244 4.29693 13.2866C4.74449 13.25 5.2952 13.25 5.96857 13.25H5.96858H6.03142H6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03143 1.25C6.7048 1.24999 7.25551 1.24998 7.70307 1.28655C8.16633 1.3244 8.58473 1.40514 8.97547 1.60423C9.587 1.91582 10.0842 2.413 10.3958 3.02453C10.5949 3.41527 10.6756 3.83367 10.7134 4.29693C10.75 4.74448 10.75 5.29518 10.75 5.96853V5.96856V6.03144V6.03147C10.75 6.70482 10.75 7.25552 10.7134 7.70307C10.6756 8.16633 10.5949 8.58473 10.3958 8.97547C10.0842 9.587 9.587 10.0842 8.97547 10.3958C8.58473 10.5949 8.16633 10.6756 7.70307 10.7134C7.25552 10.75 6.70482 10.75 6.03147 10.75H6.03144H5.96856H5.96853C5.29518 10.75 4.74448 10.75 4.29693 10.7134C3.83367 10.6756 3.41527 10.5949 3.02453 10.3958C2.413 10.0842 1.91582 9.587 1.60423 8.97547C1.40514 8.58473 1.3244 8.16633 1.28655 7.70307C1.24998 7.25551 1.24999 6.7048 1.25 6.03143V6.03142V5.96858V5.96857C1.24999 5.2952 1.24998 4.74449 1.28655 4.29693C1.3244 3.83367 1.40514 3.41527 1.60423 3.02453C1.91582 2.413 2.413 1.91582 3.02453 1.60423C3.41527 1.40514 3.83367 1.3244 4.29693 1.28655C4.74449 1.24998 5.2952 1.24999 5.96857 1.25H5.96858H6.03142H6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5 5H21.5C22.0523 5 22.5 5.44772 22.5 6C22.5 6.55229 22.0523 7 21.5 7L14.5 7C13.9477 7 13.5 6.55228 13.5 6C13.5 5.44772 13.9477 5 14.5 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-dashboard-square-setting{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.0001 1.25C18.5524 1.25 19.0001 1.69772 19.0001 2.25V2.51987C19.5994 2.67537 20.1436 2.96738 20.5951 3.36095L20.9533 3.12703C21.4157 2.82503 22.0354 2.95507 22.3374 3.41748C22.6394 3.87988 22.5093 4.49955 22.0469 4.80154L21.713 5.01962C21.845 5.40613 21.9168 5.82007 21.9168 6.25C21.9168 6.68001 21.845 7.09402 21.7129 7.48058L22.0466 7.69846C22.509 8.00045 22.639 8.62012 22.337 9.08252C22.035 9.54493 21.4153 9.67496 20.9529 9.37297L20.595 9.13919C20.1434 9.53268 19.5994 9.82465 19.0001 9.98013V10.25C19.0001 10.8023 18.5524 11.25 18.0001 11.25C17.4478 11.25 17.0001 10.8023 17.0001 10.25V9.98013C16.4009 9.82465 15.8568 9.53268 15.4053 9.13919L15.0473 9.37297C14.5849 9.67496 13.9652 9.54493 13.6632 9.08252C13.3612 8.62012 13.4913 8.00045 13.9537 7.69846L14.2873 7.48058C14.1552 7.09402 14.0834 6.68001 14.0834 6.25C14.0834 5.82007 14.1552 5.40613 14.2872 5.01962L13.9533 4.80154C13.4909 4.49955 13.3609 3.87988 13.6629 3.41748C13.9649 2.95507 14.5845 2.82503 15.0469 3.12703L15.4051 3.36095C15.8567 2.96738 16.4008 2.67537 17.0001 2.51987V2.25C17.0001 1.69772 17.4478 1.25 18.0001 1.25ZM18.0001 4.39286C17.3267 4.39286 16.7406 4.7277 16.3992 5.22838C16.1989 5.52221 16.0834 5.87219 16.0834 6.25C16.0834 6.62786 16.1989 6.97787 16.3993 7.27173C16.7407 7.77235 17.3268 8.10714 18.0001 8.10714C18.6735 8.10714 19.2595 7.77235 19.6009 7.27173C19.8013 6.97787 19.9168 6.62786 19.9168 6.25C19.9168 5.87219 19.8014 5.52221 19.601 5.22838C19.2596 4.7277 18.6735 4.39286 18.0001 4.39286Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0314 13.25C18.7048 13.25 19.2555 13.25 19.7031 13.2866C20.1663 13.3244 20.5847 13.4051 20.9755 13.6042C21.587 13.9158 22.0842 14.413 22.3958 15.0245C22.5949 15.4153 22.6756 15.8337 22.7134 16.2969C22.75 16.7445 22.75 17.2952 22.75 17.9685V17.9686V18.0314V18.0315C22.75 18.7048 22.75 19.2555 22.7134 19.7031C22.6756 20.1663 22.5949 20.5847 22.3958 20.9755C22.0842 21.587 21.587 22.0842 20.9755 22.3958C20.5847 22.5949 20.1663 22.6756 19.7031 22.7134C19.2555 22.75 18.7048 22.75 18.0315 22.75H18.0314H17.9686H17.9685C17.2952 22.75 16.7445 22.75 16.2969 22.7134C15.8337 22.6756 15.4153 22.5949 15.0245 22.3958C14.413 22.0842 13.9158 21.587 13.6042 20.9755C13.4051 20.5847 13.3244 20.1663 13.2866 19.7031C13.25 19.2555 13.25 18.7048 13.25 18.0314V18.0314V17.9686V17.9686C13.25 17.2952 13.25 16.7445 13.2866 16.2969C13.3244 15.8337 13.4051 15.4153 13.6042 15.0245C13.9158 14.413 14.413 13.9158 15.0245 13.6042C15.4153 13.4051 15.8337 13.3244 16.2969 13.2866C16.7445 13.25 17.2952 13.25 17.9686 13.25H17.9686H18.0314H18.0314Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03143 13.25C6.7048 13.25 7.25551 13.25 7.70307 13.2866C8.16633 13.3244 8.58473 13.4051 8.97547 13.6042C9.587 13.9158 10.0842 14.413 10.3958 15.0245C10.5949 15.4153 10.6756 15.8337 10.7134 16.2969C10.75 16.7445 10.75 17.2952 10.75 17.9685V17.9686V18.0314V18.0315C10.75 18.7048 10.75 19.2555 10.7134 19.7031C10.6756 20.1663 10.5949 20.5847 10.3958 20.9755C10.0842 21.587 9.587 22.0842 8.97547 22.3958C8.58473 22.5949 8.16633 22.6756 7.70307 22.7134C7.25552 22.75 6.70482 22.75 6.03147 22.75H6.03144H5.96856H5.96853C5.29518 22.75 4.74448 22.75 4.29693 22.7134C3.83367 22.6756 3.41527 22.5949 3.02453 22.3958C2.413 22.0842 1.91582 21.587 1.60423 20.9755C1.40514 20.5847 1.3244 20.1663 1.28655 19.7031C1.24998 19.2555 1.24999 18.7048 1.25 18.0314V18.0314V17.9686V17.9686C1.24999 17.2952 1.24998 16.7445 1.28655 16.2969C1.3244 15.8337 1.40514 15.4153 1.60423 15.0245C1.91582 14.413 2.413 13.9158 3.02453 13.6042C3.41527 13.4051 3.83367 13.3244 4.29693 13.2866C4.74449 13.25 5.2952 13.25 5.96857 13.25H5.96858H6.03142H6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03143 1.25C6.7048 1.24999 7.25551 1.24998 7.70307 1.28655C8.16633 1.3244 8.58473 1.40514 8.97547 1.60423C9.587 1.91582 10.0842 2.413 10.3958 3.02453C10.5949 3.41527 10.6756 3.83367 10.7134 4.29693C10.75 4.74448 10.75 5.29518 10.75 5.96853V5.96856V6.03144V6.03147C10.75 6.70482 10.75 7.25552 10.7134 7.70307C10.6756 8.16633 10.5949 8.58473 10.3958 8.97547C10.0842 9.587 9.587 10.0842 8.97547 10.3958C8.58473 10.5949 8.16633 10.6756 7.70307 10.7134C7.25552 10.75 6.70482 10.75 6.03147 10.75H6.03144H5.96856H5.96853C5.29518 10.75 4.74448 10.75 4.29693 10.7134C3.83367 10.6756 3.41527 10.5949 3.02453 10.3958C2.413 10.0842 1.91582 9.587 1.60423 8.97547C1.40514 8.58473 1.3244 8.16633 1.28655 7.70307C1.24998 7.25551 1.24999 6.7048 1.25 6.03143V6.03142V5.96858V5.96857C1.24999 5.2952 1.24998 4.74449 1.28655 4.29693C1.3244 3.83367 1.40514 3.41527 1.60423 3.02453C1.91582 2.413 2.413 1.91582 3.02453 1.60423C3.41527 1.40514 3.83367 1.3244 4.29693 1.28655C4.74449 1.24998 5.2952 1.24999 5.96857 1.25H5.96858H6.03142H6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.0001 1.25C18.5524 1.25 19.0001 1.69772 19.0001 2.25V2.51987C19.5994 2.67537 20.1436 2.96738 20.5951 3.36095L20.9533 3.12703C21.4157 2.82503 22.0354 2.95507 22.3374 3.41748C22.6394 3.87988 22.5093 4.49955 22.0469 4.80154L21.713 5.01962C21.845 5.40613 21.9168 5.82007 21.9168 6.25C21.9168 6.68001 21.845 7.09402 21.7129 7.48058L22.0466 7.69846C22.509 8.00045 22.639 8.62012 22.337 9.08252C22.035 9.54493 21.4153 9.67496 20.9529 9.37297L20.595 9.13919C20.1434 9.53268 19.5994 9.82465 19.0001 9.98013V10.25C19.0001 10.8023 18.5524 11.25 18.0001 11.25C17.4478 11.25 17.0001 10.8023 17.0001 10.25V9.98013C16.4009 9.82465 15.8568 9.53268 15.4053 9.13919L15.0473 9.37297C14.5849 9.67496 13.9652 9.54493 13.6632 9.08252C13.3612 8.62012 13.4913 8.00045 13.9537 7.69846L14.2873 7.48058C14.1552 7.09402 14.0834 6.68001 14.0834 6.25C14.0834 5.82007 14.1552 5.40613 14.2872 5.01962L13.9533 4.80154C13.4909 4.49955 13.3609 3.87988 13.6629 3.41748C13.9649 2.95507 14.5845 2.82503 15.0469 3.12703L15.4051 3.36095C15.8567 2.96738 16.4008 2.67537 17.0001 2.51987V2.25C17.0001 1.69772 17.4478 1.25 18.0001 1.25ZM18.0001 4.39286C17.3267 4.39286 16.7406 4.7277 16.3992 5.22838C16.1989 5.52221 16.0834 5.87219 16.0834 6.25C16.0834 6.62786 16.1989 6.97787 16.3993 7.27173C16.7407 7.77235 17.3268 8.10714 18.0001 8.10714C18.6735 8.10714 19.2595 7.77235 19.6009 7.27173C19.8013 6.97787 19.9168 6.62786 19.9168 6.25C19.9168 5.87219 19.8014 5.52221 19.601 5.22838C19.2596 4.7277 18.6735 4.39286 18.0001 4.39286Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0314 13.25C18.7048 13.25 19.2555 13.25 19.7031 13.2866C20.1663 13.3244 20.5847 13.4051 20.9755 13.6042C21.587 13.9158 22.0842 14.413 22.3958 15.0245C22.5949 15.4153 22.6756 15.8337 22.7134 16.2969C22.75 16.7445 22.75 17.2952 22.75 17.9685V17.9686V18.0314V18.0315C22.75 18.7048 22.75 19.2555 22.7134 19.7031C22.6756 20.1663 22.5949 20.5847 22.3958 20.9755C22.0842 21.587 21.587 22.0842 20.9755 22.3958C20.5847 22.5949 20.1663 22.6756 19.7031 22.7134C19.2555 22.75 18.7048 22.75 18.0315 22.75H18.0314H17.9686H17.9685C17.2952 22.75 16.7445 22.75 16.2969 22.7134C15.8337 22.6756 15.4153 22.5949 15.0245 22.3958C14.413 22.0842 13.9158 21.587 13.6042 20.9755C13.4051 20.5847 13.3244 20.1663 13.2866 19.7031C13.25 19.2555 13.25 18.7048 13.25 18.0314V18.0314V17.9686V17.9686C13.25 17.2952 13.25 16.7445 13.2866 16.2969C13.3244 15.8337 13.4051 15.4153 13.6042 15.0245C13.9158 14.413 14.413 13.9158 15.0245 13.6042C15.4153 13.4051 15.8337 13.3244 16.2969 13.2866C16.7445 13.25 17.2952 13.25 17.9686 13.25H17.9686H18.0314H18.0314Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03143 13.25C6.7048 13.25 7.25551 13.25 7.70307 13.2866C8.16633 13.3244 8.58473 13.4051 8.97547 13.6042C9.587 13.9158 10.0842 14.413 10.3958 15.0245C10.5949 15.4153 10.6756 15.8337 10.7134 16.2969C10.75 16.7445 10.75 17.2952 10.75 17.9685V17.9686V18.0314V18.0315C10.75 18.7048 10.75 19.2555 10.7134 19.7031C10.6756 20.1663 10.5949 20.5847 10.3958 20.9755C10.0842 21.587 9.587 22.0842 8.97547 22.3958C8.58473 22.5949 8.16633 22.6756 7.70307 22.7134C7.25552 22.75 6.70482 22.75 6.03147 22.75H6.03144H5.96856H5.96853C5.29518 22.75 4.74448 22.75 4.29693 22.7134C3.83367 22.6756 3.41527 22.5949 3.02453 22.3958C2.413 22.0842 1.91582 21.587 1.60423 20.9755C1.40514 20.5847 1.3244 20.1663 1.28655 19.7031C1.24998 19.2555 1.24999 18.7048 1.25 18.0314V18.0314V17.9686V17.9686C1.24999 17.2952 1.24998 16.7445 1.28655 16.2969C1.3244 15.8337 1.40514 15.4153 1.60423 15.0245C1.91582 14.413 2.413 13.9158 3.02453 13.6042C3.41527 13.4051 3.83367 13.3244 4.29693 13.2866C4.74449 13.25 5.2952 13.25 5.96857 13.25H5.96858H6.03142H6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03143 1.25C6.7048 1.24999 7.25551 1.24998 7.70307 1.28655C8.16633 1.3244 8.58473 1.40514 8.97547 1.60423C9.587 1.91582 10.0842 2.413 10.3958 3.02453C10.5949 3.41527 10.6756 3.83367 10.7134 4.29693C10.75 4.74448 10.75 5.29518 10.75 5.96853V5.96856V6.03144V6.03147C10.75 6.70482 10.75 7.25552 10.7134 7.70307C10.6756 8.16633 10.5949 8.58473 10.3958 8.97547C10.0842 9.587 9.587 10.0842 8.97547 10.3958C8.58473 10.5949 8.16633 10.6756 7.70307 10.7134C7.25552 10.75 6.70482 10.75 6.03147 10.75H6.03144H5.96856H5.96853C5.29518 10.75 4.74448 10.75 4.29693 10.7134C3.83367 10.6756 3.41527 10.5949 3.02453 10.3958C2.413 10.0842 1.91582 9.587 1.60423 8.97547C1.40514 8.58473 1.3244 8.16633 1.28655 7.70307C1.24998 7.25551 1.24999 6.7048 1.25 6.03143V6.03142V5.96858V5.96857C1.24999 5.2952 1.24998 4.74449 1.28655 4.29693C1.3244 3.83367 1.40514 3.41527 1.60423 3.02453C1.91582 2.413 2.413 1.91582 3.02453 1.60423C3.41527 1.40514 3.83367 1.3244 4.29693 1.28655C4.74449 1.24998 5.2952 1.24999 5.96857 1.25H5.96858H6.03142H6.03143Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-discover-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12.4014 8.29796L15.3213 7.32465C16.2075 7.02924 16.6507 6.88153 16.8846 7.11544C17.1185 7.34935 16.9708 7.79246 16.6754 8.6787L15.702 11.5986C15.1986 13.1088 14.9469 13.8639 14.4054 14.4054C13.8639 14.9469 13.1088 15.1986 11.5986 15.702L8.67871 16.6753C7.79247 16.9708 7.34935 17.1185 7.11544 16.8846C6.88153 16.6507 7.02924 16.2075 7.32465 15.3213L8.29796 12.4014C8.80136 10.8912 9.05306 10.1361 9.59457 9.59457C10.1361 9.05306 10.8912 8.80136 12.4014 8.29796ZM12.708 11.292C13.0973 11.6813 13.0973 12.3124 12.708 12.7017L12.7017 12.708C12.3124 13.0973 11.6813 13.0973 11.292 12.708C10.9027 12.3187 10.9027 11.6876 11.292 11.2983L11.2983 11.292C11.6876 10.9027 12.3187 10.9027 12.708 11.292Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12.4014 8.29796L15.3213 7.32465C16.2075 7.02924 16.6507 6.88153 16.8846 7.11544C17.1185 7.34935 16.9708 7.79246 16.6754 8.6787L15.702 11.5986C15.1986 13.1088 14.9469 13.8639 14.4054 14.4054C13.8639 14.9469 13.1088 15.1986 11.5986 15.702L8.67871 16.6753C7.79247 16.9708 7.34935 17.1185 7.11544 16.8846C6.88153 16.6507 7.02924 16.2075 7.32465 15.3213L8.29796 12.4014C8.80136 10.8912 9.05306 10.1361 9.59457 9.59457C10.1361 9.05306 10.8912 8.80136 12.4014 8.29796ZM12.708 11.292C13.0973 11.6813 13.0973 12.3124 12.708 12.7017L12.7017 12.708C12.3124 13.0973 11.6813 13.0973 11.292 12.708C10.9027 12.3187 10.9027 11.6876 11.292 11.2983L11.2983 11.292C11.6876 10.9027 12.3187 10.9027 12.708 11.292Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-discover-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM12.4014 8.29796L15.3213 7.32465C16.2075 7.02924 16.6507 6.88153 16.8846 7.11544C17.1185 7.34935 16.9708 7.79246 16.6754 8.6787L15.702 11.5986C15.1986 13.1088 14.9469 13.8639 14.4054 14.4054C13.8639 14.9469 13.1088 15.1986 11.5986 15.702L8.67871 16.6753C7.79247 16.9708 7.34935 17.1185 7.11544 16.8846C6.88153 16.6507 7.02924 16.2075 7.32465 15.3213L8.29796 12.4014C8.80136 10.8912 9.05306 10.1361 9.59457 9.59457C10.1361 9.05306 10.8912 8.80136 12.4014 8.29796ZM12.708 11.292C13.0973 11.6813 13.0973 12.3124 12.708 12.7017L12.7017 12.708C12.3124 13.0973 11.6813 13.0973 11.292 12.708C10.9027 12.3187 10.9027 11.6876 11.292 11.2983L11.2983 11.292C11.6876 10.9027 12.3187 10.9027 12.708 11.292Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM12.4014 8.29796L15.3213 7.32465C16.2075 7.02924 16.6507 6.88153 16.8846 7.11544C17.1185 7.34935 16.9708 7.79246 16.6754 8.6787L15.702 11.5986C15.1986 13.1088 14.9469 13.8639 14.4054 14.4054C13.8639 14.9469 13.1088 15.1986 11.5986 15.702L8.67871 16.6753C7.79247 16.9708 7.34935 17.1185 7.11544 16.8846C6.88153 16.6507 7.02924 16.2075 7.32465 15.3213L8.29796 12.4014C8.80136 10.8912 9.05306 10.1361 9.59457 9.59457C10.1361 9.05306 10.8912 8.80136 12.4014 8.29796ZM12.708 11.292C13.0973 11.6813 13.0973 12.3124 12.708 12.7017L12.7017 12.708C12.3124 13.0973 11.6813 13.0973 11.292 12.708C10.9027 12.3187 10.9027 11.6876 11.292 11.2983L11.2983 11.292C11.6876 10.9027 12.3187 10.9027 12.708 11.292Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-left-sidebar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0485 2.25H11.25C10.7786 2.25 10.5429 2.25 10.3964 2.39645C10.25 2.54289 10.25 2.7786 10.25 3.25L10.25 20.75C10.25 21.2214 10.25 21.4571 10.3964 21.6036C10.5429 21.75 10.7786 21.75 11.25 21.75H14.0486H14.0486H14.0486H14.0486H14.0486C15.6471 21.75 16.9135 21.75 17.9227 21.6303C18.961 21.5072 19.8141 21.2495 20.5452 20.6736C21.0463 20.2789 21.4778 19.792 21.8229 19.2375C22.3179 18.4422 22.5384 17.5216 22.645 16.3837C22.75 15.2629 22.75 13.8506 22.75 12.0395V11.9605C22.75 10.1494 22.75 8.73705 22.645 7.61632C22.5384 6.47837 22.3179 5.5578 21.8229 4.76246C21.4778 4.20797 21.0463 3.72109 20.5452 3.32638C19.8141 2.7505 18.961 2.49279 17.9227 2.36966C16.9135 2.24998 15.647 2.24999 14.0485 2.25H14.0485ZM7.74415 21.7341C7.12171 21.7188 6.56897 21.6889 6.07727 21.6305C5.03896 21.5074 4.18587 21.2497 3.4548 20.6738C2.95374 20.2791 2.5222 19.7922 2.17708 19.2378C1.68205 18.4424 1.46162 17.5218 1.355 16.3839C1.24999 15.2631 1.24999 13.8508 1.25 12.0396V11.9608C1.24999 10.1496 1.24999 8.73727 1.355 7.61653C1.46162 6.47858 1.68205 5.55801 2.17708 4.76267C2.5222 4.20818 2.95374 3.7213 3.4548 3.32659C4.18587 2.75071 5.03896 2.493 6.07727 2.36987C6.56896 2.31157 7.12171 2.28167 7.74415 2.26634C8.21361 2.25477 8.44835 2.24899 8.59917 2.39615C8.75 2.54331 8.75 2.78164 8.75 3.25831V20.7421C8.75 21.2188 8.75 21.4571 8.59917 21.6043C8.44835 21.7514 8.21361 21.7456 7.74415 21.7341ZM6.25 6.96094C6.25 6.54672 5.91421 6.21094 5.5 6.21094H4.5C4.08579 6.21094 3.75 6.54672 3.75 6.96094C3.75 7.37515 4.08579 7.71094 4.5 7.71094H5.5C5.91421 7.71094 6.25 7.37515 6.25 6.96094ZM6.25 9.96094C6.25 9.54672 5.91421 9.21094 5.5 9.21094H4.5C4.08579 9.21094 3.75 9.54672 3.75 9.96094C3.75 10.3752 4.08579 10.7109 4.5 10.7109H5.5C5.91421 10.7109 6.25 10.3752 6.25 9.96094Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0485 2.25H11.25C10.7786 2.25 10.5429 2.25 10.3964 2.39645C10.25 2.54289 10.25 2.7786 10.25 3.25L10.25 20.75C10.25 21.2214 10.25 21.4571 10.3964 21.6036C10.5429 21.75 10.7786 21.75 11.25 21.75H14.0486H14.0486H14.0486H14.0486H14.0486C15.6471 21.75 16.9135 21.75 17.9227 21.6303C18.961 21.5072 19.8141 21.2495 20.5452 20.6736C21.0463 20.2789 21.4778 19.792 21.8229 19.2375C22.3179 18.4422 22.5384 17.5216 22.645 16.3837C22.75 15.2629 22.75 13.8506 22.75 12.0395V11.9605C22.75 10.1494 22.75 8.73705 22.645 7.61632C22.5384 6.47837 22.3179 5.5578 21.8229 4.76246C21.4778 4.20797 21.0463 3.72109 20.5452 3.32638C19.8141 2.7505 18.961 2.49279 17.9227 2.36966C16.9135 2.24998 15.647 2.24999 14.0485 2.25H14.0485ZM7.74415 21.7341C7.12171 21.7188 6.56897 21.6889 6.07727 21.6305C5.03896 21.5074 4.18587 21.2497 3.4548 20.6738C2.95374 20.2791 2.5222 19.7922 2.17708 19.2378C1.68205 18.4424 1.46162 17.5218 1.355 16.3839C1.24999 15.2631 1.24999 13.8508 1.25 12.0396V11.9608C1.24999 10.1496 1.24999 8.73727 1.355 7.61653C1.46162 6.47858 1.68205 5.55801 2.17708 4.76267C2.5222 4.20818 2.95374 3.7213 3.4548 3.32659C4.18587 2.75071 5.03896 2.493 6.07727 2.36987C6.56896 2.31157 7.12171 2.28167 7.74415 2.26634C8.21361 2.25477 8.44835 2.24899 8.59917 2.39615C8.75 2.54331 8.75 2.78164 8.75 3.25831V20.7421C8.75 21.2188 8.75 21.4571 8.59917 21.6043C8.44835 21.7514 8.21361 21.7456 7.74415 21.7341ZM6.25 6.96094C6.25 6.54672 5.91421 6.21094 5.5 6.21094H4.5C4.08579 6.21094 3.75 6.54672 3.75 6.96094C3.75 7.37515 4.08579 7.71094 4.5 7.71094H5.5C5.91421 7.71094 6.25 7.37515 6.25 6.96094ZM6.25 9.96094C6.25 9.54672 5.91421 9.21094 5.5 9.21094H4.5C4.08579 9.21094 3.75 9.54672 3.75 9.96094C3.75 10.3752 4.08579 10.7109 4.5 10.7109H5.5C5.91421 10.7109 6.25 10.3752 6.25 9.96094Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-sidebar-bottom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7537 13.75H2.24634C1.77804 13.75 1.54389 13.75 1.39747 13.6038C1.25106 13.4575 1.2508 13.2243 1.25026 12.7578C1.25 12.526 1.25 12.2872 1.25 12.041V11.9605C1.24999 10.1494 1.24999 8.73705 1.355 7.61632C1.46162 6.47837 1.68205 5.5578 2.17708 4.76246C2.5222 4.20797 2.95374 3.72108 3.4548 3.32638C4.18587 2.7505 5.03896 2.49279 6.07727 2.36966C7.08651 2.24998 8.35296 2.24999 9.95141 2.25H9.95143H9.95145H14.0485H14.0485H14.0485C15.6469 2.24999 16.9135 2.24998 17.9227 2.36966C18.961 2.49279 19.8141 2.7505 20.5452 3.32638C21.0463 3.72108 21.4778 4.20797 21.8229 4.76246C22.3179 5.5578 22.5384 6.47837 22.645 7.61632C22.75 8.73706 22.75 10.1494 22.75 11.9606V12.0411C22.75 12.2873 22.75 12.5261 22.7497 12.7578C22.7492 13.2243 22.7489 13.4575 22.6025 13.6038C22.4561 13.75 22.222 13.75 21.7537 13.75ZM9.95236 21.75H14.0493H14.0493C15.6478 21.75 16.9143 21.75 17.9236 21.6303C18.9619 21.5072 19.815 21.2495 20.546 20.6736C21.0471 20.2789 21.4786 19.792 21.8237 19.2375C22.3188 18.4422 22.5392 17.5216 22.6458 16.3837C22.6488 16.3516 22.6518 16.3193 22.6546 16.2867C22.696 15.8118 22.7166 15.5743 22.568 15.4121C22.4194 15.25 22.1722 15.25 21.6778 15.25H2.32385C1.82945 15.25 1.58226 15.25 1.43363 15.4121C1.285 15.5743 1.30569 15.8118 1.34706 16.2867C1.3499 16.3193 1.35282 16.3516 1.35582 16.3837C1.46244 17.5216 1.68288 18.4422 2.1779 19.2375C2.52302 19.792 2.95457 20.2789 3.45563 20.6736C4.18669 21.2495 5.03979 21.5072 6.07809 21.6303C7.08736 21.75 8.35385 21.75 9.95235 21.75H9.95236ZM6 19.25C5.58579 19.25 5.25 18.9142 5.25 18.5C5.25 18.0858 5.58579 17.75 6 17.75H7C7.41421 17.75 7.75 18.0858 7.75 18.5C7.75 18.9142 7.41421 19.25 7 19.25H6ZM10 19.25C9.58579 19.25 9.25 18.9142 9.25 18.5C9.25 18.0858 9.58579 17.75 10 17.75H11C11.4142 17.75 11.75 18.0858 11.75 18.5C11.75 18.9142 11.4142 19.25 11 19.25H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7537 13.75H2.24634C1.77804 13.75 1.54389 13.75 1.39747 13.6038C1.25106 13.4575 1.2508 13.2243 1.25026 12.7578C1.25 12.526 1.25 12.2872 1.25 12.041V11.9605C1.24999 10.1494 1.24999 8.73705 1.355 7.61632C1.46162 6.47837 1.68205 5.5578 2.17708 4.76246C2.5222 4.20797 2.95374 3.72108 3.4548 3.32638C4.18587 2.7505 5.03896 2.49279 6.07727 2.36966C7.08651 2.24998 8.35296 2.24999 9.95141 2.25H9.95143H9.95145H14.0485H14.0485H14.0485C15.6469 2.24999 16.9135 2.24998 17.9227 2.36966C18.961 2.49279 19.8141 2.7505 20.5452 3.32638C21.0463 3.72108 21.4778 4.20797 21.8229 4.76246C22.3179 5.5578 22.5384 6.47837 22.645 7.61632C22.75 8.73706 22.75 10.1494 22.75 11.9606V12.0411C22.75 12.2873 22.75 12.5261 22.7497 12.7578C22.7492 13.2243 22.7489 13.4575 22.6025 13.6038C22.4561 13.75 22.222 13.75 21.7537 13.75ZM9.95236 21.75H14.0493H14.0493C15.6478 21.75 16.9143 21.75 17.9236 21.6303C18.9619 21.5072 19.815 21.2495 20.546 20.6736C21.0471 20.2789 21.4786 19.792 21.8237 19.2375C22.3188 18.4422 22.5392 17.5216 22.6458 16.3837C22.6488 16.3516 22.6518 16.3193 22.6546 16.2867C22.696 15.8118 22.7166 15.5743 22.568 15.4121C22.4194 15.25 22.1722 15.25 21.6778 15.25H2.32385C1.82945 15.25 1.58226 15.25 1.43363 15.4121C1.285 15.5743 1.30569 15.8118 1.34706 16.2867C1.3499 16.3193 1.35282 16.3516 1.35582 16.3837C1.46244 17.5216 1.68288 18.4422 2.1779 19.2375C2.52302 19.792 2.95457 20.2789 3.45563 20.6736C4.18669 21.2495 5.03979 21.5072 6.07809 21.6303C7.08736 21.75 8.35385 21.75 9.95235 21.75H9.95236ZM6 19.25C5.58579 19.25 5.25 18.9142 5.25 18.5C5.25 18.0858 5.58579 17.75 6 17.75H7C7.41421 17.75 7.75 18.0858 7.75 18.5C7.75 18.9142 7.41421 19.25 7 19.25H6ZM10 19.25C9.58579 19.25 9.25 18.9142 9.25 18.5C9.25 18.0858 9.58579 17.75 10 17.75H11C11.4142 17.75 11.75 18.0858 11.75 18.5C11.75 18.9142 11.4142 19.25 11 19.25H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-sidebar-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.95154 2.25H12.75C13.2214 2.25 13.4571 2.25 13.6036 2.39645C13.75 2.54289 13.75 2.7786 13.75 3.25L13.75 20.75C13.75 21.2214 13.75 21.4571 13.6036 21.6036C13.4571 21.75 13.2214 21.75 12.75 21.75H9.95145H9.95143H9.95141H9.95139H9.95137C8.35293 21.75 7.08651 21.75 6.07727 21.6303C5.03896 21.5072 4.18587 21.2495 3.4548 20.6736C2.95374 20.2789 2.5222 19.792 2.17708 19.2375C1.68205 18.4422 1.46162 17.5216 1.355 16.3837C1.24999 15.2629 1.24999 13.8506 1.25 12.0395V12.0395V11.9605V11.9605C1.24999 10.1494 1.24999 8.73705 1.355 7.61632C1.46162 6.47837 1.68205 5.5578 2.17708 4.76246C2.5222 4.20797 2.95374 3.72109 3.4548 3.32638C4.18587 2.7505 5.03896 2.49279 6.07727 2.36966C7.08654 2.24998 8.35302 2.24999 9.95153 2.25H9.95154ZM16.2559 21.7341C16.8783 21.7188 17.431 21.6889 17.9227 21.6305C18.961 21.5074 19.8141 21.2497 20.5452 20.6738C21.0463 20.2791 21.4778 19.7922 21.8229 19.2378C22.3179 18.4424 22.5384 17.5218 22.645 16.3839C22.75 15.2631 22.75 13.8508 22.75 12.0396V11.9608C22.75 10.1496 22.75 8.73727 22.645 7.61653C22.5384 6.47858 22.3179 5.55801 21.8229 4.76267C21.4778 4.20818 21.0463 3.7213 20.5452 3.32659C19.8141 2.75071 18.961 2.493 17.9227 2.36987C17.431 2.31157 16.8783 2.28167 16.2559 2.26634C15.7864 2.25477 15.5517 2.24899 15.4008 2.39615C15.25 2.54331 15.25 2.78164 15.25 3.25831V20.7421C15.25 21.2188 15.25 21.4571 15.4008 21.6043C15.5517 21.7514 15.7864 21.7456 16.2559 21.7341ZM17.75 6.96094C17.75 6.54672 18.0858 6.21094 18.5 6.21094H19.5C19.9142 6.21094 20.25 6.54672 20.25 6.96094C20.25 7.37515 19.9142 7.71094 19.5 7.71094H18.5C18.0858 7.71094 17.75 7.37515 17.75 6.96094ZM17.75 9.96094C17.75 9.54672 18.0858 9.21094 18.5 9.21094H19.5C19.9142 9.21094 20.25 9.54672 20.25 9.96094C20.25 10.3752 19.9142 10.7109 19.5 10.7109H18.5C18.0858 10.7109 17.75 10.3752 17.75 9.96094Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.95154 2.25H12.75C13.2214 2.25 13.4571 2.25 13.6036 2.39645C13.75 2.54289 13.75 2.7786 13.75 3.25L13.75 20.75C13.75 21.2214 13.75 21.4571 13.6036 21.6036C13.4571 21.75 13.2214 21.75 12.75 21.75H9.95145H9.95143H9.95141H9.95139H9.95137C8.35293 21.75 7.08651 21.75 6.07727 21.6303C5.03896 21.5072 4.18587 21.2495 3.4548 20.6736C2.95374 20.2789 2.5222 19.792 2.17708 19.2375C1.68205 18.4422 1.46162 17.5216 1.355 16.3837C1.24999 15.2629 1.24999 13.8506 1.25 12.0395V12.0395V11.9605V11.9605C1.24999 10.1494 1.24999 8.73705 1.355 7.61632C1.46162 6.47837 1.68205 5.5578 2.17708 4.76246C2.5222 4.20797 2.95374 3.72109 3.4548 3.32638C4.18587 2.7505 5.03896 2.49279 6.07727 2.36966C7.08654 2.24998 8.35302 2.24999 9.95153 2.25H9.95154ZM16.2559 21.7341C16.8783 21.7188 17.431 21.6889 17.9227 21.6305C18.961 21.5074 19.8141 21.2497 20.5452 20.6738C21.0463 20.2791 21.4778 19.7922 21.8229 19.2378C22.3179 18.4424 22.5384 17.5218 22.645 16.3839C22.75 15.2631 22.75 13.8508 22.75 12.0396V11.9608C22.75 10.1496 22.75 8.73727 22.645 7.61653C22.5384 6.47858 22.3179 5.55801 21.8229 4.76267C21.4778 4.20818 21.0463 3.7213 20.5452 3.32659C19.8141 2.75071 18.961 2.493 17.9227 2.36987C17.431 2.31157 16.8783 2.28167 16.2559 2.26634C15.7864 2.25477 15.5517 2.24899 15.4008 2.39615C15.25 2.54331 15.25 2.78164 15.25 3.25831V20.7421C15.25 21.2188 15.25 21.4571 15.4008 21.6043C15.5517 21.7514 15.7864 21.7456 16.2559 21.7341ZM17.75 6.96094C17.75 6.54672 18.0858 6.21094 18.5 6.21094H19.5C19.9142 6.21094 20.25 6.54672 20.25 6.96094C20.25 7.37515 19.9142 7.71094 19.5 7.71094H18.5C18.0858 7.71094 17.75 7.37515 17.75 6.96094ZM17.75 9.96094C17.75 9.54672 18.0858 9.21094 18.5 9.21094H19.5C19.9142 9.21094 20.25 9.54672 20.25 9.96094C20.25 10.3752 19.9142 10.7109 19.5 10.7109H18.5C18.0858 10.7109 17.75 10.3752 17.75 9.96094Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-dashboard-icons-sidebar-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.95236 2.25H14.0493H14.0493C15.6478 2.24999 16.9143 2.24998 17.9236 2.36966C18.9619 2.49279 19.815 2.7505 20.546 3.32638C21.0471 3.72109 21.4786 4.20797 21.8237 4.76246C22.3188 5.5578 22.5392 6.47837 22.6458 7.61632C22.6488 7.64839 22.6518 7.6807 22.6546 7.71325C22.696 8.18824 22.7166 8.42573 22.568 8.58787C22.4194 8.75 22.1722 8.75 21.6778 8.75H2.32385C1.82945 8.75 1.58226 8.75 1.43363 8.58787C1.285 8.42573 1.30569 8.18824 1.34706 7.71325C1.3499 7.6807 1.35282 7.64839 1.35582 7.61632C1.46244 6.47837 1.68288 5.5578 2.1779 4.76246C2.52302 4.20797 2.95457 3.72109 3.45563 3.32638C4.18669 2.7505 5.03979 2.49279 6.07809 2.36966C7.08736 2.24998 8.35385 2.24999 9.95235 2.25H9.95236ZM21.7537 10.25H2.24634C1.77804 10.25 1.54389 10.25 1.39747 10.3962C1.25106 10.5425 1.2508 10.7757 1.25026 11.2422C1.25 11.474 1.25 11.7128 1.25 11.959V12.0395C1.24999 13.8506 1.24999 15.2629 1.355 16.3837C1.46162 17.5216 1.68205 18.4422 2.17708 19.2375C2.5222 19.792 2.95374 20.2789 3.4548 20.6736C4.18587 21.2495 5.03896 21.5072 6.07727 21.6303C7.08651 21.75 8.35294 21.75 9.95137 21.75H9.95139H9.95141H9.95143H9.95145H14.0485H14.0485H14.0485H14.0485H14.0485C15.647 21.75 16.9135 21.75 17.9227 21.6303C18.961 21.5072 19.8141 21.2495 20.5452 20.6736C21.0463 20.2789 21.4778 19.792 21.8229 19.2375C22.3179 18.4422 22.5384 17.5216 22.645 16.3837C22.75 15.2629 22.75 13.8506 22.75 12.0394V11.9589C22.75 11.7127 22.75 11.4739 22.7497 11.2422C22.7492 10.7757 22.7489 10.5425 22.6025 10.3962C22.4561 10.25 22.222 10.25 21.7537 10.25ZM6 4.75C5.58579 4.75 5.25 5.08579 5.25 5.5C5.25 5.91421 5.58579 6.25 6 6.25H7C7.41421 6.25 7.75 5.91421 7.75 5.5C7.75 5.08579 7.41421 4.75 7 4.75H6ZM10 4.75C9.58579 4.75 9.25 5.08579 9.25 5.5C9.25 5.91421 9.58579 6.25 10 6.25H11C11.4142 6.25 11.75 5.91421 11.75 5.5C11.75 5.08579 11.4142 4.75 11 4.75H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.95236 2.25H14.0493H14.0493C15.6478 2.24999 16.9143 2.24998 17.9236 2.36966C18.9619 2.49279 19.815 2.7505 20.546 3.32638C21.0471 3.72109 21.4786 4.20797 21.8237 4.76246C22.3188 5.5578 22.5392 6.47837 22.6458 7.61632C22.6488 7.64839 22.6518 7.6807 22.6546 7.71325C22.696 8.18824 22.7166 8.42573 22.568 8.58787C22.4194 8.75 22.1722 8.75 21.6778 8.75H2.32385C1.82945 8.75 1.58226 8.75 1.43363 8.58787C1.285 8.42573 1.30569 8.18824 1.34706 7.71325C1.3499 7.6807 1.35282 7.64839 1.35582 7.61632C1.46244 6.47837 1.68288 5.5578 2.1779 4.76246C2.52302 4.20797 2.95457 3.72109 3.45563 3.32638C4.18669 2.7505 5.03979 2.49279 6.07809 2.36966C7.08736 2.24998 8.35385 2.24999 9.95235 2.25H9.95236ZM21.7537 10.25H2.24634C1.77804 10.25 1.54389 10.25 1.39747 10.3962C1.25106 10.5425 1.2508 10.7757 1.25026 11.2422C1.25 11.474 1.25 11.7128 1.25 11.959V12.0395C1.24999 13.8506 1.24999 15.2629 1.355 16.3837C1.46162 17.5216 1.68205 18.4422 2.17708 19.2375C2.5222 19.792 2.95374 20.2789 3.4548 20.6736C4.18587 21.2495 5.03896 21.5072 6.07727 21.6303C7.08651 21.75 8.35294 21.75 9.95137 21.75H9.95139H9.95141H9.95143H9.95145H14.0485H14.0485H14.0485H14.0485H14.0485C15.647 21.75 16.9135 21.75 17.9227 21.6303C18.961 21.5072 19.8141 21.2495 20.5452 20.6736C21.0463 20.2789 21.4778 19.792 21.8229 19.2375C22.3179 18.4422 22.5384 17.5216 22.645 16.3837C22.75 15.2629 22.75 13.8506 22.75 12.0394V11.9589C22.75 11.7127 22.75 11.4739 22.7497 11.2422C22.7492 10.7757 22.7489 10.5425 22.6025 10.3962C22.4561 10.25 22.222 10.25 21.7537 10.25ZM6 4.75C5.58579 4.75 5.25 5.08579 5.25 5.5C5.25 5.91421 5.58579 6.25 6 6.25H7C7.41421 6.25 7.75 5.91421 7.75 5.5C7.75 5.08579 7.41421 4.75 7 4.75H6ZM10 4.75C9.58579 4.75 9.25 5.08579 9.25 5.5C9.25 5.91421 9.58579 6.25 10 6.25H11C11.4142 6.25 11.75 5.91421 11.75 5.5C11.75 5.08579 11.4142 4.75 11 4.75H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-alarm-clock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.70711 18.4179C6.09763 18.8084 6.09763 19.4416 5.70711 19.8321L3.70711 21.8321C3.31658 22.2226 2.68342 22.2226 2.29289 21.8321C1.90237 21.4416 1.90237 20.8084 2.29289 20.4179L4.29289 18.4179C4.68342 18.0274 5.31658 18.0274 5.70711 18.4179ZM18.2929 18.4179C18.6834 18.0274 19.3166 18.0274 19.7071 18.4179L21.7071 20.4179C22.0976 20.8084 22.0976 21.4416 21.7071 21.8321C21.3166 22.2226 20.6834 22.2226 20.2929 21.8321L18.2929 19.8321C17.9024 19.4416 17.9024 18.8084 18.2929 18.4179Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.2632 2.14786C3.87364 2.0497 4.41956 2.28636 4.85156 2.50236L5.44705 2.80011C5.94103 3.0471 6.14126 3.64777 5.89427 4.14175C5.64728 4.63573 5.0466 4.83595 4.55263 4.58897L3.95713 4.29122C3.76703 4.19617 3.65505 4.15276 3.58683 4.13373L3.58245 4.13253L3.57882 4.13495C3.5202 4.17437 3.42732 4.25097 3.27664 4.40164C3.12597 4.55232 3.04937 4.64519 3.00995 4.70382L3.00753 4.70745L3.00873 4.71183C3.02776 4.78005 3.07117 4.89204 3.16622 5.08213L3.46396 5.67762C3.71095 6.1716 3.51073 6.77228 3.01675 7.01927C2.52277 7.26626 1.9221 7.06603 1.67511 6.57205L1.37736 5.97656C1.16136 5.54456 0.924695 4.99864 1.02286 4.3882C1.12115 3.77699 1.51765 3.33221 1.86243 2.98743C2.20721 2.64265 2.65199 2.24615 3.2632 2.14786Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.4128 4.13373C20.3446 4.15276 20.2326 4.19617 20.0425 4.29122L19.4471 4.58897C18.9531 4.83595 18.3524 4.63573 18.1054 4.14175C17.8584 3.64777 18.0586 3.0471 18.5526 2.80011L19.1481 2.50236C19.5801 2.28636 20.126 2.0497 20.7365 2.14786C21.3477 2.24615 21.7925 2.64265 22.1372 2.98743C22.482 3.33221 22.8785 3.77699 22.9768 4.3882C23.075 4.99864 22.8383 5.54456 22.6223 5.97656L22.3246 6.57205C22.0776 7.06603 21.4769 7.26626 20.9829 7.01927C20.4889 6.77228 20.2887 6.17161 20.5357 5.67763L20.8335 5.08213C20.9285 4.89204 20.9719 4.78005 20.9909 4.71183L20.9921 4.70745L20.9897 4.70382C20.9503 4.64519 20.8737 4.55232 20.723 4.40164C20.5724 4.25097 20.4795 4.17437 20.4209 4.13495L20.4172 4.13253L20.4128 4.13373Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.375C6.61522 3.375 2.25 7.74022 2.25 13.125C2.25 18.5098 6.61522 22.875 12 22.875C17.3848 22.875 21.75 18.5098 21.75 13.125C21.75 7.74022 17.3848 3.375 12 3.375ZM13 9.625C13 9.07272 12.5523 8.625 12 8.625C11.4477 8.625 11 9.07272 11 9.625V13.625C11 13.8902 11.1054 14.1446 11.2929 14.3321L13.2929 16.3321C13.6834 16.7226 14.3166 16.7226 14.7071 16.3321C15.0976 15.9416 15.0976 15.3084 14.7071 14.9179L13 13.2108V9.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 2.125C9 1.57272 9.44772 1.125 10 1.125H14C14.5523 1.125 15 1.57272 15 2.125C15 2.67728 14.5523 3.125 14 3.125H13V3.625C13 4.17728 12.5523 4.625 12 4.625C11.4477 4.625 11 4.17728 11 3.625V3.125H10C9.44772 3.125 9 2.67728 9 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.70711 18.4179C6.09763 18.8084 6.09763 19.4416 5.70711 19.8321L3.70711 21.8321C3.31658 22.2226 2.68342 22.2226 2.29289 21.8321C1.90237 21.4416 1.90237 20.8084 2.29289 20.4179L4.29289 18.4179C4.68342 18.0274 5.31658 18.0274 5.70711 18.4179ZM18.2929 18.4179C18.6834 18.0274 19.3166 18.0274 19.7071 18.4179L21.7071 20.4179C22.0976 20.8084 22.0976 21.4416 21.7071 21.8321C21.3166 22.2226 20.6834 22.2226 20.2929 21.8321L18.2929 19.8321C17.9024 19.4416 17.9024 18.8084 18.2929 18.4179Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.2632 2.14786C3.87364 2.0497 4.41956 2.28636 4.85156 2.50236L5.44705 2.80011C5.94103 3.0471 6.14126 3.64777 5.89427 4.14175C5.64728 4.63573 5.0466 4.83595 4.55263 4.58897L3.95713 4.29122C3.76703 4.19617 3.65505 4.15276 3.58683 4.13373L3.58245 4.13253L3.57882 4.13495C3.5202 4.17437 3.42732 4.25097 3.27664 4.40164C3.12597 4.55232 3.04937 4.64519 3.00995 4.70382L3.00753 4.70745L3.00873 4.71183C3.02776 4.78005 3.07117 4.89204 3.16622 5.08213L3.46396 5.67762C3.71095 6.1716 3.51073 6.77228 3.01675 7.01927C2.52277 7.26626 1.9221 7.06603 1.67511 6.57205L1.37736 5.97656C1.16136 5.54456 0.924695 4.99864 1.02286 4.3882C1.12115 3.77699 1.51765 3.33221 1.86243 2.98743C2.20721 2.64265 2.65199 2.24615 3.2632 2.14786Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.4128 4.13373C20.3446 4.15276 20.2326 4.19617 20.0425 4.29122L19.4471 4.58897C18.9531 4.83595 18.3524 4.63573 18.1054 4.14175C17.8584 3.64777 18.0586 3.0471 18.5526 2.80011L19.1481 2.50236C19.5801 2.28636 20.126 2.0497 20.7365 2.14786C21.3477 2.24615 21.7925 2.64265 22.1372 2.98743C22.482 3.33221 22.8785 3.77699 22.9768 4.3882C23.075 4.99864 22.8383 5.54456 22.6223 5.97656L22.3246 6.57205C22.0776 7.06603 21.4769 7.26626 20.9829 7.01927C20.4889 6.77228 20.2887 6.17161 20.5357 5.67763L20.8335 5.08213C20.9285 4.89204 20.9719 4.78005 20.9909 4.71183L20.9921 4.70745L20.9897 4.70382C20.9503 4.64519 20.8737 4.55232 20.723 4.40164C20.5724 4.25097 20.4795 4.17437 20.4209 4.13495L20.4172 4.13253L20.4128 4.13373Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.375C6.61522 3.375 2.25 7.74022 2.25 13.125C2.25 18.5098 6.61522 22.875 12 22.875C17.3848 22.875 21.75 18.5098 21.75 13.125C21.75 7.74022 17.3848 3.375 12 3.375ZM13 9.625C13 9.07272 12.5523 8.625 12 8.625C11.4477 8.625 11 9.07272 11 9.625V13.625C11 13.8902 11.1054 14.1446 11.2929 14.3321L13.2929 16.3321C13.6834 16.7226 14.3166 16.7226 14.7071 16.3321C15.0976 15.9416 15.0976 15.3084 14.7071 14.9179L13 13.2108V9.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 2.125C9 1.57272 9.44772 1.125 10 1.125H14C14.5523 1.125 15 1.57272 15 2.125C15 2.67728 14.5523 3.125 14 3.125H13V3.625C13 4.17728 12.5523 4.625 12 4.625C11.4477 4.625 11 4.17728 11 3.625V3.125H10C9.44772 3.125 9 2.67728 9 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1.125C6.55228 1.125 7 1.57272 7 2.125V4.125C7 4.67728 6.55228 5.125 6 5.125C5.44772 5.125 5 4.67728 5 4.125V2.125C5 1.57272 5.44772 1.125 6 1.125ZM18 1.125C18.5523 1.125 19 1.57272 19 2.125V4.125C19 4.67728 18.5523 5.125 18 5.125C17.4477 5.125 17 4.67728 17 4.125V2.125C17 1.57272 17.4477 1.125 18 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0108 2.375H13.0108C14.9745 2.37498 16.5307 2.37497 17.7487 2.55201C19.0072 2.73493 20.0129 3.12006 20.7985 3.96936C21.5764 4.81035 21.9222 5.87292 22.0878 7.20451C22.25 8.50931 22.25 10.1815 22.25 12.3151V12.9349C22.25 15.0685 22.25 16.7407 22.0878 18.0455C21.9222 19.3771 21.5764 20.4397 20.7985 21.2806C20.0129 22.1299 19.0072 22.5151 17.7487 22.698C16.5307 22.875 14.9745 22.875 13.0108 22.875H10.9892C9.02555 22.875 7.46932 22.875 6.25129 22.698C4.99276 22.5151 3.98714 22.1299 3.20154 21.2806C2.42363 20.4397 2.07785 19.3771 1.91225 18.0455C1.74998 16.7407 1.74999 15.0685 1.75 12.935V12.935V12.315V12.315C1.74999 10.1815 1.74998 8.5093 1.91225 7.20451C2.07785 5.87292 2.42363 4.81035 3.20154 3.96936C3.98714 3.12006 4.99276 2.73493 6.25129 2.55201C7.46931 2.37497 9.02554 2.37498 10.9892 2.375H10.9892H10.9892H13.0108H13.0108ZM9.59998 12.125C10.3732 12.125 11 12.7518 11 13.525L11 17.125C11 17.6773 10.5523 18.125 10 18.125C9.44772 18.125 9 17.6773 9 17.125L8.99999 14.125C8.44771 14.125 8 13.6773 8 13.125C8 12.5727 8.44771 12.125 8.99999 12.125L9.59998 12.125ZM12 13.125C12 12.5727 12.4477 12.125 13 12.125H14.7207C15.518 12.125 16.2584 12.9145 15.9217 13.822L14.5672 17.4729C14.3751 17.9906 13.7996 18.2547 13.2818 18.0626C12.764 17.8704 12.5 17.295 12.6921 16.7772L13.6761 14.125H13C12.4477 14.125 12 13.6773 12 13.125ZM6 7.125C5.44772 7.125 5 7.57272 5 8.125C5 8.67729 5.44772 9.125 6 9.125H18C18.5523 9.125 19 8.67729 19 8.125C19 7.57272 18.5523 7.125 18 7.125H6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1.125C6.55228 1.125 7 1.57272 7 2.125V4.125C7 4.67728 6.55228 5.125 6 5.125C5.44772 5.125 5 4.67728 5 4.125V2.125C5 1.57272 5.44772 1.125 6 1.125ZM18 1.125C18.5523 1.125 19 1.57272 19 2.125V4.125C19 4.67728 18.5523 5.125 18 5.125C17.4477 5.125 17 4.67728 17 4.125V2.125C17 1.57272 17.4477 1.125 18 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0108 2.375H13.0108C14.9745 2.37498 16.5307 2.37497 17.7487 2.55201C19.0072 2.73493 20.0129 3.12006 20.7985 3.96936C21.5764 4.81035 21.9222 5.87292 22.0878 7.20451C22.25 8.50931 22.25 10.1815 22.25 12.3151V12.9349C22.25 15.0685 22.25 16.7407 22.0878 18.0455C21.9222 19.3771 21.5764 20.4397 20.7985 21.2806C20.0129 22.1299 19.0072 22.5151 17.7487 22.698C16.5307 22.875 14.9745 22.875 13.0108 22.875H10.9892C9.02555 22.875 7.46932 22.875 6.25129 22.698C4.99276 22.5151 3.98714 22.1299 3.20154 21.2806C2.42363 20.4397 2.07785 19.3771 1.91225 18.0455C1.74998 16.7407 1.74999 15.0685 1.75 12.935V12.935V12.315V12.315C1.74999 10.1815 1.74998 8.5093 1.91225 7.20451C2.07785 5.87292 2.42363 4.81035 3.20154 3.96936C3.98714 3.12006 4.99276 2.73493 6.25129 2.55201C7.46931 2.37497 9.02554 2.37498 10.9892 2.375H10.9892H10.9892H13.0108H13.0108ZM9.59998 12.125C10.3732 12.125 11 12.7518 11 13.525L11 17.125C11 17.6773 10.5523 18.125 10 18.125C9.44772 18.125 9 17.6773 9 17.125L8.99999 14.125C8.44771 14.125 8 13.6773 8 13.125C8 12.5727 8.44771 12.125 8.99999 12.125L9.59998 12.125ZM12 13.125C12 12.5727 12.4477 12.125 13 12.125H14.7207C15.518 12.125 16.2584 12.9145 15.9217 13.822L14.5672 17.4729C14.3751 17.9906 13.7996 18.2547 13.2818 18.0626C12.764 17.8704 12.5 17.295 12.6921 16.7772L13.6761 14.125H13C12.4477 14.125 12 13.6773 12 13.125ZM6 7.125C5.44772 7.125 5 7.57272 5 8.125C5 8.67729 5.44772 9.125 6 9.125H18C18.5523 9.125 19 8.67729 19 8.125C19 7.57272 18.5523 7.125 18 7.125H6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 13C10 12.4477 10.4477 12 11 12H16C16.5523 12 17 12.4477 17 13C17 13.5523 16.5523 14 16 14H11C10.4477 14 10 13.5523 10 13ZM7 13C7 12.4477 7.44772 12 8 12H8.00898C8.56127 12 9.00898 12.4477 9.00898 13C9.00898 13.5523 8.56127 14 8.00898 14H8C7.44772 14 7 13.5523 7 13ZM7 17C7 16.4477 7.44772 16 8 16H13C13.5523 16 14 16.4477 14 17C14 17.5523 13.5523 18 13 18H8C7.44772 18 7 17.5523 7 17ZM14.991 17C14.991 16.4477 15.4387 16 15.991 16H16C16.5523 16 17 16.4477 17 17C17 17.5523 16.5523 18 16 18H15.991C15.4387 18 14.991 17.5523 14.991 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 13C10 12.4477 10.4477 12 11 12H16C16.5523 12 17 12.4477 17 13C17 13.5523 16.5523 14 16 14H11C10.4477 14 10 13.5523 10 13ZM7 13C7 12.4477 7.44772 12 8 12H8.00898C8.56127 12 9.00898 12.4477 9.00898 13C9.00898 13.5523 8.56127 14 8.00898 14H8C7.44772 14 7 13.5523 7 13ZM7 17C7 16.4477 7.44772 16 8 16H13C13.5523 16 14 16.4477 14 17C14 17.5523 13.5523 18 13 18H8C7.44772 18 7 17.5523 7 17ZM14.991 17C14.991 16.4477 15.4387 16 15.991 16H16C16.5523 16 17 16.4477 17 17C17 17.5523 16.5523 18 16 18H15.991C15.4387 18 14.991 17.5523 14.991 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.75 13C6.75 12.3096 7.30964 11.75 8 11.75H8.00897C8.69933 11.75 9.25897 12.3096 9.25897 13C9.25897 13.6904 8.69933 14.25 8.00897 14.25H8C7.30964 14.25 6.75 13.6904 6.75 13ZM10.7455 13C10.7455 12.3096 11.3052 11.75 11.9955 11.75H12.0045C12.6948 11.75 13.2545 12.3096 13.2545 13C13.2545 13.6904 12.6948 14.25 12.0045 14.25H11.9955C11.3052 14.25 10.7455 13.6904 10.7455 13ZM14.741 13C14.741 12.3096 15.3007 11.75 15.991 11.75H16C16.6904 11.75 17.25 12.3096 17.25 13C17.25 13.6904 16.6904 14.25 16 14.25H15.991C15.3007 14.25 14.741 13.6904 14.741 13ZM6.75 17C6.75 16.3096 7.30964 15.75 8 15.75H8.00897C8.69933 15.75 9.25897 16.3096 9.25897 17C9.25897 17.6904 8.69933 18.25 8.00897 18.25H8C7.30964 18.25 6.75 17.6904 6.75 17ZM10.7455 17C10.7455 16.3096 11.3052 15.75 11.9955 15.75H12.0045C12.6948 15.75 13.2545 16.3096 13.2545 17C13.2545 17.6904 12.6948 18.25 12.0045 18.25H11.9955C11.3052 18.25 10.7455 17.6904 10.7455 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.75 13C6.75 12.3096 7.30964 11.75 8 11.75H8.00897C8.69933 11.75 9.25897 12.3096 9.25897 13C9.25897 13.6904 8.69933 14.25 8.00897 14.25H8C7.30964 14.25 6.75 13.6904 6.75 13ZM10.7455 13C10.7455 12.3096 11.3052 11.75 11.9955 11.75H12.0045C12.6948 11.75 13.2545 12.3096 13.2545 13C13.2545 13.6904 12.6948 14.25 12.0045 14.25H11.9955C11.3052 14.25 10.7455 13.6904 10.7455 13ZM14.741 13C14.741 12.3096 15.3007 11.75 15.991 11.75H16C16.6904 11.75 17.25 12.3096 17.25 13C17.25 13.6904 16.6904 14.25 16 14.25H15.991C15.3007 14.25 14.741 13.6904 14.741 13ZM6.75 17C6.75 16.3096 7.30964 15.75 8 15.75H8.00897C8.69933 15.75 9.25897 16.3096 9.25897 17C9.25897 17.6904 8.69933 18.25 8.00897 18.25H8C7.30964 18.25 6.75 17.6904 6.75 17ZM10.7455 17C10.7455 16.3096 11.3052 15.75 11.9955 15.75H12.0045C12.6948 15.75 13.2545 16.3096 13.2545 17C13.2545 17.6904 12.6948 18.25 12.0045 18.25H11.9955C11.3052 18.25 10.7455 17.6904 10.7455 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-block-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 18.5C13 16.0147 15.0147 14 17.5 14C19.9853 14 22 16.0147 22 18.5C22 20.9853 19.9853 23 17.5 23C15.0147 23 13 20.9853 13 18.5ZM17.5 16C16.1193 16 15 17.1193 15 18.5C15 18.8224 15.061 19.1306 15.1722 19.4136L18.4136 16.1722C18.1306 16.061 17.8224 16 17.5 16ZM19.8278 17.5864L16.5864 20.8278C16.8694 20.939 17.1776 21 17.5 21C18.8807 21 20 19.8807 20 18.5C20 18.1776 19.939 17.8694 19.8278 17.5864Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H11.05C11.6023 23 12.05 22.5523 12.05 22C12.05 21.4477 11.6023 21 11.05 21C9.00425 21 7.57858 20.9975 6.503 20.8412C5.4647 20.6903 4.89956 20.4142 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.1847 3.50042 10.2746 3.51713 9.48363C3.52283 9.2139 3.74413 9 4.01391 9H19.986C20.2558 9 20.4771 9.21402 20.4828 9.48374C20.4955 10.0821 20.499 10.7502 20.4997 11.501V12C20.4997 12.5523 20.9475 13 21.4997 13C22.052 13 22.4997 12.5523 22.4997 12V11.499C22.4977 9.58334 22.4813 8.04001 22.3041 6.81198C22.1236 5.56147 21.7617 4.51759 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 18.5C13 16.0147 15.0147 14 17.5 14C19.9853 14 22 16.0147 22 18.5C22 20.9853 19.9853 23 17.5 23C15.0147 23 13 20.9853 13 18.5ZM17.5 16C16.1193 16 15 17.1193 15 18.5C15 18.8224 15.061 19.1306 15.1722 19.4136L18.4136 16.1722C18.1306 16.061 17.8224 16 17.5 16ZM19.8278 17.5864L16.5864 20.8278C16.8694 20.939 17.1776 21 17.5 21C18.8807 21 20 19.8807 20 18.5C20 18.1776 19.939 17.8694 19.8278 17.5864Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H11.05C11.6023 23 12.05 22.5523 12.05 22C12.05 21.4477 11.6023 21 11.05 21C9.00425 21 7.57858 20.9975 6.503 20.8412C5.4647 20.6903 4.89956 20.4142 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.1847 3.50042 10.2746 3.51713 9.48363C3.52283 9.2139 3.74413 9 4.01391 9H19.986C20.2558 9 20.4771 9.21402 20.4828 9.48374C20.4955 10.0821 20.499 10.7502 20.4997 11.501V12C20.4997 12.5523 20.9475 13 21.4997 13C22.052 13 22.4997 12.5523 22.4997 12V11.499C22.4977 9.58334 22.4813 8.04001 22.3041 6.81198C22.1236 5.56147 21.7617 4.51759 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-block-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.75 15C7.75 12.6528 9.65279 10.75 12 10.75C14.3472 10.75 16.25 12.6528 16.25 15C16.25 17.3472 14.3472 19.25 12 19.25C9.65279 19.25 7.75 17.3472 7.75 15ZM9.71882 13.9482C9.57107 14.2682 9.48864 14.6245 9.48864 15C9.48864 16.387 10.613 17.5114 12 17.5114C12.3755 17.5114 12.7318 17.4289 13.0518 17.2812L9.71882 13.9482ZM10.9482 12.7188L14.2812 16.0518C14.4289 15.7318 14.5114 15.3755 14.5114 15C14.5114 13.613 13.387 12.4886 12 12.4886C11.6245 12.4886 11.2682 12.5711 10.9482 12.7188Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.75 15C7.75 12.6528 9.65279 10.75 12 10.75C14.3472 10.75 16.25 12.6528 16.25 15C16.25 17.3472 14.3472 19.25 12 19.25C9.65279 19.25 7.75 17.3472 7.75 15ZM9.71882 13.9482C9.57107 14.2682 9.48864 14.6245 9.48864 15C9.48864 16.387 10.613 17.5114 12 17.5114C12.3755 17.5114 12.7318 17.4289 13.0518 17.2812L9.71882 13.9482ZM10.9482 12.7188L14.2812 16.0518C14.4289 15.7318 14.5114 15.3755 14.5114 15C14.5114 13.613 13.387 12.4886 12 12.4886C11.6245 12.4886 11.2682 12.5711 10.9482 12.7188Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-check-in-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 18.5059C21.5523 18.5059 22 18.0581 22 17.5059C22 16.9536 21.5523 16.5059 21 16.5059L16.5 16.5059L16.5 15.9116C16.5001 15.736 16.5003 15.5203 16.4782 15.3439L16.4778 15.3405C16.462 15.2141 16.3902 14.638 15.8246 14.3637C15.2578 14.0887 14.7576 14.3907 14.6494 14.456L14.181 14.7951C13.8051 15.0897 13.2907 15.4954 12.8997 15.8759C12.7046 16.0657 12.5033 16.283 12.3445 16.5139C12.2033 16.7191 12 17.0693 12 17.5C12 17.9307 12.2033 18.2809 12.3445 18.4861C12.5033 18.717 12.7046 18.9343 12.8997 19.1241C13.2907 19.5046 13.8051 19.9102 14.1809 20.2049L14.6494 20.544C14.7576 20.6093 15.2578 20.9113 15.8246 20.6363C16.3902 20.362 16.462 19.7859 16.4778 19.6595L16.4782 19.6561C16.5003 19.4797 16.5001 19.264 16.5 19.0884L16.5 18.5059H21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H11.05C11.6023 23 12.05 22.5523 12.05 22C12.05 21.4477 11.6023 21 11.05 21C9.00425 21 7.57858 20.9975 6.503 20.8412C5.4647 20.6903 4.89956 20.4142 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.1847 3.50042 10.2746 3.51713 9.48363C3.52283 9.2139 3.74413 9 4.01391 9H19.986C20.2558 9 20.4771 9.21402 20.4828 9.48374C20.4955 10.0821 20.499 10.7502 20.4997 11.501V13C20.4997 13.5523 20.9475 14 21.4997 14C22.052 14 22.4997 13.5523 22.4997 13V11.499C22.4977 9.58334 22.4813 8.04001 22.3041 6.81198C22.1236 5.56147 21.7617 4.51759 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 18.5059C21.5523 18.5059 22 18.0581 22 17.5059C22 16.9536 21.5523 16.5059 21 16.5059L16.5 16.5059L16.5 15.9116C16.5001 15.736 16.5003 15.5203 16.4782 15.3439L16.4778 15.3405C16.462 15.2141 16.3902 14.638 15.8246 14.3637C15.2578 14.0887 14.7576 14.3907 14.6494 14.456L14.181 14.7951C13.8051 15.0897 13.2907 15.4954 12.8997 15.8759C12.7046 16.0657 12.5033 16.283 12.3445 16.5139C12.2033 16.7191 12 17.0693 12 17.5C12 17.9307 12.2033 18.2809 12.3445 18.4861C12.5033 18.717 12.7046 18.9343 12.8997 19.1241C13.2907 19.5046 13.8051 19.9102 14.1809 20.2049L14.6494 20.544C14.7576 20.6093 15.2578 20.9113 15.8246 20.6363C16.3902 20.362 16.462 19.7859 16.4778 19.6595L16.4782 19.6561C16.5003 19.4797 16.5001 19.264 16.5 19.0884L16.5 18.5059H21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H11.05C11.6023 23 12.05 22.5523 12.05 22C12.05 21.4477 11.6023 21 11.05 21C9.00425 21 7.57858 20.9975 6.503 20.8412C5.4647 20.6903 4.89956 20.4142 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.1847 3.50042 10.2746 3.51713 9.48363C3.52283 9.2139 3.74413 9 4.01391 9H19.986C20.2558 9 20.4771 9.21402 20.4828 9.48374C20.4955 10.0821 20.499 10.7502 20.4997 11.501V13C20.4997 13.5523 20.9475 14 21.4997 14C22.052 14 22.4997 13.5523 22.4997 13V11.499C22.4977 9.58334 22.4813 8.04001 22.3041 6.81198C22.1236 5.56147 21.7617 4.51759 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-check-in-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 14.0165L12 13.2783C12.0002 13.1402 12.0004 12.9622 11.9773 12.8139C11.952 12.6511 11.8626 12.2788 11.4648 12.089C11.0705 11.9007 10.7204 12.057 10.5715 12.1396C10.439 12.213 10.2977 12.3226 10.1894 12.4067L10.1647 12.4259C9.78667 12.7185 9.29045 13.1217 8.88268 13.5206C8.6802 13.7187 8.4812 13.9334 8.32765 14.1463C8.19875 14.325 8 14.6363 8 15C8 15.3637 8.19875 15.675 8.32765 15.8537C8.4812 16.0666 8.6802 16.2813 8.88268 16.4794C9.29045 16.8783 9.78666 17.2815 10.1647 17.5741L10.1894 17.5933C10.2977 17.6774 10.439 17.787 10.5715 17.8604C10.7204 17.943 11.0705 18.0993 11.4648 17.911C11.8626 17.7212 11.952 17.3489 11.9773 17.1861C12.0004 17.0378 12.0002 16.8598 12 16.7217L12 15.9832L15 15.9832C15.5523 15.9832 16 15.5429 16 14.9998C16 14.4568 15.5523 14.0165 15 14.0165L12 14.0165Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 14.0165L12 13.2783C12.0002 13.1402 12.0004 12.9622 11.9773 12.8139C11.952 12.6511 11.8626 12.2788 11.4648 12.089C11.0705 11.9007 10.7204 12.057 10.5715 12.1396C10.439 12.213 10.2977 12.3226 10.1894 12.4067L10.1647 12.4259C9.78667 12.7185 9.29045 13.1217 8.88268 13.5206C8.6802 13.7187 8.4812 13.9334 8.32765 14.1463C8.19875 14.325 8 14.6363 8 15C8 15.3637 8.19875 15.675 8.32765 15.8537C8.4812 16.0666 8.6802 16.2813 8.88268 16.4794C9.29045 16.8783 9.78666 17.2815 10.1647 17.5741L10.1894 17.5933C10.2977 17.6774 10.439 17.787 10.5715 17.8604C10.7204 17.943 11.0705 18.0993 11.4648 17.911C11.8626 17.7212 11.952 17.3489 11.9773 17.1861C12.0004 17.0378 12.0002 16.8598 12 16.7217L12 15.9832L15 15.9832C15.5523 15.9832 16 15.5429 16 14.9998C16 14.4568 15.5523 14.0165 15 14.0165L12 14.0165Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-check-out-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 19.2559C12.4477 19.2559 12 18.8081 12 18.2559C12 17.7036 12.4477 17.2559 13 17.2559L17.5 17.2559L17.5 16.6616C17.4999 16.486 17.4997 16.2703 17.5218 16.0939L17.5222 16.0905C17.538 15.9641 17.6098 15.388 18.1754 15.1137C18.7422 14.8387 19.2424 15.1407 19.3506 15.206L19.819 15.5451C20.1949 15.8397 20.7093 16.2454 21.1003 16.6259C21.2954 16.8157 21.4967 17.033 21.6555 17.2639C21.7967 17.4691 22 17.8193 22 18.25C22 18.6807 21.7967 19.0309 21.6555 19.2361C21.4967 19.467 21.2954 19.6843 21.1003 19.8741C20.7093 20.2546 20.1949 20.6602 19.8191 20.9549L19.3506 21.294C19.2424 21.3593 18.7422 21.6613 18.1754 21.3863C17.6098 21.112 17.538 20.5359 17.5222 20.4095L17.5218 20.4061C17.4997 20.2297 17.4999 20.014 17.5 19.8384L17.5 19.2559H13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H11.05C11.6023 23 12.05 22.5523 12.05 22C12.05 21.4477 11.6023 21 11.05 21C9.00425 21 7.57858 20.9975 6.503 20.8412C5.4647 20.6903 4.89956 20.4142 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.1847 3.50042 10.2746 3.51713 9.48363C3.52283 9.2139 3.74413 9 4.01391 9H19.986C20.2558 9 20.4771 9.21402 20.4828 9.48374C20.4955 10.0821 20.499 10.7502 20.4997 11.501V13C20.4997 13.5523 20.9475 14 21.4997 14C22.052 14 22.4997 13.5523 22.4997 13V11.499C22.4977 9.58334 22.4813 8.04001 22.3041 6.81198C22.1236 5.56147 21.7617 4.51759 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 19.2559C12.4477 19.2559 12 18.8081 12 18.2559C12 17.7036 12.4477 17.2559 13 17.2559L17.5 17.2559L17.5 16.6616C17.4999 16.486 17.4997 16.2703 17.5218 16.0939L17.5222 16.0905C17.538 15.9641 17.6098 15.388 18.1754 15.1137C18.7422 14.8387 19.2424 15.1407 19.3506 15.206L19.819 15.5451C20.1949 15.8397 20.7093 16.2454 21.1003 16.6259C21.2954 16.8157 21.4967 17.033 21.6555 17.2639C21.7967 17.4691 22 17.8193 22 18.25C22 18.6807 21.7967 19.0309 21.6555 19.2361C21.4967 19.467 21.2954 19.6843 21.1003 19.8741C20.7093 20.2546 20.1949 20.6602 19.8191 20.9549L19.3506 21.294C19.2424 21.3593 18.7422 21.6613 18.1754 21.3863C17.6098 21.112 17.538 20.5359 17.5222 20.4095L17.5218 20.4061C17.4997 20.2297 17.4999 20.014 17.5 19.8384L17.5 19.2559H13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H11.05C11.6023 23 12.05 22.5523 12.05 22C12.05 21.4477 11.6023 21 11.05 21C9.00425 21 7.57858 20.9975 6.503 20.8412C5.4647 20.6903 4.89956 20.4142 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.1847 3.50042 10.2746 3.51713 9.48363C3.52283 9.2139 3.74413 9 4.01391 9H19.986C20.2558 9 20.4771 9.21402 20.4828 9.48374C20.4955 10.0821 20.499 10.7502 20.4997 11.501V13C20.4997 13.5523 20.9475 14 21.4997 14C22.052 14 22.4997 13.5523 22.4997 13V11.499C22.4977 9.58334 22.4813 8.04001 22.3041 6.81198C22.1236 5.56147 21.7617 4.51759 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-check-out-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 14.0165L12 13.2783C11.9998 13.1402 11.9996 12.9622 12.0227 12.8139C12.048 12.6511 12.1374 12.2788 12.5352 12.089C12.9295 11.9007 13.2796 12.057 13.4285 12.1396C13.561 12.213 13.7023 12.3226 13.8106 12.4067L13.8353 12.4259C14.2133 12.7185 14.7096 13.1217 15.1173 13.5206C15.3198 13.7187 15.5188 13.9334 15.6724 14.1463C15.8012 14.325 16 14.6363 16 15C16 15.3637 15.8012 15.675 15.6724 15.8537C15.5188 16.0666 15.3198 16.2813 15.1173 16.4794C14.7096 16.8783 14.2133 17.2815 13.8353 17.5741L13.8106 17.5933C13.7023 17.6774 13.561 17.787 13.4285 17.8604C13.2796 17.943 12.9295 18.0993 12.5352 17.911C12.1374 17.7212 12.048 17.3489 12.0227 17.1861C11.9996 17.0378 11.9998 16.8598 12 16.7217L12 15.9832L9 15.9832C8.44772 15.9832 8 15.5429 8 14.9998C8 14.4568 8.44772 14.0165 9 14.0165L12 14.0165Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 14.0165L12 13.2783C11.9998 13.1402 11.9996 12.9622 12.0227 12.8139C12.048 12.6511 12.1374 12.2788 12.5352 12.089C12.9295 11.9007 13.2796 12.057 13.4285 12.1396C13.561 12.213 13.7023 12.3226 13.8106 12.4067L13.8353 12.4259C14.2133 12.7185 14.7096 13.1217 15.1173 13.5206C15.3198 13.7187 15.5188 13.9334 15.6724 14.1463C15.8012 14.325 16 14.6363 16 15C16 15.3637 15.8012 15.675 15.6724 15.8537C15.5188 16.0666 15.3198 16.2813 15.1173 16.4794C14.7096 16.8783 14.2133 17.2815 13.8353 17.5741L13.8106 17.5933C13.7023 17.6774 13.561 17.787 13.4285 17.8604C13.2796 17.943 12.9295 18.0993 12.5352 17.911C12.1374 17.7212 12.048 17.3489 12.0227 17.1861C11.9996 17.0378 11.9998 16.8598 12 16.7217L12 15.9832L9 15.9832C8.44772 15.9832 8 15.5429 8 14.9998C8 14.4568 8.44772 14.0165 9 14.0165L12 14.0165Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-download-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5059 14C18.5059 13.4477 18.0581 13 17.5059 13C16.9536 13 16.5059 13.4477 16.5059 14L16.5059 18.5L15.9116 18.5C15.736 18.4999 15.5203 18.4997 15.3439 18.5218L15.3405 18.5222C15.2141 18.538 14.638 18.6098 14.3637 19.1754C14.0887 19.7423 14.3907 20.2424 14.456 20.3506L14.7951 20.8191C15.0897 21.1949 15.4954 21.7094 15.8759 22.1004C16.0657 22.2955 16.283 22.4967 16.5139 22.6556C16.7191 22.7968 17.0693 23 17.5 23C17.9307 23 18.2809 22.7968 18.4861 22.6556C18.717 22.4967 18.9343 22.2955 19.1241 22.1004C19.5046 21.7094 19.9102 21.1949 20.2049 20.8191L20.544 20.3506C20.6093 20.2424 20.9113 19.7422 20.6363 19.1754C20.362 18.6098 19.7859 18.538 19.6595 18.5222L19.6561 18.5218C19.4797 18.4997 19.264 18.4999 19.0884 18.5L18.5059 18.5L18.5059 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H12.5C13.0523 23 13.5 22.5523 13.5 22C13.5 21.4477 13.0523 21 12.5 21H11.05C9.00425 21 7.57858 20.9975 6.503 20.8412C5.4647 20.6903 4.89956 20.4142 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.3942 3.50027 10.6407 3.509 9.96751C3.51487 9.51472 3.51781 9.28833 3.66385 9.14417C3.8099 9 4.03921 9 4.49783 9H19.5021C19.9607 9 20.19 9 20.3361 9.14415C20.4821 9.28829 20.4851 9.51469 20.491 9.9675C20.4971 10.437 20.4992 10.9465 20.4997 11.501C20.5003 12.0533 20.9485 12.5006 21.5008 12.5C22.0531 12.4994 22.5003 12.0512 22.4997 11.499C22.4977 9.58334 22.4813 8.04001 22.3041 6.81198C22.1236 5.56147 21.7617 4.51759 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5059 14C18.5059 13.4477 18.0581 13 17.5059 13C16.9536 13 16.5059 13.4477 16.5059 14L16.5059 18.5L15.9116 18.5C15.736 18.4999 15.5203 18.4997 15.3439 18.5218L15.3405 18.5222C15.2141 18.538 14.638 18.6098 14.3637 19.1754C14.0887 19.7423 14.3907 20.2424 14.456 20.3506L14.7951 20.8191C15.0897 21.1949 15.4954 21.7094 15.8759 22.1004C16.0657 22.2955 16.283 22.4967 16.5139 22.6556C16.7191 22.7968 17.0693 23 17.5 23C17.9307 23 18.2809 22.7968 18.4861 22.6556C18.717 22.4967 18.9343 22.2955 19.1241 22.1004C19.5046 21.7094 19.9102 21.1949 20.2049 20.8191L20.544 20.3506C20.6093 20.2424 20.9113 19.7422 20.6363 19.1754C20.362 18.6098 19.7859 18.538 19.6595 18.5222L19.6561 18.5218C19.4797 18.4997 19.264 18.4999 19.0884 18.5L18.5059 18.5L18.5059 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H12.5C13.0523 23 13.5 22.5523 13.5 22C13.5 21.4477 13.0523 21 12.5 21H11.05C9.00425 21 7.57858 20.9975 6.503 20.8412C5.4647 20.6903 4.89956 20.4142 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.3942 3.50027 10.6407 3.509 9.96751C3.51487 9.51472 3.51781 9.28833 3.66385 9.14417C3.8099 9 4.03921 9 4.49783 9H19.5021C19.9607 9 20.19 9 20.3361 9.14415C20.4821 9.28829 20.4851 9.51469 20.491 9.9675C20.4971 10.437 20.4992 10.9465 20.4997 11.501C20.5003 12.0533 20.9485 12.5006 21.5008 12.5C22.0531 12.4994 22.5003 12.0512 22.4997 11.499C22.4977 9.58334 22.4813 8.04001 22.3041 6.81198C22.1236 5.56147 21.7617 4.51759 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-download-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9835 15L13.7217 15C13.8598 14.9998 14.0378 14.9996 14.1861 15.0227C14.3489 15.048 14.7212 15.1374 14.911 15.5352C15.0993 15.9295 14.943 16.2796 14.8604 16.4285C14.787 16.561 14.6774 16.7023 14.5933 16.8106L14.5741 16.8353C14.2815 17.2133 13.8783 17.7096 13.4794 18.1173C13.2813 18.3198 13.0666 18.5188 12.8537 18.6724C12.675 18.8012 12.3637 19 12 19C11.6363 19 11.325 18.8012 11.1463 18.6724C10.9334 18.5188 10.7187 18.3198 10.5206 18.1173C10.1217 17.7096 9.71853 17.2133 9.42586 16.8353L9.40666 16.8106C9.32263 16.7023 9.21301 16.561 9.13956 16.4285C9.05705 16.2796 8.90074 15.9295 9.08897 15.5352C9.27882 15.1374 9.65106 15.048 9.8139 15.0227C9.96217 14.9996 10.1402 14.9998 10.2783 15L11.0168 15L11.0168 12C11.0168 11.4477 11.4571 11 12.0002 11C12.5432 11 12.9835 11.4477 12.9835 12V15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9835 15L13.7217 15C13.8598 14.9998 14.0378 14.9996 14.1861 15.0227C14.3489 15.048 14.7212 15.1374 14.911 15.5352C15.0993 15.9295 14.943 16.2796 14.8604 16.4285C14.787 16.561 14.6774 16.7023 14.5933 16.8106L14.5741 16.8353C14.2815 17.2133 13.8783 17.7096 13.4794 18.1173C13.2813 18.3198 13.0666 18.5188 12.8537 18.6724C12.675 18.8012 12.3637 19 12 19C11.6363 19 11.325 18.8012 11.1463 18.6724C10.9334 18.5188 10.7187 18.3198 10.5206 18.1173C10.1217 17.7096 9.71853 17.2133 9.42586 16.8353L9.40666 16.8106C9.32263 16.7023 9.21301 16.561 9.13956 16.4285C9.05705 16.2796 8.90074 15.9295 9.08897 15.5352C9.27882 15.1374 9.65106 15.048 9.8139 15.0227C9.96217 14.9996 10.1402 14.9998 10.2783 15L11.0168 15L11.0168 12C11.0168 11.4477 11.4571 11 12.0002 11C12.5432 11 12.9835 11.4477 12.9835 12V15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-favorite-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.77848 22.1475 4.73022 22.5558 5.87053 22.7641C6.97469 22.9658 8.34133 22.9939 9.99696 22.999C10.5492 23.0007 10.9983 22.5543 11 22.002C11.0017 21.4497 10.5553 21.0007 10.003 20.999C8.31813 20.9939 7.12999 20.961 6.22993 20.7966C5.366 20.6388 4.86408 20.3758 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.1847 3.50042 10.2746 3.51713 9.48363C3.52283 9.2139 3.74413 9 4.01391 9H19.986C20.2558 9 20.4771 9.21402 20.4828 9.48374C20.4955 10.0821 20.499 10.7502 20.4997 11.501C20.5003 12.0533 20.9485 12.5006 21.5008 12.5C22.0531 12.4994 22.5003 12.0512 22.4997 11.499C22.4977 9.58334 22.4813 8.04001 22.3041 6.81198C22.1236 5.56147 21.7617 4.51759 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.9985 13C17.6681 13 18.1264 13.5022 18.3802 14.0162L19.1311 15.5308C19.1575 15.5625 19.1932 15.5887 19.2312 15.6047L20.5875 15.832C21.1503 15.9266 21.7399 16.2241 21.9383 16.8464C22.1363 17.4678 21.8291 18.052 21.4251 18.457L21.4242 18.4579L20.3701 19.521C20.348 19.5573 20.3313 19.6155 20.3323 19.6581L20.634 20.9737C20.7674 21.5571 20.7702 22.3269 20.1793 22.7613C19.5854 23.1979 18.8513 22.959 18.3381 22.6533L17.0657 21.8938C17.0224 21.8842 16.9731 21.8811 16.9302 21.895L15.6605 22.653C15.1459 22.9609 14.4134 23.196 13.8202 22.7595C13.2306 22.3257 13.23 21.5581 13.3642 20.9731L13.6658 19.6581C13.667 19.6115 13.6521 19.5606 13.628 19.521L12.5722 18.4562C12.1706 18.0513 11.8647 17.4678 12.061 16.8477C12.2583 16.2248 12.8474 15.9266 13.411 15.8319L14.7634 15.6053C14.8015 15.5882 14.8344 15.5614 14.8626 15.5309L15.6139 14.0157L15.6146 14.0144C15.8704 13.5012 16.3299 13 16.9985 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.77848 22.1475 4.73022 22.5558 5.87053 22.7641C6.97469 22.9658 8.34133 22.9939 9.99696 22.999C10.5492 23.0007 10.9983 22.5543 11 22.002C11.0017 21.4497 10.5553 21.0007 10.003 20.999C8.31813 20.9939 7.12999 20.961 6.22993 20.7966C5.366 20.6388 4.86408 20.3758 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.1847 3.50042 10.2746 3.51713 9.48363C3.52283 9.2139 3.74413 9 4.01391 9H19.986C20.2558 9 20.4771 9.21402 20.4828 9.48374C20.4955 10.0821 20.499 10.7502 20.4997 11.501C20.5003 12.0533 20.9485 12.5006 21.5008 12.5C22.0531 12.4994 22.5003 12.0512 22.4997 11.499C22.4977 9.58334 22.4813 8.04001 22.3041 6.81198C22.1236 5.56147 21.7617 4.51759 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.9985 13C17.6681 13 18.1264 13.5022 18.3802 14.0162L19.1311 15.5308C19.1575 15.5625 19.1932 15.5887 19.2312 15.6047L20.5875 15.832C21.1503 15.9266 21.7399 16.2241 21.9383 16.8464C22.1363 17.4678 21.8291 18.052 21.4251 18.457L21.4242 18.4579L20.3701 19.521C20.348 19.5573 20.3313 19.6155 20.3323 19.6581L20.634 20.9737C20.7674 21.5571 20.7702 22.3269 20.1793 22.7613C19.5854 23.1979 18.8513 22.959 18.3381 22.6533L17.0657 21.8938C17.0224 21.8842 16.9731 21.8811 16.9302 21.895L15.6605 22.653C15.1459 22.9609 14.4134 23.196 13.8202 22.7595C13.2306 22.3257 13.23 21.5581 13.3642 20.9731L13.6658 19.6581C13.667 19.6115 13.6521 19.5606 13.628 19.521L12.5722 18.4562C12.1706 18.0513 11.8647 17.4678 12.061 16.8477C12.2583 16.2248 12.8474 15.9266 13.411 15.8319L14.7634 15.6053C14.8015 15.5882 14.8344 15.5614 14.8626 15.5309L15.6139 14.0157L15.6146 14.0144C15.8704 13.5012 16.3299 13 16.9985 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-favorite-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9989 11C12.6013 11 12.9952 11.4509 13.2013 11.8683L13.2017 11.8692L13.6388 12.7503C13.7016 12.8769 13.7331 12.9402 13.7876 12.9807C13.8421 13.0211 13.9118 13.0328 14.0512 13.0562L14.7832 13.1788C15.2435 13.2562 15.7668 13.5071 15.9448 14.0656C16.1225 14.6231 15.8424 15.1306 15.5123 15.4617L15.5113 15.4626L14.9389 16.0404C14.8322 16.1482 14.7789 16.202 14.759 16.2717C14.7391 16.3413 14.7559 16.4152 14.7895 16.5631L14.9459 17.2505C15.0513 17.7118 15.0712 18.3926 14.5364 18.7858C13.9986 19.1811 13.354 18.9529 12.9481 18.7111L12.2886 18.3174C12.1476 18.2332 12.0771 18.1911 11.9993 18.1911C11.9214 18.1911 11.8509 18.2332 11.71 18.3174L11.0508 18.7109C10.643 18.9548 10.0001 19.1795 9.46314 18.7844C8.92967 18.3918 8.94648 17.7133 9.05279 17.2499L9.20947 16.5667C9.24337 16.4189 9.26032 16.345 9.24053 16.2753C9.22074 16.2056 9.16747 16.1517 9.06093 16.0437L8.48553 15.4609C8.15741 15.13 7.87837 14.6232 8.05455 14.0668C8.23157 13.5078 8.75469 13.2562 9.21568 13.1788L9.94434 13.0564C10.0837 13.033 10.1534 13.0213 10.2079 12.9808C10.2624 12.9404 10.2938 12.8771 10.3566 12.7504L10.7942 11.8679L10.7948 11.8665C11.0025 11.45 11.3973 11 11.9989 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9989 11C12.6013 11 12.9952 11.4509 13.2013 11.8683L13.2017 11.8692L13.6388 12.7503C13.7016 12.8769 13.7331 12.9402 13.7876 12.9807C13.8421 13.0211 13.9118 13.0328 14.0512 13.0562L14.7832 13.1788C15.2435 13.2562 15.7668 13.5071 15.9448 14.0656C16.1225 14.6231 15.8424 15.1306 15.5123 15.4617L15.5113 15.4626L14.9389 16.0404C14.8322 16.1482 14.7789 16.202 14.759 16.2717C14.7391 16.3413 14.7559 16.4152 14.7895 16.5631L14.9459 17.2505C15.0513 17.7118 15.0712 18.3926 14.5364 18.7858C13.9986 19.1811 13.354 18.9529 12.9481 18.7111L12.2886 18.3174C12.1476 18.2332 12.0771 18.1911 11.9993 18.1911C11.9214 18.1911 11.8509 18.2332 11.71 18.3174L11.0508 18.7109C10.643 18.9548 10.0001 19.1795 9.46314 18.7844C8.92967 18.3918 8.94648 17.7133 9.05279 17.2499L9.20947 16.5667C9.24337 16.4189 9.26032 16.345 9.24053 16.2753C9.22074 16.2056 9.16747 16.1517 9.06093 16.0437L8.48553 15.4609C8.15741 15.13 7.87837 14.6232 8.05455 14.0668C8.23157 13.5078 8.75469 13.2562 9.21568 13.1788L9.94434 13.0564C10.0837 13.033 10.1534 13.0213 10.2079 12.9808C10.2624 12.9404 10.2938 12.8771 10.3566 12.7504L10.7942 11.8679L10.7948 11.8665C11.0025 11.45 11.3973 11 11.9989 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-lock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.81739 22.1896 4.81631 22.5968 6.02843 22.7953C7.1999 22.9871 8.676 22.9988 10.4999 22.9999L11.4999 23C12.0522 23 12.5 22.5523 12.5 22C12.5 21.4478 12.0524 21 11.5001 21L10.5006 20.9999C8.62923 20.9987 7.33044 20.9818 6.3516 20.8216C5.41341 20.668 4.88606 20.3996 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.3942 3.50027 10.6407 3.509 9.96751C3.51487 9.51472 3.51781 9.28833 3.66385 9.14417C3.8099 9 4.03921 9 4.49783 9H19.5021C19.9607 9 20.19 9 20.3361 9.14414C20.4821 9.28827 20.4851 9.51467 20.491 9.96748C20.4953 10.2927 20.4976 10.6374 20.4988 11.0032C20.5005 11.5555 20.9496 12.0018 21.5019 12C22.0542 11.9982 22.5005 11.5491 22.4987 10.9968C22.4931 9.2374 22.4638 7.80343 22.2791 6.64779C22.0908 5.46936 21.7271 4.4801 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5005 14.6875V15.7492C20.5756 15.772 20.6502 15.7993 20.7244 15.8322C21.3446 16.1074 21.8216 16.6277 22.0668 17.262C22.1727 17.536 22.2134 17.8173 22.2323 18.1139C22.2505 18.3994 22.2505 18.7472 22.2505 19.1639C22.2505 19.2194 22.2506 19.275 22.2507 19.3306C22.2514 19.6408 22.252 19.9515 22.2323 20.2611C22.2134 20.5577 22.1727 20.839 22.0668 21.113C21.8216 21.7474 21.3446 22.2676 20.7244 22.5428C20.2323 22.7612 19.668 22.7562 19.1322 22.7514C19.0546 22.7507 18.9776 22.75 18.9016 22.75H17.0994C17.0233 22.75 16.9463 22.7507 16.8687 22.7514C16.3329 22.7562 15.7686 22.7612 15.2765 22.5428C14.6564 22.2676 14.1794 21.7474 13.9341 21.113C13.8282 20.839 13.7875 20.5577 13.7686 20.2611C13.7489 19.9515 13.7496 19.6408 13.7502 19.3306C13.7504 19.275 13.7505 19.2194 13.7505 19.1639C13.7505 18.7472 13.7505 18.3994 13.7686 18.1139C13.7875 17.8173 13.8282 17.536 13.9341 17.262C14.1794 16.6277 14.6564 16.1074 15.2765 15.8322C15.3507 15.7993 15.4253 15.772 15.5005 15.7492V14.6875C15.5005 13.3158 16.6457 12.25 18.0005 12.25C19.3552 12.25 20.5005 13.3158 20.5005 14.6875ZM18.0005 13.75C17.4222 13.75 17.0005 14.1952 17.0005 14.6875V15.625H19.0005V14.6875C19.0005 14.1952 18.5787 13.75 18.0005 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.81739 22.1896 4.81631 22.5968 6.02843 22.7953C7.1999 22.9871 8.676 22.9988 10.4999 22.9999L11.4999 23C12.0522 23 12.5 22.5523 12.5 22C12.5 21.4478 12.0524 21 11.5001 21L10.5006 20.9999C8.62923 20.9987 7.33044 20.9818 6.3516 20.8216C5.41341 20.668 4.88606 20.3996 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.3942 3.50027 10.6407 3.509 9.96751C3.51487 9.51472 3.51781 9.28833 3.66385 9.14417C3.8099 9 4.03921 9 4.49783 9H19.5021C19.9607 9 20.19 9 20.3361 9.14414C20.4821 9.28827 20.4851 9.51467 20.491 9.96748C20.4953 10.2927 20.4976 10.6374 20.4988 11.0032C20.5005 11.5555 20.9496 12.0018 21.5019 12C22.0542 11.9982 22.5005 11.5491 22.4987 10.9968C22.4931 9.2374 22.4638 7.80343 22.2791 6.64779C22.0908 5.46936 21.7271 4.4801 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5005 14.6875V15.7492C20.5756 15.772 20.6502 15.7993 20.7244 15.8322C21.3446 16.1074 21.8216 16.6277 22.0668 17.262C22.1727 17.536 22.2134 17.8173 22.2323 18.1139C22.2505 18.3994 22.2505 18.7472 22.2505 19.1639C22.2505 19.2194 22.2506 19.275 22.2507 19.3306C22.2514 19.6408 22.252 19.9515 22.2323 20.2611C22.2134 20.5577 22.1727 20.839 22.0668 21.113C21.8216 21.7474 21.3446 22.2676 20.7244 22.5428C20.2323 22.7612 19.668 22.7562 19.1322 22.7514C19.0546 22.7507 18.9776 22.75 18.9016 22.75H17.0994C17.0233 22.75 16.9463 22.7507 16.8687 22.7514C16.3329 22.7562 15.7686 22.7612 15.2765 22.5428C14.6564 22.2676 14.1794 21.7474 13.9341 21.113C13.8282 20.839 13.7875 20.5577 13.7686 20.2611C13.7489 19.9515 13.7496 19.6408 13.7502 19.3306C13.7504 19.275 13.7505 19.2194 13.7505 19.1639C13.7505 18.7472 13.7505 18.3994 13.7686 18.1139C13.7875 17.8173 13.8282 17.536 13.9341 17.262C14.1794 16.6277 14.6564 16.1074 15.2765 15.8322C15.3507 15.7993 15.4253 15.772 15.5005 15.7492V14.6875C15.5005 13.3158 16.6457 12.25 18.0005 12.25C19.3552 12.25 20.5005 13.3158 20.5005 14.6875ZM18.0005 13.75C17.4222 13.75 17.0005 14.1952 17.0005 14.6875V15.625H19.0005V14.6875C19.0005 14.1952 18.5787 13.75 18.0005 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-lock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0003 12C11.4846 12 11.1504 12.3806 11.1504 12.75L11.1504 13.117C11.1504 13.213 11.1504 13.261 11.1803 13.2904C11.2101 13.3198 11.2583 13.319 11.3547 13.3175C11.564 13.3142 11.7784 13.3125 12 13.3125C12.2219 13.3125 12.4364 13.3142 12.646 13.3175C12.7424 13.319 12.7905 13.3198 12.8204 13.2904C12.8502 13.261 12.8502 13.213 12.8502 13.117L12.8502 12.7499C12.8502 12.3806 12.516 12 12.0003 12ZM14.4766 13.5386C14.4133 13.5092 14.3817 13.4946 14.366 13.47C14.3503 13.4453 14.3502 13.4128 14.3502 13.3477L14.3502 12.7498C14.3501 11.4624 13.2517 10.5 12.0003 10.5C10.7488 10.5 9.65031 11.4625 9.65039 12.7501L9.65043 13.3474C9.65043 13.4125 9.65044 13.445 9.6347 13.4697C9.61897 13.4943 9.58731 13.509 9.52397 13.5383C8.90985 13.8227 8.4553 14.399 8.35768 15.0962C8.30114 15.4999 8.25 15.9435 8.25 16.4062C8.25 16.869 8.30114 17.3126 8.35768 17.7163C8.49328 18.6848 9.31764 19.42 10.3018 19.4635C10.8443 19.4875 11.395 19.5 12 19.5C12.605 19.5 13.1557 19.4875 13.6982 19.4635C14.6824 19.42 15.5067 18.6848 15.6423 17.7163C15.6989 17.3126 15.75 16.869 15.75 16.4062C15.75 15.9435 15.6989 15.4999 15.6423 15.0962C15.5447 14.3993 15.0905 13.8231 14.4766 13.5386Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0003 12C11.4846 12 11.1504 12.3806 11.1504 12.75L11.1504 13.117C11.1504 13.213 11.1504 13.261 11.1803 13.2904C11.2101 13.3198 11.2583 13.319 11.3547 13.3175C11.564 13.3142 11.7784 13.3125 12 13.3125C12.2219 13.3125 12.4364 13.3142 12.646 13.3175C12.7424 13.319 12.7905 13.3198 12.8204 13.2904C12.8502 13.261 12.8502 13.213 12.8502 13.117L12.8502 12.7499C12.8502 12.3806 12.516 12 12.0003 12ZM14.4766 13.5386C14.4133 13.5092 14.3817 13.4946 14.366 13.47C14.3503 13.4453 14.3502 13.4128 14.3502 13.3477L14.3502 12.7498C14.3501 11.4624 13.2517 10.5 12.0003 10.5C10.7488 10.5 9.65031 11.4625 9.65039 12.7501L9.65043 13.3474C9.65043 13.4125 9.65044 13.445 9.6347 13.4697C9.61897 13.4943 9.58731 13.509 9.52397 13.5383C8.90985 13.8227 8.4553 14.399 8.35768 15.0962C8.30114 15.4999 8.25 15.9435 8.25 16.4062C8.25 16.869 8.30114 17.3126 8.35768 17.7163C8.49328 18.6848 9.31764 19.42 10.3018 19.4635C10.8443 19.4875 11.395 19.5 12 19.5C12.605 19.5 13.1557 19.4875 13.6982 19.4635C14.6824 19.42 15.5067 18.6848 15.6423 17.7163C15.6989 17.3126 15.75 16.869 15.75 16.4062C15.75 15.9435 15.6989 15.4999 15.6423 15.0962C15.5447 14.3993 15.0905 13.8231 14.4766 13.5386Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-love-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2464 13.7866C21.3403 14.4503 21.9107 15.805 21.7093 17.2904C21.5061 18.7884 20.5362 20.4158 18.5894 21.8411L18.5103 21.8991C17.8845 22.3584 17.3509 22.75 16.4996 22.75C15.6483 22.75 15.1148 22.3584 14.4889 21.8991L14.4098 21.8411C12.4631 20.4158 11.4931 18.7884 11.29 17.2904C11.0886 15.805 11.659 14.4503 12.7529 13.7866C13.927 13.0742 15.3786 13.0399 16.4996 13.8725C17.6207 13.0399 19.0723 13.0742 20.2464 13.7866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.81673 22.1889 4.82495 22.5945 6.03725 22.7929C7.21253 22.9853 8.68841 22.9985 10.4992 22.9999C11.0515 23.0003 11.4996 22.5529 11.5 22.0006C11.5004 21.4483 11.053 21.0003 10.5008 20.9999C8.64508 20.9984 7.34393 20.9802 6.36035 20.8192C5.4138 20.6642 4.88133 20.3945 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.3942 3.50027 10.6407 3.509 9.96751C3.51487 9.51472 3.51781 9.28833 3.66385 9.14417C3.8099 9 4.03921 9 4.49783 9H19.5021C19.9607 9 20.19 9 20.3361 9.14415C20.4821 9.28829 20.4851 9.51469 20.491 9.9675C20.4971 10.437 20.4992 10.9465 20.4998 11.501C20.5003 12.0533 20.9485 12.5006 21.5008 12.5C22.0531 12.4994 22.5003 12.0512 22.4998 11.499C22.4977 9.58334 22.4813 8.04001 22.3041 6.81198C22.1236 5.56147 21.7617 4.51759 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2464 13.7866C21.3403 14.4503 21.9107 15.805 21.7093 17.2904C21.5061 18.7884 20.5362 20.4158 18.5894 21.8411L18.5103 21.8991C17.8845 22.3584 17.3509 22.75 16.4996 22.75C15.6483 22.75 15.1148 22.3584 14.4889 21.8991L14.4098 21.8411C12.4631 20.4158 11.4931 18.7884 11.29 17.2904C11.0886 15.805 11.659 14.4503 12.7529 13.7866C13.927 13.0742 15.3786 13.0399 16.4996 13.8725C17.6207 13.0399 19.0723 13.0742 20.2464 13.7866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.81673 22.1889 4.82495 22.5945 6.03725 22.7929C7.21253 22.9853 8.68841 22.9985 10.4992 22.9999C11.0515 23.0003 11.4996 22.5529 11.5 22.0006C11.5004 21.4483 11.053 21.0003 10.5008 20.9999C8.64508 20.9984 7.34393 20.9802 6.36035 20.8192C5.4138 20.6642 4.88133 20.3945 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.3942 3.50027 10.6407 3.509 9.96751C3.51487 9.51472 3.51781 9.28833 3.66385 9.14417C3.8099 9 4.03921 9 4.49783 9H19.5021C19.9607 9 20.19 9 20.3361 9.14415C20.4821 9.28829 20.4851 9.51469 20.491 9.9675C20.4971 10.437 20.4992 10.9465 20.4998 11.501C20.5003 12.0533 20.9485 12.5006 21.5008 12.5C22.0531 12.4994 22.5003 12.0512 22.4998 11.499C22.4977 9.58334 22.4813 8.04001 22.3041 6.81198C22.1236 5.56147 21.7617 4.51759 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-love-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9997 11.6951C12.7034 11.2281 13.8048 10.9918 14.9899 11.684C15.9085 12.2207 16.3834 13.3166 16.2162 14.5032C16.0482 15.6964 15.2521 16.9561 13.7129 18.041L13.6447 18.0893C13.1619 18.4307 12.71 18.7503 11.9997 18.7503C11.2893 18.7503 10.8374 18.4307 10.3546 18.0893L10.2864 18.041C8.74724 16.9561 7.95111 15.6964 7.78308 14.5032C7.61597 13.3166 8.09079 12.2207 9.00945 11.684C10.1945 10.9918 11.296 11.2281 11.9997 11.6951Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9997 11.6951C12.7034 11.2281 13.8048 10.9918 14.9899 11.684C15.9085 12.2207 16.3834 13.3166 16.2162 14.5032C16.0482 15.6964 15.2521 16.9561 13.7129 18.041L13.6447 18.0893C13.1619 18.4307 12.71 18.7503 11.9997 18.7503C11.2893 18.7503 10.8374 18.4307 10.3546 18.0893L10.2864 18.041C8.74724 16.9561 7.95111 15.6964 7.78308 14.5032C7.61597 13.3166 8.09079 12.2207 9.00945 11.684C10.1945 10.9918 11.296 11.2281 11.9997 11.6951Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-minus-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H11.05C11.6023 23 12.05 22.5523 12.05 22C12.05 21.4477 11.6023 21 11.05 21C9.00425 21 7.57858 20.9975 6.503 20.8412C5.4647 20.6903 4.89956 20.4142 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.3942 3.50027 10.6407 3.509 9.96751C3.51487 9.51472 3.51781 9.28833 3.66385 9.14417C3.8099 9 4.03921 9 4.49783 9H19.5021C19.9608 9 20.1901 9 20.3361 9.14416C20.4822 9.28832 20.4851 9.51471 20.491 9.96749C20.4989 10.5753 20.4999 11.2491 20.5 12.0001C20.5 12.5524 20.9478 13.0001 21.5001 13C22.0524 12.9999 22.5 12.5522 22.5 11.9999C22.4998 9.92553 22.4958 8.27198 22.3261 6.97211C22.1536 5.65047 21.7949 4.55343 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21 17C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19H13C12.4477 19 12 18.5523 12 18C12 17.4477 12.4477 17 13 17H21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H11.05C11.6023 23 12.05 22.5523 12.05 22C12.05 21.4477 11.6023 21 11.05 21C9.00425 21 7.57858 20.9975 6.503 20.8412C5.4647 20.6903 4.89956 20.4142 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.3942 3.50027 10.6407 3.509 9.96751C3.51487 9.51472 3.51781 9.28833 3.66385 9.14417C3.8099 9 4.03921 9 4.49783 9H19.5021C19.9608 9 20.1901 9 20.3361 9.14416C20.4822 9.28832 20.4851 9.51471 20.491 9.96749C20.4989 10.5753 20.4999 11.2491 20.5 12.0001C20.5 12.5524 20.9478 13.0001 21.5001 13C22.0524 12.9999 22.5 12.5522 22.5 11.9999C22.4998 9.92553 22.4958 8.27198 22.3261 6.97211C22.1536 5.65047 21.7949 4.55343 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21 17C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19H13C12.4477 19 12 18.5523 12 18C12 17.4477 12.4477 17 13 17H21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-minus-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15 14C15.5523 14 16 14.4477 16 15C16 15.5523 15.5523 16 15 16H9C8.44772 16 8 15.5523 8 15C8 14.4477 8.44772 14 9 14H15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15 14C15.5523 14 16 14.4477 16 15C16 15.5523 15.5523 16 15 16H9C8.44772 16 8 15.5523 8 15C8 14.4477 8.44772 14 9 14H15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-plus-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H11.05C11.6023 23 12.05 22.5523 12.05 22C12.05 21.4477 11.6023 21 11.05 21C9.00425 21 7.57858 20.9975 6.503 20.8412C5.4647 20.6903 4.89956 20.4142 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.3942 3.50027 10.6407 3.509 9.96751C3.51487 9.51472 3.51781 9.28833 3.66385 9.14417C3.8099 9 4.03921 9 4.49783 9H19.5021C19.9608 9 20.1901 9 20.3361 9.14416C20.4822 9.28832 20.4851 9.51471 20.491 9.96749C20.4989 10.5753 20.4999 11.2491 20.5 12.0001C20.5 12.5524 20.9478 13.0001 21.5001 13C22.0524 12.9999 22.5 12.5522 22.5 11.9999C22.4998 9.92553 22.4958 8.27198 22.3261 6.97211C22.1536 5.65047 21.7949 4.55343 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 13C17.5523 13 18 13.4477 18 14V17H21C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19H18V22C18 22.5523 17.5523 23 17 23C16.4477 23 16 22.5523 16 22V19H13C12.4477 19 12 18.5523 12 18C12 17.4477 12.4477 17 13 17H16V14C16 13.4477 16.4477 13 17 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H11.05C11.6023 23 12.05 22.5523 12.05 22C12.05 21.4477 11.6023 21 11.05 21C9.00425 21 7.57858 20.9975 6.503 20.8412C5.4647 20.6903 4.89956 20.4142 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.3942 3.50027 10.6407 3.509 9.96751C3.51487 9.51472 3.51781 9.28833 3.66385 9.14417C3.8099 9 4.03921 9 4.49783 9H19.5021C19.9608 9 20.1901 9 20.3361 9.14416C20.4822 9.28832 20.4851 9.51471 20.491 9.96749C20.4989 10.5753 20.4999 11.2491 20.5 12.0001C20.5 12.5524 20.9478 13.0001 21.5001 13C22.0524 12.9999 22.5 12.5522 22.5 11.9999C22.4998 9.92553 22.4958 8.27198 22.3261 6.97211C22.1536 5.65047 21.7949 4.55343 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 13C17.5523 13 18 13.4477 18 14V17H21C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19H18V22C18 22.5523 17.5523 23 17 23C16.4477 23 16 22.5523 16 22V19H13C12.4477 19 12 18.5523 12 18C12 17.4477 12.4477 17 13 17H16V14C16 13.4477 16.4477 13 17 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-plus-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 11C12.5523 11 13 11.4477 13 12V14H15C15.5523 14 16 14.4477 16 15C16 15.5523 15.5523 16 15 16H13V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V16H9C8.44772 16 8 15.5523 8 15C8 14.4477 8.44772 14 9 14H11L11 12C11 11.4477 11.4477 11 12 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 11C12.5523 11 13 11.4477 13 12V14H15C15.5523 14 16 14.4477 16 15C16 15.5523 15.5523 16 15 16H13V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V16H9C8.44772 16 8 15.5523 8 15C8 14.4477 8.44772 14 9 14H11L11 12C11 11.4477 11.4477 11 12 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.7929 14.2929C14.1834 13.9024 14.8166 13.9024 15.2071 14.2929L18 17.0858L20.7929 14.2929C21.1834 13.9024 21.8166 13.9024 22.2071 14.2929C22.5976 14.6834 22.5976 15.3166 22.2071 15.7071L19.4142 18.5L22.2071 21.2929C22.5976 21.6834 22.5976 22.3166 22.2071 22.7071C21.8166 23.0976 21.1834 23.0976 20.7929 22.7071L18 19.9142L15.2071 22.7071C14.8166 23.0976 14.1834 23.0976 13.7929 22.7071C13.4024 22.3166 13.4024 21.6834 13.7929 21.2929L16.5858 18.5L13.7929 15.7071C13.4024 15.3166 13.4024 14.6834 13.7929 14.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2ZM19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.81673 22.1889 4.82495 22.5945 6.03725 22.7929C7.21253 22.9853 8.68841 22.9985 10.4992 22.9999C11.0515 23.0003 11.4996 22.5529 11.5 22.0006C11.5004 21.4483 11.053 21.0003 10.5008 20.9999C8.64508 20.9984 7.34393 20.9802 6.36035 20.8192C5.4138 20.6642 4.88133 20.3945 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.3942 3.50027 10.6407 3.509 9.96751C3.51487 9.51472 3.51781 9.28833 3.66385 9.14417C3.8099 9 4.03921 9 4.49783 9H19.5021C19.9607 9 20.19 9 20.3361 9.14415C20.4821 9.28829 20.4851 9.51469 20.491 9.9675C20.4971 10.437 20.4992 10.9465 20.4998 11.501C20.5003 12.0533 20.9485 12.5006 21.5008 12.5C22.0531 12.4994 22.5003 12.0512 22.4998 11.499C22.4977 9.58334 22.4813 8.04001 22.3041 6.81198C22.1236 5.56147 21.7617 4.51759 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.7929 14.2929C14.1834 13.9024 14.8166 13.9024 15.2071 14.2929L18 17.0858L20.7929 14.2929C21.1834 13.9024 21.8166 13.9024 22.2071 14.2929C22.5976 14.6834 22.5976 15.3166 22.2071 15.7071L19.4142 18.5L22.2071 21.2929C22.5976 21.6834 22.5976 22.3166 22.2071 22.7071C21.8166 23.0976 21.1834 23.0976 20.7929 22.7071L18 19.9142L15.2071 22.7071C14.8166 23.0976 14.1834 23.0976 13.7929 22.7071C13.4024 22.3166 13.4024 21.6834 13.7929 21.2929L16.5858 18.5L13.7929 15.7071C13.4024 15.3166 13.4024 14.6834 13.7929 14.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2ZM19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.81673 22.1889 4.82495 22.5945 6.03725 22.7929C7.21253 22.9853 8.68841 22.9985 10.4992 22.9999C11.0515 23.0003 11.4996 22.5529 11.5 22.0006C11.5004 21.4483 11.053 21.0003 10.5008 20.9999C8.64508 20.9984 7.34393 20.9802 6.36035 20.8192C5.4138 20.6642 4.88133 20.3945 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.3942 3.50027 10.6407 3.509 9.96751C3.51487 9.51472 3.51781 9.28833 3.66385 9.14417C3.8099 9 4.03921 9 4.49783 9H19.5021C19.9607 9 20.19 9 20.3361 9.14415C20.4821 9.28829 20.4851 9.51469 20.491 9.9675C20.4971 10.437 20.4992 10.9465 20.4998 11.501C20.5003 12.0533 20.9485 12.5006 21.5008 12.5C22.0531 12.4994 22.5003 12.0512 22.4998 11.499C22.4977 9.58334 22.4813 8.04001 22.3041 6.81198C22.1236 5.56147 21.7617 4.51759 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.79289 11.7929C9.18342 11.4024 9.81658 11.4024 10.2071 11.7929L12 13.5858L13.7929 11.7929C14.1834 11.4024 14.8166 11.4024 15.2071 11.7929C15.5976 12.1834 15.5976 12.8166 15.2071 13.2071L13.4142 15L15.2071 16.7929C15.5976 17.1834 15.5976 17.8166 15.2071 18.2071C14.8166 18.5976 14.1834 18.5976 13.7929 18.2071L12 16.4142L10.2071 18.2071C9.81658 18.5976 9.18342 18.5976 8.79289 18.2071C8.40237 17.8166 8.40237 17.1834 8.79289 16.7929L10.5858 15L8.79289 13.2071C8.40237 12.8166 8.40237 12.1834 8.79289 11.7929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.79289 11.7929C9.18342 11.4024 9.81658 11.4024 10.2071 11.7929L12 13.5858L13.7929 11.7929C14.1834 11.4024 14.8166 11.4024 15.2071 11.7929C15.5976 12.1834 15.5976 12.8166 15.2071 13.2071L13.4142 15L15.2071 16.7929C15.5976 17.1834 15.5976 17.8166 15.2071 18.2071C14.8166 18.5976 14.1834 18.5976 13.7929 18.2071L12 16.4142L10.2071 18.2071C9.81658 18.5976 9.18342 18.5976 8.79289 18.2071C8.40237 17.8166 8.40237 17.1834 8.79289 16.7929L10.5858 15L8.79289 13.2071C8.40237 12.8166 8.40237 12.1834 8.79289 11.7929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-setting-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.81739 22.1896 4.81631 22.5968 6.02843 22.7953C7.1999 22.9871 8.67544 22.9988 10.4994 22.9999C11.0517 23.0002 11.4997 22.5528 11.5 22.0005C11.5003 21.4482 11.0529 21.0002 10.5006 20.9999C8.62923 20.9987 7.33044 20.9818 6.3516 20.8216C5.41341 20.668 4.88606 20.3996 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.3942 3.50027 10.6407 3.509 9.96751C3.51487 9.51472 3.51781 9.28833 3.66385 9.14417C3.8099 9 4.03921 9 4.49783 9H19.5022C19.9607 9 20.19 9 20.3361 9.14413C20.4821 9.28826 20.4851 9.51465 20.4911 9.96744C20.4933 10.1415 20.4951 10.3212 20.4963 10.5068C20.5001 11.0591 20.9509 11.5038 21.5032 11.5C22.0554 11.4962 22.5001 11.0454 22.4963 10.4932C22.4853 8.88713 22.4426 7.56168 22.2507 6.47906C22.0549 5.37385 21.6907 4.44081 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78553 2.24207 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24207 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5001 12C18.0524 12 18.5001 12.4477 18.5001 13V13.3986C19.2405 13.5688 19.9099 13.9241 20.4513 14.414L20.9593 14.0874C21.4239 13.7887 22.0426 13.9232 22.3413 14.3878C22.64 14.8524 22.5055 15.4711 22.0409 15.7697L21.5767 16.0682C21.7426 16.515 21.8335 16.9973 21.8335 17.5C21.8335 18.0028 21.7426 18.4852 21.5766 18.932L22.0405 19.2303C22.505 19.5289 22.6395 20.1476 22.3409 20.6122C22.0422 21.0768 21.4235 21.2113 20.9589 20.9126L20.4512 20.5862C19.9097 21.076 19.2404 21.4312 18.5001 21.6014V22C18.5001 22.5523 18.0524 23 17.5001 23C16.9478 23 16.5001 22.5523 16.5001 22V21.6014C15.7598 21.4312 15.0905 21.076 14.5491 20.5862L14.0413 20.9126C13.5768 21.2113 12.958 21.0768 12.6594 20.6122C12.3607 20.1476 12.4952 19.5289 12.9598 19.2303L13.4236 18.932C13.2577 18.4852 13.1668 18.0028 13.1668 17.5C13.1668 16.9973 13.2576 16.515 13.4236 16.0682L12.9593 15.7697C12.4948 15.4711 12.3603 14.8524 12.659 14.3878C12.9576 13.9232 13.5763 13.7887 14.0409 14.0874L14.5489 14.414C15.0904 13.9241 15.7597 13.5688 16.5001 13.3986V13C16.5001 12.4477 16.9478 12 17.5001 12ZM17.5001 15.2857C16.6753 15.2857 15.9615 15.6898 15.5483 16.2863C15.3057 16.6366 15.1668 17.0526 15.1668 17.5C15.1668 17.9475 15.3057 18.3635 15.5484 18.7138C15.9616 19.3102 16.6753 19.7143 17.5001 19.7143C18.3249 19.7143 19.0386 19.3102 19.4518 18.7138C19.6945 18.3635 19.8335 17.9475 19.8335 17.5C19.8335 17.0526 19.6945 16.6366 19.4519 16.2863C19.0387 15.6898 18.325 15.2857 17.5001 15.2857Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.81739 22.1896 4.81631 22.5968 6.02843 22.7953C7.1999 22.9871 8.67544 22.9988 10.4994 22.9999C11.0517 23.0002 11.4997 22.5528 11.5 22.0005C11.5003 21.4482 11.0529 21.0002 10.5006 20.9999C8.62923 20.9987 7.33044 20.9818 6.3516 20.8216C5.41341 20.668 4.88606 20.3996 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.3942 3.50027 10.6407 3.509 9.96751C3.51487 9.51472 3.51781 9.28833 3.66385 9.14417C3.8099 9 4.03921 9 4.49783 9H19.5022C19.9607 9 20.19 9 20.3361 9.14413C20.4821 9.28826 20.4851 9.51465 20.4911 9.96744C20.4933 10.1415 20.4951 10.3212 20.4963 10.5068C20.5001 11.0591 20.9509 11.5038 21.5032 11.5C22.0554 11.4962 22.5001 11.0454 22.4963 10.4932C22.4853 8.88713 22.4426 7.56168 22.2507 6.47906C22.0549 5.37385 21.6907 4.44081 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78553 2.24207 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24207 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5001 12C18.0524 12 18.5001 12.4477 18.5001 13V13.3986C19.2405 13.5688 19.9099 13.9241 20.4513 14.414L20.9593 14.0874C21.4239 13.7887 22.0426 13.9232 22.3413 14.3878C22.64 14.8524 22.5055 15.4711 22.0409 15.7697L21.5767 16.0682C21.7426 16.515 21.8335 16.9973 21.8335 17.5C21.8335 18.0028 21.7426 18.4852 21.5766 18.932L22.0405 19.2303C22.505 19.5289 22.6395 20.1476 22.3409 20.6122C22.0422 21.0768 21.4235 21.2113 20.9589 20.9126L20.4512 20.5862C19.9097 21.076 19.2404 21.4312 18.5001 21.6014V22C18.5001 22.5523 18.0524 23 17.5001 23C16.9478 23 16.5001 22.5523 16.5001 22V21.6014C15.7598 21.4312 15.0905 21.076 14.5491 20.5862L14.0413 20.9126C13.5768 21.2113 12.958 21.0768 12.6594 20.6122C12.3607 20.1476 12.4952 19.5289 12.9598 19.2303L13.4236 18.932C13.2577 18.4852 13.1668 18.0028 13.1668 17.5C13.1668 16.9973 13.2576 16.515 13.4236 16.0682L12.9593 15.7697C12.4948 15.4711 12.3603 14.8524 12.659 14.3878C12.9576 13.9232 13.5763 13.7887 14.0409 14.0874L14.5489 14.414C15.0904 13.9241 15.7597 13.5688 16.5001 13.3986V13C16.5001 12.4477 16.9478 12 17.5001 12ZM17.5001 15.2857C16.6753 15.2857 15.9615 15.6898 15.5483 16.2863C15.3057 16.6366 15.1668 17.0526 15.1668 17.5C15.1668 17.9475 15.3057 18.3635 15.5484 18.7138C15.9616 19.3102 16.6753 19.7143 17.5001 19.7143C18.3249 19.7143 19.0386 19.3102 19.4518 18.7138C19.6945 18.3635 19.8335 17.9475 19.8335 17.5C19.8335 17.0526 19.6945 16.6366 19.4519 16.2863C19.0387 15.6898 18.325 15.2857 17.5001 15.2857Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-setting-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 10.75C12.4779 10.75 12.8654 11.1392 12.8654 11.6193V11.8323C13.3442 11.9641 13.7791 12.2025 14.143 12.52L14.4045 12.3449C14.8022 12.0785 15.3394 12.1865 15.6046 12.586C15.8697 12.9854 15.7622 13.5252 15.3646 13.7915L15.1036 13.9662C15.211 14.2917 15.2692 14.6394 15.2692 15C15.2692 15.3607 15.211 15.7085 15.1036 16.0339L15.3643 16.2085C15.7619 16.4748 15.8694 17.0146 15.6043 17.414C15.3391 17.8135 14.8019 17.9215 14.4042 17.6551L14.1429 17.4801C13.779 17.7976 13.3442 18.0359 12.8654 18.1677V18.3807C12.8654 18.8608 12.4779 19.25 12 19.25C11.5221 19.25 11.1346 18.8608 11.1346 18.3807V18.1677C10.6558 18.0359 10.221 17.7976 9.85713 17.4801L9.5958 17.6551C9.19814 17.9215 8.66086 17.8135 8.39575 17.414C8.13063 17.0146 8.23807 16.4748 8.63573 16.2085L8.89641 16.0339C8.78899 15.7085 8.73085 15.3607 8.73085 15C8.73085 14.6394 8.78897 14.2917 8.89635 13.9662L8.63542 13.7915C8.23777 13.5252 8.13033 12.9854 8.39544 12.586C8.66056 12.1865 9.19784 12.0785 9.59549 12.3449L9.85699 12.52C10.2209 12.2025 10.6558 11.9641 11.1346 11.8323V11.6193C11.1346 11.1392 11.5221 10.75 12 10.75ZM12 13.4545C11.4669 13.4545 10.9966 13.7262 10.7193 14.1433C10.5565 14.3881 10.4616 14.6816 10.4616 15C10.4616 15.3184 10.5565 15.612 10.7194 15.8568C10.9967 16.2738 11.4669 16.5455 12 16.5455C12.5331 16.5455 13.0033 16.2738 13.2806 15.8568C13.4435 15.612 13.5384 15.3184 13.5384 15C13.5384 14.6816 13.4435 14.3881 13.2807 14.1433C13.0034 13.7262 12.5331 13.4545 12 13.4545Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 10.75C12.4779 10.75 12.8654 11.1392 12.8654 11.6193V11.8323C13.3442 11.9641 13.7791 12.2025 14.143 12.52L14.4045 12.3449C14.8022 12.0785 15.3394 12.1865 15.6046 12.586C15.8697 12.9854 15.7622 13.5252 15.3646 13.7915L15.1036 13.9662C15.211 14.2917 15.2692 14.6394 15.2692 15C15.2692 15.3607 15.211 15.7085 15.1036 16.0339L15.3643 16.2085C15.7619 16.4748 15.8694 17.0146 15.6043 17.414C15.3391 17.8135 14.8019 17.9215 14.4042 17.6551L14.1429 17.4801C13.779 17.7976 13.3442 18.0359 12.8654 18.1677V18.3807C12.8654 18.8608 12.4779 19.25 12 19.25C11.5221 19.25 11.1346 18.8608 11.1346 18.3807V18.1677C10.6558 18.0359 10.221 17.7976 9.85713 17.4801L9.5958 17.6551C9.19814 17.9215 8.66086 17.8135 8.39575 17.414C8.13063 17.0146 8.23807 16.4748 8.63573 16.2085L8.89641 16.0339C8.78899 15.7085 8.73085 15.3607 8.73085 15C8.73085 14.6394 8.78897 14.2917 8.89635 13.9662L8.63542 13.7915C8.23777 13.5252 8.13033 12.9854 8.39544 12.586C8.66056 12.1865 9.19784 12.0785 9.59549 12.3449L9.85699 12.52C10.2209 12.2025 10.6558 11.9641 11.1346 11.8323V11.6193C11.1346 11.1392 11.5221 10.75 12 10.75ZM12 13.4545C11.4669 13.4545 10.9966 13.7262 10.7193 14.1433C10.5565 14.3881 10.4616 14.6816 10.4616 15C10.4616 15.3184 10.5565 15.612 10.7194 15.8568C10.9967 16.2738 11.4669 16.5455 12 16.5455C12.5331 16.5455 13.0033 16.2738 13.2806 15.8568C13.4435 15.612 13.5384 15.3184 13.5384 15C13.5384 14.6816 13.4435 14.3881 13.2807 14.1433C13.0034 13.7262 12.5331 13.4545 12 13.4545Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-upload-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5059 22C18.5059 22.5523 18.0581 23 17.5059 23C16.9536 23 16.5059 22.5523 16.5059 22L16.5059 17.5L15.9116 17.5C15.736 17.5001 15.5203 17.5003 15.3439 17.4782L15.3405 17.4778C15.2141 17.462 14.638 17.3902 14.3637 16.8246C14.0887 16.2577 14.3907 15.7576 14.456 15.6494L14.7951 15.1809C15.0897 14.8051 15.4954 14.2906 15.8759 13.8996C16.0657 13.7045 16.283 13.5033 16.5139 13.3444C16.7191 13.2032 17.0693 13 17.5 13C17.9307 13 18.2809 13.2032 18.4861 13.3444C18.717 13.5033 18.9343 13.7045 19.1241 13.8996C19.5046 14.2906 19.9102 14.8051 20.2049 15.1809L20.544 15.6494C20.6093 15.7576 20.9113 16.2578 20.6363 16.8246C20.362 17.3902 19.7859 17.462 19.6595 17.4778L19.6561 17.4782C19.4797 17.5003 19.264 17.5001 19.0884 17.5L18.5059 17.5L18.5059 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H12.5C13.0523 23 13.5 22.5523 13.5 22C13.5 21.4477 13.0523 21 12.5 21H11.05C9.00425 21 7.57858 20.9975 6.503 20.8412C5.4647 20.6903 4.89956 20.4142 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.3942 3.50027 10.6407 3.509 9.96751C3.51487 9.51472 3.51781 9.28833 3.66385 9.14417C3.8099 9 4.03921 9 4.49783 9H19.5021C19.9607 9 20.19 9 20.3361 9.14415C20.4821 9.28829 20.4851 9.51469 20.491 9.9675C20.4971 10.437 20.4992 10.9465 20.4997 11.501C20.5003 12.0533 20.9485 12.5006 21.5008 12.5C22.0531 12.4994 22.5003 12.0512 22.4997 11.499C22.4977 9.58334 22.4813 8.04001 22.3041 6.81198C22.1236 5.56147 21.7617 4.51759 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5059 22C18.5059 22.5523 18.0581 23 17.5059 23C16.9536 23 16.5059 22.5523 16.5059 22L16.5059 17.5L15.9116 17.5C15.736 17.5001 15.5203 17.5003 15.3439 17.4782L15.3405 17.4778C15.2141 17.462 14.638 17.3902 14.3637 16.8246C14.0887 16.2577 14.3907 15.7576 14.456 15.6494L14.7951 15.1809C15.0897 14.8051 15.4954 14.2906 15.8759 13.8996C16.0657 13.7045 16.283 13.5033 16.5139 13.3444C16.7191 13.2032 17.0693 13 17.5 13C17.9307 13 18.2809 13.2032 18.4861 13.3444C18.717 13.5033 18.9343 13.7045 19.1241 13.8996C19.5046 14.2906 19.9102 14.8051 20.2049 15.1809L20.544 15.6494C20.6093 15.7576 20.9113 16.2578 20.6363 16.8246C20.362 17.3902 19.7859 17.462 19.6595 17.4778L19.6561 17.4782C19.4797 17.5003 19.264 17.5001 19.0884 17.5L18.5059 17.5L18.5059 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H12.5C13.0523 23 13.5 22.5523 13.5 22C13.5 21.4477 13.0523 21 12.5 21H11.05C9.00425 21 7.57858 20.9975 6.503 20.8412C5.4647 20.6903 4.89956 20.4142 4.48622 19.9673C4.06263 19.5094 3.79327 18.8656 3.64887 17.7045C3.50182 16.5221 3.5 14.9616 3.5 12.7568V12.2432C3.5 11.3942 3.50027 10.6407 3.509 9.96751C3.51487 9.51472 3.51781 9.28833 3.66385 9.14417C3.8099 9 4.03921 9 4.49783 9H19.5021C19.9607 9 20.19 9 20.3361 9.14415C20.4821 9.28829 20.4851 9.51469 20.491 9.9675C20.4971 10.437 20.4992 10.9465 20.4997 11.501C20.5003 12.0533 20.9485 12.5006 21.5008 12.5C22.0531 12.4994 22.5003 12.0512 22.4997 11.499C22.4977 9.58334 22.4813 8.04001 22.3041 6.81198C22.1236 5.56147 21.7617 4.51759 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-calendar-upload-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9835 15L13.7217 15C13.8598 15.0002 14.0378 15.0004 14.1861 14.9773C14.3489 14.952 14.7212 14.8626 14.911 14.4648C15.0993 14.0705 14.943 13.7204 14.8604 13.5715C14.787 13.439 14.6774 13.2977 14.5933 13.1894L14.5741 13.1647C14.2815 12.7867 13.8783 12.2904 13.4794 11.8827C13.2813 11.6802 13.0666 11.4812 12.8537 11.3276C12.675 11.1988 12.3637 11 12 11C11.6363 11 11.325 11.1988 11.1463 11.3276C10.9334 11.4812 10.7187 11.6802 10.5206 11.8827C10.1217 12.2904 9.71853 12.7867 9.42586 13.1647L9.40666 13.1894C9.32263 13.2977 9.21301 13.439 9.13956 13.5715C9.05705 13.7204 8.90074 14.0705 9.08897 14.4648C9.27882 14.8626 9.65106 14.952 9.8139 14.9773C9.96217 15.0004 10.1402 15.0002 10.2783 15L11.0168 15L11.0168 18C11.0168 18.5523 11.4571 19 12.0002 19C12.5432 19 12.9835 18.5523 12.9835 18V15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C7 1.44772 6.55228 1 6 1C5.44772 1 5 1.44772 5 2V2.44885C5.38032 2.32821 5.78554 2.24208 6.21533 2.17961C6.46328 2.14357 6.72472 2.11476 7 2.09173V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 2.44885C18.6197 2.32821 18.2145 2.24208 17.7847 2.17961C17.5367 2.14357 17.2753 2.11476 17 2.09173V2C17 1.44772 17.4477 1 18 1C18.5523 1 19 1.44772 19 2V2.44885Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0288 2H10.9712C9.02294 1.99997 7.45141 1.99994 6.21533 2.17961C4.92535 2.3671 3.8568 2.76781 3.01802 3.6746C2.18949 4.57031 1.83279 5.69272 1.66416 7.04866C1.49997 8.36894 1.49998 10.0541 1.5 12.1739V12.8261C1.49998 14.9459 1.49997 16.6311 1.66416 17.9513C1.83279 19.3073 2.18949 20.4297 3.01802 21.3254C3.8568 22.2322 4.92535 22.6329 6.21533 22.8204C7.45142 23.0001 9.02293 23 10.9712 23H13.0288C14.9771 23 16.5486 23.0001 17.7847 22.8204C19.0747 22.6329 20.1432 22.2322 20.982 21.3254C21.8105 20.4297 22.1672 19.3073 22.3358 17.9513C22.5 16.6311 22.5 14.9459 22.5 12.8261V12.1739C22.5 10.0541 22.5 8.36895 22.3358 7.04866C22.1672 5.69272 21.8105 4.57031 20.982 3.6746C20.1432 2.76781 19.0747 2.3671 17.7847 2.17961C16.5486 1.99994 14.9771 1.99997 13.0288 2ZM4.49783 9C4.03921 9 3.8099 9 3.66385 9.14417C3.51781 9.28833 3.51487 9.51472 3.509 9.96751C3.50027 10.6407 3.5 11.3942 3.5 12.2432V12.7568C3.5 14.9616 3.50182 16.5221 3.64887 17.7045C3.79327 18.8656 4.06263 19.5094 4.48622 19.9673C4.89956 20.4142 5.4647 20.6903 6.503 20.8412C7.57858 20.9975 9.00425 21 11.05 21H12.95C14.9957 21 16.4214 20.9975 17.497 20.8412C18.5353 20.6903 19.1004 20.4142 19.5138 19.9673C19.9374 19.5094 20.2067 18.8656 20.3511 17.7045C20.4982 16.5221 20.5 14.9616 20.5 12.7568V12.2432C20.5 11.3942 20.4997 10.6407 20.491 9.96751C20.4851 9.51472 20.4822 9.28833 20.3362 9.14417C20.1901 9 19.9608 9 19.5022 9H4.49783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9835 15L13.7217 15C13.8598 15.0002 14.0378 15.0004 14.1861 14.9773C14.3489 14.952 14.7212 14.8626 14.911 14.4648C15.0993 14.0705 14.943 13.7204 14.8604 13.5715C14.787 13.439 14.6774 13.2977 14.5933 13.1894L14.5741 13.1647C14.2815 12.7867 13.8783 12.2904 13.4794 11.8827C13.2813 11.6802 13.0666 11.4812 12.8537 11.3276C12.675 11.1988 12.3637 11 12 11C11.6363 11 11.325 11.1988 11.1463 11.3276C10.9334 11.4812 10.7187 11.6802 10.5206 11.8827C10.1217 12.2904 9.71853 12.7867 9.42586 13.1647L9.40666 13.1894C9.32263 13.2977 9.21301 13.439 9.13956 13.5715C9.05705 13.7204 8.90074 14.0705 9.08897 14.4648C9.27882 14.8626 9.65106 14.952 9.8139 14.9773C9.96217 15.0004 10.1402 15.0002 10.2783 15L11.0168 15L11.0168 18C11.0168 18.5523 11.4571 19 12.0002 19C12.5432 19 12.9835 18.5523 12.9835 18V15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-clock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V12C11 12.2652 11.1054 12.5196 11.2929 12.7071L13.2929 14.7071C13.6834 15.0976 14.3166 15.0976 14.7071 14.7071C15.0976 14.3166 15.0976 13.6834 14.7071 13.2929L13 11.5858V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V12C11 12.2652 11.1054 12.5196 11.2929 12.7071L13.2929 14.7071C13.6834 15.0976 14.3166 15.0976 14.7071 14.7071C15.0976 14.3166 15.0976 13.6834 14.7071 13.2929L13 11.5858V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-clock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.2297 3.50853C18.955 4.77023 21.7528 9.59639 20.4932 14.2808C19.2332 18.9666 14.3861 21.7536 9.65962 20.4915C6.15307 19.5552 3.70523 16.6541 3.19345 13.3031C3.11197 12.7696 2.61339 12.4031 2.07986 12.4846C1.54632 12.5661 1.17985 13.0647 1.26134 13.5982C1.88693 17.6944 4.87709 21.2375 9.1554 22.3799C14.9137 23.9174 20.8381 20.525 22.3807 14.7883C23.9235 9.05039 20.4935 3.15805 14.7339 1.62017C9.3266 0.176346 3.77489 3.07901 1.83914 8.1882C1.72909 8.47867 1.76368 8.80416 1.93232 9.06502C2.10097 9.32587 2.38358 9.49102 2.69362 9.50989L5.14668 9.65923C5.6854 9.69203 6.14872 9.28189 6.18151 8.74316C6.1938 8.54137 6.18151 8.32125 6.04846 8.1882L5.04125 7.18099C4.86798 7.00772 4.84468 6.7333 4.99728 6.54158C7.11906 3.87593 10.7085 2.56832 14.2297 3.50853Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V11.5858L14.7071 13.2929C15.0976 13.6834 15.0976 14.3166 14.7071 14.7071C14.3166 15.0976 13.6834 15.0976 13.2929 14.7071L11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.2297 3.50853C18.955 4.77023 21.7528 9.59639 20.4932 14.2808C19.2332 18.9666 14.3861 21.7536 9.65962 20.4915C6.15307 19.5552 3.70523 16.6541 3.19345 13.3031C3.11197 12.7696 2.61339 12.4031 2.07986 12.4846C1.54632 12.5661 1.17985 13.0647 1.26134 13.5982C1.88693 17.6944 4.87709 21.2375 9.1554 22.3799C14.9137 23.9174 20.8381 20.525 22.3807 14.7883C23.9235 9.05039 20.4935 3.15805 14.7339 1.62017C9.3266 0.176346 3.77489 3.07901 1.83914 8.1882C1.72909 8.47867 1.76368 8.80416 1.93232 9.06502C2.10097 9.32587 2.38358 9.49102 2.69362 9.50989L5.14668 9.65923C5.6854 9.69203 6.14872 9.28189 6.18151 8.74316C6.1938 8.54137 6.18151 8.32125 6.04846 8.1882L5.04125 7.18099C4.86798 7.00772 4.84468 6.7333 4.99728 6.54158C7.11906 3.87593 10.7085 2.56832 14.2297 3.50853Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V11.5858L14.7071 13.2929C15.0976 13.6834 15.0976 14.3166 14.7071 14.7071C14.3166 15.0976 13.6834 15.0976 13.2929 14.7071L11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-clock-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.77028 3.50853C5.04504 4.77023 2.24723 9.59639 3.50682 14.2808C4.76677 18.9666 9.61388 21.7536 14.3404 20.4915C17.8469 19.5552 20.2948 16.6541 20.8065 13.3031C20.888 12.7696 21.3866 12.4031 21.9201 12.4846C22.4537 12.5661 22.8201 13.0647 22.7387 13.5982C22.1131 17.6944 19.1229 21.2375 14.8446 22.3799C9.08626 23.9174 3.16187 20.525 1.61935 14.7883C0.0764713 9.05039 3.50646 3.15805 9.26606 1.62017C14.6734 0.176346 20.2251 3.07901 22.1609 8.1882C22.2709 8.47867 22.2363 8.80416 22.0677 9.06502C21.899 9.32587 21.6164 9.49102 21.3064 9.50989L18.8533 9.65923C18.3146 9.69203 17.8513 9.28189 17.8185 8.74316C17.8062 8.54137 17.8185 8.32125 17.9515 8.1882L18.9587 7.18099C19.132 7.00772 19.1553 6.7333 19.0027 6.54158C16.8809 3.87593 13.2915 2.56832 9.77028 3.50853Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V11.5858L14.7071 13.2929C15.0976 13.6834 15.0976 14.3166 14.7071 14.7071C14.3166 15.0976 13.6834 15.0976 13.2929 14.7071L11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.77028 3.50853C5.04504 4.77023 2.24723 9.59639 3.50682 14.2808C4.76677 18.9666 9.61388 21.7536 14.3404 20.4915C17.8469 19.5552 20.2948 16.6541 20.8065 13.3031C20.888 12.7696 21.3866 12.4031 21.9201 12.4846C22.4537 12.5661 22.8201 13.0647 22.7387 13.5982C22.1131 17.6944 19.1229 21.2375 14.8446 22.3799C9.08626 23.9174 3.16187 20.525 1.61935 14.7883C0.0764713 9.05039 3.50646 3.15805 9.26606 1.62017C14.6734 0.176346 20.2251 3.07901 22.1609 8.1882C22.2709 8.47867 22.2363 8.80416 22.0677 9.06502C21.899 9.32587 21.6164 9.49102 21.3064 9.50989L18.8533 9.65923C18.3146 9.69203 17.8513 9.28189 17.8185 8.74316C17.8062 8.54137 17.8185 8.32125 17.9515 8.1882L18.9587 7.18099C19.132 7.00772 19.1553 6.7333 19.0027 6.54158C16.8809 3.87593 13.2915 2.56832 9.77028 3.50853Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V11.5858L14.7071 13.2929C15.0976 13.6834 15.0976 14.3166 14.7071 14.7071C14.3166 15.0976 13.6834 15.0976 13.2929 14.7071L11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-clock-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V11.5858L14.7071 13.2929C15.0976 13.6834 15.0976 14.3166 14.7071 14.7071C14.3166 15.0976 13.6834 15.0976 13.2929 14.7071L11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9995 3.20452C16.857 3.20452 20.7948 7.14233 20.7948 11.9999C20.7948 16.8574 16.8571 20.7952 11.9995 20.7952C11.4598 20.7952 11.0223 21.2327 11.0223 21.7725C11.0223 22.3122 11.4598 22.7497 11.9995 22.7497C17.9365 22.7497 22.7494 17.9369 22.7494 11.9999C22.7494 6.06288 17.9365 1.25 11.9995 1.25C7.17974 1.25 3.15124 4.41956 1.78319 8.77525C1.68996 9.07209 1.74365 9.39558 1.92776 9.64639C2.11188 9.89719 2.40442 10.0453 2.71555 10.0453H5.1587C5.69843 10.0453 6.13596 9.60781 6.13596 9.06809C6.13596 8.79822 6.02658 8.5539 5.84973 8.37705L5.22681 7.75414C4.95387 7.4812 4.8174 7.34473 4.80626 7.15968C4.79512 6.97462 4.9058 6.8335 5.12717 6.55125C6.72748 4.51089 9.20293 3.20452 11.9995 3.20452ZM3.20452 12.0007C3.20452 11.461 2.76699 11.0234 2.22726 11.0234C1.68753 11.0234 1.25 11.461 1.25 12.0007C1.25 12.3597 1.26618 12.715 1.29788 13.0659C1.34643 13.6034 1.82155 13.9998 2.35909 13.9513C2.89663 13.9027 3.29303 13.4276 3.24447 12.89C3.21806 12.5976 3.20452 12.3009 3.20452 12.0007ZM3.82096 15.415C3.63071 14.9099 3.06703 14.6547 2.56195 14.8449C2.05687 15.0352 1.80164 15.5989 1.9919 16.1039C2.1517 16.5282 2.33556 16.9399 2.54176 17.3372C2.79038 17.8162 3.38028 18.003 3.85933 17.7544C4.33838 17.5058 4.52518 16.9159 4.27655 16.4368C4.10583 16.1079 3.95347 15.7668 3.82096 15.415ZM5.71037 18.4762C5.34319 18.0806 4.72485 18.0576 4.32927 18.4248C3.93369 18.792 3.91066 19.4103 4.27783 19.8059C4.60545 20.1588 4.9553 20.4896 5.32517 20.7957C5.74097 21.1398 6.35701 21.0817 6.70111 20.6659C7.04522 20.2501 6.98709 19.634 6.57129 19.2899C6.26784 19.0388 5.98021 18.7669 5.71037 18.4762ZM8.49767 20.5014C8.00694 20.2767 7.42698 20.4924 7.20228 20.9831C6.97758 21.4739 7.19325 22.0538 7.68398 22.2785C8.03398 22.4388 8.3939 22.5802 8.76255 22.7016C9.27522 22.8703 9.82761 22.5915 9.99636 22.0788C10.1651 21.5662 9.8863 21.0138 9.37363 20.845C9.07461 20.7466 8.78231 20.6318 8.49767 20.5014Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V11.5858L14.7071 13.2929C15.0976 13.6834 15.0976 14.3166 14.7071 14.7071C14.3166 15.0976 13.6834 15.0976 13.2929 14.7071L11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9995 3.20452C16.857 3.20452 20.7948 7.14233 20.7948 11.9999C20.7948 16.8574 16.8571 20.7952 11.9995 20.7952C11.4598 20.7952 11.0223 21.2327 11.0223 21.7725C11.0223 22.3122 11.4598 22.7497 11.9995 22.7497C17.9365 22.7497 22.7494 17.9369 22.7494 11.9999C22.7494 6.06288 17.9365 1.25 11.9995 1.25C7.17974 1.25 3.15124 4.41956 1.78319 8.77525C1.68996 9.07209 1.74365 9.39558 1.92776 9.64639C2.11188 9.89719 2.40442 10.0453 2.71555 10.0453H5.1587C5.69843 10.0453 6.13596 9.60781 6.13596 9.06809C6.13596 8.79822 6.02658 8.5539 5.84973 8.37705L5.22681 7.75414C4.95387 7.4812 4.8174 7.34473 4.80626 7.15968C4.79512 6.97462 4.9058 6.8335 5.12717 6.55125C6.72748 4.51089 9.20293 3.20452 11.9995 3.20452ZM3.20452 12.0007C3.20452 11.461 2.76699 11.0234 2.22726 11.0234C1.68753 11.0234 1.25 11.461 1.25 12.0007C1.25 12.3597 1.26618 12.715 1.29788 13.0659C1.34643 13.6034 1.82155 13.9998 2.35909 13.9513C2.89663 13.9027 3.29303 13.4276 3.24447 12.89C3.21806 12.5976 3.20452 12.3009 3.20452 12.0007ZM3.82096 15.415C3.63071 14.9099 3.06703 14.6547 2.56195 14.8449C2.05687 15.0352 1.80164 15.5989 1.9919 16.1039C2.1517 16.5282 2.33556 16.9399 2.54176 17.3372C2.79038 17.8162 3.38028 18.003 3.85933 17.7544C4.33838 17.5058 4.52518 16.9159 4.27655 16.4368C4.10583 16.1079 3.95347 15.7668 3.82096 15.415ZM5.71037 18.4762C5.34319 18.0806 4.72485 18.0576 4.32927 18.4248C3.93369 18.792 3.91066 19.4103 4.27783 19.8059C4.60545 20.1588 4.9553 20.4896 5.32517 20.7957C5.74097 21.1398 6.35701 21.0817 6.70111 20.6659C7.04522 20.2501 6.98709 19.634 6.57129 19.2899C6.26784 19.0388 5.98021 18.7669 5.71037 18.4762ZM8.49767 20.5014C8.00694 20.2767 7.42698 20.4924 7.20228 20.9831C6.97758 21.4739 7.19325 22.0538 7.68398 22.2785C8.03398 22.4388 8.3939 22.5802 8.76255 22.7016C9.27522 22.8703 9.82761 22.5915 9.99636 22.0788C10.1651 21.5662 9.8863 21.0138 9.37363 20.845C9.07461 20.7466 8.78231 20.6318 8.49767 20.5014Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-clock-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0005 3.20452C7.14297 3.20452 3.20516 7.14233 3.20516 11.9999C3.20516 16.8574 7.14294 20.7952 12.0005 20.7952C12.5402 20.7952 12.9777 21.2327 12.9777 21.7725C12.9777 22.3122 12.5402 22.7497 12.0005 22.7497C6.06348 22.7497 1.25064 17.9369 1.25064 11.9999C1.25064 6.06288 6.06352 1.25 12.0005 1.25C16.8203 1.25 20.8488 4.41956 22.2168 8.77525C22.31 9.07209 22.2564 9.39558 22.0722 9.64639C21.8881 9.89719 21.5956 10.0453 21.2845 10.0453H18.8413C18.3016 10.0453 17.864 9.60781 17.864 9.06809C17.864 8.79822 17.9734 8.5539 18.1503 8.37705L18.7732 7.75414C19.0461 7.4812 19.1826 7.34473 19.1937 7.15968C19.2049 6.97462 19.0942 6.8335 18.8728 6.55125C17.2725 4.51089 14.7971 3.20452 12.0005 3.20452ZM20.7955 12.0007C20.7955 11.461 21.233 11.0234 21.7727 11.0234C22.3125 11.0234 22.75 11.461 22.75 12.0007C22.75 12.3597 22.7338 12.715 22.7021 13.0659C22.6536 13.6034 22.1784 13.9998 21.6409 13.9513C21.1034 13.9027 20.707 13.4276 20.7555 12.89C20.7819 12.5976 20.7955 12.3009 20.7955 12.0007ZM20.179 15.415C20.3693 14.9099 20.933 14.6547 21.4381 14.8449C21.9431 15.0352 22.1984 15.5989 22.0081 16.1039C21.8483 16.5282 21.6644 16.9399 21.4582 17.3372C21.2096 17.8162 20.6197 18.003 20.1407 17.7544C19.6616 17.5058 19.4748 16.9159 19.7234 16.4368C19.8942 16.1079 20.0465 15.7668 20.179 15.415ZM18.2896 18.4762C18.6568 18.0806 19.2751 18.0576 19.6707 18.4248C20.0663 18.792 20.0893 19.4103 19.7222 19.8059C19.3946 20.1588 19.0447 20.4896 18.6748 20.7957C18.259 21.1398 17.643 21.0817 17.2989 20.6659C16.9548 20.2501 17.0129 19.634 17.4287 19.2899C17.7322 19.0388 18.0198 18.7669 18.2896 18.4762ZM15.5023 20.5014C15.9931 20.2767 16.573 20.4924 16.7977 20.9831C17.0224 21.4739 16.8068 22.0538 16.316 22.2785C15.966 22.4388 15.6061 22.5802 15.2375 22.7016C14.7248 22.8703 14.1724 22.5915 14.0036 22.0788C13.8349 21.5662 14.1137 21.0138 14.6264 20.845C14.9254 20.7466 15.2177 20.6318 15.5023 20.5014Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V11.5858L14.7071 13.2929C15.0976 13.6834 15.0976 14.3166 14.7071 14.7071C14.3166 15.0976 13.6834 15.0976 13.2929 14.7071L11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0005 3.20452C7.14297 3.20452 3.20516 7.14233 3.20516 11.9999C3.20516 16.8574 7.14294 20.7952 12.0005 20.7952C12.5402 20.7952 12.9777 21.2327 12.9777 21.7725C12.9777 22.3122 12.5402 22.7497 12.0005 22.7497C6.06348 22.7497 1.25064 17.9369 1.25064 11.9999C1.25064 6.06288 6.06352 1.25 12.0005 1.25C16.8203 1.25 20.8488 4.41956 22.2168 8.77525C22.31 9.07209 22.2564 9.39558 22.0722 9.64639C21.8881 9.89719 21.5956 10.0453 21.2845 10.0453H18.8413C18.3016 10.0453 17.864 9.60781 17.864 9.06809C17.864 8.79822 17.9734 8.5539 18.1503 8.37705L18.7732 7.75414C19.0461 7.4812 19.1826 7.34473 19.1937 7.15968C19.2049 6.97462 19.0942 6.8335 18.8728 6.55125C17.2725 4.51089 14.7971 3.20452 12.0005 3.20452ZM20.7955 12.0007C20.7955 11.461 21.233 11.0234 21.7727 11.0234C22.3125 11.0234 22.75 11.461 22.75 12.0007C22.75 12.3597 22.7338 12.715 22.7021 13.0659C22.6536 13.6034 22.1784 13.9998 21.6409 13.9513C21.1034 13.9027 20.707 13.4276 20.7555 12.89C20.7819 12.5976 20.7955 12.3009 20.7955 12.0007ZM20.179 15.415C20.3693 14.9099 20.933 14.6547 21.4381 14.8449C21.9431 15.0352 22.1984 15.5989 22.0081 16.1039C21.8483 16.5282 21.6644 16.9399 21.4582 17.3372C21.2096 17.8162 20.6197 18.003 20.1407 17.7544C19.6616 17.5058 19.4748 16.9159 19.7234 16.4368C19.8942 16.1079 20.0465 15.7668 20.179 15.415ZM18.2896 18.4762C18.6568 18.0806 19.2751 18.0576 19.6707 18.4248C20.0663 18.792 20.0893 19.4103 19.7222 19.8059C19.3946 20.1588 19.0447 20.4896 18.6748 20.7957C18.259 21.1398 17.643 21.0817 17.2989 20.6659C16.9548 20.2501 17.0129 19.634 17.4287 19.2899C17.7322 19.0388 18.0198 18.7669 18.2896 18.4762ZM15.5023 20.5014C15.9931 20.2767 16.573 20.4924 16.7977 20.9831C17.0224 21.4739 16.8068 22.0538 16.316 22.2785C15.966 22.4388 15.6061 22.5802 15.2375 22.7016C14.7248 22.8703 14.1724 22.5915 14.0036 22.0788C13.8349 21.5662 14.1137 21.0138 14.6264 20.845C14.9254 20.7466 15.2177 20.6318 15.5023 20.5014Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V11.5858L14.7071 13.2929C15.0976 13.6834 15.0976 14.3166 14.7071 14.7071C14.3166 15.0976 13.6834 15.0976 13.2929 14.7071L11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-digital-clock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 18.25C5.55228 18.25 6 18.6977 6 19.25V21.25C6 21.8023 5.55228 22.25 5 22.25C4.44772 22.25 4 21.8023 4 21.25V19.25C4 18.6977 4.44772 18.25 5 18.25ZM19 18.25C19.5523 18.25 20 18.6977 20 19.25V21.25C20 21.8023 19.5523 22.25 19 22.25C18.4477 22.25 18 21.8023 18 21.25V19.25C18 18.6977 18.4477 18.25 19 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.50027 1.75C8.06742 1.75 8.81142 1.8313 9.33811 2.13283C9.7896 2.39131 10.0189 2.78839 10.1858 3.07731C10.1895 3.08375 10.1932 3.09014 10.1969 3.09647C10.1992 3.10054 10.2017 3.10471 10.2041 3.10898C10.2327 3.15832 10.269 3.22101 10.3026 3.29085C10.3362 3.36078 10.3633 3.43027 10.3847 3.48532C10.3866 3.49024 10.3885 3.49504 10.3903 3.49971L10.9318 4.88626C11.1327 5.40072 10.8785 5.98062 10.364 6.1815C9.84955 6.38239 9.26965 6.12819 9.06877 5.61374L8.52734 4.22719C8.51264 4.18953 8.50556 4.17146 8.50021 4.15838C8.50009 4.15809 8.49998 4.1578 8.49987 4.15753L8.48758 4.1359L8.46541 4.09746C8.4217 4.02186 8.38855 3.96606 8.36027 3.92135C8.34151 3.8917 8.32758 3.87123 8.31752 3.85723C8.30763 3.85347 8.29489 3.84894 8.27899 3.84388C8.22994 3.82826 8.16412 3.81177 8.08166 3.79699C7.91542 3.76721 7.71301 3.75 7.50027 3.75C7.28752 3.75 7.08512 3.76721 6.91888 3.797C6.83642 3.81177 6.7706 3.82826 6.72154 3.84388C6.70565 3.84894 6.69291 3.85347 6.68302 3.85723C6.67295 3.87123 6.65902 3.8917 6.64027 3.92135C6.61199 3.96606 6.57883 4.02186 6.53513 4.09746L6.51295 4.1359L6.50067 4.15753C6.50056 4.1578 6.50044 4.15809 6.50032 4.15838C6.49498 4.17146 6.4879 4.18953 6.47319 4.22719L5.93177 5.61374C5.73088 6.12819 5.15099 6.38239 4.63653 6.1815C4.12208 5.98062 3.86788 5.40072 4.06877 4.88626L4.61019 3.49971C4.61202 3.49504 4.61389 3.49023 4.61581 3.48531C4.63725 3.43026 4.66431 3.36077 4.69794 3.29085C4.73152 3.22102 4.76783 3.15832 4.79641 3.10898C4.79888 3.10471 4.8013 3.10054 4.80365 3.09647C4.80731 3.09014 4.811 3.08375 4.81472 3.07731C4.98159 2.78839 5.21094 2.39131 5.66243 2.13283L5.66243 2.13283C6.18912 1.8313 6.93312 1.75 7.50027 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0549 4.5H16.0549H16.0549H7.94513H7.94511H7.9451C6.57752 4.49998 5.47521 4.49996 4.60825 4.61652C3.70814 4.73754 2.95027 4.99643 2.34835 5.59835C1.74643 6.20027 1.48754 6.95814 1.36652 7.85825C1.24996 8.72521 1.24998 9.82752 1.25 11.1951V11.1951V11.1951V13.3049V13.3049V13.3049C1.24998 14.6725 1.24996 15.7748 1.36652 16.6418C1.48754 17.5419 1.74643 18.2997 2.34835 18.9017C2.95027 19.5036 3.70814 19.7625 4.60825 19.8835C5.47521 20 6.57753 20 7.94512 20H7.94512H7.94513H16.0549H16.0549H16.0549C17.4225 20 18.5248 20 19.3918 19.8835C20.2919 19.7625 21.0497 19.5036 21.6517 18.9017C22.2536 18.2997 22.5125 17.5419 22.6335 16.6418C22.75 15.7748 22.75 14.6725 22.75 13.3049V11.1951C22.75 9.82754 22.75 8.72522 22.6335 7.85825C22.5125 6.95814 22.2536 6.20027 21.6517 5.59835C21.0497 4.99643 20.2919 4.73754 19.3918 4.61652C18.5248 4.49996 17.4225 4.49998 16.0549 4.5ZM14 9.50002H13.5C13.4886 9.50002 13.4771 9.50001 13.4656 9.50001C13.2604 9.49993 13.0386 9.49984 12.8514 9.52501C12.6321 9.5545 12.3519 9.63034 12.1161 9.86614C11.8803 10.1019 11.8045 10.3821 11.775 10.6014C11.7498 10.7887 11.7499 11.0105 11.75 11.2156C11.75 11.2271 11.75 11.2386 11.75 11.25C11.75 11.4737 11.75 11.6974 11.7501 11.9211C11.7501 12.3756 11.7502 12.83 11.75 13.2845C11.7499 13.4896 11.7498 13.7114 11.775 13.8986C11.8045 14.1179 11.8803 14.3981 12.1161 14.6339C12.3519 14.8697 12.6321 14.9455 12.8514 14.975C13.0386 15.0002 13.2604 15.0001 13.4656 15H14.0344C14.2396 15.0001 14.4614 15.0002 14.6486 14.975C14.8679 14.9455 15.1481 14.8697 15.3839 14.6339C15.6197 14.3981 15.6955 14.1179 15.725 13.8986C15.7502 13.7114 15.7501 13.4896 15.75 13.2845V13.2845C15.7497 12.588 15.7497 11.9051 15.75 11.2156V11.2155C15.7501 11.0104 15.7502 10.7887 15.725 10.6014C15.6955 10.3821 15.6197 10.1019 15.3839 9.86614C15.1481 9.63033 14.8679 9.5545 14.6486 9.52501C14.4614 9.49984 14.2396 9.49993 14.0344 9.50001C14.0229 9.50001 14.0114 9.50002 14 9.50002ZM13.279 11.0288C13.3079 11 13.3535 10.9996 13.4448 10.9987C13.6482 10.9967 13.8518 10.9967 14.0552 10.9987C14.1465 10.9996 14.1921 11 14.221 11.0288C14.2499 11.0575 14.2505 11.1033 14.2517 11.1948C14.2613 11.8979 14.2613 12.6022 14.2517 13.3052V13.3052C14.2505 13.3968 14.2499 13.4425 14.221 13.4713C14.1921 13.5 14.1465 13.5005 14.0552 13.5014C13.8518 13.5034 13.6482 13.5034 13.4448 13.5014C13.3535 13.5005 13.3079 13.5 13.279 13.4713C13.2501 13.4425 13.2495 13.3968 13.2483 13.3052C13.2387 12.6021 13.2387 11.8979 13.2483 11.1948C13.2495 11.1033 13.2501 11.0575 13.279 11.0288ZM7.25 10.25C7.25 9.8358 6.91421 9.50002 6.5 9.50002C6.08579 9.50002 5.75 9.8358 5.75 10.25V14.25C5.75 14.6642 6.08579 15 6.5 15C6.91421 15 7.25 14.6642 7.25 14.25V10.25ZM18.25 10.25C18.25 9.8358 17.9142 9.50002 17.5 9.50002C17.0858 9.50002 16.75 9.8358 16.75 10.25V14.25C16.75 14.6642 17.0858 15 17.5 15C17.9142 15 18.25 14.6642 18.25 14.25V10.25ZM9.5 10.25C9.08579 10.25 8.75 10.5858 8.75 11C8.75 11.4142 9.08579 11.75 9.5 11.75C9.91207 11.75 10.259 11.4159 10.259 11C10.259 10.5842 9.91207 10.25 9.5 10.25ZM9.5 12.75C9.08579 12.75 8.75 13.0858 8.75 13.5C8.75 13.9142 9.08579 14.25 9.5 14.25C9.91207 14.25 10.259 13.9159 10.259 13.5C10.259 13.0842 9.91207 12.75 9.5 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 18.25C5.55228 18.25 6 18.6977 6 19.25V21.25C6 21.8023 5.55228 22.25 5 22.25C4.44772 22.25 4 21.8023 4 21.25V19.25C4 18.6977 4.44772 18.25 5 18.25ZM19 18.25C19.5523 18.25 20 18.6977 20 19.25V21.25C20 21.8023 19.5523 22.25 19 22.25C18.4477 22.25 18 21.8023 18 21.25V19.25C18 18.6977 18.4477 18.25 19 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.50027 1.75C8.06742 1.75 8.81142 1.8313 9.33811 2.13283C9.7896 2.39131 10.0189 2.78839 10.1858 3.07731C10.1895 3.08375 10.1932 3.09014 10.1969 3.09647C10.1992 3.10054 10.2017 3.10471 10.2041 3.10898C10.2327 3.15832 10.269 3.22101 10.3026 3.29085C10.3362 3.36078 10.3633 3.43027 10.3847 3.48532C10.3866 3.49024 10.3885 3.49504 10.3903 3.49971L10.9318 4.88626C11.1327 5.40072 10.8785 5.98062 10.364 6.1815C9.84955 6.38239 9.26965 6.12819 9.06877 5.61374L8.52734 4.22719C8.51264 4.18953 8.50556 4.17146 8.50021 4.15838C8.50009 4.15809 8.49998 4.1578 8.49987 4.15753L8.48758 4.1359L8.46541 4.09746C8.4217 4.02186 8.38855 3.96606 8.36027 3.92135C8.34151 3.8917 8.32758 3.87123 8.31752 3.85723C8.30763 3.85347 8.29489 3.84894 8.27899 3.84388C8.22994 3.82826 8.16412 3.81177 8.08166 3.79699C7.91542 3.76721 7.71301 3.75 7.50027 3.75C7.28752 3.75 7.08512 3.76721 6.91888 3.797C6.83642 3.81177 6.7706 3.82826 6.72154 3.84388C6.70565 3.84894 6.69291 3.85347 6.68302 3.85723C6.67295 3.87123 6.65902 3.8917 6.64027 3.92135C6.61199 3.96606 6.57883 4.02186 6.53513 4.09746L6.51295 4.1359L6.50067 4.15753C6.50056 4.1578 6.50044 4.15809 6.50032 4.15838C6.49498 4.17146 6.4879 4.18953 6.47319 4.22719L5.93177 5.61374C5.73088 6.12819 5.15099 6.38239 4.63653 6.1815C4.12208 5.98062 3.86788 5.40072 4.06877 4.88626L4.61019 3.49971C4.61202 3.49504 4.61389 3.49023 4.61581 3.48531C4.63725 3.43026 4.66431 3.36077 4.69794 3.29085C4.73152 3.22102 4.76783 3.15832 4.79641 3.10898C4.79888 3.10471 4.8013 3.10054 4.80365 3.09647C4.80731 3.09014 4.811 3.08375 4.81472 3.07731C4.98159 2.78839 5.21094 2.39131 5.66243 2.13283L5.66243 2.13283C6.18912 1.8313 6.93312 1.75 7.50027 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0549 4.5H16.0549H16.0549H7.94513H7.94511H7.9451C6.57752 4.49998 5.47521 4.49996 4.60825 4.61652C3.70814 4.73754 2.95027 4.99643 2.34835 5.59835C1.74643 6.20027 1.48754 6.95814 1.36652 7.85825C1.24996 8.72521 1.24998 9.82752 1.25 11.1951V11.1951V11.1951V13.3049V13.3049V13.3049C1.24998 14.6725 1.24996 15.7748 1.36652 16.6418C1.48754 17.5419 1.74643 18.2997 2.34835 18.9017C2.95027 19.5036 3.70814 19.7625 4.60825 19.8835C5.47521 20 6.57753 20 7.94512 20H7.94512H7.94513H16.0549H16.0549H16.0549C17.4225 20 18.5248 20 19.3918 19.8835C20.2919 19.7625 21.0497 19.5036 21.6517 18.9017C22.2536 18.2997 22.5125 17.5419 22.6335 16.6418C22.75 15.7748 22.75 14.6725 22.75 13.3049V11.1951C22.75 9.82754 22.75 8.72522 22.6335 7.85825C22.5125 6.95814 22.2536 6.20027 21.6517 5.59835C21.0497 4.99643 20.2919 4.73754 19.3918 4.61652C18.5248 4.49996 17.4225 4.49998 16.0549 4.5ZM14 9.50002H13.5C13.4886 9.50002 13.4771 9.50001 13.4656 9.50001C13.2604 9.49993 13.0386 9.49984 12.8514 9.52501C12.6321 9.5545 12.3519 9.63034 12.1161 9.86614C11.8803 10.1019 11.8045 10.3821 11.775 10.6014C11.7498 10.7887 11.7499 11.0105 11.75 11.2156C11.75 11.2271 11.75 11.2386 11.75 11.25C11.75 11.4737 11.75 11.6974 11.7501 11.9211C11.7501 12.3756 11.7502 12.83 11.75 13.2845C11.7499 13.4896 11.7498 13.7114 11.775 13.8986C11.8045 14.1179 11.8803 14.3981 12.1161 14.6339C12.3519 14.8697 12.6321 14.9455 12.8514 14.975C13.0386 15.0002 13.2604 15.0001 13.4656 15H14.0344C14.2396 15.0001 14.4614 15.0002 14.6486 14.975C14.8679 14.9455 15.1481 14.8697 15.3839 14.6339C15.6197 14.3981 15.6955 14.1179 15.725 13.8986C15.7502 13.7114 15.7501 13.4896 15.75 13.2845V13.2845C15.7497 12.588 15.7497 11.9051 15.75 11.2156V11.2155C15.7501 11.0104 15.7502 10.7887 15.725 10.6014C15.6955 10.3821 15.6197 10.1019 15.3839 9.86614C15.1481 9.63033 14.8679 9.5545 14.6486 9.52501C14.4614 9.49984 14.2396 9.49993 14.0344 9.50001C14.0229 9.50001 14.0114 9.50002 14 9.50002ZM13.279 11.0288C13.3079 11 13.3535 10.9996 13.4448 10.9987C13.6482 10.9967 13.8518 10.9967 14.0552 10.9987C14.1465 10.9996 14.1921 11 14.221 11.0288C14.2499 11.0575 14.2505 11.1033 14.2517 11.1948C14.2613 11.8979 14.2613 12.6022 14.2517 13.3052V13.3052C14.2505 13.3968 14.2499 13.4425 14.221 13.4713C14.1921 13.5 14.1465 13.5005 14.0552 13.5014C13.8518 13.5034 13.6482 13.5034 13.4448 13.5014C13.3535 13.5005 13.3079 13.5 13.279 13.4713C13.2501 13.4425 13.2495 13.3968 13.2483 13.3052C13.2387 12.6021 13.2387 11.8979 13.2483 11.1948C13.2495 11.1033 13.2501 11.0575 13.279 11.0288ZM7.25 10.25C7.25 9.8358 6.91421 9.50002 6.5 9.50002C6.08579 9.50002 5.75 9.8358 5.75 10.25V14.25C5.75 14.6642 6.08579 15 6.5 15C6.91421 15 7.25 14.6642 7.25 14.25V10.25ZM18.25 10.25C18.25 9.8358 17.9142 9.50002 17.5 9.50002C17.0858 9.50002 16.75 9.8358 16.75 10.25V14.25C16.75 14.6642 17.0858 15 17.5 15C17.9142 15 18.25 14.6642 18.25 14.25V10.25ZM9.5 10.25C9.08579 10.25 8.75 10.5858 8.75 11C8.75 11.4142 9.08579 11.75 9.5 11.75C9.91207 11.75 10.259 11.4159 10.259 11C10.259 10.5842 9.91207 10.25 9.5 10.25ZM9.5 12.75C9.08579 12.75 8.75 13.0858 8.75 13.5C8.75 13.9142 9.08579 14.25 9.5 14.25C9.91207 14.25 10.259 13.9159 10.259 13.5C10.259 13.0842 9.91207 12.75 9.5 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-hourglass-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 2C6 1.44772 6.44772 1 7 1H20C20.5523 1 21 1.44772 21 2C21 2.55228 20.5523 3 20 3V5C20 7.85542 18.6516 10.4034 16.5631 11.8264C16.1067 12.1374 15.4846 12.0195 15.1736 11.5631C14.8626 11.1067 14.9805 10.4846 15.4369 10.1736C16.9438 9.14684 18 7.23723 18 5V3H7C6.44772 3 6 2.55228 6 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4 23.0002C3.44772 23.0002 3 22.5524 3 22.0002C3 21.4479 3.44772 21.0002 4 21.0002V19.0002C4 15.9881 5.66458 13.3649 8.12399 12.0002C5.66458 10.6354 4 8.01218 4 5.00015V2.58594L20 18.5859V22.4002C20 22.683 20 22.8244 19.9121 22.9123C19.8243 23.0002 19.6828 23.0002 19.4 23.0002H4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 2C6 1.44772 6.44772 1 7 1H20C20.5523 1 21 1.44772 21 2C21 2.55228 20.5523 3 20 3V5C20 7.85542 18.6516 10.4034 16.5631 11.8264C16.1067 12.1374 15.4846 12.0195 15.1736 11.5631C14.8626 11.1067 14.9805 10.4846 15.4369 10.1736C16.9438 9.14684 18 7.23723 18 5V3H7C6.44772 3 6 2.55228 6 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4 23.0002C3.44772 23.0002 3 22.5524 3 22.0002C3 21.4479 3.44772 21.0002 4 21.0002V19.0002C4 15.9881 5.66458 13.3649 8.12399 12.0002C5.66458 10.6354 4 8.01218 4 5.00015V2.58594L20 18.5859V22.4002C20 22.683 20 22.8244 19.9121 22.9123C19.8243 23.0002 19.6828 23.0002 19.4 23.0002H4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-hourglass{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.1875 2.25V5.11364C6.1875 8.27672 8.78984 10.8409 12 10.8409C15.2102 10.8409 17.8125 8.27672 17.8125 5.11364V2.25H19.75V5.11364C19.75 9.33108 16.2802 12.75 12 12.75C7.71979 12.75 4.25 9.33108 4.25 5.11364V2.25H6.1875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.25 21.75H19.75V18.8864C19.75 14.6689 16.2802 11.25 12 11.25C7.71979 11.25 4.25 14.6689 4.25 18.8864V21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3 1.44772 3.44772 1 4 1H20C20.5523 1 21 1.44772 21 2C21 2.55228 20.5523 3 20 3H4C3.44772 3 3 2.55228 3 2ZM3 22C3 21.4477 3.44772 21 4 21H20C20.5523 21 21 21.4477 21 22C21 22.5523 20.5523 23 20 23H4C3.44772 23 3 22.5523 3 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.1875 2.25V5.11364C6.1875 8.27672 8.78984 10.8409 12 10.8409C15.2102 10.8409 17.8125 8.27672 17.8125 5.11364V2.25H19.75V5.11364C19.75 9.33108 16.2802 12.75 12 12.75C7.71979 12.75 4.25 9.33108 4.25 5.11364V2.25H6.1875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.25 21.75H19.75V18.8864C19.75 14.6689 16.2802 11.25 12 11.25C7.71979 11.25 4.25 14.6689 4.25 18.8864V21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3 1.44772 3.44772 1 4 1H20C20.5523 1 21 1.44772 21 2C21 2.55228 20.5523 3 20 3H4C3.44772 3 3 2.55228 3 2ZM3 22C3 21.4477 3.44772 21 4 21H20C20.5523 21 21 21.4477 21 22C21 22.5523 20.5523 23 20 23H4C3.44772 23 3 22.5523 3 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-smart-watch-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.92177 5.3137C8.97406 5.60796 8.1126 6.09816 7.38477 6.73693C7.43843 6.61353 7.4889 6.48881 7.53732 6.36396C7.76513 5.77652 7.9976 4.97872 8.0701 4.13682C8.07513 4.07849 8.07991 4.0195 8.08474 3.96003C8.14113 3.26487 8.20276 2.50516 8.71077 1.98412C9.21877 1.46308 9.87183 1.39441 10.3552 1.34358L10.3552 1.34357C10.3941 1.33948 10.4319 1.33551 10.4684 1.33142C10.9034 1.28279 11.4141 1.25 12.0004 1.25C12.5867 1.25 13.0974 1.28279 13.5324 1.33142C13.5689 1.33551 13.6067 1.33948 13.6456 1.34357C14.129 1.39441 14.7821 1.46308 15.2901 1.98411C15.7981 2.50516 15.8597 3.26487 15.9161 3.96003C15.9209 4.01949 15.9257 4.07848 15.9307 4.13681C16.0032 4.9787 16.2357 5.77652 16.4635 6.36396C16.5121 6.48929 16.5628 6.61436 16.6168 6.7381C15.8888 6.0989 15.0271 5.60837 14.0791 5.3139C14.0187 5.00832 13.9708 4.68723 13.9422 4.3555C13.923 4.13285 13.8766 3.75238 13.8501 3.54141C13.8386 3.45007 13.7705 3.37641 13.6794 3.36344C13.5805 3.34936 13.4649 3.33635 13.3101 3.31904C12.9485 3.2786 12.512 3.25 12.0004 3.25C11.4888 3.25 11.0523 3.2786 10.6907 3.31904C10.5359 3.33635 10.4203 3.34936 10.3214 3.36344C10.2303 3.37641 10.1622 3.45007 10.1507 3.54141C10.1243 3.75238 10.0779 4.13285 10.0587 4.3555C10.0301 4.68716 9.98215 5.00818 9.92177 5.3137ZM14.0791 18.6861C15.0271 18.3916 15.8888 17.9011 16.6168 17.2619C16.5628 17.3856 16.5121 17.5107 16.4635 17.636C16.2357 18.2235 16.0032 19.0213 15.9307 19.8632C15.9257 19.9215 15.9209 19.9805 15.9161 20.04C15.8597 20.7351 15.7981 21.4948 15.2901 22.0159C14.7821 22.5369 14.129 22.6056 13.6456 22.6564C13.6067 22.6605 13.5689 22.6645 13.5324 22.6686C13.0974 22.7172 12.5867 22.75 12.0004 22.75C11.4141 22.75 10.9034 22.7172 10.4684 22.6686C10.4319 22.6645 10.3941 22.6605 10.3552 22.6564C9.87183 22.6056 9.21877 22.5369 8.71077 22.0159C8.20276 21.4948 8.14113 20.7351 8.08474 20.04C8.07991 19.9805 8.07513 19.9215 8.0701 19.8632C7.9976 19.0213 7.76513 18.2235 7.53732 17.636C7.4889 17.5112 7.43843 17.3865 7.38477 17.2631C8.1126 17.9018 8.97406 18.392 9.92177 18.6863C9.98215 18.9918 10.0301 19.3128 10.0587 19.6445C10.0779 19.8671 10.1243 20.2476 10.1507 20.4586C10.1622 20.5499 10.2303 20.6236 10.3214 20.6366C10.4203 20.6506 10.5359 20.6637 10.6907 20.681C11.0523 20.7214 11.4888 20.75 12.0004 20.75C12.512 20.75 12.9485 20.7214 13.3101 20.681C13.4649 20.6637 13.5805 20.6506 13.6794 20.6366C13.7705 20.6236 13.8386 20.5499 13.8501 20.4586C13.8766 20.2476 13.923 19.8671 13.9422 19.6445C13.9708 19.3128 14.0187 18.9917 14.0791 18.6861Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.92177 5.3137C8.97406 5.60796 8.1126 6.09816 7.38477 6.73693C7.43843 6.61353 7.4889 6.48881 7.53732 6.36396C7.76513 5.77652 7.9976 4.97872 8.0701 4.13682C8.07513 4.07849 8.07991 4.0195 8.08474 3.96003C8.14113 3.26487 8.20276 2.50516 8.71077 1.98412C9.21877 1.46308 9.87183 1.39441 10.3552 1.34358L10.3552 1.34357C10.3941 1.33948 10.4319 1.33551 10.4684 1.33142C10.9034 1.28279 11.4141 1.25 12.0004 1.25C12.5867 1.25 13.0974 1.28279 13.5324 1.33142C13.5689 1.33551 13.6067 1.33948 13.6456 1.34357C14.129 1.39441 14.7821 1.46308 15.2901 1.98411C15.7981 2.50516 15.8597 3.26487 15.9161 3.96003C15.9209 4.01949 15.9257 4.07848 15.9307 4.13681C16.0032 4.9787 16.2357 5.77652 16.4635 6.36396C16.5121 6.48929 16.5628 6.61436 16.6168 6.7381C15.8888 6.0989 15.0271 5.60837 14.0791 5.3139C14.0187 5.00832 13.9708 4.68723 13.9422 4.3555C13.923 4.13285 13.8766 3.75238 13.8501 3.54141C13.8386 3.45007 13.7705 3.37641 13.6794 3.36344C13.5805 3.34936 13.4649 3.33635 13.3101 3.31904C12.9485 3.2786 12.512 3.25 12.0004 3.25C11.4888 3.25 11.0523 3.2786 10.6907 3.31904C10.5359 3.33635 10.4203 3.34936 10.3214 3.36344C10.2303 3.37641 10.1622 3.45007 10.1507 3.54141C10.1243 3.75238 10.0779 4.13285 10.0587 4.3555C10.0301 4.68716 9.98215 5.00818 9.92177 5.3137ZM14.0791 18.6861C15.0271 18.3916 15.8888 17.9011 16.6168 17.2619C16.5628 17.3856 16.5121 17.5107 16.4635 17.636C16.2357 18.2235 16.0032 19.0213 15.9307 19.8632C15.9257 19.9215 15.9209 19.9805 15.9161 20.04C15.8597 20.7351 15.7981 21.4948 15.2901 22.0159C14.7821 22.5369 14.129 22.6056 13.6456 22.6564C13.6067 22.6605 13.5689 22.6645 13.5324 22.6686C13.0974 22.7172 12.5867 22.75 12.0004 22.75C11.4141 22.75 10.9034 22.7172 10.4684 22.6686C10.4319 22.6645 10.3941 22.6605 10.3552 22.6564C9.87183 22.6056 9.21877 22.5369 8.71077 22.0159C8.20276 21.4948 8.14113 20.7351 8.08474 20.04C8.07991 19.9805 8.07513 19.9215 8.0701 19.8632C7.9976 19.0213 7.76513 18.2235 7.53732 17.636C7.4889 17.5112 7.43843 17.3865 7.38477 17.2631C8.1126 17.9018 8.97406 18.392 9.92177 18.6863C9.98215 18.9918 10.0301 19.3128 10.0587 19.6445C10.0779 19.8671 10.1243 20.2476 10.1507 20.4586C10.1622 20.5499 10.2303 20.6236 10.3214 20.6366C10.4203 20.6506 10.5359 20.6637 10.6907 20.681C11.0523 20.7214 11.4888 20.75 12.0004 20.75C12.512 20.75 12.9485 20.7214 13.3101 20.681C13.4649 20.6637 13.5805 20.6506 13.6794 20.6366C13.7705 20.6236 13.8386 20.5499 13.8501 20.4586C13.8766 20.2476 13.923 19.8671 13.9422 19.6445C13.9708 19.3128 14.0187 18.9917 14.0791 18.6861Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-smart-watch-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0287 6.00375C9.51928 6.01052 9.06459 6.02942 8.67244 6.08215C8.38465 6.12084 8.1021 6.18085 7.83254 6.27913C8.10847 5.61361 8.34477 4.9052 8.34464 4.19654C8.34455 3.77216 8.34447 3.35983 8.39016 3.0198C8.44166 2.63658 8.56712 2.19911 8.93043 1.8358C9.29365 1.47258 9.73092 1.34706 10.1141 1.29554C10.454 1.24984 10.8662 1.24992 11.2902 1.25001H12.7106C13.1347 1.24992 13.5468 1.24984 13.8867 1.29554C14.2699 1.34706 14.7072 1.47258 15.0704 1.8358C15.4337 2.19911 15.5592 2.63658 15.6107 3.0198C15.6564 3.35983 15.6563 3.77216 15.6562 4.19654C15.6561 4.90527 15.8924 5.61373 16.1684 6.2793C15.8987 6.18092 15.616 6.12086 15.328 6.08215C14.936 6.02944 14.4814 6.01053 13.9721 6.00376C13.8375 5.51947 13.7175 4.95359 13.6606 4.34403C13.6606 4.28658 13.6634 4.2244 13.6664 4.15984C13.6788 3.89127 13.693 3.58147 13.511 3.39939C13.3661 3.25447 13.1997 3.25323 12.8668 3.25074C12.8012 3.25025 12.7312 3.25001 12.6562 3.25001H11.3446C11.2697 3.25001 11.1996 3.25025 11.134 3.25074C10.8012 3.25323 10.6348 3.25447 10.4899 3.39939C10.3078 3.58146 10.3221 3.89127 10.3345 4.15983V4.15984C10.3374 4.2244 10.3403 4.28658 10.3403 4.34403C10.2833 4.95359 10.1633 5.51946 10.0287 6.00375ZM13.9722 17.9962C14.4815 17.9895 14.936 17.9706 15.328 17.9179C15.6172 17.879 15.9011 17.8186 16.1718 17.7195C16.1372 17.8051 16.1048 17.8889 16.0794 17.9608C15.9091 18.4424 15.7272 19.0914 15.6562 19.7978L15.6564 19.9205V19.9206C15.6571 20.2741 15.6578 20.6302 15.6107 20.9806C15.5592 21.3639 15.4337 21.8013 15.0704 22.1646C14.7072 22.5279 14.2699 22.6534 13.8867 22.7049C13.5468 22.7506 13.1347 22.7505 12.7106 22.7504H11.2902C10.8662 22.7505 10.454 22.7506 10.1141 22.7049C9.73092 22.6534 9.29365 22.5279 8.93043 22.1646C8.56712 21.8013 8.44166 21.3639 8.39016 20.9806C8.34447 20.6406 8.34455 20.2283 8.34464 19.8039C8.34475 19.1972 8.12189 18.5278 7.9215 17.9608C7.8961 17.8889 7.86369 17.8053 7.8291 17.7196C8.0997 17.8186 8.38343 17.879 8.67244 17.9179C9.06455 17.9706 9.51921 17.9895 10.0286 17.9963C10.1633 18.4806 10.2833 19.0467 10.3403 19.6564C10.3403 19.7139 10.3374 19.7761 10.3345 19.8406C10.3221 20.1092 10.3078 20.419 10.4899 20.6011C10.6348 20.746 10.8012 20.7472 11.134 20.7497C11.1996 20.7502 11.2697 20.7504 11.3446 20.7504H12.6562C12.7312 20.7504 12.8012 20.7502 12.8668 20.7497C13.1997 20.7472 13.3661 20.746 13.511 20.6011C13.693 20.419 13.6788 20.1092 13.6664 19.8406C13.6634 19.7761 13.6606 19.7139 13.6606 19.6564C13.7176 19.0467 13.8376 18.4806 13.9722 17.9962Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.9342 6L11 6H13L13.0658 6C13.9523 5.99995 14.7161 5.99991 15.3278 6.08215C15.9833 6.17028 16.6117 6.36902 17.1213 6.87868C17.631 7.38835 17.8297 8.0167 17.9179 8.67221C18.0001 9.28387 18.0001 10.0477 18 10.9342V13.0658C18.0001 13.9523 18.0001 14.7161 17.9179 15.3278C17.8297 15.9833 17.631 16.6117 17.1213 17.1213C16.6117 17.631 15.9833 17.8297 15.3278 17.9179C14.7161 18.0001 13.9523 18.0001 13.0658 18H10.9342C10.0477 18.0001 9.28387 18.0001 8.67221 17.9179C8.0167 17.8297 7.38835 17.631 6.87868 17.1213C6.36902 16.6117 6.17028 15.9833 6.08215 15.3278C5.99991 14.7161 5.99995 13.9523 6 13.0658L6 13V11L6 10.9342C5.99995 10.0477 5.99991 9.28387 6.08215 8.67221C6.17028 8.0167 6.36902 7.38835 6.87868 6.87868C7.38835 6.36902 8.0167 6.17028 8.67221 6.08215C9.28387 5.99991 10.0477 5.99995 10.9342 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0287 6.00375C9.51928 6.01052 9.06459 6.02942 8.67244 6.08215C8.38465 6.12084 8.1021 6.18085 7.83254 6.27913C8.10847 5.61361 8.34477 4.9052 8.34464 4.19654C8.34455 3.77216 8.34447 3.35983 8.39016 3.0198C8.44166 2.63658 8.56712 2.19911 8.93043 1.8358C9.29365 1.47258 9.73092 1.34706 10.1141 1.29554C10.454 1.24984 10.8662 1.24992 11.2902 1.25001H12.7106C13.1347 1.24992 13.5468 1.24984 13.8867 1.29554C14.2699 1.34706 14.7072 1.47258 15.0704 1.8358C15.4337 2.19911 15.5592 2.63658 15.6107 3.0198C15.6564 3.35983 15.6563 3.77216 15.6562 4.19654C15.6561 4.90527 15.8924 5.61373 16.1684 6.2793C15.8987 6.18092 15.616 6.12086 15.328 6.08215C14.936 6.02944 14.4814 6.01053 13.9721 6.00376C13.8375 5.51947 13.7175 4.95359 13.6606 4.34403C13.6606 4.28658 13.6634 4.2244 13.6664 4.15984C13.6788 3.89127 13.693 3.58147 13.511 3.39939C13.3661 3.25447 13.1997 3.25323 12.8668 3.25074C12.8012 3.25025 12.7312 3.25001 12.6562 3.25001H11.3446C11.2697 3.25001 11.1996 3.25025 11.134 3.25074C10.8012 3.25323 10.6348 3.25447 10.4899 3.39939C10.3078 3.58146 10.3221 3.89127 10.3345 4.15983V4.15984C10.3374 4.2244 10.3403 4.28658 10.3403 4.34403C10.2833 4.95359 10.1633 5.51946 10.0287 6.00375ZM13.9722 17.9962C14.4815 17.9895 14.936 17.9706 15.328 17.9179C15.6172 17.879 15.9011 17.8186 16.1718 17.7195C16.1372 17.8051 16.1048 17.8889 16.0794 17.9608C15.9091 18.4424 15.7272 19.0914 15.6562 19.7978L15.6564 19.9205V19.9206C15.6571 20.2741 15.6578 20.6302 15.6107 20.9806C15.5592 21.3639 15.4337 21.8013 15.0704 22.1646C14.7072 22.5279 14.2699 22.6534 13.8867 22.7049C13.5468 22.7506 13.1347 22.7505 12.7106 22.7504H11.2902C10.8662 22.7505 10.454 22.7506 10.1141 22.7049C9.73092 22.6534 9.29365 22.5279 8.93043 22.1646C8.56712 21.8013 8.44166 21.3639 8.39016 20.9806C8.34447 20.6406 8.34455 20.2283 8.34464 19.8039C8.34475 19.1972 8.12189 18.5278 7.9215 17.9608C7.8961 17.8889 7.86369 17.8053 7.8291 17.7196C8.0997 17.8186 8.38343 17.879 8.67244 17.9179C9.06455 17.9706 9.51921 17.9895 10.0286 17.9963C10.1633 18.4806 10.2833 19.0467 10.3403 19.6564C10.3403 19.7139 10.3374 19.7761 10.3345 19.8406C10.3221 20.1092 10.3078 20.419 10.4899 20.6011C10.6348 20.746 10.8012 20.7472 11.134 20.7497C11.1996 20.7502 11.2697 20.7504 11.3446 20.7504H12.6562C12.7312 20.7504 12.8012 20.7502 12.8668 20.7497C13.1997 20.7472 13.3661 20.746 13.511 20.6011C13.693 20.419 13.6788 20.1092 13.6664 19.8406C13.6634 19.7761 13.6606 19.7139 13.6606 19.6564C13.7176 19.0467 13.8376 18.4806 13.9722 17.9962Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.9342 6L11 6H13L13.0658 6C13.9523 5.99995 14.7161 5.99991 15.3278 6.08215C15.9833 6.17028 16.6117 6.36902 17.1213 6.87868C17.631 7.38835 17.8297 8.0167 17.9179 8.67221C18.0001 9.28387 18.0001 10.0477 18 10.9342V13.0658C18.0001 13.9523 18.0001 14.7161 17.9179 15.3278C17.8297 15.9833 17.631 16.6117 17.1213 17.1213C16.6117 17.631 15.9833 17.8297 15.3278 17.9179C14.7161 18.0001 13.9523 18.0001 13.0658 18H10.9342C10.0477 18.0001 9.28387 18.0001 8.67221 17.9179C8.0167 17.8297 7.38835 17.631 6.87868 17.1213C6.36902 16.6117 6.17028 15.9833 6.08215 15.3278C5.99991 14.7161 5.99995 13.9523 6 13.0658L6 13V11L6 10.9342C5.99995 10.0477 5.99991 9.28387 6.08215 8.67221C6.17028 8.0167 6.36902 7.38835 6.87868 6.87868C7.38835 6.36902 8.0167 6.17028 8.67221 6.08215C9.28387 5.99991 10.0477 5.99995 10.9342 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-smart-watch-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.3881 9.33138C10.3267 8.78308 11.1459 9.00404 11.638 9.356C11.8398 9.50032 11.9406 9.57248 12 9.57248C12.0594 9.57248 12.1602 9.50032 12.362 9.356C12.8541 9.00404 13.6733 8.78308 14.6119 9.33138C15.8437 10.051 16.1224 12.425 13.2812 14.4278C12.74 14.8093 12.4694 15 12 15C11.5306 15 11.26 14.8093 10.7188 14.4278C7.8776 12.425 8.15632 10.051 9.3881 9.33138Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 22C8 21.4477 8.44772 21 9 21H15C15.5523 21 16 21.4477 16 22C16 22.5523 15.5523 23 15 23H9C8.44772 23 8 22.5523 8 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 2C8 1.44772 8.44772 1 9 1H15C15.5523 1 16 1.44772 16 2C16 2.55228 15.5523 3 15 3H9C8.44772 3 8 2.55228 8 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0489 3.75H12.0489H11.9511H11.9511C10.3488 3.74999 9.07947 3.74998 8.07525 3.86868C7.04428 3.99055 6.19558 4.24638 5.48663 4.8282C5.24612 5.02558 5.02558 5.24612 4.8282 5.48663C4.24638 6.19558 3.99055 7.04428 3.86868 8.07525C3.74998 9.07947 3.74999 10.3488 3.75 11.9511V11.9511V12.0489V12.0489C3.74999 13.6512 3.74998 14.9205 3.86868 15.9248C3.99055 16.9557 4.24638 17.8044 4.8282 18.5134C5.02558 18.7539 5.24612 18.9744 5.48663 19.1718C6.19558 19.7536 7.04428 20.0095 8.07525 20.1313C9.07945 20.25 10.3488 20.25 11.951 20.25H11.951H11.9511H12.0489H12.049H12.049C13.6512 20.25 14.9206 20.25 15.9248 20.1313C16.9557 20.0095 17.8044 19.7536 18.5134 19.1718C18.7539 18.9744 18.9744 18.7539 19.1718 18.5134C19.7536 17.8044 20.0095 16.9557 20.1313 15.9248C20.25 14.9206 20.25 13.6512 20.25 12.049V12.049V12.0489V11.9511V11.951V11.951C20.25 10.3488 20.25 9.07944 20.1313 8.07525C20.0095 7.04428 19.7536 6.19558 19.1718 5.48663C18.9744 5.24612 18.7539 5.02558 18.5134 4.8282C17.8044 4.24638 16.9557 3.99055 15.9248 3.86868C14.9205 3.74998 13.6512 3.74999 12.0489 3.75ZM14.9899 8.68405C13.8048 7.99175 12.7034 8.22815 11.9997 8.69505C11.296 8.22815 10.1945 7.99175 9.00945 8.68405C8.09079 9.22072 7.61597 10.3166 7.78308 11.5032C7.95111 12.6964 8.74724 13.9561 10.2864 15.041L10.3546 15.0893C10.8374 15.4307 11.2893 15.7503 11.9997 15.7503C12.71 15.7503 13.1619 15.4307 13.6447 15.0893L13.7129 15.041C15.2521 13.9561 16.0482 12.6964 16.2162 11.5032C16.3834 10.3166 15.9085 9.22072 14.9899 8.68405Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.3881 9.33138C10.3267 8.78308 11.1459 9.00404 11.638 9.356C11.8398 9.50032 11.9406 9.57248 12 9.57248C12.0594 9.57248 12.1602 9.50032 12.362 9.356C12.8541 9.00404 13.6733 8.78308 14.6119 9.33138C15.8437 10.051 16.1224 12.425 13.2812 14.4278C12.74 14.8093 12.4694 15 12 15C11.5306 15 11.26 14.8093 10.7188 14.4278C7.8776 12.425 8.15632 10.051 9.3881 9.33138Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 22C8 21.4477 8.44772 21 9 21H15C15.5523 21 16 21.4477 16 22C16 22.5523 15.5523 23 15 23H9C8.44772 23 8 22.5523 8 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 2C8 1.44772 8.44772 1 9 1H15C15.5523 1 16 1.44772 16 2C16 2.55228 15.5523 3 15 3H9C8.44772 3 8 2.55228 8 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0489 3.75H12.0489H11.9511H11.9511C10.3488 3.74999 9.07947 3.74998 8.07525 3.86868C7.04428 3.99055 6.19558 4.24638 5.48663 4.8282C5.24612 5.02558 5.02558 5.24612 4.8282 5.48663C4.24638 6.19558 3.99055 7.04428 3.86868 8.07525C3.74998 9.07947 3.74999 10.3488 3.75 11.9511V11.9511V12.0489V12.0489C3.74999 13.6512 3.74998 14.9205 3.86868 15.9248C3.99055 16.9557 4.24638 17.8044 4.8282 18.5134C5.02558 18.7539 5.24612 18.9744 5.48663 19.1718C6.19558 19.7536 7.04428 20.0095 8.07525 20.1313C9.07945 20.25 10.3488 20.25 11.951 20.25H11.951H11.9511H12.0489H12.049H12.049C13.6512 20.25 14.9206 20.25 15.9248 20.1313C16.9557 20.0095 17.8044 19.7536 18.5134 19.1718C18.7539 18.9744 18.9744 18.7539 19.1718 18.5134C19.7536 17.8044 20.0095 16.9557 20.1313 15.9248C20.25 14.9206 20.25 13.6512 20.25 12.049V12.049V12.0489V11.9511V11.951V11.951C20.25 10.3488 20.25 9.07944 20.1313 8.07525C20.0095 7.04428 19.7536 6.19558 19.1718 5.48663C18.9744 5.24612 18.7539 5.02558 18.5134 4.8282C17.8044 4.24638 16.9557 3.99055 15.9248 3.86868C14.9205 3.74998 13.6512 3.74999 12.0489 3.75ZM14.9899 8.68405C13.8048 7.99175 12.7034 8.22815 11.9997 8.69505C11.296 8.22815 10.1945 7.99175 9.00945 8.68405C8.09079 9.22072 7.61597 10.3166 7.78308 11.5032C7.95111 12.6964 8.74724 13.9561 10.2864 15.041L10.3546 15.0893C10.8374 15.4307 11.2893 15.7503 11.9997 15.7503C12.71 15.7503 13.1619 15.4307 13.6447 15.0893L13.7129 15.041C15.2521 13.9561 16.0482 12.6964 16.2162 11.5032C16.3834 10.3166 15.9085 9.22072 14.9899 8.68405Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-smart-watch-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 22C8 21.4477 8.44772 21 9 21H15C15.5523 21 16 21.4477 16 22C16 22.5523 15.5523 23 15 23H9C8.44772 23 8 22.5523 8 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 2C8 1.44772 8.44772 1 9 1H15C15.5523 1 16 1.44772 16 2C16 2.55228 15.5523 3 15 3H9C8.44772 3 8 2.55228 8 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0489 3.75H12.0489H11.9511H11.9511C10.3488 3.74999 9.07947 3.74998 8.07525 3.86868C7.04428 3.99055 6.19558 4.24638 5.48663 4.8282C5.24612 5.02558 5.02558 5.24612 4.8282 5.48663C4.24638 6.19558 3.99055 7.04428 3.86868 8.07525C3.74998 9.07947 3.74999 10.3488 3.75 11.9511V11.9511V12.0489V12.0489C3.74999 13.6512 3.74998 14.9205 3.86868 15.9248C3.99055 16.9557 4.24638 17.8044 4.8282 18.5134C5.02558 18.7539 5.24612 18.9744 5.48663 19.1718C6.19558 19.7536 7.04428 20.0095 8.07525 20.1313C9.07945 20.25 10.3488 20.25 11.951 20.25H11.951H11.9511H12.0489H12.049H12.049C13.6512 20.25 14.9206 20.25 15.9248 20.1313C16.9557 20.0095 17.8044 19.7536 18.5134 19.1718C18.7539 18.9744 18.9744 18.7539 19.1718 18.5134C19.7536 17.8044 20.0095 16.9557 20.1313 15.9248C20.25 14.9206 20.25 13.6512 20.25 12.049V12.049V12.0489V11.9511V11.951V11.951C20.25 10.3488 20.25 9.07944 20.1313 8.07525C20.0095 7.04428 19.7536 6.19558 19.1718 5.48663C18.9744 5.24612 18.7539 5.02558 18.5134 4.8282C17.8044 4.24638 16.9557 3.99055 15.9248 3.86868C14.9205 3.74998 13.6512 3.74999 12.0489 3.75ZM15.7071 8.29289C15.3166 7.90237 14.6834 7.90237 14.2929 8.29289L12 10.5858L10.7071 9.29289C10.3166 8.90237 9.68342 8.90237 9.29289 9.29289C8.90237 9.68342 8.90237 10.3166 9.29289 10.7071L10.5858 12L10.2929 12.2929C9.90237 12.6834 9.90237 13.3166 10.2929 13.7071C10.6834 14.0976 11.3166 14.0976 11.7071 13.7071L12 13.4142L12.2929 13.7071C12.6834 14.0976 13.3166 14.0976 13.7071 13.7071C14.0976 13.3166 14.0976 12.6834 13.7071 12.2929L13.4142 12L15.7071 9.70711C16.0976 9.31658 16.0976 8.68342 15.7071 8.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 22C8 21.4477 8.44772 21 9 21H15C15.5523 21 16 21.4477 16 22C16 22.5523 15.5523 23 15 23H9C8.44772 23 8 22.5523 8 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 2C8 1.44772 8.44772 1 9 1H15C15.5523 1 16 1.44772 16 2C16 2.55228 15.5523 3 15 3H9C8.44772 3 8 2.55228 8 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0489 3.75H12.0489H11.9511H11.9511C10.3488 3.74999 9.07947 3.74998 8.07525 3.86868C7.04428 3.99055 6.19558 4.24638 5.48663 4.8282C5.24612 5.02558 5.02558 5.24612 4.8282 5.48663C4.24638 6.19558 3.99055 7.04428 3.86868 8.07525C3.74998 9.07947 3.74999 10.3488 3.75 11.9511V11.9511V12.0489V12.0489C3.74999 13.6512 3.74998 14.9205 3.86868 15.9248C3.99055 16.9557 4.24638 17.8044 4.8282 18.5134C5.02558 18.7539 5.24612 18.9744 5.48663 19.1718C6.19558 19.7536 7.04428 20.0095 8.07525 20.1313C9.07945 20.25 10.3488 20.25 11.951 20.25H11.951H11.9511H12.0489H12.049H12.049C13.6512 20.25 14.9206 20.25 15.9248 20.1313C16.9557 20.0095 17.8044 19.7536 18.5134 19.1718C18.7539 18.9744 18.9744 18.7539 19.1718 18.5134C19.7536 17.8044 20.0095 16.9557 20.1313 15.9248C20.25 14.9206 20.25 13.6512 20.25 12.049V12.049V12.0489V11.9511V11.951V11.951C20.25 10.3488 20.25 9.07944 20.1313 8.07525C20.0095 7.04428 19.7536 6.19558 19.1718 5.48663C18.9744 5.24612 18.7539 5.02558 18.5134 4.8282C17.8044 4.24638 16.9557 3.99055 15.9248 3.86868C14.9205 3.74998 13.6512 3.74999 12.0489 3.75ZM15.7071 8.29289C15.3166 7.90237 14.6834 7.90237 14.2929 8.29289L12 10.5858L10.7071 9.29289C10.3166 8.90237 9.68342 8.90237 9.29289 9.29289C8.90237 9.68342 8.90237 10.3166 9.29289 10.7071L10.5858 12L10.2929 12.2929C9.90237 12.6834 9.90237 13.3166 10.2929 13.7071C10.6834 14.0976 11.3166 14.0976 11.7071 13.7071L12 13.4142L12.2929 13.7071C12.6834 14.0976 13.3166 14.0976 13.7071 13.7071C14.0976 13.3166 14.0976 12.6834 13.7071 12.2929L13.4142 12L15.7071 9.70711C16.0976 9.31658 16.0976 8.68342 15.7071 8.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-stop-watch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.29289 3.91789C4.68342 3.52737 5.31658 3.52737 5.70711 3.91789L6.70711 4.91789C7.09763 5.30842 7.09763 5.94158 6.70711 6.33211C6.31658 6.72263 5.68342 6.72263 5.29289 6.33211L4.29289 5.33211C3.90237 4.94158 3.90237 4.30842 4.29289 3.91789ZM19.7071 3.91789C20.0976 4.30842 20.0976 4.94158 19.7071 5.33211L18.7071 6.33211C18.3166 6.72263 17.6834 6.72263 17.2929 6.33211C16.9024 5.94158 16.9024 5.30842 17.2929 4.91789L18.2929 3.91789C18.6834 3.52737 19.3166 3.52737 19.7071 3.91789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.375C6.61522 3.375 2.25 7.74022 2.25 13.125C2.25 18.5098 6.61522 22.875 12 22.875C17.3848 22.875 21.75 18.5098 21.75 13.125C21.75 7.74022 17.3848 3.375 12 3.375ZM13 9.625C13 9.07272 12.5523 8.625 12 8.625C11.4477 8.625 11 9.07272 11 9.625V13.625C11 13.8902 11.1054 14.1446 11.2929 14.3321L13.2929 16.3321C13.6834 16.7226 14.3166 16.7226 14.7071 16.3321C15.0976 15.9416 15.0976 15.3084 14.7071 14.9179L13 13.2108V9.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 2.125C9 1.57272 9.44772 1.125 10 1.125H14C14.5523 1.125 15 1.57272 15 2.125C15 2.67728 14.5523 3.125 14 3.125H13V3.625C13 4.17728 12.5523 4.625 12 4.625C11.4477 4.625 11 4.17728 11 3.625V3.125H10C9.44772 3.125 9 2.67728 9 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.29289 3.91789C4.68342 3.52737 5.31658 3.52737 5.70711 3.91789L6.70711 4.91789C7.09763 5.30842 7.09763 5.94158 6.70711 6.33211C6.31658 6.72263 5.68342 6.72263 5.29289 6.33211L4.29289 5.33211C3.90237 4.94158 3.90237 4.30842 4.29289 3.91789ZM19.7071 3.91789C20.0976 4.30842 20.0976 4.94158 19.7071 5.33211L18.7071 6.33211C18.3166 6.72263 17.6834 6.72263 17.2929 6.33211C16.9024 5.94158 16.9024 5.30842 17.2929 4.91789L18.2929 3.91789C18.6834 3.52737 19.3166 3.52737 19.7071 3.91789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.375C6.61522 3.375 2.25 7.74022 2.25 13.125C2.25 18.5098 6.61522 22.875 12 22.875C17.3848 22.875 21.75 18.5098 21.75 13.125C21.75 7.74022 17.3848 3.375 12 3.375ZM13 9.625C13 9.07272 12.5523 8.625 12 8.625C11.4477 8.625 11 9.07272 11 9.625V13.625C11 13.8902 11.1054 14.1446 11.2929 14.3321L13.2929 16.3321C13.6834 16.7226 14.3166 16.7226 14.7071 16.3321C15.0976 15.9416 15.0976 15.3084 14.7071 14.9179L13 13.2108V9.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 2.125C9 1.57272 9.44772 1.125 10 1.125H14C14.5523 1.125 15 1.57272 15 2.125C15 2.67728 14.5523 3.125 14 3.125H13V3.625C13 4.17728 12.5523 4.625 12 4.625C11.4477 4.625 11 4.17728 11 3.625V3.125H10C9.44772 3.125 9 2.67728 9 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-time-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13 7C13 6.44772 12.5523 6 12 6C11.4477 6 11 6.44772 11 7V9.70802C10.117 10.0938 9.5 10.9748 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C12.3224 14.5 12.6306 14.439 12.9136 14.3278L14.2929 15.7071C14.6834 16.0976 15.3166 16.0976 15.7071 15.7071C16.0976 15.3166 16.0976 14.6834 15.7071 14.2929L14.3278 12.9136C14.439 12.6306 14.5 12.3224 14.5 12C14.5 10.9748 13.883 10.0938 13 9.70802V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13 7C13 6.44772 12.5523 6 12 6C11.4477 6 11 6.44772 11 7V9.70802C10.117 10.0938 9.5 10.9748 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C12.3224 14.5 12.6306 14.439 12.9136 14.3278L14.2929 15.7071C14.6834 16.0976 15.3166 16.0976 15.7071 15.7071C16.0976 15.3166 16.0976 14.6834 15.7071 14.2929L14.3278 12.9136C14.439 12.6306 14.5 12.3224 14.5 12C14.5 10.9748 13.883 10.0938 13 9.70802V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-time-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13 7C13 6.44772 12.5523 6 12 6C11.4477 6 11 6.44772 11 7V9.70802C10.117 10.0938 9.5 10.9748 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C12.3224 14.5 12.6306 14.439 12.9136 14.3278L14.2929 15.7071C14.6834 16.0976 15.3166 16.0976 15.7071 15.7071C16.0976 15.3166 16.0976 14.6834 15.7071 14.2929L14.3278 12.9136C14.439 12.6306 14.5 12.3224 14.5 12C14.5 10.9748 13.883 10.0938 13 9.70802V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13 7C13 6.44772 12.5523 6 12 6C11.4477 6 11 6.44772 11 7V9.70802C10.117 10.0938 9.5 10.9748 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C12.3224 14.5 12.6306 14.439 12.9136 14.3278L14.2929 15.7071C14.6834 16.0976 15.3166 16.0976 15.7071 15.7071C16.0976 15.3166 16.0976 14.6834 15.7071 14.2929L14.3278 12.9136C14.439 12.6306 14.5 12.3224 14.5 12C14.5 10.9748 13.883 10.0938 13 9.70802V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-time-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM16.7071 7.29289C16.3166 6.90237 15.6834 6.90237 15.2929 7.29289L12.0001 10.5856L9.70706 8.29285C9.31652 7.90235 8.68335 7.90239 8.29285 8.29294C7.90235 8.68348 7.90239 9.31665 8.29294 9.70715L10.5859 11.9999L10.2929 12.2929C9.90237 12.6834 9.90237 13.3166 10.2929 13.7071C10.6834 14.0976 11.3166 14.0976 11.7071 13.7071L12.0002 13.414L12.2931 13.7068C12.6836 14.0973 13.3168 14.0972 13.7073 13.7067C14.0978 13.3161 14.0977 12.683 13.7072 12.2925L13.4144 11.9998L16.7071 8.70711C17.0976 8.31658 17.0976 7.68342 16.7071 7.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM16.7071 7.29289C16.3166 6.90237 15.6834 6.90237 15.2929 7.29289L12.0001 10.5856L9.70706 8.29285C9.31652 7.90235 8.68335 7.90239 8.29285 8.29294C7.90235 8.68348 7.90239 9.31665 8.29294 9.70715L10.5859 11.9999L10.2929 12.2929C9.90237 12.6834 9.90237 13.3166 10.2929 13.7071C10.6834 14.0976 11.3166 14.0976 11.7071 13.7071L12.0002 13.414L12.2931 13.7068C12.6836 14.0973 13.3168 14.0972 13.7073 13.7067C14.0978 13.3161 14.0977 12.683 13.7072 12.2925L13.4144 11.9998L16.7071 8.70711C17.0976 8.31658 17.0976 7.68342 16.7071 7.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-time-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM16.7071 8.70711C17.0976 8.31658 17.0976 7.68342 16.7071 7.29289C16.3166 6.90237 15.6834 6.90237 15.2929 7.29289L12.0001 10.5857L10.2071 8.79287C9.81654 8.40236 9.18338 8.40238 8.79287 8.79292C8.40236 9.18346 8.40238 9.81662 8.79292 10.2071L10.5858 11.9999L10.2929 12.2929C9.90237 12.6834 9.90237 13.3166 10.2929 13.7071C10.6834 14.0976 11.3166 14.0976 11.7071 13.7071L12.0001 13.4141L12.2928 13.7068C12.6833 14.0973 13.3165 14.0973 13.707 13.7067C14.0975 13.3162 14.0975 12.683 13.707 12.2925L13.4143 11.9999L16.7071 8.70711Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM16.7071 8.70711C17.0976 8.31658 17.0976 7.68342 16.7071 7.29289C16.3166 6.90237 15.6834 6.90237 15.2929 7.29289L12.0001 10.5857L10.2071 8.79287C9.81654 8.40236 9.18338 8.40238 8.79287 8.79292C8.40236 9.18346 8.40238 9.81662 8.79292 10.2071L10.5858 11.9999L10.2929 12.2929C9.90237 12.6834 9.90237 13.3166 10.2929 13.7071C10.6834 14.0976 11.3166 14.0976 11.7071 13.7071L12.0001 13.4141L12.2928 13.7068C12.6833 14.0973 13.3165 14.0973 13.707 13.7067C14.0975 13.3162 14.0975 12.683 13.707 12.2925L13.4143 11.9999L16.7071 8.70711Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-time-half-pass{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9997 1.25C11.46 1.25 11.0225 1.68754 11.0225 2.22727C11.0225 2.76701 11.46 3.20455 11.9997 3.20455C16.8573 3.20455 20.7952 7.1424 20.7952 12C20.7952 16.8576 16.8573 20.7955 11.9997 20.7955C11.46 20.7955 11.0225 21.233 11.0225 21.7727C11.0225 22.3125 11.46 22.75 11.9997 22.75C17.9368 22.75 22.7497 17.9371 22.7497 12C22.7497 6.06294 17.9368 1.25 11.9997 1.25ZM9.17183 3.63613C9.68005 3.45441 9.94474 2.89511 9.76302 2.38688C9.58131 1.87866 9.022 1.61397 8.51378 1.79569C8.22232 1.8999 7.9366 2.01575 7.65719 2.14268C7.16578 2.36591 6.94838 2.94523 7.17161 3.43664C7.39484 3.92805 7.97417 4.14544 8.46558 3.92221C8.69591 3.81758 8.93149 3.72206 9.17183 3.63613ZM6.21878 5.37167C6.62458 5.01581 6.66507 4.39836 6.30922 3.99256C5.95336 3.58675 5.33591 3.54626 4.93011 3.90212C4.68726 4.11507 4.45406 4.33841 4.23124 4.57146C3.85824 4.96156 3.8721 5.58018 4.26221 5.95318C4.65231 6.32618 5.27093 6.31232 5.64393 5.92221C5.8271 5.73065 6.01891 5.54693 6.21878 5.37167ZM4.1105 8.10101C4.35099 7.61781 4.15424 7.03115 3.67105 6.79066C3.18786 6.55017 2.6012 6.74692 2.3607 7.23011C2.16085 7.63166 1.98555 8.04728 1.83681 8.47507C1.65955 8.98486 1.92912 9.54183 2.43891 9.71909C2.94871 9.89635 3.50568 9.62678 3.68294 9.11698C3.8042 8.76822 3.94723 8.42906 4.1105 8.10101ZM3.21867 11.4609C3.24941 10.922 2.8375 10.4603 2.29864 10.4295C1.75978 10.3988 1.29804 10.8107 1.2673 11.3496C1.2434 11.7686 1.24432 12.1949 1.26972 12.6136C1.30241 13.1524 1.76564 13.5626 2.30438 13.5299C2.84313 13.4972 3.25337 13.034 3.22068 12.4952C3.19989 12.1525 3.19916 11.8029 3.21867 11.4609ZM3.70354 14.864C3.52262 14.3555 2.96372 14.0899 2.45522 14.2708C1.94671 14.4518 1.68115 15.0106 1.86208 15.5191C2.00529 15.9217 2.17205 16.3132 2.3607 16.6923C2.6012 17.1755 3.18786 17.3722 3.67105 17.1317C4.15424 16.8912 4.35099 16.3046 4.1105 15.8214C3.95638 15.5117 3.8203 15.1922 3.70354 14.864ZM5.5712 17.9232C5.20281 17.5287 4.58439 17.5076 4.18994 17.876C3.79548 18.2444 3.77435 18.8628 4.14275 19.2573C4.40476 19.5378 4.68161 19.8047 4.97207 20.0569C5.37967 20.4107 5.9969 20.3671 6.35071 19.9595C6.70451 19.5519 6.66091 18.9346 6.25331 18.5808C6.01424 18.3733 5.78654 18.1538 5.5712 17.9232ZM8.29474 19.9204C7.80803 19.6871 7.22435 19.8926 6.99107 20.3793C6.75779 20.866 6.96324 21.4497 7.44995 21.683C7.87248 21.8855 8.31014 22.0624 8.76081 22.2118C9.27315 22.3815 9.8261 22.1038 9.99586 21.5915C10.1656 21.0791 9.8879 20.5262 9.37555 20.3564C9.00388 20.2333 8.64303 20.0874 8.29474 19.9204Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 5C12.5523 5 13 5.44772 13 6V9.70802C13.883 10.0938 14.5 10.9748 14.5 12C14.5 13.0252 13.883 13.9062 13 14.292V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V14.292C10.117 13.9062 9.5 13.0252 9.5 12C9.5 10.9748 10.117 10.0938 11 9.70802V6C11 5.44772 11.4477 5 12 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9997 1.25C11.46 1.25 11.0225 1.68754 11.0225 2.22727C11.0225 2.76701 11.46 3.20455 11.9997 3.20455C16.8573 3.20455 20.7952 7.1424 20.7952 12C20.7952 16.8576 16.8573 20.7955 11.9997 20.7955C11.46 20.7955 11.0225 21.233 11.0225 21.7727C11.0225 22.3125 11.46 22.75 11.9997 22.75C17.9368 22.75 22.7497 17.9371 22.7497 12C22.7497 6.06294 17.9368 1.25 11.9997 1.25ZM9.17183 3.63613C9.68005 3.45441 9.94474 2.89511 9.76302 2.38688C9.58131 1.87866 9.022 1.61397 8.51378 1.79569C8.22232 1.8999 7.9366 2.01575 7.65719 2.14268C7.16578 2.36591 6.94838 2.94523 7.17161 3.43664C7.39484 3.92805 7.97417 4.14544 8.46558 3.92221C8.69591 3.81758 8.93149 3.72206 9.17183 3.63613ZM6.21878 5.37167C6.62458 5.01581 6.66507 4.39836 6.30922 3.99256C5.95336 3.58675 5.33591 3.54626 4.93011 3.90212C4.68726 4.11507 4.45406 4.33841 4.23124 4.57146C3.85824 4.96156 3.8721 5.58018 4.26221 5.95318C4.65231 6.32618 5.27093 6.31232 5.64393 5.92221C5.8271 5.73065 6.01891 5.54693 6.21878 5.37167ZM4.1105 8.10101C4.35099 7.61781 4.15424 7.03115 3.67105 6.79066C3.18786 6.55017 2.6012 6.74692 2.3607 7.23011C2.16085 7.63166 1.98555 8.04728 1.83681 8.47507C1.65955 8.98486 1.92912 9.54183 2.43891 9.71909C2.94871 9.89635 3.50568 9.62678 3.68294 9.11698C3.8042 8.76822 3.94723 8.42906 4.1105 8.10101ZM3.21867 11.4609C3.24941 10.922 2.8375 10.4603 2.29864 10.4295C1.75978 10.3988 1.29804 10.8107 1.2673 11.3496C1.2434 11.7686 1.24432 12.1949 1.26972 12.6136C1.30241 13.1524 1.76564 13.5626 2.30438 13.5299C2.84313 13.4972 3.25337 13.034 3.22068 12.4952C3.19989 12.1525 3.19916 11.8029 3.21867 11.4609ZM3.70354 14.864C3.52262 14.3555 2.96372 14.0899 2.45522 14.2708C1.94671 14.4518 1.68115 15.0106 1.86208 15.5191C2.00529 15.9217 2.17205 16.3132 2.3607 16.6923C2.6012 17.1755 3.18786 17.3722 3.67105 17.1317C4.15424 16.8912 4.35099 16.3046 4.1105 15.8214C3.95638 15.5117 3.8203 15.1922 3.70354 14.864ZM5.5712 17.9232C5.20281 17.5287 4.58439 17.5076 4.18994 17.876C3.79548 18.2444 3.77435 18.8628 4.14275 19.2573C4.40476 19.5378 4.68161 19.8047 4.97207 20.0569C5.37967 20.4107 5.9969 20.3671 6.35071 19.9595C6.70451 19.5519 6.66091 18.9346 6.25331 18.5808C6.01424 18.3733 5.78654 18.1538 5.5712 17.9232ZM8.29474 19.9204C7.80803 19.6871 7.22435 19.8926 6.99107 20.3793C6.75779 20.866 6.96324 21.4497 7.44995 21.683C7.87248 21.8855 8.31014 22.0624 8.76081 22.2118C9.27315 22.3815 9.8261 22.1038 9.99586 21.5915C10.1656 21.0791 9.8879 20.5262 9.37555 20.3564C9.00388 20.2333 8.64303 20.0874 8.29474 19.9204Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 5C12.5523 5 13 5.44772 13 6V9.70802C13.883 10.0938 14.5 10.9748 14.5 12C14.5 13.0252 13.883 13.9062 13 14.292V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V14.292C10.117 13.9062 9.5 13.0252 9.5 12C9.5 10.9748 10.117 10.0938 11 9.70802V6C11 5.44772 11.4477 5 12 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-time-quarter-pass{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9997 1.25C11.46 1.25 11.0225 1.68754 11.0225 2.22728C11.0225 2.76701 11.46 3.20456 11.9997 3.20456C16.8574 3.20456 20.7952 7.14244 20.7952 12.0001C20.7952 12.5398 21.2328 12.9773 21.7725 12.9773C22.3123 12.9773 22.7498 12.5398 22.7498 12.0001C22.7498 6.06297 17.9368 1.25 11.9997 1.25ZM8.80013 4.11956C9.30572 3.93063 9.56242 3.36761 9.3735 2.86202C9.18457 2.35643 8.62155 2.09973 8.11596 2.28865C7.88544 2.37479 7.65876 2.46874 7.43623 2.57017C6.94511 2.79404 6.72845 3.37364 6.95231 3.86477C7.17617 4.35589 7.75578 4.57255 8.2469 4.34869C8.42806 4.26611 8.61255 4.18965 8.80013 4.11956ZM5.92925 5.90242C6.32315 5.53344 6.34336 4.91499 5.97437 4.52108C5.60538 4.12717 4.98693 4.10697 4.59303 4.47596C4.42701 4.63147 4.26602 4.79229 4.11033 4.95813C3.74092 5.35165 3.76046 5.97012 4.15397 6.33953C4.54749 6.70894 5.16596 6.6894 5.53536 6.29588C5.66241 6.16055 5.79378 6.02932 5.92925 5.90242ZM3.96237 8.64876C4.18444 8.15682 3.96567 7.57801 3.47373 7.35594C2.98179 7.13387 2.40298 7.35265 2.18091 7.84458C2.08883 8.04857 2.00303 8.25603 1.92375 8.4667C1.73366 8.97185 1.98906 9.53546 2.49421 9.72555C2.99937 9.91565 3.56298 9.66024 3.75307 9.15509C3.81758 8.98366 3.88741 8.81481 3.96237 8.64876ZM3.20884 11.9121C3.2256 11.3726 2.80186 10.9217 2.26238 10.905C1.72291 10.8882 1.27199 11.3119 1.25522 11.8514C1.24827 12.0752 1.24825 12.3002 1.25523 12.524C1.27206 13.0634 1.72304 13.4871 2.26251 13.4703C2.80199 13.4534 3.22567 13.0025 3.20884 12.463C3.20312 12.28 3.20314 12.0956 3.20884 11.9121ZM21.7109 15.8839C21.8999 15.3783 21.6432 14.8153 21.1376 14.6263C20.632 14.4374 20.069 14.6941 19.88 15.1997C19.8047 15.4011 19.7221 15.599 19.6324 15.7931C19.406 16.283 19.6197 16.8637 20.1096 17.0902C20.5996 17.3166 21.1803 17.1029 21.4067 16.613C21.5169 16.3746 21.6184 16.1315 21.7109 15.8839ZM3.75943 15.2347C3.56827 14.73 3.00413 14.4758 2.49938 14.6669C1.99462 14.8581 1.74041 15.4222 1.93157 15.927C2.01226 16.1401 2.09964 16.3498 2.19343 16.556C2.41692 17.0473 2.99636 17.2644 3.48765 17.0409C3.97895 16.8174 4.19605 16.238 3.97257 15.7467C3.89621 15.5788 3.82509 15.4081 3.75943 15.2347ZM19.5533 19.3749C19.9206 18.9794 19.8979 18.3611 19.5025 17.9937C19.1071 17.6263 18.4887 17.649 18.1214 18.0445C17.981 18.1956 17.8352 18.3417 17.6844 18.4824C17.2897 18.8506 17.2683 19.469 17.6365 19.8636C18.0047 20.2583 18.6231 20.2797 19.0177 19.9115C19.2026 19.739 19.3812 19.56 19.5533 19.3749ZM5.54989 18.0925C5.17952 17.6999 4.561 17.6819 4.16839 18.0522C3.77578 18.4226 3.75775 19.0411 4.12812 19.4337C4.27524 19.5897 4.42705 19.7412 4.58333 19.8879C4.97678 20.2574 5.59525 20.238 5.96473 19.8445C6.33421 19.4511 6.31479 18.8326 5.92134 18.4631C5.79382 18.3434 5.66993 18.2198 5.54989 18.0925ZM16.157 21.8178C16.6489 21.5956 16.8676 21.0167 16.6454 20.5249C16.4232 20.033 15.8444 19.8143 15.3525 20.0365C15.1876 20.1109 15.02 20.1804 14.8498 20.2445C14.3448 20.4349 14.0897 20.9987 14.2802 21.5038C14.4706 22.0088 15.0344 22.2638 15.5394 22.0734C15.7485 21.9945 15.9545 21.9092 16.157 21.8178ZM8.28408 20.0411C7.79189 19.8196 7.21333 20.039 6.99181 20.5312C6.7703 21.0234 6.98972 21.602 7.4819 21.8235C7.67671 21.9112 7.87467 21.9931 8.07556 22.0691C8.58037 22.2601 9.14444 22.0057 9.33545 21.5009C9.52645 20.9961 9.27206 20.4321 8.76726 20.2411C8.60378 20.1792 8.44266 20.1125 8.28408 20.0411ZM11.5075 20.7897C10.9681 20.7711 10.5157 21.1933 10.4971 21.7327C10.4785 22.2721 10.9007 22.7245 11.4401 22.7431C11.6883 22.7517 11.938 22.7517 12.1861 22.7431C12.7256 22.7245 13.1477 22.2721 13.1291 21.7327C13.1105 21.1933 12.6582 20.7711 12.1187 20.7897C11.9155 20.7967 11.7108 20.7967 11.5075 20.7897Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 5C12.5523 5 13 5.44772 13 6V9.70802C13.5767 9.96 14.04 10.4233 14.292 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H14.292C13.9062 13.883 13.0252 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.9748 10.117 10.0938 11 9.70802V6C11 5.44772 11.4477 5 12 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9997 1.25C11.46 1.25 11.0225 1.68754 11.0225 2.22728C11.0225 2.76701 11.46 3.20456 11.9997 3.20456C16.8574 3.20456 20.7952 7.14244 20.7952 12.0001C20.7952 12.5398 21.2328 12.9773 21.7725 12.9773C22.3123 12.9773 22.7498 12.5398 22.7498 12.0001C22.7498 6.06297 17.9368 1.25 11.9997 1.25ZM8.80013 4.11956C9.30572 3.93063 9.56242 3.36761 9.3735 2.86202C9.18457 2.35643 8.62155 2.09973 8.11596 2.28865C7.88544 2.37479 7.65876 2.46874 7.43623 2.57017C6.94511 2.79404 6.72845 3.37364 6.95231 3.86477C7.17617 4.35589 7.75578 4.57255 8.2469 4.34869C8.42806 4.26611 8.61255 4.18965 8.80013 4.11956ZM5.92925 5.90242C6.32315 5.53344 6.34336 4.91499 5.97437 4.52108C5.60538 4.12717 4.98693 4.10697 4.59303 4.47596C4.42701 4.63147 4.26602 4.79229 4.11033 4.95813C3.74092 5.35165 3.76046 5.97012 4.15397 6.33953C4.54749 6.70894 5.16596 6.6894 5.53536 6.29588C5.66241 6.16055 5.79378 6.02932 5.92925 5.90242ZM3.96237 8.64876C4.18444 8.15682 3.96567 7.57801 3.47373 7.35594C2.98179 7.13387 2.40298 7.35265 2.18091 7.84458C2.08883 8.04857 2.00303 8.25603 1.92375 8.4667C1.73366 8.97185 1.98906 9.53546 2.49421 9.72555C2.99937 9.91565 3.56298 9.66024 3.75307 9.15509C3.81758 8.98366 3.88741 8.81481 3.96237 8.64876ZM3.20884 11.9121C3.2256 11.3726 2.80186 10.9217 2.26238 10.905C1.72291 10.8882 1.27199 11.3119 1.25522 11.8514C1.24827 12.0752 1.24825 12.3002 1.25523 12.524C1.27206 13.0634 1.72304 13.4871 2.26251 13.4703C2.80199 13.4534 3.22567 13.0025 3.20884 12.463C3.20312 12.28 3.20314 12.0956 3.20884 11.9121ZM21.7109 15.8839C21.8999 15.3783 21.6432 14.8153 21.1376 14.6263C20.632 14.4374 20.069 14.6941 19.88 15.1997C19.8047 15.4011 19.7221 15.599 19.6324 15.7931C19.406 16.283 19.6197 16.8637 20.1096 17.0902C20.5996 17.3166 21.1803 17.1029 21.4067 16.613C21.5169 16.3746 21.6184 16.1315 21.7109 15.8839ZM3.75943 15.2347C3.56827 14.73 3.00413 14.4758 2.49938 14.6669C1.99462 14.8581 1.74041 15.4222 1.93157 15.927C2.01226 16.1401 2.09964 16.3498 2.19343 16.556C2.41692 17.0473 2.99636 17.2644 3.48765 17.0409C3.97895 16.8174 4.19605 16.238 3.97257 15.7467C3.89621 15.5788 3.82509 15.4081 3.75943 15.2347ZM19.5533 19.3749C19.9206 18.9794 19.8979 18.3611 19.5025 17.9937C19.1071 17.6263 18.4887 17.649 18.1214 18.0445C17.981 18.1956 17.8352 18.3417 17.6844 18.4824C17.2897 18.8506 17.2683 19.469 17.6365 19.8636C18.0047 20.2583 18.6231 20.2797 19.0177 19.9115C19.2026 19.739 19.3812 19.56 19.5533 19.3749ZM5.54989 18.0925C5.17952 17.6999 4.561 17.6819 4.16839 18.0522C3.77578 18.4226 3.75775 19.0411 4.12812 19.4337C4.27524 19.5897 4.42705 19.7412 4.58333 19.8879C4.97678 20.2574 5.59525 20.238 5.96473 19.8445C6.33421 19.4511 6.31479 18.8326 5.92134 18.4631C5.79382 18.3434 5.66993 18.2198 5.54989 18.0925ZM16.157 21.8178C16.6489 21.5956 16.8676 21.0167 16.6454 20.5249C16.4232 20.033 15.8444 19.8143 15.3525 20.0365C15.1876 20.1109 15.02 20.1804 14.8498 20.2445C14.3448 20.4349 14.0897 20.9987 14.2802 21.5038C14.4706 22.0088 15.0344 22.2638 15.5394 22.0734C15.7485 21.9945 15.9545 21.9092 16.157 21.8178ZM8.28408 20.0411C7.79189 19.8196 7.21333 20.039 6.99181 20.5312C6.7703 21.0234 6.98972 21.602 7.4819 21.8235C7.67671 21.9112 7.87467 21.9931 8.07556 22.0691C8.58037 22.2601 9.14444 22.0057 9.33545 21.5009C9.52645 20.9961 9.27206 20.4321 8.76726 20.2411C8.60378 20.1792 8.44266 20.1125 8.28408 20.0411ZM11.5075 20.7897C10.9681 20.7711 10.5157 21.1933 10.4971 21.7327C10.4785 22.2721 10.9007 22.7245 11.4401 22.7431C11.6883 22.7517 11.938 22.7517 12.1861 22.7431C12.7256 22.7245 13.1477 22.2721 13.1291 21.7327C13.1105 21.1933 12.6582 20.7711 12.1187 20.7897C11.9155 20.7967 11.7108 20.7967 11.5075 20.7897Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 5C12.5523 5 13 5.44772 13 6V9.70802C13.5767 9.96 14.04 10.4233 14.292 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H14.292C13.9062 13.883 13.0252 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.9748 10.117 10.0938 11 9.70802V6C11 5.44772 11.4477 5 12 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-time-quarter{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.70802 11C10.0938 10.117 10.9748 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12C14.5 13.0252 13.883 13.9062 13 14.292V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V14.292C10.4233 14.04 9.96 13.5767 9.70802 13H6C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H9.70802Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12.0004C1.25 12.5401 1.68753 12.9776 2.22726 12.9776C2.76699 12.9776 3.20452 12.5401 3.20452 12.0004C3.20452 7.14282 7.14233 3.20501 11.9999 3.20501C16.8574 3.20501 20.7952 7.14282 20.7952 12.0004C20.7952 16.8579 16.8574 20.7957 11.9999 20.7957C11.4601 20.7957 11.0226 21.2332 11.0226 21.773C11.0226 22.3127 11.4601 22.7502 11.9999 22.7502C17.9369 22.7502 22.7497 17.9373 22.7497 12.0004C22.7497 6.06337 17.9369 1.25049 11.9999 1.25049C6.06288 1.25049 1.25 6.06337 1.25 12.0004ZM3.15444 14.6222C2.98344 14.1103 2.42982 13.834 1.9179 14.005C1.40598 14.176 1.12961 14.7296 1.30061 15.2415C1.45257 15.6964 1.63082 16.1389 1.83351 16.5669C2.06448 17.0548 2.64717 17.263 3.13498 17.032C3.62278 16.801 3.83099 16.2183 3.60002 15.7305C3.43058 15.3727 3.28153 15.0027 3.15444 14.6222ZM5.04551 17.9556C4.69353 17.5465 4.0765 17.5001 3.66734 17.8521C3.25818 18.2041 3.21183 18.8211 3.56381 19.2303C3.90057 19.6218 4.26231 19.9904 4.64654 20.3335C5.04912 20.693 5.6669 20.658 6.02639 20.2555C6.38588 19.8529 6.35096 19.2351 5.94838 18.8756C5.62827 18.5898 5.32659 18.2824 5.04551 17.9556ZM8.21439 20.3843C7.72705 20.1523 7.14394 20.3593 6.91199 20.8467C6.68004 21.334 6.88707 21.9171 7.37441 22.1491C7.82405 22.3631 8.28953 22.5485 8.76861 22.7029C9.28232 22.8684 9.83297 22.5861 9.99851 22.0724C10.1641 21.5587 9.8818 21.0081 9.36809 20.8425C8.97201 20.7149 8.58683 20.5615 8.21439 20.3843Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.70802 11C10.0938 10.117 10.9748 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12C14.5 13.0252 13.883 13.9062 13 14.292V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V14.292C10.4233 14.04 9.96 13.5767 9.70802 13H6C5.44772 13 5 12.5523 5 12C5 11.4477 5.44772 11 6 11H9.70802Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12.0004C1.25 12.5401 1.68753 12.9776 2.22726 12.9776C2.76699 12.9776 3.20452 12.5401 3.20452 12.0004C3.20452 7.14282 7.14233 3.20501 11.9999 3.20501C16.8574 3.20501 20.7952 7.14282 20.7952 12.0004C20.7952 16.8579 16.8574 20.7957 11.9999 20.7957C11.4601 20.7957 11.0226 21.2332 11.0226 21.773C11.0226 22.3127 11.4601 22.7502 11.9999 22.7502C17.9369 22.7502 22.7497 17.9373 22.7497 12.0004C22.7497 6.06337 17.9369 1.25049 11.9999 1.25049C6.06288 1.25049 1.25 6.06337 1.25 12.0004ZM3.15444 14.6222C2.98344 14.1103 2.42982 13.834 1.9179 14.005C1.40598 14.176 1.12961 14.7296 1.30061 15.2415C1.45257 15.6964 1.63082 16.1389 1.83351 16.5669C2.06448 17.0548 2.64717 17.263 3.13498 17.032C3.62278 16.801 3.83099 16.2183 3.60002 15.7305C3.43058 15.3727 3.28153 15.0027 3.15444 14.6222ZM5.04551 17.9556C4.69353 17.5465 4.0765 17.5001 3.66734 17.8521C3.25818 18.2041 3.21183 18.8211 3.56381 19.2303C3.90057 19.6218 4.26231 19.9904 4.64654 20.3335C5.04912 20.693 5.6669 20.658 6.02639 20.2555C6.38588 19.8529 6.35096 19.2351 5.94838 18.8756C5.62827 18.5898 5.32659 18.2824 5.04551 17.9556ZM8.21439 20.3843C7.72705 20.1523 7.14394 20.3593 6.91199 20.8467C6.68004 21.334 6.88707 21.9171 7.37441 22.1491C7.82405 22.3631 8.28953 22.5485 8.76861 22.7029C9.28232 22.8684 9.83297 22.5861 9.99851 22.0724C10.1641 21.5587 9.8818 21.0081 9.36809 20.8425C8.97201 20.7149 8.58683 20.5615 8.21439 20.3843Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-time-schedule{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5454 16.4534C21.1818 17.337 22 17.7789 22 18.5C22 19.2211 21.1818 19.663 19.5454 20.5466L18.4311 21.1484C17.1744 21.827 16.5461 22.1663 16.2439 21.9196C15.504 21.3154 16.6567 19.7561 16.9403 19.2037C17.2277 18.644 17.2225 18.3459 16.9403 17.7963C16.6567 17.2439 15.504 15.6846 16.2439 15.0804C16.5461 14.8337 17.1744 15.173 18.4311 15.8516L19.5454 16.4534Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V11.5858L14.2071 12.7929C14.5976 13.1834 14.5976 13.8166 14.2071 14.2071C13.8166 14.5976 13.1834 14.5976 12.7929 14.2071L11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.7423 15.1672L19.9573 15.8234C20.728 16.2395 21.3843 16.5939 21.8403 16.9406C22.3187 17.3044 22.75 17.7892 22.75 18.4999C22.75 19.2106 22.3187 19.6955 21.8403 20.0593C21.3843 20.406 20.728 20.7603 19.9573 21.1765L19.9573 21.1765L18.7423 21.8326C18.1525 22.1512 17.6488 22.4232 17.2547 22.5786C17.0514 22.6588 16.8202 22.732 16.5841 22.7471C16.3297 22.7633 16.0298 22.713 15.7695 22.5005C15.3535 22.1608 15.237 21.6936 15.2511 21.2916C15.2644 20.9141 15.3901 20.5445 15.5199 20.2445C15.6538 19.9348 15.8198 19.638 15.9603 19.3976C16.0173 19.3001 16.0666 19.2175 16.109 19.1463L16.109 19.1463C16.1827 19.0227 16.2359 18.9336 16.2731 18.8611C16.3956 18.6225 16.404 18.5351 16.4039 18.4984C16.4038 18.4611 16.3946 18.3754 16.2731 18.1387C16.2359 18.0663 16.1827 17.9771 16.109 17.8536L16.109 17.8535C16.0666 17.7824 16.0173 17.6997 15.9603 17.6023C15.8198 17.3619 15.6538 17.065 15.5199 16.7554C15.3901 16.4554 15.2644 16.0857 15.2511 15.7083C15.237 15.3063 15.3535 14.8391 15.7695 14.4994C16.0298 14.2869 16.3297 14.2366 16.5841 14.2528C16.8202 14.2679 17.0514 14.341 17.2547 14.4212C17.6488 14.5767 18.1525 14.8487 18.7423 15.1672L18.7423 15.1672Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 16.8576 7.1424 20.7955 12 20.7955C12.3054 20.7955 12.6069 20.7799 12.9037 20.7497C13.4406 20.6949 13.9203 21.0859 13.975 21.6228C14.0298 22.1598 13.6388 22.6394 13.1019 22.6941C12.7393 22.7311 12.3717 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 12.735 22.6761 13.4538 22.535 14.149C22.4276 14.6779 21.9118 15.0197 21.3828 14.9123C20.8539 14.8049 20.5121 14.2891 20.6195 13.7601C20.7348 13.1922 20.7955 12.6037 20.7955 12C20.7955 7.1424 16.8576 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5454 16.4534C21.1818 17.337 22 17.7789 22 18.5C22 19.2211 21.1818 19.663 19.5454 20.5466L18.4311 21.1484C17.1744 21.827 16.5461 22.1663 16.2439 21.9196C15.504 21.3154 16.6567 19.7561 16.9403 19.2037C17.2277 18.644 17.2225 18.3459 16.9403 17.7963C16.6567 17.2439 15.504 15.6846 16.2439 15.0804C16.5461 14.8337 17.1744 15.173 18.4311 15.8516L19.5454 16.4534Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V11.5858L14.2071 12.7929C14.5976 13.1834 14.5976 13.8166 14.2071 14.2071C13.8166 14.5976 13.1834 14.5976 12.7929 14.2071L11.2929 12.7071C11.1054 12.5196 11 12.2652 11 12V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.7423 15.1672L19.9573 15.8234C20.728 16.2395 21.3843 16.5939 21.8403 16.9406C22.3187 17.3044 22.75 17.7892 22.75 18.4999C22.75 19.2106 22.3187 19.6955 21.8403 20.0593C21.3843 20.406 20.728 20.7603 19.9573 21.1765L19.9573 21.1765L18.7423 21.8326C18.1525 22.1512 17.6488 22.4232 17.2547 22.5786C17.0514 22.6588 16.8202 22.732 16.5841 22.7471C16.3297 22.7633 16.0298 22.713 15.7695 22.5005C15.3535 22.1608 15.237 21.6936 15.2511 21.2916C15.2644 20.9141 15.3901 20.5445 15.5199 20.2445C15.6538 19.9348 15.8198 19.638 15.9603 19.3976C16.0173 19.3001 16.0666 19.2175 16.109 19.1463L16.109 19.1463C16.1827 19.0227 16.2359 18.9336 16.2731 18.8611C16.3956 18.6225 16.404 18.5351 16.4039 18.4984C16.4038 18.4611 16.3946 18.3754 16.2731 18.1387C16.2359 18.0663 16.1827 17.9771 16.109 17.8536L16.109 17.8535C16.0666 17.7824 16.0173 17.6997 15.9603 17.6023C15.8198 17.3619 15.6538 17.065 15.5199 16.7554C15.3901 16.4554 15.2644 16.0857 15.2511 15.7083C15.237 15.3063 15.3535 14.8391 15.7695 14.4994C16.0298 14.2869 16.3297 14.2366 16.5841 14.2528C16.8202 14.2679 17.0514 14.341 17.2547 14.4212C17.6488 14.5767 18.1525 14.8487 18.7423 15.1672L18.7423 15.1672Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 16.8576 7.1424 20.7955 12 20.7955C12.3054 20.7955 12.6069 20.7799 12.9037 20.7497C13.4406 20.6949 13.9203 21.0859 13.975 21.6228C14.0298 22.1598 13.6388 22.6394 13.1019 22.6941C12.7393 22.7311 12.3717 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 12.735 22.6761 13.4538 22.535 14.149C22.4276 14.6779 21.9118 15.0197 21.3828 14.9123C20.8539 14.8049 20.5121 14.2891 20.6195 13.7601C20.7348 13.1922 20.7955 12.6037 20.7955 12C20.7955 7.1424 16.8576 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-timer-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0775 1.40684C14.0969 1.41079 14.1163 1.41472 14.1356 1.41862C19.051 2.41192 22.75 6.76215 22.75 11.9779C22.75 17.9251 17.9391 22.75 12 22.75C6.06086 22.75 1.25 17.9251 1.25 11.9779C1.25 8.96549 2.48533 6.24004 4.47417 4.28594C4.85917 3.90767 5.47792 3.91312 5.85619 4.29811C6.23446 4.68311 6.22901 5.30186 5.84401 5.68013C4.21429 7.28139 3.20455 9.51038 3.20455 11.9779C3.20455 16.8498 7.14448 20.7955 12 20.7955C16.8555 20.7955 20.7955 16.8498 20.7955 11.9779C20.7955 7.70758 17.7671 4.14651 13.7485 3.33444C13.5394 3.29218 13.3788 3.25985 13.2402 3.23685C13.1358 3.2195 13.0614 3.21058 13.0072 3.2068C12.9802 3.3841 12.9773 3.64588 12.9773 4.14209V5.12157C12.9773 5.6613 12.5397 6.09884 12 6.09884C11.4603 6.09884 11.0227 5.6613 11.0227 5.12157V4.14209C11.0227 4.12198 11.0227 4.10186 11.0227 4.08172C11.0226 3.6595 11.0225 3.23306 11.0803 2.87884C11.1491 2.45725 11.317 2.01299 11.7385 1.66723C12.1355 1.34153 12.5698 1.24266 12.996 1.25042C13.336 1.25661 13.7205 1.33452 14.0775 1.40684Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.5265 6.4184C7.79901 6.19652 8.18905 6.19361 8.46484 6.41139L13.8845 10.691C15.0336 11.5984 15.0395 13.3311 13.8965 14.2462C12.7603 15.1559 11.0637 14.7925 10.4104 13.4879L7.32944 7.33584C7.17208 7.02162 7.25399 6.64028 7.5265 6.4184Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0775 1.40684C14.0969 1.41079 14.1163 1.41472 14.1356 1.41862C19.051 2.41192 22.75 6.76215 22.75 11.9779C22.75 17.9251 17.9391 22.75 12 22.75C6.06086 22.75 1.25 17.9251 1.25 11.9779C1.25 8.96549 2.48533 6.24004 4.47417 4.28594C4.85917 3.90767 5.47792 3.91312 5.85619 4.29811C6.23446 4.68311 6.22901 5.30186 5.84401 5.68013C4.21429 7.28139 3.20455 9.51038 3.20455 11.9779C3.20455 16.8498 7.14448 20.7955 12 20.7955C16.8555 20.7955 20.7955 16.8498 20.7955 11.9779C20.7955 7.70758 17.7671 4.14651 13.7485 3.33444C13.5394 3.29218 13.3788 3.25985 13.2402 3.23685C13.1358 3.2195 13.0614 3.21058 13.0072 3.2068C12.9802 3.3841 12.9773 3.64588 12.9773 4.14209V5.12157C12.9773 5.6613 12.5397 6.09884 12 6.09884C11.4603 6.09884 11.0227 5.6613 11.0227 5.12157V4.14209C11.0227 4.12198 11.0227 4.10186 11.0227 4.08172C11.0226 3.6595 11.0225 3.23306 11.0803 2.87884C11.1491 2.45725 11.317 2.01299 11.7385 1.66723C12.1355 1.34153 12.5698 1.24266 12.996 1.25042C13.336 1.25661 13.7205 1.33452 14.0775 1.40684Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.5265 6.4184C7.79901 6.19652 8.18905 6.19361 8.46484 6.41139L13.8845 10.691C15.0336 11.5984 15.0395 13.3311 13.8965 14.2462C12.7603 15.1559 11.0637 14.7925 10.4104 13.4879L7.32944 7.33584C7.17208 7.02162 7.25399 6.64028 7.5265 6.4184Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-timer-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.79289 3.91789C5.18342 3.52737 5.81658 3.52737 6.20711 3.91789L7.20711 4.91789C7.59763 5.30842 7.59763 5.94158 7.20711 6.33211C6.81658 6.72263 6.18342 6.72263 5.79289 6.33211L4.79289 5.33211C4.40237 4.94158 4.40237 4.30842 4.79289 3.91789ZM20.2071 3.91789C20.5976 4.30842 20.5976 4.94158 20.2071 5.33211L19.2071 6.33211C18.8166 6.72263 18.1834 6.72263 17.7929 6.33211C17.4024 5.94158 17.4024 5.30842 17.7929 4.91789L18.7929 3.91789C19.1834 3.52737 19.8166 3.52737 20.2071 3.91789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.2071 8.41789C17.5976 8.80842 17.5976 9.44158 17.2071 9.83211L14.8276 12.2116C14.9388 12.4946 15 12.8029 15 13.125C15 14.5057 13.8807 15.625 12.5 15.625C11.1193 15.625 10 14.5057 10 13.125C10 11.7443 11.1193 10.625 12.5 10.625C12.8221 10.625 13.1304 10.6862 13.4134 10.7974L15.7929 8.41789C16.1834 8.02737 16.8166 8.02737 17.2071 8.41789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 2.125C9.5 1.57272 9.94772 1.125 10.5 1.125H14.5C15.0523 1.125 15.5 1.57272 15.5 2.125C15.5 2.67728 15.0523 3.125 14.5 3.125H13.5V3.625C13.5 4.17728 13.0523 4.625 12.5 4.625C11.9477 4.625 11.5 4.17728 11.5 3.625V3.125H10.5C9.94772 3.125 9.5 2.67728 9.5 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9773 5.325C8.94624 5.325 5.58436 8.36561 5.15317 12.2571C5.09387 12.7923 4.61091 13.1783 4.07444 13.1191C3.53798 13.0599 3.15116 12.5781 3.21046 12.0429C3.75155 7.15949 7.95376 3.375 12.9773 3.375C18.3746 3.375 22.75 7.74022 22.75 13.125C22.75 18.5098 18.3746 22.875 12.9773 22.875H2.22727C1.68754 22.875 1.25 22.4385 1.25 21.9C1.25 21.3615 1.68754 20.925 2.22727 20.925H12.9773C17.2951 20.925 20.7955 17.4328 20.7955 13.125C20.7955 8.81718 17.2951 5.325 12.9773 5.325ZM1.25 15.075C1.25 14.5365 1.68754 14.1 2.22727 14.1H5.15909C5.69882 14.1 6.13636 14.5365 6.13636 15.075C6.13636 15.6135 5.69882 16.05 5.15909 16.05H2.22727C1.68754 16.05 1.25 15.6135 1.25 15.075ZM1.25 18.4875C1.25 17.949 1.68754 17.5125 2.22727 17.5125H7.11364C7.65337 17.5125 8.09091 17.949 8.09091 18.4875C8.09091 19.026 7.65337 19.4625 7.11364 19.4625H2.22727C1.68754 19.4625 1.25 19.026 1.25 18.4875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.79289 3.91789C5.18342 3.52737 5.81658 3.52737 6.20711 3.91789L7.20711 4.91789C7.59763 5.30842 7.59763 5.94158 7.20711 6.33211C6.81658 6.72263 6.18342 6.72263 5.79289 6.33211L4.79289 5.33211C4.40237 4.94158 4.40237 4.30842 4.79289 3.91789ZM20.2071 3.91789C20.5976 4.30842 20.5976 4.94158 20.2071 5.33211L19.2071 6.33211C18.8166 6.72263 18.1834 6.72263 17.7929 6.33211C17.4024 5.94158 17.4024 5.30842 17.7929 4.91789L18.7929 3.91789C19.1834 3.52737 19.8166 3.52737 20.2071 3.91789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.2071 8.41789C17.5976 8.80842 17.5976 9.44158 17.2071 9.83211L14.8276 12.2116C14.9388 12.4946 15 12.8029 15 13.125C15 14.5057 13.8807 15.625 12.5 15.625C11.1193 15.625 10 14.5057 10 13.125C10 11.7443 11.1193 10.625 12.5 10.625C12.8221 10.625 13.1304 10.6862 13.4134 10.7974L15.7929 8.41789C16.1834 8.02737 16.8166 8.02737 17.2071 8.41789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 2.125C9.5 1.57272 9.94772 1.125 10.5 1.125H14.5C15.0523 1.125 15.5 1.57272 15.5 2.125C15.5 2.67728 15.0523 3.125 14.5 3.125H13.5V3.625C13.5 4.17728 13.0523 4.625 12.5 4.625C11.9477 4.625 11.5 4.17728 11.5 3.625V3.125H10.5C9.94772 3.125 9.5 2.67728 9.5 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9773 5.325C8.94624 5.325 5.58436 8.36561 5.15317 12.2571C5.09387 12.7923 4.61091 13.1783 4.07444 13.1191C3.53798 13.0599 3.15116 12.5781 3.21046 12.0429C3.75155 7.15949 7.95376 3.375 12.9773 3.375C18.3746 3.375 22.75 7.74022 22.75 13.125C22.75 18.5098 18.3746 22.875 12.9773 22.875H2.22727C1.68754 22.875 1.25 22.4385 1.25 21.9C1.25 21.3615 1.68754 20.925 2.22727 20.925H12.9773C17.2951 20.925 20.7955 17.4328 20.7955 13.125C20.7955 8.81718 17.2951 5.325 12.9773 5.325ZM1.25 15.075C1.25 14.5365 1.68754 14.1 2.22727 14.1H5.15909C5.69882 14.1 6.13636 14.5365 6.13636 15.075C6.13636 15.6135 5.69882 16.05 5.15909 16.05H2.22727C1.68754 16.05 1.25 15.6135 1.25 15.075ZM1.25 18.4875C1.25 17.949 1.68754 17.5125 2.22727 17.5125H7.11364C7.65337 17.5125 8.09091 17.949 8.09091 18.4875C8.09091 19.026 7.65337 19.4625 7.11364 19.4625H2.22727C1.68754 19.4625 1.25 19.026 1.25 18.4875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-watch-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.726 1.30122C14.2261 1.35643 14.7117 1.47931 15.1588 1.79218C15.6731 2.15218 16.0129 2.67117 16.2296 3.25599C16.3919 3.6941 16.5287 4.24114 16.6852 4.86738L16.6979 4.9179L16.9703 6.00747C16.975 6.02629 16.9791 6.04511 16.9827 6.06393C16.2767 5.47069 15.4633 5.00108 14.576 4.68844C14.4949 4.38091 14.4261 4.14492 14.3542 3.95099C14.2109 3.56418 14.1258 3.50721 14.0376 3.44818L14.0376 3.44817C14.0291 3.44248 14.0206 3.43676 14.012 3.43073C13.9425 3.38215 13.8251 3.32431 13.5066 3.28915C13.1647 3.25142 12.712 3.25001 12.0001 3.25001C11.2882 3.25001 10.8355 3.25142 10.4937 3.28915C10.1751 3.32431 10.0577 3.38215 9.98826 3.43073C9.97964 3.43676 9.97111 3.44248 9.9626 3.44817C9.87442 3.50721 9.78933 3.56419 9.64599 3.95099C9.57413 4.14488 9.5053 4.38082 9.4243 4.68825C8.53697 5.00081 7.72364 5.47032 7.01763 6.06346C7.02119 6.0448 7.0253 6.02613 7.02997 6.00747L7.30236 4.9179L7.31474 4.86838C7.47137 4.24171 7.60818 3.69433 7.77063 3.25599C7.98736 2.67117 8.32709 2.15218 8.84146 1.79218C9.28849 1.47931 9.77408 1.35643 10.2742 1.30122C10.7389 1.24994 11.3031 1.24997 11.9491 1.25L12.0001 1.25001L12.0512 1.25C12.6971 1.24997 13.2613 1.24994 13.726 1.30122ZM7.01758 17.9365C7.02115 17.9553 7.02528 17.974 7.02997 17.9928L7.31474 19.1319C7.47137 19.7585 7.60818 20.3059 7.77063 20.7443C7.94549 21.2161 8.18248 21.6574 8.59443 22.0152C9.06844 22.4269 9.65433 22.6306 10.2742 22.699C10.7389 22.7503 11.3031 22.7503 11.9491 22.7502L12.0001 22.7502L12.0512 22.7502C12.6971 22.7503 13.2613 22.7503 13.726 22.699C14.3459 22.6306 14.9318 22.4269 15.4058 22.0152C15.8177 21.6574 16.0547 21.2161 16.2296 20.7443C16.392 20.3059 16.5288 19.7585 16.6855 19.1319L16.6855 19.1319L16.6855 19.1318L16.9703 17.9928C16.975 17.9739 16.9791 17.9549 16.9827 17.936C16.2767 18.5293 15.4634 18.9989 14.576 19.3115C14.495 19.6192 14.4261 19.8553 14.3542 20.0493C14.2109 20.4361 14.1258 20.493 14.0376 20.5521C14.0291 20.5578 14.0206 20.5635 14.012 20.5695C13.9425 20.6181 13.8251 20.6759 13.5066 20.7111C13.1647 20.7488 12.712 20.7502 12.0001 20.7502C11.2882 20.7502 10.8355 20.7488 10.4937 20.7111C10.1751 20.6759 10.0577 20.6181 9.98826 20.5695C9.97971 20.5635 9.97123 20.5579 9.96279 20.5522L9.9626 20.5521C9.87443 20.493 9.78934 20.4361 9.64599 20.0493C9.57411 19.8553 9.50526 19.6193 9.42423 19.3117C8.5369 18.9992 7.72357 18.5296 7.01758 17.9365Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.25C7.71979 4.25 4.25 7.71979 4.25 12C4.25 16.2802 7.71979 19.75 12 19.75C16.2802 19.75 19.75 16.2802 19.75 12C19.75 7.71979 16.2802 4.25 12 4.25ZM13 10C13 9.44772 12.5523 9 12 9C11.4477 9 11 9.44772 11 10V12.005C11 12.2711 11.106 12.5262 11.2947 12.7139L12.2947 13.7089C12.6862 14.0984 13.3193 14.0968 13.7089 13.7053C14.0984 13.3138 14.0968 12.6807 13.7053 12.2911L13 11.5893V10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.726 1.30122C14.2261 1.35643 14.7117 1.47931 15.1588 1.79218C15.6731 2.15218 16.0129 2.67117 16.2296 3.25599C16.3919 3.6941 16.5287 4.24114 16.6852 4.86738L16.6979 4.9179L16.9703 6.00747C16.975 6.02629 16.9791 6.04511 16.9827 6.06393C16.2767 5.47069 15.4633 5.00108 14.576 4.68844C14.4949 4.38091 14.4261 4.14492 14.3542 3.95099C14.2109 3.56418 14.1258 3.50721 14.0376 3.44818L14.0376 3.44817C14.0291 3.44248 14.0206 3.43676 14.012 3.43073C13.9425 3.38215 13.8251 3.32431 13.5066 3.28915C13.1647 3.25142 12.712 3.25001 12.0001 3.25001C11.2882 3.25001 10.8355 3.25142 10.4937 3.28915C10.1751 3.32431 10.0577 3.38215 9.98826 3.43073C9.97964 3.43676 9.97111 3.44248 9.9626 3.44817C9.87442 3.50721 9.78933 3.56419 9.64599 3.95099C9.57413 4.14488 9.5053 4.38082 9.4243 4.68825C8.53697 5.00081 7.72364 5.47032 7.01763 6.06346C7.02119 6.0448 7.0253 6.02613 7.02997 6.00747L7.30236 4.9179L7.31474 4.86838C7.47137 4.24171 7.60818 3.69433 7.77063 3.25599C7.98736 2.67117 8.32709 2.15218 8.84146 1.79218C9.28849 1.47931 9.77408 1.35643 10.2742 1.30122C10.7389 1.24994 11.3031 1.24997 11.9491 1.25L12.0001 1.25001L12.0512 1.25C12.6971 1.24997 13.2613 1.24994 13.726 1.30122ZM7.01758 17.9365C7.02115 17.9553 7.02528 17.974 7.02997 17.9928L7.31474 19.1319C7.47137 19.7585 7.60818 20.3059 7.77063 20.7443C7.94549 21.2161 8.18248 21.6574 8.59443 22.0152C9.06844 22.4269 9.65433 22.6306 10.2742 22.699C10.7389 22.7503 11.3031 22.7503 11.9491 22.7502L12.0001 22.7502L12.0512 22.7502C12.6971 22.7503 13.2613 22.7503 13.726 22.699C14.3459 22.6306 14.9318 22.4269 15.4058 22.0152C15.8177 21.6574 16.0547 21.2161 16.2296 20.7443C16.392 20.3059 16.5288 19.7585 16.6855 19.1319L16.6855 19.1319L16.6855 19.1318L16.9703 17.9928C16.975 17.9739 16.9791 17.9549 16.9827 17.936C16.2767 18.5293 15.4634 18.9989 14.576 19.3115C14.495 19.6192 14.4261 19.8553 14.3542 20.0493C14.2109 20.4361 14.1258 20.493 14.0376 20.5521C14.0291 20.5578 14.0206 20.5635 14.012 20.5695C13.9425 20.6181 13.8251 20.6759 13.5066 20.7111C13.1647 20.7488 12.712 20.7502 12.0001 20.7502C11.2882 20.7502 10.8355 20.7488 10.4937 20.7111C10.1751 20.6759 10.0577 20.6181 9.98826 20.5695C9.97971 20.5635 9.97123 20.5579 9.96279 20.5522L9.9626 20.5521C9.87443 20.493 9.78934 20.4361 9.64599 20.0493C9.57411 19.8553 9.50526 19.6193 9.42423 19.3117C8.5369 18.9992 7.72357 18.5296 7.01758 17.9365Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.25C7.71979 4.25 4.25 7.71979 4.25 12C4.25 16.2802 7.71979 19.75 12 19.75C16.2802 19.75 19.75 16.2802 19.75 12C19.75 7.71979 16.2802 4.25 12 4.25ZM13 10C13 9.44772 12.5523 9 12 9C11.4477 9 11 9.44772 11 10V12.005C11 12.2711 11.106 12.5262 11.2947 12.7139L12.2947 13.7089C12.6862 14.0984 13.3193 14.0968 13.7089 13.7053C14.0984 13.3138 14.0968 12.6807 13.7053 12.2911L13 11.5893V10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-date-and-time-icons-watch-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0513 1.25001C12.6972 1.24998 13.2614 1.24995 13.7261 1.30124C14.2262 1.35644 14.7118 1.47932 15.1589 1.79219C15.6732 2.15219 16.013 2.67118 16.2297 3.256C16.3921 3.69411 16.5288 4.24115 16.6853 4.86739L16.698 4.91791L16.9213 5.81133C16.4703 5.57396 15.9593 5.44283 15.3917 5.36652C15.1854 5.33878 14.9657 5.31764 14.7323 5.30154C14.5739 4.66885 14.4679 4.25742 14.3543 3.951C14.211 3.5642 14.1259 3.50722 14.0377 3.44819L14.0377 3.44818C14.0292 3.44249 14.0207 3.43677 14.0121 3.43074C13.9426 3.38216 13.8252 3.32432 13.5067 3.28916C13.1648 3.25143 12.7121 3.25002 12.0002 3.25002C11.2883 3.25002 10.8356 3.25143 10.4938 3.28916C10.1752 3.32432 10.0578 3.38216 9.98837 3.43074C9.97974 3.43678 9.97121 3.44249 9.9627 3.44819C9.87453 3.50723 9.78944 3.5642 9.64609 3.951C9.53254 4.25741 9.42652 4.66884 9.26813 5.3015C9.03454 5.31762 8.81471 5.33876 8.60822 5.36652C8.04089 5.4428 7.53006 5.57385 7.07918 5.81104L7.30246 4.91791L7.31484 4.86839C7.47147 4.24173 7.60828 3.69434 7.77073 3.256C7.98746 2.67118 8.32719 2.15219 8.84157 1.79219C9.2886 1.47932 9.77418 1.35644 10.2743 1.30124C10.74 1.24984 11.3136 1.24992 11.9543 1.25001L12.0513 1.25001H12.0513ZM7.0791 18.1889L7.30246 19.0824L7.31487 19.132L7.31488 19.132C7.47149 19.7586 7.6083 20.306 7.77073 20.7443C7.98746 21.3291 8.32719 21.8481 8.84157 22.2081C9.2886 22.5209 9.77418 22.6438 10.2743 22.699C10.739 22.7503 11.3032 22.7503 11.9491 22.7503H11.9492H11.9492L12.0002 22.7503L12.0513 22.7503H12.0513H12.0513C12.6972 22.7503 13.2614 22.7503 13.7261 22.699C14.2262 22.6438 14.7118 22.5209 15.1589 22.2081C15.6732 21.8481 16.013 21.3291 16.2297 20.7443C16.3921 20.3059 16.5289 19.7586 16.6856 19.132L16.6856 19.1319L16.6856 19.1319L16.6856 19.1319L16.9214 18.1886C16.4704 18.426 15.9593 18.5572 15.3917 18.6335C15.1854 18.6612 14.9658 18.6824 14.7324 18.6985C14.5739 19.3313 14.4679 19.7428 14.3543 20.0493C14.211 20.4361 14.1259 20.493 14.0377 20.5521C14.0335 20.5549 14.0293 20.5577 14.0251 20.5606C14.0208 20.5635 14.0164 20.5665 14.0121 20.5695C13.9426 20.6181 13.8252 20.6759 13.5067 20.7111C13.1648 20.7488 12.7121 20.7503 12.0002 20.7503C11.2883 20.7503 10.8356 20.7488 10.4938 20.7111C10.1752 20.6759 10.0578 20.6181 9.98836 20.5695C9.97981 20.5635 9.97134 20.5579 9.96289 20.5522L9.9627 20.5521C9.87453 20.493 9.78944 20.4361 9.64609 20.0493C9.53252 19.7428 9.42649 19.3313 9.26806 18.6985C9.0345 18.6824 8.81469 18.6612 8.60822 18.6335C8.04086 18.5572 7.53001 18.4261 7.0791 18.1889Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0549 5.25H12.0549H12.0549H11.9451H11.9451H11.9451C10.5775 5.24998 9.47521 5.24996 8.60825 5.36652C7.70814 5.48754 6.95027 5.74643 6.34835 6.34835C5.74643 6.95027 5.48754 7.70814 5.36652 8.60825C5.24996 9.47521 5.24998 10.5775 5.25 11.9451V11.9451V11.9451V12.0549V12.0549V12.0549C5.24998 13.4225 5.24996 14.5248 5.36652 15.3918C5.48754 16.2919 5.74643 17.0497 6.34835 17.6517C6.95027 18.2536 7.70814 18.5125 8.60825 18.6335C9.47522 18.75 10.5775 18.75 11.9451 18.75H11.9451H11.9451H12.0549H12.0549H12.0549C13.4225 18.75 14.5248 18.75 15.3918 18.6335C16.2919 18.5125 17.0497 18.2536 17.6517 17.6517C18.2536 17.0497 18.5125 16.2919 18.6335 15.3918C18.75 14.5248 18.75 13.4225 18.75 12.0549V12.0549V12.0549V11.9451V11.9451V11.9451C18.75 10.5775 18.75 9.47522 18.6335 8.60825C18.5125 7.70814 18.2536 6.95027 17.6517 6.34835C17.0497 5.74643 16.2919 5.48754 15.3918 5.36652C14.5248 5.24996 13.4225 5.24998 12.0549 5.25ZM13 10C13 9.44772 12.5523 9 12 9C11.4477 9 11 9.44772 11 10V12.005C11 12.2711 11.1061 12.5262 11.2947 12.7139L12.2947 13.7089C12.6862 14.0984 13.3193 14.0968 13.7089 13.7053C14.0984 13.3138 14.0968 12.6807 13.7053 12.2911L13 11.5893V10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0513 1.25001C12.6972 1.24998 13.2614 1.24995 13.7261 1.30124C14.2262 1.35644 14.7118 1.47932 15.1589 1.79219C15.6732 2.15219 16.013 2.67118 16.2297 3.256C16.3921 3.69411 16.5288 4.24115 16.6853 4.86739L16.698 4.91791L16.9213 5.81133C16.4703 5.57396 15.9593 5.44283 15.3917 5.36652C15.1854 5.33878 14.9657 5.31764 14.7323 5.30154C14.5739 4.66885 14.4679 4.25742 14.3543 3.951C14.211 3.5642 14.1259 3.50722 14.0377 3.44819L14.0377 3.44818C14.0292 3.44249 14.0207 3.43677 14.0121 3.43074C13.9426 3.38216 13.8252 3.32432 13.5067 3.28916C13.1648 3.25143 12.7121 3.25002 12.0002 3.25002C11.2883 3.25002 10.8356 3.25143 10.4938 3.28916C10.1752 3.32432 10.0578 3.38216 9.98837 3.43074C9.97974 3.43678 9.97121 3.44249 9.9627 3.44819C9.87453 3.50723 9.78944 3.5642 9.64609 3.951C9.53254 4.25741 9.42652 4.66884 9.26813 5.3015C9.03454 5.31762 8.81471 5.33876 8.60822 5.36652C8.04089 5.4428 7.53006 5.57385 7.07918 5.81104L7.30246 4.91791L7.31484 4.86839C7.47147 4.24173 7.60828 3.69434 7.77073 3.256C7.98746 2.67118 8.32719 2.15219 8.84157 1.79219C9.2886 1.47932 9.77418 1.35644 10.2743 1.30124C10.74 1.24984 11.3136 1.24992 11.9543 1.25001L12.0513 1.25001H12.0513ZM7.0791 18.1889L7.30246 19.0824L7.31487 19.132L7.31488 19.132C7.47149 19.7586 7.6083 20.306 7.77073 20.7443C7.98746 21.3291 8.32719 21.8481 8.84157 22.2081C9.2886 22.5209 9.77418 22.6438 10.2743 22.699C10.739 22.7503 11.3032 22.7503 11.9491 22.7503H11.9492H11.9492L12.0002 22.7503L12.0513 22.7503H12.0513H12.0513C12.6972 22.7503 13.2614 22.7503 13.7261 22.699C14.2262 22.6438 14.7118 22.5209 15.1589 22.2081C15.6732 21.8481 16.013 21.3291 16.2297 20.7443C16.3921 20.3059 16.5289 19.7586 16.6856 19.132L16.6856 19.1319L16.6856 19.1319L16.6856 19.1319L16.9214 18.1886C16.4704 18.426 15.9593 18.5572 15.3917 18.6335C15.1854 18.6612 14.9658 18.6824 14.7324 18.6985C14.5739 19.3313 14.4679 19.7428 14.3543 20.0493C14.211 20.4361 14.1259 20.493 14.0377 20.5521C14.0335 20.5549 14.0293 20.5577 14.0251 20.5606C14.0208 20.5635 14.0164 20.5665 14.0121 20.5695C13.9426 20.6181 13.8252 20.6759 13.5067 20.7111C13.1648 20.7488 12.7121 20.7503 12.0002 20.7503C11.2883 20.7503 10.8356 20.7488 10.4938 20.7111C10.1752 20.6759 10.0578 20.6181 9.98836 20.5695C9.97981 20.5635 9.97134 20.5579 9.96289 20.5522L9.9627 20.5521C9.87453 20.493 9.78944 20.4361 9.64609 20.0493C9.53252 19.7428 9.42649 19.3313 9.26806 18.6985C9.0345 18.6824 8.81469 18.6612 8.60822 18.6335C8.04086 18.5572 7.53001 18.4261 7.0791 18.1889Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0549 5.25H12.0549H12.0549H11.9451H11.9451H11.9451C10.5775 5.24998 9.47521 5.24996 8.60825 5.36652C7.70814 5.48754 6.95027 5.74643 6.34835 6.34835C5.74643 6.95027 5.48754 7.70814 5.36652 8.60825C5.24996 9.47521 5.24998 10.5775 5.25 11.9451V11.9451V11.9451V12.0549V12.0549V12.0549C5.24998 13.4225 5.24996 14.5248 5.36652 15.3918C5.48754 16.2919 5.74643 17.0497 6.34835 17.6517C6.95027 18.2536 7.70814 18.5125 8.60825 18.6335C9.47522 18.75 10.5775 18.75 11.9451 18.75H11.9451H11.9451H12.0549H12.0549H12.0549C13.4225 18.75 14.5248 18.75 15.3918 18.6335C16.2919 18.5125 17.0497 18.2536 17.6517 17.6517C18.2536 17.0497 18.5125 16.2919 18.6335 15.3918C18.75 14.5248 18.75 13.4225 18.75 12.0549V12.0549V12.0549V11.9451V11.9451V11.9451C18.75 10.5775 18.75 9.47522 18.6335 8.60825C18.5125 7.70814 18.2536 6.95027 17.6517 6.34835C17.0497 5.74643 16.2919 5.48754 15.3918 5.36652C14.5248 5.24996 13.4225 5.24998 12.0549 5.25ZM13 10C13 9.44772 12.5523 9 12 9C11.4477 9 11 9.44772 11 10V12.005C11 12.2711 11.1061 12.5262 11.2947 12.7139L12.2947 13.7089C12.6862 14.0984 13.3193 14.0968 13.7089 13.7053C14.0984 13.3138 14.0968 12.6807 13.7053 12.2911L13 11.5893V10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-3d-view{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5.5C11.2933 5.5 10.6494 5.77835 9.8693 6.11558L8.99484 6.49251C8.23313 6.82066 7.56715 7.10758 7.09898 7.38918C6.66236 7.6518 6 8.13846 6 9V15C6 15.8615 6.66236 16.3482 7.09898 16.6108C7.56715 16.8924 8.23313 17.1793 8.99485 17.5075L9.86929 17.8844C10.6494 18.2216 11.2933 18.5 12 18.5C12.7067 18.5 13.3506 18.2216 14.1307 17.8844L15.0052 17.5075C15.7669 17.1793 16.4329 16.8924 16.901 16.6108C17.3376 16.3482 18 15.8615 18 15V9C18 8.13846 17.3376 7.6518 16.901 7.38918C16.4329 7.10758 15.7669 6.82067 15.0052 6.49251L14.1307 6.11558C13.3506 5.77835 12.7067 5.5 12 5.5ZM11 12.3308V16.1913L8 14.8128V11.0708L11 12.3308ZM13 16.1913V12.3308L16 11.0708V14.8128L13 16.1913Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.144 2.47715C10.1566 3.02929 9.71927 3.48712 9.16713 3.49974C6.47325 3.56134 5.32529 3.83879 4.58204 4.58204C3.83879 5.32529 3.56134 6.47325 3.49974 9.16713C3.48712 9.71927 3.02929 10.1566 2.47715 10.144C1.92501 10.1314 1.48764 9.67355 1.50027 9.12141C1.56017 6.50124 1.79034 4.54531 3.16782 3.16782C4.54531 1.79034 6.50124 1.56017 9.12141 1.50027C9.67355 1.48764 10.1314 1.92501 10.144 2.47715ZM13.856 2.47715C13.8686 1.92501 14.3265 1.48764 14.8786 1.50027C17.4988 1.56017 19.4547 1.79034 20.8322 3.16782C22.2097 4.54531 22.4398 6.50124 22.4997 9.12141C22.5124 9.67355 22.075 10.1314 21.5229 10.144C20.9707 10.1566 20.5129 9.71927 20.5003 9.16713C20.4387 6.47325 20.1612 5.32529 19.418 4.58204C18.6747 3.83879 17.5268 3.56134 14.8329 3.49974C14.2807 3.48712 13.8434 3.02929 13.856 2.47715ZM21.5229 13.856C22.075 13.8686 22.5124 14.3264 22.4997 14.8786C22.4398 17.4988 22.2097 19.4547 20.8322 20.8322C19.4547 22.2097 17.4988 22.4398 14.8786 22.4997C14.3265 22.5124 13.8686 22.075 13.856 21.5229C13.8434 20.9707 14.2807 20.5129 14.8329 20.5003C17.5268 20.4387 18.6747 20.1612 19.418 19.418C20.1612 18.6747 20.4387 17.5268 20.5003 14.8329C20.5129 14.2807 20.9707 13.8434 21.5229 13.856ZM2.47715 13.856C3.02929 13.8434 3.48712 14.2807 3.49974 14.8329C3.56134 17.5268 3.83879 18.6747 4.58204 19.418C5.32529 20.1612 6.47325 20.4387 9.16713 20.5003C9.71927 20.5129 10.1566 20.9707 10.144 21.5229C10.1314 22.075 9.67355 22.5124 9.12141 22.4997C6.50124 22.4398 4.54531 22.2097 3.16782 20.8322C1.79034 19.4547 1.56017 17.4988 1.50027 14.8786C1.48764 14.3265 1.92501 13.8686 2.47715 13.856Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5.5C11.2933 5.5 10.6494 5.77835 9.8693 6.11558L8.99484 6.49251C8.23313 6.82066 7.56715 7.10758 7.09898 7.38918C6.66236 7.6518 6 8.13846 6 9V15C6 15.8615 6.66236 16.3482 7.09898 16.6108C7.56715 16.8924 8.23313 17.1793 8.99485 17.5075L9.86929 17.8844C10.6494 18.2216 11.2933 18.5 12 18.5C12.7067 18.5 13.3506 18.2216 14.1307 17.8844L15.0052 17.5075C15.7669 17.1793 16.4329 16.8924 16.901 16.6108C17.3376 16.3482 18 15.8615 18 15V9C18 8.13846 17.3376 7.6518 16.901 7.38918C16.4329 7.10758 15.7669 6.82067 15.0052 6.49251L14.1307 6.11558C13.3506 5.77835 12.7067 5.5 12 5.5ZM11 12.3308V16.1913L8 14.8128V11.0708L11 12.3308ZM13 16.1913V12.3308L16 11.0708V14.8128L13 16.1913Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.144 2.47715C10.1566 3.02929 9.71927 3.48712 9.16713 3.49974C6.47325 3.56134 5.32529 3.83879 4.58204 4.58204C3.83879 5.32529 3.56134 6.47325 3.49974 9.16713C3.48712 9.71927 3.02929 10.1566 2.47715 10.144C1.92501 10.1314 1.48764 9.67355 1.50027 9.12141C1.56017 6.50124 1.79034 4.54531 3.16782 3.16782C4.54531 1.79034 6.50124 1.56017 9.12141 1.50027C9.67355 1.48764 10.1314 1.92501 10.144 2.47715ZM13.856 2.47715C13.8686 1.92501 14.3265 1.48764 14.8786 1.50027C17.4988 1.56017 19.4547 1.79034 20.8322 3.16782C22.2097 4.54531 22.4398 6.50124 22.4997 9.12141C22.5124 9.67355 22.075 10.1314 21.5229 10.144C20.9707 10.1566 20.5129 9.71927 20.5003 9.16713C20.4387 6.47325 20.1612 5.32529 19.418 4.58204C18.6747 3.83879 17.5268 3.56134 14.8329 3.49974C14.2807 3.48712 13.8434 3.02929 13.856 2.47715ZM21.5229 13.856C22.075 13.8686 22.5124 14.3264 22.4997 14.8786C22.4398 17.4988 22.2097 19.4547 20.8322 20.8322C19.4547 22.2097 17.4988 22.4398 14.8786 22.4997C14.3265 22.5124 13.8686 22.075 13.856 21.5229C13.8434 20.9707 14.2807 20.5129 14.8329 20.5003C17.5268 20.4387 18.6747 20.1612 19.418 19.418C20.1612 18.6747 20.4387 17.5268 20.5003 14.8329C20.5129 14.2807 20.9707 13.8434 21.5229 13.856ZM2.47715 13.856C3.02929 13.8434 3.48712 14.2807 3.49974 14.8329C3.56134 17.5268 3.83879 18.6747 4.58204 19.418C5.32529 20.1612 6.47325 20.4387 9.16713 20.5003C9.71927 20.5129 10.1566 20.9707 10.144 21.5229C10.1314 22.075 9.67355 22.5124 9.12141 22.4997C6.50124 22.4398 4.54531 22.2097 3.16782 20.8322C1.79034 19.4547 1.56017 17.4988 1.50027 14.8786C1.48764 14.3265 1.92501 13.8686 2.47715 13.856Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-airdrop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C7.02944 3 3 7.02944 3 12C3 14.0276 3.66932 15.8961 4.79949 17.4003C5.13124 17.8418 5.04222 18.4687 4.60067 18.8005C4.15913 19.1322 3.53225 19.0432 3.20051 18.6017C1.81903 16.7629 1 14.4757 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 14.4757 22.181 16.7629 20.7995 18.6017C20.4678 19.0432 19.8409 19.1322 19.3993 18.8005C18.9578 18.4687 18.8688 17.8418 19.2005 17.4003C20.3307 15.8961 21 14.0276 21 12C21 7.02944 16.9706 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C9.23858 7 7 9.23858 7 12C7 13.2812 7.48059 14.4478 8.27292 15.3331C8.64125 15.7446 8.60623 16.3768 8.1947 16.7451C7.78317 17.1135 7.15098 17.0784 6.78265 16.6669C5.67482 15.4291 5 13.7922 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 13.7922 18.3252 15.4291 17.2173 16.6669C16.849 17.0784 16.2168 17.1135 15.8053 16.7451C15.3938 16.3768 15.3588 15.7446 15.7271 15.3331C16.5194 14.4478 17 13.2812 17 12C17 9.23858 14.7614 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4007 15.5845C11.7927 15.4718 12.2074 15.4718 12.5993 15.5845C13.0591 15.7166 13.3984 16.0242 13.6881 16.3619C13.9694 16.6897 14.2772 17.1362 14.6427 17.6664L14.6427 17.6664L14.6911 17.7366C15.1825 18.4493 15.5857 19.0342 15.8489 19.5188C16.1128 20.0048 16.3184 20.5314 16.2287 21.0949C16.1549 21.5587 15.9417 21.9906 15.6148 22.3282C15.2121 22.744 14.6616 22.8794 14.1221 22.9399C13.5854 23 12.8891 23 12.0463 23H11.9538C11.111 23 10.4147 23 9.87796 22.9399C9.33849 22.8794 8.78793 22.744 8.38525 22.3282C8.05835 21.9906 7.8452 21.5587 7.77136 21.0949C7.68164 20.5314 7.88726 20.0048 8.15115 19.5188C8.41433 19.0342 8.81757 18.4493 9.30898 17.7366L9.33409 17.7002L9.35734 17.6664L9.35735 17.6664C9.72284 17.1362 10.0307 16.6897 10.3119 16.3619C10.6016 16.0242 10.9409 15.7166 11.4007 15.5845Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C7.02944 3 3 7.02944 3 12C3 14.0276 3.66932 15.8961 4.79949 17.4003C5.13124 17.8418 5.04222 18.4687 4.60067 18.8005C4.15913 19.1322 3.53225 19.0432 3.20051 18.6017C1.81903 16.7629 1 14.4757 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 14.4757 22.181 16.7629 20.7995 18.6017C20.4678 19.0432 19.8409 19.1322 19.3993 18.8005C18.9578 18.4687 18.8688 17.8418 19.2005 17.4003C20.3307 15.8961 21 14.0276 21 12C21 7.02944 16.9706 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C9.23858 7 7 9.23858 7 12C7 13.2812 7.48059 14.4478 8.27292 15.3331C8.64125 15.7446 8.60623 16.3768 8.1947 16.7451C7.78317 17.1135 7.15098 17.0784 6.78265 16.6669C5.67482 15.4291 5 13.7922 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 13.7922 18.3252 15.4291 17.2173 16.6669C16.849 17.0784 16.2168 17.1135 15.8053 16.7451C15.3938 16.3768 15.3588 15.7446 15.7271 15.3331C16.5194 14.4478 17 13.2812 17 12C17 9.23858 14.7614 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4007 15.5845C11.7927 15.4718 12.2074 15.4718 12.5993 15.5845C13.0591 15.7166 13.3984 16.0242 13.6881 16.3619C13.9694 16.6897 14.2772 17.1362 14.6427 17.6664L14.6427 17.6664L14.6911 17.7366C15.1825 18.4493 15.5857 19.0342 15.8489 19.5188C16.1128 20.0048 16.3184 20.5314 16.2287 21.0949C16.1549 21.5587 15.9417 21.9906 15.6148 22.3282C15.2121 22.744 14.6616 22.8794 14.1221 22.9399C13.5854 23 12.8891 23 12.0463 23H11.9538C11.111 23 10.4147 23 9.87796 22.9399C9.33849 22.8794 8.78793 22.744 8.38525 22.3282C8.05835 21.9906 7.8452 21.5587 7.77136 21.0949C7.68164 20.5314 7.88726 20.0048 8.15115 19.5188C8.41433 19.0342 8.81757 18.4493 9.30898 17.7366L9.33409 17.7002L9.35734 17.6664L9.35735 17.6664C9.72284 17.1362 10.0307 16.6897 10.3119 16.3619C10.6016 16.0242 10.9409 15.7166 11.4007 15.5845Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-airplane-mode-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.29289 2.29289C2.68342 1.90237 3.31658 1.90237 3.70711 2.29289L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L2.29289 3.70711C1.90237 3.31658 1.90237 2.68342 2.29289 2.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.78523 11.9122L7.38354 9.7388C7.98737 9.37467 8.2893 9.19259 8.49771 8.94287C8.60087 8.81927 8.79246 8.79247 8.9063 8.90631L14.308 14.308C14.3728 14.3728 14.4044 14.4635 14.3939 14.5545L14.1787 16.4235C14.0759 17.3157 14.0246 17.7617 14.1731 18.1703C14.521 19.1273 15.7023 19.911 16.4237 20.6071C16.8224 20.9918 17.2575 22.0979 16.8029 22.6009C16.5222 22.9115 16.0663 22.6594 15.7525 22.5383L12.7314 21.3723C12.3702 21.2329 12.1895 21.1632 11.9999 21.1632C11.8102 21.1632 11.6296 21.2329 11.2683 21.3723L8.24723 22.5383C7.93344 22.6594 7.47752 22.9115 7.19683 22.6009C6.7422 22.0979 7.17734 20.9918 7.57603 20.6071C8.29746 19.911 9.47869 19.1273 9.8266 18.1703C9.97515 17.7617 9.92378 17.3156 9.82105 16.4235L9.57597 14.2954C9.55554 14.118 9.38565 13.9976 9.21152 14.0371L3.22781 15.3956C2.57394 15.544 2.2498 15.3491 2.25 14.622C2.25037 13.2869 2.6841 12.5773 3.78523 11.9122Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.2148 11.9121L16.6162 9.7388C16.0124 9.37467 15.7104 9.19259 15.502 8.94287C14.6 7.86213 15.3943 6.26589 15.2598 5.00912C15.1206 3.70822 13.8704 1.92895 12.6102 1.37733C12.2223 1.20756 11.7774 1.20756 11.3895 1.37733C10.1293 1.92895 8.8791 3.70822 8.73988 5.00912C8.73807 5.02603 8.73643 5.043 8.73495 5.06003C8.7277 5.14348 8.76038 5.22485 8.81961 5.28408L18.3292 14.7937C18.3692 14.8337 18.4198 14.8616 18.4749 14.8741L20.7723 15.3957C21.4259 15.5441 21.75 15.3492 21.75 14.6224C21.75 13.2871 21.3162 12.5772 20.2148 11.9121Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.29289 2.29289C2.68342 1.90237 3.31658 1.90237 3.70711 2.29289L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L2.29289 3.70711C1.90237 3.31658 1.90237 2.68342 2.29289 2.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.78523 11.9122L7.38354 9.7388C7.98737 9.37467 8.2893 9.19259 8.49771 8.94287C8.60087 8.81927 8.79246 8.79247 8.9063 8.90631L14.308 14.308C14.3728 14.3728 14.4044 14.4635 14.3939 14.5545L14.1787 16.4235C14.0759 17.3157 14.0246 17.7617 14.1731 18.1703C14.521 19.1273 15.7023 19.911 16.4237 20.6071C16.8224 20.9918 17.2575 22.0979 16.8029 22.6009C16.5222 22.9115 16.0663 22.6594 15.7525 22.5383L12.7314 21.3723C12.3702 21.2329 12.1895 21.1632 11.9999 21.1632C11.8102 21.1632 11.6296 21.2329 11.2683 21.3723L8.24723 22.5383C7.93344 22.6594 7.47752 22.9115 7.19683 22.6009C6.7422 22.0979 7.17734 20.9918 7.57603 20.6071C8.29746 19.911 9.47869 19.1273 9.8266 18.1703C9.97515 17.7617 9.92378 17.3156 9.82105 16.4235L9.57597 14.2954C9.55554 14.118 9.38565 13.9976 9.21152 14.0371L3.22781 15.3956C2.57394 15.544 2.2498 15.3491 2.25 14.622C2.25037 13.2869 2.6841 12.5773 3.78523 11.9122Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.2148 11.9121L16.6162 9.7388C16.0124 9.37467 15.7104 9.19259 15.502 8.94287C14.6 7.86213 15.3943 6.26589 15.2598 5.00912C15.1206 3.70822 13.8704 1.92895 12.6102 1.37733C12.2223 1.20756 11.7774 1.20756 11.3895 1.37733C10.1293 1.92895 8.8791 3.70822 8.73988 5.00912C8.73807 5.02603 8.73643 5.043 8.73495 5.06003C8.7277 5.14348 8.76038 5.22485 8.81961 5.28408L18.3292 14.7937C18.3692 14.8337 18.4198 14.8616 18.4749 14.8741L20.7723 15.3957C21.4259 15.5441 21.75 15.3492 21.75 14.6224C21.75 13.2871 21.3162 12.5772 20.2148 11.9121Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-airplane-mode{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.78524 11.9122L7.38354 9.7388C7.98738 9.37467 8.2893 9.19259 8.49772 8.94287C9.39969 7.86213 8.60539 6.26589 8.73989 5.00912C8.87911 3.70822 10.1293 1.92895 11.3895 1.37733C11.7774 1.20756 12.2223 1.20756 12.6102 1.37733C13.8704 1.92895 15.1206 3.70822 15.2598 5.00912C15.3943 6.26589 14.6 7.86213 15.502 8.94287C15.7104 9.19259 16.0124 9.37467 16.6162 9.7388L20.2148 11.9121C21.3162 12.5772 21.75 13.2871 21.75 14.6224C21.75 15.3492 21.4259 15.5441 20.7723 15.3957L14.462 13.9631L14.1787 16.4235C14.0759 17.3157 14.0246 17.7617 14.1731 18.1703C14.521 19.1273 15.7023 19.911 16.4237 20.6071C16.8224 20.9918 17.2575 22.0979 16.8029 22.6009C16.5222 22.9115 16.0663 22.6594 15.7525 22.5383L12.7314 21.3723C12.3702 21.2329 12.1895 21.1632 11.9999 21.1632C11.8102 21.1632 11.6296 21.2329 11.2683 21.3723L8.24724 22.5383C7.93345 22.6594 7.47752 22.9115 7.19684 22.6009C6.74221 22.0979 7.17734 20.9918 7.57604 20.6071C8.29746 19.911 9.4787 19.1273 9.82661 18.1703C9.97516 17.7617 9.92379 17.3157 9.82105 16.4235L9.53771 13.9631L3.22782 15.3956C2.57395 15.544 2.24981 15.3491 2.25001 14.622C2.25037 13.2869 2.6841 12.5773 3.78524 11.9122Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.78524 11.9122L7.38354 9.7388C7.98738 9.37467 8.2893 9.19259 8.49772 8.94287C9.39969 7.86213 8.60539 6.26589 8.73989 5.00912C8.87911 3.70822 10.1293 1.92895 11.3895 1.37733C11.7774 1.20756 12.2223 1.20756 12.6102 1.37733C13.8704 1.92895 15.1206 3.70822 15.2598 5.00912C15.3943 6.26589 14.6 7.86213 15.502 8.94287C15.7104 9.19259 16.0124 9.37467 16.6162 9.7388L20.2148 11.9121C21.3162 12.5772 21.75 13.2871 21.75 14.6224C21.75 15.3492 21.4259 15.5441 20.7723 15.3957L14.462 13.9631L14.1787 16.4235C14.0759 17.3157 14.0246 17.7617 14.1731 18.1703C14.521 19.1273 15.7023 19.911 16.4237 20.6071C16.8224 20.9918 17.2575 22.0979 16.8029 22.6009C16.5222 22.9115 16.0663 22.6594 15.7525 22.5383L12.7314 21.3723C12.3702 21.2329 12.1895 21.1632 11.9999 21.1632C11.8102 21.1632 11.6296 21.2329 11.2683 21.3723L8.24724 22.5383C7.93345 22.6594 7.47752 22.9115 7.19684 22.6009C6.74221 22.0979 7.17734 20.9918 7.57604 20.6071C8.29746 19.911 9.4787 19.1273 9.82661 18.1703C9.97516 17.7617 9.92379 17.3157 9.82105 16.4235L9.53771 13.9631L3.22782 15.3956C2.57395 15.544 2.24981 15.3491 2.25001 14.622C2.25037 13.2869 2.6841 12.5773 3.78524 11.9122Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-airplay-line{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.91499 17.2661C10.1081 15.5762 10.7046 14.7312 11.5143 14.5528C11.8336 14.4824 12.1664 14.4824 12.4857 14.5528C13.2954 14.7312 13.8919 15.5762 15.085 17.2661C16.4811 19.2436 17.1791 20.2324 16.9605 21.0425C16.875 21.3594 16.7031 21.651 16.4611 21.8897C15.8425 22.5 14.5617 22.5 12 22.5C9.43831 22.5 8.15747 22.5 7.5389 21.8897C7.29691 21.651 7.12502 21.3594 7.03949 21.0425C6.82085 20.2324 7.5189 19.2436 8.91499 17.2661Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0732 1.5C15.8966 1.49997 17.3664 1.49995 18.5223 1.65658C19.7225 1.81921 20.733 2.1671 21.5355 2.97595C22.3381 3.7848 22.6833 4.80322 22.8446 6.01277C23.0001 7.17779 23 8.65909 23 10.4969V10.6443C23 12.4821 23.0001 13.9633 22.8446 15.1282C22.6833 16.3378 22.3381 17.3561 21.5355 18.1649C20.733 18.9738 19.7225 19.3217 18.5223 19.4843C18.4226 19.4978 18.3727 19.5046 18.3271 19.4966C18.2631 19.4853 18.2084 19.4561 18.1632 19.4091C18.131 19.3756 18.1056 19.3243 18.0547 19.2217C18.0196 19.1509 17.9839 19.0821 17.9481 19.0153C17.8594 18.8498 17.7587 18.6767 17.6478 18.496C17.3989 18.0907 17.2744 17.888 17.3457 17.7387C17.4169 17.5894 17.6548 17.5605 18.1305 17.5027C18.1728 17.4976 18.2146 17.4922 18.2558 17.4866C19.2342 17.3541 19.7523 17.1116 20.1213 16.7397C20.4904 16.3677 20.7309 15.8456 20.8625 14.8597C20.9979 13.8447 21 12.4995 21 10.5706C21 8.64167 20.9979 7.29638 20.8625 6.28135C20.7309 5.2953 20.4903 4.77314 20.1213 4.40123C19.7523 4.02931 19.2342 3.78683 18.2558 3.65426C17.2487 3.5178 15.9139 3.51566 14 3.51566H10C8.08611 3.51566 6.7513 3.5178 5.74416 3.65426C4.7658 3.78683 4.2477 4.02931 3.87869 4.40122C3.50967 4.77314 3.26907 5.2953 3.13753 6.28135C3.00213 7.29638 3 8.64167 3 10.5706C3 12.4995 3.00213 13.8447 3.13753 14.8597C3.26907 15.8456 3.50965 16.3677 3.87869 16.7397C4.24771 17.1116 4.7658 17.3541 5.74416 17.4866C5.7854 17.4922 5.82719 17.4976 5.86954 17.5027C6.34524 17.5605 6.58309 17.5894 6.65433 17.7387C6.72558 17.888 6.60111 18.0907 6.35217 18.496C6.24125 18.6767 6.1406 18.8498 6.05191 19.0153C6.01612 19.0821 5.98039 19.1509 5.9453 19.2217C5.89444 19.3243 5.86901 19.3756 5.83678 19.4091C5.7916 19.4561 5.73687 19.4853 5.67291 19.4966C5.62728 19.5046 5.57741 19.4978 5.47766 19.4843C4.27752 19.3217 3.26702 18.9738 2.46446 18.1649C1.66192 17.3561 1.31673 16.3378 1.15537 15.1282C0.999952 13.9633 0.999974 12.482 1 10.6443V10.4968C0.999974 8.65906 0.999952 7.17778 1.15537 6.01277C1.31672 4.80322 1.66191 3.7848 2.46446 2.97595C3.26702 2.1671 4.27752 1.81921 5.47766 1.65658C6.63362 1.49995 8.10339 1.49997 9.92684 1.5H14.0732Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.91499 17.2661C10.1081 15.5762 10.7046 14.7312 11.5143 14.5528C11.8336 14.4824 12.1664 14.4824 12.4857 14.5528C13.2954 14.7312 13.8919 15.5762 15.085 17.2661C16.4811 19.2436 17.1791 20.2324 16.9605 21.0425C16.875 21.3594 16.7031 21.651 16.4611 21.8897C15.8425 22.5 14.5617 22.5 12 22.5C9.43831 22.5 8.15747 22.5 7.5389 21.8897C7.29691 21.651 7.12502 21.3594 7.03949 21.0425C6.82085 20.2324 7.5189 19.2436 8.91499 17.2661Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0732 1.5C15.8966 1.49997 17.3664 1.49995 18.5223 1.65658C19.7225 1.81921 20.733 2.1671 21.5355 2.97595C22.3381 3.7848 22.6833 4.80322 22.8446 6.01277C23.0001 7.17779 23 8.65909 23 10.4969V10.6443C23 12.4821 23.0001 13.9633 22.8446 15.1282C22.6833 16.3378 22.3381 17.3561 21.5355 18.1649C20.733 18.9738 19.7225 19.3217 18.5223 19.4843C18.4226 19.4978 18.3727 19.5046 18.3271 19.4966C18.2631 19.4853 18.2084 19.4561 18.1632 19.4091C18.131 19.3756 18.1056 19.3243 18.0547 19.2217C18.0196 19.1509 17.9839 19.0821 17.9481 19.0153C17.8594 18.8498 17.7587 18.6767 17.6478 18.496C17.3989 18.0907 17.2744 17.888 17.3457 17.7387C17.4169 17.5894 17.6548 17.5605 18.1305 17.5027C18.1728 17.4976 18.2146 17.4922 18.2558 17.4866C19.2342 17.3541 19.7523 17.1116 20.1213 16.7397C20.4904 16.3677 20.7309 15.8456 20.8625 14.8597C20.9979 13.8447 21 12.4995 21 10.5706C21 8.64167 20.9979 7.29638 20.8625 6.28135C20.7309 5.2953 20.4903 4.77314 20.1213 4.40123C19.7523 4.02931 19.2342 3.78683 18.2558 3.65426C17.2487 3.5178 15.9139 3.51566 14 3.51566H10C8.08611 3.51566 6.7513 3.5178 5.74416 3.65426C4.7658 3.78683 4.2477 4.02931 3.87869 4.40122C3.50967 4.77314 3.26907 5.2953 3.13753 6.28135C3.00213 7.29638 3 8.64167 3 10.5706C3 12.4995 3.00213 13.8447 3.13753 14.8597C3.26907 15.8456 3.50965 16.3677 3.87869 16.7397C4.24771 17.1116 4.7658 17.3541 5.74416 17.4866C5.7854 17.4922 5.82719 17.4976 5.86954 17.5027C6.34524 17.5605 6.58309 17.5894 6.65433 17.7387C6.72558 17.888 6.60111 18.0907 6.35217 18.496C6.24125 18.6767 6.1406 18.8498 6.05191 19.0153C6.01612 19.0821 5.98039 19.1509 5.9453 19.2217C5.89444 19.3243 5.86901 19.3756 5.83678 19.4091C5.7916 19.4561 5.73687 19.4853 5.67291 19.4966C5.62728 19.5046 5.57741 19.4978 5.47766 19.4843C4.27752 19.3217 3.26702 18.9738 2.46446 18.1649C1.66192 17.3561 1.31673 16.3378 1.15537 15.1282C0.999952 13.9633 0.999974 12.482 1 10.6443V10.4968C0.999974 8.65906 0.999952 7.17778 1.15537 6.01277C1.31672 4.80322 1.66191 3.7848 2.46446 2.97595C3.26702 2.1671 4.27752 1.81921 5.47766 1.65658C6.63362 1.49995 8.10339 1.49997 9.92684 1.5H14.0732Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-airpod-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.75211 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.9015 6.90442 1.87709 7.1306 1.85662 7.36695C1.83129 7.65935 1.81862 7.80554 1.90779 7.90277C1.99696 8 2.14686 8 2.44664 8H5.7464C5.94136 8 6.03883 8 6.11047 7.95663C6.1821 7.91326 6.23476 7.81261 6.34008 7.61129C6.84112 6.65357 7.84423 6 9 6H15C16.1558 6 17.1589 6.65357 17.6599 7.61129C17.7652 7.81261 17.8179 7.91326 17.8895 7.95663C17.9612 8 18.0586 8 18.2536 8H21.5534C21.8531 8 22.003 8 22.0922 7.90277C22.1814 7.80554 22.1687 7.65935 22.1434 7.36695C22.1229 7.1306 22.0985 6.90442 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM22.2482 10.5943C22.247 10.3147 22.2465 10.1748 22.1587 10.0874C22.0709 10 21.9306 10 21.65 10H18.2536C18.0586 10 17.9612 10 17.8895 10.0434C17.8179 10.0867 17.7652 10.1874 17.6599 10.3887C17.1589 11.3464 16.1558 12 15 12H9C7.84423 12 6.84112 11.3464 6.34008 10.3887C6.23476 10.1874 6.1821 10.0867 6.11047 10.0434C6.03883 10 5.94136 10 5.7464 10H2.35004C2.06943 10 1.92912 10 1.84133 10.0874C1.75354 10.1748 1.75296 10.3147 1.75179 10.5943C1.74999 11.0227 1.75 11.4719 1.75 11.9428V11.9428V12.0572V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03143 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 11.4719 22.25 11.0227 22.2482 10.5943ZM8 9C8 8.44772 8.44771 8 9 8H15C15.5523 8 16 8.44772 16 9C16 9.55228 15.5523 10 15 10H9C8.44771 10 8 9.55228 8 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.75211 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.9015 6.90442 1.87709 7.1306 1.85662 7.36695C1.83129 7.65935 1.81862 7.80554 1.90779 7.90277C1.99696 8 2.14686 8 2.44664 8H5.7464C5.94136 8 6.03883 8 6.11047 7.95663C6.1821 7.91326 6.23476 7.81261 6.34008 7.61129C6.84112 6.65357 7.84423 6 9 6H15C16.1558 6 17.1589 6.65357 17.6599 7.61129C17.7652 7.81261 17.8179 7.91326 17.8895 7.95663C17.9612 8 18.0586 8 18.2536 8H21.5534C21.8531 8 22.003 8 22.0922 7.90277C22.1814 7.80554 22.1687 7.65935 22.1434 7.36695C22.1229 7.1306 22.0985 6.90442 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM22.2482 10.5943C22.247 10.3147 22.2465 10.1748 22.1587 10.0874C22.0709 10 21.9306 10 21.65 10H18.2536C18.0586 10 17.9612 10 17.8895 10.0434C17.8179 10.0867 17.7652 10.1874 17.6599 10.3887C17.1589 11.3464 16.1558 12 15 12H9C7.84423 12 6.84112 11.3464 6.34008 10.3887C6.23476 10.1874 6.1821 10.0867 6.11047 10.0434C6.03883 10 5.94136 10 5.7464 10H2.35004C2.06943 10 1.92912 10 1.84133 10.0874C1.75354 10.1748 1.75296 10.3147 1.75179 10.5943C1.74999 11.0227 1.75 11.4719 1.75 11.9428V11.9428V12.0572V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03143 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 11.4719 22.25 11.0227 22.2482 10.5943ZM8 9C8 8.44772 8.44771 8 9 8H15C15.5523 8 16 8.44772 16 9C16 9.55228 15.5523 10 15 10H9C8.44771 10 8 9.55228 8 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-airpod-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.183 3.90482 21.5376 4.54273 21.7716 5.28748C21.8695 5.59919 21.9184 5.75505 21.8285 5.87752C21.7386 6 21.5652 6 21.2183 6H2.78168C2.43481 6 2.26137 6 2.17146 5.87752C2.08156 5.75505 2.13051 5.59919 2.22842 5.28748C2.46236 4.54273 2.81701 3.90482 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75211 1.74999 11.9428 1.75H11.9428H12.0572ZM17.9927 8.59672C17.9976 8.3136 18.0001 8.17205 18.0876 8.08602C18.1752 8 18.3155 8 18.5961 8H21.6207C21.8903 8 22.025 8 22.1122 8.084C22.1993 8.168 22.2042 8.30084 22.214 8.56653C22.25 9.54391 22.25 10.6632 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03143 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 10.6632 1.74999 9.54391 1.78598 8.56653C1.79576 8.30084 1.80066 8.168 1.88781 8.084C1.97496 8 2.10973 8 2.37928 8H5.4039C5.68452 8 5.82483 8 5.91237 8.08602C5.99991 8.17205 6.00238 8.3136 6.00733 8.59672C6.01509 9.04132 6.03106 9.53538 6.06383 9.77915C6.13366 10.2985 6.29579 10.8313 6.73223 11.2678C7.16867 11.7042 7.70148 11.8663 8.22084 11.9362C8.69655 12.0001 9.28426 12.0001 9.93839 12L10 12L14.0616 12C14.7157 12.0001 15.3034 12.0001 15.7792 11.9362C16.2985 11.8663 16.8313 11.7042 17.2678 11.2678C17.7042 10.8313 17.8663 10.2985 17.9362 9.77915C17.9689 9.53538 17.9849 9.04132 17.9927 8.59672ZM8.60453 8C8.31937 8 8.17679 8 8.08862 8.08965C8.00046 8.1793 8.00283 8.32069 8.00757 8.60347C8.01383 8.97738 8.02524 9.35829 8.046 9.51266C8.08456 9.7995 8.13941 9.8474 8.14592 9.85308L8.14692 9.85407C8.1526 9.86058 8.20049 9.91543 8.48734 9.954C8.81369 9.99787 9.26462 10 10 10H14C14.7354 10 15.1863 9.99787 15.5127 9.954C15.7995 9.91543 15.8474 9.86058 15.8531 9.85407L15.8541 9.85308C15.8606 9.8474 15.9154 9.7995 15.954 9.51266C15.9748 9.35829 15.9862 8.97738 15.9924 8.60347C15.9972 8.32069 15.9995 8.1793 15.9114 8.08965C15.8232 8 15.6806 8 15.3955 8H8.60453ZM11.9955 13C11.4457 13 11 13.4477 11 14C11 14.5523 11.4457 15 11.9955 15H12.0045C12.5543 15 13 14.5523 13 14C13 13.4477 12.5543 13 12.0045 13H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.183 3.90482 21.5376 4.54273 21.7716 5.28748C21.8695 5.59919 21.9184 5.75505 21.8285 5.87752C21.7386 6 21.5652 6 21.2183 6H2.78168C2.43481 6 2.26137 6 2.17146 5.87752C2.08156 5.75505 2.13051 5.59919 2.22842 5.28748C2.46236 4.54273 2.81701 3.90482 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75211 1.74999 11.9428 1.75H11.9428H12.0572ZM17.9927 8.59672C17.9976 8.3136 18.0001 8.17205 18.0876 8.08602C18.1752 8 18.3155 8 18.5961 8H21.6207C21.8903 8 22.025 8 22.1122 8.084C22.1993 8.168 22.2042 8.30084 22.214 8.56653C22.25 9.54391 22.25 10.6632 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03143 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 10.6632 1.74999 9.54391 1.78598 8.56653C1.79576 8.30084 1.80066 8.168 1.88781 8.084C1.97496 8 2.10973 8 2.37928 8H5.4039C5.68452 8 5.82483 8 5.91237 8.08602C5.99991 8.17205 6.00238 8.3136 6.00733 8.59672C6.01509 9.04132 6.03106 9.53538 6.06383 9.77915C6.13366 10.2985 6.29579 10.8313 6.73223 11.2678C7.16867 11.7042 7.70148 11.8663 8.22084 11.9362C8.69655 12.0001 9.28426 12.0001 9.93839 12L10 12L14.0616 12C14.7157 12.0001 15.3034 12.0001 15.7792 11.9362C16.2985 11.8663 16.8313 11.7042 17.2678 11.2678C17.7042 10.8313 17.8663 10.2985 17.9362 9.77915C17.9689 9.53538 17.9849 9.04132 17.9927 8.59672ZM8.60453 8C8.31937 8 8.17679 8 8.08862 8.08965C8.00046 8.1793 8.00283 8.32069 8.00757 8.60347C8.01383 8.97738 8.02524 9.35829 8.046 9.51266C8.08456 9.7995 8.13941 9.8474 8.14592 9.85308L8.14692 9.85407C8.1526 9.86058 8.20049 9.91543 8.48734 9.954C8.81369 9.99787 9.26462 10 10 10H14C14.7354 10 15.1863 9.99787 15.5127 9.954C15.7995 9.91543 15.8474 9.86058 15.8531 9.85407L15.8541 9.85308C15.8606 9.8474 15.9154 9.7995 15.954 9.51266C15.9748 9.35829 15.9862 8.97738 15.9924 8.60347C15.9972 8.32069 15.9995 8.1793 15.9114 8.08965C15.8232 8 15.6806 8 15.3955 8H8.60453ZM11.9955 13C11.4457 13 11 13.4477 11 14C11 14.5523 11.4457 15 11.9955 15H12.0045C12.5543 15 13 14.5523 13 14C13 13.4477 12.5543 13 12.0045 13H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-airpod-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.56392 11.6013C5.1484 11.7241 5.74641 11.7353 6.32674 11.6458C6.5714 11.6081 6.69374 11.5892 6.76353 11.6491C6.83333 11.7089 6.83333 11.8255 6.83333 12.0585V19.4354C6.83332 19.8409 6.80342 20.2891 6.98802 20.6635C7.21103 21.1157 7.57667 21.3329 7.95026 21.4267C8.25346 21.5028 8.58548 21.5013 8.83549 21.5003H8.99785C9.24785 21.5013 9.57988 21.5028 9.88308 21.4267C10.2567 21.3329 10.6223 21.1157 10.8453 20.6635C11.0299 20.2891 11 19.8409 11 19.4354V7.50659C11 5.95726 10.2368 4.70299 9.19007 3.84636C8.15021 2.99537 6.80482 2.51272 5.56055 2.50029C4.45467 2.48924 3.44111 2.79435 2.6949 3.42142C1.93909 4.05655 1.5 4.98763 1.5 6.12853V8.05582C1.5 9.0006 1.8073 9.80354 2.36447 10.4172C2.91679 11.0256 3.68584 11.417 4.56392 11.6013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.4998 6.12851C22.4998 4.97931 22.032 4.05019 21.2692 3.41982C20.5161 2.79745 19.506 2.48961 18.4393 2.50027C17.195 2.5127 15.8496 2.99535 14.8098 3.84633C13.763 4.70297 12.9998 5.95724 12.9998 7.50656V19.4354C12.9998 19.8409 12.9699 20.2891 13.1545 20.6635C13.3775 21.1157 13.7432 21.3329 14.1168 21.4267C14.42 21.5027 14.752 21.5013 15.002 21.5003H15.1644C15.4144 21.5013 15.7464 21.5027 16.0496 21.4267C16.4232 21.3329 16.7888 21.1157 17.0118 20.6635C17.1964 20.2891 17.1665 19.8409 17.1665 19.4354L17.1665 12.0585C17.1665 11.8254 17.1665 11.7089 17.2363 11.649C17.3061 11.5892 17.4284 11.608 17.6731 11.6458C18.2534 11.7352 18.8514 11.724 19.4359 11.6013C20.314 11.4169 21.0831 11.0256 21.6354 10.4172C22.1925 9.80351 22.4998 9.00058 22.4998 8.0558V6.12851Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.56392 11.6013C5.1484 11.7241 5.74641 11.7353 6.32674 11.6458C6.5714 11.6081 6.69374 11.5892 6.76353 11.6491C6.83333 11.7089 6.83333 11.8255 6.83333 12.0585V19.4354C6.83332 19.8409 6.80342 20.2891 6.98802 20.6635C7.21103 21.1157 7.57667 21.3329 7.95026 21.4267C8.25346 21.5028 8.58548 21.5013 8.83549 21.5003H8.99785C9.24785 21.5013 9.57988 21.5028 9.88308 21.4267C10.2567 21.3329 10.6223 21.1157 10.8453 20.6635C11.0299 20.2891 11 19.8409 11 19.4354V7.50659C11 5.95726 10.2368 4.70299 9.19007 3.84636C8.15021 2.99537 6.80482 2.51272 5.56055 2.50029C4.45467 2.48924 3.44111 2.79435 2.6949 3.42142C1.93909 4.05655 1.5 4.98763 1.5 6.12853V8.05582C1.5 9.0006 1.8073 9.80354 2.36447 10.4172C2.91679 11.0256 3.68584 11.417 4.56392 11.6013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.4998 6.12851C22.4998 4.97931 22.032 4.05019 21.2692 3.41982C20.5161 2.79745 19.506 2.48961 18.4393 2.50027C17.195 2.5127 15.8496 2.99535 14.8098 3.84633C13.763 4.70297 12.9998 5.95724 12.9998 7.50656V19.4354C12.9998 19.8409 12.9699 20.2891 13.1545 20.6635C13.3775 21.1157 13.7432 21.3329 14.1168 21.4267C14.42 21.5027 14.752 21.5013 15.002 21.5003H15.1644C15.4144 21.5013 15.7464 21.5027 16.0496 21.4267C16.4232 21.3329 16.7888 21.1157 17.0118 20.6635C17.1964 20.2891 17.1665 19.8409 17.1665 19.4354L17.1665 12.0585C17.1665 11.8254 17.1665 11.7089 17.2363 11.649C17.3061 11.5892 17.4284 11.608 17.6731 11.6458C18.2534 11.7352 18.8514 11.724 19.4359 11.6013C20.314 11.4169 21.0831 11.0256 21.6354 10.4172C22.1925 9.80351 22.4998 9.00058 22.4998 8.0558V6.12851Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-augmented-reality-ar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0569 2.25H13.057C15.13 2.24999 16.7623 2.24998 18.0377 2.42144C19.3462 2.59737 20.3907 2.9661 21.2123 3.78769C22.0339 4.60928 22.4026 5.65376 22.5786 6.96234C22.75 8.23769 22.75 9.87002 22.75 11.9431V12.0569C22.75 14.13 22.75 15.7623 22.5786 17.0377C22.4026 18.3462 22.0339 19.3907 21.2123 20.2123C20.3907 21.0339 19.3462 21.4026 18.0377 21.5786C16.7623 21.75 15.13 21.75 13.0569 21.75H10.9431C8.87002 21.75 7.23769 21.75 5.96234 21.5786C4.65376 21.4026 3.60928 21.0339 2.78769 20.2123C1.9661 19.3907 1.59737 18.3462 1.42144 17.0377C1.24998 15.7623 1.24999 14.13 1.25 12.057V12.0569V11.9431V11.943C1.24999 9.87001 1.24998 8.23769 1.42144 6.96234C1.59737 5.65376 1.9661 4.60928 2.78769 3.78769C3.60928 2.9661 4.65376 2.59737 5.96234 2.42144C7.23769 2.24998 8.87001 2.24999 10.943 2.25H10.9431H13.0569ZM15.1628 8.75001C14.9128 8.74994 14.6562 8.74986 14.4419 8.77867C14.1953 8.81182 13.896 8.89498 13.6456 9.14542C13.3951 9.39587 13.312 9.69516 13.2788 9.94172C13.25 10.156 13.2501 10.4126 13.2502 10.6626L13.2502 14.5C13.2502 14.9142 13.586 15.25 14.0002 15.25C14.4144 15.25 14.7502 14.9142 14.7502 14.5V13.85C14.7502 13.5672 14.7502 13.4257 14.8381 13.3379C14.9259 13.25 15.0673 13.25 15.3502 13.25H15.6658C15.8463 13.25 15.9365 13.25 16.009 13.2948C16.0815 13.3396 16.1218 13.4203 16.2025 13.5817L16.8294 14.8354C17.0146 15.2059 17.4651 15.3561 17.8356 15.1708C18.2061 14.9856 18.3562 14.5351 18.171 14.1646L17.8356 13.4938C17.7229 13.2684 17.6665 13.1557 17.6839 13.0579C17.7012 12.9602 17.8154 12.8525 18.0438 12.637C18.4787 12.2268 18.7502 11.6451 18.7502 11C18.7502 9.75737 17.7428 8.75001 16.5002 8.75001L15.1628 8.75001ZM10.3159 14.8069C10.4854 15.1849 10.9292 15.3538 11.3071 15.1843C11.685 15.0148 11.854 14.571 11.6845 14.1931L9.91044 10.2375L9.91042 10.2375C9.76485 9.91269 9.62468 9.60001 9.48317 9.37396C9.35096 9.1628 9.05096 8.75001 8.50019 8.75001C7.94941 8.75001 7.64941 9.1628 7.5172 9.37396C7.37568 9.60002 7.23552 9.9127 7.08994 10.2375L5.31586 14.1931C5.14635 14.571 5.31533 15.0148 5.69327 15.1843C6.07121 15.3538 6.51501 15.1849 6.68451 14.8069L7.95273 11.9793C8.18821 11.4543 8.30595 11.1918 8.50019 11.1918C8.69442 11.1918 8.81216 11.4543 9.04764 11.9793L10.3159 14.8069ZM16.5 11.75H15.35C15.0672 11.75 14.9257 11.75 14.8379 11.6621C14.75 11.5743 14.75 11.4328 14.75 11.15V10.7C14.75 10.5558 14.75 10.4423 14.7525 10.3449C14.7538 10.2943 14.7943 10.2538 14.8449 10.2525C14.9423 10.25 15.0558 10.25 15.2 10.25H16.5C16.9142 10.25 17.25 10.5858 17.25 11C17.25 11.4142 16.9142 11.75 16.5 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0569 2.25H13.057C15.13 2.24999 16.7623 2.24998 18.0377 2.42144C19.3462 2.59737 20.3907 2.9661 21.2123 3.78769C22.0339 4.60928 22.4026 5.65376 22.5786 6.96234C22.75 8.23769 22.75 9.87002 22.75 11.9431V12.0569C22.75 14.13 22.75 15.7623 22.5786 17.0377C22.4026 18.3462 22.0339 19.3907 21.2123 20.2123C20.3907 21.0339 19.3462 21.4026 18.0377 21.5786C16.7623 21.75 15.13 21.75 13.0569 21.75H10.9431C8.87002 21.75 7.23769 21.75 5.96234 21.5786C4.65376 21.4026 3.60928 21.0339 2.78769 20.2123C1.9661 19.3907 1.59737 18.3462 1.42144 17.0377C1.24998 15.7623 1.24999 14.13 1.25 12.057V12.0569V11.9431V11.943C1.24999 9.87001 1.24998 8.23769 1.42144 6.96234C1.59737 5.65376 1.9661 4.60928 2.78769 3.78769C3.60928 2.9661 4.65376 2.59737 5.96234 2.42144C7.23769 2.24998 8.87001 2.24999 10.943 2.25H10.9431H13.0569ZM15.1628 8.75001C14.9128 8.74994 14.6562 8.74986 14.4419 8.77867C14.1953 8.81182 13.896 8.89498 13.6456 9.14542C13.3951 9.39587 13.312 9.69516 13.2788 9.94172C13.25 10.156 13.2501 10.4126 13.2502 10.6626L13.2502 14.5C13.2502 14.9142 13.586 15.25 14.0002 15.25C14.4144 15.25 14.7502 14.9142 14.7502 14.5V13.85C14.7502 13.5672 14.7502 13.4257 14.8381 13.3379C14.9259 13.25 15.0673 13.25 15.3502 13.25H15.6658C15.8463 13.25 15.9365 13.25 16.009 13.2948C16.0815 13.3396 16.1218 13.4203 16.2025 13.5817L16.8294 14.8354C17.0146 15.2059 17.4651 15.3561 17.8356 15.1708C18.2061 14.9856 18.3562 14.5351 18.171 14.1646L17.8356 13.4938C17.7229 13.2684 17.6665 13.1557 17.6839 13.0579C17.7012 12.9602 17.8154 12.8525 18.0438 12.637C18.4787 12.2268 18.7502 11.6451 18.7502 11C18.7502 9.75737 17.7428 8.75001 16.5002 8.75001L15.1628 8.75001ZM10.3159 14.8069C10.4854 15.1849 10.9292 15.3538 11.3071 15.1843C11.685 15.0148 11.854 14.571 11.6845 14.1931L9.91044 10.2375L9.91042 10.2375C9.76485 9.91269 9.62468 9.60001 9.48317 9.37396C9.35096 9.1628 9.05096 8.75001 8.50019 8.75001C7.94941 8.75001 7.64941 9.1628 7.5172 9.37396C7.37568 9.60002 7.23552 9.9127 7.08994 10.2375L5.31586 14.1931C5.14635 14.571 5.31533 15.0148 5.69327 15.1843C6.07121 15.3538 6.51501 15.1849 6.68451 14.8069L7.95273 11.9793C8.18821 11.4543 8.30595 11.1918 8.50019 11.1918C8.69442 11.1918 8.81216 11.4543 9.04764 11.9793L10.3159 14.8069ZM16.5 11.75H15.35C15.0672 11.75 14.9257 11.75 14.8379 11.6621C14.75 11.5743 14.75 11.4328 14.75 11.15V10.7C14.75 10.5558 14.75 10.4423 14.7525 10.3449C14.7538 10.2943 14.7943 10.2538 14.8449 10.2525C14.9423 10.25 15.0558 10.25 15.2 10.25H16.5C16.9142 10.25 17.25 10.5858 17.25 11C17.25 11.4142 16.9142 11.75 16.5 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-battery-charging-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0569 5.25C14.4245 5.24998 15.5268 5.24997 16.3937 5.36653C17.2938 5.48754 18.0517 5.74644 18.6536 6.34835C19.2555 6.95027 19.5144 7.70814 19.6354 8.60825C19.646 8.68694 19.6556 8.76757 19.6644 8.85016L20.1771 8.93561C20.4968 8.98888 20.7752 9.03527 21.0044 9.09074C21.2481 9.14971 21.4867 9.22989 21.7135 9.37475C22.0948 9.6184 22.3938 9.97139 22.5715 10.3876C22.6771 10.6351 22.717 10.8836 22.7351 11.1337C22.7521 11.3689 22.7521 11.6512 22.7521 11.9753V12.025C22.7521 12.3491 22.7521 12.6313 22.7351 12.8665C22.717 13.1166 22.6771 13.3652 22.5715 13.6126C22.3938 14.0289 22.0948 14.3818 21.7135 14.6255C21.4867 14.7703 21.2481 14.8505 21.0044 14.9095C20.7751 14.965 20.4968 15.0114 20.1771 15.0646L19.6644 15.1501C19.6556 15.2326 19.646 15.3131 19.6354 15.3918C19.5144 16.2919 19.2555 17.0497 18.6536 17.6517C18.0517 18.2536 17.2938 18.5125 16.3937 18.6335C15.5268 18.75 14.4244 18.75 13.0569 18.75H13.0569H13.0568H13.0568H7.94707H7.94706H7.94705H7.94704C6.57947 18.75 5.47716 18.75 4.6102 18.6335C3.7101 18.5125 2.95222 18.2536 2.35031 17.6517C1.74839 17.0497 1.4895 16.2919 1.36848 15.3918C1.25192 14.5248 1.25193 13.4225 1.25195 12.0549V12.0549V12.0549V11.9451V11.9451V11.9451C1.25193 10.5775 1.25192 9.47521 1.36848 8.60825C1.4895 7.70814 1.74839 6.95027 2.35031 6.34835C2.95222 5.74644 3.7101 5.48754 4.6102 5.36653C5.47716 5.24997 6.57947 5.24998 7.94704 5.25H7.94705H7.94706H13.0569H13.0569H13.0569ZM19.7523 11.9439C19.7523 11.379 19.7524 10.8593 19.7441 10.3828L19.9064 10.4098C20.2576 10.4684 20.4819 10.5062 20.652 10.5474C20.8136 10.5865 20.8745 10.6173 20.9062 10.6375C21.0334 10.7187 21.133 10.8364 21.1923 10.9751C21.207 11.0098 21.2274 11.075 21.2394 11.2407C21.252 11.4153 21.2525 11.6427 21.2525 11.9989C21.2525 12.355 21.252 12.5824 21.2394 12.757C21.2274 12.9227 21.207 12.9879 21.1923 13.0226C21.133 13.1613 21.0334 13.279 20.9062 13.3602C20.8745 13.3805 20.8136 13.4112 20.652 13.4503C20.4819 13.4915 20.2576 13.5293 19.9064 13.5879L19.7441 13.6149C19.7524 13.1383 19.7523 12.6186 19.7523 12.0536V11.9439ZM11.2965 8.41472C11.6198 8.67372 11.6719 9.14573 11.4129 9.46898L10.0395 11.1831L11.3118 11.4424C12.1595 11.6151 12.6083 12.6783 11.9134 13.3721L9.75144 15.5308C9.45832 15.8234 8.98345 15.8231 8.69078 15.53C8.39811 15.2368 8.39847 14.762 8.69159 14.4693L10.3801 12.7834L9.18694 12.5402C8.3945 12.3788 7.92352 11.4252 8.49977 10.7059L10.2423 8.53107C10.5013 8.20782 10.9733 8.15573 11.2965 8.41472Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0569 5.25C14.4245 5.24998 15.5268 5.24997 16.3937 5.36653C17.2938 5.48754 18.0517 5.74644 18.6536 6.34835C19.2555 6.95027 19.5144 7.70814 19.6354 8.60825C19.646 8.68694 19.6556 8.76757 19.6644 8.85016L20.1771 8.93561C20.4968 8.98888 20.7752 9.03527 21.0044 9.09074C21.2481 9.14971 21.4867 9.22989 21.7135 9.37475C22.0948 9.6184 22.3938 9.97139 22.5715 10.3876C22.6771 10.6351 22.717 10.8836 22.7351 11.1337C22.7521 11.3689 22.7521 11.6512 22.7521 11.9753V12.025C22.7521 12.3491 22.7521 12.6313 22.7351 12.8665C22.717 13.1166 22.6771 13.3652 22.5715 13.6126C22.3938 14.0289 22.0948 14.3818 21.7135 14.6255C21.4867 14.7703 21.2481 14.8505 21.0044 14.9095C20.7751 14.965 20.4968 15.0114 20.1771 15.0646L19.6644 15.1501C19.6556 15.2326 19.646 15.3131 19.6354 15.3918C19.5144 16.2919 19.2555 17.0497 18.6536 17.6517C18.0517 18.2536 17.2938 18.5125 16.3937 18.6335C15.5268 18.75 14.4244 18.75 13.0569 18.75H13.0569H13.0568H13.0568H7.94707H7.94706H7.94705H7.94704C6.57947 18.75 5.47716 18.75 4.6102 18.6335C3.7101 18.5125 2.95222 18.2536 2.35031 17.6517C1.74839 17.0497 1.4895 16.2919 1.36848 15.3918C1.25192 14.5248 1.25193 13.4225 1.25195 12.0549V12.0549V12.0549V11.9451V11.9451V11.9451C1.25193 10.5775 1.25192 9.47521 1.36848 8.60825C1.4895 7.70814 1.74839 6.95027 2.35031 6.34835C2.95222 5.74644 3.7101 5.48754 4.6102 5.36653C5.47716 5.24997 6.57947 5.24998 7.94704 5.25H7.94705H7.94706H13.0569H13.0569H13.0569ZM19.7523 11.9439C19.7523 11.379 19.7524 10.8593 19.7441 10.3828L19.9064 10.4098C20.2576 10.4684 20.4819 10.5062 20.652 10.5474C20.8136 10.5865 20.8745 10.6173 20.9062 10.6375C21.0334 10.7187 21.133 10.8364 21.1923 10.9751C21.207 11.0098 21.2274 11.075 21.2394 11.2407C21.252 11.4153 21.2525 11.6427 21.2525 11.9989C21.2525 12.355 21.252 12.5824 21.2394 12.757C21.2274 12.9227 21.207 12.9879 21.1923 13.0226C21.133 13.1613 21.0334 13.279 20.9062 13.3602C20.8745 13.3805 20.8136 13.4112 20.652 13.4503C20.4819 13.4915 20.2576 13.5293 19.9064 13.5879L19.7441 13.6149C19.7524 13.1383 19.7523 12.6186 19.7523 12.0536V11.9439ZM11.2965 8.41472C11.6198 8.67372 11.6719 9.14573 11.4129 9.46898L10.0395 11.1831L11.3118 11.4424C12.1595 11.6151 12.6083 12.6783 11.9134 13.3721L9.75144 15.5308C9.45832 15.8234 8.98345 15.8231 8.69078 15.53C8.39811 15.2368 8.39847 14.762 8.69159 14.4693L10.3801 12.7834L9.18694 12.5402C8.3945 12.3788 7.92352 11.4252 8.49977 10.7059L10.2423 8.53107C10.5013 8.20782 10.9733 8.15573 11.2965 8.41472Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-battery-charging-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.98 5.37687C12.3242 5.60733 12.4164 6.07317 12.186 6.41735L8.95499 11.2477L10.6468 11.2501C11.0119 11.25 11.3668 11.2499 11.6449 11.2917C11.9386 11.3359 12.3872 11.4604 12.6262 11.921C12.8625 12.3761 12.7131 12.8133 12.5861 13.0798C12.4644 13.3352 12.2655 13.632 12.0591 13.9402L9.06135 18.4174C8.83089 18.7615 8.36505 18.8537 8.02087 18.6233C7.67668 18.3928 7.58448 17.927 7.81494 17.5828L11.0459 12.7524L9.35407 12.7501C8.98899 12.7502 8.63407 12.7503 8.35602 12.7084C8.06232 12.6643 7.6137 12.5398 7.37466 12.0792C7.13842 11.624 7.28782 11.1869 7.41484 10.9203C7.53653 10.665 7.73539 10.3681 7.94182 10.06L7.94183 10.06L10.9396 5.5828C11.17 5.23862 11.6358 5.14642 11.98 5.37687Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0549 18.75H11.7499C11.2597 18.75 11.0147 18.75 10.9297 18.5924C10.8447 18.4349 10.9793 18.2301 11.2485 17.8205L13.94 13.7252C14.1221 13.3431 14.5301 12.3334 13.9575 11.23C13.6334 10.6056 13.1132 10.2502 12.6419 10.0467C12.2181 9.86376 12.0063 9.7723 11.9665 9.63747C11.9267 9.50264 12.0378 9.33658 12.26 9.00446L13.4326 7.25131C13.6731 6.89186 13.7964 6.48822 13.8113 6.08555C13.8278 5.64014 13.8361 5.41743 13.9248 5.3332C14.0136 5.24898 14.187 5.25161 14.534 5.25687C15.2455 5.26766 15.8625 5.29537 16.3918 5.36653C17.2919 5.48754 18.0497 5.74644 18.6517 6.34835C19.2536 6.95027 19.5125 7.70814 19.6335 8.60825C19.6361 8.62787 19.6374 8.63769 19.6386 8.64408C19.6606 8.76713 19.7495 8.8589 19.8718 8.88477C19.8782 8.88611 19.8864 8.88748 19.9027 8.89021L20.1751 8.93561C20.4949 8.98889 20.7732 9.03527 21.0025 9.09074C21.2462 9.14971 21.4848 9.22989 21.7115 9.37475C22.0929 9.6184 22.3919 9.97139 22.5695 10.3876C22.6751 10.6351 22.715 10.8836 22.7331 11.1337C22.7501 11.3689 22.7501 11.6512 22.7501 11.9753V12.025C22.7501 12.3491 22.7501 12.6313 22.7331 12.8665C22.715 13.1166 22.6751 13.3652 22.5695 13.6126C22.3919 14.0289 22.0929 14.3818 21.7115 14.6255C21.4848 14.7703 21.2462 14.8505 21.0025 14.9095C20.7732 14.965 20.4948 15.0114 20.1751 15.0646L19.9025 15.1101C19.8863 15.1128 19.8782 15.1141 19.872 15.1154C19.7495 15.1413 19.6605 15.2332 19.6385 15.3564C19.6374 15.3627 19.6361 15.3724 19.6335 15.3918C19.5125 16.2919 19.2536 17.0497 18.6517 17.6517C18.0497 18.2536 17.2919 18.5125 16.3918 18.6335C15.5248 18.75 14.4224 18.75 13.0549 18.75ZM19.9044 10.4113C19.82 10.3973 19.7436 10.4631 19.7447 10.5487C19.7504 10.9797 19.7504 11.4447 19.7504 11.9453V12.0551C19.7504 12.5558 19.7504 13.0209 19.7447 13.4519C19.7436 13.5375 19.82 13.6034 19.9044 13.5893C20.2557 13.5308 20.4799 13.4929 20.6501 13.4518C20.8116 13.4127 20.8726 13.3819 20.9043 13.3616C21.0314 13.2804 21.1311 13.1628 21.1903 13.024C21.2051 12.9894 21.2254 12.9242 21.2374 12.7585C21.25 12.5838 21.2505 12.3564 21.2505 12.0003C21.2505 11.6442 21.25 11.4168 21.2374 11.2422C21.2254 11.0764 21.2051 11.0112 21.1903 10.9766C21.1311 10.8379 21.0314 10.7202 20.9043 10.639C20.8726 10.6187 20.8116 10.5879 20.6501 10.5489C20.4799 10.5077 20.2557 10.4699 19.9044 10.4113Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.94511 5.25H8.23338C8.72793 5.25 8.97521 5.25 9.05994 5.40871C9.14467 5.56742 9.0071 5.77289 8.73194 6.18382L6.6668 9.26809C6.48313 9.54198 6.23072 9.91836 6.06075 10.275C5.87869 10.657 5.47063 11.6668 6.04329 12.7702C6.36732 13.3945 6.88757 13.75 7.35891 13.9534C7.78262 14.1364 7.99448 14.2279 8.03426 14.3627C8.07403 14.4975 7.96295 14.6636 7.7408 14.9957L6.56814 16.7488C6.33184 17.102 6.20873 17.4978 6.19034 17.8934C6.16931 18.3457 6.1588 18.5718 6.06588 18.6556C5.97296 18.7394 5.79956 18.7296 5.45277 18.7101C5.14955 18.6929 4.86831 18.6684 4.60825 18.6335C3.70814 18.5125 2.95027 18.2536 2.34835 17.6517C1.74644 17.0497 1.48754 16.2919 1.36653 15.3918C1.24997 14.5248 1.24998 13.4225 1.25 12.0549V11.9451C1.24998 10.5775 1.24997 9.47521 1.36653 8.60825C1.48754 7.70814 1.74644 6.95027 2.34835 6.34835C2.95027 5.74644 3.70814 5.48754 4.60825 5.36653C5.47521 5.24997 6.57754 5.24998 7.94511 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.98 5.37687C12.3242 5.60733 12.4164 6.07317 12.186 6.41735L8.95499 11.2477L10.6468 11.2501C11.0119 11.25 11.3668 11.2499 11.6449 11.2917C11.9386 11.3359 12.3872 11.4604 12.6262 11.921C12.8625 12.3761 12.7131 12.8133 12.5861 13.0798C12.4644 13.3352 12.2655 13.632 12.0591 13.9402L9.06135 18.4174C8.83089 18.7615 8.36505 18.8537 8.02087 18.6233C7.67668 18.3928 7.58448 17.927 7.81494 17.5828L11.0459 12.7524L9.35407 12.7501C8.98899 12.7502 8.63407 12.7503 8.35602 12.7084C8.06232 12.6643 7.6137 12.5398 7.37466 12.0792C7.13842 11.624 7.28782 11.1869 7.41484 10.9203C7.53653 10.665 7.73539 10.3681 7.94182 10.06L7.94183 10.06L10.9396 5.5828C11.17 5.23862 11.6358 5.14642 11.98 5.37687Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0549 18.75H11.7499C11.2597 18.75 11.0147 18.75 10.9297 18.5924C10.8447 18.4349 10.9793 18.2301 11.2485 17.8205L13.94 13.7252C14.1221 13.3431 14.5301 12.3334 13.9575 11.23C13.6334 10.6056 13.1132 10.2502 12.6419 10.0467C12.2181 9.86376 12.0063 9.7723 11.9665 9.63747C11.9267 9.50264 12.0378 9.33658 12.26 9.00446L13.4326 7.25131C13.6731 6.89186 13.7964 6.48822 13.8113 6.08555C13.8278 5.64014 13.8361 5.41743 13.9248 5.3332C14.0136 5.24898 14.187 5.25161 14.534 5.25687C15.2455 5.26766 15.8625 5.29537 16.3918 5.36653C17.2919 5.48754 18.0497 5.74644 18.6517 6.34835C19.2536 6.95027 19.5125 7.70814 19.6335 8.60825C19.6361 8.62787 19.6374 8.63769 19.6386 8.64408C19.6606 8.76713 19.7495 8.8589 19.8718 8.88477C19.8782 8.88611 19.8864 8.88748 19.9027 8.89021L20.1751 8.93561C20.4949 8.98889 20.7732 9.03527 21.0025 9.09074C21.2462 9.14971 21.4848 9.22989 21.7115 9.37475C22.0929 9.6184 22.3919 9.97139 22.5695 10.3876C22.6751 10.6351 22.715 10.8836 22.7331 11.1337C22.7501 11.3689 22.7501 11.6512 22.7501 11.9753V12.025C22.7501 12.3491 22.7501 12.6313 22.7331 12.8665C22.715 13.1166 22.6751 13.3652 22.5695 13.6126C22.3919 14.0289 22.0929 14.3818 21.7115 14.6255C21.4848 14.7703 21.2462 14.8505 21.0025 14.9095C20.7732 14.965 20.4948 15.0114 20.1751 15.0646L19.9025 15.1101C19.8863 15.1128 19.8782 15.1141 19.872 15.1154C19.7495 15.1413 19.6605 15.2332 19.6385 15.3564C19.6374 15.3627 19.6361 15.3724 19.6335 15.3918C19.5125 16.2919 19.2536 17.0497 18.6517 17.6517C18.0497 18.2536 17.2919 18.5125 16.3918 18.6335C15.5248 18.75 14.4224 18.75 13.0549 18.75ZM19.9044 10.4113C19.82 10.3973 19.7436 10.4631 19.7447 10.5487C19.7504 10.9797 19.7504 11.4447 19.7504 11.9453V12.0551C19.7504 12.5558 19.7504 13.0209 19.7447 13.4519C19.7436 13.5375 19.82 13.6034 19.9044 13.5893C20.2557 13.5308 20.4799 13.4929 20.6501 13.4518C20.8116 13.4127 20.8726 13.3819 20.9043 13.3616C21.0314 13.2804 21.1311 13.1628 21.1903 13.024C21.2051 12.9894 21.2254 12.9242 21.2374 12.7585C21.25 12.5838 21.2505 12.3564 21.2505 12.0003C21.2505 11.6442 21.25 11.4168 21.2374 11.2422C21.2254 11.0764 21.2051 11.0112 21.1903 10.9766C21.1311 10.8379 21.0314 10.7202 20.9043 10.639C20.8726 10.6187 20.8116 10.5879 20.6501 10.5489C20.4799 10.5077 20.2557 10.4699 19.9044 10.4113Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.94511 5.25H8.23338C8.72793 5.25 8.97521 5.25 9.05994 5.40871C9.14467 5.56742 9.0071 5.77289 8.73194 6.18382L6.6668 9.26809C6.48313 9.54198 6.23072 9.91836 6.06075 10.275C5.87869 10.657 5.47063 11.6668 6.04329 12.7702C6.36732 13.3945 6.88757 13.75 7.35891 13.9534C7.78262 14.1364 7.99448 14.2279 8.03426 14.3627C8.07403 14.4975 7.96295 14.6636 7.7408 14.9957L6.56814 16.7488C6.33184 17.102 6.20873 17.4978 6.19034 17.8934C6.16931 18.3457 6.1588 18.5718 6.06588 18.6556C5.97296 18.7394 5.79956 18.7296 5.45277 18.7101C5.14955 18.6929 4.86831 18.6684 4.60825 18.6335C3.70814 18.5125 2.95027 18.2536 2.34835 17.6517C1.74644 17.0497 1.48754 16.2919 1.36653 15.3918C1.24997 14.5248 1.24998 13.4225 1.25 12.0549V11.9451C1.24998 10.5775 1.24997 9.47521 1.36653 8.60825C1.48754 7.70814 1.74644 6.95027 2.34835 6.34835C2.95027 5.74644 3.70814 5.48754 4.60825 5.36653C5.47521 5.24997 6.57754 5.24998 7.94511 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-battery-empty{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3918 5.36652C15.5248 5.24996 14.4225 5.24998 13.0549 5.25H7.94513C6.57754 5.24998 5.47521 5.24996 4.60825 5.36652C3.70814 5.48754 2.95027 5.74643 2.34835 6.34835C1.74643 6.95027 1.48754 7.70814 1.36652 8.60825C1.24996 9.47521 1.24998 10.5775 1.25 11.9451V12.0549C1.24998 13.4225 1.24996 14.5248 1.36652 15.3918C1.48754 16.2919 1.74643 17.0497 2.34835 17.6517C2.95027 18.2536 3.70814 18.5125 4.60825 18.6335C5.47521 18.75 6.57753 18.75 7.94512 18.75H13.0549C14.4225 18.75 15.5248 18.75 16.3918 18.6335C17.2919 18.5125 18.0497 18.2536 18.6517 17.6517C19.2536 17.0497 19.5125 16.2919 19.6335 15.3918C19.644 15.3131 19.6537 15.2326 19.6624 15.1501L20.1751 15.0646C20.4948 15.0114 20.7732 14.965 21.0025 14.9095C21.2462 14.8505 21.4848 14.7703 21.7115 14.6255C22.0929 14.3818 22.3919 14.0289 22.5695 13.6126C22.6751 13.3652 22.715 13.1166 22.7331 12.8665C22.7501 12.6313 22.7501 12.3491 22.7501 12.025V11.9753C22.7501 11.6512 22.7501 11.3689 22.7331 11.1337C22.715 10.8836 22.6751 10.6351 22.5695 10.3876C22.3919 9.97139 22.0929 9.6184 21.7115 9.37475C21.4848 9.22989 21.2462 9.14971 21.0025 9.09074C20.7732 9.03526 20.4949 8.98888 20.1751 8.93561L19.6624 8.85016C19.6537 8.76757 19.6441 8.68694 19.6335 8.60825C19.5125 7.70814 19.2536 6.95027 18.6517 6.34835C18.0497 5.74643 17.2919 5.48754 16.3918 5.36652ZM19.7418 10.3841C19.75 10.8606 19.75 11.3802 19.75 11.9451V12.0549C19.75 12.6199 19.75 13.1396 19.7418 13.6162L19.904 13.5891C20.2553 13.5306 20.4795 13.4927 20.6497 13.4516C20.8112 13.4125 20.8722 13.3817 20.9039 13.3614C21.031 13.2802 21.1307 13.1626 21.1899 13.0238C21.2047 12.9892 21.225 12.924 21.237 12.7583C21.2497 12.5836 21.2501 12.3562 21.2501 12.0001C21.2501 11.644 21.2497 11.4166 21.237 11.242C21.225 11.0762 21.2047 11.011 21.1899 10.9764C21.1307 10.8377 21.031 10.72 20.9039 10.6388C20.8722 10.6185 20.8112 10.5877 20.6497 10.5487C20.4795 10.5075 20.2553 10.4697 19.904 10.4111L19.7418 10.3841Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3918 5.36652C15.5248 5.24996 14.4225 5.24998 13.0549 5.25H7.94513C6.57754 5.24998 5.47521 5.24996 4.60825 5.36652C3.70814 5.48754 2.95027 5.74643 2.34835 6.34835C1.74643 6.95027 1.48754 7.70814 1.36652 8.60825C1.24996 9.47521 1.24998 10.5775 1.25 11.9451V12.0549C1.24998 13.4225 1.24996 14.5248 1.36652 15.3918C1.48754 16.2919 1.74643 17.0497 2.34835 17.6517C2.95027 18.2536 3.70814 18.5125 4.60825 18.6335C5.47521 18.75 6.57753 18.75 7.94512 18.75H13.0549C14.4225 18.75 15.5248 18.75 16.3918 18.6335C17.2919 18.5125 18.0497 18.2536 18.6517 17.6517C19.2536 17.0497 19.5125 16.2919 19.6335 15.3918C19.644 15.3131 19.6537 15.2326 19.6624 15.1501L20.1751 15.0646C20.4948 15.0114 20.7732 14.965 21.0025 14.9095C21.2462 14.8505 21.4848 14.7703 21.7115 14.6255C22.0929 14.3818 22.3919 14.0289 22.5695 13.6126C22.6751 13.3652 22.715 13.1166 22.7331 12.8665C22.7501 12.6313 22.7501 12.3491 22.7501 12.025V11.9753C22.7501 11.6512 22.7501 11.3689 22.7331 11.1337C22.715 10.8836 22.6751 10.6351 22.5695 10.3876C22.3919 9.97139 22.0929 9.6184 21.7115 9.37475C21.4848 9.22989 21.2462 9.14971 21.0025 9.09074C20.7732 9.03526 20.4949 8.98888 20.1751 8.93561L19.6624 8.85016C19.6537 8.76757 19.6441 8.68694 19.6335 8.60825C19.5125 7.70814 19.2536 6.95027 18.6517 6.34835C18.0497 5.74643 17.2919 5.48754 16.3918 5.36652ZM19.7418 10.3841C19.75 10.8606 19.75 11.3802 19.75 11.9451V12.0549C19.75 12.6199 19.75 13.1396 19.7418 13.6162L19.904 13.5891C20.2553 13.5306 20.4795 13.4927 20.6497 13.4516C20.8112 13.4125 20.8722 13.3817 20.9039 13.3614C21.031 13.2802 21.1307 13.1626 21.1899 13.0238C21.2047 12.9892 21.225 12.924 21.237 12.7583C21.2497 12.5836 21.2501 12.3562 21.2501 12.0001C21.2501 11.644 21.2497 11.4166 21.237 11.242C21.225 11.0762 21.2047 11.011 21.1899 10.9764C21.1307 10.8377 21.031 10.72 20.9039 10.6388C20.8722 10.6185 20.8112 10.5877 20.6497 10.5487C20.4795 10.5075 20.2553 10.4697 19.904 10.4111L19.7418 10.3841Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-battery-full{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0569 5.25C14.4245 5.24998 15.5268 5.24997 16.3937 5.36653C17.2938 5.48754 18.0517 5.74644 18.6536 6.34835C19.2555 6.95027 19.5144 7.70814 19.6354 8.60825C19.646 8.68694 19.6556 8.76757 19.6644 8.85016L20.1771 8.93561C20.4968 8.98888 20.7752 9.03527 21.0044 9.09074C21.2481 9.14971 21.4867 9.22989 21.7135 9.37475C22.0948 9.6184 22.3938 9.97139 22.5715 10.3876C22.6771 10.6351 22.717 10.8836 22.7351 11.1337C22.7521 11.3689 22.7521 11.6512 22.7521 11.9753V12.025C22.7521 12.3491 22.7521 12.6313 22.7351 12.8665C22.717 13.1166 22.6771 13.3652 22.5715 13.6126C22.3938 14.0289 22.0948 14.3818 21.7135 14.6255C21.4867 14.7703 21.2481 14.8505 21.0044 14.9095C20.7751 14.965 20.4968 15.0114 20.1771 15.0646L19.6644 15.1501C19.6556 15.2326 19.646 15.3131 19.6354 15.3918C19.5144 16.2919 19.2555 17.0497 18.6536 17.6517C18.0517 18.2536 17.2938 18.5125 16.3937 18.6335C15.5268 18.75 14.4244 18.75 13.0569 18.75H13.0569H13.0568H13.0568H7.94707H7.94706H7.94705H7.94704C6.57947 18.75 5.47716 18.75 4.6102 18.6335C3.7101 18.5125 2.95222 18.2536 2.35031 17.6517C1.74839 17.0497 1.4895 16.2919 1.36848 15.3918C1.25192 14.5248 1.25193 13.4225 1.25195 12.0549V12.0549V12.0549V11.9451V11.9451V11.9451C1.25193 10.5775 1.25192 9.47521 1.36848 8.60825C1.4895 7.70814 1.74839 6.95027 2.35031 6.34835C2.95222 5.74644 3.7101 5.48754 4.6102 5.36653C5.47716 5.24997 6.57947 5.24998 7.94704 5.25H7.94705H7.94706H13.0569H13.0569H13.0569ZM19.7523 11.9439C19.7523 11.379 19.7524 10.8593 19.7441 10.3828L19.9064 10.4098C20.2576 10.4684 20.4819 10.5062 20.652 10.5474C20.8136 10.5865 20.8745 10.6173 20.9062 10.6375C21.0334 10.7187 21.133 10.8364 21.1923 10.9751C21.207 11.0098 21.2274 11.075 21.2394 11.2407C21.252 11.4153 21.2525 11.6427 21.2525 11.9989C21.2525 12.355 21.252 12.5824 21.2394 12.757C21.2274 12.9227 21.207 12.9879 21.1923 13.0226C21.133 13.1613 21.0334 13.279 20.9062 13.3602C20.8745 13.3805 20.8136 13.4112 20.652 13.4503C20.4819 13.4915 20.2576 13.5293 19.9064 13.5879L19.7441 13.6149C19.7524 13.1383 19.7523 12.6186 19.7523 12.0536V11.9439ZM6.75 10C6.75 9.58579 6.41421 9.25 6 9.25C5.58579 9.25 5.25 9.58579 5.25 10V14C5.25 14.4142 5.58579 14.75 6 14.75C6.41421 14.75 6.75 14.4142 6.75 14V10ZM9.75 10C9.75 9.58579 9.41421 9.25 9 9.25C8.58579 9.25 8.25 9.58579 8.25 10V14C8.25 14.4142 8.58579 14.75 9 14.75C9.41421 14.75 9.75 14.4142 9.75 14V10ZM12.75 10C12.75 9.58579 12.4142 9.25 12 9.25C11.5858 9.25 11.25 9.58579 11.25 10V14C11.25 14.4142 11.5858 14.75 12 14.75C12.4142 14.75 12.75 14.4142 12.75 14V10ZM15.75 10C15.75 9.58579 15.4142 9.25 15 9.25C14.5858 9.25 14.25 9.58579 14.25 10V14C14.25 14.4142 14.5858 14.75 15 14.75C15.4142 14.75 15.75 14.4142 15.75 14V10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0569 5.25C14.4245 5.24998 15.5268 5.24997 16.3937 5.36653C17.2938 5.48754 18.0517 5.74644 18.6536 6.34835C19.2555 6.95027 19.5144 7.70814 19.6354 8.60825C19.646 8.68694 19.6556 8.76757 19.6644 8.85016L20.1771 8.93561C20.4968 8.98888 20.7752 9.03527 21.0044 9.09074C21.2481 9.14971 21.4867 9.22989 21.7135 9.37475C22.0948 9.6184 22.3938 9.97139 22.5715 10.3876C22.6771 10.6351 22.717 10.8836 22.7351 11.1337C22.7521 11.3689 22.7521 11.6512 22.7521 11.9753V12.025C22.7521 12.3491 22.7521 12.6313 22.7351 12.8665C22.717 13.1166 22.6771 13.3652 22.5715 13.6126C22.3938 14.0289 22.0948 14.3818 21.7135 14.6255C21.4867 14.7703 21.2481 14.8505 21.0044 14.9095C20.7751 14.965 20.4968 15.0114 20.1771 15.0646L19.6644 15.1501C19.6556 15.2326 19.646 15.3131 19.6354 15.3918C19.5144 16.2919 19.2555 17.0497 18.6536 17.6517C18.0517 18.2536 17.2938 18.5125 16.3937 18.6335C15.5268 18.75 14.4244 18.75 13.0569 18.75H13.0569H13.0568H13.0568H7.94707H7.94706H7.94705H7.94704C6.57947 18.75 5.47716 18.75 4.6102 18.6335C3.7101 18.5125 2.95222 18.2536 2.35031 17.6517C1.74839 17.0497 1.4895 16.2919 1.36848 15.3918C1.25192 14.5248 1.25193 13.4225 1.25195 12.0549V12.0549V12.0549V11.9451V11.9451V11.9451C1.25193 10.5775 1.25192 9.47521 1.36848 8.60825C1.4895 7.70814 1.74839 6.95027 2.35031 6.34835C2.95222 5.74644 3.7101 5.48754 4.6102 5.36653C5.47716 5.24997 6.57947 5.24998 7.94704 5.25H7.94705H7.94706H13.0569H13.0569H13.0569ZM19.7523 11.9439C19.7523 11.379 19.7524 10.8593 19.7441 10.3828L19.9064 10.4098C20.2576 10.4684 20.4819 10.5062 20.652 10.5474C20.8136 10.5865 20.8745 10.6173 20.9062 10.6375C21.0334 10.7187 21.133 10.8364 21.1923 10.9751C21.207 11.0098 21.2274 11.075 21.2394 11.2407C21.252 11.4153 21.2525 11.6427 21.2525 11.9989C21.2525 12.355 21.252 12.5824 21.2394 12.757C21.2274 12.9227 21.207 12.9879 21.1923 13.0226C21.133 13.1613 21.0334 13.279 20.9062 13.3602C20.8745 13.3805 20.8136 13.4112 20.652 13.4503C20.4819 13.4915 20.2576 13.5293 19.9064 13.5879L19.7441 13.6149C19.7524 13.1383 19.7523 12.6186 19.7523 12.0536V11.9439ZM6.75 10C6.75 9.58579 6.41421 9.25 6 9.25C5.58579 9.25 5.25 9.58579 5.25 10V14C5.25 14.4142 5.58579 14.75 6 14.75C6.41421 14.75 6.75 14.4142 6.75 14V10ZM9.75 10C9.75 9.58579 9.41421 9.25 9 9.25C8.58579 9.25 8.25 9.58579 8.25 10V14C8.25 14.4142 8.58579 14.75 9 14.75C9.41421 14.75 9.75 14.4142 9.75 14V10ZM12.75 10C12.75 9.58579 12.4142 9.25 12 9.25C11.5858 9.25 11.25 9.58579 11.25 10V14C11.25 14.4142 11.5858 14.75 12 14.75C12.4142 14.75 12.75 14.4142 12.75 14V10ZM15.75 10C15.75 9.58579 15.4142 9.25 15 9.25C14.5858 9.25 14.25 9.58579 14.25 10V14C14.25 14.4142 14.5858 14.75 15 14.75C15.4142 14.75 15.75 14.4142 15.75 14V10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-battery-low{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0569 5.25C14.4245 5.24998 15.5268 5.24997 16.3937 5.36653C17.2938 5.48754 18.0517 5.74644 18.6536 6.34835C19.2555 6.95027 19.5144 7.70814 19.6354 8.60825C19.646 8.68694 19.6556 8.76757 19.6644 8.85016L20.1771 8.93561C20.4968 8.98888 20.7752 9.03527 21.0044 9.09074C21.2481 9.14971 21.4867 9.22989 21.7135 9.37475C22.0948 9.6184 22.3938 9.97139 22.5715 10.3876C22.6771 10.6351 22.717 10.8836 22.7351 11.1337C22.7521 11.3689 22.7521 11.6512 22.7521 11.9753V12.025C22.7521 12.3491 22.7521 12.6313 22.7351 12.8665C22.717 13.1166 22.6771 13.3652 22.5715 13.6126C22.3938 14.0289 22.0948 14.3818 21.7135 14.6255C21.4867 14.7703 21.2481 14.8505 21.0044 14.9095C20.7751 14.965 20.4968 15.0114 20.1771 15.0646L19.6644 15.1501C19.6556 15.2326 19.646 15.3131 19.6354 15.3918C19.5144 16.2919 19.2555 17.0497 18.6536 17.6517C18.0517 18.2536 17.2938 18.5125 16.3937 18.6335C15.5268 18.75 14.4244 18.75 13.0569 18.75H13.0569H13.0568H13.0568H7.94707H7.94706H7.94705H7.94704C6.57947 18.75 5.47716 18.75 4.6102 18.6335C3.7101 18.5125 2.95222 18.2536 2.35031 17.6517C1.74839 17.0497 1.4895 16.2919 1.36848 15.3918C1.25192 14.5248 1.25193 13.4225 1.25195 12.0549V12.0549V12.0549V11.9451V11.9451V11.9451C1.25193 10.5775 1.25192 9.47521 1.36848 8.60825C1.4895 7.70814 1.74839 6.95027 2.35031 6.34835C2.95222 5.74644 3.7101 5.48754 4.6102 5.36653C5.47716 5.24997 6.57947 5.24998 7.94704 5.25H7.94705H7.94706H13.0569H13.0569H13.0569ZM19.7523 11.9439C19.7523 11.379 19.7524 10.8593 19.7441 10.3828L19.9064 10.4098C20.2576 10.4684 20.4819 10.5062 20.652 10.5474C20.8136 10.5865 20.8745 10.6173 20.9062 10.6375C21.0334 10.7187 21.133 10.8364 21.1923 10.9751C21.207 11.0098 21.2274 11.075 21.2394 11.2407C21.252 11.4153 21.2525 11.6427 21.2525 11.9989C21.2525 12.355 21.252 12.5824 21.2394 12.757C21.2274 12.9227 21.207 12.9879 21.1923 13.0226C21.133 13.1613 21.0334 13.279 20.9062 13.3602C20.8745 13.3805 20.8136 13.4112 20.652 13.4503C20.4819 13.4915 20.2576 13.5293 19.9064 13.5879L19.7441 13.6149C19.7524 13.1383 19.7523 12.6186 19.7523 12.0536V11.9439ZM6.00195 9.25C6.41617 9.25 6.75195 9.58579 6.75195 10V14C6.75195 14.4142 6.41617 14.75 6.00195 14.75C5.58774 14.75 5.25195 14.4142 5.25195 14V10C5.25195 9.58579 5.58774 9.25 6.00195 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0569 5.25C14.4245 5.24998 15.5268 5.24997 16.3937 5.36653C17.2938 5.48754 18.0517 5.74644 18.6536 6.34835C19.2555 6.95027 19.5144 7.70814 19.6354 8.60825C19.646 8.68694 19.6556 8.76757 19.6644 8.85016L20.1771 8.93561C20.4968 8.98888 20.7752 9.03527 21.0044 9.09074C21.2481 9.14971 21.4867 9.22989 21.7135 9.37475C22.0948 9.6184 22.3938 9.97139 22.5715 10.3876C22.6771 10.6351 22.717 10.8836 22.7351 11.1337C22.7521 11.3689 22.7521 11.6512 22.7521 11.9753V12.025C22.7521 12.3491 22.7521 12.6313 22.7351 12.8665C22.717 13.1166 22.6771 13.3652 22.5715 13.6126C22.3938 14.0289 22.0948 14.3818 21.7135 14.6255C21.4867 14.7703 21.2481 14.8505 21.0044 14.9095C20.7751 14.965 20.4968 15.0114 20.1771 15.0646L19.6644 15.1501C19.6556 15.2326 19.646 15.3131 19.6354 15.3918C19.5144 16.2919 19.2555 17.0497 18.6536 17.6517C18.0517 18.2536 17.2938 18.5125 16.3937 18.6335C15.5268 18.75 14.4244 18.75 13.0569 18.75H13.0569H13.0568H13.0568H7.94707H7.94706H7.94705H7.94704C6.57947 18.75 5.47716 18.75 4.6102 18.6335C3.7101 18.5125 2.95222 18.2536 2.35031 17.6517C1.74839 17.0497 1.4895 16.2919 1.36848 15.3918C1.25192 14.5248 1.25193 13.4225 1.25195 12.0549V12.0549V12.0549V11.9451V11.9451V11.9451C1.25193 10.5775 1.25192 9.47521 1.36848 8.60825C1.4895 7.70814 1.74839 6.95027 2.35031 6.34835C2.95222 5.74644 3.7101 5.48754 4.6102 5.36653C5.47716 5.24997 6.57947 5.24998 7.94704 5.25H7.94705H7.94706H13.0569H13.0569H13.0569ZM19.7523 11.9439C19.7523 11.379 19.7524 10.8593 19.7441 10.3828L19.9064 10.4098C20.2576 10.4684 20.4819 10.5062 20.652 10.5474C20.8136 10.5865 20.8745 10.6173 20.9062 10.6375C21.0334 10.7187 21.133 10.8364 21.1923 10.9751C21.207 11.0098 21.2274 11.075 21.2394 11.2407C21.252 11.4153 21.2525 11.6427 21.2525 11.9989C21.2525 12.355 21.252 12.5824 21.2394 12.757C21.2274 12.9227 21.207 12.9879 21.1923 13.0226C21.133 13.1613 21.0334 13.279 20.9062 13.3602C20.8745 13.3805 20.8136 13.4112 20.652 13.4503C20.4819 13.4915 20.2576 13.5293 19.9064 13.5879L19.7441 13.6149C19.7524 13.1383 19.7523 12.6186 19.7523 12.0536V11.9439ZM6.00195 9.25C6.41617 9.25 6.75195 9.58579 6.75195 10V14C6.75195 14.4142 6.41617 14.75 6.00195 14.75C5.58774 14.75 5.25195 14.4142 5.25195 14V10C5.25195 9.58579 5.58774 9.25 6.00195 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-battery-medium-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0569 5.25C14.4245 5.24998 15.5268 5.24997 16.3937 5.36653C17.2938 5.48754 18.0517 5.74644 18.6536 6.34835C19.2555 6.95027 19.5144 7.70814 19.6354 8.60825C19.646 8.68694 19.6556 8.76757 19.6644 8.85016L20.1771 8.93561C20.4968 8.98888 20.7752 9.03527 21.0044 9.09074C21.2481 9.14971 21.4867 9.22989 21.7135 9.37475C22.0948 9.6184 22.3938 9.97139 22.5715 10.3876C22.6771 10.6351 22.717 10.8836 22.7351 11.1337C22.7521 11.3689 22.7521 11.6512 22.7521 11.9753V12.025C22.7521 12.3491 22.7521 12.6313 22.7351 12.8665C22.717 13.1166 22.6771 13.3652 22.5715 13.6126C22.3938 14.0289 22.0948 14.3818 21.7135 14.6255C21.4867 14.7703 21.2481 14.8505 21.0044 14.9095C20.7751 14.965 20.4968 15.0114 20.1771 15.0646L19.6644 15.1501C19.6556 15.2326 19.646 15.3131 19.6354 15.3918C19.5144 16.2919 19.2555 17.0497 18.6536 17.6517C18.0517 18.2536 17.2938 18.5125 16.3937 18.6335C15.5268 18.75 14.4244 18.75 13.0569 18.75H13.0569H13.0568H13.0568H7.94707H7.94706H7.94705H7.94704C6.57947 18.75 5.47716 18.75 4.6102 18.6335C3.7101 18.5125 2.95222 18.2536 2.35031 17.6517C1.74839 17.0497 1.4895 16.2919 1.36848 15.3918C1.25192 14.5248 1.25193 13.4225 1.25195 12.0549V12.0549V12.0549V11.9451V11.9451V11.9451C1.25193 10.5775 1.25192 9.47521 1.36848 8.60825C1.4895 7.70814 1.74839 6.95027 2.35031 6.34835C2.95222 5.74644 3.7101 5.48754 4.6102 5.36653C5.47716 5.24997 6.57947 5.24998 7.94704 5.25H7.94705H7.94706H13.0569H13.0569H13.0569ZM19.7523 11.9439C19.7523 11.379 19.7524 10.8593 19.7441 10.3828L19.9064 10.4098C20.2576 10.4684 20.4819 10.5062 20.652 10.5474C20.8136 10.5865 20.8745 10.6173 20.9062 10.6375C21.0334 10.7187 21.133 10.8364 21.1923 10.9751C21.207 11.0098 21.2274 11.075 21.2394 11.2407C21.252 11.4153 21.2525 11.6427 21.2525 11.9989C21.2525 12.355 21.252 12.5824 21.2394 12.757C21.2274 12.9227 21.207 12.9879 21.1923 13.0226C21.133 13.1613 21.0334 13.279 20.9062 13.3602C20.8745 13.3805 20.8136 13.4112 20.652 13.4503C20.4819 13.4915 20.2576 13.5293 19.9064 13.5879L19.7441 13.6149C19.7524 13.1383 19.7523 12.6186 19.7523 12.0536V11.9439ZM6.75 10C6.75 9.58579 6.41421 9.25 6 9.25C5.58579 9.25 5.25 9.58579 5.25 10V14C5.25 14.4142 5.58579 14.75 6 14.75C6.41421 14.75 6.75 14.4142 6.75 14V10ZM9 9.25C9.41421 9.25 9.75 9.58579 9.75 10V14C9.75 14.4142 9.41421 14.75 9 14.75C8.58579 14.75 8.25 14.4142 8.25 14V10C8.25 9.58579 8.58579 9.25 9 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0569 5.25C14.4245 5.24998 15.5268 5.24997 16.3937 5.36653C17.2938 5.48754 18.0517 5.74644 18.6536 6.34835C19.2555 6.95027 19.5144 7.70814 19.6354 8.60825C19.646 8.68694 19.6556 8.76757 19.6644 8.85016L20.1771 8.93561C20.4968 8.98888 20.7752 9.03527 21.0044 9.09074C21.2481 9.14971 21.4867 9.22989 21.7135 9.37475C22.0948 9.6184 22.3938 9.97139 22.5715 10.3876C22.6771 10.6351 22.717 10.8836 22.7351 11.1337C22.7521 11.3689 22.7521 11.6512 22.7521 11.9753V12.025C22.7521 12.3491 22.7521 12.6313 22.7351 12.8665C22.717 13.1166 22.6771 13.3652 22.5715 13.6126C22.3938 14.0289 22.0948 14.3818 21.7135 14.6255C21.4867 14.7703 21.2481 14.8505 21.0044 14.9095C20.7751 14.965 20.4968 15.0114 20.1771 15.0646L19.6644 15.1501C19.6556 15.2326 19.646 15.3131 19.6354 15.3918C19.5144 16.2919 19.2555 17.0497 18.6536 17.6517C18.0517 18.2536 17.2938 18.5125 16.3937 18.6335C15.5268 18.75 14.4244 18.75 13.0569 18.75H13.0569H13.0568H13.0568H7.94707H7.94706H7.94705H7.94704C6.57947 18.75 5.47716 18.75 4.6102 18.6335C3.7101 18.5125 2.95222 18.2536 2.35031 17.6517C1.74839 17.0497 1.4895 16.2919 1.36848 15.3918C1.25192 14.5248 1.25193 13.4225 1.25195 12.0549V12.0549V12.0549V11.9451V11.9451V11.9451C1.25193 10.5775 1.25192 9.47521 1.36848 8.60825C1.4895 7.70814 1.74839 6.95027 2.35031 6.34835C2.95222 5.74644 3.7101 5.48754 4.6102 5.36653C5.47716 5.24997 6.57947 5.24998 7.94704 5.25H7.94705H7.94706H13.0569H13.0569H13.0569ZM19.7523 11.9439C19.7523 11.379 19.7524 10.8593 19.7441 10.3828L19.9064 10.4098C20.2576 10.4684 20.4819 10.5062 20.652 10.5474C20.8136 10.5865 20.8745 10.6173 20.9062 10.6375C21.0334 10.7187 21.133 10.8364 21.1923 10.9751C21.207 11.0098 21.2274 11.075 21.2394 11.2407C21.252 11.4153 21.2525 11.6427 21.2525 11.9989C21.2525 12.355 21.252 12.5824 21.2394 12.757C21.2274 12.9227 21.207 12.9879 21.1923 13.0226C21.133 13.1613 21.0334 13.279 20.9062 13.3602C20.8745 13.3805 20.8136 13.4112 20.652 13.4503C20.4819 13.4915 20.2576 13.5293 19.9064 13.5879L19.7441 13.6149C19.7524 13.1383 19.7523 12.6186 19.7523 12.0536V11.9439ZM6.75 10C6.75 9.58579 6.41421 9.25 6 9.25C5.58579 9.25 5.25 9.58579 5.25 10V14C5.25 14.4142 5.58579 14.75 6 14.75C6.41421 14.75 6.75 14.4142 6.75 14V10ZM9 9.25C9.41421 9.25 9.75 9.58579 9.75 10V14C9.75 14.4142 9.41421 14.75 9 14.75C8.58579 14.75 8.25 14.4142 8.25 14V10C8.25 9.58579 8.58579 9.25 9 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-battery-medium-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0569 5.25C14.4245 5.24998 15.5268 5.24997 16.3937 5.36653C17.2938 5.48754 18.0517 5.74644 18.6536 6.34835C19.2555 6.95027 19.5144 7.70814 19.6354 8.60825C19.646 8.68694 19.6556 8.76757 19.6644 8.85016L20.1771 8.93561C20.4968 8.98888 20.7752 9.03527 21.0044 9.09074C21.2481 9.14971 21.4867 9.22989 21.7135 9.37475C22.0948 9.6184 22.3938 9.97139 22.5715 10.3876C22.6771 10.6351 22.717 10.8836 22.7351 11.1337C22.7521 11.3689 22.7521 11.6512 22.7521 11.9753V12.025C22.7521 12.3491 22.7521 12.6313 22.7351 12.8665C22.717 13.1166 22.6771 13.3652 22.5715 13.6126C22.3938 14.0289 22.0948 14.3818 21.7135 14.6255C21.4867 14.7703 21.2481 14.8505 21.0044 14.9095C20.7751 14.965 20.4968 15.0114 20.1771 15.0646L19.6644 15.1501C19.6556 15.2326 19.646 15.3131 19.6354 15.3918C19.5144 16.2919 19.2555 17.0497 18.6536 17.6517C18.0517 18.2536 17.2938 18.5125 16.3937 18.6335C15.5268 18.75 14.4244 18.75 13.0569 18.75H13.0569H13.0568H13.0568H7.94707H7.94706H7.94705H7.94704C6.57947 18.75 5.47716 18.75 4.6102 18.6335C3.7101 18.5125 2.95222 18.2536 2.35031 17.6517C1.74839 17.0497 1.4895 16.2919 1.36848 15.3918C1.25192 14.5248 1.25193 13.4225 1.25195 12.0549V12.0549V12.0549V11.9451V11.9451V11.9451C1.25193 10.5775 1.25192 9.47521 1.36848 8.60825C1.4895 7.70814 1.74839 6.95027 2.35031 6.34835C2.95222 5.74644 3.7101 5.48754 4.6102 5.36653C5.47716 5.24997 6.57947 5.24998 7.94704 5.25H7.94705H7.94706H13.0569H13.0569H13.0569ZM19.7523 11.9439C19.7523 11.379 19.7524 10.8593 19.7441 10.3828L19.9064 10.4098C20.2576 10.4684 20.4819 10.5062 20.652 10.5474C20.8136 10.5865 20.8745 10.6173 20.9062 10.6375C21.0334 10.7187 21.133 10.8364 21.1923 10.9751C21.207 11.0098 21.2274 11.075 21.2394 11.2407C21.252 11.4153 21.2525 11.6427 21.2525 11.9989C21.2525 12.355 21.252 12.5824 21.2394 12.757C21.2274 12.9227 21.207 12.9879 21.1923 13.0226C21.133 13.1613 21.0334 13.279 20.9062 13.3602C20.8745 13.3805 20.8136 13.4112 20.652 13.4503C20.4819 13.4915 20.2576 13.5293 19.9064 13.5879L19.7441 13.6149C19.7524 13.1383 19.7523 12.6186 19.7523 12.0536V11.9439ZM6.00195 9.25C6.41617 9.25 6.75195 9.58579 6.75195 10V14C6.75195 14.4142 6.41617 14.75 6.00195 14.75C5.58774 14.75 5.25195 14.4142 5.25195 14V10C5.25195 9.58579 5.58774 9.25 6.00195 9.25ZM9.00195 9.25C9.41616 9.25 9.75195 9.58579 9.75195 10V14C9.75195 14.4142 9.41616 14.75 9.00195 14.75C8.58774 14.75 8.25195 14.4142 8.25195 14V10C8.25195 9.58579 8.58774 9.25 9.00195 9.25ZM12.002 9.25C12.4162 9.25 12.752 9.58579 12.752 10V14C12.752 14.4142 12.4162 14.75 12.002 14.75C11.5877 14.75 11.252 14.4142 11.252 14V10C11.252 9.58579 11.5877 9.25 12.002 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0569 5.25C14.4245 5.24998 15.5268 5.24997 16.3937 5.36653C17.2938 5.48754 18.0517 5.74644 18.6536 6.34835C19.2555 6.95027 19.5144 7.70814 19.6354 8.60825C19.646 8.68694 19.6556 8.76757 19.6644 8.85016L20.1771 8.93561C20.4968 8.98888 20.7752 9.03527 21.0044 9.09074C21.2481 9.14971 21.4867 9.22989 21.7135 9.37475C22.0948 9.6184 22.3938 9.97139 22.5715 10.3876C22.6771 10.6351 22.717 10.8836 22.7351 11.1337C22.7521 11.3689 22.7521 11.6512 22.7521 11.9753V12.025C22.7521 12.3491 22.7521 12.6313 22.7351 12.8665C22.717 13.1166 22.6771 13.3652 22.5715 13.6126C22.3938 14.0289 22.0948 14.3818 21.7135 14.6255C21.4867 14.7703 21.2481 14.8505 21.0044 14.9095C20.7751 14.965 20.4968 15.0114 20.1771 15.0646L19.6644 15.1501C19.6556 15.2326 19.646 15.3131 19.6354 15.3918C19.5144 16.2919 19.2555 17.0497 18.6536 17.6517C18.0517 18.2536 17.2938 18.5125 16.3937 18.6335C15.5268 18.75 14.4244 18.75 13.0569 18.75H13.0569H13.0568H13.0568H7.94707H7.94706H7.94705H7.94704C6.57947 18.75 5.47716 18.75 4.6102 18.6335C3.7101 18.5125 2.95222 18.2536 2.35031 17.6517C1.74839 17.0497 1.4895 16.2919 1.36848 15.3918C1.25192 14.5248 1.25193 13.4225 1.25195 12.0549V12.0549V12.0549V11.9451V11.9451V11.9451C1.25193 10.5775 1.25192 9.47521 1.36848 8.60825C1.4895 7.70814 1.74839 6.95027 2.35031 6.34835C2.95222 5.74644 3.7101 5.48754 4.6102 5.36653C5.47716 5.24997 6.57947 5.24998 7.94704 5.25H7.94705H7.94706H13.0569H13.0569H13.0569ZM19.7523 11.9439C19.7523 11.379 19.7524 10.8593 19.7441 10.3828L19.9064 10.4098C20.2576 10.4684 20.4819 10.5062 20.652 10.5474C20.8136 10.5865 20.8745 10.6173 20.9062 10.6375C21.0334 10.7187 21.133 10.8364 21.1923 10.9751C21.207 11.0098 21.2274 11.075 21.2394 11.2407C21.252 11.4153 21.2525 11.6427 21.2525 11.9989C21.2525 12.355 21.252 12.5824 21.2394 12.757C21.2274 12.9227 21.207 12.9879 21.1923 13.0226C21.133 13.1613 21.0334 13.279 20.9062 13.3602C20.8745 13.3805 20.8136 13.4112 20.652 13.4503C20.4819 13.4915 20.2576 13.5293 19.9064 13.5879L19.7441 13.6149C19.7524 13.1383 19.7523 12.6186 19.7523 12.0536V11.9439ZM6.00195 9.25C6.41617 9.25 6.75195 9.58579 6.75195 10V14C6.75195 14.4142 6.41617 14.75 6.00195 14.75C5.58774 14.75 5.25195 14.4142 5.25195 14V10C5.25195 9.58579 5.58774 9.25 6.00195 9.25ZM9.00195 9.25C9.41616 9.25 9.75195 9.58579 9.75195 10V14C9.75195 14.4142 9.41616 14.75 9.00195 14.75C8.58774 14.75 8.25195 14.4142 8.25195 14V10C8.25195 9.58579 8.58774 9.25 9.00195 9.25ZM12.002 9.25C12.4162 9.25 12.752 9.58579 12.752 10V14C12.752 14.4142 12.4162 14.75 12.002 14.75C11.5877 14.75 11.252 14.4142 11.252 14V10C11.252 9.58579 11.5877 9.25 12.002 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-bluetooth-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM13.7104 7.07485C13.3713 6.8272 13.0512 6.59346 12.7767 6.44949C12.4937 6.30114 12.0275 6.12344 11.5403 6.37968C11.06 6.63228 10.9351 7.11069 10.8898 7.42555C10.8452 7.73486 10.8453 8.13462 10.8453 8.56217V8.56219L10.8453 10.3711L9.48781 9.20875C9.17318 8.93935 8.69972 8.97601 8.43032 9.29065C8.16091 9.60528 8.19758 10.0787 8.51222 10.3481L10.4422 12.0007L8.51222 13.6532C8.19758 13.9226 8.16091 14.3961 8.43032 14.7107C8.69972 15.0253 9.17318 15.062 9.48781 14.7926L10.8453 13.6302L10.8453 15.4391V15.4392C10.8453 15.8667 10.8452 16.2665 10.8898 16.5758C10.9351 16.8906 11.06 17.3691 11.5403 17.6217C12.0275 17.8779 12.4937 17.7002 12.7767 17.5518C13.0512 17.4079 13.3713 17.1742 13.7104 16.9265L14.6333 16.2527C14.8835 16.0702 15.1338 15.8876 15.3147 15.7098C15.5179 15.51 15.75 15.2056 15.75 14.7713C15.75 14.337 15.5179 14.0326 15.3147 13.8328C15.1338 13.655 14.8835 13.4724 14.6334 13.2899L12.8673 12.0007L14.6334 10.7115C14.8835 10.5289 15.1338 10.3463 15.3147 10.1685C15.5179 9.96872 15.75 9.66432 15.75 9.23004C15.75 8.79576 15.5179 8.49136 15.3147 8.29155C15.1338 8.11373 14.8835 7.93115 14.6334 7.74862L13.7104 7.07485ZM12.3452 8.61292V10.1309C12.3452 10.303 12.3452 10.3891 12.3999 10.4169C12.4546 10.4447 12.5241 10.3939 12.6631 10.2925L13.713 9.52607C13.7843 9.47396 13.8494 9.42638 13.9083 9.38288C14.0006 9.31458 14.0468 9.28043 14.0468 9.23001C14.0468 9.17958 14.0006 9.14543 13.9083 9.07714C13.8494 9.03363 13.7843 8.98605 13.713 8.93395L12.8677 8.31686C12.7881 8.25881 12.7154 8.2058 12.6486 8.15745C12.52 8.06446 12.4558 8.01797 12.4014 8.0456C12.3469 8.07324 12.3465 8.15251 12.3458 8.31105C12.3453 8.40214 12.3452 8.50237 12.3452 8.61292ZM12.3452 15.3884V13.8704C12.3452 13.6982 12.3452 13.6122 12.3999 13.5844C12.4546 13.5566 12.5241 13.6073 12.6631 13.7088L13.713 14.4752C13.7843 14.5273 13.8494 14.5749 13.9083 14.6184C14.0006 14.6867 14.0468 14.7208 14.0468 14.7713C14.0468 14.8217 14.0006 14.8558 13.9083 14.9241C13.8494 14.9676 13.7843 15.0152 13.713 15.0673L12.8677 15.6844C12.7881 15.7425 12.7154 15.7955 12.6486 15.8438C12.52 15.9368 12.4558 15.9833 12.4014 15.9557C12.3469 15.928 12.3465 15.8488 12.3458 15.6902C12.3453 15.5991 12.3452 15.4989 12.3452 15.3884Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM13.7104 7.07485C13.3713 6.8272 13.0512 6.59346 12.7767 6.44949C12.4937 6.30114 12.0275 6.12344 11.5403 6.37968C11.06 6.63228 10.9351 7.11069 10.8898 7.42555C10.8452 7.73486 10.8453 8.13462 10.8453 8.56217V8.56219L10.8453 10.3711L9.48781 9.20875C9.17318 8.93935 8.69972 8.97601 8.43032 9.29065C8.16091 9.60528 8.19758 10.0787 8.51222 10.3481L10.4422 12.0007L8.51222 13.6532C8.19758 13.9226 8.16091 14.3961 8.43032 14.7107C8.69972 15.0253 9.17318 15.062 9.48781 14.7926L10.8453 13.6302L10.8453 15.4391V15.4392C10.8453 15.8667 10.8452 16.2665 10.8898 16.5758C10.9351 16.8906 11.06 17.3691 11.5403 17.6217C12.0275 17.8779 12.4937 17.7002 12.7767 17.5518C13.0512 17.4079 13.3713 17.1742 13.7104 16.9265L14.6333 16.2527C14.8835 16.0702 15.1338 15.8876 15.3147 15.7098C15.5179 15.51 15.75 15.2056 15.75 14.7713C15.75 14.337 15.5179 14.0326 15.3147 13.8328C15.1338 13.655 14.8835 13.4724 14.6334 13.2899L12.8673 12.0007L14.6334 10.7115C14.8835 10.5289 15.1338 10.3463 15.3147 10.1685C15.5179 9.96872 15.75 9.66432 15.75 9.23004C15.75 8.79576 15.5179 8.49136 15.3147 8.29155C15.1338 8.11373 14.8835 7.93115 14.6334 7.74862L13.7104 7.07485ZM12.3452 8.61292V10.1309C12.3452 10.303 12.3452 10.3891 12.3999 10.4169C12.4546 10.4447 12.5241 10.3939 12.6631 10.2925L13.713 9.52607C13.7843 9.47396 13.8494 9.42638 13.9083 9.38288C14.0006 9.31458 14.0468 9.28043 14.0468 9.23001C14.0468 9.17958 14.0006 9.14543 13.9083 9.07714C13.8494 9.03363 13.7843 8.98605 13.713 8.93395L12.8677 8.31686C12.7881 8.25881 12.7154 8.2058 12.6486 8.15745C12.52 8.06446 12.4558 8.01797 12.4014 8.0456C12.3469 8.07324 12.3465 8.15251 12.3458 8.31105C12.3453 8.40214 12.3452 8.50237 12.3452 8.61292ZM12.3452 15.3884V13.8704C12.3452 13.6982 12.3452 13.6122 12.3999 13.5844C12.4546 13.5566 12.5241 13.6073 12.6631 13.7088L13.713 14.4752C13.7843 14.5273 13.8494 14.5749 13.9083 14.6184C14.0006 14.6867 14.0468 14.7208 14.0468 14.7713C14.0468 14.8217 14.0006 14.8558 13.9083 14.9241C13.8494 14.9676 13.7843 15.0152 13.713 15.0673L12.8677 15.6844C12.7881 15.7425 12.7154 15.7955 12.6486 15.8438C12.52 15.9368 12.4558 15.9833 12.4014 15.9557C12.3469 15.928 12.3465 15.8488 12.3458 15.6902C12.3453 15.5991 12.3452 15.4989 12.3452 15.3884Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-bluetooth-not-connected{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.29289 3.29289C3.68342 2.90237 4.31658 2.90237 4.70711 3.29289L20.7071 19.2929C21.0976 19.6834 21.0976 20.3166 20.7071 20.7071C20.3166 21.0976 19.6834 21.0976 19.2929 20.7071L3.29289 4.70711C2.90237 4.31658 2.90237 3.68342 3.29289 3.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1182 4.1011C16.4049 4.30499 16.6954 4.51163 16.9841 4.71692C17.487 5.0745 17.9498 5.40355 18.2777 5.71621C18.6309 6.0531 19 6.52976 19 7.19999C19 7.64811 18.7462 8.03992 18.4766 8.37764C18.2493 8.66239 17.9503 8.97703 17.6349 9.28464C17.0005 9.90333 16.2204 10.5699 15.6087 11.0392C15.1706 11.3754 14.5428 11.2927 14.2066 10.8545C13.8704 10.4163 13.9531 9.7886 14.3913 9.45241C14.9442 9.02817 15.6641 8.41302 16.2386 7.85281C16.4488 7.64778 16.6293 7.46007 16.771 7.29908C16.8402 7.2205 16.8325 7.10188 16.7521 7.03473C16.5389 6.85649 16.2295 6.63445 15.7704 6.30798L15.0204 5.77457C14.2082 5.19689 13.6884 4.83027 13.297 4.62857C13.1363 4.54573 13.0951 4.49974 13.066 4.6879C13.0029 5.09541 13 5.69976 13 6.66658V7.33365C13 7.88593 12.5523 8.33365 12 8.33365C11.4477 8.33365 11 7.88593 11 7.33365V6.66658C11 5.7714 10.9971 4.97926 11.0895 4.38205C11.183 3.77816 11.4231 3.04039 12.1935 2.67514C12.9423 2.3201 13.6681 2.56982 14.2132 2.85076C14.7478 3.12627 15.3855 3.57986 16.1182 4.1011Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4581 11.1108C12.7911 11.2822 13.0005 11.6254 13.0005 12V17.3341C13.0005 18.2989 13.0031 18.9087 13.0632 19.3216C13.0787 19.4281 13.0764 19.4363 13.1721 19.3839C13.753 19.0658 14.2695 18.6267 14.7992 18.2333L16.9105 16.6923C17.3566 16.3667 17.9822 16.4644 18.3078 16.9104C18.6334 17.3565 18.5357 17.9821 18.0896 18.3077L15.985 19.8439C15.3868 20.296 14.7924 20.7769 14.1326 21.1382C13.6165 21.4208 12.8886 21.6943 12.1359 21.3151C11.3863 20.9375 11.1689 20.1925 11.0841 19.6099C10.9979 19.0181 11.0005 18.2314 11.0005 17.3341V13.9431L5.58129 17.8138C5.13187 18.1347 4.50733 18.0306 4.18633 17.5812C3.86533 17.1318 3.96944 16.5073 4.41886 16.1863L11.4193 11.1863C11.7241 10.9685 12.125 10.9394 12.4581 11.1108Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.29289 3.29289C3.68342 2.90237 4.31658 2.90237 4.70711 3.29289L20.7071 19.2929C21.0976 19.6834 21.0976 20.3166 20.7071 20.7071C20.3166 21.0976 19.6834 21.0976 19.2929 20.7071L3.29289 4.70711C2.90237 4.31658 2.90237 3.68342 3.29289 3.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1182 4.1011C16.4049 4.30499 16.6954 4.51163 16.9841 4.71692C17.487 5.0745 17.9498 5.40355 18.2777 5.71621C18.6309 6.0531 19 6.52976 19 7.19999C19 7.64811 18.7462 8.03992 18.4766 8.37764C18.2493 8.66239 17.9503 8.97703 17.6349 9.28464C17.0005 9.90333 16.2204 10.5699 15.6087 11.0392C15.1706 11.3754 14.5428 11.2927 14.2066 10.8545C13.8704 10.4163 13.9531 9.7886 14.3913 9.45241C14.9442 9.02817 15.6641 8.41302 16.2386 7.85281C16.4488 7.64778 16.6293 7.46007 16.771 7.29908C16.8402 7.2205 16.8325 7.10188 16.7521 7.03473C16.5389 6.85649 16.2295 6.63445 15.7704 6.30798L15.0204 5.77457C14.2082 5.19689 13.6884 4.83027 13.297 4.62857C13.1363 4.54573 13.0951 4.49974 13.066 4.6879C13.0029 5.09541 13 5.69976 13 6.66658V7.33365C13 7.88593 12.5523 8.33365 12 8.33365C11.4477 8.33365 11 7.88593 11 7.33365V6.66658C11 5.7714 10.9971 4.97926 11.0895 4.38205C11.183 3.77816 11.4231 3.04039 12.1935 2.67514C12.9423 2.3201 13.6681 2.56982 14.2132 2.85076C14.7478 3.12627 15.3855 3.57986 16.1182 4.1011Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4581 11.1108C12.7911 11.2822 13.0005 11.6254 13.0005 12V17.3341C13.0005 18.2989 13.0031 18.9087 13.0632 19.3216C13.0787 19.4281 13.0764 19.4363 13.1721 19.3839C13.753 19.0658 14.2695 18.6267 14.7992 18.2333L16.9105 16.6923C17.3566 16.3667 17.9822 16.4644 18.3078 16.9104C18.6334 17.3565 18.5357 17.9821 18.0896 18.3077L15.985 19.8439C15.3868 20.296 14.7924 20.7769 14.1326 21.1382C13.6165 21.4208 12.8886 21.6943 12.1359 21.3151C11.3863 20.9375 11.1689 20.1925 11.0841 19.6099C10.9979 19.0181 11.0005 18.2314 11.0005 17.3341V13.9431L5.58129 17.8138C5.13187 18.1347 4.50733 18.0306 4.18633 17.5812C3.86533 17.1318 3.96944 16.5073 4.41886 16.1863L11.4193 11.1863C11.7241 10.9685 12.125 10.9394 12.4581 11.1108Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-bluetooth-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5 16.6C12.5 14.0595 14.5595 12 17.1 12C19.6405 12 21.7 14.0595 21.7 16.6C21.7 17.5083 21.4368 18.355 20.9824 19.0682L22.2071 20.2929C22.5976 20.6834 22.5976 21.3166 22.2071 21.7071C21.8166 22.0976 21.1834 22.0976 20.7929 21.7071L19.5682 20.4824C18.855 20.9368 18.0083 21.2 17.1 21.2C14.5595 21.2 12.5 19.1405 12.5 16.6ZM17.1 14C15.6641 14 14.5 15.1641 14.5 16.6C14.5 18.0359 15.6641 19.2 17.1 19.2C18.5359 19.2 19.7 18.0359 19.7 16.6C19.7 15.1641 18.5359 14 17.1 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.7828 3.61572C13.0561 3.82228 13.3306 4.02978 13.6026 4.23521C14.0748 4.59194 14.5129 4.92294 14.8236 5.23771C15.1638 5.58248 15.5001 6.05322 15.5001 6.70025C15.5001 7.34728 15.1638 7.81802 14.8236 8.16279C14.5129 8.47756 14.0748 8.80856 13.6026 9.1653C12.5721 9.94371 11.542 10.7224 10.5117 11.501L11.9833 12.6131C12.424 12.946 12.5112 13.5732 12.1783 14.0138C11.8453 14.4544 11.2182 14.5417 10.7776 14.2087L10.0133 13.6312C9.94741 13.5814 9.853 13.6284 9.853 13.711V16.8351C9.853 17.7999 9.85559 18.4097 9.91572 18.8226C9.94437 19.0193 10.1166 18.835 10.2414 18.756C10.7079 18.4605 11.3257 18.5991 11.6212 19.0657C11.9168 19.5323 11.7781 20.1501 11.3116 20.4456C10.7401 20.8075 9.87919 21.2648 8.98839 20.8161C8.23886 20.4385 8.02145 19.6935 7.9366 19.1108C7.85286 18.5359 7.85292 17.7769 7.85299 16.9114L7.853 13.5101L3.10295 17.0995C2.66232 17.4325 2.0352 17.3452 1.70223 16.9046C1.36927 16.464 1.45654 15.8369 1.89716 15.5039L7.19432 11.501L1.89716 7.49807C1.45654 7.16511 1.36927 6.53798 1.70223 6.09736C2.0352 5.65673 2.66232 5.56946 3.10295 5.90243L7.853 9.4919V6.16684C7.853 6.14132 7.853 6.11589 7.85299 6.09056C7.85292 5.22503 7.85286 4.4661 7.9366 3.89111C8.02145 3.30851 8.23886 2.5635 8.98839 2.18591C9.74117 1.80667 10.469 2.0802 10.9851 2.3628C11.493 2.64087 12.0963 3.09687 12.7828 3.61572ZM10.0133 9.37077C9.94741 9.42056 9.853 9.37356 9.853 9.29099V6.16684C9.853 5.20206 9.85559 4.59225 9.91572 4.17935C9.93122 4.07291 9.92891 4.06466 10.0246 4.11704C10.3872 4.3156 10.8719 4.67853 11.6383 5.25773L12.3442 5.79115C12.8873 6.20156 13.2046 6.44445 13.4001 6.64256C13.4553 6.69851 13.4553 6.70199 13.4001 6.75794C13.2046 6.95605 12.8873 7.19894 12.3442 7.60935L10.0133 9.37077Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5 16.6C12.5 14.0595 14.5595 12 17.1 12C19.6405 12 21.7 14.0595 21.7 16.6C21.7 17.5083 21.4368 18.355 20.9824 19.0682L22.2071 20.2929C22.5976 20.6834 22.5976 21.3166 22.2071 21.7071C21.8166 22.0976 21.1834 22.0976 20.7929 21.7071L19.5682 20.4824C18.855 20.9368 18.0083 21.2 17.1 21.2C14.5595 21.2 12.5 19.1405 12.5 16.6ZM17.1 14C15.6641 14 14.5 15.1641 14.5 16.6C14.5 18.0359 15.6641 19.2 17.1 19.2C18.5359 19.2 19.7 18.0359 19.7 16.6C19.7 15.1641 18.5359 14 17.1 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.7828 3.61572C13.0561 3.82228 13.3306 4.02978 13.6026 4.23521C14.0748 4.59194 14.5129 4.92294 14.8236 5.23771C15.1638 5.58248 15.5001 6.05322 15.5001 6.70025C15.5001 7.34728 15.1638 7.81802 14.8236 8.16279C14.5129 8.47756 14.0748 8.80856 13.6026 9.1653C12.5721 9.94371 11.542 10.7224 10.5117 11.501L11.9833 12.6131C12.424 12.946 12.5112 13.5732 12.1783 14.0138C11.8453 14.4544 11.2182 14.5417 10.7776 14.2087L10.0133 13.6312C9.94741 13.5814 9.853 13.6284 9.853 13.711V16.8351C9.853 17.7999 9.85559 18.4097 9.91572 18.8226C9.94437 19.0193 10.1166 18.835 10.2414 18.756C10.7079 18.4605 11.3257 18.5991 11.6212 19.0657C11.9168 19.5323 11.7781 20.1501 11.3116 20.4456C10.7401 20.8075 9.87919 21.2648 8.98839 20.8161C8.23886 20.4385 8.02145 19.6935 7.9366 19.1108C7.85286 18.5359 7.85292 17.7769 7.85299 16.9114L7.853 13.5101L3.10295 17.0995C2.66232 17.4325 2.0352 17.3452 1.70223 16.9046C1.36927 16.464 1.45654 15.8369 1.89716 15.5039L7.19432 11.501L1.89716 7.49807C1.45654 7.16511 1.36927 6.53798 1.70223 6.09736C2.0352 5.65673 2.66232 5.56946 3.10295 5.90243L7.853 9.4919V6.16684C7.853 6.14132 7.853 6.11589 7.85299 6.09056C7.85292 5.22503 7.85286 4.4661 7.9366 3.89111C8.02145 3.30851 8.23886 2.5635 8.98839 2.18591C9.74117 1.80667 10.469 2.0802 10.9851 2.3628C11.493 2.64087 12.0963 3.09687 12.7828 3.61572ZM10.0133 9.37077C9.94741 9.42056 9.853 9.37356 9.853 9.29099V6.16684C9.853 5.20206 9.85559 4.59225 9.91572 4.17935C9.93122 4.07291 9.92891 4.06466 10.0246 4.11704C10.3872 4.3156 10.8719 4.67853 11.6383 5.25773L12.3442 5.79115C12.8873 6.20156 13.2046 6.44445 13.4001 6.64256C13.4553 6.69851 13.4553 6.70199 13.4001 6.75794C13.2046 6.95605 12.8873 7.19894 12.3442 7.60935L10.0133 9.37077Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-bluetooth-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03143 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03143 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM13.7104 7.07485C13.3713 6.8272 13.0512 6.59346 12.7767 6.44949C12.4937 6.30114 12.0275 6.12344 11.5403 6.37968C11.06 6.63228 10.9351 7.11069 10.8898 7.42555C10.8452 7.73486 10.8453 8.13462 10.8453 8.56217V8.56219L10.8453 10.3711L9.48781 9.20875C9.17318 8.93935 8.69972 8.97601 8.43032 9.29065C8.16091 9.60528 8.19758 10.0787 8.51222 10.3481L10.4422 12.0007L8.51222 13.6532C8.19758 13.9226 8.16091 14.3961 8.43032 14.7107C8.69972 15.0253 9.17318 15.062 9.48781 14.7926L10.8453 13.6302L10.8453 15.4391V15.4392C10.8453 15.8667 10.8452 16.2665 10.8898 16.5758C10.9351 16.8906 11.06 17.3691 11.5403 17.6217C12.0275 17.8779 12.4937 17.7002 12.7767 17.5518C13.0512 17.4079 13.3713 17.1742 13.7104 16.9265L14.6333 16.2527C14.8835 16.0702 15.1338 15.8876 15.3147 15.7098C15.5179 15.51 15.75 15.2056 15.75 14.7713C15.75 14.337 15.5179 14.0326 15.3147 13.8328C15.1338 13.655 14.8835 13.4724 14.6334 13.2899L12.8673 12.0007L14.6334 10.7115C14.8835 10.5289 15.1338 10.3463 15.3147 10.1685C15.5179 9.96872 15.75 9.66432 15.75 9.23004C15.75 8.79576 15.5179 8.49136 15.3147 8.29155C15.1338 8.11373 14.8835 7.93115 14.6334 7.74862L13.7104 7.07485ZM12.3452 8.61292V10.1309C12.3452 10.303 12.3452 10.3891 12.3999 10.4169C12.4546 10.4447 12.5241 10.3939 12.6631 10.2925L13.713 9.52607C13.7843 9.47396 13.8494 9.42638 13.9083 9.38287C14.0006 9.31458 14.0468 9.28043 14.0468 9.23001C14.0468 9.17958 14.0006 9.14543 13.9083 9.07714C13.8494 9.03363 13.7843 8.98605 13.713 8.93395L12.8677 8.31686C12.7881 8.25881 12.7154 8.2058 12.6486 8.15745C12.52 8.06446 12.4558 8.01797 12.4014 8.0456C12.3469 8.07324 12.3465 8.15251 12.3458 8.31105C12.3453 8.40214 12.3452 8.50237 12.3452 8.61292ZM12.3452 15.3884V13.8704C12.3452 13.6982 12.3452 13.6122 12.3999 13.5844C12.4546 13.5566 12.5241 13.6073 12.6631 13.7088L13.713 14.4752C13.7843 14.5273 13.8494 14.5749 13.9083 14.6184C14.0006 14.6867 14.0468 14.7208 14.0468 14.7713C14.0468 14.8217 14.0006 14.8558 13.9083 14.9241C13.8494 14.9676 13.7843 15.0152 13.713 15.0673L12.8677 15.6844C12.7881 15.7425 12.7154 15.7955 12.6486 15.8438C12.52 15.9368 12.4558 15.9833 12.4014 15.9557C12.3469 15.928 12.3465 15.8488 12.3458 15.6902C12.3453 15.5991 12.3452 15.4989 12.3452 15.3884Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03143 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03143 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM13.7104 7.07485C13.3713 6.8272 13.0512 6.59346 12.7767 6.44949C12.4937 6.30114 12.0275 6.12344 11.5403 6.37968C11.06 6.63228 10.9351 7.11069 10.8898 7.42555C10.8452 7.73486 10.8453 8.13462 10.8453 8.56217V8.56219L10.8453 10.3711L9.48781 9.20875C9.17318 8.93935 8.69972 8.97601 8.43032 9.29065C8.16091 9.60528 8.19758 10.0787 8.51222 10.3481L10.4422 12.0007L8.51222 13.6532C8.19758 13.9226 8.16091 14.3961 8.43032 14.7107C8.69972 15.0253 9.17318 15.062 9.48781 14.7926L10.8453 13.6302L10.8453 15.4391V15.4392C10.8453 15.8667 10.8452 16.2665 10.8898 16.5758C10.9351 16.8906 11.06 17.3691 11.5403 17.6217C12.0275 17.8779 12.4937 17.7002 12.7767 17.5518C13.0512 17.4079 13.3713 17.1742 13.7104 16.9265L14.6333 16.2527C14.8835 16.0702 15.1338 15.8876 15.3147 15.7098C15.5179 15.51 15.75 15.2056 15.75 14.7713C15.75 14.337 15.5179 14.0326 15.3147 13.8328C15.1338 13.655 14.8835 13.4724 14.6334 13.2899L12.8673 12.0007L14.6334 10.7115C14.8835 10.5289 15.1338 10.3463 15.3147 10.1685C15.5179 9.96872 15.75 9.66432 15.75 9.23004C15.75 8.79576 15.5179 8.49136 15.3147 8.29155C15.1338 8.11373 14.8835 7.93115 14.6334 7.74862L13.7104 7.07485ZM12.3452 8.61292V10.1309C12.3452 10.303 12.3452 10.3891 12.3999 10.4169C12.4546 10.4447 12.5241 10.3939 12.6631 10.2925L13.713 9.52607C13.7843 9.47396 13.8494 9.42638 13.9083 9.38287C14.0006 9.31458 14.0468 9.28043 14.0468 9.23001C14.0468 9.17958 14.0006 9.14543 13.9083 9.07714C13.8494 9.03363 13.7843 8.98605 13.713 8.93395L12.8677 8.31686C12.7881 8.25881 12.7154 8.2058 12.6486 8.15745C12.52 8.06446 12.4558 8.01797 12.4014 8.0456C12.3469 8.07324 12.3465 8.15251 12.3458 8.31105C12.3453 8.40214 12.3452 8.50237 12.3452 8.61292ZM12.3452 15.3884V13.8704C12.3452 13.6982 12.3452 13.6122 12.3999 13.5844C12.4546 13.5566 12.5241 13.6073 12.6631 13.7088L13.713 14.4752C13.7843 14.5273 13.8494 14.5749 13.9083 14.6184C14.0006 14.6867 14.0468 14.7208 14.0468 14.7713C14.0468 14.8217 14.0006 14.8558 13.9083 14.9241C13.8494 14.9676 13.7843 15.0152 13.713 15.0673L12.8677 15.6844C12.7881 15.7425 12.7154 15.7955 12.6486 15.8438C12.52 15.9368 12.4558 15.9833 12.4014 15.9557C12.3469 15.928 12.3465 15.8488 12.3458 15.6902C12.3453 15.5991 12.3452 15.4989 12.3452 15.3884Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-bluetooth{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9293 4.11572C15.9496 4.13112 15.9701 4.14658 15.9906 4.16209L16.6965 4.6955C16.7141 4.70877 16.7316 4.72201 16.749 4.73521C17.2213 5.09194 17.6594 5.42294 17.9701 5.73771C18.3103 6.08248 18.6465 6.55322 18.6465 7.20025C18.6465 7.84728 18.3103 8.31802 17.9701 8.66279C17.6594 8.97756 17.2213 9.30856 16.749 9.6653C16.7316 9.6785 16.714 9.69173 16.6965 9.705L13.6582 12.001L16.6965 14.297C16.7141 14.3102 16.7316 14.3235 16.7491 14.3367C17.2213 14.6934 17.6594 15.0244 17.9701 15.3392C18.3103 15.6839 18.6465 16.1547 18.6465 16.8017C18.6465 17.4487 18.3103 17.9195 17.9701 18.2643C17.6594 18.579 17.2213 18.91 16.749 19.2668C16.7316 19.28 16.7141 19.2932 16.6965 19.3065L15.9293 19.8862C15.2428 20.4051 14.6394 20.8611 14.1316 21.1392C13.6155 21.4218 12.8877 21.6953 12.1349 21.3161C11.3853 20.9385 11.1679 20.1935 11.0831 19.6108C10.9993 19.0359 10.9994 18.2769 10.9995 17.4114L10.9995 14.0101L6.24943 17.5995C5.80881 17.9325 5.18168 17.8452 4.84872 17.4046C4.51575 16.964 4.60302 16.3369 5.04365 16.0039L10.3408 12.001L5.04365 7.99807C4.60302 7.66511 4.51575 7.03798 4.84872 6.59736C5.18168 6.15673 5.80881 6.06946 6.24943 6.40243L10.9995 9.9919V6.66684C10.9995 6.64132 10.9995 6.61589 10.9995 6.59056C10.9994 5.72503 10.9993 4.9661 11.0831 4.39111C11.1679 3.80851 11.3853 3.0635 12.1349 2.68591C12.8877 2.30667 13.6155 2.5802 14.1316 2.8628C14.6394 3.14087 15.2428 3.59687 15.9293 4.11572ZM12.9995 14.4119C12.9995 14.1019 13.0727 14.0654 13.3201 14.2523L15.4907 15.8926C15.8188 16.1405 16.1818 16.3798 16.4783 16.6728C16.5958 16.789 16.5958 16.8144 16.4783 16.9306C16.1818 17.2236 15.8188 17.4629 15.4907 17.7108L14.7848 18.2442C14.3239 18.5925 13.804 19.0352 13.2814 19.3468C13.0621 19.4776 12.9993 19.4318 12.9993 19.18C12.9994 18.706 12.9995 17.8226 12.9995 17.3351V14.4119ZM13.3201 9.74965C13.0727 9.93655 12.9995 9.9001 12.9995 9.59008V6.66684C12.9995 6.19821 12.9994 5.36382 12.9993 4.87889C12.9993 4.58526 13.0691 4.54815 13.3111 4.71467C13.7156 4.99295 14.4132 5.47688 14.7848 5.75773L15.4907 6.29115C15.8188 6.53905 16.1818 6.77834 16.4783 7.07135C16.5958 7.18753 16.5958 7.21297 16.4783 7.32915C16.1818 7.62216 15.8188 7.86146 15.4907 8.10935L13.3201 9.74965Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 12C18 11.4477 18.4457 11 18.9955 11H19.0045C19.5543 11 20 11.4477 20 12C20 12.5523 19.5543 13 19.0045 13H18.9955C18.4457 13 18 12.5523 18 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 12C4 11.4477 4.44571 11 4.99553 11H5.00447C5.55429 11 6 11.4477 6 12C6 12.5523 5.55429 13 5.00447 13H4.99553C4.44571 13 4 12.5523 4 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9293 4.11572C15.9496 4.13112 15.9701 4.14658 15.9906 4.16209L16.6965 4.6955C16.7141 4.70877 16.7316 4.72201 16.749 4.73521C17.2213 5.09194 17.6594 5.42294 17.9701 5.73771C18.3103 6.08248 18.6465 6.55322 18.6465 7.20025C18.6465 7.84728 18.3103 8.31802 17.9701 8.66279C17.6594 8.97756 17.2213 9.30856 16.749 9.6653C16.7316 9.6785 16.714 9.69173 16.6965 9.705L13.6582 12.001L16.6965 14.297C16.7141 14.3102 16.7316 14.3235 16.7491 14.3367C17.2213 14.6934 17.6594 15.0244 17.9701 15.3392C18.3103 15.6839 18.6465 16.1547 18.6465 16.8017C18.6465 17.4487 18.3103 17.9195 17.9701 18.2643C17.6594 18.579 17.2213 18.91 16.749 19.2668C16.7316 19.28 16.7141 19.2932 16.6965 19.3065L15.9293 19.8862C15.2428 20.4051 14.6394 20.8611 14.1316 21.1392C13.6155 21.4218 12.8877 21.6953 12.1349 21.3161C11.3853 20.9385 11.1679 20.1935 11.0831 19.6108C10.9993 19.0359 10.9994 18.2769 10.9995 17.4114L10.9995 14.0101L6.24943 17.5995C5.80881 17.9325 5.18168 17.8452 4.84872 17.4046C4.51575 16.964 4.60302 16.3369 5.04365 16.0039L10.3408 12.001L5.04365 7.99807C4.60302 7.66511 4.51575 7.03798 4.84872 6.59736C5.18168 6.15673 5.80881 6.06946 6.24943 6.40243L10.9995 9.9919V6.66684C10.9995 6.64132 10.9995 6.61589 10.9995 6.59056C10.9994 5.72503 10.9993 4.9661 11.0831 4.39111C11.1679 3.80851 11.3853 3.0635 12.1349 2.68591C12.8877 2.30667 13.6155 2.5802 14.1316 2.8628C14.6394 3.14087 15.2428 3.59687 15.9293 4.11572ZM12.9995 14.4119C12.9995 14.1019 13.0727 14.0654 13.3201 14.2523L15.4907 15.8926C15.8188 16.1405 16.1818 16.3798 16.4783 16.6728C16.5958 16.789 16.5958 16.8144 16.4783 16.9306C16.1818 17.2236 15.8188 17.4629 15.4907 17.7108L14.7848 18.2442C14.3239 18.5925 13.804 19.0352 13.2814 19.3468C13.0621 19.4776 12.9993 19.4318 12.9993 19.18C12.9994 18.706 12.9995 17.8226 12.9995 17.3351V14.4119ZM13.3201 9.74965C13.0727 9.93655 12.9995 9.9001 12.9995 9.59008V6.66684C12.9995 6.19821 12.9994 5.36382 12.9993 4.87889C12.9993 4.58526 13.0691 4.54815 13.3111 4.71467C13.7156 4.99295 14.4132 5.47688 14.7848 5.75773L15.4907 6.29115C15.8188 6.53905 16.1818 6.77834 16.4783 7.07135C16.5958 7.18753 16.5958 7.21297 16.4783 7.32915C16.1818 7.62216 15.8188 7.86146 15.4907 8.10935L13.3201 9.74965Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 12C18 11.4477 18.4457 11 18.9955 11H19.0045C19.5543 11 20 11.4477 20 12C20 12.5523 19.5543 13 19.0045 13H18.9955C18.4457 13 18 12.5523 18 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 12C4 11.4477 4.44571 11 4.99553 11H5.00447C5.55429 11 6 11.4477 6 12C6 12.5523 5.55429 13 5.00447 13H4.99553C4.44571 13 4 12.5523 4 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-bulb-charge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.5C8.12437 3.5 5 6.60727 5 10.4189C5 11.7227 5.36394 12.94 5.99704 13.98C6.28421 14.4518 6.13458 15.067 5.66283 15.3542C5.19107 15.6414 4.57584 15.4917 4.28867 15.02C3.47075 13.6763 3 12.1008 3 10.4189C3 5.48352 7.03907 1.5 12 1.5C16.9609 1.5 21 5.48352 21 10.4189C21 12.1008 20.5292 13.6763 19.7113 15.02C19.4242 15.4917 18.8089 15.6414 18.3372 15.3542C17.8654 15.067 17.7158 14.4518 18.003 13.98C18.6361 12.94 19 11.7227 19 10.4189C19 6.60727 15.8756 3.5 12 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8432 15.75C15.9736 15.75 16.1022 15.75 16.2105 15.755C16.325 15.7602 16.4787 15.7728 16.6389 15.8212C17.1374 15.9717 17.4733 16.3363 17.4987 16.7498C17.5069 16.8826 17.4739 16.9996 17.4441 17.0857C17.1127 18.7676 16.4285 19.2499 15.8431 19.2499H8.1569C7.57151 19.2499 6.8873 18.7676 6.55585 17.0857C6.52614 16.9996 6.49309 16.8826 6.50126 16.7498C6.5267 16.3363 6.8626 15.9717 7.3611 15.8212C7.52127 15.7728 7.67503 15.7602 7.78946 15.755C7.89781 15.75 8.02637 15.75 8.15678 15.75H8.15684H15.8432H15.8432Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3321 22.4013C10.6774 22.5018 11.0856 22.5018 11.9019 22.5018C12.7182 22.5018 13.1264 22.5018 13.4717 22.4013C14.0057 22.2458 14.4551 21.9204 14.7324 21.4884C14.8356 21.3276 14.906 21.1423 14.9776 20.8791C15.0674 20.5491 15.1123 20.3841 15.0223 20.2663C14.9322 20.1484 14.7551 20.1484 14.4009 20.1484H9.40295C9.04873 20.1484 8.87162 20.1484 8.78156 20.2663C8.69151 20.3841 8.73641 20.5491 8.82623 20.8791C8.89786 21.1423 8.96819 21.3276 9.07142 21.4884C9.34876 21.9204 9.79812 22.2458 10.3321 22.4013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2993 6.24616C13.7157 6.60904 13.759 7.24072 13.3961 7.65706L12.3303 8.87997C12.2794 8.93827 12.3112 9.02973 12.3872 9.04397L13.0514 9.16837C14.2793 9.39838 14.6394 10.9207 13.77 11.7187L11.5713 13.7367C11.1645 14.1102 10.5319 14.0831 10.1584 13.6762C9.78496 13.2693 9.81206 12.6368 10.2189 12.2633L11.511 11.0774C11.5717 11.0217 11.5428 10.9206 11.4618 10.9054L10.9491 10.8094C9.79412 10.593 9.38873 9.21097 10.1161 8.37646L11.8884 6.34297C12.2513 5.92663 12.883 5.88329 13.2993 6.24616Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.5C8.12437 3.5 5 6.60727 5 10.4189C5 11.7227 5.36394 12.94 5.99704 13.98C6.28421 14.4518 6.13458 15.067 5.66283 15.3542C5.19107 15.6414 4.57584 15.4917 4.28867 15.02C3.47075 13.6763 3 12.1008 3 10.4189C3 5.48352 7.03907 1.5 12 1.5C16.9609 1.5 21 5.48352 21 10.4189C21 12.1008 20.5292 13.6763 19.7113 15.02C19.4242 15.4917 18.8089 15.6414 18.3372 15.3542C17.8654 15.067 17.7158 14.4518 18.003 13.98C18.6361 12.94 19 11.7227 19 10.4189C19 6.60727 15.8756 3.5 12 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8432 15.75C15.9736 15.75 16.1022 15.75 16.2105 15.755C16.325 15.7602 16.4787 15.7728 16.6389 15.8212C17.1374 15.9717 17.4733 16.3363 17.4987 16.7498C17.5069 16.8826 17.4739 16.9996 17.4441 17.0857C17.1127 18.7676 16.4285 19.2499 15.8431 19.2499H8.1569C7.57151 19.2499 6.8873 18.7676 6.55585 17.0857C6.52614 16.9996 6.49309 16.8826 6.50126 16.7498C6.5267 16.3363 6.8626 15.9717 7.3611 15.8212C7.52127 15.7728 7.67503 15.7602 7.78946 15.755C7.89781 15.75 8.02637 15.75 8.15678 15.75H8.15684H15.8432H15.8432Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3321 22.4013C10.6774 22.5018 11.0856 22.5018 11.9019 22.5018C12.7182 22.5018 13.1264 22.5018 13.4717 22.4013C14.0057 22.2458 14.4551 21.9204 14.7324 21.4884C14.8356 21.3276 14.906 21.1423 14.9776 20.8791C15.0674 20.5491 15.1123 20.3841 15.0223 20.2663C14.9322 20.1484 14.7551 20.1484 14.4009 20.1484H9.40295C9.04873 20.1484 8.87162 20.1484 8.78156 20.2663C8.69151 20.3841 8.73641 20.5491 8.82623 20.8791C8.89786 21.1423 8.96819 21.3276 9.07142 21.4884C9.34876 21.9204 9.79812 22.2458 10.3321 22.4013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2993 6.24616C13.7157 6.60904 13.759 7.24072 13.3961 7.65706L12.3303 8.87997C12.2794 8.93827 12.3112 9.02973 12.3872 9.04397L13.0514 9.16837C14.2793 9.39838 14.6394 10.9207 13.77 11.7187L11.5713 13.7367C11.1645 14.1102 10.5319 14.0831 10.1584 13.6762C9.78496 13.2693 9.81206 12.6368 10.2189 12.2633L11.511 11.0774C11.5717 11.0217 11.5428 10.9206 11.4618 10.9054L10.9491 10.8094C9.79412 10.593 9.38873 9.21097 10.1161 8.37646L11.8884 6.34297C12.2513 5.92663 12.883 5.88329 13.2993 6.24616Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-bulb{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.5C8.12437 3.5 5 6.60727 5 10.4189C5 11.7227 5.36394 12.94 5.99704 13.98C6.28421 14.4518 6.13458 15.067 5.66283 15.3542C5.19107 15.6414 4.57584 15.4917 4.28867 15.02C3.47075 13.6763 3 12.1008 3 10.4189C3 5.48352 7.03907 1.5 12 1.5C16.9609 1.5 21 5.48352 21 10.4189C21 12.1008 20.5292 13.6763 19.7113 15.02C19.4242 15.4917 18.8089 15.6414 18.3372 15.3542C17.8654 15.067 17.7158 14.4518 18.003 13.98C18.6361 12.94 19 11.7227 19 10.4189C19 6.60727 15.8756 3.5 12 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8432 15.75C15.9736 15.75 16.1022 15.75 16.2105 15.755C16.325 15.7602 16.4787 15.7728 16.6389 15.8212C17.1374 15.9717 17.4733 16.3363 17.4987 16.7498C17.5069 16.8826 17.4739 16.9996 17.4441 17.0857C17.1127 18.7676 16.4285 19.2499 15.8431 19.2499H8.1569C7.57151 19.2499 6.8873 18.7676 6.55585 17.0857C6.52614 16.9996 6.49309 16.8826 6.50126 16.7498C6.5267 16.3363 6.8626 15.9717 7.3611 15.8212C7.52127 15.7728 7.67503 15.7602 7.78946 15.755C7.89781 15.75 8.02637 15.75 8.15678 15.75H8.15684H15.8432H15.8432Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3321 22.4013C10.6774 22.5018 11.0856 22.5018 11.9019 22.5018C12.7182 22.5018 13.1264 22.5018 13.4717 22.4013C14.0057 22.2458 14.4551 21.9204 14.7324 21.4884C14.8356 21.3276 14.906 21.1423 14.9776 20.8791C15.0674 20.5491 15.1123 20.3841 15.0223 20.2663C14.9322 20.1484 14.7551 20.1484 14.4009 20.1484H9.40295C9.04873 20.1484 8.87162 20.1484 8.78156 20.2663C8.69151 20.3841 8.73641 20.5491 8.82623 20.8791C8.89786 21.1423 8.96819 21.3276 9.07142 21.4884C9.34876 21.9204 9.79812 22.2458 10.3321 22.4013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6896 9.77581C15.0896 10.1567 15.1051 10.7896 14.7242 11.1896C14.2312 11.7074 13.6525 12.122 13 12.3377L13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16L11 12.3377C10.3475 12.122 9.76884 11.7074 9.27581 11.1896C8.89495 10.7896 8.91044 10.1567 9.31041 9.77581C9.71037 9.39495 10.3433 9.41045 10.7242 9.81041C11.217 10.3279 11.6488 10.5 12 10.5C12.3512 10.5 12.783 10.3279 13.2758 9.81041C13.6567 9.41044 14.2896 9.39495 14.6896 9.77581Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.5C8.12437 3.5 5 6.60727 5 10.4189C5 11.7227 5.36394 12.94 5.99704 13.98C6.28421 14.4518 6.13458 15.067 5.66283 15.3542C5.19107 15.6414 4.57584 15.4917 4.28867 15.02C3.47075 13.6763 3 12.1008 3 10.4189C3 5.48352 7.03907 1.5 12 1.5C16.9609 1.5 21 5.48352 21 10.4189C21 12.1008 20.5292 13.6763 19.7113 15.02C19.4242 15.4917 18.8089 15.6414 18.3372 15.3542C17.8654 15.067 17.7158 14.4518 18.003 13.98C18.6361 12.94 19 11.7227 19 10.4189C19 6.60727 15.8756 3.5 12 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8432 15.75C15.9736 15.75 16.1022 15.75 16.2105 15.755C16.325 15.7602 16.4787 15.7728 16.6389 15.8212C17.1374 15.9717 17.4733 16.3363 17.4987 16.7498C17.5069 16.8826 17.4739 16.9996 17.4441 17.0857C17.1127 18.7676 16.4285 19.2499 15.8431 19.2499H8.1569C7.57151 19.2499 6.8873 18.7676 6.55585 17.0857C6.52614 16.9996 6.49309 16.8826 6.50126 16.7498C6.5267 16.3363 6.8626 15.9717 7.3611 15.8212C7.52127 15.7728 7.67503 15.7602 7.78946 15.755C7.89781 15.75 8.02637 15.75 8.15678 15.75H8.15684H15.8432H15.8432Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3321 22.4013C10.6774 22.5018 11.0856 22.5018 11.9019 22.5018C12.7182 22.5018 13.1264 22.5018 13.4717 22.4013C14.0057 22.2458 14.4551 21.9204 14.7324 21.4884C14.8356 21.3276 14.906 21.1423 14.9776 20.8791C15.0674 20.5491 15.1123 20.3841 15.0223 20.2663C14.9322 20.1484 14.7551 20.1484 14.4009 20.1484H9.40295C9.04873 20.1484 8.87162 20.1484 8.78156 20.2663C8.69151 20.3841 8.73641 20.5491 8.82623 20.8791C8.89786 21.1423 8.96819 21.3276 9.07142 21.4884C9.34876 21.9204 9.79812 22.2458 10.3321 22.4013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6896 9.77581C15.0896 10.1567 15.1051 10.7896 14.7242 11.1896C14.2312 11.7074 13.6525 12.122 13 12.3377L13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16L11 12.3377C10.3475 12.122 9.76884 11.7074 9.27581 11.1896C8.89495 10.7896 8.91044 10.1567 9.31041 9.77581C9.71037 9.39495 10.3433 9.41045 10.7242 9.81041C11.217 10.3279 11.6488 10.5 12 10.5C12.3512 10.5 12.783 10.3279 13.2758 9.81041C13.6567 9.41044 14.2896 9.39495 14.6896 9.77581Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-cd{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12 9.5C13.3807 9.5 14.5 10.6193 14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.5 12 9.5ZM16.4857 5.90729C16.1584 5.65351 15.6872 5.71316 15.4335 6.04052C15.1797 6.36788 15.2393 6.839 15.5667 7.09278C16.0723 7.48476 16.5161 7.95795 16.8791 8.4939C17.1115 8.83683 17.5778 8.92649 17.9207 8.69417C18.2637 8.46185 18.3533 7.99552 18.121 7.65259C17.6697 6.98647 17.1173 6.39689 16.4857 5.90729ZM7.11634 15.5623C6.88027 15.2219 6.41299 15.1374 6.07263 15.3734C5.73227 15.6095 5.64772 16.0768 5.88379 16.4172C6.32599 17.0547 6.86168 17.6203 7.47103 18.0927C7.79837 18.3465 8.26949 18.2869 8.5233 17.9596C8.77711 17.6323 8.7175 17.1611 8.39016 16.9073C7.90232 16.5291 7.4721 16.0752 7.11634 15.5623Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12 9.5C13.3807 9.5 14.5 10.6193 14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.5 12 9.5ZM16.4857 5.90729C16.1584 5.65351 15.6872 5.71316 15.4335 6.04052C15.1797 6.36788 15.2393 6.839 15.5667 7.09278C16.0723 7.48476 16.5161 7.95795 16.8791 8.4939C17.1115 8.83683 17.5778 8.92649 17.9207 8.69417C18.2637 8.46185 18.3533 7.99552 18.121 7.65259C17.6697 6.98647 17.1173 6.39689 16.4857 5.90729ZM7.11634 15.5623C6.88027 15.2219 6.41299 15.1374 6.07263 15.3734C5.73227 15.6095 5.64772 16.0768 5.88379 16.4172C6.32599 17.0547 6.86168 17.6203 7.47103 18.0927C7.79837 18.3465 8.26949 18.2869 8.5233 17.9596C8.77711 17.6323 8.7175 17.1611 8.39016 16.9073C7.90232 16.5291 7.4721 16.0752 7.11634 15.5623Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-computer-add-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1C18.5523 1 19 1.44772 19 2L19 5L22 5C22.5523 5 23 5.44772 23 6C23 6.55228 22.5523 7 22 7L19 7V10C19 10.5523 18.5523 11 18 11C17.4477 11 17 10.5523 17 10V7H14C13.4477 7 13 6.55229 13 6C13 5.44772 13.4477 5 14 5H17L17 2C17 1.44772 17.4477 1 18 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 14C10 13.4477 10.4477 13 11 13H13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H11C10.4477 15 10 14.5523 10 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5046 1C12.0569 1 12.5046 1.44772 12.5046 2C12.5046 2.55229 12.0569 3 11.5046 3H10.0039C8.34184 3 7.17336 3.0013 6.27237 3.09622C5.38915 3.18928 4.87884 3.36322 4.49322 3.6331C4.15857 3.86731 3.86752 4.15823 3.63323 4.49267C3.36332 4.87796 3.18934 5.38782 3.09626 6.27046C3.0013 7.17093 3 8.33875 3 10C3 11.6612 3.0013 12.8291 3.09626 13.7295C3.18934 14.6122 3.36332 15.122 3.63323 15.5073C3.86752 15.8418 4.15857 16.1327 4.49322 16.3669C4.87884 16.6368 5.38915 16.8107 6.27237 16.9038C7.17336 16.9987 8.34184 17 10.0039 17H14.0058C15.6678 17 16.8363 16.9987 17.7373 16.9038C18.6205 16.8107 19.1308 16.6368 19.5164 16.3669C19.8511 16.1327 20.1421 15.8418 20.3764 15.5073C20.8063 14.8936 20.967 14.0157 21.0001 11.9837C21.0091 11.4315 21.4641 10.9911 22.0163 11.0001C22.5685 11.0091 23.0089 11.4641 22.9999 12.0163C22.9677 13.9876 22.8419 15.4737 22.0144 16.6549C21.6463 17.1804 21.189 17.6375 20.6632 18.0055C19.886 18.5494 18.9947 18.7824 17.9468 18.8928C16.9288 19 15.6548 19 14.0625 19H13.4C13.0229 19 13 19.0229 13 19.4V20C13 20.8273 13.1727 21 14 21H16C16.5523 21 17 21.4477 17 22C17 22.5523 16.5523 23 16 23H8C7.44772 23 7 22.5523 7 22C7 21.4477 7.44772 21 8 21H10C10.8273 21 11 20.8273 11 20V19.4C11 19.0229 10.9771 19 10.6 19H9.94717C8.35486 19 7.08088 19 6.06282 18.8928C5.01493 18.7824 4.12363 18.5494 3.34644 18.0055C2.82068 17.6375 2.36336 17.1804 1.99519 16.6549C1.45089 15.8779 1.21776 14.9868 1.10729 13.9393C0.999974 12.9217 0.999986 11.6482 1 10.0567V9.94325C0.999986 8.35178 0.999974 7.07835 1.10729 6.06071C1.21776 5.01317 1.45089 4.12211 1.99519 3.34514C2.36336 2.81959 2.82068 2.3625 3.34644 1.99453C4.12363 1.4506 5.01493 1.21763 6.06282 1.10723C7.08087 0.999974 8.35486 0.999986 9.94716 1H11.5046Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1C18.5523 1 19 1.44772 19 2L19 5L22 5C22.5523 5 23 5.44772 23 6C23 6.55228 22.5523 7 22 7L19 7V10C19 10.5523 18.5523 11 18 11C17.4477 11 17 10.5523 17 10V7H14C13.4477 7 13 6.55229 13 6C13 5.44772 13.4477 5 14 5H17L17 2C17 1.44772 17.4477 1 18 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 14C10 13.4477 10.4477 13 11 13H13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H11C10.4477 15 10 14.5523 10 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5046 1C12.0569 1 12.5046 1.44772 12.5046 2C12.5046 2.55229 12.0569 3 11.5046 3H10.0039C8.34184 3 7.17336 3.0013 6.27237 3.09622C5.38915 3.18928 4.87884 3.36322 4.49322 3.6331C4.15857 3.86731 3.86752 4.15823 3.63323 4.49267C3.36332 4.87796 3.18934 5.38782 3.09626 6.27046C3.0013 7.17093 3 8.33875 3 10C3 11.6612 3.0013 12.8291 3.09626 13.7295C3.18934 14.6122 3.36332 15.122 3.63323 15.5073C3.86752 15.8418 4.15857 16.1327 4.49322 16.3669C4.87884 16.6368 5.38915 16.8107 6.27237 16.9038C7.17336 16.9987 8.34184 17 10.0039 17H14.0058C15.6678 17 16.8363 16.9987 17.7373 16.9038C18.6205 16.8107 19.1308 16.6368 19.5164 16.3669C19.8511 16.1327 20.1421 15.8418 20.3764 15.5073C20.8063 14.8936 20.967 14.0157 21.0001 11.9837C21.0091 11.4315 21.4641 10.9911 22.0163 11.0001C22.5685 11.0091 23.0089 11.4641 22.9999 12.0163C22.9677 13.9876 22.8419 15.4737 22.0144 16.6549C21.6463 17.1804 21.189 17.6375 20.6632 18.0055C19.886 18.5494 18.9947 18.7824 17.9468 18.8928C16.9288 19 15.6548 19 14.0625 19H13.4C13.0229 19 13 19.0229 13 19.4V20C13 20.8273 13.1727 21 14 21H16C16.5523 21 17 21.4477 17 22C17 22.5523 16.5523 23 16 23H8C7.44772 23 7 22.5523 7 22C7 21.4477 7.44772 21 8 21H10C10.8273 21 11 20.8273 11 20V19.4C11 19.0229 10.9771 19 10.6 19H9.94717C8.35486 19 7.08088 19 6.06282 18.8928C5.01493 18.7824 4.12363 18.5494 3.34644 18.0055C2.82068 17.6375 2.36336 17.1804 1.99519 16.6549C1.45089 15.8779 1.21776 14.9868 1.10729 13.9393C0.999974 12.9217 0.999986 11.6482 1 10.0567V9.94325C0.999986 8.35178 0.999974 7.07835 1.10729 6.06071C1.21776 5.01317 1.45089 4.12211 1.99519 3.34514C2.36336 2.81959 2.82068 2.3625 3.34644 1.99453C4.12363 1.4506 5.01493 1.21763 6.06282 1.10723C7.08087 0.999974 8.35486 0.999986 9.94716 1H11.5046Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-computer-add-2{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.7071 1.29289C23.0976 1.68342 23.0976 2.31658 22.7071 2.70711L19.9142 5.5L22.7071 8.29289C23.0976 8.68342 23.0976 9.31658 22.7071 9.70711C22.3166 10.0976 21.6834 10.0976 21.2929 9.70711L18.5 6.91421L15.7071 9.70711C15.3166 10.0976 14.6834 10.0976 14.2929 9.70711C13.9024 9.31658 13.9024 8.68342 14.2929 8.29289L17.0858 5.5L14.2929 2.70711C13.9024 2.31658 13.9024 1.68342 14.2929 1.29289C14.6834 0.902369 15.3166 0.902369 15.7071 1.29289L18.5 4.08579L21.2929 1.29289C21.6834 0.902369 22.3166 0.902369 22.7071 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 14C10 13.4477 10.4477 13 11 13H13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H11C10.4477 15 10 14.5523 10 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5 1C12.0523 1 12.5 1.44772 12.5 2C12.5 2.55229 12.0523 3 11.5 3H10.0039C8.34184 3 7.17336 3.0013 6.27237 3.09622C5.38915 3.18928 4.87884 3.36322 4.49322 3.6331C4.15857 3.86731 3.86752 4.15823 3.63323 4.49267C3.36332 4.87796 3.18934 5.38782 3.09626 6.27046C3.0013 7.17093 3 8.33875 3 10C3 11.6612 3.0013 12.8291 3.09626 13.7295C3.18934 14.6122 3.36332 15.122 3.63323 15.5073C3.86752 15.8418 4.15857 16.1327 4.49322 16.3669C4.87884 16.6368 5.38915 16.8107 6.27237 16.9038C7.17336 16.9987 8.34184 17 10.0039 17H14.0058C15.6678 17 16.8363 16.9987 17.7373 16.9038C18.6205 16.8107 19.1308 16.6368 19.5164 16.3669C19.8511 16.1327 20.1421 15.8418 20.3764 15.5073C20.8063 14.8936 20.967 14.0157 21.0001 11.9837C21.0091 11.4315 21.4641 10.9911 22.0163 11.0001C22.5685 11.0091 23.0089 11.4641 22.9999 12.0163C22.9677 13.9876 22.8419 15.4737 22.0144 16.6549C21.6463 17.1804 21.189 17.6375 20.6632 18.0055C19.886 18.5494 18.9947 18.7824 17.9468 18.8928C16.9288 19 15.6548 19 14.0625 19H13.4C13.0229 19 13 19.0229 13 19.4V20C13 20.8273 13.1727 21 14 21H16C16.5523 21 17 21.4477 17 22C17 22.5523 16.5523 23 16 23H8C7.44772 23 7 22.5523 7 22C7 21.4477 7.44772 21 8 21H10C10.8273 21 11 20.8273 11 20V19.4C11 19.0229 10.9771 19 10.6 19H9.94717C8.35486 19 7.08088 19 6.06282 18.8928C5.01493 18.7824 4.12363 18.5494 3.34644 18.0055C2.82068 17.6375 2.36336 17.1804 1.99519 16.6549C1.45089 15.8779 1.21776 14.9868 1.10729 13.9393C0.999974 12.9217 0.999986 11.6482 1 10.0567V9.94325C0.999986 8.35178 0.999974 7.07835 1.10729 6.06071C1.21776 5.01317 1.45089 4.12211 1.99519 3.34514C2.36336 2.81959 2.82068 2.3625 3.34644 1.99454C4.12363 1.4506 5.01493 1.21763 6.06282 1.10723C7.08087 0.999974 8.35486 0.999986 9.94716 1H11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.7071 1.29289C23.0976 1.68342 23.0976 2.31658 22.7071 2.70711L19.9142 5.5L22.7071 8.29289C23.0976 8.68342 23.0976 9.31658 22.7071 9.70711C22.3166 10.0976 21.6834 10.0976 21.2929 9.70711L18.5 6.91421L15.7071 9.70711C15.3166 10.0976 14.6834 10.0976 14.2929 9.70711C13.9024 9.31658 13.9024 8.68342 14.2929 8.29289L17.0858 5.5L14.2929 2.70711C13.9024 2.31658 13.9024 1.68342 14.2929 1.29289C14.6834 0.902369 15.3166 0.902369 15.7071 1.29289L18.5 4.08579L21.2929 1.29289C21.6834 0.902369 22.3166 0.902369 22.7071 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 14C10 13.4477 10.4477 13 11 13H13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H11C10.4477 15 10 14.5523 10 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5 1C12.0523 1 12.5 1.44772 12.5 2C12.5 2.55229 12.0523 3 11.5 3H10.0039C8.34184 3 7.17336 3.0013 6.27237 3.09622C5.38915 3.18928 4.87884 3.36322 4.49322 3.6331C4.15857 3.86731 3.86752 4.15823 3.63323 4.49267C3.36332 4.87796 3.18934 5.38782 3.09626 6.27046C3.0013 7.17093 3 8.33875 3 10C3 11.6612 3.0013 12.8291 3.09626 13.7295C3.18934 14.6122 3.36332 15.122 3.63323 15.5073C3.86752 15.8418 4.15857 16.1327 4.49322 16.3669C4.87884 16.6368 5.38915 16.8107 6.27237 16.9038C7.17336 16.9987 8.34184 17 10.0039 17H14.0058C15.6678 17 16.8363 16.9987 17.7373 16.9038C18.6205 16.8107 19.1308 16.6368 19.5164 16.3669C19.8511 16.1327 20.1421 15.8418 20.3764 15.5073C20.8063 14.8936 20.967 14.0157 21.0001 11.9837C21.0091 11.4315 21.4641 10.9911 22.0163 11.0001C22.5685 11.0091 23.0089 11.4641 22.9999 12.0163C22.9677 13.9876 22.8419 15.4737 22.0144 16.6549C21.6463 17.1804 21.189 17.6375 20.6632 18.0055C19.886 18.5494 18.9947 18.7824 17.9468 18.8928C16.9288 19 15.6548 19 14.0625 19H13.4C13.0229 19 13 19.0229 13 19.4V20C13 20.8273 13.1727 21 14 21H16C16.5523 21 17 21.4477 17 22C17 22.5523 16.5523 23 16 23H8C7.44772 23 7 22.5523 7 22C7 21.4477 7.44772 21 8 21H10C10.8273 21 11 20.8273 11 20V19.4C11 19.0229 10.9771 19 10.6 19H9.94717C8.35486 19 7.08088 19 6.06282 18.8928C5.01493 18.7824 4.12363 18.5494 3.34644 18.0055C2.82068 17.6375 2.36336 17.1804 1.99519 16.6549C1.45089 15.8779 1.21776 14.9868 1.10729 13.9393C0.999974 12.9217 0.999986 11.6482 1 10.0567V9.94325C0.999986 8.35178 0.999974 7.07835 1.10729 6.06071C1.21776 5.01317 1.45089 4.12211 1.99519 3.34514C2.36336 2.81959 2.82068 2.3625 3.34644 1.99454C4.12363 1.4506 5.01493 1.21763 6.06282 1.10723C7.08087 0.999974 8.35486 0.999986 9.94716 1H11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-computer-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.0001 1C18.5524 1 19.0001 1.44772 19.0001 2V2.39864C19.7405 2.56884 20.4099 2.92409 20.9513 3.41399L21.4593 3.08741C21.9239 2.78874 22.5426 2.92323 22.8413 3.38779C23.14 3.85236 23.0055 4.47107 22.5409 4.76974L22.0767 5.06817C22.2426 5.51495 22.3335 5.99727 22.3335 6.5C22.3335 7.00281 22.2426 7.48521 22.0766 7.93205L22.5405 8.23026C23.005 8.52893 23.1395 9.14764 22.8409 9.61221C22.5422 10.0768 21.9235 10.2113 21.4589 9.91259L20.9512 9.58617C20.4097 10.076 19.7404 10.4312 19.0001 10.6014V11C19.0001 11.5523 18.5524 12 18.0001 12C17.4478 12 17.0001 11.5523 17.0001 11V10.6014C16.2598 10.4312 15.5905 10.076 15.0491 9.58617L14.5413 9.91259C14.0768 10.2113 13.458 10.0768 13.1594 9.61221C12.8607 9.14764 12.9952 8.52893 13.4598 8.23026L13.9236 7.93205C13.7577 7.48521 13.6668 7.00281 13.6668 6.5C13.6668 5.99727 13.7576 5.51495 13.9236 5.06817L13.4593 4.76974C12.9948 4.47107 12.8603 3.85236 13.159 3.38779C13.4576 2.92323 14.0763 2.78874 14.5409 3.08741L15.0489 3.41399C15.5904 2.92409 16.2597 2.56884 17.0001 2.39864V2C17.0001 1.44772 17.4478 1 18.0001 1ZM18.0001 4.28571C17.1753 4.28571 16.4615 4.68984 16.0483 5.28631C15.8057 5.63659 15.6668 6.05259 15.6668 6.5C15.6668 6.94747 15.8057 7.36351 16.0484 7.71382C16.4616 8.31022 17.1753 8.71428 18.0001 8.71428C18.8249 8.71428 19.5386 8.31022 19.9518 7.71382C20.1945 7.36351 20.3335 6.94747 20.3335 6.5C20.3335 6.05259 20.1945 5.6366 19.9519 5.28631C19.5387 4.68984 18.825 4.28571 18.0001 4.28571Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 14C10 13.4477 10.4477 13 11 13H13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H11C10.4477 15 10 14.5523 10 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94952 1L11.0029 1C11.5552 1 12.0029 1.44772 12.0029 2C12.0029 2.55229 11.5552 3 11.0029 3H10.0062C8.34371 3 7.17486 3.0013 6.27356 3.09623C5.39003 3.18929 4.87947 3.36325 4.49367 3.63318C4.15889 3.86741 3.86775 4.15834 3.63339 4.49278C3.36341 4.87806 3.18939 5.38789 3.09629 6.27049C3.0013 7.17094 3 8.33875 3 10C3 11.6613 3.0013 12.8291 3.09629 13.7295C3.18939 14.6121 3.36341 15.1219 3.63339 15.5072C3.86775 15.8417 4.15889 16.1326 4.49367 16.3668C4.87947 16.6368 5.39003 16.8107 6.27356 16.9038C7.17486 16.9987 8.34371 17 10.0062 17H14.0093C15.6718 17 16.8407 16.9987 17.7419 16.9038C18.6255 16.8107 19.136 16.6368 19.5218 16.3668C19.8566 16.1326 20.1478 15.8417 20.3821 15.5072C20.8194 14.8832 20.9679 14.0273 21.0005 12.9692C21.0175 12.4172 21.4787 11.9835 22.0308 12.0005C22.5828 12.0175 23.0165 12.4787 22.9995 13.0308C22.9647 14.1609 22.8117 15.5252 22.02 16.655C21.6517 17.1805 21.1943 17.6376 20.6684 18.0055C19.891 18.5494 18.9996 18.7824 17.9514 18.8928C16.9331 19 15.6588 19 14.066 19H13.4C13.0229 19 13 19.0229 13 19.4V20C13 20.8273 13.1727 21 14 21H16C16.5523 21 17 21.4477 17 22C17 22.5523 16.5523 23 16 23H8C7.44772 23 7 22.5523 7 22C7 21.4477 7.44772 21 8 21H10C10.8273 21 11 20.8273 11 20V19.4C11 19.0229 10.9771 19 10.6 19H9.9495C8.35672 19 7.08239 19 6.06407 18.8928C5.01593 18.7824 4.12447 18.5494 3.34712 18.0055C2.82123 17.6376 2.36379 17.1805 1.9955 16.655C1.45104 15.878 1.21783 14.9869 1.10732 13.9393C0.999973 12.9217 0.999985 11.6482 1 10.0568V9.94324C0.999985 8.35178 0.999973 7.07834 1.10732 6.06068C1.21783 5.01311 1.45104 4.12201 1.9955 3.34503C2.36379 2.81948 2.82123 2.3624 3.34712 1.99446C4.12447 1.45057 5.01593 1.21762 6.06407 1.10723C7.0824 0.999973 8.35673 0.999985 9.94952 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.0001 1C18.5524 1 19.0001 1.44772 19.0001 2V2.39864C19.7405 2.56884 20.4099 2.92409 20.9513 3.41399L21.4593 3.08741C21.9239 2.78874 22.5426 2.92323 22.8413 3.38779C23.14 3.85236 23.0055 4.47107 22.5409 4.76974L22.0767 5.06817C22.2426 5.51495 22.3335 5.99727 22.3335 6.5C22.3335 7.00281 22.2426 7.48521 22.0766 7.93205L22.5405 8.23026C23.005 8.52893 23.1395 9.14764 22.8409 9.61221C22.5422 10.0768 21.9235 10.2113 21.4589 9.91259L20.9512 9.58617C20.4097 10.076 19.7404 10.4312 19.0001 10.6014V11C19.0001 11.5523 18.5524 12 18.0001 12C17.4478 12 17.0001 11.5523 17.0001 11V10.6014C16.2598 10.4312 15.5905 10.076 15.0491 9.58617L14.5413 9.91259C14.0768 10.2113 13.458 10.0768 13.1594 9.61221C12.8607 9.14764 12.9952 8.52893 13.4598 8.23026L13.9236 7.93205C13.7577 7.48521 13.6668 7.00281 13.6668 6.5C13.6668 5.99727 13.7576 5.51495 13.9236 5.06817L13.4593 4.76974C12.9948 4.47107 12.8603 3.85236 13.159 3.38779C13.4576 2.92323 14.0763 2.78874 14.5409 3.08741L15.0489 3.41399C15.5904 2.92409 16.2597 2.56884 17.0001 2.39864V2C17.0001 1.44772 17.4478 1 18.0001 1ZM18.0001 4.28571C17.1753 4.28571 16.4615 4.68984 16.0483 5.28631C15.8057 5.63659 15.6668 6.05259 15.6668 6.5C15.6668 6.94747 15.8057 7.36351 16.0484 7.71382C16.4616 8.31022 17.1753 8.71428 18.0001 8.71428C18.8249 8.71428 19.5386 8.31022 19.9518 7.71382C20.1945 7.36351 20.3335 6.94747 20.3335 6.5C20.3335 6.05259 20.1945 5.6366 19.9519 5.28631C19.5387 4.68984 18.825 4.28571 18.0001 4.28571Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 14C10 13.4477 10.4477 13 11 13H13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H11C10.4477 15 10 14.5523 10 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94952 1L11.0029 1C11.5552 1 12.0029 1.44772 12.0029 2C12.0029 2.55229 11.5552 3 11.0029 3H10.0062C8.34371 3 7.17486 3.0013 6.27356 3.09623C5.39003 3.18929 4.87947 3.36325 4.49367 3.63318C4.15889 3.86741 3.86775 4.15834 3.63339 4.49278C3.36341 4.87806 3.18939 5.38789 3.09629 6.27049C3.0013 7.17094 3 8.33875 3 10C3 11.6613 3.0013 12.8291 3.09629 13.7295C3.18939 14.6121 3.36341 15.1219 3.63339 15.5072C3.86775 15.8417 4.15889 16.1326 4.49367 16.3668C4.87947 16.6368 5.39003 16.8107 6.27356 16.9038C7.17486 16.9987 8.34371 17 10.0062 17H14.0093C15.6718 17 16.8407 16.9987 17.7419 16.9038C18.6255 16.8107 19.136 16.6368 19.5218 16.3668C19.8566 16.1326 20.1478 15.8417 20.3821 15.5072C20.8194 14.8832 20.9679 14.0273 21.0005 12.9692C21.0175 12.4172 21.4787 11.9835 22.0308 12.0005C22.5828 12.0175 23.0165 12.4787 22.9995 13.0308C22.9647 14.1609 22.8117 15.5252 22.02 16.655C21.6517 17.1805 21.1943 17.6376 20.6684 18.0055C19.891 18.5494 18.9996 18.7824 17.9514 18.8928C16.9331 19 15.6588 19 14.066 19H13.4C13.0229 19 13 19.0229 13 19.4V20C13 20.8273 13.1727 21 14 21H16C16.5523 21 17 21.4477 17 22C17 22.5523 16.5523 23 16 23H8C7.44772 23 7 22.5523 7 22C7 21.4477 7.44772 21 8 21H10C10.8273 21 11 20.8273 11 20V19.4C11 19.0229 10.9771 19 10.6 19H9.9495C8.35672 19 7.08239 19 6.06407 18.8928C5.01593 18.7824 4.12447 18.5494 3.34712 18.0055C2.82123 17.6376 2.36379 17.1805 1.9955 16.655C1.45104 15.878 1.21783 14.9869 1.10732 13.9393C0.999973 12.9217 0.999985 11.6482 1 10.0568V9.94324C0.999985 8.35178 0.999973 7.07834 1.10732 6.06068C1.21783 5.01311 1.45104 4.12201 1.9955 3.34503C2.36379 2.81948 2.82123 2.3624 3.34712 1.99446C4.12447 1.45057 5.01593 1.21762 6.06407 1.10723C7.0824 0.999973 8.35673 0.999985 9.94952 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-computer-check{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.9407 1.66643C23.1251 2.18702 22.8525 2.75852 22.3319 2.9429C21.7983 3.1319 21.1818 3.53876 20.5287 4.11148C19.886 4.67513 19.2609 5.35205 18.7071 6.01586C18.1553 6.67736 17.6865 7.31109 17.3555 7.78008C17.1903 8.01407 17.0603 8.20579 16.9723 8.33786L16.8421 8.53651C16.6488 8.84059 16.3068 9.01739 15.9469 8.99896C15.587 8.98053 15.2648 8.76985 15.1036 8.44749C14.6629 7.56612 14.2676 7.21517 14.0683 7.08232C13.984 7.02611 13.9271 7.00359 13.9044 6.99595C13.396 6.94874 12.998 6.52099 12.998 6.00027C12.998 5.44799 13.4458 5.00027 13.998 5.00027C14.0804 5.00107 14.2851 5.01614 14.4446 5.07C14.6525 5.12939 14.9033 5.23529 15.1777 5.41822C15.452 5.60107 15.7397 5.85384 16.0284 6.1997C16.3436 5.76895 16.732 5.26128 17.1713 4.73468C17.7646 4.02349 18.463 3.26292 19.21 2.60781C19.9467 1.96179 20.7861 1.36865 21.6642 1.05765C22.1848 0.873267 22.7563 1.14583 22.9407 1.66643Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 14C10 13.4477 10.4477 13 11 13H13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H11C10.4477 15 10 14.5523 10 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94328 1L11.5 1C12.0523 1 12.5 1.44772 12.5 2C12.5 2.55229 12.0523 3 11.5 3H10C8.33876 3 7.17091 3.0013 6.27041 3.09622C5.38772 3.18926 4.8778 3.36317 4.49248 3.63297C4.15804 3.86715 3.86715 4.15804 3.63297 4.49248C3.36317 4.8778 3.18926 5.38772 3.09622 6.27041C3.0013 7.17091 3 8.33876 3 10C3 11.6612 3.0013 12.8291 3.09622 13.7296C3.18926 14.6123 3.36317 15.1222 3.63297 15.5075C3.86715 15.842 4.15804 16.1329 4.49248 16.367C4.8778 16.6368 5.38772 16.8107 6.27041 16.9038C7.17091 16.9987 8.33876 17 10 17H14C15.6612 17 16.8291 16.9987 17.7296 16.9038C18.6123 16.8107 19.1222 16.6368 19.5075 16.367C19.842 16.1329 20.1329 15.842 20.367 15.5075C20.608 15.1633 20.7726 14.7194 20.8712 14.0002C20.9721 13.2636 20.9948 12.3171 20.999 10.9968C21.0008 10.4445 21.4499 9.99825 22.0022 10C22.5545 10.0018 23.0007 10.4509 22.999 11.0032C22.9948 12.3083 22.9744 13.3836 22.8526 14.2718C22.7285 15.1774 22.4909 15.9613 22.0053 16.6547C21.6373 17.1802 21.1802 17.6373 20.6547 18.0053C19.8777 18.5494 18.9867 18.7824 17.9392 18.8928C16.9216 19 15.6482 19 14.0567 19H13.4C13.0229 19 13 19.0229 13 19.4V20C13 20.8273 13.1727 21 14 21H16C16.5523 21 17 21.4477 17 22C17 22.5523 16.5523 23 16 23H8C7.44772 23 7 22.5523 7 22C7 21.4477 7.44772 21 8 21H10C10.8273 21 11 20.8273 11 20V19.4C11 19.0229 10.9771 19 10.6 19H9.94327C8.35178 19 7.07837 19 6.06076 18.8928C5.01328 18.7824 4.12227 18.5494 3.34533 18.0053C2.81978 17.6373 2.36266 17.1802 1.99466 16.6547C1.45065 15.8777 1.21765 14.9867 1.10724 13.9392C0.999973 12.9216 0.999985 11.6482 1 10.0567V9.94328C0.999985 8.35179 0.999973 7.07838 1.10724 6.06076C1.21765 5.01328 1.45065 4.12227 1.99466 3.34533C2.36266 2.81978 2.81978 2.36266 3.34533 1.99466C4.12227 1.45065 5.01328 1.21765 6.06076 1.10724C7.07838 0.999973 8.35179 0.999985 9.94328 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.9407 1.66643C23.1251 2.18702 22.8525 2.75852 22.3319 2.9429C21.7983 3.1319 21.1818 3.53876 20.5287 4.11148C19.886 4.67513 19.2609 5.35205 18.7071 6.01586C18.1553 6.67736 17.6865 7.31109 17.3555 7.78008C17.1903 8.01407 17.0603 8.20579 16.9723 8.33786L16.8421 8.53651C16.6488 8.84059 16.3068 9.01739 15.9469 8.99896C15.587 8.98053 15.2648 8.76985 15.1036 8.44749C14.6629 7.56612 14.2676 7.21517 14.0683 7.08232C13.984 7.02611 13.9271 7.00359 13.9044 6.99595C13.396 6.94874 12.998 6.52099 12.998 6.00027C12.998 5.44799 13.4458 5.00027 13.998 5.00027C14.0804 5.00107 14.2851 5.01614 14.4446 5.07C14.6525 5.12939 14.9033 5.23529 15.1777 5.41822C15.452 5.60107 15.7397 5.85384 16.0284 6.1997C16.3436 5.76895 16.732 5.26128 17.1713 4.73468C17.7646 4.02349 18.463 3.26292 19.21 2.60781C19.9467 1.96179 20.7861 1.36865 21.6642 1.05765C22.1848 0.873267 22.7563 1.14583 22.9407 1.66643Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 14C10 13.4477 10.4477 13 11 13H13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H11C10.4477 15 10 14.5523 10 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94328 1L11.5 1C12.0523 1 12.5 1.44772 12.5 2C12.5 2.55229 12.0523 3 11.5 3H10C8.33876 3 7.17091 3.0013 6.27041 3.09622C5.38772 3.18926 4.8778 3.36317 4.49248 3.63297C4.15804 3.86715 3.86715 4.15804 3.63297 4.49248C3.36317 4.8778 3.18926 5.38772 3.09622 6.27041C3.0013 7.17091 3 8.33876 3 10C3 11.6612 3.0013 12.8291 3.09622 13.7296C3.18926 14.6123 3.36317 15.1222 3.63297 15.5075C3.86715 15.842 4.15804 16.1329 4.49248 16.367C4.8778 16.6368 5.38772 16.8107 6.27041 16.9038C7.17091 16.9987 8.33876 17 10 17H14C15.6612 17 16.8291 16.9987 17.7296 16.9038C18.6123 16.8107 19.1222 16.6368 19.5075 16.367C19.842 16.1329 20.1329 15.842 20.367 15.5075C20.608 15.1633 20.7726 14.7194 20.8712 14.0002C20.9721 13.2636 20.9948 12.3171 20.999 10.9968C21.0008 10.4445 21.4499 9.99825 22.0022 10C22.5545 10.0018 23.0007 10.4509 22.999 11.0032C22.9948 12.3083 22.9744 13.3836 22.8526 14.2718C22.7285 15.1774 22.4909 15.9613 22.0053 16.6547C21.6373 17.1802 21.1802 17.6373 20.6547 18.0053C19.8777 18.5494 18.9867 18.7824 17.9392 18.8928C16.9216 19 15.6482 19 14.0567 19H13.4C13.0229 19 13 19.0229 13 19.4V20C13 20.8273 13.1727 21 14 21H16C16.5523 21 17 21.4477 17 22C17 22.5523 16.5523 23 16 23H8C7.44772 23 7 22.5523 7 22C7 21.4477 7.44772 21 8 21H10C10.8273 21 11 20.8273 11 20V19.4C11 19.0229 10.9771 19 10.6 19H9.94327C8.35178 19 7.07837 19 6.06076 18.8928C5.01328 18.7824 4.12227 18.5494 3.34533 18.0053C2.81978 17.6373 2.36266 17.1802 1.99466 16.6547C1.45065 15.8777 1.21765 14.9867 1.10724 13.9392C0.999973 12.9216 0.999985 11.6482 1 10.0567V9.94328C0.999985 8.35179 0.999973 7.07838 1.10724 6.06076C1.21765 5.01328 1.45065 4.12227 1.99466 3.34533C2.36266 2.81978 2.81978 2.36266 3.34533 1.99466C4.12227 1.45065 5.01328 1.21765 6.06076 1.10724C7.07838 0.999973 8.35179 0.999985 9.94328 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-computer-cloud{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6291 3.46381C14.9925 2.05994 16.2339 1 17.7461 1C19.4542 1 20.737 2.34919 20.9418 3.89911C22.1335 4.23013 22.9961 5.35041 22.9961 6.65C22.9961 8.19807 21.7792 9.5 20.2211 9.5H15.4961C13.8138 9.5 12.4961 8.0936 12.4961 6.41667C12.4961 5.04042 13.3812 3.84916 14.6291 3.46381Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 14C10 13.4477 10.4477 13 11 13H13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H11C10.4477 15 10 14.5523 10 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94328 1L11 1C11.5523 1 12 1.44772 12 2C12 2.55229 11.5523 3 11 3H10C8.33876 3 7.17091 3.0013 6.27041 3.09622C5.38772 3.18926 4.8778 3.36317 4.49248 3.63297C4.15804 3.86715 3.86715 4.15804 3.63297 4.49248C3.36317 4.8778 3.18926 5.38772 3.09622 6.27041C3.0013 7.17091 3 8.33876 3 10C3 11.6612 3.0013 12.8291 3.09622 13.7296C3.18926 14.6123 3.36317 15.1222 3.63297 15.5075C3.86715 15.842 4.15804 16.1329 4.49248 16.367C4.8778 16.6368 5.38772 16.8107 6.27041 16.9038C7.17091 16.9987 8.33876 17 10 17H14C15.6612 17 16.8291 16.9987 17.7296 16.9038C18.6123 16.8107 19.1222 16.6368 19.5075 16.367C19.842 16.1329 20.1329 15.842 20.367 15.5075C20.8376 14.8355 20.9772 13.866 20.9963 11.4919C21.0008 10.9397 21.4521 10.4956 22.0044 10.5C22.5566 10.5045 23.0007 10.9558 22.9963 11.5081C22.9782 13.7528 22.8928 15.3873 22.0053 16.6547C21.6373 17.1802 21.1802 17.6373 20.6547 18.0053C19.8777 18.5494 18.9867 18.7824 17.9392 18.8928C16.9216 19 15.6482 19 14.0567 19H13.4C13.0229 19 13 19.0229 13 19.4V20C13 20.8273 13.1727 21 14 21H16C16.5523 21 17 21.4477 17 22C17 22.5523 16.5523 23 16 23H8C7.44772 23 7 22.5523 7 22C7 21.4477 7.44772 21 8 21H10C10.8273 21 11 20.8273 11 20V19.4C11 19.0229 10.9771 19 10.6 19H9.94327C8.35178 19 7.07837 19 6.06076 18.8928C5.01328 18.7824 4.12227 18.5494 3.34533 18.0053C2.81978 17.6373 2.36266 17.1802 1.99466 16.6547C1.45065 15.8777 1.21765 14.9867 1.10724 13.9392C0.999973 12.9216 0.999985 11.6482 1 10.0567V9.94328C0.999985 8.35179 0.999973 7.07838 1.10724 6.06076C1.21765 5.01328 1.45065 4.12227 1.99466 3.34533C2.36266 2.81978 2.81978 2.36266 3.34533 1.99466C4.12227 1.45065 5.01328 1.21765 6.06076 1.10724C7.07838 0.999973 8.35179 0.999985 9.94328 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6291 3.46381C14.9925 2.05994 16.2339 1 17.7461 1C19.4542 1 20.737 2.34919 20.9418 3.89911C22.1335 4.23013 22.9961 5.35041 22.9961 6.65C22.9961 8.19807 21.7792 9.5 20.2211 9.5H15.4961C13.8138 9.5 12.4961 8.0936 12.4961 6.41667C12.4961 5.04042 13.3812 3.84916 14.6291 3.46381Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 14C10 13.4477 10.4477 13 11 13H13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H11C10.4477 15 10 14.5523 10 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94328 1L11 1C11.5523 1 12 1.44772 12 2C12 2.55229 11.5523 3 11 3H10C8.33876 3 7.17091 3.0013 6.27041 3.09622C5.38772 3.18926 4.8778 3.36317 4.49248 3.63297C4.15804 3.86715 3.86715 4.15804 3.63297 4.49248C3.36317 4.8778 3.18926 5.38772 3.09622 6.27041C3.0013 7.17091 3 8.33876 3 10C3 11.6612 3.0013 12.8291 3.09622 13.7296C3.18926 14.6123 3.36317 15.1222 3.63297 15.5075C3.86715 15.842 4.15804 16.1329 4.49248 16.367C4.8778 16.6368 5.38772 16.8107 6.27041 16.9038C7.17091 16.9987 8.33876 17 10 17H14C15.6612 17 16.8291 16.9987 17.7296 16.9038C18.6123 16.8107 19.1222 16.6368 19.5075 16.367C19.842 16.1329 20.1329 15.842 20.367 15.5075C20.8376 14.8355 20.9772 13.866 20.9963 11.4919C21.0008 10.9397 21.4521 10.4956 22.0044 10.5C22.5566 10.5045 23.0007 10.9558 22.9963 11.5081C22.9782 13.7528 22.8928 15.3873 22.0053 16.6547C21.6373 17.1802 21.1802 17.6373 20.6547 18.0053C19.8777 18.5494 18.9867 18.7824 17.9392 18.8928C16.9216 19 15.6482 19 14.0567 19H13.4C13.0229 19 13 19.0229 13 19.4V20C13 20.8273 13.1727 21 14 21H16C16.5523 21 17 21.4477 17 22C17 22.5523 16.5523 23 16 23H8C7.44772 23 7 22.5523 7 22C7 21.4477 7.44772 21 8 21H10C10.8273 21 11 20.8273 11 20V19.4C11 19.0229 10.9771 19 10.6 19H9.94327C8.35178 19 7.07837 19 6.06076 18.8928C5.01328 18.7824 4.12227 18.5494 3.34533 18.0053C2.81978 17.6373 2.36266 17.1802 1.99466 16.6547C1.45065 15.8777 1.21765 14.9867 1.10724 13.9392C0.999973 12.9216 0.999985 11.6482 1 10.0567V9.94328C0.999985 8.35179 0.999973 7.07838 1.10724 6.06076C1.21765 5.01328 1.45065 4.12227 1.99466 3.34533C2.36266 2.81978 2.81978 2.36266 3.34533 1.99466C4.12227 1.45065 5.01328 1.21765 6.06076 1.10724C7.07838 0.999973 8.35179 0.999985 9.94328 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-computer-phone-sync{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.9072 1L9.96412 1C10.5164 1 10.9641 1.44772 10.9641 2C10.9641 2.55229 10.5164 3 9.96412 3C8.31014 3 7.14808 3.00131 6.2522 3.09617C5.37436 3.18912 4.8681 3.36272 4.48561 3.63175C4.1531 3.86563 3.86366 4.1563 3.63053 4.49075C3.36179 4.87629 3.18849 5.38672 3.09581 6.26995C3.00129 7.17073 3 8.33886 3 10C3 11.6611 3.00129 12.8293 3.09581 13.7301C3.18849 14.6133 3.36179 15.1237 3.63053 15.5092C3.86366 15.8437 4.1531 16.1344 4.48561 16.3682C4.8681 16.6373 5.37436 16.8109 6.2522 16.9038C7.14808 16.9987 8.31014 17 9.96412 17H13.9462C15.6002 17 16.7622 16.9987 17.6581 16.9038C18.5359 16.8109 19.0422 16.6373 19.4247 16.3682C19.8764 16.0505 20.5002 16.1591 20.8179 16.6109C21.1357 17.0626 21.027 17.6864 20.5753 18.0041C19.8008 18.5489 18.9124 18.7822 17.8687 18.8927C16.8552 19 15.5871 19 14.0031 19H13.4C13.0229 19 13 19.0229 13 19.4V20C13 20.8273 13.1727 21 14 21H16C16.5523 21 17 21.4477 17 22C17 22.5523 16.5523 23 16 23H8C7.44772 23 7 22.5523 7 22C7 21.4477 7.44772 21 8 21H10C10.8273 21 11 20.8273 11 20V19.4C11 19.0229 10.9771 19 10.6 19H9.90719C8.32323 19 7.05513 19 6.04161 18.8927C4.99792 18.7822 4.10954 18.5489 3.33499 18.0041C2.81136 17.6358 2.35615 17.1785 1.98981 16.6529C1.44838 15.8762 1.21659 14.9857 1.10673 13.9388C0.999974 12.9214 0.999985 11.6482 1 10.0565V9.94351C0.999985 8.35182 0.999974 7.07861 1.10673 6.06123C1.21659 5.01428 1.44838 4.12378 1.98981 3.34706C2.35615 2.82152 2.81136 2.36418 3.33499 1.99588C4.10954 1.45109 4.99792 1.21779 6.04161 1.10729C7.05513 0.999973 8.32323 0.999985 9.9072 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.198 1H18.302H18.3021H18.3021C19.2005 0.999975 19.9497 0.999954 20.5445 1.07992C21.1723 1.16432 21.7391 1.34999 22.1945 1.80546C22.65 2.26093 22.8357 2.82773 22.9201 3.45553C23.0001 4.0503 23 4.79954 23 5.69801V9.80203C23 10.7005 23.0001 11.4497 22.9201 12.0445C22.8357 12.6723 22.65 13.2391 22.1945 13.6945C21.7391 14.15 21.1723 14.3357 20.5445 14.4201C19.9497 14.5001 19.2005 14.5 18.302 14.5H17.198C16.2995 14.5 15.5503 14.5001 14.9555 14.4201C14.3277 14.3357 13.7609 14.15 13.3055 13.6945C12.85 13.2391 12.6643 12.6723 12.5799 12.0445C12.5 11.4497 12.5 10.7005 12.5 9.80203V9.802V5.69794V5.69791C12.5 4.79947 12.5 4.05028 12.5799 3.45553C12.6643 2.82773 12.85 2.26093 13.3055 1.80546C13.7609 1.34999 14.3277 1.16432 14.9555 1.07992C15.5503 0.999954 16.2995 0.999975 17.198 1H17.198H17.198ZM16.75 11.25C16.75 10.6977 17.1957 10.25 17.7455 10.25H17.7545C18.3043 10.25 18.75 10.6977 18.75 11.25C18.75 11.8023 18.3043 12.25 17.7545 12.25H17.7455C17.1957 12.25 16.75 11.8023 16.75 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.9072 1L9.96412 1C10.5164 1 10.9641 1.44772 10.9641 2C10.9641 2.55229 10.5164 3 9.96412 3C8.31014 3 7.14808 3.00131 6.2522 3.09617C5.37436 3.18912 4.8681 3.36272 4.48561 3.63175C4.1531 3.86563 3.86366 4.1563 3.63053 4.49075C3.36179 4.87629 3.18849 5.38672 3.09581 6.26995C3.00129 7.17073 3 8.33886 3 10C3 11.6611 3.00129 12.8293 3.09581 13.7301C3.18849 14.6133 3.36179 15.1237 3.63053 15.5092C3.86366 15.8437 4.1531 16.1344 4.48561 16.3682C4.8681 16.6373 5.37436 16.8109 6.2522 16.9038C7.14808 16.9987 8.31014 17 9.96412 17H13.9462C15.6002 17 16.7622 16.9987 17.6581 16.9038C18.5359 16.8109 19.0422 16.6373 19.4247 16.3682C19.8764 16.0505 20.5002 16.1591 20.8179 16.6109C21.1357 17.0626 21.027 17.6864 20.5753 18.0041C19.8008 18.5489 18.9124 18.7822 17.8687 18.8927C16.8552 19 15.5871 19 14.0031 19H13.4C13.0229 19 13 19.0229 13 19.4V20C13 20.8273 13.1727 21 14 21H16C16.5523 21 17 21.4477 17 22C17 22.5523 16.5523 23 16 23H8C7.44772 23 7 22.5523 7 22C7 21.4477 7.44772 21 8 21H10C10.8273 21 11 20.8273 11 20V19.4C11 19.0229 10.9771 19 10.6 19H9.90719C8.32323 19 7.05513 19 6.04161 18.8927C4.99792 18.7822 4.10954 18.5489 3.33499 18.0041C2.81136 17.6358 2.35615 17.1785 1.98981 16.6529C1.44838 15.8762 1.21659 14.9857 1.10673 13.9388C0.999974 12.9214 0.999985 11.6482 1 10.0565V9.94351C0.999985 8.35182 0.999974 7.07861 1.10673 6.06123C1.21659 5.01428 1.44838 4.12378 1.98981 3.34706C2.35615 2.82152 2.81136 2.36418 3.33499 1.99588C4.10954 1.45109 4.99792 1.21779 6.04161 1.10729C7.05513 0.999973 8.32323 0.999985 9.9072 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.198 1H18.302H18.3021H18.3021C19.2005 0.999975 19.9497 0.999954 20.5445 1.07992C21.1723 1.16432 21.7391 1.34999 22.1945 1.80546C22.65 2.26093 22.8357 2.82773 22.9201 3.45553C23.0001 4.0503 23 4.79954 23 5.69801V9.80203C23 10.7005 23.0001 11.4497 22.9201 12.0445C22.8357 12.6723 22.65 13.2391 22.1945 13.6945C21.7391 14.15 21.1723 14.3357 20.5445 14.4201C19.9497 14.5001 19.2005 14.5 18.302 14.5H17.198C16.2995 14.5 15.5503 14.5001 14.9555 14.4201C14.3277 14.3357 13.7609 14.15 13.3055 13.6945C12.85 13.2391 12.6643 12.6723 12.5799 12.0445C12.5 11.4497 12.5 10.7005 12.5 9.80203V9.802V5.69794V5.69791C12.5 4.79947 12.5 4.05028 12.5799 3.45553C12.6643 2.82773 12.85 2.26093 13.3055 1.80546C13.7609 1.34999 14.3277 1.16432 14.9555 1.07992C15.5503 0.999954 16.2995 0.999975 17.198 1H17.198H17.198ZM16.75 11.25C16.75 10.6977 17.1957 10.25 17.7455 10.25H17.7545C18.3043 10.25 18.75 10.6977 18.75 11.25C18.75 11.8023 18.3043 12.25 17.7545 12.25H17.7455C17.1957 12.25 16.75 11.8023 16.75 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-computer-video{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 14C10 13.4477 10.4477 13 11 13H13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H11C10.4477 15 10 14.5523 10 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 1.99682C10.0018 2.5491 9.55547 2.99824 9.00318 2.99999C7.68287 3.0042 6.73643 3.02687 5.99979 3.12783C5.28059 3.2264 4.83666 3.39097 4.49248 3.63196C4.15804 3.86614 3.86715 4.15703 3.63297 4.49148C3.36317 4.87679 3.18926 5.38671 3.09622 6.26941C3.0013 7.16991 3 8.33776 3 9.999C3 11.6602 3.0013 12.8281 3.09622 13.7286C3.18926 14.6113 3.36317 15.1212 3.63297 15.5065C3.86715 15.841 4.15804 16.1318 4.49248 16.366C4.8778 16.6358 5.38772 16.8097 6.27041 16.9028C7.17091 16.9977 8.33876 16.999 10 16.999H14C15.6612 16.999 16.8291 16.9977 17.7296 16.9028C18.6123 16.8097 19.1222 16.6358 19.5075 16.366C19.842 16.1318 20.1329 15.841 20.367 15.5065C20.608 15.1623 20.7726 14.7184 20.8712 13.9992C20.9721 13.2626 20.9948 12.3161 20.999 10.9958C21.0008 10.4435 21.4499 9.99724 22.0022 9.999C22.5545 10.0008 23.0007 10.4499 22.999 11.0022C22.9948 12.3073 22.9744 13.3826 22.8526 14.2708C22.7285 15.1764 22.4909 15.9602 22.0053 16.6537C21.6373 17.1792 21.1802 17.6363 20.6547 18.0043C19.8777 18.5483 18.9867 18.7813 17.9392 18.8918C16.9216 18.999 15.6482 18.999 14.0567 18.999H13.4C13.0229 18.999 13 19.0219 13 19.399V19.999C13 20.8263 13.1727 20.999 14 20.999H16C16.5523 20.999 17 21.4467 17 21.999C17 22.5513 16.5523 22.999 16 22.999H8C7.44772 22.999 7 22.5513 7 21.999C7 21.4467 7.44772 20.999 8 20.999H10C10.8273 20.999 11 20.8263 11 19.999V19.399C11 19.0219 10.9771 18.999 10.6 18.999H9.94335C8.35183 18.999 7.07839 18.999 6.06076 18.8918C5.01328 18.7813 4.12227 18.5483 3.34533 18.0043C2.81978 17.6363 2.36266 17.1792 1.99466 16.6537C1.45065 15.8767 1.21765 14.9857 1.10724 13.9382C0.999973 12.9206 0.999985 11.6472 1 10.0557V9.94227C0.999985 8.35078 0.999973 7.07737 1.10724 6.05976C1.21765 5.01227 1.45065 4.12126 1.99466 3.34433C2.36266 2.81877 2.81978 2.36166 3.34533 1.99366C4.03875 1.50812 4.82263 1.27047 5.72822 1.14635C6.61636 1.02463 7.69168 1.00416 8.99682 1.00001C9.5491 0.998247 9.99824 1.44453 10 1.99682Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.2957 1H15.7043C14.9183 0.99998 14.2627 0.999962 13.7422 1.0612C13.1991 1.12509 12.6894 1.26594 12.2687 1.63406C11.8336 2.0148 11.6527 2.49838 11.5728 3.0184C11.4999 3.49266 11.5 4.08285 11.5 4.75767V5.74233C11.5 6.41715 11.4999 7.00734 11.5728 7.4816C11.6527 8.00163 11.8336 8.48521 12.2687 8.86594C12.6894 9.23407 13.1991 9.37492 13.7422 9.43881C14.2627 9.50005 14.9183 9.50003 15.7043 9.5H16.2957C17.0817 9.50003 17.7373 9.50005 18.2579 9.43881C18.8009 9.37492 19.3106 9.23407 19.7313 8.86594C20.0399 8.59597 20.2206 8.27429 20.3281 7.92458C20.461 8.01012 20.587 8.08562 20.7058 8.14841C21.0766 8.34444 21.5857 8.5317 22.1234 8.29848C22.6917 8.05198 22.8703 7.52506 22.9373 7.11029C23.0002 6.72117 23.0002 6.21155 23.0001 5.65184V4.84823C23.0002 4.28852 23.0002 3.77889 22.9373 3.38976C22.8703 2.975 22.6917 2.44808 22.1234 2.20158C21.5857 1.96836 21.0766 2.15562 20.7058 2.35165C20.587 2.41444 20.461 2.48994 20.3281 2.57547C20.2206 2.22574 20.0399 1.90404 19.7313 1.63406C19.3106 1.26594 18.8009 1.12509 18.2579 1.0612C17.7373 0.999962 17.0817 0.99998 16.2957 1ZM20.499 4.28104C20.5 4.43462 20.5 4.59365 20.5 4.75768V5.74233C20.5 5.90638 20.5 6.06542 20.499 6.21902C20.9085 6.5131 21.1881 6.7067 21.4068 6.82229C21.426 6.83246 21.4437 6.84142 21.4599 6.84932C21.4978 6.59477 21.5001 6.21376 21.5001 5.59212V4.90794C21.5001 4.2863 21.4978 3.90528 21.4599 3.65074C21.4437 3.65863 21.426 3.6676 21.4068 3.67777C21.1881 3.79336 20.9085 3.98696 20.499 4.28104Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 14C10 13.4477 10.4477 13 11 13H13C13.5523 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H11C10.4477 15 10 14.5523 10 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 1.99682C10.0018 2.5491 9.55547 2.99824 9.00318 2.99999C7.68287 3.0042 6.73643 3.02687 5.99979 3.12783C5.28059 3.2264 4.83666 3.39097 4.49248 3.63196C4.15804 3.86614 3.86715 4.15703 3.63297 4.49148C3.36317 4.87679 3.18926 5.38671 3.09622 6.26941C3.0013 7.16991 3 8.33776 3 9.999C3 11.6602 3.0013 12.8281 3.09622 13.7286C3.18926 14.6113 3.36317 15.1212 3.63297 15.5065C3.86715 15.841 4.15804 16.1318 4.49248 16.366C4.8778 16.6358 5.38772 16.8097 6.27041 16.9028C7.17091 16.9977 8.33876 16.999 10 16.999H14C15.6612 16.999 16.8291 16.9977 17.7296 16.9028C18.6123 16.8097 19.1222 16.6358 19.5075 16.366C19.842 16.1318 20.1329 15.841 20.367 15.5065C20.608 15.1623 20.7726 14.7184 20.8712 13.9992C20.9721 13.2626 20.9948 12.3161 20.999 10.9958C21.0008 10.4435 21.4499 9.99724 22.0022 9.999C22.5545 10.0008 23.0007 10.4499 22.999 11.0022C22.9948 12.3073 22.9744 13.3826 22.8526 14.2708C22.7285 15.1764 22.4909 15.9602 22.0053 16.6537C21.6373 17.1792 21.1802 17.6363 20.6547 18.0043C19.8777 18.5483 18.9867 18.7813 17.9392 18.8918C16.9216 18.999 15.6482 18.999 14.0567 18.999H13.4C13.0229 18.999 13 19.0219 13 19.399V19.999C13 20.8263 13.1727 20.999 14 20.999H16C16.5523 20.999 17 21.4467 17 21.999C17 22.5513 16.5523 22.999 16 22.999H8C7.44772 22.999 7 22.5513 7 21.999C7 21.4467 7.44772 20.999 8 20.999H10C10.8273 20.999 11 20.8263 11 19.999V19.399C11 19.0219 10.9771 18.999 10.6 18.999H9.94335C8.35183 18.999 7.07839 18.999 6.06076 18.8918C5.01328 18.7813 4.12227 18.5483 3.34533 18.0043C2.81978 17.6363 2.36266 17.1792 1.99466 16.6537C1.45065 15.8767 1.21765 14.9857 1.10724 13.9382C0.999973 12.9206 0.999985 11.6472 1 10.0557V9.94227C0.999985 8.35078 0.999973 7.07737 1.10724 6.05976C1.21765 5.01227 1.45065 4.12126 1.99466 3.34433C2.36266 2.81877 2.81978 2.36166 3.34533 1.99366C4.03875 1.50812 4.82263 1.27047 5.72822 1.14635C6.61636 1.02463 7.69168 1.00416 8.99682 1.00001C9.5491 0.998247 9.99824 1.44453 10 1.99682Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.2957 1H15.7043C14.9183 0.99998 14.2627 0.999962 13.7422 1.0612C13.1991 1.12509 12.6894 1.26594 12.2687 1.63406C11.8336 2.0148 11.6527 2.49838 11.5728 3.0184C11.4999 3.49266 11.5 4.08285 11.5 4.75767V5.74233C11.5 6.41715 11.4999 7.00734 11.5728 7.4816C11.6527 8.00163 11.8336 8.48521 12.2687 8.86594C12.6894 9.23407 13.1991 9.37492 13.7422 9.43881C14.2627 9.50005 14.9183 9.50003 15.7043 9.5H16.2957C17.0817 9.50003 17.7373 9.50005 18.2579 9.43881C18.8009 9.37492 19.3106 9.23407 19.7313 8.86594C20.0399 8.59597 20.2206 8.27429 20.3281 7.92458C20.461 8.01012 20.587 8.08562 20.7058 8.14841C21.0766 8.34444 21.5857 8.5317 22.1234 8.29848C22.6917 8.05198 22.8703 7.52506 22.9373 7.11029C23.0002 6.72117 23.0002 6.21155 23.0001 5.65184V4.84823C23.0002 4.28852 23.0002 3.77889 22.9373 3.38976C22.8703 2.975 22.6917 2.44808 22.1234 2.20158C21.5857 1.96836 21.0766 2.15562 20.7058 2.35165C20.587 2.41444 20.461 2.48994 20.3281 2.57547C20.2206 2.22574 20.0399 1.90404 19.7313 1.63406C19.3106 1.26594 18.8009 1.12509 18.2579 1.0612C17.7373 0.999962 17.0817 0.99998 16.2957 1ZM20.499 4.28104C20.5 4.43462 20.5 4.59365 20.5 4.75768V5.74233C20.5 5.90638 20.5 6.06542 20.499 6.21902C20.9085 6.5131 21.1881 6.7067 21.4068 6.82229C21.426 6.83246 21.4437 6.84142 21.4599 6.84932C21.4978 6.59477 21.5001 6.21376 21.5001 5.59212V4.90794C21.5001 4.2863 21.4978 3.90528 21.4599 3.65074C21.4437 3.65863 21.426 3.6676 21.4068 3.67777C21.1881 3.79336 20.9085 3.98696 20.499 4.28104Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-computer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 15C10 14.4477 10.4477 14 11 14H13C13.5523 14 14 14.4477 14 15C14 15.5523 13.5523 16 13 16H11C10.4477 16 10 15.5523 10 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0567 1H9.94328C8.35179 0.999985 7.07838 0.999973 6.06076 1.10724C5.01328 1.21765 4.12227 1.45065 3.34533 1.99466C2.81978 2.36266 2.36266 2.81978 1.99466 3.34533C1.45065 4.12227 1.21765 5.01328 1.10724 6.06076C0.999973 7.07838 0.999985 8.35179 1 9.94328V10.0567C0.999985 11.6482 0.999973 12.9216 1.10724 13.9392C1.21765 14.9867 1.45065 15.8777 1.99466 16.6547C2.36266 17.1802 2.81978 17.6373 3.34533 18.0053C4.12227 18.5494 5.01328 18.7824 6.06076 18.8928C7.03205 18.9951 8.23639 18.9998 9.72791 19C9.76674 19.3334 9.75416 19.6705 9.69509 19.9899C9.62759 20.3549 9.59384 20.5374 9.31586 20.7687C9.03788 21 8.76464 21 8.21814 21H7C6.44772 21 6 21.4477 6 22C6 22.5523 6.44772 23 7 23H17C17.5523 23 18 22.5523 18 22C18 21.4477 17.5523 21 17 21H15.7818C15.2353 21 14.9621 21 14.6841 20.7687C14.4061 20.5374 14.3724 20.3549 14.3049 19.9899C14.2458 19.6705 14.2332 19.3334 14.272 19C15.7636 18.9998 16.9679 18.9951 17.9392 18.8928C18.9867 18.7824 19.8777 18.5494 20.6547 18.0053C21.1802 17.6373 21.6373 17.1802 22.0053 16.6547C22.5494 15.8777 22.7824 14.9867 22.8928 13.9392C23 12.9216 23 11.6482 23 10.0567V9.94327C23 8.35178 23 7.07837 22.8928 6.06076C22.7824 5.01328 22.5494 4.12227 22.0053 3.34533C21.6373 2.81978 21.1802 2.36266 20.6547 1.99466C19.8777 1.45065 18.9867 1.21765 17.9392 1.10724C16.9216 0.999973 15.6482 0.999985 14.0567 1ZM4.49248 3.63297C4.8778 3.36317 5.38772 3.18926 6.27041 3.09622C7.17091 3.0013 8.33876 3 10 3H14C15.6612 3 16.8291 3.0013 17.7296 3.09622C18.6123 3.18926 19.1222 3.36317 19.5075 3.63297C19.842 3.86715 20.1329 4.15804 20.367 4.49248C20.6368 4.8778 20.8107 5.38772 20.9038 6.27041C20.9987 7.17091 21 8.33876 21 10C21 11.6612 20.9987 12.8291 20.9038 13.7296C20.8107 14.6123 20.6368 15.1222 20.367 15.5075C20.1329 15.842 19.842 16.1329 19.5075 16.367C19.1222 16.6368 18.6123 16.8107 17.7296 16.9038C16.8291 16.9987 15.6612 17 14 17H10C8.33876 17 7.17091 16.9987 6.27041 16.9038C5.38772 16.8107 4.8778 16.6368 4.49248 16.367C4.15804 16.1329 3.86715 15.842 3.63297 15.5075C3.36317 15.1222 3.18926 14.6123 3.09622 13.7296C3.0013 12.8291 3 11.6612 3 10C3 8.33876 3.0013 7.17091 3.09622 6.27041C3.18926 5.38772 3.36317 4.8778 3.63297 4.49248C3.86715 4.15804 4.15804 3.86715 4.49248 3.63297Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 15C10 14.4477 10.4477 14 11 14H13C13.5523 14 14 14.4477 14 15C14 15.5523 13.5523 16 13 16H11C10.4477 16 10 15.5523 10 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0567 1H9.94328C8.35179 0.999985 7.07838 0.999973 6.06076 1.10724C5.01328 1.21765 4.12227 1.45065 3.34533 1.99466C2.81978 2.36266 2.36266 2.81978 1.99466 3.34533C1.45065 4.12227 1.21765 5.01328 1.10724 6.06076C0.999973 7.07838 0.999985 8.35179 1 9.94328V10.0567C0.999985 11.6482 0.999973 12.9216 1.10724 13.9392C1.21765 14.9867 1.45065 15.8777 1.99466 16.6547C2.36266 17.1802 2.81978 17.6373 3.34533 18.0053C4.12227 18.5494 5.01328 18.7824 6.06076 18.8928C7.03205 18.9951 8.23639 18.9998 9.72791 19C9.76674 19.3334 9.75416 19.6705 9.69509 19.9899C9.62759 20.3549 9.59384 20.5374 9.31586 20.7687C9.03788 21 8.76464 21 8.21814 21H7C6.44772 21 6 21.4477 6 22C6 22.5523 6.44772 23 7 23H17C17.5523 23 18 22.5523 18 22C18 21.4477 17.5523 21 17 21H15.7818C15.2353 21 14.9621 21 14.6841 20.7687C14.4061 20.5374 14.3724 20.3549 14.3049 19.9899C14.2458 19.6705 14.2332 19.3334 14.272 19C15.7636 18.9998 16.9679 18.9951 17.9392 18.8928C18.9867 18.7824 19.8777 18.5494 20.6547 18.0053C21.1802 17.6373 21.6373 17.1802 22.0053 16.6547C22.5494 15.8777 22.7824 14.9867 22.8928 13.9392C23 12.9216 23 11.6482 23 10.0567V9.94327C23 8.35178 23 7.07837 22.8928 6.06076C22.7824 5.01328 22.5494 4.12227 22.0053 3.34533C21.6373 2.81978 21.1802 2.36266 20.6547 1.99466C19.8777 1.45065 18.9867 1.21765 17.9392 1.10724C16.9216 0.999973 15.6482 0.999985 14.0567 1ZM4.49248 3.63297C4.8778 3.36317 5.38772 3.18926 6.27041 3.09622C7.17091 3.0013 8.33876 3 10 3H14C15.6612 3 16.8291 3.0013 17.7296 3.09622C18.6123 3.18926 19.1222 3.36317 19.5075 3.63297C19.842 3.86715 20.1329 4.15804 20.367 4.49248C20.6368 4.8778 20.8107 5.38772 20.9038 6.27041C20.9987 7.17091 21 8.33876 21 10C21 11.6612 20.9987 12.8291 20.9038 13.7296C20.8107 14.6123 20.6368 15.1222 20.367 15.5075C20.1329 15.842 19.842 16.1329 19.5075 16.367C19.1222 16.6368 18.6123 16.8107 17.7296 16.9038C16.8291 16.9987 15.6612 17 14 17H10C8.33876 17 7.17091 16.9987 6.27041 16.9038C5.38772 16.8107 4.8778 16.6368 4.49248 16.367C4.15804 16.1329 3.86715 15.842 3.63297 15.5075C3.36317 15.1222 3.18926 14.6123 3.09622 13.7296C3.0013 12.8291 3 11.6612 3 10C3 8.33876 3.0013 7.17091 3.09622 6.27041C3.18926 5.38772 3.36317 4.8778 3.63297 4.49248C3.86715 4.15804 4.15804 3.86715 4.49248 3.63297Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-cpu-charge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9436 3.25H12.0564H12.0565H12.0565C13.8942 3.24999 15.3498 3.24997 16.489 3.40314C17.6614 3.56076 18.6104 3.89288 19.3588 4.64125C20.1071 5.38961 20.4392 6.33856 20.5969 7.51098C20.75 8.65019 20.75 10.1058 20.75 11.9435V12.0564C20.75 13.8942 20.75 15.3498 20.5969 16.489C20.4392 17.6614 20.1071 18.6104 19.3588 19.3588C18.6104 20.1071 17.6614 20.4392 16.489 20.5969C15.3498 20.75 13.8942 20.75 12.0565 20.75H11.9436C10.1059 20.75 8.65019 20.75 7.51098 20.5969C6.33856 20.4392 5.38961 20.1071 4.64125 19.3588C3.89288 18.6104 3.56076 17.6614 3.40314 16.489C3.24997 15.3498 3.24999 13.8942 3.25 12.0565V12.0564V12.0564V11.9436V11.9436V11.9435C3.24999 10.1058 3.24997 8.65018 3.40314 7.51098C3.56076 6.33856 3.89288 5.38961 4.64125 4.64125C5.38961 3.89288 6.33856 3.56076 7.51098 3.40314C8.65018 3.24997 10.1058 3.24999 11.9435 3.25H11.9436H11.9436ZM13.3301 7.72831C13.7563 8.07955 13.8171 8.70979 13.4659 9.136L11.9606 10.9626L13.2898 11.2259C13.8247 11.3319 14.2519 11.7023 14.4225 12.1995C14.5962 12.7057 14.4802 13.2891 14.0578 13.6991L11.4634 16.2176C11.0671 16.6022 10.434 16.5928 10.0493 16.1966C9.66466 15.8003 9.67406 15.1672 10.0703 14.7825L11.9145 12.9923L10.7107 12.7538C9.72352 12.5582 9.05034 11.3492 9.83143 10.4014L11.9225 7.86406C12.2737 7.43785 12.9039 7.37708 13.3301 7.72831Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 1C10.0523 1 10.5 1.44772 10.5 2V4C10.5 4.55228 10.0523 5 9.5 5C8.94772 5 8.5 4.55228 8.5 4V2C8.5 1.44772 8.94772 1 9.5 1ZM14.5 1C15.0523 1 15.5 1.44772 15.5 2V4C15.5 4.55228 15.0523 5 14.5 5C13.9477 5 13.5 4.55228 13.5 4V2C13.5 1.44772 13.9477 1 14.5 1ZM1 9.5C1 8.94772 1.44772 8.5 2 8.5H4C4.55228 8.5 5 8.94772 5 9.5C5 10.0523 4.55228 10.5 4 10.5H2C1.44772 10.5 1 10.0523 1 9.5ZM19 9.5C19 8.94772 19.4477 8.5 20 8.5H22C22.5523 8.5 23 8.94772 23 9.5C23 10.0523 22.5523 10.5 22 10.5H20C19.4477 10.5 19 10.0523 19 9.5ZM1 14.5C1 13.9477 1.44772 13.5 2 13.5H4C4.55228 13.5 5 13.9477 5 14.5C5 15.0523 4.55228 15.5 4 15.5H2C1.44772 15.5 1 15.0523 1 14.5ZM19 14.5C19 13.9477 19.4477 13.5 20 13.5H22C22.5523 13.5 23 13.9477 23 14.5C23 15.0523 22.5523 15.5 22 15.5H20C19.4477 15.5 19 15.0523 19 14.5ZM9.5 19C10.0523 19 10.5 19.4477 10.5 20V22C10.5 22.5523 10.0523 23 9.5 23C8.94772 23 8.5 22.5523 8.5 22V20C8.5 19.4477 8.94772 19 9.5 19ZM14.5 19C15.0523 19 15.5 19.4477 15.5 20V22C15.5 22.5523 15.0523 23 14.5 23C13.9477 23 13.5 22.5523 13.5 22V20C13.5 19.4477 13.9477 19 14.5 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9436 3.25H12.0564H12.0565H12.0565C13.8942 3.24999 15.3498 3.24997 16.489 3.40314C17.6614 3.56076 18.6104 3.89288 19.3588 4.64125C20.1071 5.38961 20.4392 6.33856 20.5969 7.51098C20.75 8.65019 20.75 10.1058 20.75 11.9435V12.0564C20.75 13.8942 20.75 15.3498 20.5969 16.489C20.4392 17.6614 20.1071 18.6104 19.3588 19.3588C18.6104 20.1071 17.6614 20.4392 16.489 20.5969C15.3498 20.75 13.8942 20.75 12.0565 20.75H11.9436C10.1059 20.75 8.65019 20.75 7.51098 20.5969C6.33856 20.4392 5.38961 20.1071 4.64125 19.3588C3.89288 18.6104 3.56076 17.6614 3.40314 16.489C3.24997 15.3498 3.24999 13.8942 3.25 12.0565V12.0564V12.0564V11.9436V11.9436V11.9435C3.24999 10.1058 3.24997 8.65018 3.40314 7.51098C3.56076 6.33856 3.89288 5.38961 4.64125 4.64125C5.38961 3.89288 6.33856 3.56076 7.51098 3.40314C8.65018 3.24997 10.1058 3.24999 11.9435 3.25H11.9436H11.9436ZM13.3301 7.72831C13.7563 8.07955 13.8171 8.70979 13.4659 9.136L11.9606 10.9626L13.2898 11.2259C13.8247 11.3319 14.2519 11.7023 14.4225 12.1995C14.5962 12.7057 14.4802 13.2891 14.0578 13.6991L11.4634 16.2176C11.0671 16.6022 10.434 16.5928 10.0493 16.1966C9.66466 15.8003 9.67406 15.1672 10.0703 14.7825L11.9145 12.9923L10.7107 12.7538C9.72352 12.5582 9.05034 11.3492 9.83143 10.4014L11.9225 7.86406C12.2737 7.43785 12.9039 7.37708 13.3301 7.72831Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 1C10.0523 1 10.5 1.44772 10.5 2V4C10.5 4.55228 10.0523 5 9.5 5C8.94772 5 8.5 4.55228 8.5 4V2C8.5 1.44772 8.94772 1 9.5 1ZM14.5 1C15.0523 1 15.5 1.44772 15.5 2V4C15.5 4.55228 15.0523 5 14.5 5C13.9477 5 13.5 4.55228 13.5 4V2C13.5 1.44772 13.9477 1 14.5 1ZM1 9.5C1 8.94772 1.44772 8.5 2 8.5H4C4.55228 8.5 5 8.94772 5 9.5C5 10.0523 4.55228 10.5 4 10.5H2C1.44772 10.5 1 10.0523 1 9.5ZM19 9.5C19 8.94772 19.4477 8.5 20 8.5H22C22.5523 8.5 23 8.94772 23 9.5C23 10.0523 22.5523 10.5 22 10.5H20C19.4477 10.5 19 10.0523 19 9.5ZM1 14.5C1 13.9477 1.44772 13.5 2 13.5H4C4.55228 13.5 5 13.9477 5 14.5C5 15.0523 4.55228 15.5 4 15.5H2C1.44772 15.5 1 15.0523 1 14.5ZM19 14.5C19 13.9477 19.4477 13.5 20 13.5H22C22.5523 13.5 23 13.9477 23 14.5C23 15.0523 22.5523 15.5 22 15.5H20C19.4477 15.5 19 15.0523 19 14.5ZM9.5 19C10.0523 19 10.5 19.4477 10.5 20V22C10.5 22.5523 10.0523 23 9.5 23C8.94772 23 8.5 22.5523 8.5 22V20C8.5 19.4477 8.94772 19 9.5 19ZM14.5 19C15.0523 19 15.5 19.4477 15.5 20V22C15.5 22.5523 15.0523 23 14.5 23C13.9477 23 13.5 22.5523 13.5 22V20C13.5 19.4477 13.9477 19 14.5 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-cpu-setting{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5001 13C19.0524 13 19.5001 13.4477 19.5001 14V14.2699C20.0994 14.4254 20.6436 14.7174 21.0951 15.1109L21.4533 14.877C21.9157 14.575 22.5354 14.7051 22.8374 15.1675C23.1394 15.6299 23.0093 16.2495 22.5469 16.5515L22.213 16.7696C22.345 17.1561 22.4168 17.5701 22.4168 18C22.4168 18.43 22.345 18.844 22.2129 19.2306L22.5466 19.4485C23.009 19.7505 23.139 20.3701 22.837 20.8325C22.535 21.2949 21.9153 21.425 21.4529 21.123L21.095 20.8892C20.6434 21.2827 20.0994 21.5746 19.5001 21.7301V22C19.5001 22.5523 19.0524 23 18.5001 23C17.9478 23 17.5001 22.5523 17.5001 22V21.7301C16.9009 21.5746 16.3568 21.2827 15.9053 20.8892L15.5473 21.123C15.0849 21.425 14.4652 21.2949 14.1632 20.8325C13.8612 20.3701 13.9913 19.7505 14.4537 19.4485L14.7873 19.2306C14.6552 18.844 14.5834 18.43 14.5834 18C14.5834 17.5701 14.6552 17.1561 14.7872 16.7696L14.4533 16.5515C13.9909 16.2495 13.8609 15.6299 14.1629 15.1675C14.4649 14.7051 15.0845 14.575 15.5469 14.877L15.9051 15.1109C16.3567 14.7174 16.9008 14.4254 17.5001 14.2699V14C17.5001 13.4477 17.9478 13 18.5001 13ZM18.5001 16.1429C17.8267 16.1429 17.2406 16.4777 16.8992 16.9784C16.6989 17.2722 16.5834 17.6222 16.5834 18C16.5834 18.3779 16.6989 18.7279 16.8993 19.0217C17.2407 19.5224 17.8268 19.8571 18.5001 19.8571C19.1735 19.8571 19.7595 19.5224 20.1009 19.0217C20.3013 18.7279 20.4168 18.3779 20.4168 18C20.4168 17.6222 20.3014 17.2722 20.101 16.9784C19.7596 16.4777 19.1735 16.1429 18.5001 16.1429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0564 3.25H11.9436H11.9436C10.1058 3.24999 8.65018 3.24998 7.51098 3.40314C6.33856 3.56077 5.38961 3.89288 4.64125 4.64125C3.89288 5.38961 3.56077 6.33856 3.40314 7.51098C3.24998 8.65018 3.24999 10.1058 3.25 11.9435V11.9436V11.9436V12.0564V12.0565C3.24999 13.8942 3.24998 15.3498 3.40314 16.489C3.56077 17.6614 3.89288 18.6104 4.64125 19.3588C5.38961 20.1071 6.33856 20.4392 7.51098 20.5969C8.65019 20.75 10.1059 20.75 11.9436 20.75C12.1571 20.75 12.2638 20.7499 12.3309 20.7134C12.3841 20.6844 12.4109 20.659 12.4427 20.6075C12.4828 20.5424 12.4898 20.4126 12.5038 20.1529C12.529 19.6876 12.6835 19.2331 12.9556 18.8464C13.0399 18.7265 13.0821 18.6665 13.096 18.6167C13.1099 18.5669 13.1053 18.5009 13.0962 18.3688C13.0877 18.2468 13.0834 18.1239 13.0834 18C13.0834 17.8763 13.0877 17.7534 13.0961 17.6316C13.1053 17.4995 13.1098 17.4334 13.096 17.3837C13.0821 17.3339 13.0399 17.2739 12.9554 17.1539C12.3837 16.3414 12.3306 15.2298 12.907 14.3473C13.5093 13.425 14.6172 13.0316 15.6276 13.2936C15.6939 13.3108 15.727 13.3194 15.7501 13.3217C15.7992 13.3266 15.8292 13.3232 15.876 13.3074C15.8979 13.3 15.9252 13.2858 15.9797 13.2574C16.0303 13.2311 16.0556 13.2179 16.0732 13.2053C16.1105 13.1785 16.1297 13.1577 16.1537 13.1186C16.165 13.1001 16.1775 13.0711 16.2025 13.0129C16.5854 12.1231 17.47 11.5 18.5001 11.5C19.1784 11.5 19.7935 11.7701 20.2439 12.2086C20.4996 12.4575 20.6274 12.582 20.6885 12.5562C20.7496 12.5304 20.7497 12.3672 20.7499 12.0407L20.75 11.9435C20.75 10.1058 20.75 8.65019 20.5969 7.51098C20.4392 6.33856 20.1071 5.38961 19.3588 4.64125C18.6104 3.89288 17.6614 3.56077 16.489 3.40314C15.3498 3.24998 13.8942 3.24999 12.0565 3.25H12.0565H12.0564ZM7.24976 7.99976C7.24976 7.58554 7.58554 7.24976 7.99976 7.24976H11.9998C12.414 7.24976 12.7498 7.58554 12.7498 7.99976C12.7498 8.41397 12.414 8.74976 11.9998 8.74976H7.99976C7.58554 8.74976 7.24976 8.41397 7.24976 7.99976Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 1C10.0523 1 10.5 1.44772 10.5 2V4C10.5 4.55228 10.0523 5 9.5 5C8.94772 5 8.5 4.55228 8.5 4V2C8.5 1.44772 8.94772 1 9.5 1ZM14.5 1C15.0523 1 15.5 1.44772 15.5 2V4C15.5 4.55228 15.0523 5 14.5 5C13.9477 5 13.5 4.55228 13.5 4V2C13.5 1.44772 13.9477 1 14.5 1ZM1 9.5C1 8.94772 1.44772 8.5 2 8.5H4C4.55228 8.5 5 8.94772 5 9.5C5 10.0523 4.55228 10.5 4 10.5H2C1.44772 10.5 1 10.0523 1 9.5ZM19 9.5C19 8.94772 19.4477 8.5 20 8.5H22C22.5523 8.5 23 8.94772 23 9.5C23 10.0523 22.5523 10.5 22 10.5H20C19.4477 10.5 19 10.0523 19 9.5ZM1 14.5C1 13.9477 1.44772 13.5 2 13.5H4C4.55228 13.5 5 13.9477 5 14.5C5 15.0523 4.55228 15.5 4 15.5H2C1.44772 15.5 1 15.0523 1 14.5ZM9.5 19C10.0523 19 10.5 19.4477 10.5 20V22C10.5 22.5523 10.0523 23 9.5 23C8.94772 23 8.5 22.5523 8.5 22V20C8.5 19.4477 8.94772 19 9.5 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5001 13C19.0524 13 19.5001 13.4477 19.5001 14V14.2699C20.0994 14.4254 20.6436 14.7174 21.0951 15.1109L21.4533 14.877C21.9157 14.575 22.5354 14.7051 22.8374 15.1675C23.1394 15.6299 23.0093 16.2495 22.5469 16.5515L22.213 16.7696C22.345 17.1561 22.4168 17.5701 22.4168 18C22.4168 18.43 22.345 18.844 22.2129 19.2306L22.5466 19.4485C23.009 19.7505 23.139 20.3701 22.837 20.8325C22.535 21.2949 21.9153 21.425 21.4529 21.123L21.095 20.8892C20.6434 21.2827 20.0994 21.5746 19.5001 21.7301V22C19.5001 22.5523 19.0524 23 18.5001 23C17.9478 23 17.5001 22.5523 17.5001 22V21.7301C16.9009 21.5746 16.3568 21.2827 15.9053 20.8892L15.5473 21.123C15.0849 21.425 14.4652 21.2949 14.1632 20.8325C13.8612 20.3701 13.9913 19.7505 14.4537 19.4485L14.7873 19.2306C14.6552 18.844 14.5834 18.43 14.5834 18C14.5834 17.5701 14.6552 17.1561 14.7872 16.7696L14.4533 16.5515C13.9909 16.2495 13.8609 15.6299 14.1629 15.1675C14.4649 14.7051 15.0845 14.575 15.5469 14.877L15.9051 15.1109C16.3567 14.7174 16.9008 14.4254 17.5001 14.2699V14C17.5001 13.4477 17.9478 13 18.5001 13ZM18.5001 16.1429C17.8267 16.1429 17.2406 16.4777 16.8992 16.9784C16.6989 17.2722 16.5834 17.6222 16.5834 18C16.5834 18.3779 16.6989 18.7279 16.8993 19.0217C17.2407 19.5224 17.8268 19.8571 18.5001 19.8571C19.1735 19.8571 19.7595 19.5224 20.1009 19.0217C20.3013 18.7279 20.4168 18.3779 20.4168 18C20.4168 17.6222 20.3014 17.2722 20.101 16.9784C19.7596 16.4777 19.1735 16.1429 18.5001 16.1429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0564 3.25H11.9436H11.9436C10.1058 3.24999 8.65018 3.24998 7.51098 3.40314C6.33856 3.56077 5.38961 3.89288 4.64125 4.64125C3.89288 5.38961 3.56077 6.33856 3.40314 7.51098C3.24998 8.65018 3.24999 10.1058 3.25 11.9435V11.9436V11.9436V12.0564V12.0565C3.24999 13.8942 3.24998 15.3498 3.40314 16.489C3.56077 17.6614 3.89288 18.6104 4.64125 19.3588C5.38961 20.1071 6.33856 20.4392 7.51098 20.5969C8.65019 20.75 10.1059 20.75 11.9436 20.75C12.1571 20.75 12.2638 20.7499 12.3309 20.7134C12.3841 20.6844 12.4109 20.659 12.4427 20.6075C12.4828 20.5424 12.4898 20.4126 12.5038 20.1529C12.529 19.6876 12.6835 19.2331 12.9556 18.8464C13.0399 18.7265 13.0821 18.6665 13.096 18.6167C13.1099 18.5669 13.1053 18.5009 13.0962 18.3688C13.0877 18.2468 13.0834 18.1239 13.0834 18C13.0834 17.8763 13.0877 17.7534 13.0961 17.6316C13.1053 17.4995 13.1098 17.4334 13.096 17.3837C13.0821 17.3339 13.0399 17.2739 12.9554 17.1539C12.3837 16.3414 12.3306 15.2298 12.907 14.3473C13.5093 13.425 14.6172 13.0316 15.6276 13.2936C15.6939 13.3108 15.727 13.3194 15.7501 13.3217C15.7992 13.3266 15.8292 13.3232 15.876 13.3074C15.8979 13.3 15.9252 13.2858 15.9797 13.2574C16.0303 13.2311 16.0556 13.2179 16.0732 13.2053C16.1105 13.1785 16.1297 13.1577 16.1537 13.1186C16.165 13.1001 16.1775 13.0711 16.2025 13.0129C16.5854 12.1231 17.47 11.5 18.5001 11.5C19.1784 11.5 19.7935 11.7701 20.2439 12.2086C20.4996 12.4575 20.6274 12.582 20.6885 12.5562C20.7496 12.5304 20.7497 12.3672 20.7499 12.0407L20.75 11.9435C20.75 10.1058 20.75 8.65019 20.5969 7.51098C20.4392 6.33856 20.1071 5.38961 19.3588 4.64125C18.6104 3.89288 17.6614 3.56077 16.489 3.40314C15.3498 3.24998 13.8942 3.24999 12.0565 3.25H12.0565H12.0564ZM7.24976 7.99976C7.24976 7.58554 7.58554 7.24976 7.99976 7.24976H11.9998C12.414 7.24976 12.7498 7.58554 12.7498 7.99976C12.7498 8.41397 12.414 8.74976 11.9998 8.74976H7.99976C7.58554 8.74976 7.24976 8.41397 7.24976 7.99976Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 1C10.0523 1 10.5 1.44772 10.5 2V4C10.5 4.55228 10.0523 5 9.5 5C8.94772 5 8.5 4.55228 8.5 4V2C8.5 1.44772 8.94772 1 9.5 1ZM14.5 1C15.0523 1 15.5 1.44772 15.5 2V4C15.5 4.55228 15.0523 5 14.5 5C13.9477 5 13.5 4.55228 13.5 4V2C13.5 1.44772 13.9477 1 14.5 1ZM1 9.5C1 8.94772 1.44772 8.5 2 8.5H4C4.55228 8.5 5 8.94772 5 9.5C5 10.0523 4.55228 10.5 4 10.5H2C1.44772 10.5 1 10.0523 1 9.5ZM19 9.5C19 8.94772 19.4477 8.5 20 8.5H22C22.5523 8.5 23 8.94772 23 9.5C23 10.0523 22.5523 10.5 22 10.5H20C19.4477 10.5 19 10.0523 19 9.5ZM1 14.5C1 13.9477 1.44772 13.5 2 13.5H4C4.55228 13.5 5 13.9477 5 14.5C5 15.0523 4.55228 15.5 4 15.5H2C1.44772 15.5 1 15.0523 1 14.5ZM9.5 19C10.0523 19 10.5 19.4477 10.5 20V22C10.5 22.5523 10.0523 23 9.5 23C8.94772 23 8.5 22.5523 8.5 22V20C8.5 19.4477 8.94772 19 9.5 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-cpu{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0565 3.25H12.0564H12.0564H11.9436H11.9436H11.9435C10.1058 3.24999 8.65018 3.24997 7.51098 3.40314C6.33856 3.56076 5.38961 3.89288 4.64124 4.64124C3.89288 5.38961 3.56076 6.33856 3.40314 7.51098C3.24997 8.65018 3.24999 10.1058 3.25 11.9436V11.9436V11.9436V12.0564V12.0564V12.0565C3.24999 13.8942 3.24997 15.3498 3.40314 16.489C3.56076 17.6614 3.89288 18.6104 4.64124 19.3588C5.38961 20.1071 6.33856 20.4392 7.51098 20.5969C8.65019 20.75 10.1059 20.75 11.9436 20.75H12.0565C13.8942 20.75 15.3498 20.75 16.489 20.5969C17.6614 20.4392 18.6104 20.1071 19.3588 19.3588C20.1071 18.6104 20.4392 17.6614 20.5969 16.489C20.75 15.3498 20.75 13.8942 20.75 12.0564V11.9435C20.75 10.1058 20.75 8.65019 20.5969 7.51098C20.4392 6.33856 20.1071 5.38961 19.3588 4.64124C18.6104 3.89288 17.6614 3.56076 16.489 3.40314C15.3498 3.24997 13.8942 3.24999 12.0565 3.25ZM13.7071 9.70711C14.0976 9.31658 14.0976 8.68342 13.7071 8.29289C13.3166 7.90237 12.6834 7.90237 12.2929 8.29289L8.29289 12.2929C7.90237 12.6834 7.90237 13.3166 8.29289 13.7071C8.68342 14.0976 9.31658 14.0976 9.70711 13.7071L13.7071 9.70711ZM15.7071 12.2929C16.0976 12.6834 16.0976 13.3166 15.7071 13.7071L13.7071 15.7071C13.3166 16.0976 12.6834 16.0976 12.2929 15.7071C11.9024 15.3166 11.9024 14.6834 12.2929 14.2929L14.2929 12.2929C14.6834 11.9024 15.3166 11.9024 15.7071 12.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 1C10.0523 1 10.5 1.44772 10.5 2V4C10.5 4.55228 10.0523 5 9.5 5C8.94772 5 8.5 4.55228 8.5 4V2C8.5 1.44772 8.94772 1 9.5 1ZM14.5 1C15.0523 1 15.5 1.44772 15.5 2V4C15.5 4.55228 15.0523 5 14.5 5C13.9477 5 13.5 4.55228 13.5 4V2C13.5 1.44772 13.9477 1 14.5 1ZM1 9.5C1 8.94772 1.44772 8.5 2 8.5H4C4.55228 8.5 5 8.94772 5 9.5C5 10.0523 4.55228 10.5 4 10.5H2C1.44772 10.5 1 10.0523 1 9.5ZM19 9.5C19 8.94772 19.4477 8.5 20 8.5H22C22.5523 8.5 23 8.94772 23 9.5C23 10.0523 22.5523 10.5 22 10.5H20C19.4477 10.5 19 10.0523 19 9.5ZM1 14.5C1 13.9477 1.44772 13.5 2 13.5H4C4.55228 13.5 5 13.9477 5 14.5C5 15.0523 4.55228 15.5 4 15.5H2C1.44772 15.5 1 15.0523 1 14.5ZM19 14.5C19 13.9477 19.4477 13.5 20 13.5H22C22.5523 13.5 23 13.9477 23 14.5C23 15.0523 22.5523 15.5 22 15.5H20C19.4477 15.5 19 15.0523 19 14.5ZM9.5 19C10.0523 19 10.5 19.4477 10.5 20V22C10.5 22.5523 10.0523 23 9.5 23C8.94772 23 8.5 22.5523 8.5 22V20C8.5 19.4477 8.94772 19 9.5 19ZM14.5 19C15.0523 19 15.5 19.4477 15.5 20V22C15.5 22.5523 15.0523 23 14.5 23C13.9477 23 13.5 22.5523 13.5 22V20C13.5 19.4477 13.9477 19 14.5 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0565 3.25H12.0564H12.0564H11.9436H11.9436H11.9435C10.1058 3.24999 8.65018 3.24997 7.51098 3.40314C6.33856 3.56076 5.38961 3.89288 4.64124 4.64124C3.89288 5.38961 3.56076 6.33856 3.40314 7.51098C3.24997 8.65018 3.24999 10.1058 3.25 11.9436V11.9436V11.9436V12.0564V12.0564V12.0565C3.24999 13.8942 3.24997 15.3498 3.40314 16.489C3.56076 17.6614 3.89288 18.6104 4.64124 19.3588C5.38961 20.1071 6.33856 20.4392 7.51098 20.5969C8.65019 20.75 10.1059 20.75 11.9436 20.75H12.0565C13.8942 20.75 15.3498 20.75 16.489 20.5969C17.6614 20.4392 18.6104 20.1071 19.3588 19.3588C20.1071 18.6104 20.4392 17.6614 20.5969 16.489C20.75 15.3498 20.75 13.8942 20.75 12.0564V11.9435C20.75 10.1058 20.75 8.65019 20.5969 7.51098C20.4392 6.33856 20.1071 5.38961 19.3588 4.64124C18.6104 3.89288 17.6614 3.56076 16.489 3.40314C15.3498 3.24997 13.8942 3.24999 12.0565 3.25ZM13.7071 9.70711C14.0976 9.31658 14.0976 8.68342 13.7071 8.29289C13.3166 7.90237 12.6834 7.90237 12.2929 8.29289L8.29289 12.2929C7.90237 12.6834 7.90237 13.3166 8.29289 13.7071C8.68342 14.0976 9.31658 14.0976 9.70711 13.7071L13.7071 9.70711ZM15.7071 12.2929C16.0976 12.6834 16.0976 13.3166 15.7071 13.7071L13.7071 15.7071C13.3166 16.0976 12.6834 16.0976 12.2929 15.7071C11.9024 15.3166 11.9024 14.6834 12.2929 14.2929L14.2929 12.2929C14.6834 11.9024 15.3166 11.9024 15.7071 12.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 1C10.0523 1 10.5 1.44772 10.5 2V4C10.5 4.55228 10.0523 5 9.5 5C8.94772 5 8.5 4.55228 8.5 4V2C8.5 1.44772 8.94772 1 9.5 1ZM14.5 1C15.0523 1 15.5 1.44772 15.5 2V4C15.5 4.55228 15.0523 5 14.5 5C13.9477 5 13.5 4.55228 13.5 4V2C13.5 1.44772 13.9477 1 14.5 1ZM1 9.5C1 8.94772 1.44772 8.5 2 8.5H4C4.55228 8.5 5 8.94772 5 9.5C5 10.0523 4.55228 10.5 4 10.5H2C1.44772 10.5 1 10.0523 1 9.5ZM19 9.5C19 8.94772 19.4477 8.5 20 8.5H22C22.5523 8.5 23 8.94772 23 9.5C23 10.0523 22.5523 10.5 22 10.5H20C19.4477 10.5 19 10.0523 19 9.5ZM1 14.5C1 13.9477 1.44772 13.5 2 13.5H4C4.55228 13.5 5 13.9477 5 14.5C5 15.0523 4.55228 15.5 4 15.5H2C1.44772 15.5 1 15.0523 1 14.5ZM19 14.5C19 13.9477 19.4477 13.5 20 13.5H22C22.5523 13.5 23 13.9477 23 14.5C23 15.0523 22.5523 15.5 22 15.5H20C19.4477 15.5 19 15.0523 19 14.5ZM9.5 19C10.0523 19 10.5 19.4477 10.5 20V22C10.5 22.5523 10.0523 23 9.5 23C8.94772 23 8.5 22.5523 8.5 22V20C8.5 19.4477 8.94772 19 9.5 19ZM14.5 19C15.0523 19 15.5 19.4477 15.5 20V22C15.5 22.5523 15.0523 23 14.5 23C13.9477 23 13.5 22.5523 13.5 22V20C13.5 19.4477 13.9477 19 14.5 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-data-recovery{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.71527 3.08401C2.18749 3.55194 1.75 4.19711 1.75 5V9.98763C1.75 10.9324 1.90337 11.4637 2.70806 11.9907C3.03325 12.2037 3.39779 12.4055 3.8008 12.5952C5.76354 13.5188 8.3613 14 10.75 14C11.4869 14 12.2438 13.9542 12.9957 13.8637C13.2667 13.8311 13.4022 13.8148 13.5282 13.763C13.6542 13.7112 13.8027 13.5955 14.0999 13.3643C15.1159 12.5738 16.3918 12.1013 17.7855 12.1013C18.489 12.1013 18.8107 11.6139 19.4433 11.3826C19.6892 11.0134 19.75 10.5825 19.75 9.98763V5C19.75 4.19711 19.3125 3.55194 18.7847 3.08401C18.2558 2.61504 17.5474 2.2384 16.758 1.94235C15.1717 1.34749 13.0473 1 10.75 1C8.45269 1 6.32833 1.34749 4.74202 1.94235C3.95256 2.2384 3.24422 2.61504 2.71527 3.08401ZM4.04209 5.41948C4.30524 5.65279 4.72883 5.9045 5.32313 6.13845C5.35413 6.15065 5.39043 6.16171 5.42851 6.17331C5.53644 6.20619 5.65859 6.24339 5.71414 6.32318C5.75 6.37469 5.75 6.44357 5.75 6.58134V8.5C5.75 9.05228 6.19772 9.5 6.75 9.5C7.30228 9.5 7.75 9.05228 7.75 8.5V7.23948C7.75 7.02246 7.75 6.91395 7.8182 6.8542C7.8864 6.79444 7.99582 6.80895 8.21467 6.83796C8.99969 6.94202 9.8529 7 10.75 7C12.871 7 14.7466 6.67591 16.0557 6.18499C16.714 5.93815 17.1772 5.66834 17.4579 5.41948C17.8146 5.10324 17.8146 4.89676 17.4579 4.58052C17.1772 4.33166 16.714 4.06185 16.0557 3.81501C14.7466 3.32409 12.871 3 10.75 3C8.62903 3 6.7534 3.32409 5.44427 3.81501C4.78602 4.06185 4.32279 4.33166 4.04209 4.58052C3.6854 4.89676 3.6854 5.10324 4.04209 5.41948Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.8535 15.9696C11.9948 15.962 12.0655 15.9581 12.0976 16.0002C12.1297 16.0422 12.1069 16.1106 12.0614 16.2473C11.8594 16.8545 11.7501 17.5032 11.7501 18.1757C11.7501 19.5396 12.1995 20.8059 12.9613 21.8255C13.3167 22.3012 13.4944 22.539 13.4217 22.7002C13.349 22.8614 13.0834 22.8833 12.5521 22.9269C11.9685 22.9749 11.3655 22.9998 10.75 22.9998C8.45269 22.9998 6.32833 22.6523 4.74202 22.0575C3.95256 21.7614 3.24422 21.3848 2.71527 20.9158C2.18749 20.4479 1.75 19.8027 1.75 18.9998V14.4765C1.75 14.1584 1.75 13.9993 1.84753 13.9412C1.94506 13.883 2.0892 13.9608 2.37747 14.1164C2.56512 14.2177 2.75604 14.3137 2.9492 14.4046C3.72353 14.769 4.56834 15.0695 5.44849 15.3076C5.59458 15.3471 5.66763 15.3669 5.70882 15.4207C5.75 15.4745 5.75 15.549 5.75 15.698V17.5C5.75 18.0523 6.19772 18.5 6.75 18.5C7.30228 18.5 7.75 18.0523 7.75 17.5V16.2431C7.75 16.0289 7.75 15.9218 7.81749 15.8621C7.88499 15.8024 7.99274 15.8157 8.20824 15.8422C9.06549 15.9477 9.92236 15.9998 10.75 15.9998C11.113 15.9998 11.4817 15.9898 11.8535 15.9696Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2407 13.8425C19.1949 13.3548 19.5135 12.8952 20.0036 12.7777C20.5407 12.6491 21.0804 12.9802 21.2091 13.5173L21.7084 15.6016C21.803 15.9964 21.6495 16.4092 21.32 16.6463C20.9905 16.8834 20.5503 16.8978 20.2061 16.6827C19.4651 16.2197 18.6977 15.6014 17.7852 15.6014C16.3953 15.6014 15.2498 16.7436 15.2498 18.1758C15.2498 19.608 16.3953 20.7502 17.7852 20.7502C19.0024 20.7502 20.0322 19.8749 20.2694 18.6939C20.3781 18.1524 20.9052 17.8016 21.4467 17.9103C21.9881 18.019 22.339 18.5461 22.2302 19.0875C21.8122 21.1695 19.9887 22.7502 17.7852 22.7502C15.27 22.7502 13.2498 20.6918 13.2498 18.1758C13.2498 15.6598 15.27 13.6014 17.7852 13.6014C18.2941 13.6014 18.7838 13.6863 19.2407 13.8425Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.71527 3.08401C2.18749 3.55194 1.75 4.19711 1.75 5V9.98763C1.75 10.9324 1.90337 11.4637 2.70806 11.9907C3.03325 12.2037 3.39779 12.4055 3.8008 12.5952C5.76354 13.5188 8.3613 14 10.75 14C11.4869 14 12.2438 13.9542 12.9957 13.8637C13.2667 13.8311 13.4022 13.8148 13.5282 13.763C13.6542 13.7112 13.8027 13.5955 14.0999 13.3643C15.1159 12.5738 16.3918 12.1013 17.7855 12.1013C18.489 12.1013 18.8107 11.6139 19.4433 11.3826C19.6892 11.0134 19.75 10.5825 19.75 9.98763V5C19.75 4.19711 19.3125 3.55194 18.7847 3.08401C18.2558 2.61504 17.5474 2.2384 16.758 1.94235C15.1717 1.34749 13.0473 1 10.75 1C8.45269 1 6.32833 1.34749 4.74202 1.94235C3.95256 2.2384 3.24422 2.61504 2.71527 3.08401ZM4.04209 5.41948C4.30524 5.65279 4.72883 5.9045 5.32313 6.13845C5.35413 6.15065 5.39043 6.16171 5.42851 6.17331C5.53644 6.20619 5.65859 6.24339 5.71414 6.32318C5.75 6.37469 5.75 6.44357 5.75 6.58134V8.5C5.75 9.05228 6.19772 9.5 6.75 9.5C7.30228 9.5 7.75 9.05228 7.75 8.5V7.23948C7.75 7.02246 7.75 6.91395 7.8182 6.8542C7.8864 6.79444 7.99582 6.80895 8.21467 6.83796C8.99969 6.94202 9.8529 7 10.75 7C12.871 7 14.7466 6.67591 16.0557 6.18499C16.714 5.93815 17.1772 5.66834 17.4579 5.41948C17.8146 5.10324 17.8146 4.89676 17.4579 4.58052C17.1772 4.33166 16.714 4.06185 16.0557 3.81501C14.7466 3.32409 12.871 3 10.75 3C8.62903 3 6.7534 3.32409 5.44427 3.81501C4.78602 4.06185 4.32279 4.33166 4.04209 4.58052C3.6854 4.89676 3.6854 5.10324 4.04209 5.41948Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.8535 15.9696C11.9948 15.962 12.0655 15.9581 12.0976 16.0002C12.1297 16.0422 12.1069 16.1106 12.0614 16.2473C11.8594 16.8545 11.7501 17.5032 11.7501 18.1757C11.7501 19.5396 12.1995 20.8059 12.9613 21.8255C13.3167 22.3012 13.4944 22.539 13.4217 22.7002C13.349 22.8614 13.0834 22.8833 12.5521 22.9269C11.9685 22.9749 11.3655 22.9998 10.75 22.9998C8.45269 22.9998 6.32833 22.6523 4.74202 22.0575C3.95256 21.7614 3.24422 21.3848 2.71527 20.9158C2.18749 20.4479 1.75 19.8027 1.75 18.9998V14.4765C1.75 14.1584 1.75 13.9993 1.84753 13.9412C1.94506 13.883 2.0892 13.9608 2.37747 14.1164C2.56512 14.2177 2.75604 14.3137 2.9492 14.4046C3.72353 14.769 4.56834 15.0695 5.44849 15.3076C5.59458 15.3471 5.66763 15.3669 5.70882 15.4207C5.75 15.4745 5.75 15.549 5.75 15.698V17.5C5.75 18.0523 6.19772 18.5 6.75 18.5C7.30228 18.5 7.75 18.0523 7.75 17.5V16.2431C7.75 16.0289 7.75 15.9218 7.81749 15.8621C7.88499 15.8024 7.99274 15.8157 8.20824 15.8422C9.06549 15.9477 9.92236 15.9998 10.75 15.9998C11.113 15.9998 11.4817 15.9898 11.8535 15.9696Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2407 13.8425C19.1949 13.3548 19.5135 12.8952 20.0036 12.7777C20.5407 12.6491 21.0804 12.9802 21.2091 13.5173L21.7084 15.6016C21.803 15.9964 21.6495 16.4092 21.32 16.6463C20.9905 16.8834 20.5503 16.8978 20.2061 16.6827C19.4651 16.2197 18.6977 15.6014 17.7852 15.6014C16.3953 15.6014 15.2498 16.7436 15.2498 18.1758C15.2498 19.608 16.3953 20.7502 17.7852 20.7502C19.0024 20.7502 20.0322 19.8749 20.2694 18.6939C20.3781 18.1524 20.9052 17.8016 21.4467 17.9103C21.9881 18.019 22.339 18.5461 22.2302 19.0875C21.8122 21.1695 19.9887 22.7502 17.7852 22.7502C15.27 22.7502 13.2498 20.6918 13.2498 18.1758C13.2498 15.6598 15.27 13.6014 17.7852 13.6014C18.2941 13.6014 18.7838 13.6863 19.2407 13.8425Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-database-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0591 1.75H11.9448C9.75347 1.74999 8.0323 1.74998 6.68852 1.93059C5.31149 2.11568 4.21893 2.50271 3.3605 3.36091C2.50207 4.21911 2.11492 5.31137 1.92979 6.68802C1.79853 7.66402 1.76264 8.83914 1.75283 10.2489C1.74956 10.7194 1.74792 10.9546 1.89461 11.1023C2.04131 11.25 2.27775 11.25 2.75064 11.25H21.2533C21.7262 11.25 21.9626 11.25 22.1093 11.1023C22.256 10.9546 22.2544 10.7194 22.2511 10.2489C22.2413 8.83914 22.2054 7.66402 22.0741 6.68802C21.889 5.31137 21.5018 4.21911 20.6434 3.36091C19.785 2.50271 18.6924 2.11568 17.3154 1.93059C15.9716 1.74998 14.2504 1.74999 12.0591 1.75ZM6.5 6.5C6.5 5.67157 7.17157 5 8 5C8.82843 5 9.5 5.67157 9.5 6.5C9.5 7.32843 8.82843 8 8 8C7.17157 8 6.5 7.32843 6.5 6.5ZM12 6.5C12 6.08579 12.3358 5.75 12.75 5.75L16.75 5.75C17.1642 5.75 17.5 6.08579 17.5 6.5C17.5 6.91421 17.1642 7.25 16.75 7.25H12.75C12.3358 7.25 12 6.91421 12 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.2533 12.75H2.75064C2.27775 12.75 2.04131 12.75 1.89461 12.8977C1.74792 13.0454 1.74956 13.2806 1.75283 13.7511C1.76264 15.1609 1.79853 16.336 1.92979 17.312C2.11492 18.6886 2.50207 19.7809 3.3605 20.6391C4.21893 21.4973 5.31149 21.8843 6.68852 22.0694C8.0323 22.25 9.75344 22.25 11.9447 22.25H12.0591C14.2504 22.25 15.9716 22.25 17.3154 22.0694C18.6924 21.8843 19.785 21.4973 20.6434 20.6391C21.5018 19.7809 21.889 18.6886 22.0741 17.312C22.2054 16.336 22.2413 15.1609 22.2511 13.7511C22.2544 13.2806 22.256 13.0454 22.1093 12.8977C21.9626 12.75 21.7262 12.75 21.2533 12.75ZM6.5 17.5C6.5 16.6716 7.17157 16 8 16C8.82843 16 9.5 16.6716 9.5 17.5C9.5 18.3284 8.82843 19 8 19C7.17157 19 6.5 18.3284 6.5 17.5ZM12 17.5C12 17.0858 12.3358 16.75 12.75 16.75L16.75 16.75C17.1642 16.75 17.5 17.0858 17.5 17.5C17.5 17.9142 17.1642 18.25 16.75 18.25L12.75 18.25C12.3358 18.25 12 17.9142 12 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0591 1.75H11.9448C9.75347 1.74999 8.0323 1.74998 6.68852 1.93059C5.31149 2.11568 4.21893 2.50271 3.3605 3.36091C2.50207 4.21911 2.11492 5.31137 1.92979 6.68802C1.79853 7.66402 1.76264 8.83914 1.75283 10.2489C1.74956 10.7194 1.74792 10.9546 1.89461 11.1023C2.04131 11.25 2.27775 11.25 2.75064 11.25H21.2533C21.7262 11.25 21.9626 11.25 22.1093 11.1023C22.256 10.9546 22.2544 10.7194 22.2511 10.2489C22.2413 8.83914 22.2054 7.66402 22.0741 6.68802C21.889 5.31137 21.5018 4.21911 20.6434 3.36091C19.785 2.50271 18.6924 2.11568 17.3154 1.93059C15.9716 1.74998 14.2504 1.74999 12.0591 1.75ZM6.5 6.5C6.5 5.67157 7.17157 5 8 5C8.82843 5 9.5 5.67157 9.5 6.5C9.5 7.32843 8.82843 8 8 8C7.17157 8 6.5 7.32843 6.5 6.5ZM12 6.5C12 6.08579 12.3358 5.75 12.75 5.75L16.75 5.75C17.1642 5.75 17.5 6.08579 17.5 6.5C17.5 6.91421 17.1642 7.25 16.75 7.25H12.75C12.3358 7.25 12 6.91421 12 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.2533 12.75H2.75064C2.27775 12.75 2.04131 12.75 1.89461 12.8977C1.74792 13.0454 1.74956 13.2806 1.75283 13.7511C1.76264 15.1609 1.79853 16.336 1.92979 17.312C2.11492 18.6886 2.50207 19.7809 3.3605 20.6391C4.21893 21.4973 5.31149 21.8843 6.68852 22.0694C8.0323 22.25 9.75344 22.25 11.9447 22.25H12.0591C14.2504 22.25 15.9716 22.25 17.3154 22.0694C18.6924 21.8843 19.785 21.4973 20.6434 20.6391C21.5018 19.7809 21.889 18.6886 22.0741 17.312C22.2054 16.336 22.2413 15.1609 22.2511 13.7511C22.2544 13.2806 22.256 13.0454 22.1093 12.8977C21.9626 12.75 21.7262 12.75 21.2533 12.75ZM6.5 17.5C6.5 16.6716 7.17157 16 8 16C8.82843 16 9.5 16.6716 9.5 17.5C9.5 18.3284 8.82843 19 8 19C7.17157 19 6.5 18.3284 6.5 17.5ZM12 17.5C12 17.0858 12.3358 16.75 12.75 16.75L16.75 16.75C17.1642 16.75 17.5 17.0858 17.5 17.5C17.5 17.9142 17.1642 18.25 16.75 18.25L12.75 18.25C12.3358 18.25 12 17.9142 12 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-database-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.96527 3.08401C3.43749 3.55194 3 4.19711 3 5V9.98763C3 10.9324 3.15337 11.4637 3.95806 11.9907C4.28325 12.2037 4.64779 12.4055 5.0508 12.5952C7.01354 13.5188 9.6113 14 12 14C14.3887 14 16.9865 13.5188 18.9492 12.5952C19.3522 12.4055 19.7167 12.2037 20.0419 11.9907C20.8466 11.4637 21 10.9324 21 9.98763V5C21 4.19711 20.5625 3.55194 20.0347 3.08401C19.5058 2.61504 18.7974 2.2384 18.008 1.94235C16.4217 1.34749 14.2973 1 12 1C9.70269 1 7.57833 1.34749 5.99202 1.94235C5.20256 2.2384 4.49422 2.61504 3.96527 3.08401ZM5.29209 4.58052C4.9354 4.89676 4.9354 5.10324 5.29209 5.41948C5.55524 5.65279 5.97883 5.9045 6.57313 6.13845C6.692 6.18524 6.88899 6.21525 6.96414 6.32318C7 6.37469 7 6.44357 7 6.58134V8.5C7 9.05228 7.44772 9.5 8 9.5C8.55228 9.5 9 9.05228 9 8.5V7.23948C9 7.02246 9 6.91395 9.0682 6.8542C9.1364 6.79444 9.24582 6.80895 9.46467 6.83796C10.2497 6.94202 11.1029 7 12 7C14.121 7 15.9966 6.67591 17.3057 6.18499C17.964 5.93815 18.4272 5.66834 18.7079 5.41948C19.0646 5.10324 19.0646 4.89676 18.7079 4.58052C18.4272 4.33166 17.964 4.06185 17.3057 3.81501C15.9966 3.32409 14.121 3 12 3C9.87903 3 8.0034 3.32409 6.69427 3.81501C6.03602 4.06185 5.57279 4.33166 5.29209 4.58052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.09753 13.9412C3.19506 13.883 3.3392 13.9608 3.62747 14.1164C3.81512 14.2177 4.00604 14.3137 4.1992 14.4046C4.97353 14.769 5.81834 15.0695 6.69849 15.3076C6.84458 15.3471 6.91763 15.3669 6.95882 15.4207C7 15.4745 7 15.549 7 15.698V17.5C7 18.0523 7.44772 18.5 8 18.5C8.55228 18.5 9 18.0523 9 17.5V16.2431C9 16.0289 9 15.9218 9.06749 15.8621C9.13499 15.8024 9.24274 15.8157 9.45825 15.8422C10.3155 15.9477 11.1724 15.9998 12 15.9998C14.6113 15.9998 17.5135 15.481 19.8008 14.4046C19.994 14.3137 20.1849 14.2177 20.3725 14.1164C20.6608 13.9608 20.8049 13.883 20.9025 13.9412C21 13.9993 21 14.1584 21 14.4765V18.9998C21 19.8027 20.5625 20.4479 20.0347 20.9158C19.5058 21.3848 18.7974 21.7614 18.008 22.0575C16.4217 22.6523 14.2973 22.9998 12 22.9998C9.70269 22.9998 7.57833 22.6523 5.99202 22.0575C5.20256 21.7614 4.49422 21.3848 3.96527 20.9158C3.43749 20.4479 3 19.8027 3 18.9998V14.4765C3 14.1584 3 13.9993 3.09753 13.9412Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.96527 3.08401C3.43749 3.55194 3 4.19711 3 5V9.98763C3 10.9324 3.15337 11.4637 3.95806 11.9907C4.28325 12.2037 4.64779 12.4055 5.0508 12.5952C7.01354 13.5188 9.6113 14 12 14C14.3887 14 16.9865 13.5188 18.9492 12.5952C19.3522 12.4055 19.7167 12.2037 20.0419 11.9907C20.8466 11.4637 21 10.9324 21 9.98763V5C21 4.19711 20.5625 3.55194 20.0347 3.08401C19.5058 2.61504 18.7974 2.2384 18.008 1.94235C16.4217 1.34749 14.2973 1 12 1C9.70269 1 7.57833 1.34749 5.99202 1.94235C5.20256 2.2384 4.49422 2.61504 3.96527 3.08401ZM5.29209 4.58052C4.9354 4.89676 4.9354 5.10324 5.29209 5.41948C5.55524 5.65279 5.97883 5.9045 6.57313 6.13845C6.692 6.18524 6.88899 6.21525 6.96414 6.32318C7 6.37469 7 6.44357 7 6.58134V8.5C7 9.05228 7.44772 9.5 8 9.5C8.55228 9.5 9 9.05228 9 8.5V7.23948C9 7.02246 9 6.91395 9.0682 6.8542C9.1364 6.79444 9.24582 6.80895 9.46467 6.83796C10.2497 6.94202 11.1029 7 12 7C14.121 7 15.9966 6.67591 17.3057 6.18499C17.964 5.93815 18.4272 5.66834 18.7079 5.41948C19.0646 5.10324 19.0646 4.89676 18.7079 4.58052C18.4272 4.33166 17.964 4.06185 17.3057 3.81501C15.9966 3.32409 14.121 3 12 3C9.87903 3 8.0034 3.32409 6.69427 3.81501C6.03602 4.06185 5.57279 4.33166 5.29209 4.58052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.09753 13.9412C3.19506 13.883 3.3392 13.9608 3.62747 14.1164C3.81512 14.2177 4.00604 14.3137 4.1992 14.4046C4.97353 14.769 5.81834 15.0695 6.69849 15.3076C6.84458 15.3471 6.91763 15.3669 6.95882 15.4207C7 15.4745 7 15.549 7 15.698V17.5C7 18.0523 7.44772 18.5 8 18.5C8.55228 18.5 9 18.0523 9 17.5V16.2431C9 16.0289 9 15.9218 9.06749 15.8621C9.13499 15.8024 9.24274 15.8157 9.45825 15.8422C10.3155 15.9477 11.1724 15.9998 12 15.9998C14.6113 15.9998 17.5135 15.481 19.8008 14.4046C19.994 14.3137 20.1849 14.2177 20.3725 14.1164C20.6608 13.9608 20.8049 13.883 20.9025 13.9412C21 13.9993 21 14.1584 21 14.4765V18.9998C21 19.8027 20.5625 20.4479 20.0347 20.9158C19.5058 21.3848 18.7974 21.7614 18.008 22.0575C16.4217 22.6523 14.2973 22.9998 12 22.9998C9.70269 22.9998 7.57833 22.6523 5.99202 22.0575C5.20256 21.7614 4.49422 21.3848 3.96527 20.9158C3.43749 20.4479 3 19.8027 3 18.9998V14.4765C3 14.1584 3 13.9993 3.09753 13.9412Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-database-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.71527 3.08401C2.18749 3.55194 1.75 4.19711 1.75 5V9.98763C1.75 10.9324 1.90337 11.4637 2.70806 11.9907C3.03325 12.2037 3.39779 12.4055 3.8008 12.5952C5.76354 13.5188 8.3613 14 10.75 14C11.5557 14 12.3852 13.9453 13.206 13.8373C13.4536 13.8047 13.5774 13.7884 13.6934 13.7421C13.8095 13.6958 13.9491 13.5945 14.2283 13.3918C15.2173 12.6736 16.4342 12.25 17.75 12.25C18.2028 12.25 18.4044 12.2445 18.7919 11.9907C19.5966 11.4637 19.75 10.9324 19.75 9.98763V5C19.75 4.19711 19.3125 3.55194 18.7847 3.08401C18.2558 2.61504 17.5474 2.2384 16.758 1.94235C15.1717 1.34749 13.0473 1 10.75 1C8.45269 1 6.32833 1.34749 4.74202 1.94235C3.95256 2.2384 3.24422 2.61504 2.71527 3.08401ZM4.04209 5.41948C4.30524 5.65279 4.72883 5.9045 5.32313 6.13845C5.35413 6.15065 5.39043 6.16171 5.42851 6.17331C5.53644 6.20619 5.65859 6.24339 5.71414 6.32318C5.75 6.37469 5.75 6.44357 5.75 6.58134V8.5C5.75 9.05228 6.19772 9.5 6.75 9.5C7.30228 9.5 7.75 9.05228 7.75 8.5V7.23948C7.75 7.02246 7.75 6.91395 7.8182 6.8542C7.8864 6.79444 7.99582 6.80895 8.21467 6.83796C8.99969 6.94202 9.8529 7 10.75 7C12.871 7 14.7466 6.67591 16.0557 6.18499C16.714 5.93815 17.1772 5.66834 17.4579 5.41948C17.8146 5.10324 17.8146 4.89676 17.4579 4.58052C17.1772 4.33166 16.714 4.06185 16.0557 3.81501C14.7466 3.32409 12.871 3 10.75 3C8.62903 3 6.7534 3.32409 5.44427 3.81501C4.78602 4.06185 4.32279 4.33166 4.04209 4.58052C3.6854 4.89676 3.6854 5.10324 4.04209 5.41948Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.8842 15.9679C12.0286 15.9599 12.1009 15.9559 12.133 15.9987C12.1651 16.0415 12.1405 16.111 12.0914 16.25C11.8703 16.8755 11.75 17.5487 11.75 18.25C11.75 19.7466 12.298 21.1153 13.2042 22.1663C13.4589 22.4616 13.5862 22.6093 13.5414 22.722C13.4965 22.8347 13.3158 22.8531 12.9544 22.8899C12.2471 22.962 11.508 22.9998 10.75 22.9998C8.45269 22.9998 6.32833 22.6523 4.74202 22.0575C3.95256 21.7614 3.24422 21.3848 2.71527 20.9158C2.18749 20.4479 1.75 19.8027 1.75 18.9998V14.4765C1.75 14.1584 1.75 13.9993 1.84753 13.9412C1.94506 13.883 2.0892 13.9608 2.37747 14.1164C2.56512 14.2177 2.75604 14.3137 2.9492 14.4046C3.72353 14.769 4.56834 15.0695 5.44849 15.3076C5.59458 15.3471 5.66763 15.3669 5.70882 15.4207C5.75 15.4745 5.75 15.549 5.75 15.698V17.5C5.75 18.0523 6.19772 18.5 6.75 18.5C7.30228 18.5 7.75 18.0523 7.75 17.5V16.2431C7.75 16.0289 7.75 15.9218 7.81749 15.8621C7.88499 15.8024 7.99275 15.8157 8.20825 15.8422C9.0655 15.9477 9.92236 15.9998 10.75 15.9998C11.123 15.9998 11.502 15.9892 11.8842 15.9679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.25 18.25C22.25 20.7353 20.2353 22.75 17.75 22.75C15.2647 22.75 13.25 20.7353 13.25 18.25C13.25 15.7647 15.2647 13.75 17.75 13.75C20.2353 13.75 22.25 15.7647 22.25 18.25ZM18.5 16.75C18.5 16.3358 18.1642 16 17.75 16C17.3358 16 17 16.3358 17 16.75V17.5H16.25C15.8358 17.5 15.5 17.8358 15.5 18.25C15.5 18.6642 15.8358 19 16.25 19H17V19.75C17 20.1642 17.3358 20.5 17.75 20.5C18.1642 20.5 18.5 20.1642 18.5 19.75V19H19.25C19.6642 19 20 18.6642 20 18.25C20 17.8358 19.6642 17.5 19.25 17.5H18.5V16.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.71527 3.08401C2.18749 3.55194 1.75 4.19711 1.75 5V9.98763C1.75 10.9324 1.90337 11.4637 2.70806 11.9907C3.03325 12.2037 3.39779 12.4055 3.8008 12.5952C5.76354 13.5188 8.3613 14 10.75 14C11.5557 14 12.3852 13.9453 13.206 13.8373C13.4536 13.8047 13.5774 13.7884 13.6934 13.7421C13.8095 13.6958 13.9491 13.5945 14.2283 13.3918C15.2173 12.6736 16.4342 12.25 17.75 12.25C18.2028 12.25 18.4044 12.2445 18.7919 11.9907C19.5966 11.4637 19.75 10.9324 19.75 9.98763V5C19.75 4.19711 19.3125 3.55194 18.7847 3.08401C18.2558 2.61504 17.5474 2.2384 16.758 1.94235C15.1717 1.34749 13.0473 1 10.75 1C8.45269 1 6.32833 1.34749 4.74202 1.94235C3.95256 2.2384 3.24422 2.61504 2.71527 3.08401ZM4.04209 5.41948C4.30524 5.65279 4.72883 5.9045 5.32313 6.13845C5.35413 6.15065 5.39043 6.16171 5.42851 6.17331C5.53644 6.20619 5.65859 6.24339 5.71414 6.32318C5.75 6.37469 5.75 6.44357 5.75 6.58134V8.5C5.75 9.05228 6.19772 9.5 6.75 9.5C7.30228 9.5 7.75 9.05228 7.75 8.5V7.23948C7.75 7.02246 7.75 6.91395 7.8182 6.8542C7.8864 6.79444 7.99582 6.80895 8.21467 6.83796C8.99969 6.94202 9.8529 7 10.75 7C12.871 7 14.7466 6.67591 16.0557 6.18499C16.714 5.93815 17.1772 5.66834 17.4579 5.41948C17.8146 5.10324 17.8146 4.89676 17.4579 4.58052C17.1772 4.33166 16.714 4.06185 16.0557 3.81501C14.7466 3.32409 12.871 3 10.75 3C8.62903 3 6.7534 3.32409 5.44427 3.81501C4.78602 4.06185 4.32279 4.33166 4.04209 4.58052C3.6854 4.89676 3.6854 5.10324 4.04209 5.41948Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.8842 15.9679C12.0286 15.9599 12.1009 15.9559 12.133 15.9987C12.1651 16.0415 12.1405 16.111 12.0914 16.25C11.8703 16.8755 11.75 17.5487 11.75 18.25C11.75 19.7466 12.298 21.1153 13.2042 22.1663C13.4589 22.4616 13.5862 22.6093 13.5414 22.722C13.4965 22.8347 13.3158 22.8531 12.9544 22.8899C12.2471 22.962 11.508 22.9998 10.75 22.9998C8.45269 22.9998 6.32833 22.6523 4.74202 22.0575C3.95256 21.7614 3.24422 21.3848 2.71527 20.9158C2.18749 20.4479 1.75 19.8027 1.75 18.9998V14.4765C1.75 14.1584 1.75 13.9993 1.84753 13.9412C1.94506 13.883 2.0892 13.9608 2.37747 14.1164C2.56512 14.2177 2.75604 14.3137 2.9492 14.4046C3.72353 14.769 4.56834 15.0695 5.44849 15.3076C5.59458 15.3471 5.66763 15.3669 5.70882 15.4207C5.75 15.4745 5.75 15.549 5.75 15.698V17.5C5.75 18.0523 6.19772 18.5 6.75 18.5C7.30228 18.5 7.75 18.0523 7.75 17.5V16.2431C7.75 16.0289 7.75 15.9218 7.81749 15.8621C7.88499 15.8024 7.99275 15.8157 8.20825 15.8422C9.0655 15.9477 9.92236 15.9998 10.75 15.9998C11.123 15.9998 11.502 15.9892 11.8842 15.9679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.25 18.25C22.25 20.7353 20.2353 22.75 17.75 22.75C15.2647 22.75 13.25 20.7353 13.25 18.25C13.25 15.7647 15.2647 13.75 17.75 13.75C20.2353 13.75 22.25 15.7647 22.25 18.25ZM18.5 16.75C18.5 16.3358 18.1642 16 17.75 16C17.3358 16 17 16.3358 17 16.75V17.5H16.25C15.8358 17.5 15.5 17.8358 15.5 18.25C15.5 18.6642 15.8358 19 16.25 19H17V19.75C17 20.1642 17.3358 20.5 17.75 20.5C18.1642 20.5 18.5 20.1642 18.5 19.75V19H19.25C19.6642 19 20 18.6642 20 18.25C20 17.8358 19.6642 17.5 19.25 17.5H18.5V16.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-database-sync{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5591 0.749913H11.4448C9.25347 0.7499 7.5323 0.74989 6.18852 0.930507C4.81148 1.11559 3.71893 1.50263 2.86049 2.36083C2.00206 3.21903 1.61492 4.31128 1.42978 5.68794C1.29853 6.66393 1.26264 7.83905 1.25283 9.24886C1.24955 9.71932 1.24792 9.95456 1.39461 10.1022C1.54131 10.2499 1.77775 10.2499 2.25064 10.2499H20.7533C21.2262 10.2499 21.4626 10.2499 21.6093 10.1022C21.756 9.95456 21.7543 9.71932 21.7511 9.24886C21.7413 7.83905 21.7054 6.66393 21.5741 5.68794C21.389 4.31128 21.0018 3.21903 20.1434 2.36083C19.285 1.50263 18.1924 1.11559 16.8154 0.930507C15.4716 0.74989 13.7504 0.7499 11.5591 0.749913ZM6 5.5C6 4.67157 6.67157 4 7.5 4C8.32843 4 9 4.67157 9 5.5C9 6.32843 8.32843 7 7.5 7C6.67157 7 6 6.32843 6 5.5ZM11.5 5.5C11.5 5.08579 11.8358 4.75 12.25 4.75L16.25 4.75C16.6642 4.75 17 5.08579 17 5.5C17 5.91421 16.6642 6.25 16.25 6.25H12.25C11.8358 6.25 11.5 5.91421 11.5 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.7533 11.75H2.25064C1.77775 11.75 1.54131 11.75 1.39461 11.8977C1.24792 12.0454 1.24956 12.2806 1.25283 12.7511C1.26264 14.1609 1.29853 15.336 1.42979 16.312C1.61492 17.6886 2.00206 18.7809 2.8605 19.6391C3.71893 20.4973 4.81149 20.8843 6.18852 21.0694C7.63638 21.264 9.11005 21.258 10.5732 21.2519C10.8879 21.2507 11.2022 21.2494 11.5156 21.2501C11.7118 21.2505 11.8099 21.2507 11.868 21.1958C11.926 21.1409 11.9319 21.0291 11.9437 20.8056C11.9564 20.5648 12.0037 20.3261 12.0848 20.0977C12.1403 19.9413 12.1681 19.8631 12.1548 19.8061C12.1416 19.7491 12.0843 19.6932 11.9697 19.5815C11.6689 19.288 11.41 18.9382 11.1563 18.5953C11.0366 18.4335 10.918 18.2733 10.7968 18.1213C9.9356 17.0419 10.1128 15.4689 11.1925 14.608C11.7399 14.1716 12.4142 14.0019 13.0582 14.0813C13.2203 14.1013 13.3013 14.1113 13.3569 14.0968C13.4126 14.0822 13.4714 14.0389 13.5892 13.9522C15.0411 12.8828 16.9538 12.4665 18.8152 12.9511C19.685 13.1776 20.4673 13.5808 21.1274 14.1146C21.379 14.3179 21.728 14.194 21.7354 13.8706C21.7436 13.515 21.7484 13.142 21.7511 12.7511C21.7544 12.2806 21.756 12.0454 21.6093 11.8977C21.4626 11.75 21.2262 11.75 20.7533 11.75ZM7.5 15C6.67157 15 6 15.6716 6 16.5C6 17.3284 6.67157 18 7.5 18C8.32843 18 9 17.3284 9 16.5C9 15.6716 8.32843 15 7.5 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5938 16.0161C14.6959 14.6064 16.5947 13.9231 18.4337 14.4021C19.4118 14.6568 20.2375 15.204 20.832 15.9265C21.1829 16.353 21.1216 16.9832 20.6952 17.3341C20.2687 17.685 19.6385 17.6237 19.2876 17.1972C18.9565 16.7949 18.4926 16.4841 17.9296 16.3375C16.5162 15.9694 15.0999 16.792 14.7366 18.1098C14.6367 18.4724 14.3418 18.7482 13.9734 18.8237C13.6049 18.8992 13.2253 18.7616 12.9908 18.4676L11.9682 17.1854C11.6238 16.7536 11.6947 16.1244 12.1264 15.7801C12.5582 15.4357 13.1874 15.5066 13.5318 15.9383L13.5938 16.0161ZM20.5262 18.6758C20.1579 18.7514 19.8631 19.0271 19.7632 19.3896C19.3999 20.7074 17.9837 21.53 16.5702 21.1619C16.0067 21.0151 15.5424 20.7038 15.2113 20.3009C14.8606 19.8742 14.2305 19.8125 13.8038 20.1632C13.3771 20.5138 13.3154 21.144 13.6661 21.5707C14.2606 22.2942 15.087 22.8423 16.0662 23.0973C17.9055 23.5764 19.8047 22.8927 20.9068 21.4824L20.9686 21.5599C21.3133 21.9914 21.9425 22.0618 22.374 21.7171C22.8056 21.3725 22.876 20.7432 22.5313 20.3117L21.5086 19.0313C21.274 18.7375 20.8944 18.6002 20.5262 18.6758Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5591 0.749913H11.4448C9.25347 0.7499 7.5323 0.74989 6.18852 0.930507C4.81148 1.11559 3.71893 1.50263 2.86049 2.36083C2.00206 3.21903 1.61492 4.31128 1.42978 5.68794C1.29853 6.66393 1.26264 7.83905 1.25283 9.24886C1.24955 9.71932 1.24792 9.95456 1.39461 10.1022C1.54131 10.2499 1.77775 10.2499 2.25064 10.2499H20.7533C21.2262 10.2499 21.4626 10.2499 21.6093 10.1022C21.756 9.95456 21.7543 9.71932 21.7511 9.24886C21.7413 7.83905 21.7054 6.66393 21.5741 5.68794C21.389 4.31128 21.0018 3.21903 20.1434 2.36083C19.285 1.50263 18.1924 1.11559 16.8154 0.930507C15.4716 0.74989 13.7504 0.7499 11.5591 0.749913ZM6 5.5C6 4.67157 6.67157 4 7.5 4C8.32843 4 9 4.67157 9 5.5C9 6.32843 8.32843 7 7.5 7C6.67157 7 6 6.32843 6 5.5ZM11.5 5.5C11.5 5.08579 11.8358 4.75 12.25 4.75L16.25 4.75C16.6642 4.75 17 5.08579 17 5.5C17 5.91421 16.6642 6.25 16.25 6.25H12.25C11.8358 6.25 11.5 5.91421 11.5 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.7533 11.75H2.25064C1.77775 11.75 1.54131 11.75 1.39461 11.8977C1.24792 12.0454 1.24956 12.2806 1.25283 12.7511C1.26264 14.1609 1.29853 15.336 1.42979 16.312C1.61492 17.6886 2.00206 18.7809 2.8605 19.6391C3.71893 20.4973 4.81149 20.8843 6.18852 21.0694C7.63638 21.264 9.11005 21.258 10.5732 21.2519C10.8879 21.2507 11.2022 21.2494 11.5156 21.2501C11.7118 21.2505 11.8099 21.2507 11.868 21.1958C11.926 21.1409 11.9319 21.0291 11.9437 20.8056C11.9564 20.5648 12.0037 20.3261 12.0848 20.0977C12.1403 19.9413 12.1681 19.8631 12.1548 19.8061C12.1416 19.7491 12.0843 19.6932 11.9697 19.5815C11.6689 19.288 11.41 18.9382 11.1563 18.5953C11.0366 18.4335 10.918 18.2733 10.7968 18.1213C9.9356 17.0419 10.1128 15.4689 11.1925 14.608C11.7399 14.1716 12.4142 14.0019 13.0582 14.0813C13.2203 14.1013 13.3013 14.1113 13.3569 14.0968C13.4126 14.0822 13.4714 14.0389 13.5892 13.9522C15.0411 12.8828 16.9538 12.4665 18.8152 12.9511C19.685 13.1776 20.4673 13.5808 21.1274 14.1146C21.379 14.3179 21.728 14.194 21.7354 13.8706C21.7436 13.515 21.7484 13.142 21.7511 12.7511C21.7544 12.2806 21.756 12.0454 21.6093 11.8977C21.4626 11.75 21.2262 11.75 20.7533 11.75ZM7.5 15C6.67157 15 6 15.6716 6 16.5C6 17.3284 6.67157 18 7.5 18C8.32843 18 9 17.3284 9 16.5C9 15.6716 8.32843 15 7.5 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5938 16.0161C14.6959 14.6064 16.5947 13.9231 18.4337 14.4021C19.4118 14.6568 20.2375 15.204 20.832 15.9265C21.1829 16.353 21.1216 16.9832 20.6952 17.3341C20.2687 17.685 19.6385 17.6237 19.2876 17.1972C18.9565 16.7949 18.4926 16.4841 17.9296 16.3375C16.5162 15.9694 15.0999 16.792 14.7366 18.1098C14.6367 18.4724 14.3418 18.7482 13.9734 18.8237C13.6049 18.8992 13.2253 18.7616 12.9908 18.4676L11.9682 17.1854C11.6238 16.7536 11.6947 16.1244 12.1264 15.7801C12.5582 15.4357 13.1874 15.5066 13.5318 15.9383L13.5938 16.0161ZM20.5262 18.6758C20.1579 18.7514 19.8631 19.0271 19.7632 19.3896C19.3999 20.7074 17.9837 21.53 16.5702 21.1619C16.0067 21.0151 15.5424 20.7038 15.2113 20.3009C14.8606 19.8742 14.2305 19.8125 13.8038 20.1632C13.3771 20.5138 13.3154 21.144 13.6661 21.5707C14.2606 22.2942 15.087 22.8423 16.0662 23.0973C17.9055 23.5764 19.8047 22.8927 20.9068 21.4824L20.9686 21.5599C21.3133 21.9914 21.9425 22.0618 22.374 21.7171C22.8056 21.3725 22.876 20.7432 22.5313 20.3117L21.5086 19.0313C21.274 18.7375 20.8944 18.6002 20.5262 18.6758Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-eco{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.17331 1.44383C10.0889 1.33103 11.0341 1.25 12 1.25C12.9658 1.25 13.9111 1.33103 14.8266 1.44383C17.626 1.78873 19.7892 4.11005 20.007 6.85181C20.1391 8.51511 20.25 10.2381 20.25 12C20.25 13.7619 20.1391 15.4849 20.007 17.1482C19.7892 19.89 17.626 22.2112 14.8266 22.5562C13.9112 22.6689 12.9658 22.75 12 22.75C11.0341 22.75 10.0888 22.6689 9.17338 22.5562C6.37413 22.2112 4.21064 19.89 3.99296 17.1482C3.86089 15.4849 3.75 13.7618 3.75 12C3.75 10.2382 3.86089 8.51512 3.99296 6.85182C4.21063 4.11003 6.37402 1.78872 9.17331 1.44383ZM12 5C12.5523 5 13 5.44772 13 6V9C13 9.55228 12.5523 10 12 10C11.4477 10 11 9.55228 11 9V6C11 5.44772 11.4477 5 12 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.17331 1.44383C10.0889 1.33103 11.0341 1.25 12 1.25C12.9658 1.25 13.9111 1.33103 14.8266 1.44383C17.626 1.78873 19.7892 4.11005 20.007 6.85181C20.1391 8.51511 20.25 10.2381 20.25 12C20.25 13.7619 20.1391 15.4849 20.007 17.1482C19.7892 19.89 17.626 22.2112 14.8266 22.5562C13.9112 22.6689 12.9658 22.75 12 22.75C11.0341 22.75 10.0888 22.6689 9.17338 22.5562C6.37413 22.2112 4.21064 19.89 3.99296 17.1482C3.86089 15.4849 3.75 13.7618 3.75 12C3.75 10.2382 3.86089 8.51512 3.99296 6.85182C4.21063 4.11003 6.37402 1.78872 9.17331 1.44383ZM12 5C12.5523 5 13 5.44772 13 6V9C13 9.55228 12.5523 10 12 10C11.4477 10 11 9.55228 11 9V6C11 5.44772 11.4477 5 12 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-eco-battery-charging{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.6536 7.3482C18.4088 7.10349 18.2864 6.98114 18.159 7.04139C18.1558 7.04292 18.1518 7.04496 18.1486 7.04668C18.025 7.11424 18.0556 7.30758 18.1169 7.69425C18.316 8.9512 18.2718 10.237 18.0071 11.3621C16.8049 16.4704 11.9606 18.6125 8.40706 18.1011C7.89051 18.0268 7.63224 17.9896 7.46218 18.1282C7.29213 18.2668 7.28014 18.4679 7.25615 18.8699C7.24996 18.9736 7.24668 19.0817 7.24665 19.1942C7.24657 19.4437 7.24653 19.5685 7.33422 19.6563C7.4219 19.7442 7.55487 19.7444 7.82079 19.7449C9.56613 19.7479 11.3115 19.7442 13.0568 19.7442C14.4244 19.7443 15.5268 19.7443 16.3937 19.6278C17.2938 19.5068 18.0517 19.248 18.6536 18.6464C19.3218 17.9785 19.5676 17.0594 19.6644 16.146L20.1771 16.0605C20.6968 15.974 21.2596 15.9114 21.7135 15.6216C22.3303 15.2276 22.683 14.5822 22.7351 13.8634C22.7521 13.6283 22.7521 13.3463 22.7521 13.0223V12.9726C22.7521 12.6486 22.7521 12.3665 22.7351 12.1314C22.683 11.4126 22.3303 10.7672 21.7135 10.3732C21.2597 10.0834 20.6968 10.0208 20.1771 9.93428L19.6644 9.84887C19.5676 8.93532 19.3219 8.01618 18.6536 7.3482ZM19.7518 12.9424C19.7519 12.3777 19.7519 11.8583 19.7437 11.3821C20.0467 11.4325 20.3528 11.4743 20.6515 11.5466C21.0104 11.6334 21.2132 11.8855 21.2389 12.2396C21.2515 12.4141 21.252 12.6414 21.252 12.9974C21.252 13.3533 21.2515 13.5806 21.2389 13.7552C21.2132 14.1093 21.0104 14.3614 20.6515 14.4482C20.3528 14.5204 20.0467 14.5622 19.7437 14.6127C19.7519 14.1363 19.7519 13.6168 19.7518 13.0521V12.9424Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.79515 18.2338C2.76009 18.5741 2.74256 18.7443 2.61557 18.783C2.48859 18.8218 2.39222 18.7062 2.19947 18.4751C1.71685 17.8963 1.47094 17.1493 1.36848 16.3875C1.25192 15.521 1.25194 14.4191 1.25195 13.0522V12.9424C1.25194 11.5755 1.25192 10.4736 1.36848 9.60707C1.4895 8.70737 1.74839 7.94984 2.35031 7.3482C2.95222 6.74655 3.7101 6.48777 4.61021 6.36681C5.20945 6.28628 5.81572 6.25826 6.42269 6.24978C7.05342 6.24096 7.36878 6.23656 7.41429 6.37685C7.4598 6.51714 7.19095 6.70621 6.65326 7.08433C5.74966 7.71978 4.82224 8.62815 4.25692 10.0086C3.7042 11.3047 3.60744 12.7145 3.95295 14.0122C4.0198 14.2633 4.05323 14.3888 4.04066 14.4863C4.02808 14.5837 3.96601 14.693 3.84186 14.9115C3.26155 15.9327 2.91545 17.0662 2.79515 18.2338Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5463 11.0201C15.8783 13.86 14.044 15.7731 11.2357 16.5576C9.82043 16.953 7.97654 16.8149 6.8121 15.8441C6.55792 16.1858 6.34034 16.5534 6.16938 16.9587C5.84168 17.7356 5.66799 18.692 5.78013 19.9325C5.81743 20.345 5.51324 20.7097 5.10071 20.747C4.68818 20.7843 4.32352 20.4801 4.28623 20.0675C4.15428 18.608 4.35444 17.4019 4.7873 16.3757C5.06133 15.7261 5.42165 15.165 5.82729 14.6685C5.14009 13.4624 5.05374 11.9557 5.64042 10.5878C6.33869 8.87125 7.76785 8.08515 8.94222 7.48095C10.2148 6.82624 12.115 5.93908 11.3761 4.18645C11.2574 3.72294 11.6153 3.25591 12.0938 3.25032C15.9734 3.20505 17.2771 7.91336 16.5463 11.0201Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.6536 7.3482C18.4088 7.10349 18.2864 6.98114 18.159 7.04139C18.1558 7.04292 18.1518 7.04496 18.1486 7.04668C18.025 7.11424 18.0556 7.30758 18.1169 7.69425C18.316 8.9512 18.2718 10.237 18.0071 11.3621C16.8049 16.4704 11.9606 18.6125 8.40706 18.1011C7.89051 18.0268 7.63224 17.9896 7.46218 18.1282C7.29213 18.2668 7.28014 18.4679 7.25615 18.8699C7.24996 18.9736 7.24668 19.0817 7.24665 19.1942C7.24657 19.4437 7.24653 19.5685 7.33422 19.6563C7.4219 19.7442 7.55487 19.7444 7.82079 19.7449C9.56613 19.7479 11.3115 19.7442 13.0568 19.7442C14.4244 19.7443 15.5268 19.7443 16.3937 19.6278C17.2938 19.5068 18.0517 19.248 18.6536 18.6464C19.3218 17.9785 19.5676 17.0594 19.6644 16.146L20.1771 16.0605C20.6968 15.974 21.2596 15.9114 21.7135 15.6216C22.3303 15.2276 22.683 14.5822 22.7351 13.8634C22.7521 13.6283 22.7521 13.3463 22.7521 13.0223V12.9726C22.7521 12.6486 22.7521 12.3665 22.7351 12.1314C22.683 11.4126 22.3303 10.7672 21.7135 10.3732C21.2597 10.0834 20.6968 10.0208 20.1771 9.93428L19.6644 9.84887C19.5676 8.93532 19.3219 8.01618 18.6536 7.3482ZM19.7518 12.9424C19.7519 12.3777 19.7519 11.8583 19.7437 11.3821C20.0467 11.4325 20.3528 11.4743 20.6515 11.5466C21.0104 11.6334 21.2132 11.8855 21.2389 12.2396C21.2515 12.4141 21.252 12.6414 21.252 12.9974C21.252 13.3533 21.2515 13.5806 21.2389 13.7552C21.2132 14.1093 21.0104 14.3614 20.6515 14.4482C20.3528 14.5204 20.0467 14.5622 19.7437 14.6127C19.7519 14.1363 19.7519 13.6168 19.7518 13.0521V12.9424Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.79515 18.2338C2.76009 18.5741 2.74256 18.7443 2.61557 18.783C2.48859 18.8218 2.39222 18.7062 2.19947 18.4751C1.71685 17.8963 1.47094 17.1493 1.36848 16.3875C1.25192 15.521 1.25194 14.4191 1.25195 13.0522V12.9424C1.25194 11.5755 1.25192 10.4736 1.36848 9.60707C1.4895 8.70737 1.74839 7.94984 2.35031 7.3482C2.95222 6.74655 3.7101 6.48777 4.61021 6.36681C5.20945 6.28628 5.81572 6.25826 6.42269 6.24978C7.05342 6.24096 7.36878 6.23656 7.41429 6.37685C7.4598 6.51714 7.19095 6.70621 6.65326 7.08433C5.74966 7.71978 4.82224 8.62815 4.25692 10.0086C3.7042 11.3047 3.60744 12.7145 3.95295 14.0122C4.0198 14.2633 4.05323 14.3888 4.04066 14.4863C4.02808 14.5837 3.96601 14.693 3.84186 14.9115C3.26155 15.9327 2.91545 17.0662 2.79515 18.2338Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5463 11.0201C15.8783 13.86 14.044 15.7731 11.2357 16.5576C9.82043 16.953 7.97654 16.8149 6.8121 15.8441C6.55792 16.1858 6.34034 16.5534 6.16938 16.9587C5.84168 17.7356 5.66799 18.692 5.78013 19.9325C5.81743 20.345 5.51324 20.7097 5.10071 20.747C4.68818 20.7843 4.32352 20.4801 4.28623 20.0675C4.15428 18.608 4.35444 17.4019 4.7873 16.3757C5.06133 15.7261 5.42165 15.165 5.82729 14.6685C5.14009 13.4624 5.05374 11.9557 5.64042 10.5878C6.33869 8.87125 7.76785 8.08515 8.94222 7.48095C10.2148 6.82624 12.115 5.93908 11.3761 4.18645C11.2574 3.72294 11.6153 3.25591 12.0938 3.25032C15.9734 3.20505 17.2771 7.91336 16.5463 11.0201Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-electric-plugs{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 1C9.55228 1 10 1.44772 10 2V4.25H9.63635C9.02839 4.24998 8.48218 4.24997 8 4.27001V2C8 1.44772 8.44772 1 9 1ZM11 18.7111L11 22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V18.7111C12.6805 18.7374 12.3472 18.75 12 18.75C11.6528 18.75 11.3195 18.7374 11 18.7111ZM16 4.27001V2C16 1.44772 15.5523 1 15 1C14.4477 1 14 1.44772 14 2V4.25H14.3636C14.9716 4.24998 15.5178 4.24997 16 4.27001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.63635 4.25H14.3636H14.3637C15.3842 4.24997 16.2307 4.24995 16.8924 4.34481C17.5887 4.44462 18.2137 4.66574 18.6772 5.21315C19.139 5.75865 19.258 6.41312 19.2496 7.12043C19.2415 7.79559 19.113 8.6417 18.9576 9.66551L18.4255 13.1707C18.1553 14.9502 17.6238 16.3913 16.5431 17.3696C15.4552 18.3545 13.9457 18.75 12 18.75C10.0543 18.75 8.54481 18.3545 7.45688 17.3696C6.37623 16.3913 5.84467 14.9502 5.57454 13.1707L5.04242 9.66552C4.88697 8.6417 4.75849 7.79559 4.75041 7.12043C4.74195 6.41312 4.86105 5.75865 5.32284 5.21315C5.78625 4.66574 6.41127 4.44462 7.10755 4.34481C7.76932 4.24994 8.61583 4.24997 9.63632 4.25H9.63635ZM13.2346 9.01981C13.5217 8.72122 13.5124 8.24643 13.2138 7.95935C12.9152 7.67227 12.4404 7.6816 12.1533 7.98019L10.0623 10.1551C9.73672 10.4937 9.66153 10.9712 9.85642 11.3782C10.0373 11.756 10.4003 11.9804 10.7793 12.0447L12.0313 12.2573C12.1155 12.2716 12.1442 12.3781 12.0785 12.4328L10.287 13.9235C9.96855 14.1884 9.9252 14.6613 10.1901 14.9797C10.4551 15.2981 10.928 15.3415 11.2464 15.0765L13.8408 12.9178C14.2118 12.6091 14.3525 12.1196 14.1727 11.6704C14.0064 11.2549 13.6232 11.0062 13.2208 10.9378L11.8337 10.7023C11.7546 10.6889 11.7227 10.5923 11.7784 10.5344L13.2346 9.01981Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 1C9.55228 1 10 1.44772 10 2V4.25H9.63635C9.02839 4.24998 8.48218 4.24997 8 4.27001V2C8 1.44772 8.44772 1 9 1ZM11 18.7111L11 22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V18.7111C12.6805 18.7374 12.3472 18.75 12 18.75C11.6528 18.75 11.3195 18.7374 11 18.7111ZM16 4.27001V2C16 1.44772 15.5523 1 15 1C14.4477 1 14 1.44772 14 2V4.25H14.3636C14.9716 4.24998 15.5178 4.24997 16 4.27001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.63635 4.25H14.3636H14.3637C15.3842 4.24997 16.2307 4.24995 16.8924 4.34481C17.5887 4.44462 18.2137 4.66574 18.6772 5.21315C19.139 5.75865 19.258 6.41312 19.2496 7.12043C19.2415 7.79559 19.113 8.6417 18.9576 9.66551L18.4255 13.1707C18.1553 14.9502 17.6238 16.3913 16.5431 17.3696C15.4552 18.3545 13.9457 18.75 12 18.75C10.0543 18.75 8.54481 18.3545 7.45688 17.3696C6.37623 16.3913 5.84467 14.9502 5.57454 13.1707L5.04242 9.66552C4.88697 8.6417 4.75849 7.79559 4.75041 7.12043C4.74195 6.41312 4.86105 5.75865 5.32284 5.21315C5.78625 4.66574 6.41127 4.44462 7.10755 4.34481C7.76932 4.24994 8.61583 4.24997 9.63632 4.25H9.63635ZM13.2346 9.01981C13.5217 8.72122 13.5124 8.24643 13.2138 7.95935C12.9152 7.67227 12.4404 7.6816 12.1533 7.98019L10.0623 10.1551C9.73672 10.4937 9.66153 10.9712 9.85642 11.3782C10.0373 11.756 10.4003 11.9804 10.7793 12.0447L12.0313 12.2573C12.1155 12.2716 12.1442 12.3781 12.0785 12.4328L10.287 13.9235C9.96855 14.1884 9.9252 14.6613 10.1901 14.9797C10.4551 15.2981 10.928 15.3415 11.2464 15.0765L13.8408 12.9178C14.2118 12.6091 14.3525 12.1196 14.1727 11.6704C14.0064 11.2549 13.6232 11.0062 13.2208 10.9378L11.8337 10.7023C11.7546 10.6889 11.7227 10.5923 11.7784 10.5344L13.2346 9.01981Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-external-drive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4702 1.25H12.5298H12.5298C14.2542 1.24998 15.6294 1.24997 16.7076 1.40399C17.8245 1.56355 18.7318 1.9014 19.4435 2.65755C20.1491 3.40727 20.4589 4.3523 20.6062 5.51676C20.75 6.65302 20.75 8.10611 20.75 9.94621V9.94625V9.94628V9.94631V9.94635V9.94638V14.0535C20.75 14.162 20.662 14.25 20.5535 14.25H3.44654C3.33799 14.25 3.25 14.162 3.25 14.0535V9.94651V9.94651C3.24999 8.10624 3.24998 6.65309 3.39377 5.51676C3.54112 4.3523 3.85089 3.40727 4.55651 2.65755C5.26818 1.9014 6.17547 1.56354 7.29245 1.40399C8.37064 1.24997 9.74579 1.24998 11.4702 1.25H11.4702ZM20.6564 15.84C20.7446 15.9301 20.7418 16.072 20.736 16.3559C20.7195 17.1646 20.6838 17.8701 20.6062 18.4832C20.4589 19.6477 20.1491 20.5927 19.4435 21.3425C18.7318 22.0986 17.8245 22.4365 16.7076 22.596C15.6294 22.75 14.2542 22.75 12.5298 22.75H11.4703C9.7458 22.75 8.37065 22.75 7.29245 22.596C6.17547 22.4365 5.26818 22.0986 4.55651 21.3424C3.85089 20.5927 3.54112 19.6477 3.39377 18.4832C3.31618 17.8701 3.28046 17.1646 3.26402 16.3559C3.25825 16.072 3.25536 15.9301 3.34358 15.84C3.43181 15.75 3.57489 15.75 3.86105 15.75H20.1389C20.4251 15.75 20.5682 15.75 20.6564 15.84ZM7.25 6C7.25 5.58579 7.58579 5.25 8 5.25L10 5.25C10.4142 5.25 10.75 5.58579 10.75 6C10.75 6.41421 10.4142 6.75 10 6.75L8 6.75C7.58579 6.75 7.25 6.41421 7.25 6ZM8 8.25C7.58579 8.25 7.25 8.58579 7.25 9C7.25 9.41421 7.58579 9.75 8 9.75H10C10.4142 9.75 10.75 9.41421 10.75 9C10.75 8.58579 10.4142 8.25 10 8.25L8 8.25ZM15 19C15 18.4477 15.4477 18 16 18H16.009C16.5613 18 17.009 18.4477 17.009 19C17.009 19.5523 16.5613 20 16.009 20H16C15.4477 20 15 19.5523 15 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4702 1.25H12.5298H12.5298C14.2542 1.24998 15.6294 1.24997 16.7076 1.40399C17.8245 1.56355 18.7318 1.9014 19.4435 2.65755C20.1491 3.40727 20.4589 4.3523 20.6062 5.51676C20.75 6.65302 20.75 8.10611 20.75 9.94621V9.94625V9.94628V9.94631V9.94635V9.94638V14.0535C20.75 14.162 20.662 14.25 20.5535 14.25H3.44654C3.33799 14.25 3.25 14.162 3.25 14.0535V9.94651V9.94651C3.24999 8.10624 3.24998 6.65309 3.39377 5.51676C3.54112 4.3523 3.85089 3.40727 4.55651 2.65755C5.26818 1.9014 6.17547 1.56354 7.29245 1.40399C8.37064 1.24997 9.74579 1.24998 11.4702 1.25H11.4702ZM20.6564 15.84C20.7446 15.9301 20.7418 16.072 20.736 16.3559C20.7195 17.1646 20.6838 17.8701 20.6062 18.4832C20.4589 19.6477 20.1491 20.5927 19.4435 21.3425C18.7318 22.0986 17.8245 22.4365 16.7076 22.596C15.6294 22.75 14.2542 22.75 12.5298 22.75H11.4703C9.7458 22.75 8.37065 22.75 7.29245 22.596C6.17547 22.4365 5.26818 22.0986 4.55651 21.3424C3.85089 20.5927 3.54112 19.6477 3.39377 18.4832C3.31618 17.8701 3.28046 17.1646 3.26402 16.3559C3.25825 16.072 3.25536 15.9301 3.34358 15.84C3.43181 15.75 3.57489 15.75 3.86105 15.75H20.1389C20.4251 15.75 20.5682 15.75 20.6564 15.84ZM7.25 6C7.25 5.58579 7.58579 5.25 8 5.25L10 5.25C10.4142 5.25 10.75 5.58579 10.75 6C10.75 6.41421 10.4142 6.75 10 6.75L8 6.75C7.58579 6.75 7.25 6.41421 7.25 6ZM8 8.25C7.58579 8.25 7.25 8.58579 7.25 9C7.25 9.41421 7.58579 9.75 8 9.75H10C10.4142 9.75 10.75 9.41421 10.75 9C10.75 8.58579 10.4142 8.25 10 8.25L8 8.25ZM15 19C15 18.4477 15.4477 18 16 18H16.009C16.5613 18 17.009 18.4477 17.009 19C17.009 19.5523 16.5613 20 16.009 20H16C15.4477 20 15 19.5523 15 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-flipp-phone{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.75 2.25C6.75 1.69772 6.30228 1.25 5.75 1.25C5.19772 1.25 4.75 1.69772 4.75 2.25V15.5C4.75 19.5041 7.99594 22.75 12 22.75C16.0041 22.75 19.25 19.5041 19.25 15.5L19.25 8.94801C19.25 8.04954 19.2501 7.3003 19.1701 6.70552C19.0857 6.07773 18.9 5.51093 18.4445 5.05546C17.9891 4.59999 17.4223 4.41432 16.7945 4.32991C16.1997 4.24995 15.4505 4.24997 14.552 4.25L7.35 4.25C7.06716 4.25 6.92574 4.25 6.83787 4.16213C6.75 4.07427 6.75 3.93284 6.75 3.65L6.75 2.25ZM7.57215 7.66972C7.5 7.83009 7.5 8.02959 7.5 8.42857V9C7.5 9.4645 7.5 9.69675 7.53957 9.89109C7.75741 10.9608 8.83609 11.7998 10.2115 11.9692C10.4613 12 11.4028 12 12 12C12.5972 12 13.5387 12 13.7885 11.9692C15.1639 11.7998 16.2426 10.9608 16.4604 9.89109C16.5 9.69675 16.5 9.4645 16.5 9V8.42857C16.5 8.02959 16.5 7.83009 16.4278 7.66972C16.2986 7.38247 16.0082 7.15663 15.6389 7.05612C15.4327 7 15.1762 7 14.6633 7H9.33673C8.82375 7 8.56726 7 8.36107 7.05612C7.99175 7.15663 7.70138 7.38247 7.57215 7.66972ZM11 17.25C10.5858 17.25 10.25 17.5858 10.25 18C10.25 18.4142 10.5858 18.75 11 18.75H13C13.4142 18.75 13.75 18.4142 13.75 18C13.75 17.5858 13.4142 17.25 13 17.25H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.75 2.25C6.75 1.69772 6.30228 1.25 5.75 1.25C5.19772 1.25 4.75 1.69772 4.75 2.25V15.5C4.75 19.5041 7.99594 22.75 12 22.75C16.0041 22.75 19.25 19.5041 19.25 15.5L19.25 8.94801C19.25 8.04954 19.2501 7.3003 19.1701 6.70552C19.0857 6.07773 18.9 5.51093 18.4445 5.05546C17.9891 4.59999 17.4223 4.41432 16.7945 4.32991C16.1997 4.24995 15.4505 4.24997 14.552 4.25L7.35 4.25C7.06716 4.25 6.92574 4.25 6.83787 4.16213C6.75 4.07427 6.75 3.93284 6.75 3.65L6.75 2.25ZM7.57215 7.66972C7.5 7.83009 7.5 8.02959 7.5 8.42857V9C7.5 9.4645 7.5 9.69675 7.53957 9.89109C7.75741 10.9608 8.83609 11.7998 10.2115 11.9692C10.4613 12 11.4028 12 12 12C12.5972 12 13.5387 12 13.7885 11.9692C15.1639 11.7998 16.2426 10.9608 16.4604 9.89109C16.5 9.69675 16.5 9.4645 16.5 9V8.42857C16.5 8.02959 16.5 7.83009 16.4278 7.66972C16.2986 7.38247 16.0082 7.15663 15.6389 7.05612C15.4327 7 15.1762 7 14.6633 7H9.33673C8.82375 7 8.56726 7 8.36107 7.05612C7.99175 7.15663 7.70138 7.38247 7.57215 7.66972ZM11 17.25C10.5858 17.25 10.25 17.5858 10.25 18C10.25 18.4142 10.5858 18.75 11 18.75H13C13.4142 18.75 13.75 18.4142 13.75 18C13.75 17.5858 13.4142 17.25 13 17.25H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-floppy-disk{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2251 1.48673C14.59 1.24973 13.9301 1.24984 12.9389 1.25001L12.8028 1.25002C10.5617 1.25001 8.80538 1.25 7.43144 1.4297C6.02582 1.61355 4.91196 1.99694 4.02554 2.84484C3.96394 2.90376 3.90366 2.96404 3.84475 3.02564C2.99689 3.9121 2.61352 5.02601 2.42968 6.4317C2.24998 7.8057 2.24999 9.56213 2.25 11.8033V13.0458C2.24999 14.8824 2.24999 16.3221 2.37373 17.4643C2.50001 18.6299 2.76232 19.5743 3.34815 20.3807C3.70281 20.8688 4.13209 21.2981 4.62024 21.6528C5.42656 22.2387 6.37094 22.501 7.53648 22.6273C7.68582 22.6435 7.84026 22.6575 8 22.6697C9.06871 22.75 10.3656 22.75 11.9411 22.75H12.0591C13.6346 22.75 14.9313 22.75 16 22.6698C16.1597 22.6575 16.3142 22.6435 16.4635 22.6273C17.6291 22.501 18.5734 22.2387 19.3798 21.6528C19.8679 21.2981 20.2972 20.8688 20.6518 20.3807C21.2377 19.5743 21.5 18.6299 21.6263 17.4643C21.75 16.3221 21.75 14.8825 21.75 13.0459L21.7501 9.64917C21.7507 8.42467 21.7512 7.57322 21.396 6.81482C21.0408 6.05642 20.3864 5.51168 19.4453 4.72828L17.0324 2.71745C16.3202 2.12339 15.8256 1.71088 15.2251 1.48673ZM10 6C9.44772 6 9 6.44772 9 7C9 7.55228 9.44772 8 10 8H14C14.5523 8 15 7.55228 15 7C15 6.44772 14.5523 6 14 6H10ZM8 19.6721C8 20.1104 8 20.3295 8.13979 20.4748C8.27957 20.62 8.49176 20.628 8.91613 20.6442H8.91615C9.7525 20.676 10.7573 20.6766 12.0001 20.6766C13.2428 20.6766 14.2476 20.676 15.0839 20.6442C15.5082 20.628 15.7204 20.62 15.8602 20.4748C16 20.3296 16 20.1104 16 19.6721V19.0002C16 17.1145 16 16.1716 15.4142 15.5858C14.8284 15 13.8856 15 12 15C10.1144 15 9.17157 15 8.58579 15.5858C8 16.1716 8 17.1145 8 19.0002V19.6721Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2251 1.48673C14.59 1.24973 13.9301 1.24984 12.9389 1.25001L12.8028 1.25002C10.5617 1.25001 8.80538 1.25 7.43144 1.4297C6.02582 1.61355 4.91196 1.99694 4.02554 2.84484C3.96394 2.90376 3.90366 2.96404 3.84475 3.02564C2.99689 3.9121 2.61352 5.02601 2.42968 6.4317C2.24998 7.8057 2.24999 9.56213 2.25 11.8033V13.0458C2.24999 14.8824 2.24999 16.3221 2.37373 17.4643C2.50001 18.6299 2.76232 19.5743 3.34815 20.3807C3.70281 20.8688 4.13209 21.2981 4.62024 21.6528C5.42656 22.2387 6.37094 22.501 7.53648 22.6273C7.68582 22.6435 7.84026 22.6575 8 22.6697C9.06871 22.75 10.3656 22.75 11.9411 22.75H12.0591C13.6346 22.75 14.9313 22.75 16 22.6698C16.1597 22.6575 16.3142 22.6435 16.4635 22.6273C17.6291 22.501 18.5734 22.2387 19.3798 21.6528C19.8679 21.2981 20.2972 20.8688 20.6518 20.3807C21.2377 19.5743 21.5 18.6299 21.6263 17.4643C21.75 16.3221 21.75 14.8825 21.75 13.0459L21.7501 9.64917C21.7507 8.42467 21.7512 7.57322 21.396 6.81482C21.0408 6.05642 20.3864 5.51168 19.4453 4.72828L17.0324 2.71745C16.3202 2.12339 15.8256 1.71088 15.2251 1.48673ZM10 6C9.44772 6 9 6.44772 9 7C9 7.55228 9.44772 8 10 8H14C14.5523 8 15 7.55228 15 7C15 6.44772 14.5523 6 14 6H10ZM8 19.6721C8 20.1104 8 20.3295 8.13979 20.4748C8.27957 20.62 8.49176 20.628 8.91613 20.6442H8.91615C9.7525 20.676 10.7573 20.6766 12.0001 20.6766C13.2428 20.6766 14.2476 20.676 15.0839 20.6442C15.5082 20.628 15.7204 20.62 15.8602 20.4748C16 20.3296 16 20.1104 16 19.6721V19.0002C16 17.1145 16 16.1716 15.4142 15.5858C14.8284 15 13.8856 15 12 15C10.1144 15 9.17157 15 8.58579 15.5858C8 16.1716 8 17.1145 8 19.0002V19.6721Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-fridge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0564 1.25H11.9436H11.9436C10.1058 1.24999 8.65019 1.24997 7.51098 1.40314C6.33856 1.56076 5.38961 1.89288 4.64125 2.64124C3.89288 3.38961 3.56076 4.33856 3.40314 5.51098C3.28786 6.36839 3.25935 7.40504 3.25231 8.64894C3.25071 8.93169 3.24991 9.07306 3.33788 9.16153C3.42585 9.25 3.56763 9.25 3.8512 9.25H20.1488C20.4324 9.25 20.5742 9.25 20.6621 9.16153C20.7501 9.07306 20.7493 8.9317 20.7477 8.64897C20.7406 7.40507 20.7121 6.36839 20.5969 5.51098C20.4392 4.33856 20.1071 3.38961 19.3588 2.64124C18.6104 1.89288 17.6614 1.56076 16.489 1.40314C15.3498 1.24997 13.8942 1.24999 12.0564 1.25H12.0564ZM20.75 11.35C20.75 11.0672 20.75 10.9257 20.6621 10.8379C20.5743 10.75 20.4328 10.75 20.15 10.75H3.85C3.56716 10.75 3.42574 10.75 3.33787 10.8379C3.25 10.9257 3.25 11.0672 3.25 11.35V14.0564V14.0564C3.24999 15.8942 3.24997 17.3498 3.40314 18.489C3.56076 19.6614 3.89288 20.6104 4.64124 21.3588C5.38961 22.1071 6.33856 22.4392 7.51098 22.5969C8.65018 22.75 10.1058 22.75 11.9435 22.75H12.0564C13.8942 22.75 15.3498 22.75 16.489 22.5969C17.6614 22.4392 18.6104 22.1071 19.3588 21.3588C20.1071 20.6104 20.4392 19.6614 20.5969 18.489C20.75 17.3498 20.75 15.8942 20.75 14.0565V11.35ZM7 6C7 5.44772 7.44772 5 8 5H8.00898C8.56127 5 9.00898 5.44772 9.00898 6C9.00898 6.55229 8.56127 7 8.00898 7H8C7.44772 7 7 6.55229 7 6ZM8 17.75C7.58579 17.75 7.25 17.4142 7.25 17L7.25 14C7.25 13.5858 7.58579 13.25 8 13.25C8.41421 13.25 8.75 13.5858 8.75 14V17C8.75 17.4142 8.41421 17.75 8 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0564 1.25H11.9436H11.9436C10.1058 1.24999 8.65019 1.24997 7.51098 1.40314C6.33856 1.56076 5.38961 1.89288 4.64125 2.64124C3.89288 3.38961 3.56076 4.33856 3.40314 5.51098C3.28786 6.36839 3.25935 7.40504 3.25231 8.64894C3.25071 8.93169 3.24991 9.07306 3.33788 9.16153C3.42585 9.25 3.56763 9.25 3.8512 9.25H20.1488C20.4324 9.25 20.5742 9.25 20.6621 9.16153C20.7501 9.07306 20.7493 8.9317 20.7477 8.64897C20.7406 7.40507 20.7121 6.36839 20.5969 5.51098C20.4392 4.33856 20.1071 3.38961 19.3588 2.64124C18.6104 1.89288 17.6614 1.56076 16.489 1.40314C15.3498 1.24997 13.8942 1.24999 12.0564 1.25H12.0564ZM20.75 11.35C20.75 11.0672 20.75 10.9257 20.6621 10.8379C20.5743 10.75 20.4328 10.75 20.15 10.75H3.85C3.56716 10.75 3.42574 10.75 3.33787 10.8379C3.25 10.9257 3.25 11.0672 3.25 11.35V14.0564V14.0564C3.24999 15.8942 3.24997 17.3498 3.40314 18.489C3.56076 19.6614 3.89288 20.6104 4.64124 21.3588C5.38961 22.1071 6.33856 22.4392 7.51098 22.5969C8.65018 22.75 10.1058 22.75 11.9435 22.75H12.0564C13.8942 22.75 15.3498 22.75 16.489 22.5969C17.6614 22.4392 18.6104 22.1071 19.3588 21.3588C20.1071 20.6104 20.4392 19.6614 20.5969 18.489C20.75 17.3498 20.75 15.8942 20.75 14.0565V11.35ZM7 6C7 5.44772 7.44772 5 8 5H8.00898C8.56127 5 9.00898 5.44772 9.00898 6C9.00898 6.55229 8.56127 7 8.00898 7H8C7.44772 7 7 6.55229 7 6ZM8 17.75C7.58579 17.75 7.25 17.4142 7.25 17L7.25 14C7.25 13.5858 7.58579 13.25 8 13.25C8.41421 13.25 8.75 13.5858 8.75 14V17C8.75 17.4142 8.41421 17.75 8 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-game{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 2C15 1.44772 14.5523 1 14 1C13.4477 1 13 1.44772 13 2V2.8C13 2.89202 13 2.93803 12.9741 2.9666C12.9482 2.99518 12.8989 3.00007 12.8003 3.00985C11.7895 3.11006 11 3.96283 11 5V6.25H13V5.2C13 5.10798 13 5.06197 13.0259 5.0334C13.0518 5.00482 13.1011 4.99993 13.1997 4.99015L13.1997 4.99015C14.2105 4.88994 15 4.03717 15 3V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5489 6.25H9.45109C7.84883 6.24999 6.57947 6.24998 5.57525 6.36868C4.54428 6.49054 3.69558 6.74638 2.98663 7.3282C2.74612 7.52558 2.52558 7.74612 2.3282 7.98663C1.74638 8.69558 1.49055 9.54428 1.36868 10.5753C1.24998 11.5795 1.24999 12.8488 1.25 14.4511V14.4511V14.5489V14.5489C1.24999 16.1512 1.24998 17.4205 1.36868 18.4248C1.49055 19.4557 1.74638 20.3044 2.3282 21.0134C2.52558 21.2539 2.74612 21.4744 2.98663 21.6718C3.69558 22.2536 4.54428 22.5095 5.57525 22.6313C6.57944 22.75 7.84875 22.75 9.45095 22.75H9.45097H9.45099H14.5489H14.5489H14.549C16.1511 22.75 17.4206 22.75 18.4248 22.6313C19.4557 22.5095 20.3044 22.2536 21.0134 21.6718C21.2539 21.4744 21.4744 21.2539 21.6718 21.0134C22.2536 20.3044 22.5095 19.4557 22.6313 18.4248C22.75 17.4206 22.75 16.1512 22.75 14.549V14.549V14.549V14.4511V14.4511V14.4511C22.75 12.8489 22.75 11.5794 22.6313 10.5753C22.5095 9.54428 22.2536 8.69558 21.6718 7.98663C21.4744 7.74612 21.2539 7.52558 21.0134 7.3282C20.3044 6.74638 19.4557 6.49054 18.4248 6.36868C17.4205 6.24998 16.1512 6.24999 14.5489 6.25ZM10.5303 12.4697C10.8232 12.7626 10.8232 13.2374 10.5303 13.5303L9.56066 14.5L10.5303 15.4697C10.8232 15.7626 10.8232 16.2374 10.5303 16.5303C10.2374 16.8232 9.76256 16.8232 9.46967 16.5303L8.5 15.5607L7.53033 16.5303C7.23744 16.8232 6.76256 16.8232 6.46967 16.5303C6.17678 16.2374 6.17678 15.7626 6.46967 15.4697L7.43934 14.5L6.46967 13.5303C6.17678 13.2374 6.17678 12.7626 6.46967 12.4697C6.76256 12.1768 7.23744 12.1768 7.53033 12.4697L8.5 13.4393L9.46967 12.4697C9.76256 12.1768 10.2374 12.1768 10.5303 12.4697ZM18 13.5C18 12.9477 17.5523 12.5 17 12.5C16.4477 12.5 16 12.9477 16 13.5V15.5C16 16.0523 16.4477 16.5 17 16.5C17.5523 16.5 18 16.0523 18 15.5V13.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 2C15 1.44772 14.5523 1 14 1C13.4477 1 13 1.44772 13 2V2.8C13 2.89202 13 2.93803 12.9741 2.9666C12.9482 2.99518 12.8989 3.00007 12.8003 3.00985C11.7895 3.11006 11 3.96283 11 5V6.25H13V5.2C13 5.10798 13 5.06197 13.0259 5.0334C13.0518 5.00482 13.1011 4.99993 13.1997 4.99015L13.1997 4.99015C14.2105 4.88994 15 4.03717 15 3V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5489 6.25H9.45109C7.84883 6.24999 6.57947 6.24998 5.57525 6.36868C4.54428 6.49054 3.69558 6.74638 2.98663 7.3282C2.74612 7.52558 2.52558 7.74612 2.3282 7.98663C1.74638 8.69558 1.49055 9.54428 1.36868 10.5753C1.24998 11.5795 1.24999 12.8488 1.25 14.4511V14.4511V14.5489V14.5489C1.24999 16.1512 1.24998 17.4205 1.36868 18.4248C1.49055 19.4557 1.74638 20.3044 2.3282 21.0134C2.52558 21.2539 2.74612 21.4744 2.98663 21.6718C3.69558 22.2536 4.54428 22.5095 5.57525 22.6313C6.57944 22.75 7.84875 22.75 9.45095 22.75H9.45097H9.45099H14.5489H14.5489H14.549C16.1511 22.75 17.4206 22.75 18.4248 22.6313C19.4557 22.5095 20.3044 22.2536 21.0134 21.6718C21.2539 21.4744 21.4744 21.2539 21.6718 21.0134C22.2536 20.3044 22.5095 19.4557 22.6313 18.4248C22.75 17.4206 22.75 16.1512 22.75 14.549V14.549V14.549V14.4511V14.4511V14.4511C22.75 12.8489 22.75 11.5794 22.6313 10.5753C22.5095 9.54428 22.2536 8.69558 21.6718 7.98663C21.4744 7.74612 21.2539 7.52558 21.0134 7.3282C20.3044 6.74638 19.4557 6.49054 18.4248 6.36868C17.4205 6.24998 16.1512 6.24999 14.5489 6.25ZM10.5303 12.4697C10.8232 12.7626 10.8232 13.2374 10.5303 13.5303L9.56066 14.5L10.5303 15.4697C10.8232 15.7626 10.8232 16.2374 10.5303 16.5303C10.2374 16.8232 9.76256 16.8232 9.46967 16.5303L8.5 15.5607L7.53033 16.5303C7.23744 16.8232 6.76256 16.8232 6.46967 16.5303C6.17678 16.2374 6.17678 15.7626 6.46967 15.4697L7.43934 14.5L6.46967 13.5303C6.17678 13.2374 6.17678 12.7626 6.46967 12.4697C6.76256 12.1768 7.23744 12.1768 7.53033 12.4697L8.5 13.4393L9.46967 12.4697C9.76256 12.1768 10.2374 12.1768 10.5303 12.4697ZM18 13.5C18 12.9477 17.5523 12.5 17 12.5C16.4477 12.5 16 12.9477 16 13.5V15.5C16 16.0523 16.4477 16.5 17 16.5C17.5523 16.5 18 16.0523 18 15.5V13.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-gameboy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0452 1.25H12.0453C13.8818 1.24999 15.3214 1.24999 16.4635 1.37373C17.6291 1.50001 18.5734 1.76232 19.3798 2.34815C19.8679 2.70281 20.2972 3.13209 20.6518 3.62023C21.2377 4.42656 21.5 5.37094 21.6263 6.53648C21.75 7.67859 21.75 9.11824 21.75 10.9547V13.0453C21.75 14.8818 21.75 16.3214 21.6263 17.4635C21.5 18.6291 21.2377 19.5734 20.6518 20.3798C20.2972 20.8679 19.8679 21.2972 19.3798 21.6518C18.5734 22.2377 17.6291 22.5 16.4635 22.6263C15.3214 22.75 13.8818 22.75 12.0453 22.75H11.9547C10.1182 22.75 8.67859 22.75 7.53648 22.6263C6.37094 22.5 5.42656 22.2377 4.62024 21.6518C4.13209 21.2972 3.70281 20.8679 3.34815 20.3798C2.76232 19.5734 2.50001 18.6291 2.37373 17.4635C2.24999 16.3214 2.24999 14.8818 2.25 13.0453V13.0452V10.9548V10.9547C2.24999 9.11821 2.24999 7.67861 2.37373 6.53648C2.50001 5.37094 2.76232 4.42656 3.34815 3.62024C3.70281 3.13209 4.13209 2.70281 4.62024 2.34815C5.42656 1.76232 6.37094 1.50001 7.53648 1.37373C8.67861 1.24999 10.1182 1.24999 11.9547 1.25H11.9548H12.0452ZM17 15.25C17.4142 15.25 17.75 15.5858 17.75 16V18C17.75 18.4142 17.4142 18.75 17 18.75C16.5858 18.75 16.25 18.4142 16.25 18V16C16.25 15.5858 16.5858 15.25 17 15.25ZM9 14.25C9.41421 14.25 9.75 14.5858 9.75 15V16.25H11C11.4142 16.25 11.75 16.5858 11.75 17C11.75 17.4142 11.4142 17.75 11 17.75H9.75V19C9.75 19.4142 9.41421 19.75 9 19.75C8.58579 19.75 8.25 19.4142 8.25 19V17.75H7C6.58579 17.75 6.25 17.4142 6.25 17C6.25 16.5858 6.58579 16.25 7 16.25H8.25V15C8.25 14.5858 8.58579 14.25 9 14.25ZM9.47552 5.25H14.5245C14.8919 5.24999 15.2048 5.24999 15.463 5.26625C15.7336 5.28329 15.9984 5.32049 16.2582 5.41981C16.8503 5.64622 17.3208 6.08049 17.566 6.62709C17.6736 6.86687 17.7139 7.1113 17.7324 7.3611C17.75 7.59938 17.75 7.88826 17.75 8.22738V8.2274V8.27268V8.2727C17.75 8.61181 17.75 8.90062 17.7324 9.1389C17.7139 9.3887 17.6736 9.63313 17.566 9.87291C17.3208 10.4195 16.8503 10.8538 16.2582 11.0802C15.9984 11.1795 15.7336 11.2167 15.463 11.2338C15.2049 11.25 14.8919 11.25 14.5245 11.25H14.5245H9.47546H9.47545C9.10806 11.25 8.79517 11.25 8.53702 11.2338C8.26641 11.2167 8.00161 11.1795 7.74185 11.0802C7.1497 10.8538 6.67924 10.4195 6.43396 9.87291C6.32636 9.63313 6.28606 9.3887 6.2676 9.1389C6.24999 8.9006 6.24999 8.61175 6.25 8.2726V8.22739C6.24999 7.88824 6.24999 7.5994 6.2676 7.3611C6.28606 7.1113 6.32636 6.86687 6.43396 6.62709C6.67924 6.08049 7.1497 5.64622 7.74185 5.41981C8.00161 5.32049 8.26641 5.28329 8.53702 5.26625C8.79518 5.24999 9.1081 5.24999 9.47552 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0452 1.25H12.0453C13.8818 1.24999 15.3214 1.24999 16.4635 1.37373C17.6291 1.50001 18.5734 1.76232 19.3798 2.34815C19.8679 2.70281 20.2972 3.13209 20.6518 3.62023C21.2377 4.42656 21.5 5.37094 21.6263 6.53648C21.75 7.67859 21.75 9.11824 21.75 10.9547V13.0453C21.75 14.8818 21.75 16.3214 21.6263 17.4635C21.5 18.6291 21.2377 19.5734 20.6518 20.3798C20.2972 20.8679 19.8679 21.2972 19.3798 21.6518C18.5734 22.2377 17.6291 22.5 16.4635 22.6263C15.3214 22.75 13.8818 22.75 12.0453 22.75H11.9547C10.1182 22.75 8.67859 22.75 7.53648 22.6263C6.37094 22.5 5.42656 22.2377 4.62024 21.6518C4.13209 21.2972 3.70281 20.8679 3.34815 20.3798C2.76232 19.5734 2.50001 18.6291 2.37373 17.4635C2.24999 16.3214 2.24999 14.8818 2.25 13.0453V13.0452V10.9548V10.9547C2.24999 9.11821 2.24999 7.67861 2.37373 6.53648C2.50001 5.37094 2.76232 4.42656 3.34815 3.62024C3.70281 3.13209 4.13209 2.70281 4.62024 2.34815C5.42656 1.76232 6.37094 1.50001 7.53648 1.37373C8.67861 1.24999 10.1182 1.24999 11.9547 1.25H11.9548H12.0452ZM17 15.25C17.4142 15.25 17.75 15.5858 17.75 16V18C17.75 18.4142 17.4142 18.75 17 18.75C16.5858 18.75 16.25 18.4142 16.25 18V16C16.25 15.5858 16.5858 15.25 17 15.25ZM9 14.25C9.41421 14.25 9.75 14.5858 9.75 15V16.25H11C11.4142 16.25 11.75 16.5858 11.75 17C11.75 17.4142 11.4142 17.75 11 17.75H9.75V19C9.75 19.4142 9.41421 19.75 9 19.75C8.58579 19.75 8.25 19.4142 8.25 19V17.75H7C6.58579 17.75 6.25 17.4142 6.25 17C6.25 16.5858 6.58579 16.25 7 16.25H8.25V15C8.25 14.5858 8.58579 14.25 9 14.25ZM9.47552 5.25H14.5245C14.8919 5.24999 15.2048 5.24999 15.463 5.26625C15.7336 5.28329 15.9984 5.32049 16.2582 5.41981C16.8503 5.64622 17.3208 6.08049 17.566 6.62709C17.6736 6.86687 17.7139 7.1113 17.7324 7.3611C17.75 7.59938 17.75 7.88826 17.75 8.22738V8.2274V8.27268V8.2727C17.75 8.61181 17.75 8.90062 17.7324 9.1389C17.7139 9.3887 17.6736 9.63313 17.566 9.87291C17.3208 10.4195 16.8503 10.8538 16.2582 11.0802C15.9984 11.1795 15.7336 11.2167 15.463 11.2338C15.2049 11.25 14.8919 11.25 14.5245 11.25H14.5245H9.47546H9.47545C9.10806 11.25 8.79517 11.25 8.53702 11.2338C8.26641 11.2167 8.00161 11.1795 7.74185 11.0802C7.1497 10.8538 6.67924 10.4195 6.43396 9.87291C6.32636 9.63313 6.28606 9.3887 6.2676 9.1389C6.24999 8.9006 6.24999 8.61175 6.25 8.2726V8.22739C6.24999 7.88824 6.24999 7.5994 6.2676 7.3611C6.28606 7.1113 6.32636 6.86687 6.43396 6.62709C6.67924 6.08049 7.1497 5.64622 7.74185 5.41981C8.00161 5.32049 8.26641 5.28329 8.53702 5.26625C8.79518 5.24999 9.1081 5.24999 9.47552 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-google-home{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.81997 2.49478C8.95709 2.3725 10.4748 2.25 12 2.25C13.5252 2.25 15.0429 2.3725 16.18 2.49478L16.2289 2.50003C17.1065 2.59431 17.6831 2.65625 18.4523 3.04255C19.2204 3.42834 19.5162 3.74739 19.9815 4.24987C21.6999 6.10538 22.75 8.56777 22.75 11.2703C22.75 17.0773 17.9176 21.75 12 21.75C6.08244 21.75 1.25 17.0773 1.25 11.2703C1.25 8.56777 2.30011 6.10538 4.01847 4.24987C4.48381 3.74739 4.77959 3.42834 5.54773 3.04255C6.31688 2.65625 6.89346 2.59431 7.77109 2.50003L7.81997 2.49478ZM11.9805 3.75C10.5098 3.75 9.03113 3.9061 7.90939 4.06491C7.73956 4.08895 7.58964 4.11043 7.45486 4.13156C7.17437 4.17554 7.03412 4.19753 7.00457 4.3309C6.97502 4.46427 7.08977 4.53984 7.31928 4.69099C8.63751 5.55911 10.6009 5.75 11.9805 5.75C13.3677 5.75 15.5442 5.55702 16.7359 4.67674C16.9291 4.53397 17.0258 4.46258 16.9941 4.33422C16.9624 4.20586 16.8365 4.18529 16.5849 4.14415C16.4303 4.11887 16.2553 4.09373 16.0517 4.06491C14.93 3.9061 13.4513 3.75 11.9805 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.81997 2.49478C8.95709 2.3725 10.4748 2.25 12 2.25C13.5252 2.25 15.0429 2.3725 16.18 2.49478L16.2289 2.50003C17.1065 2.59431 17.6831 2.65625 18.4523 3.04255C19.2204 3.42834 19.5162 3.74739 19.9815 4.24987C21.6999 6.10538 22.75 8.56777 22.75 11.2703C22.75 17.0773 17.9176 21.75 12 21.75C6.08244 21.75 1.25 17.0773 1.25 11.2703C1.25 8.56777 2.30011 6.10538 4.01847 4.24987C4.48381 3.74739 4.77959 3.42834 5.54773 3.04255C6.31688 2.65625 6.89346 2.59431 7.77109 2.50003L7.81997 2.49478ZM11.9805 3.75C10.5098 3.75 9.03113 3.9061 7.90939 4.06491C7.73956 4.08895 7.58964 4.11043 7.45486 4.13156C7.17437 4.17554 7.03412 4.19753 7.00457 4.3309C6.97502 4.46427 7.08977 4.53984 7.31928 4.69099C8.63751 5.55911 10.6009 5.75 11.9805 5.75C13.3677 5.75 15.5442 5.55702 16.7359 4.67674C16.9291 4.53397 17.0258 4.46258 16.9941 4.33422C16.9624 4.20586 16.8365 4.18529 16.5849 4.14415C16.4303 4.11887 16.2553 4.09373 16.0517 4.06491C14.93 3.9061 13.4513 3.75 11.9805 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-hard-drive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0831 2.25H10.9166H10.9166H10.9166C9.56503 2.24998 8.4663 2.24997 7.57897 2.35153C6.65331 2.45747 5.85556 2.68278 5.14787 3.20079C4.44017 3.71879 3.99157 4.40577 3.62244 5.24756C3.26858 6.05452 2.95289 7.08982 2.56454 8.3634L1.36632 12.2927L1.28568 12.6079L1.28568 12.6079C1.27748 12.64 1.27337 12.656 1.2711 12.6724C1.26884 12.6887 1.26842 12.7052 1.2676 12.7383L1.25 13.4418V13.4418V13.4418C1.24999 15.1243 1.24998 16.4571 1.38317 17.5068C1.52004 18.5855 1.80783 19.4674 2.4598 20.187C2.5772 20.3166 2.70182 20.4396 2.83307 20.5555C3.56189 21.1992 4.45505 21.4834 5.5476 21.6185C6.61069 21.75 7.96057 21.75 9.66452 21.75H9.66456H9.66459H9.66463H14.3354H14.3354H14.3354H14.3355C16.0394 21.75 17.3893 21.75 18.4524 21.6185C19.545 21.4834 20.4381 21.1992 21.1669 20.5555C21.2982 20.4396 21.4228 20.3166 21.5402 20.187C22.1922 19.4674 22.48 18.5855 22.6168 17.5068C22.75 16.4572 22.75 15.1244 22.75 13.442V13.442V13.442V13.4419L22.7321 12.7382C22.7313 12.7052 22.7309 12.6887 22.7286 12.6724C22.7263 12.656 22.7222 12.64 22.7141 12.608L22.6334 12.2927L21.4352 8.36342C21.0468 7.08983 20.7311 6.05452 20.3773 5.24756C20.0081 4.40577 19.5595 3.71879 18.8519 3.20079C18.1442 2.68278 17.3464 2.45747 16.4208 2.35153C15.5334 2.24997 14.4347 2.24998 13.0832 2.25H13.0831H13.0831ZM20.3807 11.599L19.579 8.96992C19.1696 7.62748 18.8852 6.70003 18.5817 6.00778C18.2882 5.33867 18.0159 4.98496 17.6844 4.74234C17.353 4.49973 16.9303 4.34472 16.1946 4.26051C15.4333 4.17339 14.4486 4.17188 13.024 4.17188H10.9753C9.55061 4.17188 8.5659 4.17339 7.80469 4.26051C7.06893 4.34472 6.64629 4.49973 6.31483 4.74234C5.98337 4.98496 5.711 5.33867 5.41759 6.00778C5.11404 6.70003 4.82961 7.62748 4.42024 8.96992L3.61371 11.6148C3.50704 11.9645 3.45371 12.1394 3.5438 12.259C3.63388 12.3785 3.81887 12.3783 4.18885 12.3779L19.8068 12.3622C20.1761 12.3618 20.3607 12.3616 20.4506 12.2422C20.5404 12.1227 20.4872 11.9481 20.3807 11.599ZM12 17C12 16.4477 12.4477 16 13 16H13.0112C13.5635 16 14.0112 16.4477 14.0112 17C14.0112 17.5523 13.5635 18 13.0112 18H13C12.4477 18 12 17.5523 12 17ZM16.9888 17C16.9888 16.4477 17.4365 16 17.9888 16H18C18.5523 16 19 16.4477 19 17C19 17.5523 18.5523 18 18 18H17.9888C17.4365 18 16.9888 17.5523 16.9888 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0831 2.25H10.9166H10.9166H10.9166C9.56503 2.24998 8.4663 2.24997 7.57897 2.35153C6.65331 2.45747 5.85556 2.68278 5.14787 3.20079C4.44017 3.71879 3.99157 4.40577 3.62244 5.24756C3.26858 6.05452 2.95289 7.08982 2.56454 8.3634L1.36632 12.2927L1.28568 12.6079L1.28568 12.6079C1.27748 12.64 1.27337 12.656 1.2711 12.6724C1.26884 12.6887 1.26842 12.7052 1.2676 12.7383L1.25 13.4418V13.4418V13.4418C1.24999 15.1243 1.24998 16.4571 1.38317 17.5068C1.52004 18.5855 1.80783 19.4674 2.4598 20.187C2.5772 20.3166 2.70182 20.4396 2.83307 20.5555C3.56189 21.1992 4.45505 21.4834 5.5476 21.6185C6.61069 21.75 7.96057 21.75 9.66452 21.75H9.66456H9.66459H9.66463H14.3354H14.3354H14.3354H14.3355C16.0394 21.75 17.3893 21.75 18.4524 21.6185C19.545 21.4834 20.4381 21.1992 21.1669 20.5555C21.2982 20.4396 21.4228 20.3166 21.5402 20.187C22.1922 19.4674 22.48 18.5855 22.6168 17.5068C22.75 16.4572 22.75 15.1244 22.75 13.442V13.442V13.442V13.4419L22.7321 12.7382C22.7313 12.7052 22.7309 12.6887 22.7286 12.6724C22.7263 12.656 22.7222 12.64 22.7141 12.608L22.6334 12.2927L21.4352 8.36342C21.0468 7.08983 20.7311 6.05452 20.3773 5.24756C20.0081 4.40577 19.5595 3.71879 18.8519 3.20079C18.1442 2.68278 17.3464 2.45747 16.4208 2.35153C15.5334 2.24997 14.4347 2.24998 13.0832 2.25H13.0831H13.0831ZM20.3807 11.599L19.579 8.96992C19.1696 7.62748 18.8852 6.70003 18.5817 6.00778C18.2882 5.33867 18.0159 4.98496 17.6844 4.74234C17.353 4.49973 16.9303 4.34472 16.1946 4.26051C15.4333 4.17339 14.4486 4.17188 13.024 4.17188H10.9753C9.55061 4.17188 8.5659 4.17339 7.80469 4.26051C7.06893 4.34472 6.64629 4.49973 6.31483 4.74234C5.98337 4.98496 5.711 5.33867 5.41759 6.00778C5.11404 6.70003 4.82961 7.62748 4.42024 8.96992L3.61371 11.6148C3.50704 11.9645 3.45371 12.1394 3.5438 12.259C3.63388 12.3785 3.81887 12.3783 4.18885 12.3779L19.8068 12.3622C20.1761 12.3618 20.3607 12.3616 20.4506 12.2422C20.5404 12.1227 20.4872 11.9481 20.3807 11.599ZM12 17C12 16.4477 12.4477 16 13 16H13.0112C13.5635 16 14.0112 16.4477 14.0112 17C14.0112 17.5523 13.5635 18 13.0112 18H13C12.4477 18 12 17.5523 12 17ZM16.9888 17C16.9888 16.4477 17.4365 16 17.9888 16H18C18.5523 16 19 16.4477 19 17C19 17.5523 18.5523 18 18 18H17.9888C17.4365 18 16.9888 17.5523 16.9888 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-hdd{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5298 1.25H11.4702H11.4702C9.74578 1.24998 8.37064 1.24997 7.29245 1.40398C6.17547 1.56354 5.26818 1.9014 4.55651 2.65755C3.85089 3.40727 3.54112 4.3523 3.39377 5.51676C3.24998 6.65309 3.24999 8.10624 3.25 9.94651V9.94652V14.0535V14.0535C3.24999 15.8938 3.24998 17.3469 3.39377 18.4832C3.54111 19.6477 3.85089 20.5927 4.55651 21.3424C5.26818 22.0986 6.17547 22.4365 7.29245 22.596C8.37065 22.75 9.7458 22.75 11.4703 22.75H12.5298C14.2542 22.75 15.6294 22.75 16.7076 22.596C17.8245 22.4365 18.7318 22.0986 19.4435 21.3425C20.1491 20.5927 20.4589 19.6477 20.6062 18.4832C20.75 17.3469 20.75 15.8938 20.75 14.0536V14.0535V14.0535V9.94655V9.94652V9.94649C20.75 8.10624 20.75 6.65308 20.6062 5.51676C20.4589 4.3523 20.1491 3.40727 19.4435 2.65755C18.7318 1.9014 17.8245 1.56354 16.7076 1.40399C15.6294 1.24997 14.2542 1.24998 12.5298 1.25H12.5298ZM9.25 19C9.25 18.5858 9.58579 18.25 10 18.25H14C14.4142 18.25 14.75 18.5858 14.75 19C14.75 19.4142 14.4142 19.75 14 19.75H10C9.58579 19.75 9.25 19.4142 9.25 19ZM16.5 9.5C16.5 11.9853 14.4853 14 12 14C11.2882 14 10.6149 13.8347 10.0166 13.5404C9.81927 13.4434 9.72062 13.3949 9.70382 13.2935C9.68702 13.192 9.76965 13.1094 9.93491 12.9442L12.7071 10.172C13.0976 9.78143 13.0976 9.14826 12.7071 8.75774C12.3166 8.36721 11.6834 8.36721 11.2929 8.75774L8.53279 11.5179C8.36579 11.6848 8.2823 11.7683 8.1802 11.7508C8.0781 11.7332 8.03035 11.6329 7.93484 11.4323C7.65604 10.8469 7.5 10.1917 7.5 9.5C7.5 7.01472 9.51472 5 12 5C14.4853 5 16.5 7.01472 16.5 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5298 1.25H11.4702H11.4702C9.74578 1.24998 8.37064 1.24997 7.29245 1.40398C6.17547 1.56354 5.26818 1.9014 4.55651 2.65755C3.85089 3.40727 3.54112 4.3523 3.39377 5.51676C3.24998 6.65309 3.24999 8.10624 3.25 9.94651V9.94652V14.0535V14.0535C3.24999 15.8938 3.24998 17.3469 3.39377 18.4832C3.54111 19.6477 3.85089 20.5927 4.55651 21.3424C5.26818 22.0986 6.17547 22.4365 7.29245 22.596C8.37065 22.75 9.7458 22.75 11.4703 22.75H12.5298C14.2542 22.75 15.6294 22.75 16.7076 22.596C17.8245 22.4365 18.7318 22.0986 19.4435 21.3425C20.1491 20.5927 20.4589 19.6477 20.6062 18.4832C20.75 17.3469 20.75 15.8938 20.75 14.0536V14.0535V14.0535V9.94655V9.94652V9.94649C20.75 8.10624 20.75 6.65308 20.6062 5.51676C20.4589 4.3523 20.1491 3.40727 19.4435 2.65755C18.7318 1.9014 17.8245 1.56354 16.7076 1.40399C15.6294 1.24997 14.2542 1.24998 12.5298 1.25H12.5298ZM9.25 19C9.25 18.5858 9.58579 18.25 10 18.25H14C14.4142 18.25 14.75 18.5858 14.75 19C14.75 19.4142 14.4142 19.75 14 19.75H10C9.58579 19.75 9.25 19.4142 9.25 19ZM16.5 9.5C16.5 11.9853 14.4853 14 12 14C11.2882 14 10.6149 13.8347 10.0166 13.5404C9.81927 13.4434 9.72062 13.3949 9.70382 13.2935C9.68702 13.192 9.76965 13.1094 9.93491 12.9442L12.7071 10.172C13.0976 9.78143 13.0976 9.14826 12.7071 8.75774C12.3166 8.36721 11.6834 8.36721 11.2929 8.75774L8.53279 11.5179C8.36579 11.6848 8.2823 11.7683 8.1802 11.7508C8.0781 11.7332 8.03035 11.6329 7.93484 11.4323C7.65604 10.8469 7.5 10.1917 7.5 9.5C7.5 7.01472 9.51472 5 12 5C14.4853 5 16.5 7.01472 16.5 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-headset-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.483 8.80922C18.5306 5.56936 15.5408 3.20455 12 3.20455C10.7802 3.20455 9.6258 3.4852 8.59756 3.9856C8.17998 4.18881 7.67155 4.13605 7.34317 3.80767C6.90089 3.36539 6.96816 2.62684 7.52334 2.33873C8.86394 1.643 10.3862 1.25 12 1.25C17.3848 1.25 21.75 5.6254 21.75 11.0227V15.7963C21.75 16.1676 21.75 16.5108 21.7473 16.8284C21.7426 17.377 21.7402 17.6513 21.5559 17.727C21.3716 17.8027 21.1738 17.6059 20.7783 17.2123L14.7529 11.216C14.6096 11.0734 14.538 11.0021 14.5255 10.8988C14.513 10.7955 14.5589 10.7204 14.6505 10.5702C15.1333 9.77852 16.0049 9.25 17 9.25C17.5458 9.25 18.0701 9.34205 18.5582 9.51147C19.1462 9.71558 19.4403 9.81765 19.5727 9.69141C19.7052 9.56518 19.6311 9.31319 19.483 8.80922Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 18.75C15.4812 18.75 14.25 17.5188 14.25 16V15.6986C14.25 15.0821 14.25 14.7738 14.4352 14.6971C14.6204 14.6204 14.8383 14.8384 15.2743 15.2743L17.8203 17.8203C18.1338 18.1339 18.2906 18.2907 18.229 18.4683C18.1674 18.6459 17.9653 18.6696 17.5611 18.7172C17.3771 18.7389 17.1898 18.75 17 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0019 20.755C17.5332 20.7159 17.8411 20.6429 18.0755 20.5372C18.3835 20.3982 18.6626 20.208 18.9022 19.9771C19.1846 19.705 19.3258 19.5689 19.4485 19.57C19.5711 19.5712 19.6879 19.6879 19.9214 19.9214L20.4173 20.4173C20.5956 20.5956 20.6847 20.6848 20.6871 20.8055C20.6896 20.9263 20.6107 21.0117 20.453 21.1825C20.0123 21.6599 19.4772 22.0482 18.8758 22.3195C18.3467 22.5582 17.7834 22.6573 17.1447 22.7043C16.5239 22.75 15.7597 22.75 14.8124 22.75H12C11.4615 22.75 11.025 22.3125 11.025 21.7727C11.025 21.233 11.4615 20.7955 12 20.7955H14.775C15.7685 20.7955 16.4609 20.7948 17.0019 20.755Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 13.9545V11.0227C2.25 8.80923 2.98418 6.76762 4.22178 5.12919C4.39847 4.89528 4.48681 4.77832 4.6231 4.76887C4.75939 4.75942 4.86749 4.86752 5.08368 5.08372L5.62461 5.62465C5.80549 5.80552 5.89593 5.89596 5.90476 6.00601C5.9136 6.11607 5.83445 6.22573 5.67615 6.44505C5.16508 7.15313 4.76948 7.95043 4.51702 8.80922C4.36887 9.31319 4.2948 9.56517 4.42726 9.69141C4.55973 9.81764 4.85377 9.71559 5.44184 9.51147C5.92994 9.34205 6.45422 9.25 7 9.25C8.51878 9.25 9.75 10.4812 9.75 12V16C9.75 17.5188 8.51878 18.75 7 18.75C4.37665 18.75 2.25 16.6234 2.25 14L2.2501 13.9687L2.25 13.9545Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.483 8.80922C18.5306 5.56936 15.5408 3.20455 12 3.20455C10.7802 3.20455 9.6258 3.4852 8.59756 3.9856C8.17998 4.18881 7.67155 4.13605 7.34317 3.80767C6.90089 3.36539 6.96816 2.62684 7.52334 2.33873C8.86394 1.643 10.3862 1.25 12 1.25C17.3848 1.25 21.75 5.6254 21.75 11.0227V15.7963C21.75 16.1676 21.75 16.5108 21.7473 16.8284C21.7426 17.377 21.7402 17.6513 21.5559 17.727C21.3716 17.8027 21.1738 17.6059 20.7783 17.2123L14.7529 11.216C14.6096 11.0734 14.538 11.0021 14.5255 10.8988C14.513 10.7955 14.5589 10.7204 14.6505 10.5702C15.1333 9.77852 16.0049 9.25 17 9.25C17.5458 9.25 18.0701 9.34205 18.5582 9.51147C19.1462 9.71558 19.4403 9.81765 19.5727 9.69141C19.7052 9.56518 19.6311 9.31319 19.483 8.80922Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 18.75C15.4812 18.75 14.25 17.5188 14.25 16V15.6986C14.25 15.0821 14.25 14.7738 14.4352 14.6971C14.6204 14.6204 14.8383 14.8384 15.2743 15.2743L17.8203 17.8203C18.1338 18.1339 18.2906 18.2907 18.229 18.4683C18.1674 18.6459 17.9653 18.6696 17.5611 18.7172C17.3771 18.7389 17.1898 18.75 17 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0019 20.755C17.5332 20.7159 17.8411 20.6429 18.0755 20.5372C18.3835 20.3982 18.6626 20.208 18.9022 19.9771C19.1846 19.705 19.3258 19.5689 19.4485 19.57C19.5711 19.5712 19.6879 19.6879 19.9214 19.9214L20.4173 20.4173C20.5956 20.5956 20.6847 20.6848 20.6871 20.8055C20.6896 20.9263 20.6107 21.0117 20.453 21.1825C20.0123 21.6599 19.4772 22.0482 18.8758 22.3195C18.3467 22.5582 17.7834 22.6573 17.1447 22.7043C16.5239 22.75 15.7597 22.75 14.8124 22.75H12C11.4615 22.75 11.025 22.3125 11.025 21.7727C11.025 21.233 11.4615 20.7955 12 20.7955H14.775C15.7685 20.7955 16.4609 20.7948 17.0019 20.755Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 13.9545V11.0227C2.25 8.80923 2.98418 6.76762 4.22178 5.12919C4.39847 4.89528 4.48681 4.77832 4.6231 4.76887C4.75939 4.75942 4.86749 4.86752 5.08368 5.08372L5.62461 5.62465C5.80549 5.80552 5.89593 5.89596 5.90476 6.00601C5.9136 6.11607 5.83445 6.22573 5.67615 6.44505C5.16508 7.15313 4.76948 7.95043 4.51702 8.80922C4.36887 9.31319 4.2948 9.56517 4.42726 9.69141C4.55973 9.81764 4.85377 9.71559 5.44184 9.51147C5.92994 9.34205 6.45422 9.25 7 9.25C8.51878 9.25 9.75 10.4812 9.75 12V16C9.75 17.5188 8.51878 18.75 7 18.75C4.37665 18.75 2.25 16.6234 2.25 14L2.2501 13.9687L2.25 13.9545Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-headset{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.86682 9.47658C4.48934 9.65491 4.3006 9.74407 4.20271 9.66357C4.10483 9.58306 4.15078 9.40094 4.24269 9.03669C5.11795 5.56763 8.25912 3 12 3C15.7409 3 18.8821 5.56764 19.7573 9.03669C19.8492 9.40094 19.8952 9.58306 19.7973 9.66357C19.6994 9.74407 19.5107 9.65491 19.1332 9.47658C18.4862 9.17093 17.763 9 17 9C15.3431 9 14 10.3431 14 12V16C14 17.6569 15.3431 19 17 19C19.7614 19 22 16.7614 22 14V11C22 5.47715 17.5228 1 12 1C6.47715 1 2 5.47715 2 11V14C2 16.7614 4.23858 19 7 19C8.65685 19 10 17.6569 10 16V12C10 10.3431 8.65685 9 7 9C6.23695 9 5.51383 9.17093 4.86682 9.47658Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 13C21.5523 13 22 13.4477 22 14V15.8845C22 16.8561 22 17.6399 21.9533 18.2766C21.9052 18.9317 21.8037 19.5095 21.5595 20.0521C21.0581 21.1661 20.1661 22.0581 19.0521 22.5595C18.5095 22.8037 17.9317 22.9052 17.2766 22.9533C16.6399 23 15.8561 23 14.8845 23H12C11.4477 23 11 22.5523 11 22C11 21.4477 11.4477 21 12 21H14.8462C15.8651 21 16.5753 20.9994 17.1302 20.9586C17.6751 20.9186 17.9908 20.8439 18.2312 20.7357C18.8997 20.4349 19.4349 19.8997 19.7357 19.2312C19.8439 18.9908 19.9186 18.6751 19.9586 18.1302C19.9994 17.5753 20 16.8651 20 15.8462V14C20 13.4477 20.4477 13 21 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.86682 9.47658C4.48934 9.65491 4.3006 9.74407 4.20271 9.66357C4.10483 9.58306 4.15078 9.40094 4.24269 9.03669C5.11795 5.56763 8.25912 3 12 3C15.7409 3 18.8821 5.56764 19.7573 9.03669C19.8492 9.40094 19.8952 9.58306 19.7973 9.66357C19.6994 9.74407 19.5107 9.65491 19.1332 9.47658C18.4862 9.17093 17.763 9 17 9C15.3431 9 14 10.3431 14 12V16C14 17.6569 15.3431 19 17 19C19.7614 19 22 16.7614 22 14V11C22 5.47715 17.5228 1 12 1C6.47715 1 2 5.47715 2 11V14C2 16.7614 4.23858 19 7 19C8.65685 19 10 17.6569 10 16V12C10 10.3431 8.65685 9 7 9C6.23695 9 5.51383 9.17093 4.86682 9.47658Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 13C21.5523 13 22 13.4477 22 14V15.8845C22 16.8561 22 17.6399 21.9533 18.2766C21.9052 18.9317 21.8037 19.5095 21.5595 20.0521C21.0581 21.1661 20.1661 22.0581 19.0521 22.5595C18.5095 22.8037 17.9317 22.9052 17.2766 22.9533C16.6399 23 15.8561 23 14.8845 23H12C11.4477 23 11 22.5523 11 22C11 21.4477 11.4477 21 12 21H14.8462C15.8651 21 16.5753 20.9994 17.1302 20.9586C17.6751 20.9186 17.9908 20.8439 18.2312 20.7357C18.8997 20.4349 19.4349 19.8997 19.7357 19.2312C19.8439 18.9908 19.9186 18.6751 19.9586 18.1302C19.9994 17.5753 20 16.8651 20 15.8462V14C20 13.4477 20.4477 13 21 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-ipod{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0555 1.25H11.9445H11.9445C10.3334 1.24998 9.04762 1.24997 8.02959 1.38845C6.97477 1.53193 6.1109 1.83469 5.4015 2.50932C5.19236 2.70821 4.99997 2.92644 4.82617 3.16118C4.24735 3.94296 3.9927 4.87986 3.87029 6.03578C3.79252 6.77012 3.76503 7.63235 3.75531 8.64764C3.7526 8.9307 3.75125 9.07223 3.83929 9.16111C3.92732 9.25 4.06946 9.25 4.35373 9.25H19.6463C19.9305 9.25 20.0727 9.25 20.1607 9.16112C20.2488 9.07223 20.2474 8.9307 20.2447 8.64764C20.235 7.63235 20.2075 6.77012 20.1297 6.03578C20.0073 4.87986 19.7527 3.94296 19.1738 3.16118C19 2.92644 18.8076 2.70821 18.5985 2.50932C17.8891 1.83469 17.0252 1.53193 15.9704 1.38845C14.9524 1.24997 13.6666 1.24998 12.0555 1.25H12.0555ZM20.25 11.35C20.25 11.0672 20.25 10.9257 20.1621 10.8379C20.0743 10.75 19.9328 10.75 19.65 10.75H4.35C4.06716 10.75 3.92574 10.75 3.83787 10.8379C3.75 10.9257 3.75 11.0672 3.75 11.35V13.5448V13.5448C3.74999 15.3861 3.74999 16.8282 3.87029 17.9642C3.9927 19.1201 4.24735 20.057 4.82617 20.8388C4.99997 21.0736 5.19236 21.2918 5.4015 21.4907C6.1109 22.1653 6.97477 22.4681 8.02959 22.6116C9.04762 22.75 10.3334 22.75 11.9445 22.75H12.0555C13.6666 22.75 14.9524 22.75 15.9704 22.6116C17.0252 22.4681 17.8891 22.1653 18.5985 21.4907C18.8076 21.2918 19 21.0736 19.1738 20.8388C19.7527 20.057 20.0073 19.1201 20.1297 17.9642C20.25 16.8282 20.25 15.3862 20.25 13.5449V11.35ZM15 16.75C15 18.4069 13.6569 19.75 12 19.75C10.3431 19.75 9 18.4069 9 16.75C9 15.0931 10.3431 13.75 12 13.75C13.6569 13.75 15 15.0931 15 16.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0555 1.25H11.9445H11.9445C10.3334 1.24998 9.04762 1.24997 8.02959 1.38845C6.97477 1.53193 6.1109 1.83469 5.4015 2.50932C5.19236 2.70821 4.99997 2.92644 4.82617 3.16118C4.24735 3.94296 3.9927 4.87986 3.87029 6.03578C3.79252 6.77012 3.76503 7.63235 3.75531 8.64764C3.7526 8.9307 3.75125 9.07223 3.83929 9.16111C3.92732 9.25 4.06946 9.25 4.35373 9.25H19.6463C19.9305 9.25 20.0727 9.25 20.1607 9.16112C20.2488 9.07223 20.2474 8.9307 20.2447 8.64764C20.235 7.63235 20.2075 6.77012 20.1297 6.03578C20.0073 4.87986 19.7527 3.94296 19.1738 3.16118C19 2.92644 18.8076 2.70821 18.5985 2.50932C17.8891 1.83469 17.0252 1.53193 15.9704 1.38845C14.9524 1.24997 13.6666 1.24998 12.0555 1.25H12.0555ZM20.25 11.35C20.25 11.0672 20.25 10.9257 20.1621 10.8379C20.0743 10.75 19.9328 10.75 19.65 10.75H4.35C4.06716 10.75 3.92574 10.75 3.83787 10.8379C3.75 10.9257 3.75 11.0672 3.75 11.35V13.5448V13.5448C3.74999 15.3861 3.74999 16.8282 3.87029 17.9642C3.9927 19.1201 4.24735 20.057 4.82617 20.8388C4.99997 21.0736 5.19236 21.2918 5.4015 21.4907C6.1109 22.1653 6.97477 22.4681 8.02959 22.6116C9.04762 22.75 10.3334 22.75 11.9445 22.75H12.0555C13.6666 22.75 14.9524 22.75 15.9704 22.6116C17.0252 22.4681 17.8891 22.1653 18.5985 21.4907C18.8076 21.2918 19 21.0736 19.1738 20.8388C19.7527 20.057 20.0073 19.1201 20.1297 17.9642C20.25 16.8282 20.25 15.3862 20.25 13.5449V11.35ZM15 16.75C15 18.4069 13.6569 19.75 12 19.75C10.3431 19.75 9 18.4069 9 16.75C9 15.0931 10.3431 13.75 12 13.75C13.6569 13.75 15 15.0931 15 16.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-keyboard{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.45109 6.25H14.5489C16.1512 6.24999 17.4205 6.24998 18.4248 6.36868C19.4557 6.49054 20.3044 6.74638 21.0134 7.3282C21.2539 7.52558 21.4744 7.74612 21.6718 7.98663C22.2536 8.69558 22.5095 9.54428 22.6313 10.5753C22.75 11.5794 22.75 12.8488 22.75 14.451V14.4511V14.549V14.5491C22.75 16.1513 22.75 17.4206 22.6313 18.4248C22.5095 19.4557 22.2536 20.3044 21.6718 21.0134C21.4744 21.2539 21.2539 21.4744 21.0134 21.6718C20.3044 22.2536 19.4557 22.5095 18.4248 22.6313C17.4206 22.75 16.1511 22.75 14.5489 22.75H14.5489H9.45099H9.45097C7.84877 22.75 6.57944 22.75 5.57525 22.6313C4.54428 22.5095 3.69558 22.2536 2.98663 21.6718C2.74612 21.4744 2.52558 21.2539 2.3282 21.0134C1.74638 20.3044 1.49055 19.4557 1.36868 18.4248C1.24998 17.4205 1.24999 16.1512 1.25 14.5489V14.5489V14.4511V14.4511C1.24999 12.8488 1.24998 11.5795 1.36868 10.5753C1.49055 9.54428 1.74638 8.69558 2.3282 7.98663C2.52558 7.74612 2.74612 7.52558 2.98663 7.3282C3.69558 6.74638 4.54428 6.49054 5.57525 6.36868C6.57947 6.24998 7.84883 6.24999 9.45109 6.25ZM6 12C6 11.4477 6.44772 11 7 11H8C8.55228 11 9 11.4477 9 12C9 12.5523 8.55228 13 8 13H7C6.44771 13 6 12.5523 6 12ZM10.5 12C10.5 11.4477 10.9477 11 11.5 11H12.5C13.0523 11 13.5 11.4477 13.5 12C13.5 12.5523 13.0523 13 12.5 13H11.5C10.9477 13 10.5 12.5523 10.5 12ZM16 11C15.4477 11 15 11.4477 15 12C15 12.5523 15.4477 13 16 13H17C17.5523 13 18 12.5523 18 12C18 11.4477 17.5523 11 17 11H16ZM6 17C6 16.4477 6.44772 16 7 16L17 16C17.5523 16 18 16.4477 18 17C18 17.5523 17.5523 18 17 18L7 18C6.44771 18 6 17.5523 6 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 2C15 1.44772 14.5523 1 14 1C13.4477 1 13 1.44772 13 2V2.9C13 2.95523 12.9552 2.99974 12.9 3.00246C11.8419 3.05455 11 3.92896 11 5V6.25H13V5.1C13 5.04477 13.0448 5.00026 13.1 4.99754C14.1581 4.94545 15 4.07104 15 3V2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.45109 6.25H14.5489C16.1512 6.24999 17.4205 6.24998 18.4248 6.36868C19.4557 6.49054 20.3044 6.74638 21.0134 7.3282C21.2539 7.52558 21.4744 7.74612 21.6718 7.98663C22.2536 8.69558 22.5095 9.54428 22.6313 10.5753C22.75 11.5794 22.75 12.8488 22.75 14.451V14.4511V14.549V14.5491C22.75 16.1513 22.75 17.4206 22.6313 18.4248C22.5095 19.4557 22.2536 20.3044 21.6718 21.0134C21.4744 21.2539 21.2539 21.4744 21.0134 21.6718C20.3044 22.2536 19.4557 22.5095 18.4248 22.6313C17.4206 22.75 16.1511 22.75 14.5489 22.75H14.5489H9.45099H9.45097C7.84877 22.75 6.57944 22.75 5.57525 22.6313C4.54428 22.5095 3.69558 22.2536 2.98663 21.6718C2.74612 21.4744 2.52558 21.2539 2.3282 21.0134C1.74638 20.3044 1.49055 19.4557 1.36868 18.4248C1.24998 17.4205 1.24999 16.1512 1.25 14.5489V14.5489V14.4511V14.4511C1.24999 12.8488 1.24998 11.5795 1.36868 10.5753C1.49055 9.54428 1.74638 8.69558 2.3282 7.98663C2.52558 7.74612 2.74612 7.52558 2.98663 7.3282C3.69558 6.74638 4.54428 6.49054 5.57525 6.36868C6.57947 6.24998 7.84883 6.24999 9.45109 6.25ZM6 12C6 11.4477 6.44772 11 7 11H8C8.55228 11 9 11.4477 9 12C9 12.5523 8.55228 13 8 13H7C6.44771 13 6 12.5523 6 12ZM10.5 12C10.5 11.4477 10.9477 11 11.5 11H12.5C13.0523 11 13.5 11.4477 13.5 12C13.5 12.5523 13.0523 13 12.5 13H11.5C10.9477 13 10.5 12.5523 10.5 12ZM16 11C15.4477 11 15 11.4477 15 12C15 12.5523 15.4477 13 16 13H17C17.5523 13 18 12.5523 18 12C18 11.4477 17.5523 11 17 11H16ZM6 17C6 16.4477 6.44772 16 7 16L17 16C17.5523 16 18 16.4477 18 17C18 17.5523 17.5523 18 17 18L7 18C6.44771 18 6 17.5523 6 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 2C15 1.44772 14.5523 1 14 1C13.4477 1 13 1.44772 13 2V2.9C13 2.95523 12.9552 2.99974 12.9 3.00246C11.8419 3.05455 11 3.92896 11 5V6.25H13V5.1C13 5.04477 13.0448 5.00026 13.1 4.99754C14.1581 4.94545 15 4.07104 15 3V2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-lamp{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.839 1.25003L12.0001 1.25006L12.1611 1.25003C13.6402 1.2496 14.5969 1.24932 15.4472 1.59477C15.9036 1.78021 16.3282 2.03643 16.7056 2.35398C17.4082 2.94503 17.8595 3.79335 18.5596 5.10923L18.6353 5.25144L19.4658 6.81144L19.4659 6.81154C20.1405 8.07849 20.6868 9.10465 20.9834 9.93617C21.2875 10.7884 21.4025 11.6329 20.9426 12.4089C20.4813 13.1872 19.6851 13.4865 18.7939 13.6201C17.9263 13.7501 16.7707 13.7501 15.3464 13.7501H8.6537C7.2294 13.7501 6.07388 13.7501 5.20626 13.6201C4.31501 13.4865 3.51882 13.1872 3.05757 12.4089C2.59768 11.6329 2.71268 10.7884 3.0167 9.93617C3.31332 9.10464 3.8597 8.07846 4.53428 6.81148L4.53428 6.81147L5.36486 5.25143L5.44055 5.10921C6.14064 3.79334 6.59198 2.94502 7.29452 2.35398C7.67197 2.03643 8.09656 1.78021 8.55297 1.59477C9.40319 1.24932 10.3599 1.2496 11.839 1.25003Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 13C13 12.4477 12.5523 12 12 12C11.4477 12 11 12.4477 11 13V17.915C11 18.0793 11 18.1615 10.9565 18.2161C10.913 18.2708 10.8221 18.2917 10.6404 18.3336C10.2485 18.4239 9.87305 18.617 9.56831 18.8785C9.23115 19.1679 9.01705 19.5675 8.79403 19.9447C8.52978 20.3911 8.18682 20.8885 8.26015 21.4344C8.32615 21.9257 8.64044 22.3162 9.0402 22.5359C9.29575 22.6764 9.57318 22.7155 9.80928 22.7328C10.0441 22.75 10.3368 22.75 10.6731 22.75H13.3271C13.6633 22.75 13.9559 22.75 14.1907 22.7328C14.4267 22.7155 14.7041 22.6764 14.9596 22.536C15.3594 22.3163 15.6738 21.9258 15.7398 21.4344C15.8131 20.8887 15.4704 20.3914 15.2063 19.9451C14.9833 19.5678 14.7693 19.1682 14.4322 18.8788C14.127 18.6168 13.7516 18.4243 13.3592 18.3334C13.1777 18.2914 13.0869 18.2703 13.0434 18.2157C13 18.161 13 18.0789 13 17.9146V13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.839 1.25003L12.0001 1.25006L12.1611 1.25003C13.6402 1.2496 14.5969 1.24932 15.4472 1.59477C15.9036 1.78021 16.3282 2.03643 16.7056 2.35398C17.4082 2.94503 17.8595 3.79335 18.5596 5.10923L18.6353 5.25144L19.4658 6.81144L19.4659 6.81154C20.1405 8.07849 20.6868 9.10465 20.9834 9.93617C21.2875 10.7884 21.4025 11.6329 20.9426 12.4089C20.4813 13.1872 19.6851 13.4865 18.7939 13.6201C17.9263 13.7501 16.7707 13.7501 15.3464 13.7501H8.6537C7.2294 13.7501 6.07388 13.7501 5.20626 13.6201C4.31501 13.4865 3.51882 13.1872 3.05757 12.4089C2.59768 11.6329 2.71268 10.7884 3.0167 9.93617C3.31332 9.10464 3.8597 8.07846 4.53428 6.81148L4.53428 6.81147L5.36486 5.25143L5.44055 5.10921C6.14064 3.79334 6.59198 2.94502 7.29452 2.35398C7.67197 2.03643 8.09656 1.78021 8.55297 1.59477C9.40319 1.24932 10.3599 1.2496 11.839 1.25003Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 13C13 12.4477 12.5523 12 12 12C11.4477 12 11 12.4477 11 13V17.915C11 18.0793 11 18.1615 10.9565 18.2161C10.913 18.2708 10.8221 18.2917 10.6404 18.3336C10.2485 18.4239 9.87305 18.617 9.56831 18.8785C9.23115 19.1679 9.01705 19.5675 8.79403 19.9447C8.52978 20.3911 8.18682 20.8885 8.26015 21.4344C8.32615 21.9257 8.64044 22.3162 9.0402 22.5359C9.29575 22.6764 9.57318 22.7155 9.80928 22.7328C10.0441 22.75 10.3368 22.75 10.6731 22.75H13.3271C13.6633 22.75 13.9559 22.75 14.1907 22.7328C14.4267 22.7155 14.7041 22.6764 14.9596 22.536C15.3594 22.3163 15.6738 21.9258 15.7398 21.4344C15.8131 20.8887 15.4704 20.3914 15.2063 19.9451C14.9833 19.5678 14.7693 19.1682 14.4322 18.8788C14.127 18.6168 13.7516 18.4243 13.3592 18.3334C13.1777 18.2914 13.0869 18.2703 13.0434 18.2157C13 18.161 13 18.0789 13 17.9146V13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-laptop-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.75 1.25C17.3023 1.25 17.75 1.69772 17.75 2.25L17.75 5.25L20.75 5.25C21.3023 5.25 21.75 5.69772 21.75 6.25C21.75 6.80228 21.3023 7.25 20.75 7.25L17.75 7.25V10.25C17.75 10.8023 17.3023 11.25 16.75 11.25C16.1977 11.25 15.75 10.8023 15.75 10.25V7.25H12.75C12.1977 7.25 11.75 6.80229 11.75 6.25C11.75 5.69772 12.1977 5.25 12.75 5.25H15.75L15.75 2.25C15.75 1.69772 16.1977 1.25 16.75 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.18417 2.25C7.29769 2.24995 6.53387 2.24991 5.92221 2.33215C5.2667 2.42028 4.63835 2.61902 4.12868 3.12868C3.61902 3.63835 3.42028 4.2667 3.33215 4.92221C3.24991 5.53387 3.24995 6.29769 3.25 7.18417L3.25 14.75L3.24991 14.7913C3.24862 14.8426 3.2425 14.8679 3.22019 14.9141L3.21015 14.9338L2.83421 15.6653C2.11021 17.0014 1.62267 18.0653 1.39719 18.9487C1.16515 19.8577 1.1925 20.6495 1.58675 21.3656C2.02749 22.1661 2.81497 22.4782 3.69825 22.6165C4.55189 22.7501 5.69027 22.75 7.08676 22.75H16.913C18.3095 22.75 19.4479 22.7501 20.3015 22.6165C21.1848 22.4782 21.9723 22.1661 22.413 21.3656C22.8073 20.6495 22.8346 19.8576 22.6025 18.9486C22.3766 18.0637 21.8877 16.9975 21.1615 15.658L20.8047 14.9999C20.7881 14.9692 20.7798 14.9538 20.7744 14.9413C20.7586 14.9045 20.7549 14.8899 20.7512 14.85C20.75 14.8364 20.75 14.8076 20.75 14.75V12.75C20.75 12.1977 20.3023 11.75 19.75 11.75C19.1977 11.75 18.75 12.1977 18.75 12.75V13.65C18.75 13.9328 18.75 14.0743 18.6621 14.1621C18.5743 14.25 18.4328 14.25 18.15 14.25H5.85C5.56716 14.25 5.42574 14.25 5.33787 14.1621C5.25 14.0743 5.25 13.9328 5.25 13.65V7.25C5.25 6.27893 5.25213 5.65122 5.31431 5.18871C5.37263 4.75497 5.46677 4.61902 5.5429 4.5429C5.61902 4.46677 5.75497 4.37263 6.18871 4.31431C6.65122 4.25213 7.27893 4.25 8.25 4.25H10.373C10.9253 4.25 11.373 3.80229 11.373 3.25C11.373 2.69772 10.9253 2.25 10.373 2.25L8.18417 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.75 1.25C17.3023 1.25 17.75 1.69772 17.75 2.25L17.75 5.25L20.75 5.25C21.3023 5.25 21.75 5.69772 21.75 6.25C21.75 6.80228 21.3023 7.25 20.75 7.25L17.75 7.25V10.25C17.75 10.8023 17.3023 11.25 16.75 11.25C16.1977 11.25 15.75 10.8023 15.75 10.25V7.25H12.75C12.1977 7.25 11.75 6.80229 11.75 6.25C11.75 5.69772 12.1977 5.25 12.75 5.25H15.75L15.75 2.25C15.75 1.69772 16.1977 1.25 16.75 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.18417 2.25C7.29769 2.24995 6.53387 2.24991 5.92221 2.33215C5.2667 2.42028 4.63835 2.61902 4.12868 3.12868C3.61902 3.63835 3.42028 4.2667 3.33215 4.92221C3.24991 5.53387 3.24995 6.29769 3.25 7.18417L3.25 14.75L3.24991 14.7913C3.24862 14.8426 3.2425 14.8679 3.22019 14.9141L3.21015 14.9338L2.83421 15.6653C2.11021 17.0014 1.62267 18.0653 1.39719 18.9487C1.16515 19.8577 1.1925 20.6495 1.58675 21.3656C2.02749 22.1661 2.81497 22.4782 3.69825 22.6165C4.55189 22.7501 5.69027 22.75 7.08676 22.75H16.913C18.3095 22.75 19.4479 22.7501 20.3015 22.6165C21.1848 22.4782 21.9723 22.1661 22.413 21.3656C22.8073 20.6495 22.8346 19.8576 22.6025 18.9486C22.3766 18.0637 21.8877 16.9975 21.1615 15.658L20.8047 14.9999C20.7881 14.9692 20.7798 14.9538 20.7744 14.9413C20.7586 14.9045 20.7549 14.8899 20.7512 14.85C20.75 14.8364 20.75 14.8076 20.75 14.75V12.75C20.75 12.1977 20.3023 11.75 19.75 11.75C19.1977 11.75 18.75 12.1977 18.75 12.75V13.65C18.75 13.9328 18.75 14.0743 18.6621 14.1621C18.5743 14.25 18.4328 14.25 18.15 14.25H5.85C5.56716 14.25 5.42574 14.25 5.33787 14.1621C5.25 14.0743 5.25 13.9328 5.25 13.65V7.25C5.25 6.27893 5.25213 5.65122 5.31431 5.18871C5.37263 4.75497 5.46677 4.61902 5.5429 4.5429C5.61902 4.46677 5.75497 4.37263 6.18871 4.31431C6.65122 4.25213 7.27893 4.25 8.25 4.25H10.373C10.9253 4.25 11.373 3.80229 11.373 3.25C11.373 2.69772 10.9253 2.25 10.373 2.25L8.18417 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-laptop-charging{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.92221 1.83215C6.53387 1.74991 7.29769 1.74995 8.18417 1.75H15.8156C16.7021 1.74995 17.4659 1.74991 18.0775 1.83215C18.7331 1.92028 19.3614 2.11902 19.8711 2.62868C20.3807 3.13835 20.5795 3.7667 20.6676 4.42221C20.7498 5.03387 20.7498 5.79769 20.7498 6.68417L20.7498 14.25L20.7498 14.2913C20.7511 14.3426 20.7573 14.3679 20.7796 14.4141L20.7896 14.4338L21.1655 15.1653C21.8895 16.5014 22.3771 17.5653 22.6026 18.4487C22.8346 19.3577 22.8073 20.1495 22.413 20.8656C21.9723 21.6661 21.1848 21.9782 20.3015 22.1165C19.4479 22.2501 18.3095 22.25 16.913 22.25H16.913H16.913H11.9999H7.08676H7.08674H7.08672C5.69027 22.25 4.55188 22.2501 3.69825 22.1165C2.81497 21.9782 2.02749 21.6661 1.58675 20.8656C1.1925 20.1495 1.16515 19.3577 1.39719 18.4487C1.62267 17.5653 2.11021 16.5014 2.83421 15.1653L3.21015 14.4338L3.22019 14.4141C3.2425 14.3679 3.24862 14.3426 3.24991 14.2913L3.25 14.25L3.25 6.68417C3.24995 5.79769 3.24991 5.03387 3.33215 4.42221C3.42028 3.7667 3.61902 3.13835 4.12868 2.62868C4.63835 2.11902 5.2667 1.92028 5.92221 1.83215ZM5.25 6.75V13.15C5.25 13.4328 5.25 13.5743 5.33787 13.6621C5.42574 13.75 5.56716 13.75 5.85 13.75H11.9999H18.1497C18.4326 13.75 18.574 13.75 18.6619 13.6621C18.7497 13.5743 18.7497 13.4328 18.7497 13.15V6.75C18.7497 5.77892 18.7476 5.15121 18.6854 4.6887C18.6271 4.25496 18.533 4.11902 18.4569 4.04289C18.3807 3.96677 18.2448 3.87262 17.811 3.81431C17.3485 3.75212 16.7208 3.75 15.7497 3.75H8.25C7.27892 3.75 6.65121 3.75212 6.1887 3.81431C5.75496 3.87262 5.61902 3.96677 5.54289 4.04289C5.46677 4.11902 5.37262 4.25496 5.31431 4.6887C5.25212 5.15121 5.25 5.77892 5.25 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0724 5.46521C13.5102 5.80193 13.5921 6.42977 13.2554 6.86754L12.51 7.83656L12.9379 7.92738C13.9329 8.13858 14.3763 9.37408 13.6283 10.152L11.8987 11.9509C11.5159 12.3491 10.8829 12.3615 10.4848 11.9787C10.0867 11.5959 10.0742 10.9629 10.457 10.5648L11.3509 9.63507L11.0624 9.57383C10.1306 9.37604 9.65844 8.26355 10.2761 7.46057L11.6701 5.64819C12.0068 5.21042 12.6346 5.1285 13.0724 5.46521Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.92221 1.83215C6.53387 1.74991 7.29769 1.74995 8.18417 1.75H15.8156C16.7021 1.74995 17.4659 1.74991 18.0775 1.83215C18.7331 1.92028 19.3614 2.11902 19.8711 2.62868C20.3807 3.13835 20.5795 3.7667 20.6676 4.42221C20.7498 5.03387 20.7498 5.79769 20.7498 6.68417L20.7498 14.25L20.7498 14.2913C20.7511 14.3426 20.7573 14.3679 20.7796 14.4141L20.7896 14.4338L21.1655 15.1653C21.8895 16.5014 22.3771 17.5653 22.6026 18.4487C22.8346 19.3577 22.8073 20.1495 22.413 20.8656C21.9723 21.6661 21.1848 21.9782 20.3015 22.1165C19.4479 22.2501 18.3095 22.25 16.913 22.25H16.913H16.913H11.9999H7.08676H7.08674H7.08672C5.69027 22.25 4.55188 22.2501 3.69825 22.1165C2.81497 21.9782 2.02749 21.6661 1.58675 20.8656C1.1925 20.1495 1.16515 19.3577 1.39719 18.4487C1.62267 17.5653 2.11021 16.5014 2.83421 15.1653L3.21015 14.4338L3.22019 14.4141C3.2425 14.3679 3.24862 14.3426 3.24991 14.2913L3.25 14.25L3.25 6.68417C3.24995 5.79769 3.24991 5.03387 3.33215 4.42221C3.42028 3.7667 3.61902 3.13835 4.12868 2.62868C4.63835 2.11902 5.2667 1.92028 5.92221 1.83215ZM5.25 6.75V13.15C5.25 13.4328 5.25 13.5743 5.33787 13.6621C5.42574 13.75 5.56716 13.75 5.85 13.75H11.9999H18.1497C18.4326 13.75 18.574 13.75 18.6619 13.6621C18.7497 13.5743 18.7497 13.4328 18.7497 13.15V6.75C18.7497 5.77892 18.7476 5.15121 18.6854 4.6887C18.6271 4.25496 18.533 4.11902 18.4569 4.04289C18.3807 3.96677 18.2448 3.87262 17.811 3.81431C17.3485 3.75212 16.7208 3.75 15.7497 3.75H8.25C7.27892 3.75 6.65121 3.75212 6.1887 3.81431C5.75496 3.87262 5.61902 3.96677 5.54289 4.04289C5.46677 4.11902 5.37262 4.25496 5.31431 4.6887C5.25212 5.15121 5.25 5.77892 5.25 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0724 5.46521C13.5102 5.80193 13.5921 6.42977 13.2554 6.86754L12.51 7.83656L12.9379 7.92738C13.9329 8.13858 14.3763 9.37408 13.6283 10.152L11.8987 11.9509C11.5159 12.3491 10.8829 12.3615 10.4848 11.9787C10.0867 11.5959 10.0742 10.9629 10.457 10.5648L11.3509 9.63507L11.0624 9.57383C10.1306 9.37604 9.65844 8.26355 10.2761 7.46057L11.6701 5.64819C12.0068 5.21042 12.6346 5.1285 13.0724 5.46521Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-laptop-check{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.6926 1.91643C21.877 2.43702 21.6044 3.00852 21.0838 3.1929C20.5502 3.3819 19.9337 3.78876 19.2807 4.36148C18.638 4.92513 18.0128 5.60205 17.4591 6.26586C16.9072 6.92736 16.4385 7.56109 16.1074 8.03008C15.9422 8.26407 15.8122 8.45579 15.7243 8.58786L15.5941 8.78651C15.4008 9.09059 15.0587 9.26739 14.6989 9.24896C14.3389 9.23053 14.0168 9.01985 13.8556 8.69749C13.4149 7.81612 13.0196 7.46517 12.8203 7.33232C12.736 7.27611 12.679 7.25359 12.6564 7.24595C12.148 7.19874 11.75 6.77099 11.75 6.25027C11.75 5.69799 12.1977 5.25027 12.75 5.25027C12.8324 5.25107 13.0371 5.26614 13.1966 5.32C13.4045 5.37939 13.6553 5.48529 13.9297 5.66822C14.204 5.85107 14.4916 6.10384 14.7804 6.4497C15.0956 6.01895 15.484 5.51128 15.9233 4.98468C16.5166 4.27349 17.215 3.51292 17.962 2.85781C18.6986 2.21179 19.538 1.61865 20.4162 1.30765C20.9368 1.12327 21.5082 1.39583 21.6926 1.91643Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.18417 2.25C7.29769 2.24995 6.53387 2.24991 5.92221 2.33215C5.2667 2.42028 4.63835 2.61902 4.12868 3.12868C3.61902 3.63835 3.42028 4.2667 3.33215 4.92221C3.24991 5.53387 3.24995 6.29769 3.25 7.18417L3.25 14.75L3.24991 14.7913C3.24862 14.8426 3.2425 14.8679 3.22019 14.9141L3.21015 14.9338L2.83421 15.6653C2.11021 17.0014 1.62267 18.0653 1.39719 18.9487C1.16515 19.8577 1.1925 20.6495 1.58675 21.3656C2.02749 22.1661 2.81497 22.4782 3.69825 22.6165C4.55189 22.7501 5.69027 22.75 7.08676 22.75H16.913C18.3095 22.75 19.4479 22.7501 20.3015 22.6165C21.1848 22.4782 21.9723 22.1661 22.413 21.3656C22.8073 20.6495 22.8346 19.8576 22.6025 18.9486C22.3766 18.0637 21.8877 16.9975 21.1615 15.658L20.8047 14.9999C20.7881 14.9692 20.7798 14.9538 20.7744 14.9413C20.7586 14.9045 20.7549 14.8899 20.7512 14.85C20.75 14.8364 20.75 14.8076 20.75 14.75V9.75C20.75 9.19772 20.3023 8.75 19.75 8.75C19.1977 8.75 18.75 9.19772 18.75 9.75V13.65C18.75 13.9328 18.75 14.0743 18.6621 14.1621C18.5743 14.25 18.4328 14.25 18.15 14.25H5.85C5.56716 14.25 5.42574 14.25 5.33787 14.1621C5.25 14.0743 5.25 13.9328 5.25 13.65V7.25C5.25 6.27893 5.25213 5.65122 5.31431 5.18871C5.37263 4.75497 5.46677 4.61902 5.5429 4.5429C5.61902 4.46677 5.75497 4.37263 6.18871 4.31431C6.65122 4.25213 7.27893 4.25 8.25 4.25H10.373C10.9253 4.25 11.373 3.80229 11.373 3.25C11.373 2.69772 10.9253 2.25 10.373 2.25L8.18417 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.6926 1.91643C21.877 2.43702 21.6044 3.00852 21.0838 3.1929C20.5502 3.3819 19.9337 3.78876 19.2807 4.36148C18.638 4.92513 18.0128 5.60205 17.4591 6.26586C16.9072 6.92736 16.4385 7.56109 16.1074 8.03008C15.9422 8.26407 15.8122 8.45579 15.7243 8.58786L15.5941 8.78651C15.4008 9.09059 15.0587 9.26739 14.6989 9.24896C14.3389 9.23053 14.0168 9.01985 13.8556 8.69749C13.4149 7.81612 13.0196 7.46517 12.8203 7.33232C12.736 7.27611 12.679 7.25359 12.6564 7.24595C12.148 7.19874 11.75 6.77099 11.75 6.25027C11.75 5.69799 12.1977 5.25027 12.75 5.25027C12.8324 5.25107 13.0371 5.26614 13.1966 5.32C13.4045 5.37939 13.6553 5.48529 13.9297 5.66822C14.204 5.85107 14.4916 6.10384 14.7804 6.4497C15.0956 6.01895 15.484 5.51128 15.9233 4.98468C16.5166 4.27349 17.215 3.51292 17.962 2.85781C18.6986 2.21179 19.538 1.61865 20.4162 1.30765C20.9368 1.12327 21.5082 1.39583 21.6926 1.91643Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.18417 2.25C7.29769 2.24995 6.53387 2.24991 5.92221 2.33215C5.2667 2.42028 4.63835 2.61902 4.12868 3.12868C3.61902 3.63835 3.42028 4.2667 3.33215 4.92221C3.24991 5.53387 3.24995 6.29769 3.25 7.18417L3.25 14.75L3.24991 14.7913C3.24862 14.8426 3.2425 14.8679 3.22019 14.9141L3.21015 14.9338L2.83421 15.6653C2.11021 17.0014 1.62267 18.0653 1.39719 18.9487C1.16515 19.8577 1.1925 20.6495 1.58675 21.3656C2.02749 22.1661 2.81497 22.4782 3.69825 22.6165C4.55189 22.7501 5.69027 22.75 7.08676 22.75H16.913C18.3095 22.75 19.4479 22.7501 20.3015 22.6165C21.1848 22.4782 21.9723 22.1661 22.413 21.3656C22.8073 20.6495 22.8346 19.8576 22.6025 18.9486C22.3766 18.0637 21.8877 16.9975 21.1615 15.658L20.8047 14.9999C20.7881 14.9692 20.7798 14.9538 20.7744 14.9413C20.7586 14.9045 20.7549 14.8899 20.7512 14.85C20.75 14.8364 20.75 14.8076 20.75 14.75V9.75C20.75 9.19772 20.3023 8.75 19.75 8.75C19.1977 8.75 18.75 9.19772 18.75 9.75V13.65C18.75 13.9328 18.75 14.0743 18.6621 14.1621C18.5743 14.25 18.4328 14.25 18.15 14.25H5.85C5.56716 14.25 5.42574 14.25 5.33787 14.1621C5.25 14.0743 5.25 13.9328 5.25 13.65V7.25C5.25 6.27893 5.25213 5.65122 5.31431 5.18871C5.37263 4.75497 5.46677 4.61902 5.5429 4.5429C5.61902 4.46677 5.75497 4.37263 6.18871 4.31431C6.65122 4.25213 7.27893 4.25 8.25 4.25H10.373C10.9253 4.25 11.373 3.80229 11.373 3.25C11.373 2.69772 10.9253 2.25 10.373 2.25L8.18417 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-laptop-cloud{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.18417 2.25C7.29769 2.24995 6.53387 2.24991 5.92221 2.33215C5.2667 2.42028 4.63835 2.61902 4.12868 3.12868C3.61902 3.63835 3.42028 4.2667 3.33215 4.92221C3.24991 5.53387 3.24995 6.29769 3.25 7.18417L3.25 14.75L3.24991 14.7913C3.24862 14.8426 3.2425 14.8679 3.22019 14.9141L3.21015 14.9338L2.83421 15.6653C2.11021 17.0014 1.62267 18.0653 1.39719 18.9487C1.16515 19.8577 1.1925 20.6495 1.58675 21.3656C2.02749 22.1661 2.81497 22.4782 3.69825 22.6165C4.55189 22.7501 5.69027 22.75 7.08676 22.75H16.913C18.3095 22.75 19.4479 22.7501 20.3015 22.6165C21.1848 22.4782 21.9723 22.1661 22.413 21.3656C22.8073 20.6495 22.8346 19.8576 22.6025 18.9486C22.3766 18.0637 21.8877 16.9975 21.1615 15.658L20.8047 14.9999C20.7881 14.9692 20.7798 14.9538 20.7744 14.9413C20.7586 14.9045 20.7549 14.8899 20.7512 14.85C20.75 14.8364 20.75 14.8076 20.75 14.75V11.75C20.75 11.1977 20.3023 10.75 19.75 10.75C19.1977 10.75 18.75 11.1977 18.75 11.75V13.65C18.75 13.9328 18.75 14.0743 18.6621 14.1621C18.5743 14.25 18.4328 14.25 18.15 14.25H5.85C5.56716 14.25 5.42574 14.25 5.33787 14.1621C5.25 14.0743 5.25 13.9328 5.25 13.65V7.25C5.25 6.27893 5.25213 5.65122 5.31431 5.18871C5.37263 4.75497 5.46677 4.61902 5.5429 4.5429C5.61902 4.46677 5.75497 4.37263 6.18871 4.31431C6.65122 4.25213 7.27893 4.25 8.25 4.25H10.8529C11.4052 4.25 11.8529 3.80229 11.8529 3.25C11.8529 2.69772 11.4052 2.25 10.8529 2.25L8.18417 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.383 3.71381C14.7464 2.30994 15.9878 1.25 17.5 1.25C18.2706 1.25 18.8951 1.4716 19.381 1.83969C19.8572 2.20049 20.1562 2.66823 20.345 3.09887C20.5105 3.47627 20.6003 3.84538 20.6506 4.13444C21.871 4.44643 22.75 5.58432 22.75 6.9C22.75 8.44807 21.5331 9.75 19.975 9.75H15.25C13.5677 9.75 12.25 8.3436 12.25 6.66667C12.25 5.29042 13.1351 4.09916 14.383 3.71381Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.18417 2.25C7.29769 2.24995 6.53387 2.24991 5.92221 2.33215C5.2667 2.42028 4.63835 2.61902 4.12868 3.12868C3.61902 3.63835 3.42028 4.2667 3.33215 4.92221C3.24991 5.53387 3.24995 6.29769 3.25 7.18417L3.25 14.75L3.24991 14.7913C3.24862 14.8426 3.2425 14.8679 3.22019 14.9141L3.21015 14.9338L2.83421 15.6653C2.11021 17.0014 1.62267 18.0653 1.39719 18.9487C1.16515 19.8577 1.1925 20.6495 1.58675 21.3656C2.02749 22.1661 2.81497 22.4782 3.69825 22.6165C4.55189 22.7501 5.69027 22.75 7.08676 22.75H16.913C18.3095 22.75 19.4479 22.7501 20.3015 22.6165C21.1848 22.4782 21.9723 22.1661 22.413 21.3656C22.8073 20.6495 22.8346 19.8576 22.6025 18.9486C22.3766 18.0637 21.8877 16.9975 21.1615 15.658L20.8047 14.9999C20.7881 14.9692 20.7798 14.9538 20.7744 14.9413C20.7586 14.9045 20.7549 14.8899 20.7512 14.85C20.75 14.8364 20.75 14.8076 20.75 14.75V11.75C20.75 11.1977 20.3023 10.75 19.75 10.75C19.1977 10.75 18.75 11.1977 18.75 11.75V13.65C18.75 13.9328 18.75 14.0743 18.6621 14.1621C18.5743 14.25 18.4328 14.25 18.15 14.25H5.85C5.56716 14.25 5.42574 14.25 5.33787 14.1621C5.25 14.0743 5.25 13.9328 5.25 13.65V7.25C5.25 6.27893 5.25213 5.65122 5.31431 5.18871C5.37263 4.75497 5.46677 4.61902 5.5429 4.5429C5.61902 4.46677 5.75497 4.37263 6.18871 4.31431C6.65122 4.25213 7.27893 4.25 8.25 4.25H10.8529C11.4052 4.25 11.8529 3.80229 11.8529 3.25C11.8529 2.69772 11.4052 2.25 10.8529 2.25L8.18417 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.383 3.71381C14.7464 2.30994 15.9878 1.25 17.5 1.25C18.2706 1.25 18.8951 1.4716 19.381 1.83969C19.8572 2.20049 20.1562 2.66823 20.345 3.09887C20.5105 3.47627 20.6003 3.84538 20.6506 4.13444C21.871 4.44643 22.75 5.58432 22.75 6.9C22.75 8.44807 21.5331 9.75 19.975 9.75H15.25C13.5677 9.75 12.25 8.3436 12.25 6.66667C12.25 5.29042 13.1351 4.09916 14.383 3.71381Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-laptop-issue{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.92221 1.83215C6.53387 1.74991 7.29769 1.74995 8.18417 1.75H15.8156C16.7021 1.74995 17.4659 1.74991 18.0775 1.83215C18.7331 1.92028 19.3614 2.11902 19.8711 2.62868C20.3807 3.13835 20.5795 3.7667 20.6676 4.42221C20.7498 5.03387 20.7498 5.79769 20.7498 6.68417L20.7498 14.25L20.7498 14.2913C20.7511 14.3426 20.7573 14.3679 20.7796 14.4141L20.7896 14.4338L21.1655 15.1653C21.8895 16.5014 22.3771 17.5653 22.6026 18.4487C22.8346 19.3577 22.8073 20.1495 22.413 20.8656C21.9723 21.6661 21.1848 21.9782 20.3015 22.1165C19.4479 22.2501 18.3095 22.25 16.913 22.25H16.913H16.913H11.9999H7.08676H7.08674H7.08672C5.69027 22.25 4.55188 22.2501 3.69825 22.1165C2.81497 21.9782 2.02749 21.6661 1.58675 20.8656C1.1925 20.1495 1.16515 19.3577 1.39719 18.4487C1.62267 17.5653 2.11021 16.5014 2.83421 15.1653L3.21015 14.4338L3.22019 14.4141C3.2425 14.3679 3.24862 14.3426 3.24991 14.2913L3.25 14.25L3.25 6.68417C3.24995 5.79769 3.24991 5.03387 3.33215 4.42221C3.42028 3.7667 3.61902 3.13835 4.12868 2.62868C4.63835 2.11902 5.2667 1.92028 5.92221 1.83215ZM5.25 6.75V13.15C5.25 13.4328 5.25 13.5743 5.33787 13.6621C5.42574 13.75 5.56716 13.75 5.85 13.75H11.9999H18.1497C18.4326 13.75 18.574 13.75 18.6619 13.6621C18.7497 13.5743 18.7497 13.4328 18.7497 13.15V6.75C18.7497 5.77892 18.7476 5.15121 18.6854 4.6887C18.6271 4.25496 18.533 4.11902 18.4569 4.04289C18.3807 3.96677 18.2448 3.87262 17.811 3.81431C17.3485 3.75212 16.7208 3.75 15.7497 3.75H8.25C7.27892 3.75 6.65121 3.75212 6.1887 3.81431C5.75496 3.87262 5.61902 3.96677 5.54289 4.04289C5.46677 4.11902 5.37262 4.25496 5.31431 4.6887C5.25212 5.15121 5.25 5.77892 5.25 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 6V8.00008C11 8.55237 11.4477 9.00008 12 9.00008C12.5523 9.00008 13 8.55237 13 8.00008V6C13 5.44771 12.5523 5 12 5C11.4477 5 11 5.44772 11 6ZM11 11C11 10.4477 11.4451 10 11.994 10H12.006C12.5549 10 13 10.4477 13 11C13 11.5523 12.5549 12 12.006 12H11.994C11.4451 12 11 11.5523 11 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.92221 1.83215C6.53387 1.74991 7.29769 1.74995 8.18417 1.75H15.8156C16.7021 1.74995 17.4659 1.74991 18.0775 1.83215C18.7331 1.92028 19.3614 2.11902 19.8711 2.62868C20.3807 3.13835 20.5795 3.7667 20.6676 4.42221C20.7498 5.03387 20.7498 5.79769 20.7498 6.68417L20.7498 14.25L20.7498 14.2913C20.7511 14.3426 20.7573 14.3679 20.7796 14.4141L20.7896 14.4338L21.1655 15.1653C21.8895 16.5014 22.3771 17.5653 22.6026 18.4487C22.8346 19.3577 22.8073 20.1495 22.413 20.8656C21.9723 21.6661 21.1848 21.9782 20.3015 22.1165C19.4479 22.2501 18.3095 22.25 16.913 22.25H16.913H16.913H11.9999H7.08676H7.08674H7.08672C5.69027 22.25 4.55188 22.2501 3.69825 22.1165C2.81497 21.9782 2.02749 21.6661 1.58675 20.8656C1.1925 20.1495 1.16515 19.3577 1.39719 18.4487C1.62267 17.5653 2.11021 16.5014 2.83421 15.1653L3.21015 14.4338L3.22019 14.4141C3.2425 14.3679 3.24862 14.3426 3.24991 14.2913L3.25 14.25L3.25 6.68417C3.24995 5.79769 3.24991 5.03387 3.33215 4.42221C3.42028 3.7667 3.61902 3.13835 4.12868 2.62868C4.63835 2.11902 5.2667 1.92028 5.92221 1.83215ZM5.25 6.75V13.15C5.25 13.4328 5.25 13.5743 5.33787 13.6621C5.42574 13.75 5.56716 13.75 5.85 13.75H11.9999H18.1497C18.4326 13.75 18.574 13.75 18.6619 13.6621C18.7497 13.5743 18.7497 13.4328 18.7497 13.15V6.75C18.7497 5.77892 18.7476 5.15121 18.6854 4.6887C18.6271 4.25496 18.533 4.11902 18.4569 4.04289C18.3807 3.96677 18.2448 3.87262 17.811 3.81431C17.3485 3.75212 16.7208 3.75 15.7497 3.75H8.25C7.27892 3.75 6.65121 3.75212 6.1887 3.81431C5.75496 3.87262 5.61902 3.96677 5.54289 4.04289C5.46677 4.11902 5.37262 4.25496 5.31431 4.6887C5.25212 5.15121 5.25 5.77892 5.25 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 6V8.00008C11 8.55237 11.4477 9.00008 12 9.00008C12.5523 9.00008 13 8.55237 13 8.00008V6C13 5.44771 12.5523 5 12 5C11.4477 5 11 5.44772 11 6ZM11 11C11 10.4477 11.4451 10 11.994 10H12.006C12.5549 10 13 10.4477 13 11C13 11.5523 12.5549 12 12.006 12H11.994C11.4451 12 11 11.5523 11 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-laptop-performance{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.92221 1.83215C6.53387 1.74991 7.29769 1.74995 8.18417 1.75H15.8156C16.7021 1.74995 17.4659 1.74991 18.0775 1.83215C18.7331 1.92028 19.3614 2.11902 19.8711 2.62868C20.3807 3.13835 20.5795 3.7667 20.6676 4.42221C20.7498 5.03387 20.7498 5.79769 20.7498 6.68417L20.7498 14.25L20.7498 14.2913C20.7511 14.3426 20.7573 14.3679 20.7796 14.4141L20.7896 14.4338L21.1655 15.1653C21.8895 16.5014 22.3771 17.5653 22.6026 18.4487C22.8346 19.3577 22.8073 20.1495 22.413 20.8656C21.9723 21.6661 21.1848 21.9782 20.3015 22.1165C19.4479 22.2501 18.3095 22.25 16.913 22.25H16.913H16.913H11.9999H7.08676H7.08674H7.08672C5.69027 22.25 4.55188 22.2501 3.69825 22.1165C2.81497 21.9782 2.02749 21.6661 1.58675 20.8656C1.1925 20.1495 1.16515 19.3577 1.39719 18.4487C1.62267 17.5653 2.11021 16.5014 2.83421 15.1653L3.21015 14.4338L3.22019 14.4141C3.2425 14.3679 3.24862 14.3426 3.24991 14.2913L3.25 14.25L3.25 6.68417C3.24995 5.79769 3.24991 5.03387 3.33215 4.42221C3.42028 3.7667 3.61902 3.13835 4.12868 2.62868C4.63835 2.11902 5.2667 1.92028 5.92221 1.83215ZM5.25 6.75V13.15C5.25 13.4328 5.25 13.5743 5.33787 13.6621C5.42574 13.75 5.56716 13.75 5.85 13.75H11.9999H18.1497C18.4326 13.75 18.574 13.75 18.6619 13.6621C18.7497 13.5743 18.7497 13.4328 18.7497 13.15V6.75C18.7497 5.77892 18.7476 5.15121 18.6854 4.6887C18.6271 4.25496 18.533 4.11902 18.4569 4.04289C18.3807 3.96677 18.2448 3.87262 17.811 3.81431C17.3485 3.75212 16.7208 3.75 15.7497 3.75H8.25C7.27892 3.75 6.65121 3.75212 6.1887 3.81431C5.75496 3.87262 5.61902 3.96677 5.54289 4.04289C5.46677 4.11902 5.37262 4.25496 5.31431 4.6887C5.25212 5.15121 5.25 5.77892 5.25 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.3418 6.47668L14.5611 6.98781C14.7058 7.32533 14.7788 7.4905 14.8443 7.60096C14.865 7.61921 14.9316 7.65748 15.0331 7.66449C15.2228 7.68179 15.4793 7.68276 15.9108 7.68276H16C16.5523 7.68276 17 8.13047 17 8.68276C17 9.23504 16.5523 9.68276 16 9.68276L15.8719 9.68276C15.4923 9.68279 15.143 9.68282 14.8514 9.65622C14.535 9.62736 14.1931 9.56115 13.8615 9.37106C13.547 9.19077 13.3339 8.95234 13.1724 8.69962L12.4589 10.9952C12.4063 11.1651 12.3372 11.3883 12.2522 11.5636C12.1712 11.7307 11.8828 12.2599 11.217 12.2881C10.5692 12.3156 10.2328 11.8354 10.1355 11.684C10.0305 11.5206 9.93419 11.3081 9.85916 11.1425L9.50557 10.3642C9.356 10.035 9.28061 9.87359 9.21373 9.76556C9.1805 9.70804 9.07307 9.69821 9.02351 9.70049C8.83724 9.6837 8.58566 9.68276 8.16179 9.68276H8C7.44772 9.68276 7 9.23504 7 8.68276C7 8.13047 7.44772 7.68276 8 7.68276L8.20014 7.68275H8.20015C8.57284 7.68272 8.91604 7.6827 9.20306 7.70857C9.51479 7.73667 9.8511 7.80106 10.1787 7.98533C10.5209 8.17777 10.7448 8.43911 10.9143 8.71285C10.9497 8.77004 10.9842 8.83039 11.0179 8.89294L11.7308 6.59935L11.7308 6.59933C11.7852 6.42378 11.8553 6.19728 11.9408 6.02009C12.0187 5.85848 12.309 5.31363 12.9868 5.28984C13.6491 5.26659 13.9812 5.76991 14.0726 5.91935C14.175 6.08686 14.2683 6.30473 14.3418 6.47667L14.3418 6.47668Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.92221 1.83215C6.53387 1.74991 7.29769 1.74995 8.18417 1.75H15.8156C16.7021 1.74995 17.4659 1.74991 18.0775 1.83215C18.7331 1.92028 19.3614 2.11902 19.8711 2.62868C20.3807 3.13835 20.5795 3.7667 20.6676 4.42221C20.7498 5.03387 20.7498 5.79769 20.7498 6.68417L20.7498 14.25L20.7498 14.2913C20.7511 14.3426 20.7573 14.3679 20.7796 14.4141L20.7896 14.4338L21.1655 15.1653C21.8895 16.5014 22.3771 17.5653 22.6026 18.4487C22.8346 19.3577 22.8073 20.1495 22.413 20.8656C21.9723 21.6661 21.1848 21.9782 20.3015 22.1165C19.4479 22.2501 18.3095 22.25 16.913 22.25H16.913H16.913H11.9999H7.08676H7.08674H7.08672C5.69027 22.25 4.55188 22.2501 3.69825 22.1165C2.81497 21.9782 2.02749 21.6661 1.58675 20.8656C1.1925 20.1495 1.16515 19.3577 1.39719 18.4487C1.62267 17.5653 2.11021 16.5014 2.83421 15.1653L3.21015 14.4338L3.22019 14.4141C3.2425 14.3679 3.24862 14.3426 3.24991 14.2913L3.25 14.25L3.25 6.68417C3.24995 5.79769 3.24991 5.03387 3.33215 4.42221C3.42028 3.7667 3.61902 3.13835 4.12868 2.62868C4.63835 2.11902 5.2667 1.92028 5.92221 1.83215ZM5.25 6.75V13.15C5.25 13.4328 5.25 13.5743 5.33787 13.6621C5.42574 13.75 5.56716 13.75 5.85 13.75H11.9999H18.1497C18.4326 13.75 18.574 13.75 18.6619 13.6621C18.7497 13.5743 18.7497 13.4328 18.7497 13.15V6.75C18.7497 5.77892 18.7476 5.15121 18.6854 4.6887C18.6271 4.25496 18.533 4.11902 18.4569 4.04289C18.3807 3.96677 18.2448 3.87262 17.811 3.81431C17.3485 3.75212 16.7208 3.75 15.7497 3.75H8.25C7.27892 3.75 6.65121 3.75212 6.1887 3.81431C5.75496 3.87262 5.61902 3.96677 5.54289 4.04289C5.46677 4.11902 5.37262 4.25496 5.31431 4.6887C5.25212 5.15121 5.25 5.77892 5.25 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.3418 6.47668L14.5611 6.98781C14.7058 7.32533 14.7788 7.4905 14.8443 7.60096C14.865 7.61921 14.9316 7.65748 15.0331 7.66449C15.2228 7.68179 15.4793 7.68276 15.9108 7.68276H16C16.5523 7.68276 17 8.13047 17 8.68276C17 9.23504 16.5523 9.68276 16 9.68276L15.8719 9.68276C15.4923 9.68279 15.143 9.68282 14.8514 9.65622C14.535 9.62736 14.1931 9.56115 13.8615 9.37106C13.547 9.19077 13.3339 8.95234 13.1724 8.69962L12.4589 10.9952C12.4063 11.1651 12.3372 11.3883 12.2522 11.5636C12.1712 11.7307 11.8828 12.2599 11.217 12.2881C10.5692 12.3156 10.2328 11.8354 10.1355 11.684C10.0305 11.5206 9.93419 11.3081 9.85916 11.1425L9.50557 10.3642C9.356 10.035 9.28061 9.87359 9.21373 9.76556C9.1805 9.70804 9.07307 9.69821 9.02351 9.70049C8.83724 9.6837 8.58566 9.68276 8.16179 9.68276H8C7.44772 9.68276 7 9.23504 7 8.68276C7 8.13047 7.44772 7.68276 8 7.68276L8.20014 7.68275H8.20015C8.57284 7.68272 8.91604 7.6827 9.20306 7.70857C9.51479 7.73667 9.8511 7.80106 10.1787 7.98533C10.5209 8.17777 10.7448 8.43911 10.9143 8.71285C10.9497 8.77004 10.9842 8.83039 11.0179 8.89294L11.7308 6.59935L11.7308 6.59933C11.7852 6.42378 11.8553 6.19728 11.9408 6.02009C12.0187 5.85848 12.309 5.31363 12.9868 5.28984C13.6491 5.26659 13.9812 5.76991 14.0726 5.91935C14.175 6.08686 14.2683 6.30473 14.3418 6.47667L14.3418 6.47668Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-laptop-phone-sync-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.948 1.25H18.052H18.0521H18.0521C18.9505 1.24997 19.6997 1.24995 20.2945 1.32992C20.9223 1.41432 21.4891 1.59999 21.9445 2.05546C22.4 2.51093 22.5857 3.07773 22.6701 3.70553C22.7501 4.3003 22.75 5.04954 22.75 5.94801V8.05208C22.75 8.95053 22.7501 9.69972 22.6701 10.2945C22.5857 10.9223 22.4 11.4891 21.9445 11.9445C21.4891 12.4 20.9223 12.5857 20.2945 12.6701C19.6997 12.7501 18.9505 12.75 18.052 12.75H17.948C17.0495 12.75 16.3003 12.7501 15.7055 12.6701C15.0777 12.5857 14.5109 12.4 14.0555 11.9445C13.6 11.4891 13.4143 10.9223 13.3299 10.2945C13.25 9.69973 13.25 8.95049 13.25 8.05206V8.05203V8.052V5.94794V5.94791V5.94789C13.25 5.04946 13.25 4.30028 13.3299 3.70553C13.4143 3.07773 13.6 2.51093 14.0555 2.05546C14.5109 1.59999 15.0777 1.41432 15.7055 1.32992C16.3003 1.24995 17.0495 1.24997 17.948 1.25H17.948H17.948ZM17 9C17 8.44772 17.4457 8 17.9955 8H18.0045C18.5543 8 19 8.44772 19 9C19 9.55229 18.5543 10 18.0045 10H17.9955C17.4457 10 17 9.55229 17 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.18417 2.25C7.29769 2.24995 6.53387 2.24991 5.92221 2.33215C5.2667 2.42028 4.63835 2.61902 4.12868 3.12868C3.61902 3.63835 3.42028 4.2667 3.33215 4.92221C3.24991 5.53387 3.24995 6.29769 3.25 7.18417L3.25 14.75L3.24991 14.7913C3.24862 14.8426 3.2425 14.8679 3.22019 14.9141L3.21015 14.9338L2.83421 15.6653C2.11021 17.0014 1.62267 18.0653 1.39719 18.9487C1.16515 19.8577 1.1925 20.6495 1.58675 21.3656C2.02749 22.1661 2.81497 22.4782 3.69825 22.6165C4.55189 22.7501 5.69028 22.75 7.08676 22.75H16.913C18.3095 22.75 19.4479 22.7501 20.3015 22.6165C21.1848 22.4782 21.9723 22.1661 22.413 21.3656C22.8073 20.6495 22.8346 19.8576 22.6025 18.9486C22.3766 18.0637 21.8877 16.9975 21.1615 15.658L20.8047 14.9999C20.7881 14.9692 20.7798 14.9538 20.7744 14.9413C20.7586 14.9045 20.7549 14.8899 20.7512 14.85C20.75 14.8364 20.75 14.8076 20.75 14.75C20.75 14.5631 20.75 14.4696 20.7098 14.4C20.6835 14.3544 20.6456 14.3165 20.6 14.2902C20.5304 14.25 20.4369 14.25 20.25 14.25H5.85C5.56716 14.25 5.42574 14.25 5.33787 14.1621C5.25 14.0743 5.25 13.9328 5.25 13.65V7.25C5.25 6.27893 5.25213 5.65122 5.31431 5.18871C5.37263 4.75497 5.46677 4.61902 5.5429 4.5429C5.61902 4.46677 5.75497 4.37263 6.18871 4.31431C6.65122 4.25213 7.27893 4.25 8.25 4.25H11C11.5523 4.25 12 3.80229 12 3.25C12 2.69772 11.5523 2.25 11 2.25L8.18417 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.948 1.25H18.052H18.0521H18.0521C18.9505 1.24997 19.6997 1.24995 20.2945 1.32992C20.9223 1.41432 21.4891 1.59999 21.9445 2.05546C22.4 2.51093 22.5857 3.07773 22.6701 3.70553C22.7501 4.3003 22.75 5.04954 22.75 5.94801V8.05208C22.75 8.95053 22.7501 9.69972 22.6701 10.2945C22.5857 10.9223 22.4 11.4891 21.9445 11.9445C21.4891 12.4 20.9223 12.5857 20.2945 12.6701C19.6997 12.7501 18.9505 12.75 18.052 12.75H17.948C17.0495 12.75 16.3003 12.7501 15.7055 12.6701C15.0777 12.5857 14.5109 12.4 14.0555 11.9445C13.6 11.4891 13.4143 10.9223 13.3299 10.2945C13.25 9.69973 13.25 8.95049 13.25 8.05206V8.05203V8.052V5.94794V5.94791V5.94789C13.25 5.04946 13.25 4.30028 13.3299 3.70553C13.4143 3.07773 13.6 2.51093 14.0555 2.05546C14.5109 1.59999 15.0777 1.41432 15.7055 1.32992C16.3003 1.24995 17.0495 1.24997 17.948 1.25H17.948H17.948ZM17 9C17 8.44772 17.4457 8 17.9955 8H18.0045C18.5543 8 19 8.44772 19 9C19 9.55229 18.5543 10 18.0045 10H17.9955C17.4457 10 17 9.55229 17 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.18417 2.25C7.29769 2.24995 6.53387 2.24991 5.92221 2.33215C5.2667 2.42028 4.63835 2.61902 4.12868 3.12868C3.61902 3.63835 3.42028 4.2667 3.33215 4.92221C3.24991 5.53387 3.24995 6.29769 3.25 7.18417L3.25 14.75L3.24991 14.7913C3.24862 14.8426 3.2425 14.8679 3.22019 14.9141L3.21015 14.9338L2.83421 15.6653C2.11021 17.0014 1.62267 18.0653 1.39719 18.9487C1.16515 19.8577 1.1925 20.6495 1.58675 21.3656C2.02749 22.1661 2.81497 22.4782 3.69825 22.6165C4.55189 22.7501 5.69028 22.75 7.08676 22.75H16.913C18.3095 22.75 19.4479 22.7501 20.3015 22.6165C21.1848 22.4782 21.9723 22.1661 22.413 21.3656C22.8073 20.6495 22.8346 19.8576 22.6025 18.9486C22.3766 18.0637 21.8877 16.9975 21.1615 15.658L20.8047 14.9999C20.7881 14.9692 20.7798 14.9538 20.7744 14.9413C20.7586 14.9045 20.7549 14.8899 20.7512 14.85C20.75 14.8364 20.75 14.8076 20.75 14.75C20.75 14.5631 20.75 14.4696 20.7098 14.4C20.6835 14.3544 20.6456 14.3165 20.6 14.2902C20.5304 14.25 20.4369 14.25 20.25 14.25H5.85C5.56716 14.25 5.42574 14.25 5.33787 14.1621C5.25 14.0743 5.25 13.9328 5.25 13.65V7.25C5.25 6.27893 5.25213 5.65122 5.31431 5.18871C5.37263 4.75497 5.46677 4.61902 5.5429 4.5429C5.61902 4.46677 5.75497 4.37263 6.18871 4.31431C6.65122 4.25213 7.27893 4.25 8.25 4.25H11C11.5523 4.25 12 3.80229 12 3.25C12 2.69772 11.5523 2.25 11 2.25L8.18417 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-laptop-phone-sync{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.18417 2.25C7.29769 2.24995 6.53387 2.24991 5.92221 2.33215C5.2667 2.42028 4.63835 2.61902 4.12868 3.12868C3.61902 3.63835 3.42028 4.2667 3.33215 4.92221C3.24991 5.53387 3.24995 6.29769 3.25 7.18417L3.25 14.75L3.24991 14.7913C3.24862 14.8426 3.2425 14.8679 3.22019 14.9141L3.21015 14.9338L2.83421 15.6653C2.11021 17.0014 1.62267 18.0653 1.39719 18.9487C1.16515 19.8577 1.1925 20.6495 1.58675 21.3656C2.02749 22.1661 2.81497 22.4782 3.69825 22.6165C4.55189 22.7501 5.69027 22.75 7.08676 22.75H16.913C18.3095 22.75 19.4479 22.7501 20.3015 22.6165C21.1848 22.4782 21.9723 22.1661 22.413 21.3656C22.8073 20.6495 22.8346 19.8576 22.6025 18.9486C22.3766 18.0637 21.8877 16.9975 21.1615 15.658L20.8047 14.9999C20.7881 14.9692 20.7798 14.9538 20.7744 14.9413C20.7586 14.9045 20.7549 14.8899 20.7512 14.85C20.75 14.8364 20.75 14.8076 20.75 14.75V11.75C20.75 11.1977 20.3023 10.75 19.75 10.75C19.1977 10.75 18.75 11.1977 18.75 11.75V13.65C18.75 13.9328 18.75 14.0743 18.6621 14.1621C18.5743 14.25 18.4328 14.25 18.15 14.25H5.85C5.56716 14.25 5.42574 14.25 5.33787 14.1621C5.25 14.0743 5.25 13.9328 5.25 13.65V7.25C5.25 6.27893 5.25213 5.65122 5.31431 5.18871C5.37263 4.75497 5.46677 4.61902 5.5429 4.5429C5.61902 4.46677 5.75497 4.37263 6.18871 4.31431C6.65122 4.25213 7.27893 4.25 8.25 4.25H9.25C9.80229 4.25 10.25 3.80229 10.25 3.25C10.25 2.69772 9.80229 2.25 9.25 2.25L8.18417 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0457 1.25H15.4543C14.6683 1.24998 14.0127 1.24996 13.4922 1.3112C12.9491 1.37509 12.4394 1.51594 12.0187 1.88406C11.5836 2.2648 11.4027 2.74838 11.3228 3.2684C11.2499 3.74266 11.25 4.33285 11.25 5.00767V5.99233C11.25 6.66715 11.2499 7.25734 11.3228 7.7316C11.4027 8.25163 11.5836 8.73521 12.0187 9.11594C12.4394 9.48407 12.9491 9.62492 13.4922 9.68881C14.0127 9.75005 14.6683 9.75003 15.4543 9.75H16.0457C16.8317 9.75003 17.4873 9.75005 18.0079 9.68881C18.5509 9.62492 19.0606 9.48407 19.4813 9.11594C19.7899 8.84597 19.9706 8.52429 20.0781 8.17458C20.211 8.26012 20.337 8.33562 20.4558 8.39841C20.8266 8.59444 21.3357 8.7817 21.8734 8.54848C22.4417 8.30198 22.6203 7.77506 22.6873 7.36029C22.7502 6.97117 22.7502 6.46155 22.7501 5.90184V5.09823C22.7502 4.53852 22.7502 4.02889 22.6873 3.63976C22.6203 3.225 22.4417 2.69808 21.8734 2.45158C21.3357 2.21836 20.8266 2.40562 20.4558 2.60165C20.337 2.66444 20.211 2.73994 20.0781 2.82547C19.9706 2.47574 19.7899 2.15404 19.4813 1.88406C19.0606 1.51594 18.5509 1.37509 18.0079 1.3112C17.4873 1.24996 16.8317 1.24998 16.0457 1.25ZM20.249 4.53104C20.25 4.68462 20.25 4.84365 20.25 5.00768V5.99233C20.25 6.15638 20.25 6.31542 20.249 6.46902C20.6585 6.7631 20.9381 6.9567 21.1568 7.07229C21.176 7.08246 21.1937 7.09142 21.2099 7.09932C21.2478 6.84477 21.2501 6.46376 21.2501 5.84212V5.15794C21.2501 4.5363 21.2478 4.15528 21.2099 3.90074C21.1937 3.90863 21.176 3.9176 21.1568 3.92777C20.9381 4.04336 20.6585 4.23696 20.249 4.53104Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.18417 2.25C7.29769 2.24995 6.53387 2.24991 5.92221 2.33215C5.2667 2.42028 4.63835 2.61902 4.12868 3.12868C3.61902 3.63835 3.42028 4.2667 3.33215 4.92221C3.24991 5.53387 3.24995 6.29769 3.25 7.18417L3.25 14.75L3.24991 14.7913C3.24862 14.8426 3.2425 14.8679 3.22019 14.9141L3.21015 14.9338L2.83421 15.6653C2.11021 17.0014 1.62267 18.0653 1.39719 18.9487C1.16515 19.8577 1.1925 20.6495 1.58675 21.3656C2.02749 22.1661 2.81497 22.4782 3.69825 22.6165C4.55189 22.7501 5.69027 22.75 7.08676 22.75H16.913C18.3095 22.75 19.4479 22.7501 20.3015 22.6165C21.1848 22.4782 21.9723 22.1661 22.413 21.3656C22.8073 20.6495 22.8346 19.8576 22.6025 18.9486C22.3766 18.0637 21.8877 16.9975 21.1615 15.658L20.8047 14.9999C20.7881 14.9692 20.7798 14.9538 20.7744 14.9413C20.7586 14.9045 20.7549 14.8899 20.7512 14.85C20.75 14.8364 20.75 14.8076 20.75 14.75V11.75C20.75 11.1977 20.3023 10.75 19.75 10.75C19.1977 10.75 18.75 11.1977 18.75 11.75V13.65C18.75 13.9328 18.75 14.0743 18.6621 14.1621C18.5743 14.25 18.4328 14.25 18.15 14.25H5.85C5.56716 14.25 5.42574 14.25 5.33787 14.1621C5.25 14.0743 5.25 13.9328 5.25 13.65V7.25C5.25 6.27893 5.25213 5.65122 5.31431 5.18871C5.37263 4.75497 5.46677 4.61902 5.5429 4.5429C5.61902 4.46677 5.75497 4.37263 6.18871 4.31431C6.65122 4.25213 7.27893 4.25 8.25 4.25H9.25C9.80229 4.25 10.25 3.80229 10.25 3.25C10.25 2.69772 9.80229 2.25 9.25 2.25L8.18417 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0457 1.25H15.4543C14.6683 1.24998 14.0127 1.24996 13.4922 1.3112C12.9491 1.37509 12.4394 1.51594 12.0187 1.88406C11.5836 2.2648 11.4027 2.74838 11.3228 3.2684C11.2499 3.74266 11.25 4.33285 11.25 5.00767V5.99233C11.25 6.66715 11.2499 7.25734 11.3228 7.7316C11.4027 8.25163 11.5836 8.73521 12.0187 9.11594C12.4394 9.48407 12.9491 9.62492 13.4922 9.68881C14.0127 9.75005 14.6683 9.75003 15.4543 9.75H16.0457C16.8317 9.75003 17.4873 9.75005 18.0079 9.68881C18.5509 9.62492 19.0606 9.48407 19.4813 9.11594C19.7899 8.84597 19.9706 8.52429 20.0781 8.17458C20.211 8.26012 20.337 8.33562 20.4558 8.39841C20.8266 8.59444 21.3357 8.7817 21.8734 8.54848C22.4417 8.30198 22.6203 7.77506 22.6873 7.36029C22.7502 6.97117 22.7502 6.46155 22.7501 5.90184V5.09823C22.7502 4.53852 22.7502 4.02889 22.6873 3.63976C22.6203 3.225 22.4417 2.69808 21.8734 2.45158C21.3357 2.21836 20.8266 2.40562 20.4558 2.60165C20.337 2.66444 20.211 2.73994 20.0781 2.82547C19.9706 2.47574 19.7899 2.15404 19.4813 1.88406C19.0606 1.51594 18.5509 1.37509 18.0079 1.3112C17.4873 1.24996 16.8317 1.24998 16.0457 1.25ZM20.249 4.53104C20.25 4.68462 20.25 4.84365 20.25 5.00768V5.99233C20.25 6.15638 20.25 6.31542 20.249 6.46902C20.6585 6.7631 20.9381 6.9567 21.1568 7.07229C21.176 7.08246 21.1937 7.09142 21.2099 7.09932C21.2478 6.84477 21.2501 6.46376 21.2501 5.84212V5.15794C21.2501 4.5363 21.2478 4.15528 21.2099 3.90074C21.1937 3.90863 21.176 3.9176 21.1568 3.92777C20.9381 4.04336 20.6585 4.23696 20.249 4.53104Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-laptop-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4571 1.54292C21.8476 1.93345 21.8476 2.56662 21.4571 2.95713L18.664 5.75L21.4571 8.54287C21.8476 8.93338 21.8476 9.56655 21.4571 9.95708C21.0666 10.3476 20.4335 10.3476 20.0429 9.95713L17.2498 7.16417L14.4571 9.95667C14.0665 10.3472 13.4334 10.3472 13.0429 9.95662C12.6524 9.56609 12.6524 8.93292 13.0429 8.54241L15.8355 5.75L13.0429 2.95759C12.6524 2.56708 12.6524 1.93391 13.0429 1.54338C13.4334 1.15284 14.0665 1.15282 14.4571 1.54333L17.2498 4.33583L20.0429 1.54287C20.4335 1.15236 21.0666 1.15238 21.4571 1.54292Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.18417 2.25C7.29769 2.24995 6.53387 2.24991 5.92221 2.33215C5.2667 2.42028 4.63835 2.61902 4.12868 3.12868C3.61902 3.63835 3.42028 4.2667 3.33215 4.92221C3.24991 5.53387 3.24995 6.29769 3.25 7.18417L3.25 14.75L3.24991 14.7913C3.24862 14.8426 3.2425 14.8679 3.22019 14.9141L3.21015 14.9338L2.83421 15.6653C2.11021 17.0014 1.62267 18.0653 1.39719 18.9487C1.16515 19.8577 1.1925 20.6495 1.58675 21.3656C2.02749 22.1661 2.81497 22.4782 3.69825 22.6165C4.55189 22.7501 5.69027 22.75 7.08676 22.75H16.913C18.3095 22.75 19.4479 22.7501 20.3015 22.6165C21.1848 22.4782 21.9723 22.1661 22.413 21.3656C22.8073 20.6495 22.8346 19.8576 22.6025 18.9486C22.3766 18.0637 21.8877 16.9975 21.1615 15.658L20.8047 14.9999C20.7881 14.9692 20.7798 14.9538 20.7744 14.9413C20.7586 14.9045 20.7549 14.8899 20.7512 14.85C20.75 14.8364 20.75 14.8076 20.75 14.75V12.75C20.75 12.1977 20.3023 11.75 19.75 11.75C19.1977 11.75 18.75 12.1977 18.75 12.75V13.65C18.75 13.9328 18.75 14.0743 18.6621 14.1621C18.5743 14.25 18.4328 14.25 18.15 14.25H5.85C5.56716 14.25 5.42574 14.25 5.33787 14.1621C5.25 14.0743 5.25 13.9328 5.25 13.65V7.25C5.25 6.27893 5.25213 5.65122 5.31431 5.18871C5.37263 4.75497 5.46677 4.61902 5.5429 4.5429C5.61902 4.46677 5.75497 4.37263 6.18871 4.31431C6.65122 4.25213 7.27893 4.25 8.25 4.25H10.373C10.9253 4.25 11.373 3.80229 11.373 3.25C11.373 2.69772 10.9253 2.25 10.373 2.25L8.18417 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4571 1.54292C21.8476 1.93345 21.8476 2.56662 21.4571 2.95713L18.664 5.75L21.4571 8.54287C21.8476 8.93338 21.8476 9.56655 21.4571 9.95708C21.0666 10.3476 20.4335 10.3476 20.0429 9.95713L17.2498 7.16417L14.4571 9.95667C14.0665 10.3472 13.4334 10.3472 13.0429 9.95662C12.6524 9.56609 12.6524 8.93292 13.0429 8.54241L15.8355 5.75L13.0429 2.95759C12.6524 2.56708 12.6524 1.93391 13.0429 1.54338C13.4334 1.15284 14.0665 1.15282 14.4571 1.54333L17.2498 4.33583L20.0429 1.54287C20.4335 1.15236 21.0666 1.15238 21.4571 1.54292Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.18417 2.25C7.29769 2.24995 6.53387 2.24991 5.92221 2.33215C5.2667 2.42028 4.63835 2.61902 4.12868 3.12868C3.61902 3.63835 3.42028 4.2667 3.33215 4.92221C3.24991 5.53387 3.24995 6.29769 3.25 7.18417L3.25 14.75L3.24991 14.7913C3.24862 14.8426 3.2425 14.8679 3.22019 14.9141L3.21015 14.9338L2.83421 15.6653C2.11021 17.0014 1.62267 18.0653 1.39719 18.9487C1.16515 19.8577 1.1925 20.6495 1.58675 21.3656C2.02749 22.1661 2.81497 22.4782 3.69825 22.6165C4.55189 22.7501 5.69027 22.75 7.08676 22.75H16.913C18.3095 22.75 19.4479 22.7501 20.3015 22.6165C21.1848 22.4782 21.9723 22.1661 22.413 21.3656C22.8073 20.6495 22.8346 19.8576 22.6025 18.9486C22.3766 18.0637 21.8877 16.9975 21.1615 15.658L20.8047 14.9999C20.7881 14.9692 20.7798 14.9538 20.7744 14.9413C20.7586 14.9045 20.7549 14.8899 20.7512 14.85C20.75 14.8364 20.75 14.8076 20.75 14.75V12.75C20.75 12.1977 20.3023 11.75 19.75 11.75C19.1977 11.75 18.75 12.1977 18.75 12.75V13.65C18.75 13.9328 18.75 14.0743 18.6621 14.1621C18.5743 14.25 18.4328 14.25 18.15 14.25H5.85C5.56716 14.25 5.42574 14.25 5.33787 14.1621C5.25 14.0743 5.25 13.9328 5.25 13.65V7.25C5.25 6.27893 5.25213 5.65122 5.31431 5.18871C5.37263 4.75497 5.46677 4.61902 5.5429 4.5429C5.61902 4.46677 5.75497 4.37263 6.18871 4.31431C6.65122 4.25213 7.27893 4.25 8.25 4.25H10.373C10.9253 4.25 11.373 3.80229 11.373 3.25C11.373 2.69772 10.9253 2.25 10.373 2.25L8.18417 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-laptop-setting{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2501 1.25C17.8024 1.25 18.2501 1.69772 18.2501 2.25V2.51987C18.8494 2.67537 19.3936 2.96738 19.8451 3.36095L20.2033 3.12703C20.6657 2.82503 21.2854 2.95507 21.5874 3.41748C21.8894 3.87988 21.7593 4.49955 21.2969 4.80154L20.963 5.01962C21.095 5.40613 21.1668 5.82007 21.1668 6.25C21.1668 6.68001 21.095 7.09402 20.9629 7.48058L21.2966 7.69846C21.759 8.00045 21.889 8.62012 21.587 9.08252C21.285 9.54493 20.6653 9.67496 20.2029 9.37297L19.845 9.13919C19.3934 9.53268 18.8494 9.82465 18.2501 9.98013V10.25C18.2501 10.8023 17.8024 11.25 17.2501 11.25C16.6978 11.25 16.2501 10.8023 16.2501 10.25V9.98013C15.6509 9.82465 15.1068 9.53268 14.6553 9.13919L14.2973 9.37297C13.8349 9.67496 13.2152 9.54493 12.9132 9.08252C12.6112 8.62012 12.7413 8.00045 13.2037 7.69846L13.5373 7.48058C13.4052 7.09402 13.3334 6.68001 13.3334 6.25C13.3334 5.82007 13.4052 5.40613 13.5372 5.01962L13.2033 4.80154C12.7409 4.49955 12.6109 3.87988 12.9129 3.41748C13.2149 2.95507 13.8345 2.82503 14.2969 3.12703L14.6551 3.36095C15.1067 2.96738 15.6508 2.67537 16.2501 2.51987V2.25C16.2501 1.69772 16.6978 1.25 17.2501 1.25ZM17.2501 4.39286C16.5767 4.39286 15.9906 4.72769 15.6492 5.22838C15.4489 5.52221 15.3334 5.87219 15.3334 6.25C15.3334 6.62786 15.4489 6.97787 15.6493 7.27173C15.9907 7.77235 16.5768 8.10714 17.2501 8.10714C17.9235 8.10714 18.5095 7.77235 18.8509 7.27173C19.0513 6.97787 19.1668 6.62786 19.1668 6.25C19.1668 5.87219 19.0514 5.52221 18.851 5.22838C18.5096 4.7277 17.9235 4.39286 17.2501 4.39286Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.18417 2.25C7.29769 2.24995 6.53387 2.24991 5.92221 2.33215C5.2667 2.42028 4.63835 2.61902 4.12868 3.12868C3.61902 3.63835 3.42028 4.2667 3.33215 4.92221C3.24991 5.53387 3.24995 6.29769 3.25 7.18417L3.25 14.75L3.24991 14.7913C3.24862 14.8426 3.2425 14.8679 3.22019 14.9141L3.21015 14.9338L2.83421 15.6653C2.11021 17.0014 1.62267 18.0653 1.39719 18.9487C1.16515 19.8577 1.1925 20.6495 1.58675 21.3656C2.02749 22.1661 2.81497 22.4782 3.69825 22.6165C4.55189 22.7501 5.69027 22.75 7.08676 22.75H16.913C18.3095 22.75 19.4479 22.7501 20.3015 22.6165C21.1848 22.4782 21.9723 22.1661 22.413 21.3656C22.8073 20.6495 22.8346 19.8576 22.6025 18.9486C22.3766 18.0637 21.8877 16.9975 21.1615 15.658L20.8047 14.9999C20.7881 14.9692 20.7798 14.9538 20.7744 14.9413C20.7586 14.9045 20.7549 14.8899 20.7512 14.85C20.75 14.8364 20.75 14.8076 20.75 14.75V12.75C20.75 12.1977 20.3023 11.75 19.75 11.75C19.1977 11.75 18.75 12.1977 18.75 12.75V13.65C18.75 13.9328 18.75 14.0743 18.6621 14.1621C18.5743 14.25 18.4328 14.25 18.15 14.25H5.85C5.56716 14.25 5.42574 14.25 5.33787 14.1621C5.25 14.0743 5.25 13.9328 5.25 13.65V7.25C5.25 6.27893 5.25213 5.65122 5.31431 5.18871C5.37263 4.75497 5.46677 4.61902 5.5429 4.5429C5.61902 4.46677 5.75497 4.37263 6.18871 4.31431C6.65122 4.25213 7.27893 4.25 8.25 4.25H10.373C10.9253 4.25 11.373 3.80229 11.373 3.25C11.373 2.69772 10.9253 2.25 10.373 2.25L8.18417 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2501 1.25C17.8024 1.25 18.2501 1.69772 18.2501 2.25V2.51987C18.8494 2.67537 19.3936 2.96738 19.8451 3.36095L20.2033 3.12703C20.6657 2.82503 21.2854 2.95507 21.5874 3.41748C21.8894 3.87988 21.7593 4.49955 21.2969 4.80154L20.963 5.01962C21.095 5.40613 21.1668 5.82007 21.1668 6.25C21.1668 6.68001 21.095 7.09402 20.9629 7.48058L21.2966 7.69846C21.759 8.00045 21.889 8.62012 21.587 9.08252C21.285 9.54493 20.6653 9.67496 20.2029 9.37297L19.845 9.13919C19.3934 9.53268 18.8494 9.82465 18.2501 9.98013V10.25C18.2501 10.8023 17.8024 11.25 17.2501 11.25C16.6978 11.25 16.2501 10.8023 16.2501 10.25V9.98013C15.6509 9.82465 15.1068 9.53268 14.6553 9.13919L14.2973 9.37297C13.8349 9.67496 13.2152 9.54493 12.9132 9.08252C12.6112 8.62012 12.7413 8.00045 13.2037 7.69846L13.5373 7.48058C13.4052 7.09402 13.3334 6.68001 13.3334 6.25C13.3334 5.82007 13.4052 5.40613 13.5372 5.01962L13.2033 4.80154C12.7409 4.49955 12.6109 3.87988 12.9129 3.41748C13.2149 2.95507 13.8345 2.82503 14.2969 3.12703L14.6551 3.36095C15.1067 2.96738 15.6508 2.67537 16.2501 2.51987V2.25C16.2501 1.69772 16.6978 1.25 17.2501 1.25ZM17.2501 4.39286C16.5767 4.39286 15.9906 4.72769 15.6492 5.22838C15.4489 5.52221 15.3334 5.87219 15.3334 6.25C15.3334 6.62786 15.4489 6.97787 15.6493 7.27173C15.9907 7.77235 16.5768 8.10714 17.2501 8.10714C17.9235 8.10714 18.5095 7.77235 18.8509 7.27173C19.0513 6.97787 19.1668 6.62786 19.1668 6.25C19.1668 5.87219 19.0514 5.52221 18.851 5.22838C18.5096 4.7277 17.9235 4.39286 17.2501 4.39286Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.18417 2.25C7.29769 2.24995 6.53387 2.24991 5.92221 2.33215C5.2667 2.42028 4.63835 2.61902 4.12868 3.12868C3.61902 3.63835 3.42028 4.2667 3.33215 4.92221C3.24991 5.53387 3.24995 6.29769 3.25 7.18417L3.25 14.75L3.24991 14.7913C3.24862 14.8426 3.2425 14.8679 3.22019 14.9141L3.21015 14.9338L2.83421 15.6653C2.11021 17.0014 1.62267 18.0653 1.39719 18.9487C1.16515 19.8577 1.1925 20.6495 1.58675 21.3656C2.02749 22.1661 2.81497 22.4782 3.69825 22.6165C4.55189 22.7501 5.69027 22.75 7.08676 22.75H16.913C18.3095 22.75 19.4479 22.7501 20.3015 22.6165C21.1848 22.4782 21.9723 22.1661 22.413 21.3656C22.8073 20.6495 22.8346 19.8576 22.6025 18.9486C22.3766 18.0637 21.8877 16.9975 21.1615 15.658L20.8047 14.9999C20.7881 14.9692 20.7798 14.9538 20.7744 14.9413C20.7586 14.9045 20.7549 14.8899 20.7512 14.85C20.75 14.8364 20.75 14.8076 20.75 14.75V12.75C20.75 12.1977 20.3023 11.75 19.75 11.75C19.1977 11.75 18.75 12.1977 18.75 12.75V13.65C18.75 13.9328 18.75 14.0743 18.6621 14.1621C18.5743 14.25 18.4328 14.25 18.15 14.25H5.85C5.56716 14.25 5.42574 14.25 5.33787 14.1621C5.25 14.0743 5.25 13.9328 5.25 13.65V7.25C5.25 6.27893 5.25213 5.65122 5.31431 5.18871C5.37263 4.75497 5.46677 4.61902 5.5429 4.5429C5.61902 4.46677 5.75497 4.37263 6.18871 4.31431C6.65122 4.25213 7.27893 4.25 8.25 4.25H10.373C10.9253 4.25 11.373 3.80229 11.373 3.25C11.373 2.69772 10.9253 2.25 10.373 2.25L8.18417 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-laptop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9955 5C11.4457 5 11 5.44772 11 6C11 6.55228 11.4457 7 11.9955 7H12.0045C12.5543 7 13 6.55228 13 6C13 5.44772 12.5543 5 12.0045 5H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.92221 1.83215C6.53387 1.74991 7.29769 1.74995 8.18417 1.75H15.8156C16.7021 1.74995 17.4659 1.74991 18.0775 1.83215C18.7331 1.92028 19.3614 2.11902 19.8711 2.62868C20.3807 3.13835 20.5795 3.7667 20.6676 4.42221C20.7498 5.03387 20.7498 5.79769 20.7498 6.68417L20.7498 14.25L20.7498 14.2913C20.7511 14.3426 20.7573 14.3679 20.7796 14.4141L20.7896 14.4338L21.1655 15.1653C21.8895 16.5014 22.3771 17.5653 22.6026 18.4487C22.8346 19.3577 22.8073 20.1495 22.413 20.8656C21.9723 21.6661 21.1848 21.9782 20.3015 22.1165C19.4479 22.2501 18.3095 22.25 16.913 22.25H16.913H16.913H11.9999H7.08676H7.08674H7.08672C5.69027 22.25 4.55188 22.2501 3.69825 22.1165C2.81497 21.9782 2.02749 21.6661 1.58675 20.8656C1.1925 20.1495 1.16515 19.3577 1.39719 18.4487C1.62267 17.5653 2.11021 16.5014 2.83421 15.1653L3.21015 14.4338L3.22019 14.4141C3.2425 14.3679 3.24862 14.3426 3.24991 14.2913L3.25 14.25L3.25 6.68417C3.24995 5.79769 3.24991 5.03387 3.33215 4.42221C3.42028 3.7667 3.61902 3.13835 4.12868 2.62868C4.63835 2.11902 5.2667 1.92028 5.92221 1.83215ZM5.25 6.75V13.15C5.25 13.4328 5.25 13.5743 5.33787 13.6621C5.42574 13.75 5.56716 13.75 5.85 13.75H11.9999H18.1497C18.4326 13.75 18.574 13.75 18.6619 13.6621C18.7497 13.5743 18.7497 13.4328 18.7497 13.15V6.75C18.7497 5.77892 18.7476 5.15121 18.6854 4.6887C18.6271 4.25496 18.533 4.11902 18.4569 4.04289C18.3807 3.96677 18.2448 3.87262 17.811 3.81431C17.3485 3.75212 16.7208 3.75 15.7497 3.75H8.25C7.27892 3.75 6.65121 3.75212 6.1887 3.81431C5.75496 3.87262 5.61902 3.96677 5.54289 4.04289C5.46677 4.11902 5.37262 4.25496 5.31431 4.6887C5.25212 5.15121 5.25 5.77892 5.25 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9955 5C11.4457 5 11 5.44772 11 6C11 6.55228 11.4457 7 11.9955 7H12.0045C12.5543 7 13 6.55228 13 6C13 5.44772 12.5543 5 12.0045 5H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.92221 1.83215C6.53387 1.74991 7.29769 1.74995 8.18417 1.75H15.8156C16.7021 1.74995 17.4659 1.74991 18.0775 1.83215C18.7331 1.92028 19.3614 2.11902 19.8711 2.62868C20.3807 3.13835 20.5795 3.7667 20.6676 4.42221C20.7498 5.03387 20.7498 5.79769 20.7498 6.68417L20.7498 14.25L20.7498 14.2913C20.7511 14.3426 20.7573 14.3679 20.7796 14.4141L20.7896 14.4338L21.1655 15.1653C21.8895 16.5014 22.3771 17.5653 22.6026 18.4487C22.8346 19.3577 22.8073 20.1495 22.413 20.8656C21.9723 21.6661 21.1848 21.9782 20.3015 22.1165C19.4479 22.2501 18.3095 22.25 16.913 22.25H16.913H16.913H11.9999H7.08676H7.08674H7.08672C5.69027 22.25 4.55188 22.2501 3.69825 22.1165C2.81497 21.9782 2.02749 21.6661 1.58675 20.8656C1.1925 20.1495 1.16515 19.3577 1.39719 18.4487C1.62267 17.5653 2.11021 16.5014 2.83421 15.1653L3.21015 14.4338L3.22019 14.4141C3.2425 14.3679 3.24862 14.3426 3.24991 14.2913L3.25 14.25L3.25 6.68417C3.24995 5.79769 3.24991 5.03387 3.33215 4.42221C3.42028 3.7667 3.61902 3.13835 4.12868 2.62868C4.63835 2.11902 5.2667 1.92028 5.92221 1.83215ZM5.25 6.75V13.15C5.25 13.4328 5.25 13.5743 5.33787 13.6621C5.42574 13.75 5.56716 13.75 5.85 13.75H11.9999H18.1497C18.4326 13.75 18.574 13.75 18.6619 13.6621C18.7497 13.5743 18.7497 13.4328 18.7497 13.15V6.75C18.7497 5.77892 18.7476 5.15121 18.6854 4.6887C18.6271 4.25496 18.533 4.11902 18.4569 4.04289C18.3807 3.96677 18.2448 3.87262 17.811 3.81431C17.3485 3.75212 16.7208 3.75 15.7497 3.75H8.25C7.27892 3.75 6.65121 3.75212 6.1887 3.81431C5.75496 3.87262 5.61902 3.96677 5.54289 4.04289C5.46677 4.11902 5.37262 4.25496 5.31431 4.6887C5.25212 5.15121 5.25 5.77892 5.25 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-megaphone-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 6.25013C8.25 5.94617 8.25 5.79419 8.32601 5.67259C8.40202 5.55098 8.53863 5.48439 8.81186 5.35122L15.1701 2.25213C16.8246 1.44574 17.6518 1.04254 18.5741 1.35681C19.4964 1.67109 19.8129 2.34544 20.4461 3.69416C22.1846 7.39773 22.1846 11.6023 20.4461 15.3058C19.8129 16.6546 19.4964 17.3289 18.5741 17.6432C17.6518 17.9575 16.8246 17.5543 15.1701 16.7479L8.81186 13.6488C8.53863 13.5156 8.40202 13.449 8.32601 13.3274C8.25 13.2058 8.25 13.0538 8.25 12.7499L8.25 6.25013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75 6.57769C6.75 6.50442 6.75 6.46778 6.7485 6.44846C6.73013 6.21185 6.62495 6.08005 6.3983 6.00966C6.3798 6.00391 6.32369 5.99115 6.21148 5.96562C5.81616 5.87571 5.61835 5.83071 5.45916 5.81226C3.48222 5.58303 2.25 7.17177 2.25 8.99869V10.0013C2.25 11.8282 3.48222 13.417 5.45916 13.1877C5.61835 13.1693 5.81606 13.1243 6.21136 13.0344C6.32367 13.0089 6.37983 12.9961 6.39837 12.9903C6.62494 12.9199 6.73009 12.7882 6.74849 12.5516C6.75 12.5323 6.75 12.4956 6.75 12.4222L6.75 6.57769Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.91624 15.9033C10.3623 16.6113 10.9223 17.1232 11.6033 17.5693C12.8574 18.3907 13.2525 20.2631 11.9346 21.3493L10.4433 22.5784C10.1704 22.8033 9.77737 22.807 9.50025 22.5872C7.76024 21.2072 6.87686 20.0933 6.50219 18.5783C6.32275 17.8528 6.26814 17.0682 6.25385 16.1787C6.24665 15.7305 6.25085 15.1153 6.25593 14.5413C6.25715 14.4029 6.35339 14.2836 6.48834 14.2529C6.81637 14.1783 7.11787 14.2135 7.41494 14.3583L9.48067 15.3651C9.56867 15.408 9.61268 15.4295 9.64628 15.4614C9.67989 15.4934 9.70534 15.5396 9.75623 15.6319C9.80817 15.7261 9.86154 15.8165 9.91624 15.9033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 6.25013C8.25 5.94617 8.25 5.79419 8.32601 5.67259C8.40202 5.55098 8.53863 5.48439 8.81186 5.35122L15.1701 2.25213C16.8246 1.44574 17.6518 1.04254 18.5741 1.35681C19.4964 1.67109 19.8129 2.34544 20.4461 3.69416C22.1846 7.39773 22.1846 11.6023 20.4461 15.3058C19.8129 16.6546 19.4964 17.3289 18.5741 17.6432C17.6518 17.9575 16.8246 17.5543 15.1701 16.7479L8.81186 13.6488C8.53863 13.5156 8.40202 13.449 8.32601 13.3274C8.25 13.2058 8.25 13.0538 8.25 12.7499L8.25 6.25013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75 6.57769C6.75 6.50442 6.75 6.46778 6.7485 6.44846C6.73013 6.21185 6.62495 6.08005 6.3983 6.00966C6.3798 6.00391 6.32369 5.99115 6.21148 5.96562C5.81616 5.87571 5.61835 5.83071 5.45916 5.81226C3.48222 5.58303 2.25 7.17177 2.25 8.99869V10.0013C2.25 11.8282 3.48222 13.417 5.45916 13.1877C5.61835 13.1693 5.81606 13.1243 6.21136 13.0344C6.32367 13.0089 6.37983 12.9961 6.39837 12.9903C6.62494 12.9199 6.73009 12.7882 6.74849 12.5516C6.75 12.5323 6.75 12.4956 6.75 12.4222L6.75 6.57769Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.91624 15.9033C10.3623 16.6113 10.9223 17.1232 11.6033 17.5693C12.8574 18.3907 13.2525 20.2631 11.9346 21.3493L10.4433 22.5784C10.1704 22.8033 9.77737 22.807 9.50025 22.5872C7.76024 21.2072 6.87686 20.0933 6.50219 18.5783C6.32275 17.8528 6.26814 17.0682 6.25385 16.1787C6.24665 15.7305 6.25085 15.1153 6.25593 14.5413C6.25715 14.4029 6.35339 14.2836 6.48834 14.2529C6.81637 14.1783 7.11787 14.2135 7.41494 14.3583L9.48067 15.3651C9.56867 15.408 9.61268 15.4295 9.64628 15.4614C9.67989 15.4934 9.70534 15.5396 9.75623 15.6319C9.80817 15.7261 9.86154 15.8165 9.91624 15.9033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-megaphone-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.96298 7.26497L15.1701 3.75213C16.8246 2.94574 17.6518 2.54254 18.5741 2.85681C19.4964 3.17109 19.8129 3.84544 20.4461 5.19416C22.1846 8.89773 22.1846 13.1023 20.4461 16.8058C19.8129 18.1546 19.4964 18.8289 18.5741 19.1432C17.6518 19.4575 16.8246 19.0543 15.1701 18.2479L14.2865 17.8172C14.158 17.7545 14.0937 17.7232 14.0468 17.7522C14 17.7811 13.9993 17.8529 13.9978 17.9964C13.9947 18.305 13.9872 18.5792 13.9691 18.8161C13.9385 19.2157 13.8705 19.6697 13.6266 20.0643C13.1288 20.8698 12.2186 21.3249 11.2755 21.2399C10.8134 21.1982 10.4095 20.9803 10.0714 20.7649C9.72908 20.5468 9.31831 20.2388 8.83186 19.8739L7.6 18.95C7.07877 18.5591 6.62386 18.1502 6.33902 17.5805C6.05418 17.0108 6 16.4015 6 15.75V14.8324C6 14.7176 6 14.6603 5.96303 14.6302C5.92606 14.6002 5.86927 14.6121 5.75568 14.636C5.63245 14.6619 5.54075 14.6783 5.45916 14.6877C3.48222 14.917 2.25 13.3282 2.25 11.5013V10.4987C2.25 8.67177 3.48222 7.08303 5.45916 7.31226C5.61835 7.33071 5.81605 7.37568 6.21137 7.4656C6.81553 7.60303 7.4083 7.53532 7.96298 7.26497ZM8.28763 14.8933C8.15854 14.8303 8.09399 14.7989 8.047 14.8283C8 14.8576 8 14.9294 8 15.073V15.75C8 16.3203 8.05709 16.5445 8.12788 16.6861C8.19867 16.8276 8.34376 17.0078 8.8 17.35L10 18.25C10.5269 18.6451 10.8761 18.9062 11.146 19.0781C11.358 19.2132 11.4473 19.2431 11.4624 19.2482L11.4658 19.2488C11.647 19.2613 11.8208 19.1744 11.9196 19.0219L11.9211 19.0189C11.9261 19.0037 11.9557 18.9143 11.9749 18.6637C11.9993 18.3446 12 17.9086 12 17.25C12 17.031 12 16.9215 11.9661 16.8342C11.9423 16.7731 11.9114 16.7237 11.867 16.6756C11.8033 16.6069 11.7054 16.5591 11.5095 16.4637L8.28763 14.8933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.96298 7.26497L15.1701 3.75213C16.8246 2.94574 17.6518 2.54254 18.5741 2.85681C19.4964 3.17109 19.8129 3.84544 20.4461 5.19416C22.1846 8.89773 22.1846 13.1023 20.4461 16.8058C19.8129 18.1546 19.4964 18.8289 18.5741 19.1432C17.6518 19.4575 16.8246 19.0543 15.1701 18.2479L14.2865 17.8172C14.158 17.7545 14.0937 17.7232 14.0468 17.7522C14 17.7811 13.9993 17.8529 13.9978 17.9964C13.9947 18.305 13.9872 18.5792 13.9691 18.8161C13.9385 19.2157 13.8705 19.6697 13.6266 20.0643C13.1288 20.8698 12.2186 21.3249 11.2755 21.2399C10.8134 21.1982 10.4095 20.9803 10.0714 20.7649C9.72908 20.5468 9.31831 20.2388 8.83186 19.8739L7.6 18.95C7.07877 18.5591 6.62386 18.1502 6.33902 17.5805C6.05418 17.0108 6 16.4015 6 15.75V14.8324C6 14.7176 6 14.6603 5.96303 14.6302C5.92606 14.6002 5.86927 14.6121 5.75568 14.636C5.63245 14.6619 5.54075 14.6783 5.45916 14.6877C3.48222 14.917 2.25 13.3282 2.25 11.5013V10.4987C2.25 8.67177 3.48222 7.08303 5.45916 7.31226C5.61835 7.33071 5.81605 7.37568 6.21137 7.4656C6.81553 7.60303 7.4083 7.53532 7.96298 7.26497ZM8.28763 14.8933C8.15854 14.8303 8.09399 14.7989 8.047 14.8283C8 14.8576 8 14.9294 8 15.073V15.75C8 16.3203 8.05709 16.5445 8.12788 16.6861C8.19867 16.8276 8.34376 17.0078 8.8 17.35L10 18.25C10.5269 18.6451 10.8761 18.9062 11.146 19.0781C11.358 19.2132 11.4473 19.2431 11.4624 19.2482L11.4658 19.2488C11.647 19.2613 11.8208 19.1744 11.9196 19.0219L11.9211 19.0189C11.9261 19.0037 11.9557 18.9143 11.9749 18.6637C11.9993 18.3446 12 17.9086 12 17.25C12 17.031 12 16.9215 11.9661 16.8342C11.9423 16.7731 11.9114 16.7237 11.867 16.6756C11.8033 16.6069 11.7054 16.5591 11.5095 16.4637L8.28763 14.8933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-mirroring-screen{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C6.97056 12 11 16.0294 11 21C11 21.5523 11.4477 22 12 22C12.5523 22 13 21.5523 13 21C13 14.9249 8.07513 10 2 10C1.44771 10 1 10.4477 1 11C1 11.5523 1.44771 12 2 12ZM2 16C4.76142 16 7 18.2386 7 21C7 21.5523 7.44772 22 8 22C8.55228 22 9 21.5523 9 21C9 17.134 5.86599 14 2 14C1.44771 14 1 14.4477 1 15C1 15.5523 1.44771 16 2 16ZM2 20C2.55228 20 3 20.4477 3 21C3 21.5523 3.44771 22 4 22C4.55228 22 5 21.5523 5 21C5 19.3431 3.65685 18 2 18C1.44771 18 1 18.4477 1 19C1 19.5523 1.44771 20 2 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9067 2H14.0583C15.8854 1.99997 17.3576 1.99995 18.5155 2.15534C19.7173 2.31663 20.7291 2.66163 21.5328 3.4639C22.3367 4.26642 22.6827 5.2771 22.8444 6.47763C23.0001 7.63377 23 9.10371 23 10.9272V12.0737C23 13.8972 23.0001 15.3672 22.8444 16.5233C22.6827 17.7238 22.3367 18.7345 21.5328 19.537C20.8048 20.2637 19.9047 20.6163 18.8443 20.7959C17.8128 20.9706 16.5367 20.9955 14.99 21C14.4377 21.0016 13.9887 20.5552 13.9871 20.0029C13.9855 19.4506 14.4319 19.0016 14.9842 19C16.5576 18.9954 17.6685 18.9665 18.5103 18.824C19.3232 18.6863 19.7827 18.458 20.1198 18.1216C20.4896 17.7524 20.7305 17.2344 20.8622 16.2563C20.9979 15.2493 21 13.9145 21 12.0005V11.0004C21 9.0864 20.9979 7.75164 20.8622 6.74459C20.7305 5.76649 20.4896 5.2485 20.1198 4.87938C19.7498 4.51001 19.2301 4.26919 18.2494 4.13757C17.2401 4.00212 15.9026 4 13.9853 4H10.9797C9.06242 4 7.72486 4.00212 6.71557 4.13757C5.73487 4.26919 5.21522 4.51001 4.8452 4.87938C4.33029 5.39336 4.07653 6.18188 3.99915 8.04184C3.97619 8.59365 3.51026 9.02237 2.95845 8.99941C2.40664 8.97645 1.97792 8.51051 2.00088 7.95871C2.0793 6.07386 2.32782 4.56635 3.43225 3.4639C4.23595 2.66163 5.24772 2.31663 6.44954 2.15534C7.60739 1.99995 9.07965 1.99997 10.9067 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C6.97056 12 11 16.0294 11 21C11 21.5523 11.4477 22 12 22C12.5523 22 13 21.5523 13 21C13 14.9249 8.07513 10 2 10C1.44771 10 1 10.4477 1 11C1 11.5523 1.44771 12 2 12ZM2 16C4.76142 16 7 18.2386 7 21C7 21.5523 7.44772 22 8 22C8.55228 22 9 21.5523 9 21C9 17.134 5.86599 14 2 14C1.44771 14 1 14.4477 1 15C1 15.5523 1.44771 16 2 16ZM2 20C2.55228 20 3 20.4477 3 21C3 21.5523 3.44771 22 4 22C4.55228 22 5 21.5523 5 21C5 19.3431 3.65685 18 2 18C1.44771 18 1 18.4477 1 19C1 19.5523 1.44771 20 2 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9067 2H14.0583C15.8854 1.99997 17.3576 1.99995 18.5155 2.15534C19.7173 2.31663 20.7291 2.66163 21.5328 3.4639C22.3367 4.26642 22.6827 5.2771 22.8444 6.47763C23.0001 7.63377 23 9.10371 23 10.9272V12.0737C23 13.8972 23.0001 15.3672 22.8444 16.5233C22.6827 17.7238 22.3367 18.7345 21.5328 19.537C20.8048 20.2637 19.9047 20.6163 18.8443 20.7959C17.8128 20.9706 16.5367 20.9955 14.99 21C14.4377 21.0016 13.9887 20.5552 13.9871 20.0029C13.9855 19.4506 14.4319 19.0016 14.9842 19C16.5576 18.9954 17.6685 18.9665 18.5103 18.824C19.3232 18.6863 19.7827 18.458 20.1198 18.1216C20.4896 17.7524 20.7305 17.2344 20.8622 16.2563C20.9979 15.2493 21 13.9145 21 12.0005V11.0004C21 9.0864 20.9979 7.75164 20.8622 6.74459C20.7305 5.76649 20.4896 5.2485 20.1198 4.87938C19.7498 4.51001 19.2301 4.26919 18.2494 4.13757C17.2401 4.00212 15.9026 4 13.9853 4H10.9797C9.06242 4 7.72486 4.00212 6.71557 4.13757C5.73487 4.26919 5.21522 4.51001 4.8452 4.87938C4.33029 5.39336 4.07653 6.18188 3.99915 8.04184C3.97619 8.59365 3.51026 9.02237 2.95845 8.99941C2.40664 8.97645 1.97792 8.51051 2.00088 7.95871C2.0793 6.07386 2.32782 4.56635 3.43225 3.4639C4.23595 2.66163 5.24772 2.31663 6.44954 2.15534C7.60739 1.99995 9.07965 1.99997 10.9067 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-modern-tv-4k{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0002 21.75C10.7107 21.75 9.50772 22.0719 8.47568 22.6297C7.98982 22.8923 7.38307 22.7113 7.12047 22.2255C6.85787 21.7396 7.03885 21.1329 7.52471 20.8703C8.84605 20.1561 10.3754 19.75 12.0002 19.75C13.625 19.75 15.1543 20.1561 16.4757 20.8703C16.9615 21.1329 17.1425 21.7396 16.8799 22.2255C16.6173 22.7113 16.0106 22.8923 15.5247 22.6297C14.4927 22.0719 13.2897 21.75 12.0002 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0564 1.25H14.0564C15.8942 1.24998 17.3498 1.24997 18.489 1.40314C19.6614 1.56076 20.6104 1.89288 21.3588 2.64124C22.1071 3.38961 22.4392 4.33856 22.5969 5.51098C22.75 6.65018 22.75 8.10585 22.75 9.94359V10.0565C22.75 11.8942 22.75 13.3498 22.5969 14.489C22.4392 15.6614 22.1071 16.6104 21.3588 17.3588C20.6104 18.1071 19.6614 18.4392 18.489 18.5969C17.3498 18.75 15.8942 18.75 14.0564 18.75H9.94354C8.1058 18.75 6.65018 18.75 5.51098 18.5969C4.33856 18.4392 3.38961 18.1071 2.64124 17.3588C1.89288 16.6104 1.56076 15.6614 1.40314 14.489C1.24997 13.3498 1.24998 11.8942 1.25 10.0564V10.0564V9.94357V9.94356C1.24998 8.10581 1.24997 6.65019 1.40314 5.51098C1.56076 4.33856 1.89288 3.38961 2.64124 2.64124C3.38961 1.89288 4.33856 1.56076 5.51098 1.40314C6.65019 1.24997 8.10582 1.24998 9.94357 1.25H9.94358H14.0564ZM18.6 6.55004C18.8485 6.88141 18.7814 7.35152 18.45 7.60004L15.25 10L18.45 12.4C18.7814 12.6486 18.8485 13.1187 18.6 13.45C18.3515 13.7814 17.8814 13.8486 17.55 13.6L14.75 11.5V13C14.75 13.4143 14.4142 13.75 14 13.75C13.5858 13.75 13.25 13.4143 13.25 13V7.00004C13.25 6.58583 13.5858 6.25004 14 6.25004C14.4142 6.25004 14.75 6.58583 14.75 7.00004V8.50004L17.55 6.40004C17.8814 6.15152 18.3515 6.21867 18.6 6.55004ZM6.00001 6.25004C6.41422 6.25004 6.75001 6.58583 6.75001 7.00004V8.00004C6.75001 8.49265 6.7516 8.78666 6.77993 8.99738C6.79291 9.09394 6.80821 9.1423 6.81717 9.16408C6.81924 9.16912 6.82086 9.17244 6.82187 9.17437L6.82324 9.17681L6.82568 9.17818L6.82874 9.1797L6.83597 9.18289C6.85775 9.19185 6.90611 9.20714 7.00267 9.22012C7.21339 9.24845 7.5074 9.25004 8.00001 9.25004H9.25001V7.00004C9.25001 6.58583 9.58579 6.25004 10 6.25004C10.4142 6.25004 10.75 6.58583 10.75 7.00004V13C10.75 13.4143 10.4142 13.75 10 13.75C9.58579 13.75 9.25001 13.4143 9.25001 13V10.75L7.95526 10.75C7.52244 10.7501 7.12561 10.7501 6.8028 10.7067C6.44732 10.659 6.07159 10.5465 5.76257 10.2375C5.45355 9.92846 5.3411 9.55273 5.29331 9.19725C5.24991 8.87445 5.24995 8.47761 5.25 8.0448V8.04479L5.25001 7.00004C5.25001 6.58583 5.58579 6.25004 6.00001 6.25004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0002 21.75C10.7107 21.75 9.50772 22.0719 8.47568 22.6297C7.98982 22.8923 7.38307 22.7113 7.12047 22.2255C6.85787 21.7396 7.03885 21.1329 7.52471 20.8703C8.84605 20.1561 10.3754 19.75 12.0002 19.75C13.625 19.75 15.1543 20.1561 16.4757 20.8703C16.9615 21.1329 17.1425 21.7396 16.8799 22.2255C16.6173 22.7113 16.0106 22.8923 15.5247 22.6297C14.4927 22.0719 13.2897 21.75 12.0002 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0564 1.25H14.0564C15.8942 1.24998 17.3498 1.24997 18.489 1.40314C19.6614 1.56076 20.6104 1.89288 21.3588 2.64124C22.1071 3.38961 22.4392 4.33856 22.5969 5.51098C22.75 6.65018 22.75 8.10585 22.75 9.94359V10.0565C22.75 11.8942 22.75 13.3498 22.5969 14.489C22.4392 15.6614 22.1071 16.6104 21.3588 17.3588C20.6104 18.1071 19.6614 18.4392 18.489 18.5969C17.3498 18.75 15.8942 18.75 14.0564 18.75H9.94354C8.1058 18.75 6.65018 18.75 5.51098 18.5969C4.33856 18.4392 3.38961 18.1071 2.64124 17.3588C1.89288 16.6104 1.56076 15.6614 1.40314 14.489C1.24997 13.3498 1.24998 11.8942 1.25 10.0564V10.0564V9.94357V9.94356C1.24998 8.10581 1.24997 6.65019 1.40314 5.51098C1.56076 4.33856 1.89288 3.38961 2.64124 2.64124C3.38961 1.89288 4.33856 1.56076 5.51098 1.40314C6.65019 1.24997 8.10582 1.24998 9.94357 1.25H9.94358H14.0564ZM18.6 6.55004C18.8485 6.88141 18.7814 7.35152 18.45 7.60004L15.25 10L18.45 12.4C18.7814 12.6486 18.8485 13.1187 18.6 13.45C18.3515 13.7814 17.8814 13.8486 17.55 13.6L14.75 11.5V13C14.75 13.4143 14.4142 13.75 14 13.75C13.5858 13.75 13.25 13.4143 13.25 13V7.00004C13.25 6.58583 13.5858 6.25004 14 6.25004C14.4142 6.25004 14.75 6.58583 14.75 7.00004V8.50004L17.55 6.40004C17.8814 6.15152 18.3515 6.21867 18.6 6.55004ZM6.00001 6.25004C6.41422 6.25004 6.75001 6.58583 6.75001 7.00004V8.00004C6.75001 8.49265 6.7516 8.78666 6.77993 8.99738C6.79291 9.09394 6.80821 9.1423 6.81717 9.16408C6.81924 9.16912 6.82086 9.17244 6.82187 9.17437L6.82324 9.17681L6.82568 9.17818L6.82874 9.1797L6.83597 9.18289C6.85775 9.19185 6.90611 9.20714 7.00267 9.22012C7.21339 9.24845 7.5074 9.25004 8.00001 9.25004H9.25001V7.00004C9.25001 6.58583 9.58579 6.25004 10 6.25004C10.4142 6.25004 10.75 6.58583 10.75 7.00004V13C10.75 13.4143 10.4142 13.75 10 13.75C9.58579 13.75 9.25001 13.4143 9.25001 13V10.75L7.95526 10.75C7.52244 10.7501 7.12561 10.7501 6.8028 10.7067C6.44732 10.659 6.07159 10.5465 5.76257 10.2375C5.45355 9.92846 5.3411 9.55273 5.29331 9.19725C5.24991 8.87445 5.24995 8.47761 5.25 8.0448V8.04479L5.25001 7.00004C5.25001 6.58583 5.58579 6.25004 6.00001 6.25004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-modern-tv-issue{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0002 21.75C10.7107 21.75 9.50772 22.0719 8.47568 22.6297C7.98982 22.8923 7.38307 22.7113 7.12047 22.2255C6.85787 21.7396 7.03885 21.1329 7.52471 20.8703C8.84605 20.1561 10.3754 19.75 12.0002 19.75C13.625 19.75 15.1543 20.1561 16.4757 20.8703C16.9615 21.1329 17.1425 21.7396 16.8799 22.2255C16.6173 22.7113 16.0106 22.8923 15.5247 22.6297C14.4927 22.0719 13.2897 21.75 12.0002 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.489 1.40314C17.3498 1.24997 15.8942 1.24998 14.0564 1.25H14.0564H9.94357H9.94356C8.10581 1.24998 6.65019 1.24997 5.51098 1.40314C4.33856 1.56076 3.38961 1.89288 2.64124 2.64124C1.89288 3.38961 1.56076 4.33856 1.40314 5.51098C1.24997 6.65019 1.24998 8.10582 1.25 9.94357V9.94358V10.0564V10.0564C1.24998 11.8942 1.24997 13.3498 1.40314 14.489C1.56076 15.6614 1.89288 16.6104 2.64124 17.3588C3.38961 18.1071 4.33856 18.4392 5.51098 18.5969C6.65018 18.75 8.10585 18.75 9.94359 18.75H14.0565C15.8942 18.75 17.3498 18.75 18.489 18.5969C19.6614 18.4392 20.6104 18.1071 21.3588 17.3588C22.1071 16.6104 22.4392 15.6614 22.5969 14.489C22.75 13.3498 22.75 11.8942 22.75 10.0564V9.94354C22.75 8.1058 22.75 6.65018 22.5969 5.51098C22.4392 4.33856 22.1071 3.38961 21.3588 2.64124C20.6104 1.89288 19.6614 1.56076 18.489 1.40314ZM11.9955 12.5C11.4457 12.5 11 12.9477 11 13.5C11 14.0523 11.4457 14.5 11.9955 14.5H12.0045C12.5543 14.5 13 14.0523 13 13.5C13 12.9477 12.5543 12.5 12.0045 12.5H11.9955ZM12 11.5C11.4477 11.5 11 11.0523 11 10.5V6.5C11 5.94772 11.4477 5.5 12 5.5C12.5523 5.5 13 5.94772 13 6.5V10.5C13 11.0523 12.5523 11.5 12 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0002 21.75C10.7107 21.75 9.50772 22.0719 8.47568 22.6297C7.98982 22.8923 7.38307 22.7113 7.12047 22.2255C6.85787 21.7396 7.03885 21.1329 7.52471 20.8703C8.84605 20.1561 10.3754 19.75 12.0002 19.75C13.625 19.75 15.1543 20.1561 16.4757 20.8703C16.9615 21.1329 17.1425 21.7396 16.8799 22.2255C16.6173 22.7113 16.0106 22.8923 15.5247 22.6297C14.4927 22.0719 13.2897 21.75 12.0002 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.489 1.40314C17.3498 1.24997 15.8942 1.24998 14.0564 1.25H14.0564H9.94357H9.94356C8.10581 1.24998 6.65019 1.24997 5.51098 1.40314C4.33856 1.56076 3.38961 1.89288 2.64124 2.64124C1.89288 3.38961 1.56076 4.33856 1.40314 5.51098C1.24997 6.65019 1.24998 8.10582 1.25 9.94357V9.94358V10.0564V10.0564C1.24998 11.8942 1.24997 13.3498 1.40314 14.489C1.56076 15.6614 1.89288 16.6104 2.64124 17.3588C3.38961 18.1071 4.33856 18.4392 5.51098 18.5969C6.65018 18.75 8.10585 18.75 9.94359 18.75H14.0565C15.8942 18.75 17.3498 18.75 18.489 18.5969C19.6614 18.4392 20.6104 18.1071 21.3588 17.3588C22.1071 16.6104 22.4392 15.6614 22.5969 14.489C22.75 13.3498 22.75 11.8942 22.75 10.0564V9.94354C22.75 8.1058 22.75 6.65018 22.5969 5.51098C22.4392 4.33856 22.1071 3.38961 21.3588 2.64124C20.6104 1.89288 19.6614 1.56076 18.489 1.40314ZM11.9955 12.5C11.4457 12.5 11 12.9477 11 13.5C11 14.0523 11.4457 14.5 11.9955 14.5H12.0045C12.5543 14.5 13 14.0523 13 13.5C13 12.9477 12.5543 12.5 12.0045 12.5H11.9955ZM12 11.5C11.4477 11.5 11 11.0523 11 10.5V6.5C11 5.94772 11.4477 5.5 12 5.5C12.5523 5.5 13 5.94772 13 6.5V10.5C13 11.0523 12.5523 11.5 12 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-modern-tv{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0564 1.25C15.8942 1.24998 17.3498 1.24997 18.489 1.40314C19.6614 1.56076 20.6104 1.89288 21.3588 2.64124C22.1071 3.38961 22.4392 4.33856 22.5969 5.51098C22.75 6.65018 22.75 8.1058 22.75 9.94354V9.94359V10.0564V10.0565C22.75 11.8942 22.75 13.3498 22.5969 14.489C22.4392 15.6614 22.1071 16.6104 21.3588 17.3588C20.6104 18.1071 19.6614 18.4392 18.489 18.5969C17.3498 18.75 15.8942 18.75 14.0565 18.75H14.0564H9.94359H9.94354C8.1058 18.75 6.65018 18.75 5.51098 18.5969C4.33856 18.4392 3.38961 18.1071 2.64124 17.3588C1.89288 16.6104 1.56076 15.6614 1.40314 14.489C1.24997 13.3498 1.24998 11.8942 1.25 10.0564V10.0564V9.94358V9.94357C1.24998 8.10582 1.24997 6.65019 1.40314 5.51098C1.56076 4.33856 1.89288 3.38961 2.64124 2.64124C3.38961 1.89288 4.33856 1.56076 5.51098 1.40314C6.65019 1.24997 8.10582 1.24998 9.94357 1.25H9.94358H14.0564H14.0564Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0002 21.75C10.7107 21.75 9.50772 22.0719 8.47568 22.6297C7.98982 22.8923 7.38307 22.7113 7.12047 22.2255C6.85787 21.7396 7.03885 21.1329 7.52471 20.8703C8.84605 20.1561 10.3754 19.75 12.0002 19.75C13.625 19.75 15.1543 20.1561 16.4757 20.8703C16.9615 21.1329 17.1425 21.7396 16.8799 22.2255C16.6173 22.7113 16.0106 22.8923 15.5247 22.6297C14.4927 22.0719 13.2897 21.75 12.0002 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0564 1.25C15.8942 1.24998 17.3498 1.24997 18.489 1.40314C19.6614 1.56076 20.6104 1.89288 21.3588 2.64124C22.1071 3.38961 22.4392 4.33856 22.5969 5.51098C22.75 6.65018 22.75 8.1058 22.75 9.94354V9.94359V10.0564V10.0565C22.75 11.8942 22.75 13.3498 22.5969 14.489C22.4392 15.6614 22.1071 16.6104 21.3588 17.3588C20.6104 18.1071 19.6614 18.4392 18.489 18.5969C17.3498 18.75 15.8942 18.75 14.0565 18.75H14.0564H9.94359H9.94354C8.1058 18.75 6.65018 18.75 5.51098 18.5969C4.33856 18.4392 3.38961 18.1071 2.64124 17.3588C1.89288 16.6104 1.56076 15.6614 1.40314 14.489C1.24997 13.3498 1.24998 11.8942 1.25 10.0564V10.0564V9.94358V9.94357C1.24998 8.10582 1.24997 6.65019 1.40314 5.51098C1.56076 4.33856 1.89288 3.38961 2.64124 2.64124C3.38961 1.89288 4.33856 1.56076 5.51098 1.40314C6.65019 1.24997 8.10582 1.24998 9.94357 1.25H9.94358H14.0564H14.0564Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0002 21.75C10.7107 21.75 9.50772 22.0719 8.47568 22.6297C7.98982 22.8923 7.38307 22.7113 7.12047 22.2255C6.85787 21.7396 7.03885 21.1329 7.52471 20.8703C8.84605 20.1561 10.3754 19.75 12.0002 19.75C13.625 19.75 15.1543 20.1561 16.4757 20.8703C16.9615 21.1329 17.1425 21.7396 16.8799 22.2255C16.6173 22.7113 16.0106 22.8923 15.5247 22.6297C14.4927 22.0719 13.2897 21.75 12.0002 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-mouse-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6129 1.31109C10.9023 1.27481 11.047 1.25667 11.1485 1.34624C11.25 1.43581 11.25 1.58743 11.25 1.89069V4.82359C11.25 4.97384 11.25 5.04897 11.2286 5.10253C11.2095 5.15039 11.1964 5.17008 11.1595 5.20606C11.1182 5.24633 11.0222 5.28612 10.8303 5.3657C10.4015 5.54351 10.0608 5.88456 9.88321 6.31382C9.80099 6.51254 9.77338 6.70809 9.76126 6.88593C9.74998 7.05142 9.74999 7.24847 9.75 7.46297V9.50873C9.74999 9.72323 9.74998 9.92031 9.76126 10.0858C9.77338 10.2636 9.80099 10.4592 9.88321 10.6579C10.0608 11.0872 10.4015 11.4282 10.8303 11.606C11.0288 11.6883 11.2242 11.716 11.4018 11.7281C11.5671 11.7394 11.764 11.7394 11.9782 11.7394H12.0218C12.236 11.7394 12.4329 11.7394 12.5982 11.7281C12.7759 11.716 12.9712 11.6883 13.1697 11.606C13.5985 11.4282 13.9392 11.0872 14.1168 10.6579C14.199 10.4592 14.2266 10.2636 14.2387 10.0858C14.25 9.92031 14.25 9.72325 14.25 9.50874V7.463C14.25 7.24849 14.25 7.05143 14.2387 6.88593C14.2266 6.70809 14.199 6.51254 14.1168 6.31382C13.9392 5.88456 13.5985 5.54351 13.1697 5.3657C12.9778 5.28612 12.8818 5.24633 12.8405 5.20606C12.8036 5.17008 12.7905 5.15039 12.7714 5.10253C12.75 5.04897 12.75 4.97384 12.75 4.82359V1.8907C12.75 1.58744 12.75 1.43581 12.8515 1.34624C12.953 1.25667 13.0977 1.27482 13.3871 1.3111C15.8485 1.61978 17.5508 2.77385 18.6373 4.5275C19.8751 6.52526 20.25 9.20191 20.25 11.9897C20.25 14.7774 19.8751 17.4541 18.6373 19.4518C17.3574 21.5176 15.2231 22.7513 12 22.7513C8.7768 22.7513 6.64252 21.5176 5.36262 19.4518C4.12483 17.4541 3.75 14.7774 3.75 11.9897C3.75 9.2019 4.12483 6.52525 5.36262 4.52749C6.44916 2.77382 8.15145 1.61976 10.6129 1.31109Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4479 6.74717C11.4376 6.74838 11.4324 6.74898 11.3985 6.76156C11.3647 6.77414 11.3631 6.77521 11.3599 6.77735C11.3335 6.79524 11.3107 6.81804 11.2929 6.84449C11.2907 6.84768 11.2896 6.84928 11.2771 6.88307C11.2646 6.91686 11.264 6.92204 11.2628 6.93241C11.2611 6.94703 11.2593 6.96551 11.2578 6.98855C11.2504 7.09667 11.25 7.24169 11.25 7.48519V9.48736C11.25 9.73085 11.2504 9.87587 11.2578 9.98399C11.2593 10.007 11.2611 10.0255 11.2628 10.0402C11.264 10.0505 11.2646 10.0557 11.2771 10.0895C11.2896 10.1233 11.2907 10.1248 11.2929 10.128C11.3107 10.1545 11.3335 10.1773 11.3599 10.1952C11.3631 10.1973 11.3647 10.1984 11.3985 10.211C11.4324 10.2236 11.4376 10.2242 11.448 10.2254C11.4625 10.2271 11.481 10.2288 11.5039 10.2304C11.6119 10.2378 11.7568 10.2382 12 10.2382C12.2432 10.2382 12.3881 10.2378 12.4961 10.2304C12.5191 10.2288 12.5375 10.2271 12.5521 10.2254C12.5624 10.2242 12.5676 10.2236 12.6015 10.211C12.6353 10.1984 12.6369 10.1973 12.6401 10.1952C12.6665 10.1773 12.6893 10.1545 12.7071 10.128C12.7093 10.1248 12.7104 10.1233 12.7229 10.0895C12.7354 10.0557 12.736 10.0505 12.7372 10.0402C12.7389 10.0255 12.7407 10.007 12.7422 9.98399C12.7496 9.87587 12.75 9.73085 12.75 9.48736V7.48519C12.75 7.24169 12.7496 7.09667 12.7422 6.98855C12.7407 6.9655 12.7389 6.94701 12.7372 6.93238C12.736 6.92203 12.7354 6.91686 12.7229 6.88308C12.7104 6.84929 12.7093 6.8477 12.7071 6.84451C12.6893 6.81805 12.6665 6.79525 12.6401 6.77735C12.6369 6.77521 12.6353 6.77413 12.6015 6.76156C12.5676 6.74898 12.5624 6.74838 12.5521 6.74717C12.5375 6.74548 12.5191 6.74373 12.4961 6.74216C12.3881 6.73478 12.2432 6.73438 12 6.73438C11.7568 6.73438 11.6119 6.73478 11.5039 6.74216C11.4809 6.74373 11.4625 6.74548 11.4479 6.74717Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6129 1.31109C10.9023 1.27481 11.047 1.25667 11.1485 1.34624C11.25 1.43581 11.25 1.58743 11.25 1.89069V4.82359C11.25 4.97384 11.25 5.04897 11.2286 5.10253C11.2095 5.15039 11.1964 5.17008 11.1595 5.20606C11.1182 5.24633 11.0222 5.28612 10.8303 5.3657C10.4015 5.54351 10.0608 5.88456 9.88321 6.31382C9.80099 6.51254 9.77338 6.70809 9.76126 6.88593C9.74998 7.05142 9.74999 7.24847 9.75 7.46297V9.50873C9.74999 9.72323 9.74998 9.92031 9.76126 10.0858C9.77338 10.2636 9.80099 10.4592 9.88321 10.6579C10.0608 11.0872 10.4015 11.4282 10.8303 11.606C11.0288 11.6883 11.2242 11.716 11.4018 11.7281C11.5671 11.7394 11.764 11.7394 11.9782 11.7394H12.0218C12.236 11.7394 12.4329 11.7394 12.5982 11.7281C12.7759 11.716 12.9712 11.6883 13.1697 11.606C13.5985 11.4282 13.9392 11.0872 14.1168 10.6579C14.199 10.4592 14.2266 10.2636 14.2387 10.0858C14.25 9.92031 14.25 9.72325 14.25 9.50874V7.463C14.25 7.24849 14.25 7.05143 14.2387 6.88593C14.2266 6.70809 14.199 6.51254 14.1168 6.31382C13.9392 5.88456 13.5985 5.54351 13.1697 5.3657C12.9778 5.28612 12.8818 5.24633 12.8405 5.20606C12.8036 5.17008 12.7905 5.15039 12.7714 5.10253C12.75 5.04897 12.75 4.97384 12.75 4.82359V1.8907C12.75 1.58744 12.75 1.43581 12.8515 1.34624C12.953 1.25667 13.0977 1.27482 13.3871 1.3111C15.8485 1.61978 17.5508 2.77385 18.6373 4.5275C19.8751 6.52526 20.25 9.20191 20.25 11.9897C20.25 14.7774 19.8751 17.4541 18.6373 19.4518C17.3574 21.5176 15.2231 22.7513 12 22.7513C8.7768 22.7513 6.64252 21.5176 5.36262 19.4518C4.12483 17.4541 3.75 14.7774 3.75 11.9897C3.75 9.2019 4.12483 6.52525 5.36262 4.52749C6.44916 2.77382 8.15145 1.61976 10.6129 1.31109Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4479 6.74717C11.4376 6.74838 11.4324 6.74898 11.3985 6.76156C11.3647 6.77414 11.3631 6.77521 11.3599 6.77735C11.3335 6.79524 11.3107 6.81804 11.2929 6.84449C11.2907 6.84768 11.2896 6.84928 11.2771 6.88307C11.2646 6.91686 11.264 6.92204 11.2628 6.93241C11.2611 6.94703 11.2593 6.96551 11.2578 6.98855C11.2504 7.09667 11.25 7.24169 11.25 7.48519V9.48736C11.25 9.73085 11.2504 9.87587 11.2578 9.98399C11.2593 10.007 11.2611 10.0255 11.2628 10.0402C11.264 10.0505 11.2646 10.0557 11.2771 10.0895C11.2896 10.1233 11.2907 10.1248 11.2929 10.128C11.3107 10.1545 11.3335 10.1773 11.3599 10.1952C11.3631 10.1973 11.3647 10.1984 11.3985 10.211C11.4324 10.2236 11.4376 10.2242 11.448 10.2254C11.4625 10.2271 11.481 10.2288 11.5039 10.2304C11.6119 10.2378 11.7568 10.2382 12 10.2382C12.2432 10.2382 12.3881 10.2378 12.4961 10.2304C12.5191 10.2288 12.5375 10.2271 12.5521 10.2254C12.5624 10.2242 12.5676 10.2236 12.6015 10.211C12.6353 10.1984 12.6369 10.1973 12.6401 10.1952C12.6665 10.1773 12.6893 10.1545 12.7071 10.128C12.7093 10.1248 12.7104 10.1233 12.7229 10.0895C12.7354 10.0557 12.736 10.0505 12.7372 10.0402C12.7389 10.0255 12.7407 10.007 12.7422 9.98399C12.7496 9.87587 12.75 9.73085 12.75 9.48736V7.48519C12.75 7.24169 12.7496 7.09667 12.7422 6.98855C12.7407 6.9655 12.7389 6.94701 12.7372 6.93238C12.736 6.92203 12.7354 6.91686 12.7229 6.88308C12.7104 6.84929 12.7093 6.8477 12.7071 6.84451C12.6893 6.81805 12.6665 6.79525 12.6401 6.77735C12.6369 6.77521 12.6353 6.77413 12.6015 6.76156C12.5676 6.74898 12.5624 6.74838 12.5521 6.74717C12.5375 6.74548 12.5191 6.74373 12.4961 6.74216C12.3881 6.73478 12.2432 6.73438 12 6.73438C11.7568 6.73438 11.6119 6.73478 11.5039 6.74216C11.4809 6.74373 11.4625 6.74548 11.4479 6.74717Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-pen-connect-bluetooth{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.33169 2.28417C8.34868 2.29611 8.3657 2.30808 8.38277 2.32007L8.95926 2.72515C8.97329 2.73501 8.98739 2.74491 9.00155 2.75484C9.2531 2.93146 9.52079 3.11939 9.71739 3.30309C9.93117 3.50284 10.2532 3.87059 10.2502 4.42477C10.2473 4.97833 9.92197 5.34267 9.70666 5.54024C9.50834 5.72221 9.2389 5.90794 8.98536 6.08272C8.97114 6.09252 8.95697 6.10228 8.94287 6.11201L7.29256 7.25054L8.94287 8.38907C8.95698 8.3988 8.97115 8.40857 8.98537 8.41837C9.23891 8.59314 9.50834 8.77887 9.70666 8.96084C9.92197 9.15841 10.2473 9.52275 10.2502 10.0763C10.2532 10.6305 9.93117 10.9982 9.71739 11.198C9.52079 11.3817 9.25312 11.5696 9.00156 11.7462C8.98741 11.7562 8.9733 11.7661 8.95926 11.7759L8.38277 12.181C8.36571 12.193 8.34868 12.205 8.3317 12.2169C7.89981 12.5205 7.49515 12.8049 7.14762 12.9848C6.79109 13.1693 6.23501 13.385 5.62531 13.1442C4.95179 12.8782 4.74112 12.277 4.66897 11.8582C4.60579 11.4915 4.60596 11.0243 4.60613 10.5642C4.60613 10.5405 4.60614 10.5169 4.60614 10.4933V9.10386L2.81813 10.3374C2.36353 10.651 1.74076 10.5367 1.42714 10.0821C1.11352 9.62753 1.2278 9.00476 1.6824 8.69114L3.77058 7.25054L1.6824 5.80994C1.2278 5.49632 1.11352 4.87355 1.42714 4.41895C1.74076 3.96435 2.36353 3.85007 2.81813 4.16369L4.60614 5.39722V4.0078C4.60614 3.98419 4.60613 3.96055 4.60613 3.9369C4.60596 3.47681 4.60579 3.0096 4.66897 2.64283C4.74112 2.22404 4.95179 1.62291 5.62531 1.35692C6.23501 1.11613 6.79109 1.3318 7.14762 1.51632C7.49514 1.69617 7.8998 1.9806 8.33169 2.28417ZM6.60614 9.20676L7.80715 10.0353C7.83346 10.0535 7.85874 10.0709 7.88308 10.0877C7.85945 10.1044 7.83492 10.1216 7.80941 10.1395L7.23292 10.5446C6.97498 10.7258 6.77259 10.8673 6.60806 10.9769C6.60619 10.8368 6.60614 10.6781 6.60614 10.4933V9.20676ZM6.60614 5.29432V4.0078C6.60614 3.82299 6.60619 3.66424 6.60806 3.52417C6.7726 3.63375 6.97498 3.77523 7.23292 3.95649L7.80941 4.36156C7.83492 4.37948 7.85945 4.39672 7.88308 4.41335C7.85874 4.43017 7.83346 4.44761 7.80715 4.46576L6.60614 5.29432Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.9497 6.0503C20.8827 4.98323 19.1526 4.98323 18.0855 6.0503L16.9212 7.21463C16.5879 7.54797 16.4212 7.71463 16.4212 7.92174C16.4212 8.12885 16.5879 8.29551 16.9212 8.62885L19.3712 11.0788C19.7045 11.4122 19.8712 11.5788 20.0783 11.5788C20.2854 11.5788 20.452 11.4122 20.7854 11.0788L21.9497 9.91448C23.0168 8.84742 23.0168 7.11736 21.9497 6.0503Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.3105 13.5537C18.6438 13.2204 18.8105 13.0537 18.8105 12.8466C18.8105 12.6395 18.6438 12.4728 18.3105 12.1395L15.8605 9.68951C15.5272 9.35617 15.3605 9.18951 15.1534 9.18951C14.9463 9.18951 14.7797 9.35617 14.4463 9.68951L8.36945 15.7664C7.40084 16.7347 6.80884 17.3266 6.40167 18.0553C5.9945 18.7839 5.80071 19.5983 5.48363 20.9307L5.27041 21.8263C5.21009 22.0796 5.28552 22.3462 5.46969 22.5303C5.65385 22.7145 5.92037 22.7899 6.17373 22.7296L7.06931 22.5164C8.40175 22.1993 9.2161 22.0055 9.94476 21.5983C10.6734 21.1912 11.2653 20.5992 12.2337 19.6306L18.3105 13.5537Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.33169 2.28417C8.34868 2.29611 8.3657 2.30808 8.38277 2.32007L8.95926 2.72515C8.97329 2.73501 8.98739 2.74491 9.00155 2.75484C9.2531 2.93146 9.52079 3.11939 9.71739 3.30309C9.93117 3.50284 10.2532 3.87059 10.2502 4.42477C10.2473 4.97833 9.92197 5.34267 9.70666 5.54024C9.50834 5.72221 9.2389 5.90794 8.98536 6.08272C8.97114 6.09252 8.95697 6.10228 8.94287 6.11201L7.29256 7.25054L8.94287 8.38907C8.95698 8.3988 8.97115 8.40857 8.98537 8.41837C9.23891 8.59314 9.50834 8.77887 9.70666 8.96084C9.92197 9.15841 10.2473 9.52275 10.2502 10.0763C10.2532 10.6305 9.93117 10.9982 9.71739 11.198C9.52079 11.3817 9.25312 11.5696 9.00156 11.7462C8.98741 11.7562 8.9733 11.7661 8.95926 11.7759L8.38277 12.181C8.36571 12.193 8.34868 12.205 8.3317 12.2169C7.89981 12.5205 7.49515 12.8049 7.14762 12.9848C6.79109 13.1693 6.23501 13.385 5.62531 13.1442C4.95179 12.8782 4.74112 12.277 4.66897 11.8582C4.60579 11.4915 4.60596 11.0243 4.60613 10.5642C4.60613 10.5405 4.60614 10.5169 4.60614 10.4933V9.10386L2.81813 10.3374C2.36353 10.651 1.74076 10.5367 1.42714 10.0821C1.11352 9.62753 1.2278 9.00476 1.6824 8.69114L3.77058 7.25054L1.6824 5.80994C1.2278 5.49632 1.11352 4.87355 1.42714 4.41895C1.74076 3.96435 2.36353 3.85007 2.81813 4.16369L4.60614 5.39722V4.0078C4.60614 3.98419 4.60613 3.96055 4.60613 3.9369C4.60596 3.47681 4.60579 3.0096 4.66897 2.64283C4.74112 2.22404 4.95179 1.62291 5.62531 1.35692C6.23501 1.11613 6.79109 1.3318 7.14762 1.51632C7.49514 1.69617 7.8998 1.9806 8.33169 2.28417ZM6.60614 9.20676L7.80715 10.0353C7.83346 10.0535 7.85874 10.0709 7.88308 10.0877C7.85945 10.1044 7.83492 10.1216 7.80941 10.1395L7.23292 10.5446C6.97498 10.7258 6.77259 10.8673 6.60806 10.9769C6.60619 10.8368 6.60614 10.6781 6.60614 10.4933V9.20676ZM6.60614 5.29432V4.0078C6.60614 3.82299 6.60619 3.66424 6.60806 3.52417C6.7726 3.63375 6.97498 3.77523 7.23292 3.95649L7.80941 4.36156C7.83492 4.37948 7.85945 4.39672 7.88308 4.41335C7.85874 4.43017 7.83346 4.44761 7.80715 4.46576L6.60614 5.29432Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.9497 6.0503C20.8827 4.98323 19.1526 4.98323 18.0855 6.0503L16.9212 7.21463C16.5879 7.54797 16.4212 7.71463 16.4212 7.92174C16.4212 8.12885 16.5879 8.29551 16.9212 8.62885L19.3712 11.0788C19.7045 11.4122 19.8712 11.5788 20.0783 11.5788C20.2854 11.5788 20.452 11.4122 20.7854 11.0788L21.9497 9.91448C23.0168 8.84742 23.0168 7.11736 21.9497 6.0503Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.3105 13.5537C18.6438 13.2204 18.8105 13.0537 18.8105 12.8466C18.8105 12.6395 18.6438 12.4728 18.3105 12.1395L15.8605 9.68951C15.5272 9.35617 15.3605 9.18951 15.1534 9.18951C14.9463 9.18951 14.7797 9.35617 14.4463 9.68951L8.36945 15.7664C7.40084 16.7347 6.80884 17.3266 6.40167 18.0553C5.9945 18.7839 5.80071 19.5983 5.48363 20.9307L5.27041 21.8263C5.21009 22.0796 5.28552 22.3462 5.46969 22.5303C5.65385 22.7145 5.92037 22.7899 6.17373 22.7296L7.06931 22.5164C8.40175 22.1993 9.2161 22.0055 9.94476 21.5983C10.6734 21.1912 11.2653 20.5992 12.2337 19.6306L18.3105 13.5537Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-pen-connect-usb{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9497 6.0503C20.8827 4.98323 19.1526 4.98323 18.0855 6.0503L16.9212 7.21463C16.5879 7.54797 16.4212 7.71463 16.4212 7.92174C16.4212 8.12885 16.5879 8.29551 16.9212 8.62885L19.3712 11.0788C19.7045 11.4122 19.8712 11.5788 20.0783 11.5788C20.2854 11.5788 20.452 11.4122 20.7854 11.0788L21.9497 9.91448C23.0168 8.84742 23.0168 7.11736 21.9497 6.0503Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.3105 13.5537C18.6438 13.2204 18.8105 13.0537 18.8105 12.8466C18.8105 12.6395 18.6438 12.4728 18.3105 12.1395L15.8605 9.68951C15.5272 9.35617 15.3605 9.18951 15.1534 9.18951C14.9463 9.18951 14.7797 9.35617 14.4463 9.68951L8.36945 15.7664C7.40084 16.7347 6.80884 17.3266 6.40167 18.0553C5.9945 18.7839 5.80071 19.5983 5.48363 20.9307L5.27041 21.8263C5.21009 22.0796 5.28552 22.3462 5.46969 22.5303C5.65385 22.7145 5.92037 22.7899 6.17373 22.7296L7.06931 22.5164C8.40175 22.1993 9.2161 22.0055 9.94476 21.5983C10.6734 21.1912 11.2653 20.5992 12.2337 19.6306L18.3105 13.5537Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.01047 3.26715C4.87357 3.25152 4.67937 3.25001 4.30848 3.25001H4.25C3.69772 3.25001 3.25 2.8023 3.25 2.25001C3.25 1.69773 3.69772 1.25001 4.25 1.25001H4.30848C4.32267 1.25001 4.33687 1.25001 4.35107 1.25001C4.66184 1.24994 4.97298 1.24988 5.23734 1.28006C5.53932 1.31454 5.8784 1.3967 6.19866 1.62753C6.51892 1.85836 6.70409 2.15406 6.8323 2.42964C6.94452 2.67089 7.04286 2.96609 7.14107 3.26093C7.14556 3.2744 7.15004 3.28787 7.15453 3.30133L7.47076 4.25001H8.22666C8.24208 4.24965 8.25755 4.24965 8.27306 4.25001H9.51756C9.86337 3.65221 10.5097 3.25001 11.25 3.25001C12.3546 3.25001 13.25 4.14544 13.25 5.25001C13.25 6.35458 12.3546 7.25001 11.25 7.25001C10.5097 7.25001 9.86337 6.84781 9.51756 6.25001H8.97076L8.65453 7.1987C8.65004 7.21216 8.64556 7.22562 8.64107 7.23909C8.54286 7.53393 8.44452 7.82913 8.3323 8.07038C8.20409 8.34596 8.01892 8.64167 7.69866 8.8725C7.3784 9.10332 7.03932 9.18549 6.73734 9.21996C6.47298 9.25014 6.16183 9.25008 5.85106 9.25002C5.83686 9.25001 5.82267 9.25001 5.80848 9.25001H5.75C5.19772 9.25001 4.75 8.8023 4.75 8.25001C4.75 7.69773 5.19772 7.25001 5.75 7.25001H5.80848C6.17937 7.25001 6.37357 7.2485 6.51047 7.23287C6.51249 7.23264 6.51447 7.23241 6.51639 7.23218C6.51722 7.23043 6.51806 7.22863 6.51891 7.22679C6.57703 7.10185 6.63988 6.9181 6.75716 6.56624L6.86257 6.25001H6.77306C6.75755 6.25037 6.74208 6.25037 6.72666 6.25001H2.25C1.69772 6.25001 1.25 5.8023 1.25 5.25001C1.25 4.69773 1.69772 4.25001 2.25 4.25001H5.36257L5.25716 3.93378C5.13988 3.58192 5.07703 3.39817 5.01891 3.27324C5.01806 3.27139 5.01722 3.2696 5.01639 3.26784C5.01446 3.26761 5.01249 3.26738 5.01047 3.26715Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9497 6.0503C20.8827 4.98323 19.1526 4.98323 18.0855 6.0503L16.9212 7.21463C16.5879 7.54797 16.4212 7.71463 16.4212 7.92174C16.4212 8.12885 16.5879 8.29551 16.9212 8.62885L19.3712 11.0788C19.7045 11.4122 19.8712 11.5788 20.0783 11.5788C20.2854 11.5788 20.452 11.4122 20.7854 11.0788L21.9497 9.91448C23.0168 8.84742 23.0168 7.11736 21.9497 6.0503Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.3105 13.5537C18.6438 13.2204 18.8105 13.0537 18.8105 12.8466C18.8105 12.6395 18.6438 12.4728 18.3105 12.1395L15.8605 9.68951C15.5272 9.35617 15.3605 9.18951 15.1534 9.18951C14.9463 9.18951 14.7797 9.35617 14.4463 9.68951L8.36945 15.7664C7.40084 16.7347 6.80884 17.3266 6.40167 18.0553C5.9945 18.7839 5.80071 19.5983 5.48363 20.9307L5.27041 21.8263C5.21009 22.0796 5.28552 22.3462 5.46969 22.5303C5.65385 22.7145 5.92037 22.7899 6.17373 22.7296L7.06931 22.5164C8.40175 22.1993 9.2161 22.0055 9.94476 21.5983C10.6734 21.1912 11.2653 20.5992 12.2337 19.6306L18.3105 13.5537Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.01047 3.26715C4.87357 3.25152 4.67937 3.25001 4.30848 3.25001H4.25C3.69772 3.25001 3.25 2.8023 3.25 2.25001C3.25 1.69773 3.69772 1.25001 4.25 1.25001H4.30848C4.32267 1.25001 4.33687 1.25001 4.35107 1.25001C4.66184 1.24994 4.97298 1.24988 5.23734 1.28006C5.53932 1.31454 5.8784 1.3967 6.19866 1.62753C6.51892 1.85836 6.70409 2.15406 6.8323 2.42964C6.94452 2.67089 7.04286 2.96609 7.14107 3.26093C7.14556 3.2744 7.15004 3.28787 7.15453 3.30133L7.47076 4.25001H8.22666C8.24208 4.24965 8.25755 4.24965 8.27306 4.25001H9.51756C9.86337 3.65221 10.5097 3.25001 11.25 3.25001C12.3546 3.25001 13.25 4.14544 13.25 5.25001C13.25 6.35458 12.3546 7.25001 11.25 7.25001C10.5097 7.25001 9.86337 6.84781 9.51756 6.25001H8.97076L8.65453 7.1987C8.65004 7.21216 8.64556 7.22562 8.64107 7.23909C8.54286 7.53393 8.44452 7.82913 8.3323 8.07038C8.20409 8.34596 8.01892 8.64167 7.69866 8.8725C7.3784 9.10332 7.03932 9.18549 6.73734 9.21996C6.47298 9.25014 6.16183 9.25008 5.85106 9.25002C5.83686 9.25001 5.82267 9.25001 5.80848 9.25001H5.75C5.19772 9.25001 4.75 8.8023 4.75 8.25001C4.75 7.69773 5.19772 7.25001 5.75 7.25001H5.80848C6.17937 7.25001 6.37357 7.2485 6.51047 7.23287C6.51249 7.23264 6.51447 7.23241 6.51639 7.23218C6.51722 7.23043 6.51806 7.22863 6.51891 7.22679C6.57703 7.10185 6.63988 6.9181 6.75716 6.56624L6.86257 6.25001H6.77306C6.75755 6.25037 6.74208 6.25037 6.72666 6.25001H2.25C1.69772 6.25001 1.25 5.8023 1.25 5.25001C1.25 4.69773 1.69772 4.25001 2.25 4.25001H5.36257L5.25716 3.93378C5.13988 3.58192 5.07703 3.39817 5.01891 3.27324C5.01806 3.27139 5.01722 3.2696 5.01639 3.26784C5.01446 3.26761 5.01249 3.26738 5.01047 3.26715Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-pen-connect-wifi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9497 6.0503C20.8827 4.98323 19.1526 4.98323 18.0855 6.0503L16.9212 7.21463C16.5879 7.54797 16.4212 7.71463 16.4212 7.92174C16.4212 8.12885 16.5879 8.29551 16.9212 8.62885L19.3712 11.0788C19.7045 11.4122 19.8712 11.5788 20.0783 11.5788C20.2854 11.5788 20.452 11.4122 20.7854 11.0788L21.9497 9.91448C23.0168 8.84742 23.0168 7.11736 21.9497 6.0503Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.3105 13.5537C18.6438 13.2204 18.8105 13.0537 18.8105 12.8466C18.8105 12.6395 18.6438 12.4728 18.3105 12.1395L15.8605 9.68951C15.5272 9.35617 15.3605 9.18951 15.1534 9.18951C14.9463 9.18951 14.7797 9.35617 14.4463 9.68951L8.36945 15.7664C7.40084 16.7347 6.80884 17.3266 6.40167 18.0553C5.9945 18.7839 5.80071 19.5983 5.48363 20.9307L5.27041 21.8263C5.21009 22.0796 5.28552 22.3462 5.46969 22.5303C5.65385 22.7145 5.92037 22.7899 6.17373 22.7296L7.06931 22.5164C8.40175 22.1993 9.2161 22.0055 9.94476 21.5983C10.6734 21.1912 11.2653 20.5992 12.2337 19.6306L18.3105 13.5537Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.52239 3.98045C3.10442 2.3024 5.30627 1.25 7.75 1.25C10.1937 1.25 12.3956 2.3024 13.9776 3.98045C14.3565 4.3823 14.3378 5.01519 13.936 5.39405C13.5341 5.77291 12.9012 5.75427 12.5224 5.35242C11.2893 4.04448 9.60203 3.25 7.75 3.25C5.89797 3.25 4.21073 4.04448 2.97762 5.35242C2.59876 5.75427 1.96587 5.77291 1.56402 5.39405C1.16217 5.01519 1.14353 4.3823 1.52239 3.98045ZM4.27239 6.89735C5.15064 5.9658 6.38021 5.37512 7.75 5.37512C9.1198 5.37512 10.3494 5.9658 11.2276 6.89735C11.6065 7.2992 11.5878 7.93209 11.186 8.31095C10.7841 8.68981 10.1512 8.67117 9.77239 8.26932C9.24306 7.70787 8.52809 7.37512 7.75 7.37512C6.97191 7.37512 6.25694 7.70787 5.72762 8.26932C5.34876 8.67117 4.71587 8.68981 4.31402 8.31095C3.91217 7.93209 3.89353 7.2992 4.27239 6.89735ZM6.74103 10.25C6.74103 9.69772 7.18875 9.25 7.74103 9.25H7.75002C8.3023 9.25 8.75002 9.69772 8.75002 10.25C8.75002 10.8023 8.3023 11.25 7.75002 11.25H7.74103C7.18875 11.25 6.74103 10.8023 6.74103 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9497 6.0503C20.8827 4.98323 19.1526 4.98323 18.0855 6.0503L16.9212 7.21463C16.5879 7.54797 16.4212 7.71463 16.4212 7.92174C16.4212 8.12885 16.5879 8.29551 16.9212 8.62885L19.3712 11.0788C19.7045 11.4122 19.8712 11.5788 20.0783 11.5788C20.2854 11.5788 20.452 11.4122 20.7854 11.0788L21.9497 9.91448C23.0168 8.84742 23.0168 7.11736 21.9497 6.0503Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.3105 13.5537C18.6438 13.2204 18.8105 13.0537 18.8105 12.8466C18.8105 12.6395 18.6438 12.4728 18.3105 12.1395L15.8605 9.68951C15.5272 9.35617 15.3605 9.18951 15.1534 9.18951C14.9463 9.18951 14.7797 9.35617 14.4463 9.68951L8.36945 15.7664C7.40084 16.7347 6.80884 17.3266 6.40167 18.0553C5.9945 18.7839 5.80071 19.5983 5.48363 20.9307L5.27041 21.8263C5.21009 22.0796 5.28552 22.3462 5.46969 22.5303C5.65385 22.7145 5.92037 22.7899 6.17373 22.7296L7.06931 22.5164C8.40175 22.1993 9.2161 22.0055 9.94476 21.5983C10.6734 21.1912 11.2653 20.5992 12.2337 19.6306L18.3105 13.5537Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.52239 3.98045C3.10442 2.3024 5.30627 1.25 7.75 1.25C10.1937 1.25 12.3956 2.3024 13.9776 3.98045C14.3565 4.3823 14.3378 5.01519 13.936 5.39405C13.5341 5.77291 12.9012 5.75427 12.5224 5.35242C11.2893 4.04448 9.60203 3.25 7.75 3.25C5.89797 3.25 4.21073 4.04448 2.97762 5.35242C2.59876 5.75427 1.96587 5.77291 1.56402 5.39405C1.16217 5.01519 1.14353 4.3823 1.52239 3.98045ZM4.27239 6.89735C5.15064 5.9658 6.38021 5.37512 7.75 5.37512C9.1198 5.37512 10.3494 5.9658 11.2276 6.89735C11.6065 7.2992 11.5878 7.93209 11.186 8.31095C10.7841 8.68981 10.1512 8.67117 9.77239 8.26932C9.24306 7.70787 8.52809 7.37512 7.75 7.37512C6.97191 7.37512 6.25694 7.70787 5.72762 8.26932C5.34876 8.67117 4.71587 8.68981 4.31402 8.31095C3.91217 7.93209 3.89353 7.2992 4.27239 6.89735ZM6.74103 10.25C6.74103 9.69772 7.18875 9.25 7.74103 9.25H7.75002C8.3023 9.25 8.75002 9.69772 8.75002 10.25C8.75002 10.8023 8.3023 11.25 7.75002 11.25H7.74103C7.18875 11.25 6.74103 10.8023 6.74103 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-phone-off-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1703 1.41553C14.1825 1.33623 14.1223 1.26427 14.0421 1.26258C13.4437 1.24999 12.7831 1.24999 12.0559 1.25H12.0559H11.9443H11.9443C11.2187 1.24999 10.5593 1.24999 9.9619 1.2625C9.87997 1.26422 9.8183 1.33739 9.83005 1.41849C9.92881 2.01096 9.99345 2.39014 10.0752 2.66868C10.1517 2.92953 10.2198 3.01384 10.2729 3.06094C10.3313 3.11277 10.4222 3.16922 10.6865 3.20574C10.9759 3.24574 11.3709 3.24992 11.9999 3.24992C12.629 3.24992 13.024 3.24574 13.3134 3.20574C13.5776 3.16922 13.6686 3.11277 13.727 3.06094C13.7801 3.01384 13.8481 2.92952 13.9247 2.66868C14.0066 2.38967 14.0713 2.00969 14.1703 1.41553ZM8.3406 1.59979C8.32081 1.46323 8.19637 1.36642 8.05962 1.38481C7.41649 1.47128 6.84379 1.6179 6.34042 1.8781C6.08595 2.00963 5.95872 2.0754 5.93533 2.2259C5.91195 2.3764 6.02537 2.48982 6.25221 2.71667L18.93 15.3945C19.1884 15.6529 19.3176 15.7821 19.4301 15.7895C19.5231 15.7957 19.6143 15.7579 19.6757 15.6878C19.75 15.603 19.75 15.4206 19.75 15.0557V8.94424C19.75 7.34164 19.75 6.06268 19.6152 5.05959C19.4759 4.02333 19.1803 3.16992 18.5052 2.49478C17.8301 1.81964 16.9767 1.52413 15.9404 1.38481C15.8045 1.36654 15.6806 1.46211 15.6599 1.59764L15.6507 1.65723L15.6437 1.69937C15.5533 2.24195 15.4746 2.71391 15.3639 3.09107C15.2448 3.4969 15.0662 3.87796 14.7225 4.18296C14.3669 4.49844 13.9573 4.63097 13.5187 4.6916C13.1051 4.74876 12.5947 4.7499 11.9999 4.7499C11.4051 4.7499 10.8947 4.74876 10.4811 4.6916C10.0424 4.63097 9.6329 4.49844 9.27733 4.18296C8.93355 3.87796 8.75495 3.4969 8.63584 3.09107C8.52515 2.71391 8.44652 2.24195 8.35612 1.69937L8.3491 1.65722L8.34665 1.64149L8.3406 1.59979ZM4.25 15.0557V8.9442V8.94419C4.24998 7.34163 4.24997 6.06267 4.38483 5.05959C4.38518 5.05698 4.38536 5.05567 4.38736 5.04582C4.43131 4.8297 4.71278 4.73459 4.87881 4.87975C4.88637 4.88636 4.88992 4.88991 4.89701 4.897L19.2853 19.2853C19.4004 19.4003 19.4579 19.4578 19.4785 19.5361C19.4992 19.6143 19.4791 19.6874 19.4389 19.8335C19.2615 20.4782 18.9754 21.035 18.5052 21.5052C17.8301 22.1803 16.9767 22.4758 15.9404 22.6152C14.9373 22.75 13.6583 22.75 12.0557 22.75H11.9443C10.3417 22.75 9.0627 22.75 8.05962 22.6152C7.02335 22.4758 6.16994 22.1803 5.4948 21.5052C4.81966 20.83 4.52415 19.9766 4.38483 18.9404C4.24997 17.9373 4.24998 16.6583 4.25 15.0557V15.0557ZM10.25 20C10.25 19.5858 10.5858 19.25 11 19.25H13C13.4142 19.25 13.75 19.5858 13.75 20C13.75 20.4142 13.4142 20.75 13 20.75H11C10.5858 20.75 10.25 20.4142 10.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1703 1.41553C14.1825 1.33623 14.1223 1.26427 14.0421 1.26258C13.4437 1.24999 12.7831 1.24999 12.0559 1.25H12.0559H11.9443H11.9443C11.2187 1.24999 10.5593 1.24999 9.9619 1.2625C9.87997 1.26422 9.8183 1.33739 9.83005 1.41849C9.92881 2.01096 9.99345 2.39014 10.0752 2.66868C10.1517 2.92953 10.2198 3.01384 10.2729 3.06094C10.3313 3.11277 10.4222 3.16922 10.6865 3.20574C10.9759 3.24574 11.3709 3.24992 11.9999 3.24992C12.629 3.24992 13.024 3.24574 13.3134 3.20574C13.5776 3.16922 13.6686 3.11277 13.727 3.06094C13.7801 3.01384 13.8481 2.92952 13.9247 2.66868C14.0066 2.38967 14.0713 2.00969 14.1703 1.41553ZM8.3406 1.59979C8.32081 1.46323 8.19637 1.36642 8.05962 1.38481C7.41649 1.47128 6.84379 1.6179 6.34042 1.8781C6.08595 2.00963 5.95872 2.0754 5.93533 2.2259C5.91195 2.3764 6.02537 2.48982 6.25221 2.71667L18.93 15.3945C19.1884 15.6529 19.3176 15.7821 19.4301 15.7895C19.5231 15.7957 19.6143 15.7579 19.6757 15.6878C19.75 15.603 19.75 15.4206 19.75 15.0557V8.94424C19.75 7.34164 19.75 6.06268 19.6152 5.05959C19.4759 4.02333 19.1803 3.16992 18.5052 2.49478C17.8301 1.81964 16.9767 1.52413 15.9404 1.38481C15.8045 1.36654 15.6806 1.46211 15.6599 1.59764L15.6507 1.65723L15.6437 1.69937C15.5533 2.24195 15.4746 2.71391 15.3639 3.09107C15.2448 3.4969 15.0662 3.87796 14.7225 4.18296C14.3669 4.49844 13.9573 4.63097 13.5187 4.6916C13.1051 4.74876 12.5947 4.7499 11.9999 4.7499C11.4051 4.7499 10.8947 4.74876 10.4811 4.6916C10.0424 4.63097 9.6329 4.49844 9.27733 4.18296C8.93355 3.87796 8.75495 3.4969 8.63584 3.09107C8.52515 2.71391 8.44652 2.24195 8.35612 1.69937L8.3491 1.65722L8.34665 1.64149L8.3406 1.59979ZM4.25 15.0557V8.9442V8.94419C4.24998 7.34163 4.24997 6.06267 4.38483 5.05959C4.38518 5.05698 4.38536 5.05567 4.38736 5.04582C4.43131 4.8297 4.71278 4.73459 4.87881 4.87975C4.88637 4.88636 4.88992 4.88991 4.89701 4.897L19.2853 19.2853C19.4004 19.4003 19.4579 19.4578 19.4785 19.5361C19.4992 19.6143 19.4791 19.6874 19.4389 19.8335C19.2615 20.4782 18.9754 21.035 18.5052 21.5052C17.8301 22.1803 16.9767 22.4758 15.9404 22.6152C14.9373 22.75 13.6583 22.75 12.0557 22.75H11.9443C10.3417 22.75 9.0627 22.75 8.05962 22.6152C7.02335 22.4758 6.16994 22.1803 5.4948 21.5052C4.81966 20.83 4.52415 19.9766 4.38483 18.9404C4.24997 17.9373 4.24998 16.6583 4.25 15.0557V15.0557ZM10.25 20C10.25 19.5858 10.5858 19.25 11 19.25H13C13.4142 19.25 13.75 19.5858 13.75 20C13.75 20.4142 13.4142 20.75 13 20.75H11C10.5858 20.75 10.25 20.4142 10.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-phone-off-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0631 1.25H12.0631C13.6472 1.24998 14.9235 1.24996 15.927 1.38588C16.9733 1.52761 17.8387 1.83022 18.5182 2.51479C19.1899 3.19147 19.4796 4.04001 19.6166 5.06664C19.75 6.0662 19.75 7.34214 19.75 8.94767V8.94768V8.94769V8.9477V8.94771V15.0523C19.75 15.4201 19.75 15.604 19.6746 15.6892C19.6136 15.7581 19.5237 15.7953 19.4319 15.7897C19.3183 15.7829 19.188 15.6526 18.9275 15.392L6.25766 2.72221C6.03036 2.4949 5.91671 2.38125 5.94017 2.23068C5.96364 2.08011 6.09136 2.01423 6.34679 1.88248C6.85281 1.62149 7.42862 1.47317 8.07305 1.38588C9.07655 1.24996 10.3528 1.24998 11.9369 1.25H11.9369H12.0631ZM18.5182 21.4852C17.8387 22.1698 16.9733 22.4724 15.927 22.6141C14.9234 22.75 13.6472 22.75 12.0631 22.75H11.9369C10.3528 22.75 9.07656 22.75 8.07305 22.6141C7.02672 22.4724 6.16129 22.1698 5.48178 21.4852C4.8101 20.8085 4.52038 19.96 4.38337 18.9334C4.24998 17.9338 4.24999 16.6578 4.25 15.0523V15.0523V8.94776V8.94775C4.24999 7.34218 4.24998 6.06622 4.38337 5.06664C4.38456 5.05773 4.38516 5.05327 4.3878 5.04117C4.43405 4.82954 4.70954 4.7363 4.87481 4.87633C4.88426 4.88434 4.89012 4.8902 4.90183 4.90191L4.90183 4.90191L4.90184 4.90192L19.2857 19.2858C19.4008 19.4009 19.4583 19.4584 19.479 19.5367C19.4996 19.615 19.4795 19.6881 19.4391 19.8341C19.2641 20.4679 18.9824 21.0176 18.5182 21.4852ZM11 19C11 18.4477 11.4457 18 11.9955 18H12.0045C12.5543 18 13 18.4477 13 19C13 19.5523 12.5543 20 12.0045 20H11.9955C11.4457 20 11 19.5523 11 19ZM11 3.25C10.5858 3.25 10.25 3.58579 10.25 4C10.25 4.41421 10.5858 4.75 11 4.75H13C13.4142 4.75 13.75 4.41421 13.75 4C13.75 3.58579 13.4142 3.25 13 3.25H11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0631 1.25H12.0631C13.6472 1.24998 14.9235 1.24996 15.927 1.38588C16.9733 1.52761 17.8387 1.83022 18.5182 2.51479C19.1899 3.19147 19.4796 4.04001 19.6166 5.06664C19.75 6.0662 19.75 7.34214 19.75 8.94767V8.94768V8.94769V8.9477V8.94771V15.0523C19.75 15.4201 19.75 15.604 19.6746 15.6892C19.6136 15.7581 19.5237 15.7953 19.4319 15.7897C19.3183 15.7829 19.188 15.6526 18.9275 15.392L6.25766 2.72221C6.03036 2.4949 5.91671 2.38125 5.94017 2.23068C5.96364 2.08011 6.09136 2.01423 6.34679 1.88248C6.85281 1.62149 7.42862 1.47317 8.07305 1.38588C9.07655 1.24996 10.3528 1.24998 11.9369 1.25H11.9369H12.0631ZM18.5182 21.4852C17.8387 22.1698 16.9733 22.4724 15.927 22.6141C14.9234 22.75 13.6472 22.75 12.0631 22.75H11.9369C10.3528 22.75 9.07656 22.75 8.07305 22.6141C7.02672 22.4724 6.16129 22.1698 5.48178 21.4852C4.8101 20.8085 4.52038 19.96 4.38337 18.9334C4.24998 17.9338 4.24999 16.6578 4.25 15.0523V15.0523V8.94776V8.94775C4.24999 7.34218 4.24998 6.06622 4.38337 5.06664C4.38456 5.05773 4.38516 5.05327 4.3878 5.04117C4.43405 4.82954 4.70954 4.7363 4.87481 4.87633C4.88426 4.88434 4.89012 4.8902 4.90183 4.90191L4.90183 4.90191L4.90184 4.90192L19.2857 19.2858C19.4008 19.4009 19.4583 19.4584 19.479 19.5367C19.4996 19.615 19.4795 19.6881 19.4391 19.8341C19.2641 20.4679 18.9824 21.0176 18.5182 21.4852ZM11 19C11 18.4477 11.4457 18 11.9955 18H12.0045C12.5543 18 13 18.4477 13 19C13 19.5523 12.5543 20 12.0045 20H11.9955C11.4457 20 11 19.5523 11 19ZM11 3.25C10.5858 3.25 10.25 3.58579 10.25 4C10.25 4.41421 10.5858 4.75 11 4.75H13C13.4142 4.75 13.75 4.41421 13.75 4C13.75 3.58579 13.4142 3.25 13 3.25H11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-printer-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0526 1.125C13.951 1.12497 14.7002 1.12495 15.295 1.20492C15.9228 1.28932 16.4896 1.47499 16.945 1.93046C17.4005 2.38593 17.5862 2.95273 17.6706 3.58052C17.7144 3.90639 17.7342 4.57879 17.7431 5.26795C17.7468 5.55431 17.7487 5.69748 17.6604 5.78677C17.5721 5.87605 17.4272 5.87578 17.1373 5.87524C17.0025 5.87499 16.865 5.875 16.725 5.875H9.53518C9.45562 5.875 9.37931 5.84339 9.32305 5.78713L6.59568 3.05976C6.51701 2.98109 6.48702 2.86482 6.52643 2.76078C6.64161 2.45666 6.80918 2.17722 7.05594 1.93046C7.51141 1.47499 8.07821 1.28932 8.70601 1.20492C9.30077 1.12495 10.05 1.12497 10.9485 1.125H10.9485H13.0525H13.0526Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6789 7.125H16.6789H12.109C11.4925 7.125 11.1843 7.125 11.1076 7.3102C11.0309 7.49539 11.2488 7.71335 11.6848 8.14926L20.9727 17.4372C21.1548 17.6193 21.2458 17.7103 21.3709 17.7097C21.496 17.7091 21.5773 17.6262 21.74 17.4603C22.0056 17.1896 22.2297 16.8799 22.4032 16.5403C22.6776 16.003 22.7539 15.4188 22.7499 14.7583C22.7459 14.1167 22.6636 13.3235 22.5614 12.3392L22.5537 12.2653C22.4686 11.4455 22.3996 10.7804 22.2948 10.2446C22.1862 9.68957 22.0284 9.20845 21.729 8.7777C21.373 8.2656 20.8935 7.84874 20.335 7.56155C19.8685 7.32166 19.3656 7.22002 18.7883 7.1718C18.2279 7.12499 17.5372 7.12499 16.6789 7.125ZM4.8033 18.5653C5.20351 18.6016 5.6646 18.6158 6.19573 18.6214C6.13967 18.8773 6.09305 19.108 6.06013 19.3146C5.99885 19.6993 5.96909 20.0876 6.04614 20.4818C6.21759 21.359 6.7587 22.135 7.55462 22.5563C7.92064 22.7501 8.30673 22.8167 8.67884 22.8465C9.03472 22.8751 9.47033 22.8751 9.97308 22.8751L14.0269 22.8751C14.5296 22.8751 14.9652 22.8751 15.3211 22.8465C15.6932 22.8167 16.0793 22.7501 16.4453 22.5563C17.2413 22.135 17.7824 21.359 17.9538 20.4818C18.0309 20.0876 18.0011 19.6993 17.9398 19.3146C17.9127 19.1446 17.7129 18.2418 17.6116 17.7844L17.5626 17.5627L7.30079 7.30084C7.21397 7.21401 7.17056 7.1706 7.11527 7.14776C7.05998 7.12492 6.99873 7.12504 6.87623 7.12527C6.21978 7.12649 5.67178 7.13337 5.21173 7.1718C4.6344 7.22002 4.13151 7.32166 3.66499 7.56155C3.10651 7.84874 2.62704 8.2656 2.27103 8.7777C1.97157 9.20845 1.81377 9.68957 1.70522 10.2446C1.60044 10.7805 1.5314 11.4455 1.44628 12.2654L1.43866 12.3389C1.33644 13.3233 1.25407 14.1167 1.25015 14.7583C1.24612 15.4188 1.32242 16.003 1.59682 16.5403C1.9189 17.171 2.41585 17.6981 3.0278 18.065C3.54485 18.3751 4.12804 18.5041 4.8033 18.5653ZM15.6002 17.9604C15.4925 17.5125 15.4492 17.3877 15.396 17.2989C15.2964 17.1326 15.1624 17.0149 15.0199 16.9468C14.9996 16.9371 14.979 16.9284 14.9584 16.9207C14.8772 16.8904 14.7558 16.875 13.9887 16.875H10.0113C9.24425 16.875 9.12287 16.8904 9.04166 16.9207C8.87661 16.9823 8.71794 17.1088 8.60403 17.2989C8.55082 17.3877 8.50757 17.5125 8.39982 17.9604C8.37228 18.0749 8.34053 18.2105 8.30333 18.3719C8.17032 18.9492 8.08251 19.3327 8.03528 19.6292C7.98879 19.921 7.99778 20.0404 8.00905 20.0981C8.07311 20.4258 8.26604 20.6699 8.49042 20.7887C8.507 20.7974 8.57991 20.8321 8.83886 20.8529C9.10504 20.8742 9.45946 20.875 10.0113 20.875H13.9887C14.5406 20.875 14.895 20.8742 15.1612 20.8529C15.4201 20.8321 15.4931 20.7974 15.5096 20.7887C15.734 20.6699 15.9269 20.4258 15.991 20.0981C16.0023 20.0404 16.0113 19.921 15.9648 19.6292C15.9175 19.3327 15.8297 18.9492 15.6967 18.3719C15.6601 18.2131 15.6288 18.0794 15.6016 17.9661L15.6002 17.9604ZM18 10.9999C18 10.4476 18.4457 9.99988 18.9955 9.99988H19.0045C19.5543 9.99988 20 10.4476 20 10.9999C20 11.5522 19.5543 11.9999 19.0045 11.9999H18.9955C18.4457 11.9999 18 11.5522 18 10.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0526 1.125C13.951 1.12497 14.7002 1.12495 15.295 1.20492C15.9228 1.28932 16.4896 1.47499 16.945 1.93046C17.4005 2.38593 17.5862 2.95273 17.6706 3.58052C17.7144 3.90639 17.7342 4.57879 17.7431 5.26795C17.7468 5.55431 17.7487 5.69748 17.6604 5.78677C17.5721 5.87605 17.4272 5.87578 17.1373 5.87524C17.0025 5.87499 16.865 5.875 16.725 5.875H9.53518C9.45562 5.875 9.37931 5.84339 9.32305 5.78713L6.59568 3.05976C6.51701 2.98109 6.48702 2.86482 6.52643 2.76078C6.64161 2.45666 6.80918 2.17722 7.05594 1.93046C7.51141 1.47499 8.07821 1.28932 8.70601 1.20492C9.30077 1.12495 10.05 1.12497 10.9485 1.125H10.9485H13.0525H13.0526Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6789 7.125H16.6789H12.109C11.4925 7.125 11.1843 7.125 11.1076 7.3102C11.0309 7.49539 11.2488 7.71335 11.6848 8.14926L20.9727 17.4372C21.1548 17.6193 21.2458 17.7103 21.3709 17.7097C21.496 17.7091 21.5773 17.6262 21.74 17.4603C22.0056 17.1896 22.2297 16.8799 22.4032 16.5403C22.6776 16.003 22.7539 15.4188 22.7499 14.7583C22.7459 14.1167 22.6636 13.3235 22.5614 12.3392L22.5537 12.2653C22.4686 11.4455 22.3996 10.7804 22.2948 10.2446C22.1862 9.68957 22.0284 9.20845 21.729 8.7777C21.373 8.2656 20.8935 7.84874 20.335 7.56155C19.8685 7.32166 19.3656 7.22002 18.7883 7.1718C18.2279 7.12499 17.5372 7.12499 16.6789 7.125ZM4.8033 18.5653C5.20351 18.6016 5.6646 18.6158 6.19573 18.6214C6.13967 18.8773 6.09305 19.108 6.06013 19.3146C5.99885 19.6993 5.96909 20.0876 6.04614 20.4818C6.21759 21.359 6.7587 22.135 7.55462 22.5563C7.92064 22.7501 8.30673 22.8167 8.67884 22.8465C9.03472 22.8751 9.47033 22.8751 9.97308 22.8751L14.0269 22.8751C14.5296 22.8751 14.9652 22.8751 15.3211 22.8465C15.6932 22.8167 16.0793 22.7501 16.4453 22.5563C17.2413 22.135 17.7824 21.359 17.9538 20.4818C18.0309 20.0876 18.0011 19.6993 17.9398 19.3146C17.9127 19.1446 17.7129 18.2418 17.6116 17.7844L17.5626 17.5627L7.30079 7.30084C7.21397 7.21401 7.17056 7.1706 7.11527 7.14776C7.05998 7.12492 6.99873 7.12504 6.87623 7.12527C6.21978 7.12649 5.67178 7.13337 5.21173 7.1718C4.6344 7.22002 4.13151 7.32166 3.66499 7.56155C3.10651 7.84874 2.62704 8.2656 2.27103 8.7777C1.97157 9.20845 1.81377 9.68957 1.70522 10.2446C1.60044 10.7805 1.5314 11.4455 1.44628 12.2654L1.43866 12.3389C1.33644 13.3233 1.25407 14.1167 1.25015 14.7583C1.24612 15.4188 1.32242 16.003 1.59682 16.5403C1.9189 17.171 2.41585 17.6981 3.0278 18.065C3.54485 18.3751 4.12804 18.5041 4.8033 18.5653ZM15.6002 17.9604C15.4925 17.5125 15.4492 17.3877 15.396 17.2989C15.2964 17.1326 15.1624 17.0149 15.0199 16.9468C14.9996 16.9371 14.979 16.9284 14.9584 16.9207C14.8772 16.8904 14.7558 16.875 13.9887 16.875H10.0113C9.24425 16.875 9.12287 16.8904 9.04166 16.9207C8.87661 16.9823 8.71794 17.1088 8.60403 17.2989C8.55082 17.3877 8.50757 17.5125 8.39982 17.9604C8.37228 18.0749 8.34053 18.2105 8.30333 18.3719C8.17032 18.9492 8.08251 19.3327 8.03528 19.6292C7.98879 19.921 7.99778 20.0404 8.00905 20.0981C8.07311 20.4258 8.26604 20.6699 8.49042 20.7887C8.507 20.7974 8.57991 20.8321 8.83886 20.8529C9.10504 20.8742 9.45946 20.875 10.0113 20.875H13.9887C14.5406 20.875 14.895 20.8742 15.1612 20.8529C15.4201 20.8321 15.4931 20.7974 15.5096 20.7887C15.734 20.6699 15.9269 20.4258 15.991 20.0981C16.0023 20.0404 16.0113 19.921 15.9648 19.6292C15.9175 19.3327 15.8297 18.9492 15.6967 18.3719C15.6601 18.2131 15.6288 18.0794 15.6016 17.9661L15.6002 17.9604ZM18 10.9999C18 10.4476 18.4457 9.99988 18.9955 9.99988H19.0045C19.5543 9.99988 20 10.4476 20 10.9999C20 11.5522 19.5543 11.9999 19.0045 11.9999H18.9955C18.4457 11.9999 18 11.5522 18 10.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-printer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.32116 7.25H16.6789H16.6789H16.6789C17.5372 7.24999 18.2279 7.24999 18.7883 7.2968C19.3656 7.34502 19.8685 7.44666 20.335 7.68655C20.8935 7.97374 21.373 8.3906 21.729 8.90269C22.0284 9.33345 22.1862 9.81457 22.2948 10.3696C22.3996 10.9054 22.4686 11.5704 22.5537 12.3902L22.5537 12.3903L22.5614 12.4642C22.6636 13.4485 22.7459 14.2417 22.7499 14.8833C22.7539 15.5438 22.6776 16.128 22.4032 16.6653C22.0811 17.296 21.5841 17.8231 20.9722 18.19C20.4552 18.5001 19.872 18.6291 19.1967 18.6903C18.7965 18.7266 18.3354 18.7408 17.8042 18.7464L17.8042 18.7464C17.8602 19.0024 17.9069 19.2332 17.9398 19.4398C18.0011 19.8245 18.0309 20.2128 17.9538 20.607C17.7824 21.4842 17.2413 22.2602 16.4453 22.6815C16.0793 22.8753 15.6932 22.9419 15.3211 22.9718C14.9652 23.0003 14.5296 23.0003 14.0269 23.0003L9.9731 23.0003H9.97308C9.47033 23.0003 9.03472 23.0003 8.67884 22.9718C8.30673 22.9419 7.92064 22.8753 7.55462 22.6815C6.7587 22.2602 6.21759 21.4842 6.04614 20.607C5.96909 20.2128 5.99885 19.8245 6.06013 19.4398C6.09306 19.2332 6.1397 19.0024 6.19578 18.7464L6.19573 18.7464C5.6646 18.7408 5.20351 18.7266 4.8033 18.6903C4.12804 18.6291 3.54485 18.5001 3.0278 18.19C2.41585 17.8231 1.9189 17.296 1.59682 16.6653C1.32242 16.128 1.24612 15.5438 1.25015 14.8833C1.25407 14.2417 1.33644 13.4483 1.43866 12.4639L1.44628 12.3904C1.5314 11.5705 1.60044 10.9055 1.70522 10.3696C1.81377 9.81457 1.97157 9.33345 2.27103 8.90269C2.62704 8.3906 3.10651 7.97374 3.66499 7.68655C4.13151 7.44666 4.6344 7.34502 5.21173 7.2968C5.77206 7.24999 6.46282 7.24999 7.32113 7.25H7.32114H7.32115H7.32116ZM10.0113 17.0003C9.24419 17.0003 9.12282 17.0157 9.04161 17.046C8.87656 17.1076 8.71789 17.2341 8.60398 17.4242C8.53717 17.5357 8.48606 17.704 8.30328 18.4972C8.17027 19.0745 8.08246 19.458 8.03523 19.7545C7.98874 20.0463 7.99773 20.1657 8.009 20.2234C8.07305 20.5511 8.26599 20.7952 8.49036 20.914C8.50695 20.9227 8.57986 20.9574 8.83881 20.9782C9.10499 20.9995 9.45941 21.0003 10.0113 21.0003H13.9887C14.5405 21.0003 14.895 20.9995 15.1611 20.9782C15.4201 20.9574 15.493 20.9227 15.5096 20.914C15.734 20.7952 15.9269 20.5511 15.991 20.2234C16.0022 20.1657 16.0112 20.0463 15.9647 19.7545C15.9175 19.458 15.8297 19.0745 15.6967 18.4972C15.5139 17.704 15.4628 17.5357 15.396 17.4242C15.2821 17.2341 15.1234 17.1076 14.9583 17.046C14.8771 17.0157 14.7558 17.0003 13.9887 17.0003H10.0113ZM17 12C17 11.4477 17.4457 11 17.9955 11H18.0045C18.5543 11 19 11.4477 19 12C19 12.5523 18.5543 13 18.0045 13H17.9955C17.4457 13 17 12.5523 17 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0519 1.25C13.9503 1.24997 14.6995 1.24995 15.2943 1.32992C15.9221 1.41432 16.4889 1.59999 16.9444 2.05546C17.3998 2.51093 17.5855 3.07773 17.6699 3.70552C17.7137 4.03139 17.7335 4.70379 17.7425 5.39295C17.7462 5.67931 17.748 5.82248 17.6597 5.91177C17.5714 6.00105 17.4265 6.00078 17.1366 6.00024C17.0018 5.99999 16.8643 6 16.7243 6H7.27535C7.13534 6 6.99782 5.99999 6.86299 6.00024C6.57312 6.00078 6.42819 6.00105 6.33989 5.91177C6.2516 5.82248 6.25346 5.67931 6.25717 5.39295C6.26612 4.70379 6.28592 4.03139 6.32973 3.70552C6.41413 3.07773 6.5998 2.51093 7.05527 2.05546C7.51074 1.59999 8.07754 1.41432 8.70534 1.32992C9.30011 1.24995 10.0494 1.24997 10.9478 1.25H13.0519Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.32116 7.25H16.6789H16.6789H16.6789C17.5372 7.24999 18.2279 7.24999 18.7883 7.2968C19.3656 7.34502 19.8685 7.44666 20.335 7.68655C20.8935 7.97374 21.373 8.3906 21.729 8.90269C22.0284 9.33345 22.1862 9.81457 22.2948 10.3696C22.3996 10.9054 22.4686 11.5704 22.5537 12.3902L22.5537 12.3903L22.5614 12.4642C22.6636 13.4485 22.7459 14.2417 22.7499 14.8833C22.7539 15.5438 22.6776 16.128 22.4032 16.6653C22.0811 17.296 21.5841 17.8231 20.9722 18.19C20.4552 18.5001 19.872 18.6291 19.1967 18.6903C18.7965 18.7266 18.3354 18.7408 17.8042 18.7464L17.8042 18.7464C17.8602 19.0024 17.9069 19.2332 17.9398 19.4398C18.0011 19.8245 18.0309 20.2128 17.9538 20.607C17.7824 21.4842 17.2413 22.2602 16.4453 22.6815C16.0793 22.8753 15.6932 22.9419 15.3211 22.9718C14.9652 23.0003 14.5296 23.0003 14.0269 23.0003L9.9731 23.0003H9.97308C9.47033 23.0003 9.03472 23.0003 8.67884 22.9718C8.30673 22.9419 7.92064 22.8753 7.55462 22.6815C6.7587 22.2602 6.21759 21.4842 6.04614 20.607C5.96909 20.2128 5.99885 19.8245 6.06013 19.4398C6.09306 19.2332 6.1397 19.0024 6.19578 18.7464L6.19573 18.7464C5.6646 18.7408 5.20351 18.7266 4.8033 18.6903C4.12804 18.6291 3.54485 18.5001 3.0278 18.19C2.41585 17.8231 1.9189 17.296 1.59682 16.6653C1.32242 16.128 1.24612 15.5438 1.25015 14.8833C1.25407 14.2417 1.33644 13.4483 1.43866 12.4639L1.44628 12.3904C1.5314 11.5705 1.60044 10.9055 1.70522 10.3696C1.81377 9.81457 1.97157 9.33345 2.27103 8.90269C2.62704 8.3906 3.10651 7.97374 3.66499 7.68655C4.13151 7.44666 4.6344 7.34502 5.21173 7.2968C5.77206 7.24999 6.46282 7.24999 7.32113 7.25H7.32114H7.32115H7.32116ZM10.0113 17.0003C9.24419 17.0003 9.12282 17.0157 9.04161 17.046C8.87656 17.1076 8.71789 17.2341 8.60398 17.4242C8.53717 17.5357 8.48606 17.704 8.30328 18.4972C8.17027 19.0745 8.08246 19.458 8.03523 19.7545C7.98874 20.0463 7.99773 20.1657 8.009 20.2234C8.07305 20.5511 8.26599 20.7952 8.49036 20.914C8.50695 20.9227 8.57986 20.9574 8.83881 20.9782C9.10499 20.9995 9.45941 21.0003 10.0113 21.0003H13.9887C14.5405 21.0003 14.895 20.9995 15.1611 20.9782C15.4201 20.9574 15.493 20.9227 15.5096 20.914C15.734 20.7952 15.9269 20.5511 15.991 20.2234C16.0022 20.1657 16.0112 20.0463 15.9647 19.7545C15.9175 19.458 15.8297 19.0745 15.6967 18.4972C15.5139 17.704 15.4628 17.5357 15.396 17.4242C15.2821 17.2341 15.1234 17.1076 14.9583 17.046C14.8771 17.0157 14.7558 17.0003 13.9887 17.0003H10.0113ZM17 12C17 11.4477 17.4457 11 17.9955 11H18.0045C18.5543 11 19 11.4477 19 12C19 12.5523 18.5543 13 18.0045 13H17.9955C17.4457 13 17 12.5523 17 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0519 1.25C13.9503 1.24997 14.6995 1.24995 15.2943 1.32992C15.9221 1.41432 16.4889 1.59999 16.9444 2.05546C17.3998 2.51093 17.5855 3.07773 17.6699 3.70552C17.7137 4.03139 17.7335 4.70379 17.7425 5.39295C17.7462 5.67931 17.748 5.82248 17.6597 5.91177C17.5714 6.00105 17.4265 6.00078 17.1366 6.00024C17.0018 5.99999 16.8643 6 16.7243 6H7.27535C7.13534 6 6.99782 5.99999 6.86299 6.00024C6.57312 6.00078 6.42819 6.00105 6.33989 5.91177C6.2516 5.82248 6.25346 5.67931 6.25717 5.39295C6.26612 4.70379 6.28592 4.03139 6.32973 3.70552C6.41413 3.07773 6.5998 2.51093 7.05527 2.05546C7.51074 1.59999 8.07754 1.41432 8.70534 1.32992C9.30011 1.24995 10.0494 1.24997 10.9478 1.25H13.0519Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-radio-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6154 1.32718C17.1252 1.11477 17.7106 1.35584 17.9231 1.86565C18.1355 2.37545 17.8944 2.96092 17.3846 3.17334L13.3237 4.86538C12.9655 5.01461 12.7865 5.08922 12.8026 5.16961C12.8186 5.25 13.0126 5.25 13.4006 5.25H14.0564C15.8942 5.24999 17.3498 5.24997 18.489 5.40314C19.6614 5.56076 20.6104 5.89288 21.3588 6.64124C22.1071 7.38961 22.4392 8.33856 22.5969 9.51098C22.75 10.6502 22.75 12.1058 22.75 13.9435V14.0564C22.75 15.8942 22.75 17.3498 22.5969 18.489C22.4392 19.6614 22.1071 20.6104 21.3588 21.3588C20.6104 22.1071 19.6614 22.4392 18.489 22.5969C17.3498 22.75 15.8942 22.75 14.0565 22.75H9.94359C8.10585 22.75 6.65018 22.75 5.51098 22.5969C4.33856 22.4392 3.38961 22.1071 2.64124 21.3588C1.89288 20.6104 1.56076 19.6614 1.40314 18.489C1.24997 17.3498 1.24998 15.8942 1.25 14.0564V14.0564V13.9436V13.9436C1.24999 12.1058 1.24997 10.6502 1.40314 9.51098C1.56076 8.33856 1.89288 7.38961 2.64124 6.64124C3.38961 5.89288 4.33856 5.56076 5.51098 5.40314C5.96316 5.34234 6.46518 5.30568 7.02117 5.28357H7.02118C7.07596 5.28139 7.10337 5.2803 7.12943 5.27455C7.1555 5.26879 7.18046 5.2584 7.23036 5.23761L16.6154 1.32718ZM11.2674 9.19727C13.8976 7.6787 17.2609 8.57989 18.7795 11.2101C19.4566 12.3829 19.6526 13.7014 19.4288 14.9372C19.151 16.4734 18.2243 17.8819 16.7664 18.7236C14.1361 20.2422 10.7729 19.341 9.25428 16.7107C8.58231 15.5468 8.38415 14.2394 8.59995 13.0118L8.6073 12.9708C8.88798 11.4396 9.81356 10.0366 11.2674 9.19727ZM5.45487 10.4997C4.91572 10.4874 4.48242 10.0445 4.48242 9.5C4.48242 8.94772 4.92814 8.5 5.47795 8.5H5.48689C5.49583 8.5 5.50475 8.50012 5.51363 8.50035C6.05588 8.51192 6.49189 8.9551 6.49189 9.50012C6.49189 10.0524 6.04418 10.5001 5.49189 10.5001H5.48291C5.47353 10.5001 5.46418 10.5 5.45487 10.4997ZM12.2668 10.9303C11.7118 11.2508 11.2777 11.7004 10.9807 12.2192C10.6756 12.7525 10.5153 13.359 10.5172 13.9736C10.5182 14.3107 10.5187 14.4793 10.6686 14.5655C10.8185 14.6517 10.982 14.5574 11.309 14.3686L15.7251 11.8189C15.9687 11.6783 16.1215 11.59 16.1838 11.4827C16.2047 11.4462 16.2152 11.4075 16.2152 11.3638C16.2155 11.1909 16.0698 11.1062 15.7783 10.9368C14.7296 10.3271 13.3927 10.2803 12.2668 10.9303ZM12.3083 16.1016C12.0648 16.2423 11.9119 16.3305 11.8497 16.4379C11.8288 16.4743 11.8183 16.513 11.8182 16.5567C11.8179 16.7296 11.9637 16.8143 12.2551 16.9838C13.3038 17.5935 14.6408 17.6402 15.7666 16.9902C16.3217 16.6697 16.7557 16.2202 17.0527 15.7013C17.3578 15.168 17.5181 14.5616 17.5163 13.9469C17.5152 13.6098 17.5147 13.4412 17.3649 13.355C17.215 13.2688 17.0515 13.3632 16.7245 13.552L12.3084 16.1016L12.3083 16.1016Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6154 1.32718C17.1252 1.11477 17.7106 1.35584 17.9231 1.86565C18.1355 2.37545 17.8944 2.96092 17.3846 3.17334L13.3237 4.86538C12.9655 5.01461 12.7865 5.08922 12.8026 5.16961C12.8186 5.25 13.0126 5.25 13.4006 5.25H14.0564C15.8942 5.24999 17.3498 5.24997 18.489 5.40314C19.6614 5.56076 20.6104 5.89288 21.3588 6.64124C22.1071 7.38961 22.4392 8.33856 22.5969 9.51098C22.75 10.6502 22.75 12.1058 22.75 13.9435V14.0564C22.75 15.8942 22.75 17.3498 22.5969 18.489C22.4392 19.6614 22.1071 20.6104 21.3588 21.3588C20.6104 22.1071 19.6614 22.4392 18.489 22.5969C17.3498 22.75 15.8942 22.75 14.0565 22.75H9.94359C8.10585 22.75 6.65018 22.75 5.51098 22.5969C4.33856 22.4392 3.38961 22.1071 2.64124 21.3588C1.89288 20.6104 1.56076 19.6614 1.40314 18.489C1.24997 17.3498 1.24998 15.8942 1.25 14.0564V14.0564V13.9436V13.9436C1.24999 12.1058 1.24997 10.6502 1.40314 9.51098C1.56076 8.33856 1.89288 7.38961 2.64124 6.64124C3.38961 5.89288 4.33856 5.56076 5.51098 5.40314C5.96316 5.34234 6.46518 5.30568 7.02117 5.28357H7.02118C7.07596 5.28139 7.10337 5.2803 7.12943 5.27455C7.1555 5.26879 7.18046 5.2584 7.23036 5.23761L16.6154 1.32718ZM11.2674 9.19727C13.8976 7.6787 17.2609 8.57989 18.7795 11.2101C19.4566 12.3829 19.6526 13.7014 19.4288 14.9372C19.151 16.4734 18.2243 17.8819 16.7664 18.7236C14.1361 20.2422 10.7729 19.341 9.25428 16.7107C8.58231 15.5468 8.38415 14.2394 8.59995 13.0118L8.6073 12.9708C8.88798 11.4396 9.81356 10.0366 11.2674 9.19727ZM5.45487 10.4997C4.91572 10.4874 4.48242 10.0445 4.48242 9.5C4.48242 8.94772 4.92814 8.5 5.47795 8.5H5.48689C5.49583 8.5 5.50475 8.50012 5.51363 8.50035C6.05588 8.51192 6.49189 8.9551 6.49189 9.50012C6.49189 10.0524 6.04418 10.5001 5.49189 10.5001H5.48291C5.47353 10.5001 5.46418 10.5 5.45487 10.4997ZM12.2668 10.9303C11.7118 11.2508 11.2777 11.7004 10.9807 12.2192C10.6756 12.7525 10.5153 13.359 10.5172 13.9736C10.5182 14.3107 10.5187 14.4793 10.6686 14.5655C10.8185 14.6517 10.982 14.5574 11.309 14.3686L15.7251 11.8189C15.9687 11.6783 16.1215 11.59 16.1838 11.4827C16.2047 11.4462 16.2152 11.4075 16.2152 11.3638C16.2155 11.1909 16.0698 11.1062 15.7783 10.9368C14.7296 10.3271 13.3927 10.2803 12.2668 10.9303ZM12.3083 16.1016C12.0648 16.2423 11.9119 16.3305 11.8497 16.4379C11.8288 16.4743 11.8183 16.513 11.8182 16.5567C11.8179 16.7296 11.9637 16.8143 12.2551 16.9838C13.3038 17.5935 14.6408 17.6402 15.7666 16.9902C16.3217 16.6697 16.7557 16.2202 17.0527 15.7013C17.3578 15.168 17.5181 14.5616 17.5163 13.9469C17.5152 13.6098 17.5147 13.4412 17.3649 13.355C17.215 13.2688 17.0515 13.3632 16.7245 13.552L12.3084 16.1016L12.3083 16.1016Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-radio-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.9523 1.69426C20.1213 2.22005 19.8321 2.78329 19.3063 2.9523L12.1579 5.25H7.93751C7.0029 5.24998 6.18691 5.24996 5.48399 5.2944L18.6943 1.04824C19.2201 0.879237 19.7833 1.16847 19.9523 1.69426ZM5 20.6656V22C5 22.5523 5.44772 23 6 23C6.55228 23 7 22.5523 7 22V20.7481C6.24245 20.7433 5.57709 20.7262 5 20.6656ZM17 20.7481V22C17 22.5523 17.4477 23 18 23C18.5523 23 19 22.5523 19 22V20.6656C18.4229 20.7262 17.7575 20.7433 17 20.7481Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0625 5.25H7.93751H7.93749C6.57648 5.24997 5.46703 5.24995 4.59197 5.3872C3.66863 5.53203 2.90375 5.84344 2.30924 6.53704C1.72902 7.21396 1.482 8.05637 1.36477 9.07369C1.24998 10.0698 1.24999 11.3427 1.25 12.9513V12.9513V13.0487V13.0487C1.24999 14.6573 1.24998 15.9303 1.36477 16.9263C1.482 17.9436 1.72902 18.786 2.30924 19.463C2.90375 20.1566 3.66863 20.468 4.59197 20.6128C5.46703 20.7501 6.57647 20.75 7.93748 20.75H16.0625C17.4235 20.75 18.533 20.7501 19.408 20.6128C20.3314 20.468 21.0963 20.1566 21.6908 19.463C22.271 18.786 22.518 17.9436 22.6352 16.9263C22.75 15.9303 22.75 14.6574 22.75 13.0488V13.0487V13.0487V12.9513V12.9513V12.9513C22.75 11.3427 22.75 10.0697 22.6352 9.07369C22.518 8.05637 22.271 7.21396 21.6908 6.53704C21.0963 5.84344 20.3314 5.53203 19.408 5.3872C18.533 5.24995 17.4235 5.24997 16.0625 5.25H16.0625ZM5 11C5 10.4477 5.44772 10 6 10H9C9.55229 10 10 10.4477 10 11C10 11.5523 9.55229 12 9 12H6C5.44772 12 5 11.5523 5 11ZM6 15C6 14.4477 6.44772 14 7 14H7.00898C7.56127 14 8.00898 14.4477 8.00898 15C8.00898 15.5523 7.56127 16 7.00898 16H7C6.44772 16 6 15.5523 6 15ZM11.5 13C11.5 11.067 13.067 9.5 15 9.5C16.933 9.5 18.5 11.067 18.5 13C18.5 14.933 16.933 16.5 15 16.5C13.067 16.5 11.5 14.933 11.5 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.9523 1.69426C20.1213 2.22005 19.8321 2.78329 19.3063 2.9523L12.1579 5.25H7.93751C7.0029 5.24998 6.18691 5.24996 5.48399 5.2944L18.6943 1.04824C19.2201 0.879237 19.7833 1.16847 19.9523 1.69426ZM5 20.6656V22C5 22.5523 5.44772 23 6 23C6.55228 23 7 22.5523 7 22V20.7481C6.24245 20.7433 5.57709 20.7262 5 20.6656ZM17 20.7481V22C17 22.5523 17.4477 23 18 23C18.5523 23 19 22.5523 19 22V20.6656C18.4229 20.7262 17.7575 20.7433 17 20.7481Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0625 5.25H7.93751H7.93749C6.57648 5.24997 5.46703 5.24995 4.59197 5.3872C3.66863 5.53203 2.90375 5.84344 2.30924 6.53704C1.72902 7.21396 1.482 8.05637 1.36477 9.07369C1.24998 10.0698 1.24999 11.3427 1.25 12.9513V12.9513V13.0487V13.0487C1.24999 14.6573 1.24998 15.9303 1.36477 16.9263C1.482 17.9436 1.72902 18.786 2.30924 19.463C2.90375 20.1566 3.66863 20.468 4.59197 20.6128C5.46703 20.7501 6.57647 20.75 7.93748 20.75H16.0625C17.4235 20.75 18.533 20.7501 19.408 20.6128C20.3314 20.468 21.0963 20.1566 21.6908 19.463C22.271 18.786 22.518 17.9436 22.6352 16.9263C22.75 15.9303 22.75 14.6574 22.75 13.0488V13.0487V13.0487V12.9513V12.9513V12.9513C22.75 11.3427 22.75 10.0697 22.6352 9.07369C22.518 8.05637 22.271 7.21396 21.6908 6.53704C21.0963 5.84344 20.3314 5.53203 19.408 5.3872C18.533 5.24995 17.4235 5.24997 16.0625 5.25H16.0625ZM5 11C5 10.4477 5.44772 10 6 10H9C9.55229 10 10 10.4477 10 11C10 11.5523 9.55229 12 9 12H6C5.44772 12 5 11.5523 5 11ZM6 15C6 14.4477 6.44772 14 7 14H7.00898C7.56127 14 8.00898 14.4477 8.00898 15C8.00898 15.5523 7.56127 16 7.00898 16H7C6.44772 16 6 15.5523 6 15ZM11.5 13C11.5 11.067 13.067 9.5 15 9.5C16.933 9.5 18.5 11.067 18.5 13C18.5 14.933 16.933 16.5 15 16.5C13.067 16.5 11.5 14.933 11.5 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-remote-control{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4404 1.38483C15.4373 1.24997 14.1584 1.24998 12.5558 1.25H12.5558H11.4443H11.4442C9.84166 1.24998 8.5627 1.24997 7.55961 1.38483C6.52335 1.52415 5.66994 1.81966 4.9948 2.4948C4.31966 3.16994 4.02415 4.02335 3.88483 5.05961C3.74997 6.06269 3.74998 7.34165 3.75 8.94423V8.94424V15.0557V15.0558C3.74998 16.6583 3.74997 17.9373 3.88483 18.9404C4.02415 19.9767 4.31966 20.8301 4.9948 21.5052C5.66994 22.1803 6.52335 22.4758 7.55961 22.6152C8.5627 22.75 9.84166 22.75 11.4443 22.75H12.5557C14.1583 22.75 15.4373 22.75 16.4404 22.6152C17.4767 22.4758 18.3301 22.1803 19.0052 21.5052C19.6803 20.8301 19.9758 19.9767 20.1152 18.9404C20.25 17.9373 20.25 16.6583 20.25 15.0557V8.94426C20.25 7.34166 20.25 6.0627 20.1152 5.05961C19.9758 4.02335 19.6803 3.16994 19.0052 2.4948C18.3301 1.81966 17.4767 1.52415 16.4404 1.38483ZM7.92332 14.2539C7.54513 14.2923 7.25 14.6117 7.25 15C7.25 15.4142 7.58579 15.75 8 15.75H10C10.4142 15.75 10.75 15.4142 10.75 15C10.75 14.5858 10.4142 14.25 10 14.25H8C7.97411 14.25 7.94853 14.2513 7.92332 14.2539ZM7.25 18C7.25 17.5858 7.58579 17.25 8 17.25H10C10.4142 17.25 10.75 17.5858 10.75 18C10.75 18.4142 10.4142 18.75 10 18.75H8C7.97411 18.75 7.94853 18.7487 7.92332 18.7461C7.54513 18.7077 7.25 18.3883 7.25 18ZM14 14.25C13.5858 14.25 13.25 14.5858 13.25 15C13.25 15.4142 13.5858 15.75 14 15.75H16C16.4142 15.75 16.75 15.4142 16.75 15C16.75 14.5858 16.4142 14.25 16 14.25H14ZM13.25 18C13.25 17.5858 13.5858 17.25 14 17.25H16C16.4142 17.25 16.75 17.5858 16.75 18C16.75 18.4142 16.4142 18.75 16 18.75H14C13.5858 18.75 13.25 18.4142 13.25 18ZM12 4.25C10.0584 4.25 8.4614 5.72562 8.26936 7.61658C8.25656 7.74265 8.25 7.87056 8.25 8C8.25 10.0711 9.92893 11.75 12 11.75C14.0711 11.75 15.75 10.0711 15.75 8C15.75 5.92893 14.0711 4.25 12 4.25ZM9.75 8C9.75 6.75736 10.7574 5.75 12 5.75C13.2378 5.75 14.2421 6.74951 14.25 7.98545L14.25 8C14.25 9.24264 13.2426 10.25 12 10.25C10.7574 10.25 9.75 9.24264 9.75 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4404 1.38483C15.4373 1.24997 14.1584 1.24998 12.5558 1.25H12.5558H11.4443H11.4442C9.84166 1.24998 8.5627 1.24997 7.55961 1.38483C6.52335 1.52415 5.66994 1.81966 4.9948 2.4948C4.31966 3.16994 4.02415 4.02335 3.88483 5.05961C3.74997 6.06269 3.74998 7.34165 3.75 8.94423V8.94424V15.0557V15.0558C3.74998 16.6583 3.74997 17.9373 3.88483 18.9404C4.02415 19.9767 4.31966 20.8301 4.9948 21.5052C5.66994 22.1803 6.52335 22.4758 7.55961 22.6152C8.5627 22.75 9.84166 22.75 11.4443 22.75H12.5557C14.1583 22.75 15.4373 22.75 16.4404 22.6152C17.4767 22.4758 18.3301 22.1803 19.0052 21.5052C19.6803 20.8301 19.9758 19.9767 20.1152 18.9404C20.25 17.9373 20.25 16.6583 20.25 15.0557V8.94426C20.25 7.34166 20.25 6.0627 20.1152 5.05961C19.9758 4.02335 19.6803 3.16994 19.0052 2.4948C18.3301 1.81966 17.4767 1.52415 16.4404 1.38483ZM7.92332 14.2539C7.54513 14.2923 7.25 14.6117 7.25 15C7.25 15.4142 7.58579 15.75 8 15.75H10C10.4142 15.75 10.75 15.4142 10.75 15C10.75 14.5858 10.4142 14.25 10 14.25H8C7.97411 14.25 7.94853 14.2513 7.92332 14.2539ZM7.25 18C7.25 17.5858 7.58579 17.25 8 17.25H10C10.4142 17.25 10.75 17.5858 10.75 18C10.75 18.4142 10.4142 18.75 10 18.75H8C7.97411 18.75 7.94853 18.7487 7.92332 18.7461C7.54513 18.7077 7.25 18.3883 7.25 18ZM14 14.25C13.5858 14.25 13.25 14.5858 13.25 15C13.25 15.4142 13.5858 15.75 14 15.75H16C16.4142 15.75 16.75 15.4142 16.75 15C16.75 14.5858 16.4142 14.25 16 14.25H14ZM13.25 18C13.25 17.5858 13.5858 17.25 14 17.25H16C16.4142 17.25 16.75 17.5858 16.75 18C16.75 18.4142 16.4142 18.75 16 18.75H14C13.5858 18.75 13.25 18.4142 13.25 18ZM12 4.25C10.0584 4.25 8.4614 5.72562 8.26936 7.61658C8.25656 7.74265 8.25 7.87056 8.25 8C8.25 10.0711 9.92893 11.75 12 11.75C14.0711 11.75 15.75 10.0711 15.75 8C15.75 5.92893 14.0711 4.25 12 4.25ZM9.75 8C9.75 6.75736 10.7574 5.75 12 5.75C13.2378 5.75 14.2421 6.74951 14.25 7.98545L14.25 8C14.25 9.24264 13.2426 10.25 12 10.25C10.7574 10.25 9.75 9.24264 9.75 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-router{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.27682 3.51108C8.60423 2.12116 10.4513 1.25 12.5 1.25C14.5487 1.25 16.3958 2.12116 17.7232 3.51108C18.1046 3.91048 18.0901 4.54348 17.6907 4.92492C17.2913 5.30636 16.6583 5.2918 16.2768 4.8924C15.3009 3.87054 13.966 3.25 12.5 3.25C11.034 3.25 9.69908 3.87054 8.72318 4.8924C8.34174 5.2918 7.70875 5.30636 7.30934 4.92492C6.90994 4.54348 6.89538 3.91048 7.27682 3.51108ZM9.52682 5.86703C10.2784 5.08006 11.33 4.58182 12.5 4.58182C13.67 4.58182 14.7216 5.08006 15.4732 5.86703C15.8546 6.26644 15.8401 6.89943 15.4407 7.28087C15.0413 7.66231 14.4083 7.64775 14.0268 7.24835C13.6267 6.82944 13.0873 6.58182 12.5 6.58182C11.9127 6.58182 11.3733 6.82944 10.9732 7.24835C10.5917 7.64775 9.95875 7.66231 9.55934 7.28087C9.15994 6.89943 9.14538 6.26644 9.52682 5.86703ZM11.4996 9.25C11.4996 8.69772 11.9473 8.25 12.4996 8.25H12.5086C13.0609 8.25 13.5086 8.69772 13.5086 9.25C13.5086 9.80228 13.0609 10.25 12.5086 10.25H12.4996C11.9473 10.25 11.4996 9.80228 11.4996 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5463 11.25H6.45372H6.4537H6.45369C5.55567 11.25 4.81482 11.25 4.21899 11.3217C3.59372 11.397 3.03942 11.5595 2.55943 11.9469C2.28428 12.1691 2.04536 12.4354 1.84974 12.7346C1.51619 13.2447 1.37825 13.8255 1.31322 14.4924C1.24998 15.1409 1.24999 15.9525 1.25 16.9608V16.9608V16.9608V17.0392V17.0392V17.0392C1.24999 18.0475 1.24998 18.8591 1.31322 19.5076C1.37825 20.1745 1.51619 20.7553 1.84974 21.2654C2.04536 21.5646 2.28428 21.8309 2.55943 22.0531C3.03942 22.4406 3.59372 22.603 4.21899 22.6783C4.81483 22.75 5.55566 22.75 6.45369 22.75H17.5463C18.4443 22.75 19.1852 22.75 19.781 22.6783C20.4063 22.603 20.9606 22.4406 21.4406 22.0531C21.7157 21.8309 21.9546 21.5646 22.1503 21.2654C22.4838 20.7553 22.6218 20.1745 22.6868 19.5076C22.75 18.8591 22.75 18.0475 22.75 17.0391V16.9609C22.75 15.9525 22.75 15.1409 22.6868 14.4924C22.6218 13.8255 22.4838 13.2447 22.1503 12.7346C21.9546 12.4354 21.7157 12.1691 21.4406 11.9469C20.9606 11.5595 20.4063 11.397 19.781 11.3217C19.1852 11.25 18.4444 11.25 17.5463 11.25H17.5463H17.5463ZM16.9998 17C16.9998 16.4477 17.4455 16 17.9953 16H18.0042C18.554 16 18.9998 16.4477 18.9998 17C18.9998 17.5523 18.554 18 18.0042 18H17.9953C17.4455 18 16.9998 17.5523 16.9998 17ZM13.9953 16C13.4455 16 12.9998 16.4477 12.9998 17C12.9998 17.5523 13.4455 18 13.9953 18H14.0042C14.554 18 14.9998 17.5523 14.9998 17C14.9998 16.4477 14.554 16 14.0042 16H13.9953ZM5 17C5 16.4477 5.44772 16 6 16H10C10.5523 16 11 16.4477 11 17C11 17.5523 10.5523 18 10 18H6C5.44772 18 5 17.5523 5 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.27682 3.51108C8.60423 2.12116 10.4513 1.25 12.5 1.25C14.5487 1.25 16.3958 2.12116 17.7232 3.51108C18.1046 3.91048 18.0901 4.54348 17.6907 4.92492C17.2913 5.30636 16.6583 5.2918 16.2768 4.8924C15.3009 3.87054 13.966 3.25 12.5 3.25C11.034 3.25 9.69908 3.87054 8.72318 4.8924C8.34174 5.2918 7.70875 5.30636 7.30934 4.92492C6.90994 4.54348 6.89538 3.91048 7.27682 3.51108ZM9.52682 5.86703C10.2784 5.08006 11.33 4.58182 12.5 4.58182C13.67 4.58182 14.7216 5.08006 15.4732 5.86703C15.8546 6.26644 15.8401 6.89943 15.4407 7.28087C15.0413 7.66231 14.4083 7.64775 14.0268 7.24835C13.6267 6.82944 13.0873 6.58182 12.5 6.58182C11.9127 6.58182 11.3733 6.82944 10.9732 7.24835C10.5917 7.64775 9.95875 7.66231 9.55934 7.28087C9.15994 6.89943 9.14538 6.26644 9.52682 5.86703ZM11.4996 9.25C11.4996 8.69772 11.9473 8.25 12.4996 8.25H12.5086C13.0609 8.25 13.5086 8.69772 13.5086 9.25C13.5086 9.80228 13.0609 10.25 12.5086 10.25H12.4996C11.9473 10.25 11.4996 9.80228 11.4996 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5463 11.25H6.45372H6.4537H6.45369C5.55567 11.25 4.81482 11.25 4.21899 11.3217C3.59372 11.397 3.03942 11.5595 2.55943 11.9469C2.28428 12.1691 2.04536 12.4354 1.84974 12.7346C1.51619 13.2447 1.37825 13.8255 1.31322 14.4924C1.24998 15.1409 1.24999 15.9525 1.25 16.9608V16.9608V16.9608V17.0392V17.0392V17.0392C1.24999 18.0475 1.24998 18.8591 1.31322 19.5076C1.37825 20.1745 1.51619 20.7553 1.84974 21.2654C2.04536 21.5646 2.28428 21.8309 2.55943 22.0531C3.03942 22.4406 3.59372 22.603 4.21899 22.6783C4.81483 22.75 5.55566 22.75 6.45369 22.75H17.5463C18.4443 22.75 19.1852 22.75 19.781 22.6783C20.4063 22.603 20.9606 22.4406 21.4406 22.0531C21.7157 21.8309 21.9546 21.5646 22.1503 21.2654C22.4838 20.7553 22.6218 20.1745 22.6868 19.5076C22.75 18.8591 22.75 18.0475 22.75 17.0391V16.9609C22.75 15.9525 22.75 15.1409 22.6868 14.4924C22.6218 13.8255 22.4838 13.2447 22.1503 12.7346C21.9546 12.4354 21.7157 12.1691 21.4406 11.9469C20.9606 11.5595 20.4063 11.397 19.781 11.3217C19.1852 11.25 18.4444 11.25 17.5463 11.25H17.5463H17.5463ZM16.9998 17C16.9998 16.4477 17.4455 16 17.9953 16H18.0042C18.554 16 18.9998 16.4477 18.9998 17C18.9998 17.5523 18.554 18 18.0042 18H17.9953C17.4455 18 16.9998 17.5523 16.9998 17ZM13.9953 16C13.4455 16 12.9998 16.4477 12.9998 17C12.9998 17.5523 13.4455 18 13.9953 18H14.0042C14.554 18 14.9998 17.5523 14.9998 17C14.9998 16.4477 14.554 16 14.0042 16H13.9953ZM5 17C5 16.4477 5.44772 16 6 16H10C10.5523 16 11 16.4477 11 17C11 17.5523 10.5523 18 10 18H6C5.44772 18 5 17.5523 5 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-satellite{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.2499 1.25C17.8692 1.25 16.7499 2.36929 16.7499 3.75C16.7499 4.0937 16.8192 4.4212 16.9447 4.71926C15.3564 5.20782 13.7342 5.63766 12.167 6.1897L13.7666 7.78929L16.079 7.07803L15.2666 9.28934L16.8249 10.8476L18.5503 6.15079C18.7723 6.21537 19.007 6.25 19.2499 6.25C20.6306 6.25 21.7499 5.13071 21.7499 3.75C21.7499 2.36929 20.6306 1.25 19.2499 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.8126 12.8369L18.8126 12.8369L10.1648 4.18905C9.55714 3.58132 9.02785 3.05194 8.51891 2.70655C7.94989 2.32039 7.3492 2.12229 6.62119 2.23416C5.92414 2.34128 5.30273 2.70257 4.8883 3.27745C3.74606 4.86187 3.25 7.13919 3.25 9.04333C3.25 11.8635 4.39224 14.6211 6.38641 16.6153C8.38057 18.6095 11.1382 19.7517 13.9584 19.7517C15.8597 19.7517 18.142 19.2541 19.7242 18.1134C20.2991 17.699 20.6604 17.0776 20.7675 16.3805C20.8794 15.6525 20.6813 15.0518 20.2951 14.4828C19.9498 13.9739 19.4204 13.4446 18.8126 12.8369Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.68936 21.7062C9.78867 21.9379 9.76492 22.204 9.62613 22.4145C9.48735 22.6249 9.25211 22.7516 9 22.7516H3C2.7479 22.7516 2.51265 22.6249 2.37387 22.4145C2.23509 22.204 2.21133 21.9379 2.31064 21.7062L4.06106 17.6219C4.23413 17.218 4.32067 17.0161 4.47974 16.9875C4.63881 16.959 4.79609 17.1244 5.11065 17.4553C5.18138 17.5296 5.25308 17.6032 5.32575 17.6758C6.3438 18.6939 7.53297 19.5229 8.83761 20.1257C8.94656 20.1761 9.00104 20.2013 9.0398 20.2411C9.07857 20.281 9.10142 20.3343 9.14713 20.441L9.68936 21.7062Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.2499 1.25C17.8692 1.25 16.7499 2.36929 16.7499 3.75C16.7499 4.0937 16.8192 4.4212 16.9447 4.71926C15.3564 5.20782 13.7342 5.63766 12.167 6.1897L13.7666 7.78929L16.079 7.07803L15.2666 9.28934L16.8249 10.8476L18.5503 6.15079C18.7723 6.21537 19.007 6.25 19.2499 6.25C20.6306 6.25 21.7499 5.13071 21.7499 3.75C21.7499 2.36929 20.6306 1.25 19.2499 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.8126 12.8369L18.8126 12.8369L10.1648 4.18905C9.55714 3.58132 9.02785 3.05194 8.51891 2.70655C7.94989 2.32039 7.3492 2.12229 6.62119 2.23416C5.92414 2.34128 5.30273 2.70257 4.8883 3.27745C3.74606 4.86187 3.25 7.13919 3.25 9.04333C3.25 11.8635 4.39224 14.6211 6.38641 16.6153C8.38057 18.6095 11.1382 19.7517 13.9584 19.7517C15.8597 19.7517 18.142 19.2541 19.7242 18.1134C20.2991 17.699 20.6604 17.0776 20.7675 16.3805C20.8794 15.6525 20.6813 15.0518 20.2951 14.4828C19.9498 13.9739 19.4204 13.4446 18.8126 12.8369Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.68936 21.7062C9.78867 21.9379 9.76492 22.204 9.62613 22.4145C9.48735 22.6249 9.25211 22.7516 9 22.7516H3C2.7479 22.7516 2.51265 22.6249 2.37387 22.4145C2.23509 22.204 2.21133 21.9379 2.31064 21.7062L4.06106 17.6219C4.23413 17.218 4.32067 17.0161 4.47974 16.9875C4.63881 16.959 4.79609 17.1244 5.11065 17.4553C5.18138 17.5296 5.25308 17.6032 5.32575 17.6758C6.3438 18.6939 7.53297 19.5229 8.83761 20.1257C8.94656 20.1761 9.00104 20.2013 9.0398 20.2411C9.07857 20.281 9.10142 20.3343 9.14713 20.441L9.68936 21.7062Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-screen-add-to-home{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.59506 12.4541C9.45469 12.345 9.30231 12.1924 9.17821 12.0681L8.76215 11.652L3.95711 16.4571C3.56658 16.8476 2.93342 16.8476 2.54289 16.4571C2.15237 16.0665 2.15237 15.4334 2.54289 15.0429L7.34793 10.2378L6.93187 9.82175C6.80759 9.69765 6.65499 9.54527 6.54584 9.4049L6.54376 9.40224C6.4655 9.30168 6.10898 8.84356 6.31491 8.24962C6.52129 7.65439 7.08843 7.51424 7.21114 7.48391L7.21571 7.48278C7.38913 7.43978 7.60482 7.41381 7.78223 7.39245L7.82039 7.38784C8.29448 7.33043 8.90696 7.25813 9.45245 7.25065C9.72464 7.24692 10.0206 7.25825 10.2962 7.30921C10.5412 7.3545 10.9325 7.4584 11.237 7.76292C11.5416 8.06745 11.6455 8.45881 11.6908 8.70379C11.7417 8.97939 11.753 9.27531 11.7493 9.54751C11.7418 10.093 11.6695 10.7055 11.6121 11.1796L11.6075 11.2177C11.5861 11.3951 11.5602 11.6108 11.5172 11.7842L11.516 11.7888C11.4857 11.9115 11.3456 12.4787 10.7503 12.685C10.1564 12.891 9.69828 12.5345 9.59772 12.4562L9.59506 12.4541Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.9689 1.25H14.0303H14.0303H14.0303C15.6389 1.24998 16.9221 1.24997 17.9284 1.38478C18.9676 1.524 19.8232 1.81919 20.5002 2.49386C21.1777 3.16889 21.4744 4.02251 21.6143 5.05927C21.7497 6.06252 21.7496 7.34165 21.7496 8.94408V15.056C21.7496 16.6584 21.7497 17.9375 21.6143 18.9407C21.4744 19.9775 21.1777 20.8311 20.5002 21.5061C19.8232 22.1808 18.9676 22.476 17.9284 22.6152C16.9221 22.75 15.6389 22.75 14.0303 22.75H13.9689C12.3603 22.75 11.0771 22.75 10.0708 22.6152C9.03165 22.476 8.17608 22.1808 7.49901 21.5061C6.82158 20.8311 6.52484 19.9775 6.38496 18.9407C6.29412 18.2675 6.26424 17.47 6.25442 16.5339C6.25313 16.4106 6.25248 16.3489 6.27534 16.2929C6.29819 16.2369 6.34204 16.1931 6.42971 16.1054L8.44402 14.0911C8.6058 13.9293 8.68669 13.8484 8.7802 13.8321C8.87371 13.8158 8.99494 13.873 9.2374 13.9872C9.69911 14.2047 10.4078 14.3913 11.2413 14.1023C12.6137 13.6264 12.924 12.3461 12.9692 12.1597L13.2488 9.56807C13.2531 9.24992 13.2417 8.844 13.1654 8.43109C13.1029 8.09344 12.9279 7.33286 12.2973 6.70226C11.6667 6.07167 10.9061 5.89663 10.5685 5.83421C10.1556 5.75786 9.74966 5.74643 9.43151 5.7508L6.83991 6.0304C6.7194 6.0596 6.65915 6.07421 6.63389 6.07596C6.45416 6.08845 6.32988 5.98222 6.31423 5.80274C6.31203 5.77752 6.31579 5.7315 6.3233 5.63945C6.33985 5.43658 6.36013 5.24328 6.38496 5.05927C6.52484 4.02251 6.82157 3.16889 7.49901 2.49386C8.17608 1.81919 9.03165 1.524 10.0708 1.38478C11.0771 1.24997 12.3603 1.24998 13.9689 1.25H13.9689H13.9689ZM13 19C13 18.4477 13.4457 18 13.9955 18H14.0045C14.5543 18 15 18.4477 15 19C15 19.5523 14.5543 20 14.0045 20H13.9955C13.4457 20 13 19.5523 13 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.59506 12.4541C9.45469 12.345 9.30231 12.1924 9.17821 12.0681L8.76215 11.652L3.95711 16.4571C3.56658 16.8476 2.93342 16.8476 2.54289 16.4571C2.15237 16.0665 2.15237 15.4334 2.54289 15.0429L7.34793 10.2378L6.93187 9.82175C6.80759 9.69765 6.65499 9.54527 6.54584 9.4049L6.54376 9.40224C6.4655 9.30168 6.10898 8.84356 6.31491 8.24962C6.52129 7.65439 7.08843 7.51424 7.21114 7.48391L7.21571 7.48278C7.38913 7.43978 7.60482 7.41381 7.78223 7.39245L7.82039 7.38784C8.29448 7.33043 8.90696 7.25813 9.45245 7.25065C9.72464 7.24692 10.0206 7.25825 10.2962 7.30921C10.5412 7.3545 10.9325 7.4584 11.237 7.76292C11.5416 8.06745 11.6455 8.45881 11.6908 8.70379C11.7417 8.97939 11.753 9.27531 11.7493 9.54751C11.7418 10.093 11.6695 10.7055 11.6121 11.1796L11.6075 11.2177C11.5861 11.3951 11.5602 11.6108 11.5172 11.7842L11.516 11.7888C11.4857 11.9115 11.3456 12.4787 10.7503 12.685C10.1564 12.891 9.69828 12.5345 9.59772 12.4562L9.59506 12.4541Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.9689 1.25H14.0303H14.0303H14.0303C15.6389 1.24998 16.9221 1.24997 17.9284 1.38478C18.9676 1.524 19.8232 1.81919 20.5002 2.49386C21.1777 3.16889 21.4744 4.02251 21.6143 5.05927C21.7497 6.06252 21.7496 7.34165 21.7496 8.94408V15.056C21.7496 16.6584 21.7497 17.9375 21.6143 18.9407C21.4744 19.9775 21.1777 20.8311 20.5002 21.5061C19.8232 22.1808 18.9676 22.476 17.9284 22.6152C16.9221 22.75 15.6389 22.75 14.0303 22.75H13.9689C12.3603 22.75 11.0771 22.75 10.0708 22.6152C9.03165 22.476 8.17608 22.1808 7.49901 21.5061C6.82158 20.8311 6.52484 19.9775 6.38496 18.9407C6.29412 18.2675 6.26424 17.47 6.25442 16.5339C6.25313 16.4106 6.25248 16.3489 6.27534 16.2929C6.29819 16.2369 6.34204 16.1931 6.42971 16.1054L8.44402 14.0911C8.6058 13.9293 8.68669 13.8484 8.7802 13.8321C8.87371 13.8158 8.99494 13.873 9.2374 13.9872C9.69911 14.2047 10.4078 14.3913 11.2413 14.1023C12.6137 13.6264 12.924 12.3461 12.9692 12.1597L13.2488 9.56807C13.2531 9.24992 13.2417 8.844 13.1654 8.43109C13.1029 8.09344 12.9279 7.33286 12.2973 6.70226C11.6667 6.07167 10.9061 5.89663 10.5685 5.83421C10.1556 5.75786 9.74966 5.74643 9.43151 5.7508L6.83991 6.0304C6.7194 6.0596 6.65915 6.07421 6.63389 6.07596C6.45416 6.08845 6.32988 5.98222 6.31423 5.80274C6.31203 5.77752 6.31579 5.7315 6.3233 5.63945C6.33985 5.43658 6.36013 5.24328 6.38496 5.05927C6.52484 4.02251 6.82157 3.16889 7.49901 2.49386C8.17608 1.81919 9.03165 1.524 10.0708 1.38478C11.0771 1.24997 12.3603 1.24998 13.9689 1.25H13.9689H13.9689ZM13 19C13 18.4477 13.4457 18 13.9955 18H14.0045C14.5543 18 15 18.4477 15 19C15 19.5523 14.5543 20 14.0045 20H13.9955C13.4457 20 13 19.5523 13 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-screen-look-rotation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0029 15.9759C20.5607 16.5708 19.8627 17.2744 19.0704 18.0706C18.2743 18.8629 17.5708 19.5607 16.9759 20.0029C16.3391 20.4764 15.688 20.7769 14.9076 20.7481C14.1377 20.7197 13.4858 20.3797 12.8338 19.8748C12.2034 19.3867 11.4912 18.6779 10.6088 17.7997L7.216 14.4233C6.33362 13.5452 5.62134 12.8363 5.13082 12.2089C4.62365 11.5602 4.28055 10.9099 4.25192 10.1406C4.22288 9.36039 4.5263 8.71057 5.00204 8.07682C5.45359 7.47529 6.15479 6.77749 6.9681 5.96814C7.77745 5.15483 8.47529 4.45359 9.07682 4.00204C9.71057 3.5263 10.3604 3.22288 11.1406 3.25192C11.9099 3.28055 12.5602 3.62365 13.2089 4.13082C13.2919 4.19572 13.2927 4.32003 13.2162 4.3925C12.7983 4.78836 12.475 5.27525 12.2678 5.81129C12.0965 6.25438 12.0433 6.67879 12.0207 7.03448C11.9999 7.36008 12 7.74161 12 8.13366V8.24132C12 8.63338 11.9999 9.01492 12.0207 9.34052C12.0433 9.69621 12.0965 10.1206 12.2678 10.5637C12.6256 11.4894 13.3296 12.2684 14.269 12.6853C14.727 12.8886 15.1665 12.9509 15.5216 12.9768C15.8394 13.0001 16.2074 13 16.567 13H18.4329C18.7926 13 19.1606 13.0001 19.4783 12.9768C19.8334 12.9509 20.273 12.8886 20.731 12.6853C21.0132 12.5601 21.1543 12.4975 21.2672 12.5377C21.2752 12.5406 21.2831 12.5437 21.2908 12.5473C21.3999 12.5969 21.4455 12.7101 21.5367 12.9363C21.6606 13.2436 21.7354 13.5638 21.7481 13.9076C21.7769 14.688 21.4764 15.3391 21.0029 15.9759Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 4.74918V3.6875C20 2.31583 18.8548 1.25 17.5 1.25C16.1452 1.25 15 2.31583 15 3.6875V4.74918C14.9249 4.77196 14.8502 4.79929 14.7761 4.8322C14.1559 5.10744 13.6789 5.62765 13.4337 6.26203C13.3278 6.53595 13.2871 6.81726 13.2682 7.11392C13.25 7.39939 13.25 7.74715 13.25 8.16389V8.2111C13.25 8.62784 13.25 8.97561 13.2682 9.26108C13.2871 9.55774 13.3278 9.83905 13.4337 10.113C13.6789 10.7474 14.1559 11.2676 14.7761 11.5428C15.0484 11.6637 15.3272 11.7093 15.6128 11.7302C15.8844 11.75 16.2134 11.75 16.5989 11.75H18.4011C18.7866 11.75 19.1156 11.75 19.3872 11.7302C19.6728 11.7093 19.9516 11.6637 20.2239 11.5428C20.8441 11.2676 21.3211 10.7474 21.5663 10.113C21.6722 9.83905 21.7129 9.55774 21.7318 9.26108C21.75 8.97561 21.75 8.62785 21.75 8.2111V8.16392C21.75 7.74717 21.75 7.39939 21.7318 7.11392C21.7129 6.81726 21.6722 6.53595 21.5663 6.26203C21.3211 5.62765 20.8441 5.10744 20.2239 4.8322C20.1498 4.79929 20.0751 4.77196 20 4.74918ZM16.5 3.6875C16.5 3.19521 16.9218 2.75 17.5 2.75C18.0782 2.75 18.5 3.19521 18.5 3.6875V4.62501H16.5V3.6875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.96919 12.2506C3.38306 12.2336 3.73236 12.5553 3.74938 12.9692C3.80373 14.2908 4.26485 16.2697 5.44655 17.9567C6.4414 19.3769 7.95221 20.6025 10.2173 21.0657L9.89083 20.7482C9.59389 20.4594 9.5873 19.9846 9.87609 19.6876C10.1649 19.3907 10.6397 19.3841 10.9367 19.6729L12.1573 20.8601C12.1654 20.8679 12.1736 20.8759 12.182 20.8841C12.2949 20.9937 12.4339 21.1286 12.5302 21.255C12.6185 21.3709 12.8883 21.7602 12.6663 22.2294C12.4518 22.6824 12.0003 22.7354 11.8531 22.7458C11.6954 22.757 11.5039 22.7424 11.3474 22.7305C11.3359 22.7296 11.3246 22.7288 11.3135 22.7279C7.87235 22.4683 5.61307 20.8089 4.21798 18.8173C2.8423 16.8534 2.31449 14.5833 2.25065 13.0308C2.23362 12.617 2.55533 12.2677 2.96919 12.2506Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0029 15.9759C20.5607 16.5708 19.8627 17.2744 19.0704 18.0706C18.2743 18.8629 17.5708 19.5607 16.9759 20.0029C16.3391 20.4764 15.688 20.7769 14.9076 20.7481C14.1377 20.7197 13.4858 20.3797 12.8338 19.8748C12.2034 19.3867 11.4912 18.6779 10.6088 17.7997L7.216 14.4233C6.33362 13.5452 5.62134 12.8363 5.13082 12.2089C4.62365 11.5602 4.28055 10.9099 4.25192 10.1406C4.22288 9.36039 4.5263 8.71057 5.00204 8.07682C5.45359 7.47529 6.15479 6.77749 6.9681 5.96814C7.77745 5.15483 8.47529 4.45359 9.07682 4.00204C9.71057 3.5263 10.3604 3.22288 11.1406 3.25192C11.9099 3.28055 12.5602 3.62365 13.2089 4.13082C13.2919 4.19572 13.2927 4.32003 13.2162 4.3925C12.7983 4.78836 12.475 5.27525 12.2678 5.81129C12.0965 6.25438 12.0433 6.67879 12.0207 7.03448C11.9999 7.36008 12 7.74161 12 8.13366V8.24132C12 8.63338 11.9999 9.01492 12.0207 9.34052C12.0433 9.69621 12.0965 10.1206 12.2678 10.5637C12.6256 11.4894 13.3296 12.2684 14.269 12.6853C14.727 12.8886 15.1665 12.9509 15.5216 12.9768C15.8394 13.0001 16.2074 13 16.567 13H18.4329C18.7926 13 19.1606 13.0001 19.4783 12.9768C19.8334 12.9509 20.273 12.8886 20.731 12.6853C21.0132 12.5601 21.1543 12.4975 21.2672 12.5377C21.2752 12.5406 21.2831 12.5437 21.2908 12.5473C21.3999 12.5969 21.4455 12.7101 21.5367 12.9363C21.6606 13.2436 21.7354 13.5638 21.7481 13.9076C21.7769 14.688 21.4764 15.3391 21.0029 15.9759Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 4.74918V3.6875C20 2.31583 18.8548 1.25 17.5 1.25C16.1452 1.25 15 2.31583 15 3.6875V4.74918C14.9249 4.77196 14.8502 4.79929 14.7761 4.8322C14.1559 5.10744 13.6789 5.62765 13.4337 6.26203C13.3278 6.53595 13.2871 6.81726 13.2682 7.11392C13.25 7.39939 13.25 7.74715 13.25 8.16389V8.2111C13.25 8.62784 13.25 8.97561 13.2682 9.26108C13.2871 9.55774 13.3278 9.83905 13.4337 10.113C13.6789 10.7474 14.1559 11.2676 14.7761 11.5428C15.0484 11.6637 15.3272 11.7093 15.6128 11.7302C15.8844 11.75 16.2134 11.75 16.5989 11.75H18.4011C18.7866 11.75 19.1156 11.75 19.3872 11.7302C19.6728 11.7093 19.9516 11.6637 20.2239 11.5428C20.8441 11.2676 21.3211 10.7474 21.5663 10.113C21.6722 9.83905 21.7129 9.55774 21.7318 9.26108C21.75 8.97561 21.75 8.62785 21.75 8.2111V8.16392C21.75 7.74717 21.75 7.39939 21.7318 7.11392C21.7129 6.81726 21.6722 6.53595 21.5663 6.26203C21.3211 5.62765 20.8441 5.10744 20.2239 4.8322C20.1498 4.79929 20.0751 4.77196 20 4.74918ZM16.5 3.6875C16.5 3.19521 16.9218 2.75 17.5 2.75C18.0782 2.75 18.5 3.19521 18.5 3.6875V4.62501H16.5V3.6875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.96919 12.2506C3.38306 12.2336 3.73236 12.5553 3.74938 12.9692C3.80373 14.2908 4.26485 16.2697 5.44655 17.9567C6.4414 19.3769 7.95221 20.6025 10.2173 21.0657L9.89083 20.7482C9.59389 20.4594 9.5873 19.9846 9.87609 19.6876C10.1649 19.3907 10.6397 19.3841 10.9367 19.6729L12.1573 20.8601C12.1654 20.8679 12.1736 20.8759 12.182 20.8841C12.2949 20.9937 12.4339 21.1286 12.5302 21.255C12.6185 21.3709 12.8883 21.7602 12.6663 22.2294C12.4518 22.6824 12.0003 22.7354 11.8531 22.7458C11.6954 22.757 11.5039 22.7424 11.3474 22.7305C11.3359 22.7296 11.3246 22.7288 11.3135 22.7279C7.87235 22.4683 5.61307 20.8089 4.21798 18.8173C2.8423 16.8534 2.31449 14.5833 2.25065 13.0308C2.23362 12.617 2.55533 12.2677 2.96919 12.2506Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-screen-rotation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.96919 11.2506C2.38306 11.2336 2.73236 11.5553 2.74938 11.9692C2.8103 13.4505 3.32636 15.6654 4.65014 17.5552C5.80638 19.2059 7.5845 20.6217 10.2762 21.0956L9.71458 20.5494C9.41764 20.2606 9.41105 19.7857 9.69984 19.4888C9.98864 19.1919 10.4635 19.1853 10.7604 19.4741L12.1167 20.7932C12.1253 20.8016 12.1341 20.8102 12.1431 20.8188C12.2699 20.942 12.4198 21.0876 12.5228 21.2228C12.6179 21.3476 12.89 21.7437 12.665 22.2193C12.4475 22.6786 11.9892 22.7343 11.8309 22.7456C11.6621 22.7576 11.4554 22.7418 11.2797 22.7284C11.2675 22.7275 11.2554 22.7266 11.2435 22.7257C7.44722 22.4393 4.95874 20.6103 3.42157 18.4158C1.90381 16.2491 1.32106 13.743 1.25065 12.0308C1.23362 11.617 1.55533 11.2677 1.96919 11.2506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0308 12.7494C21.6169 12.7664 21.2676 12.4447 21.2506 12.0308C21.1897 10.5495 20.6736 8.33458 19.3499 6.44475C18.1936 4.7941 16.4155 3.37835 13.7238 2.90436L14.2854 3.45063C14.5824 3.73942 14.589 4.21425 14.3002 4.51119C14.0114 4.80812 13.5365 4.81472 13.2396 4.52592L11.8833 3.20683C11.8747 3.1984 11.8659 3.18984 11.8569 3.18118C11.7301 3.05802 11.5802 2.91245 11.4772 2.77722C11.3821 2.65239 11.11 2.25633 11.335 1.78075C11.5525 1.32138 12.0108 1.26566 12.1691 1.25442C12.3379 1.24243 12.5446 1.25818 12.7203 1.27155C12.7325 1.27249 12.7446 1.27341 12.7565 1.2743C16.5528 1.5607 19.0413 3.3897 20.5784 5.58416C22.0962 7.75092 22.6789 10.257 22.7494 11.9692C22.7664 12.383 22.4447 12.7323 22.0308 12.7494Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.83336 5.62052C9.3461 5.23748 9.89417 4.97692 10.5609 5.00162C11.2164 5.0259 11.7609 5.31802 12.2808 5.72252C12.7785 6.10974 13.3371 6.66841 14.0132 7.34453L14.0132 7.34455L16.6554 9.98675L16.6555 9.98676C17.3316 10.6628 17.8903 11.2215 18.2775 11.7192C18.682 12.2391 18.9741 12.7836 18.9984 13.4391C19.0231 14.1058 18.7625 14.6539 18.3795 15.1666C18.0214 15.6459 17.4958 16.1715 16.8738 16.7935L16.8738 16.7935L16.7935 16.8738L16.7935 16.8738C16.1715 17.4958 15.6459 18.0214 15.1666 18.3795C14.6539 18.7625 14.1058 19.0231 13.4391 18.9984C12.7836 18.9741 12.2391 18.682 11.7192 18.2775C11.2215 17.8903 10.6628 17.3316 9.98675 16.6554L7.34454 14.0132C6.66842 13.3371 6.10974 12.7785 5.72252 12.2808C5.31802 11.7609 5.0259 11.2164 5.00162 10.5609C4.97692 9.89417 5.23748 9.3461 5.62052 8.83336C5.97858 8.35407 6.5042 7.82849 7.12627 7.20648L7.16637 7.16637L7.20648 7.12627L7.20648 7.12626C7.82849 6.5042 8.35407 5.97858 8.83336 5.62052Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.96919 11.2506C2.38306 11.2336 2.73236 11.5553 2.74938 11.9692C2.8103 13.4505 3.32636 15.6654 4.65014 17.5552C5.80638 19.2059 7.5845 20.6217 10.2762 21.0956L9.71458 20.5494C9.41764 20.2606 9.41105 19.7857 9.69984 19.4888C9.98864 19.1919 10.4635 19.1853 10.7604 19.4741L12.1167 20.7932C12.1253 20.8016 12.1341 20.8102 12.1431 20.8188C12.2699 20.942 12.4198 21.0876 12.5228 21.2228C12.6179 21.3476 12.89 21.7437 12.665 22.2193C12.4475 22.6786 11.9892 22.7343 11.8309 22.7456C11.6621 22.7576 11.4554 22.7418 11.2797 22.7284C11.2675 22.7275 11.2554 22.7266 11.2435 22.7257C7.44722 22.4393 4.95874 20.6103 3.42157 18.4158C1.90381 16.2491 1.32106 13.743 1.25065 12.0308C1.23362 11.617 1.55533 11.2677 1.96919 11.2506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0308 12.7494C21.6169 12.7664 21.2676 12.4447 21.2506 12.0308C21.1897 10.5495 20.6736 8.33458 19.3499 6.44475C18.1936 4.7941 16.4155 3.37835 13.7238 2.90436L14.2854 3.45063C14.5824 3.73942 14.589 4.21425 14.3002 4.51119C14.0114 4.80812 13.5365 4.81472 13.2396 4.52592L11.8833 3.20683C11.8747 3.1984 11.8659 3.18984 11.8569 3.18118C11.7301 3.05802 11.5802 2.91245 11.4772 2.77722C11.3821 2.65239 11.11 2.25633 11.335 1.78075C11.5525 1.32138 12.0108 1.26566 12.1691 1.25442C12.3379 1.24243 12.5446 1.25818 12.7203 1.27155C12.7325 1.27249 12.7446 1.27341 12.7565 1.2743C16.5528 1.5607 19.0413 3.3897 20.5784 5.58416C22.0962 7.75092 22.6789 10.257 22.7494 11.9692C22.7664 12.383 22.4447 12.7323 22.0308 12.7494Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.83336 5.62052C9.3461 5.23748 9.89417 4.97692 10.5609 5.00162C11.2164 5.0259 11.7609 5.31802 12.2808 5.72252C12.7785 6.10974 13.3371 6.66841 14.0132 7.34453L14.0132 7.34455L16.6554 9.98675L16.6555 9.98676C17.3316 10.6628 17.8903 11.2215 18.2775 11.7192C18.682 12.2391 18.9741 12.7836 18.9984 13.4391C19.0231 14.1058 18.7625 14.6539 18.3795 15.1666C18.0214 15.6459 17.4958 16.1715 16.8738 16.7935L16.8738 16.7935L16.7935 16.8738L16.7935 16.8738C16.1715 17.4958 15.6459 18.0214 15.1666 18.3795C14.6539 18.7625 14.1058 19.0231 13.4391 18.9984C12.7836 18.9741 12.2391 18.682 11.7192 18.2775C11.2215 17.8903 10.6628 17.3316 9.98675 16.6554L7.34454 14.0132C6.66842 13.3371 6.10974 12.7785 5.72252 12.2808C5.31802 11.7609 5.0259 11.2164 5.00162 10.5609C4.97692 9.89417 5.23748 9.3461 5.62052 8.83336C5.97858 8.35407 6.5042 7.82849 7.12627 7.20648L7.16637 7.16637L7.20648 7.12627L7.20648 7.12626C7.82849 6.5042 8.35407 5.97858 8.83336 5.62052Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-sd-card{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5549 1.25H14.5549C15.9225 1.24998 17.0248 1.24996 17.8918 1.36652C18.7919 1.48754 19.5498 1.74643 20.1517 2.34835C20.7536 2.95027 21.0125 3.70814 21.1335 4.60825C21.2501 5.47522 21.25 6.57754 21.25 7.94513V14.0565C21.25 15.8942 21.25 17.3498 21.0969 18.489C20.9393 19.6614 20.6071 20.6104 19.8588 21.3588C19.1104 22.1071 18.1615 22.4392 16.989 22.5969C15.8498 22.75 14.3942 22.75 12.5564 22.75H10.582C9.15457 22.75 8.02355 22.75 7.12236 22.6546C6.1986 22.5568 5.42992 22.3519 4.76462 21.8833C4.31895 21.5694 3.93064 21.1811 3.61671 20.7354C3.14807 20.0701 2.94322 19.3014 2.84542 18.3777C2.75 17.4765 2.75001 16.3455 2.75002 14.918L2.75001 14.538C2.7499 14.0563 2.74983 13.7229 2.80783 13.3964C2.87863 12.9979 3.01348 12.6135 3.20714 12.2581C3.36579 11.9669 3.57414 11.7066 3.87515 11.3305L3.91437 11.2815C4.26914 10.838 4.38816 10.685 4.47575 10.5242C4.59194 10.311 4.67285 10.0803 4.71533 9.84123C4.74735 9.66101 4.75002 9.46714 4.75002 8.89922L4.75002 7.94513C4.75 6.57754 4.74998 5.47522 4.86654 4.60825C4.98756 3.70814 5.24645 2.95027 5.84837 2.34835C6.45028 1.74643 7.20816 1.48754 8.10827 1.36652C8.97523 1.24996 10.0776 1.24998 11.4451 1.25H11.4451H14.5549ZM17 5C17.5523 5 18 5.44772 18 6V9C18 9.55228 17.5523 10 17 10C16.4477 10 16 9.55228 16 9V6C16 5.44772 16.4477 5 17 5ZM14 6C14 5.44772 13.5523 5 13 5C12.4477 5 12 5.44772 12 6V9C12 9.55228 12.4477 10 13 10C13.5523 10 14 9.55228 14 9V6ZM9 5C9.55228 5 10 5.44772 10 6V9C10 9.55228 9.55228 10 9 10C8.44772 10 8 9.55228 8 9V6C8 5.44772 8.44772 5 9 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5549 1.25H14.5549C15.9225 1.24998 17.0248 1.24996 17.8918 1.36652C18.7919 1.48754 19.5498 1.74643 20.1517 2.34835C20.7536 2.95027 21.0125 3.70814 21.1335 4.60825C21.2501 5.47522 21.25 6.57754 21.25 7.94513V14.0565C21.25 15.8942 21.25 17.3498 21.0969 18.489C20.9393 19.6614 20.6071 20.6104 19.8588 21.3588C19.1104 22.1071 18.1615 22.4392 16.989 22.5969C15.8498 22.75 14.3942 22.75 12.5564 22.75H10.582C9.15457 22.75 8.02355 22.75 7.12236 22.6546C6.1986 22.5568 5.42992 22.3519 4.76462 21.8833C4.31895 21.5694 3.93064 21.1811 3.61671 20.7354C3.14807 20.0701 2.94322 19.3014 2.84542 18.3777C2.75 17.4765 2.75001 16.3455 2.75002 14.918L2.75001 14.538C2.7499 14.0563 2.74983 13.7229 2.80783 13.3964C2.87863 12.9979 3.01348 12.6135 3.20714 12.2581C3.36579 11.9669 3.57414 11.7066 3.87515 11.3305L3.91437 11.2815C4.26914 10.838 4.38816 10.685 4.47575 10.5242C4.59194 10.311 4.67285 10.0803 4.71533 9.84123C4.74735 9.66101 4.75002 9.46714 4.75002 8.89922L4.75002 7.94513C4.75 6.57754 4.74998 5.47522 4.86654 4.60825C4.98756 3.70814 5.24645 2.95027 5.84837 2.34835C6.45028 1.74643 7.20816 1.48754 8.10827 1.36652C8.97523 1.24996 10.0776 1.24998 11.4451 1.25H11.4451H14.5549ZM17 5C17.5523 5 18 5.44772 18 6V9C18 9.55228 17.5523 10 17 10C16.4477 10 16 9.55228 16 9V6C16 5.44772 16.4477 5 17 5ZM14 6C14 5.44772 13.5523 5 13 5C12.4477 5 12 5.44772 12 6V9C12 9.55228 12.4477 10 13 10C13.5523 10 14 9.55228 14 9V6ZM9 5C9.55228 5 10 5.44772 10 6V9C10 9.55228 9.55228 10 9 10C8.44772 10 8 9.55228 8 9V6C8 5.44772 8.44772 5 9 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-send-to-mobile{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.96303 1.25H10.0493H10.0493C11.6565 1.24998 12.9387 1.24997 13.9442 1.38478C14.9825 1.524 15.8374 1.81919 16.5139 2.49386C17.1908 3.16889 17.4873 4.02251 17.6271 5.05927C17.6973 5.58001 17.731 6.17508 17.7472 6.85111C17.7522 7.05584 17.7546 7.1582 17.7173 7.22794C17.7105 7.24065 17.7081 7.24458 17.6999 7.25645C17.655 7.32161 17.5228 7.38577 17.2585 7.51408C16.468 7.8979 16.0989 8.52804 15.9257 9.00777C15.8348 9.25936 15.7894 9.38517 15.7118 9.43966C15.6342 9.49414 15.5199 9.49414 15.2915 9.49414H10.9929C9.61329 9.49414 8.49492 10.6134 8.49492 11.9941C8.49492 13.3749 9.61329 14.4941 10.9929 14.4941H15.2872C15.5166 14.4941 15.6313 14.4941 15.7091 14.5489C15.7868 14.6037 15.832 14.7302 15.9224 14.9831C16.0942 15.464 16.4629 16.0997 17.2585 16.4859C17.5228 16.6142 17.655 16.6784 17.6999 16.7435C17.7081 16.7554 17.7105 16.7594 17.7173 16.7721C17.7546 16.8418 17.7522 16.9442 17.7472 17.1489C17.731 17.8249 17.6973 18.42 17.6271 18.9407C17.4873 19.9775 17.1908 20.8311 16.5139 21.5061C15.8374 22.1808 14.9825 22.476 13.9442 22.6152C12.9387 22.75 11.6565 22.75 10.0492 22.75H9.96299C8.35572 22.75 7.07357 22.75 6.06809 22.6152C5.02977 22.476 4.17489 22.1808 3.49837 21.5061C2.82149 20.8311 2.52499 19.9775 2.38522 18.9407C2.24997 17.9375 2.24998 16.6584 2.25 15.0559V15.0559V8.94405V8.94404C2.24998 7.34161 2.24997 6.06252 2.38522 5.05927C2.52499 4.02251 2.82149 3.16889 3.49837 2.49386C4.17489 1.81919 5.02977 1.524 6.06809 1.38478C7.07357 1.24997 8.35575 1.24998 9.96302 1.25H9.96303ZM9 19C9 18.4477 9.44571 18 9.99553 18H10.0045C10.5543 18 11 18.4477 11 19C11 19.5523 10.5543 20 10.0045 20H9.99553C9.44571 20 9 19.5523 9 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 10.9941C10.4477 10.9941 10 11.4419 10 11.9941C10 12.5464 10.4477 12.9941 11 12.9941L17.25 12.9941L17.25 13.5884C17.2499 13.764 17.2497 13.9797 17.2718 14.1561L17.2722 14.1595C17.288 14.2859 17.3598 14.862 17.9254 15.1363C18.4923 15.4113 18.9924 15.1093 19.1006 15.044L19.1046 15.0416C19.2576 14.9494 19.4285 14.8152 19.5691 14.7049L19.5993 14.6812C19.9752 14.3865 20.4594 14.0046 20.8504 13.6241C21.0455 13.4343 21.2467 13.217 21.4056 12.9861C21.5468 12.7809 21.75 12.4307 21.75 12C21.75 11.5693 21.5468 11.2191 21.4056 11.0139C21.2467 10.783 21.0455 10.5657 20.8504 10.3759C20.4594 9.99545 19.9752 9.61348 19.5993 9.31885L19.5691 9.29512C19.4285 9.18477 19.2577 9.05062 19.1046 8.95841L19.1006 8.95597C18.9924 8.89065 18.4922 8.58872 17.9254 8.86368C17.3598 9.13804 17.288 9.71408 17.2722 9.84053L17.2718 9.84387C17.2497 10.0203 17.2499 10.236 17.25 10.4116L17.25 10.9941L11 10.9941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.96303 1.25H10.0493H10.0493C11.6565 1.24998 12.9387 1.24997 13.9442 1.38478C14.9825 1.524 15.8374 1.81919 16.5139 2.49386C17.1908 3.16889 17.4873 4.02251 17.6271 5.05927C17.6973 5.58001 17.731 6.17508 17.7472 6.85111C17.7522 7.05584 17.7546 7.1582 17.7173 7.22794C17.7105 7.24065 17.7081 7.24458 17.6999 7.25645C17.655 7.32161 17.5228 7.38577 17.2585 7.51408C16.468 7.8979 16.0989 8.52804 15.9257 9.00777C15.8348 9.25936 15.7894 9.38517 15.7118 9.43966C15.6342 9.49414 15.5199 9.49414 15.2915 9.49414H10.9929C9.61329 9.49414 8.49492 10.6134 8.49492 11.9941C8.49492 13.3749 9.61329 14.4941 10.9929 14.4941H15.2872C15.5166 14.4941 15.6313 14.4941 15.7091 14.5489C15.7868 14.6037 15.832 14.7302 15.9224 14.9831C16.0942 15.464 16.4629 16.0997 17.2585 16.4859C17.5228 16.6142 17.655 16.6784 17.6999 16.7435C17.7081 16.7554 17.7105 16.7594 17.7173 16.7721C17.7546 16.8418 17.7522 16.9442 17.7472 17.1489C17.731 17.8249 17.6973 18.42 17.6271 18.9407C17.4873 19.9775 17.1908 20.8311 16.5139 21.5061C15.8374 22.1808 14.9825 22.476 13.9442 22.6152C12.9387 22.75 11.6565 22.75 10.0492 22.75H9.96299C8.35572 22.75 7.07357 22.75 6.06809 22.6152C5.02977 22.476 4.17489 22.1808 3.49837 21.5061C2.82149 20.8311 2.52499 19.9775 2.38522 18.9407C2.24997 17.9375 2.24998 16.6584 2.25 15.0559V15.0559V8.94405V8.94404C2.24998 7.34161 2.24997 6.06252 2.38522 5.05927C2.52499 4.02251 2.82149 3.16889 3.49837 2.49386C4.17489 1.81919 5.02977 1.524 6.06809 1.38478C7.07357 1.24997 8.35575 1.24998 9.96302 1.25H9.96303ZM9 19C9 18.4477 9.44571 18 9.99553 18H10.0045C10.5543 18 11 18.4477 11 19C11 19.5523 10.5543 20 10.0045 20H9.99553C9.44571 20 9 19.5523 9 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 10.9941C10.4477 10.9941 10 11.4419 10 11.9941C10 12.5464 10.4477 12.9941 11 12.9941L17.25 12.9941L17.25 13.5884C17.2499 13.764 17.2497 13.9797 17.2718 14.1561L17.2722 14.1595C17.288 14.2859 17.3598 14.862 17.9254 15.1363C18.4923 15.4113 18.9924 15.1093 19.1006 15.044L19.1046 15.0416C19.2576 14.9494 19.4285 14.8152 19.5691 14.7049L19.5993 14.6812C19.9752 14.3865 20.4594 14.0046 20.8504 13.6241C21.0455 13.4343 21.2467 13.217 21.4056 12.9861C21.5468 12.7809 21.75 12.4307 21.75 12C21.75 11.5693 21.5468 11.2191 21.4056 11.0139C21.2467 10.783 21.0455 10.5657 20.8504 10.3759C20.4594 9.99545 19.9752 9.61348 19.5993 9.31885L19.5691 9.29512C19.4285 9.18477 19.2577 9.05062 19.1046 8.95841L19.1006 8.95597C18.9924 8.89065 18.4922 8.58872 17.9254 8.86368C17.3598 9.13804 17.288 9.71408 17.2722 9.84053L17.2718 9.84387C17.2497 10.0203 17.2499 10.236 17.25 10.4116L17.25 10.9941L11 10.9941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-simcard-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9389 1.25001C13.9301 1.24984 14.59 1.24973 15.2251 1.48672C15.8256 1.71086 16.3202 2.12335 17.0324 2.71738L19.4453 4.72812C20.3864 5.51149 21.0408 6.05619 21.396 6.81456C21.7512 7.57292 21.7507 8.42434 21.7501 9.64878L21.75 13.0454C21.75 14.8819 21.75 16.3214 21.6263 17.4635C21.5 18.6291 21.2377 19.5735 20.6518 20.3798C20.2972 20.8679 19.8679 21.2972 19.3798 21.6519C18.5734 22.2377 17.6291 22.5 16.4635 22.6263C15.3214 22.75 13.8818 22.75 12.0453 22.75H11.9547C10.1182 22.75 8.67859 22.75 7.53648 22.6263C6.37094 22.5 5.42656 22.2377 4.62024 21.6519C4.13209 21.2972 3.70281 20.8679 3.34815 20.3798C2.76232 19.5735 2.50001 18.6291 2.37373 17.4635C2.24999 16.3214 2.24999 14.8818 2.25 13.0453V11.8028C2.24999 9.56175 2.24998 7.80539 2.42968 6.43146C2.61352 5.02584 2.99689 3.91198 3.84475 3.02555C3.90366 2.96396 3.96394 2.90368 4.02554 2.84476C4.91196 1.99691 6.02582 1.61354 7.43144 1.42969C8.80538 1.25 10.5617 1.25001 12.8028 1.25002L12.9389 1.25001ZM10.2639 13.3547C10.6203 13.7767 10.5672 14.4076 10.1453 14.764L9.0332 15.7033C8.95707 15.7676 8.919 15.7998 8.8947 15.8375C8.8325 15.9339 8.8325 16.0661 8.8947 16.1626C8.919 16.2003 8.95707 16.2324 9.0332 16.2967L10.1453 17.2361C10.5672 17.5925 10.6203 18.2234 10.2639 18.6453C9.90757 19.0672 9.27663 19.1203 8.85472 18.764L7.70296 17.7911C7.44186 17.5707 7.1742 17.3448 6.9799 17.1297C6.76356 16.8902 6.5 16.5178 6.5 16C6.5 15.4823 6.76356 15.1099 6.9799 14.8704C7.1742 14.6553 7.44186 14.4293 7.70295 14.2089L8.85472 13.2361C9.27663 12.8797 9.90757 12.9328 10.2639 13.3547ZM13.7361 13.3547C14.0924 12.9328 14.7234 12.8797 15.1453 13.2361L16.297 14.2089C16.5581 14.4293 16.8258 14.6553 17.0201 14.8704C17.2364 15.1099 17.5 15.4823 17.5 16C17.5 16.5178 17.2364 16.8902 17.0201 17.1297C16.8258 17.3448 16.5581 17.5707 16.297 17.7911L15.1453 18.764C14.7234 19.1203 14.0924 19.0672 13.7361 18.6453C13.3797 18.2234 13.4328 17.5925 13.8547 17.2361L14.9668 16.2967C15.0429 16.2324 15.081 16.2003 15.1053 16.1626C15.1675 16.0661 15.1675 15.9339 15.1053 15.8375C15.081 15.7998 15.0429 15.7676 14.9668 15.7033L13.8547 14.764C13.4328 14.4076 13.3797 13.7767 13.7361 13.3547Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9389 1.25001C13.9301 1.24984 14.59 1.24973 15.2251 1.48672C15.8256 1.71086 16.3202 2.12335 17.0324 2.71738L19.4453 4.72812C20.3864 5.51149 21.0408 6.05619 21.396 6.81456C21.7512 7.57292 21.7507 8.42434 21.7501 9.64878L21.75 13.0454C21.75 14.8819 21.75 16.3214 21.6263 17.4635C21.5 18.6291 21.2377 19.5735 20.6518 20.3798C20.2972 20.8679 19.8679 21.2972 19.3798 21.6519C18.5734 22.2377 17.6291 22.5 16.4635 22.6263C15.3214 22.75 13.8818 22.75 12.0453 22.75H11.9547C10.1182 22.75 8.67859 22.75 7.53648 22.6263C6.37094 22.5 5.42656 22.2377 4.62024 21.6519C4.13209 21.2972 3.70281 20.8679 3.34815 20.3798C2.76232 19.5735 2.50001 18.6291 2.37373 17.4635C2.24999 16.3214 2.24999 14.8818 2.25 13.0453V11.8028C2.24999 9.56175 2.24998 7.80539 2.42968 6.43146C2.61352 5.02584 2.99689 3.91198 3.84475 3.02555C3.90366 2.96396 3.96394 2.90368 4.02554 2.84476C4.91196 1.99691 6.02582 1.61354 7.43144 1.42969C8.80538 1.25 10.5617 1.25001 12.8028 1.25002L12.9389 1.25001ZM10.2639 13.3547C10.6203 13.7767 10.5672 14.4076 10.1453 14.764L9.0332 15.7033C8.95707 15.7676 8.919 15.7998 8.8947 15.8375C8.8325 15.9339 8.8325 16.0661 8.8947 16.1626C8.919 16.2003 8.95707 16.2324 9.0332 16.2967L10.1453 17.2361C10.5672 17.5925 10.6203 18.2234 10.2639 18.6453C9.90757 19.0672 9.27663 19.1203 8.85472 18.764L7.70296 17.7911C7.44186 17.5707 7.1742 17.3448 6.9799 17.1297C6.76356 16.8902 6.5 16.5178 6.5 16C6.5 15.4823 6.76356 15.1099 6.9799 14.8704C7.1742 14.6553 7.44186 14.4293 7.70295 14.2089L8.85472 13.2361C9.27663 12.8797 9.90757 12.9328 10.2639 13.3547ZM13.7361 13.3547C14.0924 12.9328 14.7234 12.8797 15.1453 13.2361L16.297 14.2089C16.5581 14.4293 16.8258 14.6553 17.0201 14.8704C17.2364 15.1099 17.5 15.4823 17.5 16C17.5 16.5178 17.2364 16.8902 17.0201 17.1297C16.8258 17.3448 16.5581 17.5707 16.297 17.7911L15.1453 18.764C14.7234 19.1203 14.0924 19.0672 13.7361 18.6453C13.3797 18.2234 13.4328 17.5925 13.8547 17.2361L14.9668 16.2967C15.0429 16.2324 15.081 16.2003 15.1053 16.1626C15.1675 16.0661 15.1675 15.9339 15.1053 15.8375C15.081 15.7998 15.0429 15.7676 14.9668 15.7033L13.8547 14.764C13.4328 14.4076 13.3797 13.7767 13.7361 13.3547Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-simcard-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9389 1.25001C13.9301 1.24984 14.59 1.24973 15.2251 1.48672C15.8256 1.71086 16.3202 2.12335 17.0324 2.71738L19.4453 4.72812C20.3864 5.51149 21.0408 6.05619 21.396 6.81456C21.7512 7.57292 21.7507 8.42434 21.7501 9.64878L21.75 13.0454C21.75 14.8819 21.75 16.3214 21.6263 17.4635C21.5 18.6291 21.2377 19.5735 20.6518 20.3798C20.2972 20.8679 19.8679 21.2972 19.3798 21.6519C18.5734 22.2377 17.6291 22.5 16.4635 22.6263C15.3214 22.75 13.8818 22.75 12.0453 22.75H11.9547C10.1182 22.75 8.67859 22.75 7.53648 22.6263C6.37094 22.5 5.42656 22.2377 4.62024 21.6519C4.13209 21.2972 3.70281 20.8679 3.34815 20.3798C2.76232 19.5735 2.50001 18.6291 2.37373 17.4635C2.24999 16.3214 2.24999 14.8818 2.25 13.0453V11.8028C2.24999 9.56175 2.24998 7.80539 2.42968 6.43146C2.61352 5.02584 2.99689 3.91198 3.84475 3.02555C3.90366 2.96396 3.96394 2.90368 4.02554 2.84476C4.91196 1.99691 6.02582 1.61354 7.43144 1.42969C8.80538 1.25 10.5617 1.25001 12.8028 1.25002L12.9389 1.25001ZM15.7621 10.3231C15.2952 10.2499 14.715 10.2499 14.0554 10.25H9.9446C9.28504 10.2499 8.7048 10.2499 8.23787 10.3231C7.72301 10.4039 7.24474 10.5872 6.8699 11.0245C6.50935 11.4451 6.37217 11.9532 6.30985 12.4939C6.24996 13.0136 6.24998 13.7133 6.25 14.5C6.24998 15.2867 6.24996 15.9864 6.30985 16.5061C6.37217 17.0469 6.50935 17.5549 6.8699 17.9755C7.24474 18.4129 7.72301 18.5961 8.23787 18.6769C8.7048 18.7501 9.28504 18.7501 9.9446 18.75H14.0554C14.715 18.7501 15.2952 18.7501 15.7621 18.6769C16.277 18.5961 16.7553 18.4129 17.1301 17.9755C17.4907 17.5549 17.6278 17.0469 17.6902 16.5061C17.75 15.9864 17.75 15.2867 17.75 14.5C17.75 13.7133 17.75 13.0136 17.6902 12.4939C17.6278 11.9532 17.4907 11.4451 17.1301 11.0245C16.7553 10.5872 16.277 10.4039 15.7621 10.3231Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.47 11.805C8.16792 11.8524 8.07297 11.9254 8.00847 12.0007C7.92968 12.0926 7.84719 12.2533 7.79967 12.6656C7.77468 12.8825 7.76217 13.1372 7.75592 13.4474C7.75256 13.614 7.88765 13.75 8.05435 13.75H8.99969C9.4139 13.75 9.74969 14.0858 9.74969 14.5C9.74969 14.9142 9.4139 15.25 8.99969 15.25H8.05435C7.88765 15.25 7.75256 15.386 7.75592 15.5526C7.76217 15.8628 7.77468 16.1175 7.79967 16.3344C7.84719 16.7467 7.92968 16.9074 8.00847 16.9993C8.07297 17.0746 8.16792 17.1476 8.47 17.195C8.80698 17.2478 9.26796 17.25 9.99969 17.25H13.9997C14.7314 17.25 15.1924 17.2478 15.5294 17.195C15.8315 17.1476 15.9264 17.0746 15.9909 16.9993C16.0697 16.9074 16.1522 16.7467 16.1997 16.3344C16.2247 16.1175 16.2372 15.8628 16.2435 15.5526C16.2468 15.386 16.1117 15.25 15.945 15.25H14.9997C14.5855 15.25 14.2497 14.9142 14.2497 14.5C14.2497 14.0858 14.5855 13.75 14.9997 13.75H15.945C16.1117 13.75 16.2468 13.614 16.2435 13.4474C16.2372 13.1372 16.2247 12.8825 16.1997 12.6656C16.1522 12.2533 16.0697 12.0926 15.9909 12.0007C15.9264 11.9254 15.8315 11.8524 15.5294 11.805C15.1924 11.7522 14.7314 11.75 13.9997 11.75H9.99969C9.26796 11.75 8.80698 11.7522 8.47 11.805Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9389 1.25001C13.9301 1.24984 14.59 1.24973 15.2251 1.48672C15.8256 1.71086 16.3202 2.12335 17.0324 2.71738L19.4453 4.72812C20.3864 5.51149 21.0408 6.05619 21.396 6.81456C21.7512 7.57292 21.7507 8.42434 21.7501 9.64878L21.75 13.0454C21.75 14.8819 21.75 16.3214 21.6263 17.4635C21.5 18.6291 21.2377 19.5735 20.6518 20.3798C20.2972 20.8679 19.8679 21.2972 19.3798 21.6519C18.5734 22.2377 17.6291 22.5 16.4635 22.6263C15.3214 22.75 13.8818 22.75 12.0453 22.75H11.9547C10.1182 22.75 8.67859 22.75 7.53648 22.6263C6.37094 22.5 5.42656 22.2377 4.62024 21.6519C4.13209 21.2972 3.70281 20.8679 3.34815 20.3798C2.76232 19.5735 2.50001 18.6291 2.37373 17.4635C2.24999 16.3214 2.24999 14.8818 2.25 13.0453V11.8028C2.24999 9.56175 2.24998 7.80539 2.42968 6.43146C2.61352 5.02584 2.99689 3.91198 3.84475 3.02555C3.90366 2.96396 3.96394 2.90368 4.02554 2.84476C4.91196 1.99691 6.02582 1.61354 7.43144 1.42969C8.80538 1.25 10.5617 1.25001 12.8028 1.25002L12.9389 1.25001ZM15.7621 10.3231C15.2952 10.2499 14.715 10.2499 14.0554 10.25H9.9446C9.28504 10.2499 8.7048 10.2499 8.23787 10.3231C7.72301 10.4039 7.24474 10.5872 6.8699 11.0245C6.50935 11.4451 6.37217 11.9532 6.30985 12.4939C6.24996 13.0136 6.24998 13.7133 6.25 14.5C6.24998 15.2867 6.24996 15.9864 6.30985 16.5061C6.37217 17.0469 6.50935 17.5549 6.8699 17.9755C7.24474 18.4129 7.72301 18.5961 8.23787 18.6769C8.7048 18.7501 9.28504 18.7501 9.9446 18.75H14.0554C14.715 18.7501 15.2952 18.7501 15.7621 18.6769C16.277 18.5961 16.7553 18.4129 17.1301 17.9755C17.4907 17.5549 17.6278 17.0469 17.6902 16.5061C17.75 15.9864 17.75 15.2867 17.75 14.5C17.75 13.7133 17.75 13.0136 17.6902 12.4939C17.6278 11.9532 17.4907 11.4451 17.1301 11.0245C16.7553 10.5872 16.277 10.4039 15.7621 10.3231Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.47 11.805C8.16792 11.8524 8.07297 11.9254 8.00847 12.0007C7.92968 12.0926 7.84719 12.2533 7.79967 12.6656C7.77468 12.8825 7.76217 13.1372 7.75592 13.4474C7.75256 13.614 7.88765 13.75 8.05435 13.75H8.99969C9.4139 13.75 9.74969 14.0858 9.74969 14.5C9.74969 14.9142 9.4139 15.25 8.99969 15.25H8.05435C7.88765 15.25 7.75256 15.386 7.75592 15.5526C7.76217 15.8628 7.77468 16.1175 7.79967 16.3344C7.84719 16.7467 7.92968 16.9074 8.00847 16.9993C8.07297 17.0746 8.16792 17.1476 8.47 17.195C8.80698 17.2478 9.26796 17.25 9.99969 17.25H13.9997C14.7314 17.25 15.1924 17.2478 15.5294 17.195C15.8315 17.1476 15.9264 17.0746 15.9909 16.9993C16.0697 16.9074 16.1522 16.7467 16.1997 16.3344C16.2247 16.1175 16.2372 15.8628 16.2435 15.5526C16.2468 15.386 16.1117 15.25 15.945 15.25H14.9997C14.5855 15.25 14.2497 14.9142 14.2497 14.5C14.2497 14.0858 14.5855 13.75 14.9997 13.75H15.945C16.1117 13.75 16.2468 13.614 16.2435 13.4474C16.2372 13.1372 16.2247 12.8825 16.1997 12.6656C16.1522 12.2533 16.0697 12.0926 15.9909 12.0007C15.9264 11.9254 15.8315 11.8524 15.5294 11.805C15.1924 11.7522 14.7314 11.75 13.9997 11.75H9.99969C9.26796 11.75 8.80698 11.7522 8.47 11.805Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-simcard-dual{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.75138 5.25002C10.502 5.24975 11.0475 5.24956 11.5732 5.45135C12.069 5.64169 12.4752 5.99027 13.0158 6.45427L13.101 6.52739L14.809 7.99134L14.9189 8.08544C15.6374 8.70033 16.172 9.15788 16.4623 9.79535C16.7513 10.4301 16.7508 11.1398 16.7501 12.1014L16.75 12.2482V14.8434C16.75 16.3065 16.75 17.4641 16.653 18.3848C16.5537 19.3274 16.3459 20.1099 15.8699 20.7839C15.585 21.1872 15.2396 21.5427 14.8459 21.8369C14.1848 22.3309 13.4152 22.547 12.4919 22.6499C11.5934 22.7501 10.4652 22.75 9.04557 22.75H9.04555H8.95445H8.95443C7.53483 22.75 6.40661 22.7501 5.50814 22.6499C4.58475 22.547 3.81518 22.3309 3.1541 21.8369C2.76037 21.5427 2.41498 21.1872 2.13012 20.7839C1.65407 20.1099 1.44626 19.3274 1.34697 18.3848C1.24998 17.4641 1.24999 16.3065 1.25 14.8434V14.8434V13.8334V13.8334C1.24999 12.0481 1.24998 10.636 1.39081 9.5284C1.53539 8.39143 1.83942 7.46638 2.52935 6.72446C2.57675 6.67348 2.62527 6.62358 2.67486 6.57479C3.39954 5.86184 4.3075 5.54538 5.42233 5.39541C6.50315 5.25001 7.87948 5.25002 9.61175 5.25004L9.66768 5.25004L9.75138 5.25002Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.1103 4.05646C12.8541 4.34254 13.439 4.84692 13.9139 5.2565L13.9922 5.32397L15.8937 6.95695L15.9966 7.04495C16.6286 7.58515 17.396 8.24093 17.8269 9.18922C18.2542 10.1293 18.2518 11.1408 18.2499 11.9851L18.2496 12.1237L18.2495 14.9438C18.2495 15.3474 18.2496 15.7362 18.2471 16.1092C18.245 16.415 18.244 16.5679 18.3429 16.658C18.4418 16.7481 18.5874 16.7334 18.8788 16.7042C18.9178 16.7003 18.9564 16.6962 18.9945 16.6919C19.7998 16.6004 20.4842 16.4068 21.0743 15.9574C21.4218 15.6928 21.726 15.3735 21.9766 15.012C22.3986 14.4032 22.5796 13.7005 22.6657 12.8679C22.7496 12.0564 22.7495 11.038 22.7495 9.75895L22.7496 7.3412C22.7504 6.50801 22.7509 5.86813 22.4945 5.29434C22.2362 4.71623 21.7604 4.30137 21.1493 3.76867L19.4984 2.32658C19.0405 1.92598 18.6775 1.60836 18.2327 1.43434C17.76 1.24943 17.2699 1.24969 16.635 1.25003L16.4959 1.25006C15.0123 1.25004 13.8216 1.25002 12.8839 1.37857C11.9108 1.51198 11.1033 1.79584 10.4579 2.44294C10.4142 2.48676 10.3715 2.53157 10.3297 2.57733C10.2107 2.70772 10.1047 2.84435 10.0103 2.98733C9.81557 3.28217 9.71819 3.42959 9.79683 3.58502C9.87547 3.74045 10.0793 3.75071 10.4869 3.77122C11.0289 3.7985 11.6259 3.87014 12.1103 4.05646Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.75138 5.25002C10.502 5.24975 11.0475 5.24956 11.5732 5.45135C12.069 5.64169 12.4752 5.99027 13.0158 6.45427L13.101 6.52739L14.809 7.99134L14.9189 8.08544C15.6374 8.70033 16.172 9.15788 16.4623 9.79535C16.7513 10.4301 16.7508 11.1398 16.7501 12.1014L16.75 12.2482V14.8434C16.75 16.3065 16.75 17.4641 16.653 18.3848C16.5537 19.3274 16.3459 20.1099 15.8699 20.7839C15.585 21.1872 15.2396 21.5427 14.8459 21.8369C14.1848 22.3309 13.4152 22.547 12.4919 22.6499C11.5934 22.7501 10.4652 22.75 9.04557 22.75H9.04555H8.95445H8.95443C7.53483 22.75 6.40661 22.7501 5.50814 22.6499C4.58475 22.547 3.81518 22.3309 3.1541 21.8369C2.76037 21.5427 2.41498 21.1872 2.13012 20.7839C1.65407 20.1099 1.44626 19.3274 1.34697 18.3848C1.24998 17.4641 1.24999 16.3065 1.25 14.8434V14.8434V13.8334V13.8334C1.24999 12.0481 1.24998 10.636 1.39081 9.5284C1.53539 8.39143 1.83942 7.46638 2.52935 6.72446C2.57675 6.67348 2.62527 6.62358 2.67486 6.57479C3.39954 5.86184 4.3075 5.54538 5.42233 5.39541C6.50315 5.25001 7.87948 5.25002 9.61175 5.25004L9.66768 5.25004L9.75138 5.25002Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.1103 4.05646C12.8541 4.34254 13.439 4.84692 13.9139 5.2565L13.9922 5.32397L15.8937 6.95695L15.9966 7.04495C16.6286 7.58515 17.396 8.24093 17.8269 9.18922C18.2542 10.1293 18.2518 11.1408 18.2499 11.9851L18.2496 12.1237L18.2495 14.9438C18.2495 15.3474 18.2496 15.7362 18.2471 16.1092C18.245 16.415 18.244 16.5679 18.3429 16.658C18.4418 16.7481 18.5874 16.7334 18.8788 16.7042C18.9178 16.7003 18.9564 16.6962 18.9945 16.6919C19.7998 16.6004 20.4842 16.4068 21.0743 15.9574C21.4218 15.6928 21.726 15.3735 21.9766 15.012C22.3986 14.4032 22.5796 13.7005 22.6657 12.8679C22.7496 12.0564 22.7495 11.038 22.7495 9.75895L22.7496 7.3412C22.7504 6.50801 22.7509 5.86813 22.4945 5.29434C22.2362 4.71623 21.7604 4.30137 21.1493 3.76867L19.4984 2.32658C19.0405 1.92598 18.6775 1.60836 18.2327 1.43434C17.76 1.24943 17.2699 1.24969 16.635 1.25003L16.4959 1.25006C15.0123 1.25004 13.8216 1.25002 12.8839 1.37857C11.9108 1.51198 11.1033 1.79584 10.4579 2.44294C10.4142 2.48676 10.3715 2.53157 10.3297 2.57733C10.2107 2.70772 10.1047 2.84435 10.0103 2.98733C9.81557 3.28217 9.71819 3.42959 9.79683 3.58502C9.87547 3.74045 10.0793 3.75071 10.4869 3.77122C11.0289 3.7985 11.6259 3.87014 12.1103 4.05646Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-smart-ac{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0001 18.8282C16.0001 18.4176 16.0669 18.0617 16.1319 17.8103C16.1718 17.6371 16.2472 17.437 16.2799 17.3585C16.4967 16.8506 17.0845 16.6136 17.5925 16.8303C18.0978 17.0459 18.3342 17.628 18.1234 18.1341C18.0884 18.2694 18.0001 18.503 18.0001 18.8282C18.0001 19.2021 18.1076 19.6033 18.5753 19.9321C19.027 20.2498 19.1358 20.8735 18.8181 21.3253C18.5005 21.7771 17.8767 21.8858 17.4249 21.5681C16.2926 20.772 16.0001 19.6731 16.0001 18.8282Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0001 16.7501C12.5524 16.7501 13.0001 17.1978 13.0001 17.7501V20.7501C13.0001 21.3024 12.5524 21.7501 12.0001 21.7501C11.4478 21.7501 11.0001 21.3024 11.0001 20.7501V17.7501C11.0001 17.1978 11.4478 16.7501 12.0001 16.7501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.00008 18.8282C8.00008 18.4176 7.93324 18.0617 7.86824 17.8103C7.82833 17.6371 7.75294 17.437 7.72023 17.3585C7.50349 16.8506 6.91562 16.6136 6.40765 16.8303C5.90238 17.0459 5.66597 17.628 5.87674 18.1341C5.91174 18.2694 6.00008 18.503 6.00008 18.8282C6.00008 19.2021 5.89255 19.6033 5.42491 19.9321C4.97312 20.2498 4.86439 20.8735 5.18205 21.3253C5.49972 21.7771 6.12348 21.8858 6.57526 21.5681C7.70761 20.772 8.00008 19.6731 8.00008 18.8282Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.6794 11.8104C22.75 11.0827 22.75 10.1363 22.75 9.00004C22.75 7.86376 22.75 6.91734 22.6794 6.18963C22.6069 5.44204 22.4544 4.80522 22.0986 4.23886C21.7589 3.69825 21.3018 3.24112 20.7611 2.90142C20.1948 2.54556 19.558 2.39306 18.8104 2.32056C18.0826 2.24998 17.1754 2.24999 16.039 2.25H16.039H7.96092H7.96091C6.8246 2.24999 5.91735 2.24999 5.18963 2.32056C4.44204 2.39307 3.80522 2.54556 3.23886 2.90142C2.69825 3.24112 2.24111 3.69825 1.90142 4.23887C1.54556 4.80523 1.39306 5.44204 1.32056 6.18963C1.25079 6.90901 1.25 7.88018 1.25 9.00001C1.25 10.1198 1.25079 11.091 1.32056 11.8104C1.39306 12.558 1.54556 13.1948 1.90142 13.7612C2.24111 14.3018 2.69825 14.7589 3.23886 15.0986C3.80522 15.4545 4.44204 15.607 5.18963 15.6795C5.91737 15.7501 6.82463 15.75 7.96096 15.75L16.039 15.75C17.1754 15.75 18.0826 15.7501 18.8104 15.6795C19.558 15.607 20.1948 15.4545 20.7611 15.0986C21.3018 14.7589 21.7589 14.3018 22.0986 13.7612C22.4544 13.1948 22.6069 12.558 22.6794 11.8104ZM17.9955 5.5C17.4457 5.5 17 5.94772 17 6.5C17 7.05228 17.4457 7.5 17.9955 7.5H18.0045C18.5543 7.5 19 7.05228 19 6.5C19 5.94772 18.5543 5.5 18.0045 5.5H17.9955ZM7 10.5C6.44772 10.5 6 10.9477 6 11.5C6 12.0523 6.44772 12.5 7 12.5H17C17.5523 12.5 18 12.0523 18 11.5C18 10.9477 17.5523 10.5 17 10.5H7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0001 18.8282C16.0001 18.4176 16.0669 18.0617 16.1319 17.8103C16.1718 17.6371 16.2472 17.437 16.2799 17.3585C16.4967 16.8506 17.0845 16.6136 17.5925 16.8303C18.0978 17.0459 18.3342 17.628 18.1234 18.1341C18.0884 18.2694 18.0001 18.503 18.0001 18.8282C18.0001 19.2021 18.1076 19.6033 18.5753 19.9321C19.027 20.2498 19.1358 20.8735 18.8181 21.3253C18.5005 21.7771 17.8767 21.8858 17.4249 21.5681C16.2926 20.772 16.0001 19.6731 16.0001 18.8282Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0001 16.7501C12.5524 16.7501 13.0001 17.1978 13.0001 17.7501V20.7501C13.0001 21.3024 12.5524 21.7501 12.0001 21.7501C11.4478 21.7501 11.0001 21.3024 11.0001 20.7501V17.7501C11.0001 17.1978 11.4478 16.7501 12.0001 16.7501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.00008 18.8282C8.00008 18.4176 7.93324 18.0617 7.86824 17.8103C7.82833 17.6371 7.75294 17.437 7.72023 17.3585C7.50349 16.8506 6.91562 16.6136 6.40765 16.8303C5.90238 17.0459 5.66597 17.628 5.87674 18.1341C5.91174 18.2694 6.00008 18.503 6.00008 18.8282C6.00008 19.2021 5.89255 19.6033 5.42491 19.9321C4.97312 20.2498 4.86439 20.8735 5.18205 21.3253C5.49972 21.7771 6.12348 21.8858 6.57526 21.5681C7.70761 20.772 8.00008 19.6731 8.00008 18.8282Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.6794 11.8104C22.75 11.0827 22.75 10.1363 22.75 9.00004C22.75 7.86376 22.75 6.91734 22.6794 6.18963C22.6069 5.44204 22.4544 4.80522 22.0986 4.23886C21.7589 3.69825 21.3018 3.24112 20.7611 2.90142C20.1948 2.54556 19.558 2.39306 18.8104 2.32056C18.0826 2.24998 17.1754 2.24999 16.039 2.25H16.039H7.96092H7.96091C6.8246 2.24999 5.91735 2.24999 5.18963 2.32056C4.44204 2.39307 3.80522 2.54556 3.23886 2.90142C2.69825 3.24112 2.24111 3.69825 1.90142 4.23887C1.54556 4.80523 1.39306 5.44204 1.32056 6.18963C1.25079 6.90901 1.25 7.88018 1.25 9.00001C1.25 10.1198 1.25079 11.091 1.32056 11.8104C1.39306 12.558 1.54556 13.1948 1.90142 13.7612C2.24111 14.3018 2.69825 14.7589 3.23886 15.0986C3.80522 15.4545 4.44204 15.607 5.18963 15.6795C5.91737 15.7501 6.82463 15.75 7.96096 15.75L16.039 15.75C17.1754 15.75 18.0826 15.7501 18.8104 15.6795C19.558 15.607 20.1948 15.4545 20.7611 15.0986C21.3018 14.7589 21.7589 14.3018 22.0986 13.7612C22.4544 13.1948 22.6069 12.558 22.6794 11.8104ZM17.9955 5.5C17.4457 5.5 17 5.94772 17 6.5C17 7.05228 17.4457 7.5 17.9955 7.5H18.0045C18.5543 7.5 19 7.05228 19 6.5C19 5.94772 18.5543 5.5 18.0045 5.5H17.9955ZM7 10.5C6.44772 10.5 6 10.9477 6 11.5C6 12.0523 6.44772 12.5 7 12.5H17C17.5523 12.5 18 12.0523 18 11.5C18 10.9477 17.5523 10.5 17 10.5H7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-smart-landscape{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.38505 15.9404C1.36667 15.8036 1.46348 15.6792 1.60003 15.6594L1.64173 15.6534L1.65746 15.6509L1.69961 15.6439C2.24219 15.5535 2.71416 15.4748 3.09132 15.3642C3.49714 15.2451 3.8782 15.0664 4.18321 14.7227C4.49868 14.3671 4.63121 13.9576 4.69184 13.5189C4.749 13.1053 4.75015 12.5949 4.75015 12.0001C4.75015 11.4053 4.749 10.8949 4.69184 10.4813C4.63121 10.0427 4.49868 9.63313 4.18321 9.27755C3.8782 8.93378 3.49714 8.75517 3.09132 8.63607C2.71416 8.52538 2.24219 8.44674 1.69961 8.35634L1.65747 8.34926L1.59788 8.34013C1.46236 8.31939 1.36678 8.19549 1.38505 8.05961C1.52438 7.02335 1.81988 6.16994 2.49502 5.4948C3.17016 4.81966 4.02357 4.52415 5.05984 4.38483C6.06293 4.24997 7.34189 4.24998 8.94448 4.25H15.056C16.6586 4.24998 17.9375 4.24997 18.9406 4.38483C19.9769 4.52415 20.8303 4.81966 21.5054 5.4948C22.1806 6.16993 22.4761 7.02335 22.6154 8.05961C22.7503 9.0627 22.7502 10.3417 22.7502 11.9443V12.0557C22.7502 13.6583 22.7503 14.9373 22.6154 15.9404C22.4761 16.9766 22.1806 17.8301 21.5054 18.5052C20.8303 19.1803 19.9769 19.4758 18.9406 19.6152C17.9375 19.75 16.6586 19.75 15.056 19.75H15.056L8.94446 19.75H8.94445H8.94443H8.94442C7.34186 19.75 6.06291 19.75 5.05984 19.6152C4.02357 19.4758 3.17016 19.1803 2.49502 18.5052C1.81988 17.8301 1.52438 16.9767 1.38505 15.9404ZM1.26258 9.95838C1.26427 9.87818 1.33623 9.81802 1.41553 9.83016C2.00969 9.92919 2.38967 9.99391 2.66868 10.0758C2.92952 10.1523 3.01384 10.2204 3.06094 10.2735C3.11277 10.3319 3.16922 10.4228 3.20574 10.6871C3.24574 10.9765 3.24992 11.3715 3.24992 12.0005C3.24992 12.6296 3.24574 13.0246 3.20574 13.314C3.16922 13.5782 3.11277 13.6692 3.06094 13.7276C3.01384 13.7807 2.92952 13.8487 2.66868 13.9253C2.39014 14.007 2.01096 14.0717 1.41849 14.1704C1.33739 14.1822 1.26422 14.1205 1.2625 14.0386C1.24999 13.4412 1.24999 12.7819 1.25 12.0563V12.0562V12.0562V11.9447V11.9446V11.9446C1.24999 11.2173 1.24999 10.5568 1.26258 9.95838ZM20 13.75C19.5858 13.75 19.25 13.4142 19.25 13V11C19.25 10.5858 19.5858 10.25 20 10.25C20.4142 10.25 20.75 10.5858 20.75 11V13C20.75 13.4142 20.4142 13.75 20 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.38505 15.9404C1.36667 15.8036 1.46348 15.6792 1.60003 15.6594L1.64173 15.6534L1.65746 15.6509L1.69961 15.6439C2.24219 15.5535 2.71416 15.4748 3.09132 15.3642C3.49714 15.2451 3.8782 15.0664 4.18321 14.7227C4.49868 14.3671 4.63121 13.9576 4.69184 13.5189C4.749 13.1053 4.75015 12.5949 4.75015 12.0001C4.75015 11.4053 4.749 10.8949 4.69184 10.4813C4.63121 10.0427 4.49868 9.63313 4.18321 9.27755C3.8782 8.93378 3.49714 8.75517 3.09132 8.63607C2.71416 8.52538 2.24219 8.44674 1.69961 8.35634L1.65747 8.34926L1.59788 8.34013C1.46236 8.31939 1.36678 8.19549 1.38505 8.05961C1.52438 7.02335 1.81988 6.16994 2.49502 5.4948C3.17016 4.81966 4.02357 4.52415 5.05984 4.38483C6.06293 4.24997 7.34189 4.24998 8.94448 4.25H15.056C16.6586 4.24998 17.9375 4.24997 18.9406 4.38483C19.9769 4.52415 20.8303 4.81966 21.5054 5.4948C22.1806 6.16993 22.4761 7.02335 22.6154 8.05961C22.7503 9.0627 22.7502 10.3417 22.7502 11.9443V12.0557C22.7502 13.6583 22.7503 14.9373 22.6154 15.9404C22.4761 16.9766 22.1806 17.8301 21.5054 18.5052C20.8303 19.1803 19.9769 19.4758 18.9406 19.6152C17.9375 19.75 16.6586 19.75 15.056 19.75H15.056L8.94446 19.75H8.94445H8.94443H8.94442C7.34186 19.75 6.06291 19.75 5.05984 19.6152C4.02357 19.4758 3.17016 19.1803 2.49502 18.5052C1.81988 17.8301 1.52438 16.9767 1.38505 15.9404ZM1.26258 9.95838C1.26427 9.87818 1.33623 9.81802 1.41553 9.83016C2.00969 9.92919 2.38967 9.99391 2.66868 10.0758C2.92952 10.1523 3.01384 10.2204 3.06094 10.2735C3.11277 10.3319 3.16922 10.4228 3.20574 10.6871C3.24574 10.9765 3.24992 11.3715 3.24992 12.0005C3.24992 12.6296 3.24574 13.0246 3.20574 13.314C3.16922 13.5782 3.11277 13.6692 3.06094 13.7276C3.01384 13.7807 2.92952 13.8487 2.66868 13.9253C2.39014 14.007 2.01096 14.0717 1.41849 14.1704C1.33739 14.1822 1.26422 14.1205 1.2625 14.0386C1.24999 13.4412 1.24999 12.7819 1.25 12.0563V12.0562V12.0562V11.9447V11.9446V11.9446C1.24999 11.2173 1.24999 10.5568 1.26258 9.95838ZM20 13.75C19.5858 13.75 19.25 13.4142 19.25 13V11C19.25 10.5858 19.5858 10.25 20 10.25C20.4142 10.25 20.75 10.5858 20.75 11V13C20.75 13.4142 20.4142 13.75 20 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-smart-phone-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.945 8.17329C21.1239 8.69027 20.8541 9.25392 20.3418 9.44006L20.3404 9.44064C20.2947 9.4638 20.1921 9.51922 20.1383 9.56385C20.0337 9.65063 20 9.72109 20 9.81277C20 9.89874 20.0386 9.98573 20.3032 10.3088C20.5477 10.6057 21 11.1551 21 12.0003C21 12.8455 20.5477 13.3948 20.3032 13.6917C20.0386 14.0148 20 14.1018 20 14.1878C20 14.2795 20.0337 14.3499 20.1383 14.4367C20.1829 14.4686 20.2857 14.5378 20.3404 14.5599L20.3418 14.5605C20.8541 14.7466 21.1239 15.3103 20.945 15.8273C20.7644 16.3492 20.1949 16.6259 19.673 16.4453C19.2734 16.2698 19.0579 16.1389 18.8617 15.9762C18.4663 15.6484 18 15.0626 18 14.1878C18 13.3426 18.4819 12.7573 18.7264 12.4604C18.991 12.1373 19 12.0862 19 12.0003C19 11.9143 18.991 11.8632 18.7264 11.5401C18.4819 11.2432 18 10.658 18 9.81277C18 8.93796 18.4663 8.35216 18.8617 8.02432C19.0579 7.86164 19.2497 7.74946 19.3915 7.67755L19.673 7.55524C20.1949 7.37465 20.7644 7.65136 20.945 8.17329Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.05497 8.17329C2.87609 8.69027 3.14588 9.25392 3.65823 9.44006L3.65964 9.44064C3.70532 9.4638 3.80785 9.51922 3.86167 9.56385C3.96632 9.65063 4 9.72109 4 9.81277C4 9.89874 3.96144 9.98573 3.69682 10.3088C3.45235 10.6057 3 11.1551 3 12.0003C3 12.8455 3.45235 13.3948 3.69682 13.6917C3.96144 14.0148 4 14.1018 4 14.1878C4 14.2795 3.96632 14.3499 3.86167 14.4367C3.81711 14.4686 3.71431 14.5378 3.65964 14.5599L3.65824 14.5605C3.14589 14.7466 2.87609 15.3103 3.05497 15.8273C3.23556 16.3492 3.80506 16.6259 4.32698 16.4453C4.72656 16.2698 4.94215 16.1389 5.13833 15.9762C5.53367 15.6484 6 15.0626 6 14.1878C6 13.3426 5.51812 12.7573 5.27365 12.4604C5.00902 12.1373 5 12.0862 5 12.0003C5 11.9143 5.00902 11.8632 5.27365 11.5401C5.51812 11.2432 6 10.658 6 9.81277C6 8.93796 5.53367 8.35216 5.13833 8.02432C4.94215 7.86164 4.75033 7.74946 4.60851 7.67755L4.32698 7.55524C3.80506 7.37465 3.23556 7.65136 3.05497 8.17329Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0426 1.26259C14.1228 1.26427 14.183 1.33623 14.1708 1.41553C14.0718 2.0097 14.0071 2.38968 13.9252 2.66868C13.8486 2.92953 13.7806 3.01384 13.7275 3.06094C13.6691 3.11277 13.5781 3.16922 13.3139 3.20574C13.0245 3.24574 12.6295 3.24992 12.0004 3.24992C11.3714 3.24992 10.9764 3.24574 10.687 3.20574C10.4227 3.16922 10.3318 3.11277 10.2734 3.06094C10.2203 3.01384 10.1522 2.92953 10.0757 2.66868C9.99393 2.39014 9.9293 2.01096 9.83054 1.41849C9.81879 1.33739 9.88046 1.26422 9.96239 1.2625C10.5597 1.24999 11.219 1.24999 11.9445 1.25H11.9446H11.9446H12.0564H12.0565H12.0565C12.7836 1.24999 13.4443 1.24999 14.0426 1.26259ZM8.06003 1.38481C8.19678 1.36642 8.32123 1.46323 8.34102 1.59979L8.34706 1.64149L8.34951 1.65722L8.35653 1.69937C8.44693 2.24195 8.52557 2.71391 8.63626 3.09107C8.75536 3.4969 8.93397 3.87796 9.27774 4.18296C9.63332 4.49844 10.0428 4.63097 10.4815 4.6916C10.8951 4.74876 11.4055 4.7499 12.0003 4.7499C12.5951 4.7499 13.1055 4.74876 13.5191 4.6916C13.9578 4.63097 14.3673 4.49844 14.7229 4.18296C15.0666 3.87796 15.2452 3.4969 15.3643 3.09107C15.475 2.71391 15.5537 2.24195 15.6441 1.69937L15.6512 1.65723L15.6603 1.59764C15.681 1.46211 15.8049 1.36654 15.9408 1.38481C16.9771 1.52413 17.8305 1.81964 18.5056 2.49478C19.1808 3.16992 19.4763 4.02333 19.6156 5.05959C19.6343 5.19882 19.6504 5.34337 19.6643 5.49336C19.6861 5.7283 19.6969 5.84577 19.6423 5.93208C19.5878 6.01838 19.458 6.06587 19.1984 6.16084L19.1984 6.16085C18.6536 6.36014 18.1361 6.67739 17.9046 6.86933C17.2949 7.37493 16.5004 8.34674 16.5004 9.81243C16.5004 10.5692 16.7315 11.193 16.9853 11.6566C17.0826 11.8343 17.1312 11.9232 17.1312 11.9999C17.1312 12.0767 17.0826 12.1655 16.9853 12.3432C16.7315 12.8069 16.5004 13.4307 16.5004 14.1874C16.5004 15.6531 17.2949 16.6249 17.9046 17.1305C18.1642 17.3458 18.6811 17.6406 19.2174 17.8367L19.2174 17.8367L19.2175 17.8368C19.4646 17.9271 19.5881 17.9723 19.6427 18.0585C19.6973 18.1446 19.6869 18.2593 19.666 18.4887C19.6517 18.6451 19.635 18.7956 19.6156 18.9404C19.4763 19.9766 19.1808 20.83 18.5056 21.5052C17.8305 22.1803 16.9771 22.4758 15.9408 22.6151C14.9377 22.75 13.6588 22.75 12.0562 22.75H11.9447C10.3421 22.75 9.06312 22.75 8.06003 22.6151C7.02376 22.4758 6.17035 22.1803 5.49521 21.5052C4.82007 20.83 4.52457 19.9766 4.38524 18.9404C4.36523 18.7915 4.34819 18.6366 4.33367 18.4754C4.3134 18.2503 4.30326 18.1377 4.35728 18.0519C4.41129 17.9661 4.53027 17.9217 4.76823 17.8329L4.76824 17.8329C5.29886 17.6349 5.83698 17.3459 6.09672 17.1305C6.70643 16.6249 7.5009 15.6531 7.5009 14.1874C7.5009 13.4307 7.26983 12.8069 7.01603 12.3432C6.91875 12.1655 6.87011 12.0767 6.87011 11.9999C6.87011 11.9232 6.91875 11.8343 7.01603 11.6566C7.26983 11.193 7.5009 10.5692 7.5009 9.81243C7.5009 8.34674 6.70643 7.37493 6.09672 6.86933C5.86757 6.6793 5.35799 6.35451 4.81906 6.15809L4.81905 6.15809L4.81905 6.15809C4.54876 6.05958 4.41362 6.01033 4.35893 5.92385C4.30424 5.83736 4.31548 5.71753 4.33797 5.47786C4.35152 5.33341 4.36717 5.19402 4.38524 5.05959C4.52457 4.02333 4.82007 3.16992 5.49521 2.49478C6.17035 1.81964 7.02376 1.52413 8.06003 1.38481ZM11 19.25C10.5858 19.25 10.25 19.5858 10.25 20C10.25 20.4142 10.5858 20.75 11 20.75H13C13.4142 20.75 13.75 20.4142 13.75 20C13.75 19.5858 13.4142 19.25 13 19.25H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.945 8.17329C21.1239 8.69027 20.8541 9.25392 20.3418 9.44006L20.3404 9.44064C20.2947 9.4638 20.1921 9.51922 20.1383 9.56385C20.0337 9.65063 20 9.72109 20 9.81277C20 9.89874 20.0386 9.98573 20.3032 10.3088C20.5477 10.6057 21 11.1551 21 12.0003C21 12.8455 20.5477 13.3948 20.3032 13.6917C20.0386 14.0148 20 14.1018 20 14.1878C20 14.2795 20.0337 14.3499 20.1383 14.4367C20.1829 14.4686 20.2857 14.5378 20.3404 14.5599L20.3418 14.5605C20.8541 14.7466 21.1239 15.3103 20.945 15.8273C20.7644 16.3492 20.1949 16.6259 19.673 16.4453C19.2734 16.2698 19.0579 16.1389 18.8617 15.9762C18.4663 15.6484 18 15.0626 18 14.1878C18 13.3426 18.4819 12.7573 18.7264 12.4604C18.991 12.1373 19 12.0862 19 12.0003C19 11.9143 18.991 11.8632 18.7264 11.5401C18.4819 11.2432 18 10.658 18 9.81277C18 8.93796 18.4663 8.35216 18.8617 8.02432C19.0579 7.86164 19.2497 7.74946 19.3915 7.67755L19.673 7.55524C20.1949 7.37465 20.7644 7.65136 20.945 8.17329Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.05497 8.17329C2.87609 8.69027 3.14588 9.25392 3.65823 9.44006L3.65964 9.44064C3.70532 9.4638 3.80785 9.51922 3.86167 9.56385C3.96632 9.65063 4 9.72109 4 9.81277C4 9.89874 3.96144 9.98573 3.69682 10.3088C3.45235 10.6057 3 11.1551 3 12.0003C3 12.8455 3.45235 13.3948 3.69682 13.6917C3.96144 14.0148 4 14.1018 4 14.1878C4 14.2795 3.96632 14.3499 3.86167 14.4367C3.81711 14.4686 3.71431 14.5378 3.65964 14.5599L3.65824 14.5605C3.14589 14.7466 2.87609 15.3103 3.05497 15.8273C3.23556 16.3492 3.80506 16.6259 4.32698 16.4453C4.72656 16.2698 4.94215 16.1389 5.13833 15.9762C5.53367 15.6484 6 15.0626 6 14.1878C6 13.3426 5.51812 12.7573 5.27365 12.4604C5.00902 12.1373 5 12.0862 5 12.0003C5 11.9143 5.00902 11.8632 5.27365 11.5401C5.51812 11.2432 6 10.658 6 9.81277C6 8.93796 5.53367 8.35216 5.13833 8.02432C4.94215 7.86164 4.75033 7.74946 4.60851 7.67755L4.32698 7.55524C3.80506 7.37465 3.23556 7.65136 3.05497 8.17329Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0426 1.26259C14.1228 1.26427 14.183 1.33623 14.1708 1.41553C14.0718 2.0097 14.0071 2.38968 13.9252 2.66868C13.8486 2.92953 13.7806 3.01384 13.7275 3.06094C13.6691 3.11277 13.5781 3.16922 13.3139 3.20574C13.0245 3.24574 12.6295 3.24992 12.0004 3.24992C11.3714 3.24992 10.9764 3.24574 10.687 3.20574C10.4227 3.16922 10.3318 3.11277 10.2734 3.06094C10.2203 3.01384 10.1522 2.92953 10.0757 2.66868C9.99393 2.39014 9.9293 2.01096 9.83054 1.41849C9.81879 1.33739 9.88046 1.26422 9.96239 1.2625C10.5597 1.24999 11.219 1.24999 11.9445 1.25H11.9446H11.9446H12.0564H12.0565H12.0565C12.7836 1.24999 13.4443 1.24999 14.0426 1.26259ZM8.06003 1.38481C8.19678 1.36642 8.32123 1.46323 8.34102 1.59979L8.34706 1.64149L8.34951 1.65722L8.35653 1.69937C8.44693 2.24195 8.52557 2.71391 8.63626 3.09107C8.75536 3.4969 8.93397 3.87796 9.27774 4.18296C9.63332 4.49844 10.0428 4.63097 10.4815 4.6916C10.8951 4.74876 11.4055 4.7499 12.0003 4.7499C12.5951 4.7499 13.1055 4.74876 13.5191 4.6916C13.9578 4.63097 14.3673 4.49844 14.7229 4.18296C15.0666 3.87796 15.2452 3.4969 15.3643 3.09107C15.475 2.71391 15.5537 2.24195 15.6441 1.69937L15.6512 1.65723L15.6603 1.59764C15.681 1.46211 15.8049 1.36654 15.9408 1.38481C16.9771 1.52413 17.8305 1.81964 18.5056 2.49478C19.1808 3.16992 19.4763 4.02333 19.6156 5.05959C19.6343 5.19882 19.6504 5.34337 19.6643 5.49336C19.6861 5.7283 19.6969 5.84577 19.6423 5.93208C19.5878 6.01838 19.458 6.06587 19.1984 6.16084L19.1984 6.16085C18.6536 6.36014 18.1361 6.67739 17.9046 6.86933C17.2949 7.37493 16.5004 8.34674 16.5004 9.81243C16.5004 10.5692 16.7315 11.193 16.9853 11.6566C17.0826 11.8343 17.1312 11.9232 17.1312 11.9999C17.1312 12.0767 17.0826 12.1655 16.9853 12.3432C16.7315 12.8069 16.5004 13.4307 16.5004 14.1874C16.5004 15.6531 17.2949 16.6249 17.9046 17.1305C18.1642 17.3458 18.6811 17.6406 19.2174 17.8367L19.2174 17.8367L19.2175 17.8368C19.4646 17.9271 19.5881 17.9723 19.6427 18.0585C19.6973 18.1446 19.6869 18.2593 19.666 18.4887C19.6517 18.6451 19.635 18.7956 19.6156 18.9404C19.4763 19.9766 19.1808 20.83 18.5056 21.5052C17.8305 22.1803 16.9771 22.4758 15.9408 22.6151C14.9377 22.75 13.6588 22.75 12.0562 22.75H11.9447C10.3421 22.75 9.06312 22.75 8.06003 22.6151C7.02376 22.4758 6.17035 22.1803 5.49521 21.5052C4.82007 20.83 4.52457 19.9766 4.38524 18.9404C4.36523 18.7915 4.34819 18.6366 4.33367 18.4754C4.3134 18.2503 4.30326 18.1377 4.35728 18.0519C4.41129 17.9661 4.53027 17.9217 4.76823 17.8329L4.76824 17.8329C5.29886 17.6349 5.83698 17.3459 6.09672 17.1305C6.70643 16.6249 7.5009 15.6531 7.5009 14.1874C7.5009 13.4307 7.26983 12.8069 7.01603 12.3432C6.91875 12.1655 6.87011 12.0767 6.87011 11.9999C6.87011 11.9232 6.91875 11.8343 7.01603 11.6566C7.26983 11.193 7.5009 10.5692 7.5009 9.81243C7.5009 8.34674 6.70643 7.37493 6.09672 6.86933C5.86757 6.6793 5.35799 6.35451 4.81906 6.15809L4.81905 6.15809L4.81905 6.15809C4.54876 6.05958 4.41362 6.01033 4.35893 5.92385C4.30424 5.83736 4.31548 5.71753 4.33797 5.47786C4.35152 5.33341 4.36717 5.19402 4.38524 5.05959C4.52457 4.02333 4.82007 3.16992 5.49521 2.49478C6.17035 1.81964 7.02376 1.52413 8.06003 1.38481ZM11 19.25C10.5858 19.25 10.25 19.5858 10.25 20C10.25 20.4142 10.5858 20.75 11 20.75H13C13.4142 20.75 13.75 20.4142 13.75 20C13.75 19.5858 13.4142 19.25 13 19.25H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-smart-phone-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0502 1.25H12.0502C13.5322 1.24998 14.7261 1.24996 15.6648 1.38588C16.6436 1.52761 17.4532 1.83022 18.0889 2.51479C18.7173 3.19147 18.9883 4.04001 19.1164 5.06664C19.2412 6.06622 19.2412 7.34214 19.2412 8.94771V15.0523C19.2412 16.6578 19.2412 17.9338 19.1164 18.9334C18.9883 19.96 18.7173 20.8085 18.0889 21.4852C17.4532 22.1698 16.6436 22.4724 15.6648 22.6141C14.726 22.75 13.5321 22.75 12.0502 22.75H11.9322C10.4503 22.75 9.25638 22.75 8.31761 22.6141C7.33879 22.4724 6.5292 22.1698 5.89352 21.4852C5.26517 20.8085 4.99415 19.96 4.86598 18.9334C4.74119 17.9338 4.7412 16.6579 4.74121 15.0523V15.0523V15.0523V8.94776V8.94775V8.94775C4.7412 7.34216 4.74119 6.06622 4.86598 5.06664C4.99415 4.04001 5.26517 3.19147 5.89352 2.51479C6.5292 1.83022 7.33879 1.52761 8.31761 1.38588C9.25637 1.24996 10.4503 1.24998 11.9322 1.25H11.9322H11.9322H12.0502H12.0502ZM10.9912 3.25C10.577 3.25 10.2412 3.58579 10.2412 4C10.2412 4.41421 10.577 4.75 10.9912 4.75H12.9912C13.4054 4.75 13.7412 4.41421 13.7412 4C13.7412 3.58579 13.4054 3.25 12.9912 3.25H10.9912ZM11.9867 18.75C11.4369 18.75 10.9912 19.1977 10.9912 19.75C10.9912 20.3023 11.4369 20.75 11.9867 20.75H11.9957C12.5455 20.75 12.9912 20.3023 12.9912 19.75C12.9912 19.1977 12.5455 18.75 11.9957 18.75H11.9867Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M23.1953 8.17329C23.3742 8.69027 23.1044 9.25392 22.592 9.44006L22.5906 9.44064C22.545 9.4638 22.4424 9.51922 22.3886 9.56385C22.2839 9.65063 22.2503 9.72109 22.2503 9.81277C22.2503 9.89874 22.2888 9.98573 22.5535 10.3088C22.7979 10.6057 23.2503 11.1551 23.2503 12.0003C23.2503 12.8455 22.7979 13.3948 22.5535 13.6917C22.2888 14.0148 22.2503 14.1018 22.2503 14.1878C22.2503 14.2795 22.2839 14.3499 22.3886 14.4367C22.4332 14.4686 22.536 14.5378 22.5906 14.5599L22.592 14.5605C23.1044 14.7466 23.3742 15.3103 23.1953 15.8273C23.0147 16.3492 22.4452 16.6259 21.9233 16.4453C21.5237 16.2698 21.3081 16.1389 21.1119 15.9762C20.7166 15.6484 20.2503 15.0626 20.2503 14.1878C20.2503 13.3426 20.7322 12.7573 20.9766 12.4604C21.2412 12.1373 21.2503 12.0862 21.2503 12.0003C21.2503 11.9143 21.2412 11.8632 20.9766 11.5401C20.7322 11.2432 20.2503 10.658 20.2503 9.81277C20.2503 8.93796 20.7166 8.35216 21.1119 8.02432C21.3081 7.86164 21.4999 7.74946 21.6418 7.67755L21.9233 7.55524C22.4452 7.37465 23.0147 7.65136 23.1953 8.17329Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M0.805242 8.17335C0.626367 8.69032 0.896157 9.25397 1.40851 9.44012L1.40991 9.44069C1.45559 9.46386 1.55812 9.51927 1.61194 9.56391C1.7166 9.65069 1.75027 9.72114 1.75027 9.81283C1.75027 9.8988 1.71172 9.98578 1.44709 10.3089C1.20262 10.6058 0.750272 11.1551 0.750272 12.0003C0.750272 12.8455 1.20262 13.3949 1.44709 13.6918C1.71172 14.0149 1.75027 14.1019 1.75027 14.1878C1.75027 14.2795 1.7166 14.35 1.61194 14.4368C1.56738 14.4686 1.46459 14.5379 1.40991 14.56L1.40851 14.5605C0.896159 14.7467 0.626367 15.3103 0.805242 15.8273C0.985829 16.3492 1.55533 16.6259 2.07725 16.4454C2.47684 16.2698 2.69242 16.139 2.8886 15.9763C3.28395 15.6484 3.75027 15.0626 3.75027 14.1878C3.75027 13.3426 3.26839 12.7574 3.02392 12.4605C2.7593 12.1374 2.75027 12.0863 2.75027 12.0003C2.75027 11.9144 2.7593 11.8633 3.02392 11.5402C3.26839 11.2433 3.75027 10.658 3.75027 9.81283C3.75027 8.93801 3.28395 8.35222 2.8886 8.02438C2.69242 7.8617 2.5006 7.74952 2.35878 7.67761L2.07725 7.5553C1.55533 7.37471 0.985829 7.65142 0.805242 8.17335Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0502 1.25H12.0502C13.5322 1.24998 14.7261 1.24996 15.6648 1.38588C16.6436 1.52761 17.4532 1.83022 18.0889 2.51479C18.7173 3.19147 18.9883 4.04001 19.1164 5.06664C19.2412 6.06622 19.2412 7.34214 19.2412 8.94771V15.0523C19.2412 16.6578 19.2412 17.9338 19.1164 18.9334C18.9883 19.96 18.7173 20.8085 18.0889 21.4852C17.4532 22.1698 16.6436 22.4724 15.6648 22.6141C14.726 22.75 13.5321 22.75 12.0502 22.75H11.9322C10.4503 22.75 9.25638 22.75 8.31761 22.6141C7.33879 22.4724 6.5292 22.1698 5.89352 21.4852C5.26517 20.8085 4.99415 19.96 4.86598 18.9334C4.74119 17.9338 4.7412 16.6579 4.74121 15.0523V15.0523V15.0523V8.94776V8.94775V8.94775C4.7412 7.34216 4.74119 6.06622 4.86598 5.06664C4.99415 4.04001 5.26517 3.19147 5.89352 2.51479C6.5292 1.83022 7.33879 1.52761 8.31761 1.38588C9.25637 1.24996 10.4503 1.24998 11.9322 1.25H11.9322H11.9322H12.0502H12.0502ZM10.9912 3.25C10.577 3.25 10.2412 3.58579 10.2412 4C10.2412 4.41421 10.577 4.75 10.9912 4.75H12.9912C13.4054 4.75 13.7412 4.41421 13.7412 4C13.7412 3.58579 13.4054 3.25 12.9912 3.25H10.9912ZM11.9867 18.75C11.4369 18.75 10.9912 19.1977 10.9912 19.75C10.9912 20.3023 11.4369 20.75 11.9867 20.75H11.9957C12.5455 20.75 12.9912 20.3023 12.9912 19.75C12.9912 19.1977 12.5455 18.75 11.9957 18.75H11.9867Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M23.1953 8.17329C23.3742 8.69027 23.1044 9.25392 22.592 9.44006L22.5906 9.44064C22.545 9.4638 22.4424 9.51922 22.3886 9.56385C22.2839 9.65063 22.2503 9.72109 22.2503 9.81277C22.2503 9.89874 22.2888 9.98573 22.5535 10.3088C22.7979 10.6057 23.2503 11.1551 23.2503 12.0003C23.2503 12.8455 22.7979 13.3948 22.5535 13.6917C22.2888 14.0148 22.2503 14.1018 22.2503 14.1878C22.2503 14.2795 22.2839 14.3499 22.3886 14.4367C22.4332 14.4686 22.536 14.5378 22.5906 14.5599L22.592 14.5605C23.1044 14.7466 23.3742 15.3103 23.1953 15.8273C23.0147 16.3492 22.4452 16.6259 21.9233 16.4453C21.5237 16.2698 21.3081 16.1389 21.1119 15.9762C20.7166 15.6484 20.2503 15.0626 20.2503 14.1878C20.2503 13.3426 20.7322 12.7573 20.9766 12.4604C21.2412 12.1373 21.2503 12.0862 21.2503 12.0003C21.2503 11.9143 21.2412 11.8632 20.9766 11.5401C20.7322 11.2432 20.2503 10.658 20.2503 9.81277C20.2503 8.93796 20.7166 8.35216 21.1119 8.02432C21.3081 7.86164 21.4999 7.74946 21.6418 7.67755L21.9233 7.55524C22.4452 7.37465 23.0147 7.65136 23.1953 8.17329Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M0.805242 8.17335C0.626367 8.69032 0.896157 9.25397 1.40851 9.44012L1.40991 9.44069C1.45559 9.46386 1.55812 9.51927 1.61194 9.56391C1.7166 9.65069 1.75027 9.72114 1.75027 9.81283C1.75027 9.8988 1.71172 9.98578 1.44709 10.3089C1.20262 10.6058 0.750272 11.1551 0.750272 12.0003C0.750272 12.8455 1.20262 13.3949 1.44709 13.6918C1.71172 14.0149 1.75027 14.1019 1.75027 14.1878C1.75027 14.2795 1.7166 14.35 1.61194 14.4368C1.56738 14.4686 1.46459 14.5379 1.40991 14.56L1.40851 14.5605C0.896159 14.7467 0.626367 15.3103 0.805242 15.8273C0.985829 16.3492 1.55533 16.6259 2.07725 16.4454C2.47684 16.2698 2.69242 16.139 2.8886 15.9763C3.28395 15.6484 3.75027 15.0626 3.75027 14.1878C3.75027 13.3426 3.26839 12.7574 3.02392 12.4605C2.7593 12.1374 2.75027 12.0863 2.75027 12.0003C2.75027 11.9144 2.7593 11.8633 3.02392 11.5402C3.26839 11.2433 3.75027 10.658 3.75027 9.81283C3.75027 8.93801 3.28395 8.35222 2.8886 8.02438C2.69242 7.8617 2.5006 7.74952 2.35878 7.67761L2.07725 7.5553C1.55533 7.37471 0.985829 7.65142 0.805242 8.17335Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-smart-phone-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.4889 6.76901C21.8788 8.09641 22.75 9.94346 22.75 11.9922C22.75 14.0409 21.8788 15.888 20.4889 17.2154C20.0895 17.5968 19.4565 17.5822 19.0751 17.1828C18.6936 16.7834 18.7082 16.1504 19.1076 15.769C20.1295 14.7931 20.75 13.4582 20.75 11.9922C20.75 10.5262 20.1295 9.19127 19.1076 8.21537C18.7082 7.83393 18.6936 7.20093 19.0751 6.80153C19.4565 6.40213 20.0895 6.38757 20.4889 6.76901ZM18.1036 9.01901C18.8906 9.77059 19.3888 10.8221 19.3888 11.9922C19.3888 13.1622 18.8906 14.2138 18.1036 14.9654C17.7042 15.3468 17.0712 15.3322 16.6898 14.9328C16.3083 14.5334 16.3229 13.9004 16.7223 13.519C17.1412 13.1189 17.3888 12.5795 17.3888 11.9922C17.3888 11.4049 17.1412 10.8654 16.7223 10.4654C16.3229 10.0839 16.3083 9.45093 16.6898 9.05153C17.0712 8.65213 17.7042 8.63757 18.1036 9.01901ZM14.75 10.9918C15.3023 10.9918 15.75 11.4395 15.75 11.9918L15.75 12.0008C15.75 12.5531 15.3023 13.0008 14.75 13.0008C14.1977 13.0008 13.75 12.5531 13.75 12.0008L13.75 11.9918C13.75 11.4395 14.1977 10.9918 14.75 10.9918Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.1698 1.41553C11.182 1.33623 11.1218 1.26427 11.0416 1.26258C10.4432 1.24999 9.78269 1.24999 9.05551 1.25H9.05546H9.0554H8.94383H8.94377H8.94372C8.21811 1.24999 7.55876 1.24999 6.96141 1.2625C6.87948 1.26422 6.81781 1.33739 6.82957 1.41849C6.92832 2.01096 6.99296 2.39014 7.07471 2.66868C7.15126 2.92953 7.21931 3.01384 7.2724 3.06094C7.33081 3.11277 7.42176 3.16922 7.68603 3.20574C7.97539 3.24574 8.3704 3.24992 8.99946 3.24992C9.62851 3.24992 10.0235 3.24574 10.3129 3.20574C10.5772 3.16922 10.6681 3.11277 10.7265 3.06094C10.7796 3.01384 10.8477 2.92952 10.9242 2.66868C11.0061 2.38967 11.0708 2.00969 11.1698 1.41553ZM5.05962 1.38505C5.19637 1.36667 5.32081 1.46348 5.3406 1.60003L5.34665 1.64173L5.3491 1.65746L5.35612 1.69961C5.44652 2.24219 5.52515 2.71416 5.63584 3.09132C5.75495 3.49714 5.93355 3.8782 6.27733 4.18321C6.6329 4.49868 7.04243 4.63121 7.4811 4.69184C7.89469 4.749 8.40509 4.75015 8.99989 4.75015C9.59469 4.75015 10.1051 4.749 10.5187 4.69184C10.9573 4.63121 11.3669 4.49868 11.7225 4.18321C12.0662 3.8782 12.2448 3.49714 12.3639 3.09132C12.4746 2.71416 12.5533 2.24219 12.6437 1.69961L12.6507 1.65747L12.6599 1.59788C12.6806 1.46236 12.8045 1.36679 12.9404 1.38505C13.9767 1.52438 14.8301 1.81988 15.5052 2.49502C16.1803 3.17016 16.4759 4.02357 16.6152 5.05984C16.6858 5.58512 16.7194 6.18605 16.7354 6.86949C16.7403 7.07608 16.7427 7.17938 16.6972 7.25439C16.6516 7.3294 16.5383 7.38493 16.3118 7.496C16.0544 7.6222 15.8145 7.79515 15.605 8.01455C15.2466 8.38981 15.0281 8.84756 14.9479 9.32342C14.9317 9.41948 14.8474 9.4908 14.75 9.4908C13.3693 9.4908 12.25 10.6101 12.25 11.9908V11.9998C12.25 13.3805 13.3693 14.4998 14.75 14.4998C14.848 14.4998 14.9328 14.5713 14.9494 14.6678C15.0308 15.1405 15.2488 15.5949 15.605 15.9678C15.8146 16.1873 16.0546 16.3603 16.3121 16.4865C16.5386 16.5975 16.6519 16.653 16.6974 16.728C16.743 16.803 16.7406 16.9063 16.7359 17.1129C16.72 17.8038 16.6864 18.4107 16.6152 18.9406C16.4759 19.9769 16.1803 20.8303 15.5052 21.5054C14.8301 22.1806 13.9767 22.4761 12.9404 22.6154C11.9373 22.7503 10.6583 22.7502 9.05575 22.7502H8.94426C7.34167 22.7502 6.0627 22.7503 5.05962 22.6154C4.02335 22.4761 3.16994 22.1806 2.4948 21.5054C1.81966 20.8303 1.52415 19.9769 1.38483 18.9406C1.24997 17.9375 1.24998 16.6586 1.25 15.056V15.056V15.056V8.94444V8.94443V8.94442C1.24998 7.34186 1.24997 6.06291 1.38483 5.05984C1.52415 4.02357 1.81966 3.17016 2.4948 2.49502C3.16994 1.81988 4.02335 1.52438 5.05962 1.38505ZM7.25 20C7.25 19.5858 7.58579 19.25 8 19.25H10C10.4142 19.25 10.75 19.5858 10.75 20C10.75 20.4142 10.4142 20.75 10 20.75H8C7.58579 20.75 7.25 20.4142 7.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.4889 6.76901C21.8788 8.09641 22.75 9.94346 22.75 11.9922C22.75 14.0409 21.8788 15.888 20.4889 17.2154C20.0895 17.5968 19.4565 17.5822 19.0751 17.1828C18.6936 16.7834 18.7082 16.1504 19.1076 15.769C20.1295 14.7931 20.75 13.4582 20.75 11.9922C20.75 10.5262 20.1295 9.19127 19.1076 8.21537C18.7082 7.83393 18.6936 7.20093 19.0751 6.80153C19.4565 6.40213 20.0895 6.38757 20.4889 6.76901ZM18.1036 9.01901C18.8906 9.77059 19.3888 10.8221 19.3888 11.9922C19.3888 13.1622 18.8906 14.2138 18.1036 14.9654C17.7042 15.3468 17.0712 15.3322 16.6898 14.9328C16.3083 14.5334 16.3229 13.9004 16.7223 13.519C17.1412 13.1189 17.3888 12.5795 17.3888 11.9922C17.3888 11.4049 17.1412 10.8654 16.7223 10.4654C16.3229 10.0839 16.3083 9.45093 16.6898 9.05153C17.0712 8.65213 17.7042 8.63757 18.1036 9.01901ZM14.75 10.9918C15.3023 10.9918 15.75 11.4395 15.75 11.9918L15.75 12.0008C15.75 12.5531 15.3023 13.0008 14.75 13.0008C14.1977 13.0008 13.75 12.5531 13.75 12.0008L13.75 11.9918C13.75 11.4395 14.1977 10.9918 14.75 10.9918Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.1698 1.41553C11.182 1.33623 11.1218 1.26427 11.0416 1.26258C10.4432 1.24999 9.78269 1.24999 9.05551 1.25H9.05546H9.0554H8.94383H8.94377H8.94372C8.21811 1.24999 7.55876 1.24999 6.96141 1.2625C6.87948 1.26422 6.81781 1.33739 6.82957 1.41849C6.92832 2.01096 6.99296 2.39014 7.07471 2.66868C7.15126 2.92953 7.21931 3.01384 7.2724 3.06094C7.33081 3.11277 7.42176 3.16922 7.68603 3.20574C7.97539 3.24574 8.3704 3.24992 8.99946 3.24992C9.62851 3.24992 10.0235 3.24574 10.3129 3.20574C10.5772 3.16922 10.6681 3.11277 10.7265 3.06094C10.7796 3.01384 10.8477 2.92952 10.9242 2.66868C11.0061 2.38967 11.0708 2.00969 11.1698 1.41553ZM5.05962 1.38505C5.19637 1.36667 5.32081 1.46348 5.3406 1.60003L5.34665 1.64173L5.3491 1.65746L5.35612 1.69961C5.44652 2.24219 5.52515 2.71416 5.63584 3.09132C5.75495 3.49714 5.93355 3.8782 6.27733 4.18321C6.6329 4.49868 7.04243 4.63121 7.4811 4.69184C7.89469 4.749 8.40509 4.75015 8.99989 4.75015C9.59469 4.75015 10.1051 4.749 10.5187 4.69184C10.9573 4.63121 11.3669 4.49868 11.7225 4.18321C12.0662 3.8782 12.2448 3.49714 12.3639 3.09132C12.4746 2.71416 12.5533 2.24219 12.6437 1.69961L12.6507 1.65747L12.6599 1.59788C12.6806 1.46236 12.8045 1.36679 12.9404 1.38505C13.9767 1.52438 14.8301 1.81988 15.5052 2.49502C16.1803 3.17016 16.4759 4.02357 16.6152 5.05984C16.6858 5.58512 16.7194 6.18605 16.7354 6.86949C16.7403 7.07608 16.7427 7.17938 16.6972 7.25439C16.6516 7.3294 16.5383 7.38493 16.3118 7.496C16.0544 7.6222 15.8145 7.79515 15.605 8.01455C15.2466 8.38981 15.0281 8.84756 14.9479 9.32342C14.9317 9.41948 14.8474 9.4908 14.75 9.4908C13.3693 9.4908 12.25 10.6101 12.25 11.9908V11.9998C12.25 13.3805 13.3693 14.4998 14.75 14.4998C14.848 14.4998 14.9328 14.5713 14.9494 14.6678C15.0308 15.1405 15.2488 15.5949 15.605 15.9678C15.8146 16.1873 16.0546 16.3603 16.3121 16.4865C16.5386 16.5975 16.6519 16.653 16.6974 16.728C16.743 16.803 16.7406 16.9063 16.7359 17.1129C16.72 17.8038 16.6864 18.4107 16.6152 18.9406C16.4759 19.9769 16.1803 20.8303 15.5052 21.5054C14.8301 22.1806 13.9767 22.4761 12.9404 22.6154C11.9373 22.7503 10.6583 22.7502 9.05575 22.7502H8.94426C7.34167 22.7502 6.0627 22.7503 5.05962 22.6154C4.02335 22.4761 3.16994 22.1806 2.4948 21.5054C1.81966 20.8303 1.52415 19.9769 1.38483 18.9406C1.24997 17.9375 1.24998 16.6586 1.25 15.056V15.056V15.056V8.94444V8.94443V8.94442C1.24998 7.34186 1.24997 6.06291 1.38483 5.05984C1.52415 4.02357 1.81966 3.17016 2.4948 2.49502C3.16994 1.81988 4.02335 1.52438 5.05962 1.38505ZM7.25 20C7.25 19.5858 7.58579 19.25 8 19.25H10C10.4142 19.25 10.75 19.5858 10.75 20C10.75 20.4142 10.4142 20.75 10 20.75H8C7.58579 20.75 7.25 20.4142 7.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-smart-phone{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0416 1.26258C14.1218 1.26427 14.182 1.33623 14.1698 1.41553C14.0708 2.00969 14.0061 2.38967 13.9242 2.66868C13.8477 2.92952 13.7796 3.01384 13.7265 3.06094C13.6681 3.11277 13.5772 3.16922 13.3129 3.20574C13.0235 3.24574 12.6285 3.24992 11.9995 3.24992C11.3704 3.24992 10.9754 3.24574 10.686 3.20574C10.4218 3.16922 10.3308 3.11277 10.2724 3.06094C10.2193 3.01384 10.1513 2.92952 10.0747 2.66868C9.99296 2.39014 9.92832 2.01096 9.82957 1.41849C9.81781 1.33739 9.87948 1.26422 9.96141 1.2625C10.5588 1.24999 11.2181 1.24999 11.9437 1.25H11.9438H11.9438H12.0553H12.0554H12.0555C12.7827 1.24999 13.4432 1.24999 14.0416 1.26258ZM8.05962 1.38505C8.19637 1.36667 8.32081 1.46348 8.3406 1.60003L8.34665 1.64173L8.3491 1.65746L8.35612 1.69961C8.44652 2.24219 8.52515 2.71416 8.63584 3.09132C8.75495 3.49714 8.93355 3.8782 9.27733 4.18321C9.6329 4.49868 10.0424 4.63121 10.4811 4.69184C10.8947 4.749 11.4051 4.75015 11.9999 4.75015C12.5947 4.75015 13.1051 4.749 13.5187 4.69184C13.9573 4.63121 14.3669 4.49868 14.7225 4.18321C15.0662 3.8782 15.2448 3.49714 15.3639 3.09132C15.4746 2.71416 15.5533 2.24219 15.6437 1.69961L15.6507 1.65747L15.6599 1.59788C15.6806 1.46236 15.8045 1.36679 15.9404 1.38505C16.9767 1.52438 17.8301 1.81988 18.5052 2.49502C19.1803 3.17016 19.4759 4.02357 19.6152 5.05984C19.75 6.06293 19.75 7.34189 19.75 8.94448V15.056C19.75 16.6586 19.75 17.9375 19.6152 18.9406C19.4759 19.9769 19.1803 20.8303 18.5052 21.5054C17.8301 22.1806 16.9767 22.4761 15.9404 22.6154C14.9373 22.7503 13.6583 22.7502 12.0557 22.7502H11.9443C10.3417 22.7502 9.0627 22.7503 8.05962 22.6154C7.02335 22.4761 6.16994 22.1806 5.4948 21.5054C4.81966 20.8303 4.52415 19.9769 4.38483 18.9406C4.24997 17.9375 4.24998 16.6586 4.25 15.056V15.056V15.056V8.94446V8.94445V8.94444C4.24998 7.34187 4.24997 6.06291 4.38483 5.05984C4.52415 4.02357 4.81966 3.17016 5.4948 2.49502C6.16994 1.81988 7.02335 1.52438 8.05962 1.38505ZM10.25 20C10.25 19.5858 10.5858 19.25 11 19.25H13C13.4142 19.25 13.75 19.5858 13.75 20C13.75 20.4142 13.4142 20.75 13 20.75H11C10.5858 20.75 10.25 20.4142 10.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0416 1.26258C14.1218 1.26427 14.182 1.33623 14.1698 1.41553C14.0708 2.00969 14.0061 2.38967 13.9242 2.66868C13.8477 2.92952 13.7796 3.01384 13.7265 3.06094C13.6681 3.11277 13.5772 3.16922 13.3129 3.20574C13.0235 3.24574 12.6285 3.24992 11.9995 3.24992C11.3704 3.24992 10.9754 3.24574 10.686 3.20574C10.4218 3.16922 10.3308 3.11277 10.2724 3.06094C10.2193 3.01384 10.1513 2.92952 10.0747 2.66868C9.99296 2.39014 9.92832 2.01096 9.82957 1.41849C9.81781 1.33739 9.87948 1.26422 9.96141 1.2625C10.5588 1.24999 11.2181 1.24999 11.9437 1.25H11.9438H11.9438H12.0553H12.0554H12.0555C12.7827 1.24999 13.4432 1.24999 14.0416 1.26258ZM8.05962 1.38505C8.19637 1.36667 8.32081 1.46348 8.3406 1.60003L8.34665 1.64173L8.3491 1.65746L8.35612 1.69961C8.44652 2.24219 8.52515 2.71416 8.63584 3.09132C8.75495 3.49714 8.93355 3.8782 9.27733 4.18321C9.6329 4.49868 10.0424 4.63121 10.4811 4.69184C10.8947 4.749 11.4051 4.75015 11.9999 4.75015C12.5947 4.75015 13.1051 4.749 13.5187 4.69184C13.9573 4.63121 14.3669 4.49868 14.7225 4.18321C15.0662 3.8782 15.2448 3.49714 15.3639 3.09132C15.4746 2.71416 15.5533 2.24219 15.6437 1.69961L15.6507 1.65747L15.6599 1.59788C15.6806 1.46236 15.8045 1.36679 15.9404 1.38505C16.9767 1.52438 17.8301 1.81988 18.5052 2.49502C19.1803 3.17016 19.4759 4.02357 19.6152 5.05984C19.75 6.06293 19.75 7.34189 19.75 8.94448V15.056C19.75 16.6586 19.75 17.9375 19.6152 18.9406C19.4759 19.9769 19.1803 20.8303 18.5052 21.5054C17.8301 22.1806 16.9767 22.4761 15.9404 22.6154C14.9373 22.7503 13.6583 22.7502 12.0557 22.7502H11.9443C10.3417 22.7502 9.0627 22.7503 8.05962 22.6154C7.02335 22.4761 6.16994 22.1806 5.4948 21.5054C4.81966 20.8303 4.52415 19.9769 4.38483 18.9406C4.24997 17.9375 4.24998 16.6586 4.25 15.056V15.056V15.056V8.94446V8.94445V8.94444C4.24998 7.34187 4.24997 6.06291 4.38483 5.05984C4.52415 4.02357 4.81966 3.17016 5.4948 2.49502C6.16994 1.81988 7.02335 1.52438 8.05962 1.38505ZM10.25 20C10.25 19.5858 10.5858 19.25 11 19.25H13C13.4142 19.25 13.75 19.5858 13.75 20C13.75 20.4142 13.4142 20.75 13 20.75H11C10.5858 20.75 10.25 20.4142 10.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-speaker{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0502 1.25C13.8869 1.24999 15.3334 1.24998 16.4746 1.38694C17.6432 1.5272 18.5905 1.8203 19.3746 2.47827C19.6088 2.67472 19.8253 2.89124 20.0217 3.12537C20.6797 3.9095 20.9728 4.85678 21.1131 6.02539C21.25 7.16654 21.25 8.61298 21.25 10.4497V10.4497V10.4497V10.4497V13.5502V13.5502V13.5503V13.5503C21.25 15.387 21.25 16.8335 21.1131 17.9746C20.9728 19.1432 20.6797 20.0905 20.0217 20.8746C19.8253 21.1088 19.6088 21.3253 19.3746 21.5217C18.5905 22.1797 17.6432 22.4728 16.4746 22.6131C15.3335 22.75 13.887 22.75 12.0503 22.75H12.0503H12.0503H12.0503H11.9498H11.9498H11.9497H11.9497C10.113 22.75 8.66654 22.75 7.52539 22.6131C6.35678 22.4728 5.4095 22.1797 4.62537 21.5217C4.39124 21.3253 4.17472 21.1088 3.97827 20.8746C3.3203 20.0905 3.0272 19.1432 2.88694 17.9746C2.74998 16.8334 2.74999 15.3869 2.75 13.5502V10.4498C2.74999 8.61307 2.74998 7.16657 2.88694 6.02539C3.0272 4.85678 3.3203 3.9095 3.97827 3.12537C4.17472 2.89124 4.39124 2.67472 4.62537 2.47827C5.4095 1.8203 6.35678 1.5272 7.52539 1.38694C8.66657 1.24998 10.1131 1.24999 11.9498 1.25H12.0502ZM12 5C11.1716 5 10.5 5.67157 10.5 6.5C10.5 7.32843 11.1716 8 12 8C12.8284 8 13.5 7.32843 13.5 6.5C13.5 5.67157 12.8284 5 12 5ZM12 12C10.067 12 8.5 13.567 8.5 15.5C8.5 17.433 10.067 19 12 19C13.933 19 15.5 17.433 15.5 15.5C15.5 13.567 13.933 12 12 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0502 1.25C13.8869 1.24999 15.3334 1.24998 16.4746 1.38694C17.6432 1.5272 18.5905 1.8203 19.3746 2.47827C19.6088 2.67472 19.8253 2.89124 20.0217 3.12537C20.6797 3.9095 20.9728 4.85678 21.1131 6.02539C21.25 7.16654 21.25 8.61298 21.25 10.4497V10.4497V10.4497V10.4497V13.5502V13.5502V13.5503V13.5503C21.25 15.387 21.25 16.8335 21.1131 17.9746C20.9728 19.1432 20.6797 20.0905 20.0217 20.8746C19.8253 21.1088 19.6088 21.3253 19.3746 21.5217C18.5905 22.1797 17.6432 22.4728 16.4746 22.6131C15.3335 22.75 13.887 22.75 12.0503 22.75H12.0503H12.0503H12.0503H11.9498H11.9498H11.9497H11.9497C10.113 22.75 8.66654 22.75 7.52539 22.6131C6.35678 22.4728 5.4095 22.1797 4.62537 21.5217C4.39124 21.3253 4.17472 21.1088 3.97827 20.8746C3.3203 20.0905 3.0272 19.1432 2.88694 17.9746C2.74998 16.8334 2.74999 15.3869 2.75 13.5502V10.4498C2.74999 8.61307 2.74998 7.16657 2.88694 6.02539C3.0272 4.85678 3.3203 3.9095 3.97827 3.12537C4.17472 2.89124 4.39124 2.67472 4.62537 2.47827C5.4095 1.8203 6.35678 1.5272 7.52539 1.38694C8.66657 1.24998 10.1131 1.24999 11.9498 1.25H12.0502ZM12 5C11.1716 5 10.5 5.67157 10.5 6.5C10.5 7.32843 11.1716 8 12 8C12.8284 8 13.5 7.32843 13.5 6.5C13.5 5.67157 12.8284 5 12 5ZM12 12C10.067 12 8.5 13.567 8.5 15.5C8.5 17.433 10.067 19 12 19C13.933 19 15.5 17.433 15.5 15.5C15.5 13.567 13.933 12 12 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-tablet-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8918 1.36652C17.0248 1.24996 15.9225 1.24998 14.5549 1.25H14.5549H9.44513H9.44511C8.07753 1.24998 6.97521 1.24996 6.10825 1.36652C5.20814 1.48754 4.45027 1.74643 3.84835 2.34835C3.24643 2.95027 2.98754 3.70814 2.86652 4.60825C2.74996 5.47521 2.74998 6.57753 2.75 7.94511V7.94513L2.75 16.0549V16.0549C2.74998 17.4225 2.74996 18.5248 2.86652 19.3918C2.98754 20.2919 3.24643 21.0497 3.84835 21.6517C4.45027 22.2536 5.20814 22.5125 6.10825 22.6335C6.97522 22.75 8.07754 22.75 9.44512 22.75L9.44513 22.75H14.5549L14.5549 22.75C15.9225 22.75 17.0248 22.75 17.8918 22.6335C18.7919 22.5125 19.5497 22.2536 20.1517 21.6517C20.7536 21.0497 21.0125 20.2919 21.1335 19.3918C21.25 18.5248 21.25 17.4225 21.25 16.0549L21.25 7.94513C21.25 6.57754 21.25 5.47522 21.1335 4.60825C21.0125 3.70814 20.7536 2.95027 20.1517 2.34835C19.5497 1.74643 18.7919 1.48754 17.8918 1.36652ZM12 18.5C11.4477 18.5 11 18.9477 11 19.5C11 20.0523 11.4477 20.5 12 20.5H12.01C12.5623 20.5 13.01 20.0523 13.01 19.5C13.01 18.9477 12.5623 18.5 12.01 18.5H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8918 1.36652C17.0248 1.24996 15.9225 1.24998 14.5549 1.25H14.5549H9.44513H9.44511C8.07753 1.24998 6.97521 1.24996 6.10825 1.36652C5.20814 1.48754 4.45027 1.74643 3.84835 2.34835C3.24643 2.95027 2.98754 3.70814 2.86652 4.60825C2.74996 5.47521 2.74998 6.57753 2.75 7.94511V7.94513L2.75 16.0549V16.0549C2.74998 17.4225 2.74996 18.5248 2.86652 19.3918C2.98754 20.2919 3.24643 21.0497 3.84835 21.6517C4.45027 22.2536 5.20814 22.5125 6.10825 22.6335C6.97522 22.75 8.07754 22.75 9.44512 22.75L9.44513 22.75H14.5549L14.5549 22.75C15.9225 22.75 17.0248 22.75 17.8918 22.6335C18.7919 22.5125 19.5497 22.2536 20.1517 21.6517C20.7536 21.0497 21.0125 20.2919 21.1335 19.3918C21.25 18.5248 21.25 17.4225 21.25 16.0549L21.25 7.94513C21.25 6.57754 21.25 5.47522 21.1335 4.60825C21.0125 3.70814 20.7536 2.95027 20.1517 2.34835C19.5497 1.74643 18.7919 1.48754 17.8918 1.36652ZM12 18.5C11.4477 18.5 11 18.9477 11 19.5C11 20.0523 11.4477 20.5 12 20.5H12.01C12.5623 20.5 13.01 20.0523 13.01 19.5C13.01 18.9477 12.5623 18.5 12.01 18.5H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-tablet-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5549 1.25C15.9225 1.24998 17.0248 1.24996 17.8918 1.36652C18.7919 1.48754 19.5497 1.74643 20.1517 2.34835C20.7536 2.95027 21.0125 3.70814 21.1335 4.60825C21.25 5.47522 21.25 6.57754 21.25 7.94513L21.25 16.0549C21.25 17.4225 21.25 18.5248 21.1335 19.3918C21.0125 20.2919 20.7536 21.0497 20.1517 21.6517C19.5497 22.2536 18.7919 22.5125 17.8918 22.6335C17.0248 22.75 15.9225 22.75 14.5549 22.75L14.5549 22.75H9.44513L9.44512 22.75C8.07754 22.75 6.97522 22.75 6.10825 22.6335C5.20814 22.5125 4.45027 22.2536 3.84835 21.6517C3.24643 21.0497 2.98754 20.2919 2.86652 19.3918C2.74996 18.5248 2.74998 17.4225 2.75 16.0549V16.0549L2.75 7.94513V7.94511C2.74998 6.57753 2.74996 5.47521 2.86652 4.60825C2.98754 3.70814 3.24643 2.95027 3.84835 2.34835C4.45027 1.74643 5.20814 1.48754 6.10825 1.36652C6.97521 1.24996 8.07753 1.24998 9.44511 1.25H9.44513H14.5549H14.5549ZM9.25 4C9.25 3.58579 9.58579 3.25 10 3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H10C9.58579 4.75 9.25 4.41421 9.25 4ZM12 18.5C11.4477 18.5 11 18.9477 11 19.5C11 20.0523 11.4477 20.5 12 20.5H12.01C12.5623 20.5 13.01 20.0523 13.01 19.5C13.01 18.9477 12.5623 18.5 12.01 18.5H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5549 1.25C15.9225 1.24998 17.0248 1.24996 17.8918 1.36652C18.7919 1.48754 19.5497 1.74643 20.1517 2.34835C20.7536 2.95027 21.0125 3.70814 21.1335 4.60825C21.25 5.47522 21.25 6.57754 21.25 7.94513L21.25 16.0549C21.25 17.4225 21.25 18.5248 21.1335 19.3918C21.0125 20.2919 20.7536 21.0497 20.1517 21.6517C19.5497 22.2536 18.7919 22.5125 17.8918 22.6335C17.0248 22.75 15.9225 22.75 14.5549 22.75L14.5549 22.75H9.44513L9.44512 22.75C8.07754 22.75 6.97522 22.75 6.10825 22.6335C5.20814 22.5125 4.45027 22.2536 3.84835 21.6517C3.24643 21.0497 2.98754 20.2919 2.86652 19.3918C2.74996 18.5248 2.74998 17.4225 2.75 16.0549V16.0549L2.75 7.94513V7.94511C2.74998 6.57753 2.74996 5.47521 2.86652 4.60825C2.98754 3.70814 3.24643 2.95027 3.84835 2.34835C4.45027 1.74643 5.20814 1.48754 6.10825 1.36652C6.97521 1.24996 8.07753 1.24998 9.44511 1.25H9.44513H14.5549H14.5549ZM9.25 4C9.25 3.58579 9.58579 3.25 10 3.25H14C14.4142 3.25 14.75 3.58579 14.75 4C14.75 4.41421 14.4142 4.75 14 4.75H10C9.58579 4.75 9.25 4.41421 9.25 4ZM12 18.5C11.4477 18.5 11 18.9477 11 19.5C11 20.0523 11.4477 20.5 12 20.5H12.01C12.5623 20.5 13.01 20.0523 13.01 19.5C13.01 18.9477 12.5623 18.5 12.01 18.5H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-tablet-connected-bluetooth{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8315 7.03417C18.8485 7.04611 18.8655 7.05808 18.8826 7.07007L19.4591 7.47515C19.4731 7.48501 19.4872 7.49491 19.5014 7.50484C19.7529 7.68146 20.0206 7.8694 20.2172 8.05309C20.431 8.25284 20.753 8.62059 20.7501 9.17477C20.7471 9.72833 20.4218 10.0927 20.2065 10.2902C20.0082 10.4722 19.7387 10.6579 19.4852 10.8327C19.471 10.8425 19.4568 10.8523 19.4427 10.862L17.7924 12.0005L19.4427 13.1391C19.4568 13.1488 19.471 13.1586 19.4852 13.1684C19.7387 13.3431 20.0082 13.5289 20.2065 13.7108C20.4218 13.9084 20.7471 14.2727 20.7501 14.8263C20.753 15.3805 20.431 15.7482 20.2172 15.948C20.0206 16.1317 19.7529 16.3196 19.5014 16.4962C19.4872 16.5062 19.4731 16.5161 19.4591 16.5259L18.8826 16.931C18.8655 16.943 18.8485 16.955 18.8315 16.9669C18.3996 17.2705 17.995 17.5549 17.6475 17.7348C17.2909 17.9193 16.7348 18.135 16.1251 17.8942C15.4516 17.6282 15.2409 17.027 15.1688 16.6082C15.1056 16.2415 15.1058 15.7743 15.106 15.3142C15.106 15.2905 15.106 15.2669 15.106 15.2433V13.8539L13.318 15.0874C12.8634 15.401 12.2406 15.2867 11.927 14.8321C11.6133 14.3775 11.7276 13.7548 12.1822 13.4411L14.2704 12.0005L12.1822 10.5599C11.7276 10.2463 11.6133 9.62355 11.927 9.16895C12.2406 8.71435 12.8634 8.60007 13.318 8.91369L15.106 10.1472V8.7578C15.106 8.73419 15.106 8.71055 15.106 8.6869C15.1058 8.22681 15.1056 7.7596 15.1688 7.39283C15.2409 6.97404 15.4516 6.37291 16.1251 6.10692C16.7348 5.86613 17.2909 6.0818 17.6475 6.26632C17.995 6.44617 18.3996 6.7306 18.8315 7.03417ZM17.106 13.9568L18.307 14.7853C18.3333 14.8035 18.3586 14.8209 18.3829 14.8377C18.3593 14.8544 18.3347 14.8716 18.3092 14.8895L17.7328 15.2946C17.4748 15.4758 17.2724 15.6173 17.1079 15.7269C17.106 15.5868 17.106 15.4281 17.106 15.2433V13.9568ZM17.106 10.0443V8.7578C17.106 8.57299 17.106 8.41424 17.1079 8.27417C17.2724 8.38375 17.4748 8.52523 17.7328 8.70649L18.3092 9.11156C18.3347 9.12948 18.3593 9.14672 18.3829 9.16335C18.3586 9.18017 18.3333 9.19761 18.307 9.21576L17.106 10.0443Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.2549 2.25H11.1202C9.06787 2.24998 7.43009 2.24996 6.14561 2.41901C4.82004 2.59346 3.72454 2.96355 2.85563 3.81412C1.98413 4.66721 1.60257 5.74704 1.42315 7.05336C1.24996 8.31434 1.24998 9.92064 1.25 11.9266V12.0734C1.24998 14.0793 1.24996 15.6857 1.42315 16.9466C1.60257 18.253 1.98413 19.3328 2.85563 20.1859C3.72454 21.0364 4.82004 21.4065 6.14561 21.581C7.43009 21.75 9.06784 21.75 11.1202 21.75H13.2549C15.3073 21.75 16.945 21.75 18.2295 21.581C19.5551 21.4065 20.6506 21.0364 21.5195 20.1859C22.1081 19.6097 22.479 18.9235 22.7114 18.1204C22.8611 17.6031 22.5621 17.0626 22.0435 16.9133C21.525 16.7639 20.9833 17.0622 20.8336 17.5796C20.6771 18.1202 20.4578 18.4933 20.1507 18.794C19.7068 19.2285 19.0894 19.5009 17.9739 19.6477C16.8321 19.798 15.3236 19.8 13.1836 19.8H11.1915C10.0116 19.8 9.02367 19.7994 8.18332 19.7737C7.74921 19.7604 7.53216 19.7537 7.39108 19.6083C7.25 19.4628 7.25 19.2403 7.25 18.7952V5.20483C7.25 4.75975 7.25 4.5372 7.39108 4.39174C7.53216 4.24628 7.74921 4.23963 8.18331 4.22634C9.02366 4.20061 10.0116 4.2 11.1915 4.2H13.1836C15.3236 4.2 16.8321 4.202 17.9739 4.35226C19.0894 4.49907 19.7068 4.77152 20.1507 5.20603C20.4578 5.50673 20.6771 5.87983 20.8336 6.42043C20.9833 6.93778 21.525 7.2361 22.0435 7.08674C22.5621 6.93738 22.8611 6.39691 22.7114 5.87956C22.479 5.07647 22.1081 4.39032 21.5195 3.81412C20.6506 2.96355 19.5551 2.59346 18.2295 2.41901C16.945 2.24996 15.3073 2.24998 13.2549 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8315 7.03417C18.8485 7.04611 18.8655 7.05808 18.8826 7.07007L19.4591 7.47515C19.4731 7.48501 19.4872 7.49491 19.5014 7.50484C19.7529 7.68146 20.0206 7.8694 20.2172 8.05309C20.431 8.25284 20.753 8.62059 20.7501 9.17477C20.7471 9.72833 20.4218 10.0927 20.2065 10.2902C20.0082 10.4722 19.7387 10.6579 19.4852 10.8327C19.471 10.8425 19.4568 10.8523 19.4427 10.862L17.7924 12.0005L19.4427 13.1391C19.4568 13.1488 19.471 13.1586 19.4852 13.1684C19.7387 13.3431 20.0082 13.5289 20.2065 13.7108C20.4218 13.9084 20.7471 14.2727 20.7501 14.8263C20.753 15.3805 20.431 15.7482 20.2172 15.948C20.0206 16.1317 19.7529 16.3196 19.5014 16.4962C19.4872 16.5062 19.4731 16.5161 19.4591 16.5259L18.8826 16.931C18.8655 16.943 18.8485 16.955 18.8315 16.9669C18.3996 17.2705 17.995 17.5549 17.6475 17.7348C17.2909 17.9193 16.7348 18.135 16.1251 17.8942C15.4516 17.6282 15.2409 17.027 15.1688 16.6082C15.1056 16.2415 15.1058 15.7743 15.106 15.3142C15.106 15.2905 15.106 15.2669 15.106 15.2433V13.8539L13.318 15.0874C12.8634 15.401 12.2406 15.2867 11.927 14.8321C11.6133 14.3775 11.7276 13.7548 12.1822 13.4411L14.2704 12.0005L12.1822 10.5599C11.7276 10.2463 11.6133 9.62355 11.927 9.16895C12.2406 8.71435 12.8634 8.60007 13.318 8.91369L15.106 10.1472V8.7578C15.106 8.73419 15.106 8.71055 15.106 8.6869C15.1058 8.22681 15.1056 7.7596 15.1688 7.39283C15.2409 6.97404 15.4516 6.37291 16.1251 6.10692C16.7348 5.86613 17.2909 6.0818 17.6475 6.26632C17.995 6.44617 18.3996 6.7306 18.8315 7.03417ZM17.106 13.9568L18.307 14.7853C18.3333 14.8035 18.3586 14.8209 18.3829 14.8377C18.3593 14.8544 18.3347 14.8716 18.3092 14.8895L17.7328 15.2946C17.4748 15.4758 17.2724 15.6173 17.1079 15.7269C17.106 15.5868 17.106 15.4281 17.106 15.2433V13.9568ZM17.106 10.0443V8.7578C17.106 8.57299 17.106 8.41424 17.1079 8.27417C17.2724 8.38375 17.4748 8.52523 17.7328 8.70649L18.3092 9.11156C18.3347 9.12948 18.3593 9.14672 18.3829 9.16335C18.3586 9.18017 18.3333 9.19761 18.307 9.21576L17.106 10.0443Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.2549 2.25H11.1202C9.06787 2.24998 7.43009 2.24996 6.14561 2.41901C4.82004 2.59346 3.72454 2.96355 2.85563 3.81412C1.98413 4.66721 1.60257 5.74704 1.42315 7.05336C1.24996 8.31434 1.24998 9.92064 1.25 11.9266V12.0734C1.24998 14.0793 1.24996 15.6857 1.42315 16.9466C1.60257 18.253 1.98413 19.3328 2.85563 20.1859C3.72454 21.0364 4.82004 21.4065 6.14561 21.581C7.43009 21.75 9.06784 21.75 11.1202 21.75H13.2549C15.3073 21.75 16.945 21.75 18.2295 21.581C19.5551 21.4065 20.6506 21.0364 21.5195 20.1859C22.1081 19.6097 22.479 18.9235 22.7114 18.1204C22.8611 17.6031 22.5621 17.0626 22.0435 16.9133C21.525 16.7639 20.9833 17.0622 20.8336 17.5796C20.6771 18.1202 20.4578 18.4933 20.1507 18.794C19.7068 19.2285 19.0894 19.5009 17.9739 19.6477C16.8321 19.798 15.3236 19.8 13.1836 19.8H11.1915C10.0116 19.8 9.02367 19.7994 8.18332 19.7737C7.74921 19.7604 7.53216 19.7537 7.39108 19.6083C7.25 19.4628 7.25 19.2403 7.25 18.7952V5.20483C7.25 4.75975 7.25 4.5372 7.39108 4.39174C7.53216 4.24628 7.74921 4.23963 8.18331 4.22634C9.02366 4.20061 10.0116 4.2 11.1915 4.2H13.1836C15.3236 4.2 16.8321 4.202 17.9739 4.35226C19.0894 4.49907 19.7068 4.77152 20.1507 5.20603C20.4578 5.50673 20.6771 5.87983 20.8336 6.42043C20.9833 6.93778 21.525 7.2361 22.0435 7.08674C22.5621 6.93738 22.8611 6.39691 22.7114 5.87956C22.479 5.07647 22.1081 4.39032 21.5195 3.81412C20.6506 2.96355 19.5551 2.59346 18.2295 2.41901C16.945 2.24996 15.3073 2.24998 13.2549 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-tablet-connected-usb{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2549 2.25H11.1202C9.06787 2.24998 7.43009 2.24996 6.14561 2.41901C4.82004 2.59346 3.72454 2.96355 2.85563 3.81412C1.98413 4.66721 1.60257 5.74704 1.42315 7.05336C1.24996 8.31434 1.24998 9.92064 1.25 11.9266V12.0734C1.24998 14.0793 1.24996 15.6857 1.42315 16.9466C1.60257 18.253 1.98413 19.3328 2.85563 20.1859C3.72454 21.0364 4.82004 21.4065 6.14561 21.581C7.43009 21.75 9.06784 21.75 11.1202 21.75H13.2549C15.3073 21.75 16.945 21.75 18.2295 21.581C19.5551 21.4065 20.6506 21.0364 21.5195 20.1859C22.1081 19.6097 22.479 18.9235 22.7114 18.1204C22.8611 17.6031 22.5621 17.0626 22.0435 16.9133C21.525 16.7639 20.9833 17.0622 20.8336 17.5796C20.6771 18.1202 20.4578 18.4933 20.1507 18.794C19.7068 19.2285 19.0894 19.5009 17.9739 19.6477C16.8321 19.798 15.3236 19.8 13.1836 19.8H11.1915C10.0116 19.8 9.02367 19.7994 8.18332 19.7737C7.74921 19.7604 7.53216 19.7537 7.39108 19.6083C7.25 19.4628 7.25 19.2403 7.25 18.7952V5.20483C7.25 4.75975 7.25 4.5372 7.39108 4.39174C7.53216 4.24628 7.74921 4.23963 8.18331 4.22634C9.02366 4.20061 10.0116 4.2 11.1915 4.2H13.1836C15.3236 4.2 16.8321 4.202 17.9739 4.35226C19.0894 4.49907 19.7068 4.77152 20.1507 5.20603C20.4578 5.50673 20.6771 5.87983 20.8336 6.42043C20.9833 6.93778 21.525 7.2361 22.0435 7.08674C22.5621 6.93738 22.8611 6.39691 22.7114 5.87956C22.479 5.07647 22.1081 4.39032 21.5195 3.81412C20.6506 2.96355 19.5551 2.59346 18.2295 2.41901C16.945 2.24996 15.3073 2.24998 13.2549 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0884 9.52143C13.9082 9.50144 13.66 9.50001 13.2202 9.50001H13.15C12.5977 9.50001 12.15 9.05229 12.15 8.50001C12.15 7.94772 12.5977 7.50001 13.15 7.50001H13.2202L13.2649 7.5C13.6437 7.49995 14.0051 7.4999 14.309 7.53364C14.6488 7.57135 15.0153 7.6593 15.3606 7.90128C15.7082 8.14487 15.9147 8.46056 16.0628 8.77005C16.1936 9.04341 16.309 9.38036 16.4282 9.72803L16.443 9.77115L16.8643 11H17.9267C17.9421 10.9996 17.9576 10.9996 17.9732 11H18.5967C18.9677 10.299 19.7153 9.83334 20.55 9.83334C21.7383 9.83334 22.75 10.777 22.75 12C22.75 13.223 21.7383 14.1667 20.55 14.1667C19.7455 14.1667 19.022 13.7341 18.6385 13.0752L18.243 14.2289L18.2282 14.272L18.2282 14.272C18.109 14.6197 17.9936 14.9566 17.8628 15.23C17.7147 15.5395 17.5082 15.8551 17.1606 16.0987C16.8153 16.3407 16.4488 16.4287 16.109 16.4664C15.8051 16.5001 15.4437 16.5001 15.0649 16.5L15.0202 16.5H14.95C14.3977 16.5 13.95 16.0523 13.95 15.5C13.95 14.9477 14.3977 14.5 14.95 14.5H15.0202C15.46 14.5 15.7082 14.4986 15.8884 14.4786C15.9512 14.4716 15.9886 14.4639 16.0089 14.4585C16.0194 14.4426 16.036 14.4141 16.0587 14.3667C16.133 14.2113 16.2115 13.9874 16.3511 13.5802L16.55 13H16.1732C16.1576 13.0004 16.1421 13.0004 16.1267 13H10.75C10.1977 13 9.75 12.5523 9.75 12C9.75 11.4477 10.1977 11 10.75 11H14.75L14.5511 10.4198C14.4115 10.0126 14.333 9.78871 14.2587 9.6333C14.236 9.58591 14.2194 9.55744 14.2089 9.54152C14.1886 9.53616 14.1512 9.5284 14.0884 9.52143Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2549 2.25H11.1202C9.06787 2.24998 7.43009 2.24996 6.14561 2.41901C4.82004 2.59346 3.72454 2.96355 2.85563 3.81412C1.98413 4.66721 1.60257 5.74704 1.42315 7.05336C1.24996 8.31434 1.24998 9.92064 1.25 11.9266V12.0734C1.24998 14.0793 1.24996 15.6857 1.42315 16.9466C1.60257 18.253 1.98413 19.3328 2.85563 20.1859C3.72454 21.0364 4.82004 21.4065 6.14561 21.581C7.43009 21.75 9.06784 21.75 11.1202 21.75H13.2549C15.3073 21.75 16.945 21.75 18.2295 21.581C19.5551 21.4065 20.6506 21.0364 21.5195 20.1859C22.1081 19.6097 22.479 18.9235 22.7114 18.1204C22.8611 17.6031 22.5621 17.0626 22.0435 16.9133C21.525 16.7639 20.9833 17.0622 20.8336 17.5796C20.6771 18.1202 20.4578 18.4933 20.1507 18.794C19.7068 19.2285 19.0894 19.5009 17.9739 19.6477C16.8321 19.798 15.3236 19.8 13.1836 19.8H11.1915C10.0116 19.8 9.02367 19.7994 8.18332 19.7737C7.74921 19.7604 7.53216 19.7537 7.39108 19.6083C7.25 19.4628 7.25 19.2403 7.25 18.7952V5.20483C7.25 4.75975 7.25 4.5372 7.39108 4.39174C7.53216 4.24628 7.74921 4.23963 8.18331 4.22634C9.02366 4.20061 10.0116 4.2 11.1915 4.2H13.1836C15.3236 4.2 16.8321 4.202 17.9739 4.35226C19.0894 4.49907 19.7068 4.77152 20.1507 5.20603C20.4578 5.50673 20.6771 5.87983 20.8336 6.42043C20.9833 6.93778 21.525 7.2361 22.0435 7.08674C22.5621 6.93738 22.8611 6.39691 22.7114 5.87956C22.479 5.07647 22.1081 4.39032 21.5195 3.81412C20.6506 2.96355 19.5551 2.59346 18.2295 2.41901C16.945 2.24996 15.3073 2.24998 13.2549 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0884 9.52143C13.9082 9.50144 13.66 9.50001 13.2202 9.50001H13.15C12.5977 9.50001 12.15 9.05229 12.15 8.50001C12.15 7.94772 12.5977 7.50001 13.15 7.50001H13.2202L13.2649 7.5C13.6437 7.49995 14.0051 7.4999 14.309 7.53364C14.6488 7.57135 15.0153 7.6593 15.3606 7.90128C15.7082 8.14487 15.9147 8.46056 16.0628 8.77005C16.1936 9.04341 16.309 9.38036 16.4282 9.72803L16.443 9.77115L16.8643 11H17.9267C17.9421 10.9996 17.9576 10.9996 17.9732 11H18.5967C18.9677 10.299 19.7153 9.83334 20.55 9.83334C21.7383 9.83334 22.75 10.777 22.75 12C22.75 13.223 21.7383 14.1667 20.55 14.1667C19.7455 14.1667 19.022 13.7341 18.6385 13.0752L18.243 14.2289L18.2282 14.272L18.2282 14.272C18.109 14.6197 17.9936 14.9566 17.8628 15.23C17.7147 15.5395 17.5082 15.8551 17.1606 16.0987C16.8153 16.3407 16.4488 16.4287 16.109 16.4664C15.8051 16.5001 15.4437 16.5001 15.0649 16.5L15.0202 16.5H14.95C14.3977 16.5 13.95 16.0523 13.95 15.5C13.95 14.9477 14.3977 14.5 14.95 14.5H15.0202C15.46 14.5 15.7082 14.4986 15.8884 14.4786C15.9512 14.4716 15.9886 14.4639 16.0089 14.4585C16.0194 14.4426 16.036 14.4141 16.0587 14.3667C16.133 14.2113 16.2115 13.9874 16.3511 13.5802L16.55 13H16.1732C16.1576 13.0004 16.1421 13.0004 16.1267 13H10.75C10.1977 13 9.75 12.5523 9.75 12C9.75 11.4477 10.1977 11 10.75 11H14.75L14.5511 10.4198C14.4115 10.0126 14.333 9.78871 14.2587 9.6333C14.236 9.58591 14.2194 9.55744 14.2089 9.54152C14.1886 9.53616 14.1512 9.5284 14.0884 9.52143Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-tablet-connected-wifi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0356 10.4146C12.4933 8.92642 14.5146 8 16.75 8C18.9854 8 21.0067 8.92642 22.4644 10.4146C22.8508 10.8092 22.8443 11.4423 22.4498 11.8288C22.0552 12.2152 21.4221 12.2087 21.0356 11.8141C19.9341 10.6896 18.4199 10 16.75 10C15.0801 10 13.5659 10.6896 12.4644 11.8141C12.0779 12.2087 11.4448 12.2152 11.0502 11.8288C10.6557 11.4423 10.6492 10.8092 11.0356 10.4146ZM13.5356 12.9669C14.3535 12.1319 15.4909 11.6095 16.75 11.6095C18.0091 11.6095 19.1465 12.1319 19.9644 12.9669C20.3508 13.3615 20.3443 13.9946 19.9498 14.3811C19.5552 14.7675 18.9221 14.761 18.5356 14.3664C18.0739 13.8951 17.4436 13.6095 16.75 13.6095C16.0564 13.6095 15.4261 13.8951 14.9644 14.3664C14.5779 14.761 13.9448 14.7675 13.5502 14.3811C13.1557 13.9946 13.1492 13.3615 13.5356 12.9669ZM15.7418 16C15.7418 15.4477 16.1896 15 16.7418 15H16.75C17.3023 15 17.75 15.4477 17.75 16C17.75 16.5523 17.3023 17 16.75 17H16.7418C16.1896 17 15.7418 16.5523 15.7418 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.2549 2.25H11.1202C9.06787 2.24998 7.43009 2.24996 6.14561 2.41901C4.82004 2.59346 3.72454 2.96355 2.85563 3.81412C1.98413 4.66721 1.60257 5.74704 1.42315 7.05336C1.24996 8.31434 1.24998 9.92064 1.25 11.9266V12.0734C1.24998 14.0793 1.24996 15.6857 1.42315 16.9466C1.60257 18.253 1.98413 19.3328 2.85563 20.1859C3.72454 21.0364 4.82004 21.4065 6.14561 21.581C7.43009 21.75 9.06784 21.75 11.1202 21.75H13.2549C15.3073 21.75 16.945 21.75 18.2295 21.581C19.5551 21.4065 20.6506 21.0364 21.5195 20.1859C22.1081 19.6097 22.479 18.9235 22.7114 18.1204C22.8611 17.6031 22.5621 17.0626 22.0435 16.9133C21.525 16.7639 20.9833 17.0622 20.8336 17.5796C20.6771 18.1202 20.4578 18.4933 20.1507 18.794C19.7068 19.2285 19.0894 19.5009 17.9739 19.6477C16.8321 19.798 15.3236 19.8 13.1836 19.8H11.1915C10.0116 19.8 9.02367 19.7994 8.18332 19.7737C7.74921 19.7604 7.53216 19.7537 7.39108 19.6083C7.25 19.4628 7.25 19.2403 7.25 18.7952V5.20483C7.25 4.75975 7.25 4.5372 7.39108 4.39174C7.53216 4.24628 7.74921 4.23963 8.18331 4.22634C9.02366 4.20061 10.0116 4.2 11.1915 4.2H13.1836C15.3236 4.2 16.8321 4.202 17.9739 4.35226C19.0894 4.49907 19.7068 4.77152 20.1507 5.20603C20.4578 5.50673 20.6771 5.87983 20.8336 6.42043C20.9833 6.93778 21.525 7.2361 22.0435 7.08674C22.5621 6.93738 22.8611 6.39691 22.7114 5.87956C22.479 5.07647 22.1081 4.39032 21.5195 3.81412C20.6506 2.96355 19.5551 2.59346 18.2295 2.41901C16.945 2.24996 15.3073 2.24998 13.2549 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0356 10.4146C12.4933 8.92642 14.5146 8 16.75 8C18.9854 8 21.0067 8.92642 22.4644 10.4146C22.8508 10.8092 22.8443 11.4423 22.4498 11.8288C22.0552 12.2152 21.4221 12.2087 21.0356 11.8141C19.9341 10.6896 18.4199 10 16.75 10C15.0801 10 13.5659 10.6896 12.4644 11.8141C12.0779 12.2087 11.4448 12.2152 11.0502 11.8288C10.6557 11.4423 10.6492 10.8092 11.0356 10.4146ZM13.5356 12.9669C14.3535 12.1319 15.4909 11.6095 16.75 11.6095C18.0091 11.6095 19.1465 12.1319 19.9644 12.9669C20.3508 13.3615 20.3443 13.9946 19.9498 14.3811C19.5552 14.7675 18.9221 14.761 18.5356 14.3664C18.0739 13.8951 17.4436 13.6095 16.75 13.6095C16.0564 13.6095 15.4261 13.8951 14.9644 14.3664C14.5779 14.761 13.9448 14.7675 13.5502 14.3811C13.1557 13.9946 13.1492 13.3615 13.5356 12.9669ZM15.7418 16C15.7418 15.4477 16.1896 15 16.7418 15H16.75C17.3023 15 17.75 15.4477 17.75 16C17.75 16.5523 17.3023 17 16.75 17H16.7418C16.1896 17 15.7418 16.5523 15.7418 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.2549 2.25H11.1202C9.06787 2.24998 7.43009 2.24996 6.14561 2.41901C4.82004 2.59346 3.72454 2.96355 2.85563 3.81412C1.98413 4.66721 1.60257 5.74704 1.42315 7.05336C1.24996 8.31434 1.24998 9.92064 1.25 11.9266V12.0734C1.24998 14.0793 1.24996 15.6857 1.42315 16.9466C1.60257 18.253 1.98413 19.3328 2.85563 20.1859C3.72454 21.0364 4.82004 21.4065 6.14561 21.581C7.43009 21.75 9.06784 21.75 11.1202 21.75H13.2549C15.3073 21.75 16.945 21.75 18.2295 21.581C19.5551 21.4065 20.6506 21.0364 21.5195 20.1859C22.1081 19.6097 22.479 18.9235 22.7114 18.1204C22.8611 17.6031 22.5621 17.0626 22.0435 16.9133C21.525 16.7639 20.9833 17.0622 20.8336 17.5796C20.6771 18.1202 20.4578 18.4933 20.1507 18.794C19.7068 19.2285 19.0894 19.5009 17.9739 19.6477C16.8321 19.798 15.3236 19.8 13.1836 19.8H11.1915C10.0116 19.8 9.02367 19.7994 8.18332 19.7737C7.74921 19.7604 7.53216 19.7537 7.39108 19.6083C7.25 19.4628 7.25 19.2403 7.25 18.7952V5.20483C7.25 4.75975 7.25 4.5372 7.39108 4.39174C7.53216 4.24628 7.74921 4.23963 8.18331 4.22634C9.02366 4.20061 10.0116 4.2 11.1915 4.2H13.1836C15.3236 4.2 16.8321 4.202 17.9739 4.35226C19.0894 4.49907 19.7068 4.77152 20.1507 5.20603C20.4578 5.50673 20.6771 5.87983 20.8336 6.42043C20.9833 6.93778 21.525 7.2361 22.0435 7.08674C22.5621 6.93738 22.8611 6.39691 22.7114 5.87956C22.479 5.07647 22.1081 4.39032 21.5195 3.81412C20.6506 2.96355 19.5551 2.59346 18.2295 2.41901C16.945 2.24996 15.3073 2.24998 13.2549 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-tablet-pen{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9573 8.24526C16.3909 7.91825 15.6931 7.91825 15.1266 8.24526C14.9164 8.36662 14.7261 8.55725 14.4798 8.8038L11.5395 11.7442C11.1604 12.1232 10.9797 12.5842 10.8702 13.0129C10.8156 13.227 10.7763 13.4433 10.7416 13.6439L10.7237 13.7485C10.6954 13.9139 10.6692 14.0667 10.6372 14.2162L10.6303 14.2488C10.5717 14.5223 10.5166 14.7798 10.5033 14.9895C10.4889 15.2165 10.5134 15.5142 10.7496 15.7504C10.9857 15.9866 11.2835 16.0111 11.5105 15.9967C11.7201 15.9833 11.9776 15.9282 12.2511 15.8697L12.2838 15.8627C12.4332 15.8307 12.586 15.8046 12.7514 15.7763L12.8561 15.7583C13.0567 15.7236 13.273 15.6844 13.4871 15.6297C13.9157 15.5203 14.3767 15.3395 14.7558 14.9605L17.6961 12.0201C17.9427 11.7739 18.1333 11.5835 18.2547 11.3733C18.5817 10.8069 18.5817 10.109 18.2547 9.54263C18.1333 9.33244 17.9427 9.14206 17.6961 8.89584L17.6041 8.8038C17.3579 8.55725 17.1675 8.36662 16.9573 8.24526Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0741 2H10.9259C8.86751 1.99998 7.2211 1.99996 5.92903 2.17367C4.59273 2.35333 3.48669 2.73514 2.61091 3.61091C1.73514 4.48669 1.35333 5.59273 1.17367 6.92903C0.999957 8.2211 0.999976 9.86749 1 11.9259V12.0741C0.999976 14.1325 0.999957 15.7789 1.17367 17.071C1.35333 18.4073 1.73514 19.5133 2.61091 20.3891C3.48669 21.2649 4.59273 21.6467 5.92903 21.8263C7.2211 22 8.86749 22 10.9259 22H13.074C15.1325 22 16.7789 22 18.071 21.8263C19.4073 21.6467 20.5133 21.2649 21.3891 20.3891C22.2649 19.5133 22.6467 18.4073 22.8263 17.071C23 15.7789 23 14.1325 23 12.0741V11.926C23 9.86753 23 8.2211 22.8263 6.92903C22.6467 5.59273 22.2649 4.48669 21.3891 3.61091C20.5133 2.73514 19.4073 2.35333 18.071 2.17367C16.7789 1.99996 15.1325 1.99998 13.0741 2ZM7.25 18.998C7.25 19.4465 7.25 19.6708 7.39194 19.8165C7.53387 19.9621 7.75326 19.9677 8.19204 19.979C8.98797 19.9995 9.91231 20 11 20H13C15.1496 20 16.6612 19.9979 17.8045 19.8442C18.919 19.6943 19.5326 19.4171 19.9749 18.9749C20.4171 18.5326 20.6943 17.919 20.8442 16.8045C20.9979 15.6612 21 14.1496 21 12C21 9.85041 20.9979 8.33882 20.8442 7.19553C20.6943 6.081 20.4171 5.46737 19.9749 5.02513C19.5326 4.58289 18.919 4.30568 17.8045 4.15584C16.6612 4.00213 15.1496 4 13 4H11C9.91231 4 8.98797 4.00055 8.19204 4.021C7.75326 4.03227 7.53387 4.03791 7.39194 4.18354C7.25 4.32916 7.25 4.55345 7.25 5.00204V18.998Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9573 8.24526C16.3909 7.91825 15.6931 7.91825 15.1266 8.24526C14.9164 8.36662 14.7261 8.55725 14.4798 8.8038L11.5395 11.7442C11.1604 12.1232 10.9797 12.5842 10.8702 13.0129C10.8156 13.227 10.7763 13.4433 10.7416 13.6439L10.7237 13.7485C10.6954 13.9139 10.6692 14.0667 10.6372 14.2162L10.6303 14.2488C10.5717 14.5223 10.5166 14.7798 10.5033 14.9895C10.4889 15.2165 10.5134 15.5142 10.7496 15.7504C10.9857 15.9866 11.2835 16.0111 11.5105 15.9967C11.7201 15.9833 11.9776 15.9282 12.2511 15.8697L12.2838 15.8627C12.4332 15.8307 12.586 15.8046 12.7514 15.7763L12.8561 15.7583C13.0567 15.7236 13.273 15.6844 13.4871 15.6297C13.9157 15.5203 14.3767 15.3395 14.7558 14.9605L17.6961 12.0201C17.9427 11.7739 18.1333 11.5835 18.2547 11.3733C18.5817 10.8069 18.5817 10.109 18.2547 9.54263C18.1333 9.33244 17.9427 9.14206 17.6961 8.89584L17.6041 8.8038C17.3579 8.55725 17.1675 8.36662 16.9573 8.24526Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0741 2H10.9259C8.86751 1.99998 7.2211 1.99996 5.92903 2.17367C4.59273 2.35333 3.48669 2.73514 2.61091 3.61091C1.73514 4.48669 1.35333 5.59273 1.17367 6.92903C0.999957 8.2211 0.999976 9.86749 1 11.9259V12.0741C0.999976 14.1325 0.999957 15.7789 1.17367 17.071C1.35333 18.4073 1.73514 19.5133 2.61091 20.3891C3.48669 21.2649 4.59273 21.6467 5.92903 21.8263C7.2211 22 8.86749 22 10.9259 22H13.074C15.1325 22 16.7789 22 18.071 21.8263C19.4073 21.6467 20.5133 21.2649 21.3891 20.3891C22.2649 19.5133 22.6467 18.4073 22.8263 17.071C23 15.7789 23 14.1325 23 12.0741V11.926C23 9.86753 23 8.2211 22.8263 6.92903C22.6467 5.59273 22.2649 4.48669 21.3891 3.61091C20.5133 2.73514 19.4073 2.35333 18.071 2.17367C16.7789 1.99996 15.1325 1.99998 13.0741 2ZM7.25 18.998C7.25 19.4465 7.25 19.6708 7.39194 19.8165C7.53387 19.9621 7.75326 19.9677 8.19204 19.979C8.98797 19.9995 9.91231 20 11 20H13C15.1496 20 16.6612 19.9979 17.8045 19.8442C18.919 19.6943 19.5326 19.4171 19.9749 18.9749C20.4171 18.5326 20.6943 17.919 20.8442 16.8045C20.9979 15.6612 21 14.1496 21 12C21 9.85041 20.9979 8.33882 20.8442 7.19553C20.6943 6.081 20.4171 5.46737 19.9749 5.02513C19.5326 4.58289 18.919 4.30568 17.8045 4.15584C16.6612 4.00213 15.1496 4 13 4H11C9.91231 4 8.98797 4.00055 8.19204 4.021C7.75326 4.03227 7.53387 4.03791 7.39194 4.18354C7.25 4.32916 7.25 4.55345 7.25 5.00204V18.998Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-transmission{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 15C7.86599 15 11 18.134 11 22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22C13 17.0294 8.97056 13 4 13C3.44771 13 3 13.4477 3 14C3 14.5523 3.44771 15 4 15ZM4 18.2C6.09868 18.2 7.8 19.9013 7.8 22C7.8 22.5523 8.24772 23 8.8 23C9.35228 23 9.8 22.5523 9.8 22C9.8 18.7967 7.20325 16.2 4 16.2C3.44771 16.2 3 16.6477 3 17.2C3 17.7523 3.44771 18.2 4 18.2ZM4 21.4C4.33137 21.4 4.6 21.6686 4.6 22C4.6 22.5523 5.04772 23 5.6 23C6.15228 23 6.6 22.5523 6.6 22C6.6 20.5641 5.43594 19.4 4 19.4C3.44771 19.4 3 19.8477 3 20.4C3 20.9523 3.44771 21.4 4 21.4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4366 1H12.5635C14.1534 0.999979 15.4352 0.999962 16.4542 1.12041C17.5088 1.24507 18.4112 1.51053 19.1721 2.13497C19.4252 2.34273 19.6573 2.57486 19.8651 2.82801C20.4895 3.58888 20.755 4.49132 20.8797 5.5459C21.0001 6.56489 21.0001 7.84672 21.0001 9.4366V17C21.0001 17.0392 21.0001 17.0777 21.0001 17.1157C21.0003 17.9334 21.0004 18.4906 20.904 18.9755C20.5095 20.9589 18.959 22.5094 16.9755 22.9039C16.4907 23.0004 15.9334 23.0002 15.1158 23C15.0778 23 15.0392 23 15.0001 23C14.4478 23 14.0001 22.5523 14.0001 22C14.0001 21.4477 14.4478 21 15.0001 21C15.9773 21 16.3199 20.9952 16.5853 20.9424C17.7754 20.7056 18.7057 19.7753 18.9424 18.5853C18.9952 18.3198 19.0001 17.9772 19.0001 17V9.50003C19.0001 7.83178 18.9984 6.66851 18.8935 5.78067C18.7911 4.91491 18.6026 4.44229 18.3191 4.09681C18.1944 3.94492 18.0552 3.80564 17.9033 3.68098C17.5578 3.39745 17.0852 3.20892 16.2194 3.10658C15.3316 3.00164 14.1683 3 12.5 3C10.8318 3 9.66851 3.00164 8.78067 3.10658C7.91491 3.20892 7.44229 3.39745 7.09681 3.68098C6.94491 3.80564 6.80564 3.94491 6.68098 4.09681C6.39745 4.44229 6.20892 4.91491 6.10658 5.78067C6.00164 6.66851 6 7.83178 6 9.50003V11C6 11.5523 5.55229 12 5 12C4.44772 12 4 11.5523 4 11L4 9.4366C3.99998 7.84672 3.99996 6.56489 4.12041 5.5459C4.24507 4.49132 4.51053 3.58889 5.13497 2.82801C5.34273 2.57486 5.57486 2.34273 5.82801 2.13497C6.58889 1.51053 7.49132 1.24507 8.5459 1.12041C9.56489 0.999962 10.8467 0.999979 12.4366 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 15C7.86599 15 11 18.134 11 22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22C13 17.0294 8.97056 13 4 13C3.44771 13 3 13.4477 3 14C3 14.5523 3.44771 15 4 15ZM4 18.2C6.09868 18.2 7.8 19.9013 7.8 22C7.8 22.5523 8.24772 23 8.8 23C9.35228 23 9.8 22.5523 9.8 22C9.8 18.7967 7.20325 16.2 4 16.2C3.44771 16.2 3 16.6477 3 17.2C3 17.7523 3.44771 18.2 4 18.2ZM4 21.4C4.33137 21.4 4.6 21.6686 4.6 22C4.6 22.5523 5.04772 23 5.6 23C6.15228 23 6.6 22.5523 6.6 22C6.6 20.5641 5.43594 19.4 4 19.4C3.44771 19.4 3 19.8477 3 20.4C3 20.9523 3.44771 21.4 4 21.4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4366 1H12.5635C14.1534 0.999979 15.4352 0.999962 16.4542 1.12041C17.5088 1.24507 18.4112 1.51053 19.1721 2.13497C19.4252 2.34273 19.6573 2.57486 19.8651 2.82801C20.4895 3.58888 20.755 4.49132 20.8797 5.5459C21.0001 6.56489 21.0001 7.84672 21.0001 9.4366V17C21.0001 17.0392 21.0001 17.0777 21.0001 17.1157C21.0003 17.9334 21.0004 18.4906 20.904 18.9755C20.5095 20.9589 18.959 22.5094 16.9755 22.9039C16.4907 23.0004 15.9334 23.0002 15.1158 23C15.0778 23 15.0392 23 15.0001 23C14.4478 23 14.0001 22.5523 14.0001 22C14.0001 21.4477 14.4478 21 15.0001 21C15.9773 21 16.3199 20.9952 16.5853 20.9424C17.7754 20.7056 18.7057 19.7753 18.9424 18.5853C18.9952 18.3198 19.0001 17.9772 19.0001 17V9.50003C19.0001 7.83178 18.9984 6.66851 18.8935 5.78067C18.7911 4.91491 18.6026 4.44229 18.3191 4.09681C18.1944 3.94492 18.0552 3.80564 17.9033 3.68098C17.5578 3.39745 17.0852 3.20892 16.2194 3.10658C15.3316 3.00164 14.1683 3 12.5 3C10.8318 3 9.66851 3.00164 8.78067 3.10658C7.91491 3.20892 7.44229 3.39745 7.09681 3.68098C6.94491 3.80564 6.80564 3.94491 6.68098 4.09681C6.39745 4.44229 6.20892 4.91491 6.10658 5.78067C6.00164 6.66851 6 7.83178 6 9.50003V11C6 11.5523 5.55229 12 5 12C4.44772 12 4 11.5523 4 11L4 9.4366C3.99998 7.84672 3.99996 6.56489 4.12041 5.5459C4.24507 4.49132 4.51053 3.58889 5.13497 2.82801C5.34273 2.57486 5.57486 2.34273 5.82801 2.13497C6.58889 1.51053 7.49132 1.24507 8.5459 1.12041C9.56489 0.999962 10.8467 0.999979 12.4366 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-tv-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0564 5.75C15.8942 5.74998 17.3498 5.74997 18.489 5.89876C19.6614 6.05188 20.6104 6.37451 21.3588 7.10149C22.1071 7.82847 22.4392 8.75031 22.5969 9.88924C22.75 10.9959 22.75 12.4099 22.75 14.1952V14.1952V14.3048V14.3048C22.75 16.0901 22.75 17.5041 22.5969 18.6108C22.4392 19.7497 22.1071 20.6715 21.3588 21.3985C20.6104 22.1255 19.6614 22.4481 18.489 22.6012C17.3498 22.75 15.8942 22.75 14.0565 22.75H14.0564H9.94359H9.94354C8.1058 22.75 6.65018 22.75 5.51098 22.6012C4.33855 22.4481 3.38961 22.1255 2.64124 21.3985C1.89288 20.6715 1.56076 19.7497 1.40313 18.6108C1.24997 17.5041 1.24998 16.0901 1.25 14.3048V14.1952C1.24998 12.4099 1.24997 10.9959 1.40313 9.88924C1.56076 8.75031 1.89288 7.82847 2.64124 7.10149C3.38961 6.37451 4.33856 6.05188 5.51098 5.89876C6.65019 5.74997 8.10582 5.74998 9.94357 5.75H9.94358H14.0564H14.0564Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2929 1.54289C15.6834 1.15237 16.3166 1.15237 16.7071 1.54289C17.0976 1.93342 17.0976 2.56658 16.7071 2.95711L12.7071 6.95711C12.3166 7.34763 11.6834 7.34763 11.2929 6.95711L8.29289 3.95711C7.90237 3.56658 7.90237 2.93342 8.29289 2.54289C8.68342 2.15237 9.31658 2.15237 9.70711 2.54289L12 4.83579L15.2929 1.54289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0564 5.75C15.8942 5.74998 17.3498 5.74997 18.489 5.89876C19.6614 6.05188 20.6104 6.37451 21.3588 7.10149C22.1071 7.82847 22.4392 8.75031 22.5969 9.88924C22.75 10.9959 22.75 12.4099 22.75 14.1952V14.1952V14.3048V14.3048C22.75 16.0901 22.75 17.5041 22.5969 18.6108C22.4392 19.7497 22.1071 20.6715 21.3588 21.3985C20.6104 22.1255 19.6614 22.4481 18.489 22.6012C17.3498 22.75 15.8942 22.75 14.0565 22.75H14.0564H9.94359H9.94354C8.1058 22.75 6.65018 22.75 5.51098 22.6012C4.33855 22.4481 3.38961 22.1255 2.64124 21.3985C1.89288 20.6715 1.56076 19.7497 1.40313 18.6108C1.24997 17.5041 1.24998 16.0901 1.25 14.3048V14.1952C1.24998 12.4099 1.24997 10.9959 1.40313 9.88924C1.56076 8.75031 1.89288 7.82847 2.64124 7.10149C3.38961 6.37451 4.33856 6.05188 5.51098 5.89876C6.65019 5.74997 8.10582 5.74998 9.94357 5.75H9.94358H14.0564H14.0564Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2929 1.54289C15.6834 1.15237 16.3166 1.15237 16.7071 1.54289C17.0976 1.93342 17.0976 2.56658 16.7071 2.95711L12.7071 6.95711C12.3166 7.34763 11.6834 7.34763 11.2929 6.95711L8.29289 3.95711C7.90237 3.56658 7.90237 2.93342 8.29289 2.54289C8.68342 2.15237 9.31658 2.15237 9.70711 2.54289L12 4.83579L15.2929 1.54289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-tv-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2365 19.7049C17.6911 19.6822 18.1078 19.6481 18.489 19.5968C18.7868 19.5568 19.0702 19.5055 19.3396 19.439L19.8946 20.5491C20.1416 21.043 19.9414 21.6437 19.4474 21.8907C18.9535 22.1377 18.3528 21.9375 18.1058 21.4435L17.2365 19.7049ZM4.66079 19.4391C4.93003 19.5055 5.2133 19.5568 5.51098 19.5968C5.89235 19.6481 6.30918 19.6822 6.76394 19.7049L5.89465 21.4435C5.64766 21.9375 5.04698 22.1377 4.55301 21.8907C4.05903 21.6437 3.8588 21.043 4.10579 20.5491L4.66079 19.4391Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0564 2.25H9.94358C8.10583 2.24998 6.65019 2.24997 5.51098 2.40314C4.33856 2.56076 3.38961 2.89288 2.64124 3.64124C1.89288 4.38961 1.56076 5.33856 1.40314 6.51098C1.24997 7.65019 1.24998 9.10582 1.25 10.9436V11.0564C1.24998 12.8942 1.24997 14.3498 1.40314 15.489C1.56076 16.6614 1.89288 17.6104 2.64124 18.3588C3.38961 19.1071 4.33856 19.4392 5.51098 19.5969C6.65018 19.75 8.1058 19.75 9.94354 19.75H14.0564C15.8942 19.75 17.3498 19.75 18.489 19.5969C19.6614 19.4392 20.6104 19.1071 21.3588 18.3588C22.1071 17.6104 22.4392 16.6614 22.5969 15.489C22.75 14.3498 22.75 12.8942 22.75 11.0565V10.9436C22.75 9.10585 22.75 7.65018 22.5969 6.51098C22.4392 5.33856 22.1071 4.38961 21.3588 3.64124C20.6104 2.89288 19.6614 2.56076 18.489 2.40314C17.3498 2.24997 15.8942 2.24998 14.0564 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2365 19.7049C17.6911 19.6822 18.1078 19.6481 18.489 19.5968C18.7868 19.5568 19.0702 19.5055 19.3396 19.439L19.8946 20.5491C20.1416 21.043 19.9414 21.6437 19.4474 21.8907C18.9535 22.1377 18.3528 21.9375 18.1058 21.4435L17.2365 19.7049ZM4.66079 19.4391C4.93003 19.5055 5.2133 19.5568 5.51098 19.5968C5.89235 19.6481 6.30918 19.6822 6.76394 19.7049L5.89465 21.4435C5.64766 21.9375 5.04698 22.1377 4.55301 21.8907C4.05903 21.6437 3.8588 21.043 4.10579 20.5491L4.66079 19.4391Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0564 2.25H9.94358C8.10583 2.24998 6.65019 2.24997 5.51098 2.40314C4.33856 2.56076 3.38961 2.89288 2.64124 3.64124C1.89288 4.38961 1.56076 5.33856 1.40314 6.51098C1.24997 7.65019 1.24998 9.10582 1.25 10.9436V11.0564C1.24998 12.8942 1.24997 14.3498 1.40314 15.489C1.56076 16.6614 1.89288 17.6104 2.64124 18.3588C3.38961 19.1071 4.33856 19.4392 5.51098 19.5969C6.65018 19.75 8.1058 19.75 9.94354 19.75H14.0564C15.8942 19.75 17.3498 19.75 18.489 19.5969C19.6614 19.4392 20.6104 19.1071 21.3588 18.3588C22.1071 17.6104 22.4392 16.6614 22.5969 15.489C22.75 14.3498 22.75 12.8942 22.75 11.0565V10.9436C22.75 9.10585 22.75 7.65018 22.5969 6.51098C22.4392 5.33856 22.1071 4.38961 21.3588 3.64124C20.6104 2.89288 19.6614 2.56076 18.489 2.40314C17.3498 2.24997 15.8942 2.24998 14.0564 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-tv-fix{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2929 1.54289C15.6834 1.15237 16.3166 1.15237 16.7071 1.54289C17.0976 1.93342 17.0976 2.56658 16.7071 2.95711L12.7071 6.95711C12.3166 7.34763 11.6834 7.34763 11.2929 6.95711L8.29289 3.95711C7.90237 3.56658 7.90237 2.93342 8.29289 2.54289C8.68342 2.15237 9.31658 2.15237 9.70711 2.54289L12 4.83579L15.2929 1.54289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94358 5.75H14.0564H14.0564H14.0564C15.8942 5.74999 17.3498 5.74997 18.489 5.89876C19.6614 6.05189 20.6104 6.37451 21.3588 7.10149C22.1071 7.82848 22.4392 8.75031 22.5969 9.88924C22.75 10.9959 22.75 12.41 22.75 14.1952V14.3048C22.75 16.0901 22.75 17.5041 22.5969 18.6108C22.4392 19.7497 22.1071 20.6715 21.3588 21.3985C20.6104 22.1255 19.6614 22.4481 18.489 22.6012C17.3498 22.75 15.8942 22.75 14.0564 22.75H9.94354C8.1058 22.75 6.65018 22.75 5.51098 22.6012C4.33856 22.4481 3.38961 22.1255 2.64124 21.3985C1.89288 20.6715 1.56076 19.7497 1.40313 18.6108C1.24997 17.5041 1.24998 16.0901 1.25 14.3048V14.1952C1.24998 12.4099 1.24997 10.9959 1.40313 9.88924C1.56076 8.75031 1.89288 7.82848 2.64124 7.10149C3.38961 6.37451 4.33856 6.05189 5.51098 5.89876C6.65019 5.74997 8.10582 5.74999 9.94357 5.75H9.94357H9.94358ZM14.0404 9.54287C14.431 9.93339 14.431 10.5666 14.0405 10.9571C13.6946 11.303 13.6946 11.8635 14.0405 12.2094C14.3865 12.5555 14.9472 12.5554 15.2929 12.2097C15.6834 11.8192 16.3166 11.8192 16.7071 12.2097C17.0976 12.6002 17.0976 13.2334 16.7071 13.6239C15.8287 14.5024 14.5251 14.6958 13.4592 14.2049L11.955 15.7092C12.4459 16.7751 12.2521 18.0787 11.3738 18.9571C10.9833 19.3476 10.3501 19.3476 9.95957 18.9571C9.56903 18.5666 9.56902 17.9334 9.95953 17.5429C10.3054 17.197 10.3054 16.6363 9.95956 16.2904C9.61362 15.9445 9.05288 15.9445 8.70713 16.2903C8.31661 16.6808 7.68345 16.6808 7.29291 16.2903C6.90238 15.8998 6.90236 15.2666 7.29287 14.8761C8.17125 13.9977 9.47491 13.8041 10.5408 14.2949L12.045 12.7907C11.5542 11.7248 11.7479 10.4213 12.6262 9.54291C13.0167 9.15238 13.6499 9.15236 14.0404 9.54287Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2929 1.54289C15.6834 1.15237 16.3166 1.15237 16.7071 1.54289C17.0976 1.93342 17.0976 2.56658 16.7071 2.95711L12.7071 6.95711C12.3166 7.34763 11.6834 7.34763 11.2929 6.95711L8.29289 3.95711C7.90237 3.56658 7.90237 2.93342 8.29289 2.54289C8.68342 2.15237 9.31658 2.15237 9.70711 2.54289L12 4.83579L15.2929 1.54289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94358 5.75H14.0564H14.0564H14.0564C15.8942 5.74999 17.3498 5.74997 18.489 5.89876C19.6614 6.05189 20.6104 6.37451 21.3588 7.10149C22.1071 7.82848 22.4392 8.75031 22.5969 9.88924C22.75 10.9959 22.75 12.41 22.75 14.1952V14.3048C22.75 16.0901 22.75 17.5041 22.5969 18.6108C22.4392 19.7497 22.1071 20.6715 21.3588 21.3985C20.6104 22.1255 19.6614 22.4481 18.489 22.6012C17.3498 22.75 15.8942 22.75 14.0564 22.75H9.94354C8.1058 22.75 6.65018 22.75 5.51098 22.6012C4.33856 22.4481 3.38961 22.1255 2.64124 21.3985C1.89288 20.6715 1.56076 19.7497 1.40313 18.6108C1.24997 17.5041 1.24998 16.0901 1.25 14.3048V14.1952C1.24998 12.4099 1.24997 10.9959 1.40313 9.88924C1.56076 8.75031 1.89288 7.82848 2.64124 7.10149C3.38961 6.37451 4.33856 6.05189 5.51098 5.89876C6.65019 5.74997 8.10582 5.74999 9.94357 5.75H9.94357H9.94358ZM14.0404 9.54287C14.431 9.93339 14.431 10.5666 14.0405 10.9571C13.6946 11.303 13.6946 11.8635 14.0405 12.2094C14.3865 12.5555 14.9472 12.5554 15.2929 12.2097C15.6834 11.8192 16.3166 11.8192 16.7071 12.2097C17.0976 12.6002 17.0976 13.2334 16.7071 13.6239C15.8287 14.5024 14.5251 14.6958 13.4592 14.2049L11.955 15.7092C12.4459 16.7751 12.2521 18.0787 11.3738 18.9571C10.9833 19.3476 10.3501 19.3476 9.95957 18.9571C9.56903 18.5666 9.56902 17.9334 9.95953 17.5429C10.3054 17.197 10.3054 16.6363 9.95956 16.2904C9.61362 15.9445 9.05288 15.9445 8.70713 16.2903C8.31661 16.6808 7.68345 16.6808 7.29291 16.2903C6.90238 15.8998 6.90236 15.2666 7.29287 14.8761C8.17125 13.9977 9.47491 13.8041 10.5408 14.2949L12.045 12.7907C11.5542 11.7248 11.7479 10.4213 12.6262 9.54291C13.0167 9.15238 13.6499 9.15236 14.0404 9.54287Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-tv-issue{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2929 1.54289C15.6834 1.15237 16.3166 1.15237 16.7071 1.54289C17.0976 1.93342 17.0976 2.56658 16.7071 2.95711L12.7071 6.95711C12.3166 7.34763 11.6834 7.34763 11.2929 6.95711L8.29289 3.95711C7.90237 3.56658 7.90237 2.93342 8.29289 2.54289C8.68342 2.15237 9.31658 2.15237 9.70711 2.54289L12 4.83579L15.2929 1.54289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94358 5.75H14.0564H14.0564H14.0564C15.8942 5.74999 17.3498 5.74997 18.489 5.89876C19.6614 6.05189 20.6104 6.37451 21.3588 7.10149C22.1071 7.82848 22.4392 8.75031 22.5969 9.88924C22.75 10.9959 22.75 12.41 22.75 14.1952V14.3048C22.75 16.0901 22.75 17.5041 22.5969 18.6108C22.4392 19.7497 22.1071 20.6715 21.3588 21.3985C20.6104 22.1255 19.6614 22.4481 18.489 22.6012C17.3498 22.75 15.8942 22.75 14.0564 22.75H9.94354C8.1058 22.75 6.65018 22.75 5.51098 22.6012C4.33856 22.4481 3.38961 22.1255 2.64124 21.3985C1.89288 20.6715 1.56076 19.7497 1.40313 18.6108C1.24997 17.5041 1.24998 16.0901 1.25 14.3048V14.1952C1.24998 12.4099 1.24997 10.9959 1.40313 9.88924C1.56076 8.75031 1.89288 7.82848 2.64124 7.10149C3.38961 6.37451 4.33856 6.05189 5.51098 5.89876C6.65019 5.74997 8.10582 5.74999 9.94357 5.75H9.94357H9.94358ZM12.0002 15.75C11.4479 15.75 11.0002 15.3023 11.0002 14.75V10.75C11.0002 10.1977 11.4479 9.75 12.0002 9.75C12.5525 9.75 13.0002 10.1977 13.0002 10.75V14.75C13.0002 15.3023 12.5525 15.75 12.0002 15.75ZM11 17.75C11 17.1977 11.4457 16.75 11.9955 16.75H12.0045C12.5543 16.75 13 17.1977 13 17.75C13 18.3023 12.5543 18.75 12.0045 18.75H11.9955C11.4457 18.75 11 18.3023 11 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2929 1.54289C15.6834 1.15237 16.3166 1.15237 16.7071 1.54289C17.0976 1.93342 17.0976 2.56658 16.7071 2.95711L12.7071 6.95711C12.3166 7.34763 11.6834 7.34763 11.2929 6.95711L8.29289 3.95711C7.90237 3.56658 7.90237 2.93342 8.29289 2.54289C8.68342 2.15237 9.31658 2.15237 9.70711 2.54289L12 4.83579L15.2929 1.54289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94358 5.75H14.0564H14.0564H14.0564C15.8942 5.74999 17.3498 5.74997 18.489 5.89876C19.6614 6.05189 20.6104 6.37451 21.3588 7.10149C22.1071 7.82848 22.4392 8.75031 22.5969 9.88924C22.75 10.9959 22.75 12.41 22.75 14.1952V14.3048C22.75 16.0901 22.75 17.5041 22.5969 18.6108C22.4392 19.7497 22.1071 20.6715 21.3588 21.3985C20.6104 22.1255 19.6614 22.4481 18.489 22.6012C17.3498 22.75 15.8942 22.75 14.0564 22.75H9.94354C8.1058 22.75 6.65018 22.75 5.51098 22.6012C4.33856 22.4481 3.38961 22.1255 2.64124 21.3985C1.89288 20.6715 1.56076 19.7497 1.40313 18.6108C1.24997 17.5041 1.24998 16.0901 1.25 14.3048V14.1952C1.24998 12.4099 1.24997 10.9959 1.40313 9.88924C1.56076 8.75031 1.89288 7.82848 2.64124 7.10149C3.38961 6.37451 4.33856 6.05189 5.51098 5.89876C6.65019 5.74997 8.10582 5.74999 9.94357 5.75H9.94357H9.94358ZM12.0002 15.75C11.4479 15.75 11.0002 15.3023 11.0002 14.75V10.75C11.0002 10.1977 11.4479 9.75 12.0002 9.75C12.5525 9.75 13.0002 10.1977 13.0002 10.75V14.75C13.0002 15.3023 12.5525 15.75 12.0002 15.75ZM11 17.75C11 17.1977 11.4457 16.75 11.9955 16.75H12.0045C12.5543 16.75 13 17.1977 13 17.75C13 18.3023 12.5543 18.75 12.0045 18.75H11.9955C11.4457 18.75 11 18.3023 11 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-tv-smart{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2365 19.7049C17.6911 19.6822 18.1078 19.6481 18.489 19.5968C18.7868 19.5568 19.0702 19.5055 19.3396 19.439L19.8946 20.5491C20.1416 21.043 19.9414 21.6437 19.4474 21.8907C18.9535 22.1377 18.3528 21.9375 18.1058 21.4435L17.2365 19.7049ZM4.66079 19.4391C4.93003 19.5055 5.2133 19.5568 5.51098 19.5968C5.89235 19.6481 6.30918 19.6822 6.76394 19.7049L5.89465 21.4435C5.64766 21.9375 5.04698 22.1377 4.55301 21.8907C4.05903 21.6437 3.8588 21.043 4.10579 20.5491L4.66079 19.4391Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94358 2.25H14.0564H14.0564C15.8942 2.24998 17.3498 2.24997 18.489 2.40314C19.6614 2.56076 20.6104 2.89288 21.3588 3.64124C22.1071 4.38961 22.4392 5.33856 22.5969 6.51098C22.75 7.65018 22.75 9.10585 22.75 10.9436V11.0565C22.75 12.8942 22.75 14.3498 22.5969 15.489C22.4392 16.6614 22.1071 17.6104 21.3588 18.3588C20.6104 19.1071 19.6614 19.4392 18.489 19.5969C17.3498 19.75 15.8942 19.75 14.0564 19.75H9.94354C8.1058 19.75 6.65018 19.75 5.51098 19.5969C4.33856 19.4392 3.38961 19.1071 2.64124 18.3588C1.89288 17.6104 1.56076 16.6614 1.40314 15.489C1.24997 14.3498 1.24998 12.8942 1.25 11.0564V11.0564V10.9436V10.9436C1.24998 9.10581 1.24997 7.65019 1.40314 6.51098C1.56076 5.33856 1.89288 4.38961 2.64124 3.64124C3.38961 2.89288 4.33856 2.56076 5.51098 2.40314C6.65019 2.24997 8.10582 2.24998 9.94357 2.25H9.94358ZM11.25 15.5C11.25 11.4959 14.4959 8.25 18.5 8.25C18.9142 8.25 19.25 7.91421 19.25 7.5C19.25 7.08579 18.9142 6.75 18.5 6.75C13.6675 6.75 9.75 10.6675 9.75 15.5C9.75 15.9142 10.0858 16.25 10.5 16.25C10.9142 16.25 11.25 15.9142 11.25 15.5ZM14.45 15.5C14.45 13.2632 16.2632 11.45 18.5 11.45C18.9142 11.45 19.25 11.1142 19.25 10.7C19.25 10.2858 18.9142 9.95 18.5 9.95C15.4348 9.95 12.95 12.4348 12.95 15.5C12.95 15.9142 13.2858 16.25 13.7 16.25C14.1142 16.25 14.45 15.9142 14.45 15.5ZM17.65 15.5C17.65 15.0306 18.0306 14.65 18.5 14.65C18.9142 14.65 19.25 14.3142 19.25 13.9C19.25 13.4858 18.9142 13.15 18.5 13.15C17.2021 13.15 16.15 14.2021 16.15 15.5C16.15 15.9142 16.4858 16.25 16.9 16.25C17.3142 16.25 17.65 15.9142 17.65 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2365 19.7049C17.6911 19.6822 18.1078 19.6481 18.489 19.5968C18.7868 19.5568 19.0702 19.5055 19.3396 19.439L19.8946 20.5491C20.1416 21.043 19.9414 21.6437 19.4474 21.8907C18.9535 22.1377 18.3528 21.9375 18.1058 21.4435L17.2365 19.7049ZM4.66079 19.4391C4.93003 19.5055 5.2133 19.5568 5.51098 19.5968C5.89235 19.6481 6.30918 19.6822 6.76394 19.7049L5.89465 21.4435C5.64766 21.9375 5.04698 22.1377 4.55301 21.8907C4.05903 21.6437 3.8588 21.043 4.10579 20.5491L4.66079 19.4391Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94358 2.25H14.0564H14.0564C15.8942 2.24998 17.3498 2.24997 18.489 2.40314C19.6614 2.56076 20.6104 2.89288 21.3588 3.64124C22.1071 4.38961 22.4392 5.33856 22.5969 6.51098C22.75 7.65018 22.75 9.10585 22.75 10.9436V11.0565C22.75 12.8942 22.75 14.3498 22.5969 15.489C22.4392 16.6614 22.1071 17.6104 21.3588 18.3588C20.6104 19.1071 19.6614 19.4392 18.489 19.5969C17.3498 19.75 15.8942 19.75 14.0564 19.75H9.94354C8.1058 19.75 6.65018 19.75 5.51098 19.5969C4.33856 19.4392 3.38961 19.1071 2.64124 18.3588C1.89288 17.6104 1.56076 16.6614 1.40314 15.489C1.24997 14.3498 1.24998 12.8942 1.25 11.0564V11.0564V10.9436V10.9436C1.24998 9.10581 1.24997 7.65019 1.40314 6.51098C1.56076 5.33856 1.89288 4.38961 2.64124 3.64124C3.38961 2.89288 4.33856 2.56076 5.51098 2.40314C6.65019 2.24997 8.10582 2.24998 9.94357 2.25H9.94358ZM11.25 15.5C11.25 11.4959 14.4959 8.25 18.5 8.25C18.9142 8.25 19.25 7.91421 19.25 7.5C19.25 7.08579 18.9142 6.75 18.5 6.75C13.6675 6.75 9.75 10.6675 9.75 15.5C9.75 15.9142 10.0858 16.25 10.5 16.25C10.9142 16.25 11.25 15.9142 11.25 15.5ZM14.45 15.5C14.45 13.2632 16.2632 11.45 18.5 11.45C18.9142 11.45 19.25 11.1142 19.25 10.7C19.25 10.2858 18.9142 9.95 18.5 9.95C15.4348 9.95 12.95 12.4348 12.95 15.5C12.95 15.9142 13.2858 16.25 13.7 16.25C14.1142 16.25 14.45 15.9142 14.45 15.5ZM17.65 15.5C17.65 15.0306 18.0306 14.65 18.5 14.65C18.9142 14.65 19.25 14.3142 19.25 13.9C19.25 13.4858 18.9142 13.15 18.5 13.15C17.2021 13.15 16.15 14.2021 16.15 15.5C16.15 15.9142 16.4858 16.25 16.9 16.25C17.3142 16.25 17.65 15.9142 17.65 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-usb-not-connected-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0429 11.5429C12.4334 11.1524 13.0666 11.1524 13.4571 11.5429L15.75 13.8358L18.0429 11.5429C18.4334 11.1524 19.0666 11.1524 19.4571 11.5429C19.8476 11.9334 19.8476 12.5666 19.4571 12.9571L17.1642 15.25L19.4571 17.5429C19.8476 17.9334 19.8476 18.5666 19.4571 18.9571C19.0666 19.3476 18.4334 19.3476 18.0429 18.9571L15.75 16.6642L13.4571 18.9571C13.0666 19.3476 12.4334 19.3476 12.0429 18.9571C11.6524 18.5666 11.6524 17.9334 12.0429 17.5429L14.3358 15.25L12.0429 12.9571C11.6524 12.5666 11.6524 11.9334 12.0429 11.5429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2883 1.25H10.2117H10.2116C9.54209 1.24999 8.98334 1.24997 8.53102 1.29599C8.05755 1.34415 7.61818 1.44886 7.22218 1.71346C6.92191 1.9141 6.6641 2.17191 6.46346 2.47218C6.19886 2.86818 6.09415 3.30755 6.04598 3.78102C5.99997 4.23335 5.99998 4.79208 6 5.46166L6 6.1546C6 6.34026 6 6.43309 5.96025 6.50241C5.9205 6.57173 5.8252 6.6275 5.63462 6.73903C5.457 6.84298 5.28802 6.97069 5.13036 7.12807C4.61988 7.63766 4.42067 8.26615 4.33234 8.92199C4.24994 9.53376 4.24998 10.2977 4.25003 11.1841L4.25002 16.8659C4.24981 17.6834 4.24968 18.2408 4.34631 18.7258C4.7417 20.7101 6.29514 22.2598 8.28055 22.654C8.76584 22.7504 9.32379 22.7502 10.143 22.75H10.143H10.1431H10.3746H10.3746H10.3746C11.1938 22.7502 11.7517 22.7504 12.237 22.654C12.7832 22.5455 13.2973 22.3494 13.7635 22.0806C14.242 21.8048 14.4062 21.1933 14.1304 20.7148C13.8545 20.2364 13.2431 20.0721 12.7646 20.348C12.485 20.5091 12.1765 20.627 11.8475 20.6923C11.5812 20.7452 11.2376 20.75 10.2588 20.75C9.28 20.75 8.9364 20.7452 8.67008 20.6923C7.4764 20.4553 6.54472 19.5242 6.30775 18.3349C6.2549 18.0697 6.25004 17.7273 6.25004 16.75V11.25C6.25004 10.2789 6.25217 9.65131 6.31444 9.18894C6.37281 8.75552 6.46701 8.61971 6.54334 8.54352C6.61991 8.46708 6.75666 8.37273 7.19167 8.31434C7.65527 8.25212 8.28436 8.25001 9.25704 8.25001H11.2605C12.2332 8.25001 12.8623 8.25212 13.3259 8.31434C13.7609 8.37273 13.8977 8.46708 13.9742 8.54352C14.0843 8.65337 14.2125 8.86786 14.2509 9.79157C14.2739 10.3434 14.7398 10.7721 15.2916 10.7491C15.8434 10.7262 16.2721 10.2602 16.2492 9.70844C16.2097 8.75985 16.0868 7.82639 15.3872 7.12807C15.2255 6.96658 15.0518 6.83634 14.8691 6.73095C14.6767 6.61997 14.5804 6.56448 14.5402 6.49484C14.5 6.42521 14.5 6.33175 14.5 6.14483L14.5 5.46166C14.5 4.7921 14.5 4.23335 14.454 3.78102C14.4059 3.30755 14.3011 2.86818 14.0365 2.47218C13.8359 2.17191 13.5781 1.9141 13.2778 1.71346C12.8818 1.44886 12.4425 1.34415 11.969 1.29599C11.5167 1.24997 10.9579 1.24999 10.2884 1.25H10.2883ZM8.5 3.97656C8.5 3.56235 8.83579 3.22656 9.25 3.22656H11.25C11.6642 3.22656 12 3.56235 12 3.97656C12 4.39078 11.6642 4.72656 11.25 4.72656H9.25C8.83579 4.72656 8.5 4.39078 8.5 3.97656Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0429 11.5429C12.4334 11.1524 13.0666 11.1524 13.4571 11.5429L15.75 13.8358L18.0429 11.5429C18.4334 11.1524 19.0666 11.1524 19.4571 11.5429C19.8476 11.9334 19.8476 12.5666 19.4571 12.9571L17.1642 15.25L19.4571 17.5429C19.8476 17.9334 19.8476 18.5666 19.4571 18.9571C19.0666 19.3476 18.4334 19.3476 18.0429 18.9571L15.75 16.6642L13.4571 18.9571C13.0666 19.3476 12.4334 19.3476 12.0429 18.9571C11.6524 18.5666 11.6524 17.9334 12.0429 17.5429L14.3358 15.25L12.0429 12.9571C11.6524 12.5666 11.6524 11.9334 12.0429 11.5429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2883 1.25H10.2117H10.2116C9.54209 1.24999 8.98334 1.24997 8.53102 1.29599C8.05755 1.34415 7.61818 1.44886 7.22218 1.71346C6.92191 1.9141 6.6641 2.17191 6.46346 2.47218C6.19886 2.86818 6.09415 3.30755 6.04598 3.78102C5.99997 4.23335 5.99998 4.79208 6 5.46166L6 6.1546C6 6.34026 6 6.43309 5.96025 6.50241C5.9205 6.57173 5.8252 6.6275 5.63462 6.73903C5.457 6.84298 5.28802 6.97069 5.13036 7.12807C4.61988 7.63766 4.42067 8.26615 4.33234 8.92199C4.24994 9.53376 4.24998 10.2977 4.25003 11.1841L4.25002 16.8659C4.24981 17.6834 4.24968 18.2408 4.34631 18.7258C4.7417 20.7101 6.29514 22.2598 8.28055 22.654C8.76584 22.7504 9.32379 22.7502 10.143 22.75H10.143H10.1431H10.3746H10.3746H10.3746C11.1938 22.7502 11.7517 22.7504 12.237 22.654C12.7832 22.5455 13.2973 22.3494 13.7635 22.0806C14.242 21.8048 14.4062 21.1933 14.1304 20.7148C13.8545 20.2364 13.2431 20.0721 12.7646 20.348C12.485 20.5091 12.1765 20.627 11.8475 20.6923C11.5812 20.7452 11.2376 20.75 10.2588 20.75C9.28 20.75 8.9364 20.7452 8.67008 20.6923C7.4764 20.4553 6.54472 19.5242 6.30775 18.3349C6.2549 18.0697 6.25004 17.7273 6.25004 16.75V11.25C6.25004 10.2789 6.25217 9.65131 6.31444 9.18894C6.37281 8.75552 6.46701 8.61971 6.54334 8.54352C6.61991 8.46708 6.75666 8.37273 7.19167 8.31434C7.65527 8.25212 8.28436 8.25001 9.25704 8.25001H11.2605C12.2332 8.25001 12.8623 8.25212 13.3259 8.31434C13.7609 8.37273 13.8977 8.46708 13.9742 8.54352C14.0843 8.65337 14.2125 8.86786 14.2509 9.79157C14.2739 10.3434 14.7398 10.7721 15.2916 10.7491C15.8434 10.7262 16.2721 10.2602 16.2492 9.70844C16.2097 8.75985 16.0868 7.82639 15.3872 7.12807C15.2255 6.96658 15.0518 6.83634 14.8691 6.73095C14.6767 6.61997 14.5804 6.56448 14.5402 6.49484C14.5 6.42521 14.5 6.33175 14.5 6.14483L14.5 5.46166C14.5 4.7921 14.5 4.23335 14.454 3.78102C14.4059 3.30755 14.3011 2.86818 14.0365 2.47218C13.8359 2.17191 13.5781 1.9141 13.2778 1.71346C12.8818 1.44886 12.4425 1.34415 11.969 1.29599C11.5167 1.24997 10.9579 1.24999 10.2884 1.25H10.2883ZM8.5 3.97656C8.5 3.56235 8.83579 3.22656 9.25 3.22656H11.25C11.6642 3.22656 12 3.56235 12 3.97656C12 4.39078 11.6642 4.72656 11.25 4.72656H9.25C8.83579 4.72656 8.5 4.39078 8.5 3.97656Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-usb-bugs{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.948 6.75H10.052C10.9505 6.74997 11.6997 6.74995 12.2945 6.82995C12.9224 6.91441 13.4892 7.10019 13.9447 7.55586C14.6632 8.27476 14.7284 9.30233 14.7456 10.4906C14.7516 10.9047 14.4207 11.2453 14.0065 11.2513C13.5923 11.2573 13.2517 10.9264 13.2458 10.5123C13.2271 9.21976 13.1083 8.8409 12.8838 8.61627C12.7534 8.48588 12.556 8.37863 12.0946 8.31657C11.6116 8.2516 10.964 8.25 10 8.25H8.00002C7.036 8.25 6.38847 8.2516 5.90546 8.31657C5.44406 8.37863 5.24659 8.48588 5.11626 8.61627C4.98588 8.74671 4.87862 8.94441 4.81656 9.4062C4.75161 9.88952 4.75002 10.5374 4.75002 11.5019V17.0045C4.75002 17.9701 4.75365 18.3435 4.81248 18.6394C5.06899 19.9296 6.07696 20.9378 7.36604 21.1943C7.5181 21.2246 7.70672 21.2422 8.01937 21.2503C8.43345 21.2609 8.76046 21.6053 8.74977 22.0194C8.73908 22.4334 8.39474 22.7604 7.98066 22.7498C7.63729 22.7409 7.34952 22.7205 7.07327 22.6655C5.18883 22.2905 3.71602 20.8168 3.34128 18.9319C3.24981 18.4718 3.24988 17.9382 3.25001 17.0997C3.25001 17.0684 3.25002 17.0366 3.25002 17.0045L3.25002 11.4499C3.24999 10.551 3.24996 9.80143 3.32992 9.20642C3.41431 8.57843 3.59994 8.01148 4.05535 7.55586C4.51081 7.10019 5.07763 6.91441 5.70549 6.82995C6.3003 6.74995 7.04954 6.74997 7.948 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.03835 1.25H8.96166H8.96164C8.29209 1.24999 7.73334 1.24997 7.28102 1.29599C6.80755 1.34415 6.36818 1.44886 5.97218 1.71346C5.67191 1.9141 5.4141 2.17191 5.21346 2.47218C4.94886 2.86818 4.84415 3.30755 4.79598 3.78102C4.74997 4.23335 4.74998 4.79208 4.75 5.46166L4.75 6.15383C4.75 6.33952 4.75 6.43236 4.71024 6.50169C4.67049 6.57102 4.57516 6.6268 4.3845 6.73835C4.20624 6.84266 4.03668 6.97092 3.87855 7.12913C3.36897 7.63895 3.17028 8.26744 3.08217 8.92312C2.99994 9.53501 2.99998 10.2991 3.00003 11.1861L3.00002 16.8702C2.99982 17.6883 2.99968 18.2457 3.09609 18.7307C3.49055 20.7146 5.04082 22.2659 7.0245 22.6607C7.32144 22.7198 7.62574 22.7407 7.97423 22.7497C8.52633 22.7639 8.98545 22.3279 8.9997 21.7758C9.01396 21.2237 8.57795 20.7646 8.02585 20.7503C7.71831 20.7424 7.54622 20.7253 7.41485 20.6992C6.225 20.4624 5.2945 19.5317 5.0577 18.3407C5.00488 18.075 5.00004 17.7321 5.00004 16.7545V11.2519C5.00004 10.2804 5.00216 9.6523 5.06435 9.1895C5.12268 8.75542 5.21689 8.61925 5.2931 8.54301C5.36924 8.46683 5.50515 8.37267 5.9388 8.31434C6.40127 8.25213 7.02895 8.25001 8.00004 8.25001H10C10.9711 8.25001 11.5988 8.25213 12.0613 8.31434C12.4949 8.37267 12.6308 8.46683 12.707 8.54301C12.8492 8.68526 12.9769 8.95601 12.9958 10.2659C13.0038 10.8181 13.4579 11.2593 14.0101 11.2513C14.5624 11.2433 15.0036 10.7892 14.9956 10.237C14.9787 9.06609 14.9224 7.93041 14.1215 7.12913C13.9634 6.9709 13.7938 6.84263 13.6155 6.73832C13.4249 6.62676 13.3295 6.57099 13.2898 6.50166C13.25 6.43233 13.25 6.33949 13.25 6.15379L13.25 5.46166C13.25 4.7921 13.25 4.23335 13.204 3.78102C13.1559 3.30755 13.0511 2.86818 12.7865 2.47218C12.5859 2.17191 12.3281 1.9141 12.0278 1.71346C11.6318 1.44886 11.1925 1.34415 10.719 1.29599C10.2667 1.24997 9.70792 1.24999 9.03837 1.25H9.03835ZM7.24805 4.04688C7.24805 3.63266 7.58383 3.29688 7.99805 3.29688H9.99805C10.4123 3.29688 10.748 3.63266 10.748 4.04688C10.748 4.46109 10.4123 4.79688 9.99805 4.79688H7.99805C7.58383 4.79688 7.24805 4.46109 7.24805 4.04688Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.307 14.2059C13.0776 13.3125 14.2279 12.75 15.5002 12.75C16.7726 12.75 17.9228 13.3125 18.6935 14.2059C18.9907 14.0116 19.3486 13.8362 19.7545 13.7333C20.2898 13.5976 20.8338 13.9215 20.9696 14.4569C21.1053 14.9922 20.7813 15.5363 20.246 15.672C20.07 15.7166 19.8973 15.8033 19.7453 15.9087C19.6876 15.9486 19.6376 15.988 19.5957 16.0238C19.645 16.2588 19.6739 16.5015 19.6806 16.75H20.0002C20.5525 16.75 21.0002 17.1977 21.0002 17.75C21.0002 18.3023 20.5525 18.75 20.0002 18.75H19.6806C19.6739 18.9985 19.645 19.2412 19.5957 19.4762C19.6376 19.512 19.6876 19.5514 19.7453 19.5913C19.8973 19.6967 20.0699 19.7834 20.246 19.828C20.7813 19.9637 21.1053 20.5078 20.9696 21.0431C20.8338 21.5785 20.2898 21.9024 19.7545 21.7667C19.3486 21.6638 18.9907 21.4884 18.6935 21.2941C17.9228 22.1875 16.7726 22.75 15.5002 22.75C14.2279 22.75 13.0776 22.1875 12.307 21.2941C12.0098 21.4884 11.6518 21.6638 11.246 21.7667C10.7107 21.9024 10.1666 21.5785 10.0309 21.0431C9.89518 20.5078 10.2191 19.9637 10.7545 19.828C10.9305 19.7834 11.1032 19.6967 11.2552 19.5913C11.3128 19.5514 11.3629 19.512 11.4048 19.4762C11.3555 19.2412 11.3266 18.9985 11.3199 18.75H11.0002C10.448 18.75 10.0002 18.3023 10.0002 17.75C10.0002 17.1977 10.448 16.75 11.0002 16.75H11.3199C11.3266 16.5015 11.3555 16.2588 11.4048 16.0238C11.3629 15.988 11.3128 15.9486 11.2552 15.9087C11.1032 15.8033 10.9305 15.7166 10.7545 15.672C10.2191 15.5363 9.89518 14.9922 10.0309 14.4569C10.1666 13.9215 10.7107 13.5976 11.246 13.7333C11.6518 13.8362 12.0098 14.0116 12.307 14.2059ZM13.3184 18.6389C13.3184 19.7838 14.2739 20.75 15.5002 20.75C16.7265 20.75 17.6821 19.7838 17.6821 18.6389V16.8611C17.6821 15.7162 16.7265 14.75 15.5002 14.75C14.2739 14.75 13.3184 15.7162 13.3184 16.8611V18.6389Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.948 6.75H10.052C10.9505 6.74997 11.6997 6.74995 12.2945 6.82995C12.9224 6.91441 13.4892 7.10019 13.9447 7.55586C14.6632 8.27476 14.7284 9.30233 14.7456 10.4906C14.7516 10.9047 14.4207 11.2453 14.0065 11.2513C13.5923 11.2573 13.2517 10.9264 13.2458 10.5123C13.2271 9.21976 13.1083 8.8409 12.8838 8.61627C12.7534 8.48588 12.556 8.37863 12.0946 8.31657C11.6116 8.2516 10.964 8.25 10 8.25H8.00002C7.036 8.25 6.38847 8.2516 5.90546 8.31657C5.44406 8.37863 5.24659 8.48588 5.11626 8.61627C4.98588 8.74671 4.87862 8.94441 4.81656 9.4062C4.75161 9.88952 4.75002 10.5374 4.75002 11.5019V17.0045C4.75002 17.9701 4.75365 18.3435 4.81248 18.6394C5.06899 19.9296 6.07696 20.9378 7.36604 21.1943C7.5181 21.2246 7.70672 21.2422 8.01937 21.2503C8.43345 21.2609 8.76046 21.6053 8.74977 22.0194C8.73908 22.4334 8.39474 22.7604 7.98066 22.7498C7.63729 22.7409 7.34952 22.7205 7.07327 22.6655C5.18883 22.2905 3.71602 20.8168 3.34128 18.9319C3.24981 18.4718 3.24988 17.9382 3.25001 17.0997C3.25001 17.0684 3.25002 17.0366 3.25002 17.0045L3.25002 11.4499C3.24999 10.551 3.24996 9.80143 3.32992 9.20642C3.41431 8.57843 3.59994 8.01148 4.05535 7.55586C4.51081 7.10019 5.07763 6.91441 5.70549 6.82995C6.3003 6.74995 7.04954 6.74997 7.948 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.03835 1.25H8.96166H8.96164C8.29209 1.24999 7.73334 1.24997 7.28102 1.29599C6.80755 1.34415 6.36818 1.44886 5.97218 1.71346C5.67191 1.9141 5.4141 2.17191 5.21346 2.47218C4.94886 2.86818 4.84415 3.30755 4.79598 3.78102C4.74997 4.23335 4.74998 4.79208 4.75 5.46166L4.75 6.15383C4.75 6.33952 4.75 6.43236 4.71024 6.50169C4.67049 6.57102 4.57516 6.6268 4.3845 6.73835C4.20624 6.84266 4.03668 6.97092 3.87855 7.12913C3.36897 7.63895 3.17028 8.26744 3.08217 8.92312C2.99994 9.53501 2.99998 10.2991 3.00003 11.1861L3.00002 16.8702C2.99982 17.6883 2.99968 18.2457 3.09609 18.7307C3.49055 20.7146 5.04082 22.2659 7.0245 22.6607C7.32144 22.7198 7.62574 22.7407 7.97423 22.7497C8.52633 22.7639 8.98545 22.3279 8.9997 21.7758C9.01396 21.2237 8.57795 20.7646 8.02585 20.7503C7.71831 20.7424 7.54622 20.7253 7.41485 20.6992C6.225 20.4624 5.2945 19.5317 5.0577 18.3407C5.00488 18.075 5.00004 17.7321 5.00004 16.7545V11.2519C5.00004 10.2804 5.00216 9.6523 5.06435 9.1895C5.12268 8.75542 5.21689 8.61925 5.2931 8.54301C5.36924 8.46683 5.50515 8.37267 5.9388 8.31434C6.40127 8.25213 7.02895 8.25001 8.00004 8.25001H10C10.9711 8.25001 11.5988 8.25213 12.0613 8.31434C12.4949 8.37267 12.6308 8.46683 12.707 8.54301C12.8492 8.68526 12.9769 8.95601 12.9958 10.2659C13.0038 10.8181 13.4579 11.2593 14.0101 11.2513C14.5624 11.2433 15.0036 10.7892 14.9956 10.237C14.9787 9.06609 14.9224 7.93041 14.1215 7.12913C13.9634 6.9709 13.7938 6.84263 13.6155 6.73832C13.4249 6.62676 13.3295 6.57099 13.2898 6.50166C13.25 6.43233 13.25 6.33949 13.25 6.15379L13.25 5.46166C13.25 4.7921 13.25 4.23335 13.204 3.78102C13.1559 3.30755 13.0511 2.86818 12.7865 2.47218C12.5859 2.17191 12.3281 1.9141 12.0278 1.71346C11.6318 1.44886 11.1925 1.34415 10.719 1.29599C10.2667 1.24997 9.70792 1.24999 9.03837 1.25H9.03835ZM7.24805 4.04688C7.24805 3.63266 7.58383 3.29688 7.99805 3.29688H9.99805C10.4123 3.29688 10.748 3.63266 10.748 4.04688C10.748 4.46109 10.4123 4.79688 9.99805 4.79688H7.99805C7.58383 4.79688 7.24805 4.46109 7.24805 4.04688Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.307 14.2059C13.0776 13.3125 14.2279 12.75 15.5002 12.75C16.7726 12.75 17.9228 13.3125 18.6935 14.2059C18.9907 14.0116 19.3486 13.8362 19.7545 13.7333C20.2898 13.5976 20.8338 13.9215 20.9696 14.4569C21.1053 14.9922 20.7813 15.5363 20.246 15.672C20.07 15.7166 19.8973 15.8033 19.7453 15.9087C19.6876 15.9486 19.6376 15.988 19.5957 16.0238C19.645 16.2588 19.6739 16.5015 19.6806 16.75H20.0002C20.5525 16.75 21.0002 17.1977 21.0002 17.75C21.0002 18.3023 20.5525 18.75 20.0002 18.75H19.6806C19.6739 18.9985 19.645 19.2412 19.5957 19.4762C19.6376 19.512 19.6876 19.5514 19.7453 19.5913C19.8973 19.6967 20.0699 19.7834 20.246 19.828C20.7813 19.9637 21.1053 20.5078 20.9696 21.0431C20.8338 21.5785 20.2898 21.9024 19.7545 21.7667C19.3486 21.6638 18.9907 21.4884 18.6935 21.2941C17.9228 22.1875 16.7726 22.75 15.5002 22.75C14.2279 22.75 13.0776 22.1875 12.307 21.2941C12.0098 21.4884 11.6518 21.6638 11.246 21.7667C10.7107 21.9024 10.1666 21.5785 10.0309 21.0431C9.89518 20.5078 10.2191 19.9637 10.7545 19.828C10.9305 19.7834 11.1032 19.6967 11.2552 19.5913C11.3128 19.5514 11.3629 19.512 11.4048 19.4762C11.3555 19.2412 11.3266 18.9985 11.3199 18.75H11.0002C10.448 18.75 10.0002 18.3023 10.0002 17.75C10.0002 17.1977 10.448 16.75 11.0002 16.75H11.3199C11.3266 16.5015 11.3555 16.2588 11.4048 16.0238C11.3629 15.988 11.3128 15.9486 11.2552 15.9087C11.1032 15.8033 10.9305 15.7166 10.7545 15.672C10.2191 15.5363 9.89518 14.9922 10.0309 14.4569C10.1666 13.9215 10.7107 13.5976 11.246 13.7333C11.6518 13.8362 12.0098 14.0116 12.307 14.2059ZM13.3184 18.6389C13.3184 19.7838 14.2739 20.75 15.5002 20.75C16.7265 20.75 17.6821 19.7838 17.6821 18.6389V16.8611C17.6821 15.7162 16.7265 14.75 15.5002 14.75C14.2739 14.75 13.3184 15.7162 13.3184 16.8611V18.6389Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-usb-connected-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.6917 9.41643C20.876 9.93702 20.6035 10.5085 20.0829 10.6929C19.5492 10.8819 18.9328 11.2888 18.2797 11.8615C17.637 12.4251 17.0118 13.1021 16.4581 13.7659C15.9062 14.4274 15.4375 15.0611 15.1064 15.5301C14.9413 15.7641 14.8113 15.9558 14.7233 16.0879L14.5931 16.2865C14.3998 16.5906 14.0577 16.7674 13.6979 16.749C13.3379 16.7305 13.0158 16.5198 12.8546 16.1975C12.4139 15.3161 12.0186 14.9652 11.8193 14.8323C11.735 14.7761 11.678 14.7536 11.6554 14.7459C11.147 14.6987 10.749 14.271 10.749 13.7503C10.749 13.198 11.1967 12.7503 11.749 12.7503C11.8314 12.7511 12.0361 12.7661 12.1956 12.82C12.4035 12.8794 12.6543 12.9853 12.9287 13.1682C13.203 13.3511 13.4907 13.6038 13.7794 13.9497C14.0946 13.5189 14.483 13.0113 14.9223 12.4847C15.5156 11.7735 16.214 11.0129 16.961 10.3578C17.6976 9.71179 18.5371 9.11865 19.4152 8.80765C19.9358 8.62327 20.5073 8.89583 20.6917 9.41643Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0479 1.25H9.95071H9.95067C9.29 1.24998 8.72012 1.24996 8.25499 1.29727C7.76175 1.34745 7.27648 1.45898 6.83256 1.7556C6.50499 1.97447 6.22374 2.25573 6.00486 2.5833C5.70824 3.02722 5.59671 3.51249 5.54654 4.00573C5.54111 4.0591 5.5363 4.11385 5.53205 4.16996C5.51228 4.43067 5.50239 4.56103 5.4414 4.63458C5.3804 4.70813 5.23084 4.74819 4.93172 4.82832C3.91141 5.10165 3.16975 6.05738 3.25581 7.1711L3.43963 9.54975C3.58188 11.3907 4.2046 13.1637 5.24665 14.6986L5.84743 15.5835C6.44126 16.4582 7.37232 17.0364 8.40408 17.2015C8.70507 17.2496 8.85557 17.2737 8.92729 17.3578C8.99902 17.4419 8.99902 17.5771 8.99902 17.8474V21.75C8.99902 22.3023 9.44674 22.75 9.99902 22.75C10.5513 22.75 10.999 22.3023 10.999 21.75V17.5597L10.9991 17.53C11.0035 17.3715 11.108 17.2577 11.2655 17.2401L11.269 17.2397L11.3096 17.2362L11.3099 17.2362L11.3147 17.2358C11.3015 17.2369 11.2578 17.2405 11.2618 17.2401C11.4467 17.2174 11.578 16.9598 11.4877 16.7969C11.4873 16.7961 11.4881 16.7974 11.4897 16.7999C11.3876 16.6331 11.273 16.4606 11.1783 16.3232C11.1247 16.2453 11.0979 16.2064 11.0619 16.1782C11.026 16.15 10.9712 16.1292 10.8616 16.0875L10.8616 16.0875L10.8616 16.0875C9.9187 15.7293 9.24927 14.8184 9.24927 13.75C9.24927 12.3693 10.3686 11.25 11.7493 11.25L11.7639 11.2501C11.9127 11.2515 12.2759 11.2709 12.6375 11.3861C12.7856 11.4297 12.9399 11.4854 13.0987 11.5553L13.0987 11.5553C13.3376 11.6603 13.4571 11.7128 13.5535 11.691C13.65 11.6692 13.7274 11.5793 13.8824 11.3996L13.8824 11.3996C14.488 10.697 15.2814 9.83562 15.9722 9.22981C16.1136 9.10585 16.2614 8.9809 16.4153 8.85697C16.5202 8.77248 16.5726 8.73023 16.6015 8.67535C16.6304 8.62047 16.6355 8.55551 16.6455 8.42561V8.42559L16.7424 7.1711C16.8285 6.05745 16.0869 5.10178 15.0667 4.82838C14.7677 4.74823 14.6181 4.70815 14.5571 4.63461C14.4961 4.56106 14.4863 4.43072 14.4665 4.17004C14.4622 4.1139 14.4574 4.05912 14.452 4.00573C14.4018 3.51249 14.2903 3.02722 13.9937 2.5833C13.7748 2.25573 13.4936 1.97447 13.166 1.7556C12.7221 1.45898 12.2368 1.34745 11.7436 1.29727C11.2784 1.24996 10.7086 1.24998 10.0479 1.25H10.0479ZM11.949 4.75C12.1725 4.75 12.2843 4.75 12.364 4.69066C12.3941 4.66823 12.4232 4.63609 12.4424 4.60384C12.4934 4.51851 12.4829 4.41505 12.4618 4.20813C12.4277 3.87303 12.3707 3.75496 12.3303 3.69443C12.2573 3.58524 12.1636 3.49149 12.0544 3.41853C11.9939 3.37809 11.8758 3.32109 11.5407 3.287C11.1889 3.25121 10.7219 3.25 9.99883 3.25C9.27578 3.25 8.80877 3.25121 8.45696 3.287C8.12185 3.32109 8.00378 3.37809 7.94326 3.41853C7.83407 3.49149 7.74032 3.58524 7.66736 3.69443C7.62691 3.75496 7.56991 3.87303 7.53582 4.20813C7.51477 4.41505 7.50425 4.51852 7.55522 4.60384C7.57448 4.63609 7.60352 4.66823 7.63365 4.69065C7.71338 4.75 7.82515 4.75 8.04869 4.75H11.949ZM8.99902 7C8.44674 7 7.99902 7.44772 7.99902 8C7.99902 8.55228 8.44674 9 8.99902 9H10.999C11.5513 9 11.999 8.55228 11.999 8C11.999 7.44772 11.5513 7 10.999 7H8.99902Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.6917 9.41643C20.876 9.93702 20.6035 10.5085 20.0829 10.6929C19.5492 10.8819 18.9328 11.2888 18.2797 11.8615C17.637 12.4251 17.0118 13.1021 16.4581 13.7659C15.9062 14.4274 15.4375 15.0611 15.1064 15.5301C14.9413 15.7641 14.8113 15.9558 14.7233 16.0879L14.5931 16.2865C14.3998 16.5906 14.0577 16.7674 13.6979 16.749C13.3379 16.7305 13.0158 16.5198 12.8546 16.1975C12.4139 15.3161 12.0186 14.9652 11.8193 14.8323C11.735 14.7761 11.678 14.7536 11.6554 14.7459C11.147 14.6987 10.749 14.271 10.749 13.7503C10.749 13.198 11.1967 12.7503 11.749 12.7503C11.8314 12.7511 12.0361 12.7661 12.1956 12.82C12.4035 12.8794 12.6543 12.9853 12.9287 13.1682C13.203 13.3511 13.4907 13.6038 13.7794 13.9497C14.0946 13.5189 14.483 13.0113 14.9223 12.4847C15.5156 11.7735 16.214 11.0129 16.961 10.3578C17.6976 9.71179 18.5371 9.11865 19.4152 8.80765C19.9358 8.62327 20.5073 8.89583 20.6917 9.41643Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0479 1.25H9.95071H9.95067C9.29 1.24998 8.72012 1.24996 8.25499 1.29727C7.76175 1.34745 7.27648 1.45898 6.83256 1.7556C6.50499 1.97447 6.22374 2.25573 6.00486 2.5833C5.70824 3.02722 5.59671 3.51249 5.54654 4.00573C5.54111 4.0591 5.5363 4.11385 5.53205 4.16996C5.51228 4.43067 5.50239 4.56103 5.4414 4.63458C5.3804 4.70813 5.23084 4.74819 4.93172 4.82832C3.91141 5.10165 3.16975 6.05738 3.25581 7.1711L3.43963 9.54975C3.58188 11.3907 4.2046 13.1637 5.24665 14.6986L5.84743 15.5835C6.44126 16.4582 7.37232 17.0364 8.40408 17.2015C8.70507 17.2496 8.85557 17.2737 8.92729 17.3578C8.99902 17.4419 8.99902 17.5771 8.99902 17.8474V21.75C8.99902 22.3023 9.44674 22.75 9.99902 22.75C10.5513 22.75 10.999 22.3023 10.999 21.75V17.5597L10.9991 17.53C11.0035 17.3715 11.108 17.2577 11.2655 17.2401L11.269 17.2397L11.3096 17.2362L11.3099 17.2362L11.3147 17.2358C11.3015 17.2369 11.2578 17.2405 11.2618 17.2401C11.4467 17.2174 11.578 16.9598 11.4877 16.7969C11.4873 16.7961 11.4881 16.7974 11.4897 16.7999C11.3876 16.6331 11.273 16.4606 11.1783 16.3232C11.1247 16.2453 11.0979 16.2064 11.0619 16.1782C11.026 16.15 10.9712 16.1292 10.8616 16.0875L10.8616 16.0875L10.8616 16.0875C9.9187 15.7293 9.24927 14.8184 9.24927 13.75C9.24927 12.3693 10.3686 11.25 11.7493 11.25L11.7639 11.2501C11.9127 11.2515 12.2759 11.2709 12.6375 11.3861C12.7856 11.4297 12.9399 11.4854 13.0987 11.5553L13.0987 11.5553C13.3376 11.6603 13.4571 11.7128 13.5535 11.691C13.65 11.6692 13.7274 11.5793 13.8824 11.3996L13.8824 11.3996C14.488 10.697 15.2814 9.83562 15.9722 9.22981C16.1136 9.10585 16.2614 8.9809 16.4153 8.85697C16.5202 8.77248 16.5726 8.73023 16.6015 8.67535C16.6304 8.62047 16.6355 8.55551 16.6455 8.42561V8.42559L16.7424 7.1711C16.8285 6.05745 16.0869 5.10178 15.0667 4.82838C14.7677 4.74823 14.6181 4.70815 14.5571 4.63461C14.4961 4.56106 14.4863 4.43072 14.4665 4.17004C14.4622 4.1139 14.4574 4.05912 14.452 4.00573C14.4018 3.51249 14.2903 3.02722 13.9937 2.5833C13.7748 2.25573 13.4936 1.97447 13.166 1.7556C12.7221 1.45898 12.2368 1.34745 11.7436 1.29727C11.2784 1.24996 10.7086 1.24998 10.0479 1.25H10.0479ZM11.949 4.75C12.1725 4.75 12.2843 4.75 12.364 4.69066C12.3941 4.66823 12.4232 4.63609 12.4424 4.60384C12.4934 4.51851 12.4829 4.41505 12.4618 4.20813C12.4277 3.87303 12.3707 3.75496 12.3303 3.69443C12.2573 3.58524 12.1636 3.49149 12.0544 3.41853C11.9939 3.37809 11.8758 3.32109 11.5407 3.287C11.1889 3.25121 10.7219 3.25 9.99883 3.25C9.27578 3.25 8.80877 3.25121 8.45696 3.287C8.12185 3.32109 8.00378 3.37809 7.94326 3.41853C7.83407 3.49149 7.74032 3.58524 7.66736 3.69443C7.62691 3.75496 7.56991 3.87303 7.53582 4.20813C7.51477 4.41505 7.50425 4.51852 7.55522 4.60384C7.57448 4.63609 7.60352 4.66823 7.63365 4.69065C7.71338 4.75 7.82515 4.75 8.04869 4.75H11.949ZM8.99902 7C8.44674 7 7.99902 7.44772 7.99902 8C7.99902 8.55228 8.44674 9 8.99902 9H10.999C11.5513 9 11.999 8.55228 11.999 8C11.999 7.44772 11.5513 7 10.999 7H8.99902Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-usb-connected-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2883 1.25H10.2117H10.2116C9.54209 1.24999 8.98334 1.24997 8.53102 1.29599C8.05755 1.34415 7.61818 1.44886 7.22218 1.71346C6.92191 1.9141 6.6641 2.17191 6.46346 2.47218C6.19886 2.86818 6.09415 3.30755 6.04598 3.78102C5.99997 4.23335 5.99998 4.79208 6 5.46166L6 6.1546C6 6.34026 6 6.43309 5.96025 6.50241C5.9205 6.57173 5.8252 6.6275 5.63462 6.73903C5.457 6.84298 5.28802 6.97069 5.13036 7.12807C4.61988 7.63766 4.42067 8.26615 4.33234 8.92199C4.24994 9.53376 4.24998 10.2977 4.25003 11.1841L4.25002 16.8659C4.24981 17.6834 4.24968 18.2408 4.34631 18.7258C4.7417 20.7101 6.29514 22.2598 8.28055 22.654C8.76584 22.7504 9.32379 22.7502 10.143 22.75H10.143H10.1431H10.3746H10.3746H10.3746C11.1938 22.7502 11.7517 22.7504 12.237 22.654C13.1226 22.4782 13.9226 22.0722 14.5718 21.5005C14.9863 21.1355 15.0264 20.5036 14.6614 20.0891C14.2965 19.6746 13.6646 19.6345 13.2501 19.9995C12.8601 20.3429 12.3801 20.5865 11.8475 20.6923C11.5812 20.7452 11.2376 20.75 10.2588 20.75C9.28 20.75 8.9364 20.7452 8.67008 20.6923C7.4764 20.4553 6.54472 19.5242 6.30775 18.3349C6.2549 18.0697 6.25004 17.7273 6.25004 16.75V11.25C6.25004 10.2789 6.25217 9.65131 6.31444 9.18894C6.37281 8.75552 6.46701 8.61971 6.54334 8.54352C6.61991 8.46708 6.75666 8.37273 7.19167 8.31434C7.65527 8.25212 8.28436 8.25001 9.25704 8.25001H11.2605C12.2332 8.25001 12.8623 8.25212 13.3259 8.31434C13.7609 8.37273 13.8977 8.46708 13.9742 8.54352C14.0843 8.65337 14.2125 8.86786 14.2509 9.79157C14.2739 10.3434 14.7398 10.7721 15.2916 10.7491C15.8434 10.7262 16.2721 10.2602 16.2492 9.70844C16.2097 8.75986 16.0868 7.82639 15.3872 7.12807C15.2255 6.96658 15.0518 6.83634 14.8691 6.73095C14.6767 6.61997 14.5804 6.56448 14.5402 6.49484C14.5 6.42521 14.5 6.33175 14.5 6.14483L14.5 5.46166C14.5 4.7921 14.5 4.23335 14.454 3.78102C14.4059 3.30755 14.3011 2.86818 14.0365 2.47218C13.8359 2.17191 13.5781 1.9141 13.2778 1.71346C12.8818 1.44886 12.4425 1.34415 11.969 1.29599C11.5167 1.24997 10.9579 1.24999 10.2884 1.25H10.2883ZM8.5 3.91016C8.5 3.49594 8.83579 3.16016 9.25 3.16016H11.25C11.6642 3.16016 12 3.49594 12 3.91016C12 4.32437 11.6642 4.66016 11.25 4.66016H9.25C8.83579 4.66016 8.5 4.32437 8.5 3.91016Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.6926 11.4164C19.877 11.937 19.6044 12.5085 19.0838 12.6929C18.5502 12.8819 17.9337 13.2888 17.2807 13.8615C16.638 14.4251 16.0128 15.1021 15.4591 15.7659C14.9072 16.4274 14.4385 17.0611 14.1074 17.5301C13.9422 17.7641 13.8122 17.9558 13.7243 18.0879L13.5941 18.2865C13.4008 18.5906 13.0587 18.7674 12.6989 18.749C12.3389 18.7305 12.0168 18.5198 11.8556 18.1975C11.4149 17.3161 11.0196 16.9652 10.8203 16.8323C10.736 16.7761 10.679 16.7536 10.6564 16.7459C10.148 16.6987 9.75 16.271 9.75 15.7503C9.75 15.198 10.1977 14.7503 10.75 14.7503C10.8324 14.7511 11.0371 14.7661 11.1966 14.82C11.4045 14.8794 11.6553 14.9853 11.9297 15.1682C12.204 15.3511 12.4916 15.6038 12.7804 15.9497C13.0956 15.5189 13.484 15.0113 13.9233 14.4847C14.5166 13.7735 15.215 13.0129 15.962 12.3578C16.6986 11.7118 17.538 11.1186 18.4162 10.8076C18.9368 10.6233 19.5082 10.8958 19.6926 11.4164Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2883 1.25H10.2117H10.2116C9.54209 1.24999 8.98334 1.24997 8.53102 1.29599C8.05755 1.34415 7.61818 1.44886 7.22218 1.71346C6.92191 1.9141 6.6641 2.17191 6.46346 2.47218C6.19886 2.86818 6.09415 3.30755 6.04598 3.78102C5.99997 4.23335 5.99998 4.79208 6 5.46166L6 6.1546C6 6.34026 6 6.43309 5.96025 6.50241C5.9205 6.57173 5.8252 6.6275 5.63462 6.73903C5.457 6.84298 5.28802 6.97069 5.13036 7.12807C4.61988 7.63766 4.42067 8.26615 4.33234 8.92199C4.24994 9.53376 4.24998 10.2977 4.25003 11.1841L4.25002 16.8659C4.24981 17.6834 4.24968 18.2408 4.34631 18.7258C4.7417 20.7101 6.29514 22.2598 8.28055 22.654C8.76584 22.7504 9.32379 22.7502 10.143 22.75H10.143H10.1431H10.3746H10.3746H10.3746C11.1938 22.7502 11.7517 22.7504 12.237 22.654C13.1226 22.4782 13.9226 22.0722 14.5718 21.5005C14.9863 21.1355 15.0264 20.5036 14.6614 20.0891C14.2965 19.6746 13.6646 19.6345 13.2501 19.9995C12.8601 20.3429 12.3801 20.5865 11.8475 20.6923C11.5812 20.7452 11.2376 20.75 10.2588 20.75C9.28 20.75 8.9364 20.7452 8.67008 20.6923C7.4764 20.4553 6.54472 19.5242 6.30775 18.3349C6.2549 18.0697 6.25004 17.7273 6.25004 16.75V11.25C6.25004 10.2789 6.25217 9.65131 6.31444 9.18894C6.37281 8.75552 6.46701 8.61971 6.54334 8.54352C6.61991 8.46708 6.75666 8.37273 7.19167 8.31434C7.65527 8.25212 8.28436 8.25001 9.25704 8.25001H11.2605C12.2332 8.25001 12.8623 8.25212 13.3259 8.31434C13.7609 8.37273 13.8977 8.46708 13.9742 8.54352C14.0843 8.65337 14.2125 8.86786 14.2509 9.79157C14.2739 10.3434 14.7398 10.7721 15.2916 10.7491C15.8434 10.7262 16.2721 10.2602 16.2492 9.70844C16.2097 8.75986 16.0868 7.82639 15.3872 7.12807C15.2255 6.96658 15.0518 6.83634 14.8691 6.73095C14.6767 6.61997 14.5804 6.56448 14.5402 6.49484C14.5 6.42521 14.5 6.33175 14.5 6.14483L14.5 5.46166C14.5 4.7921 14.5 4.23335 14.454 3.78102C14.4059 3.30755 14.3011 2.86818 14.0365 2.47218C13.8359 2.17191 13.5781 1.9141 13.2778 1.71346C12.8818 1.44886 12.4425 1.34415 11.969 1.29599C11.5167 1.24997 10.9579 1.24999 10.2884 1.25H10.2883ZM8.5 3.91016C8.5 3.49594 8.83579 3.16016 9.25 3.16016H11.25C11.6642 3.16016 12 3.49594 12 3.91016C12 4.32437 11.6642 4.66016 11.25 4.66016H9.25C8.83579 4.66016 8.5 4.32437 8.5 3.91016Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.6926 11.4164C19.877 11.937 19.6044 12.5085 19.0838 12.6929C18.5502 12.8819 17.9337 13.2888 17.2807 13.8615C16.638 14.4251 16.0128 15.1021 15.4591 15.7659C14.9072 16.4274 14.4385 17.0611 14.1074 17.5301C13.9422 17.7641 13.8122 17.9558 13.7243 18.0879L13.5941 18.2865C13.4008 18.5906 13.0587 18.7674 12.6989 18.749C12.3389 18.7305 12.0168 18.5198 11.8556 18.1975C11.4149 17.3161 11.0196 16.9652 10.8203 16.8323C10.736 16.7761 10.679 16.7536 10.6564 16.7459C10.148 16.6987 9.75 16.271 9.75 15.7503C9.75 15.198 10.1977 14.7503 10.75 14.7503C10.8324 14.7511 11.0371 14.7661 11.1966 14.82C11.4045 14.8794 11.6553 14.9853 11.9297 15.1682C12.204 15.3511 12.4916 15.6038 12.7804 15.9497C13.0956 15.5189 13.484 15.0113 13.9233 14.4847C14.5166 13.7735 15.215 13.0129 15.962 12.3578C16.6986 11.7118 17.538 11.1186 18.4162 10.8076C18.9368 10.6233 19.5082 10.8958 19.6926 11.4164Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-usb-connected-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2883 1.25H10.2117H10.2116C9.54209 1.24999 8.98334 1.24997 8.53102 1.29599C8.05755 1.34415 7.61818 1.44886 7.22218 1.71346C6.92191 1.9141 6.6641 2.17191 6.46346 2.47218C6.19886 2.86818 6.09415 3.30755 6.04598 3.78102C5.99997 4.23335 5.99998 4.79208 6 5.46166L6 6.15428C6 6.33999 6 6.43285 5.96024 6.50218C5.92047 6.57151 5.82513 6.62728 5.63445 6.73883L5.63445 6.73883C5.45627 6.84306 5.28679 6.97123 5.12872 7.1293C4.61905 7.63896 4.42031 8.26731 4.33218 8.92282C4.24994 9.53448 4.24998 10.2983 4.25003 11.1848L4.25002 16.8664C4.24982 17.684 4.24968 18.2413 4.34611 18.7261C4.74064 20.7095 6.29113 22.26 8.27459 22.6545C8.69369 22.7379 9.14865 22.7477 9.74608 22.75C10.2984 22.7522 10.7478 22.3063 10.75 21.754C10.7522 21.2017 10.3063 20.7522 9.75399 20.75C9.13122 20.7476 8.86556 20.7329 8.66477 20.693C7.47469 20.4563 6.5444 19.526 6.30768 18.3359C6.25488 18.0704 6.25004 17.7279 6.25004 16.7506V11.2506C6.25004 10.2795 6.25216 9.65183 6.31434 9.18932C6.37266 8.75558 6.46681 8.61963 6.54293 8.54351C6.61905 8.46739 6.755 8.37324 7.18874 8.31492C7.65125 8.25274 8.27896 8.25062 9.25004 8.25062H11.25C12.2211 8.25062 12.8488 8.25274 13.3113 8.31492C13.7451 8.37324 13.881 8.46739 13.9571 8.54351C14.0333 8.61963 14.1274 8.75558 14.1857 9.18932C14.2479 9.65183 14.25 10.2795 14.25 11.2506C14.25 11.8029 14.6978 12.2506 15.25 12.2506C15.8023 12.2506 16.25 11.8029 16.25 11.2506L16.25 11.1848C16.2501 10.2983 16.2501 9.53448 16.1679 8.92282C16.0798 8.26731 15.881 7.63896 15.3714 7.1293C15.2133 6.97121 15.0438 6.84304 14.8656 6.7388C14.6749 6.62725 14.5795 6.57148 14.5398 6.50215C14.5 6.43281 14.5 6.33996 14.5 6.15424L14.5 5.46166C14.5 4.7921 14.5 4.23335 14.454 3.78102C14.4059 3.30755 14.3011 2.86818 14.0365 2.47218C13.8359 2.17191 13.5781 1.9141 13.2778 1.71346C12.8818 1.44886 12.4425 1.34415 11.969 1.29599C11.5167 1.24997 10.9579 1.24999 10.2884 1.25H10.2883ZM8.5 3.89832C8.5 3.4841 8.83579 3.14832 9.25 3.14832H11.25C11.6642 3.14832 12 3.4841 12 3.89832C12 4.31253 11.6642 4.64832 11.25 4.64832H9.25C8.83579 4.64832 8.5 4.31253 8.5 3.89832Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.75 18.25C10.75 15.7647 12.7647 13.75 15.25 13.75C17.7353 13.75 19.75 15.7647 19.75 18.25C19.75 20.7353 17.7353 22.75 15.25 22.75C12.7647 22.75 10.75 20.7353 10.75 18.25ZM17.2432 16.5587C17.4396 16.9234 17.3031 17.3783 16.9384 17.5746C16.6349 17.7379 16.2769 18.1519 15.9593 18.6328C15.8116 18.8563 15.6904 19.0666 15.6061 19.2211C15.5747 19.2819 15.5057 19.415 15.4815 19.4604C15.3618 19.7102 15.114 19.8739 14.8372 19.8857C14.5604 19.8976 14.2996 19.7559 14.1589 19.5172C14.0219 19.2847 13.8641 19.1282 13.7458 19.0324C13.6867 18.9815 13.6126 18.9359 13.583 18.9195C13.2165 18.7379 13.0626 18.295 13.2393 17.9246C13.4176 17.5508 13.8653 17.3923 14.2391 17.5706L14.3933 17.656C14.4683 17.702 14.5658 17.7674 14.6755 17.8551L14.7077 17.806C15.0386 17.3051 15.5695 16.608 16.2273 16.2538C16.5921 16.0575 17.0469 16.194 17.2432 16.5587Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2883 1.25H10.2117H10.2116C9.54209 1.24999 8.98334 1.24997 8.53102 1.29599C8.05755 1.34415 7.61818 1.44886 7.22218 1.71346C6.92191 1.9141 6.6641 2.17191 6.46346 2.47218C6.19886 2.86818 6.09415 3.30755 6.04598 3.78102C5.99997 4.23335 5.99998 4.79208 6 5.46166L6 6.15428C6 6.33999 6 6.43285 5.96024 6.50218C5.92047 6.57151 5.82513 6.62728 5.63445 6.73883L5.63445 6.73883C5.45627 6.84306 5.28679 6.97123 5.12872 7.1293C4.61905 7.63896 4.42031 8.26731 4.33218 8.92282C4.24994 9.53448 4.24998 10.2983 4.25003 11.1848L4.25002 16.8664C4.24982 17.684 4.24968 18.2413 4.34611 18.7261C4.74064 20.7095 6.29113 22.26 8.27459 22.6545C8.69369 22.7379 9.14865 22.7477 9.74608 22.75C10.2984 22.7522 10.7478 22.3063 10.75 21.754C10.7522 21.2017 10.3063 20.7522 9.75399 20.75C9.13122 20.7476 8.86556 20.7329 8.66477 20.693C7.47469 20.4563 6.5444 19.526 6.30768 18.3359C6.25488 18.0704 6.25004 17.7279 6.25004 16.7506V11.2506C6.25004 10.2795 6.25216 9.65183 6.31434 9.18932C6.37266 8.75558 6.46681 8.61963 6.54293 8.54351C6.61905 8.46739 6.755 8.37324 7.18874 8.31492C7.65125 8.25274 8.27896 8.25062 9.25004 8.25062H11.25C12.2211 8.25062 12.8488 8.25274 13.3113 8.31492C13.7451 8.37324 13.881 8.46739 13.9571 8.54351C14.0333 8.61963 14.1274 8.75558 14.1857 9.18932C14.2479 9.65183 14.25 10.2795 14.25 11.2506C14.25 11.8029 14.6978 12.2506 15.25 12.2506C15.8023 12.2506 16.25 11.8029 16.25 11.2506L16.25 11.1848C16.2501 10.2983 16.2501 9.53448 16.1679 8.92282C16.0798 8.26731 15.881 7.63896 15.3714 7.1293C15.2133 6.97121 15.0438 6.84304 14.8656 6.7388C14.6749 6.62725 14.5795 6.57148 14.5398 6.50215C14.5 6.43281 14.5 6.33996 14.5 6.15424L14.5 5.46166C14.5 4.7921 14.5 4.23335 14.454 3.78102C14.4059 3.30755 14.3011 2.86818 14.0365 2.47218C13.8359 2.17191 13.5781 1.9141 13.2778 1.71346C12.8818 1.44886 12.4425 1.34415 11.969 1.29599C11.5167 1.24997 10.9579 1.24999 10.2884 1.25H10.2883ZM8.5 3.89832C8.5 3.4841 8.83579 3.14832 9.25 3.14832H11.25C11.6642 3.14832 12 3.4841 12 3.89832C12 4.31253 11.6642 4.64832 11.25 4.64832H9.25C8.83579 4.64832 8.5 4.31253 8.5 3.89832Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.75 18.25C10.75 15.7647 12.7647 13.75 15.25 13.75C17.7353 13.75 19.75 15.7647 19.75 18.25C19.75 20.7353 17.7353 22.75 15.25 22.75C12.7647 22.75 10.75 20.7353 10.75 18.25ZM17.2432 16.5587C17.4396 16.9234 17.3031 17.3783 16.9384 17.5746C16.6349 17.7379 16.2769 18.1519 15.9593 18.6328C15.8116 18.8563 15.6904 19.0666 15.6061 19.2211C15.5747 19.2819 15.5057 19.415 15.4815 19.4604C15.3618 19.7102 15.114 19.8739 14.8372 19.8857C14.5604 19.8976 14.2996 19.7559 14.1589 19.5172C14.0219 19.2847 13.8641 19.1282 13.7458 19.0324C13.6867 18.9815 13.6126 18.9359 13.583 18.9195C13.2165 18.7379 13.0626 18.295 13.2393 17.9246C13.4176 17.5508 13.8653 17.3923 14.2391 17.5706L14.3933 17.656C14.4683 17.702 14.5658 17.7674 14.6755 17.8551L14.7077 17.806C15.0386 17.3051 15.5695 16.608 16.2273 16.2538C16.5921 16.0575 17.0469 16.194 17.2432 16.5587Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-usb-error{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.03395 1.25H8.95726H8.95724C8.28769 1.24999 7.72894 1.24997 7.27663 1.29599C6.80315 1.34415 6.36378 1.44886 5.96779 1.71346C5.66752 1.9141 5.4097 2.17191 5.20907 2.47218C4.94447 2.86818 4.83976 3.30755 4.79159 3.78102C4.74558 4.23335 4.74559 4.79208 4.74561 5.46166L4.74561 6.1563C4.74561 6.34167 4.74561 6.43435 4.70597 6.5036C4.66633 6.57285 4.57123 6.6287 4.38103 6.74039C4.20404 6.84433 4.03565 6.97195 3.87855 7.12913C3.36897 7.63895 3.17028 8.26744 3.08217 8.92312C2.99994 9.53501 2.99998 10.2991 3.00003 11.1861L3.00002 16.8702C2.99982 17.6883 2.99968 18.2457 3.09609 18.7307C3.49055 20.7146 5.04082 22.2659 7.0245 22.6607C7.32144 22.7198 7.62574 22.7407 7.97423 22.7497C8.52633 22.7639 8.98545 22.3279 8.9997 21.7758C9.01396 21.2237 8.57795 20.7646 8.02585 20.7503C7.71831 20.7424 7.54622 20.7253 7.41485 20.6992C6.225 20.4624 5.2945 19.5317 5.0577 18.3407C5.00488 18.075 5.00004 17.7321 5.00004 16.7545V11.2519C5.00004 10.2804 5.00216 9.6523 5.06435 9.1895C5.12268 8.75542 5.21689 8.61925 5.2931 8.54301C5.36924 8.46683 5.50515 8.37267 5.9388 8.31434C6.40127 8.25213 7.02895 8.25001 8.00004 8.25001H10C10.9711 8.25001 11.5988 8.25213 12.0613 8.31434C12.4949 8.37267 12.6308 8.46683 12.707 8.54301C12.8492 8.68526 12.9769 8.95601 12.9958 10.2659C13.0038 10.8181 13.4579 11.2593 14.0101 11.2513C14.5624 11.2433 15.0036 10.7892 14.9956 10.237C14.9787 9.06609 14.9224 7.93041 14.1215 7.12913C13.9623 6.96988 13.7916 6.84097 13.612 6.73629C13.4209 6.62487 13.3254 6.56916 13.2855 6.49976C13.2456 6.43035 13.2456 6.33735 13.2456 6.15134L13.2456 5.46166C13.2456 4.7921 13.2456 4.23335 13.1996 3.78102C13.1515 3.30755 13.0467 2.86818 12.7821 2.47218C12.5815 2.17191 12.3237 1.9141 12.0234 1.71346C11.6274 1.44886 11.1881 1.34415 10.7146 1.29599C10.2623 1.24997 9.70352 1.24999 9.03397 1.25H9.03395ZM7.24805 4.02734C7.24805 3.61313 7.58383 3.27734 7.99805 3.27734H9.99805C10.4123 3.27734 10.748 3.61313 10.748 4.02734C10.748 4.44156 10.4123 4.77734 9.99805 4.77734H7.99805C7.58383 4.77734 7.24805 4.44156 7.24805 4.02734Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1105 12.6352C14.6863 12.4549 15.3059 12.4549 15.8817 12.6352C16.494 12.8269 16.9493 13.276 17.3655 13.8266C17.7764 14.3701 18.2256 15.1198 18.7838 16.0515L18.8288 16.1265C19.3868 17.0579 19.836 17.8076 20.1192 18.4228C20.4047 19.0429 20.587 19.6581 20.4491 20.283C20.3203 20.8671 20.0037 21.393 19.5494 21.7872C19.0684 22.2045 18.4399 22.3578 17.7443 22.4291C17.0529 22.5 16.1568 22.5 15.0382 22.5H15.0382H15.0382H14.9539H14.9539H14.9539C13.8353 22.5 12.9393 22.5 12.2479 22.4291C11.5523 22.3578 10.9238 22.2045 10.4428 21.7872C9.98852 21.393 9.6719 20.8671 9.54306 20.283C9.40521 19.6581 9.58747 19.0429 9.873 18.4228C10.1562 17.8076 10.6054 17.0578 11.1634 16.1265L11.2083 16.0516C11.7666 15.1198 12.2157 14.3701 12.6266 13.8266C13.0429 13.276 13.4982 12.8269 14.1105 12.6352ZM15.0012 15.1289C15.4154 15.1289 15.7512 15.4647 15.7512 15.8789V17.6289C15.7512 18.0431 15.4154 18.3789 15.0012 18.3789C14.587 18.3789 14.2512 18.0431 14.2512 17.6289V15.8789C14.2512 15.4647 14.587 15.1289 15.0012 15.1289ZM14.2412 19.8789C14.2412 19.4647 14.577 19.1289 14.9912 19.1289H15.0012C15.4154 19.1289 15.7512 19.4647 15.7512 19.8789C15.7512 20.2931 15.4154 20.6289 15.0012 20.6289H14.9912C14.577 20.6289 14.2412 20.2931 14.2412 19.8789Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.03395 1.25H8.95726H8.95724C8.28769 1.24999 7.72894 1.24997 7.27663 1.29599C6.80315 1.34415 6.36378 1.44886 5.96779 1.71346C5.66752 1.9141 5.4097 2.17191 5.20907 2.47218C4.94447 2.86818 4.83976 3.30755 4.79159 3.78102C4.74558 4.23335 4.74559 4.79208 4.74561 5.46166L4.74561 6.1563C4.74561 6.34167 4.74561 6.43435 4.70597 6.5036C4.66633 6.57285 4.57123 6.6287 4.38103 6.74039C4.20404 6.84433 4.03565 6.97195 3.87855 7.12913C3.36897 7.63895 3.17028 8.26744 3.08217 8.92312C2.99994 9.53501 2.99998 10.2991 3.00003 11.1861L3.00002 16.8702C2.99982 17.6883 2.99968 18.2457 3.09609 18.7307C3.49055 20.7146 5.04082 22.2659 7.0245 22.6607C7.32144 22.7198 7.62574 22.7407 7.97423 22.7497C8.52633 22.7639 8.98545 22.3279 8.9997 21.7758C9.01396 21.2237 8.57795 20.7646 8.02585 20.7503C7.71831 20.7424 7.54622 20.7253 7.41485 20.6992C6.225 20.4624 5.2945 19.5317 5.0577 18.3407C5.00488 18.075 5.00004 17.7321 5.00004 16.7545V11.2519C5.00004 10.2804 5.00216 9.6523 5.06435 9.1895C5.12268 8.75542 5.21689 8.61925 5.2931 8.54301C5.36924 8.46683 5.50515 8.37267 5.9388 8.31434C6.40127 8.25213 7.02895 8.25001 8.00004 8.25001H10C10.9711 8.25001 11.5988 8.25213 12.0613 8.31434C12.4949 8.37267 12.6308 8.46683 12.707 8.54301C12.8492 8.68526 12.9769 8.95601 12.9958 10.2659C13.0038 10.8181 13.4579 11.2593 14.0101 11.2513C14.5624 11.2433 15.0036 10.7892 14.9956 10.237C14.9787 9.06609 14.9224 7.93041 14.1215 7.12913C13.9623 6.96988 13.7916 6.84097 13.612 6.73629C13.4209 6.62487 13.3254 6.56916 13.2855 6.49976C13.2456 6.43035 13.2456 6.33735 13.2456 6.15134L13.2456 5.46166C13.2456 4.7921 13.2456 4.23335 13.1996 3.78102C13.1515 3.30755 13.0467 2.86818 12.7821 2.47218C12.5815 2.17191 12.3237 1.9141 12.0234 1.71346C11.6274 1.44886 11.1881 1.34415 10.7146 1.29599C10.2623 1.24997 9.70352 1.24999 9.03397 1.25H9.03395ZM7.24805 4.02734C7.24805 3.61313 7.58383 3.27734 7.99805 3.27734H9.99805C10.4123 3.27734 10.748 3.61313 10.748 4.02734C10.748 4.44156 10.4123 4.77734 9.99805 4.77734H7.99805C7.58383 4.77734 7.24805 4.44156 7.24805 4.02734Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1105 12.6352C14.6863 12.4549 15.3059 12.4549 15.8817 12.6352C16.494 12.8269 16.9493 13.276 17.3655 13.8266C17.7764 14.3701 18.2256 15.1198 18.7838 16.0515L18.8288 16.1265C19.3868 17.0579 19.836 17.8076 20.1192 18.4228C20.4047 19.0429 20.587 19.6581 20.4491 20.283C20.3203 20.8671 20.0037 21.393 19.5494 21.7872C19.0684 22.2045 18.4399 22.3578 17.7443 22.4291C17.0529 22.5 16.1568 22.5 15.0382 22.5H15.0382H15.0382H14.9539H14.9539H14.9539C13.8353 22.5 12.9393 22.5 12.2479 22.4291C11.5523 22.3578 10.9238 22.2045 10.4428 21.7872C9.98852 21.393 9.6719 20.8671 9.54306 20.283C9.40521 19.6581 9.58747 19.0429 9.873 18.4228C10.1562 17.8076 10.6054 17.0578 11.1634 16.1265L11.2083 16.0516C11.7666 15.1198 12.2157 14.3701 12.6266 13.8266C13.0429 13.276 13.4982 12.8269 14.1105 12.6352ZM15.0012 15.1289C15.4154 15.1289 15.7512 15.4647 15.7512 15.8789V17.6289C15.7512 18.0431 15.4154 18.3789 15.0012 18.3789C14.587 18.3789 14.2512 18.0431 14.2512 17.6289V15.8789C14.2512 15.4647 14.587 15.1289 15.0012 15.1289ZM14.2412 19.8789C14.2412 19.4647 14.577 19.1289 14.9912 19.1289H15.0012C15.4154 19.1289 15.7512 19.4647 15.7512 19.8789C15.7512 20.2931 15.4154 20.6289 15.0012 20.6289H14.9912C14.577 20.6289 14.2412 20.2931 14.2412 19.8789Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-usb-memory-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.203 2.32176C15.8286 2.60744 15.4212 3.01488 14.9695 3.4667L14.6168 3.81939C14.4657 3.97055 14.3901 4.04612 14.3007 4.06383C14.2113 4.08154 14.0962 4.03364 13.8659 3.93784C13.5803 3.819 13.2773 3.75 12.946 3.75C12.2812 3.75 11.7305 4.02781 11.2051 4.42867C10.7062 4.80931 10.1516 5.364 9.48322 6.03237L3.50718 12.0084C1.16427 14.3513 1.16427 18.1499 3.50718 20.4928C5.85008 22.8357 9.64868 22.8357 11.9916 20.4928L17.9676 14.5168C18.636 13.8484 19.1907 13.2938 19.5713 12.7949C19.9722 12.2695 20.25 11.7188 20.25 11.054C20.25 10.7227 20.181 10.4198 20.0622 10.1342C19.9664 9.90393 19.9185 9.7888 19.9362 9.69941C19.9539 9.61002 20.0295 9.53444 20.1807 9.38329L20.5334 9.03058C20.9852 8.57885 21.3926 8.17149 21.6783 7.79706C21.9907 7.38762 22.2501 6.90236 22.2501 6.29195C22.2501 5.68155 21.9907 5.19629 21.6783 4.78685C21.3927 4.41245 20.9851 4.00501 20.5334 3.55332L20.4468 3.46671C19.995 3.01488 19.5877 2.60744 19.2132 2.32176C18.8038 2.00937 18.3185 1.75 17.7081 1.75C17.0977 1.75 16.6125 2.00937 16.203 2.32176ZM16.3403 4.92423C16.8494 4.4152 17.1615 4.10606 17.4161 3.9118C17.534 3.82186 17.6076 3.78232 17.6499 3.76466C17.6843 3.75032 17.6984 3.75 17.7081 3.75C17.7177 3.75 17.7318 3.75032 17.7662 3.76466C17.8085 3.78232 17.8821 3.82186 18 3.9118C18.2546 4.10606 18.5668 4.4152 19.0758 4.92423C19.5848 5.43326 19.894 5.74541 20.0882 6.00001C20.1782 6.1179 20.2177 6.19147 20.2354 6.23382C20.2497 6.26821 20.25 6.28232 20.25 6.29195C20.25 6.30159 20.2497 6.3157 20.2354 6.35009C20.2177 6.39244 20.1782 6.46601 20.0882 6.58389C19.894 6.8385 19.5848 7.15064 19.0758 7.65968L18.9825 7.753C18.7808 7.95465 18.68 8.05547 18.5557 8.05544C18.4314 8.0554 18.3301 7.95403 18.1276 7.75129L16.2487 5.87242C16.046 5.66991 15.9446 5.56866 15.9446 5.44435C15.9445 5.32003 16.0454 5.21921 16.247 5.01756L16.3403 4.92423ZM7 19C5.89543 19 5 18.1046 5 17C5 15.8954 5.89543 15 7 15C8.10457 15 9 15.8954 9 17C9 18.1046 8.10457 19 7 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.203 2.32176C15.8286 2.60744 15.4212 3.01488 14.9695 3.4667L14.6168 3.81939C14.4657 3.97055 14.3901 4.04612 14.3007 4.06383C14.2113 4.08154 14.0962 4.03364 13.8659 3.93784C13.5803 3.819 13.2773 3.75 12.946 3.75C12.2812 3.75 11.7305 4.02781 11.2051 4.42867C10.7062 4.80931 10.1516 5.364 9.48322 6.03237L3.50718 12.0084C1.16427 14.3513 1.16427 18.1499 3.50718 20.4928C5.85008 22.8357 9.64868 22.8357 11.9916 20.4928L17.9676 14.5168C18.636 13.8484 19.1907 13.2938 19.5713 12.7949C19.9722 12.2695 20.25 11.7188 20.25 11.054C20.25 10.7227 20.181 10.4198 20.0622 10.1342C19.9664 9.90393 19.9185 9.7888 19.9362 9.69941C19.9539 9.61002 20.0295 9.53444 20.1807 9.38329L20.5334 9.03058C20.9852 8.57885 21.3926 8.17149 21.6783 7.79706C21.9907 7.38762 22.2501 6.90236 22.2501 6.29195C22.2501 5.68155 21.9907 5.19629 21.6783 4.78685C21.3927 4.41245 20.9851 4.00501 20.5334 3.55332L20.4468 3.46671C19.995 3.01488 19.5877 2.60744 19.2132 2.32176C18.8038 2.00937 18.3185 1.75 17.7081 1.75C17.0977 1.75 16.6125 2.00937 16.203 2.32176ZM16.3403 4.92423C16.8494 4.4152 17.1615 4.10606 17.4161 3.9118C17.534 3.82186 17.6076 3.78232 17.6499 3.76466C17.6843 3.75032 17.6984 3.75 17.7081 3.75C17.7177 3.75 17.7318 3.75032 17.7662 3.76466C17.8085 3.78232 17.8821 3.82186 18 3.9118C18.2546 4.10606 18.5668 4.4152 19.0758 4.92423C19.5848 5.43326 19.894 5.74541 20.0882 6.00001C20.1782 6.1179 20.2177 6.19147 20.2354 6.23382C20.2497 6.26821 20.25 6.28232 20.25 6.29195C20.25 6.30159 20.2497 6.3157 20.2354 6.35009C20.2177 6.39244 20.1782 6.46601 20.0882 6.58389C19.894 6.8385 19.5848 7.15064 19.0758 7.65968L18.9825 7.753C18.7808 7.95465 18.68 8.05547 18.5557 8.05544C18.4314 8.0554 18.3301 7.95403 18.1276 7.75129L16.2487 5.87242C16.046 5.66991 15.9446 5.56866 15.9446 5.44435C15.9445 5.32003 16.0454 5.21921 16.247 5.01756L16.3403 4.92423ZM7 19C5.89543 19 5 18.1046 5 17C5 15.8954 5.89543 15 7 15C8.10457 15 9 15.8954 9 17C9 18.1046 8.10457 19 7 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-usb-memory-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9762 22.7497C10.6277 22.7407 10.3234 22.7198 10.0265 22.6607C8.04278 22.2659 6.4925 20.7146 6.09805 18.7307C6.00163 18.2457 6.00177 17.6883 6.00197 16.8702L6.00199 11.1861C6.00194 10.2991 6.0019 9.53501 6.08412 8.92313C6.17224 8.26744 6.37092 7.63895 6.8805 7.12913C7.03863 6.97093 7.2082 6.84266 7.38646 6.73836C7.57711 6.6268 7.67244 6.57102 7.7122 6.50169C7.75195 6.43237 7.75195 6.33952 7.75195 6.15384L7.75195 5.46166C7.75194 4.79208 7.75192 4.23336 7.79794 3.78103C7.8461 3.30755 7.95082 2.86818 8.21541 2.47219C8.41605 2.17192 8.67386 1.9141 8.97414 1.71347C9.37013 1.44887 9.8095 1.34416 10.283 1.29599C10.7353 1.24998 11.3664 1.24999 12.0359 1.25H12.0359C12.7055 1.24999 13.2642 1.24997 13.7165 1.29599C14.19 1.34415 14.6294 1.44887 15.0254 1.71346C15.3256 1.9141 15.5835 2.17191 15.7841 2.47219C16.0487 2.86818 16.1534 3.30755 16.2016 3.78102C16.2476 4.23334 16.2476 4.79211 16.2476 5.46166V6.15383C16.2476 6.33952 16.2476 6.43236 16.2873 6.50169C16.3271 6.57102 16.4224 6.6268 16.6131 6.73835C16.7913 6.84266 16.9609 6.97092 17.119 7.12913C17.6286 7.63895 17.8273 8.26744 17.9154 8.92313C17.9976 9.53501 17.9976 10.2991 17.9975 11.1861L17.9975 16.8702C17.9977 17.6883 17.9979 18.2457 17.9015 18.7307C17.507 20.7146 15.9567 22.2659 13.9731 22.6607C13.6761 22.7198 13.3718 22.7407 13.0233 22.7497L10.9762 22.7497ZM11.002 8.25C10.0309 8.25 9.40319 8.25213 8.94072 8.31434C8.50706 8.37267 8.37116 8.46683 8.29501 8.54301C8.2188 8.61925 8.1246 8.75541 8.06627 9.18949C8.00408 9.65229 8.00195 10.2804 8.00195 11.2519V16.7545C8.00195 17.7321 8.00679 18.075 8.05961 18.3407C8.29642 19.5317 9.22692 20.4624 10.4168 20.6992C10.5481 20.7253 10.7202 20.7424 11.0278 20.7503L12.9717 20.7503C13.2792 20.7424 13.4513 20.7253 13.5827 20.6991C14.7725 20.4624 15.703 19.5317 15.9398 18.3407C15.9926 18.075 15.9975 17.7321 15.9975 16.7545V11.2519C15.9975 10.2804 15.9954 9.65229 15.9332 9.18949C15.8748 8.75541 15.7806 8.61925 15.7044 8.543C15.6283 8.46682 15.4924 8.37266 15.0587 8.31433C14.5962 8.25213 13.9686 8.25 12.9975 8.25L11.002 8.25ZM10.25 4.04688C10.25 3.63266 10.5858 3.29688 11 3.29688H13C13.4142 3.29688 13.75 3.63266 13.75 4.04688C13.75 4.46109 13.4142 4.79688 13 4.79688H11C10.5858 4.79688 10.25 4.46109 10.25 4.04688Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9762 22.7497C10.6277 22.7407 10.3234 22.7198 10.0265 22.6607C8.04278 22.2659 6.4925 20.7146 6.09805 18.7307C6.00163 18.2457 6.00177 17.6883 6.00197 16.8702L6.00199 11.1861C6.00194 10.2991 6.0019 9.53501 6.08412 8.92313C6.17224 8.26744 6.37092 7.63895 6.8805 7.12913C7.03863 6.97093 7.2082 6.84266 7.38646 6.73836C7.57711 6.6268 7.67244 6.57102 7.7122 6.50169C7.75195 6.43237 7.75195 6.33952 7.75195 6.15384L7.75195 5.46166C7.75194 4.79208 7.75192 4.23336 7.79794 3.78103C7.8461 3.30755 7.95082 2.86818 8.21541 2.47219C8.41605 2.17192 8.67386 1.9141 8.97414 1.71347C9.37013 1.44887 9.8095 1.34416 10.283 1.29599C10.7353 1.24998 11.3664 1.24999 12.0359 1.25H12.0359C12.7055 1.24999 13.2642 1.24997 13.7165 1.29599C14.19 1.34415 14.6294 1.44887 15.0254 1.71346C15.3256 1.9141 15.5835 2.17191 15.7841 2.47219C16.0487 2.86818 16.1534 3.30755 16.2016 3.78102C16.2476 4.23334 16.2476 4.79211 16.2476 5.46166V6.15383C16.2476 6.33952 16.2476 6.43236 16.2873 6.50169C16.3271 6.57102 16.4224 6.6268 16.6131 6.73835C16.7913 6.84266 16.9609 6.97092 17.119 7.12913C17.6286 7.63895 17.8273 8.26744 17.9154 8.92313C17.9976 9.53501 17.9976 10.2991 17.9975 11.1861L17.9975 16.8702C17.9977 17.6883 17.9979 18.2457 17.9015 18.7307C17.507 20.7146 15.9567 22.2659 13.9731 22.6607C13.6761 22.7198 13.3718 22.7407 13.0233 22.7497L10.9762 22.7497ZM11.002 8.25C10.0309 8.25 9.40319 8.25213 8.94072 8.31434C8.50706 8.37267 8.37116 8.46683 8.29501 8.54301C8.2188 8.61925 8.1246 8.75541 8.06627 9.18949C8.00408 9.65229 8.00195 10.2804 8.00195 11.2519V16.7545C8.00195 17.7321 8.00679 18.075 8.05961 18.3407C8.29642 19.5317 9.22692 20.4624 10.4168 20.6992C10.5481 20.7253 10.7202 20.7424 11.0278 20.7503L12.9717 20.7503C13.2792 20.7424 13.4513 20.7253 13.5827 20.6991C14.7725 20.4624 15.703 19.5317 15.9398 18.3407C15.9926 18.075 15.9975 17.7321 15.9975 16.7545V11.2519C15.9975 10.2804 15.9954 9.65229 15.9332 9.18949C15.8748 8.75541 15.7806 8.61925 15.7044 8.543C15.6283 8.46682 15.4924 8.37266 15.0587 8.31433C14.5962 8.25213 13.9686 8.25 12.9975 8.25L11.002 8.25ZM10.25 4.04688C10.25 3.63266 10.5858 3.29688 11 3.29688H13C13.4142 3.29688 13.75 3.63266 13.75 4.04688C13.75 4.46109 13.4142 4.79688 13 4.79688H11C10.5858 4.79688 10.25 4.46109 10.25 4.04688Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-usb-not-connected-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5429 12.5429C12.9334 12.1524 13.5666 12.1524 13.9571 12.5429L16.25 14.8358L18.5429 12.5429C18.9334 12.1524 19.5666 12.1524 19.9571 12.5429C20.3476 12.9334 20.3476 13.5666 19.9571 13.9571L17.6642 16.25L19.9571 18.5429C20.3476 18.9334 20.3476 19.5666 19.9571 19.9571C19.5666 20.3476 18.9334 20.3476 18.5429 19.9571L16.25 17.6642L13.9571 19.9571C13.5666 20.3476 12.9334 20.3476 12.5429 19.9571C12.1524 19.5666 12.1524 18.9334 12.5429 18.5429L14.8358 16.25L12.5429 13.9571C12.1524 13.5666 12.1524 12.9334 12.5429 12.5429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5489 1.25H10.4517H10.4516C9.79098 1.24998 9.2211 1.24996 8.75597 1.29727C8.26273 1.34745 7.77746 1.45898 7.33354 1.7556C7.00597 1.97447 6.72471 2.25573 6.50584 2.5833C6.20922 3.02722 6.09769 3.51249 6.04751 4.00573C6.04208 4.0591 6.03728 4.11385 6.03302 4.16996C6.01325 4.43067 6.00337 4.56103 5.94237 4.63458C5.88138 4.70813 5.73182 4.74819 5.4327 4.82832C4.41239 5.10165 3.67073 6.05738 3.75679 7.1711L3.9406 9.54975C4.08286 11.3907 4.70558 13.1637 5.74763 14.6986L6.34841 15.5835C6.94224 16.4582 7.87329 17.0364 8.90506 17.2015C9.20605 17.2496 9.35654 17.2737 9.42827 17.3578C9.5 17.4419 9.5 17.5771 9.5 17.8474V21.75C9.5 22.3023 9.94772 22.75 10.5 22.75C11.0523 22.75 11.5 22.3023 11.5 21.75V17.8475C11.5 17.5771 11.5 17.4419 11.5717 17.3578L12.2769 16.6742L12.2769 16.6742C12.4829 16.4745 12.5859 16.3746 12.5869 16.249C12.5878 16.1234 12.4864 16.022 12.2836 15.8191L11.4822 15.0178C10.5059 14.0415 10.5059 12.4585 11.4822 11.4822C12.4585 10.5059 14.0415 10.5059 15.0178 11.4822L15.658 12.1233C15.9493 12.4149 16.0949 12.5608 16.2591 12.5207C16.4232 12.4805 16.4827 12.2917 16.6017 11.914L16.6017 11.914C16.843 11.1484 16.9973 10.3556 17.0596 9.54975L17.2434 7.1711C17.3295 6.05745 16.5879 5.10178 15.5677 4.82838C15.2686 4.74823 15.1191 4.70816 15.0581 4.63461C14.9971 4.56106 14.9872 4.43072 14.9675 4.17004C14.9632 4.1139 14.9584 4.05912 14.953 4.00573C14.9028 3.51249 14.7913 3.02722 14.4947 2.5833C14.2758 2.25573 13.9945 1.97447 13.667 1.7556C13.223 1.45898 12.7378 1.34745 12.2445 1.29727C11.7794 1.24996 11.2096 1.24998 10.5489 1.25H10.5489ZM12.9632 4.20813C12.9291 3.87303 12.8721 3.75496 12.8317 3.69443C12.7587 3.58524 12.665 3.49149 12.5558 3.41853C12.4952 3.37809 12.3772 3.32109 12.0421 3.287C11.8662 3.2691 11.6614 3.25986 11.4103 3.25508C11.1592 3.2503 10.8617 3.25 10.5002 3.25C10.5001 3.25 10.5 3.25 10.4999 3.25C10.4548 3.25 10.4107 3.25001 10.3676 3.25002C10.1627 3.25011 9.97947 3.25048 9.8143 3.25201C9.45674 3.25532 9.18372 3.26404 8.95808 3.287C8.62297 3.32109 8.5049 3.37809 8.44438 3.41853C8.33519 3.49149 8.24144 3.58524 8.16848 3.69443C8.12804 3.75496 8.07103 3.87303 8.03695 4.20813C8.0159 4.41505 8.00537 4.51852 8.05634 4.60384C8.0756 4.63609 8.10464 4.66823 8.13477 4.69065C8.19958 4.7389 8.28557 4.74792 8.43557 4.74961C8.47009 4.75 8.50799 4.75 8.54981 4.75C8.54989 4.75 8.54997 4.75 8.55005 4.75H12.4503C12.5089 4.75 12.5599 4.75 12.6045 4.74893C12.7303 4.74592 12.8065 4.73444 12.8654 4.69066C12.8955 4.66823 12.9245 4.63609 12.9438 4.60384C12.9948 4.51852 12.9842 4.41505 12.9632 4.20813ZM8.5 8C8.5 8.55228 8.94771 9 9.5 9H11.5L11.5131 8.99991C11.5221 8.9998 11.531 8.99957 11.5399 8.99922C12.0738 8.97837 12.5002 8.53898 12.5002 8C12.5002 7.44771 12.0525 7 11.5002 7H9.50019L9.4775 7.00025C8.93561 7.01221 8.5 7.45523 8.5 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5429 12.5429C12.9334 12.1524 13.5666 12.1524 13.9571 12.5429L16.25 14.8358L18.5429 12.5429C18.9334 12.1524 19.5666 12.1524 19.9571 12.5429C20.3476 12.9334 20.3476 13.5666 19.9571 13.9571L17.6642 16.25L19.9571 18.5429C20.3476 18.9334 20.3476 19.5666 19.9571 19.9571C19.5666 20.3476 18.9334 20.3476 18.5429 19.9571L16.25 17.6642L13.9571 19.9571C13.5666 20.3476 12.9334 20.3476 12.5429 19.9571C12.1524 19.5666 12.1524 18.9334 12.5429 18.5429L14.8358 16.25L12.5429 13.9571C12.1524 13.5666 12.1524 12.9334 12.5429 12.5429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5489 1.25H10.4517H10.4516C9.79098 1.24998 9.2211 1.24996 8.75597 1.29727C8.26273 1.34745 7.77746 1.45898 7.33354 1.7556C7.00597 1.97447 6.72471 2.25573 6.50584 2.5833C6.20922 3.02722 6.09769 3.51249 6.04751 4.00573C6.04208 4.0591 6.03728 4.11385 6.03302 4.16996C6.01325 4.43067 6.00337 4.56103 5.94237 4.63458C5.88138 4.70813 5.73182 4.74819 5.4327 4.82832C4.41239 5.10165 3.67073 6.05738 3.75679 7.1711L3.9406 9.54975C4.08286 11.3907 4.70558 13.1637 5.74763 14.6986L6.34841 15.5835C6.94224 16.4582 7.87329 17.0364 8.90506 17.2015C9.20605 17.2496 9.35654 17.2737 9.42827 17.3578C9.5 17.4419 9.5 17.5771 9.5 17.8474V21.75C9.5 22.3023 9.94772 22.75 10.5 22.75C11.0523 22.75 11.5 22.3023 11.5 21.75V17.8475C11.5 17.5771 11.5 17.4419 11.5717 17.3578L12.2769 16.6742L12.2769 16.6742C12.4829 16.4745 12.5859 16.3746 12.5869 16.249C12.5878 16.1234 12.4864 16.022 12.2836 15.8191L11.4822 15.0178C10.5059 14.0415 10.5059 12.4585 11.4822 11.4822C12.4585 10.5059 14.0415 10.5059 15.0178 11.4822L15.658 12.1233C15.9493 12.4149 16.0949 12.5608 16.2591 12.5207C16.4232 12.4805 16.4827 12.2917 16.6017 11.914L16.6017 11.914C16.843 11.1484 16.9973 10.3556 17.0596 9.54975L17.2434 7.1711C17.3295 6.05745 16.5879 5.10178 15.5677 4.82838C15.2686 4.74823 15.1191 4.70816 15.0581 4.63461C14.9971 4.56106 14.9872 4.43072 14.9675 4.17004C14.9632 4.1139 14.9584 4.05912 14.953 4.00573C14.9028 3.51249 14.7913 3.02722 14.4947 2.5833C14.2758 2.25573 13.9945 1.97447 13.667 1.7556C13.223 1.45898 12.7378 1.34745 12.2445 1.29727C11.7794 1.24996 11.2096 1.24998 10.5489 1.25H10.5489ZM12.9632 4.20813C12.9291 3.87303 12.8721 3.75496 12.8317 3.69443C12.7587 3.58524 12.665 3.49149 12.5558 3.41853C12.4952 3.37809 12.3772 3.32109 12.0421 3.287C11.8662 3.2691 11.6614 3.25986 11.4103 3.25508C11.1592 3.2503 10.8617 3.25 10.5002 3.25C10.5001 3.25 10.5 3.25 10.4999 3.25C10.4548 3.25 10.4107 3.25001 10.3676 3.25002C10.1627 3.25011 9.97947 3.25048 9.8143 3.25201C9.45674 3.25532 9.18372 3.26404 8.95808 3.287C8.62297 3.32109 8.5049 3.37809 8.44438 3.41853C8.33519 3.49149 8.24144 3.58524 8.16848 3.69443C8.12804 3.75496 8.07103 3.87303 8.03695 4.20813C8.0159 4.41505 8.00537 4.51852 8.05634 4.60384C8.0756 4.63609 8.10464 4.66823 8.13477 4.69065C8.19958 4.7389 8.28557 4.74792 8.43557 4.74961C8.47009 4.75 8.50799 4.75 8.54981 4.75C8.54989 4.75 8.54997 4.75 8.55005 4.75H12.4503C12.5089 4.75 12.5599 4.75 12.6045 4.74893C12.7303 4.74592 12.8065 4.73444 12.8654 4.69066C12.8955 4.66823 12.9245 4.63609 12.9438 4.60384C12.9948 4.51852 12.9842 4.41505 12.9632 4.20813ZM8.5 8C8.5 8.55228 8.94771 9 9.5 9H11.5L11.5131 8.99991C11.5221 8.9998 11.531 8.99957 11.5399 8.99922C12.0738 8.97837 12.5002 8.53898 12.5002 8C12.5002 7.44771 12.0525 7 11.5002 7H9.50019L9.4775 7.00025C8.93561 7.01221 8.5 7.45523 8.5 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-usb{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9517 1.25H12.0489H12.0489C12.7096 1.24998 13.2794 1.24995 13.7445 1.29727C14.2378 1.34745 14.723 1.45898 15.167 1.7556C15.4945 1.97447 15.7758 2.25572 15.9947 2.58329C16.2913 3.02721 16.4028 3.51248 16.453 4.00572C16.4584 4.05912 16.4632 4.1139 16.4675 4.17003C16.4872 4.43072 16.4971 4.56106 16.5581 4.63461C16.6191 4.70815 16.7686 4.74823 17.0677 4.82838C18.0879 5.10178 18.8295 6.05745 18.7434 7.1711L18.5596 9.54975C18.4173 11.3907 17.7946 13.1637 16.7526 14.6986L16.1518 15.5835C15.5579 16.4582 14.6268 17.0365 13.595 17.2015C13.294 17.2496 13.1435 17.2737 13.0717 17.3578C13 17.4419 13 17.5771 13 17.8475V21.75C13 22.3023 12.5523 22.75 12 22.75C11.4477 22.75 11 22.3023 11 21.75V17.8474C11 17.5771 11 17.4419 10.9283 17.3578C10.8565 17.2737 10.706 17.2496 10.4051 17.2015C9.37329 17.0364 8.44224 16.4582 7.84841 15.5835L7.24763 14.6986C6.20558 13.1637 5.58286 11.3907 5.4406 9.54975L5.25679 7.1711C5.17073 6.05737 5.91239 5.10164 6.9327 4.82832C7.23182 4.74819 7.38138 4.70813 7.44237 4.63458C7.50337 4.56103 7.51325 4.43067 7.53302 4.16996C7.53728 4.11385 7.54208 4.0591 7.54751 4.00572C7.59769 3.51248 7.70922 3.02722 8.00584 2.58329C8.22471 2.25572 8.50597 1.97447 8.83354 1.7556C9.27746 1.45898 9.76273 1.34745 10.256 1.29727C10.7211 1.24995 11.291 1.24998 11.9516 1.25H11.9517ZM12.0008 3.25C11.8198 3.25 11.6549 3.25008 11.5038 3.25075C11.374 3.25133 11.2545 3.25235 11.1438 3.25414C10.8679 3.2586 10.6467 3.26785 10.4584 3.287C10.1233 3.32109 10.0052 3.37809 9.94468 3.41854C9.83549 3.49149 9.74174 3.58524 9.66878 3.69443C9.62833 3.75496 9.57133 3.87303 9.53724 4.20813C9.51619 4.41506 9.50567 4.51852 9.55664 4.60385C9.5759 4.63609 9.60494 4.66823 9.63507 4.69066C9.7148 4.75 9.82657 4.75 10.0501 4.75H13.9504L13.991 4.74999C14.0328 4.74994 14.0704 4.74975 14.1044 4.74894C14.2306 4.74596 14.307 4.73453 14.366 4.69065C14.3961 4.66823 14.4251 4.63609 14.4444 4.60384C14.4954 4.51852 14.4848 4.41506 14.4638 4.20814V4.20813C14.4297 3.87303 14.3727 3.75496 14.3322 3.69443C14.2593 3.58524 14.1655 3.49149 14.0563 3.41853C13.9958 3.37809 13.8778 3.32109 13.5427 3.287C13.1908 3.25121 12.7238 3.25 12.0008 3.25ZM10.9969 9C10.446 8.99832 10 8.55125 10 8C10 7.44772 10.4477 7 11 7H13C13.0001 7 13.0002 7 13.0002 7C13.0046 7 13.0089 7.00003 13.0132 7.00008C13.5595 7.007 14.0002 7.45203 14.0002 8C14.0002 8.55229 13.5525 9 13.0002 9H11.0002C10.9991 9 10.998 9 10.9969 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9517 1.25H12.0489H12.0489C12.7096 1.24998 13.2794 1.24995 13.7445 1.29727C14.2378 1.34745 14.723 1.45898 15.167 1.7556C15.4945 1.97447 15.7758 2.25572 15.9947 2.58329C16.2913 3.02721 16.4028 3.51248 16.453 4.00572C16.4584 4.05912 16.4632 4.1139 16.4675 4.17003C16.4872 4.43072 16.4971 4.56106 16.5581 4.63461C16.6191 4.70815 16.7686 4.74823 17.0677 4.82838C18.0879 5.10178 18.8295 6.05745 18.7434 7.1711L18.5596 9.54975C18.4173 11.3907 17.7946 13.1637 16.7526 14.6986L16.1518 15.5835C15.5579 16.4582 14.6268 17.0365 13.595 17.2015C13.294 17.2496 13.1435 17.2737 13.0717 17.3578C13 17.4419 13 17.5771 13 17.8475V21.75C13 22.3023 12.5523 22.75 12 22.75C11.4477 22.75 11 22.3023 11 21.75V17.8474C11 17.5771 11 17.4419 10.9283 17.3578C10.8565 17.2737 10.706 17.2496 10.4051 17.2015C9.37329 17.0364 8.44224 16.4582 7.84841 15.5835L7.24763 14.6986C6.20558 13.1637 5.58286 11.3907 5.4406 9.54975L5.25679 7.1711C5.17073 6.05737 5.91239 5.10164 6.9327 4.82832C7.23182 4.74819 7.38138 4.70813 7.44237 4.63458C7.50337 4.56103 7.51325 4.43067 7.53302 4.16996C7.53728 4.11385 7.54208 4.0591 7.54751 4.00572C7.59769 3.51248 7.70922 3.02722 8.00584 2.58329C8.22471 2.25572 8.50597 1.97447 8.83354 1.7556C9.27746 1.45898 9.76273 1.34745 10.256 1.29727C10.7211 1.24995 11.291 1.24998 11.9516 1.25H11.9517ZM12.0008 3.25C11.8198 3.25 11.6549 3.25008 11.5038 3.25075C11.374 3.25133 11.2545 3.25235 11.1438 3.25414C10.8679 3.2586 10.6467 3.26785 10.4584 3.287C10.1233 3.32109 10.0052 3.37809 9.94468 3.41854C9.83549 3.49149 9.74174 3.58524 9.66878 3.69443C9.62833 3.75496 9.57133 3.87303 9.53724 4.20813C9.51619 4.41506 9.50567 4.51852 9.55664 4.60385C9.5759 4.63609 9.60494 4.66823 9.63507 4.69066C9.7148 4.75 9.82657 4.75 10.0501 4.75H13.9504L13.991 4.74999C14.0328 4.74994 14.0704 4.74975 14.1044 4.74894C14.2306 4.74596 14.307 4.73453 14.366 4.69065C14.3961 4.66823 14.4251 4.63609 14.4444 4.60384C14.4954 4.51852 14.4848 4.41506 14.4638 4.20814V4.20813C14.4297 3.87303 14.3727 3.75496 14.3322 3.69443C14.2593 3.58524 14.1655 3.49149 14.0563 3.41853C13.9958 3.37809 13.8778 3.32109 13.5427 3.287C13.1908 3.25121 12.7238 3.25 12.0008 3.25ZM10.9969 9C10.446 8.99832 10 8.55125 10 8C10 7.44772 10.4477 7 11 7H13C13.0001 7 13.0002 7 13.0002 7C13.0046 7 13.0089 7.00003 13.0132 7.00008C13.5595 7.007 14.0002 7.45203 14.0002 8C14.0002 8.55229 13.5525 9 13.0002 9H11.0002C10.9991 9 10.998 9 10.9969 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-virtual-reality-vr-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.71014 3.00009C10.9034 3.00164 13.0966 3.00164 15.2899 3.00009C16.9816 2.9989 18.5711 3.07657 19.8558 4.28243C20.5937 4.97498 21.083 5.97257 21.8189 7.47304C22.1496 8.14725 22.5143 8.8144 22.7261 9.53823C22.8036 9.80298 22.8649 10.0735 22.9096 10.3477C23.0002 10.9023 23.0001 11.4683 23 12.3663L23 15.0002C23 15.5525 22.5523 16.0002 22 16.0002C21.4477 16.0002 21 15.5525 21 15.0002V12.4524C21 11.4408 20.997 11.0451 20.9358 10.6699C20.904 10.4756 20.8608 10.285 20.8066 10.0999C20.7031 9.74629 20.5433 9.41325 20.1168 8.54446C19.252 6.78273 18.924 6.15076 18.4871 5.74072C17.5538 4.86472 16.287 5.00019 15.0845 5.00019H8.91549C7.71303 5.00019 6.44623 4.86472 5.5129 5.74072C5.07602 6.15076 4.74803 6.78273 3.88318 8.54446C3.45668 9.41326 3.29688 9.74629 3.1934 10.0999C3.13923 10.285 3.096 10.4756 3.06427 10.6699C3.00302 11.0451 3.00001 11.4408 3.00001 12.4524V15.0002C3.00001 15.5525 2.5523 16.0002 2.00001 16.0002C1.44773 16.0002 1.00001 15.5525 1.00001 15.0002V12.4524C1.00001 11.5041 0.997001 10.9198 1.0904 10.3477C1.13516 10.0735 1.19642 9.80297 1.27389 9.53823C1.48534 8.81563 1.85083 8.14642 2.18111 7.47302C2.91703 5.97257 3.40631 4.97498 4.14419 4.28243C5.42896 3.07657 7.01838 2.9989 8.71014 3.00009Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.94965 7.99981H17.0494C17.9415 7.99979 18.6844 7.99978 19.2886 8.06001C20.6801 8.19874 21.8253 8.93202 22.483 10.1851C22.773 10.7376 22.8906 11.3379 22.9459 12.0088C23.0044 12.7192 23.0023 13.4345 23.0003 14.1477C22.9999 14.2795 22.9995 14.4112 22.9995 14.5428C22.9995 15.5344 22.9995 16.3398 22.9459 16.9908C22.8906 17.6617 22.773 18.262 22.483 18.8146C22.1426 19.4632 21.6466 20.0138 21.0356 20.4018C20.5033 20.7399 19.9218 20.8765 19.2886 20.9396C18.2967 21.0385 17.2387 21.0706 16.2421 20.9813C15.1761 20.8857 14.1778 20.4255 13.3844 19.6843C13.09 19.4093 12.8178 19.1075 12.5493 18.8036C12.3317 18.5573 12.2229 18.4341 12.081 18.4393C11.9392 18.4445 11.8384 18.577 11.6367 18.8419C11.4366 19.105 11.2284 19.3617 10.9935 19.5927C10.2689 20.3054 9.35824 20.7794 8.37001 20.9398C7.2042 21.129 5.87624 21.0558 4.71039 20.9396C4.07722 20.8765 3.49574 20.7399 2.9634 20.4018C2.35242 20.0138 1.85644 19.4632 1.51598 18.8146C1.22596 18.262 1.1084 17.6617 1.05312 16.9908C0.999482 16.3398 0.999491 15.5344 0.999501 14.5428C0.999501 14.4112 0.999118 14.2795 0.998735 14.1477C0.996663 13.4345 0.994585 12.7192 1.05312 12.0088C1.1084 11.3379 1.22596 10.7376 1.51598 10.1851C2.17366 8.93202 3.31887 8.19874 4.71039 8.06001C5.31458 7.99978 6.05747 7.99979 6.94965 7.99981ZM16 12C15.4477 12 15 12.4477 15 13C15 13.5523 15.4477 14 16 14H18C18.5523 14 19 13.5523 19 13C19 12.4477 18.5523 12 18 12H16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.71014 3.00009C10.9034 3.00164 13.0966 3.00164 15.2899 3.00009C16.9816 2.9989 18.5711 3.07657 19.8558 4.28243C20.5937 4.97498 21.083 5.97257 21.8189 7.47304C22.1496 8.14725 22.5143 8.8144 22.7261 9.53823C22.8036 9.80298 22.8649 10.0735 22.9096 10.3477C23.0002 10.9023 23.0001 11.4683 23 12.3663L23 15.0002C23 15.5525 22.5523 16.0002 22 16.0002C21.4477 16.0002 21 15.5525 21 15.0002V12.4524C21 11.4408 20.997 11.0451 20.9358 10.6699C20.904 10.4756 20.8608 10.285 20.8066 10.0999C20.7031 9.74629 20.5433 9.41325 20.1168 8.54446C19.252 6.78273 18.924 6.15076 18.4871 5.74072C17.5538 4.86472 16.287 5.00019 15.0845 5.00019H8.91549C7.71303 5.00019 6.44623 4.86472 5.5129 5.74072C5.07602 6.15076 4.74803 6.78273 3.88318 8.54446C3.45668 9.41326 3.29688 9.74629 3.1934 10.0999C3.13923 10.285 3.096 10.4756 3.06427 10.6699C3.00302 11.0451 3.00001 11.4408 3.00001 12.4524V15.0002C3.00001 15.5525 2.5523 16.0002 2.00001 16.0002C1.44773 16.0002 1.00001 15.5525 1.00001 15.0002V12.4524C1.00001 11.5041 0.997001 10.9198 1.0904 10.3477C1.13516 10.0735 1.19642 9.80297 1.27389 9.53823C1.48534 8.81563 1.85083 8.14642 2.18111 7.47302C2.91703 5.97257 3.40631 4.97498 4.14419 4.28243C5.42896 3.07657 7.01838 2.9989 8.71014 3.00009Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.94965 7.99981H17.0494C17.9415 7.99979 18.6844 7.99978 19.2886 8.06001C20.6801 8.19874 21.8253 8.93202 22.483 10.1851C22.773 10.7376 22.8906 11.3379 22.9459 12.0088C23.0044 12.7192 23.0023 13.4345 23.0003 14.1477C22.9999 14.2795 22.9995 14.4112 22.9995 14.5428C22.9995 15.5344 22.9995 16.3398 22.9459 16.9908C22.8906 17.6617 22.773 18.262 22.483 18.8146C22.1426 19.4632 21.6466 20.0138 21.0356 20.4018C20.5033 20.7399 19.9218 20.8765 19.2886 20.9396C18.2967 21.0385 17.2387 21.0706 16.2421 20.9813C15.1761 20.8857 14.1778 20.4255 13.3844 19.6843C13.09 19.4093 12.8178 19.1075 12.5493 18.8036C12.3317 18.5573 12.2229 18.4341 12.081 18.4393C11.9392 18.4445 11.8384 18.577 11.6367 18.8419C11.4366 19.105 11.2284 19.3617 10.9935 19.5927C10.2689 20.3054 9.35824 20.7794 8.37001 20.9398C7.2042 21.129 5.87624 21.0558 4.71039 20.9396C4.07722 20.8765 3.49574 20.7399 2.9634 20.4018C2.35242 20.0138 1.85644 19.4632 1.51598 18.8146C1.22596 18.262 1.1084 17.6617 1.05312 16.9908C0.999482 16.3398 0.999491 15.5344 0.999501 14.5428C0.999501 14.4112 0.999118 14.2795 0.998735 14.1477C0.996663 13.4345 0.994585 12.7192 1.05312 12.0088C1.1084 11.3379 1.22596 10.7376 1.51598 10.1851C2.17366 8.93202 3.31887 8.19874 4.71039 8.06001C5.31458 7.99978 6.05747 7.99979 6.94965 7.99981ZM16 12C15.4477 12 15 12.4477 15 13C15 13.5523 15.4477 14 16 14H18C18.5523 14 19 13.5523 19 13C19 12.4477 18.5523 12 18 12H16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-device-icons-virtual-reality-vr-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0569 2.25H13.057C15.13 2.24999 16.7623 2.24998 18.0377 2.42144C19.3462 2.59737 20.3907 2.9661 21.2123 3.78769C22.0339 4.60928 22.4026 5.65376 22.5786 6.96234C22.75 8.23769 22.75 9.87002 22.75 11.9431V12.0569C22.75 14.13 22.75 15.7623 22.5786 17.0377C22.4026 18.3462 22.0339 19.3907 21.2123 20.2123C20.3907 21.0339 19.3462 21.4026 18.0377 21.5786C16.7623 21.75 15.13 21.75 13.0569 21.75H10.9431C8.87002 21.75 7.23769 21.75 5.96234 21.5786C4.65376 21.4026 3.60928 21.0339 2.78769 20.2123C1.9661 19.3907 1.59737 18.3462 1.42144 17.0377C1.24998 15.7623 1.24999 14.13 1.25 12.057V12.0569V11.9431V11.943C1.24999 9.87001 1.24998 8.23769 1.42144 6.96234C1.59737 5.65376 1.9661 4.60928 2.78769 3.78769C3.60928 2.9661 4.65376 2.59737 5.96234 2.42144C7.23769 2.24998 8.87001 2.24999 10.943 2.25H10.9431H13.0569ZM6.68451 9.19315C6.51501 8.8152 6.07121 8.64623 5.69327 8.81574C5.31533 8.98524 5.14635 9.42904 5.31586 9.80698L7.08993 13.7626C7.23552 14.0874 7.37568 14.4001 7.5172 14.6261C7.64941 14.8373 7.94941 15.2501 8.50019 15.2501C9.05096 15.2501 9.35096 14.8373 9.48317 14.6261C9.62469 14.4001 9.76485 14.0874 9.91043 13.7626L11.6845 9.80698C11.854 9.42904 11.685 8.98524 11.3071 8.81574C10.9292 8.64623 10.4854 8.8152 10.3159 9.19315L8.50019 13.2413L6.68451 9.19315ZM14.9657 8.75005C14.7606 8.74997 14.5388 8.74989 14.3516 8.77506C14.1323 8.80454 13.8521 8.88038 13.6163 9.11618C13.3805 9.35198 13.3047 9.63217 13.2752 9.85149C13.25 10.0387 13.2501 10.2605 13.2502 10.4656L13.2502 14.5001C13.2502 14.9143 13.586 15.2501 14.0002 15.2501C14.4144 15.2501 14.7502 14.9143 14.7502 14.5001V13.2501H16.0367L16.8294 14.8355C17.0146 15.206 17.4651 15.3561 17.8356 15.1709C18.2061 14.9856 18.3562 14.5351 18.171 14.1647L17.5768 12.9762C18.2759 12.5946 18.7502 11.8527 18.7502 11.0001C18.7502 9.75742 17.7428 8.75006 16.5002 8.75006L14.9657 8.75005ZM16.5002 11.7501H14.7502V10.5001C14.7502 10.401 14.7503 10.3207 14.7514 10.2513C14.8209 10.2502 14.9012 10.2501 15.0002 10.2501H16.5002C16.9145 10.2501 17.2502 10.5859 17.2502 11.0001C17.2502 11.4143 16.9145 11.7501 16.5002 11.7501Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0569 2.25H13.057C15.13 2.24999 16.7623 2.24998 18.0377 2.42144C19.3462 2.59737 20.3907 2.9661 21.2123 3.78769C22.0339 4.60928 22.4026 5.65376 22.5786 6.96234C22.75 8.23769 22.75 9.87002 22.75 11.9431V12.0569C22.75 14.13 22.75 15.7623 22.5786 17.0377C22.4026 18.3462 22.0339 19.3907 21.2123 20.2123C20.3907 21.0339 19.3462 21.4026 18.0377 21.5786C16.7623 21.75 15.13 21.75 13.0569 21.75H10.9431C8.87002 21.75 7.23769 21.75 5.96234 21.5786C4.65376 21.4026 3.60928 21.0339 2.78769 20.2123C1.9661 19.3907 1.59737 18.3462 1.42144 17.0377C1.24998 15.7623 1.24999 14.13 1.25 12.057V12.0569V11.9431V11.943C1.24999 9.87001 1.24998 8.23769 1.42144 6.96234C1.59737 5.65376 1.9661 4.60928 2.78769 3.78769C3.60928 2.9661 4.65376 2.59737 5.96234 2.42144C7.23769 2.24998 8.87001 2.24999 10.943 2.25H10.9431H13.0569ZM6.68451 9.19315C6.51501 8.8152 6.07121 8.64623 5.69327 8.81574C5.31533 8.98524 5.14635 9.42904 5.31586 9.80698L7.08993 13.7626C7.23552 14.0874 7.37568 14.4001 7.5172 14.6261C7.64941 14.8373 7.94941 15.2501 8.50019 15.2501C9.05096 15.2501 9.35096 14.8373 9.48317 14.6261C9.62469 14.4001 9.76485 14.0874 9.91043 13.7626L11.6845 9.80698C11.854 9.42904 11.685 8.98524 11.3071 8.81574C10.9292 8.64623 10.4854 8.8152 10.3159 9.19315L8.50019 13.2413L6.68451 9.19315ZM14.9657 8.75005C14.7606 8.74997 14.5388 8.74989 14.3516 8.77506C14.1323 8.80454 13.8521 8.88038 13.6163 9.11618C13.3805 9.35198 13.3047 9.63217 13.2752 9.85149C13.25 10.0387 13.2501 10.2605 13.2502 10.4656L13.2502 14.5001C13.2502 14.9143 13.586 15.2501 14.0002 15.2501C14.4144 15.2501 14.7502 14.9143 14.7502 14.5001V13.2501H16.0367L16.8294 14.8355C17.0146 15.206 17.4651 15.3561 17.8356 15.1709C18.2061 14.9856 18.3562 14.5351 18.171 14.1647L17.5768 12.9762C18.2759 12.5946 18.7502 11.8527 18.7502 11.0001C18.7502 9.75742 17.7428 8.75006 16.5002 8.75006L14.9657 8.75005ZM16.5002 11.7501H14.7502V10.5001C14.7502 10.401 14.7503 10.3207 14.7514 10.2513C14.8209 10.2502 14.9012 10.2501 15.0002 10.2501H16.5002C16.9145 10.2501 17.2502 10.5859 17.2502 11.0001C17.2502 11.4143 16.9145 11.7501 16.5002 11.7501Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-cloud-download{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 13.25C13.0059 12.6977 12.5581 12.25 12.0059 12.25C11.4536 12.25 11.0059 12.6977 11.0059 13.25L11.0059 17.75L10.4116 17.75C10.236 17.7499 10.0203 17.7497 9.84387 17.7718L9.84053 17.7722C9.71408 17.788 9.13804 17.8598 8.86368 18.4254C8.58872 18.9923 8.89065 19.4924 8.95597 19.6006L8.95841 19.6046C9.05062 19.7576 9.18477 19.9285 9.29511 20.0691L9.31885 20.0993C9.61348 20.4752 9.99545 20.9594 10.3759 21.3504C10.5657 21.5455 10.783 21.7467 11.0139 21.9056C11.2191 22.0468 11.5693 22.25 12 22.25C12.4307 22.25 12.7809 22.0468 12.9861 21.9056C13.217 21.7467 13.4343 21.5455 13.6241 21.3504C14.0046 20.9594 14.3865 20.4752 14.6812 20.0993L14.7049 20.0691C14.8152 19.9285 14.9494 19.7577 15.0416 19.6046L15.044 19.6006C15.1093 19.4924 15.4113 18.9922 15.1363 18.4254C14.862 17.8598 14.2859 17.788 14.1595 17.7722L14.1561 17.7718C13.9797 17.7497 13.764 17.7499 13.5884 17.75L13.0059 17.75L13.0059 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 12.5C1.25 9.85826 3.03106 7.6332 5.45825 6.95919C5.65424 6.90476 5.75224 6.87755 5.80872 6.8197C5.8652 6.76184 5.88991 6.66384 5.93931 6.46783C6.62272 3.75653 9.07671 1.75 12 1.75C15.2149 1.75 17.8628 4.17731 18.2112 7.29924C18.2385 7.54459 18.2522 7.6673 18.3147 7.73828C18.3772 7.80927 18.4989 7.8388 18.7423 7.89786C21.0422 8.45589 22.75 10.5285 22.75 13C22.75 15.8995 20.3995 18.25 17.5 18.25H17.4401C17.2205 18.25 17.1108 18.25 17.0353 18.1998C16.9598 18.1496 16.9084 18.0271 16.8057 17.7821C16.6794 17.4808 16.4916 17.1994 16.2425 16.9573C15.911 16.6351 15.5132 16.4233 15.0944 16.3213C14.7836 16.2455 14.6282 16.2076 14.5641 16.1261C14.5 16.0445 14.5 15.913 14.5 15.6499V13.25C14.5 11.8693 13.3807 10.75 12 10.75C10.6193 10.75 9.5 11.8693 9.5 13.25L9.5 15.6499C9.5 15.913 9.5 16.0445 9.43591 16.1261C9.37183 16.2076 9.21643 16.2455 8.90563 16.3213C8.48685 16.4233 8.08898 16.6351 7.75753 16.9573C7.50734 17.2005 7.29651 17.4833 7.15528 17.7861C7.03878 18.0359 6.98053 18.1608 6.89891 18.2081C6.81728 18.2554 6.7148 18.2467 6.50984 18.2294C3.56363 17.9807 1.25 15.5105 1.25 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 13.25C13.0059 12.6977 12.5581 12.25 12.0059 12.25C11.4536 12.25 11.0059 12.6977 11.0059 13.25L11.0059 17.75L10.4116 17.75C10.236 17.7499 10.0203 17.7497 9.84387 17.7718L9.84053 17.7722C9.71408 17.788 9.13804 17.8598 8.86368 18.4254C8.58872 18.9923 8.89065 19.4924 8.95597 19.6006L8.95841 19.6046C9.05062 19.7576 9.18477 19.9285 9.29511 20.0691L9.31885 20.0993C9.61348 20.4752 9.99545 20.9594 10.3759 21.3504C10.5657 21.5455 10.783 21.7467 11.0139 21.9056C11.2191 22.0468 11.5693 22.25 12 22.25C12.4307 22.25 12.7809 22.0468 12.9861 21.9056C13.217 21.7467 13.4343 21.5455 13.6241 21.3504C14.0046 20.9594 14.3865 20.4752 14.6812 20.0993L14.7049 20.0691C14.8152 19.9285 14.9494 19.7577 15.0416 19.6046L15.044 19.6006C15.1093 19.4924 15.4113 18.9922 15.1363 18.4254C14.862 17.8598 14.2859 17.788 14.1595 17.7722L14.1561 17.7718C13.9797 17.7497 13.764 17.7499 13.5884 17.75L13.0059 17.75L13.0059 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 12.5C1.25 9.85826 3.03106 7.6332 5.45825 6.95919C5.65424 6.90476 5.75224 6.87755 5.80872 6.8197C5.8652 6.76184 5.88991 6.66384 5.93931 6.46783C6.62272 3.75653 9.07671 1.75 12 1.75C15.2149 1.75 17.8628 4.17731 18.2112 7.29924C18.2385 7.54459 18.2522 7.6673 18.3147 7.73828C18.3772 7.80927 18.4989 7.8388 18.7423 7.89786C21.0422 8.45589 22.75 10.5285 22.75 13C22.75 15.8995 20.3995 18.25 17.5 18.25H17.4401C17.2205 18.25 17.1108 18.25 17.0353 18.1998C16.9598 18.1496 16.9084 18.0271 16.8057 17.7821C16.6794 17.4808 16.4916 17.1994 16.2425 16.9573C15.911 16.6351 15.5132 16.4233 15.0944 16.3213C14.7836 16.2455 14.6282 16.2076 14.5641 16.1261C14.5 16.0445 14.5 15.913 14.5 15.6499V13.25C14.5 11.8693 13.3807 10.75 12 10.75C10.6193 10.75 9.5 11.8693 9.5 13.25L9.5 15.6499C9.5 15.913 9.5 16.0445 9.43591 16.1261C9.37183 16.2076 9.21643 16.2455 8.90563 16.3213C8.48685 16.4233 8.08898 16.6351 7.75753 16.9573C7.50734 17.2005 7.29651 17.4833 7.15528 17.7861C7.03878 18.0359 6.98053 18.1608 6.89891 18.2081C6.81728 18.2554 6.7148 18.2467 6.50984 18.2294C3.56363 17.9807 1.25 15.5105 1.25 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-cloud-upload{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 21.25C13.0059 21.8023 12.5581 22.25 12.0059 22.25C11.4536 22.25 11.0059 21.8023 11.0059 21.25L11.0059 16.75L10.4116 16.75C10.236 16.7501 10.0203 16.7503 9.84387 16.7282L9.84053 16.7278C9.71408 16.712 9.13804 16.6402 8.86368 16.0746C8.58872 15.5077 8.89065 15.0076 8.95597 14.8994L8.95841 14.8954C9.05062 14.7424 9.18477 14.5715 9.29511 14.4309L9.31885 14.4007C9.61348 14.0248 9.99545 13.5406 10.3759 13.1496C10.5657 12.9545 10.783 12.7533 11.0139 12.5944C11.2191 12.4532 11.5693 12.25 12 12.25C12.4307 12.25 12.7809 12.4532 12.9861 12.5944C13.217 12.7533 13.4343 12.9545 13.6241 13.1496C14.0046 13.5406 14.3865 14.0248 14.6812 14.4007L14.7049 14.4309C14.8152 14.5715 14.9494 14.7423 15.0416 14.8954L15.044 14.8994C15.1093 15.0076 15.4113 15.5078 15.1363 16.0746C14.862 16.6402 14.2859 16.712 14.1595 16.7278L14.1561 16.7282C13.9797 16.7503 13.764 16.7501 13.5884 16.75L13.0059 16.75L13.0059 21.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 12.5C1.25 9.85826 3.03106 7.6332 5.45825 6.95919C5.65424 6.90476 5.75224 6.87755 5.80872 6.8197C5.8652 6.76184 5.88991 6.66384 5.93931 6.46783C6.62272 3.75653 9.07671 1.75 12 1.75C15.2149 1.75 17.8628 4.17731 18.2112 7.29924C18.2385 7.54459 18.2522 7.6673 18.3147 7.73828C18.3772 7.80927 18.4989 7.8388 18.7423 7.89786C21.0422 8.45589 22.75 10.5285 22.75 13C22.75 15.8995 20.3995 18.25 17.5 18.25H16.4006C15.942 18.25 15.7126 18.25 15.6826 18.2119C15.6679 18.1933 15.6641 18.1839 15.6617 18.1603C15.6567 18.1121 15.8519 17.9223 16.2425 17.5427C17.2326 16.5804 17.255 14.9976 16.2927 14.0075C15.6442 13.1982 15.0315 12.3422 14.2379 11.6663C13.6086 11.1303 12.8426 10.75 12 10.75C11.1574 10.75 10.3914 11.1303 9.76209 11.6663C8.96846 12.3422 8.35575 13.1982 7.7073 14.0075C6.74496 14.9976 6.76745 16.5804 7.75753 17.5427C8.14807 17.9223 8.34334 18.1121 8.33832 18.1603C8.33587 18.1839 8.33206 18.1933 8.31739 18.2119C8.28737 18.25 8.05801 18.25 7.59942 18.25H7C3.82436 18.25 1.25 15.6756 1.25 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 21.25C13.0059 21.8023 12.5581 22.25 12.0059 22.25C11.4536 22.25 11.0059 21.8023 11.0059 21.25L11.0059 16.75L10.4116 16.75C10.236 16.7501 10.0203 16.7503 9.84387 16.7282L9.84053 16.7278C9.71408 16.712 9.13804 16.6402 8.86368 16.0746C8.58872 15.5077 8.89065 15.0076 8.95597 14.8994L8.95841 14.8954C9.05062 14.7424 9.18477 14.5715 9.29511 14.4309L9.31885 14.4007C9.61348 14.0248 9.99545 13.5406 10.3759 13.1496C10.5657 12.9545 10.783 12.7533 11.0139 12.5944C11.2191 12.4532 11.5693 12.25 12 12.25C12.4307 12.25 12.7809 12.4532 12.9861 12.5944C13.217 12.7533 13.4343 12.9545 13.6241 13.1496C14.0046 13.5406 14.3865 14.0248 14.6812 14.4007L14.7049 14.4309C14.8152 14.5715 14.9494 14.7423 15.0416 14.8954L15.044 14.8994C15.1093 15.0076 15.4113 15.5078 15.1363 16.0746C14.862 16.6402 14.2859 16.712 14.1595 16.7278L14.1561 16.7282C13.9797 16.7503 13.764 16.7501 13.5884 16.75L13.0059 16.75L13.0059 21.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 12.5C1.25 9.85826 3.03106 7.6332 5.45825 6.95919C5.65424 6.90476 5.75224 6.87755 5.80872 6.8197C5.8652 6.76184 5.88991 6.66384 5.93931 6.46783C6.62272 3.75653 9.07671 1.75 12 1.75C15.2149 1.75 17.8628 4.17731 18.2112 7.29924C18.2385 7.54459 18.2522 7.6673 18.3147 7.73828C18.3772 7.80927 18.4989 7.8388 18.7423 7.89786C21.0422 8.45589 22.75 10.5285 22.75 13C22.75 15.8995 20.3995 18.25 17.5 18.25H16.4006C15.942 18.25 15.7126 18.25 15.6826 18.2119C15.6679 18.1933 15.6641 18.1839 15.6617 18.1603C15.6567 18.1121 15.8519 17.9223 16.2425 17.5427C17.2326 16.5804 17.255 14.9976 16.2927 14.0075C15.6442 13.1982 15.0315 12.3422 14.2379 11.6663C13.6086 11.1303 12.8426 10.75 12 10.75C11.1574 10.75 10.3914 11.1303 9.76209 11.6663C8.96846 12.3422 8.35575 13.1982 7.7073 14.0075C6.74496 14.9976 6.76745 16.5804 7.75753 17.5427C8.14807 17.9223 8.34334 18.1121 8.33832 18.1603C8.33587 18.1839 8.33206 18.1933 8.31739 18.2119C8.28737 18.25 8.05801 18.25 7.59942 18.25H7C3.82436 18.25 1.25 15.6756 1.25 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-download-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.23073 9.00937C3.7779 9.08432 4.16072 9.58866 4.08576 10.1358C4.02931 10.548 4 10.9701 4 11.4001C4 16.2115 7.64154 20.0001 12 20.0001C16.3585 20.0001 20 16.2115 20 11.4001C20 10.9701 19.9707 10.5479 19.9142 10.1358C19.8393 9.58866 20.2221 9.08432 20.7693 9.00937C21.3164 8.93442 21.8208 9.31723 21.8957 9.86441C21.9645 10.3663 22 10.8791 22 11.4001C22 17.1926 17.5827 22.0001 12 22.0001C6.41734 22.0001 2 17.1926 2 11.4001C2 10.8791 2.03552 10.3663 2.10427 9.86441C2.17922 9.31723 2.68355 8.93442 3.23073 9.00937Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 3C13 2.44772 12.5523 2 12 2C11.4477 2 11 2.44772 11 3L11 9.50004L10.4057 9.50002C10.2301 9.49989 10.0145 9.49974 9.83801 9.52181L9.83467 9.52223C9.70822 9.538 9.13218 9.60983 8.85782 10.1754C8.58286 10.7423 8.88479 11.2424 8.95011 11.3506L8.95255 11.3546C9.04476 11.5076 9.17891 11.6785 9.28925 11.8191L9.31299 11.8493C9.60762 12.2252 9.98959 12.7094 10.37 13.1004C10.5598 13.2955 10.7771 13.4967 11.008 13.6556C11.2133 13.7968 11.5635 14 11.9941 14C12.4248 14 12.775 13.7968 12.9803 13.6556C13.2112 13.4967 13.4284 13.2955 13.6183 13.1004C13.9987 12.7094 14.3807 12.2252 14.6753 11.8493L14.699 11.8191C14.8094 11.6785 14.9435 11.5077 15.0357 11.3546L15.0382 11.3506C15.1035 11.2424 15.4054 10.7422 15.1305 10.1754C14.8561 9.60983 14.2801 9.53799 14.1536 9.52223L14.1503 9.52181C13.9738 9.49974 13.7582 9.49989 13.5825 9.50002L13 9.50004L13 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.23073 9.00937C3.7779 9.08432 4.16072 9.58866 4.08576 10.1358C4.02931 10.548 4 10.9701 4 11.4001C4 16.2115 7.64154 20.0001 12 20.0001C16.3585 20.0001 20 16.2115 20 11.4001C20 10.9701 19.9707 10.5479 19.9142 10.1358C19.8393 9.58866 20.2221 9.08432 20.7693 9.00937C21.3164 8.93442 21.8208 9.31723 21.8957 9.86441C21.9645 10.3663 22 10.8791 22 11.4001C22 17.1926 17.5827 22.0001 12 22.0001C6.41734 22.0001 2 17.1926 2 11.4001C2 10.8791 2.03552 10.3663 2.10427 9.86441C2.17922 9.31723 2.68355 8.93442 3.23073 9.00937Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 3C13 2.44772 12.5523 2 12 2C11.4477 2 11 2.44772 11 3L11 9.50004L10.4057 9.50002C10.2301 9.49989 10.0145 9.49974 9.83801 9.52181L9.83467 9.52223C9.70822 9.538 9.13218 9.60983 8.85782 10.1754C8.58286 10.7423 8.88479 11.2424 8.95011 11.3506L8.95255 11.3546C9.04476 11.5076 9.17891 11.6785 9.28925 11.8191L9.31299 11.8493C9.60762 12.2252 9.98959 12.7094 10.37 13.1004C10.5598 13.2955 10.7771 13.4967 11.008 13.6556C11.2133 13.7968 11.5635 14 11.9941 14C12.4248 14 12.775 13.7968 12.9803 13.6556C13.2112 13.4967 13.4284 13.2955 13.6183 13.1004C13.9987 12.7094 14.3807 12.2252 14.6753 11.8493L14.699 11.8191C14.8094 11.6785 14.9435 11.5077 15.0357 11.3546L15.0382 11.3506C15.1035 11.2424 15.4054 10.7422 15.1305 10.1754C14.8561 9.60983 14.2801 9.53799 14.1536 9.52223L14.1503 9.52181C13.9738 9.49974 13.7582 9.49989 13.5825 9.50002L13 9.50004L13 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-download-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.3321 13.0573C21.8529 13.2411 22.1261 13.8123 21.9423 14.3331L21.6891 15.0504C21.2505 16.2933 20.8935 17.3048 20.5114 18.0923C20.1127 18.9141 19.6461 19.582 18.9395 20.082C18.2328 20.5819 17.4477 20.7997 16.54 20.9021C15.6703 21.0003 14.5976 21.0003 13.2796 21.0003H10.719C9.401 21.0003 8.3283 21.0003 7.45859 20.9021C6.55088 20.7997 5.76579 20.5819 5.05914 20.082C4.3525 19.582 3.88589 18.9141 3.48715 18.0923C3.10511 17.3048 2.74811 16.2933 2.30947 15.0504C2.30305 15.0322 2.29661 15.014 2.29015 14.9957L2.05631 14.3331C1.87249 13.8123 2.14568 13.2411 2.66648 13.0573C3.18728 12.8735 3.75847 13.1467 3.94229 13.6675L4.17613 14.33C4.63877 15.6408 4.95953 16.5452 5.28656 17.2193C5.60249 17.8705 5.88259 18.2146 6.21429 18.4493C6.54598 18.684 6.96373 18.8336 7.68294 18.9148C8.42741 18.9988 9.387 19.0003 10.7771 19.0003H13.2215C14.6116 19.0003 15.5712 18.9988 16.3157 18.9148C17.0349 18.8336 17.4526 18.684 17.7843 18.4493C18.116 18.2146 18.3961 17.8705 18.712 17.2193C19.0391 16.5452 19.3598 15.6408 19.8225 14.33L20.0563 13.6675C20.2401 13.1467 20.8113 12.8735 21.3321 13.0573Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0049 4C13.0049 3.44772 12.5572 3 12.0049 3C11.4526 3 11.0049 3.44772 11.0049 4L11.0049 10.5L10.4106 10.5C10.235 10.4999 10.0193 10.4997 9.8429 10.5218L9.83955 10.5222C9.7131 10.538 9.13706 10.6098 8.8627 11.1754C8.58774 11.7423 8.88967 12.2424 8.955 12.3506L8.95743 12.3546C9.04965 12.5076 9.18379 12.6785 9.29414 12.8191L9.31787 12.8493C9.6125 13.2252 9.99447 13.7094 10.3749 14.1004C10.5647 14.2955 10.782 14.4967 11.0129 14.6556C11.2182 14.7968 11.5684 15 11.999 15C12.4297 15 12.7799 14.7968 12.9851 14.6556C13.2161 14.4967 13.4333 14.2955 13.6231 14.1004C14.0036 13.7094 14.3855 13.2252 14.6802 12.8493L14.7039 12.8191C14.8142 12.6785 14.9484 12.5077 15.0406 12.3546L15.0431 12.3506C15.1084 12.2424 15.4103 11.7422 15.1353 11.1754C14.861 10.6098 14.2849 10.538 14.1585 10.5222L14.1552 10.5218C13.9787 10.4997 13.7631 10.4999 13.5874 10.5L13.0049 10.5L13.0049 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.3321 13.0573C21.8529 13.2411 22.1261 13.8123 21.9423 14.3331L21.6891 15.0504C21.2505 16.2933 20.8935 17.3048 20.5114 18.0923C20.1127 18.9141 19.6461 19.582 18.9395 20.082C18.2328 20.5819 17.4477 20.7997 16.54 20.9021C15.6703 21.0003 14.5976 21.0003 13.2796 21.0003H10.719C9.401 21.0003 8.3283 21.0003 7.45859 20.9021C6.55088 20.7997 5.76579 20.5819 5.05914 20.082C4.3525 19.582 3.88589 18.9141 3.48715 18.0923C3.10511 17.3048 2.74811 16.2933 2.30947 15.0504C2.30305 15.0322 2.29661 15.014 2.29015 14.9957L2.05631 14.3331C1.87249 13.8123 2.14568 13.2411 2.66648 13.0573C3.18728 12.8735 3.75847 13.1467 3.94229 13.6675L4.17613 14.33C4.63877 15.6408 4.95953 16.5452 5.28656 17.2193C5.60249 17.8705 5.88259 18.2146 6.21429 18.4493C6.54598 18.684 6.96373 18.8336 7.68294 18.9148C8.42741 18.9988 9.387 19.0003 10.7771 19.0003H13.2215C14.6116 19.0003 15.5712 18.9988 16.3157 18.9148C17.0349 18.8336 17.4526 18.684 17.7843 18.4493C18.116 18.2146 18.3961 17.8705 18.712 17.2193C19.0391 16.5452 19.3598 15.6408 19.8225 14.33L20.0563 13.6675C20.2401 13.1467 20.8113 12.8735 21.3321 13.0573Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0049 4C13.0049 3.44772 12.5572 3 12.0049 3C11.4526 3 11.0049 3.44772 11.0049 4L11.0049 10.5L10.4106 10.5C10.235 10.4999 10.0193 10.4997 9.8429 10.5218L9.83955 10.5222C9.7131 10.538 9.13706 10.6098 8.8627 11.1754C8.58774 11.7423 8.88967 12.2424 8.955 12.3506L8.95743 12.3546C9.04965 12.5076 9.18379 12.6785 9.29414 12.8191L9.31787 12.8493C9.6125 13.2252 9.99447 13.7094 10.3749 14.1004C10.5647 14.2955 10.782 14.4967 11.0129 14.6556C11.2182 14.7968 11.5684 15 11.999 15C12.4297 15 12.7799 14.7968 12.9851 14.6556C13.2161 14.4967 13.4333 14.2955 13.6231 14.1004C14.0036 13.7094 14.3855 13.2252 14.6802 12.8493L14.7039 12.8191C14.8142 12.6785 14.9484 12.5077 15.0406 12.3546L15.0431 12.3506C15.1084 12.2424 15.4103 11.7422 15.1353 11.1754C14.861 10.6098 14.2849 10.538 14.1585 10.5222L14.1552 10.5218C13.9787 10.4997 13.7631 10.4999 13.5874 10.5L13.0049 10.5L13.0049 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-download-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.74942 8.96427C6.76916 9.5162 6.33774 9.97963 5.78581 9.99937C4.16777 10.0572 2.96252 11.2414 3.001 12.6572C3.0093 12.9624 3.13216 13.3879 3.52765 14.6498C4.38358 17.3809 5.70497 19.4074 8.52772 19.9057C9.04115 19.9963 9.63393 20 11.0698 20H12.9303C14.3662 20 14.959 19.9963 15.4724 19.9057C18.2951 19.4074 19.6165 17.3809 20.4725 14.6498C20.8679 13.3879 20.9908 12.9624 20.9991 12.6572C21.0376 11.2414 19.8323 10.0572 18.2143 9.99937C17.6624 9.97963 17.2309 9.5162 17.2507 8.96427C17.2704 8.41234 17.7338 7.98091 18.2858 8.00065C20.7832 8.08998 23.0723 9.99244 22.9984 12.7115C22.9814 13.3348 22.7556 14.0541 22.4337 15.0796C22.4164 15.1348 22.3988 15.1909 22.3809 15.248C21.4432 18.2399 19.7502 21.1815 15.82 21.8752C15.1122 22.0002 14.3324 22.0001 13.0413 22C13.0047 22 12.9677 22 12.9303 22H11.0698C11.0324 22 10.9954 22 10.9588 22C9.66774 22.0001 8.8879 22.0002 8.18007 21.8752C4.24993 21.1815 2.55688 18.2399 1.61918 15.248C1.60131 15.1909 1.5837 15.1348 1.56636 15.0796C1.24446 14.0541 1.01868 13.3348 1.00174 12.7115C0.927832 9.99245 3.21694 8.08998 5.71431 8.00065C6.26625 7.98091 6.72968 8.41233 6.74942 8.96427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 3C13.0059 2.44772 12.5581 2 12.0059 2C11.4536 2 11.0059 2.44772 11.0059 3L11.0059 10.5L10.4116 10.5C10.236 10.4999 10.0203 10.4997 9.84387 10.5218L9.84053 10.5222C9.71408 10.538 9.13804 10.6098 8.86368 11.1754C8.58872 11.7423 8.89065 12.2424 8.95597 12.3506L8.95841 12.3546C9.05062 12.5076 9.18477 12.6785 9.29511 12.8191L9.31885 12.8493C9.61348 13.2252 9.99545 13.7094 10.3759 14.1004C10.5657 14.2955 10.783 14.4967 11.0139 14.6556C11.2191 14.7968 11.5693 15 12 15C12.4307 15 12.7809 14.7968 12.9861 14.6556C13.217 14.4967 13.4343 14.2955 13.6241 14.1004C14.0046 13.7094 14.3865 13.2252 14.6812 12.8493L14.7049 12.8191C14.8152 12.6785 14.9494 12.5077 15.0416 12.3546L15.044 12.3506C15.1093 12.2424 15.4113 11.7422 15.1363 11.1754C14.862 10.6098 14.2859 10.538 14.1595 10.5222L14.1561 10.5218C13.9797 10.4997 13.764 10.4999 13.5884 10.5L13.0059 10.5L13.0059 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.74942 8.96427C6.76916 9.5162 6.33774 9.97963 5.78581 9.99937C4.16777 10.0572 2.96252 11.2414 3.001 12.6572C3.0093 12.9624 3.13216 13.3879 3.52765 14.6498C4.38358 17.3809 5.70497 19.4074 8.52772 19.9057C9.04115 19.9963 9.63393 20 11.0698 20H12.9303C14.3662 20 14.959 19.9963 15.4724 19.9057C18.2951 19.4074 19.6165 17.3809 20.4725 14.6498C20.8679 13.3879 20.9908 12.9624 20.9991 12.6572C21.0376 11.2414 19.8323 10.0572 18.2143 9.99937C17.6624 9.97963 17.2309 9.5162 17.2507 8.96427C17.2704 8.41234 17.7338 7.98091 18.2858 8.00065C20.7832 8.08998 23.0723 9.99244 22.9984 12.7115C22.9814 13.3348 22.7556 14.0541 22.4337 15.0796C22.4164 15.1348 22.3988 15.1909 22.3809 15.248C21.4432 18.2399 19.7502 21.1815 15.82 21.8752C15.1122 22.0002 14.3324 22.0001 13.0413 22C13.0047 22 12.9677 22 12.9303 22H11.0698C11.0324 22 10.9954 22 10.9588 22C9.66774 22.0001 8.8879 22.0002 8.18007 21.8752C4.24993 21.1815 2.55688 18.2399 1.61918 15.248C1.60131 15.1909 1.5837 15.1348 1.56636 15.0796C1.24446 14.0541 1.01868 13.3348 1.00174 12.7115C0.927832 9.99245 3.21694 8.08998 5.71431 8.00065C6.26625 7.98091 6.72968 8.41233 6.74942 8.96427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 3C13.0059 2.44772 12.5581 2 12.0059 2C11.4536 2 11.0059 2.44772 11.0059 3L11.0059 10.5L10.4116 10.5C10.236 10.4999 10.0203 10.4997 9.84387 10.5218L9.84053 10.5222C9.71408 10.538 9.13804 10.6098 8.86368 11.1754C8.58872 11.7423 8.89065 12.2424 8.95597 12.3506L8.95841 12.3546C9.05062 12.5076 9.18477 12.6785 9.29511 12.8191L9.31885 12.8493C9.61348 13.2252 9.99545 13.7094 10.3759 14.1004C10.5657 14.2955 10.783 14.4967 11.0139 14.6556C11.2191 14.7968 11.5693 15 12 15C12.4307 15 12.7809 14.7968 12.9861 14.6556C13.217 14.4967 13.4343 14.2955 13.6241 14.1004C14.0046 13.7094 14.3865 13.2252 14.6812 12.8493L14.7049 12.8191C14.8152 12.6785 14.9494 12.5077 15.0416 12.3546L15.044 12.3506C15.1093 12.2424 15.4113 11.7422 15.1363 11.1754C14.862 10.6098 14.2859 10.538 14.1595 10.5222L14.1561 10.5218C13.9797 10.4997 13.764 10.4999 13.5884 10.5L13.0059 10.5L13.0059 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-download-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 4.5C13.0059 3.94772 12.5581 3.5 12.0059 3.5C11.4536 3.5 11.0059 3.94772 11.0059 4.5L11.0059 11L10.4116 11C10.236 10.9999 10.0203 10.9997 9.84387 11.0218L9.84053 11.0222C9.71408 11.038 9.13804 11.1098 8.86368 11.6754C8.58872 12.2423 8.89065 12.7424 8.95597 12.8506L8.95841 12.8546C9.05062 13.0076 9.18477 13.1785 9.29511 13.3191L9.31885 13.3493C9.61348 13.7252 9.99545 14.2094 10.3759 14.6004C10.5657 14.7955 10.783 14.9967 11.0139 15.1556C11.2191 15.2968 11.5693 15.5 12 15.5C12.4307 15.5 12.7809 15.2968 12.9861 15.1556C13.217 14.9967 13.4343 14.7955 13.6241 14.6004C14.0046 14.2094 14.3865 13.7252 14.6812 13.3493L14.7049 13.3191C14.8152 13.1785 14.9494 13.0077 15.0416 12.8546L15.044 12.8506C15.1093 12.7424 15.4113 12.2422 15.1363 11.6754C14.862 11.1098 14.2859 11.038 14.1595 11.0222L14.1561 11.0218C13.9797 10.9997 13.764 10.9999 13.5884 11L13.0059 11L13.0059 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 15.5C4.55228 15.5 5 15.9477 5 16.5C5 17.0989 5.03256 17.5106 5.09643 17.8013C5.15781 18.0807 5.23372 18.181 5.27636 18.2236C5.31899 18.2663 5.41933 18.3422 5.69872 18.4036C5.98944 18.4674 6.40114 18.5 7 18.5H17C17.5989 18.5 18.0106 18.4674 18.3013 18.4036C18.5807 18.3422 18.681 18.2663 18.7236 18.2236C18.7663 18.181 18.8422 18.0807 18.9036 17.8013C18.9674 17.5106 19 17.0989 19 16.5C19 15.9477 19.4477 15.5 20 15.5C20.5523 15.5 21 15.9477 21 16.5C21 17.1421 20.9678 17.7259 20.857 18.2304C20.7437 18.7462 20.535 19.2407 20.1379 19.6379C19.7407 20.035 19.2462 20.2437 18.7304 20.357C18.2259 20.4678 17.6421 20.5 17 20.5H7C6.35786 20.5 5.77406 20.4678 5.26959 20.357C4.7538 20.2437 4.25926 20.035 3.86214 19.6379C3.46503 19.2407 3.25632 18.7462 3.14301 18.2304C3.03219 17.7259 3 17.1421 3 16.5C3 15.9477 3.44772 15.5 4 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 4.5C13.0059 3.94772 12.5581 3.5 12.0059 3.5C11.4536 3.5 11.0059 3.94772 11.0059 4.5L11.0059 11L10.4116 11C10.236 10.9999 10.0203 10.9997 9.84387 11.0218L9.84053 11.0222C9.71408 11.038 9.13804 11.1098 8.86368 11.6754C8.58872 12.2423 8.89065 12.7424 8.95597 12.8506L8.95841 12.8546C9.05062 13.0076 9.18477 13.1785 9.29511 13.3191L9.31885 13.3493C9.61348 13.7252 9.99545 14.2094 10.3759 14.6004C10.5657 14.7955 10.783 14.9967 11.0139 15.1556C11.2191 15.2968 11.5693 15.5 12 15.5C12.4307 15.5 12.7809 15.2968 12.9861 15.1556C13.217 14.9967 13.4343 14.7955 13.6241 14.6004C14.0046 14.2094 14.3865 13.7252 14.6812 13.3493L14.7049 13.3191C14.8152 13.1785 14.9494 13.0077 15.0416 12.8546L15.044 12.8506C15.1093 12.7424 15.4113 12.2422 15.1363 11.6754C14.862 11.1098 14.2859 11.038 14.1595 11.0222L14.1561 11.0218C13.9797 10.9997 13.764 10.9999 13.5884 11L13.0059 11L13.0059 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 15.5C4.55228 15.5 5 15.9477 5 16.5C5 17.0989 5.03256 17.5106 5.09643 17.8013C5.15781 18.0807 5.23372 18.181 5.27636 18.2236C5.31899 18.2663 5.41933 18.3422 5.69872 18.4036C5.98944 18.4674 6.40114 18.5 7 18.5H17C17.5989 18.5 18.0106 18.4674 18.3013 18.4036C18.5807 18.3422 18.681 18.2663 18.7236 18.2236C18.7663 18.181 18.8422 18.0807 18.9036 17.8013C18.9674 17.5106 19 17.0989 19 16.5C19 15.9477 19.4477 15.5 20 15.5C20.5523 15.5 21 15.9477 21 16.5C21 17.1421 20.9678 17.7259 20.857 18.2304C20.7437 18.7462 20.535 19.2407 20.1379 19.6379C19.7407 20.035 19.2462 20.2437 18.7304 20.357C18.2259 20.4678 17.6421 20.5 17 20.5H7C6.35786 20.5 5.77406 20.4678 5.26959 20.357C4.7538 20.2437 4.25926 20.035 3.86214 19.6379C3.46503 19.2407 3.25632 18.7462 3.14301 18.2304C3.03219 17.7259 3 17.1421 3 16.5C3 15.9477 3.44772 15.5 4 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-download-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 19C4 18.4477 4.44772 18 5 18H19.0001C19.5524 18 20.0001 18.4477 20.0001 19C20.0001 19.5523 19.5524 20 19.0001 20H5C4.44772 20 4 19.5523 4 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 5C13.0059 4.44772 12.5581 4 12.0059 4C11.4536 4 11.0059 4.44772 11.0059 5L11.0059 11.5L10.4116 11.5C10.236 11.4999 10.0203 11.4997 9.84387 11.5218L9.84053 11.5222C9.71408 11.538 9.13804 11.6098 8.86368 12.1754C8.58872 12.7423 8.89065 13.2424 8.95597 13.3506L8.95841 13.3546C9.05062 13.5076 9.18477 13.6785 9.29511 13.8191L9.31885 13.8493C9.61348 14.2252 9.99545 14.7094 10.3759 15.1004C10.5657 15.2955 10.783 15.4967 11.0139 15.6556C11.2191 15.7968 11.5693 16 12 16C12.4307 16 12.7809 15.7968 12.9861 15.6556C13.217 15.4967 13.4343 15.2955 13.6241 15.1004C14.0046 14.7094 14.3865 14.2252 14.6812 13.8493L14.7049 13.8191C14.8152 13.6785 14.9494 13.5077 15.0416 13.3546L15.044 13.3506C15.1093 13.2424 15.4113 12.7422 15.1363 12.1754C14.862 11.6098 14.2859 11.538 14.1595 11.5222L14.1561 11.5218C13.9797 11.4997 13.764 11.4999 13.5884 11.5L13.0059 11.5L13.0059 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 19C4 18.4477 4.44772 18 5 18H19.0001C19.5524 18 20.0001 18.4477 20.0001 19C20.0001 19.5523 19.5524 20 19.0001 20H5C4.44772 20 4 19.5523 4 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 5C13.0059 4.44772 12.5581 4 12.0059 4C11.4536 4 11.0059 4.44772 11.0059 5L11.0059 11.5L10.4116 11.5C10.236 11.4999 10.0203 11.4997 9.84387 11.5218L9.84053 11.5222C9.71408 11.538 9.13804 11.6098 8.86368 12.1754C8.58872 12.7423 8.89065 13.2424 8.95597 13.3506L8.95841 13.3546C9.05062 13.5076 9.18477 13.6785 9.29511 13.8191L9.31885 13.8493C9.61348 14.2252 9.99545 14.7094 10.3759 15.1004C10.5657 15.2955 10.783 15.4967 11.0139 15.6556C11.2191 15.7968 11.5693 16 12 16C12.4307 16 12.7809 15.7968 12.9861 15.6556C13.217 15.4967 13.4343 15.2955 13.6241 15.1004C14.0046 14.7094 14.3865 14.2252 14.6812 13.8493L14.7049 13.8191C14.8152 13.6785 14.9494 13.5077 15.0416 13.3546L15.044 13.3506C15.1093 13.2424 15.4113 12.7422 15.1363 12.1754C14.862 11.6098 14.2859 11.538 14.1595 11.5222L14.1561 11.5218C13.9797 11.4997 13.764 11.4999 13.5884 11.5L13.0059 11.5L13.0059 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-download-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM13.0059 8C13.0059 7.44772 12.5581 7 12.0059 7C11.4536 7 11.0059 7.44772 11.0059 8V12.5L10.4116 12.5C10.236 12.4999 10.0203 12.4997 9.84387 12.5218L9.84053 12.5222C9.71408 12.538 9.13804 12.6098 8.86368 13.1754C8.58872 13.7423 8.89065 14.2424 8.95597 14.3506L8.95841 14.3546C9.05062 14.5076 9.18477 14.6785 9.29511 14.8191L9.31885 14.8493C9.61348 15.2252 9.99545 15.7094 10.3759 16.1004C10.5657 16.2955 10.783 16.4967 11.0139 16.6556C11.2191 16.7968 11.5693 17 12 17C12.4307 17 12.7809 16.7968 12.9861 16.6556C13.217 16.4967 13.4343 16.2955 13.6241 16.1004C14.0046 15.7094 14.3865 15.2252 14.6812 14.8493L14.7049 14.8191C14.8152 14.6785 14.9494 14.5077 15.0416 14.3546L15.044 14.3506C15.1093 14.2424 15.4113 13.7422 15.1363 13.1754C14.862 12.6098 14.2859 12.538 14.1595 12.5222L14.1561 12.5218C13.9797 12.4997 13.764 12.4999 13.5884 12.5L13.0059 12.5V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM13.0059 8C13.0059 7.44772 12.5581 7 12.0059 7C11.4536 7 11.0059 7.44772 11.0059 8V12.5L10.4116 12.5C10.236 12.4999 10.0203 12.4997 9.84387 12.5218L9.84053 12.5222C9.71408 12.538 9.13804 12.6098 8.86368 13.1754C8.58872 13.7423 8.89065 14.2424 8.95597 14.3506L8.95841 14.3546C9.05062 14.5076 9.18477 14.6785 9.29511 14.8191L9.31885 14.8493C9.61348 15.2252 9.99545 15.7094 10.3759 16.1004C10.5657 16.2955 10.783 16.4967 11.0139 16.6556C11.2191 16.7968 11.5693 17 12 17C12.4307 17 12.7809 16.7968 12.9861 16.6556C13.217 16.4967 13.4343 16.2955 13.6241 16.1004C14.0046 15.7094 14.3865 15.2252 14.6812 14.8493L14.7049 14.8191C14.8152 14.6785 14.9494 14.5077 15.0416 14.3546L15.044 14.3506C15.1093 14.2424 15.4113 13.7422 15.1363 13.1754C14.862 12.6098 14.2859 12.538 14.1595 12.5222L14.1561 12.5218C13.9797 12.4997 13.764 12.4999 13.5884 12.5L13.0059 12.5V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-download-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12 6C12.5523 6 13 6.44772 13 7V10.1284H13.5501L13.5692 10.1283C13.6415 10.1281 13.7856 10.1277 13.9131 10.146C14.0276 10.1624 14.5425 10.2468 14.7802 10.7816C15.0179 11.3164 14.7355 11.7551 14.6711 11.8511C14.5992 11.958 14.5023 12.0648 14.4537 12.1182L14.4409 12.1324L13.7691 12.8767C13.549 13.1206 13.3215 13.3729 13.1049 13.556C12.8592 13.7636 12.4949 14 12 14C11.5051 14 11.1408 13.7636 10.8951 13.556C10.6785 13.3729 10.4509 13.1206 10.2309 12.8767L9.55915 12.1324L9.54626 12.1182C9.4977 12.0648 9.40076 11.958 9.32894 11.8511C9.26446 11.7551 8.98208 11.3164 9.2198 10.7816C9.45752 10.2468 9.97239 10.1624 10.0869 10.146C10.2144 10.1277 10.3585 10.1281 10.4308 10.1283L10.4499 10.1284H11V7C11 6.44772 11.4477 6 12 6ZM8 17C8 16.4477 8.44772 16 9 16H15C15.5523 16 16 16.4477 16 17C16 17.5523 15.5523 18 15 18H9C8.44772 18 8 17.5523 8 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12 6C12.5523 6 13 6.44772 13 7V10.1284H13.5501L13.5692 10.1283C13.6415 10.1281 13.7856 10.1277 13.9131 10.146C14.0276 10.1624 14.5425 10.2468 14.7802 10.7816C15.0179 11.3164 14.7355 11.7551 14.6711 11.8511C14.5992 11.958 14.5023 12.0648 14.4537 12.1182L14.4409 12.1324L13.7691 12.8767C13.549 13.1206 13.3215 13.3729 13.1049 13.556C12.8592 13.7636 12.4949 14 12 14C11.5051 14 11.1408 13.7636 10.8951 13.556C10.6785 13.3729 10.4509 13.1206 10.2309 12.8767L9.55915 12.1324L9.54626 12.1182C9.4977 12.0648 9.40076 11.958 9.32894 11.8511C9.26446 11.7551 8.98208 11.3164 9.2198 10.7816C9.45752 10.2468 9.97239 10.1624 10.0869 10.146C10.2144 10.1277 10.3585 10.1281 10.4308 10.1283L10.4499 10.1284H11V7C11 6.44772 11.4477 6 12 6ZM8 17C8 16.4477 8.44772 16 9 16H15C15.5523 16 16 16.4477 16 17C16 17.5523 15.5523 18 15 18H9C8.44772 18 8 17.5523 8 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-download-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM13.0059 8C13.0059 7.44772 12.5581 7 12.0059 7C11.4536 7 11.0059 7.44772 11.0059 8V12.5L10.4116 12.5C10.236 12.4999 10.0203 12.4997 9.84387 12.5218L9.84053 12.5222C9.71408 12.538 9.13804 12.6098 8.86368 13.1754C8.58872 13.7423 8.89065 14.2424 8.95597 14.3506L8.95841 14.3546C9.05062 14.5076 9.18477 14.6785 9.29511 14.8191L9.31885 14.8493C9.61348 15.2252 9.99545 15.7094 10.3759 16.1004C10.5657 16.2955 10.783 16.4967 11.0139 16.6556C11.2191 16.7968 11.5693 17 12 17C12.4307 17 12.7809 16.7968 12.9861 16.6556C13.217 16.4967 13.4343 16.2955 13.6241 16.1004C14.0046 15.7094 14.3865 15.2252 14.6812 14.8493L14.7049 14.8191C14.8152 14.6785 14.9494 14.5077 15.0416 14.3546L15.044 14.3506C15.1093 14.2424 15.4113 13.7422 15.1363 13.1754C14.862 12.6098 14.2859 12.538 14.1595 12.5222L14.1561 12.5218C13.9797 12.4997 13.764 12.4999 13.5884 12.5L13.0059 12.5V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM13.0059 8C13.0059 7.44772 12.5581 7 12.0059 7C11.4536 7 11.0059 7.44772 11.0059 8V12.5L10.4116 12.5C10.236 12.4999 10.0203 12.4997 9.84387 12.5218L9.84053 12.5222C9.71408 12.538 9.13804 12.6098 8.86368 13.1754C8.58872 13.7423 8.89065 14.2424 8.95597 14.3506L8.95841 14.3546C9.05062 14.5076 9.18477 14.6785 9.29511 14.8191L9.31885 14.8493C9.61348 15.2252 9.99545 15.7094 10.3759 16.1004C10.5657 16.2955 10.783 16.4967 11.0139 16.6556C11.2191 16.7968 11.5693 17 12 17C12.4307 17 12.7809 16.7968 12.9861 16.6556C13.217 16.4967 13.4343 16.2955 13.6241 16.1004C14.0046 15.7094 14.3865 15.2252 14.6812 14.8493L14.7049 14.8191C14.8152 14.6785 14.9494 14.5077 15.0416 14.3546L15.044 14.3506C15.1093 14.2424 15.4113 13.7422 15.1363 13.1754C14.862 12.6098 14.2859 12.538 14.1595 12.5222L14.1561 12.5218C13.9797 12.4997 13.764 12.4999 13.5884 12.5L13.0059 12.5V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-download-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM12 6C12.5523 6 13 6.44772 13 7V10.1284H13.5501L13.5692 10.1283C13.6415 10.1281 13.7856 10.1277 13.9131 10.146C14.0276 10.1624 14.5425 10.2468 14.7802 10.7816C15.0179 11.3164 14.7355 11.7551 14.6711 11.8511C14.5992 11.958 14.5023 12.0648 14.4537 12.1182L14.4409 12.1324L13.7691 12.8767C13.549 13.1206 13.3215 13.3729 13.1049 13.556C12.8592 13.7636 12.4949 14 12 14C11.5051 14 11.1408 13.7636 10.8951 13.556C10.6785 13.3729 10.4509 13.1206 10.2309 12.8767L9.55915 12.1324L9.54626 12.1182C9.4977 12.0648 9.40076 11.958 9.32894 11.8511C9.26446 11.7551 8.98208 11.3164 9.2198 10.7816C9.45752 10.2468 9.97239 10.1624 10.0869 10.146C10.2144 10.1277 10.3585 10.1281 10.4308 10.1283L10.4499 10.1284H11V7C11 6.44772 11.4477 6 12 6ZM8 17C8 16.4477 8.44772 16 9 16H15C15.5523 16 16 16.4477 16 17C16 17.5523 15.5523 18 15 18H9C8.44772 18 8 17.5523 8 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM12 6C12.5523 6 13 6.44772 13 7V10.1284H13.5501L13.5692 10.1283C13.6415 10.1281 13.7856 10.1277 13.9131 10.146C14.0276 10.1624 14.5425 10.2468 14.7802 10.7816C15.0179 11.3164 14.7355 11.7551 14.6711 11.8511C14.5992 11.958 14.5023 12.0648 14.4537 12.1182L14.4409 12.1324L13.7691 12.8767C13.549 13.1206 13.3215 13.3729 13.1049 13.556C12.8592 13.7636 12.4949 14 12 14C11.5051 14 11.1408 13.7636 10.8951 13.556C10.6785 13.3729 10.4509 13.1206 10.2309 12.8767L9.55915 12.1324L9.54626 12.1182C9.4977 12.0648 9.40076 11.958 9.32894 11.8511C9.26446 11.7551 8.98208 11.3164 9.2198 10.7816C9.45752 10.2468 9.97239 10.1624 10.0869 10.146C10.2144 10.1277 10.3585 10.1281 10.4308 10.1283L10.4499 10.1284H11V7C11 6.44772 11.4477 6 12 6ZM8 17C8 16.4477 8.44772 16 9 16H15C15.5523 16 16 16.4477 16 17C16 17.5523 15.5523 18 15 18H9C8.44772 18 8 17.5523 8 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-upload-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.23073 9.00937C3.7779 9.08432 4.16072 9.58866 4.08576 10.1358C4.02931 10.548 4 10.9701 4 11.4001C4 16.2115 7.64154 20.0001 12 20.0001C16.3585 20.0001 20 16.2115 20 11.4001C20 10.9701 19.9707 10.5479 19.9142 10.1358C19.8393 9.58866 20.2221 9.08432 20.7693 9.00937C21.3164 8.93442 21.8208 9.31723 21.8957 9.86441C21.9645 10.3663 22 10.8791 22 11.4001C22 17.1926 17.5827 22.0001 12 22.0001C6.41734 22.0001 2 17.1926 2 11.4001C2 10.8791 2.03552 10.3663 2.10427 9.86441C2.17922 9.31723 2.68355 8.93442 3.23073 9.00937Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 13C13 13.5523 12.5523 14 12 14C11.4477 14 11 13.5523 11 13L11 6.49996L10.4057 6.49998C10.2301 6.50011 10.0145 6.50026 9.83801 6.47819L9.83467 6.47777C9.70822 6.462 9.13218 6.39017 8.85782 5.82457C8.58286 5.25775 8.88479 4.75761 8.95011 4.6494L8.95255 4.64537C9.04476 4.49235 9.17891 4.32147 9.28925 4.18092L9.31299 4.15067C9.60762 3.77485 9.98959 3.29063 10.37 2.89962C10.5598 2.70451 10.7771 2.50328 11.008 2.34443C11.2133 2.20323 11.5635 1.99996 11.9941 1.99996C12.4248 1.99996 12.775 2.20323 12.9803 2.34443C13.2112 2.50328 13.4284 2.70451 13.6183 2.89962C13.9987 3.29063 14.3807 3.77485 14.6753 4.15067L14.699 4.18091C14.8094 4.32147 14.9435 4.49235 15.0357 4.64537L15.0382 4.64941C15.1035 4.75761 15.4054 5.25775 15.1305 5.82457C14.8561 6.39017 14.2801 6.46201 14.1536 6.47777L14.1503 6.47819C13.9738 6.50026 13.7582 6.50011 13.5825 6.49998L13 6.49996L13 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.23073 9.00937C3.7779 9.08432 4.16072 9.58866 4.08576 10.1358C4.02931 10.548 4 10.9701 4 11.4001C4 16.2115 7.64154 20.0001 12 20.0001C16.3585 20.0001 20 16.2115 20 11.4001C20 10.9701 19.9707 10.5479 19.9142 10.1358C19.8393 9.58866 20.2221 9.08432 20.7693 9.00937C21.3164 8.93442 21.8208 9.31723 21.8957 9.86441C21.9645 10.3663 22 10.8791 22 11.4001C22 17.1926 17.5827 22.0001 12 22.0001C6.41734 22.0001 2 17.1926 2 11.4001C2 10.8791 2.03552 10.3663 2.10427 9.86441C2.17922 9.31723 2.68355 8.93442 3.23073 9.00937Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 13C13 13.5523 12.5523 14 12 14C11.4477 14 11 13.5523 11 13L11 6.49996L10.4057 6.49998C10.2301 6.50011 10.0145 6.50026 9.83801 6.47819L9.83467 6.47777C9.70822 6.462 9.13218 6.39017 8.85782 5.82457C8.58286 5.25775 8.88479 4.75761 8.95011 4.6494L8.95255 4.64537C9.04476 4.49235 9.17891 4.32147 9.28925 4.18092L9.31299 4.15067C9.60762 3.77485 9.98959 3.29063 10.37 2.89962C10.5598 2.70451 10.7771 2.50328 11.008 2.34443C11.2133 2.20323 11.5635 1.99996 11.9941 1.99996C12.4248 1.99996 12.775 2.20323 12.9803 2.34443C13.2112 2.50328 13.4284 2.70451 13.6183 2.89962C13.9987 3.29063 14.3807 3.77485 14.6753 4.15067L14.699 4.18091C14.8094 4.32147 14.9435 4.49235 15.0357 4.64537L15.0382 4.64941C15.1035 4.75761 15.4054 5.25775 15.1305 5.82457C14.8561 6.39017 14.2801 6.46201 14.1536 6.47777L14.1503 6.47819C13.9738 6.50026 13.7582 6.50011 13.5825 6.49998L13 6.49996L13 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-upload-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.3321 13.0573C21.8529 13.2411 22.1261 13.8123 21.9423 14.3331L21.6891 15.0504C21.2505 16.2933 20.8935 17.3048 20.5114 18.0923C20.1127 18.9141 19.6461 19.582 18.9395 20.082C18.2328 20.5819 17.4477 20.7997 16.54 20.9021C15.6703 21.0003 14.5976 21.0003 13.2796 21.0003H10.719C9.401 21.0003 8.3283 21.0003 7.45859 20.9021C6.55088 20.7997 5.76579 20.5819 5.05914 20.082C4.3525 19.582 3.88589 18.9141 3.48715 18.0923C3.10511 17.3048 2.74811 16.2933 2.30947 15.0504C2.30305 15.0322 2.29661 15.014 2.29015 14.9957L2.05631 14.3331C1.87249 13.8123 2.14568 13.2411 2.66648 13.0573C3.18728 12.8735 3.75847 13.1467 3.94229 13.6675L4.17613 14.33C4.63877 15.6408 4.95953 16.5452 5.28656 17.2193C5.60249 17.8705 5.88259 18.2146 6.21429 18.4493C6.54598 18.684 6.96373 18.8336 7.68294 18.9148C8.42741 18.9988 9.387 19.0003 10.7771 19.0003H13.2215C14.6116 19.0003 15.5712 18.9988 16.3157 18.9148C17.0349 18.8336 17.4526 18.684 17.7843 18.4493C18.116 18.2146 18.3961 17.8705 18.712 17.2193C19.0391 16.5452 19.3598 15.6408 19.8225 14.33L20.0563 13.6675C20.2401 13.1467 20.8113 12.8735 21.3321 13.0573Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0049 14C13.0049 14.5523 12.5572 15 12.0049 15C11.4526 15 11.0049 14.5523 11.0049 14L11.0049 7.49996L10.4106 7.49998C10.235 7.50011 10.0193 7.50026 9.8429 7.47819L9.83955 7.47777C9.7131 7.462 9.13706 7.39017 8.8627 6.82457C8.58774 6.25775 8.88967 5.75761 8.955 5.6494L8.95743 5.64537C9.04965 5.49235 9.18379 5.32147 9.29414 5.18092L9.31787 5.15067C9.6125 4.77485 9.99447 4.29063 10.3749 3.89962C10.5647 3.70451 10.782 3.50328 11.0129 3.34443C11.2182 3.20323 11.5684 2.99996 11.999 2.99996C12.4297 2.99996 12.7799 3.20323 12.9851 3.34443C13.2161 3.50328 13.4333 3.70451 13.6231 3.89962C14.0036 4.29063 14.3855 4.77485 14.6802 5.15067L14.7039 5.18091C14.8142 5.32147 14.9484 5.49235 15.0406 5.64537L15.0431 5.64941C15.1084 5.75761 15.4103 6.25775 15.1353 6.82457C14.861 7.39017 14.2849 7.46201 14.1585 7.47777L14.1552 7.47819C13.9787 7.50026 13.7631 7.50011 13.5874 7.49998L13.0049 7.49996L13.0049 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.3321 13.0573C21.8529 13.2411 22.1261 13.8123 21.9423 14.3331L21.6891 15.0504C21.2505 16.2933 20.8935 17.3048 20.5114 18.0923C20.1127 18.9141 19.6461 19.582 18.9395 20.082C18.2328 20.5819 17.4477 20.7997 16.54 20.9021C15.6703 21.0003 14.5976 21.0003 13.2796 21.0003H10.719C9.401 21.0003 8.3283 21.0003 7.45859 20.9021C6.55088 20.7997 5.76579 20.5819 5.05914 20.082C4.3525 19.582 3.88589 18.9141 3.48715 18.0923C3.10511 17.3048 2.74811 16.2933 2.30947 15.0504C2.30305 15.0322 2.29661 15.014 2.29015 14.9957L2.05631 14.3331C1.87249 13.8123 2.14568 13.2411 2.66648 13.0573C3.18728 12.8735 3.75847 13.1467 3.94229 13.6675L4.17613 14.33C4.63877 15.6408 4.95953 16.5452 5.28656 17.2193C5.60249 17.8705 5.88259 18.2146 6.21429 18.4493C6.54598 18.684 6.96373 18.8336 7.68294 18.9148C8.42741 18.9988 9.387 19.0003 10.7771 19.0003H13.2215C14.6116 19.0003 15.5712 18.9988 16.3157 18.9148C17.0349 18.8336 17.4526 18.684 17.7843 18.4493C18.116 18.2146 18.3961 17.8705 18.712 17.2193C19.0391 16.5452 19.3598 15.6408 19.8225 14.33L20.0563 13.6675C20.2401 13.1467 20.8113 12.8735 21.3321 13.0573Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0049 14C13.0049 14.5523 12.5572 15 12.0049 15C11.4526 15 11.0049 14.5523 11.0049 14L11.0049 7.49996L10.4106 7.49998C10.235 7.50011 10.0193 7.50026 9.8429 7.47819L9.83955 7.47777C9.7131 7.462 9.13706 7.39017 8.8627 6.82457C8.58774 6.25775 8.88967 5.75761 8.955 5.6494L8.95743 5.64537C9.04965 5.49235 9.18379 5.32147 9.29414 5.18092L9.31787 5.15067C9.6125 4.77485 9.99447 4.29063 10.3749 3.89962C10.5647 3.70451 10.782 3.50328 11.0129 3.34443C11.2182 3.20323 11.5684 2.99996 11.999 2.99996C12.4297 2.99996 12.7799 3.20323 12.9851 3.34443C13.2161 3.50328 13.4333 3.70451 13.6231 3.89962C14.0036 4.29063 14.3855 4.77485 14.6802 5.15067L14.7039 5.18091C14.8142 5.32147 14.9484 5.49235 15.0406 5.64537L15.0431 5.64941C15.1084 5.75761 15.4103 6.25775 15.1353 6.82457C14.861 7.39017 14.2849 7.46201 14.1585 7.47777L14.1552 7.47819C13.9787 7.50026 13.7631 7.50011 13.5874 7.49998L13.0049 7.49996L13.0049 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-upload-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.7504 8.96427C6.77014 9.5162 6.33872 9.97963 5.78678 9.99937C4.16874 10.0572 2.9635 11.2414 3.00198 12.6572C3.01028 12.9624 3.13314 13.3879 3.52863 14.6498C4.38456 17.3809 5.70594 19.4074 8.5287 19.9057C9.04213 19.9963 9.63491 20 11.0707 20H12.9313C14.3671 20 14.9599 19.9963 15.4734 19.9057C18.2961 19.4074 19.6175 17.3809 20.4734 14.6498C20.8689 13.3879 20.9918 12.9624 21.0001 12.6572C21.0386 11.2414 19.8333 10.0572 18.2153 9.99937C17.6633 9.97963 17.2319 9.5162 17.2516 8.96427C17.2714 8.41234 17.7348 7.98091 18.2868 8.00065C20.7841 8.08998 23.0733 9.99244 22.9993 12.7115C22.9824 13.3348 22.7566 14.0541 22.4347 15.0796C22.4174 15.1348 22.3998 15.1909 22.3819 15.248C21.4442 18.2399 19.7512 21.1815 15.821 21.8752C15.1132 22.0002 14.3333 22.0001 13.0423 22C13.0057 22 12.9687 22 12.9313 22H11.0707C11.0333 22 10.9964 22 10.9598 22C9.66872 22.0001 8.88887 22.0002 8.18104 21.8752C4.25091 21.1815 2.55786 18.2399 1.62016 15.248C1.60229 15.1909 1.58467 15.1348 1.56734 15.0796C1.24543 14.0541 1.01966 13.3348 1.00272 12.7115C0.928808 9.99245 3.21792 8.08998 5.71529 8.00065C6.26722 7.98091 6.73066 8.41233 6.7504 8.96427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0068 14C13.0068 14.5523 12.5591 15 12.0068 15C11.4546 15 11.0068 14.5523 11.0068 14L11.0068 6.49996L10.4126 6.49998C10.2369 6.50011 10.0213 6.50026 9.84485 6.47819L9.8415 6.47777C9.71506 6.46201 9.13901 6.39017 8.86465 5.82457C8.58969 5.25775 8.89163 4.75761 8.95695 4.6494L8.95938 4.64537C9.0516 4.49235 9.18575 4.32147 9.29609 4.18092L9.31982 4.15067C9.61446 3.77485 9.99642 3.29063 10.3769 2.89962C10.5667 2.70451 10.7839 2.50328 11.0149 2.34443C11.2201 2.20323 11.5703 1.99996 12.001 1.99996C12.4316 1.99996 12.7818 2.20323 12.9871 2.34443C13.218 2.50328 13.4353 2.70451 13.6251 2.89962C14.0055 3.29063 14.3875 3.77485 14.6821 4.15067L14.7059 4.18091C14.8162 4.32147 14.9504 4.49235 15.0426 4.64537L15.045 4.64941C15.1103 4.75761 15.4123 5.25775 15.1373 5.82457C14.8629 6.39017 14.2869 6.46201 14.1604 6.47777L14.1571 6.47819C13.9807 6.50026 13.765 6.50011 13.5894 6.49998L13.0068 6.49996L13.0068 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.7504 8.96427C6.77014 9.5162 6.33872 9.97963 5.78678 9.99937C4.16874 10.0572 2.9635 11.2414 3.00198 12.6572C3.01028 12.9624 3.13314 13.3879 3.52863 14.6498C4.38456 17.3809 5.70594 19.4074 8.5287 19.9057C9.04213 19.9963 9.63491 20 11.0707 20H12.9313C14.3671 20 14.9599 19.9963 15.4734 19.9057C18.2961 19.4074 19.6175 17.3809 20.4734 14.6498C20.8689 13.3879 20.9918 12.9624 21.0001 12.6572C21.0386 11.2414 19.8333 10.0572 18.2153 9.99937C17.6633 9.97963 17.2319 9.5162 17.2516 8.96427C17.2714 8.41234 17.7348 7.98091 18.2868 8.00065C20.7841 8.08998 23.0733 9.99244 22.9993 12.7115C22.9824 13.3348 22.7566 14.0541 22.4347 15.0796C22.4174 15.1348 22.3998 15.1909 22.3819 15.248C21.4442 18.2399 19.7512 21.1815 15.821 21.8752C15.1132 22.0002 14.3333 22.0001 13.0423 22C13.0057 22 12.9687 22 12.9313 22H11.0707C11.0333 22 10.9964 22 10.9598 22C9.66872 22.0001 8.88887 22.0002 8.18104 21.8752C4.25091 21.1815 2.55786 18.2399 1.62016 15.248C1.60229 15.1909 1.58467 15.1348 1.56734 15.0796C1.24543 14.0541 1.01966 13.3348 1.00272 12.7115C0.928808 9.99245 3.21792 8.08998 5.71529 8.00065C6.26722 7.98091 6.73066 8.41233 6.7504 8.96427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0068 14C13.0068 14.5523 12.5591 15 12.0068 15C11.4546 15 11.0068 14.5523 11.0068 14L11.0068 6.49996L10.4126 6.49998C10.2369 6.50011 10.0213 6.50026 9.84485 6.47819L9.8415 6.47777C9.71506 6.46201 9.13901 6.39017 8.86465 5.82457C8.58969 5.25775 8.89163 4.75761 8.95695 4.6494L8.95938 4.64537C9.0516 4.49235 9.18575 4.32147 9.29609 4.18092L9.31982 4.15067C9.61446 3.77485 9.99642 3.29063 10.3769 2.89962C10.5667 2.70451 10.7839 2.50328 11.0149 2.34443C11.2201 2.20323 11.5703 1.99996 12.001 1.99996C12.4316 1.99996 12.7818 2.20323 12.9871 2.34443C13.218 2.50328 13.4353 2.70451 13.6251 2.89962C14.0055 3.29063 14.3875 3.77485 14.6821 4.15067L14.7059 4.18091C14.8162 4.32147 14.9504 4.49235 15.0426 4.64537L15.045 4.64941C15.1103 4.75761 15.4123 5.25775 15.1373 5.82457C14.8629 6.39017 14.2869 6.46201 14.1604 6.47777L14.1571 6.47819C13.9807 6.50026 13.765 6.50011 13.5894 6.49998L13.0068 6.49996L13.0068 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-upload-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 14.5C13.0059 15.0523 12.5581 15.5 12.0059 15.5C11.4536 15.5 11.0059 15.0523 11.0059 14.5L11.0059 7.99996L10.4116 7.99998C10.236 8.00011 10.0203 8.00026 9.84387 7.97819L9.84053 7.97777C9.71408 7.962 9.13804 7.89017 8.86368 7.32457C8.58872 6.75775 8.89065 6.25761 8.95597 6.1494L8.95841 6.14537C9.05062 5.99235 9.18477 5.82147 9.29511 5.68092L9.31885 5.65067C9.61348 5.27485 9.99545 4.79063 10.3759 4.39962C10.5657 4.20451 10.783 4.00328 11.0139 3.84443C11.2191 3.70323 11.5693 3.49996 12 3.49996C12.4307 3.49996 12.7809 3.70323 12.9861 3.84443C13.217 4.00328 13.4343 4.20451 13.6241 4.39962C14.0046 4.79063 14.3865 5.27485 14.6812 5.65067L14.7049 5.68091C14.8152 5.82147 14.9494 5.99235 15.0416 6.14537L15.044 6.14941C15.1093 6.25761 15.4113 6.75775 15.1363 7.32457C14.862 7.89017 14.2859 7.96201 14.1595 7.97777L14.1561 7.97819C13.9797 8.00026 13.764 8.00011 13.5884 7.99998L13.0059 7.99996L13.0059 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 15.5C4.55228 15.5 5 15.9477 5 16.5C5 17.0989 5.03256 17.5106 5.09643 17.8013C5.15781 18.0807 5.23372 18.181 5.27636 18.2236C5.31899 18.2663 5.41933 18.3422 5.69872 18.4036C5.98944 18.4674 6.40114 18.5 7 18.5H17C17.5989 18.5 18.0106 18.4674 18.3013 18.4036C18.5807 18.3422 18.681 18.2663 18.7236 18.2236C18.7663 18.181 18.8422 18.0807 18.9036 17.8013C18.9674 17.5106 19 17.0989 19 16.5C19 15.9477 19.4477 15.5 20 15.5C20.5523 15.5 21 15.9477 21 16.5C21 17.1421 20.9678 17.7259 20.857 18.2304C20.7437 18.7462 20.535 19.2407 20.1379 19.6379C19.7407 20.035 19.2462 20.2437 18.7304 20.357C18.2259 20.4678 17.6421 20.5 17 20.5H7C6.35786 20.5 5.77406 20.4678 5.26959 20.357C4.7538 20.2437 4.25926 20.035 3.86214 19.6379C3.46503 19.2407 3.25632 18.7462 3.14301 18.2304C3.03219 17.7259 3 17.1421 3 16.5C3 15.9477 3.44772 15.5 4 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 14.5C13.0059 15.0523 12.5581 15.5 12.0059 15.5C11.4536 15.5 11.0059 15.0523 11.0059 14.5L11.0059 7.99996L10.4116 7.99998C10.236 8.00011 10.0203 8.00026 9.84387 7.97819L9.84053 7.97777C9.71408 7.962 9.13804 7.89017 8.86368 7.32457C8.58872 6.75775 8.89065 6.25761 8.95597 6.1494L8.95841 6.14537C9.05062 5.99235 9.18477 5.82147 9.29511 5.68092L9.31885 5.65067C9.61348 5.27485 9.99545 4.79063 10.3759 4.39962C10.5657 4.20451 10.783 4.00328 11.0139 3.84443C11.2191 3.70323 11.5693 3.49996 12 3.49996C12.4307 3.49996 12.7809 3.70323 12.9861 3.84443C13.217 4.00328 13.4343 4.20451 13.6241 4.39962C14.0046 4.79063 14.3865 5.27485 14.6812 5.65067L14.7049 5.68091C14.8152 5.82147 14.9494 5.99235 15.0416 6.14537L15.044 6.14941C15.1093 6.25761 15.4113 6.75775 15.1363 7.32457C14.862 7.89017 14.2859 7.96201 14.1595 7.97777L14.1561 7.97819C13.9797 8.00026 13.764 8.00011 13.5884 7.99998L13.0059 7.99996L13.0059 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 15.5C4.55228 15.5 5 15.9477 5 16.5C5 17.0989 5.03256 17.5106 5.09643 17.8013C5.15781 18.0807 5.23372 18.181 5.27636 18.2236C5.31899 18.2663 5.41933 18.3422 5.69872 18.4036C5.98944 18.4674 6.40114 18.5 7 18.5H17C17.5989 18.5 18.0106 18.4674 18.3013 18.4036C18.5807 18.3422 18.681 18.2663 18.7236 18.2236C18.7663 18.181 18.8422 18.0807 18.9036 17.8013C18.9674 17.5106 19 17.0989 19 16.5C19 15.9477 19.4477 15.5 20 15.5C20.5523 15.5 21 15.9477 21 16.5C21 17.1421 20.9678 17.7259 20.857 18.2304C20.7437 18.7462 20.535 19.2407 20.1379 19.6379C19.7407 20.035 19.2462 20.2437 18.7304 20.357C18.2259 20.4678 17.6421 20.5 17 20.5H7C6.35786 20.5 5.77406 20.4678 5.26959 20.357C4.7538 20.2437 4.25926 20.035 3.86214 19.6379C3.46503 19.2407 3.25632 18.7462 3.14301 18.2304C3.03219 17.7259 3 17.1421 3 16.5C3 15.9477 3.44772 15.5 4 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-upload-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 5C4 5.55228 4.44772 6 5 6H19.0001C19.5524 6 20.0001 5.55228 20.0001 5C20.0001 4.44772 19.5524 4 19.0001 4H5C4.44772 4 4 4.44772 4 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 19C13.0059 19.5523 12.5581 20 12.0059 20C11.4536 20 11.0059 19.5523 11.0059 19L11.0059 12.5L10.4116 12.5C10.236 12.5001 10.0203 12.5003 9.84387 12.4782L9.84053 12.4778C9.71408 12.462 9.13804 12.3902 8.86368 11.8246C8.58872 11.2577 8.89065 10.7576 8.95597 10.6494L8.95841 10.6454C9.05062 10.4924 9.18477 10.3215 9.29511 10.1809L9.31885 10.1507C9.61348 9.77485 9.99545 9.29063 10.3759 8.89962C10.5657 8.70451 10.783 8.50328 11.0139 8.34443C11.2191 8.20323 11.5693 7.99996 12 7.99996C12.4307 7.99996 12.7809 8.20323 12.9861 8.34443C13.217 8.50328 13.4343 8.70451 13.6241 8.89962C14.0046 9.29063 14.3865 9.77485 14.6812 10.1507L14.7049 10.1809C14.8152 10.3215 14.9494 10.4923 15.0416 10.6454L15.044 10.6494C15.1093 10.7576 15.4113 11.2578 15.1363 11.8246C14.862 12.3902 14.2859 12.462 14.1595 12.4778L14.1561 12.4782C13.9797 12.5003 13.764 12.5001 13.5884 12.5L13.0059 12.5L13.0059 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 5C4 5.55228 4.44772 6 5 6H19.0001C19.5524 6 20.0001 5.55228 20.0001 5C20.0001 4.44772 19.5524 4 19.0001 4H5C4.44772 4 4 4.44772 4 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0059 19C13.0059 19.5523 12.5581 20 12.0059 20C11.4536 20 11.0059 19.5523 11.0059 19L11.0059 12.5L10.4116 12.5C10.236 12.5001 10.0203 12.5003 9.84387 12.4782L9.84053 12.4778C9.71408 12.462 9.13804 12.3902 8.86368 11.8246C8.58872 11.2577 8.89065 10.7576 8.95597 10.6494L8.95841 10.6454C9.05062 10.4924 9.18477 10.3215 9.29511 10.1809L9.31885 10.1507C9.61348 9.77485 9.99545 9.29063 10.3759 8.89962C10.5657 8.70451 10.783 8.50328 11.0139 8.34443C11.2191 8.20323 11.5693 7.99996 12 7.99996C12.4307 7.99996 12.7809 8.20323 12.9861 8.34443C13.217 8.50328 13.4343 8.70451 13.6241 8.89962C14.0046 9.29063 14.3865 9.77485 14.6812 10.1507L14.7049 10.1809C14.8152 10.3215 14.9494 10.4923 15.0416 10.6454L15.044 10.6494C15.1093 10.7576 15.4113 11.2578 15.1363 11.8246C14.862 12.3902 14.2859 12.462 14.1595 12.4778L14.1561 12.4782C13.9797 12.5003 13.764 12.5001 13.5884 12.5L13.0059 12.5L13.0059 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-upload-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.24902 12C1.24902 17.9371 6.06196 22.75 11.999 22.75C17.9361 22.75 22.749 17.9371 22.749 12C22.749 6.06294 17.9361 1.25 11.999 1.25C6.06196 1.25 1.24902 6.06294 1.24902 12ZM13.0049 16C13.0049 16.5523 12.5572 17 12.0049 17C11.4526 17 11.0049 16.5523 11.0049 16V11.5L10.4106 11.5C10.235 11.5001 10.0193 11.5003 9.8429 11.4782L9.83955 11.4778C9.7131 11.462 9.13706 11.3902 8.8627 10.8246C8.58774 10.2577 8.88967 9.75761 8.955 9.6494L8.95743 9.64537C9.04964 9.49235 9.18379 9.32147 9.29414 9.18092L9.31787 9.15067C9.6125 8.77485 9.99447 8.29063 10.3749 7.89962C10.5647 7.70451 10.782 7.50328 11.0129 7.34443C11.2182 7.20323 11.5684 6.99996 11.999 6.99996C12.4297 6.99996 12.7799 7.20323 12.9851 7.34443C13.2161 7.50328 13.4333 7.70451 13.6231 7.89962C14.0036 8.29063 14.3855 8.77485 14.6802 9.15067L14.7039 9.18091C14.8142 9.32147 14.9484 9.49235 15.0406 9.64537L15.0431 9.64941C15.1084 9.75761 15.4103 10.2578 15.1353 10.8246C14.861 11.3902 14.2849 11.462 14.1585 11.4778L14.1552 11.4782C13.9787 11.5003 13.7631 11.5001 13.5874 11.5L13.0049 11.5V16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.24902 12C1.24902 17.9371 6.06196 22.75 11.999 22.75C17.9361 22.75 22.749 17.9371 22.749 12C22.749 6.06294 17.9361 1.25 11.999 1.25C6.06196 1.25 1.24902 6.06294 1.24902 12ZM13.0049 16C13.0049 16.5523 12.5572 17 12.0049 17C11.4526 17 11.0049 16.5523 11.0049 16V11.5L10.4106 11.5C10.235 11.5001 10.0193 11.5003 9.8429 11.4782L9.83955 11.4778C9.7131 11.462 9.13706 11.3902 8.8627 10.8246C8.58774 10.2577 8.88967 9.75761 8.955 9.6494L8.95743 9.64537C9.04964 9.49235 9.18379 9.32147 9.29414 9.18092L9.31787 9.15067C9.6125 8.77485 9.99447 8.29063 10.3749 7.89962C10.5647 7.70451 10.782 7.50328 11.0129 7.34443C11.2182 7.20323 11.5684 6.99996 11.999 6.99996C12.4297 6.99996 12.7799 7.20323 12.9851 7.34443C13.2161 7.50328 13.4333 7.70451 13.6231 7.89962C14.0036 8.29063 14.3855 8.77485 14.6802 9.15067L14.7039 9.18091C14.8142 9.32147 14.9484 9.49235 15.0406 9.64537L15.0431 9.64941C15.1084 9.75761 15.4103 10.2578 15.1353 10.8246C14.861 11.3902 14.2849 11.462 14.1585 11.4778L14.1552 11.4782C13.9787 11.5003 13.7631 11.5001 13.5874 11.5L13.0049 11.5V16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-upload-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12ZM12 18C12.5523 18 13 17.5523 13 17V13.8716H13.5501L13.5692 13.8717C13.6415 13.8719 13.7856 13.8723 13.9131 13.854C14.0276 13.8376 14.5425 13.7532 14.7802 13.2184C15.0179 12.6836 14.7355 12.2449 14.6711 12.1489C14.5992 12.042 14.5023 11.9352 14.4537 11.8818L14.4409 11.8676L13.7691 11.1233C13.549 10.8794 13.3215 10.6271 13.1049 10.444C12.8592 10.2364 12.4949 10 12 10C11.5051 10 11.1408 10.2364 10.8951 10.444C10.6785 10.6271 10.4509 10.8794 10.2309 11.1233L9.55915 11.8676L9.54626 11.8818C9.4977 11.9352 9.40076 12.042 9.32894 12.1489C9.26446 12.2449 8.98208 12.6836 9.2198 13.2184C9.45752 13.7532 9.97239 13.8376 10.0869 13.854C10.2144 13.8723 10.3585 13.8719 10.4308 13.8717L10.4499 13.8716H11V17C11 17.5523 11.4477 18 12 18ZM8 7C8 7.55229 8.44772 8 9 8H15C15.5523 8 16 7.55229 16 7C16 6.44772 15.5523 6 15 6H9C8.44772 6 8 6.44772 8 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12ZM12 18C12.5523 18 13 17.5523 13 17V13.8716H13.5501L13.5692 13.8717C13.6415 13.8719 13.7856 13.8723 13.9131 13.854C14.0276 13.8376 14.5425 13.7532 14.7802 13.2184C15.0179 12.6836 14.7355 12.2449 14.6711 12.1489C14.5992 12.042 14.5023 11.9352 14.4537 11.8818L14.4409 11.8676L13.7691 11.1233C13.549 10.8794 13.3215 10.6271 13.1049 10.444C12.8592 10.2364 12.4949 10 12 10C11.5051 10 11.1408 10.2364 10.8951 10.444C10.6785 10.6271 10.4509 10.8794 10.2309 11.1233L9.55915 11.8676L9.54626 11.8818C9.4977 11.9352 9.40076 12.042 9.32894 12.1489C9.26446 12.2449 8.98208 12.6836 9.2198 13.2184C9.45752 13.7532 9.97239 13.8376 10.0869 13.854C10.2144 13.8723 10.3585 13.8719 10.4308 13.8717L10.4499 13.8716H11V17C11 17.5523 11.4477 18 12 18ZM8 7C8 7.55229 8.44772 8 9 8H15C15.5523 8 16 7.55229 16 7C16 6.44772 15.5523 6 15 6H9C8.44772 6 8 6.44772 8 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-upload-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.7521 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75211 1.75 11.9428V11.9428V12.0572V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25ZM13.0059 16C13.0059 16.5523 12.5581 17 12.0059 17C11.4536 17 11.0059 16.5523 11.0059 16V11.5L10.4116 11.5C10.236 11.5001 10.0203 11.5003 9.84387 11.4782L9.84053 11.4778C9.71408 11.462 9.13804 11.3902 8.86368 10.8246C8.58872 10.2577 8.89065 9.75761 8.95597 9.6494L8.95841 9.64537C9.05062 9.49235 9.18477 9.32147 9.29511 9.18092L9.31885 9.15067C9.61348 8.77485 9.99545 8.29063 10.3759 7.89962C10.5657 7.70451 10.783 7.50328 11.0139 7.34443C11.2191 7.20323 11.5693 6.99996 12 6.99996C12.4307 6.99996 12.7809 7.20323 12.9861 7.34443C13.217 7.50328 13.4343 7.70451 13.6241 7.89962C14.0046 8.29063 14.3865 8.77485 14.6812 9.15067L14.7049 9.18091C14.8152 9.32147 14.9494 9.49235 15.0416 9.64537L15.044 9.64941C15.1093 9.75761 15.4113 10.2578 15.1363 10.8246C14.862 11.3902 14.2859 11.462 14.1595 11.4778L14.1561 11.4782C13.9797 11.5003 13.764 11.5001 13.5884 11.5L13.0059 11.5V16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.7521 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75211 1.75 11.9428V11.9428V12.0572V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25ZM13.0059 16C13.0059 16.5523 12.5581 17 12.0059 17C11.4536 17 11.0059 16.5523 11.0059 16V11.5L10.4116 11.5C10.236 11.5001 10.0203 11.5003 9.84387 11.4782L9.84053 11.4778C9.71408 11.462 9.13804 11.3902 8.86368 10.8246C8.58872 10.2577 8.89065 9.75761 8.95597 9.6494L8.95841 9.64537C9.05062 9.49235 9.18477 9.32147 9.29511 9.18092L9.31885 9.15067C9.61348 8.77485 9.99545 8.29063 10.3759 7.89962C10.5657 7.70451 10.783 7.50328 11.0139 7.34443C11.2191 7.20323 11.5693 6.99996 12 6.99996C12.4307 6.99996 12.7809 7.20323 12.9861 7.34443C13.217 7.50328 13.4343 7.70451 13.6241 7.89962C14.0046 8.29063 14.3865 8.77485 14.6812 9.15067L14.7049 9.18091C14.8152 9.32147 14.9494 9.49235 15.0416 9.64537L15.044 9.64941C15.1093 9.75761 15.4113 10.2578 15.1363 10.8246C14.862 11.3902 14.2859 11.462 14.1595 11.4778L14.1561 11.4782C13.9797 11.5003 13.764 11.5001 13.5884 11.5L13.0059 11.5V16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-download-and-upload-icons-upload-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0552 22.25H12.0553C14.2459 22.25 15.9666 22.25 17.31 22.0694C18.6867 21.8843 19.7789 21.4973 20.6371 20.6391C21.4953 19.7809 21.8824 18.6886 22.0675 17.312C22.2481 15.9686 22.2481 14.2479 22.248 12.0572V11.9428C22.2481 9.7521 22.2481 8.03144 22.0675 6.68802C21.8824 5.31137 21.4953 4.21911 20.6371 3.36091C19.7789 2.50271 18.6867 2.11568 17.31 1.93059C15.9666 1.74998 14.2459 1.74999 12.0552 1.75H11.9408C9.75015 1.74999 8.02948 1.74998 6.68607 1.93059C5.30941 2.11568 4.21716 2.50271 3.35896 3.36091C2.50076 4.21911 2.11373 5.31137 1.92864 6.68802C1.74802 8.03144 1.74803 9.75211 1.74805 11.9428V11.9428V12.0572V12.0572C1.74803 14.2479 1.74802 15.9686 1.92864 17.312C2.11373 18.6886 2.50076 19.7809 3.35896 20.6391C4.21716 21.4973 5.30941 21.8843 6.68607 22.0694C8.02948 22.25 9.75015 22.25 11.9408 22.25H11.9409H12.0552ZM11.998 18C12.5503 18 12.998 17.5523 12.998 17V13.8716H13.5481L13.5673 13.8717C13.6395 13.8719 13.7837 13.8723 13.9112 13.854C14.0257 13.8376 14.5405 13.7532 14.7782 13.2184C15.016 12.6836 14.7336 12.2449 14.6691 12.1489C14.5973 12.042 14.5003 11.9352 14.4518 11.8818L14.4389 11.8676L13.7671 11.1233C13.5471 10.8794 13.3195 10.6271 13.1029 10.444C12.8573 10.2364 12.4929 10 11.998 10C11.5032 10 11.1388 10.2364 10.8932 10.444C10.6765 10.6271 10.449 10.8794 10.229 11.1233L9.5572 11.8676L9.54431 11.8818C9.49574 11.9352 9.39881 12.042 9.32698 12.1489C9.2625 12.2449 8.98012 12.6836 9.21785 13.2184C9.45557 13.7532 9.97044 13.8376 10.0849 13.854C10.2124 13.8723 10.3566 13.8719 10.4288 13.8717L10.448 13.8716H10.998V17C10.998 17.5523 11.4458 18 11.998 18ZM7.99805 7C7.99805 7.55229 8.44576 8 8.99805 8H14.998C15.5503 8 15.998 7.55229 15.998 7C15.998 6.44771 15.5503 6 14.998 6H8.99805C8.44576 6 7.99805 6.44771 7.99805 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0552 22.25H12.0553C14.2459 22.25 15.9666 22.25 17.31 22.0694C18.6867 21.8843 19.7789 21.4973 20.6371 20.6391C21.4953 19.7809 21.8824 18.6886 22.0675 17.312C22.2481 15.9686 22.2481 14.2479 22.248 12.0572V11.9428C22.2481 9.7521 22.2481 8.03144 22.0675 6.68802C21.8824 5.31137 21.4953 4.21911 20.6371 3.36091C19.7789 2.50271 18.6867 2.11568 17.31 1.93059C15.9666 1.74998 14.2459 1.74999 12.0552 1.75H11.9408C9.75015 1.74999 8.02948 1.74998 6.68607 1.93059C5.30941 2.11568 4.21716 2.50271 3.35896 3.36091C2.50076 4.21911 2.11373 5.31137 1.92864 6.68802C1.74802 8.03144 1.74803 9.75211 1.74805 11.9428V11.9428V12.0572V12.0572C1.74803 14.2479 1.74802 15.9686 1.92864 17.312C2.11373 18.6886 2.50076 19.7809 3.35896 20.6391C4.21716 21.4973 5.30941 21.8843 6.68607 22.0694C8.02948 22.25 9.75015 22.25 11.9408 22.25H11.9409H12.0552ZM11.998 18C12.5503 18 12.998 17.5523 12.998 17V13.8716H13.5481L13.5673 13.8717C13.6395 13.8719 13.7837 13.8723 13.9112 13.854C14.0257 13.8376 14.5405 13.7532 14.7782 13.2184C15.016 12.6836 14.7336 12.2449 14.6691 12.1489C14.5973 12.042 14.5003 11.9352 14.4518 11.8818L14.4389 11.8676L13.7671 11.1233C13.5471 10.8794 13.3195 10.6271 13.1029 10.444C12.8573 10.2364 12.4929 10 11.998 10C11.5032 10 11.1388 10.2364 10.8932 10.444C10.6765 10.6271 10.449 10.8794 10.229 11.1233L9.5572 11.8676L9.54431 11.8818C9.49574 11.9352 9.39881 12.042 9.32698 12.1489C9.2625 12.2449 8.98012 12.6836 9.21785 13.2184C9.45557 13.7532 9.97044 13.8376 10.0849 13.854C10.2124 13.8723 10.3566 13.8719 10.4288 13.8717L10.448 13.8716H10.998V17C10.998 17.5523 11.4458 18 11.998 18ZM7.99805 7C7.99805 7.55229 8.44576 8 8.99805 8H14.998C15.5503 8 15.998 7.55229 15.998 7C15.998 6.44771 15.5503 6 14.998 6H8.99805C8.44576 6 7.99805 6.44771 7.99805 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-3d-move{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0004 13.5261L18.1337 17.726L16.8672 19.274L12.0004 15.2921L7.13366 19.274L5.86719 17.726L11.0004 13.5261V7H13.0004V13.5261Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6969 1.92967C11.0022 1.57954 11.4145 1.25 12.0003 1.25C12.5861 1.25 12.9983 1.57954 13.3037 1.92967C13.5875 2.25517 13.8812 2.71882 14.212 3.24102L14.2424 3.28906L14.7553 4.09855L14.7873 4.14902L14.7873 4.14903C15.112 4.66143 15.4028 5.12037 15.5692 5.50521C15.7447 5.91123 15.881 6.46179 15.5414 6.98968C15.221 7.48752 14.6849 7.63222 14.2435 7.69135C13.8049 7.75008 13.2307 7.75004 12.5661 7.75H12.5661H11.4344H11.4344C10.7699 7.75004 10.1956 7.75008 9.75708 7.69135C9.3156 7.63222 8.77951 7.48752 8.45919 6.98968C8.11953 6.46179 8.25584 5.91123 8.43135 5.50521C8.5977 5.12037 8.88855 4.66143 9.21327 4.14902L9.21327 4.14902L9.24525 4.09855L9.75812 3.28906L9.78855 3.24102C10.1193 2.71882 10.413 2.25517 10.6969 1.92967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.4245 17.8763L21.4513 17.9285L21.8992 18.7971L21.9246 18.8464C22.2145 19.4088 22.4697 19.9036 22.6112 20.3174C22.7616 20.7572 22.8459 21.2783 22.5655 21.7869C22.2794 22.306 21.7864 22.5009 21.3303 22.5876C20.9108 22.6674 20.3684 22.6835 19.7629 22.7015L19.7045 22.7033L18.7623 22.7314L18.7019 22.7332C18.107 22.751 17.5703 22.7671 17.1571 22.7124C16.7124 22.6535 16.1828 22.483 15.9017 21.9287C15.6381 21.4089 15.765 20.8788 15.9285 20.4583C16.0893 20.0446 16.3661 19.5425 16.6865 18.9613L16.6865 18.9613L16.7119 18.9153L17.2062 18.0185L17.2322 17.9714L17.2322 17.9714C17.552 17.391 17.8289 16.8886 18.0912 16.5349C18.3533 16.1816 18.7453 15.7733 19.3479 15.751C19.9784 15.7276 20.3828 16.1382 20.6392 16.4919C20.8876 16.8346 21.1401 17.3246 21.4245 17.8763L21.4245 17.8763Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.36102 16.4919C3.61741 16.1382 4.02178 15.7276 4.65228 15.751C5.25487 15.7733 5.64692 16.1816 5.90898 16.5349C6.17127 16.8886 6.44818 17.391 6.76805 17.9714L6.79398 18.0185L7.2883 18.9153L7.31367 18.9613C7.63411 19.5425 7.91091 20.0446 8.07175 20.4583C8.2352 20.8788 8.36207 21.4089 8.09853 21.9287C7.81746 22.483 7.28778 22.6535 6.84306 22.7124C6.42993 22.7671 5.89322 22.751 5.29834 22.7332L5.23789 22.7314L4.29573 22.7033L4.23735 22.7015C3.6318 22.6835 3.08946 22.6674 2.66994 22.5876C2.21377 22.5009 1.72081 22.306 1.4347 21.7869C1.15435 21.2783 1.2386 20.7572 1.38899 20.3174C1.53051 19.9036 1.78567 19.4088 2.07566 18.8464L2.10103 18.7971L2.54887 17.9285L2.57575 17.8763C2.86012 17.3246 3.11264 16.8346 3.36102 16.4919Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0004 13.5261L18.1337 17.726L16.8672 19.274L12.0004 15.2921L7.13366 19.274L5.86719 17.726L11.0004 13.5261V7H13.0004V13.5261Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6969 1.92967C11.0022 1.57954 11.4145 1.25 12.0003 1.25C12.5861 1.25 12.9983 1.57954 13.3037 1.92967C13.5875 2.25517 13.8812 2.71882 14.212 3.24102L14.2424 3.28906L14.7553 4.09855L14.7873 4.14902L14.7873 4.14903C15.112 4.66143 15.4028 5.12037 15.5692 5.50521C15.7447 5.91123 15.881 6.46179 15.5414 6.98968C15.221 7.48752 14.6849 7.63222 14.2435 7.69135C13.8049 7.75008 13.2307 7.75004 12.5661 7.75H12.5661H11.4344H11.4344C10.7699 7.75004 10.1956 7.75008 9.75708 7.69135C9.3156 7.63222 8.77951 7.48752 8.45919 6.98968C8.11953 6.46179 8.25584 5.91123 8.43135 5.50521C8.5977 5.12037 8.88855 4.66143 9.21327 4.14902L9.21327 4.14902L9.24525 4.09855L9.75812 3.28906L9.78855 3.24102C10.1193 2.71882 10.413 2.25517 10.6969 1.92967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.4245 17.8763L21.4513 17.9285L21.8992 18.7971L21.9246 18.8464C22.2145 19.4088 22.4697 19.9036 22.6112 20.3174C22.7616 20.7572 22.8459 21.2783 22.5655 21.7869C22.2794 22.306 21.7864 22.5009 21.3303 22.5876C20.9108 22.6674 20.3684 22.6835 19.7629 22.7015L19.7045 22.7033L18.7623 22.7314L18.7019 22.7332C18.107 22.751 17.5703 22.7671 17.1571 22.7124C16.7124 22.6535 16.1828 22.483 15.9017 21.9287C15.6381 21.4089 15.765 20.8788 15.9285 20.4583C16.0893 20.0446 16.3661 19.5425 16.6865 18.9613L16.6865 18.9613L16.7119 18.9153L17.2062 18.0185L17.2322 17.9714L17.2322 17.9714C17.552 17.391 17.8289 16.8886 18.0912 16.5349C18.3533 16.1816 18.7453 15.7733 19.3479 15.751C19.9784 15.7276 20.3828 16.1382 20.6392 16.4919C20.8876 16.8346 21.1401 17.3246 21.4245 17.8763L21.4245 17.8763Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.36102 16.4919C3.61741 16.1382 4.02178 15.7276 4.65228 15.751C5.25487 15.7733 5.64692 16.1816 5.90898 16.5349C6.17127 16.8886 6.44818 17.391 6.76805 17.9714L6.79398 18.0185L7.2883 18.9153L7.31367 18.9613C7.63411 19.5425 7.91091 20.0446 8.07175 20.4583C8.2352 20.8788 8.36207 21.4089 8.09853 21.9287C7.81746 22.483 7.28778 22.6535 6.84306 22.7124C6.42993 22.7671 5.89322 22.751 5.29834 22.7332L5.23789 22.7314L4.29573 22.7033L4.23735 22.7015C3.6318 22.6835 3.08946 22.6674 2.66994 22.5876C2.21377 22.5009 1.72081 22.306 1.4347 21.7869C1.15435 21.2783 1.2386 20.7572 1.38899 20.3174C1.53051 19.9036 1.78567 19.4088 2.07566 18.8464L2.10103 18.7971L2.54887 17.9285L2.57575 17.8763C2.86012 17.3246 3.11264 16.8346 3.36102 16.4919Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-3d-rotate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.7158 2.49651C10.1505 1.88871 10.3678 1.58481 10.2463 1.40919C10.1249 1.23357 9.797 1.32471 9.14121 1.50699C5.26043 2.58572 2.25586 5.79148 1.44174 9.80068C1.40941 9.95989 1.39324 10.0395 1.41955 10.1172C1.44586 10.1949 1.50923 10.2499 1.63596 10.36L2.64643 11.2377L2.66039 11.2508C3.68758 12.2139 4.90031 12.9577 6.22852 13.4908C6.60369 13.6414 6.79127 13.7167 6.92495 13.6198C7.05863 13.5228 7.04643 13.3078 7.02204 12.8778C7.00163 12.5179 6.99184 12.1582 6.9924 11.8C6.99769 8.41451 7.92739 4.99728 9.7158 2.49651Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.30578 12.745C1.28303 12.7253 1.24796 12.7432 1.25009 12.7733C1.59089 17.6033 5.06342 21.5615 9.6343 22.5999C10.2963 22.7503 10.6273 22.8255 10.7399 22.6423C10.8526 22.4591 10.619 22.1709 10.1518 21.5946C8.92072 20.076 8.07515 18.2739 7.5708 16.3708C7.52471 16.1969 7.50167 16.1099 7.44524 16.0528C7.38881 15.9956 7.3026 15.9718 7.13019 15.9242C4.97319 15.329 2.95898 14.2902 1.30578 12.745Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.8911 22.4576C14.0018 22.5589 14.0572 22.6095 14.1282 22.6283C14.1993 22.6472 14.2696 22.6312 14.4103 22.5992C18.8352 21.5924 22.2301 17.8492 22.7496 13.2283C22.7556 13.1752 22.6963 13.1402 22.6532 13.1713C19.6831 15.3487 15.7526 16.5324 11.8914 16.5435C11.4598 16.5448 11.0278 16.5314 10.5969 16.5028C10.1693 16.4745 9.95556 16.4603 9.85814 16.5945C9.76073 16.7286 9.8346 16.9181 9.98233 17.2971C10.5926 18.8626 11.4914 20.2633 12.6897 21.3585L13.8911 22.4576Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.4434 10.835C22.5866 10.7319 22.6581 10.6803 22.6911 10.6011C22.724 10.5218 22.7106 10.4375 22.684 10.2687C21.9609 5.69262 18.4037 2.06792 13.8811 1.27688C13.7368 1.25164 13.6647 1.23902 13.5938 1.2622C13.523 1.28539 13.4701 1.34022 13.3645 1.4499L12.2692 2.58665L12.262 2.59385C10.2219 4.62717 9.00707 8.12929 9.00133 11.8031C9.00025 12.4983 9.04246 13.1915 9.12864 13.8741C9.15478 14.0812 9.16786 14.1847 9.23971 14.2576C9.31156 14.3306 9.41434 14.3445 9.6199 14.3725C10.363 14.4736 11.1213 14.5225 11.8856 14.5203C15.3754 14.5102 18.8839 13.4332 21.4739 11.5332L21.4811 11.528L22.4434 10.835Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.7158 2.49651C10.1505 1.88871 10.3678 1.58481 10.2463 1.40919C10.1249 1.23357 9.797 1.32471 9.14121 1.50699C5.26043 2.58572 2.25586 5.79148 1.44174 9.80068C1.40941 9.95989 1.39324 10.0395 1.41955 10.1172C1.44586 10.1949 1.50923 10.2499 1.63596 10.36L2.64643 11.2377L2.66039 11.2508C3.68758 12.2139 4.90031 12.9577 6.22852 13.4908C6.60369 13.6414 6.79127 13.7167 6.92495 13.6198C7.05863 13.5228 7.04643 13.3078 7.02204 12.8778C7.00163 12.5179 6.99184 12.1582 6.9924 11.8C6.99769 8.41451 7.92739 4.99728 9.7158 2.49651Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.30578 12.745C1.28303 12.7253 1.24796 12.7432 1.25009 12.7733C1.59089 17.6033 5.06342 21.5615 9.6343 22.5999C10.2963 22.7503 10.6273 22.8255 10.7399 22.6423C10.8526 22.4591 10.619 22.1709 10.1518 21.5946C8.92072 20.076 8.07515 18.2739 7.5708 16.3708C7.52471 16.1969 7.50167 16.1099 7.44524 16.0528C7.38881 15.9956 7.3026 15.9718 7.13019 15.9242C4.97319 15.329 2.95898 14.2902 1.30578 12.745Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.8911 22.4576C14.0018 22.5589 14.0572 22.6095 14.1282 22.6283C14.1993 22.6472 14.2696 22.6312 14.4103 22.5992C18.8352 21.5924 22.2301 17.8492 22.7496 13.2283C22.7556 13.1752 22.6963 13.1402 22.6532 13.1713C19.6831 15.3487 15.7526 16.5324 11.8914 16.5435C11.4598 16.5448 11.0278 16.5314 10.5969 16.5028C10.1693 16.4745 9.95556 16.4603 9.85814 16.5945C9.76073 16.7286 9.8346 16.9181 9.98233 17.2971C10.5926 18.8626 11.4914 20.2633 12.6897 21.3585L13.8911 22.4576Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.4434 10.835C22.5866 10.7319 22.6581 10.6803 22.6911 10.6011C22.724 10.5218 22.7106 10.4375 22.684 10.2687C21.9609 5.69262 18.4037 2.06792 13.8811 1.27688C13.7368 1.25164 13.6647 1.23902 13.5938 1.2622C13.523 1.28539 13.4701 1.34022 13.3645 1.4499L12.2692 2.58665L12.262 2.59385C10.2219 4.62717 9.00707 8.12929 9.00133 11.8031C9.00025 12.4983 9.04246 13.1915 9.12864 13.8741C9.15478 14.0812 9.16786 14.1847 9.23971 14.2576C9.31156 14.3306 9.41434 14.3445 9.6199 14.3725C10.363 14.4736 11.1213 14.5225 11.8856 14.5203C15.3754 14.5102 18.8839 13.4332 21.4739 11.5332L21.4811 11.528L22.4434 10.835Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-3d-scale{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 12.5546L17.669 16.7567L16.3311 18.2433L12 14.3454L7.66898 18.2433L6.33105 16.7567L11 12.5546V8H13V12.5546Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4996 15.4278C18.7206 15.3281 18.9648 15.25 19.25 15.25C19.5352 15.25 19.7794 15.3281 20.0004 15.4278C20.199 15.5174 20.4205 15.6448 20.6565 15.7806L20.6824 15.7955L21.3154 16.1596L21.3414 16.1745C21.5773 16.3101 21.7989 16.4375 21.9762 16.5641C22.1733 16.7048 22.3639 16.8769 22.5071 17.1239C22.6503 17.3711 22.7048 17.622 22.7286 17.863C22.7501 18.0796 22.75 18.3347 22.75 18.606V19.394C22.75 19.6653 22.7501 19.9204 22.7286 20.137C22.7048 20.378 22.6503 20.6289 22.5071 20.8761C22.3639 21.1231 22.1733 21.2952 21.9762 21.4359C21.7989 21.5625 21.5773 21.6899 21.3414 21.8255L21.3154 21.8404L20.6824 22.2045L20.6565 22.2194C20.4205 22.3552 20.199 22.4826 20.0004 22.5722C19.7794 22.6719 19.5352 22.75 19.25 22.75C18.9648 22.75 18.7206 22.6719 18.4996 22.5722C18.301 22.4826 18.0795 22.3552 17.8435 22.2194L17.8176 22.2045L17.1587 21.8255C16.9227 21.6899 16.7011 21.5625 16.5238 21.4359C16.3267 21.2952 16.1361 21.1231 15.9929 20.8761C15.8497 20.6289 15.7952 20.378 15.7714 20.137C15.7499 19.9204 15.75 19.6653 15.75 19.394L15.75 19.3641V18.6359L15.75 18.606C15.75 18.3347 15.7499 18.0796 15.7714 17.863C15.7952 17.622 15.8497 17.3711 15.9929 17.1239C16.1361 16.8769 16.3267 16.7048 16.5238 16.5641C16.7011 16.4375 16.9227 16.3101 17.1587 16.1745L17.1587 16.1745L17.1846 16.1596L17.8176 15.7955L17.8435 15.7806L17.8435 15.7806C18.0795 15.6448 18.301 15.5174 18.4996 15.4278Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.99965 15.4278C4.22058 15.3281 4.46483 15.25 4.75 15.25C5.03518 15.25 5.27943 15.3281 5.50036 15.4278C5.69902 15.5174 5.92052 15.6448 6.1565 15.7806L6.18239 15.7955L6.81544 16.1596L6.84136 16.1745C7.07734 16.3101 7.29888 16.4375 7.47619 16.5641C7.67331 16.7048 7.8639 16.8769 8.00708 17.1239C8.15035 17.3711 8.20478 17.622 8.22863 17.863C8.25006 18.0796 8.25004 18.3347 8.25001 18.606V19.394C8.25004 19.6653 8.25006 19.9204 8.22863 20.137C8.20478 20.378 8.15035 20.6289 8.00708 20.8761C7.8639 21.1231 7.67331 21.2952 7.47619 21.4359C7.29888 21.5625 7.07733 21.6899 6.84135 21.8255L6.81544 21.8404L6.18239 22.2045L6.1565 22.2194C5.92052 22.3552 5.69902 22.4826 5.50036 22.5722C5.27943 22.6719 5.03518 22.75 4.75 22.75C4.46483 22.75 4.22058 22.6719 3.99965 22.5722C3.80099 22.4826 3.57949 22.3552 3.3435 22.2194L3.31762 22.2045L2.65866 21.8255C2.42268 21.6899 2.20113 21.5625 2.02382 21.4359C1.8267 21.2952 1.6361 21.1231 1.49293 20.8761C1.34966 20.6289 1.29523 20.378 1.27138 20.137C1.24995 19.9204 1.24997 19.6653 1.25 19.394L1.25 19.3641V18.6359L1.25 18.606C1.24997 18.3347 1.24995 18.0796 1.27138 17.863C1.29523 17.622 1.34966 17.3711 1.49293 17.1239C1.6361 16.8769 1.8267 16.7048 2.02382 16.5641C2.20113 16.4375 2.42267 16.3101 2.65865 16.1745L2.65865 16.1745L2.68457 16.1596L3.31762 15.7955L3.3435 15.7806L3.34351 15.7806C3.57949 15.6448 3.80099 15.5174 3.99965 15.4278Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.2496 1.42778C11.4706 1.32809 11.7148 1.25 12 1.25C12.2852 1.25 12.5294 1.32809 12.7504 1.42778C12.949 1.51743 13.1705 1.64484 13.4065 1.78059L13.4324 1.79548L14.0654 2.15955L14.0914 2.17446C14.3273 2.31014 14.5489 2.43752 14.7262 2.56411C14.9233 2.70484 15.1139 2.87688 15.2571 3.12391C15.4003 3.37109 15.4548 3.62199 15.4786 3.86304C15.5001 4.07959 15.5 4.33469 15.5 4.60596V5.39404C15.5 5.66531 15.5001 5.92041 15.4786 6.13696C15.4548 6.37801 15.4003 6.62891 15.2571 6.87609C15.1139 7.12312 14.9233 7.29516 14.7262 7.43589C14.5489 7.56248 14.3273 7.68986 14.0914 7.82554L14.0654 7.84045L13.4324 8.20452L13.4065 8.21941C13.1705 8.35516 12.949 8.48257 12.7504 8.57222C12.5294 8.67191 12.2852 8.75 12 8.75C11.7148 8.75 11.4706 8.67191 11.2496 8.57222C11.051 8.48257 10.8295 8.35516 10.5935 8.21941L10.5676 8.20452L9.90866 7.82554C9.67268 7.68986 9.45113 7.56248 9.27382 7.43589C9.0767 7.29516 8.8861 7.12312 8.74293 6.87609C8.59966 6.62891 8.54523 6.37801 8.52138 6.13696C8.49995 5.92041 8.49997 5.66532 8.5 5.39404L8.5 5.36407V4.63593L8.5 4.60596C8.49997 4.33468 8.49995 4.07959 8.52138 3.86304C8.54523 3.62199 8.59966 3.37109 8.74293 3.12391C8.8861 2.87688 9.0767 2.70484 9.27382 2.56411C9.45113 2.43752 9.67267 2.31014 9.90865 2.17446L9.90865 2.17446L9.93457 2.15955L10.5676 1.79548L10.5935 1.78059L10.5935 1.78059C10.8295 1.64484 11.051 1.51743 11.2496 1.42778Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 12.5546L17.669 16.7567L16.3311 18.2433L12 14.3454L7.66898 18.2433L6.33105 16.7567L11 12.5546V8H13V12.5546Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4996 15.4278C18.7206 15.3281 18.9648 15.25 19.25 15.25C19.5352 15.25 19.7794 15.3281 20.0004 15.4278C20.199 15.5174 20.4205 15.6448 20.6565 15.7806L20.6824 15.7955L21.3154 16.1596L21.3414 16.1745C21.5773 16.3101 21.7989 16.4375 21.9762 16.5641C22.1733 16.7048 22.3639 16.8769 22.5071 17.1239C22.6503 17.3711 22.7048 17.622 22.7286 17.863C22.7501 18.0796 22.75 18.3347 22.75 18.606V19.394C22.75 19.6653 22.7501 19.9204 22.7286 20.137C22.7048 20.378 22.6503 20.6289 22.5071 20.8761C22.3639 21.1231 22.1733 21.2952 21.9762 21.4359C21.7989 21.5625 21.5773 21.6899 21.3414 21.8255L21.3154 21.8404L20.6824 22.2045L20.6565 22.2194C20.4205 22.3552 20.199 22.4826 20.0004 22.5722C19.7794 22.6719 19.5352 22.75 19.25 22.75C18.9648 22.75 18.7206 22.6719 18.4996 22.5722C18.301 22.4826 18.0795 22.3552 17.8435 22.2194L17.8176 22.2045L17.1587 21.8255C16.9227 21.6899 16.7011 21.5625 16.5238 21.4359C16.3267 21.2952 16.1361 21.1231 15.9929 20.8761C15.8497 20.6289 15.7952 20.378 15.7714 20.137C15.7499 19.9204 15.75 19.6653 15.75 19.394L15.75 19.3641V18.6359L15.75 18.606C15.75 18.3347 15.7499 18.0796 15.7714 17.863C15.7952 17.622 15.8497 17.3711 15.9929 17.1239C16.1361 16.8769 16.3267 16.7048 16.5238 16.5641C16.7011 16.4375 16.9227 16.3101 17.1587 16.1745L17.1587 16.1745L17.1846 16.1596L17.8176 15.7955L17.8435 15.7806L17.8435 15.7806C18.0795 15.6448 18.301 15.5174 18.4996 15.4278Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.99965 15.4278C4.22058 15.3281 4.46483 15.25 4.75 15.25C5.03518 15.25 5.27943 15.3281 5.50036 15.4278C5.69902 15.5174 5.92052 15.6448 6.1565 15.7806L6.18239 15.7955L6.81544 16.1596L6.84136 16.1745C7.07734 16.3101 7.29888 16.4375 7.47619 16.5641C7.67331 16.7048 7.8639 16.8769 8.00708 17.1239C8.15035 17.3711 8.20478 17.622 8.22863 17.863C8.25006 18.0796 8.25004 18.3347 8.25001 18.606V19.394C8.25004 19.6653 8.25006 19.9204 8.22863 20.137C8.20478 20.378 8.15035 20.6289 8.00708 20.8761C7.8639 21.1231 7.67331 21.2952 7.47619 21.4359C7.29888 21.5625 7.07733 21.6899 6.84135 21.8255L6.81544 21.8404L6.18239 22.2045L6.1565 22.2194C5.92052 22.3552 5.69902 22.4826 5.50036 22.5722C5.27943 22.6719 5.03518 22.75 4.75 22.75C4.46483 22.75 4.22058 22.6719 3.99965 22.5722C3.80099 22.4826 3.57949 22.3552 3.3435 22.2194L3.31762 22.2045L2.65866 21.8255C2.42268 21.6899 2.20113 21.5625 2.02382 21.4359C1.8267 21.2952 1.6361 21.1231 1.49293 20.8761C1.34966 20.6289 1.29523 20.378 1.27138 20.137C1.24995 19.9204 1.24997 19.6653 1.25 19.394L1.25 19.3641V18.6359L1.25 18.606C1.24997 18.3347 1.24995 18.0796 1.27138 17.863C1.29523 17.622 1.34966 17.3711 1.49293 17.1239C1.6361 16.8769 1.8267 16.7048 2.02382 16.5641C2.20113 16.4375 2.42267 16.3101 2.65865 16.1745L2.65865 16.1745L2.68457 16.1596L3.31762 15.7955L3.3435 15.7806L3.34351 15.7806C3.57949 15.6448 3.80099 15.5174 3.99965 15.4278Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.2496 1.42778C11.4706 1.32809 11.7148 1.25 12 1.25C12.2852 1.25 12.5294 1.32809 12.7504 1.42778C12.949 1.51743 13.1705 1.64484 13.4065 1.78059L13.4324 1.79548L14.0654 2.15955L14.0914 2.17446C14.3273 2.31014 14.5489 2.43752 14.7262 2.56411C14.9233 2.70484 15.1139 2.87688 15.2571 3.12391C15.4003 3.37109 15.4548 3.62199 15.4786 3.86304C15.5001 4.07959 15.5 4.33469 15.5 4.60596V5.39404C15.5 5.66531 15.5001 5.92041 15.4786 6.13696C15.4548 6.37801 15.4003 6.62891 15.2571 6.87609C15.1139 7.12312 14.9233 7.29516 14.7262 7.43589C14.5489 7.56248 14.3273 7.68986 14.0914 7.82554L14.0654 7.84045L13.4324 8.20452L13.4065 8.21941C13.1705 8.35516 12.949 8.48257 12.7504 8.57222C12.5294 8.67191 12.2852 8.75 12 8.75C11.7148 8.75 11.4706 8.67191 11.2496 8.57222C11.051 8.48257 10.8295 8.35516 10.5935 8.21941L10.5676 8.20452L9.90866 7.82554C9.67268 7.68986 9.45113 7.56248 9.27382 7.43589C9.0767 7.29516 8.8861 7.12312 8.74293 6.87609C8.59966 6.62891 8.54523 6.37801 8.52138 6.13696C8.49995 5.92041 8.49997 5.66532 8.5 5.39404L8.5 5.36407V4.63593L8.5 4.60596C8.49997 4.33468 8.49995 4.07959 8.52138 3.86304C8.54523 3.62199 8.59966 3.37109 8.74293 3.12391C8.8861 2.87688 9.0767 2.70484 9.27382 2.56411C9.45113 2.43752 9.67267 2.31014 9.90865 2.17446L9.90865 2.17446L9.93457 2.15955L10.5676 1.79548L10.5935 1.78059L10.5935 1.78059C10.8295 1.64484 11.051 1.51743 11.2496 1.42778Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-align-bottom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.502 16.7523C16.858 16.7558 17.5102 16.7616 17.9372 16.6747C18.4904 16.562 19.0728 16.2815 19.4505 15.6273C19.6279 15.32 19.6939 14.9941 19.7238 14.6649C19.752 14.3536 19.752 13.9743 19.752 13.5345V12.47C19.752 12.0302 19.752 11.6509 19.7238 11.3396C19.6939 11.0104 19.6279 10.6845 19.4505 10.3773C19.0728 9.72299 18.4904 9.4425 17.9372 9.32983C17.5102 9.24287 16.858 9.24875 16.502 9.25226C16.1459 9.24875 15.4937 9.24287 15.0667 9.32983C14.5135 9.4425 13.9311 9.72299 13.5534 10.3773C13.376 10.6845 13.31 11.0104 13.2801 11.3396C13.2519 11.6509 13.2519 12.0302 13.252 12.47V12.47V13.5345V13.5345C13.2519 13.9743 13.2519 14.3536 13.2801 14.6649C13.31 14.9941 13.376 15.32 13.5534 15.6273C13.9311 16.2815 14.5135 16.562 15.0667 16.6747C15.4937 16.7616 16.1459 16.7558 16.502 16.7523Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.50196 16.7523C7.85802 16.7558 8.51023 16.7616 8.93719 16.6747C9.49038 16.562 10.0728 16.2815 10.4505 15.6273C10.6279 15.32 10.6939 14.9941 10.7238 14.6649C10.752 14.3536 10.752 13.9743 10.752 13.5345L10.752 6.47003C10.752 6.03024 10.752 5.6509 10.7238 5.33961C10.6939 5.01043 10.6279 4.68447 10.4505 4.37726C10.0728 3.72299 9.49038 3.4425 8.93718 3.32983C8.51023 3.24287 7.85802 3.24875 7.50195 3.25226C7.14588 3.24875 6.49368 3.24287 6.06672 3.32983C5.51353 3.4425 4.93114 3.72299 4.5534 4.37726C4.37603 4.68447 4.30997 5.01043 4.28014 5.33961C4.25192 5.65089 4.25194 6.03022 4.25195 6.47V6.47004V13.5345V13.5345C4.25194 13.9743 4.25192 14.3536 4.28014 14.6649C4.30997 14.9941 4.37603 15.32 4.5534 15.6273C4.93114 16.2815 5.51353 16.562 6.06672 16.6747C6.49368 16.7616 7.14589 16.7558 7.50196 16.7523Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 19.75C23 20.3023 22.5523 20.75 22 20.75L2 20.75C1.44771 20.75 1 20.3023 1 19.75C1 19.1977 1.44771 18.75 2 18.75L22 18.75C22.5523 18.75 23 19.1977 23 19.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.502 16.7523C16.858 16.7558 17.5102 16.7616 17.9372 16.6747C18.4904 16.562 19.0728 16.2815 19.4505 15.6273C19.6279 15.32 19.6939 14.9941 19.7238 14.6649C19.752 14.3536 19.752 13.9743 19.752 13.5345V12.47C19.752 12.0302 19.752 11.6509 19.7238 11.3396C19.6939 11.0104 19.6279 10.6845 19.4505 10.3773C19.0728 9.72299 18.4904 9.4425 17.9372 9.32983C17.5102 9.24287 16.858 9.24875 16.502 9.25226C16.1459 9.24875 15.4937 9.24287 15.0667 9.32983C14.5135 9.4425 13.9311 9.72299 13.5534 10.3773C13.376 10.6845 13.31 11.0104 13.2801 11.3396C13.2519 11.6509 13.2519 12.0302 13.252 12.47V12.47V13.5345V13.5345C13.2519 13.9743 13.2519 14.3536 13.2801 14.6649C13.31 14.9941 13.376 15.32 13.5534 15.6273C13.9311 16.2815 14.5135 16.562 15.0667 16.6747C15.4937 16.7616 16.1459 16.7558 16.502 16.7523Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.50196 16.7523C7.85802 16.7558 8.51023 16.7616 8.93719 16.6747C9.49038 16.562 10.0728 16.2815 10.4505 15.6273C10.6279 15.32 10.6939 14.9941 10.7238 14.6649C10.752 14.3536 10.752 13.9743 10.752 13.5345L10.752 6.47003C10.752 6.03024 10.752 5.6509 10.7238 5.33961C10.6939 5.01043 10.6279 4.68447 10.4505 4.37726C10.0728 3.72299 9.49038 3.4425 8.93718 3.32983C8.51023 3.24287 7.85802 3.24875 7.50195 3.25226C7.14588 3.24875 6.49368 3.24287 6.06672 3.32983C5.51353 3.4425 4.93114 3.72299 4.5534 4.37726C4.37603 4.68447 4.30997 5.01043 4.28014 5.33961C4.25192 5.65089 4.25194 6.03022 4.25195 6.47V6.47004V13.5345V13.5345C4.25194 13.9743 4.25192 14.3536 4.28014 14.6649C4.30997 14.9941 4.37603 15.32 4.5534 15.6273C4.93114 16.2815 5.51353 16.562 6.06672 16.6747C6.49368 16.7616 7.14589 16.7558 7.50196 16.7523Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 19.75C23 20.3023 22.5523 20.75 22 20.75L2 20.75C1.44771 20.75 1 20.3023 1 19.75C1 19.1977 1.44771 18.75 2 18.75L22 18.75C22.5523 18.75 23 19.1977 23 19.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-align-box-bottom-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0452 1.25H12.0453C13.8818 1.24999 15.3214 1.24999 16.4635 1.37373C17.6291 1.50001 18.5734 1.76232 19.3798 2.34815C19.8679 2.70281 20.2972 3.13209 20.6518 3.62024C21.2377 4.42656 21.5 5.37094 21.6263 6.53648C21.75 7.67859 21.75 9.11824 21.75 10.9547V13.0453C21.75 14.8818 21.75 16.3214 21.6263 17.4635C21.5 18.6291 21.2377 19.5734 20.6518 20.3798C20.2972 20.8679 19.8679 21.2972 19.3798 21.6518C18.5734 22.2377 17.6291 22.5 16.4635 22.6263C15.3214 22.75 13.8818 22.75 12.0453 22.75H11.9547C10.1182 22.75 8.67859 22.75 7.53648 22.6263C6.37094 22.5 5.42656 22.2377 4.62024 21.6518C4.13209 21.2972 3.70281 20.8679 3.34815 20.3798C2.76232 19.5734 2.50001 18.6291 2.37373 17.4635C2.24999 16.3214 2.24999 14.8818 2.25 13.0453V13.0452V10.9548V10.9547C2.24999 9.11821 2.24999 7.67861 2.37373 6.53648C2.50001 5.37094 2.76232 4.42656 3.34815 3.62024C3.70281 3.13209 4.13209 2.70281 4.62024 2.34815C5.42656 1.76232 6.37094 1.50001 7.53648 1.37373C8.67861 1.24999 10.1182 1.24999 11.9547 1.25H11.9548H12.0452ZM7 12C7 11.4477 7.44772 11 8 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12ZM9.5 17C9.5 16.4477 9.94772 16 10.5 16H13.5C14.0523 16 14.5 16.4477 14.5 17C14.5 17.5523 14.0523 18 13.5 18H10.5C9.94772 18 9.5 17.5523 9.5 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0452 1.25H12.0453C13.8818 1.24999 15.3214 1.24999 16.4635 1.37373C17.6291 1.50001 18.5734 1.76232 19.3798 2.34815C19.8679 2.70281 20.2972 3.13209 20.6518 3.62024C21.2377 4.42656 21.5 5.37094 21.6263 6.53648C21.75 7.67859 21.75 9.11824 21.75 10.9547V13.0453C21.75 14.8818 21.75 16.3214 21.6263 17.4635C21.5 18.6291 21.2377 19.5734 20.6518 20.3798C20.2972 20.8679 19.8679 21.2972 19.3798 21.6518C18.5734 22.2377 17.6291 22.5 16.4635 22.6263C15.3214 22.75 13.8818 22.75 12.0453 22.75H11.9547C10.1182 22.75 8.67859 22.75 7.53648 22.6263C6.37094 22.5 5.42656 22.2377 4.62024 21.6518C4.13209 21.2972 3.70281 20.8679 3.34815 20.3798C2.76232 19.5734 2.50001 18.6291 2.37373 17.4635C2.24999 16.3214 2.24999 14.8818 2.25 13.0453V13.0452V10.9548V10.9547C2.24999 9.11821 2.24999 7.67861 2.37373 6.53648C2.50001 5.37094 2.76232 4.42656 3.34815 3.62024C3.70281 3.13209 4.13209 2.70281 4.62024 2.34815C5.42656 1.76232 6.37094 1.50001 7.53648 1.37373C8.67861 1.24999 10.1182 1.24999 11.9547 1.25H11.9548H12.0452ZM7 12C7 11.4477 7.44772 11 8 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12ZM9.5 17C9.5 16.4477 9.94772 16 10.5 16H13.5C14.0523 16 14.5 16.4477 14.5 17C14.5 17.5523 14.0523 18 13.5 18H10.5C9.94772 18 9.5 17.5523 9.5 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-align-box-bottom-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4635 1.37373C15.3214 1.24999 13.8818 1.24999 12.0453 1.25H11.9547C10.1182 1.24999 8.67861 1.24999 7.53648 1.37373C6.37094 1.50001 5.42656 1.76232 4.62024 2.34815C4.13209 2.70281 3.70281 3.13209 3.34815 3.62024C2.76232 4.42656 2.50001 5.37094 2.37373 6.53648C2.24999 7.67861 2.24999 9.11822 2.25 10.9548V13.0453C2.24999 14.8818 2.24999 16.3214 2.37373 17.4635C2.50001 18.6291 2.76232 19.5734 3.34815 20.3798C3.70281 20.8679 4.13209 21.2972 4.62024 21.6518C5.42656 22.2377 6.37094 22.5 7.53648 22.6263C8.67859 22.75 10.1182 22.75 11.9547 22.75H12.0453C13.8818 22.75 15.3214 22.75 16.4635 22.6263C17.6291 22.5 18.5734 22.2377 19.3798 21.6518C19.8679 21.2972 20.2972 20.8679 20.6518 20.3798C21.2377 19.5734 21.5 18.6291 21.6263 17.4635C21.75 16.3214 21.75 14.8818 21.75 13.0453V10.9547C21.75 9.11824 21.75 7.67859 21.6263 6.53648C21.5 5.37094 21.2377 4.42656 20.6518 3.62024C20.2972 3.13209 19.8679 2.70281 19.3798 2.34815C18.5734 1.76232 17.6291 1.50001 16.4635 1.37373ZM6 12C6 11.4477 6.44771 11 7 11H15C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13H7C6.44771 13 6 12.5523 6 12ZM6 17C6 16.4477 6.44771 16 7 16H10C10.5523 16 11 16.4477 11 17C11 17.5523 10.5523 18 10 18H7C6.44771 18 6 17.5523 6 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4635 1.37373C15.3214 1.24999 13.8818 1.24999 12.0453 1.25H11.9547C10.1182 1.24999 8.67861 1.24999 7.53648 1.37373C6.37094 1.50001 5.42656 1.76232 4.62024 2.34815C4.13209 2.70281 3.70281 3.13209 3.34815 3.62024C2.76232 4.42656 2.50001 5.37094 2.37373 6.53648C2.24999 7.67861 2.24999 9.11822 2.25 10.9548V13.0453C2.24999 14.8818 2.24999 16.3214 2.37373 17.4635C2.50001 18.6291 2.76232 19.5734 3.34815 20.3798C3.70281 20.8679 4.13209 21.2972 4.62024 21.6518C5.42656 22.2377 6.37094 22.5 7.53648 22.6263C8.67859 22.75 10.1182 22.75 11.9547 22.75H12.0453C13.8818 22.75 15.3214 22.75 16.4635 22.6263C17.6291 22.5 18.5734 22.2377 19.3798 21.6518C19.8679 21.2972 20.2972 20.8679 20.6518 20.3798C21.2377 19.5734 21.5 18.6291 21.6263 17.4635C21.75 16.3214 21.75 14.8818 21.75 13.0453V10.9547C21.75 9.11824 21.75 7.67859 21.6263 6.53648C21.5 5.37094 21.2377 4.42656 20.6518 3.62024C20.2972 3.13209 19.8679 2.70281 19.3798 2.34815C18.5734 1.76232 17.6291 1.50001 16.4635 1.37373ZM6 12C6 11.4477 6.44771 11 7 11H15C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13H7C6.44771 13 6 12.5523 6 12ZM6 17C6 16.4477 6.44771 16 7 16H10C10.5523 16 11 16.4477 11 17C11 17.5523 10.5523 18 10 18H7C6.44771 18 6 17.5523 6 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-align-box-bottom-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4635 1.37373C15.3214 1.24999 13.8818 1.24999 12.0453 1.25H11.9547C10.1182 1.24999 8.67861 1.24999 7.53648 1.37373C6.37094 1.50001 5.42656 1.76232 4.62024 2.34815C4.13209 2.70281 3.70281 3.13209 3.34815 3.62024C2.76232 4.42656 2.50001 5.37094 2.37373 6.53648C2.24999 7.67861 2.24999 9.11822 2.25 10.9548V13.0453C2.24999 14.8818 2.24999 16.3214 2.37373 17.4635C2.50001 18.6291 2.76232 19.5734 3.34815 20.3798C3.70281 20.8679 4.13209 21.2972 4.62024 21.6518C5.42656 22.2377 6.37094 22.5 7.53648 22.6263C8.67859 22.75 10.1182 22.75 11.9547 22.75H12.0453C13.8818 22.75 15.3214 22.75 16.4635 22.6263C17.6291 22.5 18.5734 22.2377 19.3798 21.6518C19.8679 21.2972 20.2972 20.8679 20.6518 20.3798C21.2377 19.5734 21.5 18.6291 21.6263 17.4635C21.75 16.3214 21.75 14.8818 21.75 13.0453V10.9547C21.75 9.11824 21.75 7.67859 21.6263 6.53648C21.5 5.37094 21.2377 4.42656 20.6518 3.62024C20.2972 3.13209 19.8679 2.70281 19.3798 2.34815C18.5734 1.76232 17.6291 1.50001 16.4635 1.37373ZM8 12C8 11.4477 8.44772 11 9 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H9C8.44772 13 8 12.5523 8 12ZM13 17C13 16.4477 13.4477 16 14 16H17C17.5523 16 18 16.4477 18 17C18 17.5523 17.5523 18 17 18H14C13.4477 18 13 17.5523 13 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4635 1.37373C15.3214 1.24999 13.8818 1.24999 12.0453 1.25H11.9547C10.1182 1.24999 8.67861 1.24999 7.53648 1.37373C6.37094 1.50001 5.42656 1.76232 4.62024 2.34815C4.13209 2.70281 3.70281 3.13209 3.34815 3.62024C2.76232 4.42656 2.50001 5.37094 2.37373 6.53648C2.24999 7.67861 2.24999 9.11822 2.25 10.9548V13.0453C2.24999 14.8818 2.24999 16.3214 2.37373 17.4635C2.50001 18.6291 2.76232 19.5734 3.34815 20.3798C3.70281 20.8679 4.13209 21.2972 4.62024 21.6518C5.42656 22.2377 6.37094 22.5 7.53648 22.6263C8.67859 22.75 10.1182 22.75 11.9547 22.75H12.0453C13.8818 22.75 15.3214 22.75 16.4635 22.6263C17.6291 22.5 18.5734 22.2377 19.3798 21.6518C19.8679 21.2972 20.2972 20.8679 20.6518 20.3798C21.2377 19.5734 21.5 18.6291 21.6263 17.4635C21.75 16.3214 21.75 14.8818 21.75 13.0453V10.9547C21.75 9.11824 21.75 7.67859 21.6263 6.53648C21.5 5.37094 21.2377 4.42656 20.6518 3.62024C20.2972 3.13209 19.8679 2.70281 19.3798 2.34815C18.5734 1.76232 17.6291 1.50001 16.4635 1.37373ZM8 12C8 11.4477 8.44772 11 9 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H9C8.44772 13 8 12.5523 8 12ZM13 17C13 16.4477 13.4477 16 14 16H17C17.5523 16 18 16.4477 18 17C18 17.5523 17.5523 18 17 18H14C13.4477 18 13 17.5523 13 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-align-box-middle-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4635 1.37373C15.3214 1.24999 13.8818 1.24999 12.0453 1.25H11.9547C10.1182 1.24999 8.67861 1.24999 7.53648 1.37373C6.37094 1.50001 5.42656 1.76232 4.62024 2.34815C4.13209 2.70281 3.70281 3.13209 3.34815 3.62024C2.76232 4.42656 2.50001 5.37094 2.37373 6.53648C2.24999 7.67861 2.24999 9.11822 2.25 10.9548V13.0453C2.24999 14.8818 2.24999 16.3214 2.37373 17.4635C2.50001 18.6291 2.76232 19.5734 3.34815 20.3798C3.70281 20.8679 4.13209 21.2972 4.62024 21.6518C5.42656 22.2377 6.37094 22.5 7.53648 22.6263C8.67859 22.75 10.1182 22.75 11.9547 22.75H12.0453C13.8818 22.75 15.3214 22.75 16.4635 22.6263C17.6291 22.5 18.5734 22.2377 19.3798 21.6518C19.8679 21.2972 20.2972 20.8679 20.6518 20.3798C21.2377 19.5734 21.5 18.6291 21.6263 17.4635C21.75 16.3214 21.75 14.8818 21.75 13.0453V10.9547C21.75 9.11824 21.75 7.67859 21.6263 6.53648C21.5 5.37094 21.2377 4.42656 20.6518 3.62024C20.2972 3.13209 19.8679 2.70281 19.3798 2.34815C18.5734 1.76232 17.6291 1.50001 16.4635 1.37373ZM7 9.5C7 8.94772 7.44772 8.5 8 8.5H16C16.5523 8.5 17 8.94772 17 9.5C17 10.0523 16.5523 10.5 16 10.5H8C7.44772 10.5 7 10.0523 7 9.5ZM9.5 14.5C9.5 13.9477 9.94772 13.5 10.5 13.5H13.5C14.0523 13.5 14.5 13.9477 14.5 14.5C14.5 15.0523 14.0523 15.5 13.5 15.5H10.5C9.94772 15.5 9.5 15.0523 9.5 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4635 1.37373C15.3214 1.24999 13.8818 1.24999 12.0453 1.25H11.9547C10.1182 1.24999 8.67861 1.24999 7.53648 1.37373C6.37094 1.50001 5.42656 1.76232 4.62024 2.34815C4.13209 2.70281 3.70281 3.13209 3.34815 3.62024C2.76232 4.42656 2.50001 5.37094 2.37373 6.53648C2.24999 7.67861 2.24999 9.11822 2.25 10.9548V13.0453C2.24999 14.8818 2.24999 16.3214 2.37373 17.4635C2.50001 18.6291 2.76232 19.5734 3.34815 20.3798C3.70281 20.8679 4.13209 21.2972 4.62024 21.6518C5.42656 22.2377 6.37094 22.5 7.53648 22.6263C8.67859 22.75 10.1182 22.75 11.9547 22.75H12.0453C13.8818 22.75 15.3214 22.75 16.4635 22.6263C17.6291 22.5 18.5734 22.2377 19.3798 21.6518C19.8679 21.2972 20.2972 20.8679 20.6518 20.3798C21.2377 19.5734 21.5 18.6291 21.6263 17.4635C21.75 16.3214 21.75 14.8818 21.75 13.0453V10.9547C21.75 9.11824 21.75 7.67859 21.6263 6.53648C21.5 5.37094 21.2377 4.42656 20.6518 3.62024C20.2972 3.13209 19.8679 2.70281 19.3798 2.34815C18.5734 1.76232 17.6291 1.50001 16.4635 1.37373ZM7 9.5C7 8.94772 7.44772 8.5 8 8.5H16C16.5523 8.5 17 8.94772 17 9.5C17 10.0523 16.5523 10.5 16 10.5H8C7.44772 10.5 7 10.0523 7 9.5ZM9.5 14.5C9.5 13.9477 9.94772 13.5 10.5 13.5H13.5C14.0523 13.5 14.5 13.9477 14.5 14.5C14.5 15.0523 14.0523 15.5 13.5 15.5H10.5C9.94772 15.5 9.5 15.0523 9.5 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-align-box-middle-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4635 1.37373C15.3214 1.24999 13.8818 1.24999 12.0453 1.25H11.9547C10.1182 1.24999 8.67861 1.24999 7.53648 1.37373C6.37094 1.50001 5.42656 1.76232 4.62024 2.34815C4.13209 2.70281 3.70281 3.13209 3.34815 3.62024C2.76232 4.42656 2.50001 5.37094 2.37373 6.53648C2.24999 7.67861 2.24999 9.11822 2.25 10.9548V13.0453C2.24999 14.8818 2.24999 16.3214 2.37373 17.4635C2.50001 18.6291 2.76232 19.5734 3.34815 20.3798C3.70281 20.8679 4.13209 21.2972 4.62024 21.6518C5.42656 22.2377 6.37094 22.5 7.53648 22.6263C8.67859 22.75 10.1182 22.75 11.9547 22.75H12.0453C13.8818 22.75 15.3214 22.75 16.4635 22.6263C17.6291 22.5 18.5734 22.2377 19.3798 21.6518C19.8679 21.2972 20.2972 20.8679 20.6518 20.3798C21.2377 19.5734 21.5 18.6291 21.6263 17.4635C21.75 16.3214 21.75 14.8818 21.75 13.0453V10.9547C21.75 9.11824 21.75 7.67859 21.6263 6.53648C21.5 5.37094 21.2377 4.42656 20.6518 3.62024C20.2972 3.13209 19.8679 2.70281 19.3798 2.34815C18.5734 1.76232 17.6291 1.50001 16.4635 1.37373ZM6 9.5C6 8.94772 6.44771 8.5 7 8.5H15C15.5523 8.5 16 8.94772 16 9.5C16 10.0523 15.5523 10.5 15 10.5H7C6.44771 10.5 6 10.0523 6 9.5ZM6 14.5C6 13.9477 6.44771 13.5 7 13.5H10C10.5523 13.5 11 13.9477 11 14.5C11 15.0523 10.5523 15.5 10 15.5H7C6.44771 15.5 6 15.0523 6 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4635 1.37373C15.3214 1.24999 13.8818 1.24999 12.0453 1.25H11.9547C10.1182 1.24999 8.67861 1.24999 7.53648 1.37373C6.37094 1.50001 5.42656 1.76232 4.62024 2.34815C4.13209 2.70281 3.70281 3.13209 3.34815 3.62024C2.76232 4.42656 2.50001 5.37094 2.37373 6.53648C2.24999 7.67861 2.24999 9.11822 2.25 10.9548V13.0453C2.24999 14.8818 2.24999 16.3214 2.37373 17.4635C2.50001 18.6291 2.76232 19.5734 3.34815 20.3798C3.70281 20.8679 4.13209 21.2972 4.62024 21.6518C5.42656 22.2377 6.37094 22.5 7.53648 22.6263C8.67859 22.75 10.1182 22.75 11.9547 22.75H12.0453C13.8818 22.75 15.3214 22.75 16.4635 22.6263C17.6291 22.5 18.5734 22.2377 19.3798 21.6518C19.8679 21.2972 20.2972 20.8679 20.6518 20.3798C21.2377 19.5734 21.5 18.6291 21.6263 17.4635C21.75 16.3214 21.75 14.8818 21.75 13.0453V10.9547C21.75 9.11824 21.75 7.67859 21.6263 6.53648C21.5 5.37094 21.2377 4.42656 20.6518 3.62024C20.2972 3.13209 19.8679 2.70281 19.3798 2.34815C18.5734 1.76232 17.6291 1.50001 16.4635 1.37373ZM6 9.5C6 8.94772 6.44771 8.5 7 8.5H15C15.5523 8.5 16 8.94772 16 9.5C16 10.0523 15.5523 10.5 15 10.5H7C6.44771 10.5 6 10.0523 6 9.5ZM6 14.5C6 13.9477 6.44771 13.5 7 13.5H10C10.5523 13.5 11 13.9477 11 14.5C11 15.0523 10.5523 15.5 10 15.5H7C6.44771 15.5 6 15.0523 6 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-align-box-middle-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4635 1.37373C15.3214 1.24999 13.8818 1.24999 12.0453 1.25H11.9547C10.1182 1.24999 8.67861 1.24999 7.53648 1.37373C6.37094 1.50001 5.42656 1.76232 4.62024 2.34815C4.13209 2.70281 3.70281 3.13209 3.34815 3.62024C2.76232 4.42656 2.50001 5.37094 2.37373 6.53648C2.24999 7.67861 2.24999 9.11822 2.25 10.9548V13.0453C2.24999 14.8818 2.24999 16.3214 2.37373 17.4635C2.50001 18.6291 2.76232 19.5734 3.34815 20.3798C3.70281 20.8679 4.13209 21.2972 4.62024 21.6518C5.42656 22.2377 6.37094 22.5 7.53648 22.6263C8.67859 22.75 10.1182 22.75 11.9547 22.75H12.0453C13.8818 22.75 15.3214 22.75 16.4635 22.6263C17.6291 22.5 18.5734 22.2377 19.3798 21.6518C19.8679 21.2972 20.2972 20.8679 20.6518 20.3798C21.2377 19.5734 21.5 18.6291 21.6263 17.4635C21.75 16.3214 21.75 14.8818 21.75 13.0453V10.9547C21.75 9.11824 21.75 7.67859 21.6263 6.53648C21.5 5.37094 21.2377 4.42656 20.6518 3.62024C20.2972 3.13209 19.8679 2.70281 19.3798 2.34815C18.5734 1.76232 17.6291 1.50001 16.4635 1.37373ZM8 9.5C8 8.94772 8.44772 8.5 9 8.5H17C17.5523 8.5 18 8.94772 18 9.5C18 10.0523 17.5523 10.5 17 10.5H9C8.44772 10.5 8 10.0523 8 9.5ZM13 14.5C13 13.9477 13.4477 13.5 14 13.5H17C17.5523 13.5 18 13.9477 18 14.5C18 15.0523 17.5523 15.5 17 15.5H14C13.4477 15.5 13 15.0523 13 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4635 1.37373C15.3214 1.24999 13.8818 1.24999 12.0453 1.25H11.9547C10.1182 1.24999 8.67861 1.24999 7.53648 1.37373C6.37094 1.50001 5.42656 1.76232 4.62024 2.34815C4.13209 2.70281 3.70281 3.13209 3.34815 3.62024C2.76232 4.42656 2.50001 5.37094 2.37373 6.53648C2.24999 7.67861 2.24999 9.11822 2.25 10.9548V13.0453C2.24999 14.8818 2.24999 16.3214 2.37373 17.4635C2.50001 18.6291 2.76232 19.5734 3.34815 20.3798C3.70281 20.8679 4.13209 21.2972 4.62024 21.6518C5.42656 22.2377 6.37094 22.5 7.53648 22.6263C8.67859 22.75 10.1182 22.75 11.9547 22.75H12.0453C13.8818 22.75 15.3214 22.75 16.4635 22.6263C17.6291 22.5 18.5734 22.2377 19.3798 21.6518C19.8679 21.2972 20.2972 20.8679 20.6518 20.3798C21.2377 19.5734 21.5 18.6291 21.6263 17.4635C21.75 16.3214 21.75 14.8818 21.75 13.0453V10.9547C21.75 9.11824 21.75 7.67859 21.6263 6.53648C21.5 5.37094 21.2377 4.42656 20.6518 3.62024C20.2972 3.13209 19.8679 2.70281 19.3798 2.34815C18.5734 1.76232 17.6291 1.50001 16.4635 1.37373ZM8 9.5C8 8.94772 8.44772 8.5 9 8.5H17C17.5523 8.5 18 8.94772 18 9.5C18 10.0523 17.5523 10.5 17 10.5H9C8.44772 10.5 8 10.0523 8 9.5ZM13 14.5C13 13.9477 13.4477 13.5 14 13.5H17C17.5523 13.5 18 13.9477 18 14.5C18 15.0523 17.5523 15.5 17 15.5H14C13.4477 15.5 13 15.0523 13 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-align-box-top-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4635 1.37373C15.3214 1.24999 13.8818 1.24999 12.0453 1.25H11.9547C10.1182 1.24999 8.67861 1.24999 7.53648 1.37373C6.37094 1.50001 5.42656 1.76232 4.62024 2.34815C4.13209 2.70281 3.70281 3.13209 3.34815 3.62024C2.76232 4.42656 2.50001 5.37094 2.37373 6.53648C2.24999 7.67861 2.24999 9.11822 2.25 10.9548V13.0453C2.24999 14.8818 2.24999 16.3214 2.37373 17.4635C2.50001 18.6291 2.76232 19.5734 3.34815 20.3798C3.70281 20.8679 4.13209 21.2972 4.62024 21.6518C5.42656 22.2377 6.37094 22.5 7.53648 22.6263C8.67859 22.75 10.1182 22.75 11.9547 22.75H12.0453C13.8818 22.75 15.3214 22.75 16.4635 22.6263C17.6291 22.5 18.5734 22.2377 19.3798 21.6518C19.8679 21.2972 20.2972 20.8679 20.6518 20.3798C21.2377 19.5734 21.5 18.6291 21.6263 17.4635C21.75 16.3214 21.75 14.8818 21.75 13.0453V10.9547C21.75 9.11824 21.75 7.67859 21.6263 6.53648C21.5 5.37094 21.2377 4.42656 20.6518 3.62024C20.2972 3.13209 19.8679 2.70281 19.3798 2.34815C18.5734 1.76232 17.6291 1.50001 16.4635 1.37373ZM7 7C7 6.44772 7.44772 6 8 6H16C16.5523 6 17 6.44772 17 7C17 7.55228 16.5523 8 16 8H8C7.44772 8 7 7.55228 7 7ZM9.5 12C9.5 11.4477 9.94772 11 10.5 11H13.5C14.0523 11 14.5 11.4477 14.5 12C14.5 12.5523 14.0523 13 13.5 13H10.5C9.94772 13 9.5 12.5523 9.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4635 1.37373C15.3214 1.24999 13.8818 1.24999 12.0453 1.25H11.9547C10.1182 1.24999 8.67861 1.24999 7.53648 1.37373C6.37094 1.50001 5.42656 1.76232 4.62024 2.34815C4.13209 2.70281 3.70281 3.13209 3.34815 3.62024C2.76232 4.42656 2.50001 5.37094 2.37373 6.53648C2.24999 7.67861 2.24999 9.11822 2.25 10.9548V13.0453C2.24999 14.8818 2.24999 16.3214 2.37373 17.4635C2.50001 18.6291 2.76232 19.5734 3.34815 20.3798C3.70281 20.8679 4.13209 21.2972 4.62024 21.6518C5.42656 22.2377 6.37094 22.5 7.53648 22.6263C8.67859 22.75 10.1182 22.75 11.9547 22.75H12.0453C13.8818 22.75 15.3214 22.75 16.4635 22.6263C17.6291 22.5 18.5734 22.2377 19.3798 21.6518C19.8679 21.2972 20.2972 20.8679 20.6518 20.3798C21.2377 19.5734 21.5 18.6291 21.6263 17.4635C21.75 16.3214 21.75 14.8818 21.75 13.0453V10.9547C21.75 9.11824 21.75 7.67859 21.6263 6.53648C21.5 5.37094 21.2377 4.42656 20.6518 3.62024C20.2972 3.13209 19.8679 2.70281 19.3798 2.34815C18.5734 1.76232 17.6291 1.50001 16.4635 1.37373ZM7 7C7 6.44772 7.44772 6 8 6H16C16.5523 6 17 6.44772 17 7C17 7.55228 16.5523 8 16 8H8C7.44772 8 7 7.55228 7 7ZM9.5 12C9.5 11.4477 9.94772 11 10.5 11H13.5C14.0523 11 14.5 11.4477 14.5 12C14.5 12.5523 14.0523 13 13.5 13H10.5C9.94772 13 9.5 12.5523 9.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-align-box-top-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4635 1.37373C15.3214 1.24999 13.8818 1.24999 12.0453 1.25H11.9547C10.1182 1.24999 8.67861 1.24999 7.53648 1.37373C6.37094 1.50001 5.42656 1.76232 4.62024 2.34815C4.13209 2.70281 3.70281 3.13209 3.34815 3.62024C2.76232 4.42656 2.50001 5.37094 2.37373 6.53648C2.24999 7.67861 2.24999 9.11822 2.25 10.9548V13.0453C2.24999 14.8818 2.24999 16.3214 2.37373 17.4635C2.50001 18.6291 2.76232 19.5734 3.34815 20.3798C3.70281 20.8679 4.13209 21.2972 4.62024 21.6518C5.42656 22.2377 6.37094 22.5 7.53648 22.6263C8.67859 22.75 10.1182 22.75 11.9547 22.75H12.0453C13.8818 22.75 15.3214 22.75 16.4635 22.6263C17.6291 22.5 18.5734 22.2377 19.3798 21.6518C19.8679 21.2972 20.2972 20.8679 20.6518 20.3798C21.2377 19.5734 21.5 18.6291 21.6263 17.4635C21.75 16.3214 21.75 14.8818 21.75 13.0453V10.9547C21.75 9.11824 21.75 7.67859 21.6263 6.53648C21.5 5.37094 21.2377 4.42656 20.6518 3.62024C20.2972 3.13209 19.8679 2.70281 19.3798 2.34815C18.5734 1.76232 17.6291 1.50001 16.4635 1.37373ZM6 7C6 6.44772 6.44771 6 7 6H15C15.5523 6 16 6.44772 16 7C16 7.55228 15.5523 8 15 8H7C6.44771 8 6 7.55228 6 7ZM6 12C6 11.4477 6.44771 11 7 11H10C10.5523 11 11 11.4477 11 12C11 12.5523 10.5523 13 10 13H7C6.44771 13 6 12.5523 6 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4635 1.37373C15.3214 1.24999 13.8818 1.24999 12.0453 1.25H11.9547C10.1182 1.24999 8.67861 1.24999 7.53648 1.37373C6.37094 1.50001 5.42656 1.76232 4.62024 2.34815C4.13209 2.70281 3.70281 3.13209 3.34815 3.62024C2.76232 4.42656 2.50001 5.37094 2.37373 6.53648C2.24999 7.67861 2.24999 9.11822 2.25 10.9548V13.0453C2.24999 14.8818 2.24999 16.3214 2.37373 17.4635C2.50001 18.6291 2.76232 19.5734 3.34815 20.3798C3.70281 20.8679 4.13209 21.2972 4.62024 21.6518C5.42656 22.2377 6.37094 22.5 7.53648 22.6263C8.67859 22.75 10.1182 22.75 11.9547 22.75H12.0453C13.8818 22.75 15.3214 22.75 16.4635 22.6263C17.6291 22.5 18.5734 22.2377 19.3798 21.6518C19.8679 21.2972 20.2972 20.8679 20.6518 20.3798C21.2377 19.5734 21.5 18.6291 21.6263 17.4635C21.75 16.3214 21.75 14.8818 21.75 13.0453V10.9547C21.75 9.11824 21.75 7.67859 21.6263 6.53648C21.5 5.37094 21.2377 4.42656 20.6518 3.62024C20.2972 3.13209 19.8679 2.70281 19.3798 2.34815C18.5734 1.76232 17.6291 1.50001 16.4635 1.37373ZM6 7C6 6.44772 6.44771 6 7 6H15C15.5523 6 16 6.44772 16 7C16 7.55228 15.5523 8 15 8H7C6.44771 8 6 7.55228 6 7ZM6 12C6 11.4477 6.44771 11 7 11H10C10.5523 11 11 11.4477 11 12C11 12.5523 10.5523 13 10 13H7C6.44771 13 6 12.5523 6 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-align-box-top-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4635 1.37373C15.3214 1.24999 13.8818 1.24999 12.0453 1.25H11.9547C10.1182 1.24999 8.67861 1.24999 7.53648 1.37373C6.37094 1.50001 5.42656 1.76232 4.62024 2.34815C4.13209 2.70281 3.70281 3.13209 3.34815 3.62024C2.76232 4.42656 2.50001 5.37094 2.37373 6.53648C2.24999 7.67861 2.24999 9.11822 2.25 10.9548V13.0453C2.24999 14.8818 2.24999 16.3214 2.37373 17.4635C2.50001 18.6291 2.76232 19.5734 3.34815 20.3798C3.70281 20.8679 4.13209 21.2972 4.62024 21.6518C5.42656 22.2377 6.37094 22.5 7.53648 22.6263C8.67859 22.75 10.1182 22.75 11.9547 22.75H12.0453C13.8818 22.75 15.3214 22.75 16.4635 22.6263C17.6291 22.5 18.5734 22.2377 19.3798 21.6518C19.8679 21.2972 20.2972 20.8679 20.6518 20.3798C21.2377 19.5734 21.5 18.6291 21.6263 17.4635C21.75 16.3214 21.75 14.8818 21.75 13.0453V10.9547C21.75 9.11824 21.75 7.67859 21.6263 6.53648C21.5 5.37094 21.2377 4.42656 20.6518 3.62024C20.2972 3.13209 19.8679 2.70281 19.3798 2.34815C18.5734 1.76232 17.6291 1.50001 16.4635 1.37373ZM8 7C8 6.44772 8.44772 6 9 6H17C17.5523 6 18 6.44772 18 7C18 7.55228 17.5523 8 17 8H9C8.44772 8 8 7.55228 8 7ZM13 12C13 11.4477 13.4477 11 14 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H14C13.4477 13 13 12.5523 13 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4635 1.37373C15.3214 1.24999 13.8818 1.24999 12.0453 1.25H11.9547C10.1182 1.24999 8.67861 1.24999 7.53648 1.37373C6.37094 1.50001 5.42656 1.76232 4.62024 2.34815C4.13209 2.70281 3.70281 3.13209 3.34815 3.62024C2.76232 4.42656 2.50001 5.37094 2.37373 6.53648C2.24999 7.67861 2.24999 9.11822 2.25 10.9548V13.0453C2.24999 14.8818 2.24999 16.3214 2.37373 17.4635C2.50001 18.6291 2.76232 19.5734 3.34815 20.3798C3.70281 20.8679 4.13209 21.2972 4.62024 21.6518C5.42656 22.2377 6.37094 22.5 7.53648 22.6263C8.67859 22.75 10.1182 22.75 11.9547 22.75H12.0453C13.8818 22.75 15.3214 22.75 16.4635 22.6263C17.6291 22.5 18.5734 22.2377 19.3798 21.6518C19.8679 21.2972 20.2972 20.8679 20.6518 20.3798C21.2377 19.5734 21.5 18.6291 21.6263 17.4635C21.75 16.3214 21.75 14.8818 21.75 13.0453V10.9547C21.75 9.11824 21.75 7.67859 21.6263 6.53648C21.5 5.37094 21.2377 4.42656 20.6518 3.62024C20.2972 3.13209 19.8679 2.70281 19.3798 2.34815C18.5734 1.76232 17.6291 1.50001 16.4635 1.37373ZM8 7C8 6.44772 8.44772 6 9 6H17C17.5523 6 18 6.44772 18 7C18 7.55228 17.5523 8 17 8H9C8.44772 8 8 7.55228 8 7ZM13 12C13 11.4477 13.4477 11 14 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H14C13.4477 13 13 12.5523 13 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-align-horizontal-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 1C12.5523 1 13 1.44772 13 2L13 22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22L11 2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5314 4.25C13.9709 4.24998 14.35 4.24997 14.6611 4.27818C14.9901 4.30802 15.3159 4.37407 15.6229 4.55144C16.2768 4.92918 16.5571 5.51158 16.6697 6.06477C16.7566 6.49173 16.752 6.96075 16.7485 7.31682C16.7479 7.38198 16.7473 7.44336 16.7473 7.5C16.7473 7.55665 16.7479 7.61802 16.7485 7.68318C16.752 8.03925 16.7566 8.50827 16.6697 8.93523C16.5571 9.48843 16.2768 10.0708 15.6229 10.4486C15.3159 10.6259 14.9901 10.692 14.6611 10.7218C14.35 10.75 13.9709 10.75 13.5313 10.75H10.4687C10.0291 10.75 9.65 10.75 9.33889 10.7218C9.0099 10.692 8.68413 10.6259 8.3771 10.4486C7.72321 10.0708 7.44288 9.48843 7.33028 8.93523C7.24337 8.50827 7.24799 8.03925 7.2515 7.68318C7.25214 7.61802 7.25275 7.55665 7.25275 7.5C7.25275 7.44336 7.25214 7.38198 7.2515 7.31682C7.24799 6.96075 7.24337 6.49173 7.33028 6.06477C7.44288 5.51158 7.72321 4.92918 8.3771 4.55144C8.68413 4.37407 9.0099 4.30802 9.33889 4.27818C9.65 4.24997 10.0291 4.24998 10.4686 4.25H10.4687H13.5313H13.5314Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5305 13.25C17.9702 13.25 18.3494 13.25 18.6606 13.2782C18.9896 13.308 19.3155 13.3741 19.6226 13.5514C20.2767 13.9292 20.5571 14.5116 20.6697 15.0648C20.7566 15.4917 20.752 15.9608 20.7485 16.3168C20.7479 16.382 20.7472 16.4434 20.7472 16.5C20.7472 16.5566 20.7479 16.618 20.7485 16.6832C20.752 17.0393 20.7566 17.5083 20.6697 17.9352C20.5571 18.4884 20.2767 19.0708 19.6226 19.4486C19.3155 19.6259 18.9896 19.692 18.6606 19.7218C18.3494 19.75 17.9701 19.75 17.5305 19.75H6.46951C6.02986 19.75 5.65064 19.75 5.33944 19.7218C5.01036 19.692 4.68451 19.6259 4.3774 19.4486C3.72334 19.0708 3.44293 18.4884 3.3303 17.9352C3.24337 17.5083 3.24799 17.0393 3.2515 16.6832C3.25214 16.618 3.25275 16.5566 3.25275 16.5C3.25275 16.4434 3.25214 16.382 3.2515 16.3168C3.24799 15.9607 3.24337 15.4917 3.3303 15.0648C3.44293 14.5116 3.72334 13.9292 4.3774 13.5514C4.68451 13.3741 5.01036 13.308 5.33944 13.2782C5.65063 13.25 6.02984 13.25 6.46948 13.25H6.46951H17.5305H17.5305Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 1C12.5523 1 13 1.44772 13 2L13 22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22L11 2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5314 4.25C13.9709 4.24998 14.35 4.24997 14.6611 4.27818C14.9901 4.30802 15.3159 4.37407 15.6229 4.55144C16.2768 4.92918 16.5571 5.51158 16.6697 6.06477C16.7566 6.49173 16.752 6.96075 16.7485 7.31682C16.7479 7.38198 16.7473 7.44336 16.7473 7.5C16.7473 7.55665 16.7479 7.61802 16.7485 7.68318C16.752 8.03925 16.7566 8.50827 16.6697 8.93523C16.5571 9.48843 16.2768 10.0708 15.6229 10.4486C15.3159 10.6259 14.9901 10.692 14.6611 10.7218C14.35 10.75 13.9709 10.75 13.5313 10.75H10.4687C10.0291 10.75 9.65 10.75 9.33889 10.7218C9.0099 10.692 8.68413 10.6259 8.3771 10.4486C7.72321 10.0708 7.44288 9.48843 7.33028 8.93523C7.24337 8.50827 7.24799 8.03925 7.2515 7.68318C7.25214 7.61802 7.25275 7.55665 7.25275 7.5C7.25275 7.44336 7.25214 7.38198 7.2515 7.31682C7.24799 6.96075 7.24337 6.49173 7.33028 6.06477C7.44288 5.51158 7.72321 4.92918 8.3771 4.55144C8.68413 4.37407 9.0099 4.30802 9.33889 4.27818C9.65 4.24997 10.0291 4.24998 10.4686 4.25H10.4687H13.5313H13.5314Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5305 13.25C17.9702 13.25 18.3494 13.25 18.6606 13.2782C18.9896 13.308 19.3155 13.3741 19.6226 13.5514C20.2767 13.9292 20.5571 14.5116 20.6697 15.0648C20.7566 15.4917 20.752 15.9608 20.7485 16.3168C20.7479 16.382 20.7472 16.4434 20.7472 16.5C20.7472 16.5566 20.7479 16.618 20.7485 16.6832C20.752 17.0393 20.7566 17.5083 20.6697 17.9352C20.5571 18.4884 20.2767 19.0708 19.6226 19.4486C19.3155 19.6259 18.9896 19.692 18.6606 19.7218C18.3494 19.75 17.9701 19.75 17.5305 19.75H6.46951C6.02986 19.75 5.65064 19.75 5.33944 19.7218C5.01036 19.692 4.68451 19.6259 4.3774 19.4486C3.72334 19.0708 3.44293 18.4884 3.3303 17.9352C3.24337 17.5083 3.24799 17.0393 3.2515 16.6832C3.25214 16.618 3.25275 16.5566 3.25275 16.5C3.25275 16.4434 3.25214 16.382 3.2515 16.3168C3.24799 15.9607 3.24337 15.4917 3.3303 15.0648C3.44293 14.5116 3.72334 13.9292 4.3774 13.5514C4.68451 13.3741 5.01036 13.308 5.33944 13.2782C5.65063 13.25 6.02984 13.25 6.46948 13.25H6.46951H17.5305H17.5305Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-align-key-object{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.875 20.5C15.875 21.3284 15.2034 22 14.375 22C13.5466 22 12.875 21.3284 12.875 20.5C12.875 19.6716 13.5466 19 14.375 19C15.2034 19 15.875 19.6716 15.875 20.5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.875 4C4.875 3.44772 5.32272 3 5.875 3H17.875C18.4273 3 18.875 3.44772 18.875 4C18.875 4.55228 18.4273 5 17.875 5H5.875C5.32272 5 4.875 4.55228 4.875 4ZM3.875 5C4.42728 5 4.875 5.44772 4.875 6V18C4.875 18.5523 4.42728 19 3.875 19C3.32272 19 2.875 18.5523 2.875 18V6C2.875 5.44772 3.32272 5 3.875 5ZM19.875 5C20.4273 5 20.875 5.44772 20.875 6V12C20.875 12.5523 20.4273 13 19.875 13C19.3227 13 18.875 12.5523 18.875 12V6C18.875 5.44772 19.3227 5 19.875 5ZM4.875 20C4.875 19.4477 5.32272 19 5.875 19H9.875C10.4273 19 10.875 19.4477 10.875 20C10.875 20.5523 10.4273 21 9.875 21H5.875C5.32272 21 4.875 20.5523 4.875 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.125 4C17.125 2.48122 18.3562 1.25 19.875 1.25C21.3938 1.25 22.625 2.48122 22.625 4C22.625 5.51878 21.3938 6.75 19.875 6.75C18.3562 6.75 17.125 5.51878 17.125 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.125 4C1.125 2.48122 2.35622 1.25 3.875 1.25C5.39378 1.25 6.625 2.48122 6.625 4C6.625 5.51878 5.39378 6.75 3.875 6.75C2.35622 6.75 1.125 5.51878 1.125 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.125 20C1.125 18.4812 2.35622 17.25 3.875 17.25C5.39378 17.25 6.625 18.4812 6.625 20C6.625 21.5188 5.39378 22.75 3.875 22.75C2.35622 22.75 1.125 21.5188 1.125 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.499 19.7557L17.868 18.2588L18.6308 19.1097C18.9995 19.521 19.6317 19.5555 20.0429 19.1869C20.4541 18.8182 20.4887 18.186 20.12 17.7747L19.2184 16.769C19.5371 16.4136 19.7277 16.204 19.8754 16.0716C20.025 16.2058 20.2188 16.4191 20.545 16.783L21.1308 17.4365C21.4995 17.8477 22.1317 17.8822 22.5429 17.5136C22.9541 17.1449 22.9887 16.5127 22.62 16.1015L21.9963 15.4057C21.696 15.0706 21.4068 14.7479 21.136 14.5174C20.8363 14.2623 20.4244 14 19.8754 14C19.3265 14 18.9145 14.2623 18.6148 14.5174C18.344 14.7479 18.0548 15.0706 17.7545 15.4057L17.1341 16.0978L15.0667 18.3583C14.8488 18.288 14.6163 18.25 14.375 18.25C13.1324 18.25 12.125 19.2574 12.125 20.5C12.125 21.7426 13.1324 22.75 14.375 22.75C15.6176 22.75 16.625 21.7426 16.625 20.5C16.625 20.2392 16.5806 19.9887 16.499 19.7557Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.875 20.5C15.875 21.3284 15.2034 22 14.375 22C13.5466 22 12.875 21.3284 12.875 20.5C12.875 19.6716 13.5466 19 14.375 19C15.2034 19 15.875 19.6716 15.875 20.5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.875 4C4.875 3.44772 5.32272 3 5.875 3H17.875C18.4273 3 18.875 3.44772 18.875 4C18.875 4.55228 18.4273 5 17.875 5H5.875C5.32272 5 4.875 4.55228 4.875 4ZM3.875 5C4.42728 5 4.875 5.44772 4.875 6V18C4.875 18.5523 4.42728 19 3.875 19C3.32272 19 2.875 18.5523 2.875 18V6C2.875 5.44772 3.32272 5 3.875 5ZM19.875 5C20.4273 5 20.875 5.44772 20.875 6V12C20.875 12.5523 20.4273 13 19.875 13C19.3227 13 18.875 12.5523 18.875 12V6C18.875 5.44772 19.3227 5 19.875 5ZM4.875 20C4.875 19.4477 5.32272 19 5.875 19H9.875C10.4273 19 10.875 19.4477 10.875 20C10.875 20.5523 10.4273 21 9.875 21H5.875C5.32272 21 4.875 20.5523 4.875 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.125 4C17.125 2.48122 18.3562 1.25 19.875 1.25C21.3938 1.25 22.625 2.48122 22.625 4C22.625 5.51878 21.3938 6.75 19.875 6.75C18.3562 6.75 17.125 5.51878 17.125 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.125 4C1.125 2.48122 2.35622 1.25 3.875 1.25C5.39378 1.25 6.625 2.48122 6.625 4C6.625 5.51878 5.39378 6.75 3.875 6.75C2.35622 6.75 1.125 5.51878 1.125 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.125 20C1.125 18.4812 2.35622 17.25 3.875 17.25C5.39378 17.25 6.625 18.4812 6.625 20C6.625 21.5188 5.39378 22.75 3.875 22.75C2.35622 22.75 1.125 21.5188 1.125 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.499 19.7557L17.868 18.2588L18.6308 19.1097C18.9995 19.521 19.6317 19.5555 20.0429 19.1869C20.4541 18.8182 20.4887 18.186 20.12 17.7747L19.2184 16.769C19.5371 16.4136 19.7277 16.204 19.8754 16.0716C20.025 16.2058 20.2188 16.4191 20.545 16.783L21.1308 17.4365C21.4995 17.8477 22.1317 17.8822 22.5429 17.5136C22.9541 17.1449 22.9887 16.5127 22.62 16.1015L21.9963 15.4057C21.696 15.0706 21.4068 14.7479 21.136 14.5174C20.8363 14.2623 20.4244 14 19.8754 14C19.3265 14 18.9145 14.2623 18.6148 14.5174C18.344 14.7479 18.0548 15.0706 17.7545 15.4057L17.1341 16.0978L15.0667 18.3583C14.8488 18.288 14.6163 18.25 14.375 18.25C13.1324 18.25 12.125 19.2574 12.125 20.5C12.125 21.7426 13.1324 22.75 14.375 22.75C15.6176 22.75 16.625 21.7426 16.625 20.5C16.625 20.2392 16.5806 19.9887 16.499 19.7557Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-align-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.24969 7.5C7.24618 7.14393 7.24031 6.49173 7.32727 6.06477C7.43994 5.51157 7.72043 4.92918 8.37469 4.55144C8.68191 4.37407 9.00786 4.30801 9.33704 4.27818C9.64834 4.24997 10.0277 4.24998 10.4675 4.25L11.5319 4.25C11.9717 4.24998 12.3511 4.24997 12.6623 4.27818C12.9915 4.30802 13.3175 4.37407 13.6247 4.55144C14.279 4.92918 14.5594 5.51157 14.6721 6.06477C14.7591 6.49173 14.7532 7.14393 14.7497 7.5C14.7532 7.85607 14.7591 8.50827 14.6721 8.93523C14.5595 9.48842 14.279 10.0708 13.6247 10.4486C13.3175 10.6259 12.9915 10.692 12.6623 10.7218C12.3511 10.75 11.9717 10.75 11.532 10.75L11.5319 10.75L10.4675 10.75L10.4674 10.75C10.0277 10.75 9.64833 10.75 9.33704 10.7218C9.00786 10.692 8.68191 10.6259 8.37469 10.4486C7.72043 10.0708 7.43994 9.48842 7.32727 8.93523C7.24031 8.50827 7.24618 7.85607 7.24969 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.24969 16.5C7.24618 16.1439 7.24031 15.4917 7.32727 15.0648C7.43994 14.5116 7.72043 13.9292 8.37469 13.5514C8.68191 13.3741 9.00786 13.308 9.33704 13.2782C9.64834 13.25 10.0277 13.25 10.4675 13.25L17.5319 13.25C17.9717 13.25 18.3511 13.25 18.6623 13.2782C18.9915 13.308 19.3175 13.3741 19.6247 13.5514C20.279 13.9292 20.5594 14.5116 20.6721 15.0648C20.7591 15.4917 20.7532 16.1439 20.7497 16.5C20.7532 16.8561 20.7591 17.5083 20.6721 17.9352C20.5595 18.4884 20.279 19.0708 19.6247 19.4486C19.3175 19.6259 18.9915 19.692 18.6623 19.7218C18.3511 19.75 17.9717 19.75 17.532 19.75L17.5319 19.75L10.4675 19.75L10.4674 19.75C10.0277 19.75 9.64833 19.75 9.33704 19.7218C9.00786 19.692 8.68191 19.6259 8.37469 19.4486C7.72043 19.0708 7.43994 18.4884 7.32727 17.9352C7.24031 17.5083 7.24618 16.8561 7.24969 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.24902 1C3.69674 1 3.24902 1.44772 3.24902 2L3.24902 22C3.24902 22.5523 3.69674 23 4.24902 23C4.80131 23 5.24902 22.5523 5.24902 22L5.24902 2C5.24902 1.44772 4.80131 1 4.24902 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.24969 7.5C7.24618 7.14393 7.24031 6.49173 7.32727 6.06477C7.43994 5.51157 7.72043 4.92918 8.37469 4.55144C8.68191 4.37407 9.00786 4.30801 9.33704 4.27818C9.64834 4.24997 10.0277 4.24998 10.4675 4.25L11.5319 4.25C11.9717 4.24998 12.3511 4.24997 12.6623 4.27818C12.9915 4.30802 13.3175 4.37407 13.6247 4.55144C14.279 4.92918 14.5594 5.51157 14.6721 6.06477C14.7591 6.49173 14.7532 7.14393 14.7497 7.5C14.7532 7.85607 14.7591 8.50827 14.6721 8.93523C14.5595 9.48842 14.279 10.0708 13.6247 10.4486C13.3175 10.6259 12.9915 10.692 12.6623 10.7218C12.3511 10.75 11.9717 10.75 11.532 10.75L11.5319 10.75L10.4675 10.75L10.4674 10.75C10.0277 10.75 9.64833 10.75 9.33704 10.7218C9.00786 10.692 8.68191 10.6259 8.37469 10.4486C7.72043 10.0708 7.43994 9.48842 7.32727 8.93523C7.24031 8.50827 7.24618 7.85607 7.24969 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.24969 16.5C7.24618 16.1439 7.24031 15.4917 7.32727 15.0648C7.43994 14.5116 7.72043 13.9292 8.37469 13.5514C8.68191 13.3741 9.00786 13.308 9.33704 13.2782C9.64834 13.25 10.0277 13.25 10.4675 13.25L17.5319 13.25C17.9717 13.25 18.3511 13.25 18.6623 13.2782C18.9915 13.308 19.3175 13.3741 19.6247 13.5514C20.279 13.9292 20.5594 14.5116 20.6721 15.0648C20.7591 15.4917 20.7532 16.1439 20.7497 16.5C20.7532 16.8561 20.7591 17.5083 20.6721 17.9352C20.5595 18.4884 20.279 19.0708 19.6247 19.4486C19.3175 19.6259 18.9915 19.692 18.6623 19.7218C18.3511 19.75 17.9717 19.75 17.532 19.75L17.5319 19.75L10.4675 19.75L10.4674 19.75C10.0277 19.75 9.64833 19.75 9.33704 19.7218C9.00786 19.692 8.68191 19.6259 8.37469 19.4486C7.72043 19.0708 7.43994 18.4884 7.32727 17.9352C7.24031 17.5083 7.24618 16.8561 7.24969 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.24902 1C3.69674 1 3.24902 1.44772 3.24902 2L3.24902 22C3.24902 22.5523 3.69674 23 4.24902 23C4.80131 23 5.24902 22.5523 5.24902 22L5.24902 2C5.24902 1.44772 4.80131 1 4.24902 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-align-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.7503 7.5C16.7538 7.14393 16.7597 6.49173 16.6727 6.06477C16.5601 5.51157 16.2796 4.92918 15.6253 4.55144C15.3181 4.37407 14.9921 4.30801 14.663 4.27818C14.3517 4.24997 13.9723 4.24998 13.5325 4.25L12.4681 4.25C12.0283 4.24998 11.6489 4.24997 11.3377 4.27818C11.0085 4.30802 10.6825 4.37407 10.3753 4.55144C9.72104 4.92918 9.44055 5.51157 9.32788 6.06477C9.24092 6.49173 9.24679 7.14393 9.25031 7.5C9.24679 7.85607 9.24092 8.50827 9.32788 8.93523C9.44055 9.48842 9.72104 10.0708 10.3753 10.4486C10.6825 10.6259 11.0085 10.692 11.3377 10.7218C11.6489 10.75 12.0283 10.75 12.468 10.75L12.4681 10.75L13.5325 10.75L13.5326 10.75C13.9723 10.75 14.3517 10.75 14.663 10.7218C14.9921 10.692 15.3181 10.6259 15.6253 10.4486C16.2796 10.0708 16.5601 9.48842 16.6727 8.93523C16.7597 8.50827 16.7538 7.85607 16.7503 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.7503 16.5C16.7538 16.1439 16.7597 15.4917 16.6727 15.0648C16.5601 14.5116 16.2796 13.9292 15.6253 13.5514C15.3181 13.3741 14.9921 13.308 14.663 13.2782C14.3517 13.25 13.9723 13.25 13.5325 13.25L6.46808 13.25C6.02829 13.25 5.64895 13.25 5.33766 13.2782C5.00847 13.308 4.68252 13.3741 4.37531 13.5514C3.72104 13.9292 3.44055 14.5116 3.32788 15.0648C3.24092 15.4917 3.24679 16.1439 3.25031 16.5C3.24679 16.8561 3.24092 17.5083 3.32788 17.9352C3.44055 18.4884 3.72104 19.0708 4.37531 19.4486C4.68252 19.6259 5.00847 19.692 5.33766 19.7218C5.64894 19.75 6.02827 19.75 6.46805 19.75L6.46808 19.75L13.5325 19.75L13.5326 19.75C13.9723 19.75 14.3517 19.75 14.663 19.7218C14.9921 19.692 15.3181 19.6259 15.6253 19.4486C16.2796 19.0708 16.5601 18.4884 16.6727 17.9352C16.7597 17.5083 16.7538 16.8561 16.7503 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.751 1C20.3033 1 20.751 1.44772 20.751 2L20.751 22C20.751 22.5523 20.3033 23 19.751 23C19.1987 23 18.751 22.5523 18.751 22L18.751 2C18.751 1.44772 19.1987 1 19.751 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.7503 7.5C16.7538 7.14393 16.7597 6.49173 16.6727 6.06477C16.5601 5.51157 16.2796 4.92918 15.6253 4.55144C15.3181 4.37407 14.9921 4.30801 14.663 4.27818C14.3517 4.24997 13.9723 4.24998 13.5325 4.25L12.4681 4.25C12.0283 4.24998 11.6489 4.24997 11.3377 4.27818C11.0085 4.30802 10.6825 4.37407 10.3753 4.55144C9.72104 4.92918 9.44055 5.51157 9.32788 6.06477C9.24092 6.49173 9.24679 7.14393 9.25031 7.5C9.24679 7.85607 9.24092 8.50827 9.32788 8.93523C9.44055 9.48842 9.72104 10.0708 10.3753 10.4486C10.6825 10.6259 11.0085 10.692 11.3377 10.7218C11.6489 10.75 12.0283 10.75 12.468 10.75L12.4681 10.75L13.5325 10.75L13.5326 10.75C13.9723 10.75 14.3517 10.75 14.663 10.7218C14.9921 10.692 15.3181 10.6259 15.6253 10.4486C16.2796 10.0708 16.5601 9.48842 16.6727 8.93523C16.7597 8.50827 16.7538 7.85607 16.7503 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.7503 16.5C16.7538 16.1439 16.7597 15.4917 16.6727 15.0648C16.5601 14.5116 16.2796 13.9292 15.6253 13.5514C15.3181 13.3741 14.9921 13.308 14.663 13.2782C14.3517 13.25 13.9723 13.25 13.5325 13.25L6.46808 13.25C6.02829 13.25 5.64895 13.25 5.33766 13.2782C5.00847 13.308 4.68252 13.3741 4.37531 13.5514C3.72104 13.9292 3.44055 14.5116 3.32788 15.0648C3.24092 15.4917 3.24679 16.1439 3.25031 16.5C3.24679 16.8561 3.24092 17.5083 3.32788 17.9352C3.44055 18.4884 3.72104 19.0708 4.37531 19.4486C4.68252 19.6259 5.00847 19.692 5.33766 19.7218C5.64894 19.75 6.02827 19.75 6.46805 19.75L6.46808 19.75L13.5325 19.75L13.5326 19.75C13.9723 19.75 14.3517 19.75 14.663 19.7218C14.9921 19.692 15.3181 19.6259 15.6253 19.4486C16.2796 19.0708 16.5601 18.4884 16.6727 17.9352C16.7597 17.5083 16.7538 16.8561 16.7503 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.751 1C20.3033 1 20.751 1.44772 20.751 2L20.751 22C20.751 22.5523 20.3033 23 19.751 23C19.1987 23 18.751 22.5523 18.751 22L18.751 2C18.751 1.44772 19.1987 1 19.751 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-align-selection{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 4C5 3.44772 5.44772 3 6 3H18C18.5523 3 19 3.44772 19 4C19 4.55228 18.5523 5 18 5H6C5.44772 5 5 4.55228 5 4ZM4 5C4.55228 5 5 5.44772 5 6V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6C3 5.44772 3.44772 5 4 5ZM20 5C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19C19.4477 19 19 18.5523 19 18V6C19 5.44772 19.4477 5 20 5ZM5 20C5 19.4477 5.44772 19 6 19H18C18.5523 19 19 19.4477 19 20C19 20.5523 18.5523 21 18 21H6C5.44772 21 5 20.5523 5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 4C17.25 2.48122 18.4812 1.25 20 1.25C21.5188 1.25 22.75 2.48122 22.75 4C22.75 5.51878 21.5188 6.75 20 6.75C18.4812 6.75 17.25 5.51878 17.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 4C1.25 2.48122 2.48122 1.25 4 1.25C5.51878 1.25 6.75 2.48122 6.75 4C6.75 5.51878 5.51878 6.75 4 6.75C2.48122 6.75 1.25 5.51878 1.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 20C17.25 18.4812 18.4812 17.25 20 17.25C21.5188 17.25 22.75 18.4812 22.75 20C22.75 21.5188 21.5188 22.75 20 22.75C18.4812 22.75 17.25 21.5188 17.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 20C1.25 18.4812 2.48122 17.25 4 17.25C5.51878 17.25 6.75 18.4812 6.75 20C6.75 21.5188 5.51878 22.75 4 22.75C2.48122 22.75 1.25 21.5188 1.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 4C5 3.44772 5.44772 3 6 3H18C18.5523 3 19 3.44772 19 4C19 4.55228 18.5523 5 18 5H6C5.44772 5 5 4.55228 5 4ZM4 5C4.55228 5 5 5.44772 5 6V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6C3 5.44772 3.44772 5 4 5ZM20 5C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19C19.4477 19 19 18.5523 19 18V6C19 5.44772 19.4477 5 20 5ZM5 20C5 19.4477 5.44772 19 6 19H18C18.5523 19 19 19.4477 19 20C19 20.5523 18.5523 21 18 21H6C5.44772 21 5 20.5523 5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 4C17.25 2.48122 18.4812 1.25 20 1.25C21.5188 1.25 22.75 2.48122 22.75 4C22.75 5.51878 21.5188 6.75 20 6.75C18.4812 6.75 17.25 5.51878 17.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 4C1.25 2.48122 2.48122 1.25 4 1.25C5.51878 1.25 6.75 2.48122 6.75 4C6.75 5.51878 5.51878 6.75 4 6.75C2.48122 6.75 1.25 5.51878 1.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 20C17.25 18.4812 18.4812 17.25 20 17.25C21.5188 17.25 22.75 18.4812 22.75 20C22.75 21.5188 21.5188 22.75 20 22.75C18.4812 22.75 17.25 21.5188 17.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 20C1.25 18.4812 2.48122 17.25 4 17.25C5.51878 17.25 6.75 18.4812 6.75 20C6.75 21.5188 5.51878 22.75 4 22.75C2.48122 22.75 1.25 21.5188 1.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-align-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.502 7.25165C16.858 7.24814 17.5102 7.24226 17.9372 7.32922C18.4904 7.44189 19.0728 7.72238 19.4505 8.37665C19.6279 8.68386 19.6939 9.00982 19.7238 9.339C19.752 9.65029 19.752 10.0296 19.752 10.4694V11.5339C19.752 11.9737 19.752 12.353 19.7238 12.6643C19.6939 12.9935 19.6279 13.3194 19.4505 13.6266C19.0728 14.2809 18.4904 14.5614 17.9372 14.6741C17.5102 14.761 16.858 14.7552 16.502 14.7516C16.1459 14.7552 15.4937 14.761 15.0667 14.6741C14.5135 14.5614 13.9311 14.2809 13.5534 13.6266C13.376 13.3194 13.31 12.9935 13.2801 12.6643C13.2519 12.353 13.2519 11.9737 13.252 11.5339V11.5339V10.4694V10.4694C13.2519 10.0296 13.2519 9.65028 13.2801 9.339C13.31 9.00981 13.376 8.68386 13.5534 8.37665C13.9311 7.72238 14.5135 7.44189 15.0667 7.32922C15.4937 7.24226 16.1459 7.24814 16.502 7.25165Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.50196 7.25165C7.85802 7.24814 8.51023 7.24226 8.93719 7.32922C9.49038 7.44189 10.0728 7.72238 10.4505 8.37665C10.6279 8.68386 10.6939 9.00981 10.7238 9.339C10.752 9.65029 10.752 10.0296 10.752 10.4694L10.752 17.5339C10.752 17.9737 10.752 18.353 10.7238 18.6643C10.6939 18.9935 10.6279 19.3194 10.4505 19.6266C10.0728 20.2809 9.49038 20.5614 8.93718 20.6741C8.51023 20.761 7.85802 20.7552 7.50195 20.7516C7.14588 20.7552 6.49368 20.761 6.06672 20.6741C5.51353 20.5614 4.93114 20.2809 4.5534 19.6266C4.37603 19.3194 4.30997 18.9935 4.28014 18.6643C4.25192 18.353 4.25194 17.9737 4.25195 17.5339V17.5339V10.4694V10.4694C4.25194 10.0296 4.25192 9.65028 4.28014 9.339C4.30997 9.00981 4.37603 8.68386 4.5534 8.37665C4.93114 7.72238 5.51353 7.44189 6.06672 7.32922C6.49368 7.24226 7.14589 7.24814 7.50196 7.25165Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 4.25C23 3.69772 22.5523 3.25 22 3.25L2 3.25C1.44771 3.25 1 3.69771 1 4.25C1 4.80228 1.44771 5.25 2 5.25L22 5.25C22.5523 5.25 23 4.80228 23 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.502 7.25165C16.858 7.24814 17.5102 7.24226 17.9372 7.32922C18.4904 7.44189 19.0728 7.72238 19.4505 8.37665C19.6279 8.68386 19.6939 9.00982 19.7238 9.339C19.752 9.65029 19.752 10.0296 19.752 10.4694V11.5339C19.752 11.9737 19.752 12.353 19.7238 12.6643C19.6939 12.9935 19.6279 13.3194 19.4505 13.6266C19.0728 14.2809 18.4904 14.5614 17.9372 14.6741C17.5102 14.761 16.858 14.7552 16.502 14.7516C16.1459 14.7552 15.4937 14.761 15.0667 14.6741C14.5135 14.5614 13.9311 14.2809 13.5534 13.6266C13.376 13.3194 13.31 12.9935 13.2801 12.6643C13.2519 12.353 13.2519 11.9737 13.252 11.5339V11.5339V10.4694V10.4694C13.2519 10.0296 13.2519 9.65028 13.2801 9.339C13.31 9.00981 13.376 8.68386 13.5534 8.37665C13.9311 7.72238 14.5135 7.44189 15.0667 7.32922C15.4937 7.24226 16.1459 7.24814 16.502 7.25165Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.50196 7.25165C7.85802 7.24814 8.51023 7.24226 8.93719 7.32922C9.49038 7.44189 10.0728 7.72238 10.4505 8.37665C10.6279 8.68386 10.6939 9.00981 10.7238 9.339C10.752 9.65029 10.752 10.0296 10.752 10.4694L10.752 17.5339C10.752 17.9737 10.752 18.353 10.7238 18.6643C10.6939 18.9935 10.6279 19.3194 10.4505 19.6266C10.0728 20.2809 9.49038 20.5614 8.93718 20.6741C8.51023 20.761 7.85802 20.7552 7.50195 20.7516C7.14588 20.7552 6.49368 20.761 6.06672 20.6741C5.51353 20.5614 4.93114 20.2809 4.5534 19.6266C4.37603 19.3194 4.30997 18.9935 4.28014 18.6643C4.25192 18.353 4.25194 17.9737 4.25195 17.5339V17.5339V10.4694V10.4694C4.25194 10.0296 4.25192 9.65028 4.28014 9.339C4.30997 9.00981 4.37603 8.68386 4.5534 8.37665C4.93114 7.72238 5.51353 7.44189 6.06672 7.32922C6.49368 7.24226 7.14589 7.24814 7.50196 7.25165Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 4.25C23 3.69772 22.5523 3.25 22 3.25L2 3.25C1.44771 3.25 1 3.69771 1 4.25C1 4.80228 1.44771 5.25 2 5.25L22 5.25C22.5523 5.25 23 4.80228 23 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-align-vertical-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M23 12C23 12.5523 22.5523 13 22 13L2 13C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11L22 11C22.5523 11 23 11.4477 23 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.75 13.5314C19.75 13.9709 19.75 14.35 19.7218 14.6611C19.692 14.9901 19.6259 15.3159 19.4486 15.6229C19.0708 16.2768 18.4884 16.5571 17.9352 16.6697C17.5083 16.7566 17.0393 16.752 16.6832 16.7485C16.618 16.7479 16.5566 16.7473 16.5 16.7473C16.4434 16.7473 16.382 16.7479 16.3168 16.7485C15.9607 16.752 15.4917 16.7566 15.0648 16.6697C14.5116 16.5571 13.9292 16.2768 13.5514 15.6229C13.3741 15.3159 13.308 14.9901 13.2782 14.6611C13.25 14.35 13.25 13.9709 13.25 13.5313L13.25 10.4687C13.25 10.0291 13.25 9.65 13.2782 9.33889C13.308 9.0099 13.3741 8.68413 13.5514 8.3771C13.9292 7.72321 14.5116 7.44288 15.0648 7.33028C15.4917 7.24337 15.9607 7.24799 16.3168 7.2515C16.382 7.25214 16.4434 7.25275 16.5 7.25275C16.5566 7.25275 16.618 7.25214 16.6832 7.2515C17.0393 7.24799 17.5083 7.24337 17.9352 7.33028C18.4884 7.44288 19.0708 7.72321 19.4486 8.3771C19.6259 8.68413 19.692 9.0099 19.7218 9.33889C19.75 9.65 19.75 10.0291 19.75 10.4686L19.75 10.4687L19.75 13.5313L19.75 13.5314Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.75 17.5305C10.75 17.9702 10.75 18.3494 10.7218 18.6606C10.692 18.9896 10.6259 19.3155 10.4486 19.6226C10.0708 20.2767 9.48842 20.5571 8.93523 20.6697C8.50827 20.7566 8.03925 20.752 7.68318 20.7485C7.61802 20.7479 7.55664 20.7472 7.5 20.7472C7.44335 20.7472 7.38198 20.7479 7.31682 20.7485C6.96075 20.752 6.49173 20.7566 6.06477 20.6697C5.51157 20.5571 4.92918 20.2767 4.55144 19.6226C4.37407 19.3155 4.30801 18.9896 4.27818 18.6606C4.24997 18.3494 4.24998 17.9701 4.25 17.5305L4.25 6.46951C4.24998 6.02986 4.24997 5.65064 4.27818 5.33944C4.30802 5.01036 4.37407 4.68451 4.55144 4.3774C4.92918 3.72334 5.51157 3.44293 6.06477 3.3303C6.49173 3.24337 6.96075 3.24799 7.31682 3.2515C7.38198 3.25214 7.44335 3.25275 7.5 3.25275C7.55664 3.25275 7.61802 3.25214 7.68318 3.2515C8.03925 3.24799 8.50827 3.24337 8.93523 3.3303C9.48842 3.44293 10.0708 3.72334 10.4486 4.3774C10.6259 4.68451 10.692 5.01036 10.7218 5.33944C10.75 5.65063 10.75 6.02984 10.75 6.46948L10.75 6.46951L10.75 17.5305L10.75 17.5305Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M23 12C23 12.5523 22.5523 13 22 13L2 13C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11L22 11C22.5523 11 23 11.4477 23 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.75 13.5314C19.75 13.9709 19.75 14.35 19.7218 14.6611C19.692 14.9901 19.6259 15.3159 19.4486 15.6229C19.0708 16.2768 18.4884 16.5571 17.9352 16.6697C17.5083 16.7566 17.0393 16.752 16.6832 16.7485C16.618 16.7479 16.5566 16.7473 16.5 16.7473C16.4434 16.7473 16.382 16.7479 16.3168 16.7485C15.9607 16.752 15.4917 16.7566 15.0648 16.6697C14.5116 16.5571 13.9292 16.2768 13.5514 15.6229C13.3741 15.3159 13.308 14.9901 13.2782 14.6611C13.25 14.35 13.25 13.9709 13.25 13.5313L13.25 10.4687C13.25 10.0291 13.25 9.65 13.2782 9.33889C13.308 9.0099 13.3741 8.68413 13.5514 8.3771C13.9292 7.72321 14.5116 7.44288 15.0648 7.33028C15.4917 7.24337 15.9607 7.24799 16.3168 7.2515C16.382 7.25214 16.4434 7.25275 16.5 7.25275C16.5566 7.25275 16.618 7.25214 16.6832 7.2515C17.0393 7.24799 17.5083 7.24337 17.9352 7.33028C18.4884 7.44288 19.0708 7.72321 19.4486 8.3771C19.6259 8.68413 19.692 9.0099 19.7218 9.33889C19.75 9.65 19.75 10.0291 19.75 10.4686L19.75 10.4687L19.75 13.5313L19.75 13.5314Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.75 17.5305C10.75 17.9702 10.75 18.3494 10.7218 18.6606C10.692 18.9896 10.6259 19.3155 10.4486 19.6226C10.0708 20.2767 9.48842 20.5571 8.93523 20.6697C8.50827 20.7566 8.03925 20.752 7.68318 20.7485C7.61802 20.7479 7.55664 20.7472 7.5 20.7472C7.44335 20.7472 7.38198 20.7479 7.31682 20.7485C6.96075 20.752 6.49173 20.7566 6.06477 20.6697C5.51157 20.5571 4.92918 20.2767 4.55144 19.6226C4.37407 19.3155 4.30801 18.9896 4.27818 18.6606C4.24997 18.3494 4.24998 17.9701 4.25 17.5305L4.25 6.46951C4.24998 6.02986 4.24997 5.65064 4.27818 5.33944C4.30802 5.01036 4.37407 4.68451 4.55144 4.3774C4.92918 3.72334 5.51157 3.44293 6.06477 3.3303C6.49173 3.24337 6.96075 3.24799 7.31682 3.2515C7.38198 3.25214 7.44335 3.25275 7.5 3.25275C7.55664 3.25275 7.61802 3.25214 7.68318 3.2515C8.03925 3.24799 8.50827 3.24337 8.93523 3.3303C9.48842 3.44293 10.0708 3.72334 10.4486 4.3774C10.6259 4.68451 10.692 5.01036 10.7218 5.33944C10.75 5.65063 10.75 6.02984 10.75 6.46948L10.75 6.46951L10.75 17.5305L10.75 17.5305Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-alphabet-arabic{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 3C9.55228 3 10 3.44772 10 4L10 11C10 11.5523 9.55228 12 9 12C8.44771 12 8 11.5523 8 11L8 4C8 3.44772 8.44772 3 9 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 3C13.5523 3 14 3.44772 14 4V13H20.5734C19.6112 11.6744 18.3125 11 17.117 11C16.5647 11 16.117 10.5523 16.117 10C16.117 9.44772 16.5647 9 17.117 9C19.1871 9 21.1418 10.2136 22.4075 12.137L22.4379 12.1831C22.5841 12.4048 22.7623 12.675 22.8684 12.9293C23.0092 13.2668 23.0944 13.7425 22.8191 14.2311C22.5341 14.7369 22.0567 14.8977 21.7197 14.9539C21.4408 15.0004 21.1013 15.0002 20.7993 15L20.743 15H14L14 17.7183V17.7183C14.0001 18.2238 14.0001 18.6857 13.9568 19.0613C13.9103 19.4646 13.8006 19.9191 13.4664 20.3091C13.113 20.7213 12.6664 20.8802 12.2522 20.9452C11.9012 21.0003 11.4788 21.0001 11.0596 21H11.0596L11 21H10C9.44772 21 9 20.5523 9 20C9 19.4477 9.44772 19 10 19H11C11.5042 19 11.7653 18.9971 11.9423 18.9694L11.9486 18.9684C11.9553 18.937 11.963 18.8929 11.97 18.8323C11.9984 18.5853 12 18.241 12 17.6667V4C12 3.44772 12.4477 3 13 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 3C5.55228 3 6 3.44772 6 4L6 17.7183C6.00005 18.2238 6.0001 18.6857 5.95681 19.0613C5.91033 19.4646 5.80065 19.9191 5.46636 20.3091C5.11302 20.7213 4.6664 20.8802 4.25223 20.9452C3.90124 21.0003 3.47879 21.0001 3.05959 21C3.03971 21 3.01985 21 3 21H2C1.44772 21 1 20.5523 1 20C1 19.4477 1.44772 19 2 19H3C3.50423 19 3.76531 18.9971 3.94231 18.9694C3.94445 18.969 3.94653 18.9687 3.94856 18.9684C3.95533 18.937 3.96299 18.8929 3.96996 18.8323C3.99843 18.5853 4 18.241 4 17.6667V4C4 3.44772 4.44772 3 5 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 3C9.55228 3 10 3.44772 10 4L10 11C10 11.5523 9.55228 12 9 12C8.44771 12 8 11.5523 8 11L8 4C8 3.44772 8.44772 3 9 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 3C13.5523 3 14 3.44772 14 4V13H20.5734C19.6112 11.6744 18.3125 11 17.117 11C16.5647 11 16.117 10.5523 16.117 10C16.117 9.44772 16.5647 9 17.117 9C19.1871 9 21.1418 10.2136 22.4075 12.137L22.4379 12.1831C22.5841 12.4048 22.7623 12.675 22.8684 12.9293C23.0092 13.2668 23.0944 13.7425 22.8191 14.2311C22.5341 14.7369 22.0567 14.8977 21.7197 14.9539C21.4408 15.0004 21.1013 15.0002 20.7993 15L20.743 15H14L14 17.7183V17.7183C14.0001 18.2238 14.0001 18.6857 13.9568 19.0613C13.9103 19.4646 13.8006 19.9191 13.4664 20.3091C13.113 20.7213 12.6664 20.8802 12.2522 20.9452C11.9012 21.0003 11.4788 21.0001 11.0596 21H11.0596L11 21H10C9.44772 21 9 20.5523 9 20C9 19.4477 9.44772 19 10 19H11C11.5042 19 11.7653 18.9971 11.9423 18.9694L11.9486 18.9684C11.9553 18.937 11.963 18.8929 11.97 18.8323C11.9984 18.5853 12 18.241 12 17.6667V4C12 3.44772 12.4477 3 13 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 3C5.55228 3 6 3.44772 6 4L6 17.7183C6.00005 18.2238 6.0001 18.6857 5.95681 19.0613C5.91033 19.4646 5.80065 19.9191 5.46636 20.3091C5.11302 20.7213 4.6664 20.8802 4.25223 20.9452C3.90124 21.0003 3.47879 21.0001 3.05959 21C3.03971 21 3.01985 21 3 21H2C1.44772 21 1 20.5523 1 20C1 19.4477 1.44772 19 2 19H3C3.50423 19 3.76531 18.9971 3.94231 18.9694C3.94445 18.969 3.94653 18.9687 3.94856 18.9684C3.95533 18.937 3.96299 18.8929 3.96996 18.8323C3.99843 18.5853 4 18.241 4 17.6667V4C4 3.44772 4.44772 3 5 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-alphabet-bangla{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.7364 7.04408C8.06184 6.68986 9.40017 5.63142 11.0362 5.19197C11.8344 4.97756 12.6574 4.92314 13.4486 5.13007C14.2268 5.3336 15.044 5.80754 15.8217 6.76718C16.0457 7.04369 16.1616 7.18947 16.2733 7.38041C16.3845 7.5705 16.508 7.83583 16.6842 8.3332C16.9925 9.20326 17 9.77169 17 11.2498V12.9551C16.8252 12.757 16.6416 12.5849 16.4507 12.4434C16.2974 12.3297 16.1116 12.2176 15.9041 12.134C16.0339 11.311 16.0401 10.4741 15.8746 9.70278C15.628 8.55308 14.9738 7.47603 13.7295 6.95708C12.9011 6.61155 12.1163 6.5062 11.4 6.66531C10.6753 6.82627 10.1244 7.23512 9.73529 7.72956C8.99497 8.67026 8.79493 9.96191 8.899 10.8734C8.96165 11.4221 9.45726 11.8162 10.006 11.7535C10.5547 11.6909 10.9487 11.1953 10.8861 10.6466C10.8258 10.1181 10.9707 9.39373 11.307 8.96645C11.4561 8.7769 11.6264 8.66376 11.8337 8.61772C12.0492 8.56984 12.4071 8.57249 12.9596 8.80297C13.4417 9.00401 13.77 9.42696 13.9191 10.1223C14.0726 10.8379 14.0074 11.7579 13.73 12.6966C13.454 13.631 12.9926 14.4984 12.4457 15.1124C11.8906 15.7357 11.3431 16 10.8784 16C10.3156 16 9.6332 15.7497 8.85673 15.1683C8.08663 14.5917 7.29201 13.7387 6.5286 12.6691C5.00164 10.5297 3.68717 7.64704 2.97082 4.75926C2.83785 4.22322 2.29551 3.89647 1.75947 4.02944C1.22343 4.16241 0.896681 4.70475 1.02965 5.24079C1.80167 8.35301 3.21588 11.4704 4.90071 13.831C5.7432 15.0114 6.67526 16.0334 7.65796 16.7692C8.63429 17.5003 9.73085 18 10.8784 18C12.1242 18 13.1717 17.3044 13.9392 16.4426C14.5225 15.7877 15.0001 14.9791 15.3476 14.1226C15.5139 14.2725 15.7349 14.54 15.9651 14.9628C16.4984 15.9425 16.9879 17.6772 17 20C17 20.5523 17.4477 21 18 21C18.5523 21 19.0002 20.5523 19.0002 20L19 11.1777C19 10.7961 19.0085 10.3219 19 10C19 9.0071 19.2682 7.86385 19.7904 7.05394C20.2832 6.28967 20.9343 5.89126 21.8547 6.02643C22.4011 6.10668 22.9091 5.72878 22.9894 5.18235C23.0696 4.63593 22.6917 4.12791 22.1453 4.04766C20.2657 3.77162 18.9168 4.71828 18.1096 5.9701C18.0482 6.06524 17.9897 6.16248 17.9338 6.26153C17.759 5.98114 17.5591 5.73448 17.3755 5.50802C16.3509 4.24359 15.1769 3.51481 13.9546 3.19514C12.7453 2.87887 11.5585 2.98079 10.5174 3.26044C8.47472 3.80911 6.81602 5.0897 6.26361 5.69099C5.88996 6.09769 5.91676 6.73029 6.32346 7.10393C6.73016 7.47758 7.36276 7.45079 7.7364 7.04408Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.7364 7.04408C8.06184 6.68986 9.40017 5.63142 11.0362 5.19197C11.8344 4.97756 12.6574 4.92314 13.4486 5.13007C14.2268 5.3336 15.044 5.80754 15.8217 6.76718C16.0457 7.04369 16.1616 7.18947 16.2733 7.38041C16.3845 7.5705 16.508 7.83583 16.6842 8.3332C16.9925 9.20326 17 9.77169 17 11.2498V12.9551C16.8252 12.757 16.6416 12.5849 16.4507 12.4434C16.2974 12.3297 16.1116 12.2176 15.9041 12.134C16.0339 11.311 16.0401 10.4741 15.8746 9.70278C15.628 8.55308 14.9738 7.47603 13.7295 6.95708C12.9011 6.61155 12.1163 6.5062 11.4 6.66531C10.6753 6.82627 10.1244 7.23512 9.73529 7.72956C8.99497 8.67026 8.79493 9.96191 8.899 10.8734C8.96165 11.4221 9.45726 11.8162 10.006 11.7535C10.5547 11.6909 10.9487 11.1953 10.8861 10.6466C10.8258 10.1181 10.9707 9.39373 11.307 8.96645C11.4561 8.7769 11.6264 8.66376 11.8337 8.61772C12.0492 8.56984 12.4071 8.57249 12.9596 8.80297C13.4417 9.00401 13.77 9.42696 13.9191 10.1223C14.0726 10.8379 14.0074 11.7579 13.73 12.6966C13.454 13.631 12.9926 14.4984 12.4457 15.1124C11.8906 15.7357 11.3431 16 10.8784 16C10.3156 16 9.6332 15.7497 8.85673 15.1683C8.08663 14.5917 7.29201 13.7387 6.5286 12.6691C5.00164 10.5297 3.68717 7.64704 2.97082 4.75926C2.83785 4.22322 2.29551 3.89647 1.75947 4.02944C1.22343 4.16241 0.896681 4.70475 1.02965 5.24079C1.80167 8.35301 3.21588 11.4704 4.90071 13.831C5.7432 15.0114 6.67526 16.0334 7.65796 16.7692C8.63429 17.5003 9.73085 18 10.8784 18C12.1242 18 13.1717 17.3044 13.9392 16.4426C14.5225 15.7877 15.0001 14.9791 15.3476 14.1226C15.5139 14.2725 15.7349 14.54 15.9651 14.9628C16.4984 15.9425 16.9879 17.6772 17 20C17 20.5523 17.4477 21 18 21C18.5523 21 19.0002 20.5523 19.0002 20L19 11.1777C19 10.7961 19.0085 10.3219 19 10C19 9.0071 19.2682 7.86385 19.7904 7.05394C20.2832 6.28967 20.9343 5.89126 21.8547 6.02643C22.4011 6.10668 22.9091 5.72878 22.9894 5.18235C23.0696 4.63593 22.6917 4.12791 22.1453 4.04766C20.2657 3.77162 18.9168 4.71828 18.1096 5.9701C18.0482 6.06524 17.9897 6.16248 17.9338 6.26153C17.759 5.98114 17.5591 5.73448 17.3755 5.50802C16.3509 4.24359 15.1769 3.51481 13.9546 3.19514C12.7453 2.87887 11.5585 2.98079 10.5174 3.26044C8.47472 3.80911 6.81602 5.0897 6.26361 5.69099C5.88996 6.09769 5.91676 6.73029 6.32346 7.10393C6.73016 7.47758 7.36276 7.45079 7.7364 7.04408Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-alphabet-chinese{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5146 2.14266C11.0411 1.85851 10.4268 2.01208 10.1427 2.48566C9.85851 2.95924 10.0121 3.5735 10.4857 3.85764C10.8925 4.10176 11.2608 4.50346 11.5466 5.00014L6.90713 5.00004C6.53841 4.99943 6.176 4.99883 5.85316 5.08533C4.99043 5.3165 4.31656 5.99037 4.08539 6.8531C3.99889 7.17594 3.99959 7.63142 4.00021 8.00014C4.00021 8.55243 4.44792 9.00014 5.00021 9.00014C5.55249 9.00014 6.00021 8.55243 6.00021 8.00014C6.00021 7.75859 6.01213 7.48276 6.01724 7.37074C6.06348 7.19819 6.19825 7.06342 6.3708 7.01718C6.3708 7.01718 6.75865 7.00014 7.00021 7.00014H17.0002C17.2418 7.00014 17.5176 7.01207 17.6296 7.01718C17.8022 7.06342 17.9369 7.19819 17.9832 7.37074C17.9832 7.37074 18.0002 7.75859 18.0002 8.00014C18.0002 8.55243 18.4479 9.00014 19.0002 9.00014C19.5525 9.00014 20.0002 8.55243 20.0002 8.00014C20.0008 7.63142 20.0015 7.17594 19.915 6.8531C19.6839 5.99037 19.01 5.3165 18.1473 5.08533C17.8244 4.99883 17.462 4.99943 17.0933 5.00004L13.7433 5.00014C13.3239 3.85433 12.5722 2.77718 11.5146 2.14266Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7628 10.0001C13.5724 10.2006 12.7723 11.0219 12.5973 11.1953C12.1873 11.6671 11.8242 12.085 11.6308 12.6237C11.5866 12.7467 11.5528 12.8719 11.527 13.0001L7 13.0001C6.44772 13.0001 6 13.4478 6 14.0001C6 14.5523 6.44772 15.0001 7 15.0001L11.4432 15.0001L11.4433 18.0751C11.4433 18.7232 11.2577 19.2128 11.0009 19.5211C10.7593 19.8111 10.4097 20.0001 9.90833 20.0001C9.35604 20.0001 8.90833 20.4478 8.90833 21.0001C8.90833 21.5524 9.35604 22.0001 9.90833 22.0001C10.9895 22.0001 11.9073 21.5579 12.5377 20.8011C13.1527 20.0626 13.4433 19.0897 13.4433 18.0751V15.0001L18 15.0001C18.5523 15.0001 19 14.5523 19 14.0001C19 13.4478 18.5523 13.0001 18 13.0001L13.6957 13.0001C13.793 12.8745 13.9445 12.6949 14.189 12.4127C14.4116 12.192 15.1111 11.4905 15.377 11.2023C15.6369 10.9205 15.9141 10.5984 16.1189 10.2911C16.22 10.1395 16.3291 9.95385 16.4034 9.75165C16.4678 9.57661 16.5707 9.21838 16.4287 8.82271C16.2102 8.21409 15.655 8.07081 15.4245 8.03319C15.218 7.99951 14.9685 7.99981 14.7794 8.00004L8.5 8.00008C7.94772 8.00008 7.5 8.44779 7.5 9.00008C7.5 9.55236 7.94772 10.0001 8.5 10.0001H13.7628Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5146 2.14266C11.0411 1.85851 10.4268 2.01208 10.1427 2.48566C9.85851 2.95924 10.0121 3.5735 10.4857 3.85764C10.8925 4.10176 11.2608 4.50346 11.5466 5.00014L6.90713 5.00004C6.53841 4.99943 6.176 4.99883 5.85316 5.08533C4.99043 5.3165 4.31656 5.99037 4.08539 6.8531C3.99889 7.17594 3.99959 7.63142 4.00021 8.00014C4.00021 8.55243 4.44792 9.00014 5.00021 9.00014C5.55249 9.00014 6.00021 8.55243 6.00021 8.00014C6.00021 7.75859 6.01213 7.48276 6.01724 7.37074C6.06348 7.19819 6.19825 7.06342 6.3708 7.01718C6.3708 7.01718 6.75865 7.00014 7.00021 7.00014H17.0002C17.2418 7.00014 17.5176 7.01207 17.6296 7.01718C17.8022 7.06342 17.9369 7.19819 17.9832 7.37074C17.9832 7.37074 18.0002 7.75859 18.0002 8.00014C18.0002 8.55243 18.4479 9.00014 19.0002 9.00014C19.5525 9.00014 20.0002 8.55243 20.0002 8.00014C20.0008 7.63142 20.0015 7.17594 19.915 6.8531C19.6839 5.99037 19.01 5.3165 18.1473 5.08533C17.8244 4.99883 17.462 4.99943 17.0933 5.00004L13.7433 5.00014C13.3239 3.85433 12.5722 2.77718 11.5146 2.14266Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7628 10.0001C13.5724 10.2006 12.7723 11.0219 12.5973 11.1953C12.1873 11.6671 11.8242 12.085 11.6308 12.6237C11.5866 12.7467 11.5528 12.8719 11.527 13.0001L7 13.0001C6.44772 13.0001 6 13.4478 6 14.0001C6 14.5523 6.44772 15.0001 7 15.0001L11.4432 15.0001L11.4433 18.0751C11.4433 18.7232 11.2577 19.2128 11.0009 19.5211C10.7593 19.8111 10.4097 20.0001 9.90833 20.0001C9.35604 20.0001 8.90833 20.4478 8.90833 21.0001C8.90833 21.5524 9.35604 22.0001 9.90833 22.0001C10.9895 22.0001 11.9073 21.5579 12.5377 20.8011C13.1527 20.0626 13.4433 19.0897 13.4433 18.0751V15.0001L18 15.0001C18.5523 15.0001 19 14.5523 19 14.0001C19 13.4478 18.5523 13.0001 18 13.0001L13.6957 13.0001C13.793 12.8745 13.9445 12.6949 14.189 12.4127C14.4116 12.192 15.1111 11.4905 15.377 11.2023C15.6369 10.9205 15.9141 10.5984 16.1189 10.2911C16.22 10.1395 16.3291 9.95385 16.4034 9.75165C16.4678 9.57661 16.5707 9.21838 16.4287 8.82271C16.2102 8.21409 15.655 8.07081 15.4245 8.03319C15.218 7.99951 14.9685 7.99981 14.7794 8.00004L8.5 8.00008C7.94772 8.00008 7.5 8.44779 7.5 9.00008C7.5 9.55236 7.94772 10.0001 8.5 10.0001H13.7628Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-alphabet-greek{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4C8.26205 4 4.99307 7.55791 4.99307 12.2636C4.99307 15.1215 6.65529 17.6953 8.79713 19.2011C9.09893 19.4133 9.41268 19.6338 9.60606 19.7955C9.70247 19.876 9.83862 19.9972 9.94889 20.1496C10.042 20.2782 10.2863 20.6647 10.1289 21.1619C9.97658 21.6436 9.57569 21.8247 9.41444 21.8825C9.23544 21.9466 9.05453 21.9681 8.93228 21.9787C8.68812 22.0001 8.35975 22 8.00929 22H8.00918H4.93233C4.27758 22.0001 3.68947 22.0001 3.21347 21.9362C2.69392 21.8664 2.16092 21.7044 1.72426 21.2681C1.09543 20.6398 1.02344 19.792 1.00046 19.0301C0.983817 18.4781 1.41783 18.0171 1.96987 18.0005C2.5219 17.9838 2.98291 18.4178 2.99955 18.9699C3.01076 19.3416 3.03638 19.5613 3.07277 19.7035C3.10214 19.8183 3.1288 19.8444 3.13696 19.8524L3.13786 19.8532C3.14372 19.8599 3.19247 19.9154 3.47974 19.954C3.80651 19.9979 4.25797 20 4.99394 20H6.5979C4.53627 18.1423 2.99307 15.3859 2.99307 12.2636C2.99307 6.73696 6.89375 2 12 2C17.1063 2 21.0069 6.73696 21.0069 12.2636C21.0069 15.3859 19.4637 18.1423 17.4021 20H19.0061C19.742 20 20.1935 19.9979 20.5203 19.954C20.8075 19.9154 20.8558 19.8605 20.8617 19.8538L20.8631 19.8524C20.8712 19.8444 20.8979 19.8183 20.9272 19.7035C20.9636 19.5613 20.9893 19.3416 21.0005 18.9699C21.0171 18.4178 21.4781 17.9838 22.0302 18.0005C22.5822 18.0171 23.0162 18.4781 22.9996 19.0301C22.9766 19.792 22.9046 20.6398 22.2758 21.2681C21.8391 21.7044 21.3061 21.8664 20.7865 21.9362C20.3106 22.0001 19.7224 22.0001 19.0677 22H15.9908H15.9907C15.6403 22 15.3119 22.0001 15.0677 21.9787C14.9455 21.9681 14.7646 21.9466 14.5856 21.8825C14.4243 21.8247 14.0234 21.6436 13.8711 21.1619C13.7138 20.6647 13.958 20.2782 14.0511 20.1496C14.1614 19.9972 14.2975 19.876 14.394 19.7955C14.5873 19.6338 14.9011 19.4133 15.2029 19.2011C17.3447 17.6953 19.0069 15.1215 19.0069 12.2636C19.0069 7.55791 15.738 4 12 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4C8.26205 4 4.99307 7.55791 4.99307 12.2636C4.99307 15.1215 6.65529 17.6953 8.79713 19.2011C9.09893 19.4133 9.41268 19.6338 9.60606 19.7955C9.70247 19.876 9.83862 19.9972 9.94889 20.1496C10.042 20.2782 10.2863 20.6647 10.1289 21.1619C9.97658 21.6436 9.57569 21.8247 9.41444 21.8825C9.23544 21.9466 9.05453 21.9681 8.93228 21.9787C8.68812 22.0001 8.35975 22 8.00929 22H8.00918H4.93233C4.27758 22.0001 3.68947 22.0001 3.21347 21.9362C2.69392 21.8664 2.16092 21.7044 1.72426 21.2681C1.09543 20.6398 1.02344 19.792 1.00046 19.0301C0.983817 18.4781 1.41783 18.0171 1.96987 18.0005C2.5219 17.9838 2.98291 18.4178 2.99955 18.9699C3.01076 19.3416 3.03638 19.5613 3.07277 19.7035C3.10214 19.8183 3.1288 19.8444 3.13696 19.8524L3.13786 19.8532C3.14372 19.8599 3.19247 19.9154 3.47974 19.954C3.80651 19.9979 4.25797 20 4.99394 20H6.5979C4.53627 18.1423 2.99307 15.3859 2.99307 12.2636C2.99307 6.73696 6.89375 2 12 2C17.1063 2 21.0069 6.73696 21.0069 12.2636C21.0069 15.3859 19.4637 18.1423 17.4021 20H19.0061C19.742 20 20.1935 19.9979 20.5203 19.954C20.8075 19.9154 20.8558 19.8605 20.8617 19.8538L20.8631 19.8524C20.8712 19.8444 20.8979 19.8183 20.9272 19.7035C20.9636 19.5613 20.9893 19.3416 21.0005 18.9699C21.0171 18.4178 21.4781 17.9838 22.0302 18.0005C22.5822 18.0171 23.0162 18.4781 22.9996 19.0301C22.9766 19.792 22.9046 20.6398 22.2758 21.2681C21.8391 21.7044 21.3061 21.8664 20.7865 21.9362C20.3106 22.0001 19.7224 22.0001 19.0677 22H15.9908H15.9907C15.6403 22 15.3119 22.0001 15.0677 21.9787C14.9455 21.9681 14.7646 21.9466 14.5856 21.8825C14.4243 21.8247 14.0234 21.6436 13.8711 21.1619C13.7138 20.6647 13.958 20.2782 14.0511 20.1496C14.1614 19.9972 14.2975 19.876 14.394 19.7955C14.5873 19.6338 14.9011 19.4133 15.2029 19.2011C17.3447 17.6953 19.0069 15.1215 19.0069 12.2636C19.0069 7.55791 15.738 4 12 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-alphabet-hebrew{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.58708 2.08959C5.09002 1.8614 5.68271 2.08414 5.9109 2.58708C7.57988 6.26564 9.94167 8.72689 12.4913 11.2958C12.5942 11.3995 12.6974 11.5034 12.8009 11.6075C15.2502 14.0722 17.8484 16.6867 19.8841 20.5324C20.1424 21.0205 19.9562 21.6257 19.4681 21.8841C18.9799 22.1424 18.3748 21.9562 18.1164 21.4681C16.2226 17.8902 13.8109 15.4623 11.3377 12.9725C11.2491 12.8833 11.1605 12.7941 11.0717 12.7047C8.51716 10.1307 5.92061 7.44914 4.08959 3.41341C3.8614 2.91047 4.08414 2.31778 4.58708 2.08959Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.142 15.5135C13.8583 15.0396 14.0125 14.4255 14.4864 14.1418C17.7499 12.1883 18 8.74472 18 6.99985C18 5.75076 17.844 4.83218 17.6965 4.24238C17.6227 3.94716 17.5662 3.70693 17.4354 3.43991C17.1939 2.94732 17.3946 2.3512 17.8861 2.10542C18.3801 1.85843 18.9808 2.05866 19.2278 2.55263C19.4876 3.0724 19.5439 3.38587 19.6368 3.75731C19.8227 4.50085 20 5.58227 20 6.99985C20 8.83189 19.7675 13.3114 15.5136 15.8579C15.0398 16.1415 14.4256 15.9873 14.142 15.5135Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.80995 8.49372C10.1026 8.96211 9.9601 9.57904 9.49171 9.87166C6.2459 11.8995 6 15.2334 6 16.9291C6 18.1956 6.16948 19.1264 6.3294 19.7235C6.40946 20.0224 6.55856 20.4013 6.61236 20.5352C6.86725 21.0207 6.68341 21.6219 6.19909 21.8814C5.71225 22.1422 5.10619 21.9589 4.8454 21.4721C4.62171 21.0545 4.49915 20.6204 4.39749 20.2409C4.19397 19.481 4 18.3764 4 16.9291C4 15.1066 4.24565 10.7909 8.43201 8.17548C8.9004 7.88285 9.51733 8.02533 9.80995 8.49372Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.58708 2.08959C5.09002 1.8614 5.68271 2.08414 5.9109 2.58708C7.57988 6.26564 9.94167 8.72689 12.4913 11.2958C12.5942 11.3995 12.6974 11.5034 12.8009 11.6075C15.2502 14.0722 17.8484 16.6867 19.8841 20.5324C20.1424 21.0205 19.9562 21.6257 19.4681 21.8841C18.9799 22.1424 18.3748 21.9562 18.1164 21.4681C16.2226 17.8902 13.8109 15.4623 11.3377 12.9725C11.2491 12.8833 11.1605 12.7941 11.0717 12.7047C8.51716 10.1307 5.92061 7.44914 4.08959 3.41341C3.8614 2.91047 4.08414 2.31778 4.58708 2.08959Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.142 15.5135C13.8583 15.0396 14.0125 14.4255 14.4864 14.1418C17.7499 12.1883 18 8.74472 18 6.99985C18 5.75076 17.844 4.83218 17.6965 4.24238C17.6227 3.94716 17.5662 3.70693 17.4354 3.43991C17.1939 2.94732 17.3946 2.3512 17.8861 2.10542C18.3801 1.85843 18.9808 2.05866 19.2278 2.55263C19.4876 3.0724 19.5439 3.38587 19.6368 3.75731C19.8227 4.50085 20 5.58227 20 6.99985C20 8.83189 19.7675 13.3114 15.5136 15.8579C15.0398 16.1415 14.4256 15.9873 14.142 15.5135Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.80995 8.49372C10.1026 8.96211 9.9601 9.57904 9.49171 9.87166C6.2459 11.8995 6 15.2334 6 16.9291C6 18.1956 6.16948 19.1264 6.3294 19.7235C6.40946 20.0224 6.55856 20.4013 6.61236 20.5352C6.86725 21.0207 6.68341 21.6219 6.19909 21.8814C5.71225 22.1422 5.10619 21.9589 4.8454 21.4721C4.62171 21.0545 4.49915 20.6204 4.39749 20.2409C4.19397 19.481 4 18.3764 4 16.9291C4 15.1066 4.24565 10.7909 8.43201 8.17548C8.9004 7.88285 9.51733 8.02533 9.80995 8.49372Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-alphabet-hindi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.3276 4.94518C22.8494 4.76441 23.1259 4.19481 22.9451 3.67295C22.7644 3.15109 22.1948 2.87458 21.6729 3.05536C19.4606 3.82173 17.7007 3.45031 16.2776 3.0395C15.747 2.88633 15.1926 3.1923 15.0395 3.72292C14.8863 4.25354 15.1923 4.80787 15.7229 4.96104C16.3722 5.14849 17.134 5.34263 18.0002 5.43872V9.87312C17.7971 10.6131 17.512 11.0831 17.2235 11.3825C16.9251 11.6922 16.5803 11.8645 16.2013 11.9452C15.4613 12.1027 14.5751 11.9089 13.8201 11.579C13.4733 11.2384 13.0764 10.9636 12.6664 10.7474C12.5762 10.6999 12.4848 10.6548 12.3927 10.6121C13.0626 10.087 13.5923 9.43947 13.9179 8.7148C14.2904 7.88584 14.3942 6.94743 14.0955 6.02213C13.7975 5.09946 13.1321 4.28965 12.1452 3.64734C10.906 2.84088 9.37174 2.89976 8.12286 3.22489C6.86023 3.5536 5.64654 4.2139 4.9013 4.94149C4.50613 5.32731 4.49854 5.96043 4.88436 6.35561C5.27018 6.75078 5.9033 6.75836 6.29847 6.37255C6.7532 5.92859 7.63944 5.41741 8.62674 5.16038C9.62778 4.89977 10.4934 4.95865 11.0542 5.32361C11.7417 5.77105 12.0636 6.23835 12.1922 6.63667C12.32 7.03235 12.2896 7.4588 12.0936 7.89509C11.6875 8.79874 10.5725 9.69265 9.03956 9.94209C8.52528 10.0258 8.16144 10.4903 8.20342 11.0097C8.2454 11.529 8.67912 11.9291 9.20017 11.9291C9.89121 11.9291 10.9184 12.0868 11.7337 12.5166C12.1558 12.7712 13 13.513 13 14.4438C13 17.9344 9.08771 20.0144 6.04231 18.5126C4.45969 17.7321 3.73899 16.7563 3.38243 15.8366C3.00846 14.872 3.00001 13.8907 3.00001 13.0003C3.00001 12.448 2.55229 12.0003 2.00001 12.0003C1.44772 12.0003 1.00001 12.448 1.00001 13.0003L1 13.0405C0.999876 13.9081 0.999681 15.2235 1.51768 16.5596C2.06115 17.9613 3.14045 19.3115 5.15771 20.3063C9.31207 22.355 15 19.6546 15 14.4438C15 14.2768 14.9913 14.1155 14.9745 13.9597C15.5075 14.0246 16.0652 14.019 16.6177 13.9014C17.0948 13.7998 17.5644 13.6149 18.0002 13.3252L18.0002 20.0003C18.0002 20.5526 18.4479 21.0003 19.0002 21.0003C19.5525 21.0003 20.0002 20.5526 20.0002 20.0003L20.0002 5.45765C20.7261 5.38875 21.5029 5.23087 22.3276 4.94518Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.3276 4.94518C22.8494 4.76441 23.1259 4.19481 22.9451 3.67295C22.7644 3.15109 22.1948 2.87458 21.6729 3.05536C19.4606 3.82173 17.7007 3.45031 16.2776 3.0395C15.747 2.88633 15.1926 3.1923 15.0395 3.72292C14.8863 4.25354 15.1923 4.80787 15.7229 4.96104C16.3722 5.14849 17.134 5.34263 18.0002 5.43872V9.87312C17.7971 10.6131 17.512 11.0831 17.2235 11.3825C16.9251 11.6922 16.5803 11.8645 16.2013 11.9452C15.4613 12.1027 14.5751 11.9089 13.8201 11.579C13.4733 11.2384 13.0764 10.9636 12.6664 10.7474C12.5762 10.6999 12.4848 10.6548 12.3927 10.6121C13.0626 10.087 13.5923 9.43947 13.9179 8.7148C14.2904 7.88584 14.3942 6.94743 14.0955 6.02213C13.7975 5.09946 13.1321 4.28965 12.1452 3.64734C10.906 2.84088 9.37174 2.89976 8.12286 3.22489C6.86023 3.5536 5.64654 4.2139 4.9013 4.94149C4.50613 5.32731 4.49854 5.96043 4.88436 6.35561C5.27018 6.75078 5.9033 6.75836 6.29847 6.37255C6.7532 5.92859 7.63944 5.41741 8.62674 5.16038C9.62778 4.89977 10.4934 4.95865 11.0542 5.32361C11.7417 5.77105 12.0636 6.23835 12.1922 6.63667C12.32 7.03235 12.2896 7.4588 12.0936 7.89509C11.6875 8.79874 10.5725 9.69265 9.03956 9.94209C8.52528 10.0258 8.16144 10.4903 8.20342 11.0097C8.2454 11.529 8.67912 11.9291 9.20017 11.9291C9.89121 11.9291 10.9184 12.0868 11.7337 12.5166C12.1558 12.7712 13 13.513 13 14.4438C13 17.9344 9.08771 20.0144 6.04231 18.5126C4.45969 17.7321 3.73899 16.7563 3.38243 15.8366C3.00846 14.872 3.00001 13.8907 3.00001 13.0003C3.00001 12.448 2.55229 12.0003 2.00001 12.0003C1.44772 12.0003 1.00001 12.448 1.00001 13.0003L1 13.0405C0.999876 13.9081 0.999681 15.2235 1.51768 16.5596C2.06115 17.9613 3.14045 19.3115 5.15771 20.3063C9.31207 22.355 15 19.6546 15 14.4438C15 14.2768 14.9913 14.1155 14.9745 13.9597C15.5075 14.0246 16.0652 14.019 16.6177 13.9014C17.0948 13.7998 17.5644 13.6149 18.0002 13.3252L18.0002 20.0003C18.0002 20.5526 18.4479 21.0003 19.0002 21.0003C19.5525 21.0003 20.0002 20.5526 20.0002 20.0003L20.0002 5.45765C20.7261 5.38875 21.5029 5.23087 22.3276 4.94518Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-alphabet-japanese{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.3419 2.05763C11.8625 2.242 12.1351 2.81349 11.9507 3.33409L11.9492 3.33838C11.7698 3.84486 11.5764 4.39104 11.3835 4.97192C14.5623 4.8482 17.9015 4.30627 20.5876 3.08939C21.0906 2.86148 21.6832 3.08454 21.9111 3.58761C22.139 4.09068 21.916 4.68325 21.4129 4.91116C18.3348 6.30563 14.6155 6.86625 11.2393 6.97842C11.0832 6.9836 10.9277 6.98783 10.7727 6.99115C9.74872 10.8109 9.29037 15.6388 12.3452 20.4655C12.6406 20.9321 12.5017 21.5499 12.035 21.8453C11.5684 22.1406 10.9506 22.0017 10.6552 21.5351C7.32607 16.275 7.70295 11.0161 8.70683 6.98214C6.33097 6.91096 4.22353 6.63747 2.76934 6.29238C2.23197 6.16486 1.89973 5.62587 2.02725 5.08851C2.15477 4.55115 2.69376 4.2189 3.23112 4.34642C4.632 4.67886 6.80211 4.95337 9.27135 4.99486C9.52779 4.18367 9.78895 3.44667 10.0187 2.79822C10.0344 2.75388 10.05 2.70996 10.0654 2.66645C10.2498 2.14585 10.8213 1.87327 11.3419 2.05763Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.8412 9.01348C16.3861 8.92362 16.9007 9.29252 16.9906 9.83744C17.0929 10.4577 17.0476 11.1435 16.8971 11.845C18.0444 12.4919 18.9531 13.3498 19.4893 14.3816C20.0909 15.5391 20.1857 16.8631 19.6444 18.1915C19.1154 19.4895 18.0113 20.7193 16.3488 21.8313C15.8897 22.1384 15.2687 22.0152 14.9616 21.5561C14.6545 21.0971 14.7778 20.476 15.2368 20.169C16.6943 19.1941 17.4627 18.2455 17.7923 17.4367C18.1095 16.6583 18.049 15.9471 17.7147 15.3039C17.432 14.76 16.9313 14.2354 16.2447 13.7885C15.8287 14.7168 15.2621 15.6618 14.5736 16.5464C12.8732 18.7312 10.308 20.693 7.23783 20.9531C5.44642 21.1049 4.02426 20.5408 3.36058 19.2424C2.74778 18.0436 2.97905 16.5691 3.5828 15.307C4.8098 12.7419 7.94438 10.2216 12.1128 10.5024C13.1286 10.5709 14.1075 10.7527 15.01 11.0368C15.0564 10.6937 15.0562 10.3992 15.0172 10.1629C14.9274 9.61794 15.2963 9.10334 15.8412 9.01348ZM14.4295 12.9484C13.7035 12.7178 12.8816 12.5588 11.9784 12.4979C8.72598 12.2788 6.30541 14.2501 5.387 16.17C4.91805 17.1504 4.92904 17.9167 5.14142 18.3322C5.3029 18.6481 5.75135 19.0719 7.06898 18.9602C9.38629 18.7639 11.4936 17.2474 12.9953 15.318C13.5974 14.5445 14.0824 13.7282 14.4295 12.9484Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.3419 2.05763C11.8625 2.242 12.1351 2.81349 11.9507 3.33409L11.9492 3.33838C11.7698 3.84486 11.5764 4.39104 11.3835 4.97192C14.5623 4.8482 17.9015 4.30627 20.5876 3.08939C21.0906 2.86148 21.6832 3.08454 21.9111 3.58761C22.139 4.09068 21.916 4.68325 21.4129 4.91116C18.3348 6.30563 14.6155 6.86625 11.2393 6.97842C11.0832 6.9836 10.9277 6.98783 10.7727 6.99115C9.74872 10.8109 9.29037 15.6388 12.3452 20.4655C12.6406 20.9321 12.5017 21.5499 12.035 21.8453C11.5684 22.1406 10.9506 22.0017 10.6552 21.5351C7.32607 16.275 7.70295 11.0161 8.70683 6.98214C6.33097 6.91096 4.22353 6.63747 2.76934 6.29238C2.23197 6.16486 1.89973 5.62587 2.02725 5.08851C2.15477 4.55115 2.69376 4.2189 3.23112 4.34642C4.632 4.67886 6.80211 4.95337 9.27135 4.99486C9.52779 4.18367 9.78895 3.44667 10.0187 2.79822C10.0344 2.75388 10.05 2.70996 10.0654 2.66645C10.2498 2.14585 10.8213 1.87327 11.3419 2.05763Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.8412 9.01348C16.3861 8.92362 16.9007 9.29252 16.9906 9.83744C17.0929 10.4577 17.0476 11.1435 16.8971 11.845C18.0444 12.4919 18.9531 13.3498 19.4893 14.3816C20.0909 15.5391 20.1857 16.8631 19.6444 18.1915C19.1154 19.4895 18.0113 20.7193 16.3488 21.8313C15.8897 22.1384 15.2687 22.0152 14.9616 21.5561C14.6545 21.0971 14.7778 20.476 15.2368 20.169C16.6943 19.1941 17.4627 18.2455 17.7923 17.4367C18.1095 16.6583 18.049 15.9471 17.7147 15.3039C17.432 14.76 16.9313 14.2354 16.2447 13.7885C15.8287 14.7168 15.2621 15.6618 14.5736 16.5464C12.8732 18.7312 10.308 20.693 7.23783 20.9531C5.44642 21.1049 4.02426 20.5408 3.36058 19.2424C2.74778 18.0436 2.97905 16.5691 3.5828 15.307C4.8098 12.7419 7.94438 10.2216 12.1128 10.5024C13.1286 10.5709 14.1075 10.7527 15.01 11.0368C15.0564 10.6937 15.0562 10.3992 15.0172 10.1629C14.9274 9.61794 15.2963 9.10334 15.8412 9.01348ZM14.4295 12.9484C13.7035 12.7178 12.8816 12.5588 11.9784 12.4979C8.72598 12.2788 6.30541 14.2501 5.387 16.17C4.91805 17.1504 4.92904 17.9167 5.14142 18.3322C5.3029 18.6481 5.75135 19.0719 7.06898 18.9602C9.38629 18.7639 11.4936 17.2474 12.9953 15.318C13.5974 14.5445 14.0824 13.7282 14.4295 12.9484Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-alphabet-korean{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0015 7.02576C11.8426 7.0027 11.609 7.00002 11.1556 7.00002H5.00027C4.44799 7.00002 4.00027 6.55231 4.00027 6.00002C4.00027 5.44774 4.44799 5.00002 5.00027 5.00002H11.1556C11.1745 5.00002 11.1934 5.00002 11.2123 5.00001C11.5964 4.99989 11.9908 4.99976 12.3232 5.05168C12.7207 5.11378 13.1376 5.26348 13.4844 5.63485C13.8135 5.98718 13.9472 6.38446 13.9881 6.78306C14.0208 7.10301 13.9956 7.46943 13.9724 7.80687C13.9711 7.82543 13.9699 7.84389 13.9686 7.86226C13.7113 11.6283 11.7587 17.7745 5.32005 19.9475C4.79677 20.1241 4.22939 19.8431 4.05278 19.3198C3.87617 18.7965 4.15721 18.2291 4.68049 18.0525C10.0005 16.257 11.7403 11.1367 11.9733 7.72596C11.9868 7.52796 11.997 7.37681 12.0016 7.24686C12.0051 7.14626 12.0044 7.07605 12.0015 7.02576Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 2C16.5523 2 17 2.44772 17 3V11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H17V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V3C15 2.44772 15.4477 2 16 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0015 7.02576C11.8426 7.0027 11.609 7.00002 11.1556 7.00002H5.00027C4.44799 7.00002 4.00027 6.55231 4.00027 6.00002C4.00027 5.44774 4.44799 5.00002 5.00027 5.00002H11.1556C11.1745 5.00002 11.1934 5.00002 11.2123 5.00001C11.5964 4.99989 11.9908 4.99976 12.3232 5.05168C12.7207 5.11378 13.1376 5.26348 13.4844 5.63485C13.8135 5.98718 13.9472 6.38446 13.9881 6.78306C14.0208 7.10301 13.9956 7.46943 13.9724 7.80687C13.9711 7.82543 13.9699 7.84389 13.9686 7.86226C13.7113 11.6283 11.7587 17.7745 5.32005 19.9475C4.79677 20.1241 4.22939 19.8431 4.05278 19.3198C3.87617 18.7965 4.15721 18.2291 4.68049 18.0525C10.0005 16.257 11.7403 11.1367 11.9733 7.72596C11.9868 7.52796 11.997 7.37681 12.0016 7.24686C12.0051 7.14626 12.0044 7.07605 12.0015 7.02576Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 2C16.5523 2 17 2.44772 17 3V11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H17V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V3C15 2.44772 15.4477 2 16 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-alphabet-thai{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9603 4C10.8487 4 9.94394 4.20817 9.21271 4.58465L9.20386 4.58921C7.95705 5.2155 7.0011 6.41733 7 7.80607C7.00001 7.80657 7.00001 7.80727 7.00003 7.80818L7.00055 7.83155C7.00122 7.85447 7.00265 7.89084 7.00568 7.93723C7.01184 8.03149 7.02413 8.15941 7.04779 8.29586C7.07195 8.43517 7.10448 8.56275 7.14376 8.66442C7.18083 8.7604 7.2089 8.79411 7.20861 8.79435C7.20858 8.79438 7.20809 8.79387 7.20711 8.79289C7.26339 8.84917 7.31274 8.91197 7.35413 8.97995C7.40497 9.06344 7.60975 9.24101 8.08755 9.46626C8.29962 9.56624 8.52526 9.65791 8.75369 9.74764C8.79936 9.76559 8.84648 9.78395 8.89423 9.80256C9.06987 9.87102 9.25399 9.94278 9.40587 10.009C9.79055 10.1767 10.0296 10.5667 10.0045 10.9856C9.97936 11.4044 9.69537 11.7631 9.2934 11.8836C8.99441 11.9732 8.61748 12.1301 8.26562 12.327C7.90164 12.5307 7.63879 12.7359 7.50527 12.8937L7.49395 12.9069C7.1147 13.3399 7 13.6733 7 14V21C7 21.5523 6.55228 22 6 22C5.44772 22 5 21.5523 5 21V14C5 13.0714 5.37755 12.2898 5.98412 11.5952C6.17977 11.3654 6.41802 11.1582 6.66921 10.9756C6.32071 10.7644 5.96184 10.4855 5.70918 10.1178C5.28825 9.63927 5.14016 9.00061 5.07721 8.63761C5.03837 8.41368 5.01941 8.21246 5.00994 8.06768C5.00516 7.99455 5.00269 7.93393 5.0014 7.88973C5.00076 7.86759 5.00041 7.84944 5.00022 7.83576L5.00004 7.81862L5.00001 7.81265L5 7.81033L5 7.80889C5 7.80868 5 7.80847 6 7.80847L5 7.80889C5 5.45811 6.58718 3.66713 8.30164 2.80421C9.37071 2.25483 10.6013 2 11.9603 2C13.1623 2 14.2954 2.22511 15.3473 2.68554C17.7968 3.71187 19 6.14418 19 8.71573V21C19 21.5523 18.5523 22 18 22C17.4477 22 17 21.5523 17 21V8.71573C17 6.73095 16.0971 5.16535 14.5687 4.52776L14.5516 4.52046C13.7692 4.17691 12.9095 4 11.9603 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9603 4C10.8487 4 9.94394 4.20817 9.21271 4.58465L9.20386 4.58921C7.95705 5.2155 7.0011 6.41733 7 7.80607C7.00001 7.80657 7.00001 7.80727 7.00003 7.80818L7.00055 7.83155C7.00122 7.85447 7.00265 7.89084 7.00568 7.93723C7.01184 8.03149 7.02413 8.15941 7.04779 8.29586C7.07195 8.43517 7.10448 8.56275 7.14376 8.66442C7.18083 8.7604 7.2089 8.79411 7.20861 8.79435C7.20858 8.79438 7.20809 8.79387 7.20711 8.79289C7.26339 8.84917 7.31274 8.91197 7.35413 8.97995C7.40497 9.06344 7.60975 9.24101 8.08755 9.46626C8.29962 9.56624 8.52526 9.65791 8.75369 9.74764C8.79936 9.76559 8.84648 9.78395 8.89423 9.80256C9.06987 9.87102 9.25399 9.94278 9.40587 10.009C9.79055 10.1767 10.0296 10.5667 10.0045 10.9856C9.97936 11.4044 9.69537 11.7631 9.2934 11.8836C8.99441 11.9732 8.61748 12.1301 8.26562 12.327C7.90164 12.5307 7.63879 12.7359 7.50527 12.8937L7.49395 12.9069C7.1147 13.3399 7 13.6733 7 14V21C7 21.5523 6.55228 22 6 22C5.44772 22 5 21.5523 5 21V14C5 13.0714 5.37755 12.2898 5.98412 11.5952C6.17977 11.3654 6.41802 11.1582 6.66921 10.9756C6.32071 10.7644 5.96184 10.4855 5.70918 10.1178C5.28825 9.63927 5.14016 9.00061 5.07721 8.63761C5.03837 8.41368 5.01941 8.21246 5.00994 8.06768C5.00516 7.99455 5.00269 7.93393 5.0014 7.88973C5.00076 7.86759 5.00041 7.84944 5.00022 7.83576L5.00004 7.81862L5.00001 7.81265L5 7.81033L5 7.80889C5 7.80868 5 7.80847 6 7.80847L5 7.80889C5 5.45811 6.58718 3.66713 8.30164 2.80421C9.37071 2.25483 10.6013 2 11.9603 2C13.1623 2 14.2954 2.22511 15.3473 2.68554C17.7968 3.71187 19 6.14418 19 8.71573V21C19 21.5523 18.5523 22 18 22C17.4477 22 17 21.5523 17 21V8.71573C17 6.73095 16.0971 5.16535 14.5687 4.52776L14.5516 4.52046C13.7692 4.17691 12.9095 4 11.9603 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-anchor-point{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.75 12C22.75 13.2426 21.7426 14.25 20.5 14.25C19.2574 14.25 18.25 13.2426 18.25 12C18.25 10.7574 19.2574 9.75 20.5 9.75C21.7426 9.75 22.75 10.7574 22.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.75 12C5.75 13.2426 4.74264 14.25 3.5 14.25C2.25736 14.25 1.25 13.2426 1.25 12C1.25 10.7574 2.25736 9.75 3.5 9.75C4.74264 9.75 5.75 10.7574 5.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9553 9.25L12 9.25001L12.0448 9.25C12.4776 9.24995 12.8744 9.24991 13.1972 9.29331C13.5527 9.3411 13.9284 9.45355 14.2374 9.76257C14.5465 10.0716 14.6589 10.4473 14.7067 10.8028C14.7501 11.1256 14.7501 11.5224 14.75 11.9553V11.9553L14.75 12L14.75 12.0448V12.0448C14.7501 12.4776 14.7501 12.8744 14.7067 13.1972C14.6589 13.5527 14.5465 13.9284 14.2374 14.2374C13.9284 14.5465 13.5527 14.6589 13.1972 14.7067C12.8744 14.7501 12.4776 14.7501 12.0448 14.75H12.0447L12 14.75L11.9553 14.75H11.9552C11.5224 14.7501 11.1256 14.7501 10.8028 14.7067C10.4473 14.6589 10.0716 14.5465 9.76257 14.2374C9.45355 13.9284 9.3411 13.5527 9.29331 13.1972C9.24991 12.8744 9.24995 12.4776 9.25 12.0448L9.25001 12L9.25 11.9553C9.24995 11.5224 9.24991 11.1256 9.29331 10.8028C9.3411 10.4473 9.45355 10.0716 9.76257 9.76257C10.0716 9.45355 10.4473 9.3411 10.8028 9.29331C11.1256 9.24991 11.5224 9.24995 11.9553 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9553 1.25L19 1.25001L19.0448 1.25C19.4776 1.24995 19.8744 1.24991 20.1972 1.29331C20.5527 1.3411 20.9284 1.45355 21.2374 1.76257C21.5465 2.07159 21.6589 2.44732 21.7067 2.8028C21.7501 3.12561 21.7501 3.52244 21.75 3.95525V3.95526L21.75 4.00001L21.75 4.04475V4.04476C21.7501 4.47758 21.7501 4.87441 21.7067 5.19721C21.6589 5.5527 21.5465 5.92842 21.2374 6.23744C20.9284 6.54647 20.5527 6.65891 20.1972 6.70671C19.8744 6.75011 19.4776 6.75006 19.0448 6.75001H19.0447L19 6.75001L18.9553 6.75001H18.9552C18.5224 6.75006 18.1256 6.75011 17.8028 6.70671C17.4473 6.65891 17.0716 6.54647 16.7626 6.23744C16.4535 5.92842 16.3411 5.55269 16.2933 5.19721C16.2499 4.8744 16.25 4.47757 16.25 4.04475L16.25 4.00001L16.25 3.95526C16.25 3.52244 16.2499 3.12561 16.2933 2.8028C16.3411 2.44732 16.4535 2.07159 16.7626 1.76257C17.0716 1.45355 17.4473 1.3411 17.8028 1.29331C18.1256 1.24991 18.5224 1.24995 18.9553 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.95526 17.25L5.00001 17.25L5.04476 17.25C5.47757 17.25 5.8744 17.2499 6.19721 17.2933C6.5527 17.3411 6.92842 17.4535 7.23744 17.7626C7.54647 18.0716 7.65892 18.4473 7.70671 18.8028C7.75011 19.1256 7.75006 19.5224 7.75001 19.9553V19.9553L7.75001 20L7.75001 20.0448V20.0448C7.75006 20.4776 7.75011 20.8744 7.70671 21.1972C7.65891 21.5527 7.54647 21.9284 7.23744 22.2374C6.92842 22.5465 6.55269 22.6589 6.19721 22.7067C5.8744 22.7501 5.47757 22.7501 5.04475 22.75H5.04474L5.00001 22.75L4.95525 22.75H4.95523C4.52242 22.7501 4.1256 22.7501 3.8028 22.7067C3.44732 22.6589 3.07159 22.5465 2.76257 22.2374C2.45355 21.9284 2.3411 21.5527 2.29331 21.1972C2.24991 20.8744 2.24995 20.4776 2.25 20.0448L2.25001 20L2.25 19.9553C2.24995 19.5224 2.24991 19.1256 2.29331 18.8028C2.3411 18.4473 2.45355 18.0716 2.76257 17.7626C3.07159 17.4535 3.44732 17.3411 3.8028 17.2933C4.12561 17.2499 4.52244 17.25 4.95526 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 12C4 11.4477 4.44772 11 5 11H10C10.5523 11 11 11.4477 11 12C11 12.5523 10.5523 13 10 13H5C4.44772 13 4 12.5523 4 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 12C13 11.4477 13.4477 11 14 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H14C13.4477 13 13 12.5523 13 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.8013 6.75387C13.1924 7.79765 13 9.10302 13 10C13 10.5523 12.5523 11 12 11C11.4477 11 11 10.5523 11 10C11 8.89698 11.2243 7.20235 12.0737 5.74613C12.9602 4.22653 14.5195 3 17 3C17.5523 3 18 3.44772 18 4C18 4.55228 17.5523 5 17 5C15.3138 5 14.3732 5.77347 13.8013 6.75387Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1987 17.2461C10.8076 16.2024 11 14.897 11 14C11 13.4477 11.4477 13 12 13C12.5523 13 13 13.4477 13 14C13 15.103 12.7757 16.7976 11.9263 18.2539C11.0398 19.7735 9.48051 21 7 21C6.44772 21 6 20.5523 6 20C6 19.4477 6.44772 19 7 19C8.68616 19 9.62682 18.2265 10.1987 17.2461Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.75 12C22.75 13.2426 21.7426 14.25 20.5 14.25C19.2574 14.25 18.25 13.2426 18.25 12C18.25 10.7574 19.2574 9.75 20.5 9.75C21.7426 9.75 22.75 10.7574 22.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.75 12C5.75 13.2426 4.74264 14.25 3.5 14.25C2.25736 14.25 1.25 13.2426 1.25 12C1.25 10.7574 2.25736 9.75 3.5 9.75C4.74264 9.75 5.75 10.7574 5.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9553 9.25L12 9.25001L12.0448 9.25C12.4776 9.24995 12.8744 9.24991 13.1972 9.29331C13.5527 9.3411 13.9284 9.45355 14.2374 9.76257C14.5465 10.0716 14.6589 10.4473 14.7067 10.8028C14.7501 11.1256 14.7501 11.5224 14.75 11.9553V11.9553L14.75 12L14.75 12.0448V12.0448C14.7501 12.4776 14.7501 12.8744 14.7067 13.1972C14.6589 13.5527 14.5465 13.9284 14.2374 14.2374C13.9284 14.5465 13.5527 14.6589 13.1972 14.7067C12.8744 14.7501 12.4776 14.7501 12.0448 14.75H12.0447L12 14.75L11.9553 14.75H11.9552C11.5224 14.7501 11.1256 14.7501 10.8028 14.7067C10.4473 14.6589 10.0716 14.5465 9.76257 14.2374C9.45355 13.9284 9.3411 13.5527 9.29331 13.1972C9.24991 12.8744 9.24995 12.4776 9.25 12.0448L9.25001 12L9.25 11.9553C9.24995 11.5224 9.24991 11.1256 9.29331 10.8028C9.3411 10.4473 9.45355 10.0716 9.76257 9.76257C10.0716 9.45355 10.4473 9.3411 10.8028 9.29331C11.1256 9.24991 11.5224 9.24995 11.9553 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9553 1.25L19 1.25001L19.0448 1.25C19.4776 1.24995 19.8744 1.24991 20.1972 1.29331C20.5527 1.3411 20.9284 1.45355 21.2374 1.76257C21.5465 2.07159 21.6589 2.44732 21.7067 2.8028C21.7501 3.12561 21.7501 3.52244 21.75 3.95525V3.95526L21.75 4.00001L21.75 4.04475V4.04476C21.7501 4.47758 21.7501 4.87441 21.7067 5.19721C21.6589 5.5527 21.5465 5.92842 21.2374 6.23744C20.9284 6.54647 20.5527 6.65891 20.1972 6.70671C19.8744 6.75011 19.4776 6.75006 19.0448 6.75001H19.0447L19 6.75001L18.9553 6.75001H18.9552C18.5224 6.75006 18.1256 6.75011 17.8028 6.70671C17.4473 6.65891 17.0716 6.54647 16.7626 6.23744C16.4535 5.92842 16.3411 5.55269 16.2933 5.19721C16.2499 4.8744 16.25 4.47757 16.25 4.04475L16.25 4.00001L16.25 3.95526C16.25 3.52244 16.2499 3.12561 16.2933 2.8028C16.3411 2.44732 16.4535 2.07159 16.7626 1.76257C17.0716 1.45355 17.4473 1.3411 17.8028 1.29331C18.1256 1.24991 18.5224 1.24995 18.9553 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.95526 17.25L5.00001 17.25L5.04476 17.25C5.47757 17.25 5.8744 17.2499 6.19721 17.2933C6.5527 17.3411 6.92842 17.4535 7.23744 17.7626C7.54647 18.0716 7.65892 18.4473 7.70671 18.8028C7.75011 19.1256 7.75006 19.5224 7.75001 19.9553V19.9553L7.75001 20L7.75001 20.0448V20.0448C7.75006 20.4776 7.75011 20.8744 7.70671 21.1972C7.65891 21.5527 7.54647 21.9284 7.23744 22.2374C6.92842 22.5465 6.55269 22.6589 6.19721 22.7067C5.8744 22.7501 5.47757 22.7501 5.04475 22.75H5.04474L5.00001 22.75L4.95525 22.75H4.95523C4.52242 22.7501 4.1256 22.7501 3.8028 22.7067C3.44732 22.6589 3.07159 22.5465 2.76257 22.2374C2.45355 21.9284 2.3411 21.5527 2.29331 21.1972C2.24991 20.8744 2.24995 20.4776 2.25 20.0448L2.25001 20L2.25 19.9553C2.24995 19.5224 2.24991 19.1256 2.29331 18.8028C2.3411 18.4473 2.45355 18.0716 2.76257 17.7626C3.07159 17.4535 3.44732 17.3411 3.8028 17.2933C4.12561 17.2499 4.52244 17.25 4.95526 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 12C4 11.4477 4.44772 11 5 11H10C10.5523 11 11 11.4477 11 12C11 12.5523 10.5523 13 10 13H5C4.44772 13 4 12.5523 4 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 12C13 11.4477 13.4477 11 14 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H14C13.4477 13 13 12.5523 13 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.8013 6.75387C13.1924 7.79765 13 9.10302 13 10C13 10.5523 12.5523 11 12 11C11.4477 11 11 10.5523 11 10C11 8.89698 11.2243 7.20235 12.0737 5.74613C12.9602 4.22653 14.5195 3 17 3C17.5523 3 18 3.44772 18 4C18 4.55228 17.5523 5 17 5C15.3138 5 14.3732 5.77347 13.8013 6.75387Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1987 17.2461C10.8076 16.2024 11 14.897 11 14C11 13.4477 11.4477 13 12 13C12.5523 13 13 13.4477 13 14C13 15.103 12.7757 16.7976 11.9263 18.2539C11.0398 19.7735 9.48051 21 7 21C6.44772 21 6 20.5523 6 20C6 19.4477 6.44772 19 7 19C8.68616 19 9.62682 18.2265 10.1987 17.2461Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-arrange-by-letters-a-z{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.77634 15H4.5C3.94772 15 3.5 14.5523 3.5 14C3.5 13.4477 3.94772 13 4.5 13H8.92109C8.94138 13 8.96167 13 8.98197 13C9.3935 12.9999 9.80354 12.9998 10.1227 13.0449C10.4245 13.0875 11.066 13.223 11.3547 13.8757C11.6464 14.5353 11.3053 15.102 11.1293 15.3524C10.9445 15.6153 10.6643 15.9127 10.3848 16.2093C10.3708 16.2242 10.3567 16.2391 10.3427 16.254L6.81523 20H10.5C11.0523 20 11.5 20.4477 11.5 21C11.5 21.5523 11.0523 22 10.5 22H6.67048C6.6502 22 6.62991 22 6.60962 22C6.19808 22.0001 5.78803 22.0003 5.46883 21.9552C5.16705 21.9126 4.52552 21.777 4.23688 21.1243C3.9452 20.4647 4.28629 19.898 4.46231 19.6476C4.64712 19.3847 4.92731 19.0874 5.20678 18.7907C5.22082 18.7758 5.23486 18.7609 5.24888 18.7461L8.77634 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.50025 4.75464L9.58781 9.40922C9.81382 9.91315 10.4055 10.1384 10.9095 9.91243C11.4134 9.68643 11.6387 9.0947 11.4127 8.59078L9.30711 3.89605C9.2988 3.87753 9.2905 3.85901 9.28221 3.84051C9.10901 3.45408 8.93822 3.07302 8.76459 2.79568C8.60345 2.53829 8.21745 2 7.50025 2C6.78305 2 6.39705 2.53829 6.23591 2.79567C6.06228 3.07302 5.89148 3.45409 5.71828 3.84051C5.70999 3.85901 5.70169 3.87753 5.69339 3.89605L3.58781 8.59078C3.36181 9.0947 3.5871 9.68643 4.09102 9.91243C4.59495 10.1384 5.18667 9.91315 5.41268 9.40922L7.50025 4.75464Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2559 4C18.2559 3.44772 17.8081 3 17.2559 3C16.7036 3 16.2559 3.44772 16.2559 4L16.2559 16.5L15.6616 16.5C15.486 16.4999 15.2703 16.4997 15.0939 16.5218L15.0905 16.5222C14.9641 16.538 14.388 16.6098 14.1137 17.1754C13.8387 17.7423 14.1407 18.2424 14.206 18.3506L14.2084 18.3546C14.3006 18.5076 14.4348 18.6785 14.5451 18.8191L14.5688 18.8493C14.8635 19.2252 15.2454 19.7094 15.6259 20.1004C15.8157 20.2955 16.033 20.4967 16.2639 20.6556C16.4691 20.7968 16.8193 21 17.25 21C17.6807 21 18.0309 20.7968 18.2361 20.6556C18.467 20.4967 18.6843 20.2955 18.8741 20.1004C19.2546 19.7094 19.6365 19.2252 19.9312 18.8493L19.9549 18.8191C20.0652 18.6785 20.1994 18.5077 20.2916 18.3546L20.294 18.3506C20.3593 18.2424 20.6613 17.7422 20.3863 17.1754C20.112 16.6098 19.5359 16.538 19.4095 16.5222L19.4061 16.5218C19.2297 16.4997 19.014 16.4999 18.8384 16.5L18.2559 16.5L18.2559 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.77634 15H4.5C3.94772 15 3.5 14.5523 3.5 14C3.5 13.4477 3.94772 13 4.5 13H8.92109C8.94138 13 8.96167 13 8.98197 13C9.3935 12.9999 9.80354 12.9998 10.1227 13.0449C10.4245 13.0875 11.066 13.223 11.3547 13.8757C11.6464 14.5353 11.3053 15.102 11.1293 15.3524C10.9445 15.6153 10.6643 15.9127 10.3848 16.2093C10.3708 16.2242 10.3567 16.2391 10.3427 16.254L6.81523 20H10.5C11.0523 20 11.5 20.4477 11.5 21C11.5 21.5523 11.0523 22 10.5 22H6.67048C6.6502 22 6.62991 22 6.60962 22C6.19808 22.0001 5.78803 22.0003 5.46883 21.9552C5.16705 21.9126 4.52552 21.777 4.23688 21.1243C3.9452 20.4647 4.28629 19.898 4.46231 19.6476C4.64712 19.3847 4.92731 19.0874 5.20678 18.7907C5.22082 18.7758 5.23486 18.7609 5.24888 18.7461L8.77634 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.50025 4.75464L9.58781 9.40922C9.81382 9.91315 10.4055 10.1384 10.9095 9.91243C11.4134 9.68643 11.6387 9.0947 11.4127 8.59078L9.30711 3.89605C9.2988 3.87753 9.2905 3.85901 9.28221 3.84051C9.10901 3.45408 8.93822 3.07302 8.76459 2.79568C8.60345 2.53829 8.21745 2 7.50025 2C6.78305 2 6.39705 2.53829 6.23591 2.79567C6.06228 3.07302 5.89148 3.45409 5.71828 3.84051C5.70999 3.85901 5.70169 3.87753 5.69339 3.89605L3.58781 8.59078C3.36181 9.0947 3.5871 9.68643 4.09102 9.91243C4.59495 10.1384 5.18667 9.91315 5.41268 9.40922L7.50025 4.75464Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2559 4C18.2559 3.44772 17.8081 3 17.2559 3C16.7036 3 16.2559 3.44772 16.2559 4L16.2559 16.5L15.6616 16.5C15.486 16.4999 15.2703 16.4997 15.0939 16.5218L15.0905 16.5222C14.9641 16.538 14.388 16.6098 14.1137 17.1754C13.8387 17.7423 14.1407 18.2424 14.206 18.3506L14.2084 18.3546C14.3006 18.5076 14.4348 18.6785 14.5451 18.8191L14.5688 18.8493C14.8635 19.2252 15.2454 19.7094 15.6259 20.1004C15.8157 20.2955 16.033 20.4967 16.2639 20.6556C16.4691 20.7968 16.8193 21 17.25 21C17.6807 21 18.0309 20.7968 18.2361 20.6556C18.467 20.4967 18.6843 20.2955 18.8741 20.1004C19.2546 19.7094 19.6365 19.2252 19.9312 18.8493L19.9549 18.8191C20.0652 18.6785 20.1994 18.5077 20.2916 18.3546L20.294 18.3506C20.3593 18.2424 20.6613 17.7422 20.3863 17.1754C20.112 16.6098 19.5359 16.538 19.4095 16.5222L19.4061 16.5218C19.2297 16.4997 19.014 16.4999 18.8384 16.5L18.2559 16.5L18.2559 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-arrange-by-letters-z-a{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.77634 4.00002H4.5C3.94772 4.00002 3.5 3.55231 3.5 3.00002C3.5 2.44774 3.94772 2.00002 4.5 2.00002H8.92109C8.94138 2.00002 8.96167 2.00002 8.98197 2.00001C9.3935 1.9999 9.80354 1.99979 10.1227 2.04486C10.4245 2.08747 11.066 2.223 11.3547 2.87572C11.6464 3.53531 11.3053 4.10202 11.1293 4.35241C10.9445 4.61529 10.6643 4.91268 10.3848 5.2093C10.3708 5.2242 10.3567 5.2391 10.3427 5.25399L6.81523 9.00002H10.5C11.0523 9.00002 11.5 9.44774 11.5 10C11.5 10.5523 11.0523 11 10.5 11H6.67048C6.6502 11 6.62991 11 6.60962 11C6.19808 11.0001 5.78803 11.0003 5.46883 10.9552C5.16705 10.9126 4.52552 10.777 4.23688 10.1243C3.9452 9.46473 4.28629 8.89802 4.46231 8.64763C4.64712 8.38475 4.92731 8.08736 5.20678 7.79075C5.22082 7.77585 5.23486 7.76095 5.24888 7.74605L8.77634 4.00002Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.50025 16.7546L9.58781 21.4092C9.81382 21.9131 10.4055 22.1384 10.9095 21.9124C11.4134 21.6864 11.6387 21.0947 11.4127 20.5908L9.30711 15.896C9.2988 15.8775 9.2905 15.859 9.28221 15.8405C9.10901 15.4541 8.93822 15.073 8.76459 14.7957C8.60345 14.5383 8.21745 14 7.50025 14C6.78305 14 6.39705 14.5383 6.23591 14.7957C6.06228 15.073 5.89148 15.4541 5.71828 15.8405C5.70999 15.859 5.70169 15.8775 5.69339 15.896L3.58781 20.5908C3.36181 21.0947 3.5871 21.6864 4.09102 21.9124C4.59495 22.1384 5.18667 21.9131 5.41268 21.4092L7.50025 16.7546Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2559 4C18.2559 3.44772 17.8081 3 17.2559 3C16.7036 3 16.2559 3.44772 16.2559 4L16.2559 16.5L15.6616 16.5C15.486 16.4999 15.2703 16.4997 15.0939 16.5218L15.0905 16.5222C14.9641 16.538 14.388 16.6098 14.1137 17.1754C13.8387 17.7423 14.1407 18.2424 14.206 18.3506L14.2084 18.3546C14.3006 18.5076 14.4348 18.6785 14.5451 18.8191L14.5688 18.8493C14.8635 19.2252 15.2454 19.7094 15.6259 20.1004C15.8157 20.2955 16.033 20.4967 16.2639 20.6556C16.4691 20.7968 16.8193 21 17.25 21C17.6807 21 18.0309 20.7968 18.2361 20.6556C18.467 20.4967 18.6843 20.2955 18.8741 20.1004C19.2546 19.7094 19.6365 19.2252 19.9312 18.8493L19.9549 18.8191C20.0652 18.6785 20.1994 18.5077 20.2916 18.3546L20.294 18.3506C20.3593 18.2424 20.6613 17.7422 20.3863 17.1754C20.112 16.6098 19.5359 16.538 19.4095 16.5222L19.4061 16.5218C19.2297 16.4997 19.014 16.4999 18.8384 16.5L18.2559 16.5L18.2559 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.77634 4.00002H4.5C3.94772 4.00002 3.5 3.55231 3.5 3.00002C3.5 2.44774 3.94772 2.00002 4.5 2.00002H8.92109C8.94138 2.00002 8.96167 2.00002 8.98197 2.00001C9.3935 1.9999 9.80354 1.99979 10.1227 2.04486C10.4245 2.08747 11.066 2.223 11.3547 2.87572C11.6464 3.53531 11.3053 4.10202 11.1293 4.35241C10.9445 4.61529 10.6643 4.91268 10.3848 5.2093C10.3708 5.2242 10.3567 5.2391 10.3427 5.25399L6.81523 9.00002H10.5C11.0523 9.00002 11.5 9.44774 11.5 10C11.5 10.5523 11.0523 11 10.5 11H6.67048C6.6502 11 6.62991 11 6.60962 11C6.19808 11.0001 5.78803 11.0003 5.46883 10.9552C5.16705 10.9126 4.52552 10.777 4.23688 10.1243C3.9452 9.46473 4.28629 8.89802 4.46231 8.64763C4.64712 8.38475 4.92731 8.08736 5.20678 7.79075C5.22082 7.77585 5.23486 7.76095 5.24888 7.74605L8.77634 4.00002Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.50025 16.7546L9.58781 21.4092C9.81382 21.9131 10.4055 22.1384 10.9095 21.9124C11.4134 21.6864 11.6387 21.0947 11.4127 20.5908L9.30711 15.896C9.2988 15.8775 9.2905 15.859 9.28221 15.8405C9.10901 15.4541 8.93822 15.073 8.76459 14.7957C8.60345 14.5383 8.21745 14 7.50025 14C6.78305 14 6.39705 14.5383 6.23591 14.7957C6.06228 15.073 5.89148 15.4541 5.71828 15.8405C5.70999 15.859 5.70169 15.8775 5.69339 15.896L3.58781 20.5908C3.36181 21.0947 3.5871 21.6864 4.09102 21.9124C4.59495 22.1384 5.18667 21.9131 5.41268 21.4092L7.50025 16.7546Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2559 4C18.2559 3.44772 17.8081 3 17.2559 3C16.7036 3 16.2559 3.44772 16.2559 4L16.2559 16.5L15.6616 16.5C15.486 16.4999 15.2703 16.4997 15.0939 16.5218L15.0905 16.5222C14.9641 16.538 14.388 16.6098 14.1137 17.1754C13.8387 17.7423 14.1407 18.2424 14.206 18.3506L14.2084 18.3546C14.3006 18.5076 14.4348 18.6785 14.5451 18.8191L14.5688 18.8493C14.8635 19.2252 15.2454 19.7094 15.6259 20.1004C15.8157 20.2955 16.033 20.4967 16.2639 20.6556C16.4691 20.7968 16.8193 21 17.25 21C17.6807 21 18.0309 20.7968 18.2361 20.6556C18.467 20.4967 18.6843 20.2955 18.8741 20.1004C19.2546 19.7094 19.6365 19.2252 19.9312 18.8493L19.9549 18.8191C20.0652 18.6785 20.1994 18.5077 20.2916 18.3546L20.294 18.3506C20.3593 18.2424 20.6613 17.7422 20.3863 17.1754C20.112 16.6098 19.5359 16.538 19.4095 16.5222L19.4061 16.5218C19.2297 16.4997 19.014 16.4999 18.8384 16.5L18.2559 16.5L18.2559 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-arrange-by-numbers-1-9{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.00011 4.86591C5.68076 5.04991 5.27144 5.04965 4.94431 4.83095C4.48518 4.52399 4.36183 3.90296 4.66879 3.44383L4.83108 3.21868C4.92457 3.09565 5.06069 2.92639 5.22224 2.75746C5.37649 2.59616 5.59163 2.39499 5.84651 2.24342C6.07607 2.10691 6.53348 1.89514 7.06603 2.06038C7.3255 2.14088 7.55548 2.30077 7.72022 2.53446C7.86742 2.74326 7.92592 2.95946 7.95395 3.10795C8.00082 3.35624 8.00044 3.65881 8.00015 3.89527L8.00011 8.49997C8.00011 8.68689 8.00011 8.78035 8.0403 8.84997C8.06663 8.89558 8.1045 8.93345 8.15011 8.95978C8.21972 8.99997 8.31318 8.99997 8.5001 8.99997C9.05239 8.99997 9.5001 9.44768 9.5001 9.99997C9.5001 10.5523 9.05239 11 8.5001 11H5.50011C4.94782 11 4.50011 10.5523 4.50011 9.99997C4.50011 9.44768 4.94782 8.99997 5.50011 8.99997C5.68703 8.99997 5.78049 8.99997 5.85011 8.95978C5.89571 8.93345 5.93358 8.89558 5.95991 8.84997C6.00011 8.78035 6.00011 8.68689 6.00011 8.49997V4.86591Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.95005 13C6.96667 13 6.98333 13 7.00003 13C7.01672 13 7.03338 13 7.05 13C7.47814 12.9999 7.88259 12.9999 8.21413 13.0389C8.57513 13.0814 8.99995 13.1837 9.36564 13.5037C9.75054 13.8405 9.89409 14.2624 9.95182 14.638C10.0003 14.9536 10.0002 15.3309 10 15.6943C10 15.7129 10 15.7315 10 15.75V18.375C10 18.3967 10 18.4183 10 18.4399C10.0001 19.0024 10.0002 19.5329 9.93351 19.967C9.85748 20.4618 9.67732 20.9673 9.21919 21.3682C8.78028 21.7522 8.25992 21.8866 7.76277 21.9451C7.29536 22.0001 6.7151 22.0001 6.05591 22L5.00003 22C4.44774 22 4.00003 21.5523 4.00003 21C4.00003 20.4477 4.44774 20 5.00003 20H6.00003C6.73195 20 7.19273 19.9984 7.5291 19.9588C7.84435 19.9217 7.9002 19.865 7.90213 19.8631L7.90356 19.8619C7.90539 19.8604 7.90584 19.8601 7.90972 19.8518C7.91833 19.8335 7.9386 19.7811 7.95671 19.6633C7.97901 19.5181 7.98989 19.3399 7.99516 19.1006C8.00132 18.8205 8.00441 18.6804 7.91615 18.5902C7.8279 18.5 7.68509 18.5 7.39948 18.5H7.00003C6.98333 18.5 6.96667 18.5 6.95005 18.5C6.52191 18.5001 6.11746 18.5001 5.78592 18.4611C5.42493 18.4187 5.00011 18.3163 4.63441 17.9963C4.24951 17.6595 4.10596 17.2377 4.04824 16.862C3.99975 16.5464 3.99989 16.1691 4.00001 15.8057C4.00002 15.7871 4.00003 15.7685 4.00003 15.75C4.00003 15.7315 4.00002 15.7129 4.00001 15.6943C3.99989 15.3309 3.99975 14.9536 4.04824 14.638C4.10596 14.2624 4.24951 13.8405 4.63441 13.5037C5.00011 13.1837 5.42492 13.0814 5.78592 13.0389C6.11746 12.9999 6.52192 12.9999 6.95005 13ZM7.40003 16.5C7.68287 16.5 7.82429 16.5 7.91216 16.4121C8.00003 16.3243 8.00003 16.1829 8.00003 15.9V15.75C8.00003 15.5395 7.99994 15.3748 7.99587 15.2335C7.99342 15.1487 7.98974 15.0825 7.9852 15.0301C7.98498 15.0275 7.983 15.0255 7.98046 15.0252C7.78025 15.0016 7.49624 15 7.00003 15C6.50381 15 6.2198 15.0016 6.01959 15.0252C6.01705 15.0255 6.01507 15.0275 6.01485 15.0301C6.01032 15.0825 6.00663 15.1487 6.00419 15.2335C6.00011 15.3748 6.00003 15.5395 6.00003 15.75C6.00003 15.9605 6.00011 16.1253 6.00419 16.2666C6.00663 16.3513 6.01032 16.4176 6.01485 16.4699C6.01507 16.4725 6.01705 16.4745 6.01959 16.4748C6.2198 16.4984 6.50381 16.5 7.00003 16.5H7.40003Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7559 4C17.7559 3.44772 17.3081 3 16.7559 3C16.2036 3 15.7559 3.44772 15.7559 4L15.7559 16.5L15.1616 16.5C14.986 16.4999 14.7703 16.4997 14.5939 16.5218L14.5905 16.5222C14.4641 16.538 13.888 16.6098 13.6137 17.1754C13.3387 17.7423 13.6407 18.2424 13.706 18.3506L13.7084 18.3546C13.8006 18.5076 13.9348 18.6785 14.0451 18.8191L14.0688 18.8493C14.3635 19.2252 14.7454 19.7094 15.1259 20.1004C15.3157 20.2955 15.533 20.4967 15.7639 20.6556C15.9691 20.7968 16.3193 21 16.75 21C17.1807 21 17.5309 20.7968 17.7361 20.6556C17.967 20.4967 18.1843 20.2955 18.3741 20.1004C18.7546 19.7094 19.1365 19.2252 19.4312 18.8493L19.4549 18.8191C19.5652 18.6785 19.6994 18.5077 19.7916 18.3546L19.794 18.3506C19.8593 18.2424 20.1613 17.7422 19.8863 17.1754C19.612 16.6098 19.0359 16.538 18.9095 16.5222L18.9061 16.5218C18.7297 16.4997 18.514 16.4999 18.3384 16.5L17.7559 16.5L17.7559 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.00011 4.86591C5.68076 5.04991 5.27144 5.04965 4.94431 4.83095C4.48518 4.52399 4.36183 3.90296 4.66879 3.44383L4.83108 3.21868C4.92457 3.09565 5.06069 2.92639 5.22224 2.75746C5.37649 2.59616 5.59163 2.39499 5.84651 2.24342C6.07607 2.10691 6.53348 1.89514 7.06603 2.06038C7.3255 2.14088 7.55548 2.30077 7.72022 2.53446C7.86742 2.74326 7.92592 2.95946 7.95395 3.10795C8.00082 3.35624 8.00044 3.65881 8.00015 3.89527L8.00011 8.49997C8.00011 8.68689 8.00011 8.78035 8.0403 8.84997C8.06663 8.89558 8.1045 8.93345 8.15011 8.95978C8.21972 8.99997 8.31318 8.99997 8.5001 8.99997C9.05239 8.99997 9.5001 9.44768 9.5001 9.99997C9.5001 10.5523 9.05239 11 8.5001 11H5.50011C4.94782 11 4.50011 10.5523 4.50011 9.99997C4.50011 9.44768 4.94782 8.99997 5.50011 8.99997C5.68703 8.99997 5.78049 8.99997 5.85011 8.95978C5.89571 8.93345 5.93358 8.89558 5.95991 8.84997C6.00011 8.78035 6.00011 8.68689 6.00011 8.49997V4.86591Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.95005 13C6.96667 13 6.98333 13 7.00003 13C7.01672 13 7.03338 13 7.05 13C7.47814 12.9999 7.88259 12.9999 8.21413 13.0389C8.57513 13.0814 8.99995 13.1837 9.36564 13.5037C9.75054 13.8405 9.89409 14.2624 9.95182 14.638C10.0003 14.9536 10.0002 15.3309 10 15.6943C10 15.7129 10 15.7315 10 15.75V18.375C10 18.3967 10 18.4183 10 18.4399C10.0001 19.0024 10.0002 19.5329 9.93351 19.967C9.85748 20.4618 9.67732 20.9673 9.21919 21.3682C8.78028 21.7522 8.25992 21.8866 7.76277 21.9451C7.29536 22.0001 6.7151 22.0001 6.05591 22L5.00003 22C4.44774 22 4.00003 21.5523 4.00003 21C4.00003 20.4477 4.44774 20 5.00003 20H6.00003C6.73195 20 7.19273 19.9984 7.5291 19.9588C7.84435 19.9217 7.9002 19.865 7.90213 19.8631L7.90356 19.8619C7.90539 19.8604 7.90584 19.8601 7.90972 19.8518C7.91833 19.8335 7.9386 19.7811 7.95671 19.6633C7.97901 19.5181 7.98989 19.3399 7.99516 19.1006C8.00132 18.8205 8.00441 18.6804 7.91615 18.5902C7.8279 18.5 7.68509 18.5 7.39948 18.5H7.00003C6.98333 18.5 6.96667 18.5 6.95005 18.5C6.52191 18.5001 6.11746 18.5001 5.78592 18.4611C5.42493 18.4187 5.00011 18.3163 4.63441 17.9963C4.24951 17.6595 4.10596 17.2377 4.04824 16.862C3.99975 16.5464 3.99989 16.1691 4.00001 15.8057C4.00002 15.7871 4.00003 15.7685 4.00003 15.75C4.00003 15.7315 4.00002 15.7129 4.00001 15.6943C3.99989 15.3309 3.99975 14.9536 4.04824 14.638C4.10596 14.2624 4.24951 13.8405 4.63441 13.5037C5.00011 13.1837 5.42492 13.0814 5.78592 13.0389C6.11746 12.9999 6.52192 12.9999 6.95005 13ZM7.40003 16.5C7.68287 16.5 7.82429 16.5 7.91216 16.4121C8.00003 16.3243 8.00003 16.1829 8.00003 15.9V15.75C8.00003 15.5395 7.99994 15.3748 7.99587 15.2335C7.99342 15.1487 7.98974 15.0825 7.9852 15.0301C7.98498 15.0275 7.983 15.0255 7.98046 15.0252C7.78025 15.0016 7.49624 15 7.00003 15C6.50381 15 6.2198 15.0016 6.01959 15.0252C6.01705 15.0255 6.01507 15.0275 6.01485 15.0301C6.01032 15.0825 6.00663 15.1487 6.00419 15.2335C6.00011 15.3748 6.00003 15.5395 6.00003 15.75C6.00003 15.9605 6.00011 16.1253 6.00419 16.2666C6.00663 16.3513 6.01032 16.4176 6.01485 16.4699C6.01507 16.4725 6.01705 16.4745 6.01959 16.4748C6.2198 16.4984 6.50381 16.5 7.00003 16.5H7.40003Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7559 4C17.7559 3.44772 17.3081 3 16.7559 3C16.2036 3 15.7559 3.44772 15.7559 4L15.7559 16.5L15.1616 16.5C14.986 16.4999 14.7703 16.4997 14.5939 16.5218L14.5905 16.5222C14.4641 16.538 13.888 16.6098 13.6137 17.1754C13.3387 17.7423 13.6407 18.2424 13.706 18.3506L13.7084 18.3546C13.8006 18.5076 13.9348 18.6785 14.0451 18.8191L14.0688 18.8493C14.3635 19.2252 14.7454 19.7094 15.1259 20.1004C15.3157 20.2955 15.533 20.4967 15.7639 20.6556C15.9691 20.7968 16.3193 21 16.75 21C17.1807 21 17.5309 20.7968 17.7361 20.6556C17.967 20.4967 18.1843 20.2955 18.3741 20.1004C18.7546 19.7094 19.1365 19.2252 19.4312 18.8493L19.4549 18.8191C19.5652 18.6785 19.6994 18.5077 19.7916 18.3546L19.794 18.3506C19.8593 18.2424 20.1613 17.7422 19.8863 17.1754C19.612 16.6098 19.0359 16.538 18.9095 16.5222L18.9061 16.5218C18.7297 16.4997 18.514 16.4999 18.3384 16.5L17.7559 16.5L17.7559 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-arrange-by-numbers-9-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.00011 15.8659C5.68076 16.0499 5.27144 16.0497 4.94431 15.8309C4.48518 15.524 4.36183 14.903 4.66879 14.4438L4.83108 14.2187C4.92457 14.0957 5.06069 13.9264 5.22224 13.7575C5.37649 13.5962 5.59163 13.395 5.84651 13.2434C6.07607 13.1069 6.53348 12.8951 7.06603 13.0604C7.3255 13.1409 7.55548 13.3008 7.72022 13.5345C7.86742 13.7433 7.92592 13.9595 7.95395 14.108C8.00082 14.3562 8.00044 14.6588 8.00015 14.8953L8.00011 19.5C8.00011 19.6869 8.00011 19.7804 8.0403 19.85C8.06663 19.8956 8.1045 19.9334 8.15011 19.9598C8.21972 20 8.31318 20 8.5001 20C9.05239 20 9.5001 20.4477 9.5001 21C9.5001 21.5523 9.05239 22 8.5001 22H5.50011C4.94782 22 4.50011 21.5523 4.50011 21C4.50011 20.4477 4.94782 20 5.50011 20C5.68703 20 5.78049 20 5.85011 19.9598C5.89571 19.9334 5.93358 19.8956 5.95991 19.85C6.00011 19.7804 6.00011 19.6869 6.00011 19.5V15.8659Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.95005 2C6.96667 2.00001 6.98333 2.00001 7.00003 2.00001C7.01672 2.00001 7.03338 2.00001 7.05 2C7.47814 1.99995 7.88259 1.99989 8.21413 2.03889C8.57513 2.08136 8.99995 2.18373 9.36564 2.50371C9.75054 2.84051 9.89409 3.26236 9.95182 3.63803C10.0003 3.95358 10.0002 4.33089 10 4.69428C10 4.7129 10 4.73148 10 4.75001V7.37501C10 7.39669 10 7.41832 10 7.4399C10.0001 8.00241 10.0002 8.53286 9.93351 8.96705C9.85748 9.46185 9.67732 9.9673 9.21919 10.3682C8.78028 10.7522 8.25992 10.8866 7.76277 10.9451C7.29536 11.0001 6.7151 11.0001 6.05591 11L5.00003 11C4.44774 11 4.00003 10.5523 4.00003 10C4.00003 9.44772 4.44774 9.00001 5.00003 9.00001H6.00003C6.73195 9.00001 7.19273 8.99838 7.5291 8.95881C7.84435 8.92172 7.9002 8.86502 7.90213 8.86306L7.90356 8.86187C7.90539 8.86044 7.90584 8.86008 7.90972 8.85183C7.91833 8.83351 7.9386 8.78114 7.95671 8.66331C7.97901 8.51814 7.98989 8.33987 7.99516 8.10055C8.00132 7.82048 8.00441 7.68044 7.91615 7.59022C7.8279 7.50001 7.68509 7.50001 7.39948 7.50001H7.00003C6.98333 7.50001 6.96667 7.50001 6.95005 7.50001C6.52191 7.50007 6.11746 7.50013 5.78592 7.46113C5.42493 7.41866 5.00011 7.31628 4.63441 6.9963C4.24951 6.65951 4.10596 6.23766 4.04824 5.86199C3.99975 5.54644 3.99989 5.16913 4.00001 4.80574C4.00002 4.78712 4.00003 4.76854 4.00003 4.75001C4.00003 4.73147 4.00002 4.71289 4.00001 4.69428C3.99989 4.33088 3.99975 3.95358 4.04824 3.63803C4.10596 3.26236 4.24951 2.84051 4.63441 2.50371C5.00011 2.18373 5.42492 2.08136 5.78592 2.03889C6.11746 1.99989 6.52192 1.99995 6.95005 2ZM7.40003 5.50001C7.68287 5.50001 7.82429 5.50001 7.91216 5.41214C8.00003 5.32427 8.00003 5.18285 8.00003 4.90001V4.75001C8.00003 4.53952 7.99994 4.37476 7.99587 4.23345C7.99342 4.1487 7.98974 4.08245 7.9852 4.03008C7.98498 4.02753 7.983 4.02549 7.98046 4.0252C7.78025 4.00164 7.49624 4.00001 7.00003 4.00001C6.50381 4.00001 6.2198 4.00164 6.01959 4.0252C6.01705 4.02549 6.01507 4.02753 6.01485 4.03008C6.01032 4.08245 6.00663 4.1487 6.00419 4.23345C6.00011 4.37476 6.00003 4.53952 6.00003 4.75001C6.00003 4.9605 6.00011 5.12526 6.00419 5.26656C6.00663 5.35132 6.01032 5.41756 6.01485 5.46994C6.01507 5.47249 6.01705 5.47452 6.01959 5.47482C6.2198 5.49838 6.50381 5.50001 7.00003 5.50001H7.40003Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7559 4C17.7559 3.44772 17.3081 3 16.7559 3C16.2036 3 15.7559 3.44772 15.7559 4L15.7559 16.5L15.1616 16.5C14.986 16.4999 14.7703 16.4997 14.5939 16.5218L14.5905 16.5222C14.4641 16.538 13.888 16.6098 13.6137 17.1754C13.3387 17.7423 13.6407 18.2424 13.706 18.3506L13.7084 18.3546C13.8006 18.5076 13.9348 18.6785 14.0451 18.8191L14.0688 18.8493C14.3635 19.2252 14.7454 19.7094 15.1259 20.1004C15.3157 20.2955 15.533 20.4967 15.7639 20.6556C15.9691 20.7968 16.3193 21 16.75 21C17.1807 21 17.5309 20.7968 17.7361 20.6556C17.967 20.4967 18.1843 20.2955 18.3741 20.1004C18.7546 19.7094 19.1365 19.2252 19.4312 18.8493L19.4549 18.8191C19.5652 18.6785 19.6994 18.5077 19.7916 18.3546L19.794 18.3506C19.8593 18.2424 20.1613 17.7422 19.8863 17.1754C19.612 16.6098 19.0359 16.538 18.9095 16.5222L18.9061 16.5218C18.7297 16.4997 18.514 16.4999 18.3384 16.5L17.7559 16.5L17.7559 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.00011 15.8659C5.68076 16.0499 5.27144 16.0497 4.94431 15.8309C4.48518 15.524 4.36183 14.903 4.66879 14.4438L4.83108 14.2187C4.92457 14.0957 5.06069 13.9264 5.22224 13.7575C5.37649 13.5962 5.59163 13.395 5.84651 13.2434C6.07607 13.1069 6.53348 12.8951 7.06603 13.0604C7.3255 13.1409 7.55548 13.3008 7.72022 13.5345C7.86742 13.7433 7.92592 13.9595 7.95395 14.108C8.00082 14.3562 8.00044 14.6588 8.00015 14.8953L8.00011 19.5C8.00011 19.6869 8.00011 19.7804 8.0403 19.85C8.06663 19.8956 8.1045 19.9334 8.15011 19.9598C8.21972 20 8.31318 20 8.5001 20C9.05239 20 9.5001 20.4477 9.5001 21C9.5001 21.5523 9.05239 22 8.5001 22H5.50011C4.94782 22 4.50011 21.5523 4.50011 21C4.50011 20.4477 4.94782 20 5.50011 20C5.68703 20 5.78049 20 5.85011 19.9598C5.89571 19.9334 5.93358 19.8956 5.95991 19.85C6.00011 19.7804 6.00011 19.6869 6.00011 19.5V15.8659Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.95005 2C6.96667 2.00001 6.98333 2.00001 7.00003 2.00001C7.01672 2.00001 7.03338 2.00001 7.05 2C7.47814 1.99995 7.88259 1.99989 8.21413 2.03889C8.57513 2.08136 8.99995 2.18373 9.36564 2.50371C9.75054 2.84051 9.89409 3.26236 9.95182 3.63803C10.0003 3.95358 10.0002 4.33089 10 4.69428C10 4.7129 10 4.73148 10 4.75001V7.37501C10 7.39669 10 7.41832 10 7.4399C10.0001 8.00241 10.0002 8.53286 9.93351 8.96705C9.85748 9.46185 9.67732 9.9673 9.21919 10.3682C8.78028 10.7522 8.25992 10.8866 7.76277 10.9451C7.29536 11.0001 6.7151 11.0001 6.05591 11L5.00003 11C4.44774 11 4.00003 10.5523 4.00003 10C4.00003 9.44772 4.44774 9.00001 5.00003 9.00001H6.00003C6.73195 9.00001 7.19273 8.99838 7.5291 8.95881C7.84435 8.92172 7.9002 8.86502 7.90213 8.86306L7.90356 8.86187C7.90539 8.86044 7.90584 8.86008 7.90972 8.85183C7.91833 8.83351 7.9386 8.78114 7.95671 8.66331C7.97901 8.51814 7.98989 8.33987 7.99516 8.10055C8.00132 7.82048 8.00441 7.68044 7.91615 7.59022C7.8279 7.50001 7.68509 7.50001 7.39948 7.50001H7.00003C6.98333 7.50001 6.96667 7.50001 6.95005 7.50001C6.52191 7.50007 6.11746 7.50013 5.78592 7.46113C5.42493 7.41866 5.00011 7.31628 4.63441 6.9963C4.24951 6.65951 4.10596 6.23766 4.04824 5.86199C3.99975 5.54644 3.99989 5.16913 4.00001 4.80574C4.00002 4.78712 4.00003 4.76854 4.00003 4.75001C4.00003 4.73147 4.00002 4.71289 4.00001 4.69428C3.99989 4.33088 3.99975 3.95358 4.04824 3.63803C4.10596 3.26236 4.24951 2.84051 4.63441 2.50371C5.00011 2.18373 5.42492 2.08136 5.78592 2.03889C6.11746 1.99989 6.52192 1.99995 6.95005 2ZM7.40003 5.50001C7.68287 5.50001 7.82429 5.50001 7.91216 5.41214C8.00003 5.32427 8.00003 5.18285 8.00003 4.90001V4.75001C8.00003 4.53952 7.99994 4.37476 7.99587 4.23345C7.99342 4.1487 7.98974 4.08245 7.9852 4.03008C7.98498 4.02753 7.983 4.02549 7.98046 4.0252C7.78025 4.00164 7.49624 4.00001 7.00003 4.00001C6.50381 4.00001 6.2198 4.00164 6.01959 4.0252C6.01705 4.02549 6.01507 4.02753 6.01485 4.03008C6.01032 4.08245 6.00663 4.1487 6.00419 4.23345C6.00011 4.37476 6.00003 4.53952 6.00003 4.75001C6.00003 4.9605 6.00011 5.12526 6.00419 5.26656C6.00663 5.35132 6.01032 5.41756 6.01485 5.46994C6.01507 5.47249 6.01705 5.47452 6.01959 5.47482C6.2198 5.49838 6.50381 5.50001 7.00003 5.50001H7.40003Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7559 4C17.7559 3.44772 17.3081 3 16.7559 3C16.2036 3 15.7559 3.44772 15.7559 4L15.7559 16.5L15.1616 16.5C14.986 16.4999 14.7703 16.4997 14.5939 16.5218L14.5905 16.5222C14.4641 16.538 13.888 16.6098 13.6137 17.1754C13.3387 17.7423 13.6407 18.2424 13.706 18.3506L13.7084 18.3546C13.8006 18.5076 13.9348 18.6785 14.0451 18.8191L14.0688 18.8493C14.3635 19.2252 14.7454 19.7094 15.1259 20.1004C15.3157 20.2955 15.533 20.4967 15.7639 20.6556C15.9691 20.7968 16.3193 21 16.75 21C17.1807 21 17.5309 20.7968 17.7361 20.6556C17.967 20.4967 18.1843 20.2955 18.3741 20.1004C18.7546 19.7094 19.1365 19.2252 19.4312 18.8493L19.4549 18.8191C19.5652 18.6785 19.6994 18.5077 19.7916 18.3546L19.794 18.3506C19.8593 18.2424 20.1613 17.7422 19.8863 17.1754C19.612 16.6098 19.0359 16.538 18.9095 16.5222L18.9061 16.5218C18.7297 16.4997 18.514 16.4999 18.3384 16.5L17.7559 16.5L17.7559 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-arrange{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.25 4.5C2.25 3.25736 3.25736 2.25 4.5 2.25H6.5C7.74264 2.25 8.75 3.25736 8.75 4.5V6.5C8.75 7.74264 7.74264 8.75 6.5 8.75H4.5C3.25736 8.75 2.25 7.74264 2.25 6.5V4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 17.5C2.25 16.2574 3.25736 15.25 4.5 15.25H6.5C7.74264 15.25 8.75 16.2574 8.75 17.5V19.5C8.75 20.7426 7.74264 21.75 6.5 21.75H4.5C3.25736 21.75 2.25 20.7426 2.25 19.5V17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.99977 5.5C6.99977 4.94772 7.44749 4.5 7.99977 4.5H15.9998C16.5521 4.5 16.9998 4.94772 16.9998 5.5C16.9998 6.05228 16.5521 6.5 15.9998 6.5H7.99977C7.44749 6.5 6.99977 6.05228 6.99977 5.5ZM17.0304 6.96938C17.4209 7.3599 17.4209 7.99307 17.0304 8.38359L8.35554 17.0584C7.96502 17.449 7.33186 17.449 6.94133 17.0584C6.55081 16.6679 6.55081 16.0348 6.94133 15.6442L15.6162 6.96938C16.0067 6.57886 16.6399 6.57886 17.0304 6.96938ZM6.99977 18.5C6.99977 17.9477 7.44749 17.5 7.99977 17.5H19.9998C20.5521 17.5 20.9998 17.9477 20.9998 18.5C20.9998 19.0523 20.5521 19.5 19.9998 19.5H7.99977C7.44749 19.5 6.99977 19.0523 6.99977 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 4.5C15.25 3.25736 16.2574 2.25 17.5 2.25H19.5C20.7426 2.25 21.75 3.25736 21.75 4.5V6.5C21.75 7.74264 20.7426 8.75 19.5 8.75H17.5C16.2574 8.75 15.25 7.74264 15.25 6.5V4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 19.4988H8.75V17.4988H17.25V16.7247C17.2499 16.5876 17.2497 16.4117 17.2714 16.2648C17.2947 16.1068 17.3764 15.738 17.7561 15.5373C18.1358 15.3366 18.4866 15.4768 18.6302 15.5465C18.7638 15.6114 18.9091 15.7106 19.0223 15.7879L19.853 16.3542C20.3541 16.6957 20.7911 16.9935 21.0968 17.2667C21.4052 17.5422 21.75 17.9377 21.75 18.4988C21.75 19.0599 21.4052 19.4554 21.0968 19.7309C20.7911 20.0041 20.354 20.3019 19.853 20.6434L19.0223 21.2097C18.9091 21.287 18.7638 21.3862 18.6302 21.451C18.4866 21.5207 18.1358 21.661 17.7561 21.4603C17.3764 21.2596 17.2947 20.8908 17.2714 20.7328C17.2497 20.5859 17.2499 20.41 17.25 20.2729V19.4988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.25 4.5C2.25 3.25736 3.25736 2.25 4.5 2.25H6.5C7.74264 2.25 8.75 3.25736 8.75 4.5V6.5C8.75 7.74264 7.74264 8.75 6.5 8.75H4.5C3.25736 8.75 2.25 7.74264 2.25 6.5V4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 17.5C2.25 16.2574 3.25736 15.25 4.5 15.25H6.5C7.74264 15.25 8.75 16.2574 8.75 17.5V19.5C8.75 20.7426 7.74264 21.75 6.5 21.75H4.5C3.25736 21.75 2.25 20.7426 2.25 19.5V17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.99977 5.5C6.99977 4.94772 7.44749 4.5 7.99977 4.5H15.9998C16.5521 4.5 16.9998 4.94772 16.9998 5.5C16.9998 6.05228 16.5521 6.5 15.9998 6.5H7.99977C7.44749 6.5 6.99977 6.05228 6.99977 5.5ZM17.0304 6.96938C17.4209 7.3599 17.4209 7.99307 17.0304 8.38359L8.35554 17.0584C7.96502 17.449 7.33186 17.449 6.94133 17.0584C6.55081 16.6679 6.55081 16.0348 6.94133 15.6442L15.6162 6.96938C16.0067 6.57886 16.6399 6.57886 17.0304 6.96938ZM6.99977 18.5C6.99977 17.9477 7.44749 17.5 7.99977 17.5H19.9998C20.5521 17.5 20.9998 17.9477 20.9998 18.5C20.9998 19.0523 20.5521 19.5 19.9998 19.5H7.99977C7.44749 19.5 6.99977 19.0523 6.99977 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 4.5C15.25 3.25736 16.2574 2.25 17.5 2.25H19.5C20.7426 2.25 21.75 3.25736 21.75 4.5V6.5C21.75 7.74264 20.7426 8.75 19.5 8.75H17.5C16.2574 8.75 15.25 7.74264 15.25 6.5V4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 19.4988H8.75V17.4988H17.25V16.7247C17.2499 16.5876 17.2497 16.4117 17.2714 16.2648C17.2947 16.1068 17.3764 15.738 17.7561 15.5373C18.1358 15.3366 18.4866 15.4768 18.6302 15.5465C18.7638 15.6114 18.9091 15.7106 19.0223 15.7879L19.853 16.3542C20.3541 16.6957 20.7911 16.9935 21.0968 17.2667C21.4052 17.5422 21.75 17.9377 21.75 18.4988C21.75 19.0599 21.4052 19.4554 21.0968 19.7309C20.7911 20.0041 20.354 20.3019 19.853 20.6434L19.0223 21.2097C18.9091 21.287 18.7638 21.3862 18.6302 21.451C18.4866 21.5207 18.1358 21.661 17.7561 21.4603C17.3764 21.2596 17.2947 20.8908 17.2714 20.7328C17.2497 20.5859 17.2499 20.41 17.25 20.2729V19.4988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-artboard-tool{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.7072 8.11923C17.8362 8.00213 16.6782 8 15 8H9.5C8.94772 8 8.5 7.55229 8.5 7C8.5 6.44772 8.94772 6 9.5 6L15.072 6C16.6607 5.99997 17.9539 5.99994 18.9737 6.13706C20.0377 6.28011 20.9527 6.58869 21.682 7.31802C22.4113 8.04735 22.7199 8.96232 22.8629 10.0263C23.0001 11.0462 23 12.3393 23 13.928V15.072C23 16.6607 23.0001 17.9538 22.8629 18.9737C22.7199 20.0377 22.4113 20.9527 21.682 21.682C20.9527 22.4113 20.0377 22.7199 18.9737 22.8629C17.9538 23.0001 16.6607 23 15.072 23H13.928C12.3393 23 11.0462 23.0001 10.0263 22.8629C8.96232 22.7199 8.04735 22.4113 7.31802 21.682C6.58869 20.9527 6.28011 20.0377 6.13706 18.9737C5.99994 17.9539 5.99997 16.6607 6 15.072L6 9.5C6 8.94772 6.44772 8.5 7 8.5C7.55229 8.5 8 8.94772 8 9.5V15C8 16.6782 8.00213 17.8362 8.11923 18.7072C8.23246 19.5494 8.43644 19.972 8.73223 20.2678C9.02803 20.5636 9.45059 20.7675 10.2928 20.8808C11.1638 20.9979 12.3218 21 14 21H15C16.6782 21 17.8362 20.9979 18.7072 20.8808C19.5494 20.7675 19.972 20.5636 20.2678 20.2678C20.5636 19.972 20.7675 19.5494 20.8808 18.7072C20.9979 17.8362 21 16.6782 21 15V14C21 12.3218 20.9979 11.1638 20.8808 10.2928C20.7675 9.45059 20.5636 9.02803 20.2678 8.73223C19.972 8.43644 19.5494 8.23246 18.7072 8.11923Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 7C1 6.44772 1.44772 6 2 6L4.5 6C5.05228 6 5.5 6.44772 5.5 7C5.5 7.55228 5.05228 8 4.5 8L2 8C1.44772 8 1 7.55228 1 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 5.5C6.44772 5.5 6 5.05228 6 4.5L6 2C6 1.44772 6.44771 1 7 1C7.55228 1 8 1.44772 8 2L8 4.5C8 5.05228 7.55228 5.5 7 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.7072 8.11923C17.8362 8.00213 16.6782 8 15 8H9.5C8.94772 8 8.5 7.55229 8.5 7C8.5 6.44772 8.94772 6 9.5 6L15.072 6C16.6607 5.99997 17.9539 5.99994 18.9737 6.13706C20.0377 6.28011 20.9527 6.58869 21.682 7.31802C22.4113 8.04735 22.7199 8.96232 22.8629 10.0263C23.0001 11.0462 23 12.3393 23 13.928V15.072C23 16.6607 23.0001 17.9538 22.8629 18.9737C22.7199 20.0377 22.4113 20.9527 21.682 21.682C20.9527 22.4113 20.0377 22.7199 18.9737 22.8629C17.9538 23.0001 16.6607 23 15.072 23H13.928C12.3393 23 11.0462 23.0001 10.0263 22.8629C8.96232 22.7199 8.04735 22.4113 7.31802 21.682C6.58869 20.9527 6.28011 20.0377 6.13706 18.9737C5.99994 17.9539 5.99997 16.6607 6 15.072L6 9.5C6 8.94772 6.44772 8.5 7 8.5C7.55229 8.5 8 8.94772 8 9.5V15C8 16.6782 8.00213 17.8362 8.11923 18.7072C8.23246 19.5494 8.43644 19.972 8.73223 20.2678C9.02803 20.5636 9.45059 20.7675 10.2928 20.8808C11.1638 20.9979 12.3218 21 14 21H15C16.6782 21 17.8362 20.9979 18.7072 20.8808C19.5494 20.7675 19.972 20.5636 20.2678 20.2678C20.5636 19.972 20.7675 19.5494 20.8808 18.7072C20.9979 17.8362 21 16.6782 21 15V14C21 12.3218 20.9979 11.1638 20.8808 10.2928C20.7675 9.45059 20.5636 9.02803 20.2678 8.73223C19.972 8.43644 19.5494 8.23246 18.7072 8.11923Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 7C1 6.44772 1.44772 6 2 6L4.5 6C5.05228 6 5.5 6.44772 5.5 7C5.5 7.55228 5.05228 8 4.5 8L2 8C1.44772 8 1 7.55228 1 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 5.5C6.44772 5.5 6 5.05228 6 4.5L6 2C6 1.44772 6.44771 1 7 1C7.55228 1 8 1.44772 8 2L8 4.5C8 5.05228 7.55228 5.5 7 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-artboard{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 2C8.55228 2 9 2.44772 9 3V4.5C9 5.05228 8.55228 5.5 8 5.5C7.44772 5.5 7 5.05228 7 4.5V3C7 2.44772 7.44772 2 8 2ZM16 2C16.5523 2 17 2.44772 17 3V4.5C17 5.05228 16.5523 5.5 16 5.5C15.4477 5.5 15 5.05228 15 4.5V3C15 2.44772 15.4477 2 16 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 8C18.5 7.44772 18.9477 7 19.5 7L21 7C21.5523 7 22 7.44772 22 8C22 8.55228 21.5523 9 21 9H19.5C18.9477 9 18.5 8.55228 18.5 8ZM18.5 16C18.5 15.4477 18.9477 15 19.5 15H21C21.5523 15 22 15.4477 22 16C22 16.5523 21.5523 17 21 17H19.5C18.9477 17 18.5 16.5523 18.5 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 18.5C8.55228 18.5 9 18.9477 9 19.5V21C9 21.5523 8.55228 22 8 22C7.44772 22 7 21.5523 7 21V19.5C7 18.9477 7.44772 18.5 8 18.5ZM16 18.5C16.5523 18.5 17 18.9477 17 19.5V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V19.5C15 18.9477 15.4477 18.5 16 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 8C2 7.44772 2.44772 7 3 7L4.5 7C5.05229 7 5.5 7.44772 5.5 8C5.5 8.55228 5.05229 9 4.5 9H3C2.44772 9 2 8.55228 2 8ZM2 16C2 15.4477 2.44772 15 3 15H4.5C5.05228 15 5.5 15.4477 5.5 16C5.5 16.5523 5.05228 17 4.5 17H3C2.44772 17 2 16.5523 2 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0616 7C13.7157 6.99994 14.3035 6.99989 14.7792 7.06384C15.2985 7.13367 15.8313 7.2958 16.2678 7.73224C16.7042 8.16868 16.8663 8.70149 16.9362 9.22085C17.0001 9.69656 17.0001 10.2843 17 10.9384V13.0616C17.0001 13.7157 17.0001 14.3035 16.9362 14.7792C16.8663 15.2985 16.7042 15.8313 16.2678 16.2678C15.8313 16.7042 15.2985 16.8663 14.7792 16.9362C14.3035 17.0001 13.7157 17.0001 13.0616 17H10.9384C10.2843 17.0001 9.69656 17.0001 9.22085 16.9362C8.70149 16.8663 8.16868 16.7042 7.73224 16.2678C7.2958 15.8313 7.13367 15.2985 7.06384 14.7792C6.99989 14.3035 6.99994 13.7157 7 13.0616V10.9384C6.99994 10.2843 6.99989 9.69656 7.06384 9.22085C7.13367 8.70149 7.2958 8.16868 7.73224 7.73224C8.16868 7.2958 8.70149 7.13367 9.22085 7.06384C9.69656 6.99989 10.2843 6.99994 10.9384 7H13.0616Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 2C8.55228 2 9 2.44772 9 3V4.5C9 5.05228 8.55228 5.5 8 5.5C7.44772 5.5 7 5.05228 7 4.5V3C7 2.44772 7.44772 2 8 2ZM16 2C16.5523 2 17 2.44772 17 3V4.5C17 5.05228 16.5523 5.5 16 5.5C15.4477 5.5 15 5.05228 15 4.5V3C15 2.44772 15.4477 2 16 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 8C18.5 7.44772 18.9477 7 19.5 7L21 7C21.5523 7 22 7.44772 22 8C22 8.55228 21.5523 9 21 9H19.5C18.9477 9 18.5 8.55228 18.5 8ZM18.5 16C18.5 15.4477 18.9477 15 19.5 15H21C21.5523 15 22 15.4477 22 16C22 16.5523 21.5523 17 21 17H19.5C18.9477 17 18.5 16.5523 18.5 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 18.5C8.55228 18.5 9 18.9477 9 19.5V21C9 21.5523 8.55228 22 8 22C7.44772 22 7 21.5523 7 21V19.5C7 18.9477 7.44772 18.5 8 18.5ZM16 18.5C16.5523 18.5 17 18.9477 17 19.5V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V19.5C15 18.9477 15.4477 18.5 16 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 8C2 7.44772 2.44772 7 3 7L4.5 7C5.05229 7 5.5 7.44772 5.5 8C5.5 8.55228 5.05229 9 4.5 9H3C2.44772 9 2 8.55228 2 8ZM2 16C2 15.4477 2.44772 15 3 15H4.5C5.05228 15 5.5 15.4477 5.5 16C5.5 16.5523 5.05228 17 4.5 17H3C2.44772 17 2 16.5523 2 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0616 7C13.7157 6.99994 14.3035 6.99989 14.7792 7.06384C15.2985 7.13367 15.8313 7.2958 16.2678 7.73224C16.7042 8.16868 16.8663 8.70149 16.9362 9.22085C17.0001 9.69656 17.0001 10.2843 17 10.9384V13.0616C17.0001 13.7157 17.0001 14.3035 16.9362 14.7792C16.8663 15.2985 16.7042 15.8313 16.2678 16.2678C15.8313 16.7042 15.2985 16.8663 14.7792 16.9362C14.3035 17.0001 13.7157 17.0001 13.0616 17H10.9384C10.2843 17.0001 9.69656 17.0001 9.22085 16.9362C8.70149 16.8663 8.16868 16.7042 7.73224 16.2678C7.2958 15.8313 7.13367 15.2985 7.06384 14.7792C6.99989 14.3035 6.99994 13.7157 7 13.0616V10.9384C6.99994 10.2843 6.99989 9.69656 7.06384 9.22085C7.13367 8.70149 7.2958 8.16868 7.73224 7.73224C8.16868 7.2958 8.70149 7.13367 9.22085 7.06384C9.69656 6.99989 10.2843 6.99994 10.9384 7H13.0616Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-aspect-ratio{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0625 2.25H14.0625H14.0625H9.93748H9.93746H9.93745C8.10494 2.24998 6.64403 2.24996 5.49875 2.42319C4.30896 2.60315 3.35423 2.98363 2.61102 3.81975C1.87907 4.64319 1.55636 5.67956 1.40175 6.97328C1.3636 7.29244 1.33505 7.63419 1.31367 8L10.0706 8C11.4247 7.99997 12.5413 7.99994 13.4251 8.11875C14.3529 8.2435 15.1723 8.51547 15.8284 9.17158C16.4845 9.82768 16.7565 10.6471 16.8812 11.5749C17.0001 12.4587 17 13.5753 17 14.9294V14.9295V21.7114C17.5515 21.6863 18.0508 21.6449 18.5013 21.5768C19.691 21.3969 20.6458 21.0164 21.389 20.1803C22.1209 19.3568 22.4436 18.3204 22.5983 17.0267C22.75 15.7568 22.75 14.1292 22.75 12.0513V12.0512V11.9488V11.9487C22.75 9.87082 22.75 8.24318 22.5983 6.97328C22.4436 5.67956 22.1209 4.64319 21.389 3.81975C20.6458 2.98363 19.691 2.60315 18.5013 2.42319C17.356 2.24996 15.8951 2.24998 14.0625 2.25ZM15 21.7491V15C15 13.5575 14.9979 12.5763 14.8991 11.8414C14.8042 11.1354 14.6368 10.8084 14.4142 10.5858C14.1916 10.3632 13.8646 10.1958 13.1586 10.1009C12.6077 10.0269 11.9183 10.0071 11 10.0019V21.75H14.0625C14.3865 21.75 14.6989 21.75 15 21.7491ZM9 21.7491V10H1.25578C1.24999 10.6009 1.25 11.2493 1.25 11.9488V11.9488V12.0512V12.0512C1.24999 14.1292 1.24998 15.7568 1.40175 17.0267C1.55636 18.3204 1.87907 19.3568 2.61102 20.1803C3.35423 21.0164 4.30896 21.3969 5.49875 21.5768C6.44154 21.7194 7.59822 21.7446 9 21.7491Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0625 2.25H14.0625H14.0625H9.93748H9.93746H9.93745C8.10494 2.24998 6.64403 2.24996 5.49875 2.42319C4.30896 2.60315 3.35423 2.98363 2.61102 3.81975C1.87907 4.64319 1.55636 5.67956 1.40175 6.97328C1.3636 7.29244 1.33505 7.63419 1.31367 8L10.0706 8C11.4247 7.99997 12.5413 7.99994 13.4251 8.11875C14.3529 8.2435 15.1723 8.51547 15.8284 9.17158C16.4845 9.82768 16.7565 10.6471 16.8812 11.5749C17.0001 12.4587 17 13.5753 17 14.9294V14.9295V21.7114C17.5515 21.6863 18.0508 21.6449 18.5013 21.5768C19.691 21.3969 20.6458 21.0164 21.389 20.1803C22.1209 19.3568 22.4436 18.3204 22.5983 17.0267C22.75 15.7568 22.75 14.1292 22.75 12.0513V12.0512V11.9488V11.9487C22.75 9.87082 22.75 8.24318 22.5983 6.97328C22.4436 5.67956 22.1209 4.64319 21.389 3.81975C20.6458 2.98363 19.691 2.60315 18.5013 2.42319C17.356 2.24996 15.8951 2.24998 14.0625 2.25ZM15 21.7491V15C15 13.5575 14.9979 12.5763 14.8991 11.8414C14.8042 11.1354 14.6368 10.8084 14.4142 10.5858C14.1916 10.3632 13.8646 10.1958 13.1586 10.1009C12.6077 10.0269 11.9183 10.0071 11 10.0019V21.75H14.0625C14.3865 21.75 14.6989 21.75 15 21.7491ZM9 21.7491V10H1.25578C1.24999 10.6009 1.25 11.2493 1.25 11.9488V11.9488V12.0512V12.0512C1.24999 14.1292 1.24998 15.7568 1.40175 17.0267C1.55636 18.3204 1.87907 19.3568 2.61102 20.1803C3.35423 21.0164 4.30896 21.3969 5.49875 21.5768C6.44154 21.7194 7.59822 21.7446 9 21.7491Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-attachment-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.74874 4.98633C8.43363 3.67122 6.30143 3.67122 4.98633 4.98633C3.67122 6.30143 3.67122 8.43363 4.98633 9.74874L6.53048 11.2929C6.92101 11.6834 6.92101 12.3166 6.53048 12.7071C6.13996 13.0976 5.50679 13.0976 5.11627 12.7071L3.57211 11.163C1.47596 9.0668 1.47596 5.66827 3.57211 3.57211C5.66827 1.47596 9.0668 1.47596 11.163 3.57211L20.4279 12.837C22.524 14.9332 22.524 18.3317 20.4279 20.4279C18.3317 22.524 14.9332 22.524 12.837 20.4279L9.3627 16.9535C7.90616 15.497 7.90616 13.1355 9.3627 11.6789C10.8192 10.2224 13.1808 10.2224 14.6373 11.6789L16.5675 13.6091C16.958 13.9997 16.958 14.6328 16.5675 15.0233C16.177 15.4139 15.5438 15.4139 15.1533 15.0233L13.2231 13.0931C12.5476 12.4177 11.4524 12.4177 10.7769 13.0931C10.1014 13.7686 10.1014 14.8638 10.7769 15.5393L14.2513 19.0137C15.5664 20.3288 17.6986 20.3288 19.0137 19.0137C20.3288 17.6986 20.3288 15.5664 19.0137 14.2513L9.74874 4.98633Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8606 14.3156L13.9304 12.3855C12.8644 11.3194 11.136 11.3194 10.07 12.3855C9.004 13.4515 9.004 15.1798 10.07 16.2458L13.5444 19.7202C15.25 21.4258 18.0154 21.4258 19.721 19.7202%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.74874 4.98633C8.43363 3.67122 6.30143 3.67122 4.98633 4.98633C3.67122 6.30143 3.67122 8.43363 4.98633 9.74874L6.53048 11.2929C6.92101 11.6834 6.92101 12.3166 6.53048 12.7071C6.13996 13.0976 5.50679 13.0976 5.11627 12.7071L3.57211 11.163C1.47596 9.0668 1.47596 5.66827 3.57211 3.57211C5.66827 1.47596 9.0668 1.47596 11.163 3.57211L20.4279 12.837C22.524 14.9332 22.524 18.3317 20.4279 20.4279C18.3317 22.524 14.9332 22.524 12.837 20.4279L9.3627 16.9535C7.90616 15.497 7.90616 13.1355 9.3627 11.6789C10.8192 10.2224 13.1808 10.2224 14.6373 11.6789L16.5675 13.6091C16.958 13.9997 16.958 14.6328 16.5675 15.0233C16.177 15.4139 15.5438 15.4139 15.1533 15.0233L13.2231 13.0931C12.5476 12.4177 11.4524 12.4177 10.7769 13.0931C10.1014 13.7686 10.1014 14.8638 10.7769 15.5393L14.2513 19.0137C15.5664 20.3288 17.6986 20.3288 19.0137 19.0137C20.3288 17.6986 20.3288 15.5664 19.0137 14.2513L9.74874 4.98633Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8606 14.3156L13.9304 12.3855C12.8644 11.3194 11.136 11.3194 10.07 12.3855C9.004 13.4515 9.004 15.1798 10.07 16.2458L13.5444 19.7202C15.25 21.4258 18.0154 21.4258 19.721 19.7202%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-attachment-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C10.3431 3 9 4.34315 9 6V8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8V6C7 3.23858 9.23858 1 12 1C14.7614 1 17 3.23858 17 6V18C17 20.7614 14.7614 23 12 23C9.23858 23 7 20.7614 7 18V13.5C7 11.567 8.567 10 10.5 10C12.433 10 14 11.567 14 13.5V16C14 16.5523 13.5523 17 13 17C12.4477 17 12 16.5523 12 16V13.5C12 12.6716 11.3284 12 10.5 12C9.67157 12 9 12.6716 9 13.5V18C9 19.6569 10.3431 21 12 21C13.6569 21 15 19.6569 15 18V6C15 4.34315 13.6569 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C10.3431 3 9 4.34315 9 6V8C9 8.55228 8.55228 9 8 9C7.44772 9 7 8.55228 7 8V6C7 3.23858 9.23858 1 12 1C14.7614 1 17 3.23858 17 6V18C17 20.7614 14.7614 23 12 23C9.23858 23 7 20.7614 7 18V13.5C7 11.567 8.567 10 10.5 10C12.433 10 14 11.567 14 13.5V16C14 16.5523 13.5523 17 13 17C12.4477 17 12 16.5523 12 16V13.5C12 12.6716 11.3284 12 10.5 12C9.67157 12 9 12.6716 9 13.5V18C9 19.6569 10.3431 21 12 21C13.6569 21 15 19.6569 15 18V6C15 4.34315 13.6569 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-attachment-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM10.6118 8.24101C9.95713 7.58633 8.89569 7.58633 8.24101 8.24101C7.58633 8.89569 7.58633 9.95713 8.24101 10.6118L9.09887 11.4697C9.39177 11.7626 9.39177 12.2374 9.09887 12.5303C8.80598 12.8232 8.33111 12.8232 8.03821 12.5303L7.18035 11.6725C5.93988 10.432 5.93988 8.42081 7.18035 7.18035C8.42081 5.93988 10.432 5.93988 11.6725 7.18035L16.8197 12.3275C18.0601 13.568 18.0601 15.5792 16.8197 16.8197C15.5792 18.0601 13.568 18.0601 12.3275 16.8197L10.3973 14.8895C9.91415 14.4063 9.67832 13.8254 9.7025 13.2382C9.72612 12.6645 9.99515 12.158 10.3828 11.8026C11.1805 11.0711 12.5091 10.9484 13.5303 11.9697L14.5303 12.9697C14.8232 13.2626 14.8232 13.7374 14.5303 14.0303C14.2374 14.3232 13.7626 14.3232 13.4697 14.0303L12.4697 13.0303C12.2323 12.793 12.0159 12.7305 11.8563 12.7288C11.6857 12.7269 11.5212 12.7938 11.3965 12.9081C11.2714 13.0229 11.2068 13.1656 11.2012 13.2999C11.1963 13.4206 11.2358 13.6066 11.458 13.8288L13.3882 15.759C14.0429 16.4137 15.1043 16.4137 15.759 15.759C16.4137 15.1043 16.4137 14.0429 15.759 13.3882L10.6118 8.24101Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM10.6118 8.24101C9.95713 7.58633 8.89569 7.58633 8.24101 8.24101C7.58633 8.89569 7.58633 9.95713 8.24101 10.6118L9.09887 11.4697C9.39177 11.7626 9.39177 12.2374 9.09887 12.5303C8.80598 12.8232 8.33111 12.8232 8.03821 12.5303L7.18035 11.6725C5.93988 10.432 5.93988 8.42081 7.18035 7.18035C8.42081 5.93988 10.432 5.93988 11.6725 7.18035L16.8197 12.3275C18.0601 13.568 18.0601 15.5792 16.8197 16.8197C15.5792 18.0601 13.568 18.0601 12.3275 16.8197L10.3973 14.8895C9.91415 14.4063 9.67832 13.8254 9.7025 13.2382C9.72612 12.6645 9.99515 12.158 10.3828 11.8026C11.1805 11.0711 12.5091 10.9484 13.5303 11.9697L14.5303 12.9697C14.8232 13.2626 14.8232 13.7374 14.5303 14.0303C14.2374 14.3232 13.7626 14.3232 13.4697 14.0303L12.4697 13.0303C12.2323 12.793 12.0159 12.7305 11.8563 12.7288C11.6857 12.7269 11.5212 12.7938 11.3965 12.9081C11.2714 13.0229 11.2068 13.1656 11.2012 13.2999C11.1963 13.4206 11.2358 13.6066 11.458 13.8288L13.3882 15.759C14.0429 16.4137 15.1043 16.4137 15.759 15.759C16.4137 15.1043 16.4137 14.0429 15.759 13.3882L10.6118 8.24101Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-attachment-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM10.6118 8.24101C9.95713 7.58633 8.89569 7.58633 8.24101 8.24101C7.58633 8.89569 7.58633 9.95713 8.24101 10.6118L9.09887 11.4697C9.39177 11.7626 9.39177 12.2374 9.09887 12.5303C8.80598 12.8232 8.33111 12.8232 8.03821 12.5303L7.18035 11.6725C5.93988 10.432 5.93988 8.42081 7.18035 7.18035C8.42081 5.93988 10.432 5.93988 11.6725 7.18035L16.8197 12.3275C18.0601 13.568 18.0601 15.5792 16.8197 16.8197C15.5792 18.0601 13.568 18.0601 12.3275 16.8197L10.3973 14.8895C9.91415 14.4063 9.67832 13.8254 9.7025 13.2382C9.72612 12.6645 9.99515 12.158 10.3828 11.8026C11.1805 11.0711 12.5091 10.9484 13.5303 11.9697L14.5303 12.9697C14.8232 13.2626 14.8232 13.7374 14.5303 14.0303C14.2374 14.3232 13.7626 14.3232 13.4697 14.0303L12.4697 13.0303C12.2323 12.793 12.0159 12.7305 11.8563 12.7288C11.6857 12.7269 11.5212 12.7938 11.3965 12.9081C11.2714 13.0229 11.2068 13.1656 11.2012 13.2999C11.1963 13.4206 11.2358 13.6066 11.458 13.8288L13.3882 15.759C14.0429 16.4137 15.1043 16.4137 15.759 15.759C16.4137 15.1043 16.4137 14.0429 15.759 13.3882L10.6118 8.24101Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM10.6118 8.24101C9.95713 7.58633 8.89569 7.58633 8.24101 8.24101C7.58633 8.89569 7.58633 9.95713 8.24101 10.6118L9.09887 11.4697C9.39177 11.7626 9.39177 12.2374 9.09887 12.5303C8.80598 12.8232 8.33111 12.8232 8.03821 12.5303L7.18035 11.6725C5.93988 10.432 5.93988 8.42081 7.18035 7.18035C8.42081 5.93988 10.432 5.93988 11.6725 7.18035L16.8197 12.3275C18.0601 13.568 18.0601 15.5792 16.8197 16.8197C15.5792 18.0601 13.568 18.0601 12.3275 16.8197L10.3973 14.8895C9.91415 14.4063 9.67832 13.8254 9.7025 13.2382C9.72612 12.6645 9.99515 12.158 10.3828 11.8026C11.1805 11.0711 12.5091 10.9484 13.5303 11.9697L14.5303 12.9697C14.8232 13.2626 14.8232 13.7374 14.5303 14.0303C14.2374 14.3232 13.7626 14.3232 13.4697 14.0303L12.4697 13.0303C12.2323 12.793 12.0159 12.7305 11.8563 12.7288C11.6857 12.7269 11.5212 12.7938 11.3965 12.9081C11.2714 13.0229 11.2068 13.1656 11.2012 13.2999C11.1963 13.4206 11.2358 13.6066 11.458 13.8288L13.3882 15.759C14.0429 16.4137 15.1043 16.4137 15.759 15.759C16.4137 15.1043 16.4137 14.0429 15.759 13.3882L10.6118 8.24101Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-bend-tool{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.25 4C16.25 2.48122 17.4812 1.25 19 1.25C20.5188 1.25 21.75 2.48122 21.75 4C21.75 5.51878 20.5188 6.75 19 6.75C17.4812 6.75 16.25 5.51878 16.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 20C2.25 18.4812 3.48122 17.25 5 17.25C6.51878 17.25 7.75 18.4812 7.75 20C7.75 21.5188 6.51878 22.75 5 22.75C3.48122 22.75 2.25 21.5188 2.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 5C10.6985 5 6 10.3937 6 18C6 18.5523 5.55228 19 5 19C4.44772 19 4 18.5523 4 18C4 9.60627 9.3015 3 17 3C17.5523 3 18 3.44772 18 4C18 4.55228 17.5523 5 17 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.25 4C16.25 2.48122 17.4812 1.25 19 1.25C20.5188 1.25 21.75 2.48122 21.75 4C21.75 5.51878 20.5188 6.75 19 6.75C17.4812 6.75 16.25 5.51878 16.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 20C2.25 18.4812 3.48122 17.25 5 17.25C6.51878 17.25 7.75 18.4812 7.75 20C7.75 21.5188 6.51878 22.75 5 22.75C3.48122 22.75 2.25 21.5188 2.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 5C10.6985 5 6 10.3937 6 18C6 18.5523 5.55228 19 5 19C4.44772 19 4 18.5523 4 18C4 9.60627 9.3015 3 17 3C17.5523 3 18 3.44772 18 4C18 4.55228 17.5523 5 17 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-blend{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.25 17C11.25 13.8244 13.8244 11.25 17 11.25C20.1756 11.25 22.75 13.8244 22.75 17C22.75 20.1756 20.1756 22.75 17 22.75C13.8244 22.75 11.25 20.1756 11.25 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0402 8.17855C10.3552 8.17855 8.17855 10.3552 8.17855 13.0402C8.17855 15.4482 9.93016 17.449 12.2288 17.8346C12.754 17.9227 13.1083 18.4199 13.0202 18.9451C12.9321 19.4703 12.4349 19.8247 11.9097 19.7366C8.6975 19.1977 6.25 16.4057 6.25 13.0402C6.25 9.29008 9.29008 6.25 13.0402 6.25C16.4057 6.25 19.1977 8.6975 19.7366 11.9097C19.8247 12.4349 19.4703 12.9321 18.9451 13.0202C18.4199 13.1083 17.9227 12.754 17.8346 12.2288C17.449 9.93016 15.4482 8.17855 13.0402 8.17855Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.65278 1.25C9.64493 1.24997 10.4647 1.24995 11.1139 1.33724C11.7962 1.42896 12.4012 1.62928 12.886 2.11404C13.3707 2.5988 13.571 3.20381 13.6628 3.88607C13.7501 4.53527 13.75 5.35508 13.75 6.34722V6.34725L13.75 7.00014C13.75 7.41237 13.4173 7.74733 13.0051 7.75013C10.1117 7.76971 7.76971 10.1117 7.75013 13.0051C7.74733 13.4173 7.41237 13.75 7.00014 13.75L6.34725 13.75H6.34722C5.35508 13.75 4.53527 13.7501 3.88607 13.6628C3.20381 13.571 2.5988 13.3707 2.11404 12.886C1.62928 12.4012 1.42896 11.7962 1.33724 11.1139C1.24995 10.4647 1.24997 9.64493 1.25 8.65278V8.65276V6.34724V6.34722C1.24997 5.35507 1.24995 4.53527 1.33724 3.88607C1.42896 3.20381 1.62928 2.5988 2.11404 2.11404C2.5988 1.62928 3.20381 1.42896 3.88607 1.33724C4.53527 1.24995 5.35507 1.24997 6.34722 1.25H6.34724H8.65276H8.65278Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.25 17C11.25 13.8244 13.8244 11.25 17 11.25C20.1756 11.25 22.75 13.8244 22.75 17C22.75 20.1756 20.1756 22.75 17 22.75C13.8244 22.75 11.25 20.1756 11.25 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0402 8.17855C10.3552 8.17855 8.17855 10.3552 8.17855 13.0402C8.17855 15.4482 9.93016 17.449 12.2288 17.8346C12.754 17.9227 13.1083 18.4199 13.0202 18.9451C12.9321 19.4703 12.4349 19.8247 11.9097 19.7366C8.6975 19.1977 6.25 16.4057 6.25 13.0402C6.25 9.29008 9.29008 6.25 13.0402 6.25C16.4057 6.25 19.1977 8.6975 19.7366 11.9097C19.8247 12.4349 19.4703 12.9321 18.9451 13.0202C18.4199 13.1083 17.9227 12.754 17.8346 12.2288C17.449 9.93016 15.4482 8.17855 13.0402 8.17855Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.65278 1.25C9.64493 1.24997 10.4647 1.24995 11.1139 1.33724C11.7962 1.42896 12.4012 1.62928 12.886 2.11404C13.3707 2.5988 13.571 3.20381 13.6628 3.88607C13.7501 4.53527 13.75 5.35508 13.75 6.34722V6.34725L13.75 7.00014C13.75 7.41237 13.4173 7.74733 13.0051 7.75013C10.1117 7.76971 7.76971 10.1117 7.75013 13.0051C7.74733 13.4173 7.41237 13.75 7.00014 13.75L6.34725 13.75H6.34722C5.35508 13.75 4.53527 13.7501 3.88607 13.6628C3.20381 13.571 2.5988 13.3707 2.11404 12.886C1.62928 12.4012 1.42896 11.7962 1.33724 11.1139C1.24995 10.4647 1.24997 9.64493 1.25 8.65278V8.65276V6.34724V6.34722C1.24997 5.35507 1.24995 4.53527 1.33724 3.88607C1.42896 3.20381 1.62928 2.5988 2.11404 2.11404C2.5988 1.62928 3.20381 1.42896 3.88607 1.33724C4.53527 1.24995 5.35507 1.24997 6.34722 1.25H6.34724H8.65276H8.65278Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-blur{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9268 1.61835C11.2411 1.372 11.62 1.24785 12 1.25003C12.38 1.24785 12.759 1.372 13.0732 1.61835C14.0361 2.36253 15.9419 3.94972 17.6102 6.06854C19.2703 8.17695 20.7654 10.9009 20.7499 13.902C20.7488 18.7659 16.8378 22.75 12.0001 22.75C7.16241 22.75 3.2512 18.7659 3.25012 13.902C3.23466 10.9009 4.72979 8.17695 6.38986 6.06854C8.05811 3.94972 9.96396 2.36253 10.9268 1.61835ZM14.9066 5.90428C15.1424 6.15859 15.2602 6.28574 15.2346 6.43231C15.2089 6.57888 15.052 6.65991 14.7382 6.82198L13.6254 7.39663C13.2338 7.59887 13.038 7.69998 12.8941 7.61231C12.7501 7.52464 12.7501 7.30427 12.7501 6.86352V5.1397C12.7501 4.5743 12.7501 4.2916 12.9313 4.21345C13.1125 4.13531 13.3146 4.32605 13.7189 4.70755C14.0983 5.06561 14.5007 5.46651 14.9066 5.90428ZM16.9653 8.50926C16.8309 8.3037 16.7638 8.20092 16.6522 8.17152C16.5406 8.14212 16.4288 8.19989 16.205 8.31543L13.0748 9.93193C12.9167 10.0136 12.8377 10.0544 12.7939 10.1263C12.7501 10.1982 12.7501 10.2871 12.7501 10.465V11.6631C12.7501 12.1071 12.7501 12.329 12.895 12.4166C13.0399 12.5041 13.2364 12.4008 13.6294 12.1942L17.2989 10.2647C17.5451 10.1352 17.6682 10.0705 17.7045 9.95C17.7407 9.82949 17.6759 9.71138 17.5462 9.47516C17.3663 9.14738 17.1716 8.82507 16.9653 8.50926ZM18.6959 12.6078C18.6388 12.2784 18.6102 12.1138 18.4732 12.0463C18.3363 11.9789 18.1806 12.0607 17.8694 12.2244L13.0709 14.7474C12.9147 14.8296 12.8365 14.8706 12.7933 14.9422C12.7501 15.0137 12.7501 15.102 12.7501 15.2785V16.5361C12.7501 16.9713 12.7501 17.1888 12.8924 17.2767C13.0347 17.3647 13.2293 17.2674 13.6185 17.0728L18.4782 14.6429C18.6268 14.5686 18.7011 14.5315 18.7455 14.4627C18.79 14.3939 18.7932 14.3154 18.7996 14.1585C18.8036 14.0617 18.8056 13.9643 18.8056 13.8666L18.8056 13.8648C18.8063 13.4438 18.7681 13.0242 18.6959 12.6078ZM16.9447 18.6231C17.4375 18.0926 17.6839 17.8273 17.5337 17.6268C17.3835 17.4263 17.0398 17.5982 16.3526 17.9418L13.0537 19.5912C12.92 19.6581 12.8531 19.6915 12.8108 19.7475C12.7995 19.7625 12.7896 19.7785 12.7813 19.7953C12.7501 19.8582 12.7501 19.933 12.7501 20.0825C12.7501 20.4008 12.7501 20.5599 12.8617 20.65C12.9733 20.74 13.1196 20.7084 13.4123 20.6453C14.7871 20.3486 16.0115 19.6278 16.9447 18.6231Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9268 1.61835C11.2411 1.372 11.62 1.24785 12 1.25003C12.38 1.24785 12.759 1.372 13.0732 1.61835C14.0361 2.36253 15.9419 3.94972 17.6102 6.06854C19.2703 8.17695 20.7654 10.9009 20.7499 13.902C20.7488 18.7659 16.8378 22.75 12.0001 22.75C7.16241 22.75 3.2512 18.7659 3.25012 13.902C3.23466 10.9009 4.72979 8.17695 6.38986 6.06854C8.05811 3.94972 9.96396 2.36253 10.9268 1.61835ZM14.9066 5.90428C15.1424 6.15859 15.2602 6.28574 15.2346 6.43231C15.2089 6.57888 15.052 6.65991 14.7382 6.82198L13.6254 7.39663C13.2338 7.59887 13.038 7.69998 12.8941 7.61231C12.7501 7.52464 12.7501 7.30427 12.7501 6.86352V5.1397C12.7501 4.5743 12.7501 4.2916 12.9313 4.21345C13.1125 4.13531 13.3146 4.32605 13.7189 4.70755C14.0983 5.06561 14.5007 5.46651 14.9066 5.90428ZM16.9653 8.50926C16.8309 8.3037 16.7638 8.20092 16.6522 8.17152C16.5406 8.14212 16.4288 8.19989 16.205 8.31543L13.0748 9.93193C12.9167 10.0136 12.8377 10.0544 12.7939 10.1263C12.7501 10.1982 12.7501 10.2871 12.7501 10.465V11.6631C12.7501 12.1071 12.7501 12.329 12.895 12.4166C13.0399 12.5041 13.2364 12.4008 13.6294 12.1942L17.2989 10.2647C17.5451 10.1352 17.6682 10.0705 17.7045 9.95C17.7407 9.82949 17.6759 9.71138 17.5462 9.47516C17.3663 9.14738 17.1716 8.82507 16.9653 8.50926ZM18.6959 12.6078C18.6388 12.2784 18.6102 12.1138 18.4732 12.0463C18.3363 11.9789 18.1806 12.0607 17.8694 12.2244L13.0709 14.7474C12.9147 14.8296 12.8365 14.8706 12.7933 14.9422C12.7501 15.0137 12.7501 15.102 12.7501 15.2785V16.5361C12.7501 16.9713 12.7501 17.1888 12.8924 17.2767C13.0347 17.3647 13.2293 17.2674 13.6185 17.0728L18.4782 14.6429C18.6268 14.5686 18.7011 14.5315 18.7455 14.4627C18.79 14.3939 18.7932 14.3154 18.7996 14.1585C18.8036 14.0617 18.8056 13.9643 18.8056 13.8666L18.8056 13.8648C18.8063 13.4438 18.7681 13.0242 18.6959 12.6078ZM16.9447 18.6231C17.4375 18.0926 17.6839 17.8273 17.5337 17.6268C17.3835 17.4263 17.0398 17.5982 16.3526 17.9418L13.0537 19.5912C12.92 19.6581 12.8531 19.6915 12.8108 19.7475C12.7995 19.7625 12.7896 19.7785 12.7813 19.7953C12.7501 19.8582 12.7501 19.933 12.7501 20.0825C12.7501 20.4008 12.7501 20.5599 12.8617 20.65C12.9733 20.74 13.1196 20.7084 13.4123 20.6453C14.7871 20.3486 16.0115 19.6278 16.9447 18.6231Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-border-full{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0452 1.25H12.0453C13.8818 1.24999 15.3214 1.24999 16.4635 1.37373C17.6291 1.50001 18.5734 1.76232 19.3798 2.34815C19.8679 2.70281 20.2972 3.13209 20.6518 3.62024C21.2377 4.42656 21.5 5.37094 21.6263 6.53648C21.75 7.67859 21.75 9.11824 21.75 10.9547V13.0453C21.75 14.8818 21.75 16.3214 21.6263 17.4635C21.5 18.6291 21.2377 19.5734 20.6518 20.3798C20.2972 20.8679 19.8679 21.2972 19.3798 21.6518C18.5734 22.2377 17.6291 22.5 16.4635 22.6263C15.3214 22.75 13.8818 22.75 12.0453 22.75H11.9547C10.1182 22.75 8.67859 22.75 7.53648 22.6263C6.37094 22.5 5.42656 22.2377 4.62024 21.6518C4.13209 21.2972 3.70281 20.8679 3.34815 20.3798C2.76232 19.5734 2.50001 18.6291 2.37373 17.4635C2.24999 16.3214 2.24999 14.8818 2.25 13.0453V13.0452V10.9548V10.9547C2.24999 9.11821 2.24999 7.67861 2.37373 6.53648C2.50001 5.37094 2.76232 4.42656 3.34815 3.62024C3.70281 3.13209 4.13209 2.70281 4.62024 2.34815C5.42656 1.76232 6.37094 1.50001 7.53648 1.37373C8.67861 1.24999 10.1182 1.24999 11.9547 1.25H11.9548H12.0452ZM6 9.5C6 8.94772 6.44771 8.5 7 8.5H15C15.5523 8.5 16 8.94772 16 9.5C16 10.0523 15.5523 10.5 15 10.5H7C6.44771 10.5 6 10.0523 6 9.5ZM6 14.5C6 13.9477 6.44771 13.5 7 13.5H10C10.5523 13.5 11 13.9477 11 14.5C11 15.0523 10.5523 15.5 10 15.5H7C6.44771 15.5 6 15.0523 6 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0452 1.25H12.0453C13.8818 1.24999 15.3214 1.24999 16.4635 1.37373C17.6291 1.50001 18.5734 1.76232 19.3798 2.34815C19.8679 2.70281 20.2972 3.13209 20.6518 3.62024C21.2377 4.42656 21.5 5.37094 21.6263 6.53648C21.75 7.67859 21.75 9.11824 21.75 10.9547V13.0453C21.75 14.8818 21.75 16.3214 21.6263 17.4635C21.5 18.6291 21.2377 19.5734 20.6518 20.3798C20.2972 20.8679 19.8679 21.2972 19.3798 21.6518C18.5734 22.2377 17.6291 22.5 16.4635 22.6263C15.3214 22.75 13.8818 22.75 12.0453 22.75H11.9547C10.1182 22.75 8.67859 22.75 7.53648 22.6263C6.37094 22.5 5.42656 22.2377 4.62024 21.6518C4.13209 21.2972 3.70281 20.8679 3.34815 20.3798C2.76232 19.5734 2.50001 18.6291 2.37373 17.4635C2.24999 16.3214 2.24999 14.8818 2.25 13.0453V13.0452V10.9548V10.9547C2.24999 9.11821 2.24999 7.67861 2.37373 6.53648C2.50001 5.37094 2.76232 4.42656 3.34815 3.62024C3.70281 3.13209 4.13209 2.70281 4.62024 2.34815C5.42656 1.76232 6.37094 1.50001 7.53648 1.37373C8.67861 1.24999 10.1182 1.24999 11.9547 1.25H11.9548H12.0452ZM6 9.5C6 8.94772 6.44771 8.5 7 8.5H15C15.5523 8.5 16 8.94772 16 9.5C16 10.0523 15.5523 10.5 15 10.5H7C6.44771 10.5 6 10.0523 6 9.5ZM6 14.5C6 13.9477 6.44771 13.5 7 13.5H10C10.5523 13.5 11 13.9477 11 14.5C11 15.0523 10.5523 15.5 10 15.5H7C6.44771 15.5 6 15.0523 6 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-brush{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9054 9.01384C9.61937 10.3071 7.93132 12.109 6.93851 13.3047C5.86809 13.2456 4.77791 13.6225 3.95976 14.4353C3.41805 14.9734 3.09297 15.5144 2.91314 16.0801C2.73746 16.6328 2.71511 17.1664 2.71511 17.6473C2.71511 17.7698 2.71638 17.8902 2.71763 18.0093C2.72636 18.8373 2.73443 19.6039 2.31135 20.5846C2.22163 20.7925 2.2307 21.0299 2.33604 21.2304C2.44137 21.431 2.63168 21.5731 2.85384 21.6173C2.96809 21.6395 3.26703 21.6891 3.54881 21.7095C3.96344 21.7469 4.54117 21.772 5.19664 21.7219C6.49173 21.6229 8.18634 21.2223 9.48196 19.9352C10.3001 19.1224 10.6803 18.0386 10.6224 16.974C11.8265 15.9872 13.6377 14.3129 14.9394 13.0353C17.1539 10.8353 19.0048 8.66276 20.2054 6.91947C20.8021 6.05304 21.2605 5.26085 21.5149 4.60552C21.6411 4.28052 21.7343 3.94644 21.7482 3.62996C21.762 3.31485 21.6987 2.91467 21.3888 2.60675C21.0799 2.29992 20.6804 2.23812 20.3665 2.25173C20.0501 2.26545 19.7154 2.35744 19.3887 2.48261C18.7301 2.73496 17.9333 3.18988 17.0612 3.78266C15.3067 4.9752 13.1199 6.81383 10.9054 9.01384ZM11.1924 10.8555L13.0918 12.7424C12.1281 13.6686 11.0874 14.6171 10.1848 15.3844C10.0052 15.0426 9.77087 14.7217 9.48194 14.4347C9.19524 14.1499 8.87513 13.9186 8.53418 13.7408C9.30705 12.8443 10.2612 11.8115 11.1924 10.8555Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9054 9.01384C9.61937 10.3071 7.93132 12.109 6.93851 13.3047C5.86809 13.2456 4.77791 13.6225 3.95976 14.4353C3.41805 14.9734 3.09297 15.5144 2.91314 16.0801C2.73746 16.6328 2.71511 17.1664 2.71511 17.6473C2.71511 17.7698 2.71638 17.8902 2.71763 18.0093C2.72636 18.8373 2.73443 19.6039 2.31135 20.5846C2.22163 20.7925 2.2307 21.0299 2.33604 21.2304C2.44137 21.431 2.63168 21.5731 2.85384 21.6173C2.96809 21.6395 3.26703 21.6891 3.54881 21.7095C3.96344 21.7469 4.54117 21.772 5.19664 21.7219C6.49173 21.6229 8.18634 21.2223 9.48196 19.9352C10.3001 19.1224 10.6803 18.0386 10.6224 16.974C11.8265 15.9872 13.6377 14.3129 14.9394 13.0353C17.1539 10.8353 19.0048 8.66276 20.2054 6.91947C20.8021 6.05304 21.2605 5.26085 21.5149 4.60552C21.6411 4.28052 21.7343 3.94644 21.7482 3.62996C21.762 3.31485 21.6987 2.91467 21.3888 2.60675C21.0799 2.29992 20.6804 2.23812 20.3665 2.25173C20.0501 2.26545 19.7154 2.35744 19.3887 2.48261C18.7301 2.73496 17.9333 3.18988 17.0612 3.78266C15.3067 4.9752 13.1199 6.81383 10.9054 9.01384ZM11.1924 10.8555L13.0918 12.7424C12.1281 13.6686 11.0874 14.6171 10.1848 15.3844C10.0052 15.0426 9.77087 14.7217 9.48194 14.4347C9.19524 14.1499 8.87513 13.9186 8.53418 13.7408C9.30705 12.8443 10.2612 11.8115 11.1924 10.8555Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-cap-projecting{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 8.5C12.0855 8.5 13.4248 9.55426 13.8551 11L20.75 11C21.3023 11 21.75 11.4477 21.75 12C21.75 12.5523 21.3023 13 20.75 13H13.8551C13.4248 14.4457 12.0855 15.5 10.5 15.5C8.567 15.5 7 13.933 7 12C7 10.067 8.567 8.5 10.5 8.5ZM10.5 10.5C9.67157 10.5 9 11.1716 9 12C9 12.8284 9.67157 13.5 10.5 13.5C11.3284 13.5 12 12.8284 12 12C12 11.1716 11.3284 10.5 10.5 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.6663 5.34835C20.0639 4.74644 19.3054 4.48754 18.4046 4.36652C17.5369 4.24996 16.4337 4.24998 15.065 4.25H9.96453C8.59424 4.24999 7.50847 4.24999 6.64143 4.33812C5.75308 4.42841 5.01145 4.61739 4.36272 5.05052C3.84365 5.39707 3.39798 5.84239 3.05116 6.36104C2.61769 7.00926 2.42856 7.7503 2.33819 8.63795C2.24998 9.5043 2.24999 10.5892 2.25 11.9584V12.0416C2.24999 13.4108 2.24998 14.4957 2.33819 15.3621C2.42856 16.2497 2.61768 16.9907 3.05115 17.639C3.39798 18.1576 3.84365 18.6029 4.36272 18.9495C5.01145 19.3826 5.75308 19.5716 6.64143 19.6619C7.50847 19.75 8.59422 19.75 9.96451 19.75H15.065C16.4337 19.75 17.5369 19.75 18.4046 19.6335C19.3054 19.5125 20.0639 19.2536 20.6662 18.6517C21.2686 18.0497 21.5277 17.2919 21.6489 16.3918C21.7002 16.0104 21.7289 15.5835 21.745 15.1086C21.7546 14.8248 21.7594 14.683 21.6709 14.5915C21.5824 14.5 21.4382 14.5 21.1499 14.5H15.187C15.0222 14.5 14.9398 14.5 14.8737 14.5351C14.8076 14.5702 14.7574 14.6446 14.6569 14.7934C13.7584 16.124 12.236 17 10.5065 17C7.74293 17 5.50258 14.7614 5.50258 12C5.50258 9.23858 7.74293 7 10.5065 7C12.236 7 13.7584 7.87596 14.6569 9.20663C14.7574 9.3554 14.8076 9.42979 14.8737 9.46489C14.9398 9.5 15.0222 9.5 15.187 9.5L21.1499 9.5C21.4382 9.5 21.5824 9.5 21.6709 9.40851C21.7594 9.31703 21.7546 9.17516 21.745 8.89144C21.7289 8.41648 21.7002 7.9896 21.6489 7.60825C21.5277 6.70814 21.2686 5.95027 20.6663 5.34835Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 8.5C12.0855 8.5 13.4248 9.55426 13.8551 11L20.75 11C21.3023 11 21.75 11.4477 21.75 12C21.75 12.5523 21.3023 13 20.75 13H13.8551C13.4248 14.4457 12.0855 15.5 10.5 15.5C8.567 15.5 7 13.933 7 12C7 10.067 8.567 8.5 10.5 8.5ZM10.5 10.5C9.67157 10.5 9 11.1716 9 12C9 12.8284 9.67157 13.5 10.5 13.5C11.3284 13.5 12 12.8284 12 12C12 11.1716 11.3284 10.5 10.5 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.6663 5.34835C20.0639 4.74644 19.3054 4.48754 18.4046 4.36652C17.5369 4.24996 16.4337 4.24998 15.065 4.25H9.96453C8.59424 4.24999 7.50847 4.24999 6.64143 4.33812C5.75308 4.42841 5.01145 4.61739 4.36272 5.05052C3.84365 5.39707 3.39798 5.84239 3.05116 6.36104C2.61769 7.00926 2.42856 7.7503 2.33819 8.63795C2.24998 9.5043 2.24999 10.5892 2.25 11.9584V12.0416C2.24999 13.4108 2.24998 14.4957 2.33819 15.3621C2.42856 16.2497 2.61768 16.9907 3.05115 17.639C3.39798 18.1576 3.84365 18.6029 4.36272 18.9495C5.01145 19.3826 5.75308 19.5716 6.64143 19.6619C7.50847 19.75 8.59422 19.75 9.96451 19.75H15.065C16.4337 19.75 17.5369 19.75 18.4046 19.6335C19.3054 19.5125 20.0639 19.2536 20.6662 18.6517C21.2686 18.0497 21.5277 17.2919 21.6489 16.3918C21.7002 16.0104 21.7289 15.5835 21.745 15.1086C21.7546 14.8248 21.7594 14.683 21.6709 14.5915C21.5824 14.5 21.4382 14.5 21.1499 14.5H15.187C15.0222 14.5 14.9398 14.5 14.8737 14.5351C14.8076 14.5702 14.7574 14.6446 14.6569 14.7934C13.7584 16.124 12.236 17 10.5065 17C7.74293 17 5.50258 14.7614 5.50258 12C5.50258 9.23858 7.74293 7 10.5065 7C12.236 7 13.7584 7.87596 14.6569 9.20663C14.7574 9.3554 14.8076 9.42979 14.8737 9.46489C14.9398 9.5 15.0222 9.5 15.187 9.5L21.1499 9.5C21.4382 9.5 21.5824 9.5 21.6709 9.40851C21.7594 9.31703 21.7546 9.17516 21.745 8.89144C21.7289 8.41648 21.7002 7.9896 21.6489 7.60825C21.5277 6.70814 21.2686 5.95027 20.6663 5.34835Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-cap-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.75 8.5C12.1777 8.5 13.4057 9.35478 13.9502 10.5805C14.0457 10.7955 14.0935 10.9031 14.168 10.9515C14.2426 11 14.3459 11 14.5525 11H21.15C21.4328 11 21.5743 11 21.6621 11.0879C21.75 11.1757 21.75 11.3172 21.75 11.6V12.4C21.75 12.6828 21.75 12.8243 21.6621 12.9121C21.5743 13 21.4328 13 21.15 13H14.5525C14.3459 13 14.2426 13 14.168 13.0485C14.0935 13.0969 14.0457 13.2045 13.9502 13.4195C13.4057 14.6452 12.1777 15.5 10.75 15.5C8.817 15.5 7.25 13.933 7.25 12C7.25 10.067 8.817 8.5 10.75 8.5ZM10.75 10.5C9.92157 10.5 9.25 11.1716 9.25 12C9.25 12.8284 9.92157 13.5 10.75 13.5C11.5784 13.5 12.25 12.8284 12.25 12C12.25 11.1716 11.5784 10.5 10.75 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4047 4.36653C19.3055 4.48754 20.0639 4.74644 20.6663 5.34835C21.2687 5.95027 21.5278 6.70814 21.6489 7.60825C21.7002 7.9896 21.7289 8.41648 21.745 8.89144C21.7546 9.17516 21.7594 9.31703 21.6709 9.40851C21.5824 9.5 21.4383 9.5 21.15 9.5H15.4375C15.2727 9.5 15.1904 9.5 15.1243 9.4649C15.0582 9.4298 15.008 9.35541 14.9075 9.20664C14.0096 7.87705 12.4871 7 10.7572 7C7.99366 7 5.7534 9.23858 5.7534 12C5.7534 14.7614 7.99366 17 10.7572 17C12.4871 17 14.0096 16.1229 14.9075 14.7934C15.008 14.6446 15.0582 14.5702 15.1243 14.5351C15.1904 14.5 15.2727 14.5 15.4375 14.5H21.15C21.4383 14.5 21.5824 14.5 21.6709 14.5915C21.7594 14.683 21.7546 14.8248 21.745 15.1086C21.7289 15.5835 21.7002 16.0104 21.6489 16.3918C21.5278 17.2919 21.2687 18.0497 20.6663 18.6517C20.0639 19.2536 19.3055 19.5125 18.4047 19.6335C17.5371 19.75 16.4339 19.75 15.0653 19.75H10.0058C5.72241 19.75 2.25 16.2802 2.25 12C2.25 7.71979 5.72241 4.25 10.0058 4.25H15.0653C16.4339 4.24998 17.5371 4.24997 18.4047 4.36653Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.75 8.5C12.1777 8.5 13.4057 9.35478 13.9502 10.5805C14.0457 10.7955 14.0935 10.9031 14.168 10.9515C14.2426 11 14.3459 11 14.5525 11H21.15C21.4328 11 21.5743 11 21.6621 11.0879C21.75 11.1757 21.75 11.3172 21.75 11.6V12.4C21.75 12.6828 21.75 12.8243 21.6621 12.9121C21.5743 13 21.4328 13 21.15 13H14.5525C14.3459 13 14.2426 13 14.168 13.0485C14.0935 13.0969 14.0457 13.2045 13.9502 13.4195C13.4057 14.6452 12.1777 15.5 10.75 15.5C8.817 15.5 7.25 13.933 7.25 12C7.25 10.067 8.817 8.5 10.75 8.5ZM10.75 10.5C9.92157 10.5 9.25 11.1716 9.25 12C9.25 12.8284 9.92157 13.5 10.75 13.5C11.5784 13.5 12.25 12.8284 12.25 12C12.25 11.1716 11.5784 10.5 10.75 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4047 4.36653C19.3055 4.48754 20.0639 4.74644 20.6663 5.34835C21.2687 5.95027 21.5278 6.70814 21.6489 7.60825C21.7002 7.9896 21.7289 8.41648 21.745 8.89144C21.7546 9.17516 21.7594 9.31703 21.6709 9.40851C21.5824 9.5 21.4383 9.5 21.15 9.5H15.4375C15.2727 9.5 15.1904 9.5 15.1243 9.4649C15.0582 9.4298 15.008 9.35541 14.9075 9.20664C14.0096 7.87705 12.4871 7 10.7572 7C7.99366 7 5.7534 9.23858 5.7534 12C5.7534 14.7614 7.99366 17 10.7572 17C12.4871 17 14.0096 16.1229 14.9075 14.7934C15.008 14.6446 15.0582 14.5702 15.1243 14.5351C15.1904 14.5 15.2727 14.5 15.4375 14.5H21.15C21.4383 14.5 21.5824 14.5 21.6709 14.5915C21.7594 14.683 21.7546 14.8248 21.745 15.1086C21.7289 15.5835 21.7002 16.0104 21.6489 16.3918C21.5278 17.2919 21.2687 18.0497 20.6663 18.6517C20.0639 19.2536 19.3055 19.5125 18.4047 19.6335C17.5371 19.75 16.4339 19.75 15.0653 19.75H10.0058C5.72241 19.75 2.25 16.2802 2.25 12C2.25 7.71979 5.72241 4.25 10.0058 4.25H15.0653C16.4339 4.24998 17.5371 4.24997 18.4047 4.36653Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-cap-straight{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.75 8.5C7.17766 8.5 8.40567 9.35478 8.95017 10.5805C9.04571 10.7955 9.09347 10.9031 9.16804 10.9515C9.2426 11 9.3459 11 9.5525 11H21.15C21.4328 11 21.5743 11 21.6621 11.0879C21.75 11.1757 21.75 11.3172 21.75 11.6V12.4C21.75 12.6828 21.75 12.8243 21.6621 12.9121C21.5743 13 21.4328 13 21.15 13H9.5525C9.3459 13 9.2426 13 9.16804 13.0485C9.09347 13.0969 9.04571 13.2045 8.95017 13.4195C8.40567 14.6452 7.17766 15.5 5.75 15.5C3.817 15.5 2.25 13.933 2.25 12C2.25 10.067 3.817 8.5 5.75 8.5ZM5.75 10.5C4.92157 10.5 4.25 11.1716 4.25 12C4.25 12.8284 4.92157 13.5 5.75 13.5C6.57843 13.5 7.25 12.8284 7.25 12C7.25 11.1716 6.57843 10.5 5.75 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.2944 4.32992C19.9222 4.41432 20.489 4.59999 20.9445 5.05546C21.4 5.51093 21.5856 6.07773 21.67 6.70553C21.75 7.30032 21.75 8.04956 21.75 8.94806C21.75 9.18448 21.75 9.30269 21.687 9.38384C21.6716 9.40375 21.6537 9.42164 21.6338 9.43708C21.5526 9.5 21.4344 9.5 21.198 9.5L10.3468 9.50002C10.1821 9.50002 10.0998 9.50002 10.0338 9.46492C9.96773 9.42981 9.91754 9.35542 9.81716 9.20665C8.91935 7.87599 7.39814 7.00002 5.67007 7.00002C5.54594 7.00002 5.48388 7.00002 5.44288 6.98811C5.30933 6.94931 5.21889 6.82115 5.2271 6.68232C5.22961 6.6397 5.24538 6.59537 5.27693 6.5067C5.43147 6.07224 5.65402 5.68921 5.97561 5.35704C6.56245 4.7509 7.30391 4.48902 8.18252 4.367C9.02509 4.25 10.0951 4.25002 11.4164 4.25004L17.052 4.25C17.9505 4.24997 18.6997 4.24995 19.2944 4.32992Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.75 15.052C21.75 15.9505 21.75 16.6997 21.67 17.2945C21.5856 17.9223 21.4 18.4891 20.9445 18.9445C20.489 19.4 19.9222 19.5857 19.2944 19.6701C18.6997 19.7501 17.9504 19.75 17.0519 19.75L11.4164 19.75C10.0951 19.7501 9.02508 19.7501 8.18252 19.6331C7.30391 19.5111 6.56245 19.2492 5.97561 18.643C5.65401 18.3109 5.43146 17.9278 5.27691 17.4934C5.24537 17.4047 5.22959 17.3603 5.22708 17.3177C5.21888 17.1789 5.30931 17.0507 5.44285 17.0119C5.48385 17 5.54593 17 5.67007 17C7.39814 17 8.91935 16.1241 9.81716 14.7934C9.91754 14.6446 9.96773 14.5702 10.0338 14.5351C10.0998 14.5 10.1821 14.5 10.3468 14.5L21.198 14.5C21.4344 14.5 21.5527 14.5 21.6338 14.563C21.6537 14.5784 21.6716 14.5962 21.687 14.6161C21.75 14.6973 21.75 14.8155 21.75 15.052Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.75 8.5C7.17766 8.5 8.40567 9.35478 8.95017 10.5805C9.04571 10.7955 9.09347 10.9031 9.16804 10.9515C9.2426 11 9.3459 11 9.5525 11H21.15C21.4328 11 21.5743 11 21.6621 11.0879C21.75 11.1757 21.75 11.3172 21.75 11.6V12.4C21.75 12.6828 21.75 12.8243 21.6621 12.9121C21.5743 13 21.4328 13 21.15 13H9.5525C9.3459 13 9.2426 13 9.16804 13.0485C9.09347 13.0969 9.04571 13.2045 8.95017 13.4195C8.40567 14.6452 7.17766 15.5 5.75 15.5C3.817 15.5 2.25 13.933 2.25 12C2.25 10.067 3.817 8.5 5.75 8.5ZM5.75 10.5C4.92157 10.5 4.25 11.1716 4.25 12C4.25 12.8284 4.92157 13.5 5.75 13.5C6.57843 13.5 7.25 12.8284 7.25 12C7.25 11.1716 6.57843 10.5 5.75 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.2944 4.32992C19.9222 4.41432 20.489 4.59999 20.9445 5.05546C21.4 5.51093 21.5856 6.07773 21.67 6.70553C21.75 7.30032 21.75 8.04956 21.75 8.94806C21.75 9.18448 21.75 9.30269 21.687 9.38384C21.6716 9.40375 21.6537 9.42164 21.6338 9.43708C21.5526 9.5 21.4344 9.5 21.198 9.5L10.3468 9.50002C10.1821 9.50002 10.0998 9.50002 10.0338 9.46492C9.96773 9.42981 9.91754 9.35542 9.81716 9.20665C8.91935 7.87599 7.39814 7.00002 5.67007 7.00002C5.54594 7.00002 5.48388 7.00002 5.44288 6.98811C5.30933 6.94931 5.21889 6.82115 5.2271 6.68232C5.22961 6.6397 5.24538 6.59537 5.27693 6.5067C5.43147 6.07224 5.65402 5.68921 5.97561 5.35704C6.56245 4.7509 7.30391 4.48902 8.18252 4.367C9.02509 4.25 10.0951 4.25002 11.4164 4.25004L17.052 4.25C17.9505 4.24997 18.6997 4.24995 19.2944 4.32992Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.75 15.052C21.75 15.9505 21.75 16.6997 21.67 17.2945C21.5856 17.9223 21.4 18.4891 20.9445 18.9445C20.489 19.4 19.9222 19.5857 19.2944 19.6701C18.6997 19.7501 17.9504 19.75 17.0519 19.75L11.4164 19.75C10.0951 19.7501 9.02508 19.7501 8.18252 19.6331C7.30391 19.5111 6.56245 19.2492 5.97561 18.643C5.65401 18.3109 5.43146 17.9278 5.27691 17.4934C5.24537 17.4047 5.22959 17.3603 5.22708 17.3177C5.21888 17.1789 5.30931 17.0507 5.44285 17.0119C5.48385 17 5.54593 17 5.67007 17C7.39814 17 8.91935 16.1241 9.81716 14.7934C9.91754 14.6446 9.96773 14.5702 10.0338 14.5351C10.0998 14.5 10.1821 14.5 10.3468 14.5L21.198 14.5C21.4344 14.5 21.5527 14.5 21.6338 14.563C21.6537 14.5784 21.6716 14.5962 21.687 14.6161C21.75 14.6973 21.75 14.8155 21.75 15.052Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-carousel-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0514 2.25C13.1349 2.24998 14.0204 2.24996 14.7195 2.34822C15.4502 2.45093 16.0838 2.67321 16.5895 3.2019C17.0952 3.7306 17.3078 4.39293 17.4061 5.15689C17.5 5.88775 17.5 6.81348 17.5 7.94631V16.0537C17.5 17.1865 17.5 18.1123 17.4061 18.8431C17.3078 19.6071 17.0952 20.2694 16.5895 20.7981C16.0838 21.3268 15.4502 21.5491 14.7195 21.6518C14.0204 21.75 13.1349 21.75 12.0514 21.75H12.0514H11.9486H11.9486C10.8651 21.75 9.97958 21.75 9.2805 21.6518C8.54976 21.5491 7.91622 21.3268 7.41052 20.7981C6.90481 20.2694 6.69219 19.6071 6.59395 18.8431C6.49996 18.1123 6.49998 17.1865 6.5 16.0537V16.0537V7.94631V7.94629C6.49998 6.81346 6.49996 5.88774 6.59395 5.15689C6.69219 4.39293 6.90481 3.7306 7.41052 3.2019C7.91622 2.67321 8.54976 2.45093 9.2805 2.34822C9.97958 2.24996 10.8651 2.24998 11.9486 2.25H11.9486H12.0514H12.0514Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.26795 6.81229C1.37158 6.26982 1.89535 5.91407 2.43783 6.0177C3.11738 6.14752 3.7312 6.40163 4.23448 6.91859C4.81254 7.51237 5.04478 8.24703 5.1502 9.0524C5.25025 9.81685 5.25022 10.7794 5.25019 11.9325V12.0674C5.25022 13.2204 5.25025 14.183 5.1502 14.9475C5.04478 15.7529 4.81254 16.4875 4.23448 17.0813C3.7312 17.5982 3.11738 17.8524 2.43783 17.9822C1.89535 18.0858 1.37158 17.7301 1.26795 17.1876C1.16431 16.6451 1.52006 16.1213 2.06254 16.0177C2.47693 15.9385 2.66821 15.823 2.80143 15.6862C2.95559 15.5278 3.08947 15.2811 3.16711 14.6879C3.24817 14.0686 3.25018 13.238 3.25018 11.9999C3.25018 10.7618 3.24817 9.93125 3.16711 9.31197C3.08947 8.71876 2.95559 8.47207 2.80143 8.31371C2.66821 8.17688 2.47693 8.06134 2.06254 7.98218C1.52006 7.87854 1.16431 7.35477 1.26795 6.81229Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.7321 6.81254C22.6284 6.27006 22.1046 5.91431 21.5622 6.01795C20.8826 6.14777 20.2688 6.40187 19.7655 6.91883C19.1875 7.51262 18.9552 8.24727 18.8498 9.05265C18.7497 9.81709 18.7498 10.7797 18.7498 11.9328V12.0676C18.7498 13.2207 18.7497 14.1833 18.8498 14.9477C18.9552 15.7531 19.1875 16.4878 19.7655 17.0815C20.2688 17.5985 20.8826 17.8526 21.5622 17.9824C22.1046 18.0861 22.6284 17.7303 22.7321 17.1878C22.8357 16.6454 22.4799 16.1216 21.9375 16.0179C21.5231 15.9388 21.3318 15.8232 21.1986 15.6864C21.0444 15.5281 20.9105 15.2814 20.8329 14.6882C20.7518 14.0689 20.7498 13.2383 20.7498 12.0002C20.7498 10.7621 20.7518 9.9315 20.8329 9.31221C20.9105 8.719 21.0444 8.47231 21.1986 8.31396C21.3318 8.17712 21.5231 8.06158 21.9375 7.98242C22.4799 7.87879 22.8357 7.35501 22.7321 6.81254Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0514 2.25C13.1349 2.24998 14.0204 2.24996 14.7195 2.34822C15.4502 2.45093 16.0838 2.67321 16.5895 3.2019C17.0952 3.7306 17.3078 4.39293 17.4061 5.15689C17.5 5.88775 17.5 6.81348 17.5 7.94631V16.0537C17.5 17.1865 17.5 18.1123 17.4061 18.8431C17.3078 19.6071 17.0952 20.2694 16.5895 20.7981C16.0838 21.3268 15.4502 21.5491 14.7195 21.6518C14.0204 21.75 13.1349 21.75 12.0514 21.75H12.0514H11.9486H11.9486C10.8651 21.75 9.97958 21.75 9.2805 21.6518C8.54976 21.5491 7.91622 21.3268 7.41052 20.7981C6.90481 20.2694 6.69219 19.6071 6.59395 18.8431C6.49996 18.1123 6.49998 17.1865 6.5 16.0537V16.0537V7.94631V7.94629C6.49998 6.81346 6.49996 5.88774 6.59395 5.15689C6.69219 4.39293 6.90481 3.7306 7.41052 3.2019C7.91622 2.67321 8.54976 2.45093 9.2805 2.34822C9.97958 2.24996 10.8651 2.24998 11.9486 2.25H11.9486H12.0514H12.0514Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.26795 6.81229C1.37158 6.26982 1.89535 5.91407 2.43783 6.0177C3.11738 6.14752 3.7312 6.40163 4.23448 6.91859C4.81254 7.51237 5.04478 8.24703 5.1502 9.0524C5.25025 9.81685 5.25022 10.7794 5.25019 11.9325V12.0674C5.25022 13.2204 5.25025 14.183 5.1502 14.9475C5.04478 15.7529 4.81254 16.4875 4.23448 17.0813C3.7312 17.5982 3.11738 17.8524 2.43783 17.9822C1.89535 18.0858 1.37158 17.7301 1.26795 17.1876C1.16431 16.6451 1.52006 16.1213 2.06254 16.0177C2.47693 15.9385 2.66821 15.823 2.80143 15.6862C2.95559 15.5278 3.08947 15.2811 3.16711 14.6879C3.24817 14.0686 3.25018 13.238 3.25018 11.9999C3.25018 10.7618 3.24817 9.93125 3.16711 9.31197C3.08947 8.71876 2.95559 8.47207 2.80143 8.31371C2.66821 8.17688 2.47693 8.06134 2.06254 7.98218C1.52006 7.87854 1.16431 7.35477 1.26795 6.81229Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.7321 6.81254C22.6284 6.27006 22.1046 5.91431 21.5622 6.01795C20.8826 6.14777 20.2688 6.40187 19.7655 6.91883C19.1875 7.51262 18.9552 8.24727 18.8498 9.05265C18.7497 9.81709 18.7498 10.7797 18.7498 11.9328V12.0676C18.7498 13.2207 18.7497 14.1833 18.8498 14.9477C18.9552 15.7531 19.1875 16.4878 19.7655 17.0815C20.2688 17.5985 20.8826 17.8526 21.5622 17.9824C22.1046 18.0861 22.6284 17.7303 22.7321 17.1878C22.8357 16.6454 22.4799 16.1216 21.9375 16.0179C21.5231 15.9388 21.3318 15.8232 21.1986 15.6864C21.0444 15.5281 20.9105 15.2814 20.8329 14.6882C20.7518 14.0689 20.7498 13.2383 20.7498 12.0002C20.7498 10.7621 20.7518 9.9315 20.8329 9.31221C20.9105 8.719 21.0444 8.47231 21.1986 8.31396C21.3318 8.17712 21.5231 8.06158 21.9375 7.98242C22.4799 7.87879 22.8357 7.35501 22.7321 6.81254Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-carousel-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.75 12.0514C21.75 13.1349 21.75 14.0204 21.6518 14.7195C21.5491 15.4502 21.3268 16.0838 20.7981 16.5895C20.2694 17.0952 19.6071 17.3078 18.8431 17.4061C18.1123 17.5 17.1865 17.5 16.0537 17.5L7.94631 17.5C6.81348 17.5 5.88775 17.5 5.15688 17.4061C4.39293 17.3078 3.73059 17.0952 3.2019 16.5895C2.67321 16.0838 2.45093 15.4502 2.34821 14.7195C2.24995 14.0204 2.24997 13.1349 2.25 12.0514L2.25 12.0514L2.25 11.9486L2.25 11.9486C2.24997 10.8651 2.24995 9.97958 2.34821 9.2805C2.45093 8.54976 2.67321 7.91622 3.2019 7.41052C3.73059 6.90481 4.39293 6.69219 5.15688 6.59395C5.88774 6.49996 6.81346 6.49998 7.94628 6.5L7.94631 6.5L16.0537 6.5L16.0537 6.5C17.1865 6.49998 18.1123 6.49996 18.8431 6.59395C19.6071 6.69219 20.2694 6.90481 20.7981 7.41052C21.3268 7.91622 21.5491 8.54976 21.6518 9.2805C21.75 9.97958 21.75 10.8651 21.75 11.9486L21.75 11.9486L21.75 12.0514L21.75 12.0514Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1875 1.2677C17.7299 1.37134 18.0857 1.89511 17.9821 2.43758C17.8522 3.11713 17.5981 3.73095 17.0812 4.23423C16.4874 4.8123 15.7527 5.04454 14.9474 5.14995C14.1829 5.25001 13.2203 5.24998 12.0672 5.24994L11.9324 5.24994C10.7793 5.24998 9.81673 5.25001 9.05228 5.14995C8.2469 5.04454 7.51225 4.8123 6.91847 4.23423C6.40151 3.73095 6.1474 3.11713 6.01758 2.43758C5.91395 1.89511 6.2697 1.37134 6.81217 1.2677C7.35464 1.16407 7.87842 1.51982 7.98205 2.06229C8.06122 2.47668 8.17675 2.66796 8.31359 2.80118C8.47195 2.95535 8.71864 3.08922 9.31184 3.16687C9.93113 3.24792 10.7617 3.24994 11.9998 3.24994C13.2379 3.24994 14.0685 3.24792 14.6878 3.16687C15.281 3.08922 15.5277 2.95535 15.686 2.80118C15.8229 2.66797 15.9384 2.47668 16.0176 2.06229C16.1212 1.51982 16.645 1.16407 17.1875 1.2677Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1875 22.7318C17.7299 22.6282 18.0857 22.1044 17.9821 21.5619C17.8522 20.8824 17.5981 20.2686 17.0812 19.7653C16.4874 19.1872 15.7527 18.955 14.9474 18.8496C14.1829 18.7495 13.2203 18.7495 12.0672 18.7496L11.9324 18.7496C10.7793 18.7495 9.81673 18.7495 9.05228 18.8496C8.2469 18.955 7.51225 19.1872 6.91847 19.7653C6.40151 20.2686 6.1474 20.8824 6.01758 21.5619C5.91395 22.1044 6.2697 22.6282 6.81217 22.7318C7.35464 22.8354 7.87842 22.4797 7.98205 21.9372C8.06122 21.5228 8.17675 21.3315 8.31359 21.1983C8.47195 21.0442 8.71864 20.9103 9.31184 20.8326C9.93113 20.7516 10.7617 20.7496 11.9998 20.7496C13.2379 20.7496 14.0685 20.7516 14.6878 20.8326C15.281 20.9103 15.5277 21.0442 15.686 21.1983C15.8229 21.3315 15.9384 21.5228 16.0176 21.9372C16.1212 22.4797 16.645 22.8354 17.1875 22.7318Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.75 12.0514C21.75 13.1349 21.75 14.0204 21.6518 14.7195C21.5491 15.4502 21.3268 16.0838 20.7981 16.5895C20.2694 17.0952 19.6071 17.3078 18.8431 17.4061C18.1123 17.5 17.1865 17.5 16.0537 17.5L7.94631 17.5C6.81348 17.5 5.88775 17.5 5.15688 17.4061C4.39293 17.3078 3.73059 17.0952 3.2019 16.5895C2.67321 16.0838 2.45093 15.4502 2.34821 14.7195C2.24995 14.0204 2.24997 13.1349 2.25 12.0514L2.25 12.0514L2.25 11.9486L2.25 11.9486C2.24997 10.8651 2.24995 9.97958 2.34821 9.2805C2.45093 8.54976 2.67321 7.91622 3.2019 7.41052C3.73059 6.90481 4.39293 6.69219 5.15688 6.59395C5.88774 6.49996 6.81346 6.49998 7.94628 6.5L7.94631 6.5L16.0537 6.5L16.0537 6.5C17.1865 6.49998 18.1123 6.49996 18.8431 6.59395C19.6071 6.69219 20.2694 6.90481 20.7981 7.41052C21.3268 7.91622 21.5491 8.54976 21.6518 9.2805C21.75 9.97958 21.75 10.8651 21.75 11.9486L21.75 11.9486L21.75 12.0514L21.75 12.0514Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1875 1.2677C17.7299 1.37134 18.0857 1.89511 17.9821 2.43758C17.8522 3.11713 17.5981 3.73095 17.0812 4.23423C16.4874 4.8123 15.7527 5.04454 14.9474 5.14995C14.1829 5.25001 13.2203 5.24998 12.0672 5.24994L11.9324 5.24994C10.7793 5.24998 9.81673 5.25001 9.05228 5.14995C8.2469 5.04454 7.51225 4.8123 6.91847 4.23423C6.40151 3.73095 6.1474 3.11713 6.01758 2.43758C5.91395 1.89511 6.2697 1.37134 6.81217 1.2677C7.35464 1.16407 7.87842 1.51982 7.98205 2.06229C8.06122 2.47668 8.17675 2.66796 8.31359 2.80118C8.47195 2.95535 8.71864 3.08922 9.31184 3.16687C9.93113 3.24792 10.7617 3.24994 11.9998 3.24994C13.2379 3.24994 14.0685 3.24792 14.6878 3.16687C15.281 3.08922 15.5277 2.95535 15.686 2.80118C15.8229 2.66797 15.9384 2.47668 16.0176 2.06229C16.1212 1.51982 16.645 1.16407 17.1875 1.2677Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1875 22.7318C17.7299 22.6282 18.0857 22.1044 17.9821 21.5619C17.8522 20.8824 17.5981 20.2686 17.0812 19.7653C16.4874 19.1872 15.7527 18.955 14.9474 18.8496C14.1829 18.7495 13.2203 18.7495 12.0672 18.7496L11.9324 18.7496C10.7793 18.7495 9.81673 18.7495 9.05228 18.8496C8.2469 18.955 7.51225 19.1872 6.91847 19.7653C6.40151 20.2686 6.1474 20.8824 6.01758 21.5619C5.91395 22.1044 6.2697 22.6282 6.81217 22.7318C7.35464 22.8354 7.87842 22.4797 7.98205 21.9372C8.06122 21.5228 8.17675 21.3315 8.31359 21.1983C8.47195 21.0442 8.71864 20.9103 9.31184 20.8326C9.93113 20.7516 10.7617 20.7496 11.9998 20.7496C13.2379 20.7496 14.0685 20.7516 14.6878 20.8326C15.281 20.9103 15.5277 21.0442 15.686 21.1983C15.8229 21.3315 15.9384 21.5228 16.0176 21.9372C16.1212 22.4797 16.645 22.8354 17.1875 22.7318Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-change-screen-mode{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0585 1.25C17.423 1.24998 18.5286 1.24996 19.3993 1.37603C20.31 1.50789 21.0719 1.79079 21.6709 2.43593C22.2627 3.07319 22.5154 3.87028 22.6344 4.8236C22.75 5.74987 22.75 6.93067 22.75 8.40963V8.40968V9.59033V9.59037C22.75 11.0693 22.75 12.2501 22.6344 13.1764C22.5154 14.1297 22.2627 14.9268 21.6709 15.5641C21.0719 16.2092 20.31 16.4921 19.3993 16.624C18.5286 16.75 17.423 16.75 16.0584 16.75H11.9416C10.577 16.75 9.47144 16.75 8.60071 16.624C7.68997 16.4921 6.92815 16.2092 6.32909 15.5641C5.73735 14.9268 5.48463 14.1297 5.36561 13.1764C5.24997 12.2501 5.24998 11.0693 5.25 9.59033V9.59032V8.40968V8.40967C5.24998 6.93069 5.24997 5.74988 5.36561 4.8236C5.48463 3.87028 5.73735 3.07319 6.32909 2.43593C6.92815 1.79079 7.68997 1.50789 8.60071 1.37603C9.47143 1.24996 10.577 1.24998 11.9415 1.25H11.9416H16.0584H16.0585Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.08324 8.1873C7.10068 8.72205 6.67976 9.16963 6.1431 9.187C4.62769 9.23605 4.11421 9.4284 3.78943 9.77734C3.55957 10.0243 3.38871 10.391 3.29377 11.1497C3.19623 11.9292 3.19445 12.9658 3.19445 14.4686V15.5133C3.19445 17.0161 3.19623 18.0528 3.29377 18.8322C3.38871 19.5909 3.55957 19.9576 3.78943 20.2046C4.00964 20.4412 4.32244 20.6106 4.99495 20.7078C5.7034 20.8101 6.65154 20.8125 8.05619 20.8125H11.9455C13.3502 20.8125 14.2983 20.8101 15.0067 20.7078C15.6792 20.6106 15.9921 20.4412 16.2123 20.2046C16.4141 19.9877 16.5695 19.6796 16.6688 19.099C16.7718 18.4962 16.7996 17.6963 16.8056 16.5529C16.8083 16.0179 17.2459 15.5864 17.7828 15.5892C18.3197 15.592 18.7528 16.0279 18.75 16.5629C18.7441 17.6917 18.7192 18.6432 18.5856 19.4244C18.4483 20.2278 18.1832 20.9362 17.6379 21.5221C17.0038 22.2034 16.2019 22.4929 15.2857 22.6252C14.4214 22.7501 13.3313 22.75 12.0185 22.75H7.98322C6.67034 22.75 5.58025 22.7501 4.71599 22.6252C3.79982 22.4929 2.9979 22.2034 2.36375 21.5221C1.73924 20.8511 1.48292 20.0202 1.36427 19.072C1.24995 18.1585 1.24997 17.0004 1.25 15.5781V14.4038C1.24997 12.9815 1.24995 11.8234 1.36427 10.9099C1.48292 9.96172 1.73924 9.1308 2.36375 8.45983C3.28608 7.46888 4.57446 7.29925 6.07997 7.25052C6.61663 7.23315 7.06581 7.65256 7.08324 8.1873Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0585 1.25C17.423 1.24998 18.5286 1.24996 19.3993 1.37603C20.31 1.50789 21.0719 1.79079 21.6709 2.43593C22.2627 3.07319 22.5154 3.87028 22.6344 4.8236C22.75 5.74987 22.75 6.93067 22.75 8.40963V8.40968V9.59033V9.59037C22.75 11.0693 22.75 12.2501 22.6344 13.1764C22.5154 14.1297 22.2627 14.9268 21.6709 15.5641C21.0719 16.2092 20.31 16.4921 19.3993 16.624C18.5286 16.75 17.423 16.75 16.0584 16.75H11.9416C10.577 16.75 9.47144 16.75 8.60071 16.624C7.68997 16.4921 6.92815 16.2092 6.32909 15.5641C5.73735 14.9268 5.48463 14.1297 5.36561 13.1764C5.24997 12.2501 5.24998 11.0693 5.25 9.59033V9.59032V8.40968V8.40967C5.24998 6.93069 5.24997 5.74988 5.36561 4.8236C5.48463 3.87028 5.73735 3.07319 6.32909 2.43593C6.92815 1.79079 7.68997 1.50789 8.60071 1.37603C9.47143 1.24996 10.577 1.24998 11.9415 1.25H11.9416H16.0584H16.0585Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.08324 8.1873C7.10068 8.72205 6.67976 9.16963 6.1431 9.187C4.62769 9.23605 4.11421 9.4284 3.78943 9.77734C3.55957 10.0243 3.38871 10.391 3.29377 11.1497C3.19623 11.9292 3.19445 12.9658 3.19445 14.4686V15.5133C3.19445 17.0161 3.19623 18.0528 3.29377 18.8322C3.38871 19.5909 3.55957 19.9576 3.78943 20.2046C4.00964 20.4412 4.32244 20.6106 4.99495 20.7078C5.7034 20.8101 6.65154 20.8125 8.05619 20.8125H11.9455C13.3502 20.8125 14.2983 20.8101 15.0067 20.7078C15.6792 20.6106 15.9921 20.4412 16.2123 20.2046C16.4141 19.9877 16.5695 19.6796 16.6688 19.099C16.7718 18.4962 16.7996 17.6963 16.8056 16.5529C16.8083 16.0179 17.2459 15.5864 17.7828 15.5892C18.3197 15.592 18.7528 16.0279 18.75 16.5629C18.7441 17.6917 18.7192 18.6432 18.5856 19.4244C18.4483 20.2278 18.1832 20.9362 17.6379 21.5221C17.0038 22.2034 16.2019 22.4929 15.2857 22.6252C14.4214 22.7501 13.3313 22.75 12.0185 22.75H7.98322C6.67034 22.75 5.58025 22.7501 4.71599 22.6252C3.79982 22.4929 2.9979 22.2034 2.36375 21.5221C1.73924 20.8511 1.48292 20.0202 1.36427 19.072C1.24995 18.1585 1.24997 17.0004 1.25 15.5781V14.4038C1.24997 12.9815 1.24995 11.8234 1.36427 10.9099C1.48292 9.96172 1.73924 9.1308 2.36375 8.45983C3.28608 7.46888 4.57446 7.29925 6.07997 7.25052C6.61663 7.23315 7.06581 7.65256 7.08324 8.1873Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-character-phonetic{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8442 3.50001C16.8752 3.50002 16.9066 3.50002 16.9384 3.50002C16.9703 3.50002 17.0017 3.50002 17.0327 3.50001C17.7065 3.49988 18.1636 3.49979 18.5636 3.56394C20.7593 3.91603 22.4694 5.65642 22.8142 7.86032C22.8175 7.88119 22.8207 7.90201 22.824 7.92278C22.9144 8.50035 22.9989 9.03981 23 9.5024C23.0013 10.0315 22.8971 10.5464 22.5537 11.0363C22.4657 11.1619 22.3486 11.3002 22.2392 11.4076C21.782 11.8566 21.2256 12.0254 20.6716 12.0989C20.1603 12.1668 19.5265 12.1667 18.81 12.1667C18.7893 12.1667 18.7686 12.1667 18.7478 12.1667H13V14.5C13 15.312 13.0031 15.6029 13.0387 15.8306C13.2517 17.1925 14.3037 18.2487 15.6299 18.4613C15.8513 18.4968 16.1351 18.5 16.9384 18.5C17.7418 18.5 18.0256 18.4968 18.247 18.4613C19.5732 18.2487 20.6252 17.1925 20.8382 15.8306C20.9236 15.285 21.4351 14.9118 21.9808 14.9972C22.5264 15.0825 22.8996 15.5941 22.8142 16.1397C22.4694 18.3436 20.7593 20.084 18.5636 20.4361C18.1636 20.5003 17.7065 20.5002 17.0327 20.5C17.0017 20.5 16.9703 20.5 16.9384 20.5C16.9066 20.5 16.8752 20.5 16.8442 20.5C16.1704 20.5002 15.7133 20.5003 15.3133 20.4361C13.1176 20.084 11.4075 18.3436 11.0627 16.1397C10.9998 15.7376 10.9999 15.2777 11 14.5932C11 14.5626 11 14.5316 11 14.5V9.50002C11 9.46849 11 9.43742 11 9.40681C10.9999 8.72234 10.9998 8.2624 11.0627 7.86033C11.4075 5.65642 13.1176 3.91603 15.3133 3.56394C15.7133 3.49979 16.1704 3.49988 16.8442 3.50001ZM13 10.1667H18.7478C19.5455 10.1667 20.0446 10.1646 20.4085 10.1163C20.7448 10.0717 20.8138 10.0043 20.8377 9.98074C20.8599 9.95895 20.898 9.91403 20.916 9.8883C20.9603 9.82517 21.0006 9.74788 21 9.50724C20.9993 9.21673 20.9418 8.83125 20.8382 8.16943C20.6252 6.80757 19.5732 5.75138 18.247 5.53871C18.0256 5.5032 17.7418 5.50002 16.9384 5.50002C16.1351 5.50002 15.8513 5.5032 15.6299 5.53871C14.3037 5.75138 13.2517 6.80757 13.0387 8.16943C13.0031 8.39715 13 8.68809 13 9.50002V10.1667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.90606 3.50001C6.93692 3.50002 6.96822 3.50002 7 3.50002C7.03178 3.50002 7.06308 3.50002 7.09394 3.50001C7.77767 3.49988 8.23855 3.4998 8.64158 3.56363C10.8524 3.91379 12.5862 5.64767 12.9364 7.85844C12.9615 8.01676 12.9714 8.27836 12.9779 8.5063C12.9854 8.76581 12.9903 9.08437 12.9935 9.41207C13 10.0676 13 10.7785 13 11.1653V13.7857C13 17.4939 9.99391 20.5 6.28571 20.5C3.46462 20.5 1 18.2939 1 15.3334C1 12.4799 3.3132 10.1667 6.16667 10.1667H10.9985C10.9975 9.9269 10.996 9.67527 10.9936 9.43178C10.9905 9.10879 10.9857 8.8048 10.9788 8.56394C10.9753 8.44319 10.9714 8.34312 10.9672 8.26683C10.9632 8.19497 10.96 8.16696 10.9603 8.16694C10.9603 8.16693 10.9606 8.16846 10.961 8.17131C10.7464 6.81632 9.6837 5.75362 8.32871 5.53901C8.10215 5.50313 7.81238 5.50002 7 5.50002C6.18761 5.50002 5.89785 5.50313 5.67129 5.53901C4.58694 5.71075 3.68911 6.42586 3.26408 7.39995C3.0432 7.90614 2.4538 8.13744 1.9476 7.91657C1.44141 7.6957 1.21011 7.10629 1.43098 6.6001C2.12412 5.01158 3.58802 3.84404 5.35842 3.56363C5.76145 3.4998 6.22233 3.49988 6.90606 3.50001ZM11 12.1667H6.16667C4.41776 12.1667 3 13.5845 3 15.3334C3 17.1014 4.47915 18.5 6.28571 18.5C8.88934 18.5 11 16.3894 11 13.7857V12.1667Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8442 3.50001C16.8752 3.50002 16.9066 3.50002 16.9384 3.50002C16.9703 3.50002 17.0017 3.50002 17.0327 3.50001C17.7065 3.49988 18.1636 3.49979 18.5636 3.56394C20.7593 3.91603 22.4694 5.65642 22.8142 7.86032C22.8175 7.88119 22.8207 7.90201 22.824 7.92278C22.9144 8.50035 22.9989 9.03981 23 9.5024C23.0013 10.0315 22.8971 10.5464 22.5537 11.0363C22.4657 11.1619 22.3486 11.3002 22.2392 11.4076C21.782 11.8566 21.2256 12.0254 20.6716 12.0989C20.1603 12.1668 19.5265 12.1667 18.81 12.1667C18.7893 12.1667 18.7686 12.1667 18.7478 12.1667H13V14.5C13 15.312 13.0031 15.6029 13.0387 15.8306C13.2517 17.1925 14.3037 18.2487 15.6299 18.4613C15.8513 18.4968 16.1351 18.5 16.9384 18.5C17.7418 18.5 18.0256 18.4968 18.247 18.4613C19.5732 18.2487 20.6252 17.1925 20.8382 15.8306C20.9236 15.285 21.4351 14.9118 21.9808 14.9972C22.5264 15.0825 22.8996 15.5941 22.8142 16.1397C22.4694 18.3436 20.7593 20.084 18.5636 20.4361C18.1636 20.5003 17.7065 20.5002 17.0327 20.5C17.0017 20.5 16.9703 20.5 16.9384 20.5C16.9066 20.5 16.8752 20.5 16.8442 20.5C16.1704 20.5002 15.7133 20.5003 15.3133 20.4361C13.1176 20.084 11.4075 18.3436 11.0627 16.1397C10.9998 15.7376 10.9999 15.2777 11 14.5932C11 14.5626 11 14.5316 11 14.5V9.50002C11 9.46849 11 9.43742 11 9.40681C10.9999 8.72234 10.9998 8.2624 11.0627 7.86033C11.4075 5.65642 13.1176 3.91603 15.3133 3.56394C15.7133 3.49979 16.1704 3.49988 16.8442 3.50001ZM13 10.1667H18.7478C19.5455 10.1667 20.0446 10.1646 20.4085 10.1163C20.7448 10.0717 20.8138 10.0043 20.8377 9.98074C20.8599 9.95895 20.898 9.91403 20.916 9.8883C20.9603 9.82517 21.0006 9.74788 21 9.50724C20.9993 9.21673 20.9418 8.83125 20.8382 8.16943C20.6252 6.80757 19.5732 5.75138 18.247 5.53871C18.0256 5.5032 17.7418 5.50002 16.9384 5.50002C16.1351 5.50002 15.8513 5.5032 15.6299 5.53871C14.3037 5.75138 13.2517 6.80757 13.0387 8.16943C13.0031 8.39715 13 8.68809 13 9.50002V10.1667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.90606 3.50001C6.93692 3.50002 6.96822 3.50002 7 3.50002C7.03178 3.50002 7.06308 3.50002 7.09394 3.50001C7.77767 3.49988 8.23855 3.4998 8.64158 3.56363C10.8524 3.91379 12.5862 5.64767 12.9364 7.85844C12.9615 8.01676 12.9714 8.27836 12.9779 8.5063C12.9854 8.76581 12.9903 9.08437 12.9935 9.41207C13 10.0676 13 10.7785 13 11.1653V13.7857C13 17.4939 9.99391 20.5 6.28571 20.5C3.46462 20.5 1 18.2939 1 15.3334C1 12.4799 3.3132 10.1667 6.16667 10.1667H10.9985C10.9975 9.9269 10.996 9.67527 10.9936 9.43178C10.9905 9.10879 10.9857 8.8048 10.9788 8.56394C10.9753 8.44319 10.9714 8.34312 10.9672 8.26683C10.9632 8.19497 10.96 8.16696 10.9603 8.16694C10.9603 8.16693 10.9606 8.16846 10.961 8.17131C10.7464 6.81632 9.6837 5.75362 8.32871 5.53901C8.10215 5.50313 7.81238 5.50002 7 5.50002C6.18761 5.50002 5.89785 5.50313 5.67129 5.53901C4.58694 5.71075 3.68911 6.42586 3.26408 7.39995C3.0432 7.90614 2.4538 8.13744 1.9476 7.91657C1.44141 7.6957 1.21011 7.10629 1.43098 6.6001C2.12412 5.01158 3.58802 3.84404 5.35842 3.56363C5.76145 3.4998 6.22233 3.49988 6.90606 3.50001ZM11 12.1667H6.16667C4.41776 12.1667 3 13.5845 3 15.3334C3 17.1014 4.47915 18.5 6.28571 18.5C8.88934 18.5 11 16.3894 11 13.7857V12.1667Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-check-list{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 6C10 5.44772 10.4477 5 11 5L21 5C21.5523 5 22 5.44772 22 6C22 6.55229 21.5523 7 21 7L11 7C10.4477 7 10 6.55228 10 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 12C10 11.4477 10.4477 11 11 11L21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13L11 13C10.4477 13 10 12.5523 10 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 18C10 17.4477 10.4477 17 11 17L21 17C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19L11 19C10.4477 19 10 18.5523 10 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.84811 3.47013C9.14082 3.93847 8.99845 4.55542 8.53011 4.84813C7.75692 5.33138 6.98454 6.3867 6.36836 7.46502C6.07342 7.98116 5.83636 8.46252 5.67314 8.81493C5.61083 8.94769 5.4842 9.24118 5.42867 9.37133C5.2836 9.7337 4.94076 9.97901 4.55093 9.99884C4.16099 10.0187 3.79517 9.80976 3.61413 9.46384C3.44089 9.13283 3.16067 8.82288 2.89219 8.58028C2.78725 8.48167 2.55615 8.30602 2.45372 8.23052C1.99132 7.92886 1.86086 7.3095 2.16236 6.84694C2.46394 6.38426 3.08349 6.25366 3.54617 6.55524C3.68236 6.64701 4.01827 6.89088 4.27235 7.13214C4.38104 6.92332 4.5012 6.70143 4.63187 6.47274C5.26569 5.36357 6.24331 3.91889 7.47012 3.15214C7.93845 2.85943 8.5554 3.0018 8.84811 3.47013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.84811 14.4701C9.14082 14.9385 8.99845 15.5554 8.53011 15.8481C7.75692 16.3314 6.98454 17.3867 6.36836 18.465C6.07342 18.9812 5.83636 19.4625 5.67314 19.8149C5.61083 19.9477 5.4842 20.2412 5.42867 20.3713C5.2836 20.7337 4.94076 20.979 4.55093 20.9988C4.16099 21.0187 3.79517 20.8098 3.61413 20.4638C3.44089 20.1328 3.16067 19.8229 2.89219 19.5803C2.78725 19.4817 2.55615 19.306 2.45372 19.2305C1.99132 18.9289 1.86086 18.3095 2.16236 17.8469C2.46394 17.3843 3.08349 17.2537 3.54617 17.5552C3.68236 17.647 4.01827 17.8909 4.27235 18.1321C4.38104 17.9233 4.5012 17.7014 4.63187 17.4727C5.26569 16.3636 6.24331 14.9189 7.47012 14.1521C7.93845 13.8594 8.5554 14.0018 8.84811 14.4701Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 6C10 5.44772 10.4477 5 11 5L21 5C21.5523 5 22 5.44772 22 6C22 6.55229 21.5523 7 21 7L11 7C10.4477 7 10 6.55228 10 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 12C10 11.4477 10.4477 11 11 11L21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13L11 13C10.4477 13 10 12.5523 10 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 18C10 17.4477 10.4477 17 11 17L21 17C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19L11 19C10.4477 19 10 18.5523 10 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.84811 3.47013C9.14082 3.93847 8.99845 4.55542 8.53011 4.84813C7.75692 5.33138 6.98454 6.3867 6.36836 7.46502C6.07342 7.98116 5.83636 8.46252 5.67314 8.81493C5.61083 8.94769 5.4842 9.24118 5.42867 9.37133C5.2836 9.7337 4.94076 9.97901 4.55093 9.99884C4.16099 10.0187 3.79517 9.80976 3.61413 9.46384C3.44089 9.13283 3.16067 8.82288 2.89219 8.58028C2.78725 8.48167 2.55615 8.30602 2.45372 8.23052C1.99132 7.92886 1.86086 7.3095 2.16236 6.84694C2.46394 6.38426 3.08349 6.25366 3.54617 6.55524C3.68236 6.64701 4.01827 6.89088 4.27235 7.13214C4.38104 6.92332 4.5012 6.70143 4.63187 6.47274C5.26569 5.36357 6.24331 3.91889 7.47012 3.15214C7.93845 2.85943 8.5554 3.0018 8.84811 3.47013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.84811 14.4701C9.14082 14.9385 8.99845 15.5554 8.53011 15.8481C7.75692 16.3314 6.98454 17.3867 6.36836 18.465C6.07342 18.9812 5.83636 19.4625 5.67314 19.8149C5.61083 19.9477 5.4842 20.2412 5.42867 20.3713C5.2836 20.7337 4.94076 20.979 4.55093 20.9988C4.16099 21.0187 3.79517 20.8098 3.61413 20.4638C3.44089 20.1328 3.16067 19.8229 2.89219 19.5803C2.78725 19.4817 2.55615 19.306 2.45372 19.2305C1.99132 18.9289 1.86086 18.3095 2.16236 17.8469C2.46394 17.3843 3.08349 17.2537 3.54617 17.5552C3.68236 17.647 4.01827 17.8909 4.27235 18.1321C4.38104 17.9233 4.5012 17.7014 4.63187 17.4727C5.26569 16.3636 6.24331 14.9189 7.47012 14.1521C7.93845 13.8594 8.5554 14.0018 8.84811 14.4701Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-color-picker{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0127 7.90374C14.391 7.52543 14.391 6.91205 14.0127 6.53374C13.6344 6.15542 13.021 6.15542 12.6427 6.53374L4.18564 14.9907C3.42743 15.7478 2.85915 16.3152 2.55393 17.0521C2.2487 17.789 2.24929 18.5921 2.25008 19.6636L2.25016 20.7811C2.25016 21.3161 2.68388 21.7498 3.2189 21.7498L4.33645 21.7499C5.40794 21.7507 6.21101 21.7513 6.94789 21.4461C7.68476 21.1409 8.2522 20.5726 9.00929 19.8144L17.4663 11.3573C17.8446 10.979 17.8446 10.3656 17.4663 9.98728C17.0879 9.60896 16.4746 9.60897 16.0963 9.98728L13.7334 12.3501C13.6467 12.4369 13.6033 12.4802 13.5482 12.503C13.4931 12.5259 13.4318 12.5259 13.3091 12.5259H10.8391C10.2226 12.5259 9.91439 12.5259 9.83768 12.3407C9.76097 12.1555 9.97893 11.9375 10.4148 11.5016L14.0127 7.90374Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8952 2.53227C14.5188 2.15591 13.9086 2.15591 13.5323 2.53227C13.1559 2.90862 13.1559 3.51882 13.5323 3.89517L20.1048 10.4677C20.4812 10.8441 21.0914 10.8441 21.4677 10.4677C21.8441 10.0914 21.8441 9.48118 21.4677 9.10483L20.5457 8.18279C20.4796 8.11668 20.4804 8.00883 20.5464 7.94263L20.5751 7.91391L20.6184 7.87059C20.858 7.63118 21.0398 7.44959 21.1736 7.26161C21.8522 6.30859 21.8522 5.03021 21.1736 4.07718C21.0398 3.8892 20.858 3.70762 20.6184 3.46822L20.5317 3.38147C20.2923 3.14193 20.1108 2.9602 19.9228 2.82637C18.9698 2.14779 17.6914 2.14779 16.7384 2.82637C16.5504 2.96022 16.3688 3.14194 16.1294 3.38153L16.0861 3.42489L16.0573 3.45356C15.9911 3.51959 15.8833 3.5204 15.8172 3.45429L14.8952 2.53227Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0127 7.90374C14.391 7.52543 14.391 6.91205 14.0127 6.53374C13.6344 6.15542 13.021 6.15542 12.6427 6.53374L4.18564 14.9907C3.42743 15.7478 2.85915 16.3152 2.55393 17.0521C2.2487 17.789 2.24929 18.5921 2.25008 19.6636L2.25016 20.7811C2.25016 21.3161 2.68388 21.7498 3.2189 21.7498L4.33645 21.7499C5.40794 21.7507 6.21101 21.7513 6.94789 21.4461C7.68476 21.1409 8.2522 20.5726 9.00929 19.8144L17.4663 11.3573C17.8446 10.979 17.8446 10.3656 17.4663 9.98728C17.0879 9.60896 16.4746 9.60897 16.0963 9.98728L13.7334 12.3501C13.6467 12.4369 13.6033 12.4802 13.5482 12.503C13.4931 12.5259 13.4318 12.5259 13.3091 12.5259H10.8391C10.2226 12.5259 9.91439 12.5259 9.83768 12.3407C9.76097 12.1555 9.97893 11.9375 10.4148 11.5016L14.0127 7.90374Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8952 2.53227C14.5188 2.15591 13.9086 2.15591 13.5323 2.53227C13.1559 2.90862 13.1559 3.51882 13.5323 3.89517L20.1048 10.4677C20.4812 10.8441 21.0914 10.8441 21.4677 10.4677C21.8441 10.0914 21.8441 9.48118 21.4677 9.10483L20.5457 8.18279C20.4796 8.11668 20.4804 8.00883 20.5464 7.94263L20.5751 7.91391L20.6184 7.87059C20.858 7.63118 21.0398 7.44959 21.1736 7.26161C21.8522 6.30859 21.8522 5.03021 21.1736 4.07718C21.0398 3.8892 20.858 3.70762 20.6184 3.46822L20.5317 3.38147C20.2923 3.14193 20.1108 2.9602 19.9228 2.82637C18.9698 2.14779 17.6914 2.14779 16.7384 2.82637C16.5504 2.96022 16.3688 3.14194 16.1294 3.38153L16.0861 3.42489L16.0573 3.45356C15.9911 3.51959 15.8833 3.5204 15.8172 3.45429L14.8952 2.53227Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-colors{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.25 8C5.25 4.27208 8.27208 1.25 12 1.25C15.7279 1.25 18.75 4.27208 18.75 8C18.75 8.06385 18.75 8.09578 18.7446 8.12394C18.7154 8.27516 18.574 8.38066 18.4208 8.36566C18.3922 8.36287 18.3541 8.35157 18.278 8.32899C17.556 8.11492 16.7914 8 16 8C12.6711 8 9.81706 10.0333 8.61206 12.9256C8.46403 13.281 8.39001 13.4586 8.24327 13.4949C8.09654 13.5312 7.96484 13.4223 7.70145 13.2046L7.70144 13.2046C6.20411 11.9665 5.25 10.0947 5.25 8ZM9.25 16C9.25 12.2721 12.2721 9.25 16 9.25C19.7279 9.25 22.75 12.2721 22.75 16C22.75 19.7279 19.7279 22.75 16 22.75C12.2721 22.75 9.25 19.7279 9.25 16ZM8.02538 15.36C8.00857 15.5717 8 15.7858 8 16.0019C8 18.12 8.82313 20.0458 10.167 21.477L10.167 21.477C10.472 21.8019 10.6246 21.9643 10.5817 22.1254C10.5387 22.2865 10.3498 22.3441 9.97199 22.4593C9.34819 22.6496 8.68605 22.7519 8 22.7519C4.27208 22.7519 1.25 19.7298 1.25 16.0019C1.25 13.9072 2.20418 12.0353 3.70161 10.7972C3.965 10.5795 4.0967 10.4706 4.24343 10.5069C4.39016 10.5432 4.46416 10.7208 4.61215 11.076C5.2393 12.5812 6.3127 13.8533 7.66512 14.7266L7.7468 14.7794C7.89871 14.8775 7.97467 14.9265 8.01134 15.0007C8.04802 15.0749 8.04047 15.1699 8.02538 15.36Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.25 8C5.25 4.27208 8.27208 1.25 12 1.25C15.7279 1.25 18.75 4.27208 18.75 8C18.75 8.06385 18.75 8.09578 18.7446 8.12394C18.7154 8.27516 18.574 8.38066 18.4208 8.36566C18.3922 8.36287 18.3541 8.35157 18.278 8.32899C17.556 8.11492 16.7914 8 16 8C12.6711 8 9.81706 10.0333 8.61206 12.9256C8.46403 13.281 8.39001 13.4586 8.24327 13.4949C8.09654 13.5312 7.96484 13.4223 7.70145 13.2046L7.70144 13.2046C6.20411 11.9665 5.25 10.0947 5.25 8ZM9.25 16C9.25 12.2721 12.2721 9.25 16 9.25C19.7279 9.25 22.75 12.2721 22.75 16C22.75 19.7279 19.7279 22.75 16 22.75C12.2721 22.75 9.25 19.7279 9.25 16ZM8.02538 15.36C8.00857 15.5717 8 15.7858 8 16.0019C8 18.12 8.82313 20.0458 10.167 21.477L10.167 21.477C10.472 21.8019 10.6246 21.9643 10.5817 22.1254C10.5387 22.2865 10.3498 22.3441 9.97199 22.4593C9.34819 22.6496 8.68605 22.7519 8 22.7519C4.27208 22.7519 1.25 19.7298 1.25 16.0019C1.25 13.9072 2.20418 12.0353 3.70161 10.7972C3.965 10.5795 4.0967 10.4706 4.24343 10.5069C4.39016 10.5432 4.46416 10.7208 4.61215 11.076C5.2393 12.5812 6.3127 13.8533 7.66512 14.7266L7.7468 14.7794C7.89871 14.8775 7.97467 14.9265 8.01134 15.0007C8.04802 15.0749 8.04047 15.1699 8.02538 15.36Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-column-delete{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.125 7.02737C1.12499 6.2674 1.12498 5.64659 1.17018 5.14674C1.21686 4.63051 1.31682 4.16382 1.56722 3.74221C1.76079 3.41632 2.01302 3.13058 2.31321 2.90492C2.71312 2.60431 3.16241 2.48292 3.64665 2.4275C4.1037 2.3752 4.70876 2.37522 5.375 2.37524C6.04124 2.37522 6.6463 2.3752 7.10335 2.4275C7.58759 2.48292 8.03688 2.60431 8.43679 2.90492C8.73698 3.13058 8.98921 3.41632 9.18278 3.74222C9.43318 4.16382 9.53314 4.63051 9.57982 5.14674C9.62502 5.6466 9.62501 6.26741 9.625 7.02741L9.625 7.02742L9.625 17.223L9.625 17.2231C9.62501 17.9831 9.62502 18.6039 9.57982 19.1037C9.53314 19.62 9.43318 20.0867 9.18278 20.5083C8.98921 20.8342 8.73698 21.1199 8.43679 21.3456C8.03688 21.6462 7.58759 21.7676 7.10335 21.823C6.6463 21.8753 6.04125 21.8753 5.375 21.8752C4.70876 21.8753 4.1037 21.8753 3.64665 21.823C3.16241 21.7676 2.71312 21.6462 2.31321 21.3456C2.01302 21.1199 1.76079 20.8342 1.56722 20.5083C1.31682 20.0867 1.21686 19.62 1.17018 19.1037C1.12498 18.6039 1.12499 17.9831 1.125 17.2231L1.125 17.2231L1.125 7.02742L1.125 7.02737Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1679 2.41793C15.5584 2.02739 16.1915 2.02735 16.5821 2.41786L18.8753 4.71086L21.1679 2.4185C21.5585 2.02799 22.1916 2.02803 22.5821 2.41857C22.9726 2.80912 22.9726 3.44228 22.5821 3.83279L20.2896 6.125L22.5821 8.41721C22.9726 8.80772 22.9726 9.44088 22.5821 9.83143C22.1916 10.222 21.5585 10.222 21.1679 9.8315L18.8753 7.53914L16.5821 9.83214C16.1915 10.2226 15.5584 10.2226 15.1679 9.83207C14.7774 9.44152 14.7774 8.80836 15.1679 8.41786L17.461 6.125L15.1679 3.83214C14.7774 3.44164 14.7774 2.80848 15.1679 2.41793Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.3819 3.31267C13.3666 3.10646 13.3589 3.00336 13.299 2.98092C13.2391 2.95848 13.1732 3.02367 13.0414 3.15406C12.8575 3.33592 12.6866 3.54262 12.5672 3.74358C12.3168 4.16519 12.2169 4.63188 12.1702 5.1481C12.125 5.64795 12.125 6.26875 12.125 7.02871V17.2244C12.125 17.9844 12.125 18.6053 12.1702 19.1051C12.2169 19.6213 12.3168 20.088 12.5672 20.5096C12.7608 20.8355 13.013 21.1213 13.3132 21.3469C13.7131 21.6475 14.1624 21.7689 14.6466 21.8243C15.1037 21.8766 15.7087 21.8766 16.3749 21.8766C17.0412 21.8766 17.6463 21.8767 18.1034 21.8243C18.5876 21.7689 19.0369 21.6475 19.4368 21.3469C19.737 21.1213 19.9892 20.8355 20.1828 20.5096C20.4332 20.088 20.5331 19.6213 20.5798 19.1051C20.625 18.6053 20.625 17.9844 20.625 17.2245L20.625 11.6377C20.625 11.4786 20.625 11.399 20.5946 11.3368C20.5643 11.2745 20.4889 11.2157 20.3383 11.098C20.2582 11.0354 20.181 10.9673 20.1073 10.8936L19.2996 10.0859C19.0996 9.88594 18.9996 9.78595 18.8753 9.78595C18.7511 9.78595 18.6511 9.88594 18.4511 10.0859L17.6427 10.8942C16.6663 11.8705 15.0834 11.8704 14.1071 10.894C13.1309 9.91767 13.131 8.33476 14.1073 7.3585L14.9153 6.55065C15.1153 6.35064 15.2153 6.25064 15.2153 6.12636C15.2153 6.00209 15.1153 5.90209 14.9153 5.70208L14.1073 4.89423C13.6665 4.45349 13.4247 3.88908 13.3819 3.31267Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.125 7.02737C1.12499 6.2674 1.12498 5.64659 1.17018 5.14674C1.21686 4.63051 1.31682 4.16382 1.56722 3.74221C1.76079 3.41632 2.01302 3.13058 2.31321 2.90492C2.71312 2.60431 3.16241 2.48292 3.64665 2.4275C4.1037 2.3752 4.70876 2.37522 5.375 2.37524C6.04124 2.37522 6.6463 2.3752 7.10335 2.4275C7.58759 2.48292 8.03688 2.60431 8.43679 2.90492C8.73698 3.13058 8.98921 3.41632 9.18278 3.74222C9.43318 4.16382 9.53314 4.63051 9.57982 5.14674C9.62502 5.6466 9.62501 6.26741 9.625 7.02741L9.625 7.02742L9.625 17.223L9.625 17.2231C9.62501 17.9831 9.62502 18.6039 9.57982 19.1037C9.53314 19.62 9.43318 20.0867 9.18278 20.5083C8.98921 20.8342 8.73698 21.1199 8.43679 21.3456C8.03688 21.6462 7.58759 21.7676 7.10335 21.823C6.6463 21.8753 6.04125 21.8753 5.375 21.8752C4.70876 21.8753 4.1037 21.8753 3.64665 21.823C3.16241 21.7676 2.71312 21.6462 2.31321 21.3456C2.01302 21.1199 1.76079 20.8342 1.56722 20.5083C1.31682 20.0867 1.21686 19.62 1.17018 19.1037C1.12498 18.6039 1.12499 17.9831 1.125 17.2231L1.125 17.2231L1.125 7.02742L1.125 7.02737Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1679 2.41793C15.5584 2.02739 16.1915 2.02735 16.5821 2.41786L18.8753 4.71086L21.1679 2.4185C21.5585 2.02799 22.1916 2.02803 22.5821 2.41857C22.9726 2.80912 22.9726 3.44228 22.5821 3.83279L20.2896 6.125L22.5821 8.41721C22.9726 8.80772 22.9726 9.44088 22.5821 9.83143C22.1916 10.222 21.5585 10.222 21.1679 9.8315L18.8753 7.53914L16.5821 9.83214C16.1915 10.2226 15.5584 10.2226 15.1679 9.83207C14.7774 9.44152 14.7774 8.80836 15.1679 8.41786L17.461 6.125L15.1679 3.83214C14.7774 3.44164 14.7774 2.80848 15.1679 2.41793Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.3819 3.31267C13.3666 3.10646 13.3589 3.00336 13.299 2.98092C13.2391 2.95848 13.1732 3.02367 13.0414 3.15406C12.8575 3.33592 12.6866 3.54262 12.5672 3.74358C12.3168 4.16519 12.2169 4.63188 12.1702 5.1481C12.125 5.64795 12.125 6.26875 12.125 7.02871V17.2244C12.125 17.9844 12.125 18.6053 12.1702 19.1051C12.2169 19.6213 12.3168 20.088 12.5672 20.5096C12.7608 20.8355 13.013 21.1213 13.3132 21.3469C13.7131 21.6475 14.1624 21.7689 14.6466 21.8243C15.1037 21.8766 15.7087 21.8766 16.3749 21.8766C17.0412 21.8766 17.6463 21.8767 18.1034 21.8243C18.5876 21.7689 19.0369 21.6475 19.4368 21.3469C19.737 21.1213 19.9892 20.8355 20.1828 20.5096C20.4332 20.088 20.5331 19.6213 20.5798 19.1051C20.625 18.6053 20.625 17.9844 20.625 17.2245L20.625 11.6377C20.625 11.4786 20.625 11.399 20.5946 11.3368C20.5643 11.2745 20.4889 11.2157 20.3383 11.098C20.2582 11.0354 20.181 10.9673 20.1073 10.8936L19.2996 10.0859C19.0996 9.88594 18.9996 9.78595 18.8753 9.78595C18.7511 9.78595 18.6511 9.88594 18.4511 10.0859L17.6427 10.8942C16.6663 11.8705 15.0834 11.8704 14.1071 10.894C13.1309 9.91767 13.131 8.33476 14.1073 7.3585L14.9153 6.55065C15.1153 6.35064 15.2153 6.25064 15.2153 6.12636C15.2153 6.00209 15.1153 5.90209 14.9153 5.70208L14.1073 4.89423C13.6665 4.45349 13.4247 3.88908 13.3819 3.31267Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-column-insert{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5384 6.25C18.2079 6.24998 18.7667 6.24997 19.219 6.29598C19.6925 6.34415 20.1318 6.44886 20.5278 6.71346C20.8281 6.9141 21.0859 7.17191 21.2865 7.47218C21.5511 7.86818 21.6559 8.30755 21.704 8.78102C21.75 9.23335 21.75 9.79208 21.75 10.4617L21.75 18.5383V18.5384C21.75 19.2079 21.75 19.7667 21.704 20.219C21.6559 20.6925 21.5511 21.1318 21.2865 21.5278C21.0859 21.8281 20.8281 22.0859 20.5278 22.2865C20.1318 22.5511 19.6925 22.6559 19.219 22.704C18.7667 22.75 18.2079 22.75 17.5384 22.75H17.4616C16.7921 22.75 16.2333 22.75 15.781 22.704C15.3075 22.6559 14.8682 22.5511 14.4722 22.2865C14.1719 22.0859 13.9141 21.8281 13.7135 21.5278C13.4489 21.1318 13.3441 20.6925 13.296 20.219C13.25 19.7667 13.25 19.2079 13.25 18.5384V18.5383V10.4617V10.4616C13.25 9.79206 13.25 9.23334 13.296 8.78102C13.3442 8.30755 13.4489 7.86818 13.7135 7.47218C13.9141 7.17191 14.1719 6.9141 14.4722 6.71346C14.8682 6.44886 15.3075 6.34415 15.781 6.29598C16.2333 6.24997 16.7921 6.24998 17.4616 6.25H17.4617H17.5383H17.5384Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.53838 6.25C7.20794 6.24998 7.76666 6.24997 8.21898 6.29598C8.69245 6.34415 9.13182 6.44886 9.52782 6.71346C9.82809 6.9141 10.0859 7.17191 10.2865 7.47218C10.5511 7.86818 10.6559 8.30755 10.704 8.78102C10.75 9.23335 10.75 9.79208 10.75 10.4617L10.75 18.5383V18.5384C10.75 19.2079 10.75 19.7667 10.704 20.219C10.6559 20.6925 10.5511 21.1318 10.2865 21.5278C10.0859 21.8281 9.82809 22.0859 9.52782 22.2865C9.13182 22.5511 8.69245 22.6559 8.21898 22.704C7.76665 22.75 7.20793 22.75 6.53836 22.75H6.46164C5.79207 22.75 5.23335 22.75 4.78102 22.704C4.30755 22.6559 3.86818 22.5511 3.47218 22.2865C3.17191 22.0859 2.9141 21.8281 2.71346 21.5278C2.44886 21.1318 2.34415 20.6925 2.29598 20.219C2.24997 19.7667 2.24998 19.2079 2.25 18.5384V18.5383V10.4617V10.4616C2.24998 9.79206 2.24997 9.23334 2.29599 8.78102C2.34415 8.30755 2.44886 7.86818 2.71346 7.47218C2.9141 7.17191 3.17191 6.9141 3.47218 6.71346C3.86818 6.44886 4.30755 6.34415 4.78102 6.29598C5.23335 6.24997 5.79207 6.24998 6.46164 6.25H6.46166H6.53835H6.53838Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.28107 1.55492C8.66495 1.15787 9.29803 1.14719 9.69508 1.53107L11.2809 3.06425C11.6343 3.40593 11.8479 3.60495 12 3.71718C12.1521 3.60495 12.3657 3.40593 12.7191 3.06424L14.3049 1.53107C14.702 1.14719 15.3351 1.15787 15.7189 1.55492C16.1028 1.95198 16.0921 2.58505 15.6951 2.96893L14.0707 4.53939L14.0707 4.5394C13.771 4.8293 13.4791 5.11161 13.2061 5.31304C12.8969 5.54106 12.5034 5.75 12 5.75C11.4966 5.75 11.1031 5.54106 10.7939 5.31304C10.5209 5.11161 10.229 4.8293 9.92926 4.53939L8.30492 2.96893C7.90787 2.58505 7.89719 1.95198 8.28107 1.55492Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5384 6.25C18.2079 6.24998 18.7667 6.24997 19.219 6.29598C19.6925 6.34415 20.1318 6.44886 20.5278 6.71346C20.8281 6.9141 21.0859 7.17191 21.2865 7.47218C21.5511 7.86818 21.6559 8.30755 21.704 8.78102C21.75 9.23335 21.75 9.79208 21.75 10.4617L21.75 18.5383V18.5384C21.75 19.2079 21.75 19.7667 21.704 20.219C21.6559 20.6925 21.5511 21.1318 21.2865 21.5278C21.0859 21.8281 20.8281 22.0859 20.5278 22.2865C20.1318 22.5511 19.6925 22.6559 19.219 22.704C18.7667 22.75 18.2079 22.75 17.5384 22.75H17.4616C16.7921 22.75 16.2333 22.75 15.781 22.704C15.3075 22.6559 14.8682 22.5511 14.4722 22.2865C14.1719 22.0859 13.9141 21.8281 13.7135 21.5278C13.4489 21.1318 13.3441 20.6925 13.296 20.219C13.25 19.7667 13.25 19.2079 13.25 18.5384V18.5383V10.4617V10.4616C13.25 9.79206 13.25 9.23334 13.296 8.78102C13.3442 8.30755 13.4489 7.86818 13.7135 7.47218C13.9141 7.17191 14.1719 6.9141 14.4722 6.71346C14.8682 6.44886 15.3075 6.34415 15.781 6.29598C16.2333 6.24997 16.7921 6.24998 17.4616 6.25H17.4617H17.5383H17.5384Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.53838 6.25C7.20794 6.24998 7.76666 6.24997 8.21898 6.29598C8.69245 6.34415 9.13182 6.44886 9.52782 6.71346C9.82809 6.9141 10.0859 7.17191 10.2865 7.47218C10.5511 7.86818 10.6559 8.30755 10.704 8.78102C10.75 9.23335 10.75 9.79208 10.75 10.4617L10.75 18.5383V18.5384C10.75 19.2079 10.75 19.7667 10.704 20.219C10.6559 20.6925 10.5511 21.1318 10.2865 21.5278C10.0859 21.8281 9.82809 22.0859 9.52782 22.2865C9.13182 22.5511 8.69245 22.6559 8.21898 22.704C7.76665 22.75 7.20793 22.75 6.53836 22.75H6.46164C5.79207 22.75 5.23335 22.75 4.78102 22.704C4.30755 22.6559 3.86818 22.5511 3.47218 22.2865C3.17191 22.0859 2.9141 21.8281 2.71346 21.5278C2.44886 21.1318 2.34415 20.6925 2.29598 20.219C2.24997 19.7667 2.24998 19.2079 2.25 18.5384V18.5383V10.4617V10.4616C2.24998 9.79206 2.24997 9.23334 2.29599 8.78102C2.34415 8.30755 2.44886 7.86818 2.71346 7.47218C2.9141 7.17191 3.17191 6.9141 3.47218 6.71346C3.86818 6.44886 4.30755 6.34415 4.78102 6.29598C5.23335 6.24997 5.79207 6.24998 6.46164 6.25H6.46166H6.53835H6.53838Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.28107 1.55492C8.66495 1.15787 9.29803 1.14719 9.69508 1.53107L11.2809 3.06425C11.6343 3.40593 11.8479 3.60495 12 3.71718C12.1521 3.60495 12.3657 3.40593 12.7191 3.06424L14.3049 1.53107C14.702 1.14719 15.3351 1.15787 15.7189 1.55492C16.1028 1.95198 16.0921 2.58505 15.6951 2.96893L14.0707 4.53939L14.0707 4.5394C13.771 4.8293 13.4791 5.11161 13.2061 5.31304C12.8969 5.54106 12.5034 5.75 12 5.75C11.4966 5.75 11.1031 5.54106 10.7939 5.31304C10.5209 5.11161 10.229 4.8293 9.92926 4.53939L8.30492 2.96893C7.90787 2.58505 7.89719 1.95198 8.28107 1.55492Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-command{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 9C8 8.44772 8.44772 8 9 8H15C15.5523 8 16 8.44772 16 9V15C16 15.5523 15.5523 16 15 16H9C8.44772 16 8 15.5523 8 15V9ZM10 10V14H14V10H10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 15C14 14.4477 14.4477 14 15 14H18C20.2091 14 22 15.7909 22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18V15ZM16 16V18C16 19.1046 16.8954 20 18 20C19.1046 20 20 19.1046 20 18C20 16.8954 19.1046 16 18 16H16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 16.0002C4.89543 16.0002 4 16.8957 4 18.0002C4 19.1048 4.89543 20.0002 6 20.0002C7.10457 20.0002 8 19.1048 8 18.0002V16.0002H6ZM2 18.0002C2 15.7911 3.79086 14.0002 6 14.0002H9C9.55228 14.0002 10 14.448 10 15.0002V18.0002C10 20.2094 8.20914 22.0002 6 22.0002C3.79086 22.0002 2 20.2094 2 18.0002Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 6.00024C14 3.79111 15.7909 2.00024 18 2.00024C20.2091 2.00024 22 3.7911 22 6.00024C22 8.20938 20.2091 10.0002 18 10.0002H15C14.4477 10.0002 14 9.55253 14 9.00024L14 6.00024ZM18 4.00024C16.8954 4.00024 16 4.89568 16 6.00024L16 8.00024H18C19.1046 8.00024 20 7.10481 20 6.00024C20 4.89567 19.1046 4.00024 18 4.00024Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 6.00024C2 3.7911 3.79086 2.00024 6 2.00024C8.20914 2.00024 10 3.79111 10 6.00024V9.00024C10 9.55253 9.55228 10.0002 9 10.0002H6C3.79086 10.0002 2 8.20938 2 6.00024ZM6 4.00024C4.89543 4.00024 4 4.89567 4 6.00024C4 7.10481 4.89543 8.00024 6 8.00024H8V6.00024C8 4.89568 7.10457 4.00024 6 4.00024Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 9C8 8.44772 8.44772 8 9 8H15C15.5523 8 16 8.44772 16 9V15C16 15.5523 15.5523 16 15 16H9C8.44772 16 8 15.5523 8 15V9ZM10 10V14H14V10H10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 15C14 14.4477 14.4477 14 15 14H18C20.2091 14 22 15.7909 22 18C22 20.2091 20.2091 22 18 22C15.7909 22 14 20.2091 14 18V15ZM16 16V18C16 19.1046 16.8954 20 18 20C19.1046 20 20 19.1046 20 18C20 16.8954 19.1046 16 18 16H16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 16.0002C4.89543 16.0002 4 16.8957 4 18.0002C4 19.1048 4.89543 20.0002 6 20.0002C7.10457 20.0002 8 19.1048 8 18.0002V16.0002H6ZM2 18.0002C2 15.7911 3.79086 14.0002 6 14.0002H9C9.55228 14.0002 10 14.448 10 15.0002V18.0002C10 20.2094 8.20914 22.0002 6 22.0002C3.79086 22.0002 2 20.2094 2 18.0002Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 6.00024C14 3.79111 15.7909 2.00024 18 2.00024C20.2091 2.00024 22 3.7911 22 6.00024C22 8.20938 20.2091 10.0002 18 10.0002H15C14.4477 10.0002 14 9.55253 14 9.00024L14 6.00024ZM18 4.00024C16.8954 4.00024 16 4.89568 16 6.00024L16 8.00024H18C19.1046 8.00024 20 7.10481 20 6.00024C20 4.89567 19.1046 4.00024 18 4.00024Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 6.00024C2 3.7911 3.79086 2.00024 6 2.00024C8.20914 2.00024 10 3.79111 10 6.00024V9.00024C10 9.55253 9.55228 10.0002 9 10.0002H6C3.79086 10.0002 2 8.20938 2 6.00024ZM6 4.00024C4.89543 4.00024 4 4.89567 4 6.00024C4 7.10481 4.89543 8.00024 6 8.00024H8V6.00024C8 4.89568 7.10457 4.00024 6 4.00024Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-copy-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0549 8.25C17.4225 8.24998 18.5248 8.24996 19.3918 8.36652C20.2919 8.48754 21.0497 8.74643 21.6517 9.34835C22.2536 9.95027 22.5125 10.7081 22.6335 11.6083C22.75 12.4752 22.75 13.5775 22.75 14.9451V14.9451V16.0549V16.0549C22.75 17.4225 22.75 18.5248 22.6335 19.3918C22.5125 20.2919 22.2536 21.0497 21.6517 21.6517C21.0497 22.2536 20.2919 22.5125 19.3918 22.6335C18.5248 22.75 17.4225 22.75 16.0549 22.75H16.0549H14.9451H14.9451C13.5775 22.75 12.4752 22.75 11.6082 22.6335C10.7081 22.5125 9.95027 22.2536 9.34835 21.6516C8.74643 21.0497 8.48754 20.2919 8.36652 19.3918C8.24996 18.5248 8.24998 17.4225 8.25 16.0549V16.0549V14.9451V14.9451C8.24998 13.5775 8.24996 12.4752 8.36652 11.6082C8.48754 10.7081 8.74643 9.95027 9.34835 9.34835C9.95027 8.74643 10.7081 8.48754 11.6083 8.36652C12.4752 8.24996 13.5775 8.24998 14.9451 8.25H14.9451H16.0549H16.0549Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75 14.8569C6.74991 13.5627 6.74983 12.3758 6.8799 11.4084C7.0232 10.3425 7.36034 9.21504 8.28769 8.28769C9.21504 7.36034 10.3425 7.0232 11.4084 6.8799C12.3758 6.74983 13.5627 6.74991 14.8569 6.75L17.0931 6.75C17.3891 6.75 17.5371 6.75 17.6261 6.65419C17.7151 6.55838 17.7045 6.4142 17.6833 6.12584C17.6648 5.87546 17.6412 5.63892 17.6111 5.41544C17.4818 4.45589 17.2232 3.6585 16.6718 2.98663C16.4744 2.74612 16.2539 2.52558 16.0134 2.3282C15.3044 1.74638 14.4557 1.49055 13.4248 1.36868C12.4205 1.24998 11.1512 1.24999 9.54893 1.25H9.45109C7.84883 1.24999 6.57947 1.24998 5.57525 1.36868C4.54428 1.49054 3.69558 1.74638 2.98663 2.3282C2.74612 2.52558 2.52558 2.74612 2.3282 2.98663C1.74638 3.69558 1.49055 4.54428 1.36868 5.57525C1.24998 6.57947 1.24999 7.84882 1.25 9.45108V9.54891C1.24999 11.1512 1.24998 12.4205 1.36868 13.4247C1.49054 14.4557 1.74638 15.3044 2.3282 16.0134C2.52558 16.2539 2.74612 16.4744 2.98663 16.6718C3.6585 17.2232 4.45589 17.4818 5.41544 17.6111C5.63892 17.6412 5.87546 17.6648 6.12584 17.6833C6.4142 17.7045 6.55838 17.7151 6.65419 17.6261C6.75 17.5371 6.75 17.3891 6.75 17.0931V14.8569Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0549 8.25C17.4225 8.24998 18.5248 8.24996 19.3918 8.36652C20.2919 8.48754 21.0497 8.74643 21.6517 9.34835C22.2536 9.95027 22.5125 10.7081 22.6335 11.6083C22.75 12.4752 22.75 13.5775 22.75 14.9451V14.9451V16.0549V16.0549C22.75 17.4225 22.75 18.5248 22.6335 19.3918C22.5125 20.2919 22.2536 21.0497 21.6517 21.6517C21.0497 22.2536 20.2919 22.5125 19.3918 22.6335C18.5248 22.75 17.4225 22.75 16.0549 22.75H16.0549H14.9451H14.9451C13.5775 22.75 12.4752 22.75 11.6082 22.6335C10.7081 22.5125 9.95027 22.2536 9.34835 21.6516C8.74643 21.0497 8.48754 20.2919 8.36652 19.3918C8.24996 18.5248 8.24998 17.4225 8.25 16.0549V16.0549V14.9451V14.9451C8.24998 13.5775 8.24996 12.4752 8.36652 11.6082C8.48754 10.7081 8.74643 9.95027 9.34835 9.34835C9.95027 8.74643 10.7081 8.48754 11.6083 8.36652C12.4752 8.24996 13.5775 8.24998 14.9451 8.25H14.9451H16.0549H16.0549Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75 14.8569C6.74991 13.5627 6.74983 12.3758 6.8799 11.4084C7.0232 10.3425 7.36034 9.21504 8.28769 8.28769C9.21504 7.36034 10.3425 7.0232 11.4084 6.8799C12.3758 6.74983 13.5627 6.74991 14.8569 6.75L17.0931 6.75C17.3891 6.75 17.5371 6.75 17.6261 6.65419C17.7151 6.55838 17.7045 6.4142 17.6833 6.12584C17.6648 5.87546 17.6412 5.63892 17.6111 5.41544C17.4818 4.45589 17.2232 3.6585 16.6718 2.98663C16.4744 2.74612 16.2539 2.52558 16.0134 2.3282C15.3044 1.74638 14.4557 1.49055 13.4248 1.36868C12.4205 1.24998 11.1512 1.24999 9.54893 1.25H9.45109C7.84883 1.24999 6.57947 1.24998 5.57525 1.36868C4.54428 1.49054 3.69558 1.74638 2.98663 2.3282C2.74612 2.52558 2.52558 2.74612 2.3282 2.98663C1.74638 3.69558 1.49055 4.54428 1.36868 5.57525C1.24998 6.57947 1.24999 7.84882 1.25 9.45108V9.54891C1.24999 11.1512 1.24998 12.4205 1.36868 13.4247C1.49054 14.4557 1.74638 15.3044 2.3282 16.0134C2.52558 16.2539 2.74612 16.4744 2.98663 16.6718C3.6585 17.2232 4.45589 17.4818 5.41544 17.6111C5.63892 17.6412 5.87546 17.6648 6.12584 17.6833C6.4142 17.7045 6.55838 17.7151 6.65419 17.6261C6.75 17.5371 6.75 17.3891 6.75 17.0931V14.8569Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-copy-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.75 14.8569C6.74991 13.5627 6.74983 12.3758 6.8799 11.4084C7.0232 10.3425 7.36034 9.21504 8.28769 8.28769C9.21504 7.36034 10.3425 7.0232 11.4084 6.8799C12.3758 6.74983 13.5627 6.74991 14.8569 6.75L17.0931 6.75C17.3891 6.75 17.5371 6.75 17.6261 6.65419C17.7151 6.55838 17.7045 6.4142 17.6833 6.12584C17.6648 5.87546 17.6412 5.63892 17.6111 5.41544C17.4818 4.45589 17.2232 3.6585 16.6718 2.98663C16.4744 2.74612 16.2539 2.52558 16.0134 2.3282C15.3044 1.74638 14.4557 1.49055 13.4248 1.36868C12.4205 1.24998 11.1512 1.24999 9.54893 1.25H9.45109C7.84883 1.24999 6.57947 1.24998 5.57525 1.36868C4.54428 1.49054 3.69558 1.74638 2.98663 2.3282C2.74612 2.52558 2.52558 2.74612 2.3282 2.98663C1.74638 3.69558 1.49055 4.54428 1.36868 5.57525C1.24998 6.57947 1.24999 7.84882 1.25 9.45108V9.54891C1.24999 11.1512 1.24998 12.4205 1.36868 13.4247C1.49054 14.4557 1.74638 15.3044 2.3282 16.0134C2.52558 16.2539 2.74612 16.4744 2.98663 16.6718C3.6585 17.2232 4.45589 17.4818 5.41544 17.6111C5.63892 17.6412 5.87546 17.6648 6.12584 17.6833C6.4142 17.7045 6.55838 17.7151 6.65419 17.6261C6.75 17.5371 6.75 17.3891 6.75 17.0931V14.8569Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5537 9.09108C12.6231 9.62041 12.2502 10.1058 11.7209 10.1752C11.0849 10.2586 10.7689 10.3983 10.5616 10.5688C10.3786 10.7193 10.2499 10.9156 10.1646 11.3404C10.0594 11.8638 9.54989 12.2029 9.02648 12.0978C8.50307 11.9927 8.16398 11.4831 8.26912 10.9597C8.41694 10.2237 8.71928 9.58093 9.33334 9.07578C9.93567 8.58028 10.6594 8.36455 11.4695 8.25831C11.9989 8.1889 12.4843 8.56174 12.5537 9.09108ZM18.4465 9.09108C18.5159 8.56174 19.0013 8.1889 19.5306 8.25831C20.3407 8.36455 21.0645 8.58028 21.6668 9.07578C22.2809 9.58093 22.5832 10.2237 22.731 10.9597C22.8362 11.4831 22.4971 11.9927 21.9737 12.0978C21.4503 12.2029 20.9407 11.8638 20.8356 11.3404C20.7503 10.9156 20.6215 10.7193 20.4386 10.5688C20.2313 10.3983 19.9152 10.2586 19.2792 10.1752C18.7499 10.1058 18.3771 9.62041 18.4465 9.09108ZM13.0834 9.21676C13.0834 8.68289 13.5162 8.25011 14.0501 8.25011H16.9501C17.4839 8.25011 17.9167 8.68289 17.9167 9.21676C17.9167 9.75063 17.4839 10.1834 16.9501 10.1834H14.0501C13.5162 10.1834 13.0834 9.75063 13.0834 9.21676ZM9.21684 13.0834C9.75071 13.0834 10.1835 13.5162 10.1835 14.05V16.95C10.1835 17.4838 9.75071 17.9166 9.21684 17.9166C8.68297 17.9166 8.25019 17.4838 8.25019 16.95V14.05C8.25019 13.5162 8.68297 13.0834 9.21684 13.0834ZM21.7833 13.0834C22.3172 13.0834 22.75 13.5162 22.75 14.05V16.95C22.75 17.4838 22.3172 17.9166 21.7833 17.9166C21.2495 17.9166 20.8167 17.4838 20.8167 16.95V14.05C20.8167 13.5162 21.2495 13.0834 21.7833 13.0834ZM9.02648 18.9022C9.54989 18.7971 10.0594 19.1362 10.1646 19.6596C10.2499 20.0844 10.3786 20.2807 10.5616 20.4312C10.7689 20.6017 11.0849 20.7414 11.7209 20.8248C12.2502 20.8942 12.6231 21.3796 12.5537 21.9089C12.4843 22.4383 11.9989 22.8111 11.4695 22.7417C10.6594 22.6355 9.93567 22.4197 9.33334 21.9242C8.71928 21.4191 8.41694 20.7763 8.26912 20.0403C8.16398 19.5169 8.50307 19.0073 9.02648 18.9022ZM21.9737 18.9022C22.4971 19.0073 22.8362 19.5169 22.731 20.0403C22.5832 20.7763 22.2809 21.4191 21.6668 21.9242C21.0645 22.4197 20.3407 22.6355 19.5306 22.7417C19.0013 22.8111 18.5159 22.4383 18.4465 21.9089C18.3771 21.3796 18.7499 20.8942 19.2792 20.8248C19.9152 20.7414 20.2313 20.6017 20.4386 20.4312C20.6215 20.2807 20.7503 20.0844 20.8356 19.6596C20.9407 19.1362 21.4503 18.7971 21.9737 18.9022ZM13.0834 21.7832C13.0834 21.2494 13.5162 20.8166 14.0501 20.8166H16.9501C17.4839 20.8166 17.9167 21.2494 17.9167 21.7832C17.9167 22.3171 17.4839 22.7499 16.9501 22.7499H14.0501C13.5162 22.7499 13.0834 22.3171 13.0834 21.7832Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.75 14.8569C6.74991 13.5627 6.74983 12.3758 6.8799 11.4084C7.0232 10.3425 7.36034 9.21504 8.28769 8.28769C9.21504 7.36034 10.3425 7.0232 11.4084 6.8799C12.3758 6.74983 13.5627 6.74991 14.8569 6.75L17.0931 6.75C17.3891 6.75 17.5371 6.75 17.6261 6.65419C17.7151 6.55838 17.7045 6.4142 17.6833 6.12584C17.6648 5.87546 17.6412 5.63892 17.6111 5.41544C17.4818 4.45589 17.2232 3.6585 16.6718 2.98663C16.4744 2.74612 16.2539 2.52558 16.0134 2.3282C15.3044 1.74638 14.4557 1.49055 13.4248 1.36868C12.4205 1.24998 11.1512 1.24999 9.54893 1.25H9.45109C7.84883 1.24999 6.57947 1.24998 5.57525 1.36868C4.54428 1.49054 3.69558 1.74638 2.98663 2.3282C2.74612 2.52558 2.52558 2.74612 2.3282 2.98663C1.74638 3.69558 1.49055 4.54428 1.36868 5.57525C1.24998 6.57947 1.24999 7.84882 1.25 9.45108V9.54891C1.24999 11.1512 1.24998 12.4205 1.36868 13.4247C1.49054 14.4557 1.74638 15.3044 2.3282 16.0134C2.52558 16.2539 2.74612 16.4744 2.98663 16.6718C3.6585 17.2232 4.45589 17.4818 5.41544 17.6111C5.63892 17.6412 5.87546 17.6648 6.12584 17.6833C6.4142 17.7045 6.55838 17.7151 6.65419 17.6261C6.75 17.5371 6.75 17.3891 6.75 17.0931V14.8569Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5537 9.09108C12.6231 9.62041 12.2502 10.1058 11.7209 10.1752C11.0849 10.2586 10.7689 10.3983 10.5616 10.5688C10.3786 10.7193 10.2499 10.9156 10.1646 11.3404C10.0594 11.8638 9.54989 12.2029 9.02648 12.0978C8.50307 11.9927 8.16398 11.4831 8.26912 10.9597C8.41694 10.2237 8.71928 9.58093 9.33334 9.07578C9.93567 8.58028 10.6594 8.36455 11.4695 8.25831C11.9989 8.1889 12.4843 8.56174 12.5537 9.09108ZM18.4465 9.09108C18.5159 8.56174 19.0013 8.1889 19.5306 8.25831C20.3407 8.36455 21.0645 8.58028 21.6668 9.07578C22.2809 9.58093 22.5832 10.2237 22.731 10.9597C22.8362 11.4831 22.4971 11.9927 21.9737 12.0978C21.4503 12.2029 20.9407 11.8638 20.8356 11.3404C20.7503 10.9156 20.6215 10.7193 20.4386 10.5688C20.2313 10.3983 19.9152 10.2586 19.2792 10.1752C18.7499 10.1058 18.3771 9.62041 18.4465 9.09108ZM13.0834 9.21676C13.0834 8.68289 13.5162 8.25011 14.0501 8.25011H16.9501C17.4839 8.25011 17.9167 8.68289 17.9167 9.21676C17.9167 9.75063 17.4839 10.1834 16.9501 10.1834H14.0501C13.5162 10.1834 13.0834 9.75063 13.0834 9.21676ZM9.21684 13.0834C9.75071 13.0834 10.1835 13.5162 10.1835 14.05V16.95C10.1835 17.4838 9.75071 17.9166 9.21684 17.9166C8.68297 17.9166 8.25019 17.4838 8.25019 16.95V14.05C8.25019 13.5162 8.68297 13.0834 9.21684 13.0834ZM21.7833 13.0834C22.3172 13.0834 22.75 13.5162 22.75 14.05V16.95C22.75 17.4838 22.3172 17.9166 21.7833 17.9166C21.2495 17.9166 20.8167 17.4838 20.8167 16.95V14.05C20.8167 13.5162 21.2495 13.0834 21.7833 13.0834ZM9.02648 18.9022C9.54989 18.7971 10.0594 19.1362 10.1646 19.6596C10.2499 20.0844 10.3786 20.2807 10.5616 20.4312C10.7689 20.6017 11.0849 20.7414 11.7209 20.8248C12.2502 20.8942 12.6231 21.3796 12.5537 21.9089C12.4843 22.4383 11.9989 22.8111 11.4695 22.7417C10.6594 22.6355 9.93567 22.4197 9.33334 21.9242C8.71928 21.4191 8.41694 20.7763 8.26912 20.0403C8.16398 19.5169 8.50307 19.0073 9.02648 18.9022ZM21.9737 18.9022C22.4971 19.0073 22.8362 19.5169 22.731 20.0403C22.5832 20.7763 22.2809 21.4191 21.6668 21.9242C21.0645 22.4197 20.3407 22.6355 19.5306 22.7417C19.0013 22.8111 18.5159 22.4383 18.4465 21.9089C18.3771 21.3796 18.7499 20.8942 19.2792 20.8248C19.9152 20.7414 20.2313 20.6017 20.4386 20.4312C20.6215 20.2807 20.7503 20.0844 20.8356 19.6596C20.9407 19.1362 21.4503 18.7971 21.9737 18.9022ZM13.0834 21.7832C13.0834 21.2494 13.5162 20.8166 14.0501 20.8166H16.9501C17.4839 20.8166 17.9167 21.2494 17.9167 21.7832C17.9167 22.3171 17.4839 22.7499 16.9501 22.7499H14.0501C13.5162 22.7499 13.0834 22.3171 13.0834 21.7832Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-crop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 1C4.55228 1 5 1.44772 5 2V3L12.0732 3C13.8966 2.99997 15.3664 2.99995 16.5223 3.15536C17.7225 3.31672 18.733 3.66191 19.5355 4.46447C20.3381 5.26702 20.6833 6.27752 20.8446 7.47767C21 8.63363 21 10.1034 21 11.9269L21 19H22C22.5523 19 23 19.4477 23 20C23 20.5523 22.5523 21 22 21H21V22C21 22.5523 20.5523 23 20 23C19.4477 23 19 22.5523 19 22L19 12C19 10.0861 18.9979 8.7513 18.8625 7.74416C18.7309 6.76579 18.4903 6.2477 18.1213 5.87868C17.7523 5.50966 17.2342 5.26907 16.2558 5.13753C15.2487 5.00212 13.9139 5 12 5H2C1.44772 5 1 4.55228 1 4C1 3.44772 1.44772 3 2 3H3V2C3 1.44772 3.44772 1 4 1ZM4 6.5C4.55228 6.5 5 6.94772 5 7.5V14C5 15.4425 5.00212 16.4237 5.10092 17.1586C5.19584 17.8646 5.36322 18.1916 5.58579 18.4142C5.80836 18.6368 6.13538 18.8042 6.84143 18.8991C7.57625 18.9979 8.55752 19 10 19H16.5C17.0523 19 17.5 19.4477 17.5 20C17.5 20.5523 17.0523 21 16.5 21H9.92945C8.57532 21 7.4587 21.0001 6.57494 20.8812C5.64711 20.7565 4.82768 20.4845 4.17157 19.8284C3.51546 19.1723 3.2435 18.3529 3.11875 17.4251C2.99993 16.5413 2.99996 15.4247 3 14.0706L3 7.5C3 6.94772 3.44772 6.5 4 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 1C4.55228 1 5 1.44772 5 2V3L12.0732 3C13.8966 2.99997 15.3664 2.99995 16.5223 3.15536C17.7225 3.31672 18.733 3.66191 19.5355 4.46447C20.3381 5.26702 20.6833 6.27752 20.8446 7.47767C21 8.63363 21 10.1034 21 11.9269L21 19H22C22.5523 19 23 19.4477 23 20C23 20.5523 22.5523 21 22 21H21V22C21 22.5523 20.5523 23 20 23C19.4477 23 19 22.5523 19 22L19 12C19 10.0861 18.9979 8.7513 18.8625 7.74416C18.7309 6.76579 18.4903 6.2477 18.1213 5.87868C17.7523 5.50966 17.2342 5.26907 16.2558 5.13753C15.2487 5.00212 13.9139 5 12 5H2C1.44772 5 1 4.55228 1 4C1 3.44772 1.44772 3 2 3H3V2C3 1.44772 3.44772 1 4 1ZM4 6.5C4.55228 6.5 5 6.94772 5 7.5V14C5 15.4425 5.00212 16.4237 5.10092 17.1586C5.19584 17.8646 5.36322 18.1916 5.58579 18.4142C5.80836 18.6368 6.13538 18.8042 6.84143 18.8991C7.57625 18.9979 8.55752 19 10 19H16.5C17.0523 19 17.5 19.4477 17.5 20C17.5 20.5523 17.0523 21 16.5 21H9.92945C8.57532 21 7.4587 21.0001 6.57494 20.8812C5.64711 20.7565 4.82768 20.4845 4.17157 19.8284C3.51546 19.1723 3.2435 18.3529 3.11875 17.4251C2.99993 16.5413 2.99996 15.4247 3 14.0706L3 7.5C3 6.94772 3.44772 6.5 4 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-dashed-line-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 12C18 11.4477 18.4477 11 19 11L21.5 11C22.0523 11 22.5 11.4477 22.5 12C22.5 12.5523 22.0523 13 21.5 13L19 13C18.4477 13 18 12.5523 18 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5 12C12.5 11.4477 12.9477 11 13.5 11L16 11C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13L13.5 13C12.9477 13 12.5 12.5523 12.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 13L8 13C7.44772 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11L10.5 11C11.0523 11 11.5 11.4477 11.5 12C11.5 12.5523 11.0523 13 10.5 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 12C1.5 11.4477 1.94772 11 2.5 11H5C5.55228 11 6 11.4477 6 12C6 12.5523 5.55228 13 5 13H2.5C1.94772 13 1.5 12.5523 1.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 12C18 11.4477 18.4477 11 19 11L21.5 11C22.0523 11 22.5 11.4477 22.5 12C22.5 12.5523 22.0523 13 21.5 13L19 13C18.4477 13 18 12.5523 18 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5 12C12.5 11.4477 12.9477 11 13.5 11L16 11C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13L13.5 13C12.9477 13 12.5 12.5523 12.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 13L8 13C7.44772 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11L10.5 11C11.0523 11 11.5 11.4477 11.5 12C11.5 12.5523 11.0523 13 10.5 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 12C1.5 11.4477 1.94772 11 2.5 11H5C5.55228 11 6 11.4477 6 12C6 12.5523 5.55228 13 5 13H2.5C1.94772 13 1.5 12.5523 1.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-dashed-line-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0919 1.50284C10.774 1.50284 13.3214 1.49703 13.9103 1.50202C14.4628 1.50671 14.9068 1.95837 14.9022 2.51085C14.8975 3.06332 14.4458 3.5074 13.8933 3.50271C13.3138 3.4978 10.7941 3.50271 10.1089 3.50271C9.55643 3.5074 9.10477 3.06332 9.10009 2.51085C9.0954 1.95837 9.53947 1.50753 10.0919 1.50284Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.28254 2.56601C7.38356 3.10919 7.02513 3.63142 6.48195 3.73245C5.5703 3.902 5.01516 4.17815 4.59676 4.59656C4.17836 5.01496 3.90221 5.57011 3.73266 6.48177C3.63164 7.02495 3.10942 7.38339 2.56624 7.28237C2.02307 7.18134 1.66463 6.65911 1.76566 6.11593C1.98281 4.94832 2.39064 3.9732 3.18203 3.18181C3.97341 2.39041 4.94852 1.98257 6.11612 1.76542C6.6593 1.6644 7.18152 2.02283 7.28254 2.56601Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.7197 2.56601C16.8207 2.02283 17.343 1.6644 17.8861 1.76542C19.0537 1.98257 20.0289 2.39041 20.8202 3.18181C21.6116 3.9732 22.0195 4.94832 22.2366 6.11593C22.3376 6.65911 21.9792 7.18134 21.436 7.28237C20.8929 7.38339 20.3706 7.02495 20.2696 6.48177C20.1001 5.57011 19.8239 5.01496 19.4055 4.59656C18.9871 4.17815 18.432 3.902 17.5203 3.73245C16.9771 3.63142 16.6187 3.10919 16.7197 2.56601Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.51108 9.09995C3.06355 9.10463 3.50761 9.5563 3.50293 10.1088C3.49802 10.6884 3.50293 13.2081 3.50293 13.8933C3.50761 14.4458 3.06355 14.8975 2.51108 14.9022C1.95861 14.9068 1.50695 14.4628 1.50227 13.9103C1.50227 13.2282 1.49727 10.6807 1.50227 10.0918C1.50695 9.53934 1.95861 9.09526 2.51108 9.09995Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.4912 9.09995C22.0437 9.09526 22.4953 9.53934 22.5 10.0918V13.9103C22.4953 14.4628 22.0437 14.9068 21.4912 14.9022C20.9387 14.8975 20.4947 14.4458 20.4993 13.8933V10.1088C20.4947 9.5563 20.9387 9.10463 21.4912 9.09995Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.56624 16.7197C3.10942 16.6186 3.63164 16.9771 3.73266 17.5203C3.90221 18.4319 4.17836 18.9871 4.59676 19.4055C5.01516 19.8239 5.5703 20.1 6.48195 20.2696C7.02513 20.3706 7.38356 20.8928 7.28254 21.436C7.18152 21.9792 6.6593 22.3376 6.11612 22.2366C4.94852 22.0195 3.97341 21.6116 3.18203 20.8202C2.39064 20.0288 1.98281 19.0537 1.76566 17.8861C1.66463 17.3429 2.02307 16.8207 2.56624 16.7197Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.436 16.7197C21.9792 16.8207 22.3376 17.3429 22.2366 17.8861C22.0195 19.0537 21.6116 20.0288 20.8202 20.8202C20.0289 21.6116 19.0537 22.0195 17.8861 22.2366C17.343 22.3376 16.8207 21.9792 16.7197 21.436C16.6187 20.8928 16.9771 20.3706 17.5203 20.2696C18.432 20.1 18.9871 19.8239 19.4055 19.4055C19.8239 18.9871 20.1001 18.4319 20.2696 17.5203C20.3706 16.9771 20.8929 16.6186 21.436 16.7197Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.10026 21.4912C9.10494 20.9387 9.5566 20.4946 10.1091 20.4993H13.8933C14.4458 20.4946 14.8975 20.9387 14.9022 21.4912C14.9068 22.0437 14.4628 22.4953 13.9103 22.5H10.0921C9.53964 22.4953 9.09558 22.0437 9.10026 21.4912Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0919 1.50284C10.774 1.50284 13.3214 1.49703 13.9103 1.50202C14.4628 1.50671 14.9068 1.95837 14.9022 2.51085C14.8975 3.06332 14.4458 3.5074 13.8933 3.50271C13.3138 3.4978 10.7941 3.50271 10.1089 3.50271C9.55643 3.5074 9.10477 3.06332 9.10009 2.51085C9.0954 1.95837 9.53947 1.50753 10.0919 1.50284Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.28254 2.56601C7.38356 3.10919 7.02513 3.63142 6.48195 3.73245C5.5703 3.902 5.01516 4.17815 4.59676 4.59656C4.17836 5.01496 3.90221 5.57011 3.73266 6.48177C3.63164 7.02495 3.10942 7.38339 2.56624 7.28237C2.02307 7.18134 1.66463 6.65911 1.76566 6.11593C1.98281 4.94832 2.39064 3.9732 3.18203 3.18181C3.97341 2.39041 4.94852 1.98257 6.11612 1.76542C6.6593 1.6644 7.18152 2.02283 7.28254 2.56601Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.7197 2.56601C16.8207 2.02283 17.343 1.6644 17.8861 1.76542C19.0537 1.98257 20.0289 2.39041 20.8202 3.18181C21.6116 3.9732 22.0195 4.94832 22.2366 6.11593C22.3376 6.65911 21.9792 7.18134 21.436 7.28237C20.8929 7.38339 20.3706 7.02495 20.2696 6.48177C20.1001 5.57011 19.8239 5.01496 19.4055 4.59656C18.9871 4.17815 18.432 3.902 17.5203 3.73245C16.9771 3.63142 16.6187 3.10919 16.7197 2.56601Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.51108 9.09995C3.06355 9.10463 3.50761 9.5563 3.50293 10.1088C3.49802 10.6884 3.50293 13.2081 3.50293 13.8933C3.50761 14.4458 3.06355 14.8975 2.51108 14.9022C1.95861 14.9068 1.50695 14.4628 1.50227 13.9103C1.50227 13.2282 1.49727 10.6807 1.50227 10.0918C1.50695 9.53934 1.95861 9.09526 2.51108 9.09995Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.4912 9.09995C22.0437 9.09526 22.4953 9.53934 22.5 10.0918V13.9103C22.4953 14.4628 22.0437 14.9068 21.4912 14.9022C20.9387 14.8975 20.4947 14.4458 20.4993 13.8933V10.1088C20.4947 9.5563 20.9387 9.10463 21.4912 9.09995Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.56624 16.7197C3.10942 16.6186 3.63164 16.9771 3.73266 17.5203C3.90221 18.4319 4.17836 18.9871 4.59676 19.4055C5.01516 19.8239 5.5703 20.1 6.48195 20.2696C7.02513 20.3706 7.38356 20.8928 7.28254 21.436C7.18152 21.9792 6.6593 22.3376 6.11612 22.2366C4.94852 22.0195 3.97341 21.6116 3.18203 20.8202C2.39064 20.0288 1.98281 19.0537 1.76566 17.8861C1.66463 17.3429 2.02307 16.8207 2.56624 16.7197Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.436 16.7197C21.9792 16.8207 22.3376 17.3429 22.2366 17.8861C22.0195 19.0537 21.6116 20.0288 20.8202 20.8202C20.0289 21.6116 19.0537 22.0195 17.8861 22.2366C17.343 22.3376 16.8207 21.9792 16.7197 21.436C16.6187 20.8928 16.9771 20.3706 17.5203 20.2696C18.432 20.1 18.9871 19.8239 19.4055 19.4055C19.8239 18.9871 20.1001 18.4319 20.2696 17.5203C20.3706 16.9771 20.8929 16.6186 21.436 16.7197Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.10026 21.4912C9.10494 20.9387 9.5566 20.4946 10.1091 20.4993H13.8933C14.4458 20.4946 14.8975 20.9387 14.9022 21.4912C14.9068 22.0437 14.4628 22.4953 13.9103 22.5H10.0921C9.53964 22.4953 9.09558 22.0437 9.10026 21.4912Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-distribute-horizontal-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1C7.55229 1 8 1.44772 8 2L8 5C8 5.55228 7.55229 6 7 6C6.44772 6 6 5.55228 6 5L6 2C6 1.44772 6.44772 1 7 1ZM7 18C7.55228 18 8 18.4477 8 19V22C8 22.5523 7.55228 23 7 23C6.44772 23 6 22.5523 6 22L6 19C6 18.4477 6.44772 18 7 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8168 7.2515C16.882 7.25214 16.9434 7.25275 17 7.25275C17.0566 7.25275 17.118 7.25214 17.1832 7.2515C17.5393 7.24799 18.0083 7.24336 18.4352 7.33032C18.9884 7.44299 19.5708 7.72349 19.9486 8.37775C20.1259 8.68496 20.192 9.01092 20.2218 9.3401C20.25 9.65139 20.25 10.0307 20.25 10.4705V13.535C20.25 13.9748 20.25 14.3541 20.2218 14.6654C20.192 14.9946 20.1259 15.3205 19.9486 15.6278C19.5708 16.282 18.9884 16.5625 18.4352 16.6752C18.0083 16.7621 17.5393 16.7575 17.1832 16.754H17.1831C17.118 16.7534 17.0566 16.7528 17 16.7528C16.9434 16.7528 16.882 16.7534 16.8169 16.754H16.8168C16.4607 16.7575 15.9917 16.7621 15.5648 16.6752C15.0116 16.5625 14.4292 16.282 14.0514 15.6278C13.8741 15.3205 13.808 14.9946 13.7782 14.6654C13.75 14.3541 13.75 13.9748 13.75 13.535V13.535V10.4705V10.4705C13.75 10.0307 13.75 9.65138 13.7782 9.3401C13.808 9.01092 13.8741 8.68496 14.0514 8.37775C14.4292 7.72349 15.0116 7.44299 15.5648 7.33032C15.9917 7.24336 16.4607 7.24799 16.8168 7.2515Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.81682 4.2515C6.88198 4.25214 6.94336 4.25275 7 4.25275C7.05665 4.25275 7.11802 4.25214 7.18318 4.2515C7.53925 4.24799 8.00827 4.24336 8.43523 4.33032C8.98843 4.44299 9.57082 4.72349 9.94856 5.37775C10.1259 5.68496 10.192 6.01092 10.2218 6.3401C10.25 6.65139 10.25 7.03074 10.25 7.47052L10.25 16.535C10.25 16.9748 10.25 17.3541 10.2218 17.6654C10.192 17.9946 10.1259 18.3205 9.94856 18.6278C9.57082 19.282 8.98843 19.5625 8.43523 19.6752C8.00827 19.7621 7.53925 19.7575 7.18318 19.754H7.18314C7.118 19.7534 7.05663 19.7528 7 19.7528C6.94337 19.7528 6.88201 19.7534 6.81686 19.754H6.81682C6.46075 19.7575 5.99173 19.7621 5.56477 19.6752C5.01158 19.5625 4.42918 19.282 4.05144 18.6278C3.87408 18.3205 3.80802 17.9946 3.77818 17.6654C3.74997 17.3541 3.74998 16.9748 3.75 16.535V16.535V7.47053V7.47047C3.74998 7.03071 3.74997 6.65138 3.77818 6.3401C3.80802 6.01092 3.87408 5.68496 4.05145 5.37775C4.42918 4.72349 5.01158 4.44299 5.56477 4.33032C5.99173 4.24336 6.46075 4.24799 6.81682 4.2515Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1C17.5523 1 18 1.44772 18 2V8C18 8.55228 17.5523 9 17 9C16.4477 9 16 8.55228 16 8V2C16 1.44772 16.4477 1 17 1ZM17 15C17.5523 15 18 15.4477 18 16V22C18 22.5523 17.5523 23 17 23C16.4477 23 16 22.5523 16 22V16C16 15.4477 16.4477 15 17 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1C7.55229 1 8 1.44772 8 2L8 5C8 5.55228 7.55229 6 7 6C6.44772 6 6 5.55228 6 5L6 2C6 1.44772 6.44772 1 7 1ZM7 18C7.55228 18 8 18.4477 8 19V22C8 22.5523 7.55228 23 7 23C6.44772 23 6 22.5523 6 22L6 19C6 18.4477 6.44772 18 7 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8168 7.2515C16.882 7.25214 16.9434 7.25275 17 7.25275C17.0566 7.25275 17.118 7.25214 17.1832 7.2515C17.5393 7.24799 18.0083 7.24336 18.4352 7.33032C18.9884 7.44299 19.5708 7.72349 19.9486 8.37775C20.1259 8.68496 20.192 9.01092 20.2218 9.3401C20.25 9.65139 20.25 10.0307 20.25 10.4705V13.535C20.25 13.9748 20.25 14.3541 20.2218 14.6654C20.192 14.9946 20.1259 15.3205 19.9486 15.6278C19.5708 16.282 18.9884 16.5625 18.4352 16.6752C18.0083 16.7621 17.5393 16.7575 17.1832 16.754H17.1831C17.118 16.7534 17.0566 16.7528 17 16.7528C16.9434 16.7528 16.882 16.7534 16.8169 16.754H16.8168C16.4607 16.7575 15.9917 16.7621 15.5648 16.6752C15.0116 16.5625 14.4292 16.282 14.0514 15.6278C13.8741 15.3205 13.808 14.9946 13.7782 14.6654C13.75 14.3541 13.75 13.9748 13.75 13.535V13.535V10.4705V10.4705C13.75 10.0307 13.75 9.65138 13.7782 9.3401C13.808 9.01092 13.8741 8.68496 14.0514 8.37775C14.4292 7.72349 15.0116 7.44299 15.5648 7.33032C15.9917 7.24336 16.4607 7.24799 16.8168 7.2515Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.81682 4.2515C6.88198 4.25214 6.94336 4.25275 7 4.25275C7.05665 4.25275 7.11802 4.25214 7.18318 4.2515C7.53925 4.24799 8.00827 4.24336 8.43523 4.33032C8.98843 4.44299 9.57082 4.72349 9.94856 5.37775C10.1259 5.68496 10.192 6.01092 10.2218 6.3401C10.25 6.65139 10.25 7.03074 10.25 7.47052L10.25 16.535C10.25 16.9748 10.25 17.3541 10.2218 17.6654C10.192 17.9946 10.1259 18.3205 9.94856 18.6278C9.57082 19.282 8.98843 19.5625 8.43523 19.6752C8.00827 19.7621 7.53925 19.7575 7.18318 19.754H7.18314C7.118 19.7534 7.05663 19.7528 7 19.7528C6.94337 19.7528 6.88201 19.7534 6.81686 19.754H6.81682C6.46075 19.7575 5.99173 19.7621 5.56477 19.6752C5.01158 19.5625 4.42918 19.282 4.05144 18.6278C3.87408 18.3205 3.80802 17.9946 3.77818 17.6654C3.74997 17.3541 3.74998 16.9748 3.75 16.535V16.535V7.47053V7.47047C3.74998 7.03071 3.74997 6.65138 3.77818 6.3401C3.80802 6.01092 3.87408 5.68496 4.05145 5.37775C4.42918 4.72349 5.01158 4.44299 5.56477 4.33032C5.99173 4.24336 6.46075 4.24799 6.81682 4.2515Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1C17.5523 1 18 1.44772 18 2V8C18 8.55228 17.5523 9 17 9C16.4477 9 16 8.55228 16 8V2C16 1.44772 16.4477 1 17 1ZM17 15C17.5523 15 18 15.4477 18 16V22C18 22.5523 17.5523 23 17 23C16.4477 23 16 22.5523 16 22V16C16 15.4477 16.4477 15 17 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-distribute-horizontal-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.125 1C2.67728 1 3.125 1.44772 3.125 2V22C3.125 22.5523 2.67728 23 2.125 23C1.57272 23 1.125 22.5523 1.125 22V2C1.125 1.44772 1.57272 1 2.125 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.124 1C14.6763 1 15.124 1.44772 15.124 2V22C15.124 22.5523 14.6763 23 14.124 23C13.5717 23 13.124 22.5523 13.124 22V2C13.124 1.44772 13.5717 1 14.124 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4408 7.2515C19.506 7.25214 19.5674 7.25275 19.624 7.25275C19.6807 7.25275 19.742 7.25214 19.8072 7.2515C20.1633 7.24799 20.6323 7.24336 21.0593 7.33032C21.6124 7.44299 22.1948 7.72349 22.5726 8.37775C22.75 8.68496 22.816 9.01092 22.8458 9.3401C22.8741 9.65139 22.874 10.0307 22.874 10.4705V13.535C22.874 13.9748 22.8741 14.3541 22.8458 14.6654C22.816 14.9946 22.75 15.3205 22.5726 15.6278C22.1948 16.282 21.6124 16.5625 21.0593 16.6752C20.6323 16.7621 20.1633 16.7575 19.8072 16.754H19.8072C19.742 16.7534 19.6807 16.7528 19.624 16.7528C19.5674 16.7528 19.506 16.7534 19.4409 16.754H19.4408C19.0848 16.7575 18.6158 16.7621 18.1888 16.6752C17.6356 16.5625 17.0532 16.282 16.6755 15.6278C16.4981 15.3205 16.432 14.9946 16.4022 14.6654C16.374 14.3541 16.374 13.9748 16.374 13.535V13.535V10.4705V10.4705C16.374 10.0307 16.374 9.65139 16.4022 9.3401C16.432 9.01092 16.4981 8.68496 16.6755 8.37775C17.0532 7.72349 17.6356 7.44299 18.1888 7.33032C18.6158 7.24336 19.0848 7.24799 19.4408 7.2515Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.05926 4.33032C9.61245 4.44299 10.1948 4.72349 10.5726 5.37775C10.75 5.68496 10.816 6.01092 10.8458 6.3401C10.8741 6.65139 10.874 7.03074 10.874 7.47052L10.874 16.535C10.874 16.9748 10.8741 17.3541 10.8458 17.6654C10.816 17.9946 10.75 18.3205 10.5726 18.6278C10.1948 19.282 9.61245 19.5625 9.05926 19.6752C8.6323 19.7621 8.16328 19.7575 7.80721 19.754H7.80717C7.74202 19.7534 7.68066 19.7528 7.62403 19.7528C7.56739 19.7528 7.50603 19.7534 7.44088 19.754H7.44084C7.08477 19.7575 6.61575 19.7621 6.1888 19.6752C5.6356 19.5625 5.05321 19.282 4.67547 18.6278C4.4981 18.3205 4.43204 17.9946 4.40221 17.6654C4.37399 17.3541 4.37401 16.9748 4.37402 16.535V16.535V7.47052V7.47049C4.37401 7.03072 4.37399 6.65139 4.40221 6.3401C4.43204 6.01092 4.4981 5.68496 4.67547 5.37775C5.05321 4.72349 5.6356 4.44299 6.18879 4.33032C6.61575 4.24336 7.08477 4.24799 7.44084 4.2515C7.506 4.25214 7.56738 4.25275 7.62403 4.25275C7.68067 4.25275 7.74205 4.25214 7.80721 4.2515C8.16328 4.24799 8.6323 4.24336 9.05926 4.33032Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.125 1C2.67728 1 3.125 1.44772 3.125 2V22C3.125 22.5523 2.67728 23 2.125 23C1.57272 23 1.125 22.5523 1.125 22V2C1.125 1.44772 1.57272 1 2.125 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.124 1C14.6763 1 15.124 1.44772 15.124 2V22C15.124 22.5523 14.6763 23 14.124 23C13.5717 23 13.124 22.5523 13.124 22V2C13.124 1.44772 13.5717 1 14.124 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4408 7.2515C19.506 7.25214 19.5674 7.25275 19.624 7.25275C19.6807 7.25275 19.742 7.25214 19.8072 7.2515C20.1633 7.24799 20.6323 7.24336 21.0593 7.33032C21.6124 7.44299 22.1948 7.72349 22.5726 8.37775C22.75 8.68496 22.816 9.01092 22.8458 9.3401C22.8741 9.65139 22.874 10.0307 22.874 10.4705V13.535C22.874 13.9748 22.8741 14.3541 22.8458 14.6654C22.816 14.9946 22.75 15.3205 22.5726 15.6278C22.1948 16.282 21.6124 16.5625 21.0593 16.6752C20.6323 16.7621 20.1633 16.7575 19.8072 16.754H19.8072C19.742 16.7534 19.6807 16.7528 19.624 16.7528C19.5674 16.7528 19.506 16.7534 19.4409 16.754H19.4408C19.0848 16.7575 18.6158 16.7621 18.1888 16.6752C17.6356 16.5625 17.0532 16.282 16.6755 15.6278C16.4981 15.3205 16.432 14.9946 16.4022 14.6654C16.374 14.3541 16.374 13.9748 16.374 13.535V13.535V10.4705V10.4705C16.374 10.0307 16.374 9.65139 16.4022 9.3401C16.432 9.01092 16.4981 8.68496 16.6755 8.37775C17.0532 7.72349 17.6356 7.44299 18.1888 7.33032C18.6158 7.24336 19.0848 7.24799 19.4408 7.2515Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.05926 4.33032C9.61245 4.44299 10.1948 4.72349 10.5726 5.37775C10.75 5.68496 10.816 6.01092 10.8458 6.3401C10.8741 6.65139 10.874 7.03074 10.874 7.47052L10.874 16.535C10.874 16.9748 10.8741 17.3541 10.8458 17.6654C10.816 17.9946 10.75 18.3205 10.5726 18.6278C10.1948 19.282 9.61245 19.5625 9.05926 19.6752C8.6323 19.7621 8.16328 19.7575 7.80721 19.754H7.80717C7.74202 19.7534 7.68066 19.7528 7.62403 19.7528C7.56739 19.7528 7.50603 19.7534 7.44088 19.754H7.44084C7.08477 19.7575 6.61575 19.7621 6.1888 19.6752C5.6356 19.5625 5.05321 19.282 4.67547 18.6278C4.4981 18.3205 4.43204 17.9946 4.40221 17.6654C4.37399 17.3541 4.37401 16.9748 4.37402 16.535V16.535V7.47052V7.47049C4.37401 7.03072 4.37399 6.65139 4.40221 6.3401C4.43204 6.01092 4.4981 5.68496 4.67547 5.37775C5.05321 4.72349 5.6356 4.44299 6.18879 4.33032C6.61575 4.24336 7.08477 4.24799 7.44084 4.2515C7.506 4.25214 7.56738 4.25275 7.62403 4.25275C7.68067 4.25275 7.74205 4.25214 7.80721 4.2515C8.16328 4.24799 8.6323 4.24336 9.05926 4.33032Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-distribute-horizontal-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.874 1C22.4263 1 22.874 1.44772 22.874 2V22C22.874 22.5523 22.4263 23 21.874 23C21.3217 23 20.874 22.5523 20.874 22V2C20.874 1.44772 21.3217 1 21.874 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.875 1C10.4273 1 10.875 1.44772 10.875 2V22C10.875 22.5523 10.4273 23 9.875 23C9.32272 23 8.875 22.5523 8.875 22V2C8.875 1.44772 9.32272 1 9.875 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.1918 7.2515C16.257 7.25214 16.3184 7.25275 16.375 7.25275C16.4316 7.25275 16.493 7.25214 16.5582 7.2515C16.9143 7.24799 17.3833 7.24336 17.8102 7.33032C18.3634 7.44299 18.9458 7.72349 19.3236 8.37775C19.5009 8.68496 19.567 9.01092 19.5968 9.3401C19.625 9.65139 19.625 10.0307 19.625 10.4705V13.535C19.625 13.9748 19.625 14.3541 19.5968 14.6654C19.567 14.9946 19.5009 15.3205 19.3236 15.6278C18.9458 16.282 18.3634 16.5625 17.8102 16.6752C17.3833 16.7621 16.9143 16.7575 16.5582 16.754H16.5581C16.493 16.7534 16.4316 16.7528 16.375 16.7528C16.3184 16.7528 16.257 16.7534 16.1919 16.754H16.1918C15.8357 16.7575 15.3667 16.7621 14.9398 16.6752C14.3866 16.5625 13.8042 16.282 13.4264 15.6278C13.2491 15.3205 13.183 14.9946 13.1532 14.6654C13.125 14.3541 13.125 13.9748 13.125 13.535V13.535V10.4705V10.4705C13.125 10.0307 13.125 9.65138 13.1532 9.3401C13.183 9.01092 13.2491 8.68496 13.4264 8.37775C13.8042 7.72349 14.3866 7.44299 14.9398 7.33032C15.3667 7.24336 15.8357 7.24799 16.1918 7.2515Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.19182 4.2515C4.25698 4.25214 4.31836 4.25275 4.375 4.25275C4.43165 4.25275 4.49302 4.25214 4.55818 4.2515C4.91425 4.24799 5.38327 4.24336 5.81023 4.33032C6.36343 4.44299 6.94582 4.72349 7.32356 5.37775C7.50093 5.68496 7.56699 6.01092 7.59682 6.3401C7.62503 6.65139 7.62502 7.03074 7.625 7.47052L7.625 16.535C7.62502 16.9748 7.62503 17.3541 7.59682 17.6654C7.56698 17.9946 7.50093 18.3205 7.32356 18.6278C6.94582 19.282 6.36343 19.5625 5.81023 19.6752C5.38327 19.7621 4.91425 19.7575 4.55818 19.754H4.55814C4.493 19.7534 4.43163 19.7528 4.375 19.7528C4.31837 19.7528 4.25701 19.7534 4.19186 19.754H4.19182C3.83575 19.7575 3.36673 19.7621 2.93977 19.6752C2.38658 19.5625 1.80418 19.282 1.42644 18.6278C1.24908 18.3205 1.18302 17.9946 1.15318 17.6654C1.12497 17.3541 1.12498 16.9748 1.125 16.535V16.535V7.47053V7.47047C1.12498 7.03071 1.12497 6.65138 1.15318 6.3401C1.18302 6.01092 1.24908 5.68496 1.42645 5.37775C1.80418 4.72349 2.38658 4.44299 2.93977 4.33032C3.36673 4.24336 3.83575 4.24799 4.19182 4.2515Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.874 1C22.4263 1 22.874 1.44772 22.874 2V22C22.874 22.5523 22.4263 23 21.874 23C21.3217 23 20.874 22.5523 20.874 22V2C20.874 1.44772 21.3217 1 21.874 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.875 1C10.4273 1 10.875 1.44772 10.875 2V22C10.875 22.5523 10.4273 23 9.875 23C9.32272 23 8.875 22.5523 8.875 22V2C8.875 1.44772 9.32272 1 9.875 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.1918 7.2515C16.257 7.25214 16.3184 7.25275 16.375 7.25275C16.4316 7.25275 16.493 7.25214 16.5582 7.2515C16.9143 7.24799 17.3833 7.24336 17.8102 7.33032C18.3634 7.44299 18.9458 7.72349 19.3236 8.37775C19.5009 8.68496 19.567 9.01092 19.5968 9.3401C19.625 9.65139 19.625 10.0307 19.625 10.4705V13.535C19.625 13.9748 19.625 14.3541 19.5968 14.6654C19.567 14.9946 19.5009 15.3205 19.3236 15.6278C18.9458 16.282 18.3634 16.5625 17.8102 16.6752C17.3833 16.7621 16.9143 16.7575 16.5582 16.754H16.5581C16.493 16.7534 16.4316 16.7528 16.375 16.7528C16.3184 16.7528 16.257 16.7534 16.1919 16.754H16.1918C15.8357 16.7575 15.3667 16.7621 14.9398 16.6752C14.3866 16.5625 13.8042 16.282 13.4264 15.6278C13.2491 15.3205 13.183 14.9946 13.1532 14.6654C13.125 14.3541 13.125 13.9748 13.125 13.535V13.535V10.4705V10.4705C13.125 10.0307 13.125 9.65138 13.1532 9.3401C13.183 9.01092 13.2491 8.68496 13.4264 8.37775C13.8042 7.72349 14.3866 7.44299 14.9398 7.33032C15.3667 7.24336 15.8357 7.24799 16.1918 7.2515Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.19182 4.2515C4.25698 4.25214 4.31836 4.25275 4.375 4.25275C4.43165 4.25275 4.49302 4.25214 4.55818 4.2515C4.91425 4.24799 5.38327 4.24336 5.81023 4.33032C6.36343 4.44299 6.94582 4.72349 7.32356 5.37775C7.50093 5.68496 7.56699 6.01092 7.59682 6.3401C7.62503 6.65139 7.62502 7.03074 7.625 7.47052L7.625 16.535C7.62502 16.9748 7.62503 17.3541 7.59682 17.6654C7.56698 17.9946 7.50093 18.3205 7.32356 18.6278C6.94582 19.282 6.36343 19.5625 5.81023 19.6752C5.38327 19.7621 4.91425 19.7575 4.55818 19.754H4.55814C4.493 19.7534 4.43163 19.7528 4.375 19.7528C4.31837 19.7528 4.25701 19.7534 4.19186 19.754H4.19182C3.83575 19.7575 3.36673 19.7621 2.93977 19.6752C2.38658 19.5625 1.80418 19.282 1.42644 18.6278C1.24908 18.3205 1.18302 17.9946 1.15318 17.6654C1.12497 17.3541 1.12498 16.9748 1.125 16.535V16.535V7.47053V7.47047C1.12498 7.03071 1.12497 6.65138 1.15318 6.3401C1.18302 6.01092 1.24908 5.68496 1.42645 5.37775C1.80418 4.72349 2.38658 4.44299 2.93977 4.33032C3.36673 4.24336 3.83575 4.24799 4.19182 4.2515Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-distribute-vertical-bottom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21.875C1 21.3227 1.44772 20.875 2 20.875L22 20.875C22.5523 20.875 23 21.3227 23 21.875C23 22.4273 22.5523 22.875 22 22.875H2C1.44772 22.875 1 22.4273 1 21.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 9.875C1 9.32272 1.44772 8.875 2 8.875L22 8.875C22.5523 8.875 23 9.32272 23 9.875C23 10.4273 22.5523 10.875 22 10.875H2C1.44772 10.875 1 10.4273 1 9.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.535 1.125C13.9748 1.12498 14.3541 1.12497 14.6654 1.15318C14.9946 1.18302 15.3205 1.24908 15.6278 1.42644C16.282 1.80418 16.5625 2.38658 16.6752 2.93977C16.7621 3.36673 16.7575 3.83575 16.754 4.19182V4.19186C16.7534 4.25701 16.7528 4.31837 16.7528 4.375C16.7528 4.43163 16.7534 4.493 16.754 4.55814V4.55818C16.7575 4.91425 16.7621 5.38327 16.6752 5.81023C16.5625 6.36343 16.282 6.94582 15.6278 7.32356C15.3205 7.50093 14.9946 7.56698 14.6654 7.59682C14.3541 7.62503 13.9748 7.62502 13.535 7.625H10.4705C10.0307 7.62502 9.65139 7.62503 9.3401 7.59682C9.01092 7.56699 8.68496 7.50093 8.37775 7.32356C7.72349 6.94582 7.44299 6.36343 7.33032 5.81023C7.24336 5.38327 7.24799 4.91425 7.2515 4.55818C7.25214 4.49302 7.25275 4.43165 7.25275 4.375C7.25275 4.31836 7.25214 4.25698 7.2515 4.19182C7.24799 3.83575 7.24336 3.36673 7.33032 2.93977C7.44299 2.38658 7.72349 1.80418 8.37775 1.42644C8.68496 1.24908 9.01092 1.18302 9.3401 1.15318C9.65139 1.12497 10.0307 1.12498 10.4705 1.125H10.4705H13.535H13.535Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6654 13.1532C17.9946 13.183 18.3205 13.2491 18.6278 13.4264C19.282 13.8042 19.5625 14.3866 19.6752 14.9398C19.7621 15.3667 19.7575 15.8357 19.754 16.1918V16.1919C19.7534 16.257 19.7528 16.3184 19.7528 16.375C19.7528 16.4316 19.7534 16.493 19.754 16.5581V16.5582C19.7575 16.9143 19.7621 17.3833 19.6752 17.8102C19.5625 18.3634 19.282 18.9458 18.6278 19.3236C18.3205 19.5009 17.9946 19.567 17.6654 19.5968C17.3541 19.625 16.9748 19.625 16.535 19.625L7.47052 19.625C7.03074 19.625 6.65139 19.625 6.3401 19.5968C6.01092 19.567 5.68496 19.5009 5.37775 19.3236C4.72349 18.9458 4.44299 18.3634 4.33032 17.8102C4.24336 17.3833 4.24799 16.9143 4.2515 16.5582C4.25214 16.493 4.25275 16.4316 4.25275 16.375C4.25275 16.3184 4.25214 16.257 4.2515 16.1918C4.24799 15.8357 4.24336 15.3667 4.33032 14.9398C4.44299 14.3866 4.72349 13.8042 5.37775 13.4264C5.68496 13.2491 6.01092 13.183 6.3401 13.1532C6.65138 13.125 7.0307 13.125 7.47047 13.125H7.47052H16.535H16.535C16.9748 13.125 17.3541 13.125 17.6654 13.1532Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21.875C1 21.3227 1.44772 20.875 2 20.875L22 20.875C22.5523 20.875 23 21.3227 23 21.875C23 22.4273 22.5523 22.875 22 22.875H2C1.44772 22.875 1 22.4273 1 21.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 9.875C1 9.32272 1.44772 8.875 2 8.875L22 8.875C22.5523 8.875 23 9.32272 23 9.875C23 10.4273 22.5523 10.875 22 10.875H2C1.44772 10.875 1 10.4273 1 9.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.535 1.125C13.9748 1.12498 14.3541 1.12497 14.6654 1.15318C14.9946 1.18302 15.3205 1.24908 15.6278 1.42644C16.282 1.80418 16.5625 2.38658 16.6752 2.93977C16.7621 3.36673 16.7575 3.83575 16.754 4.19182V4.19186C16.7534 4.25701 16.7528 4.31837 16.7528 4.375C16.7528 4.43163 16.7534 4.493 16.754 4.55814V4.55818C16.7575 4.91425 16.7621 5.38327 16.6752 5.81023C16.5625 6.36343 16.282 6.94582 15.6278 7.32356C15.3205 7.50093 14.9946 7.56698 14.6654 7.59682C14.3541 7.62503 13.9748 7.62502 13.535 7.625H10.4705C10.0307 7.62502 9.65139 7.62503 9.3401 7.59682C9.01092 7.56699 8.68496 7.50093 8.37775 7.32356C7.72349 6.94582 7.44299 6.36343 7.33032 5.81023C7.24336 5.38327 7.24799 4.91425 7.2515 4.55818C7.25214 4.49302 7.25275 4.43165 7.25275 4.375C7.25275 4.31836 7.25214 4.25698 7.2515 4.19182C7.24799 3.83575 7.24336 3.36673 7.33032 2.93977C7.44299 2.38658 7.72349 1.80418 8.37775 1.42644C8.68496 1.24908 9.01092 1.18302 9.3401 1.15318C9.65139 1.12497 10.0307 1.12498 10.4705 1.125H10.4705H13.535H13.535Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6654 13.1532C17.9946 13.183 18.3205 13.2491 18.6278 13.4264C19.282 13.8042 19.5625 14.3866 19.6752 14.9398C19.7621 15.3667 19.7575 15.8357 19.754 16.1918V16.1919C19.7534 16.257 19.7528 16.3184 19.7528 16.375C19.7528 16.4316 19.7534 16.493 19.754 16.5581V16.5582C19.7575 16.9143 19.7621 17.3833 19.6752 17.8102C19.5625 18.3634 19.282 18.9458 18.6278 19.3236C18.3205 19.5009 17.9946 19.567 17.6654 19.5968C17.3541 19.625 16.9748 19.625 16.535 19.625L7.47052 19.625C7.03074 19.625 6.65139 19.625 6.3401 19.5968C6.01092 19.567 5.68496 19.5009 5.37775 19.3236C4.72349 18.9458 4.44299 18.3634 4.33032 17.8102C4.24336 17.3833 4.24799 16.9143 4.2515 16.5582C4.25214 16.493 4.25275 16.4316 4.25275 16.375C4.25275 16.3184 4.25214 16.257 4.2515 16.1918C4.24799 15.8357 4.24336 15.3667 4.33032 14.9398C4.44299 14.3866 4.72349 13.8042 5.37775 13.4264C5.68496 13.2491 6.01092 13.183 6.3401 13.1532C6.65138 13.125 7.0307 13.125 7.47047 13.125H7.47052H16.535H16.535C16.9748 13.125 17.3541 13.125 17.6654 13.1532Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-distribute-vertical-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 17C1 16.4477 1.44772 16 2 16L5 16C5.55228 16 6 16.4477 6 17C6 17.5523 5.55228 18 5 18L2 18C1.44772 18 1 17.5523 1 17ZM18 17C18 16.4477 18.4477 16 19 16L22 16C22.5523 16 23 16.4477 23 17C23 17.5523 22.5523 18 22 18L19 18C18.4477 18 18 17.5523 18 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.2515 7.18318C7.25214 7.11802 7.25275 7.05664 7.25275 7C7.25275 6.94335 7.25214 6.88198 7.2515 6.81682C7.24799 6.46075 7.24336 5.99173 7.33032 5.56477C7.44299 5.01157 7.72349 4.42918 8.37775 4.05144C8.68496 3.87407 9.01092 3.80801 9.3401 3.77818C9.65139 3.74997 10.0307 3.74998 10.4705 3.75L13.535 3.75C13.9748 3.74998 14.3541 3.74997 14.6654 3.77818C14.9946 3.80802 15.3205 3.87407 15.6278 4.05144C16.282 4.42918 16.5625 5.01157 16.6752 5.56477C16.7621 5.99173 16.7575 6.46075 16.754 6.81682L16.754 6.81686C16.7534 6.882 16.7528 6.94336 16.7528 7C16.7528 7.05663 16.7534 7.11799 16.754 7.18314L16.754 7.18318C16.7575 7.53925 16.7621 8.00827 16.6752 8.43523C16.5625 8.98842 16.282 9.57082 15.6278 9.94856C15.3205 10.1259 14.9946 10.192 14.6654 10.2218C14.3541 10.25 13.9748 10.25 13.535 10.25L13.535 10.25L10.4705 10.25L10.4705 10.25C10.0307 10.25 9.65138 10.25 9.3401 10.2218C9.01092 10.192 8.68496 10.1259 8.37775 9.94856C7.72349 9.57082 7.44299 8.98842 7.33032 8.43523C7.24336 8.00827 7.24799 7.53925 7.2515 7.18318Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.2515 17.1832C4.25214 17.118 4.25275 17.0566 4.25275 17C4.25275 16.9434 4.25214 16.882 4.2515 16.8168C4.24799 16.4607 4.24336 15.9917 4.33032 15.5648C4.44299 15.0116 4.72349 14.4292 5.37775 14.0514C5.68496 13.8741 6.01092 13.808 6.3401 13.7782C6.65139 13.75 7.03073 13.75 7.47052 13.75L16.535 13.75C16.9748 13.75 17.3541 13.75 17.6654 13.7782C17.9946 13.808 18.3205 13.8741 18.6278 14.0514C19.282 14.4292 19.5625 15.0116 19.6752 15.5648C19.7621 15.9917 19.7575 16.4607 19.754 16.8168L19.754 16.8169C19.7534 16.882 19.7528 16.9434 19.7528 17C19.7528 17.0566 19.7534 17.118 19.754 17.1831L19.754 17.1832C19.7575 17.5393 19.7621 18.0083 19.6752 18.4352C19.5625 18.9884 19.282 19.5708 18.6278 19.9486C18.3205 20.1259 17.9946 20.192 17.6654 20.2218C17.3541 20.25 16.9748 20.25 16.535 20.25L16.535 20.25L7.47053 20.25L7.47047 20.25C7.03071 20.25 6.65138 20.25 6.3401 20.2218C6.01092 20.192 5.68496 20.1259 5.37775 19.9486C4.72349 19.5708 4.44299 18.9884 4.33032 18.4352C4.24336 18.0083 4.24799 17.5393 4.2515 17.1832Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 7C1 6.44771 1.44772 6 2 6L8 6C8.55228 6 9 6.44771 9 7C9 7.55228 8.55228 8 8 8L2 8C1.44772 8 1 7.55228 1 7ZM15 7C15 6.44771 15.4477 6 16 6L22 6C22.5523 6 23 6.44771 23 7C23 7.55228 22.5523 8 22 8L16 8C15.4477 8 15 7.55228 15 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 17C1 16.4477 1.44772 16 2 16L5 16C5.55228 16 6 16.4477 6 17C6 17.5523 5.55228 18 5 18L2 18C1.44772 18 1 17.5523 1 17ZM18 17C18 16.4477 18.4477 16 19 16L22 16C22.5523 16 23 16.4477 23 17C23 17.5523 22.5523 18 22 18L19 18C18.4477 18 18 17.5523 18 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.2515 7.18318C7.25214 7.11802 7.25275 7.05664 7.25275 7C7.25275 6.94335 7.25214 6.88198 7.2515 6.81682C7.24799 6.46075 7.24336 5.99173 7.33032 5.56477C7.44299 5.01157 7.72349 4.42918 8.37775 4.05144C8.68496 3.87407 9.01092 3.80801 9.3401 3.77818C9.65139 3.74997 10.0307 3.74998 10.4705 3.75L13.535 3.75C13.9748 3.74998 14.3541 3.74997 14.6654 3.77818C14.9946 3.80802 15.3205 3.87407 15.6278 4.05144C16.282 4.42918 16.5625 5.01157 16.6752 5.56477C16.7621 5.99173 16.7575 6.46075 16.754 6.81682L16.754 6.81686C16.7534 6.882 16.7528 6.94336 16.7528 7C16.7528 7.05663 16.7534 7.11799 16.754 7.18314L16.754 7.18318C16.7575 7.53925 16.7621 8.00827 16.6752 8.43523C16.5625 8.98842 16.282 9.57082 15.6278 9.94856C15.3205 10.1259 14.9946 10.192 14.6654 10.2218C14.3541 10.25 13.9748 10.25 13.535 10.25L13.535 10.25L10.4705 10.25L10.4705 10.25C10.0307 10.25 9.65138 10.25 9.3401 10.2218C9.01092 10.192 8.68496 10.1259 8.37775 9.94856C7.72349 9.57082 7.44299 8.98842 7.33032 8.43523C7.24336 8.00827 7.24799 7.53925 7.2515 7.18318Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.2515 17.1832C4.25214 17.118 4.25275 17.0566 4.25275 17C4.25275 16.9434 4.25214 16.882 4.2515 16.8168C4.24799 16.4607 4.24336 15.9917 4.33032 15.5648C4.44299 15.0116 4.72349 14.4292 5.37775 14.0514C5.68496 13.8741 6.01092 13.808 6.3401 13.7782C6.65139 13.75 7.03073 13.75 7.47052 13.75L16.535 13.75C16.9748 13.75 17.3541 13.75 17.6654 13.7782C17.9946 13.808 18.3205 13.8741 18.6278 14.0514C19.282 14.4292 19.5625 15.0116 19.6752 15.5648C19.7621 15.9917 19.7575 16.4607 19.754 16.8168L19.754 16.8169C19.7534 16.882 19.7528 16.9434 19.7528 17C19.7528 17.0566 19.7534 17.118 19.754 17.1831L19.754 17.1832C19.7575 17.5393 19.7621 18.0083 19.6752 18.4352C19.5625 18.9884 19.282 19.5708 18.6278 19.9486C18.3205 20.1259 17.9946 20.192 17.6654 20.2218C17.3541 20.25 16.9748 20.25 16.535 20.25L16.535 20.25L7.47053 20.25L7.47047 20.25C7.03071 20.25 6.65138 20.25 6.3401 20.2218C6.01092 20.192 5.68496 20.1259 5.37775 19.9486C4.72349 19.5708 4.44299 18.9884 4.33032 18.4352C4.24336 18.0083 4.24799 17.5393 4.2515 17.1832Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 7C1 6.44771 1.44772 6 2 6L8 6C8.55228 6 9 6.44771 9 7C9 7.55228 8.55228 8 8 8L2 8C1.44772 8 1 7.55228 1 7ZM15 7C15 6.44771 15.4477 6 16 6L22 6C22.5523 6 23 6.44771 23 7C23 7.55228 22.5523 8 22 8L16 8C15.4477 8 15 7.55228 15 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-distribute-vertical-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 2.125C1 2.67728 1.44772 3.125 2 3.125L22 3.125C22.5523 3.125 23 2.67728 23 2.125C23 1.57272 22.5523 1.125 22 1.125H2C1.44772 1.125 1 1.57272 1 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 14.125C1 14.6773 1.44772 15.125 2 15.125L22 15.125C22.5523 15.125 23 14.6773 23 14.125C23 13.5727 22.5523 13.125 22 13.125H2C1.44772 13.125 1 13.5727 1 14.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.535 10.875C13.9748 10.875 14.3541 10.875 14.6654 10.8468C14.9946 10.817 15.3205 10.7509 15.6278 10.5736C16.282 10.1958 16.5625 9.61342 16.6752 9.06023C16.7621 8.63327 16.7575 8.16425 16.754 7.80818V7.80814C16.7534 7.74299 16.7528 7.68163 16.7528 7.625C16.7528 7.56837 16.7534 7.507 16.754 7.44186V7.44182C16.7575 7.08575 16.7621 6.61673 16.6752 6.18977C16.5625 5.63657 16.282 5.05418 15.6278 4.67644C15.3205 4.49907 14.9946 4.43302 14.6654 4.40318C14.3541 4.37497 13.9748 4.37498 13.535 4.375H10.4705C10.0307 4.37498 9.65139 4.37497 9.3401 4.40318C9.01092 4.43301 8.68496 4.49907 8.37775 4.67644C7.72349 5.05418 7.44299 5.63657 7.33032 6.18977C7.24336 6.61673 7.24799 7.08575 7.2515 7.44182C7.25214 7.50698 7.25275 7.56835 7.25275 7.625C7.25275 7.68164 7.25214 7.74302 7.2515 7.80818C7.24799 8.16425 7.24336 8.63327 7.33032 9.06023C7.44299 9.61342 7.72349 10.1958 8.37775 10.5736C8.68496 10.7509 9.01092 10.817 9.3401 10.8468C9.65139 10.875 10.0307 10.875 10.4705 10.875H10.4705H13.535H13.535Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6654 22.8468C17.9946 22.817 18.3205 22.7509 18.6278 22.5736C19.282 22.1958 19.5625 21.6134 19.6752 21.0602C19.7621 20.6333 19.7575 20.1643 19.754 19.8082V19.8081C19.7534 19.743 19.7528 19.6816 19.7528 19.625C19.7528 19.5684 19.7534 19.507 19.754 19.4419V19.4418C19.7575 19.0857 19.7621 18.6167 19.6752 18.1898C19.5625 17.6366 19.282 17.0542 18.6278 16.6764C18.3205 16.4991 17.9946 16.433 17.6654 16.4032C17.3541 16.375 16.9748 16.375 16.535 16.375L7.47052 16.375C7.03074 16.375 6.65139 16.375 6.3401 16.4032C6.01092 16.433 5.68496 16.4991 5.37775 16.6764C4.72349 17.0542 4.44299 17.6366 4.33032 18.1898C4.24336 18.6167 4.24799 19.0857 4.2515 19.4418C4.25214 19.507 4.25275 19.5684 4.25275 19.625C4.25275 19.6816 4.25214 19.743 4.2515 19.8082C4.24799 20.1643 4.24336 20.6333 4.33032 21.0602C4.44299 21.6134 4.72349 22.1958 5.37775 22.5736C5.68496 22.7509 6.01092 22.817 6.3401 22.8468C6.65138 22.875 7.0307 22.875 7.47047 22.875H7.47052H16.535H16.535C16.9748 22.875 17.3541 22.875 17.6654 22.8468Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 2.125C1 2.67728 1.44772 3.125 2 3.125L22 3.125C22.5523 3.125 23 2.67728 23 2.125C23 1.57272 22.5523 1.125 22 1.125H2C1.44772 1.125 1 1.57272 1 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 14.125C1 14.6773 1.44772 15.125 2 15.125L22 15.125C22.5523 15.125 23 14.6773 23 14.125C23 13.5727 22.5523 13.125 22 13.125H2C1.44772 13.125 1 13.5727 1 14.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.535 10.875C13.9748 10.875 14.3541 10.875 14.6654 10.8468C14.9946 10.817 15.3205 10.7509 15.6278 10.5736C16.282 10.1958 16.5625 9.61342 16.6752 9.06023C16.7621 8.63327 16.7575 8.16425 16.754 7.80818V7.80814C16.7534 7.74299 16.7528 7.68163 16.7528 7.625C16.7528 7.56837 16.7534 7.507 16.754 7.44186V7.44182C16.7575 7.08575 16.7621 6.61673 16.6752 6.18977C16.5625 5.63657 16.282 5.05418 15.6278 4.67644C15.3205 4.49907 14.9946 4.43302 14.6654 4.40318C14.3541 4.37497 13.9748 4.37498 13.535 4.375H10.4705C10.0307 4.37498 9.65139 4.37497 9.3401 4.40318C9.01092 4.43301 8.68496 4.49907 8.37775 4.67644C7.72349 5.05418 7.44299 5.63657 7.33032 6.18977C7.24336 6.61673 7.24799 7.08575 7.2515 7.44182C7.25214 7.50698 7.25275 7.56835 7.25275 7.625C7.25275 7.68164 7.25214 7.74302 7.2515 7.80818C7.24799 8.16425 7.24336 8.63327 7.33032 9.06023C7.44299 9.61342 7.72349 10.1958 8.37775 10.5736C8.68496 10.7509 9.01092 10.817 9.3401 10.8468C9.65139 10.875 10.0307 10.875 10.4705 10.875H10.4705H13.535H13.535Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6654 22.8468C17.9946 22.817 18.3205 22.7509 18.6278 22.5736C19.282 22.1958 19.5625 21.6134 19.6752 21.0602C19.7621 20.6333 19.7575 20.1643 19.754 19.8082V19.8081C19.7534 19.743 19.7528 19.6816 19.7528 19.625C19.7528 19.5684 19.7534 19.507 19.754 19.4419V19.4418C19.7575 19.0857 19.7621 18.6167 19.6752 18.1898C19.5625 17.6366 19.282 17.0542 18.6278 16.6764C18.3205 16.4991 17.9946 16.433 17.6654 16.4032C17.3541 16.375 16.9748 16.375 16.535 16.375L7.47052 16.375C7.03074 16.375 6.65139 16.375 6.3401 16.4032C6.01092 16.433 5.68496 16.4991 5.37775 16.6764C4.72349 17.0542 4.44299 17.6366 4.33032 18.1898C4.24336 18.6167 4.24799 19.0857 4.2515 19.4418C4.25214 19.507 4.25275 19.5684 4.25275 19.625C4.25275 19.6816 4.25214 19.743 4.2515 19.8082C4.24799 20.1643 4.24336 20.6333 4.33032 21.0602C4.44299 21.6134 4.72349 22.1958 5.37775 22.5736C5.68496 22.7509 6.01092 22.817 6.3401 22.8468C6.65138 22.875 7.0307 22.875 7.47047 22.875H7.47052H16.535H16.535C16.9748 22.875 17.3541 22.875 17.6654 22.8468Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-drawing-mode{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 3.1875C5.78984 3.1875 3.1875 5.78984 3.1875 9C3.1875 12.2102 5.78984 14.8125 9 14.8125C9.53503 14.8125 9.96875 15.2462 9.96875 15.7812C9.96875 16.3163 9.53503 16.75 9 16.75C4.71979 16.75 1.25 13.2802 1.25 9C1.25 4.71979 4.71979 1.25 9 1.25C13.2802 1.25 16.75 4.71979 16.75 9C16.75 9.53503 16.3163 9.96875 15.7812 9.96875C15.2462 9.96875 14.8125 9.53503 14.8125 9C14.8125 5.78984 12.2102 3.1875 9 3.1875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0549 8.25C17.4225 8.24998 18.5248 8.24996 19.3918 8.36652C20.2919 8.48754 21.0497 8.74643 21.6517 9.34835C22.2536 9.95027 22.5125 10.7081 22.6335 11.6082C22.75 12.4752 22.75 13.5775 22.75 14.9451V14.9451V16.0549V16.0549C22.75 17.4225 22.75 18.5248 22.6335 19.3918C22.5125 20.2919 22.2536 21.0497 21.6517 21.6517C21.0497 22.2536 20.2919 22.5125 19.3918 22.6335C18.5248 22.75 17.4225 22.75 16.0549 22.75H16.0549H14.9451H14.9451C13.5775 22.75 12.4752 22.75 11.6082 22.6335C10.7081 22.5125 9.95027 22.2536 9.34835 21.6517C8.74643 21.0497 8.48754 20.2919 8.36652 19.3918C8.24996 18.5248 8.24998 17.4225 8.25 16.0549V16.0549V14.9451V14.9451C8.24998 13.5775 8.24996 12.4752 8.36652 11.6082C8.48754 10.7081 8.74643 9.95027 9.34835 9.34835C9.95027 8.74643 10.7081 8.48754 11.6082 8.36652C12.4752 8.24996 13.5775 8.24998 14.9451 8.25H14.9451H16.0549H16.0549Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 3.1875C5.78984 3.1875 3.1875 5.78984 3.1875 9C3.1875 12.2102 5.78984 14.8125 9 14.8125C9.53503 14.8125 9.96875 15.2462 9.96875 15.7812C9.96875 16.3163 9.53503 16.75 9 16.75C4.71979 16.75 1.25 13.2802 1.25 9C1.25 4.71979 4.71979 1.25 9 1.25C13.2802 1.25 16.75 4.71979 16.75 9C16.75 9.53503 16.3163 9.96875 15.7812 9.96875C15.2462 9.96875 14.8125 9.53503 14.8125 9C14.8125 5.78984 12.2102 3.1875 9 3.1875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0549 8.25C17.4225 8.24998 18.5248 8.24996 19.3918 8.36652C20.2919 8.48754 21.0497 8.74643 21.6517 9.34835C22.2536 9.95027 22.5125 10.7081 22.6335 11.6082C22.75 12.4752 22.75 13.5775 22.75 14.9451V14.9451V16.0549V16.0549C22.75 17.4225 22.75 18.5248 22.6335 19.3918C22.5125 20.2919 22.2536 21.0497 21.6517 21.6517C21.0497 22.2536 20.2919 22.5125 19.3918 22.6335C18.5248 22.75 17.4225 22.75 16.0549 22.75H16.0549H14.9451H14.9451C13.5775 22.75 12.4752 22.75 11.6082 22.6335C10.7081 22.5125 9.95027 22.2536 9.34835 21.6517C8.74643 21.0497 8.48754 20.2919 8.36652 19.3918C8.24996 18.5248 8.24998 17.4225 8.25 16.0549V16.0549V14.9451V14.9451C8.24998 13.5775 8.24996 12.4752 8.36652 11.6082C8.48754 10.7081 8.74643 9.95027 9.34835 9.34835C9.95027 8.74643 10.7081 8.48754 11.6082 8.36652C12.4752 8.24996 13.5775 8.24998 14.9451 8.25H14.9451H16.0549H16.0549Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-droplet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9223 2.92838C13.2679 1.35721 10.7321 1.35721 9.07766 2.92838C7.79766 4.14397 6.22927 5.81956 4.97628 7.74155C3.72892 9.6549 2.75 11.8797 2.75 14.178C2.75 18.6459 6.25744 23.25 12 23.25C17.7426 23.25 21.25 18.6459 21.25 14.178C21.25 11.8797 20.2711 9.65491 19.0237 7.74155C17.7707 5.81956 16.2023 4.14397 14.9223 2.92838ZM15 14.4999C15 16.1568 13.6569 17.4999 12 17.4999C11.4477 17.4999 11 17.9477 11 18.4999C11 19.0522 11.4477 19.4999 12 19.4999C14.7614 19.4999 17 17.2614 17 14.4999C17 13.9477 16.5523 13.4999 16 13.4999C15.4477 13.4999 15 13.9477 15 14.4999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9223 2.92838C13.2679 1.35721 10.7321 1.35721 9.07766 2.92838C7.79766 4.14397 6.22927 5.81956 4.97628 7.74155C3.72892 9.6549 2.75 11.8797 2.75 14.178C2.75 18.6459 6.25744 23.25 12 23.25C17.7426 23.25 21.25 18.6459 21.25 14.178C21.25 11.8797 20.2711 9.65491 19.0237 7.74155C17.7707 5.81956 16.2023 4.14397 14.9223 2.92838ZM15 14.4999C15 16.1568 13.6569 17.4999 12 17.4999C11.4477 17.4999 11 17.9477 11 18.4999C11 19.0522 11.4477 19.4999 12 19.4999C14.7614 19.4999 17 17.2614 17 14.4999C17 13.9477 16.5523 13.4999 16 13.4999C15.4477 13.4999 15 13.9477 15 14.4999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-edge-style{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 6C2 5.44772 2.44772 5 3 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 10C2 9.44772 2.44772 9 3 9H10.5C11.0523 9 11.5 9.44772 11.5 10C11.5 10.5523 11.0523 11 10.5 11H3C2.44772 11 2 10.5523 2 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5 10C12.5 9.44772 12.9477 9 13.5 9L21 9C21.5523 9 22 9.44772 22 10C22 10.5523 21.5523 11 21 11L13.5 11C12.9477 11 12.5 10.5523 12.5 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 14C2 13.4477 2.44772 13 3 13H7C7.55228 13 8 13.4477 8 14C8 14.5523 7.55228 15 7 15H3C2.44772 15 2 14.5523 2 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 14C9 13.4477 9.44772 13 10 13H14C14.5523 13 15 13.4477 15 14C15 14.5523 14.5523 15 14 15H10C9.44772 15 9 14.5523 9 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 14C16 13.4477 16.4477 13 17 13H21C21.5523 13 22 13.4477 22 14C22 14.5523 21.5523 15 21 15H17C16.4477 15 16 14.5523 16 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 18C2 17.4477 2.44772 17 3 17H5.11765C5.66993 17 6.11765 17.4477 6.11765 18C6.11765 18.5523 5.66993 19 5.11765 19H3C2.44772 19 2 18.5523 2 18ZM7.29412 18C7.29412 17.4477 7.74183 17 8.29412 17H10.4118C10.9641 17 11.4118 17.4477 11.4118 18C11.4118 18.5523 10.9641 19 10.4118 19H8.29412C7.74183 19 7.29412 18.5523 7.29412 18ZM12.5882 18C12.5882 17.4477 13.036 17 13.5882 17H15.7059C16.2582 17 16.7059 17.4477 16.7059 18C16.7059 18.5523 16.2582 19 15.7059 19H13.5882C13.036 19 12.5882 18.5523 12.5882 18ZM17.8824 18C17.8824 17.4477 18.3301 17 18.8824 17H21C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19H18.8824C18.3301 19 17.8824 18.5523 17.8824 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 6C2 5.44772 2.44772 5 3 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 10C2 9.44772 2.44772 9 3 9H10.5C11.0523 9 11.5 9.44772 11.5 10C11.5 10.5523 11.0523 11 10.5 11H3C2.44772 11 2 10.5523 2 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5 10C12.5 9.44772 12.9477 9 13.5 9L21 9C21.5523 9 22 9.44772 22 10C22 10.5523 21.5523 11 21 11L13.5 11C12.9477 11 12.5 10.5523 12.5 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 14C2 13.4477 2.44772 13 3 13H7C7.55228 13 8 13.4477 8 14C8 14.5523 7.55228 15 7 15H3C2.44772 15 2 14.5523 2 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 14C9 13.4477 9.44772 13 10 13H14C14.5523 13 15 13.4477 15 14C15 14.5523 14.5523 15 14 15H10C9.44772 15 9 14.5523 9 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 14C16 13.4477 16.4477 13 17 13H21C21.5523 13 22 13.4477 22 14C22 14.5523 21.5523 15 21 15H17C16.4477 15 16 14.5523 16 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 18C2 17.4477 2.44772 17 3 17H5.11765C5.66993 17 6.11765 17.4477 6.11765 18C6.11765 18.5523 5.66993 19 5.11765 19H3C2.44772 19 2 18.5523 2 18ZM7.29412 18C7.29412 17.4477 7.74183 17 8.29412 17H10.4118C10.9641 17 11.4118 17.4477 11.4118 18C11.4118 18.5523 10.9641 19 10.4118 19H8.29412C7.74183 19 7.29412 18.5523 7.29412 18ZM12.5882 18C12.5882 17.4477 13.036 17 13.5882 17H15.7059C16.2582 17 16.7059 17.4477 16.7059 18C16.7059 18.5523 16.2582 19 15.7059 19H13.5882C13.036 19 12.5882 18.5523 12.5882 18ZM17.8824 18C17.8824 17.4477 18.3301 17 18.8824 17H21C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19H18.8824C18.3301 19 17.8824 18.5523 17.8824 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-edit-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9799 1.33814C18.6382 1.05395 19.3846 1.05395 20.043 1.33814C20.3076 1.45237 20.5299 1.61728 20.745 1.80587C20.9512 1.9866 21.1861 2.22154 21.4653 2.50074L21.4993 2.53471C21.7785 2.81389 22.0134 3.04883 22.1941 3.25496C22.3827 3.47007 22.5476 3.6924 22.6619 3.95701C22.9461 4.61536 22.9461 5.36178 22.6619 6.02013C22.5476 6.28474 22.3827 6.50707 22.1941 6.72218C22.0134 6.9283 21.7785 7.16322 21.4993 7.44237L21.4993 7.44243L16.3602 12.5815L16.3602 12.5815C15.2196 13.7225 14.5141 14.4282 13.6205 14.851C12.7269 15.2737 11.5924 15.3855 9.98688 15.5436L9.19865 15.6214C8.97513 15.6434 8.75349 15.5641 8.59467 15.4053C8.43585 15.2465 8.35657 15.0249 8.37863 14.8014L8.4564 14.0131C8.61455 12.4076 8.72631 11.2731 9.14905 10.3795C9.5718 9.48586 10.2775 8.78038 11.4185 7.63978L16.5575 2.50077C16.8367 2.22156 17.0717 1.9866 17.2778 1.80587C17.4929 1.61728 17.7153 1.45237 17.9799 1.33814Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.125 16.625C1.125 15.1062 2.35622 13.875 3.875 13.875H6.125C6.67728 13.875 7.125 14.3227 7.125 14.875C7.125 15.4273 6.67728 15.875 6.125 15.875H3.875C3.46079 15.875 3.125 16.2108 3.125 16.625C3.125 17.0392 3.46079 17.375 3.875 17.375H13.375C14.8938 17.375 16.125 18.6062 16.125 20.125C16.125 21.6438 14.8938 22.875 13.375 22.875H11.125C10.5727 22.875 10.125 22.4273 10.125 21.875C10.125 21.3227 10.5727 20.875 11.125 20.875H13.375C13.7892 20.875 14.125 20.5392 14.125 20.125C14.125 19.7108 13.7892 19.375 13.375 19.375H3.875C2.35622 19.375 1.125 18.1438 1.125 16.625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9799 1.33814C18.6382 1.05395 19.3846 1.05395 20.043 1.33814C20.3076 1.45237 20.5299 1.61728 20.745 1.80587C20.9512 1.9866 21.1861 2.22154 21.4653 2.50074L21.4993 2.53471C21.7785 2.81389 22.0134 3.04883 22.1941 3.25496C22.3827 3.47007 22.5476 3.6924 22.6619 3.95701C22.9461 4.61536 22.9461 5.36178 22.6619 6.02013C22.5476 6.28474 22.3827 6.50707 22.1941 6.72218C22.0134 6.9283 21.7785 7.16322 21.4993 7.44237L21.4993 7.44243L16.3602 12.5815L16.3602 12.5815C15.2196 13.7225 14.5141 14.4282 13.6205 14.851C12.7269 15.2737 11.5924 15.3855 9.98688 15.5436L9.19865 15.6214C8.97513 15.6434 8.75349 15.5641 8.59467 15.4053C8.43585 15.2465 8.35657 15.0249 8.37863 14.8014L8.4564 14.0131C8.61455 12.4076 8.72631 11.2731 9.14905 10.3795C9.5718 9.48586 10.2775 8.78038 11.4185 7.63978L16.5575 2.50077C16.8367 2.22156 17.0717 1.9866 17.2778 1.80587C17.4929 1.61728 17.7153 1.45237 17.9799 1.33814Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.125 16.625C1.125 15.1062 2.35622 13.875 3.875 13.875H6.125C6.67728 13.875 7.125 14.3227 7.125 14.875C7.125 15.4273 6.67728 15.875 6.125 15.875H3.875C3.46079 15.875 3.125 16.2108 3.125 16.625C3.125 17.0392 3.46079 17.375 3.875 17.375H13.375C14.8938 17.375 16.125 18.6062 16.125 20.125C16.125 21.6438 14.8938 22.875 13.375 22.875H11.125C10.5727 22.875 10.125 22.4273 10.125 21.875C10.125 21.3227 10.5727 20.875 11.125 20.875H13.375C13.7892 20.875 14.125 20.5392 14.125 20.125C14.125 19.7108 13.7892 19.375 13.375 19.375H3.875C2.35622 19.375 1.125 18.1438 1.125 16.625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-edit-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.748 21.75C12.748 21.1977 13.1958 20.75 13.748 20.75L21.748 20.75C22.3003 20.75 22.748 21.1977 22.748 21.75C22.748 22.3023 22.3003 22.75 21.748 22.75L13.748 22.75C13.1958 22.75 12.748 22.3023 12.748 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0527 1.7366C17.8479 1.06772 16.3869 1.0898 15.2023 1.79431C14.8262 2.01799 14.479 2.35124 14.0419 2.81506C13.8559 3.01232 13.763 3.11094 13.7648 3.2326C13.7666 3.35426 13.8634 3.45109 14.0571 3.64476L20.4484 10.036C20.6461 10.2338 20.745 10.3327 20.8689 10.3329C20.9928 10.3332 21.0908 10.236 21.2869 10.0416C21.7077 9.62443 22.0127 9.28622 22.2202 8.92206C22.9038 7.72256 22.9249 6.24777 22.2764 5.02866C22.006 4.52051 21.5507 4.05569 20.8704 3.36116L20.6863 3.17307C20.0083 2.48005 19.5525 2.01406 19.0527 1.7366Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9837 12.2642C19.1909 12.0646 19.2945 11.9648 19.2957 11.8389C19.2969 11.713 19.1952 11.6113 18.9917 11.4078L12.7336 5.14972C12.5262 4.94228 12.4225 4.83856 12.2947 4.84112C12.1669 4.84367 12.0674 4.95146 11.8684 5.16704L4.14251 13.5377C3.02245 14.7509 2.33596 15.4944 1.93411 16.4194C1.53303 17.3425 1.45405 18.3582 1.32491 20.019L1.32469 20.0219C1.32445 20.0248 1.2392 21.1155 1.25236 21.3517C1.26726 21.6191 1.33095 21.9442 1.57916 22.2259C1.82961 22.5101 2.14618 22.6123 2.41271 22.6568C2.64454 22.6955 3.68873 22.7227 3.69083 22.7227C5.58798 22.7727 6.76074 22.8036 7.83921 22.3823C8.91615 21.9617 9.76721 21.1417 11.1481 19.8112L18.9837 12.2642Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.748 21.75C12.748 21.1977 13.1958 20.75 13.748 20.75L21.748 20.75C22.3003 20.75 22.748 21.1977 22.748 21.75C22.748 22.3023 22.3003 22.75 21.748 22.75L13.748 22.75C13.1958 22.75 12.748 22.3023 12.748 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0527 1.7366C17.8479 1.06772 16.3869 1.0898 15.2023 1.79431C14.8262 2.01799 14.479 2.35124 14.0419 2.81506C13.8559 3.01232 13.763 3.11094 13.7648 3.2326C13.7666 3.35426 13.8634 3.45109 14.0571 3.64476L20.4484 10.036C20.6461 10.2338 20.745 10.3327 20.8689 10.3329C20.9928 10.3332 21.0908 10.236 21.2869 10.0416C21.7077 9.62443 22.0127 9.28622 22.2202 8.92206C22.9038 7.72256 22.9249 6.24777 22.2764 5.02866C22.006 4.52051 21.5507 4.05569 20.8704 3.36116L20.6863 3.17307C20.0083 2.48005 19.5525 2.01406 19.0527 1.7366Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9837 12.2642C19.1909 12.0646 19.2945 11.9648 19.2957 11.8389C19.2969 11.713 19.1952 11.6113 18.9917 11.4078L12.7336 5.14972C12.5262 4.94228 12.4225 4.83856 12.2947 4.84112C12.1669 4.84367 12.0674 4.95146 11.8684 5.16704L4.14251 13.5377C3.02245 14.7509 2.33596 15.4944 1.93411 16.4194C1.53303 17.3425 1.45405 18.3582 1.32491 20.019L1.32469 20.0219C1.32445 20.0248 1.2392 21.1155 1.25236 21.3517C1.26726 21.6191 1.33095 21.9442 1.57916 22.2259C1.82961 22.5101 2.14618 22.6123 2.41271 22.6568C2.64454 22.6955 3.68873 22.7227 3.69083 22.7227C5.58798 22.7727 6.76074 22.8036 7.83921 22.3823C8.91615 21.9617 9.76721 21.1417 11.1481 19.8112L18.9837 12.2642Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-edit-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0527 1.7366C17.8479 1.06772 16.3869 1.0898 15.2023 1.79431C14.8262 2.01799 14.479 2.35124 14.0419 2.81506C13.8559 3.01231 13.763 3.11094 13.7648 3.2326C13.7666 3.35426 13.8634 3.45109 14.0571 3.64476L20.4484 10.036C20.6461 10.2338 20.745 10.3327 20.8689 10.3329C20.9928 10.3332 21.0908 10.236 21.2869 10.0416C21.7077 9.62443 22.0127 9.28622 22.2202 8.92206C22.9038 7.72256 22.9249 6.24777 22.2764 5.02866C22.006 4.52051 21.5507 4.05569 20.8704 3.36116L20.6863 3.17307C20.0083 2.48005 19.5525 2.01406 19.0527 1.7366Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.7336 5.14972L18.9917 11.4078C19.1952 11.6113 19.2969 11.713 19.2957 11.8389C19.2945 11.9648 19.1909 12.0646 18.9837 12.2642L17.5736 13.6223C17.4559 13.7357 17.269 13.734 17.1534 13.6184L10.5525 7.01747C10.4386 6.90361 10.4349 6.72018 10.5441 6.60186L11.8684 5.16704C12.0674 4.95146 12.1669 4.84367 12.2947 4.84112C12.4225 4.83856 12.5262 4.94228 12.7336 5.14972Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.14251 13.5377C3.02245 14.7509 2.33596 15.4944 1.93411 16.4194C1.53303 17.3425 1.45405 18.3582 1.32491 20.019L1.32469 20.0219C1.32445 20.0248 1.2392 21.1155 1.25236 21.3517C1.26726 21.6191 1.33095 21.9442 1.57916 22.2259C1.82961 22.5101 2.14618 22.6123 2.41271 22.6568C2.64454 22.6955 3.68873 22.7227 3.69083 22.7227C5.58798 22.7727 6.76074 22.8036 7.83921 22.3823C8.91615 21.9617 9.76721 21.1417 11.1481 19.8112L15.3405 15.7732C15.4614 15.6568 15.4632 15.4637 15.3445 15.345L8.8725 8.87303C8.75201 8.75255 8.55548 8.75648 8.43992 8.88169L4.14251 13.5377Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0527 1.7366C17.8479 1.06772 16.3869 1.0898 15.2023 1.79431C14.8262 2.01799 14.479 2.35124 14.0419 2.81506C13.8559 3.01231 13.763 3.11094 13.7648 3.2326C13.7666 3.35426 13.8634 3.45109 14.0571 3.64476L20.4484 10.036C20.6461 10.2338 20.745 10.3327 20.8689 10.3329C20.9928 10.3332 21.0908 10.236 21.2869 10.0416C21.7077 9.62443 22.0127 9.28622 22.2202 8.92206C22.9038 7.72256 22.9249 6.24777 22.2764 5.02866C22.006 4.52051 21.5507 4.05569 20.8704 3.36116L20.6863 3.17307C20.0083 2.48005 19.5525 2.01406 19.0527 1.7366Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.7336 5.14972L18.9917 11.4078C19.1952 11.6113 19.2969 11.713 19.2957 11.8389C19.2945 11.9648 19.1909 12.0646 18.9837 12.2642L17.5736 13.6223C17.4559 13.7357 17.269 13.734 17.1534 13.6184L10.5525 7.01747C10.4386 6.90361 10.4349 6.72018 10.5441 6.60186L11.8684 5.16704C12.0674 4.95146 12.1669 4.84367 12.2947 4.84112C12.4225 4.83856 12.5262 4.94228 12.7336 5.14972Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.14251 13.5377C3.02245 14.7509 2.33596 15.4944 1.93411 16.4194C1.53303 17.3425 1.45405 18.3582 1.32491 20.019L1.32469 20.0219C1.32445 20.0248 1.2392 21.1155 1.25236 21.3517C1.26726 21.6191 1.33095 21.9442 1.57916 22.2259C1.82961 22.5101 2.14618 22.6123 2.41271 22.6568C2.64454 22.6955 3.68873 22.7227 3.69083 22.7227C5.58798 22.7727 6.76074 22.8036 7.83921 22.3823C8.91615 21.9617 9.76721 21.1417 11.1481 19.8112L15.3405 15.7732C15.4614 15.6568 15.4632 15.4637 15.3445 15.345L8.8725 8.87303C8.75201 8.75255 8.55548 8.75648 8.43992 8.88169L4.14251 13.5377Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-ellipse-selection{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9686 4.00098C11.1063 4.53584 10.7843 5.08102 10.2494 5.21868C7.79104 5.85142 5.85337 7.78909 5.22063 10.2475C5.08297 10.7823 4.53779 11.1043 4.00294 10.9666C3.46808 10.829 3.1461 10.2838 3.28376 9.74895C4.09813 6.58489 6.58685 4.09618 9.7509 3.2818C10.2858 3.14414 10.8309 3.46613 10.9686 4.00098ZM13.0317 4.00098C13.1694 3.46613 13.7146 3.14414 14.2494 3.2818C17.4135 4.09618 19.9022 6.58489 20.7166 9.74895C20.8542 10.2838 20.5322 10.829 19.9974 10.9666C19.4625 11.1043 18.9173 10.7823 18.7797 10.2475C18.1469 7.78909 16.2093 5.85142 13.7509 5.21868C13.216 5.08102 12.8941 4.53584 13.0317 4.00098ZM4.00294 13.0298C4.53779 12.8921 5.08297 13.2141 5.22063 13.7489C5.85337 16.2073 7.79104 18.145 10.2494 18.7777C10.7843 18.9154 11.1063 19.4606 10.9686 19.9954C10.8309 20.5303 10.2858 20.8523 9.7509 20.7146C6.58685 19.9002 4.09813 17.4115 3.28376 14.2475C3.1461 13.7126 3.46808 13.1674 4.00294 13.0298ZM19.9974 13.0298C20.5322 13.1674 20.8542 13.7126 20.7166 14.2475C19.9022 17.4115 17.4135 19.9002 14.2494 20.7146C13.7146 20.8523 13.1694 20.5303 13.0317 19.9954C12.8941 19.4606 13.216 18.9154 13.7509 18.7777C16.2093 18.145 18.1469 16.2073 18.7797 13.7489C18.9173 13.2141 19.4625 12.8921 19.9974 13.0298Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9553 1.25L12 1.25001L12.0448 1.25C12.4776 1.24995 12.8744 1.24991 13.1972 1.29331C13.5527 1.3411 13.9284 1.45355 14.2374 1.76257C14.5465 2.07159 14.6589 2.44732 14.7067 2.8028C14.7501 3.12561 14.7501 3.52244 14.75 3.95525V3.95526L14.75 4.00001L14.75 4.04475V4.04476C14.7501 4.47758 14.7501 4.8744 14.7067 5.19721C14.6589 5.55269 14.5465 5.92842 14.2374 6.23744C13.9284 6.54647 13.5527 6.65891 13.1972 6.70671C12.8744 6.75011 12.4776 6.75006 12.0448 6.75001H12.0447L12 6.75001L11.9553 6.75001H11.9552C11.5224 6.75006 11.1256 6.75011 10.8028 6.70671C10.4473 6.65891 10.0716 6.54647 9.76257 6.23744C9.45355 5.92842 9.3411 5.55269 9.29331 5.19721C9.24991 4.8744 9.24995 4.47757 9.25 4.04475L9.25001 4.00001L9.25 3.95526C9.24995 3.52244 9.24991 3.12561 9.29331 2.8028C9.3411 2.44732 9.45355 2.07159 9.76257 1.76257C10.0716 1.45355 10.4473 1.3411 10.8028 1.29331C11.1256 1.24991 11.5224 1.24995 11.9553 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9553 17.25L12 17.25L12.0448 17.25C12.4776 17.25 12.8744 17.2499 13.1972 17.2933C13.5527 17.3411 13.9284 17.4535 14.2374 17.7626C14.5465 18.0716 14.6589 18.4473 14.7067 18.8028C14.7501 19.1256 14.7501 19.5224 14.75 19.9553V19.9553L14.75 20L14.75 20.0448V20.0448C14.7501 20.4776 14.7501 20.8744 14.7067 21.1972C14.6589 21.5527 14.5465 21.9284 14.2374 22.2374C13.9284 22.5465 13.5527 22.6589 13.1972 22.7067C12.8744 22.7501 12.4776 22.7501 12.0448 22.75H12.0447L12 22.75L11.9553 22.75H11.9552C11.5224 22.7501 11.1256 22.7501 10.8028 22.7067C10.4473 22.6589 10.0716 22.5465 9.76257 22.2374C9.45355 21.9284 9.3411 21.5527 9.29331 21.1972C9.24991 20.8744 9.24995 20.4776 9.25 20.0448L9.25001 20L9.25 19.9553C9.24995 19.5224 9.24991 19.1256 9.29331 18.8028C9.3411 18.4473 9.45355 18.0716 9.76257 17.7626C10.0716 17.4535 10.4473 17.3411 10.8028 17.2933C11.1256 17.2499 11.5224 17.25 11.9553 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9553 9.25L20 9.25001L20.0448 9.25C20.4776 9.24995 20.8744 9.24991 21.1972 9.29331C21.5527 9.3411 21.9284 9.45355 22.2374 9.76257C22.5465 10.0716 22.6589 10.4473 22.7067 10.8028C22.7501 11.1256 22.7501 11.5224 22.75 11.9553V11.9553L22.75 12L22.75 12.0448V12.0448C22.7501 12.4776 22.7501 12.8744 22.7067 13.1972C22.6589 13.5527 22.5465 13.9284 22.2374 14.2374C21.9284 14.5465 21.5527 14.6589 21.1972 14.7067C20.8744 14.7501 20.4776 14.7501 20.0448 14.75H20.0447L20 14.75L19.9553 14.75H19.9553C19.5224 14.7501 19.1256 14.7501 18.8028 14.7067C18.4473 14.6589 18.0716 14.5465 17.7626 14.2374C17.4535 13.9284 17.3411 13.5527 17.2933 13.1972C17.2499 12.8744 17.25 12.4776 17.25 12.0448L17.25 12L17.25 11.9553C17.25 11.5224 17.2499 11.1256 17.2933 10.8028C17.3411 10.4473 17.4535 10.0716 17.7626 9.76257C18.0716 9.45355 18.4473 9.3411 18.8028 9.29331C19.1256 9.24991 19.5224 9.24995 19.9553 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95526 9.25L4.00001 9.25001L4.04475 9.25C4.47757 9.24995 4.8744 9.24991 5.19721 9.29331C5.55269 9.3411 5.92842 9.45355 6.23744 9.76257C6.54647 10.0716 6.65891 10.4473 6.70671 10.8028C6.75011 11.1256 6.75006 11.5224 6.75001 11.9553V11.9553L6.75001 12L6.75001 12.0448V12.0448C6.75006 12.4776 6.75011 12.8744 6.70671 13.1972C6.65891 13.5527 6.54647 13.9284 6.23744 14.2374C5.92842 14.5465 5.55269 14.6589 5.19721 14.7067C4.8744 14.7501 4.47758 14.7501 4.04476 14.75H4.04475L4.00001 14.75L3.95526 14.75H3.95525C3.52244 14.7501 3.12561 14.7501 2.8028 14.7067C2.44732 14.6589 2.07159 14.5465 1.76257 14.2374C1.45355 13.9284 1.3411 13.5527 1.29331 13.1972C1.24991 12.8744 1.24995 12.4776 1.25 12.0448L1.25001 12L1.25 11.9553C1.24995 11.5224 1.24991 11.1256 1.29331 10.8028C1.3411 10.4473 1.45355 10.0716 1.76257 9.76257C2.07159 9.45355 2.44732 9.3411 2.8028 9.29331C3.12561 9.24991 3.52244 9.24995 3.95526 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9686 4.00098C11.1063 4.53584 10.7843 5.08102 10.2494 5.21868C7.79104 5.85142 5.85337 7.78909 5.22063 10.2475C5.08297 10.7823 4.53779 11.1043 4.00294 10.9666C3.46808 10.829 3.1461 10.2838 3.28376 9.74895C4.09813 6.58489 6.58685 4.09618 9.7509 3.2818C10.2858 3.14414 10.8309 3.46613 10.9686 4.00098ZM13.0317 4.00098C13.1694 3.46613 13.7146 3.14414 14.2494 3.2818C17.4135 4.09618 19.9022 6.58489 20.7166 9.74895C20.8542 10.2838 20.5322 10.829 19.9974 10.9666C19.4625 11.1043 18.9173 10.7823 18.7797 10.2475C18.1469 7.78909 16.2093 5.85142 13.7509 5.21868C13.216 5.08102 12.8941 4.53584 13.0317 4.00098ZM4.00294 13.0298C4.53779 12.8921 5.08297 13.2141 5.22063 13.7489C5.85337 16.2073 7.79104 18.145 10.2494 18.7777C10.7843 18.9154 11.1063 19.4606 10.9686 19.9954C10.8309 20.5303 10.2858 20.8523 9.7509 20.7146C6.58685 19.9002 4.09813 17.4115 3.28376 14.2475C3.1461 13.7126 3.46808 13.1674 4.00294 13.0298ZM19.9974 13.0298C20.5322 13.1674 20.8542 13.7126 20.7166 14.2475C19.9022 17.4115 17.4135 19.9002 14.2494 20.7146C13.7146 20.8523 13.1694 20.5303 13.0317 19.9954C12.8941 19.4606 13.216 18.9154 13.7509 18.7777C16.2093 18.145 18.1469 16.2073 18.7797 13.7489C18.9173 13.2141 19.4625 12.8921 19.9974 13.0298Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9553 1.25L12 1.25001L12.0448 1.25C12.4776 1.24995 12.8744 1.24991 13.1972 1.29331C13.5527 1.3411 13.9284 1.45355 14.2374 1.76257C14.5465 2.07159 14.6589 2.44732 14.7067 2.8028C14.7501 3.12561 14.7501 3.52244 14.75 3.95525V3.95526L14.75 4.00001L14.75 4.04475V4.04476C14.7501 4.47758 14.7501 4.8744 14.7067 5.19721C14.6589 5.55269 14.5465 5.92842 14.2374 6.23744C13.9284 6.54647 13.5527 6.65891 13.1972 6.70671C12.8744 6.75011 12.4776 6.75006 12.0448 6.75001H12.0447L12 6.75001L11.9553 6.75001H11.9552C11.5224 6.75006 11.1256 6.75011 10.8028 6.70671C10.4473 6.65891 10.0716 6.54647 9.76257 6.23744C9.45355 5.92842 9.3411 5.55269 9.29331 5.19721C9.24991 4.8744 9.24995 4.47757 9.25 4.04475L9.25001 4.00001L9.25 3.95526C9.24995 3.52244 9.24991 3.12561 9.29331 2.8028C9.3411 2.44732 9.45355 2.07159 9.76257 1.76257C10.0716 1.45355 10.4473 1.3411 10.8028 1.29331C11.1256 1.24991 11.5224 1.24995 11.9553 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9553 17.25L12 17.25L12.0448 17.25C12.4776 17.25 12.8744 17.2499 13.1972 17.2933C13.5527 17.3411 13.9284 17.4535 14.2374 17.7626C14.5465 18.0716 14.6589 18.4473 14.7067 18.8028C14.7501 19.1256 14.7501 19.5224 14.75 19.9553V19.9553L14.75 20L14.75 20.0448V20.0448C14.7501 20.4776 14.7501 20.8744 14.7067 21.1972C14.6589 21.5527 14.5465 21.9284 14.2374 22.2374C13.9284 22.5465 13.5527 22.6589 13.1972 22.7067C12.8744 22.7501 12.4776 22.7501 12.0448 22.75H12.0447L12 22.75L11.9553 22.75H11.9552C11.5224 22.7501 11.1256 22.7501 10.8028 22.7067C10.4473 22.6589 10.0716 22.5465 9.76257 22.2374C9.45355 21.9284 9.3411 21.5527 9.29331 21.1972C9.24991 20.8744 9.24995 20.4776 9.25 20.0448L9.25001 20L9.25 19.9553C9.24995 19.5224 9.24991 19.1256 9.29331 18.8028C9.3411 18.4473 9.45355 18.0716 9.76257 17.7626C10.0716 17.4535 10.4473 17.3411 10.8028 17.2933C11.1256 17.2499 11.5224 17.25 11.9553 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9553 9.25L20 9.25001L20.0448 9.25C20.4776 9.24995 20.8744 9.24991 21.1972 9.29331C21.5527 9.3411 21.9284 9.45355 22.2374 9.76257C22.5465 10.0716 22.6589 10.4473 22.7067 10.8028C22.7501 11.1256 22.7501 11.5224 22.75 11.9553V11.9553L22.75 12L22.75 12.0448V12.0448C22.7501 12.4776 22.7501 12.8744 22.7067 13.1972C22.6589 13.5527 22.5465 13.9284 22.2374 14.2374C21.9284 14.5465 21.5527 14.6589 21.1972 14.7067C20.8744 14.7501 20.4776 14.7501 20.0448 14.75H20.0447L20 14.75L19.9553 14.75H19.9553C19.5224 14.7501 19.1256 14.7501 18.8028 14.7067C18.4473 14.6589 18.0716 14.5465 17.7626 14.2374C17.4535 13.9284 17.3411 13.5527 17.2933 13.1972C17.2499 12.8744 17.25 12.4776 17.25 12.0448L17.25 12L17.25 11.9553C17.25 11.5224 17.2499 11.1256 17.2933 10.8028C17.3411 10.4473 17.4535 10.0716 17.7626 9.76257C18.0716 9.45355 18.4473 9.3411 18.8028 9.29331C19.1256 9.24991 19.5224 9.24995 19.9553 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95526 9.25L4.00001 9.25001L4.04475 9.25C4.47757 9.24995 4.8744 9.24991 5.19721 9.29331C5.55269 9.3411 5.92842 9.45355 6.23744 9.76257C6.54647 10.0716 6.65891 10.4473 6.70671 10.8028C6.75011 11.1256 6.75006 11.5224 6.75001 11.9553V11.9553L6.75001 12L6.75001 12.0448V12.0448C6.75006 12.4776 6.75011 12.8744 6.70671 13.1972C6.65891 13.5527 6.54647 13.9284 6.23744 14.2374C5.92842 14.5465 5.55269 14.6589 5.19721 14.7067C4.8744 14.7501 4.47758 14.7501 4.04476 14.75H4.04475L4.00001 14.75L3.95526 14.75H3.95525C3.52244 14.7501 3.12561 14.7501 2.8028 14.7067C2.44732 14.6589 2.07159 14.5465 1.76257 14.2374C1.45355 13.9284 1.3411 13.5527 1.29331 13.1972C1.24991 12.8744 1.24995 12.4776 1.25 12.0448L1.25001 12L1.25 11.9553C1.24995 11.5224 1.24991 11.1256 1.29331 10.8028C1.3411 10.4473 1.45355 10.0716 1.76257 9.76257C2.07159 9.45355 2.44732 9.3411 2.8028 9.29331C3.12561 9.24991 3.52244 9.24995 3.95526 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-eraser-auto{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.62522 1.125C6.00399 1.125 6.35025 1.339 6.51965 1.67779L10.0196 8.67779C10.2666 9.17176 10.0664 9.77244 9.57243 10.0194C9.07845 10.2664 8.47778 10.0662 8.23079 9.57221L7.25217 7.61498H3.99826L3.01965 9.57221C2.77266 10.0662 2.17198 10.2664 1.67801 10.0194C1.18403 9.77244 0.983803 9.17176 1.23079 8.67779L4.73079 1.67779C4.90018 1.339 5.24645 1.125 5.62522 1.125ZM4.99827 5.61498H6.25217L5.62522 4.36107L4.99827 5.61498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.1162 7.37512C17.0986 7.37496 17.081 7.37496 17.0634 7.37512C16.4089 7.38126 15.8676 7.65944 15.3524 8.0561C14.8627 8.4331 14.3179 8.98086 13.6615 9.64071L12.5811 10.7269C12.3826 10.9265 12.2833 11.0263 12.2833 11.1501C12.2833 11.2739 12.3826 11.3736 12.5811 11.5732L18.7082 17.7328C18.9086 17.9343 19.0088 18.0351 19.1335 18.0351C19.2583 18.0351 19.3585 17.9343 19.5589 17.7328L20.591 16.6952C21.258 16.0248 21.8109 15.4689 22.1912 14.9691C22.5916 14.4428 22.8688 13.8937 22.8749 13.2314C22.875 13.2136 22.875 13.1957 22.8749 13.1779C22.8688 12.5156 22.5916 11.9665 22.1912 11.4402C21.8109 10.9404 21.258 10.3846 20.5911 9.71414L20.518 9.6407C19.8617 8.98086 19.3169 8.43309 18.8272 8.0561C18.3119 7.65944 17.7707 7.38126 17.1162 7.37512Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6548 19.6471C17.8533 19.4476 17.9526 19.3478 17.9526 19.224C17.9526 19.1002 17.8533 19.0004 17.6548 18.8008L11.5277 12.6412C11.3272 12.4397 11.227 12.3389 11.1023 12.3389C10.9776 12.3389 10.8773 12.4397 10.6769 12.6412L8.67623 14.6525C8.00108 15.3312 7.44138 15.8938 7.05744 16.4C6.65309 16.9331 6.375 17.4896 6.375 18.1604C6.375 18.8312 6.65309 19.3877 7.05744 19.9208C7.44138 20.427 8.42745 21.4185 9.1026 22.0972C9.34365 22.3408 9.59774 22.5976 9.93196 22.7371C10.2672 22.8771 10.6281 22.8761 10.9686 22.8752H13.3518C13.6924 22.8761 14.0532 22.8771 14.3885 22.7371C14.7227 22.5976 14.9768 22.3408 15.2178 22.0972L17.6548 19.6471Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.62522 1.125C6.00399 1.125 6.35025 1.339 6.51965 1.67779L10.0196 8.67779C10.2666 9.17176 10.0664 9.77244 9.57243 10.0194C9.07845 10.2664 8.47778 10.0662 8.23079 9.57221L7.25217 7.61498H3.99826L3.01965 9.57221C2.77266 10.0662 2.17198 10.2664 1.67801 10.0194C1.18403 9.77244 0.983803 9.17176 1.23079 8.67779L4.73079 1.67779C4.90018 1.339 5.24645 1.125 5.62522 1.125ZM4.99827 5.61498H6.25217L5.62522 4.36107L4.99827 5.61498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.1162 7.37512C17.0986 7.37496 17.081 7.37496 17.0634 7.37512C16.4089 7.38126 15.8676 7.65944 15.3524 8.0561C14.8627 8.4331 14.3179 8.98086 13.6615 9.64071L12.5811 10.7269C12.3826 10.9265 12.2833 11.0263 12.2833 11.1501C12.2833 11.2739 12.3826 11.3736 12.5811 11.5732L18.7082 17.7328C18.9086 17.9343 19.0088 18.0351 19.1335 18.0351C19.2583 18.0351 19.3585 17.9343 19.5589 17.7328L20.591 16.6952C21.258 16.0248 21.8109 15.4689 22.1912 14.9691C22.5916 14.4428 22.8688 13.8937 22.8749 13.2314C22.875 13.2136 22.875 13.1957 22.8749 13.1779C22.8688 12.5156 22.5916 11.9665 22.1912 11.4402C21.8109 10.9404 21.258 10.3846 20.5911 9.71414L20.518 9.6407C19.8617 8.98086 19.3169 8.43309 18.8272 8.0561C18.3119 7.65944 17.7707 7.38126 17.1162 7.37512Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6548 19.6471C17.8533 19.4476 17.9526 19.3478 17.9526 19.224C17.9526 19.1002 17.8533 19.0004 17.6548 18.8008L11.5277 12.6412C11.3272 12.4397 11.227 12.3389 11.1023 12.3389C10.9776 12.3389 10.8773 12.4397 10.6769 12.6412L8.67623 14.6525C8.00108 15.3312 7.44138 15.8938 7.05744 16.4C6.65309 16.9331 6.375 17.4896 6.375 18.1604C6.375 18.8312 6.65309 19.3877 7.05744 19.9208C7.44138 20.427 8.42745 21.4185 9.1026 22.0972C9.34365 22.3408 9.59774 22.5976 9.93196 22.7371C10.2672 22.8771 10.6281 22.8761 10.9686 22.8752H13.3518C13.6924 22.8761 14.0532 22.8771 14.3885 22.7371C14.7227 22.5976 14.9768 22.3408 15.2178 22.0972L17.6548 19.6471Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-eraser{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5182 11.3022C20.1719 10.6347 20.7148 10.0805 21.0873 9.58228C21.48 9.05707 21.7502 8.50925 21.7504 7.85029C21.7506 7.19134 21.4807 6.64337 21.0883 6.11793C20.7161 5.61945 20.1735 5.06493 19.5201 4.3971L18.7038 3.56266C18.0424 2.88659 17.4932 2.32524 16.9989 1.93986C16.4785 1.53425 15.9293 1.2502 15.2633 1.25C14.5972 1.2498 14.0478 1.53353 13.5273 1.93884C13.0327 2.32392 12.4832 2.88493 11.8215 3.56061L9.32516 6.11077C9.13118 6.30894 9.0342 6.40802 9.03418 6.53038C9.03416 6.65275 9.13112 6.75186 9.32504 6.95008L16.1201 13.8957C16.3218 14.1018 16.4226 14.2049 16.5488 14.2049C16.6749 14.205 16.7758 14.102 16.9776 13.8959L19.5182 11.3022Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7385 15.3448C14.9324 15.5429 15.0293 15.642 15.0293 15.7643C15.0293 15.8867 14.9324 15.9858 14.7385 16.1839L12.9447 18.0174C12.3891 18.5858 12.008 18.9756 11.5428 19.2425C11.273 19.3974 10.9856 19.5188 10.6867 19.6042C10.171 19.7514 9.52646 19.7512 8.73792 19.751C7.94939 19.7512 7.3049 19.7514 6.78912 19.6042C6.49029 19.5188 6.20288 19.3974 5.93307 19.2425C5.46788 18.9756 5.08681 18.5858 4.53111 18.0174C3.97251 17.4465 3.25734 16.7155 2.92829 16.291C2.58308 15.8457 2.32802 15.384 2.26707 14.8264C2.24431 14.6182 2.24431 14.408 2.26707 14.1997C2.32802 13.6421 2.58308 13.1804 2.92829 12.7351C3.25733 12.3107 3.72134 11.8364 4.27991 11.2655L7.08579 8.39906C7.28759 8.1929 7.38849 8.08983 7.51466 8.08984C7.64083 8.08986 7.7417 8.19297 7.94344 8.39918L14.7385 15.3448Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.75 21.75C8.75 21.1977 9.19772 20.75 9.75 20.75L20.75 20.75C21.3023 20.75 21.75 21.1977 21.75 21.75C21.75 22.3023 21.3023 22.75 20.75 22.75L9.75 22.75C9.19772 22.75 8.75 22.3023 8.75 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5182 11.3022C20.1719 10.6347 20.7148 10.0805 21.0873 9.58228C21.48 9.05707 21.7502 8.50925 21.7504 7.85029C21.7506 7.19134 21.4807 6.64337 21.0883 6.11793C20.7161 5.61945 20.1735 5.06493 19.5201 4.3971L18.7038 3.56266C18.0424 2.88659 17.4932 2.32524 16.9989 1.93986C16.4785 1.53425 15.9293 1.2502 15.2633 1.25C14.5972 1.2498 14.0478 1.53353 13.5273 1.93884C13.0327 2.32392 12.4832 2.88493 11.8215 3.56061L9.32516 6.11077C9.13118 6.30894 9.0342 6.40802 9.03418 6.53038C9.03416 6.65275 9.13112 6.75186 9.32504 6.95008L16.1201 13.8957C16.3218 14.1018 16.4226 14.2049 16.5488 14.2049C16.6749 14.205 16.7758 14.102 16.9776 13.8959L19.5182 11.3022Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7385 15.3448C14.9324 15.5429 15.0293 15.642 15.0293 15.7643C15.0293 15.8867 14.9324 15.9858 14.7385 16.1839L12.9447 18.0174C12.3891 18.5858 12.008 18.9756 11.5428 19.2425C11.273 19.3974 10.9856 19.5188 10.6867 19.6042C10.171 19.7514 9.52646 19.7512 8.73792 19.751C7.94939 19.7512 7.3049 19.7514 6.78912 19.6042C6.49029 19.5188 6.20288 19.3974 5.93307 19.2425C5.46788 18.9756 5.08681 18.5858 4.53111 18.0174C3.97251 17.4465 3.25734 16.7155 2.92829 16.291C2.58308 15.8457 2.32802 15.384 2.26707 14.8264C2.24431 14.6182 2.24431 14.408 2.26707 14.1997C2.32802 13.6421 2.58308 13.1804 2.92829 12.7351C3.25733 12.3107 3.72134 11.8364 4.27991 11.2655L7.08579 8.39906C7.28759 8.1929 7.38849 8.08983 7.51466 8.08984C7.64083 8.08986 7.7417 8.19297 7.94344 8.39918L14.7385 15.3448Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.75 21.75C8.75 21.1977 9.19772 20.75 9.75 20.75L20.75 20.75C21.3023 20.75 21.75 21.1977 21.75 21.75C21.75 22.3023 21.3023 22.75 20.75 22.75L9.75 22.75C9.19772 22.75 8.75 22.3023 8.75 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-flip-bottom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.8009 9.24701C19.8023 8.74835 19.8014 8.26396 19.7853 7.78431C19.7669 7.23235 20.1881 6.76954 20.7261 6.75059C21.2642 6.73164 21.7153 7.16373 21.7338 7.71569C21.7512 8.23528 21.7519 8.75146 21.7505 9.25299C21.7489 9.80528 21.3111 10.2516 20.7728 10.25C20.2344 10.2483 19.7993 9.79929 19.8009 9.24701ZM20.6902 5.8879C20.2097 6.13692 19.6234 5.93918 19.3806 5.44622C19.0031 4.67966 18.3937 4.05684 17.6447 3.67254C17.1632 3.42547 16.9681 2.82477 17.209 2.33083C17.4498 1.83689 18.0354 1.63676 18.5169 1.88382C19.6407 2.46044 20.5544 3.3943 21.1208 4.54443C21.3635 5.03738 21.1708 5.63887 20.6902 5.8879ZM15.2503 2.25C15.2503 2.80228 14.8138 3.25 14.2755 3.25L9.72634 3.25C9.18797 3.25 8.75154 2.80228 8.75154 2.25C8.75154 1.69771 9.18797 1.25 9.72635 1.25L14.2755 1.25C14.8138 1.25 15.2503 1.69771 15.2503 2.25ZM6.85427 2.31412C7.08894 2.81118 6.88638 3.40927 6.40184 3.65C5.63248 4.03224 5.00631 4.66448 4.62134 5.44622C4.37859 5.93918 3.79225 6.13692 3.31171 5.8879C2.83117 5.63887 2.63841 5.03738 2.88116 4.54442C3.45874 3.37154 4.3976 2.42355 5.55204 1.85C6.03658 1.60926 6.61961 1.81706 6.85427 2.31412ZM3.27584 6.75059C3.8139 6.76954 4.2351 7.23235 4.21663 7.78431C4.20058 8.26396 4.19963 8.74835 4.20108 9.247C4.20269 9.79929 3.76757 10.2483 3.2292 10.25C2.69083 10.2516 2.25309 9.80528 2.25147 9.25299C2.25001 8.75147 2.25077 8.23528 2.26816 7.71569C2.28663 7.16373 2.73779 6.73164 3.27584 6.75059Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5412 18.5062C21.2621 19.8775 20.6072 21.1875 19.1206 22.0465C18.4656 22.4249 17.7324 22.5915 16.8495 22.6716C15.9847 22.75 14.9059 22.75 13.5366 22.75L10.4645 22.75C9.09517 22.75 8.01641 22.75 7.15163 22.6716C6.26871 22.5915 5.53547 22.4249 4.88054 22.0465C3.39387 21.1875 2.73895 19.8775 2.45987 18.5062C2.23414 17.3971 2.24464 16.1828 2.25394 15.1063L2.25394 15.1063L2.25394 15.1061C2.25574 14.8984 2.25749 14.6957 2.25749 14.5C2.25749 13.5469 2.38296 12.6501 2.98343 12.03C3.58971 11.4038 4.49229 11.25 5.50556 11.25L18.4955 11.25C19.5088 11.25 20.4114 11.4038 21.0177 12.03C21.6181 12.6501 21.7436 13.5469 21.7436 14.5C21.7436 14.6958 21.7454 14.8985 21.7471 15.1063C21.7565 16.1828 21.767 17.3971 21.5412 18.5062Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.8009 9.24701C19.8023 8.74835 19.8014 8.26396 19.7853 7.78431C19.7669 7.23235 20.1881 6.76954 20.7261 6.75059C21.2642 6.73164 21.7153 7.16373 21.7338 7.71569C21.7512 8.23528 21.7519 8.75146 21.7505 9.25299C21.7489 9.80528 21.3111 10.2516 20.7728 10.25C20.2344 10.2483 19.7993 9.79929 19.8009 9.24701ZM20.6902 5.8879C20.2097 6.13692 19.6234 5.93918 19.3806 5.44622C19.0031 4.67966 18.3937 4.05684 17.6447 3.67254C17.1632 3.42547 16.9681 2.82477 17.209 2.33083C17.4498 1.83689 18.0354 1.63676 18.5169 1.88382C19.6407 2.46044 20.5544 3.3943 21.1208 4.54443C21.3635 5.03738 21.1708 5.63887 20.6902 5.8879ZM15.2503 2.25C15.2503 2.80228 14.8138 3.25 14.2755 3.25L9.72634 3.25C9.18797 3.25 8.75154 2.80228 8.75154 2.25C8.75154 1.69771 9.18797 1.25 9.72635 1.25L14.2755 1.25C14.8138 1.25 15.2503 1.69771 15.2503 2.25ZM6.85427 2.31412C7.08894 2.81118 6.88638 3.40927 6.40184 3.65C5.63248 4.03224 5.00631 4.66448 4.62134 5.44622C4.37859 5.93918 3.79225 6.13692 3.31171 5.8879C2.83117 5.63887 2.63841 5.03738 2.88116 4.54442C3.45874 3.37154 4.3976 2.42355 5.55204 1.85C6.03658 1.60926 6.61961 1.81706 6.85427 2.31412ZM3.27584 6.75059C3.8139 6.76954 4.2351 7.23235 4.21663 7.78431C4.20058 8.26396 4.19963 8.74835 4.20108 9.247C4.20269 9.79929 3.76757 10.2483 3.2292 10.25C2.69083 10.2516 2.25309 9.80528 2.25147 9.25299C2.25001 8.75147 2.25077 8.23528 2.26816 7.71569C2.28663 7.16373 2.73779 6.73164 3.27584 6.75059Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5412 18.5062C21.2621 19.8775 20.6072 21.1875 19.1206 22.0465C18.4656 22.4249 17.7324 22.5915 16.8495 22.6716C15.9847 22.75 14.9059 22.75 13.5366 22.75L10.4645 22.75C9.09517 22.75 8.01641 22.75 7.15163 22.6716C6.26871 22.5915 5.53547 22.4249 4.88054 22.0465C3.39387 21.1875 2.73895 19.8775 2.45987 18.5062C2.23414 17.3971 2.24464 16.1828 2.25394 15.1063L2.25394 15.1063L2.25394 15.1061C2.25574 14.8984 2.25749 14.6957 2.25749 14.5C2.25749 13.5469 2.38296 12.6501 2.98343 12.03C3.58971 11.4038 4.49229 11.25 5.50556 11.25L18.4955 11.25C19.5088 11.25 20.4114 11.4038 21.0177 12.03C21.6181 12.6501 21.7436 13.5469 21.7436 14.5C21.7436 14.6958 21.7454 14.8985 21.7471 15.1063C21.7565 16.1828 21.767 17.3971 21.5412 18.5062Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-flip-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.75 12.0479C22.75 13.0483 22.75 13.8635 22.68 14.4869C22.6101 15.1098 22.4552 15.724 21.9892 16.1584C21.7219 16.4075 21.3999 16.59 21.0477 16.688C20.4207 16.8623 19.8238 16.6455 19.2859 16.3576C18.7502 16.0708 17.2356 15.0075 17.2356 15.0075L17.2356 15.0075C16.589 14.5537 16.0491 14.1747 15.6595 13.8255C15.2552 13.4632 14.9135 13.0487 14.8 12.4943C14.7333 12.1685 14.7333 11.8319 14.8 11.5061C14.9135 10.9517 15.2552 10.5372 15.6595 10.1749C16.0491 9.82567 16.589 9.44668 17.2356 8.99284C17.2356 8.99284 18.7502 7.92961 19.2859 7.6428C19.8238 7.35489 20.4207 7.13807 21.0477 7.31243C21.3999 7.41035 21.7219 7.59286 21.9892 7.84202C22.4552 8.27638 22.6101 8.89061 22.68 9.51354C22.75 10.1368 22.75 10.9521 22.75 11.9525L22.75 11.9525L22.75 12.0479L22.75 12.0479Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 12.0479C1.24998 13.0483 1.24997 13.8635 1.31995 14.4869C1.38989 15.1098 1.54476 15.724 2.01076 16.1584C2.27806 16.4075 2.60012 16.59 2.9523 16.688C3.57932 16.8623 4.17619 16.6455 4.71405 16.3576C5.24983 16.0708 6.76442 15.0075 6.76442 15.0075L6.76443 15.0075C7.41099 14.5537 7.95093 14.1747 8.34055 13.8255C8.7448 13.4632 9.08646 13.0487 9.19998 12.4943C9.26668 12.1685 9.26668 11.8319 9.19998 11.5061C9.08646 10.9517 8.7448 10.5372 8.34055 10.1749C7.95092 9.82567 7.41098 9.44668 6.76441 8.99284C6.76441 8.99284 5.24984 7.92961 4.71406 7.6428C4.17619 7.35489 3.57933 7.13807 2.95231 7.31243C2.60013 7.41035 2.27806 7.59286 2.01076 7.84202C1.54476 8.27638 1.38989 8.89061 1.31995 9.51354C1.24997 10.1368 1.24998 10.9521 1.25 11.9525L1.25 11.9525L1.25 12.0479L1.25 12.0479Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2C12.5523 2 13 2.44772 13 3L13 6.5C13 7.05228 12.5523 7.5 12 7.5C11.4477 7.5 11 7.05228 11 6.5L11 3C11 2.44772 11.4477 2 12 2ZM12 9C12.5523 9 13 9.44772 13 10L13 14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14L11 10C11 9.44772 11.4477 9 12 9ZM12 16.5C12.5523 16.5 13 16.9477 13 17.5L13 21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21L11 17.5C11 16.9477 11.4477 16.5 12 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.75 12.0479C22.75 13.0483 22.75 13.8635 22.68 14.4869C22.6101 15.1098 22.4552 15.724 21.9892 16.1584C21.7219 16.4075 21.3999 16.59 21.0477 16.688C20.4207 16.8623 19.8238 16.6455 19.2859 16.3576C18.7502 16.0708 17.2356 15.0075 17.2356 15.0075L17.2356 15.0075C16.589 14.5537 16.0491 14.1747 15.6595 13.8255C15.2552 13.4632 14.9135 13.0487 14.8 12.4943C14.7333 12.1685 14.7333 11.8319 14.8 11.5061C14.9135 10.9517 15.2552 10.5372 15.6595 10.1749C16.0491 9.82567 16.589 9.44668 17.2356 8.99284C17.2356 8.99284 18.7502 7.92961 19.2859 7.6428C19.8238 7.35489 20.4207 7.13807 21.0477 7.31243C21.3999 7.41035 21.7219 7.59286 21.9892 7.84202C22.4552 8.27638 22.6101 8.89061 22.68 9.51354C22.75 10.1368 22.75 10.9521 22.75 11.9525L22.75 11.9525L22.75 12.0479L22.75 12.0479Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 12.0479C1.24998 13.0483 1.24997 13.8635 1.31995 14.4869C1.38989 15.1098 1.54476 15.724 2.01076 16.1584C2.27806 16.4075 2.60012 16.59 2.9523 16.688C3.57932 16.8623 4.17619 16.6455 4.71405 16.3576C5.24983 16.0708 6.76442 15.0075 6.76442 15.0075L6.76443 15.0075C7.41099 14.5537 7.95093 14.1747 8.34055 13.8255C8.7448 13.4632 9.08646 13.0487 9.19998 12.4943C9.26668 12.1685 9.26668 11.8319 9.19998 11.5061C9.08646 10.9517 8.7448 10.5372 8.34055 10.1749C7.95092 9.82567 7.41098 9.44668 6.76441 8.99284C6.76441 8.99284 5.24984 7.92961 4.71406 7.6428C4.17619 7.35489 3.57933 7.13807 2.95231 7.31243C2.60013 7.41035 2.27806 7.59286 2.01076 7.84202C1.54476 8.27638 1.38989 8.89061 1.31995 9.51354C1.24997 10.1368 1.24998 10.9521 1.25 11.9525L1.25 11.9525L1.25 12.0479L1.25 12.0479Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2C12.5523 2 13 2.44772 13 3L13 6.5C13 7.05228 12.5523 7.5 12 7.5C11.4477 7.5 11 7.05228 11 6.5L11 3C11 2.44772 11.4477 2 12 2ZM12 9C12.5523 9 13 9.44772 13 10L13 14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14L11 10C11 9.44772 11.4477 9 12 9ZM12 16.5C12.5523 16.5 13 16.9477 13 17.5L13 21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21L11 17.5C11 16.9477 11.4477 16.5 12 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-flip-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.24701 4.2001C8.74835 4.19865 8.26396 4.1996 7.78431 4.21565C7.23235 4.23413 6.76954 3.81292 6.75059 3.27486C6.73164 2.73681 7.16373 2.28566 7.71569 2.26719C8.23528 2.2498 8.75146 2.24903 9.25299 2.2505C9.80528 2.25211 10.2516 2.68985 10.25 3.22822C10.2483 3.76659 9.79929 4.20172 9.24701 4.2001ZM5.8879 3.31074C6.13692 3.79127 5.93918 4.37762 5.44622 4.62037C4.67966 4.99785 4.05684 5.60728 3.67254 6.35624C3.42547 6.83774 2.82477 7.03283 2.33083 6.79199C1.83689 6.55115 1.63676 5.96557 1.88382 5.48408C2.46044 4.36032 3.3943 3.44656 4.54443 2.88019C5.03738 2.63744 5.63888 2.8302 5.8879 3.31074ZM2.25 8.75072C2.80228 8.75072 3.25 9.18715 3.25 9.72553V14.2746C3.25 14.813 2.80228 15.2494 2.25 15.2494C1.69772 15.2494 1.25 14.813 1.25 14.2746V9.72553C1.25 9.18715 1.69772 8.75072 2.25 8.75072ZM2.31412 17.1467C2.81118 16.912 3.40927 17.1146 3.65 17.5991C4.03224 18.3685 4.66448 18.9947 5.44623 19.3796C5.93918 19.6224 6.13692 20.2087 5.8879 20.6893C5.63887 21.1698 5.03738 21.3626 4.54443 21.1198C3.37155 20.5422 2.42355 19.6034 1.85 18.4489C1.60927 17.9644 1.81706 17.3814 2.31412 17.1467ZM6.75059 20.7251C6.76954 20.1871 7.23235 19.7659 7.78431 19.7843C8.26396 19.8004 8.74835 19.8013 9.247 19.7999C9.79929 19.7983 10.2483 20.2334 10.25 20.7718C10.2516 21.3102 9.80528 21.7479 9.25299 21.7495C8.75147 21.751 8.23528 21.7502 7.71569 21.7328C7.16373 21.7143 6.73164 21.2632 6.75059 20.7251Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5062 2.45976C19.8775 2.73883 21.1875 3.39376 22.0465 4.88042C22.4249 5.53536 22.5915 6.2686 22.6716 7.15152C22.75 8.0163 22.75 9.09506 22.75 10.4644V13.5365C22.75 14.9058 22.75 15.9846 22.6716 16.8493C22.5915 17.7323 22.4249 18.4655 22.0465 19.1204C21.1875 20.6071 19.8775 21.262 18.5062 21.5411C17.3971 21.7668 16.1829 21.7563 15.1063 21.747H15.1063H15.1061C14.8984 21.7452 14.6958 21.7435 14.5 21.7435C13.5469 21.7435 12.6501 21.618 12.03 21.0175C11.4038 20.4113 11.25 19.5087 11.25 18.4954V5.50545C11.25 4.49218 11.4038 3.58959 12.03 2.98332C12.6501 2.38285 13.5469 2.25738 14.5 2.25738C14.6958 2.25738 14.8985 2.25563 15.1063 2.25383C16.1828 2.24452 17.3971 2.23402 18.5062 2.45976Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.24701 4.2001C8.74835 4.19865 8.26396 4.1996 7.78431 4.21565C7.23235 4.23413 6.76954 3.81292 6.75059 3.27486C6.73164 2.73681 7.16373 2.28566 7.71569 2.26719C8.23528 2.2498 8.75146 2.24903 9.25299 2.2505C9.80528 2.25211 10.2516 2.68985 10.25 3.22822C10.2483 3.76659 9.79929 4.20172 9.24701 4.2001ZM5.8879 3.31074C6.13692 3.79127 5.93918 4.37762 5.44622 4.62037C4.67966 4.99785 4.05684 5.60728 3.67254 6.35624C3.42547 6.83774 2.82477 7.03283 2.33083 6.79199C1.83689 6.55115 1.63676 5.96557 1.88382 5.48408C2.46044 4.36032 3.3943 3.44656 4.54443 2.88019C5.03738 2.63744 5.63888 2.8302 5.8879 3.31074ZM2.25 8.75072C2.80228 8.75072 3.25 9.18715 3.25 9.72553V14.2746C3.25 14.813 2.80228 15.2494 2.25 15.2494C1.69772 15.2494 1.25 14.813 1.25 14.2746V9.72553C1.25 9.18715 1.69772 8.75072 2.25 8.75072ZM2.31412 17.1467C2.81118 16.912 3.40927 17.1146 3.65 17.5991C4.03224 18.3685 4.66448 18.9947 5.44623 19.3796C5.93918 19.6224 6.13692 20.2087 5.8879 20.6893C5.63887 21.1698 5.03738 21.3626 4.54443 21.1198C3.37155 20.5422 2.42355 19.6034 1.85 18.4489C1.60927 17.9644 1.81706 17.3814 2.31412 17.1467ZM6.75059 20.7251C6.76954 20.1871 7.23235 19.7659 7.78431 19.7843C8.26396 19.8004 8.74835 19.8013 9.247 19.7999C9.79929 19.7983 10.2483 20.2334 10.25 20.7718C10.2516 21.3102 9.80528 21.7479 9.25299 21.7495C8.75147 21.751 8.23528 21.7502 7.71569 21.7328C7.16373 21.7143 6.73164 21.2632 6.75059 20.7251Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5062 2.45976C19.8775 2.73883 21.1875 3.39376 22.0465 4.88042C22.4249 5.53536 22.5915 6.2686 22.6716 7.15152C22.75 8.0163 22.75 9.09506 22.75 10.4644V13.5365C22.75 14.9058 22.75 15.9846 22.6716 16.8493C22.5915 17.7323 22.4249 18.4655 22.0465 19.1204C21.1875 20.6071 19.8775 21.262 18.5062 21.5411C17.3971 21.7668 16.1829 21.7563 15.1063 21.747H15.1063H15.1061C14.8984 21.7452 14.6958 21.7435 14.5 21.7435C13.5469 21.7435 12.6501 21.618 12.03 21.0175C11.4038 20.4113 11.25 19.5087 11.25 18.4954V5.50545C11.25 4.49218 11.4038 3.58959 12.03 2.98332C12.6501 2.38285 13.5469 2.25738 14.5 2.25738C14.6958 2.25738 14.8985 2.25563 15.1063 2.25383C16.1828 2.24452 17.3971 2.23402 18.5062 2.45976Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-flip-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.753 4.2001C15.2516 4.19865 15.736 4.1996 16.2157 4.21565C16.7677 4.23413 17.2305 3.81292 17.2494 3.27486C17.2684 2.73681 16.8363 2.28566 16.2843 2.26719C15.7647 2.2498 15.2485 2.24903 14.747 2.2505C14.1947 2.25211 13.7484 2.68985 13.75 3.22822C13.7517 3.76659 14.2007 4.20172 14.753 4.2001ZM18.1121 3.31074C17.8631 3.79127 18.0608 4.37762 18.5538 4.62037C19.3203 4.99785 19.9432 5.60728 20.3275 6.35624C20.5745 6.83774 21.1752 7.03283 21.6692 6.79199C22.1631 6.55115 22.3632 5.96557 22.1162 5.48408C21.5396 4.36032 20.6057 3.44656 19.4556 2.88019C18.9626 2.63744 18.3611 2.8302 18.1121 3.31074ZM21.75 8.75072C21.1977 8.75072 20.75 9.18715 20.75 9.72553V14.2746C20.75 14.813 21.1977 15.2494 21.75 15.2494C22.3023 15.2494 22.75 14.813 22.75 14.2746V9.72553C22.75 9.18715 22.3023 8.75072 21.75 8.75072ZM21.6859 17.1467C21.1888 16.912 20.5907 17.1146 20.35 17.5991C19.9678 18.3685 19.3355 18.9947 18.5538 19.3796C18.0608 19.6224 17.8631 20.2087 18.1121 20.6893C18.3611 21.1698 18.9626 21.3626 19.4556 21.1198C20.6285 20.5422 21.5764 19.6034 22.15 18.4489C22.3907 17.9644 22.1829 17.3814 21.6859 17.1467ZM17.2494 20.7251C17.2305 20.1871 16.7677 19.7659 16.2157 19.7843C15.736 19.8004 15.2517 19.8013 14.753 19.7999C14.2007 19.7983 13.7517 20.2334 13.75 20.7718C13.7484 21.3102 14.1947 21.7479 14.747 21.7495C15.2485 21.751 15.7647 21.7502 16.2843 21.7328C16.8363 21.7143 17.2684 21.2632 17.2494 20.7251Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.49378 2.45976C4.1225 2.73883 2.81248 3.39376 1.95349 4.88042C1.57508 5.53536 1.40851 6.2686 1.32843 7.15152C1.24999 8.0163 1.24999 9.09506 1.25 10.4644V13.5365C1.24999 14.9058 1.24999 15.9846 1.32843 16.8493C1.40851 17.7323 1.57508 18.4655 1.95349 19.1204C2.81248 20.6071 4.1225 21.262 5.49378 21.5411C6.60294 21.7668 7.81715 21.7563 8.89367 21.747H8.89369H8.89387C9.10163 21.7452 9.30425 21.7435 9.5 21.7435C10.4531 21.7435 11.3499 21.618 11.97 21.0175C12.5962 20.4113 12.75 19.5087 12.75 18.4954V5.50545C12.75 4.49218 12.5962 3.58959 11.97 2.98332C11.3499 2.38285 10.4531 2.25738 9.5 2.25738C9.30419 2.25738 9.10151 2.25563 8.89369 2.25383C7.81717 2.24452 6.60295 2.23402 5.49378 2.45976Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.753 4.2001C15.2516 4.19865 15.736 4.1996 16.2157 4.21565C16.7677 4.23413 17.2305 3.81292 17.2494 3.27486C17.2684 2.73681 16.8363 2.28566 16.2843 2.26719C15.7647 2.2498 15.2485 2.24903 14.747 2.2505C14.1947 2.25211 13.7484 2.68985 13.75 3.22822C13.7517 3.76659 14.2007 4.20172 14.753 4.2001ZM18.1121 3.31074C17.8631 3.79127 18.0608 4.37762 18.5538 4.62037C19.3203 4.99785 19.9432 5.60728 20.3275 6.35624C20.5745 6.83774 21.1752 7.03283 21.6692 6.79199C22.1631 6.55115 22.3632 5.96557 22.1162 5.48408C21.5396 4.36032 20.6057 3.44656 19.4556 2.88019C18.9626 2.63744 18.3611 2.8302 18.1121 3.31074ZM21.75 8.75072C21.1977 8.75072 20.75 9.18715 20.75 9.72553V14.2746C20.75 14.813 21.1977 15.2494 21.75 15.2494C22.3023 15.2494 22.75 14.813 22.75 14.2746V9.72553C22.75 9.18715 22.3023 8.75072 21.75 8.75072ZM21.6859 17.1467C21.1888 16.912 20.5907 17.1146 20.35 17.5991C19.9678 18.3685 19.3355 18.9947 18.5538 19.3796C18.0608 19.6224 17.8631 20.2087 18.1121 20.6893C18.3611 21.1698 18.9626 21.3626 19.4556 21.1198C20.6285 20.5422 21.5764 19.6034 22.15 18.4489C22.3907 17.9644 22.1829 17.3814 21.6859 17.1467ZM17.2494 20.7251C17.2305 20.1871 16.7677 19.7659 16.2157 19.7843C15.736 19.8004 15.2517 19.8013 14.753 19.7999C14.2007 19.7983 13.7517 20.2334 13.75 20.7718C13.7484 21.3102 14.1947 21.7479 14.747 21.7495C15.2485 21.751 15.7647 21.7502 16.2843 21.7328C16.8363 21.7143 17.2684 21.2632 17.2494 20.7251Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.49378 2.45976C4.1225 2.73883 2.81248 3.39376 1.95349 4.88042C1.57508 5.53536 1.40851 6.2686 1.32843 7.15152C1.24999 8.0163 1.24999 9.09506 1.25 10.4644V13.5365C1.24999 14.9058 1.24999 15.9846 1.32843 16.8493C1.40851 17.7323 1.57508 18.4655 1.95349 19.1204C2.81248 20.6071 4.1225 21.262 5.49378 21.5411C6.60294 21.7668 7.81715 21.7563 8.89367 21.747H8.89369H8.89387C9.10163 21.7452 9.30425 21.7435 9.5 21.7435C10.4531 21.7435 11.3499 21.618 11.97 21.0175C12.5962 20.4113 12.75 19.5087 12.75 18.4954V5.50545C12.75 4.49218 12.5962 3.58959 11.97 2.98332C11.3499 2.38285 10.4531 2.25738 9.5 2.25738C9.30419 2.25738 9.10151 2.25563 8.89369 2.25383C7.81717 2.24452 6.60295 2.23402 5.49378 2.45976Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-flip-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.2001 14.753C4.19865 15.2516 4.1996 15.736 4.21565 16.2157C4.23413 16.7677 3.81292 17.2305 3.27486 17.2494C2.73681 17.2684 2.28566 16.8363 2.26718 16.2843C2.2498 15.7647 2.24903 15.2485 2.2505 14.747C2.25211 14.1947 2.68985 13.7484 3.22822 13.75C3.76659 13.7517 4.20172 14.2007 4.2001 14.753ZM3.31074 18.1121C3.79127 17.8631 4.37762 18.0608 4.62037 18.5538C4.99785 19.3203 5.60728 19.9432 6.35624 20.3275C6.83774 20.5745 7.03283 21.1752 6.79199 21.6692C6.55115 22.1631 5.96557 22.3632 5.48408 22.1162C4.36032 21.5396 3.44656 20.6057 2.88019 19.4556C2.63744 18.9626 2.8302 18.3611 3.31074 18.1121ZM8.75072 21.75C8.75072 21.1977 9.18715 20.75 9.72553 20.75L14.2746 20.75C14.813 20.75 15.2494 21.1977 15.2494 21.75C15.2494 22.3023 14.813 22.75 14.2746 22.75L9.72553 22.75C9.18715 22.75 8.75072 22.3023 8.75072 21.75ZM17.1467 21.6859C16.912 21.1888 17.1146 20.5907 17.5991 20.35C18.3685 19.9678 18.9947 19.3355 19.3796 18.5538C19.6224 18.0608 20.2087 17.8631 20.6893 18.1121C21.1698 18.3611 21.3626 18.9626 21.1198 19.4556C20.5422 20.6285 19.6034 21.5764 18.4489 22.15C17.9644 22.3907 17.3814 22.1829 17.1467 21.6859ZM20.7251 17.2494C20.1871 17.2305 19.7659 16.7676 19.7843 16.2157C19.8004 15.736 19.8013 15.2517 19.7999 14.753C19.7983 14.2007 20.2334 13.7517 20.7718 13.75C21.3101 13.7483 21.7479 14.1947 21.7495 14.747C21.751 15.2485 21.7502 15.7647 21.7328 16.2843C21.7143 16.8363 21.2632 17.2684 20.7251 17.2494Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.45976 5.49378C2.73883 4.1225 3.39376 2.81248 4.88042 1.95349C5.53536 1.57508 6.2686 1.40851 7.15152 1.32843C8.01629 1.24999 9.09505 1.24999 10.4644 1.25L13.5365 1.25C14.9058 1.24999 15.9846 1.24999 16.8493 1.32843C17.7323 1.40851 18.4655 1.57507 19.1204 1.95349C20.6071 2.81248 21.262 4.1225 21.5411 5.49378C21.7668 6.60294 21.7563 7.81715 21.747 8.89366L21.747 8.89369L21.747 8.89387C21.7452 9.10162 21.7435 9.30425 21.7435 9.5C21.7435 10.4531 21.618 11.3499 21.0175 11.97C20.4113 12.5962 19.5087 12.75 18.4954 12.75L5.50545 12.75C4.49218 12.75 3.58959 12.5962 2.98332 11.97C2.38285 11.3499 2.25738 10.4531 2.25738 9.5C2.25738 9.30419 2.25563 9.10151 2.25383 8.89369C2.24452 7.81717 2.23402 6.60295 2.45976 5.49378Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.2001 14.753C4.19865 15.2516 4.1996 15.736 4.21565 16.2157C4.23413 16.7677 3.81292 17.2305 3.27486 17.2494C2.73681 17.2684 2.28566 16.8363 2.26718 16.2843C2.2498 15.7647 2.24903 15.2485 2.2505 14.747C2.25211 14.1947 2.68985 13.7484 3.22822 13.75C3.76659 13.7517 4.20172 14.2007 4.2001 14.753ZM3.31074 18.1121C3.79127 17.8631 4.37762 18.0608 4.62037 18.5538C4.99785 19.3203 5.60728 19.9432 6.35624 20.3275C6.83774 20.5745 7.03283 21.1752 6.79199 21.6692C6.55115 22.1631 5.96557 22.3632 5.48408 22.1162C4.36032 21.5396 3.44656 20.6057 2.88019 19.4556C2.63744 18.9626 2.8302 18.3611 3.31074 18.1121ZM8.75072 21.75C8.75072 21.1977 9.18715 20.75 9.72553 20.75L14.2746 20.75C14.813 20.75 15.2494 21.1977 15.2494 21.75C15.2494 22.3023 14.813 22.75 14.2746 22.75L9.72553 22.75C9.18715 22.75 8.75072 22.3023 8.75072 21.75ZM17.1467 21.6859C16.912 21.1888 17.1146 20.5907 17.5991 20.35C18.3685 19.9678 18.9947 19.3355 19.3796 18.5538C19.6224 18.0608 20.2087 17.8631 20.6893 18.1121C21.1698 18.3611 21.3626 18.9626 21.1198 19.4556C20.5422 20.6285 19.6034 21.5764 18.4489 22.15C17.9644 22.3907 17.3814 22.1829 17.1467 21.6859ZM20.7251 17.2494C20.1871 17.2305 19.7659 16.7676 19.7843 16.2157C19.8004 15.736 19.8013 15.2517 19.7999 14.753C19.7983 14.2007 20.2334 13.7517 20.7718 13.75C21.3101 13.7483 21.7479 14.1947 21.7495 14.747C21.751 15.2485 21.7502 15.7647 21.7328 16.2843C21.7143 16.8363 21.2632 17.2684 20.7251 17.2494Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.45976 5.49378C2.73883 4.1225 3.39376 2.81248 4.88042 1.95349C5.53536 1.57508 6.2686 1.40851 7.15152 1.32843C8.01629 1.24999 9.09505 1.24999 10.4644 1.25L13.5365 1.25C14.9058 1.24999 15.9846 1.24999 16.8493 1.32843C17.7323 1.40851 18.4655 1.57507 19.1204 1.95349C20.6071 2.81248 21.262 4.1225 21.5411 5.49378C21.7668 6.60294 21.7563 7.81715 21.747 8.89366L21.747 8.89369L21.747 8.89387C21.7452 9.10162 21.7435 9.30425 21.7435 9.5C21.7435 10.4531 21.618 11.3499 21.0175 11.97C20.4113 12.5962 19.5087 12.75 18.4954 12.75L5.50545 12.75C4.49218 12.75 3.58959 12.5962 2.98332 11.97C2.38285 11.3499 2.25738 10.4531 2.25738 9.5C2.25738 9.30419 2.25563 9.10151 2.25383 8.89369C2.24452 7.81717 2.23402 6.60295 2.45976 5.49378Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-flip-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0479 1.25C13.0483 1.24998 13.8635 1.24997 14.4869 1.31995C15.1098 1.38989 15.724 1.54476 16.1584 2.01076C16.4075 2.27806 16.59 2.60012 16.688 2.9523C16.8623 3.57932 16.6455 4.17619 16.3576 4.71406C16.0708 5.24983 15.0075 6.76442 15.0075 6.76442L15.0075 6.76443C14.5537 7.41099 14.1747 7.95093 13.8255 8.34055C13.4632 8.7448 13.0487 9.08646 12.4943 9.19998C12.1685 9.26668 11.8319 9.26668 11.5061 9.19998C10.9517 9.08646 10.5372 8.7448 10.1749 8.34055C9.82567 7.95092 9.44668 7.41098 8.99284 6.76441C8.99284 6.76441 7.92961 5.24984 7.6428 4.71406C7.35489 4.17619 7.13807 3.57933 7.31243 2.95231C7.41035 2.60013 7.59286 2.27806 7.84202 2.01076C8.27638 1.54476 8.89061 1.38989 9.51354 1.31995C10.1368 1.24997 10.9521 1.24998 11.9525 1.25H11.9525H12.0479H12.0479Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0479 22.75C13.0483 22.75 13.8635 22.75 14.4869 22.68C15.1098 22.6101 15.724 22.4552 16.1584 21.9892C16.4075 21.7219 16.59 21.3999 16.688 21.0477C16.8623 20.4207 16.6455 19.8238 16.3576 19.2859C16.0708 18.7502 15.0075 17.2356 15.0075 17.2356L15.0075 17.2356C14.5537 16.589 14.1747 16.0491 13.8255 15.6595C13.4632 15.2552 13.0487 14.9135 12.4943 14.8C12.1685 14.7333 11.8319 14.7333 11.5061 14.8C10.9517 14.9135 10.5372 15.2552 10.1749 15.6595C9.82567 16.0491 9.44668 16.589 8.99284 17.2356C8.99284 17.2356 7.92961 18.7502 7.6428 19.2859C7.35489 19.8238 7.13807 20.4207 7.31243 21.0477C7.41035 21.3999 7.59286 21.7219 7.84202 21.9892C8.27638 22.4552 8.89061 22.6101 9.51354 22.68C10.1368 22.75 10.9521 22.75 11.9525 22.75H11.9525H12.0479H12.0479Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11H6.5C7.05228 11 7.5 11.4477 7.5 12C7.5 12.5523 7.05228 13 6.5 13H3C2.44772 13 2 12.5523 2 12ZM9 12C9 11.4477 9.44772 11 10 11H14C14.5523 11 15 11.4477 15 12C15 12.5523 14.5523 13 14 13H10C9.44772 13 9 12.5523 9 12ZM16.5 12C16.5 11.4477 16.9477 11 17.5 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H17.5C16.9477 13 16.5 12.5523 16.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0479 1.25C13.0483 1.24998 13.8635 1.24997 14.4869 1.31995C15.1098 1.38989 15.724 1.54476 16.1584 2.01076C16.4075 2.27806 16.59 2.60012 16.688 2.9523C16.8623 3.57932 16.6455 4.17619 16.3576 4.71406C16.0708 5.24983 15.0075 6.76442 15.0075 6.76442L15.0075 6.76443C14.5537 7.41099 14.1747 7.95093 13.8255 8.34055C13.4632 8.7448 13.0487 9.08646 12.4943 9.19998C12.1685 9.26668 11.8319 9.26668 11.5061 9.19998C10.9517 9.08646 10.5372 8.7448 10.1749 8.34055C9.82567 7.95092 9.44668 7.41098 8.99284 6.76441C8.99284 6.76441 7.92961 5.24984 7.6428 4.71406C7.35489 4.17619 7.13807 3.57933 7.31243 2.95231C7.41035 2.60013 7.59286 2.27806 7.84202 2.01076C8.27638 1.54476 8.89061 1.38989 9.51354 1.31995C10.1368 1.24997 10.9521 1.24998 11.9525 1.25H11.9525H12.0479H12.0479Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0479 22.75C13.0483 22.75 13.8635 22.75 14.4869 22.68C15.1098 22.6101 15.724 22.4552 16.1584 21.9892C16.4075 21.7219 16.59 21.3999 16.688 21.0477C16.8623 20.4207 16.6455 19.8238 16.3576 19.2859C16.0708 18.7502 15.0075 17.2356 15.0075 17.2356L15.0075 17.2356C14.5537 16.589 14.1747 16.0491 13.8255 15.6595C13.4632 15.2552 13.0487 14.9135 12.4943 14.8C12.1685 14.7333 11.8319 14.7333 11.5061 14.8C10.9517 14.9135 10.5372 15.2552 10.1749 15.6595C9.82567 16.0491 9.44668 16.589 8.99284 17.2356C8.99284 17.2356 7.92961 18.7502 7.6428 19.2859C7.35489 19.8238 7.13807 20.4207 7.31243 21.0477C7.41035 21.3999 7.59286 21.7219 7.84202 21.9892C8.27638 22.4552 8.89061 22.6101 9.51354 22.68C10.1368 22.75 10.9521 22.75 11.9525 22.75H11.9525H12.0479H12.0479Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11H6.5C7.05228 11 7.5 11.4477 7.5 12C7.5 12.5523 7.05228 13 6.5 13H3C2.44772 13 2 12.5523 2 12ZM9 12C9 11.4477 9.44772 11 10 11H14C14.5523 11 15 11.4477 15 12C15 12.5523 14.5523 13 14 13H10C9.44772 13 9 12.5523 9 12ZM16.5 12C16.5 11.4477 16.9477 11 17.5 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H17.5C16.9477 13 16.5 12.5523 16.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-grid-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1C7.55228 1 8 1.44772 8 2V22C8 22.5523 7.55228 23 7 23C6.44772 23 6 22.5523 6 22V2C6 1.44772 6.44772 1 7 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1C17.5523 1 18 1.44772 18 2V12.5C18 13.0523 17.5523 13.5 17 13.5C16.4477 13.5 16 13.0523 16 12.5V2C16 1.44772 16.4477 1 17 1ZM17 16C17.5523 16 18 16.4477 18 17V22C18 22.5523 17.5523 23 17 23C16.4477 23 16 22.5523 16 22V17C16 16.4477 16.4477 16 17 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 7C1 6.44772 1.44772 6 2 6L7 6C7.55228 6 8 6.44772 8 7C8 7.55228 7.55228 8 7 8L2 8C1.44772 8 1 7.55228 1 7ZM10.5 7C10.5 6.44772 10.9477 6 11.5 6L22 6C22.5523 6 23 6.44772 23 7C23 7.55229 22.5523 8 22 8L11.5 8C10.9477 8 10.5 7.55228 10.5 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 17C1 16.4477 1.44772 16 2 16L17 16C17.5523 16 18 16.4477 18 17C18 17.5523 17.5523 18 17 18L2 18C1.44772 18 1 17.5523 1 17ZM20 17C20 16.4477 20.4477 16 21 16L22 16C22.5523 16 23 16.4477 23 17C23 17.5523 22.5523 18 22 18L21 18C20.4477 18 20 17.5523 20 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1C7.55228 1 8 1.44772 8 2V22C8 22.5523 7.55228 23 7 23C6.44772 23 6 22.5523 6 22V2C6 1.44772 6.44772 1 7 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1C17.5523 1 18 1.44772 18 2V12.5C18 13.0523 17.5523 13.5 17 13.5C16.4477 13.5 16 13.0523 16 12.5V2C16 1.44772 16.4477 1 17 1ZM17 16C17.5523 16 18 16.4477 18 17V22C18 22.5523 17.5523 23 17 23C16.4477 23 16 22.5523 16 22V17C16 16.4477 16.4477 16 17 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 7C1 6.44772 1.44772 6 2 6L7 6C7.55228 6 8 6.44772 8 7C8 7.55228 7.55228 8 7 8L2 8C1.44772 8 1 7.55228 1 7ZM10.5 7C10.5 6.44772 10.9477 6 11.5 6L22 6C22.5523 6 23 6.44772 23 7C23 7.55229 22.5523 8 22 8L11.5 8C10.9477 8 10.5 7.55228 10.5 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 17C1 16.4477 1.44772 16 2 16L17 16C17.5523 16 18 16.4477 18 17C18 17.5523 17.5523 18 17 18L2 18C1.44772 18 1 17.5523 1 17ZM20 17C20 16.4477 20.4477 16 21 16L22 16C22.5523 16 23 16.4477 23 17C23 17.5523 22.5523 18 22 18L21 18C20.4477 18 20 17.5523 20 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-grid-table{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 12.0745L1.5 11.9255C1.49998 9.74957 1.49996 8.01485 1.68282 6.65471C1.87164 5.25033 2.27175 4.09653 3.18414 3.18413C4.09653 2.27174 5.25033 1.87164 6.65471 1.68282C8.01485 1.49996 9.74959 1.49997 11.9256 1.5L12.0744 1.5C14.2504 1.49997 15.9851 1.49996 17.3453 1.68282C18.7497 1.87163 19.9035 2.27174 20.8159 3.18413C21.7283 4.09652 22.1284 5.25033 22.3172 6.65471C22.5 8.01485 22.5 9.74959 22.5 11.9256L22.5 12.0744C22.5 14.2504 22.5 15.9851 22.3172 17.3453C22.1284 18.7497 21.7283 19.9035 20.8159 20.8159C19.9035 21.7283 18.7497 22.1284 17.3453 22.3172C15.9852 22.5 14.2504 22.5 12.0745 22.5L11.9255 22.5C9.74957 22.5 8.01485 22.5 6.65471 22.3172C5.25033 22.1284 4.09653 21.7283 3.18414 20.8159C2.27175 19.9035 1.87164 18.7497 1.68282 17.3453C1.49996 15.9852 1.49998 14.2504 1.5 12.0745ZM3.66499 17.0788C3.82399 18.2614 4.1195 18.9228 4.59835 19.4016C5.0772 19.8805 5.7386 20.176 6.92121 20.335C8.13258 20.4979 9.73256 20.5 12 20.5C14.2674 20.5 15.8674 20.4979 17.0788 20.335C18.2614 20.176 18.9228 19.8805 19.4017 19.4016C19.8805 18.9228 20.176 18.2614 20.335 17.0788C20.4979 15.8674 20.5 14.2674 20.5 12C20.5 9.73256 20.4979 8.13257 20.335 6.9212C20.176 5.7386 19.8805 5.0772 19.4017 4.59835C18.9228 4.11949 18.2614 3.82398 17.0788 3.66498C15.8674 3.50212 14.2674 3.5 12 3.5C9.73256 3.5 8.13258 3.50212 6.92121 3.66499C5.7386 3.82398 5.0772 4.1195 4.59835 4.59835C4.1195 5.0772 3.82399 5.7386 3.66499 6.92121C3.50212 8.13257 3.5 9.73256 3.5 12C3.5 14.2674 3.50212 15.8674 3.66499 17.0788Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5 10L2.5 10L2.5 8L21.5 8L21.5 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5 16L2.5 16L2.5 14L21.5 14L21.5 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 2.5L17 21.5L15 21.5L15 2.5L17 2.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 2.5L9 21.5L7 21.5L7 2.5L9 2.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 12.0745L1.5 11.9255C1.49998 9.74957 1.49996 8.01485 1.68282 6.65471C1.87164 5.25033 2.27175 4.09653 3.18414 3.18413C4.09653 2.27174 5.25033 1.87164 6.65471 1.68282C8.01485 1.49996 9.74959 1.49997 11.9256 1.5L12.0744 1.5C14.2504 1.49997 15.9851 1.49996 17.3453 1.68282C18.7497 1.87163 19.9035 2.27174 20.8159 3.18413C21.7283 4.09652 22.1284 5.25033 22.3172 6.65471C22.5 8.01485 22.5 9.74959 22.5 11.9256L22.5 12.0744C22.5 14.2504 22.5 15.9851 22.3172 17.3453C22.1284 18.7497 21.7283 19.9035 20.8159 20.8159C19.9035 21.7283 18.7497 22.1284 17.3453 22.3172C15.9852 22.5 14.2504 22.5 12.0745 22.5L11.9255 22.5C9.74957 22.5 8.01485 22.5 6.65471 22.3172C5.25033 22.1284 4.09653 21.7283 3.18414 20.8159C2.27175 19.9035 1.87164 18.7497 1.68282 17.3453C1.49996 15.9852 1.49998 14.2504 1.5 12.0745ZM3.66499 17.0788C3.82399 18.2614 4.1195 18.9228 4.59835 19.4016C5.0772 19.8805 5.7386 20.176 6.92121 20.335C8.13258 20.4979 9.73256 20.5 12 20.5C14.2674 20.5 15.8674 20.4979 17.0788 20.335C18.2614 20.176 18.9228 19.8805 19.4017 19.4016C19.8805 18.9228 20.176 18.2614 20.335 17.0788C20.4979 15.8674 20.5 14.2674 20.5 12C20.5 9.73256 20.4979 8.13257 20.335 6.9212C20.176 5.7386 19.8805 5.0772 19.4017 4.59835C18.9228 4.11949 18.2614 3.82398 17.0788 3.66498C15.8674 3.50212 14.2674 3.5 12 3.5C9.73256 3.5 8.13258 3.50212 6.92121 3.66499C5.7386 3.82398 5.0772 4.1195 4.59835 4.59835C4.1195 5.0772 3.82399 5.7386 3.66499 6.92121C3.50212 8.13257 3.5 9.73256 3.5 12C3.5 14.2674 3.50212 15.8674 3.66499 17.0788Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5 10L2.5 10L2.5 8L21.5 8L21.5 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5 16L2.5 16L2.5 14L21.5 14L21.5 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 2.5L17 21.5L15 21.5L15 2.5L17 2.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 2.5L9 21.5L7 21.5L7 2.5L9 2.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-grid-view{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0366 1.25C18.7757 1.24999 19.3832 1.24998 19.8747 1.29671C20.3854 1.34527 20.8478 1.44953 21.2683 1.70725C21.6859 1.9631 22.0369 2.31414 22.2928 2.73166C22.5505 3.15221 22.6547 3.61456 22.7033 4.12529C22.75 4.61678 22.75 5.22429 22.75 5.96343V5.96344V6.03656V6.03658C22.75 6.77571 22.75 7.38322 22.7033 7.87471C22.6547 8.38544 22.5505 8.84779 22.2928 9.26834C22.0369 9.68586 21.6859 10.0369 21.2683 10.2928C20.8478 10.5505 20.3854 10.6547 19.8747 10.7033C19.3832 10.75 18.7757 10.75 18.0366 10.75H18.0366H17.9634H17.9634C17.2243 10.75 16.6168 10.75 16.1253 10.7033C15.6146 10.6547 15.1522 10.5505 14.7317 10.2928C14.3141 10.0369 13.9631 9.68586 13.7072 9.26834C13.4495 8.84779 13.3453 8.38544 13.2967 7.87471C13.25 7.38322 13.25 6.7757 13.25 6.03656V6.03655V5.96345V5.96344C13.25 5.2243 13.25 4.61679 13.2967 4.12529C13.3453 3.61456 13.4495 3.15221 13.7072 2.73166C13.9631 2.31414 14.3141 1.9631 14.7317 1.70725C15.1522 1.44953 15.6146 1.34527 16.1253 1.29671C16.6168 1.24998 17.2243 1.24999 17.9634 1.25H17.9635H18.0365H18.0366Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03656 1.25C6.7757 1.24999 7.38322 1.24998 7.87471 1.29671C8.38544 1.34527 8.84779 1.44953 9.26834 1.70725C9.68586 1.9631 10.0369 2.31414 10.2928 2.73166C10.5505 3.15221 10.6547 3.61456 10.7033 4.12529C10.75 4.61678 10.75 5.22429 10.75 5.96343V5.96344V6.03656V6.03658C10.75 6.77571 10.75 7.38322 10.7033 7.87471C10.6547 8.38544 10.5505 8.84779 10.2928 9.26834C10.0369 9.68586 9.68586 10.0369 9.26834 10.2928C8.84779 10.5505 8.38544 10.6547 7.87471 10.7033C7.38322 10.75 6.77571 10.75 6.03658 10.75H6.03656H5.96344H5.96343C5.22429 10.75 4.61678 10.75 4.12529 10.7033C3.61456 10.6547 3.15221 10.5505 2.73166 10.2928C2.31414 10.0369 1.9631 9.68586 1.70725 9.26834C1.44953 8.84779 1.34527 8.38544 1.29671 7.87471C1.24998 7.38322 1.24999 6.7757 1.25 6.03656V6.03655V5.96345V5.96344C1.24999 5.2243 1.24998 4.61679 1.29671 4.12529C1.34527 3.61456 1.44953 3.15221 1.70725 2.73166C1.9631 2.31414 2.31414 1.9631 2.73166 1.70725C3.15221 1.44953 3.61456 1.34527 4.12529 1.29671C4.61678 1.24998 5.2243 1.24999 5.96344 1.25H5.96345H6.03655H6.03656Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0366 13.25C18.7757 13.25 19.3832 13.25 19.8747 13.2967C20.3854 13.3453 20.8478 13.4495 21.2683 13.7072C21.6859 13.9631 22.0369 14.3141 22.2928 14.7317C22.5505 15.1522 22.6547 15.6146 22.7033 16.1253C22.75 16.6168 22.75 17.2243 22.75 17.9634V17.9634V18.0366V18.0366C22.75 18.7757 22.75 19.3832 22.7033 19.8747C22.6547 20.3854 22.5505 20.8478 22.2928 21.2683C22.0369 21.6859 21.6859 22.0369 21.2683 22.2928C20.8478 22.5505 20.3854 22.6547 19.8747 22.7033C19.3832 22.75 18.7757 22.75 18.0366 22.75H18.0366H17.9634H17.9634C17.2243 22.75 16.6168 22.75 16.1253 22.7033C15.6146 22.6547 15.1522 22.5505 14.7317 22.2928C14.3141 22.0369 13.9631 21.6859 13.7072 21.2683C13.4495 20.8478 13.3453 20.3854 13.2967 19.8747C13.25 19.3832 13.25 18.7757 13.25 18.0366V18.0365V17.9635V17.9634C13.25 17.2243 13.25 16.6168 13.2967 16.1253C13.3453 15.6146 13.4495 15.1522 13.7072 14.7317C13.9631 14.3141 14.3141 13.9631 14.7317 13.7072C15.1522 13.4495 15.6146 13.3453 16.1253 13.2967C16.6168 13.25 17.2243 13.25 17.9634 13.25H17.9635H18.0365H18.0366Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03656 13.25C6.7757 13.25 7.38322 13.25 7.87471 13.2967C8.38544 13.3453 8.84779 13.4495 9.26834 13.7072C9.68586 13.9631 10.0369 14.3141 10.2928 14.7317C10.5505 15.1522 10.6547 15.6146 10.7033 16.1253C10.75 16.6168 10.75 17.2243 10.75 17.9634V17.9634V18.0366V18.0366C10.75 18.7757 10.75 19.3832 10.7033 19.8747C10.6547 20.3854 10.5505 20.8478 10.2928 21.2683C10.0369 21.6859 9.68586 22.0369 9.26834 22.2928C8.84779 22.5505 8.38544 22.6547 7.87471 22.7033C7.38322 22.75 6.77571 22.75 6.03658 22.75H6.03656H5.96344H5.96343C5.22429 22.75 4.61678 22.75 4.12529 22.7033C3.61456 22.6547 3.15221 22.5505 2.73166 22.2928C2.31414 22.0369 1.9631 21.6859 1.70725 21.2683C1.44953 20.8478 1.34527 20.3854 1.29671 19.8747C1.24998 19.3832 1.24999 18.7757 1.25 18.0366V18.0365V17.9635V17.9634C1.24999 17.2243 1.24998 16.6168 1.29671 16.1253C1.34527 15.6146 1.44953 15.1522 1.70725 14.7317C1.9631 14.3141 2.31414 13.9631 2.73166 13.7072C3.15221 13.4495 3.61456 13.3453 4.12529 13.2967C4.61678 13.25 5.2243 13.25 5.96344 13.25H5.96345H6.03655H6.03656Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0366 1.25C18.7757 1.24999 19.3832 1.24998 19.8747 1.29671C20.3854 1.34527 20.8478 1.44953 21.2683 1.70725C21.6859 1.9631 22.0369 2.31414 22.2928 2.73166C22.5505 3.15221 22.6547 3.61456 22.7033 4.12529C22.75 4.61678 22.75 5.22429 22.75 5.96343V5.96344V6.03656V6.03658C22.75 6.77571 22.75 7.38322 22.7033 7.87471C22.6547 8.38544 22.5505 8.84779 22.2928 9.26834C22.0369 9.68586 21.6859 10.0369 21.2683 10.2928C20.8478 10.5505 20.3854 10.6547 19.8747 10.7033C19.3832 10.75 18.7757 10.75 18.0366 10.75H18.0366H17.9634H17.9634C17.2243 10.75 16.6168 10.75 16.1253 10.7033C15.6146 10.6547 15.1522 10.5505 14.7317 10.2928C14.3141 10.0369 13.9631 9.68586 13.7072 9.26834C13.4495 8.84779 13.3453 8.38544 13.2967 7.87471C13.25 7.38322 13.25 6.7757 13.25 6.03656V6.03655V5.96345V5.96344C13.25 5.2243 13.25 4.61679 13.2967 4.12529C13.3453 3.61456 13.4495 3.15221 13.7072 2.73166C13.9631 2.31414 14.3141 1.9631 14.7317 1.70725C15.1522 1.44953 15.6146 1.34527 16.1253 1.29671C16.6168 1.24998 17.2243 1.24999 17.9634 1.25H17.9635H18.0365H18.0366Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03656 1.25C6.7757 1.24999 7.38322 1.24998 7.87471 1.29671C8.38544 1.34527 8.84779 1.44953 9.26834 1.70725C9.68586 1.9631 10.0369 2.31414 10.2928 2.73166C10.5505 3.15221 10.6547 3.61456 10.7033 4.12529C10.75 4.61678 10.75 5.22429 10.75 5.96343V5.96344V6.03656V6.03658C10.75 6.77571 10.75 7.38322 10.7033 7.87471C10.6547 8.38544 10.5505 8.84779 10.2928 9.26834C10.0369 9.68586 9.68586 10.0369 9.26834 10.2928C8.84779 10.5505 8.38544 10.6547 7.87471 10.7033C7.38322 10.75 6.77571 10.75 6.03658 10.75H6.03656H5.96344H5.96343C5.22429 10.75 4.61678 10.75 4.12529 10.7033C3.61456 10.6547 3.15221 10.5505 2.73166 10.2928C2.31414 10.0369 1.9631 9.68586 1.70725 9.26834C1.44953 8.84779 1.34527 8.38544 1.29671 7.87471C1.24998 7.38322 1.24999 6.7757 1.25 6.03656V6.03655V5.96345V5.96344C1.24999 5.2243 1.24998 4.61679 1.29671 4.12529C1.34527 3.61456 1.44953 3.15221 1.70725 2.73166C1.9631 2.31414 2.31414 1.9631 2.73166 1.70725C3.15221 1.44953 3.61456 1.34527 4.12529 1.29671C4.61678 1.24998 5.2243 1.24999 5.96344 1.25H5.96345H6.03655H6.03656Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0366 13.25C18.7757 13.25 19.3832 13.25 19.8747 13.2967C20.3854 13.3453 20.8478 13.4495 21.2683 13.7072C21.6859 13.9631 22.0369 14.3141 22.2928 14.7317C22.5505 15.1522 22.6547 15.6146 22.7033 16.1253C22.75 16.6168 22.75 17.2243 22.75 17.9634V17.9634V18.0366V18.0366C22.75 18.7757 22.75 19.3832 22.7033 19.8747C22.6547 20.3854 22.5505 20.8478 22.2928 21.2683C22.0369 21.6859 21.6859 22.0369 21.2683 22.2928C20.8478 22.5505 20.3854 22.6547 19.8747 22.7033C19.3832 22.75 18.7757 22.75 18.0366 22.75H18.0366H17.9634H17.9634C17.2243 22.75 16.6168 22.75 16.1253 22.7033C15.6146 22.6547 15.1522 22.5505 14.7317 22.2928C14.3141 22.0369 13.9631 21.6859 13.7072 21.2683C13.4495 20.8478 13.3453 20.3854 13.2967 19.8747C13.25 19.3832 13.25 18.7757 13.25 18.0366V18.0365V17.9635V17.9634C13.25 17.2243 13.25 16.6168 13.2967 16.1253C13.3453 15.6146 13.4495 15.1522 13.7072 14.7317C13.9631 14.3141 14.3141 13.9631 14.7317 13.7072C15.1522 13.4495 15.6146 13.3453 16.1253 13.2967C16.6168 13.25 17.2243 13.25 17.9634 13.25H17.9635H18.0365H18.0366Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03656 13.25C6.7757 13.25 7.38322 13.25 7.87471 13.2967C8.38544 13.3453 8.84779 13.4495 9.26834 13.7072C9.68586 13.9631 10.0369 14.3141 10.2928 14.7317C10.5505 15.1522 10.6547 15.6146 10.7033 16.1253C10.75 16.6168 10.75 17.2243 10.75 17.9634V17.9634V18.0366V18.0366C10.75 18.7757 10.75 19.3832 10.7033 19.8747C10.6547 20.3854 10.5505 20.8478 10.2928 21.2683C10.0369 21.6859 9.68586 22.0369 9.26834 22.2928C8.84779 22.5505 8.38544 22.6547 7.87471 22.7033C7.38322 22.75 6.77571 22.75 6.03658 22.75H6.03656H5.96344H5.96343C5.22429 22.75 4.61678 22.75 4.12529 22.7033C3.61456 22.6547 3.15221 22.5505 2.73166 22.2928C2.31414 22.0369 1.9631 21.6859 1.70725 21.2683C1.44953 20.8478 1.34527 20.3854 1.29671 19.8747C1.24998 19.3832 1.24999 18.7757 1.25 18.0366V18.0365V17.9635V17.9634C1.24999 17.2243 1.24998 16.6168 1.29671 16.1253C1.34527 15.6146 1.44953 15.1522 1.70725 14.7317C1.9631 14.3141 2.31414 13.9631 2.73166 13.7072C3.15221 13.4495 3.61456 13.3453 4.12529 13.2967C4.61678 13.25 5.2243 13.25 5.96344 13.25H5.96345H6.03655H6.03656Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-grid{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1C7.55228 1 8 1.44772 8 2V22C8 22.5523 7.55228 23 7 23C6.44772 23 6 22.5523 6 22V2C6 1.44772 6.44772 1 7 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1C17.5523 1 18 1.44772 18 2V22C18 22.5523 17.5523 23 17 23C16.4477 23 16 22.5523 16 22V2C16 1.44772 16.4477 1 17 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 7C23 7.55228 22.5523 8 22 8L2 8C1.44771 8 1 7.55228 1 7C1 6.44771 1.44771 6 2 6L22 6C22.5523 6 23 6.44772 23 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 17C23 17.5523 22.5523 18 22 18L2 18C1.44771 18 1 17.5523 1 17C1 16.4477 1.44771 16 2 16L22 16C22.5523 16 23 16.4477 23 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1C7.55228 1 8 1.44772 8 2V22C8 22.5523 7.55228 23 7 23C6.44772 23 6 22.5523 6 22V2C6 1.44772 6.44772 1 7 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1C17.5523 1 18 1.44772 18 2V22C18 22.5523 17.5523 23 17 23C16.4477 23 16 22.5523 16 22V2C16 1.44772 16.4477 1 17 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 7C23 7.55228 22.5523 8 22 8L2 8C1.44771 8 1 7.55228 1 7C1 6.44771 1.44771 6 2 6L22 6C22.5523 6 23 6.44772 23 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 17C23 17.5523 22.5523 18 22 18L2 18C1.44771 18 1 17.5523 1 17C1 16.4477 1.44771 16 2 16L22 16C22.5523 16 23 16.4477 23 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-group-items{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 4C5 3.44772 5.44772 3 6 3H18C18.5523 3 19 3.44772 19 4C19 4.55228 18.5523 5 18 5H6C5.44772 5 5 4.55228 5 4ZM4 5C4.55228 5 5 5.44772 5 6V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6C3 5.44772 3.44772 5 4 5ZM20 5C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19C19.4477 19 19 18.5523 19 18V6C19 5.44772 19.4477 5 20 5ZM5 20C5 19.4477 5.44772 19 6 19H18C18.5523 19 19 19.4477 19 20C19 20.5523 18.5523 21 18 21H6C5.44772 21 5 20.5523 5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5218 6.75C14.7361 6.74999 14.9329 6.74998 15.0982 6.76126C15.2759 6.77338 15.4712 6.80099 15.6697 6.88321C16.0985 7.06083 16.4392 7.40151 16.6168 7.83031C16.699 8.02881 16.7266 8.22415 16.7387 8.40179C16.75 8.56712 16.75 8.80749 16.75 9.02176V9.02177C16.75 9.23604 16.75 9.43289 16.7387 9.59821C16.7266 9.77585 16.699 9.97119 16.6168 10.1697C16.4392 10.5985 16.0985 10.9392 15.6697 11.1168C15.4712 11.199 15.2759 11.2266 15.0982 11.2387C14.9329 11.25 14.736 11.25 14.5218 11.25H9.47824C9.26396 11.25 9.06712 11.25 8.90179 11.2387C8.72415 11.2266 8.52881 11.199 8.33031 11.1168C7.90151 10.9392 7.56083 10.5985 7.38321 10.1697C7.30099 9.97119 7.27338 9.77585 7.26126 9.59821C7.24998 9.4329 7.24999 9.21433 7.25 9.00007V9V8.99993C7.24999 8.78568 7.24998 8.5671 7.26126 8.40179C7.27338 8.22415 7.30099 8.02881 7.38321 7.83031C7.56083 7.40151 7.90151 7.06083 8.33031 6.88321C8.52881 6.80099 8.72415 6.77338 8.90179 6.76126C9.06711 6.74998 9.26394 6.74999 9.4782 6.75H9.47825H14.5218H14.5218Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5218 12.75C14.736 12.75 14.9329 12.75 15.0982 12.7613C15.2759 12.7734 15.4712 12.801 15.6697 12.8832C16.0985 13.0608 16.4392 13.4015 16.6168 13.8303C16.699 14.0288 16.7266 14.2241 16.7387 14.4018C16.75 14.5671 16.75 14.8075 16.75 15.0218V15.0218C16.75 15.236 16.75 15.4329 16.7387 15.5982C16.7266 15.7759 16.699 15.9712 16.6168 16.1697C16.4392 16.5985 16.0985 16.9392 15.6697 17.1168C15.4712 17.199 15.2759 17.2266 15.0982 17.2387C14.9329 17.25 14.736 17.25 14.5218 17.25H14.5218H9.47824H9.47823C9.26396 17.25 9.06712 17.25 8.90179 17.2387C8.72415 17.2266 8.52881 17.199 8.33031 17.1168C7.90151 16.9392 7.56083 16.5985 7.38321 16.1697C7.30099 15.9712 7.27338 15.7759 7.26126 15.5982C7.24998 15.4329 7.24999 15.2361 7.25 15.0218V15.0218C7.24999 14.8075 7.24998 14.5671 7.26126 14.4018C7.27338 14.2241 7.30099 14.0288 7.38321 13.8303C7.56083 13.4015 7.90151 13.0608 8.33031 12.8832C8.52881 12.801 8.72415 12.7734 8.90179 12.7613C9.06712 12.75 9.26396 12.75 9.47824 12.75H14.5218Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 4C1.25 2.48122 2.48122 1.25 4 1.25C5.51878 1.25 6.75 2.48122 6.75 4C6.75 5.51878 5.51878 6.75 4 6.75C2.48122 6.75 1.25 5.51878 1.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 4C17.25 2.48122 18.4812 1.25 20 1.25C21.5188 1.25 22.75 2.48122 22.75 4C22.75 5.51878 21.5188 6.75 20 6.75C18.4812 6.75 17.25 5.51878 17.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 20C17.25 18.4812 18.4812 17.25 20 17.25C21.5188 17.25 22.75 18.4812 22.75 20C22.75 21.5188 21.5188 22.75 20 22.75C18.4812 22.75 17.25 21.5188 17.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 20C1.25 18.4812 2.48122 17.25 4 17.25C5.51878 17.25 6.75 18.4812 6.75 20C6.75 21.5188 5.51878 22.75 4 22.75C2.48122 22.75 1.25 21.5188 1.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 4C5 3.44772 5.44772 3 6 3H18C18.5523 3 19 3.44772 19 4C19 4.55228 18.5523 5 18 5H6C5.44772 5 5 4.55228 5 4ZM4 5C4.55228 5 5 5.44772 5 6V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6C3 5.44772 3.44772 5 4 5ZM20 5C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19C19.4477 19 19 18.5523 19 18V6C19 5.44772 19.4477 5 20 5ZM5 20C5 19.4477 5.44772 19 6 19H18C18.5523 19 19 19.4477 19 20C19 20.5523 18.5523 21 18 21H6C5.44772 21 5 20.5523 5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5218 6.75C14.7361 6.74999 14.9329 6.74998 15.0982 6.76126C15.2759 6.77338 15.4712 6.80099 15.6697 6.88321C16.0985 7.06083 16.4392 7.40151 16.6168 7.83031C16.699 8.02881 16.7266 8.22415 16.7387 8.40179C16.75 8.56712 16.75 8.80749 16.75 9.02176V9.02177C16.75 9.23604 16.75 9.43289 16.7387 9.59821C16.7266 9.77585 16.699 9.97119 16.6168 10.1697C16.4392 10.5985 16.0985 10.9392 15.6697 11.1168C15.4712 11.199 15.2759 11.2266 15.0982 11.2387C14.9329 11.25 14.736 11.25 14.5218 11.25H9.47824C9.26396 11.25 9.06712 11.25 8.90179 11.2387C8.72415 11.2266 8.52881 11.199 8.33031 11.1168C7.90151 10.9392 7.56083 10.5985 7.38321 10.1697C7.30099 9.97119 7.27338 9.77585 7.26126 9.59821C7.24998 9.4329 7.24999 9.21433 7.25 9.00007V9V8.99993C7.24999 8.78568 7.24998 8.5671 7.26126 8.40179C7.27338 8.22415 7.30099 8.02881 7.38321 7.83031C7.56083 7.40151 7.90151 7.06083 8.33031 6.88321C8.52881 6.80099 8.72415 6.77338 8.90179 6.76126C9.06711 6.74998 9.26394 6.74999 9.4782 6.75H9.47825H14.5218H14.5218Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5218 12.75C14.736 12.75 14.9329 12.75 15.0982 12.7613C15.2759 12.7734 15.4712 12.801 15.6697 12.8832C16.0985 13.0608 16.4392 13.4015 16.6168 13.8303C16.699 14.0288 16.7266 14.2241 16.7387 14.4018C16.75 14.5671 16.75 14.8075 16.75 15.0218V15.0218C16.75 15.236 16.75 15.4329 16.7387 15.5982C16.7266 15.7759 16.699 15.9712 16.6168 16.1697C16.4392 16.5985 16.0985 16.9392 15.6697 17.1168C15.4712 17.199 15.2759 17.2266 15.0982 17.2387C14.9329 17.25 14.736 17.25 14.5218 17.25H14.5218H9.47824H9.47823C9.26396 17.25 9.06712 17.25 8.90179 17.2387C8.72415 17.2266 8.52881 17.199 8.33031 17.1168C7.90151 16.9392 7.56083 16.5985 7.38321 16.1697C7.30099 15.9712 7.27338 15.7759 7.26126 15.5982C7.24998 15.4329 7.24999 15.2361 7.25 15.0218V15.0218C7.24999 14.8075 7.24998 14.5671 7.26126 14.4018C7.27338 14.2241 7.30099 14.0288 7.38321 13.8303C7.56083 13.4015 7.90151 13.0608 8.33031 12.8832C8.52881 12.801 8.72415 12.7734 8.90179 12.7613C9.06712 12.75 9.26396 12.75 9.47824 12.75H14.5218Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 4C1.25 2.48122 2.48122 1.25 4 1.25C5.51878 1.25 6.75 2.48122 6.75 4C6.75 5.51878 5.51878 6.75 4 6.75C2.48122 6.75 1.25 5.51878 1.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 4C17.25 2.48122 18.4812 1.25 20 1.25C21.5188 1.25 22.75 2.48122 22.75 4C22.75 5.51878 21.5188 6.75 20 6.75C18.4812 6.75 17.25 5.51878 17.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 20C17.25 18.4812 18.4812 17.25 20 17.25C21.5188 17.25 22.75 18.4812 22.75 20C22.75 21.5188 21.5188 22.75 20 22.75C18.4812 22.75 17.25 21.5188 17.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 20C1.25 18.4812 2.48122 17.25 4 17.25C5.51878 17.25 6.75 18.4812 6.75 20C6.75 21.5188 5.51878 22.75 4 22.75C2.48122 22.75 1.25 21.5188 1.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-group-layers{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 4C1.25 2.48122 2.48122 1.25 4 1.25C5.51878 1.25 6.75 2.48122 6.75 4C6.75 5.51878 5.51878 6.75 4 6.75C2.48122 6.75 1.25 5.51878 1.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 4C17.25 2.48122 18.4812 1.25 20 1.25C21.5188 1.25 22.75 2.48122 22.75 4C22.75 5.51878 21.5188 6.75 20 6.75C18.4812 6.75 17.25 5.51878 17.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 20C17.25 18.4812 18.4812 17.25 20 17.25C21.5188 17.25 22.75 18.4812 22.75 20C22.75 21.5188 21.5188 22.75 20 22.75C18.4812 22.75 17.25 21.5188 17.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 20C1.25 18.4812 2.48122 17.25 4 17.25C5.51878 17.25 6.75 18.4812 6.75 20C6.75 21.5188 5.51878 22.75 4 22.75C2.48122 22.75 1.25 21.5188 1.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 4C5 3.44772 5.44772 3 6 3H18C18.5523 3 19 3.44772 19 4C19 4.55228 18.5523 5 18 5H6C5.44772 5 5 4.55228 5 4ZM4 5C4.55228 5 5 5.44772 5 6V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6C3 5.44772 3.44772 5 4 5ZM20 5C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19C19.4477 19 19 18.5523 19 18V6C19 5.44772 19.4477 5 20 5ZM5 20C5 19.4477 5.44772 19 6 19H18C18.5523 19 19 19.4477 19 20C19 20.5523 18.5523 21 18 21H6C5.44772 21 5 20.5523 5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.4261 7.75476C10.9746 7.48527 11.4534 7.25 12 7.25C12.5466 7.25 13.0254 7.48527 13.5739 7.75476L14.8178 8.3636L14.8178 8.3636C15.4628 8.67923 16.0145 8.94917 16.3993 9.20447C16.7625 9.44539 17.25 9.84533 17.25 10.5C17.25 11.1547 16.7625 11.5546 16.3993 11.7955C16.0145 12.0508 15.4628 12.3208 14.8177 12.6364L13.5739 13.2452C13.0254 13.5147 12.5466 13.75 12 13.75C11.4534 13.75 10.9746 13.5147 10.4261 13.2452L10.4261 13.2452L9.18225 12.6364C8.5372 12.3208 7.98551 12.0508 7.60067 11.7955C7.23749 11.5546 6.75 11.1547 6.75 10.5C6.75 9.84533 7.23749 9.44539 7.60067 9.20447C7.98551 8.94917 8.5372 8.67923 9.18225 8.3636L9.18225 8.3636L10.4261 7.75476Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.70455 12.75C8.15634 12.75 8.53482 13.0423 8.63383 13.4349C8.89672 13.5973 9.40917 13.8511 10.0915 14.1621L11.1307 14.6356C11.833 14.9557 11.9193 14.9722 12 14.9722C12.0807 14.9722 12.167 14.9557 12.8693 14.6356L13.9085 14.1621C14.5908 13.8511 15.1033 13.5973 15.3662 13.4349C15.4652 13.0423 15.8437 12.75 16.2955 12.75C16.8226 12.75 17.25 13.148 17.25 13.6389C17.25 14.344 16.6842 14.7576 16.3313 14.9757C15.9506 15.2108 15.4117 15.4564 14.8062 15.7322L14.7477 15.7589L13.7085 16.2325L13.5949 16.2845C13.0863 16.5177 12.5797 16.75 12 16.75C11.4203 16.75 10.9137 16.5177 10.4051 16.2845L10.2915 16.2325L9.25234 15.7589L9.19382 15.7322C8.58832 15.4564 8.04939 15.2108 7.66872 14.9757C7.31579 14.7576 6.75 14.344 6.75 13.6389C6.75 13.148 7.17736 12.75 7.70455 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 4C1.25 2.48122 2.48122 1.25 4 1.25C5.51878 1.25 6.75 2.48122 6.75 4C6.75 5.51878 5.51878 6.75 4 6.75C2.48122 6.75 1.25 5.51878 1.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 4C17.25 2.48122 18.4812 1.25 20 1.25C21.5188 1.25 22.75 2.48122 22.75 4C22.75 5.51878 21.5188 6.75 20 6.75C18.4812 6.75 17.25 5.51878 17.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 20C17.25 18.4812 18.4812 17.25 20 17.25C21.5188 17.25 22.75 18.4812 22.75 20C22.75 21.5188 21.5188 22.75 20 22.75C18.4812 22.75 17.25 21.5188 17.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 20C1.25 18.4812 2.48122 17.25 4 17.25C5.51878 17.25 6.75 18.4812 6.75 20C6.75 21.5188 5.51878 22.75 4 22.75C2.48122 22.75 1.25 21.5188 1.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 4C5 3.44772 5.44772 3 6 3H18C18.5523 3 19 3.44772 19 4C19 4.55228 18.5523 5 18 5H6C5.44772 5 5 4.55228 5 4ZM4 5C4.55228 5 5 5.44772 5 6V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6C3 5.44772 3.44772 5 4 5ZM20 5C20.5523 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19C19.4477 19 19 18.5523 19 18V6C19 5.44772 19.4477 5 20 5ZM5 20C5 19.4477 5.44772 19 6 19H18C18.5523 19 19 19.4477 19 20C19 20.5523 18.5523 21 18 21H6C5.44772 21 5 20.5523 5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.4261 7.75476C10.9746 7.48527 11.4534 7.25 12 7.25C12.5466 7.25 13.0254 7.48527 13.5739 7.75476L14.8178 8.3636L14.8178 8.3636C15.4628 8.67923 16.0145 8.94917 16.3993 9.20447C16.7625 9.44539 17.25 9.84533 17.25 10.5C17.25 11.1547 16.7625 11.5546 16.3993 11.7955C16.0145 12.0508 15.4628 12.3208 14.8177 12.6364L13.5739 13.2452C13.0254 13.5147 12.5466 13.75 12 13.75C11.4534 13.75 10.9746 13.5147 10.4261 13.2452L10.4261 13.2452L9.18225 12.6364C8.5372 12.3208 7.98551 12.0508 7.60067 11.7955C7.23749 11.5546 6.75 11.1547 6.75 10.5C6.75 9.84533 7.23749 9.44539 7.60067 9.20447C7.98551 8.94917 8.5372 8.67923 9.18225 8.3636L9.18225 8.3636L10.4261 7.75476Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.70455 12.75C8.15634 12.75 8.53482 13.0423 8.63383 13.4349C8.89672 13.5973 9.40917 13.8511 10.0915 14.1621L11.1307 14.6356C11.833 14.9557 11.9193 14.9722 12 14.9722C12.0807 14.9722 12.167 14.9557 12.8693 14.6356L13.9085 14.1621C14.5908 13.8511 15.1033 13.5973 15.3662 13.4349C15.4652 13.0423 15.8437 12.75 16.2955 12.75C16.8226 12.75 17.25 13.148 17.25 13.6389C17.25 14.344 16.6842 14.7576 16.3313 14.9757C15.9506 15.2108 15.4117 15.4564 14.8062 15.7322L14.7477 15.7589L13.7085 16.2325L13.5949 16.2845C13.0863 16.5177 12.5797 16.75 12 16.75C11.4203 16.75 10.9137 16.5177 10.4051 16.2845L10.2915 16.2325L9.25234 15.7589L9.19382 15.7322C8.58832 15.4564 8.04939 15.2108 7.66872 14.9757C7.31579 14.7576 6.75 14.344 6.75 13.6389C6.75 13.148 7.17736 12.75 7.70455 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-heading-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 4C4.05228 4 4.5 4.44772 4.5 5V19C4.5 19.5523 4.05228 20 3.5 20C2.94772 20 2.5 19.5523 2.5 19V5C2.5 4.44772 2.94772 4 3.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 4C14.0523 4 14.5 4.44772 14.5 5V19C14.5 19.5523 14.0523 20 13.5 20C12.9477 20 12.5 19.5523 12.5 19V5C12.5 4.44772 12.9477 4 13.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.472 10.1183C19.7971 10.2923 20.0001 10.6312 20.0001 11V18H20.5001C21.0524 18 21.5001 18.4477 21.5001 19C21.5001 19.5523 21.0524 20 20.5001 20H17.5001C16.9478 20 16.5001 19.5523 16.5001 19C16.5001 18.4477 16.9478 18 17.5001 18H18.0001V12.8661C17.5471 13.1282 16.9624 12.9962 16.6681 12.5547C16.3617 12.0952 16.4859 11.4743 16.9454 11.168L18.4454 10.168C18.7523 9.96338 19.1468 9.94431 19.472 10.1183Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.5 12C2.5 11.4477 2.94772 11 3.5 11L13.5 11C14.0523 11 14.5 11.4477 14.5 12C14.5 12.5523 14.0523 13 13.5 13L3.5 13C2.94772 13 2.5 12.5523 2.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 4C4.05228 4 4.5 4.44772 4.5 5V19C4.5 19.5523 4.05228 20 3.5 20C2.94772 20 2.5 19.5523 2.5 19V5C2.5 4.44772 2.94772 4 3.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 4C14.0523 4 14.5 4.44772 14.5 5V19C14.5 19.5523 14.0523 20 13.5 20C12.9477 20 12.5 19.5523 12.5 19V5C12.5 4.44772 12.9477 4 13.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.472 10.1183C19.7971 10.2923 20.0001 10.6312 20.0001 11V18H20.5001C21.0524 18 21.5001 18.4477 21.5001 19C21.5001 19.5523 21.0524 20 20.5001 20H17.5001C16.9478 20 16.5001 19.5523 16.5001 19C16.5001 18.4477 16.9478 18 17.5001 18H18.0001V12.8661C17.5471 13.1282 16.9624 12.9962 16.6681 12.5547C16.3617 12.0952 16.4859 11.4743 16.9454 11.168L18.4454 10.168C18.7523 9.96338 19.1468 9.94431 19.472 10.1183Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.5 12C2.5 11.4477 2.94772 11 3.5 11L13.5 11C14.0523 11 14.5 11.4477 14.5 12C14.5 12.5523 14.0523 13 13.5 13L3.5 13C2.94772 13 2.5 12.5523 2.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-heading-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 4C3.55228 4 4 4.44772 4 5V19C4 19.5523 3.55228 20 3 20C2.44772 20 2 19.5523 2 19V5C2 4.44772 2.44772 4 3 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 4C13.5523 4 14 4.44772 14 5V19C14 19.5523 13.5523 20 13 20C12.4477 20 12 19.5523 12 19V5C12 4.44772 12.4477 4 13 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0006 13C16.0006 11.3431 17.3437 10 19.0006 10C20.6575 10 22.0006 11.3431 22.0006 13V13.214C22.0006 14.1251 21.6139 14.9934 20.9367 15.6029L18.3316 17.9474C18.311 17.966 18.2916 17.9835 18.2733 18H21.0006C21.5529 18 22.0006 18.4477 22.0006 19C22.0006 19.5523 21.5529 20 21.0006 20H17.0006C16.4483 20 16.0006 19.5523 16.0006 19V18.6907C16.0006 18.6612 16.0005 18.6308 16.0003 18.5997C15.9987 18.2607 15.9967 17.8289 16.1736 17.4317C16.3505 17.0344 16.6728 16.7471 16.9258 16.5215C16.9491 16.5008 16.9718 16.4806 16.9937 16.4608L19.5987 14.1163C19.8545 13.8861 20.0006 13.5581 20.0006 13.214V13C20.0006 12.4477 19.5529 12 19.0006 12C18.4483 12 18.0006 12.4477 18.0006 13V13.4C18.0006 13.9523 17.5529 14.4 17.0006 14.4C16.4483 14.4 16.0006 13.9523 16.0006 13.4V13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L13 11C13.5523 11 14 11.4477 14 12C14 12.5523 13.5523 13 13 13L3 13C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 4C3.55228 4 4 4.44772 4 5V19C4 19.5523 3.55228 20 3 20C2.44772 20 2 19.5523 2 19V5C2 4.44772 2.44772 4 3 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 4C13.5523 4 14 4.44772 14 5V19C14 19.5523 13.5523 20 13 20C12.4477 20 12 19.5523 12 19V5C12 4.44772 12.4477 4 13 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0006 13C16.0006 11.3431 17.3437 10 19.0006 10C20.6575 10 22.0006 11.3431 22.0006 13V13.214C22.0006 14.1251 21.6139 14.9934 20.9367 15.6029L18.3316 17.9474C18.311 17.966 18.2916 17.9835 18.2733 18H21.0006C21.5529 18 22.0006 18.4477 22.0006 19C22.0006 19.5523 21.5529 20 21.0006 20H17.0006C16.4483 20 16.0006 19.5523 16.0006 19V18.6907C16.0006 18.6612 16.0005 18.6308 16.0003 18.5997C15.9987 18.2607 15.9967 17.8289 16.1736 17.4317C16.3505 17.0344 16.6728 16.7471 16.9258 16.5215C16.9491 16.5008 16.9718 16.4806 16.9937 16.4608L19.5987 14.1163C19.8545 13.8861 20.0006 13.5581 20.0006 13.214V13C20.0006 12.4477 19.5529 12 19.0006 12C18.4483 12 18.0006 12.4477 18.0006 13V13.4C18.0006 13.9523 17.5529 14.4 17.0006 14.4C16.4483 14.4 16.0006 13.9523 16.0006 13.4V13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L13 11C13.5523 11 14 11.4477 14 12C14 12.5523 13.5523 13 13 13L3 13C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-heading-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 4C3.55228 4 4 4.44772 4 5V19C4 19.5523 3.55228 20 3 20C2.44772 20 2 19.5523 2 19V5C2 4.44772 2.44772 4 3 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 4C13.5523 4 14 4.44772 14 5V19C14 19.5523 13.5523 20 13 20C12.4477 20 12 19.5523 12 19V5C12 4.44772 12.4477 4 13 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 12C18.4477 12 18 12.4477 18 13C18 13.5523 17.5523 14 17 14C16.4477 14 16 13.5523 16 13C16 11.3431 17.3431 10 19 10C20.6569 10 22 11.3431 22 13C22 13.7684 21.7111 14.4692 21.2361 15C21.7111 15.5308 22 16.2316 22 17C22 18.6569 20.6569 20 19 20C17.3431 20 16 18.6569 16 17C16 16.4477 16.4477 16 17 16C17.5523 16 18 16.4477 18 17C18 17.5523 18.4477 18 19 18C19.5523 18 20 17.5523 20 17C20 16.4477 19.5523 16 19 16C18.4477 16 18 15.5523 18 15C18 14.4477 18.4477 14 19 14C19.5523 14 20 13.5523 20 13C20 12.4477 19.5523 12 19 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L13 11C13.5523 11 14 11.4477 14 12C14 12.5523 13.5523 13 13 13L3 13C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 4C3.55228 4 4 4.44772 4 5V19C4 19.5523 3.55228 20 3 20C2.44772 20 2 19.5523 2 19V5C2 4.44772 2.44772 4 3 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 4C13.5523 4 14 4.44772 14 5V19C14 19.5523 13.5523 20 13 20C12.4477 20 12 19.5523 12 19V5C12 4.44772 12.4477 4 13 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 12C18.4477 12 18 12.4477 18 13C18 13.5523 17.5523 14 17 14C16.4477 14 16 13.5523 16 13C16 11.3431 17.3431 10 19 10C20.6569 10 22 11.3431 22 13C22 13.7684 21.7111 14.4692 21.2361 15C21.7111 15.5308 22 16.2316 22 17C22 18.6569 20.6569 20 19 20C17.3431 20 16 18.6569 16 17C16 16.4477 16.4477 16 17 16C17.5523 16 18 16.4477 18 17C18 17.5523 18.4477 18 19 18C19.5523 18 20 17.5523 20 17C20 16.4477 19.5523 16 19 16C18.4477 16 18 15.5523 18 15C18 14.4477 18.4477 14 19 14C19.5523 14 20 13.5523 20 13C20 12.4477 19.5523 12 19 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L13 11C13.5523 11 14 11.4477 14 12C14 12.5523 13.5523 13 13 13L3 13C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-heading-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 4C3.55228 4 4 4.44772 4 5V19C4 19.5523 3.55228 20 3 20C2.44772 20 2 19.5523 2 19V5C2 4.44772 2.44772 4 3 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 4C13.5523 4 14 4.44772 14 5V19C14 19.5523 13.5523 20 13 20C12.4477 20 12 19.5523 12 19V5C12 4.44772 12.4477 4 13 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 10C17.5523 10 18 10.4477 18 11V14H20V11C20 10.4477 20.4477 10 21 10C21.5523 10 22 10.4477 22 11V19C22 19.5523 21.5523 20 21 20C20.4477 20 20 19.5523 20 19V16H17C16.4477 16 16 15.5523 16 15V11C16 10.4477 16.4477 10 17 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L13 11C13.5523 11 14 11.4477 14 12C14 12.5523 13.5523 13 13 13L3 13C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 4C3.55228 4 4 4.44772 4 5V19C4 19.5523 3.55228 20 3 20C2.44772 20 2 19.5523 2 19V5C2 4.44772 2.44772 4 3 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 4C13.5523 4 14 4.44772 14 5V19C14 19.5523 13.5523 20 13 20C12.4477 20 12 19.5523 12 19V5C12 4.44772 12.4477 4 13 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 10C17.5523 10 18 10.4477 18 11V14H20V11C20 10.4477 20.4477 10 21 10C21.5523 10 22 10.4477 22 11V19C22 19.5523 21.5523 20 21 20C20.4477 20 20 19.5523 20 19V16H17C16.4477 16 16 15.5523 16 15V11C16 10.4477 16.4477 10 17 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L13 11C13.5523 11 14 11.4477 14 12C14 12.5523 13.5523 13 13 13L3 13C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-heading-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 4C3.55228 4 4 4.44772 4 5V19C4 19.5523 3.55228 20 3 20C2.44772 20 2 19.5523 2 19V5C2 4.44772 2.44772 4 3 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 4C13.5523 4 14 4.44772 14 5V19C14 19.5523 13.5523 20 13 20C12.4477 20 12 19.5523 12 19V5C12 4.44772 12.4477 4 13 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 11C16 10.4477 16.4477 10 17 10H21C21.5523 10 22 10.4477 22 11C22 11.5523 21.5523 12 21 12H18V13H18.5C20.433 13 22 14.567 22 16.5V17C22 18.6569 20.6569 20 19 20C17.3431 20 16 18.6569 16 17V16.5C16 15.9477 16.4477 15.5 17 15.5C17.5523 15.5 18 15.9477 18 16.5V17C18 17.5523 18.4477 18 19 18C19.5523 18 20 17.5523 20 17V16.5C20 15.6716 19.3284 15 18.5 15H17C16.4477 15 16 14.5523 16 14V11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L13 11C13.5523 11 14 11.4477 14 12C14 12.5523 13.5523 13 13 13L3 13C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 4C3.55228 4 4 4.44772 4 5V19C4 19.5523 3.55228 20 3 20C2.44772 20 2 19.5523 2 19V5C2 4.44772 2.44772 4 3 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 4C13.5523 4 14 4.44772 14 5V19C14 19.5523 13.5523 20 13 20C12.4477 20 12 19.5523 12 19V5C12 4.44772 12.4477 4 13 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 11C16 10.4477 16.4477 10 17 10H21C21.5523 10 22 10.4477 22 11C22 11.5523 21.5523 12 21 12H18V13H18.5C20.433 13 22 14.567 22 16.5V17C22 18.6569 20.6569 20 19 20C17.3431 20 16 18.6569 16 17V16.5C16 15.9477 16.4477 15.5 17 15.5C17.5523 15.5 18 15.9477 18 16.5V17C18 17.5523 18.4477 18 19 18C19.5523 18 20 17.5523 20 17V16.5C20 15.6716 19.3284 15 18.5 15H17C16.4477 15 16 14.5523 16 14V11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L13 11C13.5523 11 14 11.4477 14 12C14 12.5523 13.5523 13 13 13L3 13C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-heading-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 4C3.55228 4 4 4.44772 4 5V19C4 19.5523 3.55228 20 3 20C2.44772 20 2 19.5523 2 19V5C2 4.44772 2.44772 4 3 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 4C13.5523 4 14 4.44772 14 5V19C14 19.5523 13.5523 20 13 20C12.4477 20 12 19.5523 12 19V5C12 4.44772 12.4477 4 13 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 13C16 11.3431 17.3431 10 19 10C20.6569 10 22 11.3431 22 13C22 13.5523 21.5523 14 21 14C20.4477 14 20 13.5523 20 13C20 12.4477 19.5523 12 19 12C18.4477 12 18 12.4477 18 13V14.1707C18.3128 14.0602 18.6494 14 19 14C20.6569 14 22 15.3431 22 17C22 18.6569 20.6569 20 19 20C17.3431 20 16 18.6569 16 17V13ZM18 17C18 17.5523 18.4477 18 19 18C19.5523 18 20 17.5523 20 17C20 16.4477 19.5523 16 19 16C18.4477 16 18 16.4477 18 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L13 11C13.5523 11 14 11.4477 14 12C14 12.5523 13.5523 13 13 13L3 13C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 4C3.55228 4 4 4.44772 4 5V19C4 19.5523 3.55228 20 3 20C2.44772 20 2 19.5523 2 19V5C2 4.44772 2.44772 4 3 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 4C13.5523 4 14 4.44772 14 5V19C14 19.5523 13.5523 20 13 20C12.4477 20 12 19.5523 12 19V5C12 4.44772 12.4477 4 13 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 13C16 11.3431 17.3431 10 19 10C20.6569 10 22 11.3431 22 13C22 13.5523 21.5523 14 21 14C20.4477 14 20 13.5523 20 13C20 12.4477 19.5523 12 19 12C18.4477 12 18 12.4477 18 13V14.1707C18.3128 14.0602 18.6494 14 19 14C20.6569 14 22 15.3431 22 17C22 18.6569 20.6569 20 19 20C17.3431 20 16 18.6569 16 17V13ZM18 17C18 17.5523 18.4477 18 19 18C19.5523 18 20 17.5523 20 17C20 16.4477 19.5523 16 19 16C18.4477 16 18 16.4477 18 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L13 11C13.5523 11 14 11.4477 14 12C14 12.5523 13.5523 13 13 13L3 13C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-heading{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 3C6.55228 3 7 3.44772 7 4V20C7 20.5523 6.55228 21 6 21C5.44772 21 5 20.5523 5 20V4C5 3.44772 5.44772 3 6 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 3C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20V4C17 3.44772 17.4477 3 18 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 12C5 11.4477 5.44772 11 6 11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H6C5.44772 13 5 12.5523 5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 3C6.55228 3 7 3.44772 7 4V20C7 20.5523 6.55228 21 6 21C5.44772 21 5 20.5523 5 20V4C5 3.44772 5.44772 3 6 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 3C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20V4C17 3.44772 17.4477 3 18 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 12C5 11.4477 5.44772 11 6 11H18C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13H6C5.44772 13 5 12.5523 5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-horizontal-drag-drop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 6C19.1046 6 20 6.89543 20 8L20 8.00635C20 9.11092 19.1046 10.0063 18 10.0063C16.8954 10.0063 16 9.11092 16 8.00635L16 8C16 6.89543 16.8954 6 18 6ZM18 13.9937C19.1046 13.9937 20 14.8891 20 15.9937L20 16C20 17.1046 19.1046 18 18 18C16.8954 18 16 17.1046 16 16L16 15.9937C16 14.8891 16.8954 13.9937 18 13.9937ZM12 6C13.1046 6 14 6.89543 14 8L14 8.00635C14 9.11092 13.1046 10.0063 12 10.0063C10.8954 10.0063 10 9.11092 10 8.00635L10 8C10 6.89543 10.8954 6 12 6ZM12 13.9937C13.1046 13.9937 14 14.8891 14 15.9937L14 16C14 17.1046 13.1046 18 12 18C10.8954 18 10 17.1046 10 16L10 15.9937C10 14.8891 10.8954 13.9937 12 13.9937ZM6 6C7.10457 6 8 6.89543 8 8L8 8.00635C8 9.11092 7.10457 10.0063 6 10.0063C4.89543 10.0063 4 9.11091 4 8.00635L4 8C4 6.89543 4.89543 6 6 6ZM6 13.9937C7.10457 13.9937 8 14.8891 8 15.9937L8 16C8 17.1046 7.10457 18 6 18C4.89543 18 4 17.1046 4 16L4 15.9937C4 14.8891 4.89543 13.9937 6 13.9937Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 6C19.1046 6 20 6.89543 20 8L20 8.00635C20 9.11092 19.1046 10.0063 18 10.0063C16.8954 10.0063 16 9.11092 16 8.00635L16 8C16 6.89543 16.8954 6 18 6ZM18 13.9937C19.1046 13.9937 20 14.8891 20 15.9937L20 16C20 17.1046 19.1046 18 18 18C16.8954 18 16 17.1046 16 16L16 15.9937C16 14.8891 16.8954 13.9937 18 13.9937ZM12 6C13.1046 6 14 6.89543 14 8L14 8.00635C14 9.11092 13.1046 10.0063 12 10.0063C10.8954 10.0063 10 9.11092 10 8.00635L10 8C10 6.89543 10.8954 6 12 6ZM12 13.9937C13.1046 13.9937 14 14.8891 14 15.9937L14 16C14 17.1046 13.1046 18 12 18C10.8954 18 10 17.1046 10 16L10 15.9937C10 14.8891 10.8954 13.9937 12 13.9937ZM6 6C7.10457 6 8 6.89543 8 8L8 8.00635C8 9.11092 7.10457 10.0063 6 10.0063C4.89543 10.0063 4 9.11091 4 8.00635L4 8C4 6.89543 4.89543 6 6 6ZM6 13.9937C7.10457 13.9937 8 14.8891 8 15.9937L8 16C8 17.1046 7.10457 18 6 18C4.89543 18 4 17.1046 4 16L4 15.9937C4 14.8891 4.89543 13.9937 6 13.9937Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-insert-bottom-image{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 3.125C2.25 2.57272 2.69772 2.125 3.25 2.125H19.25C19.8023 2.125 20.25 2.57272 20.25 3.125C20.25 3.67728 19.8023 4.125 19.25 4.125H3.25C2.69772 4.125 2.25 3.67728 2.25 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 7.125C2.25 6.57272 2.69772 6.125 3.25 6.125H12.25C12.8023 6.125 13.25 6.57272 13.25 7.125C13.25 7.67728 12.8023 8.125 12.25 8.125H3.25C2.69772 8.125 2.25 7.67728 2.25 7.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0537 10.375C17.1865 10.375 18.1123 10.375 18.8431 10.4732C19.6071 10.5759 20.2694 10.7982 20.7981 11.3269C21.3268 11.8556 21.5491 12.5179 21.6518 13.2819C21.75 14.0127 21.75 14.9385 21.75 16.0713V16.0713V16.1787V16.1787C21.75 17.3115 21.75 18.2373 21.6518 18.9681C21.5491 19.7321 21.3268 20.3944 20.7981 20.9231C20.2694 21.4518 19.6071 21.6741 18.8431 21.7768C18.1123 21.875 17.1865 21.875 16.0537 21.875H7.94631C6.81348 21.875 5.88775 21.875 5.15689 21.7768C4.39293 21.6741 3.7306 21.4518 3.2019 20.9231C2.67321 20.3944 2.45093 19.7321 2.34822 18.9681C2.24996 18.2373 2.24998 17.3115 2.25 16.1787V16.1787V16.0713V16.0713C2.24998 14.9385 2.24996 14.0127 2.34822 13.2819C2.45093 12.5179 2.67321 11.8556 3.2019 11.3269C3.7306 10.7982 4.39293 10.5759 5.15689 10.4732C5.88774 10.375 6.81346 10.375 7.94629 10.375H7.94631H16.0537H16.0537Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 3.125C2.25 2.57272 2.69772 2.125 3.25 2.125H19.25C19.8023 2.125 20.25 2.57272 20.25 3.125C20.25 3.67728 19.8023 4.125 19.25 4.125H3.25C2.69772 4.125 2.25 3.67728 2.25 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 7.125C2.25 6.57272 2.69772 6.125 3.25 6.125H12.25C12.8023 6.125 13.25 6.57272 13.25 7.125C13.25 7.67728 12.8023 8.125 12.25 8.125H3.25C2.69772 8.125 2.25 7.67728 2.25 7.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0537 10.375C17.1865 10.375 18.1123 10.375 18.8431 10.4732C19.6071 10.5759 20.2694 10.7982 20.7981 11.3269C21.3268 11.8556 21.5491 12.5179 21.6518 13.2819C21.75 14.0127 21.75 14.9385 21.75 16.0713V16.0713V16.1787V16.1787C21.75 17.3115 21.75 18.2373 21.6518 18.9681C21.5491 19.7321 21.3268 20.3944 20.7981 20.9231C20.2694 21.4518 19.6071 21.6741 18.8431 21.7768C18.1123 21.875 17.1865 21.875 16.0537 21.875H7.94631C6.81348 21.875 5.88775 21.875 5.15689 21.7768C4.39293 21.6741 3.7306 21.4518 3.2019 20.9231C2.67321 20.3944 2.45093 19.7321 2.34822 18.9681C2.24996 18.2373 2.24998 17.3115 2.25 16.1787V16.1787V16.0713V16.0713C2.24998 14.9385 2.24996 14.0127 2.34822 13.2819C2.45093 12.5179 2.67321 11.8556 3.2019 11.3269C3.7306 10.7982 4.39293 10.5759 5.15689 10.4732C5.88774 10.375 6.81346 10.375 7.94629 10.375H7.94631H16.0537H16.0537Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-insert-center-image{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 3C2.25 2.44772 2.69772 2 3.25 2H19.25C19.8023 2 20.25 2.44772 20.25 3C20.25 3.55228 19.8023 4 19.25 4H3.25C2.69772 4 2.25 3.55228 2.25 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 21C2.25 20.4477 2.69772 20 3.25 20H12.25C12.8023 20 13.25 20.4477 13.25 21C13.25 21.5523 12.8023 22 12.25 22H3.25C2.69772 22 2.25 21.5523 2.25 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0537 6.25C17.1865 6.24998 18.1123 6.24996 18.8431 6.34822C19.6071 6.45093 20.2694 6.67321 20.7981 7.2019C21.3268 7.7306 21.5491 8.39294 21.6518 9.15689C21.75 9.88774 21.75 10.8135 21.75 11.9463V11.9463V12.0537V12.0537C21.75 13.1865 21.75 14.1123 21.6518 14.8431C21.5491 15.6071 21.3268 16.2694 20.7981 16.7981C20.2694 17.3268 19.6071 17.5491 18.8431 17.6518C18.1123 17.75 17.1865 17.75 16.0537 17.75H7.94631C6.81348 17.75 5.88775 17.75 5.15689 17.6518C4.39293 17.5491 3.7306 17.3268 3.2019 16.7981C2.67321 16.2694 2.45093 15.6071 2.34822 14.8431C2.24996 14.1123 2.24998 13.1865 2.25 12.0537V12.0537V11.9463V11.9463C2.24998 10.8135 2.24996 9.88774 2.34822 9.15689C2.45093 8.39294 2.67321 7.7306 3.2019 7.2019C3.7306 6.67321 4.39293 6.45093 5.15689 6.34822C5.88774 6.24996 6.81346 6.24998 7.94629 6.25H7.94631H16.0537H16.0537Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 3C2.25 2.44772 2.69772 2 3.25 2H19.25C19.8023 2 20.25 2.44772 20.25 3C20.25 3.55228 19.8023 4 19.25 4H3.25C2.69772 4 2.25 3.55228 2.25 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 21C2.25 20.4477 2.69772 20 3.25 20H12.25C12.8023 20 13.25 20.4477 13.25 21C13.25 21.5523 12.8023 22 12.25 22H3.25C2.69772 22 2.25 21.5523 2.25 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0537 6.25C17.1865 6.24998 18.1123 6.24996 18.8431 6.34822C19.6071 6.45093 20.2694 6.67321 20.7981 7.2019C21.3268 7.7306 21.5491 8.39294 21.6518 9.15689C21.75 9.88774 21.75 10.8135 21.75 11.9463V11.9463V12.0537V12.0537C21.75 13.1865 21.75 14.1123 21.6518 14.8431C21.5491 15.6071 21.3268 16.2694 20.7981 16.7981C20.2694 17.3268 19.6071 17.5491 18.8431 17.6518C18.1123 17.75 17.1865 17.75 16.0537 17.75H7.94631C6.81348 17.75 5.88775 17.75 5.15689 17.6518C4.39293 17.5491 3.7306 17.3268 3.2019 16.7981C2.67321 16.2694 2.45093 15.6071 2.34822 14.8431C2.24996 14.1123 2.24998 13.1865 2.25 12.0537V12.0537V11.9463V11.9463C2.24998 10.8135 2.24996 9.88774 2.34822 9.15689C2.45093 8.39294 2.67321 7.7306 3.2019 7.2019C3.7306 6.67321 4.39293 6.45093 5.15689 6.34822C5.88774 6.24996 6.81346 6.24998 7.94629 6.25H7.94631H16.0537H16.0537Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-insert-top-image{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 16.875C2.25 16.3227 2.69772 15.875 3.25 15.875H19.25C19.8023 15.875 20.25 16.3227 20.25 16.875C20.25 17.4273 19.8023 17.875 19.25 17.875H3.25C2.69772 17.875 2.25 17.4273 2.25 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 20.875C2.25 20.3227 2.69772 19.875 3.25 19.875H12.25C12.8023 19.875 13.25 20.3227 13.25 20.875C13.25 21.4273 12.8023 21.875 12.25 21.875H3.25C2.69772 21.875 2.25 21.4273 2.25 20.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0537 2.125C17.1865 2.12498 18.1123 2.12496 18.8431 2.22322C19.6071 2.32593 20.2694 2.54821 20.7981 3.0769C21.3268 3.6056 21.5491 4.26794 21.6518 5.03189C21.75 5.76274 21.75 6.68847 21.75 7.82129V7.82131V7.92869V7.92871C21.75 9.06154 21.75 9.98726 21.6518 10.7181C21.5491 11.4821 21.3268 12.1444 20.7981 12.6731C20.2694 13.2018 19.6071 13.4241 18.8431 13.5268C18.1123 13.625 17.1865 13.625 16.0537 13.625H7.94631C6.81348 13.625 5.88775 13.625 5.15689 13.5268C4.39293 13.4241 3.7306 13.2018 3.2019 12.6731C2.67321 12.1444 2.45093 11.4821 2.34822 10.7181C2.24996 9.98726 2.24998 9.06154 2.25 7.92872V7.92869V7.82131V7.82129C2.24998 6.68846 2.24996 5.76274 2.34822 5.03189C2.45093 4.26794 2.67321 3.6056 3.2019 3.0769C3.7306 2.54821 4.39293 2.32593 5.15689 2.22322C5.88774 2.12496 6.81346 2.12498 7.94629 2.125H7.94631H16.0537H16.0537Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 16.875C2.25 16.3227 2.69772 15.875 3.25 15.875H19.25C19.8023 15.875 20.25 16.3227 20.25 16.875C20.25 17.4273 19.8023 17.875 19.25 17.875H3.25C2.69772 17.875 2.25 17.4273 2.25 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 20.875C2.25 20.3227 2.69772 19.875 3.25 19.875H12.25C12.8023 19.875 13.25 20.3227 13.25 20.875C13.25 21.4273 12.8023 21.875 12.25 21.875H3.25C2.69772 21.875 2.25 21.4273 2.25 20.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0537 2.125C17.1865 2.12498 18.1123 2.12496 18.8431 2.22322C19.6071 2.32593 20.2694 2.54821 20.7981 3.0769C21.3268 3.6056 21.5491 4.26794 21.6518 5.03189C21.75 5.76274 21.75 6.68847 21.75 7.82129V7.82131V7.92869V7.92871C21.75 9.06154 21.75 9.98726 21.6518 10.7181C21.5491 11.4821 21.3268 12.1444 20.7981 12.6731C20.2694 13.2018 19.6071 13.4241 18.8431 13.5268C18.1123 13.625 17.1865 13.625 16.0537 13.625H7.94631C6.81348 13.625 5.88775 13.625 5.15689 13.5268C4.39293 13.4241 3.7306 13.2018 3.2019 12.6731C2.67321 12.1444 2.45093 11.4821 2.34822 10.7181C2.24996 9.98726 2.24998 9.06154 2.25 7.92872V7.92869V7.82131V7.82129C2.24998 6.68846 2.24996 5.76274 2.34822 5.03189C2.45093 4.26794 2.67321 3.6056 3.2019 3.0769C3.7306 2.54821 4.39293 2.32593 5.15689 2.22322C5.88774 2.12496 6.81346 2.12498 7.94629 2.125H7.94631H16.0537H16.0537Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-join-bevel{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.29463 1.32991C9.92242 1.41432 10.4892 1.59999 10.9447 2.05546C11.4002 2.51093 11.5858 3.07773 11.6702 3.70552C11.7502 4.3003 11.7502 5.04951 11.7502 5.94798V5.94801L11.7502 9C11.7502 9.96401 11.7517 10.6116 11.8167 11.0946C11.8787 11.5561 11.986 11.7536 12.1163 11.8839C12.2466 12.0142 12.4441 12.1214 12.9055 12.1835C13.3886 12.2484 14.0361 12.25 15.0002 12.25L18.0521 12.25H18.0522C18.9506 12.25 19.6999 12.2499 20.2946 12.3299C20.9224 12.4143 21.4892 12.6 21.9447 13.0555C22.4002 13.5109 22.5858 14.0777 22.6702 14.7055C22.7502 15.3003 22.7502 16.0495 22.7502 16.948V18.052C22.7502 18.9505 22.7502 19.6997 22.6702 20.2945C22.5858 20.9223 22.4002 21.4891 21.9447 21.9445C21.4892 22.4 20.9224 22.5857 20.2946 22.6701C19.6998 22.7501 18.9506 22.75 18.0521 22.75H10.657L10.5362 22.7501C9.83755 22.7507 9.28465 22.7513 8.7762 22.5407C8.26775 22.3301 7.87716 21.9387 7.38365 21.4443L7.38364 21.4443L7.29825 21.3588L2.64139 16.7019L2.55588 16.6165C2.06142 16.123 1.67009 15.7324 1.45948 15.224C1.24888 14.7155 1.24941 14.1626 1.25007 13.464L1.25015 13.3431L1.25015 5.948C1.25012 5.04952 1.2501 4.3003 1.33006 3.70552C1.41447 3.07773 1.60014 2.51093 2.05561 2.05546C2.51108 1.59999 3.07788 1.41432 3.70567 1.32991C4.30044 1.24995 5.04965 1.24997 5.94812 1.25H5.94815H7.05215H7.05218C7.95065 1.24997 8.69986 1.24995 9.29463 1.32991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.29463 1.32991C9.92242 1.41432 10.4892 1.59999 10.9447 2.05546C11.4002 2.51093 11.5858 3.07773 11.6702 3.70552C11.7502 4.3003 11.7502 5.04951 11.7502 5.94798V5.94801L11.7502 9C11.7502 9.96401 11.7517 10.6116 11.8167 11.0946C11.8787 11.5561 11.986 11.7536 12.1163 11.8839C12.2466 12.0142 12.4441 12.1214 12.9055 12.1835C13.3886 12.2484 14.0361 12.25 15.0002 12.25L18.0521 12.25H18.0522C18.9506 12.25 19.6999 12.2499 20.2946 12.3299C20.9224 12.4143 21.4892 12.6 21.9447 13.0555C22.4002 13.5109 22.5858 14.0777 22.6702 14.7055C22.7502 15.3003 22.7502 16.0495 22.7502 16.948V18.052C22.7502 18.9505 22.7502 19.6997 22.6702 20.2945C22.5858 20.9223 22.4002 21.4891 21.9447 21.9445C21.4892 22.4 20.9224 22.5857 20.2946 22.6701C19.6998 22.7501 18.9506 22.75 18.0521 22.75H10.657L10.5362 22.7501C9.83755 22.7507 9.28465 22.7513 8.7762 22.5407C8.26775 22.3301 7.87716 21.9387 7.38365 21.4443L7.38364 21.4443L7.29825 21.3588L2.64139 16.7019L2.55588 16.6165C2.06142 16.123 1.67009 15.7324 1.45948 15.224C1.24888 14.7155 1.24941 14.1626 1.25007 13.464L1.25015 13.3431L1.25015 5.948C1.25012 5.04952 1.2501 4.3003 1.33006 3.70552C1.41447 3.07773 1.60014 2.51093 2.05561 2.05546C2.51108 1.59999 3.07788 1.41432 3.70567 1.32991C4.30044 1.24995 5.04965 1.24997 5.94812 1.25H5.94815H7.05215H7.05218C7.95065 1.24997 8.69986 1.24995 9.29463 1.32991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-join-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.29448 1.32991C9.92228 1.41432 10.4891 1.59999 10.9445 2.05546C11.4 2.51093 11.5857 3.07773 11.6701 3.70552C11.7501 4.3003 11.75 5.04951 11.75 5.94798V5.94801L11.75 9C11.75 9.96401 11.7516 10.6116 11.8165 11.0946C11.8786 11.5561 11.9858 11.7536 12.1161 11.8839C12.2464 12.0142 12.4439 12.1214 12.9054 12.1835C13.3884 12.2484 14.036 12.25 15 12.25L18.052 12.25H18.052C18.9505 12.25 19.6997 12.2499 20.2945 12.3299C20.9223 12.4143 21.4891 12.6 21.9445 13.0555C22.4 13.5109 22.5857 14.0777 22.6701 14.7055C22.7501 15.3003 22.75 16.0495 22.75 16.948V18.052C22.75 18.9505 22.7501 19.6997 22.6701 20.2945C22.5857 20.9223 22.4 21.4891 21.9445 21.9445C21.4891 22.4 20.9223 22.5857 20.2945 22.6701C19.6997 22.7501 18.9505 22.75 18.052 22.75H15.9415C12.6912 22.75 10.1752 22.75 8.21916 22.487C6.2298 22.2196 4.70763 21.6678 3.51993 20.4801C2.33222 19.2924 1.78044 17.7702 1.51297 15.7808C1.24999 13.8248 1.24999 11.3088 1.25 8.05851L1.25 5.948V5.94797C1.24997 5.04951 1.24995 4.3003 1.32991 3.70552C1.41432 3.07773 1.59999 2.51093 2.05546 2.05546C2.51093 1.59999 3.07773 1.41432 3.70552 1.32991C4.3003 1.24995 5.0495 1.24997 5.94797 1.25H5.948H7.052H7.05203C7.9505 1.24997 8.69971 1.24995 9.29448 1.32991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.29448 1.32991C9.92228 1.41432 10.4891 1.59999 10.9445 2.05546C11.4 2.51093 11.5857 3.07773 11.6701 3.70552C11.7501 4.3003 11.75 5.04951 11.75 5.94798V5.94801L11.75 9C11.75 9.96401 11.7516 10.6116 11.8165 11.0946C11.8786 11.5561 11.9858 11.7536 12.1161 11.8839C12.2464 12.0142 12.4439 12.1214 12.9054 12.1835C13.3884 12.2484 14.036 12.25 15 12.25L18.052 12.25H18.052C18.9505 12.25 19.6997 12.2499 20.2945 12.3299C20.9223 12.4143 21.4891 12.6 21.9445 13.0555C22.4 13.5109 22.5857 14.0777 22.6701 14.7055C22.7501 15.3003 22.75 16.0495 22.75 16.948V18.052C22.75 18.9505 22.7501 19.6997 22.6701 20.2945C22.5857 20.9223 22.4 21.4891 21.9445 21.9445C21.4891 22.4 20.9223 22.5857 20.2945 22.6701C19.6997 22.7501 18.9505 22.75 18.052 22.75H15.9415C12.6912 22.75 10.1752 22.75 8.21916 22.487C6.2298 22.2196 4.70763 21.6678 3.51993 20.4801C2.33222 19.2924 1.78044 17.7702 1.51297 15.7808C1.24999 13.8248 1.24999 11.3088 1.25 8.05851L1.25 5.948V5.94797C1.24997 5.04951 1.24995 4.3003 1.32991 3.70552C1.41432 3.07773 1.59999 2.51093 2.05546 2.05546C2.51093 1.59999 3.07773 1.41432 3.70552 1.32991C4.3003 1.24995 5.0495 1.24997 5.94797 1.25H5.948H7.052H7.05203C7.9505 1.24997 8.69971 1.24995 9.29448 1.32991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-join-straight{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.29448 1.32991C9.92228 1.41432 10.4891 1.59999 10.9445 2.05546C11.4 2.51093 11.5857 3.07773 11.6701 3.70552C11.7501 4.3003 11.75 5.04951 11.75 5.94798V5.94801L11.75 9C11.75 9.96401 11.7516 10.6116 11.8165 11.0946C11.8786 11.5561 11.9858 11.7536 12.1161 11.8839C12.2464 12.0142 12.4439 12.1214 12.9054 12.1835C13.3884 12.2484 14.036 12.25 15 12.25L18.052 12.25H18.052C18.9505 12.25 19.6997 12.2499 20.2945 12.3299C20.9223 12.4143 21.4891 12.6 21.9445 13.0555C22.4 13.5109 22.5857 14.0777 22.6701 14.7055C22.7501 15.3003 22.75 16.0495 22.75 16.948V18.052C22.75 18.9505 22.7501 19.6997 22.6701 20.2945C22.5857 20.9223 22.4 21.4891 21.9445 21.9445C21.4891 22.4 20.9223 22.5857 20.2945 22.6701C19.6997 22.7501 18.9505 22.75 18.052 22.75H7.94513C6.57754 22.75 5.47522 22.75 4.60825 22.6335C3.70814 22.5125 2.95027 22.2536 2.34835 21.6517C1.74644 21.0497 1.48754 20.2919 1.36653 19.3918C1.24996 18.5248 1.24998 17.4225 1.25 16.0549L1.25 5.948V5.94797C1.24997 5.04951 1.24995 4.3003 1.32991 3.70552C1.41432 3.07773 1.59999 2.51093 2.05546 2.05546C2.51093 1.59999 3.07773 1.41432 3.70552 1.32991C4.3003 1.24995 5.0495 1.24997 5.94797 1.25H5.948H7.052H7.05203C7.9505 1.24997 8.69971 1.24995 9.29448 1.32991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.29448 1.32991C9.92228 1.41432 10.4891 1.59999 10.9445 2.05546C11.4 2.51093 11.5857 3.07773 11.6701 3.70552C11.7501 4.3003 11.75 5.04951 11.75 5.94798V5.94801L11.75 9C11.75 9.96401 11.7516 10.6116 11.8165 11.0946C11.8786 11.5561 11.9858 11.7536 12.1161 11.8839C12.2464 12.0142 12.4439 12.1214 12.9054 12.1835C13.3884 12.2484 14.036 12.25 15 12.25L18.052 12.25H18.052C18.9505 12.25 19.6997 12.2499 20.2945 12.3299C20.9223 12.4143 21.4891 12.6 21.9445 13.0555C22.4 13.5109 22.5857 14.0777 22.6701 14.7055C22.7501 15.3003 22.75 16.0495 22.75 16.948V18.052C22.75 18.9505 22.7501 19.6997 22.6701 20.2945C22.5857 20.9223 22.4 21.4891 21.9445 21.9445C21.4891 22.4 20.9223 22.5857 20.2945 22.6701C19.6997 22.7501 18.9505 22.75 18.052 22.75H7.94513C6.57754 22.75 5.47522 22.75 4.60825 22.6335C3.70814 22.5125 2.95027 22.2536 2.34835 21.6517C1.74644 21.0497 1.48754 20.2919 1.36653 19.3918C1.24996 18.5248 1.24998 17.4225 1.25 16.0549L1.25 5.948V5.94797C1.24997 5.04951 1.24995 4.3003 1.32991 3.70552C1.41432 3.07773 1.59999 2.51093 2.05546 2.05546C2.51093 1.59999 3.07773 1.41432 3.70552 1.32991C4.3003 1.24995 5.0495 1.24997 5.94797 1.25H5.948H7.052H7.05203C7.9505 1.24997 8.69971 1.24995 9.29448 1.32991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-language-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM11.5 6.25C11.9142 6.25 12.25 6.58579 12.25 7V7.62931L17 7.62931C17.4142 7.62931 17.75 7.9651 17.75 8.37931C17.75 8.79352 17.4142 9.12931 17 9.12931H15.0533C14.5141 10.7301 13.6127 12.229 12.5989 13.5649L14.0762 15.1008C14.3634 15.3993 14.3542 15.8741 14.0557 16.1612C13.7571 16.4484 13.2823 16.4391 12.9952 16.1406L11.6473 14.7394C10.7274 15.8081 9.76369 16.7583 8.90051 17.5521C8.59561 17.8324 8.12115 17.8126 7.84078 17.5077C7.56041 17.2028 7.5803 16.7283 7.8852 16.4479C8.76185 15.6418 9.72949 14.6835 10.6354 13.6145C10.4069 13.3276 10.1708 13.0167 9.95417 12.7163C9.61723 12.249 9.28915 11.7549 9.12735 11.4077C8.95237 11.0323 9.11487 10.5861 9.49031 10.4111C9.86575 10.2361 10.312 10.3986 10.4869 10.7741C10.5823 10.9786 10.8328 11.3701 11.1708 11.8389C11.3064 12.0269 11.4498 12.2188 11.5931 12.4048C12.3554 11.3675 13.0108 10.2655 13.4571 9.12931H7C6.58579 9.12931 6.25 8.79352 6.25 8.37931C6.25 7.9651 6.58579 7.62931 7 7.62931H10.75V7C10.75 6.58579 11.0858 6.25 11.5 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM11.5 6.25C11.9142 6.25 12.25 6.58579 12.25 7V7.62931L17 7.62931C17.4142 7.62931 17.75 7.9651 17.75 8.37931C17.75 8.79352 17.4142 9.12931 17 9.12931H15.0533C14.5141 10.7301 13.6127 12.229 12.5989 13.5649L14.0762 15.1008C14.3634 15.3993 14.3542 15.8741 14.0557 16.1612C13.7571 16.4484 13.2823 16.4391 12.9952 16.1406L11.6473 14.7394C10.7274 15.8081 9.76369 16.7583 8.90051 17.5521C8.59561 17.8324 8.12115 17.8126 7.84078 17.5077C7.56041 17.2028 7.5803 16.7283 7.8852 16.4479C8.76185 15.6418 9.72949 14.6835 10.6354 13.6145C10.4069 13.3276 10.1708 13.0167 9.95417 12.7163C9.61723 12.249 9.28915 11.7549 9.12735 11.4077C8.95237 11.0323 9.11487 10.5861 9.49031 10.4111C9.86575 10.2361 10.312 10.3986 10.4869 10.7741C10.5823 10.9786 10.8328 11.3701 11.1708 11.8389C11.3064 12.0269 11.4498 12.2188 11.5931 12.4048C12.3554 11.3675 13.0108 10.2655 13.4571 9.12931H7C6.58579 9.12931 6.25 8.79352 6.25 8.37931C6.25 7.9651 6.58579 7.62931 7 7.62931H10.75V7C10.75 6.58579 11.0858 6.25 11.5 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-language-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM11.5 6.25C11.9142 6.25 12.25 6.58579 12.25 7V7.62931L17 7.62931C17.4142 7.62931 17.75 7.9651 17.75 8.37931C17.75 8.79352 17.4142 9.12931 17 9.12931H15.0533C14.5141 10.7301 13.6127 12.229 12.5989 13.5649L14.0762 15.1008C14.3634 15.3993 14.3542 15.8741 14.0557 16.1612C13.7571 16.4484 13.2823 16.4391 12.9952 16.1406L11.6473 14.7394C10.7274 15.8081 9.76369 16.7583 8.90051 17.5521C8.59561 17.8324 8.12115 17.8126 7.84078 17.5077C7.56041 17.2028 7.5803 16.7283 7.8852 16.4479C8.76185 15.6418 9.72949 14.6835 10.6354 13.6145C10.4069 13.3276 10.1708 13.0167 9.95417 12.7163C9.61723 12.249 9.28915 11.7549 9.12735 11.4077C8.95237 11.0323 9.11487 10.5861 9.49031 10.4111C9.86575 10.2361 10.312 10.3986 10.4869 10.7741C10.5823 10.9786 10.8328 11.3701 11.1708 11.8389C11.3064 12.0269 11.4498 12.2188 11.5931 12.4048C12.3554 11.3675 13.0108 10.2655 13.4571 9.12931H7C6.58579 9.12931 6.25 8.79352 6.25 8.37931C6.25 7.9651 6.58579 7.62931 7 7.62931H10.75V7C10.75 6.58579 11.0858 6.25 11.5 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM11.5 6.25C11.9142 6.25 12.25 6.58579 12.25 7V7.62931L17 7.62931C17.4142 7.62931 17.75 7.9651 17.75 8.37931C17.75 8.79352 17.4142 9.12931 17 9.12931H15.0533C14.5141 10.7301 13.6127 12.229 12.5989 13.5649L14.0762 15.1008C14.3634 15.3993 14.3542 15.8741 14.0557 16.1612C13.7571 16.4484 13.2823 16.4391 12.9952 16.1406L11.6473 14.7394C10.7274 15.8081 9.76369 16.7583 8.90051 17.5521C8.59561 17.8324 8.12115 17.8126 7.84078 17.5077C7.56041 17.2028 7.5803 16.7283 7.8852 16.4479C8.76185 15.6418 9.72949 14.6835 10.6354 13.6145C10.4069 13.3276 10.1708 13.0167 9.95417 12.7163C9.61723 12.249 9.28915 11.7549 9.12735 11.4077C8.95237 11.0323 9.11487 10.5861 9.49031 10.4111C9.86575 10.2361 10.312 10.3986 10.4869 10.7741C10.5823 10.9786 10.8328 11.3701 11.1708 11.8389C11.3064 12.0269 11.4498 12.2188 11.5931 12.4048C12.3554 11.3675 13.0108 10.2655 13.4571 9.12931H7C6.58579 9.12931 6.25 8.79352 6.25 8.37931C6.25 7.9651 6.58579 7.62931 7 7.62931H10.75V7C10.75 6.58579 11.0858 6.25 11.5 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-lasso-tool-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2575 3.62511C15.3523 2.90117 12.8995 2.76232 10.3664 3.43991C7.83334 4.11751 5.77906 5.46197 4.49203 7.03947C3.20397 8.61823 2.72898 10.3598 3.14968 11.9272C3.5091 13.2663 4.26652 14.2275 5.38217 14.8193C6.28965 15.3007 7.49027 15.5661 8.999 15.5235C8.92203 14.4527 9.48517 13.5912 10.2134 13.0246C10.9536 12.4487 11.9354 12.1054 12.9299 12.0102C14.5376 11.8563 16.4553 12.3507 17.5955 13.9243C18.6592 12.9418 19.5479 11.9233 20.1515 10.8995C20.919 9.59796 21.1847 8.36446 20.8693 7.18906C20.4485 5.62141 19.1644 4.34969 17.2575 3.62511ZM16.029 15.183C15.3982 14.2526 14.2769 13.8904 13.1205 14.0011C12.4278 14.0675 11.8269 14.3033 11.4415 14.6031C11.0653 14.8959 10.9716 15.173 10.9962 15.4066C11.0014 15.4555 11.0249 15.5843 11.3384 15.7383C11.6651 15.8987 12.1831 16.0107 12.841 16.0107C13.9066 16.0107 15.1008 15.7195 16.029 15.183ZM16.4762 17.2037C15.31 17.7513 13.995 18.0107 12.841 18.0107C11.9971 18.0107 11.1482 17.8729 10.457 17.5336C10.3951 17.5032 10.3337 17.4707 10.273 17.436C7.99384 17.6907 6.01236 17.4175 4.44496 16.5861C2.80619 15.7168 1.71144 14.2839 1.21805 12.4457C0.588606 10.1005 1.36244 7.71163 2.94236 5.77514C4.52332 3.83738 6.95619 2.28182 9.84962 1.50784C12.7431 0.733856 15.6288 0.86672 17.9679 1.75552C20.3053 2.64368 22.1715 4.32572 22.8009 6.6706C23.2985 8.52436 22.8173 10.3161 21.8743 11.9154C21.0322 13.3436 19.7896 14.6782 18.4114 15.8787C18.9662 19.0792 16.7257 22.3787 13.1232 22.9861C12.5786 23.0779 12.0627 22.7108 11.9709 22.1662C11.8791 21.6216 12.2461 21.1057 12.7907 21.0139C14.9431 20.651 16.3124 18.9679 16.4762 17.2037Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2575 3.62511C15.3523 2.90117 12.8995 2.76232 10.3664 3.43991C7.83334 4.11751 5.77906 5.46197 4.49203 7.03947C3.20397 8.61823 2.72898 10.3598 3.14968 11.9272C3.5091 13.2663 4.26652 14.2275 5.38217 14.8193C6.28965 15.3007 7.49027 15.5661 8.999 15.5235C8.92203 14.4527 9.48517 13.5912 10.2134 13.0246C10.9536 12.4487 11.9354 12.1054 12.9299 12.0102C14.5376 11.8563 16.4553 12.3507 17.5955 13.9243C18.6592 12.9418 19.5479 11.9233 20.1515 10.8995C20.919 9.59796 21.1847 8.36446 20.8693 7.18906C20.4485 5.62141 19.1644 4.34969 17.2575 3.62511ZM16.029 15.183C15.3982 14.2526 14.2769 13.8904 13.1205 14.0011C12.4278 14.0675 11.8269 14.3033 11.4415 14.6031C11.0653 14.8959 10.9716 15.173 10.9962 15.4066C11.0014 15.4555 11.0249 15.5843 11.3384 15.7383C11.6651 15.8987 12.1831 16.0107 12.841 16.0107C13.9066 16.0107 15.1008 15.7195 16.029 15.183ZM16.4762 17.2037C15.31 17.7513 13.995 18.0107 12.841 18.0107C11.9971 18.0107 11.1482 17.8729 10.457 17.5336C10.3951 17.5032 10.3337 17.4707 10.273 17.436C7.99384 17.6907 6.01236 17.4175 4.44496 16.5861C2.80619 15.7168 1.71144 14.2839 1.21805 12.4457C0.588606 10.1005 1.36244 7.71163 2.94236 5.77514C4.52332 3.83738 6.95619 2.28182 9.84962 1.50784C12.7431 0.733856 15.6288 0.86672 17.9679 1.75552C20.3053 2.64368 22.1715 4.32572 22.8009 6.6706C23.2985 8.52436 22.8173 10.3161 21.8743 11.9154C21.0322 13.3436 19.7896 14.6782 18.4114 15.8787C18.9662 19.0792 16.7257 22.3787 13.1232 22.9861C12.5786 23.0779 12.0627 22.7108 11.9709 22.1662C11.8791 21.6216 12.2461 21.1057 12.7907 21.0139C14.9431 20.651 16.3124 18.9679 16.4762 17.2037Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-lasso-tool-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.68253 1.88834L5.75723 1.91962L12.0779 4.56535C12.7856 4.86157 13.1439 4.92941 13.4281 4.90956C13.7139 4.88959 14.0609 4.77162 14.7255 4.38216L18.3592 2.25273C19.0568 1.84386 19.6794 1.47889 20.1953 1.27458C20.7309 1.06246 21.4748 0.893023 22.1622 1.37267C22.8213 1.83251 22.9594 2.56909 22.9912 3.14671C23.0227 3.7208 22.9609 4.46628 22.8901 5.32175L22.3299 12.0926C22.2251 13.3596 22.0508 14.4614 21.3977 15.3053C20.7274 16.1713 19.6993 16.5869 18.4229 16.9235L18.4105 16.9267L10.2424 18.9694C9.70661 19.1034 9.16365 18.7777 9.02966 18.2419C8.89566 17.7061 9.22138 17.1632 9.75716 17.0292L17.9189 14.988C19.1324 14.6675 19.5803 14.3857 19.816 14.0812C20.0692 13.7541 20.2305 13.2116 20.3367 11.9277L20.8909 5.22915C20.9695 4.28003 21.0172 3.67521 20.9942 3.25634C20.9911 3.20075 20.987 3.15389 20.9825 3.11464C20.9667 3.12045 20.9498 3.1269 20.9317 3.13408C20.5771 3.27453 20.0895 3.55689 19.3027 4.01799L15.7367 6.1077C15.0062 6.53574 14.3296 6.85147 13.5675 6.9047C12.8039 6.95803 12.09 6.73855 11.3057 6.41025L4.98499 3.76451C4.07034 3.38166 3.49483 3.14391 3.08678 3.04248C3.056 3.03483 3.02823 3.02847 3.00326 3.0232C3.00687 3.07328 3.01349 3.13514 3.02478 3.21079C3.09314 3.66893 3.27925 4.31336 3.57051 5.30902L6.45981 15.2194C6.61439 15.7496 6.30988 16.3047 5.77967 16.4593C5.24946 16.6139 4.69432 16.3094 4.53975 15.7792L1.65096 5.87055L1.63014 5.7994C1.36558 4.8952 1.13782 4.11682 1.04668 3.50594C0.956377 2.90073 0.940071 2.10343 1.54004 1.50621C2.16979 0.879344 2.98113 0.955352 3.56924 1.10154C4.14541 1.24476 4.86546 1.54624 5.68253 1.88834Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.49351 16C6.45155 16 6 16.6423 6 17C6 17.3577 6.45155 18 7.49351 18C8.53548 18 8.98703 17.3577 8.98703 17C8.98703 16.6423 8.53548 16 7.49351 16ZM4 17C4 15.1486 5.78122 14 7.49351 14C9.1929 14 10.9602 15.1313 10.9867 16.9583C11.0567 17.9386 10.951 21.146 7.4493 22.8947C6.9552 23.1414 6.35463 22.9409 6.10789 22.4468C5.86115 21.9527 6.06168 21.3521 6.55578 21.1053C7.21535 20.776 7.6998 20.3778 8.05467 19.9595C7.8684 19.9863 7.68055 20 7.49351 20C5.78122 20 4 18.8515 4 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.68253 1.88834L5.75723 1.91962L12.0779 4.56535C12.7856 4.86157 13.1439 4.92941 13.4281 4.90956C13.7139 4.88959 14.0609 4.77162 14.7255 4.38216L18.3592 2.25273C19.0568 1.84386 19.6794 1.47889 20.1953 1.27458C20.7309 1.06246 21.4748 0.893023 22.1622 1.37267C22.8213 1.83251 22.9594 2.56909 22.9912 3.14671C23.0227 3.7208 22.9609 4.46628 22.8901 5.32175L22.3299 12.0926C22.2251 13.3596 22.0508 14.4614 21.3977 15.3053C20.7274 16.1713 19.6993 16.5869 18.4229 16.9235L18.4105 16.9267L10.2424 18.9694C9.70661 19.1034 9.16365 18.7777 9.02966 18.2419C8.89566 17.7061 9.22138 17.1632 9.75716 17.0292L17.9189 14.988C19.1324 14.6675 19.5803 14.3857 19.816 14.0812C20.0692 13.7541 20.2305 13.2116 20.3367 11.9277L20.8909 5.22915C20.9695 4.28003 21.0172 3.67521 20.9942 3.25634C20.9911 3.20075 20.987 3.15389 20.9825 3.11464C20.9667 3.12045 20.9498 3.1269 20.9317 3.13408C20.5771 3.27453 20.0895 3.55689 19.3027 4.01799L15.7367 6.1077C15.0062 6.53574 14.3296 6.85147 13.5675 6.9047C12.8039 6.95803 12.09 6.73855 11.3057 6.41025L4.98499 3.76451C4.07034 3.38166 3.49483 3.14391 3.08678 3.04248C3.056 3.03483 3.02823 3.02847 3.00326 3.0232C3.00687 3.07328 3.01349 3.13514 3.02478 3.21079C3.09314 3.66893 3.27925 4.31336 3.57051 5.30902L6.45981 15.2194C6.61439 15.7496 6.30988 16.3047 5.77967 16.4593C5.24946 16.6139 4.69432 16.3094 4.53975 15.7792L1.65096 5.87055L1.63014 5.7994C1.36558 4.8952 1.13782 4.11682 1.04668 3.50594C0.956377 2.90073 0.940071 2.10343 1.54004 1.50621C2.16979 0.879344 2.98113 0.955352 3.56924 1.10154C4.14541 1.24476 4.86546 1.54624 5.68253 1.88834Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.49351 16C6.45155 16 6 16.6423 6 17C6 17.3577 6.45155 18 7.49351 18C8.53548 18 8.98703 17.3577 8.98703 17C8.98703 16.6423 8.53548 16 7.49351 16ZM4 17C4 15.1486 5.78122 14 7.49351 14C9.1929 14 10.9602 15.1313 10.9867 16.9583C11.0567 17.9386 10.951 21.146 7.4493 22.8947C6.9552 23.1414 6.35463 22.9409 6.10789 22.4468C5.86115 21.9527 6.06168 21.3521 6.55578 21.1053C7.21535 20.776 7.6998 20.3778 8.05467 19.9595C7.8684 19.9863 7.68055 20 7.49351 20C5.78122 20 4 18.8515 4 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-layer-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.4084 6.8799C12.3758 6.74983 13.5627 6.74991 14.8569 6.75L17.0931 6.75C17.3891 6.75 17.5371 6.75 17.6261 6.65419C17.7151 6.55838 17.7045 6.4142 17.6833 6.12584C17.6648 5.87546 17.6412 5.63892 17.6111 5.41544C17.4818 4.45589 17.2232 3.6585 16.6718 2.98663C16.4744 2.74612 16.2539 2.52558 16.0134 2.3282C15.3044 1.74638 14.4557 1.49055 13.4248 1.36868C12.4205 1.24998 11.1512 1.24999 9.54893 1.25H9.45109C7.84883 1.24999 6.57947 1.24998 5.57525 1.36868C4.54428 1.49054 3.69558 1.74638 2.98663 2.3282C2.74612 2.52558 2.52558 2.74612 2.3282 2.98663C1.74638 3.69558 1.49055 4.54428 1.36868 5.57525C1.24998 6.57947 1.24999 7.84882 1.25 9.45108V9.54891C1.24999 11.1512 1.24998 12.4205 1.36868 13.4247C1.49054 14.4557 1.74638 15.3044 2.3282 16.0134C2.52558 16.2539 2.74612 16.4744 2.98663 16.6718C3.6585 17.2232 4.45589 17.4818 5.41544 17.6111C5.63892 17.6412 5.87546 17.6648 6.12584 17.6833C6.4142 17.7045 6.55838 17.7151 6.65419 17.6261C6.75 17.5371 6.75 17.3891 6.75 17.0931L6.75 14.8569C6.74991 13.5627 6.74983 12.3758 6.8799 11.4084C7.0232 10.3425 7.36034 9.21504 8.28769 8.28769C9.21504 7.36034 10.3425 7.0232 11.4084 6.8799Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9451 8.25H16.0549H16.0549H16.0549C17.4225 8.24998 18.5248 8.24997 19.3918 8.36653C20.2919 8.48754 21.0497 8.74644 21.6517 9.34835C22.2536 9.95027 22.5125 10.7081 22.6335 11.6083C22.75 12.4752 22.75 13.5775 22.75 14.9451V14.9451V14.9451V16.0549V16.0549V16.0549C22.75 17.4225 22.75 18.5248 22.6335 19.3918C22.5125 20.2919 22.2536 21.0497 21.6517 21.6517C21.0497 22.2536 20.2919 22.5125 19.3918 22.6335C18.5248 22.75 17.4225 22.75 16.0549 22.75H16.0549H16.0549H14.9451H14.9451H14.9451C13.5775 22.75 12.4752 22.75 11.6083 22.6335C10.7081 22.5125 9.95027 22.2536 9.34835 21.6517C8.74644 21.0497 8.48754 20.2919 8.36653 19.3918C8.24997 18.5248 8.24998 17.4225 8.25 16.0549V16.0549V16.0549V14.9451V14.9451V14.9451C8.24998 13.5775 8.24997 12.4752 8.36653 11.6083C8.48754 10.7081 8.74644 9.95027 9.34835 9.34835C9.95027 8.74644 10.7081 8.48754 11.6083 8.36653C12.4752 8.24997 13.5775 8.24998 14.9451 8.25H14.9451H14.9451ZM15.5 11.5C16.0523 11.5 16.5 11.9477 16.5 12.5V14.5L18.5 14.5C19.0523 14.5 19.5 14.9477 19.5 15.5C19.5 16.0523 19.0523 16.5 18.5 16.5H16.5V18.5C16.5 19.0523 16.0523 19.5 15.5 19.5C14.9477 19.5 14.5 19.0523 14.5 18.5V16.5H12.5C11.9477 16.5 11.5 16.0523 11.5 15.5C11.5 14.9477 11.9477 14.5 12.5 14.5H14.5V12.5C14.5 11.9477 14.9477 11.5 15.5 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.4084 6.8799C12.3758 6.74983 13.5627 6.74991 14.8569 6.75L17.0931 6.75C17.3891 6.75 17.5371 6.75 17.6261 6.65419C17.7151 6.55838 17.7045 6.4142 17.6833 6.12584C17.6648 5.87546 17.6412 5.63892 17.6111 5.41544C17.4818 4.45589 17.2232 3.6585 16.6718 2.98663C16.4744 2.74612 16.2539 2.52558 16.0134 2.3282C15.3044 1.74638 14.4557 1.49055 13.4248 1.36868C12.4205 1.24998 11.1512 1.24999 9.54893 1.25H9.45109C7.84883 1.24999 6.57947 1.24998 5.57525 1.36868C4.54428 1.49054 3.69558 1.74638 2.98663 2.3282C2.74612 2.52558 2.52558 2.74612 2.3282 2.98663C1.74638 3.69558 1.49055 4.54428 1.36868 5.57525C1.24998 6.57947 1.24999 7.84882 1.25 9.45108V9.54891C1.24999 11.1512 1.24998 12.4205 1.36868 13.4247C1.49054 14.4557 1.74638 15.3044 2.3282 16.0134C2.52558 16.2539 2.74612 16.4744 2.98663 16.6718C3.6585 17.2232 4.45589 17.4818 5.41544 17.6111C5.63892 17.6412 5.87546 17.6648 6.12584 17.6833C6.4142 17.7045 6.55838 17.7151 6.65419 17.6261C6.75 17.5371 6.75 17.3891 6.75 17.0931L6.75 14.8569C6.74991 13.5627 6.74983 12.3758 6.8799 11.4084C7.0232 10.3425 7.36034 9.21504 8.28769 8.28769C9.21504 7.36034 10.3425 7.0232 11.4084 6.8799Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9451 8.25H16.0549H16.0549H16.0549C17.4225 8.24998 18.5248 8.24997 19.3918 8.36653C20.2919 8.48754 21.0497 8.74644 21.6517 9.34835C22.2536 9.95027 22.5125 10.7081 22.6335 11.6083C22.75 12.4752 22.75 13.5775 22.75 14.9451V14.9451V14.9451V16.0549V16.0549V16.0549C22.75 17.4225 22.75 18.5248 22.6335 19.3918C22.5125 20.2919 22.2536 21.0497 21.6517 21.6517C21.0497 22.2536 20.2919 22.5125 19.3918 22.6335C18.5248 22.75 17.4225 22.75 16.0549 22.75H16.0549H16.0549H14.9451H14.9451H14.9451C13.5775 22.75 12.4752 22.75 11.6083 22.6335C10.7081 22.5125 9.95027 22.2536 9.34835 21.6517C8.74644 21.0497 8.48754 20.2919 8.36653 19.3918C8.24997 18.5248 8.24998 17.4225 8.25 16.0549V16.0549V16.0549V14.9451V14.9451V14.9451C8.24998 13.5775 8.24997 12.4752 8.36653 11.6083C8.48754 10.7081 8.74644 9.95027 9.34835 9.34835C9.95027 8.74644 10.7081 8.48754 11.6083 8.36653C12.4752 8.24997 13.5775 8.24998 14.9451 8.25H14.9451H14.9451ZM15.5 11.5C16.0523 11.5 16.5 11.9477 16.5 12.5V14.5L18.5 14.5C19.0523 14.5 19.5 14.9477 19.5 15.5C19.5 16.0523 19.0523 16.5 18.5 16.5H16.5V18.5C16.5 19.0523 16.0523 19.5 15.5 19.5C14.9477 19.5 14.5 19.0523 14.5 18.5V16.5H12.5C11.9477 16.5 11.5 16.0523 11.5 15.5C11.5 14.9477 11.9477 14.5 12.5 14.5H14.5V12.5C14.5 11.9477 14.9477 11.5 15.5 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-layer-mask-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM6.27617 18.6784C7.81454 19.9981 9.81415 20.7955 12 20.7955C12.2125 20.7955 12.4233 20.7879 12.6321 20.7731L7.92783 16.9028L6.27617 18.6784ZM15.1166 20.2273C16.1906 19.8203 17.164 19.209 17.9896 18.4409L11.6558 12.8951L9.29255 15.4357L15.1166 20.2273ZM19.2906 16.9217C19.8993 16.0217 20.3458 15.003 20.588 13.9075L15.0344 9.26307L13.0186 11.4301L19.2906 16.9217ZM20.7792 11.4601C20.646 9.26046 19.7043 7.27899 18.2475 5.80895L16.3985 7.79664L20.7792 11.4601Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM6.27617 18.6784C7.81454 19.9981 9.81415 20.7955 12 20.7955C12.2125 20.7955 12.4233 20.7879 12.6321 20.7731L7.92783 16.9028L6.27617 18.6784ZM15.1166 20.2273C16.1906 19.8203 17.164 19.209 17.9896 18.4409L11.6558 12.8951L9.29255 15.4357L15.1166 20.2273ZM19.2906 16.9217C19.8993 16.0217 20.3458 15.003 20.588 13.9075L15.0344 9.26307L13.0186 11.4301L19.2906 16.9217ZM20.7792 11.4601C20.646 9.26046 19.7043 7.27899 18.2475 5.80895L16.3985 7.79664L20.7792 11.4601Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-layer-mask{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.23276 3.64869C5.73093 4.80843 3.20455 8.10918 3.20455 12C3.20455 15.8908 5.73092 19.1915 9.23273 20.3513C12.3488 18.8626 14.5001 15.6817 14.5001 12C14.5001 8.3183 12.3488 5.13744 9.23276 3.64869Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.23276 3.64869C5.73093 4.80843 3.20455 8.10918 3.20455 12C3.20455 15.8908 5.73092 19.1915 9.23273 20.3513C12.3488 18.8626 14.5001 15.6817 14.5001 12C14.5001 8.3183 12.3488 5.13744 9.23276 3.64869Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-layers-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.48709 2.39137C9.98525 1.69829 10.9543 1.25 12 1.25C13.0457 1.25 14.0147 1.69829 15.5129 2.39137L15.6717 2.4648L17.4361 3.28038L17.4362 3.28039C18.6983 3.86376 19.7228 4.33731 20.425 4.7951C21.1276 5.25313 21.75 5.84942 21.75 6.75C21.75 7.65058 21.1276 8.24687 20.425 8.7049C19.7228 9.16269 18.6983 9.63625 17.4361 10.2196L15.6717 11.0352L15.5129 11.1086C14.0147 11.8017 13.0457 12.25 12 12.25C10.9543 12.25 9.98524 11.8017 8.48707 11.1086L8.3283 11.0352L6.56388 10.2196C5.30174 9.63625 4.27718 9.16269 3.57495 8.7049C2.87237 8.24687 2.25 7.65058 2.25 6.75C2.25 5.84942 2.87237 5.25313 3.57495 4.7951C4.27718 4.33731 5.30174 3.86375 6.56388 3.28038L8.3283 2.4648L8.48709 2.39137Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.59541 15.3926C4.93089 15.8246 4.8614 16.4538 4.4402 16.7979C4.29438 16.917 4.23479 16.9964 4.21238 17.0346C4.19921 17.0571 4.19963 17.0622 4.19992 17.0657C4.19996 17.0662 4.2 17.0667 4.2 17.0672C4.2 17.0742 4.20055 17.0756 4.20099 17.0767C4.20094 17.0766 4.20105 17.0769 4.20099 17.0767C4.20207 17.0798 4.20941 17.0995 4.23715 17.1364C4.29989 17.2199 4.43529 17.3512 4.71204 17.5336C5.27828 17.9069 6.15898 18.3213 7.46898 18.9335L9.13118 19.7103C10.8225 20.5007 11.4045 20.7495 12 20.7495C12.5955 20.7495 13.1775 20.5007 14.8688 19.7103L16.531 18.9335C17.841 18.3213 18.7217 17.9068 19.288 17.5336C19.5647 17.3512 19.7001 17.2199 19.7629 17.1364C19.7906 17.0995 19.7978 17.0802 19.7989 17.0771C19.7988 17.0773 19.7989 17.077 19.7989 17.0771C19.7993 17.076 19.8 17.0742 19.8 17.0672C19.8 17.0667 19.8 17.0662 19.8001 17.0657C19.8004 17.0622 19.8008 17.0571 19.7876 17.0346C19.7652 16.9964 19.7056 16.917 19.5598 16.7979C19.1386 16.4538 19.0691 15.8246 19.4046 15.3926C19.7401 14.9606 20.3535 14.8894 20.7747 15.2335C21.2978 15.6608 21.75 16.2484 21.75 17.0672C21.75 18.1017 21.0384 18.7572 20.3422 19.2162C19.6427 19.6772 18.6305 20.1502 17.4138 20.7188L15.6774 21.5302C15.6143 21.5597 15.5522 21.5888 15.4908 21.6175C14.0619 22.2862 13.0718 22.7495 12 22.7495C10.9282 22.7495 9.93809 22.2862 8.50921 21.6175C8.44785 21.5888 8.38567 21.5597 8.32264 21.5302L6.58625 20.7188C5.3695 20.1502 4.35731 19.6772 3.65782 19.2162C2.96157 18.7572 2.25 18.1017 2.25 17.0672C2.25 16.2484 2.70221 15.6608 3.22531 15.2335C3.64651 14.8894 4.25992 14.9606 4.59541 15.3926Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.59541 10.2637C4.93089 10.6957 4.8614 11.3249 4.4402 11.669C4.29438 11.7881 4.23479 11.8675 4.21238 11.9057C4.19921 11.9281 4.19963 11.9332 4.19992 11.9368C4.19996 11.9373 4.2 11.9378 4.2 11.9383C4.2 11.9453 4.20055 11.9467 4.20099 11.9478C4.20094 11.9477 4.20105 11.948 4.20099 11.9478C4.20207 11.9509 4.20941 11.9706 4.23715 12.0075C4.29989 12.091 4.43529 12.2223 4.71204 12.4047C5.27828 12.7779 6.15898 13.1923 7.46898 13.8046L9.13118 14.5814C10.8225 15.3718 11.4045 15.6206 12 15.6206C12.5955 15.6206 13.1775 15.3718 14.8688 14.5814L16.531 13.8046C17.841 13.1923 18.7217 12.7779 19.288 12.4047C19.5647 12.2223 19.7001 12.091 19.7629 12.0075C19.7906 11.9706 19.7978 11.9513 19.7989 11.9482C19.7988 11.9484 19.7989 11.9481 19.7989 11.9482C19.7993 11.9471 19.8 11.9453 19.8 11.9383C19.8 11.9378 19.8 11.9373 19.8001 11.9368C19.8004 11.9332 19.8008 11.9281 19.7876 11.9057C19.7652 11.8675 19.7056 11.7881 19.5598 11.669C19.1386 11.3249 19.0691 10.6957 19.4046 10.2637C19.7401 9.83174 20.3535 9.76047 20.7747 10.1045C21.2978 10.5319 21.75 11.1195 21.75 11.9383C21.75 12.9728 21.0384 13.6283 20.3422 14.0872C19.6427 14.5483 18.6305 15.0213 17.4138 15.5899L15.6774 16.4013C15.6143 16.4308 15.5522 16.4599 15.4908 16.4886C14.0619 17.1573 13.0718 17.6206 12 17.6206C10.9282 17.6206 9.93809 17.1573 8.50921 16.4886C8.44785 16.4599 8.38567 16.4308 8.32264 16.4013L6.58625 15.5899C5.3695 15.0213 4.35731 14.5483 3.65782 14.0872C2.96157 13.6283 2.25 12.9728 2.25 11.9383C2.25 11.1195 2.70221 10.5319 3.22531 10.1045C3.64651 9.76047 4.25992 9.83174 4.59541 10.2637Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.48709 2.39137C9.98525 1.69829 10.9543 1.25 12 1.25C13.0457 1.25 14.0147 1.69829 15.5129 2.39137L15.6717 2.4648L17.4361 3.28038L17.4362 3.28039C18.6983 3.86376 19.7228 4.33731 20.425 4.7951C21.1276 5.25313 21.75 5.84942 21.75 6.75C21.75 7.65058 21.1276 8.24687 20.425 8.7049C19.7228 9.16269 18.6983 9.63625 17.4361 10.2196L15.6717 11.0352L15.5129 11.1086C14.0147 11.8017 13.0457 12.25 12 12.25C10.9543 12.25 9.98524 11.8017 8.48707 11.1086L8.3283 11.0352L6.56388 10.2196C5.30174 9.63625 4.27718 9.16269 3.57495 8.7049C2.87237 8.24687 2.25 7.65058 2.25 6.75C2.25 5.84942 2.87237 5.25313 3.57495 4.7951C4.27718 4.33731 5.30174 3.86375 6.56388 3.28038L8.3283 2.4648L8.48709 2.39137Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.59541 15.3926C4.93089 15.8246 4.8614 16.4538 4.4402 16.7979C4.29438 16.917 4.23479 16.9964 4.21238 17.0346C4.19921 17.0571 4.19963 17.0622 4.19992 17.0657C4.19996 17.0662 4.2 17.0667 4.2 17.0672C4.2 17.0742 4.20055 17.0756 4.20099 17.0767C4.20094 17.0766 4.20105 17.0769 4.20099 17.0767C4.20207 17.0798 4.20941 17.0995 4.23715 17.1364C4.29989 17.2199 4.43529 17.3512 4.71204 17.5336C5.27828 17.9069 6.15898 18.3213 7.46898 18.9335L9.13118 19.7103C10.8225 20.5007 11.4045 20.7495 12 20.7495C12.5955 20.7495 13.1775 20.5007 14.8688 19.7103L16.531 18.9335C17.841 18.3213 18.7217 17.9068 19.288 17.5336C19.5647 17.3512 19.7001 17.2199 19.7629 17.1364C19.7906 17.0995 19.7978 17.0802 19.7989 17.0771C19.7988 17.0773 19.7989 17.077 19.7989 17.0771C19.7993 17.076 19.8 17.0742 19.8 17.0672C19.8 17.0667 19.8 17.0662 19.8001 17.0657C19.8004 17.0622 19.8008 17.0571 19.7876 17.0346C19.7652 16.9964 19.7056 16.917 19.5598 16.7979C19.1386 16.4538 19.0691 15.8246 19.4046 15.3926C19.7401 14.9606 20.3535 14.8894 20.7747 15.2335C21.2978 15.6608 21.75 16.2484 21.75 17.0672C21.75 18.1017 21.0384 18.7572 20.3422 19.2162C19.6427 19.6772 18.6305 20.1502 17.4138 20.7188L15.6774 21.5302C15.6143 21.5597 15.5522 21.5888 15.4908 21.6175C14.0619 22.2862 13.0718 22.7495 12 22.7495C10.9282 22.7495 9.93809 22.2862 8.50921 21.6175C8.44785 21.5888 8.38567 21.5597 8.32264 21.5302L6.58625 20.7188C5.3695 20.1502 4.35731 19.6772 3.65782 19.2162C2.96157 18.7572 2.25 18.1017 2.25 17.0672C2.25 16.2484 2.70221 15.6608 3.22531 15.2335C3.64651 14.8894 4.25992 14.9606 4.59541 15.3926Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.59541 10.2637C4.93089 10.6957 4.8614 11.3249 4.4402 11.669C4.29438 11.7881 4.23479 11.8675 4.21238 11.9057C4.19921 11.9281 4.19963 11.9332 4.19992 11.9368C4.19996 11.9373 4.2 11.9378 4.2 11.9383C4.2 11.9453 4.20055 11.9467 4.20099 11.9478C4.20094 11.9477 4.20105 11.948 4.20099 11.9478C4.20207 11.9509 4.20941 11.9706 4.23715 12.0075C4.29989 12.091 4.43529 12.2223 4.71204 12.4047C5.27828 12.7779 6.15898 13.1923 7.46898 13.8046L9.13118 14.5814C10.8225 15.3718 11.4045 15.6206 12 15.6206C12.5955 15.6206 13.1775 15.3718 14.8688 14.5814L16.531 13.8046C17.841 13.1923 18.7217 12.7779 19.288 12.4047C19.5647 12.2223 19.7001 12.091 19.7629 12.0075C19.7906 11.9706 19.7978 11.9513 19.7989 11.9482C19.7988 11.9484 19.7989 11.9481 19.7989 11.9482C19.7993 11.9471 19.8 11.9453 19.8 11.9383C19.8 11.9378 19.8 11.9373 19.8001 11.9368C19.8004 11.9332 19.8008 11.9281 19.7876 11.9057C19.7652 11.8675 19.7056 11.7881 19.5598 11.669C19.1386 11.3249 19.0691 10.6957 19.4046 10.2637C19.7401 9.83174 20.3535 9.76047 20.7747 10.1045C21.2978 10.5319 21.75 11.1195 21.75 11.9383C21.75 12.9728 21.0384 13.6283 20.3422 14.0872C19.6427 14.5483 18.6305 15.0213 17.4138 15.5899L15.6774 16.4013C15.6143 16.4308 15.5522 16.4599 15.4908 16.4886C14.0619 17.1573 13.0718 17.6206 12 17.6206C10.9282 17.6206 9.93809 17.1573 8.50921 16.4886C8.44785 16.4599 8.38567 16.4308 8.32264 16.4013L6.58625 15.5899C5.3695 15.0213 4.35731 14.5483 3.65782 14.0872C2.96157 13.6283 2.25 12.9728 2.25 11.9383C2.25 11.1195 2.70221 10.5319 3.22531 10.1045C3.64651 9.76047 4.25992 9.83174 4.59541 10.2637Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-layers-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0537 1.25C18.1865 1.24998 19.1123 1.24996 19.8431 1.34822C20.6071 1.45093 21.2694 1.67321 21.7981 2.2019C22.3268 2.7306 22.5491 3.39294 22.6518 4.15689C22.75 4.88775 22.75 5.81348 22.75 6.94631V8.05369C22.75 9.18652 22.75 10.1123 22.6518 10.8431C22.5491 11.6071 22.3268 12.2694 21.7981 12.7981C21.2694 13.3268 20.6071 13.5491 19.8431 13.6518C19.1123 13.75 18.1865 13.75 17.0537 13.75H15.9463C14.8135 13.75 13.8877 13.75 13.1569 13.6518C12.3929 13.5491 11.7306 13.3268 11.2019 12.7981C10.6732 12.2694 10.4509 11.6071 10.3482 10.8431C10.25 10.1123 10.25 9.18654 10.25 8.05372V8.05369V6.94631V6.94629C10.25 5.81346 10.25 4.88774 10.3482 4.15689C10.4509 3.39293 10.6732 2.7306 11.2019 2.2019C11.7306 1.67321 12.3929 1.45093 13.1569 1.34822C13.8877 1.24996 14.8135 1.24998 15.9463 1.25H15.9463H17.0537H17.0537Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8744 14.9987C14.801 14.9988 13.8049 14.9989 12.9903 14.8894C12.0883 14.7681 11.1179 14.4806 10.318 13.6807C9.5181 12.8808 9.23064 11.9104 9.10937 11.0084C8.99985 10.1938 8.99992 9.1977 9 8.12437V6.87312C8.99998 6.63041 8.99996 6.39165 9.00121 6.15804C9.00128 6.14509 9.00132 6.13859 9.00106 6.1319C8.99448 5.96467 8.84132 5.83 8.67463 5.84487C8.66795 5.84547 8.66426 5.84597 8.65689 5.84696C7.89294 5.94967 7.2306 6.17195 6.70191 6.70064C6.17321 7.22934 5.95093 7.89167 5.84822 8.65563C5.74996 9.38648 5.74998 10.3122 5.75 11.445V12.5524C5.74998 13.6852 5.74996 14.611 5.84822 15.3419C5.95093 16.1058 6.17321 16.7681 6.70191 17.2968C7.2306 17.8255 7.89294 18.0478 8.65689 18.1505C9.38775 18.2488 10.3135 18.2488 11.4463 18.2487H12.5537C13.6865 18.2488 14.6123 18.2488 15.3431 18.1505C16.1071 18.0478 16.7694 17.8255 17.2981 17.2968C17.8268 16.7681 18.0491 16.1058 18.1518 15.3419C18.1528 15.3345 18.1533 15.3308 18.1539 15.3241C18.1687 15.1574 18.0341 15.0043 17.8668 14.9977C17.8602 14.9974 17.8537 14.9975 17.8407 14.9975C17.6071 14.9988 17.3683 14.9988 17.1256 14.9987H15.8744Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.5 11.3729C4.49998 11.1303 4.49996 10.8916 4.50121 10.658C4.50128 10.6451 4.50132 10.6386 4.50105 10.6319C4.49448 10.4647 4.34132 10.33 4.17463 10.3449C4.16795 10.3455 4.16426 10.346 4.15689 10.347C3.39294 10.4497 2.7306 10.6719 2.20191 11.2006C1.67321 11.7293 1.45093 12.3917 1.34822 13.1556C1.24996 13.8865 1.24998 14.8122 1.25 15.945V17.0524C1.24998 18.1852 1.24996 19.111 1.34822 19.8419C1.45093 20.6058 1.67321 21.2681 2.20191 21.7968C2.7306 22.3255 3.39294 22.5478 4.15689 22.6505C4.88775 22.7488 5.81348 22.7488 6.94632 22.7487H8.05369C9.18652 22.7488 10.1123 22.7488 10.8431 22.6505C11.6071 22.5478 12.2694 22.3255 12.7981 21.7968C13.3268 21.2681 13.5491 20.6058 13.6518 19.8419C13.6528 19.8343 13.6533 19.8306 13.6539 19.8238C13.6687 19.6572 13.5341 19.5042 13.367 19.4975C13.3602 19.4973 13.3536 19.4973 13.3406 19.4974C13.107 19.4986 12.8682 19.4986 12.6256 19.4986H11.3744C10.3011 19.4987 9.30491 19.4987 8.49033 19.3892C7.58834 19.2679 6.61795 18.9805 5.81802 18.1806C5.0181 17.3806 4.73064 16.4102 4.60937 15.5083C4.49985 14.6937 4.49992 13.6975 4.5 12.6242V11.3729Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0537 1.25C18.1865 1.24998 19.1123 1.24996 19.8431 1.34822C20.6071 1.45093 21.2694 1.67321 21.7981 2.2019C22.3268 2.7306 22.5491 3.39294 22.6518 4.15689C22.75 4.88775 22.75 5.81348 22.75 6.94631V8.05369C22.75 9.18652 22.75 10.1123 22.6518 10.8431C22.5491 11.6071 22.3268 12.2694 21.7981 12.7981C21.2694 13.3268 20.6071 13.5491 19.8431 13.6518C19.1123 13.75 18.1865 13.75 17.0537 13.75H15.9463C14.8135 13.75 13.8877 13.75 13.1569 13.6518C12.3929 13.5491 11.7306 13.3268 11.2019 12.7981C10.6732 12.2694 10.4509 11.6071 10.3482 10.8431C10.25 10.1123 10.25 9.18654 10.25 8.05372V8.05369V6.94631V6.94629C10.25 5.81346 10.25 4.88774 10.3482 4.15689C10.4509 3.39293 10.6732 2.7306 11.2019 2.2019C11.7306 1.67321 12.3929 1.45093 13.1569 1.34822C13.8877 1.24996 14.8135 1.24998 15.9463 1.25H15.9463H17.0537H17.0537Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8744 14.9987C14.801 14.9988 13.8049 14.9989 12.9903 14.8894C12.0883 14.7681 11.1179 14.4806 10.318 13.6807C9.5181 12.8808 9.23064 11.9104 9.10937 11.0084C8.99985 10.1938 8.99992 9.1977 9 8.12437V6.87312C8.99998 6.63041 8.99996 6.39165 9.00121 6.15804C9.00128 6.14509 9.00132 6.13859 9.00106 6.1319C8.99448 5.96467 8.84132 5.83 8.67463 5.84487C8.66795 5.84547 8.66426 5.84597 8.65689 5.84696C7.89294 5.94967 7.2306 6.17195 6.70191 6.70064C6.17321 7.22934 5.95093 7.89167 5.84822 8.65563C5.74996 9.38648 5.74998 10.3122 5.75 11.445V12.5524C5.74998 13.6852 5.74996 14.611 5.84822 15.3419C5.95093 16.1058 6.17321 16.7681 6.70191 17.2968C7.2306 17.8255 7.89294 18.0478 8.65689 18.1505C9.38775 18.2488 10.3135 18.2488 11.4463 18.2487H12.5537C13.6865 18.2488 14.6123 18.2488 15.3431 18.1505C16.1071 18.0478 16.7694 17.8255 17.2981 17.2968C17.8268 16.7681 18.0491 16.1058 18.1518 15.3419C18.1528 15.3345 18.1533 15.3308 18.1539 15.3241C18.1687 15.1574 18.0341 15.0043 17.8668 14.9977C17.8602 14.9974 17.8537 14.9975 17.8407 14.9975C17.6071 14.9988 17.3683 14.9988 17.1256 14.9987H15.8744Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.5 11.3729C4.49998 11.1303 4.49996 10.8916 4.50121 10.658C4.50128 10.6451 4.50132 10.6386 4.50105 10.6319C4.49448 10.4647 4.34132 10.33 4.17463 10.3449C4.16795 10.3455 4.16426 10.346 4.15689 10.347C3.39294 10.4497 2.7306 10.6719 2.20191 11.2006C1.67321 11.7293 1.45093 12.3917 1.34822 13.1556C1.24996 13.8865 1.24998 14.8122 1.25 15.945V17.0524C1.24998 18.1852 1.24996 19.111 1.34822 19.8419C1.45093 20.6058 1.67321 21.2681 2.20191 21.7968C2.7306 22.3255 3.39294 22.5478 4.15689 22.6505C4.88775 22.7488 5.81348 22.7488 6.94632 22.7487H8.05369C9.18652 22.7488 10.1123 22.7488 10.8431 22.6505C11.6071 22.5478 12.2694 22.3255 12.7981 21.7968C13.3268 21.2681 13.5491 20.6058 13.6518 19.8419C13.6528 19.8343 13.6533 19.8306 13.6539 19.8238C13.6687 19.6572 13.5341 19.5042 13.367 19.4975C13.3602 19.4973 13.3536 19.4973 13.3406 19.4974C13.107 19.4986 12.8682 19.4986 12.6256 19.4986H11.3744C10.3011 19.4987 9.30491 19.4987 8.49033 19.3892C7.58834 19.2679 6.61795 18.9805 5.81802 18.1806C5.0181 17.3806 4.73064 16.4102 4.60937 15.5083C4.49985 14.6937 4.49992 13.6975 4.5 12.6242V11.3729Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-left-to-right-block-quote{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 6C8 5.44772 8.44772 5 9 5L17 5C17.5523 5 18 5.44772 18 6C18 6.55229 17.5523 7 17 7L9 7C8.44772 7 8 6.55228 8 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 12C8 11.4477 8.44772 11 9 11L19 11C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13L9 13C8.44772 13 8 12.5523 8 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 18C8 17.4477 8.44772 17 9 17L17 17C17.5523 17 18 17.4477 18 18C18 18.5523 17.5523 19 17 19L9 19C8.44772 19 8 18.5523 8 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 2C5.55228 2 6 2.44772 6 3L6 21C6 21.5523 5.55228 22 5 22C4.44771 22 4 21.5523 4 21L4 3C4 2.44772 4.44772 2 5 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 6C8 5.44772 8.44772 5 9 5L17 5C17.5523 5 18 5.44772 18 6C18 6.55229 17.5523 7 17 7L9 7C8.44772 7 8 6.55228 8 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 12C8 11.4477 8.44772 11 9 11L19 11C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13L9 13C8.44772 13 8 12.5523 8 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 18C8 17.4477 8.44772 17 9 17L17 17C17.5523 17 18 17.4477 18 18C18 18.5523 17.5523 19 17 19L9 19C8.44772 19 8 18.5523 8 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 2C5.55228 2 6 2.44772 6 3L6 21C6 21.5523 5.55228 22 5 22C4.44771 22 4 21.5523 4 21L4 3C4 2.44772 4.44772 2 5 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-left-to-right-list-bullet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 5C7 4.44772 7.44772 4 8 4L20 4C20.5523 4 21 4.44772 21 5C21 5.55229 20.5523 6 20 6L8 6C7.44772 6 7 5.55228 7 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 5C3 4.44772 3.44772 4 4 4H4.00898C4.56127 4 5.00898 4.44772 5.00898 5C5.00898 5.55228 4.56127 6 4.00898 6H4C3.44772 6 3 5.55228 3 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11H4.00898C4.56127 11 5.00898 11.4477 5.00898 12C5.00898 12.5523 4.56127 13 4.00898 13H4C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 19C3 18.4477 3.44772 18 4 18H4.00898C4.56127 18 5.00898 18.4477 5.00898 19C5.00898 19.5523 4.56127 20 4.00898 20H4C3.44772 20 3 19.5523 3 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 12C7 11.4477 7.44772 11 8 11L20 11C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13L8 13C7.44772 13 7 12.5523 7 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 19C7 18.4477 7.44772 18 8 18L20 18C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20L8 20C7.44772 20 7 19.5523 7 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 5C7 4.44772 7.44772 4 8 4L20 4C20.5523 4 21 4.44772 21 5C21 5.55229 20.5523 6 20 6L8 6C7.44772 6 7 5.55228 7 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 5C3 4.44772 3.44772 4 4 4H4.00898C4.56127 4 5.00898 4.44772 5.00898 5C5.00898 5.55228 4.56127 6 4.00898 6H4C3.44772 6 3 5.55228 3 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11H4.00898C4.56127 11 5.00898 11.4477 5.00898 12C5.00898 12.5523 4.56127 13 4.00898 13H4C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 19C3 18.4477 3.44772 18 4 18H4.00898C4.56127 18 5.00898 18.4477 5.00898 19C5.00898 19.5523 4.56127 20 4.00898 20H4C3.44772 20 3 19.5523 3 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 12C7 11.4477 7.44772 11 8 11L20 11C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13L8 13C7.44772 13 7 12.5523 7 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 19C7 18.4477 7.44772 18 8 18L20 18C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20L8 20C7.44772 20 7 19.5523 7 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-left-to-right-list-dash{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 5C8 4.44772 8.44772 4 9 4L21 4C21.5523 4 22 4.44772 22 5C22 5.55229 21.5523 6 21 6L9 6C8.44772 6 8 5.55228 8 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 5C2 4.44772 2.44772 4 3 4L5 4C5.55228 4 6 4.44772 6 5C6 5.55229 5.55228 6 5 6L3 6C2.44772 6 2 5.55228 2 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 12C8 11.4477 8.44772 11 9 11L21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13L9 13C8.44772 13 8 12.5523 8 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L5 11C5.55228 11 6 11.4477 6 12C6 12.5523 5.55228 13 5 13L3 13C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 19C8 18.4477 8.44772 18 9 18L21 18C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20L9 20C8.44772 20 8 19.5523 8 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 19C2 18.4477 2.44772 18 3 18L5 18C5.55228 18 6 18.4477 6 19C6 19.5523 5.55228 20 5 20L3 20C2.44772 20 2 19.5523 2 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 5C8 4.44772 8.44772 4 9 4L21 4C21.5523 4 22 4.44772 22 5C22 5.55229 21.5523 6 21 6L9 6C8.44772 6 8 5.55228 8 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 5C2 4.44772 2.44772 4 3 4L5 4C5.55228 4 6 4.44772 6 5C6 5.55229 5.55228 6 5 6L3 6C2.44772 6 2 5.55228 2 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 12C8 11.4477 8.44772 11 9 11L21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13L9 13C8.44772 13 8 12.5523 8 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L5 11C5.55228 11 6 11.4477 6 12C6 12.5523 5.55228 13 5 13L3 13C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 19C8 18.4477 8.44772 18 9 18L21 18C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20L9 20C8.44772 20 8 19.5523 8 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 19C2 18.4477 2.44772 18 3 18L5 18C5.55228 18 6 18.4477 6 19C6 19.5523 5.55228 20 5 20L3 20C2.44772 20 2 19.5523 2 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-left-to-right-list-number{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 6C10 5.44772 10.4477 5 11 5L21 5C21.5523 5 22 5.44772 22 6C22 6.55229 21.5523 7 21 7L11 7C10.4477 7 10 6.55228 10 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 12C10 11.4477 10.4477 11 11 11L21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13L11 13C10.4477 13 10 12.5523 10 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 18C10 17.4477 10.4477 17 11 17L21 17C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19L11 19C10.4477 19 10 18.5523 10 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.79406 16.0022C4.73095 16 4.64632 15.9999 4.50014 15.9999H3.00014C2.44786 15.9999 2.00014 15.5522 2.00014 14.9999C2.00014 14.4476 2.44786 13.9999 3.00014 13.9999H4.50014L4.55926 13.9998C4.775 13.9994 5.01248 13.999 5.22934 14.0422C6.10206 14.2158 6.78427 14.898 6.95787 15.7707C7.001 15.9876 7.00059 16.225 7.00021 16.4408L7.00014 16.4999L7.00021 16.559C7.00059 16.7748 7.001 17.0122 6.95787 17.2291C6.78427 18.1018 6.10206 18.784 5.22934 18.9576C5.01248 19.0008 4.775 19.0003 4.55927 19L4.50014 18.9999C4.35396 18.9999 4.26934 19 4.20622 19.0022C4.17716 19.0032 4.16154 19.0044 4.15524 19.005C4.08068 19.0222 4.02241 19.0804 4.00525 19.155C4.00466 19.1613 4.00343 19.1769 4.00244 19.206C4.00028 19.2691 4.00014 19.3537 4.00014 19.4999V19.9999H6.00014C6.55243 19.9999 7.00014 20.4476 7.00014 20.9999C7.00014 21.5522 6.55243 21.9999 6.00014 21.9999H3.60014L3.57261 21.9999H3.57259C3.45839 22.0001 3.28884 22.0003 3.13771 21.98C2.94513 21.9541 2.6416 21.8798 2.3809 21.6191C2.1202 21.3584 2.04593 21.0549 2.02004 20.8623C1.99972 20.7112 1.99996 20.5416 2.00011 20.4274L2.00014 20.3999V19.4999L2.00007 19.4408L2.00007 19.4408C1.99969 19.225 1.99928 18.9876 2.04241 18.7707C2.21601 17.898 2.89822 17.2158 3.77094 17.0422C3.9878 16.999 4.22528 16.9994 4.44101 16.9998H4.44102L4.50014 16.9999C4.64632 16.9999 4.73095 16.9998 4.79406 16.9976C4.82312 16.9966 4.83874 16.9954 4.84504 16.9948C4.9196 16.9776 4.97787 16.9194 4.99504 16.8448C4.99562 16.8385 4.99685 16.8229 4.99784 16.7938C5 16.7307 5.00014 16.6461 5.00014 16.4999C5.00014 16.3537 5 16.2691 4.99784 16.206C4.99685 16.1769 4.99562 16.1613 4.99504 16.155C4.97787 16.0804 4.9196 16.0222 4.84504 16.005L4.79406 16.0022Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H4.2C4.91797 2 5.5 2.58203 5.5 3.3V8H6C6.55228 8 7 8.44772 7 9C7 9.55228 6.55228 10 6 10H3C2.44772 10 2 9.55228 2 9C2 8.44772 2.44772 8 3 8H3.5V4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 6C10 5.44772 10.4477 5 11 5L21 5C21.5523 5 22 5.44772 22 6C22 6.55229 21.5523 7 21 7L11 7C10.4477 7 10 6.55228 10 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 12C10 11.4477 10.4477 11 11 11L21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13L11 13C10.4477 13 10 12.5523 10 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 18C10 17.4477 10.4477 17 11 17L21 17C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19L11 19C10.4477 19 10 18.5523 10 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.79406 16.0022C4.73095 16 4.64632 15.9999 4.50014 15.9999H3.00014C2.44786 15.9999 2.00014 15.5522 2.00014 14.9999C2.00014 14.4476 2.44786 13.9999 3.00014 13.9999H4.50014L4.55926 13.9998C4.775 13.9994 5.01248 13.999 5.22934 14.0422C6.10206 14.2158 6.78427 14.898 6.95787 15.7707C7.001 15.9876 7.00059 16.225 7.00021 16.4408L7.00014 16.4999L7.00021 16.559C7.00059 16.7748 7.001 17.0122 6.95787 17.2291C6.78427 18.1018 6.10206 18.784 5.22934 18.9576C5.01248 19.0008 4.775 19.0003 4.55927 19L4.50014 18.9999C4.35396 18.9999 4.26934 19 4.20622 19.0022C4.17716 19.0032 4.16154 19.0044 4.15524 19.005C4.08068 19.0222 4.02241 19.0804 4.00525 19.155C4.00466 19.1613 4.00343 19.1769 4.00244 19.206C4.00028 19.2691 4.00014 19.3537 4.00014 19.4999V19.9999H6.00014C6.55243 19.9999 7.00014 20.4476 7.00014 20.9999C7.00014 21.5522 6.55243 21.9999 6.00014 21.9999H3.60014L3.57261 21.9999H3.57259C3.45839 22.0001 3.28884 22.0003 3.13771 21.98C2.94513 21.9541 2.6416 21.8798 2.3809 21.6191C2.1202 21.3584 2.04593 21.0549 2.02004 20.8623C1.99972 20.7112 1.99996 20.5416 2.00011 20.4274L2.00014 20.3999V19.4999L2.00007 19.4408L2.00007 19.4408C1.99969 19.225 1.99928 18.9876 2.04241 18.7707C2.21601 17.898 2.89822 17.2158 3.77094 17.0422C3.9878 16.999 4.22528 16.9994 4.44101 16.9998H4.44102L4.50014 16.9999C4.64632 16.9999 4.73095 16.9998 4.79406 16.9976C4.82312 16.9966 4.83874 16.9954 4.84504 16.9948C4.9196 16.9776 4.97787 16.9194 4.99504 16.8448C4.99562 16.8385 4.99685 16.8229 4.99784 16.7938C5 16.7307 5.00014 16.6461 5.00014 16.4999C5.00014 16.3537 5 16.2691 4.99784 16.206C4.99685 16.1769 4.99562 16.1613 4.99504 16.155C4.97787 16.0804 4.9196 16.0222 4.84504 16.005L4.79406 16.0022Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H4.2C4.91797 2 5.5 2.58203 5.5 3.3V8H6C6.55228 8 7 8.44772 7 9C7 9.55228 6.55228 10 6 10H3C2.44772 10 2 9.55228 2 9C2 8.44772 2.44772 8 3 8H3.5V4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-left-to-right-list-star-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 5.5C11 4.94772 11.4477 4.5 12 4.5L21 4.5C21.5523 4.5 22 4.94772 22 5.5C22 6.05229 21.5523 6.5 21 6.5L12 6.5C11.4477 6.5 11 6.05228 11 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 12C11 11.4477 11.4477 11 12 11L21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13L12 13C11.4477 13 11 12.5523 11 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 18.5C11 17.9477 11.4477 17.5 12 17.5L21 17.5C21.5523 17.5 22 17.9477 22 18.5C22 19.0523 21.5523 19.5 21 19.5L12 19.5C11.4477 19.5 11 19.0523 11 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5378 2.13614C4.01485 1.85786 4.62717 2.019 4.90545 2.49605L5.5 3.51528L6.09455 2.49605C6.37283 2.019 6.98515 1.85786 7.4622 2.13614C7.93926 2.41442 8.10039 3.02674 7.82211 3.50379L7.24104 4.49992H8C8.55228 4.49992 9 4.94763 9 5.49992C9 6.0522 8.55228 6.49992 8 6.49992H7.24104L7.82211 7.49605C8.10039 7.9731 7.93926 8.58542 7.4622 8.8637C6.98515 9.14198 6.37283 8.98084 6.09455 8.50379L5.5 7.48455L4.90545 8.50379C4.62717 8.98084 4.01485 9.14198 3.5378 8.8637C3.06074 8.58542 2.89961 7.9731 3.17789 7.49605L3.75896 6.49992H3C2.44772 6.49992 2 6.0522 2 5.49992C2 4.94763 2.44772 4.49992 3 4.49992H3.75896L3.17789 3.50379C2.89961 3.02674 3.06074 2.41442 3.5378 2.13614Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5378 15.1361C4.01485 14.8579 4.62717 15.019 4.90545 15.496L5.5 16.5153L6.09455 15.496C6.37283 15.019 6.98515 14.8579 7.4622 15.1361C7.93926 15.4144 8.10039 16.0267 7.82211 16.5038L7.24104 17.4999H8C8.55228 17.4999 9 17.9476 9 18.4999C9 19.0522 8.55228 19.4999 8 19.4999H7.24104L7.82211 20.496C8.10039 20.9731 7.93926 21.5854 7.4622 21.8637C6.98515 22.142 6.37283 21.9808 6.09455 21.5038L5.5 20.4846L4.90545 21.5038C4.62717 21.9808 4.01485 22.142 3.5378 21.8637C3.06074 21.5854 2.89961 20.9731 3.17789 20.496L3.75896 19.4999H3C2.44772 19.4999 2 19.0522 2 18.4999C2 17.9476 2.44772 17.4999 3 17.4999H3.75896L3.17789 16.5038C2.89961 16.0267 3.06074 15.4144 3.5378 15.1361Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 5.5C11 4.94772 11.4477 4.5 12 4.5L21 4.5C21.5523 4.5 22 4.94772 22 5.5C22 6.05229 21.5523 6.5 21 6.5L12 6.5C11.4477 6.5 11 6.05228 11 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 12C11 11.4477 11.4477 11 12 11L21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13L12 13C11.4477 13 11 12.5523 11 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 18.5C11 17.9477 11.4477 17.5 12 17.5L21 17.5C21.5523 17.5 22 17.9477 22 18.5C22 19.0523 21.5523 19.5 21 19.5L12 19.5C11.4477 19.5 11 19.0523 11 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5378 2.13614C4.01485 1.85786 4.62717 2.019 4.90545 2.49605L5.5 3.51528L6.09455 2.49605C6.37283 2.019 6.98515 1.85786 7.4622 2.13614C7.93926 2.41442 8.10039 3.02674 7.82211 3.50379L7.24104 4.49992H8C8.55228 4.49992 9 4.94763 9 5.49992C9 6.0522 8.55228 6.49992 8 6.49992H7.24104L7.82211 7.49605C8.10039 7.9731 7.93926 8.58542 7.4622 8.8637C6.98515 9.14198 6.37283 8.98084 6.09455 8.50379L5.5 7.48455L4.90545 8.50379C4.62717 8.98084 4.01485 9.14198 3.5378 8.8637C3.06074 8.58542 2.89961 7.9731 3.17789 7.49605L3.75896 6.49992H3C2.44772 6.49992 2 6.0522 2 5.49992C2 4.94763 2.44772 4.49992 3 4.49992H3.75896L3.17789 3.50379C2.89961 3.02674 3.06074 2.41442 3.5378 2.13614Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5378 15.1361C4.01485 14.8579 4.62717 15.019 4.90545 15.496L5.5 16.5153L6.09455 15.496C6.37283 15.019 6.98515 14.8579 7.4622 15.1361C7.93926 15.4144 8.10039 16.0267 7.82211 16.5038L7.24104 17.4999H8C8.55228 17.4999 9 17.9476 9 18.4999C9 19.0522 8.55228 19.4999 8 19.4999H7.24104L7.82211 20.496C8.10039 20.9731 7.93926 21.5854 7.4622 21.8637C6.98515 22.142 6.37283 21.9808 6.09455 21.5038L5.5 20.4846L4.90545 21.5038C4.62717 21.9808 4.01485 22.142 3.5378 21.8637C3.06074 21.5854 2.89961 20.9731 3.17789 20.496L3.75896 19.4999H3C2.44772 19.4999 2 19.0522 2 18.4999C2 17.9476 2.44772 17.4999 3 17.4999H3.75896L3.17789 16.5038C2.89961 16.0267 3.06074 15.4144 3.5378 15.1361Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-left-to-right-list-star{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 5.5C2 4.94772 2.44772 4.5 3 4.5L12 4.5C12.5523 4.5 13 4.94772 13 5.5C13 6.05229 12.5523 6.5 12 6.5L3 6.5C2.44772 6.5 2 6.05228 2 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L12 11C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13L3 13C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 18.5C2 17.9477 2.44772 17.5 3 17.5L12 17.5C12.5523 17.5 13 17.9477 13 18.5C13 19.0523 12.5523 19.5 12 19.5L3 19.5C2.44772 19.5 2 19.0523 2 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5378 2.13614C17.0148 1.85786 17.6272 2.019 17.9054 2.49605L18.5 3.51528L19.0946 2.49605C19.3728 2.019 19.9852 1.85786 20.4622 2.13614C20.9393 2.41442 21.1004 3.02674 20.8221 3.50379L20.241 4.49992H21C21.5523 4.49992 22 4.94763 22 5.49992C22 6.0522 21.5523 6.49992 21 6.49992H20.241L20.8221 7.49605C21.1004 7.9731 20.9393 8.58542 20.4622 8.8637C19.9852 9.14198 19.3728 8.98084 19.0946 8.50379L18.5 7.48455L17.9054 8.50379C17.6272 8.98084 17.0148 9.14198 16.5378 8.8637C16.0607 8.58542 15.8996 7.9731 16.1779 7.49605L16.759 6.49992H16C15.4477 6.49992 15 6.0522 15 5.49992C15 4.94763 15.4477 4.49992 16 4.49992H16.759L16.1779 3.50379C15.8996 3.02674 16.0607 2.41442 16.5378 2.13614Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5378 15.1361C17.0148 14.8579 17.6272 15.019 17.9054 15.496L18.5 16.5153L19.0946 15.496C19.3728 15.019 19.9852 14.8579 20.4622 15.1361C20.9393 15.4144 21.1004 16.0267 20.8221 16.5038L20.241 17.4999H21C21.5523 17.4999 22 17.9476 22 18.4999C22 19.0522 21.5523 19.4999 21 19.4999H20.241L20.8221 20.496C21.1004 20.9731 20.9393 21.5854 20.4622 21.8637C19.9852 22.142 19.3728 21.9808 19.0946 21.5038L18.5 20.4846L17.9054 21.5038C17.6272 21.9808 17.0148 22.142 16.5378 21.8637C16.0607 21.5854 15.8996 20.9731 16.1779 20.496L16.759 19.4999H16C15.4477 19.4999 15 19.0522 15 18.4999C15 17.9476 15.4477 17.4999 16 17.4999H16.759L16.1779 16.5038C15.8996 16.0267 16.0607 15.4144 16.5378 15.1361Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 5.5C2 4.94772 2.44772 4.5 3 4.5L12 4.5C12.5523 4.5 13 4.94772 13 5.5C13 6.05229 12.5523 6.5 12 6.5L3 6.5C2.44772 6.5 2 6.05228 2 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L12 11C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13L3 13C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 18.5C2 17.9477 2.44772 17.5 3 17.5L12 17.5C12.5523 17.5 13 17.9477 13 18.5C13 19.0523 12.5523 19.5 12 19.5L3 19.5C2.44772 19.5 2 19.0523 2 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5378 2.13614C17.0148 1.85786 17.6272 2.019 17.9054 2.49605L18.5 3.51528L19.0946 2.49605C19.3728 2.019 19.9852 1.85786 20.4622 2.13614C20.9393 2.41442 21.1004 3.02674 20.8221 3.50379L20.241 4.49992H21C21.5523 4.49992 22 4.94763 22 5.49992C22 6.0522 21.5523 6.49992 21 6.49992H20.241L20.8221 7.49605C21.1004 7.9731 20.9393 8.58542 20.4622 8.8637C19.9852 9.14198 19.3728 8.98084 19.0946 8.50379L18.5 7.48455L17.9054 8.50379C17.6272 8.98084 17.0148 9.14198 16.5378 8.8637C16.0607 8.58542 15.8996 7.9731 16.1779 7.49605L16.759 6.49992H16C15.4477 6.49992 15 6.0522 15 5.49992C15 4.94763 15.4477 4.49992 16 4.49992H16.759L16.1779 3.50379C15.8996 3.02674 16.0607 2.41442 16.5378 2.13614Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5378 15.1361C17.0148 14.8579 17.6272 15.019 17.9054 15.496L18.5 16.5153L19.0946 15.496C19.3728 15.019 19.9852 14.8579 20.4622 15.1361C20.9393 15.4144 21.1004 16.0267 20.8221 16.5038L20.241 17.4999H21C21.5523 17.4999 22 17.9476 22 18.4999C22 19.0522 21.5523 19.4999 21 19.4999H20.241L20.8221 20.496C21.1004 20.9731 20.9393 21.5854 20.4622 21.8637C19.9852 22.142 19.3728 21.9808 19.0946 21.5038L18.5 20.4846L17.9054 21.5038C17.6272 21.9808 17.0148 22.142 16.5378 21.8637C16.0607 21.5854 15.8996 20.9731 16.1779 20.496L16.759 19.4999H16C15.4477 19.4999 15 19.0522 15 18.4999C15 17.9476 15.4477 17.4999 16 17.4999H16.759L16.1779 16.5038C15.8996 16.0267 16.0607 15.4144 16.5378 15.1361Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-left-to-right-list-triangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 5.5C10 4.94772 10.4477 4.5 11 4.5L21 4.5C21.5523 4.5 22 4.94772 22 5.5C22 6.05229 21.5523 6.5 21 6.5L11 6.5C10.4477 6.5 10 6.05228 10 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.51679 16.236L5.56735 16.2699L5.61407 16.3011L5.61408 16.3011C6.10722 16.6313 6.5482 16.9266 6.85806 17.212C7.19561 17.5228 7.5 17.9315 7.5 18.5004C7.5 19.0693 7.19561 19.4779 6.85806 19.7888C6.5482 20.0741 6.10722 20.3694 5.61408 20.6996L5.61407 20.6996L5.56735 20.7309L5.51678 20.7648C5.02713 21.0928 4.58478 21.3891 4.21244 21.5598C3.81844 21.7403 3.2632 21.8899 2.73265 21.5346C2.24685 21.2092 2.11166 20.6708 2.05607 20.2364C1.99994 19.7978 1.99997 19.2222 2 18.5517V18.5517L2 18.5004L2 18.4491V18.449C1.99997 17.7785 1.99994 17.2029 2.05607 16.7643C2.11166 16.3299 2.24685 15.7915 2.73265 15.4662C3.2632 15.1108 3.81844 15.2604 4.21244 15.441C4.58478 15.6116 5.02713 15.9079 5.51679 16.236Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.51679 3.23598L5.56735 3.26985L5.61407 3.30114L5.61408 3.30114C6.10722 3.63134 6.5482 3.92661 6.85806 4.21196C7.19561 4.52281 7.5 4.93149 7.5 5.50037C7.5 6.06926 7.19561 6.47794 6.85806 6.78879C6.5482 7.07413 6.10722 7.36941 5.61408 7.69961L5.61407 7.69961L5.56735 7.7309L5.51678 7.76477C5.02713 8.09281 4.58478 8.38914 4.21244 8.55976C3.81844 8.74031 3.2632 8.88991 2.73265 8.53458C2.24685 8.20922 2.11166 7.67081 2.05607 7.23644C1.99994 6.79782 1.99997 6.22221 2 5.55172V5.55167L2 5.50037L2 5.44908V5.44903C1.99997 4.77854 1.99994 4.20293 2.05607 3.76431C2.11166 3.32994 2.24685 2.79153 2.73265 2.46617C3.2632 2.11084 3.81844 2.26044 4.21244 2.44098C4.58478 2.61161 5.02713 2.90795 5.51679 3.23598Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 12C10 11.4477 10.4477 11 11 11L21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13L11 13C10.4477 13 10 12.5523 10 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 18.5C10 17.9477 10.4477 17.5 11 17.5L21 17.5C21.5523 17.5 22 17.9477 22 18.5C22 19.0523 21.5523 19.5 21 19.5L11 19.5C10.4477 19.5 10 19.0523 10 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 5.5C10 4.94772 10.4477 4.5 11 4.5L21 4.5C21.5523 4.5 22 4.94772 22 5.5C22 6.05229 21.5523 6.5 21 6.5L11 6.5C10.4477 6.5 10 6.05228 10 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.51679 16.236L5.56735 16.2699L5.61407 16.3011L5.61408 16.3011C6.10722 16.6313 6.5482 16.9266 6.85806 17.212C7.19561 17.5228 7.5 17.9315 7.5 18.5004C7.5 19.0693 7.19561 19.4779 6.85806 19.7888C6.5482 20.0741 6.10722 20.3694 5.61408 20.6996L5.61407 20.6996L5.56735 20.7309L5.51678 20.7648C5.02713 21.0928 4.58478 21.3891 4.21244 21.5598C3.81844 21.7403 3.2632 21.8899 2.73265 21.5346C2.24685 21.2092 2.11166 20.6708 2.05607 20.2364C1.99994 19.7978 1.99997 19.2222 2 18.5517V18.5517L2 18.5004L2 18.4491V18.449C1.99997 17.7785 1.99994 17.2029 2.05607 16.7643C2.11166 16.3299 2.24685 15.7915 2.73265 15.4662C3.2632 15.1108 3.81844 15.2604 4.21244 15.441C4.58478 15.6116 5.02713 15.9079 5.51679 16.236Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.51679 3.23598L5.56735 3.26985L5.61407 3.30114L5.61408 3.30114C6.10722 3.63134 6.5482 3.92661 6.85806 4.21196C7.19561 4.52281 7.5 4.93149 7.5 5.50037C7.5 6.06926 7.19561 6.47794 6.85806 6.78879C6.5482 7.07413 6.10722 7.36941 5.61408 7.69961L5.61407 7.69961L5.56735 7.7309L5.51678 7.76477C5.02713 8.09281 4.58478 8.38914 4.21244 8.55976C3.81844 8.74031 3.2632 8.88991 2.73265 8.53458C2.24685 8.20922 2.11166 7.67081 2.05607 7.23644C1.99994 6.79782 1.99997 6.22221 2 5.55172V5.55167L2 5.50037L2 5.44908V5.44903C1.99997 4.77854 1.99994 4.20293 2.05607 3.76431C2.11166 3.32994 2.24685 2.79153 2.73265 2.46617C3.2632 2.11084 3.81844 2.26044 4.21244 2.44098C4.58478 2.61161 5.02713 2.90795 5.51679 3.23598Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 12C10 11.4477 10.4477 11 11 11L21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13L11 13C10.4477 13 10 12.5523 10 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 18.5C10 17.9477 10.4477 17.5 11 17.5L21 17.5C21.5523 17.5 22 17.9477 22 18.5C22 19.0523 21.5523 19.5 21 19.5L11 19.5C10.4477 19.5 10 19.0523 10 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-letter-spacing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 23C1.44772 23 1 22.5523 1 22L1 2C1 1.44772 1.44772 1 2 1C2.55229 1 3 1.44772 3 2L3 22C3 22.5523 2.55228 23 2 23Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 23C21.4477 23 21 22.5523 21 22L21 2C21 1.44772 21.4477 1 22 1C22.5523 1 23 1.44772 23 2L23 22C23 22.5523 22.5523 23 22 23Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6861 7.66395C11.3246 8.41805 10.9268 9.57964 10.3577 11.2494L10.1019 12H13.8987L13.6428 11.2494C13.0737 9.57964 12.6759 8.41805 12.3144 7.66395C12.1867 7.39742 12.0817 7.22211 12.0003 7.1103C11.9189 7.22211 11.8139 7.39742 11.6861 7.66395ZM14.5804 14L16.0537 18.3226C16.2319 18.8454 16.8001 19.1247 17.3229 18.9465C17.8456 18.7683 18.125 18.2001 17.9468 17.6774L15.5115 10.5325C14.9724 8.95086 14.5373 7.67442 14.1179 6.79944C13.905 6.35534 13.6598 5.93398 13.3511 5.61386C13.0229 5.27345 12.573 5 12.0003 5C11.4275 5 10.9776 5.27345 10.6494 5.61386C10.3408 5.93398 10.0955 6.35534 9.88262 6.79944C9.4632 7.67442 9.02815 8.95085 8.48908 10.5325L6.05374 17.6774C5.87556 18.2001 6.1549 18.7683 6.67765 18.9465C7.2004 19.1247 7.76862 18.8454 7.9468 18.3226L9.42016 14H14.5804Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 23C1.44772 23 1 22.5523 1 22L1 2C1 1.44772 1.44772 1 2 1C2.55229 1 3 1.44772 3 2L3 22C3 22.5523 2.55228 23 2 23Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 23C21.4477 23 21 22.5523 21 22L21 2C21 1.44772 21.4477 1 22 1C22.5523 1 23 1.44772 23 2L23 22C23 22.5523 22.5523 23 22 23Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6861 7.66395C11.3246 8.41805 10.9268 9.57964 10.3577 11.2494L10.1019 12H13.8987L13.6428 11.2494C13.0737 9.57964 12.6759 8.41805 12.3144 7.66395C12.1867 7.39742 12.0817 7.22211 12.0003 7.1103C11.9189 7.22211 11.8139 7.39742 11.6861 7.66395ZM14.5804 14L16.0537 18.3226C16.2319 18.8454 16.8001 19.1247 17.3229 18.9465C17.8456 18.7683 18.125 18.2001 17.9468 17.6774L15.5115 10.5325C14.9724 8.95086 14.5373 7.67442 14.1179 6.79944C13.905 6.35534 13.6598 5.93398 13.3511 5.61386C13.0229 5.27345 12.573 5 12.0003 5C11.4275 5 10.9776 5.27345 10.6494 5.61386C10.3408 5.93398 10.0955 6.35534 9.88262 6.79944C9.4632 7.67442 9.02815 8.95085 8.48908 10.5325L6.05374 17.6774C5.87556 18.2001 6.1549 18.7683 6.67765 18.9465C7.2004 19.1247 7.76862 18.8454 7.9468 18.3226L9.42016 14H14.5804Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-list-view{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.53168 9.32334C2.79738 9.26497 3.0942 9.25 3.4 9.25H20.6C20.9058 9.25 21.2026 9.26497 21.4683 9.32334C21.7425 9.38357 22.0291 9.49978 22.2647 9.73532C22.5002 9.97086 22.6164 10.2575 22.6767 10.5317C22.735 10.7974 22.75 11.0942 22.75 11.4V12.6C22.75 12.9058 22.735 13.2026 22.6767 13.4683C22.6164 13.7425 22.5002 14.0291 22.2647 14.2647C22.0291 14.5002 21.7425 14.6164 21.4683 14.6767C21.2026 14.735 20.9058 14.75 20.6 14.75H3.4C3.0942 14.75 2.79738 14.735 2.53168 14.6767C2.25749 14.6164 1.97086 14.5002 1.73532 14.2647C1.49978 14.0291 1.38357 13.7425 1.32334 13.4683C1.26497 13.2026 1.25 12.9058 1.25 12.6V11.4C1.25 11.0942 1.26497 10.7974 1.32334 10.5317C1.38357 10.2575 1.49978 9.97086 1.73532 9.73532C1.97086 9.49978 2.25749 9.38357 2.53168 9.32334Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.53168 1.32334C2.79738 1.26497 3.0942 1.25 3.4 1.25H20.6C20.9058 1.25 21.2026 1.26497 21.4683 1.32334C21.7425 1.38357 22.0291 1.49978 22.2647 1.73532C22.5002 1.97086 22.6164 2.25749 22.6767 2.53168C22.735 2.79738 22.75 3.0942 22.75 3.4V4.6C22.75 4.9058 22.735 5.20262 22.6767 5.46832C22.6164 5.74251 22.5002 6.02914 22.2647 6.26468C22.0291 6.50022 21.7425 6.61643 21.4683 6.67666C21.2026 6.73503 20.9058 6.75 20.6 6.75H3.4C3.0942 6.75 2.79738 6.73503 2.53168 6.67666C2.25749 6.61643 1.97086 6.50022 1.73532 6.26468C1.49978 6.02914 1.38357 5.74251 1.32334 5.46832C1.26497 5.20262 1.25 4.9058 1.25 4.6V3.4C1.25 3.0942 1.26497 2.79738 1.32334 2.53168C1.38357 2.25749 1.49978 1.97086 1.73532 1.73532C1.97086 1.49978 2.25749 1.38357 2.53168 1.32334Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.53168 17.3233C2.79738 17.265 3.0942 17.25 3.4 17.25H20.6C20.9058 17.25 21.2026 17.265 21.4683 17.3233C21.7425 17.3836 22.0291 17.4998 22.2647 17.7353C22.5002 17.9709 22.6164 18.2575 22.6767 18.5317C22.735 18.7974 22.75 19.0942 22.75 19.4V20.6C22.75 20.9058 22.735 21.2026 22.6767 21.4683C22.6164 21.7425 22.5002 22.0291 22.2647 22.2647C22.0291 22.5002 21.7425 22.6164 21.4683 22.6767C21.2026 22.735 20.9058 22.75 20.6 22.75H3.4C3.0942 22.75 2.79738 22.735 2.53168 22.6767C2.25749 22.6164 1.97086 22.5002 1.73532 22.2647C1.49978 22.0291 1.38357 21.7425 1.32334 21.4683C1.26497 21.2026 1.25 20.9058 1.25 20.6V19.4C1.25 19.0942 1.26497 18.7974 1.32334 18.5317C1.38357 18.2575 1.49978 17.9709 1.73532 17.7353C1.97086 17.4998 2.25749 17.3836 2.53168 17.3233Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.53168 9.32334C2.79738 9.26497 3.0942 9.25 3.4 9.25H20.6C20.9058 9.25 21.2026 9.26497 21.4683 9.32334C21.7425 9.38357 22.0291 9.49978 22.2647 9.73532C22.5002 9.97086 22.6164 10.2575 22.6767 10.5317C22.735 10.7974 22.75 11.0942 22.75 11.4V12.6C22.75 12.9058 22.735 13.2026 22.6767 13.4683C22.6164 13.7425 22.5002 14.0291 22.2647 14.2647C22.0291 14.5002 21.7425 14.6164 21.4683 14.6767C21.2026 14.735 20.9058 14.75 20.6 14.75H3.4C3.0942 14.75 2.79738 14.735 2.53168 14.6767C2.25749 14.6164 1.97086 14.5002 1.73532 14.2647C1.49978 14.0291 1.38357 13.7425 1.32334 13.4683C1.26497 13.2026 1.25 12.9058 1.25 12.6V11.4C1.25 11.0942 1.26497 10.7974 1.32334 10.5317C1.38357 10.2575 1.49978 9.97086 1.73532 9.73532C1.97086 9.49978 2.25749 9.38357 2.53168 9.32334Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.53168 1.32334C2.79738 1.26497 3.0942 1.25 3.4 1.25H20.6C20.9058 1.25 21.2026 1.26497 21.4683 1.32334C21.7425 1.38357 22.0291 1.49978 22.2647 1.73532C22.5002 1.97086 22.6164 2.25749 22.6767 2.53168C22.735 2.79738 22.75 3.0942 22.75 3.4V4.6C22.75 4.9058 22.735 5.20262 22.6767 5.46832C22.6164 5.74251 22.5002 6.02914 22.2647 6.26468C22.0291 6.50022 21.7425 6.61643 21.4683 6.67666C21.2026 6.73503 20.9058 6.75 20.6 6.75H3.4C3.0942 6.75 2.79738 6.73503 2.53168 6.67666C2.25749 6.61643 1.97086 6.50022 1.73532 6.26468C1.49978 6.02914 1.38357 5.74251 1.32334 5.46832C1.26497 5.20262 1.25 4.9058 1.25 4.6V3.4C1.25 3.0942 1.26497 2.79738 1.32334 2.53168C1.38357 2.25749 1.49978 1.97086 1.73532 1.73532C1.97086 1.49978 2.25749 1.38357 2.53168 1.32334Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.53168 17.3233C2.79738 17.265 3.0942 17.25 3.4 17.25H20.6C20.9058 17.25 21.2026 17.265 21.4683 17.3233C21.7425 17.3836 22.0291 17.4998 22.2647 17.7353C22.5002 17.9709 22.6164 18.2575 22.6767 18.5317C22.735 18.7974 22.75 19.0942 22.75 19.4V20.6C22.75 20.9058 22.735 21.2026 22.6767 21.4683C22.6164 21.7425 22.5002 22.0291 22.2647 22.2647C22.0291 22.5002 21.7425 22.6164 21.4683 22.6767C21.2026 22.735 20.9058 22.75 20.6 22.75H3.4C3.0942 22.75 2.79738 22.735 2.53168 22.6767C2.25749 22.6164 1.97086 22.5002 1.73532 22.2647C1.49978 22.0291 1.38357 21.7425 1.32334 21.4683C1.26497 21.2026 1.25 20.9058 1.25 20.6V19.4C1.25 19.0942 1.26497 18.7974 1.32334 18.5317C1.38357 18.2575 1.49978 17.9709 1.73532 17.7353C1.97086 17.4998 2.25749 17.3836 2.53168 17.3233Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-magic-wand-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5133 9.43968C11.003 9.18677 10.4038 9.18677 9.89343 9.43968C9.62078 9.57479 9.32922 9.86755 9.0989 10.0989C8.86755 10.3292 8.57479 10.6208 8.43968 10.8934C8.18677 11.4038 8.18677 12.003 8.43968 12.5133C8.57479 12.786 8.80812 13.0183 9.03947 13.2486L9.0989 13.3079L17.7514 21.9605C17.9817 22.1919 18.214 22.4252 18.4867 22.5603C18.997 22.8132 19.5962 22.8132 20.1066 22.5603C20.3792 22.4252 20.6708 22.1325 20.9011 21.9011C21.1325 21.6708 21.4252 21.3792 21.5603 21.1066C21.8132 20.5962 21.8132 19.997 21.5603 19.4867C21.4252 19.214 21.1919 18.9817 20.9605 18.7514L12.3079 10.0989L12.2486 10.0395C12.0183 9.80812 11.786 9.57479 11.5133 9.43968ZM10.1599 11.158C10.3123 11.0056 10.4049 10.9134 10.4783 10.8479C10.5518 10.7711 10.7449 10.6635 10.9292 10.8479C11.0027 10.9134 11.0952 11.0056 11.2476 11.158L12.8656 12.776L11.7779 13.8636L10.1599 12.2456C10.0075 12.0932 9.9154 12.0007 9.84983 11.9273C9.66726 11.7447 9.77376 11.5506 9.84983 11.4763C9.9154 11.4029 10.0075 11.3104 10.1599 11.158Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 1.25C17.3138 1.25 17.5945 1.4454 17.7034 1.73972L17.9982 2.53633C18.4085 3.64524 18.5481 3.97634 18.7859 4.21412C19.0237 4.45189 19.3548 4.59151 20.4637 5.00184L21.2603 5.29661C21.5546 5.40552 21.75 5.68617 21.75 6C21.75 6.31383 21.5546 6.59448 21.2603 6.70339L20.4637 6.99816C19.3548 7.4085 19.0237 7.54811 18.7859 7.78588C18.5481 8.02366 18.4085 8.35476 17.9982 9.46368L17.7034 10.2603C17.5945 10.5546 17.3138 10.75 17 10.75C16.6862 10.75 16.4055 10.5546 16.2966 10.2603L16.0018 9.46368C15.5915 8.35476 15.4519 8.02366 15.2141 7.78588C14.9763 7.54811 14.6452 7.4085 13.5363 6.99816L12.7397 6.70339C12.4454 6.59448 12.25 6.31383 12.25 6C12.25 5.68617 12.4454 5.40552 12.7397 5.29661L13.5363 5.00184C14.6452 4.59151 14.9763 4.45189 15.2141 4.21412C15.4519 3.97634 15.5915 3.64524 16.0018 2.53633L16.2966 1.73972C16.4055 1.4454 16.6862 1.25 17 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6 3.25C6.31383 3.25 6.59448 3.4454 6.70339 3.73972L6.92447 4.33717C7.23817 5.18495 7.32947 5.38548 7.472 5.52801C7.61452 5.67053 7.81505 5.76183 8.66283 6.07553L9.26028 6.29661C9.5546 6.40552 9.75 6.68617 9.75 7C9.75 7.31383 9.5546 7.59448 9.26028 7.70339L8.66282 7.92447C7.81505 8.23817 7.61452 8.32947 7.47199 8.472C7.32947 8.61452 7.23817 8.81505 6.92447 9.66283L6.70339 10.2603C6.59448 10.5546 6.31383 10.75 6 10.75C5.68617 10.75 5.40552 10.5546 5.29661 10.2603L5.07553 9.66283C4.76183 8.81505 4.67053 8.61452 4.528 8.472C4.38548 8.32947 4.18495 8.23817 3.33717 7.92447L2.73972 7.70339C2.4454 7.59448 2.25 7.31383 2.25 7C2.25 6.68617 2.4454 6.40552 2.73972 6.29661L3.33717 6.07553C4.18495 5.76183 4.38548 5.67053 4.528 5.528C4.67053 5.38548 4.76183 5.18495 5.07553 4.33717L5.29661 3.73972C5.40552 3.4454 5.68617 3.25 6 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5133 9.43968C11.003 9.18677 10.4038 9.18677 9.89343 9.43968C9.62078 9.57479 9.32922 9.86755 9.0989 10.0989C8.86755 10.3292 8.57479 10.6208 8.43968 10.8934C8.18677 11.4038 8.18677 12.003 8.43968 12.5133C8.57479 12.786 8.80812 13.0183 9.03947 13.2486L9.0989 13.3079L17.7514 21.9605C17.9817 22.1919 18.214 22.4252 18.4867 22.5603C18.997 22.8132 19.5962 22.8132 20.1066 22.5603C20.3792 22.4252 20.6708 22.1325 20.9011 21.9011C21.1325 21.6708 21.4252 21.3792 21.5603 21.1066C21.8132 20.5962 21.8132 19.997 21.5603 19.4867C21.4252 19.214 21.1919 18.9817 20.9605 18.7514L12.3079 10.0989L12.2486 10.0395C12.0183 9.80812 11.786 9.57479 11.5133 9.43968ZM10.1599 11.158C10.3123 11.0056 10.4049 10.9134 10.4783 10.8479C10.5518 10.7711 10.7449 10.6635 10.9292 10.8479C11.0027 10.9134 11.0952 11.0056 11.2476 11.158L12.8656 12.776L11.7779 13.8636L10.1599 12.2456C10.0075 12.0932 9.9154 12.0007 9.84983 11.9273C9.66726 11.7447 9.77376 11.5506 9.84983 11.4763C9.9154 11.4029 10.0075 11.3104 10.1599 11.158Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 1.25C17.3138 1.25 17.5945 1.4454 17.7034 1.73972L17.9982 2.53633C18.4085 3.64524 18.5481 3.97634 18.7859 4.21412C19.0237 4.45189 19.3548 4.59151 20.4637 5.00184L21.2603 5.29661C21.5546 5.40552 21.75 5.68617 21.75 6C21.75 6.31383 21.5546 6.59448 21.2603 6.70339L20.4637 6.99816C19.3548 7.4085 19.0237 7.54811 18.7859 7.78588C18.5481 8.02366 18.4085 8.35476 17.9982 9.46368L17.7034 10.2603C17.5945 10.5546 17.3138 10.75 17 10.75C16.6862 10.75 16.4055 10.5546 16.2966 10.2603L16.0018 9.46368C15.5915 8.35476 15.4519 8.02366 15.2141 7.78588C14.9763 7.54811 14.6452 7.4085 13.5363 6.99816L12.7397 6.70339C12.4454 6.59448 12.25 6.31383 12.25 6C12.25 5.68617 12.4454 5.40552 12.7397 5.29661L13.5363 5.00184C14.6452 4.59151 14.9763 4.45189 15.2141 4.21412C15.4519 3.97634 15.5915 3.64524 16.0018 2.53633L16.2966 1.73972C16.4055 1.4454 16.6862 1.25 17 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6 3.25C6.31383 3.25 6.59448 3.4454 6.70339 3.73972L6.92447 4.33717C7.23817 5.18495 7.32947 5.38548 7.472 5.52801C7.61452 5.67053 7.81505 5.76183 8.66283 6.07553L9.26028 6.29661C9.5546 6.40552 9.75 6.68617 9.75 7C9.75 7.31383 9.5546 7.59448 9.26028 7.70339L8.66282 7.92447C7.81505 8.23817 7.61452 8.32947 7.47199 8.472C7.32947 8.61452 7.23817 8.81505 6.92447 9.66283L6.70339 10.2603C6.59448 10.5546 6.31383 10.75 6 10.75C5.68617 10.75 5.40552 10.5546 5.29661 10.2603L5.07553 9.66283C4.76183 8.81505 4.67053 8.61452 4.528 8.472C4.38548 8.32947 4.18495 8.23817 3.33717 7.92447L2.73972 7.70339C2.4454 7.59448 2.25 7.31383 2.25 7C2.25 6.68617 2.4454 6.40552 2.73972 6.29661L3.33717 6.07553C4.18495 5.76183 4.38548 5.67053 4.528 5.528C4.67053 5.38548 4.76183 5.18495 5.07553 4.33717L5.29661 3.73972C5.40552 3.4454 5.68617 3.25 6 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-magic-wand-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0185 17.0185C17.3765 16.6605 17.9569 16.6605 18.3148 17.0185L21.9815 20.6852C22.3395 21.0431 22.3395 21.6235 21.9815 21.9815C21.6235 22.3395 21.0431 22.3395 20.6852 21.9815L17.0185 18.3148C16.6605 17.9569 16.6605 17.3765 17.0185 17.0185Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.5075 1.96862C16.363 2.41057 16.7226 3.38118 16.7236 4.44099L16.7236 4.44246L16.7366 7.5794C16.7461 7.76896 16.8546 8.20404 17.2117 8.42791L19.6062 9.92916C20.6082 10.5584 21.3899 11.4502 21.2306 12.4938C21.0706 13.5413 20.0537 14.1517 18.9103 14.4416L15.9008 15.2015C15.7235 15.2089 15.3344 15.3607 15.1959 15.9093L15.1954 15.9114L14.4373 18.9148C14.1498 20.0594 13.5371 21.072 12.4893 21.2316C11.4461 21.3905 10.5529 20.6134 9.92483 19.611L8.42421 17.2166C8.20648 16.8692 7.76805 16.7551 7.57605 16.7415L4.43713 16.7285C3.38065 16.7242 2.41169 16.364 1.96915 15.5111C1.52526 14.6555 1.79394 13.6575 2.407 12.7966L4.07967 10.4504C4.28745 10.1589 4.24784 9.74044 4.20206 9.56763L3.0745 6.221L3.074 6.21952C2.73219 5.198 2.74766 4.13765 3.44041 3.44477C4.13402 2.75103 5.19438 2.7384 6.21321 3.08398L9.56352 4.21322C9.72524 4.26419 10.128 4.30957 10.4452 4.08335L12.7924 2.40936C13.6525 1.79663 14.6512 1.52619 15.5075 1.96862Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0185 17.0185C17.3765 16.6605 17.9569 16.6605 18.3148 17.0185L21.9815 20.6852C22.3395 21.0431 22.3395 21.6235 21.9815 21.9815C21.6235 22.3395 21.0431 22.3395 20.6852 21.9815L17.0185 18.3148C16.6605 17.9569 16.6605 17.3765 17.0185 17.0185Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.5075 1.96862C16.363 2.41057 16.7226 3.38118 16.7236 4.44099L16.7236 4.44246L16.7366 7.5794C16.7461 7.76896 16.8546 8.20404 17.2117 8.42791L19.6062 9.92916C20.6082 10.5584 21.3899 11.4502 21.2306 12.4938C21.0706 13.5413 20.0537 14.1517 18.9103 14.4416L15.9008 15.2015C15.7235 15.2089 15.3344 15.3607 15.1959 15.9093L15.1954 15.9114L14.4373 18.9148C14.1498 20.0594 13.5371 21.072 12.4893 21.2316C11.4461 21.3905 10.5529 20.6134 9.92483 19.611L8.42421 17.2166C8.20648 16.8692 7.76805 16.7551 7.57605 16.7415L4.43713 16.7285C3.38065 16.7242 2.41169 16.364 1.96915 15.5111C1.52526 14.6555 1.79394 13.6575 2.407 12.7966L4.07967 10.4504C4.28745 10.1589 4.24784 9.74044 4.20206 9.56763L3.0745 6.221L3.074 6.21952C2.73219 5.198 2.74766 4.13765 3.44041 3.44477C4.13402 2.75103 5.19438 2.7384 6.21321 3.08398L9.56352 4.21322C9.72524 4.26419 10.128 4.30957 10.4452 4.08335L12.7924 2.40936C13.6525 1.79663 14.6512 1.52619 15.5075 1.96862Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-magic-wand-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.4697 14.4697C14.7626 14.1768 15.2374 14.1768 15.5303 14.4697L17.0303 15.9697C17.3232 16.2626 17.3232 16.7374 17.0303 17.0303C16.7374 17.3232 16.2626 17.3232 15.9697 17.0303L14.4697 15.5303C14.1768 15.2374 14.1768 14.7626 14.4697 14.4697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4088 16.4088C17.2872 15.5304 18.7113 15.5304 19.5897 16.4088L21.5912 18.4103C22.4696 19.2887 22.4696 20.7128 21.5912 21.5912C20.7128 22.4696 19.2887 22.4696 18.4103 21.5912L16.4088 19.5897C15.5304 18.7113 15.5304 17.2872 16.4088 16.4088Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.397 1.94636C14.1694 2.3454 14.4772 3.21227 14.4781 4.11768L14.4781 4.11886L14.4888 6.73255C14.4844 6.85982 14.5455 7.15825 14.8254 7.33377L16.8217 8.58534C17.6656 9.11533 18.3773 9.89864 18.2324 10.8473C18.087 11.7997 17.1692 12.3285 16.2059 12.5728L13.6979 13.206C13.3849 13.2851 13.2362 13.5723 13.201 13.706L12.569 16.2099C12.3265 17.1748 11.7957 18.0884 10.8433 18.2335C9.89534 18.3778 9.11081 17.6706 8.58149 16.8258L7.33051 14.8297C7.15981 14.5574 6.85877 14.4918 6.72958 14.4931L4.11382 14.4824C3.21132 14.4786 2.34621 14.1703 1.94673 13.4004C1.54589 12.6278 1.79685 11.7439 2.32077 11.0082L3.71441 9.05334C3.88225 8.8179 3.84139 8.53957 3.79998 8.42983L2.86035 5.64097L2.85985 5.63949C2.56876 4.76956 2.56863 3.82598 3.19534 3.19915C3.82289 2.57149 4.76676 2.57418 5.63457 2.86851L8.42721 3.80979C8.54002 3.8464 8.82221 3.87928 9.04852 3.71788L11.0046 2.32289C11.7395 1.79931 12.6238 1.54687 13.397 1.94636Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.4697 14.4697C14.7626 14.1768 15.2374 14.1768 15.5303 14.4697L17.0303 15.9697C17.3232 16.2626 17.3232 16.7374 17.0303 17.0303C16.7374 17.3232 16.2626 17.3232 15.9697 17.0303L14.4697 15.5303C14.1768 15.2374 14.1768 14.7626 14.4697 14.4697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4088 16.4088C17.2872 15.5304 18.7113 15.5304 19.5897 16.4088L21.5912 18.4103C22.4696 19.2887 22.4696 20.7128 21.5912 21.5912C20.7128 22.4696 19.2887 22.4696 18.4103 21.5912L16.4088 19.5897C15.5304 18.7113 15.5304 17.2872 16.4088 16.4088Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.397 1.94636C14.1694 2.3454 14.4772 3.21227 14.4781 4.11768L14.4781 4.11886L14.4888 6.73255C14.4844 6.85982 14.5455 7.15825 14.8254 7.33377L16.8217 8.58534C17.6656 9.11533 18.3773 9.89864 18.2324 10.8473C18.087 11.7997 17.1692 12.3285 16.2059 12.5728L13.6979 13.206C13.3849 13.2851 13.2362 13.5723 13.201 13.706L12.569 16.2099C12.3265 17.1748 11.7957 18.0884 10.8433 18.2335C9.89534 18.3778 9.11081 17.6706 8.58149 16.8258L7.33051 14.8297C7.15981 14.5574 6.85877 14.4918 6.72958 14.4931L4.11382 14.4824C3.21132 14.4786 2.34621 14.1703 1.94673 13.4004C1.54589 12.6278 1.79685 11.7439 2.32077 11.0082L3.71441 9.05334C3.88225 8.8179 3.84139 8.53957 3.79998 8.42983L2.86035 5.64097L2.85985 5.63949C2.56876 4.76956 2.56863 3.82598 3.19534 3.19915C3.82289 2.57149 4.76676 2.57418 5.63457 2.86851L8.42721 3.80979C8.54002 3.8464 8.82221 3.87928 9.04852 3.71788L11.0046 2.32289C11.7395 1.79931 12.6238 1.54687 13.397 1.94636Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-maximize-screen{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5074 7.49262C16.1908 7.176 15.8143 7.07377 15.5178 7.0339C15.264 6.99979 14.963 6.99991 14.6828 7.00001L12.8182 7.00002C12.2659 7.00002 11.8182 7.44774 11.8182 8.00002C11.8182 8.19558 11.8743 8.37802 11.9713 8.53212C11.9816 8.54843 11.9868 8.55659 11.9972 8.5697C12.0077 8.58281 12.0173 8.59243 12.0365 8.61168L12.5811 9.15621C12.7811 9.35621 12.8811 9.45621 12.8811 9.58047C12.8811 9.70474 12.7811 9.80473 12.5811 10.0047L10.3442 12.2416C10.2183 12.3675 10.1554 12.4304 10.0807 12.4518C10.0061 12.4732 9.90697 12.4502 9.7088 12.4043C9.57417 12.3731 9.43588 12.3489 9.29448 12.3299C8.69971 12.2499 7.95051 12.25 7.05205 12.25H5.948C5.04954 12.25 4.3003 12.2499 3.70552 12.3299C3.07773 12.4143 2.51093 12.6 2.05546 13.0555C1.59999 13.5109 1.41432 14.0777 1.32992 14.7055C1.24995 15.3003 1.24997 16.0495 1.25 16.9479V18.052C1.24997 18.9505 1.24995 19.6997 1.32992 20.2945C1.41432 20.9223 1.59999 21.4891 2.05546 21.9445C2.51093 22.4 3.07773 22.5857 3.70552 22.6701C4.3003 22.7501 5.04951 22.75 5.94798 22.75H7.052C7.95047 22.75 8.69971 22.7501 9.29448 22.6701C9.92228 22.5857 10.4891 22.4 10.9445 21.9445C11.4 21.4891 11.5857 20.9223 11.6701 20.2945C11.7501 19.6997 11.75 18.9505 11.75 18.052V16.948C11.75 16.0495 11.7501 15.3003 11.6701 14.7055C11.6511 14.5641 11.6269 14.4258 11.5957 14.2912C11.5498 14.0931 11.5268 13.994 11.5482 13.9193C11.5696 13.8447 11.6325 13.7817 11.7584 13.6559L13.9953 11.419C14.1953 11.219 14.2953 11.119 14.4196 11.119C14.5438 11.119 14.6438 11.219 14.8438 11.419L15.3883 11.9635C15.4076 11.9827 15.4172 11.9923 15.4303 12.0028C15.4434 12.0132 15.4516 12.0184 15.4679 12.0287C15.622 12.1257 15.8044 12.1818 16 12.1818C16.5523 12.1818 17 11.7341 17 11.1818L17 9.31723C17.0001 9.03699 17.0002 8.73599 16.9661 8.48227C16.9263 8.18572 16.824 7.80924 16.5074 7.49262Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.06818 2.22727C9.06818 1.68754 9.50572 1.25 10.0455 1.25H13.9545C14.4943 1.25 14.9318 1.68754 14.9318 2.22727C14.9318 2.76701 14.4943 3.20455 13.9545 3.20455H10.0455C9.50572 3.20455 9.06818 2.76701 9.06818 2.22727ZM17.385 2.14597C17.4623 1.61179 17.9579 1.24134 18.4921 1.31855C19.6463 1.48537 20.6173 1.83249 21.3924 2.60757C22.1675 3.38266 22.5146 4.35373 22.6815 5.50793C22.7587 6.04211 22.3882 6.53774 21.854 6.61495C21.3198 6.69216 20.8242 6.32171 20.747 5.78753C20.6128 4.85899 20.3743 4.35364 20.0104 3.98964C19.6464 3.62565 19.141 3.3872 18.2125 3.25299C17.6783 3.17578 17.3078 2.68015 17.385 2.14597ZM6.61495 2.14597C6.69216 2.68015 6.32171 3.17578 5.78753 3.25299C4.85899 3.3872 4.35364 3.62565 3.98964 3.98964C3.62565 4.35364 3.3872 4.85899 3.25299 5.78753C3.17578 6.32171 2.68015 6.69216 2.14597 6.61495C1.61179 6.53774 1.24134 6.04211 1.31855 5.50793C1.48537 4.35373 1.83249 3.38266 2.60757 2.60757C3.38266 1.83249 4.35373 1.48537 5.50793 1.31855C6.04211 1.24134 6.53774 1.61179 6.61495 2.14597ZM2.22727 7.60227C2.76701 7.60227 3.20455 8.03981 3.20455 8.57954V10.0227C3.20455 10.5625 2.76701 11 2.22727 11C1.68754 11 1.25 10.5625 1.25 10.0227L1.25 8.57954C1.25 8.03981 1.68754 7.60227 2.22727 7.60227ZM21.7727 9.06818C22.3125 9.06818 22.75 9.50572 22.75 10.0455L22.75 13.9545C22.75 14.4943 22.3125 14.9318 21.7727 14.9318C21.233 14.9318 20.7955 14.4943 20.7955 13.9545L20.7955 10.0455C20.7955 9.50572 21.233 9.06818 21.7727 9.06818ZM21.854 17.385C22.3882 17.4623 22.7587 17.9579 22.6815 18.4921C22.5146 19.6463 22.1675 20.6173 21.3924 21.3924C20.6173 22.1675 19.6463 22.5146 18.4921 22.6815C17.9579 22.7587 17.4623 22.3882 17.385 21.854C17.3078 21.3198 17.6783 20.8242 18.2125 20.747C19.141 20.6128 19.6464 20.3743 20.0104 20.0104C20.3743 19.6464 20.6128 19.141 20.747 18.2125C20.8242 17.6783 21.3198 17.3078 21.854 17.385ZM13 21.7727C13 21.233 13.4375 20.7955 13.9773 20.7955H15.4205C15.9602 20.7955 16.3977 21.233 16.3977 21.7727C16.3977 22.3125 15.9602 22.75 15.4205 22.75H13.9773C13.4375 22.75 13 22.3125 13 21.7727Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5074 7.49262C16.1908 7.176 15.8143 7.07377 15.5178 7.0339C15.264 6.99979 14.963 6.99991 14.6828 7.00001L12.8182 7.00002C12.2659 7.00002 11.8182 7.44774 11.8182 8.00002C11.8182 8.19558 11.8743 8.37802 11.9713 8.53212C11.9816 8.54843 11.9868 8.55659 11.9972 8.5697C12.0077 8.58281 12.0173 8.59243 12.0365 8.61168L12.5811 9.15621C12.7811 9.35621 12.8811 9.45621 12.8811 9.58047C12.8811 9.70474 12.7811 9.80473 12.5811 10.0047L10.3442 12.2416C10.2183 12.3675 10.1554 12.4304 10.0807 12.4518C10.0061 12.4732 9.90697 12.4502 9.7088 12.4043C9.57417 12.3731 9.43588 12.3489 9.29448 12.3299C8.69971 12.2499 7.95051 12.25 7.05205 12.25H5.948C5.04954 12.25 4.3003 12.2499 3.70552 12.3299C3.07773 12.4143 2.51093 12.6 2.05546 13.0555C1.59999 13.5109 1.41432 14.0777 1.32992 14.7055C1.24995 15.3003 1.24997 16.0495 1.25 16.9479V18.052C1.24997 18.9505 1.24995 19.6997 1.32992 20.2945C1.41432 20.9223 1.59999 21.4891 2.05546 21.9445C2.51093 22.4 3.07773 22.5857 3.70552 22.6701C4.3003 22.7501 5.04951 22.75 5.94798 22.75H7.052C7.95047 22.75 8.69971 22.7501 9.29448 22.6701C9.92228 22.5857 10.4891 22.4 10.9445 21.9445C11.4 21.4891 11.5857 20.9223 11.6701 20.2945C11.7501 19.6997 11.75 18.9505 11.75 18.052V16.948C11.75 16.0495 11.7501 15.3003 11.6701 14.7055C11.6511 14.5641 11.6269 14.4258 11.5957 14.2912C11.5498 14.0931 11.5268 13.994 11.5482 13.9193C11.5696 13.8447 11.6325 13.7817 11.7584 13.6559L13.9953 11.419C14.1953 11.219 14.2953 11.119 14.4196 11.119C14.5438 11.119 14.6438 11.219 14.8438 11.419L15.3883 11.9635C15.4076 11.9827 15.4172 11.9923 15.4303 12.0028C15.4434 12.0132 15.4516 12.0184 15.4679 12.0287C15.622 12.1257 15.8044 12.1818 16 12.1818C16.5523 12.1818 17 11.7341 17 11.1818L17 9.31723C17.0001 9.03699 17.0002 8.73599 16.9661 8.48227C16.9263 8.18572 16.824 7.80924 16.5074 7.49262Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.06818 2.22727C9.06818 1.68754 9.50572 1.25 10.0455 1.25H13.9545C14.4943 1.25 14.9318 1.68754 14.9318 2.22727C14.9318 2.76701 14.4943 3.20455 13.9545 3.20455H10.0455C9.50572 3.20455 9.06818 2.76701 9.06818 2.22727ZM17.385 2.14597C17.4623 1.61179 17.9579 1.24134 18.4921 1.31855C19.6463 1.48537 20.6173 1.83249 21.3924 2.60757C22.1675 3.38266 22.5146 4.35373 22.6815 5.50793C22.7587 6.04211 22.3882 6.53774 21.854 6.61495C21.3198 6.69216 20.8242 6.32171 20.747 5.78753C20.6128 4.85899 20.3743 4.35364 20.0104 3.98964C19.6464 3.62565 19.141 3.3872 18.2125 3.25299C17.6783 3.17578 17.3078 2.68015 17.385 2.14597ZM6.61495 2.14597C6.69216 2.68015 6.32171 3.17578 5.78753 3.25299C4.85899 3.3872 4.35364 3.62565 3.98964 3.98964C3.62565 4.35364 3.3872 4.85899 3.25299 5.78753C3.17578 6.32171 2.68015 6.69216 2.14597 6.61495C1.61179 6.53774 1.24134 6.04211 1.31855 5.50793C1.48537 4.35373 1.83249 3.38266 2.60757 2.60757C3.38266 1.83249 4.35373 1.48537 5.50793 1.31855C6.04211 1.24134 6.53774 1.61179 6.61495 2.14597ZM2.22727 7.60227C2.76701 7.60227 3.20455 8.03981 3.20455 8.57954V10.0227C3.20455 10.5625 2.76701 11 2.22727 11C1.68754 11 1.25 10.5625 1.25 10.0227L1.25 8.57954C1.25 8.03981 1.68754 7.60227 2.22727 7.60227ZM21.7727 9.06818C22.3125 9.06818 22.75 9.50572 22.75 10.0455L22.75 13.9545C22.75 14.4943 22.3125 14.9318 21.7727 14.9318C21.233 14.9318 20.7955 14.4943 20.7955 13.9545L20.7955 10.0455C20.7955 9.50572 21.233 9.06818 21.7727 9.06818ZM21.854 17.385C22.3882 17.4623 22.7587 17.9579 22.6815 18.4921C22.5146 19.6463 22.1675 20.6173 21.3924 21.3924C20.6173 22.1675 19.6463 22.5146 18.4921 22.6815C17.9579 22.7587 17.4623 22.3882 17.385 21.854C17.3078 21.3198 17.6783 20.8242 18.2125 20.747C19.141 20.6128 19.6464 20.3743 20.0104 20.0104C20.3743 19.6464 20.6128 19.141 20.747 18.2125C20.8242 17.6783 21.3198 17.3078 21.854 17.385ZM13 21.7727C13 21.233 13.4375 20.7955 13.9773 20.7955H15.4205C15.9602 20.7955 16.3977 21.233 16.3977 21.7727C16.3977 22.3125 15.9602 22.75 15.4205 22.75H13.9773C13.4375 22.75 13 22.3125 13 21.7727Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-minimize-screen{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.49259 16.5074C7.80921 16.824 8.18569 16.9262 8.48225 16.9661C8.73597 17.0002 9.03696 17.0001 9.31721 17L11.1818 17C11.7341 17 12.1818 16.5523 12.1818 16C12.1818 15.8044 12.1257 15.622 12.0287 15.4679C12.0184 15.4516 12.0132 15.4434 12.0028 15.4303C11.9923 15.4172 11.9827 15.4076 11.9635 15.3883L11.4189 14.8438C11.2189 14.6438 11.1189 14.5438 11.1189 14.4195C11.1189 14.2953 11.2189 14.1953 11.4189 13.9953L13.6558 11.7584C13.7817 11.6325 13.8446 11.5696 13.9193 11.5482C13.9939 11.5268 14.093 11.5498 14.2912 11.5957C14.4258 11.6269 14.5641 11.6511 14.7055 11.6701C15.3003 11.7501 16.0495 11.75 16.948 11.75H18.052C18.9505 11.75 19.6997 11.7501 20.2945 11.6701C20.9223 11.5857 21.4891 11.4 21.9445 10.9445C22.4 10.4891 22.5857 9.92227 22.6701 9.29448C22.75 8.69971 22.75 7.95051 22.75 7.05206V5.948C22.75 5.04955 22.75 4.30029 22.6701 3.70552C22.5857 3.07772 22.4 2.51092 21.9445 2.05546C21.4891 1.59999 20.9223 1.41431 20.2945 1.32991C19.6997 1.24994 18.9505 1.24997 18.052 1.25H16.948C16.0495 1.24997 15.3003 1.24994 14.7055 1.32991C14.0777 1.41431 13.5109 1.59999 13.0555 2.05546C12.6 2.51092 12.4143 3.07772 12.3299 3.70552C12.2499 4.30029 12.25 5.0495 12.25 5.94797V7.05199C12.25 7.95046 12.2499 8.6997 12.3299 9.29448C12.3489 9.43586 12.3731 9.57415 12.4043 9.70877C12.4502 9.90694 12.4732 10.006 12.4518 10.0807C12.4304 10.1553 12.3675 10.2183 12.2416 10.3441L10.0047 12.581C9.80471 12.781 9.70471 12.881 9.58045 12.881C9.45618 12.881 9.35618 12.781 9.15618 12.581L8.61167 12.0365C8.59244 12.0173 8.58282 12.0077 8.56971 11.9972C8.5566 11.9868 8.54845 11.9816 8.53214 11.9713C8.37803 11.8743 8.19557 11.8182 8 11.8182C7.44771 11.8182 7 12.2659 7 12.8182L6.99999 14.6828C6.99988 14.963 6.99977 15.264 7.03388 15.5177C7.07375 15.8143 7.17597 16.1908 7.49259 16.5074Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9318 21.7727C14.9318 22.3125 14.4943 22.75 13.9545 22.75H10.0455C9.50572 22.75 9.06818 22.3125 9.06818 21.7727C9.06818 21.233 9.50572 20.7955 10.0455 20.7955H13.9545C14.4943 20.7955 14.9318 21.233 14.9318 21.7727ZM6.61495 21.854C6.53774 22.3882 6.04211 22.7587 5.50793 22.6815C4.35373 22.5146 3.38266 22.1675 2.60757 21.3924C1.83249 20.6173 1.48537 19.6463 1.31855 18.4921C1.24134 17.9579 1.61179 17.4623 2.14597 17.3851C2.68015 17.3078 3.17578 17.6783 3.25299 18.2125C3.3872 19.141 3.62565 19.6464 3.98965 20.0104C4.35364 20.3743 4.85899 20.6128 5.78753 20.747C6.32171 20.8242 6.69216 21.3198 6.61495 21.854ZM17.3851 21.854C17.3078 21.3198 17.6783 20.8242 18.2125 20.747C19.141 20.6128 19.6464 20.3743 20.0104 20.0104C20.3743 19.6464 20.6128 19.141 20.747 18.2125C20.8242 17.6783 21.3198 17.3078 21.854 17.3851C22.3882 17.4623 22.7587 17.9579 22.6815 18.4921C22.5146 19.6463 22.1675 20.6173 21.3924 21.3924C20.6173 22.1675 19.6463 22.5146 18.4921 22.6815C17.9579 22.7587 17.4623 22.3882 17.3851 21.854ZM21.7727 16.3977C21.233 16.3977 20.7955 15.9602 20.7955 15.4205V14C20.7955 13.4603 21.233 13.0227 21.7727 13.0227C22.3125 13.0227 22.75 13.4603 22.75 14V15.4205C22.75 15.9602 22.3125 16.3977 21.7727 16.3977ZM2.22727 14.9318C1.68754 14.9318 1.25 14.4943 1.25 13.9545L1.25 10.0455C1.25 9.50572 1.68754 9.06818 2.22727 9.06818C2.76701 9.06818 3.20455 9.50572 3.20455 10.0455L3.20455 13.9545C3.20455 14.4943 2.767 14.9318 2.22727 14.9318ZM2.14597 6.61495C1.61179 6.53774 1.24134 6.04211 1.31855 5.50793C1.48537 4.35373 1.83249 3.38266 2.60757 2.60757C3.38266 1.83249 4.35373 1.48537 5.50793 1.31855C6.04211 1.24134 6.53774 1.61179 6.61495 2.14597C6.69216 2.68015 6.32171 3.17578 5.78753 3.25299C4.85899 3.3872 4.35364 3.62565 3.98965 3.98965C3.62565 4.35364 3.3872 4.85899 3.25299 5.78753C3.17578 6.32171 2.68015 6.69216 2.14597 6.61495ZM11 2.22727C11 2.76701 10.5625 3.20455 10.0227 3.20455H8.57955C8.03981 3.20455 7.60227 2.76701 7.60227 2.22727C7.60227 1.68754 8.03981 1.25 8.57955 1.25H10.0227C10.5625 1.25 11 1.68754 11 2.22727Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.49259 16.5074C7.80921 16.824 8.18569 16.9262 8.48225 16.9661C8.73597 17.0002 9.03696 17.0001 9.31721 17L11.1818 17C11.7341 17 12.1818 16.5523 12.1818 16C12.1818 15.8044 12.1257 15.622 12.0287 15.4679C12.0184 15.4516 12.0132 15.4434 12.0028 15.4303C11.9923 15.4172 11.9827 15.4076 11.9635 15.3883L11.4189 14.8438C11.2189 14.6438 11.1189 14.5438 11.1189 14.4195C11.1189 14.2953 11.2189 14.1953 11.4189 13.9953L13.6558 11.7584C13.7817 11.6325 13.8446 11.5696 13.9193 11.5482C13.9939 11.5268 14.093 11.5498 14.2912 11.5957C14.4258 11.6269 14.5641 11.6511 14.7055 11.6701C15.3003 11.7501 16.0495 11.75 16.948 11.75H18.052C18.9505 11.75 19.6997 11.7501 20.2945 11.6701C20.9223 11.5857 21.4891 11.4 21.9445 10.9445C22.4 10.4891 22.5857 9.92227 22.6701 9.29448C22.75 8.69971 22.75 7.95051 22.75 7.05206V5.948C22.75 5.04955 22.75 4.30029 22.6701 3.70552C22.5857 3.07772 22.4 2.51092 21.9445 2.05546C21.4891 1.59999 20.9223 1.41431 20.2945 1.32991C19.6997 1.24994 18.9505 1.24997 18.052 1.25H16.948C16.0495 1.24997 15.3003 1.24994 14.7055 1.32991C14.0777 1.41431 13.5109 1.59999 13.0555 2.05546C12.6 2.51092 12.4143 3.07772 12.3299 3.70552C12.2499 4.30029 12.25 5.0495 12.25 5.94797V7.05199C12.25 7.95046 12.2499 8.6997 12.3299 9.29448C12.3489 9.43586 12.3731 9.57415 12.4043 9.70877C12.4502 9.90694 12.4732 10.006 12.4518 10.0807C12.4304 10.1553 12.3675 10.2183 12.2416 10.3441L10.0047 12.581C9.80471 12.781 9.70471 12.881 9.58045 12.881C9.45618 12.881 9.35618 12.781 9.15618 12.581L8.61167 12.0365C8.59244 12.0173 8.58282 12.0077 8.56971 11.9972C8.5566 11.9868 8.54845 11.9816 8.53214 11.9713C8.37803 11.8743 8.19557 11.8182 8 11.8182C7.44771 11.8182 7 12.2659 7 12.8182L6.99999 14.6828C6.99988 14.963 6.99977 15.264 7.03388 15.5177C7.07375 15.8143 7.17597 16.1908 7.49259 16.5074Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9318 21.7727C14.9318 22.3125 14.4943 22.75 13.9545 22.75H10.0455C9.50572 22.75 9.06818 22.3125 9.06818 21.7727C9.06818 21.233 9.50572 20.7955 10.0455 20.7955H13.9545C14.4943 20.7955 14.9318 21.233 14.9318 21.7727ZM6.61495 21.854C6.53774 22.3882 6.04211 22.7587 5.50793 22.6815C4.35373 22.5146 3.38266 22.1675 2.60757 21.3924C1.83249 20.6173 1.48537 19.6463 1.31855 18.4921C1.24134 17.9579 1.61179 17.4623 2.14597 17.3851C2.68015 17.3078 3.17578 17.6783 3.25299 18.2125C3.3872 19.141 3.62565 19.6464 3.98965 20.0104C4.35364 20.3743 4.85899 20.6128 5.78753 20.747C6.32171 20.8242 6.69216 21.3198 6.61495 21.854ZM17.3851 21.854C17.3078 21.3198 17.6783 20.8242 18.2125 20.747C19.141 20.6128 19.6464 20.3743 20.0104 20.0104C20.3743 19.6464 20.6128 19.141 20.747 18.2125C20.8242 17.6783 21.3198 17.3078 21.854 17.3851C22.3882 17.4623 22.7587 17.9579 22.6815 18.4921C22.5146 19.6463 22.1675 20.6173 21.3924 21.3924C20.6173 22.1675 19.6463 22.5146 18.4921 22.6815C17.9579 22.7587 17.4623 22.3882 17.3851 21.854ZM21.7727 16.3977C21.233 16.3977 20.7955 15.9602 20.7955 15.4205V14C20.7955 13.4603 21.233 13.0227 21.7727 13.0227C22.3125 13.0227 22.75 13.4603 22.75 14V15.4205C22.75 15.9602 22.3125 16.3977 21.7727 16.3977ZM2.22727 14.9318C1.68754 14.9318 1.25 14.4943 1.25 13.9545L1.25 10.0455C1.25 9.50572 1.68754 9.06818 2.22727 9.06818C2.76701 9.06818 3.20455 9.50572 3.20455 10.0455L3.20455 13.9545C3.20455 14.4943 2.767 14.9318 2.22727 14.9318ZM2.14597 6.61495C1.61179 6.53774 1.24134 6.04211 1.31855 5.50793C1.48537 4.35373 1.83249 3.38266 2.60757 2.60757C3.38266 1.83249 4.35373 1.48537 5.50793 1.31855C6.04211 1.24134 6.53774 1.61179 6.61495 2.14597C6.69216 2.68015 6.32171 3.17578 5.78753 3.25299C4.85899 3.3872 4.35364 3.62565 3.98965 3.98965C3.62565 4.35364 3.3872 4.85899 3.25299 5.78753C3.17578 6.32171 2.68015 6.69216 2.14597 6.61495ZM11 2.22727C11 2.76701 10.5625 3.20455 10.0227 3.20455H8.57955C8.03981 3.20455 7.60227 2.76701 7.60227 2.22727C7.60227 1.68754 8.03981 1.25 8.57955 1.25H10.0227C10.5625 1.25 11 1.68754 11 2.22727Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-move-to{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 5C8 4.44772 8.44772 4 9 4L19 4C19.5523 4 20 4.44772 20 5C20 5.55229 19.5523 6 19 6L9 6C8.44772 6 8 5.55228 8 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 5C4 4.44772 4.44571 4 4.99553 4H5.00447C5.55429 4 6 4.44772 6 5C6 5.55228 5.55429 6 5.00447 6H4.99553C4.44571 6 4 5.55228 4 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 11C4 10.4477 4.44571 10 4.99553 10H5.00447C5.55429 10 6 10.4477 6 11C6 11.5523 5.55429 12 5.00447 12H4.99553C4.44571 12 4 11.5523 4 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 17C4 16.4477 4.44571 16 4.99553 16H5.00447C5.55429 16 6 16.4477 6 17C6 17.5523 5.55429 18 5.00447 18H4.99553C4.44571 18 4 17.5523 4 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 11C8 10.4477 8.44772 10 9 10L19 10C19.5523 10 20 10.4477 20 11C20 11.5523 19.5523 12 19 12L9 12C8.44772 12 8 11.5523 8 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2394 14.3508C16.5979 13.9307 17.2291 13.8809 17.6492 14.2394L18.8592 15.2721C19.1015 15.4788 19.3543 15.6945 19.5385 15.9005C19.7451 16.1317 20 16.4948 20 17C20 17.5052 19.7451 17.8683 19.5385 18.0995C19.3543 18.3056 19.1015 18.5212 18.8592 18.7279L17.6492 19.7606C17.2291 20.1192 16.5979 20.0693 16.2394 19.6492C16.0785 19.4608 15.9999 19.2298 16 19V18.6C16 18.3172 16 18.1758 15.9121 18.0879C15.8243 18 15.6828 18 15.4 18L9 18C8.44772 18 8 17.5523 8 17C8 16.4477 8.44772 16 9 16L15.4 16C15.6828 16 15.8243 16 15.9121 15.9122C16 15.8243 16 15.6829 16 15.4V14.9933C16.0014 14.7657 16.0801 14.5374 16.2394 14.3508Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 5C8 4.44772 8.44772 4 9 4L19 4C19.5523 4 20 4.44772 20 5C20 5.55229 19.5523 6 19 6L9 6C8.44772 6 8 5.55228 8 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 5C4 4.44772 4.44571 4 4.99553 4H5.00447C5.55429 4 6 4.44772 6 5C6 5.55228 5.55429 6 5.00447 6H4.99553C4.44571 6 4 5.55228 4 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 11C4 10.4477 4.44571 10 4.99553 10H5.00447C5.55429 10 6 10.4477 6 11C6 11.5523 5.55429 12 5.00447 12H4.99553C4.44571 12 4 11.5523 4 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 17C4 16.4477 4.44571 16 4.99553 16H5.00447C5.55429 16 6 16.4477 6 17C6 17.5523 5.55429 18 5.00447 18H4.99553C4.44571 18 4 17.5523 4 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 11C8 10.4477 8.44772 10 9 10L19 10C19.5523 10 20 10.4477 20 11C20 11.5523 19.5523 12 19 12L9 12C8.44772 12 8 11.5523 8 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2394 14.3508C16.5979 13.9307 17.2291 13.8809 17.6492 14.2394L18.8592 15.2721C19.1015 15.4788 19.3543 15.6945 19.5385 15.9005C19.7451 16.1317 20 16.4948 20 17C20 17.5052 19.7451 17.8683 19.5385 18.0995C19.3543 18.3056 19.1015 18.5212 18.8592 18.7279L17.6492 19.7606C17.2291 20.1192 16.5979 20.0693 16.2394 19.6492C16.0785 19.4608 15.9999 19.2298 16 19V18.6C16 18.3172 16 18.1758 15.9121 18.0879C15.8243 18 15.6828 18 15.4 18L9 18C8.44772 18 8 17.5523 8 17C8 16.4477 8.44772 16 9 16L15.4 16C15.6828 16 15.8243 16 15.9121 15.9122C16 15.8243 16 15.6829 16 15.4V14.9933C16.0014 14.7657 16.0801 14.5374 16.2394 14.3508Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-option{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.18889 6.05616C6.68125 6.00135 6.02462 6 5.04362 6H4C3.44772 6 3 5.55229 3 5C3 4.44772 3.44772 4 4 4H5.04362H5.09645H5.09648C6.01091 3.99998 6.77601 3.99996 7.40358 4.06771C8.06734 4.13938 8.66777 4.29401 9.22378 4.66064C9.77978 5.02726 10.1584 5.51824 10.4858 6.1001C10.7953 6.65023 11.0966 7.35347 11.4568 8.19396L11.4568 8.19399L14.3607 14.9696C14.7471 15.8713 15.007 16.4743 15.2573 16.9193C15.4958 17.3431 15.6818 17.5408 15.8772 17.6697C16.0726 17.7985 16.3276 17.8916 16.8111 17.9438C17.3187 17.9987 17.9754 18 18.9564 18H20C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20H18.9035H18.9035C17.9891 20 17.224 20 16.5964 19.9323C15.9327 19.8606 15.3322 19.706 14.7762 19.3394C14.2202 18.9727 13.8416 18.4818 13.5142 17.8999C13.2047 17.3498 12.9034 16.6465 12.5432 15.806L9.63935 9.03041C9.25292 8.12873 8.99302 7.52572 8.74267 7.08071C8.50422 6.65686 8.3182 6.45917 8.12279 6.33032C7.92739 6.20147 7.6724 6.10836 7.18889 6.05616Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 5C13 4.44772 13.4477 4 14 4H20C20.5523 4 21 4.44772 21 5C21 5.55228 20.5523 6 20 6H14C13.4477 6 13 5.55228 13 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.18889 6.05616C6.68125 6.00135 6.02462 6 5.04362 6H4C3.44772 6 3 5.55229 3 5C3 4.44772 3.44772 4 4 4H5.04362H5.09645H5.09648C6.01091 3.99998 6.77601 3.99996 7.40358 4.06771C8.06734 4.13938 8.66777 4.29401 9.22378 4.66064C9.77978 5.02726 10.1584 5.51824 10.4858 6.1001C10.7953 6.65023 11.0966 7.35347 11.4568 8.19396L11.4568 8.19399L14.3607 14.9696C14.7471 15.8713 15.007 16.4743 15.2573 16.9193C15.4958 17.3431 15.6818 17.5408 15.8772 17.6697C16.0726 17.7985 16.3276 17.8916 16.8111 17.9438C17.3187 17.9987 17.9754 18 18.9564 18H20C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20H18.9035H18.9035C17.9891 20 17.224 20 16.5964 19.9323C15.9327 19.8606 15.3322 19.706 14.7762 19.3394C14.2202 18.9727 13.8416 18.4818 13.5142 17.8999C13.2047 17.3498 12.9034 16.6465 12.5432 15.806L9.63935 9.03041C9.25292 8.12873 8.99302 7.52572 8.74267 7.08071C8.50422 6.65686 8.3182 6.45917 8.12279 6.33032C7.92739 6.20147 7.6724 6.10836 7.18889 6.05616Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 5C13 4.44772 13.4477 4 14 4H20C20.5523 4 21 4.44772 21 5C21 5.55228 20.5523 6 20 6H14C13.4477 6 13 5.55228 13 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-orthogonal-edge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0593 7.02876C11.5246 7.00034 10.8004 7 9.78046 7H8C7.44772 7 7 6.55228 7 6C7 5.44772 7.44772 5 8 5H9.81186H9.81187C10.7934 5 11.5712 4.99999 12.1655 5.03158C12.7369 5.06195 13.2935 5.12495 13.7423 5.33794C15.4592 6.15263 16.2123 8.18845 15.4389 9.92432C15.2367 10.3782 14.8551 10.7882 14.4411 11.1831C14.0104 11.5939 13.4199 12.1 12.6747 12.7388L12.6746 12.7388L12.6508 12.7593C11.8764 13.423 11.3268 13.8946 10.9393 14.2642C10.5306 14.6539 10.4149 14.8291 10.388 14.8896C10.0565 15.6335 10.3793 16.506 11.1151 16.8552C11.1749 16.8836 11.3767 16.9413 11.9407 16.9712C12.4754 16.9997 13.1996 17 14.2195 17H16C16.5523 17 17 17.4477 17 18C17 18.5523 16.5523 19 16 19H14.1882C13.2066 19 12.4288 19 11.8345 18.9684C11.2631 18.938 10.7065 18.8751 10.2577 18.6621C8.54082 17.8474 7.78772 15.8116 8.56107 14.0757C8.76325 13.6218 9.14486 13.2118 9.55892 12.8169C9.98959 12.4061 10.5801 11.9 11.3253 11.2612L11.3492 11.2407C12.1236 10.577 12.6732 10.1054 13.0607 9.73584C13.4694 9.34608 13.5851 9.17092 13.612 9.11042C13.9435 8.36648 13.6207 7.49398 12.8849 7.14483C12.8251 7.11644 12.6233 7.05874 12.0593 7.02876Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 6C8.75 3.92893 7.07107 2.25 5 2.25C2.92893 2.25 1.25 3.92893 1.25 6C1.25 8.07107 2.92893 9.75 5 9.75C7.07107 9.75 8.75 8.07107 8.75 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 18C22.75 15.9289 21.0711 14.25 19 14.25C16.9289 14.25 15.25 15.9289 15.25 18C15.25 20.0711 16.9289 21.75 19 21.75C21.0711 21.75 22.75 20.0711 22.75 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0593 7.02876C11.5246 7.00034 10.8004 7 9.78046 7H8C7.44772 7 7 6.55228 7 6C7 5.44772 7.44772 5 8 5H9.81186H9.81187C10.7934 5 11.5712 4.99999 12.1655 5.03158C12.7369 5.06195 13.2935 5.12495 13.7423 5.33794C15.4592 6.15263 16.2123 8.18845 15.4389 9.92432C15.2367 10.3782 14.8551 10.7882 14.4411 11.1831C14.0104 11.5939 13.4199 12.1 12.6747 12.7388L12.6746 12.7388L12.6508 12.7593C11.8764 13.423 11.3268 13.8946 10.9393 14.2642C10.5306 14.6539 10.4149 14.8291 10.388 14.8896C10.0565 15.6335 10.3793 16.506 11.1151 16.8552C11.1749 16.8836 11.3767 16.9413 11.9407 16.9712C12.4754 16.9997 13.1996 17 14.2195 17H16C16.5523 17 17 17.4477 17 18C17 18.5523 16.5523 19 16 19H14.1882C13.2066 19 12.4288 19 11.8345 18.9684C11.2631 18.938 10.7065 18.8751 10.2577 18.6621C8.54082 17.8474 7.78772 15.8116 8.56107 14.0757C8.76325 13.6218 9.14486 13.2118 9.55892 12.8169C9.98959 12.4061 10.5801 11.9 11.3253 11.2612L11.3492 11.2407C12.1236 10.577 12.6732 10.1054 13.0607 9.73584C13.4694 9.34608 13.5851 9.17092 13.612 9.11042C13.9435 8.36648 13.6207 7.49398 12.8849 7.14483C12.8251 7.11644 12.6233 7.05874 12.0593 7.02876Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 6C8.75 3.92893 7.07107 2.25 5 2.25C2.92893 2.25 1.25 3.92893 1.25 6C1.25 8.07107 2.92893 9.75 5 9.75C7.07107 9.75 8.75 8.07107 8.75 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 18C22.75 15.9289 21.0711 14.25 19 14.25C16.9289 14.25 15.25 15.9289 15.25 18C15.25 20.0711 16.9289 21.75 19 21.75C21.0711 21.75 22.75 20.0711 22.75 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-paint-brush-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5591 2.48953C18.9146 2.17016 18.1579 2.17016 17.5134 2.48953C17.1713 2.65908 16.8751 2.95604 16.5275 3.30449L8.87048 10.9615C8.67049 11.1615 8.57049 11.2615 8.57049 11.3858C8.57049 11.5101 8.67049 11.6101 8.87048 11.8101L12.1899 15.1295C12.3899 15.3295 12.4899 15.4295 12.6142 15.4295C12.7384 15.4295 12.8385 15.3295 13.0385 15.1295L20.6955 7.47253C21.044 7.12494 21.3409 6.82872 21.5105 6.48657C21.8299 5.84207 21.8299 5.08538 21.5105 4.44087C21.3409 4.09872 20.9687 3.72735 20.6202 3.37976C20.2727 3.03131 19.9013 2.65909 19.5591 2.48953Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1293 17.0387C11.3293 16.8387 11.4293 16.7387 11.4293 16.6145C11.4293 16.4902 11.3293 16.3902 11.1293 16.1902L7.80983 12.8707C7.60983 12.6707 7.50983 12.5707 7.38557 12.5707C7.2613 12.5707 7.1613 12.6707 6.9613 12.8707L6.37049 13.4616C6.1705 13.6616 6.0705 13.7616 6.0705 13.8858C6.0705 14.0101 6.1705 14.1101 6.3705 14.3101L9.68991 17.6295C9.88991 17.8295 9.98991 17.9295 10.1142 17.9295C10.2384 17.9295 10.3384 17.8295 10.5384 17.6295L11.1293 17.0387Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.01904 19.1489C9.03808 19.1299 9.03808 19.099 9.01904 19.08L4.92006 14.981C4.90102 14.9619 4.87014 14.9619 4.8511 14.981C3.96886 15.8628 3.40327 16.4282 3.04751 17.1397C2.69175 17.8512 2.57883 18.6429 2.40269 19.8778L2.25755 20.8939C2.22416 21.1276 2.30275 21.3634 2.46968 21.5303C2.6366 21.6973 2.87238 21.7758 3.10607 21.7425L4.1223 21.5973C5.35715 21.4212 6.14882 21.3083 6.86033 20.9525C7.57185 20.5967 8.13719 20.0312 9.01904 19.1489Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5591 2.48953C18.9146 2.17016 18.1579 2.17016 17.5134 2.48953C17.1713 2.65908 16.8751 2.95604 16.5275 3.30449L8.87048 10.9615C8.67049 11.1615 8.57049 11.2615 8.57049 11.3858C8.57049 11.5101 8.67049 11.6101 8.87048 11.8101L12.1899 15.1295C12.3899 15.3295 12.4899 15.4295 12.6142 15.4295C12.7384 15.4295 12.8385 15.3295 13.0385 15.1295L20.6955 7.47253C21.044 7.12494 21.3409 6.82872 21.5105 6.48657C21.8299 5.84207 21.8299 5.08538 21.5105 4.44087C21.3409 4.09872 20.9687 3.72735 20.6202 3.37976C20.2727 3.03131 19.9013 2.65909 19.5591 2.48953Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1293 17.0387C11.3293 16.8387 11.4293 16.7387 11.4293 16.6145C11.4293 16.4902 11.3293 16.3902 11.1293 16.1902L7.80983 12.8707C7.60983 12.6707 7.50983 12.5707 7.38557 12.5707C7.2613 12.5707 7.1613 12.6707 6.9613 12.8707L6.37049 13.4616C6.1705 13.6616 6.0705 13.7616 6.0705 13.8858C6.0705 14.0101 6.1705 14.1101 6.3705 14.3101L9.68991 17.6295C9.88991 17.8295 9.98991 17.9295 10.1142 17.9295C10.2384 17.9295 10.3384 17.8295 10.5384 17.6295L11.1293 17.0387Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.01904 19.1489C9.03808 19.1299 9.03808 19.099 9.01904 19.08L4.92006 14.981C4.90102 14.9619 4.87014 14.9619 4.8511 14.981C3.96886 15.8628 3.40327 16.4282 3.04751 17.1397C2.69175 17.8512 2.57883 18.6429 2.40269 19.8778L2.25755 20.8939C2.22416 21.1276 2.30275 21.3634 2.46968 21.5303C2.6366 21.6973 2.87238 21.7758 3.10607 21.7425L4.1223 21.5973C5.35715 21.4212 6.14882 21.3083 6.86033 20.9525C7.57185 20.5967 8.13719 20.0312 9.01904 19.1489Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-paint-brush-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.76364 1.25004L6.87509 1.25009H13.8751L13.9865 1.25004C14.6215 1.24965 15.0968 1.24936 15.5062 1.36958C16.4695 1.65242 17.2228 2.40572 17.5056 3.36898C17.6258 3.77841 17.6255 4.25369 17.6251 4.88864L17.6251 5.00009L17.6251 5.11154C17.6255 5.74648 17.6258 6.22176 17.5056 6.6312C17.2228 7.59446 16.4695 8.34775 15.5062 8.63059C15.0968 8.75081 14.6215 8.75052 13.9865 8.75013L13.8751 8.75009H6.87509L6.76364 8.75013C6.12869 8.75052 5.65341 8.75081 5.24398 8.63059C4.28072 8.34775 3.52742 7.59446 3.24458 6.6312C3.12436 6.22176 3.12465 5.74648 3.12504 5.11154L3.12509 5.00009L3.12504 4.88864C3.12465 4.25369 3.12436 3.77841 3.24458 3.36898C3.52742 2.40572 4.28072 1.65242 5.24398 1.36958C5.65341 1.24936 6.12869 1.24965 6.76364 1.25004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.3532 15.25H13.375H13.3968H13.3968C13.6111 15.25 13.8079 15.25 13.9732 15.2613C14.1509 15.2734 14.3462 15.301 14.5447 15.3832C14.9735 15.5608 15.3142 15.9015 15.4918 16.3303C15.574 16.5288 15.6016 16.7241 15.6137 16.9018C15.625 17.0671 15.625 17.264 15.625 17.4782V20.5218C15.625 20.736 15.625 20.9329 15.6137 21.0982C15.6016 21.2759 15.574 21.4712 15.4918 21.6697C15.3142 22.0985 14.9735 22.4392 14.5447 22.6168C14.3462 22.699 14.1509 22.7266 13.9732 22.7387C13.8079 22.75 13.611 22.75 13.3968 22.75H13.3532C13.139 22.75 12.9421 22.75 12.7768 22.7387C12.5991 22.7266 12.4038 22.699 12.2053 22.6168C11.7765 22.4392 11.4358 22.0985 11.2582 21.6697C11.176 21.4712 11.1484 21.2759 11.1363 21.0982C11.125 20.9329 11.125 20.7361 11.125 20.5218V20.5218V17.5V17.4782V17.4782C11.125 17.2639 11.125 17.0671 11.1363 16.9018C11.1484 16.7241 11.176 16.5288 11.2582 16.3303C11.4358 15.9015 11.7765 15.5608 12.2053 15.3832C12.4038 15.301 12.5991 15.2734 12.7768 15.2613C12.9421 15.25 13.1389 15.25 13.3532 15.25H13.3532Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.0535 6.01628C17.8433 6.00064 17.5662 6 17.124 6C16.5717 6 16.124 5.55229 16.124 5C16.124 4.44772 16.5717 4 17.124 4L17.1575 4C17.5562 3.99998 17.9085 3.99997 18.2018 4.02179C18.5142 4.04502 18.8358 4.09686 19.1547 4.24087C20.0441 4.64254 20.492 5.34393 20.6959 6.07177C20.876 6.71472 20.8757 7.42077 20.8755 7.95322C20.8755 7.97041 20.8755 7.98741 20.8755 8.00423C20.8755 8.05401 20.8755 8.10311 20.8756 8.15158C20.8762 8.96285 20.8767 9.59279 20.6967 10.1498C20.3743 11.1471 19.5847 11.7927 18.7975 12.2258C18.0043 12.6622 17.0692 12.9618 16.2314 13.1994C14.931 13.5681 14.7361 13.6684 14.5773 13.8786C14.5065 13.9722 14.4516 14.0853 14.4169 14.3465C14.377 14.6469 14.375 15.0413 14.375 15.6952V16C14.375 16.5523 13.9273 17 13.375 17C12.8227 17 12.375 16.5523 12.375 16V15.6952C12.375 15.6767 12.375 15.6582 12.375 15.6398C12.3749 15.0592 12.3749 14.5308 12.4343 14.0834C12.5007 13.5826 12.648 13.1141 12.9818 12.6726C13.5935 11.8633 14.5043 11.6074 15.4974 11.3283C15.5599 11.3108 15.6227 11.2931 15.6858 11.2752C16.5031 11.0435 17.2519 10.7934 17.8335 10.4735C18.4211 10.1502 18.6972 9.8329 18.7936 9.53462C18.8636 9.31821 18.8755 9.03397 18.8755 8.00423C18.8755 7.4006 18.8679 6.96062 18.77 6.61124C18.6901 6.32598 18.5718 6.17211 18.3315 6.06361C18.3133 6.05539 18.2528 6.0311 18.0535 6.01628Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.76364 1.25004L6.87509 1.25009H13.8751L13.9865 1.25004C14.6215 1.24965 15.0968 1.24936 15.5062 1.36958C16.4695 1.65242 17.2228 2.40572 17.5056 3.36898C17.6258 3.77841 17.6255 4.25369 17.6251 4.88864L17.6251 5.00009L17.6251 5.11154C17.6255 5.74648 17.6258 6.22176 17.5056 6.6312C17.2228 7.59446 16.4695 8.34775 15.5062 8.63059C15.0968 8.75081 14.6215 8.75052 13.9865 8.75013L13.8751 8.75009H6.87509L6.76364 8.75013C6.12869 8.75052 5.65341 8.75081 5.24398 8.63059C4.28072 8.34775 3.52742 7.59446 3.24458 6.6312C3.12436 6.22176 3.12465 5.74648 3.12504 5.11154L3.12509 5.00009L3.12504 4.88864C3.12465 4.25369 3.12436 3.77841 3.24458 3.36898C3.52742 2.40572 4.28072 1.65242 5.24398 1.36958C5.65341 1.24936 6.12869 1.24965 6.76364 1.25004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.3532 15.25H13.375H13.3968H13.3968C13.6111 15.25 13.8079 15.25 13.9732 15.2613C14.1509 15.2734 14.3462 15.301 14.5447 15.3832C14.9735 15.5608 15.3142 15.9015 15.4918 16.3303C15.574 16.5288 15.6016 16.7241 15.6137 16.9018C15.625 17.0671 15.625 17.264 15.625 17.4782V20.5218C15.625 20.736 15.625 20.9329 15.6137 21.0982C15.6016 21.2759 15.574 21.4712 15.4918 21.6697C15.3142 22.0985 14.9735 22.4392 14.5447 22.6168C14.3462 22.699 14.1509 22.7266 13.9732 22.7387C13.8079 22.75 13.611 22.75 13.3968 22.75H13.3532C13.139 22.75 12.9421 22.75 12.7768 22.7387C12.5991 22.7266 12.4038 22.699 12.2053 22.6168C11.7765 22.4392 11.4358 22.0985 11.2582 21.6697C11.176 21.4712 11.1484 21.2759 11.1363 21.0982C11.125 20.9329 11.125 20.7361 11.125 20.5218V20.5218V17.5V17.4782V17.4782C11.125 17.2639 11.125 17.0671 11.1363 16.9018C11.1484 16.7241 11.176 16.5288 11.2582 16.3303C11.4358 15.9015 11.7765 15.5608 12.2053 15.3832C12.4038 15.301 12.5991 15.2734 12.7768 15.2613C12.9421 15.25 13.1389 15.25 13.3532 15.25H13.3532Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.0535 6.01628C17.8433 6.00064 17.5662 6 17.124 6C16.5717 6 16.124 5.55229 16.124 5C16.124 4.44772 16.5717 4 17.124 4L17.1575 4C17.5562 3.99998 17.9085 3.99997 18.2018 4.02179C18.5142 4.04502 18.8358 4.09686 19.1547 4.24087C20.0441 4.64254 20.492 5.34393 20.6959 6.07177C20.876 6.71472 20.8757 7.42077 20.8755 7.95322C20.8755 7.97041 20.8755 7.98741 20.8755 8.00423C20.8755 8.05401 20.8755 8.10311 20.8756 8.15158C20.8762 8.96285 20.8767 9.59279 20.6967 10.1498C20.3743 11.1471 19.5847 11.7927 18.7975 12.2258C18.0043 12.6622 17.0692 12.9618 16.2314 13.1994C14.931 13.5681 14.7361 13.6684 14.5773 13.8786C14.5065 13.9722 14.4516 14.0853 14.4169 14.3465C14.377 14.6469 14.375 15.0413 14.375 15.6952V16C14.375 16.5523 13.9273 17 13.375 17C12.8227 17 12.375 16.5523 12.375 16V15.6952C12.375 15.6767 12.375 15.6582 12.375 15.6398C12.3749 15.0592 12.3749 14.5308 12.4343 14.0834C12.5007 13.5826 12.648 13.1141 12.9818 12.6726C13.5935 11.8633 14.5043 11.6074 15.4974 11.3283C15.5599 11.3108 15.6227 11.2931 15.6858 11.2752C16.5031 11.0435 17.2519 10.7934 17.8335 10.4735C18.4211 10.1502 18.6972 9.8329 18.7936 9.53462C18.8636 9.31821 18.8755 9.03397 18.8755 8.00423C18.8755 7.4006 18.8679 6.96062 18.77 6.61124C18.6901 6.32598 18.5718 6.17211 18.3315 6.06361C18.3133 6.05539 18.2528 6.0311 18.0535 6.01628Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-paint-brush-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.93122 17.1822L3.90287 18.1538L5.84618 20.0971L6.81784 21.0688C7.42856 21.6795 7.73393 21.9849 8.09878 21.9995C9.43417 22.0529 11.2614 18.8698 12 18L6 12C5.13023 12.7386 1.94713 14.5658 2.00054 15.9012C2.01513 16.2661 2.3205 16.5714 2.93122 17.1822Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.57181 11.5145C6.83993 11.8303 6.80134 12.3036 6.48562 12.5717C6.25604 12.7667 5.9008 13.0168 5.53306 13.2758C5.49976 13.2993 5.46636 13.3228 5.43294 13.3464C5.01251 13.6428 4.5514 13.9706 4.12186 14.3132C3.68806 14.6592 3.31547 14.9976 3.06025 15.3083C2.80118 15.6236 2.75337 15.8017 2.75019 15.8614C2.75749 15.8779 2.77876 15.9175 2.83408 15.9885C2.95329 16.1415 3.14246 16.3326 3.46169 16.6518L3.90301 17.0932L5.76445 15.2317C6.05734 14.9388 6.53221 14.9388 6.82511 15.2317C7.118 15.5246 7.118 15.9995 6.82511 16.2924L4.96367 18.1538L5.84632 19.0365L6.51188 18.3709C6.80477 18.078 7.27964 18.078 7.57254 18.3709C7.86543 18.6638 7.86543 19.1387 7.57253 19.4316L6.90698 20.0971L7.34831 20.5385C7.66753 20.8577 7.85862 21.0469 8.01162 21.1661C8.08261 21.2214 8.12223 21.2427 8.13879 21.25C8.19843 21.2468 8.37654 21.199 8.69188 20.9399C9.00253 20.6847 9.34099 20.3121 9.68696 19.8783C10.0295 19.4488 10.3574 18.9876 10.6538 18.5672C10.6773 18.5338 10.7009 18.5004 10.7243 18.4671C10.9833 18.0994 11.2335 17.7441 11.4285 17.5145C11.6966 17.1988 12.1699 17.1602 12.4856 17.4283C12.8013 17.6965 12.8399 18.1698 12.5718 18.4855C12.4232 18.6605 12.2112 18.9612 11.9268 19.3648C11.9113 19.3867 11.8956 19.409 11.8797 19.4315C11.5841 19.8509 11.2331 20.3453 10.8597 20.8136C10.4896 21.2776 10.0747 21.7451 9.64408 22.0989C9.23809 22.4325 8.68906 22.7737 8.06895 22.7489C7.66325 22.7326 7.34582 22.5489 7.08967 22.3493C6.85425 22.1658 6.59698 21.9085 6.31683 21.6283L2.40103 17.7125C2.39126 17.7027 2.38153 17.693 2.37182 17.6833C2.09161 17.4032 1.8343 17.1459 1.65086 16.9105C1.45127 16.6543 1.2675 16.3369 1.25128 15.9312C1.22647 15.3111 1.56769 14.7621 1.90124 14.3561C2.25502 13.9255 2.72254 13.5106 3.18657 13.1405C3.65485 12.767 4.14926 12.4161 4.56862 12.1204C4.59116 12.1045 4.61341 12.0889 4.63535 12.0734C5.03896 11.7889 5.33965 11.577 5.51466 11.4283C5.83038 11.1602 6.30368 11.1988 6.57181 11.5145Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3329 3.65285C22.5468 3.9981 22.77 4.46132 22.7486 4.92906C22.7265 5.41026 22.5127 5.7833 22.2418 6.10284C21.9975 6.39093 21.6538 6.69485 21.2731 7.03139L21.2731 7.03142L21.2366 7.06365C21.0934 7.19032 20.9499 7.31683 20.8064 7.44325L20.804 7.44537C18.9756 9.05665 17.1609 10.6559 16.1533 12.4359C15.7615 13.128 15.7506 13.9255 15.7457 14.9728L15.7456 15.0007C15.7411 15.9702 15.7355 17.1728 15.0709 18.2507C14.9096 18.5123 14.7214 18.7407 14.4883 18.9915L14.4644 19.0173C14.3263 19.1661 14.1742 19.33 14.0251 19.4507C13.846 19.5956 13.595 19.7436 13.2592 19.7498C12.9173 19.7561 12.6578 19.6104 12.4755 19.4723C12.3205 19.3549 12.159 19.1932 12.0094 19.0435L12.0094 19.0435L11.9843 19.0184L4.98152 12.0152L4.95641 11.9901C4.80672 11.8406 4.64507 11.679 4.52769 11.524C4.38959 11.3417 4.24393 11.0823 4.2502 10.7404C4.25635 10.4046 4.40435 10.1536 4.54929 9.97453C4.66996 9.82544 4.83384 9.6733 4.98253 9.53524L5.00833 9.51129C5.25916 9.2782 5.48756 9.08995 5.74918 8.92863C6.82711 8.26393 8.02968 8.25837 8.99903 8.25388L9.02703 8.25376C10.0742 8.24885 10.8717 8.23796 11.5637 7.84618C13.3435 6.83849 14.9428 5.02427 16.5542 3.19636L16.5542 3.19636C16.6816 3.0518 16.8091 2.90715 16.9368 2.76281L16.9691 2.72635L16.9691 2.72633C17.3056 2.3458 17.6096 2.00216 17.8976 1.75798C18.2172 1.48713 18.5902 1.27342 19.0713 1.25143C19.5403 1.23 20.0041 1.45341 20.3501 1.66813C20.7277 1.90244 21.109 2.21841 21.4465 2.55628C21.784 2.89416 22.0992 3.27567 22.3329 3.65285Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.93122 17.1822L3.90287 18.1538L5.84618 20.0971L6.81784 21.0688C7.42856 21.6795 7.73393 21.9849 8.09878 21.9995C9.43417 22.0529 11.2614 18.8698 12 18L6 12C5.13023 12.7386 1.94713 14.5658 2.00054 15.9012C2.01513 16.2661 2.3205 16.5714 2.93122 17.1822Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.57181 11.5145C6.83993 11.8303 6.80134 12.3036 6.48562 12.5717C6.25604 12.7667 5.9008 13.0168 5.53306 13.2758C5.49976 13.2993 5.46636 13.3228 5.43294 13.3464C5.01251 13.6428 4.5514 13.9706 4.12186 14.3132C3.68806 14.6592 3.31547 14.9976 3.06025 15.3083C2.80118 15.6236 2.75337 15.8017 2.75019 15.8614C2.75749 15.8779 2.77876 15.9175 2.83408 15.9885C2.95329 16.1415 3.14246 16.3326 3.46169 16.6518L3.90301 17.0932L5.76445 15.2317C6.05734 14.9388 6.53221 14.9388 6.82511 15.2317C7.118 15.5246 7.118 15.9995 6.82511 16.2924L4.96367 18.1538L5.84632 19.0365L6.51188 18.3709C6.80477 18.078 7.27964 18.078 7.57254 18.3709C7.86543 18.6638 7.86543 19.1387 7.57253 19.4316L6.90698 20.0971L7.34831 20.5385C7.66753 20.8577 7.85862 21.0469 8.01162 21.1661C8.08261 21.2214 8.12223 21.2427 8.13879 21.25C8.19843 21.2468 8.37654 21.199 8.69188 20.9399C9.00253 20.6847 9.34099 20.3121 9.68696 19.8783C10.0295 19.4488 10.3574 18.9876 10.6538 18.5672C10.6773 18.5338 10.7009 18.5004 10.7243 18.4671C10.9833 18.0994 11.2335 17.7441 11.4285 17.5145C11.6966 17.1988 12.1699 17.1602 12.4856 17.4283C12.8013 17.6965 12.8399 18.1698 12.5718 18.4855C12.4232 18.6605 12.2112 18.9612 11.9268 19.3648C11.9113 19.3867 11.8956 19.409 11.8797 19.4315C11.5841 19.8509 11.2331 20.3453 10.8597 20.8136C10.4896 21.2776 10.0747 21.7451 9.64408 22.0989C9.23809 22.4325 8.68906 22.7737 8.06895 22.7489C7.66325 22.7326 7.34582 22.5489 7.08967 22.3493C6.85425 22.1658 6.59698 21.9085 6.31683 21.6283L2.40103 17.7125C2.39126 17.7027 2.38153 17.693 2.37182 17.6833C2.09161 17.4032 1.8343 17.1459 1.65086 16.9105C1.45127 16.6543 1.2675 16.3369 1.25128 15.9312C1.22647 15.3111 1.56769 14.7621 1.90124 14.3561C2.25502 13.9255 2.72254 13.5106 3.18657 13.1405C3.65485 12.767 4.14926 12.4161 4.56862 12.1204C4.59116 12.1045 4.61341 12.0889 4.63535 12.0734C5.03896 11.7889 5.33965 11.577 5.51466 11.4283C5.83038 11.1602 6.30368 11.1988 6.57181 11.5145Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3329 3.65285C22.5468 3.9981 22.77 4.46132 22.7486 4.92906C22.7265 5.41026 22.5127 5.7833 22.2418 6.10284C21.9975 6.39093 21.6538 6.69485 21.2731 7.03139L21.2731 7.03142L21.2366 7.06365C21.0934 7.19032 20.9499 7.31683 20.8064 7.44325L20.804 7.44537C18.9756 9.05665 17.1609 10.6559 16.1533 12.4359C15.7615 13.128 15.7506 13.9255 15.7457 14.9728L15.7456 15.0007C15.7411 15.9702 15.7355 17.1728 15.0709 18.2507C14.9096 18.5123 14.7214 18.7407 14.4883 18.9915L14.4644 19.0173C14.3263 19.1661 14.1742 19.33 14.0251 19.4507C13.846 19.5956 13.595 19.7436 13.2592 19.7498C12.9173 19.7561 12.6578 19.6104 12.4755 19.4723C12.3205 19.3549 12.159 19.1932 12.0094 19.0435L12.0094 19.0435L11.9843 19.0184L4.98152 12.0152L4.95641 11.9901C4.80672 11.8406 4.64507 11.679 4.52769 11.524C4.38959 11.3417 4.24393 11.0823 4.2502 10.7404C4.25635 10.4046 4.40435 10.1536 4.54929 9.97453C4.66996 9.82544 4.83384 9.6733 4.98253 9.53524L5.00833 9.51129C5.25916 9.2782 5.48756 9.08995 5.74918 8.92863C6.82711 8.26393 8.02968 8.25837 8.99903 8.25388L9.02703 8.25376C10.0742 8.24885 10.8717 8.23796 11.5637 7.84618C13.3435 6.83849 14.9428 5.02427 16.5542 3.19636L16.5542 3.19636C16.6816 3.0518 16.8091 2.90715 16.9368 2.76281L16.9691 2.72635L16.9691 2.72633C17.3056 2.3458 17.6096 2.00216 17.8976 1.75798C18.2172 1.48713 18.5902 1.27342 19.0713 1.25143C19.5403 1.23 20.0041 1.45341 20.3501 1.66813C20.7277 1.90244 21.109 2.21841 21.4465 2.55628C21.784 2.89416 22.0992 3.27567 22.3329 3.65285Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-paint-brush-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C10.4812 1.25 9.25 2.48122 9.25 4V6.55337C9.25 7.53787 8.60996 8.40804 7.67014 8.70126L6.8831 8.94682C5.31674 9.43552 4.25 10.8858 4.25 12.5266C4.25 13.4931 5.0335 14.2766 6 14.2766H19C19.9665 14.2766 20.75 13.4931 20.75 12.5266C20.75 10.8858 19.6833 9.43552 18.1169 8.94682L17.3299 8.70126C16.39 8.40804 15.75 7.53787 15.75 6.55337V4C15.75 2.48122 14.5188 1.25 13 1.25H12ZM6 15.776H19C19.1284 15.776 19.255 15.7686 19.3795 15.7541C19.6769 15.7195 19.8256 15.7022 19.917 15.7626C20.0083 15.8229 20.0436 15.9425 20.1142 16.1818C20.4828 17.4304 20.6396 18.7569 20.7095 19.8235L20.7126 19.8706C20.7398 20.2842 20.7653 20.6734 20.7384 20.9966C20.7079 21.364 20.6041 21.7417 20.3004 22.065C19.9944 22.3907 19.5276 22.5404 19.1667 22.6201C18.7653 22.7088 18.308 22.7488 17.8667 22.7494C17.4249 22.7499 16.9697 22.7109 16.5715 22.6267C16.2149 22.5513 15.7544 22.4107 15.4487 22.1059C15.1392 21.7972 15.0264 21.4217 14.9785 21.0663C14.9475 20.8364 14.6682 20.7115 14.4805 20.8478C14.2083 21.0455 13.9194 21.2218 13.6197 21.3787C12.3465 22.0453 10.8297 22.3916 9.41285 22.5678C7.9881 22.745 6.6165 22.7556 5.60582 22.7231C5.09907 22.7068 4.67969 22.6795 4.38554 22.6561C3.88039 22.5678 3.43409 22.4231 3.32299 22.19C3.21188 21.9569 3.22848 21.6831 3.36692 21.4651C4.0635 20.3685 4.57655 19.0543 4.89533 17.8491C5.03502 17.321 5.13296 16.8309 5.19429 16.4029C5.24054 16.08 5.26366 15.9186 5.34902 15.8452C5.43438 15.7718 5.6144 15.7732 5.97444 15.7759L6 15.776Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C10.4812 1.25 9.25 2.48122 9.25 4V6.55337C9.25 7.53787 8.60996 8.40804 7.67014 8.70126L6.8831 8.94682C5.31674 9.43552 4.25 10.8858 4.25 12.5266C4.25 13.4931 5.0335 14.2766 6 14.2766H19C19.9665 14.2766 20.75 13.4931 20.75 12.5266C20.75 10.8858 19.6833 9.43552 18.1169 8.94682L17.3299 8.70126C16.39 8.40804 15.75 7.53787 15.75 6.55337V4C15.75 2.48122 14.5188 1.25 13 1.25H12ZM6 15.776H19C19.1284 15.776 19.255 15.7686 19.3795 15.7541C19.6769 15.7195 19.8256 15.7022 19.917 15.7626C20.0083 15.8229 20.0436 15.9425 20.1142 16.1818C20.4828 17.4304 20.6396 18.7569 20.7095 19.8235L20.7126 19.8706C20.7398 20.2842 20.7653 20.6734 20.7384 20.9966C20.7079 21.364 20.6041 21.7417 20.3004 22.065C19.9944 22.3907 19.5276 22.5404 19.1667 22.6201C18.7653 22.7088 18.308 22.7488 17.8667 22.7494C17.4249 22.7499 16.9697 22.7109 16.5715 22.6267C16.2149 22.5513 15.7544 22.4107 15.4487 22.1059C15.1392 21.7972 15.0264 21.4217 14.9785 21.0663C14.9475 20.8364 14.6682 20.7115 14.4805 20.8478C14.2083 21.0455 13.9194 21.2218 13.6197 21.3787C12.3465 22.0453 10.8297 22.3916 9.41285 22.5678C7.9881 22.745 6.6165 22.7556 5.60582 22.7231C5.09907 22.7068 4.67969 22.6795 4.38554 22.6561C3.88039 22.5678 3.43409 22.4231 3.32299 22.19C3.21188 21.9569 3.22848 21.6831 3.36692 21.4651C4.0635 20.3685 4.57655 19.0543 4.89533 17.8491C5.03502 17.321 5.13296 16.8309 5.19429 16.4029C5.24054 16.08 5.26366 15.9186 5.34902 15.8452C5.43438 15.7718 5.6144 15.7732 5.97444 15.7759L6 15.776Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-paint-bucket{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.62963 1.53686C9.2499 1.15511 8.6334 1.15428 8.25264 1.53499C7.87188 1.91569 7.87104 2.53378 8.25077 2.91553L9.53229 4.20383L2.3491 11.425C0.883634 12.8983 0.88363 15.2857 2.3491 16.759L4.35904 18.7796L4.35905 18.7796C5.19077 19.6157 5.87615 20.3048 6.48928 20.7895C7.13019 21.2961 7.79082 21.6619 8.58788 21.7341C8.82229 21.7553 9.05812 21.7553 9.29252 21.7341C10.0896 21.6619 10.7502 21.2961 11.3911 20.7895C12.0042 20.3048 12.6896 19.6158 13.5213 18.7797L13.5214 18.7795L19.4657 12.8037C19.8448 12.4227 19.8448 11.806 19.4657 11.425L9.62963 1.53686ZM5.38477 11.1379L10.9075 5.58594L16.4302 11.1379L5.38477 11.1379Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4841 16.4556C19.7734 16.1815 20.2266 16.1815 20.5159 16.4556L20.5236 16.4637C20.728 16.6762 21.3177 17.2893 21.5808 17.6112C21.8449 17.9345 22.1242 18.3122 22.341 18.6973C22.5466 19.0623 22.75 19.5266 22.75 20C22.75 21.5188 21.5188 22.75 20 22.75C18.4812 22.75 17.25 21.5188 17.25 20C17.25 19.5266 17.4534 19.0623 17.659 18.6973C17.8758 18.3122 18.1551 17.9345 18.4192 17.6112C18.6823 17.2893 19.272 16.6762 19.4764 16.4637L19.4841 16.4556Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.62963 1.53686C9.2499 1.15511 8.6334 1.15428 8.25264 1.53499C7.87188 1.91569 7.87104 2.53378 8.25077 2.91553L9.53229 4.20383L2.3491 11.425C0.883634 12.8983 0.88363 15.2857 2.3491 16.759L4.35904 18.7796L4.35905 18.7796C5.19077 19.6157 5.87615 20.3048 6.48928 20.7895C7.13019 21.2961 7.79082 21.6619 8.58788 21.7341C8.82229 21.7553 9.05812 21.7553 9.29252 21.7341C10.0896 21.6619 10.7502 21.2961 11.3911 20.7895C12.0042 20.3048 12.6896 19.6158 13.5213 18.7797L13.5214 18.7795L19.4657 12.8037C19.8448 12.4227 19.8448 11.806 19.4657 11.425L9.62963 1.53686ZM5.38477 11.1379L10.9075 5.58594L16.4302 11.1379L5.38477 11.1379Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4841 16.4556C19.7734 16.1815 20.2266 16.1815 20.5159 16.4556L20.5236 16.4637C20.728 16.6762 21.3177 17.2893 21.5808 17.6112C21.8449 17.9345 22.1242 18.3122 22.341 18.6973C22.5466 19.0623 22.75 19.5266 22.75 20C22.75 21.5188 21.5188 22.75 20 22.75C18.4812 22.75 17.25 21.5188 17.25 20C17.25 19.5266 17.4534 19.0623 17.659 18.6973C17.8758 18.3122 18.1551 17.9345 18.4192 17.6112C18.6823 17.2893 19.272 16.6762 19.4764 16.4637L19.4841 16.4556Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-paragraph-bullets-point-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.44916 2.25L6.5 2.25L6.55085 2.25H6.55089C7.33242 2.24997 7.99342 2.24994 8.52016 2.32076C9.07988 2.39601 9.59891 2.56338 10.0178 2.98224C10.4366 3.40109 10.604 3.92013 10.6792 4.47984C10.7501 5.00659 10.75 5.66759 10.75 6.44912V6.44916V6.55084V6.55088C10.75 7.33241 10.7501 7.99342 10.6792 8.52016C10.604 9.07988 10.4366 9.59891 10.0178 10.0178C9.59891 10.4366 9.07988 10.604 8.52016 10.6792C7.99342 10.7501 7.33241 10.75 6.55088 10.75H6.55084H6.44916H6.44912C5.66759 10.75 5.00659 10.7501 4.47984 10.6792C3.92013 10.604 3.40109 10.4366 2.98224 10.0178C2.56338 9.59891 2.39601 9.07988 2.32076 8.52016C2.24994 7.99342 2.24997 7.33242 2.25 6.55089V6.55085L2.25 6.5L2.25 6.44916V6.44912C2.24997 5.66759 2.24994 5.00659 2.32076 4.47984C2.39601 3.92013 2.56338 3.40109 2.98224 2.98224C3.40109 2.56338 3.92013 2.39601 4.47984 2.32076C5.00659 2.24994 5.66759 2.24997 6.44912 2.25H6.44916Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.44916 13.25L6.5 13.25L6.55085 13.25H6.55089C7.33242 13.25 7.99342 13.2499 8.52016 13.3208C9.07988 13.396 9.59891 13.5634 10.0178 13.9822C10.4366 14.4011 10.604 14.9201 10.6792 15.4798C10.7501 16.0066 10.75 16.6676 10.75 17.4491V17.4492V17.5508V17.5509C10.75 18.3324 10.7501 18.9934 10.6792 19.5202C10.604 20.0799 10.4366 20.5989 10.0178 21.0178C9.59891 21.4366 9.07988 21.604 8.52016 21.6792C7.99342 21.7501 7.33241 21.75 6.55088 21.75H6.55084H6.44916H6.44912C5.66759 21.75 5.00659 21.7501 4.47984 21.6792C3.92013 21.604 3.40109 21.4366 2.98224 21.0178C2.56338 20.5989 2.39601 20.0799 2.32076 19.5202C2.24994 18.9934 2.24997 18.3324 2.25 17.5509V17.5508L2.25 17.5L2.25 17.4492V17.4491C2.24997 16.6676 2.24994 16.0066 2.32076 15.4798C2.39601 14.9201 2.56338 14.4011 2.98224 13.9822C3.40109 13.5634 3.92013 13.396 4.47984 13.3208C5.00659 13.2499 5.66759 13.25 6.44912 13.25H6.44916Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.75 4C13.75 3.44772 14.1977 3 14.75 3H20.75C21.3023 3 21.75 3.44772 21.75 4C21.75 4.55228 21.3023 5 20.75 5H14.75C14.1977 5 13.75 4.55228 13.75 4ZM13.75 9C13.75 8.44772 14.1977 8 14.75 8H20.75C21.3023 8 21.75 8.44772 21.75 9C21.75 9.55228 21.3023 10 20.75 10H14.75C14.1977 10 13.75 9.55228 13.75 9ZM13.75 15C13.75 14.4477 14.1977 14 14.75 14H20.75C21.3023 14 21.75 14.4477 21.75 15C21.75 15.5523 21.3023 16 20.75 16H14.75C14.1977 16 13.75 15.5523 13.75 15ZM13.75 20C13.75 19.4477 14.1977 19 14.75 19H20.75C21.3023 19 21.75 19.4477 21.75 20C21.75 20.5523 21.3023 21 20.75 21H14.75C14.1977 21 13.75 20.5523 13.75 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.44916 2.25L6.5 2.25L6.55085 2.25H6.55089C7.33242 2.24997 7.99342 2.24994 8.52016 2.32076C9.07988 2.39601 9.59891 2.56338 10.0178 2.98224C10.4366 3.40109 10.604 3.92013 10.6792 4.47984C10.7501 5.00659 10.75 5.66759 10.75 6.44912V6.44916V6.55084V6.55088C10.75 7.33241 10.7501 7.99342 10.6792 8.52016C10.604 9.07988 10.4366 9.59891 10.0178 10.0178C9.59891 10.4366 9.07988 10.604 8.52016 10.6792C7.99342 10.7501 7.33241 10.75 6.55088 10.75H6.55084H6.44916H6.44912C5.66759 10.75 5.00659 10.7501 4.47984 10.6792C3.92013 10.604 3.40109 10.4366 2.98224 10.0178C2.56338 9.59891 2.39601 9.07988 2.32076 8.52016C2.24994 7.99342 2.24997 7.33242 2.25 6.55089V6.55085L2.25 6.5L2.25 6.44916V6.44912C2.24997 5.66759 2.24994 5.00659 2.32076 4.47984C2.39601 3.92013 2.56338 3.40109 2.98224 2.98224C3.40109 2.56338 3.92013 2.39601 4.47984 2.32076C5.00659 2.24994 5.66759 2.24997 6.44912 2.25H6.44916Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.44916 13.25L6.5 13.25L6.55085 13.25H6.55089C7.33242 13.25 7.99342 13.2499 8.52016 13.3208C9.07988 13.396 9.59891 13.5634 10.0178 13.9822C10.4366 14.4011 10.604 14.9201 10.6792 15.4798C10.7501 16.0066 10.75 16.6676 10.75 17.4491V17.4492V17.5508V17.5509C10.75 18.3324 10.7501 18.9934 10.6792 19.5202C10.604 20.0799 10.4366 20.5989 10.0178 21.0178C9.59891 21.4366 9.07988 21.604 8.52016 21.6792C7.99342 21.7501 7.33241 21.75 6.55088 21.75H6.55084H6.44916H6.44912C5.66759 21.75 5.00659 21.7501 4.47984 21.6792C3.92013 21.604 3.40109 21.4366 2.98224 21.0178C2.56338 20.5989 2.39601 20.0799 2.32076 19.5202C2.24994 18.9934 2.24997 18.3324 2.25 17.5509V17.5508L2.25 17.5L2.25 17.4492V17.4491C2.24997 16.6676 2.24994 16.0066 2.32076 15.4798C2.39601 14.9201 2.56338 14.4011 2.98224 13.9822C3.40109 13.5634 3.92013 13.396 4.47984 13.3208C5.00659 13.2499 5.66759 13.25 6.44912 13.25H6.44916Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.75 4C13.75 3.44772 14.1977 3 14.75 3H20.75C21.3023 3 21.75 3.44772 21.75 4C21.75 4.55228 21.3023 5 20.75 5H14.75C14.1977 5 13.75 4.55228 13.75 4ZM13.75 9C13.75 8.44772 14.1977 8 14.75 8H20.75C21.3023 8 21.75 8.44772 21.75 9C21.75 9.55228 21.3023 10 20.75 10H14.75C14.1977 10 13.75 9.55228 13.75 9ZM13.75 15C13.75 14.4477 14.1977 14 14.75 14H20.75C21.3023 14 21.75 14.4477 21.75 15C21.75 15.5523 21.3023 16 20.75 16H14.75C14.1977 16 13.75 15.5523 13.75 15ZM13.75 20C13.75 19.4477 14.1977 19 14.75 19H20.75C21.3023 19 21.75 19.4477 21.75 20C21.75 20.5523 21.3023 21 20.75 21H14.75C14.1977 21 13.75 20.5523 13.75 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-paragraph-bullets-point-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.75 4C13.75 3.44772 14.1977 3 14.75 3H20.75C21.3023 3 21.75 3.44772 21.75 4C21.75 4.55228 21.3023 5 20.75 5H14.75C14.1977 5 13.75 4.55228 13.75 4ZM13.75 9C13.75 8.44772 14.1977 8 14.75 8H20.75C21.3023 8 21.75 8.44772 21.75 9C21.75 9.55228 21.3023 10 20.75 10H14.75C14.1977 10 13.75 9.55228 13.75 9ZM13.75 15C13.75 14.4477 14.1977 14 14.75 14H20.75C21.3023 14 21.75 14.4477 21.75 15C21.75 15.5523 21.3023 16 20.75 16H14.75C14.1977 16 13.75 15.5523 13.75 15ZM13.75 20C13.75 19.4477 14.1977 19 14.75 19H20.75C21.3023 19 21.75 19.4477 21.75 20C21.75 20.5523 21.3023 21 20.75 21H14.75C14.1977 21 13.75 20.5523 13.75 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 6.5C2.25 4.15279 4.15279 2.25 6.5 2.25C8.84721 2.25 10.75 4.15279 10.75 6.5C10.75 8.84721 8.84721 10.75 6.5 10.75C4.15279 10.75 2.25 8.84721 2.25 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 17.5C2.25 15.1528 4.15279 13.25 6.5 13.25C8.84721 13.25 10.75 15.1528 10.75 17.5C10.75 19.8472 8.84721 21.75 6.5 21.75C4.15279 21.75 2.25 19.8472 2.25 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.75 4C13.75 3.44772 14.1977 3 14.75 3H20.75C21.3023 3 21.75 3.44772 21.75 4C21.75 4.55228 21.3023 5 20.75 5H14.75C14.1977 5 13.75 4.55228 13.75 4ZM13.75 9C13.75 8.44772 14.1977 8 14.75 8H20.75C21.3023 8 21.75 8.44772 21.75 9C21.75 9.55228 21.3023 10 20.75 10H14.75C14.1977 10 13.75 9.55228 13.75 9ZM13.75 15C13.75 14.4477 14.1977 14 14.75 14H20.75C21.3023 14 21.75 14.4477 21.75 15C21.75 15.5523 21.3023 16 20.75 16H14.75C14.1977 16 13.75 15.5523 13.75 15ZM13.75 20C13.75 19.4477 14.1977 19 14.75 19H20.75C21.3023 19 21.75 19.4477 21.75 20C21.75 20.5523 21.3023 21 20.75 21H14.75C14.1977 21 13.75 20.5523 13.75 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 6.5C2.25 4.15279 4.15279 2.25 6.5 2.25C8.84721 2.25 10.75 4.15279 10.75 6.5C10.75 8.84721 8.84721 10.75 6.5 10.75C4.15279 10.75 2.25 8.84721 2.25 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 17.5C2.25 15.1528 4.15279 13.25 6.5 13.25C8.84721 13.25 10.75 15.1528 10.75 17.5C10.75 19.8472 8.84721 21.75 6.5 21.75C4.15279 21.75 2.25 19.8472 2.25 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-paragraph{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 4C5.567 4 4 5.567 4 7.5C4 9.433 5.567 11 7.5 11H9V4H7.5ZM11 4V21C11 21.5523 10.5523 22 10 22C9.44772 22 9 21.5523 9 21V13H7.5C4.46243 13 2 10.5376 2 7.5C2 4.46243 4.46243 2 7.5 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H16V21C16 21.5523 15.5523 22 15 22C14.4477 22 14 21.5523 14 21V4H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 4C5.567 4 4 5.567 4 7.5C4 9.433 5.567 11 7.5 11H9V4H7.5ZM11 4V21C11 21.5523 10.5523 22 10 22C9.44772 22 9 21.5523 9 21V13H7.5C4.46243 13 2 10.5376 2 7.5C2 4.46243 4.46243 2 7.5 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H16V21C16 21.5523 15.5523 22 15 22C14.4477 22 14 21.5523 14 21V4H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-pathfinder-crop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6743 8.02185C14.9277 8.0536 15.2723 8.14275 15.5649 8.43532C15.8575 8.72789 15.9466 9.07253 15.9784 9.32592C16.0044 9.53333 16.0012 9.77363 15.9985 9.97359L15.9979 10.0135C15.975 11.8101 15.8814 13.2291 15.0213 14.3077C14.811 14.5713 14.5718 14.8106 14.3081 15.0209C13.2296 15.8809 11.8104 15.9749 10.0135 15.9979L9.97365 15.9985C9.77369 16.0012 9.53338 16.0044 9.32597 15.9784C9.07256 15.9467 8.72792 15.8575 8.43534 15.5649C8.14276 15.2724 8.05361 14.9277 8.02185 14.6743C7.99585 14.4669 7.99908 14.2266 8.00178 14.0266L8.0023 13.9868C8.02528 12.19 8.11899 10.7709 8.97911 9.69232C9.18939 9.42863 9.42863 9.1894 9.69231 8.97912C10.7709 8.11899 12.19 8.02528 13.9868 8.0023L14.0266 8.00178L14.0266 8.00177C14.2266 7.99908 14.4669 7.99585 14.6743 8.02185Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.3035 22.75L15.1813 22.75C13.8233 22.75 12.7177 22.75 11.8352 22.6478C10.9183 22.5416 10.1157 22.3137 9.43059 21.7673C9.16691 21.5571 8.92768 21.3178 8.7174 21.0542C8.01807 20.1772 7.83533 19.098 7.77083 17.8179C7.74304 17.2663 8.16766 16.7966 8.71924 16.7688C9.27083 16.741 9.7405 17.1657 9.7683 17.7172C9.82916 18.9252 9.99744 19.4515 10.2811 19.8072C10.398 19.9538 10.531 20.0868 10.6776 20.2037C10.9511 20.4218 11.3328 20.5762 12.0654 20.6611C12.8192 20.7484 13.8085 20.75 15.2424 20.75C16.6762 20.75 17.6655 20.7484 18.4194 20.6611C19.152 20.5762 19.5337 20.4218 19.8072 20.2037C19.9538 20.0868 20.0868 19.9538 20.2037 19.8072C20.4218 19.5337 20.5762 19.152 20.6611 18.4194C20.7484 17.6655 20.75 16.6762 20.75 15.2424C20.75 13.8085 20.7484 12.8192 20.6611 12.0654C20.5762 11.3328 20.4218 10.9511 20.2037 10.6776C20.0868 10.531 19.9538 10.398 19.8072 10.2811C19.4655 10.0086 18.9635 9.84081 17.8417 9.77507C17.2903 9.74275 16.8696 9.26961 16.9019 8.71827C16.9342 8.16694 17.4073 7.74618 17.9587 7.77849C19.1747 7.84976 20.2076 8.04227 21.0542 8.7174C21.3178 8.92768 21.5571 9.16691 21.7673 9.43059C22.3137 10.1157 22.5416 10.9183 22.6478 11.8352C22.75 12.7177 22.75 13.8233 22.75 15.1813L22.75 15.3035C22.75 16.6614 22.75 17.7671 22.6478 18.6495C22.5416 19.5665 22.3137 20.369 21.7673 21.0542C21.5571 21.3178 21.3178 21.5571 21.0542 21.7673C20.369 22.3137 19.5665 22.5416 18.6495 22.6478C17.767 22.75 16.6614 22.75 15.3035 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.24729 2.17589C6.28825 2.72665 5.87497 3.20634 5.32421 3.24729C4.50813 3.30798 4.16112 3.44347 3.9325 3.6263C3.81911 3.71698 3.71618 3.82018 3.62566 3.934C3.44331 4.16331 3.30812 4.51119 3.24726 5.32466C3.20605 5.8754 2.72618 6.28847 2.17544 6.24726C1.62469 6.20605 1.21163 5.72618 1.25283 5.17543C1.32333 4.23322 1.5004 3.39321 2.06031 2.68915C2.24397 2.4582 2.45297 2.2486 2.68339 2.06433C3.38873 1.50028 4.23126 1.32305 5.17589 1.2528C5.72665 1.21184 6.20634 1.62512 6.24729 2.17589ZM11.2528 2.17544C11.294 1.62469 11.7739 1.21163 12.3247 1.25283C13.2669 1.32333 14.1069 1.5004 14.8109 2.06031C15.0419 2.24397 15.2515 2.45297 15.4358 2.68339C15.9998 3.38873 16.177 4.23126 16.2473 5.17589L16.25 5.21292V5.75005C16.25 6.30233 15.8023 6.75005 15.25 6.75005C14.6978 6.75005 14.25 6.30233 14.25 5.75005V5.28815C14.1881 4.49785 14.0539 4.15773 13.8738 3.9325C13.7831 3.81911 13.6799 3.71618 13.5661 3.62566C13.3368 3.44331 12.9889 3.30812 12.1754 3.24726C11.6247 3.20605 11.2116 2.72618 11.2528 2.17544ZM6.75005 2.25005C6.75005 1.69776 7.19776 1.25005 7.75005 1.25005L9.75005 1.25005C10.3023 1.25005 10.75 1.69776 10.75 2.25005C10.75 2.80233 10.3023 3.25005 9.75005 3.25005L7.75005 3.25005C7.19776 3.25005 6.75005 2.80233 6.75005 2.25005ZM1.25005 7.75005C1.25005 7.19776 1.69776 6.75005 2.25005 6.75005C2.80233 6.75005 3.25005 7.19776 3.25005 7.75005L3.25005 9.75005C3.25005 10.3023 2.80233 10.75 2.25005 10.75C1.69776 10.75 1.25005 10.3023 1.25005 9.75005L1.25005 7.75005ZM1.2528 12.3242C1.21184 11.7734 1.62512 11.2938 2.17589 11.2528C2.72665 11.2118 3.20634 11.6251 3.24729 12.1759C3.30798 12.992 3.44347 13.339 3.6263 13.5676C3.71698 13.681 3.82018 13.7839 3.934 13.8744C4.15987 14.0541 4.50079 14.1879 5.28838 14.25H5.75005C6.30233 14.25 6.75005 14.6978 6.75005 15.25C6.75005 15.8023 6.30233 16.25 5.75005 16.25H5.21269L5.17543 16.2473C4.23322 16.1768 3.39321 15.9997 2.68915 15.4398C2.4582 15.2561 2.2486 15.0471 2.06433 14.8167C1.50028 14.1114 1.32305 13.2688 1.2528 12.3242Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6743 8.02185C14.9277 8.0536 15.2723 8.14275 15.5649 8.43532C15.8575 8.72789 15.9466 9.07253 15.9784 9.32592C16.0044 9.53333 16.0012 9.77363 15.9985 9.97359L15.9979 10.0135C15.975 11.8101 15.8814 13.2291 15.0213 14.3077C14.811 14.5713 14.5718 14.8106 14.3081 15.0209C13.2296 15.8809 11.8104 15.9749 10.0135 15.9979L9.97365 15.9985C9.77369 16.0012 9.53338 16.0044 9.32597 15.9784C9.07256 15.9467 8.72792 15.8575 8.43534 15.5649C8.14276 15.2724 8.05361 14.9277 8.02185 14.6743C7.99585 14.4669 7.99908 14.2266 8.00178 14.0266L8.0023 13.9868C8.02528 12.19 8.11899 10.7709 8.97911 9.69232C9.18939 9.42863 9.42863 9.1894 9.69231 8.97912C10.7709 8.11899 12.19 8.02528 13.9868 8.0023L14.0266 8.00178L14.0266 8.00177C14.2266 7.99908 14.4669 7.99585 14.6743 8.02185Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.3035 22.75L15.1813 22.75C13.8233 22.75 12.7177 22.75 11.8352 22.6478C10.9183 22.5416 10.1157 22.3137 9.43059 21.7673C9.16691 21.5571 8.92768 21.3178 8.7174 21.0542C8.01807 20.1772 7.83533 19.098 7.77083 17.8179C7.74304 17.2663 8.16766 16.7966 8.71924 16.7688C9.27083 16.741 9.7405 17.1657 9.7683 17.7172C9.82916 18.9252 9.99744 19.4515 10.2811 19.8072C10.398 19.9538 10.531 20.0868 10.6776 20.2037C10.9511 20.4218 11.3328 20.5762 12.0654 20.6611C12.8192 20.7484 13.8085 20.75 15.2424 20.75C16.6762 20.75 17.6655 20.7484 18.4194 20.6611C19.152 20.5762 19.5337 20.4218 19.8072 20.2037C19.9538 20.0868 20.0868 19.9538 20.2037 19.8072C20.4218 19.5337 20.5762 19.152 20.6611 18.4194C20.7484 17.6655 20.75 16.6762 20.75 15.2424C20.75 13.8085 20.7484 12.8192 20.6611 12.0654C20.5762 11.3328 20.4218 10.9511 20.2037 10.6776C20.0868 10.531 19.9538 10.398 19.8072 10.2811C19.4655 10.0086 18.9635 9.84081 17.8417 9.77507C17.2903 9.74275 16.8696 9.26961 16.9019 8.71827C16.9342 8.16694 17.4073 7.74618 17.9587 7.77849C19.1747 7.84976 20.2076 8.04227 21.0542 8.7174C21.3178 8.92768 21.5571 9.16691 21.7673 9.43059C22.3137 10.1157 22.5416 10.9183 22.6478 11.8352C22.75 12.7177 22.75 13.8233 22.75 15.1813L22.75 15.3035C22.75 16.6614 22.75 17.7671 22.6478 18.6495C22.5416 19.5665 22.3137 20.369 21.7673 21.0542C21.5571 21.3178 21.3178 21.5571 21.0542 21.7673C20.369 22.3137 19.5665 22.5416 18.6495 22.6478C17.767 22.75 16.6614 22.75 15.3035 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.24729 2.17589C6.28825 2.72665 5.87497 3.20634 5.32421 3.24729C4.50813 3.30798 4.16112 3.44347 3.9325 3.6263C3.81911 3.71698 3.71618 3.82018 3.62566 3.934C3.44331 4.16331 3.30812 4.51119 3.24726 5.32466C3.20605 5.8754 2.72618 6.28847 2.17544 6.24726C1.62469 6.20605 1.21163 5.72618 1.25283 5.17543C1.32333 4.23322 1.5004 3.39321 2.06031 2.68915C2.24397 2.4582 2.45297 2.2486 2.68339 2.06433C3.38873 1.50028 4.23126 1.32305 5.17589 1.2528C5.72665 1.21184 6.20634 1.62512 6.24729 2.17589ZM11.2528 2.17544C11.294 1.62469 11.7739 1.21163 12.3247 1.25283C13.2669 1.32333 14.1069 1.5004 14.8109 2.06031C15.0419 2.24397 15.2515 2.45297 15.4358 2.68339C15.9998 3.38873 16.177 4.23126 16.2473 5.17589L16.25 5.21292V5.75005C16.25 6.30233 15.8023 6.75005 15.25 6.75005C14.6978 6.75005 14.25 6.30233 14.25 5.75005V5.28815C14.1881 4.49785 14.0539 4.15773 13.8738 3.9325C13.7831 3.81911 13.6799 3.71618 13.5661 3.62566C13.3368 3.44331 12.9889 3.30812 12.1754 3.24726C11.6247 3.20605 11.2116 2.72618 11.2528 2.17544ZM6.75005 2.25005C6.75005 1.69776 7.19776 1.25005 7.75005 1.25005L9.75005 1.25005C10.3023 1.25005 10.75 1.69776 10.75 2.25005C10.75 2.80233 10.3023 3.25005 9.75005 3.25005L7.75005 3.25005C7.19776 3.25005 6.75005 2.80233 6.75005 2.25005ZM1.25005 7.75005C1.25005 7.19776 1.69776 6.75005 2.25005 6.75005C2.80233 6.75005 3.25005 7.19776 3.25005 7.75005L3.25005 9.75005C3.25005 10.3023 2.80233 10.75 2.25005 10.75C1.69776 10.75 1.25005 10.3023 1.25005 9.75005L1.25005 7.75005ZM1.2528 12.3242C1.21184 11.7734 1.62512 11.2938 2.17589 11.2528C2.72665 11.2118 3.20634 11.6251 3.24729 12.1759C3.30798 12.992 3.44347 13.339 3.6263 13.5676C3.71698 13.681 3.82018 13.7839 3.934 13.8744C4.15987 14.0541 4.50079 14.1879 5.28838 14.25H5.75005C6.30233 14.25 6.75005 14.6978 6.75005 15.25C6.75005 15.8023 6.30233 16.25 5.75005 16.25H5.21269L5.17543 16.2473C4.23322 16.1768 3.39321 15.9997 2.68915 15.4398C2.4582 15.2561 2.2486 15.0471 2.06433 14.8167C1.50028 14.1114 1.32305 13.2688 1.2528 12.3242Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-pathfinder-divide{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.53 8.46967C15.6708 8.61052 15.7499 8.80161 15.7497 9.00081C15.7483 10.2326 15.7379 11.2306 15.6291 12.0367C15.5181 12.8588 15.2965 13.5554 14.8226 14.1497C14.6242 14.3985 14.3985 14.6242 14.1497 14.8226C13.5554 15.2965 12.8588 15.5181 12.0367 15.6291C11.2306 15.7379 10.2326 15.7483 9.00081 15.7497C8.80161 15.7499 8.61052 15.6708 8.46967 15.53C8.32882 15.3891 8.24979 15.198 8.25 14.9988C8.25132 13.7671 8.26175 12.7691 8.37058 11.963C8.48158 11.1409 8.70311 10.4443 9.17704 9.85C9.37546 9.60119 9.60119 9.37546 9.85 9.17704C10.4443 8.70311 11.1409 8.48158 11.963 8.37058C12.7691 8.26175 13.7671 8.25132 14.9988 8.25C15.198 8.24979 15.3891 8.32882 15.53 8.46967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.54731 1.25C9.91541 1.24999 11.0075 1.24998 11.8745 1.35043C12.7675 1.45389 13.5167 1.67232 14.1498 2.17722C14.3986 2.37563 14.6244 2.60136 14.8228 2.85017C15.3277 3.48329 15.5461 4.23254 15.6496 5.12547C15.6846 5.42793 15.7074 5.75777 15.7223 6.11718C15.7337 6.39446 15.7395 6.5331 15.6872 6.6134C15.6627 6.65103 15.6465 6.668 15.6099 6.69407C15.5319 6.74967 15.3537 6.74986 14.9974 6.75025C13.7881 6.75155 12.6859 6.75963 11.7624 6.88432C10.7908 7.01549 9.79877 7.29966 8.91488 8.00454C8.57827 8.27298 8.27286 8.57839 8.00442 8.91501C7.29954 9.79889 7.01537 10.7909 6.88419 11.7625C6.75951 12.686 6.75142 13.7882 6.75012 14.9975C6.74974 15.3537 6.74955 15.5319 6.69397 15.6099C6.6679 15.6465 6.6509 15.6627 6.61324 15.6873C6.53295 15.7395 6.39435 15.7337 6.11714 15.7223C5.75775 15.7074 5.42792 15.6846 5.12547 15.6496C4.23254 15.5461 3.48329 15.3277 2.85017 14.8228C2.60136 14.6244 2.37563 14.3986 2.17722 14.1498C1.67232 13.5167 1.45389 12.7675 1.35043 11.8745C1.24998 11.0075 1.24999 9.91539 1.25 8.54729V8.45269C1.24999 7.08459 1.24998 5.99249 1.35043 5.12547C1.45389 4.23254 1.67232 3.48329 2.17722 2.85017C2.37563 2.60136 2.60136 2.37563 2.85017 2.17722C3.48329 1.67232 4.23254 1.45389 5.12547 1.35043C5.99249 1.24998 7.08461 1.24999 8.45271 1.25H8.54731Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.875 8.34997C19.768 8.45343 20.5172 8.67186 21.1503 9.17675C21.3991 9.37517 21.6249 9.6009 21.8233 9.84971C22.3282 10.4828 22.5466 11.2321 22.6501 12.125C22.7505 12.992 22.7505 14.0841 22.7505 15.4523V15.5468C22.7505 16.9149 22.7505 18.007 22.6501 18.8741C22.5466 19.767 22.3282 20.5162 21.8233 21.1494C21.6249 21.3982 21.3991 21.6239 21.1503 21.8223C20.5172 22.3272 19.768 22.5456 18.875 22.6491C18.008 22.7496 16.9159 22.7496 15.5478 22.7495H15.4532C14.0851 22.7496 12.993 22.7496 12.126 22.6491C11.2331 22.5456 10.4838 22.3272 9.85068 21.8223C9.60188 21.6239 9.37614 21.3982 9.17773 21.1494C8.67283 20.5162 8.4544 19.767 8.35094 18.8741C8.3159 18.5716 8.29309 18.2418 8.27823 17.8824C8.26677 17.6052 8.26104 17.4666 8.31327 17.3863C8.33777 17.3487 8.35405 17.3317 8.39063 17.3056C8.46863 17.25 8.64678 17.2498 9.00308 17.2494C10.2123 17.2481 11.3145 17.24 12.238 17.1154C13.2096 16.9842 14.2017 16.7 15.0856 15.9951C15.4222 15.7267 15.7276 15.4213 15.996 15.0847C16.7009 14.2008 16.9851 13.2087 17.1162 12.2371C17.2409 11.3136 17.249 10.2115 17.2503 9.0022C17.2507 8.64582 17.2509 8.46763 17.3065 8.38962C17.3326 8.35307 17.3495 8.3368 17.3872 8.31232C17.4674 8.26006 17.6061 8.26579 17.8834 8.27725C18.2428 8.29211 18.5726 8.31493 18.875 8.34997Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.53 8.46967C15.6708 8.61052 15.7499 8.80161 15.7497 9.00081C15.7483 10.2326 15.7379 11.2306 15.6291 12.0367C15.5181 12.8588 15.2965 13.5554 14.8226 14.1497C14.6242 14.3985 14.3985 14.6242 14.1497 14.8226C13.5554 15.2965 12.8588 15.5181 12.0367 15.6291C11.2306 15.7379 10.2326 15.7483 9.00081 15.7497C8.80161 15.7499 8.61052 15.6708 8.46967 15.53C8.32882 15.3891 8.24979 15.198 8.25 14.9988C8.25132 13.7671 8.26175 12.7691 8.37058 11.963C8.48158 11.1409 8.70311 10.4443 9.17704 9.85C9.37546 9.60119 9.60119 9.37546 9.85 9.17704C10.4443 8.70311 11.1409 8.48158 11.963 8.37058C12.7691 8.26175 13.7671 8.25132 14.9988 8.25C15.198 8.24979 15.3891 8.32882 15.53 8.46967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.54731 1.25C9.91541 1.24999 11.0075 1.24998 11.8745 1.35043C12.7675 1.45389 13.5167 1.67232 14.1498 2.17722C14.3986 2.37563 14.6244 2.60136 14.8228 2.85017C15.3277 3.48329 15.5461 4.23254 15.6496 5.12547C15.6846 5.42793 15.7074 5.75777 15.7223 6.11718C15.7337 6.39446 15.7395 6.5331 15.6872 6.6134C15.6627 6.65103 15.6465 6.668 15.6099 6.69407C15.5319 6.74967 15.3537 6.74986 14.9974 6.75025C13.7881 6.75155 12.6859 6.75963 11.7624 6.88432C10.7908 7.01549 9.79877 7.29966 8.91488 8.00454C8.57827 8.27298 8.27286 8.57839 8.00442 8.91501C7.29954 9.79889 7.01537 10.7909 6.88419 11.7625C6.75951 12.686 6.75142 13.7882 6.75012 14.9975C6.74974 15.3537 6.74955 15.5319 6.69397 15.6099C6.6679 15.6465 6.6509 15.6627 6.61324 15.6873C6.53295 15.7395 6.39435 15.7337 6.11714 15.7223C5.75775 15.7074 5.42792 15.6846 5.12547 15.6496C4.23254 15.5461 3.48329 15.3277 2.85017 14.8228C2.60136 14.6244 2.37563 14.3986 2.17722 14.1498C1.67232 13.5167 1.45389 12.7675 1.35043 11.8745C1.24998 11.0075 1.24999 9.91539 1.25 8.54729V8.45269C1.24999 7.08459 1.24998 5.99249 1.35043 5.12547C1.45389 4.23254 1.67232 3.48329 2.17722 2.85017C2.37563 2.60136 2.60136 2.37563 2.85017 2.17722C3.48329 1.67232 4.23254 1.45389 5.12547 1.35043C5.99249 1.24998 7.08461 1.24999 8.45271 1.25H8.54731Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.875 8.34997C19.768 8.45343 20.5172 8.67186 21.1503 9.17675C21.3991 9.37517 21.6249 9.6009 21.8233 9.84971C22.3282 10.4828 22.5466 11.2321 22.6501 12.125C22.7505 12.992 22.7505 14.0841 22.7505 15.4523V15.5468C22.7505 16.9149 22.7505 18.007 22.6501 18.8741C22.5466 19.767 22.3282 20.5162 21.8233 21.1494C21.6249 21.3982 21.3991 21.6239 21.1503 21.8223C20.5172 22.3272 19.768 22.5456 18.875 22.6491C18.008 22.7496 16.9159 22.7496 15.5478 22.7495H15.4532C14.0851 22.7496 12.993 22.7496 12.126 22.6491C11.2331 22.5456 10.4838 22.3272 9.85068 21.8223C9.60188 21.6239 9.37614 21.3982 9.17773 21.1494C8.67283 20.5162 8.4544 19.767 8.35094 18.8741C8.3159 18.5716 8.29309 18.2418 8.27823 17.8824C8.26677 17.6052 8.26104 17.4666 8.31327 17.3863C8.33777 17.3487 8.35405 17.3317 8.39063 17.3056C8.46863 17.25 8.64678 17.2498 9.00308 17.2494C10.2123 17.2481 11.3145 17.24 12.238 17.1154C13.2096 16.9842 14.2017 16.7 15.0856 15.9951C15.4222 15.7267 15.7276 15.4213 15.996 15.0847C16.7009 14.2008 16.9851 13.2087 17.1162 12.2371C17.2409 11.3136 17.249 10.2115 17.2503 9.0022C17.2507 8.64582 17.2509 8.46763 17.3065 8.38962C17.3326 8.35307 17.3495 8.3368 17.3872 8.31232C17.4674 8.26006 17.6061 8.26579 17.8834 8.27725C18.2428 8.29211 18.5726 8.31493 18.875 8.34997Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-pathfinder-exclude{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5473 1.25H8.45271C7.08461 1.24999 5.99249 1.24998 5.12547 1.35043C4.23254 1.45389 3.48329 1.67232 2.85017 2.17722C2.60136 2.37563 2.37563 2.60136 2.17722 2.85017C1.67232 3.48329 1.45389 4.23254 1.35043 5.12547C1.24998 5.99249 1.24999 7.08459 1.25 8.45269V8.54729C1.24999 9.91539 1.24998 11.0075 1.35043 11.8745C1.45389 12.7675 1.67232 13.5167 2.17722 14.1498C2.37563 14.3986 2.60136 14.6244 2.85017 14.8228C3.48329 15.3277 4.23254 15.5461 5.12547 15.6496C5.81577 15.7295 6.64876 15.7458 7.65012 15.7492C7.93306 15.7501 8.07453 15.7506 8.16198 15.838C8.24944 15.9255 8.24991 16.0669 8.25084 16.3499C8.25416 17.3512 8.27045 18.1842 8.35043 18.8745C8.45389 19.7675 8.67232 20.5167 9.17722 21.1498C9.37563 21.3986 9.60136 21.6244 9.85017 21.8228C10.4833 22.3277 11.2325 22.5461 12.1255 22.6496C12.9925 22.75 14.0846 22.75 15.4527 22.75H15.5473C16.9154 22.75 18.0075 22.75 18.8745 22.6496C19.7675 22.5461 20.5167 22.3277 21.1498 21.8228C21.3986 21.6244 21.6244 21.3986 21.8228 21.1498C22.3277 20.5167 22.5461 19.7675 22.6496 18.8745C22.75 18.0075 22.75 16.9154 22.75 15.5473V15.4527C22.75 14.0846 22.75 12.9925 22.6496 12.1255C22.5461 11.2325 22.3277 10.4833 21.8228 9.85017C21.6244 9.60136 21.3986 9.37563 21.1498 9.17722C20.5167 8.67232 19.7675 8.45389 18.8745 8.35043C18.1842 8.27045 17.3512 8.25416 16.3499 8.25084C16.0669 8.24991 15.9255 8.24944 15.838 8.16198C15.7506 8.07453 15.7501 7.93306 15.7492 7.65012C15.7458 6.64876 15.7295 5.81577 15.6496 5.12547C15.5461 4.23254 15.3277 3.48329 14.8228 2.85017C14.6244 2.60136 14.3986 2.37563 14.1498 2.17722C13.5167 1.67232 12.7675 1.45389 11.8745 1.35043C11.0075 1.24998 9.9154 1.24999 8.5473 1.25ZM15 9.60067C15.0002 9.44131 14.9369 9.28843 14.8243 9.17574C14.7116 9.06306 14.5587 8.99983 14.3993 9C13.4139 9.00106 12.6154 9.0094 11.9705 9.09647C11.3128 9.18528 10.7555 9.36251 10.2801 9.74167C10.081 9.90041 9.90041 10.081 9.74167 10.2801C9.36251 10.7555 9.18528 11.3128 9.09647 11.9705C9.0094 12.6154 9.00106 13.4139 9 14.3993C8.99983 14.5587 9.06306 14.7116 9.17574 14.8243C9.28843 14.9369 9.44131 15.0002 9.60067 15C10.5861 14.9989 11.3846 14.9906 12.0295 14.9035C12.6872 14.8147 13.2445 14.6375 13.7199 14.2583C13.919 14.0996 14.0996 13.919 14.2583 13.7199C14.6375 13.2445 14.8147 12.6872 14.9035 12.0295C14.9906 11.3846 14.9989 10.5861 15 9.60067Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5473 1.25H8.45271C7.08461 1.24999 5.99249 1.24998 5.12547 1.35043C4.23254 1.45389 3.48329 1.67232 2.85017 2.17722C2.60136 2.37563 2.37563 2.60136 2.17722 2.85017C1.67232 3.48329 1.45389 4.23254 1.35043 5.12547C1.24998 5.99249 1.24999 7.08459 1.25 8.45269V8.54729C1.24999 9.91539 1.24998 11.0075 1.35043 11.8745C1.45389 12.7675 1.67232 13.5167 2.17722 14.1498C2.37563 14.3986 2.60136 14.6244 2.85017 14.8228C3.48329 15.3277 4.23254 15.5461 5.12547 15.6496C5.81577 15.7295 6.64876 15.7458 7.65012 15.7492C7.93306 15.7501 8.07453 15.7506 8.16198 15.838C8.24944 15.9255 8.24991 16.0669 8.25084 16.3499C8.25416 17.3512 8.27045 18.1842 8.35043 18.8745C8.45389 19.7675 8.67232 20.5167 9.17722 21.1498C9.37563 21.3986 9.60136 21.6244 9.85017 21.8228C10.4833 22.3277 11.2325 22.5461 12.1255 22.6496C12.9925 22.75 14.0846 22.75 15.4527 22.75H15.5473C16.9154 22.75 18.0075 22.75 18.8745 22.6496C19.7675 22.5461 20.5167 22.3277 21.1498 21.8228C21.3986 21.6244 21.6244 21.3986 21.8228 21.1498C22.3277 20.5167 22.5461 19.7675 22.6496 18.8745C22.75 18.0075 22.75 16.9154 22.75 15.5473V15.4527C22.75 14.0846 22.75 12.9925 22.6496 12.1255C22.5461 11.2325 22.3277 10.4833 21.8228 9.85017C21.6244 9.60136 21.3986 9.37563 21.1498 9.17722C20.5167 8.67232 19.7675 8.45389 18.8745 8.35043C18.1842 8.27045 17.3512 8.25416 16.3499 8.25084C16.0669 8.24991 15.9255 8.24944 15.838 8.16198C15.7506 8.07453 15.7501 7.93306 15.7492 7.65012C15.7458 6.64876 15.7295 5.81577 15.6496 5.12547C15.5461 4.23254 15.3277 3.48329 14.8228 2.85017C14.6244 2.60136 14.3986 2.37563 14.1498 2.17722C13.5167 1.67232 12.7675 1.45389 11.8745 1.35043C11.0075 1.24998 9.9154 1.24999 8.5473 1.25ZM15 9.60067C15.0002 9.44131 14.9369 9.28843 14.8243 9.17574C14.7116 9.06306 14.5587 8.99983 14.3993 9C13.4139 9.00106 12.6154 9.0094 11.9705 9.09647C11.3128 9.18528 10.7555 9.36251 10.2801 9.74167C10.081 9.90041 9.90041 10.081 9.74167 10.2801C9.36251 10.7555 9.18528 11.3128 9.09647 11.9705C9.0094 12.6154 9.00106 13.4139 9 14.3993C8.99983 14.5587 9.06306 14.7116 9.17574 14.8243C9.28843 14.9369 9.44131 15.0002 9.60067 15C10.5861 14.9989 11.3846 14.9906 12.0295 14.9035C12.6872 14.8147 13.2445 14.6375 13.7199 14.2583C13.919 14.0996 14.0996 13.919 14.2583 13.7199C14.6375 13.2445 14.8147 12.6872 14.9035 12.0295C14.9906 11.3846 14.9989 10.5861 15 9.60067Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-pathfinder-intersect{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.25 8.75C17.25 8.19772 17.6977 7.75 18.25 7.75H18.7874L18.8246 7.75279C19.7668 7.82328 20.6068 8.00035 21.3109 8.56026C21.5419 8.74393 21.7514 8.95292 21.9357 9.18334C22.4998 9.88868 22.677 10.7312 22.7472 11.6758C22.7882 12.2266 22.3749 12.7063 21.8242 12.7472C21.2734 12.7882 20.7937 12.3749 20.7528 11.8242C20.6921 11.0081 20.5566 10.6611 20.3737 10.4324C20.2831 10.3191 20.1799 10.2161 20.066 10.1256C19.8402 9.94599 19.4993 9.81214 18.7117 9.75H18.25C17.6977 9.75 17.25 9.30228 17.25 8.75ZM21.75 13.25C22.3023 13.25 22.75 13.6977 22.75 14.25V16.25C22.75 16.8023 22.3023 17.25 21.75 17.25C21.1977 17.25 20.75 16.8023 20.75 16.25V14.25C20.75 13.6977 21.1977 13.25 21.75 13.25ZM8.75 17.25C9.30228 17.25 9.75 17.6977 9.75 18.25L9.75 18.7119C9.81197 19.5022 9.94614 19.8423 10.1263 20.0676C10.2169 20.1809 10.3201 20.2839 10.434 20.3744C10.6633 20.5567 11.0111 20.6919 11.8246 20.7528C12.3754 20.794 12.7884 21.2739 12.7472 21.8246C12.706 22.3754 12.2261 22.7884 11.6754 22.7472C10.7332 22.6767 9.89316 22.4996 9.1891 21.9397C8.95815 21.7561 8.74856 21.5471 8.56429 21.3167C8.00023 20.6113 7.823 19.7688 7.75275 18.8242L7.75 18.7871L7.75 18.25C7.75 17.6977 8.19771 17.25 8.75 17.25ZM21.8246 17.7528C22.3754 17.794 22.7884 18.2739 22.7472 18.8246C22.6767 19.7668 22.4996 20.6068 21.9397 21.3109C21.7561 21.5419 21.5471 21.7514 21.3167 21.9357C20.6113 22.4998 19.7688 22.677 18.8242 22.7472C18.2734 22.7882 17.7937 22.3749 17.7528 21.8242C17.7118 21.2734 18.1251 20.7937 18.6758 20.7528C19.4919 20.6921 19.8389 20.5566 20.0676 20.3737C20.1809 20.2831 20.2839 20.1799 20.3744 20.066C20.5567 19.8367 20.6919 19.4889 20.7528 18.6754C20.794 18.1246 21.2739 17.7116 21.8246 17.7528ZM13.25 21.75C13.25 21.1977 13.6977 20.75 14.25 20.75H16.25C16.8023 20.75 17.25 21.1977 17.25 21.75C17.25 22.3023 16.8023 22.75 16.25 22.75H14.25C13.6977 22.75 13.25 22.3023 13.25 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.24729 2.17589C6.28825 2.72665 5.87497 3.20634 5.32421 3.24729C4.50813 3.30798 4.16112 3.44347 3.9325 3.6263C3.81911 3.71698 3.71618 3.82018 3.62566 3.934C3.44331 4.16331 3.30812 4.51119 3.24726 5.32466C3.20605 5.8754 2.72618 6.28847 2.17544 6.24726C1.62469 6.20605 1.21163 5.72618 1.25283 5.17543C1.32333 4.23322 1.5004 3.39321 2.06031 2.68915C2.24397 2.4582 2.45297 2.2486 2.68339 2.06433C3.38873 1.50028 4.23126 1.32305 5.17589 1.2528C5.72665 1.21184 6.20634 1.62512 6.24729 2.17589ZM11.2528 2.17544C11.294 1.62469 11.7739 1.21163 12.3247 1.25283C13.2669 1.32333 14.1069 1.5004 14.8109 2.06031C15.0419 2.24397 15.2515 2.45297 15.4358 2.68339C15.9998 3.38873 16.177 4.23126 16.2473 5.17589L16.25 5.21292V5.75005C16.25 6.30233 15.8023 6.75005 15.25 6.75005C14.6978 6.75005 14.25 6.30233 14.25 5.75005V5.28815C14.1881 4.49785 14.0539 4.15773 13.8738 3.9325C13.7831 3.81911 13.6799 3.71618 13.5661 3.62566C13.3368 3.44331 12.9889 3.30812 12.1754 3.24726C11.6247 3.20605 11.2116 2.72618 11.2528 2.17544ZM6.75005 2.25005C6.75005 1.69776 7.19776 1.25005 7.75005 1.25005L9.75005 1.25005C10.3023 1.25005 10.75 1.69776 10.75 2.25005C10.75 2.80233 10.3023 3.25005 9.75005 3.25005L7.75005 3.25005C7.19776 3.25005 6.75005 2.80233 6.75005 2.25005ZM1.25005 7.75005C1.25005 7.19776 1.69776 6.75005 2.25005 6.75005C2.80233 6.75005 3.25005 7.19776 3.25005 7.75005L3.25005 9.75005C3.25005 10.3023 2.80233 10.75 2.25005 10.75C1.69776 10.75 1.25005 10.3023 1.25005 9.75005L1.25005 7.75005ZM1.2528 12.3242C1.21184 11.7734 1.62512 11.2938 2.17589 11.2528C2.72665 11.2118 3.20634 11.6251 3.24729 12.1759C3.30798 12.992 3.44347 13.339 3.6263 13.5676C3.71698 13.681 3.82018 13.7839 3.934 13.8744C4.15987 14.0541 4.50079 14.1879 5.28838 14.25H5.75005C6.30233 14.25 6.75005 14.6978 6.75005 15.25C6.75005 15.8023 6.30233 16.25 5.75005 16.25H5.21269L5.17543 16.2473C4.23322 16.1768 3.39321 15.9997 2.68915 15.4398C2.4582 15.2561 2.2486 15.0471 2.06433 14.8167C1.50028 14.1114 1.32305 13.2688 1.2528 12.3242Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.6743 8.02185C14.9277 8.0536 15.2723 8.14275 15.5649 8.43532C15.8575 8.72789 15.9466 9.07253 15.9784 9.32592C16.0044 9.53333 16.0012 9.77363 15.9985 9.97359L15.9979 10.0135C15.975 11.8101 15.8814 13.2291 15.0213 14.3077C14.811 14.5713 14.5718 14.8106 14.3081 15.0209C13.2296 15.8809 11.8104 15.9749 10.0135 15.9979L9.97365 15.9985C9.77369 16.0012 9.53338 16.0044 9.32597 15.9784C9.07256 15.9467 8.72792 15.8575 8.43534 15.5649C8.14276 15.2724 8.05361 14.9277 8.02185 14.6743C7.99585 14.4669 7.99908 14.2266 8.00178 14.0266L8.0023 13.9868C8.02528 12.19 8.11899 10.7709 8.97911 9.69232C9.18939 9.42863 9.42863 9.1894 9.69231 8.97912C10.7709 8.11899 12.19 8.02528 13.9868 8.0023L14.0266 8.00178L14.0266 8.00177C14.2266 7.99908 14.4669 7.99585 14.6743 8.02185Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.25 8.75C17.25 8.19772 17.6977 7.75 18.25 7.75H18.7874L18.8246 7.75279C19.7668 7.82328 20.6068 8.00035 21.3109 8.56026C21.5419 8.74393 21.7514 8.95292 21.9357 9.18334C22.4998 9.88868 22.677 10.7312 22.7472 11.6758C22.7882 12.2266 22.3749 12.7063 21.8242 12.7472C21.2734 12.7882 20.7937 12.3749 20.7528 11.8242C20.6921 11.0081 20.5566 10.6611 20.3737 10.4324C20.2831 10.3191 20.1799 10.2161 20.066 10.1256C19.8402 9.94599 19.4993 9.81214 18.7117 9.75H18.25C17.6977 9.75 17.25 9.30228 17.25 8.75ZM21.75 13.25C22.3023 13.25 22.75 13.6977 22.75 14.25V16.25C22.75 16.8023 22.3023 17.25 21.75 17.25C21.1977 17.25 20.75 16.8023 20.75 16.25V14.25C20.75 13.6977 21.1977 13.25 21.75 13.25ZM8.75 17.25C9.30228 17.25 9.75 17.6977 9.75 18.25L9.75 18.7119C9.81197 19.5022 9.94614 19.8423 10.1263 20.0676C10.2169 20.1809 10.3201 20.2839 10.434 20.3744C10.6633 20.5567 11.0111 20.6919 11.8246 20.7528C12.3754 20.794 12.7884 21.2739 12.7472 21.8246C12.706 22.3754 12.2261 22.7884 11.6754 22.7472C10.7332 22.6767 9.89316 22.4996 9.1891 21.9397C8.95815 21.7561 8.74856 21.5471 8.56429 21.3167C8.00023 20.6113 7.823 19.7688 7.75275 18.8242L7.75 18.7871L7.75 18.25C7.75 17.6977 8.19771 17.25 8.75 17.25ZM21.8246 17.7528C22.3754 17.794 22.7884 18.2739 22.7472 18.8246C22.6767 19.7668 22.4996 20.6068 21.9397 21.3109C21.7561 21.5419 21.5471 21.7514 21.3167 21.9357C20.6113 22.4998 19.7688 22.677 18.8242 22.7472C18.2734 22.7882 17.7937 22.3749 17.7528 21.8242C17.7118 21.2734 18.1251 20.7937 18.6758 20.7528C19.4919 20.6921 19.8389 20.5566 20.0676 20.3737C20.1809 20.2831 20.2839 20.1799 20.3744 20.066C20.5567 19.8367 20.6919 19.4889 20.7528 18.6754C20.794 18.1246 21.2739 17.7116 21.8246 17.7528ZM13.25 21.75C13.25 21.1977 13.6977 20.75 14.25 20.75H16.25C16.8023 20.75 17.25 21.1977 17.25 21.75C17.25 22.3023 16.8023 22.75 16.25 22.75H14.25C13.6977 22.75 13.25 22.3023 13.25 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.24729 2.17589C6.28825 2.72665 5.87497 3.20634 5.32421 3.24729C4.50813 3.30798 4.16112 3.44347 3.9325 3.6263C3.81911 3.71698 3.71618 3.82018 3.62566 3.934C3.44331 4.16331 3.30812 4.51119 3.24726 5.32466C3.20605 5.8754 2.72618 6.28847 2.17544 6.24726C1.62469 6.20605 1.21163 5.72618 1.25283 5.17543C1.32333 4.23322 1.5004 3.39321 2.06031 2.68915C2.24397 2.4582 2.45297 2.2486 2.68339 2.06433C3.38873 1.50028 4.23126 1.32305 5.17589 1.2528C5.72665 1.21184 6.20634 1.62512 6.24729 2.17589ZM11.2528 2.17544C11.294 1.62469 11.7739 1.21163 12.3247 1.25283C13.2669 1.32333 14.1069 1.5004 14.8109 2.06031C15.0419 2.24397 15.2515 2.45297 15.4358 2.68339C15.9998 3.38873 16.177 4.23126 16.2473 5.17589L16.25 5.21292V5.75005C16.25 6.30233 15.8023 6.75005 15.25 6.75005C14.6978 6.75005 14.25 6.30233 14.25 5.75005V5.28815C14.1881 4.49785 14.0539 4.15773 13.8738 3.9325C13.7831 3.81911 13.6799 3.71618 13.5661 3.62566C13.3368 3.44331 12.9889 3.30812 12.1754 3.24726C11.6247 3.20605 11.2116 2.72618 11.2528 2.17544ZM6.75005 2.25005C6.75005 1.69776 7.19776 1.25005 7.75005 1.25005L9.75005 1.25005C10.3023 1.25005 10.75 1.69776 10.75 2.25005C10.75 2.80233 10.3023 3.25005 9.75005 3.25005L7.75005 3.25005C7.19776 3.25005 6.75005 2.80233 6.75005 2.25005ZM1.25005 7.75005C1.25005 7.19776 1.69776 6.75005 2.25005 6.75005C2.80233 6.75005 3.25005 7.19776 3.25005 7.75005L3.25005 9.75005C3.25005 10.3023 2.80233 10.75 2.25005 10.75C1.69776 10.75 1.25005 10.3023 1.25005 9.75005L1.25005 7.75005ZM1.2528 12.3242C1.21184 11.7734 1.62512 11.2938 2.17589 11.2528C2.72665 11.2118 3.20634 11.6251 3.24729 12.1759C3.30798 12.992 3.44347 13.339 3.6263 13.5676C3.71698 13.681 3.82018 13.7839 3.934 13.8744C4.15987 14.0541 4.50079 14.1879 5.28838 14.25H5.75005C6.30233 14.25 6.75005 14.6978 6.75005 15.25C6.75005 15.8023 6.30233 16.25 5.75005 16.25H5.21269L5.17543 16.2473C4.23322 16.1768 3.39321 15.9997 2.68915 15.4398C2.4582 15.2561 2.2486 15.0471 2.06433 14.8167C1.50028 14.1114 1.32305 13.2688 1.2528 12.3242Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.6743 8.02185C14.9277 8.0536 15.2723 8.14275 15.5649 8.43532C15.8575 8.72789 15.9466 9.07253 15.9784 9.32592C16.0044 9.53333 16.0012 9.77363 15.9985 9.97359L15.9979 10.0135C15.975 11.8101 15.8814 13.2291 15.0213 14.3077C14.811 14.5713 14.5718 14.8106 14.3081 15.0209C13.2296 15.8809 11.8104 15.9749 10.0135 15.9979L9.97365 15.9985C9.77369 16.0012 9.53338 16.0044 9.32597 15.9784C9.07256 15.9467 8.72792 15.8575 8.43534 15.5649C8.14276 15.2724 8.05361 14.9277 8.02185 14.6743C7.99585 14.4669 7.99908 14.2266 8.00178 14.0266L8.0023 13.9868C8.02528 12.19 8.11899 10.7709 8.97911 9.69232C9.18939 9.42863 9.42863 9.1894 9.69231 8.97912C10.7709 8.11899 12.19 8.02528 13.9868 8.0023L14.0266 8.00178L14.0266 8.00177C14.2266 7.99908 14.4669 7.99585 14.6743 8.02185Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-pathfinder-merge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5473 1.25C9.91541 1.24999 11.0075 1.24998 11.8745 1.35043C12.7675 1.45389 13.5167 1.67232 14.1498 2.17722C14.3986 2.37563 14.6244 2.60136 14.8228 2.85017C15.3277 3.48329 15.5461 4.23254 15.6496 5.12547C15.7295 5.81577 15.7458 6.64876 15.7492 7.65012C15.7501 7.93306 15.7506 8.07453 15.838 8.16198C15.9255 8.24944 16.0669 8.24991 16.3499 8.25084C17.3512 8.25416 18.1842 8.27045 18.8745 8.35043C19.7675 8.45389 20.5167 8.67232 21.1498 9.17722C21.3986 9.37563 21.6244 9.60136 21.8228 9.85017C22.3277 10.4833 22.5461 11.2325 22.6496 12.1255C22.75 12.9925 22.75 14.0846 22.75 15.4527V15.5473C22.75 16.9154 22.75 18.0075 22.6496 18.8745C22.5461 19.7675 22.3277 20.5167 21.8228 21.1498C21.6244 21.3986 21.3986 21.6244 21.1498 21.8228C20.5167 22.3277 19.7675 22.5461 18.8745 22.6496C18.0075 22.75 16.9154 22.75 15.5473 22.75H15.4527C14.0846 22.75 12.9925 22.75 12.1255 22.6496C11.2325 22.5461 10.4833 22.3277 9.85017 21.8228C9.60136 21.6244 9.37563 21.3986 9.17722 21.1498C8.67232 20.5167 8.45389 19.7675 8.35043 18.8745C8.25499 18.0508 8.25024 17.0238 8.25001 15.75V10.9002C8.25001 10.4472 7.88281 10.08 7.42984 10.08C6.97687 10.08 6.60967 10.4472 6.60967 10.9002V15.124C6.60967 15.4146 6.60967 15.5599 6.51672 15.6485C6.42377 15.7372 6.2813 15.7304 5.99636 15.7169C5.68351 15.7021 5.39372 15.6806 5.12547 15.6496C4.23254 15.5461 3.48329 15.3277 2.85017 14.8228C2.60136 14.6244 2.37563 14.3986 2.17722 14.1498C1.67232 13.5167 1.45389 12.7675 1.35043 11.8745C1.24998 11.0075 1.24999 9.91539 1.25 8.54729V8.4527C1.24999 7.0846 1.24998 5.99249 1.35043 5.12547C1.45389 4.23254 1.67232 3.48329 2.17722 2.85017C2.37563 2.60136 2.60136 2.37563 2.85017 2.17722C3.48329 1.67232 4.23254 1.45389 5.12547 1.35043C5.99249 1.24998 7.08461 1.24999 8.45271 1.25H8.5473Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5473 1.25C9.91541 1.24999 11.0075 1.24998 11.8745 1.35043C12.7675 1.45389 13.5167 1.67232 14.1498 2.17722C14.3986 2.37563 14.6244 2.60136 14.8228 2.85017C15.3277 3.48329 15.5461 4.23254 15.6496 5.12547C15.7295 5.81577 15.7458 6.64876 15.7492 7.65012C15.7501 7.93306 15.7506 8.07453 15.838 8.16198C15.9255 8.24944 16.0669 8.24991 16.3499 8.25084C17.3512 8.25416 18.1842 8.27045 18.8745 8.35043C19.7675 8.45389 20.5167 8.67232 21.1498 9.17722C21.3986 9.37563 21.6244 9.60136 21.8228 9.85017C22.3277 10.4833 22.5461 11.2325 22.6496 12.1255C22.75 12.9925 22.75 14.0846 22.75 15.4527V15.5473C22.75 16.9154 22.75 18.0075 22.6496 18.8745C22.5461 19.7675 22.3277 20.5167 21.8228 21.1498C21.6244 21.3986 21.3986 21.6244 21.1498 21.8228C20.5167 22.3277 19.7675 22.5461 18.8745 22.6496C18.0075 22.75 16.9154 22.75 15.5473 22.75H15.4527C14.0846 22.75 12.9925 22.75 12.1255 22.6496C11.2325 22.5461 10.4833 22.3277 9.85017 21.8228C9.60136 21.6244 9.37563 21.3986 9.17722 21.1498C8.67232 20.5167 8.45389 19.7675 8.35043 18.8745C8.25499 18.0508 8.25024 17.0238 8.25001 15.75V10.9002C8.25001 10.4472 7.88281 10.08 7.42984 10.08C6.97687 10.08 6.60967 10.4472 6.60967 10.9002V15.124C6.60967 15.4146 6.60967 15.5599 6.51672 15.6485C6.42377 15.7372 6.2813 15.7304 5.99636 15.7169C5.68351 15.7021 5.39372 15.6806 5.12547 15.6496C4.23254 15.5461 3.48329 15.3277 2.85017 14.8228C2.60136 14.6244 2.37563 14.3986 2.17722 14.1498C1.67232 13.5167 1.45389 12.7675 1.35043 11.8745C1.24998 11.0075 1.24999 9.91539 1.25 8.54729V8.4527C1.24999 7.0846 1.24998 5.99249 1.35043 5.12547C1.45389 4.23254 1.67232 3.48329 2.17722 2.85017C2.37563 2.60136 2.60136 2.37563 2.85017 2.17722C3.48329 1.67232 4.23254 1.45389 5.12547 1.35043C5.99249 1.24998 7.08461 1.24999 8.45271 1.25H8.5473Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-pathfinder-minus-back{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.75 15.25C6.75 15.8023 6.30229 16.25 5.75 16.25H5.21264L5.17539 16.2472C4.23318 16.1767 3.39316 15.9996 2.6891 15.4397C2.45815 15.2561 2.24856 15.0471 2.06429 14.8167C1.50023 14.1113 1.323 13.2688 1.25275 12.3242C1.2118 11.7734 1.62508 11.2937 2.17584 11.2528C2.72661 11.2118 3.20629 11.6251 3.24725 12.1758C3.30793 12.9919 3.44342 13.3389 3.62625 13.5676C3.71693 13.6809 3.82014 13.7839 3.93395 13.8744C4.15982 14.054 4.50074 14.1879 5.28834 14.25H5.75C6.30229 14.25 6.75 14.6977 6.75 15.25ZM2.25 10.75C1.69771 10.75 1.25 10.3023 1.25 9.75V7.75C1.25 7.19771 1.69771 6.75 2.25 6.75C2.80229 6.75 3.25 7.19771 3.25 7.75V9.75C3.25 10.3023 2.80229 10.75 2.25 10.75ZM15.25 6.75C14.6977 6.75 14.25 6.30229 14.25 5.75L14.25 5.2881C14.188 4.4978 14.0539 4.15768 13.8737 3.93245C13.7831 3.81906 13.6799 3.71613 13.566 3.62562C13.3367 3.44326 12.9889 3.30808 12.1754 3.24721C11.6246 3.20601 11.2116 2.72613 11.2528 2.17539C11.294 1.62464 11.7739 1.21158 12.3246 1.25279C13.2668 1.32328 14.1068 1.50035 14.8109 2.06026C15.0419 2.24393 15.2514 2.45292 15.4357 2.68334C15.9998 3.38868 16.177 4.23121 16.2472 5.17584L16.25 5.21287L16.25 5.75C16.25 6.30228 15.8023 6.75 15.25 6.75ZM2.17539 6.24721C1.62464 6.20601 1.21158 5.72613 1.25279 5.17539C1.32328 4.23318 1.50035 3.39316 2.06026 2.6891C2.24393 2.45815 2.45292 2.24856 2.68334 2.06429C3.38868 1.50023 4.23121 1.323 5.17584 1.25275C5.72661 1.2118 6.20629 1.62508 6.24725 2.17584C6.2882 2.72661 5.87492 3.20629 5.32416 3.24725C4.50808 3.30793 4.16108 3.44342 3.93245 3.62625C3.81906 3.71693 3.71613 3.82014 3.62562 3.93395C3.44326 4.16326 3.30808 4.51115 3.24721 5.32461C3.20601 5.87536 2.72613 6.28842 2.17539 6.24721ZM10.75 2.25C10.75 2.80229 10.3023 3.25 9.75 3.25H7.75C7.19771 3.25 6.75 2.80229 6.75 2.25C6.75 1.69771 7.19771 1.25 7.75 1.25H9.75C10.3023 1.25 10.75 1.69771 10.75 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4527 22.75C14.0846 22.75 12.9925 22.75 12.1255 22.6496C11.2325 22.5461 10.4833 22.3277 9.85017 21.8228C9.60137 21.6244 9.37563 21.3986 9.17721 21.1498C8.67232 20.5167 8.45389 19.7675 8.35043 18.8745C8.24998 18.0075 8.24999 16.9154 8.25 15.5473L8.25041 14.9992C8.25059 14.7668 8.25068 14.6507 8.28864 14.559C8.33937 14.4365 8.43667 14.3391 8.55915 14.2884C8.65082 14.2504 8.767 14.2502 8.99937 14.25C10.2541 14.2487 11.1477 14.2358 11.8362 14.1428C12.5087 14.0519 12.9099 13.8931 13.2148 13.65C13.3758 13.5216 13.5218 13.3755 13.6502 13.2145C13.8933 12.9097 14.0521 12.5086 14.1429 11.8361C14.2359 11.1476 14.2487 10.2542 14.25 8.99937C14.2502 8.767 14.2504 8.65082 14.2884 8.55915C14.3391 8.43667 14.4365 8.33937 14.559 8.28864C14.6507 8.25068 14.7668 8.25059 14.9992 8.25041L15.5473 8.25C16.9154 8.24999 18.0075 8.24998 18.8745 8.35043C19.7675 8.45389 20.5167 8.67232 21.1498 9.17721C21.3986 9.37563 21.6244 9.60136 21.8228 9.85017C22.3277 10.4833 22.5461 11.2325 22.6496 12.1255C22.75 12.9925 22.75 14.0846 22.75 15.4527V15.5473C22.75 16.9154 22.75 18.0075 22.6496 18.8745C22.5461 19.7675 22.3277 20.5167 21.8228 21.1498C21.6244 21.3986 21.3986 21.6244 21.1498 21.8228C20.5167 22.3277 19.7675 22.5461 18.8745 22.6496C18.0075 22.75 16.9154 22.75 15.5473 22.75H15.4527Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.75 15.25C6.75 15.8023 6.30229 16.25 5.75 16.25H5.21264L5.17539 16.2472C4.23318 16.1767 3.39316 15.9996 2.6891 15.4397C2.45815 15.2561 2.24856 15.0471 2.06429 14.8167C1.50023 14.1113 1.323 13.2688 1.25275 12.3242C1.2118 11.7734 1.62508 11.2937 2.17584 11.2528C2.72661 11.2118 3.20629 11.6251 3.24725 12.1758C3.30793 12.9919 3.44342 13.3389 3.62625 13.5676C3.71693 13.6809 3.82014 13.7839 3.93395 13.8744C4.15982 14.054 4.50074 14.1879 5.28834 14.25H5.75C6.30229 14.25 6.75 14.6977 6.75 15.25ZM2.25 10.75C1.69771 10.75 1.25 10.3023 1.25 9.75V7.75C1.25 7.19771 1.69771 6.75 2.25 6.75C2.80229 6.75 3.25 7.19771 3.25 7.75V9.75C3.25 10.3023 2.80229 10.75 2.25 10.75ZM15.25 6.75C14.6977 6.75 14.25 6.30229 14.25 5.75L14.25 5.2881C14.188 4.4978 14.0539 4.15768 13.8737 3.93245C13.7831 3.81906 13.6799 3.71613 13.566 3.62562C13.3367 3.44326 12.9889 3.30808 12.1754 3.24721C11.6246 3.20601 11.2116 2.72613 11.2528 2.17539C11.294 1.62464 11.7739 1.21158 12.3246 1.25279C13.2668 1.32328 14.1068 1.50035 14.8109 2.06026C15.0419 2.24393 15.2514 2.45292 15.4357 2.68334C15.9998 3.38868 16.177 4.23121 16.2472 5.17584L16.25 5.21287L16.25 5.75C16.25 6.30228 15.8023 6.75 15.25 6.75ZM2.17539 6.24721C1.62464 6.20601 1.21158 5.72613 1.25279 5.17539C1.32328 4.23318 1.50035 3.39316 2.06026 2.6891C2.24393 2.45815 2.45292 2.24856 2.68334 2.06429C3.38868 1.50023 4.23121 1.323 5.17584 1.25275C5.72661 1.2118 6.20629 1.62508 6.24725 2.17584C6.2882 2.72661 5.87492 3.20629 5.32416 3.24725C4.50808 3.30793 4.16108 3.44342 3.93245 3.62625C3.81906 3.71693 3.71613 3.82014 3.62562 3.93395C3.44326 4.16326 3.30808 4.51115 3.24721 5.32461C3.20601 5.87536 2.72613 6.28842 2.17539 6.24721ZM10.75 2.25C10.75 2.80229 10.3023 3.25 9.75 3.25H7.75C7.19771 3.25 6.75 2.80229 6.75 2.25C6.75 1.69771 7.19771 1.25 7.75 1.25H9.75C10.3023 1.25 10.75 1.69771 10.75 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4527 22.75C14.0846 22.75 12.9925 22.75 12.1255 22.6496C11.2325 22.5461 10.4833 22.3277 9.85017 21.8228C9.60137 21.6244 9.37563 21.3986 9.17721 21.1498C8.67232 20.5167 8.45389 19.7675 8.35043 18.8745C8.24998 18.0075 8.24999 16.9154 8.25 15.5473L8.25041 14.9992C8.25059 14.7668 8.25068 14.6507 8.28864 14.559C8.33937 14.4365 8.43667 14.3391 8.55915 14.2884C8.65082 14.2504 8.767 14.2502 8.99937 14.25C10.2541 14.2487 11.1477 14.2358 11.8362 14.1428C12.5087 14.0519 12.9099 13.8931 13.2148 13.65C13.3758 13.5216 13.5218 13.3755 13.6502 13.2145C13.8933 12.9097 14.0521 12.5086 14.1429 11.8361C14.2359 11.1476 14.2487 10.2542 14.25 8.99937C14.2502 8.767 14.2504 8.65082 14.2884 8.55915C14.3391 8.43667 14.4365 8.33937 14.559 8.28864C14.6507 8.25068 14.7668 8.25059 14.9992 8.25041L15.5473 8.25C16.9154 8.24999 18.0075 8.24998 18.8745 8.35043C19.7675 8.45389 20.5167 8.67232 21.1498 9.17721C21.3986 9.37563 21.6244 9.60136 21.8228 9.85017C22.3277 10.4833 22.5461 11.2325 22.6496 12.1255C22.75 12.9925 22.75 14.0846 22.75 15.4527V15.5473C22.75 16.9154 22.75 18.0075 22.6496 18.8745C22.5461 19.7675 22.3277 20.5167 21.8228 21.1498C21.6244 21.3986 21.3986 21.6244 21.1498 21.8228C20.5167 22.3277 19.7675 22.5461 18.8745 22.6496C18.0075 22.75 16.9154 22.75 15.5473 22.75H15.4527Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-pathfinder-minus-front{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.25 8.75C17.25 8.19772 17.6977 7.75 18.25 7.75H18.7874L18.8246 7.75279C19.7668 7.82328 20.6068 8.00035 21.3109 8.56026C21.5419 8.74393 21.7514 8.95292 21.9357 9.18334C22.4998 9.88868 22.677 10.7312 22.7472 11.6758C22.7882 12.2266 22.3749 12.7063 21.8242 12.7472C21.2734 12.7882 20.7937 12.3749 20.7528 11.8242C20.6921 11.0081 20.5566 10.6611 20.3737 10.4324C20.2831 10.3191 20.1799 10.2161 20.066 10.1256C19.8402 9.94599 19.4993 9.81214 18.7117 9.75H18.25C17.6977 9.75 17.25 9.30228 17.25 8.75ZM21.75 13.25C22.3023 13.25 22.75 13.6977 22.75 14.25V16.25C22.75 16.8023 22.3023 17.25 21.75 17.25C21.1977 17.25 20.75 16.8023 20.75 16.25V14.25C20.75 13.6977 21.1977 13.25 21.75 13.25ZM8.75 17.25C9.30228 17.25 9.75 17.6977 9.75 18.25L9.75 18.7119C9.81197 19.5022 9.94614 19.8423 10.1263 20.0676C10.2169 20.1809 10.3201 20.2839 10.434 20.3744C10.6633 20.5567 11.0111 20.6919 11.8246 20.7528C12.3754 20.794 12.7884 21.2739 12.7472 21.8246C12.706 22.3754 12.2261 22.7884 11.6754 22.7472C10.7332 22.6767 9.89316 22.4996 9.1891 21.9397C8.95815 21.7561 8.74856 21.5471 8.56429 21.3167C8.00023 20.6113 7.823 19.7688 7.75275 18.8242L7.75 18.7871L7.75 18.25C7.75 17.6977 8.19771 17.25 8.75 17.25ZM21.8246 17.7528C22.3754 17.794 22.7884 18.2739 22.7472 18.8246C22.6767 19.7668 22.4996 20.6068 21.9397 21.3109C21.7561 21.5419 21.5471 21.7514 21.3167 21.9357C20.6113 22.4998 19.7688 22.677 18.8242 22.7472C18.2734 22.7882 17.7937 22.3749 17.7528 21.8242C17.7118 21.2734 18.1251 20.7937 18.6758 20.7528C19.4919 20.6921 19.8389 20.5566 20.0676 20.3737C20.1809 20.2831 20.2839 20.1799 20.3744 20.066C20.5567 19.8367 20.6919 19.4889 20.7528 18.6754C20.794 18.1246 21.2739 17.7116 21.8246 17.7528ZM13.25 21.75C13.25 21.1977 13.6977 20.75 14.25 20.75H16.25C16.8023 20.75 17.25 21.1977 17.25 21.75C17.25 22.3023 16.8023 22.75 16.25 22.75H14.25C13.6977 22.75 13.25 22.3023 13.25 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.5473 1.25C9.91541 1.24999 11.0075 1.24998 11.8745 1.35043C12.7675 1.45389 13.5167 1.67232 14.1498 2.17722C14.3986 2.37563 14.6244 2.60136 14.8228 2.85017C15.3277 3.48329 15.5461 4.23254 15.6496 5.12547C15.75 5.9925 15.75 7.0846 15.75 8.45271L15.7496 9.00081C15.7494 9.23317 15.7493 9.34935 15.7114 9.44104C15.6606 9.56353 15.5633 9.66086 15.4409 9.71163C15.3492 9.74963 15.233 9.74975 15.0006 9.75C13.7459 9.75135 12.8523 9.76419 12.1638 9.85721C11.4913 9.94805 11.0901 10.1069 10.7852 10.35C10.6242 10.4784 10.4782 10.6245 10.3498 10.7855C10.1067 11.0903 9.94788 11.4914 9.85709 12.1639C9.76413 12.8524 9.75135 13.7458 9.75 15.0006C9.74975 15.233 9.74963 15.3492 9.71163 15.4409C9.66086 15.5633 9.56353 15.6606 9.44104 15.7114C9.34935 15.7493 9.23317 15.7494 9.00081 15.7496L8.45271 15.75C7.0846 15.75 5.9925 15.75 5.12547 15.6496C4.23254 15.5461 3.48329 15.3277 2.85017 14.8228C2.60136 14.6244 2.37563 14.3986 2.17722 14.1498C1.67232 13.5167 1.45389 12.7675 1.35043 11.8745C1.24998 11.0075 1.24999 9.91539 1.25 8.54729V8.4527C1.24999 7.0846 1.24998 5.99249 1.35043 5.12547C1.45389 4.23254 1.67232 3.48329 2.17722 2.85017C2.37563 2.60136 2.60136 2.37563 2.85017 2.17722C3.48329 1.67232 4.23254 1.45389 5.12547 1.35043C5.99249 1.24998 7.08461 1.24999 8.45271 1.25H8.5473Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.25 8.75C17.25 8.19772 17.6977 7.75 18.25 7.75H18.7874L18.8246 7.75279C19.7668 7.82328 20.6068 8.00035 21.3109 8.56026C21.5419 8.74393 21.7514 8.95292 21.9357 9.18334C22.4998 9.88868 22.677 10.7312 22.7472 11.6758C22.7882 12.2266 22.3749 12.7063 21.8242 12.7472C21.2734 12.7882 20.7937 12.3749 20.7528 11.8242C20.6921 11.0081 20.5566 10.6611 20.3737 10.4324C20.2831 10.3191 20.1799 10.2161 20.066 10.1256C19.8402 9.94599 19.4993 9.81214 18.7117 9.75H18.25C17.6977 9.75 17.25 9.30228 17.25 8.75ZM21.75 13.25C22.3023 13.25 22.75 13.6977 22.75 14.25V16.25C22.75 16.8023 22.3023 17.25 21.75 17.25C21.1977 17.25 20.75 16.8023 20.75 16.25V14.25C20.75 13.6977 21.1977 13.25 21.75 13.25ZM8.75 17.25C9.30228 17.25 9.75 17.6977 9.75 18.25L9.75 18.7119C9.81197 19.5022 9.94614 19.8423 10.1263 20.0676C10.2169 20.1809 10.3201 20.2839 10.434 20.3744C10.6633 20.5567 11.0111 20.6919 11.8246 20.7528C12.3754 20.794 12.7884 21.2739 12.7472 21.8246C12.706 22.3754 12.2261 22.7884 11.6754 22.7472C10.7332 22.6767 9.89316 22.4996 9.1891 21.9397C8.95815 21.7561 8.74856 21.5471 8.56429 21.3167C8.00023 20.6113 7.823 19.7688 7.75275 18.8242L7.75 18.7871L7.75 18.25C7.75 17.6977 8.19771 17.25 8.75 17.25ZM21.8246 17.7528C22.3754 17.794 22.7884 18.2739 22.7472 18.8246C22.6767 19.7668 22.4996 20.6068 21.9397 21.3109C21.7561 21.5419 21.5471 21.7514 21.3167 21.9357C20.6113 22.4998 19.7688 22.677 18.8242 22.7472C18.2734 22.7882 17.7937 22.3749 17.7528 21.8242C17.7118 21.2734 18.1251 20.7937 18.6758 20.7528C19.4919 20.6921 19.8389 20.5566 20.0676 20.3737C20.1809 20.2831 20.2839 20.1799 20.3744 20.066C20.5567 19.8367 20.6919 19.4889 20.7528 18.6754C20.794 18.1246 21.2739 17.7116 21.8246 17.7528ZM13.25 21.75C13.25 21.1977 13.6977 20.75 14.25 20.75H16.25C16.8023 20.75 17.25 21.1977 17.25 21.75C17.25 22.3023 16.8023 22.75 16.25 22.75H14.25C13.6977 22.75 13.25 22.3023 13.25 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.5473 1.25C9.91541 1.24999 11.0075 1.24998 11.8745 1.35043C12.7675 1.45389 13.5167 1.67232 14.1498 2.17722C14.3986 2.37563 14.6244 2.60136 14.8228 2.85017C15.3277 3.48329 15.5461 4.23254 15.6496 5.12547C15.75 5.9925 15.75 7.0846 15.75 8.45271L15.7496 9.00081C15.7494 9.23317 15.7493 9.34935 15.7114 9.44104C15.6606 9.56353 15.5633 9.66086 15.4409 9.71163C15.3492 9.74963 15.233 9.74975 15.0006 9.75C13.7459 9.75135 12.8523 9.76419 12.1638 9.85721C11.4913 9.94805 11.0901 10.1069 10.7852 10.35C10.6242 10.4784 10.4782 10.6245 10.3498 10.7855C10.1067 11.0903 9.94788 11.4914 9.85709 12.1639C9.76413 12.8524 9.75135 13.7458 9.75 15.0006C9.74975 15.233 9.74963 15.3492 9.71163 15.4409C9.66086 15.5633 9.56353 15.6606 9.44104 15.7114C9.34935 15.7493 9.23317 15.7494 9.00081 15.7496L8.45271 15.75C7.0846 15.75 5.9925 15.75 5.12547 15.6496C4.23254 15.5461 3.48329 15.3277 2.85017 14.8228C2.60136 14.6244 2.37563 14.3986 2.17722 14.1498C1.67232 13.5167 1.45389 12.7675 1.35043 11.8745C1.24998 11.0075 1.24999 9.91539 1.25 8.54729V8.4527C1.24999 7.0846 1.24998 5.99249 1.35043 5.12547C1.45389 4.23254 1.67232 3.48329 2.17722 2.85017C2.37563 2.60136 2.60136 2.37563 2.85017 2.17722C3.48329 1.67232 4.23254 1.45389 5.12547 1.35043C5.99249 1.24998 7.08461 1.24999 8.45271 1.25H8.5473Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-pathfinder-outline{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.7442 8.72832C13.7713 9.27994 13.3461 9.74908 12.7945 9.77616C11.5729 9.83615 11.0431 10.0043 10.6855 10.2894C10.5391 10.4062 10.4062 10.5391 10.2894 10.6855C10.0043 11.0431 9.83615 11.5729 9.77616 12.7945C9.74908 13.3461 9.27994 13.7713 8.72832 13.7442C8.1767 13.7172 7.75148 13.248 7.77857 12.6964C7.84191 11.4064 8.02283 10.32 8.72578 9.43856C8.93593 9.17503 9.17503 8.93593 9.43856 8.72578C10.32 8.02283 11.4064 7.84191 12.6964 7.77857C13.248 7.75148 13.7172 8.1767 13.7442 8.72832ZM16.7489 8.72832C16.7759 8.1767 17.2451 7.75148 17.7967 7.77857C19.0867 7.84191 20.1731 8.02283 21.0545 8.72578C21.3181 8.93594 21.5572 9.17503 21.7673 9.43856C22.3134 10.1233 22.5411 10.9255 22.6473 11.8418C22.7495 12.7237 22.7494 13.8285 22.7494 15.1854V15.3077C22.7494 16.6646 22.7495 17.7694 22.6473 18.6513C22.5411 19.5676 22.3134 20.3698 21.7673 21.0545C21.5572 21.3181 21.3181 21.5572 21.0545 21.7673C20.3698 22.3134 19.5676 22.5411 18.6513 22.6473C17.7694 22.7495 16.6646 22.7494 15.3077 22.7494H15.1854C13.8285 22.7494 12.7237 22.7495 11.8418 22.6473C10.9255 22.5411 10.1233 22.3134 9.43856 21.7673C9.17503 21.5572 8.93594 21.3181 8.72578 21.0545C8.02283 20.1731 7.84191 19.0867 7.77857 17.7967C7.75148 17.2451 8.1767 16.7759 8.72832 16.7489C9.27994 16.7218 9.74908 17.147 9.77616 17.6986C9.83615 18.9202 10.0043 19.45 10.2894 19.8076C10.4062 19.954 10.5391 20.0869 10.6855 20.2037C10.9587 20.4215 11.34 20.5758 12.072 20.6606C12.8252 20.7478 13.8137 20.7494 15.2465 20.7494C16.6794 20.7494 17.6679 20.7478 18.4211 20.6606C19.1531 20.5758 19.5344 20.4215 19.8076 20.2037C19.954 20.0869 20.0869 19.954 20.2037 19.8076C20.4215 19.5344 20.5758 19.1531 20.6606 18.4211C20.7478 17.6679 20.7494 16.6794 20.7494 15.2465C20.7494 13.8137 20.7478 12.8252 20.6606 12.072C20.5758 11.34 20.4215 10.9587 20.2037 10.6855C20.0869 10.5391 19.954 10.4062 19.8076 10.2894C19.45 10.0043 18.9202 9.83615 17.6986 9.77616C17.147 9.74908 16.7218 9.27994 16.7489 8.72832Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2558 15.2717C10.2287 14.7201 10.6539 14.2509 11.2055 14.2238C12.4271 14.1639 12.9569 13.9957 13.3145 13.7106C13.4609 13.5938 13.5938 13.4609 13.7106 13.3145C13.9957 12.9569 14.1639 12.4271 14.2238 11.2055C14.2509 10.6539 14.7201 10.2287 15.2717 10.2558C15.8233 10.2828 16.2485 10.752 16.2214 11.3036C16.1581 12.5936 15.9772 13.68 15.2742 14.5614C15.0641 14.825 14.825 15.0641 14.5614 15.2742C13.68 15.9772 12.5936 16.1581 11.3036 16.2214C10.752 16.2485 10.2828 15.8233 10.2558 15.2717ZM7.25114 15.2717C7.22405 15.8233 6.75492 16.2485 6.2033 16.2214C4.91332 16.1581 3.82693 15.9772 2.94546 15.2742C2.68193 15.0641 2.44283 14.825 2.23268 14.5614C1.68658 13.8767 1.45888 13.0745 1.35272 12.1582C1.25054 11.2763 1.25056 10.1715 1.25058 8.81456L1.25058 8.69234C1.25056 7.33543 1.25054 6.23058 1.35272 5.34869C1.45888 4.43237 1.68658 3.63024 2.23267 2.94546C2.44283 2.68193 2.68193 2.44284 2.94546 2.23268C3.63024 1.68658 4.43236 1.45889 5.34869 1.35272C6.23058 1.25054 7.33543 1.25056 8.69234 1.25058L8.81456 1.25058C10.1715 1.25056 11.2763 1.25054 12.1582 1.35272C13.0745 1.45888 13.8767 1.68658 14.5614 2.23268C14.825 2.44283 15.0641 2.68193 15.2742 2.94546C15.9772 3.82693 16.1581 4.91332 16.2214 6.20331C16.2485 6.75493 15.8233 7.22406 15.2717 7.25115C14.7201 7.27823 14.2509 6.85301 14.2238 6.30139C14.1639 5.07979 13.9957 4.54998 13.7106 4.19244C13.5938 4.04599 13.4609 3.91313 13.3145 3.79634C13.0413 3.57851 12.66 3.42424 11.928 3.33943C11.1748 3.25215 10.1863 3.25058 8.75345 3.25058C7.32063 3.25058 6.33212 3.25215 5.57887 3.33943C4.84686 3.42424 4.46559 3.57851 4.19244 3.79634C4.04599 3.91313 3.91312 4.04599 3.79634 4.19244C3.57851 4.46559 3.42424 4.84686 3.33943 5.57888C3.25215 6.33213 3.25058 7.32063 3.25058 8.75345C3.25058 10.1863 3.25215 11.1748 3.33943 11.928C3.42424 12.66 3.57851 13.0413 3.79634 13.3145C3.91313 13.4609 4.04599 13.5938 4.19244 13.7106C4.54998 13.9957 5.07979 14.1639 6.30139 14.2238C6.85301 14.2509 7.27823 14.7201 7.25114 15.2717Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.7442 8.72832C13.7713 9.27994 13.3461 9.74908 12.7945 9.77616C11.5729 9.83615 11.0431 10.0043 10.6855 10.2894C10.5391 10.4062 10.4062 10.5391 10.2894 10.6855C10.0043 11.0431 9.83615 11.5729 9.77616 12.7945C9.74908 13.3461 9.27994 13.7713 8.72832 13.7442C8.1767 13.7172 7.75148 13.248 7.77857 12.6964C7.84191 11.4064 8.02283 10.32 8.72578 9.43856C8.93593 9.17503 9.17503 8.93593 9.43856 8.72578C10.32 8.02283 11.4064 7.84191 12.6964 7.77857C13.248 7.75148 13.7172 8.1767 13.7442 8.72832ZM16.7489 8.72832C16.7759 8.1767 17.2451 7.75148 17.7967 7.77857C19.0867 7.84191 20.1731 8.02283 21.0545 8.72578C21.3181 8.93594 21.5572 9.17503 21.7673 9.43856C22.3134 10.1233 22.5411 10.9255 22.6473 11.8418C22.7495 12.7237 22.7494 13.8285 22.7494 15.1854V15.3077C22.7494 16.6646 22.7495 17.7694 22.6473 18.6513C22.5411 19.5676 22.3134 20.3698 21.7673 21.0545C21.5572 21.3181 21.3181 21.5572 21.0545 21.7673C20.3698 22.3134 19.5676 22.5411 18.6513 22.6473C17.7694 22.7495 16.6646 22.7494 15.3077 22.7494H15.1854C13.8285 22.7494 12.7237 22.7495 11.8418 22.6473C10.9255 22.5411 10.1233 22.3134 9.43856 21.7673C9.17503 21.5572 8.93594 21.3181 8.72578 21.0545C8.02283 20.1731 7.84191 19.0867 7.77857 17.7967C7.75148 17.2451 8.1767 16.7759 8.72832 16.7489C9.27994 16.7218 9.74908 17.147 9.77616 17.6986C9.83615 18.9202 10.0043 19.45 10.2894 19.8076C10.4062 19.954 10.5391 20.0869 10.6855 20.2037C10.9587 20.4215 11.34 20.5758 12.072 20.6606C12.8252 20.7478 13.8137 20.7494 15.2465 20.7494C16.6794 20.7494 17.6679 20.7478 18.4211 20.6606C19.1531 20.5758 19.5344 20.4215 19.8076 20.2037C19.954 20.0869 20.0869 19.954 20.2037 19.8076C20.4215 19.5344 20.5758 19.1531 20.6606 18.4211C20.7478 17.6679 20.7494 16.6794 20.7494 15.2465C20.7494 13.8137 20.7478 12.8252 20.6606 12.072C20.5758 11.34 20.4215 10.9587 20.2037 10.6855C20.0869 10.5391 19.954 10.4062 19.8076 10.2894C19.45 10.0043 18.9202 9.83615 17.6986 9.77616C17.147 9.74908 16.7218 9.27994 16.7489 8.72832Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2558 15.2717C10.2287 14.7201 10.6539 14.2509 11.2055 14.2238C12.4271 14.1639 12.9569 13.9957 13.3145 13.7106C13.4609 13.5938 13.5938 13.4609 13.7106 13.3145C13.9957 12.9569 14.1639 12.4271 14.2238 11.2055C14.2509 10.6539 14.7201 10.2287 15.2717 10.2558C15.8233 10.2828 16.2485 10.752 16.2214 11.3036C16.1581 12.5936 15.9772 13.68 15.2742 14.5614C15.0641 14.825 14.825 15.0641 14.5614 15.2742C13.68 15.9772 12.5936 16.1581 11.3036 16.2214C10.752 16.2485 10.2828 15.8233 10.2558 15.2717ZM7.25114 15.2717C7.22405 15.8233 6.75492 16.2485 6.2033 16.2214C4.91332 16.1581 3.82693 15.9772 2.94546 15.2742C2.68193 15.0641 2.44283 14.825 2.23268 14.5614C1.68658 13.8767 1.45888 13.0745 1.35272 12.1582C1.25054 11.2763 1.25056 10.1715 1.25058 8.81456L1.25058 8.69234C1.25056 7.33543 1.25054 6.23058 1.35272 5.34869C1.45888 4.43237 1.68658 3.63024 2.23267 2.94546C2.44283 2.68193 2.68193 2.44284 2.94546 2.23268C3.63024 1.68658 4.43236 1.45889 5.34869 1.35272C6.23058 1.25054 7.33543 1.25056 8.69234 1.25058L8.81456 1.25058C10.1715 1.25056 11.2763 1.25054 12.1582 1.35272C13.0745 1.45888 13.8767 1.68658 14.5614 2.23268C14.825 2.44283 15.0641 2.68193 15.2742 2.94546C15.9772 3.82693 16.1581 4.91332 16.2214 6.20331C16.2485 6.75493 15.8233 7.22406 15.2717 7.25115C14.7201 7.27823 14.2509 6.85301 14.2238 6.30139C14.1639 5.07979 13.9957 4.54998 13.7106 4.19244C13.5938 4.04599 13.4609 3.91313 13.3145 3.79634C13.0413 3.57851 12.66 3.42424 11.928 3.33943C11.1748 3.25215 10.1863 3.25058 8.75345 3.25058C7.32063 3.25058 6.33212 3.25215 5.57887 3.33943C4.84686 3.42424 4.46559 3.57851 4.19244 3.79634C4.04599 3.91313 3.91312 4.04599 3.79634 4.19244C3.57851 4.46559 3.42424 4.84686 3.33943 5.57888C3.25215 6.33213 3.25058 7.32063 3.25058 8.75345C3.25058 10.1863 3.25215 11.1748 3.33943 11.928C3.42424 12.66 3.57851 13.0413 3.79634 13.3145C3.91313 13.4609 4.04599 13.5938 4.19244 13.7106C4.54998 13.9957 5.07979 14.1639 6.30139 14.2238C6.85301 14.2509 7.27823 14.7201 7.25114 15.2717Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-pathfinder-trim{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5473 8.25C16.9154 8.24999 18.0075 8.24998 18.8745 8.35043C19.7675 8.45389 20.5167 8.67232 21.1498 9.17722C21.3986 9.37563 21.6244 9.60136 21.8228 9.85017C22.3277 10.4833 22.5461 11.2325 22.6496 12.1255C22.75 12.9925 22.75 14.0846 22.75 15.4527V15.5473C22.75 16.9154 22.75 18.0075 22.6496 18.8745C22.5461 19.7675 22.3277 20.5167 21.8228 21.1498C21.6244 21.3986 21.3986 21.6244 21.1498 21.8228C20.5167 22.3277 19.7675 22.5461 18.8745 22.6496C18.0075 22.75 16.9154 22.75 15.5473 22.75H15.4527C14.0846 22.75 12.9925 22.75 12.1255 22.6496C11.2325 22.5461 10.4833 22.3277 9.85017 21.8228C9.60136 21.6244 9.37563 21.3986 9.17722 21.1498C8.67232 20.5167 8.45389 19.7675 8.35043 18.8745C8.24998 18.0075 8.24999 16.9154 8.25 15.5473V15.5473V15.4527V15.4527C8.24999 14.0846 8.24998 12.9925 8.35043 12.1255C8.45389 11.2325 8.67232 10.4833 9.17722 9.85017C9.37563 9.60136 9.60136 9.37563 9.85017 9.17722C10.4833 8.67232 11.2325 8.45389 12.1255 8.35043C12.9925 8.24998 14.0846 8.24999 15.4527 8.25H15.4527H15.5473H15.5473Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75 15.3745C6.74994 14.0715 6.74989 12.9066 6.8604 11.9528C6.97986 10.9218 7.25333 9.85684 8.00447 8.91494C8.27291 8.57832 8.57832 8.27291 8.91494 8.00447C9.85684 7.25333 10.9218 6.97986 11.9528 6.8604C12.9066 6.74989 14.0715 6.74994 15.3746 6.75C15.4298 6.75 15.4574 6.75 15.4808 6.74626C15.6112 6.72547 15.7143 6.61927 15.7311 6.4883C15.7342 6.46473 15.7334 6.43785 15.7318 6.38409C15.7178 5.91949 15.6931 5.50133 15.6496 5.12547C15.5461 4.23254 15.3277 3.48329 14.8228 2.85017C14.6244 2.60136 14.3986 2.37563 14.1498 2.17722C13.5167 1.67232 12.7675 1.45389 11.8745 1.35043C11.0075 1.24998 9.91541 1.24999 8.54731 1.25H8.45271C7.08461 1.24999 5.99249 1.24998 5.12547 1.35043C4.23254 1.45389 3.48329 1.67232 2.85017 2.17722C2.60136 2.37563 2.37563 2.60136 2.17722 2.85017C1.67232 3.48329 1.45389 4.23254 1.35043 5.12547C1.24998 5.99249 1.24999 7.08459 1.25 8.45269V8.54729C1.24999 9.91539 1.24998 11.0075 1.35043 11.8745C1.45389 12.7675 1.67232 13.5167 2.17722 14.1498C2.37563 14.3986 2.60136 14.6244 2.85017 14.8228C3.48329 15.3277 4.23254 15.5461 5.12547 15.6496C5.50133 15.6931 5.91949 15.7178 6.38409 15.7318C6.43785 15.7334 6.46474 15.7342 6.48831 15.7311C6.61927 15.7143 6.72547 15.6112 6.74626 15.4808C6.75 15.4574 6.75 15.4297 6.75 15.3745Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5473 8.25C16.9154 8.24999 18.0075 8.24998 18.8745 8.35043C19.7675 8.45389 20.5167 8.67232 21.1498 9.17722C21.3986 9.37563 21.6244 9.60136 21.8228 9.85017C22.3277 10.4833 22.5461 11.2325 22.6496 12.1255C22.75 12.9925 22.75 14.0846 22.75 15.4527V15.5473C22.75 16.9154 22.75 18.0075 22.6496 18.8745C22.5461 19.7675 22.3277 20.5167 21.8228 21.1498C21.6244 21.3986 21.3986 21.6244 21.1498 21.8228C20.5167 22.3277 19.7675 22.5461 18.8745 22.6496C18.0075 22.75 16.9154 22.75 15.5473 22.75H15.4527C14.0846 22.75 12.9925 22.75 12.1255 22.6496C11.2325 22.5461 10.4833 22.3277 9.85017 21.8228C9.60136 21.6244 9.37563 21.3986 9.17722 21.1498C8.67232 20.5167 8.45389 19.7675 8.35043 18.8745C8.24998 18.0075 8.24999 16.9154 8.25 15.5473V15.5473V15.4527V15.4527C8.24999 14.0846 8.24998 12.9925 8.35043 12.1255C8.45389 11.2325 8.67232 10.4833 9.17722 9.85017C9.37563 9.60136 9.60136 9.37563 9.85017 9.17722C10.4833 8.67232 11.2325 8.45389 12.1255 8.35043C12.9925 8.24998 14.0846 8.24999 15.4527 8.25H15.4527H15.5473H15.5473Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75 15.3745C6.74994 14.0715 6.74989 12.9066 6.8604 11.9528C6.97986 10.9218 7.25333 9.85684 8.00447 8.91494C8.27291 8.57832 8.57832 8.27291 8.91494 8.00447C9.85684 7.25333 10.9218 6.97986 11.9528 6.8604C12.9066 6.74989 14.0715 6.74994 15.3746 6.75C15.4298 6.75 15.4574 6.75 15.4808 6.74626C15.6112 6.72547 15.7143 6.61927 15.7311 6.4883C15.7342 6.46473 15.7334 6.43785 15.7318 6.38409C15.7178 5.91949 15.6931 5.50133 15.6496 5.12547C15.5461 4.23254 15.3277 3.48329 14.8228 2.85017C14.6244 2.60136 14.3986 2.37563 14.1498 2.17722C13.5167 1.67232 12.7675 1.45389 11.8745 1.35043C11.0075 1.24998 9.91541 1.24999 8.54731 1.25H8.45271C7.08461 1.24999 5.99249 1.24998 5.12547 1.35043C4.23254 1.45389 3.48329 1.67232 2.85017 2.17722C2.60136 2.37563 2.37563 2.60136 2.17722 2.85017C1.67232 3.48329 1.45389 4.23254 1.35043 5.12547C1.24998 5.99249 1.24999 7.08459 1.25 8.45269V8.54729C1.24999 9.91539 1.24998 11.0075 1.35043 11.8745C1.45389 12.7675 1.67232 13.5167 2.17722 14.1498C2.37563 14.3986 2.60136 14.6244 2.85017 14.8228C3.48329 15.3277 4.23254 15.5461 5.12547 15.6496C5.50133 15.6931 5.91949 15.7178 6.38409 15.7318C6.43785 15.7334 6.46474 15.7342 6.48831 15.7311C6.61927 15.7143 6.72547 15.6112 6.74626 15.4808C6.75 15.4574 6.75 15.4297 6.75 15.3745Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-pathfinder-unite{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5473 1.25C9.91541 1.24999 11.0075 1.24998 11.8745 1.35043C12.7675 1.45389 13.5167 1.67232 14.1498 2.17722C14.3986 2.37563 14.6244 2.60136 14.8228 2.85017C15.3277 3.48329 15.5461 4.23254 15.6496 5.12547C15.7295 5.81577 15.7458 6.64876 15.7492 7.65012C15.7501 7.93306 15.7506 8.07453 15.838 8.16198C15.9255 8.24944 16.0669 8.24991 16.3499 8.25084C17.3512 8.25416 18.1842 8.27045 18.8745 8.35043C19.7675 8.45389 20.5167 8.67232 21.1498 9.17722C21.3986 9.37563 21.6244 9.60136 21.8228 9.85017C22.3277 10.4833 22.5461 11.2325 22.6496 12.1255C22.75 12.9925 22.75 14.0846 22.75 15.4527V15.5473C22.75 16.9154 22.75 18.0075 22.6496 18.8745C22.5461 19.7675 22.3277 20.5167 21.8228 21.1498C21.6244 21.3986 21.3986 21.6244 21.1498 21.8228C20.5167 22.3277 19.7675 22.5461 18.8745 22.6496C18.0075 22.75 16.9154 22.75 15.5473 22.75H15.4527C14.0846 22.75 12.9925 22.75 12.1255 22.6496C11.2325 22.5461 10.4833 22.3277 9.85017 21.8228C9.60136 21.6244 9.37563 21.3986 9.17722 21.1498C8.67232 20.5167 8.45389 19.7675 8.35043 18.8745C8.27045 18.1842 8.25416 17.3512 8.25084 16.3499C8.24991 16.0669 8.24944 15.9255 8.16198 15.838C8.07453 15.7506 7.93306 15.7501 7.65012 15.7492C6.64876 15.7458 5.81577 15.7295 5.12547 15.6496C4.23254 15.5461 3.48329 15.3277 2.85017 14.8228C2.60136 14.6244 2.37563 14.3986 2.17722 14.1498C1.67232 13.5167 1.45389 12.7675 1.35043 11.8745C1.24998 11.0075 1.24999 9.91539 1.25 8.54729V8.4527C1.24999 7.0846 1.24998 5.99249 1.35043 5.12547C1.45389 4.23254 1.67232 3.48329 2.17722 2.85017C2.37563 2.60136 2.60136 2.37563 2.85017 2.17722C3.48329 1.67232 4.23254 1.45389 5.12547 1.35043C5.99249 1.24998 7.08461 1.24999 8.45271 1.25H8.5473Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5473 1.25C9.91541 1.24999 11.0075 1.24998 11.8745 1.35043C12.7675 1.45389 13.5167 1.67232 14.1498 2.17722C14.3986 2.37563 14.6244 2.60136 14.8228 2.85017C15.3277 3.48329 15.5461 4.23254 15.6496 5.12547C15.7295 5.81577 15.7458 6.64876 15.7492 7.65012C15.7501 7.93306 15.7506 8.07453 15.838 8.16198C15.9255 8.24944 16.0669 8.24991 16.3499 8.25084C17.3512 8.25416 18.1842 8.27045 18.8745 8.35043C19.7675 8.45389 20.5167 8.67232 21.1498 9.17722C21.3986 9.37563 21.6244 9.60136 21.8228 9.85017C22.3277 10.4833 22.5461 11.2325 22.6496 12.1255C22.75 12.9925 22.75 14.0846 22.75 15.4527V15.5473C22.75 16.9154 22.75 18.0075 22.6496 18.8745C22.5461 19.7675 22.3277 20.5167 21.8228 21.1498C21.6244 21.3986 21.3986 21.6244 21.1498 21.8228C20.5167 22.3277 19.7675 22.5461 18.8745 22.6496C18.0075 22.75 16.9154 22.75 15.5473 22.75H15.4527C14.0846 22.75 12.9925 22.75 12.1255 22.6496C11.2325 22.5461 10.4833 22.3277 9.85017 21.8228C9.60136 21.6244 9.37563 21.3986 9.17722 21.1498C8.67232 20.5167 8.45389 19.7675 8.35043 18.8745C8.27045 18.1842 8.25416 17.3512 8.25084 16.3499C8.24991 16.0669 8.24944 15.9255 8.16198 15.838C8.07453 15.7506 7.93306 15.7501 7.65012 15.7492C6.64876 15.7458 5.81577 15.7295 5.12547 15.6496C4.23254 15.5461 3.48329 15.3277 2.85017 14.8228C2.60136 14.6244 2.37563 14.3986 2.17722 14.1498C1.67232 13.5167 1.45389 12.7675 1.35043 11.8745C1.24998 11.0075 1.24999 9.91539 1.25 8.54729V8.4527C1.24999 7.0846 1.24998 5.99249 1.35043 5.12547C1.45389 4.23254 1.67232 3.48329 2.17722 2.85017C2.37563 2.60136 2.60136 2.37563 2.85017 2.17722C3.48329 1.67232 4.23254 1.45389 5.12547 1.35043C5.99249 1.24998 7.08461 1.24999 8.45271 1.25H8.5473Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-pen-tool-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12 3.20455C7.14241 3.20455 3.20455 7.14241 3.20455 12C3.20455 16.8576 7.14241 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 7.14241 16.8576 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9278 7.9464C11.0933 7.67813 11.4206 7.25 12.0052 7.25C12.5897 7.25 12.917 7.67813 13.0826 7.9464C13.2514 8.22007 13.4171 8.60263 13.5955 9.01449L13.5955 9.0145L14.5807 11.288C14.1781 11.2499 13.723 11.2499 13.2823 11.25H10.7281C10.2874 11.2499 9.8323 11.2499 9.42969 11.288L10.4148 9.0145C10.5932 8.60263 10.759 8.22007 10.9278 7.9464ZM14.5854 12.294C14.2134 12.2499 13.7601 12.25 13.2414 12.25H13.2414H10.7685H10.7684C10.2498 12.25 9.79638 12.2499 9.42439 12.294C9.02268 12.3416 8.63523 12.4479 8.28654 12.7158C7.93786 12.9837 7.73536 13.3307 7.58586 13.7065C7.44741 14.0546 7.33062 14.4927 7.19699 14.9939L6.07422 19.2043C7.63752 20.6303 9.71716 21.5 11.9999 21.5C14.2866 21.5 16.3694 20.6274 17.9336 19.197L16.8128 14.9939C16.6792 14.4927 16.5624 14.0546 16.424 13.7065C16.2745 13.3307 16.072 12.9837 15.7233 12.7158C15.3746 12.4479 14.9871 12.3416 14.5854 12.294Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12 3.20455C7.14241 3.20455 3.20455 7.14241 3.20455 12C3.20455 16.8576 7.14241 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 7.14241 16.8576 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9278 7.9464C11.0933 7.67813 11.4206 7.25 12.0052 7.25C12.5897 7.25 12.917 7.67813 13.0826 7.9464C13.2514 8.22007 13.4171 8.60263 13.5955 9.01449L13.5955 9.0145L14.5807 11.288C14.1781 11.2499 13.723 11.2499 13.2823 11.25H10.7281C10.2874 11.2499 9.8323 11.2499 9.42969 11.288L10.4148 9.0145C10.5932 8.60263 10.759 8.22007 10.9278 7.9464ZM14.5854 12.294C14.2134 12.2499 13.7601 12.25 13.2414 12.25H13.2414H10.7685H10.7684C10.2498 12.25 9.79638 12.2499 9.42439 12.294C9.02268 12.3416 8.63523 12.4479 8.28654 12.7158C7.93786 12.9837 7.73536 13.3307 7.58586 13.7065C7.44741 14.0546 7.33062 14.4927 7.19699 14.9939L6.07422 19.2043C7.63752 20.6303 9.71716 21.5 11.9999 21.5C14.2866 21.5 16.3694 20.6274 17.9336 19.197L16.8128 14.9939C16.6792 14.4927 16.5624 14.0546 16.424 13.7065C16.2745 13.3307 16.072 12.9837 15.7233 12.7158C15.3746 12.4479 14.9871 12.3416 14.5854 12.294Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-pen-tool-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.1874 1.42188H11.8125C10.6107 1.42186 9.63495 1.42184 8.87996 1.51959C8.10296 1.62019 7.41218 1.83985 6.90433 2.40028C6.17824 3.20154 6.18996 4.27775 6.31524 5.10859C6.35728 5.38741 6.42404 5.69298 6.49312 5.97598C6.54491 6.18812 6.5708 6.29419 6.65238 6.35824C6.73395 6.42229 6.84546 6.42229 7.06848 6.42228L16.9315 6.42193C17.1545 6.42192 17.266 6.42192 17.3475 6.35787C17.4291 6.29381 17.455 6.18775 17.5068 5.97563C17.5758 5.69276 17.6425 5.38739 17.6846 5.10859C17.8099 4.27775 17.8216 3.20154 17.0955 2.40028C16.5876 1.83985 15.8969 1.62019 15.1199 1.51959C14.3649 1.42184 13.3892 1.42186 12.1874 1.42188Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1094 7.99375C17.1936 8.06564 17.2152 8.20256 17.2586 8.47638C17.2963 8.71498 17.3464 8.92881 17.4089 9.12491C17.564 9.61194 17.8063 10.0233 18.182 10.4479L18.2079 10.4772C18.6378 10.963 18.9971 11.3691 19.2477 11.7155C19.501 12.0657 19.7262 12.4627 19.7481 12.9296C19.769 13.3755 19.6161 13.7584 19.4156 14.1077C19.2274 14.4354 18.9517 14.8082 18.6345 15.2369L14.357 21.0206C13.9805 21.5297 13.6487 21.9784 13.3346 22.2921C13.2315 22.3951 13.1205 22.4936 13.0001 22.5808V15.5236C13.3916 15.4051 13.7563 15.2198 14.0847 14.9831C14.5328 14.6602 14.6343 14.0352 14.3114 13.5872C13.9885 13.1391 13.3635 13.0376 12.9154 13.3605C12.6275 13.568 12.3167 13.6718 12.0001 13.6718C11.6834 13.6718 11.3726 13.568 11.0847 13.3605C10.6367 13.0376 10.0117 13.1391 9.68879 13.5872C9.3659 14.0352 9.46736 14.6602 9.91542 14.9831C10.2438 15.2198 10.6085 15.4051 11.0001 15.5236V22.5809C10.8796 22.4936 10.7686 22.3951 10.6654 22.2921C10.3513 21.9784 10.0195 21.5297 9.64303 21.0205L5.36549 15.2369C5.04832 14.8081 4.77259 14.4354 4.58442 14.1076C4.38383 13.7583 4.23099 13.3754 4.25192 12.9294C4.27382 12.4625 4.49908 12.0655 4.75246 11.7153C5.00308 11.369 5.36244 10.963 5.79237 10.4772L5.81824 10.448C6.19398 10.0234 6.43621 9.61222 6.59128 9.1253C6.65373 8.9292 6.70378 8.71537 6.74152 8.47675C6.78483 8.20293 6.80648 8.06602 6.89064 7.99412C6.9748 7.92222 7.10383 7.92221 7.36189 7.9222L16.6382 7.92188C16.8962 7.92187 17.0252 7.92186 17.1094 7.99375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.1874 1.42188H11.8125C10.6107 1.42186 9.63495 1.42184 8.87996 1.51959C8.10296 1.62019 7.41218 1.83985 6.90433 2.40028C6.17824 3.20154 6.18996 4.27775 6.31524 5.10859C6.35728 5.38741 6.42404 5.69298 6.49312 5.97598C6.54491 6.18812 6.5708 6.29419 6.65238 6.35824C6.73395 6.42229 6.84546 6.42229 7.06848 6.42228L16.9315 6.42193C17.1545 6.42192 17.266 6.42192 17.3475 6.35787C17.4291 6.29381 17.455 6.18775 17.5068 5.97563C17.5758 5.69276 17.6425 5.38739 17.6846 5.10859C17.8099 4.27775 17.8216 3.20154 17.0955 2.40028C16.5876 1.83985 15.8969 1.62019 15.1199 1.51959C14.3649 1.42184 13.3892 1.42186 12.1874 1.42188Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1094 7.99375C17.1936 8.06564 17.2152 8.20256 17.2586 8.47638C17.2963 8.71498 17.3464 8.92881 17.4089 9.12491C17.564 9.61194 17.8063 10.0233 18.182 10.4479L18.2079 10.4772C18.6378 10.963 18.9971 11.3691 19.2477 11.7155C19.501 12.0657 19.7262 12.4627 19.7481 12.9296C19.769 13.3755 19.6161 13.7584 19.4156 14.1077C19.2274 14.4354 18.9517 14.8082 18.6345 15.2369L14.357 21.0206C13.9805 21.5297 13.6487 21.9784 13.3346 22.2921C13.2315 22.3951 13.1205 22.4936 13.0001 22.5808V15.5236C13.3916 15.4051 13.7563 15.2198 14.0847 14.9831C14.5328 14.6602 14.6343 14.0352 14.3114 13.5872C13.9885 13.1391 13.3635 13.0376 12.9154 13.3605C12.6275 13.568 12.3167 13.6718 12.0001 13.6718C11.6834 13.6718 11.3726 13.568 11.0847 13.3605C10.6367 13.0376 10.0117 13.1391 9.68879 13.5872C9.3659 14.0352 9.46736 14.6602 9.91542 14.9831C10.2438 15.2198 10.6085 15.4051 11.0001 15.5236V22.5809C10.8796 22.4936 10.7686 22.3951 10.6654 22.2921C10.3513 21.9784 10.0195 21.5297 9.64303 21.0205L5.36549 15.2369C5.04832 14.8081 4.77259 14.4354 4.58442 14.1076C4.38383 13.7583 4.23099 13.3754 4.25192 12.9294C4.27382 12.4625 4.49908 12.0655 4.75246 11.7153C5.00308 11.369 5.36244 10.963 5.79237 10.4772L5.81824 10.448C6.19398 10.0234 6.43621 9.61222 6.59128 9.1253C6.65373 8.9292 6.70378 8.71537 6.74152 8.47675C6.78483 8.20293 6.80648 8.06602 6.89064 7.99412C6.9748 7.92222 7.10383 7.92221 7.36189 7.9222L16.6382 7.92188C16.8962 7.92187 17.0252 7.92186 17.1094 7.99375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-pen-tool-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0124 2.91296C17.5835 3.33594 18.2225 3.97495 18.9947 4.74721L19.2524 5.00494C20.0247 5.77714 20.6637 6.4161 21.0867 6.98724C21.5322 7.58883 21.8233 8.22593 21.7333 8.9823C21.6142 9.98235 20.9503 10.7392 20.3119 11.2856C20.0817 11.4826 19.8328 11.6697 19.5863 11.8434C19.3972 11.9767 19.3026 12.0434 19.1935 12.034C19.0845 12.0246 19.0006 11.9408 18.8329 11.7731L12.2267 5.16629C12.0591 4.99859 11.9752 4.91474 11.9658 4.80568C11.9565 4.69663 12.0232 4.60205 12.1565 4.41291C12.3301 4.16661 12.5171 3.9178 12.714 3.68767C13.2604 3.0493 14.0173 2.38545 15.0173 2.26636C15.7737 2.17628 16.4108 2.46744 17.0124 2.91296ZM17.6962 13.5207C17.8504 13.2972 17.9274 13.1854 17.9176 13.0773C17.9078 12.9691 17.8184 12.8798 17.6396 12.701L11.3001 6.36087C11.1213 6.18211 11.032 6.09273 10.9238 6.08287C10.8157 6.07301 10.7039 6.15007 10.4804 6.30419C9.60257 6.90934 8.74752 7.15067 7.84867 7.23859L7.81043 7.24233L7.81042 7.24233C7.12157 7.30969 6.55052 7.36553 6.10476 7.45302C5.65128 7.54202 5.20709 7.68378 4.85624 8.00535C4.52064 8.31294 4.34167 8.69559 4.21703 9.1049C4.0998 9.4899 4.00997 9.97376 3.90524 10.5379L2.50174 18.0963C2.37759 18.7646 2.26935 19.3473 2.2524 19.8126C2.24646 19.9758 2.25074 20.1436 2.27426 20.3104L8.2124 14.3722C8.00518 13.993 7.86957 13.5826 7.80103 13.1604C7.71253 12.6152 8.08271 12.1016 8.62786 12.0131C9.17301 11.9246 9.68668 12.2948 9.77518 12.8399C9.83572 13.2128 9.99189 13.5266 10.2321 13.7667C10.4722 14.0069 10.786 14.1631 11.1589 14.2236C11.704 14.3121 12.0742 14.8258 11.9857 15.3709C11.8972 15.9161 11.3835 16.2863 10.8384 16.1978C10.4162 16.1292 10.0058 15.9936 9.62662 15.7864L3.68723 21.7258C3.85496 21.7497 4.02376 21.7541 4.18785 21.7481C4.65316 21.7312 5.23577 21.6229 5.90403 21.4988L13.4621 20.0952L13.4621 20.0952C14.0262 19.9905 14.51 19.9006 14.895 19.7834C15.3042 19.6588 15.6869 19.4798 15.9944 19.1443C16.316 18.7935 16.4578 18.3493 16.5468 17.8958C16.6344 17.45 16.6903 16.8789 16.7578 16.1899L16.7615 16.1517C16.8495 15.2529 17.091 14.3983 17.6962 13.5207Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0124 2.91296C17.5835 3.33594 18.2225 3.97495 18.9947 4.74721L19.2524 5.00494C20.0247 5.77714 20.6637 6.4161 21.0867 6.98724C21.5322 7.58883 21.8233 8.22593 21.7333 8.9823C21.6142 9.98235 20.9503 10.7392 20.3119 11.2856C20.0817 11.4826 19.8328 11.6697 19.5863 11.8434C19.3972 11.9767 19.3026 12.0434 19.1935 12.034C19.0845 12.0246 19.0006 11.9408 18.8329 11.7731L12.2267 5.16629C12.0591 4.99859 11.9752 4.91474 11.9658 4.80568C11.9565 4.69663 12.0232 4.60205 12.1565 4.41291C12.3301 4.16661 12.5171 3.9178 12.714 3.68767C13.2604 3.0493 14.0173 2.38545 15.0173 2.26636C15.7737 2.17628 16.4108 2.46744 17.0124 2.91296ZM17.6962 13.5207C17.8504 13.2972 17.9274 13.1854 17.9176 13.0773C17.9078 12.9691 17.8184 12.8798 17.6396 12.701L11.3001 6.36087C11.1213 6.18211 11.032 6.09273 10.9238 6.08287C10.8157 6.07301 10.7039 6.15007 10.4804 6.30419C9.60257 6.90934 8.74752 7.15067 7.84867 7.23859L7.81043 7.24233L7.81042 7.24233C7.12157 7.30969 6.55052 7.36553 6.10476 7.45302C5.65128 7.54202 5.20709 7.68378 4.85624 8.00535C4.52064 8.31294 4.34167 8.69559 4.21703 9.1049C4.0998 9.4899 4.00997 9.97376 3.90524 10.5379L2.50174 18.0963C2.37759 18.7646 2.26935 19.3473 2.2524 19.8126C2.24646 19.9758 2.25074 20.1436 2.27426 20.3104L8.2124 14.3722C8.00518 13.993 7.86957 13.5826 7.80103 13.1604C7.71253 12.6152 8.08271 12.1016 8.62786 12.0131C9.17301 11.9246 9.68668 12.2948 9.77518 12.8399C9.83572 13.2128 9.99189 13.5266 10.2321 13.7667C10.4722 14.0069 10.786 14.1631 11.1589 14.2236C11.704 14.3121 12.0742 14.8258 11.9857 15.3709C11.8972 15.9161 11.3835 16.2863 10.8384 16.1978C10.4162 16.1292 10.0058 15.9936 9.62662 15.7864L3.68723 21.7258C3.85496 21.7497 4.02376 21.7541 4.18785 21.7481C4.65316 21.7312 5.23577 21.6229 5.90403 21.4988L13.4621 20.0952L13.4621 20.0952C14.0262 19.9905 14.51 19.9006 14.895 19.7834C15.3042 19.6588 15.6869 19.4798 15.9944 19.1443C16.316 18.7935 16.4578 18.3493 16.5468 17.8958C16.6344 17.45 16.6903 16.8789 16.7578 16.1899L16.7615 16.1517C16.8495 15.2529 17.091 14.3983 17.6962 13.5207Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-pen-tool-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.125 1.125C5.67728 1.125 6.125 1.57272 6.125 2.125V4.125H8.125C8.67729 4.125 9.125 4.57272 9.125 5.125C9.125 5.67729 8.67729 6.125 8.125 6.125H6.125V8.125C6.125 8.67728 5.67728 9.125 5.125 9.125C4.57272 9.125 4.125 8.67729 4.125 8.125L4.125 6.125H2.125C1.57272 6.125 1.125 5.67729 1.125 5.125C1.125 4.57272 1.57272 4.125 2.125 4.125H4.125V2.125C4.125 1.57272 4.57272 1.125 5.125 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5937 6.81058L20.44 6.65681C19.7569 5.97374 19.1436 5.36039 18.6309 4.98067C18.0878 4.57845 17.5002 4.30652 16.7981 4.39014C16.3182 4.44728 15.8807 4.66165 15.5089 4.91408C15.1328 5.16943 14.7826 5.49207 14.4716 5.82171C14.2294 6.07832 14.0018 6.34917 13.7952 6.61214C13.6462 6.80175 13.5718 6.89656 13.5786 7.01024C13.5853 7.12392 13.6729 7.2115 13.8481 7.38666L19.8635 13.4027C20.0387 13.5778 20.1263 13.6654 20.2399 13.6722C20.3536 13.679 20.4485 13.6046 20.6381 13.4556C20.9011 13.2489 21.1721 13.0212 21.4288 12.779C21.7585 12.4679 22.0811 12.1177 22.3365 11.7416C22.5889 11.3699 22.8033 10.9323 22.8604 10.4525C22.944 9.75031 22.6721 9.16276 22.2699 8.61963C21.8901 8.1069 21.2768 7.4936 20.5937 6.81058Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8318 15.2474L18.8318 15.2474C18.3093 16.0328 18.0977 16.7992 18.0188 17.6045L18.0151 17.6424L18.0151 17.6425C17.9523 18.2836 17.8999 18.8186 17.8178 19.237C17.7341 19.6632 17.5995 20.0887 17.29 20.4264C16.9945 20.7488 16.6279 20.9193 16.2415 21.037C15.8795 21.1472 15.4255 21.2315 14.9008 21.3289L7.84171 22.6398C7.22049 22.7553 6.67353 22.8569 6.23548 22.8728C6.00032 22.8814 5.75217 22.8676 5.51163 22.7999L11.7129 16.5984C12.109 16.8445 12.5487 17.0018 13.0052 17.0759C13.4141 17.1423 13.7994 16.8647 13.8657 16.4558C13.9321 16.047 13.6545 15.6617 13.2456 15.5953C12.8261 15.5272 12.4629 15.3492 12.1821 15.0685C11.9013 14.7877 11.7233 14.4244 11.6552 14.0049C11.5888 13.5961 11.2036 13.3184 10.7947 13.3848C10.3859 13.4512 10.1082 13.8364 10.1746 14.2453C10.2487 14.7018 10.406 15.1415 10.6522 15.5377L4.45057 21.7396C4.38254 21.4987 4.3687 21.2501 4.37728 21.0146C4.39323 20.5765 4.49485 20.0295 4.61027 19.4082L5.92112 12.3488C6.01853 11.8241 6.10281 11.37 6.21306 11.008C6.33071 10.6216 6.50125 10.255 6.8237 9.95943C7.1614 9.64991 7.58699 9.51536 8.01314 9.43172C8.43159 9.34959 8.96664 9.29727 9.60772 9.23459L9.64555 9.23089C10.4509 9.15212 11.2176 8.94068 12.0032 8.41825C12.2285 8.26841 12.3411 8.19349 12.4478 8.20412C12.5544 8.21474 12.6428 8.30316 12.8196 8.48L18.7701 14.431C18.9469 14.6078 19.0353 14.6963 19.0459 14.8029C19.0566 14.9095 18.9816 15.0222 18.8318 15.2474Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.125 1.125C5.67728 1.125 6.125 1.57272 6.125 2.125V4.125H8.125C8.67729 4.125 9.125 4.57272 9.125 5.125C9.125 5.67729 8.67729 6.125 8.125 6.125H6.125V8.125C6.125 8.67728 5.67728 9.125 5.125 9.125C4.57272 9.125 4.125 8.67729 4.125 8.125L4.125 6.125H2.125C1.57272 6.125 1.125 5.67729 1.125 5.125C1.125 4.57272 1.57272 4.125 2.125 4.125H4.125V2.125C4.125 1.57272 4.57272 1.125 5.125 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5937 6.81058L20.44 6.65681C19.7569 5.97374 19.1436 5.36039 18.6309 4.98067C18.0878 4.57845 17.5002 4.30652 16.7981 4.39014C16.3182 4.44728 15.8807 4.66165 15.5089 4.91408C15.1328 5.16943 14.7826 5.49207 14.4716 5.82171C14.2294 6.07832 14.0018 6.34917 13.7952 6.61214C13.6462 6.80175 13.5718 6.89656 13.5786 7.01024C13.5853 7.12392 13.6729 7.2115 13.8481 7.38666L19.8635 13.4027C20.0387 13.5778 20.1263 13.6654 20.2399 13.6722C20.3536 13.679 20.4485 13.6046 20.6381 13.4556C20.9011 13.2489 21.1721 13.0212 21.4288 12.779C21.7585 12.4679 22.0811 12.1177 22.3365 11.7416C22.5889 11.3699 22.8033 10.9323 22.8604 10.4525C22.944 9.75031 22.6721 9.16276 22.2699 8.61963C21.8901 8.1069 21.2768 7.4936 20.5937 6.81058Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8318 15.2474L18.8318 15.2474C18.3093 16.0328 18.0977 16.7992 18.0188 17.6045L18.0151 17.6424L18.0151 17.6425C17.9523 18.2836 17.8999 18.8186 17.8178 19.237C17.7341 19.6632 17.5995 20.0887 17.29 20.4264C16.9945 20.7488 16.6279 20.9193 16.2415 21.037C15.8795 21.1472 15.4255 21.2315 14.9008 21.3289L7.84171 22.6398C7.22049 22.7553 6.67353 22.8569 6.23548 22.8728C6.00032 22.8814 5.75217 22.8676 5.51163 22.7999L11.7129 16.5984C12.109 16.8445 12.5487 17.0018 13.0052 17.0759C13.4141 17.1423 13.7994 16.8647 13.8657 16.4558C13.9321 16.047 13.6545 15.6617 13.2456 15.5953C12.8261 15.5272 12.4629 15.3492 12.1821 15.0685C11.9013 14.7877 11.7233 14.4244 11.6552 14.0049C11.5888 13.5961 11.2036 13.3184 10.7947 13.3848C10.3859 13.4512 10.1082 13.8364 10.1746 14.2453C10.2487 14.7018 10.406 15.1415 10.6522 15.5377L4.45057 21.7396C4.38254 21.4987 4.3687 21.2501 4.37728 21.0146C4.39323 20.5765 4.49485 20.0295 4.61027 19.4082L5.92112 12.3488C6.01853 11.8241 6.10281 11.37 6.21306 11.008C6.33071 10.6216 6.50125 10.255 6.8237 9.95943C7.1614 9.64991 7.58699 9.51536 8.01314 9.43172C8.43159 9.34959 8.96664 9.29727 9.60772 9.23459L9.64555 9.23089C10.4509 9.15212 11.2176 8.94068 12.0032 8.41825C12.2285 8.26841 12.3411 8.19349 12.4478 8.20412C12.5544 8.21474 12.6428 8.30316 12.8196 8.48L18.7701 14.431C18.9469 14.6078 19.0353 14.6963 19.0459 14.8029C19.0566 14.9095 18.9816 15.0222 18.8318 15.2474Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-pen-tool-minus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.125 2.625H8.125C8.67729 2.625 9.125 3.07272 9.125 3.625C9.125 4.17728 8.67729 4.625 8.125 4.625H2.125C1.57272 4.625 1.125 4.17728 1.125 3.625C1.125 3.07272 1.57272 2.625 2.125 2.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5937 5.31058L20.44 5.15681C19.7569 4.47374 19.1436 3.86039 18.6309 3.48067C18.0878 3.07845 17.5002 2.80652 16.7981 2.89014C16.3182 2.94728 15.8807 3.16165 15.5089 3.41408C15.1328 3.66943 14.7826 3.99207 14.4716 4.32171C14.2294 4.57832 14.0018 4.84917 13.7952 5.11214C13.6462 5.30175 13.5718 5.39656 13.5786 5.51024C13.5853 5.62392 13.6729 5.7115 13.8481 5.88666L19.8635 11.9027C20.0387 12.0778 20.1263 12.1654 20.2399 12.1722C20.3536 12.179 20.4485 12.1046 20.6381 11.9556C20.9011 11.7489 21.1721 11.5212 21.4288 11.279C21.7585 10.9679 22.0811 10.6177 22.3365 10.2416C22.5889 9.86986 22.8033 9.43232 22.8604 8.95247C22.944 8.25031 22.6721 7.66276 22.2699 7.11963C21.8901 6.6069 21.2768 5.9936 20.5937 5.31058Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8318 13.7474L18.8318 13.7474C18.3093 14.5328 18.0977 15.2992 18.0188 16.1045L18.0151 16.1424L18.0151 16.1425C17.9523 16.7836 17.8999 17.3186 17.8178 17.737C17.7341 18.1632 17.5995 18.5887 17.29 18.9264C16.9945 19.2488 16.6279 19.4193 16.2415 19.537C15.8795 19.6472 15.4255 19.7315 14.9008 19.8289L7.84171 21.1398C7.22049 21.2553 6.67353 21.3569 6.23548 21.3728C6.00032 21.3814 5.75217 21.3676 5.51163 21.2999L11.7129 15.0984C12.109 15.3445 12.5487 15.5018 13.0052 15.5759C13.4141 15.6423 13.7994 15.3647 13.8657 14.9558C13.9321 14.547 13.6545 14.1617 13.2456 14.0953C12.8261 14.0272 12.4629 13.8492 12.1821 13.5685C11.9013 13.2877 11.7233 12.9244 11.6552 12.5049C11.5888 12.0961 11.2036 11.8184 10.7947 11.8848C10.3859 11.9512 10.1082 12.3364 10.1746 12.7453C10.2487 13.2018 10.406 13.6415 10.6522 14.0377L4.45057 20.2396C4.38254 19.9987 4.3687 19.7501 4.37728 19.5146C4.39323 19.0765 4.49485 18.5295 4.61027 17.9082L5.92112 10.8488C6.01853 10.3241 6.10281 9.87004 6.21306 9.50798C6.33071 9.12162 6.50125 8.75497 6.8237 8.45943C7.1614 8.14991 7.58699 8.01536 8.01314 7.93172C8.43159 7.84959 8.96664 7.79727 9.60772 7.73459L9.64555 7.73089C10.4509 7.65212 11.2176 7.44068 12.0032 6.91825C12.2285 6.76841 12.3411 6.69349 12.4478 6.70412C12.5544 6.71474 12.6428 6.80316 12.8196 6.98L18.7701 12.931C18.9469 13.1078 19.0353 13.1963 19.0459 13.3029C19.0566 13.4095 18.9816 13.5222 18.8318 13.7474Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.125 2.625H8.125C8.67729 2.625 9.125 3.07272 9.125 3.625C9.125 4.17728 8.67729 4.625 8.125 4.625H2.125C1.57272 4.625 1.125 4.17728 1.125 3.625C1.125 3.07272 1.57272 2.625 2.125 2.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5937 5.31058L20.44 5.15681C19.7569 4.47374 19.1436 3.86039 18.6309 3.48067C18.0878 3.07845 17.5002 2.80652 16.7981 2.89014C16.3182 2.94728 15.8807 3.16165 15.5089 3.41408C15.1328 3.66943 14.7826 3.99207 14.4716 4.32171C14.2294 4.57832 14.0018 4.84917 13.7952 5.11214C13.6462 5.30175 13.5718 5.39656 13.5786 5.51024C13.5853 5.62392 13.6729 5.7115 13.8481 5.88666L19.8635 11.9027C20.0387 12.0778 20.1263 12.1654 20.2399 12.1722C20.3536 12.179 20.4485 12.1046 20.6381 11.9556C20.9011 11.7489 21.1721 11.5212 21.4288 11.279C21.7585 10.9679 22.0811 10.6177 22.3365 10.2416C22.5889 9.86986 22.8033 9.43232 22.8604 8.95247C22.944 8.25031 22.6721 7.66276 22.2699 7.11963C21.8901 6.6069 21.2768 5.9936 20.5937 5.31058Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8318 13.7474L18.8318 13.7474C18.3093 14.5328 18.0977 15.2992 18.0188 16.1045L18.0151 16.1424L18.0151 16.1425C17.9523 16.7836 17.8999 17.3186 17.8178 17.737C17.7341 18.1632 17.5995 18.5887 17.29 18.9264C16.9945 19.2488 16.6279 19.4193 16.2415 19.537C15.8795 19.6472 15.4255 19.7315 14.9008 19.8289L7.84171 21.1398C7.22049 21.2553 6.67353 21.3569 6.23548 21.3728C6.00032 21.3814 5.75217 21.3676 5.51163 21.2999L11.7129 15.0984C12.109 15.3445 12.5487 15.5018 13.0052 15.5759C13.4141 15.6423 13.7994 15.3647 13.8657 14.9558C13.9321 14.547 13.6545 14.1617 13.2456 14.0953C12.8261 14.0272 12.4629 13.8492 12.1821 13.5685C11.9013 13.2877 11.7233 12.9244 11.6552 12.5049C11.5888 12.0961 11.2036 11.8184 10.7947 11.8848C10.3859 11.9512 10.1082 12.3364 10.1746 12.7453C10.2487 13.2018 10.406 13.6415 10.6522 14.0377L4.45057 20.2396C4.38254 19.9987 4.3687 19.7501 4.37728 19.5146C4.39323 19.0765 4.49485 18.5295 4.61027 17.9082L5.92112 10.8488C6.01853 10.3241 6.10281 9.87004 6.21306 9.50798C6.33071 9.12162 6.50125 8.75497 6.8237 8.45943C7.1614 8.14991 7.58699 8.01536 8.01314 7.93172C8.43159 7.84959 8.96664 7.79727 9.60772 7.73459L9.64555 7.73089C10.4509 7.65212 11.2176 7.44068 12.0032 6.91825C12.2285 6.76841 12.3411 6.69349 12.4478 6.70412C12.5544 6.71474 12.6428 6.80316 12.8196 6.98L18.7701 12.931C18.9469 13.1078 19.0353 13.1963 19.0459 13.3029C19.0566 13.4095 18.9816 13.5222 18.8318 13.7474Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-pencil-edit-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 19.75C10 19.1977 10.4477 18.75 11 18.75H17C17.5523 18.75 18 19.1977 18 19.75C18 20.3023 17.5523 20.75 17 20.75H11C10.4477 20.75 10 20.3023 10 19.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1528 5.98301L6.36945 13.7664C5.40084 14.7347 4.80884 15.3266 4.40167 16.0553C4.17455 16.4617 3.97615 17.0782 3.8006 17.709C3.62 18.358 3.44221 19.1047 3.27249 19.8175L3.27041 19.8263C3.21009 20.0796 3.28552 20.3462 3.46969 20.5303C3.65385 20.7145 3.92037 20.7899 4.17373 20.7296L4.18242 20.7275L4.18262 20.7275L4.18294 20.7274C4.8956 20.5577 5.64214 20.38 6.29098 20.1994C6.92183 20.0239 7.53832 19.8255 7.94476 19.5983C8.67342 19.1912 9.26526 18.5992 10.2337 17.6306L18.017 9.8472L14.1528 5.98301ZM19.0777 8.78654L19.9497 7.91448C21.0168 6.84742 21.0168 5.11736 19.9497 4.0503C18.8827 2.98323 17.1526 2.98323 16.0855 4.0503L15.2135 4.92235L19.0777 8.78654Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 19.75C10 19.1977 10.4477 18.75 11 18.75H17C17.5523 18.75 18 19.1977 18 19.75C18 20.3023 17.5523 20.75 17 20.75H11C10.4477 20.75 10 20.3023 10 19.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1528 5.98301L6.36945 13.7664C5.40084 14.7347 4.80884 15.3266 4.40167 16.0553C4.17455 16.4617 3.97615 17.0782 3.8006 17.709C3.62 18.358 3.44221 19.1047 3.27249 19.8175L3.27041 19.8263C3.21009 20.0796 3.28552 20.3462 3.46969 20.5303C3.65385 20.7145 3.92037 20.7899 4.17373 20.7296L4.18242 20.7275L4.18262 20.7275L4.18294 20.7274C4.8956 20.5577 5.64214 20.38 6.29098 20.1994C6.92183 20.0239 7.53832 19.8255 7.94476 19.5983C8.67342 19.1912 9.26526 18.5992 10.2337 17.6306L18.017 9.8472L14.1528 5.98301ZM19.0777 8.78654L19.9497 7.91448C21.0168 6.84742 21.0168 5.11736 19.9497 4.0503C18.8827 2.98323 17.1526 2.98323 16.0855 4.0503L15.2135 4.92235L19.0777 8.78654Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-pencil-edit-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9278 2.25L12 2.25C12.5385 2.25 12.975 2.68652 12.975 3.225C12.975 3.76348 12.5385 4.2 12 4.2C9.90415 4.2 8.43035 4.20207 7.31564 4.35194C6.22898 4.49804 5.63068 4.76831 5.1995 5.1995C4.76831 5.63068 4.49804 6.22898 4.35194 7.31564C4.20207 8.43035 4.2 9.90415 4.2 12C4.2 14.0959 4.20207 15.5697 4.35194 16.6844C4.49804 17.771 4.76831 18.3693 5.1995 18.8005C5.63068 19.2317 6.22898 19.502 7.31564 19.6481C8.43035 19.7979 9.90415 19.8 12 19.8C14.0959 19.8 15.5697 19.7979 16.6844 19.6481C17.771 19.502 18.3693 19.2317 18.8005 18.8005C19.2317 18.3693 19.502 17.771 19.6481 16.6844C19.7979 15.5697 19.8 14.0959 19.8 12C19.8 11.4615 20.2365 11.025 20.775 11.025C21.3135 11.025 21.75 11.4615 21.75 12V12.0722C21.75 14.0792 21.75 15.6844 21.5807 16.9442C21.4055 18.2471 21.0332 19.3255 20.1794 20.1794C19.3255 21.0332 18.2471 21.4055 16.9442 21.5807C15.6844 21.75 14.0792 21.75 12.0722 21.75H11.9278C9.92083 21.75 8.31558 21.75 7.0558 21.5807C5.75291 21.4055 4.67453 21.0332 3.82064 20.1794C2.96676 19.3255 2.5945 18.2471 2.41933 16.9442C2.24996 15.6844 2.24998 14.0792 2.25 12.0722V11.9278C2.24998 9.92081 2.24996 8.31558 2.41933 7.0558C2.5945 5.75291 2.96676 4.67453 3.82064 3.82064C4.67453 2.96676 5.75291 2.5945 7.0558 2.41933C8.31558 2.24996 9.92081 2.24998 11.9278 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.9497 3.0503C19.8827 1.98323 18.1526 1.98323 17.0855 3.0503L16.2139 3.92188L20.078 7.78615L20.9497 6.91448C22.0168 5.84742 22.0168 4.11736 20.9497 3.0503ZM19.0174 8.84682L15.1533 4.98254L10.3695 9.76637L10.3694 9.76637L10.3694 9.76639C9.40083 10.7348 8.80884 11.3266 8.40167 12.0553C8.17455 12.4617 7.97615 13.0782 7.8006 13.709C7.62 14.358 7.44221 15.1047 7.27249 15.8175L7.27041 15.8263C7.21009 16.0796 7.28552 16.3462 7.46969 16.5303C7.65385 16.7145 7.92037 16.7899 8.17373 16.7296L8.18242 16.7275C8.89524 16.5578 9.64198 16.38 10.291 16.1994C10.9218 16.0239 11.5383 15.8255 11.9448 15.5983C12.6734 15.1912 13.2653 14.5992 14.2337 13.6306L19.0174 8.84682Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9278 2.25L12 2.25C12.5385 2.25 12.975 2.68652 12.975 3.225C12.975 3.76348 12.5385 4.2 12 4.2C9.90415 4.2 8.43035 4.20207 7.31564 4.35194C6.22898 4.49804 5.63068 4.76831 5.1995 5.1995C4.76831 5.63068 4.49804 6.22898 4.35194 7.31564C4.20207 8.43035 4.2 9.90415 4.2 12C4.2 14.0959 4.20207 15.5697 4.35194 16.6844C4.49804 17.771 4.76831 18.3693 5.1995 18.8005C5.63068 19.2317 6.22898 19.502 7.31564 19.6481C8.43035 19.7979 9.90415 19.8 12 19.8C14.0959 19.8 15.5697 19.7979 16.6844 19.6481C17.771 19.502 18.3693 19.2317 18.8005 18.8005C19.2317 18.3693 19.502 17.771 19.6481 16.6844C19.7979 15.5697 19.8 14.0959 19.8 12C19.8 11.4615 20.2365 11.025 20.775 11.025C21.3135 11.025 21.75 11.4615 21.75 12V12.0722C21.75 14.0792 21.75 15.6844 21.5807 16.9442C21.4055 18.2471 21.0332 19.3255 20.1794 20.1794C19.3255 21.0332 18.2471 21.4055 16.9442 21.5807C15.6844 21.75 14.0792 21.75 12.0722 21.75H11.9278C9.92083 21.75 8.31558 21.75 7.0558 21.5807C5.75291 21.4055 4.67453 21.0332 3.82064 20.1794C2.96676 19.3255 2.5945 18.2471 2.41933 16.9442C2.24996 15.6844 2.24998 14.0792 2.25 12.0722V11.9278C2.24998 9.92081 2.24996 8.31558 2.41933 7.0558C2.5945 5.75291 2.96676 4.67453 3.82064 3.82064C4.67453 2.96676 5.75291 2.5945 7.0558 2.41933C8.31558 2.24996 9.92081 2.24998 11.9278 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.9497 3.0503C19.8827 1.98323 18.1526 1.98323 17.0855 3.0503L16.2139 3.92188L20.078 7.78615L20.9497 6.91448C22.0168 5.84742 22.0168 4.11736 20.9497 3.0503ZM19.0174 8.84682L15.1533 4.98254L10.3695 9.76637L10.3694 9.76637L10.3694 9.76639C9.40083 10.7348 8.80884 11.3266 8.40167 12.0553C8.17455 12.4617 7.97615 13.0782 7.8006 13.709C7.62 14.358 7.44221 15.1047 7.27249 15.8175L7.27041 15.8263C7.21009 16.0796 7.28552 16.3462 7.46969 16.5303C7.65385 16.7145 7.92037 16.7899 8.17373 16.7296L8.18242 16.7275C8.89524 16.5578 9.64198 16.38 10.291 16.1994C10.9218 16.0239 11.5383 15.8255 11.9448 15.5983C12.6734 15.1912 13.2653 14.5992 14.2337 13.6306L19.0174 8.84682Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-perspective{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 1C12.5523 1 13 1.44772 13 2V4.55719C12.7159 4.59753 12.4208 4.64043 12.1144 4.68498L11 4.84694V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 4.55719C14.251 4.37955 15.288 4.25145 16.1403 4.24989C17.2214 4.24792 18.1392 4.4465 18.8879 5.10713C19.6342 5.76562 19.9543 6.65562 20.1043 7.73799C20.2249 8.60754 20.2457 9.68758 20.2492 11H13L13 4.55719Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.25 11.8518C20.25 11.5576 20.25 11.2737 20.2492 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H20.2493C20.25 12.7262 20.25 12.4423 20.25 12.148V11.8518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 19.4426C12.7159 19.4022 12.4208 19.3593 12.1143 19.3148L11 19.1528V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V19.4426Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 19.4426L13 13H20.2493C20.2457 14.3123 20.2249 15.3923 20.1043 16.2618C19.9543 17.3441 19.6342 18.2341 18.8879 18.8926C18.1392 19.5533 17.2214 19.7518 16.1403 19.7499C15.288 19.7483 14.251 19.6202 13 19.4426Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.75 12.0458C3.75 12.382 3.74999 12.6997 3.75192 13H11L11 19.1528L9.64879 18.9564C8.47808 18.7863 7.5338 18.6491 6.79003 18.4493C6.01787 18.242 5.37818 17.9472 4.86489 17.4091C4.76206 17.3013 4.6653 17.1878 4.57505 17.0691C4.12567 16.4782 3.93089 15.7967 3.83887 14.9944C3.77476 14.4355 3.7569 13.7761 3.75192 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H3.75189C3.75687 10.2238 3.77475 9.5643 3.83887 9.00533C3.93089 8.20307 4.12567 7.52158 4.57505 6.93066C4.6653 6.81198 4.76206 6.69846 4.86489 6.59066C5.37818 6.05254 6.01787 5.7578 6.79003 5.55043C7.53381 5.35069 8.47811 5.21346 9.64884 5.04332L11 4.84694L11 11H3.75189C3.74997 11.3002 3.75 11.618 3.75 11.954V12.0458Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 1C12.5523 1 13 1.44772 13 2V4.55719C12.7159 4.59753 12.4208 4.64043 12.1144 4.68498L11 4.84694V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 4.55719C14.251 4.37955 15.288 4.25145 16.1403 4.24989C17.2214 4.24792 18.1392 4.4465 18.8879 5.10713C19.6342 5.76562 19.9543 6.65562 20.1043 7.73799C20.2249 8.60754 20.2457 9.68758 20.2492 11H13L13 4.55719Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.25 11.8518C20.25 11.5576 20.25 11.2737 20.2492 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H20.2493C20.25 12.7262 20.25 12.4423 20.25 12.148V11.8518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 19.4426C12.7159 19.4022 12.4208 19.3593 12.1143 19.3148L11 19.1528V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V19.4426Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 19.4426L13 13H20.2493C20.2457 14.3123 20.2249 15.3923 20.1043 16.2618C19.9543 17.3441 19.6342 18.2341 18.8879 18.8926C18.1392 19.5533 17.2214 19.7518 16.1403 19.7499C15.288 19.7483 14.251 19.6202 13 19.4426Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.75 12.0458C3.75 12.382 3.74999 12.6997 3.75192 13H11L11 19.1528L9.64879 18.9564C8.47808 18.7863 7.5338 18.6491 6.79003 18.4493C6.01787 18.242 5.37818 17.9472 4.86489 17.4091C4.76206 17.3013 4.6653 17.1878 4.57505 17.0691C4.12567 16.4782 3.93089 15.7967 3.83887 14.9944C3.77476 14.4355 3.7569 13.7761 3.75192 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H3.75189C3.75687 10.2238 3.77475 9.5643 3.83887 9.00533C3.93089 8.20307 4.12567 7.52158 4.57505 6.93066C4.6653 6.81198 4.76206 6.69846 4.86489 6.59066C5.37818 6.05254 6.01787 5.7578 6.79003 5.55043C7.53381 5.35069 8.47811 5.21346 9.64884 5.04332L11 4.84694L11 11H3.75189C3.74997 11.3002 3.75 11.618 3.75 11.954V12.0458Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-pharagraph-spacing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 2C2 1.44772 2.44772 1 3 1H21C21.5523 1 22 1.44772 22 2C22 2.55228 21.5523 3 21 3H3C2.44772 3 2 2.55228 2 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 22C2 21.4477 2.44772 21 3 21H21C21.5523 21 22 21.4477 22 22C22 22.5523 21.5523 23 21 23H3C2.44772 23 2 22.5523 2 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.4116 14.5C10.236 14.4999 10.0203 14.4997 9.84387 14.5218L9.84053 14.5222C9.71408 14.538 9.13804 14.6098 8.86368 15.1754C8.58872 15.7422 8.89065 16.2424 8.95597 16.3506L8.95841 16.3546C9.05062 16.5076 9.18477 16.6785 9.29511 16.819L9.31885 16.8493C9.61348 17.2251 9.99545 17.7093 10.3759 18.1003C10.5657 18.2954 10.783 18.4967 11.0139 18.6555C11.2191 18.7967 11.5693 19 12 19C12.4307 19 12.7809 18.7967 12.9861 18.6555C13.217 18.4967 13.4343 18.2954 13.6241 18.1003C14.0046 17.7093 14.3865 17.2251 14.6812 16.8493L14.7049 16.8191C14.8152 16.6785 14.9494 16.5076 15.0416 16.3546L15.044 16.3506C15.1093 16.2424 15.4113 15.7422 15.1363 15.1754C14.862 14.6098 14.2859 14.538 14.1595 14.5222L14.1561 14.5218C13.9797 14.4997 13.764 14.4999 13.5884 14.5L13.0059 14.5V9.5L13.5884 9.50002C13.764 9.50014 13.9797 9.5003 14.1561 9.47823L14.1595 9.47781C14.2859 9.46204 14.862 9.39021 15.1363 8.82461C15.4113 8.25779 15.1093 7.75765 15.044 7.64944L15.0416 7.64541C14.9494 7.49239 14.8152 7.3215 14.7049 7.18095L14.6812 7.15071C14.3865 6.77488 14.0046 6.29067 13.6241 5.89966C13.4343 5.70455 13.217 5.50331 12.9861 5.34447C12.7809 5.20326 12.4307 5 12 5C11.5693 5 11.2191 5.20326 11.0139 5.34447C10.783 5.50331 10.5657 5.70455 10.3759 5.89966C9.99545 6.29067 9.61348 6.77488 9.31885 7.15071L9.29511 7.18095C9.18477 7.32151 9.05062 7.49239 8.95841 7.64541L8.95597 7.64944C8.89065 7.75765 8.58872 8.25779 8.86368 8.82461C9.13804 9.39021 9.71408 9.46204 9.84053 9.47781L9.84387 9.47823C10.0203 9.5003 10.236 9.50014 10.4116 9.50002L11.0059 9.5V14.5L10.4116 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 2C2 1.44772 2.44772 1 3 1H21C21.5523 1 22 1.44772 22 2C22 2.55228 21.5523 3 21 3H3C2.44772 3 2 2.55228 2 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 22C2 21.4477 2.44772 21 3 21H21C21.5523 21 22 21.4477 22 22C22 22.5523 21.5523 23 21 23H3C2.44772 23 2 22.5523 2 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.4116 14.5C10.236 14.4999 10.0203 14.4997 9.84387 14.5218L9.84053 14.5222C9.71408 14.538 9.13804 14.6098 8.86368 15.1754C8.58872 15.7422 8.89065 16.2424 8.95597 16.3506L8.95841 16.3546C9.05062 16.5076 9.18477 16.6785 9.29511 16.819L9.31885 16.8493C9.61348 17.2251 9.99545 17.7093 10.3759 18.1003C10.5657 18.2954 10.783 18.4967 11.0139 18.6555C11.2191 18.7967 11.5693 19 12 19C12.4307 19 12.7809 18.7967 12.9861 18.6555C13.217 18.4967 13.4343 18.2954 13.6241 18.1003C14.0046 17.7093 14.3865 17.2251 14.6812 16.8493L14.7049 16.8191C14.8152 16.6785 14.9494 16.5076 15.0416 16.3546L15.044 16.3506C15.1093 16.2424 15.4113 15.7422 15.1363 15.1754C14.862 14.6098 14.2859 14.538 14.1595 14.5222L14.1561 14.5218C13.9797 14.4997 13.764 14.4999 13.5884 14.5L13.0059 14.5V9.5L13.5884 9.50002C13.764 9.50014 13.9797 9.5003 14.1561 9.47823L14.1595 9.47781C14.2859 9.46204 14.862 9.39021 15.1363 8.82461C15.4113 8.25779 15.1093 7.75765 15.044 7.64944L15.0416 7.64541C14.9494 7.49239 14.8152 7.3215 14.7049 7.18095L14.6812 7.15071C14.3865 6.77488 14.0046 6.29067 13.6241 5.89966C13.4343 5.70455 13.217 5.50331 12.9861 5.34447C12.7809 5.20326 12.4307 5 12 5C11.5693 5 11.2191 5.20326 11.0139 5.34447C10.783 5.50331 10.5657 5.70455 10.3759 5.89966C9.99545 6.29067 9.61348 6.77488 9.31885 7.15071L9.29511 7.18095C9.18477 7.32151 9.05062 7.49239 8.95841 7.64541L8.95597 7.64944C8.89065 7.75765 8.58872 8.25779 8.86368 8.82461C9.13804 9.39021 9.71408 9.46204 9.84053 9.47781L9.84387 9.47823C10.0203 9.5003 10.236 9.50014 10.4116 9.50002L11.0059 9.5V14.5L10.4116 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-picture-in-picture-exit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0261 3.25C15.8081 3.24997 17.2445 3.24995 18.3742 3.40105C19.5471 3.55792 20.5346 3.89353 21.3189 4.67379C22.0672 5.41822 22.4091 6.34722 22.5757 7.44606C22.7381 8.51648 22.7489 9.44638 22.75 11.0983C22.7504 11.6352 22.3131 12.0708 21.7734 12.0711C21.2336 12.0715 20.7958 11.6365 20.7954 11.0996C20.7943 9.40675 20.7793 8.63405 20.6431 7.73621C20.5112 6.86679 20.2817 6.39182 19.9368 6.04872C19.5762 5.68995 19.0699 5.45604 18.1137 5.32815C17.1295 5.19651 15.825 5.19445 13.9546 5.19445H10.0455C8.1751 5.19445 6.87061 5.19651 5.88636 5.32815C4.93023 5.45604 4.4239 5.68995 4.06327 6.04872C3.70264 6.40748 3.46751 6.91119 3.33896 7.86238C3.20663 8.84154 3.20456 10.1393 3.20456 12C3.20456 13.8607 3.20663 15.1585 3.33896 16.1376C3.46751 17.0888 3.70264 17.5925 4.06327 17.9513C4.4239 18.3101 4.93023 18.544 5.88636 18.6718C6.87061 18.8035 8.1751 18.8056 10.0455 18.8056H11.0227C11.5625 18.8056 12 19.2408 12 19.7778C12 20.3147 11.5625 20.75 11.0227 20.75H9.97402C8.19199 20.75 6.75562 20.75 5.62592 20.599C4.45305 20.4421 3.46551 20.1065 2.68119 19.3262C1.89687 18.546 1.55952 17.5635 1.40184 16.3967C1.24995 15.2729 1.24997 13.8439 1.25 12.0712V12.0711V11.9289V11.9288C1.24997 10.1561 1.24995 8.72713 1.40184 7.60329C1.55952 6.43648 1.89687 5.45405 2.68119 4.67379C3.46551 3.89353 4.45305 3.55792 5.62592 3.40105C6.75561 3.24995 8.19197 3.24997 9.97398 3.25H9.974H14.0261H14.0261Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.7071 13.7071C11.3166 14.0976 10.6834 14.0976 10.2929 13.7071L7.77688 11.1911L6.67499 12.2929C6.52814 12.4061 6.34819 12.4797 6.1498 12.4965C5.59946 12.5429 5.11572 12.1343 5.06932 11.584C5.00051 10.9844 5.00365 10.4467 5.00051 10.046C4.99741 9.6513 5.0076 9.21159 5.05249 8.82706C5.07479 8.63608 5.10877 8.43016 5.16492 8.23776C5.21242 8.07499 5.31298 7.78434 5.54866 7.54866C5.78434 7.31299 6.07499 7.21243 6.23775 7.16493C6.43014 7.10878 6.63607 7.0748 6.82704 7.0525C7.21158 7.0076 7.65129 6.99742 8.04601 7.00051C8.44673 7.00364 9.03516 7.00051 9.584 7.0693C10.1343 7.11569 10.5429 7.59943 10.4965 8.14977C10.4797 8.34831 10.4061 8.5284 10.2929 8.67533L9.19116 9.77696L11.7071 12.2929C12.0976 12.6834 12.0976 13.3166 11.7071 13.7071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.9506 13.25L17 13.25L19.0494 13.25H19.0494C19.7143 13.25 20.2871 13.2499 20.7458 13.3116C21.2375 13.3777 21.7087 13.5268 22.091 13.909C22.4732 14.2913 22.6223 14.7625 22.6884 15.2542C22.7501 15.7129 22.75 16.2858 22.75 16.9506V16.9506V17.0494V17.0494C22.75 17.7142 22.7501 18.2871 22.6884 18.7458C22.6223 19.2375 22.4732 19.7087 22.091 20.091C21.7087 20.4732 21.2375 20.6223 20.7458 20.6884C20.2871 20.7501 19.7142 20.75 19.0494 20.75H16.9506C16.2858 20.75 15.7129 20.7501 15.2542 20.6884C14.7625 20.6223 14.2913 20.4732 13.909 20.091C13.5268 19.7087 13.3777 19.2375 13.3116 18.7458C13.2499 18.2871 13.25 17.7143 13.25 17.0494V17.0494L13.25 17L13.25 16.9506V16.9506C13.25 16.2857 13.2499 15.7129 13.3116 15.2542C13.3777 14.7625 13.5268 14.2913 13.909 13.909C14.2913 13.5268 14.7625 13.3777 15.2542 13.3116C15.7129 13.2499 16.2857 13.25 16.9506 13.25H16.9506Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0261 3.25C15.8081 3.24997 17.2445 3.24995 18.3742 3.40105C19.5471 3.55792 20.5346 3.89353 21.3189 4.67379C22.0672 5.41822 22.4091 6.34722 22.5757 7.44606C22.7381 8.51648 22.7489 9.44638 22.75 11.0983C22.7504 11.6352 22.3131 12.0708 21.7734 12.0711C21.2336 12.0715 20.7958 11.6365 20.7954 11.0996C20.7943 9.40675 20.7793 8.63405 20.6431 7.73621C20.5112 6.86679 20.2817 6.39182 19.9368 6.04872C19.5762 5.68995 19.0699 5.45604 18.1137 5.32815C17.1295 5.19651 15.825 5.19445 13.9546 5.19445H10.0455C8.1751 5.19445 6.87061 5.19651 5.88636 5.32815C4.93023 5.45604 4.4239 5.68995 4.06327 6.04872C3.70264 6.40748 3.46751 6.91119 3.33896 7.86238C3.20663 8.84154 3.20456 10.1393 3.20456 12C3.20456 13.8607 3.20663 15.1585 3.33896 16.1376C3.46751 17.0888 3.70264 17.5925 4.06327 17.9513C4.4239 18.3101 4.93023 18.544 5.88636 18.6718C6.87061 18.8035 8.1751 18.8056 10.0455 18.8056H11.0227C11.5625 18.8056 12 19.2408 12 19.7778C12 20.3147 11.5625 20.75 11.0227 20.75H9.97402C8.19199 20.75 6.75562 20.75 5.62592 20.599C4.45305 20.4421 3.46551 20.1065 2.68119 19.3262C1.89687 18.546 1.55952 17.5635 1.40184 16.3967C1.24995 15.2729 1.24997 13.8439 1.25 12.0712V12.0711V11.9289V11.9288C1.24997 10.1561 1.24995 8.72713 1.40184 7.60329C1.55952 6.43648 1.89687 5.45405 2.68119 4.67379C3.46551 3.89353 4.45305 3.55792 5.62592 3.40105C6.75561 3.24995 8.19197 3.24997 9.97398 3.25H9.974H14.0261H14.0261Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.7071 13.7071C11.3166 14.0976 10.6834 14.0976 10.2929 13.7071L7.77688 11.1911L6.67499 12.2929C6.52814 12.4061 6.34819 12.4797 6.1498 12.4965C5.59946 12.5429 5.11572 12.1343 5.06932 11.584C5.00051 10.9844 5.00365 10.4467 5.00051 10.046C4.99741 9.6513 5.0076 9.21159 5.05249 8.82706C5.07479 8.63608 5.10877 8.43016 5.16492 8.23776C5.21242 8.07499 5.31298 7.78434 5.54866 7.54866C5.78434 7.31299 6.07499 7.21243 6.23775 7.16493C6.43014 7.10878 6.63607 7.0748 6.82704 7.0525C7.21158 7.0076 7.65129 6.99742 8.04601 7.00051C8.44673 7.00364 9.03516 7.00051 9.584 7.0693C10.1343 7.11569 10.5429 7.59943 10.4965 8.14977C10.4797 8.34831 10.4061 8.5284 10.2929 8.67533L9.19116 9.77696L11.7071 12.2929C12.0976 12.6834 12.0976 13.3166 11.7071 13.7071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.9506 13.25L17 13.25L19.0494 13.25H19.0494C19.7143 13.25 20.2871 13.2499 20.7458 13.3116C21.2375 13.3777 21.7087 13.5268 22.091 13.909C22.4732 14.2913 22.6223 14.7625 22.6884 15.2542C22.7501 15.7129 22.75 16.2858 22.75 16.9506V16.9506V17.0494V17.0494C22.75 17.7142 22.7501 18.2871 22.6884 18.7458C22.6223 19.2375 22.4732 19.7087 22.091 20.091C21.7087 20.4732 21.2375 20.6223 20.7458 20.6884C20.2871 20.7501 19.7142 20.75 19.0494 20.75H16.9506C16.2858 20.75 15.7129 20.7501 15.2542 20.6884C14.7625 20.6223 14.2913 20.4732 13.909 20.091C13.5268 19.7087 13.3777 19.2375 13.3116 18.7458C13.2499 18.2871 13.25 17.7143 13.25 17.0494V17.0494L13.25 17L13.25 16.9506V16.9506C13.25 16.2857 13.2499 15.7129 13.3116 15.2542C13.3777 14.7625 13.5268 14.2913 13.909 13.909C14.2913 13.5268 14.7625 13.3777 15.2542 13.3116C15.7129 13.2499 16.2857 13.25 16.9506 13.25H16.9506Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-picture-in-picture-on{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0261 3.25C15.8081 3.24997 17.2445 3.24995 18.3742 3.40105C19.5471 3.55792 20.5346 3.89353 21.3189 4.67379C22.0672 5.41822 22.4091 6.34722 22.5757 7.44606C22.7381 8.51648 22.7489 9.37525 22.75 11.0271C22.7504 11.5641 22.3131 11.9996 21.7734 12C21.2336 12.0004 20.7958 11.5654 20.7954 11.0284C20.7943 9.33561 20.7793 8.63405 20.6431 7.73621C20.5112 6.86679 20.2817 6.39182 19.9368 6.04872C19.5762 5.68995 19.0699 5.45604 18.1137 5.32815C17.1295 5.19651 15.825 5.19445 13.9546 5.19445H10.0455C8.1751 5.19445 6.87061 5.19651 5.88636 5.32815C4.93023 5.45604 4.4239 5.68995 4.06327 6.04872C3.70264 6.40748 3.46751 6.91119 3.33896 7.86238C3.20663 8.84154 3.20456 10.1393 3.20456 12C3.20456 13.8607 3.20663 15.1585 3.33896 16.1376C3.46751 17.0888 3.70264 17.5925 4.06327 17.9513C4.4239 18.3101 4.93023 18.544 5.88636 18.6718C6.87061 18.8035 8.1751 18.8056 10.0455 18.8056H11.0227C11.5625 18.8056 12 19.2408 12 19.7778C12 20.3147 11.5625 20.75 11.0227 20.75H9.97402C8.19199 20.75 6.75562 20.75 5.62592 20.599C4.45305 20.4421 3.46551 20.1065 2.68119 19.3262C1.89687 18.546 1.55952 17.5635 1.40184 16.3967C1.24995 15.2729 1.24997 13.8439 1.25 12.0712V12.0711V11.9289V11.9288C1.24997 10.1561 1.24995 8.72713 1.40184 7.60329C1.55952 6.43648 1.89687 5.45405 2.68119 4.67379C3.46551 3.89353 4.45305 3.55792 5.62592 3.40105C6.75561 3.24995 8.19197 3.24997 9.97398 3.25H9.974H14.0261H14.0261Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.29289 7.29289C5.68342 6.90237 6.31658 6.90237 6.70711 7.29289L9.22312 9.8089L10.325 8.70711C10.4719 8.59393 10.6518 8.52026 10.8502 8.50353C11.4005 8.45713 11.8843 8.86565 11.9307 9.41598C11.9995 10.0156 11.9964 10.5533 11.9995 10.954C12.0026 11.3487 11.9924 11.7884 11.9475 12.1729C11.9252 12.3639 11.8912 12.5698 11.8351 12.7622C11.7876 12.925 11.687 13.2157 11.4513 13.4513C11.2157 13.687 10.925 13.7876 10.7623 13.8351C10.5699 13.8912 10.3639 13.9252 10.173 13.9475C9.78842 13.9924 9.34871 14.0026 8.95399 13.9995C8.55327 13.9964 7.96484 13.9995 7.416 13.9307C6.86567 13.8843 6.45714 13.4006 6.50353 12.8502C6.52027 12.6517 6.59393 12.4716 6.70711 12.3247L7.80884 11.223L5.29289 8.70711C4.90237 8.31658 4.90237 7.68342 5.29289 7.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.9506 13.25L17 13.25L19.0494 13.25H19.0494C19.7143 13.25 20.2871 13.2499 20.7458 13.3116C21.2375 13.3777 21.7087 13.5268 22.091 13.909C22.4732 14.2913 22.6223 14.7625 22.6884 15.2542C22.7501 15.7129 22.75 16.2858 22.75 16.9506V16.9506V17.0494V17.0494C22.75 17.7142 22.7501 18.2871 22.6884 18.7458C22.6223 19.2375 22.4732 19.7087 22.091 20.091C21.7087 20.4732 21.2375 20.6223 20.7458 20.6884C20.2871 20.7501 19.7142 20.75 19.0494 20.75H16.9506C16.2858 20.75 15.7129 20.7501 15.2542 20.6884C14.7625 20.6223 14.2913 20.4732 13.909 20.091C13.5268 19.7087 13.3777 19.2375 13.3116 18.7458C13.2499 18.2871 13.25 17.7143 13.25 17.0494V17.0494L13.25 17L13.25 16.9506V16.9506C13.25 16.2857 13.2499 15.7129 13.3116 15.2542C13.3777 14.7625 13.5268 14.2913 13.909 13.909C14.2913 13.5268 14.7625 13.3777 15.2542 13.3116C15.7129 13.2499 16.2857 13.25 16.9506 13.25H16.9506Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0261 3.25C15.8081 3.24997 17.2445 3.24995 18.3742 3.40105C19.5471 3.55792 20.5346 3.89353 21.3189 4.67379C22.0672 5.41822 22.4091 6.34722 22.5757 7.44606C22.7381 8.51648 22.7489 9.37525 22.75 11.0271C22.7504 11.5641 22.3131 11.9996 21.7734 12C21.2336 12.0004 20.7958 11.5654 20.7954 11.0284C20.7943 9.33561 20.7793 8.63405 20.6431 7.73621C20.5112 6.86679 20.2817 6.39182 19.9368 6.04872C19.5762 5.68995 19.0699 5.45604 18.1137 5.32815C17.1295 5.19651 15.825 5.19445 13.9546 5.19445H10.0455C8.1751 5.19445 6.87061 5.19651 5.88636 5.32815C4.93023 5.45604 4.4239 5.68995 4.06327 6.04872C3.70264 6.40748 3.46751 6.91119 3.33896 7.86238C3.20663 8.84154 3.20456 10.1393 3.20456 12C3.20456 13.8607 3.20663 15.1585 3.33896 16.1376C3.46751 17.0888 3.70264 17.5925 4.06327 17.9513C4.4239 18.3101 4.93023 18.544 5.88636 18.6718C6.87061 18.8035 8.1751 18.8056 10.0455 18.8056H11.0227C11.5625 18.8056 12 19.2408 12 19.7778C12 20.3147 11.5625 20.75 11.0227 20.75H9.97402C8.19199 20.75 6.75562 20.75 5.62592 20.599C4.45305 20.4421 3.46551 20.1065 2.68119 19.3262C1.89687 18.546 1.55952 17.5635 1.40184 16.3967C1.24995 15.2729 1.24997 13.8439 1.25 12.0712V12.0711V11.9289V11.9288C1.24997 10.1561 1.24995 8.72713 1.40184 7.60329C1.55952 6.43648 1.89687 5.45405 2.68119 4.67379C3.46551 3.89353 4.45305 3.55792 5.62592 3.40105C6.75561 3.24995 8.19197 3.24997 9.97398 3.25H9.974H14.0261H14.0261Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.29289 7.29289C5.68342 6.90237 6.31658 6.90237 6.70711 7.29289L9.22312 9.8089L10.325 8.70711C10.4719 8.59393 10.6518 8.52026 10.8502 8.50353C11.4005 8.45713 11.8843 8.86565 11.9307 9.41598C11.9995 10.0156 11.9964 10.5533 11.9995 10.954C12.0026 11.3487 11.9924 11.7884 11.9475 12.1729C11.9252 12.3639 11.8912 12.5698 11.8351 12.7622C11.7876 12.925 11.687 13.2157 11.4513 13.4513C11.2157 13.687 10.925 13.7876 10.7623 13.8351C10.5699 13.8912 10.3639 13.9252 10.173 13.9475C9.78842 13.9924 9.34871 14.0026 8.95399 13.9995C8.55327 13.9964 7.96484 13.9995 7.416 13.9307C6.86567 13.8843 6.45714 13.4006 6.50353 12.8502C6.52027 12.6517 6.59393 12.4716 6.70711 12.3247L7.80884 11.223L5.29289 8.70711C4.90237 8.31658 4.90237 7.68342 5.29289 7.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.9506 13.25L17 13.25L19.0494 13.25H19.0494C19.7143 13.25 20.2871 13.2499 20.7458 13.3116C21.2375 13.3777 21.7087 13.5268 22.091 13.909C22.4732 14.2913 22.6223 14.7625 22.6884 15.2542C22.7501 15.7129 22.75 16.2858 22.75 16.9506V16.9506V17.0494V17.0494C22.75 17.7142 22.7501 18.2871 22.6884 18.7458C22.6223 19.2375 22.4732 19.7087 22.091 20.091C21.7087 20.4732 21.2375 20.6223 20.7458 20.6884C20.2871 20.7501 19.7142 20.75 19.0494 20.75H16.9506C16.2858 20.75 15.7129 20.7501 15.2542 20.6884C14.7625 20.6223 14.2913 20.4732 13.909 20.091C13.5268 19.7087 13.3777 19.2375 13.3116 18.7458C13.2499 18.2871 13.25 17.7143 13.25 17.0494V17.0494L13.25 17L13.25 16.9506V16.9506C13.25 16.2857 13.2499 15.7129 13.3116 15.2542C13.3777 14.7625 13.5268 14.2913 13.909 13.909C14.2913 13.5268 14.7625 13.3777 15.2542 13.3116C15.7129 13.2499 16.2857 13.25 16.9506 13.25H16.9506Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-profile{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75C9.86647 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.86647 1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.86646 22.25 12.0572 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572C22.25 9.86646 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM6.5 6C5.94772 6 5.5 6.44771 5.5 7C5.5 7.55228 5.94771 8 6.5 8L7.5 8C8.05228 8 8.5 7.55229 8.5 7C8.5 6.44772 8.05229 6 7.5 6L6.5 6ZM11.5 6C10.9477 6 10.5 6.44772 10.5 7C10.5 7.55228 10.9477 8 11.5 8L17.5 8C18.0523 8 18.5 7.55229 18.5 7C18.5 6.44772 18.0523 6 17.5 6L11.5 6ZM6.5 11C5.94772 11 5.5 11.4477 5.5 12C5.5 12.5523 5.94771 13 6.5 13H7.5C8.05228 13 8.5 12.5523 8.5 12C8.5 11.4477 8.05229 11 7.5 11H6.5ZM11.5 11C10.9477 11 10.5 11.4477 10.5 12C10.5 12.5523 10.9477 13 11.5 13H17.5C18.0523 13 18.5 12.5523 18.5 12C18.5 11.4477 18.0523 11 17.5 11H11.5ZM6.5 16C5.94772 16 5.5 16.4477 5.5 17C5.5 17.5523 5.94772 18 6.5 18H7.5C8.05228 18 8.5 17.5523 8.5 17C8.5 16.4477 8.05228 16 7.5 16H6.5ZM11.5 16C10.9477 16 10.5 16.4477 10.5 17C10.5 17.5523 10.9477 18 11.5 18H17.5C18.0523 18 18.5 17.5523 18.5 17C18.5 16.4477 18.0523 16 17.5 16L11.5 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75C9.86647 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.86647 1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.86646 22.25 12.0572 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572C22.25 9.86646 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM6.5 6C5.94772 6 5.5 6.44771 5.5 7C5.5 7.55228 5.94771 8 6.5 8L7.5 8C8.05228 8 8.5 7.55229 8.5 7C8.5 6.44772 8.05229 6 7.5 6L6.5 6ZM11.5 6C10.9477 6 10.5 6.44772 10.5 7C10.5 7.55228 10.9477 8 11.5 8L17.5 8C18.0523 8 18.5 7.55229 18.5 7C18.5 6.44772 18.0523 6 17.5 6L11.5 6ZM6.5 11C5.94772 11 5.5 11.4477 5.5 12C5.5 12.5523 5.94771 13 6.5 13H7.5C8.05228 13 8.5 12.5523 8.5 12C8.5 11.4477 8.05229 11 7.5 11H6.5ZM11.5 11C10.9477 11 10.5 11.4477 10.5 12C10.5 12.5523 10.9477 13 11.5 13H17.5C18.0523 13 18.5 12.5523 18.5 12C18.5 11.4477 18.0523 11 17.5 11H11.5ZM6.5 16C5.94772 16 5.5 16.4477 5.5 17C5.5 17.5523 5.94772 18 6.5 18H7.5C8.05228 18 8.5 17.5523 8.5 17C8.5 16.4477 8.05228 16 7.5 16H6.5ZM11.5 16C10.9477 16 10.5 16.4477 10.5 17C10.5 17.5523 10.9477 18 11.5 18H17.5C18.0523 18 18.5 17.5523 18.5 17C18.5 16.4477 18.0523 16 17.5 16L11.5 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-quill-write-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.27464 16.2031C3.64694 17.7681 3.25 19.5969 3.25 21.7491C3.25 22.3014 3.69772 22.7491 4.25 22.7491C4.80228 22.7491 5.25 22.3014 5.25 21.7491C5.25 20.2157 5.47847 18.8745 5.86237 17.6915C5.61797 17.7143 5.37044 17.7331 5.11967 17.7478C4.71214 17.7717 4.36034 17.4652 4.32811 17.0583C4.30519 16.7689 4.28741 16.4838 4.27464 16.2031Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.1003 1.48474C16.4189 0.852811 12.2198 1.44518 9.0485 3.89299C5.98615 6.25667 4.00404 10.2547 4.27464 16.2038C5.68481 12.688 8.25962 10.504 10.1146 8.9776C10.5411 8.62668 11.1713 8.68792 11.5222 9.11439C11.8731 9.54085 11.8119 10.171 11.3854 10.522C9.43178 12.1295 6.98385 14.2362 5.86237 17.6922C9.44251 17.3584 12.3484 16.165 14.8747 14.3399L14.9227 14.3052C15.4715 13.9088 15.9621 13.5544 16.3176 13.1826C16.7189 12.7629 16.979 12.293 17.0511 11.6709C17.1572 10.756 16.7081 10.0029 16.2619 9.45657C16.1428 9.31079 16.0171 9.17145 15.8915 9.03969C17.2645 8.66143 18.426 8.10147 19.2738 7.21655C20.4192 6.02115 20.873 4.36382 20.7216 2.17225C20.6978 1.82724 20.4412 1.54325 20.1003 1.48474Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.27464 16.2031C3.64694 17.7681 3.25 19.5969 3.25 21.7491C3.25 22.3014 3.69772 22.7491 4.25 22.7491C4.80228 22.7491 5.25 22.3014 5.25 21.7491C5.25 20.2157 5.47847 18.8745 5.86237 17.6915C5.61797 17.7143 5.37044 17.7331 5.11967 17.7478C4.71214 17.7717 4.36034 17.4652 4.32811 17.0583C4.30519 16.7689 4.28741 16.4838 4.27464 16.2031Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.1003 1.48474C16.4189 0.852811 12.2198 1.44518 9.0485 3.89299C5.98615 6.25667 4.00404 10.2547 4.27464 16.2038C5.68481 12.688 8.25962 10.504 10.1146 8.9776C10.5411 8.62668 11.1713 8.68792 11.5222 9.11439C11.8731 9.54085 11.8119 10.171 11.3854 10.522C9.43178 12.1295 6.98385 14.2362 5.86237 17.6922C9.44251 17.3584 12.3484 16.165 14.8747 14.3399L14.9227 14.3052C15.4715 13.9088 15.9621 13.5544 16.3176 13.1826C16.7189 12.7629 16.979 12.293 17.0511 11.6709C17.1572 10.756 16.7081 10.0029 16.2619 9.45657C16.1428 9.31079 16.0171 9.17145 15.8915 9.03969C17.2645 8.66143 18.426 8.10147 19.2738 7.21655C20.4192 6.02115 20.873 4.36382 20.7216 2.17225C20.6978 1.82724 20.4412 1.54325 20.1003 1.48474Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-quill-write-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.8469 3.23005C16.2276 1.39253 19.3676 0.954886 22.1076 1.42521C22.4484 1.48371 22.7051 1.7677 22.7289 2.11272C22.8423 3.75393 22.5041 5.03303 21.6121 5.96402C21.0236 6.57819 20.2464 6.98333 19.3493 7.26463C19.371 7.29006 19.3926 7.31579 19.4138 7.34182C19.7525 7.75653 20.1236 8.36307 20.0364 9.11519C19.9777 9.62147 19.7636 10.005 19.4443 10.3389C19.1707 10.6252 18.7975 10.8947 18.4028 11.1797L18.3588 11.2115C16.3763 12.6438 14.0783 13.5533 11.2156 13.7415C11.6782 12.8466 12.1363 12.1141 12.5903 11.4945C13.5293 10.213 14.4717 9.38559 15.4695 8.58503C15.7926 8.32582 15.8444 7.85378 15.5852 7.53069C15.326 7.2076 14.854 7.15582 14.5309 7.41503C13.4891 8.25083 12.4315 9.17343 11.3804 10.6079C11.0055 11.1195 10.6341 11.6925 10.265 12.3457C10.0856 7.97483 11.5534 5.00025 13.8469 3.23005Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.29536 16.7437C8.94861 14.9473 9.60301 13.5175 10.265 12.3457C10.2746 12.5795 10.289 12.8174 10.3081 13.0592C10.3403 13.4662 10.6921 13.7726 11.0997 13.7487C11.1384 13.7465 11.177 13.744 11.2156 13.7415C10.7176 14.7046 10.2144 15.8557 9.70505 17.2564C9.56349 17.6456 9.13317 17.8464 8.7439 17.7049C8.35462 17.5633 8.1538 17.133 8.29536 16.7437Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4428 2.25024C9.25213 2.25023 7.53144 2.25022 6.18802 2.43084C4.81137 2.61593 3.71911 3.00296 2.86091 3.86116C2.00272 4.71936 1.61568 5.81161 1.43059 7.18827C1.24998 8.53168 1.24999 10.2524 1.25 12.4431V12.5574C1.24999 14.7481 1.24998 16.4688 1.43059 17.8122C1.61568 19.1889 2.00272 20.2811 2.86091 21.1393C3.71911 21.9975 4.81137 22.3846 6.18802 22.5696C7.53144 22.7503 9.2521 22.7503 11.4428 22.7502H11.5572C13.7479 22.7503 15.4686 22.7503 16.812 22.5696C18.1886 22.3846 19.2809 21.9975 20.1391 21.1393C20.9973 20.2811 21.3843 19.1889 21.5694 17.8122C21.75 16.4688 21.75 14.7481 21.75 12.5574C21.75 12.5574 21.75 11.8455 21.7452 11.0516C21.7413 10.3964 21.7393 10.0688 21.5946 10.028C21.4498 9.98714 21.2703 10.2759 20.9115 10.8535C20.7813 11.0629 20.6497 11.2489 20.5284 11.3758C20.1578 11.7633 19.5939 12.1702 19.237 12.4276C17.2935 13.8318 15.0685 14.7837 12.4095 15.1314C12.3001 15.1458 12.2454 15.1529 12.2038 15.1835C12.1623 15.2141 12.1399 15.2628 12.0951 15.3602C11.7746 16.0574 11.4475 16.8535 11.1146 17.7692C10.6899 18.937 9.39892 19.5395 8.2311 19.1148C7.06328 18.6902 6.46082 17.3992 6.88549 16.2314C7.47976 14.5971 8.08317 13.2335 8.70362 12.0726C8.72835 12.0264 8.74072 12.0032 8.74671 11.9786C8.7527 11.954 8.75236 11.9275 8.75168 11.8744C8.70208 8.03096 9.86166 5.05876 11.8556 3.00226C12.1838 2.6637 12.3479 2.49442 12.2963 2.37239C12.2446 2.25036 12.0168 2.25032 11.561 2.25026L11.4428 2.25024Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.8469 3.23005C16.2276 1.39253 19.3676 0.954886 22.1076 1.42521C22.4484 1.48371 22.7051 1.7677 22.7289 2.11272C22.8423 3.75393 22.5041 5.03303 21.6121 5.96402C21.0236 6.57819 20.2464 6.98333 19.3493 7.26463C19.371 7.29006 19.3926 7.31579 19.4138 7.34182C19.7525 7.75653 20.1236 8.36307 20.0364 9.11519C19.9777 9.62147 19.7636 10.005 19.4443 10.3389C19.1707 10.6252 18.7975 10.8947 18.4028 11.1797L18.3588 11.2115C16.3763 12.6438 14.0783 13.5533 11.2156 13.7415C11.6782 12.8466 12.1363 12.1141 12.5903 11.4945C13.5293 10.213 14.4717 9.38559 15.4695 8.58503C15.7926 8.32582 15.8444 7.85378 15.5852 7.53069C15.326 7.2076 14.854 7.15582 14.5309 7.41503C13.4891 8.25083 12.4315 9.17343 11.3804 10.6079C11.0055 11.1195 10.6341 11.6925 10.265 12.3457C10.0856 7.97483 11.5534 5.00025 13.8469 3.23005Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.29536 16.7437C8.94861 14.9473 9.60301 13.5175 10.265 12.3457C10.2746 12.5795 10.289 12.8174 10.3081 13.0592C10.3403 13.4662 10.6921 13.7726 11.0997 13.7487C11.1384 13.7465 11.177 13.744 11.2156 13.7415C10.7176 14.7046 10.2144 15.8557 9.70505 17.2564C9.56349 17.6456 9.13317 17.8464 8.7439 17.7049C8.35462 17.5633 8.1538 17.133 8.29536 16.7437Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4428 2.25024C9.25213 2.25023 7.53144 2.25022 6.18802 2.43084C4.81137 2.61593 3.71911 3.00296 2.86091 3.86116C2.00272 4.71936 1.61568 5.81161 1.43059 7.18827C1.24998 8.53168 1.24999 10.2524 1.25 12.4431V12.5574C1.24999 14.7481 1.24998 16.4688 1.43059 17.8122C1.61568 19.1889 2.00272 20.2811 2.86091 21.1393C3.71911 21.9975 4.81137 22.3846 6.18802 22.5696C7.53144 22.7503 9.2521 22.7503 11.4428 22.7502H11.5572C13.7479 22.7503 15.4686 22.7503 16.812 22.5696C18.1886 22.3846 19.2809 21.9975 20.1391 21.1393C20.9973 20.2811 21.3843 19.1889 21.5694 17.8122C21.75 16.4688 21.75 14.7481 21.75 12.5574C21.75 12.5574 21.75 11.8455 21.7452 11.0516C21.7413 10.3964 21.7393 10.0688 21.5946 10.028C21.4498 9.98714 21.2703 10.2759 20.9115 10.8535C20.7813 11.0629 20.6497 11.2489 20.5284 11.3758C20.1578 11.7633 19.5939 12.1702 19.237 12.4276C17.2935 13.8318 15.0685 14.7837 12.4095 15.1314C12.3001 15.1458 12.2454 15.1529 12.2038 15.1835C12.1623 15.2141 12.1399 15.2628 12.0951 15.3602C11.7746 16.0574 11.4475 16.8535 11.1146 17.7692C10.6899 18.937 9.39892 19.5395 8.2311 19.1148C7.06328 18.6902 6.46082 17.3992 6.88549 16.2314C7.47976 14.5971 8.08317 13.2335 8.70362 12.0726C8.72835 12.0264 8.74072 12.0032 8.74671 11.9786C8.7527 11.954 8.75236 11.9275 8.75168 11.8744C8.70208 8.03096 9.86166 5.05876 11.8556 3.00226C12.1838 2.6637 12.3479 2.49442 12.2963 2.37239C12.2446 2.25036 12.0168 2.25032 11.561 2.25026L11.4428 2.25024Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-quote-down-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM13.5962 16.2112C13.4795 15.8138 13.7071 15.397 14.1045 15.2803C15.4556 14.8836 16.4235 13.8816 16.6815 12.7013C16.6815 12.7013 15.7963 12.75 15.3335 12.7499C15.3335 12.7499 14.4549 12.75 14.1183 12.7074C13.7539 12.6612 13.3703 12.5538 13.051 12.2529C12.7253 11.9461 12.6027 11.5671 12.5508 11.2032C12.5043 10.8773 12.5044 9.95331 12.5044 9.95331C12.5043 9.52216 12.5043 9.12256 12.5508 8.7967C12.6027 8.43275 12.7253 8.05377 13.051 7.74693C13.3703 7.44605 13.7539 7.33864 14.1183 7.29248C14.4549 7.24984 15.4209 7.24992 15.4209 7.24992H15.4209C15.8837 7.24988 16.2995 7.24985 16.6361 7.29248C17.0005 7.33864 17.3841 7.44605 17.7034 7.74693C18.0291 8.05377 18.1517 8.43275 18.2036 8.7967C18.2501 9.12256 18.2501 9.52217 18.25 9.95332V9.95333L18.25 12.0686C18.25 14.2911 16.6382 16.0997 14.5271 16.7195C14.1296 16.8362 13.7128 16.6087 13.5962 16.2112ZM6.84177 16.2112C6.72508 15.8138 6.95267 15.397 7.35011 15.2803C8.7012 14.8836 9.6691 13.8816 9.92712 12.7013C9.92712 12.7013 9.04196 12.75 8.57913 12.7499C8.57913 12.7499 7.70051 12.75 7.3639 12.7074C6.99953 12.6612 6.61592 12.5538 6.29657 12.2529C5.97089 11.9461 5.84831 11.5671 5.79637 11.2032C5.74987 10.8773 5.74999 9.95334 5.74999 9.95334C5.74993 9.52218 5.74987 9.12256 5.79637 8.7967C5.84831 8.43275 5.97089 8.05377 6.29657 7.74693C6.61592 7.44605 6.99953 7.33864 7.3639 7.29248C7.7005 7.24984 8.66649 7.24992 8.66649 7.24992H8.6665C9.12932 7.24988 9.5451 7.24985 9.88169 7.29248C10.2461 7.33864 10.6297 7.44605 10.949 7.74693C11.2747 8.05377 11.3973 8.43275 11.4492 8.7967C11.4957 9.12256 11.4957 9.52219 11.4956 9.95334L11.4956 12.0686C11.4956 14.2911 9.88378 16.0997 7.77268 16.7195C7.37525 16.8362 6.95846 16.6087 6.84177 16.2112Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM13.5962 16.2112C13.4795 15.8138 13.7071 15.397 14.1045 15.2803C15.4556 14.8836 16.4235 13.8816 16.6815 12.7013C16.6815 12.7013 15.7963 12.75 15.3335 12.7499C15.3335 12.7499 14.4549 12.75 14.1183 12.7074C13.7539 12.6612 13.3703 12.5538 13.051 12.2529C12.7253 11.9461 12.6027 11.5671 12.5508 11.2032C12.5043 10.8773 12.5044 9.95331 12.5044 9.95331C12.5043 9.52216 12.5043 9.12256 12.5508 8.7967C12.6027 8.43275 12.7253 8.05377 13.051 7.74693C13.3703 7.44605 13.7539 7.33864 14.1183 7.29248C14.4549 7.24984 15.4209 7.24992 15.4209 7.24992H15.4209C15.8837 7.24988 16.2995 7.24985 16.6361 7.29248C17.0005 7.33864 17.3841 7.44605 17.7034 7.74693C18.0291 8.05377 18.1517 8.43275 18.2036 8.7967C18.2501 9.12256 18.2501 9.52217 18.25 9.95332V9.95333L18.25 12.0686C18.25 14.2911 16.6382 16.0997 14.5271 16.7195C14.1296 16.8362 13.7128 16.6087 13.5962 16.2112ZM6.84177 16.2112C6.72508 15.8138 6.95267 15.397 7.35011 15.2803C8.7012 14.8836 9.6691 13.8816 9.92712 12.7013C9.92712 12.7013 9.04196 12.75 8.57913 12.7499C8.57913 12.7499 7.70051 12.75 7.3639 12.7074C6.99953 12.6612 6.61592 12.5538 6.29657 12.2529C5.97089 11.9461 5.84831 11.5671 5.79637 11.2032C5.74987 10.8773 5.74999 9.95334 5.74999 9.95334C5.74993 9.52218 5.74987 9.12256 5.79637 8.7967C5.84831 8.43275 5.97089 8.05377 6.29657 7.74693C6.61592 7.44605 6.99953 7.33864 7.3639 7.29248C7.7005 7.24984 8.66649 7.24992 8.66649 7.24992H8.6665C9.12932 7.24988 9.5451 7.24985 9.88169 7.29248C10.2461 7.33864 10.6297 7.44605 10.949 7.74693C11.2747 8.05377 11.3973 8.43275 11.4492 8.7967C11.4957 9.12256 11.4957 9.52219 11.4956 9.95334L11.4956 12.0686C11.4956 14.2911 9.88378 16.0997 7.77268 16.7195C7.37525 16.8362 6.95846 16.6087 6.84177 16.2112Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-quote-down-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 22.25H11.9428H11.9427C9.75207 22.25 8.03142 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.7521 1.74998 8.03143 1.93059 6.68802C2.11568 5.31136 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68803 1.93059C8.03144 1.74998 9.75214 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03143 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25ZM13.5962 16.2111C13.4795 15.8137 13.7071 15.3969 14.1045 15.2802C15.4556 14.8835 16.4235 13.8815 16.6815 12.7012C16.6815 12.7012 15.7963 12.7498 15.3335 12.7498C15.3335 12.7498 14.4549 12.7499 14.1183 12.7072C13.7539 12.6611 13.3703 12.5537 13.051 12.2528C12.7253 11.946 12.6027 11.567 12.5508 11.203C12.5043 10.8772 12.5044 9.95319 12.5044 9.95319C12.5043 9.52204 12.5043 9.12243 12.5508 8.79658C12.6027 8.43263 12.7253 8.05365 13.051 7.74681C13.3703 7.44593 13.7539 7.33852 14.1183 7.29236C14.4549 7.24972 15.4209 7.2498 15.4209 7.2498H15.4209C15.8837 7.24976 16.2995 7.24972 16.6361 7.29236C17.0005 7.33852 17.3841 7.44593 17.7034 7.74681C18.0291 8.05365 18.1517 8.43263 18.2036 8.79658C18.2501 9.12244 18.2501 9.52205 18.25 9.9532V9.95321L18.25 12.0685C18.25 14.291 16.6382 16.0996 14.5271 16.7194C14.1296 16.8361 13.7128 16.6085 13.5962 16.2111ZM6.84177 16.2111C6.72508 15.8137 6.95267 15.3969 7.35011 15.2802C8.7012 14.8835 9.6691 13.8815 9.92712 12.7012C9.92712 12.7012 9.04196 12.7498 8.57913 12.7498C8.57913 12.7498 7.70051 12.7499 7.3639 12.7072C6.99953 12.6611 6.61592 12.5537 6.29657 12.2528C5.97089 11.946 5.84831 11.567 5.79637 11.203C5.74987 10.8772 5.74999 9.95322 5.74999 9.95322C5.74993 9.52206 5.74987 9.12244 5.79637 8.79658C5.84831 8.43263 5.97089 8.05365 6.29657 7.74681C6.61592 7.44593 6.99953 7.33852 7.3639 7.29236C7.7005 7.24972 8.66649 7.2498 8.66649 7.2498H8.6665C9.12932 7.24976 9.5451 7.24972 9.88169 7.29236C10.2461 7.33852 10.6297 7.44593 10.949 7.74681C11.2747 8.05365 11.3973 8.43263 11.4492 8.79658C11.4957 9.12244 11.4957 9.52206 11.4956 9.95321L11.4956 12.0685C11.4956 14.291 9.88378 16.0996 7.77268 16.7194C7.37525 16.8361 6.95846 16.6085 6.84177 16.2111Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 22.25H11.9428H11.9427C9.75207 22.25 8.03142 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.7521 1.74998 8.03143 1.93059 6.68802C2.11568 5.31136 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68803 1.93059C8.03144 1.74998 9.75214 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03143 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25ZM13.5962 16.2111C13.4795 15.8137 13.7071 15.3969 14.1045 15.2802C15.4556 14.8835 16.4235 13.8815 16.6815 12.7012C16.6815 12.7012 15.7963 12.7498 15.3335 12.7498C15.3335 12.7498 14.4549 12.7499 14.1183 12.7072C13.7539 12.6611 13.3703 12.5537 13.051 12.2528C12.7253 11.946 12.6027 11.567 12.5508 11.203C12.5043 10.8772 12.5044 9.95319 12.5044 9.95319C12.5043 9.52204 12.5043 9.12243 12.5508 8.79658C12.6027 8.43263 12.7253 8.05365 13.051 7.74681C13.3703 7.44593 13.7539 7.33852 14.1183 7.29236C14.4549 7.24972 15.4209 7.2498 15.4209 7.2498H15.4209C15.8837 7.24976 16.2995 7.24972 16.6361 7.29236C17.0005 7.33852 17.3841 7.44593 17.7034 7.74681C18.0291 8.05365 18.1517 8.43263 18.2036 8.79658C18.2501 9.12244 18.2501 9.52205 18.25 9.9532V9.95321L18.25 12.0685C18.25 14.291 16.6382 16.0996 14.5271 16.7194C14.1296 16.8361 13.7128 16.6085 13.5962 16.2111ZM6.84177 16.2111C6.72508 15.8137 6.95267 15.3969 7.35011 15.2802C8.7012 14.8835 9.6691 13.8815 9.92712 12.7012C9.92712 12.7012 9.04196 12.7498 8.57913 12.7498C8.57913 12.7498 7.70051 12.7499 7.3639 12.7072C6.99953 12.6611 6.61592 12.5537 6.29657 12.2528C5.97089 11.946 5.84831 11.567 5.79637 11.203C5.74987 10.8772 5.74999 9.95322 5.74999 9.95322C5.74993 9.52206 5.74987 9.12244 5.79637 8.79658C5.84831 8.43263 5.97089 8.05365 6.29657 7.74681C6.61592 7.44593 6.99953 7.33852 7.3639 7.29236C7.7005 7.24972 8.66649 7.2498 8.66649 7.2498H8.6665C9.12932 7.24976 9.5451 7.24972 9.88169 7.29236C10.2461 7.33852 10.6297 7.44593 10.949 7.74681C11.2747 8.05365 11.3973 8.43263 11.4492 8.79658C11.4957 9.12244 11.4957 9.52206 11.4956 9.95321L11.4956 12.0685C11.4956 14.291 9.88378 16.0996 7.77268 16.7194C7.37525 16.8361 6.95846 16.6085 6.84177 16.2111Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-quote-down{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.94797 12.75C5.0495 12.75 4.30029 12.7501 3.70552 12.6701C3.07772 12.5857 2.51092 12.4 2.05545 11.9445C1.59998 11.4891 1.41431 10.9223 1.32991 10.2945C1.24994 9.6997 1.24997 8.95049 1.25 8.05202L1.25 8.05199L1.25 7.948L1.25 7.94797C1.24997 7.0495 1.24994 6.30029 1.32991 5.70552C1.41431 5.07772 1.59998 4.51092 2.05546 4.05545C2.51093 3.59998 3.07772 3.41431 3.70552 3.32991C4.30029 3.24994 5.04951 3.24997 5.94797 3.25L5.948 3.25L6.05199 3.25L6.05202 3.25C6.95049 3.24997 7.6997 3.24994 8.29448 3.32991C8.92227 3.41431 9.48907 3.59998 9.94454 4.05545C10.4 4.51092 10.5857 5.07772 10.6701 5.70552C10.7501 6.30029 10.75 7.0495 10.75 7.94797L10.75 7.948L10.75 8.052L10.75 8.05203C10.75 8.95049 10.7501 9.6997 10.6701 10.2945C10.5857 10.9223 10.4 11.4891 9.94454 11.9445C9.48907 12.4 8.92227 12.5857 8.29448 12.6701C7.6997 12.7501 6.95049 12.75 6.05203 12.75L6.052 12.75L5.948 12.75L5.94797 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.79529 20.0473C2.63097 19.52 2.9252 18.9593 3.45247 18.795C6.56014 17.8265 8.75 15.0747 8.75 11.8871L8.75 7.74973C8.75 7.19745 9.19772 6.74973 9.75 6.74973C10.3023 6.74973 10.75 7.19745 10.75 7.74973L10.75 11.8871C10.75 16.0334 7.90844 19.5012 4.04753 20.7044C3.52025 20.8688 2.95961 20.5745 2.79529 20.0473Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.948 12.75C17.0495 12.75 16.3003 12.7501 15.7055 12.6701C15.0777 12.5857 14.5109 12.4 14.0555 11.9445C13.6 11.4891 13.4143 10.9223 13.3299 10.2945C13.2499 9.6997 13.25 8.95049 13.25 8.05202L13.25 8.05199L13.25 7.948L13.25 7.94797C13.25 7.0495 13.2499 6.30029 13.3299 5.70552C13.4143 5.07772 13.6 4.51092 14.0555 4.05545C14.5109 3.59998 15.0777 3.41431 15.7055 3.32991C16.3003 3.24994 17.0495 3.24997 17.948 3.25L17.948 3.25L18.052 3.25L18.052 3.25C18.9505 3.24997 19.6997 3.24994 20.2945 3.32991C20.9223 3.41431 21.4891 3.59998 21.9445 4.05545C22.4 4.51092 22.5857 5.07772 22.6701 5.70552C22.7501 6.30029 22.75 7.0495 22.75 7.94797L22.75 7.948L22.75 8.052L22.75 8.05203C22.75 8.95049 22.7501 9.6997 22.6701 10.2945C22.5857 10.9223 22.4 11.4891 21.9445 11.9445C21.4891 12.4 20.9223 12.5857 20.2945 12.6701C19.6997 12.7501 18.9505 12.75 18.052 12.75L18.052 12.75L17.948 12.75L17.948 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7953 20.0473C14.631 19.52 14.9252 18.9593 15.4525 18.795C18.5601 17.8265 20.75 15.0747 20.75 11.8871L20.75 7.74973C20.75 7.19745 21.1977 6.74973 21.75 6.74973C22.3023 6.74973 22.75 7.19745 22.75 7.74973L22.75 11.8871C22.75 16.0334 19.9084 19.5012 16.0475 20.7044C15.5203 20.8688 14.9596 20.5745 14.7953 20.0473Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.94797 12.75C5.0495 12.75 4.30029 12.7501 3.70552 12.6701C3.07772 12.5857 2.51092 12.4 2.05545 11.9445C1.59998 11.4891 1.41431 10.9223 1.32991 10.2945C1.24994 9.6997 1.24997 8.95049 1.25 8.05202L1.25 8.05199L1.25 7.948L1.25 7.94797C1.24997 7.0495 1.24994 6.30029 1.32991 5.70552C1.41431 5.07772 1.59998 4.51092 2.05546 4.05545C2.51093 3.59998 3.07772 3.41431 3.70552 3.32991C4.30029 3.24994 5.04951 3.24997 5.94797 3.25L5.948 3.25L6.05199 3.25L6.05202 3.25C6.95049 3.24997 7.6997 3.24994 8.29448 3.32991C8.92227 3.41431 9.48907 3.59998 9.94454 4.05545C10.4 4.51092 10.5857 5.07772 10.6701 5.70552C10.7501 6.30029 10.75 7.0495 10.75 7.94797L10.75 7.948L10.75 8.052L10.75 8.05203C10.75 8.95049 10.7501 9.6997 10.6701 10.2945C10.5857 10.9223 10.4 11.4891 9.94454 11.9445C9.48907 12.4 8.92227 12.5857 8.29448 12.6701C7.6997 12.7501 6.95049 12.75 6.05203 12.75L6.052 12.75L5.948 12.75L5.94797 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.79529 20.0473C2.63097 19.52 2.9252 18.9593 3.45247 18.795C6.56014 17.8265 8.75 15.0747 8.75 11.8871L8.75 7.74973C8.75 7.19745 9.19772 6.74973 9.75 6.74973C10.3023 6.74973 10.75 7.19745 10.75 7.74973L10.75 11.8871C10.75 16.0334 7.90844 19.5012 4.04753 20.7044C3.52025 20.8688 2.95961 20.5745 2.79529 20.0473Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.948 12.75C17.0495 12.75 16.3003 12.7501 15.7055 12.6701C15.0777 12.5857 14.5109 12.4 14.0555 11.9445C13.6 11.4891 13.4143 10.9223 13.3299 10.2945C13.2499 9.6997 13.25 8.95049 13.25 8.05202L13.25 8.05199L13.25 7.948L13.25 7.94797C13.25 7.0495 13.2499 6.30029 13.3299 5.70552C13.4143 5.07772 13.6 4.51092 14.0555 4.05545C14.5109 3.59998 15.0777 3.41431 15.7055 3.32991C16.3003 3.24994 17.0495 3.24997 17.948 3.25L17.948 3.25L18.052 3.25L18.052 3.25C18.9505 3.24997 19.6997 3.24994 20.2945 3.32991C20.9223 3.41431 21.4891 3.59998 21.9445 4.05545C22.4 4.51092 22.5857 5.07772 22.6701 5.70552C22.7501 6.30029 22.75 7.0495 22.75 7.94797L22.75 7.948L22.75 8.052L22.75 8.05203C22.75 8.95049 22.7501 9.6997 22.6701 10.2945C22.5857 10.9223 22.4 11.4891 21.9445 11.9445C21.4891 12.4 20.9223 12.5857 20.2945 12.6701C19.6997 12.7501 18.9505 12.75 18.052 12.75L18.052 12.75L17.948 12.75L17.948 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7953 20.0473C14.631 19.52 14.9252 18.9593 15.4525 18.795C18.5601 17.8265 20.75 15.0747 20.75 11.8871L20.75 7.74973C20.75 7.19745 21.1977 6.74973 21.75 6.74973C22.3023 6.74973 22.75 7.19745 22.75 7.74973L22.75 11.8871C22.75 16.0334 19.9084 19.5012 16.0475 20.7044C15.5203 20.8688 14.9596 20.5745 14.7953 20.0473Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-quote-up-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12ZM10.4038 7.78878C10.5205 8.18622 10.2929 8.603 9.89551 8.7197C8.54441 9.11639 7.57652 10.1184 7.3185 11.2987C7.3185 11.2987 8.20365 11.25 8.66648 11.2501C8.66648 11.2501 9.54511 11.25 9.88171 11.2926C10.2461 11.3388 10.6297 11.4462 10.949 11.7471C11.2747 12.0539 11.3973 12.4329 11.4492 12.7968C11.4957 13.1227 11.4956 14.0467 11.4956 14.0467C11.4957 14.4778 11.4957 14.8774 11.4492 15.2033C11.3973 15.5673 11.2747 15.9462 10.949 16.2531C10.6297 16.5539 10.2461 16.6614 9.88171 16.7075C9.54511 16.7502 8.57913 16.7501 8.57913 16.7501H8.57911C8.1163 16.7501 7.70051 16.7502 7.36392 16.7075C6.99955 16.6614 6.61594 16.5539 6.29658 16.2531C5.97091 15.9462 5.84833 15.5673 5.79639 15.2033C5.74989 14.8774 5.74994 14.4778 5.75 14.0467L5.75001 11.9314C5.75001 9.70888 7.36184 7.90029 9.47293 7.28045C9.87037 7.16376 10.2872 7.39135 10.4038 7.78878ZM17.1582 7.78878C17.2749 8.18622 17.0473 8.603 16.6499 8.7197C15.2988 9.11639 14.3309 10.1184 14.0729 11.2987C14.0729 11.2987 14.958 11.25 15.4209 11.2501C15.4209 11.2501 16.2995 11.25 16.6361 11.2926C17.0005 11.3388 17.3841 11.4462 17.7034 11.7471C18.0291 12.0539 18.1517 12.4329 18.2036 12.7968C18.2501 13.1227 18.25 14.0467 18.25 14.0467C18.2501 14.4778 18.2501 14.8774 18.2036 15.2033C18.1517 15.5673 18.0291 15.9462 17.7034 16.2531C17.3841 16.5539 17.0005 16.6614 16.6361 16.7075C16.2995 16.7502 15.3335 16.7501 15.3335 16.7501H15.3335C14.8707 16.7501 14.4549 16.7502 14.1183 16.7075C13.7539 16.6614 13.3703 16.5539 13.051 16.2531C12.7253 15.9462 12.6027 15.5673 12.5508 15.2033C12.5043 14.8774 12.5043 14.4778 12.5044 14.0467L12.5044 11.9314C12.5044 9.70888 14.1162 7.90029 16.2273 7.28045C16.6248 7.16376 17.0415 7.39135 17.1582 7.78878Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12ZM10.4038 7.78878C10.5205 8.18622 10.2929 8.603 9.89551 8.7197C8.54441 9.11639 7.57652 10.1184 7.3185 11.2987C7.3185 11.2987 8.20365 11.25 8.66648 11.2501C8.66648 11.2501 9.54511 11.25 9.88171 11.2926C10.2461 11.3388 10.6297 11.4462 10.949 11.7471C11.2747 12.0539 11.3973 12.4329 11.4492 12.7968C11.4957 13.1227 11.4956 14.0467 11.4956 14.0467C11.4957 14.4778 11.4957 14.8774 11.4492 15.2033C11.3973 15.5673 11.2747 15.9462 10.949 16.2531C10.6297 16.5539 10.2461 16.6614 9.88171 16.7075C9.54511 16.7502 8.57913 16.7501 8.57913 16.7501H8.57911C8.1163 16.7501 7.70051 16.7502 7.36392 16.7075C6.99955 16.6614 6.61594 16.5539 6.29658 16.2531C5.97091 15.9462 5.84833 15.5673 5.79639 15.2033C5.74989 14.8774 5.74994 14.4778 5.75 14.0467L5.75001 11.9314C5.75001 9.70888 7.36184 7.90029 9.47293 7.28045C9.87037 7.16376 10.2872 7.39135 10.4038 7.78878ZM17.1582 7.78878C17.2749 8.18622 17.0473 8.603 16.6499 8.7197C15.2988 9.11639 14.3309 10.1184 14.0729 11.2987C14.0729 11.2987 14.958 11.25 15.4209 11.2501C15.4209 11.2501 16.2995 11.25 16.6361 11.2926C17.0005 11.3388 17.3841 11.4462 17.7034 11.7471C18.0291 12.0539 18.1517 12.4329 18.2036 12.7968C18.2501 13.1227 18.25 14.0467 18.25 14.0467C18.2501 14.4778 18.2501 14.8774 18.2036 15.2033C18.1517 15.5673 18.0291 15.9462 17.7034 16.2531C17.3841 16.5539 17.0005 16.6614 16.6361 16.7075C16.2995 16.7502 15.3335 16.7501 15.3335 16.7501H15.3335C14.8707 16.7501 14.4549 16.7502 14.1183 16.7075C13.7539 16.6614 13.3703 16.5539 13.051 16.2531C12.7253 15.9462 12.6027 15.5673 12.5508 15.2033C12.5043 14.8774 12.5043 14.4778 12.5044 14.0467L12.5044 11.9314C12.5044 9.70888 14.1162 7.90029 16.2273 7.28045C16.6248 7.16376 17.0415 7.39135 17.1582 7.78878Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-quote-up-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM10.4038 7.78878C10.5205 8.18622 10.2929 8.603 9.89551 8.7197C8.54441 9.11639 7.57652 10.1184 7.3185 11.2987C7.3185 11.2987 8.20365 11.25 8.66648 11.2501C8.66648 11.2501 9.54511 11.25 9.88171 11.2926C10.2461 11.3388 10.6297 11.4462 10.949 11.7471C11.2747 12.0539 11.3973 12.4329 11.4492 12.7968C11.4957 13.1227 11.4956 14.0467 11.4956 14.0467C11.4957 14.4778 11.4957 14.8774 11.4492 15.2033C11.3973 15.5673 11.2747 15.9462 10.949 16.2531C10.6297 16.5539 10.2461 16.6614 9.88171 16.7075C9.54511 16.7502 8.57913 16.7501 8.57913 16.7501H8.57911C8.1163 16.7501 7.70051 16.7502 7.36392 16.7075C6.99955 16.6614 6.61594 16.5539 6.29658 16.2531C5.97091 15.9462 5.84833 15.5673 5.79639 15.2033C5.74989 14.8774 5.74994 14.4778 5.75 14.0467L5.75001 11.9314C5.75001 9.70888 7.36184 7.90029 9.47293 7.28045C9.87037 7.16376 10.2872 7.39135 10.4038 7.78878ZM17.1582 7.78878C17.2749 8.18622 17.0473 8.603 16.6499 8.7197C15.2988 9.11639 14.3309 10.1184 14.0729 11.2987C14.0729 11.2987 14.958 11.25 15.4209 11.2501C15.4209 11.2501 16.2995 11.25 16.6361 11.2926C17.0005 11.3388 17.3841 11.4462 17.7034 11.7471C18.0291 12.0539 18.1517 12.4329 18.2036 12.7968C18.2501 13.1227 18.25 14.0467 18.25 14.0467C18.2501 14.4778 18.2501 14.8774 18.2036 15.2033C18.1517 15.5673 18.0291 15.9462 17.7034 16.2531C17.3841 16.5539 17.0005 16.6614 16.6361 16.7075C16.2995 16.7502 15.3335 16.7501 15.3335 16.7501H15.3335C14.8707 16.7501 14.4549 16.7502 14.1183 16.7075C13.7539 16.6614 13.3703 16.5539 13.051 16.2531C12.7253 15.9462 12.6027 15.5673 12.5508 15.2033C12.5043 14.8774 12.5043 14.4778 12.5044 14.0467L12.5044 11.9314C12.5044 9.70888 14.1162 7.90029 16.2273 7.28045C16.6248 7.16376 17.0415 7.39135 17.1582 7.78878Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM10.4038 7.78878C10.5205 8.18622 10.2929 8.603 9.89551 8.7197C8.54441 9.11639 7.57652 10.1184 7.3185 11.2987C7.3185 11.2987 8.20365 11.25 8.66648 11.2501C8.66648 11.2501 9.54511 11.25 9.88171 11.2926C10.2461 11.3388 10.6297 11.4462 10.949 11.7471C11.2747 12.0539 11.3973 12.4329 11.4492 12.7968C11.4957 13.1227 11.4956 14.0467 11.4956 14.0467C11.4957 14.4778 11.4957 14.8774 11.4492 15.2033C11.3973 15.5673 11.2747 15.9462 10.949 16.2531C10.6297 16.5539 10.2461 16.6614 9.88171 16.7075C9.54511 16.7502 8.57913 16.7501 8.57913 16.7501H8.57911C8.1163 16.7501 7.70051 16.7502 7.36392 16.7075C6.99955 16.6614 6.61594 16.5539 6.29658 16.2531C5.97091 15.9462 5.84833 15.5673 5.79639 15.2033C5.74989 14.8774 5.74994 14.4778 5.75 14.0467L5.75001 11.9314C5.75001 9.70888 7.36184 7.90029 9.47293 7.28045C9.87037 7.16376 10.2872 7.39135 10.4038 7.78878ZM17.1582 7.78878C17.2749 8.18622 17.0473 8.603 16.6499 8.7197C15.2988 9.11639 14.3309 10.1184 14.0729 11.2987C14.0729 11.2987 14.958 11.25 15.4209 11.2501C15.4209 11.2501 16.2995 11.25 16.6361 11.2926C17.0005 11.3388 17.3841 11.4462 17.7034 11.7471C18.0291 12.0539 18.1517 12.4329 18.2036 12.7968C18.2501 13.1227 18.25 14.0467 18.25 14.0467C18.2501 14.4778 18.2501 14.8774 18.2036 15.2033C18.1517 15.5673 18.0291 15.9462 17.7034 16.2531C17.3841 16.5539 17.0005 16.6614 16.6361 16.7075C16.2995 16.7502 15.3335 16.7501 15.3335 16.7501H15.3335C14.8707 16.7501 14.4549 16.7502 14.1183 16.7075C13.7539 16.6614 13.3703 16.5539 13.051 16.2531C12.7253 15.9462 12.6027 15.5673 12.5508 15.2033C12.5043 14.8774 12.5043 14.4778 12.5044 14.0467L12.5044 11.9314C12.5044 9.70888 14.1162 7.90029 16.2273 7.28045C16.6248 7.16376 17.0415 7.39135 17.1582 7.78878Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-quote-up{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.052 11.25C18.9505 11.25 19.6997 11.2499 20.2945 11.3299C20.9223 11.4143 21.4891 11.6 21.9445 12.0555C22.4 12.5109 22.5857 13.0777 22.6701 13.7055C22.7501 14.3003 22.75 15.0495 22.75 15.948V15.948V16.052V16.052C22.75 16.9505 22.7501 17.6997 22.6701 18.2945C22.5857 18.9223 22.4 19.4891 21.9445 19.9445C21.4891 20.4 20.9223 20.5857 20.2945 20.6701C19.6997 20.7501 18.9505 20.75 18.052 20.75H18.052H17.948H17.948C17.0495 20.75 16.3003 20.7501 15.7055 20.6701C15.0777 20.5857 14.5109 20.4 14.0555 19.9445C13.6 19.4891 13.4143 18.9223 13.3299 18.2945C13.2499 17.6997 13.25 16.9505 13.25 16.052V16.052V15.948V15.948C13.25 15.0495 13.2499 14.3003 13.3299 13.7055C13.4143 13.0777 13.6 12.5109 14.0555 12.0555C14.5109 11.6 15.0777 11.4143 15.7055 11.3299C16.3003 11.2499 17.0495 11.25 17.948 11.25H17.948H18.052H18.052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.2047 3.95274C21.369 4.48001 21.0748 5.04066 20.5475 5.20498C17.4399 6.17345 15.25 8.92534 15.25 12.1129V16.2503C15.25 16.8026 14.8023 17.2503 14.25 17.2503C13.6977 17.2503 13.25 16.8026 13.25 16.2503V12.1129C13.25 7.96657 16.0916 4.49876 19.9525 3.29555C20.4797 3.13123 21.0404 3.42547 21.2047 3.95274Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.05203 11.25C6.9505 11.25 7.69971 11.2499 8.29448 11.3299C8.92228 11.4143 9.48908 11.6 9.94455 12.0555C10.4 12.5109 10.5857 13.0777 10.6701 13.7055C10.7501 14.3003 10.75 15.0495 10.75 15.948V15.948V16.052V16.052C10.75 16.9505 10.7501 17.6997 10.6701 18.2945C10.5857 18.9223 10.4 19.4891 9.94455 19.9445C9.48908 20.4 8.92228 20.5857 8.29448 20.6701C7.69971 20.7501 6.9505 20.75 6.05203 20.75H6.052H5.94801H5.94798C5.04951 20.75 4.3003 20.7501 3.70552 20.6701C3.07773 20.5857 2.51093 20.4 2.05546 19.9445C1.59999 19.4891 1.41432 18.9223 1.32991 18.2945C1.24995 17.6997 1.24997 16.9505 1.25 16.052V16.052V15.948V15.948C1.24997 15.0495 1.24995 14.3003 1.32991 13.7055C1.41432 13.0777 1.59999 12.5109 2.05546 12.0555C2.51093 11.6 3.07773 11.4143 3.70552 11.3299C4.3003 11.2499 5.04951 11.25 5.94797 11.25H5.948H6.052H6.05203Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.20471 3.95274C9.36903 4.48001 9.0748 5.04066 8.54753 5.20498C5.43986 6.17345 3.25 8.92534 3.25 12.1129V16.2503C3.25 16.8026 2.80228 17.2503 2.25 17.2503C1.69772 17.2503 1.25 16.8026 1.25 16.2503V12.1129C1.25 7.96657 4.09156 4.49876 7.95247 3.29555C8.47975 3.13123 9.04039 3.42547 9.20471 3.95274Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.052 11.25C18.9505 11.25 19.6997 11.2499 20.2945 11.3299C20.9223 11.4143 21.4891 11.6 21.9445 12.0555C22.4 12.5109 22.5857 13.0777 22.6701 13.7055C22.7501 14.3003 22.75 15.0495 22.75 15.948V15.948V16.052V16.052C22.75 16.9505 22.7501 17.6997 22.6701 18.2945C22.5857 18.9223 22.4 19.4891 21.9445 19.9445C21.4891 20.4 20.9223 20.5857 20.2945 20.6701C19.6997 20.7501 18.9505 20.75 18.052 20.75H18.052H17.948H17.948C17.0495 20.75 16.3003 20.7501 15.7055 20.6701C15.0777 20.5857 14.5109 20.4 14.0555 19.9445C13.6 19.4891 13.4143 18.9223 13.3299 18.2945C13.2499 17.6997 13.25 16.9505 13.25 16.052V16.052V15.948V15.948C13.25 15.0495 13.2499 14.3003 13.3299 13.7055C13.4143 13.0777 13.6 12.5109 14.0555 12.0555C14.5109 11.6 15.0777 11.4143 15.7055 11.3299C16.3003 11.2499 17.0495 11.25 17.948 11.25H17.948H18.052H18.052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.2047 3.95274C21.369 4.48001 21.0748 5.04066 20.5475 5.20498C17.4399 6.17345 15.25 8.92534 15.25 12.1129V16.2503C15.25 16.8026 14.8023 17.2503 14.25 17.2503C13.6977 17.2503 13.25 16.8026 13.25 16.2503V12.1129C13.25 7.96657 16.0916 4.49876 19.9525 3.29555C20.4797 3.13123 21.0404 3.42547 21.2047 3.95274Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.05203 11.25C6.9505 11.25 7.69971 11.2499 8.29448 11.3299C8.92228 11.4143 9.48908 11.6 9.94455 12.0555C10.4 12.5109 10.5857 13.0777 10.6701 13.7055C10.7501 14.3003 10.75 15.0495 10.75 15.948V15.948V16.052V16.052C10.75 16.9505 10.7501 17.6997 10.6701 18.2945C10.5857 18.9223 10.4 19.4891 9.94455 19.9445C9.48908 20.4 8.92228 20.5857 8.29448 20.6701C7.69971 20.7501 6.9505 20.75 6.05203 20.75H6.052H5.94801H5.94798C5.04951 20.75 4.3003 20.7501 3.70552 20.6701C3.07773 20.5857 2.51093 20.4 2.05546 19.9445C1.59999 19.4891 1.41432 18.9223 1.32991 18.2945C1.24995 17.6997 1.24997 16.9505 1.25 16.052V16.052V15.948V15.948C1.24997 15.0495 1.24995 14.3003 1.32991 13.7055C1.41432 13.0777 1.59999 12.5109 2.05546 12.0555C2.51093 11.6 3.07773 11.4143 3.70552 11.3299C4.3003 11.2499 5.04951 11.25 5.94797 11.25H5.948H6.052H6.05203Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.20471 3.95274C9.36903 4.48001 9.0748 5.04066 8.54753 5.20498C5.43986 6.17345 3.25 8.92534 3.25 12.1129V16.2503C3.25 16.8026 2.80228 17.2503 2.25 17.2503C1.69772 17.2503 1.25 16.8026 1.25 16.2503V12.1129C1.25 7.96657 4.09156 4.49876 7.95247 3.29555C8.47975 3.13123 9.04039 3.42547 9.20471 3.95274Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-refresh{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 16.8576 7.1424 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 11.4603 21.233 11.0227 21.7727 11.0227C22.3125 11.0227 22.75 11.4603 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C14.1254 1.25 16.1072 1.86735 17.7751 2.93159L19 1.70668C19.173 1.43228 19.4788 1.25 19.8272 1.25C20.367 1.25 20.8045 1.68754 20.8045 2.22727V5.28828C20.8045 6.48198 19.3213 7.02646 18.548 6.12763C16.9364 4.33189 14.6005 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 16.8576 7.1424 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 11.4603 21.233 11.0227 21.7727 11.0227C22.3125 11.0227 22.75 11.4603 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C14.1254 1.25 16.1072 1.86735 17.7751 2.93159L19 1.70668C19.173 1.43228 19.4788 1.25 19.8272 1.25C20.367 1.25 20.8045 1.68754 20.8045 2.22727V5.28828C20.8045 6.48198 19.3213 7.02646 18.548 6.12763C16.9364 4.33189 14.6005 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-reload{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6308 0.365971C15.1062 0.110887 15.6977 0.290644 15.952 0.767471L16.5358 1.86194L16.5594 1.90632C16.7362 2.23759 16.9055 2.55495 17.008 2.80978C17.0614 2.94256 17.1276 3.13095 17.147 3.34105C17.1678 3.56676 17.1406 3.9104 16.8891 4.21572C16.6264 4.53474 16.2783 4.61664 16.0651 4.63524C15.8589 4.65322 15.6618 4.6243 15.5173 4.59668C15.2371 4.54313 14.875 4.43526 14.4861 4.3194L14.4861 4.31939L14.439 4.30537C13.6692 4.07612 12.8504 3.95231 12 3.95231C7.38952 3.95231 3.70238 7.58289 3.70238 12C3.70238 13.4616 4.10325 14.8306 4.80538 16.0121C5.08143 16.4766 4.9298 17.0776 4.4667 17.3545C4.0036 17.6314 3.4044 17.4793 3.12834 17.0148C2.25235 15.5408 1.75 13.8268 1.75 12C1.75 6.44635 6.36691 1.99401 12 1.99401C12.5504 1.99401 13.0911 2.03643 13.6188 2.11823L14.1422 1C14.2572 0.735955 14.3752 0.503107 14.6308 0.365971Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5333 6.64552C19.9964 6.36863 20.5956 6.52072 20.8717 6.98523C21.7477 8.45924 22.25 10.1732 22.25 12C22.25 17.5537 17.6331 22.006 12 22.006C11.4909 22.006 10.99 21.9697 10.5 21.8995L9.85778 23C9.75316 23.2325 9.62478 23.4969 9.36921 23.634C8.89383 23.8891 8.30229 23.7094 8.04797 23.2325L7.44057 22.0937C7.26381 21.7624 7.09448 21.4451 6.992 21.1902C6.93861 21.0574 6.87238 20.8691 6.85302 20.659C6.83221 20.4332 6.85942 20.0896 7.11085 19.7843C7.37357 19.4652 7.72175 19.3833 7.93494 19.3648C8.14109 19.3468 8.33815 19.3757 8.48267 19.4033C8.76292 19.4569 9.12502 19.5648 9.51398 19.6806L9.56099 19.6946C10.3308 19.9239 11.1496 20.0477 12 20.0477C16.6105 20.0477 20.2976 16.4171 20.2976 12C20.2976 10.5384 19.8968 9.16938 19.1946 7.98794C18.9186 7.52343 19.0702 6.92241 19.5333 6.64552Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6308 0.365971C15.1062 0.110887 15.6977 0.290644 15.952 0.767471L16.5358 1.86194L16.5594 1.90632C16.7362 2.23759 16.9055 2.55495 17.008 2.80978C17.0614 2.94256 17.1276 3.13095 17.147 3.34105C17.1678 3.56676 17.1406 3.9104 16.8891 4.21572C16.6264 4.53474 16.2783 4.61664 16.0651 4.63524C15.8589 4.65322 15.6618 4.6243 15.5173 4.59668C15.2371 4.54313 14.875 4.43526 14.4861 4.3194L14.4861 4.31939L14.439 4.30537C13.6692 4.07612 12.8504 3.95231 12 3.95231C7.38952 3.95231 3.70238 7.58289 3.70238 12C3.70238 13.4616 4.10325 14.8306 4.80538 16.0121C5.08143 16.4766 4.9298 17.0776 4.4667 17.3545C4.0036 17.6314 3.4044 17.4793 3.12834 17.0148C2.25235 15.5408 1.75 13.8268 1.75 12C1.75 6.44635 6.36691 1.99401 12 1.99401C12.5504 1.99401 13.0911 2.03643 13.6188 2.11823L14.1422 1C14.2572 0.735955 14.3752 0.503107 14.6308 0.365971Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5333 6.64552C19.9964 6.36863 20.5956 6.52072 20.8717 6.98523C21.7477 8.45924 22.25 10.1732 22.25 12C22.25 17.5537 17.6331 22.006 12 22.006C11.4909 22.006 10.99 21.9697 10.5 21.8995L9.85778 23C9.75316 23.2325 9.62478 23.4969 9.36921 23.634C8.89383 23.8891 8.30229 23.7094 8.04797 23.2325L7.44057 22.0937C7.26381 21.7624 7.09448 21.4451 6.992 21.1902C6.93861 21.0574 6.87238 20.8691 6.85302 20.659C6.83221 20.4332 6.85942 20.0896 7.11085 19.7843C7.37357 19.4652 7.72175 19.3833 7.93494 19.3648C8.14109 19.3468 8.33815 19.3757 8.48267 19.4033C8.76292 19.4569 9.12502 19.5648 9.51398 19.6806L9.56099 19.6946C10.3308 19.9239 11.1496 20.0477 12 20.0477C16.6105 20.0477 20.2976 16.4171 20.2976 12C20.2976 10.5384 19.8968 9.16938 19.1946 7.98794C18.9186 7.52343 19.0702 6.92241 19.5333 6.64552Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-resources-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.53656 1.25C7.2757 1.24999 7.88322 1.24998 8.37471 1.29671C8.88544 1.34527 9.34779 1.44953 9.76834 1.70725C10.1859 1.9631 10.5369 2.31414 10.7928 2.73166C11.0505 3.15221 11.1547 3.61456 11.2033 4.12529C11.25 4.61678 11.25 5.22429 11.25 5.96343V5.96344V6.03656V6.03658C11.25 6.77571 11.25 7.38322 11.2033 7.87471C11.1547 8.38544 11.0505 8.84779 10.7928 9.26834C10.5369 9.68586 10.1859 10.0369 9.76834 10.2928C9.34779 10.5505 8.88544 10.6547 8.37471 10.7033C7.88322 10.75 7.27571 10.75 6.53658 10.75H6.53656H6.46344H6.46343C5.72429 10.75 5.11678 10.75 4.62529 10.7033C4.11456 10.6547 3.65221 10.5505 3.23166 10.2928C2.81414 10.0369 2.4631 9.68586 2.20725 9.26834C1.94953 8.84779 1.84527 8.38544 1.79671 7.87471C1.74998 7.38322 1.74999 6.7757 1.75 6.03656V6.03655V5.96345V5.96344C1.74999 5.2243 1.74998 4.61679 1.79671 4.12529C1.84527 3.61456 1.94953 3.15221 2.20725 2.73166C2.4631 2.31414 2.81414 1.9631 3.23166 1.70725C3.65221 1.44953 4.11456 1.34527 4.62529 1.29671C5.11678 1.24998 5.7243 1.24999 6.46344 1.25H6.46345H6.53655H6.53656Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.79701 12.3332C6.2591 12.2223 6.74089 12.2223 7.20299 12.3332C7.67004 12.4453 8.05911 12.6917 8.44086 13.0072C8.80771 13.3103 9.2214 13.724 9.72295 14.2256L9.72297 14.2256L9.77437 14.277C10.276 14.7786 10.6897 15.1923 10.9928 15.5591C11.3083 15.9409 11.5547 16.33 11.6668 16.797C11.7777 17.2591 11.7777 17.7409 11.6668 18.203C11.5547 18.67 11.3083 19.0591 10.9928 19.4409C10.6897 19.8077 10.276 20.2214 9.77438 20.723L9.72297 20.7744L9.72294 20.7744C9.22139 21.276 8.80771 21.6897 8.44086 21.9928C8.05912 22.3083 7.67004 22.5547 7.20299 22.6668C6.7409 22.7777 6.2591 22.7777 5.79701 22.6668C5.32996 22.5547 4.94089 22.3083 4.55914 21.9928C4.19229 21.6897 3.7786 21.276 3.27705 20.7744L3.27703 20.7744L3.22562 20.723C2.72404 20.2214 2.31033 19.8077 2.00718 19.4409C1.69173 19.0591 1.44533 18.67 1.3332 18.203C1.22227 17.7409 1.22227 17.2591 1.3332 16.797C1.44533 16.33 1.69173 15.9409 2.00718 15.5591C2.31033 15.1923 2.72404 14.7786 3.22562 14.277L3.22563 14.277L3.25133 14.2513L3.27703 14.2256L3.27703 14.2256C3.77859 13.724 4.19229 13.3103 4.55914 13.0072C4.94088 12.6917 5.32996 12.4453 5.79701 12.3332Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0366 13.25C18.7757 13.25 19.3832 13.25 19.8747 13.2967C20.3854 13.3453 20.8478 13.4495 21.2683 13.7072C21.6859 13.9631 22.0369 14.3141 22.2928 14.7317C22.5505 15.1522 22.6547 15.6146 22.7033 16.1253C22.75 16.6168 22.75 17.2243 22.75 17.9634V17.9634V18.0366V18.0366C22.75 18.7757 22.75 19.3832 22.7033 19.8747C22.6547 20.3854 22.5505 20.8478 22.2928 21.2683C22.0369 21.6859 21.6859 22.0369 21.2683 22.2928C20.8478 22.5505 20.3854 22.6547 19.8747 22.7033C19.3832 22.75 18.7757 22.75 18.0366 22.75H18.0366H17.9634H17.9634C17.2243 22.75 16.6168 22.75 16.1253 22.7033C15.6146 22.6547 15.1522 22.5505 14.7317 22.2928C14.3141 22.0369 13.9631 21.6859 13.7072 21.2683C13.4495 20.8478 13.3453 20.3854 13.2967 19.8747C13.25 19.3832 13.25 18.7757 13.25 18.0366V18.0365V17.9635V17.9634C13.25 17.2243 13.25 16.6168 13.2967 16.1253C13.3453 15.6146 13.4495 15.1522 13.7072 14.7317C13.9631 14.3141 14.3141 13.9631 14.7317 13.7072C15.1522 13.4495 15.6146 13.3453 16.1253 13.2967C16.6168 13.25 17.2243 13.25 17.9634 13.25H17.9635H18.0365H18.0366Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 1.25C18.3023 1.25 18.75 1.69772 18.75 2.25V5.25H21.75C22.3023 5.25 22.75 5.69772 22.75 6.25C22.75 6.80228 22.3023 7.25 21.75 7.25H18.75V10.25C18.75 10.8023 18.3023 11.25 17.75 11.25C17.1977 11.25 16.75 10.8023 16.75 10.25V7.25H13.75C13.1977 7.25 12.75 6.80229 12.75 6.25C12.75 5.69772 13.1977 5.25 13.75 5.25L16.75 5.25V2.25C16.75 1.69772 17.1977 1.25 17.75 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.53656 1.25C7.2757 1.24999 7.88322 1.24998 8.37471 1.29671C8.88544 1.34527 9.34779 1.44953 9.76834 1.70725C10.1859 1.9631 10.5369 2.31414 10.7928 2.73166C11.0505 3.15221 11.1547 3.61456 11.2033 4.12529C11.25 4.61678 11.25 5.22429 11.25 5.96343V5.96344V6.03656V6.03658C11.25 6.77571 11.25 7.38322 11.2033 7.87471C11.1547 8.38544 11.0505 8.84779 10.7928 9.26834C10.5369 9.68586 10.1859 10.0369 9.76834 10.2928C9.34779 10.5505 8.88544 10.6547 8.37471 10.7033C7.88322 10.75 7.27571 10.75 6.53658 10.75H6.53656H6.46344H6.46343C5.72429 10.75 5.11678 10.75 4.62529 10.7033C4.11456 10.6547 3.65221 10.5505 3.23166 10.2928C2.81414 10.0369 2.4631 9.68586 2.20725 9.26834C1.94953 8.84779 1.84527 8.38544 1.79671 7.87471C1.74998 7.38322 1.74999 6.7757 1.75 6.03656V6.03655V5.96345V5.96344C1.74999 5.2243 1.74998 4.61679 1.79671 4.12529C1.84527 3.61456 1.94953 3.15221 2.20725 2.73166C2.4631 2.31414 2.81414 1.9631 3.23166 1.70725C3.65221 1.44953 4.11456 1.34527 4.62529 1.29671C5.11678 1.24998 5.7243 1.24999 6.46344 1.25H6.46345H6.53655H6.53656Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.79701 12.3332C6.2591 12.2223 6.74089 12.2223 7.20299 12.3332C7.67004 12.4453 8.05911 12.6917 8.44086 13.0072C8.80771 13.3103 9.2214 13.724 9.72295 14.2256L9.72297 14.2256L9.77437 14.277C10.276 14.7786 10.6897 15.1923 10.9928 15.5591C11.3083 15.9409 11.5547 16.33 11.6668 16.797C11.7777 17.2591 11.7777 17.7409 11.6668 18.203C11.5547 18.67 11.3083 19.0591 10.9928 19.4409C10.6897 19.8077 10.276 20.2214 9.77438 20.723L9.72297 20.7744L9.72294 20.7744C9.22139 21.276 8.80771 21.6897 8.44086 21.9928C8.05912 22.3083 7.67004 22.5547 7.20299 22.6668C6.7409 22.7777 6.2591 22.7777 5.79701 22.6668C5.32996 22.5547 4.94089 22.3083 4.55914 21.9928C4.19229 21.6897 3.7786 21.276 3.27705 20.7744L3.27703 20.7744L3.22562 20.723C2.72404 20.2214 2.31033 19.8077 2.00718 19.4409C1.69173 19.0591 1.44533 18.67 1.3332 18.203C1.22227 17.7409 1.22227 17.2591 1.3332 16.797C1.44533 16.33 1.69173 15.9409 2.00718 15.5591C2.31033 15.1923 2.72404 14.7786 3.22562 14.277L3.22563 14.277L3.25133 14.2513L3.27703 14.2256L3.27703 14.2256C3.77859 13.724 4.19229 13.3103 4.55914 13.0072C4.94088 12.6917 5.32996 12.4453 5.79701 12.3332Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0366 13.25C18.7757 13.25 19.3832 13.25 19.8747 13.2967C20.3854 13.3453 20.8478 13.4495 21.2683 13.7072C21.6859 13.9631 22.0369 14.3141 22.2928 14.7317C22.5505 15.1522 22.6547 15.6146 22.7033 16.1253C22.75 16.6168 22.75 17.2243 22.75 17.9634V17.9634V18.0366V18.0366C22.75 18.7757 22.75 19.3832 22.7033 19.8747C22.6547 20.3854 22.5505 20.8478 22.2928 21.2683C22.0369 21.6859 21.6859 22.0369 21.2683 22.2928C20.8478 22.5505 20.3854 22.6547 19.8747 22.7033C19.3832 22.75 18.7757 22.75 18.0366 22.75H18.0366H17.9634H17.9634C17.2243 22.75 16.6168 22.75 16.1253 22.7033C15.6146 22.6547 15.1522 22.5505 14.7317 22.2928C14.3141 22.0369 13.9631 21.6859 13.7072 21.2683C13.4495 20.8478 13.3453 20.3854 13.2967 19.8747C13.25 19.3832 13.25 18.7757 13.25 18.0366V18.0365V17.9635V17.9634C13.25 17.2243 13.25 16.6168 13.2967 16.1253C13.3453 15.6146 13.4495 15.1522 13.7072 14.7317C13.9631 14.3141 14.3141 13.9631 14.7317 13.7072C15.1522 13.4495 15.6146 13.3453 16.1253 13.2967C16.6168 13.25 17.2243 13.25 17.9634 13.25H17.9635H18.0365H18.0366Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 1.25C18.3023 1.25 18.75 1.69772 18.75 2.25V5.25H21.75C22.3023 5.25 22.75 5.69772 22.75 6.25C22.75 6.80228 22.3023 7.25 21.75 7.25H18.75V10.25C18.75 10.8023 18.3023 11.25 17.75 11.25C17.1977 11.25 16.75 10.8023 16.75 10.25V7.25H13.75C13.1977 7.25 12.75 6.80229 12.75 6.25C12.75 5.69772 13.1977 5.25 13.75 5.25L16.75 5.25V2.25C16.75 1.69772 17.1977 1.25 17.75 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-resources-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.53656 1.25C7.2757 1.24999 7.88322 1.24998 8.37471 1.29671C8.88544 1.34527 9.34779 1.44953 9.76834 1.70725C10.1859 1.9631 10.5369 2.31414 10.7928 2.73166C11.0505 3.15221 11.1547 3.61456 11.2033 4.12529C11.25 4.61678 11.25 5.22429 11.25 5.96343V5.96344V6.03656V6.03658C11.25 6.77571 11.25 7.38322 11.2033 7.87471C11.1547 8.38544 11.0505 8.84779 10.7928 9.26834C10.5369 9.68586 10.1859 10.0369 9.76834 10.2928C9.34779 10.5505 8.88544 10.6547 8.37471 10.7033C7.88322 10.75 7.27571 10.75 6.53658 10.75H6.53656H6.46344H6.46343C5.72429 10.75 5.11678 10.75 4.62529 10.7033C4.11456 10.6547 3.65221 10.5505 3.23166 10.2928C2.81414 10.0369 2.4631 9.68586 2.20725 9.26834C1.94953 8.84779 1.84527 8.38544 1.79671 7.87471C1.74998 7.38322 1.74999 6.7757 1.75 6.03656V6.03655V5.96345V5.96344C1.74999 5.2243 1.74998 4.61679 1.79671 4.12529C1.84527 3.61456 1.94953 3.15221 2.20725 2.73166C2.4631 2.31414 2.81414 1.9631 3.23166 1.70725C3.65221 1.44953 4.11456 1.34527 4.62529 1.29671C5.11678 1.24998 5.7243 1.24999 6.46344 1.25H6.46345H6.53655H6.53656Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.79701 12.3332C6.2591 12.2223 6.74089 12.2223 7.20299 12.3332C7.67004 12.4453 8.05911 12.6917 8.44086 13.0072C8.80771 13.3103 9.2214 13.724 9.72295 14.2256L9.72297 14.2256L9.77437 14.277C10.276 14.7786 10.6897 15.1923 10.9928 15.5591C11.3083 15.9409 11.5547 16.33 11.6668 16.797C11.7777 17.2591 11.7777 17.7409 11.6668 18.203C11.5547 18.67 11.3083 19.0591 10.9928 19.4409C10.6897 19.8077 10.276 20.2214 9.77438 20.723L9.72297 20.7744L9.72294 20.7744C9.22139 21.276 8.80771 21.6897 8.44086 21.9928C8.05912 22.3083 7.67004 22.5547 7.20299 22.6668C6.7409 22.7777 6.2591 22.7777 5.79701 22.6668C5.32996 22.5547 4.94089 22.3083 4.55914 21.9928C4.19229 21.6897 3.7786 21.276 3.27705 20.7744L3.27703 20.7744L3.22562 20.723C2.72404 20.2214 2.31033 19.8077 2.00718 19.4409C1.69173 19.0591 1.44533 18.67 1.3332 18.203C1.22227 17.7409 1.22227 17.2591 1.3332 16.797C1.44533 16.33 1.69173 15.9409 2.00718 15.5591C2.31033 15.1923 2.72404 14.7786 3.22562 14.277L3.22563 14.277L3.25133 14.2513L3.27703 14.2256L3.27703 14.2256C3.77859 13.724 4.19229 13.3103 4.55914 13.0072C4.94088 12.6917 5.32996 12.4453 5.79701 12.3332Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0366 13.25C18.7757 13.25 19.3832 13.25 19.8747 13.2967C20.3854 13.3453 20.8478 13.4495 21.2683 13.7072C21.6859 13.9631 22.0369 14.3141 22.2928 14.7317C22.5505 15.1522 22.6547 15.6146 22.7033 16.1253C22.75 16.6168 22.75 17.2243 22.75 17.9634V17.9634V18.0366V18.0366C22.75 18.7757 22.75 19.3832 22.7033 19.8747C22.6547 20.3854 22.5505 20.8478 22.2928 21.2683C22.0369 21.6859 21.6859 22.0369 21.2683 22.2928C20.8478 22.5505 20.3854 22.6547 19.8747 22.7033C19.3832 22.75 18.7757 22.75 18.0366 22.75H18.0366H17.9634H17.9634C17.2243 22.75 16.6168 22.75 16.1253 22.7033C15.6146 22.6547 15.1522 22.5505 14.7317 22.2928C14.3141 22.0369 13.9631 21.6859 13.7072 21.2683C13.4495 20.8478 13.3453 20.3854 13.2967 19.8747C13.25 19.3832 13.25 18.7757 13.25 18.0366V18.0365V17.9635V17.9634C13.25 17.2243 13.25 16.6168 13.2967 16.1253C13.3453 15.6146 13.4495 15.1522 13.7072 14.7317C13.9631 14.3141 14.3141 13.9631 14.7317 13.7072C15.1522 13.4495 15.6146 13.3453 16.1253 13.2967C16.6168 13.25 17.2243 13.25 17.9634 13.25H17.9635H18.0365H18.0366Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 6C12.75 5.44772 13.1977 5 13.75 5L21.75 5C22.3023 5 22.75 5.44772 22.75 6C22.75 6.55228 22.3023 7 21.75 7L13.75 7C13.1977 7 12.75 6.55228 12.75 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.53656 1.25C7.2757 1.24999 7.88322 1.24998 8.37471 1.29671C8.88544 1.34527 9.34779 1.44953 9.76834 1.70725C10.1859 1.9631 10.5369 2.31414 10.7928 2.73166C11.0505 3.15221 11.1547 3.61456 11.2033 4.12529C11.25 4.61678 11.25 5.22429 11.25 5.96343V5.96344V6.03656V6.03658C11.25 6.77571 11.25 7.38322 11.2033 7.87471C11.1547 8.38544 11.0505 8.84779 10.7928 9.26834C10.5369 9.68586 10.1859 10.0369 9.76834 10.2928C9.34779 10.5505 8.88544 10.6547 8.37471 10.7033C7.88322 10.75 7.27571 10.75 6.53658 10.75H6.53656H6.46344H6.46343C5.72429 10.75 5.11678 10.75 4.62529 10.7033C4.11456 10.6547 3.65221 10.5505 3.23166 10.2928C2.81414 10.0369 2.4631 9.68586 2.20725 9.26834C1.94953 8.84779 1.84527 8.38544 1.79671 7.87471C1.74998 7.38322 1.74999 6.7757 1.75 6.03656V6.03655V5.96345V5.96344C1.74999 5.2243 1.74998 4.61679 1.79671 4.12529C1.84527 3.61456 1.94953 3.15221 2.20725 2.73166C2.4631 2.31414 2.81414 1.9631 3.23166 1.70725C3.65221 1.44953 4.11456 1.34527 4.62529 1.29671C5.11678 1.24998 5.7243 1.24999 6.46344 1.25H6.46345H6.53655H6.53656Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.79701 12.3332C6.2591 12.2223 6.74089 12.2223 7.20299 12.3332C7.67004 12.4453 8.05911 12.6917 8.44086 13.0072C8.80771 13.3103 9.2214 13.724 9.72295 14.2256L9.72297 14.2256L9.77437 14.277C10.276 14.7786 10.6897 15.1923 10.9928 15.5591C11.3083 15.9409 11.5547 16.33 11.6668 16.797C11.7777 17.2591 11.7777 17.7409 11.6668 18.203C11.5547 18.67 11.3083 19.0591 10.9928 19.4409C10.6897 19.8077 10.276 20.2214 9.77438 20.723L9.72297 20.7744L9.72294 20.7744C9.22139 21.276 8.80771 21.6897 8.44086 21.9928C8.05912 22.3083 7.67004 22.5547 7.20299 22.6668C6.7409 22.7777 6.2591 22.7777 5.79701 22.6668C5.32996 22.5547 4.94089 22.3083 4.55914 21.9928C4.19229 21.6897 3.7786 21.276 3.27705 20.7744L3.27703 20.7744L3.22562 20.723C2.72404 20.2214 2.31033 19.8077 2.00718 19.4409C1.69173 19.0591 1.44533 18.67 1.3332 18.203C1.22227 17.7409 1.22227 17.2591 1.3332 16.797C1.44533 16.33 1.69173 15.9409 2.00718 15.5591C2.31033 15.1923 2.72404 14.7786 3.22562 14.277L3.22563 14.277L3.25133 14.2513L3.27703 14.2256L3.27703 14.2256C3.77859 13.724 4.19229 13.3103 4.55914 13.0072C4.94088 12.6917 5.32996 12.4453 5.79701 12.3332Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0366 13.25C18.7757 13.25 19.3832 13.25 19.8747 13.2967C20.3854 13.3453 20.8478 13.4495 21.2683 13.7072C21.6859 13.9631 22.0369 14.3141 22.2928 14.7317C22.5505 15.1522 22.6547 15.6146 22.7033 16.1253C22.75 16.6168 22.75 17.2243 22.75 17.9634V17.9634V18.0366V18.0366C22.75 18.7757 22.75 19.3832 22.7033 19.8747C22.6547 20.3854 22.5505 20.8478 22.2928 21.2683C22.0369 21.6859 21.6859 22.0369 21.2683 22.2928C20.8478 22.5505 20.3854 22.6547 19.8747 22.7033C19.3832 22.75 18.7757 22.75 18.0366 22.75H18.0366H17.9634H17.9634C17.2243 22.75 16.6168 22.75 16.1253 22.7033C15.6146 22.6547 15.1522 22.5505 14.7317 22.2928C14.3141 22.0369 13.9631 21.6859 13.7072 21.2683C13.4495 20.8478 13.3453 20.3854 13.2967 19.8747C13.25 19.3832 13.25 18.7757 13.25 18.0366V18.0365V17.9635V17.9634C13.25 17.2243 13.25 16.6168 13.2967 16.1253C13.3453 15.6146 13.4495 15.1522 13.7072 14.7317C13.9631 14.3141 14.3141 13.9631 14.7317 13.7072C15.1522 13.4495 15.6146 13.3453 16.1253 13.2967C16.6168 13.25 17.2243 13.25 17.9634 13.25H17.9635H18.0365H18.0366Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 6C12.75 5.44772 13.1977 5 13.75 5L21.75 5C22.3023 5 22.75 5.44772 22.75 6C22.75 6.55228 22.3023 7 21.75 7L13.75 7C13.1977 7 12.75 6.55228 12.75 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-right-to-left-block-quote{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 6C6 5.44772 6.44772 5 7 5L15 5C15.5523 5 16 5.44772 16 6C16 6.55229 15.5523 7 15 7L7 7C6.44772 7 6 6.55228 6 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 12C4 11.4477 4.44772 11 5 11L15 11C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13L5 13C4.44772 13 4 12.5523 4 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 18C6 17.4477 6.44772 17 7 17L15 17C15.5523 17 16 17.4477 16 18C16 18.5523 15.5523 19 15 19L7 19C6.44772 19 6 18.5523 6 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 2C19.5523 2 20 2.44772 20 3L20 21C20 21.5523 19.5523 22 19 22C18.4477 22 18 21.5523 18 21L18 3C18 2.44772 18.4477 2 19 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 6C6 5.44772 6.44772 5 7 5L15 5C15.5523 5 16 5.44772 16 6C16 6.55229 15.5523 7 15 7L7 7C6.44772 7 6 6.55228 6 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 12C4 11.4477 4.44772 11 5 11L15 11C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13L5 13C4.44772 13 4 12.5523 4 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 18C6 17.4477 6.44772 17 7 17L15 17C15.5523 17 16 17.4477 16 18C16 18.5523 15.5523 19 15 19L7 19C6.44772 19 6 18.5523 6 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 2C19.5523 2 20 2.44772 20 3L20 21C20 21.5523 19.5523 22 19 22C18.4477 22 18 21.5523 18 21L18 3C18 2.44772 18.4477 2 19 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-right-to-left-list-bullet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 5C3 4.44772 3.44772 4 4 4L16 4C16.5523 4 17 4.44772 17 5C17 5.55229 16.5523 6 16 6L4 6C3.44772 6 3 5.55228 3 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 5C19 4.44772 19.4457 4 19.9955 4H20.0045C20.5543 4 21 4.44772 21 5C21 5.55228 20.5543 6 20.0045 6H19.9955C19.4457 6 19 5.55228 19 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 12C19 11.4477 19.4457 11 19.9955 11H20.0045C20.5543 11 21 11.4477 21 12C21 12.5523 20.5543 13 20.0045 13H19.9955C19.4457 13 19 12.5523 19 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 19C19 18.4477 19.4457 18 19.9955 18H20.0045C20.5543 18 21 18.4477 21 19C21 19.5523 20.5543 20 20.0045 20H19.9955C19.4457 20 19 19.5523 19 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11L16 11C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13L4 13C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 19C3 18.4477 3.44772 18 4 18L16 18C16.5523 18 17 18.4477 17 19C17 19.5523 16.5523 20 16 20L4 20C3.44772 20 3 19.5523 3 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 5C3 4.44772 3.44772 4 4 4L16 4C16.5523 4 17 4.44772 17 5C17 5.55229 16.5523 6 16 6L4 6C3.44772 6 3 5.55228 3 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 5C19 4.44772 19.4457 4 19.9955 4H20.0045C20.5543 4 21 4.44772 21 5C21 5.55228 20.5543 6 20.0045 6H19.9955C19.4457 6 19 5.55228 19 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 12C19 11.4477 19.4457 11 19.9955 11H20.0045C20.5543 11 21 11.4477 21 12C21 12.5523 20.5543 13 20.0045 13H19.9955C19.4457 13 19 12.5523 19 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 19C19 18.4477 19.4457 18 19.9955 18H20.0045C20.5543 18 21 18.4477 21 19C21 19.5523 20.5543 20 20.0045 20H19.9955C19.4457 20 19 19.5523 19 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11L16 11C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13L4 13C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 19C3 18.4477 3.44772 18 4 18L16 18C16.5523 18 17 18.4477 17 19C17 19.5523 16.5523 20 16 20L4 20C3.44772 20 3 19.5523 3 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-right-to-left-list-dash{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 5C2 4.44772 2.44772 4 3 4L15 4C15.5523 4 16 4.44772 16 5C16 5.55229 15.5523 6 15 6L3 6C2.44772 6 2 5.55228 2 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 5C18 4.44772 18.4477 4 19 4L21 4C21.5523 4 22 4.44772 22 5C22 5.55229 21.5523 6 21 6L19 6C18.4477 6 18 5.55228 18 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L15 11C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13L3 13C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 12C18 11.4477 18.4477 11 19 11L21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13L19 13C18.4477 13 18 12.5523 18 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 19C2 18.4477 2.44772 18 3 18L15 18C15.5523 18 16 18.4477 16 19C16 19.5523 15.5523 20 15 20L3 20C2.44772 20 2 19.5523 2 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 19C18 18.4477 18.4477 18 19 18L21 18C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20L19 20C18.4477 20 18 19.5523 18 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 5C2 4.44772 2.44772 4 3 4L15 4C15.5523 4 16 4.44772 16 5C16 5.55229 15.5523 6 15 6L3 6C2.44772 6 2 5.55228 2 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 5C18 4.44772 18.4477 4 19 4L21 4C21.5523 4 22 4.44772 22 5C22 5.55229 21.5523 6 21 6L19 6C18.4477 6 18 5.55228 18 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L15 11C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13L3 13C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 12C18 11.4477 18.4477 11 19 11L21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13L19 13C18.4477 13 18 12.5523 18 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 19C2 18.4477 2.44772 18 3 18L15 18C15.5523 18 16 18.4477 16 19C16 19.5523 15.5523 20 15 20L3 20C2.44772 20 2 19.5523 2 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 19C18 18.4477 18.4477 18 19 18L21 18C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20L19 20C18.4477 20 18 19.5523 18 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-right-to-left-list-number{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 6C14 5.44772 13.5523 5 13 5L3 5C2.44771 5 2 5.44772 2 6C2 6.55229 2.44771 7 3 7L13 7C13.5523 7 14 6.55228 14 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 12C14 11.4477 13.5523 11 13 11L3 11C2.44771 11 2 11.4477 2 12C2 12.5523 2.44771 13 3 13L13 13C13.5523 13 14 12.5523 14 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 18C14 17.4477 13.5523 17 13 17L3 17C2.44771 17 2 17.4477 2 18C2 18.5523 2.44771 19 3 19L13 19C13.5523 19 14 18.5523 14 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.7941 16.0024C19.7309 16.0003 19.6463 16.0001 19.5001 16.0001H18.0001C17.4479 16.0001 17.0001 15.5524 17.0001 15.0001C17.0001 14.4479 17.4479 14.0001 18.0001 14.0001H19.5001L19.5593 14.0001C19.775 13.9997 20.0125 13.9993 20.2293 14.0424C21.1021 14.216 21.7843 14.8982 21.9579 15.7709C22.001 15.9878 22.0006 16.2253 22.0002 16.441L22.0001 16.5001L22.0002 16.5593C22.0006 16.775 22.001 17.0125 21.9579 17.2293C21.7843 18.1021 21.1021 18.7843 20.2293 18.9579C20.0125 19.001 19.775 19.0006 19.5593 19.0002L19.5001 19.0001C19.354 19.0001 19.2693 19.0003 19.2062 19.0024C19.1772 19.0034 19.1615 19.0047 19.1552 19.0052C19.0807 19.0224 19.0224 19.0807 19.0052 19.1552C19.0047 19.1615 19.0034 19.1772 19.0024 19.2062C19.0003 19.2693 19.0001 19.354 19.0001 19.5001V20.0001H21.0001C21.5524 20.0001 22.0001 20.4479 22.0001 21.0001C22.0001 21.5524 21.5524 22.0001 21.0001 22.0001H18.6001L18.5726 22.0002H18.5726C18.4584 22.0003 18.2888 22.0006 18.1377 21.9802C17.9451 21.9543 17.6416 21.8801 17.3809 21.6194C17.1202 21.3587 17.0459 21.0552 17.02 20.8626C16.9997 20.7114 17 20.5419 17.0001 20.4277L17.0001 20.4001V19.5001L17.0001 19.441L17.0001 19.441C16.9997 19.2253 16.9993 18.9878 17.0424 18.7709C17.216 17.8982 17.8982 17.216 18.7709 17.0424C18.9878 16.9993 19.2253 16.9997 19.441 17.0001H19.441L19.5001 17.0001C19.6463 17.0001 19.7309 17 19.7941 16.9978C19.8231 16.9968 19.8387 16.9956 19.845 16.995C19.9196 16.9779 19.9779 16.9196 19.995 16.845C19.9956 16.8387 19.9968 16.8231 19.9978 16.7941C20 16.7309 20.0001 16.6463 20.0001 16.5001C20.0001 16.354 20 16.2693 19.9978 16.2062C19.9968 16.1772 19.9956 16.1615 19.995 16.1552C19.9779 16.0807 19.9196 16.0224 19.845 16.0052L19.7941 16.0024Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 3C17 2.44772 17.4477 2 18 2H19.2C19.918 2 20.5 2.58203 20.5 3.3V8H21C21.5523 8 22 8.44772 22 9C22 9.55228 21.5523 10 21 10H18C17.4477 10 17 9.55228 17 9C17 8.44772 17.4477 8 18 8H18.5V4H18C17.4477 4 17 3.55228 17 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 6C14 5.44772 13.5523 5 13 5L3 5C2.44771 5 2 5.44772 2 6C2 6.55229 2.44771 7 3 7L13 7C13.5523 7 14 6.55228 14 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 12C14 11.4477 13.5523 11 13 11L3 11C2.44771 11 2 11.4477 2 12C2 12.5523 2.44771 13 3 13L13 13C13.5523 13 14 12.5523 14 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 18C14 17.4477 13.5523 17 13 17L3 17C2.44771 17 2 17.4477 2 18C2 18.5523 2.44771 19 3 19L13 19C13.5523 19 14 18.5523 14 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.7941 16.0024C19.7309 16.0003 19.6463 16.0001 19.5001 16.0001H18.0001C17.4479 16.0001 17.0001 15.5524 17.0001 15.0001C17.0001 14.4479 17.4479 14.0001 18.0001 14.0001H19.5001L19.5593 14.0001C19.775 13.9997 20.0125 13.9993 20.2293 14.0424C21.1021 14.216 21.7843 14.8982 21.9579 15.7709C22.001 15.9878 22.0006 16.2253 22.0002 16.441L22.0001 16.5001L22.0002 16.5593C22.0006 16.775 22.001 17.0125 21.9579 17.2293C21.7843 18.1021 21.1021 18.7843 20.2293 18.9579C20.0125 19.001 19.775 19.0006 19.5593 19.0002L19.5001 19.0001C19.354 19.0001 19.2693 19.0003 19.2062 19.0024C19.1772 19.0034 19.1615 19.0047 19.1552 19.0052C19.0807 19.0224 19.0224 19.0807 19.0052 19.1552C19.0047 19.1615 19.0034 19.1772 19.0024 19.2062C19.0003 19.2693 19.0001 19.354 19.0001 19.5001V20.0001H21.0001C21.5524 20.0001 22.0001 20.4479 22.0001 21.0001C22.0001 21.5524 21.5524 22.0001 21.0001 22.0001H18.6001L18.5726 22.0002H18.5726C18.4584 22.0003 18.2888 22.0006 18.1377 21.9802C17.9451 21.9543 17.6416 21.8801 17.3809 21.6194C17.1202 21.3587 17.0459 21.0552 17.02 20.8626C16.9997 20.7114 17 20.5419 17.0001 20.4277L17.0001 20.4001V19.5001L17.0001 19.441L17.0001 19.441C16.9997 19.2253 16.9993 18.9878 17.0424 18.7709C17.216 17.8982 17.8982 17.216 18.7709 17.0424C18.9878 16.9993 19.2253 16.9997 19.441 17.0001H19.441L19.5001 17.0001C19.6463 17.0001 19.7309 17 19.7941 16.9978C19.8231 16.9968 19.8387 16.9956 19.845 16.995C19.9196 16.9779 19.9779 16.9196 19.995 16.845C19.9956 16.8387 19.9968 16.8231 19.9978 16.7941C20 16.7309 20.0001 16.6463 20.0001 16.5001C20.0001 16.354 20 16.2693 19.9978 16.2062C19.9968 16.1772 19.9956 16.1615 19.995 16.1552C19.9779 16.0807 19.9196 16.0224 19.845 16.0052L19.7941 16.0024Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 3C17 2.44772 17.4477 2 18 2H19.2C19.918 2 20.5 2.58203 20.5 3.3V8H21C21.5523 8 22 8.44772 22 9C22 9.55228 21.5523 10 21 10H18C17.4477 10 17 9.55228 17 9C17 8.44772 17.4477 8 18 8H18.5V4H18C17.4477 4 17 3.55228 17 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-right-to-left-list-triangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 5.5C14 4.94772 13.5523 4.5 13 4.5L3 4.5C2.44771 4.5 2 4.94772 2 5.5C2 6.05229 2.44771 6.5 3 6.5L13 6.5C13.5523 6.5 14 6.05228 14 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4832 16.236L18.4326 16.2699L18.3859 16.3011L18.3859 16.3011C17.8928 16.6313 17.4518 16.9266 17.1419 17.212C16.8044 17.5228 16.5 17.9315 16.5 18.5004C16.5 19.0693 16.8044 19.4779 17.1419 19.7888C17.4518 20.0741 17.8928 20.3694 18.3859 20.6996L18.3859 20.6996L18.4326 20.7309L18.4832 20.7648C18.9729 21.0928 19.4152 21.3891 19.7876 21.5598C20.1816 21.7403 20.7368 21.8899 21.2673 21.5346C21.7532 21.2092 21.8883 20.6708 21.9439 20.2364C22.0001 19.7978 22 19.2222 22 18.5517V18.5517L22 18.5004L22 18.4491V18.449C22 17.7785 22.0001 17.2029 21.9439 16.7643C21.8883 16.3299 21.7532 15.7915 21.2673 15.4662C20.7368 15.1108 20.1816 15.2604 19.7876 15.441C19.4152 15.6116 18.9729 15.9079 18.4832 16.236Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4832 3.23598L18.4326 3.26985L18.3859 3.30114L18.3859 3.30114C17.8928 3.63134 17.4518 3.92661 17.1419 4.21196C16.8044 4.52281 16.5 4.93149 16.5 5.50037C16.5 6.06926 16.8044 6.47794 17.1419 6.78879C17.4518 7.07413 17.8928 7.36941 18.3859 7.69961L18.3859 7.69961L18.4326 7.7309L18.4832 7.76477C18.9729 8.09281 19.4152 8.38914 19.7876 8.55976C20.1816 8.74031 20.7368 8.88991 21.2673 8.53458C21.7532 8.20922 21.8883 7.67081 21.9439 7.23644C22.0001 6.79782 22 6.22221 22 5.55172V5.55167L22 5.50037L22 5.44908V5.44903C22 4.77854 22.0001 4.20293 21.9439 3.76431C21.8883 3.32994 21.7532 2.79153 21.2673 2.46617C20.7368 2.11084 20.1816 2.26044 19.7876 2.44098C19.4152 2.61161 18.9729 2.90795 18.4832 3.23598Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 12C14 11.4477 13.5523 11 13 11L3 11C2.44771 11 2 11.4477 2 12C2 12.5523 2.44771 13 3 13L13 13C13.5523 13 14 12.5523 14 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 18.5C14 17.9477 13.5523 17.5 13 17.5L3 17.5C2.44771 17.5 2 17.9477 2 18.5C2 19.0523 2.44771 19.5 3 19.5L13 19.5C13.5523 19.5 14 19.0523 14 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 5.5C14 4.94772 13.5523 4.5 13 4.5L3 4.5C2.44771 4.5 2 4.94772 2 5.5C2 6.05229 2.44771 6.5 3 6.5L13 6.5C13.5523 6.5 14 6.05228 14 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4832 16.236L18.4326 16.2699L18.3859 16.3011L18.3859 16.3011C17.8928 16.6313 17.4518 16.9266 17.1419 17.212C16.8044 17.5228 16.5 17.9315 16.5 18.5004C16.5 19.0693 16.8044 19.4779 17.1419 19.7888C17.4518 20.0741 17.8928 20.3694 18.3859 20.6996L18.3859 20.6996L18.4326 20.7309L18.4832 20.7648C18.9729 21.0928 19.4152 21.3891 19.7876 21.5598C20.1816 21.7403 20.7368 21.8899 21.2673 21.5346C21.7532 21.2092 21.8883 20.6708 21.9439 20.2364C22.0001 19.7978 22 19.2222 22 18.5517V18.5517L22 18.5004L22 18.4491V18.449C22 17.7785 22.0001 17.2029 21.9439 16.7643C21.8883 16.3299 21.7532 15.7915 21.2673 15.4662C20.7368 15.1108 20.1816 15.2604 19.7876 15.441C19.4152 15.6116 18.9729 15.9079 18.4832 16.236Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4832 3.23598L18.4326 3.26985L18.3859 3.30114L18.3859 3.30114C17.8928 3.63134 17.4518 3.92661 17.1419 4.21196C16.8044 4.52281 16.5 4.93149 16.5 5.50037C16.5 6.06926 16.8044 6.47794 17.1419 6.78879C17.4518 7.07413 17.8928 7.36941 18.3859 7.69961L18.3859 7.69961L18.4326 7.7309L18.4832 7.76477C18.9729 8.09281 19.4152 8.38914 19.7876 8.55976C20.1816 8.74031 20.7368 8.88991 21.2673 8.53458C21.7532 8.20922 21.8883 7.67081 21.9439 7.23644C22.0001 6.79782 22 6.22221 22 5.55172V5.55167L22 5.50037L22 5.44908V5.44903C22 4.77854 22.0001 4.20293 21.9439 3.76431C21.8883 3.32994 21.7532 2.79153 21.2673 2.46617C20.7368 2.11084 20.1816 2.26044 19.7876 2.44098C19.4152 2.61161 18.9729 2.90795 18.4832 3.23598Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 12C14 11.4477 13.5523 11 13 11L3 11C2.44771 11 2 11.4477 2 12C2 12.5523 2.44771 13 3 13L13 13C13.5523 13 14 12.5523 14 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 18.5C14 17.9477 13.5523 17.5 13 17.5L3 17.5C2.44771 17.5 2 17.9477 2 18.5C2 19.0523 2.44771 19.5 3 19.5L13 19.5C13.5523 19.5 14 19.0523 14 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-rotate-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 11.4477 21.4477 11 22 11C22.5523 11 23 11.4477 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C14.1684 1 16.1907 1.62798 17.8942 2.71104L19.2221 1.38318C19.4052 1.14988 19.6897 1 20.0092 1C20.5615 1 21.0092 1.44772 21.0092 2V5.13219C21.0092 6.35366 19.4915 6.91079 18.7003 5.99107C17.0512 4.15356 14.661 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 11.4477 21.4477 11 22 11C22.5523 11 23 11.4477 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C14.1684 1 16.1907 1.62798 17.8942 2.71104L19.2221 1.38318C19.4052 1.14988 19.6897 1 20.0092 1C20.5615 1 21.0092 1.44772 21.0092 2V5.13219C21.0092 6.35366 19.4915 6.91079 18.7003 5.99107C17.0512 4.15356 14.661 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-rotate-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9949 3C7.02762 3 3 7.02895 3 12C3 15.5612 5.06701 18.6409 8.07013 20.1006C8.56685 20.342 8.7738 20.9404 8.53237 21.4371C8.29094 21.9339 7.69255 22.1408 7.19583 21.8994C3.53004 20.1176 1 16.3552 1 12C1 5.92535 5.92208 1 11.9949 1C14.1731 1 16.2037 1.63426 17.9117 2.72723L19.127 1.51197C19.3403 1.2797 19.6249 1 20 1C20.5523 1 21 1.44772 21 2V5.13219C21 6.35267 19.4829 6.91172 18.6912 5.99084C17.0429 4.15339 14.6541 3 11.9949 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4622 7.70601C21.9937 7.55563 22.5464 7.86452 22.6967 8.39593C22.8199 8.83111 22.9164 9.27057 22.9873 9.71205C23.0748 10.2574 22.7036 10.7704 22.1583 10.8579C21.613 10.9454 21.1 10.5742 21.0125 10.0289C20.9538 9.6631 20.874 9.29971 20.7723 8.94052C20.6219 8.4091 20.9308 7.85639 21.4622 7.70601ZM22.1384 12.5547C22.6824 12.6503 23.0458 13.1687 22.9502 13.7127C22.8738 14.1476 22.7743 14.5781 22.6525 15.002C22.5001 15.5328 21.9461 15.8396 21.4153 15.6871C20.8845 15.5346 20.5778 14.9807 20.7302 14.4499C20.8326 14.0934 20.9163 13.7316 20.9804 13.3665C21.076 12.8225 21.5945 12.4591 22.1384 12.5547ZM20.7261 17.1687C21.184 17.4775 21.3049 18.099 20.9961 18.5569C20.7368 18.9414 20.4555 19.3119 20.153 19.6658C19.7942 20.0857 19.163 20.1352 18.7431 19.7764C18.3233 19.4176 18.2738 18.7864 18.6326 18.3665C18.8851 18.071 19.1205 17.761 19.3379 17.4387C19.6467 16.9808 20.2682 16.8599 20.7261 17.1687ZM17.4392 20.8655C17.7136 21.3448 17.5474 21.9558 17.0681 22.2301C16.6804 22.452 16.2768 22.6528 15.8582 22.8304C15.3498 23.0461 14.7627 22.8088 14.547 22.3004C14.3313 21.792 14.5686 21.205 15.0771 20.9893C15.4221 20.8429 15.7548 20.6773 16.0746 20.4943C16.5539 20.22 17.1649 20.3862 17.4392 20.8655ZM9.89769 21.7767C9.97124 21.2293 10.4746 20.8452 11.0219 20.9188C11.4279 20.9733 11.8429 21.0016 12.2652 21.0016C12.8174 21.0016 13.2652 21.4493 13.2652 22.0016C13.2652 22.5538 12.8174 23.0016 12.2652 23.0016C11.7536 23.0016 11.2497 22.9673 10.7556 22.901C10.2083 22.8274 9.82415 22.3241 9.89769 21.7767Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9949 3C7.02762 3 3 7.02895 3 12C3 15.5612 5.06701 18.6409 8.07013 20.1006C8.56685 20.342 8.7738 20.9404 8.53237 21.4371C8.29094 21.9339 7.69255 22.1408 7.19583 21.8994C3.53004 20.1176 1 16.3552 1 12C1 5.92535 5.92208 1 11.9949 1C14.1731 1 16.2037 1.63426 17.9117 2.72723L19.127 1.51197C19.3403 1.2797 19.6249 1 20 1C20.5523 1 21 1.44772 21 2V5.13219C21 6.35267 19.4829 6.91172 18.6912 5.99084C17.0429 4.15339 14.6541 3 11.9949 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4622 7.70601C21.9937 7.55563 22.5464 7.86452 22.6967 8.39593C22.8199 8.83111 22.9164 9.27057 22.9873 9.71205C23.0748 10.2574 22.7036 10.7704 22.1583 10.8579C21.613 10.9454 21.1 10.5742 21.0125 10.0289C20.9538 9.6631 20.874 9.29971 20.7723 8.94052C20.6219 8.4091 20.9308 7.85639 21.4622 7.70601ZM22.1384 12.5547C22.6824 12.6503 23.0458 13.1687 22.9502 13.7127C22.8738 14.1476 22.7743 14.5781 22.6525 15.002C22.5001 15.5328 21.9461 15.8396 21.4153 15.6871C20.8845 15.5346 20.5778 14.9807 20.7302 14.4499C20.8326 14.0934 20.9163 13.7316 20.9804 13.3665C21.076 12.8225 21.5945 12.4591 22.1384 12.5547ZM20.7261 17.1687C21.184 17.4775 21.3049 18.099 20.9961 18.5569C20.7368 18.9414 20.4555 19.3119 20.153 19.6658C19.7942 20.0857 19.163 20.1352 18.7431 19.7764C18.3233 19.4176 18.2738 18.7864 18.6326 18.3665C18.8851 18.071 19.1205 17.761 19.3379 17.4387C19.6467 16.9808 20.2682 16.8599 20.7261 17.1687ZM17.4392 20.8655C17.7136 21.3448 17.5474 21.9558 17.0681 22.2301C16.6804 22.452 16.2768 22.6528 15.8582 22.8304C15.3498 23.0461 14.7627 22.8088 14.547 22.3004C14.3313 21.792 14.5686 21.205 15.0771 20.9893C15.4221 20.8429 15.7548 20.6773 16.0746 20.4943C16.5539 20.22 17.1649 20.3862 17.4392 20.8655ZM9.89769 21.7767C9.97124 21.2293 10.4746 20.8452 11.0219 20.9188C11.4279 20.9733 11.8429 21.0016 12.2652 21.0016C12.8174 21.0016 13.2652 21.4493 13.2652 22.0016C13.2652 22.5538 12.8174 23.0016 12.2652 23.0016C11.7536 23.0016 11.2497 22.9673 10.7556 22.901C10.2083 22.8274 9.82415 22.3241 9.89769 21.7767Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-rotate-360{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8141 4.27994C12.5236 4.83238 9.94516 6.1881 7.66241 8.24244C5.37669 10.2995 3.89498 12.5994 3.29839 14.6077C2.69751 16.6304 3.02979 18.1554 4.01266 19.0378C5.0439 19.9635 6.85003 20.2787 9.16136 19.7296C11.4363 19.189 14.0003 17.8462 16.2829 15.792C16.6628 15.4501 17.2395 15.4497 17.6198 15.7912C18.1518 16.2687 18.2255 16.9863 18.2331 17.4158C18.242 17.9153 18.162 18.4559 18.0673 18.922C17.9708 19.3974 17.8489 19.8427 17.7526 20.1658C17.7052 20.3248 17.6133 20.6052 17.5803 20.7059L17.5782 20.7125C17.3954 21.2336 16.8245 21.5086 16.3033 21.3258C16.0698 21.2438 15.9049 21.0607 15.7704 20.8857L14.6805 19.4977C13.0043 20.5442 11.2722 21.2837 9.62369 21.6754C7.01761 22.2946 4.41012 22.0822 2.67662 20.5261C0.89474 18.9265 0.661463 16.4609 1.3812 14.0382C2.10523 11.6009 3.83031 9.00046 6.32453 6.75581C8.82173 4.50848 11.6913 2.97577 14.3451 2.33569C16.9599 1.70504 19.5849 1.90036 21.3224 3.46007C22.571 4.58097 23.0688 6.15327 22.9917 7.82676C22.9155 9.48419 22.2803 11.2823 21.2199 13.0227C20.9325 13.4944 20.3172 13.6437 19.8456 13.3563C19.3739 13.069 19.2246 12.4537 19.5119 11.9821C20.4508 10.4412 20.9371 8.96752 20.9939 7.73481C21.0498 6.51815 20.6922 5.58198 19.9863 4.94835C18.959 4.02612 17.1436 3.71807 14.8141 4.27994Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8141 4.27994C12.5236 4.83238 9.94516 6.1881 7.66241 8.24244C5.37669 10.2995 3.89498 12.5994 3.29839 14.6077C2.69751 16.6304 3.02979 18.1554 4.01266 19.0378C5.0439 19.9635 6.85003 20.2787 9.16136 19.7296C11.4363 19.189 14.0003 17.8462 16.2829 15.792C16.6628 15.4501 17.2395 15.4497 17.6198 15.7912C18.1518 16.2687 18.2255 16.9863 18.2331 17.4158C18.242 17.9153 18.162 18.4559 18.0673 18.922C17.9708 19.3974 17.8489 19.8427 17.7526 20.1658C17.7052 20.3248 17.6133 20.6052 17.5803 20.7059L17.5782 20.7125C17.3954 21.2336 16.8245 21.5086 16.3033 21.3258C16.0698 21.2438 15.9049 21.0607 15.7704 20.8857L14.6805 19.4977C13.0043 20.5442 11.2722 21.2837 9.62369 21.6754C7.01761 22.2946 4.41012 22.0822 2.67662 20.5261C0.89474 18.9265 0.661463 16.4609 1.3812 14.0382C2.10523 11.6009 3.83031 9.00046 6.32453 6.75581C8.82173 4.50848 11.6913 2.97577 14.3451 2.33569C16.9599 1.70504 19.5849 1.90036 21.3224 3.46007C22.571 4.58097 23.0688 6.15327 22.9917 7.82676C22.9155 9.48419 22.2803 11.2823 21.2199 13.0227C20.9325 13.4944 20.3172 13.6437 19.8456 13.3563C19.3739 13.069 19.2246 12.4537 19.5119 11.9821C20.4508 10.4412 20.9371 8.96752 20.9939 7.73481C21.0498 6.51815 20.6922 5.58198 19.9863 4.94835C18.959 4.02612 17.1436 3.71807 14.8141 4.27994Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-rotate-bottom-left-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.05575 2.25C10.6583 2.24998 11.9373 2.24997 12.9404 2.38483C13.9767 2.52415 14.8301 2.81966 15.5052 3.4948C16.1803 4.16994 16.4759 5.02335 16.6152 6.05961C16.75 7.0627 16.75 8.34166 16.75 9.94426V10.0557C16.75 11.6583 16.75 12.9373 16.6152 13.9404C16.4758 14.9767 16.1803 15.8301 15.5052 16.5052C14.8301 17.1803 13.9767 17.4759 12.9404 17.6152C11.9373 17.75 10.6583 17.75 9.05574 17.75H8.94426C7.34166 17.75 6.0627 17.75 5.05961 17.6152C4.02335 17.4759 3.16994 17.1803 2.4948 16.5052C1.81966 15.8301 1.52415 14.9767 1.38483 13.9404C1.24997 12.9373 1.24998 11.6583 1.25 10.0557V10.0557V9.94426V9.94425C1.24998 8.34166 1.24997 7.0627 1.38483 6.05961C1.52415 5.02335 1.81966 4.16994 2.4948 3.4948C3.16994 2.81966 4.02335 2.52415 5.05961 2.38483C6.0627 2.24997 7.34166 2.24998 8.94425 2.25H8.94426H9.05574H9.05575Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.3854 11.75C18.3854 11.1977 18.8331 10.75 19.3854 10.75C19.9399 10.75 20.3404 11.0377 20.6072 11.2845C20.8514 11.5103 21.1104 11.8244 21.3747 12.1449C21.3865 12.1593 21.3984 12.1737 21.4103 12.1881L22.5204 13.5338C22.8719 13.9598 22.8114 14.5901 22.3854 14.9415C21.9594 15.293 21.3291 15.2325 20.9776 14.8065L20.3832 14.0859C20.3763 15.3399 20.3478 16.3962 20.23 17.2723C20.0687 18.4725 19.7235 19.483 18.9209 20.2855C18.1184 21.0881 17.1079 21.4333 15.9077 21.5946C14.7518 21.75 13.282 21.75 11.4586 21.75H10.749C10.1967 21.75 9.74902 21.3023 9.74902 20.75C9.74902 20.1977 10.1967 19.75 10.749 19.75H11.3854C13.2993 19.75 14.6341 19.7479 15.6412 19.6125C16.6196 19.4809 17.1377 19.2403 17.5067 18.8713C17.8757 18.5023 18.1163 17.9842 18.2479 17.0058C18.3833 15.9987 18.3854 14.6639 18.3854 12.75V11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.05575 2.25C10.6583 2.24998 11.9373 2.24997 12.9404 2.38483C13.9767 2.52415 14.8301 2.81966 15.5052 3.4948C16.1803 4.16994 16.4759 5.02335 16.6152 6.05961C16.75 7.0627 16.75 8.34166 16.75 9.94426V10.0557C16.75 11.6583 16.75 12.9373 16.6152 13.9404C16.4758 14.9767 16.1803 15.8301 15.5052 16.5052C14.8301 17.1803 13.9767 17.4759 12.9404 17.6152C11.9373 17.75 10.6583 17.75 9.05574 17.75H8.94426C7.34166 17.75 6.0627 17.75 5.05961 17.6152C4.02335 17.4759 3.16994 17.1803 2.4948 16.5052C1.81966 15.8301 1.52415 14.9767 1.38483 13.9404C1.24997 12.9373 1.24998 11.6583 1.25 10.0557V10.0557V9.94426V9.94425C1.24998 8.34166 1.24997 7.0627 1.38483 6.05961C1.52415 5.02335 1.81966 4.16994 2.4948 3.4948C3.16994 2.81966 4.02335 2.52415 5.05961 2.38483C6.0627 2.24997 7.34166 2.24998 8.94425 2.25H8.94426H9.05574H9.05575Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.3854 11.75C18.3854 11.1977 18.8331 10.75 19.3854 10.75C19.9399 10.75 20.3404 11.0377 20.6072 11.2845C20.8514 11.5103 21.1104 11.8244 21.3747 12.1449C21.3865 12.1593 21.3984 12.1737 21.4103 12.1881L22.5204 13.5338C22.8719 13.9598 22.8114 14.5901 22.3854 14.9415C21.9594 15.293 21.3291 15.2325 20.9776 14.8065L20.3832 14.0859C20.3763 15.3399 20.3478 16.3962 20.23 17.2723C20.0687 18.4725 19.7235 19.483 18.9209 20.2855C18.1184 21.0881 17.1079 21.4333 15.9077 21.5946C14.7518 21.75 13.282 21.75 11.4586 21.75H10.749C10.1967 21.75 9.74902 21.3023 9.74902 20.75C9.74902 20.1977 10.1967 19.75 10.749 19.75H11.3854C13.2993 19.75 14.6341 19.7479 15.6412 19.6125C16.6196 19.4809 17.1377 19.2403 17.5067 18.8713C17.8757 18.5023 18.1163 17.9842 18.2479 17.0058C18.3833 15.9987 18.3854 14.6639 18.3854 12.75V11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-rotate-bottom-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9433 2.25C13.3407 2.24998 12.0617 2.24997 11.0586 2.38483C10.0224 2.52415 9.16896 2.81966 8.49382 3.4948C7.81868 4.16994 7.52317 5.02335 7.38385 6.05961C7.24899 7.0627 7.249 8.34166 7.24902 9.94426V10.0557C7.249 11.6583 7.24899 12.9373 7.38385 13.9404C7.52317 14.9767 7.81868 15.8301 8.49382 16.5052C9.16896 17.1803 10.0224 17.4759 11.0586 17.6152C12.0617 17.75 13.3407 17.75 14.9433 17.75H15.0548C16.6574 17.75 17.9363 17.75 18.9394 17.6152C19.9757 17.4759 20.8291 17.1803 21.5042 16.5052C22.1794 15.8301 22.4749 14.9767 22.6142 13.9404C22.7491 12.9373 22.749 11.6583 22.749 10.0557V10.0557V9.94426V9.94425C22.749 8.34166 22.7491 7.0627 22.6142 6.05961C22.4749 5.02335 22.1794 4.16994 21.5042 3.4948C20.8291 2.81966 19.9757 2.52415 18.9394 2.38483C17.9363 2.24997 16.6574 2.24998 15.0548 2.25H15.0548H14.9433H14.9433Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.61364 11.75C5.61364 11.1977 5.16592 10.75 4.61364 10.75C4.05917 10.75 3.6586 11.0377 3.3918 11.2845C3.14767 11.5103 2.88862 11.8244 2.62436 12.1449C2.61249 12.1593 2.60062 12.1737 2.58874 12.1881L1.47861 13.5338C1.12716 13.9598 1.18761 14.5901 1.61364 14.9415C2.03967 15.293 2.66994 15.2325 3.02139 14.8065L3.61582 14.0859C3.62271 15.3399 3.65121 16.3962 3.769 17.2723C3.93036 18.4725 4.27555 19.483 5.0781 20.2855C5.88066 21.0881 6.89116 21.4333 8.0913 21.5946C9.24726 21.75 10.717 21.75 12.5405 21.75H13.25C13.8023 21.75 14.25 21.3023 14.25 20.75C14.25 20.1977 13.8023 19.75 13.25 19.75H12.6136C10.6998 19.75 9.36493 19.7479 8.3578 19.6125C7.37943 19.4809 6.86133 19.2403 6.49232 18.8713C6.1233 18.5023 5.8827 17.9842 5.75117 17.0058C5.61576 15.9987 5.61364 14.6639 5.61364 12.75V11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9433 2.25C13.3407 2.24998 12.0617 2.24997 11.0586 2.38483C10.0224 2.52415 9.16896 2.81966 8.49382 3.4948C7.81868 4.16994 7.52317 5.02335 7.38385 6.05961C7.24899 7.0627 7.249 8.34166 7.24902 9.94426V10.0557C7.249 11.6583 7.24899 12.9373 7.38385 13.9404C7.52317 14.9767 7.81868 15.8301 8.49382 16.5052C9.16896 17.1803 10.0224 17.4759 11.0586 17.6152C12.0617 17.75 13.3407 17.75 14.9433 17.75H15.0548C16.6574 17.75 17.9363 17.75 18.9394 17.6152C19.9757 17.4759 20.8291 17.1803 21.5042 16.5052C22.1794 15.8301 22.4749 14.9767 22.6142 13.9404C22.7491 12.9373 22.749 11.6583 22.749 10.0557V10.0557V9.94426V9.94425C22.749 8.34166 22.7491 7.0627 22.6142 6.05961C22.4749 5.02335 22.1794 4.16994 21.5042 3.4948C20.8291 2.81966 19.9757 2.52415 18.9394 2.38483C17.9363 2.24997 16.6574 2.24998 15.0548 2.25H15.0548H14.9433H14.9433Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.61364 11.75C5.61364 11.1977 5.16592 10.75 4.61364 10.75C4.05917 10.75 3.6586 11.0377 3.3918 11.2845C3.14767 11.5103 2.88862 11.8244 2.62436 12.1449C2.61249 12.1593 2.60062 12.1737 2.58874 12.1881L1.47861 13.5338C1.12716 13.9598 1.18761 14.5901 1.61364 14.9415C2.03967 15.293 2.66994 15.2325 3.02139 14.8065L3.61582 14.0859C3.62271 15.3399 3.65121 16.3962 3.769 17.2723C3.93036 18.4725 4.27555 19.483 5.0781 20.2855C5.88066 21.0881 6.89116 21.4333 8.0913 21.5946C9.24726 21.75 10.717 21.75 12.5405 21.75H13.25C13.8023 21.75 14.25 21.3023 14.25 20.75C14.25 20.1977 13.8023 19.75 13.25 19.75H12.6136C10.6998 19.75 9.36493 19.7479 8.3578 19.6125C7.37943 19.4809 6.86133 19.2403 6.49232 18.8713C6.1233 18.5023 5.8827 17.9842 5.75117 17.0058C5.61576 15.9987 5.61364 14.6639 5.61364 12.75V11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-rotate-clockwise{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0051 3C16.9724 3 21 7.02895 21 12C21 15.5612 18.933 18.6409 15.9299 20.1006C15.4332 20.342 15.2262 20.9404 15.4676 21.4371C15.7091 21.9339 16.3075 22.1408 16.8042 21.8994C20.47 20.1176 23 16.3552 23 12C23 5.92535 18.0779 1 12.0051 1C9.82695 1 7.79628 1.63426 6.08829 2.72723L4.87303 1.51197C4.65968 1.2797 4.37506 1 4 1C3.44772 1 3 1.44772 3 2V5.13219C3 6.35267 4.51712 6.91172 5.30883 5.99084C6.95707 4.15339 9.34588 3 12.0051 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.53776 7.70601C2.00634 7.55563 1.45364 7.86452 1.30325 8.39593C1.18011 8.83111 1.08357 9.27057 1.01273 9.71205C0.925231 10.2574 1.29636 10.7704 1.84167 10.8579C2.38698 10.9454 2.89997 10.5742 2.98747 10.0289C3.04617 9.6631 3.12604 9.29971 3.22768 8.94052C3.37807 8.4091 3.06918 7.85639 2.53776 7.70601ZM1.86159 12.5547C1.31764 12.6503 0.954171 13.1687 1.04976 13.7127C1.1262 14.1476 1.22573 14.5781 1.34748 15.002C1.49994 15.5328 2.05385 15.8396 2.58468 15.6871C3.1155 15.5346 3.42222 14.9807 3.26976 14.4499C3.16735 14.0934 3.08374 13.7316 3.01958 13.3665C2.92399 12.8225 2.40554 12.4591 1.86159 12.5547ZM3.27389 17.1687C2.816 17.4775 2.69514 18.099 3.00393 18.5569C3.2632 18.9414 3.54451 19.3119 3.84697 19.6658C4.20576 20.0857 4.83699 20.1352 5.25685 19.7764C5.67672 19.4176 5.72622 18.7864 5.36742 18.3665C5.11488 18.071 4.87947 17.761 4.6621 17.4387C4.35331 16.9808 3.73178 16.8599 3.27389 17.1687ZM6.56077 20.8655C6.28643 21.3448 6.45259 21.9558 6.93192 22.2301C7.31958 22.452 7.72316 22.6528 8.14182 22.8304C8.65024 23.0461 9.23725 22.8088 9.45295 22.3004C9.66865 21.792 9.43136 21.205 8.92294 20.9893C8.57788 20.8429 8.24517 20.6773 7.92542 20.4943C7.44609 20.22 6.83512 20.3862 6.56077 20.8655ZM14.1023 21.7767C14.0288 21.2293 13.5254 20.8452 12.9781 20.9188C12.5721 20.9733 12.1571 21.0016 11.7348 21.0016C11.1826 21.0016 10.7348 21.4493 10.7348 22.0016C10.7348 22.5538 11.1826 23.0016 11.7348 23.0016C12.2464 23.0016 12.7503 22.9673 13.2444 22.901C13.7917 22.8274 14.1758 22.3241 14.1023 21.7767Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0051 3C16.9724 3 21 7.02895 21 12C21 15.5612 18.933 18.6409 15.9299 20.1006C15.4332 20.342 15.2262 20.9404 15.4676 21.4371C15.7091 21.9339 16.3075 22.1408 16.8042 21.8994C20.47 20.1176 23 16.3552 23 12C23 5.92535 18.0779 1 12.0051 1C9.82695 1 7.79628 1.63426 6.08829 2.72723L4.87303 1.51197C4.65968 1.2797 4.37506 1 4 1C3.44772 1 3 1.44772 3 2V5.13219C3 6.35267 4.51712 6.91172 5.30883 5.99084C6.95707 4.15339 9.34588 3 12.0051 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.53776 7.70601C2.00634 7.55563 1.45364 7.86452 1.30325 8.39593C1.18011 8.83111 1.08357 9.27057 1.01273 9.71205C0.925231 10.2574 1.29636 10.7704 1.84167 10.8579C2.38698 10.9454 2.89997 10.5742 2.98747 10.0289C3.04617 9.6631 3.12604 9.29971 3.22768 8.94052C3.37807 8.4091 3.06918 7.85639 2.53776 7.70601ZM1.86159 12.5547C1.31764 12.6503 0.954171 13.1687 1.04976 13.7127C1.1262 14.1476 1.22573 14.5781 1.34748 15.002C1.49994 15.5328 2.05385 15.8396 2.58468 15.6871C3.1155 15.5346 3.42222 14.9807 3.26976 14.4499C3.16735 14.0934 3.08374 13.7316 3.01958 13.3665C2.92399 12.8225 2.40554 12.4591 1.86159 12.5547ZM3.27389 17.1687C2.816 17.4775 2.69514 18.099 3.00393 18.5569C3.2632 18.9414 3.54451 19.3119 3.84697 19.6658C4.20576 20.0857 4.83699 20.1352 5.25685 19.7764C5.67672 19.4176 5.72622 18.7864 5.36742 18.3665C5.11488 18.071 4.87947 17.761 4.6621 17.4387C4.35331 16.9808 3.73178 16.8599 3.27389 17.1687ZM6.56077 20.8655C6.28643 21.3448 6.45259 21.9558 6.93192 22.2301C7.31958 22.452 7.72316 22.6528 8.14182 22.8304C8.65024 23.0461 9.23725 22.8088 9.45295 22.3004C9.66865 21.792 9.43136 21.205 8.92294 20.9893C8.57788 20.8429 8.24517 20.6773 7.92542 20.4943C7.44609 20.22 6.83512 20.3862 6.56077 20.8655ZM14.1023 21.7767C14.0288 21.2293 13.5254 20.8452 12.9781 20.9188C12.5721 20.9733 12.1571 21.0016 11.7348 21.0016C11.1826 21.0016 10.7348 21.4493 10.7348 22.0016C10.7348 22.5538 11.1826 23.0016 11.7348 23.0016C12.2464 23.0016 12.7503 22.9673 13.2444 22.901C13.7917 22.8274 14.1758 22.3241 14.1023 21.7767Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-rotate-crop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7052 3.57483C19.0607 4.38436 20.75 6.61708 20.75 9.25C20.75 9.80228 21.1977 10.25 21.75 10.25C22.3023 10.25 22.75 9.80228 22.75 9.25C22.75 4.82772 19.1723 1.25 14.75 1.25C14.3897 1.25 14.0573 1.44379 13.8798 1.7573C13.7023 2.07081 13.7071 2.45556 13.8925 2.76449L14.9425 4.51449C15.2266 4.98807 15.8409 5.14164 16.3145 4.8575C16.7588 4.59091 16.9214 4.03377 16.7052 3.57483Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 13.75C1.69772 13.75 1.25 14.1977 1.25 14.75C1.25 19.1723 4.82772 22.75 9.25 22.75C9.61027 22.75 9.94269 22.5562 10.1202 22.2427C10.2977 21.9292 10.2929 21.5444 10.1075 21.2355L9.05751 19.4855C8.77336 19.0119 8.1591 18.8584 7.68552 19.1425C7.24121 19.4091 7.07858 19.9662 7.29482 20.4252C4.93928 19.6156 3.25 17.3829 3.25 14.75C3.25 14.1977 2.80228 13.75 2.25 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 4C7.55228 4 8 4.44772 8 5V6L12.0686 6C13.1886 5.99996 14.1287 5.99992 14.8764 6.10045C15.6681 6.20688 16.392 6.44224 16.9749 7.02513C17.5578 7.60801 17.7931 8.3319 17.8996 9.12357C18.0001 9.87126 18 10.8114 18 11.9314L18 16H19C19.5523 16 20 16.4477 20 17C20 17.5523 19.5523 18 19 18H18V19C18 19.5523 17.5523 20 17 20C16.4477 20 16 19.5523 16 19V18L11.9314 18C10.8114 18 9.87126 18.0001 9.12357 17.8996C8.3319 17.7931 7.60801 17.5578 7.02513 16.9749C6.44224 16.392 6.20688 15.6681 6.10045 14.8764C5.99992 14.1287 5.99996 13.1886 6 12.0686L6 8H5C4.44772 8 4 7.55228 4 7C4 6.44772 4.44772 6 5 6H6V5C6 4.44772 6.44772 4 7 4ZM8 8V12C8 13.2068 8.00212 14.0113 8.08261 14.6099C8.15923 15.1798 8.28999 15.4113 8.43934 15.5607C8.58869 15.71 8.82017 15.8408 9.39007 15.9174C9.98873 15.9979 10.7932 16 12 16H16V12C16 10.7932 15.9979 9.98873 15.9174 9.39007C15.8408 8.82017 15.71 8.58869 15.5607 8.43934C15.4113 8.28999 15.1798 8.15923 14.6099 8.08261C14.0113 8.00212 13.2068 8 12 8H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7052 3.57483C19.0607 4.38436 20.75 6.61708 20.75 9.25C20.75 9.80228 21.1977 10.25 21.75 10.25C22.3023 10.25 22.75 9.80228 22.75 9.25C22.75 4.82772 19.1723 1.25 14.75 1.25C14.3897 1.25 14.0573 1.44379 13.8798 1.7573C13.7023 2.07081 13.7071 2.45556 13.8925 2.76449L14.9425 4.51449C15.2266 4.98807 15.8409 5.14164 16.3145 4.8575C16.7588 4.59091 16.9214 4.03377 16.7052 3.57483Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 13.75C1.69772 13.75 1.25 14.1977 1.25 14.75C1.25 19.1723 4.82772 22.75 9.25 22.75C9.61027 22.75 9.94269 22.5562 10.1202 22.2427C10.2977 21.9292 10.2929 21.5444 10.1075 21.2355L9.05751 19.4855C8.77336 19.0119 8.1591 18.8584 7.68552 19.1425C7.24121 19.4091 7.07858 19.9662 7.29482 20.4252C4.93928 19.6156 3.25 17.3829 3.25 14.75C3.25 14.1977 2.80228 13.75 2.25 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 4C7.55228 4 8 4.44772 8 5V6L12.0686 6C13.1886 5.99996 14.1287 5.99992 14.8764 6.10045C15.6681 6.20688 16.392 6.44224 16.9749 7.02513C17.5578 7.60801 17.7931 8.3319 17.8996 9.12357C18.0001 9.87126 18 10.8114 18 11.9314L18 16H19C19.5523 16 20 16.4477 20 17C20 17.5523 19.5523 18 19 18H18V19C18 19.5523 17.5523 20 17 20C16.4477 20 16 19.5523 16 19V18L11.9314 18C10.8114 18 9.87126 18.0001 9.12357 17.8996C8.3319 17.7931 7.60801 17.5578 7.02513 16.9749C6.44224 16.392 6.20688 15.6681 6.10045 14.8764C5.99992 14.1287 5.99996 13.1886 6 12.0686L6 8H5C4.44772 8 4 7.55228 4 7C4 6.44772 4.44772 6 5 6H6V5C6 4.44772 6.44772 4 7 4ZM8 8V12C8 13.2068 8.00212 14.0113 8.08261 14.6099C8.15923 15.1798 8.28999 15.4113 8.43934 15.5607C8.58869 15.71 8.82017 15.8408 9.39007 15.9174C9.98873 15.9979 10.7932 16 12 16H16V12C16 10.7932 15.9979 9.98873 15.9174 9.39007C15.8408 8.82017 15.71 8.58869 15.5607 8.43934C15.4113 8.28999 15.1798 8.15923 14.6099 8.08261C14.0113 8.00212 13.2068 8 12 8H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-rotate-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3C11.3536 3 10.6871 3.34795 9.35015 4.5998C8.947 4.97728 8.31418 4.95647 7.9367 4.55332C7.55922 4.15017 7.58003 3.51735 7.98318 3.13987C9.30886 1.89861 10.4931 1 12 1C13.0548 1 13.9411 1.4382 14.8193 2.10823C15.6621 2.75125 16.6047 3.6939 17.7656 4.85478L19.1452 6.23446C20.3061 7.39529 21.2488 8.3379 21.8918 9.18067C22.5618 10.0589 23 10.9452 23 12C23 13.0548 22.5618 13.9411 21.8918 14.8193C21.2488 15.6621 20.3061 16.6047 19.1453 17.7655L19.1452 17.7655L17.7655 19.1453C16.6047 20.3061 15.6621 21.2488 14.8193 21.8918C13.9411 22.5618 13.0548 23 12 23C10.9452 23 10.0589 22.5618 9.18067 21.8918C8.33791 21.2488 7.39532 20.3061 6.23451 19.1453L6.23445 19.1452L6.18331 19.0941L4.85477 17.7655L4.85475 17.7655C3.69388 16.6047 2.75125 15.6621 2.10824 14.8193C1.4382 13.9411 1 13.0548 1 12C1 11.1778 1.32417 10.4194 1.7748 9.71894C2.10001 9.21344 2.51899 8.69585 3 8.15957L2.00864 7.37116C1.7748 7.15957 1.5 6.8737 1.5 6.5C1.5 5.94772 1.94772 5.5 2.5 5.5H3.58579L3.64869 5.49999C4.10017 5.49989 4.54056 5.49979 4.88077 5.54756C5.19848 5.59217 5.86404 5.7323 6.15424 6.40825C6.446 7.08785 6.08241 7.6703 5.89701 7.929C5.69556 8.21008 5.3895 8.53213 5.07407 8.86402L5.03081 8.90955C4.32413 9.65343 3.80131 10.2655 3.45679 10.801C3.11259 11.336 3 11.7134 3 12C3 12.4417 3.16398 12.9059 3.69828 13.6062C4.25019 14.3295 5.0958 15.1781 6.32013 16.4025L7.59753 17.6799C8.82185 18.9042 9.67047 19.7498 10.3938 20.3017C11.0941 20.836 11.5583 21 12 21C12.4417 21 12.9059 20.836 13.6062 20.3017C14.3295 19.7498 15.1782 18.9042 16.4025 17.6799L17.6799 16.4025C18.9042 15.1781 19.7498 14.3295 20.3017 13.6062C20.836 12.9059 21 12.4417 21 12C21 11.5583 20.836 11.0941 20.3017 10.3938C19.7498 9.67047 18.9042 8.82185 17.6799 7.59752L16.4025 6.32013C15.1782 5.0958 14.3295 4.25019 13.6062 3.69828C12.9059 3.16397 12.4417 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3C11.3536 3 10.6871 3.34795 9.35015 4.5998C8.947 4.97728 8.31418 4.95647 7.9367 4.55332C7.55922 4.15017 7.58003 3.51735 7.98318 3.13987C9.30886 1.89861 10.4931 1 12 1C13.0548 1 13.9411 1.4382 14.8193 2.10823C15.6621 2.75125 16.6047 3.6939 17.7656 4.85478L19.1452 6.23446C20.3061 7.39529 21.2488 8.3379 21.8918 9.18067C22.5618 10.0589 23 10.9452 23 12C23 13.0548 22.5618 13.9411 21.8918 14.8193C21.2488 15.6621 20.3061 16.6047 19.1453 17.7655L19.1452 17.7655L17.7655 19.1453C16.6047 20.3061 15.6621 21.2488 14.8193 21.8918C13.9411 22.5618 13.0548 23 12 23C10.9452 23 10.0589 22.5618 9.18067 21.8918C8.33791 21.2488 7.39532 20.3061 6.23451 19.1453L6.23445 19.1452L6.18331 19.0941L4.85477 17.7655L4.85475 17.7655C3.69388 16.6047 2.75125 15.6621 2.10824 14.8193C1.4382 13.9411 1 13.0548 1 12C1 11.1778 1.32417 10.4194 1.7748 9.71894C2.10001 9.21344 2.51899 8.69585 3 8.15957L2.00864 7.37116C1.7748 7.15957 1.5 6.8737 1.5 6.5C1.5 5.94772 1.94772 5.5 2.5 5.5H3.58579L3.64869 5.49999C4.10017 5.49989 4.54056 5.49979 4.88077 5.54756C5.19848 5.59217 5.86404 5.7323 6.15424 6.40825C6.446 7.08785 6.08241 7.6703 5.89701 7.929C5.69556 8.21008 5.3895 8.53213 5.07407 8.86402L5.03081 8.90955C4.32413 9.65343 3.80131 10.2655 3.45679 10.801C3.11259 11.336 3 11.7134 3 12C3 12.4417 3.16398 12.9059 3.69828 13.6062C4.25019 14.3295 5.0958 15.1781 6.32013 16.4025L7.59753 17.6799C8.82185 18.9042 9.67047 19.7498 10.3938 20.3017C11.0941 20.836 11.5583 21 12 21C12.4417 21 12.9059 20.836 13.6062 20.3017C14.3295 19.7498 15.1782 18.9042 16.4025 17.6799L17.6799 16.4025C18.9042 15.1781 19.7498 14.3295 20.3017 13.6062C20.836 12.9059 21 12.4417 21 12C21 11.5583 20.836 11.0941 20.3017 10.3938C19.7498 9.67047 18.9042 8.82185 17.6799 7.59752L16.4025 6.32013C15.1782 5.0958 14.3295 4.25019 13.6062 3.69828C12.9059 3.16397 12.4417 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-rotate-top-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.94425 7.25C8.34166 7.24998 7.0627 7.24997 6.05961 7.38483C5.02335 7.52415 4.16994 7.81966 3.4948 8.4948C2.81966 9.16994 2.52415 10.0233 2.38483 11.0596C2.24997 12.0627 2.24998 13.3417 2.25 14.9443V15.0557C2.24998 16.6583 2.24997 17.9373 2.38483 18.9404C2.52415 19.9767 2.81966 20.8301 3.4948 21.5052C4.16994 22.1803 5.02335 22.4759 6.05961 22.6152C7.0627 22.75 8.34166 22.75 9.94426 22.75H10.0557C11.6583 22.75 12.9373 22.75 13.9404 22.6152C14.9767 22.4759 15.8301 22.1803 16.5052 21.5052C17.1803 20.8301 17.4758 19.9767 17.6152 18.9404C17.75 17.9373 17.75 16.6583 17.75 15.0558V15.0557V14.9443V14.9443C17.75 13.3417 17.75 12.0627 17.6152 11.0596C17.4758 10.0233 17.1803 9.16994 16.5052 8.4948C15.8301 7.81966 14.9767 7.52415 13.9404 7.38483C12.9373 7.24997 11.6583 7.24998 10.0558 7.25H10.0557H9.94426H9.94425Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9415 1.61367C14.5901 1.18764 13.9598 1.12718 13.5338 1.47864L12.1881 2.58877C12.1737 2.60065 12.1593 2.61252 12.1449 2.62438C11.8244 2.88865 11.5103 3.14769 11.2845 3.39183C11.0377 3.65863 10.75 4.0592 10.75 4.61366C10.75 4.87888 10.8554 5.13323 11.0429 5.32077C11.2304 5.50831 11.4848 5.61366 11.75 5.61366H12.75C14.6639 5.61366 15.9987 5.61579 17.0058 5.75119C17.9842 5.88273 18.5023 6.12333 18.8713 6.49234C19.2403 6.86136 19.4809 7.37946 19.6125 8.35782C19.7479 9.36496 19.75 10.6998 19.75 12.6137V13.25C19.75 13.8023 20.1977 14.25 20.75 14.25C21.3023 14.25 21.75 13.8023 21.75 13.25L21.75 12.5405C21.75 10.717 21.75 9.24728 21.5946 8.09133C21.4333 6.89118 21.0881 5.88069 20.2855 5.07813C19.483 4.27557 18.4725 3.93038 17.2723 3.76903C16.3962 3.65124 15.3399 3.62274 14.0859 3.61585L14.8065 3.02142C15.2325 2.66997 15.293 2.03969 14.9415 1.61367Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.94425 7.25C8.34166 7.24998 7.0627 7.24997 6.05961 7.38483C5.02335 7.52415 4.16994 7.81966 3.4948 8.4948C2.81966 9.16994 2.52415 10.0233 2.38483 11.0596C2.24997 12.0627 2.24998 13.3417 2.25 14.9443V15.0557C2.24998 16.6583 2.24997 17.9373 2.38483 18.9404C2.52415 19.9767 2.81966 20.8301 3.4948 21.5052C4.16994 22.1803 5.02335 22.4759 6.05961 22.6152C7.0627 22.75 8.34166 22.75 9.94426 22.75H10.0557C11.6583 22.75 12.9373 22.75 13.9404 22.6152C14.9767 22.4759 15.8301 22.1803 16.5052 21.5052C17.1803 20.8301 17.4758 19.9767 17.6152 18.9404C17.75 17.9373 17.75 16.6583 17.75 15.0558V15.0557V14.9443V14.9443C17.75 13.3417 17.75 12.0627 17.6152 11.0596C17.4758 10.0233 17.1803 9.16994 16.5052 8.4948C15.8301 7.81966 14.9767 7.52415 13.9404 7.38483C12.9373 7.24997 11.6583 7.24998 10.0558 7.25H10.0557H9.94426H9.94425Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9415 1.61367C14.5901 1.18764 13.9598 1.12718 13.5338 1.47864L12.1881 2.58877C12.1737 2.60065 12.1593 2.61252 12.1449 2.62438C11.8244 2.88865 11.5103 3.14769 11.2845 3.39183C11.0377 3.65863 10.75 4.0592 10.75 4.61366C10.75 4.87888 10.8554 5.13323 11.0429 5.32077C11.2304 5.50831 11.4848 5.61366 11.75 5.61366H12.75C14.6639 5.61366 15.9987 5.61579 17.0058 5.75119C17.9842 5.88273 18.5023 6.12333 18.8713 6.49234C19.2403 6.86136 19.4809 7.37946 19.6125 8.35782C19.7479 9.36496 19.75 10.6998 19.75 12.6137V13.25C19.75 13.8023 20.1977 14.25 20.75 14.25C21.3023 14.25 21.75 13.8023 21.75 13.25L21.75 12.5405C21.75 10.717 21.75 9.24728 21.5946 8.09133C21.4333 6.89118 21.0881 5.88069 20.2855 5.07813C19.483 4.27557 18.4725 3.93038 17.2723 3.76903C16.3962 3.65124 15.3399 3.62274 14.0859 3.61585L14.8065 3.02142C15.2325 2.66997 15.293 2.03969 14.9415 1.61367Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-rotate-top-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0558 7.25C15.6583 7.24998 16.9373 7.24997 17.9404 7.38483C18.9767 7.52415 19.8301 7.81966 20.5052 8.4948C21.1803 9.16994 21.4759 10.0233 21.6152 11.0596C21.75 12.0627 21.75 13.3417 21.75 14.9443V15.0557C21.75 16.6583 21.75 17.9373 21.6152 18.9404C21.4759 19.9767 21.1803 20.8301 20.5052 21.5052C19.8301 22.1803 18.9767 22.4759 17.9404 22.6152C16.9373 22.75 15.6583 22.75 14.0557 22.75H13.9443C12.3417 22.75 11.0627 22.75 10.0596 22.6152C9.02335 22.4759 8.16994 22.1803 7.4948 21.5052C6.81966 20.8301 6.52415 19.9767 6.38483 18.9404C6.24997 17.9373 6.24998 16.6583 6.25 15.0558V15.0557V14.9443V14.9443C6.24998 13.3417 6.24997 12.0627 6.38483 11.0596C6.52415 10.0233 6.81966 9.16994 7.4948 8.4948C8.16994 7.81966 9.02335 7.52415 10.0596 7.38483C11.0627 7.24997 12.3417 7.24998 13.9442 7.25H13.9443H14.0557H14.0558Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.05848 1.61367C9.40994 1.18764 10.0402 1.12718 10.4662 1.47864L11.8119 2.58877C11.8263 2.60065 11.8407 2.61252 11.8551 2.62438C12.1756 2.88865 12.4897 3.14769 12.7155 3.39183C12.9623 3.65863 13.25 4.0592 13.25 4.61366C13.25 4.87888 13.1446 5.13323 12.9571 5.32077C12.7696 5.50831 12.5152 5.61366 12.25 5.61366H11.25C9.33611 5.61366 8.0013 5.61579 6.99416 5.75119C6.01579 5.88273 5.4977 6.12333 5.12868 6.49234C4.75966 6.86136 4.51907 7.37946 4.38753 8.35782C4.25213 9.36496 4.25 10.6998 4.25 12.6137V13.25C4.25 13.8023 3.80229 14.25 3.25 14.25C2.69772 14.25 2.25 13.8023 2.25 13.25L2.25 12.5405C2.24997 10.717 2.24995 9.24728 2.40537 8.09133C2.56672 6.89118 2.91191 5.88069 3.71447 5.07813C4.51702 4.27557 5.52752 3.93038 6.72767 3.76903C7.60376 3.65124 8.66011 3.62274 9.91408 3.61585L9.19351 3.02142C8.76748 2.66997 8.70703 2.03969 9.05848 1.61367Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0558 7.25C15.6583 7.24998 16.9373 7.24997 17.9404 7.38483C18.9767 7.52415 19.8301 7.81966 20.5052 8.4948C21.1803 9.16994 21.4759 10.0233 21.6152 11.0596C21.75 12.0627 21.75 13.3417 21.75 14.9443V15.0557C21.75 16.6583 21.75 17.9373 21.6152 18.9404C21.4759 19.9767 21.1803 20.8301 20.5052 21.5052C19.8301 22.1803 18.9767 22.4759 17.9404 22.6152C16.9373 22.75 15.6583 22.75 14.0557 22.75H13.9443C12.3417 22.75 11.0627 22.75 10.0596 22.6152C9.02335 22.4759 8.16994 22.1803 7.4948 21.5052C6.81966 20.8301 6.52415 19.9767 6.38483 18.9404C6.24997 17.9373 6.24998 16.6583 6.25 15.0558V15.0557V14.9443V14.9443C6.24998 13.3417 6.24997 12.0627 6.38483 11.0596C6.52415 10.0233 6.81966 9.16994 7.4948 8.4948C8.16994 7.81966 9.02335 7.52415 10.0596 7.38483C11.0627 7.24997 12.3417 7.24998 13.9442 7.25H13.9443H14.0557H14.0558Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.05848 1.61367C9.40994 1.18764 10.0402 1.12718 10.4662 1.47864L11.8119 2.58877C11.8263 2.60065 11.8407 2.61252 11.8551 2.62438C12.1756 2.88865 12.4897 3.14769 12.7155 3.39183C12.9623 3.65863 13.25 4.0592 13.25 4.61366C13.25 4.87888 13.1446 5.13323 12.9571 5.32077C12.7696 5.50831 12.5152 5.61366 12.25 5.61366H11.25C9.33611 5.61366 8.0013 5.61579 6.99416 5.75119C6.01579 5.88273 5.4977 6.12333 5.12868 6.49234C4.75966 6.86136 4.51907 7.37946 4.38753 8.35782C4.25213 9.36496 4.25 10.6998 4.25 12.6137V13.25C4.25 13.8023 3.80229 14.25 3.25 14.25C2.69772 14.25 2.25 13.8023 2.25 13.25L2.25 12.5405C2.24997 10.717 2.24995 9.24728 2.40537 8.09133C2.56672 6.89118 2.91191 5.88069 3.71447 5.07813C4.51702 4.27557 5.52752 3.93038 6.72767 3.76903C7.60376 3.65124 8.66011 3.62274 9.91408 3.61585L9.19351 3.02142C8.76748 2.66997 8.70703 2.03969 9.05848 1.61367Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-row-delete{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9729 14.375C17.7328 14.375 18.3537 14.375 18.8535 14.4202C19.3697 14.4669 19.8364 14.5668 20.258 14.8172C20.5839 15.0108 20.8697 15.263 21.0953 15.5632C21.3959 15.9631 21.5173 16.4124 21.5727 16.8967C21.625 17.3537 21.625 17.9165 21.625 18.5827V18.5828V18.6672V18.6673C21.625 19.3335 21.625 19.8963 21.5727 20.3534C21.5173 20.8376 21.3959 21.2869 21.0953 21.6868C20.8697 21.987 20.5839 22.2392 20.258 22.4328C19.8364 22.6832 19.3697 22.7831 18.8535 22.8298C18.3536 22.875 17.7328 22.875 16.9728 22.875H16.9728L6.7772 22.875H6.77715C6.01716 22.875 5.39636 22.875 4.8965 22.8298C4.38027 22.7831 3.91358 22.6832 3.49198 22.4328C3.16608 22.2392 2.88034 21.987 2.65468 21.6868C2.35407 21.2869 2.23268 20.8376 2.17726 20.3534C2.12496 19.8963 2.12498 19.3335 2.125 18.6672V18.6672V18.5828V18.5828C2.12498 17.9165 2.12496 17.3537 2.17727 16.8966C2.23268 16.4124 2.35407 15.9631 2.65469 15.5632C2.88034 15.263 3.16608 15.0108 3.49198 14.8172C3.91358 14.5668 4.38027 14.4669 4.8965 14.4202C5.39636 14.375 6.01717 14.375 6.77717 14.375H6.77718H16.9728H16.9729Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1679 1.41793C14.5584 1.02739 15.1915 1.02735 15.5821 1.41786L17.8753 3.71086L20.1679 1.4185C20.5585 1.02799 21.1916 1.02803 21.5821 1.41857C21.9726 1.80912 21.9726 2.44228 21.5821 2.83279L19.2896 5.125L21.5821 7.41721C21.9726 7.80772 21.9726 8.44088 21.5821 8.83143C21.1916 9.22197 20.5585 9.22201 20.1679 8.8315L17.8753 6.53914L15.5821 8.83214C15.1915 9.22265 14.5584 9.22261 14.1679 8.83207C13.7774 8.44152 13.7774 7.80836 14.1679 7.41786L16.461 5.125L14.1679 2.83214C13.7774 2.44164 13.7774 1.80848 14.1679 1.41793Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9028 3.66173C12.7851 3.51107 12.7262 3.43573 12.664 3.40537C12.6017 3.375 12.5221 3.375 12.363 3.375H6.77719C6.0172 3.37499 5.39636 3.37498 4.8965 3.42018C4.38028 3.46686 3.91358 3.56682 3.49198 3.81722C3.16608 4.01079 2.88034 4.26302 2.65469 4.56321C2.35407 4.96312 2.23269 5.41241 2.17727 5.89665C2.12496 6.35369 2.12498 6.91652 2.125 7.58275V7.6672C2.12498 8.33342 2.12496 8.89632 2.17727 9.35335C2.23268 9.83759 2.35407 10.2869 2.65469 10.6868C2.88034 10.987 3.16608 11.2392 3.49198 11.4328C3.91358 11.6832 4.38028 11.7831 4.8965 11.8298C5.39636 11.875 6.01717 11.875 6.77715 11.875L16.9728 11.875C17.7328 11.875 18.3536 11.875 18.8535 11.8298C19.3697 11.7831 19.8364 11.6832 20.258 11.4328C20.5665 11.2495 20.7208 11.1579 20.746 11.025C20.7564 10.97 20.7525 10.9201 20.7335 10.8674C20.6876 10.7401 20.4424 10.6429 19.9521 10.4485C19.6445 10.3265 19.3562 10.1411 19.1073 9.89222L18.2996 9.08454C18.0996 8.88457 17.9996 8.78459 17.8753 8.78459C17.7511 8.78459 17.6511 8.88457 17.4511 9.08454L16.6427 9.89286C15.6663 10.8691 14.0834 10.869 13.1071 9.89267C12.1309 8.91631 12.131 7.3334 13.1073 6.35714L13.9153 5.54929C14.1153 5.34928 14.2153 5.24927 14.2153 5.125C14.2153 5.00073 14.1153 4.90072 13.9153 4.70071L13.1073 3.89286C13.0336 3.81911 12.9654 3.74189 12.9028 3.66173Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9729 14.375C17.7328 14.375 18.3537 14.375 18.8535 14.4202C19.3697 14.4669 19.8364 14.5668 20.258 14.8172C20.5839 15.0108 20.8697 15.263 21.0953 15.5632C21.3959 15.9631 21.5173 16.4124 21.5727 16.8967C21.625 17.3537 21.625 17.9165 21.625 18.5827V18.5828V18.6672V18.6673C21.625 19.3335 21.625 19.8963 21.5727 20.3534C21.5173 20.8376 21.3959 21.2869 21.0953 21.6868C20.8697 21.987 20.5839 22.2392 20.258 22.4328C19.8364 22.6832 19.3697 22.7831 18.8535 22.8298C18.3536 22.875 17.7328 22.875 16.9728 22.875H16.9728L6.7772 22.875H6.77715C6.01716 22.875 5.39636 22.875 4.8965 22.8298C4.38027 22.7831 3.91358 22.6832 3.49198 22.4328C3.16608 22.2392 2.88034 21.987 2.65468 21.6868C2.35407 21.2869 2.23268 20.8376 2.17726 20.3534C2.12496 19.8963 2.12498 19.3335 2.125 18.6672V18.6672V18.5828V18.5828C2.12498 17.9165 2.12496 17.3537 2.17727 16.8966C2.23268 16.4124 2.35407 15.9631 2.65469 15.5632C2.88034 15.263 3.16608 15.0108 3.49198 14.8172C3.91358 14.5668 4.38027 14.4669 4.8965 14.4202C5.39636 14.375 6.01717 14.375 6.77717 14.375H6.77718H16.9728H16.9729Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1679 1.41793C14.5584 1.02739 15.1915 1.02735 15.5821 1.41786L17.8753 3.71086L20.1679 1.4185C20.5585 1.02799 21.1916 1.02803 21.5821 1.41857C21.9726 1.80912 21.9726 2.44228 21.5821 2.83279L19.2896 5.125L21.5821 7.41721C21.9726 7.80772 21.9726 8.44088 21.5821 8.83143C21.1916 9.22197 20.5585 9.22201 20.1679 8.8315L17.8753 6.53914L15.5821 8.83214C15.1915 9.22265 14.5584 9.22261 14.1679 8.83207C13.7774 8.44152 13.7774 7.80836 14.1679 7.41786L16.461 5.125L14.1679 2.83214C13.7774 2.44164 13.7774 1.80848 14.1679 1.41793Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9028 3.66173C12.7851 3.51107 12.7262 3.43573 12.664 3.40537C12.6017 3.375 12.5221 3.375 12.363 3.375H6.77719C6.0172 3.37499 5.39636 3.37498 4.8965 3.42018C4.38028 3.46686 3.91358 3.56682 3.49198 3.81722C3.16608 4.01079 2.88034 4.26302 2.65469 4.56321C2.35407 4.96312 2.23269 5.41241 2.17727 5.89665C2.12496 6.35369 2.12498 6.91652 2.125 7.58275V7.6672C2.12498 8.33342 2.12496 8.89632 2.17727 9.35335C2.23268 9.83759 2.35407 10.2869 2.65469 10.6868C2.88034 10.987 3.16608 11.2392 3.49198 11.4328C3.91358 11.6832 4.38028 11.7831 4.8965 11.8298C5.39636 11.875 6.01717 11.875 6.77715 11.875L16.9728 11.875C17.7328 11.875 18.3536 11.875 18.8535 11.8298C19.3697 11.7831 19.8364 11.6832 20.258 11.4328C20.5665 11.2495 20.7208 11.1579 20.746 11.025C20.7564 10.97 20.7525 10.9201 20.7335 10.8674C20.6876 10.7401 20.4424 10.6429 19.9521 10.4485C19.6445 10.3265 19.3562 10.1411 19.1073 9.89222L18.2996 9.08454C18.0996 8.88457 17.9996 8.78459 17.8753 8.78459C17.7511 8.78459 17.6511 8.88457 17.4511 9.08454L16.6427 9.89286C15.6663 10.8691 14.0834 10.869 13.1071 9.89267C12.1309 8.91631 12.131 7.3334 13.1073 6.35714L13.9153 5.54929C14.1153 5.34928 14.2153 5.24927 14.2153 5.125C14.2153 5.00073 14.1153 4.90072 13.9153 4.70071L13.1073 3.89286C13.0336 3.81911 12.9654 3.74189 12.9028 3.66173Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-row-insert{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5384 2.25C19.2079 2.24998 19.7667 2.24997 20.219 2.29598C20.6925 2.34415 21.1318 2.44886 21.5278 2.71346C21.8281 2.9141 22.0859 3.17191 22.2865 3.47218C22.5511 3.86818 22.6559 4.30755 22.704 4.78102C22.75 5.23335 22.75 5.79207 22.75 6.46164V6.53836C22.75 7.20793 22.75 7.76665 22.704 8.21898C22.6559 8.69245 22.5511 9.13182 22.2865 9.52782C22.0859 9.82809 21.8281 10.0859 21.5278 10.2865C21.1318 10.5511 20.6925 10.6559 20.219 10.704C19.7667 10.75 19.2079 10.75 18.5384 10.75H18.5383H10.4617H10.4616C9.79206 10.75 9.23335 10.75 8.78102 10.704C8.30755 10.6559 7.86818 10.5511 7.47218 10.2865C7.17191 10.0859 6.9141 9.82809 6.71346 9.52782C6.44886 9.13182 6.34415 8.69245 6.29598 8.21898C6.24997 7.76666 6.24998 7.20794 6.25 6.53837V6.53835V6.46166V6.46163C6.24998 5.79206 6.24997 5.23335 6.29598 4.78102C6.34415 4.30755 6.44886 3.86818 6.71346 3.47218C6.9141 3.17191 7.17191 2.9141 7.47218 2.71346C7.86818 2.44886 8.30755 2.34415 8.78102 2.29598C9.23335 2.24997 9.79206 2.24998 10.4616 2.25H10.4617H18.5383H18.5384Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5384 13.25C19.2079 13.25 19.7667 13.25 20.219 13.296C20.6925 13.3441 21.1318 13.4489 21.5278 13.7135C21.8281 13.9141 22.0859 14.1719 22.2865 14.4722C22.5511 14.8682 22.6559 15.3075 22.704 15.781C22.75 16.2333 22.75 16.7921 22.75 17.4616V17.5384C22.75 18.2079 22.75 18.7667 22.704 19.219C22.6559 19.6925 22.5511 20.1318 22.2865 20.5278C22.0859 20.8281 21.8281 21.0859 21.5278 21.2865C21.1318 21.5511 20.6925 21.6559 20.219 21.704C19.7667 21.75 19.2079 21.75 18.5384 21.75H18.5383H10.4617H10.4616C9.79206 21.75 9.23335 21.75 8.78102 21.704C8.30755 21.6559 7.86818 21.5511 7.47218 21.2865C7.17191 21.0859 6.9141 20.8281 6.71346 20.5278C6.44886 20.1318 6.34415 19.6925 6.29598 19.219C6.24997 18.7667 6.24998 18.2079 6.25 17.5384V17.5383V17.4617V17.4616C6.24998 16.7921 6.24997 16.2333 6.29598 15.781C6.34415 15.3075 6.44886 14.8682 6.71346 14.4722C6.9141 14.1719 7.17191 13.9141 7.47218 13.7135C7.86818 13.4489 8.30755 13.3441 8.78102 13.296C9.23335 13.25 9.79206 13.25 10.4616 13.25H10.4617H18.5383H18.5384Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.55492 8.28107C1.95198 7.89719 2.58505 7.90787 2.96893 8.30492L4.50211 9.89071C4.51454 9.90357 4.52697 9.91642 4.53939 9.92925C4.8293 10.229 5.11161 10.5209 5.31304 10.7939C5.54106 11.1031 5.75 11.4966 5.75 12C5.75 12.5034 5.54106 12.8969 5.31304 13.2061C5.11161 13.4791 4.8293 13.771 4.53939 14.0707C4.52697 14.0836 4.51455 14.0964 4.50211 14.1093L2.96893 15.6951C2.58505 16.0921 1.95198 16.1028 1.55492 15.7189C1.15787 15.3351 1.14719 14.702 1.53107 14.3049L3.06425 12.7191C3.40593 12.3657 3.59133 12.1709 3.70355 12.0188C3.70847 12.0121 3.71301 12.0059 3.71718 12C3.713 11.9941 3.70847 11.9879 3.70355 11.9812C3.59133 11.8291 3.40593 11.6343 3.06424 11.2809L1.53107 9.69508C1.14719 9.29803 1.15787 8.66495 1.55492 8.28107Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5384 2.25C19.2079 2.24998 19.7667 2.24997 20.219 2.29598C20.6925 2.34415 21.1318 2.44886 21.5278 2.71346C21.8281 2.9141 22.0859 3.17191 22.2865 3.47218C22.5511 3.86818 22.6559 4.30755 22.704 4.78102C22.75 5.23335 22.75 5.79207 22.75 6.46164V6.53836C22.75 7.20793 22.75 7.76665 22.704 8.21898C22.6559 8.69245 22.5511 9.13182 22.2865 9.52782C22.0859 9.82809 21.8281 10.0859 21.5278 10.2865C21.1318 10.5511 20.6925 10.6559 20.219 10.704C19.7667 10.75 19.2079 10.75 18.5384 10.75H18.5383H10.4617H10.4616C9.79206 10.75 9.23335 10.75 8.78102 10.704C8.30755 10.6559 7.86818 10.5511 7.47218 10.2865C7.17191 10.0859 6.9141 9.82809 6.71346 9.52782C6.44886 9.13182 6.34415 8.69245 6.29598 8.21898C6.24997 7.76666 6.24998 7.20794 6.25 6.53837V6.53835V6.46166V6.46163C6.24998 5.79206 6.24997 5.23335 6.29598 4.78102C6.34415 4.30755 6.44886 3.86818 6.71346 3.47218C6.9141 3.17191 7.17191 2.9141 7.47218 2.71346C7.86818 2.44886 8.30755 2.34415 8.78102 2.29598C9.23335 2.24997 9.79206 2.24998 10.4616 2.25H10.4617H18.5383H18.5384Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5384 13.25C19.2079 13.25 19.7667 13.25 20.219 13.296C20.6925 13.3441 21.1318 13.4489 21.5278 13.7135C21.8281 13.9141 22.0859 14.1719 22.2865 14.4722C22.5511 14.8682 22.6559 15.3075 22.704 15.781C22.75 16.2333 22.75 16.7921 22.75 17.4616V17.5384C22.75 18.2079 22.75 18.7667 22.704 19.219C22.6559 19.6925 22.5511 20.1318 22.2865 20.5278C22.0859 20.8281 21.8281 21.0859 21.5278 21.2865C21.1318 21.5511 20.6925 21.6559 20.219 21.704C19.7667 21.75 19.2079 21.75 18.5384 21.75H18.5383H10.4617H10.4616C9.79206 21.75 9.23335 21.75 8.78102 21.704C8.30755 21.6559 7.86818 21.5511 7.47218 21.2865C7.17191 21.0859 6.9141 20.8281 6.71346 20.5278C6.44886 20.1318 6.34415 19.6925 6.29598 19.219C6.24997 18.7667 6.24998 18.2079 6.25 17.5384V17.5383V17.4617V17.4616C6.24998 16.7921 6.24997 16.2333 6.29598 15.781C6.34415 15.3075 6.44886 14.8682 6.71346 14.4722C6.9141 14.1719 7.17191 13.9141 7.47218 13.7135C7.86818 13.4489 8.30755 13.3441 8.78102 13.296C9.23335 13.25 9.79206 13.25 10.4616 13.25H10.4617H18.5383H18.5384Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.55492 8.28107C1.95198 7.89719 2.58505 7.90787 2.96893 8.30492L4.50211 9.89071C4.51454 9.90357 4.52697 9.91642 4.53939 9.92925C4.8293 10.229 5.11161 10.5209 5.31304 10.7939C5.54106 11.1031 5.75 11.4966 5.75 12C5.75 12.5034 5.54106 12.8969 5.31304 13.2061C5.11161 13.4791 4.8293 13.771 4.53939 14.0707C4.52697 14.0836 4.51455 14.0964 4.50211 14.1093L2.96893 15.6951C2.58505 16.0921 1.95198 16.1028 1.55492 15.7189C1.15787 15.3351 1.14719 14.702 1.53107 14.3049L3.06425 12.7191C3.40593 12.3657 3.59133 12.1709 3.70355 12.0188C3.70847 12.0121 3.71301 12.0059 3.71718 12C3.713 11.9941 3.70847 11.9879 3.70355 11.9812C3.59133 11.8291 3.40593 11.6343 3.06424 11.2809L1.53107 9.69508C1.14719 9.29803 1.15787 8.66495 1.55492 8.28107Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-ruler{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8011 1.62239C15.6024 1.12587 14.2555 1.12587 13.0568 1.62239C12.5696 1.8242 12.1382 2.13201 11.673 2.53776C11.2173 2.93519 10.6906 3.46195 10.0247 4.12781L10.0247 4.12784L10.0246 4.12791L4.12791 10.0246L4.1279 10.0246L4.1278 10.0247C3.46194 10.6906 2.93519 11.2174 2.53776 11.673C2.13201 12.1382 1.8242 12.5696 1.62239 13.0568C1.12587 14.2555 1.12587 15.6024 1.62239 16.8011C1.8242 17.2883 2.13201 17.7197 2.53776 18.1849C2.9352 18.6405 3.46199 19.1673 4.12788 19.8332L4.16671 19.872C4.83264 20.538 5.35945 21.0648 5.81512 21.4622C6.28029 21.868 6.71171 22.1758 7.19893 22.3776C8.39764 22.8741 9.7445 22.8741 10.9432 22.3776C11.4304 22.1758 11.8618 21.868 12.327 21.4622C12.4628 21.3438 12.5307 21.2846 12.5566 21.2077C12.575 21.1533 12.5771 21.091 12.5625 21.0355C12.5419 20.9571 12.4759 20.8911 12.3441 20.7593L10.913 19.3282C10.5225 18.9377 10.5225 18.3045 10.913 17.914C11.3035 17.5235 11.9367 17.5235 12.3272 17.914L13.7061 19.2928C13.9061 19.4928 14.0061 19.5928 14.1304 19.5928C14.2546 19.5928 14.3546 19.4928 14.5546 19.2928L15.7919 18.0556C15.9919 17.8556 16.0919 17.7556 16.0919 17.6313C16.0919 17.5071 15.9919 17.4071 15.7919 17.2071L14.413 15.8282C14.0225 15.4377 14.0225 14.8045 14.413 14.414C14.8035 14.0235 15.4367 14.0235 15.8272 14.414L17.2061 15.7928C17.4061 15.9928 17.5061 16.0928 17.6304 16.0928C17.7546 16.0928 17.8546 15.9928 18.0546 15.7928L19.2919 14.5556C19.4919 14.3556 19.5919 14.2556 19.5919 14.1313C19.5919 14.0071 19.4919 13.9071 19.2919 13.7071L17.913 12.3282C17.5225 11.9377 17.5225 11.3045 17.913 10.914C18.3035 10.5235 18.9367 10.5235 19.3272 10.914L20.7574 12.3441C20.8902 12.4769 20.9566 12.5433 21.0357 12.5638C21.0905 12.578 21.152 12.5759 21.2057 12.558C21.2833 12.5322 21.3429 12.4638 21.4622 12.327C21.868 11.8618 22.1758 11.4304 22.3776 10.9432C22.8741 9.7445 22.8741 8.39764 22.3776 7.19893C22.1758 6.71171 21.868 6.28029 21.4622 5.81512C21.0648 5.35945 20.538 4.83264 19.872 4.16671L19.8332 4.12788L19.8331 4.12777C19.1673 3.46193 18.6405 2.93518 18.1849 2.53776C17.7197 2.13201 17.2883 1.8242 16.8011 1.62239Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8011 1.62239C15.6024 1.12587 14.2555 1.12587 13.0568 1.62239C12.5696 1.8242 12.1382 2.13201 11.673 2.53776C11.2173 2.93519 10.6906 3.46195 10.0247 4.12781L10.0247 4.12784L10.0246 4.12791L4.12791 10.0246L4.1279 10.0246L4.1278 10.0247C3.46194 10.6906 2.93519 11.2174 2.53776 11.673C2.13201 12.1382 1.8242 12.5696 1.62239 13.0568C1.12587 14.2555 1.12587 15.6024 1.62239 16.8011C1.8242 17.2883 2.13201 17.7197 2.53776 18.1849C2.9352 18.6405 3.46199 19.1673 4.12788 19.8332L4.16671 19.872C4.83264 20.538 5.35945 21.0648 5.81512 21.4622C6.28029 21.868 6.71171 22.1758 7.19893 22.3776C8.39764 22.8741 9.7445 22.8741 10.9432 22.3776C11.4304 22.1758 11.8618 21.868 12.327 21.4622C12.4628 21.3438 12.5307 21.2846 12.5566 21.2077C12.575 21.1533 12.5771 21.091 12.5625 21.0355C12.5419 20.9571 12.4759 20.8911 12.3441 20.7593L10.913 19.3282C10.5225 18.9377 10.5225 18.3045 10.913 17.914C11.3035 17.5235 11.9367 17.5235 12.3272 17.914L13.7061 19.2928C13.9061 19.4928 14.0061 19.5928 14.1304 19.5928C14.2546 19.5928 14.3546 19.4928 14.5546 19.2928L15.7919 18.0556C15.9919 17.8556 16.0919 17.7556 16.0919 17.6313C16.0919 17.5071 15.9919 17.4071 15.7919 17.2071L14.413 15.8282C14.0225 15.4377 14.0225 14.8045 14.413 14.414C14.8035 14.0235 15.4367 14.0235 15.8272 14.414L17.2061 15.7928C17.4061 15.9928 17.5061 16.0928 17.6304 16.0928C17.7546 16.0928 17.8546 15.9928 18.0546 15.7928L19.2919 14.5556C19.4919 14.3556 19.5919 14.2556 19.5919 14.1313C19.5919 14.0071 19.4919 13.9071 19.2919 13.7071L17.913 12.3282C17.5225 11.9377 17.5225 11.3045 17.913 10.914C18.3035 10.5235 18.9367 10.5235 19.3272 10.914L20.7574 12.3441C20.8902 12.4769 20.9566 12.5433 21.0357 12.5638C21.0905 12.578 21.152 12.5759 21.2057 12.558C21.2833 12.5322 21.3429 12.4638 21.4622 12.327C21.868 11.8618 22.1758 11.4304 22.3776 10.9432C22.8741 9.7445 22.8741 8.39764 22.3776 7.19893C22.1758 6.71171 21.868 6.28029 21.4622 5.81512C21.0648 5.35945 20.538 4.83264 19.872 4.16671L19.8332 4.12788L19.8331 4.12777C19.1673 3.46193 18.6405 2.93518 18.1849 2.53776C17.7197 2.13201 17.2883 1.8242 16.8011 1.62239Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-scissor-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM15 5.25C13.4812 5.25 12.25 6.48122 12.25 8C12.25 8.48687 12.3765 8.94418 12.5985 9.34086L11 10.9393L7.53033 7.46967C7.23744 7.17678 6.76256 7.17678 6.46967 7.46967C6.17678 7.76256 6.17678 8.23744 6.46967 8.53033L9.93934 12L6.46967 15.4697C6.17678 15.7626 6.17678 16.2374 6.46967 16.5303C6.76256 16.8232 7.23744 16.8232 7.53033 16.5303L11 13.0607L12.5985 14.6591C12.3765 15.0558 12.25 15.5131 12.25 16C12.25 17.5188 13.4812 18.75 15 18.75C16.5188 18.75 17.75 17.5188 17.75 16C17.75 14.4812 16.5188 13.25 15 13.25C14.5131 13.25 14.0558 13.3765 13.6591 13.5985L12.0607 12L13.6591 10.4015C14.0558 10.6235 14.5131 10.75 15 10.75C16.5188 10.75 17.75 9.51878 17.75 8C17.75 6.48122 16.5188 5.25 15 5.25ZM13.75 8C13.75 7.30964 14.3096 6.75 15 6.75C15.6904 6.75 16.25 7.30964 16.25 8C16.25 8.69036 15.6904 9.25 15 9.25C14.3096 9.25 13.75 8.69036 13.75 8ZM13.75 16C13.75 15.3096 14.3096 14.75 15 14.75C15.6904 14.75 16.25 15.3096 16.25 16C16.25 16.6904 15.6904 17.25 15 17.25C14.3096 17.25 13.75 16.6904 13.75 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM15 5.25C13.4812 5.25 12.25 6.48122 12.25 8C12.25 8.48687 12.3765 8.94418 12.5985 9.34086L11 10.9393L7.53033 7.46967C7.23744 7.17678 6.76256 7.17678 6.46967 7.46967C6.17678 7.76256 6.17678 8.23744 6.46967 8.53033L9.93934 12L6.46967 15.4697C6.17678 15.7626 6.17678 16.2374 6.46967 16.5303C6.76256 16.8232 7.23744 16.8232 7.53033 16.5303L11 13.0607L12.5985 14.6591C12.3765 15.0558 12.25 15.5131 12.25 16C12.25 17.5188 13.4812 18.75 15 18.75C16.5188 18.75 17.75 17.5188 17.75 16C17.75 14.4812 16.5188 13.25 15 13.25C14.5131 13.25 14.0558 13.3765 13.6591 13.5985L12.0607 12L13.6591 10.4015C14.0558 10.6235 14.5131 10.75 15 10.75C16.5188 10.75 17.75 9.51878 17.75 8C17.75 6.48122 16.5188 5.25 15 5.25ZM13.75 8C13.75 7.30964 14.3096 6.75 15 6.75C15.6904 6.75 16.25 7.30964 16.25 8C16.25 8.69036 15.6904 9.25 15 9.25C14.3096 9.25 13.75 8.69036 13.75 8ZM13.75 16C13.75 15.3096 14.3096 14.75 15 14.75C15.6904 14.75 16.25 15.3096 16.25 16C16.25 16.6904 15.6904 17.25 15 17.25C14.3096 17.25 13.75 16.6904 13.75 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-scissor{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 4.25C16.6454 4.25 15.75 5.14543 15.75 6.25C15.75 7.35457 16.6454 8.25 17.75 8.25C18.8546 8.25 19.75 7.35457 19.75 6.25C19.75 5.14543 18.8546 4.25 17.75 4.25ZM13.75 6.25C13.75 4.04086 15.5409 2.25 17.75 2.25C19.9591 2.25 21.75 4.04086 21.75 6.25C21.75 8.45914 19.9591 10.25 17.75 10.25C15.5409 10.25 13.75 8.45914 13.75 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 15.75C16.6454 15.75 15.75 16.6454 15.75 17.75C15.75 18.8546 16.6454 19.75 17.75 19.75C18.8546 19.75 19.75 18.8546 19.75 17.75C19.75 16.6454 18.8546 15.75 17.75 15.75ZM13.75 17.75C13.75 15.5409 15.5409 13.75 17.75 13.75C19.9591 13.75 21.75 15.5409 21.75 17.75C21.75 19.9591 19.9591 21.75 17.75 21.75C15.5409 21.75 13.75 19.9591 13.75 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.51006 4.32734C2.88156 3.91868 3.51401 3.88856 3.92267 4.26006L9.42267 9.25995C9.83133 9.63145 9.86146 10.2639 9.48995 10.6726C9.11845 11.0812 8.486 11.1113 8.07734 10.7398L2.57734 5.73995C2.16868 5.36845 2.13856 4.736 2.51006 4.32734ZM15.9872 7.32428C16.3604 7.7314 16.3329 8.36397 15.9257 8.73716L12.5217 11.8575L15.9573 15.2929C16.3479 15.6834 16.3479 16.3166 15.9574 16.7071C15.5669 17.0976 14.9337 17.0976 14.5432 16.7071L11.046 13.2102L3.92573 19.7372C3.51861 20.1104 2.88605 20.0829 2.51285 19.6757C2.13966 19.2686 2.16716 18.636 2.57428 18.2629L14.5743 7.26285C14.9814 6.88966 15.614 6.91716 15.9872 7.32428Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 4.25C16.6454 4.25 15.75 5.14543 15.75 6.25C15.75 7.35457 16.6454 8.25 17.75 8.25C18.8546 8.25 19.75 7.35457 19.75 6.25C19.75 5.14543 18.8546 4.25 17.75 4.25ZM13.75 6.25C13.75 4.04086 15.5409 2.25 17.75 2.25C19.9591 2.25 21.75 4.04086 21.75 6.25C21.75 8.45914 19.9591 10.25 17.75 10.25C15.5409 10.25 13.75 8.45914 13.75 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 15.75C16.6454 15.75 15.75 16.6454 15.75 17.75C15.75 18.8546 16.6454 19.75 17.75 19.75C18.8546 19.75 19.75 18.8546 19.75 17.75C19.75 16.6454 18.8546 15.75 17.75 15.75ZM13.75 17.75C13.75 15.5409 15.5409 13.75 17.75 13.75C19.9591 13.75 21.75 15.5409 21.75 17.75C21.75 19.9591 19.9591 21.75 17.75 21.75C15.5409 21.75 13.75 19.9591 13.75 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.51006 4.32734C2.88156 3.91868 3.51401 3.88856 3.92267 4.26006L9.42267 9.25995C9.83133 9.63145 9.86146 10.2639 9.48995 10.6726C9.11845 11.0812 8.486 11.1113 8.07734 10.7398L2.57734 5.73995C2.16868 5.36845 2.13856 4.736 2.51006 4.32734ZM15.9872 7.32428C16.3604 7.7314 16.3329 8.36397 15.9257 8.73716L12.5217 11.8575L15.9573 15.2929C16.3479 15.6834 16.3479 16.3166 15.9574 16.7071C15.5669 17.0976 14.9337 17.0976 14.5432 16.7071L11.046 13.2102L3.92573 19.7372C3.51861 20.1104 2.88605 20.0829 2.51285 19.6757C2.13966 19.2686 2.16716 18.636 2.57428 18.2629L14.5743 7.26285C14.9814 6.88966 15.614 6.91716 15.9872 7.32428Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-search-replace{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6837 16.6847C17.0653 16.303 17.6841 16.303 18.0658 16.6847L22.4635 21.0824C22.8451 21.4641 22.8451 22.0828 22.4635 22.4645C22.0818 22.8461 21.4631 22.8461 21.0814 22.4645L16.6837 18.0667C16.302 17.6851 16.302 17.0663 16.6837 16.6847Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0227 3.20455C6.70486 3.20455 3.20455 6.70486 3.20455 11.0227C3.20455 11.5625 2.76701 12 2.22727 12C1.68754 12 1.25 11.5625 1.25 11.0227C1.25 5.6254 5.6254 1.25 11.0227 1.25C13.7189 1.25 16.1592 2.34193 17.9267 4.10615V2.22727C17.9267 1.68754 18.3642 1.25 18.9039 1.25C19.4437 1.25 19.8812 1.68754 19.8812 2.22727V7.11364C19.8812 7.65337 19.4437 8.09091 18.9039 8.09091H14.4432C13.9034 8.09091 13.4659 7.65337 13.4659 7.11364C13.4659 6.5739 13.9034 6.13636 14.4432 6.13636H17.1264C15.6928 4.34801 13.4907 3.20455 11.0227 3.20455ZM19.8182 10.0455C20.3579 10.0455 20.7955 10.483 20.7955 11.0227C20.7955 16.4201 16.4201 20.7955 11.0227 20.7955C8.32652 20.7955 5.88623 19.7035 4.1188 17.9393L4.1188 19.8182C4.1188 20.3579 3.68126 20.7955 3.14153 20.7955C2.6018 20.7955 2.16426 20.3579 2.16426 19.8182L2.16426 14.9318C2.16426 14.6726 2.26722 14.4241 2.45049 14.2408C2.63377 14.0575 2.88234 13.9545 3.14153 13.9545L7.60227 13.9545C8.14201 13.9545 8.57954 14.3921 8.57954 14.9318C8.57954 15.4716 8.142 15.9091 7.60227 15.9091L4.91909 15.9091C6.35265 17.6974 8.55473 18.8409 11.0227 18.8409C15.3406 18.8409 18.8409 15.3406 18.8409 11.0227C18.8409 10.483 19.2784 10.0455 19.8182 10.0455Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6837 16.6847C17.0653 16.303 17.6841 16.303 18.0658 16.6847L22.4635 21.0824C22.8451 21.4641 22.8451 22.0828 22.4635 22.4645C22.0818 22.8461 21.4631 22.8461 21.0814 22.4645L16.6837 18.0667C16.302 17.6851 16.302 17.0663 16.6837 16.6847Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0227 3.20455C6.70486 3.20455 3.20455 6.70486 3.20455 11.0227C3.20455 11.5625 2.76701 12 2.22727 12C1.68754 12 1.25 11.5625 1.25 11.0227C1.25 5.6254 5.6254 1.25 11.0227 1.25C13.7189 1.25 16.1592 2.34193 17.9267 4.10615V2.22727C17.9267 1.68754 18.3642 1.25 18.9039 1.25C19.4437 1.25 19.8812 1.68754 19.8812 2.22727V7.11364C19.8812 7.65337 19.4437 8.09091 18.9039 8.09091H14.4432C13.9034 8.09091 13.4659 7.65337 13.4659 7.11364C13.4659 6.5739 13.9034 6.13636 14.4432 6.13636H17.1264C15.6928 4.34801 13.4907 3.20455 11.0227 3.20455ZM19.8182 10.0455C20.3579 10.0455 20.7955 10.483 20.7955 11.0227C20.7955 16.4201 16.4201 20.7955 11.0227 20.7955C8.32652 20.7955 5.88623 19.7035 4.1188 17.9393L4.1188 19.8182C4.1188 20.3579 3.68126 20.7955 3.14153 20.7955C2.6018 20.7955 2.16426 20.3579 2.16426 19.8182L2.16426 14.9318C2.16426 14.6726 2.26722 14.4241 2.45049 14.2408C2.63377 14.0575 2.88234 13.9545 3.14153 13.9545L7.60227 13.9545C8.14201 13.9545 8.57954 14.3921 8.57954 14.9318C8.57954 15.4716 8.142 15.9091 7.60227 15.9091L4.91909 15.9091C6.35265 17.6974 8.55473 18.8409 11.0227 18.8409C15.3406 18.8409 18.8409 15.3406 18.8409 11.0227C18.8409 10.483 19.2784 10.0455 19.8182 10.0455Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-select-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 1C5.55228 1 6 1.44772 6 2V4H8C8.55228 4 9 4.44771 9 5C9 5.55228 8.55228 6 8 6H6V8C6 8.55228 5.55228 9 5 9C4.44771 9 4 8.55228 4 8V6H2C1.44772 6 1 5.55228 1 5C1 4.44771 1.44772 4 2 4H4V2C4 1.44772 4.44771 1 5 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 5C11 4.44772 11.4477 4 12 4H15C15.5523 4 16 4.44772 16 5C16 5.55228 15.5523 6 15 6H12C11.4477 6 11 5.55228 11 5ZM17 5C17 4.44772 17.4477 4 18 4H18.5C20.9853 4 23 6.01472 23 8.5V9C23 9.55228 22.5523 10 22 10C21.4477 10 21 9.55228 21 9V8.5C21 7.11929 19.8807 6 18.5 6H18C17.4477 6 17 5.55228 17 5ZM5 11C5.55228 11 6 11.4477 6 12V15C6 15.5523 5.55228 16 5 16C4.44772 16 4 15.5523 4 15L4 12C4 11.4477 4.44772 11 5 11ZM22 11C22.5523 11 23 11.4477 23 12V15C23 15.5523 22.5523 16 22 16C21.4477 16 21 15.5523 21 15V12C21 11.4477 21.4477 11 22 11ZM5 17C5.55229 17 6 17.4477 6 18V18.5C6 19.8807 7.11929 21 8.5 21H9C9.55228 21 10 21.4477 10 22C10 22.5523 9.55228 23 9 23H8.5C6.01472 23 4 20.9853 4 18.5L4 18C4 17.4477 4.44772 17 5 17ZM22 17C22.5523 17 23 17.4477 23 18V18.5C23 20.9853 20.9853 23 18.5 23H18C17.4477 23 17 22.5523 17 22C17 21.4477 17.4477 21 18 21H18.5C19.8807 21 21 19.8807 21 18.5V18C21 17.4477 21.4477 17 22 17ZM11 22C11 21.4477 11.4477 21 12 21H15C15.5523 21 16 21.4477 16 22C16 22.5523 15.5523 23 15 23H12C11.4477 23 11 22.5523 11 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 1C5.55228 1 6 1.44772 6 2V4H8C8.55228 4 9 4.44771 9 5C9 5.55228 8.55228 6 8 6H6V8C6 8.55228 5.55228 9 5 9C4.44771 9 4 8.55228 4 8V6H2C1.44772 6 1 5.55228 1 5C1 4.44771 1.44772 4 2 4H4V2C4 1.44772 4.44771 1 5 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 5C11 4.44772 11.4477 4 12 4H15C15.5523 4 16 4.44772 16 5C16 5.55228 15.5523 6 15 6H12C11.4477 6 11 5.55228 11 5ZM17 5C17 4.44772 17.4477 4 18 4H18.5C20.9853 4 23 6.01472 23 8.5V9C23 9.55228 22.5523 10 22 10C21.4477 10 21 9.55228 21 9V8.5C21 7.11929 19.8807 6 18.5 6H18C17.4477 6 17 5.55228 17 5ZM5 11C5.55228 11 6 11.4477 6 12V15C6 15.5523 5.55228 16 5 16C4.44772 16 4 15.5523 4 15L4 12C4 11.4477 4.44772 11 5 11ZM22 11C22.5523 11 23 11.4477 23 12V15C23 15.5523 22.5523 16 22 16C21.4477 16 21 15.5523 21 15V12C21 11.4477 21.4477 11 22 11ZM5 17C5.55229 17 6 17.4477 6 18V18.5C6 19.8807 7.11929 21 8.5 21H9C9.55228 21 10 21.4477 10 22C10 22.5523 9.55228 23 9 23H8.5C6.01472 23 4 20.9853 4 18.5L4 18C4 17.4477 4.44772 17 5 17ZM22 17C22.5523 17 23 17.4477 23 18V18.5C23 20.9853 20.9853 23 18.5 23H18C17.4477 23 17 22.5523 17 22C17 21.4477 17.4477 21 18 21H18.5C19.8807 21 21 19.8807 21 18.5V18C21 17.4477 21.4477 17 22 17ZM11 22C11 21.4477 11.4477 21 12 21H15C15.5523 21 16 21.4477 16 22C16 22.5523 15.5523 23 15 23H12C11.4477 23 11 22.5523 11 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-select-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.125 1.125C5.67728 1.125 6.125 1.57272 6.125 2.125V4.125H8.125C8.67728 4.125 9.125 4.57271 9.125 5.125C9.125 5.67728 8.67728 6.125 8.125 6.125H6.125V8.125C6.125 8.67728 5.67728 9.125 5.125 9.125C4.57271 9.125 4.125 8.67728 4.125 8.125V6.125H2.125C1.57272 6.125 1.125 5.67728 1.125 5.125C1.125 4.57271 1.57272 4.125 2.125 4.125H4.125V2.125C4.125 1.57272 4.57271 1.125 5.125 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.125 5.125C11.125 4.57272 11.5727 4.125 12.125 4.125H18.125C18.6773 4.125 19.125 4.57272 19.125 5.125C19.125 5.67728 18.6773 6.125 18.125 6.125H12.125C11.5727 6.125 11.125 5.67728 11.125 5.125ZM20.125 6.125C20.6773 6.125 21.125 6.57272 21.125 7.125L21.125 18.125C21.125 18.6773 20.6773 19.125 20.125 19.125C19.5727 19.125 19.125 18.6773 19.125 18.125L19.125 7.125C19.125 6.57272 19.5727 6.125 20.125 6.125ZM5.125 11.125C5.67728 11.125 6.125 11.5727 6.125 12.125V18.125C6.125 18.6773 5.67728 19.125 5.125 19.125C4.57272 19.125 4.125 18.6773 4.125 18.125V12.125C4.125 11.5727 4.57272 11.125 5.125 11.125ZM6.125 20.125C6.125 19.5727 6.57272 19.125 7.125 19.125H18.125C18.6773 19.125 19.125 19.5727 19.125 20.125C19.125 20.6773 18.6773 21.125 18.125 21.125H7.125C6.57272 21.125 6.125 20.6773 6.125 20.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0803 2.375L20.125 2.37501L20.1698 2.375C20.6026 2.37495 20.9994 2.37491 21.3222 2.41831C21.6777 2.4661 22.0534 2.57855 22.3624 2.88757C22.6715 3.19659 22.7839 3.57232 22.8317 3.9278C22.8751 4.25061 22.8751 4.64744 22.875 5.08025V5.08026L22.875 5.12501L22.875 5.16975V5.16976C22.8751 5.60258 22.8751 5.9994 22.8317 6.32221C22.7839 6.67769 22.6715 7.05342 22.3624 7.36244C22.0534 7.67147 21.6777 7.78391 21.3222 7.83171C20.9994 7.87511 20.6026 7.87506 20.1698 7.87501H20.1698L20.125 7.87501L20.0803 7.87501H20.0803C19.6474 7.87506 19.2506 7.87511 18.9278 7.83171C18.5723 7.78391 18.1966 7.67147 17.8876 7.36244C17.5785 7.05342 17.4661 6.67769 17.4183 6.32221C17.3749 5.9994 17.375 5.60257 17.375 5.16976L17.375 5.12501L17.375 5.08026C17.375 4.64744 17.3749 4.25061 17.4183 3.9278C17.4661 3.57232 17.5785 3.19659 17.8876 2.88757C18.1966 2.57855 18.5723 2.4661 18.9278 2.41831C19.2506 2.37491 19.6474 2.37495 20.0803 2.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0803 17.375L20.125 17.375L20.1698 17.375C20.6026 17.375 20.9994 17.3749 21.3222 17.4183C21.6777 17.4661 22.0534 17.5785 22.3624 17.8876C22.6715 18.1966 22.7839 18.5723 22.8317 18.9278C22.8751 19.2506 22.8751 19.6474 22.875 20.0803V20.0803L22.875 20.125L22.875 20.1698V20.1698C22.8751 20.6026 22.8751 20.9994 22.8317 21.3222C22.7839 21.6777 22.6715 22.0534 22.3624 22.3624C22.0534 22.6715 21.6777 22.7839 21.3222 22.8317C20.9994 22.8751 20.6026 22.8751 20.1698 22.875H20.1698L20.125 22.875L20.0803 22.875H20.0803C19.6474 22.8751 19.2506 22.8751 18.9278 22.8317C18.5723 22.7839 18.1966 22.6715 17.8876 22.3624C17.5785 22.0534 17.4661 21.6777 17.4183 21.3222C17.3749 20.9994 17.375 20.6026 17.375 20.1698L17.375 20.125L17.375 20.0803C17.375 19.6474 17.3749 19.2506 17.4183 18.9278C17.4661 18.5723 17.5785 18.1966 17.8876 17.8876C18.1966 17.5785 18.5723 17.4661 18.9278 17.4183C19.2506 17.3749 19.6474 17.375 20.0803 17.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.08026 17.375L5.12501 17.375L5.16976 17.375C5.60257 17.375 5.9994 17.3749 6.32221 17.4183C6.67769 17.4661 7.05342 17.5785 7.36244 17.8876C7.67147 18.1966 7.78391 18.5723 7.83171 18.9278C7.87511 19.2506 7.87506 19.6474 7.87501 20.0803V20.0803L7.87501 20.125L7.87501 20.1698V20.1698C7.87506 20.6026 7.87511 20.9994 7.83171 21.3222C7.78391 21.6777 7.67147 22.0534 7.36244 22.3624C7.05342 22.6715 6.67769 22.7839 6.32221 22.8317C5.9994 22.8751 5.60258 22.8751 5.16976 22.875H5.16975L5.12501 22.875L5.08026 22.875H5.08025C4.64744 22.8751 4.25061 22.8751 3.9278 22.8317C3.57232 22.7839 3.19659 22.6715 2.88757 22.3624C2.57855 22.0534 2.4661 21.6777 2.41831 21.3222C2.37491 20.9994 2.37495 20.6026 2.375 20.1698L2.37501 20.125L2.375 20.0803C2.37495 19.6474 2.37491 19.2506 2.41831 18.9278C2.4661 18.5723 2.57855 18.1966 2.88757 17.8876C3.19659 17.5785 3.57232 17.4661 3.9278 17.4183C4.25061 17.3749 4.64744 17.375 5.08026 17.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.125 1.125C5.67728 1.125 6.125 1.57272 6.125 2.125V4.125H8.125C8.67728 4.125 9.125 4.57271 9.125 5.125C9.125 5.67728 8.67728 6.125 8.125 6.125H6.125V8.125C6.125 8.67728 5.67728 9.125 5.125 9.125C4.57271 9.125 4.125 8.67728 4.125 8.125V6.125H2.125C1.57272 6.125 1.125 5.67728 1.125 5.125C1.125 4.57271 1.57272 4.125 2.125 4.125H4.125V2.125C4.125 1.57272 4.57271 1.125 5.125 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.125 5.125C11.125 4.57272 11.5727 4.125 12.125 4.125H18.125C18.6773 4.125 19.125 4.57272 19.125 5.125C19.125 5.67728 18.6773 6.125 18.125 6.125H12.125C11.5727 6.125 11.125 5.67728 11.125 5.125ZM20.125 6.125C20.6773 6.125 21.125 6.57272 21.125 7.125L21.125 18.125C21.125 18.6773 20.6773 19.125 20.125 19.125C19.5727 19.125 19.125 18.6773 19.125 18.125L19.125 7.125C19.125 6.57272 19.5727 6.125 20.125 6.125ZM5.125 11.125C5.67728 11.125 6.125 11.5727 6.125 12.125V18.125C6.125 18.6773 5.67728 19.125 5.125 19.125C4.57272 19.125 4.125 18.6773 4.125 18.125V12.125C4.125 11.5727 4.57272 11.125 5.125 11.125ZM6.125 20.125C6.125 19.5727 6.57272 19.125 7.125 19.125H18.125C18.6773 19.125 19.125 19.5727 19.125 20.125C19.125 20.6773 18.6773 21.125 18.125 21.125H7.125C6.57272 21.125 6.125 20.6773 6.125 20.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0803 2.375L20.125 2.37501L20.1698 2.375C20.6026 2.37495 20.9994 2.37491 21.3222 2.41831C21.6777 2.4661 22.0534 2.57855 22.3624 2.88757C22.6715 3.19659 22.7839 3.57232 22.8317 3.9278C22.8751 4.25061 22.8751 4.64744 22.875 5.08025V5.08026L22.875 5.12501L22.875 5.16975V5.16976C22.8751 5.60258 22.8751 5.9994 22.8317 6.32221C22.7839 6.67769 22.6715 7.05342 22.3624 7.36244C22.0534 7.67147 21.6777 7.78391 21.3222 7.83171C20.9994 7.87511 20.6026 7.87506 20.1698 7.87501H20.1698L20.125 7.87501L20.0803 7.87501H20.0803C19.6474 7.87506 19.2506 7.87511 18.9278 7.83171C18.5723 7.78391 18.1966 7.67147 17.8876 7.36244C17.5785 7.05342 17.4661 6.67769 17.4183 6.32221C17.3749 5.9994 17.375 5.60257 17.375 5.16976L17.375 5.12501L17.375 5.08026C17.375 4.64744 17.3749 4.25061 17.4183 3.9278C17.4661 3.57232 17.5785 3.19659 17.8876 2.88757C18.1966 2.57855 18.5723 2.4661 18.9278 2.41831C19.2506 2.37491 19.6474 2.37495 20.0803 2.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0803 17.375L20.125 17.375L20.1698 17.375C20.6026 17.375 20.9994 17.3749 21.3222 17.4183C21.6777 17.4661 22.0534 17.5785 22.3624 17.8876C22.6715 18.1966 22.7839 18.5723 22.8317 18.9278C22.8751 19.2506 22.8751 19.6474 22.875 20.0803V20.0803L22.875 20.125L22.875 20.1698V20.1698C22.8751 20.6026 22.8751 20.9994 22.8317 21.3222C22.7839 21.6777 22.6715 22.0534 22.3624 22.3624C22.0534 22.6715 21.6777 22.7839 21.3222 22.8317C20.9994 22.8751 20.6026 22.8751 20.1698 22.875H20.1698L20.125 22.875L20.0803 22.875H20.0803C19.6474 22.8751 19.2506 22.8751 18.9278 22.8317C18.5723 22.7839 18.1966 22.6715 17.8876 22.3624C17.5785 22.0534 17.4661 21.6777 17.4183 21.3222C17.3749 20.9994 17.375 20.6026 17.375 20.1698L17.375 20.125L17.375 20.0803C17.375 19.6474 17.3749 19.2506 17.4183 18.9278C17.4661 18.5723 17.5785 18.1966 17.8876 17.8876C18.1966 17.5785 18.5723 17.4661 18.9278 17.4183C19.2506 17.3749 19.6474 17.375 20.0803 17.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.08026 17.375L5.12501 17.375L5.16976 17.375C5.60257 17.375 5.9994 17.3749 6.32221 17.4183C6.67769 17.4661 7.05342 17.5785 7.36244 17.8876C7.67147 18.1966 7.78391 18.5723 7.83171 18.9278C7.87511 19.2506 7.87506 19.6474 7.87501 20.0803V20.0803L7.87501 20.125L7.87501 20.1698V20.1698C7.87506 20.6026 7.87511 20.9994 7.83171 21.3222C7.78391 21.6777 7.67147 22.0534 7.36244 22.3624C7.05342 22.6715 6.67769 22.7839 6.32221 22.8317C5.9994 22.8751 5.60258 22.8751 5.16976 22.875H5.16975L5.12501 22.875L5.08026 22.875H5.08025C4.64744 22.8751 4.25061 22.8751 3.9278 22.8317C3.57232 22.7839 3.19659 22.6715 2.88757 22.3624C2.57855 22.0534 2.4661 21.6777 2.41831 21.3222C2.37491 20.9994 2.37495 20.6026 2.375 20.1698L2.37501 20.125L2.375 20.0803C2.37495 19.6474 2.37491 19.2506 2.41831 18.9278C2.4661 18.5723 2.57855 18.1966 2.88757 17.8876C3.19659 17.5785 3.57232 17.4661 3.9278 17.4183C4.25061 17.3749 4.64744 17.375 5.08026 17.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-signature{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.27761 1.04388C6.68148 0.813251 8.03271 1.50081 8.9876 2.89147C9.69685 3.92439 9.81006 5.44031 9.67369 6.96752C9.53219 8.55215 9.09808 10.3882 8.46747 12.2583C8.19314 13.0719 7.87872 13.9003 7.53018 14.7258C7.72568 14.5011 7.93164 14.2128 8.19623 13.8424C8.26244 13.7497 8.33232 13.6519 8.40663 13.5486C8.77929 13.0308 9.22951 12.428 9.78328 11.8589C10.1461 11.4859 10.5883 11.2154 11.104 11.1429C11.6225 11.07 12.0881 11.2153 12.4613 11.4401C12.5797 11.5114 12.6923 11.5926 12.7992 11.6817C12.8692 11.5883 12.9416 11.4971 13.0164 11.4086C13.543 10.7853 14.2635 10.2059 15.1626 10.0348C16.1949 9.83836 16.9465 10.4273 17.4093 10.8891C17.637 11.1163 17.8547 11.3738 18.0445 11.5983C18.055 11.6108 18.0655 11.6232 18.0759 11.6355C18.2845 11.882 18.4679 12.0965 18.6574 12.2838C19.0395 12.6618 19.3203 12.8011 19.5933 12.8087C19.8801 12.8166 20.4272 12.6852 21.3402 11.8836C21.7552 11.5192 22.3871 11.5602 22.7515 11.9752C23.1159 12.3902 23.0748 13.0221 22.6598 13.3865C21.5728 14.3409 20.5484 14.8359 19.538 14.8079C18.5138 14.7796 17.7716 14.2208 17.251 13.7058C16.989 13.4467 16.751 13.166 16.549 12.9272L16.5421 12.919C16.3317 12.6703 16.1629 12.4708 15.9966 12.3049C15.6559 11.9649 15.5511 11.9953 15.5377 11.9992C15.5372 11.9994 15.5368 11.9995 15.5365 11.9996C15.2608 12.052 14.9128 12.2629 14.5442 12.6993C14.3576 12.9202 14.1849 13.1769 14.0329 13.4515C14.3222 14.1246 14.5136 14.8813 14.5233 15.5335C14.5284 15.8707 14.4873 16.2918 14.2867 16.6661C14.05 17.1077 13.6012 17.4451 13 17.4451C12.4872 17.4451 12.0446 17.2094 11.7603 16.8116C11.5121 16.4643 11.4298 16.0602 11.4064 15.7306C11.359 15.0623 11.5256 14.2757 11.7933 13.552C11.7959 13.545 11.7984 13.5381 11.801 13.5312C11.6633 13.3419 11.5326 13.2155 11.4294 13.1533C11.4042 13.1381 11.387 13.1305 11.3765 13.1267C11.3532 13.1373 11.2994 13.1686 11.2167 13.2536C10.7705 13.7122 10.3906 14.2157 10.0299 14.7169C9.97153 14.7981 9.9123 14.8812 9.85244 14.9651C9.56487 15.3686 9.26282 15.7923 8.96875 16.1179C8.6333 16.4892 8.08602 16.9948 7.31666 17.0034C7.04135 17.0064 6.78852 16.9462 6.55655 16.8427C5.46051 19.0385 4.14998 21.0994 2.74483 22.6679C2.37632 23.0793 1.74411 23.114 1.33275 22.7455C0.921394 22.377 0.886667 21.7448 1.25518 21.3334C2.63499 19.7932 3.95248 17.67 5.03575 15.3991C1.41325 10.6872 0.984754 6.39755 2.19973 3.68589C2.82228 2.29644 3.924 1.26626 5.27761 1.04388ZM5.96334 13.2757C3.27506 9.35235 3.26677 6.19571 4.0249 4.50367C4.45584 3.54186 5.08877 3.10172 5.60183 3.01743C6.06465 2.9414 6.71213 3.11084 7.33885 4.02357C7.63063 4.4485 7.81003 5.35152 7.68162 6.78964C7.55833 8.17033 7.17025 9.84602 6.57231 11.6193C6.38719 12.1683 6.18342 12.7224 5.96334 13.2757ZM11.3898 13.1218C11.3898 13.1219 11.3887 13.1223 11.3864 13.1227C11.3887 13.122 11.3898 13.1218 11.3898 13.1218ZM11.3683 13.1241C11.3655 13.1239 11.3641 13.1236 11.3641 13.1234C11.364 13.1233 11.3654 13.1234 11.3683 13.1241Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 21C8 20.4477 8.44772 20 9 20H19C19.5523 20 20 20.4477 20 21C20 21.5523 19.5523 22 19 22H9C8.44772 22 8 21.5523 8 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.27761 1.04388C6.68148 0.813251 8.03271 1.50081 8.9876 2.89147C9.69685 3.92439 9.81006 5.44031 9.67369 6.96752C9.53219 8.55215 9.09808 10.3882 8.46747 12.2583C8.19314 13.0719 7.87872 13.9003 7.53018 14.7258C7.72568 14.5011 7.93164 14.2128 8.19623 13.8424C8.26244 13.7497 8.33232 13.6519 8.40663 13.5486C8.77929 13.0308 9.22951 12.428 9.78328 11.8589C10.1461 11.4859 10.5883 11.2154 11.104 11.1429C11.6225 11.07 12.0881 11.2153 12.4613 11.4401C12.5797 11.5114 12.6923 11.5926 12.7992 11.6817C12.8692 11.5883 12.9416 11.4971 13.0164 11.4086C13.543 10.7853 14.2635 10.2059 15.1626 10.0348C16.1949 9.83836 16.9465 10.4273 17.4093 10.8891C17.637 11.1163 17.8547 11.3738 18.0445 11.5983C18.055 11.6108 18.0655 11.6232 18.0759 11.6355C18.2845 11.882 18.4679 12.0965 18.6574 12.2838C19.0395 12.6618 19.3203 12.8011 19.5933 12.8087C19.8801 12.8166 20.4272 12.6852 21.3402 11.8836C21.7552 11.5192 22.3871 11.5602 22.7515 11.9752C23.1159 12.3902 23.0748 13.0221 22.6598 13.3865C21.5728 14.3409 20.5484 14.8359 19.538 14.8079C18.5138 14.7796 17.7716 14.2208 17.251 13.7058C16.989 13.4467 16.751 13.166 16.549 12.9272L16.5421 12.919C16.3317 12.6703 16.1629 12.4708 15.9966 12.3049C15.6559 11.9649 15.5511 11.9953 15.5377 11.9992C15.5372 11.9994 15.5368 11.9995 15.5365 11.9996C15.2608 12.052 14.9128 12.2629 14.5442 12.6993C14.3576 12.9202 14.1849 13.1769 14.0329 13.4515C14.3222 14.1246 14.5136 14.8813 14.5233 15.5335C14.5284 15.8707 14.4873 16.2918 14.2867 16.6661C14.05 17.1077 13.6012 17.4451 13 17.4451C12.4872 17.4451 12.0446 17.2094 11.7603 16.8116C11.5121 16.4643 11.4298 16.0602 11.4064 15.7306C11.359 15.0623 11.5256 14.2757 11.7933 13.552C11.7959 13.545 11.7984 13.5381 11.801 13.5312C11.6633 13.3419 11.5326 13.2155 11.4294 13.1533C11.4042 13.1381 11.387 13.1305 11.3765 13.1267C11.3532 13.1373 11.2994 13.1686 11.2167 13.2536C10.7705 13.7122 10.3906 14.2157 10.0299 14.7169C9.97153 14.7981 9.9123 14.8812 9.85244 14.9651C9.56487 15.3686 9.26282 15.7923 8.96875 16.1179C8.6333 16.4892 8.08602 16.9948 7.31666 17.0034C7.04135 17.0064 6.78852 16.9462 6.55655 16.8427C5.46051 19.0385 4.14998 21.0994 2.74483 22.6679C2.37632 23.0793 1.74411 23.114 1.33275 22.7455C0.921394 22.377 0.886667 21.7448 1.25518 21.3334C2.63499 19.7932 3.95248 17.67 5.03575 15.3991C1.41325 10.6872 0.984754 6.39755 2.19973 3.68589C2.82228 2.29644 3.924 1.26626 5.27761 1.04388ZM5.96334 13.2757C3.27506 9.35235 3.26677 6.19571 4.0249 4.50367C4.45584 3.54186 5.08877 3.10172 5.60183 3.01743C6.06465 2.9414 6.71213 3.11084 7.33885 4.02357C7.63063 4.4485 7.81003 5.35152 7.68162 6.78964C7.55833 8.17033 7.17025 9.84602 6.57231 11.6193C6.38719 12.1683 6.18342 12.7224 5.96334 13.2757ZM11.3898 13.1218C11.3898 13.1219 11.3887 13.1223 11.3864 13.1227C11.3887 13.122 11.3898 13.1218 11.3898 13.1218ZM11.3683 13.1241C11.3655 13.1239 11.3641 13.1236 11.3641 13.1234C11.364 13.1233 11.3654 13.1234 11.3683 13.1241Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 21C8 20.4477 8.44772 20 9 20H19C19.5523 20 20 20.4477 20 21C20 21.5523 19.5523 22 19 22H9C8.44772 22 8 21.5523 8 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-skew{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.95957 4.28713C10.1183 3.75814 10.6758 3.45796 11.2047 3.61666L17.3724 5.46696C17.9014 5.62566 18.2016 6.18314 18.0429 6.71214C17.8842 7.24113 17.3267 7.54131 16.7977 7.38261L10.6301 5.53231C10.1011 5.37361 9.80088 4.81613 9.95957 4.28713ZM8.66472 4.94189C9.18483 5.12764 9.45588 5.69986 9.27013 6.21997L5.61584 16.452C5.43009 16.9721 4.85787 17.2431 4.33776 17.0574C3.81765 16.8716 3.54661 16.2994 3.73236 15.7793L7.38665 5.5473C7.5724 5.02719 8.14462 4.75614 8.66472 4.94189ZM19.0779 7.99678C19.6286 7.95443 20.1093 8.36648 20.1517 8.91714L20.8449 17.9287C20.8873 18.4794 20.4752 18.9601 19.9245 19.0025C19.3739 19.0448 18.8931 18.6328 18.8508 18.0821L18.1576 9.07054C18.1152 8.51988 18.5273 8.03914 19.0779 7.99678ZM4.99373 18.1237C5.06223 17.5757 5.56202 17.1869 6.11004 17.2555L18.1405 18.7593C18.6885 18.8278 19.0773 19.3276 19.0088 19.8756C18.9403 20.4236 18.4405 20.8123 17.8924 20.7438L5.86197 19.24C5.31395 19.1715 4.92523 18.6717 4.99373 18.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.25 4C6.25 2.48122 7.48122 1.25 9 1.25C10.5188 1.25 11.75 2.48122 11.75 4C11.75 5.51878 10.5188 6.75 9 6.75C7.48122 6.75 6.25 5.51878 6.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.25 7C16.25 5.48122 17.4812 4.25 19 4.25C20.5188 4.25 21.75 5.48122 21.75 7C21.75 8.51878 20.5188 9.75 19 9.75C17.4812 9.75 16.25 8.51878 16.25 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 20C17.25 18.4812 18.4812 17.25 20 17.25C21.5188 17.25 22.75 18.4812 22.75 20C22.75 21.5188 21.5188 22.75 20 22.75C18.4812 22.75 17.25 21.5188 17.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 18C1.25 16.4812 2.48122 15.25 4 15.25C5.51878 15.25 6.75 16.4812 6.75 18C6.75 19.5188 5.51878 20.75 4 20.75C2.48122 20.75 1.25 19.5188 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.95957 4.28713C10.1183 3.75814 10.6758 3.45796 11.2047 3.61666L17.3724 5.46696C17.9014 5.62566 18.2016 6.18314 18.0429 6.71214C17.8842 7.24113 17.3267 7.54131 16.7977 7.38261L10.6301 5.53231C10.1011 5.37361 9.80088 4.81613 9.95957 4.28713ZM8.66472 4.94189C9.18483 5.12764 9.45588 5.69986 9.27013 6.21997L5.61584 16.452C5.43009 16.9721 4.85787 17.2431 4.33776 17.0574C3.81765 16.8716 3.54661 16.2994 3.73236 15.7793L7.38665 5.5473C7.5724 5.02719 8.14462 4.75614 8.66472 4.94189ZM19.0779 7.99678C19.6286 7.95443 20.1093 8.36648 20.1517 8.91714L20.8449 17.9287C20.8873 18.4794 20.4752 18.9601 19.9245 19.0025C19.3739 19.0448 18.8931 18.6328 18.8508 18.0821L18.1576 9.07054C18.1152 8.51988 18.5273 8.03914 19.0779 7.99678ZM4.99373 18.1237C5.06223 17.5757 5.56202 17.1869 6.11004 17.2555L18.1405 18.7593C18.6885 18.8278 19.0773 19.3276 19.0088 19.8756C18.9403 20.4236 18.4405 20.8123 17.8924 20.7438L5.86197 19.24C5.31395 19.1715 4.92523 18.6717 4.99373 18.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.25 4C6.25 2.48122 7.48122 1.25 9 1.25C10.5188 1.25 11.75 2.48122 11.75 4C11.75 5.51878 10.5188 6.75 9 6.75C7.48122 6.75 6.25 5.51878 6.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.25 7C16.25 5.48122 17.4812 4.25 19 4.25C20.5188 4.25 21.75 5.48122 21.75 7C21.75 8.51878 20.5188 9.75 19 9.75C17.4812 9.75 16.25 8.51878 16.25 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 20C17.25 18.4812 18.4812 17.25 20 17.25C21.5188 17.25 22.75 18.4812 22.75 20C22.75 21.5188 21.5188 22.75 20 22.75C18.4812 22.75 17.25 21.5188 17.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 18C1.25 16.4812 2.48122 15.25 4 15.25C5.51878 15.25 6.75 16.4812 6.75 18C6.75 19.5188 5.51878 20.75 4 20.75C2.48122 20.75 1.25 19.5188 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-solid-line-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 12C1.5 11.4477 1.94772 11 2.5 11L21.5002 11C22.0524 11 22.5002 11.4477 22.5002 12C22.5002 12.5523 22.0524 13 21.5002 13L2.5 13C1.94772 13 1.5 12.5523 1.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 12C1.5 11.4477 1.94772 11 2.5 11L21.5002 11C22.0524 11 22.5002 11.4477 22.5002 12C22.5002 12.5523 22.0524 13 21.5002 13L2.5 13C1.94772 13 1.5 12.5523 1.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-solid-line-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9255 1.5H12.0745C14.2504 1.49998 15.9852 1.49996 17.3453 1.68282C18.7497 1.87164 19.9035 2.27175 20.8159 3.18414C21.7283 4.09653 22.1284 5.25033 22.3172 6.65471C22.5 8.01485 22.5 9.74959 22.5 11.9256V12.0744C22.5 14.2504 22.5 15.9851 22.3172 17.3453C22.1284 18.7497 21.7283 19.9035 20.8159 20.8159C19.9035 21.7283 18.7497 22.1284 17.3453 22.3172C15.9851 22.5 14.2504 22.5 12.0744 22.5H11.9256C9.74959 22.5 8.01485 22.5 6.65471 22.3172C5.25033 22.1284 4.09653 21.7283 3.18414 20.8159C2.27175 19.9035 1.87164 18.7497 1.68282 17.3453C1.49996 15.9852 1.49998 14.2504 1.5 12.0745V11.9255C1.49998 9.74957 1.49996 8.01485 1.68282 6.65471C1.87164 5.25033 2.27175 4.09653 3.18414 3.18414C4.09653 2.27175 5.25033 1.87164 6.65471 1.68282C8.01485 1.49996 9.74957 1.49998 11.9255 1.5ZM6.92121 3.66499C5.7386 3.82399 5.0772 4.1195 4.59835 4.59835C4.1195 5.0772 3.82399 5.7386 3.66499 6.92121C3.50212 8.13258 3.5 9.73256 3.5 12C3.5 14.2674 3.50212 15.8674 3.66499 17.0788C3.82399 18.2614 4.1195 18.9228 4.59835 19.4017C5.0772 19.8805 5.7386 20.176 6.92121 20.335C8.13258 20.4979 9.73256 20.5 12 20.5C14.2674 20.5 15.8674 20.4979 17.0788 20.335C18.2614 20.176 18.9228 19.8805 19.4017 19.4017C19.8805 18.9228 20.176 18.2614 20.335 17.0788C20.4979 15.8674 20.5 14.2674 20.5 12C20.5 9.73256 20.4979 8.13258 20.335 6.92121C20.176 5.7386 19.8805 5.0772 19.4017 4.59835C18.9228 4.1195 18.2614 3.82399 17.0788 3.66499C15.8674 3.50212 14.2674 3.5 12 3.5C9.73256 3.5 8.13258 3.50212 6.92121 3.66499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9255 1.5H12.0745C14.2504 1.49998 15.9852 1.49996 17.3453 1.68282C18.7497 1.87164 19.9035 2.27175 20.8159 3.18414C21.7283 4.09653 22.1284 5.25033 22.3172 6.65471C22.5 8.01485 22.5 9.74959 22.5 11.9256V12.0744C22.5 14.2504 22.5 15.9851 22.3172 17.3453C22.1284 18.7497 21.7283 19.9035 20.8159 20.8159C19.9035 21.7283 18.7497 22.1284 17.3453 22.3172C15.9851 22.5 14.2504 22.5 12.0744 22.5H11.9256C9.74959 22.5 8.01485 22.5 6.65471 22.3172C5.25033 22.1284 4.09653 21.7283 3.18414 20.8159C2.27175 19.9035 1.87164 18.7497 1.68282 17.3453C1.49996 15.9852 1.49998 14.2504 1.5 12.0745V11.9255C1.49998 9.74957 1.49996 8.01485 1.68282 6.65471C1.87164 5.25033 2.27175 4.09653 3.18414 3.18414C4.09653 2.27175 5.25033 1.87164 6.65471 1.68282C8.01485 1.49996 9.74957 1.49998 11.9255 1.5ZM6.92121 3.66499C5.7386 3.82399 5.0772 4.1195 4.59835 4.59835C4.1195 5.0772 3.82399 5.7386 3.66499 6.92121C3.50212 8.13258 3.5 9.73256 3.5 12C3.5 14.2674 3.50212 15.8674 3.66499 17.0788C3.82399 18.2614 4.1195 18.9228 4.59835 19.4017C5.0772 19.8805 5.7386 20.176 6.92121 20.335C8.13258 20.4979 9.73256 20.5 12 20.5C14.2674 20.5 15.8674 20.4979 17.0788 20.335C18.2614 20.176 18.9228 19.8805 19.4017 19.4017C19.8805 18.9228 20.176 18.2614 20.335 17.0788C20.4979 15.8674 20.5 14.2674 20.5 12C20.5 9.73256 20.4979 8.13258 20.335 6.92121C20.176 5.7386 19.8805 5.0772 19.4017 4.59835C18.9228 4.1195 18.2614 3.82399 17.0788 3.66499C15.8674 3.50212 14.2674 3.5 12 3.5C9.73256 3.5 8.13258 3.50212 6.92121 3.66499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-straight-edge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2071 5.79289C18.5976 6.18342 18.5976 6.81658 18.2071 7.20711L14.2071 11.2071C13.8166 11.5976 13.1834 11.5976 12.7929 11.2071C12.4024 10.8166 12.4024 10.1834 12.7929 9.79289L16.7929 5.79289C17.1834 5.40237 17.8166 5.40237 18.2071 5.79289ZM11.2071 12.7929C11.5976 13.1834 11.5976 13.8166 11.2071 14.2071L7.20612 18.2079C6.81558 18.5985 6.18242 18.5984 5.7919 18.2079C5.40139 17.8174 5.4014 17.1842 5.79193 16.7937L9.79291 12.7929C10.1834 12.4024 10.8166 12.4024 11.2071 12.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.4812 14.75 9.25 13.5188 9.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.25 5C16.25 3.48122 17.4812 2.25 19 2.25C20.5188 2.25 21.75 3.48122 21.75 5C21.75 6.51878 20.5188 7.75 19 7.75C17.4812 7.75 16.25 6.51878 16.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 19C2.25 17.4812 3.48122 16.25 5 16.25C6.51878 16.25 7.75 17.4812 7.75 19C7.75 20.5188 6.51878 21.75 5 21.75C3.48122 21.75 2.25 20.5188 2.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2071 5.79289C18.5976 6.18342 18.5976 6.81658 18.2071 7.20711L14.2071 11.2071C13.8166 11.5976 13.1834 11.5976 12.7929 11.2071C12.4024 10.8166 12.4024 10.1834 12.7929 9.79289L16.7929 5.79289C17.1834 5.40237 17.8166 5.40237 18.2071 5.79289ZM11.2071 12.7929C11.5976 13.1834 11.5976 13.8166 11.2071 14.2071L7.20612 18.2079C6.81558 18.5985 6.18242 18.5984 5.7919 18.2079C5.40139 17.8174 5.4014 17.1842 5.79193 16.7937L9.79291 12.7929C10.1834 12.4024 10.8166 12.4024 11.2071 12.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.4812 14.75 9.25 13.5188 9.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.25 5C16.25 3.48122 17.4812 2.25 19 2.25C20.5188 2.25 21.75 3.48122 21.75 5C21.75 6.51878 20.5188 7.75 19 7.75C17.4812 7.75 16.25 6.51878 16.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 19C2.25 17.4812 3.48122 16.25 5 16.25C6.51878 16.25 7.75 17.4812 7.75 19C7.75 20.5188 6.51878 21.75 5 21.75C3.48122 21.75 2.25 20.5188 2.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-stroke-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.70748 1.32613C4.05323 1.27965 4.45116 1.2602 4.90027 1.25206C5.18166 1.24696 5.32236 1.24441 5.41216 1.3326C5.50196 1.42078 5.50196 1.56327 5.50196 1.84825V9.99622C5.50196 10.5485 5.94967 10.9962 6.50196 10.9962C7.05424 10.9962 7.50196 10.5485 7.50196 9.99622V1.84825C7.50196 1.56327 7.50196 1.42078 7.59175 1.3326C7.68155 1.24441 7.82225 1.24696 8.10364 1.25206C8.55275 1.2602 8.95069 1.27965 9.29644 1.32613C9.92423 1.41054 10.491 1.59621 10.9465 2.05168C11.402 2.50715 11.5876 3.07395 11.672 3.70174C11.752 4.29652 11.752 5.04573 11.752 5.9442L11.752 8.99622C11.752 9.96024 11.7536 10.6078 11.8185 11.0908C11.8805 11.5523 11.9878 11.7498 12.1181 11.8801C12.2484 12.0104 12.4459 12.1176 12.9073 12.1797C13.3904 12.2446 14.0379 12.2462 15.002 12.2462L18.054 12.2462C18.9524 12.2462 19.7017 12.2462 20.2964 12.3261C20.9242 12.4105 21.491 12.5962 21.9465 13.0517C22.402 13.5071 22.5876 14.0739 22.672 14.7017C22.7185 15.0475 22.738 15.4454 22.7461 15.8945C22.7512 16.1759 22.7538 16.3166 22.6656 16.4064C22.5774 16.4962 22.4349 16.4962 22.1499 16.4962H14.002C13.4497 16.4962 13.002 16.9439 13.002 17.4962C13.002 18.0485 13.4497 18.4962 14.002 18.4962H22.1499C22.4349 18.4962 22.5774 18.4962 22.6656 18.586C22.7538 18.6758 22.7512 18.8165 22.7461 19.0979C22.738 19.547 22.7185 19.945 22.672 20.2907C22.5876 20.9185 22.402 21.4853 21.9465 21.9408C21.491 22.3962 20.9242 22.5819 20.2964 22.6663C19.7017 22.7463 18.9525 22.7463 18.054 22.7462H7.94709C6.5795 22.7462 5.47718 22.7463 4.61021 22.6297C3.7101 22.5087 2.95223 22.2498 2.35031 21.6479C1.74839 21.046 1.4895 20.2881 1.36848 19.388C1.25192 18.521 1.25194 17.4187 1.25196 16.0511L1.25195 5.9442V5.94417C1.25193 5.04574 1.25191 4.2965 1.33187 3.70174C1.41627 3.07395 1.60194 2.50715 2.05741 2.05168C2.51288 1.59621 3.07968 1.41054 3.70748 1.32613ZM10.002 16.4961C10.002 17.8768 8.88266 18.9961 7.50195 18.9961C6.12124 18.9961 5.00195 17.8768 5.00195 16.4961C5.00195 15.1154 6.12124 13.9961 7.50195 13.9961C8.88266 13.9961 10.002 15.1154 10.002 16.4961Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.70748 1.32613C4.05323 1.27965 4.45116 1.2602 4.90027 1.25206C5.18166 1.24696 5.32236 1.24441 5.41216 1.3326C5.50196 1.42078 5.50196 1.56327 5.50196 1.84825V9.99622C5.50196 10.5485 5.94967 10.9962 6.50196 10.9962C7.05424 10.9962 7.50196 10.5485 7.50196 9.99622V1.84825C7.50196 1.56327 7.50196 1.42078 7.59175 1.3326C7.68155 1.24441 7.82225 1.24696 8.10364 1.25206C8.55275 1.2602 8.95069 1.27965 9.29644 1.32613C9.92423 1.41054 10.491 1.59621 10.9465 2.05168C11.402 2.50715 11.5876 3.07395 11.672 3.70174C11.752 4.29652 11.752 5.04573 11.752 5.9442L11.752 8.99622C11.752 9.96024 11.7536 10.6078 11.8185 11.0908C11.8805 11.5523 11.9878 11.7498 12.1181 11.8801C12.2484 12.0104 12.4459 12.1176 12.9073 12.1797C13.3904 12.2446 14.0379 12.2462 15.002 12.2462L18.054 12.2462C18.9524 12.2462 19.7017 12.2462 20.2964 12.3261C20.9242 12.4105 21.491 12.5962 21.9465 13.0517C22.402 13.5071 22.5876 14.0739 22.672 14.7017C22.7185 15.0475 22.738 15.4454 22.7461 15.8945C22.7512 16.1759 22.7538 16.3166 22.6656 16.4064C22.5774 16.4962 22.4349 16.4962 22.1499 16.4962H14.002C13.4497 16.4962 13.002 16.9439 13.002 17.4962C13.002 18.0485 13.4497 18.4962 14.002 18.4962H22.1499C22.4349 18.4962 22.5774 18.4962 22.6656 18.586C22.7538 18.6758 22.7512 18.8165 22.7461 19.0979C22.738 19.547 22.7185 19.945 22.672 20.2907C22.5876 20.9185 22.402 21.4853 21.9465 21.9408C21.491 22.3962 20.9242 22.5819 20.2964 22.6663C19.7017 22.7463 18.9525 22.7463 18.054 22.7462H7.94709C6.5795 22.7462 5.47718 22.7463 4.61021 22.6297C3.7101 22.5087 2.95223 22.2498 2.35031 21.6479C1.74839 21.046 1.4895 20.2881 1.36848 19.388C1.25192 18.521 1.25194 17.4187 1.25196 16.0511L1.25195 5.9442V5.94417C1.25193 5.04574 1.25191 4.2965 1.33187 3.70174C1.41627 3.07395 1.60194 2.50715 2.05741 2.05168C2.51288 1.59621 3.07968 1.41054 3.70748 1.32613ZM10.002 16.4961C10.002 17.8768 8.88266 18.9961 7.50195 18.9961C6.12124 18.9961 5.00195 17.8768 5.00195 16.4961C5.00195 15.1154 6.12124 13.9961 7.50195 13.9961C8.88266 13.9961 10.002 15.1154 10.002 16.4961Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-stroke-inside{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 19.25C8.25 21.183 6.683 22.75 4.75 22.75C2.817 22.75 1.25 21.183 1.25 19.25C1.25 17.317 2.817 15.75 4.75 15.75C6.683 15.75 8.25 17.317 8.25 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.29448 1.32992C9.92228 1.41432 10.4891 1.59999 10.9445 2.05546C11.4 2.51093 11.5857 3.07773 11.6701 3.70552C11.7501 4.3003 11.75 5.04954 11.75 5.94801L11.75 9C11.75 9.96402 11.7516 10.6116 11.8165 11.0946C11.8786 11.5561 11.9858 11.7536 12.1161 11.8839C12.2464 12.0142 12.4439 12.1214 12.9054 12.1835C13.3884 12.2484 14.036 12.25 15 12.25L18.052 12.25C18.9505 12.25 19.6997 12.2499 20.2945 12.3299C20.9223 12.4143 21.4891 12.6 21.9445 13.0555C22.4 13.5109 22.5857 14.0777 22.6701 14.7055C22.7501 15.3003 22.75 16.0495 22.75 16.948V18.052C22.75 18.9505 22.7501 19.6997 22.6701 20.2945C22.5857 20.9223 22.4 21.4891 21.9445 21.9445C21.4891 22.4 20.9223 22.5857 20.2945 22.6701C19.6997 22.7501 18.9505 22.75 18.052 22.75H9.74913C9.17012 22.75 8.88061 22.75 8.79324 22.6043C8.70586 22.4585 8.8583 22.1732 9.16317 21.6024C9.53769 20.9013 9.75 20.1004 9.75 19.25C9.75 16.4886 7.51143 14.25 4.75 14.25C3.89957 14.25 3.09873 14.4623 2.39759 14.8368C1.82685 15.1417 1.54147 15.2941 1.39574 15.2068C1.25 15.1194 1.25 14.8299 1.25 14.2509L1.25 5.94794C1.24997 5.04949 1.24995 4.30029 1.32992 3.70553C1.41432 3.07773 1.59999 2.51093 2.05546 2.05546C2.51093 1.59999 3.07773 1.41432 3.70552 1.32992C4.30029 1.24995 5.04955 1.24997 5.94801 1.25H7.05206C7.95052 1.24997 8.69972 1.24995 9.29448 1.32992Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 19.25C8.25 21.183 6.683 22.75 4.75 22.75C2.817 22.75 1.25 21.183 1.25 19.25C1.25 17.317 2.817 15.75 4.75 15.75C6.683 15.75 8.25 17.317 8.25 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.29448 1.32992C9.92228 1.41432 10.4891 1.59999 10.9445 2.05546C11.4 2.51093 11.5857 3.07773 11.6701 3.70552C11.7501 4.3003 11.75 5.04954 11.75 5.94801L11.75 9C11.75 9.96402 11.7516 10.6116 11.8165 11.0946C11.8786 11.5561 11.9858 11.7536 12.1161 11.8839C12.2464 12.0142 12.4439 12.1214 12.9054 12.1835C13.3884 12.2484 14.036 12.25 15 12.25L18.052 12.25C18.9505 12.25 19.6997 12.2499 20.2945 12.3299C20.9223 12.4143 21.4891 12.6 21.9445 13.0555C22.4 13.5109 22.5857 14.0777 22.6701 14.7055C22.7501 15.3003 22.75 16.0495 22.75 16.948V18.052C22.75 18.9505 22.7501 19.6997 22.6701 20.2945C22.5857 20.9223 22.4 21.4891 21.9445 21.9445C21.4891 22.4 20.9223 22.5857 20.2945 22.6701C19.6997 22.7501 18.9505 22.75 18.052 22.75H9.74913C9.17012 22.75 8.88061 22.75 8.79324 22.6043C8.70586 22.4585 8.8583 22.1732 9.16317 21.6024C9.53769 20.9013 9.75 20.1004 9.75 19.25C9.75 16.4886 7.51143 14.25 4.75 14.25C3.89957 14.25 3.09873 14.4623 2.39759 14.8368C1.82685 15.1417 1.54147 15.2941 1.39574 15.2068C1.25 15.1194 1.25 14.8299 1.25 14.2509L1.25 5.94794C1.24997 5.04949 1.24995 4.30029 1.32992 3.70553C1.41432 3.07773 1.59999 2.51093 2.05546 2.05546C2.51093 1.59999 3.07773 1.41432 3.70552 1.32992C4.30029 1.24995 5.04955 1.24997 5.94801 1.25H7.05206C7.95052 1.24997 8.69972 1.24995 9.29448 1.32992Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-stroke-outside{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.29448 1.32992C9.92228 1.41432 10.4891 1.59999 10.9445 2.05546C11.4 2.51093 11.5857 3.07773 11.6701 3.70552C11.7501 4.3003 11.75 5.04954 11.75 5.94801V6.56009C11.75 6.98037 11.75 7.19051 11.6472 7.32495C11.5445 7.45939 11.3019 7.52532 10.8168 7.65717C8.90553 8.17666 7.5 9.92419 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5C14.0758 16.5 15.8233 15.0945 16.3428 13.1832C16.4747 12.6981 16.5406 12.4556 16.6751 12.3528C16.8095 12.25 17.0196 12.25 17.4399 12.25L18.052 12.25C18.9505 12.25 19.6997 12.2499 20.2945 12.3299C20.9223 12.4143 21.4891 12.6 21.9445 13.0555C22.4 13.5109 22.5857 14.0777 22.6701 14.7055C22.7501 15.3003 22.75 16.0495 22.75 16.948V18.052C22.75 18.9505 22.7501 19.6997 22.6701 20.2945C22.5857 20.9223 22.4 21.4891 21.9445 21.9445C21.4891 22.4 20.9223 22.5857 20.2945 22.6701C19.6997 22.7501 18.9505 22.75 18.052 22.75H7.94513C6.57754 22.75 5.47522 22.75 4.60825 22.6335C3.70815 22.5125 2.95027 22.2536 2.34835 21.6517C1.74644 21.0497 1.48754 20.2919 1.36653 19.3918C1.24997 18.5248 1.24998 17.4225 1.25 16.0549L1.25 5.94794C1.24997 5.04949 1.24995 4.30029 1.32992 3.70553C1.41432 3.07773 1.59999 2.51093 2.05546 2.05546C2.51093 1.59999 3.07773 1.41432 3.70552 1.32992C4.30029 1.24995 5.04955 1.24997 5.94801 1.25H7.05206C7.95052 1.24997 8.69972 1.24995 9.29448 1.32992Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.29448 1.32992C9.92228 1.41432 10.4891 1.59999 10.9445 2.05546C11.4 2.51093 11.5857 3.07773 11.6701 3.70552C11.7501 4.3003 11.75 5.04954 11.75 5.94801V6.56009C11.75 6.98037 11.75 7.19051 11.6472 7.32495C11.5445 7.45939 11.3019 7.52532 10.8168 7.65717C8.90553 8.17666 7.5 9.92419 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5C14.0758 16.5 15.8233 15.0945 16.3428 13.1832C16.4747 12.6981 16.5406 12.4556 16.6751 12.3528C16.8095 12.25 17.0196 12.25 17.4399 12.25L18.052 12.25C18.9505 12.25 19.6997 12.2499 20.2945 12.3299C20.9223 12.4143 21.4891 12.6 21.9445 13.0555C22.4 13.5109 22.5857 14.0777 22.6701 14.7055C22.7501 15.3003 22.75 16.0495 22.75 16.948V18.052C22.75 18.9505 22.7501 19.6997 22.6701 20.2945C22.5857 20.9223 22.4 21.4891 21.9445 21.9445C21.4891 22.4 20.9223 22.5857 20.2945 22.6701C19.6997 22.7501 18.9505 22.75 18.052 22.75H7.94513C6.57754 22.75 5.47522 22.75 4.60825 22.6335C3.70815 22.5125 2.95027 22.2536 2.34835 21.6517C1.74644 21.0497 1.48754 20.2919 1.36653 19.3918C1.24997 18.5248 1.24998 17.4225 1.25 16.0549L1.25 5.94794C1.24997 5.04949 1.24995 4.30029 1.32992 3.70553C1.41432 3.07773 1.59999 2.51093 2.05546 2.05546C2.51093 1.59999 3.07773 1.41432 3.70552 1.32992C4.30029 1.24995 5.04955 1.24997 5.94801 1.25H7.05206C7.95052 1.24997 8.69972 1.24995 9.29448 1.32992Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-swatch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.8291 3.56186C16.1888 3.16743 16.7952 3.144 17.1834 3.50951C17.6443 3.94346 18.1604 4.47983 18.7517 5.09441L18.8127 5.15774C19.6766 6.05554 20.3918 6.79876 20.8821 7.46663C21.3984 8.16982 21.75 8.89894 21.75 9.77421C21.75 10.6495 21.3984 11.3786 20.8821 12.0818C20.3918 12.7497 19.6766 13.4929 18.8127 14.3907L12.6321 20.8139C12.3609 21.0958 12.0704 21.3477 11.7647 21.5691C11.3337 21.8812 10.7353 21.7793 10.4281 21.3414C10.1208 20.9036 10.2212 20.2955 10.6521 19.9834C10.8656 19.8288 11.0697 19.652 11.2616 19.4526L17.3956 13.0778C18.318 12.1192 18.9413 11.4684 19.3458 10.9175C19.7332 10.3898 19.8333 10.0659 19.8333 9.77421C19.8333 9.48252 19.7332 9.15861 19.3458 8.63096C18.9413 8.07998 18.318 7.42925 17.3956 6.47063C16.787 5.83819 16.303 5.33554 15.8806 4.93786C15.4924 4.57234 15.4693 3.95629 15.8291 3.56186Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7466 14.2503C22.2818 14.238 22.7259 14.6507 22.7385 15.1722C22.7496 15.63 22.7496 16.1443 22.7496 16.7115L22.7496 16.7873C22.7496 17.9286 22.7496 18.8824 22.6418 19.6399C22.5275 20.4426 22.276 21.1632 21.6662 21.739C21.0608 22.3108 20.3101 22.5429 19.4748 22.649C18.6788 22.7501 17.6742 22.75 16.4611 22.75L7.77889 22.75C7.24355 22.75 6.80957 22.3272 6.80957 21.8056C6.80957 21.284 7.24355 20.8611 7.77889 20.8611H16.3951C17.691 20.8611 18.5683 20.8592 19.2243 20.7759C19.8555 20.6958 20.1338 20.5556 20.317 20.3826C20.4959 20.2137 20.6386 19.9626 20.7215 19.3804C20.8087 18.7679 20.8109 17.9462 20.8109 16.72C20.8109 16.143 20.8109 15.65 20.8004 15.2167C20.7878 14.6953 21.2114 14.2626 21.7466 14.2503Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.55481 1.25H7.55483C8.80459 1.24998 9.81903 1.24996 10.6184 1.35852C11.4518 1.4717 12.1625 1.71523 12.7275 2.28594C13.2915 2.85559 13.5312 3.5704 13.6428 4.40863C13.7169 4.96569 13.7398 5.6266 13.7469 6.3989C13.7494 6.68118 13.7507 6.82232 13.6627 6.91116C13.5747 7 13.4327 7 13.1488 7H1.85124C1.5673 7 1.42533 7 1.3373 6.91116C1.24927 6.82232 1.25056 6.68118 1.25314 6.3989C1.2602 5.6266 1.28309 4.96569 1.35724 4.40863C1.46881 3.5704 1.70851 2.85559 2.27247 2.28594C2.83746 1.71523 3.54816 1.4717 4.38158 1.35852C5.18098 1.24996 6.19542 1.24998 7.44517 1.25H7.44519H7.44521H7.5548H7.55481ZM1.85 9C1.56716 9 1.42574 9 1.33787 9.08787C1.25 9.17574 1.25 9.31716 1.25 9.6V11.4C1.25 11.6828 1.25 11.8243 1.33787 11.9121C1.42574 12 1.56716 12 1.85 12H13.15C13.4328 12 13.5743 12 13.6621 11.9121C13.75 11.8243 13.75 11.6828 13.75 11.4V9.6C13.75 9.31716 13.75 9.17574 13.6621 9.08787C13.5743 9 13.4328 9 13.15 9H1.85ZM13.75 14.6C13.75 14.3172 13.75 14.1757 13.6621 14.0879C13.5743 14 13.4328 14 13.15 14H1.85C1.56716 14 1.42574 14 1.33787 14.0879C1.25 14.1757 1.25 14.3172 1.25 14.6V16.4444C1.25 19.9198 4.04113 22.75 7.5 22.75C10.9589 22.75 13.75 19.9198 13.75 16.4444V14.6ZM6.5 17.5C6.5 16.9477 6.94571 16.5 7.49553 16.5H7.50447C8.05429 16.5 8.5 16.9477 8.5 17.5C8.5 18.0523 8.05429 18.5 7.50447 18.5H7.49553C6.94571 18.5 6.5 18.0523 6.5 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.8291 3.56186C16.1888 3.16743 16.7952 3.144 17.1834 3.50951C17.6443 3.94346 18.1604 4.47983 18.7517 5.09441L18.8127 5.15774C19.6766 6.05554 20.3918 6.79876 20.8821 7.46663C21.3984 8.16982 21.75 8.89894 21.75 9.77421C21.75 10.6495 21.3984 11.3786 20.8821 12.0818C20.3918 12.7497 19.6766 13.4929 18.8127 14.3907L12.6321 20.8139C12.3609 21.0958 12.0704 21.3477 11.7647 21.5691C11.3337 21.8812 10.7353 21.7793 10.4281 21.3414C10.1208 20.9036 10.2212 20.2955 10.6521 19.9834C10.8656 19.8288 11.0697 19.652 11.2616 19.4526L17.3956 13.0778C18.318 12.1192 18.9413 11.4684 19.3458 10.9175C19.7332 10.3898 19.8333 10.0659 19.8333 9.77421C19.8333 9.48252 19.7332 9.15861 19.3458 8.63096C18.9413 8.07998 18.318 7.42925 17.3956 6.47063C16.787 5.83819 16.303 5.33554 15.8806 4.93786C15.4924 4.57234 15.4693 3.95629 15.8291 3.56186Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7466 14.2503C22.2818 14.238 22.7259 14.6507 22.7385 15.1722C22.7496 15.63 22.7496 16.1443 22.7496 16.7115L22.7496 16.7873C22.7496 17.9286 22.7496 18.8824 22.6418 19.6399C22.5275 20.4426 22.276 21.1632 21.6662 21.739C21.0608 22.3108 20.3101 22.5429 19.4748 22.649C18.6788 22.7501 17.6742 22.75 16.4611 22.75L7.77889 22.75C7.24355 22.75 6.80957 22.3272 6.80957 21.8056C6.80957 21.284 7.24355 20.8611 7.77889 20.8611H16.3951C17.691 20.8611 18.5683 20.8592 19.2243 20.7759C19.8555 20.6958 20.1338 20.5556 20.317 20.3826C20.4959 20.2137 20.6386 19.9626 20.7215 19.3804C20.8087 18.7679 20.8109 17.9462 20.8109 16.72C20.8109 16.143 20.8109 15.65 20.8004 15.2167C20.7878 14.6953 21.2114 14.2626 21.7466 14.2503Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.55481 1.25H7.55483C8.80459 1.24998 9.81903 1.24996 10.6184 1.35852C11.4518 1.4717 12.1625 1.71523 12.7275 2.28594C13.2915 2.85559 13.5312 3.5704 13.6428 4.40863C13.7169 4.96569 13.7398 5.6266 13.7469 6.3989C13.7494 6.68118 13.7507 6.82232 13.6627 6.91116C13.5747 7 13.4327 7 13.1488 7H1.85124C1.5673 7 1.42533 7 1.3373 6.91116C1.24927 6.82232 1.25056 6.68118 1.25314 6.3989C1.2602 5.6266 1.28309 4.96569 1.35724 4.40863C1.46881 3.5704 1.70851 2.85559 2.27247 2.28594C2.83746 1.71523 3.54816 1.4717 4.38158 1.35852C5.18098 1.24996 6.19542 1.24998 7.44517 1.25H7.44519H7.44521H7.5548H7.55481ZM1.85 9C1.56716 9 1.42574 9 1.33787 9.08787C1.25 9.17574 1.25 9.31716 1.25 9.6V11.4C1.25 11.6828 1.25 11.8243 1.33787 11.9121C1.42574 12 1.56716 12 1.85 12H13.15C13.4328 12 13.5743 12 13.6621 11.9121C13.75 11.8243 13.75 11.6828 13.75 11.4V9.6C13.75 9.31716 13.75 9.17574 13.6621 9.08787C13.5743 9 13.4328 9 13.15 9H1.85ZM13.75 14.6C13.75 14.3172 13.75 14.1757 13.6621 14.0879C13.5743 14 13.4328 14 13.15 14H1.85C1.56716 14 1.42574 14 1.33787 14.0879C1.25 14.1757 1.25 14.3172 1.25 14.6V16.4444C1.25 19.9198 4.04113 22.75 7.5 22.75C10.9589 22.75 13.75 19.9198 13.75 16.4444V14.6ZM6.5 17.5C6.5 16.9477 6.94571 16.5 7.49553 16.5H7.50447C8.05429 16.5 8.5 16.9477 8.5 17.5C8.5 18.0523 8.05429 18.5 7.50447 18.5H7.49553C6.94571 18.5 6.5 18.0523 6.5 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-strikethrough{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H4C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4C9.35437 4 7.5 5.78936 7.5 7.66667C7.5 8.08123 7.54568 8.43225 7.62925 8.72853C7.77917 9.26008 7.46981 9.81252 6.93827 9.96245C6.40672 10.1124 5.85428 9.80301 5.70435 9.27147C5.56105 8.76341 5.5 8.22435 5.5 7.66667C5.5 4.38931 8.57049 2 12 2C15.4295 2 18.5 4.38931 18.5 7.66667C18.5 8.21895 18.0523 8.66667 17.5 8.66667C16.9477 8.66667 16.5 8.21895 16.5 7.66667C16.5 5.78936 14.6456 4 12 4ZM13.945 11.73C14.0942 11.1982 14.6462 10.888 15.1779 11.0372C16.3665 11.3705 17.3572 11.9605 18.037 12.8998C18.712 13.8322 19 14.9977 19 16.3333C19 18.3126 18.1799 19.7939 16.811 20.7395C15.4955 21.6481 13.7675 22 12 22C8.38245 22 5 19.6823 5 16.3333C5 15.781 5.44772 15.3333 6 15.3333C6.55228 15.3333 7 15.781 7 16.3333C7 18.1391 8.99013 20 12 20C13.5463 20 14.8182 19.6852 15.6743 19.0939C16.4769 18.5394 17 17.6874 17 16.3333C17 15.276 16.7727 14.5639 16.4169 14.0725C16.0661 13.5878 15.5107 13.2077 14.6378 12.9628C14.1061 12.8137 13.7959 12.2617 13.945 11.73Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H4C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4C9.35437 4 7.5 5.78936 7.5 7.66667C7.5 8.08123 7.54568 8.43225 7.62925 8.72853C7.77917 9.26008 7.46981 9.81252 6.93827 9.96245C6.40672 10.1124 5.85428 9.80301 5.70435 9.27147C5.56105 8.76341 5.5 8.22435 5.5 7.66667C5.5 4.38931 8.57049 2 12 2C15.4295 2 18.5 4.38931 18.5 7.66667C18.5 8.21895 18.0523 8.66667 17.5 8.66667C16.9477 8.66667 16.5 8.21895 16.5 7.66667C16.5 5.78936 14.6456 4 12 4ZM13.945 11.73C14.0942 11.1982 14.6462 10.888 15.1779 11.0372C16.3665 11.3705 17.3572 11.9605 18.037 12.8998C18.712 13.8322 19 14.9977 19 16.3333C19 18.3126 18.1799 19.7939 16.811 20.7395C15.4955 21.6481 13.7675 22 12 22C8.38245 22 5 19.6823 5 16.3333C5 15.781 5.44772 15.3333 6 15.3333C6.55228 15.3333 7 15.781 7 16.3333C7 18.1391 8.99013 20 12 20C13.5463 20 14.8182 19.6852 15.6743 19.0939C16.4769 18.5394 17 17.6874 17 16.3333C17 15.276 16.7727 14.5639 16.4169 14.0725C16.0661 13.5878 15.5107 13.2077 14.6378 12.9628C14.1061 12.8137 13.7959 12.2617 13.945 11.73Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-align-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 9C7 8.44772 7.44772 8 8 8H16C16.5523 8 17 8.44772 17 9C17 9.55228 16.5523 10 16 10H8C7.44772 10 7 9.55228 7 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 21C7 20.4477 7.44772 20 8 20H16C16.5523 20 17 20.4477 17 21C17 21.5523 16.5523 22 16 22H8C7.44772 22 7 21.5523 7 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 9C7 8.44772 7.44772 8 8 8H16C16.5523 8 17 8.44772 17 9C17 9.55228 16.5523 10 16 10H8C7.44772 10 7 9.55228 7 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 21C7 20.4477 7.44772 20 8 20H16C16.5523 20 17 20.4477 17 21C17 21.5523 16.5523 22 16 22H8C7.44772 22 7 21.5523 7 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-align-justify-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 9C2 8.44772 2.44772 8 3 8H21C21.5523 8 22 8.44772 22 9C22 9.55228 21.5523 10 21 10H3C2.44772 10 2 9.55228 2 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 9C2 8.44772 2.44772 8 3 8H21C21.5523 8 22 8.44772 22 9C22 9.55228 21.5523 10 21 10H3C2.44772 10 2 9.55228 2 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-align-justify-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H11C11.5523 2 12 2.44772 12 3C12 3.55228 11.5523 4 11 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 9C2 8.44772 2.44772 8 3 8H11C11.5523 8 12 8.44772 12 9C12 9.55228 11.5523 10 11 10H3C2.44772 10 2 9.55228 2 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H11C11.5523 2 12 2.44772 12 3C12 3.55228 11.5523 4 11 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 9C2 8.44772 2.44772 8 3 8H11C11.5523 8 12 8.44772 12 9C12 9.55228 11.5523 10 11 10H3C2.44772 10 2 9.55228 2 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-align-justify-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C12 2.44772 12.4477 2 13 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H13C12.4477 4 12 3.55228 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9C12 8.44772 12.4477 8 13 8H21C21.5523 8 22 8.44772 22 9C22 9.55228 21.5523 10 21 10H13C12.4477 10 12 9.55228 12 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C12 2.44772 12.4477 2 13 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H13C12.4477 4 12 3.55228 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9C12 8.44772 12.4477 8 13 8H21C21.5523 8 22 8.44772 22 9C22 9.55228 21.5523 10 21 10H13C12.4477 10 12 9.55228 12 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-align-left-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 9C2 8.44772 2.44772 8 3 8H11C11.5523 8 12 8.44772 12 9C12 9.55228 11.5523 10 11 10H3C2.44772 10 2 9.55228 2 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H11C11.5523 20 12 20.4477 12 21C12 21.5523 11.5523 22 11 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 9C2 8.44772 2.44772 8 3 8H11C11.5523 8 12 8.44772 12 9C12 9.55228 11.5523 10 11 10H3C2.44772 10 2 9.55228 2 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H11C11.5523 20 12 20.4477 12 21C12 21.5523 11.5523 22 11 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-align-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 4.5C8 3.94772 8.44772 3.5 9 3.5H19C19.5523 3.5 20 3.94772 20 4.5C20 5.05228 19.5523 5.5 19 5.5H9C8.44772 5.5 8 5.05228 8 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 9.5C8 8.94772 8.44772 8.5 9 8.5H14C14.5523 8.5 15 8.94772 15 9.5C15 10.0523 14.5523 10.5 14 10.5H9C8.44772 10.5 8 10.0523 8 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 14.5C8 13.9477 8.44772 13.5 9 13.5H19C19.5523 13.5 20 13.9477 20 14.5C20 15.0523 19.5523 15.5 19 15.5H9C8.44772 15.5 8 15.0523 8 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 19.5C8 18.9477 8.44772 18.5 9 18.5H14C14.5523 18.5 15 18.9477 15 19.5C15 20.0523 14.5523 20.5 14 20.5H9C8.44772 20.5 8 20.0523 8 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 2C5.55228 2 6 2.44772 6 3V21C6 21.5523 5.55228 22 5 22C4.44772 22 4 21.5523 4 21V3C4 2.44772 4.44772 2 5 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 4.5C8 3.94772 8.44772 3.5 9 3.5H19C19.5523 3.5 20 3.94772 20 4.5C20 5.05228 19.5523 5.5 19 5.5H9C8.44772 5.5 8 5.05228 8 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 9.5C8 8.94772 8.44772 8.5 9 8.5H14C14.5523 8.5 15 8.94772 15 9.5C15 10.0523 14.5523 10.5 14 10.5H9C8.44772 10.5 8 10.0523 8 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 14.5C8 13.9477 8.44772 13.5 9 13.5H19C19.5523 13.5 20 13.9477 20 14.5C20 15.0523 19.5523 15.5 19 15.5H9C8.44772 15.5 8 15.0523 8 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 19.5C8 18.9477 8.44772 18.5 9 18.5H14C14.5523 18.5 15 18.9477 15 19.5C15 20.0523 14.5523 20.5 14 20.5H9C8.44772 20.5 8 20.0523 8 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 2C5.55228 2 6 2.44772 6 3V21C6 21.5523 5.55228 22 5 22C4.44772 22 4 21.5523 4 21V3C4 2.44772 4.44772 2 5 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-align-right-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9C12 8.44772 12.4477 8 13 8H21C21.5523 8 22 8.44772 22 9C22 9.55228 21.5523 10 21 10H13C12.4477 10 12 9.55228 12 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 21C12 20.4477 12.4477 20 13 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H13C12.4477 22 12 21.5523 12 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9C12 8.44772 12.4477 8 13 8H21C21.5523 8 22 8.44772 22 9C22 9.55228 21.5523 10 21 10H13C12.4477 10 12 9.55228 12 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 21C12 20.4477 12.4477 20 13 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H13C12.4477 22 12 21.5523 12 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-align-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 4.5C4 3.94772 4.44772 3.5 5 3.5H15C15.5523 3.5 16 3.94772 16 4.5C16 5.05228 15.5523 5.5 15 5.5H5C4.44772 5.5 4 5.05228 4 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 9.5C9 8.94772 9.44772 8.5 10 8.5H15C15.5523 8.5 16 8.94772 16 9.5C16 10.0523 15.5523 10.5 15 10.5H10C9.44772 10.5 9 10.0523 9 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 14.5C4 13.9477 4.44772 13.5 5 13.5H15C15.5523 13.5 16 13.9477 16 14.5C16 15.0523 15.5523 15.5 15 15.5H5C4.44772 15.5 4 15.0523 4 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 19.5C9 18.9477 9.44772 18.5 10 18.5H15C15.5523 18.5 16 18.9477 16 19.5C16 20.0523 15.5523 20.5 15 20.5H10C9.44772 20.5 9 20.0523 9 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 2C19.5523 2 20 2.44772 20 3V21C20 21.5523 19.5523 22 19 22C18.4477 22 18 21.5523 18 21V3C18 2.44772 18.4477 2 19 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 4.5C4 3.94772 4.44772 3.5 5 3.5H15C15.5523 3.5 16 3.94772 16 4.5C16 5.05228 15.5523 5.5 15 5.5H5C4.44772 5.5 4 5.05228 4 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 9.5C9 8.94772 9.44772 8.5 10 8.5H15C15.5523 8.5 16 8.94772 16 9.5C16 10.0523 15.5523 10.5 15 10.5H10C9.44772 10.5 9 10.0523 9 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 14.5C4 13.9477 4.44772 13.5 5 13.5H15C15.5523 13.5 16 13.9477 16 14.5C16 15.0523 15.5523 15.5 15 15.5H5C4.44772 15.5 4 15.0523 4 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 19.5C9 18.9477 9.44772 18.5 10 18.5H15C15.5523 18.5 16 18.9477 16 19.5C16 20.0523 15.5523 20.5 15 20.5H10C9.44772 20.5 9 20.0523 9 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 2C19.5523 2 20 2.44772 20 3V21C20 21.5523 19.5523 22 19 22C18.4477 22 18 21.5523 18 21V3C18 2.44772 18.4477 2 19 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-all-caps{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00021 4.02423C6.06968 4.06495 5.04517 4.15125 4.16616 4.23856C3.59345 4.29545 3.50303 4.31354 3.43612 4.34003C3.23947 4.41786 3.08005 4.59707 3.0268 4.7739C3.01048 4.82812 3.00021 4.91136 3.00021 5.5C3.00021 6.05228 2.5525 6.5 2.00021 6.5C1.44793 6.5 1.00021 6.05228 1.00021 5.5C1.00021 5.46686 1.00016 5.43382 1.00011 5.40088C0.99942 4.97835 0.99876 4.57242 1.11175 4.19721C1.34579 3.42002 1.94972 2.7774 2.70006 2.4804C3.06179 2.33722 3.45438 2.29876 3.87503 2.25756C3.90602 2.25452 3.93716 2.25147 3.96846 2.24836C5.19023 2.12699 6.75884 2 8.00021 2C8.63886 2 9.35909 2.03349 10.068 2.08168C10.619 2.11913 11.0354 2.59618 10.9979 3.14719C10.9605 3.6982 10.4834 4.11453 9.9324 4.07707C9.6159 4.05556 9.30255 4.03748 9.00021 4.02426V20H9.99791C10.5502 20 10.9979 20.4477 10.9979 21C10.9979 21.5523 10.5502 22 9.99791 22H5.42878C4.8765 22 4.42878 21.5523 4.42878 21C4.42878 20.4477 4.8765 20 5.42878 20H7.00021V4.02423Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9994 4.02426C14.6972 4.03747 14.3841 4.05554 14.0678 4.07703C13.5168 4.11447 13.0398 3.69814 13.0023 3.14713C12.9649 2.59612 13.3812 2.11908 13.9322 2.08163C14.641 2.03347 15.3609 2 15.9994 2C17.2407 2 18.8093 2.12699 20.0311 2.24836C20.0624 2.25147 20.0935 2.25452 20.1245 2.25756C20.5452 2.29876 20.9378 2.33722 21.2995 2.4804C22.0498 2.7774 22.6538 3.42002 22.8878 4.19721C23.0008 4.57242 23.0001 4.97835 22.9995 5.40088C22.9994 5.43382 22.9994 5.46686 22.9994 5.5C22.9994 6.05228 22.5516 6.5 21.9994 6.5C21.4471 6.5 20.9994 6.05228 20.9994 5.5C20.9994 4.91136 20.9891 4.82812 20.9728 4.7739C20.9195 4.59707 20.7601 4.41786 20.5634 4.34003C20.4965 4.31354 20.4061 4.29545 19.8334 4.23856C18.9544 4.15125 17.9299 4.06495 16.9994 4.02423V20H18.5708C19.1231 20 19.5708 20.4477 19.5708 21C19.5708 21.5523 19.1231 22 18.5708 22H14.0023C13.45 22 13.0023 21.5523 13.0023 21C13.0023 20.4477 13.45 20 14.0023 20H14.9994V4.02426Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00021 4.02423C6.06968 4.06495 5.04517 4.15125 4.16616 4.23856C3.59345 4.29545 3.50303 4.31354 3.43612 4.34003C3.23947 4.41786 3.08005 4.59707 3.0268 4.7739C3.01048 4.82812 3.00021 4.91136 3.00021 5.5C3.00021 6.05228 2.5525 6.5 2.00021 6.5C1.44793 6.5 1.00021 6.05228 1.00021 5.5C1.00021 5.46686 1.00016 5.43382 1.00011 5.40088C0.99942 4.97835 0.99876 4.57242 1.11175 4.19721C1.34579 3.42002 1.94972 2.7774 2.70006 2.4804C3.06179 2.33722 3.45438 2.29876 3.87503 2.25756C3.90602 2.25452 3.93716 2.25147 3.96846 2.24836C5.19023 2.12699 6.75884 2 8.00021 2C8.63886 2 9.35909 2.03349 10.068 2.08168C10.619 2.11913 11.0354 2.59618 10.9979 3.14719C10.9605 3.6982 10.4834 4.11453 9.9324 4.07707C9.6159 4.05556 9.30255 4.03748 9.00021 4.02426V20H9.99791C10.5502 20 10.9979 20.4477 10.9979 21C10.9979 21.5523 10.5502 22 9.99791 22H5.42878C4.8765 22 4.42878 21.5523 4.42878 21C4.42878 20.4477 4.8765 20 5.42878 20H7.00021V4.02423Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9994 4.02426C14.6972 4.03747 14.3841 4.05554 14.0678 4.07703C13.5168 4.11447 13.0398 3.69814 13.0023 3.14713C12.9649 2.59612 13.3812 2.11908 13.9322 2.08163C14.641 2.03347 15.3609 2 15.9994 2C17.2407 2 18.8093 2.12699 20.0311 2.24836C20.0624 2.25147 20.0935 2.25452 20.1245 2.25756C20.5452 2.29876 20.9378 2.33722 21.2995 2.4804C22.0498 2.7774 22.6538 3.42002 22.8878 4.19721C23.0008 4.57242 23.0001 4.97835 22.9995 5.40088C22.9994 5.43382 22.9994 5.46686 22.9994 5.5C22.9994 6.05228 22.5516 6.5 21.9994 6.5C21.4471 6.5 20.9994 6.05228 20.9994 5.5C20.9994 4.91136 20.9891 4.82812 20.9728 4.7739C20.9195 4.59707 20.7601 4.41786 20.5634 4.34003C20.4965 4.31354 20.4061 4.29545 19.8334 4.23856C18.9544 4.15125 17.9299 4.06495 16.9994 4.02423V20H18.5708C19.1231 20 19.5708 20.4477 19.5708 21C19.5708 21.5523 19.1231 22 18.5708 22H14.0023C13.45 22 13.0023 21.5523 13.0023 21C13.0023 20.4477 13.45 20 14.0023 20H14.9994V4.02426Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-bold{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.4384 2C8.45887 2.00001 8.47941 2.00001 8.50001 2.00001H13.079C16.0895 2.00001 18.5 4.4792 18.5 7.50001C18.5 10.5208 16.0895 13 13.079 13H5.50001C4.94772 13 4.50001 12.5523 4.50001 12V6.00001C4.50001 5.97941 4.50001 5.95887 4.5 5.9384C4.49994 5.28428 4.49989 4.69656 4.56384 4.22085C4.63367 3.70149 4.7958 3.16868 5.23224 2.73224C5.66868 2.2958 6.20149 2.13367 6.72085 2.06384C7.19656 1.99989 7.78428 1.99994 8.4384 2ZM6.64692 4.14593C6.64671 4.14617 6.64656 4.14635 6.64645 4.14645C6.64635 4.14656 6.64617 4.14671 6.64593 4.14692C6.63942 4.15261 6.58457 4.2005 6.54601 4.48735C6.50213 4.8137 6.50001 5.26463 6.50001 6.00001V11H13.079C14.9517 11 16.5 9.44976 16.5 7.50001C16.5 5.55025 14.9517 4.00001 13.079 4.00001H8.50001C7.76463 4.00001 7.3137 4.00213 6.98735 4.04601C6.7005 4.08457 6.65261 4.13942 6.64692 4.14593Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.50001 11C6.05229 11 6.50001 11.4477 6.50001 12V18C6.50001 18.7354 6.50213 19.1863 6.54601 19.5127C6.58457 19.7995 6.63942 19.8474 6.64593 19.8531C6.64617 19.8533 6.64635 19.8534 6.64645 19.8536C6.64656 19.8537 6.64671 19.8538 6.64693 19.8541C6.65261 19.8606 6.7005 19.9154 6.98735 19.954C7.3137 19.9979 7.76463 20 8.50001 20H14.1667C15.9724 20 17.5 18.4689 17.5 16.5C17.5 14.5311 15.9724 13 14.1667 13H12.9286C12.3763 13 11.9286 12.5523 11.9286 12C11.9286 11.4477 12.3763 11 12.9286 11H14.1667C17.1474 11 19.5 13.4983 19.5 16.5C19.5 19.5017 17.1474 22 14.1667 22H8.50001C8.47941 22 8.45887 22 8.4384 22C7.78427 22.0001 7.19656 22.0001 6.72085 21.9362C6.20149 21.8663 5.66868 21.7042 5.23224 21.2678C4.7958 20.8313 4.63367 20.2985 4.56384 19.7792C4.49989 19.3035 4.49994 18.7157 4.5 18.0616C4.50001 18.0411 4.50001 18.0206 4.50001 18V12C4.50001 11.4477 4.94772 11 5.50001 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.4384 2C8.45887 2.00001 8.47941 2.00001 8.50001 2.00001H13.079C16.0895 2.00001 18.5 4.4792 18.5 7.50001C18.5 10.5208 16.0895 13 13.079 13H5.50001C4.94772 13 4.50001 12.5523 4.50001 12V6.00001C4.50001 5.97941 4.50001 5.95887 4.5 5.9384C4.49994 5.28428 4.49989 4.69656 4.56384 4.22085C4.63367 3.70149 4.7958 3.16868 5.23224 2.73224C5.66868 2.2958 6.20149 2.13367 6.72085 2.06384C7.19656 1.99989 7.78428 1.99994 8.4384 2ZM6.64692 4.14593C6.64671 4.14617 6.64656 4.14635 6.64645 4.14645C6.64635 4.14656 6.64617 4.14671 6.64593 4.14692C6.63942 4.15261 6.58457 4.2005 6.54601 4.48735C6.50213 4.8137 6.50001 5.26463 6.50001 6.00001V11H13.079C14.9517 11 16.5 9.44976 16.5 7.50001C16.5 5.55025 14.9517 4.00001 13.079 4.00001H8.50001C7.76463 4.00001 7.3137 4.00213 6.98735 4.04601C6.7005 4.08457 6.65261 4.13942 6.64692 4.14593Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.50001 11C6.05229 11 6.50001 11.4477 6.50001 12V18C6.50001 18.7354 6.50213 19.1863 6.54601 19.5127C6.58457 19.7995 6.63942 19.8474 6.64593 19.8531C6.64617 19.8533 6.64635 19.8534 6.64645 19.8536C6.64656 19.8537 6.64671 19.8538 6.64693 19.8541C6.65261 19.8606 6.7005 19.9154 6.98735 19.954C7.3137 19.9979 7.76463 20 8.50001 20H14.1667C15.9724 20 17.5 18.4689 17.5 16.5C17.5 14.5311 15.9724 13 14.1667 13H12.9286C12.3763 13 11.9286 12.5523 11.9286 12C11.9286 11.4477 12.3763 11 12.9286 11H14.1667C17.1474 11 19.5 13.4983 19.5 16.5C19.5 19.5017 17.1474 22 14.1667 22H8.50001C8.47941 22 8.45887 22 8.4384 22C7.78427 22.0001 7.19656 22.0001 6.72085 21.9362C6.20149 21.8663 5.66868 21.7042 5.23224 21.2678C4.7958 20.8313 4.63367 20.2985 4.56384 19.7792C4.49989 19.3035 4.49994 18.7157 4.5 18.0616C4.50001 18.0411 4.50001 18.0206 4.50001 18V12C4.50001 11.4477 4.94772 11 5.50001 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-centerline-center-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3.375C2 2.82272 2.44772 2.375 3 2.375H5C5.55228 2.375 6 2.82272 6 3.375C6 3.92728 5.55228 4.375 5 4.375H3C2.44772 4.375 2 3.92728 2 3.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 3.375C18 2.82272 18.4477 2.375 19 2.375H21C21.5523 2.375 22 2.82272 22 3.375C22 3.92728 21.5523 4.375 21 4.375H19C18.4477 4.375 18 3.92728 18 3.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 9.375C2 8.82272 2.44772 8.375 3 8.375H5C5.55228 8.375 6 8.82272 6 9.375C6 9.92728 5.55228 10.375 5 10.375H3C2.44772 10.375 2 9.92728 2 9.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 9.375C18 8.82272 18.4477 8.375 19 8.375H21C21.5523 8.375 22 8.82272 22 9.375C22 9.92728 21.5523 10.375 21 10.375H19C18.4477 10.375 18 9.92728 18 9.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15.375C2 14.8227 2.44772 14.375 3 14.375H21C21.5523 14.375 22 14.8227 22 15.375C22 15.9273 21.5523 16.375 21 16.375H3C2.44772 16.375 2 15.9273 2 15.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 20.875C2 20.3227 2.44772 19.875 3 19.875H21C21.5523 19.875 22 20.3227 22 20.875C22 21.4273 21.5523 21.875 21 21.875H3C2.44772 21.875 2 21.4273 2 20.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.052 2.125C12.9505 2.12497 13.6997 2.12495 14.2945 2.20491C14.9223 2.28932 15.4891 2.47499 15.9445 2.93046C16.4 3.38593 16.5857 3.95273 16.6701 4.58052C16.7501 5.1753 16.75 5.92451 16.75 6.82298V6.82301V6.927V6.92703C16.75 7.8255 16.7501 8.57471 16.6701 9.16948C16.5857 9.79728 16.4 10.3641 15.9445 10.8195C15.4891 11.275 14.9223 11.4607 14.2945 11.5451C13.6997 11.6251 12.9505 11.625 12.052 11.625H12.052H11.948H11.948C11.0495 11.625 10.3003 11.6251 9.70552 11.5451C9.07773 11.4607 8.51093 11.275 8.05546 10.8195C7.59999 10.3641 7.41432 9.79728 7.32991 9.16948C7.24995 8.57471 7.24997 7.8255 7.25 6.92703V6.927V6.823V6.82297C7.24997 5.92451 7.24995 5.1753 7.32991 4.58052C7.41432 3.95273 7.59999 3.38593 8.05546 2.93046C8.51093 2.47499 9.07773 2.28932 9.70552 2.20491C10.3003 2.12495 11.0495 2.12497 11.948 2.125H11.948H12.052H12.052Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3.375C2 2.82272 2.44772 2.375 3 2.375H5C5.55228 2.375 6 2.82272 6 3.375C6 3.92728 5.55228 4.375 5 4.375H3C2.44772 4.375 2 3.92728 2 3.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 3.375C18 2.82272 18.4477 2.375 19 2.375H21C21.5523 2.375 22 2.82272 22 3.375C22 3.92728 21.5523 4.375 21 4.375H19C18.4477 4.375 18 3.92728 18 3.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 9.375C2 8.82272 2.44772 8.375 3 8.375H5C5.55228 8.375 6 8.82272 6 9.375C6 9.92728 5.55228 10.375 5 10.375H3C2.44772 10.375 2 9.92728 2 9.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 9.375C18 8.82272 18.4477 8.375 19 8.375H21C21.5523 8.375 22 8.82272 22 9.375C22 9.92728 21.5523 10.375 21 10.375H19C18.4477 10.375 18 9.92728 18 9.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15.375C2 14.8227 2.44772 14.375 3 14.375H21C21.5523 14.375 22 14.8227 22 15.375C22 15.9273 21.5523 16.375 21 16.375H3C2.44772 16.375 2 15.9273 2 15.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 20.875C2 20.3227 2.44772 19.875 3 19.875H21C21.5523 19.875 22 20.3227 22 20.875C22 21.4273 21.5523 21.875 21 21.875H3C2.44772 21.875 2 21.4273 2 20.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.052 2.125C12.9505 2.12497 13.6997 2.12495 14.2945 2.20491C14.9223 2.28932 15.4891 2.47499 15.9445 2.93046C16.4 3.38593 16.5857 3.95273 16.6701 4.58052C16.7501 5.1753 16.75 5.92451 16.75 6.82298V6.82301V6.927V6.92703C16.75 7.8255 16.7501 8.57471 16.6701 9.16948C16.5857 9.79728 16.4 10.3641 15.9445 10.8195C15.4891 11.275 14.9223 11.4607 14.2945 11.5451C13.6997 11.6251 12.9505 11.625 12.052 11.625H12.052H11.948H11.948C11.0495 11.625 10.3003 11.6251 9.70552 11.5451C9.07773 11.4607 8.51093 11.275 8.05546 10.8195C7.59999 10.3641 7.41432 9.79728 7.32991 9.16948C7.24995 8.57471 7.24997 7.8255 7.25 6.92703V6.927V6.823V6.82297C7.24997 5.92451 7.24995 5.1753 7.32991 4.58052C7.41432 3.95273 7.59999 3.38593 8.05546 2.93046C8.51093 2.47499 9.07773 2.28932 9.70552 2.20491C10.3003 2.12495 11.0495 2.12497 11.948 2.125H11.948H12.052H12.052Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-centerline-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 9C2 8.44772 2.44772 8 3 8H9C9.55228 8 10 8.44772 10 9C10 9.55228 9.55228 10 9 10H3C2.44772 10 2 9.55228 2 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H9C9.55228 14 10 14.4477 10 15C10 15.5523 9.55228 16 9 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.302 7.25C18.2005 7.24997 18.9497 7.24995 19.5445 7.32991C20.1723 7.41432 20.7391 7.59999 21.1945 8.05546C21.65 8.51093 21.8357 9.07773 21.9201 9.70552C22.0001 10.3003 22 11.0495 22 11.948V11.948V12.052V12.052C22 12.9505 22.0001 13.6997 21.9201 14.2945C21.8357 14.9223 21.65 15.4891 21.1945 15.9445C20.7391 16.4 20.1723 16.5857 19.5445 16.6701C18.9497 16.7501 18.2005 16.75 17.302 16.75H17.302H17.198H17.198C16.2995 16.75 15.5503 16.7501 14.9555 16.6701C14.3277 16.5857 13.7609 16.4 13.3055 15.9445C12.85 15.4891 12.6643 14.9223 12.5799 14.2945C12.4999 13.6997 12.5 12.9505 12.5 12.052V12.052V11.948V11.948C12.5 11.0495 12.4999 10.3003 12.5799 9.70552C12.6643 9.07773 12.85 8.51093 13.3055 8.05546C13.7609 7.59999 14.3277 7.41432 14.9555 7.32991C15.5503 7.24995 16.2995 7.24997 17.198 7.25H17.198H17.302H17.302Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 9C2 8.44772 2.44772 8 3 8H9C9.55228 8 10 8.44772 10 9C10 9.55228 9.55228 10 9 10H3C2.44772 10 2 9.55228 2 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H9C9.55228 14 10 14.4477 10 15C10 15.5523 9.55228 16 9 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.302 7.25C18.2005 7.24997 18.9497 7.24995 19.5445 7.32991C20.1723 7.41432 20.7391 7.59999 21.1945 8.05546C21.65 8.51093 21.8357 9.07773 21.9201 9.70552C22.0001 10.3003 22 11.0495 22 11.948V11.948V12.052V12.052C22 12.9505 22.0001 13.6997 21.9201 14.2945C21.8357 14.9223 21.65 15.4891 21.1945 15.9445C20.7391 16.4 20.1723 16.5857 19.5445 16.6701C18.9497 16.7501 18.2005 16.75 17.302 16.75H17.302H17.198H17.198C16.2995 16.75 15.5503 16.7501 14.9555 16.6701C14.3277 16.5857 13.7609 16.4 13.3055 15.9445C12.85 15.4891 12.6643 14.9223 12.5799 14.2945C12.4999 13.6997 12.5 12.9505 12.5 12.052V12.052V11.948V11.948C12.5 11.0495 12.4999 10.3003 12.5799 9.70552C12.6643 9.07773 12.85 8.51093 13.3055 8.05546C13.7609 7.59999 14.3277 7.41432 14.9555 7.32991C15.5503 7.24995 16.2995 7.24997 17.198 7.25H17.198H17.302H17.302Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-centerline-middle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 9C2 8.44772 2.44772 8 3 8H5C5.55228 8 6 8.44772 6 9C6 9.55228 5.55228 10 5 10H3C2.44772 10 2 9.55228 2 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 9C18 8.44772 18.4477 8 19 8H21C21.5523 8 22 8.44772 22 9C22 9.55228 21.5523 10 21 10H19C18.4477 10 18 9.55228 18 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H5C5.55228 14 6 14.4477 6 15C6 15.5523 5.55228 16 5 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 15C18 14.4477 18.4477 14 19 14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H19C18.4477 16 18 15.5523 18 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.052 7.25C12.9505 7.24997 13.6997 7.24995 14.2945 7.32991C14.9223 7.41432 15.4891 7.59999 15.9445 8.05546C16.4 8.51093 16.5857 9.07773 16.6701 9.70552C16.7501 10.3003 16.75 11.0495 16.75 11.948V11.948V12.052V12.052C16.75 12.9505 16.7501 13.6997 16.6701 14.2945C16.5857 14.9223 16.4 15.4891 15.9445 15.9445C15.4891 16.4 14.9223 16.5857 14.2945 16.6701C13.6997 16.7501 12.9505 16.75 12.052 16.75H12.052H11.948H11.948C11.0495 16.75 10.3003 16.7501 9.70552 16.6701C9.07773 16.5857 8.51093 16.4 8.05546 15.9445C7.59999 15.4891 7.41432 14.9223 7.32991 14.2945C7.24995 13.6997 7.24997 12.9505 7.25 12.052V12.052V11.948V11.948C7.24997 11.0495 7.24995 10.3003 7.32991 9.70552C7.41432 9.07773 7.59999 8.51093 8.05546 8.05546C8.51093 7.59999 9.07773 7.41432 9.70552 7.32991C10.3003 7.24995 11.0495 7.24997 11.948 7.25H11.948H12.052H12.052Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 9C2 8.44772 2.44772 8 3 8H5C5.55228 8 6 8.44772 6 9C6 9.55228 5.55228 10 5 10H3C2.44772 10 2 9.55228 2 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 9C18 8.44772 18.4477 8 19 8H21C21.5523 8 22 8.44772 22 9C22 9.55228 21.5523 10 21 10H19C18.4477 10 18 9.55228 18 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H5C5.55228 14 6 14.4477 6 15C6 15.5523 5.55228 16 5 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 15C18 14.4477 18.4477 14 19 14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H19C18.4477 16 18 15.5523 18 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.052 7.25C12.9505 7.24997 13.6997 7.24995 14.2945 7.32991C14.9223 7.41432 15.4891 7.59999 15.9445 8.05546C16.4 8.51093 16.5857 9.07773 16.6701 9.70552C16.7501 10.3003 16.75 11.0495 16.75 11.948V11.948V12.052V12.052C16.75 12.9505 16.7501 13.6997 16.6701 14.2945C16.5857 14.9223 16.4 15.4891 15.9445 15.9445C15.4891 16.4 14.9223 16.5857 14.2945 16.6701C13.6997 16.7501 12.9505 16.75 12.052 16.75H12.052H11.948H11.948C11.0495 16.75 10.3003 16.7501 9.70552 16.6701C9.07773 16.5857 8.51093 16.4 8.05546 15.9445C7.59999 15.4891 7.41432 14.9223 7.32991 14.2945C7.24995 13.6997 7.24997 12.9505 7.25 12.052V12.052V11.948V11.948C7.24997 11.0495 7.24995 10.3003 7.32991 9.70552C7.41432 9.07773 7.59999 8.51093 8.05546 8.05546C8.51093 7.59999 9.07773 7.41432 9.70552 7.32991C10.3003 7.24995 11.0495 7.24997 11.948 7.25H11.948H12.052H12.052Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-centerline-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 9C14 8.44772 14.4477 8 15 8H21C21.5523 8 22 8.44772 22 9C22 9.55228 21.5523 10 21 10H15C14.4477 10 14 9.55228 14 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 15C14 14.4477 14.4477 14 15 14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H15C14.4477 16 14 15.5523 14 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.80203 7.25C7.7005 7.24997 8.44971 7.24995 9.04448 7.32991C9.67228 7.41432 10.2391 7.59999 10.6945 8.05546C11.15 8.51093 11.3357 9.07773 11.4201 9.70552C11.5001 10.3003 11.5 11.0495 11.5 11.948V11.948V12.052V12.052C11.5 12.9505 11.5001 13.6997 11.4201 14.2945C11.3357 14.9223 11.15 15.4891 10.6945 15.9445C10.2391 16.4 9.67228 16.5857 9.04448 16.6701C8.44971 16.7501 7.7005 16.75 6.80203 16.75H6.802H6.69801H6.69798C5.79951 16.75 5.0503 16.7501 4.45552 16.6701C3.82773 16.5857 3.26093 16.4 2.80546 15.9445C2.34999 15.4891 2.16432 14.9223 2.07991 14.2945C1.99995 13.6997 1.99997 12.9505 2 12.052V12.052V11.948V11.948C1.99997 11.0495 1.99995 10.3003 2.07991 9.70552C2.16432 9.07773 2.34999 8.51093 2.80546 8.05546C3.26093 7.59999 3.82773 7.41432 4.45552 7.32991C5.0503 7.24995 5.79951 7.24997 6.69797 7.25H6.698H6.802H6.80203Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 9C14 8.44772 14.4477 8 15 8H21C21.5523 8 22 8.44772 22 9C22 9.55228 21.5523 10 21 10H15C14.4477 10 14 9.55228 14 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 15C14 14.4477 14.4477 14 15 14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H15C14.4477 16 14 15.5523 14 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.80203 7.25C7.7005 7.24997 8.44971 7.24995 9.04448 7.32991C9.67228 7.41432 10.2391 7.59999 10.6945 8.05546C11.15 8.51093 11.3357 9.07773 11.4201 9.70552C11.5001 10.3003 11.5 11.0495 11.5 11.948V11.948V12.052V12.052C11.5 12.9505 11.5001 13.6997 11.4201 14.2945C11.3357 14.9223 11.15 15.4891 10.6945 15.9445C10.2391 16.4 9.67228 16.5857 9.04448 16.6701C8.44971 16.7501 7.7005 16.75 6.80203 16.75H6.802H6.69801H6.69798C5.79951 16.75 5.0503 16.7501 4.45552 16.6701C3.82773 16.5857 3.26093 16.4 2.80546 15.9445C2.34999 15.4891 2.16432 14.9223 2.07991 14.2945C1.99995 13.6997 1.99997 12.9505 2 12.052V12.052V11.948V11.948C1.99997 11.0495 1.99995 10.3003 2.07991 9.70552C2.16432 9.07773 2.34999 8.51093 2.80546 8.05546C3.26093 7.59999 3.82773 7.41432 4.45552 7.32991C5.0503 7.24995 5.79951 7.24997 6.69797 7.25H6.698H6.802H6.80203Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM10.6219 7.81117C9.90948 7.87477 9.21378 7.98712 8.53904 8.14428C8.25817 8.20969 8.10468 8.24647 7.99185 8.28604C7.80663 8.33922 7.76317 8.50948 7.76459 8.58796C7.75087 8.72447 7.75 8.90654 7.75 9.22222C7.75 9.63644 7.41422 9.97222 7 9.97222C6.58579 9.97222 6.25 9.63644 6.25 9.22222L6.25 9.19204C6.24997 8.91704 6.24995 8.65853 6.2721 8.43802C6.29686 8.19151 6.35299 7.93992 6.49574 7.69044C6.5853 7.53391 6.71237 7.37385 6.8445 7.25112C7.21145 6.91027 7.66773 6.80546 8.10314 6.70545C9.31826 6.42244 10.6879 6.25 12 6.25C13.3121 6.25 14.6817 6.42244 15.8969 6.70545C16.3323 6.80546 16.7886 6.91027 17.1555 7.25112C17.2876 7.37385 17.4147 7.53391 17.5043 7.69044C17.647 7.93992 17.7031 8.19151 17.7279 8.43802C17.7501 8.65852 17.75 8.91707 17.75 9.19205L17.75 9.22222C17.75 9.63644 17.4142 9.97222 17 9.97222C16.5858 9.97222 16.25 9.63644 16.25 9.22222C16.25 8.90654 16.2491 8.72447 16.2354 8.58796C16.2356 8.50916 16.1903 8.33845 16.0082 8.28604C15.8953 8.24647 15.7418 8.20969 15.461 8.14428C14.7862 7.98712 14.0905 7.87477 13.3781 7.81117C13.0894 7.78539 12.945 7.77251 12.8475 7.86171C12.75 7.95091 12.75 8.09982 12.75 8.39765V15.65C12.75 15.9328 12.75 16.0743 12.8379 16.1621C12.9257 16.25 13.0672 16.25 13.35 16.25H13.6667C14.0809 16.25 14.4167 16.5858 14.4167 17C14.4167 17.4142 14.0809 17.75 13.6667 17.75H10.3333C9.91912 17.75 9.58334 17.4142 9.58334 17C9.58334 16.5858 9.91912 16.25 10.3333 16.25H10.65C10.9328 16.25 11.0743 16.25 11.1621 16.1621C11.25 16.0743 11.25 15.9328 11.25 15.65V8.39765C11.25 8.09982 11.25 7.95091 11.1525 7.86171C11.055 7.77251 10.9106 7.78539 10.6219 7.81117Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM10.6219 7.81117C9.90948 7.87477 9.21378 7.98712 8.53904 8.14428C8.25817 8.20969 8.10468 8.24647 7.99185 8.28604C7.80663 8.33922 7.76317 8.50948 7.76459 8.58796C7.75087 8.72447 7.75 8.90654 7.75 9.22222C7.75 9.63644 7.41422 9.97222 7 9.97222C6.58579 9.97222 6.25 9.63644 6.25 9.22222L6.25 9.19204C6.24997 8.91704 6.24995 8.65853 6.2721 8.43802C6.29686 8.19151 6.35299 7.93992 6.49574 7.69044C6.5853 7.53391 6.71237 7.37385 6.8445 7.25112C7.21145 6.91027 7.66773 6.80546 8.10314 6.70545C9.31826 6.42244 10.6879 6.25 12 6.25C13.3121 6.25 14.6817 6.42244 15.8969 6.70545C16.3323 6.80546 16.7886 6.91027 17.1555 7.25112C17.2876 7.37385 17.4147 7.53391 17.5043 7.69044C17.647 7.93992 17.7031 8.19151 17.7279 8.43802C17.7501 8.65852 17.75 8.91707 17.75 9.19205L17.75 9.22222C17.75 9.63644 17.4142 9.97222 17 9.97222C16.5858 9.97222 16.25 9.63644 16.25 9.22222C16.25 8.90654 16.2491 8.72447 16.2354 8.58796C16.2356 8.50916 16.1903 8.33845 16.0082 8.28604C15.8953 8.24647 15.7418 8.20969 15.461 8.14428C14.7862 7.98712 14.0905 7.87477 13.3781 7.81117C13.0894 7.78539 12.945 7.77251 12.8475 7.86171C12.75 7.95091 12.75 8.09982 12.75 8.39765V15.65C12.75 15.9328 12.75 16.0743 12.8379 16.1621C12.9257 16.25 13.0672 16.25 13.35 16.25H13.6667C14.0809 16.25 14.4167 16.5858 14.4167 17C14.4167 17.4142 14.0809 17.75 13.6667 17.75H10.3333C9.91912 17.75 9.58334 17.4142 9.58334 17C9.58334 16.5858 9.91912 16.25 10.3333 16.25H10.65C10.9328 16.25 11.0743 16.25 11.1621 16.1621C11.25 16.0743 11.25 15.9328 11.25 15.65V8.39765C11.25 8.09982 11.25 7.95091 11.1525 7.86171C11.055 7.77251 10.9106 7.78539 10.6219 7.81117Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-color{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.1791 5.01263C10.666 5.96834 10.1045 7.43332 9.30978 9.51512L9.12467 10H14.8759L14.6908 9.51512C13.896 7.43333 13.3346 5.96834 12.8215 5.01263C12.2726 3.99019 12.0098 3.99966 12.0005 3.99999C11.9912 3.99966 11.728 3.99019 11.1791 5.01263ZM15.6394 12L18.066 18.3566C18.263 18.8726 18.841 19.1312 19.3569 18.9342C19.8729 18.7373 20.1315 18.1593 19.9345 17.6434L16.5299 8.72508C15.7711 6.73714 15.1651 5.14982 14.5836 4.06661C14.0366 3.04769 13.2703 2 12.0003 2C10.7302 2 9.96398 3.04769 9.41695 4.0666C8.83541 5.14982 8.22946 6.73715 7.47059 8.72509L4.06603 17.6434C3.86906 18.1593 4.12766 18.7373 4.64362 18.9342C5.15959 19.1312 5.73754 18.8726 5.93451 18.3566L8.36117 12H15.6394Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.1791 5.01263C10.666 5.96834 10.1045 7.43332 9.30978 9.51512L9.12467 10H14.8759L14.6908 9.51512C13.896 7.43333 13.3346 5.96834 12.8215 5.01263C12.2726 3.99019 12.0098 3.99966 12.0005 3.99999C11.9912 3.99966 11.728 3.99019 11.1791 5.01263ZM15.6394 12L18.066 18.3566C18.263 18.8726 18.841 19.1312 19.3569 18.9342C19.8729 18.7373 20.1315 18.1593 19.9345 17.6434L16.5299 8.72508C15.7711 6.73714 15.1651 5.14982 14.5836 4.06661C14.0366 3.04769 13.2703 2 12.0003 2C10.7302 2 9.96398 3.04769 9.41695 4.0666C8.83541 5.14982 8.22946 6.73715 7.47059 8.72509L4.06603 17.6434C3.86906 18.1593 4.12766 18.7373 4.64362 18.9342C5.15959 19.1312 5.73754 18.8726 5.93451 18.3566L8.36117 12H15.6394Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-creation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 4C5 3.44772 5.44772 3 6 3H18C18.5523 3 19 3.44772 19 4C19 4.55228 18.5523 5 18 5H6C5.44772 5 5 4.55228 5 4ZM20 5C20.5523 5 21 5.44772 21 6L21 18C21 18.5523 20.5523 19 20 19C19.4477 19 19 18.5523 19 18L19 6C19 5.44772 19.4477 5 20 5ZM4 5C4.55228 5 5 5.44772 5 6V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6C3 5.44772 3.44772 5 4 5ZM5 20C5 19.4477 5.44772 19 6 19H18C18.5523 19 19 19.4477 19 20C19 20.5523 18.5523 21 18 21H6C5.44772 21 5 20.5523 5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95526 1.25L4.00001 1.25001L4.04476 1.25C4.47757 1.24995 4.8744 1.24991 5.19721 1.29331C5.55269 1.3411 5.92842 1.45355 6.23744 1.76257C6.54647 2.07159 6.65891 2.44732 6.70671 2.8028C6.75011 3.12561 6.75006 3.52244 6.75001 3.95525V3.95526L6.75001 4.00001L6.75001 4.04475V4.04476C6.75006 4.47758 6.75011 4.8744 6.70671 5.19721C6.65891 5.55269 6.54647 5.92842 6.23744 6.23744C5.92842 6.54647 5.55269 6.65891 5.19721 6.70671C4.8744 6.75011 4.47758 6.75006 4.04476 6.75001H4.04475L4.00001 6.75001L3.95526 6.75001H3.95525C3.52244 6.75006 3.12561 6.75011 2.8028 6.70671C2.44732 6.65891 2.07159 6.54647 1.76257 6.23744C1.45355 5.92842 1.3411 5.55269 1.29331 5.19721C1.24991 4.8744 1.24995 4.47757 1.25 4.04476L1.25001 4.00001L1.25 3.95526C1.24995 3.52244 1.24991 3.12561 1.29331 2.8028C1.3411 2.44732 1.45355 2.07159 1.76257 1.76257C2.07159 1.45355 2.44732 1.3411 2.8028 1.29331C3.12561 1.24991 3.52244 1.24995 3.95526 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9553 1.25L20 1.25001L20.0448 1.25C20.4776 1.24995 20.8744 1.24991 21.1972 1.29331C21.5527 1.3411 21.9284 1.45355 22.2374 1.76257C22.5465 2.07159 22.6589 2.44732 22.7067 2.8028C22.7501 3.12561 22.7501 3.52244 22.75 3.95525V3.95526L22.75 4.00001L22.75 4.04475V4.04476C22.7501 4.47758 22.7501 4.8744 22.7067 5.19721C22.6589 5.55269 22.5465 5.92842 22.2374 6.23744C21.9284 6.54647 21.5527 6.65891 21.1972 6.70671C20.8744 6.75011 20.4776 6.75006 20.0448 6.75001H20.0448L20 6.75001L19.9553 6.75001H19.9553C19.5224 6.75006 19.1256 6.75011 18.8028 6.70671C18.4473 6.65891 18.0716 6.54647 17.7626 6.23744C17.4535 5.92842 17.3411 5.55269 17.2933 5.19721C17.2499 4.8744 17.25 4.47757 17.25 4.04476L17.25 4.00001L17.25 3.95526C17.25 3.52244 17.2499 3.12561 17.2933 2.8028C17.3411 2.44732 17.4535 2.07159 17.7626 1.76257C18.0716 1.45355 18.4473 1.3411 18.8028 1.29331C19.1256 1.24991 19.5224 1.24995 19.9553 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95526 17.25L4.00001 17.25L4.04476 17.25C4.47757 17.25 4.8744 17.2499 5.19721 17.2933C5.55269 17.3411 5.92842 17.4535 6.23744 17.7626C6.54647 18.0716 6.65891 18.4473 6.70671 18.8028C6.75011 19.1256 6.75006 19.5224 6.75001 19.9553V19.9553L6.75001 20L6.75001 20.0448V20.0448C6.75006 20.4776 6.75011 20.8744 6.70671 21.1972C6.65891 21.5527 6.54647 21.9284 6.23744 22.2374C5.92842 22.5465 5.55269 22.6589 5.19721 22.7067C4.8744 22.7501 4.47758 22.7501 4.04476 22.75H4.04475L4.00001 22.75L3.95526 22.75H3.95525C3.52244 22.7501 3.12561 22.7501 2.8028 22.7067C2.44732 22.6589 2.07159 22.5465 1.76257 22.2374C1.45355 21.9284 1.3411 21.5527 1.29331 21.1972C1.24991 20.8744 1.24995 20.4776 1.25 20.0448L1.25001 20L1.25 19.9553C1.24995 19.5224 1.24991 19.1256 1.29331 18.8028C1.3411 18.4473 1.45355 18.0716 1.76257 17.7626C2.07159 17.4535 2.44732 17.3411 2.8028 17.2933C3.12561 17.2499 3.52244 17.25 3.95526 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9553 17.25L20 17.25L20.0448 17.25C20.4776 17.25 20.8744 17.2499 21.1972 17.2933C21.5527 17.3411 21.9284 17.4535 22.2374 17.7626C22.5465 18.0716 22.6589 18.4473 22.7067 18.8028C22.7501 19.1256 22.7501 19.5224 22.75 19.9553V19.9553L22.75 20L22.75 20.0448V20.0448C22.7501 20.4776 22.7501 20.8744 22.7067 21.1972C22.6589 21.5527 22.5465 21.9284 22.2374 22.2374C21.9284 22.5465 21.5527 22.6589 21.1972 22.7067C20.8744 22.7501 20.4776 22.7501 20.0448 22.75H20.0448L20 22.75L19.9553 22.75H19.9553C19.5224 22.7501 19.1256 22.7501 18.8028 22.7067C18.4473 22.6589 18.0716 22.5465 17.7626 22.2374C17.4535 21.9284 17.3411 21.5527 17.2933 21.1972C17.2499 20.8744 17.25 20.4776 17.25 20.0448L17.25 20L17.25 19.9553C17.25 19.5224 17.2499 19.1256 17.2933 18.8028C17.3411 18.4473 17.4535 18.0716 17.7626 17.7626C18.0716 17.4535 18.4473 17.3411 18.8028 17.2933C19.1256 17.2499 19.5224 17.25 19.9553 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 9.04157C10.4253 9.0896 9.8647 9.17859 9.32198 9.30499C9.21264 9.33046 9.13096 9.34953 9.06106 9.36741C9.03967 9.37288 9.021 9.37784 9.00468 9.38233C9.00343 9.40866 9.0024 9.44016 9.00165 9.47817C9.00005 9.55986 9.00001 9.65457 9.00001 9.77778C9.00001 10.3301 8.5523 10.7778 8.00001 10.7778C7.44773 10.7778 7.00001 10.3301 7.00001 9.77778C7.00001 9.76676 7.00001 9.75571 7.00001 9.74461C6.99995 9.53292 6.99989 9.3075 7.01969 9.11043C7.04293 8.8791 7.09821 8.61797 7.24941 8.3537C7.34114 8.1934 7.46806 8.03351 7.60338 7.90782C7.97974 7.55823 8.44965 7.45198 8.78289 7.37663C8.81249 7.36993 8.84102 7.36348 8.8683 7.35713C9.87009 7.1238 10.9197 7 12 7C13.0803 7 14.1299 7.1238 15.1317 7.35713C15.159 7.36348 15.1875 7.36993 15.2171 7.37663C15.5504 7.45198 16.0203 7.55823 16.3966 7.90782C16.532 8.03351 16.6589 8.1934 16.7506 8.3537C16.9018 8.61797 16.9571 8.8791 16.9803 9.11043C17.0001 9.3075 17.0001 9.53291 17 9.74461C17 9.75571 17 9.76676 17 9.77778C17 10.3301 16.5523 10.7778 16 10.7778C15.4477 10.7778 15 10.3301 15 9.77778C15 9.65457 15 9.55986 14.9984 9.47817C14.9976 9.44016 14.9966 9.40866 14.9953 9.38233C14.979 9.37784 14.9604 9.37288 14.939 9.36741C14.8691 9.34953 14.7874 9.33046 14.678 9.30499C14.1353 9.17859 13.5748 9.0896 13 9.04157V15H13.3333C13.8856 15 14.3333 15.4477 14.3333 16C14.3333 16.5523 13.8856 17 13.3333 17H10.6667C10.1144 17 9.66668 16.5523 9.66668 16C9.66668 15.4477 10.1144 15 10.6667 15H11V9.04157Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 4C5 3.44772 5.44772 3 6 3H18C18.5523 3 19 3.44772 19 4C19 4.55228 18.5523 5 18 5H6C5.44772 5 5 4.55228 5 4ZM20 5C20.5523 5 21 5.44772 21 6L21 18C21 18.5523 20.5523 19 20 19C19.4477 19 19 18.5523 19 18L19 6C19 5.44772 19.4477 5 20 5ZM4 5C4.55228 5 5 5.44772 5 6V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6C3 5.44772 3.44772 5 4 5ZM5 20C5 19.4477 5.44772 19 6 19H18C18.5523 19 19 19.4477 19 20C19 20.5523 18.5523 21 18 21H6C5.44772 21 5 20.5523 5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95526 1.25L4.00001 1.25001L4.04476 1.25C4.47757 1.24995 4.8744 1.24991 5.19721 1.29331C5.55269 1.3411 5.92842 1.45355 6.23744 1.76257C6.54647 2.07159 6.65891 2.44732 6.70671 2.8028C6.75011 3.12561 6.75006 3.52244 6.75001 3.95525V3.95526L6.75001 4.00001L6.75001 4.04475V4.04476C6.75006 4.47758 6.75011 4.8744 6.70671 5.19721C6.65891 5.55269 6.54647 5.92842 6.23744 6.23744C5.92842 6.54647 5.55269 6.65891 5.19721 6.70671C4.8744 6.75011 4.47758 6.75006 4.04476 6.75001H4.04475L4.00001 6.75001L3.95526 6.75001H3.95525C3.52244 6.75006 3.12561 6.75011 2.8028 6.70671C2.44732 6.65891 2.07159 6.54647 1.76257 6.23744C1.45355 5.92842 1.3411 5.55269 1.29331 5.19721C1.24991 4.8744 1.24995 4.47757 1.25 4.04476L1.25001 4.00001L1.25 3.95526C1.24995 3.52244 1.24991 3.12561 1.29331 2.8028C1.3411 2.44732 1.45355 2.07159 1.76257 1.76257C2.07159 1.45355 2.44732 1.3411 2.8028 1.29331C3.12561 1.24991 3.52244 1.24995 3.95526 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9553 1.25L20 1.25001L20.0448 1.25C20.4776 1.24995 20.8744 1.24991 21.1972 1.29331C21.5527 1.3411 21.9284 1.45355 22.2374 1.76257C22.5465 2.07159 22.6589 2.44732 22.7067 2.8028C22.7501 3.12561 22.7501 3.52244 22.75 3.95525V3.95526L22.75 4.00001L22.75 4.04475V4.04476C22.7501 4.47758 22.7501 4.8744 22.7067 5.19721C22.6589 5.55269 22.5465 5.92842 22.2374 6.23744C21.9284 6.54647 21.5527 6.65891 21.1972 6.70671C20.8744 6.75011 20.4776 6.75006 20.0448 6.75001H20.0448L20 6.75001L19.9553 6.75001H19.9553C19.5224 6.75006 19.1256 6.75011 18.8028 6.70671C18.4473 6.65891 18.0716 6.54647 17.7626 6.23744C17.4535 5.92842 17.3411 5.55269 17.2933 5.19721C17.2499 4.8744 17.25 4.47757 17.25 4.04476L17.25 4.00001L17.25 3.95526C17.25 3.52244 17.2499 3.12561 17.2933 2.8028C17.3411 2.44732 17.4535 2.07159 17.7626 1.76257C18.0716 1.45355 18.4473 1.3411 18.8028 1.29331C19.1256 1.24991 19.5224 1.24995 19.9553 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95526 17.25L4.00001 17.25L4.04476 17.25C4.47757 17.25 4.8744 17.2499 5.19721 17.2933C5.55269 17.3411 5.92842 17.4535 6.23744 17.7626C6.54647 18.0716 6.65891 18.4473 6.70671 18.8028C6.75011 19.1256 6.75006 19.5224 6.75001 19.9553V19.9553L6.75001 20L6.75001 20.0448V20.0448C6.75006 20.4776 6.75011 20.8744 6.70671 21.1972C6.65891 21.5527 6.54647 21.9284 6.23744 22.2374C5.92842 22.5465 5.55269 22.6589 5.19721 22.7067C4.8744 22.7501 4.47758 22.7501 4.04476 22.75H4.04475L4.00001 22.75L3.95526 22.75H3.95525C3.52244 22.7501 3.12561 22.7501 2.8028 22.7067C2.44732 22.6589 2.07159 22.5465 1.76257 22.2374C1.45355 21.9284 1.3411 21.5527 1.29331 21.1972C1.24991 20.8744 1.24995 20.4776 1.25 20.0448L1.25001 20L1.25 19.9553C1.24995 19.5224 1.24991 19.1256 1.29331 18.8028C1.3411 18.4473 1.45355 18.0716 1.76257 17.7626C2.07159 17.4535 2.44732 17.3411 2.8028 17.2933C3.12561 17.2499 3.52244 17.25 3.95526 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9553 17.25L20 17.25L20.0448 17.25C20.4776 17.25 20.8744 17.2499 21.1972 17.2933C21.5527 17.3411 21.9284 17.4535 22.2374 17.7626C22.5465 18.0716 22.6589 18.4473 22.7067 18.8028C22.7501 19.1256 22.7501 19.5224 22.75 19.9553V19.9553L22.75 20L22.75 20.0448V20.0448C22.7501 20.4776 22.7501 20.8744 22.7067 21.1972C22.6589 21.5527 22.5465 21.9284 22.2374 22.2374C21.9284 22.5465 21.5527 22.6589 21.1972 22.7067C20.8744 22.7501 20.4776 22.7501 20.0448 22.75H20.0448L20 22.75L19.9553 22.75H19.9553C19.5224 22.7501 19.1256 22.7501 18.8028 22.7067C18.4473 22.6589 18.0716 22.5465 17.7626 22.2374C17.4535 21.9284 17.3411 21.5527 17.2933 21.1972C17.2499 20.8744 17.25 20.4776 17.25 20.0448L17.25 20L17.25 19.9553C17.25 19.5224 17.2499 19.1256 17.2933 18.8028C17.3411 18.4473 17.4535 18.0716 17.7626 17.7626C18.0716 17.4535 18.4473 17.3411 18.8028 17.2933C19.1256 17.2499 19.5224 17.25 19.9553 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 9.04157C10.4253 9.0896 9.8647 9.17859 9.32198 9.30499C9.21264 9.33046 9.13096 9.34953 9.06106 9.36741C9.03967 9.37288 9.021 9.37784 9.00468 9.38233C9.00343 9.40866 9.0024 9.44016 9.00165 9.47817C9.00005 9.55986 9.00001 9.65457 9.00001 9.77778C9.00001 10.3301 8.5523 10.7778 8.00001 10.7778C7.44773 10.7778 7.00001 10.3301 7.00001 9.77778C7.00001 9.76676 7.00001 9.75571 7.00001 9.74461C6.99995 9.53292 6.99989 9.3075 7.01969 9.11043C7.04293 8.8791 7.09821 8.61797 7.24941 8.3537C7.34114 8.1934 7.46806 8.03351 7.60338 7.90782C7.97974 7.55823 8.44965 7.45198 8.78289 7.37663C8.81249 7.36993 8.84102 7.36348 8.8683 7.35713C9.87009 7.1238 10.9197 7 12 7C13.0803 7 14.1299 7.1238 15.1317 7.35713C15.159 7.36348 15.1875 7.36993 15.2171 7.37663C15.5504 7.45198 16.0203 7.55823 16.3966 7.90782C16.532 8.03351 16.6589 8.1934 16.7506 8.3537C16.9018 8.61797 16.9571 8.8791 16.9803 9.11043C17.0001 9.3075 17.0001 9.53291 17 9.74461C17 9.75571 17 9.76676 17 9.77778C17 10.3301 16.5523 10.7778 16 10.7778C15.4477 10.7778 15 10.3301 15 9.77778C15 9.65457 15 9.55986 14.9984 9.47817C14.9976 9.44016 14.9966 9.40866 14.9953 9.38233C14.979 9.37784 14.9604 9.37288 14.939 9.36741C14.8691 9.34953 14.7874 9.33046 14.678 9.30499C14.1353 9.17859 13.5748 9.0896 13 9.04157V15H13.3333C13.8856 15 14.3333 15.4477 14.3333 16C14.3333 16.5523 13.8856 17 13.3333 17H10.6667C10.1144 17 9.66668 16.5523 9.66668 16C9.66668 15.4477 10.1144 15 10.6667 15H11V9.04157Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-firstline-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 9.375C10 8.82272 9.55228 8.375 9 8.375H3C2.44772 8.375 2 8.82272 2 9.375C2 9.92728 2.44772 10.375 3 10.375H9C9.55228 10.375 10 9.92728 10 9.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 3.375C10 2.82272 9.55228 2.375 9 2.375H3C2.44772 2.375 2 2.82272 2 3.375C2 3.92728 2.44772 4.375 3 4.375H9C9.55228 4.375 10 3.92728 10 3.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 15.375C22 14.8227 21.5523 14.375 21 14.375H3C2.44772 14.375 2 14.8227 2 15.375C2 15.9273 2.44772 16.375 3 16.375H21C21.5523 16.375 22 15.9273 22 15.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 21.375C22 20.8227 21.5523 20.375 21 20.375H3C2.44772 20.375 2 20.8227 2 21.375C2 21.9273 2.44772 22.375 3 22.375H21C21.5523 22.375 22 21.9273 22 21.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.198 1.625C16.2995 1.62497 15.5503 1.62495 14.9555 1.70491C14.3277 1.78932 13.7609 1.97499 13.3055 2.43046C12.85 2.88593 12.6643 3.45273 12.5799 4.08052C12.4999 4.6753 12.5 5.42451 12.5 6.32298V6.32301V6.427V6.42703C12.5 7.3255 12.4999 8.07471 12.5799 8.66948C12.6643 9.29728 12.85 9.86408 13.3055 10.3195C13.7609 10.775 14.3277 10.9607 14.9555 11.0451C15.5503 11.1251 16.2995 11.125 17.198 11.125H17.198H17.302H17.302C18.2005 11.125 18.9497 11.1251 19.5445 11.0451C20.1723 10.9607 20.7391 10.775 21.1945 10.3195C21.65 9.86408 21.8357 9.29728 21.9201 8.66948C22.0001 8.07471 22 7.3255 22 6.42703V6.427V6.323V6.32297C22 5.42451 22.0001 4.6753 21.9201 4.08052C21.8357 3.45273 21.65 2.88593 21.1945 2.43046C20.7391 1.97499 20.1723 1.78932 19.5445 1.70491C18.9497 1.62495 18.2005 1.62497 17.302 1.625H17.302H17.198H17.198Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 9.375C10 8.82272 9.55228 8.375 9 8.375H3C2.44772 8.375 2 8.82272 2 9.375C2 9.92728 2.44772 10.375 3 10.375H9C9.55228 10.375 10 9.92728 10 9.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 3.375C10 2.82272 9.55228 2.375 9 2.375H3C2.44772 2.375 2 2.82272 2 3.375C2 3.92728 2.44772 4.375 3 4.375H9C9.55228 4.375 10 3.92728 10 3.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 15.375C22 14.8227 21.5523 14.375 21 14.375H3C2.44772 14.375 2 14.8227 2 15.375C2 15.9273 2.44772 16.375 3 16.375H21C21.5523 16.375 22 15.9273 22 15.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 21.375C22 20.8227 21.5523 20.375 21 20.375H3C2.44772 20.375 2 20.8227 2 21.375C2 21.9273 2.44772 22.375 3 22.375H21C21.5523 22.375 22 21.9273 22 21.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.198 1.625C16.2995 1.62497 15.5503 1.62495 14.9555 1.70491C14.3277 1.78932 13.7609 1.97499 13.3055 2.43046C12.85 2.88593 12.6643 3.45273 12.5799 4.08052C12.4999 4.6753 12.5 5.42451 12.5 6.32298V6.32301V6.427V6.42703C12.5 7.3255 12.4999 8.07471 12.5799 8.66948C12.6643 9.29728 12.85 9.86408 13.3055 10.3195C13.7609 10.775 14.3277 10.9607 14.9555 11.0451C15.5503 11.1251 16.2995 11.125 17.198 11.125H17.198H17.302H17.302C18.2005 11.125 18.9497 11.1251 19.5445 11.0451C20.1723 10.9607 20.7391 10.775 21.1945 10.3195C21.65 9.86408 21.8357 9.29728 21.9201 8.66948C22.0001 8.07471 22 7.3255 22 6.42703V6.427V6.323V6.32297C22 5.42451 22.0001 4.6753 21.9201 4.08052C21.8357 3.45273 21.65 2.88593 21.1945 2.43046C20.7391 1.97499 20.1723 1.78932 19.5445 1.70491C18.9497 1.62495 18.2005 1.62497 17.302 1.625H17.302H17.198H17.198Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-firstline-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 9.375C14 8.82272 14.4477 8.375 15 8.375H21C21.5523 8.375 22 8.82272 22 9.375C22 9.92728 21.5523 10.375 21 10.375H15C14.4477 10.375 14 9.92728 14 9.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 3.375C14 2.82272 14.4477 2.375 15 2.375H21C21.5523 2.375 22 2.82272 22 3.375C22 3.92728 21.5523 4.375 21 4.375H15C14.4477 4.375 14 3.92728 14 3.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15.375C2 14.8227 2.44772 14.375 3 14.375H21C21.5523 14.375 22 14.8227 22 15.375C22 15.9273 21.5523 16.375 21 16.375H3C2.44772 16.375 2 15.9273 2 15.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21.375C2 20.8227 2.44772 20.375 3 20.375H21C21.5523 20.375 22 20.8227 22 21.375C22 21.9273 21.5523 22.375 21 22.375H3C2.44772 22.375 2 21.9273 2 21.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.80203 1.625C7.7005 1.62497 8.44971 1.62495 9.04448 1.70491C9.67228 1.78932 10.2391 1.97499 10.6945 2.43046C11.15 2.88593 11.3357 3.45273 11.4201 4.08052C11.5001 4.6753 11.5 5.42451 11.5 6.32298V6.32301V6.427V6.42703C11.5 7.3255 11.5001 8.07471 11.4201 8.66948C11.3357 9.29728 11.15 9.86408 10.6945 10.3195C10.2391 10.775 9.67228 10.9607 9.04448 11.0451C8.44971 11.1251 7.7005 11.125 6.80203 11.125H6.802H6.69801H6.69798C5.79951 11.125 5.0503 11.1251 4.45552 11.0451C3.82773 10.9607 3.26093 10.775 2.80546 10.3195C2.34999 9.86408 2.16432 9.29728 2.07991 8.66948C1.99995 8.07471 1.99997 7.3255 2 6.42703V6.427V6.323V6.32297C1.99997 5.42451 1.99995 4.6753 2.07991 4.08052C2.16432 3.45273 2.34999 2.88593 2.80546 2.43046C3.26093 1.97499 3.82773 1.78932 4.45552 1.70491C5.0503 1.62495 5.79951 1.62497 6.69797 1.625H6.698H6.802H6.80203Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 9.375C14 8.82272 14.4477 8.375 15 8.375H21C21.5523 8.375 22 8.82272 22 9.375C22 9.92728 21.5523 10.375 21 10.375H15C14.4477 10.375 14 9.92728 14 9.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 3.375C14 2.82272 14.4477 2.375 15 2.375H21C21.5523 2.375 22 2.82272 22 3.375C22 3.92728 21.5523 4.375 21 4.375H15C14.4477 4.375 14 3.92728 14 3.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15.375C2 14.8227 2.44772 14.375 3 14.375H21C21.5523 14.375 22 14.8227 22 15.375C22 15.9273 21.5523 16.375 21 16.375H3C2.44772 16.375 2 15.9273 2 15.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21.375C2 20.8227 2.44772 20.375 3 20.375H21C21.5523 20.375 22 20.8227 22 21.375C22 21.9273 21.5523 22.375 21 22.375H3C2.44772 22.375 2 21.9273 2 21.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.80203 1.625C7.7005 1.62497 8.44971 1.62495 9.04448 1.70491C9.67228 1.78932 10.2391 1.97499 10.6945 2.43046C11.15 2.88593 11.3357 3.45273 11.4201 4.08052C11.5001 4.6753 11.5 5.42451 11.5 6.32298V6.32301V6.427V6.42703C11.5 7.3255 11.5001 8.07471 11.4201 8.66948C11.3357 9.29728 11.15 9.86408 10.6945 10.3195C10.2391 10.775 9.67228 10.9607 9.04448 11.0451C8.44971 11.1251 7.7005 11.125 6.80203 11.125H6.802H6.69801H6.69798C5.79951 11.125 5.0503 11.1251 4.45552 11.0451C3.82773 10.9607 3.26093 10.775 2.80546 10.3195C2.34999 9.86408 2.16432 9.29728 2.07991 8.66948C1.99995 8.07471 1.99997 7.3255 2 6.42703V6.427V6.323V6.32297C1.99997 5.42451 1.99995 4.6753 2.07991 4.08052C2.16432 3.45273 2.34999 2.88593 2.80546 2.43046C3.26093 1.97499 3.82773 1.78932 4.45552 1.70491C5.0503 1.62495 5.79951 1.62497 6.69797 1.625H6.698H6.802H6.80203Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-font{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.16348 13L2.94396 19.3308C2.76124 19.852 2.19061 20.1264 1.66943 19.9437C1.14824 19.761 0.873867 19.1903 1.05659 18.6692L3.97554 10.3433C4.62537 8.48967 5.14504 7.00734 5.64428 5.99476C5.89751 5.48115 6.18262 5.00853 6.53308 4.65511C6.90398 4.28108 7.39226 4 8.00027 4C8.60828 4 9.09656 4.28108 9.46746 4.65511C9.81792 5.00853 10.103 5.48115 10.3563 5.99476C10.8555 7.00733 11.3752 8.48964 12.025 10.3432L14.944 18.6692C15.1267 19.1903 14.8523 19.761 14.3311 19.9437C13.8099 20.1264 13.2393 19.852 13.0566 19.3308L10.8371 13H5.16348ZM5.86466 11C6.53157 9.09794 7.00524 7.75712 7.4381 6.87919C7.6572 6.43482 7.82869 6.18895 7.95322 6.06338C7.9721 6.04434 7.98772 6.03012 8.00027 6.01961C8.01283 6.03012 8.02845 6.04434 8.04733 6.06338C8.17186 6.18895 8.34335 6.43482 8.56245 6.87919C8.9953 7.75712 9.46898 9.09794 10.1359 11H5.86466ZM8.04062 5.99194C8.04057 5.99226 8.03812 5.99369 8.03344 5.99525C8.03834 5.9924 8.04068 5.99162 8.04062 5.99194ZM7.96711 5.99525C7.96243 5.99369 7.95998 5.99226 7.95992 5.99194C7.95987 5.99162 7.96221 5.9924 7.96711 5.99525Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9243 9.00002C18.9492 9.00003 18.9744 9.00004 19 9.00004C19.0256 9.00004 19.0508 9.00003 19.0757 9.00002C19.4657 8.99985 19.7734 8.99971 20.0475 9.04313C21.5451 9.28033 22.7197 10.4549 22.9569 11.9525C23.0003 12.2267 23.0002 12.5343 23 12.9243C23 12.9492 23 12.9745 23 13V13.9991L23 15.5715L23 15.5735V18.5C23 19.0523 22.5523 19.5 22 19.5C21.6832 19.5 21.4008 19.3527 21.2176 19.1229C20.4793 19.6739 19.5635 20 18.5714 20C16.6759 20 15 18.5149 15 16.5C15 14.567 16.567 13 18.5 13H21C21 12.4973 20.9969 12.3624 20.9815 12.2654C20.8799 11.6236 20.3765 11.1202 19.7347 11.0185C19.6376 11.0031 19.5027 11 19 11C18.4973 11 18.3624 11.0031 18.2653 11.0185C17.7519 11.0998 17.3265 11.4384 17.1251 11.9C16.9042 12.4062 16.3148 12.6375 15.8086 12.4166C15.3024 12.1957 15.0711 11.6063 15.292 11.1001C15.7615 10.0241 16.753 9.23311 17.9525 9.04313C18.2266 8.99971 18.5343 8.99985 18.9243 9.00002ZM21 15H18.5C17.6716 15 17 15.6716 17 16.5C17 17.3224 17.6904 18 18.5714 18C19.9122 18 20.9992 16.9136 21 15.573L21 15.5715L21 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.16348 13L2.94396 19.3308C2.76124 19.852 2.19061 20.1264 1.66943 19.9437C1.14824 19.761 0.873867 19.1903 1.05659 18.6692L3.97554 10.3433C4.62537 8.48967 5.14504 7.00734 5.64428 5.99476C5.89751 5.48115 6.18262 5.00853 6.53308 4.65511C6.90398 4.28108 7.39226 4 8.00027 4C8.60828 4 9.09656 4.28108 9.46746 4.65511C9.81792 5.00853 10.103 5.48115 10.3563 5.99476C10.8555 7.00733 11.3752 8.48964 12.025 10.3432L14.944 18.6692C15.1267 19.1903 14.8523 19.761 14.3311 19.9437C13.8099 20.1264 13.2393 19.852 13.0566 19.3308L10.8371 13H5.16348ZM5.86466 11C6.53157 9.09794 7.00524 7.75712 7.4381 6.87919C7.6572 6.43482 7.82869 6.18895 7.95322 6.06338C7.9721 6.04434 7.98772 6.03012 8.00027 6.01961C8.01283 6.03012 8.02845 6.04434 8.04733 6.06338C8.17186 6.18895 8.34335 6.43482 8.56245 6.87919C8.9953 7.75712 9.46898 9.09794 10.1359 11H5.86466ZM8.04062 5.99194C8.04057 5.99226 8.03812 5.99369 8.03344 5.99525C8.03834 5.9924 8.04068 5.99162 8.04062 5.99194ZM7.96711 5.99525C7.96243 5.99369 7.95998 5.99226 7.95992 5.99194C7.95987 5.99162 7.96221 5.9924 7.96711 5.99525Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9243 9.00002C18.9492 9.00003 18.9744 9.00004 19 9.00004C19.0256 9.00004 19.0508 9.00003 19.0757 9.00002C19.4657 8.99985 19.7734 8.99971 20.0475 9.04313C21.5451 9.28033 22.7197 10.4549 22.9569 11.9525C23.0003 12.2267 23.0002 12.5343 23 12.9243C23 12.9492 23 12.9745 23 13V13.9991L23 15.5715L23 15.5735V18.5C23 19.0523 22.5523 19.5 22 19.5C21.6832 19.5 21.4008 19.3527 21.2176 19.1229C20.4793 19.6739 19.5635 20 18.5714 20C16.6759 20 15 18.5149 15 16.5C15 14.567 16.567 13 18.5 13H21C21 12.4973 20.9969 12.3624 20.9815 12.2654C20.8799 11.6236 20.3765 11.1202 19.7347 11.0185C19.6376 11.0031 19.5027 11 19 11C18.4973 11 18.3624 11.0031 18.2653 11.0185C17.7519 11.0998 17.3265 11.4384 17.1251 11.9C16.9042 12.4062 16.3148 12.6375 15.8086 12.4166C15.3024 12.1957 15.0711 11.6063 15.292 11.1001C15.7615 10.0241 16.753 9.23311 17.9525 9.04313C18.2266 8.99971 18.5343 8.99985 18.9243 9.00002ZM21 15H18.5C17.6716 15 17 15.6716 17 16.5C17 17.3224 17.6904 18 18.5714 18C19.9122 18 20.9992 16.9136 21 15.573L21 15.5715L21 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-footnote{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.00016 4.02187C6.86529 4.06724 5.59384 4.17658 4.51342 4.28698C3.85381 4.35437 3.72459 4.37712 3.62309 4.41844C3.35311 4.52836 3.12235 4.78389 3.04045 5.06365C3.00991 5.16796 3.00016 5.30827 3.00016 6C3.00016 6.55228 2.55245 7 2.00016 7C1.44788 7 1.00016 6.55228 1.00016 6C1.00016 5.96303 1.00012 5.92639 1.00008 5.89007C0.99949 5.37184 0.998973 4.91856 1.12102 4.50169C1.37429 3.63663 2.03411 2.90596 2.86895 2.56607C3.27109 2.40235 3.70933 2.35808 4.20703 2.30779C4.24112 2.30435 4.27548 2.30087 4.31013 2.29733C5.73474 2.15178 7.5591 2 9.00016 2C10.4412 2 12.2656 2.15178 13.6902 2.29733C13.7248 2.30087 13.7592 2.30435 13.7933 2.30779C14.291 2.35808 14.7292 2.40235 15.1314 2.56607C15.9662 2.90596 16.626 3.63663 16.8793 4.50169C17.0014 4.91856 17.0008 5.37184 17.0002 5.89007C17.0002 5.92639 17.0002 5.96303 17.0002 6C17.0002 6.55228 16.5524 7 16.0002 7C15.4479 7 15.0002 6.55228 15.0002 6C15.0002 5.30827 14.9904 5.16796 14.9599 5.06365C14.878 4.78389 14.6472 4.52836 14.3772 4.41844C14.2757 4.37712 14.1465 4.35437 13.4869 4.28698C12.4065 4.17658 11.135 4.06724 10.0002 4.02187V20H12.0002C12.5524 20 13.0002 20.4477 13.0002 21C13.0002 21.5523 12.5524 22 12.0002 22H6.00016C5.44788 22 5.00016 21.5523 5.00016 21C5.00016 20.4477 5.44788 20 6.00016 20H8.00016V4.02187Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.7505 6C20.3027 6.00012 20.7504 6.44793 20.7502 7.00022L20.75 8.28591L21.5884 7.90695C22.0916 7.67947 22.684 7.90303 22.9115 8.40629C23.139 8.90955 22.9154 9.50193 22.4121 9.72941L21.3584 10.2057L22.319 11.3605C22.6722 11.7851 22.6144 12.4156 22.1898 12.7688C21.7652 13.122 21.1347 13.0641 20.7815 12.6395L19.7499 11.3995L18.7192 12.6393C18.3662 13.064 17.7357 13.122 17.311 12.769C16.8863 12.4159 16.8282 11.7854 17.1813 11.3607L18.1415 10.2057L17.0882 9.72933C16.585 9.50174 16.3615 8.90932 16.5891 8.4061C16.8167 7.90289 17.4091 7.67945 17.9123 7.90703L18.75 8.28587L18.7502 6.99978C18.7504 6.4475 19.1982 5.99988 19.7505 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.00016 4.02187C6.86529 4.06724 5.59384 4.17658 4.51342 4.28698C3.85381 4.35437 3.72459 4.37712 3.62309 4.41844C3.35311 4.52836 3.12235 4.78389 3.04045 5.06365C3.00991 5.16796 3.00016 5.30827 3.00016 6C3.00016 6.55228 2.55245 7 2.00016 7C1.44788 7 1.00016 6.55228 1.00016 6C1.00016 5.96303 1.00012 5.92639 1.00008 5.89007C0.99949 5.37184 0.998973 4.91856 1.12102 4.50169C1.37429 3.63663 2.03411 2.90596 2.86895 2.56607C3.27109 2.40235 3.70933 2.35808 4.20703 2.30779C4.24112 2.30435 4.27548 2.30087 4.31013 2.29733C5.73474 2.15178 7.5591 2 9.00016 2C10.4412 2 12.2656 2.15178 13.6902 2.29733C13.7248 2.30087 13.7592 2.30435 13.7933 2.30779C14.291 2.35808 14.7292 2.40235 15.1314 2.56607C15.9662 2.90596 16.626 3.63663 16.8793 4.50169C17.0014 4.91856 17.0008 5.37184 17.0002 5.89007C17.0002 5.92639 17.0002 5.96303 17.0002 6C17.0002 6.55228 16.5524 7 16.0002 7C15.4479 7 15.0002 6.55228 15.0002 6C15.0002 5.30827 14.9904 5.16796 14.9599 5.06365C14.878 4.78389 14.6472 4.52836 14.3772 4.41844C14.2757 4.37712 14.1465 4.35437 13.4869 4.28698C12.4065 4.17658 11.135 4.06724 10.0002 4.02187V20H12.0002C12.5524 20 13.0002 20.4477 13.0002 21C13.0002 21.5523 12.5524 22 12.0002 22H6.00016C5.44788 22 5.00016 21.5523 5.00016 21C5.00016 20.4477 5.44788 20 6.00016 20H8.00016V4.02187Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.7505 6C20.3027 6.00012 20.7504 6.44793 20.7502 7.00022L20.75 8.28591L21.5884 7.90695C22.0916 7.67947 22.684 7.90303 22.9115 8.40629C23.139 8.90955 22.9154 9.50193 22.4121 9.72941L21.3584 10.2057L22.319 11.3605C22.6722 11.7851 22.6144 12.4156 22.1898 12.7688C21.7652 13.122 21.1347 13.0641 20.7815 12.6395L19.7499 11.3995L18.7192 12.6393C18.3662 13.064 17.7357 13.122 17.311 12.769C16.8863 12.4159 16.8282 11.7854 17.1813 11.3607L18.1415 10.2057L17.0882 9.72933C16.585 9.50174 16.3615 8.90932 16.5891 8.4061C16.8167 7.90289 17.4091 7.67945 17.9123 7.90703L18.75 8.28587L18.7502 6.99978C18.7504 6.4475 19.1982 5.99988 19.7505 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-indent-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 3C10 2.44772 10.4477 2 11 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H11C10.4477 4 10 3.55228 10 3ZM10 9C10 8.44772 10.4477 8 11 8H21C21.5523 8 22 8.44772 22 9C22 9.55228 21.5523 10 21 10H11C10.4477 10 10 9.55228 10 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.22127 2.37272C2.56773 1.94262 3.19725 1.87481 3.62735 2.22127L5.16953 3.46354C5.18735 3.4779 5.20512 3.4922 5.22282 3.50646C5.8297 3.99524 6.36533 4.42663 6.73999 4.82612C7.14045 5.25312 7.50003 5.79002 7.50003 6.50003C7.50003 7.21005 7.14045 7.74695 6.73999 8.17395C6.36533 8.57344 5.8297 9.00483 5.22282 9.49361C5.20511 9.50787 5.18735 9.52217 5.16953 9.53653L3.62735 10.7788C3.19725 11.1253 2.56773 11.0575 2.22127 10.6274C1.87481 10.1973 1.94262 9.56773 2.37272 9.22127L3.9149 7.979C4.59132 7.43412 5.01415 7.09051 5.28117 6.8058C5.40675 6.6719 5.46161 6.58768 5.48516 6.54108C5.49577 6.52009 5.49868 6.5093 5.49931 6.50679C5.49979 6.50487 5.50003 6.50368 5.50003 6.50003C5.50003 6.49639 5.49979 6.4952 5.49931 6.49328C5.49868 6.49077 5.49577 6.47998 5.48516 6.45899C5.46161 6.41239 5.40675 6.32817 5.28117 6.19427C5.01415 5.90956 4.59133 5.56595 3.9149 5.02107L2.37272 3.7788C1.94262 3.43234 1.87481 2.80282 2.22127 2.37272Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 3C10 2.44772 10.4477 2 11 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H11C10.4477 4 10 3.55228 10 3ZM10 9C10 8.44772 10.4477 8 11 8H21C21.5523 8 22 8.44772 22 9C22 9.55228 21.5523 10 21 10H11C10.4477 10 10 9.55228 10 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H21C21.5523 14 22 14.4477 22 15C22 15.5523 21.5523 16 21 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.22127 2.37272C2.56773 1.94262 3.19725 1.87481 3.62735 2.22127L5.16953 3.46354C5.18735 3.4779 5.20512 3.4922 5.22282 3.50646C5.8297 3.99524 6.36533 4.42663 6.73999 4.82612C7.14045 5.25312 7.50003 5.79002 7.50003 6.50003C7.50003 7.21005 7.14045 7.74695 6.73999 8.17395C6.36533 8.57344 5.8297 9.00483 5.22282 9.49361C5.20511 9.50787 5.18735 9.52217 5.16953 9.53653L3.62735 10.7788C3.19725 11.1253 2.56773 11.0575 2.22127 10.6274C1.87481 10.1973 1.94262 9.56773 2.37272 9.22127L3.9149 7.979C4.59132 7.43412 5.01415 7.09051 5.28117 6.8058C5.40675 6.6719 5.46161 6.58768 5.48516 6.54108C5.49577 6.52009 5.49868 6.5093 5.49931 6.50679C5.49979 6.50487 5.50003 6.50368 5.50003 6.50003C5.50003 6.49639 5.49979 6.4952 5.49931 6.49328C5.49868 6.49077 5.49577 6.47998 5.48516 6.45899C5.46161 6.41239 5.40675 6.32817 5.28117 6.19427C5.01415 5.90956 4.59133 5.56595 3.9149 5.02107L2.37272 3.7788C1.94262 3.43234 1.87481 2.80282 2.22127 2.37272Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-indent-less{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 4.5C10 3.94772 9.55228 3.5 9 3.5H4C3.44772 3.5 3 3.94772 3 4.5C3 5.05228 3.44772 5.5 4 5.5H9C9.55228 5.5 10 5.05228 10 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 9.5C10 8.94772 9.55228 8.5 9 8.5H6C5.44772 8.5 5 8.94772 5 9.5C5 10.0523 5.44772 10.5 6 10.5H9C9.55228 10.5 10 10.0523 10 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 14.5C10 13.9477 9.55228 13.5 9 13.5H4C3.44772 13.5 3 13.9477 3 14.5C3 15.0523 3.44772 15.5 4 15.5H9C9.55228 15.5 10 15.0523 10 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 19.5C10 18.9477 9.55228 18.5 9 18.5H6C5.44772 18.5 5 18.9477 5 19.5C5 20.0523 5.44772 20.5 6 20.5H9C9.55228 20.5 10 20.0523 10 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 2C12.4477 2 12 2.44772 12 3V21C12 21.5523 12.4477 22 13 22C13.5523 22 14 21.5523 14 21V3C14 2.44772 13.5523 2 13 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7787 7.87272C20.4323 7.44262 19.8027 7.37481 19.3726 7.72127L17.8305 8.96354C17.2236 9.45232 16.6347 9.92663 16.26 10.3261C15.8596 10.7531 15.5 11.29 15.5 12C15.5 12.7101 15.8596 13.247 16.26 13.674C16.6347 14.0734 17.1703 14.5048 17.7772 14.9936L19.3726 16.2788C19.8027 16.6253 20.4323 16.5575 20.7787 16.1274C20.9278 15.9424 21.0001 15.7205 21 15.5001V8.49935C21 8.27917 20.9276 8.05753 20.7787 7.87272Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 4.5C10 3.94772 9.55228 3.5 9 3.5H4C3.44772 3.5 3 3.94772 3 4.5C3 5.05228 3.44772 5.5 4 5.5H9C9.55228 5.5 10 5.05228 10 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 9.5C10 8.94772 9.55228 8.5 9 8.5H6C5.44772 8.5 5 8.94772 5 9.5C5 10.0523 5.44772 10.5 6 10.5H9C9.55228 10.5 10 10.0523 10 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 14.5C10 13.9477 9.55228 13.5 9 13.5H4C3.44772 13.5 3 13.9477 3 14.5C3 15.0523 3.44772 15.5 4 15.5H9C9.55228 15.5 10 15.0523 10 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 19.5C10 18.9477 9.55228 18.5 9 18.5H6C5.44772 18.5 5 18.9477 5 19.5C5 20.0523 5.44772 20.5 6 20.5H9C9.55228 20.5 10 20.0523 10 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 2C12.4477 2 12 2.44772 12 3V21C12 21.5523 12.4477 22 13 22C13.5523 22 14 21.5523 14 21V3C14 2.44772 13.5523 2 13 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7787 7.87272C20.4323 7.44262 19.8027 7.37481 19.3726 7.72127L17.8305 8.96354C17.2236 9.45232 16.6347 9.92663 16.26 10.3261C15.8596 10.7531 15.5 11.29 15.5 12C15.5 12.7101 15.8596 13.247 16.26 13.674C16.6347 14.0734 17.1703 14.5048 17.7772 14.9936L19.3726 16.2788C19.8027 16.6253 20.4323 16.5575 20.7787 16.1274C20.9278 15.9424 21.0001 15.7205 21 15.5001V8.49935C21 8.27917 20.9276 8.05753 20.7787 7.87272Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-indent-more{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 4.5C14 3.94772 14.4477 3.5 15 3.5H20C20.5523 3.5 21 3.94772 21 4.5C21 5.05228 20.5523 5.5 20 5.5H15C14.4477 5.5 14 5.05228 14 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 9.5C14 8.94772 14.4477 8.5 15 8.5H18C18.5523 8.5 19 8.94772 19 9.5C19 10.0523 18.5523 10.5 18 10.5H15C14.4477 10.5 14 10.0523 14 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 14.5C14 13.9477 14.4477 13.5 15 13.5H20C20.5523 13.5 21 13.9477 21 14.5C21 15.0523 20.5523 15.5 20 15.5H15C14.4477 15.5 14 15.0523 14 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 19.5C14 18.9477 14.4477 18.5 15 18.5H18C18.5523 18.5 19 18.9477 19 19.5C19 20.0523 18.5523 20.5 18 20.5H15C14.4477 20.5 14 20.0523 14 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 2C11.5523 2 12 2.44772 12 3V21C12 21.5523 11.5523 22 11 22C10.4477 22 10 21.5523 10 21V3C10 2.44772 10.4477 2 11 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.22127 7.87272C3.56773 7.44262 4.19725 7.37481 4.62735 7.72127L6.16953 8.96354C6.77642 9.45232 7.36533 9.92663 7.73999 10.3261C8.14045 10.7531 8.50003 11.29 8.50003 12C8.50003 12.7101 8.14045 13.247 7.73999 13.674C7.36533 14.0734 6.8297 14.5048 6.22282 14.9936L4.62735 16.2788C4.19725 16.6253 3.56773 16.5575 3.22127 16.1274C3.07225 15.9424 2.99987 15.7205 3 15.5001V8.49935C3.00001 8.27917 3.0724 8.05753 3.22127 7.87272Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 4.5C14 3.94772 14.4477 3.5 15 3.5H20C20.5523 3.5 21 3.94772 21 4.5C21 5.05228 20.5523 5.5 20 5.5H15C14.4477 5.5 14 5.05228 14 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 9.5C14 8.94772 14.4477 8.5 15 8.5H18C18.5523 8.5 19 8.94772 19 9.5C19 10.0523 18.5523 10.5 18 10.5H15C14.4477 10.5 14 10.0523 14 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 14.5C14 13.9477 14.4477 13.5 15 13.5H20C20.5523 13.5 21 13.9477 21 14.5C21 15.0523 20.5523 15.5 20 15.5H15C14.4477 15.5 14 15.0523 14 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 19.5C14 18.9477 14.4477 18.5 15 18.5H18C18.5523 18.5 19 18.9477 19 19.5C19 20.0523 18.5523 20.5 18 20.5H15C14.4477 20.5 14 20.0523 14 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 2C11.5523 2 12 2.44772 12 3V21C12 21.5523 11.5523 22 11 22C10.4477 22 10 21.5523 10 21V3C10 2.44772 10.4477 2 11 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.22127 7.87272C3.56773 7.44262 4.19725 7.37481 4.62735 7.72127L6.16953 8.96354C6.77642 9.45232 7.36533 9.92663 7.73999 10.3261C8.14045 10.7531 8.50003 11.29 8.50003 12C8.50003 12.7101 8.14045 13.247 7.73999 13.674C7.36533 14.0734 6.8297 14.5048 6.22282 14.9936L4.62735 16.2788C4.19725 16.6253 3.56773 16.5575 3.22127 16.1274C3.07225 15.9424 2.99987 15.7205 3 15.5001V8.49935C3.00001 8.27917 3.0724 8.05753 3.22127 7.87272Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-indent{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 4.5C10.5 3.94772 10.9477 3.5 11.5 3.5H21.5C22.0523 3.5 22.5 3.94772 22.5 4.5C22.5 5.05228 22.0523 5.5 21.5 5.5H11.5C10.9477 5.5 10.5 5.05228 10.5 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 9.5C10.5 8.94772 10.9477 8.5 11.5 8.5H18.5C19.0523 8.5 19.5 8.94772 19.5 9.5C19.5 10.0523 19.0523 10.5 18.5 10.5H11.5C10.9477 10.5 10.5 10.0523 10.5 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 14.5C10.5 13.9477 10.9477 13.5 11.5 13.5H21.5C22.0523 13.5 22.5 13.9477 22.5 14.5C22.5 15.0523 22.0523 15.5 21.5 15.5H11.5C10.9477 15.5 10.5 15.0523 10.5 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 19.5C10.5 18.9477 10.9477 18.5 11.5 18.5H18.5C19.0523 18.5 19.5 18.9477 19.5 19.5C19.5 20.0523 19.0523 20.5 18.5 20.5H11.5C10.9477 20.5 10.5 20.0523 10.5 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.23313 13.781C8.58059 14.1648 8.58999 14.7979 8.25412 15.195L7.32242 16.2966C6.9606 16.7245 6.59085 17.1617 6.28119 17.4383C5.93767 17.7451 5.52498 18 5 18C4.47502 18 4.06233 17.7451 3.71881 17.4383C3.40915 17.1617 3.07696 16.7689 2.71515 16.341L1.74588 15.195C1.41001 14.7979 1.41941 14.1648 1.76687 13.781C1.93676 13.5933 2.15601 13.5 2.375 13.5H7.625C7.84399 13.5 8.06324 13.5933 8.23313 13.781Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.23313 10.219C8.58059 9.83516 8.58999 9.20208 8.25412 8.80499L7.32242 7.70343C6.9606 7.27555 6.59085 6.83828 6.28119 6.5617C5.93767 6.25487 5.52498 6 5 6C4.47502 6 4.06233 6.25487 3.71881 6.5617C3.40915 6.83828 3.07696 7.23112 2.71515 7.659L1.74588 8.80499C1.41001 9.20208 1.41941 9.83516 1.76687 10.219C1.93676 10.4067 2.15601 10.5 2.375 10.5H7.625C7.84399 10.5 8.06324 10.4067 8.23313 10.219Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 4.5C10.5 3.94772 10.9477 3.5 11.5 3.5H21.5C22.0523 3.5 22.5 3.94772 22.5 4.5C22.5 5.05228 22.0523 5.5 21.5 5.5H11.5C10.9477 5.5 10.5 5.05228 10.5 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 9.5C10.5 8.94772 10.9477 8.5 11.5 8.5H18.5C19.0523 8.5 19.5 8.94772 19.5 9.5C19.5 10.0523 19.0523 10.5 18.5 10.5H11.5C10.9477 10.5 10.5 10.0523 10.5 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 14.5C10.5 13.9477 10.9477 13.5 11.5 13.5H21.5C22.0523 13.5 22.5 13.9477 22.5 14.5C22.5 15.0523 22.0523 15.5 21.5 15.5H11.5C10.9477 15.5 10.5 15.0523 10.5 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 19.5C10.5 18.9477 10.9477 18.5 11.5 18.5H18.5C19.0523 18.5 19.5 18.9477 19.5 19.5C19.5 20.0523 19.0523 20.5 18.5 20.5H11.5C10.9477 20.5 10.5 20.0523 10.5 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.23313 13.781C8.58059 14.1648 8.58999 14.7979 8.25412 15.195L7.32242 16.2966C6.9606 16.7245 6.59085 17.1617 6.28119 17.4383C5.93767 17.7451 5.52498 18 5 18C4.47502 18 4.06233 17.7451 3.71881 17.4383C3.40915 17.1617 3.07696 16.7689 2.71515 16.341L1.74588 15.195C1.41001 14.7979 1.41941 14.1648 1.76687 13.781C1.93676 13.5933 2.15601 13.5 2.375 13.5H7.625C7.84399 13.5 8.06324 13.5933 8.23313 13.781Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.23313 10.219C8.58059 9.83516 8.58999 9.20208 8.25412 8.80499L7.32242 7.70343C6.9606 7.27555 6.59085 6.83828 6.28119 6.5617C5.93767 6.25487 5.52498 6 5 6C4.47502 6 4.06233 6.25487 3.71881 6.5617C3.40915 6.83828 3.07696 7.23112 2.71515 7.659L1.74588 8.80499C1.41001 9.20208 1.41941 9.83516 1.76687 10.219C1.93676 10.4067 2.15601 10.5 2.375 10.5H7.625C7.84399 10.5 8.06324 10.4067 8.23313 10.219Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-italic{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 4C11 3.44772 11.4477 3 12 3H19C19.5523 3 20 3.44772 20 4C20 4.55228 19.5523 5 19 5H12C11.4477 5 11 4.55228 11 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4474 3.10579C16.9414 3.35278 17.1416 3.95345 16.8946 4.44743L8.89465 20.4474C8.64766 20.9414 8.04698 21.1416 7.55301 20.8946C7.05903 20.6477 6.8588 20.047 7.10579 19.553L15.1058 3.55301C15.3528 3.05903 15.9535 2.8588 16.4474 3.10579Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 20C4 19.4477 4.44772 19 5 19L12 19C12.5523 19 13 19.4477 13 20C13 20.5523 12.5523 21 12 21L5 21C4.44772 21 4 20.5523 4 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 4C11 3.44772 11.4477 3 12 3H19C19.5523 3 20 3.44772 20 4C20 4.55228 19.5523 5 19 5H12C11.4477 5 11 4.55228 11 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4474 3.10579C16.9414 3.35278 17.1416 3.95345 16.8946 4.44743L8.89465 20.4474C8.64766 20.9414 8.04698 21.1416 7.55301 20.8946C7.05903 20.6477 6.8588 20.047 7.10579 19.553L15.1058 3.55301C15.3528 3.05903 15.9535 2.8588 16.4474 3.10579Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 20C4 19.4477 4.44772 19 5 19L12 19C12.5523 19 13 19.4477 13 20C13 20.5523 12.5523 21 12 21L5 21C4.44772 21 4 20.5523 4 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-kerning{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0625 4.28804C17.3217 4.12779 17.6587 4 18.0003 4C18.3419 4 18.6788 4.12779 18.938 4.28804C19.215 4.45928 19.5221 4.74055 19.701 5.15768C19.7064 5.17028 19.7115 5.18299 19.7164 5.1958L22.9348 13.644C23.1314 14.1601 22.8724 14.7379 22.3563 14.9345C21.8402 15.1311 21.2624 14.8721 21.0658 14.356L19.7019 10.7759H16.2986L14.9348 14.356C14.7381 14.8721 14.1604 15.1311 13.6443 14.9345C13.1282 14.7379 12.8692 14.1601 13.0658 13.644L16.2841 5.1958C16.289 5.18299 16.2942 5.17028 16.2996 5.15768C16.4784 4.74055 16.7855 4.45928 17.0625 4.28804ZM17.0605 8.7759H18.94L18.0003 6.30903L17.0605 8.7759Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.06252 14.712C5.32175 14.8722 5.65866 15 6.00027 15C6.34188 15 6.67879 14.8722 6.93802 14.712C7.21501 14.5407 7.52209 14.2594 7.70097 13.8423C7.70637 13.8297 7.71151 13.817 7.71639 13.8042L10.9348 5.356C11.1314 4.83989 10.8724 4.26212 10.3563 4.06551C9.84016 3.8689 9.26239 4.1279 9.06578 4.64401L6.00027 12.691L2.93476 4.64401C2.73815 4.1279 2.16038 3.8689 1.64427 4.06551C1.12817 4.26212 0.869172 4.83989 1.06578 5.356L4.28415 13.8042C4.28903 13.817 4.29417 13.8297 4.29957 13.8423C4.47845 14.2594 4.78553 14.5407 5.06252 14.712Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5389 21.7808C20.1076 22.1258 19.4784 22.0559 19.1333 21.6247C18.9947 21.4514 18.9231 21.2462 18.915 21.0402V20H12C11.4477 20 11 19.5522 11 19C11 18.4477 11.4477 18 12 18H18.915V16.9597C18.9231 16.7538 18.9947 16.5485 19.1333 16.3753C19.4784 15.944 20.1076 15.8741 20.5389 16.2191L21.6247 17.0877L21.6672 17.1217C21.9633 17.3585 22.2595 17.5953 22.4737 17.8199C22.7068 18.0643 23 18.4522 23 19C23 19.5478 22.7068 19.9356 22.4737 20.1801C22.2595 20.4046 21.9633 20.6414 21.6672 20.8782L21.6247 20.9122L20.5389 21.7808Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8592 2.06692C15.3747 2.26518 15.6319 2.84378 15.4336 3.35925L10.4336 16.3592C10.2354 16.8747 9.65676 17.1319 9.14129 16.9336C8.62582 16.7354 8.36867 16.1568 8.56692 15.6413L13.5669 2.64129C13.7652 2.12582 14.3438 1.86867 14.8592 2.06692Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0625 4.28804C17.3217 4.12779 17.6587 4 18.0003 4C18.3419 4 18.6788 4.12779 18.938 4.28804C19.215 4.45928 19.5221 4.74055 19.701 5.15768C19.7064 5.17028 19.7115 5.18299 19.7164 5.1958L22.9348 13.644C23.1314 14.1601 22.8724 14.7379 22.3563 14.9345C21.8402 15.1311 21.2624 14.8721 21.0658 14.356L19.7019 10.7759H16.2986L14.9348 14.356C14.7381 14.8721 14.1604 15.1311 13.6443 14.9345C13.1282 14.7379 12.8692 14.1601 13.0658 13.644L16.2841 5.1958C16.289 5.18299 16.2942 5.17028 16.2996 5.15768C16.4784 4.74055 16.7855 4.45928 17.0625 4.28804ZM17.0605 8.7759H18.94L18.0003 6.30903L17.0605 8.7759Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.06252 14.712C5.32175 14.8722 5.65866 15 6.00027 15C6.34188 15 6.67879 14.8722 6.93802 14.712C7.21501 14.5407 7.52209 14.2594 7.70097 13.8423C7.70637 13.8297 7.71151 13.817 7.71639 13.8042L10.9348 5.356C11.1314 4.83989 10.8724 4.26212 10.3563 4.06551C9.84016 3.8689 9.26239 4.1279 9.06578 4.64401L6.00027 12.691L2.93476 4.64401C2.73815 4.1279 2.16038 3.8689 1.64427 4.06551C1.12817 4.26212 0.869172 4.83989 1.06578 5.356L4.28415 13.8042C4.28903 13.817 4.29417 13.8297 4.29957 13.8423C4.47845 14.2594 4.78553 14.5407 5.06252 14.712Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5389 21.7808C20.1076 22.1258 19.4784 22.0559 19.1333 21.6247C18.9947 21.4514 18.9231 21.2462 18.915 21.0402V20H12C11.4477 20 11 19.5522 11 19C11 18.4477 11.4477 18 12 18H18.915V16.9597C18.9231 16.7538 18.9947 16.5485 19.1333 16.3753C19.4784 15.944 20.1076 15.8741 20.5389 16.2191L21.6247 17.0877L21.6672 17.1217C21.9633 17.3585 22.2595 17.5953 22.4737 17.8199C22.7068 18.0643 23 18.4522 23 19C23 19.5478 22.7068 19.9356 22.4737 20.1801C22.2595 20.4046 21.9633 20.6414 21.6672 20.8782L21.6247 20.9122L20.5389 21.7808Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8592 2.06692C15.3747 2.26518 15.6319 2.84378 15.4336 3.35925L10.4336 16.3592C10.2354 16.8747 9.65676 17.1319 9.14129 16.9336C8.62582 16.7354 8.36867 16.1568 8.56692 15.6413L13.5669 2.64129C13.7652 2.12582 14.3438 1.86867 14.8592 2.06692Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-number-sign{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 3C13.5523 3 14 3.44772 14 4L14 17.0397C14 17.9469 14.0001 18.7448 13.9395 19.3139C13.9097 19.594 13.8561 19.9281 13.7225 20.2171C13.5771 20.5318 13.2205 21 12.5611 21C11.7883 21 11.3035 20.4828 10.993 20.0631C10.6992 19.6661 10.3719 19.0885 9.97593 18.39L9.87993 18.2207L3.38059 6.76643C3.23887 6.51667 3.11394 6.29689 3.00238 6.10338C3.00017 6.37572 3 6.68108 3 7.02172V20C3 20.5523 2.55229 21 2 21C1.44772 21 1 20.5523 1 20V7.02172L1 6.96036V6.9603C0.999971 6.0531 0.999945 5.25528 1.06047 4.68622C1.09028 4.40605 1.14388 4.07195 1.27747 3.78299C1.42294 3.46832 1.77949 3.00007 2.4389 3.00007C3.20678 3.00007 3.69199 3.52282 3.99859 3.93406C4.31037 4.35224 4.65926 4.9672 5.08561 5.71867L5.08562 5.71868L5.12007 5.77942L11.6626 17.3098C11.7871 17.5292 11.8979 17.7245 11.9976 17.8983C11.9998 17.6256 12 17.3197 12 16.9784V4C12 3.44772 12.4477 3 13 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5 13C15.5 12.4477 15.9477 12 16.5 12L22 12C22.5523 12 23 12.4477 23 13C23 13.5523 22.5523 14 22 14L16.5 14C15.9477 14 15.5 13.5523 15.5 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.8605 3.41348C21.3223 3.51754 21.8498 3.70029 22.1998 4.05023C22.5497 4.40017 22.7325 4.92767 22.8365 5.3895C22.948 5.88426 23 6.44925 23 7C23 7.55075 22.948 8.11574 22.8365 8.6105C22.7325 9.07233 22.5497 9.59983 22.1998 9.94977C21.8498 10.2997 21.3223 10.4825 20.8605 10.5865C20.3657 10.698 19.8007 10.75 19.25 10.75C18.6993 10.75 18.1343 10.698 17.6395 10.5865C17.1777 10.4825 16.6502 10.2997 16.3002 9.94977C15.9503 9.59983 15.7675 9.07233 15.6635 8.6105C15.552 8.11574 15.5 7.55075 15.5 7C15.5 6.44925 15.552 5.88426 15.6635 5.3895C15.7675 4.92767 15.9503 4.40017 16.3002 4.05023C16.6502 3.70029 17.1777 3.51754 17.6395 3.41348C18.1343 3.30201 18.6993 3.25 19.25 3.25C19.8007 3.25 20.3657 3.30201 20.8605 3.41348Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 3C13.5523 3 14 3.44772 14 4L14 17.0397C14 17.9469 14.0001 18.7448 13.9395 19.3139C13.9097 19.594 13.8561 19.9281 13.7225 20.2171C13.5771 20.5318 13.2205 21 12.5611 21C11.7883 21 11.3035 20.4828 10.993 20.0631C10.6992 19.6661 10.3719 19.0885 9.97593 18.39L9.87993 18.2207L3.38059 6.76643C3.23887 6.51667 3.11394 6.29689 3.00238 6.10338C3.00017 6.37572 3 6.68108 3 7.02172V20C3 20.5523 2.55229 21 2 21C1.44772 21 1 20.5523 1 20V7.02172L1 6.96036V6.9603C0.999971 6.0531 0.999945 5.25528 1.06047 4.68622C1.09028 4.40605 1.14388 4.07195 1.27747 3.78299C1.42294 3.46832 1.77949 3.00007 2.4389 3.00007C3.20678 3.00007 3.69199 3.52282 3.99859 3.93406C4.31037 4.35224 4.65926 4.9672 5.08561 5.71867L5.08562 5.71868L5.12007 5.77942L11.6626 17.3098C11.7871 17.5292 11.8979 17.7245 11.9976 17.8983C11.9998 17.6256 12 17.3197 12 16.9784V4C12 3.44772 12.4477 3 13 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5 13C15.5 12.4477 15.9477 12 16.5 12L22 12C22.5523 12 23 12.4477 23 13C23 13.5523 22.5523 14 22 14L16.5 14C15.9477 14 15.5 13.5523 15.5 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.8605 3.41348C21.3223 3.51754 21.8498 3.70029 22.1998 4.05023C22.5497 4.40017 22.7325 4.92767 22.8365 5.3895C22.948 5.88426 23 6.44925 23 7C23 7.55075 22.948 8.11574 22.8365 8.6105C22.7325 9.07233 22.5497 9.59983 22.1998 9.94977C21.8498 10.2997 21.3223 10.4825 20.8605 10.5865C20.3657 10.698 19.8007 10.75 19.25 10.75C18.6993 10.75 18.1343 10.698 17.6395 10.5865C17.1777 10.4825 16.6502 10.2997 16.3002 9.94977C15.9503 9.59983 15.7675 9.07233 15.6635 8.6105C15.552 8.11574 15.5 7.55075 15.5 7C15.5 6.44925 15.552 5.88426 15.6635 5.3895C15.7675 4.92767 15.9503 4.40017 16.3002 4.05023C16.6502 3.70029 17.1777 3.51754 17.6395 3.41348C18.1343 3.30201 18.6993 3.25 19.25 3.25C19.8007 3.25 20.3657 3.30201 20.8605 3.41348Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-selection{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9243 11C17.9492 11 17.9744 11 18 11C18.0256 11 18.0508 11 18.0757 11C18.4657 10.9998 18.7734 10.9997 19.0475 11.0431C20.5451 11.2803 21.7197 12.4549 21.9569 13.9525C22.0003 14.2267 22.0002 14.5343 22 14.9243C22 14.9492 22 14.9745 22 15V15.9991L22 17.5715L22 17.5735V20.5C22 21.0523 21.5523 21.5 21 21.5C20.6832 21.5 20.4008 21.3527 20.2176 21.1229C19.4793 21.6739 18.5635 22 17.5714 22C15.6759 22 14 20.5149 14 18.5C14 16.567 15.567 15 17.5 15H20C20 14.4973 19.9969 14.3624 19.9815 14.2654C19.8799 13.6236 19.3765 13.1202 18.7347 13.0185C18.6376 13.0031 18.5027 13 18 13C17.4973 13 17.3624 13.0031 17.2653 13.0185C16.7519 13.0998 16.3265 13.4384 16.1251 13.9C15.9042 14.4062 15.3148 14.6375 14.8086 14.4166C14.3024 14.1957 14.0711 13.6063 14.292 13.1001C14.7615 12.0241 15.753 11.2331 16.9525 11.0431C17.2266 10.9997 17.5343 10.9998 17.9243 11ZM20 17H17.5C16.6716 17 16 17.6716 16 18.5C16 19.3224 16.6904 20 17.5714 20C18.9122 20 19.9992 18.9136 20 17.573L20 17.5715L20 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.0613 4.06431C4.59879 4.00213 3.97108 4 3 4C2.44772 4 2 3.55229 2 3C2 2.44772 2.44772 2 3 2C3.02202 2 3.04396 2 3.06583 2C3.95232 1.99995 4.71613 1.99991 5.32779 2.08215C5.9322 2.16341 6.51352 2.33871 7 2.76506C7.48648 2.33871 8.0678 2.16341 8.67221 2.08215C9.28387 1.99991 10.0477 1.99995 10.9342 2L11 2C11.5523 2 12 2.44772 12 3C12 3.55229 11.5523 4 11 4C10.0289 4 9.40121 4.00213 8.9387 4.06431C8.50496 4.12263 8.36902 4.21677 8.29289 4.2929C8.21677 4.36902 8.12262 4.50497 8.06431 4.93871C8.00212 5.40122 8 6.02893 8 7V11H10C10.5523 11 11 11.4477 11 12C11 12.5523 10.5523 13 10 13H8V17C8 17.0166 8 17.0331 8 17.0495C8.00009 17.9925 8.00319 18.6067 8.06431 19.0613C8.12262 19.495 8.21677 19.631 8.29289 19.7071C8.36902 19.7832 8.50496 19.8774 8.9387 19.9357C9.40121 19.9979 10.0289 20 11 20C11.5523 20 12 20.4477 12 21C12 21.5523 11.5523 22 11 22L10.9342 22C10.0477 22.0001 9.28387 22.0001 8.67221 21.9179C8.0678 21.8366 7.48648 21.6613 7 21.235C6.51352 21.6613 5.9322 21.8366 5.32779 21.9179C4.71613 22.0001 3.9523 22.0001 3.06581 22L3 22C2.44772 22 2 21.5523 2 21C2 20.4477 2.44772 20 3 20C3.97108 20 4.59879 19.9979 5.0613 19.9357C5.49504 19.8774 5.63098 19.7832 5.70711 19.7071C5.78323 19.631 5.87738 19.495 5.93569 19.0613C5.99697 18.6055 5.99993 17.9893 6 17.0422C6 17.0282 6 17.0141 6 17V13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H6V7C6 6.02893 5.99788 5.40122 5.93569 4.93871C5.87738 4.50497 5.78323 4.36902 5.70711 4.2929C5.63098 4.21677 5.49504 4.12263 5.0613 4.06431Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9243 11C17.9492 11 17.9744 11 18 11C18.0256 11 18.0508 11 18.0757 11C18.4657 10.9998 18.7734 10.9997 19.0475 11.0431C20.5451 11.2803 21.7197 12.4549 21.9569 13.9525C22.0003 14.2267 22.0002 14.5343 22 14.9243C22 14.9492 22 14.9745 22 15V15.9991L22 17.5715L22 17.5735V20.5C22 21.0523 21.5523 21.5 21 21.5C20.6832 21.5 20.4008 21.3527 20.2176 21.1229C19.4793 21.6739 18.5635 22 17.5714 22C15.6759 22 14 20.5149 14 18.5C14 16.567 15.567 15 17.5 15H20C20 14.4973 19.9969 14.3624 19.9815 14.2654C19.8799 13.6236 19.3765 13.1202 18.7347 13.0185C18.6376 13.0031 18.5027 13 18 13C17.4973 13 17.3624 13.0031 17.2653 13.0185C16.7519 13.0998 16.3265 13.4384 16.1251 13.9C15.9042 14.4062 15.3148 14.6375 14.8086 14.4166C14.3024 14.1957 14.0711 13.6063 14.292 13.1001C14.7615 12.0241 15.753 11.2331 16.9525 11.0431C17.2266 10.9997 17.5343 10.9998 17.9243 11ZM20 17H17.5C16.6716 17 16 17.6716 16 18.5C16 19.3224 16.6904 20 17.5714 20C18.9122 20 19.9992 18.9136 20 17.573L20 17.5715L20 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.0613 4.06431C4.59879 4.00213 3.97108 4 3 4C2.44772 4 2 3.55229 2 3C2 2.44772 2.44772 2 3 2C3.02202 2 3.04396 2 3.06583 2C3.95232 1.99995 4.71613 1.99991 5.32779 2.08215C5.9322 2.16341 6.51352 2.33871 7 2.76506C7.48648 2.33871 8.0678 2.16341 8.67221 2.08215C9.28387 1.99991 10.0477 1.99995 10.9342 2L11 2C11.5523 2 12 2.44772 12 3C12 3.55229 11.5523 4 11 4C10.0289 4 9.40121 4.00213 8.9387 4.06431C8.50496 4.12263 8.36902 4.21677 8.29289 4.2929C8.21677 4.36902 8.12262 4.50497 8.06431 4.93871C8.00212 5.40122 8 6.02893 8 7V11H10C10.5523 11 11 11.4477 11 12C11 12.5523 10.5523 13 10 13H8V17C8 17.0166 8 17.0331 8 17.0495C8.00009 17.9925 8.00319 18.6067 8.06431 19.0613C8.12262 19.495 8.21677 19.631 8.29289 19.7071C8.36902 19.7832 8.50496 19.8774 8.9387 19.9357C9.40121 19.9979 10.0289 20 11 20C11.5523 20 12 20.4477 12 21C12 21.5523 11.5523 22 11 22L10.9342 22C10.0477 22.0001 9.28387 22.0001 8.67221 21.9179C8.0678 21.8366 7.48648 21.6613 7 21.235C6.51352 21.6613 5.9322 21.8366 5.32779 21.9179C4.71613 22.0001 3.9523 22.0001 3.06581 22L3 22C2.44772 22 2 21.5523 2 21C2 20.4477 2.44772 20 3 20C3.97108 20 4.59879 19.9979 5.0613 19.9357C5.49504 19.8774 5.63098 19.7832 5.70711 19.7071C5.78323 19.631 5.87738 19.495 5.93569 19.0613C5.99697 18.6055 5.99993 17.9893 6 17.0422C6 17.0282 6 17.0141 6 17V13H4C3.44772 13 3 12.5523 3 12C3 11.4477 3.44772 11 4 11H6V7C6 6.02893 5.99788 5.40122 5.93569 4.93871C5.87738 4.50497 5.78323 4.36902 5.70711 4.2929C5.63098 4.21677 5.49504 4.12263 5.0613 4.06431Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-smallcaps{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.00021 4.02423C7.06968 4.06495 6.04517 4.15125 5.16616 4.23856C4.59345 4.29545 4.50303 4.31354 4.43612 4.34003C4.23947 4.41786 4.08005 4.59707 4.0268 4.7739C4.01048 4.82812 4.00021 4.91136 4.00021 5.5C4.00021 6.05228 3.5525 6.5 3.00021 6.5C2.44793 6.5 2.00021 6.05228 2.00021 5.5C2.00021 5.46686 2.00016 5.43382 2.00011 5.40088C1.99942 4.97835 1.99876 4.57242 2.11175 4.19721C2.34579 3.42002 2.94972 2.7774 3.70006 2.4804C4.06179 2.33722 4.45438 2.29876 4.87503 2.25756C4.90602 2.25452 4.93716 2.25147 4.96846 2.24836C6.19023 2.12699 7.75884 2 9.00021 2C10.2416 2 11.8102 2.12699 13.032 2.24836C13.0633 2.25147 13.0944 2.25452 13.1254 2.25756C13.546 2.29876 13.9386 2.33722 14.3004 2.4804C15.0507 2.7774 15.6546 3.42002 15.8887 4.19721C16.0017 4.57242 16.001 4.97835 16.0003 5.40088C16.0003 5.43382 16.0002 5.46686 16.0002 5.5C16.0002 6.05228 15.5525 6.5 15.0002 6.5C14.4479 6.5 14.0002 6.05228 14.0002 5.5C14.0002 4.91136 13.99 4.82812 13.9736 4.7739C13.9204 4.59707 13.761 4.41786 13.5643 4.34003C13.4974 4.31354 13.407 4.29545 12.8343 4.23856C11.9553 4.15125 10.9307 4.06495 10.0002 4.02423V17H11.5716C12.1239 17 12.5716 17.4477 12.5716 18C12.5716 18.5523 12.1239 19 11.5716 19H6.42878C5.8765 19 5.42878 18.5523 5.42878 18C5.42878 17.4477 5.8765 17 6.42878 17H8.00021V4.02423Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0003 13.0338C15.4887 13.0638 14.9529 13.1102 14.4772 13.1574C14.2956 13.1754 14.1975 13.1855 14.1249 13.1966C14.0974 13.2008 14.0818 13.2041 14.0746 13.2057C14.0435 13.2203 14.0174 13.2512 14.0074 13.2703C14.0066 13.2784 14.0056 13.2909 14.0046 13.309C14.0006 13.3822 14.0003 13.4817 14.0003 13.6667C14.0003 14.219 13.5526 14.6667 13.0003 14.6667C12.448 14.6667 12.0003 14.219 12.0003 13.6667C12.0003 13.6427 12.0002 13.6182 12.0002 13.5933C11.9993 13.3235 11.9984 13.0023 12.0888 12.702C12.275 12.0838 12.7517 11.5782 13.3442 11.3437C13.6314 11.23 13.9403 11.2001 14.2093 11.1741C14.233 11.1718 14.2564 11.1695 14.2795 11.1672C15.0959 11.0861 16.1553 11 17.0003 11C17.8453 11 18.9047 11.0861 19.7211 11.1672C19.7442 11.1695 19.7676 11.1718 19.7913 11.1741C20.0603 11.2001 20.3692 11.23 20.6564 11.3437C21.2489 11.5782 21.7256 12.0838 21.9118 12.702C22.0022 13.0023 22.0013 13.3235 22.0005 13.5933C22.0004 13.6182 22.0003 13.6427 22.0003 13.6667C22.0003 14.219 21.5526 14.6667 21.0003 14.6667C20.448 14.6667 20.0003 14.219 20.0003 13.6667C20.0003 13.4817 20 13.3822 19.996 13.309C19.995 13.2909 19.994 13.2784 19.9932 13.2703C19.9832 13.2512 19.9571 13.2203 19.926 13.2057C19.9188 13.2041 19.9032 13.2008 19.8757 13.1966C19.8031 13.1855 19.705 13.1754 19.5234 13.1574C19.0477 13.1102 18.5119 13.0638 18.0003 13.0338V20H18.7146C19.2669 20 19.7146 20.4477 19.7146 21C19.7146 21.5523 19.2669 22 18.7146 22H15.286C14.7337 22 14.286 21.5523 14.286 21C14.286 20.4477 14.7337 20 15.286 20H16.0003V13.0338Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.00021 4.02423C7.06968 4.06495 6.04517 4.15125 5.16616 4.23856C4.59345 4.29545 4.50303 4.31354 4.43612 4.34003C4.23947 4.41786 4.08005 4.59707 4.0268 4.7739C4.01048 4.82812 4.00021 4.91136 4.00021 5.5C4.00021 6.05228 3.5525 6.5 3.00021 6.5C2.44793 6.5 2.00021 6.05228 2.00021 5.5C2.00021 5.46686 2.00016 5.43382 2.00011 5.40088C1.99942 4.97835 1.99876 4.57242 2.11175 4.19721C2.34579 3.42002 2.94972 2.7774 3.70006 2.4804C4.06179 2.33722 4.45438 2.29876 4.87503 2.25756C4.90602 2.25452 4.93716 2.25147 4.96846 2.24836C6.19023 2.12699 7.75884 2 9.00021 2C10.2416 2 11.8102 2.12699 13.032 2.24836C13.0633 2.25147 13.0944 2.25452 13.1254 2.25756C13.546 2.29876 13.9386 2.33722 14.3004 2.4804C15.0507 2.7774 15.6546 3.42002 15.8887 4.19721C16.0017 4.57242 16.001 4.97835 16.0003 5.40088C16.0003 5.43382 16.0002 5.46686 16.0002 5.5C16.0002 6.05228 15.5525 6.5 15.0002 6.5C14.4479 6.5 14.0002 6.05228 14.0002 5.5C14.0002 4.91136 13.99 4.82812 13.9736 4.7739C13.9204 4.59707 13.761 4.41786 13.5643 4.34003C13.4974 4.31354 13.407 4.29545 12.8343 4.23856C11.9553 4.15125 10.9307 4.06495 10.0002 4.02423V17H11.5716C12.1239 17 12.5716 17.4477 12.5716 18C12.5716 18.5523 12.1239 19 11.5716 19H6.42878C5.8765 19 5.42878 18.5523 5.42878 18C5.42878 17.4477 5.8765 17 6.42878 17H8.00021V4.02423Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0003 13.0338C15.4887 13.0638 14.9529 13.1102 14.4772 13.1574C14.2956 13.1754 14.1975 13.1855 14.1249 13.1966C14.0974 13.2008 14.0818 13.2041 14.0746 13.2057C14.0435 13.2203 14.0174 13.2512 14.0074 13.2703C14.0066 13.2784 14.0056 13.2909 14.0046 13.309C14.0006 13.3822 14.0003 13.4817 14.0003 13.6667C14.0003 14.219 13.5526 14.6667 13.0003 14.6667C12.448 14.6667 12.0003 14.219 12.0003 13.6667C12.0003 13.6427 12.0002 13.6182 12.0002 13.5933C11.9993 13.3235 11.9984 13.0023 12.0888 12.702C12.275 12.0838 12.7517 11.5782 13.3442 11.3437C13.6314 11.23 13.9403 11.2001 14.2093 11.1741C14.233 11.1718 14.2564 11.1695 14.2795 11.1672C15.0959 11.0861 16.1553 11 17.0003 11C17.8453 11 18.9047 11.0861 19.7211 11.1672C19.7442 11.1695 19.7676 11.1718 19.7913 11.1741C20.0603 11.2001 20.3692 11.23 20.6564 11.3437C21.2489 11.5782 21.7256 12.0838 21.9118 12.702C22.0022 13.0023 22.0013 13.3235 22.0005 13.5933C22.0004 13.6182 22.0003 13.6427 22.0003 13.6667C22.0003 14.219 21.5526 14.6667 21.0003 14.6667C20.448 14.6667 20.0003 14.219 20.0003 13.6667C20.0003 13.4817 20 13.3822 19.996 13.309C19.995 13.2909 19.994 13.2784 19.9932 13.2703C19.9832 13.2512 19.9571 13.2203 19.926 13.2057C19.9188 13.2041 19.9032 13.2008 19.8757 13.1966C19.8031 13.1855 19.705 13.1754 19.5234 13.1574C19.0477 13.1102 18.5119 13.0638 18.0003 13.0338V20H18.7146C19.2669 20 19.7146 20.4477 19.7146 21C19.7146 21.5523 19.2669 22 18.7146 22H15.286C14.7337 22 14.286 21.5523 14.286 21C14.286 20.4477 14.7337 20 15.286 20H16.0003V13.0338Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM10.6219 7.81117C9.90948 7.87477 9.21378 7.98712 8.53904 8.14428C8.25817 8.20969 8.10468 8.24647 7.99185 8.28604C7.80663 8.33922 7.76317 8.50948 7.76459 8.58796C7.75087 8.72447 7.75 8.90654 7.75 9.22222C7.75 9.63644 7.41422 9.97222 7 9.97222C6.58579 9.97222 6.25 9.63644 6.25 9.22222L6.25 9.19204C6.24997 8.91704 6.24995 8.65853 6.2721 8.43802C6.29686 8.19151 6.35299 7.93992 6.49574 7.69044C6.5853 7.53391 6.71237 7.37385 6.8445 7.25112C7.21145 6.91027 7.66773 6.80546 8.10314 6.70545C9.31826 6.42244 10.6879 6.25 12 6.25C13.3121 6.25 14.6817 6.42244 15.8969 6.70545C16.3323 6.80546 16.7886 6.91027 17.1555 7.25112C17.2876 7.37385 17.4147 7.53391 17.5043 7.69044C17.647 7.93992 17.7031 8.19151 17.7279 8.43802C17.7501 8.65852 17.75 8.91707 17.75 9.19205L17.75 9.22222C17.75 9.63644 17.4142 9.97222 17 9.97222C16.5858 9.97222 16.25 9.63644 16.25 9.22222C16.25 8.90654 16.2491 8.72447 16.2354 8.58796C16.2356 8.50916 16.1903 8.33845 16.0082 8.28604C15.8953 8.24647 15.7418 8.20969 15.461 8.14428C14.7862 7.98712 14.0905 7.87477 13.3781 7.81117C13.0894 7.78539 12.945 7.77251 12.8475 7.86171C12.75 7.95091 12.75 8.09982 12.75 8.39765V15.65C12.75 15.9328 12.75 16.0743 12.8379 16.1621C12.9257 16.25 13.0672 16.25 13.35 16.25H13.6667C14.0809 16.25 14.4167 16.5858 14.4167 17C14.4167 17.4142 14.0809 17.75 13.6667 17.75H10.3333C9.91912 17.75 9.58334 17.4142 9.58334 17C9.58334 16.5858 9.91912 16.25 10.3333 16.25H10.65C10.9328 16.25 11.0743 16.25 11.1621 16.1621C11.25 16.0743 11.25 15.9328 11.25 15.65V8.39765C11.25 8.09982 11.25 7.95091 11.1525 7.86171C11.055 7.77251 10.9106 7.78539 10.6219 7.81117Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H11.9428H12.0572ZM10.6219 7.81117C9.90948 7.87477 9.21378 7.98712 8.53904 8.14428C8.25817 8.20969 8.10468 8.24647 7.99185 8.28604C7.80663 8.33922 7.76317 8.50948 7.76459 8.58796C7.75087 8.72447 7.75 8.90654 7.75 9.22222C7.75 9.63644 7.41422 9.97222 7 9.97222C6.58579 9.97222 6.25 9.63644 6.25 9.22222L6.25 9.19204C6.24997 8.91704 6.24995 8.65853 6.2721 8.43802C6.29686 8.19151 6.35299 7.93992 6.49574 7.69044C6.5853 7.53391 6.71237 7.37385 6.8445 7.25112C7.21145 6.91027 7.66773 6.80546 8.10314 6.70545C9.31826 6.42244 10.6879 6.25 12 6.25C13.3121 6.25 14.6817 6.42244 15.8969 6.70545C16.3323 6.80546 16.7886 6.91027 17.1555 7.25112C17.2876 7.37385 17.4147 7.53391 17.5043 7.69044C17.647 7.93992 17.7031 8.19151 17.7279 8.43802C17.7501 8.65852 17.75 8.91707 17.75 9.19205L17.75 9.22222C17.75 9.63644 17.4142 9.97222 17 9.97222C16.5858 9.97222 16.25 9.63644 16.25 9.22222C16.25 8.90654 16.2491 8.72447 16.2354 8.58796C16.2356 8.50916 16.1903 8.33845 16.0082 8.28604C15.8953 8.24647 15.7418 8.20969 15.461 8.14428C14.7862 7.98712 14.0905 7.87477 13.3781 7.81117C13.0894 7.78539 12.945 7.77251 12.8475 7.86171C12.75 7.95091 12.75 8.09982 12.75 8.39765V15.65C12.75 15.9328 12.75 16.0743 12.8379 16.1621C12.9257 16.25 13.0672 16.25 13.35 16.25H13.6667C14.0809 16.25 14.4167 16.5858 14.4167 17C14.4167 17.4142 14.0809 17.75 13.6667 17.75H10.3333C9.91912 17.75 9.58334 17.4142 9.58334 17C9.58334 16.5858 9.91912 16.25 10.3333 16.25H10.65C10.9328 16.25 11.0743 16.25 11.1621 16.1621C11.25 16.0743 11.25 15.9328 11.25 15.65V8.39765C11.25 8.09982 11.25 7.95091 11.1525 7.86171C11.055 7.77251 10.9106 7.78539 10.6219 7.81117Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-subscript{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.50016 4.02187C8.36529 4.06724 7.09384 4.17658 6.01342 4.28698C5.35381 4.35437 5.22459 4.37712 5.12309 4.41844C4.85311 4.52836 4.62235 4.78389 4.54045 5.06365C4.50991 5.16796 4.50016 5.30827 4.50016 6C4.50016 6.55228 4.05245 7 3.50016 7C2.94788 7 2.50016 6.55228 2.50016 6C2.50016 5.96303 2.50012 5.92639 2.50008 5.89007C2.49949 5.37184 2.49897 4.91856 2.62102 4.50169C2.87429 3.63663 3.53411 2.90596 4.36895 2.56607C4.77109 2.40235 5.20933 2.35808 5.70703 2.30779C5.74112 2.30435 5.77548 2.30087 5.81013 2.29733C7.23474 2.15178 9.0591 2 10.5002 2C11.9412 2 13.7656 2.15178 15.1902 2.29733C15.2248 2.30087 15.2592 2.30435 15.2933 2.30779C15.791 2.35808 16.2292 2.40235 16.6314 2.56607C17.4662 2.90596 18.126 3.63663 18.3793 4.50169C18.5014 4.91856 18.5008 5.37184 18.5002 5.89007C18.5002 5.92639 18.5002 5.96303 18.5002 6C18.5002 6.55228 18.0524 7 17.5002 7C16.9479 7 16.5002 6.55228 16.5002 6C16.5002 5.30827 16.4904 5.16796 16.4599 5.06365C16.378 4.78389 16.1472 4.52836 15.8772 4.41844C15.7757 4.37712 15.6465 4.35437 14.9869 4.28698C13.9065 4.17658 12.635 4.06724 11.5002 4.02187V20H13.5002C14.0524 20 14.5002 20.4477 14.5002 21C14.5002 21.5523 14.0524 22 13.5002 22H7.50016C6.94788 22 6.50016 21.5523 6.50016 21C6.50016 20.4477 6.94788 20 7.50016 20H9.50016V4.02187Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5728 14.4535C21.1296 14.812 21.5002 15.4064 21.5002 16.1916L21.5002 16.2594V16.2594C21.5005 16.6522 21.5008 17.0859 21.424 17.452C21.3243 17.9276 21.0848 18.3647 20.6006 18.6751C20.0067 19.0559 19.2556 19.095 18.5199 19.1092L18.5002 19.1096V20H20.5002C21.0525 20 21.5002 20.4477 21.5002 21C21.5002 21.5523 21.0525 22 20.5002 22H18.5002L18.4612 22H18.4612C18.2609 22.0001 18.0243 22.0002 17.8211 21.9735C17.5779 21.9415 17.2379 21.8558 16.9471 21.5712C16.6534 21.2836 16.5619 20.9423 16.5278 20.6941C16.4999 20.4908 16.5001 20.2551 16.5002 20.0602L16.5002 20.021V19.0766C16.5002 18.7128 16.51 18.0459 17.0008 17.5774C17.2507 17.3387 17.5411 17.2319 17.7806 17.1789C18.0119 17.1278 18.257 17.1139 18.4812 17.1095C19.1314 17.097 19.3753 17.0488 19.4717 17.0144C19.4807 16.9608 19.4891 16.8789 19.4941 16.7516C19.5001 16.6009 19.5002 16.424 19.5002 16.1916C19.5002 16.1298 19.4977 16.1316 19.4939 16.1343L19.4901 16.1351C19.4178 16.0886 19.2418 16.0275 18.9339 16.0071C18.6461 15.988 18.3403 16.0101 18.094 16.0412C17.9739 16.0563 17.8746 16.0727 17.8072 16.0849C17.7737 16.091 17.7484 16.0959 17.7328 16.0991L17.7171 16.1024C17.1781 16.2219 16.6438 15.8821 16.524 15.3431C16.4042 14.804 16.7441 14.2698 17.2833 14.15L17.2859 14.1494L17.2897 14.1485L17.3006 14.1462L17.335 14.1391C17.3633 14.1333 17.4025 14.1256 17.451 14.1169C17.5477 14.0994 17.6828 14.0772 17.8439 14.0569C18.1601 14.017 18.6043 13.9808 19.0665 14.0115C19.5087 14.0409 20.0826 14.1379 20.5728 14.4535Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.50016 4.02187C8.36529 4.06724 7.09384 4.17658 6.01342 4.28698C5.35381 4.35437 5.22459 4.37712 5.12309 4.41844C4.85311 4.52836 4.62235 4.78389 4.54045 5.06365C4.50991 5.16796 4.50016 5.30827 4.50016 6C4.50016 6.55228 4.05245 7 3.50016 7C2.94788 7 2.50016 6.55228 2.50016 6C2.50016 5.96303 2.50012 5.92639 2.50008 5.89007C2.49949 5.37184 2.49897 4.91856 2.62102 4.50169C2.87429 3.63663 3.53411 2.90596 4.36895 2.56607C4.77109 2.40235 5.20933 2.35808 5.70703 2.30779C5.74112 2.30435 5.77548 2.30087 5.81013 2.29733C7.23474 2.15178 9.0591 2 10.5002 2C11.9412 2 13.7656 2.15178 15.1902 2.29733C15.2248 2.30087 15.2592 2.30435 15.2933 2.30779C15.791 2.35808 16.2292 2.40235 16.6314 2.56607C17.4662 2.90596 18.126 3.63663 18.3793 4.50169C18.5014 4.91856 18.5008 5.37184 18.5002 5.89007C18.5002 5.92639 18.5002 5.96303 18.5002 6C18.5002 6.55228 18.0524 7 17.5002 7C16.9479 7 16.5002 6.55228 16.5002 6C16.5002 5.30827 16.4904 5.16796 16.4599 5.06365C16.378 4.78389 16.1472 4.52836 15.8772 4.41844C15.7757 4.37712 15.6465 4.35437 14.9869 4.28698C13.9065 4.17658 12.635 4.06724 11.5002 4.02187V20H13.5002C14.0524 20 14.5002 20.4477 14.5002 21C14.5002 21.5523 14.0524 22 13.5002 22H7.50016C6.94788 22 6.50016 21.5523 6.50016 21C6.50016 20.4477 6.94788 20 7.50016 20H9.50016V4.02187Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5728 14.4535C21.1296 14.812 21.5002 15.4064 21.5002 16.1916L21.5002 16.2594V16.2594C21.5005 16.6522 21.5008 17.0859 21.424 17.452C21.3243 17.9276 21.0848 18.3647 20.6006 18.6751C20.0067 19.0559 19.2556 19.095 18.5199 19.1092L18.5002 19.1096V20H20.5002C21.0525 20 21.5002 20.4477 21.5002 21C21.5002 21.5523 21.0525 22 20.5002 22H18.5002L18.4612 22H18.4612C18.2609 22.0001 18.0243 22.0002 17.8211 21.9735C17.5779 21.9415 17.2379 21.8558 16.9471 21.5712C16.6534 21.2836 16.5619 20.9423 16.5278 20.6941C16.4999 20.4908 16.5001 20.2551 16.5002 20.0602L16.5002 20.021V19.0766C16.5002 18.7128 16.51 18.0459 17.0008 17.5774C17.2507 17.3387 17.5411 17.2319 17.7806 17.1789C18.0119 17.1278 18.257 17.1139 18.4812 17.1095C19.1314 17.097 19.3753 17.0488 19.4717 17.0144C19.4807 16.9608 19.4891 16.8789 19.4941 16.7516C19.5001 16.6009 19.5002 16.424 19.5002 16.1916C19.5002 16.1298 19.4977 16.1316 19.4939 16.1343L19.4901 16.1351C19.4178 16.0886 19.2418 16.0275 18.9339 16.0071C18.6461 15.988 18.3403 16.0101 18.094 16.0412C17.9739 16.0563 17.8746 16.0727 17.8072 16.0849C17.7737 16.091 17.7484 16.0959 17.7328 16.0991L17.7171 16.1024C17.1781 16.2219 16.6438 15.8821 16.524 15.3431C16.4042 14.804 16.7441 14.2698 17.2833 14.15L17.2859 14.1494L17.2897 14.1485L17.3006 14.1462L17.335 14.1391C17.3633 14.1333 17.4025 14.1256 17.451 14.1169C17.5477 14.0994 17.6828 14.0772 17.8439 14.0569C18.1601 14.017 18.6043 13.9808 19.0665 14.0115C19.5087 14.0409 20.0826 14.1379 20.5728 14.4535Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-superscript{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.00016 4.02187C6.86529 4.06724 5.59384 4.17658 4.51342 4.28698C3.85381 4.35437 3.72459 4.37712 3.62309 4.41844C3.35311 4.52836 3.12235 4.78389 3.04045 5.06365C3.00991 5.16796 3.00016 5.30827 3.00016 6C3.00016 6.55228 2.55245 7 2.00016 7C1.44788 7 1.00016 6.55228 1.00016 6C1.00016 5.96303 1.00012 5.92639 1.00008 5.89007C0.99949 5.37184 0.998973 4.91856 1.12102 4.50169C1.37429 3.63663 2.03411 2.90596 2.86895 2.56607C3.27109 2.40235 3.70933 2.35808 4.20703 2.30779C4.24112 2.30435 4.27548 2.30087 4.31013 2.29733C5.73474 2.15178 7.5591 2 9.00016 2C10.4412 2 12.2656 2.15178 13.6902 2.29733C13.7248 2.30087 13.7592 2.30435 13.7933 2.30779C14.291 2.35808 14.7292 2.40235 15.1314 2.56607C15.9662 2.90596 16.626 3.63663 16.8793 4.50169C17.0014 4.91856 17.0008 5.37184 17.0002 5.89007C17.0002 5.92639 17.0002 5.96303 17.0002 6C17.0002 6.55228 16.5524 7 16.0002 7C15.4479 7 15.0002 6.55228 15.0002 6C15.0002 5.30827 14.9904 5.16796 14.9599 5.06365C14.878 4.78389 14.6472 4.52836 14.3772 4.41844C14.2757 4.37712 14.1465 4.35437 13.4869 4.28698C12.4065 4.17658 11.135 4.06724 10.0002 4.02187V20H12.0002C12.5524 20 13.0002 20.4477 13.0002 21C13.0002 21.5523 12.5524 22 12.0002 22H6.00016C5.44788 22 5.00016 21.5523 5.00016 21C5.00016 20.4477 5.44788 20 6.00016 20H8.00016V4.02187Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.0728 5.45353C22.6296 5.81201 23.0002 6.40638 23.0002 7.19156L23.0002 7.25942C23.0005 7.65215 23.0008 8.08586 22.924 8.45203C22.8243 8.9276 22.5848 9.36465 22.1006 9.6751C21.5067 10.0559 20.7556 10.095 20.0199 10.1092L20.0002 10.1096V11H22.0002C22.5525 11 23.0002 11.4477 23.0002 12C23.0002 12.5523 22.5525 13 22.0002 13L19.9612 13C19.7609 13.0001 19.5243 13.0002 19.3211 12.9735C19.0779 12.9415 18.7379 12.8558 18.4471 12.5712C18.1534 12.2836 18.0619 11.9423 18.0278 11.6941C17.9999 11.4908 18.0001 11.2551 18.0002 11.0602L18.0002 10.0766C18.0002 9.71279 18.01 9.04587 18.5008 8.57735C18.7507 8.33871 19.0411 8.23191 19.2806 8.17894C19.5119 8.12781 19.757 8.11388 19.9812 8.10955C20.6314 8.09698 20.8753 8.04884 20.9717 8.01441C20.9807 7.96081 20.9891 7.87892 20.9941 7.75164C21.0001 7.60094 21.0002 7.42402 21.0002 7.19156C21.0002 7.12978 20.9977 7.1316 20.9939 7.13427L20.9901 7.13514C20.9178 7.08859 20.7418 7.02754 20.4339 7.00709C20.1461 6.98797 19.7338 6.95657 19.2151 7.10278L19.2171 7.10235C18.6781 7.22186 18.1438 6.88206 18.024 6.34309C17.9042 5.80396 18.2441 5.26978 18.7833 5.14996C18.8868 5.12805 19.1439 5.07876 19.3439 5.05687C19.6601 5.01703 20.1043 4.98078 20.5665 5.01149C21.0087 5.04087 21.5826 5.13792 22.0728 5.45353Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.00016 4.02187C6.86529 4.06724 5.59384 4.17658 4.51342 4.28698C3.85381 4.35437 3.72459 4.37712 3.62309 4.41844C3.35311 4.52836 3.12235 4.78389 3.04045 5.06365C3.00991 5.16796 3.00016 5.30827 3.00016 6C3.00016 6.55228 2.55245 7 2.00016 7C1.44788 7 1.00016 6.55228 1.00016 6C1.00016 5.96303 1.00012 5.92639 1.00008 5.89007C0.99949 5.37184 0.998973 4.91856 1.12102 4.50169C1.37429 3.63663 2.03411 2.90596 2.86895 2.56607C3.27109 2.40235 3.70933 2.35808 4.20703 2.30779C4.24112 2.30435 4.27548 2.30087 4.31013 2.29733C5.73474 2.15178 7.5591 2 9.00016 2C10.4412 2 12.2656 2.15178 13.6902 2.29733C13.7248 2.30087 13.7592 2.30435 13.7933 2.30779C14.291 2.35808 14.7292 2.40235 15.1314 2.56607C15.9662 2.90596 16.626 3.63663 16.8793 4.50169C17.0014 4.91856 17.0008 5.37184 17.0002 5.89007C17.0002 5.92639 17.0002 5.96303 17.0002 6C17.0002 6.55228 16.5524 7 16.0002 7C15.4479 7 15.0002 6.55228 15.0002 6C15.0002 5.30827 14.9904 5.16796 14.9599 5.06365C14.878 4.78389 14.6472 4.52836 14.3772 4.41844C14.2757 4.37712 14.1465 4.35437 13.4869 4.28698C12.4065 4.17658 11.135 4.06724 10.0002 4.02187V20H12.0002C12.5524 20 13.0002 20.4477 13.0002 21C13.0002 21.5523 12.5524 22 12.0002 22H6.00016C5.44788 22 5.00016 21.5523 5.00016 21C5.00016 20.4477 5.44788 20 6.00016 20H8.00016V4.02187Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.0728 5.45353C22.6296 5.81201 23.0002 6.40638 23.0002 7.19156L23.0002 7.25942C23.0005 7.65215 23.0008 8.08586 22.924 8.45203C22.8243 8.9276 22.5848 9.36465 22.1006 9.6751C21.5067 10.0559 20.7556 10.095 20.0199 10.1092L20.0002 10.1096V11H22.0002C22.5525 11 23.0002 11.4477 23.0002 12C23.0002 12.5523 22.5525 13 22.0002 13L19.9612 13C19.7609 13.0001 19.5243 13.0002 19.3211 12.9735C19.0779 12.9415 18.7379 12.8558 18.4471 12.5712C18.1534 12.2836 18.0619 11.9423 18.0278 11.6941C17.9999 11.4908 18.0001 11.2551 18.0002 11.0602L18.0002 10.0766C18.0002 9.71279 18.01 9.04587 18.5008 8.57735C18.7507 8.33871 19.0411 8.23191 19.2806 8.17894C19.5119 8.12781 19.757 8.11388 19.9812 8.10955C20.6314 8.09698 20.8753 8.04884 20.9717 8.01441C20.9807 7.96081 20.9891 7.87892 20.9941 7.75164C21.0001 7.60094 21.0002 7.42402 21.0002 7.19156C21.0002 7.12978 20.9977 7.1316 20.9939 7.13427L20.9901 7.13514C20.9178 7.08859 20.7418 7.02754 20.4339 7.00709C20.1461 6.98797 19.7338 6.95657 19.2151 7.10278L19.2171 7.10235C18.6781 7.22186 18.1438 6.88206 18.024 6.34309C17.9042 5.80396 18.2441 5.26978 18.7833 5.14996C18.8868 5.12805 19.1439 5.07876 19.3439 5.05687C19.6601 5.01703 20.1043 4.98078 20.5665 5.01149C21.0087 5.04087 21.5826 5.13792 22.0728 5.45353Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-tracking{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.2829 16.303C19.6679 15.907 20.301 15.898 20.697 16.2829C20.7512 16.3357 20.8766 16.4371 21.1009 16.6132L21.1494 16.6513C21.3423 16.8027 21.5753 16.9856 21.7982 17.1745C22.0358 17.3758 22.2968 17.6128 22.5057 17.8581C22.6105 17.9811 22.7225 18.1297 22.8123 18.2975C22.8979 18.4574 23 18.7023 23 19C23 19.2977 22.8979 19.5426 22.8123 19.7025C22.7225 19.8703 22.6105 20.0189 22.5057 20.1419C22.2968 20.3872 22.0358 20.6242 21.7982 20.8255C21.5753 21.0144 21.3423 21.1973 21.1494 21.3487L21.1009 21.3868C20.8766 21.5629 20.7512 21.6644 20.697 21.7171C20.301 22.102 19.6679 22.093 19.2829 21.697C19.0944 21.503 19.0003 21.2522 19 21.0015V20.6C19 20.3172 19 20.1757 18.9121 20.0879C18.8243 20 18.6828 20 18.4 20H5.6C5.31716 20 5.17574 20 5.08787 20.0879C5 20.1757 5 20.3172 5 20.6V20.999C5.00027 21.2505 4.90624 21.5024 4.71708 21.697C4.33215 22.093 3.69904 22.102 3.30301 21.7171C3.24876 21.6644 3.12339 21.5629 2.89913 21.3868L2.85061 21.3487C2.65771 21.1973 2.42474 21.0144 2.20182 20.8255C1.96422 20.6242 1.70321 20.3872 1.49431 20.1419C1.38951 20.0189 1.27748 19.8703 1.18766 19.7025C1.10207 19.5426 1 19.2977 1 19C1 18.7023 1.10207 18.4574 1.18766 18.2975C1.27748 18.1297 1.38951 17.9811 1.49431 17.8581C1.70321 17.6128 1.96422 17.3758 2.20182 17.1745C2.42473 16.9856 2.6577 16.8027 2.8506 16.6513L2.89913 16.6132C3.12339 16.4371 3.24876 16.3357 3.30301 16.2829C3.69904 15.898 4.33215 15.907 4.71708 16.303C4.90569 16.4971 4.99973 16.748 5 16.9988V17.4C5 17.6828 5 17.8243 5.08787 17.9121C5.17574 18 5.31716 18 5.6 18H18.4C18.6828 18 18.8243 18 18.9121 17.9121C19 17.8243 19 17.6828 19 17.4V16.9988C19.0003 16.748 19.0943 16.4971 19.2829 16.303Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5003 2.00015L17.4731 2.00008C17.379 1.99975 17.2262 1.9992 17.0765 2.02572C16.5183 2.12461 16.0768 2.49031 15.8347 2.95381C15.7699 3.07796 15.7228 3.21316 15.6874 3.3147L15.6773 3.34367L12.0566 13.6693C11.8739 14.1904 12.1482 14.7611 12.6694 14.9438C13.1905 15.1266 13.7612 14.8522 13.9439 14.331L15.6379 9.50015L19.3627 9.50015L21.0566 14.331C21.2394 14.8522 21.81 15.1266 22.3312 14.9438C22.8523 14.7611 23.1267 14.1904 22.9439 13.6693L19.3233 3.34367L19.3132 3.3147C19.2778 3.21316 19.2307 3.07796 19.1658 2.95381C18.9238 2.49031 18.4823 2.12461 17.924 2.02572C17.7744 1.9992 17.6215 1.99975 17.5275 2.00008L17.5003 2.00015ZM17.5003 4.18896L18.6613 7.5002H16.3392L17.5003 4.18896Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.50028 14.9999L6.47308 14.9999C6.37904 15.0003 6.22619 15.0008 6.07649 14.9743C5.51826 14.8754 5.07678 14.5097 4.83471 14.0462C4.76987 13.922 4.72276 13.7868 4.68738 13.6853L4.67726 13.6563L1.05661 3.33075C0.873856 2.80958 1.1482 2.23893 1.66938 2.05618C2.19055 1.87344 2.76119 2.14778 2.94394 2.66896L6.50026 12.811L10.0566 2.66895C10.2394 2.14778 10.81 1.87343 11.3312 2.05618C11.8523 2.23893 12.1267 2.80957 11.9439 3.33075L8.32328 13.6563L8.31316 13.6853C8.27778 13.7868 8.23068 13.922 8.16584 14.0462C7.92376 14.5097 7.48227 14.8754 6.92405 14.9743C6.77436 15.0008 6.62151 15.0003 6.52747 14.9999L6.50028 14.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.2829 16.303C19.6679 15.907 20.301 15.898 20.697 16.2829C20.7512 16.3357 20.8766 16.4371 21.1009 16.6132L21.1494 16.6513C21.3423 16.8027 21.5753 16.9856 21.7982 17.1745C22.0358 17.3758 22.2968 17.6128 22.5057 17.8581C22.6105 17.9811 22.7225 18.1297 22.8123 18.2975C22.8979 18.4574 23 18.7023 23 19C23 19.2977 22.8979 19.5426 22.8123 19.7025C22.7225 19.8703 22.6105 20.0189 22.5057 20.1419C22.2968 20.3872 22.0358 20.6242 21.7982 20.8255C21.5753 21.0144 21.3423 21.1973 21.1494 21.3487L21.1009 21.3868C20.8766 21.5629 20.7512 21.6644 20.697 21.7171C20.301 22.102 19.6679 22.093 19.2829 21.697C19.0944 21.503 19.0003 21.2522 19 21.0015V20.6C19 20.3172 19 20.1757 18.9121 20.0879C18.8243 20 18.6828 20 18.4 20H5.6C5.31716 20 5.17574 20 5.08787 20.0879C5 20.1757 5 20.3172 5 20.6V20.999C5.00027 21.2505 4.90624 21.5024 4.71708 21.697C4.33215 22.093 3.69904 22.102 3.30301 21.7171C3.24876 21.6644 3.12339 21.5629 2.89913 21.3868L2.85061 21.3487C2.65771 21.1973 2.42474 21.0144 2.20182 20.8255C1.96422 20.6242 1.70321 20.3872 1.49431 20.1419C1.38951 20.0189 1.27748 19.8703 1.18766 19.7025C1.10207 19.5426 1 19.2977 1 19C1 18.7023 1.10207 18.4574 1.18766 18.2975C1.27748 18.1297 1.38951 17.9811 1.49431 17.8581C1.70321 17.6128 1.96422 17.3758 2.20182 17.1745C2.42473 16.9856 2.6577 16.8027 2.8506 16.6513L2.89913 16.6132C3.12339 16.4371 3.24876 16.3357 3.30301 16.2829C3.69904 15.898 4.33215 15.907 4.71708 16.303C4.90569 16.4971 4.99973 16.748 5 16.9988V17.4C5 17.6828 5 17.8243 5.08787 17.9121C5.17574 18 5.31716 18 5.6 18H18.4C18.6828 18 18.8243 18 18.9121 17.9121C19 17.8243 19 17.6828 19 17.4V16.9988C19.0003 16.748 19.0943 16.4971 19.2829 16.303Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5003 2.00015L17.4731 2.00008C17.379 1.99975 17.2262 1.9992 17.0765 2.02572C16.5183 2.12461 16.0768 2.49031 15.8347 2.95381C15.7699 3.07796 15.7228 3.21316 15.6874 3.3147L15.6773 3.34367L12.0566 13.6693C11.8739 14.1904 12.1482 14.7611 12.6694 14.9438C13.1905 15.1266 13.7612 14.8522 13.9439 14.331L15.6379 9.50015L19.3627 9.50015L21.0566 14.331C21.2394 14.8522 21.81 15.1266 22.3312 14.9438C22.8523 14.7611 23.1267 14.1904 22.9439 13.6693L19.3233 3.34367L19.3132 3.3147C19.2778 3.21316 19.2307 3.07796 19.1658 2.95381C18.9238 2.49031 18.4823 2.12461 17.924 2.02572C17.7744 1.9992 17.6215 1.99975 17.5275 2.00008L17.5003 2.00015ZM17.5003 4.18896L18.6613 7.5002H16.3392L17.5003 4.18896Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.50028 14.9999L6.47308 14.9999C6.37904 15.0003 6.22619 15.0008 6.07649 14.9743C5.51826 14.8754 5.07678 14.5097 4.83471 14.0462C4.76987 13.922 4.72276 13.7868 4.68738 13.6853L4.67726 13.6563L1.05661 3.33075C0.873856 2.80958 1.1482 2.23893 1.66938 2.05618C2.19055 1.87344 2.76119 2.14778 2.94394 2.66896L6.50026 12.811L10.0566 2.66895C10.2394 2.14778 10.81 1.87343 11.3312 2.05618C11.8523 2.23893 12.1267 2.80957 11.9439 3.33075L8.32328 13.6563L8.31316 13.6853C8.27778 13.7868 8.23068 13.922 8.16584 14.0462C7.92376 14.5097 7.48227 14.8754 6.92405 14.9743C6.77436 15.0008 6.62151 15.0003 6.52747 14.9999L6.50028 14.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-underline{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 2C6.05228 2 6.5 2.44772 6.5 3V10.5C6.5 13.5376 8.96243 16 12 16C15.0376 16 17.5 13.5376 17.5 10.5V3C17.5 2.44772 17.9477 2 18.5 2C19.0523 2 19.5 2.44772 19.5 3V10.5C19.5 14.6421 16.1421 18 12 18C7.85786 18 4.5 14.6421 4.5 10.5V3C4.5 2.44772 4.94772 2 5.5 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 2C6.05228 2 6.5 2.44772 6.5 3V10.5C6.5 13.5376 8.96243 16 12 16C15.0376 16 17.5 13.5376 17.5 10.5V3C17.5 2.44772 17.9477 2 18.5 2C19.0523 2 19.5 2.44772 19.5 3V10.5C19.5 14.6421 16.1421 18 12 18C7.85786 18 4.5 14.6421 4.5 10.5V3C4.5 2.44772 4.94772 2 5.5 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-variable-front{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.00009 4.17324C4.50436 4.21461 3.98341 4.27768 3.5159 4.3427C3.42812 4.35491 3.36086 4.36428 3.30279 4.37322C3.24605 4.38194 3.20949 4.38855 3.18427 4.39391C3.17204 4.40563 3.15276 4.42671 3.12989 4.46118C3.08666 4.52635 3.04641 4.61654 3.02377 4.72181C3.00555 4.8065 3.00009 4.9218 3.00009 5.45833C3.00009 6.01062 2.55238 6.45833 2.00009 6.45833C1.44781 6.45833 1.00009 6.01062 1.00009 5.45833C1.00009 5.42968 1.00007 5.4013 1.00004 5.37321C0.999716 4.96941 0.999433 4.62229 1.06849 4.30123C1.20785 3.65334 1.59574 2.98316 2.22731 2.63318C2.54918 2.45482 2.90352 2.40717 3.16939 2.37142C3.19384 2.36813 3.21755 2.36494 3.24041 2.36176C4.05866 2.24797 5.13428 2.125 6.00009 2.125C6.8659 2.125 7.94153 2.24797 8.75977 2.36176C8.78264 2.36494 8.80634 2.36813 8.83079 2.37142C9.09666 2.40717 9.451 2.45482 9.77287 2.63318C10.4044 2.98316 10.7923 3.65334 10.9317 4.30123C11.0007 4.62229 11.0005 4.96941 11.0001 5.37319C11.0001 5.4013 11.0001 5.42967 11.0001 5.45833C11.0001 6.01062 10.5524 6.45833 10.0001 6.45833C9.44781 6.45833 9.00009 6.01062 9.00009 5.45833C9.00009 4.92179 8.99463 4.8065 8.97641 4.72181C8.95377 4.61654 8.91353 4.52635 8.87029 4.46118C8.84742 4.42671 8.82814 4.40563 8.81591 4.39391C8.7907 4.38855 8.75413 4.38194 8.6974 4.37322C8.63932 4.36428 8.57206 4.35491 8.48428 4.3427C8.01677 4.27768 7.49582 4.21461 7.00009 4.17324V14.125H7.50009C8.05238 14.125 8.50009 14.5727 8.50009 15.125C8.50009 15.6773 8.05238 16.125 7.50009 16.125H4.50009C3.94781 16.125 3.50009 15.6773 3.50009 15.125C3.50009 14.5727 3.94781 14.125 4.50009 14.125H5.00009V4.17324Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0001 4.17324C16.5044 4.21461 15.9834 4.27768 15.5159 4.3427C15.4281 4.35491 15.3609 4.36428 15.3028 4.37322C15.2461 4.38194 15.2095 4.38855 15.1843 4.39391C15.172 4.40563 15.1528 4.42671 15.1299 4.46118C15.0867 4.52635 15.0464 4.61654 15.0238 4.72181C15.0056 4.8065 15.0001 4.9218 15.0001 5.45833C15.0001 6.01062 14.5524 6.45833 14.0001 6.45833C13.4478 6.45833 13.0001 6.01062 13.0001 5.45833C13.0001 5.42968 13.0001 5.4013 13 5.37321C12.9997 4.96941 12.9994 4.62229 13.0685 4.30123C13.2079 3.65334 13.5957 2.98316 14.2273 2.63318C14.5492 2.45482 14.9035 2.40717 15.1694 2.37142C15.1938 2.36813 15.2175 2.36494 15.2404 2.36176C16.0587 2.24797 17.1343 2.125 18.0001 2.125C18.8659 2.125 19.9415 2.24797 20.7598 2.36176C20.7826 2.36494 20.8063 2.36813 20.8308 2.37142C21.0967 2.40717 21.451 2.45482 21.7729 2.63318C22.4044 2.98316 22.7923 3.65334 22.9317 4.30123C23.0007 4.62229 23.0005 4.96941 23.0001 5.37319C23.0001 5.4013 23.0001 5.42967 23.0001 5.45833C23.0001 6.01062 22.5524 6.45833 22.0001 6.45833C21.4478 6.45833 21.0001 6.01062 21.0001 5.45833C21.0001 4.92179 20.9946 4.8065 20.9764 4.72181C20.9538 4.61654 20.9135 4.52635 20.8703 4.46118C20.8474 4.42671 20.8281 4.40563 20.8159 4.39391C20.7907 4.38855 20.7541 4.38194 20.6974 4.37322C20.6393 4.36428 20.5721 4.35491 20.4843 4.3427C20.0168 4.27768 19.4958 4.21461 19.0001 4.17324V14.125H19.5001C20.0524 14.125 20.5001 14.5727 20.5001 15.125C20.5001 15.6773 20.0524 16.125 19.5001 16.125H16.5001C15.9478 16.125 15.5001 15.6773 15.5001 15.125C15.5001 14.5727 15.9478 14.125 16.5001 14.125H17.0001V4.17324Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 19.125C1 18.5727 1.44772 18.125 2 18.125H10C10.5523 18.125 11 18.5727 11 19.125C11 19.6773 10.5523 20.125 10 20.125H2C1.44772 20.125 1 19.6773 1 19.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 19.125C13 18.5727 13.4477 18.125 14 18.125L22 18.125C22.5523 18.125 23 18.5727 23 19.125C23 19.6773 22.5523 20.125 22 20.125L14 20.125C13.4477 20.125 13 19.6773 13 19.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.25 19.125C9.25 17.6062 10.4812 16.375 12 16.375C13.5188 16.375 14.75 17.6062 14.75 19.125C14.75 20.6438 13.5188 21.875 12 21.875C10.4812 21.875 9.25 20.6438 9.25 19.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.00009 4.17324C4.50436 4.21461 3.98341 4.27768 3.5159 4.3427C3.42812 4.35491 3.36086 4.36428 3.30279 4.37322C3.24605 4.38194 3.20949 4.38855 3.18427 4.39391C3.17204 4.40563 3.15276 4.42671 3.12989 4.46118C3.08666 4.52635 3.04641 4.61654 3.02377 4.72181C3.00555 4.8065 3.00009 4.9218 3.00009 5.45833C3.00009 6.01062 2.55238 6.45833 2.00009 6.45833C1.44781 6.45833 1.00009 6.01062 1.00009 5.45833C1.00009 5.42968 1.00007 5.4013 1.00004 5.37321C0.999716 4.96941 0.999433 4.62229 1.06849 4.30123C1.20785 3.65334 1.59574 2.98316 2.22731 2.63318C2.54918 2.45482 2.90352 2.40717 3.16939 2.37142C3.19384 2.36813 3.21755 2.36494 3.24041 2.36176C4.05866 2.24797 5.13428 2.125 6.00009 2.125C6.8659 2.125 7.94153 2.24797 8.75977 2.36176C8.78264 2.36494 8.80634 2.36813 8.83079 2.37142C9.09666 2.40717 9.451 2.45482 9.77287 2.63318C10.4044 2.98316 10.7923 3.65334 10.9317 4.30123C11.0007 4.62229 11.0005 4.96941 11.0001 5.37319C11.0001 5.4013 11.0001 5.42967 11.0001 5.45833C11.0001 6.01062 10.5524 6.45833 10.0001 6.45833C9.44781 6.45833 9.00009 6.01062 9.00009 5.45833C9.00009 4.92179 8.99463 4.8065 8.97641 4.72181C8.95377 4.61654 8.91353 4.52635 8.87029 4.46118C8.84742 4.42671 8.82814 4.40563 8.81591 4.39391C8.7907 4.38855 8.75413 4.38194 8.6974 4.37322C8.63932 4.36428 8.57206 4.35491 8.48428 4.3427C8.01677 4.27768 7.49582 4.21461 7.00009 4.17324V14.125H7.50009C8.05238 14.125 8.50009 14.5727 8.50009 15.125C8.50009 15.6773 8.05238 16.125 7.50009 16.125H4.50009C3.94781 16.125 3.50009 15.6773 3.50009 15.125C3.50009 14.5727 3.94781 14.125 4.50009 14.125H5.00009V4.17324Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0001 4.17324C16.5044 4.21461 15.9834 4.27768 15.5159 4.3427C15.4281 4.35491 15.3609 4.36428 15.3028 4.37322C15.2461 4.38194 15.2095 4.38855 15.1843 4.39391C15.172 4.40563 15.1528 4.42671 15.1299 4.46118C15.0867 4.52635 15.0464 4.61654 15.0238 4.72181C15.0056 4.8065 15.0001 4.9218 15.0001 5.45833C15.0001 6.01062 14.5524 6.45833 14.0001 6.45833C13.4478 6.45833 13.0001 6.01062 13.0001 5.45833C13.0001 5.42968 13.0001 5.4013 13 5.37321C12.9997 4.96941 12.9994 4.62229 13.0685 4.30123C13.2079 3.65334 13.5957 2.98316 14.2273 2.63318C14.5492 2.45482 14.9035 2.40717 15.1694 2.37142C15.1938 2.36813 15.2175 2.36494 15.2404 2.36176C16.0587 2.24797 17.1343 2.125 18.0001 2.125C18.8659 2.125 19.9415 2.24797 20.7598 2.36176C20.7826 2.36494 20.8063 2.36813 20.8308 2.37142C21.0967 2.40717 21.451 2.45482 21.7729 2.63318C22.4044 2.98316 22.7923 3.65334 22.9317 4.30123C23.0007 4.62229 23.0005 4.96941 23.0001 5.37319C23.0001 5.4013 23.0001 5.42967 23.0001 5.45833C23.0001 6.01062 22.5524 6.45833 22.0001 6.45833C21.4478 6.45833 21.0001 6.01062 21.0001 5.45833C21.0001 4.92179 20.9946 4.8065 20.9764 4.72181C20.9538 4.61654 20.9135 4.52635 20.8703 4.46118C20.8474 4.42671 20.8281 4.40563 20.8159 4.39391C20.7907 4.38855 20.7541 4.38194 20.6974 4.37322C20.6393 4.36428 20.5721 4.35491 20.4843 4.3427C20.0168 4.27768 19.4958 4.21461 19.0001 4.17324V14.125H19.5001C20.0524 14.125 20.5001 14.5727 20.5001 15.125C20.5001 15.6773 20.0524 16.125 19.5001 16.125H16.5001C15.9478 16.125 15.5001 15.6773 15.5001 15.125C15.5001 14.5727 15.9478 14.125 16.5001 14.125H17.0001V4.17324Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 19.125C1 18.5727 1.44772 18.125 2 18.125H10C10.5523 18.125 11 18.5727 11 19.125C11 19.6773 10.5523 20.125 10 20.125H2C1.44772 20.125 1 19.6773 1 19.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 19.125C13 18.5727 13.4477 18.125 14 18.125L22 18.125C22.5523 18.125 23 18.5727 23 19.125C23 19.6773 22.5523 20.125 22 20.125L14 20.125C13.4477 20.125 13 19.6773 13 19.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.25 19.125C9.25 17.6062 10.4812 16.375 12 16.375C13.5188 16.375 14.75 17.6062 14.75 19.125C14.75 20.6438 13.5188 21.875 12 21.875C10.4812 21.875 9.25 20.6438 9.25 19.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-vertical-alignment{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 4C11.5 3.44772 11.9477 3 12.5 3L21.5 3C22.0523 3 22.5 3.44772 22.5 4C22.5 4.55229 22.0523 5 21.5 5L12.5 5C11.9477 5 11.5 4.55228 11.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 8C11.5 7.44772 11.9477 7 12.5 7L21.5 7C22.0523 7 22.5 7.44772 22.5 8C22.5 8.55229 22.0523 9 21.5 9L12.5 9C11.9477 9 11.5 8.55228 11.5 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 12C1.5 11.4477 1.94772 11 2.5 11H21.5C22.0523 11 22.5 11.4477 22.5 12C22.5 12.5523 22.0523 13 21.5 13H2.5C1.94772 13 1.5 12.5523 1.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 20C11.5 19.4477 11.9477 19 12.5 19L21.5 19C22.0523 19 22.5 19.4477 22.5 20C22.5 20.5523 22.0523 21 21.5 21L12.5 21C11.9477 21 11.5 20.5523 11.5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 16C11.5 15.4477 11.9477 15 12.5 15L21.5 15C22.0523 15 22.5 15.4477 22.5 16C22.5 16.5523 22.0523 17 21.5 17L12.5 17C11.9477 17 11.5 16.5523 11.5 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5003 1.5C5.26201 1.5 4.98801 1.55952 4.73302 1.69075C4.46592 1.82822 4.16625 2.0742 3.99493 2.47394L1.58111 8.10608C1.36356 8.6137 1.5987 9.20158 2.10633 9.41914C2.61396 9.6367 3.20184 9.40155 3.4194 8.89393L4.03568 7.45597H5.48236C5.48833 7.45607 5.49431 7.45612 5.50031 7.45612H6.96491L7.58117 8.89408C7.79873 9.40171 8.38661 9.63686 8.89424 9.4193C9.40187 9.20175 9.63702 8.61387 9.41946 8.10624L7.00569 2.4741C6.66224 1.67271 5.89111 1.50654 5.52536 1.50031C5.51703 1.5001 5.50868 1.5 5.5003 1.5ZM5.50027 4.03864L4.89284 5.45597H5.50029C5.50628 5.45597 5.51226 5.45602 5.51822 5.45612H6.10777L5.50027 4.03864Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5003 14.5C5.26201 14.5 4.98801 14.5595 4.73302 14.6908C4.46592 14.8282 4.16625 15.0742 3.99493 15.4739L1.58111 21.1061C1.36356 21.6137 1.5987 22.2016 2.10633 22.4191C2.61396 22.6367 3.20184 22.4016 3.4194 21.8939L4.03568 20.456H5.48236C5.48833 20.4561 5.49431 20.4561 5.50031 20.4561H6.96491L7.58117 21.8941C7.79873 22.4017 8.38661 22.6369 8.89424 22.4193C9.40187 22.2017 9.63702 21.6139 9.41946 21.1062L7.00569 15.4741C6.66224 14.6727 5.89111 14.5065 5.52536 14.5003C5.51703 14.5001 5.50868 14.5 5.5003 14.5ZM5.50027 17.0386L4.89284 18.456H5.50029C5.50628 18.456 5.51226 18.456 5.51822 18.4561H6.10777L5.50027 17.0386Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 4C11.5 3.44772 11.9477 3 12.5 3L21.5 3C22.0523 3 22.5 3.44772 22.5 4C22.5 4.55229 22.0523 5 21.5 5L12.5 5C11.9477 5 11.5 4.55228 11.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 8C11.5 7.44772 11.9477 7 12.5 7L21.5 7C22.0523 7 22.5 7.44772 22.5 8C22.5 8.55229 22.0523 9 21.5 9L12.5 9C11.9477 9 11.5 8.55228 11.5 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 12C1.5 11.4477 1.94772 11 2.5 11H21.5C22.0523 11 22.5 11.4477 22.5 12C22.5 12.5523 22.0523 13 21.5 13H2.5C1.94772 13 1.5 12.5523 1.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 20C11.5 19.4477 11.9477 19 12.5 19L21.5 19C22.0523 19 22.5 19.4477 22.5 20C22.5 20.5523 22.0523 21 21.5 21L12.5 21C11.9477 21 11.5 20.5523 11.5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 16C11.5 15.4477 11.9477 15 12.5 15L21.5 15C22.0523 15 22.5 15.4477 22.5 16C22.5 16.5523 22.0523 17 21.5 17L12.5 17C11.9477 17 11.5 16.5523 11.5 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5003 1.5C5.26201 1.5 4.98801 1.55952 4.73302 1.69075C4.46592 1.82822 4.16625 2.0742 3.99493 2.47394L1.58111 8.10608C1.36356 8.6137 1.5987 9.20158 2.10633 9.41914C2.61396 9.6367 3.20184 9.40155 3.4194 8.89393L4.03568 7.45597H5.48236C5.48833 7.45607 5.49431 7.45612 5.50031 7.45612H6.96491L7.58117 8.89408C7.79873 9.40171 8.38661 9.63686 8.89424 9.4193C9.40187 9.20175 9.63702 8.61387 9.41946 8.10624L7.00569 2.4741C6.66224 1.67271 5.89111 1.50654 5.52536 1.50031C5.51703 1.5001 5.50868 1.5 5.5003 1.5ZM5.50027 4.03864L4.89284 5.45597H5.50029C5.50628 5.45597 5.51226 5.45602 5.51822 5.45612H6.10777L5.50027 4.03864Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5003 14.5C5.26201 14.5 4.98801 14.5595 4.73302 14.6908C4.46592 14.8282 4.16625 15.0742 3.99493 15.4739L1.58111 21.1061C1.36356 21.6137 1.5987 22.2016 2.10633 22.4191C2.61396 22.6367 3.20184 22.4016 3.4194 21.8939L4.03568 20.456H5.48236C5.48833 20.4561 5.49431 20.4561 5.50031 20.4561H6.96491L7.58117 21.8941C7.79873 22.4017 8.38661 22.6369 8.89424 22.4193C9.40187 22.2017 9.63702 21.6139 9.41946 21.1062L7.00569 15.4741C6.66224 14.6727 5.89111 14.5065 5.52536 14.5003C5.51703 14.5001 5.50868 14.5 5.5003 14.5ZM5.50027 17.0386L4.89284 18.456H5.50029C5.50628 18.456 5.51226 18.456 5.51822 18.4561H6.10777L5.50027 17.0386Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text-wrap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H9C9.55228 14 10 14.4477 10 15C10 15.5523 9.55228 16 9 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H9C9.55228 20 10 20.4477 10 21C10 21.5523 9.55228 22 9 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 9C2 8.44772 2.44772 8 3 8H16.5C19.5376 8 22 10.4624 22 13.5C22 16.5376 19.5376 19 16.5 19L16 19.0006V21.0012C15.9997 21.252 15.9057 21.5029 15.7171 21.697C15.3321 22.093 14.699 22.102 14.303 21.7171C14.1982 21.6152 13.913 21.3877 13.5855 21.1304L13.5854 21.1303C13.295 20.9024 12.9528 20.6338 12.626 20.3569C12.276 20.0603 11.909 19.7255 11.6221 19.3887C11.4783 19.2199 11.3344 19.0272 11.2223 18.8178C11.1145 18.6164 11 18.3327 11 18C11 17.6673 11.1145 17.3836 11.2223 17.1822C11.3344 16.9728 11.4783 16.7801 11.6221 16.6113C11.909 16.2745 12.276 15.9397 12.626 15.6431C12.9528 15.3662 13.2951 15.0975 13.5855 14.8696C13.913 14.6124 14.1982 14.3848 14.303 14.2829C14.699 13.898 15.3321 13.907 15.7171 14.303C15.9063 14.4977 16.0003 14.7496 16 15.0011V17H16.5C18.433 17 20 15.433 20 13.5C20 11.567 18.433 10 16.5 10H3C2.44772 10 2 9.55228 2 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H9C9.55228 14 10 14.4477 10 15C10 15.5523 9.55228 16 9 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H9C9.55228 20 10 20.4477 10 21C10 21.5523 9.55228 22 9 22H3C2.44772 22 2 21.5523 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 9C2 8.44772 2.44772 8 3 8H16.5C19.5376 8 22 10.4624 22 13.5C22 16.5376 19.5376 19 16.5 19L16 19.0006V21.0012C15.9997 21.252 15.9057 21.5029 15.7171 21.697C15.3321 22.093 14.699 22.102 14.303 21.7171C14.1982 21.6152 13.913 21.3877 13.5855 21.1304L13.5854 21.1303C13.295 20.9024 12.9528 20.6338 12.626 20.3569C12.276 20.0603 11.909 19.7255 11.6221 19.3887C11.4783 19.2199 11.3344 19.0272 11.2223 18.8178C11.1145 18.6164 11 18.3327 11 18C11 17.6673 11.1145 17.3836 11.2223 17.1822C11.3344 16.9728 11.4783 16.7801 11.6221 16.6113C11.909 16.2745 12.276 15.9397 12.626 15.6431C12.9528 15.3662 13.2951 15.0975 13.5855 14.8696C13.913 14.6124 14.1982 14.3848 14.303 14.2829C14.699 13.898 15.3321 13.907 15.7171 14.303C15.9063 14.4977 16.0003 14.7496 16 15.0011V17H16.5C18.433 17 20 15.433 20 13.5C20 11.567 18.433 10 16.5 10H3C2.44772 10 2 9.55228 2 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-text{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 21C8 20.4477 8.44772 20 9 20H15C15.5523 20 16 20.4477 16 21C16 21.5523 15.5523 22 15 22H9C8.44772 22 8 21.5523 8 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2C12.5523 2 13 2.44772 13 3V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V3C11 2.44772 11.4477 2 12 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0002 4C10.6665 4 8.92654 4.14259 7.51342 4.28698C6.85381 4.35437 6.72459 4.37712 6.62309 4.41844C6.35311 4.52836 6.12235 4.78389 6.04045 5.06365C6.00991 5.16796 6.00016 5.30827 6.00016 6C6.00016 6.55228 5.55245 7 5.00016 7C4.44788 7 4.00016 6.55228 4.00016 6L4.00008 5.89007C3.99949 5.37184 3.99897 4.91856 4.12102 4.50169C4.37429 3.63663 5.03411 2.90596 5.86895 2.56607C6.27109 2.40235 6.70933 2.35808 7.20703 2.30779L7.31013 2.29733C8.73474 2.15178 10.5591 2 12.0002 2C13.4412 2 15.2656 2.15178 16.6902 2.29733L16.7933 2.30779C17.291 2.35808 17.7292 2.40235 18.1314 2.56607C18.9662 2.90596 19.626 3.63663 19.8793 4.50169C20.0014 4.91856 20.0008 5.37184 20.0002 5.89007L20.0002 6C20.0002 6.55228 19.5524 7 19.0002 7C18.4479 7 18.0002 6.55228 18.0002 6C18.0002 5.30827 17.9904 5.16796 17.9599 5.06365C17.878 4.78389 17.6472 4.52836 17.3772 4.41844C17.2757 4.37712 17.1465 4.35437 16.4869 4.28698C15.0738 4.14259 13.3339 4 12.0002 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 21C8 20.4477 8.44772 20 9 20H15C15.5523 20 16 20.4477 16 21C16 21.5523 15.5523 22 15 22H9C8.44772 22 8 21.5523 8 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2C12.5523 2 13 2.44772 13 3V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V3C11 2.44772 11.4477 2 12 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0002 4C10.6665 4 8.92654 4.14259 7.51342 4.28698C6.85381 4.35437 6.72459 4.37712 6.62309 4.41844C6.35311 4.52836 6.12235 4.78389 6.04045 5.06365C6.00991 5.16796 6.00016 5.30827 6.00016 6C6.00016 6.55228 5.55245 7 5.00016 7C4.44788 7 4.00016 6.55228 4.00016 6L4.00008 5.89007C3.99949 5.37184 3.99897 4.91856 4.12102 4.50169C4.37429 3.63663 5.03411 2.90596 5.86895 2.56607C6.27109 2.40235 6.70933 2.35808 7.20703 2.30779L7.31013 2.29733C8.73474 2.15178 10.5591 2 12.0002 2C13.4412 2 15.2656 2.15178 16.6902 2.29733L16.7933 2.30779C17.291 2.35808 17.7292 2.40235 18.1314 2.56607C18.9662 2.90596 19.626 3.63663 19.8793 4.50169C20.0014 4.91856 20.0008 5.37184 20.0002 5.89007L20.0002 6C20.0002 6.55228 19.5524 7 19.0002 7C18.4479 7 18.0002 6.55228 18.0002 6C18.0002 5.30827 17.9904 5.16796 17.9599 5.06365C17.878 4.78389 17.6472 4.52836 17.3772 4.41844C17.2757 4.37712 17.1465 4.35437 16.4869 4.28698C15.0738 4.14259 13.3339 4 12.0002 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-transparency{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.99961 18.2506C8.50197 18.2506 8.25315 18.2506 8.16756 18.4055C8.08197 18.5605 8.19947 18.7473 8.43448 19.1209C9.80587 21.3014 12.2335 22.7506 14.9996 22.7506C19.2798 22.7506 22.7496 19.2808 22.7496 15.0006C22.7496 12.2345 21.3005 9.80685 19.12 8.43545C18.7463 8.20045 18.5595 8.08295 18.4045 8.16854C18.2496 8.25413 18.2496 8.50295 18.2496 9.00058C18.2496 14.1092 14.1082 18.2506 8.99961 18.2506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.21248 8.4575C3.19595 8.63611 3.1875 8.81707 3.1875 9C3.1875 11.5334 4.8082 13.6882 7.06933 14.4842C7.09618 13.8399 7.2017 13.2159 7.37653 12.6216L3.21248 8.4575ZM3.83204 6.33702L8.22421 10.7292C8.85489 9.71377 9.71377 8.85489 10.7292 8.22421L6.33702 3.83204C5.26418 4.38598 4.38598 5.26418 3.83204 6.33702ZM8.4575 3.21248L12.6216 7.37653C13.2159 7.2017 13.8399 7.09619 14.4842 7.06933C13.6882 4.8082 11.5334 3.1875 9 3.1875C8.81707 3.1875 8.63611 3.19595 8.4575 3.21248ZM14.8125 9C14.6296 9 14.4486 9.00845 14.27 9.02498L14.7875 9.5425C14.804 9.36389 14.8125 9.18293 14.8125 9ZM14.168 11.663L12.1495 9.64454C11.0767 10.1985 10.1985 11.0767 9.64454 12.1495L11.663 14.168C12.7358 13.614 13.614 12.7358 14.168 11.663ZM9.5425 14.7875L9.02498 14.27C9.00845 14.4486 9 14.6296 9 14.8125C9.18293 14.8125 9.36389 14.804 9.5425 14.7875ZM1.25 9C1.25 4.71979 4.71979 1.25 9 1.25C13.2802 1.25 16.75 4.71979 16.75 9C16.75 13.2802 13.2802 16.75 9 16.75C4.71979 16.75 1.25 13.2802 1.25 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.99961 18.2506C8.50197 18.2506 8.25315 18.2506 8.16756 18.4055C8.08197 18.5605 8.19947 18.7473 8.43448 19.1209C9.80587 21.3014 12.2335 22.7506 14.9996 22.7506C19.2798 22.7506 22.7496 19.2808 22.7496 15.0006C22.7496 12.2345 21.3005 9.80685 19.12 8.43545C18.7463 8.20045 18.5595 8.08295 18.4045 8.16854C18.2496 8.25413 18.2496 8.50295 18.2496 9.00058C18.2496 14.1092 14.1082 18.2506 8.99961 18.2506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.21248 8.4575C3.19595 8.63611 3.1875 8.81707 3.1875 9C3.1875 11.5334 4.8082 13.6882 7.06933 14.4842C7.09618 13.8399 7.2017 13.2159 7.37653 12.6216L3.21248 8.4575ZM3.83204 6.33702L8.22421 10.7292C8.85489 9.71377 9.71377 8.85489 10.7292 8.22421L6.33702 3.83204C5.26418 4.38598 4.38598 5.26418 3.83204 6.33702ZM8.4575 3.21248L12.6216 7.37653C13.2159 7.2017 13.8399 7.09619 14.4842 7.06933C13.6882 4.8082 11.5334 3.1875 9 3.1875C8.81707 3.1875 8.63611 3.19595 8.4575 3.21248ZM14.8125 9C14.6296 9 14.4486 9.00845 14.27 9.02498L14.7875 9.5425C14.804 9.36389 14.8125 9.18293 14.8125 9ZM14.168 11.663L12.1495 9.64454C11.0767 10.1985 10.1985 11.0767 9.64454 12.1495L11.663 14.168C12.7358 13.614 13.614 12.7358 14.168 11.663ZM9.5425 14.7875L9.02498 14.27C9.00845 14.4486 9 14.6296 9 14.8125C9.18293 14.8125 9.36389 14.804 9.5425 14.7875ZM1.25 9C1.25 4.71979 4.71979 1.25 9 1.25C13.2802 1.25 16.75 4.71979 16.75 9C16.75 13.2802 13.2802 16.75 9 16.75C4.71979 16.75 1.25 13.2802 1.25 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-trapezoid-line-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.749 11L4.25098 11C4.25508 10.1394 4.27091 9.4169 4.33169 8.80856C4.41583 7.96653 4.59229 7.25875 5.00158 6.64091C5.08477 6.51533 5.17429 6.39472 5.26983 6.27974C5.75014 5.70169 6.35792 5.37726 7.09756 5.14924C7.79989 4.93272 8.68869 4.78445 9.77503 4.60322L12.0949 4.21615C13.6309 3.95984 14.8759 3.75209 15.8636 3.75002C16.902 3.74784 17.7884 3.97082 18.4989 4.69054C19.1886 5.38918 19.4779 6.31975 19.6149 7.45412C19.728 8.39125 19.7461 9.56182 19.749 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.749 13C19.7461 14.4382 19.728 15.6087 19.6149 16.5459C19.4779 17.6803 19.1886 18.6108 18.4989 19.3095C17.7884 20.0292 16.902 20.2522 15.8636 20.25C14.8759 20.2479 13.6309 20.0402 12.0949 19.7839L9.77504 19.3968C8.6887 19.2156 7.79989 19.0673 7.09756 18.8508C6.35792 18.6227 5.75014 18.2983 5.26983 17.7203C5.17429 17.6053 5.08477 17.4847 5.00158 17.3591C4.59229 16.7413 4.41583 16.0335 4.33169 15.1914C4.27091 14.5831 4.25508 13.8606 4.25098 13L19.749 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1 12C1 11.4477 1.44772 11 2 11L4.25144 11L4.25144 13L2 13C1.44772 13 1 12.5523 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.7495 11L22 11C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13L19.7495 13L19.7495 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.749 11L4.25098 11C4.25508 10.1394 4.27091 9.4169 4.33169 8.80856C4.41583 7.96653 4.59229 7.25875 5.00158 6.64091C5.08477 6.51533 5.17429 6.39472 5.26983 6.27974C5.75014 5.70169 6.35792 5.37726 7.09756 5.14924C7.79989 4.93272 8.68869 4.78445 9.77503 4.60322L12.0949 4.21615C13.6309 3.95984 14.8759 3.75209 15.8636 3.75002C16.902 3.74784 17.7884 3.97082 18.4989 4.69054C19.1886 5.38918 19.4779 6.31975 19.6149 7.45412C19.728 8.39125 19.7461 9.56182 19.749 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.749 13C19.7461 14.4382 19.728 15.6087 19.6149 16.5459C19.4779 17.6803 19.1886 18.6108 18.4989 19.3095C17.7884 20.0292 16.902 20.2522 15.8636 20.25C14.8759 20.2479 13.6309 20.0402 12.0949 19.7839L9.77504 19.3968C8.6887 19.2156 7.79989 19.0673 7.09756 18.8508C6.35792 18.6227 5.75014 18.2983 5.26983 17.7203C5.17429 17.6053 5.08477 17.4847 5.00158 17.3591C4.59229 16.7413 4.41583 16.0335 4.33169 15.1914C4.27091 14.5831 4.25508 13.8606 4.25098 13L19.749 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1 12C1 11.4477 1.44772 11 2 11L4.25144 11L4.25144 13L2 13C1.44772 13 1 12.5523 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.7495 11L22 11C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13L19.7495 13L19.7495 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-trapezoid-line-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 19.748L13 4.25C13.8606 4.2541 14.5831 4.26993 15.1914 4.33072C16.0335 4.41485 16.7412 4.59131 17.3591 5.0006C17.4847 5.08379 17.6053 5.17331 17.7203 5.26885C18.2983 5.74916 18.6227 6.35694 18.8508 7.09658C19.0673 7.79891 19.2156 8.68772 19.3968 9.77406L19.7838 12.094C20.0402 13.6299 20.2479 14.8749 20.25 15.8626C20.2522 16.901 20.0292 17.7874 19.3095 18.4979C18.6108 19.1876 17.6803 19.4769 16.5459 19.6139C15.6087 19.727 14.4382 19.7451 13 19.748Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 19.748C9.56182 19.7452 8.39125 19.727 7.45411 19.6139C6.31975 19.4769 5.38917 19.1876 4.69054 18.4979C3.97082 17.7874 3.74784 16.901 3.75002 15.8626C3.75209 14.8749 3.95984 13.6299 4.21615 12.094L4.60321 9.77406C4.78444 8.68772 4.93272 7.79891 5.14924 7.09658C5.37726 6.35694 5.70169 5.74916 6.27973 5.26885C6.39471 5.17331 6.51532 5.08379 6.64091 5.0006C7.25875 4.59131 7.96652 4.41485 8.80856 4.33072C9.4169 4.26993 10.1394 4.2541 11 4.25L11 19.748Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 1C12.5523 1 13 1.44772 13 2L13 4.25144L11 4.25144L11 2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 19.7495L13 22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22L11 19.7495L13 19.7495Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 19.748L13 4.25C13.8606 4.2541 14.5831 4.26993 15.1914 4.33072C16.0335 4.41485 16.7412 4.59131 17.3591 5.0006C17.4847 5.08379 17.6053 5.17331 17.7203 5.26885C18.2983 5.74916 18.6227 6.35694 18.8508 7.09658C19.0673 7.79891 19.2156 8.68772 19.3968 9.77406L19.7838 12.094C20.0402 13.6299 20.2479 14.8749 20.25 15.8626C20.2522 16.901 20.0292 17.7874 19.3095 18.4979C18.6108 19.1876 17.6803 19.4769 16.5459 19.6139C15.6087 19.727 14.4382 19.7451 13 19.748Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 19.748C9.56182 19.7452 8.39125 19.727 7.45411 19.6139C6.31975 19.4769 5.38917 19.1876 4.69054 18.4979C3.97082 17.7874 3.74784 16.901 3.75002 15.8626C3.75209 14.8749 3.95984 13.6299 4.21615 12.094L4.60321 9.77406C4.78444 8.68772 4.93272 7.79891 5.14924 7.09658C5.37726 6.35694 5.70169 5.74916 6.27973 5.26885C6.39471 5.17331 6.51532 5.08379 6.64091 5.0006C7.25875 4.59131 7.96652 4.41485 8.80856 4.33072C9.4169 4.26993 10.1394 4.2541 11 4.25L11 19.748Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 1C12.5523 1 13 1.44772 13 2L13 4.25144L11 4.25144L11 2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 19.7495L13 22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22L11 19.7495L13 19.7495Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-type-cursor{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.86252 7.00005C5.90771 7.00007 5.95356 7.0001 6.0001 7.0001C6.55238 7.0001 7.0001 7.44781 7.0001 8.0001C7.0001 8.55238 6.55238 9.0001 6.0001 9.0001C5.00574 9.0001 4.70474 9.00869 4.48246 9.06824C3.79227 9.25318 3.25318 9.79227 3.06824 10.4825C3.00869 10.7047 3.0001 11.0057 3.0001 12.0001C3.0001 12.9944 3.00869 13.2955 3.06824 13.5177C3.25318 14.2079 3.79227 14.747 4.48246 14.9319C4.70474 14.9915 5.00574 15.0001 6.0001 15.0001C6.55238 15.0001 7.0001 15.4478 7.0001 16.0001C7.0001 16.5524 6.55238 17.0001 6.0001 17.0001C5.95356 17.0001 5.9077 17.0001 5.86251 17.0001C5.06713 17.0006 4.47647 17.0009 3.96482 16.8638C2.58445 16.4939 1.50626 15.4157 1.13639 14.0354C0.999297 13.5237 0.999617 12.9331 1.00005 12.1377C1.00007 12.0925 1.0001 12.0466 1.0001 12.0001C1.0001 11.9536 1.00007 11.9077 1.00005 11.8625C0.999617 11.0671 0.999297 10.4765 1.13639 9.96482C1.50626 8.58445 2.58445 7.50626 3.96482 7.13639C4.47647 6.9993 5.06713 6.99962 5.86252 7.00005ZM19.5177 9.06824C19.2955 9.00869 18.9944 9.0001 18.0001 9.0001H12.0001C11.4478 9.0001 11.0001 8.55238 11.0001 8.0001C11.0001 7.44781 11.4478 7.0001 12.0001 7.0001H18.0001C18.0466 7.0001 18.0925 7.00007 18.1377 7.00005C18.9331 6.99962 19.5237 6.9993 20.0354 7.13639C21.4157 7.50626 22.4939 8.58445 22.8638 9.96482C23.0009 10.4765 23.0006 11.0671 23.0001 11.8625C23.0001 11.9077 23.0001 11.9536 23.0001 12.0001C23.0001 12.0466 23.0001 12.0925 23.0001 12.1377C23.0006 12.9331 23.0009 13.5237 22.8638 14.0354C22.4939 15.4157 21.4157 16.4939 20.0354 16.8638C19.5237 17.0009 18.9331 17.0006 18.1377 17.0001C18.0925 17.0001 18.0466 17.0001 18.0001 17.0001H12.0001C11.4478 17.0001 11.0001 16.5524 11.0001 16.0001C11.0001 15.4478 11.4478 15.0001 12.0001 15.0001H18.0001C18.9944 15.0001 19.2955 14.9915 19.5177 14.9319C20.2079 14.747 20.747 14.2079 20.9319 13.5177C20.9915 13.2955 21.0001 12.9944 21.0001 12.0001C21.0001 11.0057 20.9915 10.7047 20.9319 10.4825C20.747 9.79227 20.2079 9.25318 19.5177 9.06824Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 3C6 2.44772 6.44772 2 7 2H11C11.5523 2 12 2.44772 12 3C12 3.55228 11.5523 4 11 4H10V20H11C11.5523 20 12 20.4477 12 21C12 21.5523 11.5523 22 11 22H7C6.44772 22 6 21.5523 6 21C6 20.4477 6.44772 20 7 20H8V4H7C6.44772 4 6 3.55228 6 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.86252 7.00005C5.90771 7.00007 5.95356 7.0001 6.0001 7.0001C6.55238 7.0001 7.0001 7.44781 7.0001 8.0001C7.0001 8.55238 6.55238 9.0001 6.0001 9.0001C5.00574 9.0001 4.70474 9.00869 4.48246 9.06824C3.79227 9.25318 3.25318 9.79227 3.06824 10.4825C3.00869 10.7047 3.0001 11.0057 3.0001 12.0001C3.0001 12.9944 3.00869 13.2955 3.06824 13.5177C3.25318 14.2079 3.79227 14.747 4.48246 14.9319C4.70474 14.9915 5.00574 15.0001 6.0001 15.0001C6.55238 15.0001 7.0001 15.4478 7.0001 16.0001C7.0001 16.5524 6.55238 17.0001 6.0001 17.0001C5.95356 17.0001 5.9077 17.0001 5.86251 17.0001C5.06713 17.0006 4.47647 17.0009 3.96482 16.8638C2.58445 16.4939 1.50626 15.4157 1.13639 14.0354C0.999297 13.5237 0.999617 12.9331 1.00005 12.1377C1.00007 12.0925 1.0001 12.0466 1.0001 12.0001C1.0001 11.9536 1.00007 11.9077 1.00005 11.8625C0.999617 11.0671 0.999297 10.4765 1.13639 9.96482C1.50626 8.58445 2.58445 7.50626 3.96482 7.13639C4.47647 6.9993 5.06713 6.99962 5.86252 7.00005ZM19.5177 9.06824C19.2955 9.00869 18.9944 9.0001 18.0001 9.0001H12.0001C11.4478 9.0001 11.0001 8.55238 11.0001 8.0001C11.0001 7.44781 11.4478 7.0001 12.0001 7.0001H18.0001C18.0466 7.0001 18.0925 7.00007 18.1377 7.00005C18.9331 6.99962 19.5237 6.9993 20.0354 7.13639C21.4157 7.50626 22.4939 8.58445 22.8638 9.96482C23.0009 10.4765 23.0006 11.0671 23.0001 11.8625C23.0001 11.9077 23.0001 11.9536 23.0001 12.0001C23.0001 12.0466 23.0001 12.0925 23.0001 12.1377C23.0006 12.9331 23.0009 13.5237 22.8638 14.0354C22.4939 15.4157 21.4157 16.4939 20.0354 16.8638C19.5237 17.0009 18.9331 17.0006 18.1377 17.0001C18.0925 17.0001 18.0466 17.0001 18.0001 17.0001H12.0001C11.4478 17.0001 11.0001 16.5524 11.0001 16.0001C11.0001 15.4478 11.4478 15.0001 12.0001 15.0001H18.0001C18.9944 15.0001 19.2955 14.9915 19.5177 14.9319C20.2079 14.747 20.747 14.2079 20.9319 13.5177C20.9915 13.2955 21.0001 12.9944 21.0001 12.0001C21.0001 11.0057 20.9915 10.7047 20.9319 10.4825C20.747 9.79227 20.2079 9.25318 19.5177 9.06824Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 3C6 2.44772 6.44772 2 7 2H11C11.5523 2 12 2.44772 12 3C12 3.55228 11.5523 4 11 4H10V20H11C11.5523 20 12 20.4477 12 21C12 21.5523 11.5523 22 11 22H7C6.44772 22 6 21.5523 6 21C6 20.4477 6.44772 20 7 20H8V4H7C6.44772 4 6 3.55228 6 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-ungroup-items{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5218 6.75C14.7361 6.74999 14.9329 6.74998 15.0982 6.76126C15.2759 6.77338 15.4712 6.80099 15.6697 6.88321C16.0985 7.06083 16.4392 7.40151 16.6168 7.83031C16.699 8.02881 16.7266 8.22415 16.7387 8.40179C16.75 8.56712 16.75 8.80749 16.75 9.02176V9.02177C16.75 9.23604 16.75 9.43289 16.7387 9.59821C16.7266 9.77585 16.699 9.97119 16.6168 10.1697C16.4392 10.5985 16.0985 10.9392 15.6697 11.1168C15.4712 11.199 15.2759 11.2266 15.0982 11.2387C14.9329 11.25 14.736 11.25 14.5218 11.25H9.47824C9.26396 11.25 9.06712 11.25 8.90179 11.2387C8.72415 11.2266 8.52881 11.199 8.33031 11.1168C7.90151 10.9392 7.56083 10.5985 7.38321 10.1697C7.30099 9.97119 7.27338 9.77585 7.26126 9.59821C7.24998 9.4329 7.24999 9.21433 7.25 9.00007V9V8.99993C7.24999 8.78568 7.24998 8.5671 7.26126 8.40179C7.27338 8.22415 7.30099 8.02881 7.38321 7.83031C7.56083 7.40151 7.90151 7.06083 8.33031 6.88321C8.52881 6.80099 8.72415 6.77338 8.90179 6.76126C9.06711 6.74998 9.26394 6.74999 9.4782 6.75H9.47825H14.5218H14.5218Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5218 12.75C14.736 12.75 14.9329 12.75 15.0982 12.7613C15.2759 12.7734 15.4712 12.801 15.6697 12.8832C16.0985 13.0608 16.4392 13.4015 16.6168 13.8303C16.699 14.0288 16.7266 14.2241 16.7387 14.4018C16.75 14.5671 16.75 14.8075 16.75 15.0218V15.0218C16.75 15.236 16.75 15.4329 16.7387 15.5982C16.7266 15.7759 16.699 15.9712 16.6168 16.1697C16.4392 16.5985 16.0985 16.9392 15.6697 17.1168C15.4712 17.199 15.2759 17.2266 15.0982 17.2387C14.9329 17.25 14.736 17.25 14.5218 17.25H14.5218H9.47824H9.47823C9.26396 17.25 9.06712 17.25 8.90179 17.2387C8.72415 17.2266 8.52881 17.199 8.33031 17.1168C7.90151 16.9392 7.56083 16.5985 7.38321 16.1697C7.30099 15.9712 7.27338 15.7759 7.26126 15.5982C7.24998 15.4329 7.24999 15.2361 7.25 15.0218V15.0218C7.24999 14.8075 7.24998 14.5671 7.26126 14.4018C7.27338 14.2241 7.30099 14.0288 7.38321 13.8303C7.56083 13.4015 7.90151 13.0608 8.33031 12.8832C8.52881 12.801 8.72415 12.7734 8.90179 12.7613C9.06712 12.75 9.26396 12.75 9.47824 12.75H14.5218Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 4C1.25 2.48122 2.48122 1.25 4 1.25C5.51878 1.25 6.75 2.48122 6.75 4C6.75 5.51878 5.51878 6.75 4 6.75C2.48122 6.75 1.25 5.51878 1.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 4C17.25 2.48122 18.4812 1.25 20 1.25C21.5188 1.25 22.75 2.48122 22.75 4C22.75 5.51878 21.5188 6.75 20 6.75C18.4812 6.75 17.25 5.51878 17.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 20C17.25 18.4812 18.4812 17.25 20 17.25C21.5188 17.25 22.75 18.4812 22.75 20C22.75 21.5188 21.5188 22.75 20 22.75C18.4812 22.75 17.25 21.5188 17.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 20C1.25 18.4812 2.48122 17.25 4 17.25C5.51878 17.25 6.75 18.4812 6.75 20C6.75 21.5188 5.51878 22.75 4 22.75C2.48122 22.75 1.25 21.5188 1.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5218 6.75C14.7361 6.74999 14.9329 6.74998 15.0982 6.76126C15.2759 6.77338 15.4712 6.80099 15.6697 6.88321C16.0985 7.06083 16.4392 7.40151 16.6168 7.83031C16.699 8.02881 16.7266 8.22415 16.7387 8.40179C16.75 8.56712 16.75 8.80749 16.75 9.02176V9.02177C16.75 9.23604 16.75 9.43289 16.7387 9.59821C16.7266 9.77585 16.699 9.97119 16.6168 10.1697C16.4392 10.5985 16.0985 10.9392 15.6697 11.1168C15.4712 11.199 15.2759 11.2266 15.0982 11.2387C14.9329 11.25 14.736 11.25 14.5218 11.25H9.47824C9.26396 11.25 9.06712 11.25 8.90179 11.2387C8.72415 11.2266 8.52881 11.199 8.33031 11.1168C7.90151 10.9392 7.56083 10.5985 7.38321 10.1697C7.30099 9.97119 7.27338 9.77585 7.26126 9.59821C7.24998 9.4329 7.24999 9.21433 7.25 9.00007V9V8.99993C7.24999 8.78568 7.24998 8.5671 7.26126 8.40179C7.27338 8.22415 7.30099 8.02881 7.38321 7.83031C7.56083 7.40151 7.90151 7.06083 8.33031 6.88321C8.52881 6.80099 8.72415 6.77338 8.90179 6.76126C9.06711 6.74998 9.26394 6.74999 9.4782 6.75H9.47825H14.5218H14.5218Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5218 12.75C14.736 12.75 14.9329 12.75 15.0982 12.7613C15.2759 12.7734 15.4712 12.801 15.6697 12.8832C16.0985 13.0608 16.4392 13.4015 16.6168 13.8303C16.699 14.0288 16.7266 14.2241 16.7387 14.4018C16.75 14.5671 16.75 14.8075 16.75 15.0218V15.0218C16.75 15.236 16.75 15.4329 16.7387 15.5982C16.7266 15.7759 16.699 15.9712 16.6168 16.1697C16.4392 16.5985 16.0985 16.9392 15.6697 17.1168C15.4712 17.199 15.2759 17.2266 15.0982 17.2387C14.9329 17.25 14.736 17.25 14.5218 17.25H14.5218H9.47824H9.47823C9.26396 17.25 9.06712 17.25 8.90179 17.2387C8.72415 17.2266 8.52881 17.199 8.33031 17.1168C7.90151 16.9392 7.56083 16.5985 7.38321 16.1697C7.30099 15.9712 7.27338 15.7759 7.26126 15.5982C7.24998 15.4329 7.24999 15.2361 7.25 15.0218V15.0218C7.24999 14.8075 7.24998 14.5671 7.26126 14.4018C7.27338 14.2241 7.30099 14.0288 7.38321 13.8303C7.56083 13.4015 7.90151 13.0608 8.33031 12.8832C8.52881 12.801 8.72415 12.7734 8.90179 12.7613C9.06712 12.75 9.26396 12.75 9.47824 12.75H14.5218Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 4C1.25 2.48122 2.48122 1.25 4 1.25C5.51878 1.25 6.75 2.48122 6.75 4C6.75 5.51878 5.51878 6.75 4 6.75C2.48122 6.75 1.25 5.51878 1.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 4C17.25 2.48122 18.4812 1.25 20 1.25C21.5188 1.25 22.75 2.48122 22.75 4C22.75 5.51878 21.5188 6.75 20 6.75C18.4812 6.75 17.25 5.51878 17.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 20C17.25 18.4812 18.4812 17.25 20 17.25C21.5188 17.25 22.75 18.4812 22.75 20C22.75 21.5188 21.5188 22.75 20 22.75C18.4812 22.75 17.25 21.5188 17.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 20C1.25 18.4812 2.48122 17.25 4 17.25C5.51878 17.25 6.75 18.4812 6.75 20C6.75 21.5188 5.51878 22.75 4 22.75C2.48122 22.75 1.25 21.5188 1.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-ungroup-layers{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 4C1.25 2.48122 2.48122 1.25 4 1.25C5.51878 1.25 6.75 2.48122 6.75 4C6.75 5.51878 5.51878 6.75 4 6.75C2.48122 6.75 1.25 5.51878 1.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 4C17.25 2.48122 18.4812 1.25 20 1.25C21.5188 1.25 22.75 2.48122 22.75 4C22.75 5.51878 21.5188 6.75 20 6.75C18.4812 6.75 17.25 5.51878 17.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 20C17.25 18.4812 18.4812 17.25 20 17.25C21.5188 17.25 22.75 18.4812 22.75 20C22.75 21.5188 21.5188 22.75 20 22.75C18.4812 22.75 17.25 21.5188 17.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 20C1.25 18.4812 2.48122 17.25 4 17.25C5.51878 17.25 6.75 18.4812 6.75 20C6.75 21.5188 5.51878 22.75 4 22.75C2.48122 22.75 1.25 21.5188 1.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.4261 7.75476C10.9746 7.48527 11.4534 7.25 12 7.25C12.5466 7.25 13.0254 7.48527 13.5739 7.75476L14.8178 8.3636L14.8178 8.3636C15.4628 8.67923 16.0145 8.94917 16.3993 9.20447C16.7625 9.44539 17.25 9.84533 17.25 10.5C17.25 11.1547 16.7625 11.5546 16.3993 11.7955C16.0145 12.0508 15.4628 12.3208 14.8177 12.6364L13.5739 13.2452C13.0254 13.5147 12.5466 13.75 12 13.75C11.4534 13.75 10.9746 13.5147 10.4261 13.2452L10.4261 13.2452L9.18225 12.6364C8.5372 12.3208 7.98551 12.0508 7.60067 11.7955C7.23749 11.5546 6.75 11.1547 6.75 10.5C6.75 9.84533 7.23749 9.44539 7.60067 9.20447C7.98551 8.94917 8.5372 8.67923 9.18225 8.3636L9.18225 8.3636L10.4261 7.75476Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.70455 12.75C8.15634 12.75 8.53482 13.0423 8.63383 13.4349C8.89672 13.5973 9.40917 13.8511 10.0915 14.1621L11.1307 14.6356C11.833 14.9557 11.9193 14.9722 12 14.9722C12.0807 14.9722 12.167 14.9557 12.8693 14.6356L13.9085 14.1621C14.5908 13.8511 15.1033 13.5973 15.3662 13.4349C15.4652 13.0423 15.8437 12.75 16.2955 12.75C16.8226 12.75 17.25 13.148 17.25 13.6389C17.25 14.344 16.6842 14.7576 16.3313 14.9757C15.9506 15.2108 15.4117 15.4564 14.8062 15.7322L14.7477 15.7589L13.7085 16.2325L13.5949 16.2845C13.0863 16.5177 12.5797 16.75 12 16.75C11.4203 16.75 10.9137 16.5177 10.4051 16.2845L10.2915 16.2325L9.25234 15.7589L9.19382 15.7322C8.58832 15.4564 8.04939 15.2108 7.66872 14.9757C7.31579 14.7576 6.75 14.344 6.75 13.6389C6.75 13.148 7.17736 12.75 7.70455 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 4C1.25 2.48122 2.48122 1.25 4 1.25C5.51878 1.25 6.75 2.48122 6.75 4C6.75 5.51878 5.51878 6.75 4 6.75C2.48122 6.75 1.25 5.51878 1.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 4C17.25 2.48122 18.4812 1.25 20 1.25C21.5188 1.25 22.75 2.48122 22.75 4C22.75 5.51878 21.5188 6.75 20 6.75C18.4812 6.75 17.25 5.51878 17.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 20C17.25 18.4812 18.4812 17.25 20 17.25C21.5188 17.25 22.75 18.4812 22.75 20C22.75 21.5188 21.5188 22.75 20 22.75C18.4812 22.75 17.25 21.5188 17.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 20C1.25 18.4812 2.48122 17.25 4 17.25C5.51878 17.25 6.75 18.4812 6.75 20C6.75 21.5188 5.51878 22.75 4 22.75C2.48122 22.75 1.25 21.5188 1.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.4261 7.75476C10.9746 7.48527 11.4534 7.25 12 7.25C12.5466 7.25 13.0254 7.48527 13.5739 7.75476L14.8178 8.3636L14.8178 8.3636C15.4628 8.67923 16.0145 8.94917 16.3993 9.20447C16.7625 9.44539 17.25 9.84533 17.25 10.5C17.25 11.1547 16.7625 11.5546 16.3993 11.7955C16.0145 12.0508 15.4628 12.3208 14.8177 12.6364L13.5739 13.2452C13.0254 13.5147 12.5466 13.75 12 13.75C11.4534 13.75 10.9746 13.5147 10.4261 13.2452L10.4261 13.2452L9.18225 12.6364C8.5372 12.3208 7.98551 12.0508 7.60067 11.7955C7.23749 11.5546 6.75 11.1547 6.75 10.5C6.75 9.84533 7.23749 9.44539 7.60067 9.20447C7.98551 8.94917 8.5372 8.67923 9.18225 8.3636L9.18225 8.3636L10.4261 7.75476Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.70455 12.75C8.15634 12.75 8.53482 13.0423 8.63383 13.4349C8.89672 13.5973 9.40917 13.8511 10.0915 14.1621L11.1307 14.6356C11.833 14.9557 11.9193 14.9722 12 14.9722C12.0807 14.9722 12.167 14.9557 12.8693 14.6356L13.9085 14.1621C14.5908 13.8511 15.1033 13.5973 15.3662 13.4349C15.4652 13.0423 15.8437 12.75 16.2955 12.75C16.8226 12.75 17.25 13.148 17.25 13.6389C17.25 14.344 16.6842 14.7576 16.3313 14.9757C15.9506 15.2108 15.4117 15.4564 14.8062 15.7322L14.7477 15.7589L13.7085 16.2325L13.5949 16.2845C13.0863 16.5177 12.5797 16.75 12 16.75C11.4203 16.75 10.9137 16.5177 10.4051 16.2845L10.2915 16.2325L9.25234 15.7589L9.19382 15.7322C8.58832 15.4564 8.04939 15.2108 7.66872 14.9757C7.31579 14.7576 6.75 14.344 6.75 13.6389C6.75 13.148 7.17736 12.75 7.70455 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-vertical-drag-drop-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 6C4 4.89543 4.89543 4 6 4H6.00634C7.11091 4 8.00634 4.89543 8.00634 6C8.00634 7.10457 7.11091 8 6.00634 8H6C4.89543 8 4 7.10457 4 6ZM9.99683 6C9.99683 4.89543 10.8923 4 11.9968 4H12.0032C13.1077 4 14.0032 4.89543 14.0032 6C14.0032 7.10457 13.1077 8 12.0032 8H11.9968C10.8923 8 9.99683 7.10457 9.99683 6ZM15.9937 6C15.9937 4.89543 16.8891 4 17.9937 4H18C19.1046 4 20 4.89543 20 6C20 7.10457 19.1046 8 18 8H17.9937C16.8891 8 15.9937 7.10457 15.9937 6ZM4 12C4 10.8954 4.89543 10 6 10H6.00634C7.11091 10 8.00634 10.8954 8.00634 12C8.00634 13.1046 7.11091 14 6.00634 14H6C4.89543 14 4 13.1046 4 12ZM9.99683 12C9.99683 10.8954 10.8923 10 11.9968 10H12.0032C13.1077 10 14.0032 10.8954 14.0032 12C14.0032 13.1046 13.1077 14 12.0032 14H11.9968C10.8923 14 9.99683 13.1046 9.99683 12ZM15.9937 12C15.9937 10.8954 16.8891 10 17.9937 10H18C19.1046 10 20 10.8954 20 12C20 13.1046 19.1046 14 18 14H17.9937C16.8891 14 15.9937 13.1046 15.9937 12ZM4 18C4 16.8954 4.89543 16 6 16H6.00634C7.11091 16 8.00634 16.8954 8.00634 18C8.00634 19.1046 7.11091 20 6.00634 20H6C4.89543 20 4 19.1046 4 18ZM9.99683 18C9.99683 16.8954 10.8923 16 11.9968 16H12.0032C13.1077 16 14.0032 16.8954 14.0032 18C14.0032 19.1046 13.1077 20 12.0032 20H11.9968C10.8923 20 9.99683 19.1046 9.99683 18ZM15.9937 18C15.9937 16.8954 16.8891 16 17.9937 16H18C19.1046 16 20 16.8954 20 18C20 19.1046 19.1046 20 18 20H17.9937C16.8891 20 15.9937 19.1046 15.9937 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 6C4 4.89543 4.89543 4 6 4H6.00634C7.11091 4 8.00634 4.89543 8.00634 6C8.00634 7.10457 7.11091 8 6.00634 8H6C4.89543 8 4 7.10457 4 6ZM9.99683 6C9.99683 4.89543 10.8923 4 11.9968 4H12.0032C13.1077 4 14.0032 4.89543 14.0032 6C14.0032 7.10457 13.1077 8 12.0032 8H11.9968C10.8923 8 9.99683 7.10457 9.99683 6ZM15.9937 6C15.9937 4.89543 16.8891 4 17.9937 4H18C19.1046 4 20 4.89543 20 6C20 7.10457 19.1046 8 18 8H17.9937C16.8891 8 15.9937 7.10457 15.9937 6ZM4 12C4 10.8954 4.89543 10 6 10H6.00634C7.11091 10 8.00634 10.8954 8.00634 12C8.00634 13.1046 7.11091 14 6.00634 14H6C4.89543 14 4 13.1046 4 12ZM9.99683 12C9.99683 10.8954 10.8923 10 11.9968 10H12.0032C13.1077 10 14.0032 10.8954 14.0032 12C14.0032 13.1046 13.1077 14 12.0032 14H11.9968C10.8923 14 9.99683 13.1046 9.99683 12ZM15.9937 12C15.9937 10.8954 16.8891 10 17.9937 10H18C19.1046 10 20 10.8954 20 12C20 13.1046 19.1046 14 18 14H17.9937C16.8891 14 15.9937 13.1046 15.9937 12ZM4 18C4 16.8954 4.89543 16 6 16H6.00634C7.11091 16 8.00634 16.8954 8.00634 18C8.00634 19.1046 7.11091 20 6.00634 20H6C4.89543 20 4 19.1046 4 18ZM9.99683 18C9.99683 16.8954 10.8923 16 11.9968 16H12.0032C13.1077 16 14.0032 16.8954 14.0032 18C14.0032 19.1046 13.1077 20 12.0032 20H11.9968C10.8923 20 9.99683 19.1046 9.99683 18ZM15.9937 18C15.9937 16.8954 16.8891 16 17.9937 16H18C19.1046 16 20 16.8954 20 18C20 19.1046 19.1046 20 18 20H17.9937C16.8891 20 15.9937 19.1046 15.9937 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-vertical-drag-drop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 6C6 4.89543 6.89543 4 8 4H8.00635C9.11092 4 10.0063 4.89543 10.0063 6C10.0063 7.10457 9.11092 8 8.00635 8H8C6.89543 8 6 7.10457 6 6ZM13.9937 6C13.9937 4.89543 14.8891 4 15.9937 4H16C17.1046 4 18 4.89543 18 6C18 7.10457 17.1046 8 16 8H15.9937C14.8891 8 13.9937 7.10457 13.9937 6ZM6 12C6 10.8954 6.89543 10 8 10H8.00635C9.11092 10 10.0063 10.8954 10.0063 12C10.0063 13.1046 9.11092 14 8.00635 14H8C6.89543 14 6 13.1046 6 12ZM13.9937 12C13.9937 10.8954 14.8891 10 15.9937 10H16C17.1046 10 18 10.8954 18 12C18 13.1046 17.1046 14 16 14H15.9937C14.8891 14 13.9937 13.1046 13.9937 12ZM6 18C6 16.8954 6.89543 16 8 16H8.00635C9.11092 16 10.0063 16.8954 10.0063 18C10.0063 19.1046 9.11092 20 8.00635 20H8C6.89543 20 6 19.1046 6 18ZM13.9937 18C13.9937 16.8954 14.8891 16 15.9937 16H16C17.1046 16 18 16.8954 18 18C18 19.1046 17.1046 20 16 20H15.9937C14.8891 20 13.9937 19.1046 13.9937 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 6C6 4.89543 6.89543 4 8 4H8.00635C9.11092 4 10.0063 4.89543 10.0063 6C10.0063 7.10457 9.11092 8 8.00635 8H8C6.89543 8 6 7.10457 6 6ZM13.9937 6C13.9937 4.89543 14.8891 4 15.9937 4H16C17.1046 4 18 4.89543 18 6C18 7.10457 17.1046 8 16 8H15.9937C14.8891 8 13.9937 7.10457 13.9937 6ZM6 12C6 10.8954 6.89543 10 8 10H8.00635C9.11092 10 10.0063 10.8954 10.0063 12C10.0063 13.1046 9.11092 14 8.00635 14H8C6.89543 14 6 13.1046 6 12ZM13.9937 12C13.9937 10.8954 14.8891 10 15.9937 10H16C17.1046 10 18 10.8954 18 12C18 13.1046 17.1046 14 16 14H15.9937C14.8891 14 13.9937 13.1046 13.9937 12ZM6 18C6 16.8954 6.89543 16 8 16H8.00635C9.11092 16 10.0063 16.8954 10.0063 18C10.0063 19.1046 9.11092 20 8.00635 20H8C6.89543 20 6 19.1046 6 18ZM13.9937 18C13.9937 16.8954 14.8891 16 15.9937 16H16C17.1046 16 18 16.8954 18 18C18 19.1046 17.1046 20 16 20H15.9937C14.8891 20 13.9937 19.1046 13.9937 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-view-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.44541 7.16806C1.90493 6.8617 2.5258 6.98588 2.83216 7.44541C2.85837 7.48285 2.93295 7.58911 2.98827 7.66407C3.099 7.81408 3.26659 8.03284 3.48708 8.29742C3.92916 8.82792 4.57785 9.53538 5.4009 10.2408C7.06276 11.6653 9.33801 13.0001 12.0001 13.0001C14.6622 13.0001 16.9371 11.6653 18.599 10.2408C19.422 9.53538 20.0707 8.82792 20.5128 8.29742C20.7333 8.03284 20.9009 7.81408 21.0116 7.66407C21.0669 7.58911 21.1415 7.48285 21.1677 7.44541C21.4741 6.98588 22.095 6.8617 22.5545 7.16806C23.014 7.47441 23.1382 8.09528 22.8318 8.55481L22.8262 8.56282C22.786 8.62027 22.6834 8.76696 22.6208 8.85177C22.4893 9.02988 22.2975 9.27987 22.0493 9.57779C21.5538 10.1723 20.8275 10.9648 19.9006 11.7594C18.0624 13.3349 15.338 15.0001 12.0001 15.0001C8.6622 15.0001 5.93746 13.3349 4.09931 11.7594C3.17236 10.9648 2.44606 10.1723 1.95064 9.57779C1.70237 9.27987 1.51059 9.02988 1.37913 8.85177C1.31336 8.76267 1.20337 8.60526 1.16806 8.55481C0.861704 8.09528 0.985877 7.47441 1.44541 7.16806Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.70711 10.2929C5.09763 10.6834 5.09763 11.3166 4.70711 11.7071L2.70711 13.7071C2.31658 14.0976 1.68342 14.0976 1.29289 13.7071C0.902369 13.3166 0.902369 12.6834 1.29289 12.2929L3.29289 10.2929C3.68342 9.90237 4.31658 9.90237 4.70711 10.2929ZM19.2929 10.2929C19.6834 9.90237 20.3166 9.90237 20.7071 10.2929L22.7071 12.2929C23.0976 12.6834 23.0976 13.3166 22.7071 13.7071C22.3166 14.0976 21.6834 14.0976 21.2929 13.7071L19.2929 11.7071C18.9024 11.3166 18.9024 10.6834 19.2929 10.2929ZM9.5145 12.6425C9.98808 12.9267 10.1416 13.5409 9.85749 14.0145L8.35749 16.5145C8.07334 16.9881 7.45908 17.1416 6.9855 16.8575C6.51192 16.5733 6.35836 15.9591 6.64251 15.4855L8.14251 12.9855C8.42666 12.5119 9.04092 12.3584 9.5145 12.6425ZM14.4855 12.6425C14.9591 12.3584 15.5733 12.5119 15.8575 12.9855L17.3575 15.4855C17.6416 15.9591 17.4881 16.5733 17.0145 16.8575C16.5409 17.1416 15.9267 16.9881 15.6425 16.5145L14.1425 14.0145C13.8584 13.5409 14.0119 12.9267 14.4855 12.6425Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.44541 7.16806C1.90493 6.8617 2.5258 6.98588 2.83216 7.44541C2.85837 7.48285 2.93295 7.58911 2.98827 7.66407C3.099 7.81408 3.26659 8.03284 3.48708 8.29742C3.92916 8.82792 4.57785 9.53538 5.4009 10.2408C7.06276 11.6653 9.33801 13.0001 12.0001 13.0001C14.6622 13.0001 16.9371 11.6653 18.599 10.2408C19.422 9.53538 20.0707 8.82792 20.5128 8.29742C20.7333 8.03284 20.9009 7.81408 21.0116 7.66407C21.0669 7.58911 21.1415 7.48285 21.1677 7.44541C21.4741 6.98588 22.095 6.8617 22.5545 7.16806C23.014 7.47441 23.1382 8.09528 22.8318 8.55481L22.8262 8.56282C22.786 8.62027 22.6834 8.76696 22.6208 8.85177C22.4893 9.02988 22.2975 9.27987 22.0493 9.57779C21.5538 10.1723 20.8275 10.9648 19.9006 11.7594C18.0624 13.3349 15.338 15.0001 12.0001 15.0001C8.6622 15.0001 5.93746 13.3349 4.09931 11.7594C3.17236 10.9648 2.44606 10.1723 1.95064 9.57779C1.70237 9.27987 1.51059 9.02988 1.37913 8.85177C1.31336 8.76267 1.20337 8.60526 1.16806 8.55481C0.861704 8.09528 0.985877 7.47441 1.44541 7.16806Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.70711 10.2929C5.09763 10.6834 5.09763 11.3166 4.70711 11.7071L2.70711 13.7071C2.31658 14.0976 1.68342 14.0976 1.29289 13.7071C0.902369 13.3166 0.902369 12.6834 1.29289 12.2929L3.29289 10.2929C3.68342 9.90237 4.31658 9.90237 4.70711 10.2929ZM19.2929 10.2929C19.6834 9.90237 20.3166 9.90237 20.7071 10.2929L22.7071 12.2929C23.0976 12.6834 23.0976 13.3166 22.7071 13.7071C22.3166 14.0976 21.6834 14.0976 21.2929 13.7071L19.2929 11.7071C18.9024 11.3166 18.9024 10.6834 19.2929 10.2929ZM9.5145 12.6425C9.98808 12.9267 10.1416 13.5409 9.85749 14.0145L8.35749 16.5145C8.07334 16.9881 7.45908 17.1416 6.9855 16.8575C6.51192 16.5733 6.35836 15.9591 6.64251 15.4855L8.14251 12.9855C8.42666 12.5119 9.04092 12.3584 9.5145 12.6425ZM14.4855 12.6425C14.9591 12.3584 15.5733 12.5119 15.8575 12.9855L17.3575 15.4855C17.6416 15.9591 17.4881 16.5733 17.0145 16.8575C16.5409 17.1416 15.9267 16.9881 15.6425 16.5145L14.1425 14.0145C13.8584 13.5409 14.0119 12.9267 14.4855 12.6425Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-editing-icons-view{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.52031 6.71298C7.22595 5.38141 9.42944 4.25 12 4.25C14.5706 4.25 16.774 5.38141 18.4797 6.71298C20.1869 8.04576 21.4487 9.61974 22.1546 10.6095L22.2078 10.6837C22.461 11.0358 22.75 11.4378 22.75 12C22.75 12.5622 22.461 12.9642 22.2078 13.3163L22.1546 13.3905C21.4487 14.3803 20.1869 15.9542 18.4797 17.287C16.774 18.6186 14.5706 19.75 12 19.75C9.42944 19.75 7.22595 18.6186 5.52031 17.287C3.81313 15.9542 2.55126 14.3803 1.84541 13.3905L1.79219 13.3163C1.53904 12.9642 1.25 12.5622 1.25 12C1.25 11.4378 1.53904 11.0358 1.79219 10.6837L1.84541 10.6095C2.55126 9.61974 3.81313 8.04576 5.52031 6.71298ZM8.5 12C8.5 13.933 10.067 15.5 12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.52031 6.71298C7.22595 5.38141 9.42944 4.25 12 4.25C14.5706 4.25 16.774 5.38141 18.4797 6.71298C20.1869 8.04576 21.4487 9.61974 22.1546 10.6095L22.2078 10.6837C22.461 11.0358 22.75 11.4378 22.75 12C22.75 12.5622 22.461 12.9642 22.2078 13.3163L22.1546 13.3905C21.4487 14.3803 20.1869 15.9542 18.4797 17.287C16.774 18.6186 14.5706 19.75 12 19.75C9.42944 19.75 7.22595 18.6186 5.52031 17.287C3.81313 15.9542 2.55126 14.3803 1.84541 13.3905L1.79219 13.3163C1.53904 12.9642 1.25 12.5622 1.25 12C1.25 11.4378 1.53904 11.0358 1.79219 10.6837L1.84541 10.6095C2.55126 9.61974 3.81313 8.04576 5.52031 6.71298ZM8.5 12C8.5 13.933 10.067 15.5 12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-audio-book-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4436 1.25H12.5564H12.5564H12.5564C14.3942 1.24999 15.8498 1.24997 16.989 1.40314C18.1614 1.56076 19.1104 1.89288 19.8588 2.64124C20.6071 3.38961 20.9392 4.33856 21.0969 5.51098C21.25 6.65018 21.25 8.10585 21.25 9.94359V17C21.25 17.082 21.2368 17.1609 21.2125 17.2348C21.1069 17.6738 20.7117 18 20.2402 18C19.4118 18 18.7402 18.6716 18.7402 19.5C18.7402 20.3284 19.4118 21 20.2402 21C20.7925 21 21.2402 21.4477 21.2402 22C21.2402 22.5339 20.8219 22.97 20.2951 22.9985C20.2811 22.9993 20.267 22.9997 20.2529 22.9999L20.2402 23H20.24H6.2099C4.2832 23 2.74609 21.4192 2.74609 19.5C2.74609 19.4439 2.74741 19.3882 2.75 19.3327V9.94357C2.74998 8.10582 2.74997 6.65019 2.90314 5.51098C3.06076 4.33856 3.39288 3.38961 4.14124 2.64124C4.88961 1.89288 5.83856 1.56076 7.01098 1.40314C8.15018 1.24997 9.60582 1.24999 11.4436 1.25H11.4436H11.4436ZM6.2099 18H17.0771C16.8611 18.4546 16.7402 18.9632 16.7402 19.5C16.7402 20.0368 16.8611 20.5454 17.0771 21H6.2099C5.41516 21 4.74609 20.3422 4.74609 19.5C4.74609 18.6578 5.41516 18 6.2099 18ZM13.2844 7.04531L13.3409 7.08124C13.914 7.44594 14.3823 7.7439 14.7196 8.01985C15.0662 8.30335 15.3473 8.62012 15.4477 9.04723C15.5174 9.3442 15.5174 9.65578 15.4477 9.95275C15.3473 10.3799 15.0662 10.6966 14.7196 10.9801C14.3823 11.2561 13.9141 11.554 13.3409 11.9187L13.3409 11.9187L13.2844 11.9547C12.7323 12.306 12.2785 12.5948 11.9042 12.7731C11.526 12.9532 11.1175 13.0773 10.6987 12.9444C10.4154 12.8545 10.1646 12.6861 9.96708 12.4628C9.68821 12.1477 9.59047 11.7305 9.54522 11.2827C9.49999 10.835 9.49999 10.2529 9.5 9.52885V9.52883V9.47114V9.47112C9.49999 8.74708 9.49999 8.16502 9.54522 7.71732C9.59047 7.26952 9.68821 6.85229 9.96708 6.53716C10.1646 6.31393 10.4154 6.14549 10.6987 6.05558C11.1175 5.92265 11.526 6.04675 11.9042 6.22692C12.2785 6.40521 12.7323 6.69398 13.2844 7.04531Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4436 1.25H12.5564H12.5564H12.5564C14.3942 1.24999 15.8498 1.24997 16.989 1.40314C18.1614 1.56076 19.1104 1.89288 19.8588 2.64124C20.6071 3.38961 20.9392 4.33856 21.0969 5.51098C21.25 6.65018 21.25 8.10585 21.25 9.94359V17C21.25 17.082 21.2368 17.1609 21.2125 17.2348C21.1069 17.6738 20.7117 18 20.2402 18C19.4118 18 18.7402 18.6716 18.7402 19.5C18.7402 20.3284 19.4118 21 20.2402 21C20.7925 21 21.2402 21.4477 21.2402 22C21.2402 22.5339 20.8219 22.97 20.2951 22.9985C20.2811 22.9993 20.267 22.9997 20.2529 22.9999L20.2402 23H20.24H6.2099C4.2832 23 2.74609 21.4192 2.74609 19.5C2.74609 19.4439 2.74741 19.3882 2.75 19.3327V9.94357C2.74998 8.10582 2.74997 6.65019 2.90314 5.51098C3.06076 4.33856 3.39288 3.38961 4.14124 2.64124C4.88961 1.89288 5.83856 1.56076 7.01098 1.40314C8.15018 1.24997 9.60582 1.24999 11.4436 1.25H11.4436H11.4436ZM6.2099 18H17.0771C16.8611 18.4546 16.7402 18.9632 16.7402 19.5C16.7402 20.0368 16.8611 20.5454 17.0771 21H6.2099C5.41516 21 4.74609 20.3422 4.74609 19.5C4.74609 18.6578 5.41516 18 6.2099 18ZM13.2844 7.04531L13.3409 7.08124C13.914 7.44594 14.3823 7.7439 14.7196 8.01985C15.0662 8.30335 15.3473 8.62012 15.4477 9.04723C15.5174 9.3442 15.5174 9.65578 15.4477 9.95275C15.3473 10.3799 15.0662 10.6966 14.7196 10.9801C14.3823 11.2561 13.9141 11.554 13.3409 11.9187L13.3409 11.9187L13.2844 11.9547C12.7323 12.306 12.2785 12.5948 11.9042 12.7731C11.526 12.9532 11.1175 13.0773 10.6987 12.9444C10.4154 12.8545 10.1646 12.6861 9.96708 12.4628C9.68821 12.1477 9.59047 11.7305 9.54522 11.2827C9.49999 10.835 9.49999 10.2529 9.5 9.52885V9.52883V9.47114V9.47112C9.49999 8.74708 9.49999 8.16502 9.54522 7.71732C9.59047 7.26952 9.68821 6.85229 9.96708 6.53716C10.1646 6.31393 10.4154 6.14549 10.6987 6.05558C11.1175 5.92265 11.526 6.04675 11.9042 6.22692C12.2785 6.40521 12.7323 6.69398 13.2844 7.04531Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-audio-book-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.25391 5C2.25391 2.79086 4.04477 1 6.25391 1H18.2539C18.8062 1 19.2539 1.44772 19.2539 2C19.2539 2.55228 18.8062 3 18.2539 3H6.25391C5.14934 3 4.25391 3.89543 4.25391 5C4.25391 6.10457 5.14934 7 6.25391 7H15.601C15.7895 7 15.8838 7 15.9424 6.94142C16.001 6.88284 16.001 6.78856 16.001 6.6V6.5C16.001 6.22386 15.7771 6 15.501 6H7.00098C6.44869 6 6.00098 5.55228 6.00098 5C6.00098 4.44772 6.44869 4 7.00098 4H15.501C16.8817 4 18.001 5.11929 18.001 6.5V6.85C18.001 7.0315 18.001 7.12225 18.0497 7.1786C18.0985 7.23494 18.1989 7.24953 18.3997 7.2787C19.7295 7.47185 20.751 8.61664 20.751 10V11.8117C20.751 12.1954 20.751 12.3873 20.6356 12.4146C20.5203 12.442 20.432 12.2666 20.2555 11.9158C20.2035 11.8124 20.1464 11.7112 20.0811 11.6133C19.47 10.6966 18.3309 10.288 17.2765 10.6073C16.2221 10.9265 15.501 11.8983 15.501 13V14.1C15.501 14.2851 15.501 14.3776 15.4479 14.4351C15.3948 14.4925 15.2969 14.5003 15.101 14.5158C12.5266 14.7195 10.501 16.8732 10.501 19.5C10.501 20.4693 10.7768 21.3742 11.2542 22.1404C11.4097 22.3901 11.4875 22.5149 11.4684 22.5959C11.4593 22.6344 11.4436 22.6629 11.4157 22.6909C11.357 22.75 11.2195 22.75 10.9446 22.75C9.10683 22.75 7.65116 22.75 6.51196 22.5969C5.33953 22.4392 4.39058 22.1071 3.64222 21.3588C2.89386 20.6104 2.56174 19.6614 2.40411 18.489C2.25095 17.3498 2.25096 15.8942 2.25098 14.0564V5H2.25391Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7112 12.043C18.133 11.9153 18.5886 12.0787 18.833 12.4454C18.9338 12.5965 19.0057 12.7639 19.0512 12.8738C19.0792 12.9416 19.1142 13.0307 19.1469 13.1142C19.1665 13.1641 19.1853 13.212 19.2013 13.2521C19.3032 13.5068 19.4151 13.7595 19.568 13.9982C19.8517 14.441 20.2914 14.868 21.1654 15.0137C21.7101 15.1045 22.0782 15.6197 21.9874 16.1645C21.8966 16.7092 21.3813 17.0773 20.8366 16.9865C20.0805 16.8605 19.4796 16.5948 19.001 16.2577V19.5001C19.001 21.4331 17.434 23.0001 15.501 23.0001C13.568 23.0001 12.001 21.4331 12.001 19.5001C12.001 17.5671 13.568 16.0001 15.501 16.0001C16.0378 16.0001 16.5463 16.1209 17.001 16.3369V13.0001C17.001 12.5594 17.2894 12.1707 17.7112 12.043ZM17.001 19.5001C17.001 18.6717 16.3294 18.0001 15.501 18.0001C14.6725 18.0001 14.001 18.6717 14.001 19.5001C14.001 20.3285 14.6725 21.0001 15.501 21.0001C16.3294 21.0001 17.001 20.3285 17.001 19.5001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.25391 5C2.25391 2.79086 4.04477 1 6.25391 1H18.2539C18.8062 1 19.2539 1.44772 19.2539 2C19.2539 2.55228 18.8062 3 18.2539 3H6.25391C5.14934 3 4.25391 3.89543 4.25391 5C4.25391 6.10457 5.14934 7 6.25391 7H15.601C15.7895 7 15.8838 7 15.9424 6.94142C16.001 6.88284 16.001 6.78856 16.001 6.6V6.5C16.001 6.22386 15.7771 6 15.501 6H7.00098C6.44869 6 6.00098 5.55228 6.00098 5C6.00098 4.44772 6.44869 4 7.00098 4H15.501C16.8817 4 18.001 5.11929 18.001 6.5V6.85C18.001 7.0315 18.001 7.12225 18.0497 7.1786C18.0985 7.23494 18.1989 7.24953 18.3997 7.2787C19.7295 7.47185 20.751 8.61664 20.751 10V11.8117C20.751 12.1954 20.751 12.3873 20.6356 12.4146C20.5203 12.442 20.432 12.2666 20.2555 11.9158C20.2035 11.8124 20.1464 11.7112 20.0811 11.6133C19.47 10.6966 18.3309 10.288 17.2765 10.6073C16.2221 10.9265 15.501 11.8983 15.501 13V14.1C15.501 14.2851 15.501 14.3776 15.4479 14.4351C15.3948 14.4925 15.2969 14.5003 15.101 14.5158C12.5266 14.7195 10.501 16.8732 10.501 19.5C10.501 20.4693 10.7768 21.3742 11.2542 22.1404C11.4097 22.3901 11.4875 22.5149 11.4684 22.5959C11.4593 22.6344 11.4436 22.6629 11.4157 22.6909C11.357 22.75 11.2195 22.75 10.9446 22.75C9.10683 22.75 7.65116 22.75 6.51196 22.5969C5.33953 22.4392 4.39058 22.1071 3.64222 21.3588C2.89386 20.6104 2.56174 19.6614 2.40411 18.489C2.25095 17.3498 2.25096 15.8942 2.25098 14.0564V5H2.25391Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7112 12.043C18.133 11.9153 18.5886 12.0787 18.833 12.4454C18.9338 12.5965 19.0057 12.7639 19.0512 12.8738C19.0792 12.9416 19.1142 13.0307 19.1469 13.1142C19.1665 13.1641 19.1853 13.212 19.2013 13.2521C19.3032 13.5068 19.4151 13.7595 19.568 13.9982C19.8517 14.441 20.2914 14.868 21.1654 15.0137C21.7101 15.1045 22.0782 15.6197 21.9874 16.1645C21.8966 16.7092 21.3813 17.0773 20.8366 16.9865C20.0805 16.8605 19.4796 16.5948 19.001 16.2577V19.5001C19.001 21.4331 17.434 23.0001 15.501 23.0001C13.568 23.0001 12.001 21.4331 12.001 19.5001C12.001 17.5671 13.568 16.0001 15.501 16.0001C16.0378 16.0001 16.5463 16.1209 17.001 16.3369V13.0001C17.001 12.5594 17.2894 12.1707 17.7112 12.043ZM17.001 19.5001C17.001 18.6717 16.3294 18.0001 15.501 18.0001C14.6725 18.0001 14.001 18.6717 14.001 19.5001C14.001 20.3285 14.6725 21.0001 15.501 21.0001C16.3294 21.0001 17.001 20.3285 17.001 19.5001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-audio-book-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.24316 5C2.24316 2.79086 4.03403 1 6.24316 1H18.2432C18.7954 1 19.2432 1.44772 19.2432 2C19.2432 2.55228 18.7954 3 18.2432 3H6.24316C5.13859 3 4.24316 3.89543 4.24316 5C4.24316 6.10457 5.13859 7 6.24316 7H15.6C15.7886 7 15.8828 7 15.9414 6.94142C16 6.88284 16 6.78856 16 6.6V6.5C16 6.22386 15.7761 6 15.5 6H7C6.44772 6 6 5.55228 6 5C6 4.44772 6.44772 4 7 4H15.5C16.8807 4 18 5.11929 18 6.5V6.85C18 7.0315 18 7.12225 18.0488 7.1786C18.0975 7.23494 18.1979 7.24953 18.3987 7.2787C19.7286 7.47185 20.75 8.61664 20.75 10V10.3162C20.75 10.5304 20.75 10.6376 20.6907 10.6963C20.6313 10.755 20.511 10.7537 20.2702 10.7512C19.2928 10.7409 18.5252 11.2548 18.1721 11.516C17.6579 11.8964 17.0868 12.4582 16.537 12.999C16.3501 13.1828 16.1697 13.2452 15.9161 13.2444C15.6238 13.2433 15.2392 13.242 14.8594 13.28C14.4436 13.3216 13.8589 13.4291 13.2827 13.8077C12.2746 14.4701 11.9287 15.446 11.8139 16.1335C11.7427 16.5597 11.7542 17.5025 11.7542 17.5025C11.7542 17.5025 11.7427 18.4454 11.8139 18.8715C11.9287 19.559 12.2746 20.5349 13.2827 21.1973C13.8589 21.5759 14.4436 21.6834 14.8594 21.725C15.2392 21.763 15.6238 21.7617 15.9161 21.7606C16.1697 21.7598 16.3501 21.8222 16.537 22.0059C16.6154 22.0831 16.6943 22.1607 16.7734 22.2381C16.894 22.3562 16.9544 22.4153 16.9354 22.4741C16.9165 22.533 16.8347 22.5455 16.6712 22.5707C16.6111 22.5799 16.5504 22.5886 16.489 22.5969C15.3498 22.75 13.8942 22.75 12.0565 22.75H10.9436C9.10585 22.75 7.65018 22.75 6.51098 22.5969C5.33856 22.4392 4.38961 22.1071 3.64124 21.3588C2.89288 20.6104 2.56076 19.6614 2.40314 18.489C2.24997 17.3498 2.24999 15.8942 2.25 14.0564V5.23582C2.24546 5.15779 2.24316 5.07917 2.24316 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7434 12.3503C20.0784 12.0793 19.4809 12.4104 19.0647 12.7184C18.6366 13.0353 18.1289 13.5349 17.5297 14.1245C17.3288 14.3222 17.1172 14.538 16.8502 14.6435C16.6894 14.7071 16.4764 14.7424 16.0421 14.7424C15.6981 14.7424 15.3517 14.7361 15.009 14.7704C14.7094 14.8003 14.3971 14.8684 14.1069 15.0592C13.5704 15.4119 13.3682 15.9331 13.2936 16.3799C13.2386 16.7093 13.2445 17.0761 13.2486 17.3377C13.2505 17.4594 13.2505 17.5433 13.2486 17.6649C13.2445 17.9265 13.2386 18.2934 13.2936 18.6227C13.3682 19.0696 13.5704 19.5907 14.1069 19.9434C14.3971 20.1342 14.7094 20.2023 15.009 20.2323C15.3517 20.2666 15.6981 20.2602 16.0421 20.2602C16.4764 20.2602 16.6894 20.2955 16.8502 20.3591C17.1172 20.4646 17.3288 20.6804 17.5297 20.8781C18.1289 21.4678 18.6366 21.9673 19.0647 22.2842C19.4809 22.5922 20.0784 22.9234 20.7434 22.6524C21.4143 22.3789 21.6019 21.7191 21.6753 21.2085C21.7505 20.685 21.7505 19.9774 21.7504 19.1448V15.8579C21.7505 15.0252 21.7505 14.3176 21.6753 13.7942C21.6019 13.2835 21.4143 12.6237 20.7434 12.3503Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.24316 5C2.24316 2.79086 4.03403 1 6.24316 1H18.2432C18.7954 1 19.2432 1.44772 19.2432 2C19.2432 2.55228 18.7954 3 18.2432 3H6.24316C5.13859 3 4.24316 3.89543 4.24316 5C4.24316 6.10457 5.13859 7 6.24316 7H15.6C15.7886 7 15.8828 7 15.9414 6.94142C16 6.88284 16 6.78856 16 6.6V6.5C16 6.22386 15.7761 6 15.5 6H7C6.44772 6 6 5.55228 6 5C6 4.44772 6.44772 4 7 4H15.5C16.8807 4 18 5.11929 18 6.5V6.85C18 7.0315 18 7.12225 18.0488 7.1786C18.0975 7.23494 18.1979 7.24953 18.3987 7.2787C19.7286 7.47185 20.75 8.61664 20.75 10V10.3162C20.75 10.5304 20.75 10.6376 20.6907 10.6963C20.6313 10.755 20.511 10.7537 20.2702 10.7512C19.2928 10.7409 18.5252 11.2548 18.1721 11.516C17.6579 11.8964 17.0868 12.4582 16.537 12.999C16.3501 13.1828 16.1697 13.2452 15.9161 13.2444C15.6238 13.2433 15.2392 13.242 14.8594 13.28C14.4436 13.3216 13.8589 13.4291 13.2827 13.8077C12.2746 14.4701 11.9287 15.446 11.8139 16.1335C11.7427 16.5597 11.7542 17.5025 11.7542 17.5025C11.7542 17.5025 11.7427 18.4454 11.8139 18.8715C11.9287 19.559 12.2746 20.5349 13.2827 21.1973C13.8589 21.5759 14.4436 21.6834 14.8594 21.725C15.2392 21.763 15.6238 21.7617 15.9161 21.7606C16.1697 21.7598 16.3501 21.8222 16.537 22.0059C16.6154 22.0831 16.6943 22.1607 16.7734 22.2381C16.894 22.3562 16.9544 22.4153 16.9354 22.4741C16.9165 22.533 16.8347 22.5455 16.6712 22.5707C16.6111 22.5799 16.5504 22.5886 16.489 22.5969C15.3498 22.75 13.8942 22.75 12.0565 22.75H10.9436C9.10585 22.75 7.65018 22.75 6.51098 22.5969C5.33856 22.4392 4.38961 22.1071 3.64124 21.3588C2.89288 20.6104 2.56076 19.6614 2.40314 18.489C2.24997 17.3498 2.24999 15.8942 2.25 14.0564V5.23582C2.24546 5.15779 2.24316 5.07917 2.24316 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7434 12.3503C20.0784 12.0793 19.4809 12.4104 19.0647 12.7184C18.6366 13.0353 18.1289 13.5349 17.5297 14.1245C17.3288 14.3222 17.1172 14.538 16.8502 14.6435C16.6894 14.7071 16.4764 14.7424 16.0421 14.7424C15.6981 14.7424 15.3517 14.7361 15.009 14.7704C14.7094 14.8003 14.3971 14.8684 14.1069 15.0592C13.5704 15.4119 13.3682 15.9331 13.2936 16.3799C13.2386 16.7093 13.2445 17.0761 13.2486 17.3377C13.2505 17.4594 13.2505 17.5433 13.2486 17.6649C13.2445 17.9265 13.2386 18.2934 13.2936 18.6227C13.3682 19.0696 13.5704 19.5907 14.1069 19.9434C14.3971 20.1342 14.7094 20.2023 15.009 20.2323C15.3517 20.2666 15.6981 20.2602 16.0421 20.2602C16.4764 20.2602 16.6894 20.2955 16.8502 20.3591C17.1172 20.4646 17.3288 20.6804 17.5297 20.8781C18.1289 21.4678 18.6366 21.9673 19.0647 22.2842C19.4809 22.5922 20.0784 22.9234 20.7434 22.6524C21.4143 22.3789 21.6019 21.7191 21.6753 21.2085C21.7505 20.685 21.7505 19.9774 21.7504 19.1448V15.8579C21.7505 15.0252 21.7505 14.3176 21.6753 13.7942C21.6019 13.2835 21.4143 12.6237 20.7434 12.3503Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-audio-book-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.62469 11.406C8.64471 11.4095 8.66474 11.413 8.68475 11.4165C10.1558 11.6743 11.2707 12.1416 12 12.6041C12.7293 12.1416 13.8442 11.6743 15.3152 11.4165C15.3353 11.413 15.3553 11.4095 15.3753 11.406C15.8125 11.3292 16.2506 11.2523 16.6307 11.2501C17.0858 11.2473 17.5448 11.3473 17.968 11.681C18.4203 12.0377 18.6068 12.502 18.6845 12.961C18.7502 13.3496 18.7501 13.8204 18.75 14.299C18.75 14.3202 18.75 14.3413 18.75 14.3625L18.75 18.2497C18.75 18.6955 18.7501 19.1103 18.7099 19.4493C18.6663 19.8171 18.5623 20.2383 18.2446 20.6002C17.9165 20.974 17.4681 21.137 17.0978 21.2383C16.7254 21.3401 16.2458 21.4241 15.6949 21.5206L15.6501 21.5285C14.6867 21.6972 13.9561 21.9626 13.4498 22.214L13.429 22.2243C13.1548 22.3605 12.9199 22.4771 12.7362 22.5584C12.6409 22.6006 12.5371 22.6433 12.4331 22.6766C12.3391 22.7067 12.183 22.75 12 22.75C11.817 22.75 11.6609 22.7067 11.5669 22.6766C11.4629 22.6433 11.3591 22.6006 11.2638 22.5584C11.0801 22.4771 10.8452 22.3605 10.5709 22.2243L10.5502 22.214C10.0439 21.9626 9.31329 21.6972 8.34992 21.5285L8.30512 21.5206C7.75423 21.4241 7.27458 21.3401 6.90223 21.2383C6.53195 21.137 6.08354 20.974 5.75539 20.6002C5.43766 20.2383 5.33369 19.8171 5.2901 19.4493C5.24992 19.1103 5.24997 18.6955 5.25002 18.2496C5.25002 18.2333 5.25002 18.217 5.25002 18.2006V14.3625C5.25002 14.3413 5.25002 14.3202 5.25001 14.299C5.24988 13.8204 5.24976 13.3496 5.3155 12.961C5.39316 12.5021 5.57967 12.0377 6.03198 11.681C6.45521 11.3473 6.91418 11.2473 7.36933 11.2501C7.74936 11.2523 8.18749 11.3292 8.62469 11.406ZM11.0357 14.2674C10.605 13.9791 9.72967 13.5458 8.34992 13.3041C7.8276 13.2126 7.55409 13.1679 7.35761 13.1667C7.28268 13.1662 7.2501 13.1734 7.24158 13.1756C7.23588 13.1921 7.22664 13.2241 7.21737 13.2789C7.18176 13.4893 7.17859 13.7948 7.17859 14.3625V18.2006C7.17859 18.7126 7.18017 19.012 7.20542 19.2251C7.21076 19.2702 7.21645 19.3036 7.22144 19.3277C7.25872 19.3428 7.31971 19.3645 7.41392 19.3903C7.68767 19.4652 8.07595 19.5342 8.68475 19.6409C9.62426 19.8055 10.4079 20.0532 11.0357 20.3249V14.2674ZM12.9643 20.3249C13.5921 20.0532 14.3757 19.8055 15.3152 19.6409C15.924 19.5342 16.3123 19.4652 16.5861 19.3903C16.6803 19.3645 16.7413 19.3428 16.7786 19.3277C16.7835 19.3036 16.7892 19.2702 16.7946 19.2251C16.8198 19.012 16.8214 18.7126 16.8214 18.2006V14.3625C16.8214 13.7948 16.8182 13.4893 16.7826 13.2789C16.7734 13.2241 16.7641 13.1921 16.7584 13.1756C16.7499 13.1734 16.7173 13.1662 16.6424 13.1667C16.4459 13.1679 16.1724 13.2126 15.6501 13.3041C14.2703 13.5458 13.395 13.9791 12.9643 14.2674V20.3249Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5 10.125C5 6.34283 8.1191 3.25 12 3.25C15.8809 3.25 19 6.34283 19 10.125C19 10.2713 18.9092 10.4016 18.7767 10.4636C18.696 10.5013 18.6172 10.5409 18.5403 10.5795L18.4664 10.6165L18.4154 10.6416C18.1232 10.7845 17.5413 11.0691 17.325 11.7691C17.2487 12.0164 17.2493 12.2795 17.2499 12.5175L17.25 12.5789V16.4211L17.2499 16.4825C17.2493 16.7205 17.2487 16.9836 17.325 17.2309C17.5413 17.9309 18.1232 18.2155 18.4154 18.3584L18.4664 18.3835L18.5403 18.4205C18.8203 18.5611 19.1262 18.7146 19.4514 18.7434C19.8136 18.7754 20.1767 18.6901 20.4868 18.4998C20.7652 18.3289 20.9703 18.0547 21.1576 17.8043L21.207 17.7383C21.2738 17.6496 21.358 17.5428 21.4498 17.4264C21.6208 17.2097 21.8181 16.9594 21.978 16.7306C22.244 16.3499 22.5114 15.8922 22.6441 15.3611C22.7853 14.7957 22.7853 14.2043 22.6441 13.6389C22.4684 12.9356 22.003 12.318 21.3406 11.4391L21.2455 11.3128C21.2345 11.2983 21.2143 11.2702 21.1889 11.235C21.0998 11.1115 21.0552 11.0497 21.0317 10.9868C21.0261 10.9718 21.0219 10.959 21.0177 10.9435C21 10.8787 21 10.8062 21 10.661V10.125C21 5.20868 16.9557 1.25 12 1.25C7.04434 1.25 3 5.20868 3 10.125V10.6471C3 10.8119 3 10.8943 2.97776 10.9663C2.97541 10.9739 2.97345 10.9798 2.97077 10.9873C2.94536 11.0583 2.89202 11.1295 2.78534 11.2719L2.7545 11.313L2.65937 11.4393C1.99703 12.3181 1.53158 12.9357 1.35593 13.6389C1.21469 14.2044 1.21469 14.7957 1.35593 15.3612C1.48857 15.8922 1.75598 16.3498 2.02198 16.7306C2.18185 16.9594 2.3791 17.2094 2.55005 17.4262C2.64187 17.5426 2.7262 17.6495 2.79297 17.7382L2.82447 17.7803C3.08678 18.1313 3.60644 18.8266 4.54861 18.7433C4.87382 18.7145 5.17969 18.561 5.45969 18.4204L5.53355 18.3834L5.58863 18.3561C5.80269 18.2501 6.03832 18.1335 6.22562 17.9553C6.7517 17.4549 6.75063 16.8089 6.75004 16.4547L6.75 16.4211V12.579L6.75004 12.5454C6.75063 12.1912 6.7517 11.5451 6.22562 11.0448C6.03832 10.8666 5.80269 10.7499 5.58863 10.644L5.53355 10.6166L5.45969 10.5797C5.38285 10.5411 5.30406 10.5015 5.22346 10.4638C5.09083 10.4018 5 10.2714 5 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.62469 11.406C8.64471 11.4095 8.66474 11.413 8.68475 11.4165C10.1558 11.6743 11.2707 12.1416 12 12.6041C12.7293 12.1416 13.8442 11.6743 15.3152 11.4165C15.3353 11.413 15.3553 11.4095 15.3753 11.406C15.8125 11.3292 16.2506 11.2523 16.6307 11.2501C17.0858 11.2473 17.5448 11.3473 17.968 11.681C18.4203 12.0377 18.6068 12.502 18.6845 12.961C18.7502 13.3496 18.7501 13.8204 18.75 14.299C18.75 14.3202 18.75 14.3413 18.75 14.3625L18.75 18.2497C18.75 18.6955 18.7501 19.1103 18.7099 19.4493C18.6663 19.8171 18.5623 20.2383 18.2446 20.6002C17.9165 20.974 17.4681 21.137 17.0978 21.2383C16.7254 21.3401 16.2458 21.4241 15.6949 21.5206L15.6501 21.5285C14.6867 21.6972 13.9561 21.9626 13.4498 22.214L13.429 22.2243C13.1548 22.3605 12.9199 22.4771 12.7362 22.5584C12.6409 22.6006 12.5371 22.6433 12.4331 22.6766C12.3391 22.7067 12.183 22.75 12 22.75C11.817 22.75 11.6609 22.7067 11.5669 22.6766C11.4629 22.6433 11.3591 22.6006 11.2638 22.5584C11.0801 22.4771 10.8452 22.3605 10.5709 22.2243L10.5502 22.214C10.0439 21.9626 9.31329 21.6972 8.34992 21.5285L8.30512 21.5206C7.75423 21.4241 7.27458 21.3401 6.90223 21.2383C6.53195 21.137 6.08354 20.974 5.75539 20.6002C5.43766 20.2383 5.33369 19.8171 5.2901 19.4493C5.24992 19.1103 5.24997 18.6955 5.25002 18.2496C5.25002 18.2333 5.25002 18.217 5.25002 18.2006V14.3625C5.25002 14.3413 5.25002 14.3202 5.25001 14.299C5.24988 13.8204 5.24976 13.3496 5.3155 12.961C5.39316 12.5021 5.57967 12.0377 6.03198 11.681C6.45521 11.3473 6.91418 11.2473 7.36933 11.2501C7.74936 11.2523 8.18749 11.3292 8.62469 11.406ZM11.0357 14.2674C10.605 13.9791 9.72967 13.5458 8.34992 13.3041C7.8276 13.2126 7.55409 13.1679 7.35761 13.1667C7.28268 13.1662 7.2501 13.1734 7.24158 13.1756C7.23588 13.1921 7.22664 13.2241 7.21737 13.2789C7.18176 13.4893 7.17859 13.7948 7.17859 14.3625V18.2006C7.17859 18.7126 7.18017 19.012 7.20542 19.2251C7.21076 19.2702 7.21645 19.3036 7.22144 19.3277C7.25872 19.3428 7.31971 19.3645 7.41392 19.3903C7.68767 19.4652 8.07595 19.5342 8.68475 19.6409C9.62426 19.8055 10.4079 20.0532 11.0357 20.3249V14.2674ZM12.9643 20.3249C13.5921 20.0532 14.3757 19.8055 15.3152 19.6409C15.924 19.5342 16.3123 19.4652 16.5861 19.3903C16.6803 19.3645 16.7413 19.3428 16.7786 19.3277C16.7835 19.3036 16.7892 19.2702 16.7946 19.2251C16.8198 19.012 16.8214 18.7126 16.8214 18.2006V14.3625C16.8214 13.7948 16.8182 13.4893 16.7826 13.2789C16.7734 13.2241 16.7641 13.1921 16.7584 13.1756C16.7499 13.1734 16.7173 13.1662 16.6424 13.1667C16.4459 13.1679 16.1724 13.2126 15.6501 13.3041C14.2703 13.5458 13.395 13.9791 12.9643 14.2674V20.3249Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5 10.125C5 6.34283 8.1191 3.25 12 3.25C15.8809 3.25 19 6.34283 19 10.125C19 10.2713 18.9092 10.4016 18.7767 10.4636C18.696 10.5013 18.6172 10.5409 18.5403 10.5795L18.4664 10.6165L18.4154 10.6416C18.1232 10.7845 17.5413 11.0691 17.325 11.7691C17.2487 12.0164 17.2493 12.2795 17.2499 12.5175L17.25 12.5789V16.4211L17.2499 16.4825C17.2493 16.7205 17.2487 16.9836 17.325 17.2309C17.5413 17.9309 18.1232 18.2155 18.4154 18.3584L18.4664 18.3835L18.5403 18.4205C18.8203 18.5611 19.1262 18.7146 19.4514 18.7434C19.8136 18.7754 20.1767 18.6901 20.4868 18.4998C20.7652 18.3289 20.9703 18.0547 21.1576 17.8043L21.207 17.7383C21.2738 17.6496 21.358 17.5428 21.4498 17.4264C21.6208 17.2097 21.8181 16.9594 21.978 16.7306C22.244 16.3499 22.5114 15.8922 22.6441 15.3611C22.7853 14.7957 22.7853 14.2043 22.6441 13.6389C22.4684 12.9356 22.003 12.318 21.3406 11.4391L21.2455 11.3128C21.2345 11.2983 21.2143 11.2702 21.1889 11.235C21.0998 11.1115 21.0552 11.0497 21.0317 10.9868C21.0261 10.9718 21.0219 10.959 21.0177 10.9435C21 10.8787 21 10.8062 21 10.661V10.125C21 5.20868 16.9557 1.25 12 1.25C7.04434 1.25 3 5.20868 3 10.125V10.6471C3 10.8119 3 10.8943 2.97776 10.9663C2.97541 10.9739 2.97345 10.9798 2.97077 10.9873C2.94536 11.0583 2.89202 11.1295 2.78534 11.2719L2.7545 11.313L2.65937 11.4393C1.99703 12.3181 1.53158 12.9357 1.35593 13.6389C1.21469 14.2044 1.21469 14.7957 1.35593 15.3612C1.48857 15.8922 1.75598 16.3498 2.02198 16.7306C2.18185 16.9594 2.3791 17.2094 2.55005 17.4262C2.64187 17.5426 2.7262 17.6495 2.79297 17.7382L2.82447 17.7803C3.08678 18.1313 3.60644 18.8266 4.54861 18.7433C4.87382 18.7145 5.17969 18.561 5.45969 18.4204L5.53355 18.3834L5.58863 18.3561C5.80269 18.2501 6.03832 18.1335 6.22562 17.9553C6.7517 17.4549 6.75063 16.8089 6.75004 16.4547L6.75 16.4211V12.579L6.75004 12.5454C6.75063 12.1912 6.7517 11.5451 6.22562 11.0448C6.03832 10.8666 5.80269 10.7499 5.58863 10.644L5.53355 10.6166L5.45969 10.5797C5.38285 10.5411 5.30406 10.5015 5.22346 10.4638C5.09083 10.4018 5 10.2714 5 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-backpack-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4983 19.5268C19.0237 20.9252 17.9256 22.0232 16.5272 22.4979C15.7829 22.7506 14.8911 22.7504 13.4927 22.75H10.5081C9.10976 22.7504 8.21792 22.7506 7.47358 22.4979C6.07522 22.0232 4.97717 20.9252 4.50249 19.5268C4.41426 19.2669 4.35687 18.989 4.31955 18.6778C4.26381 18.2131 4.23594 17.9807 4.35322 17.7247C4.47049 17.4687 4.68353 17.3254 5.10962 17.0387C7.09229 15.7047 9.19448 14.75 12.0004 14.75C14.4464 14.75 17.2494 15.724 19.0718 17.0999C19.3884 17.3389 19.5467 17.4584 19.6515 17.6981C19.7564 17.9378 19.7361 18.1408 19.6956 18.5469C19.6592 18.9119 19.5988 19.231 19.4983 19.5268Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9747 1.25H12.0252H12.0253H12.0253C12.4697 1.24999 12.8408 1.24999 13.1454 1.27077C13.4625 1.29241 13.762 1.33905 14.0524 1.45933C14.7262 1.73844 15.2616 2.27379 15.5407 2.94762C15.6609 3.23801 15.7076 3.53754 15.7292 3.85464C15.75 4.15924 15.75 4.53026 15.75 4.9747V4.97472V4.97474V5.21603C18.1352 6.53735 19.75 9.0801 19.75 12L19.75 14.8896C19.75 15.2356 19.75 15.4086 19.6459 15.4654C19.5418 15.5223 19.392 15.4261 19.0924 15.2337C17.1487 13.9853 14.6735 13.25 12 13.25C9.32653 13.25 6.85128 13.9853 4.90764 15.2336C4.60804 15.426 4.45825 15.5223 4.35412 15.4654C4.25 15.4085 4.25 15.2355 4.25 14.8896V14.8896V14.8896L4.25002 12C4.25002 9.08012 5.86477 6.53738 8.25 5.21606V4.97475C8.24999 4.53029 8.24998 4.15925 8.27077 3.85464C8.2924 3.53754 8.33904 3.23801 8.45933 2.94762C8.73844 2.27379 9.27379 1.73844 9.94762 1.45933C10.238 1.33905 10.5375 1.29241 10.8546 1.27077C11.1592 1.24999 11.5303 1.24999 11.9747 1.25H11.9747H11.9747ZM14.2327 3.95674C14.2441 4.12357 14.248 4.32318 14.2493 4.58145C13.5374 4.3659 12.7823 4.25 12 4.25C11.2178 4.25 10.4626 4.3659 9.75068 4.58146C9.75201 4.32318 9.7559 4.12357 9.76729 3.95674C9.78371 3.71602 9.81319 3.5988 9.84515 3.52165C9.97201 3.21536 10.2154 2.97202 10.5216 2.84515C10.5988 2.81319 10.716 2.78372 10.9567 2.76729C11.2042 2.75041 11.5238 2.75 12 2.75C12.4762 2.75 12.7958 2.75041 13.0433 2.76729C13.284 2.78372 13.4012 2.81319 13.4784 2.84515C13.7846 2.97202 14.028 3.21536 14.1548 3.52165C14.1868 3.5988 14.2163 3.71602 14.2327 3.95674ZM11 9.25C10.5858 9.25 10.25 9.58579 10.25 10C10.25 10.4142 10.5858 10.75 11 10.75H13C13.4142 10.75 13.75 10.4142 13.75 10C13.75 9.58579 13.4142 9.25 13 9.25H11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.99993 16.655L3.00002 13.5511C3.00003 13.2247 3.00004 13.0615 2.87927 13.0094C2.75849 12.9573 2.64815 13.0614 2.42746 13.2695C1.7025 13.9533 1.25 14.9228 1.25 15.998V17.2837C1.25 18.2584 1.81589 19.1009 2.63705 19.5007C2.87242 19.6153 2.9901 19.6726 3.08757 19.6005C3.18504 19.5284 3.16111 19.3762 3.11327 19.072C2.99869 18.3433 2.99928 17.541 2.99993 16.655Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.0005 16.6551C21.0012 17.541 21.0018 18.3433 20.8872 19.0719C20.8394 19.3762 20.8154 19.5284 20.9129 19.6004C21.0104 19.6725 21.1281 19.6152 21.3635 19.5006C22.1844 19.1008 22.7502 18.2584 22.7502 17.2838V15.9981C22.7502 14.923 22.2978 13.9536 21.573 13.2698C21.3523 13.0617 21.242 12.9576 21.1212 13.0097C21.0004 13.0618 21.0004 13.225 21.0004 13.5514L21.0005 16.6551Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4983 19.5268C19.0237 20.9252 17.9256 22.0232 16.5272 22.4979C15.7829 22.7506 14.8911 22.7504 13.4927 22.75H10.5081C9.10976 22.7504 8.21792 22.7506 7.47358 22.4979C6.07522 22.0232 4.97717 20.9252 4.50249 19.5268C4.41426 19.2669 4.35687 18.989 4.31955 18.6778C4.26381 18.2131 4.23594 17.9807 4.35322 17.7247C4.47049 17.4687 4.68353 17.3254 5.10962 17.0387C7.09229 15.7047 9.19448 14.75 12.0004 14.75C14.4464 14.75 17.2494 15.724 19.0718 17.0999C19.3884 17.3389 19.5467 17.4584 19.6515 17.6981C19.7564 17.9378 19.7361 18.1408 19.6956 18.5469C19.6592 18.9119 19.5988 19.231 19.4983 19.5268Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9747 1.25H12.0252H12.0253H12.0253C12.4697 1.24999 12.8408 1.24999 13.1454 1.27077C13.4625 1.29241 13.762 1.33905 14.0524 1.45933C14.7262 1.73844 15.2616 2.27379 15.5407 2.94762C15.6609 3.23801 15.7076 3.53754 15.7292 3.85464C15.75 4.15924 15.75 4.53026 15.75 4.9747V4.97472V4.97474V5.21603C18.1352 6.53735 19.75 9.0801 19.75 12L19.75 14.8896C19.75 15.2356 19.75 15.4086 19.6459 15.4654C19.5418 15.5223 19.392 15.4261 19.0924 15.2337C17.1487 13.9853 14.6735 13.25 12 13.25C9.32653 13.25 6.85128 13.9853 4.90764 15.2336C4.60804 15.426 4.45825 15.5223 4.35412 15.4654C4.25 15.4085 4.25 15.2355 4.25 14.8896V14.8896V14.8896L4.25002 12C4.25002 9.08012 5.86477 6.53738 8.25 5.21606V4.97475C8.24999 4.53029 8.24998 4.15925 8.27077 3.85464C8.2924 3.53754 8.33904 3.23801 8.45933 2.94762C8.73844 2.27379 9.27379 1.73844 9.94762 1.45933C10.238 1.33905 10.5375 1.29241 10.8546 1.27077C11.1592 1.24999 11.5303 1.24999 11.9747 1.25H11.9747H11.9747ZM14.2327 3.95674C14.2441 4.12357 14.248 4.32318 14.2493 4.58145C13.5374 4.3659 12.7823 4.25 12 4.25C11.2178 4.25 10.4626 4.3659 9.75068 4.58146C9.75201 4.32318 9.7559 4.12357 9.76729 3.95674C9.78371 3.71602 9.81319 3.5988 9.84515 3.52165C9.97201 3.21536 10.2154 2.97202 10.5216 2.84515C10.5988 2.81319 10.716 2.78372 10.9567 2.76729C11.2042 2.75041 11.5238 2.75 12 2.75C12.4762 2.75 12.7958 2.75041 13.0433 2.76729C13.284 2.78372 13.4012 2.81319 13.4784 2.84515C13.7846 2.97202 14.028 3.21536 14.1548 3.52165C14.1868 3.5988 14.2163 3.71602 14.2327 3.95674ZM11 9.25C10.5858 9.25 10.25 9.58579 10.25 10C10.25 10.4142 10.5858 10.75 11 10.75H13C13.4142 10.75 13.75 10.4142 13.75 10C13.75 9.58579 13.4142 9.25 13 9.25H11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.99993 16.655L3.00002 13.5511C3.00003 13.2247 3.00004 13.0615 2.87927 13.0094C2.75849 12.9573 2.64815 13.0614 2.42746 13.2695C1.7025 13.9533 1.25 14.9228 1.25 15.998V17.2837C1.25 18.2584 1.81589 19.1009 2.63705 19.5007C2.87242 19.6153 2.9901 19.6726 3.08757 19.6005C3.18504 19.5284 3.16111 19.3762 3.11327 19.072C2.99869 18.3433 2.99928 17.541 2.99993 16.655Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.0005 16.6551C21.0012 17.541 21.0018 18.3433 20.8872 19.0719C20.8394 19.3762 20.8154 19.5284 20.9129 19.6004C21.0104 19.6725 21.1281 19.6152 21.3635 19.5006C22.1844 19.1008 22.7502 18.2584 22.7502 17.2838V15.9981C22.7502 14.923 22.2978 13.9536 21.573 13.2698C21.3523 13.0617 21.242 12.9576 21.1212 13.0097C21.0004 13.0618 21.0004 13.225 21.0004 13.5514L21.0005 16.6551Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-backpack-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5364 15.1149L19.5381 15.132L19.5432 15.1902C19.6788 16.7319 19.7876 17.9683 19.7372 18.9433C19.685 19.9531 19.4584 20.8071 18.8194 21.496C18.1817 22.1835 17.3446 22.4788 16.3358 22.6171C15.3593 22.751 14.1053 22.751 12.5382 22.7509H11.4616C9.89451 22.751 8.64043 22.751 7.66393 22.6171C6.65516 22.4788 5.81807 22.1835 5.18038 21.496C4.54135 20.8071 4.31475 19.9531 4.26255 18.9433C4.21215 17.9683 4.32094 16.7318 4.45659 15.1902L4.46171 15.132L4.4634 15.1149L4.5505 14.3304C4.6209 13.6963 4.6561 13.3792 4.81211 13.2503C4.87984 13.1943 4.94116 13.1647 5.02714 13.1465C5.22518 13.1045 5.52049 13.29 6.11111 13.6609C6.34954 13.8611 7.05281 14.2355 7.37463 14.3976C7.98895 14.6845 8.64616 14.8716 9.31959 14.9535C9.71139 15.0011 10.1001 15.001 10.5627 15.0009H13.4371C13.8998 15.001 14.2885 15.0011 14.6803 14.9535C15.3537 14.8716 16.0109 14.6845 16.6252 14.3976C16.9835 14.2302 17.505 13.9023 17.8888 13.6609C18.4793 13.29 18.7746 13.1046 18.9726 13.1465C19.0586 13.1647 19.12 13.1943 19.1877 13.2503C19.3437 13.3793 19.3789 13.6963 19.4493 14.3304L19.5364 15.1149Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5456 15.1704C20.6764 16.6563 20.7903 17.9504 20.7362 18.9955C20.7276 19.1632 20.7144 19.3308 20.6954 19.4977C20.6492 19.9036 20.6261 20.1065 20.7486 20.1698C20.8711 20.2331 21.0046 20.1135 21.2717 19.8744C21.861 19.3467 22.2814 18.6172 22.4376 17.7869L22.7025 16.3789C22.9472 15.0783 22.2127 13.7786 21.0181 13.3774C20.7482 13.2867 20.6132 13.2414 20.4853 13.3444C20.3573 13.4474 20.3754 13.6132 20.4117 13.9447L20.5456 15.1704Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.26437 18.9954C3.21035 17.9503 3.32424 16.6561 3.45501 15.1703L3.58893 13.9444C3.62515 13.6129 3.64326 13.4472 3.51534 13.3442C3.38741 13.2412 3.25244 13.2865 2.9825 13.3771C1.78776 13.7782 1.0532 15.078 1.2979 16.3787L1.56279 17.7867C1.71901 18.6171 2.13954 19.3468 2.72895 19.8745C2.99599 20.1135 3.12952 20.2331 3.25201 20.1698C3.3745 20.1065 3.35141 19.9036 3.30522 19.4977C3.28622 19.3308 3.27304 19.1631 3.26437 18.9954Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.75C11.0203 2.75 10.1869 3.37611 9.87803 4.25H14.122C13.8131 3.37611 12.9797 2.75 12 2.75ZM12 1.25C10.1857 1.25 8.67233 2.53844 8.32497 4.25024C7.76227 4.25135 7.2873 4.25765 6.89271 4.29312C6.39854 4.33755 5.94402 4.43316 5.53844 4.68067C5.06455 4.96988 4.68497 5.38911 4.4542 5.89099C4.25336 6.3278 4.2279 6.78699 4.2635 7.26503C4.29773 7.72463 4.39707 8.28673 4.51644 8.96214L4.51645 8.96214L4.51645 8.96215C4.60218 9.44798 4.73167 10.1813 4.85279 10.5008C5.06117 11.0504 5.40012 11.5429 5.83941 11.9417C6.09393 12.1727 6.39228 12.3602 6.82961 12.635L6.88556 12.6702L6.9267 12.6961L6.92671 12.6961C7.34915 12.9617 7.61698 13.1302 7.9037 13.2641C8.39726 13.4946 8.92673 13.6456 9.47055 13.7117C9.78613 13.7501 10.106 13.75 10.6149 13.75H13.3852C13.894 13.75 14.2139 13.7501 14.5295 13.7117C15.0733 13.6456 15.6028 13.4946 16.0964 13.2641C16.3831 13.1302 16.6509 12.9617 17.0734 12.6961L17.0734 12.6961L17.1145 12.6702L17.1705 12.635L17.1705 12.635L17.1705 12.635L17.1705 12.635C17.6078 12.3602 17.9062 12.1727 18.1607 11.9417C18.5999 11.5429 18.9389 11.0504 19.1473 10.5008C19.2684 10.1813 19.3979 9.44802 19.4836 8.96218C19.603 8.28675 19.7023 7.72464 19.7366 7.26503C19.7722 6.787 19.7467 6.3278 19.5459 5.89099C19.3151 5.38911 18.9355 4.96988 18.4616 4.68067C18.056 4.43316 17.6015 4.33755 17.1074 4.29312C16.7128 4.25765 16.2378 4.25135 15.675 4.25024C15.3277 2.53844 13.8143 1.25 12 1.25ZM11.738 9.03665C11.207 9.17959 10.8919 9.72793 11.0342 10.2614C11.1765 10.7949 11.7223 11.1114 12.2533 10.9685L12.262 10.9662C12.793 10.8232 13.1081 10.2749 12.9658 9.74143C12.8235 9.20796 12.2777 8.89138 11.7467 9.03432L11.738 9.03665Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5364 15.1149L19.5381 15.132L19.5432 15.1902C19.6788 16.7319 19.7876 17.9683 19.7372 18.9433C19.685 19.9531 19.4584 20.8071 18.8194 21.496C18.1817 22.1835 17.3446 22.4788 16.3358 22.6171C15.3593 22.751 14.1053 22.751 12.5382 22.7509H11.4616C9.89451 22.751 8.64043 22.751 7.66393 22.6171C6.65516 22.4788 5.81807 22.1835 5.18038 21.496C4.54135 20.8071 4.31475 19.9531 4.26255 18.9433C4.21215 17.9683 4.32094 16.7318 4.45659 15.1902L4.46171 15.132L4.4634 15.1149L4.5505 14.3304C4.6209 13.6963 4.6561 13.3792 4.81211 13.2503C4.87984 13.1943 4.94116 13.1647 5.02714 13.1465C5.22518 13.1045 5.52049 13.29 6.11111 13.6609C6.34954 13.8611 7.05281 14.2355 7.37463 14.3976C7.98895 14.6845 8.64616 14.8716 9.31959 14.9535C9.71139 15.0011 10.1001 15.001 10.5627 15.0009H13.4371C13.8998 15.001 14.2885 15.0011 14.6803 14.9535C15.3537 14.8716 16.0109 14.6845 16.6252 14.3976C16.9835 14.2302 17.505 13.9023 17.8888 13.6609C18.4793 13.29 18.7746 13.1046 18.9726 13.1465C19.0586 13.1647 19.12 13.1943 19.1877 13.2503C19.3437 13.3793 19.3789 13.6963 19.4493 14.3304L19.5364 15.1149Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5456 15.1704C20.6764 16.6563 20.7903 17.9504 20.7362 18.9955C20.7276 19.1632 20.7144 19.3308 20.6954 19.4977C20.6492 19.9036 20.6261 20.1065 20.7486 20.1698C20.8711 20.2331 21.0046 20.1135 21.2717 19.8744C21.861 19.3467 22.2814 18.6172 22.4376 17.7869L22.7025 16.3789C22.9472 15.0783 22.2127 13.7786 21.0181 13.3774C20.7482 13.2867 20.6132 13.2414 20.4853 13.3444C20.3573 13.4474 20.3754 13.6132 20.4117 13.9447L20.5456 15.1704Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.26437 18.9954C3.21035 17.9503 3.32424 16.6561 3.45501 15.1703L3.58893 13.9444C3.62515 13.6129 3.64326 13.4472 3.51534 13.3442C3.38741 13.2412 3.25244 13.2865 2.9825 13.3771C1.78776 13.7782 1.0532 15.078 1.2979 16.3787L1.56279 17.7867C1.71901 18.6171 2.13954 19.3468 2.72895 19.8745C2.99599 20.1135 3.12952 20.2331 3.25201 20.1698C3.3745 20.1065 3.35141 19.9036 3.30522 19.4977C3.28622 19.3308 3.27304 19.1631 3.26437 18.9954Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.75C11.0203 2.75 10.1869 3.37611 9.87803 4.25H14.122C13.8131 3.37611 12.9797 2.75 12 2.75ZM12 1.25C10.1857 1.25 8.67233 2.53844 8.32497 4.25024C7.76227 4.25135 7.2873 4.25765 6.89271 4.29312C6.39854 4.33755 5.94402 4.43316 5.53844 4.68067C5.06455 4.96988 4.68497 5.38911 4.4542 5.89099C4.25336 6.3278 4.2279 6.78699 4.2635 7.26503C4.29773 7.72463 4.39707 8.28673 4.51644 8.96214L4.51645 8.96214L4.51645 8.96215C4.60218 9.44798 4.73167 10.1813 4.85279 10.5008C5.06117 11.0504 5.40012 11.5429 5.83941 11.9417C6.09393 12.1727 6.39228 12.3602 6.82961 12.635L6.88556 12.6702L6.9267 12.6961L6.92671 12.6961C7.34915 12.9617 7.61698 13.1302 7.9037 13.2641C8.39726 13.4946 8.92673 13.6456 9.47055 13.7117C9.78613 13.7501 10.106 13.75 10.6149 13.75H13.3852C13.894 13.75 14.2139 13.7501 14.5295 13.7117C15.0733 13.6456 15.6028 13.4946 16.0964 13.2641C16.3831 13.1302 16.6509 12.9617 17.0734 12.6961L17.0734 12.6961L17.1145 12.6702L17.1705 12.635L17.1705 12.635L17.1705 12.635L17.1705 12.635C17.6078 12.3602 17.9062 12.1727 18.1607 11.9417C18.5999 11.5429 18.9389 11.0504 19.1473 10.5008C19.2684 10.1813 19.3979 9.44802 19.4836 8.96218C19.603 8.28675 19.7023 7.72464 19.7366 7.26503C19.7722 6.787 19.7467 6.3278 19.5459 5.89099C19.3151 5.38911 18.9355 4.96988 18.4616 4.68067C18.056 4.43316 17.6015 4.33755 17.1074 4.29312C16.7128 4.25765 16.2378 4.25135 15.675 4.25024C15.3277 2.53844 13.8143 1.25 12 1.25ZM11.738 9.03665C11.207 9.17959 10.8919 9.72793 11.0342 10.2614C11.1765 10.7949 11.7223 11.1114 12.2533 10.9685L12.262 10.9662C12.793 10.8232 13.1081 10.2749 12.9658 9.74143C12.8235 9.20796 12.2777 8.89138 11.7467 9.03432L11.738 9.03665Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-backpack-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.6335 19.3915C19.75 18.5245 19.75 17.4222 19.75 16.0546L19.75 14.3683C19.7501 14.0015 19.7501 13.6356 19.7178 13.2732C19.6888 12.9487 19.6744 12.7865 19.5551 12.7429C19.4359 12.6993 19.3062 12.8278 19.0467 13.0848C18.478 13.6482 17.7917 14.093 17.0261 14.3811C16.8971 14.4297 16.8325 14.454 16.7986 14.4953C16.7646 14.5367 16.7517 14.6138 16.7261 14.768C16.5882 15.5972 15.872 16.2498 15.0001 16.2498C14.2392 16.2498 13.5918 15.7643 13.3507 15.0861C13.2884 14.9107 13.2572 14.823 13.2053 14.7864C13.1535 14.7498 13.076 14.7498 12.921 14.7498H11.0792C10.9242 14.7498 10.8467 14.7498 10.7948 14.7864C10.743 14.823 10.7118 14.9107 10.6495 15.0861C10.4084 15.7643 9.76095 16.2498 9.00009 16.2498C8.12819 16.2498 7.412 15.5972 7.27409 14.768C7.24844 14.6138 7.23562 14.5367 7.20163 14.4953C7.16765 14.454 7.10314 14.4297 6.97412 14.3811C6.20839 14.093 5.52203 13.6481 4.95331 13.0847C4.69389 12.8277 4.56417 12.6992 4.44493 12.7427C4.32569 12.7863 4.31121 12.9486 4.28226 13.273C4.24991 13.6355 4.24996 14.0014 4.25001 14.3683L4.25001 16.0546C4.24999 17.4222 4.24997 18.5245 4.36653 19.3915C4.61589 21.2461 5.7536 22.3839 7.60826 22.6332C8.47523 22.7498 9.57754 22.7497 10.9451 22.7497H13.0549C14.4225 22.7497 15.5248 22.7498 16.3918 22.6332C18.2464 22.3839 19.3841 21.2461 19.6335 19.3915Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.37545 19.5247C3.24991 18.591 3.24996 17.4329 3.25001 16.1174L3.24998 14.6635C3.24998 14.4654 3.24998 14.3663 3.18019 14.3064C3.11039 14.2466 3.02038 14.2605 2.84035 14.2882C2.28049 14.3745 1.7625 14.6206 1.45939 15.1456C1.28744 15.4434 1.25057 15.7539 1.25001 16.0339C1.24949 16.2926 1.28195 16.6031 1.31734 16.9415L1.39596 17.6946C1.45235 18.2384 1.49668 18.6659 1.64944 19.0319C1.90399 19.6418 2.38718 20.1475 2.97571 20.4444C3.22569 20.5705 3.35068 20.6336 3.45019 20.5579C3.5497 20.4823 3.51798 20.3228 3.45453 20.0038C3.42289 19.8447 3.39697 19.6848 3.37545 19.5247Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7501 16.1176C20.7501 17.4332 20.7502 18.5912 20.6246 19.5249C20.6031 19.685 20.5772 19.8448 20.5456 20.0038C20.4821 20.3229 20.4504 20.4824 20.55 20.558C20.6495 20.6336 20.7745 20.5705 21.0244 20.4443C21.6131 20.1471 22.0963 19.6408 22.3507 19.0306C22.5034 18.6644 22.5477 18.2366 22.6041 17.6922L22.6953 16.833C22.725 16.5862 22.7686 16.2234 22.7411 15.8942C22.7035 15.4438 22.5288 14.9118 21.985 14.5518C21.7355 14.3866 21.4512 14.314 21.1601 14.2808C20.9759 14.2598 20.8838 14.2493 20.8169 14.3089C20.7501 14.3686 20.7501 14.4676 20.7501 14.6657L20.7501 16.1176Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.87801 4.25004C10.1869 3.37613 11.0203 2.75 12 2.75C12.9797 2.75 13.8131 3.37613 14.122 4.25004H9.87801ZM8.32501 4.25004C8.67244 2.53834 10.1858 1.25 12 1.25C13.8142 1.25 15.3276 2.53834 15.675 4.25004H16.4311C16.9549 4.2497 17.3597 4.24943 17.7118 4.34379C18.6608 4.59807 19.4021 5.33933 19.6564 6.28833C19.7507 6.64048 19.7505 7.04523 19.7501 7.56903C19.7503 8.68701 19.7505 9.62402 19.5882 10.2295C19.149 11.8687 17.8687 13.149 16.2295 13.5882C16.1851 13.6001 16.1401 13.6111 16.0945 13.6214C15.9234 13.6596 15.8379 13.6788 15.794 13.7336C15.7501 13.7884 15.7501 13.8695 15.7501 14.0319V14.5001C15.7501 14.9143 15.4143 15.2501 15.0001 15.2501C14.5859 15.2501 14.2501 14.9143 14.2501 14.5001V14.151C14.2501 13.9619 14.2501 13.8673 14.1915 13.8087C14.1329 13.7502 14.0382 13.7501 13.8488 13.7501H10.1513C9.96192 13.7501 9.86722 13.7502 9.80865 13.8087C9.75008 13.8673 9.75008 13.9619 9.75008 14.151V14.5001C9.75008 14.9143 9.4143 15.2501 9.00008 15.2501C8.58587 15.2501 8.25008 14.9143 8.25008 14.5001V14.0319C8.25008 13.8695 8.25008 13.7884 8.20618 13.7336C8.16228 13.6788 8.07675 13.6596 7.90569 13.6214C7.86004 13.6111 7.81508 13.6001 7.77069 13.5882C6.13151 13.149 4.85116 11.8687 4.41194 10.2295C4.24971 9.62402 4.24982 8.68702 4.25004 7.56903C4.2497 7.04522 4.24943 6.64049 4.34379 6.28833C4.59807 5.33933 5.33933 4.59807 6.28833 4.34379C6.64049 4.24943 7.04522 4.2497 7.56903 4.25004H8.32501Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.6335 19.3915C19.75 18.5245 19.75 17.4222 19.75 16.0546L19.75 14.3683C19.7501 14.0015 19.7501 13.6356 19.7178 13.2732C19.6888 12.9487 19.6744 12.7865 19.5551 12.7429C19.4359 12.6993 19.3062 12.8278 19.0467 13.0848C18.478 13.6482 17.7917 14.093 17.0261 14.3811C16.8971 14.4297 16.8325 14.454 16.7986 14.4953C16.7646 14.5367 16.7517 14.6138 16.7261 14.768C16.5882 15.5972 15.872 16.2498 15.0001 16.2498C14.2392 16.2498 13.5918 15.7643 13.3507 15.0861C13.2884 14.9107 13.2572 14.823 13.2053 14.7864C13.1535 14.7498 13.076 14.7498 12.921 14.7498H11.0792C10.9242 14.7498 10.8467 14.7498 10.7948 14.7864C10.743 14.823 10.7118 14.9107 10.6495 15.0861C10.4084 15.7643 9.76095 16.2498 9.00009 16.2498C8.12819 16.2498 7.412 15.5972 7.27409 14.768C7.24844 14.6138 7.23562 14.5367 7.20163 14.4953C7.16765 14.454 7.10314 14.4297 6.97412 14.3811C6.20839 14.093 5.52203 13.6481 4.95331 13.0847C4.69389 12.8277 4.56417 12.6992 4.44493 12.7427C4.32569 12.7863 4.31121 12.9486 4.28226 13.273C4.24991 13.6355 4.24996 14.0014 4.25001 14.3683L4.25001 16.0546C4.24999 17.4222 4.24997 18.5245 4.36653 19.3915C4.61589 21.2461 5.7536 22.3839 7.60826 22.6332C8.47523 22.7498 9.57754 22.7497 10.9451 22.7497H13.0549C14.4225 22.7497 15.5248 22.7498 16.3918 22.6332C18.2464 22.3839 19.3841 21.2461 19.6335 19.3915Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.37545 19.5247C3.24991 18.591 3.24996 17.4329 3.25001 16.1174L3.24998 14.6635C3.24998 14.4654 3.24998 14.3663 3.18019 14.3064C3.11039 14.2466 3.02038 14.2605 2.84035 14.2882C2.28049 14.3745 1.7625 14.6206 1.45939 15.1456C1.28744 15.4434 1.25057 15.7539 1.25001 16.0339C1.24949 16.2926 1.28195 16.6031 1.31734 16.9415L1.39596 17.6946C1.45235 18.2384 1.49668 18.6659 1.64944 19.0319C1.90399 19.6418 2.38718 20.1475 2.97571 20.4444C3.22569 20.5705 3.35068 20.6336 3.45019 20.5579C3.5497 20.4823 3.51798 20.3228 3.45453 20.0038C3.42289 19.8447 3.39697 19.6848 3.37545 19.5247Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7501 16.1176C20.7501 17.4332 20.7502 18.5912 20.6246 19.5249C20.6031 19.685 20.5772 19.8448 20.5456 20.0038C20.4821 20.3229 20.4504 20.4824 20.55 20.558C20.6495 20.6336 20.7745 20.5705 21.0244 20.4443C21.6131 20.1471 22.0963 19.6408 22.3507 19.0306C22.5034 18.6644 22.5477 18.2366 22.6041 17.6922L22.6953 16.833C22.725 16.5862 22.7686 16.2234 22.7411 15.8942C22.7035 15.4438 22.5288 14.9118 21.985 14.5518C21.7355 14.3866 21.4512 14.314 21.1601 14.2808C20.9759 14.2598 20.8838 14.2493 20.8169 14.3089C20.7501 14.3686 20.7501 14.4676 20.7501 14.6657L20.7501 16.1176Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.87801 4.25004C10.1869 3.37613 11.0203 2.75 12 2.75C12.9797 2.75 13.8131 3.37613 14.122 4.25004H9.87801ZM8.32501 4.25004C8.67244 2.53834 10.1858 1.25 12 1.25C13.8142 1.25 15.3276 2.53834 15.675 4.25004H16.4311C16.9549 4.2497 17.3597 4.24943 17.7118 4.34379C18.6608 4.59807 19.4021 5.33933 19.6564 6.28833C19.7507 6.64048 19.7505 7.04523 19.7501 7.56903C19.7503 8.68701 19.7505 9.62402 19.5882 10.2295C19.149 11.8687 17.8687 13.149 16.2295 13.5882C16.1851 13.6001 16.1401 13.6111 16.0945 13.6214C15.9234 13.6596 15.8379 13.6788 15.794 13.7336C15.7501 13.7884 15.7501 13.8695 15.7501 14.0319V14.5001C15.7501 14.9143 15.4143 15.2501 15.0001 15.2501C14.5859 15.2501 14.2501 14.9143 14.2501 14.5001V14.151C14.2501 13.9619 14.2501 13.8673 14.1915 13.8087C14.1329 13.7502 14.0382 13.7501 13.8488 13.7501H10.1513C9.96192 13.7501 9.86722 13.7502 9.80865 13.8087C9.75008 13.8673 9.75008 13.9619 9.75008 14.151V14.5001C9.75008 14.9143 9.4143 15.2501 9.00008 15.2501C8.58587 15.2501 8.25008 14.9143 8.25008 14.5001V14.0319C8.25008 13.8695 8.25008 13.7884 8.20618 13.7336C8.16228 13.6788 8.07675 13.6596 7.90569 13.6214C7.86004 13.6111 7.81508 13.6001 7.77069 13.5882C6.13151 13.149 4.85116 11.8687 4.41194 10.2295C4.24971 9.62402 4.24982 8.68702 4.25004 7.56903C4.2497 7.04522 4.24943 6.64049 4.34379 6.28833C4.59807 5.33933 5.33933 4.59807 6.28833 4.34379C6.64049 4.24943 7.04522 4.2497 7.56903 4.25004H8.32501Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-board-math{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.44743 14.8558C7.94141 15.1028 8.14164 15.7035 7.89465 16.1974L4.89465 22.1974C4.64766 22.6914 4.04698 22.8916 3.55301 22.6446C3.05903 22.3977 2.8588 21.797 3.10579 21.303L6.10579 15.303C6.35278 14.809 6.95345 14.6088 7.44743 14.8558ZM16.553 14.8558C17.047 14.6088 17.6477 14.809 17.8946 15.303L20.8946 21.303C21.1416 21.797 20.9414 22.3977 20.4474 22.6446C19.9535 22.8916 19.3528 22.6914 19.1058 22.1974L16.1058 16.1974C15.8588 15.7035 16.059 15.1028 16.553 14.8558ZM12.0002 14.7502C12.5525 14.7502 13.0002 15.1979 13.0002 15.7502V19.7502C13.0002 20.3025 12.5525 20.7502 12.0002 20.7502C11.4479 20.7502 11.0002 20.3025 11.0002 19.7502V15.7502C11.0002 15.1979 11.4479 14.7502 12.0002 14.7502Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0564 1.25C14.8942 1.24998 16.3498 1.24997 17.489 1.40314C18.6614 1.56076 19.6104 1.89288 20.3588 2.64124C21.1071 3.38961 21.4392 4.33856 21.5969 5.51098C21.75 6.65018 21.75 8.10585 21.75 9.94359V15H22C22.5523 15 23 15.4477 23 16C23 16.5523 22.5523 17 22 17H2C1.44772 17 1 16.5523 1 16C1 15.4477 1.44772 15 2 15H2.25V9.94357C2.24998 8.10582 2.24997 6.65019 2.40314 5.51098C2.56076 4.33856 2.89288 3.38961 3.64124 2.64124C4.38961 1.89288 5.33856 1.56076 6.51098 1.40314C7.65019 1.24997 9.10583 1.24998 10.9436 1.25H10.9436H13.0564H13.0564ZM11 8.25C10.5858 8.25 10.25 8.58579 10.25 9C10.25 9.41421 10.5858 9.75 11 9.75H13C13.4142 9.75 13.75 9.41421 13.75 9C13.75 8.58579 13.4142 8.25 13 8.25H11ZM8.28701 6.30711C8.56727 6.4232 8.75 6.69668 8.75 7.00002V11C8.75 11.4142 8.41421 11.75 8 11.75C7.58579 11.75 7.25 11.4142 7.25 11V8.70731C6.98617 8.80036 6.68069 8.74137 6.46967 8.53035C6.17678 8.23746 6.17678 7.76259 6.46967 7.46969L7.46967 6.46969C7.68417 6.25519 8.00676 6.19103 8.28701 6.30711ZM17.75 7.00002C17.75 6.69668 17.5673 6.4232 17.287 6.30711C17.0068 6.19103 16.6842 6.25519 16.4697 6.46969L15.4697 7.46969C15.1768 7.76259 15.1768 8.23746 15.4697 8.53035C15.6807 8.74137 15.9862 8.80036 16.25 8.70731V11C16.25 11.4142 16.5858 11.75 17 11.75C17.4142 11.75 17.75 11.4142 17.75 11V7.00002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.44743 14.8558C7.94141 15.1028 8.14164 15.7035 7.89465 16.1974L4.89465 22.1974C4.64766 22.6914 4.04698 22.8916 3.55301 22.6446C3.05903 22.3977 2.8588 21.797 3.10579 21.303L6.10579 15.303C6.35278 14.809 6.95345 14.6088 7.44743 14.8558ZM16.553 14.8558C17.047 14.6088 17.6477 14.809 17.8946 15.303L20.8946 21.303C21.1416 21.797 20.9414 22.3977 20.4474 22.6446C19.9535 22.8916 19.3528 22.6914 19.1058 22.1974L16.1058 16.1974C15.8588 15.7035 16.059 15.1028 16.553 14.8558ZM12.0002 14.7502C12.5525 14.7502 13.0002 15.1979 13.0002 15.7502V19.7502C13.0002 20.3025 12.5525 20.7502 12.0002 20.7502C11.4479 20.7502 11.0002 20.3025 11.0002 19.7502V15.7502C11.0002 15.1979 11.4479 14.7502 12.0002 14.7502Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0564 1.25C14.8942 1.24998 16.3498 1.24997 17.489 1.40314C18.6614 1.56076 19.6104 1.89288 20.3588 2.64124C21.1071 3.38961 21.4392 4.33856 21.5969 5.51098C21.75 6.65018 21.75 8.10585 21.75 9.94359V15H22C22.5523 15 23 15.4477 23 16C23 16.5523 22.5523 17 22 17H2C1.44772 17 1 16.5523 1 16C1 15.4477 1.44772 15 2 15H2.25V9.94357C2.24998 8.10582 2.24997 6.65019 2.40314 5.51098C2.56076 4.33856 2.89288 3.38961 3.64124 2.64124C4.38961 1.89288 5.33856 1.56076 6.51098 1.40314C7.65019 1.24997 9.10583 1.24998 10.9436 1.25H10.9436H13.0564H13.0564ZM11 8.25C10.5858 8.25 10.25 8.58579 10.25 9C10.25 9.41421 10.5858 9.75 11 9.75H13C13.4142 9.75 13.75 9.41421 13.75 9C13.75 8.58579 13.4142 8.25 13 8.25H11ZM8.28701 6.30711C8.56727 6.4232 8.75 6.69668 8.75 7.00002V11C8.75 11.4142 8.41421 11.75 8 11.75C7.58579 11.75 7.25 11.4142 7.25 11V8.70731C6.98617 8.80036 6.68069 8.74137 6.46967 8.53035C6.17678 8.23746 6.17678 7.76259 6.46967 7.46969L7.46967 6.46969C7.68417 6.25519 8.00676 6.19103 8.28701 6.30711ZM17.75 7.00002C17.75 6.69668 17.5673 6.4232 17.287 6.30711C17.0068 6.19103 16.6842 6.25519 16.4697 6.46969L15.4697 7.46969C15.1768 7.76259 15.1768 8.23746 15.4697 8.53035C15.6807 8.74137 15.9862 8.80036 16.25 8.70731V11C16.25 11.4142 16.5858 11.75 17 11.75C17.4142 11.75 17.75 11.4142 17.75 11V7.00002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-book-bookmark-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.3943 1.36201C20.6154 1.49867 20.75 1.74007 20.75 2V11.5276V11.5276V11.5277V11.5277C20.75 12.4363 20.75 13.1564 20.7102 13.7398C20.6695 14.3358 20.5848 14.8437 20.3884 15.3179C20.0845 16.0516 19.6047 16.6902 19 17.1829V21.0001H19.7383C20.2906 21.0001 20.7383 21.4479 20.7383 22.0001C20.7383 22.5524 20.2906 23.0001 19.7383 23.0001H6.74609C4.8131 23.0001 3.24609 21.4331 3.24609 19.5001C3.24609 19.4483 3.24741 19.3969 3.25 19.3457V10.6395C3.24999 9.18469 3.24998 8.03206 3.3489 7.11462C3.45032 6.17399 3.6628 5.39251 4.14849 4.71962C4.44602 4.30741 4.8078 3.94563 5.22001 3.6481C5.8929 3.16242 6.67437 2.94993 7.61501 2.84851C8.53244 2.7496 9.68509 2.7496 11.1399 2.74961L11.1841 2.74961C11.7561 2.74961 12.426 2.76774 13.0721 2.78522C13.5219 2.79739 13.9602 2.80925 14.3459 2.81447C15.238 2.82654 15.628 2.83103 16.3916 2.69608C17.1676 2.55896 17.2461 2.52839 17.3403 2.49176L17.3616 2.48351C17.825 2.30732 18.2413 2.08286 18.7311 1.81876C19.0108 1.66795 19.3145 1.50422 19.6646 1.32918C19.8971 1.21293 20.1732 1.22536 20.3943 1.36201ZM17 18.5001V21.0001H6.74609C5.91767 21.0001 5.24609 20.3286 5.24609 19.5001C5.24609 18.9479 5.69381 18.5001 6.24609 18.5001H17ZM8 5.1V8.19003C8 8.93013 8 9.30019 8.23811 9.44372C8.24836 9.44989 8.25883 9.45571 8.26951 9.46115C8.51756 9.58747 8.84124 9.39708 9.48859 9.0163L9.4886 9.01629C9.97254 8.73164 10.2145 8.58931 10.4815 8.58447C10.4938 8.58425 10.5062 8.58425 10.5185 8.58447C10.7855 8.58931 11.0275 8.73164 11.5114 9.01629C12.1588 9.39707 12.4824 9.58747 12.7305 9.46115C12.7412 9.45571 12.7516 9.44989 12.7619 9.44372C13 9.30019 13 8.93013 13 8.19003V5.1C13 4.81716 13 4.67574 12.9121 4.58787C12.8243 4.5 12.6828 4.5 12.4 4.5H8.6C8.31716 4.5 8.17574 4.5 8.08787 4.58787C8 4.67574 8 4.81716 8 5.1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.3943 1.36201C20.6154 1.49867 20.75 1.74007 20.75 2V11.5276V11.5276V11.5277V11.5277C20.75 12.4363 20.75 13.1564 20.7102 13.7398C20.6695 14.3358 20.5848 14.8437 20.3884 15.3179C20.0845 16.0516 19.6047 16.6902 19 17.1829V21.0001H19.7383C20.2906 21.0001 20.7383 21.4479 20.7383 22.0001C20.7383 22.5524 20.2906 23.0001 19.7383 23.0001H6.74609C4.8131 23.0001 3.24609 21.4331 3.24609 19.5001C3.24609 19.4483 3.24741 19.3969 3.25 19.3457V10.6395C3.24999 9.18469 3.24998 8.03206 3.3489 7.11462C3.45032 6.17399 3.6628 5.39251 4.14849 4.71962C4.44602 4.30741 4.8078 3.94563 5.22001 3.6481C5.8929 3.16242 6.67437 2.94993 7.61501 2.84851C8.53244 2.7496 9.68509 2.7496 11.1399 2.74961L11.1841 2.74961C11.7561 2.74961 12.426 2.76774 13.0721 2.78522C13.5219 2.79739 13.9602 2.80925 14.3459 2.81447C15.238 2.82654 15.628 2.83103 16.3916 2.69608C17.1676 2.55896 17.2461 2.52839 17.3403 2.49176L17.3616 2.48351C17.825 2.30732 18.2413 2.08286 18.7311 1.81876C19.0108 1.66795 19.3145 1.50422 19.6646 1.32918C19.8971 1.21293 20.1732 1.22536 20.3943 1.36201ZM17 18.5001V21.0001H6.74609C5.91767 21.0001 5.24609 20.3286 5.24609 19.5001C5.24609 18.9479 5.69381 18.5001 6.24609 18.5001H17ZM8 5.1V8.19003C8 8.93013 8 9.30019 8.23811 9.44372C8.24836 9.44989 8.25883 9.45571 8.26951 9.46115C8.51756 9.58747 8.84124 9.39708 9.48859 9.0163L9.4886 9.01629C9.97254 8.73164 10.2145 8.58931 10.4815 8.58447C10.4938 8.58425 10.5062 8.58425 10.5185 8.58447C10.7855 8.58931 11.0275 8.73164 11.5114 9.01629C12.1588 9.39707 12.4824 9.58747 12.7305 9.46115C12.7412 9.45571 12.7516 9.44989 12.7619 9.44372C13 9.30019 13 8.93013 13 8.19003V5.1C13 4.81716 13 4.67574 12.9121 4.58787C12.8243 4.5 12.6828 4.5 12.4 4.5H8.6C8.31716 4.5 8.17574 4.5 8.08787 4.58787C8 4.67574 8 4.81716 8 5.1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-book-bookmark-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4436 1.25H12.5564H12.5564H12.5564C14.3942 1.24999 15.8498 1.24997 16.989 1.40314C18.1614 1.56076 19.1104 1.89288 19.8588 2.64124C20.6071 3.38961 20.9392 4.33856 21.0969 5.51098C21.25 6.65018 21.25 8.10585 21.25 9.94359V17C21.25 17.082 21.2368 17.1609 21.2125 17.2348C21.1069 17.6738 20.7117 18 20.2402 18C19.4118 18 18.7402 18.6716 18.7402 19.5C18.7402 20.3284 19.4118 21 20.2402 21C20.7925 21 21.2402 21.4477 21.2402 22C21.2402 22.5339 20.8219 22.97 20.2951 22.9985C20.2811 22.9993 20.267 22.9997 20.2529 22.9999L20.2402 23H20.24H6.2099C4.2832 23 2.74609 21.4192 2.74609 19.5C2.74609 19.4439 2.74741 19.3882 2.75 19.3327V9.94357C2.74998 8.10582 2.74997 6.65019 2.90314 5.51098C3.06076 4.33856 3.39288 3.38961 4.14124 2.64124C4.88961 1.89288 5.83856 1.56076 7.01098 1.40314C8.15018 1.24997 9.60582 1.24999 11.4436 1.25H11.4436H11.4436ZM6.2099 18H17.0771C16.8611 18.4546 16.7402 18.9632 16.7402 19.5C16.7402 20.0368 16.8611 20.5454 17.0771 21H6.2099C5.41516 21 4.74609 20.3422 4.74609 19.5C4.74609 18.6578 5.41516 18 6.2099 18ZM8 3.6C8 3.1036 8.1036 3 8.6 3H12.4C12.8964 3 13 3.1036 13 3.6V6.69003C13 7.43013 13 7.80019 12.7619 7.94372C12.5135 8.09344 12.1866 7.91347 11.5114 7.51629C11.0966 7.27228 10.7986 7.14993 10.5 7.15004C10.2023 7.15014 9.90398 7.27197 9.4886 7.51629C8.81337 7.91347 8.48647 8.09343 8.23811 7.94372C8 7.80019 8 7.43013 8 6.69003V3.6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4436 1.25H12.5564H12.5564H12.5564C14.3942 1.24999 15.8498 1.24997 16.989 1.40314C18.1614 1.56076 19.1104 1.89288 19.8588 2.64124C20.6071 3.38961 20.9392 4.33856 21.0969 5.51098C21.25 6.65018 21.25 8.10585 21.25 9.94359V17C21.25 17.082 21.2368 17.1609 21.2125 17.2348C21.1069 17.6738 20.7117 18 20.2402 18C19.4118 18 18.7402 18.6716 18.7402 19.5C18.7402 20.3284 19.4118 21 20.2402 21C20.7925 21 21.2402 21.4477 21.2402 22C21.2402 22.5339 20.8219 22.97 20.2951 22.9985C20.2811 22.9993 20.267 22.9997 20.2529 22.9999L20.2402 23H20.24H6.2099C4.2832 23 2.74609 21.4192 2.74609 19.5C2.74609 19.4439 2.74741 19.3882 2.75 19.3327V9.94357C2.74998 8.10582 2.74997 6.65019 2.90314 5.51098C3.06076 4.33856 3.39288 3.38961 4.14124 2.64124C4.88961 1.89288 5.83856 1.56076 7.01098 1.40314C8.15018 1.24997 9.60582 1.24999 11.4436 1.25H11.4436H11.4436ZM6.2099 18H17.0771C16.8611 18.4546 16.7402 18.9632 16.7402 19.5C16.7402 20.0368 16.8611 20.5454 17.0771 21H6.2099C5.41516 21 4.74609 20.3422 4.74609 19.5C4.74609 18.6578 5.41516 18 6.2099 18ZM8 3.6C8 3.1036 8.1036 3 8.6 3H12.4C12.8964 3 13 3.1036 13 3.6V6.69003C13 7.43013 13 7.80019 12.7619 7.94372C12.5135 8.09344 12.1866 7.91347 11.5114 7.51629C11.0966 7.27228 10.7986 7.14993 10.5 7.15004C10.2023 7.15014 9.90398 7.27197 9.4886 7.51629C8.81337 7.91347 8.48647 8.09343 8.23811 7.94372C8 7.80019 8 7.43013 8 6.69003V3.6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-book-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 3.65661C7 3.31436 7 3.14323 6.8766 3.05337C6.75319 2.96351 6.60256 3.0121 6.30131 3.10927C5.91039 3.23536 5.55199 3.40848 5.22001 3.6481C4.8078 3.94563 4.44602 4.30741 4.14849 4.71962C3.6628 5.39251 3.45032 6.17399 3.3489 7.11462C3.24998 8.03206 3.24999 9.18469 3.25 10.6395V19.3457C3.24741 19.3969 3.24609 19.4483 3.24609 19.5001C3.24609 21.4331 4.8131 23.0001 6.74609 23.0001H19.7383C20.2906 23.0001 20.7383 22.5524 20.7383 22.0001C20.7383 21.4479 20.2906 21.0001 19.7383 21.0001H19.6C19.3172 21.0001 19.1757 21.0001 19.0879 20.9123C19 20.8244 19 20.683 19 20.4001V17.468C19 17.3315 19 17.2632 19.0253 17.2056C19.0506 17.148 19.1056 17.0974 19.2155 16.9963C19.7191 16.5331 20.1216 15.9621 20.3884 15.3179C20.5848 14.8437 20.6695 14.3358 20.7102 13.7398C20.75 13.1564 20.75 12.4363 20.75 11.5277V11.5277V11.5276V11.5276V2C20.75 1.74007 20.6154 1.49867 20.3943 1.36201C20.1732 1.22536 19.8971 1.21293 19.6646 1.32918C19.3145 1.50422 19.0108 1.66795 18.7311 1.81876C18.2413 2.08286 17.825 2.30732 17.3616 2.48351L17.3403 2.49176C17.2461 2.52839 17.1676 2.55896 16.3916 2.69608C15.628 2.83103 15.238 2.82654 14.3459 2.81447C13.9602 2.80925 13.5219 2.79739 13.0721 2.78522C12.426 2.76774 11.7561 2.74961 11.1841 2.74961L11.1399 2.74961C10.5775 2.74961 10.0602 2.74961 9.58428 2.75532C9.31023 2.75861 9.1732 2.76025 9.0866 2.8479C9 2.93554 9 3.07388 9 3.35057L9 8C9 8.55228 8.55229 9 8 9C7.44772 9 7 8.55228 7 8V3.65661ZM16.4 18.5001C16.6828 18.5001 16.8243 18.5001 16.9121 18.588C17 18.6759 17 18.8173 17 19.1001V20.4001C17 20.683 17 20.8244 16.9121 20.9123C16.8243 21.0001 16.6828 21.0001 16.4 21.0001H6.74609C5.91767 21.0001 5.24609 20.3286 5.24609 19.5001C5.24609 18.9479 5.69381 18.5001 6.24609 18.5001H16.4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 3.65661C7 3.31436 7 3.14323 6.8766 3.05337C6.75319 2.96351 6.60256 3.0121 6.30131 3.10927C5.91039 3.23536 5.55199 3.40848 5.22001 3.6481C4.8078 3.94563 4.44602 4.30741 4.14849 4.71962C3.6628 5.39251 3.45032 6.17399 3.3489 7.11462C3.24998 8.03206 3.24999 9.18469 3.25 10.6395V19.3457C3.24741 19.3969 3.24609 19.4483 3.24609 19.5001C3.24609 21.4331 4.8131 23.0001 6.74609 23.0001H19.7383C20.2906 23.0001 20.7383 22.5524 20.7383 22.0001C20.7383 21.4479 20.2906 21.0001 19.7383 21.0001H19.6C19.3172 21.0001 19.1757 21.0001 19.0879 20.9123C19 20.8244 19 20.683 19 20.4001V17.468C19 17.3315 19 17.2632 19.0253 17.2056C19.0506 17.148 19.1056 17.0974 19.2155 16.9963C19.7191 16.5331 20.1216 15.9621 20.3884 15.3179C20.5848 14.8437 20.6695 14.3358 20.7102 13.7398C20.75 13.1564 20.75 12.4363 20.75 11.5277V11.5277V11.5276V11.5276V2C20.75 1.74007 20.6154 1.49867 20.3943 1.36201C20.1732 1.22536 19.8971 1.21293 19.6646 1.32918C19.3145 1.50422 19.0108 1.66795 18.7311 1.81876C18.2413 2.08286 17.825 2.30732 17.3616 2.48351L17.3403 2.49176C17.2461 2.52839 17.1676 2.55896 16.3916 2.69608C15.628 2.83103 15.238 2.82654 14.3459 2.81447C13.9602 2.80925 13.5219 2.79739 13.0721 2.78522C12.426 2.76774 11.7561 2.74961 11.1841 2.74961L11.1399 2.74961C10.5775 2.74961 10.0602 2.74961 9.58428 2.75532C9.31023 2.75861 9.1732 2.76025 9.0866 2.8479C9 2.93554 9 3.07388 9 3.35057L9 8C9 8.55228 8.55229 9 8 9C7.44772 9 7 8.55228 7 8V3.65661ZM16.4 18.5001C16.6828 18.5001 16.8243 18.5001 16.9121 18.588C17 18.6759 17 18.8173 17 19.1001V20.4001C17 20.683 17 20.8244 16.9121 20.9123C16.8243 21.0001 16.6828 21.0001 16.4 21.0001H6.74609C5.91767 21.0001 5.24609 20.3286 5.24609 19.5001C5.24609 18.9479 5.69381 18.5001 6.24609 18.5001H16.4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-book-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4436 1.25H12.5564H12.5564H12.5564C14.3942 1.24999 15.8498 1.24997 16.989 1.40314C18.1614 1.56076 19.1104 1.89288 19.8588 2.64124C20.6071 3.38961 20.9392 4.33856 21.0969 5.51098C21.25 6.65018 21.25 8.10585 21.25 9.94359V17C21.25 17.082 21.2368 17.1609 21.2125 17.2348C21.1069 17.6738 20.7117 18 20.2402 18C19.4118 18 18.7402 18.6716 18.7402 19.5C18.7402 20.3284 19.4118 21 20.2402 21C20.7925 21 21.2402 21.4477 21.2402 22C21.2402 22.5339 20.8219 22.97 20.2951 22.9985C20.2811 22.9993 20.267 22.9997 20.2529 22.9999L20.2402 23H20.24H6.2099C4.2832 23 2.74609 21.4192 2.74609 19.5C2.74609 19.4439 2.74741 19.3882 2.75 19.3327V9.94357C2.74998 8.10582 2.74997 6.65019 2.90314 5.51098C3.06076 4.33856 3.39288 3.38961 4.14124 2.64124C4.88961 1.89288 5.83856 1.56076 7.01098 1.40314C8.15018 1.24997 9.60582 1.24999 11.4436 1.25H11.4436H11.4436ZM6.2099 18H17.0771C16.8611 18.4546 16.7402 18.9632 16.7402 19.5C16.7402 20.0368 16.8611 20.5454 17.0771 21H6.2099C5.41516 21 4.74609 20.3422 4.74609 19.5C4.74609 18.6578 5.41516 18 6.2099 18ZM15 7.75C15.4142 7.75 15.75 7.41421 15.75 7C15.75 6.58579 15.4142 6.25 15 6.25H9C8.58579 6.25 8.25 6.58579 8.25 7C8.25 7.41421 8.58579 7.75 9 7.75H15ZM12 11.75C12.4142 11.75 12.75 11.4142 12.75 11C12.75 10.5858 12.4142 10.25 12 10.25H9C8.58579 10.25 8.25 10.5858 8.25 11C8.25 11.4142 8.58579 11.75 9 11.75H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4436 1.25H12.5564H12.5564H12.5564C14.3942 1.24999 15.8498 1.24997 16.989 1.40314C18.1614 1.56076 19.1104 1.89288 19.8588 2.64124C20.6071 3.38961 20.9392 4.33856 21.0969 5.51098C21.25 6.65018 21.25 8.10585 21.25 9.94359V17C21.25 17.082 21.2368 17.1609 21.2125 17.2348C21.1069 17.6738 20.7117 18 20.2402 18C19.4118 18 18.7402 18.6716 18.7402 19.5C18.7402 20.3284 19.4118 21 20.2402 21C20.7925 21 21.2402 21.4477 21.2402 22C21.2402 22.5339 20.8219 22.97 20.2951 22.9985C20.2811 22.9993 20.267 22.9997 20.2529 22.9999L20.2402 23H20.24H6.2099C4.2832 23 2.74609 21.4192 2.74609 19.5C2.74609 19.4439 2.74741 19.3882 2.75 19.3327V9.94357C2.74998 8.10582 2.74997 6.65019 2.90314 5.51098C3.06076 4.33856 3.39288 3.38961 4.14124 2.64124C4.88961 1.89288 5.83856 1.56076 7.01098 1.40314C8.15018 1.24997 9.60582 1.24999 11.4436 1.25H11.4436H11.4436ZM6.2099 18H17.0771C16.8611 18.4546 16.7402 18.9632 16.7402 19.5C16.7402 20.0368 16.8611 20.5454 17.0771 21H6.2099C5.41516 21 4.74609 20.3422 4.74609 19.5C4.74609 18.6578 5.41516 18 6.2099 18ZM15 7.75C15.4142 7.75 15.75 7.41421 15.75 7C15.75 6.58579 15.4142 6.25 15 6.25H9C8.58579 6.25 8.25 6.58579 8.25 7C8.25 7.41421 8.58579 7.75 9 7.75H15ZM12 11.75C12.4142 11.75 12.75 11.4142 12.75 11C12.75 10.5858 12.4142 10.25 12 10.25H9C8.58579 10.25 8.25 10.5858 8.25 11C8.25 11.4142 8.58579 11.75 9 11.75H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-book-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.74316 1C4.53403 1 2.74316 2.79086 2.74316 5C2.74316 5.07917 2.74546 5.15779 2.75 5.23582V14.0564C2.74999 15.8942 2.74997 17.3498 2.90314 18.489C3.06076 19.6614 3.39288 20.6104 4.14124 21.3588C4.88961 22.1071 5.83856 22.4392 7.01098 22.5969C8.15018 22.75 9.60585 22.75 11.4436 22.75H12.5565C14.3942 22.75 15.8498 22.75 16.989 22.5969C18.1614 22.4392 19.1104 22.1071 19.8588 21.3588C20.6071 20.6104 20.9392 19.6614 21.0969 18.489C21.25 17.3498 21.25 15.8942 21.25 14.0564V10C21.25 8.48122 20.0188 7.25 18.5 7.25L18.5 6.5C18.5 5.11929 17.3807 4 16 4H7.5C6.94772 4 6.5 4.44772 6.5 5C6.5 5.55228 6.94772 6 7.5 6H16C16.2761 6 16.5 6.22386 16.5 6.5V7H6.74316C5.63859 7 4.74316 6.10457 4.74316 5C4.74316 3.89543 5.63859 3 6.74316 3H18.7432C19.2954 3 19.7432 2.55228 19.7432 2C19.7432 1.44772 19.2954 1 18.7432 1H6.74316ZM12.0002 11.25C11.4526 11.25 10.9404 11.569 10.7184 12.0869L8.31083 17.7046C8.14767 18.0853 8.32403 18.5262 8.70475 18.6894C9.08547 18.8525 9.52638 18.6762 9.68955 18.2954L10.3519 16.75H13.6485L14.3108 18.2954C14.474 18.6762 14.9149 18.8525 15.2956 18.6894C15.6764 18.5262 15.8527 18.0853 15.6896 17.7046L13.282 12.0869C13.06 11.569 12.5478 11.25 12.0002 11.25ZM12.0002 12.9039L13.0056 15.25H10.9947L12.0002 12.9039Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.74316 1C4.53403 1 2.74316 2.79086 2.74316 5C2.74316 5.07917 2.74546 5.15779 2.75 5.23582V14.0564C2.74999 15.8942 2.74997 17.3498 2.90314 18.489C3.06076 19.6614 3.39288 20.6104 4.14124 21.3588C4.88961 22.1071 5.83856 22.4392 7.01098 22.5969C8.15018 22.75 9.60585 22.75 11.4436 22.75H12.5565C14.3942 22.75 15.8498 22.75 16.989 22.5969C18.1614 22.4392 19.1104 22.1071 19.8588 21.3588C20.6071 20.6104 20.9392 19.6614 21.0969 18.489C21.25 17.3498 21.25 15.8942 21.25 14.0564V10C21.25 8.48122 20.0188 7.25 18.5 7.25L18.5 6.5C18.5 5.11929 17.3807 4 16 4H7.5C6.94772 4 6.5 4.44772 6.5 5C6.5 5.55228 6.94772 6 7.5 6H16C16.2761 6 16.5 6.22386 16.5 6.5V7H6.74316C5.63859 7 4.74316 6.10457 4.74316 5C4.74316 3.89543 5.63859 3 6.74316 3H18.7432C19.2954 3 19.7432 2.55228 19.7432 2C19.7432 1.44772 19.2954 1 18.7432 1H6.74316ZM12.0002 11.25C11.4526 11.25 10.9404 11.569 10.7184 12.0869L8.31083 17.7046C8.14767 18.0853 8.32403 18.5262 8.70475 18.6894C9.08547 18.8525 9.52638 18.6762 9.68955 18.2954L10.3519 16.75H13.6485L14.3108 18.2954C14.474 18.6762 14.9149 18.8525 15.2956 18.6894C15.6764 18.5262 15.8527 18.0853 15.6896 17.7046L13.282 12.0869C13.06 11.569 12.5478 11.25 12.0002 11.25ZM12.0002 12.9039L13.0056 15.25H10.9947L12.0002 12.9039Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-book-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.74316 1C4.53403 1 2.74316 2.79086 2.74316 5C2.74316 5.07917 2.74546 5.15779 2.75 5.23582V14.0564C2.74999 15.8942 2.74997 17.3498 2.90314 18.489C3.06076 19.6614 3.39288 20.6104 4.14124 21.3588C4.88961 22.1071 5.83856 22.4392 7.01098 22.5969C8.15018 22.75 9.60585 22.75 11.4436 22.75H12.5565C14.3942 22.75 15.8498 22.75 16.989 22.5969C18.1614 22.4392 19.1104 22.1071 19.8588 21.3588C20.6071 20.6104 20.9392 19.6614 21.0969 18.489C21.25 17.3498 21.25 15.8942 21.25 14.0564V10C21.25 8.48122 20.0188 7.25 18.5 7.25L18.5 6.5C18.5 5.11929 17.3807 4 16 4H7.5C6.94772 4 6.5 4.44772 6.5 5C6.5 5.55228 6.94772 6 7.5 6H16C16.2761 6 16.5 6.22386 16.5 6.5V7H6.74316C5.63859 7 4.74316 6.10457 4.74316 5C4.74316 3.89543 5.63859 3 6.74316 3H18.7432C19.2954 3 19.7432 2.55228 19.7432 2C19.7432 1.44772 19.2954 1 18.7432 1H6.74316ZM15 13.75C15.4142 13.75 15.75 13.4142 15.75 13C15.75 12.5858 15.4142 12.25 15 12.25H9C8.58579 12.25 8.25 12.5858 8.25 13C8.25 13.4142 8.58579 13.75 9 13.75H15ZM12.75 17C12.75 17.4142 12.4142 17.75 12 17.75H9C8.58579 17.75 8.25 17.4142 8.25 17C8.25 16.5858 8.58579 16.25 9 16.25H12C12.4142 16.25 12.75 16.5858 12.75 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.74316 1C4.53403 1 2.74316 2.79086 2.74316 5C2.74316 5.07917 2.74546 5.15779 2.75 5.23582V14.0564C2.74999 15.8942 2.74997 17.3498 2.90314 18.489C3.06076 19.6614 3.39288 20.6104 4.14124 21.3588C4.88961 22.1071 5.83856 22.4392 7.01098 22.5969C8.15018 22.75 9.60585 22.75 11.4436 22.75H12.5565C14.3942 22.75 15.8498 22.75 16.989 22.5969C18.1614 22.4392 19.1104 22.1071 19.8588 21.3588C20.6071 20.6104 20.9392 19.6614 21.0969 18.489C21.25 17.3498 21.25 15.8942 21.25 14.0564V10C21.25 8.48122 20.0188 7.25 18.5 7.25L18.5 6.5C18.5 5.11929 17.3807 4 16 4H7.5C6.94772 4 6.5 4.44772 6.5 5C6.5 5.55228 6.94772 6 7.5 6H16C16.2761 6 16.5 6.22386 16.5 6.5V7H6.74316C5.63859 7 4.74316 6.10457 4.74316 5C4.74316 3.89543 5.63859 3 6.74316 3H18.7432C19.2954 3 19.7432 2.55228 19.7432 2C19.7432 1.44772 19.2954 1 18.7432 1H6.74316ZM15 13.75C15.4142 13.75 15.75 13.4142 15.75 13C15.75 12.5858 15.4142 12.25 15 12.25H9C8.58579 12.25 8.25 12.5858 8.25 13C8.25 13.4142 8.58579 13.75 9 13.75H15ZM12.75 17C12.75 17.4142 12.4142 17.75 12 17.75H9C8.58579 17.75 8.25 17.4142 8.25 17C8.25 16.5858 8.58579 16.25 9 16.25H12C12.4142 16.25 12.75 16.5858 12.75 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-book-download{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4436 1.25H12.5564H12.5564H12.5564C14.3942 1.24999 15.8498 1.24997 16.989 1.40314C18.1614 1.56076 19.1104 1.89288 19.8588 2.64124C20.6071 3.38961 20.9392 4.33856 21.0969 5.51098C21.25 6.65018 21.25 8.10585 21.25 9.94359V17C21.25 17.082 21.2368 17.1609 21.2125 17.2348C21.1069 17.6738 20.7117 18 20.2402 18C19.4118 18 18.7402 18.6716 18.7402 19.5C18.7402 20.3284 19.4118 21 20.2402 21C20.7925 21 21.2402 21.4477 21.2402 22C21.2402 22.5339 20.8219 22.97 20.2951 22.9985C20.2811 22.9993 20.267 22.9997 20.2529 22.9999L20.2402 23H20.24H6.2099C4.2832 23 2.74609 21.4192 2.74609 19.5C2.74609 19.4439 2.74741 19.3882 2.75 19.3327V9.94357C2.74998 8.10582 2.74997 6.65019 2.90314 5.51098C3.06076 4.33856 3.39288 3.38961 4.14124 2.64124C4.88961 1.89288 5.83856 1.56076 7.01098 1.40314C8.15018 1.24997 9.60582 1.24999 11.4436 1.25H11.4436H11.4436ZM6.2099 18H17.0771C16.8611 18.4546 16.7402 18.9632 16.7402 19.5C16.7402 20.0368 16.8611 20.5454 17.0771 21H6.2099C5.41516 21 4.74609 20.3422 4.74609 19.5C4.74609 18.6578 5.41516 18 6.2099 18ZM15.308 10.8424C15.574 10.5418 15.5621 10.0671 15.2815 9.78216C15.1432 9.64169 14.9654 9.57355 14.7888 9.57659H13V6.25C13 5.69771 12.5523 5.25 12 5.25C11.4477 5.25 11 5.69771 11 6.25V9.57659H9.18854C9.01946 9.57951 8.85086 9.64769 8.71845 9.78216C8.43787 10.0671 8.426 10.5418 8.69195 10.8424L10.0373 12.3632C10.3612 12.7295 10.6514 13.0576 10.918 13.2875C11.2073 13.537 11.5561 13.75 12 13.75C12.4439 13.75 12.7927 13.537 13.082 13.2875C13.3486 13.0576 13.6388 12.7295 13.9627 12.3632L15.308 10.8424Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4436 1.25H12.5564H12.5564H12.5564C14.3942 1.24999 15.8498 1.24997 16.989 1.40314C18.1614 1.56076 19.1104 1.89288 19.8588 2.64124C20.6071 3.38961 20.9392 4.33856 21.0969 5.51098C21.25 6.65018 21.25 8.10585 21.25 9.94359V17C21.25 17.082 21.2368 17.1609 21.2125 17.2348C21.1069 17.6738 20.7117 18 20.2402 18C19.4118 18 18.7402 18.6716 18.7402 19.5C18.7402 20.3284 19.4118 21 20.2402 21C20.7925 21 21.2402 21.4477 21.2402 22C21.2402 22.5339 20.8219 22.97 20.2951 22.9985C20.2811 22.9993 20.267 22.9997 20.2529 22.9999L20.2402 23H20.24H6.2099C4.2832 23 2.74609 21.4192 2.74609 19.5C2.74609 19.4439 2.74741 19.3882 2.75 19.3327V9.94357C2.74998 8.10582 2.74997 6.65019 2.90314 5.51098C3.06076 4.33856 3.39288 3.38961 4.14124 2.64124C4.88961 1.89288 5.83856 1.56076 7.01098 1.40314C8.15018 1.24997 9.60582 1.24999 11.4436 1.25H11.4436H11.4436ZM6.2099 18H17.0771C16.8611 18.4546 16.7402 18.9632 16.7402 19.5C16.7402 20.0368 16.8611 20.5454 17.0771 21H6.2099C5.41516 21 4.74609 20.3422 4.74609 19.5C4.74609 18.6578 5.41516 18 6.2099 18ZM15.308 10.8424C15.574 10.5418 15.5621 10.0671 15.2815 9.78216C15.1432 9.64169 14.9654 9.57355 14.7888 9.57659H13V6.25C13 5.69771 12.5523 5.25 12 5.25C11.4477 5.25 11 5.69771 11 6.25V9.57659H9.18854C9.01946 9.57951 8.85086 9.64769 8.71845 9.78216C8.43787 10.0671 8.426 10.5418 8.69195 10.8424L10.0373 12.3632C10.3612 12.7295 10.6514 13.0576 10.918 13.2875C11.2073 13.537 11.5561 13.75 12 13.75C12.4439 13.75 12.7927 13.537 13.082 13.2875C13.3486 13.0576 13.6388 12.7295 13.9627 12.3632L15.308 10.8424Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-book-edit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.22111 3.01664L6.16062 3.00526C5.45089 2.87172 4.82267 2.75351 4.29246 2.75008C3.69637 2.74622 3.15603 2.88428 2.6642 3.30052C2.15627 3.73039 1.9382 4.28384 1.84024 4.90524C1.74991 5.47823 1.74995 6.19657 1.75 7.03807L1.75 13.5477C1.74998 14.326 1.74997 14.9719 1.80658 15.4845C1.86525 16.0157 1.99403 16.5159 2.33584 16.9337C2.6914 17.3683 3.20741 17.5918 3.75686 17.753C4.30333 17.9135 5.02115 18.0484 5.90302 18.2142L5.9439 18.2219C7.50603 18.5157 8.7089 18.9807 9.5625 19.4357L9.58075 19.4454C10.0192 19.6791 10.3725 19.8674 10.6432 19.9959C10.7812 20.0615 10.9161 20.1204 11.0425 20.1639C11.1606 20.2045 11.3223 20.25 11.5 20.25C11.9142 20.25 12.25 19.9142 12.25 19.5V7.19996C12.25 7.14648 12.25 7.11974 12.2525 7.10041C12.2608 7.03729 12.2683 7.01793 12.3051 6.96597C12.3164 6.95005 12.3477 6.9161 12.4104 6.84818C12.823 6.40126 14.3226 5.36104 17.0522 4.85494C17.8138 4.71372 18.2604 4.63453 18.5953 4.63239C18.8655 4.63067 18.9631 4.68019 19.0596 4.76068C19.1355 4.82406 19.2192 4.92041 19.2751 5.27023C19.3381 5.6642 19.3409 6.206 19.3409 7.07616V9.80882C19.3409 10.3286 19.7683 10.75 20.2954 10.75C20.8226 10.75 21.25 10.3286 21.25 9.80882L21.25 7.00719C21.2501 6.22739 21.2501 5.535 21.1609 4.97711C21.0621 4.35869 20.8361 3.77715 20.2929 3.32382C19.7701 2.8876 19.1946 2.74617 18.5829 2.75008C18.0548 2.75345 17.4361 2.86827 16.7707 2.99178L16.6994 3.00501C14.4855 3.41549 12.8604 4.16544 11.85 4.8642C11.6574 4.99742 11.5611 5.06404 11.4684 5.06459C11.3758 5.06515 11.2792 5.00006 11.086 4.86986C10.0557 4.17558 8.42927 3.43188 6.22111 3.01664Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5785 13.0539C18.9119 12.7205 19.0785 12.5539 19.2519 12.4537C19.7225 12.1821 20.3022 12.1821 20.7727 12.4537C20.9461 12.5539 21.1128 12.7205 21.4461 13.0539C21.7795 13.3872 21.9461 13.5539 22.0463 13.7273C22.3179 14.1978 22.3179 14.7775 22.0463 15.2481C21.9461 15.4215 21.7795 15.5881 21.4461 15.9215L17.1383 20.2293C16.4774 20.8902 15.4801 20.9171 14.5977 21.1057C13.9078 21.2532 13.5628 21.327 13.3679 21.1321C13.173 20.9372 13.2468 20.5922 13.3943 19.9023C13.5829 19.0199 13.6098 18.0226 14.2707 17.3617L18.5785 13.0539Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.22111 3.01664L6.16062 3.00526C5.45089 2.87172 4.82267 2.75351 4.29246 2.75008C3.69637 2.74622 3.15603 2.88428 2.6642 3.30052C2.15627 3.73039 1.9382 4.28384 1.84024 4.90524C1.74991 5.47823 1.74995 6.19657 1.75 7.03807L1.75 13.5477C1.74998 14.326 1.74997 14.9719 1.80658 15.4845C1.86525 16.0157 1.99403 16.5159 2.33584 16.9337C2.6914 17.3683 3.20741 17.5918 3.75686 17.753C4.30333 17.9135 5.02115 18.0484 5.90302 18.2142L5.9439 18.2219C7.50603 18.5157 8.7089 18.9807 9.5625 19.4357L9.58075 19.4454C10.0192 19.6791 10.3725 19.8674 10.6432 19.9959C10.7812 20.0615 10.9161 20.1204 11.0425 20.1639C11.1606 20.2045 11.3223 20.25 11.5 20.25C11.9142 20.25 12.25 19.9142 12.25 19.5V7.19996C12.25 7.14648 12.25 7.11974 12.2525 7.10041C12.2608 7.03729 12.2683 7.01793 12.3051 6.96597C12.3164 6.95005 12.3477 6.9161 12.4104 6.84818C12.823 6.40126 14.3226 5.36104 17.0522 4.85494C17.8138 4.71372 18.2604 4.63453 18.5953 4.63239C18.8655 4.63067 18.9631 4.68019 19.0596 4.76068C19.1355 4.82406 19.2192 4.92041 19.2751 5.27023C19.3381 5.6642 19.3409 6.206 19.3409 7.07616V9.80882C19.3409 10.3286 19.7683 10.75 20.2954 10.75C20.8226 10.75 21.25 10.3286 21.25 9.80882L21.25 7.00719C21.2501 6.22739 21.2501 5.535 21.1609 4.97711C21.0621 4.35869 20.8361 3.77715 20.2929 3.32382C19.7701 2.8876 19.1946 2.74617 18.5829 2.75008C18.0548 2.75345 17.4361 2.86827 16.7707 2.99178L16.6994 3.00501C14.4855 3.41549 12.8604 4.16544 11.85 4.8642C11.6574 4.99742 11.5611 5.06404 11.4684 5.06459C11.3758 5.06515 11.2792 5.00006 11.086 4.86986C10.0557 4.17558 8.42927 3.43188 6.22111 3.01664Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5785 13.0539C18.9119 12.7205 19.0785 12.5539 19.2519 12.4537C19.7225 12.1821 20.3022 12.1821 20.7727 12.4537C20.9461 12.5539 21.1128 12.7205 21.4461 13.0539C21.7795 13.3872 21.9461 13.5539 22.0463 13.7273C22.3179 14.1978 22.3179 14.7775 22.0463 15.2481C21.9461 15.4215 21.7795 15.5881 21.4461 15.9215L17.1383 20.2293C16.4774 20.8902 15.4801 20.9171 14.5977 21.1057C13.9078 21.2532 13.5628 21.327 13.3679 21.1321C13.173 20.9372 13.2468 20.5922 13.3943 19.9023C13.5829 19.0199 13.6098 18.0226 14.2707 17.3617L18.5785 13.0539Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-book-open-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.05828 2.54073L6.12085 2.55281C8.10486 2.93579 9.66115 3.56394 10.7829 4.20569C11.0041 4.33221 11.1147 4.39547 11.1823 4.51235C11.25 4.62923 11.25 4.76522 11.25 5.0372L11.25 21.6298C11.25 21.718 11.1595 21.7765 11.0804 21.7379C10.7814 21.5921 10.3904 21.3782 9.9016 21.1108L9.88301 21.1006C8.92714 20.5776 7.58315 20.0447 5.84029 19.7082L5.79844 19.7001C4.81548 19.5104 4.02106 19.3571 3.41756 19.1752C2.81014 18.9922 2.2571 18.743 1.87922 18.2689C1.51611 17.8132 1.37649 17.2652 1.31225 16.6682C1.24998 16.0894 1.24999 15.3576 1.25001 14.4654L1.25 7.0525C1.24996 6.0869 1.24993 5.27474 1.34903 4.6294C1.45547 3.93629 1.6901 3.3299 2.23278 2.85844C2.76063 2.39987 3.34147 2.24577 3.99114 2.25009C4.57345 2.25396 5.26562 2.38764 6.05828 2.54073ZM12.8177 4.51235C12.8854 4.39547 12.9959 4.33221 13.2171 4.20569C14.3389 3.56394 15.8952 2.93579 17.8792 2.55281L17.9417 2.54072C18.7344 2.38764 19.4266 2.25396 20.0089 2.25009C20.6586 2.24577 21.2394 2.39987 21.7672 2.85844C22.3099 3.3299 22.5445 3.93629 22.651 4.6294C22.7501 5.27475 22.75 6.08693 22.75 7.05255L22.75 14.4654C22.75 15.3576 22.75 16.0894 22.6878 16.6682C22.6235 17.2652 22.4839 17.8132 22.1208 18.2689C21.7429 18.743 21.1899 18.9922 20.5825 19.1752C19.9789 19.3571 19.1844 19.5104 18.2014 19.7002L18.1597 19.7082C16.4169 20.0447 15.0729 20.5776 14.117 21.1006L14.0983 21.1109C13.6096 21.3783 13.2186 21.5921 12.9196 21.7379C12.8405 21.7765 12.75 21.718 12.75 21.6298L12.75 5.0372C12.75 4.76522 12.75 4.62923 12.8177 4.51235Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.05828 2.54073L6.12085 2.55281C8.10486 2.93579 9.66115 3.56394 10.7829 4.20569C11.0041 4.33221 11.1147 4.39547 11.1823 4.51235C11.25 4.62923 11.25 4.76522 11.25 5.0372L11.25 21.6298C11.25 21.718 11.1595 21.7765 11.0804 21.7379C10.7814 21.5921 10.3904 21.3782 9.9016 21.1108L9.88301 21.1006C8.92714 20.5776 7.58315 20.0447 5.84029 19.7082L5.79844 19.7001C4.81548 19.5104 4.02106 19.3571 3.41756 19.1752C2.81014 18.9922 2.2571 18.743 1.87922 18.2689C1.51611 17.8132 1.37649 17.2652 1.31225 16.6682C1.24998 16.0894 1.24999 15.3576 1.25001 14.4654L1.25 7.0525C1.24996 6.0869 1.24993 5.27474 1.34903 4.6294C1.45547 3.93629 1.6901 3.3299 2.23278 2.85844C2.76063 2.39987 3.34147 2.24577 3.99114 2.25009C4.57345 2.25396 5.26562 2.38764 6.05828 2.54073ZM12.8177 4.51235C12.8854 4.39547 12.9959 4.33221 13.2171 4.20569C14.3389 3.56394 15.8952 2.93579 17.8792 2.55281L17.9417 2.54072C18.7344 2.38764 19.4266 2.25396 20.0089 2.25009C20.6586 2.24577 21.2394 2.39987 21.7672 2.85844C22.3099 3.3299 22.5445 3.93629 22.651 4.6294C22.7501 5.27475 22.75 6.08693 22.75 7.05255L22.75 14.4654C22.75 15.3576 22.75 16.0894 22.6878 16.6682C22.6235 17.2652 22.4839 17.8132 22.1208 18.2689C21.7429 18.743 21.1899 18.9922 20.5825 19.1752C19.9789 19.3571 19.1844 19.5104 18.2014 19.7002L18.1597 19.7082C16.4169 20.0447 15.0729 20.5776 14.117 21.1006L14.0983 21.1109C13.6096 21.3783 13.2186 21.5921 12.9196 21.7379C12.8405 21.7765 12.75 21.718 12.75 21.6298L12.75 5.0372C12.75 4.76522 12.75 4.62923 12.8177 4.51235Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-book-open-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9516 3.49188C16.7664 3.56957 16.5252 3.73672 16.0682 4.06377C14.3161 5.31781 13.2249 7.14093 12.75 7.98538V18.5743C13.5729 17.3975 14.7329 16.0728 16.2446 15.2214C16.626 15.0066 16.8768 14.8648 17.0522 14.749C17.151 14.6838 17.1978 14.6442 17.2165 14.6274C17.2214 14.6075 17.2294 14.567 17.2358 14.4942C17.2493 14.3389 17.25 14.1278 17.25 13.7816V4.94167C17.25 4.29323 17.2465 3.91985 17.1964 3.6666C17.1621 3.49307 17.1298 3.48571 17.1176 3.48294C17.1162 3.48262 17.1151 3.48237 17.1143 3.48194C17.0892 3.46906 17.0741 3.46431 17.0675 3.46257C17.0616 3.46101 17.059 3.46095 17.0574 3.46094C17.0552 3.46092 17.026 3.46066 16.9516 3.49188ZM17.2117 14.6433C17.2117 14.6433 17.2118 14.643 17.2121 14.6424L17.2117 14.6433ZM17.0689 1.96098C17.3313 1.96298 17.5745 2.03196 17.8 2.14785C18.3346 2.42264 18.5704 2.88285 18.6679 3.37536C18.7503 3.79158 18.7501 4.31718 18.75 4.87621C18.75 4.89798 18.75 4.9198 18.75 4.94167L18.75 13.8109C18.75 14.1185 18.75 14.3961 18.7301 14.6247C18.7089 14.8672 18.6603 15.1364 18.5109 15.392C18.3501 15.6671 18.0968 15.8569 17.8784 16.001C17.6534 16.1495 17.3556 16.3172 17.0047 16.5148L16.9807 16.5283C14.7588 17.7798 13.3923 20.2984 12.7916 21.4055C12.7408 21.4991 12.6955 21.5826 12.6556 21.6544C12.4896 21.9532 12.1427 22.102 11.8119 22.0162C11.481 21.9305 11.25 21.632 11.25 21.2902V7.79021C11.25 7.66275 11.2825 7.5374 11.3444 7.42598L11.3513 7.41348C11.7741 6.6525 13.028 4.39518 15.1952 2.84402C15.213 2.83126 15.2308 2.81849 15.2487 2.80571C15.6291 2.53319 16.0103 2.26009 16.3714 2.10863C16.578 2.02197 16.8112 1.95902 17.0689 1.96098Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.05352 3.80973L6.1133 3.82048C9.65131 4.45669 11.7782 6.27394 12.5432 7.07749C12.676 7.21693 12.75 7.40209 12.75 7.59462V18.5731C13.5729 17.3964 14.7329 16.0717 16.2446 15.2202C16.626 15.0054 16.8768 14.8636 17.0522 14.7479C17.151 14.6827 17.1978 14.643 17.2165 14.6262C17.2214 14.6064 17.2294 14.5659 17.2358 14.493C17.2493 14.3377 17.25 14.1267 17.25 13.7805V5.28906C17.25 5.04965 17.3643 4.82463 17.5576 4.68342C18.1367 4.26043 18.8714 3.91808 19.5838 3.76196C20.2556 3.61471 21.1187 3.59068 21.751 4.10239C22.2993 4.54611 22.5409 5.12306 22.6499 5.78422C22.7501 6.39193 22.7501 7.1543 22.75 8.04917L22.75 14.964C22.75 15.7916 22.75 16.4773 22.6872 17.0211C22.6219 17.5865 22.4788 18.1111 22.1073 18.5454C21.7259 18.9912 21.1732 19.2215 20.5715 19.3904C19.9696 19.5593 19.1767 19.7019 18.1923 19.8789L18.1923 19.8789L18.1522 19.8861C16.4055 20.2002 15.0588 20.6978 14.1014 21.1857L14.0831 21.195L14.083 21.1951C13.5939 21.4444 13.2033 21.6434 12.9047 21.7791C12.7526 21.8481 12.6067 21.9089 12.4716 21.9533C12.3444 21.9951 12.1786 22.0391 12 22.0391C11.8214 22.0391 11.6556 21.9951 11.5284 21.9533C11.3933 21.9089 11.2474 21.8481 11.0953 21.7791C10.7967 21.6434 10.4061 21.4444 9.91701 21.1951L9.9169 21.195L9.89862 21.1857C8.94122 20.6978 7.59451 20.2002 5.84783 19.8861L5.80773 19.8789L5.80768 19.8789C4.82329 19.7019 4.03038 19.5593 3.42854 19.3904C2.82678 19.2215 2.27407 18.9912 1.89269 18.5454C1.52123 18.1111 1.37808 17.5865 1.31278 17.0211C1.24997 16.4773 1.24998 15.7916 1.25 14.964L1.25 8.11039L1.25 8.04917C1.24995 7.1543 1.24991 6.39193 1.35009 5.78422C1.45909 5.12306 1.70069 4.54611 2.24897 4.10239C2.77662 3.67538 3.35126 3.53518 3.99087 3.53914C4.56937 3.54273 5.2584 3.66668 6.05352 3.80973Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9516 3.49188C16.7664 3.56957 16.5252 3.73672 16.0682 4.06377C14.3161 5.31781 13.2249 7.14093 12.75 7.98538V18.5743C13.5729 17.3975 14.7329 16.0728 16.2446 15.2214C16.626 15.0066 16.8768 14.8648 17.0522 14.749C17.151 14.6838 17.1978 14.6442 17.2165 14.6274C17.2214 14.6075 17.2294 14.567 17.2358 14.4942C17.2493 14.3389 17.25 14.1278 17.25 13.7816V4.94167C17.25 4.29323 17.2465 3.91985 17.1964 3.6666C17.1621 3.49307 17.1298 3.48571 17.1176 3.48294C17.1162 3.48262 17.1151 3.48237 17.1143 3.48194C17.0892 3.46906 17.0741 3.46431 17.0675 3.46257C17.0616 3.46101 17.059 3.46095 17.0574 3.46094C17.0552 3.46092 17.026 3.46066 16.9516 3.49188ZM17.2117 14.6433C17.2117 14.6433 17.2118 14.643 17.2121 14.6424L17.2117 14.6433ZM17.0689 1.96098C17.3313 1.96298 17.5745 2.03196 17.8 2.14785C18.3346 2.42264 18.5704 2.88285 18.6679 3.37536C18.7503 3.79158 18.7501 4.31718 18.75 4.87621C18.75 4.89798 18.75 4.9198 18.75 4.94167L18.75 13.8109C18.75 14.1185 18.75 14.3961 18.7301 14.6247C18.7089 14.8672 18.6603 15.1364 18.5109 15.392C18.3501 15.6671 18.0968 15.8569 17.8784 16.001C17.6534 16.1495 17.3556 16.3172 17.0047 16.5148L16.9807 16.5283C14.7588 17.7798 13.3923 20.2984 12.7916 21.4055C12.7408 21.4991 12.6955 21.5826 12.6556 21.6544C12.4896 21.9532 12.1427 22.102 11.8119 22.0162C11.481 21.9305 11.25 21.632 11.25 21.2902V7.79021C11.25 7.66275 11.2825 7.5374 11.3444 7.42598L11.3513 7.41348C11.7741 6.6525 13.028 4.39518 15.1952 2.84402C15.213 2.83126 15.2308 2.81849 15.2487 2.80571C15.6291 2.53319 16.0103 2.26009 16.3714 2.10863C16.578 2.02197 16.8112 1.95902 17.0689 1.96098Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.05352 3.80973L6.1133 3.82048C9.65131 4.45669 11.7782 6.27394 12.5432 7.07749C12.676 7.21693 12.75 7.40209 12.75 7.59462V18.5731C13.5729 17.3964 14.7329 16.0717 16.2446 15.2202C16.626 15.0054 16.8768 14.8636 17.0522 14.7479C17.151 14.6827 17.1978 14.643 17.2165 14.6262C17.2214 14.6064 17.2294 14.5659 17.2358 14.493C17.2493 14.3377 17.25 14.1267 17.25 13.7805V5.28906C17.25 5.04965 17.3643 4.82463 17.5576 4.68342C18.1367 4.26043 18.8714 3.91808 19.5838 3.76196C20.2556 3.61471 21.1187 3.59068 21.751 4.10239C22.2993 4.54611 22.5409 5.12306 22.6499 5.78422C22.7501 6.39193 22.7501 7.1543 22.75 8.04917L22.75 14.964C22.75 15.7916 22.75 16.4773 22.6872 17.0211C22.6219 17.5865 22.4788 18.1111 22.1073 18.5454C21.7259 18.9912 21.1732 19.2215 20.5715 19.3904C19.9696 19.5593 19.1767 19.7019 18.1923 19.8789L18.1923 19.8789L18.1522 19.8861C16.4055 20.2002 15.0588 20.6978 14.1014 21.1857L14.0831 21.195L14.083 21.1951C13.5939 21.4444 13.2033 21.6434 12.9047 21.7791C12.7526 21.8481 12.6067 21.9089 12.4716 21.9533C12.3444 21.9951 12.1786 22.0391 12 22.0391C11.8214 22.0391 11.6556 21.9951 11.5284 21.9533C11.3933 21.9089 11.2474 21.8481 11.0953 21.7791C10.7967 21.6434 10.4061 21.4444 9.91701 21.1951L9.9169 21.195L9.89862 21.1857C8.94122 20.6978 7.59451 20.2002 5.84783 19.8861L5.80773 19.8789L5.80768 19.8789C4.82329 19.7019 4.03038 19.5593 3.42854 19.3904C2.82678 19.2215 2.27407 18.9912 1.89269 18.5454C1.52123 18.1111 1.37808 17.5865 1.31278 17.0211C1.24997 16.4773 1.24998 15.7916 1.25 14.964L1.25 8.11039L1.25 8.04917C1.24995 7.1543 1.24991 6.39193 1.35009 5.78422C1.45909 5.12306 1.70069 4.54611 2.24897 4.10239C2.77662 3.67538 3.35126 3.53518 3.99087 3.53914C4.56937 3.54273 5.2584 3.66668 6.05352 3.80973Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-book-upload{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4436 1.25H12.5564H12.5564H12.5564C14.3942 1.24999 15.8498 1.24997 16.989 1.40314C18.1614 1.56076 19.1104 1.89288 19.8588 2.64124C20.6071 3.38961 20.9392 4.33856 21.0969 5.51098C21.25 6.65018 21.25 8.10585 21.25 9.94359V17C21.25 17.082 21.2368 17.1609 21.2125 17.2348C21.1069 17.6738 20.7117 18 20.2402 18C19.4118 18 18.7402 18.6716 18.7402 19.5C18.7402 20.3284 19.4118 21 20.2402 21C20.7925 21 21.2402 21.4477 21.2402 22C21.2402 22.5339 20.8219 22.97 20.2951 22.9985C20.2811 22.9993 20.267 22.9997 20.2529 22.9999L20.2402 23H20.24H6.2099C4.2832 23 2.74609 21.4192 2.74609 19.5C2.74609 19.4439 2.74741 19.3882 2.75 19.3327V9.94357C2.74998 8.10582 2.74997 6.65019 2.90314 5.51098C3.06076 4.33856 3.39288 3.38961 4.14124 2.64124C4.88961 1.89288 5.83856 1.56076 7.01098 1.40314C8.15018 1.24997 9.60582 1.24999 11.4436 1.25H11.4436H11.4436ZM6.2099 18H17.0771C16.8611 18.4546 16.7402 18.9632 16.7402 19.5C16.7402 20.0368 16.8611 20.5454 17.0771 21H6.2099C5.41516 21 4.74609 20.3422 4.74609 19.5C4.74609 18.6578 5.41516 18 6.2099 18ZM15.308 8.15753C15.574 8.45816 15.5621 8.93287 15.2815 9.21781C15.1432 9.35828 14.9654 9.42642 14.7888 9.42338H13V12.75C13 13.3023 12.5523 13.75 12 13.75C11.4477 13.75 11 13.3023 11 12.75V9.42338H9.18854C9.01946 9.42046 8.85087 9.35228 8.71846 9.21781C8.43787 8.93287 8.426 8.45816 8.69195 8.15753L10.0373 6.63673C10.3612 6.2705 10.6514 5.9424 10.918 5.7125C11.2073 5.46301 11.5561 5.25001 12 5.25001C12.4439 5.25001 12.7927 5.46301 13.082 5.7125C13.3486 5.9424 13.6388 6.27051 13.9627 6.63674L15.308 8.15753Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4436 1.25H12.5564H12.5564H12.5564C14.3942 1.24999 15.8498 1.24997 16.989 1.40314C18.1614 1.56076 19.1104 1.89288 19.8588 2.64124C20.6071 3.38961 20.9392 4.33856 21.0969 5.51098C21.25 6.65018 21.25 8.10585 21.25 9.94359V17C21.25 17.082 21.2368 17.1609 21.2125 17.2348C21.1069 17.6738 20.7117 18 20.2402 18C19.4118 18 18.7402 18.6716 18.7402 19.5C18.7402 20.3284 19.4118 21 20.2402 21C20.7925 21 21.2402 21.4477 21.2402 22C21.2402 22.5339 20.8219 22.97 20.2951 22.9985C20.2811 22.9993 20.267 22.9997 20.2529 22.9999L20.2402 23H20.24H6.2099C4.2832 23 2.74609 21.4192 2.74609 19.5C2.74609 19.4439 2.74741 19.3882 2.75 19.3327V9.94357C2.74998 8.10582 2.74997 6.65019 2.90314 5.51098C3.06076 4.33856 3.39288 3.38961 4.14124 2.64124C4.88961 1.89288 5.83856 1.56076 7.01098 1.40314C8.15018 1.24997 9.60582 1.24999 11.4436 1.25H11.4436H11.4436ZM6.2099 18H17.0771C16.8611 18.4546 16.7402 18.9632 16.7402 19.5C16.7402 20.0368 16.8611 20.5454 17.0771 21H6.2099C5.41516 21 4.74609 20.3422 4.74609 19.5C4.74609 18.6578 5.41516 18 6.2099 18ZM15.308 8.15753C15.574 8.45816 15.5621 8.93287 15.2815 9.21781C15.1432 9.35828 14.9654 9.42642 14.7888 9.42338H13V12.75C13 13.3023 12.5523 13.75 12 13.75C11.4477 13.75 11 13.3023 11 12.75V9.42338H9.18854C9.01946 9.42046 8.85087 9.35228 8.71846 9.21781C8.43787 8.93287 8.426 8.45816 8.69195 8.15753L10.0373 6.63673C10.3612 6.2705 10.6514 5.9424 10.918 5.7125C11.2073 5.46301 11.5561 5.25001 12 5.25001C12.4439 5.25001 12.7927 5.46301 13.082 5.7125C13.3486 5.9424 13.6388 6.27051 13.9627 6.63674L15.308 8.15753Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-books-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.10779 8.25L21.7778 8.25C22.3147 8.25 22.75 8.66973 22.75 9.1875C22.75 9.70527 22.3147 10.125 21.7778 10.125H20.8056C20.6948 10.125 20.4756 10.1899 20.2396 10.5313C20.0081 10.8661 19.8333 11.3826 19.8333 12C19.8333 12.6174 20.0081 13.1339 20.2396 13.4687C20.4756 13.8101 20.6948 13.875 20.8056 13.875H21.7778C22.3147 13.875 22.75 14.2947 22.75 14.8125C22.75 15.3303 22.3147 15.75 21.7778 15.75L9.10779 15.75C8.68132 15.75 8.31335 15.75 8.0088 15.73C7.68813 15.7089 7.36738 15.6625 7.05051 15.5359C6.33584 15.2505 5.76804 14.7029 5.47202 14.0138C5.34077 13.7082 5.29264 13.3989 5.27076 13.0897C5.24998 12.7961 5.24999 12.4412 5.25 12.03V11.97C5.24999 11.5588 5.24998 11.2039 5.27076 10.9103C5.29264 10.6011 5.34077 10.2918 5.47202 9.9862C5.76804 9.29706 6.33584 8.74954 7.05051 8.46409C7.36738 8.33752 7.68813 8.29111 8.0088 8.27002C8.31335 8.24998 8.68133 8.24999 9.10779 8.25ZM18.2693 13.875C18.0216 13.3124 17.8889 12.668 17.8889 12C17.8889 11.332 18.0216 10.6876 18.2693 10.125H9.13889C8.67259 10.125 8.37155 10.1255 8.14116 10.1407C7.91949 10.1553 7.83507 10.1802 7.79461 10.1964C7.55639 10.2915 7.36713 10.474 7.26845 10.7037C7.25169 10.7427 7.22582 10.8242 7.21069 11.0379C7.19497 11.2601 7.19445 11.5504 7.19445 12C7.19445 12.4496 7.19497 12.7399 7.21069 12.9621C7.22582 13.1758 7.25169 13.2573 7.26845 13.2963C7.36713 13.526 7.55639 13.7085 7.79462 13.8036C7.83507 13.8198 7.91949 13.8447 8.14116 13.8593C8.37155 13.8745 8.67259 13.875 9.13889 13.875H18.2693Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.66327 4.125C3.70586 4.17545 3.74827 4.23185 3.79018 4.29471C4.05922 4.69827 4.25 5.29899 4.25 6C4.25 6.70101 4.05922 7.30173 3.79018 7.7053C3.74827 7.76815 3.70586 7.82455 3.66327 7.875H2.22222C1.68528 7.875 1.25 8.29473 1.25 8.8125C1.25 9.33027 1.68528 9.75 2.22222 9.75H2.99855L3 9.75L3.00244 9.75L14.8922 9.75H14.8922C15.3187 9.75001 15.6867 9.75002 15.9912 9.72998C16.3119 9.70889 16.6326 9.66248 16.9495 9.53591C17.6642 9.25046 18.232 8.70294 18.528 8.0138C18.6592 7.70824 18.7074 7.39895 18.7292 7.08973C18.75 6.79606 18.75 6.44122 18.75 6.02999V5.97001C18.75 5.55878 18.75 5.20395 18.7292 4.91027C18.7074 4.60105 18.6592 4.29176 18.528 3.9862C18.232 3.29706 17.6642 2.74954 16.9495 2.46409C16.6326 2.33752 16.3119 2.29111 15.9912 2.27002C15.6867 2.24998 15.3187 2.24999 14.8923 2.25H14.8923H2.22222C1.68528 2.25 1.25 2.66973 1.25 3.1875C1.25 3.70527 1.68528 4.125 2.22222 4.125H3.66327Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.66327 16.125C3.70586 16.1754 3.74827 16.2319 3.79018 16.2947C4.05922 16.6983 4.25 17.299 4.25 18C4.25 18.701 4.05922 19.3017 3.79018 19.7053C3.74827 19.7681 3.70586 19.8246 3.66327 19.875H2.22222C1.68528 19.875 1.25 20.2947 1.25 20.8125C1.25 21.3303 1.68528 21.75 2.22222 21.75H2.99855L3 21.75L3.00244 21.75L14.8922 21.75H14.8922C15.3187 21.75 15.6867 21.75 15.9912 21.73C16.3119 21.7089 16.6326 21.6625 16.9495 21.5359C17.6642 21.2505 18.232 20.7029 18.528 20.0138C18.6592 19.7082 18.7074 19.3989 18.7292 19.0897C18.75 18.7961 18.75 18.4412 18.75 18.03V17.97C18.75 17.5588 18.75 17.2039 18.7292 16.9103C18.7074 16.6011 18.6592 16.2918 18.528 15.9862C18.232 15.2971 17.6642 14.7495 16.9495 14.4641C16.6326 14.3375 16.3119 14.2911 15.9912 14.27C15.6867 14.25 15.3187 14.25 14.8923 14.25H14.8923H2.22222C1.68528 14.25 1.25 14.6697 1.25 15.1875C1.25 15.7053 1.68528 16.125 2.22222 16.125H3.66327Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.10779 8.25L21.7778 8.25C22.3147 8.25 22.75 8.66973 22.75 9.1875C22.75 9.70527 22.3147 10.125 21.7778 10.125H20.8056C20.6948 10.125 20.4756 10.1899 20.2396 10.5313C20.0081 10.8661 19.8333 11.3826 19.8333 12C19.8333 12.6174 20.0081 13.1339 20.2396 13.4687C20.4756 13.8101 20.6948 13.875 20.8056 13.875H21.7778C22.3147 13.875 22.75 14.2947 22.75 14.8125C22.75 15.3303 22.3147 15.75 21.7778 15.75L9.10779 15.75C8.68132 15.75 8.31335 15.75 8.0088 15.73C7.68813 15.7089 7.36738 15.6625 7.05051 15.5359C6.33584 15.2505 5.76804 14.7029 5.47202 14.0138C5.34077 13.7082 5.29264 13.3989 5.27076 13.0897C5.24998 12.7961 5.24999 12.4412 5.25 12.03V11.97C5.24999 11.5588 5.24998 11.2039 5.27076 10.9103C5.29264 10.6011 5.34077 10.2918 5.47202 9.9862C5.76804 9.29706 6.33584 8.74954 7.05051 8.46409C7.36738 8.33752 7.68813 8.29111 8.0088 8.27002C8.31335 8.24998 8.68133 8.24999 9.10779 8.25ZM18.2693 13.875C18.0216 13.3124 17.8889 12.668 17.8889 12C17.8889 11.332 18.0216 10.6876 18.2693 10.125H9.13889C8.67259 10.125 8.37155 10.1255 8.14116 10.1407C7.91949 10.1553 7.83507 10.1802 7.79461 10.1964C7.55639 10.2915 7.36713 10.474 7.26845 10.7037C7.25169 10.7427 7.22582 10.8242 7.21069 11.0379C7.19497 11.2601 7.19445 11.5504 7.19445 12C7.19445 12.4496 7.19497 12.7399 7.21069 12.9621C7.22582 13.1758 7.25169 13.2573 7.26845 13.2963C7.36713 13.526 7.55639 13.7085 7.79462 13.8036C7.83507 13.8198 7.91949 13.8447 8.14116 13.8593C8.37155 13.8745 8.67259 13.875 9.13889 13.875H18.2693Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.66327 4.125C3.70586 4.17545 3.74827 4.23185 3.79018 4.29471C4.05922 4.69827 4.25 5.29899 4.25 6C4.25 6.70101 4.05922 7.30173 3.79018 7.7053C3.74827 7.76815 3.70586 7.82455 3.66327 7.875H2.22222C1.68528 7.875 1.25 8.29473 1.25 8.8125C1.25 9.33027 1.68528 9.75 2.22222 9.75H2.99855L3 9.75L3.00244 9.75L14.8922 9.75H14.8922C15.3187 9.75001 15.6867 9.75002 15.9912 9.72998C16.3119 9.70889 16.6326 9.66248 16.9495 9.53591C17.6642 9.25046 18.232 8.70294 18.528 8.0138C18.6592 7.70824 18.7074 7.39895 18.7292 7.08973C18.75 6.79606 18.75 6.44122 18.75 6.02999V5.97001C18.75 5.55878 18.75 5.20395 18.7292 4.91027C18.7074 4.60105 18.6592 4.29176 18.528 3.9862C18.232 3.29706 17.6642 2.74954 16.9495 2.46409C16.6326 2.33752 16.3119 2.29111 15.9912 2.27002C15.6867 2.24998 15.3187 2.24999 14.8923 2.25H14.8923H2.22222C1.68528 2.25 1.25 2.66973 1.25 3.1875C1.25 3.70527 1.68528 4.125 2.22222 4.125H3.66327Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.66327 16.125C3.70586 16.1754 3.74827 16.2319 3.79018 16.2947C4.05922 16.6983 4.25 17.299 4.25 18C4.25 18.701 4.05922 19.3017 3.79018 19.7053C3.74827 19.7681 3.70586 19.8246 3.66327 19.875H2.22222C1.68528 19.875 1.25 20.2947 1.25 20.8125C1.25 21.3303 1.68528 21.75 2.22222 21.75H2.99855L3 21.75L3.00244 21.75L14.8922 21.75H14.8922C15.3187 21.75 15.6867 21.75 15.9912 21.73C16.3119 21.7089 16.6326 21.6625 16.9495 21.5359C17.6642 21.2505 18.232 20.7029 18.528 20.0138C18.6592 19.7082 18.7074 19.3989 18.7292 19.0897C18.75 18.7961 18.75 18.4412 18.75 18.03V17.97C18.75 17.5588 18.75 17.2039 18.7292 16.9103C18.7074 16.6011 18.6592 16.2918 18.528 15.9862C18.232 15.2971 17.6642 14.7495 16.9495 14.4641C16.6326 14.3375 16.3119 14.2911 15.9912 14.27C15.6867 14.25 15.3187 14.25 14.8923 14.25H14.8923H2.22222C1.68528 14.25 1.25 14.6697 1.25 15.1875C1.25 15.7053 1.68528 16.125 2.22222 16.125H3.66327Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-books-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25 15C7.25 14.4477 6.80228 14 6.25 14L3.25 14C2.69772 14 2.25 14.4477 2.25 15C2.25 15.5523 2.69772 16 3.25 16H6.25C6.80228 16 7.25 15.5523 7.25 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8506 10.1947C18.6195 10.1791 18.3176 10.1786 17.85 10.1786H3.225C2.68652 10.1786 2.25 9.74685 2.25 9.21429C2.25 8.68173 2.68652 8.25 3.225 8.25L17.8812 8.25C18.3089 8.24999 18.6779 8.24998 18.9833 8.27059C19.3049 8.29229 19.6266 8.34002 19.9443 8.47021C20.6611 8.76381 21.2305 9.32698 21.5273 10.0358C21.659 10.3501 21.7072 10.6682 21.7292 10.9863C21.75 11.2883 21.75 11.6533 21.75 12.0763V12.138C21.75 12.561 21.75 12.9259 21.7292 13.228C21.7072 13.5461 21.659 13.8642 21.5273 14.1785C21.2305 14.8873 20.6611 15.4505 19.9443 15.7441C19.6266 15.8743 19.3049 15.922 18.9833 15.9437C18.8808 15.9506 18.7711 15.9552 18.6544 15.9583C18.7474 16.2279 18.7854 16.5 18.8042 16.772C18.825 17.0741 18.825 17.439 18.825 17.862V17.9237C18.825 18.3467 18.825 18.7117 18.8042 19.0137C18.7822 19.3318 18.734 19.6499 18.6023 19.9642C18.3055 20.673 17.7361 21.2362 17.0193 21.5298C16.7016 21.66 16.3799 21.7077 16.0583 21.7294C15.7529 21.75 15.3839 21.75 14.9562 21.75H3.225C2.68652 21.75 2.25 21.3183 2.25 20.7857C2.25 20.2532 2.68652 19.8214 3.225 19.8214H14.925C15.3926 19.8214 15.6945 19.8209 15.9256 19.8053C16.1479 19.7903 16.2325 19.7646 16.2731 19.748C16.512 19.6502 16.7018 19.4624 16.8008 19.2262C16.8176 19.186 16.8435 19.1023 16.8587 18.8824C16.8745 18.6539 16.875 18.3554 16.875 17.8929C16.875 17.4304 16.8745 17.1318 16.8587 16.9033C16.8435 16.6834 16.8176 16.5997 16.8008 16.5596C16.7018 16.3233 16.512 16.1356 16.2731 16.0377C16.2325 16.0211 16.1479 15.9954 15.9256 15.9804C15.6982 15.9651 15.4023 15.9643 14.9473 15.9643C14.9399 15.9643 14.9325 15.9643 14.925 15.9643H12.975C12.4365 15.9643 12 15.5326 12 15C12 14.4674 12.4365 14.0357 12.975 14.0357L14.9562 14.0357C14.9794 14.0357 15.0025 14.0357 15.0254 14.0357H17.85C18.3176 14.0357 18.6195 14.0352 18.8506 14.0196C19.0729 14.0046 19.1575 13.9789 19.1981 13.9623C19.437 13.8644 19.6268 13.6767 19.7258 13.4404C19.7426 13.4003 19.7685 13.3166 19.7837 13.0967C19.7995 12.8682 19.8 12.5696 19.8 12.1071C19.8 11.6446 19.7995 11.3461 19.7837 11.1176C19.7685 10.8977 19.7426 10.814 19.7258 10.7738C19.6268 10.5376 19.437 10.3498 19.1981 10.252C19.1575 10.2354 19.0729 10.2097 18.8506 10.1947Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0253 2.25C14.4697 2.24999 14.8408 2.24999 15.1454 2.27077C15.4625 2.29241 15.762 2.33905 16.0524 2.45933C16.7262 2.73844 17.2616 3.2738 17.5407 3.94762C17.661 4.23801 17.7076 4.53754 17.7292 4.85464C17.75 5.15925 17.75 5.53029 17.75 5.97475V6.02526C17.75 6.46972 17.75 6.84076 17.7292 7.14537C17.7076 7.46247 17.661 7.76199 17.5407 8.05238C17.2616 8.72621 16.7262 9.26156 16.0524 9.54067C15.762 9.66095 15.4625 9.7076 15.1454 9.72923C14.8408 9.75002 14.4697 9.75001 14.0253 9.75H3C2.58579 9.75 2.25 9.41422 2.25 9L2.25 6.948V6.94797C2.24997 6.04951 2.24995 5.3003 2.32991 4.70552C2.41432 4.07773 2.59999 3.51093 3.05546 3.05546C3.51093 2.59999 4.07773 2.41432 4.70552 2.32991C5.3003 2.24995 6.04951 2.24997 6.94797 2.25H6.948L14.0253 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.6486 8.27501C12.8679 8.3045 13.1481 8.38033 13.3839 8.61613C13.6197 8.85193 13.6955 9.13212 13.725 9.35145C13.7502 9.53866 13.7501 9.76046 13.75 9.96558L13.75 10L13.75 15.1905L13.75 15.2443C13.7501 15.7549 13.7501 16.2164 13.702 16.562C13.6584 16.8757 13.5294 17.4671 12.9298 17.6852C12.337 17.9008 11.857 17.5407 11.6179 17.332C11.3537 17.1013 11.049 16.7517 10.7104 16.3633L10.7104 16.3632L10.6754 16.3232L10.194 15.7709C10.1172 15.6829 10.0549 15.6115 10 15.5508C9.9451 15.6115 9.88282 15.6829 9.80606 15.7709L9.32458 16.3232L9.28966 16.3632C8.95105 16.7517 8.64634 17.1013 8.38209 17.332C8.14305 17.5407 7.66303 17.9008 7.0702 17.6852C6.47059 17.4671 6.34162 16.8757 6.29798 16.562C6.24989 16.2164 6.24995 15.7549 6.25 15.2443L6.25001 15.1905L6.25001 9.00002C6.25001 8.5858 6.58579 8.25002 7.00001 8.25002L12 8.25002L12.0345 8.25001C12.2396 8.24993 12.4614 8.24984 12.6486 8.27501Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25 15C7.25 14.4477 6.80228 14 6.25 14L3.25 14C2.69772 14 2.25 14.4477 2.25 15C2.25 15.5523 2.69772 16 3.25 16H6.25C6.80228 16 7.25 15.5523 7.25 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8506 10.1947C18.6195 10.1791 18.3176 10.1786 17.85 10.1786H3.225C2.68652 10.1786 2.25 9.74685 2.25 9.21429C2.25 8.68173 2.68652 8.25 3.225 8.25L17.8812 8.25C18.3089 8.24999 18.6779 8.24998 18.9833 8.27059C19.3049 8.29229 19.6266 8.34002 19.9443 8.47021C20.6611 8.76381 21.2305 9.32698 21.5273 10.0358C21.659 10.3501 21.7072 10.6682 21.7292 10.9863C21.75 11.2883 21.75 11.6533 21.75 12.0763V12.138C21.75 12.561 21.75 12.9259 21.7292 13.228C21.7072 13.5461 21.659 13.8642 21.5273 14.1785C21.2305 14.8873 20.6611 15.4505 19.9443 15.7441C19.6266 15.8743 19.3049 15.922 18.9833 15.9437C18.8808 15.9506 18.7711 15.9552 18.6544 15.9583C18.7474 16.2279 18.7854 16.5 18.8042 16.772C18.825 17.0741 18.825 17.439 18.825 17.862V17.9237C18.825 18.3467 18.825 18.7117 18.8042 19.0137C18.7822 19.3318 18.734 19.6499 18.6023 19.9642C18.3055 20.673 17.7361 21.2362 17.0193 21.5298C16.7016 21.66 16.3799 21.7077 16.0583 21.7294C15.7529 21.75 15.3839 21.75 14.9562 21.75H3.225C2.68652 21.75 2.25 21.3183 2.25 20.7857C2.25 20.2532 2.68652 19.8214 3.225 19.8214H14.925C15.3926 19.8214 15.6945 19.8209 15.9256 19.8053C16.1479 19.7903 16.2325 19.7646 16.2731 19.748C16.512 19.6502 16.7018 19.4624 16.8008 19.2262C16.8176 19.186 16.8435 19.1023 16.8587 18.8824C16.8745 18.6539 16.875 18.3554 16.875 17.8929C16.875 17.4304 16.8745 17.1318 16.8587 16.9033C16.8435 16.6834 16.8176 16.5997 16.8008 16.5596C16.7018 16.3233 16.512 16.1356 16.2731 16.0377C16.2325 16.0211 16.1479 15.9954 15.9256 15.9804C15.6982 15.9651 15.4023 15.9643 14.9473 15.9643C14.9399 15.9643 14.9325 15.9643 14.925 15.9643H12.975C12.4365 15.9643 12 15.5326 12 15C12 14.4674 12.4365 14.0357 12.975 14.0357L14.9562 14.0357C14.9794 14.0357 15.0025 14.0357 15.0254 14.0357H17.85C18.3176 14.0357 18.6195 14.0352 18.8506 14.0196C19.0729 14.0046 19.1575 13.9789 19.1981 13.9623C19.437 13.8644 19.6268 13.6767 19.7258 13.4404C19.7426 13.4003 19.7685 13.3166 19.7837 13.0967C19.7995 12.8682 19.8 12.5696 19.8 12.1071C19.8 11.6446 19.7995 11.3461 19.7837 11.1176C19.7685 10.8977 19.7426 10.814 19.7258 10.7738C19.6268 10.5376 19.437 10.3498 19.1981 10.252C19.1575 10.2354 19.0729 10.2097 18.8506 10.1947Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0253 2.25C14.4697 2.24999 14.8408 2.24999 15.1454 2.27077C15.4625 2.29241 15.762 2.33905 16.0524 2.45933C16.7262 2.73844 17.2616 3.2738 17.5407 3.94762C17.661 4.23801 17.7076 4.53754 17.7292 4.85464C17.75 5.15925 17.75 5.53029 17.75 5.97475V6.02526C17.75 6.46972 17.75 6.84076 17.7292 7.14537C17.7076 7.46247 17.661 7.76199 17.5407 8.05238C17.2616 8.72621 16.7262 9.26156 16.0524 9.54067C15.762 9.66095 15.4625 9.7076 15.1454 9.72923C14.8408 9.75002 14.4697 9.75001 14.0253 9.75H3C2.58579 9.75 2.25 9.41422 2.25 9L2.25 6.948V6.94797C2.24997 6.04951 2.24995 5.3003 2.32991 4.70552C2.41432 4.07773 2.59999 3.51093 3.05546 3.05546C3.51093 2.59999 4.07773 2.41432 4.70552 2.32991C5.3003 2.24995 6.04951 2.24997 6.94797 2.25H6.948L14.0253 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.6486 8.27501C12.8679 8.3045 13.1481 8.38033 13.3839 8.61613C13.6197 8.85193 13.6955 9.13212 13.725 9.35145C13.7502 9.53866 13.7501 9.76046 13.75 9.96558L13.75 10L13.75 15.1905L13.75 15.2443C13.7501 15.7549 13.7501 16.2164 13.702 16.562C13.6584 16.8757 13.5294 17.4671 12.9298 17.6852C12.337 17.9008 11.857 17.5407 11.6179 17.332C11.3537 17.1013 11.049 16.7517 10.7104 16.3633L10.7104 16.3632L10.6754 16.3232L10.194 15.7709C10.1172 15.6829 10.0549 15.6115 10 15.5508C9.9451 15.6115 9.88282 15.6829 9.80606 15.7709L9.32458 16.3232L9.28966 16.3632C8.95105 16.7517 8.64634 17.1013 8.38209 17.332C8.14305 17.5407 7.66303 17.9008 7.0702 17.6852C6.47059 17.4671 6.34162 16.8757 6.29798 16.562C6.24989 16.2164 6.24995 15.7549 6.25 15.2443L6.25001 15.1905L6.25001 9.00002C6.25001 8.5858 6.58579 8.25002 7.00001 8.25002L12 8.25002L12.0345 8.25001C12.2396 8.24993 12.4614 8.24984 12.6486 8.27501Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-brain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.40917 5.01655C8.2741 5.00558 8.13763 5 8 5C5.23858 5 3 7.23858 3 10C3 10.1754 3.00907 10.3489 3.0268 10.5201C1.81689 11.2075 1 12.5075 1 14C1 16.2091 2.79086 18 5 18C6.74319 18 8.2235 16.8855 8.77213 15.3332C8.95618 14.8125 8.68326 14.2412 8.16254 14.0572C7.64182 13.8731 7.0705 14.146 6.88645 14.6668C6.61142 15.4449 5.86925 16 5 16C3.89543 16 3 15.1046 3 14C3 13.4059 3.25941 12.8712 3.67172 12.5045C3.9493 12.9796 4.55906 13.1414 5.03586 12.8656C5.51392 12.5891 5.67728 11.9773 5.40073 11.4993C5.28169 11.2935 5.18658 11.0725 5.11897 10.8402C5.04174 10.5748 5 10.2931 5 10C5 8.34315 6.34315 7 8 7C8.28513 7 8.55938 7.0395 8.81837 7.11271C9.57457 7.32649 10.2121 7.83151 10.5993 8.50073C10.8758 8.97879 11.4875 9.14215 11.9656 8.86561C12.4437 8.58906 12.607 7.97733 12.3305 7.49927C11.8638 6.69247 11.1778 6.02777 10.3526 5.58711C10.8579 4.64248 11.8546 4 13 4C14.6569 4 16 5.34315 16 7C16 7.03198 15.9995 7.06381 15.9985 7.09546C15.9826 7.6071 15.8392 8.08446 15.5993 8.49927C15.3227 8.97733 15.4861 9.58906 15.9641 9.86561C16.4422 10.1421 17.0539 9.97879 17.3305 9.50073C17.5958 9.042 17.7904 8.53709 17.8995 8.00164C17.9328 8.00055 17.9663 8 18 8C19.6569 8 21 9.34315 21 11C21 12.6569 19.6569 14 18 14C17.9882 14 17.9763 13.9999 17.9645 13.9998C17.7548 12.5336 16.6367 11.3619 15.1989 11.07C14.6577 10.9601 14.1299 11.3098 14.02 11.8511C13.9101 12.3923 14.2598 12.9202 14.8011 13.03C15.4853 13.1689 16 13.7755 16 14.5C16 14.5758 15.9945 14.6497 15.9839 14.7215C15.8775 15.4446 15.2527 16 14.5 16H14C11.2386 16 9 18.2386 9 21C9 21.5523 9.44772 22 10 22C10.5523 22 11 21.5523 11 21C11 19.3431 12.3431 18 14 18H14.5C15.9009 18 17.1085 17.1776 17.668 15.9891C17.7779 15.9963 17.8885 16 18 16C20.7614 16 23 13.7614 23 11C23 8.23858 20.7614 6 18 6C17.9667 6 17.9334 6.00033 17.9002 6.00098C17.4373 3.71825 15.4193 2 13 2C10.9426 2 9.17691 3.24195 8.40917 5.01655Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95418 9.02443C9.49309 9.14521 9.83205 9.68001 9.71126 10.2189C9.66925 10.4064 9.76638 10.7871 10.1974 11.0294C10.6283 11.2717 11.0041 11.1569 11.1424 11.0236C11.5401 10.6404 12.1731 10.6521 12.5563 11.0498C12.9396 11.4475 12.9278 12.0805 12.5302 12.4638C11.6475 13.3142 10.278 13.3692 9.21715 12.7727C8.15627 12.1762 7.49161 10.9775 7.75968 9.78151C7.88047 9.24259 8.41526 8.90364 8.95418 9.02443Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.40917 5.01655C8.2741 5.00558 8.13763 5 8 5C5.23858 5 3 7.23858 3 10C3 10.1754 3.00907 10.3489 3.0268 10.5201C1.81689 11.2075 1 12.5075 1 14C1 16.2091 2.79086 18 5 18C6.74319 18 8.2235 16.8855 8.77213 15.3332C8.95618 14.8125 8.68326 14.2412 8.16254 14.0572C7.64182 13.8731 7.0705 14.146 6.88645 14.6668C6.61142 15.4449 5.86925 16 5 16C3.89543 16 3 15.1046 3 14C3 13.4059 3.25941 12.8712 3.67172 12.5045C3.9493 12.9796 4.55906 13.1414 5.03586 12.8656C5.51392 12.5891 5.67728 11.9773 5.40073 11.4993C5.28169 11.2935 5.18658 11.0725 5.11897 10.8402C5.04174 10.5748 5 10.2931 5 10C5 8.34315 6.34315 7 8 7C8.28513 7 8.55938 7.0395 8.81837 7.11271C9.57457 7.32649 10.2121 7.83151 10.5993 8.50073C10.8758 8.97879 11.4875 9.14215 11.9656 8.86561C12.4437 8.58906 12.607 7.97733 12.3305 7.49927C11.8638 6.69247 11.1778 6.02777 10.3526 5.58711C10.8579 4.64248 11.8546 4 13 4C14.6569 4 16 5.34315 16 7C16 7.03198 15.9995 7.06381 15.9985 7.09546C15.9826 7.6071 15.8392 8.08446 15.5993 8.49927C15.3227 8.97733 15.4861 9.58906 15.9641 9.86561C16.4422 10.1421 17.0539 9.97879 17.3305 9.50073C17.5958 9.042 17.7904 8.53709 17.8995 8.00164C17.9328 8.00055 17.9663 8 18 8C19.6569 8 21 9.34315 21 11C21 12.6569 19.6569 14 18 14C17.9882 14 17.9763 13.9999 17.9645 13.9998C17.7548 12.5336 16.6367 11.3619 15.1989 11.07C14.6577 10.9601 14.1299 11.3098 14.02 11.8511C13.9101 12.3923 14.2598 12.9202 14.8011 13.03C15.4853 13.1689 16 13.7755 16 14.5C16 14.5758 15.9945 14.6497 15.9839 14.7215C15.8775 15.4446 15.2527 16 14.5 16H14C11.2386 16 9 18.2386 9 21C9 21.5523 9.44772 22 10 22C10.5523 22 11 21.5523 11 21C11 19.3431 12.3431 18 14 18H14.5C15.9009 18 17.1085 17.1776 17.668 15.9891C17.7779 15.9963 17.8885 16 18 16C20.7614 16 23 13.7614 23 11C23 8.23858 20.7614 6 18 6C17.9667 6 17.9334 6.00033 17.9002 6.00098C17.4373 3.71825 15.4193 2 13 2C10.9426 2 9.17691 3.24195 8.40917 5.01655Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95418 9.02443C9.49309 9.14521 9.83205 9.68001 9.71126 10.2189C9.66925 10.4064 9.76638 10.7871 10.1974 11.0294C10.6283 11.2717 11.0041 11.1569 11.1424 11.0236C11.5401 10.6404 12.1731 10.6521 12.5563 11.0498C12.9396 11.4475 12.9278 12.0805 12.5302 12.4638C11.6475 13.3142 10.278 13.3692 9.21715 12.7727C8.15627 12.1762 7.49161 10.9775 7.75968 9.78151C7.88047 9.24259 8.41526 8.90364 8.95418 9.02443Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-browser{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.2469 10.3424C22.2452 10.0638 22.2444 9.92444 22.1566 9.83722C22.0689 9.75 21.9289 9.75 21.649 9.75H2.35096C2.07108 9.75 1.93114 9.75 1.84339 9.83722C1.75563 9.92444 1.75478 10.0638 1.75307 10.3424C1.74999 10.8458 1.75 11.3787 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428C22.25 11.3787 22.25 10.8458 22.2469 10.3424Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0569 1.75H11.9425H11.9425C9.75184 1.74999 8.03116 1.74998 6.68775 1.93059C5.31109 2.11568 4.21884 2.50272 3.36064 3.36091C2.50244 4.21911 2.11541 5.31137 1.93032 6.68802C1.89091 6.98118 1.86009 7.29229 1.836 7.62234C1.81478 7.91313 1.80417 8.05853 1.89317 8.15427C1.98217 8.25 2.13067 8.25 2.42765 8.25H21.5718C21.8688 8.25 22.0173 8.25 22.1063 8.15427C22.1953 8.05853 22.1847 7.91314 22.1634 7.62237V7.62234C22.1394 7.29229 22.1085 6.98118 22.0691 6.68802C21.884 5.31137 21.497 4.21911 20.6388 3.36091C19.7806 2.50272 18.6884 2.11568 17.3117 1.93059C15.9683 1.74998 14.2476 1.74999 12.0569 1.75H12.0569ZM6 5C6 4.44772 6.44772 4 7 4H7.00898C7.56127 4 8.00898 4.44772 8.00898 5C8.00898 5.55228 7.56127 6 7.00898 6H7C6.44772 6 6 5.55228 6 5ZM11 4C10.4477 4 10 4.44772 10 5C10 5.55228 10.4477 6 11 6H11.009C11.5613 6 12.009 5.55228 12.009 5C12.009 4.44772 11.5613 4 11.009 4H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.2469 10.3424C22.2452 10.0638 22.2444 9.92444 22.1566 9.83722C22.0689 9.75 21.9289 9.75 21.649 9.75H2.35096C2.07108 9.75 1.93114 9.75 1.84339 9.83722C1.75563 9.92444 1.75478 10.0638 1.75307 10.3424C1.74999 10.8458 1.75 11.3787 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428C22.25 11.3787 22.25 10.8458 22.2469 10.3424Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0569 1.75H11.9425H11.9425C9.75184 1.74999 8.03116 1.74998 6.68775 1.93059C5.31109 2.11568 4.21884 2.50272 3.36064 3.36091C2.50244 4.21911 2.11541 5.31137 1.93032 6.68802C1.89091 6.98118 1.86009 7.29229 1.836 7.62234C1.81478 7.91313 1.80417 8.05853 1.89317 8.15427C1.98217 8.25 2.13067 8.25 2.42765 8.25H21.5718C21.8688 8.25 22.0173 8.25 22.1063 8.15427C22.1953 8.05853 22.1847 7.91314 22.1634 7.62237V7.62234C22.1394 7.29229 22.1085 6.98118 22.0691 6.68802C21.884 5.31137 21.497 4.21911 20.6388 3.36091C19.7806 2.50272 18.6884 2.11568 17.3117 1.93059C15.9683 1.74998 14.2476 1.74999 12.0569 1.75H12.0569ZM6 5C6 4.44772 6.44772 4 7 4H7.00898C7.56127 4 8.00898 4.44772 8.00898 5C8.00898 5.55228 7.56127 6 7.00898 6H7C6.44772 6 6 5.55228 6 5ZM11 4C10.4477 4 10 4.44772 10 5C10 5.55228 10.4477 6 11 6H11.009C11.5613 6 12.009 5.55228 12.009 5C12.009 4.44772 11.5613 4 11.009 4H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-canvas{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.51465 15.8927C8.98823 16.1768 9.14179 16.7911 8.85764 17.2646L5.85764 22.2646C5.5735 22.7382 4.95924 22.8918 4.48566 22.6076C4.01208 22.3235 3.85851 21.7092 4.14266 21.2357L7.14266 16.2357C7.42681 15.7621 8.04107 15.6085 8.51465 15.8927ZM15.4857 15.8927C15.9592 15.6085 16.5735 15.7621 16.8576 16.2357L19.8576 21.2357C20.1418 21.7092 19.9882 22.3235 19.5146 22.6076C19.0411 22.8918 18.4268 22.7382 18.1427 22.2646L15.1427 17.2646C14.8585 16.7911 15.0121 16.1768 15.4857 15.8927ZM12.0002 15.7502C12.5524 15.7502 13.0002 16.1979 13.0002 16.7502V20.7502C13.0002 21.3024 12.5524 21.7502 12.0002 21.7502C11.4479 21.7502 11.0002 21.3024 11.0002 20.7502V16.7502C11.0002 16.1979 11.4479 15.7502 12.0002 15.7502Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1924 1.25C14.7666 1.24999 16.0151 1.24998 16.9926 1.36497C17.9927 1.48263 18.8231 1.73103 19.4897 2.31425C20.1706 2.91008 20.4744 3.6743 20.6158 4.59428C20.7501 5.4682 20.75 6.57662 20.75 7.93855V16H21C21.5523 16 22 16.4477 22 17C22 17.5523 21.5523 18 21 18H3C2.44772 18 2 17.5523 2 17C2 16.4477 2.44772 16 3 16H3.25V7.93855C3.24997 6.57662 3.24995 5.4682 3.38423 4.59428C3.52559 3.6743 3.82938 2.91008 4.51033 2.31425C5.17686 1.73103 6.00729 1.48263 7.00744 1.36497C7.98494 1.24998 9.23337 1.24999 10.8077 1.25H10.8077H13.1923H13.1924ZM10.8051 5.89432C11.0812 5.85476 11.3965 5.8302 11.6837 5.83722C11.8317 5.84084 11.9537 5.85255 12.05 5.86816C11.9824 5.95929 11.8853 6.07258 11.7491 6.20923C10.6555 7.30644 9.27741 9.09441 8.63663 10.4517C8.47496 10.7941 8.34152 11.1474 8.28285 11.4791C8.22877 11.7848 8.20937 12.2359 8.48939 12.6146C8.8001 13.0347 9.28336 13.1175 9.67069 13.0916C10.0577 13.0657 10.5032 12.9287 10.995 12.7172C11.8753 12.3387 12.6042 12.1293 13.1691 12.0421C13.7356 11.9547 14.0724 12 14.229 12.0581C14.1928 12.1473 14.098 12.3159 13.8581 12.5566C13.5657 12.8499 13.5665 13.3248 13.8599 13.6172C14.1532 13.9096 14.6281 13.9089 14.9205 13.6155C15.3635 13.1711 15.7161 12.6413 15.7477 12.0696C15.7647 11.7632 15.6865 11.4587 15.4983 11.1974C15.3158 10.9438 15.063 10.7764 14.8003 10.671C14.2919 10.4669 13.6429 10.4512 12.9403 10.5597C12.2201 10.6708 11.3674 10.9243 10.4025 11.3392C10.1491 11.4481 9.95374 11.5142 9.80772 11.552C9.84707 11.4268 9.90752 11.2732 9.99306 11.0921C10.5385 9.9368 11.7964 8.28663 12.8115 7.26815C13.2522 6.82603 13.6063 6.34719 13.6633 5.83484C13.6957 5.54405 13.6297 5.25815 13.4596 5.01566C13.3005 4.78882 13.0854 4.64942 12.8957 4.56254C12.5297 4.39498 12.0898 4.34671 11.7204 4.33767C11.3321 4.32817 10.9314 4.3609 10.5923 4.4095C10.1823 4.46826 9.89755 4.84829 9.95632 5.25832C10.0151 5.66834 10.3951 5.95309 10.8051 5.89432Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.51465 15.8927C8.98823 16.1768 9.14179 16.7911 8.85764 17.2646L5.85764 22.2646C5.5735 22.7382 4.95924 22.8918 4.48566 22.6076C4.01208 22.3235 3.85851 21.7092 4.14266 21.2357L7.14266 16.2357C7.42681 15.7621 8.04107 15.6085 8.51465 15.8927ZM15.4857 15.8927C15.9592 15.6085 16.5735 15.7621 16.8576 16.2357L19.8576 21.2357C20.1418 21.7092 19.9882 22.3235 19.5146 22.6076C19.0411 22.8918 18.4268 22.7382 18.1427 22.2646L15.1427 17.2646C14.8585 16.7911 15.0121 16.1768 15.4857 15.8927ZM12.0002 15.7502C12.5524 15.7502 13.0002 16.1979 13.0002 16.7502V20.7502C13.0002 21.3024 12.5524 21.7502 12.0002 21.7502C11.4479 21.7502 11.0002 21.3024 11.0002 20.7502V16.7502C11.0002 16.1979 11.4479 15.7502 12.0002 15.7502Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1924 1.25C14.7666 1.24999 16.0151 1.24998 16.9926 1.36497C17.9927 1.48263 18.8231 1.73103 19.4897 2.31425C20.1706 2.91008 20.4744 3.6743 20.6158 4.59428C20.7501 5.4682 20.75 6.57662 20.75 7.93855V16H21C21.5523 16 22 16.4477 22 17C22 17.5523 21.5523 18 21 18H3C2.44772 18 2 17.5523 2 17C2 16.4477 2.44772 16 3 16H3.25V7.93855C3.24997 6.57662 3.24995 5.4682 3.38423 4.59428C3.52559 3.6743 3.82938 2.91008 4.51033 2.31425C5.17686 1.73103 6.00729 1.48263 7.00744 1.36497C7.98494 1.24998 9.23337 1.24999 10.8077 1.25H10.8077H13.1923H13.1924ZM10.8051 5.89432C11.0812 5.85476 11.3965 5.8302 11.6837 5.83722C11.8317 5.84084 11.9537 5.85255 12.05 5.86816C11.9824 5.95929 11.8853 6.07258 11.7491 6.20923C10.6555 7.30644 9.27741 9.09441 8.63663 10.4517C8.47496 10.7941 8.34152 11.1474 8.28285 11.4791C8.22877 11.7848 8.20937 12.2359 8.48939 12.6146C8.8001 13.0347 9.28336 13.1175 9.67069 13.0916C10.0577 13.0657 10.5032 12.9287 10.995 12.7172C11.8753 12.3387 12.6042 12.1293 13.1691 12.0421C13.7356 11.9547 14.0724 12 14.229 12.0581C14.1928 12.1473 14.098 12.3159 13.8581 12.5566C13.5657 12.8499 13.5665 13.3248 13.8599 13.6172C14.1532 13.9096 14.6281 13.9089 14.9205 13.6155C15.3635 13.1711 15.7161 12.6413 15.7477 12.0696C15.7647 11.7632 15.6865 11.4587 15.4983 11.1974C15.3158 10.9438 15.063 10.7764 14.8003 10.671C14.2919 10.4669 13.6429 10.4512 12.9403 10.5597C12.2201 10.6708 11.3674 10.9243 10.4025 11.3392C10.1491 11.4481 9.95374 11.5142 9.80772 11.552C9.84707 11.4268 9.90752 11.2732 9.99306 11.0921C10.5385 9.9368 11.7964 8.28663 12.8115 7.26815C13.2522 6.82603 13.6063 6.34719 13.6633 5.83484C13.6957 5.54405 13.6297 5.25815 13.4596 5.01566C13.3005 4.78882 13.0854 4.64942 12.8957 4.56254C12.5297 4.39498 12.0898 4.34671 11.7204 4.33767C11.3321 4.32817 10.9314 4.3609 10.5923 4.4095C10.1823 4.46826 9.89755 4.84829 9.95632 5.25832C10.0151 5.66834 10.3951 5.95309 10.8051 5.89432Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-certificate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 7.75C7.5 5.26472 9.51472 3.25 12 3.25C14.4853 3.25 16.5 5.26472 16.5 7.75C16.5 10.2353 14.4853 12.25 12 12.25C9.51472 12.25 7.5 10.2353 7.5 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0793 11.8029C15.9849 11.8979 16.0218 12.0623 16.1499 12.1013C16.6595 12.2563 17.2239 12.4198 17.7929 12.5433C18.8747 12.778 20.1954 12.9231 21.2074 12.352C21.8649 11.981 22.2255 11.211 22.4303 10.5064C22.6483 9.75616 22.7505 8.86738 22.7505 8.00004C22.7505 7.1327 22.6483 6.24392 22.4303 5.49365C22.2255 4.78905 21.8649 4.01912 21.2074 3.64809C20.1954 3.07703 18.8747 3.22203 17.7929 3.45677C17.5809 3.50276 17.3695 3.55433 17.1614 3.60895C16.7645 3.71308 16.5661 3.76514 16.5108 3.90813C16.4555 4.05112 16.5793 4.24196 16.8271 4.62363C17.4112 5.52358 17.7505 6.59717 17.7505 7.75C17.7505 9.33123 17.1122 10.7634 16.0793 11.8029Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.83911 3.60895C7.23592 3.71308 7.43432 3.76514 7.48966 3.90813C7.54499 4.05112 7.42113 4.24196 7.1734 4.62363C6.58926 5.52358 6.25 6.59717 6.25 7.75C6.25 9.33123 6.88826 10.7634 7.9212 11.8029C8.01556 11.8979 7.97862 12.0623 7.85053 12.1013C7.341 12.2563 6.77653 12.4198 6.2076 12.5433C5.12577 12.778 3.80506 12.9231 2.79306 12.352C2.13555 11.981 1.77497 11.211 1.57021 10.5064C1.35217 9.75616 1.25 8.86738 1.25 8.00004C1.25 7.1327 1.35217 6.24392 1.57021 5.49365C1.77497 4.78905 2.13555 4.01912 2.79306 3.64809C3.80506 3.07703 5.12575 3.22203 6.20759 3.45677C6.41959 3.50276 6.63096 3.55433 6.83911 3.60895Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.45339 12.9062C9.06848 12.7157 8.87603 12.6205 8.74442 12.6833C8.61282 12.7462 8.56967 12.9389 8.48339 13.3243L7.602 17.2612C7.44589 17.9584 7.31362 18.5491 7.26826 18.9941C7.24489 19.2233 7.23706 19.4744 7.28715 19.7125C7.34087 19.9678 7.47107 20.2476 7.74768 20.4458C8.29868 20.8406 8.88798 20.7989 9.36705 20.6095C9.80305 20.437 10.2086 20.1223 10.5339 19.8552C10.6386 19.7692 10.7365 19.687 10.8298 19.6086C11.0595 19.4156 11.2619 19.2455 11.471 19.0998C11.7705 18.8908 11.9311 18.847 12 18.847C12.0443 18.847 12.1999 18.8851 12.5201 19.0959C12.7388 19.2398 12.9576 19.4097 13.2026 19.6001C13.298 19.6741 13.3976 19.7515 13.5024 19.8314C13.8435 20.0914 14.2542 20.3889 14.6727 20.5603C15.1038 20.7369 15.7032 20.8393 16.2523 20.4458C16.5289 20.2476 16.6591 19.9678 16.7129 19.7125C16.763 19.4744 16.7551 19.2233 16.7318 18.9941C16.6864 18.5491 16.5541 17.9584 16.398 17.2613L15.5166 13.3243C15.4303 12.9389 15.3872 12.7462 15.2556 12.6833C15.124 12.6205 14.9315 12.7157 14.5466 12.9062C13.779 13.286 12.9144 13.4994 12 13.4994C11.0856 13.4994 10.221 13.286 9.45339 12.9062Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 7.75C7.5 5.26472 9.51472 3.25 12 3.25C14.4853 3.25 16.5 5.26472 16.5 7.75C16.5 10.2353 14.4853 12.25 12 12.25C9.51472 12.25 7.5 10.2353 7.5 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0793 11.8029C15.9849 11.8979 16.0218 12.0623 16.1499 12.1013C16.6595 12.2563 17.2239 12.4198 17.7929 12.5433C18.8747 12.778 20.1954 12.9231 21.2074 12.352C21.8649 11.981 22.2255 11.211 22.4303 10.5064C22.6483 9.75616 22.7505 8.86738 22.7505 8.00004C22.7505 7.1327 22.6483 6.24392 22.4303 5.49365C22.2255 4.78905 21.8649 4.01912 21.2074 3.64809C20.1954 3.07703 18.8747 3.22203 17.7929 3.45677C17.5809 3.50276 17.3695 3.55433 17.1614 3.60895C16.7645 3.71308 16.5661 3.76514 16.5108 3.90813C16.4555 4.05112 16.5793 4.24196 16.8271 4.62363C17.4112 5.52358 17.7505 6.59717 17.7505 7.75C17.7505 9.33123 17.1122 10.7634 16.0793 11.8029Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.83911 3.60895C7.23592 3.71308 7.43432 3.76514 7.48966 3.90813C7.54499 4.05112 7.42113 4.24196 7.1734 4.62363C6.58926 5.52358 6.25 6.59717 6.25 7.75C6.25 9.33123 6.88826 10.7634 7.9212 11.8029C8.01556 11.8979 7.97862 12.0623 7.85053 12.1013C7.341 12.2563 6.77653 12.4198 6.2076 12.5433C5.12577 12.778 3.80506 12.9231 2.79306 12.352C2.13555 11.981 1.77497 11.211 1.57021 10.5064C1.35217 9.75616 1.25 8.86738 1.25 8.00004C1.25 7.1327 1.35217 6.24392 1.57021 5.49365C1.77497 4.78905 2.13555 4.01912 2.79306 3.64809C3.80506 3.07703 5.12575 3.22203 6.20759 3.45677C6.41959 3.50276 6.63096 3.55433 6.83911 3.60895Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.45339 12.9062C9.06848 12.7157 8.87603 12.6205 8.74442 12.6833C8.61282 12.7462 8.56967 12.9389 8.48339 13.3243L7.602 17.2612C7.44589 17.9584 7.31362 18.5491 7.26826 18.9941C7.24489 19.2233 7.23706 19.4744 7.28715 19.7125C7.34087 19.9678 7.47107 20.2476 7.74768 20.4458C8.29868 20.8406 8.88798 20.7989 9.36705 20.6095C9.80305 20.437 10.2086 20.1223 10.5339 19.8552C10.6386 19.7692 10.7365 19.687 10.8298 19.6086C11.0595 19.4156 11.2619 19.2455 11.471 19.0998C11.7705 18.8908 11.9311 18.847 12 18.847C12.0443 18.847 12.1999 18.8851 12.5201 19.0959C12.7388 19.2398 12.9576 19.4097 13.2026 19.6001C13.298 19.6741 13.3976 19.7515 13.5024 19.8314C13.8435 20.0914 14.2542 20.3889 14.6727 20.5603C15.1038 20.7369 15.7032 20.8393 16.2523 20.4458C16.5289 20.2476 16.6591 19.9678 16.7129 19.7125C16.763 19.4744 16.7551 19.2233 16.7318 18.9941C16.6864 18.5491 16.5541 17.9584 16.398 17.2613L15.5166 13.3243C15.4303 12.9389 15.3872 12.7462 15.2556 12.6833C15.124 12.6205 14.9315 12.7157 14.5466 12.9062C13.779 13.286 12.9144 13.4994 12 13.4994C11.0856 13.4994 10.221 13.286 9.45339 12.9062Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-chemistry-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.00019 2C5.55248 2 6.00019 2.44772 6.00019 3V8L11 8C11.5523 8 12 8.44772 12 9C12 9.55229 11.5523 10 11 10H6.00019V13C6.00019 14.9139 6.00232 16.2487 6.13772 17.2558C6.26926 18.2342 6.50985 18.7523 6.87887 19.1213C7.24789 19.4903 7.76598 19.7309 8.74435 19.8625C9.75149 19.9979 11.0863 20 13.0002 20H21.0002C21.5525 20 22.0002 20.4477 22.0002 21C22.0002 21.5523 21.5525 22 21.0002 22H12.9271C11.1036 22 9.63382 22 8.47786 21.8446C7.27771 21.6833 6.26721 21.3381 5.46466 20.5355C4.6621 19.733 4.31691 18.7225 4.15556 17.5223C4.00014 16.3664 4.00016 14.8966 4.00019 13.0732L4.00019 10H3C2.44772 10 2 9.55228 2 9C2 8.44772 2.44772 8 3 8H4.00019V3C4.00019 2.44772 4.44791 2 5.00019 2ZM16 9C16 8.44772 16.4477 8 17 8H20C20.5523 8 21 8.44772 21 9C21 9.55229 20.5523 10 20 10H17C16.4477 10 16 9.55229 16 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 3C9.44772 3 9 3.44772 9 4C9 4.55229 9.44772 5 10 5H10.25V14.7857C10.25 16.9256 11.881 18.75 14 18.75C16.119 18.75 17.75 16.9256 17.75 14.7857V5H18C18.5523 5 19 4.55228 19 4C19 3.44772 18.5523 3 18 3H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.00019 2C5.55248 2 6.00019 2.44772 6.00019 3V8L11 8C11.5523 8 12 8.44772 12 9C12 9.55229 11.5523 10 11 10H6.00019V13C6.00019 14.9139 6.00232 16.2487 6.13772 17.2558C6.26926 18.2342 6.50985 18.7523 6.87887 19.1213C7.24789 19.4903 7.76598 19.7309 8.74435 19.8625C9.75149 19.9979 11.0863 20 13.0002 20H21.0002C21.5525 20 22.0002 20.4477 22.0002 21C22.0002 21.5523 21.5525 22 21.0002 22H12.9271C11.1036 22 9.63382 22 8.47786 21.8446C7.27771 21.6833 6.26721 21.3381 5.46466 20.5355C4.6621 19.733 4.31691 18.7225 4.15556 17.5223C4.00014 16.3664 4.00016 14.8966 4.00019 13.0732L4.00019 10H3C2.44772 10 2 9.55228 2 9C2 8.44772 2.44772 8 3 8H4.00019V3C4.00019 2.44772 4.44791 2 5.00019 2ZM16 9C16 8.44772 16.4477 8 17 8H20C20.5523 8 21 8.44772 21 9C21 9.55229 20.5523 10 20 10H17C16.4477 10 16 9.55229 16 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 3C9.44772 3 9 3.44772 9 4C9 4.55229 9.44772 5 10 5H10.25V14.7857C10.25 16.9256 11.881 18.75 14 18.75C16.119 18.75 17.75 16.9256 17.75 14.7857V5H18C18.5523 5 19 4.55228 19 4C19 3.44772 18.5523 3 18 3H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-chemistry-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 2C5.55228 2 6 2.44772 6 3V8L11 8C11.5523 8 12 8.44772 12 9C12 9.55229 11.5523 10 11 10H6V13C6 14.9139 6.00212 16.2487 6.13753 17.2558C6.26907 18.2342 6.50966 18.7523 6.87868 19.1213C7.2477 19.4903 7.76579 19.7309 8.74416 19.8625C9.75129 19.9979 11.0861 20 13 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H12.9269C11.1034 22 9.63363 22 8.47766 21.8446C7.27752 21.6833 6.26702 21.3381 5.46447 20.5355C4.66191 19.733 4.31672 18.7225 4.15536 17.5223C3.99995 16.3664 3.99997 14.8966 4 13.0732L4 10H3C2.44772 10 2 9.55228 2 9C2 8.44772 2.44772 8 3 8H4V3C4 2.44772 4.44772 2 5 2ZM15 9C15 8.44772 15.4477 8 16 8L20 8C20.5523 8 21 8.44772 21 9C21 9.55229 20.5523 10 20 10L16 10C15.4477 10 15 9.55229 15 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5001 3C9.94784 3 9.50012 3.44772 9.50012 4C9.50012 4.55228 9.94784 5 10.5001 5H11.0035V6.55767C11.0035 7.7378 10.9976 8.19356 10.882 8.62439C10.7659 9.05687 10.5393 9.46402 9.94347 10.5041L9.12838 11.9269C8.4222 13.1596 7.84769 14.1624 7.53485 14.9767C7.2131 15.8142 7.08485 16.6635 7.57791 17.4412L7.58901 17.4585L7.59084 17.4613C8.07912 18.2165 8.90291 18.4978 9.81995 18.6247C10.7258 18.75 11.9349 18.75 13.4388 18.75H13.5614C15.0653 18.75 16.2744 18.75 17.1803 18.6247C18.0973 18.4978 18.9211 18.2165 19.4094 17.4613L19.4112 17.4585L19.4205 17.4439L19.4223 17.4412C19.9154 16.6635 19.7871 15.8142 19.4654 14.9767C19.1525 14.1624 18.578 13.1596 17.8718 11.9269L17.0567 10.5041C16.4609 9.46402 16.2343 9.05687 16.1182 8.62439C16.0026 8.19356 15.9967 7.7378 15.9967 6.55767V5H16.5001C17.0524 5 17.5001 4.55228 17.5001 4C17.5001 3.44772 17.0524 3 16.5001 3H10.5001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 2C5.55228 2 6 2.44772 6 3V8L11 8C11.5523 8 12 8.44772 12 9C12 9.55229 11.5523 10 11 10H6V13C6 14.9139 6.00212 16.2487 6.13753 17.2558C6.26907 18.2342 6.50966 18.7523 6.87868 19.1213C7.2477 19.4903 7.76579 19.7309 8.74416 19.8625C9.75129 19.9979 11.0861 20 13 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H12.9269C11.1034 22 9.63363 22 8.47766 21.8446C7.27752 21.6833 6.26702 21.3381 5.46447 20.5355C4.66191 19.733 4.31672 18.7225 4.15536 17.5223C3.99995 16.3664 3.99997 14.8966 4 13.0732L4 10H3C2.44772 10 2 9.55228 2 9C2 8.44772 2.44772 8 3 8H4V3C4 2.44772 4.44772 2 5 2ZM15 9C15 8.44772 15.4477 8 16 8L20 8C20.5523 8 21 8.44772 21 9C21 9.55229 20.5523 10 20 10L16 10C15.4477 10 15 9.55229 15 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5001 3C9.94784 3 9.50012 3.44772 9.50012 4C9.50012 4.55228 9.94784 5 10.5001 5H11.0035V6.55767C11.0035 7.7378 10.9976 8.19356 10.882 8.62439C10.7659 9.05687 10.5393 9.46402 9.94347 10.5041L9.12838 11.9269C8.4222 13.1596 7.84769 14.1624 7.53485 14.9767C7.2131 15.8142 7.08485 16.6635 7.57791 17.4412L7.58901 17.4585L7.59084 17.4613C8.07912 18.2165 8.90291 18.4978 9.81995 18.6247C10.7258 18.75 11.9349 18.75 13.4388 18.75H13.5614C15.0653 18.75 16.2744 18.75 17.1803 18.6247C18.0973 18.4978 18.9211 18.2165 19.4094 17.4613L19.4112 17.4585L19.4205 17.4439L19.4223 17.4412C19.9154 16.6635 19.7871 15.8142 19.4654 14.9767C19.1525 14.1624 18.578 13.1596 17.8718 11.9269L17.0567 10.5041C16.4609 9.46402 16.2343 9.05687 16.1182 8.62439C16.0026 8.19356 15.9967 7.7378 15.9967 6.55767V5H16.5001C17.0524 5 17.5001 4.55228 17.5001 4C17.5001 3.44772 17.0524 3 16.5001 3H10.5001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-chemistry-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 2C5.55228 2 6 2.44772 6 3V8L11 8C11.5523 8 12 8.44772 12 9C12 9.55228 11.5523 10 11 10L6 10V13C6 14.9139 6.00212 16.2487 6.13753 17.2558C6.26907 18.2342 6.50966 18.7523 6.87868 19.1213C7.2477 19.4903 7.76579 19.7309 8.74416 19.8625C9.75129 19.9979 11.0861 20 13 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H12.9269C11.1034 22 9.63363 22 8.47766 21.8446C7.27752 21.6833 6.26702 21.3381 5.46447 20.5355C4.66191 19.733 4.31672 18.7225 4.15536 17.5223C3.99995 16.3664 3.99997 14.8966 4 13.0732L4 10H3C2.44772 10 2 9.55228 2 9C2 8.44771 2.44772 8 3 8H4V3C4 2.44772 4.44772 2 5 2ZM15 9C15 8.44772 15.4477 8 16 8L20 8C20.5523 8 21 8.44772 21 9C21 9.55229 20.5523 10 20 10L16 10C15.4477 10 15 9.55229 15 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5 3C9.94772 3 9.5 3.44772 9.5 4C9.5 4.55228 9.94772 5 10.5 5H10.95V8.95233C10.95 9.03459 10.8945 9.17031 10.7214 9.27588C9.24476 10.1765 8.25 11.7829 8.25 13.625C8.25 16.4752 10.6206 18.75 13.5 18.75C16.3794 18.75 18.75 16.4752 18.75 13.625C18.75 11.7829 17.7552 10.1765 16.2786 9.27588C16.1055 9.17031 16.05 9.03459 16.05 8.95233V5H16.5C17.0523 5 17.5 4.55228 17.5 4C17.5 3.44772 17.0523 3 16.5 3H10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 2C5.55228 2 6 2.44772 6 3V8L11 8C11.5523 8 12 8.44772 12 9C12 9.55228 11.5523 10 11 10L6 10V13C6 14.9139 6.00212 16.2487 6.13753 17.2558C6.26907 18.2342 6.50966 18.7523 6.87868 19.1213C7.2477 19.4903 7.76579 19.7309 8.74416 19.8625C9.75129 19.9979 11.0861 20 13 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H12.9269C11.1034 22 9.63363 22 8.47766 21.8446C7.27752 21.6833 6.26702 21.3381 5.46447 20.5355C4.66191 19.733 4.31672 18.7225 4.15536 17.5223C3.99995 16.3664 3.99997 14.8966 4 13.0732L4 10H3C2.44772 10 2 9.55228 2 9C2 8.44771 2.44772 8 3 8H4V3C4 2.44772 4.44772 2 5 2ZM15 9C15 8.44772 15.4477 8 16 8L20 8C20.5523 8 21 8.44772 21 9C21 9.55229 20.5523 10 20 10L16 10C15.4477 10 15 9.55229 15 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5 3C9.94772 3 9.5 3.44772 9.5 4C9.5 4.55228 9.94772 5 10.5 5H10.95V8.95233C10.95 9.03459 10.8945 9.17031 10.7214 9.27588C9.24476 10.1765 8.25 11.7829 8.25 13.625C8.25 16.4752 10.6206 18.75 13.5 18.75C16.3794 18.75 18.75 16.4752 18.75 13.625C18.75 11.7829 17.7552 10.1765 16.2786 9.27588C16.1055 9.17031 16.05 9.03459 16.05 8.95233V5H16.5C17.0523 5 17.5 4.55228 17.5 4C17.5 3.44772 17.0523 3 16.5 3H10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-clip{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.71717 21.3882C8.79371 21.0055 9.05236 20.875 9.2 20.875C9.34764 20.875 9.60629 21.0055 9.68283 21.3882C9.72826 21.6153 9.81939 21.9544 10.0397 22.2554C10.295 22.6043 10.7097 22.875 11.2556 22.875H12.7444C13.2903 22.875 13.705 22.6043 13.9603 22.2554C14.1806 21.9544 14.2717 21.6153 14.3172 21.3882C14.3937 21.0055 14.6524 20.875 14.8 20.875C14.9476 20.875 15.2063 21.0055 15.2828 21.3882C15.3283 21.6153 15.4194 21.9544 15.6397 22.2554C15.895 22.6043 16.3097 22.875 16.8556 22.875H20C20.5523 22.875 21 22.4273 21 21.875C21 21.3227 20.5523 20.875 20 20.875H17.217C16.9451 19.7723 16.0115 18.875 14.8 18.875C13.5885 18.875 12.6549 19.7723 12.383 20.875H11.617C11.3451 19.7723 10.4115 18.875 9.2 18.875C7.98852 18.875 7.05493 19.7723 6.783 20.875H4C3.44772 20.875 3 21.3227 3 21.875C3 22.4273 3.44772 22.875 4 22.875H7.14444C7.6903 22.875 8.105 22.6043 8.3603 22.2554C8.58061 21.9544 8.67174 21.6153 8.71717 21.3882Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.24248 15.635C8.11643 16.8049 7.33356 21.2688 7.24887 22.0729H4.27649L2.95397 17.2362C2.9515 17.2272 2.9492 17.2181 2.94707 17.2089L2.93359 17.1512C2.61336 15.7802 2.35473 14.6728 2.27578 13.791C2.19413 12.879 2.28842 12.0605 2.82109 11.3689C3.35687 10.6732 4.12147 10.3843 5.01587 10.252C5.87509 10.125 6.98978 10.125 8.36276 10.125H8.86238C8.69635 11.4738 8.45468 13.6657 8.24248 15.635Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.1227 10.125H10.8778C10.7156 11.411 10.4582 13.7406 10.231 15.8493C10.1051 17.0171 9.9891 18.112 9.90452 18.915C9.86223 19.3164 9.82782 19.6449 9.80397 19.8729L9.76793 20.2184C10.2995 20.6593 10.7731 21.4214 10.9999 21.875L12.9999 21.6772C13.1257 21.224 13.5169 20.4291 14.2166 20.0658L14.1965 19.8729C14.1727 19.6449 14.1382 19.3164 14.096 18.9149C14.0114 18.112 13.8954 17.0171 13.7695 15.8493C13.5423 13.7406 13.2849 11.411 13.1227 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4999 22.0728H19.7234L21.0459 17.2362C21.0484 17.2271 21.0507 17.218 21.0528 17.2089L21.0663 17.1512C21.3865 15.7801 21.6451 14.6728 21.7241 13.791C21.8057 12.879 21.7114 12.0604 21.1788 11.3688C20.643 10.6732 19.8784 10.3843 18.984 10.252C18.1248 10.125 17.0101 10.125 15.6371 10.125H15.1381C15.3042 11.4738 15.5458 13.6657 15.758 15.635C15.8841 16.8049 16.4152 21.2688 16.4999 22.0728Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.33468 4.03874C10.2349 3.41028 11.135 3.12496 11.9999 3.125C12.8648 3.12504 13.7649 3.41045 14.6652 4.0389C14.985 4.26213 15.0059 4.42182 14.9993 4.57614C14.9878 4.84526 14.847 5.22747 14.543 5.78847C14.4263 6.00382 14.3008 6.21933 14.1663 6.45029L14.0649 6.62455C13.897 6.91398 13.7191 7.22629 13.5633 7.542C13.2675 8.14173 12.9628 8.92135 13.0725 9.7373C13.088 9.85254 13.1048 9.98235 13.1228 10.125H15.1382C15.1076 9.87603 15.0795 9.65578 15.0547 9.47097C15.0288 9.27878 15.0943 8.95936 15.357 8.4268C15.4805 8.17638 15.629 7.91423 15.7949 7.62811L15.8877 7.46857C16.0235 7.23549 16.1685 6.98651 16.3014 6.74143C16.6157 6.16134 16.9648 5.42689 16.9975 4.66144C17.035 3.78119 16.6544 2.98841 15.81 2.39894C14.621 1.56898 13.3281 1.12506 12 1.125C10.6718 1.12494 9.37884 1.56875 8.18983 2.39882C7.34536 2.98836 6.96483 3.78123 7.00255 4.6615C7.03534 5.42696 7.38451 6.16141 7.69899 6.74149C7.83184 6.98655 7.97686 7.23547 8.11266 7.46854L8.20554 7.62817C8.37156 7.91429 8.52003 8.17644 8.6436 8.42687C8.90637 8.95943 8.9718 9.27883 8.94599 9.47097C8.92116 9.65578 8.89309 9.87603 8.86244 10.125H10.8779C10.8959 9.98235 10.9127 9.85254 10.9282 9.7373C11.0378 8.92129 10.7331 8.14163 10.4372 7.5419C10.2814 7.22618 10.1034 6.91386 9.93542 6.62442L9.83401 6.45009C9.6995 6.21915 9.57397 6.00364 9.45724 5.78832C9.1531 5.22729 9.01224 4.84504 9.00071 4.5759C8.9941 4.42158 9.01496 4.26194 9.33468 4.03874Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.71717 21.3882C8.79371 21.0055 9.05236 20.875 9.2 20.875C9.34764 20.875 9.60629 21.0055 9.68283 21.3882C9.72826 21.6153 9.81939 21.9544 10.0397 22.2554C10.295 22.6043 10.7097 22.875 11.2556 22.875H12.7444C13.2903 22.875 13.705 22.6043 13.9603 22.2554C14.1806 21.9544 14.2717 21.6153 14.3172 21.3882C14.3937 21.0055 14.6524 20.875 14.8 20.875C14.9476 20.875 15.2063 21.0055 15.2828 21.3882C15.3283 21.6153 15.4194 21.9544 15.6397 22.2554C15.895 22.6043 16.3097 22.875 16.8556 22.875H20C20.5523 22.875 21 22.4273 21 21.875C21 21.3227 20.5523 20.875 20 20.875H17.217C16.9451 19.7723 16.0115 18.875 14.8 18.875C13.5885 18.875 12.6549 19.7723 12.383 20.875H11.617C11.3451 19.7723 10.4115 18.875 9.2 18.875C7.98852 18.875 7.05493 19.7723 6.783 20.875H4C3.44772 20.875 3 21.3227 3 21.875C3 22.4273 3.44772 22.875 4 22.875H7.14444C7.6903 22.875 8.105 22.6043 8.3603 22.2554C8.58061 21.9544 8.67174 21.6153 8.71717 21.3882Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.24248 15.635C8.11643 16.8049 7.33356 21.2688 7.24887 22.0729H4.27649L2.95397 17.2362C2.9515 17.2272 2.9492 17.2181 2.94707 17.2089L2.93359 17.1512C2.61336 15.7802 2.35473 14.6728 2.27578 13.791C2.19413 12.879 2.28842 12.0605 2.82109 11.3689C3.35687 10.6732 4.12147 10.3843 5.01587 10.252C5.87509 10.125 6.98978 10.125 8.36276 10.125H8.86238C8.69635 11.4738 8.45468 13.6657 8.24248 15.635Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.1227 10.125H10.8778C10.7156 11.411 10.4582 13.7406 10.231 15.8493C10.1051 17.0171 9.9891 18.112 9.90452 18.915C9.86223 19.3164 9.82782 19.6449 9.80397 19.8729L9.76793 20.2184C10.2995 20.6593 10.7731 21.4214 10.9999 21.875L12.9999 21.6772C13.1257 21.224 13.5169 20.4291 14.2166 20.0658L14.1965 19.8729C14.1727 19.6449 14.1382 19.3164 14.096 18.9149C14.0114 18.112 13.8954 17.0171 13.7695 15.8493C13.5423 13.7406 13.2849 11.411 13.1227 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4999 22.0728H19.7234L21.0459 17.2362C21.0484 17.2271 21.0507 17.218 21.0528 17.2089L21.0663 17.1512C21.3865 15.7801 21.6451 14.6728 21.7241 13.791C21.8057 12.879 21.7114 12.0604 21.1788 11.3688C20.643 10.6732 19.8784 10.3843 18.984 10.252C18.1248 10.125 17.0101 10.125 15.6371 10.125H15.1381C15.3042 11.4738 15.5458 13.6657 15.758 15.635C15.8841 16.8049 16.4152 21.2688 16.4999 22.0728Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.33468 4.03874C10.2349 3.41028 11.135 3.12496 11.9999 3.125C12.8648 3.12504 13.7649 3.41045 14.6652 4.0389C14.985 4.26213 15.0059 4.42182 14.9993 4.57614C14.9878 4.84526 14.847 5.22747 14.543 5.78847C14.4263 6.00382 14.3008 6.21933 14.1663 6.45029L14.0649 6.62455C13.897 6.91398 13.7191 7.22629 13.5633 7.542C13.2675 8.14173 12.9628 8.92135 13.0725 9.7373C13.088 9.85254 13.1048 9.98235 13.1228 10.125H15.1382C15.1076 9.87603 15.0795 9.65578 15.0547 9.47097C15.0288 9.27878 15.0943 8.95936 15.357 8.4268C15.4805 8.17638 15.629 7.91423 15.7949 7.62811L15.8877 7.46857C16.0235 7.23549 16.1685 6.98651 16.3014 6.74143C16.6157 6.16134 16.9648 5.42689 16.9975 4.66144C17.035 3.78119 16.6544 2.98841 15.81 2.39894C14.621 1.56898 13.3281 1.12506 12 1.125C10.6718 1.12494 9.37884 1.56875 8.18983 2.39882C7.34536 2.98836 6.96483 3.78123 7.00255 4.6615C7.03534 5.42696 7.38451 6.16141 7.69899 6.74149C7.83184 6.98655 7.97686 7.23547 8.11266 7.46854L8.20554 7.62817C8.37156 7.91429 8.52003 8.17644 8.6436 8.42687C8.90637 8.95943 8.9718 9.27883 8.94599 9.47097C8.92116 9.65578 8.89309 9.87603 8.86244 10.125H10.8779C10.8959 9.98235 10.9127 9.85254 10.9282 9.7373C11.0378 8.92129 10.7331 8.14163 10.4372 7.5419C10.2814 7.22618 10.1034 6.91386 9.93542 6.62442L9.83401 6.45009C9.6995 6.21915 9.57397 6.00364 9.45724 5.78832C9.1531 5.22729 9.01224 4.84504 9.00071 4.5759C8.9941 4.42158 9.01496 4.26194 9.33468 4.03874Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-clipboard{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.4252 3.28231C19.6271 2.95101 18.5745 2.67059 17.2693 2.32287L16.2093 2.04043C14.9041 1.69265 13.8515 1.4122 12.9938 1.30229C12.1033 1.18818 11.3123 1.241 10.582 1.66025C9.85111 2.07986 9.40858 2.73583 9.06201 3.5614C8.72858 4.35566 8.4464 5.40287 8.09685 6.70016L7.04511 10.6032L7.04511 10.6032C6.69553 11.9004 6.41332 12.9476 6.30269 13.8013C6.18771 14.6885 6.24088 15.4779 6.66385 16.2064C7.08645 16.9342 7.74612 17.3737 8.57468 17.7176C9.37284 18.0489 10.4254 18.3293 11.7306 18.677L12.7907 18.9595C14.0958 19.3073 15.1484 19.5877 16.0061 19.6976C16.8966 19.8117 17.6876 19.7589 18.4179 19.3396C19.1488 18.92 19.5913 18.2641 19.9379 17.4385C20.2713 16.6442 20.5535 15.597 20.903 14.2997L21.9548 10.3967C22.3044 9.09953 22.5866 8.05231 22.6972 7.19861C22.8122 6.31139 22.759 5.52199 22.336 4.79352C21.9134 4.06567 21.2538 3.62623 20.4252 3.28231ZM15.4999 8.5C16.3284 8.5 16.9999 7.82843 16.9999 7C16.9999 6.17157 16.3284 5.5 15.4999 5.5C14.6715 5.5 13.9999 6.17157 13.9999 7C13.9999 7.82843 14.6715 8.5 15.4999 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.4247 5.96656C6.58139 6.49615 6.27908 7.05249 5.74949 7.20917C4.16178 7.67891 3.67116 7.99964 3.42994 8.4151C3.27579 8.68059 3.19906 9.0304 3.28685 9.72268C3.37837 10.4444 3.62421 11.3754 3.98943 12.7462L5.00179 16.5459C5.36703 17.9168 5.61699 18.8466 5.89648 19.5175C6.16466 20.1613 6.40442 20.424 6.66765 20.5751C6.93172 20.7267 7.28257 20.8022 7.97966 20.7109C8.70491 20.616 9.64085 20.366 11.017 19.9951L11.4897 19.8678C12.023 19.7241 12.5718 20.0399 12.7155 20.5731C12.8592 21.1064 12.5434 21.6552 12.0101 21.7989L11.4696 21.9445C10.1784 22.2925 9.11286 22.5796 8.23925 22.694C7.32225 22.814 6.46836 22.7668 5.6719 22.3096C4.87461 21.8519 4.40515 21.1385 4.05028 20.2866C3.71269 19.4763 3.42979 18.4143 3.08741 17.1292L2.03867 13.1929C1.6962 11.9076 1.41325 10.8457 1.30274 9.97429C1.18654 9.05805 1.23873 8.20589 1.70034 7.41087C2.38635 6.22933 3.65428 5.74336 5.18209 5.29135C5.71168 5.13467 6.26802 5.43697 6.4247 5.96656Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.4252 3.28231C19.6271 2.95101 18.5745 2.67059 17.2693 2.32287L16.2093 2.04043C14.9041 1.69265 13.8515 1.4122 12.9938 1.30229C12.1033 1.18818 11.3123 1.241 10.582 1.66025C9.85111 2.07986 9.40858 2.73583 9.06201 3.5614C8.72858 4.35566 8.4464 5.40287 8.09685 6.70016L7.04511 10.6032L7.04511 10.6032C6.69553 11.9004 6.41332 12.9476 6.30269 13.8013C6.18771 14.6885 6.24088 15.4779 6.66385 16.2064C7.08645 16.9342 7.74612 17.3737 8.57468 17.7176C9.37284 18.0489 10.4254 18.3293 11.7306 18.677L12.7907 18.9595C14.0958 19.3073 15.1484 19.5877 16.0061 19.6976C16.8966 19.8117 17.6876 19.7589 18.4179 19.3396C19.1488 18.92 19.5913 18.2641 19.9379 17.4385C20.2713 16.6442 20.5535 15.597 20.903 14.2997L21.9548 10.3967C22.3044 9.09953 22.5866 8.05231 22.6972 7.19861C22.8122 6.31139 22.759 5.52199 22.336 4.79352C21.9134 4.06567 21.2538 3.62623 20.4252 3.28231ZM15.4999 8.5C16.3284 8.5 16.9999 7.82843 16.9999 7C16.9999 6.17157 16.3284 5.5 15.4999 5.5C14.6715 5.5 13.9999 6.17157 13.9999 7C13.9999 7.82843 14.6715 8.5 15.4999 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.4247 5.96656C6.58139 6.49615 6.27908 7.05249 5.74949 7.20917C4.16178 7.67891 3.67116 7.99964 3.42994 8.4151C3.27579 8.68059 3.19906 9.0304 3.28685 9.72268C3.37837 10.4444 3.62421 11.3754 3.98943 12.7462L5.00179 16.5459C5.36703 17.9168 5.61699 18.8466 5.89648 19.5175C6.16466 20.1613 6.40442 20.424 6.66765 20.5751C6.93172 20.7267 7.28257 20.8022 7.97966 20.7109C8.70491 20.616 9.64085 20.366 11.017 19.9951L11.4897 19.8678C12.023 19.7241 12.5718 20.0399 12.7155 20.5731C12.8592 21.1064 12.5434 21.6552 12.0101 21.7989L11.4696 21.9445C10.1784 22.2925 9.11286 22.5796 8.23925 22.694C7.32225 22.814 6.46836 22.7668 5.6719 22.3096C4.87461 21.8519 4.40515 21.1385 4.05028 20.2866C3.71269 19.4763 3.42979 18.4143 3.08741 17.1292L2.03867 13.1929C1.6962 11.9076 1.41325 10.8457 1.30274 9.97429C1.18654 9.05805 1.23873 8.20589 1.70034 7.41087C2.38635 6.22933 3.65428 5.74336 5.18209 5.29135C5.71168 5.13467 6.26802 5.43697 6.4247 5.96656Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-computer-video-call{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0567 1H9.94328C8.35179 0.999985 7.07838 0.999973 6.06076 1.10724C5.01328 1.21765 4.12227 1.45065 3.34533 1.99466C2.81978 2.36266 2.36266 2.81978 1.99466 3.34533C1.45065 4.12227 1.21765 5.01328 1.10724 6.06076C0.999973 7.07838 0.999985 8.35179 1 9.94328V10.0567C0.999985 11.6482 0.999973 12.9216 1.10724 13.9392C1.21765 14.9867 1.45065 15.8777 1.99466 16.6547C2.36266 17.1802 2.81978 17.6373 3.34533 18.0053C4.12227 18.5494 5.01328 18.7824 6.06076 18.8928C7.03205 18.9951 8.23639 18.9998 9.72791 19C9.76674 19.3334 9.75416 19.6705 9.69509 19.9899C9.62759 20.3549 9.59384 20.5374 9.31586 20.7687C9.03788 21 8.76464 21 8.21814 21H7C6.44772 21 6 21.4477 6 22C6 22.5523 6.44772 23 7 23H17C17.5523 23 18 22.5523 18 22C18 21.4477 17.5523 21 17 21H15.7818C15.2353 21 14.9621 21 14.6841 20.7687C14.4061 20.5374 14.3724 20.3549 14.3049 19.9899C14.2458 19.6705 14.2332 19.3334 14.272 19C15.7636 18.9998 16.9679 18.9951 17.9392 18.8928C18.9867 18.7824 19.8777 18.5494 20.6547 18.0053C21.1802 17.6373 21.6373 17.1802 22.0053 16.6547C22.5494 15.8777 22.7824 14.9867 22.8928 13.9392C23 12.9216 23 11.6482 23 10.0567V9.94327C23 8.35178 23 7.07837 22.8928 6.06076C22.7824 5.01328 22.5494 4.12227 22.0053 3.34533C21.6373 2.81978 21.1802 2.36266 20.6547 1.99466C19.8777 1.45065 18.9867 1.21765 17.9392 1.10724C16.9216 0.999973 15.6482 0.999985 14.0567 1ZM4.49248 3.63297C4.8778 3.36317 5.38772 3.18926 6.27041 3.09622C7.17091 3.0013 8.33876 3 10 3H14C15.6612 3 16.8291 3.0013 17.7296 3.09622C18.6123 3.18926 19.1222 3.36317 19.5075 3.63297C19.842 3.86715 20.1329 4.15804 20.367 4.49248C20.6368 4.8778 20.8107 5.38772 20.9038 6.27041C20.9987 7.17091 21 8.33876 21 10C21 11.6612 20.9987 12.8291 20.9038 13.7296C20.8107 14.6123 20.6368 15.1222 20.367 15.5075C20.1329 15.842 19.842 16.1329 19.5075 16.367C19.1222 16.6368 18.6123 16.8107 17.7296 16.9038C16.8291 16.9987 15.6612 17 14 17H10C8.33876 17 7.17091 16.9987 6.27041 16.9038C5.38772 16.8107 4.8778 16.6368 4.49248 16.367C4.15804 16.1329 3.86715 15.842 3.63297 15.5075C3.36317 15.1222 3.18926 14.6123 3.09622 13.7296C3.0013 12.8291 3 11.6612 3 10C3 8.33876 3.0013 7.17091 3.09622 6.27041C3.18926 5.38772 3.36317 4.8778 3.63297 4.49248C3.86715 4.15804 4.15804 3.86715 4.49248 3.63297Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 7.22222C14.25 8.44952 13.2426 9.44444 12 9.44444C10.7574 9.44444 9.75 8.44952 9.75 7.22222C9.75 5.99492 10.7574 5 12 5C13.2426 5 14.25 5.99492 14.25 7.22222Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.28879 11.3787C8.5814 11.8467 6.72668 12.8023 7.85633 13.9981C8.40815 14.5822 9.02275 15 9.79543 15H14.2046C14.9773 15 15.5918 14.5822 16.1437 13.9981C17.2733 12.8023 15.4186 11.8467 14.7112 11.3787C13.0524 10.2812 10.9476 10.2812 9.28879 11.3787Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0567 1H9.94328C8.35179 0.999985 7.07838 0.999973 6.06076 1.10724C5.01328 1.21765 4.12227 1.45065 3.34533 1.99466C2.81978 2.36266 2.36266 2.81978 1.99466 3.34533C1.45065 4.12227 1.21765 5.01328 1.10724 6.06076C0.999973 7.07838 0.999985 8.35179 1 9.94328V10.0567C0.999985 11.6482 0.999973 12.9216 1.10724 13.9392C1.21765 14.9867 1.45065 15.8777 1.99466 16.6547C2.36266 17.1802 2.81978 17.6373 3.34533 18.0053C4.12227 18.5494 5.01328 18.7824 6.06076 18.8928C7.03205 18.9951 8.23639 18.9998 9.72791 19C9.76674 19.3334 9.75416 19.6705 9.69509 19.9899C9.62759 20.3549 9.59384 20.5374 9.31586 20.7687C9.03788 21 8.76464 21 8.21814 21H7C6.44772 21 6 21.4477 6 22C6 22.5523 6.44772 23 7 23H17C17.5523 23 18 22.5523 18 22C18 21.4477 17.5523 21 17 21H15.7818C15.2353 21 14.9621 21 14.6841 20.7687C14.4061 20.5374 14.3724 20.3549 14.3049 19.9899C14.2458 19.6705 14.2332 19.3334 14.272 19C15.7636 18.9998 16.9679 18.9951 17.9392 18.8928C18.9867 18.7824 19.8777 18.5494 20.6547 18.0053C21.1802 17.6373 21.6373 17.1802 22.0053 16.6547C22.5494 15.8777 22.7824 14.9867 22.8928 13.9392C23 12.9216 23 11.6482 23 10.0567V9.94327C23 8.35178 23 7.07837 22.8928 6.06076C22.7824 5.01328 22.5494 4.12227 22.0053 3.34533C21.6373 2.81978 21.1802 2.36266 20.6547 1.99466C19.8777 1.45065 18.9867 1.21765 17.9392 1.10724C16.9216 0.999973 15.6482 0.999985 14.0567 1ZM4.49248 3.63297C4.8778 3.36317 5.38772 3.18926 6.27041 3.09622C7.17091 3.0013 8.33876 3 10 3H14C15.6612 3 16.8291 3.0013 17.7296 3.09622C18.6123 3.18926 19.1222 3.36317 19.5075 3.63297C19.842 3.86715 20.1329 4.15804 20.367 4.49248C20.6368 4.8778 20.8107 5.38772 20.9038 6.27041C20.9987 7.17091 21 8.33876 21 10C21 11.6612 20.9987 12.8291 20.9038 13.7296C20.8107 14.6123 20.6368 15.1222 20.367 15.5075C20.1329 15.842 19.842 16.1329 19.5075 16.367C19.1222 16.6368 18.6123 16.8107 17.7296 16.9038C16.8291 16.9987 15.6612 17 14 17H10C8.33876 17 7.17091 16.9987 6.27041 16.9038C5.38772 16.8107 4.8778 16.6368 4.49248 16.367C4.15804 16.1329 3.86715 15.842 3.63297 15.5075C3.36317 15.1222 3.18926 14.6123 3.09622 13.7296C3.0013 12.8291 3 11.6612 3 10C3 8.33876 3.0013 7.17091 3.09622 6.27041C3.18926 5.38772 3.36317 4.8778 3.63297 4.49248C3.86715 4.15804 4.15804 3.86715 4.49248 3.63297Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 7.22222C14.25 8.44952 13.2426 9.44444 12 9.44444C10.7574 9.44444 9.75 8.44952 9.75 7.22222C9.75 5.99492 10.7574 5 12 5C13.2426 5 14.25 5.99492 14.25 7.22222Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.28879 11.3787C8.5814 11.8467 6.72668 12.8023 7.85633 13.9981C8.40815 14.5822 9.02275 15 9.79543 15H14.2046C14.9773 15 15.5918 14.5822 16.1437 13.9981C17.2733 12.8023 15.4186 11.8467 14.7112 11.3787C13.0524 10.2812 10.9476 10.2812 9.28879 11.3787Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-conversation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0494 1.25C14.7143 1.24996 15.2871 1.24993 15.7458 1.31161C16.2375 1.37771 16.7087 1.52677 17.091 1.90901C17.4732 2.29126 17.6223 2.76252 17.6884 3.25416C17.7501 3.7129 17.75 4.28576 17.75 4.95062V4.95063V6.04937V6.04938C17.75 6.71425 17.7501 7.2871 17.6884 7.74585C17.6223 8.23748 17.4732 8.70875 17.091 9.09099C16.7087 9.47324 16.2375 9.6223 15.7458 9.6884C15.2871 9.75007 14.7142 9.75004 14.0494 9.75001L13.2271 9.75L10.416 11.624C10.1859 11.7775 9.88998 11.7918 9.64611 11.6613C9.40224 11.5307 9.25 11.2766 9.25 11V9.7469C8.87656 9.74158 8.54277 9.7272 8.25416 9.6884C7.76252 9.6223 7.29126 9.47324 6.90901 9.09099C6.52677 8.70875 6.37771 8.23748 6.31161 7.74585C6.24993 7.28711 6.24996 6.71427 6.25 6.04943V6.04938V4.95063V4.95058C6.24996 4.28574 6.24993 3.71289 6.31161 3.25416C6.37771 2.76252 6.52677 2.29126 6.90901 1.90901C7.29126 1.52677 7.76252 1.37771 8.25416 1.31161C8.71289 1.24993 9.28574 1.24996 9.95058 1.25H9.95063H14.0494H14.0494Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.17272 18.1177C4.89978 16.9608 7.10042 16.9608 8.82747 18.1177C9.13753 18.3137 9.84353 18.7614 10.2143 19.1697C10.4496 19.4288 10.6977 19.7967 10.7429 20.2626C10.7915 20.7627 10.5935 21.2221 10.2317 21.6099C9.68462 22.1963 8.95301 22.75 7.95971 22.75H4.04048C3.04719 22.75 2.31558 22.1963 1.76846 21.6099C1.40665 21.2221 1.20867 20.7627 1.25726 20.2626C1.30253 19.7967 1.55059 19.4288 1.78592 19.1697C2.15667 18.7614 2.86266 18.3137 3.17272 18.1177Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1727 18.1177C16.8998 16.9608 19.1004 16.9608 20.8275 18.1177C21.1375 18.3137 21.8435 18.7614 22.2143 19.1697C22.4496 19.4288 22.6977 19.7967 22.7429 20.2626C22.7915 20.7627 22.5935 21.2221 22.2317 21.6099C21.6846 22.1963 20.953 22.75 19.9597 22.75H16.0405C15.0472 22.75 14.3156 22.1963 13.7685 21.6099C13.4067 21.2221 13.2087 20.7627 13.2573 20.2626C13.3025 19.7967 13.5506 19.4288 13.7859 19.1697C14.1567 18.7614 14.8627 18.3137 15.1727 18.1177Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.25 13.5C3.25 11.9812 4.48122 10.75 6 10.75C7.51878 10.75 8.75 11.9812 8.75 13.5C8.75 15.0188 7.51878 16.25 6 16.25C4.48122 16.25 3.25 15.0188 3.25 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 13.5C15.25 11.9812 16.4812 10.75 18 10.75C19.5188 10.75 20.75 11.9812 20.75 13.5C20.75 15.0188 19.5188 16.25 18 16.25C16.4812 16.25 15.25 15.0188 15.25 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0494 1.25C14.7143 1.24996 15.2871 1.24993 15.7458 1.31161C16.2375 1.37771 16.7087 1.52677 17.091 1.90901C17.4732 2.29126 17.6223 2.76252 17.6884 3.25416C17.7501 3.7129 17.75 4.28576 17.75 4.95062V4.95063V6.04937V6.04938C17.75 6.71425 17.7501 7.2871 17.6884 7.74585C17.6223 8.23748 17.4732 8.70875 17.091 9.09099C16.7087 9.47324 16.2375 9.6223 15.7458 9.6884C15.2871 9.75007 14.7142 9.75004 14.0494 9.75001L13.2271 9.75L10.416 11.624C10.1859 11.7775 9.88998 11.7918 9.64611 11.6613C9.40224 11.5307 9.25 11.2766 9.25 11V9.7469C8.87656 9.74158 8.54277 9.7272 8.25416 9.6884C7.76252 9.6223 7.29126 9.47324 6.90901 9.09099C6.52677 8.70875 6.37771 8.23748 6.31161 7.74585C6.24993 7.28711 6.24996 6.71427 6.25 6.04943V6.04938V4.95063V4.95058C6.24996 4.28574 6.24993 3.71289 6.31161 3.25416C6.37771 2.76252 6.52677 2.29126 6.90901 1.90901C7.29126 1.52677 7.76252 1.37771 8.25416 1.31161C8.71289 1.24993 9.28574 1.24996 9.95058 1.25H9.95063H14.0494H14.0494Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.17272 18.1177C4.89978 16.9608 7.10042 16.9608 8.82747 18.1177C9.13753 18.3137 9.84353 18.7614 10.2143 19.1697C10.4496 19.4288 10.6977 19.7967 10.7429 20.2626C10.7915 20.7627 10.5935 21.2221 10.2317 21.6099C9.68462 22.1963 8.95301 22.75 7.95971 22.75H4.04048C3.04719 22.75 2.31558 22.1963 1.76846 21.6099C1.40665 21.2221 1.20867 20.7627 1.25726 20.2626C1.30253 19.7967 1.55059 19.4288 1.78592 19.1697C2.15667 18.7614 2.86266 18.3137 3.17272 18.1177Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1727 18.1177C16.8998 16.9608 19.1004 16.9608 20.8275 18.1177C21.1375 18.3137 21.8435 18.7614 22.2143 19.1697C22.4496 19.4288 22.6977 19.7967 22.7429 20.2626C22.7915 20.7627 22.5935 21.2221 22.2317 21.6099C21.6846 22.1963 20.953 22.75 19.9597 22.75H16.0405C15.0472 22.75 14.3156 22.1963 13.7685 21.6099C13.4067 21.2221 13.2087 20.7627 13.2573 20.2626C13.3025 19.7967 13.5506 19.4288 13.7859 19.1697C14.1567 18.7614 14.8627 18.3137 15.1727 18.1177Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.25 13.5C3.25 11.9812 4.48122 10.75 6 10.75C7.51878 10.75 8.75 11.9812 8.75 13.5C8.75 15.0188 7.51878 16.25 6 16.25C4.48122 16.25 3.25 15.0188 3.25 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 13.5C15.25 11.9812 16.4812 10.75 18 10.75C19.5188 10.75 20.75 11.9812 20.75 13.5C20.75 15.0188 19.5188 16.25 18 16.25C16.4812 16.25 15.25 15.0188 15.25 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-desk{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.75 12.0537C21.75 13.1865 21.75 14.1123 21.6518 14.8431C21.5491 15.6071 21.3268 16.2694 20.7981 16.7981C20.2694 17.3268 19.6071 17.5491 18.8431 17.6518C18.1123 17.75 17.1865 17.75 16.0537 17.75H7.94631C6.81348 17.75 5.88775 17.75 5.15689 17.6518C4.39293 17.5491 3.7306 17.3268 3.2019 16.7981C2.67321 16.2694 2.45093 15.6071 2.34822 14.8431C2.24996 14.1123 2.24998 13.1865 2.25 12.0537V12.0537V9.25H21.75V12.0537V12.0537Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 15.75C5.55228 15.75 6 16.1977 6 16.75V21.75C6 22.3023 5.55228 22.75 5 22.75C4.44772 22.75 4 22.3023 4 21.75V16.75C4 16.1977 4.44772 15.75 5 15.75ZM8 15.75C8.55228 15.75 9 16.1977 9 16.75V19.75C9 20.3023 8.55228 20.75 8 20.75C7.44772 20.75 7 20.3023 7 19.75V16.75C7 16.1977 7.44772 15.75 8 15.75ZM16 15.75C16.5523 15.75 17 16.1977 17 16.75V19.75C17 20.3023 16.5523 20.75 16 20.75C15.4477 20.75 15 20.3023 15 19.75V16.75C15 16.1977 15.4477 15.75 16 15.75ZM19 15.75C19.5523 15.75 20 16.1977 20 16.75V21.75C20 22.3023 19.5523 22.75 19 22.75C18.4477 22.75 18 22.3023 18 21.75V16.75C18 16.1977 18.4477 15.75 19 15.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 10C1 9.44772 1.44772 9 2 9L22 9C22.5523 9 23 9.44772 23 10C23 10.5523 22.5523 11 22 11L2 11C1.44772 11 1 10.5523 1 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0521 1.25C13.9505 1.24997 14.6997 1.24995 15.2945 1.32992C15.9223 1.41432 16.4891 1.59999 16.9445 2.05546C17.4 2.51093 17.5857 3.07773 17.6701 3.70552C17.7501 4.3003 17.75 5.04954 17.75 5.94801V7.1C17.75 7.28857 17.75 7.38285 17.6914 7.44142C17.6328 7.5 17.5386 7.5 17.35 7.5L6.65 7.5C6.46144 7.5 6.36716 7.5 6.30858 7.44142C6.25 7.38285 6.25 7.28856 6.25 7.1V5.94793C6.24997 5.04948 6.24995 4.30029 6.32992 3.70552C6.41432 3.07773 6.59999 2.51093 7.05546 2.05546C7.51093 1.59999 8.07773 1.41432 8.70552 1.32992C9.30029 1.24995 10.0496 1.24997 10.948 1.25H13.0521Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.75 12.0537C21.75 13.1865 21.75 14.1123 21.6518 14.8431C21.5491 15.6071 21.3268 16.2694 20.7981 16.7981C20.2694 17.3268 19.6071 17.5491 18.8431 17.6518C18.1123 17.75 17.1865 17.75 16.0537 17.75H7.94631C6.81348 17.75 5.88775 17.75 5.15689 17.6518C4.39293 17.5491 3.7306 17.3268 3.2019 16.7981C2.67321 16.2694 2.45093 15.6071 2.34822 14.8431C2.24996 14.1123 2.24998 13.1865 2.25 12.0537V12.0537V9.25H21.75V12.0537V12.0537Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 15.75C5.55228 15.75 6 16.1977 6 16.75V21.75C6 22.3023 5.55228 22.75 5 22.75C4.44772 22.75 4 22.3023 4 21.75V16.75C4 16.1977 4.44772 15.75 5 15.75ZM8 15.75C8.55228 15.75 9 16.1977 9 16.75V19.75C9 20.3023 8.55228 20.75 8 20.75C7.44772 20.75 7 20.3023 7 19.75V16.75C7 16.1977 7.44772 15.75 8 15.75ZM16 15.75C16.5523 15.75 17 16.1977 17 16.75V19.75C17 20.3023 16.5523 20.75 16 20.75C15.4477 20.75 15 20.3023 15 19.75V16.75C15 16.1977 15.4477 15.75 16 15.75ZM19 15.75C19.5523 15.75 20 16.1977 20 16.75V21.75C20 22.3023 19.5523 22.75 19 22.75C18.4477 22.75 18 22.3023 18 21.75V16.75C18 16.1977 18.4477 15.75 19 15.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 10C1 9.44772 1.44772 9 2 9L22 9C22.5523 9 23 9.44772 23 10C23 10.5523 22.5523 11 22 11L2 11C1.44772 11 1 10.5523 1 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0521 1.25C13.9505 1.24997 14.6997 1.24995 15.2945 1.32992C15.9223 1.41432 16.4891 1.59999 16.9445 2.05546C17.4 2.51093 17.5857 3.07773 17.6701 3.70552C17.7501 4.3003 17.75 5.04954 17.75 5.94801V7.1C17.75 7.28857 17.75 7.38285 17.6914 7.44142C17.6328 7.5 17.5386 7.5 17.35 7.5L6.65 7.5C6.46144 7.5 6.36716 7.5 6.30858 7.44142C6.25 7.38285 6.25 7.28856 6.25 7.1V5.94793C6.24997 5.04948 6.24995 4.30029 6.32992 3.70552C6.41432 3.07773 6.59999 2.51093 7.05546 2.05546C7.51093 1.59999 8.07773 1.41432 8.70552 1.32992C9.30029 1.24995 10.0496 1.24997 10.948 1.25H13.0521Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-diploma{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.489 1.40314C17.3498 1.24997 15.8942 1.24998 14.0564 1.25H9.94358C8.10583 1.24998 6.65019 1.24997 5.51098 1.40314C4.33856 1.56076 3.38961 1.89288 2.64124 2.64124C1.89288 3.38961 1.56076 4.33856 1.40314 5.51098C1.24997 6.65019 1.24998 8.10581 1.25 9.94356V10.0564C1.24998 11.8942 1.24997 13.3498 1.40314 14.489C1.56076 15.6614 1.89288 16.6104 2.64124 17.3588C3.67009 18.3876 5.08744 18.6363 6.96888 18.7144L6.98858 18.7152L7.53921 18.7091C7.57101 18.7088 7.58692 18.7086 7.59842 18.7071C7.7112 18.6927 7.78779 18.5914 7.77089 18.479C7.76916 18.4675 7.76478 18.4514 7.75601 18.4191C7.58734 17.8219 7.25 16.2021 7.25 14.5C7.25 11.8766 9.37665 9.75 12 9.75C14.6234 9.75 16.75 11.8766 16.75 14.5C16.7968 14.8582 16.9553 15.7608 17.2147 16.5056C17.4048 17.1299 17.6527 17.7762 17.9681 18.3804C18.0212 18.4821 18.0477 18.533 18.097 18.5621C18.1462 18.5911 18.2054 18.5897 18.3238 18.5868L18.6089 18.58C19.7268 18.4159 20.6364 18.0811 21.3588 17.3588C22.1071 16.6104 22.4392 15.6614 22.5969 14.489C22.75 13.3498 22.75 11.8942 22.75 10.0565V9.94359C22.75 8.10585 22.75 6.65018 22.5969 5.51098C22.4392 4.33856 22.1071 3.38961 21.3588 2.64124C20.6104 1.89288 19.6614 1.56076 18.489 1.40314ZM17 6.75C17.4142 6.75 17.75 6.41421 17.75 6C17.75 5.58579 17.4142 5.25 17 5.25H7C6.58579 5.25 6.25 5.58579 6.25 6C6.25 6.41421 6.58579 6.75 7 6.75H17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 11.25C10.2051 11.25 8.75 12.7051 8.75 14.5C8.75 16.2949 10.2051 17.75 12 17.75C13.7949 17.75 15.25 16.2949 15.25 14.5C15.25 12.7051 13.7949 11.25 12 11.25ZM17.572 21.4847C17.8057 21.2093 17.8099 20.8065 17.582 20.5263C16.8027 19.5678 16.27 18.4126 15.9116 17.3516C15.8525 17.1767 15.823 17.0892 15.7644 17.079C15.7058 17.0689 15.647 17.1431 15.5294 17.2915C14.7052 18.332 13.4306 18.9994 12.0001 18.9994C11.1618 18.9994 10.377 18.7702 9.70499 18.3709C9.48328 18.2392 9.37242 18.1734 9.31837 18.2166C9.26433 18.2598 9.30226 18.3763 9.37812 18.6092C9.94639 20.354 10.7699 21.5413 11.2784 22.2745C11.3147 22.3269 11.3495 22.377 11.3824 22.4248C11.5329 22.6433 11.7877 22.7661 12.0524 22.7476C12.3171 22.7291 12.5523 22.5722 12.6709 22.3348L13.7218 20.2331C13.7662 20.1444 13.7884 20.1 13.8296 20.0875C13.8708 20.075 13.9138 20.0996 13.9999 20.1489L16.628 21.6506C16.9416 21.8298 17.3383 21.7601 17.572 21.4847Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.489 1.40314C17.3498 1.24997 15.8942 1.24998 14.0564 1.25H9.94358C8.10583 1.24998 6.65019 1.24997 5.51098 1.40314C4.33856 1.56076 3.38961 1.89288 2.64124 2.64124C1.89288 3.38961 1.56076 4.33856 1.40314 5.51098C1.24997 6.65019 1.24998 8.10581 1.25 9.94356V10.0564C1.24998 11.8942 1.24997 13.3498 1.40314 14.489C1.56076 15.6614 1.89288 16.6104 2.64124 17.3588C3.67009 18.3876 5.08744 18.6363 6.96888 18.7144L6.98858 18.7152L7.53921 18.7091C7.57101 18.7088 7.58692 18.7086 7.59842 18.7071C7.7112 18.6927 7.78779 18.5914 7.77089 18.479C7.76916 18.4675 7.76478 18.4514 7.75601 18.4191C7.58734 17.8219 7.25 16.2021 7.25 14.5C7.25 11.8766 9.37665 9.75 12 9.75C14.6234 9.75 16.75 11.8766 16.75 14.5C16.7968 14.8582 16.9553 15.7608 17.2147 16.5056C17.4048 17.1299 17.6527 17.7762 17.9681 18.3804C18.0212 18.4821 18.0477 18.533 18.097 18.5621C18.1462 18.5911 18.2054 18.5897 18.3238 18.5868L18.6089 18.58C19.7268 18.4159 20.6364 18.0811 21.3588 17.3588C22.1071 16.6104 22.4392 15.6614 22.5969 14.489C22.75 13.3498 22.75 11.8942 22.75 10.0565V9.94359C22.75 8.10585 22.75 6.65018 22.5969 5.51098C22.4392 4.33856 22.1071 3.38961 21.3588 2.64124C20.6104 1.89288 19.6614 1.56076 18.489 1.40314ZM17 6.75C17.4142 6.75 17.75 6.41421 17.75 6C17.75 5.58579 17.4142 5.25 17 5.25H7C6.58579 5.25 6.25 5.58579 6.25 6C6.25 6.41421 6.58579 6.75 7 6.75H17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 11.25C10.2051 11.25 8.75 12.7051 8.75 14.5C8.75 16.2949 10.2051 17.75 12 17.75C13.7949 17.75 15.25 16.2949 15.25 14.5C15.25 12.7051 13.7949 11.25 12 11.25ZM17.572 21.4847C17.8057 21.2093 17.8099 20.8065 17.582 20.5263C16.8027 19.5678 16.27 18.4126 15.9116 17.3516C15.8525 17.1767 15.823 17.0892 15.7644 17.079C15.7058 17.0689 15.647 17.1431 15.5294 17.2915C14.7052 18.332 13.4306 18.9994 12.0001 18.9994C11.1618 18.9994 10.377 18.7702 9.70499 18.3709C9.48328 18.2392 9.37242 18.1734 9.31837 18.2166C9.26433 18.2598 9.30226 18.3763 9.37812 18.6092C9.94639 20.354 10.7699 21.5413 11.2784 22.2745C11.3147 22.3269 11.3495 22.377 11.3824 22.4248C11.5329 22.6433 11.7877 22.7661 12.0524 22.7476C12.3171 22.7291 12.5523 22.5722 12.6709 22.3348L13.7218 20.2331C13.7662 20.1444 13.7884 20.1 13.8296 20.0875C13.8708 20.075 13.9138 20.0996 13.9999 20.1489L16.628 21.6506C16.9416 21.8298 17.3383 21.7601 17.572 21.4847Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-dna-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.2642 1.29289C16.6547 1.68342 16.6547 2.31658 16.2642 2.70711C14.8755 4.09586 14.8755 6.34747 16.2642 7.73622C17.653 9.12497 19.9046 9.12497 21.2933 7.73622C21.6839 7.34569 22.317 7.34569 22.7075 7.73622C23.0981 8.12674 23.0981 8.7599 22.7075 9.15043C21.3879 10.4701 19.5696 10.9871 17.8591 10.7016C17.9514 11.1197 18 11.5542 18 12C18 15.3137 15.3137 18 12 18C11.5542 18 11.1197 17.9514 10.7016 17.8591C10.9871 19.5696 10.4701 21.3879 9.15043 22.7075C8.7599 23.0981 8.12674 23.0981 7.73622 22.7075C7.34569 22.317 7.34569 21.6839 7.73622 21.2933C9.12496 19.9046 9.12497 17.653 7.73622 16.2642C6.34746 14.8755 4.09586 14.8755 2.70711 16.2642C2.31658 16.6547 1.68342 16.6547 1.29289 16.2642C0.902369 15.8737 0.902369 15.2405 1.29289 14.85C2.61246 13.5304 4.43063 13.0134 6.14095 13.2988C6.04866 12.8806 6 12.446 6 12C6 8.68629 8.68629 6 12 6C12.446 6 12.8806 6.04866 13.2988 6.14095C13.0134 4.43063 13.5304 2.61246 14.85 1.29289C15.2405 0.902369 15.8737 0.902369 16.2642 1.29289ZM12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.2642 1.29289C16.6547 1.68342 16.6547 2.31658 16.2642 2.70711C14.8755 4.09586 14.8755 6.34747 16.2642 7.73622C17.653 9.12497 19.9046 9.12497 21.2933 7.73622C21.6839 7.34569 22.317 7.34569 22.7075 7.73622C23.0981 8.12674 23.0981 8.7599 22.7075 9.15043C21.3879 10.4701 19.5696 10.9871 17.8591 10.7016C17.9514 11.1197 18 11.5542 18 12C18 15.3137 15.3137 18 12 18C11.5542 18 11.1197 17.9514 10.7016 17.8591C10.9871 19.5696 10.4701 21.3879 9.15043 22.7075C8.7599 23.0981 8.12674 23.0981 7.73622 22.7075C7.34569 22.317 7.34569 21.6839 7.73622 21.2933C9.12496 19.9046 9.12497 17.653 7.73622 16.2642C6.34746 14.8755 4.09586 14.8755 2.70711 16.2642C2.31658 16.6547 1.68342 16.6547 1.29289 16.2642C0.902369 15.8737 0.902369 15.2405 1.29289 14.85C2.61246 13.5304 4.43063 13.0134 6.14095 13.2988C6.04866 12.8806 6 12.446 6 12C6 8.68629 8.68629 6 12 6C12.446 6 12.8806 6.04866 13.2988 6.14095C13.0134 4.43063 13.5304 2.61246 14.85 1.29289C15.2405 0.902369 15.8737 0.902369 16.2642 1.29289ZM12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-drawing-compass{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2L13 4C13 4.55228 12.5523 5 12 5C11.4477 5 11 4.55228 11 4L11 2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.63861 11.3528C8.53119 11.2697 8.3718 11.3077 8.31957 11.4331L4.07718 21.6148C3.86477 22.1246 4.10584 22.7101 4.61565 22.9225C5.12545 23.1349 5.71092 22.8938 5.92334 22.384L10.0903 12.3834C10.1345 12.2773 10.0803 12.1563 9.97356 12.114C9.49137 11.9227 9.04264 11.6653 8.63861 11.3528Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.027 12.114C13.9202 12.1563 13.8661 12.2773 13.9102 12.3834L18.0772 22.384C18.2896 22.8938 18.8751 23.1349 19.3849 22.9225C19.8947 22.7101 20.1358 22.1246 19.9233 21.6148L15.681 11.4331C15.6287 11.3078 15.4693 11.2698 15.3619 11.3528C14.9579 11.6653 14.5092 11.9227 14.027 12.114Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.45028 12.1648C2.91159 11.8612 3.53172 11.989 3.83539 12.4503C5.65982 15.2219 8.64882 17.0001 12.0001 17.0001C15.3514 17.0001 18.3404 15.2219 20.1648 12.4503C20.4685 11.989 21.0886 11.8612 21.5499 12.1648C22.0113 12.4685 22.1391 13.0886 21.8354 13.5499C19.6783 16.8268 16.0895 19.0001 12.0001 19.0001C7.91077 19.0001 4.32188 16.8268 2.16484 13.5499C1.86117 13.0886 1.98897 12.4685 2.45028 12.1648Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 16C12.5523 16 13 16.4477 13 17V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V17C11 16.4477 11.4477 16 12 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2L13 4C13 4.55228 12.5523 5 12 5C11.4477 5 11 4.55228 11 4L11 2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.63861 11.3528C8.53119 11.2697 8.3718 11.3077 8.31957 11.4331L4.07718 21.6148C3.86477 22.1246 4.10584 22.7101 4.61565 22.9225C5.12545 23.1349 5.71092 22.8938 5.92334 22.384L10.0903 12.3834C10.1345 12.2773 10.0803 12.1563 9.97356 12.114C9.49137 11.9227 9.04264 11.6653 8.63861 11.3528Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.027 12.114C13.9202 12.1563 13.8661 12.2773 13.9102 12.3834L18.0772 22.384C18.2896 22.8938 18.8751 23.1349 19.3849 22.9225C19.8947 22.7101 20.1358 22.1246 19.9233 21.6148L15.681 11.4331C15.6287 11.3078 15.4693 11.2698 15.3619 11.3528C14.9579 11.6653 14.5092 11.9227 14.027 12.114Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.45028 12.1648C2.91159 11.8612 3.53172 11.989 3.83539 12.4503C5.65982 15.2219 8.64882 17.0001 12.0001 17.0001C15.3514 17.0001 18.3404 15.2219 20.1648 12.4503C20.4685 11.989 21.0886 11.8612 21.5499 12.1648C22.0113 12.4685 22.1391 13.0886 21.8354 13.5499C19.6783 16.8268 16.0895 19.0001 12.0001 19.0001C7.91077 19.0001 4.32188 16.8268 2.16484 13.5499C1.86117 13.0886 1.98897 12.4685 2.45028 12.1648Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 16C12.5523 16 13 16.4477 13 17V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V17C11 16.4477 11.4477 16 12 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-elearning-exchange{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.25 12.8557V14C16.25 14.4142 16.5858 14.75 17 14.75C17.4142 14.75 17.75 14.4142 17.75 14V11C17.75 10.3211 17.3305 9.87047 16.8902 9.54806C16.4735 9.24285 15.8766 8.93597 15.1871 8.58142L15.1315 8.55281L13.9184 7.92895L13.9184 7.92895C13.5463 7.73756 13.2246 7.5721 12.9438 7.45781C12.6434 7.33554 12.3401 7.25 12 7.25C11.6599 7.25 11.3566 7.33554 11.0562 7.45781C10.7754 7.5721 10.4537 7.73756 10.0816 7.92895L10.0816 7.92895L10.0816 7.92895L10.0544 7.94292L8.86853 8.55281L8.8129 8.58142C8.12337 8.93597 7.52655 9.24285 7.10977 9.54806C6.66949 9.87047 6.25 10.3211 6.25 11C6.25 11.6789 6.66949 12.1295 7.10977 12.4519C7.40822 12.6705 7.79898 12.8899 8.25 13.1271V15.4954C8.25 16.2175 8.79925 16.7924 9.39865 17.1403C10.0424 17.5139 10.9279 17.7505 12 17.7505C13.0721 17.7505 13.9576 17.5139 14.6014 17.1403C15.2008 16.7924 15.75 16.2175 15.75 15.4954V13.1271C15.9265 13.0342 16.0939 12.9441 16.25 12.8557ZM13.9184 14.0711L14.25 13.9005V15.4807C14.2499 15.4797 14.2498 15.4792 14.2496 15.4791C14.249 15.479 14.2478 15.4813 14.2455 15.4859C14.2296 15.5184 14.1587 15.6629 13.8484 15.843C13.4754 16.0594 12.8609 16.2505 12 16.2505C11.1391 16.2505 10.5246 16.0594 10.1516 15.843C9.84131 15.6629 9.77042 15.5184 9.75447 15.4859C9.75219 15.4813 9.75104 15.479 9.75046 15.4791C9.75022 15.4792 9.75008 15.4797 9.75 15.4807V13.9005L10.0816 14.0711C10.4537 14.2624 10.7754 14.4279 11.0562 14.5422C11.3566 14.6645 11.6599 14.75 12 14.75C12.3401 14.75 12.6434 14.6645 12.9438 14.5422C13.2246 14.4279 13.5463 14.2624 13.9184 14.0711L13.9184 14.0711Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0251 3C7.98399 3 4.56274 5.64901 3.41309 9.30032C3.24722 9.82711 2.68572 10.1197 2.15893 9.95384C1.63214 9.78797 1.33955 9.22647 1.50542 8.69968C2.9106 4.23678 7.08869 1 12.0251 1C17.7403 1 22.4418 5.33935 22.9954 10.901C23.0269 11.217 22.9063 11.5292 22.6706 11.7421C22.4349 11.955 22.1121 12.0433 21.8009 11.9799L19.8008 11.5728C19.2596 11.4627 18.9102 10.9347 19.0204 10.3935C19.1305 9.85231 19.6585 9.50288 20.1997 9.61303L20.7597 9.727C19.7504 5.85862 16.2233 3 12.0251 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9749 21C16.016 21 19.4373 18.351 20.5869 14.6997C20.7528 14.1729 21.3143 13.8803 21.8411 14.0462C22.3679 14.212 22.6605 14.7735 22.4946 15.3003C21.0894 19.7632 16.9113 23 11.9749 23C6.2597 23 1.55816 18.6606 1.0046 13.099C0.973144 12.783 1.09369 12.4708 1.32939 12.2579C1.56508 12.045 1.88789 11.9567 2.19912 12.0201L4.19917 12.4271C4.74036 12.5373 5.08979 13.0653 4.97964 13.6065C4.8695 14.1477 4.34149 14.4971 3.8003 14.387L3.2403 14.273C4.2496 18.1414 7.77667 21 11.9749 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.25 12.8557V14C16.25 14.4142 16.5858 14.75 17 14.75C17.4142 14.75 17.75 14.4142 17.75 14V11C17.75 10.3211 17.3305 9.87047 16.8902 9.54806C16.4735 9.24285 15.8766 8.93597 15.1871 8.58142L15.1315 8.55281L13.9184 7.92895L13.9184 7.92895C13.5463 7.73756 13.2246 7.5721 12.9438 7.45781C12.6434 7.33554 12.3401 7.25 12 7.25C11.6599 7.25 11.3566 7.33554 11.0562 7.45781C10.7754 7.5721 10.4537 7.73756 10.0816 7.92895L10.0816 7.92895L10.0816 7.92895L10.0544 7.94292L8.86853 8.55281L8.8129 8.58142C8.12337 8.93597 7.52655 9.24285 7.10977 9.54806C6.66949 9.87047 6.25 10.3211 6.25 11C6.25 11.6789 6.66949 12.1295 7.10977 12.4519C7.40822 12.6705 7.79898 12.8899 8.25 13.1271V15.4954C8.25 16.2175 8.79925 16.7924 9.39865 17.1403C10.0424 17.5139 10.9279 17.7505 12 17.7505C13.0721 17.7505 13.9576 17.5139 14.6014 17.1403C15.2008 16.7924 15.75 16.2175 15.75 15.4954V13.1271C15.9265 13.0342 16.0939 12.9441 16.25 12.8557ZM13.9184 14.0711L14.25 13.9005V15.4807C14.2499 15.4797 14.2498 15.4792 14.2496 15.4791C14.249 15.479 14.2478 15.4813 14.2455 15.4859C14.2296 15.5184 14.1587 15.6629 13.8484 15.843C13.4754 16.0594 12.8609 16.2505 12 16.2505C11.1391 16.2505 10.5246 16.0594 10.1516 15.843C9.84131 15.6629 9.77042 15.5184 9.75447 15.4859C9.75219 15.4813 9.75104 15.479 9.75046 15.4791C9.75022 15.4792 9.75008 15.4797 9.75 15.4807V13.9005L10.0816 14.0711C10.4537 14.2624 10.7754 14.4279 11.0562 14.5422C11.3566 14.6645 11.6599 14.75 12 14.75C12.3401 14.75 12.6434 14.6645 12.9438 14.5422C13.2246 14.4279 13.5463 14.2624 13.9184 14.0711L13.9184 14.0711Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0251 3C7.98399 3 4.56274 5.64901 3.41309 9.30032C3.24722 9.82711 2.68572 10.1197 2.15893 9.95384C1.63214 9.78797 1.33955 9.22647 1.50542 8.69968C2.9106 4.23678 7.08869 1 12.0251 1C17.7403 1 22.4418 5.33935 22.9954 10.901C23.0269 11.217 22.9063 11.5292 22.6706 11.7421C22.4349 11.955 22.1121 12.0433 21.8009 11.9799L19.8008 11.5728C19.2596 11.4627 18.9102 10.9347 19.0204 10.3935C19.1305 9.85231 19.6585 9.50288 20.1997 9.61303L20.7597 9.727C19.7504 5.85862 16.2233 3 12.0251 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9749 21C16.016 21 19.4373 18.351 20.5869 14.6997C20.7528 14.1729 21.3143 13.8803 21.8411 14.0462C22.3679 14.212 22.6605 14.7735 22.4946 15.3003C21.0894 19.7632 16.9113 23 11.9749 23C6.2597 23 1.55816 18.6606 1.0046 13.099C0.973144 12.783 1.09369 12.4708 1.32939 12.2579C1.56508 12.045 1.88789 11.9567 2.19912 12.0201L4.19917 12.4271C4.74036 12.5373 5.08979 13.0653 4.97964 13.6065C4.8695 14.1477 4.34149 14.4971 3.8003 14.387L3.2403 14.273C4.2496 18.1414 7.77667 21 11.9749 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-geology-crust{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 12C2.75 7.14386 6.49211 3.16173 11.25 2.77997V4.74835V4.78829C8.3551 5.08565 5.96639 7.08608 5.09954 9.76945C4.97221 10.1636 5.18851 10.5864 5.58267 10.7137C5.97683 10.841 6.39958 10.6247 6.52691 10.2306C7.19921 8.14942 9.02553 6.58815 11.25 6.29844V8.32501C9.53832 8.67247 8.25 10.1858 8.25 12C8.25 13.8142 9.53832 15.3275 11.25 15.675V17.7016C10.2065 17.5659 9.25168 17.1506 8.46165 16.533C8.13532 16.2779 7.66397 16.3356 7.40885 16.6619C7.15374 16.9882 7.21147 17.4596 7.5378 17.7147C8.58284 18.5317 9.85863 19.0686 11.25 19.2117V21.22C6.49211 20.8383 2.75 16.8561 2.75 12ZM12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C13.6677 1.25 15.2467 1.62977 16.6553 2.30753L16.362 3.07171C16.0434 3.73684 15.4043 4.18828 14.5747 4.46253C13.983 4.65811 13.3382 4.74728 12.75 4.76419V6.26468C13.4724 6.24745 14.2802 6.13969 15.0455 5.88673C16.11 5.53483 17.1801 4.86915 17.7322 3.6829C17.7395 3.66725 17.7462 3.65136 17.7524 3.63524L17.9729 3.0607C18.8112 3.62194 19.5662 4.29797 20.2153 5.0663L19.635 5.47742C19.6066 5.49755 19.5796 5.51963 19.5542 5.5435C19.1761 5.89968 18.7596 6.1604 18.3183 6.27074C17.2369 6.54108 16.062 7.09949 15.3572 7.96092C14.9936 8.40529 14.7384 8.95338 14.7269 9.58627C14.7153 10.2194 14.9493 10.8472 15.4002 11.4483C15.5669 11.6707 15.7239 11.8745 15.8741 12.0696L15.8742 12.0696C16.0836 12.3415 16.2798 12.5963 16.4708 12.8601C16.7883 13.2985 17.0311 13.6829 17.1858 14.0438C17.3372 14.3971 17.394 14.7048 17.3635 14.9993C17.3332 15.292 17.2103 15.6349 16.9002 16.0483C16.4839 16.6033 16.0533 17.4384 16.0992 18.3095C16.1233 18.7678 16.2807 19.23 16.6281 19.6296C16.9611 20.0125 17.4303 20.2942 18.0151 20.483L18.3876 20.6473C16.6018 21.9687 14.3921 22.75 12 22.75ZM11.25 14.122V9.87803C10.3761 10.1869 9.75 11.0203 9.75 12C9.75 12.9797 10.3761 13.8131 11.25 14.122ZM6.31739 12.8855C6.25418 12.4762 5.87108 12.1956 5.46172 12.2588C5.05236 12.322 4.77175 12.7051 4.83496 13.1145C4.95753 13.9083 5.20888 14.6598 5.56685 15.3466C5.75829 15.714 6.21126 15.8565 6.57857 15.6651C6.94589 15.4736 7.08847 15.0207 6.89702 14.6534C6.61344 14.1093 6.41448 13.5143 6.31739 12.8855ZM20.5432 6.67226L21.1015 6.27676C22.1458 7.93401 22.75 9.89645 22.75 12C22.75 14.948 21.5633 17.6189 19.6416 19.561L18.5835 19.0942C18.5577 19.0828 18.5312 19.0729 18.5043 19.0645C18.0885 18.9347 17.8722 18.7743 17.76 18.6453C17.6543 18.5237 17.6055 18.3901 17.5971 18.2307C17.5779 17.8664 17.7772 17.379 18.1002 16.9483C18.5401 16.3618 18.7921 15.7672 18.8556 15.1536C18.9188 14.5419 18.7881 13.9746 18.5645 13.4529C18.3442 12.9388 18.0246 12.4482 17.6858 11.9803C17.4884 11.7078 17.2627 11.4143 17.0378 11.122L17.0378 11.122L17.0377 11.1219C16.8887 10.9281 16.74 10.7348 16.6002 10.5483C16.301 10.1494 16.2225 9.83983 16.2266 9.61354C16.2307 9.38706 16.3192 9.1539 16.5181 8.91077C16.9383 8.3972 17.7634 7.95561 18.6821 7.72595C19.4244 7.54037 20.0471 7.1307 20.5432 6.67226Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 12C2.75 7.14386 6.49211 3.16173 11.25 2.77997V4.74835V4.78829C8.3551 5.08565 5.96639 7.08608 5.09954 9.76945C4.97221 10.1636 5.18851 10.5864 5.58267 10.7137C5.97683 10.841 6.39958 10.6247 6.52691 10.2306C7.19921 8.14942 9.02553 6.58815 11.25 6.29844V8.32501C9.53832 8.67247 8.25 10.1858 8.25 12C8.25 13.8142 9.53832 15.3275 11.25 15.675V17.7016C10.2065 17.5659 9.25168 17.1506 8.46165 16.533C8.13532 16.2779 7.66397 16.3356 7.40885 16.6619C7.15374 16.9882 7.21147 17.4596 7.5378 17.7147C8.58284 18.5317 9.85863 19.0686 11.25 19.2117V21.22C6.49211 20.8383 2.75 16.8561 2.75 12ZM12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C13.6677 1.25 15.2467 1.62977 16.6553 2.30753L16.362 3.07171C16.0434 3.73684 15.4043 4.18828 14.5747 4.46253C13.983 4.65811 13.3382 4.74728 12.75 4.76419V6.26468C13.4724 6.24745 14.2802 6.13969 15.0455 5.88673C16.11 5.53483 17.1801 4.86915 17.7322 3.6829C17.7395 3.66725 17.7462 3.65136 17.7524 3.63524L17.9729 3.0607C18.8112 3.62194 19.5662 4.29797 20.2153 5.0663L19.635 5.47742C19.6066 5.49755 19.5796 5.51963 19.5542 5.5435C19.1761 5.89968 18.7596 6.1604 18.3183 6.27074C17.2369 6.54108 16.062 7.09949 15.3572 7.96092C14.9936 8.40529 14.7384 8.95338 14.7269 9.58627C14.7153 10.2194 14.9493 10.8472 15.4002 11.4483C15.5669 11.6707 15.7239 11.8745 15.8741 12.0696L15.8742 12.0696C16.0836 12.3415 16.2798 12.5963 16.4708 12.8601C16.7883 13.2985 17.0311 13.6829 17.1858 14.0438C17.3372 14.3971 17.394 14.7048 17.3635 14.9993C17.3332 15.292 17.2103 15.6349 16.9002 16.0483C16.4839 16.6033 16.0533 17.4384 16.0992 18.3095C16.1233 18.7678 16.2807 19.23 16.6281 19.6296C16.9611 20.0125 17.4303 20.2942 18.0151 20.483L18.3876 20.6473C16.6018 21.9687 14.3921 22.75 12 22.75ZM11.25 14.122V9.87803C10.3761 10.1869 9.75 11.0203 9.75 12C9.75 12.9797 10.3761 13.8131 11.25 14.122ZM6.31739 12.8855C6.25418 12.4762 5.87108 12.1956 5.46172 12.2588C5.05236 12.322 4.77175 12.7051 4.83496 13.1145C4.95753 13.9083 5.20888 14.6598 5.56685 15.3466C5.75829 15.714 6.21126 15.8565 6.57857 15.6651C6.94589 15.4736 7.08847 15.0207 6.89702 14.6534C6.61344 14.1093 6.41448 13.5143 6.31739 12.8855ZM20.5432 6.67226L21.1015 6.27676C22.1458 7.93401 22.75 9.89645 22.75 12C22.75 14.948 21.5633 17.6189 19.6416 19.561L18.5835 19.0942C18.5577 19.0828 18.5312 19.0729 18.5043 19.0645C18.0885 18.9347 17.8722 18.7743 17.76 18.6453C17.6543 18.5237 17.6055 18.3901 17.5971 18.2307C17.5779 17.8664 17.7772 17.379 18.1002 16.9483C18.5401 16.3618 18.7921 15.7672 18.8556 15.1536C18.9188 14.5419 18.7881 13.9746 18.5645 13.4529C18.3442 12.9388 18.0246 12.4482 17.6858 11.9803C17.4884 11.7078 17.2627 11.4143 17.0378 11.122L17.0378 11.122L17.0377 11.1219C16.8887 10.9281 16.74 10.7348 16.6002 10.5483C16.301 10.1494 16.2225 9.83983 16.2266 9.61354C16.2307 9.38706 16.3192 9.1539 16.5181 8.91077C16.9383 8.3972 17.7634 7.95561 18.6821 7.72595C19.4244 7.54037 20.0471 7.1307 20.5432 6.67226Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-gift{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.527 6.25C18.9713 6.24999 19.3447 6.24998 19.6492 6.27206C19.9652 6.29497 20.2721 6.34483 20.5645 6.47989C20.8957 6.63285 21.1916 6.86234 21.4072 7.1611C21.6109 7.44339 21.687 7.7475 21.7201 8.03961C21.7501 8.30406 21.75 8.62116 21.75 8.96402V9.03598C21.75 9.37885 21.7501 9.69594 21.7201 9.96039C21.687 10.2525 21.6109 10.5566 21.4072 10.8389C21.1916 11.1377 20.8957 11.3671 20.5645 11.5201C20.2721 11.6552 19.9652 11.705 19.6492 11.7279C19.3447 11.75 18.9713 11.75 18.5269 11.75H5.47308C5.0287 11.75 4.6553 11.75 4.35082 11.7279C4.03479 11.705 3.72793 11.6552 3.43552 11.5201C3.10434 11.3671 2.80841 11.1377 2.5928 10.8389C2.38907 10.5566 2.31299 10.2525 2.27989 9.96039C2.24993 9.69594 2.24997 9.37884 2.25 9.03597V8.96403C2.24997 8.62116 2.24993 8.30406 2.27989 8.03961C2.31299 7.7475 2.38907 7.44339 2.5928 7.1611C2.80841 6.86234 3.10434 6.63285 3.43552 6.47989C3.72793 6.34483 4.03479 6.29497 4.35082 6.27206C4.65529 6.24998 5.02869 6.24999 5.47306 6.25H18.527Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.78678 12.9182C3.52341 12.8738 3.39172 12.8516 3.32086 12.9115C3.25 12.9714 3.25 13.0943 3.25 13.34V15.0543C3.24998 16.6569 3.24997 17.9359 3.38483 18.939C3.52415 19.9752 3.81966 20.8287 4.4948 21.5038C5.16994 22.1789 6.02335 22.4744 7.05961 22.6138C8.0627 22.7486 9.34166 22.7486 10.9443 22.7486C10.975 22.7486 11 22.7236 11 22.6929L11 13.3986C11 13.21 11 13.1158 10.9414 13.0572C10.8828 12.9986 10.7886 12.9986 10.6 12.9986H5.43911C5.02245 12.9986 4.61055 12.9987 4.26041 12.9733C4.11504 12.9627 3.95558 12.9466 3.78678 12.9182Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4 12.9986C13.2114 12.9986 13.1172 12.9986 13.0586 13.0572C13 13.1158 13 13.21 13 13.3986V22.6929C13 22.7236 13.025 22.7486 13.0557 22.7486C14.6583 22.7486 15.9373 22.7486 16.9404 22.6138C17.9767 22.4744 18.8301 22.1789 19.5052 21.5038C20.1803 20.8287 20.4758 19.9752 20.6152 18.939C20.75 17.9359 20.75 16.6569 20.75 15.0543V13.3399C20.75 13.0943 20.75 12.9714 20.6791 12.9115C20.6083 12.8516 20.4766 12.8738 20.2132 12.9182C20.0444 12.9466 19.8849 12.9627 19.7396 12.9733C19.3894 12.9987 18.9776 12.9986 18.5609 12.9986H13.4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.78571 1.25C6.24721 1.25 5 2.49721 5 4.03571C5 6.3632 6.8868 8.25 9.21429 8.25H12H14.7857C17.1132 8.25 19 6.3632 19 4.03571C19 2.49721 17.7528 1.25 16.2143 1.25H15.8571C14.2852 1.25 12.8877 1.9967 12 3.15474C11.1123 1.9967 9.71476 1.25 8.14286 1.25H7.78571ZM11 6.10714C11 4.52919 9.72081 3.25 8.14286 3.25H7.78571C7.35178 3.25 7 3.60178 7 4.03571C7 5.25863 7.99137 6.25 9.21429 6.25H11V6.10714ZM13 6.25H14.7857C16.0086 6.25 17 5.25863 17 4.03571C17 3.60178 16.6482 3.25 16.2143 3.25H15.8571C14.2792 3.25 13 4.52919 13 6.10714V6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.527 6.25C18.9713 6.24999 19.3447 6.24998 19.6492 6.27206C19.9652 6.29497 20.2721 6.34483 20.5645 6.47989C20.8957 6.63285 21.1916 6.86234 21.4072 7.1611C21.6109 7.44339 21.687 7.7475 21.7201 8.03961C21.7501 8.30406 21.75 8.62116 21.75 8.96402V9.03598C21.75 9.37885 21.7501 9.69594 21.7201 9.96039C21.687 10.2525 21.6109 10.5566 21.4072 10.8389C21.1916 11.1377 20.8957 11.3671 20.5645 11.5201C20.2721 11.6552 19.9652 11.705 19.6492 11.7279C19.3447 11.75 18.9713 11.75 18.5269 11.75H5.47308C5.0287 11.75 4.6553 11.75 4.35082 11.7279C4.03479 11.705 3.72793 11.6552 3.43552 11.5201C3.10434 11.3671 2.80841 11.1377 2.5928 10.8389C2.38907 10.5566 2.31299 10.2525 2.27989 9.96039C2.24993 9.69594 2.24997 9.37884 2.25 9.03597V8.96403C2.24997 8.62116 2.24993 8.30406 2.27989 8.03961C2.31299 7.7475 2.38907 7.44339 2.5928 7.1611C2.80841 6.86234 3.10434 6.63285 3.43552 6.47989C3.72793 6.34483 4.03479 6.29497 4.35082 6.27206C4.65529 6.24998 5.02869 6.24999 5.47306 6.25H18.527Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.78678 12.9182C3.52341 12.8738 3.39172 12.8516 3.32086 12.9115C3.25 12.9714 3.25 13.0943 3.25 13.34V15.0543C3.24998 16.6569 3.24997 17.9359 3.38483 18.939C3.52415 19.9752 3.81966 20.8287 4.4948 21.5038C5.16994 22.1789 6.02335 22.4744 7.05961 22.6138C8.0627 22.7486 9.34166 22.7486 10.9443 22.7486C10.975 22.7486 11 22.7236 11 22.6929L11 13.3986C11 13.21 11 13.1158 10.9414 13.0572C10.8828 12.9986 10.7886 12.9986 10.6 12.9986H5.43911C5.02245 12.9986 4.61055 12.9987 4.26041 12.9733C4.11504 12.9627 3.95558 12.9466 3.78678 12.9182Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4 12.9986C13.2114 12.9986 13.1172 12.9986 13.0586 13.0572C13 13.1158 13 13.21 13 13.3986V22.6929C13 22.7236 13.025 22.7486 13.0557 22.7486C14.6583 22.7486 15.9373 22.7486 16.9404 22.6138C17.9767 22.4744 18.8301 22.1789 19.5052 21.5038C20.1803 20.8287 20.4758 19.9752 20.6152 18.939C20.75 17.9359 20.75 16.6569 20.75 15.0543V13.3399C20.75 13.0943 20.75 12.9714 20.6791 12.9115C20.6083 12.8516 20.4766 12.8738 20.2132 12.9182C20.0444 12.9466 19.8849 12.9627 19.7396 12.9733C19.3894 12.9987 18.9776 12.9986 18.5609 12.9986H13.4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.78571 1.25C6.24721 1.25 5 2.49721 5 4.03571C5 6.3632 6.8868 8.25 9.21429 8.25H12H14.7857C17.1132 8.25 19 6.3632 19 4.03571C19 2.49721 17.7528 1.25 16.2143 1.25H15.8571C14.2852 1.25 12.8877 1.9967 12 3.15474C11.1123 1.9967 9.71476 1.25 8.14286 1.25H7.78571ZM11 6.10714C11 4.52919 9.72081 3.25 8.14286 3.25H7.78571C7.35178 3.25 7 3.60178 7 4.03571C7 5.25863 7.99137 6.25 9.21429 6.25H11V6.10714ZM13 6.25H14.7857C16.0086 6.25 17 5.25863 17 4.03571C17 3.60178 16.6482 3.25 16.2143 3.25H15.8571C14.2792 3.25 13 4.52919 13 6.10714V6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-glasses{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.71107 3.59116C6.30602 3.08634 7.13643 2.97546 7.84329 3.33761C8.15646 3.49805 8.37589 3.74762 8.53144 3.94511C8.68807 4.14397 8.86374 4.40297 9.05918 4.69112L9.07783 4.71862C9.38787 5.17567 9.26869 5.79752 8.81163 6.10755C8.35458 6.41759 7.73274 6.29841 7.4227 5.84136C7.21314 5.53242 7.08037 5.33768 6.97575 5.20246L6.97305 5.20796C6.89441 5.36873 6.80074 5.59738 6.65058 5.96633L3.17649 14.5021C2.96829 15.0136 2.38483 15.2595 1.87329 15.0513C1.36175 14.8431 1.11584 14.2597 1.32404 13.7481L4.81034 5.18237C4.94449 4.85272 5.06397 4.55914 5.1765 4.32909C5.28841 4.10034 5.44812 3.81428 5.71107 3.59116ZM17.0246 5.20246L17.0273 5.20796C17.106 5.36873 17.1996 5.59738 17.3498 5.96633L20.8239 14.5021C21.0321 15.0136 21.6155 15.2595 22.1271 15.0513C22.6386 14.8431 22.8845 14.2597 22.6763 13.7481L19.19 5.18237L19.19 5.18226C19.0558 4.85265 18.9364 4.55911 18.8239 4.32909C18.712 4.10034 18.5522 3.81428 18.2893 3.59116C17.6943 3.08634 16.8639 2.97546 16.1571 3.33761C15.8439 3.49805 15.6245 3.74762 15.4689 3.94511C15.3123 4.14396 15.1366 4.40294 14.9412 4.69108L14.9412 4.69109L14.9412 4.6911L14.9225 4.71862C14.6125 5.17567 14.7317 5.79752 15.1887 6.10755C15.6458 6.41759 16.2676 6.29841 16.5777 5.84136C16.7872 5.53242 16.92 5.33768 17.0246 5.20246ZM11.25 16.1251C11.25 15.7109 11.5858 15.3751 12 15.3751C12.4142 15.3751 12.75 15.7109 12.75 16.1251H14.25C14.25 14.8825 13.2426 13.8751 12 13.8751C10.7574 13.8751 9.75 14.8825 9.75 16.1251H11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.64537 13.3958C8.96247 13.4174 9.26199 13.464 9.55238 13.5843C10.2262 13.8634 10.7616 14.3988 11.0407 15.0726C11.161 15.363 11.2076 15.6625 11.2292 15.9796C11.25 16.2842 11.25 16.6553 11.25 17.0997V17.1503C11.25 17.5947 11.25 17.9658 11.2292 18.2704C11.2076 18.5875 11.161 18.887 11.0407 19.1774C10.7616 19.8512 10.2262 20.3866 9.55238 20.6657C9.26199 20.786 8.96247 20.8326 8.64537 20.8542C8.34075 20.875 7.96972 20.875 7.52526 20.875L6.41703 20.875H6.41702C5.76822 20.875 5.22681 20.875 4.78783 20.8317C4.3286 20.7864 3.90161 20.688 3.51359 20.4387C3.18169 20.2254 2.89956 19.9433 2.68633 19.6114C2.43705 19.2234 2.33861 18.7964 2.29329 18.3372C2.24997 17.8982 2.24999 17.3568 2.25 16.708V16.708L2.25 16.6708C2.25 16.2028 2.24608 16.0784 2.22155 15.9654C2.20736 15.9 2.18794 15.8359 2.16348 15.7736C2.12122 15.666 2.05544 15.5602 1.79584 15.1708L1.37596 14.541C1.22254 14.3109 1.20823 14.015 1.33875 13.7711C1.46926 13.5272 1.7234 13.375 2 13.375H7.52525H7.52526C7.96972 13.375 8.34076 13.375 8.64537 13.3958Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22 13.375C22.2766 13.375 22.5307 13.5272 22.6613 13.7711C22.7918 14.015 22.7775 14.3109 22.624 14.541L22.2042 15.1708C21.9446 15.5602 21.8788 15.666 21.8365 15.7736C21.8121 15.8359 21.7926 15.9 21.7785 15.9654C21.7539 16.0784 21.75 16.2028 21.75 16.6708V16.708C21.75 17.3568 21.75 17.8982 21.7067 18.3372C21.6614 18.7964 21.563 19.2234 21.3137 19.6114C21.1004 19.9433 20.8183 20.2254 20.4864 20.4387C20.0984 20.688 19.6714 20.7864 19.2122 20.8317C18.7732 20.875 18.2318 20.875 17.583 20.875H17.583L16.4747 20.875C16.0303 20.875 15.6592 20.875 15.3546 20.8542C15.0375 20.8326 14.738 20.786 14.4476 20.6657C13.7738 20.3866 13.2384 19.8512 12.9593 19.1774C12.839 18.887 12.7924 18.5875 12.7708 18.2704C12.75 17.9658 12.75 17.5947 12.75 17.1503V17.1503V17.0997V17.0997C12.75 16.6553 12.75 16.2842 12.7708 15.9796C12.7924 15.6625 12.839 15.363 12.9593 15.0726C13.2384 14.3988 13.7738 13.8634 14.4476 13.5843C14.738 13.464 15.0375 13.4174 15.3546 13.3958C15.6592 13.375 16.0303 13.375 16.4747 13.375H16.4747H22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.71107 3.59116C6.30602 3.08634 7.13643 2.97546 7.84329 3.33761C8.15646 3.49805 8.37589 3.74762 8.53144 3.94511C8.68807 4.14397 8.86374 4.40297 9.05918 4.69112L9.07783 4.71862C9.38787 5.17567 9.26869 5.79752 8.81163 6.10755C8.35458 6.41759 7.73274 6.29841 7.4227 5.84136C7.21314 5.53242 7.08037 5.33768 6.97575 5.20246L6.97305 5.20796C6.89441 5.36873 6.80074 5.59738 6.65058 5.96633L3.17649 14.5021C2.96829 15.0136 2.38483 15.2595 1.87329 15.0513C1.36175 14.8431 1.11584 14.2597 1.32404 13.7481L4.81034 5.18237C4.94449 4.85272 5.06397 4.55914 5.1765 4.32909C5.28841 4.10034 5.44812 3.81428 5.71107 3.59116ZM17.0246 5.20246L17.0273 5.20796C17.106 5.36873 17.1996 5.59738 17.3498 5.96633L20.8239 14.5021C21.0321 15.0136 21.6155 15.2595 22.1271 15.0513C22.6386 14.8431 22.8845 14.2597 22.6763 13.7481L19.19 5.18237L19.19 5.18226C19.0558 4.85265 18.9364 4.55911 18.8239 4.32909C18.712 4.10034 18.5522 3.81428 18.2893 3.59116C17.6943 3.08634 16.8639 2.97546 16.1571 3.33761C15.8439 3.49805 15.6245 3.74762 15.4689 3.94511C15.3123 4.14396 15.1366 4.40294 14.9412 4.69108L14.9412 4.69109L14.9412 4.6911L14.9225 4.71862C14.6125 5.17567 14.7317 5.79752 15.1887 6.10755C15.6458 6.41759 16.2676 6.29841 16.5777 5.84136C16.7872 5.53242 16.92 5.33768 17.0246 5.20246ZM11.25 16.1251C11.25 15.7109 11.5858 15.3751 12 15.3751C12.4142 15.3751 12.75 15.7109 12.75 16.1251H14.25C14.25 14.8825 13.2426 13.8751 12 13.8751C10.7574 13.8751 9.75 14.8825 9.75 16.1251H11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.64537 13.3958C8.96247 13.4174 9.26199 13.464 9.55238 13.5843C10.2262 13.8634 10.7616 14.3988 11.0407 15.0726C11.161 15.363 11.2076 15.6625 11.2292 15.9796C11.25 16.2842 11.25 16.6553 11.25 17.0997V17.1503C11.25 17.5947 11.25 17.9658 11.2292 18.2704C11.2076 18.5875 11.161 18.887 11.0407 19.1774C10.7616 19.8512 10.2262 20.3866 9.55238 20.6657C9.26199 20.786 8.96247 20.8326 8.64537 20.8542C8.34075 20.875 7.96972 20.875 7.52526 20.875L6.41703 20.875H6.41702C5.76822 20.875 5.22681 20.875 4.78783 20.8317C4.3286 20.7864 3.90161 20.688 3.51359 20.4387C3.18169 20.2254 2.89956 19.9433 2.68633 19.6114C2.43705 19.2234 2.33861 18.7964 2.29329 18.3372C2.24997 17.8982 2.24999 17.3568 2.25 16.708V16.708L2.25 16.6708C2.25 16.2028 2.24608 16.0784 2.22155 15.9654C2.20736 15.9 2.18794 15.8359 2.16348 15.7736C2.12122 15.666 2.05544 15.5602 1.79584 15.1708L1.37596 14.541C1.22254 14.3109 1.20823 14.015 1.33875 13.7711C1.46926 13.5272 1.7234 13.375 2 13.375H7.52525H7.52526C7.96972 13.375 8.34076 13.375 8.64537 13.3958Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22 13.375C22.2766 13.375 22.5307 13.5272 22.6613 13.7711C22.7918 14.015 22.7775 14.3109 22.624 14.541L22.2042 15.1708C21.9446 15.5602 21.8788 15.666 21.8365 15.7736C21.8121 15.8359 21.7926 15.9 21.7785 15.9654C21.7539 16.0784 21.75 16.2028 21.75 16.6708V16.708C21.75 17.3568 21.75 17.8982 21.7067 18.3372C21.6614 18.7964 21.563 19.2234 21.3137 19.6114C21.1004 19.9433 20.8183 20.2254 20.4864 20.4387C20.0984 20.688 19.6714 20.7864 19.2122 20.8317C18.7732 20.875 18.2318 20.875 17.583 20.875H17.583L16.4747 20.875C16.0303 20.875 15.6592 20.875 15.3546 20.8542C15.0375 20.8326 14.738 20.786 14.4476 20.6657C13.7738 20.3866 13.2384 19.8512 12.9593 19.1774C12.839 18.887 12.7924 18.5875 12.7708 18.2704C12.75 17.9658 12.75 17.5947 12.75 17.1503V17.1503V17.0997V17.0997C12.75 16.6553 12.75 16.2842 12.7708 15.9796C12.7924 15.6625 12.839 15.363 12.9593 15.0726C13.2384 14.3988 13.7738 13.8634 14.4476 13.5843C14.738 13.464 15.0375 13.4174 15.3546 13.3958C15.6592 13.375 16.0303 13.375 16.4747 13.375H16.4747H22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-global-education{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.25 7C6.25 3.82436 8.82436 1.25 12 1.25C15.1756 1.25 17.7501 3.82436 17.7501 7C17.7501 10.1756 15.1757 12.75 12.0001 12.75C8.82445 12.75 6.25 10.1756 6.25 7ZM9.82773 3.34631C8.58352 4.08765 7.75 5.44648 7.75 6.99999C7.75 8.55349 8.58351 9.91232 9.82773 10.6537C9.46035 9.66028 9.25 8.37638 9.25 6.99999C9.25 5.62359 9.46035 4.33969 9.82773 3.34631ZM14.1724 3.34631C15.4166 4.08765 16.2501 5.44648 16.2501 6.99999C16.2501 8.55349 15.4166 9.91232 14.1724 10.6537C14.5397 9.66028 14.7501 8.37638 14.7501 6.99999C14.7501 5.62359 14.5397 4.33969 14.1724 3.34631ZM11.7664 2.90826C11.9163 2.7498 11.9955 2.74999 12 2.75C12.0045 2.74999 12.0838 2.7498 12.2337 2.90826C12.3861 3.06943 12.5579 3.34289 12.7179 3.74301C13.0364 4.53908 13.2501 5.69028 13.2501 7C13.2501 8.30972 13.0364 9.46092 12.7179 10.257C12.5579 10.6571 12.3861 10.9306 12.2337 11.0917C12.0865 11.2474 12.0071 11.25 12 11.25C11.993 11.25 11.9136 11.2474 11.7664 11.0917C11.614 10.9306 11.4422 10.6571 11.2821 10.257C10.9637 9.46092 10.75 8.30972 10.75 7C10.75 5.69028 10.9637 4.53908 11.2821 3.74301C11.4422 3.34289 11.614 3.06943 11.7664 2.90826Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.46318 3.53132C5.3907 3.40356 5.20935 3.37725 4.84665 3.32462C4.53964 3.28007 4.25418 3.25184 3.99114 3.25009C3.34147 3.24577 2.76063 3.39987 2.23278 3.85844C1.6901 4.3299 1.45547 4.93629 1.34903 5.6294C1.24993 6.27474 1.24996 7.0869 1.25 8.0525L1.25001 15.4654C1.24999 16.3576 1.24998 17.0894 1.31225 17.6682C1.37649 18.2652 1.51611 18.8132 1.87923 19.2689C2.2571 19.743 2.81014 19.9922 3.41756 20.1752C4.02106 20.3571 4.81548 20.5104 5.79844 20.7001L5.84029 20.7082C7.58315 21.0447 8.92714 21.5776 9.88301 22.1006L9.9016 22.1108C10.3904 22.3782 10.7814 22.5921 11.0804 22.7379C11.1595 22.7765 11.25 22.718 11.25 22.6298V14.7532C11.25 14.5006 11.25 14.3744 11.1801 14.2908C11.1101 14.2072 10.978 14.1836 10.7136 14.1362C7.32317 13.5291 4.75 10.565 4.75 7C4.75 6.01332 4.9471 5.07267 5.30409 4.21528L5.30409 4.21528C5.45847 3.84447 5.53567 3.65907 5.46318 3.53132ZM12.8199 14.2908C12.75 14.3744 12.75 14.5006 12.75 14.7532V22.6298C12.75 22.718 12.8405 22.7765 12.9196 22.7379C13.2186 22.5921 13.6095 22.3783 14.0983 22.1109L14.117 22.1006C15.0729 21.5776 16.4169 21.0447 18.1597 20.7082L18.2014 20.7002C19.1844 20.5104 19.9789 20.3571 20.5825 20.1752C21.1899 19.9922 21.7429 19.743 22.1208 19.2689C22.4839 18.8132 22.6235 18.2652 22.6878 17.6682C22.75 17.0894 22.75 16.3576 22.75 15.4654V8.05255C22.75 7.08693 22.7501 6.27475 22.651 5.6294C22.5445 4.93629 22.3099 4.3299 21.7672 3.85844C21.2394 3.39987 20.6585 3.24577 20.0089 3.25009C19.7458 3.25184 19.4604 3.28007 19.1534 3.32462C18.7906 3.37725 18.6093 3.40357 18.5368 3.53132C18.4643 3.65907 18.5415 3.84448 18.6959 4.21528C19.0529 5.07267 19.25 6.01332 19.25 7C19.25 10.565 16.6768 13.5291 13.2864 14.1362C13.0221 14.1836 12.8899 14.2072 12.8199 14.2908Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.25 7C6.25 3.82436 8.82436 1.25 12 1.25C15.1756 1.25 17.7501 3.82436 17.7501 7C17.7501 10.1756 15.1757 12.75 12.0001 12.75C8.82445 12.75 6.25 10.1756 6.25 7ZM9.82773 3.34631C8.58352 4.08765 7.75 5.44648 7.75 6.99999C7.75 8.55349 8.58351 9.91232 9.82773 10.6537C9.46035 9.66028 9.25 8.37638 9.25 6.99999C9.25 5.62359 9.46035 4.33969 9.82773 3.34631ZM14.1724 3.34631C15.4166 4.08765 16.2501 5.44648 16.2501 6.99999C16.2501 8.55349 15.4166 9.91232 14.1724 10.6537C14.5397 9.66028 14.7501 8.37638 14.7501 6.99999C14.7501 5.62359 14.5397 4.33969 14.1724 3.34631ZM11.7664 2.90826C11.9163 2.7498 11.9955 2.74999 12 2.75C12.0045 2.74999 12.0838 2.7498 12.2337 2.90826C12.3861 3.06943 12.5579 3.34289 12.7179 3.74301C13.0364 4.53908 13.2501 5.69028 13.2501 7C13.2501 8.30972 13.0364 9.46092 12.7179 10.257C12.5579 10.6571 12.3861 10.9306 12.2337 11.0917C12.0865 11.2474 12.0071 11.25 12 11.25C11.993 11.25 11.9136 11.2474 11.7664 11.0917C11.614 10.9306 11.4422 10.6571 11.2821 10.257C10.9637 9.46092 10.75 8.30972 10.75 7C10.75 5.69028 10.9637 4.53908 11.2821 3.74301C11.4422 3.34289 11.614 3.06943 11.7664 2.90826Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.46318 3.53132C5.3907 3.40356 5.20935 3.37725 4.84665 3.32462C4.53964 3.28007 4.25418 3.25184 3.99114 3.25009C3.34147 3.24577 2.76063 3.39987 2.23278 3.85844C1.6901 4.3299 1.45547 4.93629 1.34903 5.6294C1.24993 6.27474 1.24996 7.0869 1.25 8.0525L1.25001 15.4654C1.24999 16.3576 1.24998 17.0894 1.31225 17.6682C1.37649 18.2652 1.51611 18.8132 1.87923 19.2689C2.2571 19.743 2.81014 19.9922 3.41756 20.1752C4.02106 20.3571 4.81548 20.5104 5.79844 20.7001L5.84029 20.7082C7.58315 21.0447 8.92714 21.5776 9.88301 22.1006L9.9016 22.1108C10.3904 22.3782 10.7814 22.5921 11.0804 22.7379C11.1595 22.7765 11.25 22.718 11.25 22.6298V14.7532C11.25 14.5006 11.25 14.3744 11.1801 14.2908C11.1101 14.2072 10.978 14.1836 10.7136 14.1362C7.32317 13.5291 4.75 10.565 4.75 7C4.75 6.01332 4.9471 5.07267 5.30409 4.21528L5.30409 4.21528C5.45847 3.84447 5.53567 3.65907 5.46318 3.53132ZM12.8199 14.2908C12.75 14.3744 12.75 14.5006 12.75 14.7532V22.6298C12.75 22.718 12.8405 22.7765 12.9196 22.7379C13.2186 22.5921 13.6095 22.3783 14.0983 22.1109L14.117 22.1006C15.0729 21.5776 16.4169 21.0447 18.1597 20.7082L18.2014 20.7002C19.1844 20.5104 19.9789 20.3571 20.5825 20.1752C21.1899 19.9922 21.7429 19.743 22.1208 19.2689C22.4839 18.8132 22.6235 18.2652 22.6878 17.6682C22.75 17.0894 22.75 16.3576 22.75 15.4654V8.05255C22.75 7.08693 22.7501 6.27475 22.651 5.6294C22.5445 4.93629 22.3099 4.3299 21.7672 3.85844C21.2394 3.39987 20.6585 3.24577 20.0089 3.25009C19.7458 3.25184 19.4604 3.28007 19.1534 3.32462C18.7906 3.37725 18.6093 3.40357 18.5368 3.53132C18.4643 3.65907 18.5415 3.84448 18.6959 4.21528C19.0529 5.07267 19.25 6.01332 19.25 7C19.25 10.565 16.6768 13.5291 13.2864 14.1362C13.0221 14.1836 12.8899 14.2072 12.8199 14.2908Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-globe{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1212 2.42567L13.4582 1.51086C13.3659 1.38349 13.3198 1.3198 13.2494 1.28693C13.1791 1.25405 13.1045 1.25924 12.9553 1.2696C11.2556 1.38769 9.70681 2.05414 8.48448 3.09334C8.41993 3.14822 8.4595 3.24811 8.54408 3.25309C9.52471 3.31082 10.0466 3.85564 10.6182 4.45995C11.5017 5.39401 12.1964 5.31679 12.5221 5.14463C12.6552 5.07428 12.6797 5.02449 12.6881 5.00733L12.6887 5.0061C12.7153 4.95241 12.7264 4.89501 12.766 4.67771C12.7991 4.49611 12.8566 4.18437 13.0558 3.88336C13.2665 3.56505 13.581 3.33299 13.9957 3.16858C14.1686 3.10004 14.2218 3.00408 14.241 2.91359C14.2649 2.80084 14.2456 2.62142 14.1212 2.42567Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.5408 1.91541C15.4432 1.70288 15.3944 1.59662 15.4372 1.54788C15.4799 1.49913 15.5824 1.53076 15.7874 1.59401C18.951 2.57042 21.25 5.51911 21.25 9.00504C21.25 9.14448 21.1353 9.25518 20.9959 9.25518H20C19.0266 9.25518 18.4232 9.67126 18.0089 9.95694L17.9751 9.98021C17.5739 10.2564 17.433 10.3275 17.1471 10.2703C15.882 10.0171 14.8684 9.98087 14.1437 10.3159C13.7491 10.4984 13.4538 10.7843 13.2697 11.1548C13.0945 11.5076 13.0416 11.8932 13.0416 12.2579C13.0416 12.8957 13.0362 13.0822 12.9989 13.232C12.9654 13.3665 12.9024 13.4879 12.6234 13.9681C12.4302 14.3004 12.2296 14.7441 12.2517 15.2411C12.2757 15.784 12.555 16.2432 13.0235 16.5974C13.0846 16.6485 13.0459 16.7467 12.9664 16.7413C8.93511 16.467 5.75 13.1082 5.75 9.00504C5.75 7.62791 6.10879 6.33463 6.73795 5.21367C6.85919 4.99766 6.91981 4.88966 7.03683 4.82114C7.15385 4.75263 7.28854 4.75263 7.55792 4.75263H8.47603C8.79051 4.77484 8.95032 4.88003 9.52878 5.49158C10.7445 6.77685 12.149 7.03926 13.2228 6.47164C13.6112 6.26635 13.8722 5.99646 14.0327 5.67255C14.1602 5.41521 14.2071 5.14518 14.2335 4.99321L14.2417 4.94682C14.2733 4.77334 14.2918 4.73417 14.3065 4.71197C14.3113 4.70453 14.3517 4.64178 14.5482 4.56387C15.1782 4.3141 15.5824 3.81782 15.7082 3.22548C15.8042 2.77348 15.7278 2.32261 15.5408 1.91541Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0706 16.3551C15.1855 16.4513 15.2429 16.4994 15.3155 16.515C15.3881 16.5307 15.4566 16.5115 15.5937 16.4731C18.0623 15.7817 20.033 13.8979 20.8464 11.4815C20.9531 11.1645 21.0065 11.0059 20.9167 10.881C20.8269 10.756 20.6504 10.756 20.2974 10.756H20C19.5002 10.756 19.2266 10.9405 18.8253 11.2167L18.811 11.2266C18.396 11.5123 17.79 11.9295 16.8529 11.742C15.618 11.4949 15.0275 11.5607 14.7729 11.6783C14.678 11.7223 14.6399 11.7685 14.613 11.8227C14.5773 11.8947 14.5416 12.0263 14.5416 12.2579L14.5417 12.3451C14.5419 12.8563 14.5421 13.2426 14.4544 13.5949C14.3631 13.9616 14.1816 14.2732 13.9582 14.657L13.92 14.7225C13.775 14.9722 13.7473 15.1103 13.7502 15.1747C13.7512 15.1964 13.7555 15.2149 13.7705 15.2406C13.7879 15.2703 13.8313 15.3284 13.9359 15.406C13.9479 15.4149 13.9595 15.4241 13.9709 15.4336L15.0706 16.3551Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.21699 1.30292C7.60198 1.6989 7.59306 2.33201 7.19708 2.71699C5.53044 4.33735 4.5 6.59051 4.5 9.08251C4.5 13.9997 8.52161 18 13.5 18C15.9559 18 18.1791 17.0267 19.8029 15.448C20.1989 15.063 20.832 15.072 21.217 15.4679C21.602 15.8639 21.5931 16.497 21.1971 16.882C19.2134 18.8106 16.495 20 13.5 20V21H14.5C15.0523 21 15.5 21.4477 15.5 22C15.5 22.5523 15.0523 23 14.5 23H10.5C9.94772 23 9.5 22.5523 9.5 22C9.5 21.4477 9.94772 21 10.5 21H11.5V19.8199C6.38488 18.8869 2.5 14.4404 2.5 9.08251C2.5 6.02589 3.76683 3.26255 5.80292 1.28301C6.1989 0.898021 6.83201 0.906936 7.21699 1.30292Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1212 2.42567L13.4582 1.51086C13.3659 1.38349 13.3198 1.3198 13.2494 1.28693C13.1791 1.25405 13.1045 1.25924 12.9553 1.2696C11.2556 1.38769 9.70681 2.05414 8.48448 3.09334C8.41993 3.14822 8.4595 3.24811 8.54408 3.25309C9.52471 3.31082 10.0466 3.85564 10.6182 4.45995C11.5017 5.39401 12.1964 5.31679 12.5221 5.14463C12.6552 5.07428 12.6797 5.02449 12.6881 5.00733L12.6887 5.0061C12.7153 4.95241 12.7264 4.89501 12.766 4.67771C12.7991 4.49611 12.8566 4.18437 13.0558 3.88336C13.2665 3.56505 13.581 3.33299 13.9957 3.16858C14.1686 3.10004 14.2218 3.00408 14.241 2.91359C14.2649 2.80084 14.2456 2.62142 14.1212 2.42567Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.5408 1.91541C15.4432 1.70288 15.3944 1.59662 15.4372 1.54788C15.4799 1.49913 15.5824 1.53076 15.7874 1.59401C18.951 2.57042 21.25 5.51911 21.25 9.00504C21.25 9.14448 21.1353 9.25518 20.9959 9.25518H20C19.0266 9.25518 18.4232 9.67126 18.0089 9.95694L17.9751 9.98021C17.5739 10.2564 17.433 10.3275 17.1471 10.2703C15.882 10.0171 14.8684 9.98087 14.1437 10.3159C13.7491 10.4984 13.4538 10.7843 13.2697 11.1548C13.0945 11.5076 13.0416 11.8932 13.0416 12.2579C13.0416 12.8957 13.0362 13.0822 12.9989 13.232C12.9654 13.3665 12.9024 13.4879 12.6234 13.9681C12.4302 14.3004 12.2296 14.7441 12.2517 15.2411C12.2757 15.784 12.555 16.2432 13.0235 16.5974C13.0846 16.6485 13.0459 16.7467 12.9664 16.7413C8.93511 16.467 5.75 13.1082 5.75 9.00504C5.75 7.62791 6.10879 6.33463 6.73795 5.21367C6.85919 4.99766 6.91981 4.88966 7.03683 4.82114C7.15385 4.75263 7.28854 4.75263 7.55792 4.75263H8.47603C8.79051 4.77484 8.95032 4.88003 9.52878 5.49158C10.7445 6.77685 12.149 7.03926 13.2228 6.47164C13.6112 6.26635 13.8722 5.99646 14.0327 5.67255C14.1602 5.41521 14.2071 5.14518 14.2335 4.99321L14.2417 4.94682C14.2733 4.77334 14.2918 4.73417 14.3065 4.71197C14.3113 4.70453 14.3517 4.64178 14.5482 4.56387C15.1782 4.3141 15.5824 3.81782 15.7082 3.22548C15.8042 2.77348 15.7278 2.32261 15.5408 1.91541Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0706 16.3551C15.1855 16.4513 15.2429 16.4994 15.3155 16.515C15.3881 16.5307 15.4566 16.5115 15.5937 16.4731C18.0623 15.7817 20.033 13.8979 20.8464 11.4815C20.9531 11.1645 21.0065 11.0059 20.9167 10.881C20.8269 10.756 20.6504 10.756 20.2974 10.756H20C19.5002 10.756 19.2266 10.9405 18.8253 11.2167L18.811 11.2266C18.396 11.5123 17.79 11.9295 16.8529 11.742C15.618 11.4949 15.0275 11.5607 14.7729 11.6783C14.678 11.7223 14.6399 11.7685 14.613 11.8227C14.5773 11.8947 14.5416 12.0263 14.5416 12.2579L14.5417 12.3451C14.5419 12.8563 14.5421 13.2426 14.4544 13.5949C14.3631 13.9616 14.1816 14.2732 13.9582 14.657L13.92 14.7225C13.775 14.9722 13.7473 15.1103 13.7502 15.1747C13.7512 15.1964 13.7555 15.2149 13.7705 15.2406C13.7879 15.2703 13.8313 15.3284 13.9359 15.406C13.9479 15.4149 13.9595 15.4241 13.9709 15.4336L15.0706 16.3551Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.21699 1.30292C7.60198 1.6989 7.59306 2.33201 7.19708 2.71699C5.53044 4.33735 4.5 6.59051 4.5 9.08251C4.5 13.9997 8.52161 18 13.5 18C15.9559 18 18.1791 17.0267 19.8029 15.448C20.1989 15.063 20.832 15.072 21.217 15.4679C21.602 15.8639 21.5931 16.497 21.1971 16.882C19.2134 18.8106 16.495 20 13.5 20V21H14.5C15.0523 21 15.5 21.4477 15.5 22C15.5 22.5523 15.0523 23 14.5 23H10.5C9.94772 23 9.5 22.5523 9.5 22C9.5 21.4477 9.94772 21 10.5 21H11.5V19.8199C6.38488 18.8869 2.5 14.4404 2.5 9.08251C2.5 6.02589 3.76683 3.26255 5.80292 1.28301C6.1989 0.898021 6.83201 0.906936 7.21699 1.30292Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-graduate-female{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0004 8.73828C19.5527 8.73828 20.0004 9.186 20.0004 9.73828V14.058C20.1799 15.1627 20.8053 17.4741 22.6846 19.2367C23.0298 19.5605 23.1007 20.0821 22.8544 20.4863C22.377 21.27 21.4032 22.1931 19.9762 22.6273C18.5515 23.0609 16.7634 22.9813 14.6896 21.9404L14.4114 22.1279C12.9335 23.1242 11.067 23.1242 9.5891 22.1279L9.31226 21.9413C7.23778 22.9831 5.44912 23.0627 4.02406 22.6291C2.59705 22.1948 1.62319 21.2717 1.1458 20.4881C0.899516 20.0839 0.970416 19.5623 1.31567 19.2385C3.19489 17.4758 3.82033 15.1645 3.99979 14.0598V9.81641C3.99979 9.26412 4.44751 8.81641 4.99979 8.81641C5.55208 8.81641 5.99979 9.26412 5.99979 9.81641V14.1379C5.99979 14.1883 5.99598 14.2387 5.98839 14.2885C5.81223 15.4451 5.20812 17.9033 3.34449 20.0159C3.65166 20.2876 4.07294 20.5534 4.6063 20.7157C5.33128 20.9363 6.32605 20.9842 7.60655 20.5081C6.89383 19.5957 6.50024 18.4285 6.50024 17.2239V15.8751C6.50024 15.3228 6.94795 14.8751 7.50024 14.8751C8.05252 14.8751 8.50024 15.3228 8.50024 15.8751V17.2239C8.50024 18.346 9.02542 19.336 9.80701 19.8629L10.707 20.4695C11.5092 21.0103 12.4913 21.0103 13.2935 20.4695L14.1935 19.8629C14.9751 19.336 15.5002 18.346 15.5002 17.2239V15.8751C15.5002 15.3228 15.948 14.8751 16.5002 14.8751C17.0525 14.8751 17.5002 15.3228 17.5002 15.8751V17.2239C17.5002 18.4279 17.107 19.5946 16.3949 20.5068C17.6748 20.9825 18.6692 20.9345 19.3939 20.7139C19.9273 20.5516 20.3486 20.2859 20.6557 20.0142C18.7921 17.9016 18.188 15.4434 18.0118 14.2867C18.0043 14.2369 18.0004 14.1866 18.0004 14.1362V9.73828C18.0004 9.186 18.4482 8.73828 19.0004 8.73828Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.125C11.4297 1.125 10.9077 1.27288 10.3442 1.51556C9.80197 1.74911 9.17341 2.09264 8.39645 2.51726L3.58598 5.14624L3.58598 5.14624C2.97174 5.48187 2.43523 5.77502 2.05706 6.06434C1.65507 6.37188 1.27304 6.79387 1.25099 7.42147C1.22901 8.04686 1.57809 8.4961 1.95505 8.83441C2.31095 9.15381 2.82452 9.49056 3.41408 9.87714L4 10.1906V13.375C4 13.6139 4.11749 13.8385 4.31636 13.9798C4.51523 14.1211 4.77168 14.1621 5.00689 14.0903C6.99331 13.4839 9.39843 13.125 12 13.125C14.6016 13.125 17.0067 13.4839 18.9931 14.0903C19.2283 14.1621 19.4848 14.1211 19.6836 13.9798C19.8825 13.8385 20 13.6139 20 13.375V10.1906L20.586 9.87713C21.1755 9.49056 21.6891 9.15381 22.045 8.83441C22.422 8.4961 22.771 8.04686 22.7491 7.42147C22.727 6.79387 22.345 6.37188 21.943 6.06434C21.5648 5.77502 21.0283 5.48186 20.4141 5.14624L20.414 5.14623L15.6036 2.51727C14.8267 2.09264 14.1981 1.74911 13.6558 1.51556C13.0923 1.27288 12.5704 1.125 12 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0004 8.73828C19.5527 8.73828 20.0004 9.186 20.0004 9.73828V14.058C20.1799 15.1627 20.8053 17.4741 22.6846 19.2367C23.0298 19.5605 23.1007 20.0821 22.8544 20.4863C22.377 21.27 21.4032 22.1931 19.9762 22.6273C18.5515 23.0609 16.7634 22.9813 14.6896 21.9404L14.4114 22.1279C12.9335 23.1242 11.067 23.1242 9.5891 22.1279L9.31226 21.9413C7.23778 22.9831 5.44912 23.0627 4.02406 22.6291C2.59705 22.1948 1.62319 21.2717 1.1458 20.4881C0.899516 20.0839 0.970416 19.5623 1.31567 19.2385C3.19489 17.4758 3.82033 15.1645 3.99979 14.0598V9.81641C3.99979 9.26412 4.44751 8.81641 4.99979 8.81641C5.55208 8.81641 5.99979 9.26412 5.99979 9.81641V14.1379C5.99979 14.1883 5.99598 14.2387 5.98839 14.2885C5.81223 15.4451 5.20812 17.9033 3.34449 20.0159C3.65166 20.2876 4.07294 20.5534 4.6063 20.7157C5.33128 20.9363 6.32605 20.9842 7.60655 20.5081C6.89383 19.5957 6.50024 18.4285 6.50024 17.2239V15.8751C6.50024 15.3228 6.94795 14.8751 7.50024 14.8751C8.05252 14.8751 8.50024 15.3228 8.50024 15.8751V17.2239C8.50024 18.346 9.02542 19.336 9.80701 19.8629L10.707 20.4695C11.5092 21.0103 12.4913 21.0103 13.2935 20.4695L14.1935 19.8629C14.9751 19.336 15.5002 18.346 15.5002 17.2239V15.8751C15.5002 15.3228 15.948 14.8751 16.5002 14.8751C17.0525 14.8751 17.5002 15.3228 17.5002 15.8751V17.2239C17.5002 18.4279 17.107 19.5946 16.3949 20.5068C17.6748 20.9825 18.6692 20.9345 19.3939 20.7139C19.9273 20.5516 20.3486 20.2859 20.6557 20.0142C18.7921 17.9016 18.188 15.4434 18.0118 14.2867C18.0043 14.2369 18.0004 14.1866 18.0004 14.1362V9.73828C18.0004 9.186 18.4482 8.73828 19.0004 8.73828Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.125C11.4297 1.125 10.9077 1.27288 10.3442 1.51556C9.80197 1.74911 9.17341 2.09264 8.39645 2.51726L3.58598 5.14624L3.58598 5.14624C2.97174 5.48187 2.43523 5.77502 2.05706 6.06434C1.65507 6.37188 1.27304 6.79387 1.25099 7.42147C1.22901 8.04686 1.57809 8.4961 1.95505 8.83441C2.31095 9.15381 2.82452 9.49056 3.41408 9.87714L4 10.1906V13.375C4 13.6139 4.11749 13.8385 4.31636 13.9798C4.51523 14.1211 4.77168 14.1621 5.00689 14.0903C6.99331 13.4839 9.39843 13.125 12 13.125C14.6016 13.125 17.0067 13.4839 18.9931 14.0903C19.2283 14.1621 19.4848 14.1211 19.6836 13.9798C19.8825 13.8385 20 13.6139 20 13.375V10.1906L20.586 9.87713C21.1755 9.49056 21.6891 9.15381 22.045 8.83441C22.422 8.4961 22.771 8.04686 22.7491 7.42147C22.727 6.79387 22.345 6.37188 21.943 6.06434C21.5648 5.77502 21.0283 5.48186 20.4141 5.14624L20.414 5.14623L15.6036 2.51727C14.8267 2.09264 14.1981 1.74911 13.6558 1.51556C13.0923 1.27288 12.5704 1.125 12 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-graduate-male{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 11.875C5.55228 11.875 6 12.3227 6 12.875V14.8982C6 16.7148 6.88044 18.3628 8.26382 19.262L9.66382 20.172C11.1058 21.1093 12.8942 21.1093 14.3362 20.172L15.7362 19.262C17.1196 18.3628 18 16.7148 18 14.8982V12.875C18 12.3227 18.4477 11.875 19 11.875C19.5523 11.875 20 12.3227 20 12.875V14.8982C20 17.3437 18.8163 19.6452 16.8262 20.9389L15.4262 21.8489C13.3214 23.217 10.6786 23.217 8.57383 21.8489L7.17383 20.9389C5.18371 19.6452 4 17.3437 4 14.8982V12.875C4 12.3227 4.44772 11.875 5 11.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.125C11.4297 1.125 10.9077 1.27288 10.3442 1.51556C9.80197 1.74911 9.1734 2.09264 8.39645 2.51726L3.58599 5.14623C2.97174 5.48186 2.43523 5.77502 2.05706 6.06434C1.65507 6.37188 1.27304 6.79387 1.25099 7.42147C1.22901 8.04686 1.57809 8.4961 1.95505 8.83441C2.31094 9.1538 2.82448 9.49054 3.41402 9.8771L3.41407 9.87714L3.41409 9.87715L4 10.19V13.375C4 13.6139 4.11749 13.8385 4.31636 13.9798C4.51523 14.1211 4.77168 14.1621 5.00689 14.0903C6.99331 13.4839 9.39843 13.125 12 13.125C14.6016 13.125 17.0067 13.4839 18.9931 14.0903C19.2283 14.1621 19.4848 14.1211 19.6836 13.9798C19.8825 13.8385 20 13.6139 20 13.375V10.19L20.5859 9.87716C21.1755 9.49057 21.6891 9.15382 22.045 8.83441C22.422 8.4961 22.771 8.04686 22.7491 7.42147C22.727 6.79387 22.345 6.37188 21.943 6.06434C21.5648 5.77502 21.0283 5.48186 20.414 5.14623L15.6036 2.51727C14.8267 2.09264 14.1981 1.74911 13.6558 1.51556C13.0923 1.27288 12.5704 1.125 12 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 11.875C5.55228 11.875 6 12.3227 6 12.875V14.8982C6 16.7148 6.88044 18.3628 8.26382 19.262L9.66382 20.172C11.1058 21.1093 12.8942 21.1093 14.3362 20.172L15.7362 19.262C17.1196 18.3628 18 16.7148 18 14.8982V12.875C18 12.3227 18.4477 11.875 19 11.875C19.5523 11.875 20 12.3227 20 12.875V14.8982C20 17.3437 18.8163 19.6452 16.8262 20.9389L15.4262 21.8489C13.3214 23.217 10.6786 23.217 8.57383 21.8489L7.17383 20.9389C5.18371 19.6452 4 17.3437 4 14.8982V12.875C4 12.3227 4.44772 11.875 5 11.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.125C11.4297 1.125 10.9077 1.27288 10.3442 1.51556C9.80197 1.74911 9.1734 2.09264 8.39645 2.51726L3.58599 5.14623C2.97174 5.48186 2.43523 5.77502 2.05706 6.06434C1.65507 6.37188 1.27304 6.79387 1.25099 7.42147C1.22901 8.04686 1.57809 8.4961 1.95505 8.83441C2.31094 9.1538 2.82448 9.49054 3.41402 9.8771L3.41407 9.87714L3.41409 9.87715L4 10.19V13.375C4 13.6139 4.11749 13.8385 4.31636 13.9798C4.51523 14.1211 4.77168 14.1621 5.00689 14.0903C6.99331 13.4839 9.39843 13.125 12 13.125C14.6016 13.125 17.0067 13.4839 18.9931 14.0903C19.2283 14.1621 19.4848 14.1211 19.6836 13.9798C19.8825 13.8385 20 13.6139 20 13.375V10.19L20.5859 9.87716C21.1755 9.49057 21.6891 9.15382 22.045 8.83441C22.422 8.4961 22.771 8.04686 22.7491 7.42147C22.727 6.79387 22.345 6.37188 21.943 6.06434C21.5648 5.77502 21.0283 5.48186 20.414 5.14623L15.6036 2.51727C14.8267 2.09264 14.1981 1.74911 13.6558 1.51556C13.0923 1.27288 12.5704 1.125 12 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-graduation-scroll{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.1055 2.98818C20.8499 3.56356 21.5426 4.43983 22.0435 5.47371C22.5432 6.50522 22.79 7.56644 22.7447 8.46784C22.7021 9.31459 22.3725 10.2341 21.4954 10.6036L17.195 13.1839C17.0569 13.2668 16.9879 13.3082 16.9051 13.3254C16.8224 13.3427 16.7511 13.3334 16.6086 13.3149C13.2633 12.8799 11.8619 9.51001 11.7286 6.43231C11.7172 6.16994 11.7115 6.03875 11.7767 5.91764C11.8418 5.79652 11.9612 5.72488 12.2001 5.58159L17.5118 2.39453L17.5758 2.37054C18.461 2.03864 19.3968 2.44048 20.1055 2.98818ZM19.1881 4.17495C18.6194 3.73535 18.2491 3.71999 18.1024 3.775C18.001 3.81303 17.7848 3.98484 17.7534 4.60995C17.7236 5.20297 17.8889 6.01281 18.3065 6.87479C18.7229 7.7344 19.2789 8.41553 19.8118 8.82746C20.3806 9.26706 20.7509 9.28242 20.8976 9.22741C20.999 9.18938 21.2152 9.01757 21.2466 8.39245C21.2764 7.79944 21.1111 6.9896 20.6935 6.12762C20.2771 5.26801 19.7211 4.58687 19.1881 4.17495Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.90512 6.95855C10.0398 6.87775 10.1071 6.83735 10.1574 6.86484C10.2077 6.89234 10.2101 6.97215 10.2148 7.13177C10.3046 10.1589 11.8605 13.0402 14.7014 14.2928C14.8687 14.3666 14.9524 14.4035 14.9562 14.4642C14.96 14.5249 14.8834 14.5709 14.7302 14.6628L13.5944 15.3443C13.394 15.4645 13.2938 15.5246 13.1755 15.5335C13.0573 15.5423 12.9577 15.5013 12.7587 15.4192C9.86831 14.2272 8.57605 11.5938 8.19602 8.64439C8.15853 8.35346 8.13979 8.208 8.20475 8.0739C8.26971 7.9398 8.40142 7.86077 8.66483 7.70273L9.90512 6.95855Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.43533 9.04043C6.55639 8.96779 6.61692 8.93147 6.66565 8.95518C6.71438 8.97889 6.72327 9.04975 6.74105 9.19148C7.11151 12.1445 8.51595 15.0081 11.2221 16.394C11.3742 16.4719 11.4502 16.5108 11.4521 16.5696C11.4541 16.6284 11.3825 16.6714 11.2394 16.7573L6.48818 19.608L6.4242 19.632C5.53898 19.9639 4.60318 19.5621 3.89455 19.0143C3.15012 18.439 2.45739 17.5627 1.95653 16.5288C1.45683 15.4973 1.20997 14.4361 1.25529 13.5347C1.29787 12.6879 1.62752 11.7684 2.50457 11.3989L6.43533 9.04043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1574 21.4427C15.015 21.6395 14.786 21.7552 14.5431 21.753C14.3001 21.7508 14.0733 21.6311 13.9344 21.4318L13.3121 20.5386L11.3237 21.4899C10.9975 21.646 10.6063 21.547 10.3935 21.2546C10.1816 20.9632 10.2068 20.5625 10.4531 20.3001L10.4542 20.2989L10.4559 20.2971C10.5199 20.2251 10.9956 19.6636 11.2598 18.7819C11.314 18.6008 11.3412 18.5103 11.3871 18.4512C11.433 18.3922 11.5036 18.3498 11.6448 18.2651L16.1306 15.5736C16.3577 15.4374 16.4713 15.3692 16.5694 15.4182C16.6675 15.4671 16.6809 15.5939 16.7075 15.8474C16.873 17.42 16.5931 19.4583 15.1574 21.4427Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.1055 2.98818C20.8499 3.56356 21.5426 4.43983 22.0435 5.47371C22.5432 6.50522 22.79 7.56644 22.7447 8.46784C22.7021 9.31459 22.3725 10.2341 21.4954 10.6036L17.195 13.1839C17.0569 13.2668 16.9879 13.3082 16.9051 13.3254C16.8224 13.3427 16.7511 13.3334 16.6086 13.3149C13.2633 12.8799 11.8619 9.51001 11.7286 6.43231C11.7172 6.16994 11.7115 6.03875 11.7767 5.91764C11.8418 5.79652 11.9612 5.72488 12.2001 5.58159L17.5118 2.39453L17.5758 2.37054C18.461 2.03864 19.3968 2.44048 20.1055 2.98818ZM19.1881 4.17495C18.6194 3.73535 18.2491 3.71999 18.1024 3.775C18.001 3.81303 17.7848 3.98484 17.7534 4.60995C17.7236 5.20297 17.8889 6.01281 18.3065 6.87479C18.7229 7.7344 19.2789 8.41553 19.8118 8.82746C20.3806 9.26706 20.7509 9.28242 20.8976 9.22741C20.999 9.18938 21.2152 9.01757 21.2466 8.39245C21.2764 7.79944 21.1111 6.9896 20.6935 6.12762C20.2771 5.26801 19.7211 4.58687 19.1881 4.17495Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.90512 6.95855C10.0398 6.87775 10.1071 6.83735 10.1574 6.86484C10.2077 6.89234 10.2101 6.97215 10.2148 7.13177C10.3046 10.1589 11.8605 13.0402 14.7014 14.2928C14.8687 14.3666 14.9524 14.4035 14.9562 14.4642C14.96 14.5249 14.8834 14.5709 14.7302 14.6628L13.5944 15.3443C13.394 15.4645 13.2938 15.5246 13.1755 15.5335C13.0573 15.5423 12.9577 15.5013 12.7587 15.4192C9.86831 14.2272 8.57605 11.5938 8.19602 8.64439C8.15853 8.35346 8.13979 8.208 8.20475 8.0739C8.26971 7.9398 8.40142 7.86077 8.66483 7.70273L9.90512 6.95855Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.43533 9.04043C6.55639 8.96779 6.61692 8.93147 6.66565 8.95518C6.71438 8.97889 6.72327 9.04975 6.74105 9.19148C7.11151 12.1445 8.51595 15.0081 11.2221 16.394C11.3742 16.4719 11.4502 16.5108 11.4521 16.5696C11.4541 16.6284 11.3825 16.6714 11.2394 16.7573L6.48818 19.608L6.4242 19.632C5.53898 19.9639 4.60318 19.5621 3.89455 19.0143C3.15012 18.439 2.45739 17.5627 1.95653 16.5288C1.45683 15.4973 1.20997 14.4361 1.25529 13.5347C1.29787 12.6879 1.62752 11.7684 2.50457 11.3989L6.43533 9.04043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1574 21.4427C15.015 21.6395 14.786 21.7552 14.5431 21.753C14.3001 21.7508 14.0733 21.6311 13.9344 21.4318L13.3121 20.5386L11.3237 21.4899C10.9975 21.646 10.6063 21.547 10.3935 21.2546C10.1816 20.9632 10.2068 20.5625 10.4531 20.3001L10.4542 20.2989L10.4559 20.2971C10.5199 20.2251 10.9956 19.6636 11.2598 18.7819C11.314 18.6008 11.3412 18.5103 11.3871 18.4512C11.433 18.3922 11.5036 18.3498 11.6448 18.2651L16.1306 15.5736C16.3577 15.4374 16.4713 15.3692 16.5694 15.4182C16.6675 15.4671 16.6809 15.5939 16.7075 15.8474C16.873 17.42 16.5931 19.4583 15.1574 21.4427Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-idea{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2975 16.0039H15.2974H15.2973H8.70099H8.70091H8.70083C8.59097 16.0039 8.47711 16.0039 8.38011 16.0099C8.27651 16.0163 8.12848 16.032 7.97269 16.0952C7.49843 16.2878 7.20125 16.7416 7.17886 17.2308C7.17154 17.3908 7.20121 17.5311 7.22718 17.6322C7.25169 17.7276 7.2869 17.8382 7.32204 17.9486L7.32204 17.9486L7.32204 17.9486C7.44422 18.3335 7.57107 18.7331 7.73075 18.9966C7.97324 19.3967 8.31935 19.7194 8.72961 19.9277L8.81818 20.3719C8.90919 20.8314 8.99149 21.2469 9.18893 21.5958C9.49156 22.1305 9.98794 22.5433 10.5904 22.7423C10.9856 22.8728 11.5348 22.872 11.9977 22.8712C12.4607 22.872 13.0099 22.8728 13.405 22.7423C14.0075 22.5433 14.5039 22.1305 14.8065 21.5958C15.004 21.2469 15.0863 20.8314 15.1773 20.3719L15.1773 20.3719L15.2655 19.9293C15.6772 19.7211 16.0244 19.3977 16.2676 18.9966C16.4272 18.7331 16.5541 18.3335 16.6763 17.9486C16.7114 17.8382 16.7466 17.7276 16.7711 17.6322C16.7971 17.5311 16.8268 17.3908 16.8194 17.2308C16.7971 16.7416 16.4999 16.2878 16.0256 16.0952C15.8698 16.032 15.7218 16.0163 15.6182 16.0099C15.5212 16.0039 15.4073 16.0039 15.2975 16.0039ZM13.3201 20.1881H10.6753C10.7593 20.594 10.7885 20.6837 10.8225 20.7439C10.9103 20.8989 11.0464 21.0057 11.1954 21.0549C11.2554 21.0747 11.3516 21.0866 11.9977 21.0866C12.6438 21.0866 12.7401 21.0747 12.8 21.0549C12.9491 21.0057 13.0852 20.8989 13.1729 20.7439C13.207 20.6837 13.2362 20.594 13.3201 20.1881Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.625C8.9916 6.625 6.5 9.14999 6.5 12.3309C6.5 13.186 6.68072 13.994 7.00304 14.7185C7.22753 15.2231 7.00045 15.8142 6.49585 16.0387C5.99124 16.2632 5.4002 16.0361 5.17571 15.5315C4.74122 14.5548 4.5 13.4701 4.5 12.3309C4.5 8.10466 7.8287 4.625 12 4.625C16.1713 4.625 19.5 8.10466 19.5 12.3309C19.5 13.4701 19.2588 14.5548 18.8243 15.5315C18.5998 16.0361 18.0088 16.2632 17.5042 16.0387C16.9996 15.8142 16.7725 15.2231 16.997 14.7185C17.3193 13.994 17.5 13.186 17.5 12.3309C17.5 9.14999 15.0084 6.625 12 6.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.125C12.5523 1.125 13 1.57272 13 2.125V3.125C13 3.67728 12.5523 4.125 12 4.125C11.4477 4.125 11 3.67728 11 3.125V2.125C11 1.57272 11.4477 1.125 12 1.125ZM19.7774 4.34685C20.1679 4.73737 20.1679 5.37054 19.7774 5.76106L19.0703 6.46817C18.6798 6.85869 18.0466 6.85869 17.6561 6.46817C17.2656 6.07764 17.2656 5.44448 17.6561 5.05395L18.3632 4.34685C18.7537 3.95632 19.3869 3.95632 19.7774 4.34685ZM4.22251 4.34726C4.61303 3.95674 5.24619 3.95674 5.63672 4.34726L6.34383 5.05437C6.73435 5.44489 6.73435 6.07806 6.34383 6.46858C5.9533 6.85911 5.32014 6.85911 4.92961 6.46858L4.22251 5.76147C3.83198 5.37095 3.83198 4.73779 4.22251 4.34726ZM1 12.125C1 11.5727 1.44772 11.125 2 11.125H3C3.55228 11.125 4 11.5727 4 12.125C4 12.6773 3.55228 13.125 3 13.125H2C1.44772 13.125 1 12.6773 1 12.125ZM20 12.125C20 11.5727 20.4477 11.125 21 11.125H22C22.5523 11.125 23 11.5727 23 12.125C23 12.6773 22.5523 13.125 22 13.125H21C20.4477 13.125 20 12.6773 20 12.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2975 16.0039H15.2974H15.2973H8.70099H8.70091H8.70083C8.59097 16.0039 8.47711 16.0039 8.38011 16.0099C8.27651 16.0163 8.12848 16.032 7.97269 16.0952C7.49843 16.2878 7.20125 16.7416 7.17886 17.2308C7.17154 17.3908 7.20121 17.5311 7.22718 17.6322C7.25169 17.7276 7.2869 17.8382 7.32204 17.9486L7.32204 17.9486L7.32204 17.9486C7.44422 18.3335 7.57107 18.7331 7.73075 18.9966C7.97324 19.3967 8.31935 19.7194 8.72961 19.9277L8.81818 20.3719C8.90919 20.8314 8.99149 21.2469 9.18893 21.5958C9.49156 22.1305 9.98794 22.5433 10.5904 22.7423C10.9856 22.8728 11.5348 22.872 11.9977 22.8712C12.4607 22.872 13.0099 22.8728 13.405 22.7423C14.0075 22.5433 14.5039 22.1305 14.8065 21.5958C15.004 21.2469 15.0863 20.8314 15.1773 20.3719L15.1773 20.3719L15.2655 19.9293C15.6772 19.7211 16.0244 19.3977 16.2676 18.9966C16.4272 18.7331 16.5541 18.3335 16.6763 17.9486C16.7114 17.8382 16.7466 17.7276 16.7711 17.6322C16.7971 17.5311 16.8268 17.3908 16.8194 17.2308C16.7971 16.7416 16.4999 16.2878 16.0256 16.0952C15.8698 16.032 15.7218 16.0163 15.6182 16.0099C15.5212 16.0039 15.4073 16.0039 15.2975 16.0039ZM13.3201 20.1881H10.6753C10.7593 20.594 10.7885 20.6837 10.8225 20.7439C10.9103 20.8989 11.0464 21.0057 11.1954 21.0549C11.2554 21.0747 11.3516 21.0866 11.9977 21.0866C12.6438 21.0866 12.7401 21.0747 12.8 21.0549C12.9491 21.0057 13.0852 20.8989 13.1729 20.7439C13.207 20.6837 13.2362 20.594 13.3201 20.1881Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.625C8.9916 6.625 6.5 9.14999 6.5 12.3309C6.5 13.186 6.68072 13.994 7.00304 14.7185C7.22753 15.2231 7.00045 15.8142 6.49585 16.0387C5.99124 16.2632 5.4002 16.0361 5.17571 15.5315C4.74122 14.5548 4.5 13.4701 4.5 12.3309C4.5 8.10466 7.8287 4.625 12 4.625C16.1713 4.625 19.5 8.10466 19.5 12.3309C19.5 13.4701 19.2588 14.5548 18.8243 15.5315C18.5998 16.0361 18.0088 16.2632 17.5042 16.0387C16.9996 15.8142 16.7725 15.2231 16.997 14.7185C17.3193 13.994 17.5 13.186 17.5 12.3309C17.5 9.14999 15.0084 6.625 12 6.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.125C12.5523 1.125 13 1.57272 13 2.125V3.125C13 3.67728 12.5523 4.125 12 4.125C11.4477 4.125 11 3.67728 11 3.125V2.125C11 1.57272 11.4477 1.125 12 1.125ZM19.7774 4.34685C20.1679 4.73737 20.1679 5.37054 19.7774 5.76106L19.0703 6.46817C18.6798 6.85869 18.0466 6.85869 17.6561 6.46817C17.2656 6.07764 17.2656 5.44448 17.6561 5.05395L18.3632 4.34685C18.7537 3.95632 19.3869 3.95632 19.7774 4.34685ZM4.22251 4.34726C4.61303 3.95674 5.24619 3.95674 5.63672 4.34726L6.34383 5.05437C6.73435 5.44489 6.73435 6.07806 6.34383 6.46858C5.9533 6.85911 5.32014 6.85911 4.92961 6.46858L4.22251 5.76147C3.83198 5.37095 3.83198 4.73779 4.22251 4.34726ZM1 12.125C1 11.5727 1.44772 11.125 2 11.125H3C3.55228 11.125 4 11.5727 4 12.125C4 12.6773 3.55228 13.125 3 13.125H2C1.44772 13.125 1 12.6773 1 12.125ZM20 12.125C20 11.5727 20.4477 11.125 21 11.125H22C22.5523 11.125 23 11.5727 23 12.125C23 12.6773 22.5523 13.125 22 13.125H21C20.4477 13.125 20 12.6773 20 12.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-knowledge-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.11882 14.75L20.775 14.75C21.3135 14.75 21.75 15.1977 21.75 15.75C21.75 16.3023 21.3135 16.75 20.775 16.75H19.8C19.6889 16.75 19.4691 16.8193 19.2324 17.1834C19.0003 17.5405 18.825 18.0915 18.825 18.75C18.825 19.4085 19.0003 19.9595 19.2324 20.3166C19.4691 20.6807 19.6889 20.75 19.8 20.75H20.775C21.3135 20.75 21.75 21.1977 21.75 21.75C21.75 22.3023 21.3135 22.75 20.775 22.75L6.11881 22.75C5.69113 22.75 5.3221 22.75 5.01668 22.7287C4.6951 22.7061 4.37343 22.6566 4.05565 22.5216C3.33895 22.2172 2.76952 21.6331 2.47265 20.8981C2.34102 20.5721 2.29276 20.2422 2.27082 19.9124C2.24998 19.5991 2.24999 19.2206 2.25 18.782V18.718C2.24999 18.2794 2.24998 17.9009 2.27082 17.5876C2.29276 17.2578 2.34102 16.9279 2.47265 16.602C2.76952 15.8669 3.33895 15.2828 4.05565 14.9784C4.37343 14.8434 4.6951 14.7939 5.01668 14.7714C5.32211 14.75 5.69113 14.75 6.11882 14.75ZM17.2565 20.75C17.0081 20.1499 16.875 19.4625 16.875 18.75C16.875 18.0375 17.0081 17.3501 17.2565 16.75H6.15C5.68237 16.75 5.38047 16.7505 5.14942 16.7667C4.92712 16.7823 4.84246 16.8089 4.80188 16.8261C4.56298 16.9276 4.37317 17.1223 4.27422 17.3673C4.25741 17.4089 4.23146 17.4958 4.21629 17.7238C4.20053 17.9607 4.2 18.2704 4.2 18.75C4.2 19.2296 4.20053 19.5393 4.21629 19.7762C4.23146 20.0042 4.25741 20.0911 4.27422 20.1327C4.37317 20.3777 4.56298 20.5724 4.80189 20.6739C4.84246 20.6911 4.92712 20.7177 5.14942 20.7333C5.38047 20.7495 5.68237 20.75 6.15 20.75H17.2565Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6419 1.26512C15.8908 1.31586 16.0972 1.48922 16.1901 1.72572C16.4555 2.40107 16.5979 3.01816 16.5622 3.58638C16.5248 4.18374 16.2936 4.67594 15.9121 5.07907C15.8529 5.14157 15.7906 5.20141 15.7256 5.25883C16.3398 5.2965 16.9735 5.46078 17.5133 5.86685C18.3249 6.47732 18.75 7.49743 18.75 8.90816C18.75 11.5727 18.0285 13.5027 17.1084 14.7858C16.6506 15.4242 16.1426 15.9033 15.6508 16.2282C15.1766 16.5414 14.6571 16.75 14.1818 16.75C13.3627 16.75 12.8433 16.3502 12.5082 16.0766C12.1238 15.7627 12.0765 15.7413 12 15.7413C11.8966 15.7413 11.7768 15.8013 11.3834 16.0959L11.3487 16.122C11.0392 16.3546 10.5131 16.75 9.81818 16.75C9.34286 16.75 8.82337 16.5414 8.34918 16.2282C7.85739 15.9033 7.34942 15.4242 6.89158 14.7858C5.97146 13.5027 5.25 11.5727 5.25 8.90816C5.25 7.49743 5.67507 6.47732 6.48666 5.86685C7.26495 5.28144 8.23811 5.19856 9.06715 5.27308C9.69624 5.32963 10.3124 5.48283 10.8309 5.64819C10.6512 5.21907 10.3457 4.86934 9.99999 4.58415C9.72678 4.35875 9.44888 4.1926 9.2379 4.083C9.13358 4.02881 9.04872 3.99006 8.99323 3.96608C8.96557 3.95412 8.94547 3.94596 8.9342 3.94148L8.92427 3.93759C8.40851 3.74591 8.14425 3.17314 8.33386 2.65602C8.52398 2.13749 9.09846 1.87127 9.61699 2.0614L9.6186 2.06199L9.62047 2.06268L9.62496 2.06435L9.63696 2.06888L9.67253 2.08275C9.7012 2.09414 9.73969 2.1099 9.78661 2.13017C9.88026 2.17064 10.0085 2.22955 10.1598 2.30817C10.4602 2.4642 10.8641 2.70429 11.2728 3.0414C11.5377 3.26001 11.8136 3.52765 12.065 3.84656C12.0983 3.74184 12.1346 3.64193 12.1739 3.54658C12.4351 2.91323 12.8183 2.50902 13.2582 2.23943C13.5962 2.03231 13.9716 1.90904 14.2412 1.82049C14.2893 1.8047 14.334 1.79002 14.3746 1.77616C14.683 1.67072 14.8432 1.59036 14.9571 1.47442C15.1351 1.29315 15.3929 1.21438 15.6419 1.26512ZM13.3671 4.87352C13.5683 4.79057 13.7536 4.70987 13.9242 4.62863C14.3699 4.41641 14.6507 4.22958 14.8227 4.0479C14.9739 3.8882 15.0507 3.72367 15.0652 3.4925C15.0715 3.3915 15.0661 3.27199 15.0439 3.12998C14.9797 3.15405 14.9179 3.17563 14.8597 3.19553C14.7913 3.21891 14.7279 3.24009 14.6686 3.25988L14.6683 3.25998L14.6683 3.26C14.4013 3.34913 14.2185 3.41018 14.042 3.51836C13.8679 3.62506 13.6985 3.784 13.5606 4.11843C13.4839 4.30438 13.4154 4.54918 13.3671 4.87352Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.11882 14.75L20.775 14.75C21.3135 14.75 21.75 15.1977 21.75 15.75C21.75 16.3023 21.3135 16.75 20.775 16.75H19.8C19.6889 16.75 19.4691 16.8193 19.2324 17.1834C19.0003 17.5405 18.825 18.0915 18.825 18.75C18.825 19.4085 19.0003 19.9595 19.2324 20.3166C19.4691 20.6807 19.6889 20.75 19.8 20.75H20.775C21.3135 20.75 21.75 21.1977 21.75 21.75C21.75 22.3023 21.3135 22.75 20.775 22.75L6.11881 22.75C5.69113 22.75 5.3221 22.75 5.01668 22.7287C4.6951 22.7061 4.37343 22.6566 4.05565 22.5216C3.33895 22.2172 2.76952 21.6331 2.47265 20.8981C2.34102 20.5721 2.29276 20.2422 2.27082 19.9124C2.24998 19.5991 2.24999 19.2206 2.25 18.782V18.718C2.24999 18.2794 2.24998 17.9009 2.27082 17.5876C2.29276 17.2578 2.34102 16.9279 2.47265 16.602C2.76952 15.8669 3.33895 15.2828 4.05565 14.9784C4.37343 14.8434 4.6951 14.7939 5.01668 14.7714C5.32211 14.75 5.69113 14.75 6.11882 14.75ZM17.2565 20.75C17.0081 20.1499 16.875 19.4625 16.875 18.75C16.875 18.0375 17.0081 17.3501 17.2565 16.75H6.15C5.68237 16.75 5.38047 16.7505 5.14942 16.7667C4.92712 16.7823 4.84246 16.8089 4.80188 16.8261C4.56298 16.9276 4.37317 17.1223 4.27422 17.3673C4.25741 17.4089 4.23146 17.4958 4.21629 17.7238C4.20053 17.9607 4.2 18.2704 4.2 18.75C4.2 19.2296 4.20053 19.5393 4.21629 19.7762C4.23146 20.0042 4.25741 20.0911 4.27422 20.1327C4.37317 20.3777 4.56298 20.5724 4.80189 20.6739C4.84246 20.6911 4.92712 20.7177 5.14942 20.7333C5.38047 20.7495 5.68237 20.75 6.15 20.75H17.2565Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6419 1.26512C15.8908 1.31586 16.0972 1.48922 16.1901 1.72572C16.4555 2.40107 16.5979 3.01816 16.5622 3.58638C16.5248 4.18374 16.2936 4.67594 15.9121 5.07907C15.8529 5.14157 15.7906 5.20141 15.7256 5.25883C16.3398 5.2965 16.9735 5.46078 17.5133 5.86685C18.3249 6.47732 18.75 7.49743 18.75 8.90816C18.75 11.5727 18.0285 13.5027 17.1084 14.7858C16.6506 15.4242 16.1426 15.9033 15.6508 16.2282C15.1766 16.5414 14.6571 16.75 14.1818 16.75C13.3627 16.75 12.8433 16.3502 12.5082 16.0766C12.1238 15.7627 12.0765 15.7413 12 15.7413C11.8966 15.7413 11.7768 15.8013 11.3834 16.0959L11.3487 16.122C11.0392 16.3546 10.5131 16.75 9.81818 16.75C9.34286 16.75 8.82337 16.5414 8.34918 16.2282C7.85739 15.9033 7.34942 15.4242 6.89158 14.7858C5.97146 13.5027 5.25 11.5727 5.25 8.90816C5.25 7.49743 5.67507 6.47732 6.48666 5.86685C7.26495 5.28144 8.23811 5.19856 9.06715 5.27308C9.69624 5.32963 10.3124 5.48283 10.8309 5.64819C10.6512 5.21907 10.3457 4.86934 9.99999 4.58415C9.72678 4.35875 9.44888 4.1926 9.2379 4.083C9.13358 4.02881 9.04872 3.99006 8.99323 3.96608C8.96557 3.95412 8.94547 3.94596 8.9342 3.94148L8.92427 3.93759C8.40851 3.74591 8.14425 3.17314 8.33386 2.65602C8.52398 2.13749 9.09846 1.87127 9.61699 2.0614L9.6186 2.06199L9.62047 2.06268L9.62496 2.06435L9.63696 2.06888L9.67253 2.08275C9.7012 2.09414 9.73969 2.1099 9.78661 2.13017C9.88026 2.17064 10.0085 2.22955 10.1598 2.30817C10.4602 2.4642 10.8641 2.70429 11.2728 3.0414C11.5377 3.26001 11.8136 3.52765 12.065 3.84656C12.0983 3.74184 12.1346 3.64193 12.1739 3.54658C12.4351 2.91323 12.8183 2.50902 13.2582 2.23943C13.5962 2.03231 13.9716 1.90904 14.2412 1.82049C14.2893 1.8047 14.334 1.79002 14.3746 1.77616C14.683 1.67072 14.8432 1.59036 14.9571 1.47442C15.1351 1.29315 15.3929 1.21438 15.6419 1.26512ZM13.3671 4.87352C13.5683 4.79057 13.7536 4.70987 13.9242 4.62863C14.3699 4.41641 14.6507 4.22958 14.8227 4.0479C14.9739 3.8882 15.0507 3.72367 15.0652 3.4925C15.0715 3.3915 15.0661 3.27199 15.0439 3.12998C14.9797 3.15405 14.9179 3.17563 14.8597 3.19553C14.7913 3.21891 14.7279 3.24009 14.6686 3.25988L14.6683 3.25998L14.6683 3.26C14.4013 3.34913 14.2185 3.41018 14.042 3.51836C13.8679 3.62506 13.6985 3.784 13.5606 4.11843C13.4839 4.30438 13.4154 4.54918 13.3671 4.87352Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-knowledge-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.11882 12.75L20.775 12.75C21.3135 12.75 21.75 13.1977 21.75 13.75C21.75 14.3023 21.3135 14.75 20.775 14.75H19.8C19.6889 14.75 19.4691 14.8193 19.2324 15.1834C19.0003 15.5405 18.825 16.0915 18.825 16.75C18.825 17.4085 19.0003 17.9595 19.2324 18.3166C19.4691 18.6807 19.6889 18.75 19.8 18.75H20.775C21.3135 18.75 21.75 19.1977 21.75 19.75C21.75 20.3023 21.3135 20.75 20.775 20.75L6.11881 20.75C5.69113 20.75 5.3221 20.75 5.01668 20.7287C4.6951 20.7061 4.37343 20.6566 4.05565 20.5216C3.33895 20.2172 2.76952 19.6331 2.47265 18.8981C2.34102 18.5721 2.29276 18.2422 2.27082 17.9124C2.24998 17.5991 2.24999 17.2206 2.25 16.782V16.718C2.24999 16.2794 2.24998 15.9009 2.27082 15.5876C2.29276 15.2578 2.34102 14.9279 2.47265 14.602C2.76952 13.8669 3.33895 13.2828 4.05565 12.9784C4.37343 12.8434 4.6951 12.7939 5.01668 12.7714C5.32211 12.75 5.69113 12.75 6.11882 12.75ZM17.2565 18.75C17.0081 18.1499 16.875 17.4625 16.875 16.75C16.875 16.0375 17.0081 15.3501 17.2565 14.75H6.15C5.68237 14.75 5.38047 14.7505 5.14942 14.7667C4.92712 14.7823 4.84246 14.8089 4.80188 14.8261C4.56298 14.9276 4.37317 15.1223 4.27422 15.3673C4.25741 15.4089 4.23146 15.4958 4.21629 15.7238C4.20053 15.9607 4.2 16.2704 4.2 16.75C4.2 17.2296 4.20053 17.5393 4.21629 17.7762C4.23146 18.0042 4.25741 18.0911 4.27422 18.1327C4.37317 18.3777 4.56298 18.5724 4.80189 18.6739C4.84246 18.6911 4.92712 18.7177 5.14942 18.7333C5.38047 18.7495 5.68237 18.75 6.15 18.75H17.2565Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 6C1 5.44772 1.44772 5 2 5H3.5C4.05228 5 4.5 5.44772 4.5 6C4.5 6.55228 4.05228 7 3.5 7H2C1.44772 7 1 6.55228 1 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5 6C19.5 5.44772 19.9477 5 20.5 5H22C22.5523 5 23 5.44772 23 6C23 6.55228 22.5523 7 22 7H20.5C19.9477 7 19.5 6.55228 19.5 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4506 3.25H17.5494C18.2142 3.24997 18.7871 3.24994 19.2459 3.31161C19.7375 3.37771 20.2088 3.52677 20.591 3.90902C20.9732 4.29126 21.1223 4.76253 21.1884 5.25416C21.2501 5.71291 21.25 6.28577 21.25 6.95064V7.04938C21.25 7.71424 21.2501 8.2871 21.1884 8.74585C21.1223 9.23749 20.9732 9.70875 20.591 10.091C20.2088 10.4732 19.7375 10.6223 19.2459 10.6884C18.7871 10.7501 18.2142 10.75 17.5494 10.75H16.4506C15.7858 10.75 15.2129 10.7501 14.7542 10.6884C14.2625 10.6223 13.7913 10.4732 13.409 10.091C13.0268 9.70875 12.8777 9.23749 12.8116 8.74585C12.7499 8.28712 12.75 7.71428 12.75 7.04943V6.95063C12.75 6.60839 12.75 6.29047 12.7584 6H12.75C12.75 5.58579 12.4142 5.25 12 5.25C11.5858 5.25 11.25 5.58579 11.25 6H11.2416C11.25 6.29049 11.25 6.60837 11.25 6.95064V7.04938C11.25 7.71424 11.2501 8.2871 11.1884 8.74585C11.1223 9.23749 10.9732 9.70875 10.591 10.091C10.2088 10.4732 9.73749 10.6223 9.24585 10.6884C8.7871 10.7501 8.21424 10.75 7.54938 10.75H6.45064C5.78577 10.75 5.21291 10.7501 4.75416 10.6884C4.26253 10.6223 3.79126 10.4732 3.40902 10.091C3.02677 9.70875 2.87771 9.23749 2.81161 8.74585C2.74994 8.28713 2.74997 7.7143 2.75 7.04948V6.95063C2.74997 6.28581 2.74994 5.71289 2.81161 5.25416C2.87771 4.76253 3.02677 4.29126 3.40902 3.90902C3.79126 3.52677 4.26253 3.37771 4.75416 3.31161C5.21289 3.24994 5.78571 3.24997 6.45053 3.25H7.54938C8.2142 3.24997 8.78713 3.24994 9.24585 3.31161C9.73749 3.37771 10.2088 3.52677 10.591 3.90902C10.6574 3.97538 10.7167 4.04443 10.7698 4.1158C11.1233 3.88449 11.546 3.75 12 3.75C12.454 3.75 12.8767 3.88449 13.2302 4.1158C13.2833 4.04443 13.3427 3.97538 13.409 3.90902C13.7913 3.52677 14.2625 3.37771 14.7542 3.31161C15.2129 3.24994 15.7858 3.24997 16.4506 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.11882 12.75L20.775 12.75C21.3135 12.75 21.75 13.1977 21.75 13.75C21.75 14.3023 21.3135 14.75 20.775 14.75H19.8C19.6889 14.75 19.4691 14.8193 19.2324 15.1834C19.0003 15.5405 18.825 16.0915 18.825 16.75C18.825 17.4085 19.0003 17.9595 19.2324 18.3166C19.4691 18.6807 19.6889 18.75 19.8 18.75H20.775C21.3135 18.75 21.75 19.1977 21.75 19.75C21.75 20.3023 21.3135 20.75 20.775 20.75L6.11881 20.75C5.69113 20.75 5.3221 20.75 5.01668 20.7287C4.6951 20.7061 4.37343 20.6566 4.05565 20.5216C3.33895 20.2172 2.76952 19.6331 2.47265 18.8981C2.34102 18.5721 2.29276 18.2422 2.27082 17.9124C2.24998 17.5991 2.24999 17.2206 2.25 16.782V16.718C2.24999 16.2794 2.24998 15.9009 2.27082 15.5876C2.29276 15.2578 2.34102 14.9279 2.47265 14.602C2.76952 13.8669 3.33895 13.2828 4.05565 12.9784C4.37343 12.8434 4.6951 12.7939 5.01668 12.7714C5.32211 12.75 5.69113 12.75 6.11882 12.75ZM17.2565 18.75C17.0081 18.1499 16.875 17.4625 16.875 16.75C16.875 16.0375 17.0081 15.3501 17.2565 14.75H6.15C5.68237 14.75 5.38047 14.7505 5.14942 14.7667C4.92712 14.7823 4.84246 14.8089 4.80188 14.8261C4.56298 14.9276 4.37317 15.1223 4.27422 15.3673C4.25741 15.4089 4.23146 15.4958 4.21629 15.7238C4.20053 15.9607 4.2 16.2704 4.2 16.75C4.2 17.2296 4.20053 17.5393 4.21629 17.7762C4.23146 18.0042 4.25741 18.0911 4.27422 18.1327C4.37317 18.3777 4.56298 18.5724 4.80189 18.6739C4.84246 18.6911 4.92712 18.7177 5.14942 18.7333C5.38047 18.7495 5.68237 18.75 6.15 18.75H17.2565Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 6C1 5.44772 1.44772 5 2 5H3.5C4.05228 5 4.5 5.44772 4.5 6C4.5 6.55228 4.05228 7 3.5 7H2C1.44772 7 1 6.55228 1 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5 6C19.5 5.44772 19.9477 5 20.5 5H22C22.5523 5 23 5.44772 23 6C23 6.55228 22.5523 7 22 7H20.5C19.9477 7 19.5 6.55228 19.5 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4506 3.25H17.5494C18.2142 3.24997 18.7871 3.24994 19.2459 3.31161C19.7375 3.37771 20.2088 3.52677 20.591 3.90902C20.9732 4.29126 21.1223 4.76253 21.1884 5.25416C21.2501 5.71291 21.25 6.28577 21.25 6.95064V7.04938C21.25 7.71424 21.2501 8.2871 21.1884 8.74585C21.1223 9.23749 20.9732 9.70875 20.591 10.091C20.2088 10.4732 19.7375 10.6223 19.2459 10.6884C18.7871 10.7501 18.2142 10.75 17.5494 10.75H16.4506C15.7858 10.75 15.2129 10.7501 14.7542 10.6884C14.2625 10.6223 13.7913 10.4732 13.409 10.091C13.0268 9.70875 12.8777 9.23749 12.8116 8.74585C12.7499 8.28712 12.75 7.71428 12.75 7.04943V6.95063C12.75 6.60839 12.75 6.29047 12.7584 6H12.75C12.75 5.58579 12.4142 5.25 12 5.25C11.5858 5.25 11.25 5.58579 11.25 6H11.2416C11.25 6.29049 11.25 6.60837 11.25 6.95064V7.04938C11.25 7.71424 11.2501 8.2871 11.1884 8.74585C11.1223 9.23749 10.9732 9.70875 10.591 10.091C10.2088 10.4732 9.73749 10.6223 9.24585 10.6884C8.7871 10.7501 8.21424 10.75 7.54938 10.75H6.45064C5.78577 10.75 5.21291 10.7501 4.75416 10.6884C4.26253 10.6223 3.79126 10.4732 3.40902 10.091C3.02677 9.70875 2.87771 9.23749 2.81161 8.74585C2.74994 8.28713 2.74997 7.7143 2.75 7.04948V6.95063C2.74997 6.28581 2.74994 5.71289 2.81161 5.25416C2.87771 4.76253 3.02677 4.29126 3.40902 3.90902C3.79126 3.52677 4.26253 3.37771 4.75416 3.31161C5.21289 3.24994 5.78571 3.24997 6.45053 3.25H7.54938C8.2142 3.24997 8.78713 3.24994 9.24585 3.31161C9.73749 3.37771 10.2088 3.52677 10.591 3.90902C10.6574 3.97538 10.7167 4.04443 10.7698 4.1158C11.1233 3.88449 11.546 3.75 12 3.75C12.454 3.75 12.8767 3.88449 13.2302 4.1158C13.2833 4.04443 13.3427 3.97538 13.409 3.90902C13.7913 3.52677 14.2625 3.37771 14.7542 3.31161C15.2129 3.24994 15.7858 3.24997 16.4506 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-library{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.03143 2.25C6.7048 2.24999 7.25551 2.24998 7.70307 2.28655C8.16633 2.3244 8.58473 2.40514 8.97547 2.60423C9.587 2.91582 10.0842 3.413 10.3958 4.02453C10.5949 4.41527 10.6756 4.83367 10.7134 5.29693C10.75 5.74448 10.75 6.29518 10.75 6.96853V6.96856V17.0314V17.0315C10.75 17.7048 10.75 18.2555 10.7134 18.7031C10.6756 19.1663 10.5949 19.5847 10.3958 19.9755C10.0842 20.587 9.587 21.0842 8.97547 21.3958C8.58473 21.5949 8.16633 21.6756 7.70307 21.7134C7.25551 21.75 6.70481 21.75 6.03144 21.75H5.96856C5.29519 21.75 4.74449 21.75 4.29693 21.7134C3.83367 21.6756 3.41527 21.5949 3.02453 21.3958C2.413 21.0842 1.91582 20.587 1.60423 19.9755C1.40514 19.5847 1.3244 19.1663 1.28655 18.7031C1.24998 18.2555 1.24999 17.7048 1.25 17.0314V17.0314V6.96858V6.96857C1.24999 6.2952 1.24998 5.74449 1.28655 5.29693C1.3244 4.83367 1.40514 4.41527 1.60423 4.02453C1.91582 3.413 2.413 2.91582 3.02453 2.60423C3.41527 2.40514 3.83367 2.3244 4.29693 2.28655C4.74449 2.24998 5.2952 2.24999 5.96857 2.25H5.96858H6.03142H6.03143ZM5 17C5 16.4477 5.44772 16 6 16H6.00898C6.56127 16 7.00898 16.4477 7.00898 17C7.00898 17.5523 6.56127 18 6.00898 18H6C5.44772 18 5 17.5523 5 17ZM8.7525 6.25C9.02683 6.25 9.24967 6.47103 9.24992 6.74535L9.25 7.25C9.25 7.52614 9.02614 7.75 8.75 7.75H3.25C2.97386 7.75 2.75 7.52614 2.75 7.25L2.75008 6.74535C2.75033 6.47103 2.97318 6.25 3.2475 6.25H8.7525Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6456 2.32715C16.0946 2.24499 16.5135 2.21478 16.937 2.30516C17.5983 2.44631 18.1976 2.79397 18.6493 3.29771C18.9383 3.61998 19.1213 3.99851 19.2747 4.42946C19.4229 4.8457 19.5626 5.36916 19.7331 6.00851L19.7332 6.00853L19.7332 6.00856L19.7332 6.00857L22.284 15.5683L22.284 15.5683L22.2841 15.5684C22.4547 16.2078 22.5944 16.7312 22.6733 17.1661C22.755 17.6164 22.7849 18.0357 22.6952 18.4593C22.5551 19.1215 22.2097 19.7226 21.7079 20.1763C21.3867 20.4667 21.0091 20.6508 20.5794 20.8051C20.1646 20.954 19.6432 21.0943 19.0068 21.2655L19.0067 21.2655L19.0066 21.2655L19.0065 21.2656L18.9457 21.2819C18.3093 21.4532 17.7877 21.5935 17.3544 21.6728C16.9054 21.755 16.4864 21.7852 16.063 21.6948C15.4017 21.5537 14.8024 21.206 14.3507 20.7023C14.0617 20.38 13.8787 20.0015 13.7253 19.5705C13.5771 19.1543 13.4374 18.6309 13.2669 17.9916L13.2668 17.9915L13.2668 17.9914L13.2668 17.9914L10.7159 8.43159C10.5453 7.79221 10.4056 7.26874 10.3267 6.83388C10.245 6.38359 10.2151 5.96423 10.3047 5.54067C10.4449 4.87851 10.7903 4.27739 11.2921 3.82372C11.6133 3.53327 11.9908 3.34917 12.4206 3.1949C12.8354 3.04599 13.357 2.90566 13.9935 2.73441L14.0542 2.71808C14.6906 2.54682 15.2122 2.40647 15.6456 2.32715ZM16.8156 16.9528C16.6726 16.4193 16.9892 15.871 17.5227 15.7281L17.5314 15.7257C18.0648 15.5828 18.6132 15.8994 18.7561 16.4328C18.899 16.9663 18.5825 17.5146 18.049 17.6576L18.0403 17.6599C17.5069 17.8028 16.9585 17.4863 16.8156 16.9528ZM18.1391 5.85617C18.1859 6.02786 18.2364 6.21694 18.2923 6.4264C18.3506 6.64479 18.2258 6.87017 18.0098 6.93664L12.8318 8.52996C12.5608 8.61335 12.2748 8.45494 12.2017 8.18098L12.1737 8.07597C12.1372 7.93918 12.103 7.81106 12.0712 7.69067C12.0032 7.43347 12.1515 7.16991 12.4057 7.09167L17.5187 5.51833C17.7847 5.43648 18.0659 5.58767 18.1391 5.85617Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.03143 2.25C6.7048 2.24999 7.25551 2.24998 7.70307 2.28655C8.16633 2.3244 8.58473 2.40514 8.97547 2.60423C9.587 2.91582 10.0842 3.413 10.3958 4.02453C10.5949 4.41527 10.6756 4.83367 10.7134 5.29693C10.75 5.74448 10.75 6.29518 10.75 6.96853V6.96856V17.0314V17.0315C10.75 17.7048 10.75 18.2555 10.7134 18.7031C10.6756 19.1663 10.5949 19.5847 10.3958 19.9755C10.0842 20.587 9.587 21.0842 8.97547 21.3958C8.58473 21.5949 8.16633 21.6756 7.70307 21.7134C7.25551 21.75 6.70481 21.75 6.03144 21.75H5.96856C5.29519 21.75 4.74449 21.75 4.29693 21.7134C3.83367 21.6756 3.41527 21.5949 3.02453 21.3958C2.413 21.0842 1.91582 20.587 1.60423 19.9755C1.40514 19.5847 1.3244 19.1663 1.28655 18.7031C1.24998 18.2555 1.24999 17.7048 1.25 17.0314V17.0314V6.96858V6.96857C1.24999 6.2952 1.24998 5.74449 1.28655 5.29693C1.3244 4.83367 1.40514 4.41527 1.60423 4.02453C1.91582 3.413 2.413 2.91582 3.02453 2.60423C3.41527 2.40514 3.83367 2.3244 4.29693 2.28655C4.74449 2.24998 5.2952 2.24999 5.96857 2.25H5.96858H6.03142H6.03143ZM5 17C5 16.4477 5.44772 16 6 16H6.00898C6.56127 16 7.00898 16.4477 7.00898 17C7.00898 17.5523 6.56127 18 6.00898 18H6C5.44772 18 5 17.5523 5 17ZM8.7525 6.25C9.02683 6.25 9.24967 6.47103 9.24992 6.74535L9.25 7.25C9.25 7.52614 9.02614 7.75 8.75 7.75H3.25C2.97386 7.75 2.75 7.52614 2.75 7.25L2.75008 6.74535C2.75033 6.47103 2.97318 6.25 3.2475 6.25H8.7525Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6456 2.32715C16.0946 2.24499 16.5135 2.21478 16.937 2.30516C17.5983 2.44631 18.1976 2.79397 18.6493 3.29771C18.9383 3.61998 19.1213 3.99851 19.2747 4.42946C19.4229 4.8457 19.5626 5.36916 19.7331 6.00851L19.7332 6.00853L19.7332 6.00856L19.7332 6.00857L22.284 15.5683L22.284 15.5683L22.2841 15.5684C22.4547 16.2078 22.5944 16.7312 22.6733 17.1661C22.755 17.6164 22.7849 18.0357 22.6952 18.4593C22.5551 19.1215 22.2097 19.7226 21.7079 20.1763C21.3867 20.4667 21.0091 20.6508 20.5794 20.8051C20.1646 20.954 19.6432 21.0943 19.0068 21.2655L19.0067 21.2655L19.0066 21.2655L19.0065 21.2656L18.9457 21.2819C18.3093 21.4532 17.7877 21.5935 17.3544 21.6728C16.9054 21.755 16.4864 21.7852 16.063 21.6948C15.4017 21.5537 14.8024 21.206 14.3507 20.7023C14.0617 20.38 13.8787 20.0015 13.7253 19.5705C13.5771 19.1543 13.4374 18.6309 13.2669 17.9916L13.2668 17.9915L13.2668 17.9914L13.2668 17.9914L10.7159 8.43159C10.5453 7.79221 10.4056 7.26874 10.3267 6.83388C10.245 6.38359 10.2151 5.96423 10.3047 5.54067C10.4449 4.87851 10.7903 4.27739 11.2921 3.82372C11.6133 3.53327 11.9908 3.34917 12.4206 3.1949C12.8354 3.04599 13.357 2.90566 13.9935 2.73441L14.0542 2.71808C14.6906 2.54682 15.2122 2.40647 15.6456 2.32715ZM16.8156 16.9528C16.6726 16.4193 16.9892 15.871 17.5227 15.7281L17.5314 15.7257C18.0648 15.5828 18.6132 15.8994 18.7561 16.4328C18.899 16.9663 18.5825 17.5146 18.049 17.6576L18.0403 17.6599C17.5069 17.8028 16.9585 17.4863 16.8156 16.9528ZM18.1391 5.85617C18.1859 6.02786 18.2364 6.21694 18.2923 6.4264C18.3506 6.64479 18.2258 6.87017 18.0098 6.93664L12.8318 8.52996C12.5608 8.61335 12.2748 8.45494 12.2017 8.18098L12.1737 8.07597C12.1372 7.93918 12.103 7.81106 12.0712 7.69067C12.0032 7.43347 12.1515 7.16991 12.4057 7.09167L17.5187 5.51833C17.7847 5.43648 18.0659 5.58767 18.1391 5.85617Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-locker{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 18.75C6.55228 18.75 7 19.1977 7 19.75V21.75C7 22.3023 6.55228 22.75 6 22.75C5.44772 22.75 5 22.3023 5 21.75V19.75C5 19.1977 5.44772 18.75 6 18.75ZM18 18.75C18.5523 18.75 19 19.1977 19 19.75V21.75C19 22.3023 18.5523 22.75 18 22.75C17.4477 22.75 17 22.3023 17 21.75V19.75C17 19.1977 17.4477 18.75 18 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.93748 1.25H14.0625C15.895 1.24998 17.356 1.24996 18.5013 1.42319C19.691 1.60314 20.6458 1.98363 21.389 2.81975C22.1209 3.64318 22.4436 4.67956 22.5983 5.97328C22.6159 6.12131 22.4991 6.25 22.3501 6.25H1.64995C1.50086 6.25 1.38406 6.12131 1.40175 5.97328C1.55636 4.67956 1.87907 3.64318 2.61102 2.81975C3.35423 1.98363 4.30896 1.60314 5.49875 1.42319C6.64403 1.24996 8.10496 1.24998 9.93748 1.25ZM22.6392 7.8358C22.7267 7.9216 22.7294 8.05787 22.7347 8.3304C22.75 9.11174 22.75 9.98136 22.75 10.9484V10.9485V10.9486V10.9487V10.9487V10.9488V11.0513C22.75 13.1292 22.75 14.7568 22.5983 16.0267C22.4436 17.3204 22.1209 18.3568 21.389 19.1803C20.6458 20.0164 19.691 20.3969 18.5013 20.5768C17.356 20.75 15.8951 20.75 14.0625 20.75H13.35C13.0672 20.75 12.9257 20.75 12.8379 20.6621C12.75 20.5743 12.75 20.4328 12.75 20.15V8.35V8.34999C12.75 8.06715 12.75 7.92573 12.8379 7.83787C12.9257 7.75 13.0672 7.75 13.35 7.75H22.1391C22.4142 7.75 22.5517 7.75 22.6392 7.8358ZM10.65 20.75C10.9328 20.75 11.0743 20.75 11.1621 20.6621C11.25 20.5743 11.25 20.4328 11.25 20.15V8.35C11.25 8.06716 11.25 7.92573 11.1621 7.83787C11.0743 7.75 10.9328 7.75 10.65 7.75H1.86093C1.58584 7.75 1.4483 7.75 1.3608 7.8358C1.2733 7.9216 1.27063 8.05787 1.26529 8.3304C1.24999 9.11185 1.25 9.98152 1.25 10.9488V11.0512C1.24999 13.1291 1.24998 14.7568 1.40175 16.0267C1.55636 17.3204 1.87907 18.3568 2.61102 19.1803C3.35423 20.0164 4.30896 20.3969 5.49875 20.5768C6.64403 20.75 8.10495 20.75 9.93746 20.75H10.65ZM9 12.25C9.41421 12.25 9.75 12.5858 9.75 13V14C9.75 14.4142 9.41421 14.75 9 14.75C8.58579 14.75 8.25 14.4142 8.25 14V13C8.25 12.5858 8.58579 12.25 9 12.25ZM15.75 13C15.75 12.5858 15.4142 12.25 15 12.25C14.5858 12.25 14.25 12.5858 14.25 13V14C14.25 14.4142 14.5858 14.75 15 14.75C15.4142 14.75 15.75 14.4142 15.75 14V13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 18.75C6.55228 18.75 7 19.1977 7 19.75V21.75C7 22.3023 6.55228 22.75 6 22.75C5.44772 22.75 5 22.3023 5 21.75V19.75C5 19.1977 5.44772 18.75 6 18.75ZM18 18.75C18.5523 18.75 19 19.1977 19 19.75V21.75C19 22.3023 18.5523 22.75 18 22.75C17.4477 22.75 17 22.3023 17 21.75V19.75C17 19.1977 17.4477 18.75 18 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.93748 1.25H14.0625C15.895 1.24998 17.356 1.24996 18.5013 1.42319C19.691 1.60314 20.6458 1.98363 21.389 2.81975C22.1209 3.64318 22.4436 4.67956 22.5983 5.97328C22.6159 6.12131 22.4991 6.25 22.3501 6.25H1.64995C1.50086 6.25 1.38406 6.12131 1.40175 5.97328C1.55636 4.67956 1.87907 3.64318 2.61102 2.81975C3.35423 1.98363 4.30896 1.60314 5.49875 1.42319C6.64403 1.24996 8.10496 1.24998 9.93748 1.25ZM22.6392 7.8358C22.7267 7.9216 22.7294 8.05787 22.7347 8.3304C22.75 9.11174 22.75 9.98136 22.75 10.9484V10.9485V10.9486V10.9487V10.9487V10.9488V11.0513C22.75 13.1292 22.75 14.7568 22.5983 16.0267C22.4436 17.3204 22.1209 18.3568 21.389 19.1803C20.6458 20.0164 19.691 20.3969 18.5013 20.5768C17.356 20.75 15.8951 20.75 14.0625 20.75H13.35C13.0672 20.75 12.9257 20.75 12.8379 20.6621C12.75 20.5743 12.75 20.4328 12.75 20.15V8.35V8.34999C12.75 8.06715 12.75 7.92573 12.8379 7.83787C12.9257 7.75 13.0672 7.75 13.35 7.75H22.1391C22.4142 7.75 22.5517 7.75 22.6392 7.8358ZM10.65 20.75C10.9328 20.75 11.0743 20.75 11.1621 20.6621C11.25 20.5743 11.25 20.4328 11.25 20.15V8.35C11.25 8.06716 11.25 7.92573 11.1621 7.83787C11.0743 7.75 10.9328 7.75 10.65 7.75H1.86093C1.58584 7.75 1.4483 7.75 1.3608 7.8358C1.2733 7.9216 1.27063 8.05787 1.26529 8.3304C1.24999 9.11185 1.25 9.98152 1.25 10.9488V11.0512C1.24999 13.1291 1.24998 14.7568 1.40175 16.0267C1.55636 17.3204 1.87907 18.3568 2.61102 19.1803C3.35423 20.0164 4.30896 20.3969 5.49875 20.5768C6.64403 20.75 8.10495 20.75 9.93746 20.75H10.65ZM9 12.25C9.41421 12.25 9.75 12.5858 9.75 13V14C9.75 14.4142 9.41421 14.75 9 14.75C8.58579 14.75 8.25 14.4142 8.25 14V13C8.25 12.5858 8.58579 12.25 9 12.25ZM15.75 13C15.75 12.5858 15.4142 12.25 15 12.25C14.5858 12.25 14.25 12.5858 14.25 13V14C14.25 14.4142 14.5858 14.75 15 14.75C15.4142 14.75 15.75 14.4142 15.75 14V13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-math{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM18.5001 6.5C19.0524 6.5 19.5001 6.94772 19.5001 7.5C19.5001 8.05229 19.0524 8.5 18.5001 8.5H14.8831C14.1644 8.5 13.7093 8.50151 13.3657 8.54074C13.0477 8.57705 12.9295 8.63645 12.8569 8.68876C12.7843 8.74107 12.6906 8.83444 12.5556 9.12466C12.4097 9.43819 12.2644 9.86945 12.0371 10.5513L9.94879 16.8162C9.81609 17.2143 9.44894 17.4872 9.02948 17.4996C8.61002 17.5119 8.22748 17.261 8.07163 16.8714L6.52935 13.0157L6.05481 13.3321C5.59528 13.6384 4.97441 13.5142 4.66806 13.0547C4.3617 12.5952 4.48588 11.9743 4.94541 11.668L5.41995 11.3516L5.45811 11.3261C5.66051 11.191 5.89203 11.0365 6.10535 10.9346C6.3567 10.8146 6.75113 10.6829 7.20965 10.8254C7.66817 10.9678 7.9186 11.2997 8.05773 11.541C8.1758 11.7458 8.27903 12.0043 8.36928 12.2303L8.3863 12.2729L8.91471 13.5939L10.1563 9.86913L10.1563 9.86909C10.3621 9.25162 10.5425 8.71043 10.7422 8.28106C10.9581 7.81688 11.2363 7.39149 11.6875 7.06628C12.1387 6.74107 12.6302 6.61172 13.1389 6.55365C13.6094 6.49993 14.1799 6.49996 14.8307 6.5L18.5001 6.5ZM14.7071 11.2929C14.3166 10.9024 13.6834 10.9024 13.2929 11.2929C12.9024 11.6834 12.9024 12.3166 13.2929 12.7071L14.0858 13.5L13.2929 14.2929C12.9024 14.6834 12.9024 15.3166 13.2929 15.7071C13.6834 16.0976 14.3166 16.0976 14.7071 15.7071L15.5 14.9142L16.2929 15.7071C16.6834 16.0976 17.3166 16.0976 17.7071 15.7071C18.0976 15.3166 18.0976 14.6834 17.7071 14.2929L16.9142 13.5L17.7071 12.7071C18.0976 12.3166 18.0976 11.6834 17.7071 11.2929C17.3166 10.9024 16.6834 10.9024 16.2929 11.2929L15.5 12.0858L14.7071 11.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM18.5001 6.5C19.0524 6.5 19.5001 6.94772 19.5001 7.5C19.5001 8.05229 19.0524 8.5 18.5001 8.5H14.8831C14.1644 8.5 13.7093 8.50151 13.3657 8.54074C13.0477 8.57705 12.9295 8.63645 12.8569 8.68876C12.7843 8.74107 12.6906 8.83444 12.5556 9.12466C12.4097 9.43819 12.2644 9.86945 12.0371 10.5513L9.94879 16.8162C9.81609 17.2143 9.44894 17.4872 9.02948 17.4996C8.61002 17.5119 8.22748 17.261 8.07163 16.8714L6.52935 13.0157L6.05481 13.3321C5.59528 13.6384 4.97441 13.5142 4.66806 13.0547C4.3617 12.5952 4.48588 11.9743 4.94541 11.668L5.41995 11.3516L5.45811 11.3261C5.66051 11.191 5.89203 11.0365 6.10535 10.9346C6.3567 10.8146 6.75113 10.6829 7.20965 10.8254C7.66817 10.9678 7.9186 11.2997 8.05773 11.541C8.1758 11.7458 8.27903 12.0043 8.36928 12.2303L8.3863 12.2729L8.91471 13.5939L10.1563 9.86913L10.1563 9.86909C10.3621 9.25162 10.5425 8.71043 10.7422 8.28106C10.9581 7.81688 11.2363 7.39149 11.6875 7.06628C12.1387 6.74107 12.6302 6.61172 13.1389 6.55365C13.6094 6.49993 14.1799 6.49996 14.8307 6.5L18.5001 6.5ZM14.7071 11.2929C14.3166 10.9024 13.6834 10.9024 13.2929 11.2929C12.9024 11.6834 12.9024 12.3166 13.2929 12.7071L14.0858 13.5L13.2929 14.2929C12.9024 14.6834 12.9024 15.3166 13.2929 15.7071C13.6834 16.0976 14.3166 16.0976 14.7071 15.7071L15.5 14.9142L16.2929 15.7071C16.6834 16.0976 17.3166 16.0976 17.7071 15.7071C18.0976 15.3166 18.0976 14.6834 17.7071 14.2929L16.9142 13.5L17.7071 12.7071C18.0976 12.3166 18.0976 11.6834 17.7071 11.2929C17.3166 10.9024 16.6834 10.9024 16.2929 11.2929L15.5 12.0858L14.7071 11.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-mentor{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1727 17.1177C16.8998 15.9608 19.1004 15.9608 20.8275 17.1177C21.1375 17.3137 21.8435 17.7614 22.2143 18.1697C22.4496 18.4288 22.6977 18.7967 22.7429 19.2626C22.7915 19.7627 22.5935 20.2221 22.2317 20.6099C21.6846 21.1963 20.953 21.75 19.9597 21.75H16.0405C15.0472 21.75 14.3156 21.1963 13.7685 20.6099C13.4067 20.2221 13.2087 19.7627 13.2573 19.2626C13.3025 18.7967 13.5506 18.4288 13.7859 18.1697C14.1567 17.7614 14.8627 17.3137 15.1727 17.1177Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 12.5C15.25 10.9812 16.4812 9.75 18 9.75C19.5188 9.75 20.75 10.9812 20.75 12.5C20.75 14.0188 19.5188 15.25 18 15.25C16.4812 15.25 15.25 14.0188 15.25 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 3.25C9 2.69772 9.44772 2.25 10 2.25H18C18.5523 2.25 19 2.69772 19 3.25C19 3.80228 18.5523 4.25 18 4.25H10C9.44772 4.25 9 3.80228 9 3.25ZM9 6.25C9 5.69772 9.44772 5.25 10 5.25H15C15.5523 5.25 16 5.69772 16 6.25C16 6.80228 15.5523 7.25 15 7.25H10C9.44772 7.25 9 6.80228 9 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.70671 15.1972C7.75011 14.8744 7.75006 14.4776 7.75001 14.0448L7.75001 10.75H11.75C12.3023 10.75 12.75 10.3023 12.75 9.75C12.75 9.19772 12.3023 8.75 11.75 8.75H5.75L5.7467 8.75001L3.95526 8.75C3.52244 8.74995 3.12561 8.74991 2.8028 8.79331C2.44732 8.8411 2.07159 8.95355 1.76257 9.26257C1.45355 9.57159 1.3411 9.94732 1.29331 10.3028C1.24991 10.6256 1.24995 11.0224 1.25 11.4553V14.0448C1.24995 14.4776 1.24991 14.8744 1.29331 15.1972C1.3411 15.5527 1.45355 15.9284 1.76257 16.2374C2.07159 16.5465 2.44732 16.6589 2.8028 16.7067C3.1256 16.7501 3.52246 16.7501 3.95525 16.75H3.95526H5.0448H5.04481C5.47761 16.7501 5.87442 16.7501 6.19721 16.7067C6.5527 16.6589 6.92842 16.5465 7.23744 16.2374C7.54647 15.9284 7.65891 15.5527 7.70671 15.1972Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.75 5C1.75 3.48122 2.98122 2.25 4.5 2.25C6.01878 2.25 7.25 3.48122 7.25 5C7.25 6.51878 6.01878 7.75 4.5 7.75C2.98122 7.75 1.75 6.51878 1.75 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1727 17.1177C16.8998 15.9608 19.1004 15.9608 20.8275 17.1177C21.1375 17.3137 21.8435 17.7614 22.2143 18.1697C22.4496 18.4288 22.6977 18.7967 22.7429 19.2626C22.7915 19.7627 22.5935 20.2221 22.2317 20.6099C21.6846 21.1963 20.953 21.75 19.9597 21.75H16.0405C15.0472 21.75 14.3156 21.1963 13.7685 20.6099C13.4067 20.2221 13.2087 19.7627 13.2573 19.2626C13.3025 18.7967 13.5506 18.4288 13.7859 18.1697C14.1567 17.7614 14.8627 17.3137 15.1727 17.1177Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 12.5C15.25 10.9812 16.4812 9.75 18 9.75C19.5188 9.75 20.75 10.9812 20.75 12.5C20.75 14.0188 19.5188 15.25 18 15.25C16.4812 15.25 15.25 14.0188 15.25 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 3.25C9 2.69772 9.44772 2.25 10 2.25H18C18.5523 2.25 19 2.69772 19 3.25C19 3.80228 18.5523 4.25 18 4.25H10C9.44772 4.25 9 3.80228 9 3.25ZM9 6.25C9 5.69772 9.44772 5.25 10 5.25H15C15.5523 5.25 16 5.69772 16 6.25C16 6.80228 15.5523 7.25 15 7.25H10C9.44772 7.25 9 6.80228 9 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.70671 15.1972C7.75011 14.8744 7.75006 14.4776 7.75001 14.0448L7.75001 10.75H11.75C12.3023 10.75 12.75 10.3023 12.75 9.75C12.75 9.19772 12.3023 8.75 11.75 8.75H5.75L5.7467 8.75001L3.95526 8.75C3.52244 8.74995 3.12561 8.74991 2.8028 8.79331C2.44732 8.8411 2.07159 8.95355 1.76257 9.26257C1.45355 9.57159 1.3411 9.94732 1.29331 10.3028C1.24991 10.6256 1.24995 11.0224 1.25 11.4553V14.0448C1.24995 14.4776 1.24991 14.8744 1.29331 15.1972C1.3411 15.5527 1.45355 15.9284 1.76257 16.2374C2.07159 16.5465 2.44732 16.6589 2.8028 16.7067C3.1256 16.7501 3.52246 16.7501 3.95525 16.75H3.95526H5.0448H5.04481C5.47761 16.7501 5.87442 16.7501 6.19721 16.7067C6.5527 16.6589 6.92842 16.5465 7.23744 16.2374C7.54647 15.9284 7.65891 15.5527 7.70671 15.1972Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.75 5C1.75 3.48122 2.98122 2.25 4.5 2.25C6.01878 2.25 7.25 3.48122 7.25 5C7.25 6.51878 6.01878 7.75 4.5 7.75C2.98122 7.75 1.75 6.51878 1.75 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-mentoring{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 7.75C8.89848 7.74997 9.6997 7.74995 10.2945 7.82991C10.9223 7.91432 11.4891 8.09999 11.9445 8.55546C12.4 9.01093 12.5857 9.57773 12.6701 10.2055C12.7501 10.8003 12.75 11.5495 12.75 12.448V12.448L12.75 13C12.75 13.4142 12.4142 13.75 12 13.75H4C3.58579 13.75 3.25 13.4142 3.25 13L3.25 12.448V12.448C3.24997 11.5495 3.24995 10.8003 3.32991 10.2055C3.41432 9.57773 3.59999 9.01093 4.05546 8.55546C4.51093 8.09999 5.07773 7.91432 5.70552 7.82991C6.3003 7.74995 7.10152 7.74997 8 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 13C14.25 11.4812 15.4812 10.25 17 10.25C18.5188 10.25 19.75 11.4812 19.75 13C19.75 14.5188 18.5188 15.75 17 15.75C15.4812 15.75 14.25 14.5188 14.25 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.25 4C5.25 2.48122 6.48122 1.25 8 1.25C9.51878 1.25 10.75 2.48122 10.75 4C10.75 5.51878 9.51878 6.75 8 6.75C6.48122 6.75 5.25 5.51878 5.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.43448 15.6393C1.61815 15.3949 1.91314 15.25 2.22728 15.25H10.0455C10.4661 15.25 10.8396 15.5082 10.9726 15.891L12.7044 20.875H15.5227C16.0625 20.875 16.5 21.2947 16.5 21.8125C16.5 22.3303 16.0625 22.75 15.5227 22.75H3.47745L1.30016 16.484C1.20082 16.1981 1.2508 15.8838 1.43448 15.6393Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9773 17.5938C12.9773 17.076 13.4148 16.6562 13.9545 16.6562H19.8182C21.4374 16.6562 22.75 17.9154 22.75 19.4688V19.9375C22.75 21.4908 21.4374 22.75 19.8182 22.75H18.9773C18.4375 22.75 18 22.3303 18 21.8125C18 21.2947 18.4375 20.875 18.9773 20.875H19.8182C20.3579 20.875 20.7955 20.4553 20.7955 19.9375V19.4688C20.7955 18.951 20.3579 18.5312 19.8182 18.5312H13.9545C13.4148 18.5312 12.9773 18.1115 12.9773 17.5938Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 7.75C8.89848 7.74997 9.6997 7.74995 10.2945 7.82991C10.9223 7.91432 11.4891 8.09999 11.9445 8.55546C12.4 9.01093 12.5857 9.57773 12.6701 10.2055C12.7501 10.8003 12.75 11.5495 12.75 12.448V12.448L12.75 13C12.75 13.4142 12.4142 13.75 12 13.75H4C3.58579 13.75 3.25 13.4142 3.25 13L3.25 12.448V12.448C3.24997 11.5495 3.24995 10.8003 3.32991 10.2055C3.41432 9.57773 3.59999 9.01093 4.05546 8.55546C4.51093 8.09999 5.07773 7.91432 5.70552 7.82991C6.3003 7.74995 7.10152 7.74997 8 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 13C14.25 11.4812 15.4812 10.25 17 10.25C18.5188 10.25 19.75 11.4812 19.75 13C19.75 14.5188 18.5188 15.75 17 15.75C15.4812 15.75 14.25 14.5188 14.25 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.25 4C5.25 2.48122 6.48122 1.25 8 1.25C9.51878 1.25 10.75 2.48122 10.75 4C10.75 5.51878 9.51878 6.75 8 6.75C6.48122 6.75 5.25 5.51878 5.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.43448 15.6393C1.61815 15.3949 1.91314 15.25 2.22728 15.25H10.0455C10.4661 15.25 10.8396 15.5082 10.9726 15.891L12.7044 20.875H15.5227C16.0625 20.875 16.5 21.2947 16.5 21.8125C16.5 22.3303 16.0625 22.75 15.5227 22.75H3.47745L1.30016 16.484C1.20082 16.1981 1.2508 15.8838 1.43448 15.6393Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9773 17.5938C12.9773 17.076 13.4148 16.6562 13.9545 16.6562H19.8182C21.4374 16.6562 22.75 17.9154 22.75 19.4688V19.9375C22.75 21.4908 21.4374 22.75 19.8182 22.75H18.9773C18.4375 22.75 18 22.3303 18 21.8125C18 21.2947 18.4375 20.875 18.9773 20.875H19.8182C20.3579 20.875 20.7955 20.4553 20.7955 19.9375V19.4688C20.7955 18.951 20.3579 18.5312 19.8182 18.5312H13.9545C13.4148 18.5312 12.9773 18.1115 12.9773 17.5938Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-moon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6783 3.43926L17.3888 2.69628C19.0333 3.65069 20.4011 5.02832 21.3436 6.68053L20.581 7.29832L20.5418 7.34169C20.0375 7.90024 19.3101 8.24953 18.5 8.24953C16.9812 8.24953 15.75 7.01832 15.75 5.49953C15.75 4.68947 16.0993 3.96202 16.6578 3.45769L16.6783 3.43926ZM22.75 12C22.75 10.6148 22.4876 9.28927 22.0094 8.07162L21.6138 8.39208C20.8387 9.22611 19.73 9.74953 18.5 9.74953C16.1528 9.74953 14.25 7.84674 14.25 5.49953C14.25 4.25787 14.7834 3.13979 15.6313 2.36376L15.9717 2.00774C14.7422 1.51865 13.4017 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12ZM10 7C9.44771 7 9 7.44772 9 8C9 8.55228 9.44771 9 10 9H10.0064C10.5586 9 11.0064 8.55228 11.0064 8C11.0064 7.44772 10.5586 7 10.0064 7H10ZM6 14C6 13.4477 6.44772 13 7 13H7.00635C7.55864 13 8.00635 13.4477 8.00635 14C8.00635 14.5523 7.55864 15 7.00635 15H7C6.44772 15 6 14.5523 6 14ZM12.75 16C12.75 15.3096 13.3096 14.75 14 14.75C14.6904 14.75 15.25 15.3096 15.25 16C15.25 16.6904 14.6904 17.25 14 17.25C13.3096 17.25 12.75 16.6904 12.75 16ZM14 13.25C12.4812 13.25 11.25 14.4812 11.25 16C11.25 17.5188 12.4812 18.75 14 18.75C15.5188 18.75 16.75 17.5188 16.75 16C16.75 14.4812 15.5188 13.25 14 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6783 3.43926L17.3888 2.69628C19.0333 3.65069 20.4011 5.02832 21.3436 6.68053L20.581 7.29832L20.5418 7.34169C20.0375 7.90024 19.3101 8.24953 18.5 8.24953C16.9812 8.24953 15.75 7.01832 15.75 5.49953C15.75 4.68947 16.0993 3.96202 16.6578 3.45769L16.6783 3.43926ZM22.75 12C22.75 10.6148 22.4876 9.28927 22.0094 8.07162L21.6138 8.39208C20.8387 9.22611 19.73 9.74953 18.5 9.74953C16.1528 9.74953 14.25 7.84674 14.25 5.49953C14.25 4.25787 14.7834 3.13979 15.6313 2.36376L15.9717 2.00774C14.7422 1.51865 13.4017 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12ZM10 7C9.44771 7 9 7.44772 9 8C9 8.55228 9.44771 9 10 9H10.0064C10.5586 9 11.0064 8.55228 11.0064 8C11.0064 7.44772 10.5586 7 10.0064 7H10ZM6 14C6 13.4477 6.44772 13 7 13H7.00635C7.55864 13 8.00635 13.4477 8.00635 14C8.00635 14.5523 7.55864 15 7.00635 15H7C6.44772 15 6 14.5523 6 14ZM12.75 16C12.75 15.3096 13.3096 14.75 14 14.75C14.6904 14.75 15.25 15.3096 15.25 16C15.25 16.6904 14.6904 17.25 14 17.25C13.3096 17.25 12.75 16.6904 12.75 16ZM14 13.25C12.4812 13.25 11.25 14.4812 11.25 16C11.25 17.5188 12.4812 18.75 14 18.75C15.5188 18.75 16.75 17.5188 16.75 16C16.75 14.4812 15.5188 13.25 14 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-mortarboard-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8414 2.43303C11.2599 2.32641 11.6671 2.25 12 2.25C12.3329 2.25 12.7401 2.32641 13.1586 2.43303C13.5904 2.54303 14.0852 2.69885 14.6121 2.88569C15.6665 3.25958 16.8817 3.76934 18.0337 4.32021C19.1824 4.86949 20.2909 5.47047 21.1227 6.03058C21.5359 6.30877 21.9063 6.59377 22.1819 6.87321C22.3198 7.01303 22.4517 7.16908 22.5529 7.33906C22.6512 7.50418 22.75 7.73169 22.75 8C22.75 8.26832 22.6512 8.49582 22.5529 8.66094C22.4517 8.83092 22.3198 8.98697 22.1819 9.12679C21.9063 9.40623 21.5359 9.69123 21.1227 9.96942C20.2909 10.5295 19.1824 11.1305 18.0337 11.6798C16.8817 12.2307 15.6665 12.7404 14.6121 13.1143C14.0852 13.3012 13.5904 13.457 13.1586 13.567C12.7401 13.6736 12.3329 13.75 12 13.75C11.6671 13.75 11.2599 13.6736 10.8414 13.567C10.4096 13.457 9.91478 13.3012 9.38788 13.1143C8.33348 12.7404 7.11825 12.2307 5.96626 11.6798C4.81761 11.1305 3.70909 10.5295 2.87728 9.96942C2.46413 9.69123 2.09374 9.40623 1.81808 9.12679C1.68016 8.98697 1.54826 8.83092 1.44706 8.66094C1.34876 8.49582 1.25 8.26832 1.25 8C1.25 7.73169 1.34876 7.50418 1.44706 7.33906C1.54826 7.16908 1.68016 7.01303 1.81808 6.87321C2.09374 6.59377 2.46413 6.30877 2.87728 6.03058C3.70909 5.47047 4.81761 4.86949 5.96626 4.32021C7.11825 3.76934 8.33348 3.25958 9.38788 2.88569C9.91478 2.69885 10.4096 2.54303 10.8414 2.43303Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1131 14.5263C14.5586 14.7229 14.0181 14.8941 13.5286 15.0188C13.0783 15.1335 12.5244 15.2482 11.9996 15.2482C11.4749 15.2482 10.921 15.1335 10.4707 15.0188C9.98122 14.8941 9.44065 14.7229 8.8862 14.5263C8.17672 14.2747 7.40464 13.9672 6.62854 13.6292C6.24983 13.4643 5.83667 13.7957 5.92389 14.1994L6.51939 16.9559C6.63307 17.4822 6.90925 18.0392 7.42984 18.4123C8.69819 19.3212 10.372 19.7482 11.9996 19.7482C13.6272 19.7482 15.3011 19.3212 16.5694 18.4123C17.09 18.0392 17.3662 17.4822 17.4799 16.9559L18.0754 14.1994C18.1626 13.7957 17.7494 13.4643 17.3707 13.6292C16.5946 13.9672 15.8226 14.2747 15.1131 14.5263Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.4998 8.75C20.914 8.75 21.2498 9.08579 21.2498 9.5V16.3564C21.3339 16.5459 21.4435 16.7511 21.5771 17.0011L21.5771 17.0011C21.6656 17.1667 21.7646 17.3519 21.8736 17.5653C22.1616 18.1288 22.4726 18.8095 22.658 19.5901C22.7814 20.1094 22.8555 20.7964 22.3663 21.287C22.1372 21.5168 21.8547 21.6247 21.6059 21.6799C21.3579 21.7349 21.0858 21.75 20.8152 21.75H20.1843C19.9138 21.75 19.6416 21.7349 19.3936 21.6799C19.1449 21.6247 18.8624 21.5168 18.6332 21.287C18.1441 20.7964 18.2181 20.1094 18.3415 19.5901C18.5269 18.8095 18.8379 18.1288 19.1259 17.5653C19.2349 17.352 19.3339 17.1667 19.4224 17.0012L19.4224 17.0011L19.4224 17.001C19.556 16.7511 19.6657 16.5459 19.7498 16.3564V9.5C19.7498 9.08579 20.0856 8.75 20.4998 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8414 2.43303C11.2599 2.32641 11.6671 2.25 12 2.25C12.3329 2.25 12.7401 2.32641 13.1586 2.43303C13.5904 2.54303 14.0852 2.69885 14.6121 2.88569C15.6665 3.25958 16.8817 3.76934 18.0337 4.32021C19.1824 4.86949 20.2909 5.47047 21.1227 6.03058C21.5359 6.30877 21.9063 6.59377 22.1819 6.87321C22.3198 7.01303 22.4517 7.16908 22.5529 7.33906C22.6512 7.50418 22.75 7.73169 22.75 8C22.75 8.26832 22.6512 8.49582 22.5529 8.66094C22.4517 8.83092 22.3198 8.98697 22.1819 9.12679C21.9063 9.40623 21.5359 9.69123 21.1227 9.96942C20.2909 10.5295 19.1824 11.1305 18.0337 11.6798C16.8817 12.2307 15.6665 12.7404 14.6121 13.1143C14.0852 13.3012 13.5904 13.457 13.1586 13.567C12.7401 13.6736 12.3329 13.75 12 13.75C11.6671 13.75 11.2599 13.6736 10.8414 13.567C10.4096 13.457 9.91478 13.3012 9.38788 13.1143C8.33348 12.7404 7.11825 12.2307 5.96626 11.6798C4.81761 11.1305 3.70909 10.5295 2.87728 9.96942C2.46413 9.69123 2.09374 9.40623 1.81808 9.12679C1.68016 8.98697 1.54826 8.83092 1.44706 8.66094C1.34876 8.49582 1.25 8.26832 1.25 8C1.25 7.73169 1.34876 7.50418 1.44706 7.33906C1.54826 7.16908 1.68016 7.01303 1.81808 6.87321C2.09374 6.59377 2.46413 6.30877 2.87728 6.03058C3.70909 5.47047 4.81761 4.86949 5.96626 4.32021C7.11825 3.76934 8.33348 3.25958 9.38788 2.88569C9.91478 2.69885 10.4096 2.54303 10.8414 2.43303Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1131 14.5263C14.5586 14.7229 14.0181 14.8941 13.5286 15.0188C13.0783 15.1335 12.5244 15.2482 11.9996 15.2482C11.4749 15.2482 10.921 15.1335 10.4707 15.0188C9.98122 14.8941 9.44065 14.7229 8.8862 14.5263C8.17672 14.2747 7.40464 13.9672 6.62854 13.6292C6.24983 13.4643 5.83667 13.7957 5.92389 14.1994L6.51939 16.9559C6.63307 17.4822 6.90925 18.0392 7.42984 18.4123C8.69819 19.3212 10.372 19.7482 11.9996 19.7482C13.6272 19.7482 15.3011 19.3212 16.5694 18.4123C17.09 18.0392 17.3662 17.4822 17.4799 16.9559L18.0754 14.1994C18.1626 13.7957 17.7494 13.4643 17.3707 13.6292C16.5946 13.9672 15.8226 14.2747 15.1131 14.5263Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.4998 8.75C20.914 8.75 21.2498 9.08579 21.2498 9.5V16.3564C21.3339 16.5459 21.4435 16.7511 21.5771 17.0011L21.5771 17.0011C21.6656 17.1667 21.7646 17.3519 21.8736 17.5653C22.1616 18.1288 22.4726 18.8095 22.658 19.5901C22.7814 20.1094 22.8555 20.7964 22.3663 21.287C22.1372 21.5168 21.8547 21.6247 21.6059 21.6799C21.3579 21.7349 21.0858 21.75 20.8152 21.75H20.1843C19.9138 21.75 19.6416 21.7349 19.3936 21.6799C19.1449 21.6247 18.8624 21.5168 18.6332 21.287C18.1441 20.7964 18.2181 20.1094 18.3415 19.5901C18.5269 18.8095 18.8379 18.1288 19.1259 17.5653C19.2349 17.352 19.3339 17.1667 19.4224 17.0012L19.4224 17.0011L19.4224 17.001C19.556 16.7511 19.6657 16.5459 19.7498 16.3564V9.5C19.7498 9.08579 20.0856 8.75 20.4998 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-mortarboard-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8414 2.43303C11.2599 2.32641 11.6671 2.25 12 2.25C12.3329 2.25 12.7401 2.32641 13.1586 2.43303C13.5904 2.54303 14.0852 2.69885 14.6121 2.88569C15.6665 3.25958 16.8817 3.76934 18.0337 4.32021C19.1824 4.86949 20.2909 5.47047 21.1227 6.03058C21.5359 6.30877 21.9063 6.59377 22.1819 6.87321C22.3198 7.01303 22.4517 7.16908 22.5529 7.33906C22.6512 7.50418 22.75 7.73169 22.75 8C22.75 8.26832 22.6512 8.49582 22.5529 8.66094C22.4517 8.83092 22.3198 8.98697 22.1819 9.12679C21.9063 9.40623 21.5359 9.69123 21.1227 9.96942C20.2909 10.5295 19.1824 11.1305 18.0337 11.6798C16.8817 12.2307 15.6665 12.7404 14.6121 13.1143C14.0852 13.3012 13.5904 13.457 13.1586 13.567C12.7401 13.6736 12.3329 13.75 12 13.75C11.6671 13.75 11.2599 13.6736 10.8414 13.567C10.4096 13.457 9.91478 13.3012 9.38788 13.1143C8.33348 12.7404 7.11825 12.2307 5.96626 11.6798C4.81761 11.1305 3.70909 10.5295 2.87728 9.96942C2.46413 9.69123 2.09374 9.40623 1.81808 9.12679C1.68016 8.98697 1.54826 8.83092 1.44706 8.66094C1.34876 8.49582 1.25 8.26832 1.25 8C1.25 7.73169 1.34876 7.50418 1.44706 7.33906C1.54826 7.16908 1.68016 7.01303 1.81808 6.87321C2.09374 6.59377 2.46413 6.30877 2.87728 6.03058C3.70909 5.47047 4.81761 4.86949 5.96626 4.32021C7.11825 3.76934 8.33348 3.25958 9.38788 2.88569C9.91478 2.69885 10.4096 2.54303 10.8414 2.43303Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1134 14.5285C14.5589 14.7251 14.0184 14.8963 13.5289 15.021C13.0786 15.1357 12.5247 15.2504 11.9999 15.2504C11.4752 15.2504 10.9213 15.1357 10.471 15.021C9.98152 14.8963 9.44095 14.7251 8.8865 14.5285C8.01377 14.219 7.0463 13.8249 6.09316 13.3936C5.74946 13.238 5.35809 13.4974 5.37452 13.8743L5.4961 16.663C5.50223 16.8036 5.51863 16.9872 5.57742 17.1813C5.71469 17.6345 5.98198 18.0933 6.43014 18.4145C7.09994 18.8944 7.98884 19.2227 8.93335 19.4335C9.88761 19.6465 10.9484 19.7504 11.9999 19.7504C13.0515 19.7504 14.1123 19.6465 15.0665 19.4335C16.011 19.2227 16.8999 18.8944 17.5697 18.4145C18.0179 18.0933 18.2852 17.6345 18.4225 17.1813C18.4812 16.9872 18.4977 16.8036 18.5038 16.663L18.6254 13.8743C18.6418 13.4974 18.2504 13.238 17.9067 13.3936C16.9536 13.8249 15.9861 14.219 15.1134 14.5285Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.4998 8.75C20.914 8.75 21.2498 9.08579 21.2498 9.5V16.3564C21.3339 16.5459 21.4435 16.7511 21.5771 17.0011L21.5771 17.0011C21.6656 17.1667 21.7646 17.3519 21.8736 17.5653C22.1616 18.1288 22.4726 18.8095 22.658 19.5901C22.7814 20.1094 22.8555 20.7964 22.3663 21.287C22.1372 21.5168 21.8547 21.6247 21.6059 21.6799C21.3579 21.7349 21.0858 21.75 20.8152 21.75H20.1843C19.9138 21.75 19.6416 21.7349 19.3936 21.6799C19.1449 21.6247 18.8624 21.5168 18.6332 21.287C18.1441 20.7964 18.2181 20.1094 18.3415 19.5901C18.5269 18.8095 18.8379 18.1288 19.1259 17.5653C19.2349 17.352 19.3339 17.1667 19.4224 17.0012L19.4224 17.0011L19.4224 17.001C19.556 16.7511 19.6657 16.5459 19.7498 16.3564V9.5C19.7498 9.08579 20.0856 8.75 20.4998 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8414 2.43303C11.2599 2.32641 11.6671 2.25 12 2.25C12.3329 2.25 12.7401 2.32641 13.1586 2.43303C13.5904 2.54303 14.0852 2.69885 14.6121 2.88569C15.6665 3.25958 16.8817 3.76934 18.0337 4.32021C19.1824 4.86949 20.2909 5.47047 21.1227 6.03058C21.5359 6.30877 21.9063 6.59377 22.1819 6.87321C22.3198 7.01303 22.4517 7.16908 22.5529 7.33906C22.6512 7.50418 22.75 7.73169 22.75 8C22.75 8.26832 22.6512 8.49582 22.5529 8.66094C22.4517 8.83092 22.3198 8.98697 22.1819 9.12679C21.9063 9.40623 21.5359 9.69123 21.1227 9.96942C20.2909 10.5295 19.1824 11.1305 18.0337 11.6798C16.8817 12.2307 15.6665 12.7404 14.6121 13.1143C14.0852 13.3012 13.5904 13.457 13.1586 13.567C12.7401 13.6736 12.3329 13.75 12 13.75C11.6671 13.75 11.2599 13.6736 10.8414 13.567C10.4096 13.457 9.91478 13.3012 9.38788 13.1143C8.33348 12.7404 7.11825 12.2307 5.96626 11.6798C4.81761 11.1305 3.70909 10.5295 2.87728 9.96942C2.46413 9.69123 2.09374 9.40623 1.81808 9.12679C1.68016 8.98697 1.54826 8.83092 1.44706 8.66094C1.34876 8.49582 1.25 8.26832 1.25 8C1.25 7.73169 1.34876 7.50418 1.44706 7.33906C1.54826 7.16908 1.68016 7.01303 1.81808 6.87321C2.09374 6.59377 2.46413 6.30877 2.87728 6.03058C3.70909 5.47047 4.81761 4.86949 5.96626 4.32021C7.11825 3.76934 8.33348 3.25958 9.38788 2.88569C9.91478 2.69885 10.4096 2.54303 10.8414 2.43303Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1134 14.5285C14.5589 14.7251 14.0184 14.8963 13.5289 15.021C13.0786 15.1357 12.5247 15.2504 11.9999 15.2504C11.4752 15.2504 10.9213 15.1357 10.471 15.021C9.98152 14.8963 9.44095 14.7251 8.8865 14.5285C8.01377 14.219 7.0463 13.8249 6.09316 13.3936C5.74946 13.238 5.35809 13.4974 5.37452 13.8743L5.4961 16.663C5.50223 16.8036 5.51863 16.9872 5.57742 17.1813C5.71469 17.6345 5.98198 18.0933 6.43014 18.4145C7.09994 18.8944 7.98884 19.2227 8.93335 19.4335C9.88761 19.6465 10.9484 19.7504 11.9999 19.7504C13.0515 19.7504 14.1123 19.6465 15.0665 19.4335C16.011 19.2227 16.8999 18.8944 17.5697 18.4145C18.0179 18.0933 18.2852 17.6345 18.4225 17.1813C18.4812 16.9872 18.4977 16.8036 18.5038 16.663L18.6254 13.8743C18.6418 13.4974 18.2504 13.238 17.9067 13.3936C16.9536 13.8249 15.9861 14.219 15.1134 14.5285Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.4998 8.75C20.914 8.75 21.2498 9.08579 21.2498 9.5V16.3564C21.3339 16.5459 21.4435 16.7511 21.5771 17.0011L21.5771 17.0011C21.6656 17.1667 21.7646 17.3519 21.8736 17.5653C22.1616 18.1288 22.4726 18.8095 22.658 19.5901C22.7814 20.1094 22.8555 20.7964 22.3663 21.287C22.1372 21.5168 21.8547 21.6247 21.6059 21.6799C21.3579 21.7349 21.0858 21.75 20.8152 21.75H20.1843C19.9138 21.75 19.6416 21.7349 19.3936 21.6799C19.1449 21.6247 18.8624 21.5168 18.6332 21.287C18.1441 20.7964 18.2181 20.1094 18.3415 19.5901C18.5269 18.8095 18.8379 18.1288 19.1259 17.5653C19.2349 17.352 19.3339 17.1667 19.4224 17.0012L19.4224 17.0011L19.4224 17.001C19.556 16.7511 19.6657 16.5459 19.7498 16.3564V9.5C19.7498 9.08579 20.0856 8.75 20.4998 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-note{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.4247 5.96656C6.58139 6.49615 6.27908 7.05249 5.74949 7.20917C4.16178 7.67891 3.67116 7.99964 3.42994 8.4151C3.27579 8.68059 3.19906 9.0304 3.28685 9.72268C3.37837 10.4444 3.62421 11.3754 3.98943 12.7462L5.00179 16.5459C5.36703 17.9168 5.61699 18.8466 5.89648 19.5175C6.16466 20.1613 6.40442 20.424 6.66765 20.5751C6.93172 20.7267 7.28257 20.8022 7.97966 20.7109C8.70491 20.616 9.64085 20.366 11.017 19.9951L11.4897 19.8678C12.023 19.7241 12.5718 20.0399 12.7155 20.5731C12.8592 21.1064 12.5434 21.6552 12.0101 21.7989L11.4696 21.9445C10.1784 22.2925 9.11286 22.5796 8.23925 22.694C7.32225 22.814 6.46836 22.7668 5.6719 22.3096C4.87461 21.8519 4.40515 21.1385 4.05028 20.2866C3.71269 19.4763 3.42979 18.4143 3.08741 17.1292L2.03867 13.1929C1.6962 11.9076 1.41325 10.8457 1.30274 9.97429C1.18654 9.05805 1.23873 8.20589 1.70034 7.41087C2.38635 6.22933 3.65428 5.74336 5.18209 5.29135C5.71168 5.13467 6.26802 5.43697 6.4247 5.96656Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.4252 3.28231C19.6271 2.95101 18.5745 2.67059 17.2693 2.32287L16.2093 2.04043C14.9041 1.69265 13.8515 1.4122 12.9938 1.30229C12.1033 1.18818 11.3123 1.241 10.582 1.66025C9.85111 2.07986 9.40858 2.73583 9.06201 3.5614C8.72858 4.35566 8.4464 5.40287 8.09685 6.70016L7.04511 10.6032L7.04511 10.6032C6.69553 11.9004 6.41332 12.9476 6.30269 13.8013C6.18771 14.6885 6.24088 15.4779 6.66385 16.2064C7.08645 16.9342 7.74612 17.3737 8.57468 17.7176C9.37284 18.0489 10.4254 18.3293 11.7306 18.677L12.7907 18.9595C14.0958 19.3073 15.1484 19.5877 16.0061 19.6976C16.8966 19.8117 17.6876 19.7589 18.4179 19.3396C19.1488 18.92 19.5913 18.2641 19.9379 17.4385C20.2713 16.6442 20.5535 15.597 20.903 14.2997L21.9548 10.3967C22.3044 9.09953 22.5866 8.05231 22.6972 7.19861C22.8122 6.31139 22.759 5.52199 22.336 4.79352C21.9134 4.06567 21.2538 3.62623 20.4252 3.28231ZM13.0738 6.29109C12.6736 6.18445 12.2627 6.42247 12.156 6.82272C12.0494 7.22297 12.2874 7.63389 12.6876 7.74053L17.4605 9.01221C17.8608 9.11885 18.2717 8.88084 18.3784 8.48059C18.485 8.08034 18.247 7.66942 17.8467 7.56278L13.0738 6.29109ZM12.0507 10.0879C11.6504 9.98125 11.2395 10.2193 11.1329 10.6195C11.0262 11.0198 11.2643 11.4307 11.6645 11.5373L14.051 12.1732C14.4512 12.2798 14.8621 12.0418 14.9688 11.6415C15.0754 11.2413 14.8374 10.8304 14.4372 10.7237L12.0507 10.0879Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.4247 5.96656C6.58139 6.49615 6.27908 7.05249 5.74949 7.20917C4.16178 7.67891 3.67116 7.99964 3.42994 8.4151C3.27579 8.68059 3.19906 9.0304 3.28685 9.72268C3.37837 10.4444 3.62421 11.3754 3.98943 12.7462L5.00179 16.5459C5.36703 17.9168 5.61699 18.8466 5.89648 19.5175C6.16466 20.1613 6.40442 20.424 6.66765 20.5751C6.93172 20.7267 7.28257 20.8022 7.97966 20.7109C8.70491 20.616 9.64085 20.366 11.017 19.9951L11.4897 19.8678C12.023 19.7241 12.5718 20.0399 12.7155 20.5731C12.8592 21.1064 12.5434 21.6552 12.0101 21.7989L11.4696 21.9445C10.1784 22.2925 9.11286 22.5796 8.23925 22.694C7.32225 22.814 6.46836 22.7668 5.6719 22.3096C4.87461 21.8519 4.40515 21.1385 4.05028 20.2866C3.71269 19.4763 3.42979 18.4143 3.08741 17.1292L2.03867 13.1929C1.6962 11.9076 1.41325 10.8457 1.30274 9.97429C1.18654 9.05805 1.23873 8.20589 1.70034 7.41087C2.38635 6.22933 3.65428 5.74336 5.18209 5.29135C5.71168 5.13467 6.26802 5.43697 6.4247 5.96656Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.4252 3.28231C19.6271 2.95101 18.5745 2.67059 17.2693 2.32287L16.2093 2.04043C14.9041 1.69265 13.8515 1.4122 12.9938 1.30229C12.1033 1.18818 11.3123 1.241 10.582 1.66025C9.85111 2.07986 9.40858 2.73583 9.06201 3.5614C8.72858 4.35566 8.4464 5.40287 8.09685 6.70016L7.04511 10.6032L7.04511 10.6032C6.69553 11.9004 6.41332 12.9476 6.30269 13.8013C6.18771 14.6885 6.24088 15.4779 6.66385 16.2064C7.08645 16.9342 7.74612 17.3737 8.57468 17.7176C9.37284 18.0489 10.4254 18.3293 11.7306 18.677L12.7907 18.9595C14.0958 19.3073 15.1484 19.5877 16.0061 19.6976C16.8966 19.8117 17.6876 19.7589 18.4179 19.3396C19.1488 18.92 19.5913 18.2641 19.9379 17.4385C20.2713 16.6442 20.5535 15.597 20.903 14.2997L21.9548 10.3967C22.3044 9.09953 22.5866 8.05231 22.6972 7.19861C22.8122 6.31139 22.759 5.52199 22.336 4.79352C21.9134 4.06567 21.2538 3.62623 20.4252 3.28231ZM13.0738 6.29109C12.6736 6.18445 12.2627 6.42247 12.156 6.82272C12.0494 7.22297 12.2874 7.63389 12.6876 7.74053L17.4605 9.01221C17.8608 9.11885 18.2717 8.88084 18.3784 8.48059C18.485 8.08034 18.247 7.66942 17.8467 7.56278L13.0738 6.29109ZM12.0507 10.0879C11.6504 9.98125 11.2395 10.2193 11.1329 10.6195C11.0262 11.0198 11.2643 11.4307 11.6645 11.5373L14.051 12.1732C14.4512 12.2798 14.8621 12.0418 14.9688 11.6415C15.0754 11.2413 14.8374 10.8304 14.4372 10.7237L12.0507 10.0879Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-notebook-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0564 1.25H14.0564H14.0564H11.9436H11.9436H11.9436C10.1058 1.24998 8.65019 1.24997 7.51098 1.40314C6.33856 1.56076 5.38961 1.89288 4.64124 2.64124C3.89288 3.38961 3.56076 4.33856 3.40314 5.51098C3.24997 6.65019 3.24998 8.10581 3.25 9.94356V9.94357V9.94358V14.0564V14.0564V14.0564C3.24998 15.8942 3.24997 17.3498 3.40314 18.489C3.56076 19.6614 3.89288 20.6104 4.64124 21.3588C5.38961 22.1071 6.33856 22.4392 7.51098 22.5969C8.65018 22.75 10.1058 22.75 11.9435 22.75H11.9436H14.0564H14.0565C15.8942 22.75 17.3498 22.75 18.489 22.5969C19.6614 22.4392 20.6104 22.1071 21.3588 21.3588C22.1071 20.6104 22.4392 19.6614 22.5969 18.489C22.75 17.3498 22.75 15.8942 22.75 14.0565V14.0564V9.94359V9.94354C22.75 8.1058 22.75 6.65018 22.5969 5.51098C22.4392 4.33856 22.1071 3.38961 21.3588 2.64124C20.6104 1.89288 19.6614 1.56076 18.489 1.40314C17.3498 1.24997 15.8942 1.24998 14.0564 1.25ZM11.2857 5.25L11.2436 5.25H11.2436H11.2436C10.7409 5.24997 10.2995 5.24994 9.94407 5.29175C9.56635 5.33619 9.17267 5.43814 8.84087 5.72846C8.49466 6.0314 8.35823 6.41347 8.30055 6.78883C8.24987 7.11872 8.24993 7.52204 8.25001 7.95108L8.25001 8L8.25001 8.04892C8.24993 8.47797 8.24987 8.88129 8.30055 9.21118C8.35823 9.58653 8.49466 9.96861 8.84087 10.2715C9.17267 10.5619 9.56635 10.6638 9.94407 10.7083C10.2995 10.7501 10.741 10.75 11.2436 10.75L11.2857 10.75L14.7564 10.75C15.2591 10.75 15.7005 10.7501 16.0559 10.7083C16.4337 10.6638 16.8274 10.5619 17.1592 10.2715C17.5054 9.96861 17.6418 9.58653 17.6995 9.21118C17.7502 8.8813 17.7501 8.47799 17.75 8.04895V8.04894L17.75 8L17.75 7.95107V7.95105C17.7501 7.52202 17.7502 7.11871 17.6995 6.78883C17.6418 6.41347 17.5054 6.0314 17.1592 5.72846C16.8274 5.43814 16.4337 5.33619 16.0559 5.29175C15.7006 5.24994 15.2591 5.24997 14.7564 5.25H14.7564L11.2857 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 6C1.25 5.44772 1.69772 5 2.25 5L5.25 5C5.80229 5 6.25 5.44772 6.25 6C6.25 6.55229 5.80228 7 5.25 7L2.25 7C1.69772 7 1.25 6.55228 1.25 6ZM1.25 12C1.25 11.4477 1.69772 11 2.25 11H5.25C5.80228 11 6.25 11.4477 6.25 12C6.25 12.5523 5.80228 13 5.25 13H2.25C1.69772 13 1.25 12.5523 1.25 12ZM1.25 18C1.25 17.4477 1.69772 17 2.25 17H5.25C5.80228 17 6.25 17.4477 6.25 18C6.25 18.5523 5.80228 19 5.25 19H2.25C1.69772 19 1.25 18.5523 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0564 1.25H14.0564H14.0564H11.9436H11.9436H11.9436C10.1058 1.24998 8.65019 1.24997 7.51098 1.40314C6.33856 1.56076 5.38961 1.89288 4.64124 2.64124C3.89288 3.38961 3.56076 4.33856 3.40314 5.51098C3.24997 6.65019 3.24998 8.10581 3.25 9.94356V9.94357V9.94358V14.0564V14.0564V14.0564C3.24998 15.8942 3.24997 17.3498 3.40314 18.489C3.56076 19.6614 3.89288 20.6104 4.64124 21.3588C5.38961 22.1071 6.33856 22.4392 7.51098 22.5969C8.65018 22.75 10.1058 22.75 11.9435 22.75H11.9436H14.0564H14.0565C15.8942 22.75 17.3498 22.75 18.489 22.5969C19.6614 22.4392 20.6104 22.1071 21.3588 21.3588C22.1071 20.6104 22.4392 19.6614 22.5969 18.489C22.75 17.3498 22.75 15.8942 22.75 14.0565V14.0564V9.94359V9.94354C22.75 8.1058 22.75 6.65018 22.5969 5.51098C22.4392 4.33856 22.1071 3.38961 21.3588 2.64124C20.6104 1.89288 19.6614 1.56076 18.489 1.40314C17.3498 1.24997 15.8942 1.24998 14.0564 1.25ZM11.2857 5.25L11.2436 5.25H11.2436H11.2436C10.7409 5.24997 10.2995 5.24994 9.94407 5.29175C9.56635 5.33619 9.17267 5.43814 8.84087 5.72846C8.49466 6.0314 8.35823 6.41347 8.30055 6.78883C8.24987 7.11872 8.24993 7.52204 8.25001 7.95108L8.25001 8L8.25001 8.04892C8.24993 8.47797 8.24987 8.88129 8.30055 9.21118C8.35823 9.58653 8.49466 9.96861 8.84087 10.2715C9.17267 10.5619 9.56635 10.6638 9.94407 10.7083C10.2995 10.7501 10.741 10.75 11.2436 10.75L11.2857 10.75L14.7564 10.75C15.2591 10.75 15.7005 10.7501 16.0559 10.7083C16.4337 10.6638 16.8274 10.5619 17.1592 10.2715C17.5054 9.96861 17.6418 9.58653 17.6995 9.21118C17.7502 8.8813 17.7501 8.47799 17.75 8.04895V8.04894L17.75 8L17.75 7.95107V7.95105C17.7501 7.52202 17.7502 7.11871 17.6995 6.78883C17.6418 6.41347 17.5054 6.0314 17.1592 5.72846C16.8274 5.43814 16.4337 5.33619 16.0559 5.29175C15.7006 5.24994 15.2591 5.24997 14.7564 5.25H14.7564L11.2857 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 6C1.25 5.44772 1.69772 5 2.25 5L5.25 5C5.80229 5 6.25 5.44772 6.25 6C6.25 6.55229 5.80228 7 5.25 7L2.25 7C1.69772 7 1.25 6.55228 1.25 6ZM1.25 12C1.25 11.4477 1.69772 11 2.25 11H5.25C5.80228 11 6.25 11.4477 6.25 12C6.25 12.5523 5.80228 13 5.25 13H2.25C1.69772 13 1.25 12.5523 1.25 12ZM1.25 18C1.25 17.4477 1.69772 17 2.25 17H5.25C5.80228 17 6.25 17.4477 6.25 18C6.25 18.5523 5.80228 19 5.25 19H2.25C1.69772 19 1.25 18.5523 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-notebook-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 6C1.25 5.44772 1.69772 5 2.25 5L5.25 5C5.80229 5 6.25 5.44772 6.25 6C6.25 6.55229 5.80228 7 5.25 7L2.25 7C1.69772 7 1.25 6.55228 1.25 6ZM1.25 12C1.25 11.4477 1.69772 11 2.25 11H5.25C5.80228 11 6.25 11.4477 6.25 12C6.25 12.5523 5.80228 13 5.25 13H2.25C1.69772 13 1.25 12.5523 1.25 12ZM1.25 18C1.25 17.4477 1.69772 17 2.25 17H5.25C5.80228 17 6.25 17.4477 6.25 18C6.25 18.5523 5.80228 19 5.25 19H2.25C1.69772 19 1.25 18.5523 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.83689 22.6539C9.75 22.5662 9.75 22.427 9.75 22.1487V1.85129C9.75 1.57297 9.75 1.4338 9.83689 1.3461C9.92379 1.25841 10.062 1.25713 10.3385 1.25459C10.8378 1.24999 11.3722 1.25 11.9434 1.25H14.0564C15.8942 1.24999 17.3498 1.24997 18.489 1.40314C19.6614 1.56076 20.6104 1.89288 21.3588 2.64125C22.1071 3.38961 22.4392 4.33856 22.5969 5.51098C22.75 6.65019 22.75 8.10585 22.75 9.94359V14.0565C22.75 15.8942 22.75 17.3498 22.5969 18.489C22.4392 19.6614 22.1071 20.6104 21.3588 21.3588C20.6104 22.1071 19.6614 22.4392 18.489 22.5969C17.3498 22.75 15.8942 22.75 14.0564 22.75H11.9435C11.3726 22.75 10.8377 22.75 10.3385 22.7454C10.062 22.7429 9.92379 22.7416 9.83689 22.6539ZM14.25 6C13.6977 6 13.25 6.44772 13.25 7C13.25 7.55229 13.6977 8 14.25 8L18.25 8C18.8023 8 19.25 7.55229 19.25 7C19.25 6.44772 18.8023 6 18.25 6L14.25 6ZM14.25 10C13.6977 10 13.25 10.4477 13.25 11C13.25 11.5523 13.6977 12 14.25 12H16.25C16.8023 12 17.25 11.5523 17.25 11C17.25 10.4477 16.8023 10 16.25 10H14.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25 1.97355C8.25 1.66698 8.25 1.51369 8.14852 1.42412C8.04703 1.33455 7.89993 1.35297 7.60572 1.38982C7.5739 1.3938 7.54232 1.3979 7.51098 1.40211C6.33856 1.55974 5.38961 1.89186 4.64124 2.64022C3.89288 3.38859 3.56076 4.33753 3.40314 5.50996C3.24997 6.64917 3.24999 8.10479 3.25 9.94254V14.0554C3.24999 15.8931 3.24997 17.3488 3.40314 18.488C3.56076 19.6604 3.89288 20.6094 4.64124 21.3577C5.38961 22.1061 6.33856 22.4382 7.51098 22.5958C7.54232 22.6001 7.5739 22.6042 7.60571 22.6081C7.89993 22.645 8.04703 22.6634 8.14852 22.5738C8.25 22.4843 8.25 22.331 8.25 22.0244L8.25 1.97355Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 6C1.25 5.44772 1.69772 5 2.25 5L5.25 5C5.80229 5 6.25 5.44772 6.25 6C6.25 6.55229 5.80228 7 5.25 7L2.25 7C1.69772 7 1.25 6.55228 1.25 6ZM1.25 12C1.25 11.4477 1.69772 11 2.25 11H5.25C5.80228 11 6.25 11.4477 6.25 12C6.25 12.5523 5.80228 13 5.25 13H2.25C1.69772 13 1.25 12.5523 1.25 12ZM1.25 18C1.25 17.4477 1.69772 17 2.25 17H5.25C5.80228 17 6.25 17.4477 6.25 18C6.25 18.5523 5.80228 19 5.25 19H2.25C1.69772 19 1.25 18.5523 1.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.83689 22.6539C9.75 22.5662 9.75 22.427 9.75 22.1487V1.85129C9.75 1.57297 9.75 1.4338 9.83689 1.3461C9.92379 1.25841 10.062 1.25713 10.3385 1.25459C10.8378 1.24999 11.3722 1.25 11.9434 1.25H14.0564C15.8942 1.24999 17.3498 1.24997 18.489 1.40314C19.6614 1.56076 20.6104 1.89288 21.3588 2.64125C22.1071 3.38961 22.4392 4.33856 22.5969 5.51098C22.75 6.65019 22.75 8.10585 22.75 9.94359V14.0565C22.75 15.8942 22.75 17.3498 22.5969 18.489C22.4392 19.6614 22.1071 20.6104 21.3588 21.3588C20.6104 22.1071 19.6614 22.4392 18.489 22.5969C17.3498 22.75 15.8942 22.75 14.0564 22.75H11.9435C11.3726 22.75 10.8377 22.75 10.3385 22.7454C10.062 22.7429 9.92379 22.7416 9.83689 22.6539ZM14.25 6C13.6977 6 13.25 6.44772 13.25 7C13.25 7.55229 13.6977 8 14.25 8L18.25 8C18.8023 8 19.25 7.55229 19.25 7C19.25 6.44772 18.8023 6 18.25 6L14.25 6ZM14.25 10C13.6977 10 13.25 10.4477 13.25 11C13.25 11.5523 13.6977 12 14.25 12H16.25C16.8023 12 17.25 11.5523 17.25 11C17.25 10.4477 16.8023 10 16.25 10H14.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25 1.97355C8.25 1.66698 8.25 1.51369 8.14852 1.42412C8.04703 1.33455 7.89993 1.35297 7.60572 1.38982C7.5739 1.3938 7.54232 1.3979 7.51098 1.40211C6.33856 1.55974 5.38961 1.89186 4.64124 2.64022C3.89288 3.38859 3.56076 4.33753 3.40314 5.50996C3.24997 6.64917 3.24999 8.10479 3.25 9.94254V14.0554C3.24999 15.8931 3.24997 17.3488 3.40314 18.488C3.56076 19.6604 3.89288 20.6094 4.64124 21.3577C5.38961 22.1061 6.33856 22.4382 7.51098 22.5958C7.54232 22.6001 7.5739 22.6042 7.60571 22.6081C7.89993 22.645 8.04703 22.6634 8.14852 22.5738C8.25 22.4843 8.25 22.331 8.25 22.0244L8.25 1.97355Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-online-learning-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.65519 6.98513L6.71272 6.99511C8.3968 7.28706 9.74259 7.75573 10.7433 8.24647C10.9822 8.36359 11.1016 8.42216 11.1758 8.53929C11.25 8.65641 11.25 8.7951 11.25 9.07248L11.25 22.6874C11.25 22.7327 11.2023 22.763 11.1598 22.7444C10.8898 22.6262 10.5369 22.4528 10.0983 22.2373L10.0979 22.2371L10.08 22.2283C9.22464 21.808 8.01868 21.3781 6.4523 21.1066L6.41317 21.0998C5.52977 20.9467 4.81369 20.8225 4.26911 20.6752C3.72594 20.5282 3.21055 20.3242 2.85124 19.9193C2.50003 19.5235 2.36713 19.0467 2.3072 18.5465C2.24996 18.0687 2.24998 17.4687 2.25001 16.755L2.25 10.7436C2.24994 9.9728 2.24989 9.304 2.34148 8.76839C2.44242 8.17805 2.66858 7.65466 3.18255 7.25365C3.6739 6.87029 4.20718 6.74658 4.79216 6.75007C5.31813 6.75321 5.94283 6.86157 6.65519 6.98513ZM12.8242 8.53929C12.8984 8.42217 13.0178 8.3636 13.2567 8.24647C14.2574 7.75574 15.6032 7.28707 17.2873 6.99511L17.3448 6.98513C18.0572 6.86157 18.6819 6.75321 19.2079 6.75007C19.7928 6.74658 20.3261 6.87029 20.8175 7.25365C21.3314 7.65466 21.5576 8.17805 21.6585 8.76839C21.7501 9.304 21.7501 9.9728 21.75 10.7436L21.75 16.755C21.75 17.4687 21.7501 18.0687 21.6928 18.5465C21.6329 19.0467 21.5 19.5235 21.1488 19.9193C20.7895 20.3242 20.2741 20.5282 19.7309 20.6752C19.1864 20.8225 18.4703 20.9467 17.587 21.0998L17.5868 21.0998L17.5477 21.1066C15.9813 21.3781 14.7754 21.808 13.92 22.2283L13.9021 22.2371C13.4631 22.4528 13.1104 22.6261 12.8402 22.7444C12.7977 22.763 12.75 22.7327 12.75 22.6874L12.75 9.07248C12.75 8.79511 12.75 8.65642 12.8242 8.53929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.94749 2.47514C9.11516 1.70089 10.5036 1.25 11.9927 1.25C13.4891 1.25 14.8838 1.70532 16.055 2.48649C16.5145 2.79294 16.6385 3.41384 16.332 3.8733C16.0256 4.33276 15.4047 4.45679 14.9452 4.15034C14.0875 3.57822 13.0762 3.25 11.9927 3.25C10.9144 3.25 9.90778 3.57505 9.05273 4.14201C8.59244 4.44721 7.97188 4.32149 7.66668 3.86119C7.36147 3.4009 7.4872 2.78035 7.94749 2.47514ZM9.86654 4.88177C10.4917 4.50916 11.2186 4.29459 11.9927 4.29459C12.7753 4.29459 13.5094 4.51383 14.139 4.89384C14.6119 5.17922 14.7638 5.79387 14.4785 6.26671C14.1931 6.73956 13.5784 6.89153 13.1056 6.60616C12.775 6.40667 12.3964 6.29459 11.9927 6.29459C11.5933 6.29459 11.2184 6.40432 10.8905 6.59978C10.4161 6.88253 9.80225 6.72716 9.5195 6.25274C9.23675 5.77832 9.39213 5.16452 9.86654 4.88177Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.65519 6.98513L6.71272 6.99511C8.3968 7.28706 9.74259 7.75573 10.7433 8.24647C10.9822 8.36359 11.1016 8.42216 11.1758 8.53929C11.25 8.65641 11.25 8.7951 11.25 9.07248L11.25 22.6874C11.25 22.7327 11.2023 22.763 11.1598 22.7444C10.8898 22.6262 10.5369 22.4528 10.0983 22.2373L10.0979 22.2371L10.08 22.2283C9.22464 21.808 8.01868 21.3781 6.4523 21.1066L6.41317 21.0998C5.52977 20.9467 4.81369 20.8225 4.26911 20.6752C3.72594 20.5282 3.21055 20.3242 2.85124 19.9193C2.50003 19.5235 2.36713 19.0467 2.3072 18.5465C2.24996 18.0687 2.24998 17.4687 2.25001 16.755L2.25 10.7436C2.24994 9.9728 2.24989 9.304 2.34148 8.76839C2.44242 8.17805 2.66858 7.65466 3.18255 7.25365C3.6739 6.87029 4.20718 6.74658 4.79216 6.75007C5.31813 6.75321 5.94283 6.86157 6.65519 6.98513ZM12.8242 8.53929C12.8984 8.42217 13.0178 8.3636 13.2567 8.24647C14.2574 7.75574 15.6032 7.28707 17.2873 6.99511L17.3448 6.98513C18.0572 6.86157 18.6819 6.75321 19.2079 6.75007C19.7928 6.74658 20.3261 6.87029 20.8175 7.25365C21.3314 7.65466 21.5576 8.17805 21.6585 8.76839C21.7501 9.304 21.7501 9.9728 21.75 10.7436L21.75 16.755C21.75 17.4687 21.7501 18.0687 21.6928 18.5465C21.6329 19.0467 21.5 19.5235 21.1488 19.9193C20.7895 20.3242 20.2741 20.5282 19.7309 20.6752C19.1864 20.8225 18.4703 20.9467 17.587 21.0998L17.5868 21.0998L17.5477 21.1066C15.9813 21.3781 14.7754 21.808 13.92 22.2283L13.9021 22.2371C13.4631 22.4528 13.1104 22.6261 12.8402 22.7444C12.7977 22.763 12.75 22.7327 12.75 22.6874L12.75 9.07248C12.75 8.79511 12.75 8.65642 12.8242 8.53929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.94749 2.47514C9.11516 1.70089 10.5036 1.25 11.9927 1.25C13.4891 1.25 14.8838 1.70532 16.055 2.48649C16.5145 2.79294 16.6385 3.41384 16.332 3.8733C16.0256 4.33276 15.4047 4.45679 14.9452 4.15034C14.0875 3.57822 13.0762 3.25 11.9927 3.25C10.9144 3.25 9.90778 3.57505 9.05273 4.14201C8.59244 4.44721 7.97188 4.32149 7.66668 3.86119C7.36147 3.4009 7.4872 2.78035 7.94749 2.47514ZM9.86654 4.88177C10.4917 4.50916 11.2186 4.29459 11.9927 4.29459C12.7753 4.29459 13.5094 4.51383 14.139 4.89384C14.6119 5.17922 14.7638 5.79387 14.4785 6.26671C14.1931 6.73956 13.5784 6.89153 13.1056 6.60616C12.775 6.40667 12.3964 6.29459 11.9927 6.29459C11.5933 6.29459 11.2184 6.40432 10.8905 6.59978C10.4161 6.88253 9.80225 6.72716 9.5195 6.25274C9.23675 5.77832 9.39213 5.16452 9.86654 4.88177Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-online-learning-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4436 1.25H12.5564H12.5564H12.5564C14.3942 1.24999 15.8498 1.24997 16.989 1.40314C18.1614 1.56076 19.1104 1.89288 19.8588 2.64124C20.6071 3.38961 20.9392 4.33856 21.0969 5.51098C21.25 6.65018 21.25 8.10585 21.25 9.94359V17C21.25 17.082 21.2368 17.1609 21.2125 17.2348C21.1069 17.6738 20.7117 18 20.2402 18C19.4118 18 18.7402 18.6716 18.7402 19.5C18.7402 20.3284 19.4118 21 20.2402 21C20.7925 21 21.2402 21.4477 21.2402 22C21.2402 22.5339 20.8219 22.97 20.2951 22.9985C20.2811 22.9993 20.267 22.9997 20.2529 22.9999L20.2402 23H20.24H6.2099C4.2832 23 2.74609 21.4192 2.74609 19.5C2.74609 19.4439 2.74741 19.3882 2.75 19.3327V9.94357C2.74998 8.10582 2.74997 6.65019 2.90314 5.51098C3.06076 4.33856 3.39288 3.38961 4.14124 2.64124C4.88961 1.89288 5.83856 1.56076 7.01098 1.40314C8.15018 1.24997 9.60582 1.24999 11.4436 1.25H11.4436H11.4436ZM6.2099 18H17.0771C16.8611 18.4546 16.7402 18.9632 16.7402 19.5C16.7402 20.0368 16.8611 20.5454 17.0771 21H6.2099C5.41516 21 4.74609 20.3422 4.74609 19.5C4.74609 18.6578 5.41516 18 6.2099 18ZM11.9946 5.25C10.3442 5.25 8.81564 5.81654 7.54769 6.77532C7.2173 7.02515 7.15199 7.49551 7.40182 7.8259C7.65164 8.15629 8.12201 8.2216 8.4524 7.97177C9.48211 7.19314 10.6976 6.75 11.9946 6.75C13.2957 6.75 14.5148 7.19593 15.5466 7.97916C15.8765 8.2296 16.347 8.16517 16.5974 7.83524C16.8479 7.50532 16.7834 7.03483 16.4535 6.78439C15.1832 5.82013 13.6502 5.25 11.9946 5.25ZM11.9946 8.37368C11.0763 8.37368 10.2112 8.62386 9.45032 9.06238C9.09144 9.26921 8.96817 9.72781 9.175 10.0867C9.38183 10.4456 9.84043 10.5688 10.1993 10.362C10.7457 10.0471 11.3541 9.87368 11.9946 9.87368C12.6383 9.87368 13.2497 10.0489 13.7982 10.3668C14.1566 10.5745 14.6155 10.4524 14.8232 10.094C15.0309 9.73564 14.9088 9.27674 14.5504 9.06903C13.7867 8.6264 12.9176 8.37368 11.9946 8.37368ZM12 11.25C11.5858 11.25 11.25 11.5858 11.25 12C11.25 12.4142 11.5858 12.75 12 12.75H12.0064C12.4206 12.75 12.7564 12.4142 12.7564 12C12.7564 11.5858 12.4206 11.25 12.0064 11.25H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4436 1.25H12.5564H12.5564H12.5564C14.3942 1.24999 15.8498 1.24997 16.989 1.40314C18.1614 1.56076 19.1104 1.89288 19.8588 2.64124C20.6071 3.38961 20.9392 4.33856 21.0969 5.51098C21.25 6.65018 21.25 8.10585 21.25 9.94359V17C21.25 17.082 21.2368 17.1609 21.2125 17.2348C21.1069 17.6738 20.7117 18 20.2402 18C19.4118 18 18.7402 18.6716 18.7402 19.5C18.7402 20.3284 19.4118 21 20.2402 21C20.7925 21 21.2402 21.4477 21.2402 22C21.2402 22.5339 20.8219 22.97 20.2951 22.9985C20.2811 22.9993 20.267 22.9997 20.2529 22.9999L20.2402 23H20.24H6.2099C4.2832 23 2.74609 21.4192 2.74609 19.5C2.74609 19.4439 2.74741 19.3882 2.75 19.3327V9.94357C2.74998 8.10582 2.74997 6.65019 2.90314 5.51098C3.06076 4.33856 3.39288 3.38961 4.14124 2.64124C4.88961 1.89288 5.83856 1.56076 7.01098 1.40314C8.15018 1.24997 9.60582 1.24999 11.4436 1.25H11.4436H11.4436ZM6.2099 18H17.0771C16.8611 18.4546 16.7402 18.9632 16.7402 19.5C16.7402 20.0368 16.8611 20.5454 17.0771 21H6.2099C5.41516 21 4.74609 20.3422 4.74609 19.5C4.74609 18.6578 5.41516 18 6.2099 18ZM11.9946 5.25C10.3442 5.25 8.81564 5.81654 7.54769 6.77532C7.2173 7.02515 7.15199 7.49551 7.40182 7.8259C7.65164 8.15629 8.12201 8.2216 8.4524 7.97177C9.48211 7.19314 10.6976 6.75 11.9946 6.75C13.2957 6.75 14.5148 7.19593 15.5466 7.97916C15.8765 8.2296 16.347 8.16517 16.5974 7.83524C16.8479 7.50532 16.7834 7.03483 16.4535 6.78439C15.1832 5.82013 13.6502 5.25 11.9946 5.25ZM11.9946 8.37368C11.0763 8.37368 10.2112 8.62386 9.45032 9.06238C9.09144 9.26921 8.96817 9.72781 9.175 10.0867C9.38183 10.4456 9.84043 10.5688 10.1993 10.362C10.7457 10.0471 11.3541 9.87368 11.9946 9.87368C12.6383 9.87368 13.2497 10.0489 13.7982 10.3668C14.1566 10.5745 14.6155 10.4524 14.8232 10.094C15.0309 9.73564 14.9088 9.27674 14.5504 9.06903C13.7867 8.6264 12.9176 8.37368 11.9946 8.37368ZM12 11.25C11.5858 11.25 11.25 11.5858 11.25 12C11.25 12.4142 11.5858 12.75 12 12.75H12.0064C12.4206 12.75 12.7564 12.4142 12.7564 12C12.7564 11.5858 12.4206 11.25 12.0064 11.25H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-online-learning-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.76236 5.94468C5.79293 6.35777 5.48284 6.71742 5.06975 6.74799C4.07974 6.82125 3.63874 6.99947 3.34396 7.2991C3.09969 7.5474 2.93515 7.90041 2.84469 8.58429C2.75154 9.28851 2.75 10.2229 2.75 11.5678V16.3827C2.75 17.7276 2.75154 18.662 2.84469 19.3662C2.93515 20.0501 3.09969 20.4031 3.34396 20.6514C3.58656 20.898 3.92894 21.063 4.59597 21.1541C5.28585 21.2484 6.20228 21.25 7.5264 21.25C8.85053 21.25 9.76695 21.2484 10.4568 21.1541C11.1239 21.063 11.4662 20.898 11.7088 20.6514C12.001 20.3545 12.1775 19.9096 12.2522 18.9336C12.2838 18.5206 12.6442 18.2113 13.0572 18.2429C13.4702 18.2745 13.7794 18.6349 13.7478 19.0479C13.6657 20.1214 13.453 21.0174 12.7781 21.7034C12.2114 22.2794 11.4978 22.5258 10.6599 22.6403C9.85663 22.7501 8.83727 22.7501 7.58157 22.75H7.47124C6.21554 22.7501 5.19617 22.7501 4.39287 22.6403C3.55499 22.5258 2.84141 22.2794 2.27468 21.7034C1.70963 21.129 1.46952 20.4087 1.35764 19.5629C1.24996 18.7488 1.24998 17.7148 1.25 16.4364V11.5141C1.24998 10.2357 1.24996 9.20169 1.35764 8.3876C1.46952 7.5418 1.70963 6.82148 2.27468 6.24713C2.96403 5.54645 3.87182 5.33254 4.95905 5.25208C5.37214 5.22151 5.73179 5.5316 5.76236 5.94468Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.26168 5.67625C6.30244 6.22702 5.88898 6.70656 5.3382 6.74732C4.36439 6.81938 4.0012 6.99166 3.77218 7.22444C3.58137 7.41839 3.42942 7.71019 3.34253 8.36708C3.25206 9.0511 3.25 9.96599 3.25 11.3178V16.1327C3.25 17.4845 3.25206 18.3994 3.34253 19.0835C3.42942 19.7403 3.58137 20.0321 3.77218 20.2261C3.96076 20.4178 4.24126 20.5692 4.87982 20.6564C5.54885 20.7479 6.4451 20.75 7.7764 20.75C9.10771 20.75 10.004 20.7479 10.673 20.6564C11.3115 20.5692 11.5921 20.4178 11.7806 20.2261C12.009 19.994 12.1795 19.6243 12.2529 18.6645C12.295 18.1138 12.7756 17.7016 13.3262 17.7437C13.8769 17.7858 14.2892 18.2663 14.2471 18.817C14.1638 19.9067 13.945 20.8779 13.2063 21.6287C12.5856 22.2597 11.8101 22.5196 10.9438 22.638C10.1234 22.7501 9.08943 22.7501 7.84707 22.75H7.70574C6.46338 22.7501 5.42941 22.7501 4.60902 22.638C3.74267 22.5196 2.96722 22.2597 2.34647 21.6287C1.72796 21 1.47525 20.2185 1.3598 19.3457C1.24994 18.5151 1.24997 17.4669 1.25 16.2017V11.2489C1.24997 9.9836 1.24994 8.93545 1.3598 8.10483C1.47525 7.23204 1.72796 6.45051 2.34647 5.82182C3.10157 5.05429 4.08717 4.83443 5.1906 4.75277C5.74138 4.71201 6.22092 5.12547 6.26168 5.67625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.75 18.5C6.75 17.9477 7.19571 17.5 7.74553 17.5H7.75447C8.30429 17.5 8.75 17.9477 8.75 18.5C8.75 19.0523 8.30429 19.5 7.75447 19.5H7.74553C7.19571 19.5 6.75 19.0523 6.75 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1343 1.25H16.1343H16.1343H13.8654H13.8654H13.8654C12.4626 1.24998 11.3329 1.24996 10.4497 1.36971C9.53449 1.49379 8.76302 1.75997 8.16654 2.38581C7.56843 3.01335 7.34511 3.79375 7.27615 4.70722C7.20983 5.58576 7.28043 6.69894 7.36784 8.07715L7.49732 10.119L7.50264 10.2032C7.5389 10.7776 7.56406 11.1763 7.65757 11.5237C8.01738 12.8605 9.11466 13.8714 10.4777 14.1394C10.8322 14.2091 11.2343 14.209 11.8204 14.2089L11.9038 14.2089C11.9583 14.2089 11.9936 14.2135 12.0146 14.2178C12.0309 14.2618 12.0492 14.3428 12.0596 14.4823C12.0701 14.6229 12.0701 14.7769 12.0701 14.9677L12.0701 14.9854L12.0701 15.0284C12.07 15.2846 12.0699 15.5553 12.1024 15.772C12.1372 16.0044 12.2425 16.4123 12.662 16.6336C13.0773 16.8526 13.4718 16.7144 13.6829 16.6162C13.8821 16.5234 14.109 16.3742 14.3259 16.2315L14.3259 16.2315L14.3259 16.2315L14.3616 16.2081L17.321 14.2634C17.3679 14.2326 17.3935 14.2232 17.4073 14.2191C17.4213 14.2149 17.448 14.2089 17.5047 14.2089L17.6577 14.2089C18.7311 14.2094 19.4703 14.2098 20.0942 13.9781C21.1737 13.5774 21.785 12.8512 22.1168 12.0027C22.4287 11.2051 22.4909 10.3007 22.5393 9.53741L22.6319 8.07713C22.7193 6.69893 22.7899 5.58576 22.7236 4.70722C22.6546 3.79375 22.4313 3.01335 21.8332 2.38581C21.2367 1.75997 20.4652 1.49379 19.55 1.36971C18.6668 1.24996 17.5371 1.24998 16.1343 1.25ZM16.8994 10.8354C17.0846 11.2059 17.5351 11.356 17.9056 11.1708C18.2761 10.9855 18.4263 10.535 18.241 10.1645L17.6161 8.91451L15.6645 5.15444C15.5336 4.90228 15.2714 4.74572 14.9874 4.75005C14.7033 4.75437 14.446 4.91885 14.3229 5.17489L12.5218 8.91969L11.8994 10.1645C11.7141 10.535 11.8643 10.9855 12.2348 11.1708C12.6053 11.356 13.0558 11.2059 13.241 10.8354L13.6587 9.99996H16.4817L16.8994 10.8354ZM15.7109 8.49996L14.3882 8.49996L15.0243 7.1772L15.7109 8.49996Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.76236 5.94468C5.79293 6.35777 5.48284 6.71742 5.06975 6.74799C4.07974 6.82125 3.63874 6.99947 3.34396 7.2991C3.09969 7.5474 2.93515 7.90041 2.84469 8.58429C2.75154 9.28851 2.75 10.2229 2.75 11.5678V16.3827C2.75 17.7276 2.75154 18.662 2.84469 19.3662C2.93515 20.0501 3.09969 20.4031 3.34396 20.6514C3.58656 20.898 3.92894 21.063 4.59597 21.1541C5.28585 21.2484 6.20228 21.25 7.5264 21.25C8.85053 21.25 9.76695 21.2484 10.4568 21.1541C11.1239 21.063 11.4662 20.898 11.7088 20.6514C12.001 20.3545 12.1775 19.9096 12.2522 18.9336C12.2838 18.5206 12.6442 18.2113 13.0572 18.2429C13.4702 18.2745 13.7794 18.6349 13.7478 19.0479C13.6657 20.1214 13.453 21.0174 12.7781 21.7034C12.2114 22.2794 11.4978 22.5258 10.6599 22.6403C9.85663 22.7501 8.83727 22.7501 7.58157 22.75H7.47124C6.21554 22.7501 5.19617 22.7501 4.39287 22.6403C3.55499 22.5258 2.84141 22.2794 2.27468 21.7034C1.70963 21.129 1.46952 20.4087 1.35764 19.5629C1.24996 18.7488 1.24998 17.7148 1.25 16.4364V11.5141C1.24998 10.2357 1.24996 9.20169 1.35764 8.3876C1.46952 7.5418 1.70963 6.82148 2.27468 6.24713C2.96403 5.54645 3.87182 5.33254 4.95905 5.25208C5.37214 5.22151 5.73179 5.5316 5.76236 5.94468Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.26168 5.67625C6.30244 6.22702 5.88898 6.70656 5.3382 6.74732C4.36439 6.81938 4.0012 6.99166 3.77218 7.22444C3.58137 7.41839 3.42942 7.71019 3.34253 8.36708C3.25206 9.0511 3.25 9.96599 3.25 11.3178V16.1327C3.25 17.4845 3.25206 18.3994 3.34253 19.0835C3.42942 19.7403 3.58137 20.0321 3.77218 20.2261C3.96076 20.4178 4.24126 20.5692 4.87982 20.6564C5.54885 20.7479 6.4451 20.75 7.7764 20.75C9.10771 20.75 10.004 20.7479 10.673 20.6564C11.3115 20.5692 11.5921 20.4178 11.7806 20.2261C12.009 19.994 12.1795 19.6243 12.2529 18.6645C12.295 18.1138 12.7756 17.7016 13.3262 17.7437C13.8769 17.7858 14.2892 18.2663 14.2471 18.817C14.1638 19.9067 13.945 20.8779 13.2063 21.6287C12.5856 22.2597 11.8101 22.5196 10.9438 22.638C10.1234 22.7501 9.08943 22.7501 7.84707 22.75H7.70574C6.46338 22.7501 5.42941 22.7501 4.60902 22.638C3.74267 22.5196 2.96722 22.2597 2.34647 21.6287C1.72796 21 1.47525 20.2185 1.3598 19.3457C1.24994 18.5151 1.24997 17.4669 1.25 16.2017V11.2489C1.24997 9.9836 1.24994 8.93545 1.3598 8.10483C1.47525 7.23204 1.72796 6.45051 2.34647 5.82182C3.10157 5.05429 4.08717 4.83443 5.1906 4.75277C5.74138 4.71201 6.22092 5.12547 6.26168 5.67625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.75 18.5C6.75 17.9477 7.19571 17.5 7.74553 17.5H7.75447C8.30429 17.5 8.75 17.9477 8.75 18.5C8.75 19.0523 8.30429 19.5 7.75447 19.5H7.74553C7.19571 19.5 6.75 19.0523 6.75 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1343 1.25H16.1343H16.1343H13.8654H13.8654H13.8654C12.4626 1.24998 11.3329 1.24996 10.4497 1.36971C9.53449 1.49379 8.76302 1.75997 8.16654 2.38581C7.56843 3.01335 7.34511 3.79375 7.27615 4.70722C7.20983 5.58576 7.28043 6.69894 7.36784 8.07715L7.49732 10.119L7.50264 10.2032C7.5389 10.7776 7.56406 11.1763 7.65757 11.5237C8.01738 12.8605 9.11466 13.8714 10.4777 14.1394C10.8322 14.2091 11.2343 14.209 11.8204 14.2089L11.9038 14.2089C11.9583 14.2089 11.9936 14.2135 12.0146 14.2178C12.0309 14.2618 12.0492 14.3428 12.0596 14.4823C12.0701 14.6229 12.0701 14.7769 12.0701 14.9677L12.0701 14.9854L12.0701 15.0284C12.07 15.2846 12.0699 15.5553 12.1024 15.772C12.1372 16.0044 12.2425 16.4123 12.662 16.6336C13.0773 16.8526 13.4718 16.7144 13.6829 16.6162C13.8821 16.5234 14.109 16.3742 14.3259 16.2315L14.3259 16.2315L14.3259 16.2315L14.3616 16.2081L17.321 14.2634C17.3679 14.2326 17.3935 14.2232 17.4073 14.2191C17.4213 14.2149 17.448 14.2089 17.5047 14.2089L17.6577 14.2089C18.7311 14.2094 19.4703 14.2098 20.0942 13.9781C21.1737 13.5774 21.785 12.8512 22.1168 12.0027C22.4287 11.2051 22.4909 10.3007 22.5393 9.53741L22.6319 8.07713C22.7193 6.69893 22.7899 5.58576 22.7236 4.70722C22.6546 3.79375 22.4313 3.01335 21.8332 2.38581C21.2367 1.75997 20.4652 1.49379 19.55 1.36971C18.6668 1.24996 17.5371 1.24998 16.1343 1.25ZM16.8994 10.8354C17.0846 11.2059 17.5351 11.356 17.9056 11.1708C18.2761 10.9855 18.4263 10.535 18.241 10.1645L17.6161 8.91451L15.6645 5.15444C15.5336 4.90228 15.2714 4.74572 14.9874 4.75005C14.7033 4.75437 14.446 4.91885 14.3229 5.17489L12.5218 8.91969L11.8994 10.1645C11.7141 10.535 11.8643 10.9855 12.2348 11.1708C12.6053 11.356 13.0558 11.2059 13.241 10.8354L13.6587 9.99996H16.4817L16.8994 10.8354ZM15.7109 8.49996L14.3882 8.49996L15.0243 7.1772L15.7109 8.49996Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-online-learning-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.24859 5.71246C7.27796 6.26397 6.85469 6.73486 6.30319 6.76424C5.59583 6.80191 5.12972 6.93521 4.81262 7.23249C4.60108 7.43081 4.44188 7.71734 4.34971 8.36006C4.25241 9.03852 4.25 9.94825 4.25 11.3042V16.1256C4.25 17.4815 4.25241 18.3912 4.34971 19.0697C4.44188 19.7124 4.60108 19.9989 4.81262 20.1973C5.03331 20.4041 5.36592 20.565 6.08324 20.6554C6.82306 20.7487 7.80924 20.7506 9.25 20.7506C10.6908 20.7506 11.6769 20.7487 12.4168 20.6554C13.1341 20.565 13.4667 20.4041 13.6874 20.1973C13.8989 19.9989 14.0581 19.7124 14.1503 19.0697C14.2476 18.3912 14.25 17.4815 14.25 16.1256V14.7193C14.25 14.167 14.6977 13.7193 15.25 13.7193C15.8023 13.7193 16.25 14.167 16.25 14.7193L16.25 16.1992C16.2501 17.4622 16.2501 18.5165 16.13 19.3536C16.0025 20.2426 15.7224 21.0309 15.0553 21.6563C14.3973 22.2732 13.5834 22.5242 12.6669 22.6397C11.7872 22.7506 10.6742 22.7506 9.31684 22.7506H9.18317C7.82584 22.7506 6.7128 22.7506 5.83313 22.6397C4.91657 22.5242 4.10274 22.2732 3.44474 21.6563C2.77761 21.0309 2.49746 20.2426 2.36997 19.3536C2.24992 18.5165 2.24996 17.4622 2.25 16.1992V11.2305C2.24996 9.9675 2.24992 8.91323 2.36997 8.07614C2.49746 7.1871 2.77761 6.39884 3.44474 5.77341C4.2914 4.97967 5.3581 4.81174 6.19682 4.76707C6.74832 4.73769 7.21921 5.16096 7.24859 5.71246Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25 18.5C8.25 17.9477 8.69571 17.5 9.24553 17.5H9.25447C9.80429 17.5 10.25 17.9477 10.25 18.5C10.25 19.0523 9.80429 19.5 9.25447 19.5H9.24553C8.69571 19.5 8.25 19.0523 8.25 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.75 2.46536C15.75 2.35122 15.8144 2.2466 15.918 2.19851C16.5862 1.88809 17.4429 1.60305 18.4815 1.41996L18.5331 1.41085C18.9962 1.32912 19.4314 1.25231 19.8037 1.25005C20.2347 1.24744 20.6505 1.34154 21.0337 1.6456C21.4396 1.96761 21.6117 2.38731 21.6856 2.8269C21.7502 3.21111 21.7501 3.68322 21.75 4.19313L21.75 8.29434C21.75 8.76816 21.7501 9.18782 21.7102 9.52658C21.6676 9.888 21.5694 10.2694 21.2876 10.5924C20.9976 10.9246 20.5933 11.0788 20.2203 11.1815C19.8457 11.2846 19.3583 11.3705 18.7788 11.4726L18.7419 11.4791C17.7202 11.6593 16.9394 11.9434 16.3917 12.2171L16.3748 12.2255L16.1726 12.3264C15.9764 12.424 15.75 12.281 15.75 12.0618L15.75 2.46536ZM11.4669 1.41085L11.5186 1.41996C12.5571 1.60305 13.4138 1.88808 14.082 2.1985C14.1856 2.24658 14.25 2.35121 14.25 2.46535L14.25 12.0618C14.25 12.2809 14.0236 12.424 13.8274 12.3264L13.6254 12.2256L13.6083 12.2171C13.0606 11.9434 12.2798 11.6593 11.2581 11.4791L11.2212 11.4726C10.6416 11.3705 10.1543 11.2846 9.77975 11.1815C9.40669 11.0788 9.00239 10.9246 8.71246 10.5924C8.43065 10.2694 8.33244 9.888 8.28986 9.52658C8.24995 9.18781 8.24998 8.76812 8.25001 8.29429L8.25001 4.19314C8.24992 3.68323 8.24985 3.21111 8.31445 2.8269C8.38837 2.38731 8.56046 1.96761 8.96632 1.6456C9.34956 1.34154 9.7653 1.24744 10.1963 1.25005C10.5686 1.25231 11.0038 1.32912 11.4669 1.41085Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.24859 5.71246C7.27796 6.26397 6.85469 6.73486 6.30319 6.76424C5.59583 6.80191 5.12972 6.93521 4.81262 7.23249C4.60108 7.43081 4.44188 7.71734 4.34971 8.36006C4.25241 9.03852 4.25 9.94825 4.25 11.3042V16.1256C4.25 17.4815 4.25241 18.3912 4.34971 19.0697C4.44188 19.7124 4.60108 19.9989 4.81262 20.1973C5.03331 20.4041 5.36592 20.565 6.08324 20.6554C6.82306 20.7487 7.80924 20.7506 9.25 20.7506C10.6908 20.7506 11.6769 20.7487 12.4168 20.6554C13.1341 20.565 13.4667 20.4041 13.6874 20.1973C13.8989 19.9989 14.0581 19.7124 14.1503 19.0697C14.2476 18.3912 14.25 17.4815 14.25 16.1256V14.7193C14.25 14.167 14.6977 13.7193 15.25 13.7193C15.8023 13.7193 16.25 14.167 16.25 14.7193L16.25 16.1992C16.2501 17.4622 16.2501 18.5165 16.13 19.3536C16.0025 20.2426 15.7224 21.0309 15.0553 21.6563C14.3973 22.2732 13.5834 22.5242 12.6669 22.6397C11.7872 22.7506 10.6742 22.7506 9.31684 22.7506H9.18317C7.82584 22.7506 6.7128 22.7506 5.83313 22.6397C4.91657 22.5242 4.10274 22.2732 3.44474 21.6563C2.77761 21.0309 2.49746 20.2426 2.36997 19.3536C2.24992 18.5165 2.24996 17.4622 2.25 16.1992V11.2305C2.24996 9.9675 2.24992 8.91323 2.36997 8.07614C2.49746 7.1871 2.77761 6.39884 3.44474 5.77341C4.2914 4.97967 5.3581 4.81174 6.19682 4.76707C6.74832 4.73769 7.21921 5.16096 7.24859 5.71246Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25 18.5C8.25 17.9477 8.69571 17.5 9.24553 17.5H9.25447C9.80429 17.5 10.25 17.9477 10.25 18.5C10.25 19.0523 9.80429 19.5 9.25447 19.5H9.24553C8.69571 19.5 8.25 19.0523 8.25 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.75 2.46536C15.75 2.35122 15.8144 2.2466 15.918 2.19851C16.5862 1.88809 17.4429 1.60305 18.4815 1.41996L18.5331 1.41085C18.9962 1.32912 19.4314 1.25231 19.8037 1.25005C20.2347 1.24744 20.6505 1.34154 21.0337 1.6456C21.4396 1.96761 21.6117 2.38731 21.6856 2.8269C21.7502 3.21111 21.7501 3.68322 21.75 4.19313L21.75 8.29434C21.75 8.76816 21.7501 9.18782 21.7102 9.52658C21.6676 9.888 21.5694 10.2694 21.2876 10.5924C20.9976 10.9246 20.5933 11.0788 20.2203 11.1815C19.8457 11.2846 19.3583 11.3705 18.7788 11.4726L18.7419 11.4791C17.7202 11.6593 16.9394 11.9434 16.3917 12.2171L16.3748 12.2255L16.1726 12.3264C15.9764 12.424 15.75 12.281 15.75 12.0618L15.75 2.46536ZM11.4669 1.41085L11.5186 1.41996C12.5571 1.60305 13.4138 1.88808 14.082 2.1985C14.1856 2.24658 14.25 2.35121 14.25 2.46535L14.25 12.0618C14.25 12.2809 14.0236 12.424 13.8274 12.3264L13.6254 12.2256L13.6083 12.2171C13.0606 11.9434 12.2798 11.6593 11.2581 11.4791L11.2212 11.4726C10.6416 11.3705 10.1543 11.2846 9.77975 11.1815C9.40669 11.0788 9.00239 10.9246 8.71246 10.5924C8.43065 10.2694 8.33244 9.888 8.28986 9.52658C8.24995 9.18781 8.24998 8.76812 8.25001 8.29429L8.25001 4.19314C8.24992 3.68323 8.24985 3.21111 8.31445 2.8269C8.38837 2.38731 8.56046 1.96761 8.96632 1.6456C9.34956 1.34154 9.7653 1.24744 10.1963 1.25005C10.5686 1.25231 11.0038 1.32912 11.4669 1.41085Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-paint-board{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C12.0515 22.75 12.1103 22.7509 12.175 22.7518L12.1754 22.7518H12.1754C12.5352 22.7572 13.0737 22.7651 13.5177 22.6409C13.8057 22.5603 14.1315 22.4079 14.382 22.1074C14.6396 21.7983 14.75 21.4139 14.75 21C14.75 20.1588 14.3184 19.5203 14.0229 19.0831L13.9905 19.0352C13.7467 18.6736 13.5967 18.4383 13.5315 18.1909C13.4789 17.9911 13.4711 17.7348 13.6708 17.3354C13.9111 16.8549 14.1887 16.6617 14.561 16.5536C15.0103 16.4231 15.593 16.4167 16.4815 16.4167H16.493C17.3426 16.4167 18.3866 16.4167 19.6061 16.2425C20.8111 16.0703 21.6693 15.5847 22.1796 14.7413C22.6553 13.955 22.75 12.9748 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM6.73804 14.0366C6.20701 14.1796 5.89188 14.7279 6.03417 15.2614C6.17646 15.7949 6.72229 16.1114 7.25332 15.9685L7.26196 15.9662C7.79299 15.8232 8.10812 15.2749 7.96583 14.7414C7.82354 14.208 7.27771 13.8914 6.74668 14.0343L6.73804 14.0366ZM7.25 8.5C7.25 7.25736 8.25736 6.25 9.5 6.25C10.7426 6.25 11.75 7.25736 11.75 8.5C11.75 9.74264 10.7426 10.75 9.5 10.75C8.25736 10.75 7.25 9.74264 7.25 8.5ZM16.5 7.25C15.2574 7.25 14.25 8.25736 14.25 9.5C14.25 10.7426 15.2574 11.75 16.5 11.75C17.7426 11.75 18.75 10.7426 18.75 9.5C18.75 8.25736 17.7426 7.25 16.5 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C12.0515 22.75 12.1103 22.7509 12.175 22.7518L12.1754 22.7518H12.1754C12.5352 22.7572 13.0737 22.7651 13.5177 22.6409C13.8057 22.5603 14.1315 22.4079 14.382 22.1074C14.6396 21.7983 14.75 21.4139 14.75 21C14.75 20.1588 14.3184 19.5203 14.0229 19.0831L13.9905 19.0352C13.7467 18.6736 13.5967 18.4383 13.5315 18.1909C13.4789 17.9911 13.4711 17.7348 13.6708 17.3354C13.9111 16.8549 14.1887 16.6617 14.561 16.5536C15.0103 16.4231 15.593 16.4167 16.4815 16.4167H16.493C17.3426 16.4167 18.3866 16.4167 19.6061 16.2425C20.8111 16.0703 21.6693 15.5847 22.1796 14.7413C22.6553 13.955 22.75 12.9748 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM6.73804 14.0366C6.20701 14.1796 5.89188 14.7279 6.03417 15.2614C6.17646 15.7949 6.72229 16.1114 7.25332 15.9685L7.26196 15.9662C7.79299 15.8232 8.10812 15.2749 7.96583 14.7414C7.82354 14.208 7.27771 13.8914 6.74668 14.0343L6.73804 14.0366ZM7.25 8.5C7.25 7.25736 8.25736 6.25 9.5 6.25C10.7426 6.25 11.75 7.25736 11.75 8.5C11.75 9.74264 10.7426 10.75 9.5 10.75C8.25736 10.75 7.25 9.74264 7.25 8.5ZM16.5 7.25C15.2574 7.25 14.25 8.25736 14.25 9.5C14.25 10.7426 15.2574 11.75 16.5 11.75C17.7426 11.75 18.75 10.7426 18.75 9.5C18.75 8.25736 17.7426 7.25 16.5 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-pencil{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.9914 10.6402C7.18358 10.0924 7.53813 9.52783 8.31125 8.31966L9.80809 5.9805C9.9 5.83688 10.0587 5.75 10.2292 5.75H13.7708C13.9413 5.75 14.1 5.83688 14.1919 5.9805L15.6888 8.31966C16.4619 9.52782 16.8164 10.0924 17.0086 10.6402L16.9611 10.6635C16.752 10.7657 16.5466 10.8645 16.3403 10.9527C15.9178 11.1335 15.5525 11.2425 15.2434 11.251C14.8186 11.2626 14.4493 11.1182 13.9255 10.8932L13.8658 10.8675L13.8657 10.8674L13.8656 10.8674L13.8655 10.8674C13.7416 10.814 13.6079 10.7564 13.4648 10.7003C13.1629 10.5819 13.0119 10.5227 12.881 10.612C12.75 10.7013 12.75 10.876 12.75 11.2253L12.75 22.1516C12.75 22.4344 12.75 22.5759 12.8379 22.6637C12.9257 22.7516 13.0672 22.7516 13.35 22.7516H18C18.4121 22.7516 18.7465 22.4193 18.75 22.0081C18.75 22.0054 18.75 22.0027 18.75 22L18.75 13.576C18.7501 12.6791 18.7502 11.9992 18.6927 11.4122C18.6759 11.2401 18.6543 11.0769 18.6264 10.9196C18.6257 10.916 18.625 10.9123 18.6243 10.9087C18.5932 10.7342 18.5542 10.5655 18.5057 10.3984C18.2607 9.55532 17.7889 8.81825 17.0154 7.6099L14.2658 3.31296L14.2658 3.31292C13.9153 2.76518 13.6083 2.28538 13.3171 1.9496C13.0109 1.59664 12.5936 1.25 12 1.25C11.4064 1.25 10.9891 1.59664 10.683 1.9496C10.3917 2.28538 10.0847 2.7652 9.73425 3.31295L6.9846 7.60989C6.21115 8.81825 5.73937 9.55532 5.49436 10.3984C5.44595 10.5649 5.40712 10.7331 5.37599 10.907C5.37517 10.9112 5.37439 10.9154 5.37364 10.9196C5.34387 11.0873 5.32126 11.2616 5.3041 11.4462C5.25138 12.0089 5.24994 12.6579 5.25 13.5006C5.25 13.5395 5.25 13.5788 5.25 13.6185L5.25 22.0016C5.25 22.4158 5.58579 22.7516 6 22.7516H10.65C10.9328 22.7516 11.0743 22.7516 11.1621 22.6637C11.25 22.5759 11.25 22.4344 11.25 22.1516L11.25 11.2253C11.25 10.876 11.25 10.7013 11.119 10.612C10.9881 10.5227 10.8371 10.5819 10.5352 10.7003C10.392 10.7564 10.2582 10.814 10.1342 10.8675L10.0745 10.8932C9.55075 11.1182 9.18139 11.2626 8.75657 11.251C8.44747 11.2425 8.08217 11.1335 7.65971 10.9527C7.45346 10.8645 7.24797 10.7657 7.03889 10.6635L6.9914 10.6402Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.9914 10.6402C7.18358 10.0924 7.53813 9.52783 8.31125 8.31966L9.80809 5.9805C9.9 5.83688 10.0587 5.75 10.2292 5.75H13.7708C13.9413 5.75 14.1 5.83688 14.1919 5.9805L15.6888 8.31966C16.4619 9.52782 16.8164 10.0924 17.0086 10.6402L16.9611 10.6635C16.752 10.7657 16.5466 10.8645 16.3403 10.9527C15.9178 11.1335 15.5525 11.2425 15.2434 11.251C14.8186 11.2626 14.4493 11.1182 13.9255 10.8932L13.8658 10.8675L13.8657 10.8674L13.8656 10.8674L13.8655 10.8674C13.7416 10.814 13.6079 10.7564 13.4648 10.7003C13.1629 10.5819 13.0119 10.5227 12.881 10.612C12.75 10.7013 12.75 10.876 12.75 11.2253L12.75 22.1516C12.75 22.4344 12.75 22.5759 12.8379 22.6637C12.9257 22.7516 13.0672 22.7516 13.35 22.7516H18C18.4121 22.7516 18.7465 22.4193 18.75 22.0081C18.75 22.0054 18.75 22.0027 18.75 22L18.75 13.576C18.7501 12.6791 18.7502 11.9992 18.6927 11.4122C18.6759 11.2401 18.6543 11.0769 18.6264 10.9196C18.6257 10.916 18.625 10.9123 18.6243 10.9087C18.5932 10.7342 18.5542 10.5655 18.5057 10.3984C18.2607 9.55532 17.7889 8.81825 17.0154 7.6099L14.2658 3.31296L14.2658 3.31292C13.9153 2.76518 13.6083 2.28538 13.3171 1.9496C13.0109 1.59664 12.5936 1.25 12 1.25C11.4064 1.25 10.9891 1.59664 10.683 1.9496C10.3917 2.28538 10.0847 2.7652 9.73425 3.31295L6.9846 7.60989C6.21115 8.81825 5.73937 9.55532 5.49436 10.3984C5.44595 10.5649 5.40712 10.7331 5.37599 10.907C5.37517 10.9112 5.37439 10.9154 5.37364 10.9196C5.34387 11.0873 5.32126 11.2616 5.3041 11.4462C5.25138 12.0089 5.24994 12.6579 5.25 13.5006C5.25 13.5395 5.25 13.5788 5.25 13.6185L5.25 22.0016C5.25 22.4158 5.58579 22.7516 6 22.7516H10.65C10.9328 22.7516 11.0743 22.7516 11.1621 22.6637C11.25 22.5759 11.25 22.4344 11.25 22.1516L11.25 11.2253C11.25 10.876 11.25 10.7013 11.119 10.612C10.9881 10.5227 10.8371 10.5819 10.5352 10.7003C10.392 10.7564 10.2582 10.814 10.1342 10.8675L10.0745 10.8932C9.55075 11.1182 9.18139 11.2626 8.75657 11.251C8.44747 11.2425 8.08217 11.1335 7.65971 10.9527C7.45346 10.8645 7.24797 10.7657 7.03889 10.6635L6.9914 10.6402Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-physics{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.83737 4.01748C5.02562 3.93999 4.58299 4.12288 4.35313 4.35274C4.04052 4.66536 3.82621 5.38784 4.18939 6.75478C4.46076 7.77617 5.01806 8.98947 5.84211 10.2917C6.47818 9.5044 7.18381 8.71859 7.95142 7.95098C9.08379 6.81861 10.2558 5.82108 11.4137 4.98282C13.26 3.64626 15.1083 2.68733 16.7315 2.25607C18.2974 1.84002 19.967 1.84429 21.0613 2.93854C22.1555 4.0328 22.1598 5.70242 21.7437 7.26834C21.3582 8.71961 20.5507 10.3509 19.4287 11.9998C20.5507 13.6486 21.3581 15.2799 21.7437 16.7311C22.1597 18.297 22.1554 19.9666 21.0612 21.0609C20.248 21.8741 19.106 22.0811 17.9727 21.9729C16.8328 21.8641 15.5556 21.429 14.2481 20.7664C13.7554 20.5167 13.5584 19.915 13.8081 19.4223C14.0577 18.9297 14.6595 18.7327 15.1521 18.9824C16.3293 19.5789 17.3576 19.9051 18.1627 19.9819C18.9745 20.0594 19.4171 19.8765 19.647 19.6467C19.9596 19.334 20.1739 18.6116 19.8107 17.2447C19.5394 16.2233 18.9821 15.01 18.1581 13.7078C17.522 14.4951 16.8164 15.2809 16.0489 16.0484C14.9165 17.1808 13.7445 18.1784 12.5865 19.0167C10.7402 20.3532 8.8919 21.3121 7.26875 21.7434C5.70284 22.1594 4.03324 22.1551 2.939 21.0609C1.84476 19.9666 1.84049 18.297 2.25652 16.7311C2.64209 15.2799 3.44948 13.6486 4.57144 11.9998C3.44945 10.3509 2.64203 8.71961 2.25645 7.26834C1.8404 5.70241 1.84466 4.03279 2.93891 2.93853C3.75212 2.12532 4.89413 1.91834 6.02744 2.02654C7.16733 2.13536 8.44456 2.57046 9.75212 3.23308C10.2448 3.48273 10.4417 4.08447 10.1921 4.57711C9.94244 5.06975 9.3407 5.26673 8.84806 5.01708C7.67083 4.42051 6.64256 4.09435 5.83737 4.01748ZM5.84212 13.7078C5.0181 15.01 4.46082 16.2233 4.18947 17.2447C3.8263 18.6116 4.04061 19.3341 4.35322 19.6467C4.66583 19.9593 5.38829 20.1736 6.75519 19.8104C7.77656 19.5391 8.98983 18.9818 10.292 18.1577C9.50473 17.5217 8.71893 16.816 7.95133 16.0484C7.18376 15.2809 6.47816 14.4951 5.84212 13.7078ZM12.0001 16.9583C12.8791 16.2804 13.7671 15.5017 14.6346 14.6342C15.5021 13.7668 16.2807 12.8787 16.9586 11.9998C16.2807 11.1208 15.5021 10.2327 14.6345 9.36518C13.7671 8.49771 12.8791 7.71909 12.0001 7.04123C11.1211 7.71909 10.2331 8.49771 9.36563 9.36519C8.49813 10.2327 7.71948 11.1208 7.0416 11.9998C7.71946 12.8787 8.49808 13.7668 9.36554 14.6342C10.233 15.5017 11.1211 16.2804 12.0001 16.9583ZM13.7082 5.84173C14.4954 6.47778 15.2812 7.18339 16.0488 7.95097C16.8164 8.71858 17.522 9.50439 18.1581 10.2917C18.9821 8.98947 19.5394 7.77617 19.8108 6.75478C20.174 5.38785 19.9597 4.66537 19.6471 4.35275C19.3344 4.04014 18.612 3.82583 17.2451 4.18901C16.2237 4.46038 15.0104 5.01768 13.7082 5.84173Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%222%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.83737 4.01748C5.02562 3.93999 4.58299 4.12288 4.35313 4.35274C4.04052 4.66536 3.82621 5.38784 4.18939 6.75478C4.46076 7.77617 5.01806 8.98947 5.84211 10.2917C6.47818 9.5044 7.18381 8.71859 7.95142 7.95098C9.08379 6.81861 10.2558 5.82108 11.4137 4.98282C13.26 3.64626 15.1083 2.68733 16.7315 2.25607C18.2974 1.84002 19.967 1.84429 21.0613 2.93854C22.1555 4.0328 22.1598 5.70242 21.7437 7.26834C21.3582 8.71961 20.5507 10.3509 19.4287 11.9998C20.5507 13.6486 21.3581 15.2799 21.7437 16.7311C22.1597 18.297 22.1554 19.9666 21.0612 21.0609C20.248 21.8741 19.106 22.0811 17.9727 21.9729C16.8328 21.8641 15.5556 21.429 14.2481 20.7664C13.7554 20.5167 13.5584 19.915 13.8081 19.4223C14.0577 18.9297 14.6595 18.7327 15.1521 18.9824C16.3293 19.5789 17.3576 19.9051 18.1627 19.9819C18.9745 20.0594 19.4171 19.8765 19.647 19.6467C19.9596 19.334 20.1739 18.6116 19.8107 17.2447C19.5394 16.2233 18.9821 15.01 18.1581 13.7078C17.522 14.4951 16.8164 15.2809 16.0489 16.0484C14.9165 17.1808 13.7445 18.1784 12.5865 19.0167C10.7402 20.3532 8.8919 21.3121 7.26875 21.7434C5.70284 22.1594 4.03324 22.1551 2.939 21.0609C1.84476 19.9666 1.84049 18.297 2.25652 16.7311C2.64209 15.2799 3.44948 13.6486 4.57144 11.9998C3.44945 10.3509 2.64203 8.71961 2.25645 7.26834C1.8404 5.70241 1.84466 4.03279 2.93891 2.93853C3.75212 2.12532 4.89413 1.91834 6.02744 2.02654C7.16733 2.13536 8.44456 2.57046 9.75212 3.23308C10.2448 3.48273 10.4417 4.08447 10.1921 4.57711C9.94244 5.06975 9.3407 5.26673 8.84806 5.01708C7.67083 4.42051 6.64256 4.09435 5.83737 4.01748ZM5.84212 13.7078C5.0181 15.01 4.46082 16.2233 4.18947 17.2447C3.8263 18.6116 4.04061 19.3341 4.35322 19.6467C4.66583 19.9593 5.38829 20.1736 6.75519 19.8104C7.77656 19.5391 8.98983 18.9818 10.292 18.1577C9.50473 17.5217 8.71893 16.816 7.95133 16.0484C7.18376 15.2809 6.47816 14.4951 5.84212 13.7078ZM12.0001 16.9583C12.8791 16.2804 13.7671 15.5017 14.6346 14.6342C15.5021 13.7668 16.2807 12.8787 16.9586 11.9998C16.2807 11.1208 15.5021 10.2327 14.6345 9.36518C13.7671 8.49771 12.8791 7.71909 12.0001 7.04123C11.1211 7.71909 10.2331 8.49771 9.36563 9.36519C8.49813 10.2327 7.71948 11.1208 7.0416 11.9998C7.71946 12.8787 8.49808 13.7668 9.36554 14.6342C10.233 15.5017 11.1211 16.2804 12.0001 16.9583ZM13.7082 5.84173C14.4954 6.47778 15.2812 7.18339 16.0488 7.95097C16.8164 8.71858 17.522 9.50439 18.1581 10.2917C18.9821 8.98947 19.5394 7.77617 19.8108 6.75478C20.174 5.38785 19.9597 4.66537 19.6471 4.35275C19.3344 4.04014 18.612 3.82583 17.2451 4.18901C16.2237 4.46038 15.0104 5.01768 13.7082 5.84173Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%222%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-saturn{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.8605 4.22625C17.9587 4.55416 16.7702 5.21794 15.4057 6.19002C14.9559 6.51046 14.3314 6.40557 14.011 5.95576C13.6906 5.50594 13.7955 4.88152 14.2453 4.56108C15.681 3.53832 17.0361 2.76151 18.177 2.34666C18.7449 2.14014 19.3133 2.00328 19.8415 2.00006C20.3732 1.99681 20.9645 2.13199 21.4163 2.58374C21.868 3.03548 22.0032 3.62683 21.9999 4.1585C21.9967 4.68665 21.8599 5.25506 21.6533 5.823C21.2385 6.96387 20.4617 8.31902 19.4389 9.75473C18.2702 11.3953 16.7435 13.1924 14.9679 14.9679C13.1924 16.7435 11.3953 18.2702 9.75473 19.4389C8.31902 20.4617 6.96387 21.2385 5.823 21.6533C5.25506 21.8599 4.68665 21.9967 4.1585 21.9999C3.62683 22.0032 3.03548 21.868 2.58374 21.4163C2.13199 20.9645 1.99681 20.3732 2.00006 19.8415C2.00328 19.3133 2.14014 18.7449 2.34666 18.177C2.76151 17.0361 3.53832 15.681 4.56108 14.2453C4.88152 13.7955 5.50594 13.6906 5.95576 14.011C6.40557 14.3314 6.51046 14.9559 6.19002 15.4057C5.21794 16.7702 4.55416 17.9587 4.22625 18.8605C4.06138 19.3139 4.00131 19.6415 4.00002 19.8537C3.99963 19.9182 4.00439 19.9621 4.00958 19.9904C4.03789 19.9956 4.0818 20.0004 4.14629 20C4.35846 19.9987 4.68614 19.9386 5.13952 19.7738C6.0413 19.4458 7.22975 18.7821 8.59431 17.81C10.1329 16.714 11.8458 15.2616 13.5537 13.5537C15.2616 11.8458 16.714 10.1329 17.81 8.59431C18.7821 7.22975 19.4458 6.0413 19.7738 5.13952C19.9386 4.68614 19.9987 4.35846 20 4.14629C20.0004 4.0818 19.9956 4.03789 19.9904 4.00958C19.9621 4.00439 19.9182 3.99963 19.8537 4.00002C19.6415 4.00131 19.3139 4.06138 18.8605 4.22625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.2612 14.2608C16.0029 12.5191 17.4925 10.7641 18.6248 9.17451C18.6456 9.14539 18.656 9.13083 18.6694 9.11494C18.8951 8.84822 19.3586 8.91108 19.5051 9.22827C19.5138 9.24717 19.5155 9.25187 19.5189 9.26129C19.8302 10.1156 20 11.038 20 12C20 16.4183 16.4183 20 12 20C11.0382 20 10.116 19.8303 9.26174 19.5191C9.25185 19.5155 9.24691 19.5137 9.22785 19.5049C8.91104 19.3583 8.84823 18.8953 9.11455 18.6696C9.13057 18.656 9.14536 18.6455 9.1749 18.6244C10.7645 17.4921 12.5195 16.0025 14.2612 14.2608Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4 12C4 7.58172 7.58172 4 12 4C13.875 4 15.5993 4.64501 16.9631 5.72525C17.2455 5.94887 17.3866 6.06068 17.4178 6.25199C17.4489 6.4433 17.3456 6.60145 17.1392 6.91774C16.9715 7.17456 16.788 7.44361 16.5883 7.72401C15.5468 9.18601 14.1501 10.8359 12.493 12.493C10.8359 14.1501 9.18601 15.5468 7.72401 16.5883C7.44361 16.788 7.17456 16.9715 6.91774 17.1392C6.60145 17.3456 6.4433 17.4489 6.25199 17.4178C6.06068 17.3866 5.94887 17.2455 5.72525 16.9631C4.64501 15.5993 4 13.875 4 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.8605 4.22625C17.9587 4.55416 16.7702 5.21794 15.4057 6.19002C14.9559 6.51046 14.3314 6.40557 14.011 5.95576C13.6906 5.50594 13.7955 4.88152 14.2453 4.56108C15.681 3.53832 17.0361 2.76151 18.177 2.34666C18.7449 2.14014 19.3133 2.00328 19.8415 2.00006C20.3732 1.99681 20.9645 2.13199 21.4163 2.58374C21.868 3.03548 22.0032 3.62683 21.9999 4.1585C21.9967 4.68665 21.8599 5.25506 21.6533 5.823C21.2385 6.96387 20.4617 8.31902 19.4389 9.75473C18.2702 11.3953 16.7435 13.1924 14.9679 14.9679C13.1924 16.7435 11.3953 18.2702 9.75473 19.4389C8.31902 20.4617 6.96387 21.2385 5.823 21.6533C5.25506 21.8599 4.68665 21.9967 4.1585 21.9999C3.62683 22.0032 3.03548 21.868 2.58374 21.4163C2.13199 20.9645 1.99681 20.3732 2.00006 19.8415C2.00328 19.3133 2.14014 18.7449 2.34666 18.177C2.76151 17.0361 3.53832 15.681 4.56108 14.2453C4.88152 13.7955 5.50594 13.6906 5.95576 14.011C6.40557 14.3314 6.51046 14.9559 6.19002 15.4057C5.21794 16.7702 4.55416 17.9587 4.22625 18.8605C4.06138 19.3139 4.00131 19.6415 4.00002 19.8537C3.99963 19.9182 4.00439 19.9621 4.00958 19.9904C4.03789 19.9956 4.0818 20.0004 4.14629 20C4.35846 19.9987 4.68614 19.9386 5.13952 19.7738C6.0413 19.4458 7.22975 18.7821 8.59431 17.81C10.1329 16.714 11.8458 15.2616 13.5537 13.5537C15.2616 11.8458 16.714 10.1329 17.81 8.59431C18.7821 7.22975 19.4458 6.0413 19.7738 5.13952C19.9386 4.68614 19.9987 4.35846 20 4.14629C20.0004 4.0818 19.9956 4.03789 19.9904 4.00958C19.9621 4.00439 19.9182 3.99963 19.8537 4.00002C19.6415 4.00131 19.3139 4.06138 18.8605 4.22625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.2612 14.2608C16.0029 12.5191 17.4925 10.7641 18.6248 9.17451C18.6456 9.14539 18.656 9.13083 18.6694 9.11494C18.8951 8.84822 19.3586 8.91108 19.5051 9.22827C19.5138 9.24717 19.5155 9.25187 19.5189 9.26129C19.8302 10.1156 20 11.038 20 12C20 16.4183 16.4183 20 12 20C11.0382 20 10.116 19.8303 9.26174 19.5191C9.25185 19.5155 9.24691 19.5137 9.22785 19.5049C8.91104 19.3583 8.84823 18.8953 9.11455 18.6696C9.13057 18.656 9.14536 18.6455 9.1749 18.6244C10.7645 17.4921 12.5195 16.0025 14.2612 14.2608Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4 12C4 7.58172 7.58172 4 12 4C13.875 4 15.5993 4.64501 16.9631 5.72525C17.2455 5.94887 17.3866 6.06068 17.4178 6.25199C17.4489 6.4433 17.3456 6.60145 17.1392 6.91774C16.9715 7.17456 16.788 7.44361 16.5883 7.72401C15.5468 9.18601 14.1501 10.8359 12.493 12.493C10.8359 14.1501 9.18601 15.5468 7.72401 16.5883C7.44361 16.788 7.17456 16.9715 6.91774 17.1392C6.60145 17.3456 6.4433 17.4489 6.25199 17.4178C6.06068 17.3866 5.94887 17.2455 5.72525 16.9631C4.64501 15.5993 4 13.875 4 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-school-bell-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 1.25C5.66751 1.25 1.75 5.16751 1.75 10C1.75 14.8325 5.66751 18.75 10.5 18.75C12.4915 18.75 14.3276 18.0847 15.7981 16.9642C16.0611 16.7639 16.1926 16.6637 16.1991 16.5238C16.2056 16.384 16.0648 16.2543 15.7832 15.995C14.8406 15.127 14.25 13.8825 14.25 12.5C14.25 10.1532 15.9519 8.20395 18.1887 7.81901C18.5665 7.754 18.7554 7.72149 18.8258 7.60024C18.8962 7.47899 18.8397 7.32356 18.7268 7.0127C17.5059 3.65117 14.2834 1.25 10.5 1.25ZM10.5 12C11.6046 12 12.5 11.1046 12.5 10C12.5 8.89545 11.6046 8.00002 10.5 8.00002C9.39547 8.00002 8.50004 8.89545 8.50004 10C8.50004 11.1046 9.39547 12 10.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0001 9.25C17.2051 9.25 15.7501 10.7065 15.7501 12.5032C15.7501 14.2999 17.2051 15.7564 19.0001 15.7564C19.2157 15.7564 19.4265 15.7354 19.6304 15.6952C18.3588 18.5208 15.2359 20.4445 11.25 20.7279V17.7632C11.25 17.2109 10.8023 16.7632 10.25 16.7632C9.69776 16.7632 9.25004 17.2109 9.25004 17.7632L9.25002 20.8039C9.24987 21.0053 9.2497 21.2499 9.27999 21.4608C9.31749 21.7221 9.41773 22.0699 9.7251 22.3575C10.0251 22.6383 10.3685 22.7204 10.636 22.7424C10.8462 22.7596 11.0853 22.7436 11.2763 22.7307L11.3162 22.7281C17.163 22.34 22.1088 18.6762 22.2471 13.0075L22.2501 13.0037V12.5032C22.2501 10.7065 20.795 9.25 19.0001 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 1.25C5.66751 1.25 1.75 5.16751 1.75 10C1.75 14.8325 5.66751 18.75 10.5 18.75C12.4915 18.75 14.3276 18.0847 15.7981 16.9642C16.0611 16.7639 16.1926 16.6637 16.1991 16.5238C16.2056 16.384 16.0648 16.2543 15.7832 15.995C14.8406 15.127 14.25 13.8825 14.25 12.5C14.25 10.1532 15.9519 8.20395 18.1887 7.81901C18.5665 7.754 18.7554 7.72149 18.8258 7.60024C18.8962 7.47899 18.8397 7.32356 18.7268 7.0127C17.5059 3.65117 14.2834 1.25 10.5 1.25ZM10.5 12C11.6046 12 12.5 11.1046 12.5 10C12.5 8.89545 11.6046 8.00002 10.5 8.00002C9.39547 8.00002 8.50004 8.89545 8.50004 10C8.50004 11.1046 9.39547 12 10.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0001 9.25C17.2051 9.25 15.7501 10.7065 15.7501 12.5032C15.7501 14.2999 17.2051 15.7564 19.0001 15.7564C19.2157 15.7564 19.4265 15.7354 19.6304 15.6952C18.3588 18.5208 15.2359 20.4445 11.25 20.7279V17.7632C11.25 17.2109 10.8023 16.7632 10.25 16.7632C9.69776 16.7632 9.25004 17.2109 9.25004 17.7632L9.25002 20.8039C9.24987 21.0053 9.2497 21.2499 9.27999 21.4608C9.31749 21.7221 9.41773 22.0699 9.7251 22.3575C10.0251 22.6383 10.3685 22.7204 10.636 22.7424C10.8462 22.7596 11.0853 22.7436 11.2763 22.7307L11.3162 22.7281C17.163 22.34 22.1088 18.6762 22.2471 13.0075L22.2501 13.0037V12.5032C22.2501 10.7065 20.795 9.25 19.0001 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-school-bell-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.8746 6.36075C21.9567 5.5065 22.0509 3.8994 21.076 2.92457C20.1012 1.94974 18.4941 2.04395 17.6399 3.126L14.386 7.24756C14.2553 7.41307 14.19 7.49582 14.203 7.58161C14.216 7.66739 14.3071 7.72997 14.4893 7.85513C14.8067 8.07308 15.1094 8.32373 15.3932 8.60748C15.6769 8.89122 15.9276 9.19396 16.1455 9.51127L16.1455 9.51127C16.2707 9.6935 16.3332 9.78461 16.419 9.7976C16.5048 9.8106 16.5876 9.74527 16.7531 9.6146L20.8746 6.36075ZM6.91361 10.3577C8.62532 7.85593 12.1889 7.52473 14.3324 9.66817C16.4758 11.8116 16.1446 15.3752 13.6429 17.087L13.5236 17.1685C12.5807 17.8137 12.0169 18.8826 12.0169 20.0251V20.12C12.0169 21.5706 10.2631 22.2971 9.23736 21.2714L2.72919 14.7632C1.70345 13.7375 2.42992 11.9836 3.88053 11.9836H3.9755C5.11799 11.9836 6.18688 11.4198 6.83202 10.4769L6.91361 10.3577ZM3.51429 17.4569C3.06171 18.304 3.19254 19.3807 3.90678 20.0949C4.62101 20.8091 5.69773 20.94 6.54476 20.4874C6.65527 20.4283 6.66903 20.2804 6.58043 20.1918L3.80986 17.4213C3.72126 17.3327 3.57334 17.3464 3.51429 17.4569Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.1809 15.0168C20.724 15.1172 21.0829 15.6388 20.9826 16.1819C20.7641 17.3642 20.1928 18.4823 19.2666 19.3762C18.396 20.2165 17.3275 20.7474 16.2012 20.9796C15.6602 21.0911 15.1313 20.743 15.0198 20.2021C14.9083 19.6612 15.2564 19.1323 15.7973 19.0208C16.5772 18.86 17.2971 18.4975 17.8777 17.9372C18.4934 17.3429 18.8705 16.6053 19.0159 15.8185C19.1162 15.2754 19.6378 14.9165 20.1809 15.0168Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.97717 3.79131C9.09254 4.33141 8.74823 4.86277 8.20813 4.97814C7.42603 5.14521 6.69964 5.52256 6.11061 6.11159C5.52158 6.70061 5.14423 7.42701 4.97717 8.20911C4.86179 8.74921 4.33043 9.09352 3.79033 8.97814C3.25023 8.86277 2.90592 8.33141 3.02129 7.79131C3.26504 6.65025 3.82139 5.57238 4.6964 4.69737C5.5714 3.82237 6.64928 3.26601 7.79033 3.02227C8.33043 2.9069 8.86179 3.25121 8.97717 3.79131Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.8746 6.36075C21.9567 5.5065 22.0509 3.8994 21.076 2.92457C20.1012 1.94974 18.4941 2.04395 17.6399 3.126L14.386 7.24756C14.2553 7.41307 14.19 7.49582 14.203 7.58161C14.216 7.66739 14.3071 7.72997 14.4893 7.85513C14.8067 8.07308 15.1094 8.32373 15.3932 8.60748C15.6769 8.89122 15.9276 9.19396 16.1455 9.51127L16.1455 9.51127C16.2707 9.6935 16.3332 9.78461 16.419 9.7976C16.5048 9.8106 16.5876 9.74527 16.7531 9.6146L20.8746 6.36075ZM6.91361 10.3577C8.62532 7.85593 12.1889 7.52473 14.3324 9.66817C16.4758 11.8116 16.1446 15.3752 13.6429 17.087L13.5236 17.1685C12.5807 17.8137 12.0169 18.8826 12.0169 20.0251V20.12C12.0169 21.5706 10.2631 22.2971 9.23736 21.2714L2.72919 14.7632C1.70345 13.7375 2.42992 11.9836 3.88053 11.9836H3.9755C5.11799 11.9836 6.18688 11.4198 6.83202 10.4769L6.91361 10.3577ZM3.51429 17.4569C3.06171 18.304 3.19254 19.3807 3.90678 20.0949C4.62101 20.8091 5.69773 20.94 6.54476 20.4874C6.65527 20.4283 6.66903 20.2804 6.58043 20.1918L3.80986 17.4213C3.72126 17.3327 3.57334 17.3464 3.51429 17.4569Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.1809 15.0168C20.724 15.1172 21.0829 15.6388 20.9826 16.1819C20.7641 17.3642 20.1928 18.4823 19.2666 19.3762C18.396 20.2165 17.3275 20.7474 16.2012 20.9796C15.6602 21.0911 15.1313 20.743 15.0198 20.2021C14.9083 19.6612 15.2564 19.1323 15.7973 19.0208C16.5772 18.86 17.2971 18.4975 17.8777 17.9372C18.4934 17.3429 18.8705 16.6053 19.0159 15.8185C19.1162 15.2754 19.6378 14.9165 20.1809 15.0168Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.97717 3.79131C9.09254 4.33141 8.74823 4.86277 8.20813 4.97814C7.42603 5.14521 6.69964 5.52256 6.11061 6.11159C5.52158 6.70061 5.14423 7.42701 4.97717 8.20911C4.86179 8.74921 4.33043 9.09352 3.79033 8.97814C3.25023 8.86277 2.90592 8.33141 3.02129 7.79131C3.26504 6.65025 3.82139 5.57238 4.6964 4.69737C5.5714 3.82237 6.64928 3.26601 7.79033 3.02227C8.33043 2.9069 8.86179 3.25121 8.97717 3.79131Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-school-report-card{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0452 1.25C13.8818 1.24999 15.3214 1.24999 16.4635 1.37373C17.6291 1.50001 18.5734 1.76232 19.3798 2.34815C19.8679 2.70281 20.2972 3.13209 20.6518 3.62024C21.2377 4.42656 21.5 5.37094 21.6263 6.53648C21.75 7.67859 21.75 9.11816 21.75 10.9547V10.9547V13.0453V13.0453C21.75 14.8818 21.75 16.3214 21.6263 17.4635C21.5 18.6291 21.2377 19.5734 20.6518 20.3798C20.2972 20.8679 19.8679 21.2972 19.3798 21.6518C18.5734 22.2377 17.6291 22.5 16.4635 22.6263C15.3214 22.75 13.8818 22.75 12.0453 22.75H12.0453H11.9547H11.9547C10.1182 22.75 8.67859 22.75 7.53648 22.6263C6.37094 22.5 5.42656 22.2377 4.62024 21.6518C4.13209 21.2972 3.70281 20.8679 3.34815 20.3798C2.76232 19.5734 2.50001 18.6291 2.37373 17.4635C2.24999 16.3214 2.24999 14.8818 2.25 13.0452V10.9548C2.24999 9.11821 2.24999 7.67861 2.37373 6.53648C2.50001 5.37094 2.76232 4.42656 3.34815 3.62024C3.70281 3.13209 4.13209 2.70281 4.62024 2.34815C5.42656 1.76232 6.37094 1.50001 7.53648 1.37373C8.67861 1.24999 10.1182 1.24999 11.9548 1.25H12.0452ZM12.0003 6C11.3566 6 10.7516 6.375 10.4887 6.98843L8.08111 12.6061C7.86356 13.1137 8.09871 13.7016 8.60634 13.9191C9.11397 14.1367 9.70185 13.9015 9.9194 13.3939L10.5168 12H13.4837L14.0811 13.3939C14.2987 13.9015 14.8865 14.1367 15.3942 13.9191C15.9018 13.7016 16.137 13.1137 15.9194 12.6061L13.5118 6.98843C13.2489 6.375 12.6439 6 12.0003 6ZM11.374 9.99998L12.0003 8.53857L12.6266 9.99998H11.374ZM8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18H16C16.5523 18 17 17.5523 17 17C17 16.4477 16.5523 16 16 16H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0452 1.25C13.8818 1.24999 15.3214 1.24999 16.4635 1.37373C17.6291 1.50001 18.5734 1.76232 19.3798 2.34815C19.8679 2.70281 20.2972 3.13209 20.6518 3.62024C21.2377 4.42656 21.5 5.37094 21.6263 6.53648C21.75 7.67859 21.75 9.11816 21.75 10.9547V10.9547V13.0453V13.0453C21.75 14.8818 21.75 16.3214 21.6263 17.4635C21.5 18.6291 21.2377 19.5734 20.6518 20.3798C20.2972 20.8679 19.8679 21.2972 19.3798 21.6518C18.5734 22.2377 17.6291 22.5 16.4635 22.6263C15.3214 22.75 13.8818 22.75 12.0453 22.75H12.0453H11.9547H11.9547C10.1182 22.75 8.67859 22.75 7.53648 22.6263C6.37094 22.5 5.42656 22.2377 4.62024 21.6518C4.13209 21.2972 3.70281 20.8679 3.34815 20.3798C2.76232 19.5734 2.50001 18.6291 2.37373 17.4635C2.24999 16.3214 2.24999 14.8818 2.25 13.0452V10.9548C2.24999 9.11821 2.24999 7.67861 2.37373 6.53648C2.50001 5.37094 2.76232 4.42656 3.34815 3.62024C3.70281 3.13209 4.13209 2.70281 4.62024 2.34815C5.42656 1.76232 6.37094 1.50001 7.53648 1.37373C8.67861 1.24999 10.1182 1.24999 11.9548 1.25H12.0452ZM12.0003 6C11.3566 6 10.7516 6.375 10.4887 6.98843L8.08111 12.6061C7.86356 13.1137 8.09871 13.7016 8.60634 13.9191C9.11397 14.1367 9.70185 13.9015 9.9194 13.3939L10.5168 12H13.4837L14.0811 13.3939C14.2987 13.9015 14.8865 14.1367 15.3942 13.9191C15.9018 13.7016 16.137 13.1137 15.9194 12.6061L13.5118 6.98843C13.2489 6.375 12.6439 6 12.0003 6ZM11.374 9.99998L12.0003 8.53857L12.6266 9.99998H11.374ZM8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18H16C16.5523 18 17 17.5523 17 17C17 16.4477 16.5523 16 16 16H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-school-tie{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5406 1.25001L11.5781 1.25002H15.4219L15.4594 1.25001C15.698 1.24994 15.947 1.24986 16.1537 1.27548C16.3899 1.30474 16.6995 1.38068 16.9457 1.62704C17.1955 1.87694 17.246 2.16745 17.2497 2.38811C17.253 2.57665 17.2214 2.79871 17.192 3.00625L17.1871 3.04068L17.131 3.43692C17.0642 3.90892 17.0061 4.32015 16.9152 4.65166C16.8176 5.00827 16.6642 5.34685 16.355 5.63042C16.2686 5.70969 16.1752 5.78247 16.0759 5.84808C15.7231 6.08113 15.3315 6.17132 14.9264 6.21193C14.5463 6.25004 14.0803 6.25002 13.5395 6.25H13.4605C12.9196 6.25002 12.4536 6.25004 12.0735 6.21193C11.6685 6.17132 11.2769 6.08113 10.9241 5.84808C10.8248 5.78247 10.7314 5.7097 10.645 5.63042C10.3358 5.34685 10.1824 5.00827 10.0847 4.65166C9.99391 4.32015 9.93574 3.90893 9.86897 3.43694L9.86375 3.40002L9.81289 3.04068L9.80801 3.00624C9.77854 2.7987 9.74702 2.57665 9.75023 2.38811C9.75398 2.16745 9.80445 1.87694 10.0542 1.62704C10.3005 1.38068 10.6101 1.30474 10.8462 1.27548C11.0529 1.24986 11.302 1.24994 11.5406 1.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.327 9.11292L10.3275 9.11236L10.3275 9.11235C10.4093 9.02285 10.4914 8.93309 10.5735 8.84307L9.34532 14.6076C9.11088 14.8625 8.91231 15.0298 8.7552 15.1318C8.6736 15.1848 8.61235 15.2142 8.57025 15.2306L8.55391 15.2175C8.45493 15.1361 8.32602 15.001 8.18109 14.8168C7.89195 14.4492 7.61052 13.9775 7.44345 13.5958C7.34677 13.375 7.29788 13.2609 7.2695 13.1711C7.24801 13.1031 7.24909 13.0811 7.2503 13.0635C7.25145 13.0467 7.25311 13.0258 7.28337 12.9627C7.32367 12.8787 7.38768 12.7735 7.51442 12.569C8.14653 11.549 9.01251 10.5567 9.94057 9.53623C10.0682 9.39586 10.1973 9.25473 10.327 9.11292ZM8.89986 16.6983C8.76982 16.7321 8.63611 16.7512 8.49981 16.7512C8.10243 16.7512 7.78168 16.5245 7.60105 16.3759C7.38819 16.2009 7.18409 15.9755 7.00209 15.7441C6.63737 15.2804 6.28929 14.6998 6.06935 14.1974L6.03752 14.125C5.88571 13.7809 5.7228 13.4116 5.75384 12.9605C5.78502 12.5075 5.99926 12.164 6.19771 11.8458L6.23941 11.7788C6.95233 10.6285 7.90507 9.54501 8.83084 8.52703C8.96428 8.3803 9.09701 8.23507 9.22857 8.09112C9.39156 7.91278 9.55277 7.7364 9.71134 7.56151C9.96483 7.28195 10.0916 7.14216 10.2331 7.10391C10.359 7.06986 10.5533 7.12318 10.9158 7.23689L10.9163 7.23438C10.9416 7.24357 10.9668 7.2524 10.992 7.2609C11.0133 7.26762 11.0351 7.27452 11.0575 7.28159C11.3223 7.36532 11.5791 7.41278 11.8144 7.44191C11.8142 7.44212 11.814 7.44233 11.8138 7.44254C11.8596 7.44821 11.9046 7.45319 11.9486 7.45761C12.1429 7.47238 12.7085 7.50192 13.4162 7.50192H13.5833C14.0885 7.50198 14.6078 7.50204 15.0509 7.45761C15.5644 7.40612 15.8212 7.38038 15.9596 7.45887C15.9984 7.48093 16.0189 7.49587 16.0518 7.52617C16.1687 7.63399 16.2139 7.84609 16.3043 8.27029L18.1496 16.9312C18.2493 17.3988 18.3069 17.8602 18.1649 18.3234C18.0236 18.7849 17.7182 19.1362 17.377 19.4697L14.7321 22.0559C14.5814 22.2033 14.42 22.3613 14.2657 22.4764C14.0849 22.6113 13.832 22.7519 13.4999 22.7519C13.1679 22.7519 12.915 22.6113 12.7342 22.4764C12.5799 22.3613 12.4184 22.2033 12.2677 22.0559L12.2677 22.0559L9.62283 19.4697C9.28169 19.1362 8.97632 18.7849 8.83493 18.3234C8.693 17.8602 8.75062 17.3988 8.85024 16.9312L8.89986 16.6983Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5406 1.25001L11.5781 1.25002H15.4219L15.4594 1.25001C15.698 1.24994 15.947 1.24986 16.1537 1.27548C16.3899 1.30474 16.6995 1.38068 16.9457 1.62704C17.1955 1.87694 17.246 2.16745 17.2497 2.38811C17.253 2.57665 17.2214 2.79871 17.192 3.00625L17.1871 3.04068L17.131 3.43692C17.0642 3.90892 17.0061 4.32015 16.9152 4.65166C16.8176 5.00827 16.6642 5.34685 16.355 5.63042C16.2686 5.70969 16.1752 5.78247 16.0759 5.84808C15.7231 6.08113 15.3315 6.17132 14.9264 6.21193C14.5463 6.25004 14.0803 6.25002 13.5395 6.25H13.4605C12.9196 6.25002 12.4536 6.25004 12.0735 6.21193C11.6685 6.17132 11.2769 6.08113 10.9241 5.84808C10.8248 5.78247 10.7314 5.7097 10.645 5.63042C10.3358 5.34685 10.1824 5.00827 10.0847 4.65166C9.99391 4.32015 9.93574 3.90893 9.86897 3.43694L9.86375 3.40002L9.81289 3.04068L9.80801 3.00624C9.77854 2.7987 9.74702 2.57665 9.75023 2.38811C9.75398 2.16745 9.80445 1.87694 10.0542 1.62704C10.3005 1.38068 10.6101 1.30474 10.8462 1.27548C11.0529 1.24986 11.302 1.24994 11.5406 1.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.327 9.11292L10.3275 9.11236L10.3275 9.11235C10.4093 9.02285 10.4914 8.93309 10.5735 8.84307L9.34532 14.6076C9.11088 14.8625 8.91231 15.0298 8.7552 15.1318C8.6736 15.1848 8.61235 15.2142 8.57025 15.2306L8.55391 15.2175C8.45493 15.1361 8.32602 15.001 8.18109 14.8168C7.89195 14.4492 7.61052 13.9775 7.44345 13.5958C7.34677 13.375 7.29788 13.2609 7.2695 13.1711C7.24801 13.1031 7.24909 13.0811 7.2503 13.0635C7.25145 13.0467 7.25311 13.0258 7.28337 12.9627C7.32367 12.8787 7.38768 12.7735 7.51442 12.569C8.14653 11.549 9.01251 10.5567 9.94057 9.53623C10.0682 9.39586 10.1973 9.25473 10.327 9.11292ZM8.89986 16.6983C8.76982 16.7321 8.63611 16.7512 8.49981 16.7512C8.10243 16.7512 7.78168 16.5245 7.60105 16.3759C7.38819 16.2009 7.18409 15.9755 7.00209 15.7441C6.63737 15.2804 6.28929 14.6998 6.06935 14.1974L6.03752 14.125C5.88571 13.7809 5.7228 13.4116 5.75384 12.9605C5.78502 12.5075 5.99926 12.164 6.19771 11.8458L6.23941 11.7788C6.95233 10.6285 7.90507 9.54501 8.83084 8.52703C8.96428 8.3803 9.09701 8.23507 9.22857 8.09112C9.39156 7.91278 9.55277 7.7364 9.71134 7.56151C9.96483 7.28195 10.0916 7.14216 10.2331 7.10391C10.359 7.06986 10.5533 7.12318 10.9158 7.23689L10.9163 7.23438C10.9416 7.24357 10.9668 7.2524 10.992 7.2609C11.0133 7.26762 11.0351 7.27452 11.0575 7.28159C11.3223 7.36532 11.5791 7.41278 11.8144 7.44191C11.8142 7.44212 11.814 7.44233 11.8138 7.44254C11.8596 7.44821 11.9046 7.45319 11.9486 7.45761C12.1429 7.47238 12.7085 7.50192 13.4162 7.50192H13.5833C14.0885 7.50198 14.6078 7.50204 15.0509 7.45761C15.5644 7.40612 15.8212 7.38038 15.9596 7.45887C15.9984 7.48093 16.0189 7.49587 16.0518 7.52617C16.1687 7.63399 16.2139 7.84609 16.3043 8.27029L18.1496 16.9312C18.2493 17.3988 18.3069 17.8602 18.1649 18.3234C18.0236 18.7849 17.7182 19.1362 17.377 19.4697L14.7321 22.0559C14.5814 22.2033 14.42 22.3613 14.2657 22.4764C14.0849 22.6113 13.832 22.7519 13.4999 22.7519C13.1679 22.7519 12.915 22.6113 12.7342 22.4764C12.5799 22.3613 12.4184 22.2033 12.2677 22.0559L12.2677 22.0559L9.62283 19.4697C9.28169 19.1362 8.97632 18.7849 8.83493 18.3234C8.693 17.8602 8.75062 17.3988 8.85024 16.9312L8.89986 16.6983Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-school{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7801 12.7577C15.914 12.2219 16.457 11.8961 16.9928 12.0301C17.1283 12.064 17.2624 12.0972 17.3944 12.1298C17.9094 12.2572 18.3935 12.377 18.8163 12.5026C19.3484 12.6606 19.8684 12.8511 20.315 13.1354C20.7841 13.434 21.168 13.8332 21.4194 14.3807C21.6615 14.9078 21.7502 15.5064 21.7502 16.1625V21.0002C21.7502 21.5525 21.3025 22.0002 20.7502 22.0002C20.198 22.0002 19.7502 21.5525 19.7502 21.0002V16.1625C19.7502 15.6728 19.6816 15.3889 19.6019 15.2153C19.5316 15.0621 19.4294 14.9424 19.2411 14.8226C19.0303 14.6884 18.7216 14.5608 18.2468 14.4198C17.8726 14.3086 17.4481 14.2035 16.9404 14.0779C16.8025 14.0437 16.6585 14.0081 16.5077 13.9704C15.9719 13.8364 15.6461 13.2935 15.7801 12.7577Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.22014 12.7577C8.35409 13.2935 8.02833 13.8364 7.49254 13.9704C7.34173 14.0081 7.19772 14.0437 7.05983 14.0779C6.55214 14.2035 6.1276 14.3086 5.75345 14.4198C5.27864 14.5608 4.96995 14.6884 4.75918 14.8226C4.57085 14.9424 4.46866 15.0621 4.39834 15.2153C4.31863 15.3889 4.25 15.6728 4.25 16.1625V21.0002C4.25 21.5525 3.80228 22.0002 3.25 22.0002C2.69772 22.0002 2.25 21.5525 2.25 21.0002V16.1625C2.25 15.5064 2.33877 14.9078 2.58079 14.3807C2.83222 13.8332 3.21613 13.434 3.6852 13.1354C4.13182 12.8511 4.65183 12.6606 5.18397 12.5026C5.60676 12.377 6.09085 12.2572 6.60581 12.1298C6.73784 12.0972 6.87189 12.064 7.00746 12.0301C7.54326 11.8961 8.08619 12.2219 8.22014 12.7577Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21.75C1 21.1977 1.44772 20.75 2 20.75H22C22.5523 20.75 23 21.1977 23 21.75C23 22.3023 22.5523 22.75 22 22.75H2C1.44772 22.75 1 22.3023 1 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2094 6.64393C11.4371 6.52952 11.6948 6.4375 12 6.4375C12.3052 6.4375 12.5629 6.52952 12.7906 6.64393C12.9947 6.74645 13.2208 6.89183 13.46 7.04566L13.46 7.04567L15.5966 8.41917C16.022 8.69265 16.3844 8.92556 16.6677 9.14804C16.9696 9.38512 17.2258 9.64301 17.4137 9.98711C17.6016 10.3312 17.6799 10.6862 17.7161 11.0684C17.75 11.427 17.75 11.8578 17.75 12.3635V21.9987C17.75 22.4129 17.4142 22.7487 17 22.7487H14.5V17.9988C14.5 16.6181 13.3807 15.4988 12 15.4988C10.6193 15.4988 9.5 16.6181 9.5 17.9988V22.7487H7C6.58579 22.7487 6.25 22.4129 6.25 21.9987V12.3635V12.3634C6.24999 11.8577 6.24997 11.427 6.28391 11.0684C6.32008 10.6862 6.39843 10.3312 6.58629 9.98711C6.77416 9.64301 7.03042 9.38512 7.33233 9.14804C7.61565 8.92556 7.97798 8.69265 8.40342 8.41918L10.54 7.04566C10.7792 6.89183 11.0053 6.74646 11.2094 6.64393ZM12 11.5C11.4477 11.5 11 11.9477 11 12.5C11 13.0523 11.4477 13.5 12 13.5H12.009C12.5613 13.5 13.009 13.0523 13.009 12.5C13.009 11.9477 12.5613 11.5 12.009 11.5H12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17C12.5523 17 13 17.4477 13 18V21.5698C13 22.1221 12.5523 22.5698 12 22.5698C11.4477 22.5698 11 22.1221 11 21.5698V18C11 17.4477 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16 5.73209H12.75V6.99988C12.75 7.41409 12.4142 7.74988 12 7.74988C11.5858 7.74988 11.25 7.41409 11.25 6.99988V2.97023L11.25 2.93579C11.2499 2.72925 11.2498 2.5067 11.2749 2.31898C11.3042 2.09966 11.3796 1.81926 11.6146 1.58285C12.0147 1.18033 12.572 1.23484 12.8489 1.2834C13.1892 1.34307 13.5552 1.47768 13.8857 1.62195C14.5559 1.9145 15.2453 2.32103 15.6135 2.54777C16.5707 3.13718 16.75 4.24513 16.75 4.98209C16.75 5.3963 16.4142 5.73209 16 5.73209Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7801 12.7577C15.914 12.2219 16.457 11.8961 16.9928 12.0301C17.1283 12.064 17.2624 12.0972 17.3944 12.1298C17.9094 12.2572 18.3935 12.377 18.8163 12.5026C19.3484 12.6606 19.8684 12.8511 20.315 13.1354C20.7841 13.434 21.168 13.8332 21.4194 14.3807C21.6615 14.9078 21.7502 15.5064 21.7502 16.1625V21.0002C21.7502 21.5525 21.3025 22.0002 20.7502 22.0002C20.198 22.0002 19.7502 21.5525 19.7502 21.0002V16.1625C19.7502 15.6728 19.6816 15.3889 19.6019 15.2153C19.5316 15.0621 19.4294 14.9424 19.2411 14.8226C19.0303 14.6884 18.7216 14.5608 18.2468 14.4198C17.8726 14.3086 17.4481 14.2035 16.9404 14.0779C16.8025 14.0437 16.6585 14.0081 16.5077 13.9704C15.9719 13.8364 15.6461 13.2935 15.7801 12.7577Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.22014 12.7577C8.35409 13.2935 8.02833 13.8364 7.49254 13.9704C7.34173 14.0081 7.19772 14.0437 7.05983 14.0779C6.55214 14.2035 6.1276 14.3086 5.75345 14.4198C5.27864 14.5608 4.96995 14.6884 4.75918 14.8226C4.57085 14.9424 4.46866 15.0621 4.39834 15.2153C4.31863 15.3889 4.25 15.6728 4.25 16.1625V21.0002C4.25 21.5525 3.80228 22.0002 3.25 22.0002C2.69772 22.0002 2.25 21.5525 2.25 21.0002V16.1625C2.25 15.5064 2.33877 14.9078 2.58079 14.3807C2.83222 13.8332 3.21613 13.434 3.6852 13.1354C4.13182 12.8511 4.65183 12.6606 5.18397 12.5026C5.60676 12.377 6.09085 12.2572 6.60581 12.1298C6.73784 12.0972 6.87189 12.064 7.00746 12.0301C7.54326 11.8961 8.08619 12.2219 8.22014 12.7577Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21.75C1 21.1977 1.44772 20.75 2 20.75H22C22.5523 20.75 23 21.1977 23 21.75C23 22.3023 22.5523 22.75 22 22.75H2C1.44772 22.75 1 22.3023 1 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2094 6.64393C11.4371 6.52952 11.6948 6.4375 12 6.4375C12.3052 6.4375 12.5629 6.52952 12.7906 6.64393C12.9947 6.74645 13.2208 6.89183 13.46 7.04566L13.46 7.04567L15.5966 8.41917C16.022 8.69265 16.3844 8.92556 16.6677 9.14804C16.9696 9.38512 17.2258 9.64301 17.4137 9.98711C17.6016 10.3312 17.6799 10.6862 17.7161 11.0684C17.75 11.427 17.75 11.8578 17.75 12.3635V21.9987C17.75 22.4129 17.4142 22.7487 17 22.7487H14.5V17.9988C14.5 16.6181 13.3807 15.4988 12 15.4988C10.6193 15.4988 9.5 16.6181 9.5 17.9988V22.7487H7C6.58579 22.7487 6.25 22.4129 6.25 21.9987V12.3635V12.3634C6.24999 11.8577 6.24997 11.427 6.28391 11.0684C6.32008 10.6862 6.39843 10.3312 6.58629 9.98711C6.77416 9.64301 7.03042 9.38512 7.33233 9.14804C7.61565 8.92556 7.97798 8.69265 8.40342 8.41918L10.54 7.04566C10.7792 6.89183 11.0053 6.74646 11.2094 6.64393ZM12 11.5C11.4477 11.5 11 11.9477 11 12.5C11 13.0523 11.4477 13.5 12 13.5H12.009C12.5613 13.5 13.009 13.0523 13.009 12.5C13.009 11.9477 12.5613 11.5 12.009 11.5H12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17C12.5523 17 13 17.4477 13 18V21.5698C13 22.1221 12.5523 22.5698 12 22.5698C11.4477 22.5698 11 22.1221 11 21.5698V18C11 17.4477 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16 5.73209H12.75V6.99988C12.75 7.41409 12.4142 7.74988 12 7.74988C11.5858 7.74988 11.25 7.41409 11.25 6.99988V2.97023L11.25 2.93579C11.2499 2.72925 11.2498 2.5067 11.2749 2.31898C11.3042 2.09966 11.3796 1.81926 11.6146 1.58285C12.0147 1.18033 12.572 1.23484 12.8489 1.2834C13.1892 1.34307 13.5552 1.47768 13.8857 1.62195C14.5559 1.9145 15.2453 2.32103 15.6135 2.54777C16.5707 3.13718 16.75 4.24513 16.75 4.98209C16.75 5.3963 16.4142 5.73209 16 5.73209Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-stationery{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5998 2.25H15.4002C14.3902 2.24999 13.5707 2.24998 12.9249 2.32031C12.2614 2.39256 11.6679 2.54823 11.1788 2.94441C10.6669 3.35907 10.4421 3.89598 10.3415 4.5021C10.2499 5.05392 10.2499 5.74286 10.25 6.53989L10.25 6.6C10.25 6.68284 10.3172 6.75 10.4 6.75H12.5C12.9142 6.75 13.25 7.08579 13.25 7.5C13.25 7.91421 12.9142 8.25 12.5 8.25L10.85 8.25C10.5672 8.25 10.4257 8.25 10.3379 8.33787C10.25 8.42574 10.25 8.56716 10.25 8.85L10.25 10.65C10.25 10.9328 10.25 11.0743 10.3379 11.1621C10.4257 11.25 10.5672 11.25 10.85 11.25H12.5C12.9142 11.25 13.25 11.5858 13.25 12C13.25 12.4142 12.9142 12.75 12.5 12.75H10.85C10.5672 12.75 10.4257 12.75 10.3379 12.8379C10.25 12.9257 10.25 13.0672 10.25 13.35L10.25 15.15C10.25 15.4328 10.25 15.5743 10.3379 15.6621C10.4257 15.75 10.5672 15.75 10.85 15.75H12.5C12.9142 15.75 13.25 16.0858 13.25 16.5C13.25 16.9142 12.9142 17.25 12.5 17.25H10.4601C10.3441 17.25 10.25 17.3441 10.25 17.4601C10.2499 18.2571 10.2499 18.9461 10.3415 19.4979C10.4421 20.104 10.6669 20.6409 11.1788 21.0556C11.6679 21.4518 12.2614 21.6074 12.9249 21.6797C13.5707 21.75 14.3902 21.75 15.4002 21.75H16.5998C17.6098 21.75 18.4293 21.75 19.0751 21.6797C19.7386 21.6074 20.3321 21.4518 20.8212 21.0556C21.3331 20.6409 21.5579 20.104 21.6585 19.4979C21.7501 18.9461 21.7501 18.2571 21.75 17.4601L21.75 6.53991C21.7501 5.74288 21.7501 5.05392 21.6585 4.50211C21.5579 3.89598 21.3331 3.35908 20.8212 2.94441C20.3321 2.54823 19.7386 2.39256 19.0751 2.32031C18.4293 2.24998 17.6098 2.24999 16.5998 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.95464 2.25C4.52238 2.24995 4.12462 2.2499 3.80079 2.29433C3.4425 2.34349 3.0656 2.45928 2.75722 2.77397C2.45092 3.08655 2.34025 3.46494 2.29304 3.82326C2.24991 4.15064 2.24996 4.55376 2.25 4.99659L2.25001 6.41458C2.25001 6.49381 2.25001 6.53342 2.26853 6.57342C2.28706 6.61341 2.31179 6.63437 2.36126 6.67631C3.03798 7.25 4.45314 7.25 5 7.25C5.54687 7.25 6.96205 7.25 7.63876 6.67629C7.68823 6.63436 7.71296 6.61339 7.73148 6.5734C7.75001 6.53341 7.75001 6.49379 7.75001 6.41457L7.75001 4.99659C7.75006 4.55376 7.7501 4.15064 7.70697 3.82326C7.65976 3.46494 7.54909 3.08655 7.24279 2.77397C6.93442 2.45928 6.55751 2.34349 6.19922 2.29433C5.87539 2.2499 5.47763 2.24995 5.04538 2.25H4.95464Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.75001 8.80383C7.75001 8.52945 7.75001 8.39226 7.66763 8.33236C7.58525 8.27246 7.44752 8.31709 7.17205 8.40635C6.42675 8.64786 5.63225 8.75 5 8.75C4.36775 8.75 3.57326 8.64787 2.82796 8.40636C2.5525 8.3171 2.41476 8.27246 2.33239 8.33237C2.25001 8.39227 2.25001 8.52946 2.25001 8.80383L2.25 15.9583C2.24994 16.7987 2.2499 17.3125 2.33663 17.8153C2.41591 18.275 2.54895 18.7235 2.73301 19.1512C2.93445 19.6193 3.21429 20.0476 3.67087 20.7464L3.72359 20.8271C3.82116 20.9765 3.91968 21.1274 4.01302 21.2457C4.11115 21.3702 4.26718 21.5443 4.50778 21.6482C4.82211 21.7839 5.1779 21.7839 5.49223 21.6482C5.73284 21.5443 5.88886 21.3702 5.98699 21.2457C6.08034 21.1274 6.17885 20.9765 6.27642 20.8271L6.32909 20.7465C6.7857 20.0477 7.06556 19.6194 7.267 19.1512C7.45106 18.7235 7.5841 18.275 7.66339 17.8153C7.75011 17.3125 7.75008 16.7987 7.75001 15.9583L7.75001 8.80383Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5998 2.25H15.4002C14.3902 2.24999 13.5707 2.24998 12.9249 2.32031C12.2614 2.39256 11.6679 2.54823 11.1788 2.94441C10.6669 3.35907 10.4421 3.89598 10.3415 4.5021C10.2499 5.05392 10.2499 5.74286 10.25 6.53989L10.25 6.6C10.25 6.68284 10.3172 6.75 10.4 6.75H12.5C12.9142 6.75 13.25 7.08579 13.25 7.5C13.25 7.91421 12.9142 8.25 12.5 8.25L10.85 8.25C10.5672 8.25 10.4257 8.25 10.3379 8.33787C10.25 8.42574 10.25 8.56716 10.25 8.85L10.25 10.65C10.25 10.9328 10.25 11.0743 10.3379 11.1621C10.4257 11.25 10.5672 11.25 10.85 11.25H12.5C12.9142 11.25 13.25 11.5858 13.25 12C13.25 12.4142 12.9142 12.75 12.5 12.75H10.85C10.5672 12.75 10.4257 12.75 10.3379 12.8379C10.25 12.9257 10.25 13.0672 10.25 13.35L10.25 15.15C10.25 15.4328 10.25 15.5743 10.3379 15.6621C10.4257 15.75 10.5672 15.75 10.85 15.75H12.5C12.9142 15.75 13.25 16.0858 13.25 16.5C13.25 16.9142 12.9142 17.25 12.5 17.25H10.4601C10.3441 17.25 10.25 17.3441 10.25 17.4601C10.2499 18.2571 10.2499 18.9461 10.3415 19.4979C10.4421 20.104 10.6669 20.6409 11.1788 21.0556C11.6679 21.4518 12.2614 21.6074 12.9249 21.6797C13.5707 21.75 14.3902 21.75 15.4002 21.75H16.5998C17.6098 21.75 18.4293 21.75 19.0751 21.6797C19.7386 21.6074 20.3321 21.4518 20.8212 21.0556C21.3331 20.6409 21.5579 20.104 21.6585 19.4979C21.7501 18.9461 21.7501 18.2571 21.75 17.4601L21.75 6.53991C21.7501 5.74288 21.7501 5.05392 21.6585 4.50211C21.5579 3.89598 21.3331 3.35908 20.8212 2.94441C20.3321 2.54823 19.7386 2.39256 19.0751 2.32031C18.4293 2.24998 17.6098 2.24999 16.5998 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.95464 2.25C4.52238 2.24995 4.12462 2.2499 3.80079 2.29433C3.4425 2.34349 3.0656 2.45928 2.75722 2.77397C2.45092 3.08655 2.34025 3.46494 2.29304 3.82326C2.24991 4.15064 2.24996 4.55376 2.25 4.99659L2.25001 6.41458C2.25001 6.49381 2.25001 6.53342 2.26853 6.57342C2.28706 6.61341 2.31179 6.63437 2.36126 6.67631C3.03798 7.25 4.45314 7.25 5 7.25C5.54687 7.25 6.96205 7.25 7.63876 6.67629C7.68823 6.63436 7.71296 6.61339 7.73148 6.5734C7.75001 6.53341 7.75001 6.49379 7.75001 6.41457L7.75001 4.99659C7.75006 4.55376 7.7501 4.15064 7.70697 3.82326C7.65976 3.46494 7.54909 3.08655 7.24279 2.77397C6.93442 2.45928 6.55751 2.34349 6.19922 2.29433C5.87539 2.2499 5.47763 2.24995 5.04538 2.25H4.95464Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.75001 8.80383C7.75001 8.52945 7.75001 8.39226 7.66763 8.33236C7.58525 8.27246 7.44752 8.31709 7.17205 8.40635C6.42675 8.64786 5.63225 8.75 5 8.75C4.36775 8.75 3.57326 8.64787 2.82796 8.40636C2.5525 8.3171 2.41476 8.27246 2.33239 8.33237C2.25001 8.39227 2.25001 8.52946 2.25001 8.80383L2.25 15.9583C2.24994 16.7987 2.2499 17.3125 2.33663 17.8153C2.41591 18.275 2.54895 18.7235 2.73301 19.1512C2.93445 19.6193 3.21429 20.0476 3.67087 20.7464L3.72359 20.8271C3.82116 20.9765 3.91968 21.1274 4.01302 21.2457C4.11115 21.3702 4.26718 21.5443 4.50778 21.6482C4.82211 21.7839 5.1779 21.7839 5.49223 21.6482C5.73284 21.5443 5.88886 21.3702 5.98699 21.2457C6.08034 21.1274 6.17885 20.9765 6.27642 20.8271L6.32909 20.7465C6.7857 20.0477 7.06556 19.6194 7.267 19.1512C7.45106 18.7235 7.5841 18.275 7.66339 17.8153C7.75011 17.3125 7.75008 16.7987 7.75001 15.9583L7.75001 8.80383Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-student-card{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.751 12.0537V12.0537V12.0538C22.751 14.0117 22.751 15.5532 22.5986 16.7576C22.4426 17.9901 22.1156 18.9829 21.3756 19.7692C20.6294 20.562 19.6772 20.9182 18.4961 21.0869C17.3539 21.25 15.8956 21.25 14.0605 21.25H9.94145C8.10634 21.25 6.64808 21.25 5.50583 21.0869C4.32478 20.9182 3.37253 20.562 2.6264 19.7692C1.88632 18.9829 1.55932 17.9901 1.40336 16.7576C1.25095 15.5532 1.25096 14.0116 1.25098 12.0537V11.9463C1.25096 9.98836 1.25095 8.44685 1.40336 7.24244C1.55932 6.0099 1.88632 5.01711 2.6264 4.23077C3.37253 3.43801 4.32478 3.08185 5.50583 2.91314C6.64808 2.74997 8.10635 2.74998 9.94147 2.75H9.94148H14.0605H14.0605C15.8956 2.74998 17.3539 2.74997 18.4961 2.91314C19.6772 3.08185 20.6294 3.43801 21.3756 4.23077C22.1156 5.01711 22.4426 6.0099 22.5986 7.24244C22.751 8.44682 22.751 9.98829 22.751 11.9462V11.9462V11.9463V12.0537ZM10.751 9.22222C10.751 10.4495 9.74362 11.4444 8.50098 11.4444C7.25834 11.4444 6.25098 10.4495 6.25098 9.22222C6.25098 7.99492 7.25834 7 8.50098 7C9.74362 7 10.751 7.99492 10.751 9.22222ZM5.78976 13.3787C5.71941 13.4252 5.6377 13.4766 5.54872 13.5325C4.74297 14.0391 3.34001 14.9212 4.35731 15.9981C4.90913 16.5822 5.52372 17 6.29641 17H10.7055C11.4782 17 12.0928 16.5822 12.6446 15.9981C13.6619 14.9212 12.259 14.0391 11.4532 13.5325L11.4532 13.5325L11.453 13.5324L11.4529 13.5323C11.364 13.4764 11.2825 13.4251 11.2122 13.3787C9.55338 12.2812 7.44857 12.2812 5.78976 13.3787ZM15.0009 8.75001C14.5867 8.75001 14.2509 9.0858 14.2509 9.50001C14.2509 9.91423 14.5867 10.25 15.0009 10.25H19.0009C19.4151 10.25 19.7509 9.91423 19.7509 9.50001C19.7509 9.0858 19.4151 8.75001 19.0009 8.75001H15.0009ZM15.0009 12.75C14.5867 12.75 14.2509 13.0858 14.2509 13.5C14.2509 13.9142 14.5867 14.25 15.0009 14.25H17.0009C17.4151 14.25 17.7509 13.9142 17.7509 13.5C17.7509 13.0858 17.4151 12.75 17.0009 12.75H15.0009Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.751 12.0537V12.0537V12.0538C22.751 14.0117 22.751 15.5532 22.5986 16.7576C22.4426 17.9901 22.1156 18.9829 21.3756 19.7692C20.6294 20.562 19.6772 20.9182 18.4961 21.0869C17.3539 21.25 15.8956 21.25 14.0605 21.25H9.94145C8.10634 21.25 6.64808 21.25 5.50583 21.0869C4.32478 20.9182 3.37253 20.562 2.6264 19.7692C1.88632 18.9829 1.55932 17.9901 1.40336 16.7576C1.25095 15.5532 1.25096 14.0116 1.25098 12.0537V11.9463C1.25096 9.98836 1.25095 8.44685 1.40336 7.24244C1.55932 6.0099 1.88632 5.01711 2.6264 4.23077C3.37253 3.43801 4.32478 3.08185 5.50583 2.91314C6.64808 2.74997 8.10635 2.74998 9.94147 2.75H9.94148H14.0605H14.0605C15.8956 2.74998 17.3539 2.74997 18.4961 2.91314C19.6772 3.08185 20.6294 3.43801 21.3756 4.23077C22.1156 5.01711 22.4426 6.0099 22.5986 7.24244C22.751 8.44682 22.751 9.98829 22.751 11.9462V11.9462V11.9463V12.0537ZM10.751 9.22222C10.751 10.4495 9.74362 11.4444 8.50098 11.4444C7.25834 11.4444 6.25098 10.4495 6.25098 9.22222C6.25098 7.99492 7.25834 7 8.50098 7C9.74362 7 10.751 7.99492 10.751 9.22222ZM5.78976 13.3787C5.71941 13.4252 5.6377 13.4766 5.54872 13.5325C4.74297 14.0391 3.34001 14.9212 4.35731 15.9981C4.90913 16.5822 5.52372 17 6.29641 17H10.7055C11.4782 17 12.0928 16.5822 12.6446 15.9981C13.6619 14.9212 12.259 14.0391 11.4532 13.5325L11.4532 13.5325L11.453 13.5324L11.4529 13.5323C11.364 13.4764 11.2825 13.4251 11.2122 13.3787C9.55338 12.2812 7.44857 12.2812 5.78976 13.3787ZM15.0009 8.75001C14.5867 8.75001 14.2509 9.0858 14.2509 9.50001C14.2509 9.91423 14.5867 10.25 15.0009 10.25H19.0009C19.4151 10.25 19.7509 9.91423 19.7509 9.50001C19.7509 9.0858 19.4151 8.75001 19.0009 8.75001H15.0009ZM15.0009 12.75C14.5867 12.75 14.2509 13.0858 14.2509 13.5C14.2509 13.9142 14.5867 14.25 15.0009 14.25H17.0009C17.4151 14.25 17.7509 13.9142 17.7509 13.5C17.7509 13.0858 17.4151 12.75 17.0009 12.75H15.0009Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-study-lamp{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.3221 2.28352C15.4353 2.34713 15.4996 2.36813 15.5309 2.37444C15.5482 2.37072 15.6049 2.35834 15.7223 2.31656C15.9062 2.25109 16.1534 2.14682 16.5228 1.99049C17.4094 1.61526 18.3806 1.47136 19.3431 1.58856L19.3986 1.59528C19.7226 1.63446 20.0856 1.67836 20.3896 1.79739C20.7848 1.95209 21.0774 2.22357 21.2736 2.63931C21.4917 3.10138 21.4681 3.54263 21.3293 3.96242C21.2137 4.31197 21.0003 4.6942 20.7812 5.08667L20.7532 5.13685L17.7497 10.5202L17.7214 10.5709C17.5028 10.963 17.2894 11.3457 17.0541 11.6247C16.7707 11.9607 16.4068 12.2087 15.8999 12.2451C15.4451 12.2778 15.0687 12.1479 14.7437 11.8729C14.4936 11.6613 14.2768 11.3599 14.0818 11.0888L14.0486 11.0428C13.472 10.2426 13.109 9.30552 12.9805 8.32915C12.9267 7.92036 12.8903 7.6456 12.8529 7.44688C12.8267 7.30789 12.8071 7.25021 12.8026 7.23626C12.7812 7.20942 12.7304 7.16041 12.6161 7.08791L12.098 6.79054C11.7289 6.57006 11.3904 6.36792 11.1366 6.16522C10.8564 5.94144 10.5947 5.65295 10.4851 5.22956C10.3758 4.80735 10.4628 4.42498 10.5962 4.08908C10.7176 3.78344 10.9124 3.43431 11.1259 3.05174L11.1475 3.01306L11.1692 2.97406C11.3825 2.59172 11.5773 2.24241 11.7727 1.98048C11.9868 1.69325 12.2672 1.41841 12.685 1.30257C13.104 1.18638 13.4826 1.27963 13.8097 1.41876C14.1066 1.54505 14.4451 1.74735 14.8139 1.96775L15.3221 2.28352Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.4832 9.48042C21.8554 8.8193 21.8253 8.03319 21.4707 7.42025C21.3609 7.23051 21.3061 7.13563 21.1895 7.13673C21.0728 7.13782 21.0125 7.24684 20.8918 7.46487L19.496 9.98589C19.3795 10.1963 19.3213 10.3015 19.3789 10.3999C19.4366 10.4982 19.5418 10.4987 19.7522 10.4996C20.4418 10.5025 21.1136 10.1368 21.4832 9.48042Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 13C2.25 11.4812 3.48122 10.25 5 10.25C6.51878 10.25 7.75 11.4812 7.75 13C7.75 14.5188 6.51878 15.75 5 15.75C3.48122 15.75 2.25 14.5188 2.25 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.8138 6.16884C14.1348 6.61825 14.0307 7.2428 13.5813 7.56381L6.58132 12.5638L5.41884 10.9363L12.4188 5.93634C12.8683 5.61534 13.4928 5.71943 13.8138 6.16884ZM5.41884 13.9363C5.86825 13.6153 6.4928 13.7194 6.81381 14.1688L11.5147 20.7501H14.0001C14.5524 20.7501 15.0001 21.1978 15.0001 21.7501C15.0001 22.3024 14.5524 22.7501 14.0001 22.7501H11.0134C11.0051 22.7502 10.9968 22.7502 10.9884 22.7501H7.00008C6.44779 22.7501 6.00008 22.3024 6.00008 21.7501C6.00008 21.1978 6.44779 20.7501 7.00008 20.7501H9.05689L5.18634 15.3313C4.86534 14.8819 4.96943 14.2574 5.41884 13.9363Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.3221 2.28352C15.4353 2.34713 15.4996 2.36813 15.5309 2.37444C15.5482 2.37072 15.6049 2.35834 15.7223 2.31656C15.9062 2.25109 16.1534 2.14682 16.5228 1.99049C17.4094 1.61526 18.3806 1.47136 19.3431 1.58856L19.3986 1.59528C19.7226 1.63446 20.0856 1.67836 20.3896 1.79739C20.7848 1.95209 21.0774 2.22357 21.2736 2.63931C21.4917 3.10138 21.4681 3.54263 21.3293 3.96242C21.2137 4.31197 21.0003 4.6942 20.7812 5.08667L20.7532 5.13685L17.7497 10.5202L17.7214 10.5709C17.5028 10.963 17.2894 11.3457 17.0541 11.6247C16.7707 11.9607 16.4068 12.2087 15.8999 12.2451C15.4451 12.2778 15.0687 12.1479 14.7437 11.8729C14.4936 11.6613 14.2768 11.3599 14.0818 11.0888L14.0486 11.0428C13.472 10.2426 13.109 9.30552 12.9805 8.32915C12.9267 7.92036 12.8903 7.6456 12.8529 7.44688C12.8267 7.30789 12.8071 7.25021 12.8026 7.23626C12.7812 7.20942 12.7304 7.16041 12.6161 7.08791L12.098 6.79054C11.7289 6.57006 11.3904 6.36792 11.1366 6.16522C10.8564 5.94144 10.5947 5.65295 10.4851 5.22956C10.3758 4.80735 10.4628 4.42498 10.5962 4.08908C10.7176 3.78344 10.9124 3.43431 11.1259 3.05174L11.1475 3.01306L11.1692 2.97406C11.3825 2.59172 11.5773 2.24241 11.7727 1.98048C11.9868 1.69325 12.2672 1.41841 12.685 1.30257C13.104 1.18638 13.4826 1.27963 13.8097 1.41876C14.1066 1.54505 14.4451 1.74735 14.8139 1.96775L15.3221 2.28352Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.4832 9.48042C21.8554 8.8193 21.8253 8.03319 21.4707 7.42025C21.3609 7.23051 21.3061 7.13563 21.1895 7.13673C21.0728 7.13782 21.0125 7.24684 20.8918 7.46487L19.496 9.98589C19.3795 10.1963 19.3213 10.3015 19.3789 10.3999C19.4366 10.4982 19.5418 10.4987 19.7522 10.4996C20.4418 10.5025 21.1136 10.1368 21.4832 9.48042Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 13C2.25 11.4812 3.48122 10.25 5 10.25C6.51878 10.25 7.75 11.4812 7.75 13C7.75 14.5188 6.51878 15.75 5 15.75C3.48122 15.75 2.25 14.5188 2.25 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.8138 6.16884C14.1348 6.61825 14.0307 7.2428 13.5813 7.56381L6.58132 12.5638L5.41884 10.9363L12.4188 5.93634C12.8683 5.61534 13.4928 5.71943 13.8138 6.16884ZM5.41884 13.9363C5.86825 13.6153 6.4928 13.7194 6.81381 14.1688L11.5147 20.7501H14.0001C14.5524 20.7501 15.0001 21.1978 15.0001 21.7501C15.0001 22.3024 14.5524 22.7501 14.0001 22.7501H11.0134C11.0051 22.7502 10.9968 22.7502 10.9884 22.7501H7.00008C6.44779 22.7501 6.00008 22.3024 6.00008 21.7501C6.00008 21.1978 6.44779 20.7501 7.00008 20.7501H9.05689L5.18634 15.3313C4.86534 14.8819 4.96943 14.2574 5.41884 13.9363Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-teacher{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8848 3.2498C18.4338 3.18956 17.8218 3.1875 16.875 3.1875H3.225C2.68652 3.1875 2.25 2.75378 2.25 2.21875C2.25 1.68373 2.68652 1.25 3.225 1.25L16.9392 1.25C17.8035 1.24995 18.5482 1.24991 19.1446 1.32958C19.7837 1.41496 20.3964 1.60749 20.8933 2.10123C21.3902 2.59496 21.584 3.20367 21.6699 3.83871C21.7501 4.43126 21.75 5.17121 21.75 6.03V11.97C21.75 12.8288 21.7501 13.5687 21.6699 14.1613C21.584 14.7963 21.3902 15.405 20.8933 15.8988C20.3964 16.3925 19.7837 16.585 19.1446 16.6704C18.5482 16.7501 17.8035 16.75 16.9392 16.75L10.05 16.75C9.51152 16.75 9.075 16.3163 9.075 15.7812C9.075 15.2462 9.51152 14.8125 10.05 14.8125H16.875C17.8218 14.8125 18.4338 14.8104 18.8848 14.7502C19.3077 14.6937 19.4402 14.6025 19.5144 14.5288C19.5886 14.455 19.6804 14.3233 19.7373 13.9031C19.7979 13.4551 19.8 12.847 19.8 11.9062V6.09375C19.8 5.15302 19.7979 4.54492 19.7373 4.09687C19.6804 3.67669 19.5886 3.54499 19.5144 3.47124C19.4402 3.3975 19.3077 3.30629 18.8848 3.2498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 6.5C10 5.94772 10.4477 5.5 11 5.5H17C17.5523 5.5 18 5.94772 18 6.5C18 7.05228 17.5523 7.5 17 7.5H11C10.4477 7.5 10 7.05228 10 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.7917 10.9995C13.3209 10.9995 13.75 11.43 13.75 11.9611C13.75 12.4921 13.3209 12.9226 12.7917 12.9226H8.00001L7.99999 21.7882C7.99999 22.3193 7.57093 22.7498 7.04166 22.7498C6.51239 22.7498 6.08333 22.3193 6.08333 21.7882V17.9421H4.16666V21.7882C4.16666 22.3193 3.7376 22.7498 3.20833 22.7498C2.67906 22.7498 2.25 22.3193 2.25 21.7882L2.25001 13.8318C2.24993 13.4241 2.24985 13.0278 2.29365 12.7009C2.34302 12.3325 2.46331 11.912 2.81139 11.5628C3.15947 11.2135 3.57853 11.0928 3.94576 11.0433C4.27152 10.9994 4.66647 10.9994 5.07287 10.9995L12.7917 10.9995Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25001 7.24951C2.25001 5.73073 3.48123 4.49951 5.00001 4.49951C6.5188 4.49951 7.75001 5.73073 7.75001 7.24951C7.75001 8.76829 6.5188 9.99951 5.00001 9.99951C3.48123 9.99951 2.25001 8.76829 2.25001 7.24951Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8848 3.2498C18.4338 3.18956 17.8218 3.1875 16.875 3.1875H3.225C2.68652 3.1875 2.25 2.75378 2.25 2.21875C2.25 1.68373 2.68652 1.25 3.225 1.25L16.9392 1.25C17.8035 1.24995 18.5482 1.24991 19.1446 1.32958C19.7837 1.41496 20.3964 1.60749 20.8933 2.10123C21.3902 2.59496 21.584 3.20367 21.6699 3.83871C21.7501 4.43126 21.75 5.17121 21.75 6.03V11.97C21.75 12.8288 21.7501 13.5687 21.6699 14.1613C21.584 14.7963 21.3902 15.405 20.8933 15.8988C20.3964 16.3925 19.7837 16.585 19.1446 16.6704C18.5482 16.7501 17.8035 16.75 16.9392 16.75L10.05 16.75C9.51152 16.75 9.075 16.3163 9.075 15.7812C9.075 15.2462 9.51152 14.8125 10.05 14.8125H16.875C17.8218 14.8125 18.4338 14.8104 18.8848 14.7502C19.3077 14.6937 19.4402 14.6025 19.5144 14.5288C19.5886 14.455 19.6804 14.3233 19.7373 13.9031C19.7979 13.4551 19.8 12.847 19.8 11.9062V6.09375C19.8 5.15302 19.7979 4.54492 19.7373 4.09687C19.6804 3.67669 19.5886 3.54499 19.5144 3.47124C19.4402 3.3975 19.3077 3.30629 18.8848 3.2498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 6.5C10 5.94772 10.4477 5.5 11 5.5H17C17.5523 5.5 18 5.94772 18 6.5C18 7.05228 17.5523 7.5 17 7.5H11C10.4477 7.5 10 7.05228 10 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.7917 10.9995C13.3209 10.9995 13.75 11.43 13.75 11.9611C13.75 12.4921 13.3209 12.9226 12.7917 12.9226H8.00001L7.99999 21.7882C7.99999 22.3193 7.57093 22.7498 7.04166 22.7498C6.51239 22.7498 6.08333 22.3193 6.08333 21.7882V17.9421H4.16666V21.7882C4.16666 22.3193 3.7376 22.7498 3.20833 22.7498C2.67906 22.7498 2.25 22.3193 2.25 21.7882L2.25001 13.8318C2.24993 13.4241 2.24985 13.0278 2.29365 12.7009C2.34302 12.3325 2.46331 11.912 2.81139 11.5628C3.15947 11.2135 3.57853 11.0928 3.94576 11.0433C4.27152 10.9994 4.66647 10.9994 5.07287 10.9995L12.7917 10.9995Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25001 7.24951C2.25001 5.73073 3.48123 4.49951 5.00001 4.49951C6.5188 4.49951 7.75001 5.73073 7.75001 7.24951C7.75001 8.76829 6.5188 9.99951 5.00001 9.99951C3.48123 9.99951 2.25001 8.76829 2.25001 7.24951Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-teaching{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3571 14.0661C13.873 14.2631 14.1315 14.8411 13.9344 15.3571C13.2736 17.0873 12.2545 18.0668 11.001 18.5567C9.86399 19.001 8.61264 19.0006 7.58137 19.0003C7.55418 19.0003 7.52715 19.0003 7.50027 19.0003C6.36949 19.0003 5.47985 19.0127 4.72752 19.3067C4.06178 19.5668 3.41944 20.0873 2.93445 21.3571C2.73739 21.873 2.1594 22.1315 1.64347 21.9344C1.12753 21.7374 0.869033 21.1594 1.06609 20.6435C1.72693 18.9133 2.74605 17.9337 3.99958 17.4439C5.13655 16.9996 6.3879 16.9999 7.41917 17.0003C7.44636 17.0003 7.47339 17.0003 7.50027 17.0003C8.63105 17.0003 9.52069 16.9878 10.273 16.6939C10.9388 16.4337 11.5811 15.9133 12.0661 14.6435C12.2631 14.1275 12.8411 13.869 13.3571 14.0661Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9327 2H17.0699C18.1899 1.99996 19.13 1.99993 19.8777 2.10045C20.6694 2.20689 21.3933 2.44224 21.9762 3.02513C22.5591 3.60802 22.7944 4.3319 22.9009 5.12358C23.0014 5.87126 23.0013 6.81141 23.0013 7.93139V10.0686C23.0013 11.1886 23.0014 12.1287 22.9009 12.8764C22.7944 13.6681 22.5591 14.392 21.9762 14.9749C21.3933 15.5578 20.6694 15.7931 19.8777 15.8996C19.13 16.0001 18.1899 16 17.0699 16L16.5 16C15.9477 16 15.5 15.5523 15.5 15C15.5 14.4477 15.9477 14 16.5 14H17.0013C18.2081 14 19.0126 13.9979 19.6112 13.9174C20.1811 13.8408 20.4126 13.71 20.562 13.5607C20.7113 13.4113 20.8421 13.1798 20.9187 12.6099C20.9992 12.0113 21.0013 11.2068 21.0013 10V8C21.0013 6.79322 20.9992 5.98873 20.9187 5.39007C20.8421 4.82018 20.7113 4.58869 20.562 4.43934C20.4126 4.29 20.1811 4.15924 19.6112 4.08262C19.0126 4.00213 18.2081 4 17.0013 4H13.0013C11.7945 4 10.99 4.00213 10.3914 4.08262C9.82147 4.15924 9.58999 4.29 9.44064 4.43934C9.31168 4.56831 9.20048 4.75467 9.12284 5.15104C9.03973 5.57533 9.01113 6.15174 9.00387 7.00848C8.99919 7.56075 8.54769 8.00465 7.99543 7.99997C7.44316 7.99529 6.99926 7.54379 7.00394 6.99153C7.01115 6.1417 7.03716 5.39444 7.16014 4.76659C7.28859 4.11082 7.53498 3.51658 8.02643 3.02513C8.60931 2.44224 9.3332 2.20689 10.1249 2.10045C10.8726 1.99993 11.8127 1.99996 12.9327 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.25 12.5C4.25 10.7051 5.70507 9.25 7.5 9.25C9.29493 9.25 10.75 10.7051 10.75 12.5C10.75 14.2949 9.29493 15.75 7.5 15.75C5.70507 15.75 4.25 14.2949 4.25 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 7C11 6.44772 11.4477 6 12 6H18C18.5523 6 19 6.44772 19 7C19 7.55228 18.5523 8 18 8H12C11.4477 8 11 7.55228 11 7ZM14 11C14 10.4477 14.4477 10 15 10H18C18.5523 10 19 10.4477 19 11C19 11.5523 18.5523 12 18 12H15C14.4477 12 14 11.5523 14 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3571 14.0661C13.873 14.2631 14.1315 14.8411 13.9344 15.3571C13.2736 17.0873 12.2545 18.0668 11.001 18.5567C9.86399 19.001 8.61264 19.0006 7.58137 19.0003C7.55418 19.0003 7.52715 19.0003 7.50027 19.0003C6.36949 19.0003 5.47985 19.0127 4.72752 19.3067C4.06178 19.5668 3.41944 20.0873 2.93445 21.3571C2.73739 21.873 2.1594 22.1315 1.64347 21.9344C1.12753 21.7374 0.869033 21.1594 1.06609 20.6435C1.72693 18.9133 2.74605 17.9337 3.99958 17.4439C5.13655 16.9996 6.3879 16.9999 7.41917 17.0003C7.44636 17.0003 7.47339 17.0003 7.50027 17.0003C8.63105 17.0003 9.52069 16.9878 10.273 16.6939C10.9388 16.4337 11.5811 15.9133 12.0661 14.6435C12.2631 14.1275 12.8411 13.869 13.3571 14.0661Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9327 2H17.0699C18.1899 1.99996 19.13 1.99993 19.8777 2.10045C20.6694 2.20689 21.3933 2.44224 21.9762 3.02513C22.5591 3.60802 22.7944 4.3319 22.9009 5.12358C23.0014 5.87126 23.0013 6.81141 23.0013 7.93139V10.0686C23.0013 11.1886 23.0014 12.1287 22.9009 12.8764C22.7944 13.6681 22.5591 14.392 21.9762 14.9749C21.3933 15.5578 20.6694 15.7931 19.8777 15.8996C19.13 16.0001 18.1899 16 17.0699 16L16.5 16C15.9477 16 15.5 15.5523 15.5 15C15.5 14.4477 15.9477 14 16.5 14H17.0013C18.2081 14 19.0126 13.9979 19.6112 13.9174C20.1811 13.8408 20.4126 13.71 20.562 13.5607C20.7113 13.4113 20.8421 13.1798 20.9187 12.6099C20.9992 12.0113 21.0013 11.2068 21.0013 10V8C21.0013 6.79322 20.9992 5.98873 20.9187 5.39007C20.8421 4.82018 20.7113 4.58869 20.562 4.43934C20.4126 4.29 20.1811 4.15924 19.6112 4.08262C19.0126 4.00213 18.2081 4 17.0013 4H13.0013C11.7945 4 10.99 4.00213 10.3914 4.08262C9.82147 4.15924 9.58999 4.29 9.44064 4.43934C9.31168 4.56831 9.20048 4.75467 9.12284 5.15104C9.03973 5.57533 9.01113 6.15174 9.00387 7.00848C8.99919 7.56075 8.54769 8.00465 7.99543 7.99997C7.44316 7.99529 6.99926 7.54379 7.00394 6.99153C7.01115 6.1417 7.03716 5.39444 7.16014 4.76659C7.28859 4.11082 7.53498 3.51658 8.02643 3.02513C8.60931 2.44224 9.3332 2.20689 10.1249 2.10045C10.8726 1.99993 11.8127 1.99996 12.9327 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.25 12.5C4.25 10.7051 5.70507 9.25 7.5 9.25C9.29493 9.25 10.75 10.7051 10.75 12.5C10.75 14.2949 9.29493 15.75 7.5 15.75C5.70507 15.75 4.25 14.2949 4.25 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 7C11 6.44772 11.4477 6 12 6H18C18.5523 6 19 6.44772 19 7C19 7.55228 18.5523 8 18 8H12C11.4477 8 11 7.55228 11 7ZM14 11C14 10.4477 14.4477 10 15 10H18C18.5523 10 19 10.4477 19 11C19 11.5523 18.5523 12 18 12H15C14.4477 12 14 11.5523 14 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-telescope-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1224 7.30803L8.69902 9.29434C8.2711 9.54263 8.03836 9.68013 7.88898 9.79598C7.88819 9.79659 7.88741 9.7972 7.88663 9.79781C7.88722 9.79927 7.88783 9.80076 7.88844 9.80226C7.9604 9.9782 8.09385 10.2147 8.34081 10.6446L8.83494 11.5047C9.08081 11.9327 9.21774 12.1668 9.33293 12.3173C9.50684 12.2449 9.74127 12.1113 10.1659 11.8649L13.5894 9.87862L14.5931 11.6085L11.1697 13.5948C11.154 13.6039 11.1383 13.613 11.1227 13.6221C10.7602 13.8325 10.4068 14.0377 10.0924 14.1675C9.73749 14.3141 9.29725 14.4246 8.80203 14.2913C8.30727 14.1581 7.98191 13.8418 7.74823 13.5375C7.70321 13.4788 7.65835 13.4162 7.61358 13.3503L7.59487 13.3611L7.17763 12.6348C7.16104 12.606 7.14441 12.577 7.12775 12.548C7.11876 12.5324 7.10976 12.5167 7.10075 12.501L6.60662 11.6409C6.59763 11.6252 6.58864 11.6096 6.57966 11.594C6.56278 11.5646 6.54594 11.5353 6.52917 11.5061L6.11249 10.7808L6.13118 10.7701C6.09682 10.6982 6.06528 10.6278 6.03727 10.5593C5.89182 10.2037 5.78306 9.76478 5.91462 9.27139C6.04629 8.77754 6.35948 8.45119 6.66332 8.21555C6.9323 8.00695 7.28573 7.80198 7.6484 7.59165C7.66402 7.58259 7.67966 7.57352 7.69531 7.56444L11.1187 5.57812L12.1224 7.30803Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.76204 15.2781C5.57881 15.3844 5.41008 15.4823 5.26269 15.5549C5.10424 15.6329 4.92213 15.7068 4.70975 15.7349C4.25153 15.7955 3.78855 15.6706 3.42278 15.3885C3.25337 15.2579 3.13277 15.1029 3.03454 14.956C2.9431 14.8193 2.84578 14.6498 2.73996 14.4656L2.71836 14.428C2.6125 14.2438 2.51516 14.0744 2.44307 13.9265C2.36556 13.7675 2.29256 13.5855 2.26481 13.3736C2.20492 12.9164 2.32809 12.4536 2.60812 12.0868C2.73795 11.9168 2.8922 11.7955 3.03871 11.6965C3.1749 11.6046 3.34363 11.5067 3.52688 11.4004L3.52688 11.4004L3.54567 11.3895L7.19265 9.27344L9.42226 13.1544L5.76204 15.2781Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8705 1.41469C17.1995 1.27883 17.5796 1.18796 18.0004 1.30129C18.4209 1.41451 18.7042 1.68372 18.9209 1.96596C19.1178 2.22234 19.314 2.56391 19.5277 2.93602L19.5499 2.97472L21.0323 5.55502L21.0545 5.59361C21.2683 5.96575 21.4646 6.30724 21.587 6.60666C21.7219 6.9365 21.8114 7.31586 21.6995 7.73557C21.5875 8.15563 21.3208 8.43986 21.0392 8.65827C20.7839 8.85627 20.4437 9.05357 20.0735 9.26829L20.0735 9.2683L20.0349 9.29069L16.6115 11.277L16.5728 11.2995L16.5728 11.2995C16.2028 11.5142 15.8626 11.7116 15.5642 11.8349C15.2353 11.9707 14.8552 12.0616 14.4344 11.9483C14.0139 11.8351 13.7306 11.5659 13.5138 11.2836C13.317 11.0272 13.1208 10.6857 12.9071 10.3136L12.8848 10.2749L11.4025 7.69456L11.3803 7.65597C11.1664 7.28383 10.9702 6.94233 10.8477 6.64291C10.7128 6.31308 10.6233 5.93372 10.7352 5.51401C10.8472 5.09395 11.114 4.80972 11.3956 4.59131C11.6509 4.39331 11.9911 4.19601 12.3612 3.98128L12.3998 3.95888L15.8233 1.97257L15.862 1.95012C16.232 1.73535 16.5721 1.53794 16.8705 1.41469Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0002 11.75C12.379 11.75 12.7253 11.964 12.8946 12.3028L17.3946 21.3028C17.6416 21.7968 17.4414 22.3974 16.9474 22.6444C16.4535 22.8914 15.8528 22.6912 15.6058 22.1972L12.0002 14.9861L8.39465 22.1972C8.14766 22.6912 7.54698 22.8914 7.05301 22.6444C6.55903 22.3974 6.3588 21.7968 6.60579 21.3028L11.1058 12.3028C11.2752 11.964 11.6214 11.75 12.0002 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1224 7.30803L8.69902 9.29434C8.2711 9.54263 8.03836 9.68013 7.88898 9.79598C7.88819 9.79659 7.88741 9.7972 7.88663 9.79781C7.88722 9.79927 7.88783 9.80076 7.88844 9.80226C7.9604 9.9782 8.09385 10.2147 8.34081 10.6446L8.83494 11.5047C9.08081 11.9327 9.21774 12.1668 9.33293 12.3173C9.50684 12.2449 9.74127 12.1113 10.1659 11.8649L13.5894 9.87862L14.5931 11.6085L11.1697 13.5948C11.154 13.6039 11.1383 13.613 11.1227 13.6221C10.7602 13.8325 10.4068 14.0377 10.0924 14.1675C9.73749 14.3141 9.29725 14.4246 8.80203 14.2913C8.30727 14.1581 7.98191 13.8418 7.74823 13.5375C7.70321 13.4788 7.65835 13.4162 7.61358 13.3503L7.59487 13.3611L7.17763 12.6348C7.16104 12.606 7.14441 12.577 7.12775 12.548C7.11876 12.5324 7.10976 12.5167 7.10075 12.501L6.60662 11.6409C6.59763 11.6252 6.58864 11.6096 6.57966 11.594C6.56278 11.5646 6.54594 11.5353 6.52917 11.5061L6.11249 10.7808L6.13118 10.7701C6.09682 10.6982 6.06528 10.6278 6.03727 10.5593C5.89182 10.2037 5.78306 9.76478 5.91462 9.27139C6.04629 8.77754 6.35948 8.45119 6.66332 8.21555C6.9323 8.00695 7.28573 7.80198 7.6484 7.59165C7.66402 7.58259 7.67966 7.57352 7.69531 7.56444L11.1187 5.57812L12.1224 7.30803Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.76204 15.2781C5.57881 15.3844 5.41008 15.4823 5.26269 15.5549C5.10424 15.6329 4.92213 15.7068 4.70975 15.7349C4.25153 15.7955 3.78855 15.6706 3.42278 15.3885C3.25337 15.2579 3.13277 15.1029 3.03454 14.956C2.9431 14.8193 2.84578 14.6498 2.73996 14.4656L2.71836 14.428C2.6125 14.2438 2.51516 14.0744 2.44307 13.9265C2.36556 13.7675 2.29256 13.5855 2.26481 13.3736C2.20492 12.9164 2.32809 12.4536 2.60812 12.0868C2.73795 11.9168 2.8922 11.7955 3.03871 11.6965C3.1749 11.6046 3.34363 11.5067 3.52688 11.4004L3.52688 11.4004L3.54567 11.3895L7.19265 9.27344L9.42226 13.1544L5.76204 15.2781Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8705 1.41469C17.1995 1.27883 17.5796 1.18796 18.0004 1.30129C18.4209 1.41451 18.7042 1.68372 18.9209 1.96596C19.1178 2.22234 19.314 2.56391 19.5277 2.93602L19.5499 2.97472L21.0323 5.55502L21.0545 5.59361C21.2683 5.96575 21.4646 6.30724 21.587 6.60666C21.7219 6.9365 21.8114 7.31586 21.6995 7.73557C21.5875 8.15563 21.3208 8.43986 21.0392 8.65827C20.7839 8.85627 20.4437 9.05357 20.0735 9.26829L20.0735 9.2683L20.0349 9.29069L16.6115 11.277L16.5728 11.2995L16.5728 11.2995C16.2028 11.5142 15.8626 11.7116 15.5642 11.8349C15.2353 11.9707 14.8552 12.0616 14.4344 11.9483C14.0139 11.8351 13.7306 11.5659 13.5138 11.2836C13.317 11.0272 13.1208 10.6857 12.9071 10.3136L12.8848 10.2749L11.4025 7.69456L11.3803 7.65597C11.1664 7.28383 10.9702 6.94233 10.8477 6.64291C10.7128 6.31308 10.6233 5.93372 10.7352 5.51401C10.8472 5.09395 11.114 4.80972 11.3956 4.59131C11.6509 4.39331 11.9911 4.19601 12.3612 3.98128L12.3998 3.95888L15.8233 1.97257L15.862 1.95012C16.232 1.73535 16.5721 1.53794 16.8705 1.41469Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0002 11.75C12.379 11.75 12.7253 11.964 12.8946 12.3028L17.3946 21.3028C17.6416 21.7968 17.4414 22.3974 16.9474 22.6444C16.4535 22.8914 15.8528 22.6912 15.6058 22.1972L12.0002 14.9861L8.39465 22.1972C8.14766 22.6912 7.54698 22.8914 7.05301 22.6444C6.55903 22.3974 6.3588 21.7968 6.60579 21.3028L11.1058 12.3028C11.2752 11.964 11.6214 11.75 12.0002 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-telescope-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.4434 1.57027C17.5849 0.910918 19.0444 1.30235 19.7032 2.44402L22.4302 7.16954C23.089 8.311 22.6982 9.77075 21.5569 10.43C20.4154 11.0893 18.9559 10.6979 18.297 9.55624L15.57 4.83073C14.9113 3.68926 15.3021 2.22951 16.4434 1.57027Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.7502 11.75C14.1133 11.75 14.448 11.9469 14.6243 12.2644L19.6243 21.2644C19.8926 21.7471 19.7186 22.3559 19.2358 22.6242C18.753 22.8924 18.1442 22.7184 17.876 22.2356L13.7502 14.8091L9.62434 22.2356C9.35613 22.7184 8.74732 22.8924 8.26454 22.6242C7.78176 22.3559 7.60781 21.7471 7.87602 21.2644L12.876 12.2644C13.0524 11.9469 13.387 11.75 13.7502 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.7113 14.4207C7.50793 15.704 9.17333 16.1403 10.4894 15.3625L17.4071 11.2738C17.6101 11.1538 17.7116 11.0938 17.7283 11.0047C17.745 10.9155 17.6656 10.8144 17.5067 10.6121C17.4007 10.477 17.3029 10.3328 17.2145 10.1797L14.4875 5.45423C14.365 5.24196 14.2663 5.02247 14.1907 4.79885C14.1009 4.53366 14.056 4.40107 13.9667 4.36792C13.8774 4.33478 13.7671 4.39996 13.5465 4.53033L6.6457 8.60909C5.30509 9.40146 4.85868 11.1409 5.62237 12.495L5.72661 12.6799L3.38348 14.008L3.13021 13.5387C2.86791 13.0527 2.26127 12.8713 1.77525 13.1336C1.28923 13.396 1.10787 14.0026 1.37018 14.4886L2.84652 17.2241C3.10882 17.7101 3.71546 17.8915 4.20148 17.6292C4.6875 17.3669 4.86885 16.7603 4.60655 16.2742L4.33356 15.7684L6.7113 14.4207Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.4434 1.57027C17.5849 0.910918 19.0444 1.30235 19.7032 2.44402L22.4302 7.16954C23.089 8.311 22.6982 9.77075 21.5569 10.43C20.4154 11.0893 18.9559 10.6979 18.297 9.55624L15.57 4.83073C14.9113 3.68926 15.3021 2.22951 16.4434 1.57027Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.7502 11.75C14.1133 11.75 14.448 11.9469 14.6243 12.2644L19.6243 21.2644C19.8926 21.7471 19.7186 22.3559 19.2358 22.6242C18.753 22.8924 18.1442 22.7184 17.876 22.2356L13.7502 14.8091L9.62434 22.2356C9.35613 22.7184 8.74732 22.8924 8.26454 22.6242C7.78176 22.3559 7.60781 21.7471 7.87602 21.2644L12.876 12.2644C13.0524 11.9469 13.387 11.75 13.7502 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.7113 14.4207C7.50793 15.704 9.17333 16.1403 10.4894 15.3625L17.4071 11.2738C17.6101 11.1538 17.7116 11.0938 17.7283 11.0047C17.745 10.9155 17.6656 10.8144 17.5067 10.6121C17.4007 10.477 17.3029 10.3328 17.2145 10.1797L14.4875 5.45423C14.365 5.24196 14.2663 5.02247 14.1907 4.79885C14.1009 4.53366 14.056 4.40107 13.9667 4.36792C13.8774 4.33478 13.7671 4.39996 13.5465 4.53033L6.6457 8.60909C5.30509 9.40146 4.85868 11.1409 5.62237 12.495L5.72661 12.6799L3.38348 14.008L3.13021 13.5387C2.86791 13.0527 2.26127 12.8713 1.77525 13.1336C1.28923 13.396 1.10787 14.0026 1.37018 14.4886L2.84652 17.2241C3.10882 17.7101 3.71546 17.8915 4.20148 17.6292C4.6875 17.3669 4.86885 16.7603 4.60655 16.2742L4.33356 15.7684L6.7113 14.4207Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-test-tube-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 2.25C7 1.69772 7.44772 1.25 8 1.25L16 1.25C16.5523 1.25 17 1.69772 17 2.25C17 2.80228 16.5523 3.25 16 3.25L8 3.25C7.44772 3.25 7 2.80228 7 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.53007 1.25C10.067 1.25 10.5023 1.68754 10.5023 2.22727V4.65699L10.5023 4.78975C10.5025 6.37141 10.5026 7.34081 10.2641 8.28078C10.0521 9.11629 9.66288 9.88392 9.04815 11.0241C9.89114 11.1429 10.8947 11.6879 12.0001 12.3183C13.7324 13.3062 14.9846 13.0843 15.7566 12.5107L15.2554 11.5851L15.192 11.4682C14.4368 10.074 13.9743 9.22031 13.7359 8.28078C13.4974 7.34081 13.4975 6.37141 13.4977 4.78976V4.78975L13.4977 4.65699V2.22727C13.4977 1.68754 13.933 1.25 14.4699 1.25C15.0069 1.25 15.4421 1.68754 15.4421 2.22727V4.65699C15.4421 6.4127 15.449 7.12385 15.62 7.79774C15.7911 8.4721 16.125 9.103 16.9631 10.6506L18.1092 12.7668L18.1092 12.7668C19.1135 14.621 19.9209 16.1119 20.3588 17.3176C20.8069 18.5512 20.9667 19.7476 20.3117 20.8404L20.3096 20.844L20.2964 20.8658L20.2941 20.8695C19.633 21.9511 18.5022 22.3722 17.1989 22.5629C15.9206 22.7501 14.213 22.75 12.0838 22.75H12.0837H12.0837H12.0837H11.9163H11.9163H11.9163H11.9162C9.78698 22.75 8.07941 22.7501 6.80108 22.5629C5.49775 22.3722 4.367 21.9511 3.70586 20.8695L3.70363 20.8658L3.69045 20.844L3.68827 20.8404C3.03325 19.7476 3.19313 18.5512 3.64117 17.3176C4.07908 16.1119 4.88656 14.621 5.89081 12.7667L7.03688 10.6506C7.87501 9.103 8.20887 8.4721 8.37998 7.79773C8.55096 7.12385 8.55786 6.4127 8.55786 4.65699V2.22727C8.55786 1.68754 8.99314 1.25 9.53007 1.25ZM8.03429 16.2614C7.892 15.7279 8.20714 15.1796 8.73817 15.0366L8.7468 15.0343C9.27783 14.8914 9.82367 15.208 9.96596 15.7414C10.1082 16.2749 9.79311 16.8232 9.26208 16.9662L9.25344 16.9685C8.72241 17.1114 8.17658 16.7949 8.03429 16.2614ZM14.738 17.0366C14.207 17.1796 13.8919 17.7279 14.0342 18.2614C14.1765 18.7949 14.7223 19.1114 15.2533 18.9685L15.262 18.9662C15.793 18.8232 16.1081 18.2749 15.9658 17.7414C15.8235 17.208 15.2777 16.8914 14.7467 17.0343L14.738 17.0366Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 2.25C7 1.69772 7.44772 1.25 8 1.25L16 1.25C16.5523 1.25 17 1.69772 17 2.25C17 2.80228 16.5523 3.25 16 3.25L8 3.25C7.44772 3.25 7 2.80228 7 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.53007 1.25C10.067 1.25 10.5023 1.68754 10.5023 2.22727V4.65699L10.5023 4.78975C10.5025 6.37141 10.5026 7.34081 10.2641 8.28078C10.0521 9.11629 9.66288 9.88392 9.04815 11.0241C9.89114 11.1429 10.8947 11.6879 12.0001 12.3183C13.7324 13.3062 14.9846 13.0843 15.7566 12.5107L15.2554 11.5851L15.192 11.4682C14.4368 10.074 13.9743 9.22031 13.7359 8.28078C13.4974 7.34081 13.4975 6.37141 13.4977 4.78976V4.78975L13.4977 4.65699V2.22727C13.4977 1.68754 13.933 1.25 14.4699 1.25C15.0069 1.25 15.4421 1.68754 15.4421 2.22727V4.65699C15.4421 6.4127 15.449 7.12385 15.62 7.79774C15.7911 8.4721 16.125 9.103 16.9631 10.6506L18.1092 12.7668L18.1092 12.7668C19.1135 14.621 19.9209 16.1119 20.3588 17.3176C20.8069 18.5512 20.9667 19.7476 20.3117 20.8404L20.3096 20.844L20.2964 20.8658L20.2941 20.8695C19.633 21.9511 18.5022 22.3722 17.1989 22.5629C15.9206 22.7501 14.213 22.75 12.0838 22.75H12.0837H12.0837H12.0837H11.9163H11.9163H11.9163H11.9162C9.78698 22.75 8.07941 22.7501 6.80108 22.5629C5.49775 22.3722 4.367 21.9511 3.70586 20.8695L3.70363 20.8658L3.69045 20.844L3.68827 20.8404C3.03325 19.7476 3.19313 18.5512 3.64117 17.3176C4.07908 16.1119 4.88656 14.621 5.89081 12.7667L7.03688 10.6506C7.87501 9.103 8.20887 8.4721 8.37998 7.79773C8.55096 7.12385 8.55786 6.4127 8.55786 4.65699V2.22727C8.55786 1.68754 8.99314 1.25 9.53007 1.25ZM8.03429 16.2614C7.892 15.7279 8.20714 15.1796 8.73817 15.0366L8.7468 15.0343C9.27783 14.8914 9.82367 15.208 9.96596 15.7414C10.1082 16.2749 9.79311 16.8232 9.26208 16.9662L9.25344 16.9685C8.72241 17.1114 8.17658 16.7949 8.03429 16.2614ZM14.738 17.0366C14.207 17.1796 13.8919 17.7279 14.0342 18.2614C14.1765 18.7949 14.7223 19.1114 15.2533 18.9685L15.262 18.9662C15.793 18.8232 16.1081 18.2749 15.9658 17.7414C15.8235 17.208 15.2777 16.8914 14.7467 17.0343L14.738 17.0366Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-test-tube-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 2.25C6 1.69772 6.44772 1.25 7 1.25H17C17.5523 1.25 18 1.69772 18 2.25C18 2.80228 17.5523 3.25 17 3.25H7C6.44772 3.25 6 2.80228 6 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.2 1.25C8.72467 1.25 9.15 1.68754 9.15 2.22727V8.0013C9.94329 8.03186 10.9166 8.62311 12 9.31817C13.2163 10.0985 14.1663 10.1239 14.85 9.81739V2.22727C14.85 1.68754 15.2753 1.25 15.8 1.25C16.3247 1.25 16.75 1.68754 16.75 2.22727V17.8636C16.75 20.5623 14.6234 22.75 12 22.75C9.37665 22.75 7.25 20.5623 7.25 17.8636V2.22727C7.25 1.68754 7.67533 1.25 8.2 1.25ZM10.0342 18.2614C9.89188 17.7279 10.207 17.1796 10.738 17.0366L10.7467 17.0343C11.2777 16.8914 11.8235 17.208 11.9658 17.7414C12.1081 18.2749 11.793 18.8232 11.262 18.9662L11.2533 18.9685C10.7223 19.1114 10.1765 18.7949 10.0342 18.2614ZM12.738 13.0366C12.207 13.1796 11.8919 13.7279 12.0342 14.2614C12.1765 14.7949 12.7223 15.1114 13.2533 14.9685L13.262 14.9662C13.793 14.8232 14.1081 14.2749 13.9658 13.7414C13.8235 13.208 13.2777 12.8914 12.7467 13.0343L12.738 13.0366Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 2.25C6 1.69772 6.44772 1.25 7 1.25H17C17.5523 1.25 18 1.69772 18 2.25C18 2.80228 17.5523 3.25 17 3.25H7C6.44772 3.25 6 2.80228 6 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.2 1.25C8.72467 1.25 9.15 1.68754 9.15 2.22727V8.0013C9.94329 8.03186 10.9166 8.62311 12 9.31817C13.2163 10.0985 14.1663 10.1239 14.85 9.81739V2.22727C14.85 1.68754 15.2753 1.25 15.8 1.25C16.3247 1.25 16.75 1.68754 16.75 2.22727V17.8636C16.75 20.5623 14.6234 22.75 12 22.75C9.37665 22.75 7.25 20.5623 7.25 17.8636V2.22727C7.25 1.68754 7.67533 1.25 8.2 1.25ZM10.0342 18.2614C9.89188 17.7279 10.207 17.1796 10.738 17.0366L10.7467 17.0343C11.2777 16.8914 11.8235 17.208 11.9658 17.7414C12.1081 18.2749 11.793 18.8232 11.262 18.9662L11.2533 18.9685C10.7223 19.1114 10.1765 18.7949 10.0342 18.2614ZM12.738 13.0366C12.207 13.1796 11.8919 13.7279 12.0342 14.2614C12.1765 14.7949 12.7223 15.1114 13.2533 14.9685L13.262 14.9662C13.793 14.8232 14.1081 14.2749 13.9658 13.7414C13.8235 13.208 13.2777 12.8914 12.7467 13.0343L12.738 13.0366Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-test-tube-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25 2C7.25 1.44772 7.69772 1 8.25 1H16.25C16.8023 1 17.25 1.44772 17.25 2C17.25 2.55228 16.8023 3 16.25 3H8.25C7.69772 3 7.25 2.55228 7.25 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.82353 1C10.3596 1 10.7941 1.43754 10.7941 1.97727V6.24405C10.7941 7.30327 10.126 8.14128 9.33027 8.56044C8.71911 8.88237 8.1671 9.3019 7.69452 9.79839C8.73736 9.93756 10.0512 10.4179 11.25 11.7498C12.2562 12.8676 14.6038 13.6126 17.25 11.75C17.4832 11.5859 17.6853 11.4283 17.8589 11.2821C17.2631 10.1203 16.3214 9.16711 15.1697 8.56044C14.374 8.14128 13.7059 7.30327 13.7059 6.24404V1.97727C13.7059 1.43754 14.1404 1 14.6765 1C15.2125 1 15.6471 1.43754 15.6471 1.97727V6.24404C15.6471 6.42737 15.7718 6.67175 16.0696 6.82858C18.7009 8.21464 20.5 10.9916 20.5 14.1932C20.5 18.7809 16.8063 22.5 12.25 22.5C7.69365 22.5 4 18.7809 4 14.1932C4 10.9916 5.79914 8.21464 8.43043 6.82858C8.72815 6.67175 8.85294 6.42737 8.85294 6.24405V1.97727C8.85294 1.43754 9.28749 1 9.82353 1ZM9.28417 18.0114C9.14188 17.4779 9.45701 16.9296 9.98804 16.7866L9.99668 16.7843C10.5277 16.6414 11.0735 16.958 11.2158 17.4914C11.3581 18.0249 11.043 18.5732 10.512 18.7162L10.5033 18.7185C9.97229 18.8614 9.42646 18.5449 9.28417 18.0114ZM14.988 14.7866C14.457 14.9296 14.1419 15.4779 14.2842 16.0114C14.4265 16.5449 14.9723 16.8614 15.5033 16.7185L15.512 16.7162C16.043 16.5732 16.3581 16.0249 16.2158 15.4914C16.0735 14.958 15.5277 14.6414 14.9967 14.7843L14.988 14.7866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25 2C7.25 1.44772 7.69772 1 8.25 1H16.25C16.8023 1 17.25 1.44772 17.25 2C17.25 2.55228 16.8023 3 16.25 3H8.25C7.69772 3 7.25 2.55228 7.25 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.82353 1C10.3596 1 10.7941 1.43754 10.7941 1.97727V6.24405C10.7941 7.30327 10.126 8.14128 9.33027 8.56044C8.71911 8.88237 8.1671 9.3019 7.69452 9.79839C8.73736 9.93756 10.0512 10.4179 11.25 11.7498C12.2562 12.8676 14.6038 13.6126 17.25 11.75C17.4832 11.5859 17.6853 11.4283 17.8589 11.2821C17.2631 10.1203 16.3214 9.16711 15.1697 8.56044C14.374 8.14128 13.7059 7.30327 13.7059 6.24404V1.97727C13.7059 1.43754 14.1404 1 14.6765 1C15.2125 1 15.6471 1.43754 15.6471 1.97727V6.24404C15.6471 6.42737 15.7718 6.67175 16.0696 6.82858C18.7009 8.21464 20.5 10.9916 20.5 14.1932C20.5 18.7809 16.8063 22.5 12.25 22.5C7.69365 22.5 4 18.7809 4 14.1932C4 10.9916 5.79914 8.21464 8.43043 6.82858C8.72815 6.67175 8.85294 6.42737 8.85294 6.24405V1.97727C8.85294 1.43754 9.28749 1 9.82353 1ZM9.28417 18.0114C9.14188 17.4779 9.45701 16.9296 9.98804 16.7866L9.99668 16.7843C10.5277 16.6414 11.0735 16.958 11.2158 17.4914C11.3581 18.0249 11.043 18.5732 10.512 18.7162L10.5033 18.7185C9.97229 18.8614 9.42646 18.5449 9.28417 18.0114ZM14.988 14.7866C14.457 14.9296 14.1419 15.4779 14.2842 16.0114C14.4265 16.5449 14.9723 16.8614 15.5033 16.7185L15.512 16.7162C16.043 16.5732 16.3581 16.0249 16.2158 15.4914C16.0735 14.958 15.5277 14.6414 14.9967 14.7843L14.988 14.7866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-education-icons-user{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.73797 4.5C2.73797 2.70407 4.19565 1.25 5.99153 1.25C7.78742 1.25 9.24509 2.70407 9.24509 4.5C9.24509 6.29593 7.78742 7.75 5.99153 7.75C4.19565 7.75 2.73797 6.29593 2.73797 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3362 10.2671C10.6148 10.5463 10.75 10.9173 10.75 11.2809C10.75 12.0922 10.0922 12.75 9.28085 12.75H2.71392C1.90542 12.75 1.25 12.0946 1.25 11.2861C1.25 10.9151 1.39121 10.5376 1.68015 10.2579C2.92651 9.05165 4.43767 8.38926 5.98919 8.37523C7.54499 8.36115 9.07137 8.99999 10.3362 10.2671Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.738 14.5C14.738 12.7041 16.1956 11.25 17.9915 11.25C19.7874 11.25 21.2451 12.7041 21.2451 14.5C21.2451 16.2959 19.7874 17.75 17.9915 17.75C16.1956 17.75 14.738 16.2959 14.738 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3362 20.2671C22.6148 20.5463 22.75 20.9173 22.75 21.2809C22.75 22.0922 22.0922 22.75 21.2809 22.75H14.7139C13.9054 22.75 13.25 22.0946 13.25 21.2861C13.25 20.9151 13.3912 20.5376 13.6802 20.2579C14.9265 19.0517 16.4377 18.3893 17.9892 18.3752C19.545 18.3612 21.0714 19 22.3362 20.2671Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5 14.75C5 14.1977 4.55228 13.75 4 13.75C3.44772 13.75 3 14.1977 3 14.75C3 19.1723 6.57772 22.75 11 22.75C11.3466 22.75 11.6684 22.5705 11.8507 22.2757C12.0329 21.9809 12.0494 21.6128 11.8944 21.3028L10.8944 19.3028C10.6474 18.8088 10.0468 18.6086 9.55279 18.8556L8.29808 20.1103C6.34038 19.1231 5 17.0953 5 14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 2.25C14 1.69772 14.4477 1.25 15 1.25H21C21.5523 1.25 22 1.69772 22 2.25C22 2.80228 21.5523 3.25 21 3.25H15C14.4477 3.25 14 2.80228 14 2.25ZM14 5.25C14 4.69772 14.4477 4.25 15 4.25H21C21.5523 4.25 22 4.69772 22 5.25C22 5.80228 21.5523 6.25 21 6.25H15C14.4477 6.25 14 5.80228 14 5.25ZM14 8.25C14 7.69772 14.4477 7.25 15 7.25H18.5C19.0523 7.25 19.5 7.69772 19.5 8.25C19.5 8.80228 19.0523 9.25 18.5 9.25H15C14.4477 9.25 14 8.80228 14 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.73797 4.5C2.73797 2.70407 4.19565 1.25 5.99153 1.25C7.78742 1.25 9.24509 2.70407 9.24509 4.5C9.24509 6.29593 7.78742 7.75 5.99153 7.75C4.19565 7.75 2.73797 6.29593 2.73797 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3362 10.2671C10.6148 10.5463 10.75 10.9173 10.75 11.2809C10.75 12.0922 10.0922 12.75 9.28085 12.75H2.71392C1.90542 12.75 1.25 12.0946 1.25 11.2861C1.25 10.9151 1.39121 10.5376 1.68015 10.2579C2.92651 9.05165 4.43767 8.38926 5.98919 8.37523C7.54499 8.36115 9.07137 8.99999 10.3362 10.2671Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.738 14.5C14.738 12.7041 16.1956 11.25 17.9915 11.25C19.7874 11.25 21.2451 12.7041 21.2451 14.5C21.2451 16.2959 19.7874 17.75 17.9915 17.75C16.1956 17.75 14.738 16.2959 14.738 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3362 20.2671C22.6148 20.5463 22.75 20.9173 22.75 21.2809C22.75 22.0922 22.0922 22.75 21.2809 22.75H14.7139C13.9054 22.75 13.25 22.0946 13.25 21.2861C13.25 20.9151 13.3912 20.5376 13.6802 20.2579C14.9265 19.0517 16.4377 18.3893 17.9892 18.3752C19.545 18.3612 21.0714 19 22.3362 20.2671Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5 14.75C5 14.1977 4.55228 13.75 4 13.75C3.44772 13.75 3 14.1977 3 14.75C3 19.1723 6.57772 22.75 11 22.75C11.3466 22.75 11.6684 22.5705 11.8507 22.2757C12.0329 21.9809 12.0494 21.6128 11.8944 21.3028L10.8944 19.3028C10.6474 18.8088 10.0468 18.6086 9.55279 18.8556L8.29808 20.1103C6.34038 19.1231 5 17.0953 5 14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 2.25C14 1.69772 14.4477 1.25 15 1.25H21C21.5523 1.25 22 1.69772 22 2.25C22 2.80228 21.5523 3.25 21 3.25H15C14.4477 3.25 14 2.80228 14 2.25ZM14 5.25C14 4.69772 14.4477 4.25 15 4.25H21C21.5523 4.25 22 4.69772 22 5.25C22 5.80228 21.5523 6.25 21 6.25H15C14.4477 6.25 14 5.80228 14 5.25ZM14 8.25C14 7.69772 14.4477 7.25 15 7.25H18.5C19.0523 7.25 19.5 7.69772 19.5 8.25C19.5 8.80228 19.0523 9.25 18.5 9.25H15C14.4477 9.25 14 8.80228 14 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-angle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.70523 4C4.08994 4.13612 4.61699 4.27287 5.2813 4.3975C6.96967 4.71423 9.34561 4.91667 12 4.91667C14.6544 4.91667 17.0303 4.71423 18.7187 4.3975C19.383 4.27288 19.9101 4.13612 20.2948 4C19.9101 3.86388 19.383 3.72713 18.7187 3.6025C17.0303 3.28577 14.6544 3.08333 12 3.08333C9.34561 3.08333 6.96967 3.28577 5.2813 3.6025C4.61699 3.72713 4.08994 3.86388 3.70523 4ZM4.89798 1.80477C6.74664 1.45797 9.25706 1.25 12 1.25C14.7429 1.25 17.2534 1.45797 19.102 1.80477C20.0183 1.97666 20.8232 2.19187 21.4225 2.45769C21.7197 2.5895 22.0189 2.75641 22.2573 2.97496C22.4973 3.19501 22.75 3.54007 22.75 4C22.75 4.45993 22.4973 4.80499 22.2573 5.02504C22.0189 5.24359 21.7197 5.4105 21.4225 5.54231C20.8232 5.80813 20.0183 6.02334 19.102 6.19523C17.2534 6.54203 14.7429 6.75 12 6.75C9.25706 6.75 6.74664 6.54203 4.89798 6.19523C3.9817 6.02334 3.17685 5.80813 2.5775 5.54231C2.28031 5.4105 1.98113 5.24359 1.74273 5.02504C1.50271 4.80499 1.25 4.45993 1.25 4C1.25 3.54007 1.50271 3.19501 1.74273 2.97496C1.98113 2.75641 2.28031 2.5895 2.5775 2.45769C3.17685 2.19187 3.9817 1.97666 4.89798 1.80477Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.1963 6.96481C21.3401 6.91774 21.4981 6.98 21.5667 7.11481L21.5903 7.16137C22.3322 8.62011 22.75 10.2705 22.75 12.0162C22.75 17.9461 17.936 22.7513 12 22.7513C6.06399 22.7513 1.25 17.9461 1.25 12.0162C1.25 10.2705 1.66782 8.62011 2.40967 7.16137L2.43334 7.11481C2.5019 6.98 2.65993 6.91774 2.80365 6.96481C3.37438 7.15172 4.01133 7.30204 4.6675 7.42514C6.61281 7.79007 9.20405 8.00134 12 8.00134C14.7959 8.00134 17.3872 7.79007 19.3325 7.42514C19.9887 7.30204 20.6256 7.15172 21.1963 6.96481ZM7.54964 15.4004C7.88084 15.1516 8.35099 15.2184 8.59974 15.5496C9.37631 16.5836 10.6103 17.25 12 17.25C13.3898 17.25 14.6238 16.5836 15.4003 15.5496C15.6491 15.2184 16.1192 15.1516 16.4505 15.4004C16.7817 15.6491 16.8485 16.1193 16.5997 16.4505C15.5521 17.8454 13.8816 18.75 12 18.75C10.1185 18.75 8.44802 17.8454 7.40035 16.4505C7.1516 16.1193 7.21843 15.6491 7.54964 15.4004ZM14.75 11.5C14.75 11.0858 15.0858 10.75 15.5 10.75C15.9142 10.75 16.25 11.0858 16.25 11.5C16.25 11.9142 16.5858 12.25 17 12.25C17.4142 12.25 17.75 11.9142 17.75 11.5C17.75 10.2574 16.7426 9.25 15.5 9.25C14.2574 9.25 13.25 10.2574 13.25 11.5C13.25 11.9142 13.5858 12.25 14 12.25C14.4142 12.25 14.75 11.9142 14.75 11.5ZM7.75 11.5C7.75 11.0858 8.08579 10.75 8.5 10.75C8.91421 10.75 9.25 11.0858 9.25 11.5C9.25 11.9142 9.58579 12.25 10 12.25C10.4142 12.25 10.75 11.9142 10.75 11.5C10.75 10.2574 9.74264 9.25003 8.5 9.25003C7.25736 9.25003 6.25 10.2574 6.25 11.5C6.25 11.9142 6.58579 12.25 7 12.25C7.41421 12.25 7.75 11.9142 7.75 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.70523 4C4.08994 4.13612 4.61699 4.27287 5.2813 4.3975C6.96967 4.71423 9.34561 4.91667 12 4.91667C14.6544 4.91667 17.0303 4.71423 18.7187 4.3975C19.383 4.27288 19.9101 4.13612 20.2948 4C19.9101 3.86388 19.383 3.72713 18.7187 3.6025C17.0303 3.28577 14.6544 3.08333 12 3.08333C9.34561 3.08333 6.96967 3.28577 5.2813 3.6025C4.61699 3.72713 4.08994 3.86388 3.70523 4ZM4.89798 1.80477C6.74664 1.45797 9.25706 1.25 12 1.25C14.7429 1.25 17.2534 1.45797 19.102 1.80477C20.0183 1.97666 20.8232 2.19187 21.4225 2.45769C21.7197 2.5895 22.0189 2.75641 22.2573 2.97496C22.4973 3.19501 22.75 3.54007 22.75 4C22.75 4.45993 22.4973 4.80499 22.2573 5.02504C22.0189 5.24359 21.7197 5.4105 21.4225 5.54231C20.8232 5.80813 20.0183 6.02334 19.102 6.19523C17.2534 6.54203 14.7429 6.75 12 6.75C9.25706 6.75 6.74664 6.54203 4.89798 6.19523C3.9817 6.02334 3.17685 5.80813 2.5775 5.54231C2.28031 5.4105 1.98113 5.24359 1.74273 5.02504C1.50271 4.80499 1.25 4.45993 1.25 4C1.25 3.54007 1.50271 3.19501 1.74273 2.97496C1.98113 2.75641 2.28031 2.5895 2.5775 2.45769C3.17685 2.19187 3.9817 1.97666 4.89798 1.80477Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.1963 6.96481C21.3401 6.91774 21.4981 6.98 21.5667 7.11481L21.5903 7.16137C22.3322 8.62011 22.75 10.2705 22.75 12.0162C22.75 17.9461 17.936 22.7513 12 22.7513C6.06399 22.7513 1.25 17.9461 1.25 12.0162C1.25 10.2705 1.66782 8.62011 2.40967 7.16137L2.43334 7.11481C2.5019 6.98 2.65993 6.91774 2.80365 6.96481C3.37438 7.15172 4.01133 7.30204 4.6675 7.42514C6.61281 7.79007 9.20405 8.00134 12 8.00134C14.7959 8.00134 17.3872 7.79007 19.3325 7.42514C19.9887 7.30204 20.6256 7.15172 21.1963 6.96481ZM7.54964 15.4004C7.88084 15.1516 8.35099 15.2184 8.59974 15.5496C9.37631 16.5836 10.6103 17.25 12 17.25C13.3898 17.25 14.6238 16.5836 15.4003 15.5496C15.6491 15.2184 16.1192 15.1516 16.4505 15.4004C16.7817 15.6491 16.8485 16.1193 16.5997 16.4505C15.5521 17.8454 13.8816 18.75 12 18.75C10.1185 18.75 8.44802 17.8454 7.40035 16.4505C7.1516 16.1193 7.21843 15.6491 7.54964 15.4004ZM14.75 11.5C14.75 11.0858 15.0858 10.75 15.5 10.75C15.9142 10.75 16.25 11.0858 16.25 11.5C16.25 11.9142 16.5858 12.25 17 12.25C17.4142 12.25 17.75 11.9142 17.75 11.5C17.75 10.2574 16.7426 9.25 15.5 9.25C14.2574 9.25 13.25 10.2574 13.25 11.5C13.25 11.9142 13.5858 12.25 14 12.25C14.4142 12.25 14.75 11.9142 14.75 11.5ZM7.75 11.5C7.75 11.0858 8.08579 10.75 8.5 10.75C8.91421 10.75 9.25 11.0858 9.25 11.5C9.25 11.9142 9.58579 12.25 10 12.25C10.4142 12.25 10.75 11.9142 10.75 11.5C10.75 10.2574 9.74264 9.25003 8.5 9.25003C7.25736 9.25003 6.25 10.2574 6.25 11.5C6.25 11.9142 6.58579 12.25 7 12.25C7.41421 12.25 7.75 11.9142 7.75 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-angry{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM7.54964 17.5997C7.88084 17.8484 8.35099 17.7816 8.59974 17.4504C9.37631 16.4164 10.6103 15.75 12 15.75C13.3898 15.75 14.6238 16.4164 15.4003 17.4504C15.6491 17.7816 16.1192 17.8484 16.4505 17.5997C16.7817 17.3509 16.8485 16.8808 16.5997 16.5495C15.5521 15.1546 13.8816 14.25 12 14.25C10.1185 14.25 8.44802 15.1546 7.40035 16.5495C7.1516 16.8808 7.21843 17.3509 7.54964 17.5997ZM6.25308 9.07688C6.21584 8.66435 6.52044 8.29969 6.93298 8.26245C7.19098 8.23915 7.61848 8.251 7.87965 8.27781C8.37374 8.32852 9.09859 8.47171 9.66236 8.91944C10.0532 9.22987 10.3496 9.60859 10.5553 9.92066C10.8349 10.3446 10.7983 10.8447 10.5422 11.2114C10.3008 11.557 9.89751 11.7488 9.47644 11.7488C8.69425 11.7488 7.93235 11.0205 8.2175 10.116L8.29196 9.87975C8.12123 9.82694 7.92804 9.79065 7.72649 9.76997C7.53699 9.75052 7.36647 9.74739 7.24383 9.74923C7.183 9.75015 7.06674 9.75647 7.06674 9.75647C6.65451 9.79329 6.29031 9.48917 6.25308 9.07688ZM17.7471 9.07688C17.7843 8.66435 17.4797 8.29969 17.0672 8.26245C16.8092 8.23915 16.3817 8.251 16.1205 8.27781C15.6264 8.32852 14.9016 8.47171 14.3378 8.91944C13.9469 9.22987 13.6506 9.60859 13.4448 9.92066C13.1653 10.3446 13.2018 10.8447 13.458 11.2114C13.6994 11.557 14.1027 11.7488 14.5237 11.7488C15.3059 11.7488 16.0678 11.0205 15.7827 10.116L15.7082 9.87975C15.8789 9.82694 16.0721 9.79065 16.2737 9.76997C16.4632 9.75052 16.6337 9.74739 16.7563 9.74923C16.8172 9.75015 16.9334 9.75647 16.9334 9.75647C17.3457 9.79329 17.7099 9.48917 17.7471 9.07688Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM7.54964 17.5997C7.88084 17.8484 8.35099 17.7816 8.59974 17.4504C9.37631 16.4164 10.6103 15.75 12 15.75C13.3898 15.75 14.6238 16.4164 15.4003 17.4504C15.6491 17.7816 16.1192 17.8484 16.4505 17.5997C16.7817 17.3509 16.8485 16.8808 16.5997 16.5495C15.5521 15.1546 13.8816 14.25 12 14.25C10.1185 14.25 8.44802 15.1546 7.40035 16.5495C7.1516 16.8808 7.21843 17.3509 7.54964 17.5997ZM6.25308 9.07688C6.21584 8.66435 6.52044 8.29969 6.93298 8.26245C7.19098 8.23915 7.61848 8.251 7.87965 8.27781C8.37374 8.32852 9.09859 8.47171 9.66236 8.91944C10.0532 9.22987 10.3496 9.60859 10.5553 9.92066C10.8349 10.3446 10.7983 10.8447 10.5422 11.2114C10.3008 11.557 9.89751 11.7488 9.47644 11.7488C8.69425 11.7488 7.93235 11.0205 8.2175 10.116L8.29196 9.87975C8.12123 9.82694 7.92804 9.79065 7.72649 9.76997C7.53699 9.75052 7.36647 9.74739 7.24383 9.74923C7.183 9.75015 7.06674 9.75647 7.06674 9.75647C6.65451 9.79329 6.29031 9.48917 6.25308 9.07688ZM17.7471 9.07688C17.7843 8.66435 17.4797 8.29969 17.0672 8.26245C16.8092 8.23915 16.3817 8.251 16.1205 8.27781C15.6264 8.32852 14.9016 8.47171 14.3378 8.91944C13.9469 9.22987 13.6506 9.60859 13.4448 9.92066C13.1653 10.3446 13.2018 10.8447 13.458 11.2114C13.6994 11.557 14.1027 11.7488 14.5237 11.7488C15.3059 11.7488 16.0678 11.0205 15.7827 10.116L15.7082 9.87975C15.8789 9.82694 16.0721 9.79065 16.2737 9.76997C16.4632 9.75052 16.6337 9.74739 16.7563 9.74923C16.8172 9.75015 16.9334 9.75647 16.9334 9.75647C17.3457 9.79329 17.7099 9.48917 17.7471 9.07688Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-confused{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM6.75 9C6.75 8.30964 7.30964 7.75 8 7.75H8.00897C8.69933 7.75 9.25897 8.30964 9.25897 9C9.25897 9.69036 8.69933 10.25 8.00897 10.25H8C7.30964 10.25 6.75 9.69036 6.75 9ZM14.741 9C14.741 8.30964 15.3007 7.75 15.991 7.75H16C16.6904 7.75 17.25 8.30964 17.25 9C17.25 9.69036 16.6904 10.25 16 10.25H15.991C15.3007 10.25 14.741 9.69036 14.741 9ZM15.2787 14.6964C15.6633 14.5425 15.8504 14.1061 15.6966 13.7215C15.5427 13.3369 15.1062 13.1498 14.7217 13.3037L9.72166 15.3037C9.33707 15.4575 9.15001 15.894 9.30384 16.2786C9.45768 16.6631 9.89415 16.8502 10.2787 16.6964L15.2787 14.6964Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM6.75 9C6.75 8.30964 7.30964 7.75 8 7.75H8.00897C8.69933 7.75 9.25897 8.30964 9.25897 9C9.25897 9.69036 8.69933 10.25 8.00897 10.25H8C7.30964 10.25 6.75 9.69036 6.75 9ZM14.741 9C14.741 8.30964 15.3007 7.75 15.991 7.75H16C16.6904 7.75 17.25 8.30964 17.25 9C17.25 9.69036 16.6904 10.25 16 10.25H15.991C15.3007 10.25 14.741 9.69036 14.741 9ZM15.2787 14.6964C15.6633 14.5425 15.8504 14.1061 15.6966 13.7215C15.5427 13.3369 15.1062 13.1498 14.7217 13.3037L9.72166 15.3037C9.33707 15.4575 9.15001 15.894 9.30384 16.2786C9.45768 16.6631 9.89415 16.8502 10.2787 16.6964L15.2787 14.6964Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-crazy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM7 9.25C7.40877 9.25 7.74116 9.57702 7.74983 9.98371C7.75795 9.99865 7.78392 10.034 7.85691 10.0825C7.9909 10.1716 8.21728 10.25 8.5 10.25C8.76468 10.25 8.99027 10.168 9.13286 10.0698C9.20964 10.0169 9.24021 9.97785 9.25101 9.96078C9.27141 9.56479 9.59894 9.25 10 9.25C10.4142 9.25 10.75 9.58579 10.75 10C10.75 10.5932 10.3641 11.0432 9.98368 11.3052C9.58178 11.582 9.05736 11.75 8.5 11.75C7.96067 11.75 7.43705 11.6046 7.02655 11.3317C6.62228 11.063 6.25 10.6076 6.25 10C6.25 9.58579 6.58579 9.25 7 9.25ZM7.74659 9.97583C7.74641 9.97588 7.74678 9.97747 7.74819 9.9805C7.74747 9.9773 7.74676 9.97579 7.74659 9.97583ZM15.1102 8.21409C14.901 8.63239 14.75 9.26276 14.75 10C14.75 10.4142 14.4142 10.75 14 10.75C13.5858 10.75 13.25 10.4142 13.25 10C13.25 9.08039 13.4348 8.21075 13.7685 7.54327C14.0798 6.92065 14.6487 6.25 15.5 6.25C16.3513 6.25 16.9202 6.92065 17.2315 7.54327C17.5652 8.21075 17.75 9.08039 17.75 10C17.75 10.4142 17.4142 10.75 17 10.75C16.5858 10.75 16.25 10.4142 16.25 10C16.25 9.26276 16.099 8.63239 15.8898 8.21409C15.7854 8.00515 15.6804 7.87677 15.5995 7.80836C15.5608 7.77563 15.533 7.76113 15.5182 7.75507C15.5109 7.75208 15.5063 7.75093 15.5041 7.75048L15.5019 7.75011L15.5 7.75C15.4992 7.75 15.498 7.75005 15.4959 7.75048C15.4948 7.75071 15.493 7.75113 15.4906 7.75188C15.4883 7.75259 15.4853 7.75361 15.4818 7.75507C15.467 7.76113 15.4392 7.77563 15.4005 7.80836C15.3196 7.87677 15.2146 8.00515 15.1102 8.21409ZM17.2357 13.0536C16.9891 12.7208 16.5195 12.6508 16.1866 12.8973C15.8537 13.1438 15.7837 13.6135 16.0303 13.9464C16.3342 14.3568 16.3409 14.8978 15.9383 15.2711C15.4822 15.6939 14.9745 15.713 14.3265 15.5405C14.0473 15.4662 13.7807 15.3664 13.4976 15.2604L13.4974 15.2604C13.4396 15.2387 13.381 15.2168 13.3215 15.1948C13.0162 15.0818 12.6098 14.9343 12.2328 14.9209C11.5598 14.897 11.031 15.2036 10.6183 15.4429L10.6182 15.4429C10.5849 15.4623 10.5523 15.4812 10.5204 15.4994C10.0647 15.7606 9.54425 16.0452 8.70787 16.2215C8.30863 16.3056 8.07618 16.2134 7.95676 16.1213C7.83198 16.025 7.75 15.869 7.75 15.6704C7.75 15.2562 7.41421 14.9204 7 14.9204C6.58579 14.9204 6.25 15.2562 6.25 15.6704C6.25 16.3014 6.52252 16.9094 7.04064 17.309C7.56411 17.7128 8.26294 17.8482 9.01722 17.6892C10.0807 17.4651 10.7607 17.0905 11.2662 16.8009C11.8014 16.4942 11.9644 16.4123 12.1796 16.4199C12.2735 16.4233 12.4505 16.4719 12.801 16.6016C12.8492 16.6194 12.8999 16.6384 12.953 16.6583L12.953 16.6583C13.2359 16.7645 13.5833 16.8949 13.9406 16.99C14.8135 17.2224 15.9559 17.3002 16.9581 16.3711C18.0324 15.3752 17.8986 13.9488 17.2357 13.0536Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM7 9.25C7.40877 9.25 7.74116 9.57702 7.74983 9.98371C7.75795 9.99865 7.78392 10.034 7.85691 10.0825C7.9909 10.1716 8.21728 10.25 8.5 10.25C8.76468 10.25 8.99027 10.168 9.13286 10.0698C9.20964 10.0169 9.24021 9.97785 9.25101 9.96078C9.27141 9.56479 9.59894 9.25 10 9.25C10.4142 9.25 10.75 9.58579 10.75 10C10.75 10.5932 10.3641 11.0432 9.98368 11.3052C9.58178 11.582 9.05736 11.75 8.5 11.75C7.96067 11.75 7.43705 11.6046 7.02655 11.3317C6.62228 11.063 6.25 10.6076 6.25 10C6.25 9.58579 6.58579 9.25 7 9.25ZM7.74659 9.97583C7.74641 9.97588 7.74678 9.97747 7.74819 9.9805C7.74747 9.9773 7.74676 9.97579 7.74659 9.97583ZM15.1102 8.21409C14.901 8.63239 14.75 9.26276 14.75 10C14.75 10.4142 14.4142 10.75 14 10.75C13.5858 10.75 13.25 10.4142 13.25 10C13.25 9.08039 13.4348 8.21075 13.7685 7.54327C14.0798 6.92065 14.6487 6.25 15.5 6.25C16.3513 6.25 16.9202 6.92065 17.2315 7.54327C17.5652 8.21075 17.75 9.08039 17.75 10C17.75 10.4142 17.4142 10.75 17 10.75C16.5858 10.75 16.25 10.4142 16.25 10C16.25 9.26276 16.099 8.63239 15.8898 8.21409C15.7854 8.00515 15.6804 7.87677 15.5995 7.80836C15.5608 7.77563 15.533 7.76113 15.5182 7.75507C15.5109 7.75208 15.5063 7.75093 15.5041 7.75048L15.5019 7.75011L15.5 7.75C15.4992 7.75 15.498 7.75005 15.4959 7.75048C15.4948 7.75071 15.493 7.75113 15.4906 7.75188C15.4883 7.75259 15.4853 7.75361 15.4818 7.75507C15.467 7.76113 15.4392 7.77563 15.4005 7.80836C15.3196 7.87677 15.2146 8.00515 15.1102 8.21409ZM17.2357 13.0536C16.9891 12.7208 16.5195 12.6508 16.1866 12.8973C15.8537 13.1438 15.7837 13.6135 16.0303 13.9464C16.3342 14.3568 16.3409 14.8978 15.9383 15.2711C15.4822 15.6939 14.9745 15.713 14.3265 15.5405C14.0473 15.4662 13.7807 15.3664 13.4976 15.2604L13.4974 15.2604C13.4396 15.2387 13.381 15.2168 13.3215 15.1948C13.0162 15.0818 12.6098 14.9343 12.2328 14.9209C11.5598 14.897 11.031 15.2036 10.6183 15.4429L10.6182 15.4429C10.5849 15.4623 10.5523 15.4812 10.5204 15.4994C10.0647 15.7606 9.54425 16.0452 8.70787 16.2215C8.30863 16.3056 8.07618 16.2134 7.95676 16.1213C7.83198 16.025 7.75 15.869 7.75 15.6704C7.75 15.2562 7.41421 14.9204 7 14.9204C6.58579 14.9204 6.25 15.2562 6.25 15.6704C6.25 16.3014 6.52252 16.9094 7.04064 17.309C7.56411 17.7128 8.26294 17.8482 9.01722 17.6892C10.0807 17.4651 10.7607 17.0905 11.2662 16.8009C11.8014 16.4942 11.9644 16.4123 12.1796 16.4199C12.2735 16.4233 12.4505 16.4719 12.801 16.6016C12.8492 16.6194 12.8999 16.6384 12.953 16.6583L12.953 16.6583C13.2359 16.7645 13.5833 16.8949 13.9406 16.99C14.8135 17.2224 15.9559 17.3002 16.9581 16.3711C18.0324 15.3752 17.8986 13.9488 17.2357 13.0536Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-crying{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 14.9288 2.42126 17.5841 4.32094 19.5229C4.6915 19.9011 4.87678 20.0902 5.06339 20.0141C5.25 19.9379 5.25 19.6623 5.25 19.1111L5.25 13C5.25 12.5858 5.58579 12.25 6 12.25C6.41421 12.25 6.75 12.5858 6.75 13L6.75 21.0316C6.75 21.2046 6.75 21.2912 6.79366 21.363C6.83732 21.4348 6.91131 21.4732 7.05931 21.5499C8.53859 22.3167 10.2187 22.75 12 22.75C13.7813 22.75 15.4614 22.3167 16.9407 21.5499C17.0887 21.4732 17.1627 21.4348 17.2063 21.363C17.25 21.2912 17.25 21.2046 17.25 21.0316V13C17.25 12.5858 17.5858 12.25 18 12.25C18.4142 12.25 18.75 12.5858 18.75 13V19.1111C18.75 19.6623 18.75 19.9379 18.9366 20.0141C19.1232 20.0902 19.3085 19.9011 19.6791 19.5229C21.5787 17.5841 22.75 14.9288 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12 14.25C10.7064 14.25 9.5106 14.6782 8.54954 15.4002C8.21838 15.649 8.15161 16.1192 8.40042 16.4503C8.64922 16.7815 9.11938 16.8483 9.45054 16.5995C10.1607 16.0659 11.0424 15.75 12 15.75C12.9577 15.75 13.8393 16.0659 14.5495 16.5995C14.8807 16.8483 15.3509 16.7815 15.5997 16.4503C15.8485 16.1192 15.7817 15.649 15.4505 15.4002C14.4895 14.6782 13.2937 14.25 12 14.25ZM6.46967 9.46967C6.93047 9.00887 7.55544 8.75 8.20711 8.75L9.5 8.75C9.91421 8.75 10.25 9.08579 10.25 9.5C10.25 9.91421 9.91421 10.25 9.5 10.25L8.20711 10.25C7.95327 10.25 7.70982 10.3508 7.53033 10.5303C7.23744 10.8232 6.76256 10.8232 6.46967 10.5303C6.17678 10.2374 6.17678 9.76256 6.46967 9.46967ZM13.75 9.5C13.75 9.08579 14.0858 8.75 14.5 8.75H15.7929C16.4446 8.75 17.0695 9.00887 17.5303 9.46967C17.8232 9.76256 17.8232 10.2374 17.5303 10.5303C17.2374 10.8232 16.7626 10.8232 16.4697 10.5303C16.2902 10.3508 16.0467 10.25 15.7929 10.25H14.5C14.0858 10.25 13.75 9.91421 13.75 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 14.9288 2.42126 17.5841 4.32094 19.5229C4.6915 19.9011 4.87678 20.0902 5.06339 20.0141C5.25 19.9379 5.25 19.6623 5.25 19.1111L5.25 13C5.25 12.5858 5.58579 12.25 6 12.25C6.41421 12.25 6.75 12.5858 6.75 13L6.75 21.0316C6.75 21.2046 6.75 21.2912 6.79366 21.363C6.83732 21.4348 6.91131 21.4732 7.05931 21.5499C8.53859 22.3167 10.2187 22.75 12 22.75C13.7813 22.75 15.4614 22.3167 16.9407 21.5499C17.0887 21.4732 17.1627 21.4348 17.2063 21.363C17.25 21.2912 17.25 21.2046 17.25 21.0316V13C17.25 12.5858 17.5858 12.25 18 12.25C18.4142 12.25 18.75 12.5858 18.75 13V19.1111C18.75 19.6623 18.75 19.9379 18.9366 20.0141C19.1232 20.0902 19.3085 19.9011 19.6791 19.5229C21.5787 17.5841 22.75 14.9288 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12 14.25C10.7064 14.25 9.5106 14.6782 8.54954 15.4002C8.21838 15.649 8.15161 16.1192 8.40042 16.4503C8.64922 16.7815 9.11938 16.8483 9.45054 16.5995C10.1607 16.0659 11.0424 15.75 12 15.75C12.9577 15.75 13.8393 16.0659 14.5495 16.5995C14.8807 16.8483 15.3509 16.7815 15.5997 16.4503C15.8485 16.1192 15.7817 15.649 15.4505 15.4002C14.4895 14.6782 13.2937 14.25 12 14.25ZM6.46967 9.46967C6.93047 9.00887 7.55544 8.75 8.20711 8.75L9.5 8.75C9.91421 8.75 10.25 9.08579 10.25 9.5C10.25 9.91421 9.91421 10.25 9.5 10.25L8.20711 10.25C7.95327 10.25 7.70982 10.3508 7.53033 10.5303C7.23744 10.8232 6.76256 10.8232 6.46967 10.5303C6.17678 10.2374 6.17678 9.76256 6.46967 9.46967ZM13.75 9.5C13.75 9.08579 14.0858 8.75 14.5 8.75H15.7929C16.4446 8.75 17.0695 9.00887 17.5303 9.46967C17.8232 9.76256 17.8232 10.2374 17.5303 10.5303C17.2374 10.8232 16.7626 10.8232 16.4697 10.5303C16.2902 10.3508 16.0467 10.25 15.7929 10.25H14.5C14.0858 10.25 13.75 9.91421 13.75 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-dead{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.25 16C8.25 15.5858 8.58579 15.25 9 15.25L15 15.25C15.4142 15.25 15.75 15.5858 15.75 16C15.75 16.4142 15.4142 16.75 15 16.75H9C8.58579 16.75 8.25 16.4142 8.25 16ZM7.53033 7.46967C7.23744 7.17678 6.76256 7.17678 6.46967 7.46967C6.17678 7.76256 6.17678 8.23744 6.46967 8.53033L7.43934 9.5L6.46967 10.4697C6.17678 10.7626 6.17678 11.2374 6.46967 11.5303C6.76256 11.8232 7.23744 11.8232 7.53033 11.5303L8.5 10.5607L9.46967 11.5303C9.76256 11.8232 10.2374 11.8232 10.5303 11.5303C10.8232 11.2374 10.8232 10.7626 10.5303 10.4697L9.56066 9.5L10.5303 8.53033C10.8232 8.23744 10.8232 7.76256 10.5303 7.46967C10.2374 7.17678 9.76256 7.17678 9.46967 7.46967L8.5 8.43934L7.53033 7.46967ZM14.5303 7.46967C14.2374 7.17678 13.7626 7.17678 13.4697 7.46967C13.1768 7.76256 13.1768 8.23744 13.4697 8.53033L14.4393 9.5L13.4697 10.4697C13.1768 10.7626 13.1768 11.2374 13.4697 11.5303C13.7626 11.8232 14.2374 11.8232 14.5303 11.5303L15.5 10.5607L16.4697 11.5303C16.7626 11.8232 17.2374 11.8232 17.5303 11.5303C17.8232 11.2374 17.8232 10.7626 17.5303 10.4697L16.5607 9.5L17.5303 8.53033C17.8232 8.23744 17.8232 7.76256 17.5303 7.46967C17.2374 7.17678 16.7626 7.17678 16.4697 7.46967L15.5 8.43934L14.5303 7.46967Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.25 16C8.25 15.5858 8.58579 15.25 9 15.25L15 15.25C15.4142 15.25 15.75 15.5858 15.75 16C15.75 16.4142 15.4142 16.75 15 16.75H9C8.58579 16.75 8.25 16.4142 8.25 16ZM7.53033 7.46967C7.23744 7.17678 6.76256 7.17678 6.46967 7.46967C6.17678 7.76256 6.17678 8.23744 6.46967 8.53033L7.43934 9.5L6.46967 10.4697C6.17678 10.7626 6.17678 11.2374 6.46967 11.5303C6.76256 11.8232 7.23744 11.8232 7.53033 11.5303L8.5 10.5607L9.46967 11.5303C9.76256 11.8232 10.2374 11.8232 10.5303 11.5303C10.8232 11.2374 10.8232 10.7626 10.5303 10.4697L9.56066 9.5L10.5303 8.53033C10.8232 8.23744 10.8232 7.76256 10.5303 7.46967C10.2374 7.17678 9.76256 7.17678 9.46967 7.46967L8.5 8.43934L7.53033 7.46967ZM14.5303 7.46967C14.2374 7.17678 13.7626 7.17678 13.4697 7.46967C13.1768 7.76256 13.1768 8.23744 13.4697 8.53033L14.4393 9.5L13.4697 10.4697C13.1768 10.7626 13.1768 11.2374 13.4697 11.5303C13.7626 11.8232 14.2374 11.8232 14.5303 11.5303L15.5 10.5607L16.4697 11.5303C16.7626 11.8232 17.2374 11.8232 17.5303 11.5303C17.8232 11.2374 17.8232 10.7626 17.5303 10.4697L16.5607 9.5L17.5303 8.53033C17.8232 8.23744 17.8232 7.76256 17.5303 7.46967C17.2374 7.17678 16.7626 7.17678 16.4697 7.46967L15.5 8.43934L14.5303 7.46967Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-displeased{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM14.4161 17.4701C13.0777 15.8092 11.0827 15.212 9.412 16.31C9.06585 16.5375 8.60082 16.4413 8.37332 16.0952C8.14583 15.749 8.24202 15.284 8.58817 15.0565C11.1072 13.4009 13.9305 14.4768 15.5841 16.529C15.844 16.8515 15.7932 17.3237 15.4707 17.5836C15.1481 17.8435 14.676 17.7927 14.4161 17.4701ZM6.25309 9.07811C6.29032 9.49053 6.65475 9.79471 7.06715 9.75766C7.09803 9.75592 7.18301 9.75137 7.24383 9.75046C7.36647 9.74861 7.537 9.75174 7.72649 9.77119C7.92804 9.79188 8.12123 9.82816 8.29196 9.88098L8.2175 10.1172C7.93235 11.0217 8.69425 11.75 9.47644 11.75C9.89752 11.75 10.3008 11.5582 10.5422 11.2126C10.7984 10.8459 10.8349 10.3458 10.5554 9.92189C10.3496 9.60981 10.0532 9.23109 9.66236 8.92066C9.09859 8.47293 8.37374 8.32975 7.87965 8.27903C7.61848 8.25222 7.3875 8.24813 7.22129 8.25063C7.14262 8.25181 7.00001 8.25989 6.9424 8.26315L6.94236 8.26315L6.94226 8.26316L6.93261 8.26371C6.52007 8.30095 6.21584 8.66557 6.25309 9.07811ZM13.2531 9.07811C13.2903 9.49053 13.6548 9.79471 14.0671 9.75766C14.098 9.75592 14.183 9.75137 14.2438 9.75046C14.3665 9.74861 14.537 9.75174 14.7265 9.77119C14.928 9.79188 15.1212 9.82816 15.292 9.88098L15.2175 10.1172C14.9324 11.0217 15.6943 11.75 16.4764 11.75C16.8975 11.75 17.3008 11.5582 17.5422 11.2126C17.7984 10.8459 17.8349 10.3458 17.5554 9.92189C17.3496 9.60981 17.0532 9.23109 16.6624 8.92066C16.0986 8.47293 15.3737 8.32975 14.8797 8.27903C14.6185 8.25222 14.3875 8.24813 14.2213 8.25063C14.1426 8.25181 13.9998 8.2599 13.9423 8.26316L13.9326 8.26371C13.5201 8.30095 13.2158 8.66557 13.2531 9.07811Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM14.4161 17.4701C13.0777 15.8092 11.0827 15.212 9.412 16.31C9.06585 16.5375 8.60082 16.4413 8.37332 16.0952C8.14583 15.749 8.24202 15.284 8.58817 15.0565C11.1072 13.4009 13.9305 14.4768 15.5841 16.529C15.844 16.8515 15.7932 17.3237 15.4707 17.5836C15.1481 17.8435 14.676 17.7927 14.4161 17.4701ZM6.25309 9.07811C6.29032 9.49053 6.65475 9.79471 7.06715 9.75766C7.09803 9.75592 7.18301 9.75137 7.24383 9.75046C7.36647 9.74861 7.537 9.75174 7.72649 9.77119C7.92804 9.79188 8.12123 9.82816 8.29196 9.88098L8.2175 10.1172C7.93235 11.0217 8.69425 11.75 9.47644 11.75C9.89752 11.75 10.3008 11.5582 10.5422 11.2126C10.7984 10.8459 10.8349 10.3458 10.5554 9.92189C10.3496 9.60981 10.0532 9.23109 9.66236 8.92066C9.09859 8.47293 8.37374 8.32975 7.87965 8.27903C7.61848 8.25222 7.3875 8.24813 7.22129 8.25063C7.14262 8.25181 7.00001 8.25989 6.9424 8.26315L6.94236 8.26315L6.94226 8.26316L6.93261 8.26371C6.52007 8.30095 6.21584 8.66557 6.25309 9.07811ZM13.2531 9.07811C13.2903 9.49053 13.6548 9.79471 14.0671 9.75766C14.098 9.75592 14.183 9.75137 14.2438 9.75046C14.3665 9.74861 14.537 9.75174 14.7265 9.77119C14.928 9.79188 15.1212 9.82816 15.292 9.88098L15.2175 10.1172C14.9324 11.0217 15.6943 11.75 16.4764 11.75C16.8975 11.75 17.3008 11.5582 17.5422 11.2126C17.7984 10.8459 17.8349 10.3458 17.5554 9.92189C17.3496 9.60981 17.0532 9.23109 16.6624 8.92066C16.0986 8.47293 15.3737 8.32975 14.8797 8.27903C14.6185 8.25222 14.3875 8.24813 14.2213 8.25063C14.1426 8.25181 13.9998 8.2599 13.9423 8.26316L13.9326 8.26371C13.5201 8.30095 13.2158 8.66557 13.2531 9.07811Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-drooling{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7729 17.0401C15.4257 16.6802 16.0009 16.1972 16.467 15.6229C17.2448 15.8634 18.1061 16.1962 18.8433 16.6738C19.4461 17.0644 20.0088 17.5781 20.3666 18.2592C20.7323 18.9556 20.8542 19.7715 20.6574 20.696L20.656 20.7024C20.4217 21.7581 19.6716 22.3976 18.8403 22.6381C18.0404 22.8695 17.1213 22.7471 16.4405 22.2618C15.7625 21.7784 15.3605 21.2477 15.1644 20.6479C14.9782 20.0786 15.005 19.5169 15.0311 19.0684C15.0713 18.3939 15.1104 17.739 14.7729 17.0401Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.229 14.2856C17.1656 14.5418 18.4374 14.9206 19.5221 15.6233C19.9213 15.8819 20.3292 16.2007 20.6967 16.5932C21.0246 16.9434 21.1886 17.1185 21.3462 17.093C21.5039 17.0675 21.5916 16.8774 21.7669 16.4973C22.398 15.129 22.75 13.6056 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C12.6179 22.75 13.2235 22.6979 13.8129 22.5978C14.2007 22.5319 14.3945 22.499 14.4627 22.3631C14.5308 22.2273 14.4252 22.0211 14.2142 21.6087C14.1203 21.4253 14.0406 21.2342 13.9755 21.035C13.7106 20.2252 13.7556 19.454 13.7815 19.0091L13.7886 18.889C13.8157 18.4356 13.8243 18.1916 13.7825 17.9607C13.7511 17.7874 13.7354 17.7008 13.6325 17.63L13.6285 17.6273C13.5246 17.5582 13.4029 17.5831 13.1595 17.633C12.785 17.7097 12.3972 17.75 12 17.75C10.1185 17.75 8.44802 16.8454 7.40035 15.4505C7.1516 15.1192 7.21843 14.6491 7.54964 14.4003C7.88084 14.1516 8.35099 14.2184 8.59974 14.5496C9.37631 15.5836 10.6103 16.25 12 16.25C13.3898 16.25 14.6238 15.5836 15.4003 14.5496C15.5974 14.2873 15.9333 14.1908 16.229 14.2856ZM8.70711 7.75C8.05544 7.75 7.43047 8.00887 6.96967 8.46967C6.67678 8.76256 6.67678 9.23744 6.96967 9.53033C7.26256 9.82322 7.73744 9.82322 8.03033 9.53033C8.20982 9.35084 8.45327 9.25 8.70711 9.25H10C10.4142 9.25 10.75 8.91421 10.75 8.5C10.75 8.08579 10.4142 7.75 10 7.75H8.70711ZM14 7.75C13.5858 7.75 13.25 8.08579 13.25 8.5C13.25 8.91421 13.5858 9.25 14 9.25H15.2929C15.5467 9.25 15.7902 9.35084 15.9697 9.53033C16.2626 9.82322 16.7374 9.82322 17.0303 9.53033C17.3232 9.23744 17.3232 8.76256 17.0303 8.46967C16.5695 8.00887 15.9446 7.75 15.2929 7.75H14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7729 17.0401C15.4257 16.6802 16.0009 16.1972 16.467 15.6229C17.2448 15.8634 18.1061 16.1962 18.8433 16.6738C19.4461 17.0644 20.0088 17.5781 20.3666 18.2592C20.7323 18.9556 20.8542 19.7715 20.6574 20.696L20.656 20.7024C20.4217 21.7581 19.6716 22.3976 18.8403 22.6381C18.0404 22.8695 17.1213 22.7471 16.4405 22.2618C15.7625 21.7784 15.3605 21.2477 15.1644 20.6479C14.9782 20.0786 15.005 19.5169 15.0311 19.0684C15.0713 18.3939 15.1104 17.739 14.7729 17.0401Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.229 14.2856C17.1656 14.5418 18.4374 14.9206 19.5221 15.6233C19.9213 15.8819 20.3292 16.2007 20.6967 16.5932C21.0246 16.9434 21.1886 17.1185 21.3462 17.093C21.5039 17.0675 21.5916 16.8774 21.7669 16.4973C22.398 15.129 22.75 13.6056 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C12.6179 22.75 13.2235 22.6979 13.8129 22.5978C14.2007 22.5319 14.3945 22.499 14.4627 22.3631C14.5308 22.2273 14.4252 22.0211 14.2142 21.6087C14.1203 21.4253 14.0406 21.2342 13.9755 21.035C13.7106 20.2252 13.7556 19.454 13.7815 19.0091L13.7886 18.889C13.8157 18.4356 13.8243 18.1916 13.7825 17.9607C13.7511 17.7874 13.7354 17.7008 13.6325 17.63L13.6285 17.6273C13.5246 17.5582 13.4029 17.5831 13.1595 17.633C12.785 17.7097 12.3972 17.75 12 17.75C10.1185 17.75 8.44802 16.8454 7.40035 15.4505C7.1516 15.1192 7.21843 14.6491 7.54964 14.4003C7.88084 14.1516 8.35099 14.2184 8.59974 14.5496C9.37631 15.5836 10.6103 16.25 12 16.25C13.3898 16.25 14.6238 15.5836 15.4003 14.5496C15.5974 14.2873 15.9333 14.1908 16.229 14.2856ZM8.70711 7.75C8.05544 7.75 7.43047 8.00887 6.96967 8.46967C6.67678 8.76256 6.67678 9.23744 6.96967 9.53033C7.26256 9.82322 7.73744 9.82322 8.03033 9.53033C8.20982 9.35084 8.45327 9.25 8.70711 9.25H10C10.4142 9.25 10.75 8.91421 10.75 8.5C10.75 8.08579 10.4142 7.75 10 7.75H8.70711ZM14 7.75C13.5858 7.75 13.25 8.08579 13.25 8.5C13.25 8.91421 13.5858 9.25 14 9.25H15.2929C15.5467 9.25 15.7902 9.35084 15.9697 9.53033C16.2626 9.82322 16.7374 9.82322 17.0303 9.53033C17.3232 9.23744 17.3232 8.76256 17.0303 8.46967C16.5695 8.00887 15.9446 7.75 15.2929 7.75H14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-evil{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5303 1.96969C22.7294 2.16871 22.8002 2.46241 22.7138 2.73028L21.0283 7.95536C20.9668 8.14577 20.9315 8.25636 20.9099 8.34091C20.9025 8.36674 20.8946 8.43819 20.922 8.51738C20.9556 8.62007 21.0079 8.75543 21.0924 8.97325C21.5173 10.068 21.75 11.2577 21.75 12.5C21.75 17.8848 17.3848 22.25 12 22.25C6.61524 22.25 2.25002 17.8848 2.25002 12.5C2.25002 11.2577 2.48273 10.068 2.90763 8.97325C2.99217 8.75543 3.04443 8.62007 3.07802 8.51738C3.10823 8.43064 3.09866 8.36359 3.09011 8.34091C3.06853 8.25636 3.03321 8.14577 2.97178 7.95536L1.28624 2.73028C1.19983 2.46241 1.27067 2.16871 1.46969 1.96969C1.66871 1.77067 1.96241 1.69983 2.23028 1.78624L7.94644 3.6302C9.18167 3.06485 10.555 2.75002 12 2.75002C13.445 2.75002 14.8184 3.06485 16.0536 3.6302L21.7698 1.78624C22.0376 1.69983 22.3313 1.77067 22.5303 1.96969ZM6.93298 8.76245C6.52044 8.79969 6.21584 9.16435 6.25308 9.57688C6.29031 9.98917 6.65451 10.2933 7.06674 10.2565C7.06674 10.2565 7.183 10.2501 7.24383 10.2492C7.36647 10.2474 7.53699 10.2505 7.72649 10.27C7.92804 10.2907 8.12123 10.3269 8.29196 10.3798L8.2175 10.616C7.93235 11.5205 8.69425 12.2488 9.47644 12.2488C9.89751 12.2488 10.3008 12.057 10.5422 11.7114C10.7983 11.3447 10.8349 10.8446 10.5553 10.4207C10.3496 10.1086 10.0532 9.72987 9.66236 9.41944C9.09859 8.97171 8.37374 8.82852 7.87965 8.77781C7.61848 8.751 7.19098 8.73915 6.93298 8.76245ZM17.0672 8.76245C17.4797 8.79969 17.7843 9.16435 17.7471 9.57688C17.7099 9.98917 17.3457 10.2933 16.9334 10.2565C16.9334 10.2565 16.8172 10.2501 16.7563 10.2492C16.6337 10.2474 16.4632 10.2505 16.2737 10.27C16.0721 10.2907 15.8789 10.3269 15.7082 10.3798L15.7827 10.616C16.0678 11.5205 15.3059 12.2488 14.5237 12.2488C14.1027 12.2488 13.6994 12.057 13.458 11.7114C13.2018 11.3447 13.1653 10.8446 13.4448 10.4207C13.6506 10.1086 13.9469 9.72987 14.3378 9.41944C14.9016 8.97171 15.6264 8.82852 16.1205 8.77781C16.3817 8.751 16.8092 8.73915 17.0672 8.76245ZM9.45054 15.9004C9.11938 15.6516 8.64922 15.7183 8.40042 16.0495C8.15161 16.3806 8.21838 16.8508 8.54954 17.0996C9.5106 17.8217 10.7064 18.2498 12 18.2498C13.2937 18.2498 14.4895 17.8217 15.4505 17.0996C15.7817 16.8508 15.8485 16.3806 15.5997 16.0495C15.3509 15.7183 14.8807 15.6516 14.5495 15.9004C13.8393 16.4339 12.9577 16.7498 12 16.7498C11.0424 16.7498 10.1607 16.4339 9.45054 15.9004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5303 1.96969C22.7294 2.16871 22.8002 2.46241 22.7138 2.73028L21.0283 7.95536C20.9668 8.14577 20.9315 8.25636 20.9099 8.34091C20.9025 8.36674 20.8946 8.43819 20.922 8.51738C20.9556 8.62007 21.0079 8.75543 21.0924 8.97325C21.5173 10.068 21.75 11.2577 21.75 12.5C21.75 17.8848 17.3848 22.25 12 22.25C6.61524 22.25 2.25002 17.8848 2.25002 12.5C2.25002 11.2577 2.48273 10.068 2.90763 8.97325C2.99217 8.75543 3.04443 8.62007 3.07802 8.51738C3.10823 8.43064 3.09866 8.36359 3.09011 8.34091C3.06853 8.25636 3.03321 8.14577 2.97178 7.95536L1.28624 2.73028C1.19983 2.46241 1.27067 2.16871 1.46969 1.96969C1.66871 1.77067 1.96241 1.69983 2.23028 1.78624L7.94644 3.6302C9.18167 3.06485 10.555 2.75002 12 2.75002C13.445 2.75002 14.8184 3.06485 16.0536 3.6302L21.7698 1.78624C22.0376 1.69983 22.3313 1.77067 22.5303 1.96969ZM6.93298 8.76245C6.52044 8.79969 6.21584 9.16435 6.25308 9.57688C6.29031 9.98917 6.65451 10.2933 7.06674 10.2565C7.06674 10.2565 7.183 10.2501 7.24383 10.2492C7.36647 10.2474 7.53699 10.2505 7.72649 10.27C7.92804 10.2907 8.12123 10.3269 8.29196 10.3798L8.2175 10.616C7.93235 11.5205 8.69425 12.2488 9.47644 12.2488C9.89751 12.2488 10.3008 12.057 10.5422 11.7114C10.7983 11.3447 10.8349 10.8446 10.5553 10.4207C10.3496 10.1086 10.0532 9.72987 9.66236 9.41944C9.09859 8.97171 8.37374 8.82852 7.87965 8.77781C7.61848 8.751 7.19098 8.73915 6.93298 8.76245ZM17.0672 8.76245C17.4797 8.79969 17.7843 9.16435 17.7471 9.57688C17.7099 9.98917 17.3457 10.2933 16.9334 10.2565C16.9334 10.2565 16.8172 10.2501 16.7563 10.2492C16.6337 10.2474 16.4632 10.2505 16.2737 10.27C16.0721 10.2907 15.8789 10.3269 15.7082 10.3798L15.7827 10.616C16.0678 11.5205 15.3059 12.2488 14.5237 12.2488C14.1027 12.2488 13.6994 12.057 13.458 11.7114C13.2018 11.3447 13.1653 10.8446 13.4448 10.4207C13.6506 10.1086 13.9469 9.72987 14.3378 9.41944C14.9016 8.97171 15.6264 8.82852 16.1205 8.77781C16.3817 8.751 16.8092 8.73915 17.0672 8.76245ZM9.45054 15.9004C9.11938 15.6516 8.64922 15.7183 8.40042 16.0495C8.15161 16.3806 8.21838 16.8508 8.54954 17.0996C9.5106 17.8217 10.7064 18.2498 12 18.2498C13.2937 18.2498 14.4895 17.8217 15.4505 17.0996C15.7817 16.8508 15.8485 16.3806 15.5997 16.0495C15.3509 15.7183 14.8807 15.6516 14.5495 15.9004C13.8393 16.4339 12.9577 16.7498 12 16.7498C11.0424 16.7498 10.1607 16.4339 9.45054 15.9004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-flushed{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.5 8.75C8.08579 8.75 7.75 9.08579 7.75 9.5C7.75 9.91421 8.08579 10.25 8.5 10.25C8.91421 10.25 9.25 9.91421 9.25 9.5C9.25 9.08579 8.91421 8.75 8.5 8.75ZM6.25 9.5C6.25 8.25736 7.25736 7.25 8.5 7.25C9.74264 7.25 10.75 8.25736 10.75 9.5C10.75 10.7426 9.74264 11.75 8.5 11.75C7.25736 11.75 6.25 10.7426 6.25 9.5ZM15.5 8.75C15.0858 8.75 14.75 9.08579 14.75 9.5C14.75 9.91421 15.0858 10.25 15.5 10.25C15.9142 10.25 16.25 9.91421 16.25 9.5C16.25 9.08579 15.9142 8.75 15.5 8.75ZM13.25 9.5C13.25 8.25736 14.2574 7.25 15.5 7.25C16.7426 7.25 17.75 8.25736 17.75 9.5C17.75 10.7426 16.7426 11.75 15.5 11.75C14.2574 11.75 13.25 10.7426 13.25 9.5ZM9 15.25C8.58579 15.25 8.25 15.5858 8.25 16C8.25 16.4142 8.58579 16.75 9 16.75H15C15.4142 16.75 15.75 16.4142 15.75 16C15.75 15.5858 15.4142 15.25 15 15.25L9 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.5 8.75C8.08579 8.75 7.75 9.08579 7.75 9.5C7.75 9.91421 8.08579 10.25 8.5 10.25C8.91421 10.25 9.25 9.91421 9.25 9.5C9.25 9.08579 8.91421 8.75 8.5 8.75ZM6.25 9.5C6.25 8.25736 7.25736 7.25 8.5 7.25C9.74264 7.25 10.75 8.25736 10.75 9.5C10.75 10.7426 9.74264 11.75 8.5 11.75C7.25736 11.75 6.25 10.7426 6.25 9.5ZM15.5 8.75C15.0858 8.75 14.75 9.08579 14.75 9.5C14.75 9.91421 15.0858 10.25 15.5 10.25C15.9142 10.25 16.25 9.91421 16.25 9.5C16.25 9.08579 15.9142 8.75 15.5 8.75ZM13.25 9.5C13.25 8.25736 14.2574 7.25 15.5 7.25C16.7426 7.25 17.75 8.25736 17.75 9.5C17.75 10.7426 16.7426 11.75 15.5 11.75C14.2574 11.75 13.25 10.7426 13.25 9.5ZM9 15.25C8.58579 15.25 8.25 15.5858 8.25 16C8.25 16.4142 8.58579 16.75 9 16.75H15C15.4142 16.75 15.75 16.4142 15.75 16C15.75 15.5858 15.4142 15.25 15 15.25L9 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-grimacing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM7 15C7 13.5949 7.70031 13 9 13H15C16.2997 13 17 13.5949 17 15C17 16.4051 16.2997 17 15 17H9C7.70031 17 7 16.4051 7 15ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM15.991 7.75C15.3007 7.75 14.741 8.30964 14.741 9C14.741 9.69036 15.3007 10.25 15.991 10.25H16C16.6904 10.25 17.25 9.69036 17.25 9C17.25 8.30964 16.6904 7.75 16 7.75H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM7 15C7 13.5949 7.70031 13 9 13H15C16.2997 13 17 13.5949 17 15C17 16.4051 16.2997 17 15 17H9C7.70031 17 7 16.4051 7 15ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM15.991 7.75C15.3007 7.75 14.741 8.30964 14.741 9C14.741 9.69036 15.3007 10.25 15.991 10.25H16C16.6904 10.25 17.25 9.69036 17.25 9C17.25 8.30964 16.6904 7.75 16 7.75H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-grinning{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12.3008C1.25 6.36372 6.06294 1.55078 12 1.55078C13.6939 1.55078 15.2962 1.94255 16.7214 2.64041C16.8634 2.70994 16.9344 2.74471 16.9648 2.80334C16.9838 2.8401 16.9911 2.88468 16.9849 2.92559C16.9749 2.99086 16.9171 3.04812 16.8016 3.16264L16.7938 3.17053C15.3171 4.6596 15.3453 7.05306 16.8183 8.51327L16.8262 8.52102C18.1428 9.80405 20.1565 9.93626 21.6204 8.95721L21.6204 8.9572C21.8599 8.79701 21.9797 8.71692 22.0744 8.75068C22.1691 8.78444 22.2068 8.90765 22.2821 9.15408C22.5863 10.1493 22.75 11.2059 22.75 12.3008C22.75 18.2378 17.9371 23.0508 12 23.0508C6.06294 23.0508 1.25 18.2378 1.25 12.3008ZM7.54959 14.7011C7.8808 14.4523 8.35094 14.5192 8.59969 14.8504C9.37627 15.8843 10.6102 16.5508 12 16.5508C13.3898 16.5508 14.6237 15.8843 15.4003 14.8504C15.6491 14.5192 16.1192 14.4523 16.4504 14.7011C16.7816 14.9498 16.8484 15.42 16.5997 15.7512C15.552 17.1461 13.8816 18.0508 12 18.0508C10.1184 18.0508 8.44798 17.1461 7.40031 15.7512C7.15155 15.42 7.21839 14.9498 7.54959 14.7011ZM7.4 8.85078C7.64853 8.51941 8.11863 8.45225 8.45 8.70078C8.51402 8.7488 8.58454 8.79671 8.6752 8.85832L8.67522 8.85833C8.71035 8.8822 8.7485 8.90812 8.79046 8.9369C8.92815 9.03132 9.09199 9.14684 9.25003 9.27994C9.54952 9.53218 9.9398 9.93828 10.0307 10.5277C10.0401 10.589 10.0465 10.6507 10.0498 10.7126C10.0729 11.1435 9.9175 11.5005 9.72258 11.8086C9.5445 12.0901 9.28578 12.4018 9.00007 12.7462L9.00007 12.7462L8.97228 12.7797C8.7078 13.0984 8.23497 13.1425 7.91619 12.878C7.5974 12.6135 7.55337 12.1407 7.81785 11.8219C8.14033 11.4332 8.33494 11.1963 8.45495 11.0066C8.51039 10.919 8.53401 10.8652 8.54426 10.8343C8.5527 10.8088 8.55228 10.7988 8.55196 10.7928C8.5513 10.7805 8.55003 10.7682 8.54818 10.7562C8.5417 10.7142 8.49885 10.6084 8.28376 10.4273C8.18451 10.3437 8.07069 10.2621 7.94215 10.174L7.8576 10.1164L7.85737 10.1162C7.75751 10.0484 7.64463 9.97175 7.55 9.90078C7.21863 9.65225 7.15147 9.18215 7.4 8.85078ZM16.6 8.85078C16.8485 9.18215 16.7814 9.65225 16.45 9.90078C16.3554 9.97175 16.2425 10.0484 16.1426 10.1162L16.1426 10.1162C16.1129 10.1364 16.0844 10.1558 16.0578 10.174C15.9293 10.2621 15.8155 10.3437 15.7162 10.4273C15.5011 10.6084 15.4583 10.7142 15.4518 10.7562C15.45 10.7682 15.4487 10.7804 15.448 10.7928C15.4477 10.7988 15.4473 10.8088 15.4557 10.8343C15.466 10.8652 15.4896 10.919 15.545 11.0066C15.6651 11.1963 15.8597 11.4332 16.1822 11.8219C16.4466 12.1407 16.4026 12.6135 16.0838 12.878C15.765 13.1425 15.2922 13.0984 15.0277 12.7797L14.9999 12.7462C14.7142 12.4019 14.4555 12.0901 14.2774 11.8086C14.0825 11.5005 13.9271 11.1435 13.9502 10.7126C13.9535 10.6507 13.9599 10.589 13.9693 10.5277C14.0602 9.93828 14.4505 9.53218 14.75 9.27994C14.908 9.14684 15.0718 9.03132 15.2095 8.9369C15.2515 8.90812 15.2896 8.8822 15.3248 8.85834C15.4155 8.79672 15.486 8.7488 15.55 8.70078C15.8814 8.45225 16.3515 8.51941 16.6 8.85078Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9401 2.72809C19.741 2.52694 19.6415 2.42637 19.5171 2.42578C19.3928 2.4252 19.2923 2.52483 19.0913 2.72408L17.717 4.08648C16.7499 5.06168 16.7666 6.63191 17.7337 7.59058C18.7174 8.54924 20.3014 8.53272 21.2684 7.57405C22.2522 6.59885 22.2355 5.02861 21.2684 4.06994L19.9401 2.72809Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12.3008C1.25 6.36372 6.06294 1.55078 12 1.55078C13.6939 1.55078 15.2962 1.94255 16.7214 2.64041C16.8634 2.70994 16.9344 2.74471 16.9648 2.80334C16.9838 2.8401 16.9911 2.88468 16.9849 2.92559C16.9749 2.99086 16.9171 3.04812 16.8016 3.16264L16.7938 3.17053C15.3171 4.6596 15.3453 7.05306 16.8183 8.51327L16.8262 8.52102C18.1428 9.80405 20.1565 9.93626 21.6204 8.95721L21.6204 8.9572C21.8599 8.79701 21.9797 8.71692 22.0744 8.75068C22.1691 8.78444 22.2068 8.90765 22.2821 9.15408C22.5863 10.1493 22.75 11.2059 22.75 12.3008C22.75 18.2378 17.9371 23.0508 12 23.0508C6.06294 23.0508 1.25 18.2378 1.25 12.3008ZM7.54959 14.7011C7.8808 14.4523 8.35094 14.5192 8.59969 14.8504C9.37627 15.8843 10.6102 16.5508 12 16.5508C13.3898 16.5508 14.6237 15.8843 15.4003 14.8504C15.6491 14.5192 16.1192 14.4523 16.4504 14.7011C16.7816 14.9498 16.8484 15.42 16.5997 15.7512C15.552 17.1461 13.8816 18.0508 12 18.0508C10.1184 18.0508 8.44798 17.1461 7.40031 15.7512C7.15155 15.42 7.21839 14.9498 7.54959 14.7011ZM7.4 8.85078C7.64853 8.51941 8.11863 8.45225 8.45 8.70078C8.51402 8.7488 8.58454 8.79671 8.6752 8.85832L8.67522 8.85833C8.71035 8.8822 8.7485 8.90812 8.79046 8.9369C8.92815 9.03132 9.09199 9.14684 9.25003 9.27994C9.54952 9.53218 9.9398 9.93828 10.0307 10.5277C10.0401 10.589 10.0465 10.6507 10.0498 10.7126C10.0729 11.1435 9.9175 11.5005 9.72258 11.8086C9.5445 12.0901 9.28578 12.4018 9.00007 12.7462L9.00007 12.7462L8.97228 12.7797C8.7078 13.0984 8.23497 13.1425 7.91619 12.878C7.5974 12.6135 7.55337 12.1407 7.81785 11.8219C8.14033 11.4332 8.33494 11.1963 8.45495 11.0066C8.51039 10.919 8.53401 10.8652 8.54426 10.8343C8.5527 10.8088 8.55228 10.7988 8.55196 10.7928C8.5513 10.7805 8.55003 10.7682 8.54818 10.7562C8.5417 10.7142 8.49885 10.6084 8.28376 10.4273C8.18451 10.3437 8.07069 10.2621 7.94215 10.174L7.8576 10.1164L7.85737 10.1162C7.75751 10.0484 7.64463 9.97175 7.55 9.90078C7.21863 9.65225 7.15147 9.18215 7.4 8.85078ZM16.6 8.85078C16.8485 9.18215 16.7814 9.65225 16.45 9.90078C16.3554 9.97175 16.2425 10.0484 16.1426 10.1162L16.1426 10.1162C16.1129 10.1364 16.0844 10.1558 16.0578 10.174C15.9293 10.2621 15.8155 10.3437 15.7162 10.4273C15.5011 10.6084 15.4583 10.7142 15.4518 10.7562C15.45 10.7682 15.4487 10.7804 15.448 10.7928C15.4477 10.7988 15.4473 10.8088 15.4557 10.8343C15.466 10.8652 15.4896 10.919 15.545 11.0066C15.6651 11.1963 15.8597 11.4332 16.1822 11.8219C16.4466 12.1407 16.4026 12.6135 16.0838 12.878C15.765 13.1425 15.2922 13.0984 15.0277 12.7797L14.9999 12.7462C14.7142 12.4019 14.4555 12.0901 14.2774 11.8086C14.0825 11.5005 13.9271 11.1435 13.9502 10.7126C13.9535 10.6507 13.9599 10.589 13.9693 10.5277C14.0602 9.93828 14.4505 9.53218 14.75 9.27994C14.908 9.14684 15.0718 9.03132 15.2095 8.9369C15.2515 8.90812 15.2896 8.8822 15.3248 8.85834C15.4155 8.79672 15.486 8.7488 15.55 8.70078C15.8814 8.45225 16.3515 8.51941 16.6 8.85078Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9401 2.72809C19.741 2.52694 19.6415 2.42637 19.5171 2.42578C19.3928 2.4252 19.2923 2.52483 19.0913 2.72408L17.717 4.08648C16.7499 5.06168 16.7666 6.63191 17.7337 7.59058C18.7174 8.54924 20.3014 8.53272 21.2684 7.57405C22.2522 6.59885 22.2355 5.02861 21.2684 4.06994L19.9401 2.72809Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-happy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8.59974 14.5496C8.35099 14.2184 7.88084 14.1515 7.54964 14.4003C7.21843 14.649 7.1516 15.1192 7.40035 15.4504C8.44802 16.8453 10.1185 17.75 12 17.75C13.8816 17.75 15.5521 16.8453 16.5997 15.4504C16.8485 15.1192 16.7817 14.649 16.4505 14.4003C16.1192 14.1515 15.6491 14.2184 15.4003 14.5496C14.6238 15.5835 13.3898 16.25 12 16.25C10.6103 16.25 9.37631 15.5835 8.59974 14.5496ZM15.5303 7.46967C15.8135 7.75286 15.8229 8.20618 15.5585 8.50064C16.3263 8.51754 17.088 8.86732 17.6 9.55C17.8485 9.88137 17.7814 10.3515 17.45 10.6C17.1186 10.8485 16.6485 10.7814 16.4 10.45C15.95 9.85 15.05 9.85 14.6 10.45C14.4063 10.7083 14.0691 10.8136 13.7628 10.7115C13.4566 10.6094 13.25 10.3228 13.25 10C13.25 9.27456 13.6011 8.62133 13.876 8.20897C14.0215 7.9906 14.166 7.8101 14.2743 7.68378C14.3256 7.62395 14.4236 7.51905 14.463 7.47679L14.4697 7.46967C14.7626 7.17678 15.2374 7.17678 15.5303 7.46967ZM8.44153 8.50064C8.1771 8.20618 8.18648 7.75286 8.46967 7.46967C8.76256 7.17678 9.23744 7.17678 9.53033 7.46967L9.53698 7.47679C9.57645 7.51905 9.6744 7.62395 9.72569 7.68378C9.83397 7.8101 9.97845 7.9906 10.124 8.20897C10.3989 8.62133 10.75 9.27456 10.75 10C10.75 10.3228 10.5434 10.6094 10.2372 10.7115C9.93091 10.8136 9.59369 10.7083 9.4 10.45C8.95 9.85 8.05 9.85 7.6 10.45C7.35147 10.7814 6.88137 10.8485 6.55 10.6C6.21863 10.3515 6.15147 9.88137 6.4 9.55C6.91201 8.86732 7.67368 8.51754 8.44153 8.50064Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8.59974 14.5496C8.35099 14.2184 7.88084 14.1515 7.54964 14.4003C7.21843 14.649 7.1516 15.1192 7.40035 15.4504C8.44802 16.8453 10.1185 17.75 12 17.75C13.8816 17.75 15.5521 16.8453 16.5997 15.4504C16.8485 15.1192 16.7817 14.649 16.4505 14.4003C16.1192 14.1515 15.6491 14.2184 15.4003 14.5496C14.6238 15.5835 13.3898 16.25 12 16.25C10.6103 16.25 9.37631 15.5835 8.59974 14.5496ZM15.5303 7.46967C15.8135 7.75286 15.8229 8.20618 15.5585 8.50064C16.3263 8.51754 17.088 8.86732 17.6 9.55C17.8485 9.88137 17.7814 10.3515 17.45 10.6C17.1186 10.8485 16.6485 10.7814 16.4 10.45C15.95 9.85 15.05 9.85 14.6 10.45C14.4063 10.7083 14.0691 10.8136 13.7628 10.7115C13.4566 10.6094 13.25 10.3228 13.25 10C13.25 9.27456 13.6011 8.62133 13.876 8.20897C14.0215 7.9906 14.166 7.8101 14.2743 7.68378C14.3256 7.62395 14.4236 7.51905 14.463 7.47679L14.4697 7.46967C14.7626 7.17678 15.2374 7.17678 15.5303 7.46967ZM8.44153 8.50064C8.1771 8.20618 8.18648 7.75286 8.46967 7.46967C8.76256 7.17678 9.23744 7.17678 9.53033 7.46967L9.53698 7.47679C9.57645 7.51905 9.6744 7.62395 9.72569 7.68378C9.83397 7.8101 9.97845 7.9906 10.124 8.20897C10.3989 8.62133 10.75 9.27456 10.75 10C10.75 10.3228 10.5434 10.6094 10.2372 10.7115C9.93091 10.8136 9.59369 10.7083 9.4 10.45C8.95 9.85 8.05 9.85 7.6 10.45C7.35147 10.7814 6.88137 10.8485 6.55 10.6C6.21863 10.3515 6.15147 9.88137 6.4 9.55C6.91201 8.86732 7.67368 8.51754 8.44153 8.50064Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-in-love{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C12.6833 1.25 13.3517 1.31375 13.9995 1.43562C14.2959 1.49137 14.4441 1.51924 14.486 1.61768C14.5279 1.71612 14.4327 1.86133 14.2425 2.15175C13.7954 2.83414 13.6147 3.69859 13.7388 4.57944C13.9336 5.96284 14.8438 7.34388 16.4698 8.49012L16.5559 8.55106C17.0265 8.88533 17.6101 9.29979 18.5 9.29979C19.3899 9.29979 19.9735 8.88533 20.4441 8.55107L20.5302 8.49012C20.818 8.28721 21.0834 8.07693 21.3264 7.86059C21.5304 7.67897 21.6324 7.58815 21.7335 7.61188C21.8347 7.63561 21.8824 7.75428 21.9778 7.99162C22.4759 9.2303 22.75 10.5831 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.70711 8.75C8.05544 8.75 7.43047 9.00887 6.96967 9.46967C6.67678 9.76256 6.67678 10.2374 6.96967 10.5303C7.26256 10.8232 7.73744 10.8232 8.03033 10.5303C8.20982 10.3508 8.45327 10.25 8.70711 10.25H10C10.4142 10.25 10.75 9.91421 10.75 9.5C10.75 9.08579 10.4142 8.75 10 8.75H8.70711ZM14 8.75C13.5858 8.75 13.25 9.08579 13.25 9.5C13.25 9.91421 13.5858 10.25 14 10.25H15.2929C15.5467 10.25 15.7902 10.3508 15.9697 10.5303C16.2626 10.8232 16.7374 10.8232 17.0303 10.5303C17.3232 10.2374 17.3232 9.76256 17.0303 9.46967C16.5695 9.00887 15.9446 8.75 15.2929 8.75H14ZM8.59969 14.5496C8.35094 14.2184 7.8808 14.1516 7.54959 14.4003C7.21839 14.6491 7.15155 15.1192 7.40031 15.4504C8.44798 16.8453 10.1184 17.75 12 17.75C13.8816 17.75 15.552 16.8453 16.5997 15.4504C16.8484 15.1192 16.7816 14.6491 16.4504 14.4003C16.1192 14.1516 15.6491 14.2184 15.4003 14.5496C14.6237 15.5836 13.3898 16.25 12 16.25C10.6102 16.25 9.37627 15.5836 8.59969 14.5496Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8881 2.33117C16.8267 1.78287 17.6459 2.00383 18.138 2.35579C18.3398 2.50011 18.4406 2.57227 18.5 2.57227C18.5594 2.57227 18.6602 2.50011 18.862 2.35579C19.3541 2.00383 20.1733 1.78287 21.1119 2.33117C22.3437 3.05077 22.6224 5.42474 19.7812 7.42757C19.24 7.80905 18.9694 7.99979 18.5 7.99979C18.0306 7.99979 17.76 7.80905 17.2188 7.42757C14.3776 5.42474 14.6563 3.05077 15.8881 2.33117Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C12.6833 1.25 13.3517 1.31375 13.9995 1.43562C14.2959 1.49137 14.4441 1.51924 14.486 1.61768C14.5279 1.71612 14.4327 1.86133 14.2425 2.15175C13.7954 2.83414 13.6147 3.69859 13.7388 4.57944C13.9336 5.96284 14.8438 7.34388 16.4698 8.49012L16.5559 8.55106C17.0265 8.88533 17.6101 9.29979 18.5 9.29979C19.3899 9.29979 19.9735 8.88533 20.4441 8.55107L20.5302 8.49012C20.818 8.28721 21.0834 8.07693 21.3264 7.86059C21.5304 7.67897 21.6324 7.58815 21.7335 7.61188C21.8347 7.63561 21.8824 7.75428 21.9778 7.99162C22.4759 9.2303 22.75 10.5831 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.70711 8.75C8.05544 8.75 7.43047 9.00887 6.96967 9.46967C6.67678 9.76256 6.67678 10.2374 6.96967 10.5303C7.26256 10.8232 7.73744 10.8232 8.03033 10.5303C8.20982 10.3508 8.45327 10.25 8.70711 10.25H10C10.4142 10.25 10.75 9.91421 10.75 9.5C10.75 9.08579 10.4142 8.75 10 8.75H8.70711ZM14 8.75C13.5858 8.75 13.25 9.08579 13.25 9.5C13.25 9.91421 13.5858 10.25 14 10.25H15.2929C15.5467 10.25 15.7902 10.3508 15.9697 10.5303C16.2626 10.8232 16.7374 10.8232 17.0303 10.5303C17.3232 10.2374 17.3232 9.76256 17.0303 9.46967C16.5695 9.00887 15.9446 8.75 15.2929 8.75H14ZM8.59969 14.5496C8.35094 14.2184 7.8808 14.1516 7.54959 14.4003C7.21839 14.6491 7.15155 15.1192 7.40031 15.4504C8.44798 16.8453 10.1184 17.75 12 17.75C13.8816 17.75 15.552 16.8453 16.5997 15.4504C16.8484 15.1192 16.7816 14.6491 16.4504 14.4003C16.1192 14.1516 15.6491 14.2184 15.4003 14.5496C14.6237 15.5836 13.3898 16.25 12 16.25C10.6102 16.25 9.37627 15.5836 8.59969 14.5496Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8881 2.33117C16.8267 1.78287 17.6459 2.00383 18.138 2.35579C18.3398 2.50011 18.4406 2.57227 18.5 2.57227C18.5594 2.57227 18.6602 2.50011 18.862 2.35579C19.3541 2.00383 20.1733 1.78287 21.1119 2.33117C22.3437 3.05077 22.6224 5.42474 19.7812 7.42757C19.24 7.80905 18.9694 7.99979 18.5 7.99979C18.0306 7.99979 17.76 7.80905 17.2188 7.42757C14.3776 5.42474 14.6563 3.05077 15.8881 2.33117Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-kid{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5742 1.45341C11.6436 1.38029 11.5899 1.25721 11.4892 1.26192C5.78933 1.52855 1.25 6.23417 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.85886 19.141 2.56064 14.3183 1.5006C14.2303 1.48127 14.1863 1.4716 14.1375 1.4769C14.0887 1.48221 14.05 1.50008 13.9726 1.53582C13.9519 1.54535 13.9316 1.55496 13.9115 1.56462C13.2231 1.89585 12.8284 2.31168 12.6573 2.49189C11.931 3.25204 11.7887 3.90569 11.8455 4.31456C11.9059 4.74983 12.1756 5.05726 12.4299 5.18114C12.5961 5.26209 12.8685 5.27125 13.1935 5.20451C13.3411 5.17421 13.5316 5.12408 13.695 5.05152C14.0724 4.88393 14.515 5.05277 14.6841 5.42984C14.8536 5.80778 14.6847 6.25158 14.3068 6.4211C14.0007 6.55838 13.7243 6.62681 13.4952 6.67385C13.0669 6.76181 12.3901 6.83026 11.773 6.52965C11.0721 6.1882 10.4893 5.45412 10.3598 4.52083C10.2265 3.56119 10.606 2.4667 11.5742 1.45341ZM6.75 9C6.75 8.30964 7.30964 7.75 8 7.75H8.00897C8.69933 7.75 9.25897 8.30964 9.25897 9C9.25897 9.69036 8.69933 10.25 8.00897 10.25H8C7.30964 10.25 6.75 9.69036 6.75 9ZM14.741 9C14.741 8.30964 15.3007 7.75 15.991 7.75H16C16.6904 7.75 17.25 8.30964 17.25 9C17.25 9.69036 16.6904 10.25 16 10.25H15.991C15.3007 10.25 14.741 9.69036 14.741 9ZM8.59974 14.5496C8.35099 14.2184 7.88084 14.1516 7.54964 14.4003C7.21843 14.6491 7.1516 15.1192 7.40035 15.4504C8.44802 16.8453 10.1185 17.75 12 17.75C13.8816 17.75 15.5521 16.8453 16.5997 15.4504C16.8485 15.1192 16.7817 14.6491 16.4505 14.4003C16.1192 14.1516 15.6491 14.2184 15.4003 14.5496C14.6238 15.5836 13.3898 16.25 12 16.25C10.6103 16.25 9.37631 15.5836 8.59974 14.5496Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5742 1.45341C11.6436 1.38029 11.5899 1.25721 11.4892 1.26192C5.78933 1.52855 1.25 6.23417 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.85886 19.141 2.56064 14.3183 1.5006C14.2303 1.48127 14.1863 1.4716 14.1375 1.4769C14.0887 1.48221 14.05 1.50008 13.9726 1.53582C13.9519 1.54535 13.9316 1.55496 13.9115 1.56462C13.2231 1.89585 12.8284 2.31168 12.6573 2.49189C11.931 3.25204 11.7887 3.90569 11.8455 4.31456C11.9059 4.74983 12.1756 5.05726 12.4299 5.18114C12.5961 5.26209 12.8685 5.27125 13.1935 5.20451C13.3411 5.17421 13.5316 5.12408 13.695 5.05152C14.0724 4.88393 14.515 5.05277 14.6841 5.42984C14.8536 5.80778 14.6847 6.25158 14.3068 6.4211C14.0007 6.55838 13.7243 6.62681 13.4952 6.67385C13.0669 6.76181 12.3901 6.83026 11.773 6.52965C11.0721 6.1882 10.4893 5.45412 10.3598 4.52083C10.2265 3.56119 10.606 2.4667 11.5742 1.45341ZM6.75 9C6.75 8.30964 7.30964 7.75 8 7.75H8.00897C8.69933 7.75 9.25897 8.30964 9.25897 9C9.25897 9.69036 8.69933 10.25 8.00897 10.25H8C7.30964 10.25 6.75 9.69036 6.75 9ZM14.741 9C14.741 8.30964 15.3007 7.75 15.991 7.75H16C16.6904 7.75 17.25 8.30964 17.25 9C17.25 9.69036 16.6904 10.25 16 10.25H15.991C15.3007 10.25 14.741 9.69036 14.741 9ZM8.59974 14.5496C8.35099 14.2184 7.88084 14.1516 7.54964 14.4003C7.21843 14.6491 7.1516 15.1192 7.40035 15.4504C8.44802 16.8453 10.1185 17.75 12 17.75C13.8816 17.75 15.5521 16.8453 16.5997 15.4504C16.8485 15.1192 16.7817 14.6491 16.4505 14.4003C16.1192 14.1516 15.6491 14.2184 15.4003 14.5496C14.6238 15.5836 13.3898 16.25 12 16.25C10.6103 16.25 9.37631 15.5836 8.59974 14.5496Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-kissing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 12.2228 22.7432 12.444 22.7299 12.6634C22.716 12.8913 22.4559 13.0113 22.2541 12.9043C21.6854 12.6029 21.0477 12.4388 20.39 12.4428C20.3267 12.4432 20.2645 12.4251 20.2113 12.3908C18.9776 11.5947 17.3434 11.4832 15.9475 12.3677C14.0699 13.5585 13.5324 15.9732 14.3928 17.8455C14.5896 18.2738 14.8169 18.691 15.0436 19.1072L15.0436 19.1072C15.1314 19.2685 15.2166 19.4321 15.3018 19.5959C15.5267 20.0283 15.7524 20.4621 16.0316 20.8594C16.1282 20.9969 16.2516 21.1569 16.4069 21.3186C16.5605 21.4786 16.5315 21.7536 16.3286 21.843C15.0043 22.4262 13.5399 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.94922 14C8.94922 13.5858 9.28501 13.25 9.69922 13.25C10.1445 13.25 10.7607 13.332 11.3445 13.4784C11.9059 13.6191 12.5666 13.8503 13.0104 14.2185C13.1565 14.3397 13.3186 14.5258 13.3827 14.7906C13.4503 15.0698 13.3805 15.3162 13.2847 15.4915C13.2254 15.6001 13.139 15.6775 13.0657 15.7433C12.9342 15.8613 12.8445 15.9418 13.0268 16.0968C13.1263 16.1814 13.2607 16.3151 13.3515 16.5052C13.4535 16.7189 13.4875 16.9809 13.3962 17.2483C13.3139 17.4891 13.1543 17.6621 13.0104 17.7815C12.5666 18.1497 11.9059 18.3809 11.3445 18.5216C10.7607 18.668 10.1445 18.75 9.69922 18.75C9.28501 18.75 8.94922 18.4142 8.94922 18C8.94922 17.5858 9.28501 17.25 9.69922 17.25C9.99568 17.25 10.4872 17.1901 10.9798 17.0667C11.0371 17.0523 11.088 17.0401 11.1327 17.0295C11.298 16.9901 11.3787 16.9709 11.389 16.9326C11.3988 16.8961 11.3444 16.8423 11.238 16.737C11.2137 16.713 11.1866 16.6862 11.157 16.6563C11.0625 16.5611 10.8727 16.3374 10.8727 16C10.8727 15.6897 11.0333 15.4737 11.1201 15.3744C11.2157 15.265 11.3257 15.18 11.4062 15.1222C11.5182 15.0418 11.2184 14.9819 11.0566 14.9496L11.0566 14.9496C11.0238 14.943 10.9966 14.9376 10.9798 14.9333C10.4872 14.8099 9.99568 14.75 9.69922 14.75C9.28501 14.75 8.94922 14.4142 8.94922 14ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM14.75 9.5C14.75 9.08579 15.0858 8.75 15.5 8.75C15.9142 8.75 16.25 9.08579 16.25 9.5C16.25 9.91421 16.5858 10.25 17 10.25C17.4142 10.25 17.75 9.91421 17.75 9.5C17.75 8.25736 16.7426 7.25 15.5 7.25C14.2574 7.25 13.25 8.25736 13.25 9.5C13.25 9.91421 13.5858 10.25 14 10.25C14.4142 10.25 14.75 9.91421 14.75 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.7508 13.6357C17.7877 12.9787 19.04 13.1979 19.8413 14.0138C20.9416 13.7435 22.0998 14.2851 22.66 15.3526C23.3088 16.5904 22.983 18.179 21.8576 18.9889C21.8458 18.9974 21.8338 19.0055 21.8215 19.0133L20.2275 20.0254C19.8848 20.2431 19.5631 20.4474 19.2785 20.5756C18.9612 20.7186 18.5774 20.8206 18.1492 20.694C17.7293 20.5699 17.4579 20.2816 17.2588 19.9983C17.075 19.7367 16.8923 19.3885 16.6923 19.0072L15.7731 17.2558C15.767 17.2442 15.7612 17.2324 15.7557 17.2204C15.1794 15.9663 15.5649 14.3878 16.7508 13.6357Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 12.2228 22.7432 12.444 22.7299 12.6634C22.716 12.8913 22.4559 13.0113 22.2541 12.9043C21.6854 12.6029 21.0477 12.4388 20.39 12.4428C20.3267 12.4432 20.2645 12.4251 20.2113 12.3908C18.9776 11.5947 17.3434 11.4832 15.9475 12.3677C14.0699 13.5585 13.5324 15.9732 14.3928 17.8455C14.5896 18.2738 14.8169 18.691 15.0436 19.1072L15.0436 19.1072C15.1314 19.2685 15.2166 19.4321 15.3018 19.5959C15.5267 20.0283 15.7524 20.4621 16.0316 20.8594C16.1282 20.9969 16.2516 21.1569 16.4069 21.3186C16.5605 21.4786 16.5315 21.7536 16.3286 21.843C15.0043 22.4262 13.5399 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.94922 14C8.94922 13.5858 9.28501 13.25 9.69922 13.25C10.1445 13.25 10.7607 13.332 11.3445 13.4784C11.9059 13.6191 12.5666 13.8503 13.0104 14.2185C13.1565 14.3397 13.3186 14.5258 13.3827 14.7906C13.4503 15.0698 13.3805 15.3162 13.2847 15.4915C13.2254 15.6001 13.139 15.6775 13.0657 15.7433C12.9342 15.8613 12.8445 15.9418 13.0268 16.0968C13.1263 16.1814 13.2607 16.3151 13.3515 16.5052C13.4535 16.7189 13.4875 16.9809 13.3962 17.2483C13.3139 17.4891 13.1543 17.6621 13.0104 17.7815C12.5666 18.1497 11.9059 18.3809 11.3445 18.5216C10.7607 18.668 10.1445 18.75 9.69922 18.75C9.28501 18.75 8.94922 18.4142 8.94922 18C8.94922 17.5858 9.28501 17.25 9.69922 17.25C9.99568 17.25 10.4872 17.1901 10.9798 17.0667C11.0371 17.0523 11.088 17.0401 11.1327 17.0295C11.298 16.9901 11.3787 16.9709 11.389 16.9326C11.3988 16.8961 11.3444 16.8423 11.238 16.737C11.2137 16.713 11.1866 16.6862 11.157 16.6563C11.0625 16.5611 10.8727 16.3374 10.8727 16C10.8727 15.6897 11.0333 15.4737 11.1201 15.3744C11.2157 15.265 11.3257 15.18 11.4062 15.1222C11.5182 15.0418 11.2184 14.9819 11.0566 14.9496L11.0566 14.9496C11.0238 14.943 10.9966 14.9376 10.9798 14.9333C10.4872 14.8099 9.99568 14.75 9.69922 14.75C9.28501 14.75 8.94922 14.4142 8.94922 14ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM14.75 9.5C14.75 9.08579 15.0858 8.75 15.5 8.75C15.9142 8.75 16.25 9.08579 16.25 9.5C16.25 9.91421 16.5858 10.25 17 10.25C17.4142 10.25 17.75 9.91421 17.75 9.5C17.75 8.25736 16.7426 7.25 15.5 7.25C14.2574 7.25 13.25 8.25736 13.25 9.5C13.25 9.91421 13.5858 10.25 14 10.25C14.4142 10.25 14.75 9.91421 14.75 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.7508 13.6357C17.7877 12.9787 19.04 13.1979 19.8413 14.0138C20.9416 13.7435 22.0998 14.2851 22.66 15.3526C23.3088 16.5904 22.983 18.179 21.8576 18.9889C21.8458 18.9974 21.8338 19.0055 21.8215 19.0133L20.2275 20.0254C19.8848 20.2431 19.5631 20.4474 19.2785 20.5756C18.9612 20.7186 18.5774 20.8206 18.1492 20.694C17.7293 20.5699 17.4579 20.2816 17.2588 19.9983C17.075 19.7367 16.8923 19.3885 16.6923 19.0072L15.7731 17.2558C15.767 17.2442 15.7612 17.2324 15.7557 17.2204C15.1794 15.9663 15.5649 14.3878 16.7508 13.6357Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-laughing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 12.3629 1.25 12.5443 1.30166 12.6205C1.36828 12.7188 1.45854 12.7616 1.57681 12.751C1.66853 12.7428 1.8364 12.6056 2.17215 12.3313L2.17215 12.3313C2.29721 12.2291 2.42496 12.1351 2.55298 12.0487C3.61001 11.3353 4.92503 10.985 5.68971 10.7891C6.20357 10.6574 6.74457 10.8644 7.03928 11.3055C7.33398 11.7466 7.31821 12.3256 6.99994 12.75C6.55805 13.3391 6.58105 13.7466 6.62128 14.4595L6.62482 14.5223C6.64546 14.8916 6.67708 15.461 6.49148 16.0521C6.28982 16.6945 5.87862 17.2411 5.24517 17.7115C5.03526 17.8674 4.80571 17.9888 4.5654 18.0765L4.56538 18.0765C3.9566 18.2986 3.65221 18.4097 3.61429 18.5656C3.57637 18.7216 3.74659 18.9066 4.08703 19.2766C6.05168 21.412 8.86958 22.75 12 22.75C15.1304 22.75 17.9483 21.412 19.9129 19.2766C20.2534 18.9066 20.4236 18.7216 20.3857 18.5656C20.3478 18.4097 20.0434 18.2986 19.4345 18.0765C19.1942 17.9888 18.9646 17.8674 18.7547 17.7115C18.1213 17.2411 17.7101 16.6945 17.5084 16.0521C17.3228 15.461 17.3544 14.8916 17.3751 14.5223L17.3786 14.4595C17.4188 13.7466 17.4418 13.3391 16.9999 12.75C16.6817 12.3256 16.6659 11.7466 16.9606 11.3055C17.2553 10.8644 17.7963 10.6574 18.3102 10.7891C19.0748 10.985 20.3899 11.3353 21.4469 12.0487C21.5749 12.1351 21.7027 12.2291 21.8277 12.3313C22.1636 12.6057 22.3315 12.7429 22.4232 12.7511C22.5415 12.7617 22.6317 12.7189 22.6983 12.6207C22.75 12.5444 22.75 12.363 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12 18C13.8962 18 15.4889 16.7202 15.9362 14.9899C16.1443 14.1848 15.8422 14 15.0461 14H8.95386C8.15776 14 7.8557 14.1848 8.0638 14.9899C8.51109 16.7202 10.1038 18 12 18ZM7.75 9.5C7.75 9.08579 8.08579 8.75 8.5 8.75C8.91421 8.75 9.25 9.08579 9.25 9.5C9.25 9.91421 9.58579 10.25 10 10.25C10.4142 10.25 10.75 9.91421 10.75 9.5C10.75 8.25736 9.74264 7.25 8.5 7.25C7.25736 7.25 6.25 8.25736 6.25 9.5C6.25 9.91421 6.58579 10.25 7 10.25C7.41421 10.25 7.75 9.91421 7.75 9.5ZM14.75 9.5C14.75 9.08579 15.0858 8.75 15.5 8.75C15.9142 8.75 16.25 9.08579 16.25 9.5C16.25 9.91421 16.5858 10.25 17 10.25C17.4142 10.25 17.75 9.91421 17.75 9.5C17.75 8.25736 16.7426 7.25 15.5 7.25C14.2574 7.25 13.25 8.25736 13.25 9.5C13.25 9.91421 13.5858 10.25 14 10.25C14.4142 10.25 14.75 9.91421 14.75 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6 12C4.44452 12.3985 1.54103 13.2338 2.06165 15.782C2.33013 17.0421 3.73652 17.275 4.5 16.708C6.33821 15.343 4.5 14 6 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18 12C19.5555 12.3985 22.459 13.2338 21.9383 15.782C21.6699 17.0421 20.2635 17.275 19.5 16.708C17.6618 15.343 19.5 14 18 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 12.3629 1.25 12.5443 1.30166 12.6205C1.36828 12.7188 1.45854 12.7616 1.57681 12.751C1.66853 12.7428 1.8364 12.6056 2.17215 12.3313L2.17215 12.3313C2.29721 12.2291 2.42496 12.1351 2.55298 12.0487C3.61001 11.3353 4.92503 10.985 5.68971 10.7891C6.20357 10.6574 6.74457 10.8644 7.03928 11.3055C7.33398 11.7466 7.31821 12.3256 6.99994 12.75C6.55805 13.3391 6.58105 13.7466 6.62128 14.4595L6.62482 14.5223C6.64546 14.8916 6.67708 15.461 6.49148 16.0521C6.28982 16.6945 5.87862 17.2411 5.24517 17.7115C5.03526 17.8674 4.80571 17.9888 4.5654 18.0765L4.56538 18.0765C3.9566 18.2986 3.65221 18.4097 3.61429 18.5656C3.57637 18.7216 3.74659 18.9066 4.08703 19.2766C6.05168 21.412 8.86958 22.75 12 22.75C15.1304 22.75 17.9483 21.412 19.9129 19.2766C20.2534 18.9066 20.4236 18.7216 20.3857 18.5656C20.3478 18.4097 20.0434 18.2986 19.4345 18.0765C19.1942 17.9888 18.9646 17.8674 18.7547 17.7115C18.1213 17.2411 17.7101 16.6945 17.5084 16.0521C17.3228 15.461 17.3544 14.8916 17.3751 14.5223L17.3786 14.4595C17.4188 13.7466 17.4418 13.3391 16.9999 12.75C16.6817 12.3256 16.6659 11.7466 16.9606 11.3055C17.2553 10.8644 17.7963 10.6574 18.3102 10.7891C19.0748 10.985 20.3899 11.3353 21.4469 12.0487C21.5749 12.1351 21.7027 12.2291 21.8277 12.3313C22.1636 12.6057 22.3315 12.7429 22.4232 12.7511C22.5415 12.7617 22.6317 12.7189 22.6983 12.6207C22.75 12.5444 22.75 12.363 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12 18C13.8962 18 15.4889 16.7202 15.9362 14.9899C16.1443 14.1848 15.8422 14 15.0461 14H8.95386C8.15776 14 7.8557 14.1848 8.0638 14.9899C8.51109 16.7202 10.1038 18 12 18ZM7.75 9.5C7.75 9.08579 8.08579 8.75 8.5 8.75C8.91421 8.75 9.25 9.08579 9.25 9.5C9.25 9.91421 9.58579 10.25 10 10.25C10.4142 10.25 10.75 9.91421 10.75 9.5C10.75 8.25736 9.74264 7.25 8.5 7.25C7.25736 7.25 6.25 8.25736 6.25 9.5C6.25 9.91421 6.58579 10.25 7 10.25C7.41421 10.25 7.75 9.91421 7.75 9.5ZM14.75 9.5C14.75 9.08579 15.0858 8.75 15.5 8.75C15.9142 8.75 16.25 9.08579 16.25 9.5C16.25 9.91421 16.5858 10.25 17 10.25C17.4142 10.25 17.75 9.91421 17.75 9.5C17.75 8.25736 16.7426 7.25 15.5 7.25C14.2574 7.25 13.25 8.25736 13.25 9.5C13.25 9.91421 13.5858 10.25 14 10.25C14.4142 10.25 14.75 9.91421 14.75 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6 12C4.44452 12.3985 1.54103 13.2338 2.06165 15.782C2.33013 17.0421 3.73652 17.275 4.5 16.708C6.33821 15.343 4.5 14 6 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18 12C19.5555 12.3985 22.459 13.2338 21.9383 15.782C21.6699 17.0421 20.2635 17.275 19.5 16.708C17.6618 15.343 19.5 14 18 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-look-bottom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM9.34219 16.64C9.54101 16.2766 9.99676 16.1432 10.3601 16.3421C10.8275 16.5978 11.3894 16.75 12.0001 16.75C12.6109 16.75 13.1728 16.5978 13.6401 16.3421C14.0035 16.1432 14.4593 16.2766 14.6581 16.64C14.8569 17.0034 14.7235 17.4592 14.3601 17.658C13.6698 18.0357 12.86 18.25 12.0001 18.25C11.1403 18.25 10.3304 18.0357 9.64015 17.658C9.27677 17.4592 9.14337 17.0034 9.34219 16.64ZM9 11.75C8.30964 11.75 7.75 12.3096 7.75 13C7.75 13.6904 8.30964 14.25 9 14.25H9.00673C9.69708 14.25 10.2567 13.6904 10.2567 13C10.2567 12.3096 9.69708 11.75 9.00673 11.75H9ZM14.9933 11.75C14.3029 11.75 13.7433 12.3096 13.7433 13C13.7433 13.6904 14.3029 14.25 14.9933 14.25H15C15.6904 14.25 16.25 13.6904 16.25 13C16.25 12.3096 15.6904 11.75 15 11.75H14.9933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM9.34219 16.64C9.54101 16.2766 9.99676 16.1432 10.3601 16.3421C10.8275 16.5978 11.3894 16.75 12.0001 16.75C12.6109 16.75 13.1728 16.5978 13.6401 16.3421C14.0035 16.1432 14.4593 16.2766 14.6581 16.64C14.8569 17.0034 14.7235 17.4592 14.3601 17.658C13.6698 18.0357 12.86 18.25 12.0001 18.25C11.1403 18.25 10.3304 18.0357 9.64015 17.658C9.27677 17.4592 9.14337 17.0034 9.34219 16.64ZM9 11.75C8.30964 11.75 7.75 12.3096 7.75 13C7.75 13.6904 8.30964 14.25 9 14.25H9.00673C9.69708 14.25 10.2567 13.6904 10.2567 13C10.2567 12.3096 9.69708 11.75 9.00673 11.75H9ZM14.9933 11.75C14.3029 11.75 13.7433 12.3096 13.7433 13C13.7433 13.6904 14.3029 14.25 14.9933 14.25H15C15.6904 14.25 16.25 13.6904 16.25 13C16.25 12.3096 15.6904 11.75 15 11.75H14.9933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-look-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.7502 12C22.7502 6.06294 17.9373 1.25 12.0002 1.25C6.06318 1.25 1.25024 6.06294 1.25024 12C1.25024 12.4007 1.27217 12.7962 1.31487 13.1855C1.33372 13.3573 1.34314 13.4432 1.39921 13.512C1.45527 13.5807 1.53775 13.6073 1.70269 13.6604C2.91066 14.0495 4.19282 14.25 4.9998 14.25C6.53651 14.25 7.83063 13.8776 8.58457 13.3757C8.92938 13.1462 9.39497 13.2396 9.62449 13.5844C9.85402 13.9292 9.76056 14.3948 9.41576 14.6243C8.34529 15.3369 6.73472 15.75 4.9998 15.75C4.40778 15.75 3.64155 15.6656 2.8262 15.5004C2.33124 15.4001 2.08377 15.35 1.96931 15.4914C1.85485 15.6328 1.94853 15.8484 2.13588 16.2797C3.79007 20.0872 7.58419 22.75 12.0002 22.75C17.9373 22.75 22.7502 17.9371 22.7502 12ZM9.25024 9C9.25024 8.30964 8.6926 7.75 8.00471 7.75H7.99577C7.30789 7.75 6.75024 8.30964 6.75024 9C6.75024 9.69036 7.30789 10.25 7.99577 10.25H8.00471C8.6926 10.25 9.25024 9.69036 9.25024 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.7502 12C22.7502 6.06294 17.9373 1.25 12.0002 1.25C6.06318 1.25 1.25024 6.06294 1.25024 12C1.25024 12.4007 1.27217 12.7962 1.31487 13.1855C1.33372 13.3573 1.34314 13.4432 1.39921 13.512C1.45527 13.5807 1.53775 13.6073 1.70269 13.6604C2.91066 14.0495 4.19282 14.25 4.9998 14.25C6.53651 14.25 7.83063 13.8776 8.58457 13.3757C8.92938 13.1462 9.39497 13.2396 9.62449 13.5844C9.85402 13.9292 9.76056 14.3948 9.41576 14.6243C8.34529 15.3369 6.73472 15.75 4.9998 15.75C4.40778 15.75 3.64155 15.6656 2.8262 15.5004C2.33124 15.4001 2.08377 15.35 1.96931 15.4914C1.85485 15.6328 1.94853 15.8484 2.13588 16.2797C3.79007 20.0872 7.58419 22.75 12.0002 22.75C17.9373 22.75 22.7502 17.9371 22.7502 12ZM9.25024 9C9.25024 8.30964 8.6926 7.75 8.00471 7.75H7.99577C7.30789 7.75 6.75024 8.30964 6.75024 9C6.75024 9.69036 7.30789 10.25 7.99577 10.25H8.00471C8.6926 10.25 9.25024 9.69036 9.25024 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-look-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 12.4007 22.7281 12.7962 22.6854 13.1855C22.6665 13.3573 22.6571 13.4432 22.601 13.512C22.545 13.5807 22.4625 13.6073 22.2976 13.6604C21.0896 14.0495 19.8074 14.25 19.0004 14.25C17.4637 14.25 16.1696 13.8776 15.4157 13.3757C15.0709 13.1462 14.6053 13.2396 14.3758 13.5844C14.1462 13.9292 14.2397 14.3948 14.5845 14.6243C15.655 15.3369 17.2655 15.75 19.0004 15.75C19.5925 15.75 20.3587 15.6656 21.174 15.5004C21.669 15.4001 21.9165 15.35 22.0309 15.4914C22.1454 15.6328 22.0517 15.8484 21.8644 16.2797C20.2102 20.0872 16.4161 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM14.75 9C14.75 8.30964 15.3076 7.75 15.9955 7.75H16.0045C16.6924 7.75 17.25 8.30964 17.25 9C17.25 9.69036 16.6924 10.25 16.0045 10.25H15.9955C15.3076 10.25 14.75 9.69036 14.75 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 12.4007 22.7281 12.7962 22.6854 13.1855C22.6665 13.3573 22.6571 13.4432 22.601 13.512C22.545 13.5807 22.4625 13.6073 22.2976 13.6604C21.0896 14.0495 19.8074 14.25 19.0004 14.25C17.4637 14.25 16.1696 13.8776 15.4157 13.3757C15.0709 13.1462 14.6053 13.2396 14.3758 13.5844C14.1462 13.9292 14.2397 14.3948 14.5845 14.6243C15.655 15.3369 17.2655 15.75 19.0004 15.75C19.5925 15.75 20.3587 15.6656 21.174 15.5004C21.669 15.4001 21.9165 15.35 22.0309 15.4914C22.1454 15.6328 22.0517 15.8484 21.8644 16.2797C20.2102 20.0872 16.4161 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM14.75 9C14.75 8.30964 15.3076 7.75 15.9955 7.75H16.0045C16.6924 7.75 17.25 8.30964 17.25 9C17.25 9.69036 16.6924 10.25 16.0045 10.25H15.9955C15.3076 10.25 14.75 9.69036 14.75 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-look-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM9.34219 10.64C9.54101 10.2766 9.99676 10.1432 10.3601 10.3421C10.8275 10.5978 11.3894 10.75 12.0001 10.75C12.6109 10.75 13.1728 10.5978 13.6401 10.3421C14.0035 10.1432 14.4593 10.2766 14.6581 10.64C14.8569 11.0034 14.7235 11.4592 14.3601 11.658C13.6698 12.0357 12.86 12.25 12.0001 12.25C11.1403 12.25 10.3304 12.0357 9.64015 11.658C9.27677 11.4592 9.14337 11.0034 9.34219 10.64ZM9 5.75C8.30964 5.75 7.75 6.30964 7.75 7C7.75 7.69036 8.30964 8.25 9 8.25H9.00673C9.69708 8.25 10.2567 7.69036 10.2567 7C10.2567 6.30964 9.69708 5.75 9.00673 5.75H9ZM14.9933 5.75C14.3029 5.75 13.7433 6.30964 13.7433 7C13.7433 7.69036 14.3029 8.25 14.9933 8.25H15C15.6904 8.25 16.25 7.69036 16.25 7C16.25 6.30964 15.6904 5.75 15 5.75H14.9933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM9.34219 10.64C9.54101 10.2766 9.99676 10.1432 10.3601 10.3421C10.8275 10.5978 11.3894 10.75 12.0001 10.75C12.6109 10.75 13.1728 10.5978 13.6401 10.3421C14.0035 10.1432 14.4593 10.2766 14.6581 10.64C14.8569 11.0034 14.7235 11.4592 14.3601 11.658C13.6698 12.0357 12.86 12.25 12.0001 12.25C11.1403 12.25 10.3304 12.0357 9.64015 11.658C9.27677 11.4592 9.14337 11.0034 9.34219 10.64ZM9 5.75C8.30964 5.75 7.75 6.30964 7.75 7C7.75 7.69036 8.30964 8.25 9 8.25H9.00673C9.69708 8.25 10.2567 7.69036 10.2567 7C10.2567 6.30964 9.69708 5.75 9.00673 5.75H9ZM14.9933 5.75C14.3029 5.75 13.7433 6.30964 13.7433 7C13.7433 7.69036 14.3029 8.25 14.9933 8.25H15C15.6904 8.25 16.25 7.69036 16.25 7C16.25 6.30964 15.6904 5.75 15 5.75H14.9933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-medical-mask{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.73674 11.4166C1.50223 11.358 1.38498 11.3287 1.32069 11.2362C1.25639 11.1437 1.26928 11.028 1.29506 10.7966C1.89332 5.42595 6.44822 1.25 11.9785 1.25C17.5087 1.25 22.0636 5.426 22.6619 10.7966C22.6876 11.0281 22.7005 11.1438 22.6362 11.2363C22.5719 11.3288 22.4547 11.3581 22.2202 11.4167L17.8103 12.5192C17.5895 12.5744 17.4791 12.602 17.3925 12.5702C17.3059 12.5385 17.2227 12.4226 17.0563 12.1908C16.8604 11.9181 16.6093 11.7075 16.3186 11.5567C15.8514 11.3144 15.3285 11.2502 14.861 11.2502H9.09628C8.62819 11.2502 8.10473 11.3145 7.63717 11.5573C7.34684 11.708 7.09618 11.9185 6.90054 12.1908C6.7341 12.4225 6.65088 12.5384 6.5643 12.5701C6.47773 12.6019 6.36733 12.5743 6.14654 12.5191L1.73674 11.4166ZM1.35758 13.6712C1.30057 13.3059 1.27207 13.1233 1.39095 13.0147C1.50984 12.9061 1.69633 12.9527 2.06931 13.0459L5.7975 13.978C6.04092 14.0388 6.16264 14.0693 6.22679 14.1582C6.29095 14.2472 6.28099 14.3775 6.26109 14.6383C6.22836 15.0668 6.22038 15.5077 6.23716 15.9423C6.25054 16.2888 6.25722 16.4621 6.15911 16.5555C6.061 16.649 5.89512 16.6344 5.56334 16.6054L2.47941 16.3352C2.30486 16.3199 2.21759 16.3122 2.14939 16.2615C2.08119 16.2108 2.04997 16.1324 1.98753 15.9756C1.696 15.2436 1.48258 14.472 1.35758 13.6712ZM4.2188 17.999C3.67559 17.9502 3.40398 17.9258 3.31101 18.1034C3.21804 18.2809 3.3859 18.482 3.72163 18.8843C5.69357 21.2468 8.66047 22.75 11.9785 22.75C15.2964 22.75 18.2633 21.2468 20.2353 18.8843C20.571 18.4821 20.7388 18.281 20.6459 18.1034C20.5529 17.9259 20.2813 17.9502 19.7381 17.999L17.7487 18.1775C17.5725 18.1934 17.4844 18.2013 17.4212 18.2431C17.358 18.2848 17.3069 18.3802 17.2047 18.5711C16.9951 18.9622 16.689 19.2515 16.3186 19.4436C15.8514 19.686 15.3285 19.7502 14.861 19.7502H9.09628C8.62894 19.7502 8.10616 19.686 7.639 19.4438C7.26854 19.2517 6.96241 18.9624 6.75278 18.5711C6.65054 18.3803 6.59941 18.2849 6.53622 18.2431C6.47303 18.2013 6.38493 18.1934 6.20872 18.1776L4.2188 17.999ZM21.9694 15.9757C21.9069 16.1324 21.8757 16.2108 21.8075 16.2615C21.7393 16.3123 21.652 16.3199 21.4775 16.3352L18.394 16.6054C18.0622 16.6344 17.8963 16.649 17.7982 16.5555C17.7001 16.4621 17.7068 16.2888 17.7201 15.9423C17.7369 15.5078 17.7289 15.0669 17.6961 14.6384C17.6761 14.3776 17.6662 14.2472 17.7303 14.1583C17.7945 14.0693 17.9162 14.0389 18.1597 13.978L21.8876 13.046C22.2606 12.9528 22.4471 12.9062 22.5659 13.0148C22.6848 13.1234 22.6563 13.306 22.5993 13.6713C22.4743 14.4721 22.2609 15.2437 21.9694 15.9757ZM6.94812 8.46967C7.40892 8.00887 8.0339 7.75 8.68556 7.75H9.97845C10.3927 7.75 10.7285 8.08579 10.7285 8.5C10.7285 8.91421 10.3927 9.25 9.97845 9.25H8.68556C8.43172 9.25 8.18828 9.35084 8.00879 9.53033C7.71589 9.82322 7.24102 9.82322 6.94812 9.53033C6.65523 9.23744 6.65523 8.76256 6.94812 8.46967ZM13.2285 8.5C13.2285 8.08579 13.5642 7.75 13.9785 7.75H15.2713C15.923 7.75 16.548 8.00887 17.0088 8.46967C17.3017 8.76256 17.3017 9.23744 17.0088 9.53033C16.7159 9.82322 16.241 9.82322 15.9481 9.53033C15.7686 9.35084 15.5252 9.25 15.2713 9.25H13.9785C13.5642 9.25 13.2285 8.91421 13.2285 8.5ZM8.00784 13.301C8.07844 13.0689 8.1912 12.9598 8.32841 12.8885C8.49428 12.8024 8.74461 12.7502 9.09628 12.7502H14.861C15.2121 12.7502 15.4622 12.8023 15.6281 12.8883C15.7653 12.9595 15.8779 13.0684 15.9485 13.2997C16.322 14.524 16.322 16.4764 15.9485 17.7006C15.8779 17.9319 15.7653 18.0409 15.6281 18.1121C15.4622 18.1981 15.2121 18.2502 14.861 18.2502H9.09628C8.74533 18.2502 8.49526 18.1981 8.32943 18.1121C8.1922 18.041 8.07964 17.9321 8.00908 17.701C7.63551 16.4774 7.63521 14.5259 8.00784 13.301Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.73674 11.4166C1.50223 11.358 1.38498 11.3287 1.32069 11.2362C1.25639 11.1437 1.26928 11.028 1.29506 10.7966C1.89332 5.42595 6.44822 1.25 11.9785 1.25C17.5087 1.25 22.0636 5.426 22.6619 10.7966C22.6876 11.0281 22.7005 11.1438 22.6362 11.2363C22.5719 11.3288 22.4547 11.3581 22.2202 11.4167L17.8103 12.5192C17.5895 12.5744 17.4791 12.602 17.3925 12.5702C17.3059 12.5385 17.2227 12.4226 17.0563 12.1908C16.8604 11.9181 16.6093 11.7075 16.3186 11.5567C15.8514 11.3144 15.3285 11.2502 14.861 11.2502H9.09628C8.62819 11.2502 8.10473 11.3145 7.63717 11.5573C7.34684 11.708 7.09618 11.9185 6.90054 12.1908C6.7341 12.4225 6.65088 12.5384 6.5643 12.5701C6.47773 12.6019 6.36733 12.5743 6.14654 12.5191L1.73674 11.4166ZM1.35758 13.6712C1.30057 13.3059 1.27207 13.1233 1.39095 13.0147C1.50984 12.9061 1.69633 12.9527 2.06931 13.0459L5.7975 13.978C6.04092 14.0388 6.16264 14.0693 6.22679 14.1582C6.29095 14.2472 6.28099 14.3775 6.26109 14.6383C6.22836 15.0668 6.22038 15.5077 6.23716 15.9423C6.25054 16.2888 6.25722 16.4621 6.15911 16.5555C6.061 16.649 5.89512 16.6344 5.56334 16.6054L2.47941 16.3352C2.30486 16.3199 2.21759 16.3122 2.14939 16.2615C2.08119 16.2108 2.04997 16.1324 1.98753 15.9756C1.696 15.2436 1.48258 14.472 1.35758 13.6712ZM4.2188 17.999C3.67559 17.9502 3.40398 17.9258 3.31101 18.1034C3.21804 18.2809 3.3859 18.482 3.72163 18.8843C5.69357 21.2468 8.66047 22.75 11.9785 22.75C15.2964 22.75 18.2633 21.2468 20.2353 18.8843C20.571 18.4821 20.7388 18.281 20.6459 18.1034C20.5529 17.9259 20.2813 17.9502 19.7381 17.999L17.7487 18.1775C17.5725 18.1934 17.4844 18.2013 17.4212 18.2431C17.358 18.2848 17.3069 18.3802 17.2047 18.5711C16.9951 18.9622 16.689 19.2515 16.3186 19.4436C15.8514 19.686 15.3285 19.7502 14.861 19.7502H9.09628C8.62894 19.7502 8.10616 19.686 7.639 19.4438C7.26854 19.2517 6.96241 18.9624 6.75278 18.5711C6.65054 18.3803 6.59941 18.2849 6.53622 18.2431C6.47303 18.2013 6.38493 18.1934 6.20872 18.1776L4.2188 17.999ZM21.9694 15.9757C21.9069 16.1324 21.8757 16.2108 21.8075 16.2615C21.7393 16.3123 21.652 16.3199 21.4775 16.3352L18.394 16.6054C18.0622 16.6344 17.8963 16.649 17.7982 16.5555C17.7001 16.4621 17.7068 16.2888 17.7201 15.9423C17.7369 15.5078 17.7289 15.0669 17.6961 14.6384C17.6761 14.3776 17.6662 14.2472 17.7303 14.1583C17.7945 14.0693 17.9162 14.0389 18.1597 13.978L21.8876 13.046C22.2606 12.9528 22.4471 12.9062 22.5659 13.0148C22.6848 13.1234 22.6563 13.306 22.5993 13.6713C22.4743 14.4721 22.2609 15.2437 21.9694 15.9757ZM6.94812 8.46967C7.40892 8.00887 8.0339 7.75 8.68556 7.75H9.97845C10.3927 7.75 10.7285 8.08579 10.7285 8.5C10.7285 8.91421 10.3927 9.25 9.97845 9.25H8.68556C8.43172 9.25 8.18828 9.35084 8.00879 9.53033C7.71589 9.82322 7.24102 9.82322 6.94812 9.53033C6.65523 9.23744 6.65523 8.76256 6.94812 8.46967ZM13.2285 8.5C13.2285 8.08579 13.5642 7.75 13.9785 7.75H15.2713C15.923 7.75 16.548 8.00887 17.0088 8.46967C17.3017 8.76256 17.3017 9.23744 17.0088 9.53033C16.7159 9.82322 16.241 9.82322 15.9481 9.53033C15.7686 9.35084 15.5252 9.25 15.2713 9.25H13.9785C13.5642 9.25 13.2285 8.91421 13.2285 8.5ZM8.00784 13.301C8.07844 13.0689 8.1912 12.9598 8.32841 12.8885C8.49428 12.8024 8.74461 12.7502 9.09628 12.7502H14.861C15.2121 12.7502 15.4622 12.8023 15.6281 12.8883C15.7653 12.9595 15.8779 13.0684 15.9485 13.2997C16.322 14.524 16.322 16.4764 15.9485 17.7006C15.8779 17.9319 15.7653 18.0409 15.6281 18.1121C15.4622 18.1981 15.2121 18.2502 14.861 18.2502H9.09628C8.74533 18.2502 8.49526 18.1981 8.32943 18.1121C8.1922 18.041 8.07964 17.9321 8.00908 17.701C7.63551 16.4774 7.63521 14.5259 8.00784 13.301Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-meh{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9 15.25C8.58579 15.25 8.25 15.5858 8.25 16C8.25 16.4142 8.58579 16.75 9 16.75H15C15.4142 16.75 15.75 16.4142 15.75 16C15.75 15.5858 15.4142 15.25 15 15.25L9 15.25ZM6.25 9C6.25 8.58579 6.58579 8.25 7 8.25L9 8.25C9.41421 8.25 9.75 8.58579 9.75 9C9.75 9.41421 9.41421 9.75 9 9.75L7 9.75C6.58579 9.75 6.25 9.41421 6.25 9ZM15 8.25C14.5858 8.25 14.25 8.58579 14.25 9C14.25 9.41421 14.5858 9.75 15 9.75H17C17.4142 9.75 17.75 9.41421 17.75 9C17.75 8.58579 17.4142 8.25 17 8.25H15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9 15.25C8.58579 15.25 8.25 15.5858 8.25 16C8.25 16.4142 8.58579 16.75 9 16.75H15C15.4142 16.75 15.75 16.4142 15.75 16C15.75 15.5858 15.4142 15.25 15 15.25L9 15.25ZM6.25 9C6.25 8.58579 6.58579 8.25 7 8.25L9 8.25C9.41421 8.25 9.75 8.58579 9.75 9C9.75 9.41421 9.41421 9.75 9 9.75L7 9.75C6.58579 9.75 6.25 9.41421 6.25 9ZM15 8.25C14.5858 8.25 14.25 8.58579 14.25 9C14.25 9.41421 14.5858 9.75 15 9.75H17C17.4142 9.75 17.75 9.41421 17.75 9C17.75 8.58579 17.4142 8.25 17 8.25H15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-monocle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.8748 5.75C13.5275 5.75 11.6248 7.65279 11.6248 10C11.6248 12.3472 13.5275 14.25 15.8748 14.25C17.2095 14.25 18.399 13.6351 19.1776 12.6744L19.1776 12.6744C19.2071 12.638 19.2219 12.6198 19.2473 12.5995C19.3293 12.5341 19.5097 12.5252 19.5977 12.5823C19.625 12.6 19.6311 12.6062 19.6433 12.6185L19.6451 12.6204C19.6451 12.6204 19.6323 12.6075 19.6363 12.612C19.6538 12.6315 19.6716 12.658 19.683 12.6816C19.6862 12.6882 19.689 12.6949 19.6947 12.7083C19.7299 12.7911 19.7796 12.8974 19.8391 13.0076C19.9905 13.2879 20.0661 13.4281 20.0675 13.501C20.0688 13.5738 19.9978 13.7178 19.8558 14.0058L19.8557 14.0058L19.8557 14.0059C19.7088 14.3037 19.6258 14.6388 19.6248 14.9933C19.6236 15.3794 19.7198 15.7432 19.8903 16.0612C20.0201 16.3035 20.085 16.4247 20.085 16.5C20.085 16.5753 20.0201 16.6965 19.8903 16.9388C19.7208 17.2549 19.6248 17.6162 19.6248 18C19.6248 18.256 19.6675 18.5021 19.7463 18.7314C19.8247 18.9596 19.8639 19.0738 19.8458 19.1561C19.8276 19.2384 19.7625 19.3063 19.6323 19.442L19.6322 19.4421C17.6758 21.4808 14.9235 22.75 11.8748 22.75C5.9377 22.75 1.12476 17.9371 1.12476 12C1.12476 6.06294 5.9377 1.25 11.8748 1.25C16.1302 1.25 19.8082 3.72264 21.5502 7.30957C21.8176 7.86006 21.9513 8.1353 21.8518 8.27936C21.8376 8.29987 21.8238 8.31558 21.8052 8.33222C21.6749 8.44911 21.3415 8.33664 20.6748 8.1117C20.4005 8.00377 20.0997 7.92826 19.8139 7.87586C19.6723 7.84988 19.6015 7.8369 19.5514 7.80452C19.5013 7.77214 19.4588 7.71063 19.3738 7.5876L19.3738 7.58759C18.6077 6.47817 17.3272 5.75 15.8748 5.75ZM7.42439 14.4003C7.75559 14.1515 8.22574 14.2184 8.47449 14.5496C9.25107 15.5835 10.485 16.25 11.8748 16.25C12.4806 16.25 13.0549 16.1237 13.5745 15.8966C13.954 15.7307 14.3962 15.904 14.562 16.2835C14.7279 16.6631 14.5547 17.1052 14.1751 17.2711C13.4698 17.5794 12.6912 17.75 11.8748 17.75C9.99325 17.75 8.32278 16.8453 7.2751 15.4504C7.02635 15.1192 7.09319 14.649 7.42439 14.4003ZM7.87029 7.75C7.1824 7.75 6.62476 8.30964 6.62476 9C6.62476 9.69036 7.1824 10.25 7.87029 10.25H7.87923C8.56711 10.25 9.12476 9.69036 9.12476 9C9.12476 8.30964 8.56711 7.75 7.87923 7.75H7.87029Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.8748 14.997C20.8764 14.4447 21.3255 13.9984 21.8777 14C22.43 14.0017 22.8764 14.4507 22.8748 15.003C22.8731 15.5553 22.424 16.0016 21.8718 16C21.3195 15.9983 20.8731 15.5493 20.8748 14.997Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.8748 18C20.8748 17.4477 21.3225 17 21.8748 17C22.427 17 22.8748 17.4477 22.8748 18C22.8748 18.5523 22.427 19 21.8748 19C21.3225 19 20.8748 18.5523 20.8748 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.8748 21C20.8748 20.4477 21.3225 20 21.8748 20C22.427 20 22.8748 20.4477 22.8748 21C22.8748 21.5523 22.427 22 21.8748 22C21.3225 22 20.8748 21.5523 20.8748 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.7088 10.9864C18.3009 12.1587 17.1861 13 15.8748 13C14.2179 13 12.8748 11.6569 12.8748 10C12.8748 8.34315 14.2179 7 15.8748 7C17.1861 7 18.3009 7.84132 18.7088 9.01362C19.0127 9.0189 19.7451 9.08071 20.2439 9.28568C21.0221 9.54226 21.7211 9.99226 22.2115 10.6127C22.4078 10.8611 22.5851 11.2 22.7608 11.536C23.017 12.0253 22.8281 12.6296 22.3389 12.8859C21.8496 13.1421 21.2453 12.9532 20.9891 12.464C20.765 12.0362 20.7082 11.9361 20.6424 11.8529C20.4319 11.5865 20.0847 11.3391 19.6176 11.1851C19.4528 11.1307 19.2611 11.0918 18.7088 10.9864Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.8748 5.75C13.5275 5.75 11.6248 7.65279 11.6248 10C11.6248 12.3472 13.5275 14.25 15.8748 14.25C17.2095 14.25 18.399 13.6351 19.1776 12.6744L19.1776 12.6744C19.2071 12.638 19.2219 12.6198 19.2473 12.5995C19.3293 12.5341 19.5097 12.5252 19.5977 12.5823C19.625 12.6 19.6311 12.6062 19.6433 12.6185L19.6451 12.6204C19.6451 12.6204 19.6323 12.6075 19.6363 12.612C19.6538 12.6315 19.6716 12.658 19.683 12.6816C19.6862 12.6882 19.689 12.6949 19.6947 12.7083C19.7299 12.7911 19.7796 12.8974 19.8391 13.0076C19.9905 13.2879 20.0661 13.4281 20.0675 13.501C20.0688 13.5738 19.9978 13.7178 19.8558 14.0058L19.8557 14.0058L19.8557 14.0059C19.7088 14.3037 19.6258 14.6388 19.6248 14.9933C19.6236 15.3794 19.7198 15.7432 19.8903 16.0612C20.0201 16.3035 20.085 16.4247 20.085 16.5C20.085 16.5753 20.0201 16.6965 19.8903 16.9388C19.7208 17.2549 19.6248 17.6162 19.6248 18C19.6248 18.256 19.6675 18.5021 19.7463 18.7314C19.8247 18.9596 19.8639 19.0738 19.8458 19.1561C19.8276 19.2384 19.7625 19.3063 19.6323 19.442L19.6322 19.4421C17.6758 21.4808 14.9235 22.75 11.8748 22.75C5.9377 22.75 1.12476 17.9371 1.12476 12C1.12476 6.06294 5.9377 1.25 11.8748 1.25C16.1302 1.25 19.8082 3.72264 21.5502 7.30957C21.8176 7.86006 21.9513 8.1353 21.8518 8.27936C21.8376 8.29987 21.8238 8.31558 21.8052 8.33222C21.6749 8.44911 21.3415 8.33664 20.6748 8.1117C20.4005 8.00377 20.0997 7.92826 19.8139 7.87586C19.6723 7.84988 19.6015 7.8369 19.5514 7.80452C19.5013 7.77214 19.4588 7.71063 19.3738 7.5876L19.3738 7.58759C18.6077 6.47817 17.3272 5.75 15.8748 5.75ZM7.42439 14.4003C7.75559 14.1515 8.22574 14.2184 8.47449 14.5496C9.25107 15.5835 10.485 16.25 11.8748 16.25C12.4806 16.25 13.0549 16.1237 13.5745 15.8966C13.954 15.7307 14.3962 15.904 14.562 16.2835C14.7279 16.6631 14.5547 17.1052 14.1751 17.2711C13.4698 17.5794 12.6912 17.75 11.8748 17.75C9.99325 17.75 8.32278 16.8453 7.2751 15.4504C7.02635 15.1192 7.09319 14.649 7.42439 14.4003ZM7.87029 7.75C7.1824 7.75 6.62476 8.30964 6.62476 9C6.62476 9.69036 7.1824 10.25 7.87029 10.25H7.87923C8.56711 10.25 9.12476 9.69036 9.12476 9C9.12476 8.30964 8.56711 7.75 7.87923 7.75H7.87029Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.8748 14.997C20.8764 14.4447 21.3255 13.9984 21.8777 14C22.43 14.0017 22.8764 14.4507 22.8748 15.003C22.8731 15.5553 22.424 16.0016 21.8718 16C21.3195 15.9983 20.8731 15.5493 20.8748 14.997Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.8748 18C20.8748 17.4477 21.3225 17 21.8748 17C22.427 17 22.8748 17.4477 22.8748 18C22.8748 18.5523 22.427 19 21.8748 19C21.3225 19 20.8748 18.5523 20.8748 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.8748 21C20.8748 20.4477 21.3225 20 21.8748 20C22.427 20 22.8748 20.4477 22.8748 21C22.8748 21.5523 22.427 22 21.8748 22C21.3225 22 20.8748 21.5523 20.8748 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.7088 10.9864C18.3009 12.1587 17.1861 13 15.8748 13C14.2179 13 12.8748 11.6569 12.8748 10C12.8748 8.34315 14.2179 7 15.8748 7C17.1861 7 18.3009 7.84132 18.7088 9.01362C19.0127 9.0189 19.7451 9.08071 20.2439 9.28568C21.0221 9.54226 21.7211 9.99226 22.2115 10.6127C22.4078 10.8611 22.5851 11.2 22.7608 11.536C23.017 12.0253 22.8281 12.6296 22.3389 12.8859C21.8496 13.1421 21.2453 12.9532 20.9891 12.464C20.765 12.0362 20.7082 11.9361 20.6424 11.8529C20.4319 11.5865 20.0847 11.3391 19.6176 11.1851C19.4528 11.1307 19.2611 11.0918 18.7088 10.9864Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-mute{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM15.991 7.75C15.3007 7.75 14.741 8.30964 14.741 9C14.741 9.69036 15.3007 10.25 15.991 10.25H16C16.6904 10.25 17.25 9.69036 17.25 9C17.25 8.30964 16.6904 7.75 16 7.75H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM15.991 7.75C15.3007 7.75 14.741 8.30964 14.741 9C14.741 9.69036 15.3007 10.25 15.991 10.25H16C16.6904 10.25 17.25 9.69036 17.25 9C17.25 8.30964 16.6904 7.75 16 7.75H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-nerd{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.31873 7.25C2.88087 7.25 2.66193 7.25 2.57598 7.09678C2.49002 6.94357 2.5997 6.76398 2.81906 6.40481C4.70708 3.31344 8.11257 1.25 12 1.25C15.8874 1.25 19.2929 3.31344 21.1809 6.40481C21.4003 6.76398 21.51 6.94357 21.424 7.09678C21.3381 7.25 21.1191 7.25 20.6813 7.25H18.4041C18.2719 7.25 18.2059 7.25 18.1512 7.22757C18.0965 7.20514 18.0412 7.15063 17.9306 7.04163C17.4341 6.55211 16.7523 6.25 16 6.25C15.178 6.25 14.4402 6.61065 13.9363 7.18235C13.7279 7.41876 13.6237 7.53697 13.5342 7.55988C13.4446 7.58279 13.3 7.53043 13.0108 7.4257C12.7076 7.3159 12.3726 7.25 12 7.25C11.6274 7.25 11.2924 7.3159 10.9892 7.4257C10.7 7.53043 10.5554 7.58279 10.4658 7.55988C10.3763 7.53697 10.2721 7.41876 10.0637 7.18235C9.55976 6.61065 8.822 6.25 8 6.25C7.24767 6.25 6.5659 6.55211 6.06938 7.04163C5.95882 7.15063 5.90354 7.20514 5.84884 7.22757C5.79414 7.25 5.72807 7.25 5.59594 7.25H3.31873ZM2.18934 8.75C1.9754 8.75 1.86843 8.75 1.78777 8.81165C1.70711 8.8733 1.68008 8.97267 1.62602 9.17141C1.38085 10.0727 1.25 11.0211 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 11.0211 22.6191 10.0727 22.374 9.17141C22.3199 8.97267 22.2929 8.8733 22.2122 8.81165C22.1316 8.75 22.0246 8.75 21.8107 8.75H18.9891C18.8547 8.75 18.75 8.86554 18.75 9C18.75 10.5188 17.5188 11.75 16 11.75C14.673 11.75 13.5655 10.8101 13.307 9.55968C13.2815 9.43648 13.2688 9.37487 13.2418 9.33055C13.2149 9.28622 13.1773 9.25574 13.1023 9.19478C12.7388 8.89963 12.4009 8.75 12 8.75C11.5991 8.75 11.2612 8.89963 10.8977 9.19478C10.8227 9.25574 10.7851 9.28622 10.7582 9.33055C10.7312 9.37487 10.7185 9.43648 10.693 9.55968C10.4345 10.8101 9.327 11.75 8 11.75C6.48122 11.75 5.25 10.5188 5.25 9C5.25 8.86554 5.14534 8.75 5.01088 8.75H2.18934ZM7.54964 14.4003C7.88084 14.1515 8.35099 14.2184 8.59974 14.5496C9.37631 15.5835 10.6103 16.25 12 16.25C13.3898 16.25 14.6238 15.5835 15.4003 14.5496C15.6491 14.2184 16.1192 14.1515 16.4505 14.4003C16.7817 14.649 16.8485 15.1192 16.5997 15.4504C15.5521 16.8453 13.8816 17.75 12 17.75C10.1185 17.75 8.44802 16.8453 7.40035 15.4504C7.1516 15.1192 7.21843 14.649 7.54964 14.4003ZM6.75 9C6.75 8.30964 7.30964 7.75 8 7.75C8.69036 7.75 9.25 8.30964 9.25 9C9.25 9.69036 8.69036 10.25 8 10.25C7.30964 10.25 6.75 9.69036 6.75 9ZM14.75 9C14.75 8.30964 15.3096 7.75 16 7.75C16.6904 7.75 17.25 8.30964 17.25 9C17.25 9.69036 16.6904 10.25 16 10.25C15.3096 10.25 14.75 9.69036 14.75 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.31873 7.25C2.88087 7.25 2.66193 7.25 2.57598 7.09678C2.49002 6.94357 2.5997 6.76398 2.81906 6.40481C4.70708 3.31344 8.11257 1.25 12 1.25C15.8874 1.25 19.2929 3.31344 21.1809 6.40481C21.4003 6.76398 21.51 6.94357 21.424 7.09678C21.3381 7.25 21.1191 7.25 20.6813 7.25H18.4041C18.2719 7.25 18.2059 7.25 18.1512 7.22757C18.0965 7.20514 18.0412 7.15063 17.9306 7.04163C17.4341 6.55211 16.7523 6.25 16 6.25C15.178 6.25 14.4402 6.61065 13.9363 7.18235C13.7279 7.41876 13.6237 7.53697 13.5342 7.55988C13.4446 7.58279 13.3 7.53043 13.0108 7.4257C12.7076 7.3159 12.3726 7.25 12 7.25C11.6274 7.25 11.2924 7.3159 10.9892 7.4257C10.7 7.53043 10.5554 7.58279 10.4658 7.55988C10.3763 7.53697 10.2721 7.41876 10.0637 7.18235C9.55976 6.61065 8.822 6.25 8 6.25C7.24767 6.25 6.5659 6.55211 6.06938 7.04163C5.95882 7.15063 5.90354 7.20514 5.84884 7.22757C5.79414 7.25 5.72807 7.25 5.59594 7.25H3.31873ZM2.18934 8.75C1.9754 8.75 1.86843 8.75 1.78777 8.81165C1.70711 8.8733 1.68008 8.97267 1.62602 9.17141C1.38085 10.0727 1.25 11.0211 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 11.0211 22.6191 10.0727 22.374 9.17141C22.3199 8.97267 22.2929 8.8733 22.2122 8.81165C22.1316 8.75 22.0246 8.75 21.8107 8.75H18.9891C18.8547 8.75 18.75 8.86554 18.75 9C18.75 10.5188 17.5188 11.75 16 11.75C14.673 11.75 13.5655 10.8101 13.307 9.55968C13.2815 9.43648 13.2688 9.37487 13.2418 9.33055C13.2149 9.28622 13.1773 9.25574 13.1023 9.19478C12.7388 8.89963 12.4009 8.75 12 8.75C11.5991 8.75 11.2612 8.89963 10.8977 9.19478C10.8227 9.25574 10.7851 9.28622 10.7582 9.33055C10.7312 9.37487 10.7185 9.43648 10.693 9.55968C10.4345 10.8101 9.327 11.75 8 11.75C6.48122 11.75 5.25 10.5188 5.25 9C5.25 8.86554 5.14534 8.75 5.01088 8.75H2.18934ZM7.54964 14.4003C7.88084 14.1515 8.35099 14.2184 8.59974 14.5496C9.37631 15.5835 10.6103 16.25 12 16.25C13.3898 16.25 14.6238 15.5835 15.4003 14.5496C15.6491 14.2184 16.1192 14.1515 16.4505 14.4003C16.7817 14.649 16.8485 15.1192 16.5997 15.4504C15.5521 16.8453 13.8816 17.75 12 17.75C10.1185 17.75 8.44802 16.8453 7.40035 15.4504C7.1516 15.1192 7.21843 14.649 7.54964 14.4003ZM6.75 9C6.75 8.30964 7.30964 7.75 8 7.75C8.69036 7.75 9.25 8.30964 9.25 9C9.25 9.69036 8.69036 10.25 8 10.25C7.30964 10.25 6.75 9.69036 6.75 9ZM14.75 9C14.75 8.30964 15.3096 7.75 16 7.75C16.6904 7.75 17.25 8.30964 17.25 9C17.25 9.69036 16.6904 10.25 16 10.25C15.3096 10.25 14.75 9.69036 14.75 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-neutral{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM6.75 9C6.75 8.30964 7.30964 7.75 8 7.75H8.00897C8.69933 7.75 9.25897 8.30964 9.25897 9C9.25897 9.69036 8.69933 10.25 8.00897 10.25H8C7.30964 10.25 6.75 9.69036 6.75 9ZM14.741 9C14.741 8.30964 15.3007 7.75 15.991 7.75H16C16.6904 7.75 17.25 8.30964 17.25 9C17.25 9.69036 16.6904 10.25 16 10.25H15.991C15.3007 10.25 14.741 9.69036 14.741 9ZM9 15.25C8.58579 15.25 8.25 15.5858 8.25 16C8.25 16.4142 8.58579 16.75 9 16.75H15C15.4142 16.75 15.75 16.4142 15.75 16C15.75 15.5858 15.4142 15.25 15 15.25L9 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM6.75 9C6.75 8.30964 7.30964 7.75 8 7.75H8.00897C8.69933 7.75 9.25897 8.30964 9.25897 9C9.25897 9.69036 8.69933 10.25 8.00897 10.25H8C7.30964 10.25 6.75 9.69036 6.75 9ZM14.741 9C14.741 8.30964 15.3007 7.75 15.991 7.75H16C16.6904 7.75 17.25 8.30964 17.25 9C17.25 9.69036 16.6904 10.25 16 10.25H15.991C15.3007 10.25 14.741 9.69036 14.741 9ZM9 15.25C8.58579 15.25 8.25 15.5858 8.25 16C8.25 16.4142 8.58579 16.75 9 16.75H15C15.4142 16.75 15.75 16.4142 15.75 16C15.75 15.5858 15.4142 15.25 15 15.25L9 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-pensive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.25 16C8.25 15.5858 8.58579 15.25 9 15.25L15 15.25C15.4142 15.25 15.75 15.5858 15.75 16C15.75 16.4142 15.4142 16.75 15 16.75H9C8.58579 16.75 8.25 16.4142 8.25 16ZM7.70596 8.74622C7.80952 9.0342 8.09461 9.25 8.43942 9.25C8.78423 9.25 9.06932 9.0342 9.17288 8.74622C9.31304 8.35644 9.74264 8.15408 10.1324 8.29424C10.5222 8.4344 10.7246 8.864 10.5844 9.25378C10.269 10.131 9.42351 10.75 8.43942 10.75C7.45533 10.75 6.60988 10.131 6.29445 9.25378C6.15429 8.864 6.35664 8.4344 6.74642 8.29424C7.1362 8.15408 7.5658 8.35644 7.70596 8.74622ZM14.8275 8.74622C14.9311 9.0342 15.2162 9.25 15.561 9.25C15.9058 9.25 16.1909 9.0342 16.2944 8.74622C16.4346 8.35644 16.8642 8.15408 17.254 8.29424C17.6438 8.4344 17.8461 8.864 17.706 9.25378C17.3905 10.131 16.5451 10.75 15.561 10.75C14.5769 10.75 13.7314 10.131 13.416 9.25378C13.2759 8.864 13.4782 8.4344 13.868 8.29424C14.2578 8.15408 14.6874 8.35644 14.8275 8.74622Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.25 16C8.25 15.5858 8.58579 15.25 9 15.25L15 15.25C15.4142 15.25 15.75 15.5858 15.75 16C15.75 16.4142 15.4142 16.75 15 16.75H9C8.58579 16.75 8.25 16.4142 8.25 16ZM7.70596 8.74622C7.80952 9.0342 8.09461 9.25 8.43942 9.25C8.78423 9.25 9.06932 9.0342 9.17288 8.74622C9.31304 8.35644 9.74264 8.15408 10.1324 8.29424C10.5222 8.4344 10.7246 8.864 10.5844 9.25378C10.269 10.131 9.42351 10.75 8.43942 10.75C7.45533 10.75 6.60988 10.131 6.29445 9.25378C6.15429 8.864 6.35664 8.4344 6.74642 8.29424C7.1362 8.15408 7.5658 8.35644 7.70596 8.74622ZM14.8275 8.74622C14.9311 9.0342 15.2162 9.25 15.561 9.25C15.9058 9.25 16.1909 9.0342 16.2944 8.74622C16.4346 8.35644 16.8642 8.15408 17.254 8.29424C17.6438 8.4344 17.8461 8.864 17.706 9.25378C17.3905 10.131 16.5451 10.75 15.561 10.75C14.5769 10.75 13.7314 10.131 13.416 9.25378C13.2759 8.864 13.4782 8.4344 13.868 8.29424C14.2578 8.15408 14.6874 8.35644 14.8275 8.74622Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-relieved-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.43942 9.25C8.09461 9.25 7.80952 9.0342 7.70596 8.74622C7.5658 8.35644 7.1362 8.15408 6.74642 8.29424C6.35664 8.4344 6.15429 8.864 6.29445 9.25378C6.60988 10.131 7.45533 10.75 8.43942 10.75C9.42351 10.75 10.269 10.131 10.5844 9.25378C10.7246 8.864 10.5222 8.4344 10.1324 8.29424C9.74264 8.15408 9.31304 8.35644 9.17288 8.74622C9.06932 9.0342 8.78423 9.25 8.43942 9.25ZM15.561 9.25C15.2162 9.25 14.9311 9.0342 14.8275 8.74622C14.6874 8.35644 14.2578 8.15408 13.868 8.29424C13.4782 8.4344 13.2759 8.864 13.416 9.25378C13.7314 10.131 14.5769 10.75 15.561 10.75C16.5451 10.75 17.3905 10.131 17.706 9.25378C17.8461 8.864 17.6438 8.4344 17.254 8.29424C16.8642 8.15408 16.4346 8.35644 16.2944 8.74622C16.1909 9.0342 15.9058 9.25 15.561 9.25ZM8.59974 14.5496C8.35099 14.2184 7.88084 14.1515 7.54964 14.4003C7.21843 14.649 7.1516 15.1192 7.40035 15.4504C8.44802 16.8453 10.1185 17.75 12 17.75C13.8816 17.75 15.5521 16.8453 16.5997 15.4504C16.8485 15.1192 16.7817 14.649 16.4505 14.4003C16.1192 14.1515 15.6491 14.2184 15.4003 14.5496C14.6238 15.5835 13.3898 16.25 12 16.25C10.6103 16.25 9.37631 15.5835 8.59974 14.5496Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.43942 9.25C8.09461 9.25 7.80952 9.0342 7.70596 8.74622C7.5658 8.35644 7.1362 8.15408 6.74642 8.29424C6.35664 8.4344 6.15429 8.864 6.29445 9.25378C6.60988 10.131 7.45533 10.75 8.43942 10.75C9.42351 10.75 10.269 10.131 10.5844 9.25378C10.7246 8.864 10.5222 8.4344 10.1324 8.29424C9.74264 8.15408 9.31304 8.35644 9.17288 8.74622C9.06932 9.0342 8.78423 9.25 8.43942 9.25ZM15.561 9.25C15.2162 9.25 14.9311 9.0342 14.8275 8.74622C14.6874 8.35644 14.2578 8.15408 13.868 8.29424C13.4782 8.4344 13.2759 8.864 13.416 9.25378C13.7314 10.131 14.5769 10.75 15.561 10.75C16.5451 10.75 17.3905 10.131 17.706 9.25378C17.8461 8.864 17.6438 8.4344 17.254 8.29424C16.8642 8.15408 16.4346 8.35644 16.2944 8.74622C16.1909 9.0342 15.9058 9.25 15.561 9.25ZM8.59974 14.5496C8.35099 14.2184 7.88084 14.1515 7.54964 14.4003C7.21843 14.649 7.1516 15.1192 7.40035 15.4504C8.44802 16.8453 10.1185 17.75 12 17.75C13.8816 17.75 15.5521 16.8453 16.5997 15.4504C16.8485 15.1192 16.7817 14.649 16.4505 14.4003C16.1192 14.1515 15.6491 14.2184 15.4003 14.5496C14.6238 15.5835 13.3898 16.25 12 16.25C10.6103 16.25 9.37631 15.5835 8.59974 14.5496Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-relieved-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.43942 9.25C8.09461 9.25 7.80952 9.0342 7.70596 8.74622C7.5658 8.35644 7.1362 8.15408 6.74642 8.29424C6.35664 8.4344 6.15429 8.864 6.29445 9.25378C6.60988 10.131 7.45533 10.75 8.43942 10.75C9.42351 10.75 10.269 10.131 10.5844 9.25378C10.7246 8.864 10.5222 8.4344 10.1324 8.29424C9.74264 8.15408 9.31304 8.35644 9.17288 8.74622C9.06932 9.0342 8.78423 9.25 8.43942 9.25ZM15.561 9.25C15.2162 9.25 14.9311 9.0342 14.8275 8.74622C14.6874 8.35644 14.2578 8.15408 13.868 8.29424C13.4782 8.4344 13.2759 8.864 13.416 9.25378C13.7314 10.131 14.5769 10.75 15.561 10.75C16.5451 10.75 17.3905 10.131 17.706 9.25378C17.8461 8.864 17.6438 8.4344 17.254 8.29424C16.8642 8.15408 16.4346 8.35644 16.2944 8.74622C16.1909 9.0342 15.9058 9.25 15.561 9.25ZM8.17301 13.8309C8.07999 13.4588 7.70295 13.2326 7.33087 13.3256C6.95879 13.4186 6.73257 13.7956 6.82559 14.1677C7.40492 16.4851 9.68915 18.1937 11.9993 18.1937C12.3828 18.1937 12.6937 17.8828 12.6937 17.4993C12.6937 17.1158 12.3828 16.8049 11.9993 16.8049C10.3094 16.8049 8.59368 15.5135 8.17301 13.8309Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.43942 9.25C8.09461 9.25 7.80952 9.0342 7.70596 8.74622C7.5658 8.35644 7.1362 8.15408 6.74642 8.29424C6.35664 8.4344 6.15429 8.864 6.29445 9.25378C6.60988 10.131 7.45533 10.75 8.43942 10.75C9.42351 10.75 10.269 10.131 10.5844 9.25378C10.7246 8.864 10.5222 8.4344 10.1324 8.29424C9.74264 8.15408 9.31304 8.35644 9.17288 8.74622C9.06932 9.0342 8.78423 9.25 8.43942 9.25ZM15.561 9.25C15.2162 9.25 14.9311 9.0342 14.8275 8.74622C14.6874 8.35644 14.2578 8.15408 13.868 8.29424C13.4782 8.4344 13.2759 8.864 13.416 9.25378C13.7314 10.131 14.5769 10.75 15.561 10.75C16.5451 10.75 17.3905 10.131 17.706 9.25378C17.8461 8.864 17.6438 8.4344 17.254 8.29424C16.8642 8.15408 16.4346 8.35644 16.2944 8.74622C16.1909 9.0342 15.9058 9.25 15.561 9.25ZM8.17301 13.8309C8.07999 13.4588 7.70295 13.2326 7.33087 13.3256C6.95879 13.4186 6.73257 13.7956 6.82559 14.1677C7.40492 16.4851 9.68915 18.1937 11.9993 18.1937C12.3828 18.1937 12.6937 17.8828 12.6937 17.4993C12.6937 17.1158 12.3828 16.8049 11.9993 16.8049C10.3094 16.8049 8.59368 15.5135 8.17301 13.8309Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-sad-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM7.54964 17.5997C7.88084 17.8484 8.35099 17.7816 8.59974 17.4504C9.37631 16.4164 10.6103 15.75 12 15.75C13.3898 15.75 14.6238 16.4164 15.4003 17.4504C15.6491 17.7816 16.1192 17.8484 16.4505 17.5997C16.7817 17.3509 16.8485 16.8808 16.5997 16.5495C15.5521 15.1546 13.8816 14.25 12 14.25C10.1185 14.25 8.44802 15.1546 7.40035 16.5495C7.1516 16.8808 7.21843 17.3509 7.54964 17.5997ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM15.991 7.75C15.3007 7.75 14.741 8.30964 14.741 9C14.741 9.69036 15.3007 10.25 15.991 10.25H16C16.6904 10.25 17.25 9.69036 17.25 9C17.25 8.30964 16.6904 7.75 16 7.75H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM7.54964 17.5997C7.88084 17.8484 8.35099 17.7816 8.59974 17.4504C9.37631 16.4164 10.6103 15.75 12 15.75C13.3898 15.75 14.6238 16.4164 15.4003 17.4504C15.6491 17.7816 16.1192 17.8484 16.4505 17.5997C16.7817 17.3509 16.8485 16.8808 16.5997 16.5495C15.5521 15.1546 13.8816 14.25 12 14.25C10.1185 14.25 8.44802 15.1546 7.40035 16.5495C7.1516 16.8808 7.21843 17.3509 7.54964 17.5997ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM15.991 7.75C15.3007 7.75 14.741 8.30964 14.741 9C14.741 9.69036 15.3007 10.25 15.991 10.25H16C16.6904 10.25 17.25 9.69036 17.25 9C17.25 8.30964 16.6904 7.75 16 7.75H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-sad-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.38334 16.6208C2.53004 17.4596 2.54276 18.8018 3.39859 19.629C4.28617 20.4675 5.72867 20.4533 6.60166 19.6119C7.47259 18.7725 7.45959 17.4307 6.60166 16.6038L6.59657 16.5989L5.01635 15.0469L3.38334 16.6208Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 13.206 1.44859 14.3656 1.81487 15.448C1.88781 15.6635 2.17286 15.7064 2.33535 15.5471L2.33992 15.5426L4.50082 13.46C4.7933 13.1781 5.25702 13.1803 5.54682 13.4649L7.64528 15.5259C9.10563 16.9362 9.13171 19.2563 7.6426 20.6915L7.62436 20.7089C7.22965 21.0843 7.0323 21.2719 7.0603 21.4305C7.08829 21.5891 7.29595 21.6795 7.71128 21.8604C9.02509 22.4327 10.4755 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM6.75 8.44141C6.75 7.75105 7.30964 7.19141 8 7.19141H8.00897C8.69933 7.19141 9.25897 7.75105 9.25897 8.44141C9.25897 9.13176 8.69933 9.69141 8.00897 9.69141H8C7.30964 9.69141 6.75 9.13176 6.75 8.44141ZM14.741 8.44141C14.741 7.75105 15.3007 7.19141 15.991 7.19141H16C16.6904 7.19141 17.25 7.75105 17.25 8.44141C17.25 9.13176 16.6904 9.69141 16 9.69141H15.991C15.3007 9.69141 14.741 9.13176 14.741 8.44141ZM12.0001 14.25C10.954 14.25 9.97099 14.5301 9.12448 15.02C8.76596 15.2275 8.64352 15.6863 8.85098 16.0448C9.05845 16.4033 9.51726 16.5258 9.87577 16.3183C10.5001 15.957 11.2248 15.75 12.0001 15.75C12.9577 15.75 13.8394 16.0659 14.5496 16.5996C14.8807 16.8484 15.3509 16.7817 15.5997 16.4505C15.8485 16.1194 15.7818 15.6492 15.4507 15.4004C14.4896 14.6782 13.2938 14.25 12.0001 14.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.38334 16.6208C2.53004 17.4596 2.54276 18.8018 3.39859 19.629C4.28617 20.4675 5.72867 20.4533 6.60166 19.6119C7.47259 18.7725 7.45959 17.4307 6.60166 16.6038L6.59657 16.5989L5.01635 15.0469L3.38334 16.6208Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 13.206 1.44859 14.3656 1.81487 15.448C1.88781 15.6635 2.17286 15.7064 2.33535 15.5471L2.33992 15.5426L4.50082 13.46C4.7933 13.1781 5.25702 13.1803 5.54682 13.4649L7.64528 15.5259C9.10563 16.9362 9.13171 19.2563 7.6426 20.6915L7.62436 20.7089C7.22965 21.0843 7.0323 21.2719 7.0603 21.4305C7.08829 21.5891 7.29595 21.6795 7.71128 21.8604C9.02509 22.4327 10.4755 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM6.75 8.44141C6.75 7.75105 7.30964 7.19141 8 7.19141H8.00897C8.69933 7.19141 9.25897 7.75105 9.25897 8.44141C9.25897 9.13176 8.69933 9.69141 8.00897 9.69141H8C7.30964 9.69141 6.75 9.13176 6.75 8.44141ZM14.741 8.44141C14.741 7.75105 15.3007 7.19141 15.991 7.19141H16C16.6904 7.19141 17.25 7.75105 17.25 8.44141C17.25 9.13176 16.6904 9.69141 16 9.69141H15.991C15.3007 9.69141 14.741 9.13176 14.741 8.44141ZM12.0001 14.25C10.954 14.25 9.97099 14.5301 9.12448 15.02C8.76596 15.2275 8.64352 15.6863 8.85098 16.0448C9.05845 16.4033 9.51726 16.5258 9.87577 16.3183C10.5001 15.957 11.2248 15.75 12.0001 15.75C12.9577 15.75 13.8394 16.0659 14.5496 16.5996C14.8807 16.8484 15.3509 16.7817 15.5997 16.4505C15.8485 16.1194 15.7818 15.6492 15.4507 15.4004C14.4896 14.6782 13.2938 14.25 12.0001 14.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-sad-dizzy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM6.46967 7.46967C6.76256 7.17678 7.23744 7.17678 7.53033 7.46967L8.5 8.43934L9.46967 7.46967C9.76256 7.17678 10.2374 7.17678 10.5303 7.46967C10.8232 7.76256 10.8232 8.23744 10.5303 8.53033L9.56066 9.5L10.5303 10.4697C10.8232 10.7626 10.8232 11.2374 10.5303 11.5303C10.2374 11.8232 9.76256 11.8232 9.46967 11.5303L8.5 10.5607L7.53033 11.5303C7.23744 11.8232 6.76256 11.8232 6.46967 11.5303C6.17678 11.2374 6.17678 10.7626 6.46967 10.4697L7.43934 9.5L6.46967 8.53033C6.17678 8.23744 6.17678 7.76256 6.46967 7.46967ZM13.4697 7.46967C13.7626 7.17678 14.2374 7.17678 14.5303 7.46967L15.5 8.43934L16.4697 7.46967C16.7626 7.17678 17.2374 7.17678 17.5303 7.46967C17.8232 7.76256 17.8232 8.23744 17.5303 8.53033L16.5607 9.5L17.5303 10.4697C17.8232 10.7626 17.8232 11.2374 17.5303 11.5303C17.2374 11.8232 16.7626 11.8232 16.4697 11.5303L15.5 10.5607L14.5303 11.5303C14.2374 11.8232 13.7626 11.8232 13.4697 11.5303C13.1768 11.2374 13.1768 10.7626 13.4697 10.4697L14.4393 9.5L13.4697 8.53033C13.1768 8.23744 13.1768 7.76256 13.4697 7.46967ZM8.59974 17.4504C8.35099 17.7816 7.88084 17.8485 7.54964 17.5997C7.21843 17.351 7.1516 16.8808 7.40035 16.5496C8.44802 15.1547 10.1185 14.25 12 14.25C13.8816 14.25 15.5521 15.1547 16.5997 16.5496C16.8485 16.8808 16.7817 17.351 16.4505 17.5997C16.1192 17.8485 15.6491 17.7816 15.4003 17.4504C14.6238 16.4165 13.3898 15.75 12 15.75C10.6103 15.75 9.37631 16.4165 8.59974 17.4504Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM6.46967 7.46967C6.76256 7.17678 7.23744 7.17678 7.53033 7.46967L8.5 8.43934L9.46967 7.46967C9.76256 7.17678 10.2374 7.17678 10.5303 7.46967C10.8232 7.76256 10.8232 8.23744 10.5303 8.53033L9.56066 9.5L10.5303 10.4697C10.8232 10.7626 10.8232 11.2374 10.5303 11.5303C10.2374 11.8232 9.76256 11.8232 9.46967 11.5303L8.5 10.5607L7.53033 11.5303C7.23744 11.8232 6.76256 11.8232 6.46967 11.5303C6.17678 11.2374 6.17678 10.7626 6.46967 10.4697L7.43934 9.5L6.46967 8.53033C6.17678 8.23744 6.17678 7.76256 6.46967 7.46967ZM13.4697 7.46967C13.7626 7.17678 14.2374 7.17678 14.5303 7.46967L15.5 8.43934L16.4697 7.46967C16.7626 7.17678 17.2374 7.17678 17.5303 7.46967C17.8232 7.76256 17.8232 8.23744 17.5303 8.53033L16.5607 9.5L17.5303 10.4697C17.8232 10.7626 17.8232 11.2374 17.5303 11.5303C17.2374 11.8232 16.7626 11.8232 16.4697 11.5303L15.5 10.5607L14.5303 11.5303C14.2374 11.8232 13.7626 11.8232 13.4697 11.5303C13.1768 11.2374 13.1768 10.7626 13.4697 10.4697L14.4393 9.5L13.4697 8.53033C13.1768 8.23744 13.1768 7.76256 13.4697 7.46967ZM8.59974 17.4504C8.35099 17.7816 7.88084 17.8485 7.54964 17.5997C7.21843 17.351 7.1516 16.8808 7.40035 16.5496C8.44802 15.1547 10.1185 14.25 12 14.25C13.8816 14.25 15.5521 15.1547 16.5997 16.5496C16.8485 16.8808 16.7817 17.351 16.4505 17.5997C16.1192 17.8485 15.6491 17.7816 15.4003 17.4504C14.6238 16.4165 13.3898 15.75 12 15.75C10.6103 15.75 9.37631 16.4165 8.59974 17.4504Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-senseless{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM7.95111 7.41484C6.87597 6.89344 5.84486 7.64609 5.46375 8.43349C5.25312 8.86869 5.17385 9.40205 5.33764 9.94107C5.50303 10.4854 5.89208 10.9574 6.47705 11.3127C7.07341 11.6748 7.68514 11.8157 8.27569 11.7188C8.85902 11.623 9.33365 11.3098 9.69209 10.9241C10.3892 10.1741 10.7501 9.04816 10.7501 8.08967C10.7501 7.67546 10.4143 7.33967 10.0001 7.33967C9.58586 7.33967 9.25008 7.67546 9.25008 8.08967C9.25008 8.7365 8.99016 9.47602 8.59338 9.90292C8.4049 10.1057 8.21435 10.2088 8.03272 10.2386C7.85832 10.2672 7.60531 10.2429 7.25564 10.0306C6.92574 9.83022 6.812 9.63383 6.77285 9.50497C6.73208 9.37082 6.7465 9.22628 6.81393 9.08698C6.88446 8.94125 6.99839 8.83335 7.10396 8.78193C7.20049 8.73492 7.25794 8.74576 7.29658 8.7645C7.16111 9.14223 7.3478 9.56252 7.72335 9.71326C8.10776 9.86755 8.54446 9.68101 8.69875 9.29661C8.7965 9.08698 8.81233 8.79584 8.7965 8.60562C8.76139 8.18362 8.53467 7.69784 7.95111 7.41484ZM18.5362 10.5665C18.1551 11.3539 17.124 12.1066 16.0489 11.5852C15.4653 11.3022 15.2386 10.8164 15.2035 10.3944C15.1877 10.2042 15.2035 9.94692 15.3012 9.70339C15.4555 9.31899 15.8922 9.13245 16.2766 9.28674C16.6522 9.43748 16.8389 9.85777 16.7034 10.2355C16.7421 10.2542 16.7995 10.2651 16.896 10.2181C17.0016 10.1667 17.1155 10.0587 17.1861 9.91302C17.2535 9.77372 17.2679 9.62918 17.2272 9.49503C17.188 9.36617 17.0743 9.16978 16.7444 8.96944C16.3947 8.75709 16.1417 8.7328 15.9673 8.76143C15.7856 8.79124 15.5951 8.89429 15.4066 9.09708C15.0098 9.52398 14.7499 10.2635 14.7499 10.9103C14.7499 11.3245 14.4141 11.6603 13.9999 11.6603C13.5857 11.6603 13.2499 11.3245 13.2499 10.9103C13.2499 9.95184 13.6108 8.82588 14.3079 8.07589C14.6663 7.69024 15.141 7.37699 15.7243 7.28124C16.3149 7.1843 16.9266 7.32518 17.5229 7.68733C18.1079 8.04257 18.497 8.51462 18.6624 9.05893C18.8261 9.59795 18.7469 10.1313 18.5362 10.5665ZM8.79444 17.0021C9.24709 16.666 9.72908 16.666 10.1817 17.0021L10.451 17.2021C11.4347 17.9326 12.6433 17.9326 13.627 17.2021L13.8963 17.0021C14.3489 16.666 14.8309 16.666 15.2836 17.0021L15.5529 17.2021C15.8854 17.4491 16.3552 17.3797 16.6022 17.0472C16.8491 16.7146 16.7797 16.2448 16.4472 15.9979L16.1779 15.7979C15.1942 15.0674 13.9856 15.0674 13.002 15.7979L12.7327 15.9979C12.28 16.334 11.798 16.334 11.3454 15.9979L11.0761 15.7979C10.0924 15.0674 8.88378 15.0674 7.90012 15.7979L7.55289 16.0557C7.22035 16.3027 7.15097 16.7725 7.39793 17.105C7.64489 17.4376 8.11467 17.5069 8.44721 17.26L8.79444 17.0021Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM7.95111 7.41484C6.87597 6.89344 5.84486 7.64609 5.46375 8.43349C5.25312 8.86869 5.17385 9.40205 5.33764 9.94107C5.50303 10.4854 5.89208 10.9574 6.47705 11.3127C7.07341 11.6748 7.68514 11.8157 8.27569 11.7188C8.85902 11.623 9.33365 11.3098 9.69209 10.9241C10.3892 10.1741 10.7501 9.04816 10.7501 8.08967C10.7501 7.67546 10.4143 7.33967 10.0001 7.33967C9.58586 7.33967 9.25008 7.67546 9.25008 8.08967C9.25008 8.7365 8.99016 9.47602 8.59338 9.90292C8.4049 10.1057 8.21435 10.2088 8.03272 10.2386C7.85832 10.2672 7.60531 10.2429 7.25564 10.0306C6.92574 9.83022 6.812 9.63383 6.77285 9.50497C6.73208 9.37082 6.7465 9.22628 6.81393 9.08698C6.88446 8.94125 6.99839 8.83335 7.10396 8.78193C7.20049 8.73492 7.25794 8.74576 7.29658 8.7645C7.16111 9.14223 7.3478 9.56252 7.72335 9.71326C8.10776 9.86755 8.54446 9.68101 8.69875 9.29661C8.7965 9.08698 8.81233 8.79584 8.7965 8.60562C8.76139 8.18362 8.53467 7.69784 7.95111 7.41484ZM18.5362 10.5665C18.1551 11.3539 17.124 12.1066 16.0489 11.5852C15.4653 11.3022 15.2386 10.8164 15.2035 10.3944C15.1877 10.2042 15.2035 9.94692 15.3012 9.70339C15.4555 9.31899 15.8922 9.13245 16.2766 9.28674C16.6522 9.43748 16.8389 9.85777 16.7034 10.2355C16.7421 10.2542 16.7995 10.2651 16.896 10.2181C17.0016 10.1667 17.1155 10.0587 17.1861 9.91302C17.2535 9.77372 17.2679 9.62918 17.2272 9.49503C17.188 9.36617 17.0743 9.16978 16.7444 8.96944C16.3947 8.75709 16.1417 8.7328 15.9673 8.76143C15.7856 8.79124 15.5951 8.89429 15.4066 9.09708C15.0098 9.52398 14.7499 10.2635 14.7499 10.9103C14.7499 11.3245 14.4141 11.6603 13.9999 11.6603C13.5857 11.6603 13.2499 11.3245 13.2499 10.9103C13.2499 9.95184 13.6108 8.82588 14.3079 8.07589C14.6663 7.69024 15.141 7.37699 15.7243 7.28124C16.3149 7.1843 16.9266 7.32518 17.5229 7.68733C18.1079 8.04257 18.497 8.51462 18.6624 9.05893C18.8261 9.59795 18.7469 10.1313 18.5362 10.5665ZM8.79444 17.0021C9.24709 16.666 9.72908 16.666 10.1817 17.0021L10.451 17.2021C11.4347 17.9326 12.6433 17.9326 13.627 17.2021L13.8963 17.0021C14.3489 16.666 14.8309 16.666 15.2836 17.0021L15.5529 17.2021C15.8854 17.4491 16.3552 17.3797 16.6022 17.0472C16.8491 16.7146 16.7797 16.2448 16.4472 15.9979L16.1779 15.7979C15.1942 15.0674 13.9856 15.0674 13.002 15.7979L12.7327 15.9979C12.28 16.334 11.798 16.334 11.3454 15.9979L11.0761 15.7979C10.0924 15.0674 8.88378 15.0674 7.90012 15.7979L7.55289 16.0557C7.22035 16.3027 7.15097 16.7725 7.39793 17.105C7.64489 17.4376 8.11467 17.5069 8.44721 17.26L8.79444 17.0021Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-shoked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.54954 16.4002C9.5106 15.6782 10.7064 15.25 12 15.25C13.2937 15.25 14.4895 15.6782 15.4505 16.4002C15.7817 16.649 15.8485 17.1192 15.5997 17.4503C15.3509 17.7815 14.8807 17.8483 14.5495 17.5995C13.8393 17.0659 12.9577 16.75 12 16.75C11.0424 16.75 10.1607 17.0659 9.45054 17.5995C9.11938 17.8483 8.64922 17.7815 8.40042 17.4503C8.15161 17.1192 8.21838 16.649 8.54954 16.4002ZM7.75 9.5C7.75 9.08579 8.08579 8.75 8.5 8.75C8.91421 8.75 9.25 9.08579 9.25 9.5C9.25 9.91421 8.91421 10.25 8.5 10.25C8.08579 10.25 7.75 9.91421 7.75 9.5ZM8.5 7.25C7.25736 7.25 6.25 8.25736 6.25 9.5C6.25 10.7426 7.25736 11.75 8.5 11.75C9.74264 11.75 10.75 10.7426 10.75 9.5C10.75 8.25736 9.74264 7.25 8.5 7.25ZM14.75 9.5C14.75 9.08579 15.0858 8.75 15.5 8.75C15.9142 8.75 16.25 9.08579 16.25 9.5C16.25 9.91421 15.9142 10.25 15.5 10.25C15.0858 10.25 14.75 9.91421 14.75 9.5ZM15.5 7.25C14.2574 7.25 13.25 8.25736 13.25 9.5C13.25 10.7426 14.2574 11.75 15.5 11.75C16.7426 11.75 17.75 10.7426 17.75 9.5C17.75 8.25736 16.7426 7.25 15.5 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.54954 16.4002C9.5106 15.6782 10.7064 15.25 12 15.25C13.2937 15.25 14.4895 15.6782 15.4505 16.4002C15.7817 16.649 15.8485 17.1192 15.5997 17.4503C15.3509 17.7815 14.8807 17.8483 14.5495 17.5995C13.8393 17.0659 12.9577 16.75 12 16.75C11.0424 16.75 10.1607 17.0659 9.45054 17.5995C9.11938 17.8483 8.64922 17.7815 8.40042 17.4503C8.15161 17.1192 8.21838 16.649 8.54954 16.4002ZM7.75 9.5C7.75 9.08579 8.08579 8.75 8.5 8.75C8.91421 8.75 9.25 9.08579 9.25 9.5C9.25 9.91421 8.91421 10.25 8.5 10.25C8.08579 10.25 7.75 9.91421 7.75 9.5ZM8.5 7.25C7.25736 7.25 6.25 8.25736 6.25 9.5C6.25 10.7426 7.25736 11.75 8.5 11.75C9.74264 11.75 10.75 10.7426 10.75 9.5C10.75 8.25736 9.74264 7.25 8.5 7.25ZM14.75 9.5C14.75 9.08579 15.0858 8.75 15.5 8.75C15.9142 8.75 16.25 9.08579 16.25 9.5C16.25 9.91421 15.9142 10.25 15.5 10.25C15.0858 10.25 14.75 9.91421 14.75 9.5ZM15.5 7.25C14.2574 7.25 13.25 8.25736 13.25 9.5C13.25 10.7426 14.2574 11.75 15.5 11.75C16.7426 11.75 17.75 10.7426 17.75 9.5C17.75 8.25736 16.7426 7.25 15.5 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-sillence{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM6.75 9C6.75 8.30964 7.30964 7.75 8 7.75H8.00897C8.69933 7.75 9.25897 8.30964 9.25897 9C9.25897 9.69036 8.69933 10.25 8.00897 10.25H8C7.30964 10.25 6.75 9.69036 6.75 9ZM14.741 9C14.741 8.30964 15.3007 7.75 15.991 7.75H16C16.6904 7.75 17.25 8.30964 17.25 9C17.25 9.69036 16.6904 10.25 16 10.25H15.991C15.3007 10.25 14.741 9.69036 14.741 9ZM11.25 15C11.25 14.5858 10.9142 14.25 10.5 14.25C10.0858 14.25 9.75 14.5858 9.75 15V15.25H9C8.58579 15.25 8.25 15.5858 8.25 16C8.25 16.4142 8.58579 16.75 9 16.75H9.75V17C9.75 17.4142 10.0858 17.75 10.5 17.75C10.9142 17.75 11.25 17.4142 11.25 17V16.75H12.75V17C12.75 17.4142 13.0858 17.75 13.5 17.75C13.9142 17.75 14.25 17.4142 14.25 17V16.75H15C15.4142 16.75 15.75 16.4142 15.75 16C15.75 15.5858 15.4142 15.25 15 15.25H14.25V15C14.25 14.5858 13.9142 14.25 13.5 14.25C13.0858 14.25 12.75 14.5858 12.75 15V15.25L11.25 15.25V15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM6.75 9C6.75 8.30964 7.30964 7.75 8 7.75H8.00897C8.69933 7.75 9.25897 8.30964 9.25897 9C9.25897 9.69036 8.69933 10.25 8.00897 10.25H8C7.30964 10.25 6.75 9.69036 6.75 9ZM14.741 9C14.741 8.30964 15.3007 7.75 15.991 7.75H16C16.6904 7.75 17.25 8.30964 17.25 9C17.25 9.69036 16.6904 10.25 16 10.25H15.991C15.3007 10.25 14.741 9.69036 14.741 9ZM11.25 15C11.25 14.5858 10.9142 14.25 10.5 14.25C10.0858 14.25 9.75 14.5858 9.75 15V15.25H9C8.58579 15.25 8.25 15.5858 8.25 16C8.25 16.4142 8.58579 16.75 9 16.75H9.75V17C9.75 17.4142 10.0858 17.75 10.5 17.75C10.9142 17.75 11.25 17.4142 11.25 17V16.75H12.75V17C12.75 17.4142 13.0858 17.75 13.5 17.75C13.9142 17.75 14.25 17.4142 14.25 17V16.75H15C15.4142 16.75 15.75 16.4142 15.75 16C15.75 15.5858 15.4142 15.25 15 15.25H14.25V15C14.25 14.5858 13.9142 14.25 13.5 14.25C13.0858 14.25 12.75 14.5858 12.75 15V15.25L11.25 15.25V15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-sing-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM10 14.75C9.30964 14.75 8.75 15.3096 8.75 16C8.75 16.6904 9.30964 17.25 10 17.25C10.6904 17.25 11.25 16.6904 11.25 16C11.25 15.3096 10.6904 14.75 10 14.75ZM7.25 16C7.25 14.4812 8.48122 13.25 10 13.25C11.5188 13.25 12.75 14.4812 12.75 16C12.75 17.5188 11.5188 18.75 10 18.75C8.48122 18.75 7.25 17.5188 7.25 16ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM15.991 7.75C15.3007 7.75 14.741 8.30964 14.741 9C14.741 9.69036 15.3007 10.25 15.991 10.25H16C16.6904 10.25 17.25 9.69036 17.25 9C17.25 8.30964 16.6904 7.75 16 7.75H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM10 14.75C9.30964 14.75 8.75 15.3096 8.75 16C8.75 16.6904 9.30964 17.25 10 17.25C10.6904 17.25 11.25 16.6904 11.25 16C11.25 15.3096 10.6904 14.75 10 14.75ZM7.25 16C7.25 14.4812 8.48122 13.25 10 13.25C11.5188 13.25 12.75 14.4812 12.75 16C12.75 17.5188 11.5188 18.75 10 18.75C8.48122 18.75 7.25 17.5188 7.25 16ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM15.991 7.75C15.3007 7.75 14.741 8.30964 14.741 9C14.741 9.69036 15.3007 10.25 15.991 10.25H16C16.6904 10.25 17.25 9.69036 17.25 9C17.25 8.30964 16.6904 7.75 16 7.75H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-sing-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM14 14.75C13.3096 14.75 12.75 15.3096 12.75 16C12.75 16.6904 13.3096 17.25 14 17.25C14.6904 17.25 15.25 16.6904 15.25 16C15.25 15.3096 14.6904 14.75 14 14.75ZM11.25 16C11.25 14.4812 12.4812 13.25 14 13.25C15.5188 13.25 16.75 14.4812 16.75 16C16.75 17.5188 15.5188 18.75 14 18.75C12.4812 18.75 11.25 17.5188 11.25 16ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM15.991 7.75C15.3007 7.75 14.741 8.30964 14.741 9C14.741 9.69036 15.3007 10.25 15.991 10.25H16C16.6904 10.25 17.25 9.69036 17.25 9C17.25 8.30964 16.6904 7.75 16 7.75H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM14 14.75C13.3096 14.75 12.75 15.3096 12.75 16C12.75 16.6904 13.3096 17.25 14 17.25C14.6904 17.25 15.25 16.6904 15.25 16C15.25 15.3096 14.6904 14.75 14 14.75ZM11.25 16C11.25 14.4812 12.4812 13.25 14 13.25C15.5188 13.25 16.75 14.4812 16.75 16C16.75 17.5188 15.5188 18.75 14 18.75C12.4812 18.75 11.25 17.5188 11.25 16ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM15.991 7.75C15.3007 7.75 14.741 8.30964 14.741 9C14.741 9.69036 15.3007 10.25 15.991 10.25H16C16.6904 10.25 17.25 9.69036 17.25 9C17.25 8.30964 16.6904 7.75 16 7.75H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-sleeping{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.0815 3.12505H16.9994C16.4471 3.12505 15.9994 2.67733 15.9994 2.12505C15.9994 1.57276 16.4471 1.12505 16.9994 1.12505H19.9338L19.9856 1.12502C20.247 1.12486 20.547 1.12466 20.7888 1.1614C21.0356 1.19891 21.6151 1.33193 21.867 1.94506C22.1079 2.53125 21.8245 3.02685 21.6937 3.22714C21.5594 3.43276 21.3602 3.66019 21.1801 3.86574L21.1468 3.90386C21.1287 3.92447 21.1098 3.94434 21.0902 3.96341L18.8599 6.12505H20.9818C21.5341 6.12505 21.9818 6.57276 21.9818 7.12505C21.9818 7.67733 21.5341 8.12505 20.9818 8.12505H18.0075L17.9558 8.12507C17.6944 8.12524 17.3943 8.12543 17.1525 8.08869C16.9057 8.05118 16.3263 7.91816 16.0744 7.30503C15.8335 6.71884 16.1169 6.22324 16.2477 6.02295C16.382 5.81733 16.5812 5.5899 16.7612 5.38435L16.7946 5.34624C16.8127 5.32562 16.8315 5.30575 16.8512 5.28668L19.0815 3.12505Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.375C6.06294 1.375 1.25 6.18794 1.25 12.125C1.25 18.0621 6.06294 22.875 12 22.875C17.9371 22.875 22.75 18.0621 22.75 12.125C22.75 11.3353 22.6649 10.5655 22.5032 9.82428C22.4572 9.6132 22.4342 9.50767 22.3518 9.44131C22.2694 9.37494 22.1572 9.37494 21.9328 9.37495L17.9225 9.375C17.9148 9.375 17.3002 9.37542 16.9644 9.3244C16.6296 9.27353 15.4365 9.04229 14.9178 7.78002C14.4252 6.58137 15.0301 5.60058 15.2008 5.33922C15.2687 5.2353 15.4186 5.05481 15.5806 4.86855C15.8188 4.59459 15.938 4.45761 15.9328 4.33804C15.9276 4.21847 15.7636 4.06003 15.4357 3.74316L15.4357 3.74314C15.0123 3.33401 14.749 2.76022 14.749 2.12494C14.749 2.00163 14.749 1.93998 14.7455 1.9171C14.7257 1.78994 14.6801 1.73259 14.5607 1.68468C14.5392 1.67607 14.504 1.66792 14.4337 1.65164C13.6517 1.47066 12.837 1.375 12 1.375ZM6.96967 10.0947C7.26256 9.80178 7.73744 9.80178 8.03033 10.0947C8.20982 10.2742 8.45327 10.375 8.70711 10.375H10C10.4142 10.375 10.75 10.7108 10.75 11.125C10.75 11.5392 10.4142 11.875 10 11.875H8.70711C8.05544 11.875 7.43047 11.6161 6.96967 11.1553C6.67678 10.8624 6.67678 10.3876 6.96967 10.0947ZM17.0303 10.0947C17.3232 10.3876 17.3232 10.8624 17.0303 11.1553C16.5695 11.6161 15.9446 11.875 15.2929 11.875H14C13.5858 11.875 13.25 11.5392 13.25 11.125C13.25 10.7108 13.5858 10.375 14 10.375H15.2929C15.5467 10.375 15.7902 10.2742 15.9697 10.0947C16.2626 9.80178 16.7374 9.80178 17.0303 10.0947ZM10.75 16.125C10.75 15.4346 11.3096 14.875 12 14.875C12.6904 14.875 13.25 15.4346 13.25 16.125C13.25 16.8154 12.6904 17.375 12 17.375C11.3096 17.375 10.75 16.8154 10.75 16.125ZM12 13.375C10.4812 13.375 9.25 14.6062 9.25 16.125C9.25 17.6438 10.4812 18.875 12 18.875C13.5188 18.875 14.75 17.6438 14.75 16.125C14.75 14.6062 13.5188 13.375 12 13.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.0815 3.12505H16.9994C16.4471 3.12505 15.9994 2.67733 15.9994 2.12505C15.9994 1.57276 16.4471 1.12505 16.9994 1.12505H19.9338L19.9856 1.12502C20.247 1.12486 20.547 1.12466 20.7888 1.1614C21.0356 1.19891 21.6151 1.33193 21.867 1.94506C22.1079 2.53125 21.8245 3.02685 21.6937 3.22714C21.5594 3.43276 21.3602 3.66019 21.1801 3.86574L21.1468 3.90386C21.1287 3.92447 21.1098 3.94434 21.0902 3.96341L18.8599 6.12505H20.9818C21.5341 6.12505 21.9818 6.57276 21.9818 7.12505C21.9818 7.67733 21.5341 8.12505 20.9818 8.12505H18.0075L17.9558 8.12507C17.6944 8.12524 17.3943 8.12543 17.1525 8.08869C16.9057 8.05118 16.3263 7.91816 16.0744 7.30503C15.8335 6.71884 16.1169 6.22324 16.2477 6.02295C16.382 5.81733 16.5812 5.5899 16.7612 5.38435L16.7946 5.34624C16.8127 5.32562 16.8315 5.30575 16.8512 5.28668L19.0815 3.12505Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.375C6.06294 1.375 1.25 6.18794 1.25 12.125C1.25 18.0621 6.06294 22.875 12 22.875C17.9371 22.875 22.75 18.0621 22.75 12.125C22.75 11.3353 22.6649 10.5655 22.5032 9.82428C22.4572 9.6132 22.4342 9.50767 22.3518 9.44131C22.2694 9.37494 22.1572 9.37494 21.9328 9.37495L17.9225 9.375C17.9148 9.375 17.3002 9.37542 16.9644 9.3244C16.6296 9.27353 15.4365 9.04229 14.9178 7.78002C14.4252 6.58137 15.0301 5.60058 15.2008 5.33922C15.2687 5.2353 15.4186 5.05481 15.5806 4.86855C15.8188 4.59459 15.938 4.45761 15.9328 4.33804C15.9276 4.21847 15.7636 4.06003 15.4357 3.74316L15.4357 3.74314C15.0123 3.33401 14.749 2.76022 14.749 2.12494C14.749 2.00163 14.749 1.93998 14.7455 1.9171C14.7257 1.78994 14.6801 1.73259 14.5607 1.68468C14.5392 1.67607 14.504 1.66792 14.4337 1.65164C13.6517 1.47066 12.837 1.375 12 1.375ZM6.96967 10.0947C7.26256 9.80178 7.73744 9.80178 8.03033 10.0947C8.20982 10.2742 8.45327 10.375 8.70711 10.375H10C10.4142 10.375 10.75 10.7108 10.75 11.125C10.75 11.5392 10.4142 11.875 10 11.875H8.70711C8.05544 11.875 7.43047 11.6161 6.96967 11.1553C6.67678 10.8624 6.67678 10.3876 6.96967 10.0947ZM17.0303 10.0947C17.3232 10.3876 17.3232 10.8624 17.0303 11.1553C16.5695 11.6161 15.9446 11.875 15.2929 11.875H14C13.5858 11.875 13.25 11.5392 13.25 11.125C13.25 10.7108 13.5858 10.375 14 10.375H15.2929C15.5467 10.375 15.7902 10.2742 15.9697 10.0947C16.2626 9.80178 16.7374 9.80178 17.0303 10.0947ZM10.75 16.125C10.75 15.4346 11.3096 14.875 12 14.875C12.6904 14.875 13.25 15.4346 13.25 16.125C13.25 16.8154 12.6904 17.375 12 17.375C11.3096 17.375 10.75 16.8154 10.75 16.125ZM12 13.375C10.4812 13.375 9.25 14.6062 9.25 16.125C9.25 17.6438 10.4812 18.875 12 18.875C13.5188 18.875 14.75 17.6438 14.75 16.125C14.75 14.6062 13.5188 13.375 12 13.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-smart{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM17.3321 14.3274C17.7036 14.5107 17.8561 14.9605 17.6728 15.3319C16.4831 17.7424 13.8214 19.4036 10.7869 18.5034C10.3898 18.3856 10.1634 17.9682 10.2812 17.5711C10.399 17.174 10.8164 16.9475 11.2135 17.0653C13.4143 17.7182 15.3955 16.5568 16.3276 14.6681C16.511 14.2966 16.9607 14.1441 17.3321 14.3274ZM6.25309 9.07811C6.29032 9.49053 6.65475 9.79471 7.06715 9.75766C7.09803 9.75592 7.18301 9.75137 7.24383 9.75046C7.36647 9.74861 7.537 9.75174 7.72649 9.77119C7.92804 9.79188 8.12123 9.82816 8.29196 9.88098L8.2175 10.1172C7.93235 11.0217 8.69425 11.75 9.47644 11.75C9.89752 11.75 10.3008 11.5582 10.5422 11.2126C10.7984 10.8459 10.8349 10.3458 10.5554 9.92189C10.3496 9.60981 10.0532 9.23109 9.66236 8.92066C9.09859 8.47293 8.37374 8.32975 7.87965 8.27903C7.61848 8.25222 7.3875 8.24813 7.22129 8.25063C7.14262 8.25181 7.00001 8.25989 6.9424 8.26315L6.94236 8.26315L6.94226 8.26316L6.93261 8.26371C6.52007 8.30095 6.21584 8.66557 6.25309 9.07811ZM13.2531 9.07811C13.2903 9.49053 13.6548 9.79471 14.0671 9.75766C14.098 9.75592 14.183 9.75137 14.2438 9.75046C14.3665 9.74861 14.537 9.75174 14.7265 9.77119C14.928 9.79188 15.1212 9.82816 15.292 9.88098L15.2175 10.1172C14.9324 11.0217 15.6943 11.75 16.4764 11.75C16.8975 11.75 17.3008 11.5582 17.5422 11.2126C17.7984 10.8459 17.8349 10.3458 17.5554 9.92189C17.3496 9.60981 17.0532 9.23109 16.6624 8.92066C16.0986 8.47293 15.3737 8.32975 14.8797 8.27903C14.6185 8.25222 14.3875 8.24813 14.2213 8.25063C14.1426 8.25181 13.9998 8.2599 13.9423 8.26316L13.9326 8.26371C13.5201 8.30095 13.2158 8.66557 13.2531 9.07811Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM17.3321 14.3274C17.7036 14.5107 17.8561 14.9605 17.6728 15.3319C16.4831 17.7424 13.8214 19.4036 10.7869 18.5034C10.3898 18.3856 10.1634 17.9682 10.2812 17.5711C10.399 17.174 10.8164 16.9475 11.2135 17.0653C13.4143 17.7182 15.3955 16.5568 16.3276 14.6681C16.511 14.2966 16.9607 14.1441 17.3321 14.3274ZM6.25309 9.07811C6.29032 9.49053 6.65475 9.79471 7.06715 9.75766C7.09803 9.75592 7.18301 9.75137 7.24383 9.75046C7.36647 9.74861 7.537 9.75174 7.72649 9.77119C7.92804 9.79188 8.12123 9.82816 8.29196 9.88098L8.2175 10.1172C7.93235 11.0217 8.69425 11.75 9.47644 11.75C9.89752 11.75 10.3008 11.5582 10.5422 11.2126C10.7984 10.8459 10.8349 10.3458 10.5554 9.92189C10.3496 9.60981 10.0532 9.23109 9.66236 8.92066C9.09859 8.47293 8.37374 8.32975 7.87965 8.27903C7.61848 8.25222 7.3875 8.24813 7.22129 8.25063C7.14262 8.25181 7.00001 8.25989 6.9424 8.26315L6.94236 8.26315L6.94226 8.26316L6.93261 8.26371C6.52007 8.30095 6.21584 8.66557 6.25309 9.07811ZM13.2531 9.07811C13.2903 9.49053 13.6548 9.79471 14.0671 9.75766C14.098 9.75592 14.183 9.75137 14.2438 9.75046C14.3665 9.74861 14.537 9.75174 14.7265 9.77119C14.928 9.79188 15.1212 9.82816 15.292 9.88098L15.2175 10.1172C14.9324 11.0217 15.6943 11.75 16.4764 11.75C16.8975 11.75 17.3008 11.5582 17.5422 11.2126C17.7984 10.8459 17.8349 10.3458 17.5554 9.92189C17.3496 9.60981 17.0532 9.23109 16.6624 8.92066C16.0986 8.47293 15.3737 8.32975 14.8797 8.27903C14.6185 8.25222 14.3875 8.24813 14.2213 8.25063C14.1426 8.25181 13.9998 8.2599 13.9423 8.26316L13.9326 8.26371C13.5201 8.30095 13.2158 8.66557 13.2531 9.07811Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-smile-dizzy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM6.46967 7.46967C6.76256 7.17678 7.23744 7.17678 7.53033 7.46967L8.5 8.43934L9.46967 7.46967C9.76256 7.17678 10.2374 7.17678 10.5303 7.46967C10.8232 7.76256 10.8232 8.23744 10.5303 8.53033L9.56066 9.5L10.5303 10.4697C10.8232 10.7626 10.8232 11.2374 10.5303 11.5303C10.2374 11.8232 9.76256 11.8232 9.46967 11.5303L8.5 10.5607L7.53033 11.5303C7.23744 11.8232 6.76256 11.8232 6.46967 11.5303C6.17678 11.2374 6.17678 10.7626 6.46967 10.4697L7.43934 9.5L6.46967 8.53033C6.17678 8.23744 6.17678 7.76256 6.46967 7.46967ZM13.4697 7.46967C13.7626 7.17678 14.2374 7.17678 14.5303 7.46967L15.5 8.43934L16.4697 7.46967C16.7626 7.17678 17.2374 7.17678 17.5303 7.46967C17.8232 7.76256 17.8232 8.23744 17.5303 8.53033L16.5607 9.5L17.5303 10.4697C17.8232 10.7626 17.8232 11.2374 17.5303 11.5303C17.2374 11.8232 16.7626 11.8232 16.4697 11.5303L15.5 10.5607L14.5303 11.5303C14.2374 11.8232 13.7626 11.8232 13.4697 11.5303C13.1768 11.2374 13.1768 10.7626 13.4697 10.4697L14.4393 9.5L13.4697 8.53033C13.1768 8.23744 13.1768 7.76256 13.4697 7.46967ZM8.59974 14.5496C8.35099 14.2184 7.88084 14.1515 7.54964 14.4003C7.21843 14.649 7.1516 15.1192 7.40035 15.4504C8.44802 16.8453 10.1185 17.75 12 17.75C13.8816 17.75 15.5521 16.8453 16.5997 15.4504C16.8485 15.1192 16.7817 14.649 16.4505 14.4003C16.1192 14.1515 15.6491 14.2184 15.4003 14.5496C14.6238 15.5835 13.3898 16.25 12 16.25C10.6103 16.25 9.37631 15.5835 8.59974 14.5496Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM6.46967 7.46967C6.76256 7.17678 7.23744 7.17678 7.53033 7.46967L8.5 8.43934L9.46967 7.46967C9.76256 7.17678 10.2374 7.17678 10.5303 7.46967C10.8232 7.76256 10.8232 8.23744 10.5303 8.53033L9.56066 9.5L10.5303 10.4697C10.8232 10.7626 10.8232 11.2374 10.5303 11.5303C10.2374 11.8232 9.76256 11.8232 9.46967 11.5303L8.5 10.5607L7.53033 11.5303C7.23744 11.8232 6.76256 11.8232 6.46967 11.5303C6.17678 11.2374 6.17678 10.7626 6.46967 10.4697L7.43934 9.5L6.46967 8.53033C6.17678 8.23744 6.17678 7.76256 6.46967 7.46967ZM13.4697 7.46967C13.7626 7.17678 14.2374 7.17678 14.5303 7.46967L15.5 8.43934L16.4697 7.46967C16.7626 7.17678 17.2374 7.17678 17.5303 7.46967C17.8232 7.76256 17.8232 8.23744 17.5303 8.53033L16.5607 9.5L17.5303 10.4697C17.8232 10.7626 17.8232 11.2374 17.5303 11.5303C17.2374 11.8232 16.7626 11.8232 16.4697 11.5303L15.5 10.5607L14.5303 11.5303C14.2374 11.8232 13.7626 11.8232 13.4697 11.5303C13.1768 11.2374 13.1768 10.7626 13.4697 10.4697L14.4393 9.5L13.4697 8.53033C13.1768 8.23744 13.1768 7.76256 13.4697 7.46967ZM8.59974 14.5496C8.35099 14.2184 7.88084 14.1515 7.54964 14.4003C7.21843 14.649 7.1516 15.1192 7.40035 15.4504C8.44802 16.8453 10.1185 17.75 12 17.75C13.8816 17.75 15.5521 16.8453 16.5997 15.4504C16.8485 15.1192 16.7817 14.649 16.4505 14.4003C16.1192 14.1515 15.6491 14.2184 15.4003 14.5496C14.6238 15.5835 13.3898 16.25 12 16.25C10.6103 16.25 9.37631 15.5835 8.59974 14.5496Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-smile{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM7.54964 14.4003C7.88084 14.1515 8.35099 14.2184 8.59974 14.5496C9.37631 15.5835 10.6103 16.25 12 16.25C13.3898 16.25 14.6238 15.5835 15.4003 14.5496C15.6491 14.2184 16.1192 14.1515 16.4505 14.4003C16.7817 14.649 16.8485 15.1192 16.5997 15.4504C15.5521 16.8453 13.8816 17.75 12 17.75C10.1185 17.75 8.44802 16.8453 7.40035 15.4504C7.1516 15.1192 7.21843 14.649 7.54964 14.4003ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM15.991 7.75C15.3007 7.75 14.741 8.30964 14.741 9C14.741 9.69036 15.3007 10.25 15.991 10.25H16C16.6904 10.25 17.25 9.69036 17.25 9C17.25 8.30964 16.6904 7.75 16 7.75H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM7.54964 14.4003C7.88084 14.1515 8.35099 14.2184 8.59974 14.5496C9.37631 15.5835 10.6103 16.25 12 16.25C13.3898 16.25 14.6238 15.5835 15.4003 14.5496C15.6491 14.2184 16.1192 14.1515 16.4505 14.4003C16.7817 14.649 16.8485 15.1192 16.5997 15.4504C15.5521 16.8453 13.8816 17.75 12 17.75C10.1185 17.75 8.44802 16.8453 7.40035 15.4504C7.1516 15.1192 7.21843 14.649 7.54964 14.4003ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM15.991 7.75C15.3007 7.75 14.741 8.30964 14.741 9C14.741 9.69036 15.3007 10.25 15.991 10.25H16C16.6904 10.25 17.25 9.69036 17.25 9C17.25 8.30964 16.6904 7.75 16 7.75H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-star-face{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3455 6.28884L17.6975 6.99858C17.7455 7.09737 17.8735 7.19214 17.9815 7.21029L18.6194 7.31715C19.0273 7.38571 19.1233 7.68412 18.8294 7.9785L18.3334 8.47854C18.2494 8.56323 18.2034 8.72655 18.2294 8.84349L18.3714 9.4625C18.4834 9.95246 18.2254 10.142 17.7955 9.88592L17.1975 9.52904C17.0896 9.46452 16.9116 9.46452 16.8016 9.52904L16.2037 9.88592C15.7757 10.142 15.5157 9.95045 15.6277 9.4625L15.7697 8.84349C15.7957 8.72655 15.7497 8.56323 15.6657 8.47854L15.1698 7.9785C14.8778 7.68412 14.9718 7.38571 15.3797 7.31715L16.0177 7.21029C16.1237 7.19214 16.2516 7.09737 16.2996 6.99858L16.6516 6.28884C16.8436 5.90372 17.1555 5.90372 17.3455 6.28884Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.34553 6.28884L7.69749 6.99858C7.74548 7.09737 7.87347 7.19214 7.98146 7.21029L8.61939 7.31715C9.02734 7.38571 9.12333 7.68412 8.82936 7.9785L8.33342 8.47854C8.24943 8.56323 8.20343 8.72655 8.22943 8.84349L8.37141 9.4625C8.4834 9.95246 8.22543 10.142 7.79548 9.88592L7.19754 9.52904C7.08956 9.46452 6.91157 9.46452 6.80159 9.52904L6.20365 9.88592C5.7757 10.142 5.51573 9.95045 5.62772 9.4625L5.7697 8.84349C5.7957 8.72655 5.7497 8.56323 5.66571 8.47854L5.16977 7.9785C4.8778 7.68412 4.97179 7.38571 5.37974 7.31715L6.01767 7.21029C6.12366 7.19214 6.25165 7.09737 6.29964 6.99858L6.6516 6.28884C6.84358 5.90372 7.15555 5.90372 7.34553 6.28884Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8.18997 5.10053C7.99464 4.70508 7.60737 4.25 6.99849 4.25C6.39051 4.25 6.00239 4.7041 5.8057 5.09865L5.80501 5.10005L5.31383 6.09053L4.44523 6.23603C4.00624 6.3098 3.48161 6.55415 3.30295 7.11826C3.12519 7.67952 3.4094 8.18105 3.72166 8.49589L4.4034 9.18326L4.2101 10.026C4.1111 10.4574 4.08399 11.136 4.62488 11.5339C5.16944 11.9346 5.80981 11.6999 6.18976 11.4727L6.99887 10.9897L7.80835 11.4729C8.18609 11.6979 8.8282 11.9363 9.37372 11.5353C9.91613 11.1366 9.88582 10.4556 9.78779 10.0266L9.59434 9.18326L10.2743 8.49771L10.2753 8.49671C10.5894 8.18163 10.8748 7.67933 10.6955 7.11691C10.5158 6.5534 9.99111 6.30974 9.55289 6.2361L8.68064 6.08998L8.19042 5.10145L8.18997 5.10053ZM16.9985 4.25C17.6076 4.25 17.9949 4.70543 18.1902 5.10098L18.6806 6.08998L19.5529 6.2361C19.9911 6.30974 20.5158 6.5534 20.6955 7.11691C20.8748 7.67944 20.5893 8.18181 20.2751 8.49688L20.2743 8.49771L19.5943 9.18326L19.7878 10.0266C19.8858 10.4556 19.9161 11.1366 19.3737 11.5353C18.8282 11.9363 18.1861 11.6979 17.8083 11.4729L16.9989 10.9897L16.1899 11.4726C15.8099 11.6999 15.1695 11.9346 14.6249 11.5339C14.084 11.136 14.1111 10.4574 14.2101 10.026L14.4034 9.18326L13.7217 8.49589C13.4094 8.18105 13.1252 7.67952 13.3029 7.11826C13.4816 6.55415 14.0062 6.3098 14.4452 6.23603L15.3138 6.09053L15.805 5.10005L15.8057 5.09865C16.0024 4.7041 16.3905 4.25 16.9985 4.25ZM8.59974 14.5496C8.35099 14.2184 7.88084 14.1515 7.54964 14.4003C7.21843 14.649 7.1516 15.1192 7.40035 15.4504C8.44802 16.8453 10.1185 17.75 12 17.75C13.8816 17.75 15.5521 16.8453 16.5997 15.4504C16.8485 15.1192 16.7817 14.649 16.4505 14.4003C16.1192 14.1515 15.6491 14.2184 15.4003 14.5496C14.6238 15.5835 13.3898 16.25 12 16.25C10.6103 16.25 9.37631 15.5835 8.59974 14.5496Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3455 6.28884L17.6975 6.99858C17.7455 7.09737 17.8735 7.19214 17.9815 7.21029L18.6194 7.31715C19.0273 7.38571 19.1233 7.68412 18.8294 7.9785L18.3334 8.47854C18.2494 8.56323 18.2034 8.72655 18.2294 8.84349L18.3714 9.4625C18.4834 9.95246 18.2254 10.142 17.7955 9.88592L17.1975 9.52904C17.0896 9.46452 16.9116 9.46452 16.8016 9.52904L16.2037 9.88592C15.7757 10.142 15.5157 9.95045 15.6277 9.4625L15.7697 8.84349C15.7957 8.72655 15.7497 8.56323 15.6657 8.47854L15.1698 7.9785C14.8778 7.68412 14.9718 7.38571 15.3797 7.31715L16.0177 7.21029C16.1237 7.19214 16.2516 7.09737 16.2996 6.99858L16.6516 6.28884C16.8436 5.90372 17.1555 5.90372 17.3455 6.28884Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.34553 6.28884L7.69749 6.99858C7.74548 7.09737 7.87347 7.19214 7.98146 7.21029L8.61939 7.31715C9.02734 7.38571 9.12333 7.68412 8.82936 7.9785L8.33342 8.47854C8.24943 8.56323 8.20343 8.72655 8.22943 8.84349L8.37141 9.4625C8.4834 9.95246 8.22543 10.142 7.79548 9.88592L7.19754 9.52904C7.08956 9.46452 6.91157 9.46452 6.80159 9.52904L6.20365 9.88592C5.7757 10.142 5.51573 9.95045 5.62772 9.4625L5.7697 8.84349C5.7957 8.72655 5.7497 8.56323 5.66571 8.47854L5.16977 7.9785C4.8778 7.68412 4.97179 7.38571 5.37974 7.31715L6.01767 7.21029C6.12366 7.19214 6.25165 7.09737 6.29964 6.99858L6.6516 6.28884C6.84358 5.90372 7.15555 5.90372 7.34553 6.28884Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8.18997 5.10053C7.99464 4.70508 7.60737 4.25 6.99849 4.25C6.39051 4.25 6.00239 4.7041 5.8057 5.09865L5.80501 5.10005L5.31383 6.09053L4.44523 6.23603C4.00624 6.3098 3.48161 6.55415 3.30295 7.11826C3.12519 7.67952 3.4094 8.18105 3.72166 8.49589L4.4034 9.18326L4.2101 10.026C4.1111 10.4574 4.08399 11.136 4.62488 11.5339C5.16944 11.9346 5.80981 11.6999 6.18976 11.4727L6.99887 10.9897L7.80835 11.4729C8.18609 11.6979 8.8282 11.9363 9.37372 11.5353C9.91613 11.1366 9.88582 10.4556 9.78779 10.0266L9.59434 9.18326L10.2743 8.49771L10.2753 8.49671C10.5894 8.18163 10.8748 7.67933 10.6955 7.11691C10.5158 6.5534 9.99111 6.30974 9.55289 6.2361L8.68064 6.08998L8.19042 5.10145L8.18997 5.10053ZM16.9985 4.25C17.6076 4.25 17.9949 4.70543 18.1902 5.10098L18.6806 6.08998L19.5529 6.2361C19.9911 6.30974 20.5158 6.5534 20.6955 7.11691C20.8748 7.67944 20.5893 8.18181 20.2751 8.49688L20.2743 8.49771L19.5943 9.18326L19.7878 10.0266C19.8858 10.4556 19.9161 11.1366 19.3737 11.5353C18.8282 11.9363 18.1861 11.6979 17.8083 11.4729L16.9989 10.9897L16.1899 11.4726C15.8099 11.6999 15.1695 11.9346 14.6249 11.5339C14.084 11.136 14.1111 10.4574 14.2101 10.026L14.4034 9.18326L13.7217 8.49589C13.4094 8.18105 13.1252 7.67952 13.3029 7.11826C13.4816 6.55415 14.0062 6.3098 14.4452 6.23603L15.3138 6.09053L15.805 5.10005L15.8057 5.09865C16.0024 4.7041 16.3905 4.25 16.9985 4.25ZM8.59974 14.5496C8.35099 14.2184 7.88084 14.1515 7.54964 14.4003C7.21843 14.649 7.1516 15.1192 7.40035 15.4504C8.44802 16.8453 10.1185 17.75 12 17.75C13.8816 17.75 15.5521 16.8453 16.5997 15.4504C16.8485 15.1192 16.7817 14.649 16.4505 14.4003C16.1192 14.1515 15.6491 14.2184 15.4003 14.5496C14.6238 15.5835 13.3898 16.25 12 16.25C10.6103 16.25 9.37631 15.5835 8.59974 14.5496Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-sunglasses{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.40042 15.5495C8.64922 15.2184 9.11938 15.1516 9.45054 15.4004C10.1607 15.934 11.0424 16.2499 12 16.2499C12.9577 16.2499 13.8393 15.934 14.5495 15.4004C14.8807 15.1516 15.3509 15.2184 15.5997 15.5495C15.8485 15.8807 15.7817 16.3509 15.4505 16.5997C14.4895 17.3217 13.2937 17.7499 12 17.7499C10.7064 17.7499 9.5106 17.3217 8.54954 16.5997C8.21838 16.3509 8.15161 15.8807 8.40042 15.5495ZM4 7.25C5.97667 7.24984 9.32118 7.33352 12 8.94081C14.6788 7.33352 18.0233 7.24984 20 7.25C20.4142 7.25 20.75 7.58579 20.75 8.00001L20.7495 8.01179L20.7495 8.01211C20.7426 8.17211 20.7238 8.61178 20.6994 8.85588C20.6497 9.35333 20.5492 10.0293 20.3434 10.7155C20.1399 11.3939 19.8175 12.1364 19.2918 12.7205C18.7469 13.326 17.9897 13.75 17 13.75C15.4169 13.75 14.1014 12.6633 13.2629 11.7603C12.8256 11.2894 12.4751 10.8216 12.2344 10.473C12.1395 10.3356 12.0609 10.2155 12 10.1197C11.9391 10.2155 11.8605 10.3356 11.7656 10.473C11.5249 10.8216 11.1744 11.2894 10.7371 11.7603C9.89865 12.6633 8.58305 13.75 7 13.75C6.01035 13.75 5.25311 13.326 4.70815 12.7205C4.18253 12.1364 3.86015 11.3939 3.65663 10.7155C3.45076 10.0293 3.35034 9.35333 3.3006 8.85588C3.27617 8.61165 3.25734 8.17164 3.25051 8.01185L3.25 8C3.25 7.58579 3.58578 7.25 4 7.25ZM4.79883 8.75342C4.84425 9.18694 4.93106 9.74052 5.09426 10.2845C5.26574 10.8561 5.50586 11.3636 5.82398 11.717C6.12278 12.049 6.49054 12.25 7.00089 12.25C7.91784 12.25 8.85224 11.5867 9.63879 10.7397C9.9543 10.3999 10.2207 10.0578 10.4238 9.77464C8.57625 8.90367 6.50545 8.77293 4.79883 8.75342ZM13.5779 9.77464C13.781 10.0578 14.0475 10.3999 14.363 10.7397C15.1495 11.5867 16.0839 12.25 17.0009 12.25C17.5112 12.25 17.879 12.049 18.1778 11.717C18.4959 11.3636 18.736 10.8561 18.9075 10.2845C19.0707 9.74052 19.1575 9.18694 19.2029 8.75342C17.4963 8.77293 15.4255 8.90367 13.5779 9.77464Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.40042 15.5495C8.64922 15.2184 9.11938 15.1516 9.45054 15.4004C10.1607 15.934 11.0424 16.2499 12 16.2499C12.9577 16.2499 13.8393 15.934 14.5495 15.4004C14.8807 15.1516 15.3509 15.2184 15.5997 15.5495C15.8485 15.8807 15.7817 16.3509 15.4505 16.5997C14.4895 17.3217 13.2937 17.7499 12 17.7499C10.7064 17.7499 9.5106 17.3217 8.54954 16.5997C8.21838 16.3509 8.15161 15.8807 8.40042 15.5495ZM4 7.25C5.97667 7.24984 9.32118 7.33352 12 8.94081C14.6788 7.33352 18.0233 7.24984 20 7.25C20.4142 7.25 20.75 7.58579 20.75 8.00001L20.7495 8.01179L20.7495 8.01211C20.7426 8.17211 20.7238 8.61178 20.6994 8.85588C20.6497 9.35333 20.5492 10.0293 20.3434 10.7155C20.1399 11.3939 19.8175 12.1364 19.2918 12.7205C18.7469 13.326 17.9897 13.75 17 13.75C15.4169 13.75 14.1014 12.6633 13.2629 11.7603C12.8256 11.2894 12.4751 10.8216 12.2344 10.473C12.1395 10.3356 12.0609 10.2155 12 10.1197C11.9391 10.2155 11.8605 10.3356 11.7656 10.473C11.5249 10.8216 11.1744 11.2894 10.7371 11.7603C9.89865 12.6633 8.58305 13.75 7 13.75C6.01035 13.75 5.25311 13.326 4.70815 12.7205C4.18253 12.1364 3.86015 11.3939 3.65663 10.7155C3.45076 10.0293 3.35034 9.35333 3.3006 8.85588C3.27617 8.61165 3.25734 8.17164 3.25051 8.01185L3.25 8C3.25 7.58579 3.58578 7.25 4 7.25ZM4.79883 8.75342C4.84425 9.18694 4.93106 9.74052 5.09426 10.2845C5.26574 10.8561 5.50586 11.3636 5.82398 11.717C6.12278 12.049 6.49054 12.25 7.00089 12.25C7.91784 12.25 8.85224 11.5867 9.63879 10.7397C9.9543 10.3999 10.2207 10.0578 10.4238 9.77464C8.57625 8.90367 6.50545 8.77293 4.79883 8.75342ZM13.5779 9.77464C13.781 10.0578 14.0475 10.3999 14.363 10.7397C15.1495 11.5867 16.0839 12.25 17.0009 12.25C17.5112 12.25 17.879 12.049 18.1778 11.717C18.4959 11.3636 18.736 10.8561 18.9075 10.2845C19.0707 9.74052 19.1575 9.18694 19.2029 8.75342C17.4963 8.77293 15.4255 8.90367 13.5779 9.77464Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-surprise{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12 13.75C11.4572 13.75 10.75 14.3687 10.75 15.5C10.75 16.6313 11.4572 17.25 12 17.25C12.5428 17.25 13.25 16.6313 13.25 15.5C13.25 14.3687 12.5428 13.75 12 13.75ZM9.25 15.5C9.25 13.8699 10.3337 12.25 12 12.25C13.6663 12.25 14.75 13.8699 14.75 15.5C14.75 17.1301 13.6663 18.75 12 18.75C10.3337 18.75 9.25 17.1301 9.25 15.5ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM15.991 7.75C15.3007 7.75 14.741 8.30964 14.741 9C14.741 9.69036 15.3007 10.25 15.991 10.25H16C16.6904 10.25 17.25 9.69036 17.25 9C17.25 8.30964 16.6904 7.75 16 7.75H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12 13.75C11.4572 13.75 10.75 14.3687 10.75 15.5C10.75 16.6313 11.4572 17.25 12 17.25C12.5428 17.25 13.25 16.6313 13.25 15.5C13.25 14.3687 12.5428 13.75 12 13.75ZM9.25 15.5C9.25 13.8699 10.3337 12.25 12 12.25C13.6663 12.25 14.75 13.8699 14.75 15.5C14.75 17.1301 13.6663 18.75 12 18.75C10.3337 18.75 9.25 17.1301 9.25 15.5ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM15.991 7.75C15.3007 7.75 14.741 8.30964 14.741 9C14.741 9.69036 15.3007 10.25 15.991 10.25H16C16.6904 10.25 17.25 9.69036 17.25 9C17.25 8.30964 16.6904 7.75 16 7.75H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-suspicious{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.54954 16.4002C9.5106 15.6782 10.7064 15.25 12 15.25C13.2937 15.25 14.4895 15.6782 15.4505 16.4002C15.7817 16.649 15.8485 17.1192 15.5997 17.4503C15.3509 17.7815 14.8807 17.8483 14.5495 17.5995C13.8393 17.0659 12.9577 16.75 12 16.75C11.0424 16.75 10.1607 17.0659 9.45054 17.5995C9.11938 17.8483 8.64922 17.7815 8.40042 17.4503C8.15161 17.1192 8.21838 16.649 8.54954 16.4002ZM6.25309 8.07811C6.29032 8.49053 6.65475 8.79471 7.06715 8.75766C7.09803 8.75592 7.18301 8.75137 7.24383 8.75046C7.36647 8.74861 7.537 8.75174 7.72649 8.77119C7.92804 8.79188 8.12123 8.82816 8.29196 8.88098L8.2175 9.11718C7.93235 10.0217 8.69425 10.75 9.47644 10.75C9.89752 10.75 10.3008 10.5582 10.5422 10.2126C10.7984 9.84594 10.8349 9.34578 10.5554 8.92189C10.3496 8.60981 10.0532 8.23109 9.66236 7.92066C9.09859 7.47293 8.37374 7.32975 7.87965 7.27903C7.61848 7.25222 7.3875 7.24813 7.22129 7.25063C7.14262 7.25181 7.00001 7.25989 6.9424 7.26315L6.94236 7.26315L6.94226 7.26316L6.93261 7.26371C6.52007 7.30095 6.21584 7.66557 6.25309 8.07811ZM13.2531 8.07811C13.2903 8.49053 13.6548 8.79471 14.0671 8.75766C14.098 8.75592 14.183 8.75137 14.2438 8.75046C14.3665 8.74861 14.537 8.75174 14.7265 8.77119C14.928 8.79188 15.1212 8.82816 15.292 8.88098L15.2175 9.11718C14.9324 10.0217 15.6943 10.75 16.4764 10.75C16.8975 10.75 17.3008 10.5582 17.5422 10.2126C17.7984 9.84594 17.8349 9.34578 17.5554 8.92189C17.3496 8.60981 17.0532 8.23109 16.6624 7.92066C16.0986 7.47293 15.3737 7.32975 14.8797 7.27903C14.6185 7.25222 14.3875 7.24813 14.2213 7.25063C14.1426 7.25181 13.9998 7.2599 13.9423 7.26316L13.9326 7.26371C13.5201 7.30095 13.2158 7.66557 13.2531 8.07811Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.54954 16.4002C9.5106 15.6782 10.7064 15.25 12 15.25C13.2937 15.25 14.4895 15.6782 15.4505 16.4002C15.7817 16.649 15.8485 17.1192 15.5997 17.4503C15.3509 17.7815 14.8807 17.8483 14.5495 17.5995C13.8393 17.0659 12.9577 16.75 12 16.75C11.0424 16.75 10.1607 17.0659 9.45054 17.5995C9.11938 17.8483 8.64922 17.7815 8.40042 17.4503C8.15161 17.1192 8.21838 16.649 8.54954 16.4002ZM6.25309 8.07811C6.29032 8.49053 6.65475 8.79471 7.06715 8.75766C7.09803 8.75592 7.18301 8.75137 7.24383 8.75046C7.36647 8.74861 7.537 8.75174 7.72649 8.77119C7.92804 8.79188 8.12123 8.82816 8.29196 8.88098L8.2175 9.11718C7.93235 10.0217 8.69425 10.75 9.47644 10.75C9.89752 10.75 10.3008 10.5582 10.5422 10.2126C10.7984 9.84594 10.8349 9.34578 10.5554 8.92189C10.3496 8.60981 10.0532 8.23109 9.66236 7.92066C9.09859 7.47293 8.37374 7.32975 7.87965 7.27903C7.61848 7.25222 7.3875 7.24813 7.22129 7.25063C7.14262 7.25181 7.00001 7.25989 6.9424 7.26315L6.94236 7.26315L6.94226 7.26316L6.93261 7.26371C6.52007 7.30095 6.21584 7.66557 6.25309 8.07811ZM13.2531 8.07811C13.2903 8.49053 13.6548 8.79471 14.0671 8.75766C14.098 8.75592 14.183 8.75137 14.2438 8.75046C14.3665 8.74861 14.537 8.75174 14.7265 8.77119C14.928 8.79188 15.1212 8.82816 15.292 8.88098L15.2175 9.11718C14.9324 10.0217 15.6943 10.75 16.4764 10.75C16.8975 10.75 17.3008 10.5582 17.5422 10.2126C17.7984 9.84594 17.8349 9.34578 17.5554 8.92189C17.3496 8.60981 17.0532 8.23109 16.6624 7.92066C16.0986 7.47293 15.3737 7.32975 14.8797 7.27903C14.6185 7.25222 14.3875 7.24813 14.2213 7.25063C14.1426 7.25181 13.9998 7.2599 13.9423 7.26316L13.9326 7.26371C13.5201 7.30095 13.2158 7.66557 13.2531 8.07811Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-tired-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.43942 8.25C8.09461 8.25 7.80952 8.0342 7.70596 7.74622C7.5658 7.35644 7.1362 7.15408 6.74642 7.29424C6.35664 7.4344 6.15429 7.864 6.29445 8.25378C6.60988 9.13099 7.45533 9.75 8.43942 9.75C9.42351 9.75 10.269 9.13099 10.5844 8.25378C10.7246 7.864 10.5222 7.4344 10.1324 7.29424C9.74264 7.15408 9.31304 7.35644 9.17288 7.74622C9.06932 8.0342 8.78423 8.25 8.43942 8.25ZM15.561 8.25C15.2162 8.25 14.9311 8.0342 14.8275 7.74622C14.6874 7.35644 14.2578 7.15408 13.868 7.29424C13.4782 7.4344 13.2759 7.864 13.416 8.25378C13.7314 9.13099 14.5769 9.75 15.561 9.75C16.5451 9.75 17.3905 9.13099 17.706 8.25378C17.8461 7.864 17.6438 7.4344 17.254 7.29424C16.8642 7.15408 16.4346 7.35644 16.2944 7.74622C16.1909 8.0342 15.9058 8.25 15.561 8.25ZM15.7297 15.8205C15.1098 14.4559 13.6732 13.5 12 13.5C10.3268 13.5 8.89021 14.4559 8.27026 15.8205C8.01978 16.3718 7.89454 16.6475 8.11112 16.8748C8.32771 17.1022 8.70933 16.9913 9.47257 16.7696C10.1961 16.5595 11.0981 16.3703 12 16.3703C12.9019 16.3703 13.8039 16.5595 14.5274 16.7696C15.2907 16.9913 15.6723 17.1022 15.8889 16.8748C16.1055 16.6475 15.9802 16.3718 15.7297 15.8205Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.43942 8.25C8.09461 8.25 7.80952 8.0342 7.70596 7.74622C7.5658 7.35644 7.1362 7.15408 6.74642 7.29424C6.35664 7.4344 6.15429 7.864 6.29445 8.25378C6.60988 9.13099 7.45533 9.75 8.43942 9.75C9.42351 9.75 10.269 9.13099 10.5844 8.25378C10.7246 7.864 10.5222 7.4344 10.1324 7.29424C9.74264 7.15408 9.31304 7.35644 9.17288 7.74622C9.06932 8.0342 8.78423 8.25 8.43942 8.25ZM15.561 8.25C15.2162 8.25 14.9311 8.0342 14.8275 7.74622C14.6874 7.35644 14.2578 7.15408 13.868 7.29424C13.4782 7.4344 13.2759 7.864 13.416 8.25378C13.7314 9.13099 14.5769 9.75 15.561 9.75C16.5451 9.75 17.3905 9.13099 17.706 8.25378C17.8461 7.864 17.6438 7.4344 17.254 7.29424C16.8642 7.15408 16.4346 7.35644 16.2944 7.74622C16.1909 8.0342 15.9058 8.25 15.561 8.25ZM15.7297 15.8205C15.1098 14.4559 13.6732 13.5 12 13.5C10.3268 13.5 8.89021 14.4559 8.27026 15.8205C8.01978 16.3718 7.89454 16.6475 8.11112 16.8748C8.32771 17.1022 8.70933 16.9913 9.47257 16.7696C10.1961 16.5595 11.0981 16.3703 12 16.3703C12.9019 16.3703 13.8039 16.5595 14.5274 16.7696C15.2907 16.9913 15.6723 17.1022 15.8889 16.8748C16.1055 16.6475 15.9802 16.3718 15.7297 15.8205Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-tired-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM7.40004 7.54998C7.64857 7.21861 8.11867 7.15145 8.45004 7.39998C8.51404 7.44798 8.58454 7.49588 8.67516 7.55746L8.67522 7.5575L8.67526 7.55753C8.71039 7.5814 8.74854 7.60732 8.79051 7.6361C8.9282 7.73052 9.09203 7.84604 9.25007 7.97914C9.54957 8.23138 9.93985 8.63749 10.0307 9.22689C10.0402 9.2882 10.0465 9.34994 10.0499 9.41184C10.0729 9.84272 9.91754 10.1997 9.72263 10.5078C9.54455 10.7893 9.28583 11.101 9.00012 11.4454L9.00011 11.4454L8.97232 11.4789C8.70785 11.7976 8.23502 11.8417 7.91623 11.5772C7.59744 11.3127 7.55341 10.8399 7.81789 10.5211C8.14037 10.1324 8.33498 9.89553 8.455 9.70582C8.51044 9.61819 8.53405 9.56437 8.54431 9.53347C8.55274 9.50804 8.55232 9.49799 8.552 9.49202C8.55134 9.47965 8.55007 9.46743 8.54822 9.45543C8.54174 9.4134 8.4989 9.30761 8.2838 9.12645C8.18455 9.04286 8.07073 8.96132 7.9422 8.87318C7.91563 8.85496 7.8871 8.83559 7.85741 8.81543C7.75755 8.74761 7.64467 8.67095 7.55004 8.59998C7.21867 8.35145 7.15152 7.88135 7.40004 7.54998ZM16.6 7.54998C16.8486 7.88135 16.7814 8.35145 16.45 8.59998C16.3554 8.67094 16.2426 8.74758 16.1427 8.81539L16.1427 8.81541L16.1427 8.81543C16.113 8.83558 16.0845 8.85496 16.0579 8.87318C15.9294 8.96132 15.8155 9.04287 15.7163 9.12645C15.5012 9.30761 15.4583 9.4134 15.4519 9.45543C15.45 9.46743 15.4487 9.47965 15.4481 9.49202C15.4478 9.49799 15.4473 9.50804 15.4558 9.53347C15.466 9.56437 15.4897 9.61819 15.5451 9.70582C15.6651 9.89553 15.8597 10.1324 16.1822 10.5211C16.4467 10.8399 16.4026 11.3127 16.0839 11.5772C15.7651 11.8417 15.2922 11.7976 15.0278 11.4789L15 11.4454C14.7143 11.1011 14.4555 10.7893 14.2775 10.5078C14.0825 10.1997 13.9272 9.84272 13.9502 9.41184C13.9535 9.34994 13.9599 9.2882 13.9694 9.22689C14.0602 8.63749 14.4505 8.23138 14.75 7.97914C14.9081 7.84604 15.0719 7.73052 15.2096 7.6361C15.2515 7.60732 15.2897 7.5814 15.3248 7.55754C15.4155 7.49592 15.486 7.448 15.55 7.39998C15.8814 7.15145 16.3515 7.21861 16.6 7.54998ZM15.7297 15.8205C15.1098 14.4559 13.6732 13.5 12 13.5C10.3268 13.5 8.89021 14.4559 8.27026 15.8205C8.01978 16.3718 7.89454 16.6475 8.11112 16.8748C8.32771 17.1022 8.70933 16.9913 9.47257 16.7696C10.1961 16.5595 11.0981 16.3703 12 16.3703C12.9019 16.3703 13.8039 16.5595 14.5274 16.7696C15.2907 16.9913 15.6723 17.1022 15.8889 16.8748C16.1055 16.6475 15.9802 16.3718 15.7297 15.8205Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM7.40004 7.54998C7.64857 7.21861 8.11867 7.15145 8.45004 7.39998C8.51404 7.44798 8.58454 7.49588 8.67516 7.55746L8.67522 7.5575L8.67526 7.55753C8.71039 7.5814 8.74854 7.60732 8.79051 7.6361C8.9282 7.73052 9.09203 7.84604 9.25007 7.97914C9.54957 8.23138 9.93985 8.63749 10.0307 9.22689C10.0402 9.2882 10.0465 9.34994 10.0499 9.41184C10.0729 9.84272 9.91754 10.1997 9.72263 10.5078C9.54455 10.7893 9.28583 11.101 9.00012 11.4454L9.00011 11.4454L8.97232 11.4789C8.70785 11.7976 8.23502 11.8417 7.91623 11.5772C7.59744 11.3127 7.55341 10.8399 7.81789 10.5211C8.14037 10.1324 8.33498 9.89553 8.455 9.70582C8.51044 9.61819 8.53405 9.56437 8.54431 9.53347C8.55274 9.50804 8.55232 9.49799 8.552 9.49202C8.55134 9.47965 8.55007 9.46743 8.54822 9.45543C8.54174 9.4134 8.4989 9.30761 8.2838 9.12645C8.18455 9.04286 8.07073 8.96132 7.9422 8.87318C7.91563 8.85496 7.8871 8.83559 7.85741 8.81543C7.75755 8.74761 7.64467 8.67095 7.55004 8.59998C7.21867 8.35145 7.15152 7.88135 7.40004 7.54998ZM16.6 7.54998C16.8486 7.88135 16.7814 8.35145 16.45 8.59998C16.3554 8.67094 16.2426 8.74758 16.1427 8.81539L16.1427 8.81541L16.1427 8.81543C16.113 8.83558 16.0845 8.85496 16.0579 8.87318C15.9294 8.96132 15.8155 9.04287 15.7163 9.12645C15.5012 9.30761 15.4583 9.4134 15.4519 9.45543C15.45 9.46743 15.4487 9.47965 15.4481 9.49202C15.4478 9.49799 15.4473 9.50804 15.4558 9.53347C15.466 9.56437 15.4897 9.61819 15.5451 9.70582C15.6651 9.89553 15.8597 10.1324 16.1822 10.5211C16.4467 10.8399 16.4026 11.3127 16.0839 11.5772C15.7651 11.8417 15.2922 11.7976 15.0278 11.4789L15 11.4454C14.7143 11.1011 14.4555 10.7893 14.2775 10.5078C14.0825 10.1997 13.9272 9.84272 13.9502 9.41184C13.9535 9.34994 13.9599 9.2882 13.9694 9.22689C14.0602 8.63749 14.4505 8.23138 14.75 7.97914C14.9081 7.84604 15.0719 7.73052 15.2096 7.6361C15.2515 7.60732 15.2897 7.5814 15.3248 7.55754C15.4155 7.49592 15.486 7.448 15.55 7.39998C15.8814 7.15145 16.3515 7.21861 16.6 7.54998ZM15.7297 15.8205C15.1098 14.4559 13.6732 13.5 12 13.5C10.3268 13.5 8.89021 14.4559 8.27026 15.8205C8.01978 16.3718 7.89454 16.6475 8.11112 16.8748C8.32771 17.1022 8.70933 16.9913 9.47257 16.7696C10.1961 16.5595 11.0981 16.3703 12 16.3703C12.9019 16.3703 13.8039 16.5595 14.5274 16.7696C15.2907 16.9913 15.6723 17.1022 15.8889 16.8748C16.1055 16.6475 15.9802 16.3718 15.7297 15.8205Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-tongue-wink-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.53037 7.46967C9.23748 7.17678 8.76261 7.17678 8.46971 7.46967C8.18652 7.75286 8.17714 8.20618 8.44158 8.50064C7.67372 8.51754 6.91205 8.86732 6.40004 9.55C6.15152 9.88137 6.21867 10.3515 6.55004 10.6C6.88141 10.8485 7.35152 10.7814 7.60004 10.45C8.05004 9.85 8.95004 9.85 9.40004 10.45C9.59374 10.7083 9.93096 10.8136 10.2372 10.7115C10.5435 10.6094 10.75 10.3228 10.75 10C10.75 9.27456 10.399 8.62133 10.1241 8.20897C9.9785 7.9906 9.83401 7.8101 9.72574 7.68378C9.67448 7.62398 9.5766 7.51917 9.53709 7.47686L9.53037 7.46967ZM14.75 9C14.75 8.30964 15.3076 7.75 15.9955 7.75H16.0045C16.6924 7.75 17.25 8.30964 17.25 9C17.25 9.69036 16.6924 10.25 16.0045 10.25H15.9955C15.3076 10.25 14.75 9.69036 14.75 9ZM8.59974 13.5496C8.35099 13.2184 7.88084 13.1515 7.54964 13.4003C7.21843 13.649 7.1516 14.1192 7.40035 14.4504C7.89332 15.1068 8.52418 15.6546 9.25004 16.0507V17.5C9.25004 19.0188 10.4813 20.25 12 20.25C13.5188 20.25 14.75 19.0188 14.75 17.5V16.0507C15.4759 15.6546 16.1068 15.1068 16.5997 14.4504C16.8485 14.1192 16.7817 13.649 16.4505 13.4003C16.1192 13.1515 15.6491 13.2184 15.4003 13.5496C14.6238 14.5835 13.3898 15.25 12 15.25C10.6103 15.25 9.37631 14.5835 8.59974 13.5496ZM10.75 17.5V16.6136C11.1525 16.7029 11.5708 16.75 12 16.75C12.4293 16.75 12.8476 16.7029 13.25 16.6136V17.5C13.25 18.1903 12.6904 18.75 12 18.75C11.3097 18.75 10.75 18.1903 10.75 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.53037 7.46967C9.23748 7.17678 8.76261 7.17678 8.46971 7.46967C8.18652 7.75286 8.17714 8.20618 8.44158 8.50064C7.67372 8.51754 6.91205 8.86732 6.40004 9.55C6.15152 9.88137 6.21867 10.3515 6.55004 10.6C6.88141 10.8485 7.35152 10.7814 7.60004 10.45C8.05004 9.85 8.95004 9.85 9.40004 10.45C9.59374 10.7083 9.93096 10.8136 10.2372 10.7115C10.5435 10.6094 10.75 10.3228 10.75 10C10.75 9.27456 10.399 8.62133 10.1241 8.20897C9.9785 7.9906 9.83401 7.8101 9.72574 7.68378C9.67448 7.62398 9.5766 7.51917 9.53709 7.47686L9.53037 7.46967ZM14.75 9C14.75 8.30964 15.3076 7.75 15.9955 7.75H16.0045C16.6924 7.75 17.25 8.30964 17.25 9C17.25 9.69036 16.6924 10.25 16.0045 10.25H15.9955C15.3076 10.25 14.75 9.69036 14.75 9ZM8.59974 13.5496C8.35099 13.2184 7.88084 13.1515 7.54964 13.4003C7.21843 13.649 7.1516 14.1192 7.40035 14.4504C7.89332 15.1068 8.52418 15.6546 9.25004 16.0507V17.5C9.25004 19.0188 10.4813 20.25 12 20.25C13.5188 20.25 14.75 19.0188 14.75 17.5V16.0507C15.4759 15.6546 16.1068 15.1068 16.5997 14.4504C16.8485 14.1192 16.7817 13.649 16.4505 13.4003C16.1192 13.1515 15.6491 13.2184 15.4003 13.5496C14.6238 14.5835 13.3898 15.25 12 15.25C10.6103 15.25 9.37631 14.5835 8.59974 13.5496ZM10.75 17.5V16.6136C11.1525 16.7029 11.5708 16.75 12 16.75C12.4293 16.75 12.8476 16.7029 13.25 16.6136V17.5C13.25 18.1903 12.6904 18.75 12 18.75C11.3097 18.75 10.75 18.1903 10.75 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-tongue-wink-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM15.5585 8.50064C15.8229 8.20618 15.8135 7.75286 15.5303 7.46967C15.2374 7.17678 14.7626 7.17678 14.4697 7.46967L14.463 7.47679C14.4236 7.51905 14.3256 7.62395 14.2743 7.68378C14.166 7.8101 14.0215 7.9906 13.876 8.20897C13.6011 8.62133 13.25 9.27456 13.25 10C13.25 10.3228 13.4566 10.6094 13.7628 10.7115C14.0691 10.8136 14.4063 10.7083 14.6 10.45C15.05 9.85 15.95 9.85 16.4 10.45C16.6485 10.7814 17.1186 10.8485 17.45 10.6C17.7814 10.3515 17.8485 9.88137 17.6 9.55C17.088 8.86732 16.3263 8.51754 15.5585 8.50064ZM6.75 9C6.75 8.30964 7.30764 7.75 7.99553 7.75H8.00447C8.69236 7.75 9.25 8.30964 9.25 9C9.25 9.69036 8.69236 10.25 8.00447 10.25H7.99553C7.30764 10.25 6.75 9.69036 6.75 9ZM8.59974 13.5496C8.35099 13.2184 7.88084 13.1515 7.54964 13.4003C7.21843 13.649 7.1516 14.1192 7.40035 14.4504C7.89332 15.1068 8.52418 15.6546 9.25004 16.0507V17.5C9.25004 19.0188 10.4813 20.25 12 20.25C13.5188 20.25 14.75 19.0188 14.75 17.5V16.0507C15.4759 15.6546 16.1068 15.1068 16.5997 14.4504C16.8485 14.1192 16.7817 13.649 16.4505 13.4003C16.1192 13.1515 15.6491 13.2184 15.4003 13.5496C14.6238 14.5835 13.3898 15.25 12 15.25C10.6103 15.25 9.37631 14.5835 8.59974 13.5496ZM10.75 17.5V16.6136C11.1525 16.7029 11.5708 16.75 12 16.75C12.4293 16.75 12.8476 16.7029 13.25 16.6136V17.5C13.25 18.1903 12.6904 18.75 12 18.75C11.3097 18.75 10.75 18.1903 10.75 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM15.5585 8.50064C15.8229 8.20618 15.8135 7.75286 15.5303 7.46967C15.2374 7.17678 14.7626 7.17678 14.4697 7.46967L14.463 7.47679C14.4236 7.51905 14.3256 7.62395 14.2743 7.68378C14.166 7.8101 14.0215 7.9906 13.876 8.20897C13.6011 8.62133 13.25 9.27456 13.25 10C13.25 10.3228 13.4566 10.6094 13.7628 10.7115C14.0691 10.8136 14.4063 10.7083 14.6 10.45C15.05 9.85 15.95 9.85 16.4 10.45C16.6485 10.7814 17.1186 10.8485 17.45 10.6C17.7814 10.3515 17.8485 9.88137 17.6 9.55C17.088 8.86732 16.3263 8.51754 15.5585 8.50064ZM6.75 9C6.75 8.30964 7.30764 7.75 7.99553 7.75H8.00447C8.69236 7.75 9.25 8.30964 9.25 9C9.25 9.69036 8.69236 10.25 8.00447 10.25H7.99553C7.30764 10.25 6.75 9.69036 6.75 9ZM8.59974 13.5496C8.35099 13.2184 7.88084 13.1515 7.54964 13.4003C7.21843 13.649 7.1516 14.1192 7.40035 14.4504C7.89332 15.1068 8.52418 15.6546 9.25004 16.0507V17.5C9.25004 19.0188 10.4813 20.25 12 20.25C13.5188 20.25 14.75 19.0188 14.75 17.5V16.0507C15.4759 15.6546 16.1068 15.1068 16.5997 14.4504C16.8485 14.1192 16.7817 13.649 16.4505 13.4003C16.1192 13.1515 15.6491 13.2184 15.4003 13.5496C14.6238 14.5835 13.3898 15.25 12 15.25C10.6103 15.25 9.37631 14.5835 8.59974 13.5496ZM10.75 17.5V16.6136C11.1525 16.7029 11.5708 16.75 12 16.75C12.4293 16.75 12.8476 16.7029 13.25 16.6136V17.5C13.25 18.1903 12.6904 18.75 12 18.75C11.3097 18.75 10.75 18.1903 10.75 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-tongue{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM7.54964 13.4003C7.88084 13.1515 8.35099 13.2184 8.59974 13.5496C9.37631 14.5835 10.6103 15.25 12 15.25C13.3898 15.25 14.6238 14.5835 15.4003 13.5496C15.6491 13.2184 16.1192 13.1515 16.4505 13.4003C16.7817 13.649 16.8485 14.1192 16.5997 14.4504C16.1068 15.1068 15.4759 15.6546 14.75 16.0507V17.5C14.75 19.0188 13.5188 20.25 12 20.25C10.4813 20.25 9.25004 19.0188 9.25004 17.5V16.0507C8.52418 15.6546 7.89332 15.1068 7.40035 14.4504C7.1516 14.1192 7.21843 13.649 7.54964 13.4003ZM10.75 16.6136V17.5C10.75 18.1903 11.3097 18.75 12 18.75C12.6904 18.75 13.25 18.1903 13.25 17.5V16.6136C12.8476 16.7029 12.4293 16.75 12 16.75C11.5708 16.75 11.1525 16.7029 10.75 16.6136ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM15.991 7.75C15.3007 7.75 14.741 8.30964 14.741 9C14.741 9.69036 15.3007 10.25 15.991 10.25H16C16.6904 10.25 17.25 9.69036 17.25 9C17.25 8.30964 16.6904 7.75 16 7.75H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM7.54964 13.4003C7.88084 13.1515 8.35099 13.2184 8.59974 13.5496C9.37631 14.5835 10.6103 15.25 12 15.25C13.3898 15.25 14.6238 14.5835 15.4003 13.5496C15.6491 13.2184 16.1192 13.1515 16.4505 13.4003C16.7817 13.649 16.8485 14.1192 16.5997 14.4504C16.1068 15.1068 15.4759 15.6546 14.75 16.0507V17.5C14.75 19.0188 13.5188 20.25 12 20.25C10.4813 20.25 9.25004 19.0188 9.25004 17.5V16.0507C8.52418 15.6546 7.89332 15.1068 7.40035 14.4504C7.1516 14.1192 7.21843 13.649 7.54964 13.4003ZM10.75 16.6136V17.5C10.75 18.1903 11.3097 18.75 12 18.75C12.6904 18.75 13.25 18.1903 13.25 17.5V16.6136C12.8476 16.7029 12.4293 16.75 12 16.75C11.5708 16.75 11.1525 16.7029 10.75 16.6136ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM15.991 7.75C15.3007 7.75 14.741 8.30964 14.741 9C14.741 9.69036 15.3007 10.25 15.991 10.25H16C16.6904 10.25 17.25 9.69036 17.25 9C17.25 8.30964 16.6904 7.75 16 7.75H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-unamused{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.43942 8.25C8.09461 8.25 7.80952 8.0342 7.70596 7.74622C7.5658 7.35644 7.1362 7.15408 6.74642 7.29424C6.35664 7.4344 6.15429 7.864 6.29445 8.25378C6.60988 9.13099 7.45533 9.75 8.43942 9.75C9.42351 9.75 10.269 9.13099 10.5844 8.25378C10.7246 7.864 10.5222 7.4344 10.1324 7.29424C9.74264 7.15408 9.31304 7.35644 9.17288 7.74622C9.06932 8.0342 8.78423 8.25 8.43942 8.25ZM15.561 8.25C15.2162 8.25 14.9311 8.0342 14.8275 7.74622C14.6874 7.35644 14.2578 7.15408 13.868 7.29424C13.4782 7.4344 13.2759 7.864 13.416 8.25378C13.7314 9.13099 14.5769 9.75 15.561 9.75C16.5451 9.75 17.3905 9.13099 17.706 8.25378C17.8461 7.864 17.6438 7.4344 17.254 7.29424C16.8642 7.15408 16.4346 7.35644 16.2944 7.74622C16.1909 8.0342 15.9058 8.25 15.561 8.25ZM15.2787 14.6964C15.6633 14.5425 15.8504 14.1061 15.6966 13.7215C15.5427 13.3369 15.1062 13.1498 14.7217 13.3037L9.72166 15.3037C9.33707 15.4575 9.15001 15.894 9.30384 16.2786C9.45768 16.6631 9.89415 16.8502 10.2787 16.6964L15.2787 14.6964Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.43942 8.25C8.09461 8.25 7.80952 8.0342 7.70596 7.74622C7.5658 7.35644 7.1362 7.15408 6.74642 7.29424C6.35664 7.4344 6.15429 7.864 6.29445 8.25378C6.60988 9.13099 7.45533 9.75 8.43942 9.75C9.42351 9.75 10.269 9.13099 10.5844 8.25378C10.7246 7.864 10.5222 7.4344 10.1324 7.29424C9.74264 7.15408 9.31304 7.35644 9.17288 7.74622C9.06932 8.0342 8.78423 8.25 8.43942 8.25ZM15.561 8.25C15.2162 8.25 14.9311 8.0342 14.8275 7.74622C14.6874 7.35644 14.2578 7.15408 13.868 7.29424C13.4782 7.4344 13.2759 7.864 13.416 8.25378C13.7314 9.13099 14.5769 9.75 15.561 9.75C16.5451 9.75 17.3905 9.13099 17.706 8.25378C17.8461 7.864 17.6438 7.4344 17.254 7.29424C16.8642 7.15408 16.4346 7.35644 16.2944 7.74622C16.1909 8.0342 15.9058 8.25 15.561 8.25ZM15.2787 14.6964C15.6633 14.5425 15.8504 14.1061 15.6966 13.7215C15.5427 13.3369 15.1062 13.1498 14.7217 13.3037L9.72166 15.3037C9.33707 15.4575 9.15001 15.894 9.30384 16.2786C9.45768 16.6631 9.89415 16.8502 10.2787 16.6964L15.2787 14.6964Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-unhappy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.54954 16.4002C9.5106 15.6782 10.7064 15.25 12 15.25C13.2937 15.25 14.4895 15.6782 15.4505 16.4002C15.7817 16.649 15.8485 17.1192 15.5997 17.4503C15.3509 17.7815 14.8807 17.8483 14.5495 17.5995C13.8393 17.0659 12.9577 16.75 12 16.75C11.0424 16.75 10.1607 17.0659 9.45054 17.5995C9.11938 17.8483 8.64922 17.7815 8.40042 17.4503C8.15161 17.1192 8.21838 16.649 8.54954 16.4002ZM6.25309 8.07811C6.29032 8.49053 6.65475 8.79471 7.06715 8.75766C7.09803 8.75592 7.18301 8.75137 7.24383 8.75046C7.36647 8.74861 7.537 8.75174 7.72649 8.77119C7.92804 8.79188 8.12123 8.82816 8.29196 8.88098L8.2175 9.11718C7.93235 10.0217 8.69425 10.75 9.47644 10.75C9.89752 10.75 10.3008 10.5582 10.5422 10.2126C10.7984 9.84594 10.8349 9.34578 10.5554 8.92189C10.3496 8.60981 10.0532 8.23109 9.66236 7.92066C9.09859 7.47293 8.37374 7.32975 7.87965 7.27903C7.61848 7.25222 7.3875 7.24813 7.22129 7.25063C7.14262 7.25181 7.00001 7.25989 6.9424 7.26315L6.94236 7.26315L6.94226 7.26316L6.93261 7.26371C6.52007 7.30095 6.21584 7.66557 6.25309 8.07811ZM13.2531 8.07811C13.2903 8.49053 13.6548 8.79471 14.0671 8.75766C14.098 8.75592 14.183 8.75137 14.2438 8.75046C14.3665 8.74861 14.537 8.75174 14.7265 8.77119C14.928 8.79188 15.1212 8.82816 15.292 8.88098L15.2175 9.11718C14.9324 10.0217 15.6943 10.75 16.4764 10.75C16.8975 10.75 17.3008 10.5582 17.5422 10.2126C17.7984 9.84594 17.8349 9.34578 17.5554 8.92189C17.3496 8.60981 17.0532 8.23109 16.6624 7.92066C16.0986 7.47293 15.3737 7.32975 14.8797 7.27903C14.6185 7.25222 14.3875 7.24813 14.2213 7.25063C14.1426 7.25181 13.9998 7.2599 13.9423 7.26316L13.9326 7.26371C13.5201 7.30095 13.2158 7.66557 13.2531 8.07811Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM8.54954 16.4002C9.5106 15.6782 10.7064 15.25 12 15.25C13.2937 15.25 14.4895 15.6782 15.4505 16.4002C15.7817 16.649 15.8485 17.1192 15.5997 17.4503C15.3509 17.7815 14.8807 17.8483 14.5495 17.5995C13.8393 17.0659 12.9577 16.75 12 16.75C11.0424 16.75 10.1607 17.0659 9.45054 17.5995C9.11938 17.8483 8.64922 17.7815 8.40042 17.4503C8.15161 17.1192 8.21838 16.649 8.54954 16.4002ZM6.25309 8.07811C6.29032 8.49053 6.65475 8.79471 7.06715 8.75766C7.09803 8.75592 7.18301 8.75137 7.24383 8.75046C7.36647 8.74861 7.537 8.75174 7.72649 8.77119C7.92804 8.79188 8.12123 8.82816 8.29196 8.88098L8.2175 9.11718C7.93235 10.0217 8.69425 10.75 9.47644 10.75C9.89752 10.75 10.3008 10.5582 10.5422 10.2126C10.7984 9.84594 10.8349 9.34578 10.5554 8.92189C10.3496 8.60981 10.0532 8.23109 9.66236 7.92066C9.09859 7.47293 8.37374 7.32975 7.87965 7.27903C7.61848 7.25222 7.3875 7.24813 7.22129 7.25063C7.14262 7.25181 7.00001 7.25989 6.9424 7.26315L6.94236 7.26315L6.94226 7.26316L6.93261 7.26371C6.52007 7.30095 6.21584 7.66557 6.25309 8.07811ZM13.2531 8.07811C13.2903 8.49053 13.6548 8.79471 14.0671 8.75766C14.098 8.75592 14.183 8.75137 14.2438 8.75046C14.3665 8.74861 14.537 8.75174 14.7265 8.77119C14.928 8.79188 15.1212 8.82816 15.292 8.88098L15.2175 9.11718C14.9324 10.0217 15.6943 10.75 16.4764 10.75C16.8975 10.75 17.3008 10.5582 17.5422 10.2126C17.7984 9.84594 17.8349 9.34578 17.5554 8.92189C17.3496 8.60981 17.0532 8.23109 16.6624 7.92066C16.0986 7.47293 15.3737 7.32975 14.8797 7.27903C14.6185 7.25222 14.3875 7.24813 14.2213 7.25063C14.1426 7.25181 13.9998 7.2599 13.9423 7.26316L13.9326 7.26371C13.5201 7.30095 13.2158 7.66557 13.2531 8.07811Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-vomiting{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12.0001C1.25 6.063 6.06294 1.25006 12 1.25006C17.9371 1.25006 22.75 6.063 22.75 12.0001C22.75 14.7547 21.7139 17.2674 20.0101 19.1697C19.7069 19.5082 19.5553 19.6775 19.4138 19.6716C19.3604 19.6694 19.3337 19.6622 19.2864 19.6373C19.1612 19.5713 19.0937 19.2457 18.9588 18.5944C18.292 15.3752 15.4075 13.0001 11.9996 13.0001C8.59169 13.0001 5.70797 15.3752 5.04117 18.5944L5.04117 18.5944C4.90627 19.2457 4.83882 19.5713 4.71357 19.6373C4.66625 19.6622 4.63961 19.6694 4.58617 19.6716C4.44474 19.6775 4.29313 19.5082 3.9899 19.1697C2.28612 17.2674 1.25 14.7547 1.25 12.0001ZM7.91415 7.37592C7.56951 7.14615 7.10385 7.23928 6.87409 7.58393C6.64432 7.92858 6.73745 8.39423 7.0821 8.62399C7.18652 8.6936 7.4078 8.82737 7.51987 8.89502C7.66531 8.98368 7.79644 9.06709 7.91141 9.15316C8.16911 9.34609 8.20671 9.45169 8.20976 9.46929L8.20911 9.47186C8.20362 9.49394 8.18479 9.56952 8.11195 9.67188C7.97676 9.86182 7.7571 10.0995 7.39428 10.4882C7.11165 10.791 7.12802 11.2656 7.43083 11.5482C7.73365 11.8309 8.20824 11.8145 8.49086 11.5117L8.52223 11.4781C8.84355 11.1339 9.13388 10.8229 9.33404 10.5416C9.55104 10.2367 9.73789 9.86552 9.71027 9.40682C9.70636 9.34184 9.69882 9.27712 9.68769 9.21297C9.58124 8.59913 9.13156 8.19284 8.81036 7.95237C8.63588 7.82175 8.45464 7.70811 8.30058 7.6142C8.2546 7.58617 8.21236 7.56067 8.17316 7.53699L8.17313 7.53697C8.07015 7.47477 7.98812 7.42523 7.91415 7.37592ZM16.9142 8.62399C17.2588 8.39423 17.3519 7.92857 17.1222 7.58393C16.8924 7.23928 16.4267 7.14615 16.0821 7.37592C16.0081 7.42522 15.9261 7.47476 15.8232 7.53694L15.8231 7.53697L15.8231 7.53698L15.8229 7.53711C15.7837 7.56075 15.7416 7.58622 15.6957 7.6142C15.5416 7.70811 15.3604 7.82175 15.1859 7.95237C14.8647 8.19284 14.415 8.59913 14.3086 9.21297C14.2974 9.27712 14.2899 9.34184 14.286 9.40682C14.2584 9.86552 14.4452 10.2367 14.6622 10.5416C14.8624 10.8229 15.1527 11.1339 15.474 11.4781L15.5054 11.5117C15.788 11.8145 16.2626 11.8309 16.5654 11.5482C16.8682 11.2656 16.8846 10.791 16.602 10.4882C16.2391 10.0995 16.0195 9.86182 15.8843 9.67188C15.8083 9.56507 15.7865 9.46929 15.7865 9.46929C15.7895 9.45169 15.8271 9.34609 16.0848 9.15316C16.1998 9.06709 16.3309 8.98368 16.4764 8.89502C16.5885 8.82737 16.8097 8.6936 16.9142 8.62399Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.21559 16.7321C9.21837 16.9134 9.22379 17.1044 9.2294 17.3019C9.25045 18.043 9.27408 18.8751 9.17039 19.6232C9.01741 20.7269 8.57794 21.83 7.42094 22.6195C7.07879 22.853 6.61216 22.7649 6.37869 22.4227C6.14522 22.0806 6.23331 21.614 6.57546 21.3805C7.27596 20.9025 7.56922 20.2497 7.68459 19.4173C7.69229 19.3618 7.69915 19.3062 7.70524 19.2504C7.58234 19.5988 7.21786 19.8114 6.84608 19.7344C6.44047 19.6504 6.17977 19.2535 6.26379 18.8479C6.80928 16.2143 9.17747 14.25 11.9982 14.25C14.8189 14.25 17.1871 16.2143 17.7326 18.8479C17.8166 19.2535 17.5559 19.6504 17.1503 19.7344C16.7796 19.8112 16.4162 19.6 16.2922 19.2535C16.2982 19.3074 16.3049 19.3613 16.3123 19.415C16.4282 20.2496 16.7221 20.9038 17.4208 21.3804C17.763 21.6138 17.8512 22.0805 17.6178 22.4226C17.3844 22.7648 16.9177 22.853 16.5756 22.6196C15.419 21.8307 14.9799 20.7252 14.8266 19.6213C14.7224 18.8709 14.7459 18.037 14.7667 17.296C14.7722 17.1003 14.7776 16.9111 14.7803 16.7317C14.0276 16.1197 13.0589 15.75 11.9982 15.75C10.9373 15.75 9.9684 16.1199 9.21559 16.7321ZM11.9982 18.25C12.4124 18.25 12.7482 18.5858 12.7482 19V21C12.7482 21.4142 12.4124 21.75 11.9982 21.75C11.584 21.75 11.2482 21.4142 11.2482 21V19C11.2482 18.5858 11.584 18.25 11.9982 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12.0001C1.25 6.063 6.06294 1.25006 12 1.25006C17.9371 1.25006 22.75 6.063 22.75 12.0001C22.75 14.7547 21.7139 17.2674 20.0101 19.1697C19.7069 19.5082 19.5553 19.6775 19.4138 19.6716C19.3604 19.6694 19.3337 19.6622 19.2864 19.6373C19.1612 19.5713 19.0937 19.2457 18.9588 18.5944C18.292 15.3752 15.4075 13.0001 11.9996 13.0001C8.59169 13.0001 5.70797 15.3752 5.04117 18.5944L5.04117 18.5944C4.90627 19.2457 4.83882 19.5713 4.71357 19.6373C4.66625 19.6622 4.63961 19.6694 4.58617 19.6716C4.44474 19.6775 4.29313 19.5082 3.9899 19.1697C2.28612 17.2674 1.25 14.7547 1.25 12.0001ZM7.91415 7.37592C7.56951 7.14615 7.10385 7.23928 6.87409 7.58393C6.64432 7.92858 6.73745 8.39423 7.0821 8.62399C7.18652 8.6936 7.4078 8.82737 7.51987 8.89502C7.66531 8.98368 7.79644 9.06709 7.91141 9.15316C8.16911 9.34609 8.20671 9.45169 8.20976 9.46929L8.20911 9.47186C8.20362 9.49394 8.18479 9.56952 8.11195 9.67188C7.97676 9.86182 7.7571 10.0995 7.39428 10.4882C7.11165 10.791 7.12802 11.2656 7.43083 11.5482C7.73365 11.8309 8.20824 11.8145 8.49086 11.5117L8.52223 11.4781C8.84355 11.1339 9.13388 10.8229 9.33404 10.5416C9.55104 10.2367 9.73789 9.86552 9.71027 9.40682C9.70636 9.34184 9.69882 9.27712 9.68769 9.21297C9.58124 8.59913 9.13156 8.19284 8.81036 7.95237C8.63588 7.82175 8.45464 7.70811 8.30058 7.6142C8.2546 7.58617 8.21236 7.56067 8.17316 7.53699L8.17313 7.53697C8.07015 7.47477 7.98812 7.42523 7.91415 7.37592ZM16.9142 8.62399C17.2588 8.39423 17.3519 7.92857 17.1222 7.58393C16.8924 7.23928 16.4267 7.14615 16.0821 7.37592C16.0081 7.42522 15.9261 7.47476 15.8232 7.53694L15.8231 7.53697L15.8231 7.53698L15.8229 7.53711C15.7837 7.56075 15.7416 7.58622 15.6957 7.6142C15.5416 7.70811 15.3604 7.82175 15.1859 7.95237C14.8647 8.19284 14.415 8.59913 14.3086 9.21297C14.2974 9.27712 14.2899 9.34184 14.286 9.40682C14.2584 9.86552 14.4452 10.2367 14.6622 10.5416C14.8624 10.8229 15.1527 11.1339 15.474 11.4781L15.5054 11.5117C15.788 11.8145 16.2626 11.8309 16.5654 11.5482C16.8682 11.2656 16.8846 10.791 16.602 10.4882C16.2391 10.0995 16.0195 9.86182 15.8843 9.67188C15.8083 9.56507 15.7865 9.46929 15.7865 9.46929C15.7895 9.45169 15.8271 9.34609 16.0848 9.15316C16.1998 9.06709 16.3309 8.98368 16.4764 8.89502C16.5885 8.82737 16.8097 8.6936 16.9142 8.62399Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.21559 16.7321C9.21837 16.9134 9.22379 17.1044 9.2294 17.3019C9.25045 18.043 9.27408 18.8751 9.17039 19.6232C9.01741 20.7269 8.57794 21.83 7.42094 22.6195C7.07879 22.853 6.61216 22.7649 6.37869 22.4227C6.14522 22.0806 6.23331 21.614 6.57546 21.3805C7.27596 20.9025 7.56922 20.2497 7.68459 19.4173C7.69229 19.3618 7.69915 19.3062 7.70524 19.2504C7.58234 19.5988 7.21786 19.8114 6.84608 19.7344C6.44047 19.6504 6.17977 19.2535 6.26379 18.8479C6.80928 16.2143 9.17747 14.25 11.9982 14.25C14.8189 14.25 17.1871 16.2143 17.7326 18.8479C17.8166 19.2535 17.5559 19.6504 17.1503 19.7344C16.7796 19.8112 16.4162 19.6 16.2922 19.2535C16.2982 19.3074 16.3049 19.3613 16.3123 19.415C16.4282 20.2496 16.7221 20.9038 17.4208 21.3804C17.763 21.6138 17.8512 22.0805 17.6178 22.4226C17.3844 22.7648 16.9177 22.853 16.5756 22.6196C15.419 21.8307 14.9799 20.7252 14.8266 19.6213C14.7224 18.8709 14.7459 18.037 14.7667 17.296C14.7722 17.1003 14.7776 16.9111 14.7803 16.7317C14.0276 16.1197 13.0589 15.75 11.9982 15.75C10.9373 15.75 9.9684 16.1199 9.21559 16.7321ZM11.9982 18.25C12.4124 18.25 12.7482 18.5858 12.7482 19V21C12.7482 21.4142 12.4124 21.75 11.9982 21.75C11.584 21.75 11.2482 21.4142 11.2482 21V19C11.2482 18.5858 11.584 18.25 11.9982 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-wink{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM15.5585 8.50064C15.8229 8.20618 15.8135 7.75286 15.5303 7.46967C15.2374 7.17678 14.7626 7.17678 14.4697 7.46967L14.463 7.47679C14.4236 7.51905 14.3256 7.62395 14.2743 7.68378C14.166 7.8101 14.0215 7.9906 13.876 8.20897C13.6011 8.62133 13.25 9.27456 13.25 10C13.25 10.3228 13.4566 10.6094 13.7628 10.7115C14.0691 10.8136 14.4063 10.7083 14.6 10.45C15.05 9.85 15.95 9.85 16.4 10.45C16.6485 10.7814 17.1186 10.8485 17.45 10.6C17.7814 10.3515 17.8485 9.88137 17.6 9.55C17.088 8.86732 16.3263 8.51754 15.5585 8.50064ZM6.75 9C6.75 8.30964 7.30764 7.75 7.99553 7.75H8.00447C8.69236 7.75 9.25 8.30964 9.25 9C9.25 9.69036 8.69236 10.25 8.00447 10.25H7.99553C7.30764 10.25 6.75 9.69036 6.75 9ZM8.59974 13.5496C8.35099 13.2184 7.88084 13.1515 7.54964 13.4003C7.21843 13.649 7.1516 14.1192 7.40035 14.4504C8.44802 15.8453 10.1185 16.75 12 16.75C12.3446 16.75 12.682 16.7196 13.0099 16.6615L13.6001 17.7199C14.2328 18.7248 15.5788 19.0265 16.6099 18.4805C17.6736 17.9173 18.0956 16.6096 17.436 15.5618C17.3233 15.3744 16.9905 14.9001 16.5607 14.5018C16.5738 14.4847 16.5868 14.4676 16.5997 14.4504C16.8485 14.1192 16.7817 13.649 16.4505 13.4003C16.1192 13.1515 15.6491 13.2184 15.4003 13.5496C14.6238 14.5835 13.3898 15.25 12 15.25C10.6103 15.25 9.37631 14.5835 8.59974 13.5496Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM15.5585 8.50064C15.8229 8.20618 15.8135 7.75286 15.5303 7.46967C15.2374 7.17678 14.7626 7.17678 14.4697 7.46967L14.463 7.47679C14.4236 7.51905 14.3256 7.62395 14.2743 7.68378C14.166 7.8101 14.0215 7.9906 13.876 8.20897C13.6011 8.62133 13.25 9.27456 13.25 10C13.25 10.3228 13.4566 10.6094 13.7628 10.7115C14.0691 10.8136 14.4063 10.7083 14.6 10.45C15.05 9.85 15.95 9.85 16.4 10.45C16.6485 10.7814 17.1186 10.8485 17.45 10.6C17.7814 10.3515 17.8485 9.88137 17.6 9.55C17.088 8.86732 16.3263 8.51754 15.5585 8.50064ZM6.75 9C6.75 8.30964 7.30764 7.75 7.99553 7.75H8.00447C8.69236 7.75 9.25 8.30964 9.25 9C9.25 9.69036 8.69236 10.25 8.00447 10.25H7.99553C7.30764 10.25 6.75 9.69036 6.75 9ZM8.59974 13.5496C8.35099 13.2184 7.88084 13.1515 7.54964 13.4003C7.21843 13.649 7.1516 14.1192 7.40035 14.4504C8.44802 15.8453 10.1185 16.75 12 16.75C12.3446 16.75 12.682 16.7196 13.0099 16.6615L13.6001 17.7199C14.2328 18.7248 15.5788 19.0265 16.6099 18.4805C17.6736 17.9173 18.0956 16.6096 17.436 15.5618C17.3233 15.3744 16.9905 14.9001 16.5607 14.5018C16.5738 14.4847 16.5868 14.4676 16.5997 14.4504C16.8485 14.1192 16.7817 13.649 16.4505 13.4003C16.1192 13.1515 15.6491 13.2184 15.4003 13.5496C14.6238 14.5835 13.3898 15.25 12 15.25C10.6103 15.25 9.37631 14.5835 8.59974 13.5496Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-winking{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8.59974 14.5496C8.35099 14.2184 7.88084 14.1515 7.54964 14.4003C7.21843 14.649 7.1516 15.1192 7.40035 15.4504C8.44802 16.8453 10.1185 17.75 12 17.75C13.8816 17.75 15.5521 16.8453 16.5997 15.4504C16.8485 15.1192 16.7817 14.649 16.4505 14.4003C16.1192 14.1515 15.6491 14.2184 15.4003 14.5496C14.6238 15.5835 13.3898 16.25 12 16.25C10.6103 16.25 9.37631 15.5835 8.59974 14.5496ZM15.5303 7.46967C15.8135 7.75286 15.8229 8.20618 15.5585 8.50064C16.3263 8.51754 17.088 8.86732 17.6 9.55C17.8485 9.88137 17.7814 10.3515 17.45 10.6C17.1186 10.8485 16.6485 10.7814 16.4 10.45C15.95 9.85 15.05 9.85 14.6 10.45C14.4063 10.7083 14.0691 10.8136 13.7628 10.7115C13.4566 10.6094 13.25 10.3228 13.25 10C13.25 9.27456 13.6011 8.62133 13.876 8.20897C14.0215 7.9906 14.227 7.74659 14.3352 7.62027C14.3897 7.55672 14.4359 7.50585 14.4697 7.46967C14.7626 7.17678 15.2374 7.17678 15.5303 7.46967ZM7.99553 7.75C7.30764 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30764 10.25 7.99553 10.25H8.00447C8.69236 10.25 9.25 9.69036 9.25 9C9.25 8.30964 8.69236 7.75 8.00447 7.75H7.99553Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8.59974 14.5496C8.35099 14.2184 7.88084 14.1515 7.54964 14.4003C7.21843 14.649 7.1516 15.1192 7.40035 15.4504C8.44802 16.8453 10.1185 17.75 12 17.75C13.8816 17.75 15.5521 16.8453 16.5997 15.4504C16.8485 15.1192 16.7817 14.649 16.4505 14.4003C16.1192 14.1515 15.6491 14.2184 15.4003 14.5496C14.6238 15.5835 13.3898 16.25 12 16.25C10.6103 16.25 9.37631 15.5835 8.59974 14.5496ZM15.5303 7.46967C15.8135 7.75286 15.8229 8.20618 15.5585 8.50064C16.3263 8.51754 17.088 8.86732 17.6 9.55C17.8485 9.88137 17.7814 10.3515 17.45 10.6C17.1186 10.8485 16.6485 10.7814 16.4 10.45C15.95 9.85 15.05 9.85 14.6 10.45C14.4063 10.7083 14.0691 10.8136 13.7628 10.7115C13.4566 10.6094 13.25 10.3228 13.25 10C13.25 9.27456 13.6011 8.62133 13.876 8.20897C14.0215 7.9906 14.227 7.74659 14.3352 7.62027C14.3897 7.55672 14.4359 7.50585 14.4697 7.46967C14.7626 7.17678 15.2374 7.17678 15.5303 7.46967ZM7.99553 7.75C7.30764 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30764 10.25 7.99553 10.25H8.00447C8.69236 10.25 9.25 9.69036 9.25 9C9.25 8.30964 8.69236 7.75 8.00447 7.75H7.99553Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-emojis-icons-worry{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM10.1817 16.0021C9.72908 15.666 9.24709 15.666 8.79444 16.0021L8.44721 16.26C8.11467 16.5069 7.64489 16.4376 7.39793 16.105C7.15097 15.7725 7.22035 15.3027 7.55289 15.0557L7.90012 14.7979C8.88378 14.0674 10.0924 14.0674 11.0761 14.7979L11.3454 14.9979C11.798 15.334 12.28 15.334 12.7327 14.9979L13.002 14.7979C13.9856 14.0674 15.1942 14.0674 16.1779 14.7979L16.4472 14.9979C16.7797 15.2448 16.8491 15.7146 16.6022 16.0472C16.3552 16.3797 15.8854 16.4491 15.5529 16.2021L15.2836 16.0021C14.8309 15.666 14.3489 15.666 13.8963 16.0021L13.627 16.2021C12.6433 16.9326 11.4347 16.9326 10.451 16.2021L10.1817 16.0021ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM15.991 7.75C15.3007 7.75 14.741 8.30964 14.741 9C14.741 9.69036 15.3007 10.25 15.991 10.25H16C16.6904 10.25 17.25 9.69036 17.25 9C17.25 8.30964 16.6904 7.75 16 7.75H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM10.1817 16.0021C9.72908 15.666 9.24709 15.666 8.79444 16.0021L8.44721 16.26C8.11467 16.5069 7.64489 16.4376 7.39793 16.105C7.15097 15.7725 7.22035 15.3027 7.55289 15.0557L7.90012 14.7979C8.88378 14.0674 10.0924 14.0674 11.0761 14.7979L11.3454 14.9979C11.798 15.334 12.28 15.334 12.7327 14.9979L13.002 14.7979C13.9856 14.0674 15.1942 14.0674 16.1779 14.7979L16.4472 14.9979C16.7797 15.2448 16.8491 15.7146 16.6022 16.0472C16.3552 16.3797 15.8854 16.4491 15.5529 16.2021L15.2836 16.0021C14.8309 15.666 14.3489 15.666 13.8963 16.0021L13.627 16.2021C12.6433 16.9326 11.4347 16.9326 10.451 16.2021L10.1817 16.0021ZM8 7.75C7.30964 7.75 6.75 8.30964 6.75 9C6.75 9.69036 7.30964 10.25 8 10.25H8.00897C8.69933 10.25 9.25897 9.69036 9.25897 9C9.25897 8.30964 8.69933 7.75 8.00897 7.75H8ZM15.991 7.75C15.3007 7.75 14.741 8.30964 14.741 9C14.741 9.69036 15.3007 10.25 15.991 10.25H16C16.6904 10.25 17.25 9.69036 17.25 9C17.25 8.30964 16.6904 7.75 16 7.75H15.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-atomic-power{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1045 4.22272C13.0554 4.892 10.6874 6.36903 8.52867 8.52776C8.23426 8.82217 7.95215 9.12087 7.68275 9.42253C7.34829 9.79704 6.77355 9.82951 6.39903 9.49504C6.02452 9.16058 5.99205 8.58584 6.32652 8.21133C6.61876 7.88409 6.92437 7.56053 7.24291 7.242C9.56068 4.92423 12.1663 3.26952 14.5399 2.49424C16.8596 1.73657 19.2426 1.74502 20.7483 3.25073C22.0671 4.56956 22.2334 6.56958 21.7556 8.57322C21.6392 9.06165 21.1488 9.36319 20.6604 9.24672C20.1719 9.13025 19.8704 8.63988 19.9869 8.15146C20.3999 6.41946 20.1321 5.20612 19.4625 4.53649C18.696 3.77001 17.2074 3.53584 15.1045 4.22272ZM3.50091 14.3077C3.98331 14.447 4.26141 14.951 4.12207 15.4334C3.56179 17.3731 3.81352 18.7377 4.5374 19.4616C5.30389 20.2281 6.79246 20.4622 8.8954 19.7753C10.9444 19.1061 13.3125 17.629 15.4712 15.4703C15.7656 15.1759 16.0477 14.8772 16.3171 14.5755C16.6516 14.201 17.2263 14.1686 17.6009 14.503C17.9754 14.8375 18.0078 15.4122 17.6734 15.7867C17.3811 16.114 17.0755 16.4375 16.757 16.7561C14.4392 19.0738 11.8336 20.7285 9.45998 21.5038C7.1403 22.2615 4.75734 22.253 3.25164 20.7473C1.82746 19.3232 1.74501 17.1103 2.37514 14.9288C2.51448 14.4464 3.01851 14.1683 3.50091 14.3077Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2692 8.5783C13.6526 8.90256 13.7005 9.47622 13.3763 9.8596L12.588 10.7916C12.4786 10.921 12.4239 10.9857 12.4483 11.0383C12.4728 11.091 12.5579 11.0909 12.7283 11.0908C12.8905 11.0907 13.0898 11.0905 13.255 11.1117C13.4045 11.1308 13.8513 11.1998 14.1173 11.6295C14.4199 12.1183 14.2073 12.583 14.1197 12.7435C14.0263 12.9144 13.9059 13.077 13.7796 13.2254L11.9992 15.3168C11.6738 15.6992 11.1 15.7453 10.7176 15.4198C10.3353 15.0943 10.2892 14.5205 10.6146 14.1382L11.4314 13.1786C11.5185 13.0764 11.562 13.0252 11.5531 12.9817C11.5503 12.968 11.5443 12.9552 11.5357 12.9442C11.5084 12.9092 11.4413 12.9092 11.3069 12.9092C11.1391 12.9092 10.9227 12.911 10.7454 12.8883C9.94659 12.7863 9.48447 11.9818 9.88072 11.2565C9.97364 11.0865 10.0938 10.9248 10.219 10.7768L11.9879 8.68534C12.3122 8.30196 12.8858 8.25404 13.2692 8.5783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.53745 4.53643C5.26133 3.81254 6.62592 3.56081 8.56558 4.12109C9.04798 4.26044 9.552 3.98233 9.69135 3.49993C9.83069 3.01753 9.55259 2.51351 9.07019 2.37416C6.88871 1.74403 4.67586 1.82648 3.25168 3.25066C1.74598 4.75636 1.73753 7.13932 2.4952 9.459C3.27048 11.8326 4.92518 14.4382 7.24295 16.756C7.73996 17.253 8.24926 17.7186 8.76571 18.1511C9.15069 18.4734 9.7241 18.4227 10.0465 18.0377C10.3688 17.6527 10.3181 17.0793 9.93309 16.7569C9.45795 16.3591 8.98813 15.9297 8.52872 15.4702C6.36998 13.3115 4.89296 10.9435 4.22368 8.89443C3.5368 6.79149 3.77096 5.30291 4.53745 4.53643ZM14.0331 6.02175C13.709 6.40524 13.7571 6.97888 14.1406 7.30302C14.5906 7.68338 15.0356 8.09206 15.4713 8.52769C17.63 10.6864 19.107 13.0545 19.7763 15.1035C20.4632 17.2065 20.229 18.695 19.4625 19.4615C18.6849 20.2392 17.163 20.468 15.0173 19.7464C14.5414 19.5863 14.0258 19.8424 13.8658 20.3183C13.7057 20.7942 13.9618 21.3098 14.4377 21.4699C16.7934 22.2621 19.2214 22.2742 20.7483 20.7473C22.254 19.2416 22.2625 16.8586 21.5048 14.5389C20.7295 12.1654 19.0748 9.5597 16.757 7.24193C16.2857 6.77064 15.8034 6.32759 15.3144 5.91428C14.9309 5.59014 14.3573 5.63826 14.0331 6.02175Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1045 4.22272C13.0554 4.892 10.6874 6.36903 8.52867 8.52776C8.23426 8.82217 7.95215 9.12087 7.68275 9.42253C7.34829 9.79704 6.77355 9.82951 6.39903 9.49504C6.02452 9.16058 5.99205 8.58584 6.32652 8.21133C6.61876 7.88409 6.92437 7.56053 7.24291 7.242C9.56068 4.92423 12.1663 3.26952 14.5399 2.49424C16.8596 1.73657 19.2426 1.74502 20.7483 3.25073C22.0671 4.56956 22.2334 6.56958 21.7556 8.57322C21.6392 9.06165 21.1488 9.36319 20.6604 9.24672C20.1719 9.13025 19.8704 8.63988 19.9869 8.15146C20.3999 6.41946 20.1321 5.20612 19.4625 4.53649C18.696 3.77001 17.2074 3.53584 15.1045 4.22272ZM3.50091 14.3077C3.98331 14.447 4.26141 14.951 4.12207 15.4334C3.56179 17.3731 3.81352 18.7377 4.5374 19.4616C5.30389 20.2281 6.79246 20.4622 8.8954 19.7753C10.9444 19.1061 13.3125 17.629 15.4712 15.4703C15.7656 15.1759 16.0477 14.8772 16.3171 14.5755C16.6516 14.201 17.2263 14.1686 17.6009 14.503C17.9754 14.8375 18.0078 15.4122 17.6734 15.7867C17.3811 16.114 17.0755 16.4375 16.757 16.7561C14.4392 19.0738 11.8336 20.7285 9.45998 21.5038C7.1403 22.2615 4.75734 22.253 3.25164 20.7473C1.82746 19.3232 1.74501 17.1103 2.37514 14.9288C2.51448 14.4464 3.01851 14.1683 3.50091 14.3077Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2692 8.5783C13.6526 8.90256 13.7005 9.47622 13.3763 9.8596L12.588 10.7916C12.4786 10.921 12.4239 10.9857 12.4483 11.0383C12.4728 11.091 12.5579 11.0909 12.7283 11.0908C12.8905 11.0907 13.0898 11.0905 13.255 11.1117C13.4045 11.1308 13.8513 11.1998 14.1173 11.6295C14.4199 12.1183 14.2073 12.583 14.1197 12.7435C14.0263 12.9144 13.9059 13.077 13.7796 13.2254L11.9992 15.3168C11.6738 15.6992 11.1 15.7453 10.7176 15.4198C10.3353 15.0943 10.2892 14.5205 10.6146 14.1382L11.4314 13.1786C11.5185 13.0764 11.562 13.0252 11.5531 12.9817C11.5503 12.968 11.5443 12.9552 11.5357 12.9442C11.5084 12.9092 11.4413 12.9092 11.3069 12.9092C11.1391 12.9092 10.9227 12.911 10.7454 12.8883C9.94659 12.7863 9.48447 11.9818 9.88072 11.2565C9.97364 11.0865 10.0938 10.9248 10.219 10.7768L11.9879 8.68534C12.3122 8.30196 12.8858 8.25404 13.2692 8.5783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.53745 4.53643C5.26133 3.81254 6.62592 3.56081 8.56558 4.12109C9.04798 4.26044 9.552 3.98233 9.69135 3.49993C9.83069 3.01753 9.55259 2.51351 9.07019 2.37416C6.88871 1.74403 4.67586 1.82648 3.25168 3.25066C1.74598 4.75636 1.73753 7.13932 2.4952 9.459C3.27048 11.8326 4.92518 14.4382 7.24295 16.756C7.73996 17.253 8.24926 17.7186 8.76571 18.1511C9.15069 18.4734 9.7241 18.4227 10.0465 18.0377C10.3688 17.6527 10.3181 17.0793 9.93309 16.7569C9.45795 16.3591 8.98813 15.9297 8.52872 15.4702C6.36998 13.3115 4.89296 10.9435 4.22368 8.89443C3.5368 6.79149 3.77096 5.30291 4.53745 4.53643ZM14.0331 6.02175C13.709 6.40524 13.7571 6.97888 14.1406 7.30302C14.5906 7.68338 15.0356 8.09206 15.4713 8.52769C17.63 10.6864 19.107 13.0545 19.7763 15.1035C20.4632 17.2065 20.229 18.695 19.4625 19.4615C18.6849 20.2392 17.163 20.468 15.0173 19.7464C14.5414 19.5863 14.0258 19.8424 13.8658 20.3183C13.7057 20.7942 13.9618 21.3098 14.4377 21.4699C16.7934 22.2621 19.2214 22.2742 20.7483 20.7473C22.254 19.2416 22.2625 16.8586 21.5048 14.5389C20.7295 12.1654 19.0748 9.5597 16.757 7.24193C16.2857 6.77064 15.8034 6.32759 15.3144 5.91428C14.9309 5.59014 14.3573 5.63826 14.0331 6.02175Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-automotive-battery-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0549 5.75H16.0549C17.4225 5.74998 18.5248 5.74996 19.3918 5.86652C20.2919 5.98754 21.0497 6.24643 21.6517 6.84835C22.2536 7.45027 22.5125 8.20814 22.6335 9.10825C22.75 9.97522 22.75 11.0775 22.75 12.4451V15.0549C22.75 16.4225 22.75 17.5248 22.6335 18.3918C22.5125 19.2919 22.2536 20.0497 21.6517 20.6517C21.0497 21.2536 20.2919 21.5125 19.3918 21.6335C18.5248 21.75 17.4225 21.75 16.0549 21.75H7.94513C6.57754 21.75 5.47522 21.75 4.60825 21.6335C3.70814 21.5125 2.95027 21.2536 2.34835 20.6517C1.74644 20.0497 1.48754 19.2919 1.36653 18.3918C1.24997 17.5248 1.24998 16.4225 1.25 15.0549V15.0549V15.0549V12.4451V12.4451V12.4451C1.24998 11.0775 1.24997 9.97521 1.36653 9.10825C1.48754 8.20814 1.74644 7.45027 2.34835 6.84835C2.95027 6.24643 3.70814 5.98754 4.60825 5.86652C5.47521 5.74996 6.57752 5.74998 7.94509 5.75H7.94511H7.94513H16.0549H16.0549ZM17 8.75C17.4142 8.75 17.75 9.08579 17.75 9.5V10.75H19C19.4142 10.75 19.75 11.0858 19.75 11.5C19.75 11.9142 19.4142 12.25 19 12.25H17.75V13.5C17.75 13.9142 17.4142 14.25 17 14.25C16.5858 14.25 16.25 13.9142 16.25 13.5V12.25H15C14.5858 12.25 14.25 11.9142 14.25 11.5C14.25 11.0858 14.5858 10.75 15 10.75H16.25V9.5C16.25 9.08579 16.5858 8.75 17 8.75ZM5 10.75C4.58579 10.75 4.25 11.0858 4.25 11.5C4.25 11.9142 4.58579 12.25 5 12.25H9C9.41421 12.25 9.75 11.9142 9.75 11.5C9.75 11.0858 9.41421 10.75 9 10.75H5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.21731 2.25C6.89462 2.24997 6.59839 2.24995 6.35289 2.27492C6.0865 2.30202 5.79797 2.3646 5.52809 2.54493C5.337 2.67261 5.17294 2.83667 5.04526 3.02776C4.86493 3.29764 4.80235 3.58617 4.77525 3.85256C4.76038 3.99874 4.75437 4.16289 4.75195 4.33991C5.65129 4.24986 6.71228 4.24993 7.85726 4.25L9.74713 4.25001C9.74397 4.10712 9.73774 3.97367 9.72542 3.85256C9.69832 3.58617 9.63574 3.29764 9.45541 3.02776C9.32773 2.83667 9.16366 2.67261 8.97258 2.54493C8.7027 2.3646 8.41416 2.30202 8.14777 2.27492C7.90227 2.24995 7.60605 2.24997 7.28335 2.25H7.21731Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.2487 4.33991C18.3494 4.24986 17.2884 4.24993 16.1434 4.25L14.2535 4.25001C14.2567 4.10712 14.2629 3.97367 14.2753 3.85256C14.3023 3.58617 14.3649 3.29764 14.5453 3.02776C14.6729 2.83667 14.837 2.67261 15.0281 2.54493C15.298 2.3646 15.5865 2.30202 15.8529 2.27492C16.0984 2.24995 16.3946 2.24997 16.7173 2.25H16.7834C17.1061 2.24997 17.4023 2.24995 17.6478 2.27492C17.9142 2.30202 18.2027 2.3646 18.4726 2.54493C18.6637 2.67261 18.8277 2.83667 18.9554 3.02776C19.1357 3.29764 19.1983 3.58617 19.2254 3.85256C19.2403 3.99874 19.2463 4.16289 19.2487 4.33991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0549 5.75H16.0549C17.4225 5.74998 18.5248 5.74996 19.3918 5.86652C20.2919 5.98754 21.0497 6.24643 21.6517 6.84835C22.2536 7.45027 22.5125 8.20814 22.6335 9.10825C22.75 9.97522 22.75 11.0775 22.75 12.4451V15.0549C22.75 16.4225 22.75 17.5248 22.6335 18.3918C22.5125 19.2919 22.2536 20.0497 21.6517 20.6517C21.0497 21.2536 20.2919 21.5125 19.3918 21.6335C18.5248 21.75 17.4225 21.75 16.0549 21.75H7.94513C6.57754 21.75 5.47522 21.75 4.60825 21.6335C3.70814 21.5125 2.95027 21.2536 2.34835 20.6517C1.74644 20.0497 1.48754 19.2919 1.36653 18.3918C1.24997 17.5248 1.24998 16.4225 1.25 15.0549V15.0549V15.0549V12.4451V12.4451V12.4451C1.24998 11.0775 1.24997 9.97521 1.36653 9.10825C1.48754 8.20814 1.74644 7.45027 2.34835 6.84835C2.95027 6.24643 3.70814 5.98754 4.60825 5.86652C5.47521 5.74996 6.57752 5.74998 7.94509 5.75H7.94511H7.94513H16.0549H16.0549ZM17 8.75C17.4142 8.75 17.75 9.08579 17.75 9.5V10.75H19C19.4142 10.75 19.75 11.0858 19.75 11.5C19.75 11.9142 19.4142 12.25 19 12.25H17.75V13.5C17.75 13.9142 17.4142 14.25 17 14.25C16.5858 14.25 16.25 13.9142 16.25 13.5V12.25H15C14.5858 12.25 14.25 11.9142 14.25 11.5C14.25 11.0858 14.5858 10.75 15 10.75H16.25V9.5C16.25 9.08579 16.5858 8.75 17 8.75ZM5 10.75C4.58579 10.75 4.25 11.0858 4.25 11.5C4.25 11.9142 4.58579 12.25 5 12.25H9C9.41421 12.25 9.75 11.9142 9.75 11.5C9.75 11.0858 9.41421 10.75 9 10.75H5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.21731 2.25C6.89462 2.24997 6.59839 2.24995 6.35289 2.27492C6.0865 2.30202 5.79797 2.3646 5.52809 2.54493C5.337 2.67261 5.17294 2.83667 5.04526 3.02776C4.86493 3.29764 4.80235 3.58617 4.77525 3.85256C4.76038 3.99874 4.75437 4.16289 4.75195 4.33991C5.65129 4.24986 6.71228 4.24993 7.85726 4.25L9.74713 4.25001C9.74397 4.10712 9.73774 3.97367 9.72542 3.85256C9.69832 3.58617 9.63574 3.29764 9.45541 3.02776C9.32773 2.83667 9.16366 2.67261 8.97258 2.54493C8.7027 2.3646 8.41416 2.30202 8.14777 2.27492C7.90227 2.24995 7.60605 2.24997 7.28335 2.25H7.21731Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.2487 4.33991C18.3494 4.24986 17.2884 4.24993 16.1434 4.25L14.2535 4.25001C14.2567 4.10712 14.2629 3.97367 14.2753 3.85256C14.3023 3.58617 14.3649 3.29764 14.5453 3.02776C14.6729 2.83667 14.837 2.67261 15.0281 2.54493C15.298 2.3646 15.5865 2.30202 15.8529 2.27492C16.0984 2.24995 16.3946 2.24997 16.7173 2.25H16.7834C17.1061 2.24997 17.4023 2.24995 17.6478 2.27492C17.9142 2.30202 18.2027 2.3646 18.4726 2.54493C18.6637 2.67261 18.8277 2.83667 18.9554 3.02776C19.1357 3.29764 19.1983 3.58617 19.2254 3.85256C19.2403 3.99874 19.2463 4.16289 19.2487 4.33991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-automotive-battery-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.21731 2.25C6.89462 2.24997 6.59839 2.24995 6.35289 2.27492C6.0865 2.30202 5.79797 2.3646 5.52809 2.54493C5.337 2.67261 5.17294 2.83667 5.04526 3.02776C4.86493 3.29764 4.80235 3.58617 4.77525 3.85256C4.76038 3.99874 4.75437 4.16289 4.75195 4.33991C5.65129 4.24986 6.71228 4.24993 7.85726 4.25L9.74713 4.25001C9.74397 4.10712 9.73774 3.97367 9.72542 3.85256C9.69832 3.58617 9.63574 3.29764 9.45541 3.02776C9.32773 2.83667 9.16366 2.67261 8.97258 2.54493C8.7027 2.3646 8.41416 2.30202 8.14777 2.27492C7.90227 2.24995 7.60605 2.24997 7.28335 2.25H7.21731Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.2487 4.33991C18.3494 4.24986 17.2884 4.24993 16.1434 4.25L14.2535 4.25001C14.2567 4.10712 14.2629 3.97367 14.2753 3.85256C14.3023 3.58617 14.3649 3.29764 14.5453 3.02776C14.6729 2.83667 14.837 2.67261 15.0281 2.54493C15.298 2.3646 15.5865 2.30202 15.8529 2.27492C16.0984 2.24995 16.3946 2.24997 16.7173 2.25H16.7834C17.1061 2.24997 17.4023 2.24995 17.6478 2.27492C17.9142 2.30202 18.2027 2.3646 18.4726 2.54493C18.6637 2.67261 18.8277 2.83667 18.9554 3.02776C19.1357 3.29764 19.1983 3.58617 19.2254 3.85256C19.2403 3.99874 19.2463 4.16289 19.2487 4.33991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0549 5.75H16.0549H16.0549H7.94513H7.94511H7.94509C6.57752 5.74998 5.47521 5.74996 4.60825 5.86652C3.70814 5.98754 2.95027 6.24643 2.34835 6.84835C1.74643 7.45027 1.48754 8.20814 1.36652 9.10825C1.24996 9.97521 1.24998 11.0775 1.25 12.4451V12.4451V12.4451V15.0549V15.0549V15.0549C1.24998 16.4225 1.24996 17.5248 1.36652 18.3918C1.48754 19.2919 1.74643 20.0497 2.34835 20.6517C2.95027 21.2536 3.70814 21.5125 4.60825 21.6335C5.47522 21.75 6.57754 21.75 7.94513 21.75H16.0549C17.4225 21.75 18.5248 21.75 19.3918 21.6335C20.2919 21.5125 21.0497 21.2536 21.6517 20.6517C22.2536 20.0497 22.5125 19.2919 22.6335 18.3918C22.75 17.5248 22.75 16.4225 22.75 15.0549V12.4451C22.75 11.0775 22.75 9.97522 22.6335 9.10825C22.5125 8.20814 22.2536 7.45027 21.6517 6.84835C21.0497 6.24643 20.2919 5.98754 19.3918 5.86652C18.5248 5.74996 17.4225 5.74998 16.0549 5.75ZM13.136 10.1476C13.3555 9.79635 13.2488 9.33363 12.8975 9.1141C12.5462 8.89457 12.0835 9.00135 11.864 9.3526L9.364 13.3526C9.2195 13.5838 9.21185 13.8752 9.34402 14.1137C9.47619 14.3521 9.72736 14.5001 10 14.5001H12.6468L10.864 17.3526C10.6445 17.7039 10.7512 18.1666 11.1025 18.3861C11.4538 18.6056 11.9165 18.4989 12.136 18.1476L14.636 14.1476C14.7805 13.9164 14.7882 13.625 14.656 13.3865C14.5238 13.1481 14.2726 13.0001 14 13.0001H11.3532L13.136 10.1476Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.21731 2.25C6.89462 2.24997 6.59839 2.24995 6.35289 2.27492C6.0865 2.30202 5.79797 2.3646 5.52809 2.54493C5.337 2.67261 5.17294 2.83667 5.04526 3.02776C4.86493 3.29764 4.80235 3.58617 4.77525 3.85256C4.76038 3.99874 4.75437 4.16289 4.75195 4.33991C5.65129 4.24986 6.71228 4.24993 7.85726 4.25L9.74713 4.25001C9.74397 4.10712 9.73774 3.97367 9.72542 3.85256C9.69832 3.58617 9.63574 3.29764 9.45541 3.02776C9.32773 2.83667 9.16366 2.67261 8.97258 2.54493C8.7027 2.3646 8.41416 2.30202 8.14777 2.27492C7.90227 2.24995 7.60605 2.24997 7.28335 2.25H7.21731Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.2487 4.33991C18.3494 4.24986 17.2884 4.24993 16.1434 4.25L14.2535 4.25001C14.2567 4.10712 14.2629 3.97367 14.2753 3.85256C14.3023 3.58617 14.3649 3.29764 14.5453 3.02776C14.6729 2.83667 14.837 2.67261 15.0281 2.54493C15.298 2.3646 15.5865 2.30202 15.8529 2.27492C16.0984 2.24995 16.3946 2.24997 16.7173 2.25H16.7834C17.1061 2.24997 17.4023 2.24995 17.6478 2.27492C17.9142 2.30202 18.2027 2.3646 18.4726 2.54493C18.6637 2.67261 18.8277 2.83667 18.9554 3.02776C19.1357 3.29764 19.1983 3.58617 19.2254 3.85256C19.2403 3.99874 19.2463 4.16289 19.2487 4.33991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0549 5.75H16.0549H16.0549H7.94513H7.94511H7.94509C6.57752 5.74998 5.47521 5.74996 4.60825 5.86652C3.70814 5.98754 2.95027 6.24643 2.34835 6.84835C1.74643 7.45027 1.48754 8.20814 1.36652 9.10825C1.24996 9.97521 1.24998 11.0775 1.25 12.4451V12.4451V12.4451V15.0549V15.0549V15.0549C1.24998 16.4225 1.24996 17.5248 1.36652 18.3918C1.48754 19.2919 1.74643 20.0497 2.34835 20.6517C2.95027 21.2536 3.70814 21.5125 4.60825 21.6335C5.47522 21.75 6.57754 21.75 7.94513 21.75H16.0549C17.4225 21.75 18.5248 21.75 19.3918 21.6335C20.2919 21.5125 21.0497 21.2536 21.6517 20.6517C22.2536 20.0497 22.5125 19.2919 22.6335 18.3918C22.75 17.5248 22.75 16.4225 22.75 15.0549V12.4451C22.75 11.0775 22.75 9.97522 22.6335 9.10825C22.5125 8.20814 22.2536 7.45027 21.6517 6.84835C21.0497 6.24643 20.2919 5.98754 19.3918 5.86652C18.5248 5.74996 17.4225 5.74998 16.0549 5.75ZM13.136 10.1476C13.3555 9.79635 13.2488 9.33363 12.8975 9.1141C12.5462 8.89457 12.0835 9.00135 11.864 9.3526L9.364 13.3526C9.2195 13.5838 9.21185 13.8752 9.34402 14.1137C9.47619 14.3521 9.72736 14.5001 10 14.5001H12.6468L10.864 17.3526C10.6445 17.7039 10.7512 18.1666 11.1025 18.3861C11.4538 18.6056 11.9165 18.4989 12.136 18.1476L14.636 14.1476C14.7805 13.9164 14.7882 13.625 14.656 13.3865C14.5238 13.1481 14.2726 13.0001 14 13.0001H11.3532L13.136 10.1476Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-batteries-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8975 1.36398C13.2488 1.58351 13.3555 2.04623 13.136 2.39748L11.3532 5.24998H14C14.2726 5.24998 14.5238 5.39794 14.656 5.6364C14.7882 5.87487 14.7805 6.16628 14.636 6.39748L12.136 10.3975C11.9165 10.7487 11.4538 10.8555 11.1025 10.636C10.7512 10.4164 10.6445 9.95373 10.864 9.60248L12.6468 6.74998H10C9.72736 6.74998 9.47619 6.60202 9.34402 6.36355C9.21185 6.12509 9.2195 5.83368 9.364 5.60248L11.864 1.60248C12.0835 1.25123 12.5462 1.14445 12.8975 1.36398Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.95526 5.25C6.97013 5.25001 6.98505 5.25001 7.00001 5.25001C7.41422 5.25001 7.75001 5.58579 7.75001 6.00001C7.75001 6.41422 7.41422 6.75001 7.00001 6.75001C6.5074 6.75001 6.21339 6.7516 6.00267 6.77993C5.90611 6.79291 5.85775 6.80821 5.83597 6.81717C5.83093 6.81924 5.82761 6.82086 5.82568 6.82187L5.82324 6.82324L5.82187 6.82568C5.82086 6.82761 5.81924 6.83093 5.81717 6.83597C5.80821 6.85775 5.79291 6.90611 5.77993 7.00267C5.7516 7.21339 5.75001 7.5074 5.75001 8.00001V10.5C5.75001 10.9142 5.41422 11.25 5.00001 11.25C4.58579 11.25 4.25001 10.9142 4.25001 10.5V8.00001C4.25001 7.98505 4.25001 7.97013 4.25 7.95526C4.24995 7.52244 4.24991 7.12561 4.29331 6.8028C4.3411 6.44732 4.45355 6.07159 4.76257 5.76257C5.07159 5.45355 5.44732 5.3411 5.8028 5.29331C6.12561 5.24991 6.52244 5.24995 6.95526 5.25ZM17.9973 6.77993C17.7866 6.7516 17.4926 6.75001 17 6.75001C16.5858 6.75001 16.25 6.41422 16.25 6.00001C16.25 5.58579 16.5858 5.25001 17 5.25001L17.0448 5.25C17.4776 5.24995 17.8744 5.24991 18.1972 5.29331C18.5527 5.3411 18.9284 5.45355 19.2374 5.76257C19.5465 6.07159 19.6589 6.44732 19.7067 6.8028C19.7501 7.12561 19.7501 7.52245 19.75 7.95526L19.75 10.5C19.75 10.9142 19.4142 11.25 19 11.25C18.5858 11.25 18.25 10.9142 18.25 10.5V8.00001C18.25 7.5074 18.2484 7.21339 18.2201 7.00267C18.2071 6.90611 18.1918 6.85775 18.1828 6.83597C18.1808 6.83093 18.1792 6.82761 18.1781 6.82568L18.1768 6.82324L18.1743 6.82187C18.1724 6.82086 18.1691 6.81924 18.164 6.81717C18.1423 6.80821 18.0939 6.79291 17.9973 6.77993Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0448 12.2499H17.9553C17.5224 12.2498 17.1256 12.2498 16.8028 12.2932C16.4473 12.341 16.0716 12.4534 15.7626 12.7624C15.4535 13.0715 15.3411 13.4472 15.2933 13.8027C15.2569 14.0737 15.2511 14.397 15.2502 14.7499H22.7499C22.749 14.397 22.7431 14.0737 22.7067 13.8027C22.6589 13.4472 22.5465 13.0715 22.2374 12.7624C21.9284 12.4534 21.5527 12.341 21.1972 12.2932C20.8744 12.2498 20.4776 12.2498 20.0448 12.2499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 16.2499H15.25V18.7499H22.75V16.2499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.7499 20.2499H15.2502C15.2511 20.6028 15.2569 20.926 15.2933 21.1971C15.3411 21.5526 15.4535 21.9283 15.7626 22.2373C16.0716 22.5463 16.4473 22.6588 16.8028 22.7066C17.1256 22.75 17.5224 22.7499 17.9552 22.7499H20.0447C20.4776 22.7499 20.8744 22.75 21.1972 22.7066C21.5527 22.6588 21.9284 22.5463 22.2374 22.2373C22.5465 21.9283 22.6589 21.5526 22.7067 21.1971C22.7431 20.926 22.749 20.6028 22.7499 20.2499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.04475 12.2499H3.95525C3.52244 12.2498 3.12561 12.2498 2.8028 12.2932C2.44732 12.341 2.07159 12.4534 1.76257 12.7624C1.45354 13.0715 1.3411 13.4472 1.2933 13.8027C1.25686 14.0737 1.25105 14.397 1.25015 14.7499H8.74985C8.74896 14.397 8.74315 14.0737 8.7067 13.8027C8.65891 13.4472 8.54646 13.0715 8.23744 12.7624C7.92842 12.4534 7.55269 12.341 7.19721 12.2932C6.8744 12.2498 6.47757 12.2498 6.04475 12.2499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75001 16.2499H1.25V18.7499H8.75001V16.2499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.74985 20.2499H1.25015C1.25105 20.6028 1.25686 20.926 1.2933 21.1971C1.3411 21.5526 1.45354 21.9283 1.76257 22.2373C2.07159 22.5463 2.44732 22.6588 2.8028 22.7066C3.1256 22.75 3.52243 22.7499 3.95524 22.7499H6.04475C6.47756 22.7499 6.8744 22.75 7.19721 22.7066C7.55269 22.6588 7.92842 22.5463 8.23744 22.2373C8.54646 21.9283 8.65891 21.5526 8.7067 21.1971C8.74315 20.926 8.74896 20.6028 8.74985 20.2499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8975 1.36398C13.2488 1.58351 13.3555 2.04623 13.136 2.39748L11.3532 5.24998H14C14.2726 5.24998 14.5238 5.39794 14.656 5.6364C14.7882 5.87487 14.7805 6.16628 14.636 6.39748L12.136 10.3975C11.9165 10.7487 11.4538 10.8555 11.1025 10.636C10.7512 10.4164 10.6445 9.95373 10.864 9.60248L12.6468 6.74998H10C9.72736 6.74998 9.47619 6.60202 9.34402 6.36355C9.21185 6.12509 9.2195 5.83368 9.364 5.60248L11.864 1.60248C12.0835 1.25123 12.5462 1.14445 12.8975 1.36398Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.95526 5.25C6.97013 5.25001 6.98505 5.25001 7.00001 5.25001C7.41422 5.25001 7.75001 5.58579 7.75001 6.00001C7.75001 6.41422 7.41422 6.75001 7.00001 6.75001C6.5074 6.75001 6.21339 6.7516 6.00267 6.77993C5.90611 6.79291 5.85775 6.80821 5.83597 6.81717C5.83093 6.81924 5.82761 6.82086 5.82568 6.82187L5.82324 6.82324L5.82187 6.82568C5.82086 6.82761 5.81924 6.83093 5.81717 6.83597C5.80821 6.85775 5.79291 6.90611 5.77993 7.00267C5.7516 7.21339 5.75001 7.5074 5.75001 8.00001V10.5C5.75001 10.9142 5.41422 11.25 5.00001 11.25C4.58579 11.25 4.25001 10.9142 4.25001 10.5V8.00001C4.25001 7.98505 4.25001 7.97013 4.25 7.95526C4.24995 7.52244 4.24991 7.12561 4.29331 6.8028C4.3411 6.44732 4.45355 6.07159 4.76257 5.76257C5.07159 5.45355 5.44732 5.3411 5.8028 5.29331C6.12561 5.24991 6.52244 5.24995 6.95526 5.25ZM17.9973 6.77993C17.7866 6.7516 17.4926 6.75001 17 6.75001C16.5858 6.75001 16.25 6.41422 16.25 6.00001C16.25 5.58579 16.5858 5.25001 17 5.25001L17.0448 5.25C17.4776 5.24995 17.8744 5.24991 18.1972 5.29331C18.5527 5.3411 18.9284 5.45355 19.2374 5.76257C19.5465 6.07159 19.6589 6.44732 19.7067 6.8028C19.7501 7.12561 19.7501 7.52245 19.75 7.95526L19.75 10.5C19.75 10.9142 19.4142 11.25 19 11.25C18.5858 11.25 18.25 10.9142 18.25 10.5V8.00001C18.25 7.5074 18.2484 7.21339 18.2201 7.00267C18.2071 6.90611 18.1918 6.85775 18.1828 6.83597C18.1808 6.83093 18.1792 6.82761 18.1781 6.82568L18.1768 6.82324L18.1743 6.82187C18.1724 6.82086 18.1691 6.81924 18.164 6.81717C18.1423 6.80821 18.0939 6.79291 17.9973 6.77993Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0448 12.2499H17.9553C17.5224 12.2498 17.1256 12.2498 16.8028 12.2932C16.4473 12.341 16.0716 12.4534 15.7626 12.7624C15.4535 13.0715 15.3411 13.4472 15.2933 13.8027C15.2569 14.0737 15.2511 14.397 15.2502 14.7499H22.7499C22.749 14.397 22.7431 14.0737 22.7067 13.8027C22.6589 13.4472 22.5465 13.0715 22.2374 12.7624C21.9284 12.4534 21.5527 12.341 21.1972 12.2932C20.8744 12.2498 20.4776 12.2498 20.0448 12.2499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 16.2499H15.25V18.7499H22.75V16.2499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.7499 20.2499H15.2502C15.2511 20.6028 15.2569 20.926 15.2933 21.1971C15.3411 21.5526 15.4535 21.9283 15.7626 22.2373C16.0716 22.5463 16.4473 22.6588 16.8028 22.7066C17.1256 22.75 17.5224 22.7499 17.9552 22.7499H20.0447C20.4776 22.7499 20.8744 22.75 21.1972 22.7066C21.5527 22.6588 21.9284 22.5463 22.2374 22.2373C22.5465 21.9283 22.6589 21.5526 22.7067 21.1971C22.7431 20.926 22.749 20.6028 22.7499 20.2499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.04475 12.2499H3.95525C3.52244 12.2498 3.12561 12.2498 2.8028 12.2932C2.44732 12.341 2.07159 12.4534 1.76257 12.7624C1.45354 13.0715 1.3411 13.4472 1.2933 13.8027C1.25686 14.0737 1.25105 14.397 1.25015 14.7499H8.74985C8.74896 14.397 8.74315 14.0737 8.7067 13.8027C8.65891 13.4472 8.54646 13.0715 8.23744 12.7624C7.92842 12.4534 7.55269 12.341 7.19721 12.2932C6.8744 12.2498 6.47757 12.2498 6.04475 12.2499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75001 16.2499H1.25V18.7499H8.75001V16.2499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.74985 20.2499H1.25015C1.25105 20.6028 1.25686 20.926 1.2933 21.1971C1.3411 21.5526 1.45354 21.9283 1.76257 22.2373C2.07159 22.5463 2.44732 22.6588 2.8028 22.7066C3.1256 22.75 3.52243 22.7499 3.95524 22.7499H6.04475C6.47756 22.7499 6.8744 22.75 7.19721 22.7066C7.55269 22.6588 7.92842 22.5463 8.23744 22.2373C8.54646 21.9283 8.65891 21.5526 8.7067 21.1971C8.74315 20.926 8.74896 20.6028 8.74985 20.2499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-bio-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89696 11.2498H7.51646C7.90505 11.2498 8.22929 11.5466 8.26354 11.9337C8.43734 13.8976 10.0546 15.4169 11.9996 15.4169C13.9445 15.4169 15.5618 13.8976 15.7356 11.9337C15.7698 11.5466 16.0941 11.2498 16.4826 11.2498L20.1355 11.2498C20.32 11.2497 20.5275 11.2496 20.7039 11.274C20.9147 11.3032 21.1888 11.3795 21.417 11.6157C21.6418 11.8482 21.711 12.1196 21.735 12.3306C21.755 12.5064 21.7492 12.7449 21.7447 12.927C21.734 13.3734 21.7081 13.8329 21.6443 14.299C21.6347 14.3696 21.6174 14.4979 21.5914 14.5952C21.5595 14.7148 21.4831 14.9312 21.2689 15.0987C21.0324 15.2838 20.7735 15.2893 20.671 15.2885C20.5687 15.2876 20.4319 15.2715 20.3457 15.2614C19.6174 15.1762 18.8879 15.7874 18.8879 16.5836C18.8879 16.9876 19.0613 17.3461 19.3336 17.59C19.3974 17.6471 19.4989 17.7378 19.5667 17.8132C19.6357 17.8898 19.7983 18.0825 19.8205 18.3747C19.8408 18.6426 19.7353 18.8432 19.6694 18.9476C19.6158 19.0324 19.534 19.1317 19.489 19.1863C19.0477 19.7238 18.5513 20.2131 18.0085 20.6454C17.9615 20.683 17.8717 20.7548 17.7939 20.8029C17.6956 20.8637 17.5161 20.9556 17.276 20.9487C17.0145 20.9411 16.8297 20.8174 16.7505 20.76C16.6763 20.7063 16.5863 20.6256 16.5322 20.5772C16.3029 20.3721 16.0066 20.2506 15.6826 20.2506C15.0054 20.2506 14.4191 20.832 14.3883 21.5379C14.3852 21.6105 14.38 21.7302 14.367 21.82C14.3532 21.9152 14.3142 22.1299 14.1433 22.3212C13.9859 22.4973 13.7997 22.5653 13.6882 22.5958C13.6005 22.6197 13.4879 22.6364 13.4293 22.645C12.4948 22.7847 11.5043 22.7847 10.5698 22.645C10.5112 22.6364 10.3986 22.6197 10.3109 22.5958C10.1994 22.5653 10.0132 22.4973 9.85581 22.3212C9.68493 22.1299 9.64594 21.9152 9.63211 21.82C9.61907 21.7302 9.61394 21.6105 9.61084 21.5379C9.58001 20.832 8.99368 20.2506 8.31656 20.2506C7.99252 20.2506 7.69618 20.3721 7.46693 20.5772C7.41284 20.6256 7.32281 20.7063 7.24857 20.76C7.16943 20.8174 6.98457 20.9411 6.7231 20.9487C6.483 20.9556 6.30352 20.8637 6.20519 20.8029C6.1274 20.7548 6.03757 20.683 5.99056 20.6454C5.44777 20.2131 4.9514 19.7238 4.51007 19.1863C4.46511 19.1317 4.38333 19.0324 4.32975 18.9476C4.26376 18.8431 4.15833 18.6426 4.17865 18.3747C4.20081 18.0825 4.36339 17.8898 4.43236 17.8132C4.50019 17.7378 4.60167 17.6471 4.66552 17.59C4.93783 17.3461 5.11122 16.9876 5.11122 16.5836C5.11122 15.7874 4.38166 15.1762 3.65339 15.2614C3.56721 15.2715 3.43042 15.2876 3.32809 15.2885C3.22563 15.2893 2.96674 15.2838 2.73017 15.0987C2.51602 14.9312 2.43964 14.7148 2.40773 14.5953C2.38174 14.4978 2.36437 14.3696 2.35481 14.299C2.29097 13.8329 2.26514 13.3734 2.2544 12.927C2.24992 12.7449 2.24407 12.5064 2.2641 12.3306C2.28815 12.1196 2.35728 11.8482 2.58207 11.6157C2.81034 11.3795 3.08437 11.3032 3.2952 11.274C3.47162 11.2496 3.71245 11.2497 3.89696 11.2498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.00652 1.55219C7.79877 0.912697 9.86886 1.2838 11.2923 2.70724C12.0376 3.45255 12.4944 4.37514 12.6687 5.34231C13.8825 4.25168 15.5694 3.98553 17.0366 4.50905C17.2485 4.58467 17.4153 4.75146 17.4909 4.96339C18.039 6.49932 17.7217 8.27599 16.4991 9.4986C15.4807 10.517 14.0779 10.9072 12.75 10.6925V12C12.75 12.4142 12.4142 12.75 12 12.75C11.5858 12.75 11.25 12.4142 11.25 12L11.25 8.65182C9.6506 8.96668 7.93742 8.52249 6.70724 7.2923C5.2838 5.86886 4.9127 3.79877 5.55219 2.00652C5.62781 1.79459 5.79459 1.62781 6.00652 1.55219Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89696 11.2498H7.51646C7.90505 11.2498 8.22929 11.5466 8.26354 11.9337C8.43734 13.8976 10.0546 15.4169 11.9996 15.4169C13.9445 15.4169 15.5618 13.8976 15.7356 11.9337C15.7698 11.5466 16.0941 11.2498 16.4826 11.2498L20.1355 11.2498C20.32 11.2497 20.5275 11.2496 20.7039 11.274C20.9147 11.3032 21.1888 11.3795 21.417 11.6157C21.6418 11.8482 21.711 12.1196 21.735 12.3306C21.755 12.5064 21.7492 12.7449 21.7447 12.927C21.734 13.3734 21.7081 13.8329 21.6443 14.299C21.6347 14.3696 21.6174 14.4979 21.5914 14.5952C21.5595 14.7148 21.4831 14.9312 21.2689 15.0987C21.0324 15.2838 20.7735 15.2893 20.671 15.2885C20.5687 15.2876 20.4319 15.2715 20.3457 15.2614C19.6174 15.1762 18.8879 15.7874 18.8879 16.5836C18.8879 16.9876 19.0613 17.3461 19.3336 17.59C19.3974 17.6471 19.4989 17.7378 19.5667 17.8132C19.6357 17.8898 19.7983 18.0825 19.8205 18.3747C19.8408 18.6426 19.7353 18.8432 19.6694 18.9476C19.6158 19.0324 19.534 19.1317 19.489 19.1863C19.0477 19.7238 18.5513 20.2131 18.0085 20.6454C17.9615 20.683 17.8717 20.7548 17.7939 20.8029C17.6956 20.8637 17.5161 20.9556 17.276 20.9487C17.0145 20.9411 16.8297 20.8174 16.7505 20.76C16.6763 20.7063 16.5863 20.6256 16.5322 20.5772C16.3029 20.3721 16.0066 20.2506 15.6826 20.2506C15.0054 20.2506 14.4191 20.832 14.3883 21.5379C14.3852 21.6105 14.38 21.7302 14.367 21.82C14.3532 21.9152 14.3142 22.1299 14.1433 22.3212C13.9859 22.4973 13.7997 22.5653 13.6882 22.5958C13.6005 22.6197 13.4879 22.6364 13.4293 22.645C12.4948 22.7847 11.5043 22.7847 10.5698 22.645C10.5112 22.6364 10.3986 22.6197 10.3109 22.5958C10.1994 22.5653 10.0132 22.4973 9.85581 22.3212C9.68493 22.1299 9.64594 21.9152 9.63211 21.82C9.61907 21.7302 9.61394 21.6105 9.61084 21.5379C9.58001 20.832 8.99368 20.2506 8.31656 20.2506C7.99252 20.2506 7.69618 20.3721 7.46693 20.5772C7.41284 20.6256 7.32281 20.7063 7.24857 20.76C7.16943 20.8174 6.98457 20.9411 6.7231 20.9487C6.483 20.9556 6.30352 20.8637 6.20519 20.8029C6.1274 20.7548 6.03757 20.683 5.99056 20.6454C5.44777 20.2131 4.9514 19.7238 4.51007 19.1863C4.46511 19.1317 4.38333 19.0324 4.32975 18.9476C4.26376 18.8431 4.15833 18.6426 4.17865 18.3747C4.20081 18.0825 4.36339 17.8898 4.43236 17.8132C4.50019 17.7378 4.60167 17.6471 4.66552 17.59C4.93783 17.3461 5.11122 16.9876 5.11122 16.5836C5.11122 15.7874 4.38166 15.1762 3.65339 15.2614C3.56721 15.2715 3.43042 15.2876 3.32809 15.2885C3.22563 15.2893 2.96674 15.2838 2.73017 15.0987C2.51602 14.9312 2.43964 14.7148 2.40773 14.5953C2.38174 14.4978 2.36437 14.3696 2.35481 14.299C2.29097 13.8329 2.26514 13.3734 2.2544 12.927C2.24992 12.7449 2.24407 12.5064 2.2641 12.3306C2.28815 12.1196 2.35728 11.8482 2.58207 11.6157C2.81034 11.3795 3.08437 11.3032 3.2952 11.274C3.47162 11.2496 3.71245 11.2497 3.89696 11.2498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.00652 1.55219C7.79877 0.912697 9.86886 1.2838 11.2923 2.70724C12.0376 3.45255 12.4944 4.37514 12.6687 5.34231C13.8825 4.25168 15.5694 3.98553 17.0366 4.50905C17.2485 4.58467 17.4153 4.75146 17.4909 4.96339C18.039 6.49932 17.7217 8.27599 16.4991 9.4986C15.4807 10.517 14.0779 10.9072 12.75 10.6925V12C12.75 12.4142 12.4142 12.75 12 12.75C11.5858 12.75 11.25 12.4142 11.25 12L11.25 8.65182C9.6506 8.96668 7.93742 8.52249 6.70724 7.2923C5.2838 5.86886 4.9127 3.79877 5.55219 2.00652C5.62781 1.79459 5.79459 1.62781 6.00652 1.55219Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-biomass-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 14.4986C21 19.2534 16.909 23 12 23C7.09103 23 3 19.2534 3 14.4986L2.99998 14.2227C2.99982 13.9065 2.99964 13.5606 3.04399 13.2802C3.09449 12.9611 3.24494 12.4467 3.78473 12.1601C4.32321 11.8742 4.86251 12.034 5.13072 12.1416C5.4379 12.2648 5.71969 12.4524 5.93262 12.612C6.15438 12.7781 6.34936 12.9504 6.48601 13.0777C6.55211 13.1393 6.66987 13.2563 6.71557 13.3017L6.72171 13.3078C7.10386 13.7065 7.09066 14.3398 6.69194 14.722L5.23718 16.1767C6.02861 18.9223 8.71523 21 12 21C15.9276 21 19 18.0296 19 14.4986C19 13.9463 19.4477 13.4986 20 13.4986C20.5523 13.4986 21 13.9463 21 14.4986Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3 9.50139C3 4.74656 7.09103 1 12 0.999999C16.909 0.999999 21 4.74655 21 9.50139L21 9.77729C21.0002 10.0935 21.0004 10.4394 20.956 10.7198C20.9055 11.0389 20.7551 11.5533 20.2153 11.8399C19.6768 12.1258 19.1375 11.966 18.8693 11.8584C18.5621 11.7352 18.2803 11.5476 18.0674 11.388C17.8456 11.2219 17.6506 11.0496 17.514 10.9223C17.4479 10.8607 17.3301 10.7437 17.2844 10.6983L17.2783 10.6922C16.8961 10.2935 16.9093 9.66019 17.3081 9.27804L18.7628 7.82328C17.9714 5.07766 15.2848 3 12 3C8.07241 3 5 5.97042 5 9.50139C5 10.0537 4.55229 10.5014 4 10.5014C3.44772 10.5014 3 10.0537 3 9.50139Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.6564 5.86115C12.8645 5.77019 13.1295 5.70734 13.4352 5.78524C13.7435 5.86383 13.9467 6.04865 14.0852 6.23076C14.1929 6.37234 14.288 6.5503 14.3663 6.69669L14.382 6.72594C15.1741 8.20443 15.9254 10.226 15.7137 12.0189C15.6046 12.9432 15.2355 13.8313 14.4678 14.5214C13.8429 15.0832 13.0021 15.4705 11.9376 15.6711C11.9936 16.1854 12.1025 16.7216 12.2775 17.2729C12.4028 17.6677 12.1844 18.0894 11.7896 18.2147C11.3948 18.34 10.9731 18.1216 10.8478 17.7268C10.5941 16.9275 10.4575 16.1531 10.4102 15.418C10.5063 15.4924 10.6058 15.5662 10.7087 15.6393C10.8572 15.745 11.0391 15.793 11.2204 15.7742C11.4697 15.7485 11.7087 15.7141 11.9373 15.671C11.7504 13.9543 12.1526 12.4812 12.6491 11.4989C12.8359 11.1292 12.6877 10.6781 12.318 10.4912C11.9484 10.3044 11.4972 10.4526 11.3104 10.8222C10.7413 11.9481 10.2899 13.5574 10.4098 15.4182C9.43311 14.6624 8.7973 13.8412 8.48167 12.9666C8.13145 11.9961 8.20436 11.0397 8.52617 10.1692C9.15183 8.47682 10.7311 7.05834 12.1563 6.14818L12.1841 6.13041C12.3244 6.04065 12.494 5.9322 12.6564 5.86115Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 14.4986C21 19.2534 16.909 23 12 23C7.09103 23 3 19.2534 3 14.4986L2.99998 14.2227C2.99982 13.9065 2.99964 13.5606 3.04399 13.2802C3.09449 12.9611 3.24494 12.4467 3.78473 12.1601C4.32321 11.8742 4.86251 12.034 5.13072 12.1416C5.4379 12.2648 5.71969 12.4524 5.93262 12.612C6.15438 12.7781 6.34936 12.9504 6.48601 13.0777C6.55211 13.1393 6.66987 13.2563 6.71557 13.3017L6.72171 13.3078C7.10386 13.7065 7.09066 14.3398 6.69194 14.722L5.23718 16.1767C6.02861 18.9223 8.71523 21 12 21C15.9276 21 19 18.0296 19 14.4986C19 13.9463 19.4477 13.4986 20 13.4986C20.5523 13.4986 21 13.9463 21 14.4986Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3 9.50139C3 4.74656 7.09103 1 12 0.999999C16.909 0.999999 21 4.74655 21 9.50139L21 9.77729C21.0002 10.0935 21.0004 10.4394 20.956 10.7198C20.9055 11.0389 20.7551 11.5533 20.2153 11.8399C19.6768 12.1258 19.1375 11.966 18.8693 11.8584C18.5621 11.7352 18.2803 11.5476 18.0674 11.388C17.8456 11.2219 17.6506 11.0496 17.514 10.9223C17.4479 10.8607 17.3301 10.7437 17.2844 10.6983L17.2783 10.6922C16.8961 10.2935 16.9093 9.66019 17.3081 9.27804L18.7628 7.82328C17.9714 5.07766 15.2848 3 12 3C8.07241 3 5 5.97042 5 9.50139C5 10.0537 4.55229 10.5014 4 10.5014C3.44772 10.5014 3 10.0537 3 9.50139Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.6564 5.86115C12.8645 5.77019 13.1295 5.70734 13.4352 5.78524C13.7435 5.86383 13.9467 6.04865 14.0852 6.23076C14.1929 6.37234 14.288 6.5503 14.3663 6.69669L14.382 6.72594C15.1741 8.20443 15.9254 10.226 15.7137 12.0189C15.6046 12.9432 15.2355 13.8313 14.4678 14.5214C13.8429 15.0832 13.0021 15.4705 11.9376 15.6711C11.9936 16.1854 12.1025 16.7216 12.2775 17.2729C12.4028 17.6677 12.1844 18.0894 11.7896 18.2147C11.3948 18.34 10.9731 18.1216 10.8478 17.7268C10.5941 16.9275 10.4575 16.1531 10.4102 15.418C10.5063 15.4924 10.6058 15.5662 10.7087 15.6393C10.8572 15.745 11.0391 15.793 11.2204 15.7742C11.4697 15.7485 11.7087 15.7141 11.9373 15.671C11.7504 13.9543 12.1526 12.4812 12.6491 11.4989C12.8359 11.1292 12.6877 10.6781 12.318 10.4912C11.9484 10.3044 11.4972 10.4526 11.3104 10.8222C10.7413 11.9481 10.2899 13.5574 10.4098 15.4182C9.43311 14.6624 8.7973 13.8412 8.48167 12.9666C8.13145 11.9961 8.20436 11.0397 8.52617 10.1692C9.15183 8.47682 10.7311 7.05834 12.1563 6.14818L12.1841 6.13041C12.3244 6.04065 12.494 5.9322 12.6564 5.86115Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-chimney{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.75001 8.92749C5.75001 8.00104 6.50104 7.25 7.4275 7.25H12.5725C13.499 7.25 14.25 8.00104 14.25 8.92749C14.25 11.5796 14.5403 14.2238 15.1156 16.8128L16.2321 21.8373C16.2815 22.0594 16.2274 22.2918 16.085 22.4693C15.9427 22.6467 15.7275 22.75 15.5 22.75H4.50001C4.27252 22.75 4.05732 22.6467 3.91498 22.4693C3.77263 22.2918 3.71852 22.0594 3.76787 21.8373L4.88442 16.8128C5.45975 14.2238 5.75001 11.5796 5.75001 8.92749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 22C2.25 21.5858 2.58579 21.25 3 21.25H17C17.4142 21.25 17.75 21.5858 17.75 22C17.75 22.4142 17.4142 22.75 17 22.75H3C2.58579 22.75 2.25 22.4142 2.25 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 5C9.25 2.92893 10.9289 1.25 13 1.25H17C17.4142 1.25 17.75 1.58579 17.75 2C17.75 2.41421 17.4142 2.75 17 2.75H13C11.7574 2.75 10.75 3.75736 10.75 5C10.75 5.41421 10.4142 5.75 10 5.75C9.58579 5.75 9.25 5.41421 9.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.25 2C19.25 1.58579 19.5858 1.25 20 1.25H21C21.4142 1.25 21.75 1.58579 21.75 2C21.75 2.41421 21.4142 2.75 21 2.75H20C19.5858 2.75 19.25 2.41421 19.25 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.25 5C12.25 4.58579 12.5858 4.25 13 4.25H19C19.4142 4.25 19.75 4.58579 19.75 5C19.75 5.41421 19.4142 5.75 19 5.75H13C12.5858 5.75 12.25 5.41421 12.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.75001 8.92749C5.75001 8.00104 6.50104 7.25 7.4275 7.25H12.5725C13.499 7.25 14.25 8.00104 14.25 8.92749C14.25 11.5796 14.5403 14.2238 15.1156 16.8128L16.2321 21.8373C16.2815 22.0594 16.2274 22.2918 16.085 22.4693C15.9427 22.6467 15.7275 22.75 15.5 22.75H4.50001C4.27252 22.75 4.05732 22.6467 3.91498 22.4693C3.77263 22.2918 3.71852 22.0594 3.76787 21.8373L4.88442 16.8128C5.45975 14.2238 5.75001 11.5796 5.75001 8.92749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 22C2.25 21.5858 2.58579 21.25 3 21.25H17C17.4142 21.25 17.75 21.5858 17.75 22C17.75 22.4142 17.4142 22.75 17 22.75H3C2.58579 22.75 2.25 22.4142 2.25 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 5C9.25 2.92893 10.9289 1.25 13 1.25H17C17.4142 1.25 17.75 1.58579 17.75 2C17.75 2.41421 17.4142 2.75 17 2.75H13C11.7574 2.75 10.75 3.75736 10.75 5C10.75 5.41421 10.4142 5.75 10 5.75C9.58579 5.75 9.25 5.41421 9.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.25 2C19.25 1.58579 19.5858 1.25 20 1.25H21C21.4142 1.25 21.75 1.58579 21.75 2C21.75 2.41421 21.4142 2.75 21 2.75H20C19.5858 2.75 19.25 2.41421 19.25 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.25 5C12.25 4.58579 12.5858 4.25 13 4.25H19C19.4142 4.25 19.75 4.58579 19.75 5C19.75 5.41421 19.4142 5.75 19 5.75H13C12.5858 5.75 12.25 5.41421 12.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-eco-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.997 2.03181C13.1051 1.50302 13.6213 1.16193 14.1501 1.26997C18.2438 2.10641 21.5135 5.20282 22.6263 9.20327C22.6604 9.32471 22.7212 9.54199 22.7403 9.70983C22.7634 9.91233 22.7724 10.3749 22.3767 10.7326C21.9716 11.0987 21.5007 11.0309 21.3082 10.9864C21.1431 10.9482 20.9621 10.875 20.8421 10.8264L18.9251 9.95795C18.4338 9.73468 17.9004 9.20327 18.4397 8.66397L19.7217 7.38202C18.4151 5.25187 16.2721 3.69844 13.7589 3.18492C13.2301 3.07688 12.889 2.56061 12.997 2.03181Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.95795 5.07485C9.73468 5.56623 9.20327 6.09961 8.66397 5.5603L7.38201 4.27835C5.25187 5.58491 3.69844 7.72788 3.18492 10.2411C3.07688 10.7699 2.56061 11.111 2.03181 11.003C1.50302 10.8949 1.16193 10.3787 1.26997 9.84986C2.10641 5.75616 5.20282 2.48651 9.20327 1.37367C9.32471 1.33964 9.54198 1.27878 9.70983 1.25967C9.91233 1.23662 10.3749 1.22759 10.7326 1.62334C11.0987 2.02841 11.0309 2.49927 10.9864 2.69185C10.9482 2.85691 10.875 3.03786 10.8264 3.15789L9.95795 5.07485Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.9682 12.997C22.497 13.1051 22.8381 13.6213 22.73 14.1501C21.8936 18.2438 18.7972 21.5135 14.7967 22.6263C14.6753 22.6604 14.458 22.7212 14.2902 22.7403C14.0877 22.7634 13.6251 22.7724 13.2674 22.3767C12.9013 21.9716 12.9691 21.5007 13.0136 21.3082C13.0518 21.1431 13.125 20.9622 13.1736 20.8421L13.1736 20.8421L14.042 18.9251C14.2653 18.4338 14.7967 17.9004 15.336 18.4397L16.618 19.7217C18.7481 18.4151 20.3016 16.2721 20.8151 13.7589C20.9231 13.2301 21.4394 12.889 21.9682 12.997Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.07485 14.042C5.56623 14.2653 6.09961 14.7967 5.5603 15.336L4.27835 16.618C5.58491 18.7481 7.72788 20.3016 10.2411 20.8151C10.7699 20.9231 11.111 21.4394 11.003 21.9682C10.8949 22.497 10.3787 22.8381 9.84986 22.73C5.75616 21.8936 2.48651 18.7972 1.37367 14.7967C1.33964 14.6753 1.27878 14.458 1.25968 14.2902C1.23662 14.0877 1.22759 13.6251 1.62334 13.2674C2.02841 12.9013 2.49928 12.9691 2.69185 13.0136C2.8569 13.0518 3.03785 13.125 3.15789 13.1736L3.1579 13.1736L5.07485 14.042Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1927 6.75946C15.4219 6.78387 15.6868 6.86452 15.912 7.09301C16.1359 7.32016 16.2126 7.58447 16.2377 7.80707C16.2577 7.98301 16.2481 8.218 16.2413 8.38736C16.1735 10.0884 15.8023 12.2412 14.7407 13.7123C14.1946 14.469 13.4444 15.073 12.4474 15.3021C11.64 15.4876 10.7391 15.4114 9.74645 15.0619C10.4455 13.4425 11.5196 12.3374 12.4245 11.7167C12.7661 11.4824 12.8531 11.0156 12.6188 10.674C12.3845 10.3324 11.9177 10.2454 11.5761 10.4797C10.5415 11.1893 9.37072 12.3794 8.55123 14.0696C8.10105 12.9088 7.97468 11.8666 8.14227 10.942C8.32722 9.92158 8.85702 9.11849 9.55854 8.51039C10.9255 7.32546 12.9634 6.85706 14.6218 6.76335C14.7834 6.75408 15.0166 6.7407 15.1927 6.75946ZM7.76768 16.3388C7.95186 15.5018 8.22335 14.7461 8.55098 14.0703C8.59332 14.1795 8.63851 14.2897 8.6866 14.401C8.76021 14.5713 8.89434 14.7083 9.06307 14.7854C9.29541 14.8917 9.52313 14.9841 9.74621 15.0626C9.53631 15.5488 9.36021 16.0814 9.23263 16.6611C9.14361 17.0657 8.74351 17.3215 8.33897 17.2324C7.93444 17.1434 7.67866 16.7433 7.76768 16.3388Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.997 2.03181C13.1051 1.50302 13.6213 1.16193 14.1501 1.26997C18.2438 2.10641 21.5135 5.20282 22.6263 9.20327C22.6604 9.32471 22.7212 9.54199 22.7403 9.70983C22.7634 9.91233 22.7724 10.3749 22.3767 10.7326C21.9716 11.0987 21.5007 11.0309 21.3082 10.9864C21.1431 10.9482 20.9621 10.875 20.8421 10.8264L18.9251 9.95795C18.4338 9.73468 17.9004 9.20327 18.4397 8.66397L19.7217 7.38202C18.4151 5.25187 16.2721 3.69844 13.7589 3.18492C13.2301 3.07688 12.889 2.56061 12.997 2.03181Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.95795 5.07485C9.73468 5.56623 9.20327 6.09961 8.66397 5.5603L7.38201 4.27835C5.25187 5.58491 3.69844 7.72788 3.18492 10.2411C3.07688 10.7699 2.56061 11.111 2.03181 11.003C1.50302 10.8949 1.16193 10.3787 1.26997 9.84986C2.10641 5.75616 5.20282 2.48651 9.20327 1.37367C9.32471 1.33964 9.54198 1.27878 9.70983 1.25967C9.91233 1.23662 10.3749 1.22759 10.7326 1.62334C11.0987 2.02841 11.0309 2.49927 10.9864 2.69185C10.9482 2.85691 10.875 3.03786 10.8264 3.15789L9.95795 5.07485Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.9682 12.997C22.497 13.1051 22.8381 13.6213 22.73 14.1501C21.8936 18.2438 18.7972 21.5135 14.7967 22.6263C14.6753 22.6604 14.458 22.7212 14.2902 22.7403C14.0877 22.7634 13.6251 22.7724 13.2674 22.3767C12.9013 21.9716 12.9691 21.5007 13.0136 21.3082C13.0518 21.1431 13.125 20.9622 13.1736 20.8421L13.1736 20.8421L14.042 18.9251C14.2653 18.4338 14.7967 17.9004 15.336 18.4397L16.618 19.7217C18.7481 18.4151 20.3016 16.2721 20.8151 13.7589C20.9231 13.2301 21.4394 12.889 21.9682 12.997Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.07485 14.042C5.56623 14.2653 6.09961 14.7967 5.5603 15.336L4.27835 16.618C5.58491 18.7481 7.72788 20.3016 10.2411 20.8151C10.7699 20.9231 11.111 21.4394 11.003 21.9682C10.8949 22.497 10.3787 22.8381 9.84986 22.73C5.75616 21.8936 2.48651 18.7972 1.37367 14.7967C1.33964 14.6753 1.27878 14.458 1.25968 14.2902C1.23662 14.0877 1.22759 13.6251 1.62334 13.2674C2.02841 12.9013 2.49928 12.9691 2.69185 13.0136C2.8569 13.0518 3.03785 13.125 3.15789 13.1736L3.1579 13.1736L5.07485 14.042Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1927 6.75946C15.4219 6.78387 15.6868 6.86452 15.912 7.09301C16.1359 7.32016 16.2126 7.58447 16.2377 7.80707C16.2577 7.98301 16.2481 8.218 16.2413 8.38736C16.1735 10.0884 15.8023 12.2412 14.7407 13.7123C14.1946 14.469 13.4444 15.073 12.4474 15.3021C11.64 15.4876 10.7391 15.4114 9.74645 15.0619C10.4455 13.4425 11.5196 12.3374 12.4245 11.7167C12.7661 11.4824 12.8531 11.0156 12.6188 10.674C12.3845 10.3324 11.9177 10.2454 11.5761 10.4797C10.5415 11.1893 9.37072 12.3794 8.55123 14.0696C8.10105 12.9088 7.97468 11.8666 8.14227 10.942C8.32722 9.92158 8.85702 9.11849 9.55854 8.51039C10.9255 7.32546 12.9634 6.85706 14.6218 6.76335C14.7834 6.75408 15.0166 6.7407 15.1927 6.75946ZM7.76768 16.3388C7.95186 15.5018 8.22335 14.7461 8.55098 14.0703C8.59332 14.1795 8.63851 14.2897 8.6866 14.401C8.76021 14.5713 8.89434 14.7083 9.06307 14.7854C9.29541 14.8917 9.52313 14.9841 9.74621 15.0626C9.53631 15.5488 9.36021 16.0814 9.23263 16.6611C9.14361 17.0657 8.74351 17.3215 8.33897 17.2324C7.93444 17.1434 7.67866 16.7433 7.76768 16.3388Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-eco-power{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5781 10.1353C20.8315 10.1609 21.1168 10.2434 21.3634 10.4812C21.613 10.722 21.7043 11.0081 21.7349 11.2648C21.7593 11.4695 21.7476 11.7447 21.7387 11.9545C21.6515 14.0373 21.1406 16.6183 19.7683 18.3601C19.0664 19.251 18.1262 19.9366 16.9074 20.1918C15.9176 20.399 14.8012 20.3104 13.5534 19.8912C15.0288 18.0522 16.5395 16.8832 17.5549 16.2063C18.0144 15.9 18.1386 15.2791 17.8322 14.8196C17.5259 14.36 16.905 14.2358 16.4455 14.5422C15.3196 15.2928 13.6699 16.5704 12.057 18.5607C11.5596 17.2501 11.4366 16.0762 11.6483 15.036C11.8947 13.8255 12.5762 12.8861 13.4628 12.1804C15.1973 10.7997 17.783 10.2539 19.8849 10.141C20.0984 10.1294 20.3732 10.1145 20.5781 10.1353ZM10.1319 21.3798C10.7418 20.3125 11.3963 19.3777 12.057 18.5624C12.1346 18.767 12.2214 18.9749 12.3175 19.1862C12.3943 19.3551 12.531 19.4896 12.7011 19.5636C12.9918 19.6899 13.2759 19.7996 13.5534 19.8928C12.9757 20.6129 12.4034 21.4358 11.8684 22.372C11.5944 22.8516 10.9835 23.0182 10.504 22.7442C10.0245 22.4701 9.85792 21.8593 10.1319 21.3798Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7686 2.19466C12.1979 0.768285 9.80212 0.768285 8.23144 2.19466C7.02523 3.29005 5.54488 4.80201 4.36108 6.53843C3.18389 8.26515 2.25 10.2866 2.25 12.3851C2.25 15.7432 4.51798 19.3853 8.40039 20.4946C8.59851 20.5512 8.69756 20.5795 8.79211 20.5423C8.88666 20.5051 8.94359 20.4108 9.05746 20.2221C9.42661 19.6103 9.81388 19.0419 10.2024 18.5123C10.2889 18.3944 10.3321 18.3354 10.345 18.2695C10.3578 18.2036 10.3393 18.1305 10.3023 17.9844C10.0187 16.8649 9.96671 15.7766 10.1782 14.7375C10.508 13.1177 11.4219 11.8884 12.5284 11.0076C14.0907 9.76393 16.1334 9.12761 17.9897 8.83466C18.3136 8.78354 18.4755 8.75798 18.5486 8.6596C18.5687 8.63253 18.5831 8.60444 18.5934 8.57234C18.6308 8.45565 18.5591 8.3129 18.4158 8.02741C17.1851 5.67333 15.3146 3.5987 13.7686 2.19466Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5781 10.1353C20.8315 10.1609 21.1168 10.2434 21.3634 10.4812C21.613 10.722 21.7043 11.0081 21.7349 11.2648C21.7593 11.4695 21.7476 11.7447 21.7387 11.9545C21.6515 14.0373 21.1406 16.6183 19.7683 18.3601C19.0664 19.251 18.1262 19.9366 16.9074 20.1918C15.9176 20.399 14.8012 20.3104 13.5534 19.8912C15.0288 18.0522 16.5395 16.8832 17.5549 16.2063C18.0144 15.9 18.1386 15.2791 17.8322 14.8196C17.5259 14.36 16.905 14.2358 16.4455 14.5422C15.3196 15.2928 13.6699 16.5704 12.057 18.5607C11.5596 17.2501 11.4366 16.0762 11.6483 15.036C11.8947 13.8255 12.5762 12.8861 13.4628 12.1804C15.1973 10.7997 17.783 10.2539 19.8849 10.141C20.0984 10.1294 20.3732 10.1145 20.5781 10.1353ZM10.1319 21.3798C10.7418 20.3125 11.3963 19.3777 12.057 18.5624C12.1346 18.767 12.2214 18.9749 12.3175 19.1862C12.3943 19.3551 12.531 19.4896 12.7011 19.5636C12.9918 19.6899 13.2759 19.7996 13.5534 19.8928C12.9757 20.6129 12.4034 21.4358 11.8684 22.372C11.5944 22.8516 10.9835 23.0182 10.504 22.7442C10.0245 22.4701 9.85792 21.8593 10.1319 21.3798Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7686 2.19466C12.1979 0.768285 9.80212 0.768285 8.23144 2.19466C7.02523 3.29005 5.54488 4.80201 4.36108 6.53843C3.18389 8.26515 2.25 10.2866 2.25 12.3851C2.25 15.7432 4.51798 19.3853 8.40039 20.4946C8.59851 20.5512 8.69756 20.5795 8.79211 20.5423C8.88666 20.5051 8.94359 20.4108 9.05746 20.2221C9.42661 19.6103 9.81388 19.0419 10.2024 18.5123C10.2889 18.3944 10.3321 18.3354 10.345 18.2695C10.3578 18.2036 10.3393 18.1305 10.3023 17.9844C10.0187 16.8649 9.96671 15.7766 10.1782 14.7375C10.508 13.1177 11.4219 11.8884 12.5284 11.0076C14.0907 9.76393 16.1334 9.12761 17.9897 8.83466C18.3136 8.78354 18.4755 8.75798 18.5486 8.6596C18.5687 8.63253 18.5831 8.60444 18.5934 8.57234C18.6308 8.45565 18.5591 8.3129 18.4158 8.02741C17.1851 5.67333 15.3146 3.5987 13.7686 2.19466Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-electric-home-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.75 10.3415L21.4809 11.0423C21.7799 11.329 22.2547 11.319 22.5413 11.0201C22.828 10.7211 22.8181 10.2463 22.5191 9.95963L18.1359 5.75669C16.8365 4.51078 15.8068 3.52336 14.8926 2.85454C13.9505 2.16533 13.0488 1.75098 12 1.75098C10.9512 1.75098 10.0495 2.16533 9.10742 2.85454C8.19322 3.52336 7.16347 4.51078 5.86414 5.75668L1.48092 9.95963C1.18194 10.2463 1.17197 10.7211 1.45866 11.0201C1.74534 11.319 2.2201 11.329 2.51908 11.0423L3.25 10.3415L3.25 13.5574C3.24998 15.3952 3.24997 16.8508 3.40314 17.99C3.56076 19.1624 3.89288 20.1114 4.64124 20.8597C5.31931 21.5378 6.16309 21.875 7.19106 22.0494C8.19721 22.2201 9.45057 22.2455 10.9976 22.25L11.2503 22.2479V18.244C10.4951 18.1936 9.78309 17.8261 9.33649 17.211L8.98603 16.7283C8.34243 15.8419 7.95433 14.8127 7.86562 13.7392L7.75839 12.4418C7.68187 11.5158 8.4205 10.8285 9.25129 10.7563V9C9.25129 8.58579 9.58708 8.25 10.0013 8.25C10.4155 8.25 10.7513 8.58579 10.7513 9V10.75H13.2513V9C13.2513 8.58579 13.5871 8.25 14.0013 8.25C14.4155 8.25 14.7513 8.58579 14.7513 9V10.7559C15.5837 10.8263 16.3247 11.5143 16.2481 12.4418L16.1409 13.7392C16.0522 14.8127 15.6641 15.8419 15.0205 16.7283L14.67 17.211C14.2222 17.8276 13.5077 18.1955 12.7503 18.2444V22.2352L15.0064 22.216C15.01 22.216 15.0136 22.2159 15.0172 22.2158C15.0218 22.2157 15.0265 22.2156 15.0311 22.2154C16.9126 22.1372 18.3299 21.8886 19.3588 20.8597C20.1071 20.1114 20.4392 19.1624 20.5969 17.99C20.75 16.8508 20.75 15.3952 20.75 13.5574V13.5574V10.3415Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.75 10.3415L21.4809 11.0423C21.7799 11.329 22.2547 11.319 22.5413 11.0201C22.828 10.7211 22.8181 10.2463 22.5191 9.95963L18.1359 5.75669C16.8365 4.51078 15.8068 3.52336 14.8926 2.85454C13.9505 2.16533 13.0488 1.75098 12 1.75098C10.9512 1.75098 10.0495 2.16533 9.10742 2.85454C8.19322 3.52336 7.16347 4.51078 5.86414 5.75668L1.48092 9.95963C1.18194 10.2463 1.17197 10.7211 1.45866 11.0201C1.74534 11.319 2.2201 11.329 2.51908 11.0423L3.25 10.3415L3.25 13.5574C3.24998 15.3952 3.24997 16.8508 3.40314 17.99C3.56076 19.1624 3.89288 20.1114 4.64124 20.8597C5.31931 21.5378 6.16309 21.875 7.19106 22.0494C8.19721 22.2201 9.45057 22.2455 10.9976 22.25L11.2503 22.2479V18.244C10.4951 18.1936 9.78309 17.8261 9.33649 17.211L8.98603 16.7283C8.34243 15.8419 7.95433 14.8127 7.86562 13.7392L7.75839 12.4418C7.68187 11.5158 8.4205 10.8285 9.25129 10.7563V9C9.25129 8.58579 9.58708 8.25 10.0013 8.25C10.4155 8.25 10.7513 8.58579 10.7513 9V10.75H13.2513V9C13.2513 8.58579 13.5871 8.25 14.0013 8.25C14.4155 8.25 14.7513 8.58579 14.7513 9V10.7559C15.5837 10.8263 16.3247 11.5143 16.2481 12.4418L16.1409 13.7392C16.0522 14.8127 15.6641 15.8419 15.0205 16.7283L14.67 17.211C14.2222 17.8276 13.5077 18.1955 12.7503 18.2444V22.2352L15.0064 22.216C15.01 22.216 15.0136 22.2159 15.0172 22.2158C15.0218 22.2157 15.0265 22.2156 15.0311 22.2154C16.9126 22.1372 18.3299 21.8886 19.3588 20.8597C20.1071 20.1114 20.4392 19.1624 20.5969 17.99C20.75 16.8508 20.75 15.3952 20.75 13.5574V13.5574V10.3415Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-electric-home-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.1339 1.25 10.3597 1.52688 9.52381 1.99594C8.7139 2.45043 7.78586 3.12145 6.61887 3.96524L5.10984 5.05632L5.10983 5.05633C4.17329 5.73347 3.42528 6.2743 2.86109 6.77487C2.27855 7.29173 1.84274 7.807 1.5663 8.45513C1.28925 9.10469 1.22225 9.77045 1.25941 10.5381C1.29528 11.2789 1.43264 12.1727 1.60393 13.2872L1.91918 15.3387C2.16256 16.9225 2.35635 18.1836 2.64105 19.1662C2.93544 20.1821 3.35016 20.9887 4.0914 21.6052C4.82957 22.2192 5.7089 22.4926 6.78306 22.6231C7.828 22.75 9.14615 22.75 10.8111 22.75H10.8612L11.2503 22.7493V19.2441C10.4948 19.194 9.78231 18.8263 9.33551 18.211L8.98505 17.7283C8.34145 16.8419 7.95335 15.8127 7.86464 14.7392L7.75742 13.4418C7.68089 12.5158 8.41953 11.8285 9.25032 11.7563V10C9.25032 9.58579 9.5861 9.25 10.0003 9.25C10.4145 9.25 10.7503 9.58579 10.7503 10V11.75H13.2503V10C13.2503 9.58579 13.5861 9.25 14.0003 9.25C14.4145 9.25 14.7503 9.58579 14.7503 10V11.7559C15.5827 11.8263 16.3238 12.5143 16.2471 13.4418L16.1399 14.7392C16.0512 15.8127 15.6631 16.8419 15.0195 17.7283L14.669 18.211C14.2215 18.8274 13.5073 19.1952 12.7503 19.2444V22.7464L15.0014 22.7422L15.0106 22.742C17.1925 22.7112 18.7429 22.5748 19.9086 21.6052C20.6499 20.9887 21.0646 20.1821 21.359 19.1661C21.6437 18.1836 21.8375 16.9225 22.0808 15.3387L22.3961 13.2871C22.5674 12.1726 22.7047 11.2789 22.7406 10.5381C22.7778 9.77045 22.7108 9.10469 22.4337 8.45514C22.1573 7.807 21.7215 7.29173 21.1389 6.77487C20.5747 6.27431 19.8268 5.7335 18.8902 5.05638L18.8902 5.05634L18.8902 5.05632L17.3811 3.96523C16.2141 3.12144 15.2861 2.45043 14.4762 1.99594C13.6403 1.52688 12.8661 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.1339 1.25 10.3597 1.52688 9.52381 1.99594C8.7139 2.45043 7.78586 3.12145 6.61887 3.96524L5.10984 5.05632L5.10983 5.05633C4.17329 5.73347 3.42528 6.2743 2.86109 6.77487C2.27855 7.29173 1.84274 7.807 1.5663 8.45513C1.28925 9.10469 1.22225 9.77045 1.25941 10.5381C1.29528 11.2789 1.43264 12.1727 1.60393 13.2872L1.91918 15.3387C2.16256 16.9225 2.35635 18.1836 2.64105 19.1662C2.93544 20.1821 3.35016 20.9887 4.0914 21.6052C4.82957 22.2192 5.7089 22.4926 6.78306 22.6231C7.828 22.75 9.14615 22.75 10.8111 22.75H10.8612L11.2503 22.7493V19.2441C10.4948 19.194 9.78231 18.8263 9.33551 18.211L8.98505 17.7283C8.34145 16.8419 7.95335 15.8127 7.86464 14.7392L7.75742 13.4418C7.68089 12.5158 8.41953 11.8285 9.25032 11.7563V10C9.25032 9.58579 9.5861 9.25 10.0003 9.25C10.4145 9.25 10.7503 9.58579 10.7503 10V11.75H13.2503V10C13.2503 9.58579 13.5861 9.25 14.0003 9.25C14.4145 9.25 14.7503 9.58579 14.7503 10V11.7559C15.5827 11.8263 16.3238 12.5143 16.2471 13.4418L16.1399 14.7392C16.0512 15.8127 15.6631 16.8419 15.0195 17.7283L14.669 18.211C14.2215 18.8274 13.5073 19.1952 12.7503 19.2444V22.7464L15.0014 22.7422L15.0106 22.742C17.1925 22.7112 18.7429 22.5748 19.9086 21.6052C20.6499 20.9887 21.0646 20.1821 21.359 19.1661C21.6437 18.1836 21.8375 16.9225 22.0808 15.3387L22.3961 13.2871C22.5674 12.1726 22.7047 11.2789 22.7406 10.5381C22.7778 9.77045 22.7108 9.10469 22.4337 8.45514C22.1573 7.807 21.7215 7.29173 21.1389 6.77487C20.5747 6.27431 19.8268 5.7335 18.8902 5.05638L18.8902 5.05634L18.8902 5.05632L17.3811 3.96523C16.2141 3.12144 15.2861 2.45043 14.4762 1.99594C13.6403 1.52688 12.8661 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-electric-tower-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25 2C8.25 1.58579 8.58579 1.25 9 1.25H15C15.4142 1.25 15.75 1.58579 15.75 2V7C15.75 7.41421 15.4142 7.75 15 7.75H9C8.58579 7.75 8.25 7.41421 8.25 7V2ZM9.75 2.75V6.25H14.25V2.75H9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.89829 22.4477C4.03981 22.6379 4.26293 22.75 4.50001 22.75H19.5C19.7371 22.75 19.9602 22.6379 20.1017 22.4477C20.2432 22.2575 20.2865 22.0116 20.2184 21.7845L15.7184 6.78449C15.6232 6.46725 15.3312 6.25 15 6.25H9.00001C8.6688 6.25 8.37681 6.46725 8.28164 6.78449L3.78164 21.7845C3.71351 22.0116 3.75677 22.2575 3.89829 22.4477ZM5.50803 21.25L9.55803 7.75H14.442L18.492 21.25H5.50803Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 22C1.25 21.5858 1.58579 21.25 2 21.25H22C22.4142 21.25 22.75 21.5858 22.75 22C22.75 22.4142 22.4142 22.75 22 22.75H2C1.58579 22.75 1.25 22.4142 1.25 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.57617 1.51988C9.84134 1.83809 9.79835 2.31101 9.48014 2.57618L5.07154 6.25002H18.9285L14.5199 2.57618C14.2017 2.31101 14.1587 1.83809 14.4238 1.51988C14.689 1.20167 15.1619 1.15868 15.4801 1.42385L21.4801 6.42385C21.6511 6.56635 21.75 6.77743 21.75 7.00002V9.00002C21.75 9.41423 21.4142 9.75002 21 9.75002C20.5858 9.75002 20.25 9.41423 20.25 9.00002V7.75002H3.75V9.00002C3.75 9.41423 3.41421 9.75002 3 9.75002C2.58579 9.75002 2.25 9.41423 2.25 9.00002V7.00002C2.25 6.77743 2.34887 6.56635 2.51986 6.42385L8.51986 1.42385C8.83807 1.15868 9.31099 1.20167 9.57617 1.51988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1463 9.11973C15.9363 8.76271 15.4766 8.64353 15.1196 8.85355L6.61956 13.8535C6.38058 13.9941 6.23865 14.2551 6.25051 14.5321C6.26238 14.8091 6.4261 15.057 6.67624 15.1766L18.1762 20.6766C18.5499 20.8553 18.9977 20.6973 19.1764 20.3236C19.3551 19.9499 19.1971 19.5021 18.8234 19.3234L8.59523 14.4317L15.8801 10.1464C16.2371 9.93643 16.3563 9.47676 16.1463 9.11973Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.85372 9.11973C8.06374 8.76271 8.52341 8.64353 8.88044 8.85355L17.3804 13.8535C17.6194 13.9941 17.7614 14.2551 17.7495 14.5321C17.7376 14.8091 17.5739 15.057 17.3238 15.1766L5.82377 20.6766C5.45009 20.8553 5.00229 20.6973 4.82357 20.3236C4.64486 19.9499 4.80291 19.5021 5.17658 19.3234L15.4048 14.4317L8.11991 10.1464C7.76288 9.93643 7.64371 9.47676 7.85372 9.11973Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25 2C8.25 1.58579 8.58579 1.25 9 1.25H15C15.4142 1.25 15.75 1.58579 15.75 2V7C15.75 7.41421 15.4142 7.75 15 7.75H9C8.58579 7.75 8.25 7.41421 8.25 7V2ZM9.75 2.75V6.25H14.25V2.75H9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.89829 22.4477C4.03981 22.6379 4.26293 22.75 4.50001 22.75H19.5C19.7371 22.75 19.9602 22.6379 20.1017 22.4477C20.2432 22.2575 20.2865 22.0116 20.2184 21.7845L15.7184 6.78449C15.6232 6.46725 15.3312 6.25 15 6.25H9.00001C8.6688 6.25 8.37681 6.46725 8.28164 6.78449L3.78164 21.7845C3.71351 22.0116 3.75677 22.2575 3.89829 22.4477ZM5.50803 21.25L9.55803 7.75H14.442L18.492 21.25H5.50803Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 22C1.25 21.5858 1.58579 21.25 2 21.25H22C22.4142 21.25 22.75 21.5858 22.75 22C22.75 22.4142 22.4142 22.75 22 22.75H2C1.58579 22.75 1.25 22.4142 1.25 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.57617 1.51988C9.84134 1.83809 9.79835 2.31101 9.48014 2.57618L5.07154 6.25002H18.9285L14.5199 2.57618C14.2017 2.31101 14.1587 1.83809 14.4238 1.51988C14.689 1.20167 15.1619 1.15868 15.4801 1.42385L21.4801 6.42385C21.6511 6.56635 21.75 6.77743 21.75 7.00002V9.00002C21.75 9.41423 21.4142 9.75002 21 9.75002C20.5858 9.75002 20.25 9.41423 20.25 9.00002V7.75002H3.75V9.00002C3.75 9.41423 3.41421 9.75002 3 9.75002C2.58579 9.75002 2.25 9.41423 2.25 9.00002V7.00002C2.25 6.77743 2.34887 6.56635 2.51986 6.42385L8.51986 1.42385C8.83807 1.15868 9.31099 1.20167 9.57617 1.51988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1463 9.11973C15.9363 8.76271 15.4766 8.64353 15.1196 8.85355L6.61956 13.8535C6.38058 13.9941 6.23865 14.2551 6.25051 14.5321C6.26238 14.8091 6.4261 15.057 6.67624 15.1766L18.1762 20.6766C18.5499 20.8553 18.9977 20.6973 19.1764 20.3236C19.3551 19.9499 19.1971 19.5021 18.8234 19.3234L8.59523 14.4317L15.8801 10.1464C16.2371 9.93643 16.3563 9.47676 16.1463 9.11973Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.85372 9.11973C8.06374 8.76271 8.52341 8.64353 8.88044 8.85355L17.3804 13.8535C17.6194 13.9941 17.7614 14.2551 17.7495 14.5321C17.7376 14.8091 17.5739 15.057 17.3238 15.1766L5.82377 20.6766C5.45009 20.8553 5.00229 20.6973 4.82357 20.3236C4.64486 19.9499 4.80291 19.5021 5.17658 19.3234L15.4048 14.4317L8.11991 10.1464C7.76288 9.93643 7.64371 9.47676 7.85372 9.11973Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-electric-tower{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1804 5.31696C14.9301 5.24914 14.6717 5.24954 14.4101 5.24994H9.5902C9.32861 5.24954 9.07023 5.24914 8.81997 5.31696C8.56388 5.38636 8.3461 5.51886 8.13393 5.64795L3.63926 8.37189C3.41168 8.50888 3.15454 8.66366 2.9703 8.89123C2.77511 9.13234 2.67348 9.47573 2.60558 9.70532L2.28183 10.7845C2.1628 11.1812 2.38794 11.5993 2.78469 11.7184C3.18143 11.8374 3.59954 11.6123 3.71857 11.2155L4.14036 9.75H19.86L20.2818 11.2155C20.4008 11.6123 20.8189 11.8374 21.2156 11.7184C21.6124 11.5993 21.8375 11.1812 21.7185 10.7845L21.3948 9.70532C21.3269 9.47573 21.2252 9.13234 21.03 8.89123C20.8458 8.66365 20.5887 8.50888 20.3611 8.37189L15.8664 5.64795C15.6542 5.51886 15.4365 5.38636 15.1804 5.31696ZM14.7879 6.76477L17.2655 8.25003H6.73462L9.21219 6.76477H14.7879Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.88343 9.57292C9.1192 9.23235 9.58642 9.14741 9.92698 9.38318L12.0001 10.8184L14.0732 9.38318C14.4137 9.14741 14.8809 9.23235 15.1167 9.57292C15.3525 9.91348 15.2675 10.3807 14.927 10.6165L13.3177 11.7306L16.427 13.8832C16.6301 14.0238 16.7509 14.2554 16.7501 14.5025C16.7492 14.7495 16.6267 14.9803 16.4226 15.1195L13.3314 17.2271L19.4226 21.3802C19.7648 21.6135 19.8531 22.0801 19.6197 22.4223C19.3864 22.7646 18.9198 22.8528 18.5776 22.6195L12.0001 18.1348L5.42258 22.6195C5.08034 22.8528 4.61374 22.7646 4.3804 22.4223C4.14706 22.0801 4.23534 21.6135 4.57757 21.3802L10.6687 17.2271L7.57757 15.1195C7.37345 14.9803 7.25096 14.7495 7.25008 14.5025C7.2492 14.2554 7.37004 14.0238 7.57317 13.8832L10.6825 11.7306L9.07316 10.6165C8.7326 10.3807 8.64765 9.91348 8.88343 9.57292ZM12.0001 12.6428L9.3245 14.4951L12.0001 16.3194L14.6756 14.4951L12.0001 12.6428Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 22.7499C21.4142 22.7499 21.75 22.4141 21.75 21.9999C21.75 21.5857 21.4142 21.2499 21 21.2499H19.5358L15.4282 9.26651C15.3236 8.96123 15.2946 8.64611 15.3403 8.33632L15.7381 6.13315C15.7713 5.94969 15.7349 5.76047 15.6361 5.60238L14.2073 3.31633C13.8654 2.76916 13.5672 2.29196 13.2874 1.95814C13.0007 1.616 12.5923 1.24988 12.0001 1.24988C11.4078 1.24988 10.9995 1.616 10.7127 1.95814C10.433 2.29196 10.1348 2.76911 9.79288 3.31628L8.36407 5.60238C8.26526 5.76047 8.22887 5.94969 8.262 6.13315L8.65983 8.33633C8.7055 8.64611 8.67653 8.96124 8.57189 9.26651L4.46431 21.2499H3C2.58579 21.2499 2.25 21.5857 2.25 21.9999C2.25 22.4141 2.58579 22.7499 3 22.7499H21ZM11.0361 4.1573C11.4154 3.55041 11.7961 3.01999 12.0001 2.77649C12.2042 3.01999 12.5848 3.55041 12.9641 4.1573L14.2106 6.15162L13.8623 8.08066L13.8589 8.10097C13.7743 8.6563 13.8264 9.21896 14.0094 9.75281L17.9502 21.2498H6.05005L9.99091 9.75281C10.1739 9.21896 10.226 8.6563 10.1414 8.10097L10.138 8.08066L9.78968 6.15162L11.0361 4.1573Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1804 5.31696C14.9301 5.24914 14.6717 5.24954 14.4101 5.24994H9.5902C9.32861 5.24954 9.07023 5.24914 8.81997 5.31696C8.56388 5.38636 8.3461 5.51886 8.13393 5.64795L3.63926 8.37189C3.41168 8.50888 3.15454 8.66366 2.9703 8.89123C2.77511 9.13234 2.67348 9.47573 2.60558 9.70532L2.28183 10.7845C2.1628 11.1812 2.38794 11.5993 2.78469 11.7184C3.18143 11.8374 3.59954 11.6123 3.71857 11.2155L4.14036 9.75H19.86L20.2818 11.2155C20.4008 11.6123 20.8189 11.8374 21.2156 11.7184C21.6124 11.5993 21.8375 11.1812 21.7185 10.7845L21.3948 9.70532C21.3269 9.47573 21.2252 9.13234 21.03 8.89123C20.8458 8.66365 20.5887 8.50888 20.3611 8.37189L15.8664 5.64795C15.6542 5.51886 15.4365 5.38636 15.1804 5.31696ZM14.7879 6.76477L17.2655 8.25003H6.73462L9.21219 6.76477H14.7879Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.88343 9.57292C9.1192 9.23235 9.58642 9.14741 9.92698 9.38318L12.0001 10.8184L14.0732 9.38318C14.4137 9.14741 14.8809 9.23235 15.1167 9.57292C15.3525 9.91348 15.2675 10.3807 14.927 10.6165L13.3177 11.7306L16.427 13.8832C16.6301 14.0238 16.7509 14.2554 16.7501 14.5025C16.7492 14.7495 16.6267 14.9803 16.4226 15.1195L13.3314 17.2271L19.4226 21.3802C19.7648 21.6135 19.8531 22.0801 19.6197 22.4223C19.3864 22.7646 18.9198 22.8528 18.5776 22.6195L12.0001 18.1348L5.42258 22.6195C5.08034 22.8528 4.61374 22.7646 4.3804 22.4223C4.14706 22.0801 4.23534 21.6135 4.57757 21.3802L10.6687 17.2271L7.57757 15.1195C7.37345 14.9803 7.25096 14.7495 7.25008 14.5025C7.2492 14.2554 7.37004 14.0238 7.57317 13.8832L10.6825 11.7306L9.07316 10.6165C8.7326 10.3807 8.64765 9.91348 8.88343 9.57292ZM12.0001 12.6428L9.3245 14.4951L12.0001 16.3194L14.6756 14.4951L12.0001 12.6428Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 22.7499C21.4142 22.7499 21.75 22.4141 21.75 21.9999C21.75 21.5857 21.4142 21.2499 21 21.2499H19.5358L15.4282 9.26651C15.3236 8.96123 15.2946 8.64611 15.3403 8.33632L15.7381 6.13315C15.7713 5.94969 15.7349 5.76047 15.6361 5.60238L14.2073 3.31633C13.8654 2.76916 13.5672 2.29196 13.2874 1.95814C13.0007 1.616 12.5923 1.24988 12.0001 1.24988C11.4078 1.24988 10.9995 1.616 10.7127 1.95814C10.433 2.29196 10.1348 2.76911 9.79288 3.31628L8.36407 5.60238C8.26526 5.76047 8.22887 5.94969 8.262 6.13315L8.65983 8.33633C8.7055 8.64611 8.67653 8.96124 8.57189 9.26651L4.46431 21.2499H3C2.58579 21.2499 2.25 21.5857 2.25 21.9999C2.25 22.4141 2.58579 22.7499 3 22.7499H21ZM11.0361 4.1573C11.4154 3.55041 11.7961 3.01999 12.0001 2.77649C12.2042 3.01999 12.5848 3.55041 12.9641 4.1573L14.2106 6.15162L13.8623 8.08066L13.8589 8.10097C13.7743 8.6563 13.8264 9.21896 14.0094 9.75281L17.9502 21.2498H6.05005L9.99091 9.75281C10.1739 9.21896 10.226 8.6563 10.1414 8.10097L10.138 8.08066L9.78968 6.15162L11.0361 4.1573Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-electric-wire{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 4.25C20.4142 4.25 20.75 4.58579 20.75 5V6.25H22C22.4142 6.25 22.75 6.58579 22.75 7C22.75 7.41421 22.4142 7.75 22 7.75H20.75V9C20.75 9.41421 20.4142 9.75 20 9.75C19.5858 9.75 19.25 9.41421 19.25 9V7.75H18C17.5858 7.75 17.25 7.41421 17.25 7C17.25 6.58579 17.5858 6.25 18 6.25H19.25V5C19.25 4.58579 19.5858 4.25 20 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 7C1.25 6.58579 1.58579 6.25 2 6.25H6C6.41421 6.25 6.75 6.58579 6.75 7C6.75 7.41421 6.41421 7.75 6 7.75H2C1.58579 7.75 1.25 7.41421 1.25 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.04326 3.76729C7.79579 3.75041 7.4762 3.75 7 3.75C6.58579 3.75 6.25 3.41421 6.25 3C6.25 2.58579 6.58579 2.25 7 2.25L7.02525 2.25C7.46971 2.24999 7.84075 2.24999 8.14536 2.27077C8.46246 2.29241 8.76199 2.33905 9.05238 2.45933C9.72621 2.73844 10.2616 3.27379 10.5407 3.94762C10.6609 4.23801 10.7076 4.53752 10.7292 4.85461C10.75 5.1592 10.75 5.53022 10.75 5.97465L10.75 9C10.75 9.41421 10.4142 9.75 10 9.75C9.58579 9.75 9.25 9.41421 9.25 9V5.9999C9.25 5.52373 9.24959 5.20417 9.23271 4.95672C9.21629 4.71602 9.18681 4.5988 9.15485 4.52165C9.02798 4.21536 8.78464 3.97202 8.47835 3.84515C8.4012 3.81319 8.28399 3.78372 8.04326 3.76729Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9747 2.25L17 2.25C17.4142 2.25 17.75 2.58579 17.75 3C17.75 3.41421 17.4142 3.75 17 3.75C16.5238 3.75 16.2042 3.75041 15.9567 3.76729C15.716 3.78372 15.5988 3.81319 15.5216 3.84515C15.2154 3.97202 14.972 4.21536 14.8452 4.52165C14.8132 4.5988 14.7837 4.71602 14.7673 4.95672C14.7504 5.20417 14.75 5.52373 14.75 5.9999V9C14.75 9.41421 14.4142 9.75 14 9.75C13.5858 9.75 13.25 9.41421 13.25 9L13.25 5.97465C13.25 5.53022 13.25 5.15921 13.2708 4.85461C13.2924 4.53752 13.3391 4.23801 13.4593 3.94762C13.7384 3.27379 14.2738 2.73844 14.9476 2.45933C15.238 2.33905 15.5375 2.29241 15.8546 2.27077C16.1592 2.24999 16.5303 2.24999 16.9747 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 8.25H9.95526C9.52244 8.24995 9.12561 8.24991 8.8028 8.29331C8.44732 8.3411 8.07159 8.45355 7.76257 8.76257C7.45355 9.07159 7.3411 9.44732 7.29331 9.8028C7.24991 10.1256 7.24995 10.5224 7.25 10.9553L7.25001 21C7.25001 21.4142 7.58579 21.75 8.00001 21.75H11.25V8.25ZM12.75 21.75H16C16.4142 21.75 16.75 21.4142 16.75 21L16.75 10.9553V10.9553V10.9552C16.7501 10.5224 16.7501 10.1256 16.7067 9.8028C16.6589 9.44732 16.5465 9.07159 16.2374 8.76257C15.9284 8.45355 15.5527 8.3411 15.1972 8.29331C14.8744 8.24991 14.4776 8.24995 14.0448 8.25H12.75V21.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 4.25C20.4142 4.25 20.75 4.58579 20.75 5V6.25H22C22.4142 6.25 22.75 6.58579 22.75 7C22.75 7.41421 22.4142 7.75 22 7.75H20.75V9C20.75 9.41421 20.4142 9.75 20 9.75C19.5858 9.75 19.25 9.41421 19.25 9V7.75H18C17.5858 7.75 17.25 7.41421 17.25 7C17.25 6.58579 17.5858 6.25 18 6.25H19.25V5C19.25 4.58579 19.5858 4.25 20 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 7C1.25 6.58579 1.58579 6.25 2 6.25H6C6.41421 6.25 6.75 6.58579 6.75 7C6.75 7.41421 6.41421 7.75 6 7.75H2C1.58579 7.75 1.25 7.41421 1.25 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.04326 3.76729C7.79579 3.75041 7.4762 3.75 7 3.75C6.58579 3.75 6.25 3.41421 6.25 3C6.25 2.58579 6.58579 2.25 7 2.25L7.02525 2.25C7.46971 2.24999 7.84075 2.24999 8.14536 2.27077C8.46246 2.29241 8.76199 2.33905 9.05238 2.45933C9.72621 2.73844 10.2616 3.27379 10.5407 3.94762C10.6609 4.23801 10.7076 4.53752 10.7292 4.85461C10.75 5.1592 10.75 5.53022 10.75 5.97465L10.75 9C10.75 9.41421 10.4142 9.75 10 9.75C9.58579 9.75 9.25 9.41421 9.25 9V5.9999C9.25 5.52373 9.24959 5.20417 9.23271 4.95672C9.21629 4.71602 9.18681 4.5988 9.15485 4.52165C9.02798 4.21536 8.78464 3.97202 8.47835 3.84515C8.4012 3.81319 8.28399 3.78372 8.04326 3.76729Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9747 2.25L17 2.25C17.4142 2.25 17.75 2.58579 17.75 3C17.75 3.41421 17.4142 3.75 17 3.75C16.5238 3.75 16.2042 3.75041 15.9567 3.76729C15.716 3.78372 15.5988 3.81319 15.5216 3.84515C15.2154 3.97202 14.972 4.21536 14.8452 4.52165C14.8132 4.5988 14.7837 4.71602 14.7673 4.95672C14.7504 5.20417 14.75 5.52373 14.75 5.9999V9C14.75 9.41421 14.4142 9.75 14 9.75C13.5858 9.75 13.25 9.41421 13.25 9L13.25 5.97465C13.25 5.53022 13.25 5.15921 13.2708 4.85461C13.2924 4.53752 13.3391 4.23801 13.4593 3.94762C13.7384 3.27379 14.2738 2.73844 14.9476 2.45933C15.238 2.33905 15.5375 2.29241 15.8546 2.27077C16.1592 2.24999 16.5303 2.24999 16.9747 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 8.25H9.95526C9.52244 8.24995 9.12561 8.24991 8.8028 8.29331C8.44732 8.3411 8.07159 8.45355 7.76257 8.76257C7.45355 9.07159 7.3411 9.44732 7.29331 9.8028C7.24991 10.1256 7.24995 10.5224 7.25 10.9553L7.25001 21C7.25001 21.4142 7.58579 21.75 8.00001 21.75H11.25V8.25ZM12.75 21.75H16C16.4142 21.75 16.75 21.4142 16.75 21L16.75 10.9553V10.9553V10.9552C16.7501 10.5224 16.7501 10.1256 16.7067 9.8028C16.6589 9.44732 16.5465 9.07159 16.2374 8.76257C15.9284 8.45355 15.5527 8.3411 15.1972 8.29331C14.8744 8.24991 14.4776 8.24995 14.0448 8.25H12.75V21.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-energy-ellipse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13.7768 6.61028C13.7768 6.06058 13.4801 5.57035 13.0009 5.35591C12.4938 5.12895 11.8913 5.26801 11.5255 5.76105L7.52647 11.1508C7.20753 11.5807 7.18968 12.1091 7.34555 12.518C7.50024 12.9239 7.89708 13.3591 8.51426 13.3591H10.2228V17.3898C10.2228 17.9395 10.5195 18.4297 10.9986 18.6442C11.5057 18.8711 12.1083 18.7321 12.4741 18.239L16.4731 12.8493C16.792 12.4194 16.8099 11.891 16.654 11.482C16.4993 11.0762 16.1025 10.641 15.4853 10.641H13.7768V6.61028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13.7768 6.61028C13.7768 6.06058 13.4801 5.57035 13.0009 5.35591C12.4938 5.12895 11.8913 5.26801 11.5255 5.76105L7.52647 11.1508C7.20753 11.5807 7.18968 12.1091 7.34555 12.518C7.50024 12.9239 7.89708 13.3591 8.51426 13.3591H10.2228V17.3898C10.2228 17.9395 10.5195 18.4297 10.9986 18.6442C11.5057 18.8711 12.1083 18.7321 12.4741 18.239L16.4731 12.8493C16.792 12.4194 16.8099 11.891 16.654 11.482C16.4993 11.0762 16.1025 10.641 15.4853 10.641H13.7768V6.61028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-energy-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0242 1.90522C15.7462 1.74998 14.0202 1.74999 11.9487 1.75C9.87731 1.74999 8.25376 1.74998 6.97578 1.90522C5.66982 2.06386 4.62456 2.39411 3.76567 3.12767C3.53662 3.3233 3.3233 3.53662 3.12767 3.76567C2.39411 4.62456 2.06386 5.66982 1.90522 6.97578C1.74998 8.25376 1.74999 9.97982 1.75 12.0513C1.74999 14.1227 1.74998 15.7462 1.90522 17.0242C2.06386 18.3302 2.39411 19.3754 3.12767 20.2343C3.32329 20.4634 3.53662 20.6767 3.76567 20.8723C4.62456 21.6059 5.66982 21.9361 6.97578 22.0948C8.25376 22.25 9.97982 22.25 12.0513 22.25C14.1227 22.25 15.7462 22.25 17.0242 22.0948C18.3302 21.9361 19.3754 21.6059 20.2343 20.8723C20.4634 20.6767 20.6767 20.4634 20.8723 20.2343C21.6059 19.3754 21.9361 18.3302 22.0948 17.0242C22.25 15.7462 22.25 14.1227 22.25 12.0513C22.25 9.97982 22.25 8.25376 22.0948 6.97578C21.9361 5.66982 21.6059 4.62456 20.8723 3.76567C20.6767 3.53662 20.4634 3.32329 20.2343 3.12767C19.3754 2.39411 18.3302 2.06386 17.0242 1.90522ZM13.7768 6.61028C13.7768 6.06058 13.4801 5.57035 13.0009 5.35591C12.4938 5.12895 11.8913 5.26801 11.5255 5.76105L7.52647 11.1508C7.20753 11.5807 7.18968 12.1091 7.34555 12.518C7.50024 12.9239 7.89708 13.3591 8.51426 13.3591H10.2228V17.3898C10.2228 17.9395 10.5195 18.4297 10.9986 18.6442C11.5057 18.8711 12.1083 18.7321 12.4741 18.239L16.4731 12.8493C16.792 12.4194 16.8099 11.891 16.654 11.482C16.4993 11.0762 16.1025 10.641 15.4853 10.641H13.7768V6.61028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0242 1.90522C15.7462 1.74998 14.0202 1.74999 11.9487 1.75C9.87731 1.74999 8.25376 1.74998 6.97578 1.90522C5.66982 2.06386 4.62456 2.39411 3.76567 3.12767C3.53662 3.3233 3.3233 3.53662 3.12767 3.76567C2.39411 4.62456 2.06386 5.66982 1.90522 6.97578C1.74998 8.25376 1.74999 9.97982 1.75 12.0513C1.74999 14.1227 1.74998 15.7462 1.90522 17.0242C2.06386 18.3302 2.39411 19.3754 3.12767 20.2343C3.32329 20.4634 3.53662 20.6767 3.76567 20.8723C4.62456 21.6059 5.66982 21.9361 6.97578 22.0948C8.25376 22.25 9.97982 22.25 12.0513 22.25C14.1227 22.25 15.7462 22.25 17.0242 22.0948C18.3302 21.9361 19.3754 21.6059 20.2343 20.8723C20.4634 20.6767 20.6767 20.4634 20.8723 20.2343C21.6059 19.3754 21.9361 18.3302 22.0948 17.0242C22.25 15.7462 22.25 14.1227 22.25 12.0513C22.25 9.97982 22.25 8.25376 22.0948 6.97578C21.9361 5.66982 21.6059 4.62456 20.8723 3.76567C20.6767 3.53662 20.4634 3.32329 20.2343 3.12767C19.3754 2.39411 18.3302 2.06386 17.0242 1.90522ZM13.7768 6.61028C13.7768 6.06058 13.4801 5.57035 13.0009 5.35591C12.4938 5.12895 11.8913 5.26801 11.5255 5.76105L7.52647 11.1508C7.20753 11.5807 7.18968 12.1091 7.34555 12.518C7.50024 12.9239 7.89708 13.3591 8.51426 13.3591H10.2228V17.3898C10.2228 17.9395 10.5195 18.4297 10.9986 18.6442C11.5057 18.8711 12.1083 18.7321 12.4741 18.239L16.4731 12.8493C16.792 12.4194 16.8099 11.891 16.654 11.482C16.4993 11.0762 16.1025 10.641 15.4853 10.641H13.7768V6.61028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.3483 2.37606C13.9203 2.63204 14.2902 3.22526 14.2902 3.91533V10.1729C14.2902 10.2565 14.3191 10.3116 14.3392 10.3354L14.3401 10.3364H17.228C17.9557 10.3364 18.4372 10.8489 18.6307 11.3565C18.8254 11.8673 18.8005 12.5222 18.4086 13.0504L12.4101 21.135C11.9661 21.7334 11.2512 21.8924 10.6512 21.6239C10.0793 21.3679 9.70932 20.7747 9.70932 20.0846V13.827C9.70932 13.7434 9.68044 13.6884 9.66033 13.6645L9.65947 13.6635H6.77151C6.04386 13.6635 5.56235 13.1511 5.36884 12.6434C5.17416 12.1326 5.19905 11.4778 5.59097 10.9496L11.5895 2.86493C12.0335 2.26652 12.7484 2.10756 13.3483 2.37606Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.3483 2.37606C13.9203 2.63204 14.2902 3.22526 14.2902 3.91533V10.1729C14.2902 10.2565 14.3191 10.3116 14.3392 10.3354L14.3401 10.3364H17.228C17.9557 10.3364 18.4372 10.8489 18.6307 11.3565C18.8254 11.8673 18.8005 12.5222 18.4086 13.0504L12.4101 21.135C11.9661 21.7334 11.2512 21.8924 10.6512 21.6239C10.0793 21.3679 9.70932 20.7747 9.70932 20.0846V13.827C9.70932 13.7434 9.68044 13.6884 9.66033 13.6645L9.65947 13.6635H6.77151C6.04386 13.6635 5.56235 13.1511 5.36884 12.6434C5.17416 12.1326 5.19905 11.4778 5.59097 10.9496L11.5895 2.86493C12.0335 2.26652 12.7484 2.10756 13.3483 2.37606Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-ev-charging{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.25 20.75H16.7499C17.3022 20.75 17.7499 21.1977 17.7499 21.75C17.7499 22.3023 17.3022 22.75 16.7499 22.75H2.25C1.69772 22.75 1.25 22.3023 1.25 21.75C1.25 21.1977 1.69772 20.75 2.25 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.903 4.92134C21.1109 4.81729 21.4487 4.68163 21.8363 4.78942C22.0104 4.83784 22.1723 4.92344 22.3106 5.04073C22.6202 5.30335 22.6946 5.66236 22.7227 5.89312C22.7501 6.11859 22.7501 6.39959 22.75 6.68775L22.75 7.44378V7.44379C22.7501 7.57177 22.7501 7.71879 22.7366 7.8481C22.7204 8.00299 22.6803 8.19329 22.5614 8.38366C22.4428 8.57354 22.2898 8.69298 22.1587 8.7755C22.0486 8.84477 21.7043 9.01504 21.5883 9.07235L20.9089 10.7528C20.7862 11.0563 20.5769 11.306 20.317 11.4796C20.381 11.8179 20.5473 12.7059 20.604 13.0638C20.7256 13.8318 20.8083 14.6659 20.6989 15.4799C20.4812 17.0983 19.2082 18.3681 17.583 18.678C17.2039 18.7503 16.7596 18.7502 16.089 18.75H16.089L16 18.75V17.25C16.7916 17.25 17.0812 17.2466 17.3021 17.2045C18.3369 17.0072 19.0864 16.2156 19.2122 15.2799C19.2924 14.6839 19.2369 14.0212 19.1224 13.2983C19.0694 12.9636 18.8758 11.9202 18.811 11.5775C18.4762 11.3729 18.25 11.0055 18.25 10.5797L18.2499 8.82263C18.2492 8.11967 18.2486 7.56093 18.4602 7.05538C18.5299 6.88863 18.6161 6.72925 18.7175 6.57954C19.0244 6.12651 19.4924 5.81846 20.0844 5.42886C20.3272 5.26866 20.6992 5.02333 20.903 4.92134Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0164 1.25H7.98369C6.90111 1.24997 5.99219 1.24994 5.26946 1.34806C4.50418 1.45197 3.80442 1.68172 3.24096 2.25073C2.67751 2.81974 2.45 3.52639 2.34711 4.29921C2.24994 5.02907 2.24997 5.94679 2.25 7.04005V7.04009L2.25 10.9986L2.25 11L2.25 11.0014L2.25001 21.45C2.25001 21.6157 2.38432 21.75 2.55001 21.75H16.45C16.6157 21.75 16.75 21.6157 16.75 21.45L16.75 11.0015L16.75 11L16.75 10.9985L16.75 7.04018C16.75 5.94686 16.7501 5.0291 16.6529 4.29921C16.55 3.52639 16.3225 2.81974 15.759 2.25073C15.1956 1.68172 14.4958 1.45197 13.7305 1.34806C13.0078 1.24994 12.0989 1.24997 11.0164 1.25ZM14.8166 9.95001V7.10716C14.8166 5.92911 14.8146 5.14378 14.7368 4.55937C14.6627 4.00304 14.5363 3.77707 14.3919 3.63128C14.2476 3.48548 14.0238 3.35784 13.4729 3.28304C12.8942 3.20447 12.1165 3.2024 10.95 3.2024H8.04998C6.88343 3.2024 6.10575 3.20447 5.52705 3.28304C4.97615 3.35784 4.75238 3.48548 4.60801 3.63128C4.46364 3.77707 4.33724 4.00304 4.26317 4.55937C4.18537 5.14378 4.18331 5.92911 4.18331 7.10716V9.95001C4.18331 10.1157 4.31763 10.25 4.48331 10.25H14.5166C14.6823 10.25 14.8166 10.1157 14.8166 9.95001ZM10.7764 14.5343C11.0714 14.2435 11.0749 13.7687 10.7842 13.4736C10.4935 13.1786 10.0187 13.175 9.72361 13.4657L7.7307 15.4326L7.7307 15.4326C7.63439 15.5364 7.50516 15.6756 7.41911 15.8069C7.36996 15.8818 7.28765 16.022 7.25968 16.2083C7.22603 16.4325 7.2803 16.6607 7.4196 16.8482C7.66599 17.1799 8.04719 17.2206 8.16715 17.2334C8.32402 17.2501 8.51983 17.2501 8.70626 17.25H8.70637L9.45295 17.25L8.2128 18.4641C7.91681 18.7538 7.91176 19.2287 8.20152 19.5247C8.49128 19.8207 8.96613 19.8257 9.26212 19.5359L11.2693 17.5674C11.3656 17.4637 11.4948 17.3244 11.5809 17.1931C11.63 17.1182 11.7123 16.978 11.7403 16.7917C11.7739 16.5675 11.7197 16.3393 11.5804 16.1518C11.334 15.8201 10.9528 15.7794 10.8328 15.7666C10.6759 15.7499 10.4801 15.7499 10.2936 15.75L9.54243 15.75L10.7764 14.5343Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.25 20.75H16.7499C17.3022 20.75 17.7499 21.1977 17.7499 21.75C17.7499 22.3023 17.3022 22.75 16.7499 22.75H2.25C1.69772 22.75 1.25 22.3023 1.25 21.75C1.25 21.1977 1.69772 20.75 2.25 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.903 4.92134C21.1109 4.81729 21.4487 4.68163 21.8363 4.78942C22.0104 4.83784 22.1723 4.92344 22.3106 5.04073C22.6202 5.30335 22.6946 5.66236 22.7227 5.89312C22.7501 6.11859 22.7501 6.39959 22.75 6.68775L22.75 7.44378V7.44379C22.7501 7.57177 22.7501 7.71879 22.7366 7.8481C22.7204 8.00299 22.6803 8.19329 22.5614 8.38366C22.4428 8.57354 22.2898 8.69298 22.1587 8.7755C22.0486 8.84477 21.7043 9.01504 21.5883 9.07235L20.9089 10.7528C20.7862 11.0563 20.5769 11.306 20.317 11.4796C20.381 11.8179 20.5473 12.7059 20.604 13.0638C20.7256 13.8318 20.8083 14.6659 20.6989 15.4799C20.4812 17.0983 19.2082 18.3681 17.583 18.678C17.2039 18.7503 16.7596 18.7502 16.089 18.75H16.089L16 18.75V17.25C16.7916 17.25 17.0812 17.2466 17.3021 17.2045C18.3369 17.0072 19.0864 16.2156 19.2122 15.2799C19.2924 14.6839 19.2369 14.0212 19.1224 13.2983C19.0694 12.9636 18.8758 11.9202 18.811 11.5775C18.4762 11.3729 18.25 11.0055 18.25 10.5797L18.2499 8.82263C18.2492 8.11967 18.2486 7.56093 18.4602 7.05538C18.5299 6.88863 18.6161 6.72925 18.7175 6.57954C19.0244 6.12651 19.4924 5.81846 20.0844 5.42886C20.3272 5.26866 20.6992 5.02333 20.903 4.92134Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0164 1.25H7.98369C6.90111 1.24997 5.99219 1.24994 5.26946 1.34806C4.50418 1.45197 3.80442 1.68172 3.24096 2.25073C2.67751 2.81974 2.45 3.52639 2.34711 4.29921C2.24994 5.02907 2.24997 5.94679 2.25 7.04005V7.04009L2.25 10.9986L2.25 11L2.25 11.0014L2.25001 21.45C2.25001 21.6157 2.38432 21.75 2.55001 21.75H16.45C16.6157 21.75 16.75 21.6157 16.75 21.45L16.75 11.0015L16.75 11L16.75 10.9985L16.75 7.04018C16.75 5.94686 16.7501 5.0291 16.6529 4.29921C16.55 3.52639 16.3225 2.81974 15.759 2.25073C15.1956 1.68172 14.4958 1.45197 13.7305 1.34806C13.0078 1.24994 12.0989 1.24997 11.0164 1.25ZM14.8166 9.95001V7.10716C14.8166 5.92911 14.8146 5.14378 14.7368 4.55937C14.6627 4.00304 14.5363 3.77707 14.3919 3.63128C14.2476 3.48548 14.0238 3.35784 13.4729 3.28304C12.8942 3.20447 12.1165 3.2024 10.95 3.2024H8.04998C6.88343 3.2024 6.10575 3.20447 5.52705 3.28304C4.97615 3.35784 4.75238 3.48548 4.60801 3.63128C4.46364 3.77707 4.33724 4.00304 4.26317 4.55937C4.18537 5.14378 4.18331 5.92911 4.18331 7.10716V9.95001C4.18331 10.1157 4.31763 10.25 4.48331 10.25H14.5166C14.6823 10.25 14.8166 10.1157 14.8166 9.95001ZM10.7764 14.5343C11.0714 14.2435 11.0749 13.7687 10.7842 13.4736C10.4935 13.1786 10.0187 13.175 9.72361 13.4657L7.7307 15.4326L7.7307 15.4326C7.63439 15.5364 7.50516 15.6756 7.41911 15.8069C7.36996 15.8818 7.28765 16.022 7.25968 16.2083C7.22603 16.4325 7.2803 16.6607 7.4196 16.8482C7.66599 17.1799 8.04719 17.2206 8.16715 17.2334C8.32402 17.2501 8.51983 17.2501 8.70626 17.25H8.70637L9.45295 17.25L8.2128 18.4641C7.91681 18.7538 7.91176 19.2287 8.20152 19.5247C8.49128 19.8207 8.96613 19.8257 9.26212 19.5359L11.2693 17.5674C11.3656 17.4637 11.4948 17.3244 11.5809 17.1931C11.63 17.1182 11.7123 16.978 11.7403 16.7917C11.7739 16.5675 11.7197 16.3393 11.5804 16.1518C11.334 15.8201 10.9528 15.7794 10.8328 15.7666C10.6759 15.7499 10.4801 15.7499 10.2936 15.75L9.54243 15.75L10.7764 14.5343Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-factory{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.95526 1.25L13 1.25001C13.4142 1.25001 13.75 1.58579 13.75 2.00001C13.75 2.41422 13.4142 2.75001 13 2.75001H8.00001C7.5074 2.75001 7.21339 2.7516 7.00267 2.77993C6.84407 2.79434 6.78809 2.93443 6.77993 3.00267C6.7516 3.21339 6.75001 3.5074 6.75001 4.00001C6.75001 4.41422 6.41422 4.75001 6.00001 4.75001C5.58579 4.75001 5.25001 4.41422 5.25001 4.00001L5.25 3.95526C5.24995 3.52244 5.24991 3.12561 5.29331 2.8028C5.3411 2.44732 5.45355 2.07159 5.76257 1.76257C6.07159 1.45355 6.44732 1.3411 6.8028 1.29331C7.12561 1.24991 7.52244 1.24995 7.95526 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.25 2C15.25 1.58579 15.5858 1.25 16 1.25H17C17.4142 1.25 17.75 1.58579 17.75 2C17.75 2.41421 17.4142 2.75 17 2.75H16C15.5858 2.75 15.25 2.41421 15.25 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.25 5C10.25 4.58579 10.5858 4.25 11 4.25L17 4.25C17.4142 4.25 17.75 4.58579 17.75 5C17.75 5.41421 17.4142 5.75 17 5.75L11 5.75C10.5858 5.75 10.25 5.41421 10.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.25 22.75L17.052 22.75C17.9505 22.75 18.6997 22.75 19.2945 22.6701C19.9223 22.5857 20.4891 22.4 20.9445 21.9445C21.4 21.489 21.5857 20.9222 21.6701 20.2944C21.7501 19.6997 21.75 18.9505 21.75 18.052L21.75 13.679C21.7501 13.0028 21.7501 12.4122 21.6826 11.9576C21.6115 11.4792 21.4388 10.95 20.92 10.6294C20.4013 10.3088 19.8507 10.3909 19.391 10.5413C18.9541 10.6843 18.426 10.9484 17.8212 11.2508L15.7288 12.2971C15.7217 12.1858 15.7122 12.0808 15.6996 11.9826C15.6472 11.574 15.5227 11.1138 15.13 10.7818C14.9976 10.6698 14.8492 10.5781 14.6898 10.5097C14.2172 10.307 13.7499 10.4014 13.361 10.5373C12.9867 10.668 12.5378 10.8925 12.0244 11.1493L11.25 11.5364V22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.04475 6.25H4.95526C4.52244 6.24995 4.12561 6.24991 3.8028 6.29331C3.44732 6.3411 3.07159 6.45355 2.76257 6.76257C2.45355 7.07159 2.3411 7.44732 2.29331 7.8028C2.24991 8.12561 2.24995 8.52244 2.25 8.95526L2.25 9.25H9.75001L9.75001 8.95526C9.75006 8.52245 9.75011 8.12561 9.70671 7.8028C9.65891 7.44732 9.54647 7.07159 9.23744 6.76257C8.92842 6.45355 8.55269 6.3411 8.19721 6.29331C7.8744 6.24991 7.47757 6.24995 7.04475 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.75001 10.75H2.25L2.25001 18.052C2.24998 18.9505 2.24995 19.6997 2.32992 20.2945C2.41432 20.9223 2.59999 21.4891 3.05546 21.9446C3.51093 22.4 4.07773 22.5857 4.70553 22.6701C5.30031 22.7501 6.04953 22.75 6.94801 22.75L9.00001 22.75C9.41422 22.75 9.75001 22.4142 9.75001 22V10.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.95526 1.25L13 1.25001C13.4142 1.25001 13.75 1.58579 13.75 2.00001C13.75 2.41422 13.4142 2.75001 13 2.75001H8.00001C7.5074 2.75001 7.21339 2.7516 7.00267 2.77993C6.84407 2.79434 6.78809 2.93443 6.77993 3.00267C6.7516 3.21339 6.75001 3.5074 6.75001 4.00001C6.75001 4.41422 6.41422 4.75001 6.00001 4.75001C5.58579 4.75001 5.25001 4.41422 5.25001 4.00001L5.25 3.95526C5.24995 3.52244 5.24991 3.12561 5.29331 2.8028C5.3411 2.44732 5.45355 2.07159 5.76257 1.76257C6.07159 1.45355 6.44732 1.3411 6.8028 1.29331C7.12561 1.24991 7.52244 1.24995 7.95526 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.25 2C15.25 1.58579 15.5858 1.25 16 1.25H17C17.4142 1.25 17.75 1.58579 17.75 2C17.75 2.41421 17.4142 2.75 17 2.75H16C15.5858 2.75 15.25 2.41421 15.25 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.25 5C10.25 4.58579 10.5858 4.25 11 4.25L17 4.25C17.4142 4.25 17.75 4.58579 17.75 5C17.75 5.41421 17.4142 5.75 17 5.75L11 5.75C10.5858 5.75 10.25 5.41421 10.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.25 22.75L17.052 22.75C17.9505 22.75 18.6997 22.75 19.2945 22.6701C19.9223 22.5857 20.4891 22.4 20.9445 21.9445C21.4 21.489 21.5857 20.9222 21.6701 20.2944C21.7501 19.6997 21.75 18.9505 21.75 18.052L21.75 13.679C21.7501 13.0028 21.7501 12.4122 21.6826 11.9576C21.6115 11.4792 21.4388 10.95 20.92 10.6294C20.4013 10.3088 19.8507 10.3909 19.391 10.5413C18.9541 10.6843 18.426 10.9484 17.8212 11.2508L15.7288 12.2971C15.7217 12.1858 15.7122 12.0808 15.6996 11.9826C15.6472 11.574 15.5227 11.1138 15.13 10.7818C14.9976 10.6698 14.8492 10.5781 14.6898 10.5097C14.2172 10.307 13.7499 10.4014 13.361 10.5373C12.9867 10.668 12.5378 10.8925 12.0244 11.1493L11.25 11.5364V22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.04475 6.25H4.95526C4.52244 6.24995 4.12561 6.24991 3.8028 6.29331C3.44732 6.3411 3.07159 6.45355 2.76257 6.76257C2.45355 7.07159 2.3411 7.44732 2.29331 7.8028C2.24991 8.12561 2.24995 8.52244 2.25 8.95526L2.25 9.25H9.75001L9.75001 8.95526C9.75006 8.52245 9.75011 8.12561 9.70671 7.8028C9.65891 7.44732 9.54647 7.07159 9.23744 6.76257C8.92842 6.45355 8.55269 6.3411 8.19721 6.29331C7.8744 6.24991 7.47757 6.24995 7.04475 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.75001 10.75H2.25L2.25001 18.052C2.24998 18.9505 2.24995 19.6997 2.32992 20.2945C2.41432 20.9223 2.59999 21.4891 3.05546 21.9446C3.51093 22.4 4.07773 22.5857 4.70553 22.6701C5.30031 22.7501 6.04953 22.75 6.94801 22.75L9.00001 22.75C9.41422 22.75 9.75001 22.4142 9.75001 22V10.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-fire{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.646 1.30307C10.8636 1.21656 11.1091 1.23663 11.3097 1.35734C15.5756 3.92373 19.5162 8.30625 20.807 12.5308C21.4578 14.6607 21.4555 16.8298 20.371 18.6902C19.2874 20.5493 17.2111 21.9488 14.0352 22.7284C13.7169 22.8065 13.3847 22.6689 13.2149 22.3885C13.0451 22.1082 13.077 21.75 13.2938 21.5041C14.5927 20.0302 15.7405 18.3078 15.9078 16.4936C16.0352 15.1126 15.6022 13.5477 13.9395 11.8829C13.9516 13.6546 13.2692 15.13 12.5818 15.9737C12.3984 16.1988 12.1016 16.2978 11.8198 16.2279C11.538 16.158 11.3219 15.9318 11.2649 15.6471C10.9901 14.2731 10.2095 13.6679 9.3781 13.2418C9.32173 14.4125 8.81109 15.2552 8.43945 15.8684C8.33448 16.0417 8.2406 16.1966 8.17118 16.3354C7.06544 18.5469 8.40425 20.1519 9.33056 21.2624L9.33057 21.2624C9.40669 21.3537 9.48002 21.4416 9.54898 21.5263C9.76275 21.7886 9.77434 22.1616 9.57727 22.4367C9.3802 22.7119 9.0233 22.8209 8.70611 22.703C5.84221 21.6379 3.81665 19.6428 3.06665 17.2085C2.31202 14.7593 2.89055 12 4.97052 9.51824C5.63777 8.72212 6.22077 8.06174 6.73411 7.48027C8.53991 5.43481 9.48374 4.36573 10.2007 1.79827C10.2637 1.57275 10.4284 1.38958 10.646 1.30307Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.646 1.30307C10.8636 1.21656 11.1091 1.23663 11.3097 1.35734C15.5756 3.92373 19.5162 8.30625 20.807 12.5308C21.4578 14.6607 21.4555 16.8298 20.371 18.6902C19.2874 20.5493 17.2111 21.9488 14.0352 22.7284C13.7169 22.8065 13.3847 22.6689 13.2149 22.3885C13.0451 22.1082 13.077 21.75 13.2938 21.5041C14.5927 20.0302 15.7405 18.3078 15.9078 16.4936C16.0352 15.1126 15.6022 13.5477 13.9395 11.8829C13.9516 13.6546 13.2692 15.13 12.5818 15.9737C12.3984 16.1988 12.1016 16.2978 11.8198 16.2279C11.538 16.158 11.3219 15.9318 11.2649 15.6471C10.9901 14.2731 10.2095 13.6679 9.3781 13.2418C9.32173 14.4125 8.81109 15.2552 8.43945 15.8684C8.33448 16.0417 8.2406 16.1966 8.17118 16.3354C7.06544 18.5469 8.40425 20.1519 9.33056 21.2624L9.33057 21.2624C9.40669 21.3537 9.48002 21.4416 9.54898 21.5263C9.76275 21.7886 9.77434 22.1616 9.57727 22.4367C9.3802 22.7119 9.0233 22.8209 8.70611 22.703C5.84221 21.6379 3.81665 19.6428 3.06665 17.2085C2.31202 14.7593 2.89055 12 4.97052 9.51824C5.63777 8.72212 6.22077 8.06174 6.73411 7.48027C8.53991 5.43481 9.48374 4.36573 10.2007 1.79827C10.2637 1.57275 10.4284 1.38958 10.646 1.30307Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-fuel-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2 3.75001C11.0554 3.74987 11.6077 3.74977 12.1471 3.87709C12.6864 4.0044 13.1803 4.25149 13.9454 4.63417L15.9493 5.63614L15.9493 5.63615L15.9493 5.63615L15.9493 5.63617C16.9945 6.15872 17.8303 6.57661 18.4756 6.98724C19.1431 7.41194 19.6615 7.86151 20.0406 8.47493C20.4197 9.08836 20.59 9.75306 20.6714 10.54C20.75 11.3009 20.75 12.2353 20.75 13.4038V16.0549C20.75 17.4225 20.75 18.5248 20.6335 19.3918C20.5125 20.2919 20.2536 21.0498 19.6517 21.6517C19.0497 22.2536 18.2919 22.5125 17.3918 22.6335C16.5248 22.7501 15.4225 22.75 14.0549 22.75L9.94513 22.75C8.57754 22.75 7.47522 22.7501 6.60825 22.6335C5.70814 22.5125 4.95027 22.2536 4.34835 21.6517C3.74644 21.0498 3.48754 20.2919 3.36653 19.3918C3.24997 18.5248 3.24998 17.4225 3.25 16.055V16.0549V16.0549L3.25 8.44802V8.44799V8.44796C3.24997 7.54951 3.24995 6.80031 3.32991 6.20554C3.41432 5.57775 3.59999 5.01095 4.05546 4.55548C4.51093 4.10001 5.07773 3.91434 5.70552 3.82993C6.3003 3.74996 7.04952 3.74999 7.948 3.75002L10.2 3.75001ZM11.487 12.4528C11.7755 12.1824 12.2245 12.1824 12.513 12.4528L12.5178 12.4576L12.5178 12.4576L12.5178 12.4576C12.5816 12.5202 12.7567 12.6922 12.8535 12.7931C13.0516 12.9994 13.3176 13.2902 13.5857 13.6252C13.8516 13.9577 14.1321 14.3492 14.3493 14.7564C14.5593 15.1502 14.75 15.6314 14.75 16.125C14.75 17.6196 13.4725 18.75 12 18.75C10.5275 18.75 9.25 17.6196 9.25 16.125C9.25 15.6314 9.44074 15.1502 9.65074 14.7564C9.86795 14.3492 10.1484 13.9577 10.4143 13.6252C10.6824 13.2902 10.9484 12.9994 11.1465 12.7931C11.2433 12.6922 11.4184 12.5203 11.4822 12.4576L11.4822 12.4576L11.487 12.4528ZM12.8356 7.32934C12.4651 7.1441 12.0146 7.29427 11.8293 7.66475C11.6441 8.03524 11.7943 8.48574 12.1648 8.67098L16.1648 10.671C16.5352 10.8562 16.9857 10.7061 17.171 10.3356C17.3562 9.96509 17.2061 9.51459 16.8356 9.32934L12.8356 7.32934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.71698 1.25C7.72796 1.25 7.73897 1.25 7.75 1.25C7.76104 1.25 7.77205 1.25 7.78303 1.25C8.10572 1.24997 8.40194 1.24995 8.64745 1.27492C8.91383 1.30202 9.20237 1.3646 9.47225 1.54493C9.66333 1.67261 9.8274 1.83667 9.95508 2.02776C10.1354 2.29764 10.198 2.58617 10.2251 2.85256C10.2501 3.09807 10.25 3.39429 10.25 3.71699C10.25 3.72796 10.25 3.73897 10.25 3.75V4.5C10.25 4.91422 9.91422 5.25 9.5 5.25C9.08579 5.25 8.75 4.91422 8.75 4.5V3.75C8.75 3.38328 8.7491 3.16469 8.73279 3.00437C8.72309 2.90907 8.71063 2.86976 8.70617 2.8586C8.68876 2.83321 8.6668 2.81125 8.64141 2.79384C8.63024 2.78937 8.59094 2.77691 8.49564 2.76722C8.33532 2.75091 8.11673 2.75 7.75 2.75C7.38328 2.75 7.16469 2.75091 7.00437 2.76722C6.90907 2.77691 6.86976 2.78937 6.8586 2.79384C6.83321 2.81125 6.81125 2.83321 6.79384 2.8586C6.78937 2.86976 6.77691 2.90907 6.76722 3.00437C6.75091 3.16469 6.75 3.38328 6.75 3.75V4.5C6.75 4.91422 6.41422 5.25 6 5.25C5.58579 5.25 5.25 4.91422 5.25 4.5V3.75C5.25 3.73897 5.25 3.72796 5.25 3.71698C5.24997 3.39429 5.24995 3.09806 5.27492 2.85256C5.30202 2.58617 5.3646 2.29764 5.54493 2.02776C5.67261 1.83667 5.83667 1.67261 6.02776 1.54493C6.29764 1.3646 6.58617 1.30202 6.85256 1.27492C7.09806 1.24995 7.39429 1.24997 7.71698 1.25ZM6.79552 2.85503C6.79555 2.85512 6.79511 2.85618 6.7941 2.85796C6.79497 2.85583 6.79548 2.85494 6.79552 2.85503ZM6.85503 2.79552C6.85494 2.79548 6.85583 2.79498 6.85796 2.7941C6.85618 2.79511 6.85512 2.79555 6.85503 2.79552ZM8.64498 2.79552C8.64489 2.79555 8.64382 2.79511 8.64205 2.7941C8.64418 2.79498 8.64507 2.79548 8.64498 2.79552ZM8.70449 2.85503C8.70452 2.85494 8.70503 2.85583 8.70591 2.85796C8.7049 2.85618 8.70446 2.85512 8.70449 2.85503Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2 3.75001C11.0554 3.74987 11.6077 3.74977 12.1471 3.87709C12.6864 4.0044 13.1803 4.25149 13.9454 4.63417L15.9493 5.63614L15.9493 5.63615L15.9493 5.63615L15.9493 5.63617C16.9945 6.15872 17.8303 6.57661 18.4756 6.98724C19.1431 7.41194 19.6615 7.86151 20.0406 8.47493C20.4197 9.08836 20.59 9.75306 20.6714 10.54C20.75 11.3009 20.75 12.2353 20.75 13.4038V16.0549C20.75 17.4225 20.75 18.5248 20.6335 19.3918C20.5125 20.2919 20.2536 21.0498 19.6517 21.6517C19.0497 22.2536 18.2919 22.5125 17.3918 22.6335C16.5248 22.7501 15.4225 22.75 14.0549 22.75L9.94513 22.75C8.57754 22.75 7.47522 22.7501 6.60825 22.6335C5.70814 22.5125 4.95027 22.2536 4.34835 21.6517C3.74644 21.0498 3.48754 20.2919 3.36653 19.3918C3.24997 18.5248 3.24998 17.4225 3.25 16.055V16.0549V16.0549L3.25 8.44802V8.44799V8.44796C3.24997 7.54951 3.24995 6.80031 3.32991 6.20554C3.41432 5.57775 3.59999 5.01095 4.05546 4.55548C4.51093 4.10001 5.07773 3.91434 5.70552 3.82993C6.3003 3.74996 7.04952 3.74999 7.948 3.75002L10.2 3.75001ZM11.487 12.4528C11.7755 12.1824 12.2245 12.1824 12.513 12.4528L12.5178 12.4576L12.5178 12.4576L12.5178 12.4576C12.5816 12.5202 12.7567 12.6922 12.8535 12.7931C13.0516 12.9994 13.3176 13.2902 13.5857 13.6252C13.8516 13.9577 14.1321 14.3492 14.3493 14.7564C14.5593 15.1502 14.75 15.6314 14.75 16.125C14.75 17.6196 13.4725 18.75 12 18.75C10.5275 18.75 9.25 17.6196 9.25 16.125C9.25 15.6314 9.44074 15.1502 9.65074 14.7564C9.86795 14.3492 10.1484 13.9577 10.4143 13.6252C10.6824 13.2902 10.9484 12.9994 11.1465 12.7931C11.2433 12.6922 11.4184 12.5203 11.4822 12.4576L11.4822 12.4576L11.487 12.4528ZM12.8356 7.32934C12.4651 7.1441 12.0146 7.29427 11.8293 7.66475C11.6441 8.03524 11.7943 8.48574 12.1648 8.67098L16.1648 10.671C16.5352 10.8562 16.9857 10.7061 17.171 10.3356C17.3562 9.96509 17.2061 9.51459 16.8356 9.32934L12.8356 7.32934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.71698 1.25C7.72796 1.25 7.73897 1.25 7.75 1.25C7.76104 1.25 7.77205 1.25 7.78303 1.25C8.10572 1.24997 8.40194 1.24995 8.64745 1.27492C8.91383 1.30202 9.20237 1.3646 9.47225 1.54493C9.66333 1.67261 9.8274 1.83667 9.95508 2.02776C10.1354 2.29764 10.198 2.58617 10.2251 2.85256C10.2501 3.09807 10.25 3.39429 10.25 3.71699C10.25 3.72796 10.25 3.73897 10.25 3.75V4.5C10.25 4.91422 9.91422 5.25 9.5 5.25C9.08579 5.25 8.75 4.91422 8.75 4.5V3.75C8.75 3.38328 8.7491 3.16469 8.73279 3.00437C8.72309 2.90907 8.71063 2.86976 8.70617 2.8586C8.68876 2.83321 8.6668 2.81125 8.64141 2.79384C8.63024 2.78937 8.59094 2.77691 8.49564 2.76722C8.33532 2.75091 8.11673 2.75 7.75 2.75C7.38328 2.75 7.16469 2.75091 7.00437 2.76722C6.90907 2.77691 6.86976 2.78937 6.8586 2.79384C6.83321 2.81125 6.81125 2.83321 6.79384 2.8586C6.78937 2.86976 6.77691 2.90907 6.76722 3.00437C6.75091 3.16469 6.75 3.38328 6.75 3.75V4.5C6.75 4.91422 6.41422 5.25 6 5.25C5.58579 5.25 5.25 4.91422 5.25 4.5V3.75C5.25 3.73897 5.25 3.72796 5.25 3.71698C5.24997 3.39429 5.24995 3.09806 5.27492 2.85256C5.30202 2.58617 5.3646 2.29764 5.54493 2.02776C5.67261 1.83667 5.83667 1.67261 6.02776 1.54493C6.29764 1.3646 6.58617 1.30202 6.85256 1.27492C7.09806 1.24995 7.39429 1.24997 7.71698 1.25ZM6.79552 2.85503C6.79555 2.85512 6.79511 2.85618 6.7941 2.85796C6.79497 2.85583 6.79548 2.85494 6.79552 2.85503ZM6.85503 2.79552C6.85494 2.79548 6.85583 2.79498 6.85796 2.7941C6.85618 2.79511 6.85512 2.79555 6.85503 2.79552ZM8.64498 2.79552C8.64489 2.79555 8.64382 2.79511 8.64205 2.7941C8.64418 2.79498 8.64507 2.79548 8.64498 2.79552ZM8.70449 2.85503C8.70452 2.85494 8.70503 2.85583 8.70591 2.85796C8.7049 2.85618 8.70446 2.85512 8.70449 2.85503Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-fuel{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.7981 2.20191C20.2694 1.67321 19.6071 1.45093 18.8431 1.34822C18.1123 1.24996 17.1866 1.24998 16.0537 1.25H16.0537H14.6667C13.6152 1.25 12.7157 1.5127 12.09 2.16382C11.4698 2.80922 11.25 3.70056 11.25 4.66667C11.25 5.00025 11.1724 5.10891 11.1438 5.13859C11.1208 5.16254 11.0203 5.25 10.6667 5.25L6.948 5.25C6.04952 5.24997 5.3003 5.24995 4.70552 5.32991C4.07773 5.41432 3.51093 5.59999 3.05546 6.05546C2.59999 6.51093 2.41432 7.07773 2.32991 7.70552C2.24995 8.30029 2.24997 9.04949 2.25 9.94794V9.94797V15.0557V15.0558C2.24998 16.6583 2.24997 17.9373 2.38483 18.9404C2.52415 19.9767 2.81966 20.8301 3.4948 21.5052C4.16994 22.1803 5.02335 22.4759 6.05962 22.6152C7.0627 22.75 8.34167 22.75 9.94426 22.75H14.0557C15.6583 22.75 16.9373 22.75 17.9404 22.6152C18.9767 22.4759 19.8301 22.1803 20.5052 21.5052C21.1803 20.8301 21.4759 19.9767 21.6152 18.9404C21.75 17.9373 21.75 16.6583 21.75 15.0557V6.94632V6.94629V6.94627C21.75 5.81347 21.75 4.88773 21.6518 4.15689C21.5491 3.39294 21.3268 2.7306 20.7981 2.20191ZM14 5C14 4.44772 14.4477 4 15 4L18 4C18.5523 4 19 4.44772 19 5C19 5.55229 18.5523 6 18 6L15 6C14.4477 6 14 5.55228 14 5ZM13.1919 10.4763C12.5176 9.84124 11.4824 9.84124 10.8081 10.4763C10.349 10.9087 9.78115 11.5093 9.32498 12.2032C8.87269 12.8912 8.5 13.7164 8.5 14.5873C8.5 16.2709 9.83229 18 12 18C14.1677 18 15.5 16.2709 15.5 14.5873C15.5 13.7164 15.1273 12.8912 14.675 12.2032C14.2189 11.5093 13.651 10.9087 13.1919 10.4763Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00001 2.75001C7.45021 2.75001 7.86331 2.74841 8.19721 2.79331C8.55269 2.8411 8.92842 2.95355 9.23744 3.26257C9.54647 3.57159 9.65891 3.94732 9.70671 4.3028C9.75011 4.62561 9.75006 5.02245 9.75001 5.45526C9.74999 5.63684 9.75001 5.81843 9.75001 6.00001H8.25001V5.50001C8.25001 5.0074 8.24841 4.71339 8.22008 4.50267C8.19721 4.33252 8.1686 4.30296 7.99734 4.27993C7.78662 4.2516 7.49261 4.25001 7.00001 4.25001C6.5074 4.25001 6.21339 4.2516 6.00267 4.27993C5.82439 4.3039 5.80337 4.32832 5.77993 4.50267C5.7516 4.71339 5.75001 5.0074 5.75001 5.50001V6.00001H4.25001C4.25001 5.81842 4.25002 5.63684 4.25 5.45526C4.24995 5.02244 4.24991 4.62561 4.29331 4.3028C4.3411 3.94732 4.45355 3.57159 4.76257 3.26257C5.07159 2.95355 5.44732 2.8411 5.8028 2.79331C6.1367 2.74841 6.5498 2.75001 7.00001 2.75001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.7981 2.20191C20.2694 1.67321 19.6071 1.45093 18.8431 1.34822C18.1123 1.24996 17.1866 1.24998 16.0537 1.25H16.0537H14.6667C13.6152 1.25 12.7157 1.5127 12.09 2.16382C11.4698 2.80922 11.25 3.70056 11.25 4.66667C11.25 5.00025 11.1724 5.10891 11.1438 5.13859C11.1208 5.16254 11.0203 5.25 10.6667 5.25L6.948 5.25C6.04952 5.24997 5.3003 5.24995 4.70552 5.32991C4.07773 5.41432 3.51093 5.59999 3.05546 6.05546C2.59999 6.51093 2.41432 7.07773 2.32991 7.70552C2.24995 8.30029 2.24997 9.04949 2.25 9.94794V9.94797V15.0557V15.0558C2.24998 16.6583 2.24997 17.9373 2.38483 18.9404C2.52415 19.9767 2.81966 20.8301 3.4948 21.5052C4.16994 22.1803 5.02335 22.4759 6.05962 22.6152C7.0627 22.75 8.34167 22.75 9.94426 22.75H14.0557C15.6583 22.75 16.9373 22.75 17.9404 22.6152C18.9767 22.4759 19.8301 22.1803 20.5052 21.5052C21.1803 20.8301 21.4759 19.9767 21.6152 18.9404C21.75 17.9373 21.75 16.6583 21.75 15.0557V6.94632V6.94629V6.94627C21.75 5.81347 21.75 4.88773 21.6518 4.15689C21.5491 3.39294 21.3268 2.7306 20.7981 2.20191ZM14 5C14 4.44772 14.4477 4 15 4L18 4C18.5523 4 19 4.44772 19 5C19 5.55229 18.5523 6 18 6L15 6C14.4477 6 14 5.55228 14 5ZM13.1919 10.4763C12.5176 9.84124 11.4824 9.84124 10.8081 10.4763C10.349 10.9087 9.78115 11.5093 9.32498 12.2032C8.87269 12.8912 8.5 13.7164 8.5 14.5873C8.5 16.2709 9.83229 18 12 18C14.1677 18 15.5 16.2709 15.5 14.5873C15.5 13.7164 15.1273 12.8912 14.675 12.2032C14.2189 11.5093 13.651 10.9087 13.1919 10.4763Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00001 2.75001C7.45021 2.75001 7.86331 2.74841 8.19721 2.79331C8.55269 2.8411 8.92842 2.95355 9.23744 3.26257C9.54647 3.57159 9.65891 3.94732 9.70671 4.3028C9.75011 4.62561 9.75006 5.02245 9.75001 5.45526C9.74999 5.63684 9.75001 5.81843 9.75001 6.00001H8.25001V5.50001C8.25001 5.0074 8.24841 4.71339 8.22008 4.50267C8.19721 4.33252 8.1686 4.30296 7.99734 4.27993C7.78662 4.2516 7.49261 4.25001 7.00001 4.25001C6.5074 4.25001 6.21339 4.2516 6.00267 4.27993C5.82439 4.3039 5.80337 4.32832 5.77993 4.50267C5.7516 4.71339 5.75001 5.0074 5.75001 5.50001V6.00001H4.25001C4.25001 5.81842 4.25002 5.63684 4.25 5.45526C4.24995 5.02244 4.24991 4.62561 4.29331 4.3028C4.3411 3.94732 4.45355 3.57159 4.76257 3.26257C5.07159 2.95355 5.44732 2.8411 5.8028 2.79331C6.1367 2.74841 6.5498 2.75001 7.00001 2.75001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-gas-pipe{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C8.82436 1.25 6.25 3.82436 6.25 7C6.25 10.1756 8.82436 12.75 12 12.75C15.1756 12.75 17.75 10.1756 17.75 7C17.75 3.82436 15.1756 1.25 12 1.25ZM14.0303 6.03033C14.3232 5.73744 14.3232 5.26256 14.0303 4.96967C13.7374 4.67678 13.2626 4.67678 12.9697 4.96967L11.4697 6.46967C11.1768 6.76256 11.1768 7.23744 11.4697 7.53033C11.7626 7.82322 12.2374 7.82322 12.5303 7.53033L14.0303 6.03033Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.95526 15.25H14.0448C14.4776 15.25 14.8744 15.2499 15.1972 15.2933C15.5527 15.3411 15.9284 15.4535 16.2374 15.7626C16.5465 16.0716 16.6589 16.4473 16.7067 16.8028C16.7501 17.1256 16.7501 17.5224 16.75 17.9553V17.9553V20.0448V20.0448C16.7501 20.4776 16.7501 20.8744 16.7067 21.1972C16.6589 21.5527 16.5465 21.9284 16.2374 22.2374C15.9284 22.5465 15.5527 22.6589 15.1972 22.7067C14.8744 22.7501 14.4776 22.7501 14.0448 22.75H14.0448H9.95526H9.95525C9.52244 22.7501 9.12561 22.7501 8.8028 22.7067C8.44732 22.6589 8.07159 22.5465 7.76257 22.2374C7.45355 21.9284 7.3411 21.5527 7.29331 21.1972C7.24991 20.8744 7.24995 20.4776 7.25 20.0448L7.25 17.9553C7.24995 17.5224 7.24991 17.1256 7.29331 16.8028C7.3411 16.4473 7.45355 16.0716 7.76257 15.7626C8.07159 15.4535 8.44732 15.3411 8.8028 15.2933C9.12561 15.2499 9.52244 15.25 9.95526 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.75 12C9.75 11.5858 10.0858 11.25 10.5 11.25H13.5C13.9142 11.25 14.25 11.5858 14.25 12V13.75H9.75V12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 17.5C1.25 17.0858 1.58579 16.75 2 16.75H5.75V21.25H2C1.58579 21.25 1.25 20.9142 1.25 20.5V17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.25 21.25V16.75H22C22.4142 16.75 22.75 17.0858 22.75 17.5V20.5C22.75 20.9142 22.4142 21.25 22 21.25H18.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C8.82436 1.25 6.25 3.82436 6.25 7C6.25 10.1756 8.82436 12.75 12 12.75C15.1756 12.75 17.75 10.1756 17.75 7C17.75 3.82436 15.1756 1.25 12 1.25ZM14.0303 6.03033C14.3232 5.73744 14.3232 5.26256 14.0303 4.96967C13.7374 4.67678 13.2626 4.67678 12.9697 4.96967L11.4697 6.46967C11.1768 6.76256 11.1768 7.23744 11.4697 7.53033C11.7626 7.82322 12.2374 7.82322 12.5303 7.53033L14.0303 6.03033Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.95526 15.25H14.0448C14.4776 15.25 14.8744 15.2499 15.1972 15.2933C15.5527 15.3411 15.9284 15.4535 16.2374 15.7626C16.5465 16.0716 16.6589 16.4473 16.7067 16.8028C16.7501 17.1256 16.7501 17.5224 16.75 17.9553V17.9553V20.0448V20.0448C16.7501 20.4776 16.7501 20.8744 16.7067 21.1972C16.6589 21.5527 16.5465 21.9284 16.2374 22.2374C15.9284 22.5465 15.5527 22.6589 15.1972 22.7067C14.8744 22.7501 14.4776 22.7501 14.0448 22.75H14.0448H9.95526H9.95525C9.52244 22.7501 9.12561 22.7501 8.8028 22.7067C8.44732 22.6589 8.07159 22.5465 7.76257 22.2374C7.45355 21.9284 7.3411 21.5527 7.29331 21.1972C7.24991 20.8744 7.24995 20.4776 7.25 20.0448L7.25 17.9553C7.24995 17.5224 7.24991 17.1256 7.29331 16.8028C7.3411 16.4473 7.45355 16.0716 7.76257 15.7626C8.07159 15.4535 8.44732 15.3411 8.8028 15.2933C9.12561 15.2499 9.52244 15.25 9.95526 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.75 12C9.75 11.5858 10.0858 11.25 10.5 11.25H13.5C13.9142 11.25 14.25 11.5858 14.25 12V13.75H9.75V12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 17.5C1.25 17.0858 1.58579 16.75 2 16.75H5.75V21.25H2C1.58579 21.25 1.25 20.9142 1.25 20.5V17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.25 21.25V16.75H22C22.4142 16.75 22.75 17.0858 22.75 17.5V20.5C22.75 20.9142 22.4142 21.25 22 21.25H18.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-green-house{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.52381 1.99594C10.3597 1.52688 11.1339 1.25 12 1.25C12.8661 1.25 13.6403 1.52688 14.4762 1.99594C15.2861 2.45043 16.2141 3.12145 17.3811 3.96522L18.8902 5.05633C19.8267 5.73347 20.5747 6.2743 21.1389 6.77487C21.7215 7.29173 22.1573 7.807 22.4337 8.45513C22.7108 9.10469 22.7778 9.77045 22.7406 10.5381C22.7047 11.2789 22.5674 12.1726 22.3961 13.2871L22.0808 15.3387C21.8374 16.9225 21.6437 18.1837 21.359 19.1662C21.0646 20.1821 20.6499 20.9887 19.9086 21.6052C19.1704 22.2192 18.2911 22.4926 17.2169 22.6231C16.172 22.75 14.8539 22.75 13.1889 22.75H10.8111C10.5889 22.75 10.4779 22.75 10.2416 22.7121C10.173 22.7011 9.93653 22.6475 9.86985 22.6279C9.64032 22.5603 9.62374 22.5524 9.59058 22.5365C8.88127 22.1978 8.25644 21.5793 7.97966 20.7207C7.89497 20.4308 7.85992 20.0845 7.90619 19.7926C7.96666 19.4112 8.13605 19.0251 8.40676 18.6267C8.53883 18.4324 8.60486 18.3352 8.71253 18.3063C8.82019 18.2774 8.94988 18.3399 9.20925 18.465C9.52492 18.6172 9.86507 18.7299 10.2026 18.8072C10.8838 18.9633 11.6386 18.9947 12.3226 18.8623C14.9676 18.3502 16.8028 16.6924 17.6474 14.0863C18.6045 11.1332 17.3497 7.29632 13.8632 6.39339C13.5474 6.31162 13.215 6.44328 13.0409 6.71908C12.8676 6.99361 12.8907 7.34831 13.0977 7.59801L13.0988 7.59948C13.2109 7.73438 13.3056 7.9207 13.3591 8.05621C13.4713 8.34043 13.4585 8.60256 13.3417 8.79162C12.953 9.49124 12.105 9.80312 10.9643 10.2227C9.84583 10.6347 8.45047 11.1956 7.65811 12.774C7.07894 13.877 6.97722 15.13 7.33855 16.2355C7.40093 16.4263 7.43212 16.5217 7.41732 16.5981C7.40252 16.6745 7.34163 16.7469 7.21984 16.8919C6.46543 17.7897 5.86155 18.881 5.87599 20.1368C5.8804 20.5209 5.94265 20.9204 6.07613 21.3344C6.0854 21.3632 6.0949 21.3918 6.10462 21.4202C6.30897 22.0178 6.41115 22.3166 6.27907 22.4488C6.14699 22.581 5.89683 22.4958 5.39649 22.3254C4.91619 22.1618 4.48385 21.9316 4.0914 21.6052C3.35016 20.9887 2.93544 20.1821 2.64105 19.1662C2.35635 18.1836 2.16256 16.9225 1.91918 15.3387L1.60393 13.2872C1.43264 12.1727 1.29528 11.2789 1.25941 10.5381C1.22225 9.77045 1.28925 9.10469 1.5663 8.45513C1.84274 7.807 2.27855 7.29173 2.86109 6.77487C3.42528 6.27429 4.1733 5.73346 5.10984 5.05632L6.61887 3.96524C7.78586 3.12145 8.7139 2.45043 9.52381 1.99594Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.52381 1.99594C10.3597 1.52688 11.1339 1.25 12 1.25C12.8661 1.25 13.6403 1.52688 14.4762 1.99594C15.2861 2.45043 16.2141 3.12145 17.3811 3.96522L18.8902 5.05633C19.8267 5.73347 20.5747 6.2743 21.1389 6.77487C21.7215 7.29173 22.1573 7.807 22.4337 8.45513C22.7108 9.10469 22.7778 9.77045 22.7406 10.5381C22.7047 11.2789 22.5674 12.1726 22.3961 13.2871L22.0808 15.3387C21.8374 16.9225 21.6437 18.1837 21.359 19.1662C21.0646 20.1821 20.6499 20.9887 19.9086 21.6052C19.1704 22.2192 18.2911 22.4926 17.2169 22.6231C16.172 22.75 14.8539 22.75 13.1889 22.75H10.8111C10.5889 22.75 10.4779 22.75 10.2416 22.7121C10.173 22.7011 9.93653 22.6475 9.86985 22.6279C9.64032 22.5603 9.62374 22.5524 9.59058 22.5365C8.88127 22.1978 8.25644 21.5793 7.97966 20.7207C7.89497 20.4308 7.85992 20.0845 7.90619 19.7926C7.96666 19.4112 8.13605 19.0251 8.40676 18.6267C8.53883 18.4324 8.60486 18.3352 8.71253 18.3063C8.82019 18.2774 8.94988 18.3399 9.20925 18.465C9.52492 18.6172 9.86507 18.7299 10.2026 18.8072C10.8838 18.9633 11.6386 18.9947 12.3226 18.8623C14.9676 18.3502 16.8028 16.6924 17.6474 14.0863C18.6045 11.1332 17.3497 7.29632 13.8632 6.39339C13.5474 6.31162 13.215 6.44328 13.0409 6.71908C12.8676 6.99361 12.8907 7.34831 13.0977 7.59801L13.0988 7.59948C13.2109 7.73438 13.3056 7.9207 13.3591 8.05621C13.4713 8.34043 13.4585 8.60256 13.3417 8.79162C12.953 9.49124 12.105 9.80312 10.9643 10.2227C9.84583 10.6347 8.45047 11.1956 7.65811 12.774C7.07894 13.877 6.97722 15.13 7.33855 16.2355C7.40093 16.4263 7.43212 16.5217 7.41732 16.5981C7.40252 16.6745 7.34163 16.7469 7.21984 16.8919C6.46543 17.7897 5.86155 18.881 5.87599 20.1368C5.8804 20.5209 5.94265 20.9204 6.07613 21.3344C6.0854 21.3632 6.0949 21.3918 6.10462 21.4202C6.30897 22.0178 6.41115 22.3166 6.27907 22.4488C6.14699 22.581 5.89683 22.4958 5.39649 22.3254C4.91619 22.1618 4.48385 21.9316 4.0914 21.6052C3.35016 20.9887 2.93544 20.1821 2.64105 19.1662C2.35635 18.1836 2.16256 16.9225 1.91918 15.3387L1.60393 13.2872C1.43264 12.1727 1.29528 11.2789 1.25941 10.5381C1.22225 9.77045 1.28925 9.10469 1.5663 8.45513C1.84274 7.807 2.27855 7.29173 2.86109 6.77487C3.42528 6.27429 4.1733 5.73346 5.10984 5.05632L6.61887 3.96524C7.78586 3.12145 8.7139 2.45043 9.52381 1.99594Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-house-solar-panel{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 8.87488C5.05229 8.87488 5.5 9.32259 5.5 9.87488V14.8846C5.5 15.8575 5.50212 16.4867 5.56435 16.9504C5.62274 17.3856 5.71712 17.5224 5.79358 17.599C5.90344 17.7091 6.11789 17.8373 7.04159 17.8757C7.5934 17.8987 8.02211 18.3646 7.99915 18.9165C7.97619 19.4683 7.51025 19.897 6.95844 19.874C6.00983 19.8345 5.07632 19.7116 4.378 19.0119C3.86868 18.5016 3.67017 17.8726 3.58211 17.2164C3.49991 16.6038 3.49995 15.8388 3.5 14.9504C3.5 14.9285 3.5 14.9066 3.5 14.8846V9.87488C3.5 9.32259 3.94772 8.87488 4.5 8.87488ZM19.5 8.87488C20.0523 8.87488 20.5 9.32259 20.5 9.87488L20.5 14.9504C20.5001 15.8387 20.5001 16.6038 20.4179 17.2164C20.3298 17.8726 20.1313 18.5016 19.622 19.0119C18.9237 19.7116 17.9902 19.8345 17.0416 19.874C16.4898 19.897 16.0238 19.4683 16.0009 18.9165C15.9779 18.3646 16.4066 17.8987 16.9584 17.8757C17.8821 17.8373 18.0966 17.7091 18.2064 17.599C18.2829 17.5224 18.3773 17.3856 18.4357 16.9504C18.4979 16.4867 18.5 15.8575 18.5 14.8846V9.87488C18.5 9.32259 18.9477 8.87488 19.5 8.87488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.646 13.1114C14.0677 13.468 14.1204 14.099 13.7638 14.5207L11.7726 16.8749L13.0623 16.8749H13.0623C13.3069 16.8748 13.5782 16.8747 13.7982 16.9028C14.0014 16.9287 14.5168 17.0145 14.8216 17.507C15.1667 18.0644 14.9292 18.5983 14.816 18.8054C14.7099 18.9996 14.5466 19.211 14.4152 19.381L11.745 22.5231C11.387 22.9436 10.7559 22.9944 10.3354 22.6364C9.9148 22.2784 9.86409 21.6473 10.2221 21.2267L12.224 18.8749L10.9382 18.8749C10.6936 18.875 10.4223 18.8751 10.2023 18.847C9.99914 18.8211 9.48374 18.7353 9.17888 18.2428C8.83377 17.6854 9.07134 17.1515 9.18448 16.9444C9.29056 16.7502 9.4539 16.5388 9.58527 16.3688L12.2367 13.2291C12.5934 12.8074 13.2244 12.7547 13.646 13.1114Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25617 1.78002C9.29419 1.48571 9.31321 1.33856 9.23538 1.23958C9.2286 1.23095 9.22134 1.2227 9.21365 1.21486C9.12546 1.125 8.97708 1.125 8.68034 1.125L8.13756 1.125H8.13753H8.1375C7.54599 1.12498 7.04277 1.12496 6.62811 1.1702C6.18574 1.21846 5.77692 1.32358 5.39624 1.5765C5.01638 1.82887 4.75949 2.16535 4.54027 2.55483C4.33401 2.92131 4.13286 3.38841 3.89539 3.93984L3.88022 3.97506L3.74511 4.28878C3.58226 4.6669 3.50084 4.85596 3.58974 4.99103C3.67863 5.12611 3.88448 5.12611 4.29618 5.12611L8.30824 5.12611C8.56045 5.12611 8.68655 5.12611 8.77162 5.05101C8.85669 4.97591 8.87233 4.85079 8.90361 4.60053L9.25617 1.78002ZM3.15548 6.62611C2.95718 6.62611 2.85804 6.62611 2.78081 6.67982C2.70358 6.73353 2.67002 6.82395 2.6029 7.0048C2.51084 7.25285 2.4342 7.48346 2.37708 7.69697C2.2066 8.33419 2.1588 8.99871 2.54722 9.60202C2.93794 10.2089 3.56373 10.4341 4.21282 10.5318C4.83287 10.6251 5.6436 10.625 6.61018 10.625H7.61338C7.8604 10.625 7.98391 10.625 8.06837 10.5521C8.15283 10.4792 8.17087 10.357 8.20695 10.1126L8.25683 9.77481L8.56611 7.30053C8.6054 6.98619 8.62505 6.82903 8.53548 6.72757C8.44592 6.62611 8.28753 6.62611 7.97074 6.62611L3.15548 6.62611ZM9.74196 9.98565C9.70157 10.2592 9.68138 10.396 9.74608 10.4923C9.75954 10.5123 9.77538 10.5307 9.79324 10.5469C9.87907 10.625 10.0173 10.625 10.2938 10.625L13.6678 10.625C13.9727 10.625 14.1251 10.625 14.214 10.5299C14.2173 10.5264 14.2205 10.5228 14.2236 10.5191C14.3079 10.4199 14.2904 10.2685 14.2554 9.96566L13.9036 7.15169C13.8723 6.90143 13.8567 6.7763 13.7716 6.7012C13.6866 6.62611 13.5604 6.62611 13.3082 6.62611L10.6918 6.62611C10.4396 6.62611 10.3134 6.62611 10.2284 6.7012C10.1433 6.7763 10.1277 6.90143 10.0964 7.15169L9.74421 9.96913L9.74196 9.98565ZM15.7802 10.0939C15.8094 10.3466 15.824 10.473 15.9093 10.549C15.9946 10.625 16.1218 10.625 16.3762 10.625H17.3896C18.3562 10.625 19.1669 10.6251 19.787 10.5318C20.4361 10.4341 21.0618 10.2089 21.4526 9.60202C21.841 8.99871 21.7932 8.33419 21.6227 7.69697C21.5656 7.48346 21.4889 7.25285 21.3969 7.0048C21.3298 6.82395 21.2962 6.73353 21.219 6.67982C21.1417 6.62611 21.0426 6.62611 20.8443 6.62611L16.0293 6.62611C15.7125 6.62611 15.5541 6.62611 15.4645 6.72757C15.375 6.82903 15.3946 6.98619 15.4339 7.30053L15.7451 9.78999L15.7802 10.0939ZM19.7036 5.12611C20.1153 5.12611 20.3212 5.12611 20.41 4.99103C20.4989 4.85596 20.4175 4.6669 20.2547 4.28878L20.1044 3.93983C19.8669 3.3884 19.6658 2.9213 19.4595 2.55483C19.2403 2.16535 18.9834 1.82887 18.6035 1.5765C18.2229 1.32358 17.814 1.21846 17.3717 1.1702C16.957 1.12496 16.4538 1.12498 15.8623 1.125H15.8623H15.8622L15.3436 1.125C15.027 1.125 14.8687 1.125 14.7792 1.22639C14.6896 1.32778 14.7091 1.48488 14.7482 1.79907L15.0967 4.60017C15.1278 4.85059 15.1434 4.9758 15.2285 5.05095C15.3136 5.12611 15.4397 5.12611 15.6921 5.12611L19.7036 5.12611ZM13.2182 1.65095C13.1871 1.40053 13.1715 1.27532 13.0864 1.20016C13.0013 1.125 12.8751 1.125 12.6228 1.125L11.3807 1.125C11.1295 1.125 11.0039 1.125 10.9189 1.19969C10.834 1.27438 10.8179 1.39896 10.7857 1.64813L10.7442 1.96913L10.7438 1.9722L10.4339 4.45169C10.3946 4.76602 10.375 4.92319 10.4645 5.02465C10.5541 5.12611 10.7125 5.12611 11.0293 5.12611L12.9712 5.12611C13.2878 5.12611 13.4461 5.12611 13.5356 5.02472C13.6252 4.92333 13.6057 4.76624 13.5666 4.45205L13.2182 1.65095Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 8.87488C5.05229 8.87488 5.5 9.32259 5.5 9.87488V14.8846C5.5 15.8575 5.50212 16.4867 5.56435 16.9504C5.62274 17.3856 5.71712 17.5224 5.79358 17.599C5.90344 17.7091 6.11789 17.8373 7.04159 17.8757C7.5934 17.8987 8.02211 18.3646 7.99915 18.9165C7.97619 19.4683 7.51025 19.897 6.95844 19.874C6.00983 19.8345 5.07632 19.7116 4.378 19.0119C3.86868 18.5016 3.67017 17.8726 3.58211 17.2164C3.49991 16.6038 3.49995 15.8388 3.5 14.9504C3.5 14.9285 3.5 14.9066 3.5 14.8846V9.87488C3.5 9.32259 3.94772 8.87488 4.5 8.87488ZM19.5 8.87488C20.0523 8.87488 20.5 9.32259 20.5 9.87488L20.5 14.9504C20.5001 15.8387 20.5001 16.6038 20.4179 17.2164C20.3298 17.8726 20.1313 18.5016 19.622 19.0119C18.9237 19.7116 17.9902 19.8345 17.0416 19.874C16.4898 19.897 16.0238 19.4683 16.0009 18.9165C15.9779 18.3646 16.4066 17.8987 16.9584 17.8757C17.8821 17.8373 18.0966 17.7091 18.2064 17.599C18.2829 17.5224 18.3773 17.3856 18.4357 16.9504C18.4979 16.4867 18.5 15.8575 18.5 14.8846V9.87488C18.5 9.32259 18.9477 8.87488 19.5 8.87488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.646 13.1114C14.0677 13.468 14.1204 14.099 13.7638 14.5207L11.7726 16.8749L13.0623 16.8749H13.0623C13.3069 16.8748 13.5782 16.8747 13.7982 16.9028C14.0014 16.9287 14.5168 17.0145 14.8216 17.507C15.1667 18.0644 14.9292 18.5983 14.816 18.8054C14.7099 18.9996 14.5466 19.211 14.4152 19.381L11.745 22.5231C11.387 22.9436 10.7559 22.9944 10.3354 22.6364C9.9148 22.2784 9.86409 21.6473 10.2221 21.2267L12.224 18.8749L10.9382 18.8749C10.6936 18.875 10.4223 18.8751 10.2023 18.847C9.99914 18.8211 9.48374 18.7353 9.17888 18.2428C8.83377 17.6854 9.07134 17.1515 9.18448 16.9444C9.29056 16.7502 9.4539 16.5388 9.58527 16.3688L12.2367 13.2291C12.5934 12.8074 13.2244 12.7547 13.646 13.1114Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25617 1.78002C9.29419 1.48571 9.31321 1.33856 9.23538 1.23958C9.2286 1.23095 9.22134 1.2227 9.21365 1.21486C9.12546 1.125 8.97708 1.125 8.68034 1.125L8.13756 1.125H8.13753H8.1375C7.54599 1.12498 7.04277 1.12496 6.62811 1.1702C6.18574 1.21846 5.77692 1.32358 5.39624 1.5765C5.01638 1.82887 4.75949 2.16535 4.54027 2.55483C4.33401 2.92131 4.13286 3.38841 3.89539 3.93984L3.88022 3.97506L3.74511 4.28878C3.58226 4.6669 3.50084 4.85596 3.58974 4.99103C3.67863 5.12611 3.88448 5.12611 4.29618 5.12611L8.30824 5.12611C8.56045 5.12611 8.68655 5.12611 8.77162 5.05101C8.85669 4.97591 8.87233 4.85079 8.90361 4.60053L9.25617 1.78002ZM3.15548 6.62611C2.95718 6.62611 2.85804 6.62611 2.78081 6.67982C2.70358 6.73353 2.67002 6.82395 2.6029 7.0048C2.51084 7.25285 2.4342 7.48346 2.37708 7.69697C2.2066 8.33419 2.1588 8.99871 2.54722 9.60202C2.93794 10.2089 3.56373 10.4341 4.21282 10.5318C4.83287 10.6251 5.6436 10.625 6.61018 10.625H7.61338C7.8604 10.625 7.98391 10.625 8.06837 10.5521C8.15283 10.4792 8.17087 10.357 8.20695 10.1126L8.25683 9.77481L8.56611 7.30053C8.6054 6.98619 8.62505 6.82903 8.53548 6.72757C8.44592 6.62611 8.28753 6.62611 7.97074 6.62611L3.15548 6.62611ZM9.74196 9.98565C9.70157 10.2592 9.68138 10.396 9.74608 10.4923C9.75954 10.5123 9.77538 10.5307 9.79324 10.5469C9.87907 10.625 10.0173 10.625 10.2938 10.625L13.6678 10.625C13.9727 10.625 14.1251 10.625 14.214 10.5299C14.2173 10.5264 14.2205 10.5228 14.2236 10.5191C14.3079 10.4199 14.2904 10.2685 14.2554 9.96566L13.9036 7.15169C13.8723 6.90143 13.8567 6.7763 13.7716 6.7012C13.6866 6.62611 13.5604 6.62611 13.3082 6.62611L10.6918 6.62611C10.4396 6.62611 10.3134 6.62611 10.2284 6.7012C10.1433 6.7763 10.1277 6.90143 10.0964 7.15169L9.74421 9.96913L9.74196 9.98565ZM15.7802 10.0939C15.8094 10.3466 15.824 10.473 15.9093 10.549C15.9946 10.625 16.1218 10.625 16.3762 10.625H17.3896C18.3562 10.625 19.1669 10.6251 19.787 10.5318C20.4361 10.4341 21.0618 10.2089 21.4526 9.60202C21.841 8.99871 21.7932 8.33419 21.6227 7.69697C21.5656 7.48346 21.4889 7.25285 21.3969 7.0048C21.3298 6.82395 21.2962 6.73353 21.219 6.67982C21.1417 6.62611 21.0426 6.62611 20.8443 6.62611L16.0293 6.62611C15.7125 6.62611 15.5541 6.62611 15.4645 6.72757C15.375 6.82903 15.3946 6.98619 15.4339 7.30053L15.7451 9.78999L15.7802 10.0939ZM19.7036 5.12611C20.1153 5.12611 20.3212 5.12611 20.41 4.99103C20.4989 4.85596 20.4175 4.6669 20.2547 4.28878L20.1044 3.93983C19.8669 3.3884 19.6658 2.9213 19.4595 2.55483C19.2403 2.16535 18.9834 1.82887 18.6035 1.5765C18.2229 1.32358 17.814 1.21846 17.3717 1.1702C16.957 1.12496 16.4538 1.12498 15.8623 1.125H15.8623H15.8622L15.3436 1.125C15.027 1.125 14.8687 1.125 14.7792 1.22639C14.6896 1.32778 14.7091 1.48488 14.7482 1.79907L15.0967 4.60017C15.1278 4.85059 15.1434 4.9758 15.2285 5.05095C15.3136 5.12611 15.4397 5.12611 15.6921 5.12611L19.7036 5.12611ZM13.2182 1.65095C13.1871 1.40053 13.1715 1.27532 13.0864 1.20016C13.0013 1.125 12.8751 1.125 12.6228 1.125L11.3807 1.125C11.1295 1.125 11.0039 1.125 10.9189 1.19969C10.834 1.27438 10.8179 1.39896 10.7857 1.64813L10.7442 1.96913L10.7438 1.9722L10.4339 4.45169C10.3946 4.76602 10.375 4.92319 10.4645 5.02465C10.5541 5.12611 10.7125 5.12611 11.0293 5.12611L12.9712 5.12611C13.2878 5.12611 13.4461 5.12611 13.5356 5.02472C13.6252 4.92333 13.6057 4.76624 13.5666 4.45205L13.2182 1.65095Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-hydro-power{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.997 2.03194C13.1051 1.50314 13.6213 1.16205 14.1501 1.2701C18.2438 2.10654 21.5135 5.20294 22.6263 9.20339C22.6604 9.32483 22.7212 9.54211 22.7403 9.70995C22.7634 9.91245 22.7724 10.375 22.3767 10.7327C21.9716 11.0988 21.5007 11.031 21.3082 10.9865C21.1431 10.9483 20.9621 10.8751 20.8421 10.8265L18.9251 9.95807C18.4338 9.7348 17.9004 9.2034 18.4397 8.66409L19.7217 7.38214C18.4151 5.25199 16.2721 3.69856 13.7589 3.18504C13.2301 3.077 12.889 2.56073 12.997 2.03194Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.95795 5.07498C9.73468 5.56635 9.20327 6.09973 8.66397 5.56043L7.38201 4.27847C5.25187 5.58503 3.69844 7.728 3.18492 10.2412C3.07688 10.77 2.56061 11.1111 2.03181 11.0031C1.50302 10.895 1.16193 10.3788 1.26997 9.84998C2.10641 5.75628 5.20282 2.48663 9.20327 1.37379C9.32471 1.33976 9.54198 1.27891 9.70983 1.2598C9.91233 1.23674 10.3749 1.22772 10.7326 1.62347C11.0987 2.02853 11.0309 2.49939 10.9864 2.69197C10.9482 2.85703 10.875 3.03798 10.8264 3.15802L9.95795 5.07498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.9682 12.9972C22.497 13.1052 22.8381 13.6215 22.73 14.1503C21.8936 18.244 18.7972 21.5136 14.7967 22.6265C14.6753 22.6605 14.458 22.7213 14.2902 22.7404C14.0877 22.7635 13.6251 22.7725 13.2674 22.3768C12.9013 21.9717 12.9691 21.5009 13.0136 21.3083C13.0518 21.1432 13.125 20.9623 13.1736 20.8422L13.1736 20.8422L14.042 18.9253C14.2653 18.4339 14.7967 17.9005 15.336 18.4398L16.618 19.7218C18.7481 18.4152 20.3016 16.2722 20.8151 13.759C20.9231 13.2302 21.4394 12.8891 21.9682 12.9972Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.07485 14.0422C5.56623 14.2654 6.09961 14.7969 5.5603 15.3362L4.27835 16.6181C5.58491 18.7483 7.72788 20.3017 10.2411 20.8152C10.7699 20.9232 11.111 21.4395 11.003 21.9683C10.8949 22.4971 10.3787 22.8382 9.84986 22.7301C5.75616 21.8937 2.48651 18.7973 1.37367 14.7969C1.33964 14.6754 1.27878 14.4582 1.25968 14.2903C1.23662 14.0878 1.22759 13.6252 1.62334 13.2675C2.02841 12.9014 2.49928 12.9693 2.69185 13.0138C2.8569 13.0519 3.03785 13.1251 3.15789 13.1737L3.1579 13.1737L5.07485 14.0422Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3636 7.38228C11.2919 6.53924 12.7081 6.53924 13.6364 7.38228C14.2512 7.94063 15.0146 8.7189 15.6293 9.62054C16.2374 10.5125 16.75 11.598 16.75 12.7551C16.75 14.999 14.9157 17.25 12 17.25C9.08425 17.25 7.25 14.999 7.25 12.7551C7.25 11.598 7.76262 10.5125 8.37069 9.62054C8.98538 8.7189 9.74877 7.94063 10.3636 7.38228Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.997 2.03194C13.1051 1.50314 13.6213 1.16205 14.1501 1.2701C18.2438 2.10654 21.5135 5.20294 22.6263 9.20339C22.6604 9.32483 22.7212 9.54211 22.7403 9.70995C22.7634 9.91245 22.7724 10.375 22.3767 10.7327C21.9716 11.0988 21.5007 11.031 21.3082 10.9865C21.1431 10.9483 20.9621 10.8751 20.8421 10.8265L18.9251 9.95807C18.4338 9.7348 17.9004 9.2034 18.4397 8.66409L19.7217 7.38214C18.4151 5.25199 16.2721 3.69856 13.7589 3.18504C13.2301 3.077 12.889 2.56073 12.997 2.03194Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.95795 5.07498C9.73468 5.56635 9.20327 6.09973 8.66397 5.56043L7.38201 4.27847C5.25187 5.58503 3.69844 7.728 3.18492 10.2412C3.07688 10.77 2.56061 11.1111 2.03181 11.0031C1.50302 10.895 1.16193 10.3788 1.26997 9.84998C2.10641 5.75628 5.20282 2.48663 9.20327 1.37379C9.32471 1.33976 9.54198 1.27891 9.70983 1.2598C9.91233 1.23674 10.3749 1.22772 10.7326 1.62347C11.0987 2.02853 11.0309 2.49939 10.9864 2.69197C10.9482 2.85703 10.875 3.03798 10.8264 3.15802L9.95795 5.07498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.9682 12.9972C22.497 13.1052 22.8381 13.6215 22.73 14.1503C21.8936 18.244 18.7972 21.5136 14.7967 22.6265C14.6753 22.6605 14.458 22.7213 14.2902 22.7404C14.0877 22.7635 13.6251 22.7725 13.2674 22.3768C12.9013 21.9717 12.9691 21.5009 13.0136 21.3083C13.0518 21.1432 13.125 20.9623 13.1736 20.8422L13.1736 20.8422L14.042 18.9253C14.2653 18.4339 14.7967 17.9005 15.336 18.4398L16.618 19.7218C18.7481 18.4152 20.3016 16.2722 20.8151 13.759C20.9231 13.2302 21.4394 12.8891 21.9682 12.9972Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.07485 14.0422C5.56623 14.2654 6.09961 14.7969 5.5603 15.3362L4.27835 16.6181C5.58491 18.7483 7.72788 20.3017 10.2411 20.8152C10.7699 20.9232 11.111 21.4395 11.003 21.9683C10.8949 22.4971 10.3787 22.8382 9.84986 22.7301C5.75616 21.8937 2.48651 18.7973 1.37367 14.7969C1.33964 14.6754 1.27878 14.4582 1.25968 14.2903C1.23662 14.0878 1.22759 13.6252 1.62334 13.2675C2.02841 12.9014 2.49928 12.9693 2.69185 13.0138C2.8569 13.0519 3.03785 13.1251 3.15789 13.1737L3.1579 13.1737L5.07485 14.0422Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3636 7.38228C11.2919 6.53924 12.7081 6.53924 13.6364 7.38228C14.2512 7.94063 15.0146 8.7189 15.6293 9.62054C16.2374 10.5125 16.75 11.598 16.75 12.7551C16.75 14.999 14.9157 17.25 12 17.25C9.08425 17.25 7.25 14.999 7.25 12.7551C7.25 11.598 7.76262 10.5125 8.37069 9.62054C8.98538 8.7189 9.74877 7.94063 10.3636 7.38228Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-magnet-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.19721 8.29331C6.8744 8.24991 6.47757 8.24995 6.04476 8.25C5.61194 8.24995 5.12561 8.24991 4.8028 8.29331C4.44732 8.3411 4.07159 8.45355 3.76257 8.76257C3.45355 9.07159 3.3411 9.44732 3.29331 9.8028C3.24991 10.1256 3.24995 10.5224 3.25 10.9553L3.25 11.25L8.75001 11.25L8.75001 10.9553V10.9553C8.75006 10.5224 8.75011 10.1256 8.70671 9.8028C8.65891 9.44732 8.54647 9.07159 8.23744 8.76257C7.92842 8.45355 7.55269 8.3411 7.19721 8.29331ZM8.75001 12.75L3.25001 12.75L3.25001 14C3.25001 18.8325 7.16752 22.75 12 22.75C16.8325 22.75 20.75 18.8325 20.75 14L20.75 12.75H15.25L15.25 14C15.25 15.7949 13.7949 17.25 12 17.25C10.2051 17.25 8.75001 15.7949 8.75001 14L8.75001 12.75ZM15.25 11.25H20.75V10.9553C20.7501 10.5224 20.7501 10.1256 20.7067 9.8028C20.6589 9.44732 20.5465 9.07159 20.2374 8.76257C19.9284 8.45355 19.5527 8.3411 19.1972 8.29331C18.8744 8.24991 18.4776 8.24995 18.0448 8.25C17.6119 8.24995 17.1256 8.24991 16.8028 8.29331C16.4473 8.3411 16.0716 8.45355 15.7626 8.76257C15.4535 9.07159 15.3411 9.44732 15.2933 9.8028C15.2499 10.1256 15.25 10.5224 15.25 10.9552V10.9553V10.9553V11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1.25C18.4142 1.25 18.75 1.58579 18.75 2V3.25H20C20.4142 3.25 20.75 3.58579 20.75 4C20.75 4.41421 20.4142 4.75 20 4.75H18.75V6C18.75 6.41421 18.4142 6.75 18 6.75C17.5858 6.75 17.25 6.41421 17.25 6V4.75H16C15.5858 4.75 15.25 4.41421 15.25 4C15.25 3.58579 15.5858 3.25 16 3.25H17.25V2C17.25 1.58579 17.5858 1.25 18 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 4C3.25 3.58579 3.58579 3.25 4 3.25H8C8.41421 3.25 8.75 3.58579 8.75 4C8.75 4.41421 8.41421 4.75 8 4.75H4C3.58579 4.75 3.25 4.41421 3.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.19721 8.29331C6.8744 8.24991 6.47757 8.24995 6.04476 8.25C5.61194 8.24995 5.12561 8.24991 4.8028 8.29331C4.44732 8.3411 4.07159 8.45355 3.76257 8.76257C3.45355 9.07159 3.3411 9.44732 3.29331 9.8028C3.24991 10.1256 3.24995 10.5224 3.25 10.9553L3.25 11.25L8.75001 11.25L8.75001 10.9553V10.9553C8.75006 10.5224 8.75011 10.1256 8.70671 9.8028C8.65891 9.44732 8.54647 9.07159 8.23744 8.76257C7.92842 8.45355 7.55269 8.3411 7.19721 8.29331ZM8.75001 12.75L3.25001 12.75L3.25001 14C3.25001 18.8325 7.16752 22.75 12 22.75C16.8325 22.75 20.75 18.8325 20.75 14L20.75 12.75H15.25L15.25 14C15.25 15.7949 13.7949 17.25 12 17.25C10.2051 17.25 8.75001 15.7949 8.75001 14L8.75001 12.75ZM15.25 11.25H20.75V10.9553C20.7501 10.5224 20.7501 10.1256 20.7067 9.8028C20.6589 9.44732 20.5465 9.07159 20.2374 8.76257C19.9284 8.45355 19.5527 8.3411 19.1972 8.29331C18.8744 8.24991 18.4776 8.24995 18.0448 8.25C17.6119 8.24995 17.1256 8.24991 16.8028 8.29331C16.4473 8.3411 16.0716 8.45355 15.7626 8.76257C15.4535 9.07159 15.3411 9.44732 15.2933 9.8028C15.2499 10.1256 15.25 10.5224 15.25 10.9552V10.9553V10.9553V11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1.25C18.4142 1.25 18.75 1.58579 18.75 2V3.25H20C20.4142 3.25 20.75 3.58579 20.75 4C20.75 4.41421 20.4142 4.75 20 4.75H18.75V6C18.75 6.41421 18.4142 6.75 18 6.75C17.5858 6.75 17.25 6.41421 17.25 6V4.75H16C15.5858 4.75 15.25 4.41421 15.25 4C15.25 3.58579 15.5858 3.25 16 3.25H17.25V2C17.25 1.58579 17.5858 1.25 18 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 4C3.25 3.58579 3.58579 3.25 4 3.25H8C8.41421 3.25 8.75 3.58579 8.75 4C8.75 4.41421 8.41421 4.75 8 4.75H4C3.58579 4.75 3.25 4.41421 3.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-magnet-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.19738 6.29306C6.87457 6.24966 6.43299 6.24971 6.00018 6.24976C5.56736 6.24971 5.12578 6.24966 4.80297 6.29306C4.44749 6.34086 4.07176 6.4533 3.76274 6.76233C3.45378 7.07128 3.34126 7.44693 3.29341 7.80244C3.24991 8.12559 3.24995 8.52284 3.25 8.95617L3.25001 9.24976L8.75018 9.24976V8.95502V8.95501C8.75023 8.52219 8.75028 8.12537 8.70688 7.80256C8.65908 7.44708 8.54664 7.07135 8.23761 6.76233C7.92859 6.4533 7.55287 6.34086 7.19738 6.29306ZM8.75018 10.7498L3.25006 10.7498L3.25018 13.9998C3.25019 18.8323 7.16769 22.7498 12.0002 22.7498C16.8327 22.7498 20.7502 18.8323 20.7502 13.9998L20.7502 10.7498H15.2502L15.2502 13.9998C15.2502 15.7947 13.7951 17.2498 12.0002 17.2498C10.2053 17.2498 8.75018 15.7947 8.75018 13.9998L8.75018 10.7498ZM15.2502 9.24976H20.7502V8.95502C20.7502 8.5222 20.7503 8.12537 20.7069 7.80256C20.6591 7.44708 20.5466 7.07135 20.2376 6.76233C19.9286 6.4533 19.5529 6.34086 19.1974 6.29306C18.8746 6.24966 18.4777 6.24971 18.0449 6.24976C17.6121 6.24971 17.1258 6.24966 16.803 6.29306C16.4475 6.34086 16.0718 6.4533 15.7627 6.76233C15.4537 7.07135 15.3413 7.44707 15.2935 7.80255C15.2501 8.12536 15.2501 8.52219 15.2502 8.955V8.95501V8.95502V9.24976Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8975 1.36386C13.2488 1.58339 13.3555 2.0461 13.136 2.39736L11.9782 4.24986H13.625C13.8976 4.24986 14.1488 4.39781 14.281 4.63628C14.4132 4.87475 14.4055 5.16615 14.261 5.39736L12.386 8.39736C12.1665 8.74861 11.7038 8.85539 11.3525 8.63586C11.0012 8.41632 10.8945 7.95361 11.114 7.60236L12.2718 5.74986H10.625C10.3524 5.74986 10.1012 5.6019 9.96902 5.36343C9.83685 5.12497 9.8445 4.83356 9.989 4.60236L11.864 1.60236C12.0835 1.2511 12.5462 1.14432 12.8975 1.36386Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.19738 6.29306C6.87457 6.24966 6.43299 6.24971 6.00018 6.24976C5.56736 6.24971 5.12578 6.24966 4.80297 6.29306C4.44749 6.34086 4.07176 6.4533 3.76274 6.76233C3.45378 7.07128 3.34126 7.44693 3.29341 7.80244C3.24991 8.12559 3.24995 8.52284 3.25 8.95617L3.25001 9.24976L8.75018 9.24976V8.95502V8.95501C8.75023 8.52219 8.75028 8.12537 8.70688 7.80256C8.65908 7.44708 8.54664 7.07135 8.23761 6.76233C7.92859 6.4533 7.55287 6.34086 7.19738 6.29306ZM8.75018 10.7498L3.25006 10.7498L3.25018 13.9998C3.25019 18.8323 7.16769 22.7498 12.0002 22.7498C16.8327 22.7498 20.7502 18.8323 20.7502 13.9998L20.7502 10.7498H15.2502L15.2502 13.9998C15.2502 15.7947 13.7951 17.2498 12.0002 17.2498C10.2053 17.2498 8.75018 15.7947 8.75018 13.9998L8.75018 10.7498ZM15.2502 9.24976H20.7502V8.95502C20.7502 8.5222 20.7503 8.12537 20.7069 7.80256C20.6591 7.44708 20.5466 7.07135 20.2376 6.76233C19.9286 6.4533 19.5529 6.34086 19.1974 6.29306C18.8746 6.24966 18.4777 6.24971 18.0449 6.24976C17.6121 6.24971 17.1258 6.24966 16.803 6.29306C16.4475 6.34086 16.0718 6.4533 15.7627 6.76233C15.4537 7.07135 15.3413 7.44707 15.2935 7.80255C15.2501 8.12536 15.2501 8.52219 15.2502 8.955V8.95501V8.95502V9.24976Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8975 1.36386C13.2488 1.58339 13.3555 2.0461 13.136 2.39736L11.9782 4.24986H13.625C13.8976 4.24986 14.1488 4.39781 14.281 4.63628C14.4132 4.87475 14.4055 5.16615 14.261 5.39736L12.386 8.39736C12.1665 8.74861 11.7038 8.85539 11.3525 8.63586C11.0012 8.41632 10.8945 7.95361 11.114 7.60236L12.2718 5.74986H10.625C10.3524 5.74986 10.1012 5.6019 9.96902 5.36343C9.83685 5.12497 9.8445 4.83356 9.989 4.60236L11.864 1.60236C12.0835 1.2511 12.5462 1.14432 12.8975 1.36386Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-nuclear-power{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.25 12.5C9.25 10.9812 10.4812 9.75 12 9.75C13.5188 9.75 14.75 10.9812 14.75 12.5C14.75 14.0188 13.5188 15.25 12 15.25C10.4812 15.25 9.25 14.0188 9.25 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.20203 2.12772C10.0953 1.88122 11.0333 1.75 11.9999 1.75C12.9665 1.75 13.9045 1.88122 14.7978 2.12772C15.3124 2.26959 15.8633 2.42147 16.2538 2.62443C16.7161 2.86468 17.0613 3.20704 17.2794 3.73563C17.5106 4.29587 17.4702 4.82376 17.2974 5.3517C17.1432 5.82255 16.8621 6.35314 16.5454 6.95097L16.5454 6.95099L15.5005 8.76681C15.3955 8.94857 15.2193 9.07807 15.0145 9.12384C14.8097 9.16962 14.595 9.12749 14.4227 9.00769C13.7356 8.52996 12.9016 8.25 11.9999 8.25C11.0982 8.25 10.2642 8.52995 9.5771 9.00769C9.40479 9.12749 9.19017 9.16962 8.98536 9.12384C8.78055 9.07807 8.60428 8.94857 8.49938 8.7668L7.45441 6.95097C7.1377 6.35313 6.85661 5.82255 6.70247 5.3517C6.52964 4.82376 6.48918 4.29587 6.7204 3.73563C6.93855 3.20704 7.28371 2.86468 7.74599 2.62443C8.13653 2.42147 8.68741 2.26959 9.20203 2.12772Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.87314 11.9149L7.00258 11.9149C7.40734 11.9149 7.73908 12.2361 7.75219 12.6406C7.80825 14.3705 8.89914 15.8413 10.4287 16.4503C10.6275 16.5295 10.783 16.6897 10.8561 16.8908C10.9292 17.0918 10.913 17.3145 10.8115 17.5029L9.56013 19.8265L9.56012 19.8265C9.24295 20.4255 8.96084 20.9582 8.65865 21.3479C8.31921 21.7855 7.89946 22.1173 7.29584 22.2186C6.72829 22.3138 6.25425 22.1874 5.8117 21.9103C5.43773 21.6762 5.02003 21.2745 4.62716 20.8966C3.24798 19.5707 2.20379 17.8784 1.63719 15.9706C1.47232 15.4159 1.30065 14.8383 1.26067 14.3788C1.21396 13.8417 1.31592 13.3484 1.65901 12.8667C2.0263 12.3511 2.51884 12.1127 3.08223 12.0073C3.57708 11.9148 4.19017 11.9148 4.87314 11.9149H4.87314Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9176 12.0073C21.481 12.1127 21.9735 12.3511 22.3408 12.8667C22.6839 13.3484 22.7859 13.8417 22.7392 14.3788C22.6992 14.8383 22.5275 15.4159 22.3626 15.9706C21.796 17.8784 20.7519 19.5707 19.3727 20.8966C18.9798 21.2745 18.5621 21.6762 18.1881 21.9103C17.7456 22.1874 17.2715 22.3138 16.704 22.2186C16.1004 22.1173 15.6806 21.7855 15.3412 21.3479C15.039 20.9582 14.7569 20.4255 14.4397 19.8265L13.1883 17.5029C13.0868 17.3145 13.0706 17.0918 13.1437 16.8908C13.2169 16.6897 13.3724 16.5295 13.5711 16.4503C15.1007 15.8413 16.1916 14.3705 16.2476 12.6406C16.2608 12.2361 16.5925 11.9149 16.9972 11.9149L19.1267 11.9149C19.8097 11.9148 20.4227 11.9148 20.9176 12.0073Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.25 12.5C9.25 10.9812 10.4812 9.75 12 9.75C13.5188 9.75 14.75 10.9812 14.75 12.5C14.75 14.0188 13.5188 15.25 12 15.25C10.4812 15.25 9.25 14.0188 9.25 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.20203 2.12772C10.0953 1.88122 11.0333 1.75 11.9999 1.75C12.9665 1.75 13.9045 1.88122 14.7978 2.12772C15.3124 2.26959 15.8633 2.42147 16.2538 2.62443C16.7161 2.86468 17.0613 3.20704 17.2794 3.73563C17.5106 4.29587 17.4702 4.82376 17.2974 5.3517C17.1432 5.82255 16.8621 6.35314 16.5454 6.95097L16.5454 6.95099L15.5005 8.76681C15.3955 8.94857 15.2193 9.07807 15.0145 9.12384C14.8097 9.16962 14.595 9.12749 14.4227 9.00769C13.7356 8.52996 12.9016 8.25 11.9999 8.25C11.0982 8.25 10.2642 8.52995 9.5771 9.00769C9.40479 9.12749 9.19017 9.16962 8.98536 9.12384C8.78055 9.07807 8.60428 8.94857 8.49938 8.7668L7.45441 6.95097C7.1377 6.35313 6.85661 5.82255 6.70247 5.3517C6.52964 4.82376 6.48918 4.29587 6.7204 3.73563C6.93855 3.20704 7.28371 2.86468 7.74599 2.62443C8.13653 2.42147 8.68741 2.26959 9.20203 2.12772Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.87314 11.9149L7.00258 11.9149C7.40734 11.9149 7.73908 12.2361 7.75219 12.6406C7.80825 14.3705 8.89914 15.8413 10.4287 16.4503C10.6275 16.5295 10.783 16.6897 10.8561 16.8908C10.9292 17.0918 10.913 17.3145 10.8115 17.5029L9.56013 19.8265L9.56012 19.8265C9.24295 20.4255 8.96084 20.9582 8.65865 21.3479C8.31921 21.7855 7.89946 22.1173 7.29584 22.2186C6.72829 22.3138 6.25425 22.1874 5.8117 21.9103C5.43773 21.6762 5.02003 21.2745 4.62716 20.8966C3.24798 19.5707 2.20379 17.8784 1.63719 15.9706C1.47232 15.4159 1.30065 14.8383 1.26067 14.3788C1.21396 13.8417 1.31592 13.3484 1.65901 12.8667C2.0263 12.3511 2.51884 12.1127 3.08223 12.0073C3.57708 11.9148 4.19017 11.9148 4.87314 11.9149H4.87314Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9176 12.0073C21.481 12.1127 21.9735 12.3511 22.3408 12.8667C22.6839 13.3484 22.7859 13.8417 22.7392 14.3788C22.6992 14.8383 22.5275 15.4159 22.3626 15.9706C21.796 17.8784 20.7519 19.5707 19.3727 20.8966C18.9798 21.2745 18.5621 21.6762 18.1881 21.9103C17.7456 22.1874 17.2715 22.3138 16.704 22.2186C16.1004 22.1173 15.6806 21.7855 15.3412 21.3479C15.039 20.9582 14.7569 20.4255 14.4397 19.8265L13.1883 17.5029C13.0868 17.3145 13.0706 17.0918 13.1437 16.8908C13.2169 16.6897 13.3724 16.5295 13.5711 16.4503C15.1007 15.8413 16.1916 14.3705 16.2476 12.6406C16.2608 12.2361 16.5925 11.9149 16.9972 11.9149L19.1267 11.9149C19.8097 11.9148 20.4227 11.9148 20.9176 12.0073Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-oil-barrel{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.16124 1.85818C7.68404 1.47748 9.74801 1.25 12 1.25C14.252 1.25 16.316 1.47748 17.8388 1.85818C18.5944 2.04709 19.2591 2.28396 19.7529 2.57586C20.1966 2.83809 20.75 3.29499 20.75 4C20.75 4.70501 20.1966 5.16191 19.7529 5.42414C19.2591 5.71604 18.5944 5.95291 17.8388 6.14182C16.316 6.52252 14.252 6.75 12 6.75C9.74801 6.75 7.68404 6.52252 6.16124 6.14182C5.40562 5.95291 4.74092 5.71604 4.24706 5.42414C3.80341 5.16191 3.25 4.70501 3.25 4C3.25 3.29499 3.80341 2.83809 4.24706 2.57586C4.74092 2.28396 5.40562 2.04709 6.16124 1.85818Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 10.1697V7.0957C4.73963 7.30139 5.26918 7.46456 5.79744 7.59662C7.47038 8.01486 9.6623 8.24959 12 8.24959C14.3377 8.24959 16.5296 8.01486 18.2026 7.59662C18.7308 7.46456 19.2604 7.30139 19.75 7.0957V10.1697C20.315 10.6326 20.75 11.243 20.75 11.9993C20.75 12.7051 20.3659 13.2876 19.8689 13.7283C19.371 14.1697 18.6933 14.533 17.9202 14.8229C16.3685 15.4048 14.2753 15.7493 12 15.7493C9.72474 15.7493 7.63146 15.4048 6.0798 14.8229C5.30674 14.533 4.62904 14.1697 4.13112 13.7283C3.63408 13.2876 3.25 12.7051 3.25 11.9993C3.25 11.243 3.68502 10.6326 4.25 10.1697ZM13.5 12.5C13.5 13.3284 12.8284 14 12 14C11.1716 14 10.5 13.3284 10.5 12.5C10.5 11.5 12 10 12 10C12 10 13.5 11.5 13.5 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.25 15.6304V17.1703C3.68502 17.6333 3.25 18.2437 3.25 19C3.25 19.7057 3.63408 20.2882 4.13112 20.7289C4.62904 21.1704 5.30674 21.5337 6.0798 21.8236C7.63146 22.4054 9.72474 22.75 12 22.75C14.2753 22.75 16.3685 22.4054 17.9202 21.8236C18.6933 21.5337 19.371 21.1704 19.8689 20.7289C20.3659 20.2882 20.75 19.7057 20.75 19C20.75 18.2437 20.315 17.6333 19.75 17.1703V15.6304C19.333 15.8638 18.8913 16.0608 18.4469 16.2274C16.6873 16.8872 14.4075 17.2493 12 17.2493C9.5925 17.2493 7.31267 16.8872 5.55312 16.2274C5.10874 16.0608 4.66697 15.8638 4.25 15.6304Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.16124 1.85818C7.68404 1.47748 9.74801 1.25 12 1.25C14.252 1.25 16.316 1.47748 17.8388 1.85818C18.5944 2.04709 19.2591 2.28396 19.7529 2.57586C20.1966 2.83809 20.75 3.29499 20.75 4C20.75 4.70501 20.1966 5.16191 19.7529 5.42414C19.2591 5.71604 18.5944 5.95291 17.8388 6.14182C16.316 6.52252 14.252 6.75 12 6.75C9.74801 6.75 7.68404 6.52252 6.16124 6.14182C5.40562 5.95291 4.74092 5.71604 4.24706 5.42414C3.80341 5.16191 3.25 4.70501 3.25 4C3.25 3.29499 3.80341 2.83809 4.24706 2.57586C4.74092 2.28396 5.40562 2.04709 6.16124 1.85818Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 10.1697V7.0957C4.73963 7.30139 5.26918 7.46456 5.79744 7.59662C7.47038 8.01486 9.6623 8.24959 12 8.24959C14.3377 8.24959 16.5296 8.01486 18.2026 7.59662C18.7308 7.46456 19.2604 7.30139 19.75 7.0957V10.1697C20.315 10.6326 20.75 11.243 20.75 11.9993C20.75 12.7051 20.3659 13.2876 19.8689 13.7283C19.371 14.1697 18.6933 14.533 17.9202 14.8229C16.3685 15.4048 14.2753 15.7493 12 15.7493C9.72474 15.7493 7.63146 15.4048 6.0798 14.8229C5.30674 14.533 4.62904 14.1697 4.13112 13.7283C3.63408 13.2876 3.25 12.7051 3.25 11.9993C3.25 11.243 3.68502 10.6326 4.25 10.1697ZM13.5 12.5C13.5 13.3284 12.8284 14 12 14C11.1716 14 10.5 13.3284 10.5 12.5C10.5 11.5 12 10 12 10C12 10 13.5 11.5 13.5 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.25 15.6304V17.1703C3.68502 17.6333 3.25 18.2437 3.25 19C3.25 19.7057 3.63408 20.2882 4.13112 20.7289C4.62904 21.1704 5.30674 21.5337 6.0798 21.8236C7.63146 22.4054 9.72474 22.75 12 22.75C14.2753 22.75 16.3685 22.4054 17.9202 21.8236C18.6933 21.5337 19.371 21.1704 19.8689 20.7289C20.3659 20.2882 20.75 19.7057 20.75 19C20.75 18.2437 20.315 17.6333 19.75 17.1703V15.6304C19.333 15.8638 18.8913 16.0608 18.4469 16.2274C16.6873 16.8872 14.4075 17.2493 12 17.2493C9.5925 17.2493 7.31267 16.8872 5.55312 16.2274C5.10874 16.0608 4.66697 15.8638 4.25 15.6304Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-plug-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 1C9.05228 1 9.5 1.44772 9.5 2V6C9.5 6.55228 9.05228 7 8.5 7C7.94772 7 7.5 6.55228 7.5 6V2C7.5 1.44772 7.94772 1 8.5 1ZM15.5 1C16.0523 1 16.5 1.44772 16.5 2V6C16.5 6.55228 16.0523 7 15.5 7C14.9477 7 14.5 6.55228 14.5 6V2C14.5 1.44772 14.9477 1 15.5 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 16C12.5523 16 13 16.4477 13 17V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V17C11 16.4477 11.4477 16 12 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.53024 5.25C6.21844 5.25 5.15465 6.34927 5.25679 7.6711L5.4406 10.0498C5.58286 11.8907 6.20558 13.6637 7.24763 15.1986L7.84841 16.0835C8.55765 17.1282 9.74797 17.75 11.0163 17.75H12.9839C14.2522 17.75 15.4425 17.1282 16.1518 16.0835L16.7526 15.1986C17.7946 13.6637 18.4173 11.8907 18.5596 10.0498L18.7434 7.6711C18.8456 6.34927 17.7818 5.25 16.47 5.25H7.53024ZM11 8.25C10.5858 8.25 10.25 8.58579 10.25 9C10.25 9.41421 10.5858 9.75 11 9.75H13C13.4142 9.75 13.75 9.41421 13.75 9C13.75 8.58579 13.4142 8.25 13 8.25H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 1C9.05228 1 9.5 1.44772 9.5 2V6C9.5 6.55228 9.05228 7 8.5 7C7.94772 7 7.5 6.55228 7.5 6V2C7.5 1.44772 7.94772 1 8.5 1ZM15.5 1C16.0523 1 16.5 1.44772 16.5 2V6C16.5 6.55228 16.0523 7 15.5 7C14.9477 7 14.5 6.55228 14.5 6V2C14.5 1.44772 14.9477 1 15.5 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 16C12.5523 16 13 16.4477 13 17V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V17C11 16.4477 11.4477 16 12 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.53024 5.25C6.21844 5.25 5.15465 6.34927 5.25679 7.6711L5.4406 10.0498C5.58286 11.8907 6.20558 13.6637 7.24763 15.1986L7.84841 16.0835C8.55765 17.1282 9.74797 17.75 11.0163 17.75H12.9839C14.2522 17.75 15.4425 17.1282 16.1518 16.0835L16.7526 15.1986C17.7946 13.6637 18.4173 11.8907 18.5596 10.0498L18.7434 7.6711C18.8456 6.34927 17.7818 5.25 16.47 5.25H7.53024ZM11 8.25C10.5858 8.25 10.25 8.58579 10.25 9C10.25 9.41421 10.5858 9.75 11 9.75H13C13.4142 9.75 13.75 9.41421 13.75 9C13.75 8.58579 13.4142 8.25 13 8.25H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-plug-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.685 5.66298 22.3393 11.2502 22.7243V18.7485C10.3726 18.7202 9.54322 18.298 9.03495 17.5834L8.63443 17.0203C7.91169 16.0041 7.47744 14.8267 7.37821 13.6009L7.25567 12.0872C7.17129 11.0449 8.0421 10.25 9.02034 10.25H9.25025V8C9.25025 7.58579 9.58603 7.25 10.0002 7.25C10.4145 7.25 10.7502 7.58579 10.7502 8V10.25H13.2502V8C13.2502 7.58579 13.586 7.25 14.0002 7.25C14.4145 7.25 14.7502 7.58579 14.7502 8V10.25H14.9802C15.9584 10.25 16.8292 11.0449 16.7448 12.0872L16.6223 13.6009C16.523 14.8267 16.0888 16.0041 15.3661 17.0203L14.9655 17.5834C14.4573 18.298 13.6279 18.7202 12.7502 18.7485V22.7242C18.3373 22.3391 22.75 17.6849 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.685 5.66298 22.3393 11.2502 22.7243V18.7485C10.3726 18.7202 9.54322 18.298 9.03495 17.5834L8.63443 17.0203C7.91169 16.0041 7.47744 14.8267 7.37821 13.6009L7.25567 12.0872C7.17129 11.0449 8.0421 10.25 9.02034 10.25H9.25025V8C9.25025 7.58579 9.58603 7.25 10.0002 7.25C10.4145 7.25 10.7502 7.58579 10.7502 8V10.25H13.2502V8C13.2502 7.58579 13.586 7.25 14.0002 7.25C14.4145 7.25 14.7502 7.58579 14.7502 8V10.25H14.9802C15.9584 10.25 16.8292 11.0449 16.7448 12.0872L16.6223 13.6009C16.523 14.8267 16.0888 16.0041 15.3661 17.0203L14.9655 17.5834C14.4573 18.298 13.6279 18.7202 12.7502 18.7485V22.7242C18.3373 22.3391 22.75 17.6849 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-plug-socket{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.8046 2.789C17.7413 2.63094 18.7019 2.95954 19.3778 3.6354L20.3645 4.62219C21.0404 5.29805 21.369 6.25866 21.2109 7.19539L21.0886 7.92035C20.8693 9.22019 20.3138 10.4246 19.472 11.4148L18.4254 12.6457C17.725 13.4695 16.5047 13.416 15.7861 12.6974L11.3025 8.21381C10.584 7.49525 10.5305 6.2749 11.3542 5.57454L12.5852 4.52796C13.5753 3.68613 14.7798 3.13066 16.0796 2.91133L16.8046 2.789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.2071 1.79289C22.5976 2.18342 22.5976 2.81658 22.2071 3.20711L20.2071 5.20711C19.8166 5.59763 19.1834 5.59763 18.7929 5.20711C18.4024 4.81658 18.4024 4.18342 18.7929 3.79289L20.7929 1.79289C21.1834 1.40237 21.8166 1.40237 22.2071 1.79289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.20711 18.7929C5.59763 19.1834 5.59763 19.8166 5.20711 20.2071L3.20711 22.2071C2.81658 22.5976 2.18342 22.5976 1.79289 22.2071C1.40237 21.8166 1.40237 21.1834 1.79289 20.7929L3.79289 18.7929C4.18342 18.4024 4.81658 18.4024 5.20711 18.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.57466 11.3542C6.27502 10.5305 7.49538 10.584 8.21393 11.3025L12.6976 15.7861C13.4161 16.5047 13.4696 17.725 12.6459 18.4254L11.4149 19.472C10.4248 20.3138 9.22031 20.8693 7.92047 21.0886L7.19551 21.2109C6.25878 21.369 5.29817 21.0404 4.62231 20.3645L3.63553 19.3778C2.95966 18.7019 2.63106 17.7413 2.78912 16.8046L2.91145 16.0796C3.13078 14.7798 3.68625 13.5753 4.52808 12.5852L5.57466 11.3542Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2071 9.79289C11.5976 10.1834 11.5976 10.8166 11.2071 11.2071L9.20711 13.2071C8.81658 13.5976 8.18342 13.5976 7.79289 13.2071C7.40237 12.8166 7.40237 12.1834 7.79289 11.7929L9.79289 9.79289C10.1834 9.40237 10.8166 9.40237 11.2071 9.79289ZM12.7929 12.7929C13.1834 12.4024 13.8166 12.4024 14.2071 12.7929C14.5976 13.1834 14.5976 13.8166 14.2071 14.2071L12.2071 16.2071C11.8166 16.5976 11.1834 16.5976 10.7929 16.2071C10.4024 15.8166 10.4024 15.1834 10.7929 14.7929L12.7929 12.7929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.8046 2.789C17.7413 2.63094 18.7019 2.95954 19.3778 3.6354L20.3645 4.62219C21.0404 5.29805 21.369 6.25866 21.2109 7.19539L21.0886 7.92035C20.8693 9.22019 20.3138 10.4246 19.472 11.4148L18.4254 12.6457C17.725 13.4695 16.5047 13.416 15.7861 12.6974L11.3025 8.21381C10.584 7.49525 10.5305 6.2749 11.3542 5.57454L12.5852 4.52796C13.5753 3.68613 14.7798 3.13066 16.0796 2.91133L16.8046 2.789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.2071 1.79289C22.5976 2.18342 22.5976 2.81658 22.2071 3.20711L20.2071 5.20711C19.8166 5.59763 19.1834 5.59763 18.7929 5.20711C18.4024 4.81658 18.4024 4.18342 18.7929 3.79289L20.7929 1.79289C21.1834 1.40237 21.8166 1.40237 22.2071 1.79289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.20711 18.7929C5.59763 19.1834 5.59763 19.8166 5.20711 20.2071L3.20711 22.2071C2.81658 22.5976 2.18342 22.5976 1.79289 22.2071C1.40237 21.8166 1.40237 21.1834 1.79289 20.7929L3.79289 18.7929C4.18342 18.4024 4.81658 18.4024 5.20711 18.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.57466 11.3542C6.27502 10.5305 7.49538 10.584 8.21393 11.3025L12.6976 15.7861C13.4161 16.5047 13.4696 17.725 12.6459 18.4254L11.4149 19.472C10.4248 20.3138 9.22031 20.8693 7.92047 21.0886L7.19551 21.2109C6.25878 21.369 5.29817 21.0404 4.62231 20.3645L3.63553 19.3778C2.95966 18.7019 2.63106 17.7413 2.78912 16.8046L2.91145 16.0796C3.13078 14.7798 3.68625 13.5753 4.52808 12.5852L5.57466 11.3542Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2071 9.79289C11.5976 10.1834 11.5976 10.8166 11.2071 11.2071L9.20711 13.2071C8.81658 13.5976 8.18342 13.5976 7.79289 13.2071C7.40237 12.8166 7.40237 12.1834 7.79289 11.7929L9.79289 9.79289C10.1834 9.40237 10.8166 9.40237 11.2071 9.79289ZM12.7929 12.7929C13.1834 12.4024 13.8166 12.4024 14.2071 12.7929C14.5976 13.1834 14.5976 13.8166 14.2071 14.2071L12.2071 16.2071C11.8166 16.5976 11.1834 16.5976 10.7929 16.2071C10.4024 15.8166 10.4024 15.1834 10.7929 14.7929L12.7929 12.7929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-power-service{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.70208 2.00915C8.41768 1.97107 8.17792 2.05334 8.01469 2.12457C7.86464 2.19004 7.69535 2.28563 7.53113 2.37836L5.28197 3.66686C5.13616 3.77001 4.93913 3.93422 4.82604 4.19994C4.70258 4.49003 4.74241 4.78241 4.77174 4.95153C4.80348 5.13452 4.86932 5.38647 4.93233 5.62758C5.32857 7.14439 4.36065 8.77611 2.79378 9.19603L2.76618 9.20342C2.52912 9.26693 2.30699 9.32644 2.13327 9.38907C1.97074 9.44767 1.69912 9.55766 1.50772 9.80599C1.33182 10.0342 1.28519 10.2843 1.26684 10.4613C1.24992 10.6246 1.24996 10.8199 1.25 11.01V12.9891C1.24996 13.1792 1.24992 13.3745 1.26684 13.5378C1.28519 13.7148 1.33181 13.9649 1.5077 14.1931C1.69909 14.4414 1.97071 14.5514 2.13322 14.61C2.30694 14.6727 2.79374 14.8031 2.79374 14.8031C4.36003 15.2229 5.32731 16.8544 4.93082 18.3714C4.93082 18.3714 4.80192 18.8644 4.77017 19.0474C4.74082 19.2165 4.70097 19.5089 4.82441 19.799C4.93749 20.0647 5.13453 20.229 5.28035 20.3321L7.52952 21.6206L7.52962 21.6207C7.6938 21.7134 7.86312 21.809 8.01315 21.8745C8.17639 21.9457 8.41618 22.028 8.70059 21.9899C9.00977 21.9484 9.23894 21.772 9.37072 21.6618C9.51065 21.5448 9.86249 21.1957 9.86249 21.1957C10.4459 20.6171 11.2229 20.3276 12 20.3274C12.7771 20.3276 13.5541 20.6171 14.1375 21.1957C14.1375 21.1957 14.4894 21.5448 14.6293 21.6618C14.7611 21.772 14.9902 21.9484 15.2994 21.9899C15.5838 22.028 15.8236 21.9457 15.9869 21.8745C16.1369 21.809 16.3062 21.7134 16.4704 21.6207L16.4705 21.6206L18.7196 20.3321C18.8655 20.229 19.0625 20.0647 19.1756 19.799C19.299 19.5089 19.2592 19.2165 19.2298 19.0474C19.1981 18.8644 19.0692 18.3714 19.0692 18.3714C18.6727 16.8544 19.64 15.2229 21.2063 14.8031C21.2063 14.8031 21.6931 14.6727 21.8668 14.61C22.0293 14.5514 22.3009 14.4414 22.4923 14.1931C22.6682 13.9649 22.7148 13.7148 22.7332 13.5378C22.7501 13.3745 22.75 13.1792 22.75 12.9891V11.01C22.75 10.8199 22.7501 10.6246 22.7332 10.4613C22.7148 10.2843 22.6682 10.0342 22.4923 9.80599C22.3009 9.55766 22.0293 9.44767 21.8667 9.38907C21.693 9.32644 21.4709 9.26693 21.2338 9.20342L21.2062 9.19603C19.6393 8.77611 18.6714 7.14439 19.0677 5.62758C19.1307 5.38647 19.1965 5.13452 19.2283 4.95153C19.2576 4.78241 19.2974 4.49003 19.174 4.19994C19.0609 3.93422 18.8638 3.77001 18.718 3.66686L16.4689 2.37836C16.3046 2.28563 16.1354 2.19004 15.9853 2.12457C15.8221 2.05334 15.5823 1.97107 15.2979 2.00915C14.9888 2.05055 14.7596 2.227 14.6278 2.33717C14.4879 2.45414 14.136 2.80316 14.136 2.80316C13.5529 3.38131 12.7765 3.6705 12 3.67071C11.2235 3.6705 10.4471 3.38131 9.86405 2.80316C9.86405 2.80316 9.51213 2.45414 9.37221 2.33717C9.24043 2.227 9.01124 2.05055 8.70208 2.00915ZM13.348 8.52964C13.6407 8.06131 13.4983 7.44436 13.03 7.15165C12.5617 6.85894 11.9447 7.00131 11.652 7.46965L9.152 11.4696C8.95933 11.7779 8.94913 12.1665 9.12536 12.4844C9.30158 12.8024 9.63648 12.9996 10 12.9996H12.1958L10.652 15.4696C10.3593 15.938 10.5017 16.5549 10.97 16.8476C11.4383 17.1404 12.0553 16.998 12.348 16.5296L14.848 12.5296C15.0407 12.2214 15.0509 11.8328 14.8746 11.5149C14.6984 11.1969 14.3635 10.9996 14 10.9996H11.8042L13.348 8.52964Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.70208 2.00915C8.41768 1.97107 8.17792 2.05334 8.01469 2.12457C7.86464 2.19004 7.69535 2.28563 7.53113 2.37836L5.28197 3.66686C5.13616 3.77001 4.93913 3.93422 4.82604 4.19994C4.70258 4.49003 4.74241 4.78241 4.77174 4.95153C4.80348 5.13452 4.86932 5.38647 4.93233 5.62758C5.32857 7.14439 4.36065 8.77611 2.79378 9.19603L2.76618 9.20342C2.52912 9.26693 2.30699 9.32644 2.13327 9.38907C1.97074 9.44767 1.69912 9.55766 1.50772 9.80599C1.33182 10.0342 1.28519 10.2843 1.26684 10.4613C1.24992 10.6246 1.24996 10.8199 1.25 11.01V12.9891C1.24996 13.1792 1.24992 13.3745 1.26684 13.5378C1.28519 13.7148 1.33181 13.9649 1.5077 14.1931C1.69909 14.4414 1.97071 14.5514 2.13322 14.61C2.30694 14.6727 2.79374 14.8031 2.79374 14.8031C4.36003 15.2229 5.32731 16.8544 4.93082 18.3714C4.93082 18.3714 4.80192 18.8644 4.77017 19.0474C4.74082 19.2165 4.70097 19.5089 4.82441 19.799C4.93749 20.0647 5.13453 20.229 5.28035 20.3321L7.52952 21.6206L7.52962 21.6207C7.6938 21.7134 7.86312 21.809 8.01315 21.8745C8.17639 21.9457 8.41618 22.028 8.70059 21.9899C9.00977 21.9484 9.23894 21.772 9.37072 21.6618C9.51065 21.5448 9.86249 21.1957 9.86249 21.1957C10.4459 20.6171 11.2229 20.3276 12 20.3274C12.7771 20.3276 13.5541 20.6171 14.1375 21.1957C14.1375 21.1957 14.4894 21.5448 14.6293 21.6618C14.7611 21.772 14.9902 21.9484 15.2994 21.9899C15.5838 22.028 15.8236 21.9457 15.9869 21.8745C16.1369 21.809 16.3062 21.7134 16.4704 21.6207L16.4705 21.6206L18.7196 20.3321C18.8655 20.229 19.0625 20.0647 19.1756 19.799C19.299 19.5089 19.2592 19.2165 19.2298 19.0474C19.1981 18.8644 19.0692 18.3714 19.0692 18.3714C18.6727 16.8544 19.64 15.2229 21.2063 14.8031C21.2063 14.8031 21.6931 14.6727 21.8668 14.61C22.0293 14.5514 22.3009 14.4414 22.4923 14.1931C22.6682 13.9649 22.7148 13.7148 22.7332 13.5378C22.7501 13.3745 22.75 13.1792 22.75 12.9891V11.01C22.75 10.8199 22.7501 10.6246 22.7332 10.4613C22.7148 10.2843 22.6682 10.0342 22.4923 9.80599C22.3009 9.55766 22.0293 9.44767 21.8667 9.38907C21.693 9.32644 21.4709 9.26693 21.2338 9.20342L21.2062 9.19603C19.6393 8.77611 18.6714 7.14439 19.0677 5.62758C19.1307 5.38647 19.1965 5.13452 19.2283 4.95153C19.2576 4.78241 19.2974 4.49003 19.174 4.19994C19.0609 3.93422 18.8638 3.77001 18.718 3.66686L16.4689 2.37836C16.3046 2.28563 16.1354 2.19004 15.9853 2.12457C15.8221 2.05334 15.5823 1.97107 15.2979 2.00915C14.9888 2.05055 14.7596 2.227 14.6278 2.33717C14.4879 2.45414 14.136 2.80316 14.136 2.80316C13.5529 3.38131 12.7765 3.6705 12 3.67071C11.2235 3.6705 10.4471 3.38131 9.86405 2.80316C9.86405 2.80316 9.51213 2.45414 9.37221 2.33717C9.24043 2.227 9.01124 2.05055 8.70208 2.00915ZM13.348 8.52964C13.6407 8.06131 13.4983 7.44436 13.03 7.15165C12.5617 6.85894 11.9447 7.00131 11.652 7.46965L9.152 11.4696C8.95933 11.7779 8.94913 12.1665 9.12536 12.4844C9.30158 12.8024 9.63648 12.9996 10 12.9996H12.1958L10.652 15.4696C10.3593 15.938 10.5017 16.5549 10.97 16.8476C11.4383 17.1404 12.0553 16.998 12.348 16.5296L14.848 12.5296C15.0407 12.2214 15.0509 11.8328 14.8746 11.5149C14.6984 11.1969 14.3635 10.9996 14 10.9996H11.8042L13.348 8.52964Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-power-socket-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0242 1.90522C15.7462 1.74998 14.0202 1.74999 11.9487 1.75C9.87731 1.74999 8.25376 1.74998 6.97578 1.90522C5.66982 2.06386 4.62456 2.39411 3.76567 3.12767C3.53662 3.3233 3.3233 3.53662 3.12767 3.76567C2.39411 4.62456 2.06386 5.66982 1.90522 6.97578C1.74998 8.25376 1.74999 9.97982 1.75 12.0513C1.74999 14.1227 1.74998 15.7462 1.90522 17.0242C2.06386 18.3302 2.39411 19.3754 3.12767 20.2343C3.32329 20.4634 3.53662 20.6767 3.76567 20.8723C4.62456 21.6059 5.66982 21.9361 6.97578 22.0948C8.25376 22.25 9.97982 22.25 12.0513 22.25C14.1227 22.25 15.7462 22.25 17.0242 22.0948C18.3302 21.9361 19.3754 21.6059 20.2343 20.8723C20.4634 20.6767 20.6767 20.4634 20.8723 20.2343C21.6059 19.3754 21.9361 18.3302 22.0948 17.0242C22.25 15.7462 22.25 14.1227 22.25 12.0513C22.25 9.97982 22.25 8.25376 22.0948 6.97578C21.9361 5.66982 21.6059 4.62456 20.8723 3.76567C20.6767 3.53662 20.4634 3.32329 20.2343 3.12767C19.3754 2.39411 18.3302 2.06386 17.0242 1.90522ZM12 5.25C8.27208 5.25 5.25 8.27208 5.25 12C5.25 15.7279 8.27208 18.75 12 18.75C15.7279 18.75 18.75 15.7279 18.75 12C18.75 8.27208 15.7279 5.25 12 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 12C8.5 11.4477 8.94772 11 9.5 11H9.50897C10.0613 11 10.509 11.4477 10.509 12C10.509 12.5523 10.0613 13 9.50897 13H9.5C8.94772 13 8.5 12.5523 8.5 12ZM13.4912 12C13.4912 11.4477 13.9389 11 14.4912 11H14.5002C15.0525 11 15.5002 11.4477 15.5002 12C15.5002 12.5523 15.0525 13 14.5002 13H14.4912C13.9389 13 13.4912 12.5523 13.4912 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0242 1.90522C15.7462 1.74998 14.0202 1.74999 11.9487 1.75C9.87731 1.74999 8.25376 1.74998 6.97578 1.90522C5.66982 2.06386 4.62456 2.39411 3.76567 3.12767C3.53662 3.3233 3.3233 3.53662 3.12767 3.76567C2.39411 4.62456 2.06386 5.66982 1.90522 6.97578C1.74998 8.25376 1.74999 9.97982 1.75 12.0513C1.74999 14.1227 1.74998 15.7462 1.90522 17.0242C2.06386 18.3302 2.39411 19.3754 3.12767 20.2343C3.32329 20.4634 3.53662 20.6767 3.76567 20.8723C4.62456 21.6059 5.66982 21.9361 6.97578 22.0948C8.25376 22.25 9.97982 22.25 12.0513 22.25C14.1227 22.25 15.7462 22.25 17.0242 22.0948C18.3302 21.9361 19.3754 21.6059 20.2343 20.8723C20.4634 20.6767 20.6767 20.4634 20.8723 20.2343C21.6059 19.3754 21.9361 18.3302 22.0948 17.0242C22.25 15.7462 22.25 14.1227 22.25 12.0513C22.25 9.97982 22.25 8.25376 22.0948 6.97578C21.9361 5.66982 21.6059 4.62456 20.8723 3.76567C20.6767 3.53662 20.4634 3.32329 20.2343 3.12767C19.3754 2.39411 18.3302 2.06386 17.0242 1.90522ZM12 5.25C8.27208 5.25 5.25 8.27208 5.25 12C5.25 15.7279 8.27208 18.75 12 18.75C15.7279 18.75 18.75 15.7279 18.75 12C18.75 8.27208 15.7279 5.25 12 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 12C8.5 11.4477 8.94772 11 9.5 11H9.50897C10.0613 11 10.509 11.4477 10.509 12C10.509 12.5523 10.0613 13 9.50897 13H9.5C8.94772 13 8.5 12.5523 8.5 12ZM13.4912 12C13.4912 11.4477 13.9389 11 14.4912 11H14.5002C15.0525 11 15.5002 11.4477 15.5002 12C15.5002 12.5523 15.0525 13 14.5002 13H14.4912C13.9389 13 13.4912 12.5523 13.4912 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-power-socket-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0242 1.90522C15.7462 1.74998 14.0202 1.74999 11.9487 1.75C9.87731 1.74999 8.25376 1.74998 6.97578 1.90522C5.66982 2.06386 4.62456 2.39411 3.76567 3.12767C3.53662 3.3233 3.3233 3.53662 3.12767 3.76567C2.39411 4.62456 2.06386 5.86064 1.90522 7.16661C1.74998 8.44458 1.74999 10.0681 1.75 12.1396V12.1396C1.74999 14.211 1.74998 15.7463 1.90522 17.0242C2.06386 18.3302 2.39411 19.3754 3.12767 20.2343C3.32329 20.4634 3.53662 20.6767 3.76567 20.8723C4.62456 21.6059 5.66982 21.9361 6.97578 22.0948C8.25376 22.25 9.87731 22.25 11.9487 22.25C14.0202 22.25 15.7462 22.25 17.0242 22.0948C18.3302 21.9361 19.3754 21.6059 20.2343 20.8723C20.4634 20.6767 20.6767 20.4634 20.8723 20.2343C21.6059 19.3754 21.9361 18.3302 22.0948 17.0242C22.25 15.7462 22.25 14.1227 22.25 12.0513C22.25 9.97982 22.25 8.25376 22.0948 6.97578C21.9361 5.66982 21.6059 4.62456 20.8723 3.76567C20.6767 3.53662 20.4634 3.32329 20.2343 3.12767C19.3754 2.39411 18.3302 2.06386 17.0242 1.90522ZM15.0494 8.25H15.0494H15.0494H8.95063H8.95058H8.95056C8.28572 8.24996 7.71289 8.24993 7.25416 8.31161C6.76252 8.37771 6.29126 8.52677 5.90901 8.90901C5.52677 9.29126 5.37771 9.76252 5.31161 10.2542C5.24993 10.7129 5.24996 11.3845 5.25 12.0494V12.0494C5.24996 12.7143 5.24993 13.2871 5.31161 13.7458C5.37771 14.2375 5.52677 14.7087 5.90901 15.091C6.29126 15.4732 6.76252 15.6223 7.25416 15.6884C7.71291 15.7501 8.28577 15.75 8.95063 15.75H15.0494C15.7142 15.75 16.2871 15.7501 16.7458 15.6884C17.2375 15.6223 17.7087 15.4732 18.091 15.091C18.4732 14.7087 18.6223 14.2375 18.6884 13.7458C18.7501 13.2871 18.75 12.7143 18.75 12.0495V12.0494C18.75 11.3845 18.7501 10.7129 18.6884 10.2542C18.6223 9.76252 18.4732 9.29126 18.091 8.90901C17.7087 8.52677 17.2375 8.37771 16.7458 8.31161C16.2871 8.24993 15.7143 8.24996 15.0494 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 12C8.5 11.4477 8.94772 11 9.5 11H9.50897C10.0613 11 10.509 11.4477 10.509 12C10.509 12.5523 10.0613 13 9.50897 13H9.5C8.94772 13 8.5 12.5523 8.5 12ZM13.4912 12C13.4912 11.4477 13.9389 11 14.4912 11H14.5002C15.0525 11 15.5002 11.4477 15.5002 12C15.5002 12.5523 15.0525 13 14.5002 13H14.4912C13.9389 13 13.4912 12.5523 13.4912 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0242 1.90522C15.7462 1.74998 14.0202 1.74999 11.9487 1.75C9.87731 1.74999 8.25376 1.74998 6.97578 1.90522C5.66982 2.06386 4.62456 2.39411 3.76567 3.12767C3.53662 3.3233 3.3233 3.53662 3.12767 3.76567C2.39411 4.62456 2.06386 5.86064 1.90522 7.16661C1.74998 8.44458 1.74999 10.0681 1.75 12.1396V12.1396C1.74999 14.211 1.74998 15.7463 1.90522 17.0242C2.06386 18.3302 2.39411 19.3754 3.12767 20.2343C3.32329 20.4634 3.53662 20.6767 3.76567 20.8723C4.62456 21.6059 5.66982 21.9361 6.97578 22.0948C8.25376 22.25 9.87731 22.25 11.9487 22.25C14.0202 22.25 15.7462 22.25 17.0242 22.0948C18.3302 21.9361 19.3754 21.6059 20.2343 20.8723C20.4634 20.6767 20.6767 20.4634 20.8723 20.2343C21.6059 19.3754 21.9361 18.3302 22.0948 17.0242C22.25 15.7462 22.25 14.1227 22.25 12.0513C22.25 9.97982 22.25 8.25376 22.0948 6.97578C21.9361 5.66982 21.6059 4.62456 20.8723 3.76567C20.6767 3.53662 20.4634 3.32329 20.2343 3.12767C19.3754 2.39411 18.3302 2.06386 17.0242 1.90522ZM15.0494 8.25H15.0494H15.0494H8.95063H8.95058H8.95056C8.28572 8.24996 7.71289 8.24993 7.25416 8.31161C6.76252 8.37771 6.29126 8.52677 5.90901 8.90901C5.52677 9.29126 5.37771 9.76252 5.31161 10.2542C5.24993 10.7129 5.24996 11.3845 5.25 12.0494V12.0494C5.24996 12.7143 5.24993 13.2871 5.31161 13.7458C5.37771 14.2375 5.52677 14.7087 5.90901 15.091C6.29126 15.4732 6.76252 15.6223 7.25416 15.6884C7.71291 15.7501 8.28577 15.75 8.95063 15.75H15.0494C15.7142 15.75 16.2871 15.7501 16.7458 15.6884C17.2375 15.6223 17.7087 15.4732 18.091 15.091C18.4732 14.7087 18.6223 14.2375 18.6884 13.7458C18.7501 13.2871 18.75 12.7143 18.75 12.0495V12.0494C18.75 11.3845 18.7501 10.7129 18.6884 10.2542C18.6223 9.76252 18.4732 9.29126 18.091 8.90901C17.7087 8.52677 17.2375 8.37771 16.7458 8.31161C16.2871 8.24993 15.7143 8.24996 15.0494 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 12C8.5 11.4477 8.94772 11 9.5 11H9.50897C10.0613 11 10.509 11.4477 10.509 12C10.509 12.5523 10.0613 13 9.50897 13H9.5C8.94772 13 8.5 12.5523 8.5 12ZM13.4912 12C13.4912 11.4477 13.9389 11 14.4912 11H14.5002C15.0525 11 15.5002 11.4477 15.5002 12C15.5002 12.5523 15.0525 13 14.5002 13H14.4912C13.9389 13 13.4912 12.5523 13.4912 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-recycle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5444 8.17425C17.343 7.629 16.9829 6.95455 16.5668 6.17528C15.8819 4.89214 15.0074 3.2539 14.4722 2.52549C13.931 1.78891 13.2287 1.1212 12.2072 1.12489C11.1859 1.12859 10.4881 1.80109 9.95173 2.5414C9.42122 3.27358 8.86285 4.33623 8.18602 5.62433L8.186 5.62436L7.18582 7.5277C6.93558 8.0039 7.11701 8.59372 7.59104 8.8451C8.06508 9.09648 8.65222 8.91423 8.90246 8.43803L9.86492 6.60646C10.589 5.22854 11.0832 4.29335 11.5212 3.68895C11.963 3.07911 12.1583 3.07508 12.2142 3.07488C12.2699 3.07468 12.4648 3.07702 12.9104 3.68349C13.3519 4.28441 14.1009 5.6821 14.8334 7.05431C14.8332 7.05385 14.8329 7.05338 14.8327 7.05292L14.8342 7.0558C14.8339 7.05531 14.8337 7.05481 14.8334 7.05431C15.2872 7.90478 15.5996 8.51676 15.7474 8.91694C15.3571 8.88262 14.7111 8.73173 13.8146 8.51848C13.293 8.39441 12.77 8.7186 12.6465 9.24259C12.523 9.76658 12.8457 10.2919 13.3673 10.416C14.178 10.6089 15.0508 10.8166 15.6079 10.862C16.1695 10.9078 16.9629 10.8605 17.454 10.1473C17.9222 9.4673 17.742 8.70946 17.5444 8.17425Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8327 7.05292C14.8329 7.05338 14.8332 7.05385 14.8334 7.05431C14.8337 7.05481 14.8339 7.05531 14.8342 7.0558L14.8327 7.05292Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.13314 12.2149L9.8138 13.2943C10.1006 13.7492 9.96609 14.3516 9.51327 14.6397C9.06044 14.9279 8.46083 14.7927 8.17398 14.3378L7.49332 13.2584C7.08125 12.6049 6.80651 12.1845 6.59767 11.9417C6.40291 12.1955 6.15287 12.6296 5.77815 13.3049L4.39248 15.802C3.84177 16.7944 3.48585 17.4413 3.30367 17.9278C3.21631 18.1611 3.20208 18.3589 3.19987 18.4314C3.26945 18.4666 3.46437 18.5588 3.71466 18.5957C4.23555 18.6723 4.98176 18.6749 6.12337 18.6749H10.9558C11.4919 18.6749 11.9264 19.1114 11.9264 19.6499C11.9264 20.1883 11.4919 20.6249 10.9558 20.6249L6.04718 20.6249H6.0471C5.00293 20.6249 4.112 20.625 3.4332 20.525C2.72994 20.4215 1.97641 20.1739 1.53558 19.4349C1.09196 18.6913 1.23721 17.9078 1.48682 17.2412C1.72647 16.6012 2.15686 15.8257 2.65925 14.9205L4.11673 12.294C4.44598 11.7005 4.74485 11.1617 5.0391 10.7783C5.35126 10.3716 5.82192 9.92041 6.54144 9.90053C7.26062 9.88065 7.75541 10.3047 8.08969 10.6933C8.40493 11.0598 8.77098 11.6404 9.13314 12.2149Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.635 11.1348C21.8758 11.1597 22.1507 11.2409 22.3868 11.4738C22.624 11.7077 22.7082 11.9831 22.7362 12.2231C22.7583 12.4137 22.7477 12.6689 22.7398 12.8585C22.6625 14.7462 22.2384 17.1212 21.0392 18.7369C20.4238 19.5659 19.5864 20.2172 18.4826 20.4637C17.6246 20.6554 16.6643 20.5893 15.5999 20.2452C16.3843 18.5385 17.5604 17.3682 18.5549 16.705C19.0144 16.3986 19.1385 15.7777 18.8321 15.3182C18.5257 14.8587 17.9048 14.7346 17.4453 15.041C16.2938 15.8089 14.9957 17.0762 14.0518 18.8636C14.1289 19.077 14.2165 19.2942 14.3148 19.5152C14.3902 19.6848 14.5257 19.8204 14.6953 19.8959C15.0048 20.0335 15.3063 20.1495 15.5999 20.2444C15.3431 20.8032 15.1283 21.4194 14.9755 22.0942C14.8536 22.6329 14.3181 22.9707 13.7795 22.8488C13.2408 22.7269 12.903 22.1913 13.0249 21.6527C13.2604 20.6122 13.6187 19.6832 14.0515 18.8635C13.6304 17.6981 13.5223 16.6477 13.697 15.7106C13.9054 14.593 14.5012 13.7166 15.2876 13.0538C16.8233 11.7596 19.1211 11.243 21.0033 11.1396C21.1907 11.1292 21.4447 11.1151 21.635 11.1348Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5444 8.17425C17.343 7.629 16.9829 6.95455 16.5668 6.17528C15.8819 4.89214 15.0074 3.2539 14.4722 2.52549C13.931 1.78891 13.2287 1.1212 12.2072 1.12489C11.1859 1.12859 10.4881 1.80109 9.95173 2.5414C9.42122 3.27358 8.86285 4.33623 8.18602 5.62433L8.186 5.62436L7.18582 7.5277C6.93558 8.0039 7.11701 8.59372 7.59104 8.8451C8.06508 9.09648 8.65222 8.91423 8.90246 8.43803L9.86492 6.60646C10.589 5.22854 11.0832 4.29335 11.5212 3.68895C11.963 3.07911 12.1583 3.07508 12.2142 3.07488C12.2699 3.07468 12.4648 3.07702 12.9104 3.68349C13.3519 4.28441 14.1009 5.6821 14.8334 7.05431C14.8332 7.05385 14.8329 7.05338 14.8327 7.05292L14.8342 7.0558C14.8339 7.05531 14.8337 7.05481 14.8334 7.05431C15.2872 7.90478 15.5996 8.51676 15.7474 8.91694C15.3571 8.88262 14.7111 8.73173 13.8146 8.51848C13.293 8.39441 12.77 8.7186 12.6465 9.24259C12.523 9.76658 12.8457 10.2919 13.3673 10.416C14.178 10.6089 15.0508 10.8166 15.6079 10.862C16.1695 10.9078 16.9629 10.8605 17.454 10.1473C17.9222 9.4673 17.742 8.70946 17.5444 8.17425Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8327 7.05292C14.8329 7.05338 14.8332 7.05385 14.8334 7.05431C14.8337 7.05481 14.8339 7.05531 14.8342 7.0558L14.8327 7.05292Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.13314 12.2149L9.8138 13.2943C10.1006 13.7492 9.96609 14.3516 9.51327 14.6397C9.06044 14.9279 8.46083 14.7927 8.17398 14.3378L7.49332 13.2584C7.08125 12.6049 6.80651 12.1845 6.59767 11.9417C6.40291 12.1955 6.15287 12.6296 5.77815 13.3049L4.39248 15.802C3.84177 16.7944 3.48585 17.4413 3.30367 17.9278C3.21631 18.1611 3.20208 18.3589 3.19987 18.4314C3.26945 18.4666 3.46437 18.5588 3.71466 18.5957C4.23555 18.6723 4.98176 18.6749 6.12337 18.6749H10.9558C11.4919 18.6749 11.9264 19.1114 11.9264 19.6499C11.9264 20.1883 11.4919 20.6249 10.9558 20.6249L6.04718 20.6249H6.0471C5.00293 20.6249 4.112 20.625 3.4332 20.525C2.72994 20.4215 1.97641 20.1739 1.53558 19.4349C1.09196 18.6913 1.23721 17.9078 1.48682 17.2412C1.72647 16.6012 2.15686 15.8257 2.65925 14.9205L4.11673 12.294C4.44598 11.7005 4.74485 11.1617 5.0391 10.7783C5.35126 10.3716 5.82192 9.92041 6.54144 9.90053C7.26062 9.88065 7.75541 10.3047 8.08969 10.6933C8.40493 11.0598 8.77098 11.6404 9.13314 12.2149Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.635 11.1348C21.8758 11.1597 22.1507 11.2409 22.3868 11.4738C22.624 11.7077 22.7082 11.9831 22.7362 12.2231C22.7583 12.4137 22.7477 12.6689 22.7398 12.8585C22.6625 14.7462 22.2384 17.1212 21.0392 18.7369C20.4238 19.5659 19.5864 20.2172 18.4826 20.4637C17.6246 20.6554 16.6643 20.5893 15.5999 20.2452C16.3843 18.5385 17.5604 17.3682 18.5549 16.705C19.0144 16.3986 19.1385 15.7777 18.8321 15.3182C18.5257 14.8587 17.9048 14.7346 17.4453 15.041C16.2938 15.8089 14.9957 17.0762 14.0518 18.8636C14.1289 19.077 14.2165 19.2942 14.3148 19.5152C14.3902 19.6848 14.5257 19.8204 14.6953 19.8959C15.0048 20.0335 15.3063 20.1495 15.5999 20.2444C15.3431 20.8032 15.1283 21.4194 14.9755 22.0942C14.8536 22.6329 14.3181 22.9707 13.7795 22.8488C13.2408 22.7269 12.903 22.1913 13.0249 21.6527C13.2604 20.6122 13.6187 19.6832 14.0515 18.8635C13.6304 17.6981 13.5223 16.6477 13.697 15.7106C13.9054 14.593 14.5012 13.7166 15.2876 13.0538C16.8233 11.7596 19.1211 11.243 21.0033 11.1396C21.1907 11.1292 21.4447 11.1151 21.635 11.1348Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-recycle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.047 1.38992C11.6716 1.20336 12.3395 1.20336 12.9641 1.38992C13.7088 1.61237 14.2416 2.15765 14.7014 2.78094C15.1544 3.39512 15.6446 4.24065 16.2429 5.27285L17.8124 7.98027L17.9333 7.22855C18.019 6.69567 18.5205 6.33315 19.0534 6.41884C19.5862 6.50454 19.9487 7.006 19.8631 7.53888L19.3069 10.9975C19.2603 11.2871 19.0861 11.5404 18.8324 11.6876C18.5787 11.8348 18.2723 11.8603 17.9978 11.7569L14.5989 10.4777C14.0938 10.2876 13.8384 9.72401 14.0285 9.21887C14.2186 8.71373 14.7822 8.45835 15.2874 8.64846L16.1229 8.96293L14.5818 6.30448C13.9463 5.20826 13.5096 4.45785 13.1285 3.9412C12.7466 3.42352 12.5317 3.30065 12.4046 3.26269C12.1451 3.18516 11.866 3.18516 11.6064 3.26269C11.4794 3.30065 11.2644 3.42352 10.8826 3.9412C10.5015 4.45785 10.0648 5.20826 9.42931 6.30448C9.15862 6.77142 8.56065 6.93051 8.09371 6.65981C7.62678 6.38912 7.46769 5.79115 7.73838 5.3242L7.76818 5.27281C8.36652 4.24063 8.85666 3.39511 9.3097 2.78094C9.76947 2.15765 10.3023 1.61237 11.047 1.38992ZM7.43307 7.81462C7.68576 7.96375 7.85806 8.21852 7.9024 8.50856L8.4317 11.971C8.51326 12.5046 8.14686 13.0032 7.61334 13.0848C7.07981 13.1663 6.58118 12.7999 6.49962 12.2664L6.38976 11.5477L4.7688 14.3438C4.1207 15.4618 3.68054 16.2244 3.42538 16.8162C3.16946 17.4099 3.19212 17.6323 3.22317 17.7327C3.28005 17.9168 3.38442 18.089 3.53118 18.2323C3.62721 18.3261 3.84812 18.4584 4.52401 18.5334C5.19515 18.6079 6.11142 18.6093 7.44328 18.6093C7.98301 18.6093 8.42054 19.0469 8.42054 19.5866C8.42054 20.1263 7.98301 20.5639 7.44328 20.5639H7.38291C6.12612 20.5639 5.10039 20.5639 4.30839 20.476C3.5085 20.3872 2.74001 20.1918 2.16535 19.6304C1.78997 19.2637 1.51062 18.8109 1.35578 18.3098C1.11486 17.5302 1.31919 16.7647 1.63055 16.0424C1.93729 15.331 2.43778 14.4676 3.04574 13.419L4.73276 10.5089L3.86527 10.8283C3.35878 11.0147 2.79703 10.7553 2.61056 10.2488C2.4241 9.74229 2.68354 9.18053 3.19003 8.99406L6.59874 7.73914C6.87408 7.63777 7.18039 7.66548 7.43307 7.81462ZM19.4994 12.8387C19.9663 12.568 20.5643 12.7271 20.835 13.1941L20.8694 13.2535C21.5201 14.3758 22.0555 15.2995 22.3764 16.0595C22.703 16.833 22.9047 17.6528 22.5993 18.4744C22.4576 18.8559 22.2423 19.2055 21.9669 19.5055C21.3834 20.1409 20.5677 20.3637 19.7155 20.4644C18.8727 20.5639 17.7753 20.5639 16.4302 20.5639H13.7459L14.311 20.9971C14.7393 21.3255 14.8203 21.9389 14.4919 22.3673C14.1636 22.7956 13.5501 22.8766 13.1218 22.5483L10.2704 20.3622C10.0292 20.1772 9.88772 19.8906 9.88772 19.5866C9.88772 19.2826 10.0292 18.996 10.2704 18.811L13.1218 16.625C13.5501 16.2966 14.1636 16.3776 14.4919 16.8059C14.8203 17.2343 14.7393 17.8477 14.311 18.1761L13.7459 18.6093H16.3655C17.791 18.6093 18.772 18.6077 19.4862 18.5233C20.2043 18.4385 20.4293 18.2902 20.5271 18.1836C20.634 18.0672 20.7148 17.9345 20.7672 17.7935C20.8079 17.684 20.8427 17.4518 20.5758 16.8197C20.3089 16.1874 19.8377 15.371 19.144 14.1743C18.8733 13.7074 19.0324 13.1094 19.4994 12.8387Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.047 1.38992C11.6716 1.20336 12.3395 1.20336 12.9641 1.38992C13.7088 1.61237 14.2416 2.15765 14.7014 2.78094C15.1544 3.39512 15.6446 4.24065 16.2429 5.27285L17.8124 7.98027L17.9333 7.22855C18.019 6.69567 18.5205 6.33315 19.0534 6.41884C19.5862 6.50454 19.9487 7.006 19.8631 7.53888L19.3069 10.9975C19.2603 11.2871 19.0861 11.5404 18.8324 11.6876C18.5787 11.8348 18.2723 11.8603 17.9978 11.7569L14.5989 10.4777C14.0938 10.2876 13.8384 9.72401 14.0285 9.21887C14.2186 8.71373 14.7822 8.45835 15.2874 8.64846L16.1229 8.96293L14.5818 6.30448C13.9463 5.20826 13.5096 4.45785 13.1285 3.9412C12.7466 3.42352 12.5317 3.30065 12.4046 3.26269C12.1451 3.18516 11.866 3.18516 11.6064 3.26269C11.4794 3.30065 11.2644 3.42352 10.8826 3.9412C10.5015 4.45785 10.0648 5.20826 9.42931 6.30448C9.15862 6.77142 8.56065 6.93051 8.09371 6.65981C7.62678 6.38912 7.46769 5.79115 7.73838 5.3242L7.76818 5.27281C8.36652 4.24063 8.85666 3.39511 9.3097 2.78094C9.76947 2.15765 10.3023 1.61237 11.047 1.38992ZM7.43307 7.81462C7.68576 7.96375 7.85806 8.21852 7.9024 8.50856L8.4317 11.971C8.51326 12.5046 8.14686 13.0032 7.61334 13.0848C7.07981 13.1663 6.58118 12.7999 6.49962 12.2664L6.38976 11.5477L4.7688 14.3438C4.1207 15.4618 3.68054 16.2244 3.42538 16.8162C3.16946 17.4099 3.19212 17.6323 3.22317 17.7327C3.28005 17.9168 3.38442 18.089 3.53118 18.2323C3.62721 18.3261 3.84812 18.4584 4.52401 18.5334C5.19515 18.6079 6.11142 18.6093 7.44328 18.6093C7.98301 18.6093 8.42054 19.0469 8.42054 19.5866C8.42054 20.1263 7.98301 20.5639 7.44328 20.5639H7.38291C6.12612 20.5639 5.10039 20.5639 4.30839 20.476C3.5085 20.3872 2.74001 20.1918 2.16535 19.6304C1.78997 19.2637 1.51062 18.8109 1.35578 18.3098C1.11486 17.5302 1.31919 16.7647 1.63055 16.0424C1.93729 15.331 2.43778 14.4676 3.04574 13.419L4.73276 10.5089L3.86527 10.8283C3.35878 11.0147 2.79703 10.7553 2.61056 10.2488C2.4241 9.74229 2.68354 9.18053 3.19003 8.99406L6.59874 7.73914C6.87408 7.63777 7.18039 7.66548 7.43307 7.81462ZM19.4994 12.8387C19.9663 12.568 20.5643 12.7271 20.835 13.1941L20.8694 13.2535C21.5201 14.3758 22.0555 15.2995 22.3764 16.0595C22.703 16.833 22.9047 17.6528 22.5993 18.4744C22.4576 18.8559 22.2423 19.2055 21.9669 19.5055C21.3834 20.1409 20.5677 20.3637 19.7155 20.4644C18.8727 20.5639 17.7753 20.5639 16.4302 20.5639H13.7459L14.311 20.9971C14.7393 21.3255 14.8203 21.9389 14.4919 22.3673C14.1636 22.7956 13.5501 22.8766 13.1218 22.5483L10.2704 20.3622C10.0292 20.1772 9.88772 19.8906 9.88772 19.5866C9.88772 19.2826 10.0292 18.996 10.2704 18.811L13.1218 16.625C13.5501 16.2966 14.1636 16.3776 14.4919 16.8059C14.8203 17.2343 14.7393 17.8477 14.311 18.1761L13.7459 18.6093H16.3655C17.791 18.6093 18.772 18.6077 19.4862 18.5233C20.2043 18.4385 20.4293 18.2902 20.5271 18.1836C20.634 18.0672 20.7148 17.9345 20.7672 17.7935C20.8079 17.684 20.8427 17.4518 20.5758 16.8197C20.3089 16.1874 19.8377 15.371 19.144 14.1743C18.8733 13.7074 19.0324 13.1094 19.4994 12.8387Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-recycle-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.23138 2.35768C5.43514 1.85844 6.00547 1.61872 6.50527 1.82224L9.43707 3.01613C9.92228 3.21371 10.1651 3.75837 9.98762 4.25081L9.01035 6.96164C8.82748 7.46888 8.26758 7.73201 7.75978 7.54935C7.25197 7.36669 6.98855 6.80741 7.17141 6.30017L7.44465 5.54223C4.9263 6.83936 3.20454 9.4636 3.20454 12.488C3.20454 12.9325 3.24162 13.3677 3.31268 13.7907C3.40198 14.3224 3.04286 14.8258 2.51057 14.915C1.97828 15.0042 1.47438 14.6455 1.38508 14.1138C1.29617 13.5844 1.25 13.0412 1.25 12.488C1.25 8.76734 3.33323 5.53423 6.39763 3.88677L5.76742 3.63014C5.26762 3.42661 5.02763 2.85691 5.23138 2.35768ZM11.5248 3.66233C11.6141 3.13063 12.118 2.77192 12.6503 2.86112C17.273 3.63581 20.7954 7.65005 20.7954 12.488C20.7954 13.0034 20.7553 13.5097 20.6781 14.004L21.2224 13.6336C21.6684 13.33 22.2764 13.4451 22.5803 13.8907C22.8842 14.3362 22.7689 14.9435 22.3229 15.2471L19.4541 17.1994C19.2234 17.3564 18.9366 17.4074 18.6658 17.3395C18.3951 17.2716 18.1664 17.0913 18.0373 16.8441L16.5084 13.9155C16.2588 13.4375 16.4445 12.8479 16.923 12.5986C17.4016 12.3493 17.9919 12.5347 18.2414 13.0128L18.7112 13.9126C18.7963 13.451 18.8408 12.9749 18.8408 12.488C18.8408 8.61938 16.0238 5.40609 12.3269 4.78657C11.7946 4.69737 11.4355 4.19403 11.5248 3.66233ZM2.7311 17.3689C2.7311 16.8297 3.16864 16.3927 3.70837 16.3927H7.11361C7.65334 16.3927 8.09088 16.8297 8.09088 17.3689C8.09088 17.908 7.65334 18.345 7.11361 18.345H5.85114C7.22998 19.5609 9.04032 20.2974 11.0227 20.2974C13.0257 20.2974 14.8507 19.5463 16.2345 18.3091C16.6367 17.9496 17.2545 17.9837 17.6145 18.3855C17.9744 18.7872 17.9402 19.4043 17.538 19.7639C15.8097 21.309 13.525 22.2498 11.0227 22.2498C8.60426 22.2498 6.39132 21.3718 4.68563 19.9193V20.7855C4.68563 21.3246 4.2481 21.7617 3.70837 21.7617C3.16864 21.7617 2.7311 21.3246 2.7311 20.7855V17.3689Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.23138 2.35768C5.43514 1.85844 6.00547 1.61872 6.50527 1.82224L9.43707 3.01613C9.92228 3.21371 10.1651 3.75837 9.98762 4.25081L9.01035 6.96164C8.82748 7.46888 8.26758 7.73201 7.75978 7.54935C7.25197 7.36669 6.98855 6.80741 7.17141 6.30017L7.44465 5.54223C4.9263 6.83936 3.20454 9.4636 3.20454 12.488C3.20454 12.9325 3.24162 13.3677 3.31268 13.7907C3.40198 14.3224 3.04286 14.8258 2.51057 14.915C1.97828 15.0042 1.47438 14.6455 1.38508 14.1138C1.29617 13.5844 1.25 13.0412 1.25 12.488C1.25 8.76734 3.33323 5.53423 6.39763 3.88677L5.76742 3.63014C5.26762 3.42661 5.02763 2.85691 5.23138 2.35768ZM11.5248 3.66233C11.6141 3.13063 12.118 2.77192 12.6503 2.86112C17.273 3.63581 20.7954 7.65005 20.7954 12.488C20.7954 13.0034 20.7553 13.5097 20.6781 14.004L21.2224 13.6336C21.6684 13.33 22.2764 13.4451 22.5803 13.8907C22.8842 14.3362 22.7689 14.9435 22.3229 15.2471L19.4541 17.1994C19.2234 17.3564 18.9366 17.4074 18.6658 17.3395C18.3951 17.2716 18.1664 17.0913 18.0373 16.8441L16.5084 13.9155C16.2588 13.4375 16.4445 12.8479 16.923 12.5986C17.4016 12.3493 17.9919 12.5347 18.2414 13.0128L18.7112 13.9126C18.7963 13.451 18.8408 12.9749 18.8408 12.488C18.8408 8.61938 16.0238 5.40609 12.3269 4.78657C11.7946 4.69737 11.4355 4.19403 11.5248 3.66233ZM2.7311 17.3689C2.7311 16.8297 3.16864 16.3927 3.70837 16.3927H7.11361C7.65334 16.3927 8.09088 16.8297 8.09088 17.3689C8.09088 17.908 7.65334 18.345 7.11361 18.345H5.85114C7.22998 19.5609 9.04032 20.2974 11.0227 20.2974C13.0257 20.2974 14.8507 19.5463 16.2345 18.3091C16.6367 17.9496 17.2545 17.9837 17.6145 18.3855C17.9744 18.7872 17.9402 19.4043 17.538 19.7639C15.8097 21.309 13.525 22.2498 11.0227 22.2498C8.60426 22.2498 6.39132 21.3718 4.68563 19.9193V20.7855C4.68563 21.3246 4.2481 21.7617 3.70837 21.7617C3.16864 21.7617 2.7311 21.3246 2.7311 20.7855V17.3689Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-renewable-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.997 2.03194C13.1051 1.50314 13.6213 1.16205 14.1501 1.2701C18.2438 2.10654 21.5135 5.20294 22.6263 9.20339C22.6604 9.32483 22.7212 9.54211 22.7403 9.70995C22.7634 9.91245 22.7724 10.375 22.3767 10.7327C21.9716 11.0988 21.5007 11.031 21.3082 10.9865C21.1431 10.9483 20.9621 10.8751 20.8421 10.8265L18.9251 9.95807C18.4338 9.7348 17.9004 9.2034 18.4397 8.66409L19.7217 7.38214C18.4151 5.25199 16.2721 3.69856 13.7589 3.18504C13.2301 3.077 12.889 2.56073 12.997 2.03194Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.95795 5.07498C9.73468 5.56635 9.20327 6.09973 8.66397 5.56043L7.38201 4.27847C5.25187 5.58503 3.69844 7.728 3.18492 10.2412C3.07688 10.77 2.56061 11.1111 2.03181 11.0031C1.50302 10.895 1.16193 10.3788 1.26997 9.84998C2.10641 5.75628 5.20282 2.48663 9.20327 1.37379C9.32471 1.33976 9.54198 1.27891 9.70983 1.2598C9.91233 1.23674 10.3749 1.22772 10.7326 1.62347C11.0987 2.02853 11.0309 2.49939 10.9864 2.69197C10.9482 2.85703 10.875 3.03798 10.8264 3.15802L9.95795 5.07498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.9682 12.9972C22.497 13.1052 22.8381 13.6215 22.73 14.1503C21.8936 18.244 18.7972 21.5136 14.7967 22.6265C14.6753 22.6605 14.458 22.7213 14.2902 22.7404C14.0877 22.7635 13.6251 22.7725 13.2674 22.3768C12.9013 21.9717 12.9691 21.5009 13.0136 21.3083C13.0518 21.1432 13.125 20.9623 13.1736 20.8422L13.1736 20.8422L14.042 18.9253C14.2653 18.4339 14.7967 17.9005 15.336 18.4398L16.618 19.7218C18.7481 18.4152 20.3016 16.2722 20.8151 13.759C20.9231 13.2302 21.4394 12.8891 21.9682 12.9972Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.07485 14.0422C5.56623 14.2654 6.09961 14.7969 5.5603 15.3362L4.27835 16.6181C5.58491 18.7483 7.72788 20.3017 10.2411 20.8152C10.7699 20.9232 11.111 21.4395 11.003 21.9683C10.8949 22.4971 10.3787 22.8382 9.84986 22.7301C5.75616 21.8937 2.48651 18.7973 1.37367 14.7969C1.33964 14.6754 1.27878 14.4582 1.25968 14.2903C1.23662 14.0878 1.22759 13.6252 1.62334 13.2675C2.02841 12.9014 2.49928 12.9693 2.69185 13.0138C2.8569 13.0519 3.03785 13.1251 3.15789 13.1737L3.1579 13.1737L5.07485 14.0422Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9018 6.34382C13.3505 6.5351 13.6484 6.9849 13.6484 7.50859V10.7425H15.0496C15.6173 10.7425 16.0009 11.1266 16.1553 11.5123C16.3095 11.8976 16.2903 12.3961 15.9785 12.7963L12.4794 17.2877C12.1268 17.7403 11.5631 17.8547 11.0978 17.6563C10.649 17.465 10.3512 17.0152 10.3512 16.4915V13.2576H8.94994C8.38223 13.2576 7.99861 12.8736 7.84422 12.4878C7.69003 12.1025 7.70922 11.604 8.021 11.2039L11.5201 6.71239C11.8727 6.2598 12.4364 6.14545 12.9018 6.34382Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.997 2.03194C13.1051 1.50314 13.6213 1.16205 14.1501 1.2701C18.2438 2.10654 21.5135 5.20294 22.6263 9.20339C22.6604 9.32483 22.7212 9.54211 22.7403 9.70995C22.7634 9.91245 22.7724 10.375 22.3767 10.7327C21.9716 11.0988 21.5007 11.031 21.3082 10.9865C21.1431 10.9483 20.9621 10.8751 20.8421 10.8265L18.9251 9.95807C18.4338 9.7348 17.9004 9.2034 18.4397 8.66409L19.7217 7.38214C18.4151 5.25199 16.2721 3.69856 13.7589 3.18504C13.2301 3.077 12.889 2.56073 12.997 2.03194Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.95795 5.07498C9.73468 5.56635 9.20327 6.09973 8.66397 5.56043L7.38201 4.27847C5.25187 5.58503 3.69844 7.728 3.18492 10.2412C3.07688 10.77 2.56061 11.1111 2.03181 11.0031C1.50302 10.895 1.16193 10.3788 1.26997 9.84998C2.10641 5.75628 5.20282 2.48663 9.20327 1.37379C9.32471 1.33976 9.54198 1.27891 9.70983 1.2598C9.91233 1.23674 10.3749 1.22772 10.7326 1.62347C11.0987 2.02853 11.0309 2.49939 10.9864 2.69197C10.9482 2.85703 10.875 3.03798 10.8264 3.15802L9.95795 5.07498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.9682 12.9972C22.497 13.1052 22.8381 13.6215 22.73 14.1503C21.8936 18.244 18.7972 21.5136 14.7967 22.6265C14.6753 22.6605 14.458 22.7213 14.2902 22.7404C14.0877 22.7635 13.6251 22.7725 13.2674 22.3768C12.9013 21.9717 12.9691 21.5009 13.0136 21.3083C13.0518 21.1432 13.125 20.9623 13.1736 20.8422L13.1736 20.8422L14.042 18.9253C14.2653 18.4339 14.7967 17.9005 15.336 18.4398L16.618 19.7218C18.7481 18.4152 20.3016 16.2722 20.8151 13.759C20.9231 13.2302 21.4394 12.8891 21.9682 12.9972Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.07485 14.0422C5.56623 14.2654 6.09961 14.7969 5.5603 15.3362L4.27835 16.6181C5.58491 18.7483 7.72788 20.3017 10.2411 20.8152C10.7699 20.9232 11.111 21.4395 11.003 21.9683C10.8949 22.4971 10.3787 22.8382 9.84986 22.7301C5.75616 21.8937 2.48651 18.7973 1.37367 14.7969C1.33964 14.6754 1.27878 14.4582 1.25968 14.2903C1.23662 14.0878 1.22759 13.6252 1.62334 13.2675C2.02841 12.9014 2.49928 12.9693 2.69185 13.0138C2.8569 13.0519 3.03785 13.1251 3.15789 13.1737L3.1579 13.1737L5.07485 14.0422Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9018 6.34382C13.3505 6.5351 13.6484 6.9849 13.6484 7.50859V10.7425H15.0496C15.6173 10.7425 16.0009 11.1266 16.1553 11.5123C16.3095 11.8976 16.2903 12.3961 15.9785 12.7963L12.4794 17.2877C12.1268 17.7403 11.5631 17.8547 11.0978 17.6563C10.649 17.465 10.3512 17.0152 10.3512 16.4915V13.2576H8.94994C8.38223 13.2576 7.99861 12.8736 7.84422 12.4878C7.69003 12.1025 7.70922 11.604 8.021 11.2039L11.5201 6.71239C11.8727 6.2598 12.4364 6.14545 12.9018 6.34382Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-save-energy-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.8975 1.36398C14.2488 1.58351 14.3555 2.04623 14.136 2.39748L12.3532 5.24998H15C15.2726 5.24998 15.5238 5.39794 15.656 5.6364C15.7882 5.87487 15.7805 6.16628 15.636 6.39748L13.136 10.3975C12.9165 10.7487 12.4538 10.8555 12.1025 10.636C11.7512 10.4164 11.6445 9.95373 11.864 9.60248L13.6468 6.74998H11C10.7274 6.74998 10.4762 6.60202 10.344 6.36355C10.2118 6.12509 10.2195 5.83368 10.364 5.60248L12.864 1.60248C13.0835 1.25123 13.5462 1.14445 13.8975 1.36398Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.63984 6.60524C7.93769 6.44217 8.3133 6.26832 8.75233 6.10252C8.76783 6.44334 8.86084 6.78188 9.03206 7.0908C9.419 7.78894 10.1459 8.22849 10.9409 8.24929L10.592 8.80757C9.93341 9.86133 10.2537 11.2495 11.3075 11.9081C12.3613 12.5667 13.7494 12.2463 14.408 11.1926L16.908 7.19256C17.1211 6.85158 17.235 6.46694 17.2486 6.07898C17.6201 6.22874 17.9913 6.40329 18.3602 6.60524L18.3654 6.60809C20.9631 8.05713 22.75 10.5734 22.75 13.5001C22.75 15.8135 21.6296 17.8781 19.876 19.3529C19.7853 19.4292 19.75 19.521 19.75 19.5921V22.0001C19.75 22.4144 19.4142 22.7501 19 22.7501H17C16.7554 22.7501 16.5262 22.6309 16.3858 22.4306L15.687 21.4335C13.9312 21.8585 12.0688 21.8585 10.313 21.4335L9.61417 22.4306C9.47379 22.6309 9.24458 22.7501 9 22.7501H7C6.58579 22.7501 6.25 22.4144 6.25 22.0001V19.6156C6.25 19.5334 6.20959 19.4564 6.14191 19.4098C5.66469 19.1463 4.00277 18.1963 3.4751 17.8569C2.95227 17.5207 2.42306 17.1332 2.01729 16.7036C1.62349 16.2866 1.25 15.7286 1.25 15.0584V13.5001C1.25 12.5438 1.9856 11.6787 3 11.6787C3.15677 11.6779 3.49377 11.6087 3.5876 11.3381C4.22333 9.34734 5.70308 7.68557 7.63464 6.60811L7.63984 6.60524ZM7.5 10.9999C6.94772 10.9999 6.5 11.4476 6.5 11.9999C6.5 12.5522 6.94772 12.9999 7.5 12.9999H7.50898C8.06127 12.9999 8.50898 12.5522 8.50898 11.9999C8.50898 11.4476 8.06127 10.9999 7.50898 10.9999H7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.8975 1.36398C14.2488 1.58351 14.3555 2.04623 14.136 2.39748L12.3532 5.24998H15C15.2726 5.24998 15.5238 5.39794 15.656 5.6364C15.7882 5.87487 15.7805 6.16628 15.636 6.39748L13.136 10.3975C12.9165 10.7487 12.4538 10.8555 12.1025 10.636C11.7512 10.4164 11.6445 9.95373 11.864 9.60248L13.6468 6.74998H11C10.7274 6.74998 10.4762 6.60202 10.344 6.36355C10.2118 6.12509 10.2195 5.83368 10.364 5.60248L12.864 1.60248C13.0835 1.25123 13.5462 1.14445 13.8975 1.36398Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.63984 6.60524C7.93769 6.44217 8.3133 6.26832 8.75233 6.10252C8.76783 6.44334 8.86084 6.78188 9.03206 7.0908C9.419 7.78894 10.1459 8.22849 10.9409 8.24929L10.592 8.80757C9.93341 9.86133 10.2537 11.2495 11.3075 11.9081C12.3613 12.5667 13.7494 12.2463 14.408 11.1926L16.908 7.19256C17.1211 6.85158 17.235 6.46694 17.2486 6.07898C17.6201 6.22874 17.9913 6.40329 18.3602 6.60524L18.3654 6.60809C20.9631 8.05713 22.75 10.5734 22.75 13.5001C22.75 15.8135 21.6296 17.8781 19.876 19.3529C19.7853 19.4292 19.75 19.521 19.75 19.5921V22.0001C19.75 22.4144 19.4142 22.7501 19 22.7501H17C16.7554 22.7501 16.5262 22.6309 16.3858 22.4306L15.687 21.4335C13.9312 21.8585 12.0688 21.8585 10.313 21.4335L9.61417 22.4306C9.47379 22.6309 9.24458 22.7501 9 22.7501H7C6.58579 22.7501 6.25 22.4144 6.25 22.0001V19.6156C6.25 19.5334 6.20959 19.4564 6.14191 19.4098C5.66469 19.1463 4.00277 18.1963 3.4751 17.8569C2.95227 17.5207 2.42306 17.1332 2.01729 16.7036C1.62349 16.2866 1.25 15.7286 1.25 15.0584V13.5001C1.25 12.5438 1.9856 11.6787 3 11.6787C3.15677 11.6779 3.49377 11.6087 3.5876 11.3381C4.22333 9.34734 5.70308 7.68557 7.63464 6.60811L7.63984 6.60524ZM7.5 10.9999C6.94772 10.9999 6.5 11.4476 6.5 11.9999C6.5 12.5522 6.94772 12.9999 7.5 12.9999H7.50898C8.06127 12.9999 8.50898 12.5522 8.50898 11.9999C8.50898 11.4476 8.06127 10.9999 7.50898 10.9999H7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-save-energy-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 1.25C11.8244 1.25 9.25 3.82436 9.25 7C9.25 10.1756 11.8244 12.75 15 12.75C18.1756 12.75 20.75 10.1756 20.75 7C20.75 3.82436 18.1756 1.25 15 1.25ZM15.975 4.95004C16.2235 4.61867 16.1564 4.14857 15.825 3.90004C15.4936 3.65152 15.0235 3.71867 14.775 4.05004L12.9 6.55004C12.7296 6.77731 12.7021 7.08137 12.8292 7.33545C12.9562 7.58954 13.2159 7.75004 13.5 7.75004H15L14.025 9.05004C13.7765 9.38142 13.8436 9.85152 14.175 10.1C14.5064 10.3486 14.9765 10.2814 15.225 9.95004L17.1 7.45004C17.2705 7.22278 17.2979 6.91872 17.1708 6.66463C17.0438 6.41055 16.7841 6.25004 16.5 6.25004H15L15.975 4.95004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 1.25C11.8244 1.25 9.25 3.82436 9.25 7C9.25 10.1756 11.8244 12.75 15 12.75C18.1756 12.75 20.75 10.1756 20.75 7C20.75 3.82436 18.1756 1.25 15 1.25ZM15.975 4.95004C16.2235 4.61867 16.1564 4.14857 15.825 3.90004C15.4936 3.65152 15.0235 3.71867 14.775 4.05004L12.9 6.55004C12.7296 6.77731 12.7021 7.08137 12.8292 7.33545C12.9562 7.58954 13.2159 7.75004 13.5 7.75004H15L14.025 9.05004C13.7765 9.38142 13.8436 9.85152 14.175 10.1C14.5064 10.3486 14.9765 10.2814 15.225 9.95004L17.1 7.45004C17.2705 7.22278 17.2979 6.91872 17.1708 6.66463C17.0438 6.41055 16.7841 6.25004 16.5 6.25004H15L15.975 4.95004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-save-energy-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9359 14.3898C19.273 14.6305 19.3511 15.0989 19.1103 15.436L17.4574 17.7501H20C20.2809 17.7501 20.5383 17.9071 20.6669 18.1569C20.7954 18.4067 20.7736 18.7074 20.6103 18.936L18.1103 22.436C17.8695 22.773 17.4011 22.8511 17.0641 22.6104C16.727 22.3696 16.6489 21.9012 16.8897 21.5641L18.5426 19.2501H16C15.7191 19.2501 15.4617 19.093 15.3331 18.8432C15.2046 18.5934 15.2264 18.2927 15.3897 18.0641L17.8897 14.5641C18.1305 14.2271 18.5989 14.149 18.9359 14.3898Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V3.5C12.75 3.91421 12.4142 4.25 12 4.25C11.5858 4.25 11.25 3.91421 11.25 3.5V2C11.25 1.58579 11.5858 1.25 12 1.25ZM12.75 13.5V20.5C12.75 21.7426 11.7426 22.75 10.5 22.75C9.25736 22.75 8.25 21.7426 8.25 20.5V20C8.25 19.5858 8.58579 19.25 9 19.25C9.41421 19.25 9.75 19.5858 9.75 20V20.5C9.75 20.9142 10.0858 21.25 10.5 21.25C10.9142 21.25 11.25 20.9142 11.25 20.5V13.5H12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1492 3.03062C11.366 2.89964 11.6706 2.75 11.9999 2.75C12.3292 2.75 12.6338 2.89964 12.8506 3.03062C13.0934 3.17732 13.3506 3.37864 13.6102 3.61637C14.1313 4.09371 14.7148 4.76675 15.2764 5.58655C16.3983 7.22423 17.4783 9.5148 17.7733 12.1193C17.8074 12.4201 17.6572 12.712 17.3925 12.8591C15.7993 13.745 13.9583 14.25 11.9999 14.25C10.0415 14.25 8.20043 13.745 6.60723 12.8591C6.34259 12.712 6.19239 12.4201 6.22646 12.1193C6.52141 9.5148 7.60147 7.22423 8.72337 5.58655C9.28497 4.76675 9.86849 4.09371 10.3896 3.61637C10.6491 3.37864 10.9063 3.17732 11.1492 3.03062Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.84503 11.182C3.33398 11.4624 3.9657 11.6097 4.64911 11.6529C5.25236 11.691 5.84036 11.6444 6.30057 11.5723C6.6743 9.19454 7.68084 7.10858 8.72351 5.58655C8.97386 5.2211 9.22856 4.88482 9.48015 4.58204C6.22963 5.45915 3.6866 7.99113 2.84503 11.182ZM12 2.75C6.71096 2.75 2.28383 6.4321 1.26561 11.3479C1.21045 11.6142 1.30377 11.8895 1.50949 12.0673C2.38267 12.8223 3.5484 13.0863 4.55446 13.1499C5.57412 13.2144 6.54677 13.0806 7.15101 12.9319C7.45587 12.8569 7.68175 12.6 7.71708 12.2881C7.97822 9.98208 8.94262 7.92083 9.96098 6.43428C10.4695 5.69198 10.9801 5.10981 11.4029 4.72246C11.6154 4.52786 11.7926 4.39446 11.9249 4.31454C11.9552 4.29621 11.9802 4.28254 12 4.27241C12.0198 4.28254 12.0448 4.29621 12.0751 4.31454C12.2074 4.39446 12.3847 4.52785 12.5971 4.72246C13.02 5.10981 13.5305 5.69197 14.0391 6.43428C15.0574 7.92083 16.0218 9.98208 16.283 12.2881C16.3183 12.6 16.5442 12.857 16.849 12.9319C17.4533 13.0806 18.426 13.2144 19.4457 13.1499C20.4518 13.0863 21.6175 12.8223 22.4906 12.0673C22.6963 11.8894 22.7896 11.6142 22.7344 11.3479C21.7162 6.4321 17.2891 2.75 12 2.75ZM14.5199 4.58204C17.7704 5.45915 20.3134 7.99115 21.155 11.182C20.6662 11.4624 20.0345 11.6097 19.3511 11.6529C18.7478 11.691 18.1597 11.6444 17.6995 11.5723C17.3257 9.19454 16.3192 7.10857 15.2765 5.58655C15.0262 5.2211 14.7715 4.88482 14.5199 4.58204Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9359 14.3898C19.273 14.6305 19.3511 15.0989 19.1103 15.436L17.4574 17.7501H20C20.2809 17.7501 20.5383 17.9071 20.6669 18.1569C20.7954 18.4067 20.7736 18.7074 20.6103 18.936L18.1103 22.436C17.8695 22.773 17.4011 22.8511 17.0641 22.6104C16.727 22.3696 16.6489 21.9012 16.8897 21.5641L18.5426 19.2501H16C15.7191 19.2501 15.4617 19.093 15.3331 18.8432C15.2046 18.5934 15.2264 18.2927 15.3897 18.0641L17.8897 14.5641C18.1305 14.2271 18.5989 14.149 18.9359 14.3898Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V3.5C12.75 3.91421 12.4142 4.25 12 4.25C11.5858 4.25 11.25 3.91421 11.25 3.5V2C11.25 1.58579 11.5858 1.25 12 1.25ZM12.75 13.5V20.5C12.75 21.7426 11.7426 22.75 10.5 22.75C9.25736 22.75 8.25 21.7426 8.25 20.5V20C8.25 19.5858 8.58579 19.25 9 19.25C9.41421 19.25 9.75 19.5858 9.75 20V20.5C9.75 20.9142 10.0858 21.25 10.5 21.25C10.9142 21.25 11.25 20.9142 11.25 20.5V13.5H12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1492 3.03062C11.366 2.89964 11.6706 2.75 11.9999 2.75C12.3292 2.75 12.6338 2.89964 12.8506 3.03062C13.0934 3.17732 13.3506 3.37864 13.6102 3.61637C14.1313 4.09371 14.7148 4.76675 15.2764 5.58655C16.3983 7.22423 17.4783 9.5148 17.7733 12.1193C17.8074 12.4201 17.6572 12.712 17.3925 12.8591C15.7993 13.745 13.9583 14.25 11.9999 14.25C10.0415 14.25 8.20043 13.745 6.60723 12.8591C6.34259 12.712 6.19239 12.4201 6.22646 12.1193C6.52141 9.5148 7.60147 7.22423 8.72337 5.58655C9.28497 4.76675 9.86849 4.09371 10.3896 3.61637C10.6491 3.37864 10.9063 3.17732 11.1492 3.03062Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.84503 11.182C3.33398 11.4624 3.9657 11.6097 4.64911 11.6529C5.25236 11.691 5.84036 11.6444 6.30057 11.5723C6.6743 9.19454 7.68084 7.10858 8.72351 5.58655C8.97386 5.2211 9.22856 4.88482 9.48015 4.58204C6.22963 5.45915 3.6866 7.99113 2.84503 11.182ZM12 2.75C6.71096 2.75 2.28383 6.4321 1.26561 11.3479C1.21045 11.6142 1.30377 11.8895 1.50949 12.0673C2.38267 12.8223 3.5484 13.0863 4.55446 13.1499C5.57412 13.2144 6.54677 13.0806 7.15101 12.9319C7.45587 12.8569 7.68175 12.6 7.71708 12.2881C7.97822 9.98208 8.94262 7.92083 9.96098 6.43428C10.4695 5.69198 10.9801 5.10981 11.4029 4.72246C11.6154 4.52786 11.7926 4.39446 11.9249 4.31454C11.9552 4.29621 11.9802 4.28254 12 4.27241C12.0198 4.28254 12.0448 4.29621 12.0751 4.31454C12.2074 4.39446 12.3847 4.52785 12.5971 4.72246C13.02 5.10981 13.5305 5.69197 14.0391 6.43428C15.0574 7.92083 16.0218 9.98208 16.283 12.2881C16.3183 12.6 16.5442 12.857 16.849 12.9319C17.4533 13.0806 18.426 13.2144 19.4457 13.1499C20.4518 13.0863 21.6175 12.8223 22.4906 12.0673C22.6963 11.8894 22.7896 11.6142 22.7344 11.3479C21.7162 6.4321 17.2891 2.75 12 2.75ZM14.5199 4.58204C17.7704 5.45915 20.3134 7.99115 21.155 11.182C20.6662 11.4624 20.0345 11.6097 19.3511 11.6529C18.7478 11.691 18.1597 11.6444 17.6995 11.5723C17.3257 9.19454 16.3192 7.10857 15.2765 5.58655C15.0262 5.2211 14.7715 4.88482 14.5199 4.58204Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-solar-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.997 2.03169C13.1051 1.50289 13.6213 1.16181 14.1501 1.26985C18.2438 2.10629 21.5135 5.20269 22.6263 9.20315C22.6604 9.32458 22.7212 9.54187 22.7403 9.70971C22.7634 9.91221 22.7724 10.3748 22.3767 10.7325C21.9716 11.0986 21.5007 11.0307 21.3082 10.9862C21.1431 10.9481 20.9621 10.8749 20.8421 10.8263L18.9251 9.95783C18.4338 9.73456 17.9004 9.20315 18.4397 8.66385L19.7217 7.38189C18.4151 5.25175 16.2721 3.69832 13.7589 3.1848C13.2301 3.07675 12.889 2.56049 12.997 2.03169Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.95795 5.07473C9.73468 5.56611 9.20327 6.09949 8.66397 5.56018L7.38201 4.27823C5.25187 5.58478 3.69844 7.72775 3.18492 10.241C3.07688 10.7698 2.56061 11.1109 2.03181 11.0028C1.50302 10.8948 1.16193 10.3785 1.26997 9.84973C2.10641 5.75604 5.20282 2.48639 9.20327 1.37355C9.32471 1.33952 9.54198 1.27866 9.70983 1.25955C9.91233 1.2365 10.3749 1.22747 10.7326 1.62322C11.0987 2.02829 11.0309 2.49915 10.9864 2.69172C10.9482 2.85678 10.875 3.03774 10.8264 3.15777L9.95795 5.07473Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.9682 12.9969C22.497 13.105 22.8381 13.6212 22.73 14.15C21.8936 18.2437 18.7972 21.5134 14.7967 22.6262C14.6753 22.6602 14.458 22.7211 14.2902 22.7402C14.0877 22.7633 13.6251 22.7723 13.2674 22.3765C12.9013 21.9715 12.9691 21.5006 13.0136 21.308C13.0518 21.143 13.125 20.962 13.1736 20.842L13.1736 20.842L14.042 18.925C14.2653 18.4336 14.7967 17.9003 15.336 18.4396L16.618 19.7215C18.7481 18.415 20.3016 16.272 20.8151 13.7588C20.9231 13.23 21.4394 12.8889 21.9682 12.9969Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.07485 14.0419C5.56623 14.2652 6.09961 14.7966 5.5603 15.3359L4.27835 16.6179C5.58491 18.748 7.72788 20.3014 10.2411 20.815C10.7699 20.923 11.111 21.4393 11.003 21.9681C10.8949 22.4969 10.3787 22.8379 9.84986 22.7299C5.75616 21.8935 2.48651 18.7971 1.37367 14.7966C1.33964 14.6752 1.27878 14.4579 1.25968 14.2901C1.23662 14.0876 1.22759 13.625 1.62334 13.2673C2.02841 12.9012 2.49928 12.969 2.69185 13.0135C2.8569 13.0517 3.03785 13.1249 3.15789 13.1734L3.1579 13.1735L5.07485 14.0419Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.5C12.5523 6.5 13 6.94772 13 7.5V8.12602C13.367 8.22048 13.7137 8.36573 14.032 8.55382L14.4749 8.11092C14.8654 7.7204 15.4986 7.7204 15.8891 8.11092C16.2796 8.50145 16.2796 9.13461 15.8891 9.52513L15.4462 9.96804C15.6343 10.2863 15.7795 10.633 15.874 11H16.5C17.0523 11 17.5 11.4477 17.5 12C17.5 12.5523 17.0523 13 16.5 13H15.874C15.7795 13.367 15.6343 13.7137 15.4462 14.032L15.8891 14.4749C16.2796 14.8654 16.2796 15.4986 15.8891 15.8891C15.4986 16.2796 14.8654 16.2796 14.4749 15.8891L14.032 15.4462C13.7137 15.6343 13.367 15.7795 13 15.874V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V15.874C10.633 15.7795 10.2863 15.6343 9.96804 15.4462L9.52513 15.8891C9.1346 16.2796 8.50144 16.2796 8.11091 15.8891C7.72039 15.4986 7.72039 14.8654 8.11091 14.4749L8.55382 14.032C8.36573 13.7137 8.22048 13.367 8.12602 13H7.5C6.94771 13 6.5 12.5523 6.5 12C6.5 11.4477 6.94772 11 7.5 11L8.12602 11C8.22048 10.633 8.36573 10.2863 8.55382 9.96804L8.11091 9.52513C7.72039 9.13461 7.72039 8.50145 8.11091 8.11092C8.50144 7.7204 9.1346 7.7204 9.52513 8.11092L9.96803 8.55382C10.2863 8.36573 10.633 8.22048 11 8.12602V7.5C11 6.94772 11.4477 6.5 12 6.5ZM10.5838 10.5878C10.5845 10.5871 10.5851 10.5865 10.5858 10.5858C10.5865 10.5851 10.5871 10.5845 10.5878 10.5838C10.9496 10.223 11.4487 10 12 10C12.5513 10 13.0504 10.223 13.4122 10.5838C13.4129 10.5845 13.4135 10.5851 13.4142 10.5858C13.4149 10.5865 13.4155 10.5871 13.4162 10.5878C13.777 10.9496 14 11.4487 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 11.4487 10.223 10.9496 10.5838 10.5878Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.997 2.03169C13.1051 1.50289 13.6213 1.16181 14.1501 1.26985C18.2438 2.10629 21.5135 5.20269 22.6263 9.20315C22.6604 9.32458 22.7212 9.54187 22.7403 9.70971C22.7634 9.91221 22.7724 10.3748 22.3767 10.7325C21.9716 11.0986 21.5007 11.0307 21.3082 10.9862C21.1431 10.9481 20.9621 10.8749 20.8421 10.8263L18.9251 9.95783C18.4338 9.73456 17.9004 9.20315 18.4397 8.66385L19.7217 7.38189C18.4151 5.25175 16.2721 3.69832 13.7589 3.1848C13.2301 3.07675 12.889 2.56049 12.997 2.03169Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.95795 5.07473C9.73468 5.56611 9.20327 6.09949 8.66397 5.56018L7.38201 4.27823C5.25187 5.58478 3.69844 7.72775 3.18492 10.241C3.07688 10.7698 2.56061 11.1109 2.03181 11.0028C1.50302 10.8948 1.16193 10.3785 1.26997 9.84973C2.10641 5.75604 5.20282 2.48639 9.20327 1.37355C9.32471 1.33952 9.54198 1.27866 9.70983 1.25955C9.91233 1.2365 10.3749 1.22747 10.7326 1.62322C11.0987 2.02829 11.0309 2.49915 10.9864 2.69172C10.9482 2.85678 10.875 3.03774 10.8264 3.15777L9.95795 5.07473Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.9682 12.9969C22.497 13.105 22.8381 13.6212 22.73 14.15C21.8936 18.2437 18.7972 21.5134 14.7967 22.6262C14.6753 22.6602 14.458 22.7211 14.2902 22.7402C14.0877 22.7633 13.6251 22.7723 13.2674 22.3765C12.9013 21.9715 12.9691 21.5006 13.0136 21.308C13.0518 21.143 13.125 20.962 13.1736 20.842L13.1736 20.842L14.042 18.925C14.2653 18.4336 14.7967 17.9003 15.336 18.4396L16.618 19.7215C18.7481 18.415 20.3016 16.272 20.8151 13.7588C20.9231 13.23 21.4394 12.8889 21.9682 12.9969Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.07485 14.0419C5.56623 14.2652 6.09961 14.7966 5.5603 15.3359L4.27835 16.6179C5.58491 18.748 7.72788 20.3014 10.2411 20.815C10.7699 20.923 11.111 21.4393 11.003 21.9681C10.8949 22.4969 10.3787 22.8379 9.84986 22.7299C5.75616 21.8935 2.48651 18.7971 1.37367 14.7966C1.33964 14.6752 1.27878 14.4579 1.25968 14.2901C1.23662 14.0876 1.22759 13.625 1.62334 13.2673C2.02841 12.9012 2.49928 12.969 2.69185 13.0135C2.8569 13.0517 3.03785 13.1249 3.15789 13.1734L3.1579 13.1735L5.07485 14.0419Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.5C12.5523 6.5 13 6.94772 13 7.5V8.12602C13.367 8.22048 13.7137 8.36573 14.032 8.55382L14.4749 8.11092C14.8654 7.7204 15.4986 7.7204 15.8891 8.11092C16.2796 8.50145 16.2796 9.13461 15.8891 9.52513L15.4462 9.96804C15.6343 10.2863 15.7795 10.633 15.874 11H16.5C17.0523 11 17.5 11.4477 17.5 12C17.5 12.5523 17.0523 13 16.5 13H15.874C15.7795 13.367 15.6343 13.7137 15.4462 14.032L15.8891 14.4749C16.2796 14.8654 16.2796 15.4986 15.8891 15.8891C15.4986 16.2796 14.8654 16.2796 14.4749 15.8891L14.032 15.4462C13.7137 15.6343 13.367 15.7795 13 15.874V16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5V15.874C10.633 15.7795 10.2863 15.6343 9.96804 15.4462L9.52513 15.8891C9.1346 16.2796 8.50144 16.2796 8.11091 15.8891C7.72039 15.4986 7.72039 14.8654 8.11091 14.4749L8.55382 14.032C8.36573 13.7137 8.22048 13.367 8.12602 13H7.5C6.94771 13 6.5 12.5523 6.5 12C6.5 11.4477 6.94772 11 7.5 11L8.12602 11C8.22048 10.633 8.36573 10.2863 8.55382 9.96804L8.11091 9.52513C7.72039 9.13461 7.72039 8.50145 8.11091 8.11092C8.50144 7.7204 9.1346 7.7204 9.52513 8.11092L9.96803 8.55382C10.2863 8.36573 10.633 8.22048 11 8.12602V7.5C11 6.94772 11.4477 6.5 12 6.5ZM10.5838 10.5878C10.5845 10.5871 10.5851 10.5865 10.5858 10.5858C10.5865 10.5851 10.5871 10.5845 10.5878 10.5838C10.9496 10.223 11.4487 10 12 10C12.5513 10 13.0504 10.223 13.4122 10.5838C13.4129 10.5845 13.4135 10.5851 13.4142 10.5858C13.4149 10.5865 13.4155 10.5871 13.4162 10.5878C13.777 10.9496 14 11.4487 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 11.4487 10.223 10.9496 10.5838 10.5878Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-solar-panel-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 15.25C12.4142 15.25 12.75 15.5858 12.75 16V19.25H15C15.4142 19.25 15.75 19.5858 15.75 20C15.75 20.4142 15.4142 20.75 15 20.75H9C8.58579 20.75 8.25 20.4142 8.25 20C8.25 19.5858 8.58579 19.25 9 19.25H11.25V16C11.25 15.5858 11.5858 15.25 12 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.20669 3.24988H8.2826H8.28257H8.28255C7.58705 3.24986 7.00063 3.24984 6.51957 3.30663C6.00705 3.36714 5.54398 3.49831 5.12107 3.80613C4.70227 4.11095 4.42569 4.51431 4.19057 4.98832C3.96625 5.44056 3.75088 6.01945 3.49074 6.71864L3.49074 6.71865L2.56306 9.2119C2.55833 9.22461 2.55361 9.2373 2.5489 9.24997H8.34953L9.20669 3.24988ZM1.99864 10.75C1.72851 11.51 1.51608 12.1697 1.38926 12.742C1.1784 13.6937 1.16385 14.5702 1.65181 15.3451C2.14928 16.135 2.94228 16.4614 3.87037 16.6088C4.7412 16.7471 5.88115 16.7499 7.27811 16.7499L8.13524 10.75H1.99864ZM8.79334 16.7499H15.2067L14.3495 10.75H9.65047L8.79334 16.7499ZM16.7219 16.7499C18.1188 16.7499 19.2587 16.7471 20.1294 16.6088C21.0575 16.4614 21.8505 16.135 22.348 15.3451C22.836 14.5702 22.8214 13.6937 22.6105 12.742C22.4837 12.1697 22.2713 11.51 22.0012 10.75H15.8648L16.7219 16.7499ZM21.4509 9.24997C21.4462 9.23729 21.4415 9.22459 21.4367 9.21186L20.5091 6.71863L20.5091 6.7186L20.509 6.71853C20.2489 6.01938 20.0335 5.44053 19.8092 4.98832C19.5741 4.51431 19.2975 4.11095 18.8787 3.80613C18.4558 3.49831 17.9928 3.36714 17.4802 3.30663C16.9992 3.24984 16.4128 3.24986 15.7173 3.24988H15.7172H15.7172H14.7933L15.6505 9.24997H21.4509ZM13.2781 3.24988H10.7219L9.86476 9.24997H14.1352L13.2781 3.24988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 15.25C12.4142 15.25 12.75 15.5858 12.75 16V19.25H15C15.4142 19.25 15.75 19.5858 15.75 20C15.75 20.4142 15.4142 20.75 15 20.75H9C8.58579 20.75 8.25 20.4142 8.25 20C8.25 19.5858 8.58579 19.25 9 19.25H11.25V16C11.25 15.5858 11.5858 15.25 12 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.20669 3.24988H8.2826H8.28257H8.28255C7.58705 3.24986 7.00063 3.24984 6.51957 3.30663C6.00705 3.36714 5.54398 3.49831 5.12107 3.80613C4.70227 4.11095 4.42569 4.51431 4.19057 4.98832C3.96625 5.44056 3.75088 6.01945 3.49074 6.71864L3.49074 6.71865L2.56306 9.2119C2.55833 9.22461 2.55361 9.2373 2.5489 9.24997H8.34953L9.20669 3.24988ZM1.99864 10.75C1.72851 11.51 1.51608 12.1697 1.38926 12.742C1.1784 13.6937 1.16385 14.5702 1.65181 15.3451C2.14928 16.135 2.94228 16.4614 3.87037 16.6088C4.7412 16.7471 5.88115 16.7499 7.27811 16.7499L8.13524 10.75H1.99864ZM8.79334 16.7499H15.2067L14.3495 10.75H9.65047L8.79334 16.7499ZM16.7219 16.7499C18.1188 16.7499 19.2587 16.7471 20.1294 16.6088C21.0575 16.4614 21.8505 16.135 22.348 15.3451C22.836 14.5702 22.8214 13.6937 22.6105 12.742C22.4837 12.1697 22.2713 11.51 22.0012 10.75H15.8648L16.7219 16.7499ZM21.4509 9.24997C21.4462 9.23729 21.4415 9.22459 21.4367 9.21186L20.5091 6.71863L20.5091 6.7186L20.509 6.71853C20.2489 6.01938 20.0335 5.44053 19.8092 4.98832C19.5741 4.51431 19.2975 4.11095 18.8787 3.80613C18.4558 3.49831 17.9928 3.36714 17.4802 3.30663C16.9992 3.24984 16.4128 3.24986 15.7173 3.24988H15.7172H15.7172H14.7933L15.6505 9.24997H21.4509ZM13.2781 3.24988H10.7219L9.86476 9.24997H14.1352L13.2781 3.24988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-solar-panel-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.2352 5.28778C22.6285 5.41767 22.8421 5.84181 22.7122 6.23513L19.6562 15.4896C19.4461 16.1257 19.2677 16.6662 19.067 17.0919C18.8521 17.5479 18.5831 17.938 18.1564 18.2316C17.7342 18.5222 17.2682 18.642 16.7551 18.6974C16.2675 18.75 15.6678 18.75 14.9481 18.75H4C3.58579 18.75 3.25 18.4142 3.25 18C3.25 17.5857 3.58579 17.25 4 17.25H14.9077C15.6782 17.25 16.1965 17.2489 16.5942 17.206C16.9755 17.1649 17.1672 17.0916 17.3061 16.996C17.4406 16.9034 17.563 16.7647 17.7102 16.4524C17.8672 16.1192 18.018 15.6666 18.2456 14.9776L21.2878 5.76478C21.4177 5.37146 21.8419 5.1579 22.2352 5.28778Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 17.75C11.4142 17.75 11.75 18.0858 11.75 18.5V20.75H13C13.4142 20.75 13.75 21.0858 13.75 21.5C13.75 21.9142 13.4142 22.25 13 22.25H9C8.58579 22.25 8.25 21.9142 8.25 21.5C8.25 21.0858 8.58579 20.75 9 20.75H10.25V18.5C10.25 18.0858 10.5858 17.75 11 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.97992 1.74976H7.97856H7.97852H7.97849C7.43947 1.74974 6.97613 1.74972 6.59637 1.79078C6.19119 1.8346 5.80444 1.9313 5.44994 2.17571C5.09111 2.4231 4.86952 2.74981 4.69848 3.11335C4.54156 3.44689 4.4032 3.86674 4.24613 4.34338L4.24613 4.34338L3.7825 5.74996H8.72986L9.97992 1.74976ZM3.28807 7.24996L2.13442 10.75H7.16736L8.26111 7.24996H3.28807ZM1.64364 12.25C1.48702 12.7469 1.36301 13.1875 1.29974 13.5695C1.19791 14.1843 1.22364 14.8131 1.65343 15.3563C2.07274 15.8862 2.6774 16.0807 3.30836 16.1668C3.87261 16.2437 4.59156 16.2494 5.44868 16.2497L6.69861 12.25H1.64364ZM7.0202 16.2498H10.4487L11.6986 12.25H8.27014L7.0202 16.2498ZM12.0202 16.2498H14.021H14.021H14.021C14.56 16.2498 15.0234 16.2498 15.4031 16.2087C15.8083 16.1649 16.1951 16.0682 16.5496 15.8238C16.9084 15.5764 17.13 15.2497 17.301 14.8862C17.458 14.5526 17.5963 14.1328 17.7534 13.6561L18.2169 12.25H13.2701L12.0202 16.2498ZM18.7113 10.75L19.865 7.24996H14.8326L13.7389 10.75H18.7113ZM20.3557 5.74996C20.5124 5.25287 20.6365 4.81213 20.6998 4.43005C20.8016 3.81525 20.7759 3.18645 20.3461 2.64325C19.9268 2.11328 19.3221 1.91881 18.6912 1.83275C18.127 1.7558 17.4083 1.75017 16.5514 1.74978L15.3014 5.74996H20.3557ZM14.9799 1.74976H11.5515L10.3014 5.74996H13.7299L14.9799 1.74976ZM8.73889 10.75L9.83264 7.24996H13.2611L12.1674 10.75H8.73889Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.2352 5.28778C22.6285 5.41767 22.8421 5.84181 22.7122 6.23513L19.6562 15.4896C19.4461 16.1257 19.2677 16.6662 19.067 17.0919C18.8521 17.5479 18.5831 17.938 18.1564 18.2316C17.7342 18.5222 17.2682 18.642 16.7551 18.6974C16.2675 18.75 15.6678 18.75 14.9481 18.75H4C3.58579 18.75 3.25 18.4142 3.25 18C3.25 17.5857 3.58579 17.25 4 17.25H14.9077C15.6782 17.25 16.1965 17.2489 16.5942 17.206C16.9755 17.1649 17.1672 17.0916 17.3061 16.996C17.4406 16.9034 17.563 16.7647 17.7102 16.4524C17.8672 16.1192 18.018 15.6666 18.2456 14.9776L21.2878 5.76478C21.4177 5.37146 21.8419 5.1579 22.2352 5.28778Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 17.75C11.4142 17.75 11.75 18.0858 11.75 18.5V20.75H13C13.4142 20.75 13.75 21.0858 13.75 21.5C13.75 21.9142 13.4142 22.25 13 22.25H9C8.58579 22.25 8.25 21.9142 8.25 21.5C8.25 21.0858 8.58579 20.75 9 20.75H10.25V18.5C10.25 18.0858 10.5858 17.75 11 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.97992 1.74976H7.97856H7.97852H7.97849C7.43947 1.74974 6.97613 1.74972 6.59637 1.79078C6.19119 1.8346 5.80444 1.9313 5.44994 2.17571C5.09111 2.4231 4.86952 2.74981 4.69848 3.11335C4.54156 3.44689 4.4032 3.86674 4.24613 4.34338L4.24613 4.34338L3.7825 5.74996H8.72986L9.97992 1.74976ZM3.28807 7.24996L2.13442 10.75H7.16736L8.26111 7.24996H3.28807ZM1.64364 12.25C1.48702 12.7469 1.36301 13.1875 1.29974 13.5695C1.19791 14.1843 1.22364 14.8131 1.65343 15.3563C2.07274 15.8862 2.6774 16.0807 3.30836 16.1668C3.87261 16.2437 4.59156 16.2494 5.44868 16.2497L6.69861 12.25H1.64364ZM7.0202 16.2498H10.4487L11.6986 12.25H8.27014L7.0202 16.2498ZM12.0202 16.2498H14.021H14.021H14.021C14.56 16.2498 15.0234 16.2498 15.4031 16.2087C15.8083 16.1649 16.1951 16.0682 16.5496 15.8238C16.9084 15.5764 17.13 15.2497 17.301 14.8862C17.458 14.5526 17.5963 14.1328 17.7534 13.6561L18.2169 12.25H13.2701L12.0202 16.2498ZM18.7113 10.75L19.865 7.24996H14.8326L13.7389 10.75H18.7113ZM20.3557 5.74996C20.5124 5.25287 20.6365 4.81213 20.6998 4.43005C20.8016 3.81525 20.7759 3.18645 20.3461 2.64325C19.9268 2.11328 19.3221 1.91881 18.6912 1.83275C18.127 1.7558 17.4083 1.75017 16.5514 1.74978L15.3014 5.74996H20.3557ZM14.9799 1.74976H11.5515L10.3014 5.74996H13.7299L14.9799 1.74976ZM8.73889 10.75L9.83264 7.24996H13.2611L12.1674 10.75H8.73889Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-solar-panel-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 9C8.25 6.92893 9.92893 5.25 12 5.25C14.0711 5.25 15.75 6.92893 15.75 9C15.75 9.41421 15.4142 9.75 15 9.75H9C8.58579 9.75 8.25 9.41421 8.25 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 11.25H8.65328H8.65325H8.65322C8.02813 11.25 7.49935 11.25 7.06518 11.2974C6.60364 11.3479 6.17917 11.4576 5.78696 11.7219C5.39449 11.9864 5.13397 12.3386 4.91502 12.7473C4.70928 13.1313 4.51276 13.6204 4.28073 14.1979L4.28073 14.1979L4.28072 14.1979L3.45611 16.25H11.25V11.25ZM2.86435 17.75C2.65289 18.3108 2.48471 18.8077 2.37987 19.2458C2.18524 20.0591 2.16379 20.8465 2.63757 21.5431C3.11067 22.2386 3.85088 22.5103 4.68001 22.6322C5.48165 22.7501 6.53523 22.75 7.82681 22.75H7.82684H11.25V17.75H2.86435ZM12.75 22.75H16.1728H16.1729C17.4644 22.75 18.518 22.7501 19.3197 22.6322C20.1488 22.5103 20.889 22.2386 21.3621 21.5431C21.8359 20.8465 21.8144 20.0591 21.6198 19.2458C21.515 18.8077 21.3468 18.3108 21.1353 17.75H12.75V22.75ZM20.5436 16.25L19.7189 14.1979L19.7189 14.1978L19.7189 14.1977C19.4869 13.6203 19.2904 13.1313 19.0847 12.7473C18.8657 12.3386 18.6052 11.9864 18.2127 11.7219C17.8205 11.4576 17.396 11.3479 16.9345 11.2974C16.5003 11.25 15.9716 11.25 15.3465 11.25H15.3464H15.3464H12.75V16.25H20.5436Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V3C12.75 3.41421 12.4142 3.75 12 3.75C11.5858 3.75 11.25 3.41421 11.25 3V2C11.25 1.58579 11.5858 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.25 9C17.25 8.58579 17.5858 8.25 18 8.25H19C19.4142 8.25 19.75 8.58579 19.75 9C19.75 9.41421 19.4142 9.75 19 9.75H18C17.5858 9.75 17.25 9.41421 17.25 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 9C4.25 8.58579 4.58579 8.25 5 8.25H6C6.41421 8.25 6.75 8.58579 6.75 9C6.75 9.41421 6.41421 9.75 6 9.75H5C4.58579 9.75 4.25 9.41421 4.25 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.4796 3.51996C17.7725 3.81286 17.7725 4.28773 17.4796 4.58062L16.7725 5.28773C16.4796 5.58062 16.0048 5.58062 15.7119 5.28773C15.419 4.99484 15.419 4.51996 15.7119 4.22707L16.419 3.51996C16.7119 3.22707 17.1867 3.22707 17.4796 3.51996Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.51947 3.51996C6.81237 3.22707 7.28724 3.22707 7.58013 3.51996L8.28724 4.22707C8.58013 4.51996 8.58013 4.99484 8.28724 5.28773C7.99435 5.58062 7.51947 5.58062 7.22658 5.28773L6.51947 4.58062C6.22658 4.28773 6.22658 3.81286 6.51947 3.51996Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 9C8.25 6.92893 9.92893 5.25 12 5.25C14.0711 5.25 15.75 6.92893 15.75 9C15.75 9.41421 15.4142 9.75 15 9.75H9C8.58579 9.75 8.25 9.41421 8.25 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 11.25H8.65328H8.65325H8.65322C8.02813 11.25 7.49935 11.25 7.06518 11.2974C6.60364 11.3479 6.17917 11.4576 5.78696 11.7219C5.39449 11.9864 5.13397 12.3386 4.91502 12.7473C4.70928 13.1313 4.51276 13.6204 4.28073 14.1979L4.28073 14.1979L4.28072 14.1979L3.45611 16.25H11.25V11.25ZM2.86435 17.75C2.65289 18.3108 2.48471 18.8077 2.37987 19.2458C2.18524 20.0591 2.16379 20.8465 2.63757 21.5431C3.11067 22.2386 3.85088 22.5103 4.68001 22.6322C5.48165 22.7501 6.53523 22.75 7.82681 22.75H7.82684H11.25V17.75H2.86435ZM12.75 22.75H16.1728H16.1729C17.4644 22.75 18.518 22.7501 19.3197 22.6322C20.1488 22.5103 20.889 22.2386 21.3621 21.5431C21.8359 20.8465 21.8144 20.0591 21.6198 19.2458C21.515 18.8077 21.3468 18.3108 21.1353 17.75H12.75V22.75ZM20.5436 16.25L19.7189 14.1979L19.7189 14.1978L19.7189 14.1977C19.4869 13.6203 19.2904 13.1313 19.0847 12.7473C18.8657 12.3386 18.6052 11.9864 18.2127 11.7219C17.8205 11.4576 17.396 11.3479 16.9345 11.2974C16.5003 11.25 15.9716 11.25 15.3465 11.25H15.3464H15.3464H12.75V16.25H20.5436Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V3C12.75 3.41421 12.4142 3.75 12 3.75C11.5858 3.75 11.25 3.41421 11.25 3V2C11.25 1.58579 11.5858 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.25 9C17.25 8.58579 17.5858 8.25 18 8.25H19C19.4142 8.25 19.75 8.58579 19.75 9C19.75 9.41421 19.4142 9.75 19 9.75H18C17.5858 9.75 17.25 9.41421 17.25 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 9C4.25 8.58579 4.58579 8.25 5 8.25H6C6.41421 8.25 6.75 8.58579 6.75 9C6.75 9.41421 6.41421 9.75 6 9.75H5C4.58579 9.75 4.25 9.41421 4.25 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.4796 3.51996C17.7725 3.81286 17.7725 4.28773 17.4796 4.58062L16.7725 5.28773C16.4796 5.58062 16.0048 5.58062 15.7119 5.28773C15.419 4.99484 15.419 4.51996 15.7119 4.22707L16.419 3.51996C16.7119 3.22707 17.1867 3.22707 17.4796 3.51996Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.51947 3.51996C6.81237 3.22707 7.28724 3.22707 7.58013 3.51996L8.28724 4.22707C8.58013 4.51996 8.58013 4.99484 8.28724 5.28773C7.99435 5.58062 7.51947 5.58062 7.22658 5.28773L6.51947 4.58062C6.22658 4.28773 6.22658 3.81286 6.51947 3.51996Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-solar-panel-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9359 1.38976C13.273 1.63051 13.3511 2.09893 13.1103 2.43599L11.4574 4.75006H14C14.2809 4.75006 14.5383 4.90707 14.6669 5.15687C14.7954 5.40668 14.7736 5.70738 14.6103 5.93599L12.1103 9.43599C11.8695 9.77305 11.4011 9.85112 11.0641 9.61036C10.727 9.3696 10.6489 8.90119 10.8897 8.56413L12.5426 6.25006H10C9.71906 6.25006 9.46168 6.09305 9.33313 5.84324C9.20457 5.59344 9.22641 5.29274 9.3897 5.06413L11.8897 1.56413C12.1305 1.22707 12.5989 1.149 12.9359 1.38976Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.37813 8.24988H7.68936C7.17904 8.24984 6.72755 8.24981 6.3535 8.29769C5.94352 8.35016 5.5559 8.46699 5.20416 8.74695C4.86076 9.02027 4.64653 9.37392 4.47407 9.76409C4.31015 10.1349 4.15614 10.6066 3.97387 11.165L3.29314 13.2498H11.25V11.2365C10.8806 11.1956 10.5162 11.0623 10.1922 10.831C9.35689 10.2343 9.05179 9.17153 9.37813 8.24988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.75 10.8716V13.2498H20.7068L20.026 11.1649C19.8438 10.6066 19.6897 10.1349 19.5258 9.76409C19.3534 9.37392 19.1391 9.02027 18.7957 8.74695C18.444 8.46699 18.0564 8.35016 17.6464 8.29769C17.2724 8.24981 16.8209 8.24984 16.3105 8.24988H14.8009L13.3309 10.3078C13.1679 10.536 12.9702 10.7246 12.75 10.8716Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.33724 16.4851C2.42991 15.9917 2.59597 15.4163 2.80662 14.7498H11.25V19.7499H6.84907C5.83623 19.7499 4.98088 19.75 4.32217 19.6385C3.61331 19.5185 2.9772 19.2445 2.57643 18.5803C2.19179 17.9429 2.19736 17.2299 2.33724 16.4851Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.75 19.7499H17.1508C18.1637 19.7499 19.019 19.75 19.6777 19.6385C20.3866 19.5185 21.0227 19.2445 21.4235 18.5803C21.8081 17.9429 21.8025 17.2299 21.6627 16.4851C21.57 15.9917 21.4039 15.4163 21.1933 14.7498H12.75V19.7499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.25 19.75V21.2499H10C9.58579 21.2499 9.25 21.5857 9.25 21.9999C9.25 22.4141 9.58579 22.7499 10 22.7499H14C14.4142 22.7499 14.75 22.4141 14.75 21.9999C14.75 21.5857 14.4142 21.2499 14 21.2499H12.75V19.75H11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9359 1.38976C13.273 1.63051 13.3511 2.09893 13.1103 2.43599L11.4574 4.75006H14C14.2809 4.75006 14.5383 4.90707 14.6669 5.15687C14.7954 5.40668 14.7736 5.70738 14.6103 5.93599L12.1103 9.43599C11.8695 9.77305 11.4011 9.85112 11.0641 9.61036C10.727 9.3696 10.6489 8.90119 10.8897 8.56413L12.5426 6.25006H10C9.71906 6.25006 9.46168 6.09305 9.33313 5.84324C9.20457 5.59344 9.22641 5.29274 9.3897 5.06413L11.8897 1.56413C12.1305 1.22707 12.5989 1.149 12.9359 1.38976Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.37813 8.24988H7.68936C7.17904 8.24984 6.72755 8.24981 6.3535 8.29769C5.94352 8.35016 5.5559 8.46699 5.20416 8.74695C4.86076 9.02027 4.64653 9.37392 4.47407 9.76409C4.31015 10.1349 4.15614 10.6066 3.97387 11.165L3.29314 13.2498H11.25V11.2365C10.8806 11.1956 10.5162 11.0623 10.1922 10.831C9.35689 10.2343 9.05179 9.17153 9.37813 8.24988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.75 10.8716V13.2498H20.7068L20.026 11.1649C19.8438 10.6066 19.6897 10.1349 19.5258 9.76409C19.3534 9.37392 19.1391 9.02027 18.7957 8.74695C18.444 8.46699 18.0564 8.35016 17.6464 8.29769C17.2724 8.24981 16.8209 8.24984 16.3105 8.24988H14.8009L13.3309 10.3078C13.1679 10.536 12.9702 10.7246 12.75 10.8716Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.33724 16.4851C2.42991 15.9917 2.59597 15.4163 2.80662 14.7498H11.25V19.7499H6.84907C5.83623 19.7499 4.98088 19.75 4.32217 19.6385C3.61331 19.5185 2.9772 19.2445 2.57643 18.5803C2.19179 17.9429 2.19736 17.2299 2.33724 16.4851Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.75 19.7499H17.1508C18.1637 19.7499 19.019 19.75 19.6777 19.6385C20.3866 19.5185 21.0227 19.2445 21.4235 18.5803C21.8081 17.9429 21.8025 17.2299 21.6627 16.4851C21.57 15.9917 21.4039 15.4163 21.1933 14.7498H12.75V19.7499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.25 19.75V21.2499H10C9.58579 21.2499 9.25 21.5857 9.25 21.9999C9.25 22.4141 9.58579 22.7499 10 22.7499H14C14.4142 22.7499 14.75 22.4141 14.75 21.9999C14.75 21.5857 14.4142 21.2499 14 21.2499H12.75V19.75H11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-solar-panel-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 8C8.25 5.92893 9.92893 4.25 12 4.25C14.0711 4.25 15.75 5.92893 15.75 8C15.75 8.41421 15.4142 8.75 15 8.75H9C8.58579 8.75 8.25 8.41421 8.25 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.25 10.25H8.16776C7.71459 10.25 7.31271 10.2499 6.97961 10.2883C6.61685 10.3301 6.26407 10.4235 5.93757 10.6574C5.61302 10.8899 5.40857 11.1938 5.24676 11.5233C5.09658 11.8291 4.95662 12.2149 4.7968 12.6555L4.21835 14.25H11.25V10.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.68045 15.75C3.52727 16.1972 3.40489 16.5956 3.33182 16.9457C3.20241 17.5659 3.18942 18.2025 3.57126 18.772C3.95769 19.3484 4.55336 19.5663 5.17348 19.6608C5.75993 19.7501 6.52085 19.7501 7.42041 19.75H11.25V15.75H3.68045Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.75 19.75H16.5793C17.4789 19.7501 18.2398 19.7501 18.8263 19.6608C19.4464 19.5663 20.042 19.3484 20.4285 18.772C20.8103 18.2025 20.7973 17.5659 20.6679 16.9457C20.5948 16.5956 20.4725 16.1972 20.3193 15.75H12.75V19.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.7814 14.25L19.2029 12.6555C19.0431 12.2149 18.9031 11.8291 18.753 11.5233C18.5912 11.1938 18.3867 10.8899 18.0622 10.6574C17.7357 10.4235 17.3829 10.3301 17.0201 10.2883C16.687 10.2499 16.2852 10.25 15.8321 10.25H12.75V14.25H19.7814Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V2.5C12.75 2.91421 12.4142 3.25 12 3.25C11.5858 3.25 11.25 2.91421 11.25 2.5V2C11.25 1.58579 11.5858 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.75 8C16.75 7.58579 17.0858 7.25 17.5 7.25H18C18.4142 7.25 18.75 7.58579 18.75 8C18.75 8.41421 18.4142 8.75 18 8.75H17.5C17.0858 8.75 16.75 8.41421 16.75 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 8.75L6 8.75C5.58579 8.75 5.25 8.41421 5.25 8C5.25 7.58579 5.58579 7.25 6 7.25L6.5 7.25C6.91421 7.25 7.25 7.58579 7.25 8C7.25 8.41421 6.91421 8.75 6.5 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7726 3.22699C17.0654 3.51989 17.0654 3.99476 16.7726 4.28765L16.419 4.64121C16.1261 4.9341 15.6512 4.9341 15.3583 4.64121C15.0654 4.34831 15.0654 3.87344 15.3583 3.58055L15.7119 3.22699C16.0048 2.9341 16.4797 2.9341 16.7726 3.22699Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.22748 3.22748C7.52038 2.93459 7.99525 2.93459 8.28814 3.22748L8.6417 3.58104C8.93459 3.87393 8.93459 4.3488 8.6417 4.6417C8.3488 4.93459 7.87393 4.93459 7.58104 4.6417L7.22748 4.28814C6.93459 3.99525 6.93459 3.52038 7.22748 3.22748Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.25 19.7495H12.75V21.25H14C14.4142 21.25 14.75 21.5858 14.75 22C14.75 22.4142 14.4142 22.75 14 22.75H10C9.58579 22.75 9.25 22.4142 9.25 22C9.25 21.5858 9.58579 21.25 10 21.25H11.25V19.7495Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 8C8.25 5.92893 9.92893 4.25 12 4.25C14.0711 4.25 15.75 5.92893 15.75 8C15.75 8.41421 15.4142 8.75 15 8.75H9C8.58579 8.75 8.25 8.41421 8.25 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.25 10.25H8.16776C7.71459 10.25 7.31271 10.2499 6.97961 10.2883C6.61685 10.3301 6.26407 10.4235 5.93757 10.6574C5.61302 10.8899 5.40857 11.1938 5.24676 11.5233C5.09658 11.8291 4.95662 12.2149 4.7968 12.6555L4.21835 14.25H11.25V10.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.68045 15.75C3.52727 16.1972 3.40489 16.5956 3.33182 16.9457C3.20241 17.5659 3.18942 18.2025 3.57126 18.772C3.95769 19.3484 4.55336 19.5663 5.17348 19.6608C5.75993 19.7501 6.52085 19.7501 7.42041 19.75H11.25V15.75H3.68045Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.75 19.75H16.5793C17.4789 19.7501 18.2398 19.7501 18.8263 19.6608C19.4464 19.5663 20.042 19.3484 20.4285 18.772C20.8103 18.2025 20.7973 17.5659 20.6679 16.9457C20.5948 16.5956 20.4725 16.1972 20.3193 15.75H12.75V19.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.7814 14.25L19.2029 12.6555C19.0431 12.2149 18.9031 11.8291 18.753 11.5233C18.5912 11.1938 18.3867 10.8899 18.0622 10.6574C17.7357 10.4235 17.3829 10.3301 17.0201 10.2883C16.687 10.2499 16.2852 10.25 15.8321 10.25H12.75V14.25H19.7814Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V2.5C12.75 2.91421 12.4142 3.25 12 3.25C11.5858 3.25 11.25 2.91421 11.25 2.5V2C11.25 1.58579 11.5858 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.75 8C16.75 7.58579 17.0858 7.25 17.5 7.25H18C18.4142 7.25 18.75 7.58579 18.75 8C18.75 8.41421 18.4142 8.75 18 8.75H17.5C17.0858 8.75 16.75 8.41421 16.75 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 8.75L6 8.75C5.58579 8.75 5.25 8.41421 5.25 8C5.25 7.58579 5.58579 7.25 6 7.25L6.5 7.25C6.91421 7.25 7.25 7.58579 7.25 8C7.25 8.41421 6.91421 8.75 6.5 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7726 3.22699C17.0654 3.51989 17.0654 3.99476 16.7726 4.28765L16.419 4.64121C16.1261 4.9341 15.6512 4.9341 15.3583 4.64121C15.0654 4.34831 15.0654 3.87344 15.3583 3.58055L15.7119 3.22699C16.0048 2.9341 16.4797 2.9341 16.7726 3.22699Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.22748 3.22748C7.52038 2.93459 7.99525 2.93459 8.28814 3.22748L8.6417 3.58104C8.93459 3.87393 8.93459 4.3488 8.6417 4.6417C8.3488 4.93459 7.87393 4.93459 7.58104 4.6417L7.22748 4.28814C6.93459 3.99525 6.93459 3.52038 7.22748 3.22748Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.25 19.7495H12.75V21.25H14C14.4142 21.25 14.75 21.5858 14.75 22C14.75 22.4142 14.4142 22.75 14 22.75H10C9.58579 22.75 9.25 22.4142 9.25 22C9.25 21.5858 9.58579 21.25 10 21.25H11.25V19.7495Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-solar-power{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.76616 10.8439C8.81108 10.6323 8.83354 10.5265 8.80265 10.4444C8.77985 10.3838 8.73805 10.3322 8.6835 10.2973C8.6096 10.25 8.50142 10.25 8.28507 10.25H5.89786C5.58857 10.25 5.29731 10.2499 5.05275 10.2776C4.77998 10.3084 4.49305 10.3797 4.22357 10.5703C3.95433 10.7608 3.79144 11.0075 3.67117 11.2542C3.56315 11.4757 3.46536 11.7507 3.3613 12.0433L3.3613 12.0433L3.03874 12.95C2.90899 13.3147 2.84411 13.497 2.93375 13.624C3.0234 13.7511 3.21694 13.7511 3.60403 13.7511H7.65815C7.89056 13.7511 8.00677 13.7511 8.08928 13.6844C8.17179 13.6177 8.19613 13.504 8.24483 13.2768L8.76586 10.8453L8.76616 10.8439ZM2.64366 15.2511C2.43801 15.2511 2.33518 15.2511 2.25696 15.3069C2.17873 15.3628 2.14579 15.4588 2.07992 15.6509C1.95884 16.0038 1.85916 16.3236 1.80367 16.6027C1.71617 17.0428 1.70231 17.5494 2.02355 18.007C2.34535 18.4654 2.82697 18.6234 3.27082 18.689C3.68493 18.7501 4.2142 18.7501 4.81091 18.75H4.81096H6.55743C6.77698 18.75 6.88676 18.75 6.96725 18.6888C7.04774 18.6276 7.07704 18.5218 7.13565 18.3102L7.27081 17.8222L7.66626 15.9768C7.73811 15.6415 7.77403 15.4739 7.68398 15.3625C7.59392 15.2511 7.42247 15.2511 7.07958 15.2511H2.64366ZM8.7223 18.2013C8.6801 18.3536 8.659 18.4298 8.66756 18.4913C8.68198 18.5951 8.74944 18.6837 8.84554 18.7253C8.90256 18.75 8.98161 18.75 9.13969 18.75H14.7699C14.9962 18.75 15.1093 18.75 15.1858 18.6979C15.2327 18.6659 15.2697 18.6211 15.2922 18.5689C15.3289 18.484 15.3074 18.3729 15.2646 18.1507L14.7448 15.7254C14.6961 15.4981 14.6718 15.3845 14.5893 15.3178C14.5068 15.2511 14.3906 15.2511 14.1582 15.2511H9.84087C9.60846 15.2511 9.49225 15.2511 9.40975 15.3178C9.32724 15.3845 9.30289 15.4981 9.25419 15.7254L8.73286 18.1582C8.72977 18.1727 8.72624 18.187 8.7223 18.2013ZM16.8141 18.2637C16.859 18.4964 16.8814 18.6127 16.9646 18.6814C17.0477 18.75 17.1662 18.75 17.4032 18.75H19.1887H19.1888C19.7855 18.7501 20.3147 18.7501 20.7288 18.689C21.1727 18.6234 21.6543 18.4654 21.9761 18.007C22.2974 17.5494 22.2835 17.0428 22.196 16.6027C22.1405 16.3236 22.0408 16.0038 21.9197 15.6509C21.8539 15.4588 21.8209 15.3628 21.7427 15.3069C21.6645 15.2511 21.5617 15.2511 21.356 15.2511H16.9194C16.5766 15.2511 16.4051 15.2511 16.315 15.3625C16.225 15.4739 16.2609 15.6415 16.3328 15.9768L16.7329 17.8439L16.7359 17.8589L16.8141 18.2637ZM20.3956 13.7511C20.7827 13.7511 20.9763 13.7511 21.0659 13.624C21.1556 13.497 21.0907 13.3147 20.9609 12.95L20.6384 12.0433C20.5343 11.7507 20.4365 11.4757 20.3285 11.2542C20.2082 11.0075 20.0453 10.7608 19.7761 10.5703C19.5066 10.3797 19.2197 10.3084 18.9469 10.2776C18.7024 10.2499 18.4111 10.25 18.1018 10.25H15.7269C15.5014 10.25 15.3886 10.25 15.3124 10.3016C15.2644 10.3341 15.2269 10.3798 15.2044 10.4331C15.1685 10.5179 15.1904 10.6285 15.2341 10.8497L15.7542 13.2768C15.8029 13.504 15.8272 13.6177 15.9097 13.6844C15.9923 13.7511 16.1085 13.7511 16.3409 13.7511H20.3956ZM13.6664 10.6541C13.6359 10.4998 13.6206 10.4227 13.5776 10.3668C13.5498 10.3308 13.5143 10.3016 13.4736 10.2814C13.4105 10.25 13.3319 10.25 13.1746 10.25L10.9117 10.25C10.6788 10.25 10.5624 10.25 10.4798 10.3169C10.3973 10.3838 10.3731 10.4977 10.3247 10.7254L10.2332 11.1568L10.2329 11.1582L9.83276 13.0254C9.76092 13.3606 9.72499 13.5283 9.81505 13.6397C9.9051 13.7511 10.0766 13.7511 10.4194 13.7511H13.5796C13.9225 13.7511 14.0939 13.7511 14.184 13.6397C14.274 13.5283 14.2381 13.3606 14.1663 13.0254L13.7662 11.1582L13.7637 11.1466C13.7637 11.1466 13.7637 11.1466 13.7637 11.1466C13.7637 11.1466 13.7638 11.1465 13.7637 11.1465L13.6664 10.6541Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V2.50852C13.0478 2.58294 13.3284 2.70064 13.5848 2.85457L13.9445 2.4948C14.2374 2.20191 14.7123 2.20191 15.0052 2.4948C15.2981 2.7877 15.2981 3.26257 15.0052 3.55546L14.6454 3.91523C14.7994 4.17162 14.9171 4.45224 14.9915 4.75H15.5C15.9142 4.75 16.25 5.08579 16.25 5.5C16.25 5.91421 15.9142 6.25 15.5 6.25H14.9915C14.9171 6.54777 14.7994 6.82838 14.6454 7.08478L15.0052 7.44455C15.2981 7.73744 15.2981 8.21232 15.0052 8.50521C14.7123 8.7981 14.2374 8.7981 13.9445 8.50521L13.5848 8.14544C13.3284 8.29936 13.0478 8.41707 12.75 8.49148V9C12.75 9.41421 12.4142 9.75 12 9.75C11.5858 9.75 11.25 9.41421 11.25 9V8.49148C10.9522 8.41707 10.6716 8.29936 10.4152 8.14544L10.0555 8.50521C9.76256 8.7981 9.28769 8.7981 8.9948 8.50521C8.7019 8.21232 8.7019 7.73744 8.9948 7.44455L9.35457 7.08478C9.20064 6.82838 9.08294 6.54777 9.00852 6.25H8.5C8.08579 6.25 7.75 5.91421 7.75 5.5C7.75 5.08579 8.08579 4.75 8.5 4.75H9.00852C9.08293 4.45224 9.20064 4.17162 9.35456 3.91523L8.9948 3.55546C8.7019 3.26257 8.7019 2.7877 8.9948 2.4948C9.28769 2.20191 9.76256 2.20191 10.0555 2.4948L10.4152 2.85457C10.6716 2.70064 10.9522 2.58294 11.25 2.50852V2C11.25 1.58579 11.5858 1.25 12 1.25ZM13.1179 4.3787C12.8315 4.09318 12.4364 3.91667 12 3.91667C11.1255 3.91667 10.4167 4.62555 10.4167 5.5C10.4167 6.37445 11.1255 7.08333 12 7.08333C12.8745 7.08333 13.5833 6.37445 13.5833 5.5C13.5833 5.0619 13.4054 4.66536 13.1179 4.3787Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 22C10.0602 20.8271 10 19 10 18H14C14 19 13.9398 20.8271 15 22H9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 21.75C1.25 21.1977 1.69772 20.75 2.25 20.75H21.75C22.3023 20.75 22.75 21.1977 22.75 21.75C22.75 22.3023 22.3023 22.75 21.75 22.75H2.25C1.69772 22.75 1.25 22.3023 1.25 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.76616 10.8439C8.81108 10.6323 8.83354 10.5265 8.80265 10.4444C8.77985 10.3838 8.73805 10.3322 8.6835 10.2973C8.6096 10.25 8.50142 10.25 8.28507 10.25H5.89786C5.58857 10.25 5.29731 10.2499 5.05275 10.2776C4.77998 10.3084 4.49305 10.3797 4.22357 10.5703C3.95433 10.7608 3.79144 11.0075 3.67117 11.2542C3.56315 11.4757 3.46536 11.7507 3.3613 12.0433L3.3613 12.0433L3.03874 12.95C2.90899 13.3147 2.84411 13.497 2.93375 13.624C3.0234 13.7511 3.21694 13.7511 3.60403 13.7511H7.65815C7.89056 13.7511 8.00677 13.7511 8.08928 13.6844C8.17179 13.6177 8.19613 13.504 8.24483 13.2768L8.76586 10.8453L8.76616 10.8439ZM2.64366 15.2511C2.43801 15.2511 2.33518 15.2511 2.25696 15.3069C2.17873 15.3628 2.14579 15.4588 2.07992 15.6509C1.95884 16.0038 1.85916 16.3236 1.80367 16.6027C1.71617 17.0428 1.70231 17.5494 2.02355 18.007C2.34535 18.4654 2.82697 18.6234 3.27082 18.689C3.68493 18.7501 4.2142 18.7501 4.81091 18.75H4.81096H6.55743C6.77698 18.75 6.88676 18.75 6.96725 18.6888C7.04774 18.6276 7.07704 18.5218 7.13565 18.3102L7.27081 17.8222L7.66626 15.9768C7.73811 15.6415 7.77403 15.4739 7.68398 15.3625C7.59392 15.2511 7.42247 15.2511 7.07958 15.2511H2.64366ZM8.7223 18.2013C8.6801 18.3536 8.659 18.4298 8.66756 18.4913C8.68198 18.5951 8.74944 18.6837 8.84554 18.7253C8.90256 18.75 8.98161 18.75 9.13969 18.75H14.7699C14.9962 18.75 15.1093 18.75 15.1858 18.6979C15.2327 18.6659 15.2697 18.6211 15.2922 18.5689C15.3289 18.484 15.3074 18.3729 15.2646 18.1507L14.7448 15.7254C14.6961 15.4981 14.6718 15.3845 14.5893 15.3178C14.5068 15.2511 14.3906 15.2511 14.1582 15.2511H9.84087C9.60846 15.2511 9.49225 15.2511 9.40975 15.3178C9.32724 15.3845 9.30289 15.4981 9.25419 15.7254L8.73286 18.1582C8.72977 18.1727 8.72624 18.187 8.7223 18.2013ZM16.8141 18.2637C16.859 18.4964 16.8814 18.6127 16.9646 18.6814C17.0477 18.75 17.1662 18.75 17.4032 18.75H19.1887H19.1888C19.7855 18.7501 20.3147 18.7501 20.7288 18.689C21.1727 18.6234 21.6543 18.4654 21.9761 18.007C22.2974 17.5494 22.2835 17.0428 22.196 16.6027C22.1405 16.3236 22.0408 16.0038 21.9197 15.6509C21.8539 15.4588 21.8209 15.3628 21.7427 15.3069C21.6645 15.2511 21.5617 15.2511 21.356 15.2511H16.9194C16.5766 15.2511 16.4051 15.2511 16.315 15.3625C16.225 15.4739 16.2609 15.6415 16.3328 15.9768L16.7329 17.8439L16.7359 17.8589L16.8141 18.2637ZM20.3956 13.7511C20.7827 13.7511 20.9763 13.7511 21.0659 13.624C21.1556 13.497 21.0907 13.3147 20.9609 12.95L20.6384 12.0433C20.5343 11.7507 20.4365 11.4757 20.3285 11.2542C20.2082 11.0075 20.0453 10.7608 19.7761 10.5703C19.5066 10.3797 19.2197 10.3084 18.9469 10.2776C18.7024 10.2499 18.4111 10.25 18.1018 10.25H15.7269C15.5014 10.25 15.3886 10.25 15.3124 10.3016C15.2644 10.3341 15.2269 10.3798 15.2044 10.4331C15.1685 10.5179 15.1904 10.6285 15.2341 10.8497L15.7542 13.2768C15.8029 13.504 15.8272 13.6177 15.9097 13.6844C15.9923 13.7511 16.1085 13.7511 16.3409 13.7511H20.3956ZM13.6664 10.6541C13.6359 10.4998 13.6206 10.4227 13.5776 10.3668C13.5498 10.3308 13.5143 10.3016 13.4736 10.2814C13.4105 10.25 13.3319 10.25 13.1746 10.25L10.9117 10.25C10.6788 10.25 10.5624 10.25 10.4798 10.3169C10.3973 10.3838 10.3731 10.4977 10.3247 10.7254L10.2332 11.1568L10.2329 11.1582L9.83276 13.0254C9.76092 13.3606 9.72499 13.5283 9.81505 13.6397C9.9051 13.7511 10.0766 13.7511 10.4194 13.7511H13.5796C13.9225 13.7511 14.0939 13.7511 14.184 13.6397C14.274 13.5283 14.2381 13.3606 14.1663 13.0254L13.7662 11.1582L13.7637 11.1466C13.7637 11.1466 13.7637 11.1466 13.7637 11.1466C13.7637 11.1466 13.7638 11.1465 13.7637 11.1465L13.6664 10.6541Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V2.50852C13.0478 2.58294 13.3284 2.70064 13.5848 2.85457L13.9445 2.4948C14.2374 2.20191 14.7123 2.20191 15.0052 2.4948C15.2981 2.7877 15.2981 3.26257 15.0052 3.55546L14.6454 3.91523C14.7994 4.17162 14.9171 4.45224 14.9915 4.75H15.5C15.9142 4.75 16.25 5.08579 16.25 5.5C16.25 5.91421 15.9142 6.25 15.5 6.25H14.9915C14.9171 6.54777 14.7994 6.82838 14.6454 7.08478L15.0052 7.44455C15.2981 7.73744 15.2981 8.21232 15.0052 8.50521C14.7123 8.7981 14.2374 8.7981 13.9445 8.50521L13.5848 8.14544C13.3284 8.29936 13.0478 8.41707 12.75 8.49148V9C12.75 9.41421 12.4142 9.75 12 9.75C11.5858 9.75 11.25 9.41421 11.25 9V8.49148C10.9522 8.41707 10.6716 8.29936 10.4152 8.14544L10.0555 8.50521C9.76256 8.7981 9.28769 8.7981 8.9948 8.50521C8.7019 8.21232 8.7019 7.73744 8.9948 7.44455L9.35457 7.08478C9.20064 6.82838 9.08294 6.54777 9.00852 6.25H8.5C8.08579 6.25 7.75 5.91421 7.75 5.5C7.75 5.08579 8.08579 4.75 8.5 4.75H9.00852C9.08293 4.45224 9.20064 4.17162 9.35456 3.91523L8.9948 3.55546C8.7019 3.26257 8.7019 2.7877 8.9948 2.4948C9.28769 2.20191 9.76256 2.20191 10.0555 2.4948L10.4152 2.85457C10.6716 2.70064 10.9522 2.58294 11.25 2.50852V2C11.25 1.58579 11.5858 1.25 12 1.25ZM13.1179 4.3787C12.8315 4.09318 12.4364 3.91667 12 3.91667C11.1255 3.91667 10.4167 4.62555 10.4167 5.5C10.4167 6.37445 11.1255 7.08333 12 7.08333C12.8745 7.08333 13.5833 6.37445 13.5833 5.5C13.5833 5.0619 13.4054 4.66536 13.1179 4.3787Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 22C10.0602 20.8271 10 19 10 18H14C14 19 13.9398 20.8271 15 22H9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 21.75C1.25 21.1977 1.69772 20.75 2.25 20.75H21.75C22.3023 20.75 22.75 21.1977 22.75 21.75C22.75 22.3023 22.3023 22.75 21.75 22.75H2.25C1.69772 22.75 1.25 22.3023 1.25 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-sustainable-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.5C11.3494 3.5 10.717 3.57292 10.1102 3.71062C9.57158 3.83283 9.03589 3.49529 8.91368 2.95669C8.79147 2.4181 9.12901 1.88241 9.6676 1.7602C10.4187 1.58977 11.1995 1.5 12 1.5C17.799 1.5 22.5 6.20101 22.5 12C22.5 14.6497 21.5181 17.0699 19.9 18.9167H20.5C21.0523 18.9167 21.5 19.3644 21.5 19.9167C21.5 20.469 21.0523 20.9167 20.5 20.9167H17.2532C16.7009 20.9167 16.2532 20.469 16.2532 19.9167V17C16.2532 16.4477 16.7009 16 17.2532 16C17.8055 16 18.2532 16.4477 18.2532 17V17.7576C19.6489 16.2427 20.5 14.2206 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM2.5 4.09975C2.5 3.54746 2.94772 3.09975 3.5 3.09975H6.72222C7.27451 3.09975 7.72222 3.54746 7.72222 4.09975V7C7.72222 7.55228 7.27451 8 6.72222 8C6.16994 8 5.72222 7.55228 5.72222 7V6.26917C4.34108 7.7811 3.5 9.79244 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C12.6506 20.5 13.283 20.4271 13.8898 20.2894C14.4284 20.1672 14.9641 20.5047 15.0863 21.0433C15.2085 21.5819 14.871 22.1176 14.3324 22.2398C13.5813 22.4102 12.8005 22.5 12 22.5C6.20101 22.5 1.5 17.799 1.5 12C1.5 9.35812 2.47614 6.94444 4.08565 5.09975H3.5C2.94772 5.09975 2.5 4.65203 2.5 4.09975Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0735 6.18073C13.5259 6.49745 13.6359 7.12098 13.3192 7.57343L10.9207 11H15C15.3729 11 15.7148 11.2074 15.887 11.5382C16.0592 11.8689 16.0331 12.268 15.8192 12.5734L12.3192 17.5734C12.0025 18.0259 11.379 18.1359 10.9265 17.8192C10.4741 17.5025 10.3641 16.879 10.6808 16.4265L13.0793 13H9C8.62713 13 8.28522 12.7925 8.11302 12.4618C7.94083 12.131 7.96694 11.732 8.18077 11.4265L11.6808 6.4265C11.9975 5.97405 12.621 5.86402 13.0735 6.18073Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.5C11.3494 3.5 10.717 3.57292 10.1102 3.71062C9.57158 3.83283 9.03589 3.49529 8.91368 2.95669C8.79147 2.4181 9.12901 1.88241 9.6676 1.7602C10.4187 1.58977 11.1995 1.5 12 1.5C17.799 1.5 22.5 6.20101 22.5 12C22.5 14.6497 21.5181 17.0699 19.9 18.9167H20.5C21.0523 18.9167 21.5 19.3644 21.5 19.9167C21.5 20.469 21.0523 20.9167 20.5 20.9167H17.2532C16.7009 20.9167 16.2532 20.469 16.2532 19.9167V17C16.2532 16.4477 16.7009 16 17.2532 16C17.8055 16 18.2532 16.4477 18.2532 17V17.7576C19.6489 16.2427 20.5 14.2206 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM2.5 4.09975C2.5 3.54746 2.94772 3.09975 3.5 3.09975H6.72222C7.27451 3.09975 7.72222 3.54746 7.72222 4.09975V7C7.72222 7.55228 7.27451 8 6.72222 8C6.16994 8 5.72222 7.55228 5.72222 7V6.26917C4.34108 7.7811 3.5 9.79244 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C12.6506 20.5 13.283 20.4271 13.8898 20.2894C14.4284 20.1672 14.9641 20.5047 15.0863 21.0433C15.2085 21.5819 14.871 22.1176 14.3324 22.2398C13.5813 22.4102 12.8005 22.5 12 22.5C6.20101 22.5 1.5 17.799 1.5 12C1.5 9.35812 2.47614 6.94444 4.08565 5.09975H3.5C2.94772 5.09975 2.5 4.65203 2.5 4.09975Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0735 6.18073C13.5259 6.49745 13.6359 7.12098 13.3192 7.57343L10.9207 11H15C15.3729 11 15.7148 11.2074 15.887 11.5382C16.0592 11.8689 16.0331 12.268 15.8192 12.5734L12.3192 17.5734C12.0025 18.0259 11.379 18.1359 10.9265 17.8192C10.4741 17.5025 10.3641 16.879 10.6808 16.4265L13.0793 13H9C8.62713 13 8.28522 12.7925 8.11302 12.4618C7.94083 12.131 7.96694 11.732 8.18077 11.4265L11.6808 6.4265C11.9975 5.97405 12.621 5.86402 13.0735 6.18073Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-temperature{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1459 1.27079C12.8412 1.24999 12.47 1.24999 12.0253 1.25H12.0253C11.5806 1.24999 11.1588 1.24999 10.8541 1.27079C10.5368 1.29245 10.2372 1.33914 9.94665 1.45953C9.27321 1.73863 8.73814 2.2737 8.45905 2.94713C8.33865 3.23764 8.29196 3.53731 8.2703 3.85456C8.2495 4.15932 8.2495 4.53054 8.24951 4.97522V4.97522L8.24951 12.6414C7.0263 13.6949 6.25 15.2569 6.25 17C6.25 20.1756 8.82436 22.75 12 22.75C15.1756 22.75 17.75 20.1756 17.75 17C17.75 15.2569 16.9737 13.6949 15.7505 12.6414V4.97524C15.7505 4.53055 15.7505 4.15933 15.7297 3.85456C15.708 3.53731 15.6614 3.23764 15.541 2.94713C15.2619 2.2737 14.7268 1.73863 14.0534 1.45953C13.7628 1.33914 13.4632 1.29245 13.1459 1.27079ZM12 7C12.5523 7 13 7.44772 13 8V14.4375C14.0243 14.8375 14.75 15.834 14.75 17C14.75 18.5188 13.5188 19.75 12 19.75C10.4812 19.75 9.25 18.5188 9.25 17C9.25 15.834 9.97566 14.8375 11 14.4375V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1459 1.27079C12.8412 1.24999 12.47 1.24999 12.0253 1.25H12.0253C11.5806 1.24999 11.1588 1.24999 10.8541 1.27079C10.5368 1.29245 10.2372 1.33914 9.94665 1.45953C9.27321 1.73863 8.73814 2.2737 8.45905 2.94713C8.33865 3.23764 8.29196 3.53731 8.2703 3.85456C8.2495 4.15932 8.2495 4.53054 8.24951 4.97522V4.97522L8.24951 12.6414C7.0263 13.6949 6.25 15.2569 6.25 17C6.25 20.1756 8.82436 22.75 12 22.75C15.1756 22.75 17.75 20.1756 17.75 17C17.75 15.2569 16.9737 13.6949 15.7505 12.6414V4.97524C15.7505 4.53055 15.7505 4.15933 15.7297 3.85456C15.708 3.53731 15.6614 3.23764 15.541 2.94713C15.2619 2.2737 14.7268 1.73863 14.0534 1.45953C13.7628 1.33914 13.4632 1.29245 13.1459 1.27079ZM12 7C12.5523 7 13 7.44772 13 8V14.4375C14.0243 14.8375 14.75 15.834 14.75 17C14.75 18.5188 13.5188 19.75 12 19.75C10.4812 19.75 9.25 18.5188 9.25 17C9.25 15.834 9.97566 14.8375 11 14.4375V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-water-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.5C11.3494 3.5 10.717 3.57292 10.1102 3.71062C9.57158 3.83283 9.03589 3.49529 8.91368 2.95669C8.79147 2.4181 9.12901 1.88241 9.6676 1.7602C10.4187 1.58977 11.1995 1.5 12 1.5C17.799 1.5 22.5 6.20101 22.5 12C22.5 14.6497 21.5181 17.0699 19.9 18.9167H20.5C21.0523 18.9167 21.5 19.3644 21.5 19.9167C21.5 20.469 21.0523 20.9167 20.5 20.9167H17.2532C16.7009 20.9167 16.2532 20.469 16.2532 19.9167V17C16.2532 16.4477 16.7009 16 17.2532 16C17.8055 16 18.2532 16.4477 18.2532 17V17.7576C19.6489 16.2427 20.5 14.2206 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM2.5 4.09975C2.5 3.54746 2.94772 3.09975 3.5 3.09975H6.72222C7.27451 3.09975 7.72222 3.54746 7.72222 4.09975V7C7.72222 7.55228 7.27451 8 6.72222 8C6.16994 8 5.72222 7.55228 5.72222 7V6.26917C4.34108 7.7811 3.5 9.79244 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C12.6506 20.5 13.283 20.4271 13.8898 20.2894C14.4284 20.1672 14.9641 20.5047 15.0863 21.0433C15.2085 21.5819 14.871 22.1176 14.3324 22.2398C13.5813 22.4102 12.8005 22.5 12 22.5C6.20101 22.5 1.5 17.799 1.5 12C1.5 9.35812 2.47614 6.94444 4.08565 5.09975H3.5C2.94772 5.09975 2.5 4.65203 2.5 4.09975Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5119 6.43056C11.7928 6.18981 12.2072 6.18981 12.4881 6.43056L12.4943 6.43619C12.6017 6.53375 12.9029 6.80722 13.0708 6.97113C13.4124 7.3046 13.8696 7.77796 14.3289 8.33572C14.7864 8.89125 15.2584 9.54542 15.6189 10.2407C15.9761 10.9295 16.25 11.7084 16.25 12.5C16.25 14.8472 14.3472 16.75 12 16.75C9.65279 16.75 7.75 14.8472 7.75 12.5C7.75 11.7084 8.02392 10.9295 8.38106 10.2407C8.74157 9.54542 9.21355 8.89125 9.67105 8.33572C10.1304 7.77796 10.5876 7.3046 10.9292 6.97113C11.0971 6.80724 11.3982 6.53382 11.5057 6.43623L11.5119 6.43056Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.5C11.3494 3.5 10.717 3.57292 10.1102 3.71062C9.57158 3.83283 9.03589 3.49529 8.91368 2.95669C8.79147 2.4181 9.12901 1.88241 9.6676 1.7602C10.4187 1.58977 11.1995 1.5 12 1.5C17.799 1.5 22.5 6.20101 22.5 12C22.5 14.6497 21.5181 17.0699 19.9 18.9167H20.5C21.0523 18.9167 21.5 19.3644 21.5 19.9167C21.5 20.469 21.0523 20.9167 20.5 20.9167H17.2532C16.7009 20.9167 16.2532 20.469 16.2532 19.9167V17C16.2532 16.4477 16.7009 16 17.2532 16C17.8055 16 18.2532 16.4477 18.2532 17V17.7576C19.6489 16.2427 20.5 14.2206 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM2.5 4.09975C2.5 3.54746 2.94772 3.09975 3.5 3.09975H6.72222C7.27451 3.09975 7.72222 3.54746 7.72222 4.09975V7C7.72222 7.55228 7.27451 8 6.72222 8C6.16994 8 5.72222 7.55228 5.72222 7V6.26917C4.34108 7.7811 3.5 9.79244 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C12.6506 20.5 13.283 20.4271 13.8898 20.2894C14.4284 20.1672 14.9641 20.5047 15.0863 21.0433C15.2085 21.5819 14.871 22.1176 14.3324 22.2398C13.5813 22.4102 12.8005 22.5 12 22.5C6.20101 22.5 1.5 17.799 1.5 12C1.5 9.35812 2.47614 6.94444 4.08565 5.09975H3.5C2.94772 5.09975 2.5 4.65203 2.5 4.09975Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5119 6.43056C11.7928 6.18981 12.2072 6.18981 12.4881 6.43056L12.4943 6.43619C12.6017 6.53375 12.9029 6.80722 13.0708 6.97113C13.4124 7.3046 13.8696 7.77796 14.3289 8.33572C14.7864 8.89125 15.2584 9.54542 15.6189 10.2407C15.9761 10.9295 16.25 11.7084 16.25 12.5C16.25 14.8472 14.3472 16.75 12 16.75C9.65279 16.75 7.75 14.8472 7.75 12.5C7.75 11.7084 8.02392 10.9295 8.38106 10.2407C8.74157 9.54542 9.21355 8.89125 9.67105 8.33572C10.1304 7.77796 10.5876 7.3046 10.9292 6.97113C11.0971 6.80724 11.3982 6.53382 11.5057 6.43623L11.5119 6.43056Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-water-pump{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.4553 4.75H12.5448C12.9776 4.74995 13.3744 4.74991 13.6972 4.79331C14.0527 4.8411 14.4284 4.95355 14.7374 5.26257C15.0465 5.57159 15.1589 5.94732 15.2067 6.3028C15.2501 6.62561 15.2501 7.02244 15.25 7.45525V7.45526V9.54475V9.54476C15.2501 9.97758 15.2501 10.3744 15.2067 10.6972C15.1589 11.0527 15.0465 11.4284 14.7374 11.7374C14.4284 12.0465 14.0527 12.1589 13.6972 12.2067C13.3744 12.2501 12.9776 12.2501 12.5448 12.25H12.5448H10.4553H10.4553C10.0224 12.2501 9.62561 12.2501 9.3028 12.2067C8.94732 12.1589 8.57159 12.0465 8.26257 11.7374C7.95355 11.4284 7.8411 11.0527 7.79331 10.6972C7.74991 10.3744 7.74995 9.97757 7.75 9.54475L7.75001 7.50001C7.74996 7.06719 7.74991 6.62561 7.79331 6.3028C7.8411 5.94732 7.95355 5.57159 8.26257 5.26257C8.57159 4.95355 8.94732 4.8411 9.3028 4.79331C9.62561 4.74991 10.0224 4.74995 10.4553 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 21.25C6.5 20.6977 6.94772 20.25 7.5 20.25H15.5C16.0523 20.25 16.5 20.6977 16.5 21.25C16.5 21.8023 16.0523 22.25 15.5 22.25H7.5C6.94772 22.25 6.5 21.8023 6.5 21.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4418 14.9991C19.5841 14.8406 19.787 14.75 20 14.75C20.213 14.75 20.4159 14.8406 20.5582 14.9991L20.5615 15.0029C20.6087 15.0574 20.7393 15.208 20.8118 15.2955C20.9597 15.4739 21.1585 15.7228 21.3589 16.0015C21.5574 16.2774 21.7682 16.5975 21.9325 16.9166C22.0843 17.2116 22.25 17.6053 22.25 18C22.25 19.2426 21.2426 20.25 20 20.25C18.7574 20.25 17.75 19.2426 17.75 18C17.75 17.6053 17.9157 17.2116 18.0675 16.9166C18.2318 16.5975 18.4426 16.2774 18.6411 16.0015C18.8415 15.7228 19.0403 15.4739 19.1882 15.2955C19.2607 15.208 19.3913 15.0573 19.4385 15.0029L19.4418 14.9991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.2857 1.75001L9.03161 1.75C8.46318 1.74997 7.96283 1.74994 7.54706 1.79396C7.09693 1.84161 6.6606 1.94743 6.24856 2.21249C5.83652 2.47756 5.56162 2.82928 5.33482 3.21711C5.12532 3.57533 4.92215 4.02792 4.69131 4.54214L1.83335 10.9076C1.61706 11.3893 1.83623 11.9534 2.32288 12.1675C2.80953 12.3816 3.37938 12.1646 3.59567 11.6829L6.43471 5.35962C6.69012 4.79075 6.85218 4.43291 7.00386 4.17356C7.14393 3.93404 7.2322 3.85647 7.29944 3.81322C7.36669 3.76996 7.47415 3.72161 7.75214 3.69218C8.05316 3.66031 8.44931 3.65905 9.07819 3.65905H10.5005V6C10.5005 6.55229 10.9482 7 11.5005 7C12.0528 7 12.5005 6.55229 12.5005 6V3.65905H14.2857C14.8183 3.65905 15.25 3.2317 15.25 2.70453C15.25 2.17736 14.8183 1.75001 14.2857 1.75001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 13.1995V21.5C9.25 21.9142 9.58579 22.25 10 22.25H13C13.4142 22.25 13.75 21.9142 13.75 21.5V13.249C13.6116 13.25 13.4691 13.25 13.3234 13.25H13.3233H10.6767H10.6766C10.1431 13.2501 9.65278 13.2501 9.25 13.1995Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7383 10.75H17.75V12.5C17.75 12.9142 18.0858 13.25 18.5 13.25H21.5C21.9143 13.25 22.25 12.9142 22.25 12.5V10C22.25 7.92893 20.5711 6.25 18.5 6.25H16.7383C16.7501 6.53557 16.7501 6.84791 16.75 7.17664V7.17666V9.82334V9.82336C16.7501 10.1521 16.7501 10.4644 16.7383 10.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.4553 4.75H12.5448C12.9776 4.74995 13.3744 4.74991 13.6972 4.79331C14.0527 4.8411 14.4284 4.95355 14.7374 5.26257C15.0465 5.57159 15.1589 5.94732 15.2067 6.3028C15.2501 6.62561 15.2501 7.02244 15.25 7.45525V7.45526V9.54475V9.54476C15.2501 9.97758 15.2501 10.3744 15.2067 10.6972C15.1589 11.0527 15.0465 11.4284 14.7374 11.7374C14.4284 12.0465 14.0527 12.1589 13.6972 12.2067C13.3744 12.2501 12.9776 12.2501 12.5448 12.25H12.5448H10.4553H10.4553C10.0224 12.2501 9.62561 12.2501 9.3028 12.2067C8.94732 12.1589 8.57159 12.0465 8.26257 11.7374C7.95355 11.4284 7.8411 11.0527 7.79331 10.6972C7.74991 10.3744 7.74995 9.97757 7.75 9.54475L7.75001 7.50001C7.74996 7.06719 7.74991 6.62561 7.79331 6.3028C7.8411 5.94732 7.95355 5.57159 8.26257 5.26257C8.57159 4.95355 8.94732 4.8411 9.3028 4.79331C9.62561 4.74991 10.0224 4.74995 10.4553 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 21.25C6.5 20.6977 6.94772 20.25 7.5 20.25H15.5C16.0523 20.25 16.5 20.6977 16.5 21.25C16.5 21.8023 16.0523 22.25 15.5 22.25H7.5C6.94772 22.25 6.5 21.8023 6.5 21.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4418 14.9991C19.5841 14.8406 19.787 14.75 20 14.75C20.213 14.75 20.4159 14.8406 20.5582 14.9991L20.5615 15.0029C20.6087 15.0574 20.7393 15.208 20.8118 15.2955C20.9597 15.4739 21.1585 15.7228 21.3589 16.0015C21.5574 16.2774 21.7682 16.5975 21.9325 16.9166C22.0843 17.2116 22.25 17.6053 22.25 18C22.25 19.2426 21.2426 20.25 20 20.25C18.7574 20.25 17.75 19.2426 17.75 18C17.75 17.6053 17.9157 17.2116 18.0675 16.9166C18.2318 16.5975 18.4426 16.2774 18.6411 16.0015C18.8415 15.7228 19.0403 15.4739 19.1882 15.2955C19.2607 15.208 19.3913 15.0573 19.4385 15.0029L19.4418 14.9991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.2857 1.75001L9.03161 1.75C8.46318 1.74997 7.96283 1.74994 7.54706 1.79396C7.09693 1.84161 6.6606 1.94743 6.24856 2.21249C5.83652 2.47756 5.56162 2.82928 5.33482 3.21711C5.12532 3.57533 4.92215 4.02792 4.69131 4.54214L1.83335 10.9076C1.61706 11.3893 1.83623 11.9534 2.32288 12.1675C2.80953 12.3816 3.37938 12.1646 3.59567 11.6829L6.43471 5.35962C6.69012 4.79075 6.85218 4.43291 7.00386 4.17356C7.14393 3.93404 7.2322 3.85647 7.29944 3.81322C7.36669 3.76996 7.47415 3.72161 7.75214 3.69218C8.05316 3.66031 8.44931 3.65905 9.07819 3.65905H10.5005V6C10.5005 6.55229 10.9482 7 11.5005 7C12.0528 7 12.5005 6.55229 12.5005 6V3.65905H14.2857C14.8183 3.65905 15.25 3.2317 15.25 2.70453C15.25 2.17736 14.8183 1.75001 14.2857 1.75001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 13.1995V21.5C9.25 21.9142 9.58579 22.25 10 22.25H13C13.4142 22.25 13.75 21.9142 13.75 21.5V13.249C13.6116 13.25 13.4691 13.25 13.3234 13.25H13.3233H10.6767H10.6766C10.1431 13.2501 9.65278 13.2501 9.25 13.1995Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7383 10.75H17.75V12.5C17.75 12.9142 18.0858 13.25 18.5 13.25H21.5C21.9143 13.25 22.25 12.9142 22.25 12.5V10C22.25 7.92893 20.5711 6.25 18.5 6.25H16.7383C16.7501 6.53557 16.7501 6.84791 16.75 7.17664V7.17666V9.82334V9.82336C16.7501 10.1521 16.7501 10.4644 16.7383 10.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-wind-power-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.25C11.0335 7.25 10.25 8.0335 10.25 9C10.25 9.9665 11.0335 10.75 12 10.75C12.9665 10.75 13.75 9.9665 13.75 9C13.75 8.0335 12.9665 7.25 12 7.25ZM8.75 9C8.75 7.20507 10.2051 5.75 12 5.75C13.7949 5.75 15.25 7.20507 15.25 9C15.25 10.7949 13.7949 12.25 12 12.25C10.2051 12.25 8.75 10.7949 8.75 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.53687 2.32553C7.13797 0.891488 4.86203 0.89149 3.46313 2.32553C3.17896 2.61685 3.17896 3.08164 3.46313 3.37295L8.75612 8.79893C8.85753 7.13738 10.2073 5.81312 11.8795 5.75219L8.53687 2.32553Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.1206 5.7522C13.7928 5.81321 15.1426 7.13753 15.2439 8.79911L20.5369 3.37314C20.821 3.08182 20.821 2.61703 20.5369 2.32572C19.138 0.891675 16.862 0.891674 15.4631 2.32572L12.1206 5.7522Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2439 9.20107C15.1425 10.8626 13.7927 12.1869 12.1205 12.2478L15.4631 15.6745C16.862 17.1085 19.138 17.1085 20.5369 15.6745C20.821 15.3832 20.821 14.9184 20.5369 14.627L15.2439 9.20107Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.8797 12.2478C10.2075 12.187 8.85763 10.8628 8.75613 9.20124L3.46313 14.6272C3.17896 14.9185 3.17896 15.3833 3.46313 15.6747C4.86203 17.1087 7.13797 17.1087 8.53687 15.6747L11.8797 12.2478Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.74242 16.587L9.48226 18.4518C9.37347 19.2238 9.28491 19.8521 9.25848 20.353C9.23173 20.8602 9.25972 21.3463 9.46778 21.7849C9.57349 22.0078 9.72095 22.208 9.92596 22.3667C10.1282 22.5233 10.3495 22.6108 10.5626 22.6621C10.9297 22.7505 11.3791 22.7503 11.814 22.7501H12.1862C12.6211 22.7503 13.0705 22.7505 13.4376 22.6621C13.6506 22.6108 13.872 22.5233 14.0742 22.3667C14.2792 22.208 14.4267 22.0078 14.5324 21.7849C14.7404 21.3463 14.7684 20.8602 14.7417 20.353C14.7153 19.8521 14.6267 19.2238 14.5179 18.4518L14.2577 16.587L12.0001 14.2726L9.74242 16.587Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.25C11.0335 7.25 10.25 8.0335 10.25 9C10.25 9.9665 11.0335 10.75 12 10.75C12.9665 10.75 13.75 9.9665 13.75 9C13.75 8.0335 12.9665 7.25 12 7.25ZM8.75 9C8.75 7.20507 10.2051 5.75 12 5.75C13.7949 5.75 15.25 7.20507 15.25 9C15.25 10.7949 13.7949 12.25 12 12.25C10.2051 12.25 8.75 10.7949 8.75 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.53687 2.32553C7.13797 0.891488 4.86203 0.89149 3.46313 2.32553C3.17896 2.61685 3.17896 3.08164 3.46313 3.37295L8.75612 8.79893C8.85753 7.13738 10.2073 5.81312 11.8795 5.75219L8.53687 2.32553Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.1206 5.7522C13.7928 5.81321 15.1426 7.13753 15.2439 8.79911L20.5369 3.37314C20.821 3.08182 20.821 2.61703 20.5369 2.32572C19.138 0.891675 16.862 0.891674 15.4631 2.32572L12.1206 5.7522Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2439 9.20107C15.1425 10.8626 13.7927 12.1869 12.1205 12.2478L15.4631 15.6745C16.862 17.1085 19.138 17.1085 20.5369 15.6745C20.821 15.3832 20.821 14.9184 20.5369 14.627L15.2439 9.20107Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.8797 12.2478C10.2075 12.187 8.85763 10.8628 8.75613 9.20124L3.46313 14.6272C3.17896 14.9185 3.17896 15.3833 3.46313 15.6747C4.86203 17.1087 7.13797 17.1087 8.53687 15.6747L11.8797 12.2478Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.74242 16.587L9.48226 18.4518C9.37347 19.2238 9.28491 19.8521 9.25848 20.353C9.23173 20.8602 9.25972 21.3463 9.46778 21.7849C9.57349 22.0078 9.72095 22.208 9.92596 22.3667C10.1282 22.5233 10.3495 22.6108 10.5626 22.6621C10.9297 22.7505 11.3791 22.7503 11.814 22.7501H12.1862C12.6211 22.7503 13.0705 22.7505 13.4376 22.6621C13.6506 22.6108 13.872 22.5233 14.0742 22.3667C14.2792 22.208 14.4267 22.0078 14.5324 21.7849C14.7404 21.3463 14.7684 20.8602 14.7417 20.353C14.7153 19.8521 14.6267 19.2238 14.5179 18.4518L14.2577 16.587L12.0001 14.2726L9.74242 16.587Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-wind-power-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9.25C11.3096 9.25 10.75 9.80964 10.75 10.5C10.75 11.1904 11.3096 11.75 12 11.75C12.6904 11.75 13.25 11.1904 13.25 10.5C13.25 9.80964 12.6904 9.25 12 9.25ZM9.25 10.5C9.25 8.98122 10.4812 7.75 12 7.75C13.5188 7.75 14.75 8.98122 14.75 10.5C14.75 12.0188 13.5188 13.25 12 13.25C10.4812 13.25 9.25 12.0188 9.25 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.75011 5C9.75011 2.92893 11.429 1.25 13.5001 1.25C13.9143 1.25 14.2501 1.58579 14.2501 2V8.91861C13.7524 8.21179 12.9301 7.75 12 7.75C11.07 7.75 10.2478 8.21166 9.75011 8.91831V5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3251 9.85901L3.60836 13.3607C3.26161 13.5731 3.14728 14.0231 3.35059 14.3752C4.38612 16.1688 6.67959 16.7834 8.47318 15.7478C8.48125 15.7432 8.48922 15.7384 8.4971 15.7334L12.0006 13.5328L15.5032 15.7332C15.5111 15.7382 15.5191 15.743 15.5272 15.7477C17.3208 16.7832 19.6142 16.1687 20.6498 14.3751C20.8531 14.0229 20.7388 13.5729 20.392 13.3605L14.6747 9.85805C14.7239 10.064 14.75 10.279 14.75 10.5C14.75 12.0188 13.5188 13.25 12 13.25C10.4812 13.25 9.25 12.0188 9.25 10.5C9.25 10.2793 9.276 10.0647 9.3251 9.85901Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.72165 16.7357L9.48226 18.4516C9.37347 19.2236 9.28491 19.8519 9.25848 20.3528C9.23173 20.86 9.25972 21.3461 9.46778 21.7847C9.57349 22.0075 9.72095 22.2078 9.92596 22.3665C10.1282 22.5231 10.3495 22.6106 10.5626 22.6619C10.9297 22.7503 11.7513 22.7501 12.1862 22.7499C12.6211 22.7501 13.0705 22.7503 13.4376 22.6619C13.6506 22.6106 13.872 22.5231 14.0742 22.3665C14.2792 22.2078 14.4267 22.0075 14.5324 21.7847C14.7404 21.3461 14.7684 20.86 14.7417 20.3528C14.7153 19.8519 14.6267 19.2236 14.5179 18.4517L14.2784 16.7351L12.0008 15.3042L9.72165 16.7357Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9.25C11.3096 9.25 10.75 9.80964 10.75 10.5C10.75 11.1904 11.3096 11.75 12 11.75C12.6904 11.75 13.25 11.1904 13.25 10.5C13.25 9.80964 12.6904 9.25 12 9.25ZM9.25 10.5C9.25 8.98122 10.4812 7.75 12 7.75C13.5188 7.75 14.75 8.98122 14.75 10.5C14.75 12.0188 13.5188 13.25 12 13.25C10.4812 13.25 9.25 12.0188 9.25 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.75011 5C9.75011 2.92893 11.429 1.25 13.5001 1.25C13.9143 1.25 14.2501 1.58579 14.2501 2V8.91861C13.7524 8.21179 12.9301 7.75 12 7.75C11.07 7.75 10.2478 8.21166 9.75011 8.91831V5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3251 9.85901L3.60836 13.3607C3.26161 13.5731 3.14728 14.0231 3.35059 14.3752C4.38612 16.1688 6.67959 16.7834 8.47318 15.7478C8.48125 15.7432 8.48922 15.7384 8.4971 15.7334L12.0006 13.5328L15.5032 15.7332C15.5111 15.7382 15.5191 15.743 15.5272 15.7477C17.3208 16.7832 19.6142 16.1687 20.6498 14.3751C20.8531 14.0229 20.7388 13.5729 20.392 13.3605L14.6747 9.85805C14.7239 10.064 14.75 10.279 14.75 10.5C14.75 12.0188 13.5188 13.25 12 13.25C10.4812 13.25 9.25 12.0188 9.25 10.5C9.25 10.2793 9.276 10.0647 9.3251 9.85901Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.72165 16.7357L9.48226 18.4516C9.37347 19.2236 9.28491 19.8519 9.25848 20.3528C9.23173 20.86 9.25972 21.3461 9.46778 21.7847C9.57349 22.0075 9.72095 22.2078 9.92596 22.3665C10.1282 22.5231 10.3495 22.6106 10.5626 22.6619C10.9297 22.7503 11.7513 22.7501 12.1862 22.7499C12.6211 22.7501 13.0705 22.7503 13.4376 22.6619C13.6506 22.6106 13.872 22.5231 14.0742 22.3665C14.2792 22.2078 14.4267 22.0075 14.5324 21.7847C14.7404 21.3461 14.7684 20.86 14.7417 20.3528C14.7153 19.8519 14.6267 19.2236 14.5179 18.4517L14.2784 16.7351L12.0008 15.3042L9.72165 16.7357Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-energy-icons-wind-power{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 22C5 21.4477 5.44772 21 6 21H18C18.5523 21 19 21.4477 19 22C19 22.5523 18.5523 23 18 23H6C5.44772 23 5 22.5523 5 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 10C10.6193 10 9.5 11.1193 9.5 12.5C9.5 13.8807 10.6193 15 12 15C13.3807 15 14.5 13.8807 14.5 12.5C14.5 11.1193 13.3807 10 12 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0002 1C11.0096 1 10.2351 1.6023 9.75398 2.32398C9.2682 3.05265 9.00024 4.00168 9.00024 5C9.00024 5.99832 9.2682 6.94735 9.75398 7.67602C10.2351 8.3977 11.0096 9 12.0002 9C12.9909 9 13.7654 8.3977 14.2465 7.67602C14.7323 6.94735 15.0002 5.99832 15.0002 5C15.0002 4.00168 14.7323 3.05265 14.2465 2.32398C13.7654 1.6023 12.9909 1 12.0002 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.7357 13.682C18.8803 13.1909 17.9348 12.9524 17.0703 13.0079C16.2151 13.0627 15.3127 13.4258 14.8197 14.2749C14.3257 15.1257 14.4606 16.0888 14.8423 16.8564C15.2276 17.6313 15.9096 18.3271 16.7648 18.8181C17.6203 19.3092 18.5658 19.5476 19.4302 19.4922C20.2854 19.4373 21.1878 19.0742 21.6808 18.2251C22.1748 17.3743 22.04 16.4113 21.6583 15.6436C21.2729 14.8688 20.591 14.173 19.7357 13.682Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.18083 14.2749C8.68781 13.4258 7.78542 13.0627 6.93023 13.0079C6.06576 12.9524 5.12026 13.1909 4.26484 13.682C3.40955 14.173 2.72761 14.8688 2.34229 15.6436C1.96058 16.4113 1.82573 17.3743 2.31972 18.2251C2.81274 19.0742 3.71513 19.4373 4.57032 19.4922C5.43479 19.5476 6.38029 19.3092 7.23571 18.8181C8.091 18.3271 8.77294 17.6313 9.15826 16.8564C9.53997 16.0888 9.67482 15.1257 9.18083 14.2749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.98864 3.87267C8.4705 3.6028 8.64235 2.9934 8.37249 2.51154C8.10262 2.02968 7.49322 1.85783 7.01136 2.12769C4.0284 3.79831 2 6.93525 2 10.5479C2 11.1002 2.04756 11.6425 2.13912 12.1709C2.23342 12.7151 2.751 13.0798 3.29518 12.9855C3.83935 12.8912 4.20405 12.3736 4.10975 11.8294C4.03764 11.4133 4 10.9852 4 10.5479C4 7.7102 5.59139 5.21525 7.98864 3.87267ZM16.9886 2.12769C16.5068 1.85783 15.8974 2.02968 15.6275 2.51154C15.3576 2.9934 15.5295 3.6028 16.0114 3.87267C18.4086 5.21525 20 7.7102 20 10.5479C20 10.9852 19.9624 11.4133 19.8902 11.8294C19.7959 12.3736 20.1606 12.8912 20.7048 12.9855C21.249 13.0798 21.7666 12.7151 21.8609 12.1709C21.9524 11.6425 22 11.1002 22 10.5479C22 6.93525 19.9716 3.79831 16.9886 2.12769ZM10.9997 8V11.9458L7.46973 14.152L8.52972 15.848L10.9997 14.3043V22C10.9997 22.5523 11.4474 23 11.9997 23C12.552 23 12.9997 22.5523 12.9997 22V14.3042L15.4697 15.848L16.5297 14.152L12.9997 11.9457V8H10.9997Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 22C5 21.4477 5.44772 21 6 21H18C18.5523 21 19 21.4477 19 22C19 22.5523 18.5523 23 18 23H6C5.44772 23 5 22.5523 5 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 10C10.6193 10 9.5 11.1193 9.5 12.5C9.5 13.8807 10.6193 15 12 15C13.3807 15 14.5 13.8807 14.5 12.5C14.5 11.1193 13.3807 10 12 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0002 1C11.0096 1 10.2351 1.6023 9.75398 2.32398C9.2682 3.05265 9.00024 4.00168 9.00024 5C9.00024 5.99832 9.2682 6.94735 9.75398 7.67602C10.2351 8.3977 11.0096 9 12.0002 9C12.9909 9 13.7654 8.3977 14.2465 7.67602C14.7323 6.94735 15.0002 5.99832 15.0002 5C15.0002 4.00168 14.7323 3.05265 14.2465 2.32398C13.7654 1.6023 12.9909 1 12.0002 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.7357 13.682C18.8803 13.1909 17.9348 12.9524 17.0703 13.0079C16.2151 13.0627 15.3127 13.4258 14.8197 14.2749C14.3257 15.1257 14.4606 16.0888 14.8423 16.8564C15.2276 17.6313 15.9096 18.3271 16.7648 18.8181C17.6203 19.3092 18.5658 19.5476 19.4302 19.4922C20.2854 19.4373 21.1878 19.0742 21.6808 18.2251C22.1748 17.3743 22.04 16.4113 21.6583 15.6436C21.2729 14.8688 20.591 14.173 19.7357 13.682Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.18083 14.2749C8.68781 13.4258 7.78542 13.0627 6.93023 13.0079C6.06576 12.9524 5.12026 13.1909 4.26484 13.682C3.40955 14.173 2.72761 14.8688 2.34229 15.6436C1.96058 16.4113 1.82573 17.3743 2.31972 18.2251C2.81274 19.0742 3.71513 19.4373 4.57032 19.4922C5.43479 19.5476 6.38029 19.3092 7.23571 18.8181C8.091 18.3271 8.77294 17.6313 9.15826 16.8564C9.53997 16.0888 9.67482 15.1257 9.18083 14.2749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.98864 3.87267C8.4705 3.6028 8.64235 2.9934 8.37249 2.51154C8.10262 2.02968 7.49322 1.85783 7.01136 2.12769C4.0284 3.79831 2 6.93525 2 10.5479C2 11.1002 2.04756 11.6425 2.13912 12.1709C2.23342 12.7151 2.751 13.0798 3.29518 12.9855C3.83935 12.8912 4.20405 12.3736 4.10975 11.8294C4.03764 11.4133 4 10.9852 4 10.5479C4 7.7102 5.59139 5.21525 7.98864 3.87267ZM16.9886 2.12769C16.5068 1.85783 15.8974 2.02968 15.6275 2.51154C15.3576 2.9934 15.5295 3.6028 16.0114 3.87267C18.4086 5.21525 20 7.7102 20 10.5479C20 10.9852 19.9624 11.4133 19.8902 11.8294C19.7959 12.3736 20.1606 12.8912 20.7048 12.9855C21.249 13.0798 21.7666 12.7151 21.8609 12.1709C21.9524 11.6425 22 11.1002 22 10.5479C22 6.93525 19.9716 3.79831 16.9886 2.12769ZM10.9997 8V11.9458L7.46973 14.152L8.52972 15.848L10.9997 14.3043V22C10.9997 22.5523 11.4474 23 11.9997 23C12.552 23 12.9997 22.5523 12.9997 22V14.3042L15.4697 15.848L16.5297 14.152L12.9997 11.9457V8H10.9997Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-archive-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.03143 2.25C6.7048 2.24999 7.25551 2.24998 7.70307 2.28655C8.16633 2.3244 8.58473 2.40514 8.97547 2.60423C9.587 2.91582 10.0842 3.413 10.3958 4.02453C10.5949 4.41527 10.6756 4.83367 10.7134 5.29693C10.75 5.74448 10.75 6.29518 10.75 6.96853V6.96856V17.0314V17.0315C10.75 17.7048 10.75 18.2555 10.7134 18.7031C10.6756 19.1663 10.5949 19.5847 10.3958 19.9755C10.0842 20.587 9.587 21.0842 8.97547 21.3958C8.58473 21.5949 8.16633 21.6756 7.70307 21.7134C7.25551 21.75 6.70481 21.75 6.03144 21.75H5.96856C5.29519 21.75 4.74449 21.75 4.29693 21.7134C3.83367 21.6756 3.41527 21.5949 3.02453 21.3958C2.413 21.0842 1.91582 20.587 1.60423 19.9755C1.40514 19.5847 1.3244 19.1663 1.28655 18.7031C1.24998 18.2555 1.24999 17.7048 1.25 17.0314V17.0314V6.96858V6.96857C1.24999 6.2952 1.24998 5.74449 1.28655 5.29693C1.3244 4.83367 1.40514 4.41527 1.60423 4.02453C1.91582 3.413 2.413 2.91582 3.02453 2.60423C3.41527 2.40514 3.83367 2.3244 4.29693 2.28655C4.74449 2.24998 5.2952 2.24999 5.96857 2.25H5.96858H6.03142H6.03143ZM5 17C5 16.4477 5.44571 16 5.99553 16H6.00447C6.55429 16 7 16.4477 7 17C7 17.5523 6.55429 18 6.00447 18H5.99553C5.44571 18 5 17.5523 5 17ZM4 6C3.44772 6 3 6.44772 3 7C3 7.55228 3.44772 8 4 8H8C8.55228 8 9 7.55229 9 7C9 6.44772 8.55228 6 8 6L4 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6456 2.32715C16.0946 2.24499 16.5135 2.21478 16.937 2.30516C17.5983 2.44631 18.1976 2.79397 18.6493 3.29771C18.9383 3.61998 19.1213 3.99851 19.2747 4.42946C19.4229 4.84571 19.5626 5.3692 19.7332 6.00857L22.2841 15.5684L22.2841 15.5685L22.2841 15.5685C22.4547 16.2078 22.5944 16.7313 22.6733 17.1661C22.755 17.6164 22.7849 18.0357 22.6952 18.4593C22.5551 19.1215 22.2097 19.7226 21.7079 20.1763C21.3867 20.4667 21.0091 20.6508 20.5794 20.8051C20.1646 20.954 19.6432 21.0943 19.0069 21.2655L19.0069 21.2655L19.0066 21.2655L19.0065 21.2656L18.9459 21.2819L18.9456 21.2819L18.9454 21.282C18.3091 21.4532 17.7877 21.5935 17.3544 21.6728C16.9054 21.755 16.4864 21.7852 16.063 21.6948C15.4017 21.5537 14.8024 21.206 14.3507 20.7023C14.0617 20.38 13.8787 20.0015 13.7253 19.5705C13.5771 19.1543 13.4374 18.6308 13.2668 17.9914L13.2668 17.9914L10.7159 8.43159C10.5453 7.79221 10.4056 7.26874 10.3267 6.83388C10.245 6.38359 10.2151 5.96423 10.3047 5.54067C10.4449 4.87851 10.7903 4.27739 11.2921 3.82372C11.6133 3.53327 11.9908 3.34917 12.4206 3.1949C12.8354 3.046 13.357 2.90567 13.9934 2.73442L13.9935 2.73442L13.9935 2.73442L13.9935 2.73442L14.0542 2.71808L14.0542 2.71808L14.0542 2.71808L14.0542 2.71807C14.6907 2.54682 15.2122 2.40647 15.6456 2.32715ZM17.8311 6.20616C17.9935 6.73402 17.6973 7.29361 17.1694 7.45604L13.9194 8.45613C13.3915 8.61856 12.8319 8.32232 12.6695 7.79446C12.5071 7.26661 12.8033 6.70702 13.3312 6.54459L16.5812 5.54449C17.1091 5.38206 17.6687 5.6783 17.8311 6.20616ZM17.5185 15.7316C16.9874 15.874 16.6728 16.4218 16.8157 16.9552C16.9587 17.4887 17.5051 17.8058 18.0361 17.6635L18.0448 17.6612C18.5759 17.5189 18.8905 16.9711 18.7476 16.4376C18.6046 15.9041 18.0582 15.587 17.5271 15.7293L17.5185 15.7316Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.03143 2.25C6.7048 2.24999 7.25551 2.24998 7.70307 2.28655C8.16633 2.3244 8.58473 2.40514 8.97547 2.60423C9.587 2.91582 10.0842 3.413 10.3958 4.02453C10.5949 4.41527 10.6756 4.83367 10.7134 5.29693C10.75 5.74448 10.75 6.29518 10.75 6.96853V6.96856V17.0314V17.0315C10.75 17.7048 10.75 18.2555 10.7134 18.7031C10.6756 19.1663 10.5949 19.5847 10.3958 19.9755C10.0842 20.587 9.587 21.0842 8.97547 21.3958C8.58473 21.5949 8.16633 21.6756 7.70307 21.7134C7.25551 21.75 6.70481 21.75 6.03144 21.75H5.96856C5.29519 21.75 4.74449 21.75 4.29693 21.7134C3.83367 21.6756 3.41527 21.5949 3.02453 21.3958C2.413 21.0842 1.91582 20.587 1.60423 19.9755C1.40514 19.5847 1.3244 19.1663 1.28655 18.7031C1.24998 18.2555 1.24999 17.7048 1.25 17.0314V17.0314V6.96858V6.96857C1.24999 6.2952 1.24998 5.74449 1.28655 5.29693C1.3244 4.83367 1.40514 4.41527 1.60423 4.02453C1.91582 3.413 2.413 2.91582 3.02453 2.60423C3.41527 2.40514 3.83367 2.3244 4.29693 2.28655C4.74449 2.24998 5.2952 2.24999 5.96857 2.25H5.96858H6.03142H6.03143ZM5 17C5 16.4477 5.44571 16 5.99553 16H6.00447C6.55429 16 7 16.4477 7 17C7 17.5523 6.55429 18 6.00447 18H5.99553C5.44571 18 5 17.5523 5 17ZM4 6C3.44772 6 3 6.44772 3 7C3 7.55228 3.44772 8 4 8H8C8.55228 8 9 7.55229 9 7C9 6.44772 8.55228 6 8 6L4 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6456 2.32715C16.0946 2.24499 16.5135 2.21478 16.937 2.30516C17.5983 2.44631 18.1976 2.79397 18.6493 3.29771C18.9383 3.61998 19.1213 3.99851 19.2747 4.42946C19.4229 4.84571 19.5626 5.3692 19.7332 6.00857L22.2841 15.5684L22.2841 15.5685L22.2841 15.5685C22.4547 16.2078 22.5944 16.7313 22.6733 17.1661C22.755 17.6164 22.7849 18.0357 22.6952 18.4593C22.5551 19.1215 22.2097 19.7226 21.7079 20.1763C21.3867 20.4667 21.0091 20.6508 20.5794 20.8051C20.1646 20.954 19.6432 21.0943 19.0069 21.2655L19.0069 21.2655L19.0066 21.2655L19.0065 21.2656L18.9459 21.2819L18.9456 21.2819L18.9454 21.282C18.3091 21.4532 17.7877 21.5935 17.3544 21.6728C16.9054 21.755 16.4864 21.7852 16.063 21.6948C15.4017 21.5537 14.8024 21.206 14.3507 20.7023C14.0617 20.38 13.8787 20.0015 13.7253 19.5705C13.5771 19.1543 13.4374 18.6308 13.2668 17.9914L13.2668 17.9914L10.7159 8.43159C10.5453 7.79221 10.4056 7.26874 10.3267 6.83388C10.245 6.38359 10.2151 5.96423 10.3047 5.54067C10.4449 4.87851 10.7903 4.27739 11.2921 3.82372C11.6133 3.53327 11.9908 3.34917 12.4206 3.1949C12.8354 3.046 13.357 2.90567 13.9934 2.73442L13.9935 2.73442L13.9935 2.73442L13.9935 2.73442L14.0542 2.71808L14.0542 2.71808L14.0542 2.71808L14.0542 2.71807C14.6907 2.54682 15.2122 2.40647 15.6456 2.32715ZM17.8311 6.20616C17.9935 6.73402 17.6973 7.29361 17.1694 7.45604L13.9194 8.45613C13.3915 8.61856 12.8319 8.32232 12.6695 7.79446C12.5071 7.26661 12.8033 6.70702 13.3312 6.54459L16.5812 5.54449C17.1091 5.38206 17.6687 5.6783 17.8311 6.20616ZM17.5185 15.7316C16.9874 15.874 16.6728 16.4218 16.8157 16.9552C16.9587 17.4887 17.5051 17.8058 18.0361 17.6635L18.0448 17.6612C18.5759 17.5189 18.8905 16.9711 18.7476 16.4376C18.6046 15.9041 18.0582 15.587 17.5271 15.7293L17.5185 15.7316Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-archive-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0402 5.25C16.7061 5.24999 17.2656 5.24997 17.7234 5.28738C18.2021 5.3265 18.6571 5.41144 19.089 5.63148C19.7475 5.96703 20.283 6.50247 20.6185 7.16103C20.8386 7.59289 20.9235 8.04785 20.9626 8.52657C21 8.98443 21 9.54394 21 10.2098V10.2098V10.25C21 10.8023 20.5523 11.25 20 11.25C19.4477 11.25 19 10.8023 19 10.25C19 9.53343 18.9992 9.05615 18.9693 8.68944C18.9403 8.3344 18.889 8.17194 18.8365 8.06902C18.6927 7.78677 18.4632 7.5573 18.181 7.41349C18.0781 7.36105 17.9156 7.30975 17.5606 7.28074C17.1939 7.25078 16.7166 7.25 16 7.25H8C7.28343 7.25 6.80615 7.25078 6.43944 7.28074C6.0844 7.30975 5.92194 7.36105 5.81902 7.41349C5.53677 7.5573 5.3073 7.78677 5.16349 8.06902C5.11105 8.17194 5.05975 8.3344 5.03074 8.68944C5.00078 9.05615 5 9.53343 5 10.25C5 10.8023 4.55229 11.25 4 11.25C3.44772 11.25 3 10.8023 3 10.25V10.2098V10.2098C2.99999 9.54395 2.99997 8.98444 3.03738 8.52657C3.0765 8.04785 3.16144 7.59289 3.38148 7.16103C3.71704 6.50247 4.25247 5.96704 4.91103 5.63148C5.34289 5.41144 5.79785 5.3265 6.27657 5.28738C6.73444 5.24997 7.29395 5.24999 7.95981 5.25H7.95984H16.0402H16.0402Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.93417 1.25L10 1.25L14.0658 1.25C14.9523 1.24995 15.7161 1.24991 16.3278 1.33215C16.9833 1.42028 17.6117 1.61902 18.1213 2.12868C18.631 2.63835 18.8297 3.2667 18.9179 3.92221C19.0001 4.53387 19.0001 5.29769 19 6.18417L19 6.25C19 6.80229 18.5523 7.25 18 7.25C17.4477 7.25 17 6.80229 17 6.25C17 5.27893 16.9979 4.65122 16.9357 4.18871C16.8774 3.75497 16.7832 3.61902 16.7071 3.5429C16.631 3.46677 16.495 3.37263 16.0613 3.31431C15.5988 3.25213 14.9711 3.25 14 3.25H10C9.02893 3.25 8.40122 3.25213 7.93871 3.31431C7.50497 3.37263 7.36902 3.46677 7.2929 3.5429C7.21677 3.61902 7.12263 3.75497 7.06431 4.18871C7.00213 4.65122 7 5.27893 7 6.25C7 6.80229 6.55229 7.25 6 7.25C5.44772 7.25 5 6.80229 5 6.25L5 6.18417C4.99995 5.29769 4.99991 4.53387 5.08215 3.92221C5.17028 3.2667 5.36902 2.63835 5.87868 2.12868C6.38835 1.61902 7.0167 1.42028 7.67221 1.33215C8.28387 1.24991 9.04769 1.24995 9.93417 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0391 9.25H16.0391H16.0391H7.96094H7.96093H7.96092C6.82461 9.24999 5.91736 9.24998 5.18963 9.32056C4.44204 9.39306 3.80522 9.54555 3.23886 9.90142C2.69825 10.2411 2.24111 10.6982 1.90142 11.2389C1.54555 11.8052 1.39306 12.442 1.32056 13.1896C1.24998 13.9174 1.24999 14.8246 1.25 15.9609V15.9609V15.9609V16.0391V16.0391V16.0391C1.24999 17.1754 1.24998 18.0826 1.32056 18.8104C1.39306 19.558 1.54555 20.1948 1.90142 20.7611C2.24111 21.3018 2.69825 21.7589 3.23886 22.0986C3.80523 22.4544 4.44204 22.6069 5.18963 22.6794C5.91736 22.75 6.82461 22.75 7.96092 22.75H16.0391C17.1754 22.75 18.0826 22.75 18.8104 22.6794C19.558 22.6069 20.1948 22.4544 20.7611 22.0986C21.3018 21.7589 21.7589 21.3018 22.0986 20.7611C22.4544 20.1948 22.6069 19.558 22.6794 18.8104C22.75 18.0826 22.75 17.1754 22.75 16.0391V15.9609C22.75 14.8246 22.75 13.9174 22.6794 13.1896C22.6069 12.442 22.4544 11.8052 22.0986 11.2389C21.7589 10.6982 21.3018 10.2411 20.7611 9.90142C20.1948 9.54555 19.558 9.39306 18.8104 9.32056C18.0826 9.24998 17.1754 9.24999 16.0391 9.25ZM10 14C10 13.4477 9.55229 13 9 13C8.44772 13 8 13.4477 8 14C8 15.6569 9.34315 17 11 17H13C14.6569 17 16 15.6569 16 14C16 13.4477 15.5523 13 15 13C14.4477 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H11C10.4477 15 10 14.5523 10 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0402 5.25C16.7061 5.24999 17.2656 5.24997 17.7234 5.28738C18.2021 5.3265 18.6571 5.41144 19.089 5.63148C19.7475 5.96703 20.283 6.50247 20.6185 7.16103C20.8386 7.59289 20.9235 8.04785 20.9626 8.52657C21 8.98443 21 9.54394 21 10.2098V10.2098V10.25C21 10.8023 20.5523 11.25 20 11.25C19.4477 11.25 19 10.8023 19 10.25C19 9.53343 18.9992 9.05615 18.9693 8.68944C18.9403 8.3344 18.889 8.17194 18.8365 8.06902C18.6927 7.78677 18.4632 7.5573 18.181 7.41349C18.0781 7.36105 17.9156 7.30975 17.5606 7.28074C17.1939 7.25078 16.7166 7.25 16 7.25H8C7.28343 7.25 6.80615 7.25078 6.43944 7.28074C6.0844 7.30975 5.92194 7.36105 5.81902 7.41349C5.53677 7.5573 5.3073 7.78677 5.16349 8.06902C5.11105 8.17194 5.05975 8.3344 5.03074 8.68944C5.00078 9.05615 5 9.53343 5 10.25C5 10.8023 4.55229 11.25 4 11.25C3.44772 11.25 3 10.8023 3 10.25V10.2098V10.2098C2.99999 9.54395 2.99997 8.98444 3.03738 8.52657C3.0765 8.04785 3.16144 7.59289 3.38148 7.16103C3.71704 6.50247 4.25247 5.96704 4.91103 5.63148C5.34289 5.41144 5.79785 5.3265 6.27657 5.28738C6.73444 5.24997 7.29395 5.24999 7.95981 5.25H7.95984H16.0402H16.0402Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.93417 1.25L10 1.25L14.0658 1.25C14.9523 1.24995 15.7161 1.24991 16.3278 1.33215C16.9833 1.42028 17.6117 1.61902 18.1213 2.12868C18.631 2.63835 18.8297 3.2667 18.9179 3.92221C19.0001 4.53387 19.0001 5.29769 19 6.18417L19 6.25C19 6.80229 18.5523 7.25 18 7.25C17.4477 7.25 17 6.80229 17 6.25C17 5.27893 16.9979 4.65122 16.9357 4.18871C16.8774 3.75497 16.7832 3.61902 16.7071 3.5429C16.631 3.46677 16.495 3.37263 16.0613 3.31431C15.5988 3.25213 14.9711 3.25 14 3.25H10C9.02893 3.25 8.40122 3.25213 7.93871 3.31431C7.50497 3.37263 7.36902 3.46677 7.2929 3.5429C7.21677 3.61902 7.12263 3.75497 7.06431 4.18871C7.00213 4.65122 7 5.27893 7 6.25C7 6.80229 6.55229 7.25 6 7.25C5.44772 7.25 5 6.80229 5 6.25L5 6.18417C4.99995 5.29769 4.99991 4.53387 5.08215 3.92221C5.17028 3.2667 5.36902 2.63835 5.87868 2.12868C6.38835 1.61902 7.0167 1.42028 7.67221 1.33215C8.28387 1.24991 9.04769 1.24995 9.93417 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0391 9.25H16.0391H16.0391H7.96094H7.96093H7.96092C6.82461 9.24999 5.91736 9.24998 5.18963 9.32056C4.44204 9.39306 3.80522 9.54555 3.23886 9.90142C2.69825 10.2411 2.24111 10.6982 1.90142 11.2389C1.54555 11.8052 1.39306 12.442 1.32056 13.1896C1.24998 13.9174 1.24999 14.8246 1.25 15.9609V15.9609V15.9609V16.0391V16.0391V16.0391C1.24999 17.1754 1.24998 18.0826 1.32056 18.8104C1.39306 19.558 1.54555 20.1948 1.90142 20.7611C2.24111 21.3018 2.69825 21.7589 3.23886 22.0986C3.80523 22.4544 4.44204 22.6069 5.18963 22.6794C5.91736 22.75 6.82461 22.75 7.96092 22.75H16.0391C17.1754 22.75 18.0826 22.75 18.8104 22.6794C19.558 22.6069 20.1948 22.4544 20.7611 22.0986C21.3018 21.7589 21.7589 21.3018 22.0986 20.7611C22.4544 20.1948 22.6069 19.558 22.6794 18.8104C22.75 18.0826 22.75 17.1754 22.75 16.0391V15.9609C22.75 14.8246 22.75 13.9174 22.6794 13.1896C22.6069 12.442 22.4544 11.8052 22.0986 11.2389C21.7589 10.6982 21.3018 10.2411 20.7611 9.90142C20.1948 9.54555 19.558 9.39306 18.8104 9.32056C18.0826 9.24998 17.1754 9.24999 16.0391 9.25ZM10 14C10 13.4477 9.55229 13 9 13C8.44772 13 8 13.4477 8 14C8 15.6569 9.34315 17 11 17H13C14.6569 17 16 15.6569 16 14C16 13.4477 15.5523 13 15 13C14.4477 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H11C10.4477 15 10 14.5523 10 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-catalogue{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.2812 1.25C17.5268 1.24996 18.5627 1.24993 19.3845 1.36163C20.2516 1.47949 21.0278 1.73812 21.6498 2.36687C22.2702 2.9941 22.524 3.77443 22.6399 4.64582C22.7501 5.47443 22.75 6.51982 22.75 7.78076V10.7193C22.75 11.9802 22.7501 13.0256 22.6399 13.8542C22.524 14.7256 22.2702 15.5059 21.6498 16.1331C21.0278 16.7619 20.2516 17.0205 19.3845 17.1384C18.5627 17.2501 17.5268 17.25 16.2812 17.25L15.2876 17.25C14.7353 17.25 14.2876 16.8023 14.2876 16.25C14.2876 15.6977 14.7353 15.25 15.2876 15.25H16.2108C17.545 15.25 18.4439 15.2478 19.1151 15.1566C19.7564 15.0694 20.0386 14.918 20.2278 14.7267C20.4186 14.5338 20.5704 14.2441 20.6573 13.5905C20.7479 12.9093 20.75 11.9979 20.75 10.65V7.85C20.75 6.5021 20.7479 5.59069 20.6573 4.90947C20.5704 4.2559 20.4186 3.96621 20.2278 3.77334C20.0386 3.58198 19.7564 3.43057 19.1151 3.34341C18.4439 3.25217 17.545 3.25 16.2108 3.25H15.2876C13.9534 3.25 13.0545 3.25217 12.3833 3.34341C12.2051 3.36763 12.1496 3.58343 12.285 3.70185L14.9085 5.99743C15.263 6.30758 15.3458 6.81271 15.1369 7.21248C15.0964 7.2899 15.0762 7.32861 15.0131 7.3711C14.9501 7.41358 14.8886 7.41953 14.7656 7.43142L9.74449 7.91666C9.19222 7.91361 8.74697 7.46344 8.75002 6.91116C8.75496 6.01395 8.77445 5.23439 8.86797 4.57713C8.96274 3.91111 9.14328 3.29001 9.52575 2.75108C9.62278 2.61437 9.73032 2.48648 9.84864 2.36687C10.4706 1.73812 11.2468 1.47949 12.1139 1.36163C12.9357 1.24993 13.9716 1.24996 15.2172 1.25H16.2812Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.59334 5.25H9.59333H9.59332H8.40669H8.40667H8.40666C6.93025 5.24998 5.74683 5.24997 4.81751 5.37372C3.85586 5.50178 3.05447 5.77447 2.41849 6.4044C1.78151 7.03531 1.50485 7.83196 1.3751 8.78785C1.24997 9.70973 1.24998 10.8831 1.25 12.3443V12.3443V12.3443V15.6557V15.6557V15.6557C1.24998 17.1169 1.24997 18.2903 1.3751 19.2122C1.50485 20.168 1.78151 20.9647 2.41849 21.5956C3.05447 22.2255 3.85586 22.4982 4.81751 22.6263C5.74682 22.75 6.93025 22.75 8.40666 22.75H9.59335C11.0698 22.75 12.2532 22.75 13.1825 22.6263C14.1441 22.4982 14.9455 22.2255 15.5815 21.5956C16.2185 20.9647 16.4952 20.168 16.6249 19.2122C16.75 18.2903 16.75 17.1169 16.75 15.6557V12.3443C16.75 10.8831 16.75 9.70973 16.6249 8.78785C16.4952 7.83196 16.2185 7.03531 15.5815 6.4044C14.9455 5.77447 14.1441 5.50178 13.1825 5.37372C12.2532 5.24997 11.0698 5.24998 9.59334 5.25ZM6 11C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13H9C9.55229 13 10 12.5523 10 12C10 11.4477 9.55229 11 9 11H6ZM6 16C5.44772 16 5 16.4477 5 17C5 17.5523 5.44772 18 6 18H11C11.5523 18 12 17.5523 12 17C12 16.4477 11.5523 16 11 16H6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.2812 1.25C17.5268 1.24996 18.5627 1.24993 19.3845 1.36163C20.2516 1.47949 21.0278 1.73812 21.6498 2.36687C22.2702 2.9941 22.524 3.77443 22.6399 4.64582C22.7501 5.47443 22.75 6.51982 22.75 7.78076V10.7193C22.75 11.9802 22.7501 13.0256 22.6399 13.8542C22.524 14.7256 22.2702 15.5059 21.6498 16.1331C21.0278 16.7619 20.2516 17.0205 19.3845 17.1384C18.5627 17.2501 17.5268 17.25 16.2812 17.25L15.2876 17.25C14.7353 17.25 14.2876 16.8023 14.2876 16.25C14.2876 15.6977 14.7353 15.25 15.2876 15.25H16.2108C17.545 15.25 18.4439 15.2478 19.1151 15.1566C19.7564 15.0694 20.0386 14.918 20.2278 14.7267C20.4186 14.5338 20.5704 14.2441 20.6573 13.5905C20.7479 12.9093 20.75 11.9979 20.75 10.65V7.85C20.75 6.5021 20.7479 5.59069 20.6573 4.90947C20.5704 4.2559 20.4186 3.96621 20.2278 3.77334C20.0386 3.58198 19.7564 3.43057 19.1151 3.34341C18.4439 3.25217 17.545 3.25 16.2108 3.25H15.2876C13.9534 3.25 13.0545 3.25217 12.3833 3.34341C12.2051 3.36763 12.1496 3.58343 12.285 3.70185L14.9085 5.99743C15.263 6.30758 15.3458 6.81271 15.1369 7.21248C15.0964 7.2899 15.0762 7.32861 15.0131 7.3711C14.9501 7.41358 14.8886 7.41953 14.7656 7.43142L9.74449 7.91666C9.19222 7.91361 8.74697 7.46344 8.75002 6.91116C8.75496 6.01395 8.77445 5.23439 8.86797 4.57713C8.96274 3.91111 9.14328 3.29001 9.52575 2.75108C9.62278 2.61437 9.73032 2.48648 9.84864 2.36687C10.4706 1.73812 11.2468 1.47949 12.1139 1.36163C12.9357 1.24993 13.9716 1.24996 15.2172 1.25H16.2812Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.59334 5.25H9.59333H9.59332H8.40669H8.40667H8.40666C6.93025 5.24998 5.74683 5.24997 4.81751 5.37372C3.85586 5.50178 3.05447 5.77447 2.41849 6.4044C1.78151 7.03531 1.50485 7.83196 1.3751 8.78785C1.24997 9.70973 1.24998 10.8831 1.25 12.3443V12.3443V12.3443V15.6557V15.6557V15.6557C1.24998 17.1169 1.24997 18.2903 1.3751 19.2122C1.50485 20.168 1.78151 20.9647 2.41849 21.5956C3.05447 22.2255 3.85586 22.4982 4.81751 22.6263C5.74682 22.75 6.93025 22.75 8.40666 22.75H9.59335C11.0698 22.75 12.2532 22.75 13.1825 22.6263C14.1441 22.4982 14.9455 22.2255 15.5815 21.5956C16.2185 20.9647 16.4952 20.168 16.6249 19.2122C16.75 18.2903 16.75 17.1169 16.75 15.6557V12.3443C16.75 10.8831 16.75 9.70973 16.6249 8.78785C16.4952 7.83196 16.2185 7.03531 15.5815 6.4044C14.9455 5.77447 14.1441 5.50178 13.1825 5.37372C12.2532 5.24997 11.0698 5.24998 9.59334 5.25ZM6 11C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13H9C9.55229 13 10 12.5523 10 12C10 11.4477 9.55229 11 9 11H6ZM6 16C5.44772 16 5 16.4477 5 17C5 17.5523 5.44772 18 6 18H11C11.5523 18 12 17.5523 12 17C12 16.4477 11.5523 16 11 16H6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-copy-link{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5111 4.48885C18.8593 3.83705 17.8026 3.83705 17.1508 4.48885C16.7603 4.87938 16.1271 4.87938 15.7366 4.48886C15.346 4.09833 15.346 3.46517 15.7366 3.07464C17.1694 1.64179 19.4925 1.64179 20.9254 3.07464C22.3582 4.5075 22.3582 6.83061 20.9254 8.26347L18.5662 10.6226C17.1983 11.9906 15.0199 12.0524 13.5777 10.8086C13.1594 10.4479 13.1128 9.81648 13.4735 9.39825C13.8342 8.98002 14.4656 8.93337 14.8839 9.29406C15.5388 9.85891 16.5302 9.83022 17.152 9.20839L19.5111 6.84926C20.163 6.19745 20.163 5.14066 19.5111 4.48885ZM16.1161 7.70594C15.4612 7.14109 14.4698 7.16978 13.848 7.79161L11.4889 10.1507C10.837 10.8025 10.837 11.8593 11.4889 12.5111C12.1407 13.163 13.1974 13.163 13.8492 12.5111C14.2397 12.1206 14.8729 12.1206 15.2634 12.5111C15.654 12.9017 15.654 13.5348 15.2634 13.9254C13.8306 15.3582 11.5075 15.3582 10.0746 13.9254C8.64179 12.4925 8.64179 10.1694 10.0746 8.73653L12.4338 6.3774C13.8017 5.00944 15.9801 4.94757 17.4223 6.19138C17.8406 6.55207 17.8872 7.18352 17.5265 7.60175C17.1658 8.01998 16.5344 8.06663 16.1161 7.70594Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9537 2.25L11.025 2.25C11.5635 2.25 12 2.68652 12 3.225C12 3.76348 11.5635 4.2 11.025 4.2C9.15896 4.2 7.85751 4.20207 6.87556 4.33409C5.92165 4.46234 5.41651 4.69692 5.05671 5.05671C4.69692 5.41651 4.46234 5.92165 4.33409 6.87556C4.20207 7.85751 4.2 9.15896 4.2 11.025V12.975C4.2 14.841 4.20207 16.1425 4.33409 17.1244C4.46234 18.0784 4.69692 18.5835 5.05671 18.9433C5.41651 19.3031 5.92165 19.5377 6.87556 19.6659C7.85751 19.7979 9.15896 19.8 11.025 19.8H12.975C14.841 19.8 16.1425 19.7979 17.1244 19.6659C18.0784 19.5377 18.5835 19.3031 18.9433 18.9433C19.3031 18.5835 19.5377 18.0784 19.6659 17.1244C19.7979 16.1425 19.8 14.841 19.8 12.975C19.8 12.4365 20.2365 12 20.775 12C21.3135 12 21.75 12.4365 21.75 12.975V13.0463C21.75 14.8242 21.75 16.2572 21.5985 17.3843C21.4412 18.5544 21.1046 19.5397 20.3221 20.3221C19.5397 21.1046 18.5544 21.4412 17.3843 21.5985C16.2572 21.75 14.8242 21.75 13.0463 21.75H10.9537C9.17581 21.75 7.74279 21.75 6.61572 21.5985C5.44558 21.4412 4.46035 21.1046 3.67786 20.3221C2.89536 19.5397 2.5588 18.5544 2.40148 17.3843C2.24995 16.2572 2.24997 14.8242 2.25 13.0463V10.9537C2.24997 9.1758 2.24995 7.74278 2.40148 6.61572C2.5588 5.44558 2.89536 4.46035 3.67786 3.67786C4.46035 2.89536 5.44558 2.5588 6.61572 2.40148C7.74278 2.24995 9.1758 2.24997 10.9537 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5111 4.48885C18.8593 3.83705 17.8026 3.83705 17.1508 4.48885C16.7603 4.87938 16.1271 4.87938 15.7366 4.48886C15.346 4.09833 15.346 3.46517 15.7366 3.07464C17.1694 1.64179 19.4925 1.64179 20.9254 3.07464C22.3582 4.5075 22.3582 6.83061 20.9254 8.26347L18.5662 10.6226C17.1983 11.9906 15.0199 12.0524 13.5777 10.8086C13.1594 10.4479 13.1128 9.81648 13.4735 9.39825C13.8342 8.98002 14.4656 8.93337 14.8839 9.29406C15.5388 9.85891 16.5302 9.83022 17.152 9.20839L19.5111 6.84926C20.163 6.19745 20.163 5.14066 19.5111 4.48885ZM16.1161 7.70594C15.4612 7.14109 14.4698 7.16978 13.848 7.79161L11.4889 10.1507C10.837 10.8025 10.837 11.8593 11.4889 12.5111C12.1407 13.163 13.1974 13.163 13.8492 12.5111C14.2397 12.1206 14.8729 12.1206 15.2634 12.5111C15.654 12.9017 15.654 13.5348 15.2634 13.9254C13.8306 15.3582 11.5075 15.3582 10.0746 13.9254C8.64179 12.4925 8.64179 10.1694 10.0746 8.73653L12.4338 6.3774C13.8017 5.00944 15.9801 4.94757 17.4223 6.19138C17.8406 6.55207 17.8872 7.18352 17.5265 7.60175C17.1658 8.01998 16.5344 8.06663 16.1161 7.70594Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9537 2.25L11.025 2.25C11.5635 2.25 12 2.68652 12 3.225C12 3.76348 11.5635 4.2 11.025 4.2C9.15896 4.2 7.85751 4.20207 6.87556 4.33409C5.92165 4.46234 5.41651 4.69692 5.05671 5.05671C4.69692 5.41651 4.46234 5.92165 4.33409 6.87556C4.20207 7.85751 4.2 9.15896 4.2 11.025V12.975C4.2 14.841 4.20207 16.1425 4.33409 17.1244C4.46234 18.0784 4.69692 18.5835 5.05671 18.9433C5.41651 19.3031 5.92165 19.5377 6.87556 19.6659C7.85751 19.7979 9.15896 19.8 11.025 19.8H12.975C14.841 19.8 16.1425 19.7979 17.1244 19.6659C18.0784 19.5377 18.5835 19.3031 18.9433 18.9433C19.3031 18.5835 19.5377 18.0784 19.6659 17.1244C19.7979 16.1425 19.8 14.841 19.8 12.975C19.8 12.4365 20.2365 12 20.775 12C21.3135 12 21.75 12.4365 21.75 12.975V13.0463C21.75 14.8242 21.75 16.2572 21.5985 17.3843C21.4412 18.5544 21.1046 19.5397 20.3221 20.3221C19.5397 21.1046 18.5544 21.4412 17.3843 21.5985C16.2572 21.75 14.8242 21.75 13.0463 21.75H10.9537C9.17581 21.75 7.74279 21.75 6.61572 21.5985C5.44558 21.4412 4.46035 21.1046 3.67786 20.3221C2.89536 19.5397 2.5588 18.5544 2.40148 17.3843C2.24995 16.2572 2.24997 14.8242 2.25 13.0463V10.9537C2.24997 9.1758 2.24995 7.74278 2.40148 6.61572C2.5588 5.44558 2.89536 4.46035 3.67786 3.67786C4.46035 2.89536 5.44558 2.5588 6.61572 2.40148C7.74278 2.24995 9.1758 2.24997 10.9537 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-course{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.47047 2.2562C7.52345 2.79331 7.13199 3.27177 6.59612 3.32487C5.4148 3.44193 4.83429 3.68898 4.43351 4.09272C4.07281 4.45608 3.83763 4.96661 3.70919 5.92906C3.57705 6.91912 3.575 8.23103 3.575 10.1107V14.0397C3.575 15.9193 3.57705 17.2313 3.70919 18.2213C3.83763 19.1838 4.07281 19.6943 4.43351 20.0577C4.79353 20.4203 5.29832 20.6563 6.25138 20.7854C7.233 20.9184 8.53413 20.9205 10.4004 20.9205H12.3505C14.2168 20.9205 15.5179 20.9184 16.4995 20.7854C17.4526 20.6563 17.9574 20.4203 18.3174 20.0577C18.6468 19.7258 18.8693 19.2762 19.0034 18.4823C19.1424 17.6596 19.1705 16.5732 19.175 15.0311C19.1766 14.4914 19.6144 14.0551 20.1528 14.0567C20.6913 14.0583 21.1266 14.4971 21.125 15.0368C21.1206 16.5526 21.0964 17.8005 20.926 18.8087C20.7508 19.8457 20.407 20.7237 19.6997 21.4362C18.9174 22.2243 17.9317 22.5637 16.7606 22.7223C15.6332 22.875 14.1999 22.875 12.4222 22.875H10.3287C8.55104 22.875 7.11769 22.875 5.99026 22.7223C4.81917 22.5637 3.8335 22.2243 3.05118 21.4362C2.26953 20.6488 1.93354 19.6579 1.7764 18.4805C1.62495 17.3457 1.62497 15.9026 1.625 14.1109V10.0394C1.62497 8.24781 1.62495 6.80469 1.7764 5.66991C1.93354 4.49251 2.26953 3.50156 3.05118 2.71414C3.92417 1.8347 5.05025 1.51398 6.40428 1.37981C6.94015 1.32671 7.4175 1.71909 7.47047 2.2562Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.3176 7.88891C19.4921 7.80572 19.6647 7.72087 19.8333 7.63507V10.5625C19.8333 11.1148 20.281 11.5625 20.8333 11.5625C21.3856 11.5625 21.8333 11.1148 21.8333 10.5625V6.35168L21.8442 6.34115C21.9515 6.2366 22.0693 6.10556 22.1657 5.94973C22.2577 5.80114 22.375 5.55827 22.375 5.25C22.375 4.94173 22.2577 4.69886 22.1657 4.55027C22.0693 4.39444 21.9515 4.2634 21.8442 4.15885C21.6296 3.94968 21.3567 3.75026 21.076 3.56851C20.5067 3.19996 19.7621 2.81286 19.0044 2.46446C18.2421 2.11398 17.4363 1.78876 16.7327 1.54886C16.3812 1.42903 16.0448 1.32689 15.7457 1.2536C15.4635 1.18448 15.1522 1.125 14.875 1.125C14.5978 1.125 14.2865 1.18448 14.0043 1.2536C13.7052 1.32689 13.3688 1.42903 13.0173 1.54886C12.3137 1.78876 11.5079 2.11398 10.7456 2.46446C9.98791 2.81286 9.24326 3.19996 8.67403 3.56851C8.39332 3.75026 8.1204 3.94968 7.90581 4.15885C7.79855 4.2634 7.68074 4.39444 7.58426 4.55027C7.49225 4.69886 7.375 4.94173 7.375 5.25C7.375 5.55827 7.49225 5.80114 7.58426 5.94973C7.68074 6.10556 7.79855 6.2366 7.90581 6.34115C8.1204 6.55032 8.39332 6.74974 8.67403 6.93149C8.97896 7.12892 9.33423 7.33167 9.71488 7.53095L10.4873 10.969C10.5838 11.3985 10.8242 11.8771 11.2949 12.2014C12.2241 12.8417 13.4182 13.1252 14.5487 13.1252C15.6792 13.1252 16.8732 12.8417 17.8025 12.2014C18.2721 11.8778 18.5125 11.4006 18.6094 10.9718L18.61 10.969L19.3176 7.88891ZM17.0468 8.84084C16.9402 8.8793 16.8354 8.91613 16.7327 8.95114C16.3812 9.07097 16.0448 9.17311 15.7457 9.2464C15.4635 9.31553 15.1522 9.375 14.875 9.375C14.5978 9.375 14.2865 9.31553 14.0043 9.2464C13.7052 9.17311 13.3688 9.07097 13.0173 8.95114C12.6947 8.84112 12.3505 8.71316 11.9989 8.57305L12.4387 10.5306C12.4419 10.5451 12.4456 10.5565 12.4489 10.5648L12.4505 10.5687C12.9669 10.9162 13.7269 11.1252 14.5487 11.1252C15.3704 11.1252 16.1304 10.9162 16.6468 10.5687L16.6484 10.5648C16.6517 10.5565 16.6554 10.5451 16.6586 10.5306L16.6597 10.5259L16.6597 10.5259L17.0468 8.84084Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.47047 2.2562C7.52345 2.79331 7.13199 3.27177 6.59612 3.32487C5.4148 3.44193 4.83429 3.68898 4.43351 4.09272C4.07281 4.45608 3.83763 4.96661 3.70919 5.92906C3.57705 6.91912 3.575 8.23103 3.575 10.1107V14.0397C3.575 15.9193 3.57705 17.2313 3.70919 18.2213C3.83763 19.1838 4.07281 19.6943 4.43351 20.0577C4.79353 20.4203 5.29832 20.6563 6.25138 20.7854C7.233 20.9184 8.53413 20.9205 10.4004 20.9205H12.3505C14.2168 20.9205 15.5179 20.9184 16.4995 20.7854C17.4526 20.6563 17.9574 20.4203 18.3174 20.0577C18.6468 19.7258 18.8693 19.2762 19.0034 18.4823C19.1424 17.6596 19.1705 16.5732 19.175 15.0311C19.1766 14.4914 19.6144 14.0551 20.1528 14.0567C20.6913 14.0583 21.1266 14.4971 21.125 15.0368C21.1206 16.5526 21.0964 17.8005 20.926 18.8087C20.7508 19.8457 20.407 20.7237 19.6997 21.4362C18.9174 22.2243 17.9317 22.5637 16.7606 22.7223C15.6332 22.875 14.1999 22.875 12.4222 22.875H10.3287C8.55104 22.875 7.11769 22.875 5.99026 22.7223C4.81917 22.5637 3.8335 22.2243 3.05118 21.4362C2.26953 20.6488 1.93354 19.6579 1.7764 18.4805C1.62495 17.3457 1.62497 15.9026 1.625 14.1109V10.0394C1.62497 8.24781 1.62495 6.80469 1.7764 5.66991C1.93354 4.49251 2.26953 3.50156 3.05118 2.71414C3.92417 1.8347 5.05025 1.51398 6.40428 1.37981C6.94015 1.32671 7.4175 1.71909 7.47047 2.2562Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.3176 7.88891C19.4921 7.80572 19.6647 7.72087 19.8333 7.63507V10.5625C19.8333 11.1148 20.281 11.5625 20.8333 11.5625C21.3856 11.5625 21.8333 11.1148 21.8333 10.5625V6.35168L21.8442 6.34115C21.9515 6.2366 22.0693 6.10556 22.1657 5.94973C22.2577 5.80114 22.375 5.55827 22.375 5.25C22.375 4.94173 22.2577 4.69886 22.1657 4.55027C22.0693 4.39444 21.9515 4.2634 21.8442 4.15885C21.6296 3.94968 21.3567 3.75026 21.076 3.56851C20.5067 3.19996 19.7621 2.81286 19.0044 2.46446C18.2421 2.11398 17.4363 1.78876 16.7327 1.54886C16.3812 1.42903 16.0448 1.32689 15.7457 1.2536C15.4635 1.18448 15.1522 1.125 14.875 1.125C14.5978 1.125 14.2865 1.18448 14.0043 1.2536C13.7052 1.32689 13.3688 1.42903 13.0173 1.54886C12.3137 1.78876 11.5079 2.11398 10.7456 2.46446C9.98791 2.81286 9.24326 3.19996 8.67403 3.56851C8.39332 3.75026 8.1204 3.94968 7.90581 4.15885C7.79855 4.2634 7.68074 4.39444 7.58426 4.55027C7.49225 4.69886 7.375 4.94173 7.375 5.25C7.375 5.55827 7.49225 5.80114 7.58426 5.94973C7.68074 6.10556 7.79855 6.2366 7.90581 6.34115C8.1204 6.55032 8.39332 6.74974 8.67403 6.93149C8.97896 7.12892 9.33423 7.33167 9.71488 7.53095L10.4873 10.969C10.5838 11.3985 10.8242 11.8771 11.2949 12.2014C12.2241 12.8417 13.4182 13.1252 14.5487 13.1252C15.6792 13.1252 16.8732 12.8417 17.8025 12.2014C18.2721 11.8778 18.5125 11.4006 18.6094 10.9718L18.61 10.969L19.3176 7.88891ZM17.0468 8.84084C16.9402 8.8793 16.8354 8.91613 16.7327 8.95114C16.3812 9.07097 16.0448 9.17311 15.7457 9.2464C15.4635 9.31553 15.1522 9.375 14.875 9.375C14.5978 9.375 14.2865 9.31553 14.0043 9.2464C13.7052 9.17311 13.3688 9.07097 13.0173 8.95114C12.6947 8.84112 12.3505 8.71316 11.9989 8.57305L12.4387 10.5306C12.4419 10.5451 12.4456 10.5565 12.4489 10.5648L12.4505 10.5687C12.9669 10.9162 13.7269 11.1252 14.5487 11.1252C15.3704 11.1252 16.1304 10.9162 16.6468 10.5687L16.6484 10.5648C16.6517 10.5565 16.6554 10.5451 16.6586 10.5306L16.6597 10.5259L16.6597 10.5259L17.0468 8.84084Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-csv-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.7501C4.26144 13.7501 4.69737 13.3196 4.69737 12.7886L4.69738 11.7653C4.69737 11.4983 4.69754 10.8598 4.97816 10.3876C5.15109 10.0966 5.37251 9.85349 5.59996 9.72967C5.96647 9.53015 6.38666 9.41679 6.83333 9.41679C6.98046 9.41679 7.13864 9.42326 7.31624 9.4315L7.38206 9.43458C7.53697 9.44186 7.70556 9.44978 7.8737 9.45328C8.25379 9.46117 8.69733 9.44916 9.12548 9.33444C9.95945 9.11098 10.6109 8.45957 10.8343 7.6256C10.949 7.19745 10.961 6.75391 10.9532 6.37382C10.9497 6.20575 10.9417 6.03705 10.9345 5.88218L10.9314 5.81636C10.9231 5.63877 10.9167 5.48059 10.9167 5.33346C10.9167 4.86576 11.0409 4.4271 11.2583 4.04869C11.385 3.8281 11.6057 3.62621 11.9105 3.4489C12.3726 3.17999 12.926 3.1775 13.2642 3.17598C13.6023 3.17445 13.9591 3.17328 14.2572 3.17328C16.0914 3.17328 16.7582 3.18704 17.2614 3.36171C18.1337 3.66453 18.7997 4.29671 19.11 5.07116C19.1878 5.26523 19.2427 5.52014 19.2721 5.96165C19.3021 6.41172 19.3026 6.98619 19.3026 7.81406V12.7886C19.3026 13.3196 19.7386 13.7501 20.2763 13.7501C20.8141 13.7501 21.25 13.3196 21.25 12.7886V7.78133C21.25 6.99386 21.25 6.35598 21.2153 5.83526C21.1795 5.29879 21.1039 4.82055 20.9208 4.36353C20.3922 3.04455 19.2841 2.02546 17.9072 1.54747C17.0482 1.24928 16.0155 1.24963 14.4607 1.25017L13.5134 1.25024L13.5 1.25012L13.4649 1.25027C10.9565 1.25197 9.40174 1.28181 8.1118 1.72961C5.8915 2.50039 4.11806 4.13872 3.27491 6.24273C2.99393 6.94391 2.86942 7.69707 2.80918 8.60029C2.74999 9.48768 2.75 10.584 2.75 11.9815V12.7886C2.75 13.3196 3.18593 13.7501 3.72368 13.7501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.21217 16.7702C6.01585 16.7524 5.78764 16.7501 5.50505 16.7501C4.62263 16.7501 4.44175 16.8765 4.40081 16.9195C4.38649 16.9345 4.34261 16.9875 4.30623 17.1654C4.26826 17.3511 4.25 17.6138 4.25 18.0001V20.0001C4.25 20.3864 4.26826 20.6491 4.30623 20.8349C4.34261 21.0128 4.38649 21.0657 4.40081 21.0808C4.44175 21.1238 4.62263 21.2501 5.50505 21.2501C5.78764 21.2501 6.01585 21.2479 6.21217 21.23C6.40967 21.2121 6.52707 21.1818 6.59656 21.151C6.65123 21.1268 6.66675 21.1074 6.67932 21.0865C6.69865 21.0544 6.74076 20.9616 6.75081 20.7457C6.77008 20.3319 7.12112 20.0121 7.53488 20.0313C7.94865 20.0506 8.26845 20.4017 8.24919 20.8154C8.23153 21.1947 8.14998 21.5519 7.9645 21.86C7.77228 22.1794 7.50187 22.3905 7.20429 22.5224C6.6897 22.7505 6.04578 22.7503 5.542 22.7501C4.70451 22.7501 3.84592 22.6735 3.31431 22.115C3.04236 21.8292 2.90746 21.4818 2.83663 21.1353C2.76739 20.7966 2.75 20.4108 2.75 20.0001V18.0001C2.75 17.5894 2.76739 17.2036 2.83663 16.865C2.90746 16.5185 3.04236 16.171 3.31431 15.8853C3.84592 15.3268 4.66757 15.2501 5.50505 15.2501C6.00883 15.25 6.6897 15.2498 7.2043 15.4779C7.50188 15.6097 7.77228 15.8208 7.96451 16.1402C8.14998 16.4484 8.23153 16.8056 8.24919 17.1848C8.26845 17.5986 7.94865 17.9496 7.53488 17.9689C7.12111 17.9882 6.77007 17.6684 6.75081 17.2546C6.74076 17.0387 6.69865 16.9458 6.67932 16.9137C6.66675 16.8928 6.65123 16.8734 6.59656 16.8492C6.52707 16.8184 6.40967 16.7882 6.21217 16.7702Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.876 15.2501C13.2902 15.2501 13.626 15.5859 13.626 16.0001C13.626 16.4143 13.2902 16.7501 12.876 16.7501H11.6951C11.449 16.7501 11.3015 16.7505 11.1913 16.7579C10.9694 16.7638 10.9265 17.0076 10.9328 17.1287V17.8715C10.9213 17.9951 10.9569 18.2423 11.1913 18.2423C11.3015 18.2497 11.4706 18.2501 11.7167 18.2501H11.7167C11.9341 18.2501 12.1329 18.2501 12.2997 18.2613C12.4785 18.2734 12.6742 18.3008 12.873 18.382C13.4249 18.6077 13.7231 19.0177 13.8571 19.4595C13.9657 19.8176 13.9648 20.2509 13.9643 20.5001C13.9648 20.7493 13.9657 21.1826 13.8571 21.5407C13.7231 21.9825 13.4249 22.3925 12.873 22.6182C12.6742 22.6995 12.4785 22.7268 12.2997 22.7389C12.1329 22.7501 11.9341 22.7501 11.7167 22.7501L10.4089 22.7501C9.99468 22.7501 9.6589 22.4143 9.6589 22.0001C9.6589 21.5859 9.99468 21.2501 10.4089 21.2501H11.6951C11.9412 21.2501 12.0887 21.2497 12.1988 21.2423C12.3985 21.2423 12.4544 20.9951 12.4573 20.8715V20.1287C12.4616 20.0051 12.4159 19.7579 12.1988 19.7579C12.0887 19.7505 11.9412 19.7501 11.6951 19.7501H11.6951C11.4777 19.7501 11.2573 19.7501 11.0905 19.7389C10.9117 19.7269 10.716 19.6995 10.5172 19.6182C9.9653 19.3925 9.66704 18.9825 9.53306 18.5407C9.42445 18.1826 9.42533 17.7493 9.42586 17.5001C9.42533 17.2509 9.42445 16.8177 9.53306 16.4595C9.66704 16.0177 9.9653 15.6078 10.5172 15.3821C10.716 15.3008 10.9117 15.2734 11.0905 15.2613C11.2573 15.2501 11.456 15.2501 11.6734 15.2501H11.6734H12.876Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1722 15.2989C15.5596 15.1523 15.9925 15.3474 16.1391 15.7348L17.9697 20.5706L19.8004 15.7348C19.947 15.3474 20.3799 15.1523 20.7673 15.2989C21.1547 15.4455 21.3499 15.8785 21.2032 16.2658L19.4092 21.0051C19.2591 21.4017 19.1217 21.7649 18.9846 22.0244C18.9128 22.1603 18.8123 22.3254 18.6679 22.4625C18.5078 22.6146 18.2723 22.7503 17.9697 22.7503C17.6672 22.7503 17.4317 22.6146 17.2716 22.4625C17.1272 22.3254 17.0267 22.1603 16.9549 22.0244C16.8178 21.7649 16.6804 21.4017 16.5303 21.0051L14.7363 16.2658C14.5896 15.8785 14.7848 15.4455 15.1722 15.2989Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.7501C4.26144 13.7501 4.69737 13.3196 4.69737 12.7886L4.69738 11.7653C4.69737 11.4983 4.69754 10.8598 4.97816 10.3876C5.15109 10.0966 5.37251 9.85349 5.59996 9.72967C5.96647 9.53015 6.38666 9.41679 6.83333 9.41679C6.98046 9.41679 7.13864 9.42326 7.31624 9.4315L7.38206 9.43458C7.53697 9.44186 7.70556 9.44978 7.8737 9.45328C8.25379 9.46117 8.69733 9.44916 9.12548 9.33444C9.95945 9.11098 10.6109 8.45957 10.8343 7.6256C10.949 7.19745 10.961 6.75391 10.9532 6.37382C10.9497 6.20575 10.9417 6.03705 10.9345 5.88218L10.9314 5.81636C10.9231 5.63877 10.9167 5.48059 10.9167 5.33346C10.9167 4.86576 11.0409 4.4271 11.2583 4.04869C11.385 3.8281 11.6057 3.62621 11.9105 3.4489C12.3726 3.17999 12.926 3.1775 13.2642 3.17598C13.6023 3.17445 13.9591 3.17328 14.2572 3.17328C16.0914 3.17328 16.7582 3.18704 17.2614 3.36171C18.1337 3.66453 18.7997 4.29671 19.11 5.07116C19.1878 5.26523 19.2427 5.52014 19.2721 5.96165C19.3021 6.41172 19.3026 6.98619 19.3026 7.81406V12.7886C19.3026 13.3196 19.7386 13.7501 20.2763 13.7501C20.8141 13.7501 21.25 13.3196 21.25 12.7886V7.78133C21.25 6.99386 21.25 6.35598 21.2153 5.83526C21.1795 5.29879 21.1039 4.82055 20.9208 4.36353C20.3922 3.04455 19.2841 2.02546 17.9072 1.54747C17.0482 1.24928 16.0155 1.24963 14.4607 1.25017L13.5134 1.25024L13.5 1.25012L13.4649 1.25027C10.9565 1.25197 9.40174 1.28181 8.1118 1.72961C5.8915 2.50039 4.11806 4.13872 3.27491 6.24273C2.99393 6.94391 2.86942 7.69707 2.80918 8.60029C2.74999 9.48768 2.75 10.584 2.75 11.9815V12.7886C2.75 13.3196 3.18593 13.7501 3.72368 13.7501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.21217 16.7702C6.01585 16.7524 5.78764 16.7501 5.50505 16.7501C4.62263 16.7501 4.44175 16.8765 4.40081 16.9195C4.38649 16.9345 4.34261 16.9875 4.30623 17.1654C4.26826 17.3511 4.25 17.6138 4.25 18.0001V20.0001C4.25 20.3864 4.26826 20.6491 4.30623 20.8349C4.34261 21.0128 4.38649 21.0657 4.40081 21.0808C4.44175 21.1238 4.62263 21.2501 5.50505 21.2501C5.78764 21.2501 6.01585 21.2479 6.21217 21.23C6.40967 21.2121 6.52707 21.1818 6.59656 21.151C6.65123 21.1268 6.66675 21.1074 6.67932 21.0865C6.69865 21.0544 6.74076 20.9616 6.75081 20.7457C6.77008 20.3319 7.12112 20.0121 7.53488 20.0313C7.94865 20.0506 8.26845 20.4017 8.24919 20.8154C8.23153 21.1947 8.14998 21.5519 7.9645 21.86C7.77228 22.1794 7.50187 22.3905 7.20429 22.5224C6.6897 22.7505 6.04578 22.7503 5.542 22.7501C4.70451 22.7501 3.84592 22.6735 3.31431 22.115C3.04236 21.8292 2.90746 21.4818 2.83663 21.1353C2.76739 20.7966 2.75 20.4108 2.75 20.0001V18.0001C2.75 17.5894 2.76739 17.2036 2.83663 16.865C2.90746 16.5185 3.04236 16.171 3.31431 15.8853C3.84592 15.3268 4.66757 15.2501 5.50505 15.2501C6.00883 15.25 6.6897 15.2498 7.2043 15.4779C7.50188 15.6097 7.77228 15.8208 7.96451 16.1402C8.14998 16.4484 8.23153 16.8056 8.24919 17.1848C8.26845 17.5986 7.94865 17.9496 7.53488 17.9689C7.12111 17.9882 6.77007 17.6684 6.75081 17.2546C6.74076 17.0387 6.69865 16.9458 6.67932 16.9137C6.66675 16.8928 6.65123 16.8734 6.59656 16.8492C6.52707 16.8184 6.40967 16.7882 6.21217 16.7702Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.876 15.2501C13.2902 15.2501 13.626 15.5859 13.626 16.0001C13.626 16.4143 13.2902 16.7501 12.876 16.7501H11.6951C11.449 16.7501 11.3015 16.7505 11.1913 16.7579C10.9694 16.7638 10.9265 17.0076 10.9328 17.1287V17.8715C10.9213 17.9951 10.9569 18.2423 11.1913 18.2423C11.3015 18.2497 11.4706 18.2501 11.7167 18.2501H11.7167C11.9341 18.2501 12.1329 18.2501 12.2997 18.2613C12.4785 18.2734 12.6742 18.3008 12.873 18.382C13.4249 18.6077 13.7231 19.0177 13.8571 19.4595C13.9657 19.8176 13.9648 20.2509 13.9643 20.5001C13.9648 20.7493 13.9657 21.1826 13.8571 21.5407C13.7231 21.9825 13.4249 22.3925 12.873 22.6182C12.6742 22.6995 12.4785 22.7268 12.2997 22.7389C12.1329 22.7501 11.9341 22.7501 11.7167 22.7501L10.4089 22.7501C9.99468 22.7501 9.6589 22.4143 9.6589 22.0001C9.6589 21.5859 9.99468 21.2501 10.4089 21.2501H11.6951C11.9412 21.2501 12.0887 21.2497 12.1988 21.2423C12.3985 21.2423 12.4544 20.9951 12.4573 20.8715V20.1287C12.4616 20.0051 12.4159 19.7579 12.1988 19.7579C12.0887 19.7505 11.9412 19.7501 11.6951 19.7501H11.6951C11.4777 19.7501 11.2573 19.7501 11.0905 19.7389C10.9117 19.7269 10.716 19.6995 10.5172 19.6182C9.9653 19.3925 9.66704 18.9825 9.53306 18.5407C9.42445 18.1826 9.42533 17.7493 9.42586 17.5001C9.42533 17.2509 9.42445 16.8177 9.53306 16.4595C9.66704 16.0177 9.9653 15.6078 10.5172 15.3821C10.716 15.3008 10.9117 15.2734 11.0905 15.2613C11.2573 15.2501 11.456 15.2501 11.6734 15.2501H11.6734H12.876Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1722 15.2989C15.5596 15.1523 15.9925 15.3474 16.1391 15.7348L17.9697 20.5706L19.8004 15.7348C19.947 15.3474 20.3799 15.1523 20.7673 15.2989C21.1547 15.4455 21.3499 15.8785 21.2032 16.2658L19.4092 21.0051C19.2591 21.4017 19.1217 21.7649 18.9846 22.0244C18.9128 22.1603 18.8123 22.3254 18.6679 22.4625C18.5078 22.6146 18.2723 22.7503 17.9697 22.7503C17.6672 22.7503 17.4317 22.6146 17.2716 22.4625C17.1272 22.3254 17.0267 22.1603 16.9549 22.0244C16.8178 21.7649 16.6804 21.4017 16.5303 21.0051L14.7363 16.2658C14.5896 15.8785 14.7848 15.4455 15.1722 15.2989Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-csv-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.22079 13.7661C9.06639 13.7519 8.88459 13.7499 8.65122 13.7499C8.31723 13.7499 8.10535 13.7709 7.9688 13.8033C7.86365 13.8225 7.80844 13.9386 7.79397 13.9943C7.7651 14.1372 7.75 14.3465 7.75 14.6666V16.3332C7.75 16.6533 7.7651 16.8626 7.79397 17.0055C7.8063 17.0609 7.85852 17.1766 7.9688 17.1965C8.10535 17.2289 8.31723 17.2499 8.65122 17.2499C8.88459 17.2499 9.06639 17.2479 9.22079 17.2338C9.37626 17.2195 9.49347 17.1794 9.49347 17.1794C9.49347 17.1794 9.53809 17.0972 9.54491 16.9491C9.56395 16.5353 9.91481 16.2153 10.3286 16.2344C10.7424 16.2534 11.0624 16.6043 11.0433 17.0181C11.0282 17.3465 10.9581 17.6651 10.7921 17.9443C10.6191 18.2351 10.3747 18.4281 10.1072 18.5481C9.65587 18.7505 9.09899 18.7502 8.69192 18.7499L8.65122 18.7499C7.9644 18.7499 7.22927 18.69 6.74817 18.1786C6.50271 17.9176 6.38458 17.604 6.32368 17.3026C6.26425 17.0084 6.25 16.6774 6.25 16.3332V14.6666C6.25 14.3225 6.26425 13.9914 6.32368 13.6973C6.38458 13.3958 6.50271 13.0822 6.74817 12.8213C7.22927 12.3098 8.0051 12.2499 8.69192 12.2499C9.09899 12.2497 9.65587 12.2493 10.1072 12.4517C10.3747 12.5717 10.6191 12.7648 10.7921 13.0556C10.9581 13.3347 11.0282 13.6533 11.0433 13.9818C11.0624 14.3955 10.7424 14.7464 10.3286 14.7654C9.91481 14.7845 9.56395 14.4645 9.54491 14.0507C9.54491 13.9478 9.51062 13.8543 9.49347 13.8204C9.45585 13.8036 9.37626 13.7804 9.22079 13.7661Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7199 12.25C15.1341 12.25 15.4699 12.5858 15.4699 13C15.4699 13.4142 15.1341 13.75 14.7199 13.75H13.7474C13.5428 13.75 13.4269 13.7504 13.342 13.7562C13.3119 13.7508 13.2517 13.7817 13.2517 13.9481C13.2462 14.0332 13.2462 14.1388 13.2462 14.2577V14.2577V14.2578C13.2462 14.3767 13.2462 14.4668 13.2517 14.5519C13.2517 14.7124 13.3119 14.7467 13.342 14.7438C13.4269 14.7496 13.5634 14.75 13.768 14.75H13.768C13.9445 14.75 14.1125 14.75 14.2548 14.7597C14.4092 14.7702 14.5872 14.7946 14.7704 14.8704C15.2678 15.0763 15.5363 15.4519 15.6552 15.8489C15.75 16.165 15.7491 16.5857 15.7486 16.7916C15.7491 16.9974 15.75 17.335 15.6552 17.6511C15.5363 18.0481 15.2678 18.4237 14.7704 18.6296C14.5872 18.7054 14.4092 18.7298 14.2548 18.7403C14.1125 18.75 13.9445 18.75 13.7679 18.75L12.6882 18.75C12.2739 18.75 11.9382 18.4142 11.9382 18C11.9382 17.5858 12.2739 17.25 12.6882 17.25H13.7474C13.9519 17.25 14.0678 17.2496 14.1527 17.2438C14.1828 17.2506 14.243 17.2217 14.243 17.0519C14.2485 16.9668 14.2485 16.8767 14.2485 16.7578V16.7577V16.7577C14.2485 16.6387 14.2485 16.5332 14.243 16.4481C14.243 16.3129 14.1828 16.2638 14.1527 16.2562C14.0678 16.2504 13.9314 16.25 13.7268 16.25H13.7268C13.5502 16.25 13.3822 16.25 13.24 16.2403C13.0855 16.2298 12.9075 16.2054 12.7244 16.1296C12.227 15.9237 11.9585 15.5481 11.8395 15.1511C11.7448 14.835 11.7457 14.4975 11.7462 14.2916C11.7457 14.0857 11.7448 13.665 11.8395 13.3489C11.9585 12.9519 12.227 12.5763 12.7244 12.3704C12.9075 12.2946 13.0855 12.2702 13.24 12.2597C13.3822 12.25 13.5502 12.25 13.7267 12.25H13.7268L14.7199 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5655 12.2977C16.9535 12.1526 17.3857 12.3495 17.5308 12.7374L18.9135 16.4338L20.2963 12.7374C20.4414 12.3495 20.8736 12.1526 21.2615 12.2977C21.6495 12.4429 21.8463 12.875 21.7012 13.263L20.222 17.2171C20.1001 17.5433 19.9845 17.8523 19.868 18.0754C19.8067 18.1929 19.7165 18.3445 19.5828 18.473C19.4336 18.6163 19.2076 18.7502 18.9135 18.7502C18.6195 18.7502 18.3934 18.6163 18.2442 18.473C18.1106 18.3445 18.0204 18.1929 17.9591 18.0754C17.8425 17.8523 17.727 17.5433 17.605 17.2171L16.1259 13.263C15.9807 12.875 16.1776 12.4429 16.5655 12.2977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.22079 13.7661C9.06639 13.7519 8.88459 13.7499 8.65122 13.7499C8.31723 13.7499 8.10535 13.7709 7.9688 13.8033C7.86365 13.8225 7.80844 13.9386 7.79397 13.9943C7.7651 14.1372 7.75 14.3465 7.75 14.6666V16.3332C7.75 16.6533 7.7651 16.8626 7.79397 17.0055C7.8063 17.0609 7.85852 17.1766 7.9688 17.1965C8.10535 17.2289 8.31723 17.2499 8.65122 17.2499C8.88459 17.2499 9.06639 17.2479 9.22079 17.2338C9.37626 17.2195 9.49347 17.1794 9.49347 17.1794C9.49347 17.1794 9.53809 17.0972 9.54491 16.9491C9.56395 16.5353 9.91481 16.2153 10.3286 16.2344C10.7424 16.2534 11.0624 16.6043 11.0433 17.0181C11.0282 17.3465 10.9581 17.6651 10.7921 17.9443C10.6191 18.2351 10.3747 18.4281 10.1072 18.5481C9.65587 18.7505 9.09899 18.7502 8.69192 18.7499L8.65122 18.7499C7.9644 18.7499 7.22927 18.69 6.74817 18.1786C6.50271 17.9176 6.38458 17.604 6.32368 17.3026C6.26425 17.0084 6.25 16.6774 6.25 16.3332V14.6666C6.25 14.3225 6.26425 13.9914 6.32368 13.6973C6.38458 13.3958 6.50271 13.0822 6.74817 12.8213C7.22927 12.3098 8.0051 12.2499 8.69192 12.2499C9.09899 12.2497 9.65587 12.2493 10.1072 12.4517C10.3747 12.5717 10.6191 12.7648 10.7921 13.0556C10.9581 13.3347 11.0282 13.6533 11.0433 13.9818C11.0624 14.3955 10.7424 14.7464 10.3286 14.7654C9.91481 14.7845 9.56395 14.4645 9.54491 14.0507C9.54491 13.9478 9.51062 13.8543 9.49347 13.8204C9.45585 13.8036 9.37626 13.7804 9.22079 13.7661Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7199 12.25C15.1341 12.25 15.4699 12.5858 15.4699 13C15.4699 13.4142 15.1341 13.75 14.7199 13.75H13.7474C13.5428 13.75 13.4269 13.7504 13.342 13.7562C13.3119 13.7508 13.2517 13.7817 13.2517 13.9481C13.2462 14.0332 13.2462 14.1388 13.2462 14.2577V14.2577V14.2578C13.2462 14.3767 13.2462 14.4668 13.2517 14.5519C13.2517 14.7124 13.3119 14.7467 13.342 14.7438C13.4269 14.7496 13.5634 14.75 13.768 14.75H13.768C13.9445 14.75 14.1125 14.75 14.2548 14.7597C14.4092 14.7702 14.5872 14.7946 14.7704 14.8704C15.2678 15.0763 15.5363 15.4519 15.6552 15.8489C15.75 16.165 15.7491 16.5857 15.7486 16.7916C15.7491 16.9974 15.75 17.335 15.6552 17.6511C15.5363 18.0481 15.2678 18.4237 14.7704 18.6296C14.5872 18.7054 14.4092 18.7298 14.2548 18.7403C14.1125 18.75 13.9445 18.75 13.7679 18.75L12.6882 18.75C12.2739 18.75 11.9382 18.4142 11.9382 18C11.9382 17.5858 12.2739 17.25 12.6882 17.25H13.7474C13.9519 17.25 14.0678 17.2496 14.1527 17.2438C14.1828 17.2506 14.243 17.2217 14.243 17.0519C14.2485 16.9668 14.2485 16.8767 14.2485 16.7578V16.7577V16.7577C14.2485 16.6387 14.2485 16.5332 14.243 16.4481C14.243 16.3129 14.1828 16.2638 14.1527 16.2562C14.0678 16.2504 13.9314 16.25 13.7268 16.25H13.7268C13.5502 16.25 13.3822 16.25 13.24 16.2403C13.0855 16.2298 12.9075 16.2054 12.7244 16.1296C12.227 15.9237 11.9585 15.5481 11.8395 15.1511C11.7448 14.835 11.7457 14.4975 11.7462 14.2916C11.7457 14.0857 11.7448 13.665 11.8395 13.3489C11.9585 12.9519 12.227 12.5763 12.7244 12.3704C12.9075 12.2946 13.0855 12.2702 13.24 12.2597C13.3822 12.25 13.5502 12.25 13.7267 12.25H13.7268L14.7199 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5655 12.2977C16.9535 12.1526 17.3857 12.3495 17.5308 12.7374L18.9135 16.4338L20.2963 12.7374C20.4414 12.3495 20.8736 12.1526 21.2615 12.2977C21.6495 12.4429 21.8463 12.875 21.7012 13.263L20.222 17.2171C20.1001 17.5433 19.9845 17.8523 19.868 18.0754C19.8067 18.1929 19.7165 18.3445 19.5828 18.473C19.4336 18.6163 19.2076 18.7502 18.9135 18.7502C18.6195 18.7502 18.3934 18.6163 18.2442 18.473C18.1106 18.3445 18.0204 18.1929 17.9591 18.0754C17.8425 17.8523 17.727 17.5433 17.605 17.2171L16.1259 13.263C15.9807 12.875 16.1776 12.4429 16.5655 12.2977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-doc-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.75C4.26144 13.75 4.69737 13.3195 4.69737 12.7885L4.69738 11.7652C4.69737 11.4982 4.69754 10.8596 4.97816 10.3875C5.15109 10.0965 5.37251 9.85337 5.59996 9.72955C5.96647 9.53003 6.38666 9.41667 6.83333 9.41667C6.98046 9.41667 7.13864 9.42314 7.31624 9.43138L7.38206 9.43446C7.53697 9.44174 7.70556 9.44966 7.8737 9.45315C8.25379 9.46105 8.69733 9.44904 9.12548 9.33432C9.95945 9.11086 10.6109 8.45945 10.8343 7.62548C10.949 7.19733 10.961 6.75379 10.9532 6.3737C10.9497 6.20562 10.9417 6.03692 10.9345 5.88206L10.9314 5.81624C10.9231 5.63864 10.9167 5.48046 10.9167 5.33333C10.9167 4.86564 11.0409 4.42698 11.2583 4.04857C11.385 3.82798 11.6057 3.62609 11.9105 3.44878C12.3726 3.17987 12.926 3.17738 13.2642 3.17585C13.6023 3.17433 13.9591 3.17316 14.2572 3.17316C16.0914 3.17316 16.7582 3.18692 17.2614 3.36158C18.1337 3.66441 18.7997 4.29659 19.11 5.07103C19.1878 5.26511 19.2427 5.52002 19.2721 5.96153C19.3021 6.41159 19.3026 6.98607 19.3026 7.81394V12.7885C19.3026 13.3195 19.7386 13.75 20.2763 13.75C20.8141 13.75 21.25 13.3195 21.25 12.7885V7.78121C21.25 6.99374 21.25 6.35586 21.2153 5.83514C21.1795 5.29867 21.1039 4.82043 20.9208 4.36341C20.3922 3.04443 19.2841 2.02533 17.9072 1.54735C17.0482 1.24915 16.0155 1.24951 14.4607 1.25005L13.5134 1.25012L13.5 1.25L13.4649 1.25015C10.9565 1.25185 9.40174 1.28168 8.1118 1.72949C5.8915 2.50027 4.11806 4.13859 3.27491 6.24261C2.99393 6.94378 2.86942 7.69695 2.80918 8.60017C2.74999 9.48756 2.75 10.5838 2.75 11.9814V12.7885C2.75 13.3195 3.18593 13.75 3.72368 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.44243 15.25C6.45823 15.25 8.01596 16.9724 8.01596 19C8.01596 21.0276 6.45823 22.75 4.44243 22.75C4.43426 22.75 4.42606 22.75 4.41782 22.75C4.26357 22.75 4.09942 22.7501 3.95833 22.7365C3.79755 22.721 3.59346 22.6828 3.39144 22.5589C2.99796 22.3175 2.84465 21.95 2.78819 21.6554C2.74628 21.4368 2.74914 21.1955 2.75076 21.0583C2.75103 21.0359 2.75126 21.0163 2.75126 21V17C2.75126 16.9837 2.75103 16.9641 2.75076 16.9417C2.74914 16.8045 2.74628 16.5632 2.78819 16.3446C2.84465 16.05 2.99796 15.6825 3.39144 15.4411C3.59346 15.3172 3.79755 15.279 3.95833 15.2635C4.09941 15.2499 4.28818 15.25 4.44243 15.25ZM4.25124 16.7507C4.25124 16.7507 4.36612 16.75 4.44243 16.75C5.54543 16.75 6.51596 17.7139 6.51596 19C6.51596 20.2861 5.54543 21.25 4.44243 21.25C4.36612 21.25 4.25124 21.2493 4.25124 21.2493L4.25124 16.7507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9995 15.25C12.4036 15.2499 12.8284 15.2499 13.1383 15.2942C13.4864 15.3439 13.8542 15.4621 14.1524 15.7789C14.4445 16.0893 14.5475 16.4611 14.5915 16.8086C14.632 17.1285 14.6319 17.5226 14.6319 17.9571V20.0429C14.6319 20.4774 14.632 20.8716 14.5915 21.1914C14.5475 21.539 14.4445 21.9108 14.1524 22.2211C13.8542 22.5379 13.4864 22.6561 13.1383 22.7059C12.8284 22.7501 12.4036 22.7501 11.9995 22.75C11.5955 22.7501 11.1707 22.7501 10.8608 22.7059C10.5127 22.6561 10.1449 22.5379 9.84671 22.2211C9.55458 21.9108 9.45156 21.539 9.40758 21.1914C9.36711 20.8715 9.36715 20.4774 9.36719 20.0429C9.36719 20.0286 9.36719 20.0143 9.36719 20V18C9.36719 17.9857 9.36719 17.9714 9.36719 17.9571C9.36715 17.5226 9.36711 17.1285 9.40758 16.8086C9.45156 16.4611 9.55458 16.0893 9.84671 15.7789C10.1449 15.4621 10.5127 15.3439 10.8608 15.2942C11.1707 15.2499 11.5955 15.2499 11.9995 15.25ZM10.9378 16.8099C10.9366 16.8125 10.9349 16.8162 10.9329 16.8214C10.9233 16.8463 10.9082 16.8979 10.8957 16.9969C10.8686 17.2111 10.8672 17.5086 10.8672 18V20C10.8672 20.4914 10.8686 20.7889 10.8957 21.0031C10.9082 21.1022 10.9233 21.1537 10.9329 21.1786C10.9349 21.1838 10.9366 21.1875 10.9378 21.1901C10.9524 21.1962 10.991 21.2092 11.0729 21.2209C11.2639 21.2482 11.5334 21.25 11.9995 21.25C12.4657 21.25 12.7352 21.2482 12.9262 21.2209C13.0081 21.2092 13.0467 21.1962 13.0613 21.1901C13.0625 21.1875 13.0642 21.1838 13.0662 21.1786C13.0758 21.1537 13.0908 21.1022 13.1034 21.0031C13.1305 20.7889 13.1319 20.4914 13.1319 20V18C13.1319 17.5086 13.1305 17.2111 13.1034 16.9969C13.0908 16.8979 13.0758 16.8463 13.0662 16.8214C13.0642 16.8162 13.0625 16.8125 13.0613 16.8099C13.0467 16.8039 13.0081 16.7908 12.9262 16.7791C12.7352 16.7518 12.4657 16.75 11.9995 16.75C11.5334 16.75 11.2639 16.7518 11.0729 16.7791C10.991 16.7908 10.9524 16.8039 10.9378 16.8099Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5123 15.9018C17.0267 15.3276 17.8285 15.25 18.6215 15.25C18.8805 15.25 19.1606 15.2513 19.4229 15.2766C19.6845 15.3019 19.9779 15.3547 20.2543 15.4849C20.5464 15.6224 20.804 15.8393 20.984 16.1572C21.1567 16.462 21.232 16.8134 21.2484 17.1868C21.2665 17.6006 20.9457 17.9507 20.5319 17.9689C20.1181 17.987 19.7679 17.6662 19.7498 17.2524C19.7401 17.0306 19.699 16.932 19.6789 16.8965C19.6662 16.8741 19.6547 16.8605 19.6153 16.842C19.5602 16.816 19.4596 16.7871 19.2788 16.7697C19.0987 16.7523 18.8879 16.75 18.6215 16.75C17.7957 16.75 17.654 16.8754 17.6295 16.9027C17.6171 16.9166 17.5736 16.9723 17.5381 17.1568C17.5015 17.3467 17.4844 17.6129 17.4844 18V20C17.4844 20.3871 17.5015 20.6533 17.5381 20.8432C17.5736 21.0277 17.6171 21.0834 17.6295 21.0973C17.654 21.1246 17.7957 21.25 18.6215 21.25C18.8879 21.25 19.0987 21.2477 19.2788 21.2303C19.4596 21.2129 19.5602 21.184 19.6153 21.158C19.6547 21.1395 19.6662 21.1259 19.6789 21.1035C19.699 21.068 19.7401 20.9694 19.7498 20.7476C19.7679 20.3338 20.1181 20.013 20.5319 20.0311C20.9457 20.0493 21.2665 20.3994 21.2484 20.8132C21.232 21.1866 21.1567 21.538 20.984 21.8428C20.804 22.1607 20.5464 22.3776 20.2543 22.5151C19.9779 22.6453 19.6845 22.6981 19.4229 22.7234C19.1606 22.7487 18.8805 22.75 18.6215 22.75C17.8285 22.75 17.0267 22.6724 16.5123 22.0982C16.2553 21.8113 16.1305 21.4666 16.0651 21.1267C16.0007 20.7922 15.9844 20.4099 15.9844 20V18C15.9844 17.5901 16.0007 17.2078 16.0651 16.8733C16.1305 16.5334 16.2553 16.1887 16.5123 15.9018Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.75C4.26144 13.75 4.69737 13.3195 4.69737 12.7885L4.69738 11.7652C4.69737 11.4982 4.69754 10.8596 4.97816 10.3875C5.15109 10.0965 5.37251 9.85337 5.59996 9.72955C5.96647 9.53003 6.38666 9.41667 6.83333 9.41667C6.98046 9.41667 7.13864 9.42314 7.31624 9.43138L7.38206 9.43446C7.53697 9.44174 7.70556 9.44966 7.8737 9.45315C8.25379 9.46105 8.69733 9.44904 9.12548 9.33432C9.95945 9.11086 10.6109 8.45945 10.8343 7.62548C10.949 7.19733 10.961 6.75379 10.9532 6.3737C10.9497 6.20562 10.9417 6.03692 10.9345 5.88206L10.9314 5.81624C10.9231 5.63864 10.9167 5.48046 10.9167 5.33333C10.9167 4.86564 11.0409 4.42698 11.2583 4.04857C11.385 3.82798 11.6057 3.62609 11.9105 3.44878C12.3726 3.17987 12.926 3.17738 13.2642 3.17585C13.6023 3.17433 13.9591 3.17316 14.2572 3.17316C16.0914 3.17316 16.7582 3.18692 17.2614 3.36158C18.1337 3.66441 18.7997 4.29659 19.11 5.07103C19.1878 5.26511 19.2427 5.52002 19.2721 5.96153C19.3021 6.41159 19.3026 6.98607 19.3026 7.81394V12.7885C19.3026 13.3195 19.7386 13.75 20.2763 13.75C20.8141 13.75 21.25 13.3195 21.25 12.7885V7.78121C21.25 6.99374 21.25 6.35586 21.2153 5.83514C21.1795 5.29867 21.1039 4.82043 20.9208 4.36341C20.3922 3.04443 19.2841 2.02533 17.9072 1.54735C17.0482 1.24915 16.0155 1.24951 14.4607 1.25005L13.5134 1.25012L13.5 1.25L13.4649 1.25015C10.9565 1.25185 9.40174 1.28168 8.1118 1.72949C5.8915 2.50027 4.11806 4.13859 3.27491 6.24261C2.99393 6.94378 2.86942 7.69695 2.80918 8.60017C2.74999 9.48756 2.75 10.5838 2.75 11.9814V12.7885C2.75 13.3195 3.18593 13.75 3.72368 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.44243 15.25C6.45823 15.25 8.01596 16.9724 8.01596 19C8.01596 21.0276 6.45823 22.75 4.44243 22.75C4.43426 22.75 4.42606 22.75 4.41782 22.75C4.26357 22.75 4.09942 22.7501 3.95833 22.7365C3.79755 22.721 3.59346 22.6828 3.39144 22.5589C2.99796 22.3175 2.84465 21.95 2.78819 21.6554C2.74628 21.4368 2.74914 21.1955 2.75076 21.0583C2.75103 21.0359 2.75126 21.0163 2.75126 21V17C2.75126 16.9837 2.75103 16.9641 2.75076 16.9417C2.74914 16.8045 2.74628 16.5632 2.78819 16.3446C2.84465 16.05 2.99796 15.6825 3.39144 15.4411C3.59346 15.3172 3.79755 15.279 3.95833 15.2635C4.09941 15.2499 4.28818 15.25 4.44243 15.25ZM4.25124 16.7507C4.25124 16.7507 4.36612 16.75 4.44243 16.75C5.54543 16.75 6.51596 17.7139 6.51596 19C6.51596 20.2861 5.54543 21.25 4.44243 21.25C4.36612 21.25 4.25124 21.2493 4.25124 21.2493L4.25124 16.7507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9995 15.25C12.4036 15.2499 12.8284 15.2499 13.1383 15.2942C13.4864 15.3439 13.8542 15.4621 14.1524 15.7789C14.4445 16.0893 14.5475 16.4611 14.5915 16.8086C14.632 17.1285 14.6319 17.5226 14.6319 17.9571V20.0429C14.6319 20.4774 14.632 20.8716 14.5915 21.1914C14.5475 21.539 14.4445 21.9108 14.1524 22.2211C13.8542 22.5379 13.4864 22.6561 13.1383 22.7059C12.8284 22.7501 12.4036 22.7501 11.9995 22.75C11.5955 22.7501 11.1707 22.7501 10.8608 22.7059C10.5127 22.6561 10.1449 22.5379 9.84671 22.2211C9.55458 21.9108 9.45156 21.539 9.40758 21.1914C9.36711 20.8715 9.36715 20.4774 9.36719 20.0429C9.36719 20.0286 9.36719 20.0143 9.36719 20V18C9.36719 17.9857 9.36719 17.9714 9.36719 17.9571C9.36715 17.5226 9.36711 17.1285 9.40758 16.8086C9.45156 16.4611 9.55458 16.0893 9.84671 15.7789C10.1449 15.4621 10.5127 15.3439 10.8608 15.2942C11.1707 15.2499 11.5955 15.2499 11.9995 15.25ZM10.9378 16.8099C10.9366 16.8125 10.9349 16.8162 10.9329 16.8214C10.9233 16.8463 10.9082 16.8979 10.8957 16.9969C10.8686 17.2111 10.8672 17.5086 10.8672 18V20C10.8672 20.4914 10.8686 20.7889 10.8957 21.0031C10.9082 21.1022 10.9233 21.1537 10.9329 21.1786C10.9349 21.1838 10.9366 21.1875 10.9378 21.1901C10.9524 21.1962 10.991 21.2092 11.0729 21.2209C11.2639 21.2482 11.5334 21.25 11.9995 21.25C12.4657 21.25 12.7352 21.2482 12.9262 21.2209C13.0081 21.2092 13.0467 21.1962 13.0613 21.1901C13.0625 21.1875 13.0642 21.1838 13.0662 21.1786C13.0758 21.1537 13.0908 21.1022 13.1034 21.0031C13.1305 20.7889 13.1319 20.4914 13.1319 20V18C13.1319 17.5086 13.1305 17.2111 13.1034 16.9969C13.0908 16.8979 13.0758 16.8463 13.0662 16.8214C13.0642 16.8162 13.0625 16.8125 13.0613 16.8099C13.0467 16.8039 13.0081 16.7908 12.9262 16.7791C12.7352 16.7518 12.4657 16.75 11.9995 16.75C11.5334 16.75 11.2639 16.7518 11.0729 16.7791C10.991 16.7908 10.9524 16.8039 10.9378 16.8099Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5123 15.9018C17.0267 15.3276 17.8285 15.25 18.6215 15.25C18.8805 15.25 19.1606 15.2513 19.4229 15.2766C19.6845 15.3019 19.9779 15.3547 20.2543 15.4849C20.5464 15.6224 20.804 15.8393 20.984 16.1572C21.1567 16.462 21.232 16.8134 21.2484 17.1868C21.2665 17.6006 20.9457 17.9507 20.5319 17.9689C20.1181 17.987 19.7679 17.6662 19.7498 17.2524C19.7401 17.0306 19.699 16.932 19.6789 16.8965C19.6662 16.8741 19.6547 16.8605 19.6153 16.842C19.5602 16.816 19.4596 16.7871 19.2788 16.7697C19.0987 16.7523 18.8879 16.75 18.6215 16.75C17.7957 16.75 17.654 16.8754 17.6295 16.9027C17.6171 16.9166 17.5736 16.9723 17.5381 17.1568C17.5015 17.3467 17.4844 17.6129 17.4844 18V20C17.4844 20.3871 17.5015 20.6533 17.5381 20.8432C17.5736 21.0277 17.6171 21.0834 17.6295 21.0973C17.654 21.1246 17.7957 21.25 18.6215 21.25C18.8879 21.25 19.0987 21.2477 19.2788 21.2303C19.4596 21.2129 19.5602 21.184 19.6153 21.158C19.6547 21.1395 19.6662 21.1259 19.6789 21.1035C19.699 21.068 19.7401 20.9694 19.7498 20.7476C19.7679 20.3338 20.1181 20.013 20.5319 20.0311C20.9457 20.0493 21.2665 20.3994 21.2484 20.8132C21.232 21.1866 21.1567 21.538 20.984 21.8428C20.804 22.1607 20.5464 22.3776 20.2543 22.5151C19.9779 22.6453 19.6845 22.6981 19.4229 22.7234C19.1606 22.7487 18.8805 22.75 18.6215 22.75C17.8285 22.75 17.0267 22.6724 16.5123 22.0982C16.2553 21.8113 16.1305 21.4666 16.0651 21.1267C16.0007 20.7922 15.9844 20.4099 15.9844 20V18C15.9844 17.5901 16.0007 17.2078 16.0651 16.8733C16.1305 16.5334 16.2553 16.1887 16.5123 15.9018Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-doc-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.80218 12.25C7.80973 12.25 7.81725 12.25 7.82472 12.25C9.61174 12.25 11.0453 13.7135 11.0453 15.5C11.0453 17.2865 9.61174 18.75 7.82472 18.75C7.81725 18.75 7.80974 18.75 7.80219 18.75C7.6682 18.7501 7.52191 18.7501 7.39553 18.7385C7.25138 18.7253 7.0611 18.6923 6.86991 18.5806C6.49514 18.3617 6.34244 18.021 6.28652 17.7432C6.24617 17.5427 6.24922 17.3209 6.25075 17.2097C6.25099 17.1926 6.25119 17.1781 6.25119 17.1667V13.8333C6.25119 13.8219 6.25099 13.8074 6.25075 13.7903C6.24922 13.6791 6.24617 13.4573 6.28652 13.2568C6.34244 12.979 6.49514 12.6384 6.86991 12.4194C7.0611 12.3077 7.25138 12.2747 7.39553 12.2615C7.52191 12.2499 7.66819 12.25 7.80218 12.25ZM7.75074 13.75L7.75076 13.7524C7.75096 13.7778 7.75119 13.8072 7.75119 13.8333V17.1667C7.75119 17.1929 7.75096 17.2222 7.75076 17.2476L7.75074 17.25C7.77352 17.25 7.79805 17.25 7.82472 17.25C8.76663 17.25 9.54531 16.4749 9.54531 15.5C9.54531 14.5251 8.76663 13.75 7.82472 13.75C7.79805 13.75 7.77352 13.75 7.75074 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.9601 12.25C13.9742 12.25 13.9884 12.25 14.0025 12.25C14.0167 12.25 14.0309 12.25 14.045 12.25C14.3964 12.2499 14.7318 12.2499 15.0073 12.2874C15.3163 12.3294 15.659 12.4307 15.9418 12.7169C16.2234 13.0019 16.3219 13.345 16.3629 13.6535C16.3997 13.9305 16.3997 14.2682 16.3996 14.6247C16.3996 14.6387 16.3996 14.6527 16.3996 14.6667V16.3333C16.3996 16.3474 16.3996 16.3614 16.3996 16.3753C16.3997 16.7318 16.3997 17.0696 16.3629 17.3465C16.3219 17.655 16.2234 17.9982 15.9418 18.2831C15.659 18.5693 15.3163 18.6706 15.0073 18.7127C14.7318 18.7501 14.3964 18.7501 14.045 18.75C14.0309 18.75 14.0167 18.75 14.0025 18.75C13.9884 18.75 13.9742 18.75 13.9601 18.75C13.6087 18.7501 13.2733 18.7501 12.9978 18.7127C12.6887 18.6706 12.346 18.5693 12.0632 18.2831C11.7816 17.9982 11.6831 17.655 11.6422 17.3465C11.6054 17.0696 11.6054 16.7318 11.6055 16.3753C11.6055 16.3614 11.6055 16.3474 11.6055 16.3333V14.6667C11.6055 14.6527 11.6055 14.6387 11.6055 14.6247C11.6054 14.2682 11.6054 13.9305 11.6422 13.6535C11.6831 13.345 11.7816 13.0019 12.0632 12.7169C12.346 12.4307 12.6887 12.3294 12.9978 12.2874C13.2733 12.2499 13.6087 12.2499 13.9601 12.25ZM13.1404 13.7837C13.1555 13.7805 13.1751 13.7771 13.2 13.7737C13.362 13.7516 13.5929 13.75 14.0025 13.75C14.4122 13.75 14.6431 13.7516 14.8051 13.7737C14.83 13.7771 14.8496 13.7805 14.8647 13.7837C14.8682 13.8003 14.8722 13.8224 14.876 13.8511C14.898 14.0171 14.8996 14.2529 14.8996 14.6667V16.3333C14.8996 16.7471 14.898 16.9829 14.876 17.149C14.8722 17.1777 14.8682 17.1997 14.8647 17.2164C14.8496 17.2195 14.83 17.223 14.8051 17.2263C14.6431 17.2484 14.4122 17.25 14.0025 17.25C13.5929 17.25 13.362 17.2484 13.2 17.2263C13.1751 17.223 13.1555 17.2195 13.1404 17.2164C13.1368 17.1997 13.1329 17.1777 13.1291 17.149C13.107 16.9829 13.1055 16.7471 13.1055 16.3333V14.6667C13.1055 14.2529 13.107 14.0171 13.1291 13.8511C13.1329 13.8224 13.1368 13.8003 13.1404 13.7837Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.9278 13.7662C19.7734 13.752 19.5916 13.75 19.3582 13.75C19.0243 13.75 18.8124 13.771 18.6758 13.8034C18.592 13.8233 18.5578 13.8425 18.5477 13.8495C18.5413 13.8592 18.5207 13.8969 18.501 13.9944C18.4721 14.1373 18.457 14.3467 18.457 14.6667V16.3334C18.457 16.6534 18.4721 16.8628 18.501 17.0056C18.5207 17.1032 18.5413 17.1409 18.5477 17.1506C18.5578 17.1576 18.592 17.1768 18.6758 17.1967C18.8124 17.2291 19.0243 17.25 19.3582 17.25C19.5916 17.25 19.7734 17.2481 19.9278 17.2339C20.0833 17.2196 20.1629 17.1964 20.2005 17.1795C20.2056 17.1772 20.2093 17.1753 20.2119 17.1739C20.2195 17.1587 20.2451 17.0974 20.2519 16.9492C20.271 16.5355 20.6218 16.2155 21.0356 16.2345C21.4494 16.2535 21.7694 16.6044 21.7504 17.0182C21.7352 17.3467 21.6651 17.6652 21.4991 17.9444C21.3261 18.2352 21.0818 18.4282 20.8143 18.5482C20.3629 18.7506 19.806 18.7503 19.399 18.75C19.3852 18.75 19.3716 18.75 19.3582 18.75C18.6714 18.75 17.9363 18.6901 17.4552 18.1787C17.2097 17.9177 17.0916 17.6042 17.0307 17.3027C16.9713 17.0085 16.957 16.6775 16.957 16.3334V14.6667C16.957 14.3226 16.9713 13.9915 17.0307 13.6974C17.0916 13.3959 17.2097 13.0823 17.4552 12.8214C17.9363 12.3099 18.6714 12.25 19.3582 12.25C19.3716 12.25 19.3852 12.25 19.399 12.25C19.806 12.2498 20.3629 12.2495 20.8143 12.4519C21.0818 12.5718 21.3261 12.7649 21.4991 13.0557C21.6651 13.3349 21.7352 13.6534 21.7504 13.9819C21.7694 14.3957 21.4494 14.7465 21.0356 14.7656C20.6218 14.7846 20.271 14.4646 20.2519 14.0508C20.2451 13.9027 20.2195 13.8414 20.2119 13.8262C20.2093 13.8247 20.2056 13.8228 20.2005 13.8205C20.1629 13.8037 20.0833 13.7805 19.9278 13.7662Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.80218 12.25C7.80973 12.25 7.81725 12.25 7.82472 12.25C9.61174 12.25 11.0453 13.7135 11.0453 15.5C11.0453 17.2865 9.61174 18.75 7.82472 18.75C7.81725 18.75 7.80974 18.75 7.80219 18.75C7.6682 18.7501 7.52191 18.7501 7.39553 18.7385C7.25138 18.7253 7.0611 18.6923 6.86991 18.5806C6.49514 18.3617 6.34244 18.021 6.28652 17.7432C6.24617 17.5427 6.24922 17.3209 6.25075 17.2097C6.25099 17.1926 6.25119 17.1781 6.25119 17.1667V13.8333C6.25119 13.8219 6.25099 13.8074 6.25075 13.7903C6.24922 13.6791 6.24617 13.4573 6.28652 13.2568C6.34244 12.979 6.49514 12.6384 6.86991 12.4194C7.0611 12.3077 7.25138 12.2747 7.39553 12.2615C7.52191 12.2499 7.66819 12.25 7.80218 12.25ZM7.75074 13.75L7.75076 13.7524C7.75096 13.7778 7.75119 13.8072 7.75119 13.8333V17.1667C7.75119 17.1929 7.75096 17.2222 7.75076 17.2476L7.75074 17.25C7.77352 17.25 7.79805 17.25 7.82472 17.25C8.76663 17.25 9.54531 16.4749 9.54531 15.5C9.54531 14.5251 8.76663 13.75 7.82472 13.75C7.79805 13.75 7.77352 13.75 7.75074 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.9601 12.25C13.9742 12.25 13.9884 12.25 14.0025 12.25C14.0167 12.25 14.0309 12.25 14.045 12.25C14.3964 12.2499 14.7318 12.2499 15.0073 12.2874C15.3163 12.3294 15.659 12.4307 15.9418 12.7169C16.2234 13.0019 16.3219 13.345 16.3629 13.6535C16.3997 13.9305 16.3997 14.2682 16.3996 14.6247C16.3996 14.6387 16.3996 14.6527 16.3996 14.6667V16.3333C16.3996 16.3474 16.3996 16.3614 16.3996 16.3753C16.3997 16.7318 16.3997 17.0696 16.3629 17.3465C16.3219 17.655 16.2234 17.9982 15.9418 18.2831C15.659 18.5693 15.3163 18.6706 15.0073 18.7127C14.7318 18.7501 14.3964 18.7501 14.045 18.75C14.0309 18.75 14.0167 18.75 14.0025 18.75C13.9884 18.75 13.9742 18.75 13.9601 18.75C13.6087 18.7501 13.2733 18.7501 12.9978 18.7127C12.6887 18.6706 12.346 18.5693 12.0632 18.2831C11.7816 17.9982 11.6831 17.655 11.6422 17.3465C11.6054 17.0696 11.6054 16.7318 11.6055 16.3753C11.6055 16.3614 11.6055 16.3474 11.6055 16.3333V14.6667C11.6055 14.6527 11.6055 14.6387 11.6055 14.6247C11.6054 14.2682 11.6054 13.9305 11.6422 13.6535C11.6831 13.345 11.7816 13.0019 12.0632 12.7169C12.346 12.4307 12.6887 12.3294 12.9978 12.2874C13.2733 12.2499 13.6087 12.2499 13.9601 12.25ZM13.1404 13.7837C13.1555 13.7805 13.1751 13.7771 13.2 13.7737C13.362 13.7516 13.5929 13.75 14.0025 13.75C14.4122 13.75 14.6431 13.7516 14.8051 13.7737C14.83 13.7771 14.8496 13.7805 14.8647 13.7837C14.8682 13.8003 14.8722 13.8224 14.876 13.8511C14.898 14.0171 14.8996 14.2529 14.8996 14.6667V16.3333C14.8996 16.7471 14.898 16.9829 14.876 17.149C14.8722 17.1777 14.8682 17.1997 14.8647 17.2164C14.8496 17.2195 14.83 17.223 14.8051 17.2263C14.6431 17.2484 14.4122 17.25 14.0025 17.25C13.5929 17.25 13.362 17.2484 13.2 17.2263C13.1751 17.223 13.1555 17.2195 13.1404 17.2164C13.1368 17.1997 13.1329 17.1777 13.1291 17.149C13.107 16.9829 13.1055 16.7471 13.1055 16.3333V14.6667C13.1055 14.2529 13.107 14.0171 13.1291 13.8511C13.1329 13.8224 13.1368 13.8003 13.1404 13.7837Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.9278 13.7662C19.7734 13.752 19.5916 13.75 19.3582 13.75C19.0243 13.75 18.8124 13.771 18.6758 13.8034C18.592 13.8233 18.5578 13.8425 18.5477 13.8495C18.5413 13.8592 18.5207 13.8969 18.501 13.9944C18.4721 14.1373 18.457 14.3467 18.457 14.6667V16.3334C18.457 16.6534 18.4721 16.8628 18.501 17.0056C18.5207 17.1032 18.5413 17.1409 18.5477 17.1506C18.5578 17.1576 18.592 17.1768 18.6758 17.1967C18.8124 17.2291 19.0243 17.25 19.3582 17.25C19.5916 17.25 19.7734 17.2481 19.9278 17.2339C20.0833 17.2196 20.1629 17.1964 20.2005 17.1795C20.2056 17.1772 20.2093 17.1753 20.2119 17.1739C20.2195 17.1587 20.2451 17.0974 20.2519 16.9492C20.271 16.5355 20.6218 16.2155 21.0356 16.2345C21.4494 16.2535 21.7694 16.6044 21.7504 17.0182C21.7352 17.3467 21.6651 17.6652 21.4991 17.9444C21.3261 18.2352 21.0818 18.4282 20.8143 18.5482C20.3629 18.7506 19.806 18.7503 19.399 18.75C19.3852 18.75 19.3716 18.75 19.3582 18.75C18.6714 18.75 17.9363 18.6901 17.4552 18.1787C17.2097 17.9177 17.0916 17.6042 17.0307 17.3027C16.9713 17.0085 16.957 16.6775 16.957 16.3334V14.6667C16.957 14.3226 16.9713 13.9915 17.0307 13.6974C17.0916 13.3959 17.2097 13.0823 17.4552 12.8214C17.9363 12.3099 18.6714 12.25 19.3582 12.25C19.3716 12.25 19.3852 12.25 19.399 12.25C19.806 12.2498 20.3629 12.2495 20.8143 12.4519C21.0818 12.5718 21.3261 12.7649 21.4991 13.0557C21.6651 13.3349 21.7352 13.6534 21.7504 13.9819C21.7694 14.3957 21.4494 14.7465 21.0356 14.7656C20.6218 14.7846 20.271 14.4646 20.2519 14.0508C20.2451 13.9027 20.2195 13.8414 20.2119 13.8262C20.2093 13.8247 20.2056 13.8228 20.2005 13.8205C20.1629 13.8037 20.0833 13.7805 19.9278 13.7662Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-document-attachment{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.875 14.875C18.9796 14.875 19.875 15.7704 19.875 16.875L19.875 20.522C19.875 21.0742 20.3227 21.522 20.875 21.522C21.4273 21.522 21.875 21.0742 21.875 20.522L21.875 16.875C21.875 14.6659 20.0841 12.875 17.875 12.875C15.6659 12.875 13.875 14.6659 13.875 16.875L13.875 20.3749C13.875 21.7556 14.9943 22.8749 16.375 22.8749C17.7557 22.8749 18.875 21.7556 18.875 20.3749L18.875 17.875C18.875 17.3227 18.4273 16.875 17.875 16.875C17.3227 16.875 16.875 17.3227 16.875 17.875L16.875 20.3749C16.875 20.651 16.6511 20.8749 16.375 20.8749C16.0989 20.8749 15.875 20.651 15.875 20.3749L15.875 16.875C15.875 15.7704 16.7704 14.875 17.875 14.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0451 1.2759C15.8591 1.12496 14.3481 1.12498 12.4595 1.125H12.4595H11.2905H11.2905C9.40188 1.12498 7.89089 1.12496 6.70492 1.2759C5.48209 1.43154 4.4578 1.76258 3.64002 2.53673C2.81437 3.31833 2.454 4.30995 2.28592 5.49339C2.12495 6.62681 2.12497 8.06642 2.125 9.84534V9.84536V13.9046V13.9046C2.12497 15.6836 2.12495 17.1232 2.28592 18.2566C2.454 19.4401 2.81437 20.4317 3.64002 21.2133C4.4578 21.9874 5.48208 22.3185 6.70492 22.4741C7.89089 22.625 9.40189 22.625 11.2905 22.625H12.4595C12.5206 22.625 12.5511 22.625 12.562 22.6242C12.7814 22.6082 12.8997 22.4205 12.8195 22.2156C12.8155 22.2054 12.7985 22.1698 12.7644 22.0985C12.5148 21.5766 12.375 20.9921 12.375 20.3749V16.875C12.375 13.8374 14.8374 11.375 17.875 11.375C18.8294 11.375 19.727 11.6181 20.5093 12.0457C21.0571 12.3452 21.331 12.4949 21.478 12.4078C21.625 12.3206 21.625 12.0377 21.625 11.4718V9.84541C21.625 8.06646 21.6251 6.62682 21.4641 5.49339C21.296 4.30995 20.9356 3.31833 20.11 2.53673C19.2922 1.76258 18.2679 1.43154 17.0451 1.2759ZM6.875 6.875C6.875 6.32272 7.32272 5.875 7.875 5.875H15.875C16.4273 5.875 16.875 6.32272 16.875 6.875C16.875 7.42728 16.4273 7.875 15.875 7.875H7.875C7.32272 7.875 6.875 7.42728 6.875 6.875ZM7.875 10.875C7.32272 10.875 6.875 11.3227 6.875 11.875C6.875 12.4273 7.32272 12.875 7.875 12.875H10.875C11.4273 12.875 11.875 12.4273 11.875 11.875C11.875 11.3227 11.4273 10.875 10.875 10.875H7.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.875 14.875C18.9796 14.875 19.875 15.7704 19.875 16.875L19.875 20.522C19.875 21.0742 20.3227 21.522 20.875 21.522C21.4273 21.522 21.875 21.0742 21.875 20.522L21.875 16.875C21.875 14.6659 20.0841 12.875 17.875 12.875C15.6659 12.875 13.875 14.6659 13.875 16.875L13.875 20.3749C13.875 21.7556 14.9943 22.8749 16.375 22.8749C17.7557 22.8749 18.875 21.7556 18.875 20.3749L18.875 17.875C18.875 17.3227 18.4273 16.875 17.875 16.875C17.3227 16.875 16.875 17.3227 16.875 17.875L16.875 20.3749C16.875 20.651 16.6511 20.8749 16.375 20.8749C16.0989 20.8749 15.875 20.651 15.875 20.3749L15.875 16.875C15.875 15.7704 16.7704 14.875 17.875 14.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0451 1.2759C15.8591 1.12496 14.3481 1.12498 12.4595 1.125H12.4595H11.2905H11.2905C9.40188 1.12498 7.89089 1.12496 6.70492 1.2759C5.48209 1.43154 4.4578 1.76258 3.64002 2.53673C2.81437 3.31833 2.454 4.30995 2.28592 5.49339C2.12495 6.62681 2.12497 8.06642 2.125 9.84534V9.84536V13.9046V13.9046C2.12497 15.6836 2.12495 17.1232 2.28592 18.2566C2.454 19.4401 2.81437 20.4317 3.64002 21.2133C4.4578 21.9874 5.48208 22.3185 6.70492 22.4741C7.89089 22.625 9.40189 22.625 11.2905 22.625H12.4595C12.5206 22.625 12.5511 22.625 12.562 22.6242C12.7814 22.6082 12.8997 22.4205 12.8195 22.2156C12.8155 22.2054 12.7985 22.1698 12.7644 22.0985C12.5148 21.5766 12.375 20.9921 12.375 20.3749V16.875C12.375 13.8374 14.8374 11.375 17.875 11.375C18.8294 11.375 19.727 11.6181 20.5093 12.0457C21.0571 12.3452 21.331 12.4949 21.478 12.4078C21.625 12.3206 21.625 12.0377 21.625 11.4718V9.84541C21.625 8.06646 21.6251 6.62682 21.4641 5.49339C21.296 4.30995 20.9356 3.31833 20.11 2.53673C19.2922 1.76258 18.2679 1.43154 17.0451 1.2759ZM6.875 6.875C6.875 6.32272 7.32272 5.875 7.875 5.875H15.875C16.4273 5.875 16.875 6.32272 16.875 6.875C16.875 7.42728 16.4273 7.875 15.875 7.875H7.875C7.32272 7.875 6.875 7.42728 6.875 6.875ZM7.875 10.875C7.32272 10.875 6.875 11.3227 6.875 11.875C6.875 12.4273 7.32272 12.875 7.875 12.875H10.875C11.4273 12.875 11.875 12.4273 11.875 11.875C11.875 11.3227 11.4273 10.875 10.875 10.875H7.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5635 1.35276C15.5812 1.25 14.3484 1.25001 12.8073 1.25003H11.932C10.039 1.25001 8.52512 1.24999 7.33708 1.40088C6.11256 1.55639 5.08724 1.88708 4.26839 2.66059C3.4412 3.44199 3.07982 4.43383 2.91129 5.61793C2.74994 6.75159 2.74997 8.19141 2.75 9.97015V16.12C2.74999 16.9191 2.74999 17.5667 2.78473 18.0953C2.82052 18.6399 2.89613 19.1256 3.0794 19.5897C3.60821 20.929 4.71664 21.9633 6.09319 22.4483C6.952 22.7509 8.42408 22.7505 9.97909 22.75C12.8187 22.7503 14.5054 22.7505 15.8878 22.2635C18.1078 21.4813 19.8815 19.8185 20.7249 17.6825C21.006 16.9705 21.1306 16.2058 21.1908 15.289C21.25 14.3882 21.25 13.2756 21.25 11.8573V9.27383C21.25 7.82574 21.25 6.65309 21.1402 5.71576C21.026 4.74236 20.7828 3.90448 20.213 3.18541C19.9178 2.81293 19.5692 2.48415 19.1789 2.2081C18.4341 1.68144 17.5729 1.45835 16.5635 1.35276ZM5.60307 4.08392C5.99626 3.7125 6.55233 3.47071 7.58157 3.33999C8.63306 3.20645 10.0233 3.2046 12 3.2046H12.7524C14.361 3.2046 15.4922 3.20585 16.3616 3.2968C17.2155 3.38613 17.6994 3.55289 18.0573 3.80593C18.2987 3.97668 18.5111 4.17777 18.6889 4.40212C18.9445 4.72462 19.1139 5.15741 19.2061 5.9442C19.3011 6.75396 19.3026 7.81129 19.3026 9.33474L19.3027 12.2349C19.3027 12.5019 19.3026 13.1405 19.022 13.6127C18.849 13.9037 18.6276 14.1468 18.4002 14.2706C18.0336 14.4701 17.6135 14.5835 17.1668 14.5835L16.1264 14.547C15.7463 14.5391 15.3028 14.5511 14.8746 14.6658C14.0407 14.8893 13.3893 15.5407 13.1658 16.3747C13.0511 16.8028 13.0391 17.2463 13.047 17.6264L13.0835 18.6668C13.0835 19.1345 12.9591 19.5416 12.7417 19.92C12.615 20.1406 12.3943 20.3425 12.0895 20.5198C11.6274 20.7887 11.074 20.7912 10.7358 20.7927C10.3977 20.7943 10.0409 20.7954 9.74284 20.7954C7.90872 20.7954 7.24159 20.7815 6.73823 20.6041C5.8656 20.2967 5.1999 19.655 4.88981 18.8697C4.81217 18.673 4.75733 18.4146 4.72789 17.9667C4.69788 17.51 4.69739 16.927 4.69739 16.0868V10.0455C4.69739 8.17343 4.69971 6.87375 4.83911 5.89437C4.97359 4.94948 5.21822 4.44747 5.60307 4.08392Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 7C7 6.44772 7.44772 6 8 6H15C15.5523 6 16 6.44772 16 7C16 7.55228 15.5523 8 15 8H8C7.44772 8 7 7.55228 7 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 11C7 10.4477 7.44772 10 8 10H11C11.5523 10 12 10.4477 12 11C12 11.5523 11.5523 12 11 12H8C7.44772 12 7 11.5523 7 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5635 1.35276C15.5812 1.25 14.3484 1.25001 12.8073 1.25003H11.932C10.039 1.25001 8.52512 1.24999 7.33708 1.40088C6.11256 1.55639 5.08724 1.88708 4.26839 2.66059C3.4412 3.44199 3.07982 4.43383 2.91129 5.61793C2.74994 6.75159 2.74997 8.19141 2.75 9.97015V16.12C2.74999 16.9191 2.74999 17.5667 2.78473 18.0953C2.82052 18.6399 2.89613 19.1256 3.0794 19.5897C3.60821 20.929 4.71664 21.9633 6.09319 22.4483C6.952 22.7509 8.42408 22.7505 9.97909 22.75C12.8187 22.7503 14.5054 22.7505 15.8878 22.2635C18.1078 21.4813 19.8815 19.8185 20.7249 17.6825C21.006 16.9705 21.1306 16.2058 21.1908 15.289C21.25 14.3882 21.25 13.2756 21.25 11.8573V9.27383C21.25 7.82574 21.25 6.65309 21.1402 5.71576C21.026 4.74236 20.7828 3.90448 20.213 3.18541C19.9178 2.81293 19.5692 2.48415 19.1789 2.2081C18.4341 1.68144 17.5729 1.45835 16.5635 1.35276ZM5.60307 4.08392C5.99626 3.7125 6.55233 3.47071 7.58157 3.33999C8.63306 3.20645 10.0233 3.2046 12 3.2046H12.7524C14.361 3.2046 15.4922 3.20585 16.3616 3.2968C17.2155 3.38613 17.6994 3.55289 18.0573 3.80593C18.2987 3.97668 18.5111 4.17777 18.6889 4.40212C18.9445 4.72462 19.1139 5.15741 19.2061 5.9442C19.3011 6.75396 19.3026 7.81129 19.3026 9.33474L19.3027 12.2349C19.3027 12.5019 19.3026 13.1405 19.022 13.6127C18.849 13.9037 18.6276 14.1468 18.4002 14.2706C18.0336 14.4701 17.6135 14.5835 17.1668 14.5835L16.1264 14.547C15.7463 14.5391 15.3028 14.5511 14.8746 14.6658C14.0407 14.8893 13.3893 15.5407 13.1658 16.3747C13.0511 16.8028 13.0391 17.2463 13.047 17.6264L13.0835 18.6668C13.0835 19.1345 12.9591 19.5416 12.7417 19.92C12.615 20.1406 12.3943 20.3425 12.0895 20.5198C11.6274 20.7887 11.074 20.7912 10.7358 20.7927C10.3977 20.7943 10.0409 20.7954 9.74284 20.7954C7.90872 20.7954 7.24159 20.7815 6.73823 20.6041C5.8656 20.2967 5.1999 19.655 4.88981 18.8697C4.81217 18.673 4.75733 18.4146 4.72789 17.9667C4.69788 17.51 4.69739 16.927 4.69739 16.0868V10.0455C4.69739 8.17343 4.69971 6.87375 4.83911 5.89437C4.97359 4.94948 5.21822 4.44747 5.60307 4.08392Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 7C7 6.44772 7.44772 6 8 6H15C15.5523 6 16 6.44772 16 7C16 7.55228 15.5523 8 15 8H8C7.44772 8 7 7.55228 7 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 11C7 10.4477 7.44772 10 8 10H11C11.5523 10 12 10.4477 12 11C12 11.5523 11.5523 12 11 12H8C7.44772 12 7 11.5523 7 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.43654 22.6471C8.41879 22.7499 9.65159 22.7499 11.1927 22.7498H12.068C13.961 22.7499 15.4749 22.7499 16.6629 22.599C17.8874 22.4435 18.9128 22.1128 19.7316 21.3393C20.5588 20.5579 20.9202 19.566 21.0887 18.3819C21.2501 17.2483 21.25 15.8085 21.25 14.0297V7.87991C21.25 7.08076 21.25 6.4332 21.2153 5.90462C21.1795 5.35999 21.1039 4.87432 20.9206 4.41016C20.3918 3.07085 19.2834 2.03658 17.9068 1.55157C17.048 1.24899 15.5759 1.24938 14.0209 1.24992C11.1813 1.24956 9.49465 1.24935 8.11221 1.73643C5.89221 2.5186 4.11848 4.18135 3.27509 6.31741C2.99398 7.02937 2.86944 7.79408 2.80919 8.71092C2.75 9.61164 2.75 10.7243 2.75 12.1426V14.726C2.74998 16.1741 2.74996 17.3468 2.85985 18.2841C2.97396 19.2575 3.21721 20.0954 3.78704 20.8145C4.08222 21.187 4.43077 21.5157 4.82114 21.7918C5.5659 22.3184 6.42712 22.5415 7.43654 22.6471ZM18.3969 19.916C18.0037 20.2874 17.4477 20.5292 16.4184 20.6599C15.3669 20.7934 13.9767 20.7953 12 20.7953H11.2476C9.63898 20.7953 8.50785 20.794 7.6384 20.7031C6.78448 20.6137 6.30055 20.447 5.94272 20.1939C5.70127 20.0232 5.48889 19.8221 5.3111 19.5978C5.05553 19.2753 4.88609 18.8425 4.79386 18.0557C4.69893 17.2459 4.69735 16.1886 4.69735 14.6651L4.69727 11.765C4.69725 11.4979 4.69743 10.8594 4.97804 10.3872C5.15098 10.0962 5.37239 9.85312 5.59984 9.7293C5.96635 9.52978 6.38654 9.41642 6.83321 9.41642L7.87358 9.4529C8.25367 9.4608 8.69721 9.44879 9.12536 9.33407C9.95933 9.11061 10.6107 8.4592 10.8342 7.62523C10.9489 7.19708 10.9609 6.75354 10.953 6.37345L10.9165 5.33308C10.9165 4.86539 11.0409 4.45826 11.2583 4.07985C11.385 3.85926 11.6057 3.65737 11.9105 3.48006C12.3726 3.21115 12.926 3.20866 13.2642 3.20713C13.6023 3.20561 13.9591 3.20444 14.2572 3.20444C16.0913 3.20444 16.7584 3.21839 17.2618 3.39574C18.1344 3.7032 18.8001 4.34484 19.1102 5.13021C19.1878 5.32685 19.2427 5.58527 19.2721 6.03322C19.3021 6.48989 19.3026 7.07284 19.3026 7.9131V13.9544C19.3026 15.8265 19.3003 17.1261 19.1609 18.1055C19.0264 19.0504 18.7818 19.5524 18.3969 19.916Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 16.9999C17 17.5522 16.5523 17.9999 16 17.9999L9 17.9999C8.44772 17.9999 8 17.5522 8 16.9999C8 16.4476 8.44772 15.9999 9 15.9999L16 15.9999C16.5523 15.9999 17 16.4476 17 16.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 12.9999C17 13.5522 16.5523 13.9999 16 13.9999L13 13.9999C12.4477 13.9999 12 13.5522 12 12.9999C12 12.4476 12.4477 11.9999 13 11.9999L16 11.9999C16.5523 11.9999 17 12.4476 17 12.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.43654 22.6471C8.41879 22.7499 9.65159 22.7499 11.1927 22.7498H12.068C13.961 22.7499 15.4749 22.7499 16.6629 22.599C17.8874 22.4435 18.9128 22.1128 19.7316 21.3393C20.5588 20.5579 20.9202 19.566 21.0887 18.3819C21.2501 17.2483 21.25 15.8085 21.25 14.0297V7.87991C21.25 7.08076 21.25 6.4332 21.2153 5.90462C21.1795 5.35999 21.1039 4.87432 20.9206 4.41016C20.3918 3.07085 19.2834 2.03658 17.9068 1.55157C17.048 1.24899 15.5759 1.24938 14.0209 1.24992C11.1813 1.24956 9.49465 1.24935 8.11221 1.73643C5.89221 2.5186 4.11848 4.18135 3.27509 6.31741C2.99398 7.02937 2.86944 7.79408 2.80919 8.71092C2.75 9.61164 2.75 10.7243 2.75 12.1426V14.726C2.74998 16.1741 2.74996 17.3468 2.85985 18.2841C2.97396 19.2575 3.21721 20.0954 3.78704 20.8145C4.08222 21.187 4.43077 21.5157 4.82114 21.7918C5.5659 22.3184 6.42712 22.5415 7.43654 22.6471ZM18.3969 19.916C18.0037 20.2874 17.4477 20.5292 16.4184 20.6599C15.3669 20.7934 13.9767 20.7953 12 20.7953H11.2476C9.63898 20.7953 8.50785 20.794 7.6384 20.7031C6.78448 20.6137 6.30055 20.447 5.94272 20.1939C5.70127 20.0232 5.48889 19.8221 5.3111 19.5978C5.05553 19.2753 4.88609 18.8425 4.79386 18.0557C4.69893 17.2459 4.69735 16.1886 4.69735 14.6651L4.69727 11.765C4.69725 11.4979 4.69743 10.8594 4.97804 10.3872C5.15098 10.0962 5.37239 9.85312 5.59984 9.7293C5.96635 9.52978 6.38654 9.41642 6.83321 9.41642L7.87358 9.4529C8.25367 9.4608 8.69721 9.44879 9.12536 9.33407C9.95933 9.11061 10.6107 8.4592 10.8342 7.62523C10.9489 7.19708 10.9609 6.75354 10.953 6.37345L10.9165 5.33308C10.9165 4.86539 11.0409 4.45826 11.2583 4.07985C11.385 3.85926 11.6057 3.65737 11.9105 3.48006C12.3726 3.21115 12.926 3.20866 13.2642 3.20713C13.6023 3.20561 13.9591 3.20444 14.2572 3.20444C16.0913 3.20444 16.7584 3.21839 17.2618 3.39574C18.1344 3.7032 18.8001 4.34484 19.1102 5.13021C19.1878 5.32685 19.2427 5.58527 19.2721 6.03322C19.3021 6.48989 19.3026 7.07284 19.3026 7.9131V13.9544C19.3026 15.8265 19.3003 17.1261 19.1609 18.1055C19.0264 19.0504 18.7818 19.5524 18.3969 19.916Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 16.9999C17 17.5522 16.5523 17.9999 16 17.9999L9 17.9999C8.44772 17.9999 8 17.5522 8 16.9999C8 16.4476 8.44772 15.9999 9 15.9999L16 15.9999C16.5523 15.9999 17 16.4476 17 16.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 12.9999C17 13.5522 16.5523 13.9999 16 13.9999L13 13.9999C12.4477 13.9999 12 13.5522 12 12.9999C12 12.4476 12.4477 11.9999 13 11.9999L16 11.9999C16.5523 11.9999 17 12.4476 17 12.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.1885 1.47773C16.2062 1.37497 14.9734 1.37499 13.4323 1.375H12.6023C12.0625 1.375 11.625 1.81255 11.625 2.35229C11.625 2.89203 12.0625 3.32957 12.6023 3.32957H13.3774C14.986 3.32957 16.1172 3.33082 16.9866 3.42177C17.8405 3.5111 18.3244 3.67786 18.6823 3.9309C18.9237 4.10165 19.1361 4.30274 19.3139 4.5271C19.5695 4.84959 19.7389 5.28238 19.8311 6.06917C19.9261 6.87893 19.9276 7.93626 19.9276 9.45971L19.9277 12.3599C19.9277 12.6269 19.9276 13.2655 19.647 13.7376C19.474 14.0286 19.2526 14.2717 19.0252 14.3956C18.6586 14.5951 18.2385 14.7084 17.7918 14.7084L16.7514 14.6719C16.3713 14.6641 15.9278 14.6761 15.4996 14.7908C14.6657 15.0142 14.0143 15.6656 13.7908 16.4996C13.6761 16.9278 13.6641 17.3713 13.672 17.7514L13.7085 18.7918C13.7085 19.2595 13.5841 19.6666 13.3667 20.045C13.24 20.2656 13.0193 20.4675 12.7145 20.6448C12.2524 20.9137 11.699 20.9162 11.3608 20.9177C11.0227 20.9192 10.6659 20.9204 10.3678 20.9204C8.53372 20.9204 7.86659 20.9065 7.36323 20.7291C6.4906 20.4216 5.8249 19.78 5.51481 18.9946C5.43717 18.798 5.38233 18.5396 5.35289 18.0916C5.32288 17.635 5.32239 17.052 5.32239 16.2118V12.0987C5.32239 11.5609 4.88645 11.125 4.34869 11.125C3.81094 11.125 3.375 11.5609 3.375 12.0987V16.2449C3.37499 17.0441 3.37499 17.6916 3.40973 18.2202C3.44552 18.7649 3.52113 19.2505 3.7044 19.7147C4.23321 21.054 5.34164 22.0883 6.7182 22.5733C7.577 22.8759 9.04908 22.8755 10.6041 22.8749C13.4437 22.8753 15.1304 22.8755 16.5128 22.3884C18.7328 21.6062 20.5065 19.9435 21.3499 17.8074C21.631 17.0955 21.7556 16.3308 21.8158 15.4139C21.875 14.5132 21.875 13.4006 21.875 11.9823V9.3988C21.875 7.95071 21.875 6.77806 21.7652 5.84073C21.651 4.86733 21.4078 4.02945 20.838 3.31039C20.5428 2.9379 20.1942 2.60912 19.8039 2.33307C19.0591 1.80641 18.1979 1.58332 17.1885 1.47773Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.125 1.125C7.67728 1.125 8.125 1.57272 8.125 2.125V5.125H11.125C11.6773 5.125 12.125 5.57272 12.125 6.125C12.125 6.67728 11.6773 7.125 11.125 7.125H8.125V10.125C8.125 10.6773 7.67728 11.125 7.125 11.125C6.57272 11.125 6.125 10.6773 6.125 10.125V7.125H3.125C2.57272 7.125 2.125 6.67729 2.125 6.125C2.125 5.57272 2.57272 5.125 3.125 5.125H6.125V2.125C6.125 1.57272 6.57272 1.125 7.125 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.1885 1.47773C16.2062 1.37497 14.9734 1.37499 13.4323 1.375H12.6023C12.0625 1.375 11.625 1.81255 11.625 2.35229C11.625 2.89203 12.0625 3.32957 12.6023 3.32957H13.3774C14.986 3.32957 16.1172 3.33082 16.9866 3.42177C17.8405 3.5111 18.3244 3.67786 18.6823 3.9309C18.9237 4.10165 19.1361 4.30274 19.3139 4.5271C19.5695 4.84959 19.7389 5.28238 19.8311 6.06917C19.9261 6.87893 19.9276 7.93626 19.9276 9.45971L19.9277 12.3599C19.9277 12.6269 19.9276 13.2655 19.647 13.7376C19.474 14.0286 19.2526 14.2717 19.0252 14.3956C18.6586 14.5951 18.2385 14.7084 17.7918 14.7084L16.7514 14.6719C16.3713 14.6641 15.9278 14.6761 15.4996 14.7908C14.6657 15.0142 14.0143 15.6656 13.7908 16.4996C13.6761 16.9278 13.6641 17.3713 13.672 17.7514L13.7085 18.7918C13.7085 19.2595 13.5841 19.6666 13.3667 20.045C13.24 20.2656 13.0193 20.4675 12.7145 20.6448C12.2524 20.9137 11.699 20.9162 11.3608 20.9177C11.0227 20.9192 10.6659 20.9204 10.3678 20.9204C8.53372 20.9204 7.86659 20.9065 7.36323 20.7291C6.4906 20.4216 5.8249 19.78 5.51481 18.9946C5.43717 18.798 5.38233 18.5396 5.35289 18.0916C5.32288 17.635 5.32239 17.052 5.32239 16.2118V12.0987C5.32239 11.5609 4.88645 11.125 4.34869 11.125C3.81094 11.125 3.375 11.5609 3.375 12.0987V16.2449C3.37499 17.0441 3.37499 17.6916 3.40973 18.2202C3.44552 18.7649 3.52113 19.2505 3.7044 19.7147C4.23321 21.054 5.34164 22.0883 6.7182 22.5733C7.577 22.8759 9.04908 22.8755 10.6041 22.8749C13.4437 22.8753 15.1304 22.8755 16.5128 22.3884C18.7328 21.6062 20.5065 19.9435 21.3499 17.8074C21.631 17.0955 21.7556 16.3308 21.8158 15.4139C21.875 14.5132 21.875 13.4006 21.875 11.9823V9.3988C21.875 7.95071 21.875 6.77806 21.7652 5.84073C21.651 4.86733 21.4078 4.02945 20.838 3.31039C20.5428 2.9379 20.1942 2.60912 19.8039 2.33307C19.0591 1.80641 18.1979 1.58332 17.1885 1.47773Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.125 1.125C7.67728 1.125 8.125 1.57272 8.125 2.125V5.125H11.125C11.6773 5.125 12.125 5.57272 12.125 6.125C12.125 6.67728 11.6773 7.125 11.125 7.125H8.125V10.125C8.125 10.6773 7.67728 11.125 7.125 11.125C6.57272 11.125 6.125 10.6773 6.125 10.125V7.125H3.125C2.57272 7.125 2.125 6.67729 2.125 6.125C2.125 5.57272 2.57272 5.125 3.125 5.125H6.125V2.125C6.125 1.57272 6.57272 1.125 7.125 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-attachment{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.625 5.58654C11.625 3.11211 9.59984 1.125 7.125 1.125C4.65017 1.125 2.625 3.11211 2.625 5.58654V8.35577C2.625 8.90805 3.07271 9.35577 3.625 9.35577C4.17728 9.35577 4.625 8.90805 4.625 8.35577V5.58654C4.625 4.23746 5.73384 3.125 7.125 3.125C8.51616 3.125 9.625 4.23746 9.625 5.58654L9.625 9.39423C9.625 9.78743 9.29966 10.125 8.875 10.125C8.45034 10.125 8.125 9.78744 8.125 9.39423L8.125 5.58654C8.125 5.03425 7.67729 4.58654 7.125 4.58654C6.57272 4.58654 6.125 5.03425 6.125 5.58654L6.125 9.39423C6.125 10.9128 7.36666 12.125 8.875 12.125C10.3833 12.125 11.625 10.9128 11.625 9.39423L11.625 5.58654Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.6885 1.47775C15.7062 1.37499 15.4185 1.37499 13.8774 1.375C13.3377 1.375 12.9001 1.81256 12.9001 2.35231C12.9001 2.89205 13.3377 3.32959 13.8774 3.32959C15.486 3.32959 15.6172 3.33084 16.4866 3.42179C17.3405 3.51112 17.8244 3.67788 18.1823 3.93092C18.4237 4.10167 18.6361 4.30276 18.8139 4.52711C19.0695 4.84961 19.2389 5.2824 19.3311 6.06919C19.4261 6.87895 19.4276 7.93628 19.4276 9.45973L19.4277 12.3599C19.4277 12.6269 19.4276 13.2655 19.147 13.7377C18.974 14.0286 18.7526 14.2717 18.5252 14.3956C18.1586 14.5951 17.7385 14.7085 17.2918 14.7085L16.2514 14.672C15.8713 14.6641 15.4278 14.6761 14.9996 14.7908C14.1657 15.0143 13.5143 15.6657 13.2908 16.4996C13.1761 16.9278 13.1641 17.3713 13.172 17.7514L13.2085 18.7918C13.2085 19.2595 13.0841 19.6666 12.8667 20.045C12.74 20.2656 12.5193 20.4675 12.2145 20.6448C11.7524 20.9137 11.199 20.9162 10.8608 20.9177C10.5227 20.9193 10.1659 20.9204 9.86784 20.9204C8.03372 20.9204 7.36659 20.9065 6.86323 20.7291C5.9906 20.4217 5.3249 19.78 5.01481 18.9947C4.93717 18.798 4.88233 18.5396 4.85289 18.0917C4.82288 17.635 4.82239 17.052 4.82239 16.2118V13.0987C4.82239 12.5609 4.38645 12.125 3.84869 12.125C3.31094 12.125 2.875 12.5609 2.875 13.0987V16.245C2.87499 17.0441 2.87499 17.6917 2.90973 18.2202C2.94552 18.7649 3.02113 19.2505 3.2044 19.7147C3.73321 21.054 4.84164 22.0883 6.2182 22.5733C7.077 22.8759 8.54908 22.8755 10.1041 22.8749C12.9437 22.8753 14.6304 22.8755 16.0128 22.3884C18.2328 21.6063 20.0065 19.9435 20.8499 17.8075C21.131 17.0955 21.2556 16.3308 21.3158 15.4139C21.375 14.5132 21.375 13.4006 21.375 11.9823V9.39882C21.375 7.95073 21.375 6.77808 21.2652 5.84075C21.151 4.86735 20.9078 4.02947 20.338 3.3104C20.0428 2.93792 19.6942 2.60914 19.3039 2.33309C18.5591 1.80643 17.6979 1.58334 16.6885 1.47775Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.625 5.58654C11.625 3.11211 9.59984 1.125 7.125 1.125C4.65017 1.125 2.625 3.11211 2.625 5.58654V8.35577C2.625 8.90805 3.07271 9.35577 3.625 9.35577C4.17728 9.35577 4.625 8.90805 4.625 8.35577V5.58654C4.625 4.23746 5.73384 3.125 7.125 3.125C8.51616 3.125 9.625 4.23746 9.625 5.58654L9.625 9.39423C9.625 9.78743 9.29966 10.125 8.875 10.125C8.45034 10.125 8.125 9.78744 8.125 9.39423L8.125 5.58654C8.125 5.03425 7.67729 4.58654 7.125 4.58654C6.57272 4.58654 6.125 5.03425 6.125 5.58654L6.125 9.39423C6.125 10.9128 7.36666 12.125 8.875 12.125C10.3833 12.125 11.625 10.9128 11.625 9.39423L11.625 5.58654Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.6885 1.47775C15.7062 1.37499 15.4185 1.37499 13.8774 1.375C13.3377 1.375 12.9001 1.81256 12.9001 2.35231C12.9001 2.89205 13.3377 3.32959 13.8774 3.32959C15.486 3.32959 15.6172 3.33084 16.4866 3.42179C17.3405 3.51112 17.8244 3.67788 18.1823 3.93092C18.4237 4.10167 18.6361 4.30276 18.8139 4.52711C19.0695 4.84961 19.2389 5.2824 19.3311 6.06919C19.4261 6.87895 19.4276 7.93628 19.4276 9.45973L19.4277 12.3599C19.4277 12.6269 19.4276 13.2655 19.147 13.7377C18.974 14.0286 18.7526 14.2717 18.5252 14.3956C18.1586 14.5951 17.7385 14.7085 17.2918 14.7085L16.2514 14.672C15.8713 14.6641 15.4278 14.6761 14.9996 14.7908C14.1657 15.0143 13.5143 15.6657 13.2908 16.4996C13.1761 16.9278 13.1641 17.3713 13.172 17.7514L13.2085 18.7918C13.2085 19.2595 13.0841 19.6666 12.8667 20.045C12.74 20.2656 12.5193 20.4675 12.2145 20.6448C11.7524 20.9137 11.199 20.9162 10.8608 20.9177C10.5227 20.9193 10.1659 20.9204 9.86784 20.9204C8.03372 20.9204 7.36659 20.9065 6.86323 20.7291C5.9906 20.4217 5.3249 19.78 5.01481 18.9947C4.93717 18.798 4.88233 18.5396 4.85289 18.0917C4.82288 17.635 4.82239 17.052 4.82239 16.2118V13.0987C4.82239 12.5609 4.38645 12.125 3.84869 12.125C3.31094 12.125 2.875 12.5609 2.875 13.0987V16.245C2.87499 17.0441 2.87499 17.6917 2.90973 18.2202C2.94552 18.7649 3.02113 19.2505 3.2044 19.7147C3.73321 21.054 4.84164 22.0883 6.2182 22.5733C7.077 22.8759 8.54908 22.8755 10.1041 22.8749C12.9437 22.8753 14.6304 22.8755 16.0128 22.3884C18.2328 21.6063 20.0065 19.9435 20.8499 17.8075C21.131 17.0955 21.2556 16.3308 21.3158 15.4139C21.375 14.5132 21.375 13.4006 21.375 11.9823V9.39882C21.375 7.95073 21.375 6.77808 21.2652 5.84075C21.151 4.86735 20.9078 4.02947 20.338 3.3104C20.0428 2.93792 19.6942 2.60914 19.3039 2.33309C18.5591 1.80643 17.6979 1.58334 16.6885 1.47775Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-audio{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.0629 12.7184C19.4791 12.4104 20.0766 12.0793 20.7415 12.3503C21.4125 12.6237 21.6001 13.2835 21.6735 13.7942C21.7487 14.3176 21.7487 15.0252 21.7486 15.8578V15.8579V19.1448V19.1448C21.7487 19.9774 21.7487 20.685 21.6735 21.2085C21.6001 21.7191 21.4125 22.3789 20.7415 22.6524C20.0766 22.9234 19.4791 22.5922 19.0629 22.2842C18.6347 21.9673 18.1271 21.4678 17.5278 20.8781C17.2248 20.5799 17.0055 20.4212 16.8484 20.3591C16.6876 20.2955 16.4746 20.2602 16.0403 20.2602H16.0403C15.6598 20.2602 15.2865 20.2602 15.0071 20.2323C14.7076 20.2023 14.3953 20.1342 14.1051 19.9434C13.5686 19.5907 13.3664 19.0696 13.2918 18.6227C13.2368 18.2934 13.245 17.7629 13.2491 17.5013C13.245 17.2397 13.2368 16.7093 13.2918 16.3799C13.3664 15.9331 13.5686 15.4119 14.1051 15.0592C14.3953 14.8684 14.7076 14.8003 15.0071 14.7704C15.2865 14.7424 15.6598 14.7424 16.0403 14.7424C16.4746 14.7424 16.6876 14.7071 16.8484 14.6435C17.0055 14.5814 17.2248 14.4227 17.5278 14.1245L17.5278 14.1245C18.1271 13.5349 18.6347 13.0353 19.0629 12.7184Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.93654 22.6472C7.91879 22.75 10.4816 22.75 12.0227 22.75C12.5625 22.75 13 22.3125 13 21.7727C13 21.233 12.5625 20.7954 12.0227 20.7954C10.4141 20.7954 8.00785 20.7941 7.1384 20.7032C6.28448 20.6139 5.80055 20.4471 5.44272 20.1941C5.20127 20.0233 4.98889 19.8222 4.8111 19.5979C4.55553 19.2754 4.38609 18.8426 4.29386 18.0558C4.19893 17.246 4.19735 16.1887 4.19735 14.6652L4.19727 11.7651C4.19725 11.498 4.19742 10.8595 4.47804 10.3873C4.65097 10.0963 4.87239 9.85323 5.09984 9.72941C5.46635 9.52989 5.88654 9.41653 6.33321 9.41653L7.37358 9.45302C7.75367 9.46091 8.19721 9.4489 8.62536 9.33418C9.45933 9.11072 10.1107 8.45931 10.3342 7.62534C10.4489 7.19719 10.4609 6.75365 10.453 6.37356L10.4165 5.33319C10.4165 4.8655 10.5409 4.45837 10.7583 4.07996C10.885 3.85937 11.1057 3.65748 11.4105 3.48017C11.8726 3.21126 12.426 3.20877 12.7642 3.20725C13.1023 3.20572 13.4591 3.20455 13.7572 3.20455C15.5913 3.20455 16.2584 3.2185 16.7618 3.39585C17.6344 3.70331 18.3001 4.34496 18.6102 5.13032C18.6878 5.32696 18.7427 5.58538 18.7721 6.03333C18.8021 6.49001 18.8026 7.07295 18.8026 7.91321V10.0263C18.8026 10.5641 19.2386 11 19.7763 11C20.3141 11 20.75 10.5641 20.75 10.0263V7.88003C20.75 7.08087 20.75 6.43332 20.7153 5.90473C20.6795 5.36011 20.6039 4.87443 20.4206 4.41027C19.8918 3.07096 18.7834 2.03669 17.4068 1.55169C16.548 1.2491 15.0759 1.24949 13.5209 1.25003C10.6813 1.24967 8.99465 1.24946 7.61221 1.73654C5.39221 2.51872 3.61848 4.18146 2.77509 6.31752C2.49397 7.02948 2.36944 7.79419 2.30919 8.71103C2.25 9.61174 2.25 10.7244 2.25 12.1426V12.1427V14.7262C2.24998 16.1743 2.24996 17.3469 2.35985 18.2842C2.47396 19.2576 2.71721 20.0955 3.28704 20.8146C3.58222 21.1871 3.93077 21.5158 4.32114 21.7919C5.0659 22.3185 5.92712 22.5416 6.93654 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.0629 12.7184C19.4791 12.4104 20.0766 12.0793 20.7415 12.3503C21.4125 12.6237 21.6001 13.2835 21.6735 13.7942C21.7487 14.3176 21.7487 15.0252 21.7486 15.8578V15.8579V19.1448V19.1448C21.7487 19.9774 21.7487 20.685 21.6735 21.2085C21.6001 21.7191 21.4125 22.3789 20.7415 22.6524C20.0766 22.9234 19.4791 22.5922 19.0629 22.2842C18.6347 21.9673 18.1271 21.4678 17.5278 20.8781C17.2248 20.5799 17.0055 20.4212 16.8484 20.3591C16.6876 20.2955 16.4746 20.2602 16.0403 20.2602H16.0403C15.6598 20.2602 15.2865 20.2602 15.0071 20.2323C14.7076 20.2023 14.3953 20.1342 14.1051 19.9434C13.5686 19.5907 13.3664 19.0696 13.2918 18.6227C13.2368 18.2934 13.245 17.7629 13.2491 17.5013C13.245 17.2397 13.2368 16.7093 13.2918 16.3799C13.3664 15.9331 13.5686 15.4119 14.1051 15.0592C14.3953 14.8684 14.7076 14.8003 15.0071 14.7704C15.2865 14.7424 15.6598 14.7424 16.0403 14.7424C16.4746 14.7424 16.6876 14.7071 16.8484 14.6435C17.0055 14.5814 17.2248 14.4227 17.5278 14.1245L17.5278 14.1245C18.1271 13.5349 18.6347 13.0353 19.0629 12.7184Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.93654 22.6472C7.91879 22.75 10.4816 22.75 12.0227 22.75C12.5625 22.75 13 22.3125 13 21.7727C13 21.233 12.5625 20.7954 12.0227 20.7954C10.4141 20.7954 8.00785 20.7941 7.1384 20.7032C6.28448 20.6139 5.80055 20.4471 5.44272 20.1941C5.20127 20.0233 4.98889 19.8222 4.8111 19.5979C4.55553 19.2754 4.38609 18.8426 4.29386 18.0558C4.19893 17.246 4.19735 16.1887 4.19735 14.6652L4.19727 11.7651C4.19725 11.498 4.19742 10.8595 4.47804 10.3873C4.65097 10.0963 4.87239 9.85323 5.09984 9.72941C5.46635 9.52989 5.88654 9.41653 6.33321 9.41653L7.37358 9.45302C7.75367 9.46091 8.19721 9.4489 8.62536 9.33418C9.45933 9.11072 10.1107 8.45931 10.3342 7.62534C10.4489 7.19719 10.4609 6.75365 10.453 6.37356L10.4165 5.33319C10.4165 4.8655 10.5409 4.45837 10.7583 4.07996C10.885 3.85937 11.1057 3.65748 11.4105 3.48017C11.8726 3.21126 12.426 3.20877 12.7642 3.20725C13.1023 3.20572 13.4591 3.20455 13.7572 3.20455C15.5913 3.20455 16.2584 3.2185 16.7618 3.39585C17.6344 3.70331 18.3001 4.34496 18.6102 5.13032C18.6878 5.32696 18.7427 5.58538 18.7721 6.03333C18.8021 6.49001 18.8026 7.07295 18.8026 7.91321V10.0263C18.8026 10.5641 19.2386 11 19.7763 11C20.3141 11 20.75 10.5641 20.75 10.0263V7.88003C20.75 7.08087 20.75 6.43332 20.7153 5.90473C20.6795 5.36011 20.6039 4.87443 20.4206 4.41027C19.8918 3.07096 18.7834 2.03669 17.4068 1.55169C16.548 1.2491 15.0759 1.24949 13.5209 1.25003C10.6813 1.24967 8.99465 1.24946 7.61221 1.73654C5.39221 2.51872 3.61848 4.18146 2.77509 6.31752C2.49397 7.02948 2.36944 7.79419 2.30919 8.71103C2.25 9.61174 2.25 10.7244 2.25 12.1426V12.1427V14.7262C2.24998 16.1743 2.24996 17.3469 2.35985 18.2842C2.47396 19.2576 2.71721 20.0955 3.28704 20.8146C3.58222 21.1871 3.93077 21.5158 4.32114 21.7919C5.0659 22.3185 5.92712 22.5416 6.93654 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-block{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.1885 1.47775C16.2062 1.37499 14.9185 1.37499 13.3774 1.375C12.8377 1.375 12.4001 1.81256 12.4001 2.35231C12.4001 2.89205 12.8377 3.32959 13.3774 3.32959C14.986 3.32959 16.1172 3.33084 16.9866 3.42179C17.8405 3.51112 18.3244 3.67788 18.6823 3.93092C18.9237 4.10167 19.1361 4.30276 19.3139 4.52711C19.5695 4.84961 19.7389 5.2824 19.8311 6.06919C19.9261 6.87895 19.9276 7.93628 19.9276 9.45973L19.9277 12.3599C19.9277 12.6269 19.9276 13.2655 19.647 13.7377C19.474 14.0286 19.2526 14.2717 19.0252 14.3956C18.6586 14.5951 18.2385 14.7085 17.7918 14.7085L16.7514 14.672C16.3713 14.6641 15.9278 14.6761 15.4996 14.7908C14.6657 15.0143 14.0143 15.6657 13.7908 16.4996C13.6761 16.9278 13.6641 17.3713 13.672 17.7514L13.7085 18.7918C13.7085 19.2595 13.5841 19.6666 13.3667 20.045C13.24 20.2656 13.0193 20.4675 12.7145 20.6448C12.2524 20.9137 11.699 20.9162 11.3608 20.9177C11.0227 20.9193 10.6659 20.9204 10.3678 20.9204C8.53372 20.9204 7.86659 20.9065 7.36323 20.7291C6.4906 20.4217 5.8249 19.78 5.51481 18.9947C5.43717 18.798 5.38233 18.5396 5.35289 18.0917C5.32288 17.635 5.32239 17.052 5.32239 16.2118V13.0987C5.32239 12.5609 4.88645 12.125 4.34869 12.125C3.81094 12.125 3.375 12.5609 3.375 13.0987V16.245C3.37499 17.0441 3.37499 17.6917 3.40973 18.2202C3.44552 18.7649 3.52113 19.2505 3.7044 19.7147C4.23321 21.054 5.34164 22.0883 6.7182 22.5733C7.577 22.8759 9.04908 22.8755 10.6041 22.8749C13.4437 22.8753 15.1304 22.8755 16.5128 22.3884C18.7328 21.6063 20.5065 19.9435 21.3499 17.8075C21.631 17.0955 21.7556 16.3308 21.8158 15.4139C21.875 14.5132 21.875 13.4006 21.875 11.9823V9.39882C21.875 7.95073 21.875 6.77808 21.7652 5.84075C21.651 4.86735 21.4078 4.02947 20.838 3.3104C20.5428 2.93792 20.1942 2.60914 19.8039 2.33309C19.0591 1.80643 18.1979 1.58334 17.1885 1.47775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.71121 3.29699L8.95301 6.53879C9.06413 6.25584 9.125 5.94774 9.125 5.625C9.125 4.24429 8.00571 3.125 6.625 3.125C6.30226 3.125 5.99416 3.18587 5.71121 3.29699ZM7.53879 7.95301L4.29699 4.71121C4.18587 4.99416 4.125 5.30226 4.125 5.625C4.125 7.00571 5.24429 8.125 6.625 8.125C6.94774 8.125 7.25584 8.06413 7.53879 7.95301ZM3.44302 2.44302C4.25626 1.62977 5.38264 1.125 6.625 1.125C9.11028 1.125 11.125 3.13972 11.125 5.625C11.125 6.86736 10.6202 7.99374 9.80698 8.80698C8.99374 9.62022 7.86736 10.125 6.625 10.125C4.13972 10.125 2.125 8.11028 2.125 5.625C2.125 4.38264 2.62977 3.25626 3.44302 2.44302Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.1885 1.47775C16.2062 1.37499 14.9185 1.37499 13.3774 1.375C12.8377 1.375 12.4001 1.81256 12.4001 2.35231C12.4001 2.89205 12.8377 3.32959 13.3774 3.32959C14.986 3.32959 16.1172 3.33084 16.9866 3.42179C17.8405 3.51112 18.3244 3.67788 18.6823 3.93092C18.9237 4.10167 19.1361 4.30276 19.3139 4.52711C19.5695 4.84961 19.7389 5.2824 19.8311 6.06919C19.9261 6.87895 19.9276 7.93628 19.9276 9.45973L19.9277 12.3599C19.9277 12.6269 19.9276 13.2655 19.647 13.7377C19.474 14.0286 19.2526 14.2717 19.0252 14.3956C18.6586 14.5951 18.2385 14.7085 17.7918 14.7085L16.7514 14.672C16.3713 14.6641 15.9278 14.6761 15.4996 14.7908C14.6657 15.0143 14.0143 15.6657 13.7908 16.4996C13.6761 16.9278 13.6641 17.3713 13.672 17.7514L13.7085 18.7918C13.7085 19.2595 13.5841 19.6666 13.3667 20.045C13.24 20.2656 13.0193 20.4675 12.7145 20.6448C12.2524 20.9137 11.699 20.9162 11.3608 20.9177C11.0227 20.9193 10.6659 20.9204 10.3678 20.9204C8.53372 20.9204 7.86659 20.9065 7.36323 20.7291C6.4906 20.4217 5.8249 19.78 5.51481 18.9947C5.43717 18.798 5.38233 18.5396 5.35289 18.0917C5.32288 17.635 5.32239 17.052 5.32239 16.2118V13.0987C5.32239 12.5609 4.88645 12.125 4.34869 12.125C3.81094 12.125 3.375 12.5609 3.375 13.0987V16.245C3.37499 17.0441 3.37499 17.6917 3.40973 18.2202C3.44552 18.7649 3.52113 19.2505 3.7044 19.7147C4.23321 21.054 5.34164 22.0883 6.7182 22.5733C7.577 22.8759 9.04908 22.8755 10.6041 22.8749C13.4437 22.8753 15.1304 22.8755 16.5128 22.3884C18.7328 21.6063 20.5065 19.9435 21.3499 17.8075C21.631 17.0955 21.7556 16.3308 21.8158 15.4139C21.875 14.5132 21.875 13.4006 21.875 11.9823V9.39882C21.875 7.95073 21.875 6.77808 21.7652 5.84075C21.651 4.86735 21.4078 4.02947 20.838 3.3104C20.5428 2.93792 20.1942 2.60914 19.8039 2.33309C19.0591 1.80643 18.1979 1.58334 17.1885 1.47775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.71121 3.29699L8.95301 6.53879C9.06413 6.25584 9.125 5.94774 9.125 5.625C9.125 4.24429 8.00571 3.125 6.625 3.125C6.30226 3.125 5.99416 3.18587 5.71121 3.29699ZM7.53879 7.95301L4.29699 4.71121C4.18587 4.99416 4.125 5.30226 4.125 5.625C4.125 7.00571 5.24429 8.125 6.625 8.125C6.94774 8.125 7.25584 8.06413 7.53879 7.95301ZM3.44302 2.44302C4.25626 1.62977 5.38264 1.125 6.625 1.125C9.11028 1.125 11.125 3.13972 11.125 5.625C11.125 6.86736 10.6202 7.99374 9.80698 8.80698C8.99374 9.62022 7.86736 10.125 6.625 10.125C4.13972 10.125 2.125 8.11028 2.125 5.625C2.125 4.38264 2.62977 3.25626 3.44302 2.44302Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-bookmark{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.44636 1.25L6.5 1.25L6.55364 1.25H6.55369C7.33278 1.24996 7.99687 1.24993 8.52709 1.32626C9.09658 1.40824 9.61929 1.59118 10.0356 2.0369C10.4451 2.47536 10.6067 3.01358 10.6801 3.59807C10.7501 4.15525 10.75 4.85705 10.75 5.69886V5.69888V7.58716C10.75 8.21122 10.7501 8.7441 10.7033 9.15365C10.6573 9.55584 10.5487 10.0492 10.1471 10.3864C9.97586 10.5301 9.77618 10.6379 9.55918 10.7003C9.03193 10.8519 8.56321 10.63 8.22737 10.4233C7.88789 10.2143 7.48577 9.89134 7.0232 9.51983L7.02319 9.51982C6.80553 9.34503 6.59432 9.18675 6.5 9.12514C6.40568 9.18675 6.19447 9.34504 5.97681 9.51983C5.51424 9.89134 5.11212 10.2143 4.77263 10.4233C4.43679 10.63 3.96807 10.8519 3.44082 10.7003C3.22383 10.6379 3.02415 10.5301 2.85288 10.3864C2.45126 10.0492 2.34268 9.55584 2.29674 9.15365C2.24995 8.74411 2.24997 8.21125 2.25 7.58721V7.58717V5.69887V5.69882C2.24998 4.85703 2.24996 4.15524 2.31992 3.59807C2.39331 3.01358 2.55495 2.47536 2.96444 2.0369C3.38072 1.59118 3.90343 1.40824 4.47291 1.32626C5.00313 1.24993 5.66723 1.24996 6.44632 1.25H6.44636Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0635 1.35275C16.0812 1.24999 14.7935 1.24999 13.2524 1.25C12.7127 1.25 12.2751 1.68756 12.2751 2.22731C12.2751 2.76705 12.7127 3.20459 13.2524 3.20459C14.861 3.20459 15.9922 3.20584 16.8616 3.29679C17.7155 3.38612 18.1994 3.55288 18.5573 3.80592C18.7987 3.97667 19.0111 4.17776 19.1889 4.40211C19.4445 4.72461 19.6139 5.1574 19.7061 5.94419C19.8011 6.75395 19.8026 7.81128 19.8026 9.33473L19.8027 12.2349C19.8027 12.5019 19.8026 13.1405 19.522 13.6127C19.349 13.9036 19.1276 14.1467 18.9002 14.2706C18.5336 14.4701 18.1135 14.5835 17.6668 14.5835L16.6264 14.547C16.2463 14.5391 15.8028 14.5511 15.3746 14.6658C14.5407 14.8893 13.8893 15.5407 13.6658 16.3746C13.5511 16.8028 13.5391 17.2463 13.547 17.6264L13.5835 18.6668C13.5835 19.1345 13.4591 19.5416 13.2417 19.92C13.115 20.1406 12.8943 20.3425 12.5895 20.5198C12.1274 20.7887 11.574 20.7912 11.2358 20.7927C10.8977 20.7943 10.5409 20.7954 10.2428 20.7954C8.40872 20.7954 7.74159 20.7815 7.23823 20.6041C6.3656 20.2967 5.6999 19.655 5.38981 18.8697C5.31217 18.673 5.25733 18.4146 5.22789 17.9667C5.19788 17.51 5.19739 16.927 5.19739 16.0868V13.9737C5.19739 13.4359 4.76145 13 4.22369 13C3.68594 13 3.25 13.4359 3.25 13.9737V16.12C3.24999 16.9191 3.24999 17.5667 3.28473 18.0952C3.32052 18.6399 3.39613 19.1255 3.5794 19.5897C4.10821 20.929 5.21664 21.9633 6.5932 22.4483C7.452 22.7509 8.92408 22.7505 10.4791 22.7499C13.3187 22.7503 15.0054 22.7505 16.3878 22.2634C18.6078 21.4813 20.3815 19.8185 21.2249 17.6825C21.506 16.9705 21.6306 16.2058 21.6908 15.2889C21.75 14.3882 21.75 13.2756 21.75 11.8573V11.8573V9.27382C21.75 7.82573 21.75 6.65308 21.6402 5.71575C21.526 4.74235 21.2828 3.90447 20.713 3.1854C20.4178 2.81292 20.0692 2.48414 19.6789 2.20809C18.9341 1.68143 18.0729 1.45834 17.0635 1.35275Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.44636 1.25L6.5 1.25L6.55364 1.25H6.55369C7.33278 1.24996 7.99687 1.24993 8.52709 1.32626C9.09658 1.40824 9.61929 1.59118 10.0356 2.0369C10.4451 2.47536 10.6067 3.01358 10.6801 3.59807C10.7501 4.15525 10.75 4.85705 10.75 5.69886V5.69888V7.58716C10.75 8.21122 10.7501 8.7441 10.7033 9.15365C10.6573 9.55584 10.5487 10.0492 10.1471 10.3864C9.97586 10.5301 9.77618 10.6379 9.55918 10.7003C9.03193 10.8519 8.56321 10.63 8.22737 10.4233C7.88789 10.2143 7.48577 9.89134 7.0232 9.51983L7.02319 9.51982C6.80553 9.34503 6.59432 9.18675 6.5 9.12514C6.40568 9.18675 6.19447 9.34504 5.97681 9.51983C5.51424 9.89134 5.11212 10.2143 4.77263 10.4233C4.43679 10.63 3.96807 10.8519 3.44082 10.7003C3.22383 10.6379 3.02415 10.5301 2.85288 10.3864C2.45126 10.0492 2.34268 9.55584 2.29674 9.15365C2.24995 8.74411 2.24997 8.21125 2.25 7.58721V7.58717V5.69887V5.69882C2.24998 4.85703 2.24996 4.15524 2.31992 3.59807C2.39331 3.01358 2.55495 2.47536 2.96444 2.0369C3.38072 1.59118 3.90343 1.40824 4.47291 1.32626C5.00313 1.24993 5.66723 1.24996 6.44632 1.25H6.44636Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0635 1.35275C16.0812 1.24999 14.7935 1.24999 13.2524 1.25C12.7127 1.25 12.2751 1.68756 12.2751 2.22731C12.2751 2.76705 12.7127 3.20459 13.2524 3.20459C14.861 3.20459 15.9922 3.20584 16.8616 3.29679C17.7155 3.38612 18.1994 3.55288 18.5573 3.80592C18.7987 3.97667 19.0111 4.17776 19.1889 4.40211C19.4445 4.72461 19.6139 5.1574 19.7061 5.94419C19.8011 6.75395 19.8026 7.81128 19.8026 9.33473L19.8027 12.2349C19.8027 12.5019 19.8026 13.1405 19.522 13.6127C19.349 13.9036 19.1276 14.1467 18.9002 14.2706C18.5336 14.4701 18.1135 14.5835 17.6668 14.5835L16.6264 14.547C16.2463 14.5391 15.8028 14.5511 15.3746 14.6658C14.5407 14.8893 13.8893 15.5407 13.6658 16.3746C13.5511 16.8028 13.5391 17.2463 13.547 17.6264L13.5835 18.6668C13.5835 19.1345 13.4591 19.5416 13.2417 19.92C13.115 20.1406 12.8943 20.3425 12.5895 20.5198C12.1274 20.7887 11.574 20.7912 11.2358 20.7927C10.8977 20.7943 10.5409 20.7954 10.2428 20.7954C8.40872 20.7954 7.74159 20.7815 7.23823 20.6041C6.3656 20.2967 5.6999 19.655 5.38981 18.8697C5.31217 18.673 5.25733 18.4146 5.22789 17.9667C5.19788 17.51 5.19739 16.927 5.19739 16.0868V13.9737C5.19739 13.4359 4.76145 13 4.22369 13C3.68594 13 3.25 13.4359 3.25 13.9737V16.12C3.24999 16.9191 3.24999 17.5667 3.28473 18.0952C3.32052 18.6399 3.39613 19.1255 3.5794 19.5897C4.10821 20.929 5.21664 21.9633 6.5932 22.4483C7.452 22.7509 8.92408 22.7505 10.4791 22.7499C13.3187 22.7503 15.0054 22.7505 16.3878 22.2634C18.6078 21.4813 20.3815 19.8185 21.2249 17.6825C21.506 16.9705 21.6306 16.2058 21.6908 15.2889C21.75 14.3882 21.75 13.2756 21.75 11.8573V11.8573V9.27382C21.75 7.82573 21.75 6.65308 21.6402 5.71575C21.526 4.74235 21.2828 3.90447 20.713 3.1854C20.4178 2.81292 20.0692 2.48414 19.6789 2.20809C18.9341 1.68143 18.0729 1.45834 17.0635 1.35275Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-cloud{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0635 1.35275C16.0812 1.24999 14.7935 1.24999 13.2524 1.25C12.7127 1.25 12.2751 1.68756 12.2751 2.22731C12.2751 2.76705 12.7127 3.20459 13.2524 3.20459C14.861 3.20459 15.9922 3.20584 16.8616 3.29679C17.7155 3.38612 18.1994 3.55288 18.5573 3.80592C18.7987 3.97667 19.0111 4.17776 19.1889 4.40211C19.4445 4.72461 19.6139 5.1574 19.7061 5.94419C19.8011 6.75395 19.8026 7.81128 19.8026 9.33473L19.8027 12.2349C19.8027 12.5019 19.8026 13.1405 19.522 13.6127C19.349 13.9036 19.1276 14.1467 18.9002 14.2706C18.5336 14.4701 18.1135 14.5835 17.6668 14.5835L16.6264 14.547C16.2463 14.5391 15.8028 14.5511 15.3746 14.6658C14.5407 14.8893 13.8893 15.5407 13.6658 16.3746C13.5511 16.8028 13.5391 17.2463 13.547 17.6264L13.5835 18.6668C13.5835 19.1345 13.4591 19.5416 13.2417 19.92C13.115 20.1406 12.8943 20.3425 12.5895 20.5198C12.1274 20.7887 11.574 20.7912 11.2358 20.7927C10.8977 20.7943 10.5409 20.7954 10.2428 20.7954C8.40872 20.7954 7.74159 20.7815 7.23823 20.6041C6.3656 20.2967 5.6999 19.655 5.38981 18.8697C5.31217 18.673 5.25733 18.4146 5.22789 17.9667C5.19788 17.51 5.19739 16.927 5.19739 16.0868V12.9737C5.19739 12.4359 4.76145 12 4.22369 12C3.68594 12 3.25 12.4359 3.25 12.9737V16.12C3.24999 16.9191 3.24999 17.5667 3.28473 18.0952C3.32052 18.6399 3.39613 19.1255 3.5794 19.5897C4.10821 20.929 5.21664 21.9633 6.5932 22.4483C7.452 22.7509 8.92408 22.7505 10.4791 22.7499C13.3187 22.7503 15.0054 22.7505 16.3878 22.2634C18.6078 21.4813 20.3815 19.8185 21.2249 17.6825C21.506 16.9705 21.6306 16.2058 21.6908 15.2889C21.75 14.3882 21.75 13.2756 21.75 11.8573V11.8573V9.27382C21.75 7.82573 21.75 6.65308 21.6402 5.71575C21.526 4.74235 21.2828 3.90447 20.713 3.1854C20.4178 2.81292 20.0692 2.48414 19.6789 2.20809C18.9341 1.68143 18.0729 1.45834 17.0635 1.35275Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.38304 3.71381C4.74645 2.30994 5.98779 1.25 7.5 1.25C9.20807 1.25 10.4909 2.59919 10.6957 4.14911C11.8874 4.48013 12.75 5.60041 12.75 6.9C12.75 8.44807 11.5331 9.75 9.975 9.75H5.25C3.56767 9.75 2.25 8.3436 2.25 6.66667C2.25 5.29042 3.13515 4.09916 4.38304 3.71381Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0635 1.35275C16.0812 1.24999 14.7935 1.24999 13.2524 1.25C12.7127 1.25 12.2751 1.68756 12.2751 2.22731C12.2751 2.76705 12.7127 3.20459 13.2524 3.20459C14.861 3.20459 15.9922 3.20584 16.8616 3.29679C17.7155 3.38612 18.1994 3.55288 18.5573 3.80592C18.7987 3.97667 19.0111 4.17776 19.1889 4.40211C19.4445 4.72461 19.6139 5.1574 19.7061 5.94419C19.8011 6.75395 19.8026 7.81128 19.8026 9.33473L19.8027 12.2349C19.8027 12.5019 19.8026 13.1405 19.522 13.6127C19.349 13.9036 19.1276 14.1467 18.9002 14.2706C18.5336 14.4701 18.1135 14.5835 17.6668 14.5835L16.6264 14.547C16.2463 14.5391 15.8028 14.5511 15.3746 14.6658C14.5407 14.8893 13.8893 15.5407 13.6658 16.3746C13.5511 16.8028 13.5391 17.2463 13.547 17.6264L13.5835 18.6668C13.5835 19.1345 13.4591 19.5416 13.2417 19.92C13.115 20.1406 12.8943 20.3425 12.5895 20.5198C12.1274 20.7887 11.574 20.7912 11.2358 20.7927C10.8977 20.7943 10.5409 20.7954 10.2428 20.7954C8.40872 20.7954 7.74159 20.7815 7.23823 20.6041C6.3656 20.2967 5.6999 19.655 5.38981 18.8697C5.31217 18.673 5.25733 18.4146 5.22789 17.9667C5.19788 17.51 5.19739 16.927 5.19739 16.0868V12.9737C5.19739 12.4359 4.76145 12 4.22369 12C3.68594 12 3.25 12.4359 3.25 12.9737V16.12C3.24999 16.9191 3.24999 17.5667 3.28473 18.0952C3.32052 18.6399 3.39613 19.1255 3.5794 19.5897C4.10821 20.929 5.21664 21.9633 6.5932 22.4483C7.452 22.7509 8.92408 22.7505 10.4791 22.7499C13.3187 22.7503 15.0054 22.7505 16.3878 22.2634C18.6078 21.4813 20.3815 19.8185 21.2249 17.6825C21.506 16.9705 21.6306 16.2058 21.6908 15.2889C21.75 14.3882 21.75 13.2756 21.75 11.8573V11.8573V9.27382C21.75 7.82573 21.75 6.65308 21.6402 5.71575C21.526 4.74235 21.2828 3.90447 20.713 3.1854C20.4178 2.81292 20.0692 2.48414 19.6789 2.20809C18.9341 1.68143 18.0729 1.45834 17.0635 1.35275Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.38304 3.71381C4.74645 2.30994 5.98779 1.25 7.5 1.25C9.20807 1.25 10.4909 2.59919 10.6957 4.14911C11.8874 4.48013 12.75 5.60041 12.75 6.9C12.75 8.44807 11.5331 9.75 9.975 9.75H5.25C3.56767 9.75 2.25 8.3436 2.25 6.66667C2.25 5.29042 3.13515 4.09916 4.38304 3.71381Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-corrupt{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.865 11.2637C16.2723 11.6367 16.3 12.2693 15.927 12.6766L14.5183 14.2147C14.3329 14.4172 14.2401 14.5185 14.2435 14.6399C14.2469 14.7613 14.3451 14.8572 14.5416 15.0491C14.5416 15.0491 15.0471 15.5081 15.1517 15.606C15.4311 15.8675 15.6679 16.1967 15.7621 16.6047C15.8592 17.0258 15.7761 17.4072 15.6351 17.7104C15.4054 18.2043 14.9524 18.6112 14.6798 18.8562L14.6748 18.8607C14.4943 19.0261 14.2574 19.2429 14.2547 19.3699C14.2518 19.498 14.343 19.5891 14.5253 19.7714L14.861 20.1072C15.1032 20.3494 15.2541 20.5002 15.4074 20.5919C15.4236 20.6016 15.4317 20.6065 15.5427 20.6417C15.6536 20.677 15.6792 20.6789 15.7302 20.6828C15.9056 20.6961 16.1619 20.6996 16.4184 20.6599C17.4477 20.5292 18.0037 20.2874 18.3969 19.916C18.7818 19.5524 19.0264 19.0504 19.1609 18.1055C19.3003 17.1261 19.3026 15.8265 19.3026 13.9544V7.9131C19.3026 7.07284 19.3021 6.48989 19.2721 6.03322C19.2427 5.58527 19.1878 5.32685 19.1102 5.13021C18.8001 4.34484 18.1344 3.7032 17.2618 3.39574C16.7584 3.21839 16.0913 3.20444 14.2572 3.20444C13.9591 3.20444 13.6023 3.20561 13.2642 3.20713C12.926 3.20866 12.3726 3.21115 11.9105 3.48006C11.6057 3.65737 11.385 3.85926 11.2583 4.07985C11.0409 4.45826 10.9166 4.86539 10.9166 5.33308L10.953 6.37345C10.9609 6.75354 10.9489 7.19708 10.8342 7.62523C10.6107 8.4592 9.95933 9.11061 9.12536 9.33407C8.69721 9.44879 8.25367 9.4608 7.87358 9.4529L6.83322 9.41642C6.38655 9.41642 5.96635 9.52978 5.59984 9.7293C5.37239 9.85312 5.15098 10.0962 4.97804 10.3872C4.69743 10.8594 4.69725 11.4979 4.69727 11.765L4.69735 14.6651C4.69735 16.1886 4.69893 17.2459 4.79386 18.0557C4.88609 18.8425 5.05554 19.2753 5.3111 19.5978C5.48889 19.8221 5.70127 20.0232 5.94272 20.1939C6.30055 20.447 6.78448 20.6137 7.6384 20.7031C8.07305 20.7485 8.83131 20.7716 9.58294 20.7833C10.1206 20.7916 10.5549 21.2274 10.5549 21.7652C10.5549 22.307 10.1142 22.7464 9.57235 22.7379C8.772 22.7254 7.93922 22.6997 7.43654 22.6471C6.42712 22.5415 5.5659 22.3184 4.82114 21.7918C4.43077 21.5157 4.08223 21.187 3.78704 20.8145C3.21721 20.0954 2.97396 19.2575 2.85985 18.2841C2.74996 17.3468 2.74998 16.1742 2.75 14.7261V14.726V12.1426C2.75 10.7244 2.75 9.61157 2.80919 8.71092C2.86944 7.79408 2.99398 7.02937 3.27509 6.31741C4.11848 4.18135 5.89222 2.5186 8.11221 1.73643C9.49465 1.24935 11.1813 1.24956 14.0209 1.24992C15.5759 1.24938 17.048 1.24899 17.9068 1.55157C19.2834 2.03658 20.3918 3.07085 20.9206 4.41016C21.1039 4.87432 21.1795 5.35999 21.2153 5.90462C21.25 6.4332 21.25 7.08076 21.25 7.87991V14.0297C21.25 15.8085 21.2501 17.2483 21.0887 18.3819C20.9202 19.566 20.5588 20.5579 19.7316 21.3393C18.9128 22.1128 17.8874 22.4435 16.6629 22.599C16.3094 22.6439 15.927 22.6754 15.5143 22.6976C15.106 22.7195 14.9018 22.7305 14.703 22.6543C14.5042 22.5781 14.3526 22.4264 14.0495 22.1232L12.5906 20.6638C12.3269 20.3759 12.1262 20.0225 12.0763 19.6046C12.0265 19.1872 12.1414 18.8257 12.2905 18.5477C12.5341 18.0936 12.9661 17.7066 13.2376 17.4632L13.24 17.4611C13.4172 17.2983 13.5569 17.17 13.5715 17.0633C13.5715 16.8983 13.4581 16.7848 13.2678 16.618C13.0589 16.435 12.8025 16.1978 12.5877 15.9248C12.3791 15.6594 12.1401 15.274 12.0887 14.7927C12.0315 14.2575 12.2214 13.7615 12.5906 13.3584L14.4521 11.3258C14.8251 10.9185 15.4577 10.8907 15.865 11.2637Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.865 11.2637C16.2723 11.6367 16.3 12.2693 15.927 12.6766L14.5183 14.2147C14.3329 14.4172 14.2401 14.5185 14.2435 14.6399C14.2469 14.7613 14.3451 14.8572 14.5416 15.0491C14.5416 15.0491 15.0471 15.5081 15.1517 15.606C15.4311 15.8675 15.6679 16.1967 15.7621 16.6047C15.8592 17.0258 15.7761 17.4072 15.6351 17.7104C15.4054 18.2043 14.9524 18.6112 14.6798 18.8562L14.6748 18.8607C14.4943 19.0261 14.2574 19.2429 14.2547 19.3699C14.2518 19.498 14.343 19.5891 14.5253 19.7714L14.861 20.1072C15.1032 20.3494 15.2541 20.5002 15.4074 20.5919C15.4236 20.6016 15.4317 20.6065 15.5427 20.6417C15.6536 20.677 15.6792 20.6789 15.7302 20.6828C15.9056 20.6961 16.1619 20.6996 16.4184 20.6599C17.4477 20.5292 18.0037 20.2874 18.3969 19.916C18.7818 19.5524 19.0264 19.0504 19.1609 18.1055C19.3003 17.1261 19.3026 15.8265 19.3026 13.9544V7.9131C19.3026 7.07284 19.3021 6.48989 19.2721 6.03322C19.2427 5.58527 19.1878 5.32685 19.1102 5.13021C18.8001 4.34484 18.1344 3.7032 17.2618 3.39574C16.7584 3.21839 16.0913 3.20444 14.2572 3.20444C13.9591 3.20444 13.6023 3.20561 13.2642 3.20713C12.926 3.20866 12.3726 3.21115 11.9105 3.48006C11.6057 3.65737 11.385 3.85926 11.2583 4.07985C11.0409 4.45826 10.9166 4.86539 10.9166 5.33308L10.953 6.37345C10.9609 6.75354 10.9489 7.19708 10.8342 7.62523C10.6107 8.4592 9.95933 9.11061 9.12536 9.33407C8.69721 9.44879 8.25367 9.4608 7.87358 9.4529L6.83322 9.41642C6.38655 9.41642 5.96635 9.52978 5.59984 9.7293C5.37239 9.85312 5.15098 10.0962 4.97804 10.3872C4.69743 10.8594 4.69725 11.4979 4.69727 11.765L4.69735 14.6651C4.69735 16.1886 4.69893 17.2459 4.79386 18.0557C4.88609 18.8425 5.05554 19.2753 5.3111 19.5978C5.48889 19.8221 5.70127 20.0232 5.94272 20.1939C6.30055 20.447 6.78448 20.6137 7.6384 20.7031C8.07305 20.7485 8.83131 20.7716 9.58294 20.7833C10.1206 20.7916 10.5549 21.2274 10.5549 21.7652C10.5549 22.307 10.1142 22.7464 9.57235 22.7379C8.772 22.7254 7.93922 22.6997 7.43654 22.6471C6.42712 22.5415 5.5659 22.3184 4.82114 21.7918C4.43077 21.5157 4.08223 21.187 3.78704 20.8145C3.21721 20.0954 2.97396 19.2575 2.85985 18.2841C2.74996 17.3468 2.74998 16.1742 2.75 14.7261V14.726V12.1426C2.75 10.7244 2.75 9.61157 2.80919 8.71092C2.86944 7.79408 2.99398 7.02937 3.27509 6.31741C4.11848 4.18135 5.89222 2.5186 8.11221 1.73643C9.49465 1.24935 11.1813 1.24956 14.0209 1.24992C15.5759 1.24938 17.048 1.24899 17.9068 1.55157C19.2834 2.03658 20.3918 3.07085 20.9206 4.41016C21.1039 4.87432 21.1795 5.35999 21.2153 5.90462C21.25 6.4332 21.25 7.08076 21.25 7.87991V14.0297C21.25 15.8085 21.2501 17.2483 21.0887 18.3819C20.9202 19.566 20.5588 20.5579 19.7316 21.3393C18.9128 22.1128 17.8874 22.4435 16.6629 22.599C16.3094 22.6439 15.927 22.6754 15.5143 22.6976C15.106 22.7195 14.9018 22.7305 14.703 22.6543C14.5042 22.5781 14.3526 22.4264 14.0495 22.1232L12.5906 20.6638C12.3269 20.3759 12.1262 20.0225 12.0763 19.6046C12.0265 19.1872 12.1414 18.8257 12.2905 18.5477C12.5341 18.0936 12.9661 17.7066 13.2376 17.4632L13.24 17.4611C13.4172 17.2983 13.5569 17.17 13.5715 17.0633C13.5715 16.8983 13.4581 16.7848 13.2678 16.618C13.0589 16.435 12.8025 16.1978 12.5877 15.9248C12.3791 15.6594 12.1401 15.274 12.0887 14.7927C12.0315 14.2575 12.2214 13.7615 12.5906 13.3584L14.4521 11.3258C14.8251 10.9185 15.4577 10.8907 15.865 11.2637Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-download{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5635 1.47773C15.5812 1.37497 14.3484 1.37499 12.8073 1.375H11.9773C11.4375 1.375 11 1.81255 11 2.35229C11 2.89203 11.4375 3.32957 11.9773 3.32957H12.7524C14.361 3.32957 15.4922 3.33082 16.3616 3.42177C17.2155 3.5111 17.6994 3.67786 18.0573 3.9309C18.2987 4.10165 18.5111 4.30274 18.6889 4.5271C18.9445 4.84959 19.1139 5.28238 19.2061 6.06917C19.3011 6.87893 19.3026 7.93626 19.3026 9.45971L19.3027 12.3599C19.3027 12.6269 19.3026 13.2655 19.022 13.7376C18.849 14.0286 18.6276 14.2717 18.4002 14.3956C18.0336 14.5951 17.6135 14.7084 17.1668 14.7084L16.1264 14.6719C15.7463 14.6641 15.3028 14.6761 14.8746 14.7908C14.0407 15.0142 13.3893 15.6656 13.1658 16.4996C13.0511 16.9278 13.0391 17.3713 13.047 17.7514L13.0835 18.7918C13.0835 19.2595 12.9591 19.6666 12.7417 20.045C12.615 20.2656 12.3943 20.4675 12.0895 20.6448C11.6274 20.9137 11.074 20.9162 10.7358 20.9177C10.3977 20.9192 10.0409 20.9204 9.74284 20.9204C7.90872 20.9204 7.24159 20.9065 6.73823 20.7291C5.8656 20.4216 5.1999 19.78 4.88981 18.9946C4.81217 18.798 4.75733 18.5396 4.72789 18.0916C4.69788 17.635 4.69739 17.052 4.69739 16.2118V12.0987C4.69739 11.5609 4.26145 11.125 3.72369 11.125C3.18594 11.125 2.75 11.5609 2.75 12.0987V16.2449C2.74999 17.0441 2.74999 17.6916 2.78473 18.2202C2.82052 18.7649 2.89613 19.2505 3.0794 19.7147C3.60821 21.054 4.71664 22.0883 6.0932 22.5733C6.952 22.8759 8.42408 22.8755 9.97909 22.8749C12.8187 22.8753 14.5054 22.8755 15.8878 22.3884C18.1078 21.6062 19.8815 19.9435 20.7249 17.8074C21.006 17.0955 21.1306 16.3308 21.1908 15.4139C21.25 14.5132 21.25 13.4006 21.25 11.9823V9.3988C21.25 7.95071 21.25 6.77806 21.1402 5.84073C21.026 4.86733 20.7828 4.02945 20.213 3.31039C19.9178 2.9379 19.5692 2.60912 19.1789 2.33307C18.4341 1.80641 17.5729 1.58332 16.5635 1.47773Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.00586 2.125C8.00586 1.57272 7.55814 1.125 7.00586 1.125C6.45357 1.125 6.00586 1.57272 6.00586 2.125L6.00586 6.62504L5.4116 6.62502C5.23596 6.62489 5.02031 6.62474 4.84387 6.64681L4.84053 6.64723C4.71408 6.663 4.13804 6.73483 3.86368 7.30043C3.58872 7.86725 3.89065 8.36739 3.95597 8.4756L4.29511 8.94408C4.58975 9.31991 4.99545 9.83437 5.37588 10.2254C5.56571 10.4205 5.78297 10.6217 6.01388 10.7806C6.21914 10.9218 6.56933 11.125 7 11.125C7.43067 11.125 7.78086 10.9218 7.98612 10.7806C8.21703 10.6217 8.43429 10.4205 8.62412 10.2254C9.00455 9.83437 9.41025 9.31992 9.70488 8.94409L10.044 8.47559C10.1093 8.36739 10.4113 7.86725 10.1363 7.30043C9.86196 6.73483 9.28592 6.66299 9.15947 6.64723L9.15613 6.64681C8.97969 6.62474 8.76403 6.62489 8.5884 6.62502L8.00586 6.62504L8.00586 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5635 1.47773C15.5812 1.37497 14.3484 1.37499 12.8073 1.375H11.9773C11.4375 1.375 11 1.81255 11 2.35229C11 2.89203 11.4375 3.32957 11.9773 3.32957H12.7524C14.361 3.32957 15.4922 3.33082 16.3616 3.42177C17.2155 3.5111 17.6994 3.67786 18.0573 3.9309C18.2987 4.10165 18.5111 4.30274 18.6889 4.5271C18.9445 4.84959 19.1139 5.28238 19.2061 6.06917C19.3011 6.87893 19.3026 7.93626 19.3026 9.45971L19.3027 12.3599C19.3027 12.6269 19.3026 13.2655 19.022 13.7376C18.849 14.0286 18.6276 14.2717 18.4002 14.3956C18.0336 14.5951 17.6135 14.7084 17.1668 14.7084L16.1264 14.6719C15.7463 14.6641 15.3028 14.6761 14.8746 14.7908C14.0407 15.0142 13.3893 15.6656 13.1658 16.4996C13.0511 16.9278 13.0391 17.3713 13.047 17.7514L13.0835 18.7918C13.0835 19.2595 12.9591 19.6666 12.7417 20.045C12.615 20.2656 12.3943 20.4675 12.0895 20.6448C11.6274 20.9137 11.074 20.9162 10.7358 20.9177C10.3977 20.9192 10.0409 20.9204 9.74284 20.9204C7.90872 20.9204 7.24159 20.9065 6.73823 20.7291C5.8656 20.4216 5.1999 19.78 4.88981 18.9946C4.81217 18.798 4.75733 18.5396 4.72789 18.0916C4.69788 17.635 4.69739 17.052 4.69739 16.2118V12.0987C4.69739 11.5609 4.26145 11.125 3.72369 11.125C3.18594 11.125 2.75 11.5609 2.75 12.0987V16.2449C2.74999 17.0441 2.74999 17.6916 2.78473 18.2202C2.82052 18.7649 2.89613 19.2505 3.0794 19.7147C3.60821 21.054 4.71664 22.0883 6.0932 22.5733C6.952 22.8759 8.42408 22.8755 9.97909 22.8749C12.8187 22.8753 14.5054 22.8755 15.8878 22.3884C18.1078 21.6062 19.8815 19.9435 20.7249 17.8074C21.006 17.0955 21.1306 16.3308 21.1908 15.4139C21.25 14.5132 21.25 13.4006 21.25 11.9823V9.3988C21.25 7.95071 21.25 6.77806 21.1402 5.84073C21.026 4.86733 20.7828 4.02945 20.213 3.31039C19.9178 2.9379 19.5692 2.60912 19.1789 2.33307C18.4341 1.80641 17.5729 1.58332 16.5635 1.47773Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.00586 2.125C8.00586 1.57272 7.55814 1.125 7.00586 1.125C6.45357 1.125 6.00586 1.57272 6.00586 2.125L6.00586 6.62504L5.4116 6.62502C5.23596 6.62489 5.02031 6.62474 4.84387 6.64681L4.84053 6.64723C4.71408 6.663 4.13804 6.73483 3.86368 7.30043C3.58872 7.86725 3.89065 8.36739 3.95597 8.4756L4.29511 8.94408C4.58975 9.31991 4.99545 9.83437 5.37588 10.2254C5.56571 10.4205 5.78297 10.6217 6.01388 10.7806C6.21914 10.9218 6.56933 11.125 7 11.125C7.43067 11.125 7.78086 10.9218 7.98612 10.7806C8.21703 10.6217 8.43429 10.4205 8.62412 10.2254C9.00455 9.83437 9.41025 9.31992 9.70488 8.94409L10.044 8.47559C10.1093 8.36739 10.4113 7.86725 10.1363 7.30043C9.86196 6.73483 9.28592 6.66299 9.15947 6.64723L9.15613 6.64681C8.97969 6.62474 8.76403 6.62489 8.5884 6.62502L8.00586 6.62504L8.00586 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-edit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.93654 22.6472C7.91879 22.75 8.48161 22.75 10.0227 22.75C10.5625 22.75 11 22.3124 11 21.7727C11 21.233 10.5625 20.7954 10.0227 20.7954C8.41409 20.7954 8.00785 20.7941 7.1384 20.7032C6.28448 20.6138 5.80055 20.4471 5.44272 20.194C5.20127 20.0233 4.98889 19.8222 4.8111 19.5978C4.55553 19.2753 4.38609 18.8425 4.29386 18.0558C4.19893 17.246 4.19735 16.1887 4.19735 14.6652L4.19727 11.765C4.19725 11.498 4.19742 10.8595 4.47804 10.3873C4.65097 10.0963 4.87239 9.8532 5.09984 9.72938C5.46635 9.52986 5.88654 9.4165 6.33321 9.4165L7.37358 9.45299C7.75367 9.46088 8.19721 9.44887 8.62536 9.33415C9.45933 9.11069 10.1107 8.45928 10.3342 7.62531C10.4489 7.19716 10.4609 6.75362 10.453 6.37353L10.4165 5.33316C10.4165 4.86547 10.5409 4.45834 10.7583 4.07993C10.885 3.85934 11.1057 3.65745 11.4105 3.48014C11.8726 3.21123 12.426 3.20874 12.7642 3.20722C13.1023 3.20569 13.4591 3.20452 13.7572 3.20452C15.5913 3.20452 16.2584 3.21847 16.7618 3.39582C17.6344 3.70328 18.3001 4.34492 18.6102 5.13029C18.6878 5.32693 18.7427 5.58535 18.7721 6.0333C18.8021 6.48997 18.8026 7.07292 18.8026 7.91318V11.0263C18.8026 11.564 19.2386 12 19.7763 12C20.3141 12 20.75 11.564 20.75 11.0263V7.88C20.75 7.08084 20.75 6.43328 20.7153 5.9047C20.6795 5.36007 20.6039 4.8744 20.4206 4.41024C19.8918 3.07093 18.7834 2.03666 17.4068 1.55166C16.548 1.24907 15.0759 1.24946 13.5209 1.25C10.6813 1.24964 8.99465 1.24943 7.61221 1.73651C5.39221 2.51869 3.61848 4.18143 2.77509 6.31749C2.49397 7.02945 2.36944 7.79416 2.30919 8.711C2.25 9.61171 2.25 10.7243 2.25 12.1426V12.1426V14.7261C2.24998 16.1742 2.24996 17.3469 2.35985 18.2842C2.47396 19.2576 2.71721 20.0955 3.28704 20.8145C3.58222 21.187 3.93077 21.5158 4.32114 21.7919C5.0659 22.3185 5.92712 22.5416 6.93654 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6269 13.5543C18.3294 13.1487 19.1951 13.1487 19.8976 13.5543C20.1592 13.7053 20.4533 13.9999 20.7264 14.2736C21.0001 14.5467 21.2947 14.8408 21.4457 15.1024C21.8513 15.8049 21.8513 16.6706 21.4457 17.3731C21.2947 17.6347 21.0599 17.869 20.7862 18.1421L17.4185 21.5097C16.9532 21.975 16.3913 22.1925 15.8865 22.3213C15.6345 22.3857 15.3813 22.4315 15.1516 22.4712C14.9627 22.5036 14.627 22.563 14.4601 22.5987L14.4601 22.5987C14.1541 22.6642 13.8479 22.7298 13.5947 22.7459C13.3157 22.7636 12.9113 22.7363 12.5875 22.4125C12.2637 22.0887 12.2364 21.6842 12.2541 21.4053C12.2702 21.152 12.3358 20.8459 12.4013 20.5399C12.437 20.373 12.4964 20.0373 12.5288 19.8484C12.5684 19.6187 12.6143 19.3655 12.6786 19.1135C12.8075 18.6087 13.025 18.0468 13.4903 17.5814L16.8579 14.2138C17.131 13.9401 17.3653 13.7053 17.6269 13.5543Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.93654 22.6472C7.91879 22.75 8.48161 22.75 10.0227 22.75C10.5625 22.75 11 22.3124 11 21.7727C11 21.233 10.5625 20.7954 10.0227 20.7954C8.41409 20.7954 8.00785 20.7941 7.1384 20.7032C6.28448 20.6138 5.80055 20.4471 5.44272 20.194C5.20127 20.0233 4.98889 19.8222 4.8111 19.5978C4.55553 19.2753 4.38609 18.8425 4.29386 18.0558C4.19893 17.246 4.19735 16.1887 4.19735 14.6652L4.19727 11.765C4.19725 11.498 4.19742 10.8595 4.47804 10.3873C4.65097 10.0963 4.87239 9.8532 5.09984 9.72938C5.46635 9.52986 5.88654 9.4165 6.33321 9.4165L7.37358 9.45299C7.75367 9.46088 8.19721 9.44887 8.62536 9.33415C9.45933 9.11069 10.1107 8.45928 10.3342 7.62531C10.4489 7.19716 10.4609 6.75362 10.453 6.37353L10.4165 5.33316C10.4165 4.86547 10.5409 4.45834 10.7583 4.07993C10.885 3.85934 11.1057 3.65745 11.4105 3.48014C11.8726 3.21123 12.426 3.20874 12.7642 3.20722C13.1023 3.20569 13.4591 3.20452 13.7572 3.20452C15.5913 3.20452 16.2584 3.21847 16.7618 3.39582C17.6344 3.70328 18.3001 4.34492 18.6102 5.13029C18.6878 5.32693 18.7427 5.58535 18.7721 6.0333C18.8021 6.48997 18.8026 7.07292 18.8026 7.91318V11.0263C18.8026 11.564 19.2386 12 19.7763 12C20.3141 12 20.75 11.564 20.75 11.0263V7.88C20.75 7.08084 20.75 6.43328 20.7153 5.9047C20.6795 5.36007 20.6039 4.8744 20.4206 4.41024C19.8918 3.07093 18.7834 2.03666 17.4068 1.55166C16.548 1.24907 15.0759 1.24946 13.5209 1.25C10.6813 1.24964 8.99465 1.24943 7.61221 1.73651C5.39221 2.51869 3.61848 4.18143 2.77509 6.31749C2.49397 7.02945 2.36944 7.79416 2.30919 8.711C2.25 9.61171 2.25 10.7243 2.25 12.1426V12.1426V14.7261C2.24998 16.1742 2.24996 17.3469 2.35985 18.2842C2.47396 19.2576 2.71721 20.0955 3.28704 20.8145C3.58222 21.187 3.93077 21.5158 4.32114 21.7919C5.0659 22.3185 5.92712 22.5416 6.93654 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6269 13.5543C18.3294 13.1487 19.1951 13.1487 19.8976 13.5543C20.1592 13.7053 20.4533 13.9999 20.7264 14.2736C21.0001 14.5467 21.2947 14.8408 21.4457 15.1024C21.8513 15.8049 21.8513 16.6706 21.4457 17.3731C21.2947 17.6347 21.0599 17.869 20.7862 18.1421L17.4185 21.5097C16.9532 21.975 16.3913 22.1925 15.8865 22.3213C15.6345 22.3857 15.3813 22.4315 15.1516 22.4712C14.9627 22.5036 14.627 22.563 14.4601 22.5987L14.4601 22.5987C14.1541 22.6642 13.8479 22.7298 13.5947 22.7459C13.3157 22.7636 12.9113 22.7363 12.5875 22.4125C12.2637 22.0887 12.2364 21.6842 12.2541 21.4053C12.2702 21.152 12.3358 20.8459 12.4013 20.5399C12.437 20.373 12.4964 20.0373 12.5288 19.8484C12.5684 19.6187 12.6143 19.3655 12.6786 19.1135C12.8075 18.6087 13.025 18.0468 13.4903 17.5814L16.8579 14.2138C17.131 13.9401 17.3653 13.7053 17.6269 13.5543Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-export{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.875 19.5058C12.3227 19.5058 11.875 19.0581 11.875 18.5058C11.875 17.9535 12.3227 17.5058 12.875 17.5058L17.375 17.5058L17.375 16.9116C17.3749 16.7359 17.3747 16.5203 17.3968 16.3438L17.3972 16.3405C17.413 16.214 17.4848 15.638 18.0504 15.3636C18.6173 15.0887 19.1174 15.3906 19.2256 15.4559L19.6941 15.7951C20.0699 16.0897 20.5844 16.4954 20.9754 16.8758C21.1705 17.0657 21.3717 17.2829 21.5306 17.5138C21.6718 17.7191 21.875 18.0693 21.875 18.5C21.875 18.9306 21.6718 19.2808 21.5306 19.4861C21.3717 19.717 21.1705 19.9343 20.9754 20.1241C20.5844 20.5045 20.0699 20.9102 19.6941 21.2048L19.2256 21.544C19.1174 21.6093 18.6172 21.9113 18.0504 21.6363C17.4848 21.3619 17.413 20.7859 17.3972 20.6594L17.3968 20.6561C17.3747 20.4797 17.3749 20.264 17.375 20.0884L17.375 19.5058L12.875 19.5058Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.81154 22.6472C7.79379 22.7499 9.35661 22.75 10.8977 22.75C11.4375 22.75 11.875 22.3124 11.875 21.7727C11.875 21.2329 11.4375 20.7954 10.8977 20.7954C9.28909 20.7954 7.88285 20.7941 7.0134 20.7031C6.15948 20.6138 5.67555 20.447 5.31772 20.194C5.07627 20.0233 4.86389 19.8222 4.6861 19.5978C4.43053 19.2753 4.26109 18.8425 4.16886 18.0557C4.07393 17.246 4.07235 16.1886 4.07235 14.6652L4.07227 11.765C4.07225 11.498 4.07242 10.8594 4.35304 10.3873C4.52597 10.0963 4.74739 9.85317 4.97484 9.72935C5.34135 9.52983 5.76154 9.41647 6.20821 9.41647L7.24858 9.45296C7.62867 9.46085 8.07221 9.44884 8.50036 9.33412C9.33433 9.11066 9.98574 8.45925 10.2092 7.62528C10.3239 7.19713 10.3359 6.75359 10.328 6.3735L10.2915 5.33313C10.2915 4.86544 10.4159 4.45831 10.6333 4.0799C10.76 3.85931 10.9807 3.65742 11.2855 3.48011C11.7476 3.2112 12.301 3.20871 12.6392 3.20719C12.9773 3.20566 13.3341 3.20449 13.6322 3.20449C15.4663 3.20449 16.1334 3.21844 16.6368 3.39579C17.5094 3.70325 18.1751 4.34489 18.4852 5.13026C18.5628 5.3269 18.6177 5.58532 18.6471 6.03327C18.6771 6.48994 18.6776 7.07289 18.6776 7.91315V13.0262C18.6776 13.564 19.1136 13.9999 19.6513 13.9999C20.1891 13.9999 20.625 13.564 20.625 13.0262V7.87996C20.625 7.08081 20.625 6.43325 20.5903 5.90467C20.5545 5.36004 20.4789 4.87437 20.2956 4.41021C19.7668 3.0709 18.6584 2.03663 17.2818 1.55163C16.423 1.24904 14.9509 1.24943 13.3959 1.24997C10.5563 1.24961 8.86965 1.2494 7.48721 1.73648C5.26721 2.51866 3.49348 4.1814 2.65009 6.31746C2.36897 7.02942 2.24444 7.79413 2.18419 8.71097C2.125 9.61168 2.125 10.7243 2.125 12.1426V12.1426V14.7261C2.12498 16.1742 2.12496 17.3468 2.23485 18.2842C2.34896 19.2576 2.59221 20.0955 3.16204 20.8145C3.45722 21.187 3.80577 21.5158 4.19614 21.7918C4.9409 22.3185 5.80212 22.5416 6.81154 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.875 19.5058C12.3227 19.5058 11.875 19.0581 11.875 18.5058C11.875 17.9535 12.3227 17.5058 12.875 17.5058L17.375 17.5058L17.375 16.9116C17.3749 16.7359 17.3747 16.5203 17.3968 16.3438L17.3972 16.3405C17.413 16.214 17.4848 15.638 18.0504 15.3636C18.6173 15.0887 19.1174 15.3906 19.2256 15.4559L19.6941 15.7951C20.0699 16.0897 20.5844 16.4954 20.9754 16.8758C21.1705 17.0657 21.3717 17.2829 21.5306 17.5138C21.6718 17.7191 21.875 18.0693 21.875 18.5C21.875 18.9306 21.6718 19.2808 21.5306 19.4861C21.3717 19.717 21.1705 19.9343 20.9754 20.1241C20.5844 20.5045 20.0699 20.9102 19.6941 21.2048L19.2256 21.544C19.1174 21.6093 18.6172 21.9113 18.0504 21.6363C17.4848 21.3619 17.413 20.7859 17.3972 20.6594L17.3968 20.6561C17.3747 20.4797 17.3749 20.264 17.375 20.0884L17.375 19.5058L12.875 19.5058Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.81154 22.6472C7.79379 22.7499 9.35661 22.75 10.8977 22.75C11.4375 22.75 11.875 22.3124 11.875 21.7727C11.875 21.2329 11.4375 20.7954 10.8977 20.7954C9.28909 20.7954 7.88285 20.7941 7.0134 20.7031C6.15948 20.6138 5.67555 20.447 5.31772 20.194C5.07627 20.0233 4.86389 19.8222 4.6861 19.5978C4.43053 19.2753 4.26109 18.8425 4.16886 18.0557C4.07393 17.246 4.07235 16.1886 4.07235 14.6652L4.07227 11.765C4.07225 11.498 4.07242 10.8594 4.35304 10.3873C4.52597 10.0963 4.74739 9.85317 4.97484 9.72935C5.34135 9.52983 5.76154 9.41647 6.20821 9.41647L7.24858 9.45296C7.62867 9.46085 8.07221 9.44884 8.50036 9.33412C9.33433 9.11066 9.98574 8.45925 10.2092 7.62528C10.3239 7.19713 10.3359 6.75359 10.328 6.3735L10.2915 5.33313C10.2915 4.86544 10.4159 4.45831 10.6333 4.0799C10.76 3.85931 10.9807 3.65742 11.2855 3.48011C11.7476 3.2112 12.301 3.20871 12.6392 3.20719C12.9773 3.20566 13.3341 3.20449 13.6322 3.20449C15.4663 3.20449 16.1334 3.21844 16.6368 3.39579C17.5094 3.70325 18.1751 4.34489 18.4852 5.13026C18.5628 5.3269 18.6177 5.58532 18.6471 6.03327C18.6771 6.48994 18.6776 7.07289 18.6776 7.91315V13.0262C18.6776 13.564 19.1136 13.9999 19.6513 13.9999C20.1891 13.9999 20.625 13.564 20.625 13.0262V7.87996C20.625 7.08081 20.625 6.43325 20.5903 5.90467C20.5545 5.36004 20.4789 4.87437 20.2956 4.41021C19.7668 3.0709 18.6584 2.03663 17.2818 1.55163C16.423 1.24904 14.9509 1.24943 13.3959 1.24997C10.5563 1.24961 8.86965 1.2494 7.48721 1.73648C5.26721 2.51866 3.49348 4.1814 2.65009 6.31746C2.36897 7.02942 2.24444 7.79413 2.18419 8.71097C2.125 9.61168 2.125 10.7243 2.125 12.1426V12.1426V14.7261C2.12498 16.1742 2.12496 17.3468 2.23485 18.2842C2.34896 19.2576 2.59221 20.0955 3.16204 20.8145C3.45722 21.187 3.80577 21.5158 4.19614 21.7918C4.9409 22.3185 5.80212 22.5416 6.81154 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-favourite{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0635 1.3528C16.0812 1.25004 16.5184 1.24999 14.9773 1.25C14.4375 1.25 14 1.68756 14 2.22731C14 2.76705 14.4375 3.20459 14.9773 3.20459C16.5859 3.20459 15.9922 3.20589 16.8616 3.29684C17.7155 3.38617 18.1994 3.55293 18.5573 3.80597C18.7987 3.97672 19.0111 4.17781 19.1889 4.40216C19.4445 4.72465 19.6139 5.15745 19.7061 5.94424C19.8011 6.754 19.8026 7.81133 19.8026 9.33478L19.8027 12.235C19.8027 12.502 19.8026 13.1405 19.522 13.6127C19.349 13.9037 19.1276 14.1468 18.9002 14.2706C18.5336 14.4701 18.1135 14.5835 17.6668 14.5835L16.6264 14.547C16.2463 14.5391 15.8028 14.5511 15.3746 14.6658C14.5407 14.8893 13.8893 15.5407 13.6658 16.3747C13.5511 16.8028 13.5391 17.2464 13.547 17.6265L13.5835 18.6668C13.5835 19.1345 13.4591 19.5417 13.2417 19.9201C13.115 20.1407 12.8943 20.3425 12.5895 20.5199C12.1274 20.7888 11.574 20.7913 11.2358 20.7928C10.8977 20.7943 10.5409 20.7955 10.2428 20.7955C8.40872 20.7955 7.74159 20.7815 7.23823 20.6042C6.3656 20.2967 5.6999 19.6551 5.38981 18.8697C5.31217 18.6731 5.25733 18.4146 5.22789 17.9667C5.19788 17.51 5.19739 16.9271 5.19739 16.0868V11.9737C5.19739 11.436 4.76145 11 4.22369 11C3.68594 11 3.25 11.436 3.25 11.9737V16.12C3.24999 16.9192 3.24999 17.5667 3.28473 18.0953C3.32052 18.6399 3.39613 19.1256 3.5794 19.5898C4.10821 20.9291 5.21664 21.9633 6.5932 22.4483C7.452 22.7509 8.92408 22.7505 10.4791 22.75C13.3187 22.7504 15.0054 22.7506 16.3878 22.2635C18.6078 21.4813 20.3815 19.8186 21.2249 17.6825C21.506 16.9706 21.6306 16.2058 21.6908 15.289C21.75 14.3883 21.75 13.2757 21.75 11.8574V11.8574V9.27387C21.75 7.82578 21.75 6.65313 21.6402 5.7158C21.526 4.7424 21.2828 3.90452 20.713 3.18545C20.4178 2.81296 20.0692 2.48419 19.6789 2.20814C18.9341 1.68148 18.0729 1.45839 17.0635 1.3528Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.75285 1.80068C5.2563 0.889853 6.63937 1.24837 7.48096 1.87258L7.49962 1.88642L7.51828 1.87258C8.35988 1.24837 9.74295 0.889853 11.2464 1.80068C12.3403 2.46338 12.9107 3.81594 12.7093 5.29905C12.5061 6.79482 11.5362 8.4197 9.58945 9.84281L9.51032 9.90075C8.88448 10.3593 8.35092 10.7503 7.49962 10.7503C6.64833 10.7503 6.11477 10.3593 5.48892 9.90075L5.4098 9.84281C3.46305 8.4197 2.4931 6.79482 2.28999 5.29905C2.08859 3.81594 2.65897 2.46338 3.75285 1.80068Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0635 1.3528C16.0812 1.25004 16.5184 1.24999 14.9773 1.25C14.4375 1.25 14 1.68756 14 2.22731C14 2.76705 14.4375 3.20459 14.9773 3.20459C16.5859 3.20459 15.9922 3.20589 16.8616 3.29684C17.7155 3.38617 18.1994 3.55293 18.5573 3.80597C18.7987 3.97672 19.0111 4.17781 19.1889 4.40216C19.4445 4.72465 19.6139 5.15745 19.7061 5.94424C19.8011 6.754 19.8026 7.81133 19.8026 9.33478L19.8027 12.235C19.8027 12.502 19.8026 13.1405 19.522 13.6127C19.349 13.9037 19.1276 14.1468 18.9002 14.2706C18.5336 14.4701 18.1135 14.5835 17.6668 14.5835L16.6264 14.547C16.2463 14.5391 15.8028 14.5511 15.3746 14.6658C14.5407 14.8893 13.8893 15.5407 13.6658 16.3747C13.5511 16.8028 13.5391 17.2464 13.547 17.6265L13.5835 18.6668C13.5835 19.1345 13.4591 19.5417 13.2417 19.9201C13.115 20.1407 12.8943 20.3425 12.5895 20.5199C12.1274 20.7888 11.574 20.7913 11.2358 20.7928C10.8977 20.7943 10.5409 20.7955 10.2428 20.7955C8.40872 20.7955 7.74159 20.7815 7.23823 20.6042C6.3656 20.2967 5.6999 19.6551 5.38981 18.8697C5.31217 18.6731 5.25733 18.4146 5.22789 17.9667C5.19788 17.51 5.19739 16.9271 5.19739 16.0868V11.9737C5.19739 11.436 4.76145 11 4.22369 11C3.68594 11 3.25 11.436 3.25 11.9737V16.12C3.24999 16.9192 3.24999 17.5667 3.28473 18.0953C3.32052 18.6399 3.39613 19.1256 3.5794 19.5898C4.10821 20.9291 5.21664 21.9633 6.5932 22.4483C7.452 22.7509 8.92408 22.7505 10.4791 22.75C13.3187 22.7504 15.0054 22.7506 16.3878 22.2635C18.6078 21.4813 20.3815 19.8186 21.2249 17.6825C21.506 16.9706 21.6306 16.2058 21.6908 15.289C21.75 14.3883 21.75 13.2757 21.75 11.8574V11.8574V9.27387C21.75 7.82578 21.75 6.65313 21.6402 5.7158C21.526 4.7424 21.2828 3.90452 20.713 3.18545C20.4178 2.81296 20.0692 2.48419 19.6789 2.20814C18.9341 1.68148 18.0729 1.45839 17.0635 1.3528Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.75285 1.80068C5.2563 0.889853 6.63937 1.24837 7.48096 1.87258L7.49962 1.88642L7.51828 1.87258C8.35988 1.24837 9.74295 0.889853 11.2464 1.80068C12.3403 2.46338 12.9107 3.81594 12.7093 5.29905C12.5061 6.79482 11.5362 8.4197 9.58945 9.84281L9.51032 9.90075C8.88448 10.3593 8.35092 10.7503 7.49962 10.7503C6.64833 10.7503 6.11477 10.3593 5.48892 9.90075L5.4098 9.84281C3.46305 8.4197 2.4931 6.79482 2.28999 5.29905C2.08859 3.81594 2.65897 2.46338 3.75285 1.80068Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-import{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.875 19.5059C21.4273 19.5059 21.875 19.0581 21.875 18.5059C21.875 17.9536 21.4273 17.5059 20.875 17.5059L16.375 17.5059L16.375 16.9116C16.3751 16.736 16.3753 16.5203 16.3532 16.3439L16.3528 16.3405C16.337 16.2141 16.2652 15.638 15.6996 15.3637C15.1327 15.0887 14.6326 15.3907 14.5244 15.456L14.0559 15.7951C13.6801 16.0897 13.1656 16.4954 12.7746 16.8759C12.5795 17.0657 12.3783 17.283 12.2194 17.5139C12.0782 17.7191 11.875 18.0693 11.875 18.5C11.875 18.9307 12.0782 19.2809 12.2194 19.4861C12.3783 19.717 12.5795 19.9343 12.7746 20.1241C13.1656 20.5046 13.6801 20.9102 14.0559 21.2049L14.5244 21.544C14.6326 21.6093 15.1328 21.9113 15.6996 21.6363C16.2652 21.362 16.337 20.7859 16.3528 20.6595L16.3532 20.6561C16.3753 20.4797 16.3751 20.264 16.375 20.0884L16.375 19.5059L20.875 19.5059Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.81154 22.6472C7.79379 22.75 9.35661 22.75 10.8977 22.75C11.4375 22.75 11.875 22.3124 11.875 21.7727C11.875 21.233 11.4375 20.7954 10.8977 20.7954C9.28909 20.7954 7.88285 20.7941 7.0134 20.7032C6.15948 20.6138 5.67555 20.4471 5.31772 20.194C5.07627 20.0233 4.86389 19.8222 4.6861 19.5978C4.43053 19.2753 4.26109 18.8425 4.16886 18.0558C4.07393 17.246 4.07235 16.1887 4.07235 14.6652L4.07227 11.765C4.07225 11.498 4.07242 10.8595 4.35304 10.3873C4.52597 10.0963 4.74739 9.8532 4.97484 9.72938C5.34135 9.52986 5.76154 9.4165 6.20821 9.4165L7.24858 9.45299C7.62867 9.46088 8.07221 9.44887 8.50036 9.33415C9.33433 9.11069 9.98574 8.45928 10.2092 7.62531C10.3239 7.19716 10.3359 6.75362 10.328 6.37353L10.2915 5.33316C10.2915 4.86547 10.4159 4.45834 10.6333 4.07993C10.76 3.85934 10.9807 3.65745 11.2855 3.48014C11.7476 3.21123 12.301 3.20874 12.6392 3.20722C12.9773 3.20569 13.3341 3.20452 13.6322 3.20452C15.4663 3.20452 16.1334 3.21847 16.6368 3.39582C17.5094 3.70328 18.1751 4.34492 18.4852 5.13029C18.5628 5.32693 18.6177 5.58535 18.6471 6.0333C18.6771 6.48997 18.6776 7.07292 18.6776 7.91318V13.0263C18.6776 13.564 19.1136 14 19.6513 14C20.1891 14 20.625 13.564 20.625 13.0263V7.88C20.625 7.08084 20.625 6.43328 20.5903 5.9047C20.5545 5.36007 20.4789 4.8744 20.2956 4.41024C19.7668 3.07093 18.6584 2.03666 17.2818 1.55166C16.423 1.24907 14.9509 1.24946 13.3959 1.25C10.5563 1.24964 8.86965 1.24943 7.48721 1.73651C5.26721 2.51869 3.49348 4.18143 2.65009 6.31749C2.36897 7.02945 2.24444 7.79416 2.18419 8.711C2.125 9.61171 2.125 10.7243 2.125 12.1426V12.1426V14.7261C2.12498 16.1742 2.12496 17.3469 2.23485 18.2842C2.34896 19.2576 2.59221 20.0955 3.16204 20.8145C3.45722 21.187 3.80577 21.5158 4.19614 21.7919C4.9409 22.3185 5.80212 22.5416 6.81154 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.875 19.5059C21.4273 19.5059 21.875 19.0581 21.875 18.5059C21.875 17.9536 21.4273 17.5059 20.875 17.5059L16.375 17.5059L16.375 16.9116C16.3751 16.736 16.3753 16.5203 16.3532 16.3439L16.3528 16.3405C16.337 16.2141 16.2652 15.638 15.6996 15.3637C15.1327 15.0887 14.6326 15.3907 14.5244 15.456L14.0559 15.7951C13.6801 16.0897 13.1656 16.4954 12.7746 16.8759C12.5795 17.0657 12.3783 17.283 12.2194 17.5139C12.0782 17.7191 11.875 18.0693 11.875 18.5C11.875 18.9307 12.0782 19.2809 12.2194 19.4861C12.3783 19.717 12.5795 19.9343 12.7746 20.1241C13.1656 20.5046 13.6801 20.9102 14.0559 21.2049L14.5244 21.544C14.6326 21.6093 15.1328 21.9113 15.6996 21.6363C16.2652 21.362 16.337 20.7859 16.3528 20.6595L16.3532 20.6561C16.3753 20.4797 16.3751 20.264 16.375 20.0884L16.375 19.5059L20.875 19.5059Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.81154 22.6472C7.79379 22.75 9.35661 22.75 10.8977 22.75C11.4375 22.75 11.875 22.3124 11.875 21.7727C11.875 21.233 11.4375 20.7954 10.8977 20.7954C9.28909 20.7954 7.88285 20.7941 7.0134 20.7032C6.15948 20.6138 5.67555 20.4471 5.31772 20.194C5.07627 20.0233 4.86389 19.8222 4.6861 19.5978C4.43053 19.2753 4.26109 18.8425 4.16886 18.0558C4.07393 17.246 4.07235 16.1887 4.07235 14.6652L4.07227 11.765C4.07225 11.498 4.07242 10.8595 4.35304 10.3873C4.52597 10.0963 4.74739 9.8532 4.97484 9.72938C5.34135 9.52986 5.76154 9.4165 6.20821 9.4165L7.24858 9.45299C7.62867 9.46088 8.07221 9.44887 8.50036 9.33415C9.33433 9.11069 9.98574 8.45928 10.2092 7.62531C10.3239 7.19716 10.3359 6.75362 10.328 6.37353L10.2915 5.33316C10.2915 4.86547 10.4159 4.45834 10.6333 4.07993C10.76 3.85934 10.9807 3.65745 11.2855 3.48014C11.7476 3.21123 12.301 3.20874 12.6392 3.20722C12.9773 3.20569 13.3341 3.20452 13.6322 3.20452C15.4663 3.20452 16.1334 3.21847 16.6368 3.39582C17.5094 3.70328 18.1751 4.34492 18.4852 5.13029C18.5628 5.32693 18.6177 5.58535 18.6471 6.0333C18.6771 6.48997 18.6776 7.07292 18.6776 7.91318V13.0263C18.6776 13.564 19.1136 14 19.6513 14C20.1891 14 20.625 13.564 20.625 13.0263V7.88C20.625 7.08084 20.625 6.43328 20.5903 5.9047C20.5545 5.36007 20.4789 4.8744 20.2956 4.41024C19.7668 3.07093 18.6584 2.03666 17.2818 1.55166C16.423 1.24907 14.9509 1.24946 13.3959 1.25C10.5563 1.24964 8.86965 1.24943 7.48721 1.73651C5.26721 2.51869 3.49348 4.18143 2.65009 6.31749C2.36897 7.02945 2.24444 7.79416 2.18419 8.711C2.125 9.61171 2.125 10.7243 2.125 12.1426V12.1426V14.7261C2.12498 16.1742 2.12496 17.3469 2.23485 18.2842C2.34896 19.2576 2.59221 20.0955 3.16204 20.8145C3.45722 21.187 3.80577 21.5158 4.19614 21.7919C4.9409 22.3185 5.80212 22.5416 6.81154 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-link{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9385 1.47775C15.9562 1.37499 14.6685 1.37499 13.1274 1.375C12.5877 1.375 12.1501 1.81256 12.1501 2.35231C12.1501 2.89205 12.5877 3.32959 13.1274 3.32959C14.736 3.32959 15.8672 3.33084 16.7366 3.42179C17.5905 3.51112 18.0744 3.67788 18.4323 3.93092C18.6737 4.10167 18.8861 4.30276 19.0639 4.52711C19.3195 4.84961 19.4889 5.2824 19.5811 6.06919C19.6761 6.87895 19.6776 7.93628 19.6776 9.45973L19.6777 12.3599C19.6777 12.6269 19.6776 13.2655 19.397 13.7377C19.224 14.0286 19.0026 14.2717 18.7752 14.3956C18.4086 14.5951 17.9885 14.7085 17.5418 14.7085L16.5014 14.672C16.1213 14.6641 15.6778 14.6761 15.2496 14.7908C14.4157 15.0143 13.7643 15.6657 13.5408 16.4996C13.4261 16.9278 13.4141 17.3713 13.422 17.7514L13.4585 18.7918C13.4585 19.2595 13.3341 19.6666 13.1167 20.045C12.99 20.2656 12.7693 20.4675 12.4645 20.6448C12.0024 20.9137 11.449 20.9162 11.1108 20.9177C10.7727 20.9193 10.4159 20.9204 10.1178 20.9204C8.28372 20.9204 7.61659 20.9065 7.11323 20.7291C6.2406 20.4217 5.5749 19.78 5.26481 18.9947C5.18717 18.798 5.13233 18.5396 5.10289 18.0917C5.07288 17.635 5.07239 17.052 5.07239 16.2118V12.0987C5.07239 11.5609 4.63645 11.125 4.09869 11.125C3.56094 11.125 3.125 11.5609 3.125 12.0987V16.245C3.12499 17.0441 3.12499 17.6917 3.15973 18.2202C3.19552 18.7649 3.27113 19.2505 3.4544 19.7147C3.98321 21.054 5.09164 22.0883 6.4682 22.5733C7.327 22.8759 8.79908 22.8755 10.3541 22.8749C13.1937 22.8753 14.8804 22.8755 16.2628 22.3884C18.4828 21.6063 20.2565 19.9435 21.0999 17.8075C21.381 17.0955 21.5056 16.3308 21.5658 15.4139C21.625 14.5132 21.625 13.4006 21.625 11.9823V9.39882C21.625 7.95073 21.625 6.77808 21.5152 5.84075C21.401 4.86735 21.1578 4.02947 20.588 3.3104C20.2928 2.93792 19.9442 2.60914 19.5539 2.33309C18.8091 1.80643 17.9479 1.58334 16.9385 1.47775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.37859 2.11198C4.71016 0.796008 6.86424 0.796007 8.19582 2.11198C8.58864 2.50019 8.59237 3.13335 8.20415 3.52617C7.81594 3.91899 7.18278 3.92272 6.78996 3.5345C6.23749 2.9885 5.33692 2.9885 4.78445 3.5345C4.23852 4.07403 4.23852 4.94385 4.78445 5.48338L6.91655 7.5905C7.41248 8.08061 8.19266 8.13227 8.74687 7.73789C9.19686 7.41768 9.82122 7.52288 10.1414 7.97287C10.4616 8.42285 10.3564 9.04721 9.90645 9.36742C8.5753 10.3147 6.71082 10.1991 5.5107 9.01302L3.37859 6.9059C2.04047 5.58346 2.04047 3.43442 3.37859 2.11198L3.37859 2.11198ZM6.91648 4.8321C8.24175 3.94011 10.0607 4.07216 11.2393 5.23698L13.3714 7.3441C14.7095 8.66654 14.7095 10.8156 13.3714 12.138C12.0398 13.454 9.88576 13.454 8.55418 12.138C8.16136 11.7498 8.15763 11.1167 8.54585 10.7238C8.93406 10.331 9.56722 10.3273 9.96004 10.7155C10.5125 11.2615 11.4131 11.2615 11.9656 10.7155C12.5115 10.176 12.5115 9.30616 11.9656 8.76662L9.83345 6.6595C9.3467 6.17846 8.58563 6.11948 8.03321 6.49129C7.57503 6.79966 6.95362 6.67823 6.64525 6.22006C6.33687 5.76189 6.4583 5.14047 6.91648 4.8321Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9385 1.47775C15.9562 1.37499 14.6685 1.37499 13.1274 1.375C12.5877 1.375 12.1501 1.81256 12.1501 2.35231C12.1501 2.89205 12.5877 3.32959 13.1274 3.32959C14.736 3.32959 15.8672 3.33084 16.7366 3.42179C17.5905 3.51112 18.0744 3.67788 18.4323 3.93092C18.6737 4.10167 18.8861 4.30276 19.0639 4.52711C19.3195 4.84961 19.4889 5.2824 19.5811 6.06919C19.6761 6.87895 19.6776 7.93628 19.6776 9.45973L19.6777 12.3599C19.6777 12.6269 19.6776 13.2655 19.397 13.7377C19.224 14.0286 19.0026 14.2717 18.7752 14.3956C18.4086 14.5951 17.9885 14.7085 17.5418 14.7085L16.5014 14.672C16.1213 14.6641 15.6778 14.6761 15.2496 14.7908C14.4157 15.0143 13.7643 15.6657 13.5408 16.4996C13.4261 16.9278 13.4141 17.3713 13.422 17.7514L13.4585 18.7918C13.4585 19.2595 13.3341 19.6666 13.1167 20.045C12.99 20.2656 12.7693 20.4675 12.4645 20.6448C12.0024 20.9137 11.449 20.9162 11.1108 20.9177C10.7727 20.9193 10.4159 20.9204 10.1178 20.9204C8.28372 20.9204 7.61659 20.9065 7.11323 20.7291C6.2406 20.4217 5.5749 19.78 5.26481 18.9947C5.18717 18.798 5.13233 18.5396 5.10289 18.0917C5.07288 17.635 5.07239 17.052 5.07239 16.2118V12.0987C5.07239 11.5609 4.63645 11.125 4.09869 11.125C3.56094 11.125 3.125 11.5609 3.125 12.0987V16.245C3.12499 17.0441 3.12499 17.6917 3.15973 18.2202C3.19552 18.7649 3.27113 19.2505 3.4544 19.7147C3.98321 21.054 5.09164 22.0883 6.4682 22.5733C7.327 22.8759 8.79908 22.8755 10.3541 22.8749C13.1937 22.8753 14.8804 22.8755 16.2628 22.3884C18.4828 21.6063 20.2565 19.9435 21.0999 17.8075C21.381 17.0955 21.5056 16.3308 21.5658 15.4139C21.625 14.5132 21.625 13.4006 21.625 11.9823V9.39882C21.625 7.95073 21.625 6.77808 21.5152 5.84075C21.401 4.86735 21.1578 4.02947 20.588 3.3104C20.2928 2.93792 19.9442 2.60914 19.5539 2.33309C18.8091 1.80643 17.9479 1.58334 16.9385 1.47775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.37859 2.11198C4.71016 0.796008 6.86424 0.796007 8.19582 2.11198C8.58864 2.50019 8.59237 3.13335 8.20415 3.52617C7.81594 3.91899 7.18278 3.92272 6.78996 3.5345C6.23749 2.9885 5.33692 2.9885 4.78445 3.5345C4.23852 4.07403 4.23852 4.94385 4.78445 5.48338L6.91655 7.5905C7.41248 8.08061 8.19266 8.13227 8.74687 7.73789C9.19686 7.41768 9.82122 7.52288 10.1414 7.97287C10.4616 8.42285 10.3564 9.04721 9.90645 9.36742C8.5753 10.3147 6.71082 10.1991 5.5107 9.01302L3.37859 6.9059C2.04047 5.58346 2.04047 3.43442 3.37859 2.11198L3.37859 2.11198ZM6.91648 4.8321C8.24175 3.94011 10.0607 4.07216 11.2393 5.23698L13.3714 7.3441C14.7095 8.66654 14.7095 10.8156 13.3714 12.138C12.0398 13.454 9.88576 13.454 8.55418 12.138C8.16136 11.7498 8.15763 11.1167 8.54585 10.7238C8.93406 10.331 9.56722 10.3273 9.96004 10.7155C10.5125 11.2615 11.4131 11.2615 11.9656 10.7155C12.5115 10.176 12.5115 9.30616 11.9656 8.76662L9.83345 6.6595C9.3467 6.17846 8.58563 6.11948 8.03321 6.49129C7.57503 6.79966 6.95362 6.67823 6.64525 6.22006C6.33687 5.76189 6.4583 5.14047 6.91648 4.8321Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-locked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.93654 22.6472C7.91879 22.75 9.48161 22.75 11.0227 22.75C11.5625 22.75 12 22.3124 12 21.7727C12 21.233 11.5625 20.7954 11.0227 20.7954C9.41409 20.7954 8.00785 20.7941 7.1384 20.7032C6.28448 20.6138 5.80055 20.4471 5.44272 20.194C5.20127 20.0233 4.98889 19.8222 4.8111 19.5978C4.55553 19.2753 4.38609 18.8425 4.29386 18.0558C4.19893 17.246 4.19735 16.1887 4.19735 14.6652L4.19727 11.765C4.19725 11.498 4.19742 10.8595 4.47804 10.3873C4.65097 10.0963 4.87239 9.8532 5.09984 9.72938C5.46635 9.52986 5.88654 9.4165 6.33321 9.4165L7.37358 9.45299C7.75367 9.46088 8.19721 9.44887 8.62536 9.33415C9.45933 9.11069 10.1107 8.45928 10.3342 7.62531C10.4489 7.19716 10.4609 6.75362 10.453 6.37353L10.4165 5.33316C10.4165 4.86547 10.5409 4.45834 10.7583 4.07993C10.885 3.85934 11.1057 3.65745 11.4105 3.48014C11.8726 3.21123 12.426 3.20874 12.7642 3.20722C13.1023 3.20569 13.4591 3.20452 13.7572 3.20452C15.5913 3.20452 16.2584 3.21847 16.7618 3.39582C17.6344 3.70328 18.3001 4.34492 18.6102 5.13029C18.6878 5.32693 18.7427 5.58535 18.7721 6.0333C18.8021 6.48997 18.8026 7.07292 18.8026 7.91318V10.0263C18.8026 10.564 19.2386 11 19.7763 11C20.3141 11 20.75 10.564 20.75 10.0263V7.88C20.75 7.08084 20.75 6.43328 20.7153 5.9047C20.6795 5.36007 20.6039 4.8744 20.4206 4.41024C19.8918 3.07093 18.7834 2.03666 17.4068 1.55166C16.548 1.24907 15.0759 1.24946 13.5209 1.25C10.6813 1.24964 8.99465 1.24943 7.61221 1.73651C5.39221 2.51869 3.61848 4.18143 2.77509 6.31749C2.49397 7.02945 2.36944 7.79416 2.30919 8.711C2.25 9.61171 2.25 10.7243 2.25 12.1426V12.1426V14.7261C2.24998 16.1742 2.24996 17.3469 2.35985 18.2842C2.47396 19.2576 2.71721 20.0955 3.28704 20.8145C3.58222 21.187 3.93077 21.5158 4.32114 21.7919C5.0659 22.3185 5.92712 22.5416 6.93654 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 15.7491V14.6874C20 13.3158 18.8548 12.2499 17.5 12.2499C16.1452 12.2499 15 13.3158 15 14.6874V15.7491C14.9249 15.7719 14.8502 15.7992 14.7761 15.8321C14.1559 16.1074 13.6789 16.6276 13.4337 17.262C13.3278 17.5359 13.2871 17.8172 13.2682 18.1139C13.25 18.3993 13.25 18.7471 13.25 19.1638V19.211C13.25 19.6278 13.25 19.9755 13.2682 20.261C13.2871 20.5577 13.3278 20.839 13.4337 21.1129C13.6789 21.7473 14.1559 22.2675 14.7761 22.5427C15.0484 22.6636 15.3272 22.7092 15.6128 22.7301C15.8844 22.75 16.2134 22.7499 16.5989 22.7499H18.4011C18.7866 22.7499 19.1156 22.75 19.3872 22.7301C19.6728 22.7092 19.9516 22.6636 20.2239 22.5427C20.8441 22.2675 21.3211 21.7473 21.5663 21.1129C21.6722 20.839 21.7129 20.5577 21.7318 20.261C21.75 19.9755 21.75 19.6278 21.75 19.211V19.1639C21.75 18.7471 21.75 18.3993 21.7318 18.1139C21.7129 17.8172 21.6722 17.5359 21.5663 17.262C21.3211 16.6276 20.8441 16.1074 20.2239 15.8321C20.1498 15.7992 20.0751 15.7719 20 15.7491ZM16.4998 14.6874C16.4998 14.1951 16.9216 13.7499 17.4998 13.7499C18.078 13.7499 18.4998 14.1951 18.4998 14.6874V15.6249H16.4998V14.6874Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.93654 22.6472C7.91879 22.75 9.48161 22.75 11.0227 22.75C11.5625 22.75 12 22.3124 12 21.7727C12 21.233 11.5625 20.7954 11.0227 20.7954C9.41409 20.7954 8.00785 20.7941 7.1384 20.7032C6.28448 20.6138 5.80055 20.4471 5.44272 20.194C5.20127 20.0233 4.98889 19.8222 4.8111 19.5978C4.55553 19.2753 4.38609 18.8425 4.29386 18.0558C4.19893 17.246 4.19735 16.1887 4.19735 14.6652L4.19727 11.765C4.19725 11.498 4.19742 10.8595 4.47804 10.3873C4.65097 10.0963 4.87239 9.8532 5.09984 9.72938C5.46635 9.52986 5.88654 9.4165 6.33321 9.4165L7.37358 9.45299C7.75367 9.46088 8.19721 9.44887 8.62536 9.33415C9.45933 9.11069 10.1107 8.45928 10.3342 7.62531C10.4489 7.19716 10.4609 6.75362 10.453 6.37353L10.4165 5.33316C10.4165 4.86547 10.5409 4.45834 10.7583 4.07993C10.885 3.85934 11.1057 3.65745 11.4105 3.48014C11.8726 3.21123 12.426 3.20874 12.7642 3.20722C13.1023 3.20569 13.4591 3.20452 13.7572 3.20452C15.5913 3.20452 16.2584 3.21847 16.7618 3.39582C17.6344 3.70328 18.3001 4.34492 18.6102 5.13029C18.6878 5.32693 18.7427 5.58535 18.7721 6.0333C18.8021 6.48997 18.8026 7.07292 18.8026 7.91318V10.0263C18.8026 10.564 19.2386 11 19.7763 11C20.3141 11 20.75 10.564 20.75 10.0263V7.88C20.75 7.08084 20.75 6.43328 20.7153 5.9047C20.6795 5.36007 20.6039 4.8744 20.4206 4.41024C19.8918 3.07093 18.7834 2.03666 17.4068 1.55166C16.548 1.24907 15.0759 1.24946 13.5209 1.25C10.6813 1.24964 8.99465 1.24943 7.61221 1.73651C5.39221 2.51869 3.61848 4.18143 2.77509 6.31749C2.49397 7.02945 2.36944 7.79416 2.30919 8.711C2.25 9.61171 2.25 10.7243 2.25 12.1426V12.1426V14.7261C2.24998 16.1742 2.24996 17.3469 2.35985 18.2842C2.47396 19.2576 2.71721 20.0955 3.28704 20.8145C3.58222 21.187 3.93077 21.5158 4.32114 21.7919C5.0659 22.3185 5.92712 22.5416 6.93654 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 15.7491V14.6874C20 13.3158 18.8548 12.2499 17.5 12.2499C16.1452 12.2499 15 13.3158 15 14.6874V15.7491C14.9249 15.7719 14.8502 15.7992 14.7761 15.8321C14.1559 16.1074 13.6789 16.6276 13.4337 17.262C13.3278 17.5359 13.2871 17.8172 13.2682 18.1139C13.25 18.3993 13.25 18.7471 13.25 19.1638V19.211C13.25 19.6278 13.25 19.9755 13.2682 20.261C13.2871 20.5577 13.3278 20.839 13.4337 21.1129C13.6789 21.7473 14.1559 22.2675 14.7761 22.5427C15.0484 22.6636 15.3272 22.7092 15.6128 22.7301C15.8844 22.75 16.2134 22.7499 16.5989 22.7499H18.4011C18.7866 22.7499 19.1156 22.75 19.3872 22.7301C19.6728 22.7092 19.9516 22.6636 20.2239 22.5427C20.8441 22.2675 21.3211 21.7473 21.5663 21.1129C21.6722 20.839 21.7129 20.5577 21.7318 20.261C21.75 19.9755 21.75 19.6278 21.75 19.211V19.1639C21.75 18.7471 21.75 18.3993 21.7318 18.1139C21.7129 17.8172 21.6722 17.5359 21.5663 17.262C21.3211 16.6276 20.8441 16.1074 20.2239 15.8321C20.1498 15.7992 20.0751 15.7719 20 15.7491ZM16.4998 14.6874C16.4998 14.1951 16.9216 13.7499 17.4998 13.7499C18.078 13.7499 18.4998 14.1951 18.4998 14.6874V15.6249H16.4998V14.6874Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-management{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00012 1C7.55241 1 8.00012 1.44772 8.00012 2V2.39864C8.74051 2.56884 9.40985 2.92409 9.95135 3.41399L10.4593 3.08741C10.9239 2.78874 11.5426 2.92323 11.8413 3.38779C12.14 3.85236 12.0055 4.47107 11.5409 4.76974L11.0767 5.06817C11.2426 5.51495 11.3335 5.99727 11.3335 6.5C11.3335 7.00281 11.2426 7.48521 11.0766 7.93205L11.5405 8.23026C12.005 8.52893 12.1395 9.14764 11.8409 9.61221C11.5422 10.0768 10.9235 10.2113 10.4589 9.91259L9.95117 9.58617C9.40971 10.076 8.74043 10.4312 8.00012 10.6014V11C8.00012 11.5523 7.55241 12 7.00012 12C6.44784 12 6.00012 11.5523 6.00012 11V10.6014C5.25981 10.4312 4.59054 10.076 4.04907 9.58617L3.54132 9.91259C3.07676 10.2113 2.45804 10.0768 2.15938 9.61221C1.86072 9.14764 1.99521 8.52893 2.45977 8.23026L2.92363 7.93205C2.75766 7.48521 2.66679 7.00281 2.66679 6.5C2.66679 5.99727 2.75763 5.51495 2.92355 5.06817L2.45934 4.76974C1.99478 4.47107 1.86029 3.85236 2.15896 3.38779C2.45762 2.92323 3.07634 2.78874 3.5409 3.08741L4.0489 3.41399C4.59039 2.92409 5.25973 2.56884 6.00012 2.39864V2C6.00012 1.44772 6.44784 1 7.00012 1ZM7.00012 4.28571C6.17526 4.28571 5.46153 4.68984 5.04834 5.28631C4.80569 5.63659 4.66679 6.05259 4.66679 6.5C4.66679 6.94747 4.80573 7.36351 5.04843 7.71382C5.46163 8.31022 6.17532 8.71428 7.00012 8.71428C7.82493 8.71428 8.53861 8.31022 8.95181 7.71382C9.19452 7.36351 9.33346 6.94747 9.33346 6.5C9.33346 6.05259 9.19455 5.6366 8.9519 5.28631C8.53871 4.68984 7.82499 4.28571 7.00012 4.28571Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0635 1.35275C16.0812 1.24999 15.7935 1.24999 14.2524 1.25C13.7127 1.25 13.2751 1.68756 13.2751 2.22731C13.2751 2.76705 13.7127 3.20459 14.2524 3.20459C15.861 3.20459 15.9922 3.20584 16.8616 3.29679C17.7155 3.38612 18.1994 3.55288 18.5573 3.80592C18.7987 3.97667 19.0111 4.17776 19.1889 4.40211C19.4445 4.72461 19.6139 5.1574 19.7061 5.94419C19.8011 6.75395 19.8026 7.81128 19.8026 9.33473L19.8027 12.2349C19.8027 12.5019 19.8026 13.1405 19.522 13.6127C19.349 13.9036 19.1276 14.1467 18.9002 14.2706C18.5336 14.4701 18.1135 14.5835 17.6668 14.5835L16.6264 14.547C16.2463 14.5391 15.8028 14.5511 15.3746 14.6658C14.5407 14.8893 13.8893 15.5407 13.6658 16.3746C13.5511 16.8028 13.5391 17.2463 13.547 17.6264L13.5835 18.6668C13.5835 19.1345 13.4591 19.5416 13.2417 19.92C13.115 20.1406 12.8943 20.3425 12.5895 20.5198C12.1274 20.7887 11.574 20.7912 11.2358 20.7927C10.8977 20.7943 10.5409 20.7954 10.2428 20.7954C8.40872 20.7954 7.74159 20.7815 7.23823 20.6041C6.3656 20.2967 5.6999 19.655 5.38981 18.8697C5.31217 18.673 5.25733 18.4146 5.22789 17.9667C5.19788 17.51 5.19739 16.927 5.19739 16.0868V13.9737C5.19739 13.4359 4.76145 13 4.22369 13C3.68594 13 3.25 13.4359 3.25 13.9737V16.12C3.24999 16.9191 3.24999 17.5667 3.28473 18.0952C3.32052 18.6399 3.39613 19.1255 3.5794 19.5897C4.10821 20.929 5.21664 21.9633 6.5932 22.4483C7.452 22.7509 8.92408 22.7505 10.4791 22.7499C13.3187 22.7503 15.0054 22.7505 16.3878 22.2634C18.6078 21.4813 20.3815 19.8185 21.2249 17.6825C21.506 16.9705 21.6306 16.2058 21.6908 15.2889C21.75 14.3882 21.75 13.2756 21.75 11.8573V9.27382C21.75 7.82573 21.75 6.65308 21.6402 5.71575C21.526 4.74235 21.2828 3.90447 20.713 3.1854C20.4178 2.81292 20.0692 2.48414 19.6789 2.20809C18.9341 1.68143 18.0729 1.45834 17.0635 1.35275Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00012 1C7.55241 1 8.00012 1.44772 8.00012 2V2.39864C8.74051 2.56884 9.40985 2.92409 9.95135 3.41399L10.4593 3.08741C10.9239 2.78874 11.5426 2.92323 11.8413 3.38779C12.14 3.85236 12.0055 4.47107 11.5409 4.76974L11.0767 5.06817C11.2426 5.51495 11.3335 5.99727 11.3335 6.5C11.3335 7.00281 11.2426 7.48521 11.0766 7.93205L11.5405 8.23026C12.005 8.52893 12.1395 9.14764 11.8409 9.61221C11.5422 10.0768 10.9235 10.2113 10.4589 9.91259L9.95117 9.58617C9.40971 10.076 8.74043 10.4312 8.00012 10.6014V11C8.00012 11.5523 7.55241 12 7.00012 12C6.44784 12 6.00012 11.5523 6.00012 11V10.6014C5.25981 10.4312 4.59054 10.076 4.04907 9.58617L3.54132 9.91259C3.07676 10.2113 2.45804 10.0768 2.15938 9.61221C1.86072 9.14764 1.99521 8.52893 2.45977 8.23026L2.92363 7.93205C2.75766 7.48521 2.66679 7.00281 2.66679 6.5C2.66679 5.99727 2.75763 5.51495 2.92355 5.06817L2.45934 4.76974C1.99478 4.47107 1.86029 3.85236 2.15896 3.38779C2.45762 2.92323 3.07634 2.78874 3.5409 3.08741L4.0489 3.41399C4.59039 2.92409 5.25973 2.56884 6.00012 2.39864V2C6.00012 1.44772 6.44784 1 7.00012 1ZM7.00012 4.28571C6.17526 4.28571 5.46153 4.68984 5.04834 5.28631C4.80569 5.63659 4.66679 6.05259 4.66679 6.5C4.66679 6.94747 4.80573 7.36351 5.04843 7.71382C5.46163 8.31022 6.17532 8.71428 7.00012 8.71428C7.82493 8.71428 8.53861 8.31022 8.95181 7.71382C9.19452 7.36351 9.33346 6.94747 9.33346 6.5C9.33346 6.05259 9.19455 5.6366 8.9519 5.28631C8.53871 4.68984 7.82499 4.28571 7.00012 4.28571Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0635 1.35275C16.0812 1.24999 15.7935 1.24999 14.2524 1.25C13.7127 1.25 13.2751 1.68756 13.2751 2.22731C13.2751 2.76705 13.7127 3.20459 14.2524 3.20459C15.861 3.20459 15.9922 3.20584 16.8616 3.29679C17.7155 3.38612 18.1994 3.55288 18.5573 3.80592C18.7987 3.97667 19.0111 4.17776 19.1889 4.40211C19.4445 4.72461 19.6139 5.1574 19.7061 5.94419C19.8011 6.75395 19.8026 7.81128 19.8026 9.33473L19.8027 12.2349C19.8027 12.5019 19.8026 13.1405 19.522 13.6127C19.349 13.9036 19.1276 14.1467 18.9002 14.2706C18.5336 14.4701 18.1135 14.5835 17.6668 14.5835L16.6264 14.547C16.2463 14.5391 15.8028 14.5511 15.3746 14.6658C14.5407 14.8893 13.8893 15.5407 13.6658 16.3746C13.5511 16.8028 13.5391 17.2463 13.547 17.6264L13.5835 18.6668C13.5835 19.1345 13.4591 19.5416 13.2417 19.92C13.115 20.1406 12.8943 20.3425 12.5895 20.5198C12.1274 20.7887 11.574 20.7912 11.2358 20.7927C10.8977 20.7943 10.5409 20.7954 10.2428 20.7954C8.40872 20.7954 7.74159 20.7815 7.23823 20.6041C6.3656 20.2967 5.6999 19.655 5.38981 18.8697C5.31217 18.673 5.25733 18.4146 5.22789 17.9667C5.19788 17.51 5.19739 16.927 5.19739 16.0868V13.9737C5.19739 13.4359 4.76145 13 4.22369 13C3.68594 13 3.25 13.4359 3.25 13.9737V16.12C3.24999 16.9191 3.24999 17.5667 3.28473 18.0952C3.32052 18.6399 3.39613 19.1255 3.5794 19.5897C4.10821 20.929 5.21664 21.9633 6.5932 22.4483C7.452 22.7509 8.92408 22.7505 10.4791 22.7499C13.3187 22.7503 15.0054 22.7505 16.3878 22.2634C18.6078 21.4813 20.3815 19.8185 21.2249 17.6825C21.506 16.9705 21.6306 16.2058 21.6908 15.2889C21.75 14.3882 21.75 13.2756 21.75 11.8573V9.27382C21.75 7.82573 21.75 6.65308 21.6402 5.71575C21.526 4.74235 21.2828 3.90447 20.713 3.1854C20.4178 2.81292 20.0692 2.48414 19.6789 2.20809C18.9341 1.68143 18.0729 1.45834 17.0635 1.35275Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-minus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.1885 1.35273C16.2062 1.24997 14.9734 1.24999 13.4323 1.25H12.6023C12.0625 1.25 11.625 1.68755 11.625 2.22729C11.625 2.76703 12.0625 3.20457 12.6023 3.20457H13.3774C14.986 3.20457 16.1172 3.20582 16.9866 3.29677C17.8405 3.3861 18.3244 3.55286 18.6823 3.8059C18.9237 3.97665 19.1361 4.17774 19.3139 4.4021C19.5695 4.72459 19.7389 5.15738 19.8311 5.94417C19.9261 6.75393 19.9276 7.81126 19.9276 9.33471L19.9277 12.2349C19.9277 12.5019 19.9276 13.1405 19.647 13.6126C19.474 13.9036 19.2526 14.1467 19.0252 14.2706C18.6586 14.4701 18.2385 14.5834 17.7918 14.5834L16.7514 14.5469C16.3713 14.5391 15.9278 14.5511 15.4996 14.6658C14.6657 14.8892 14.0143 15.5406 13.7908 16.3746C13.6761 16.8028 13.6641 17.2463 13.672 17.6264L13.7085 18.6668C13.7085 19.1345 13.5841 19.5416 13.3667 19.92C13.24 20.1406 13.0193 20.3425 12.7145 20.5198C12.2524 20.7887 11.699 20.7912 11.3608 20.7927C11.0227 20.7942 10.6659 20.7954 10.3678 20.7954C8.53372 20.7954 7.86659 20.7815 7.36323 20.6041C6.4906 20.2966 5.8249 19.655 5.51481 18.8696C5.43717 18.673 5.38233 18.4146 5.35289 17.9666C5.32288 17.51 5.32239 16.927 5.32239 16.0868V11.9737C5.32239 11.4359 4.88645 11 4.34869 11C3.81094 11 3.375 11.4359 3.375 11.9737V16.1199C3.37499 16.9191 3.37499 17.5666 3.40973 18.0952C3.44552 18.6399 3.52113 19.1255 3.7044 19.5897C4.23321 20.929 5.34164 21.9633 6.7182 22.4483C7.577 22.7509 9.04908 22.7505 10.6041 22.7499C13.4437 22.7503 15.1304 22.7505 16.5128 22.2634C18.7328 21.4812 20.5065 19.8185 21.3499 17.6824C21.631 16.9705 21.7556 16.2058 21.8158 15.2889C21.875 14.3882 21.875 13.2756 21.875 11.8573V9.2738C21.875 7.82571 21.875 6.65306 21.7652 5.71573C21.651 4.74233 21.4078 3.90445 20.838 3.18539C20.5428 2.8129 20.1942 2.48412 19.8039 2.20807C19.0591 1.68141 18.1979 1.45832 17.1885 1.35273Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.125 6C12.125 6.55228 11.6773 7 11.125 7L3.125 7C2.57271 7 2.125 6.55228 2.125 6C2.125 5.44771 2.57271 5 3.125 5L11.125 5C11.6773 5 12.125 5.44772 12.125 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.1885 1.35273C16.2062 1.24997 14.9734 1.24999 13.4323 1.25H12.6023C12.0625 1.25 11.625 1.68755 11.625 2.22729C11.625 2.76703 12.0625 3.20457 12.6023 3.20457H13.3774C14.986 3.20457 16.1172 3.20582 16.9866 3.29677C17.8405 3.3861 18.3244 3.55286 18.6823 3.8059C18.9237 3.97665 19.1361 4.17774 19.3139 4.4021C19.5695 4.72459 19.7389 5.15738 19.8311 5.94417C19.9261 6.75393 19.9276 7.81126 19.9276 9.33471L19.9277 12.2349C19.9277 12.5019 19.9276 13.1405 19.647 13.6126C19.474 13.9036 19.2526 14.1467 19.0252 14.2706C18.6586 14.4701 18.2385 14.5834 17.7918 14.5834L16.7514 14.5469C16.3713 14.5391 15.9278 14.5511 15.4996 14.6658C14.6657 14.8892 14.0143 15.5406 13.7908 16.3746C13.6761 16.8028 13.6641 17.2463 13.672 17.6264L13.7085 18.6668C13.7085 19.1345 13.5841 19.5416 13.3667 19.92C13.24 20.1406 13.0193 20.3425 12.7145 20.5198C12.2524 20.7887 11.699 20.7912 11.3608 20.7927C11.0227 20.7942 10.6659 20.7954 10.3678 20.7954C8.53372 20.7954 7.86659 20.7815 7.36323 20.6041C6.4906 20.2966 5.8249 19.655 5.51481 18.8696C5.43717 18.673 5.38233 18.4146 5.35289 17.9666C5.32288 17.51 5.32239 16.927 5.32239 16.0868V11.9737C5.32239 11.4359 4.88645 11 4.34869 11C3.81094 11 3.375 11.4359 3.375 11.9737V16.1199C3.37499 16.9191 3.37499 17.5666 3.40973 18.0952C3.44552 18.6399 3.52113 19.1255 3.7044 19.5897C4.23321 20.929 5.34164 21.9633 6.7182 22.4483C7.577 22.7509 9.04908 22.7505 10.6041 22.7499C13.4437 22.7503 15.1304 22.7505 16.5128 22.2634C18.7328 21.4812 20.5065 19.8185 21.3499 17.6824C21.631 16.9705 21.7556 16.2058 21.8158 15.2889C21.875 14.3882 21.875 13.2756 21.875 11.8573V9.2738C21.875 7.82571 21.875 6.65306 21.7652 5.71573C21.651 4.74233 21.4078 3.90445 20.838 3.18539C20.5428 2.8129 20.1942 2.48412 19.8039 2.20807C19.0591 1.68141 18.1979 1.45832 17.1885 1.35273Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.125 6C12.125 6.55228 11.6773 7 11.125 7L3.125 7C2.57271 7 2.125 6.55228 2.125 6C2.125 5.44771 2.57271 5 3.125 5L11.125 5C11.6773 5 12.125 5.44772 12.125 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-music{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9664 11.9161C18.3913 11.7904 18.8482 11.9593 19.0892 12.3311C19.1827 12.4754 19.2483 12.6333 19.2882 12.7323C19.3129 12.7937 19.391 12.9978 19.4199 13.0737C19.5085 13.3015 19.6041 13.5227 19.7332 13.7302C19.9707 14.1116 20.3288 14.4668 21.044 14.5894C21.5883 14.6827 21.9539 15.1996 21.8606 15.744C21.7673 16.2883 21.2504 16.654 20.706 16.5606C20.1254 16.4611 19.6461 16.268 19.25 16.0208V19.625C19.25 21.3932 17.8493 22.875 16.0625 22.875C14.2757 22.875 12.875 21.3932 12.875 19.625C12.875 17.8568 14.2757 16.375 16.0625 16.375C16.4843 16.375 16.8846 16.4576 17.25 16.607V12.875C17.25 12.432 17.5415 12.0417 17.9664 11.9161Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.81154 22.5222C7.79379 22.6249 9.35661 22.625 10.8977 22.625C11.4375 22.625 11.875 22.1874 11.875 21.6477C11.875 21.1079 11.4375 20.6704 10.8977 20.6704C9.28909 20.6704 7.88285 20.6691 7.0134 20.5781C6.15948 20.4888 5.67555 20.322 5.31772 20.069C5.07627 19.8983 4.86389 19.6972 4.6861 19.4728C4.43053 19.1503 4.26109 18.7175 4.16886 17.9307C4.07393 17.121 4.07235 16.0636 4.07235 14.5402L4.07227 11.64C4.07225 11.373 4.07242 10.7344 4.35304 10.2623C4.52597 9.97128 4.74739 9.72817 4.97484 9.60435C5.34135 9.40483 5.76154 9.29147 6.20821 9.29147L7.24858 9.32796C7.62867 9.33585 8.07221 9.32384 8.50036 9.20912C9.33433 8.98566 9.98574 8.33425 10.2092 7.50028C10.3239 7.07213 10.3359 6.62859 10.328 6.2485L10.2915 5.20813C10.2915 4.74044 10.4159 4.33331 10.6333 3.9549C10.76 3.73431 10.9807 3.53242 11.2855 3.35511C11.7476 3.0862 12.301 3.08371 12.6392 3.08219C12.9773 3.08066 13.3341 3.07949 13.6322 3.07949C15.4663 3.07949 16.1334 3.09344 16.6368 3.27079C17.5094 3.57825 18.1751 4.21989 18.4852 5.00526C18.5628 5.2019 18.6177 5.46032 18.6471 5.90827C18.6771 6.36494 18.6776 6.94789 18.6776 7.78815V9.90124C18.6776 10.439 19.1136 10.8749 19.6513 10.8749C20.1891 10.8749 20.625 10.439 20.625 9.90124V7.75496C20.625 6.95581 20.625 6.30825 20.5903 5.77967C20.5545 5.23504 20.4789 4.74937 20.2956 4.28521C19.7668 2.9459 18.6584 1.91163 17.2818 1.42663C16.423 1.12404 14.9509 1.12443 13.3959 1.12497C10.5563 1.12461 8.86965 1.1244 7.48721 1.61148C5.26721 2.39366 3.49348 4.0564 2.65009 6.19246C2.36897 6.90442 2.24444 7.66913 2.18419 8.58597C2.125 9.48668 2.125 10.5993 2.125 12.0176V12.0176V14.6011C2.12498 16.0492 2.12496 17.2218 2.23485 18.1592C2.34896 19.1326 2.59221 19.9705 3.16204 20.6895C3.45722 21.062 3.80577 21.3908 4.19614 21.6668C4.9409 22.1935 5.80212 22.4166 6.81154 22.5222Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9664 11.9161C18.3913 11.7904 18.8482 11.9593 19.0892 12.3311C19.1827 12.4754 19.2483 12.6333 19.2882 12.7323C19.3129 12.7937 19.391 12.9978 19.4199 13.0737C19.5085 13.3015 19.6041 13.5227 19.7332 13.7302C19.9707 14.1116 20.3288 14.4668 21.044 14.5894C21.5883 14.6827 21.9539 15.1996 21.8606 15.744C21.7673 16.2883 21.2504 16.654 20.706 16.5606C20.1254 16.4611 19.6461 16.268 19.25 16.0208V19.625C19.25 21.3932 17.8493 22.875 16.0625 22.875C14.2757 22.875 12.875 21.3932 12.875 19.625C12.875 17.8568 14.2757 16.375 16.0625 16.375C16.4843 16.375 16.8846 16.4576 17.25 16.607V12.875C17.25 12.432 17.5415 12.0417 17.9664 11.9161Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.81154 22.5222C7.79379 22.6249 9.35661 22.625 10.8977 22.625C11.4375 22.625 11.875 22.1874 11.875 21.6477C11.875 21.1079 11.4375 20.6704 10.8977 20.6704C9.28909 20.6704 7.88285 20.6691 7.0134 20.5781C6.15948 20.4888 5.67555 20.322 5.31772 20.069C5.07627 19.8983 4.86389 19.6972 4.6861 19.4728C4.43053 19.1503 4.26109 18.7175 4.16886 17.9307C4.07393 17.121 4.07235 16.0636 4.07235 14.5402L4.07227 11.64C4.07225 11.373 4.07242 10.7344 4.35304 10.2623C4.52597 9.97128 4.74739 9.72817 4.97484 9.60435C5.34135 9.40483 5.76154 9.29147 6.20821 9.29147L7.24858 9.32796C7.62867 9.33585 8.07221 9.32384 8.50036 9.20912C9.33433 8.98566 9.98574 8.33425 10.2092 7.50028C10.3239 7.07213 10.3359 6.62859 10.328 6.2485L10.2915 5.20813C10.2915 4.74044 10.4159 4.33331 10.6333 3.9549C10.76 3.73431 10.9807 3.53242 11.2855 3.35511C11.7476 3.0862 12.301 3.08371 12.6392 3.08219C12.9773 3.08066 13.3341 3.07949 13.6322 3.07949C15.4663 3.07949 16.1334 3.09344 16.6368 3.27079C17.5094 3.57825 18.1751 4.21989 18.4852 5.00526C18.5628 5.2019 18.6177 5.46032 18.6471 5.90827C18.6771 6.36494 18.6776 6.94789 18.6776 7.78815V9.90124C18.6776 10.439 19.1136 10.8749 19.6513 10.8749C20.1891 10.8749 20.625 10.439 20.625 9.90124V7.75496C20.625 6.95581 20.625 6.30825 20.5903 5.77967C20.5545 5.23504 20.4789 4.74937 20.2956 4.28521C19.7668 2.9459 18.6584 1.91163 17.2818 1.42663C16.423 1.12404 14.9509 1.12443 13.3959 1.12497C10.5563 1.12461 8.86965 1.1244 7.48721 1.61148C5.26721 2.39366 3.49348 4.0564 2.65009 6.19246C2.36897 6.90442 2.24444 7.66913 2.18419 8.58597C2.125 9.48668 2.125 10.5993 2.125 12.0176V12.0176V14.6011C2.12498 16.0492 2.12496 17.2218 2.23485 18.1592C2.34896 19.1326 2.59221 19.9705 3.16204 20.6895C3.45722 21.062 3.80577 21.3908 4.19614 21.6668C4.9409 22.1935 5.80212 22.4166 6.81154 22.5222Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-not-found{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5635 1.35273C15.5812 1.24997 14.3484 1.24999 12.8073 1.25H11.932H11.9319C10.039 1.24998 8.52512 1.24996 7.33708 1.40085C6.95506 1.44937 6.59242 1.51493 6.24939 1.60568C5.88946 1.70089 5.7095 1.7485 5.66432 1.91604C5.61914 2.08358 5.76064 2.22508 6.04365 2.50809L6.74548 3.20992L6.74548 3.20992C6.8565 3.32094 6.91201 3.37644 6.9808 3.39867C7.04959 3.42089 7.13208 3.40754 7.29708 3.38084C7.38771 3.36617 7.48244 3.35255 7.58157 3.33996C8.63306 3.20642 10.0233 3.20458 12 3.20458H12.7524C14.361 3.20458 15.4922 3.20582 16.3616 3.29677C17.2155 3.3861 17.6994 3.55286 18.0573 3.8059C18.2987 3.97665 18.5111 4.17774 18.6889 4.4021C18.9445 4.72459 19.1139 5.15738 19.2061 5.94417C19.3011 6.75393 19.3026 7.81126 19.3026 9.33472L19.3027 12.2349C19.3027 12.5019 19.3026 13.1405 19.022 13.6126C18.849 13.9036 18.6276 14.1467 18.4002 14.2706C18.2177 14.3699 18.159 14.6234 18.3059 14.7703L20.1548 16.6193C20.4699 16.9343 20.6274 17.0918 20.8021 17.0352C20.9769 16.9786 21.0101 16.7711 21.0765 16.356C21.1299 16.0217 21.1659 15.6683 21.1908 15.2889C21.25 14.3882 21.25 13.2756 21.25 11.8573V9.2738C21.25 7.82571 21.25 6.65306 21.1402 5.71573C21.026 4.74233 20.7828 3.90445 20.213 3.18539C19.9178 2.8129 19.5692 2.48412 19.1789 2.20807C18.4341 1.68141 17.5729 1.45832 16.5635 1.35273Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.91129 5.6179C2.74994 6.75156 2.74997 8.19138 2.75 9.97012V16.1199C2.75 16.9191 2.74999 17.5666 2.78473 18.0952C2.82052 18.6399 2.89613 19.1255 3.0794 19.5897C3.60821 20.929 4.71664 21.9633 6.0932 22.4483C6.952 22.7509 8.42408 22.7505 9.97909 22.7499C12.8187 22.7503 14.5054 22.7505 15.8878 22.2634C17.2071 21.7986 18.3689 21.0227 19.2714 20.0213C19.4347 19.8401 19.5164 19.7495 19.5133 19.6298C19.5101 19.5101 19.4194 19.4193 19.2378 19.2377L14.9795 14.9795C14.8465 14.8464 14.7799 14.7799 14.6823 14.7652C14.5847 14.7505 14.5135 14.7881 14.3712 14.8633C13.7837 15.1736 13.3419 15.7175 13.1658 16.3746C13.0511 16.8028 13.0391 17.2463 13.047 17.6264L13.0835 18.6668C13.0835 19.1345 12.9591 19.5416 12.7417 19.92C12.615 20.1406 12.3943 20.3425 12.0895 20.5198C11.6274 20.7887 11.074 20.7912 10.7358 20.7927C10.3977 20.7942 10.0409 20.7954 9.74284 20.7954C7.90872 20.7954 7.24159 20.7815 6.73823 20.6041C5.8656 20.2966 5.1999 19.655 4.88981 18.8696C4.81217 18.673 4.75733 18.4146 4.72789 17.9666C4.69788 17.51 4.69739 16.927 4.69739 16.0868V10.0455C4.69739 8.1734 4.69972 6.87372 4.83911 5.89434C4.86562 5.70808 4.89641 5.53902 4.93171 5.38485C4.97483 5.19653 4.99638 5.10238 4.97497 5.02795C4.95356 4.95353 4.8919 4.89188 4.76859 4.76857L4.11195 4.11192C3.85345 3.85342 3.7242 3.72417 3.56338 3.75997C3.40256 3.79578 3.34555 3.95328 3.23152 4.26828C3.08052 4.68546 2.97992 5.13574 2.91129 5.6179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5635 1.35273C15.5812 1.24997 14.3484 1.24999 12.8073 1.25H11.932H11.9319C10.039 1.24998 8.52512 1.24996 7.33708 1.40085C6.95506 1.44937 6.59242 1.51493 6.24939 1.60568C5.88946 1.70089 5.7095 1.7485 5.66432 1.91604C5.61914 2.08358 5.76064 2.22508 6.04365 2.50809L6.74548 3.20992L6.74548 3.20992C6.8565 3.32094 6.91201 3.37644 6.9808 3.39867C7.04959 3.42089 7.13208 3.40754 7.29708 3.38084C7.38771 3.36617 7.48244 3.35255 7.58157 3.33996C8.63306 3.20642 10.0233 3.20458 12 3.20458H12.7524C14.361 3.20458 15.4922 3.20582 16.3616 3.29677C17.2155 3.3861 17.6994 3.55286 18.0573 3.8059C18.2987 3.97665 18.5111 4.17774 18.6889 4.4021C18.9445 4.72459 19.1139 5.15738 19.2061 5.94417C19.3011 6.75393 19.3026 7.81126 19.3026 9.33472L19.3027 12.2349C19.3027 12.5019 19.3026 13.1405 19.022 13.6126C18.849 13.9036 18.6276 14.1467 18.4002 14.2706C18.2177 14.3699 18.159 14.6234 18.3059 14.7703L20.1548 16.6193C20.4699 16.9343 20.6274 17.0918 20.8021 17.0352C20.9769 16.9786 21.0101 16.7711 21.0765 16.356C21.1299 16.0217 21.1659 15.6683 21.1908 15.2889C21.25 14.3882 21.25 13.2756 21.25 11.8573V9.2738C21.25 7.82571 21.25 6.65306 21.1402 5.71573C21.026 4.74233 20.7828 3.90445 20.213 3.18539C19.9178 2.8129 19.5692 2.48412 19.1789 2.20807C18.4341 1.68141 17.5729 1.45832 16.5635 1.35273Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.91129 5.6179C2.74994 6.75156 2.74997 8.19138 2.75 9.97012V16.1199C2.75 16.9191 2.74999 17.5666 2.78473 18.0952C2.82052 18.6399 2.89613 19.1255 3.0794 19.5897C3.60821 20.929 4.71664 21.9633 6.0932 22.4483C6.952 22.7509 8.42408 22.7505 9.97909 22.7499C12.8187 22.7503 14.5054 22.7505 15.8878 22.2634C17.2071 21.7986 18.3689 21.0227 19.2714 20.0213C19.4347 19.8401 19.5164 19.7495 19.5133 19.6298C19.5101 19.5101 19.4194 19.4193 19.2378 19.2377L14.9795 14.9795C14.8465 14.8464 14.7799 14.7799 14.6823 14.7652C14.5847 14.7505 14.5135 14.7881 14.3712 14.8633C13.7837 15.1736 13.3419 15.7175 13.1658 16.3746C13.0511 16.8028 13.0391 17.2463 13.047 17.6264L13.0835 18.6668C13.0835 19.1345 12.9591 19.5416 12.7417 19.92C12.615 20.1406 12.3943 20.3425 12.0895 20.5198C11.6274 20.7887 11.074 20.7912 10.7358 20.7927C10.3977 20.7942 10.0409 20.7954 9.74284 20.7954C7.90872 20.7954 7.24159 20.7815 6.73823 20.6041C5.8656 20.2966 5.1999 19.655 4.88981 18.8696C4.81217 18.673 4.75733 18.4146 4.72789 17.9666C4.69788 17.51 4.69739 16.927 4.69739 16.0868V10.0455C4.69739 8.1734 4.69972 6.87372 4.83911 5.89434C4.86562 5.70808 4.89641 5.53902 4.93171 5.38485C4.97483 5.19653 4.99638 5.10238 4.97497 5.02795C4.95356 4.95353 4.8919 4.89188 4.76859 4.76857L4.11195 4.11192C3.85345 3.85342 3.7242 3.72417 3.56338 3.75997C3.40256 3.79578 3.34555 3.95328 3.23152 4.26828C3.08052 4.68546 2.97992 5.13574 2.91129 5.6179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-paste{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.1885 1.47775C16.2062 1.37499 14.9185 1.37499 13.3774 1.375C12.8377 1.375 12.4001 1.81256 12.4001 2.35231C12.4001 2.89205 12.8377 3.32959 13.3774 3.32959C14.986 3.32959 16.1172 3.33084 16.9866 3.42179C17.8405 3.51112 18.3244 3.67788 18.6823 3.93092C18.9237 4.10167 19.1361 4.30276 19.3139 4.52711C19.5695 4.84961 19.7389 5.2824 19.8311 6.06919C19.9261 6.87895 19.9276 7.93628 19.9276 9.45973L19.9277 12.3599C19.9277 12.6269 19.9276 13.2655 19.647 13.7377C19.474 14.0286 19.2526 14.2717 19.0252 14.3956C18.6586 14.5951 18.2385 14.7085 17.7918 14.7085L16.7514 14.672C16.3713 14.6641 15.9278 14.6761 15.4996 14.7908C14.6657 15.0143 14.0143 15.6657 13.7908 16.4996C13.6761 16.9278 13.6641 17.3713 13.672 17.7514L13.7085 18.7918C13.7085 19.2595 13.5841 19.6666 13.3667 20.045C13.24 20.2656 13.0193 20.4675 12.7145 20.6448C12.2524 20.9137 11.699 20.9162 11.3608 20.9177C11.0227 20.9193 10.6659 20.9204 10.3678 20.9204C8.53372 20.9204 7.86659 20.9065 7.36323 20.7291C6.4906 20.4217 5.8249 19.78 5.51481 18.9947C5.43717 18.798 5.38233 18.5396 5.35289 18.0917C5.32288 17.635 5.32239 17.052 5.32239 16.2118V12.0987C5.32239 11.5609 4.88645 11.125 4.34869 11.125C3.81094 11.125 3.375 11.5609 3.375 12.0987V16.245C3.37499 17.0441 3.37499 17.6917 3.40973 18.2202C3.44552 18.7649 3.52113 19.2505 3.7044 19.7147C4.23321 21.054 5.34164 22.0883 6.7182 22.5733C7.577 22.8759 9.04908 22.8755 10.6041 22.8749C13.4437 22.8753 15.1304 22.8755 16.5128 22.3884C18.7328 21.6063 20.5065 19.9435 21.3499 17.8075C21.631 17.0955 21.7556 16.3308 21.8158 15.4139C21.875 14.5132 21.875 13.4006 21.875 11.9823V9.39882C21.875 7.95073 21.875 6.77808 21.7652 5.84075C21.651 4.86735 21.4078 4.02947 20.838 3.3104C20.5428 2.93792 20.1942 2.60914 19.8039 2.33309C19.0591 1.80643 18.1979 1.58334 17.1885 1.47775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.625 3.625C10.1103 3.625 12.125 5.63972 12.125 8.125V10.125C12.125 10.6773 11.6773 11.125 11.125 11.125C10.5727 11.125 10.125 10.6773 10.125 10.125V8.125C10.125 6.74429 9.00571 5.625 7.625 5.625H6.625V7.12403C6.62526 7.37555 6.53123 7.62739 6.34208 7.82199C5.95714 8.21802 5.32404 8.22702 4.92801 7.84208C4.92801 7.84208 3.81377 6.94912 3.53889 6.7162C3.24511 6.46727 2.93108 6.18135 2.68321 5.89031C2.55892 5.74438 2.43092 5.57374 2.32999 5.38514C2.23331 5.20446 2.125 4.94021 2.125 4.625C2.125 4.3098 2.23331 4.04554 2.32999 3.86487C2.43092 3.67626 2.55892 3.50562 2.68321 3.35969C2.93108 3.06866 3.24511 2.78273 3.53889 2.5338C3.53889 2.5338 4.84847 1.48523 4.92801 1.40792C5.32404 1.02298 5.95714 1.03198 6.34208 1.42801C6.53106 1.62244 6.6251 1.87402 6.625 2.12531V3.625H7.625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.1885 1.47775C16.2062 1.37499 14.9185 1.37499 13.3774 1.375C12.8377 1.375 12.4001 1.81256 12.4001 2.35231C12.4001 2.89205 12.8377 3.32959 13.3774 3.32959C14.986 3.32959 16.1172 3.33084 16.9866 3.42179C17.8405 3.51112 18.3244 3.67788 18.6823 3.93092C18.9237 4.10167 19.1361 4.30276 19.3139 4.52711C19.5695 4.84961 19.7389 5.2824 19.8311 6.06919C19.9261 6.87895 19.9276 7.93628 19.9276 9.45973L19.9277 12.3599C19.9277 12.6269 19.9276 13.2655 19.647 13.7377C19.474 14.0286 19.2526 14.2717 19.0252 14.3956C18.6586 14.5951 18.2385 14.7085 17.7918 14.7085L16.7514 14.672C16.3713 14.6641 15.9278 14.6761 15.4996 14.7908C14.6657 15.0143 14.0143 15.6657 13.7908 16.4996C13.6761 16.9278 13.6641 17.3713 13.672 17.7514L13.7085 18.7918C13.7085 19.2595 13.5841 19.6666 13.3667 20.045C13.24 20.2656 13.0193 20.4675 12.7145 20.6448C12.2524 20.9137 11.699 20.9162 11.3608 20.9177C11.0227 20.9193 10.6659 20.9204 10.3678 20.9204C8.53372 20.9204 7.86659 20.9065 7.36323 20.7291C6.4906 20.4217 5.8249 19.78 5.51481 18.9947C5.43717 18.798 5.38233 18.5396 5.35289 18.0917C5.32288 17.635 5.32239 17.052 5.32239 16.2118V12.0987C5.32239 11.5609 4.88645 11.125 4.34869 11.125C3.81094 11.125 3.375 11.5609 3.375 12.0987V16.245C3.37499 17.0441 3.37499 17.6917 3.40973 18.2202C3.44552 18.7649 3.52113 19.2505 3.7044 19.7147C4.23321 21.054 5.34164 22.0883 6.7182 22.5733C7.577 22.8759 9.04908 22.8755 10.6041 22.8749C13.4437 22.8753 15.1304 22.8755 16.5128 22.3884C18.7328 21.6063 20.5065 19.9435 21.3499 17.8075C21.631 17.0955 21.7556 16.3308 21.8158 15.4139C21.875 14.5132 21.875 13.4006 21.875 11.9823V9.39882C21.875 7.95073 21.875 6.77808 21.7652 5.84075C21.651 4.86735 21.4078 4.02947 20.838 3.3104C20.5428 2.93792 20.1942 2.60914 19.8039 2.33309C19.0591 1.80643 18.1979 1.58334 17.1885 1.47775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.625 3.625C10.1103 3.625 12.125 5.63972 12.125 8.125V10.125C12.125 10.6773 11.6773 11.125 11.125 11.125C10.5727 11.125 10.125 10.6773 10.125 10.125V8.125C10.125 6.74429 9.00571 5.625 7.625 5.625H6.625V7.12403C6.62526 7.37555 6.53123 7.62739 6.34208 7.82199C5.95714 8.21802 5.32404 8.22702 4.92801 7.84208C4.92801 7.84208 3.81377 6.94912 3.53889 6.7162C3.24511 6.46727 2.93108 6.18135 2.68321 5.89031C2.55892 5.74438 2.43092 5.57374 2.32999 5.38514C2.23331 5.20446 2.125 4.94021 2.125 4.625C2.125 4.3098 2.23331 4.04554 2.32999 3.86487C2.43092 3.67626 2.55892 3.50562 2.68321 3.35969C2.93108 3.06866 3.24511 2.78273 3.53889 2.5338C3.53889 2.5338 4.84847 1.48523 4.92801 1.40792C5.32404 1.02298 5.95714 1.03198 6.34208 1.42801C6.53106 1.62244 6.6251 1.87402 6.625 2.12531V3.625H7.625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-pin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.81154 22.5222C7.79379 22.625 11.3566 22.625 12.8977 22.625C13.4375 22.625 13.875 22.1874 13.875 21.6477C13.875 21.108 13.4375 20.6704 12.8977 20.6704C11.2891 20.6704 7.88285 20.6691 7.0134 20.5782C6.15948 20.4888 5.67555 20.3221 5.31772 20.069C5.07627 19.8983 4.86389 19.6972 4.6861 19.4728C4.43053 19.1503 4.26109 18.7175 4.16886 17.9308C4.07393 17.121 4.07235 16.0637 4.07235 14.5402L4.07227 11.64C4.07225 11.373 4.07242 10.7345 4.35304 10.2623C4.52597 9.97131 4.74739 9.7282 4.97484 9.60438C5.34135 9.40486 5.76154 9.2915 6.20821 9.2915L7.24858 9.32799C7.62867 9.33588 8.07221 9.32387 8.50036 9.20915C9.33433 8.98569 9.98574 8.33428 10.2092 7.50031C10.3239 7.07216 10.3359 6.62862 10.328 6.24853L10.2915 5.20816C10.2915 4.74047 10.4159 4.33334 10.6333 3.95493C10.76 3.73434 10.9807 3.53245 11.2855 3.35514C11.7476 3.08623 12.301 3.08374 12.6392 3.08222C12.9773 3.08069 13.3341 3.07952 13.6322 3.07952C15.4663 3.07952 16.1334 3.09347 16.6368 3.27082C17.5094 3.57828 18.1751 4.21992 18.4852 5.00529C18.5628 5.20193 18.6177 5.46035 18.6471 5.9083C18.6771 6.36497 18.6776 6.94792 18.6776 7.78818V8.90127C18.6776 9.43902 19.1136 9.87496 19.6513 9.87496C20.1891 9.87496 20.625 9.43902 20.625 8.90127V7.755C20.625 6.95584 20.625 6.30828 20.5903 5.7797C20.5545 5.23507 20.4789 4.7494 20.2956 4.28524C19.7668 2.94593 18.6584 1.91166 17.2818 1.42666C16.423 1.12407 14.9509 1.12446 13.3959 1.125C10.5563 1.12464 8.86965 1.12443 7.48721 1.61151C5.26721 2.39369 3.49348 4.05643 2.65009 6.19249C2.36897 6.90445 2.24444 7.66916 2.18419 8.586C2.125 9.48671 2.125 10.5993 2.125 12.0176V12.0176V14.6011C2.12498 16.0492 2.12496 17.2219 2.23485 18.1592C2.34896 19.1326 2.59221 19.9705 3.16204 20.6895C3.45722 21.062 3.80577 21.3908 4.19614 21.6669C4.9409 22.1935 5.80212 22.4166 6.81154 22.5222Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 16.875C12.875 17.4273 12.4273 17.875 11.875 17.875L6.875 17.875C6.32272 17.875 5.875 17.4273 5.875 16.875C5.875 16.3227 6.32272 15.875 6.875 15.875L11.875 15.875C12.4273 15.875 12.875 16.3227 12.875 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 12.875C12.875 13.4273 12.4273 13.875 11.875 13.875H9.875C9.32272 13.875 8.875 13.4273 8.875 12.875C8.875 12.3227 9.32272 11.875 9.875 11.875H11.875C12.4273 11.875 12.875 12.3227 12.875 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.7294 18.081C21.6331 18.3054 21.5018 18.4964 21.3189 18.6615C21.1825 18.7845 21.0058 18.8938 20.9132 18.9511C20.3003 19.332 19.5958 19.5717 18.8755 19.685L18.8755 21.875C18.8755 22.4273 18.4278 22.875 17.8755 22.875C17.3232 22.875 16.8755 22.4273 16.8755 21.875L16.8755 19.6851C16.1552 19.5717 15.4507 19.332 14.8378 18.9511C14.7453 18.8939 14.5685 18.7845 14.4322 18.6614C14.2491 18.4963 14.1179 18.3052 14.0217 18.0808C13.7042 17.3401 13.9666 16.6179 14.2017 16.1856C14.4535 15.7228 14.814 15.3234 15.1232 15.0679C15.3984 14.8406 15.5751 14.6939 15.6951 14.5832L15.3674 13.5849C15.2714 13.2647 15.1018 12.6994 15.3844 12.1079C15.5063 11.8525 15.6732 11.6439 15.9023 11.4768C16.0709 11.3539 16.2894 11.2533 16.407 11.1993C17.3414 10.7669 18.4096 10.7669 19.3441 11.1993C19.4616 11.2533 19.6802 11.3539 19.8488 11.4768C20.0778 11.6439 20.2447 11.8525 20.3667 12.1079C20.6493 12.6994 20.4797 13.2647 20.3836 13.5849C20.3836 13.5849 20.0595 14.5698 20.0526 14.5936C20.1695 14.6995 20.341 14.8396 20.6081 15.0568C20.9212 15.3114 21.2872 15.7107 21.5431 16.175C21.7826 16.6093 22.0495 17.3349 21.7294 18.081Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.81154 22.5222C7.79379 22.625 11.3566 22.625 12.8977 22.625C13.4375 22.625 13.875 22.1874 13.875 21.6477C13.875 21.108 13.4375 20.6704 12.8977 20.6704C11.2891 20.6704 7.88285 20.6691 7.0134 20.5782C6.15948 20.4888 5.67555 20.3221 5.31772 20.069C5.07627 19.8983 4.86389 19.6972 4.6861 19.4728C4.43053 19.1503 4.26109 18.7175 4.16886 17.9308C4.07393 17.121 4.07235 16.0637 4.07235 14.5402L4.07227 11.64C4.07225 11.373 4.07242 10.7345 4.35304 10.2623C4.52597 9.97131 4.74739 9.7282 4.97484 9.60438C5.34135 9.40486 5.76154 9.2915 6.20821 9.2915L7.24858 9.32799C7.62867 9.33588 8.07221 9.32387 8.50036 9.20915C9.33433 8.98569 9.98574 8.33428 10.2092 7.50031C10.3239 7.07216 10.3359 6.62862 10.328 6.24853L10.2915 5.20816C10.2915 4.74047 10.4159 4.33334 10.6333 3.95493C10.76 3.73434 10.9807 3.53245 11.2855 3.35514C11.7476 3.08623 12.301 3.08374 12.6392 3.08222C12.9773 3.08069 13.3341 3.07952 13.6322 3.07952C15.4663 3.07952 16.1334 3.09347 16.6368 3.27082C17.5094 3.57828 18.1751 4.21992 18.4852 5.00529C18.5628 5.20193 18.6177 5.46035 18.6471 5.9083C18.6771 6.36497 18.6776 6.94792 18.6776 7.78818V8.90127C18.6776 9.43902 19.1136 9.87496 19.6513 9.87496C20.1891 9.87496 20.625 9.43902 20.625 8.90127V7.755C20.625 6.95584 20.625 6.30828 20.5903 5.7797C20.5545 5.23507 20.4789 4.7494 20.2956 4.28524C19.7668 2.94593 18.6584 1.91166 17.2818 1.42666C16.423 1.12407 14.9509 1.12446 13.3959 1.125C10.5563 1.12464 8.86965 1.12443 7.48721 1.61151C5.26721 2.39369 3.49348 4.05643 2.65009 6.19249C2.36897 6.90445 2.24444 7.66916 2.18419 8.586C2.125 9.48671 2.125 10.5993 2.125 12.0176V12.0176V14.6011C2.12498 16.0492 2.12496 17.2219 2.23485 18.1592C2.34896 19.1326 2.59221 19.9705 3.16204 20.6895C3.45722 21.062 3.80577 21.3908 4.19614 21.6669C4.9409 22.1935 5.80212 22.4166 6.81154 22.5222Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 16.875C12.875 17.4273 12.4273 17.875 11.875 17.875L6.875 17.875C6.32272 17.875 5.875 17.4273 5.875 16.875C5.875 16.3227 6.32272 15.875 6.875 15.875L11.875 15.875C12.4273 15.875 12.875 16.3227 12.875 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 12.875C12.875 13.4273 12.4273 13.875 11.875 13.875H9.875C9.32272 13.875 8.875 13.4273 8.875 12.875C8.875 12.3227 9.32272 11.875 9.875 11.875H11.875C12.4273 11.875 12.875 12.3227 12.875 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.7294 18.081C21.6331 18.3054 21.5018 18.4964 21.3189 18.6615C21.1825 18.7845 21.0058 18.8938 20.9132 18.9511C20.3003 19.332 19.5958 19.5717 18.8755 19.685L18.8755 21.875C18.8755 22.4273 18.4278 22.875 17.8755 22.875C17.3232 22.875 16.8755 22.4273 16.8755 21.875L16.8755 19.6851C16.1552 19.5717 15.4507 19.332 14.8378 18.9511C14.7453 18.8939 14.5685 18.7845 14.4322 18.6614C14.2491 18.4963 14.1179 18.3052 14.0217 18.0808C13.7042 17.3401 13.9666 16.6179 14.2017 16.1856C14.4535 15.7228 14.814 15.3234 15.1232 15.0679C15.3984 14.8406 15.5751 14.6939 15.6951 14.5832L15.3674 13.5849C15.2714 13.2647 15.1018 12.6994 15.3844 12.1079C15.5063 11.8525 15.6732 11.6439 15.9023 11.4768C16.0709 11.3539 16.2894 11.2533 16.407 11.1993C17.3414 10.7669 18.4096 10.7669 19.3441 11.1993C19.4616 11.2533 19.6802 11.3539 19.8488 11.4768C20.0778 11.6439 20.2447 11.8525 20.3667 12.1079C20.6493 12.6994 20.4797 13.2647 20.3836 13.5849C20.3836 13.5849 20.0595 14.5698 20.0526 14.5936C20.1695 14.6995 20.341 14.8396 20.6081 15.0568C20.9212 15.3114 21.2872 15.7107 21.5431 16.175C21.7826 16.6093 22.0495 17.3349 21.7294 18.081Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.1885 1.47775C16.2062 1.37499 14.9185 1.37499 13.3774 1.375C12.8377 1.375 12.4001 1.81256 12.4001 2.35231C12.4001 2.89205 12.8377 3.32959 13.3774 3.32959C14.986 3.32959 16.1172 3.33084 16.9866 3.42179C17.8405 3.51112 18.3244 3.67788 18.6823 3.93092C18.9237 4.10167 19.1361 4.30276 19.3139 4.52711C19.5695 4.84961 19.7389 5.2824 19.8311 6.06919C19.9261 6.87895 19.9276 7.93628 19.9276 9.45973L19.9277 12.3599C19.9277 12.6269 19.9276 13.2655 19.647 13.7377C19.474 14.0286 19.2526 14.2717 19.0252 14.3956C18.6586 14.5951 18.2385 14.7085 17.7918 14.7085L16.7514 14.672C16.3713 14.6641 15.9278 14.6761 15.4996 14.7908C14.6657 15.0143 14.0143 15.6657 13.7908 16.4996C13.6761 16.9278 13.6641 17.3713 13.672 17.7514L13.7085 18.7918C13.7085 19.2595 13.5841 19.6666 13.3667 20.045C13.24 20.2656 13.0193 20.4675 12.7145 20.6448C12.2524 20.9137 11.699 20.9162 11.3608 20.9177C11.0227 20.9193 10.6659 20.9204 10.3678 20.9204C8.53372 20.9204 7.86659 20.9065 7.36323 20.7291C6.4906 20.4217 5.8249 19.78 5.51481 18.9947C5.43717 18.798 5.38233 18.5396 5.35289 18.0917C5.32288 17.635 5.32239 17.052 5.32239 16.2118V12.0987C5.32239 11.5609 4.88645 11.125 4.34869 11.125C3.81094 11.125 3.375 11.5609 3.375 12.0987V16.245C3.37499 17.0441 3.37499 17.6917 3.40973 18.2202C3.44552 18.7649 3.52113 19.2505 3.7044 19.7147C4.23321 21.054 5.34164 22.0883 6.7182 22.5733C7.577 22.8759 9.04908 22.8755 10.6041 22.8749C13.4437 22.8753 15.1304 22.8755 16.5128 22.3884C18.7328 21.6063 20.5065 19.9435 21.3499 17.8075C21.631 17.0955 21.7556 16.3308 21.8158 15.4139C21.875 14.5132 21.875 13.4006 21.875 11.9823V9.39882C21.875 7.95073 21.875 6.77808 21.7652 5.84075C21.651 4.86735 21.4078 4.02947 20.838 3.3104C20.5428 2.93792 20.1942 2.60914 19.8039 2.33309C19.0591 1.80643 18.1979 1.58334 17.1885 1.47775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.41789 1.41789C2.80842 1.02737 3.44158 1.02737 3.83211 1.41789L6.625 4.21079L9.41789 1.41789C9.80842 1.02737 10.4416 1.02737 10.8321 1.41789C11.2226 1.80842 11.2226 2.44158 10.8321 2.83211L8.03921 5.625L10.8321 8.41789C11.2226 8.80842 11.2226 9.44158 10.8321 9.83211C10.4416 10.2226 9.80842 10.2226 9.41789 9.83211L6.625 7.03921L3.83211 9.83211C3.44158 10.2226 2.80842 10.2226 2.41789 9.83211C2.02737 9.44158 2.02737 8.80842 2.41789 8.41789L5.21079 5.625L2.41789 2.83211C2.02737 2.44158 2.02737 1.80842 2.41789 1.41789Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.1885 1.47775C16.2062 1.37499 14.9185 1.37499 13.3774 1.375C12.8377 1.375 12.4001 1.81256 12.4001 2.35231C12.4001 2.89205 12.8377 3.32959 13.3774 3.32959C14.986 3.32959 16.1172 3.33084 16.9866 3.42179C17.8405 3.51112 18.3244 3.67788 18.6823 3.93092C18.9237 4.10167 19.1361 4.30276 19.3139 4.52711C19.5695 4.84961 19.7389 5.2824 19.8311 6.06919C19.9261 6.87895 19.9276 7.93628 19.9276 9.45973L19.9277 12.3599C19.9277 12.6269 19.9276 13.2655 19.647 13.7377C19.474 14.0286 19.2526 14.2717 19.0252 14.3956C18.6586 14.5951 18.2385 14.7085 17.7918 14.7085L16.7514 14.672C16.3713 14.6641 15.9278 14.6761 15.4996 14.7908C14.6657 15.0143 14.0143 15.6657 13.7908 16.4996C13.6761 16.9278 13.6641 17.3713 13.672 17.7514L13.7085 18.7918C13.7085 19.2595 13.5841 19.6666 13.3667 20.045C13.24 20.2656 13.0193 20.4675 12.7145 20.6448C12.2524 20.9137 11.699 20.9162 11.3608 20.9177C11.0227 20.9193 10.6659 20.9204 10.3678 20.9204C8.53372 20.9204 7.86659 20.9065 7.36323 20.7291C6.4906 20.4217 5.8249 19.78 5.51481 18.9947C5.43717 18.798 5.38233 18.5396 5.35289 18.0917C5.32288 17.635 5.32239 17.052 5.32239 16.2118V12.0987C5.32239 11.5609 4.88645 11.125 4.34869 11.125C3.81094 11.125 3.375 11.5609 3.375 12.0987V16.245C3.37499 17.0441 3.37499 17.6917 3.40973 18.2202C3.44552 18.7649 3.52113 19.2505 3.7044 19.7147C4.23321 21.054 5.34164 22.0883 6.7182 22.5733C7.577 22.8759 9.04908 22.8755 10.6041 22.8749C13.4437 22.8753 15.1304 22.8755 16.5128 22.3884C18.7328 21.6063 20.5065 19.9435 21.3499 17.8075C21.631 17.0955 21.7556 16.3308 21.8158 15.4139C21.875 14.5132 21.875 13.4006 21.875 11.9823V9.39882C21.875 7.95073 21.875 6.77808 21.7652 5.84075C21.651 4.86735 21.4078 4.02947 20.838 3.3104C20.5428 2.93792 20.1942 2.60914 19.8039 2.33309C19.0591 1.80643 18.1979 1.58334 17.1885 1.47775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.41789 1.41789C2.80842 1.02737 3.44158 1.02737 3.83211 1.41789L6.625 4.21079L9.41789 1.41789C9.80842 1.02737 10.4416 1.02737 10.8321 1.41789C11.2226 1.80842 11.2226 2.44158 10.8321 2.83211L8.03921 5.625L10.8321 8.41789C11.2226 8.80842 11.2226 9.44158 10.8321 9.83211C10.4416 10.2226 9.80842 10.2226 9.41789 9.83211L6.625 7.03921L3.83211 9.83211C3.44158 10.2226 2.80842 10.2226 2.41789 9.83211C2.02737 9.44158 2.02737 8.80842 2.41789 8.41789L5.21079 5.625L2.41789 2.83211C2.02737 2.44158 2.02737 1.80842 2.41789 1.41789Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-script{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.81154 22.5222C7.79379 22.625 8.35661 22.625 9.89771 22.625C10.4375 22.625 10.875 22.1874 10.875 21.6477C10.875 21.108 10.4375 20.6704 9.89771 20.6704C8.28909 20.6704 7.88285 20.6691 7.0134 20.5782C6.15948 20.4888 5.67555 20.3221 5.31772 20.069C5.07627 19.8983 4.86389 19.6972 4.6861 19.4728C4.43053 19.1503 4.26109 18.7175 4.16886 17.9308C4.07393 17.121 4.07235 16.0637 4.07235 14.5402L4.07227 11.64C4.07225 11.373 4.07242 10.7345 4.35304 10.2623C4.52597 9.97131 4.74739 9.7282 4.97484 9.60438C5.34135 9.40486 5.76154 9.2915 6.20821 9.2915L7.24858 9.32799C7.62867 9.33588 8.07221 9.32387 8.50036 9.20915C9.33433 8.98569 9.98574 8.33428 10.2092 7.50031C10.3239 7.07216 10.3359 6.62862 10.328 6.24853L10.2915 5.20816C10.2915 4.74047 10.4159 4.33334 10.6333 3.95493C10.76 3.73434 10.9807 3.53245 11.2855 3.35514C11.7476 3.08623 12.301 3.08374 12.6392 3.08222C12.9773 3.08069 13.3341 3.07952 13.6322 3.07952C15.4663 3.07952 16.1334 3.09347 16.6368 3.27082C17.5094 3.57828 18.1751 4.21992 18.4852 5.00529C18.5628 5.20193 18.6177 5.46035 18.6471 5.9083C18.6771 6.36497 18.6776 6.94792 18.6776 7.78818V11.9013C18.6776 12.439 19.1136 12.875 19.6513 12.875C20.1891 12.875 20.625 12.439 20.625 11.9013V7.755C20.625 6.95584 20.625 6.30828 20.5903 5.7797C20.5545 5.23507 20.4789 4.7494 20.2956 4.28524C19.7668 2.94593 18.6584 1.91166 17.2818 1.42666C16.423 1.12407 14.9509 1.12446 13.3959 1.125C10.5563 1.12464 8.86965 1.12443 7.48721 1.61151C5.26721 2.39369 3.49348 4.05643 2.65009 6.19249C2.36897 6.90445 2.24444 7.66916 2.18419 8.586C2.125 9.48671 2.125 10.5993 2.125 12.0176V12.0176V14.6011C2.12498 16.0492 2.12496 17.2219 2.23485 18.1592C2.34896 19.1326 2.59221 19.9705 3.16204 20.6895C3.45722 21.062 3.80577 21.3908 4.19614 21.6669C4.9409 22.1935 5.80212 22.4166 6.81154 22.5222Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3817 15.1552C15.7792 15.5387 15.7907 16.1717 15.4073 16.5692C15.2194 16.764 14.9233 17.0122 14.6502 17.241L14.5865 17.2943C14.3097 17.5261 14.0161 17.772 13.7384 18.023C13.4354 18.2968 13.1844 18.5476 13.0159 18.7587C12.9803 18.8033 12.9517 18.842 12.929 18.875C12.9517 18.908 12.9803 18.9467 13.0159 18.9913C13.1844 19.2024 13.4354 19.4532 13.7384 19.727C14.0161 19.978 14.3097 20.2239 14.5865 20.4557L14.5865 20.4557L14.6502 20.5091C14.9233 20.7378 15.2194 20.986 15.4073 21.1808C15.7907 21.5783 15.7792 22.2113 15.3817 22.5948C14.9842 22.9782 14.3512 22.9667 13.9677 22.5692C13.8712 22.4691 13.6734 22.2998 13.3658 22.0421L13.2982 21.9855C13.0261 21.7576 12.7045 21.4884 12.3974 21.2108C12.0684 20.9134 11.7229 20.5773 11.453 20.2393C11.3176 20.0696 11.1829 19.8772 11.0787 19.6694C10.9779 19.4686 10.875 19.1934 10.875 18.875C10.875 18.5566 10.9779 18.2814 11.0787 18.0806C11.1829 17.8728 11.3176 17.6804 11.453 17.5107C11.7229 17.1727 12.0684 16.8366 12.3974 16.5392C12.7045 16.2616 13.0261 15.9924 13.2982 15.7645L13.2982 15.7645L13.3658 15.7079C13.6734 15.4502 13.8712 15.2809 13.9677 15.1808C14.3512 14.7833 14.9842 14.7718 15.3817 15.1552Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.3683 15.1552C17.7658 14.7718 18.3988 14.7833 18.7823 15.1808C18.8788 15.2809 19.0766 15.4502 19.3842 15.7079L19.4518 15.7645C19.7239 15.9924 20.0455 16.2616 20.3526 16.5392C20.6816 16.8366 21.0271 17.1727 21.297 17.5107C21.4324 17.6804 21.5671 17.8728 21.6713 18.0806C21.7721 18.2814 21.875 18.5566 21.875 18.875C21.875 19.1934 21.7721 19.4686 21.6713 19.6694C21.5671 19.8772 21.4324 20.0696 21.297 20.2393C21.0271 20.5773 20.6816 20.9134 20.3526 21.2108C20.0455 21.4884 19.7239 21.7576 19.4518 21.9855L19.3842 22.0421C19.0766 22.2998 18.8788 22.4691 18.7823 22.5692C18.3988 22.9667 17.7658 22.9782 17.3683 22.5948C16.9708 22.2113 16.9593 21.5783 17.3427 21.1808C17.5306 20.986 17.8267 20.7378 18.0998 20.5091L18.1635 20.4557C18.4403 20.2239 18.7339 19.978 19.0116 19.727C19.3146 19.4532 19.5656 19.2024 19.7341 18.9913C19.7697 18.9467 19.7983 18.908 19.821 18.875C19.7983 18.842 19.7697 18.8033 19.7341 18.7587C19.5656 18.5476 19.3146 18.2968 19.0116 18.023C18.7339 17.772 18.4403 17.5261 18.1635 17.2943L18.0998 17.241C17.8267 17.0122 17.5306 16.764 17.3427 16.5692C16.9593 16.1717 16.9708 15.5387 17.3683 15.1552Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.81154 22.5222C7.79379 22.625 8.35661 22.625 9.89771 22.625C10.4375 22.625 10.875 22.1874 10.875 21.6477C10.875 21.108 10.4375 20.6704 9.89771 20.6704C8.28909 20.6704 7.88285 20.6691 7.0134 20.5782C6.15948 20.4888 5.67555 20.3221 5.31772 20.069C5.07627 19.8983 4.86389 19.6972 4.6861 19.4728C4.43053 19.1503 4.26109 18.7175 4.16886 17.9308C4.07393 17.121 4.07235 16.0637 4.07235 14.5402L4.07227 11.64C4.07225 11.373 4.07242 10.7345 4.35304 10.2623C4.52597 9.97131 4.74739 9.7282 4.97484 9.60438C5.34135 9.40486 5.76154 9.2915 6.20821 9.2915L7.24858 9.32799C7.62867 9.33588 8.07221 9.32387 8.50036 9.20915C9.33433 8.98569 9.98574 8.33428 10.2092 7.50031C10.3239 7.07216 10.3359 6.62862 10.328 6.24853L10.2915 5.20816C10.2915 4.74047 10.4159 4.33334 10.6333 3.95493C10.76 3.73434 10.9807 3.53245 11.2855 3.35514C11.7476 3.08623 12.301 3.08374 12.6392 3.08222C12.9773 3.08069 13.3341 3.07952 13.6322 3.07952C15.4663 3.07952 16.1334 3.09347 16.6368 3.27082C17.5094 3.57828 18.1751 4.21992 18.4852 5.00529C18.5628 5.20193 18.6177 5.46035 18.6471 5.9083C18.6771 6.36497 18.6776 6.94792 18.6776 7.78818V11.9013C18.6776 12.439 19.1136 12.875 19.6513 12.875C20.1891 12.875 20.625 12.439 20.625 11.9013V7.755C20.625 6.95584 20.625 6.30828 20.5903 5.7797C20.5545 5.23507 20.4789 4.7494 20.2956 4.28524C19.7668 2.94593 18.6584 1.91166 17.2818 1.42666C16.423 1.12407 14.9509 1.12446 13.3959 1.125C10.5563 1.12464 8.86965 1.12443 7.48721 1.61151C5.26721 2.39369 3.49348 4.05643 2.65009 6.19249C2.36897 6.90445 2.24444 7.66916 2.18419 8.586C2.125 9.48671 2.125 10.5993 2.125 12.0176V12.0176V14.6011C2.12498 16.0492 2.12496 17.2219 2.23485 18.1592C2.34896 19.1326 2.59221 19.9705 3.16204 20.6895C3.45722 21.062 3.80577 21.3908 4.19614 21.6669C4.9409 22.1935 5.80212 22.4166 6.81154 22.5222Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3817 15.1552C15.7792 15.5387 15.7907 16.1717 15.4073 16.5692C15.2194 16.764 14.9233 17.0122 14.6502 17.241L14.5865 17.2943C14.3097 17.5261 14.0161 17.772 13.7384 18.023C13.4354 18.2968 13.1844 18.5476 13.0159 18.7587C12.9803 18.8033 12.9517 18.842 12.929 18.875C12.9517 18.908 12.9803 18.9467 13.0159 18.9913C13.1844 19.2024 13.4354 19.4532 13.7384 19.727C14.0161 19.978 14.3097 20.2239 14.5865 20.4557L14.5865 20.4557L14.6502 20.5091C14.9233 20.7378 15.2194 20.986 15.4073 21.1808C15.7907 21.5783 15.7792 22.2113 15.3817 22.5948C14.9842 22.9782 14.3512 22.9667 13.9677 22.5692C13.8712 22.4691 13.6734 22.2998 13.3658 22.0421L13.2982 21.9855C13.0261 21.7576 12.7045 21.4884 12.3974 21.2108C12.0684 20.9134 11.7229 20.5773 11.453 20.2393C11.3176 20.0696 11.1829 19.8772 11.0787 19.6694C10.9779 19.4686 10.875 19.1934 10.875 18.875C10.875 18.5566 10.9779 18.2814 11.0787 18.0806C11.1829 17.8728 11.3176 17.6804 11.453 17.5107C11.7229 17.1727 12.0684 16.8366 12.3974 16.5392C12.7045 16.2616 13.0261 15.9924 13.2982 15.7645L13.2982 15.7645L13.3658 15.7079C13.6734 15.4502 13.8712 15.2809 13.9677 15.1808C14.3512 14.7833 14.9842 14.7718 15.3817 15.1552Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.3683 15.1552C17.7658 14.7718 18.3988 14.7833 18.7823 15.1808C18.8788 15.2809 19.0766 15.4502 19.3842 15.7079L19.4518 15.7645C19.7239 15.9924 20.0455 16.2616 20.3526 16.5392C20.6816 16.8366 21.0271 17.1727 21.297 17.5107C21.4324 17.6804 21.5671 17.8728 21.6713 18.0806C21.7721 18.2814 21.875 18.5566 21.875 18.875C21.875 19.1934 21.7721 19.4686 21.6713 19.6694C21.5671 19.8772 21.4324 20.0696 21.297 20.2393C21.0271 20.5773 20.6816 20.9134 20.3526 21.2108C20.0455 21.4884 19.7239 21.7576 19.4518 21.9855L19.3842 22.0421C19.0766 22.2998 18.8788 22.4691 18.7823 22.5692C18.3988 22.9667 17.7658 22.9782 17.3683 22.5948C16.9708 22.2113 16.9593 21.5783 17.3427 21.1808C17.5306 20.986 17.8267 20.7378 18.0998 20.5091L18.1635 20.4557C18.4403 20.2239 18.7339 19.978 19.0116 19.727C19.3146 19.4532 19.5656 19.2024 19.7341 18.9913C19.7697 18.9467 19.7983 18.908 19.821 18.875C19.7983 18.842 19.7697 18.8033 19.7341 18.7587C19.5656 18.5476 19.3146 18.2968 19.0116 18.023C18.7339 17.772 18.4403 17.5261 18.1635 17.2943L18.0998 17.241C17.8267 17.0122 17.5306 16.764 17.3427 16.5692C16.9593 16.1717 16.9708 15.5387 17.3683 15.1552Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3036 14.8751C14.9623 14.8751 13.875 15.9624 13.875 17.3037C13.875 18.645 14.9623 19.7323 16.3036 19.7323C16.9745 19.7323 17.5803 19.4615 18.0208 19.021C18.1022 18.9396 18.1778 18.8526 18.2469 18.7605C18.5519 18.3547 18.7321 17.8517 18.7321 17.3037C18.7321 15.9624 17.6448 14.8751 16.3036 14.8751ZM11.875 17.3037C11.875 14.8579 13.8577 12.8751 16.3036 12.8751C18.7494 12.8751 20.7321 14.8579 20.7321 17.3037C20.7321 18.1632 20.4864 18.9675 20.0616 19.6475L21.5821 21.168C21.9726 21.5585 21.9726 22.1917 21.5821 22.5822C21.1916 22.9728 20.5584 22.9728 20.1679 22.5822L18.6474 21.0617C17.9677 21.4863 17.1639 21.7323 16.3036 21.7323C13.8577 21.7323 11.875 19.7495 11.875 17.3037Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.81154 22.5222C7.79379 22.625 9.35661 22.625 10.8977 22.625C11.4375 22.625 11.875 22.1874 11.875 21.6477C11.875 21.108 11.4375 20.6704 10.8977 20.6704C9.28909 20.6704 7.88285 20.6691 7.0134 20.5782C6.15948 20.4888 5.67555 20.3221 5.31772 20.069C5.07627 19.8983 4.86389 19.6972 4.6861 19.4728C4.43053 19.1503 4.26109 18.7175 4.16886 17.9308C4.07393 17.121 4.07235 16.0637 4.07235 14.5402L4.07227 11.64C4.07225 11.373 4.07242 10.7345 4.35304 10.2623C4.52597 9.97131 4.74739 9.7282 4.97484 9.60438C5.34135 9.40486 5.76154 9.2915 6.20821 9.2915L7.24858 9.32799C7.62867 9.33588 8.07221 9.32387 8.50036 9.20915C9.33433 8.98569 9.98574 8.33428 10.2092 7.50031C10.3239 7.07216 10.3359 6.62862 10.328 6.24853L10.2915 5.20816C10.2915 4.74047 10.4159 4.33334 10.6333 3.95493C10.76 3.73434 10.9807 3.53245 11.2855 3.35514C11.7476 3.08623 12.301 3.08374 12.6392 3.08222C12.9773 3.08069 13.3341 3.07952 13.6322 3.07952C15.4663 3.07952 16.1334 3.09347 16.6368 3.27082C17.5094 3.57828 18.1751 4.21992 18.4852 5.00529C18.5628 5.20193 18.6177 5.46035 18.6471 5.9083C18.6771 6.36497 18.6776 6.94792 18.6776 7.78818V10.9013C18.6776 11.439 19.1136 11.875 19.6513 11.875C20.1891 11.875 20.625 11.439 20.625 10.9013V7.755C20.625 6.95584 20.625 6.30828 20.5903 5.7797C20.5545 5.23507 20.4789 4.7494 20.2956 4.28524C19.7668 2.94593 18.6584 1.91166 17.2818 1.42666C16.423 1.12407 14.9509 1.12446 13.3959 1.125C10.5563 1.12464 8.86965 1.12443 7.48721 1.61151C5.26721 2.39369 3.49348 4.05643 2.65009 6.19249C2.36897 6.90445 2.24444 7.66916 2.18419 8.586C2.125 9.48671 2.125 10.5993 2.125 12.0176V12.0176V14.6011C2.12498 16.0492 2.12496 17.2219 2.23485 18.1592C2.34896 19.1326 2.59221 19.9705 3.16204 20.6895C3.45722 21.062 3.80577 21.3908 4.19614 21.6669C4.9409 22.1935 5.80212 22.4166 6.81154 22.5222Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3036 14.8751C14.9623 14.8751 13.875 15.9624 13.875 17.3037C13.875 18.645 14.9623 19.7323 16.3036 19.7323C16.9745 19.7323 17.5803 19.4615 18.0208 19.021C18.1022 18.9396 18.1778 18.8526 18.2469 18.7605C18.5519 18.3547 18.7321 17.8517 18.7321 17.3037C18.7321 15.9624 17.6448 14.8751 16.3036 14.8751ZM11.875 17.3037C11.875 14.8579 13.8577 12.8751 16.3036 12.8751C18.7494 12.8751 20.7321 14.8579 20.7321 17.3037C20.7321 18.1632 20.4864 18.9675 20.0616 19.6475L21.5821 21.168C21.9726 21.5585 21.9726 22.1917 21.5821 22.5822C21.1916 22.9728 20.5584 22.9728 20.1679 22.5822L18.6474 21.0617C17.9677 21.4863 17.1639 21.7323 16.3036 21.7323C13.8577 21.7323 11.875 19.7495 11.875 17.3037Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.81154 22.5222C7.79379 22.625 9.35661 22.625 10.8977 22.625C11.4375 22.625 11.875 22.1874 11.875 21.6477C11.875 21.108 11.4375 20.6704 10.8977 20.6704C9.28909 20.6704 7.88285 20.6691 7.0134 20.5782C6.15948 20.4888 5.67555 20.3221 5.31772 20.069C5.07627 19.8983 4.86389 19.6972 4.6861 19.4728C4.43053 19.1503 4.26109 18.7175 4.16886 17.9308C4.07393 17.121 4.07235 16.0637 4.07235 14.5402L4.07227 11.64C4.07225 11.373 4.07242 10.7345 4.35304 10.2623C4.52597 9.97131 4.74739 9.7282 4.97484 9.60438C5.34135 9.40486 5.76154 9.2915 6.20821 9.2915L7.24858 9.32799C7.62867 9.33588 8.07221 9.32387 8.50036 9.20915C9.33433 8.98569 9.98574 8.33428 10.2092 7.50031C10.3239 7.07216 10.3359 6.62862 10.328 6.24853L10.2915 5.20816C10.2915 4.74047 10.4159 4.33334 10.6333 3.95493C10.76 3.73434 10.9807 3.53245 11.2855 3.35514C11.7476 3.08623 12.301 3.08374 12.6392 3.08222C12.9773 3.08069 13.3341 3.07952 13.6322 3.07952C15.4663 3.07952 16.1334 3.09347 16.6368 3.27082C17.5094 3.57828 18.1751 4.21992 18.4852 5.00529C18.5628 5.20193 18.6177 5.46035 18.6471 5.9083C18.6771 6.36497 18.6776 6.94792 18.6776 7.78818V10.9013C18.6776 11.439 19.1136 11.875 19.6513 11.875C20.1891 11.875 20.625 11.439 20.625 10.9013V7.755C20.625 6.95584 20.625 6.30828 20.5903 5.7797C20.5545 5.23507 20.4789 4.7494 20.2956 4.28524C19.7668 2.94593 18.6584 1.91166 17.2818 1.42666C16.423 1.12407 14.9509 1.12446 13.3959 1.125C10.5563 1.12464 8.86965 1.12443 7.48721 1.61151C5.26721 2.39369 3.49348 4.05643 2.65009 6.19249C2.36897 6.90445 2.24444 7.66916 2.18419 8.586C2.125 9.48671 2.125 10.5993 2.125 12.0176V12.0176V14.6011C2.12498 16.0492 2.12496 17.2219 2.23485 18.1592C2.34896 19.1326 2.59221 19.9705 3.16204 20.6895C3.45722 21.062 3.80577 21.3908 4.19614 21.6669C4.9409 22.1935 5.80212 22.4166 6.81154 22.5222Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-security{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.93654 22.6472C7.91879 22.75 9.48161 22.75 11.0227 22.75C11.5625 22.75 12 22.3124 12 21.7727C12 21.233 11.5625 20.7954 11.0227 20.7954C9.41409 20.7954 8.00785 20.7941 7.1384 20.7032C6.28448 20.6138 5.80055 20.4471 5.44272 20.194C5.20127 20.0233 4.98889 19.8222 4.8111 19.5978C4.55553 19.2753 4.38609 18.8425 4.29386 18.0558C4.19893 17.246 4.19735 16.1887 4.19735 14.6652L4.19727 11.765C4.19725 11.498 4.19742 10.8595 4.47804 10.3873C4.65097 10.0963 4.87239 9.8532 5.09984 9.72938C5.46635 9.52986 5.88654 9.4165 6.33321 9.4165L7.37358 9.45299C7.75367 9.46088 8.19721 9.44887 8.62536 9.33415C9.45933 9.11069 10.1107 8.45928 10.3342 7.62531C10.4489 7.19716 10.4609 6.75362 10.453 6.37353L10.4165 5.33316C10.4165 4.86547 10.5409 4.45834 10.7583 4.07993C10.885 3.85934 11.1057 3.65745 11.4105 3.48014C11.8726 3.21123 12.426 3.20874 12.7642 3.20722C13.1023 3.20569 13.4591 3.20452 13.7572 3.20452C15.5913 3.20452 16.2584 3.21847 16.7618 3.39582C17.6344 3.70328 18.3001 4.34492 18.6102 5.13029C18.6878 5.32693 18.7427 5.58535 18.7721 6.0333C18.8021 6.48997 18.8026 7.07292 18.8026 7.91318V11.0263C18.8026 11.564 19.2386 12 19.7763 12C20.3141 12 20.75 11.564 20.75 11.0263V7.88C20.75 7.08084 20.75 6.43328 20.7153 5.9047C20.6795 5.36007 20.6039 4.8744 20.4206 4.41024C19.8918 3.07093 18.7834 2.03666 17.4068 1.55166C16.548 1.24907 15.0759 1.24946 13.5209 1.25C10.6813 1.24964 8.99465 1.24943 7.61221 1.73651C5.39221 2.51869 3.61848 4.18143 2.77509 6.31749C2.49397 7.02945 2.36944 7.79416 2.30919 8.711C2.25 9.61171 2.25 10.7243 2.25 12.1426V12.1426V14.7261C2.24998 16.1742 2.24996 17.3469 2.35985 18.2842C2.47396 19.2576 2.71721 20.0955 3.28704 20.8145C3.58222 21.187 3.93077 21.5158 4.32114 21.7919C5.0659 22.3185 5.92712 22.5416 6.93654 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.3219 12.8228C14.908 12.5343 15.6173 12.25 16.4982 12.25C17.3792 12.25 18.0887 12.5343 18.675 12.8227C18.8696 12.9184 19.0403 13.0079 19.1971 13.09C19.5508 13.2754 19.8336 13.4236 20.1583 13.522C20.3622 13.5837 20.5689 13.6463 20.7134 13.7001C20.8392 13.7469 21.0665 13.8359 21.2415 14.0207C21.3965 14.1843 21.4706 14.3642 21.5137 14.5078C21.5498 14.6276 21.5803 14.789 21.6028 14.9077C22.2229 18.174 20.8583 21.3182 17.5193 22.5327C17.2123 22.6445 16.9225 22.75 16.4998 22.75C16.0771 22.75 15.7873 22.6445 15.4802 22.5327C12.1413 21.3183 10.7752 18.1743 11.3952 14.9077C11.4177 14.7891 11.4482 14.6277 11.4842 14.5079C11.5274 14.3643 11.6015 14.1844 11.7564 14.0208C11.9314 13.8361 12.1587 13.747 12.2845 13.7002C12.4289 13.6464 12.6357 13.5838 12.8396 13.522C13.1641 13.4236 13.4465 13.2755 13.8 13.0902C13.9567 13.008 14.1274 12.9185 14.3219 12.8228Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.93654 22.6472C7.91879 22.75 9.48161 22.75 11.0227 22.75C11.5625 22.75 12 22.3124 12 21.7727C12 21.233 11.5625 20.7954 11.0227 20.7954C9.41409 20.7954 8.00785 20.7941 7.1384 20.7032C6.28448 20.6138 5.80055 20.4471 5.44272 20.194C5.20127 20.0233 4.98889 19.8222 4.8111 19.5978C4.55553 19.2753 4.38609 18.8425 4.29386 18.0558C4.19893 17.246 4.19735 16.1887 4.19735 14.6652L4.19727 11.765C4.19725 11.498 4.19742 10.8595 4.47804 10.3873C4.65097 10.0963 4.87239 9.8532 5.09984 9.72938C5.46635 9.52986 5.88654 9.4165 6.33321 9.4165L7.37358 9.45299C7.75367 9.46088 8.19721 9.44887 8.62536 9.33415C9.45933 9.11069 10.1107 8.45928 10.3342 7.62531C10.4489 7.19716 10.4609 6.75362 10.453 6.37353L10.4165 5.33316C10.4165 4.86547 10.5409 4.45834 10.7583 4.07993C10.885 3.85934 11.1057 3.65745 11.4105 3.48014C11.8726 3.21123 12.426 3.20874 12.7642 3.20722C13.1023 3.20569 13.4591 3.20452 13.7572 3.20452C15.5913 3.20452 16.2584 3.21847 16.7618 3.39582C17.6344 3.70328 18.3001 4.34492 18.6102 5.13029C18.6878 5.32693 18.7427 5.58535 18.7721 6.0333C18.8021 6.48997 18.8026 7.07292 18.8026 7.91318V11.0263C18.8026 11.564 19.2386 12 19.7763 12C20.3141 12 20.75 11.564 20.75 11.0263V7.88C20.75 7.08084 20.75 6.43328 20.7153 5.9047C20.6795 5.36007 20.6039 4.8744 20.4206 4.41024C19.8918 3.07093 18.7834 2.03666 17.4068 1.55166C16.548 1.24907 15.0759 1.24946 13.5209 1.25C10.6813 1.24964 8.99465 1.24943 7.61221 1.73651C5.39221 2.51869 3.61848 4.18143 2.77509 6.31749C2.49397 7.02945 2.36944 7.79416 2.30919 8.711C2.25 9.61171 2.25 10.7243 2.25 12.1426V12.1426V14.7261C2.24998 16.1742 2.24996 17.3469 2.35985 18.2842C2.47396 19.2576 2.71721 20.0955 3.28704 20.8145C3.58222 21.187 3.93077 21.5158 4.32114 21.7919C5.0659 22.3185 5.92712 22.5416 6.93654 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.3219 12.8228C14.908 12.5343 15.6173 12.25 16.4982 12.25C17.3792 12.25 18.0887 12.5343 18.675 12.8227C18.8696 12.9184 19.0403 13.0079 19.1971 13.09C19.5508 13.2754 19.8336 13.4236 20.1583 13.522C20.3622 13.5837 20.5689 13.6463 20.7134 13.7001C20.8392 13.7469 21.0665 13.8359 21.2415 14.0207C21.3965 14.1843 21.4706 14.3642 21.5137 14.5078C21.5498 14.6276 21.5803 14.789 21.6028 14.9077C22.2229 18.174 20.8583 21.3182 17.5193 22.5327C17.2123 22.6445 16.9225 22.75 16.4998 22.75C16.0771 22.75 15.7873 22.6445 15.4802 22.5327C12.1413 21.3183 10.7752 18.1743 11.3952 14.9077C11.4177 14.7891 11.4482 14.6277 11.4842 14.5079C11.5274 14.3643 11.6015 14.1844 11.7564 14.0208C11.9314 13.8361 12.1587 13.747 12.2845 13.7002C12.4289 13.6464 12.6357 13.5838 12.8396 13.522C13.1641 13.4236 13.4465 13.2755 13.8 13.0902C13.9567 13.008 14.1274 12.9185 14.3219 12.8228Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-shredder{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.75881 10.8789H19.3026V7.68894C19.3026 6.86107 19.3021 6.28659 19.2721 5.83653C19.2427 5.39502 19.1878 5.14011 19.11 4.94603C18.7997 4.17159 18.1337 3.53941 17.2614 3.23658C16.7582 3.06192 16.0914 3.04816 14.2572 3.04816C13.9591 3.04816 13.6023 3.04933 13.2642 3.05085C12.926 3.05238 12.3726 3.05487 11.9105 3.32378C11.6057 3.50109 11.385 3.70298 11.2583 3.92357C11.0409 4.30198 10.9167 4.74064 10.9167 5.20833C10.9167 5.35546 10.9231 5.51364 10.9314 5.69124L10.9345 5.75706L10.9345 5.7571C10.9417 5.91195 10.9497 6.08064 10.9532 6.2487C10.961 6.62879 10.949 7.07233 10.8343 7.50048C10.6109 8.33445 9.95945 8.98586 9.12548 9.20932C8.69733 9.32404 8.25379 9.33605 7.8737 9.32815C7.70556 9.32466 7.53697 9.31674 7.38206 9.30946L7.31624 9.30638C7.13864 9.29814 6.98046 9.29167 6.83333 9.29167C6.38666 9.29167 5.96647 9.40503 5.59996 9.60455C5.37251 9.72837 5.15109 9.97148 4.97816 10.2625C4.86658 10.4502 4.79934 10.6679 4.75881 10.8789ZM21.25 10.8789V7.65621C21.25 6.86874 21.25 6.23086 21.2153 5.71014C21.1795 5.17367 21.1039 4.69543 20.9208 4.23841C20.3922 2.91943 19.2841 1.90033 17.9072 1.42235C17.0482 1.12415 16.0155 1.12451 14.4607 1.12505L13.5134 1.12512L13.5 1.125L13.4649 1.12515C10.9565 1.12685 9.40174 1.15668 8.1118 1.60449C5.8915 2.37527 4.11806 4.01359 3.27491 6.11761C2.99393 6.81878 2.86942 7.57195 2.80918 8.47517L2.76456 10.8789H2C1.44772 10.8789 1 11.3266 1 11.8789C1 12.4312 1.44772 12.8789 2 12.8789H22C22.5523 12.8789 23 12.4312 23 11.8789C23 11.3266 22.5523 10.8789 22 10.8789H21.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 13.8789C6.55228 13.8789 7 14.3266 7 14.8789V16.8789C7 17.4312 6.55228 17.8789 6 17.8789C5.44772 17.8789 5 17.4312 5 16.8789V14.8789C5 14.3266 5.44772 13.8789 6 13.8789ZM10 13.8789C10.5523 13.8789 11 14.3266 11 14.8789V21.8789C11 22.4312 10.5523 22.8789 10 22.8789C9.44772 22.8789 9 22.4312 9 21.8789V14.8789C9 14.3266 9.44772 13.8789 10 13.8789ZM14 13.8789C14.5523 13.8789 15 14.3266 15 14.8789V17.8789C15 18.4312 14.5523 18.8789 14 18.8789C13.4477 18.8789 13 18.4312 13 17.8789V14.8789C13 14.3266 13.4477 13.8789 14 13.8789ZM18 13.8789C18.5523 13.8789 19 14.3266 19 14.8789V19.8789C19 20.4312 18.5523 20.8789 18 20.8789C17.4477 20.8789 17 20.4312 17 19.8789V14.8789C17 14.3266 17.4477 13.8789 18 13.8789Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.75881 10.8789H19.3026V7.68894C19.3026 6.86107 19.3021 6.28659 19.2721 5.83653C19.2427 5.39502 19.1878 5.14011 19.11 4.94603C18.7997 4.17159 18.1337 3.53941 17.2614 3.23658C16.7582 3.06192 16.0914 3.04816 14.2572 3.04816C13.9591 3.04816 13.6023 3.04933 13.2642 3.05085C12.926 3.05238 12.3726 3.05487 11.9105 3.32378C11.6057 3.50109 11.385 3.70298 11.2583 3.92357C11.0409 4.30198 10.9167 4.74064 10.9167 5.20833C10.9167 5.35546 10.9231 5.51364 10.9314 5.69124L10.9345 5.75706L10.9345 5.7571C10.9417 5.91195 10.9497 6.08064 10.9532 6.2487C10.961 6.62879 10.949 7.07233 10.8343 7.50048C10.6109 8.33445 9.95945 8.98586 9.12548 9.20932C8.69733 9.32404 8.25379 9.33605 7.8737 9.32815C7.70556 9.32466 7.53697 9.31674 7.38206 9.30946L7.31624 9.30638C7.13864 9.29814 6.98046 9.29167 6.83333 9.29167C6.38666 9.29167 5.96647 9.40503 5.59996 9.60455C5.37251 9.72837 5.15109 9.97148 4.97816 10.2625C4.86658 10.4502 4.79934 10.6679 4.75881 10.8789ZM21.25 10.8789V7.65621C21.25 6.86874 21.25 6.23086 21.2153 5.71014C21.1795 5.17367 21.1039 4.69543 20.9208 4.23841C20.3922 2.91943 19.2841 1.90033 17.9072 1.42235C17.0482 1.12415 16.0155 1.12451 14.4607 1.12505L13.5134 1.12512L13.5 1.125L13.4649 1.12515C10.9565 1.12685 9.40174 1.15668 8.1118 1.60449C5.8915 2.37527 4.11806 4.01359 3.27491 6.11761C2.99393 6.81878 2.86942 7.57195 2.80918 8.47517L2.76456 10.8789H2C1.44772 10.8789 1 11.3266 1 11.8789C1 12.4312 1.44772 12.8789 2 12.8789H22C22.5523 12.8789 23 12.4312 23 11.8789C23 11.3266 22.5523 10.8789 22 10.8789H21.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 13.8789C6.55228 13.8789 7 14.3266 7 14.8789V16.8789C7 17.4312 6.55228 17.8789 6 17.8789C5.44772 17.8789 5 17.4312 5 16.8789V14.8789C5 14.3266 5.44772 13.8789 6 13.8789ZM10 13.8789C10.5523 13.8789 11 14.3266 11 14.8789V21.8789C11 22.4312 10.5523 22.8789 10 22.8789C9.44772 22.8789 9 22.4312 9 21.8789V14.8789C9 14.3266 9.44772 13.8789 10 13.8789ZM14 13.8789C14.5523 13.8789 15 14.3266 15 14.8789V17.8789C15 18.4312 14.5523 18.8789 14 18.8789C13.4477 18.8789 13 18.4312 13 17.8789V14.8789C13 14.3266 13.4477 13.8789 14 13.8789ZM18 13.8789C18.5523 13.8789 19 14.3266 19 14.8789V19.8789C19 20.4312 18.5523 20.8789 18 20.8789C17.4477 20.8789 17 20.4312 17 19.8789V14.8789C17 14.3266 17.4477 13.8789 18 13.8789Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-star{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.4999 12.25C17.2032 12.25 17.6846 12.7774 17.9511 13.3172L18.7398 14.9077C18.7507 14.9295 18.787 14.9756 18.8449 14.9853L20.2694 15.224C20.8606 15.3233 21.4798 15.6358 21.6881 16.2893C21.8961 16.9417 21.5736 17.5552 21.1492 17.9806L21.1482 17.9816L20.0411 19.0979C20.0208 19.1153 19.9845 19.1684 20.0014 19.2419L20.3183 20.6235C20.4583 21.2362 20.4613 22.0446 19.8407 22.5008C19.217 22.9592 18.4459 22.7083 17.9069 22.3873L16.5705 21.5897C16.5485 21.575 16.4891 21.5547 16.4282 21.591L15.0944 22.3872C14.554 22.7104 13.7847 22.9571 13.1617 22.4989C12.5425 22.0433 12.5419 21.2373 12.6828 20.6229L12.9996 19.2419C13.0182 19.161 12.9809 19.1122 12.9599 19.0979L11.8509 17.9798C11.4292 17.5545 11.1079 16.9419 11.3141 16.2906C11.5213 15.6365 12.14 15.3234 12.732 15.2239L14.1524 14.986C14.1759 14.9826 14.2296 14.9623 14.2566 14.9078L15.0464 13.3153C15.315 12.7763 15.7976 12.25 16.4999 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.93654 22.6472C7.91879 22.75 8.48161 22.75 10.0227 22.75C10.5625 22.75 11 22.3124 11 21.7727C11 21.233 10.5625 20.7954 10.0227 20.7954C8.41409 20.7954 8.00785 20.7941 7.1384 20.7032C6.28448 20.6138 5.80055 20.4471 5.44272 20.194C5.20127 20.0233 4.98889 19.8222 4.8111 19.5978C4.55553 19.2753 4.38609 18.8425 4.29386 18.0558C4.19893 17.246 4.19735 16.1887 4.19735 14.6652L4.19727 11.765C4.19725 11.498 4.19742 10.8595 4.47804 10.3873C4.65097 10.0963 4.87239 9.8532 5.09984 9.72938C5.46635 9.52986 5.88654 9.4165 6.33321 9.4165L7.37358 9.45299C7.75367 9.46088 8.19721 9.44887 8.62536 9.33415C9.45933 9.11069 10.1107 8.45928 10.3342 7.62531C10.4489 7.19716 10.4609 6.75362 10.453 6.37353L10.4165 5.33316C10.4165 4.86547 10.5409 4.45834 10.7583 4.07993C10.885 3.85934 11.1057 3.65745 11.4105 3.48014C11.8726 3.21123 12.426 3.20874 12.7642 3.20722C13.1023 3.20569 13.4591 3.20452 13.7572 3.20452C15.5913 3.20452 16.2584 3.21847 16.7618 3.39582C17.6344 3.70328 18.3001 4.34492 18.6102 5.13029C18.6878 5.32693 18.7427 5.58535 18.7721 6.0333C18.8021 6.48997 18.8026 7.07292 18.8026 7.91318V11.0263C18.8026 11.564 19.2386 12 19.7763 12C20.3141 12 20.75 11.564 20.75 11.0263V7.88C20.75 7.08084 20.75 6.43328 20.7153 5.9047C20.6795 5.36007 20.6039 4.8744 20.4206 4.41024C19.8918 3.07093 18.7834 2.03666 17.4068 1.55166C16.548 1.24907 15.0759 1.24946 13.5209 1.25C10.6813 1.24964 8.99465 1.24943 7.61221 1.73651C5.39221 2.51869 3.61848 4.18143 2.77509 6.31749C2.49397 7.02945 2.36944 7.79416 2.30919 8.711C2.25 9.61171 2.25 10.7243 2.25 12.1426V12.1426V14.7261C2.24998 16.1742 2.24996 17.3469 2.35985 18.2842C2.47396 19.2576 2.71721 20.0955 3.28704 20.8145C3.58222 21.187 3.93077 21.5158 4.32114 21.7919C5.0659 22.3185 5.92712 22.5416 6.93654 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.4999 12.25C17.2032 12.25 17.6846 12.7774 17.9511 13.3172L18.7398 14.9077C18.7507 14.9295 18.787 14.9756 18.8449 14.9853L20.2694 15.224C20.8606 15.3233 21.4798 15.6358 21.6881 16.2893C21.8961 16.9417 21.5736 17.5552 21.1492 17.9806L21.1482 17.9816L20.0411 19.0979C20.0208 19.1153 19.9845 19.1684 20.0014 19.2419L20.3183 20.6235C20.4583 21.2362 20.4613 22.0446 19.8407 22.5008C19.217 22.9592 18.4459 22.7083 17.9069 22.3873L16.5705 21.5897C16.5485 21.575 16.4891 21.5547 16.4282 21.591L15.0944 22.3872C14.554 22.7104 13.7847 22.9571 13.1617 22.4989C12.5425 22.0433 12.5419 21.2373 12.6828 20.6229L12.9996 19.2419C13.0182 19.161 12.9809 19.1122 12.9599 19.0979L11.8509 17.9798C11.4292 17.5545 11.1079 16.9419 11.3141 16.2906C11.5213 15.6365 12.14 15.3234 12.732 15.2239L14.1524 14.986C14.1759 14.9826 14.2296 14.9623 14.2566 14.9078L15.0464 13.3153C15.315 12.7763 15.7976 12.25 16.4999 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.93654 22.6472C7.91879 22.75 8.48161 22.75 10.0227 22.75C10.5625 22.75 11 22.3124 11 21.7727C11 21.233 10.5625 20.7954 10.0227 20.7954C8.41409 20.7954 8.00785 20.7941 7.1384 20.7032C6.28448 20.6138 5.80055 20.4471 5.44272 20.194C5.20127 20.0233 4.98889 19.8222 4.8111 19.5978C4.55553 19.2753 4.38609 18.8425 4.29386 18.0558C4.19893 17.246 4.19735 16.1887 4.19735 14.6652L4.19727 11.765C4.19725 11.498 4.19742 10.8595 4.47804 10.3873C4.65097 10.0963 4.87239 9.8532 5.09984 9.72938C5.46635 9.52986 5.88654 9.4165 6.33321 9.4165L7.37358 9.45299C7.75367 9.46088 8.19721 9.44887 8.62536 9.33415C9.45933 9.11069 10.1107 8.45928 10.3342 7.62531C10.4489 7.19716 10.4609 6.75362 10.453 6.37353L10.4165 5.33316C10.4165 4.86547 10.5409 4.45834 10.7583 4.07993C10.885 3.85934 11.1057 3.65745 11.4105 3.48014C11.8726 3.21123 12.426 3.20874 12.7642 3.20722C13.1023 3.20569 13.4591 3.20452 13.7572 3.20452C15.5913 3.20452 16.2584 3.21847 16.7618 3.39582C17.6344 3.70328 18.3001 4.34492 18.6102 5.13029C18.6878 5.32693 18.7427 5.58535 18.7721 6.0333C18.8021 6.48997 18.8026 7.07292 18.8026 7.91318V11.0263C18.8026 11.564 19.2386 12 19.7763 12C20.3141 12 20.75 11.564 20.75 11.0263V7.88C20.75 7.08084 20.75 6.43328 20.7153 5.9047C20.6795 5.36007 20.6039 4.8744 20.4206 4.41024C19.8918 3.07093 18.7834 2.03666 17.4068 1.55166C16.548 1.24907 15.0759 1.24946 13.5209 1.25C10.6813 1.24964 8.99465 1.24943 7.61221 1.73651C5.39221 2.51869 3.61848 4.18143 2.77509 6.31749C2.49397 7.02945 2.36944 7.79416 2.30919 8.711C2.25 9.61171 2.25 10.7243 2.25 12.1426V12.1426V14.7261C2.24998 16.1742 2.24996 17.3469 2.35985 18.2842C2.47396 19.2576 2.71721 20.0955 3.28704 20.8145C3.58222 21.187 3.93077 21.5158 4.32114 21.7919C5.0659 22.3185 5.92712 22.5416 6.93654 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-sync{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.81154 22.5222C7.79379 22.625 8.35661 22.625 9.89771 22.625C10.4375 22.625 10.875 22.1874 10.875 21.6477C10.875 21.108 10.4375 20.6704 9.89771 20.6704C8.28909 20.6704 7.88285 20.6691 7.0134 20.5782C6.15948 20.4888 5.67555 20.3221 5.31772 20.069C5.07627 19.8983 4.86389 19.6972 4.6861 19.4728C4.43053 19.1503 4.26109 18.7175 4.16886 17.9308C4.07393 17.121 4.07235 16.0637 4.07235 14.5402L4.07227 11.64C4.07225 11.373 4.07242 10.7345 4.35304 10.2623C4.52597 9.97131 4.74739 9.7282 4.97484 9.60438C5.34135 9.40486 5.76154 9.2915 6.20821 9.2915L7.24858 9.32799C7.62867 9.33588 8.07221 9.32387 8.50036 9.20915C9.33433 8.98569 9.98574 8.33428 10.2092 7.50031C10.3239 7.07216 10.3359 6.62862 10.328 6.24853L10.2915 5.20816C10.2915 4.74047 10.4159 4.33334 10.6333 3.95493C10.76 3.73434 10.9807 3.53245 11.2855 3.35514C11.7476 3.08623 12.301 3.08374 12.6392 3.08222C12.9773 3.08069 13.3341 3.07952 13.6322 3.07952C15.4663 3.07952 16.1334 3.09347 16.6368 3.27082C17.5094 3.57828 18.1751 4.21992 18.4852 5.00529C18.5628 5.20193 18.6177 5.46035 18.6471 5.9083C18.6771 6.36497 18.6776 6.94792 18.6776 7.78818V11.9013C18.6776 12.439 19.1136 12.875 19.6513 12.875C20.1891 12.875 20.625 12.439 20.625 11.9013V7.755C20.625 6.95584 20.625 6.30828 20.5903 5.7797C20.5545 5.23507 20.4789 4.7494 20.2956 4.28524C19.7668 2.94593 18.6584 1.91166 17.2818 1.42666C16.423 1.12407 14.9509 1.12446 13.3959 1.125C10.5563 1.12464 8.86965 1.12443 7.48721 1.61151C5.26721 2.39369 3.49348 4.05643 2.65009 6.19249C2.36897 6.90445 2.24444 7.66916 2.18419 8.586C2.125 9.48671 2.125 10.5993 2.125 12.0176V12.0176V14.6011C2.12498 16.0492 2.12496 17.2219 2.23485 18.1592C2.34896 19.1326 2.59221 19.9705 3.16204 20.6895C3.45722 21.062 3.80577 21.3908 4.19614 21.6669C4.9409 22.1935 5.80212 22.4166 6.81154 22.5222Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4375 16.0452C13.4736 14.366 15.5518 13.5045 17.5587 14.0272C18.8077 14.3525 19.8063 15.1539 20.394 16.1861C20.6672 16.666 20.4997 17.2766 20.0198 17.5499C19.5398 17.8231 18.9292 17.6556 18.656 17.1756C18.3302 16.6035 17.7718 16.1494 17.0547 15.9626C15.6412 15.5945 14.2249 16.4171 13.8616 17.7349C13.7792 18.0339 13.5628 18.2777 13.2757 18.395C12.9885 18.5122 12.6633 18.4896 12.3952 18.3338L11.3724 17.7394C10.8949 17.4619 10.7327 16.8499 11.0102 16.3724C11.2877 15.8949 11.8998 15.7327 12.3773 16.0102L12.4375 16.0452ZM19.4743 18.3547C19.1871 18.4719 18.9707 18.7157 18.8882 19.0147C18.5249 20.3325 17.1087 21.1551 15.6952 20.787C14.9946 20.6045 14.4457 20.1671 14.117 19.6137C13.835 19.1388 13.2214 18.9826 12.7465 19.2646C12.2717 19.5467 12.1154 20.1602 12.3975 20.6351C12.9901 21.6328 13.9713 22.4047 15.1912 22.7224C17.198 23.2451 19.2762 22.3836 20.3123 20.7045L20.3723 20.7394C20.8498 21.0169 21.4619 20.8548 21.7394 20.3773C22.0169 19.8999 21.8548 19.2878 21.3774 19.0103L20.3548 18.4159C20.0867 18.26 19.7614 18.2374 19.4743 18.3547Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.81154 22.5222C7.79379 22.625 8.35661 22.625 9.89771 22.625C10.4375 22.625 10.875 22.1874 10.875 21.6477C10.875 21.108 10.4375 20.6704 9.89771 20.6704C8.28909 20.6704 7.88285 20.6691 7.0134 20.5782C6.15948 20.4888 5.67555 20.3221 5.31772 20.069C5.07627 19.8983 4.86389 19.6972 4.6861 19.4728C4.43053 19.1503 4.26109 18.7175 4.16886 17.9308C4.07393 17.121 4.07235 16.0637 4.07235 14.5402L4.07227 11.64C4.07225 11.373 4.07242 10.7345 4.35304 10.2623C4.52597 9.97131 4.74739 9.7282 4.97484 9.60438C5.34135 9.40486 5.76154 9.2915 6.20821 9.2915L7.24858 9.32799C7.62867 9.33588 8.07221 9.32387 8.50036 9.20915C9.33433 8.98569 9.98574 8.33428 10.2092 7.50031C10.3239 7.07216 10.3359 6.62862 10.328 6.24853L10.2915 5.20816C10.2915 4.74047 10.4159 4.33334 10.6333 3.95493C10.76 3.73434 10.9807 3.53245 11.2855 3.35514C11.7476 3.08623 12.301 3.08374 12.6392 3.08222C12.9773 3.08069 13.3341 3.07952 13.6322 3.07952C15.4663 3.07952 16.1334 3.09347 16.6368 3.27082C17.5094 3.57828 18.1751 4.21992 18.4852 5.00529C18.5628 5.20193 18.6177 5.46035 18.6471 5.9083C18.6771 6.36497 18.6776 6.94792 18.6776 7.78818V11.9013C18.6776 12.439 19.1136 12.875 19.6513 12.875C20.1891 12.875 20.625 12.439 20.625 11.9013V7.755C20.625 6.95584 20.625 6.30828 20.5903 5.7797C20.5545 5.23507 20.4789 4.7494 20.2956 4.28524C19.7668 2.94593 18.6584 1.91166 17.2818 1.42666C16.423 1.12407 14.9509 1.12446 13.3959 1.125C10.5563 1.12464 8.86965 1.12443 7.48721 1.61151C5.26721 2.39369 3.49348 4.05643 2.65009 6.19249C2.36897 6.90445 2.24444 7.66916 2.18419 8.586C2.125 9.48671 2.125 10.5993 2.125 12.0176V12.0176V14.6011C2.12498 16.0492 2.12496 17.2219 2.23485 18.1592C2.34896 19.1326 2.59221 19.9705 3.16204 20.6895C3.45722 21.062 3.80577 21.3908 4.19614 21.6669C4.9409 22.1935 5.80212 22.4166 6.81154 22.5222Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4375 16.0452C13.4736 14.366 15.5518 13.5045 17.5587 14.0272C18.8077 14.3525 19.8063 15.1539 20.394 16.1861C20.6672 16.666 20.4997 17.2766 20.0198 17.5499C19.5398 17.8231 18.9292 17.6556 18.656 17.1756C18.3302 16.6035 17.7718 16.1494 17.0547 15.9626C15.6412 15.5945 14.2249 16.4171 13.8616 17.7349C13.7792 18.0339 13.5628 18.2777 13.2757 18.395C12.9885 18.5122 12.6633 18.4896 12.3952 18.3338L11.3724 17.7394C10.8949 17.4619 10.7327 16.8499 11.0102 16.3724C11.2877 15.8949 11.8998 15.7327 12.3773 16.0102L12.4375 16.0452ZM19.4743 18.3547C19.1871 18.4719 18.9707 18.7157 18.8882 19.0147C18.5249 20.3325 17.1087 21.1551 15.6952 20.787C14.9946 20.6045 14.4457 20.1671 14.117 19.6137C13.835 19.1388 13.2214 18.9826 12.7465 19.2646C12.2717 19.5467 12.1154 20.1602 12.3975 20.6351C12.9901 21.6328 13.9713 22.4047 15.1912 22.7224C17.198 23.2451 19.2762 22.3836 20.3123 20.7045L20.3723 20.7394C20.8498 21.0169 21.4619 20.8548 21.7394 20.3773C22.0169 19.8999 21.8548 19.2878 21.3774 19.0103L20.3548 18.4159C20.0867 18.26 19.7614 18.2374 19.4743 18.3547Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-unknown{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.625 3.125C5.06227 3.125 4.625 3.57326 4.625 4.10302C4.625 4.65531 4.17728 5.10302 3.625 5.10302C3.07272 5.10302 2.625 4.65531 2.625 4.10302C2.625 2.44792 3.97859 1.125 5.625 1.125C7.27141 1.125 8.625 2.44792 8.625 4.10302C8.625 4.69681 8.4489 5.25221 8.14632 5.71729C7.96519 5.99568 7.75528 6.25872 7.56867 6.48809C7.53374 6.53103 7.49968 6.57273 7.46642 6.61344C7.31197 6.80252 7.1749 6.97033 7.04791 7.14294C6.73157 7.57293 6.625 7.84565 6.625 8.05907V8.55357C6.625 9.10586 6.17728 9.55357 5.625 9.55357C5.07272 9.55357 4.625 9.10586 4.625 8.55357V8.05907C4.625 7.18005 5.06113 6.46854 5.43692 5.95774C5.59693 5.74024 5.77259 5.52537 5.92771 5.33562C5.95846 5.298 5.98841 5.26136 6.01726 5.2259C6.20227 4.9985 6.35218 4.80753 6.46991 4.62658C6.56841 4.47518 6.625 4.29678 6.625 4.10302C6.625 3.57326 6.18773 3.125 5.625 3.125ZM4.625 11.125C4.625 10.5727 5.07272 10.125 5.625 10.125H5.63698C6.18926 10.125 6.63698 10.5727 6.63698 11.125C6.63698 11.6773 6.18926 12.125 5.63698 12.125H5.625C5.07272 12.125 4.625 11.6773 4.625 11.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.6885 1.47775C15.7062 1.37499 12.4185 1.37499 10.8774 1.375C10.3377 1.375 9.90012 1.81256 9.90012 2.35231C9.90012 2.89205 10.3377 3.32959 10.8774 3.32959C12.486 3.32959 15.6172 3.33084 16.4866 3.42179C17.3405 3.51112 17.8244 3.67788 18.1823 3.93092C18.4237 4.10167 18.6361 4.30276 18.8139 4.52711C19.0695 4.84961 19.2389 5.2824 19.3311 6.06919C19.4261 6.87895 19.4276 7.93628 19.4276 9.45973L19.4277 12.3599C19.4277 12.6269 19.4276 13.2655 19.147 13.7377C18.974 14.0286 18.7526 14.2717 18.5252 14.3956C18.1586 14.5951 17.7385 14.7085 17.2918 14.7085L16.2514 14.672C15.8713 14.6641 15.4278 14.6761 14.9996 14.7908C14.1657 15.0143 13.5143 15.6657 13.2908 16.4996C13.1761 16.9278 13.1641 17.3713 13.172 17.7514L13.2085 18.7918C13.2085 19.2595 13.0841 19.6666 12.8667 20.045C12.74 20.2656 12.5193 20.4675 12.2145 20.6448C11.7524 20.9137 11.199 20.9162 10.8608 20.9177C10.5227 20.9193 10.1659 20.9204 9.86784 20.9204C8.03372 20.9204 7.36659 20.9065 6.86323 20.7291C5.9906 20.4217 5.3249 19.78 5.01481 18.9947C4.93717 18.798 4.88233 18.5396 4.85289 18.0917C4.82288 17.635 4.82239 17.052 4.82239 16.2118V14.0987C4.82239 13.5609 4.38645 13.125 3.84869 13.125C3.31094 13.125 2.875 13.5609 2.875 14.0987V16.245C2.87499 17.0441 2.87499 17.6917 2.90973 18.2202C2.94552 18.7649 3.02113 19.2505 3.2044 19.7147C3.73321 21.054 4.84164 22.0883 6.2182 22.5733C7.077 22.8759 8.54908 22.8755 10.1041 22.8749C12.9437 22.8753 14.6304 22.8755 16.0128 22.3884C18.2328 21.6063 20.0065 19.9435 20.8499 17.8075C21.131 17.0955 21.2556 16.3308 21.3158 15.4139C21.375 14.5132 21.375 13.4006 21.375 11.9823V9.39882C21.375 7.95073 21.375 6.77808 21.2652 5.84075C21.151 4.86735 20.9078 4.02947 20.338 3.3104C20.0428 2.93792 19.6942 2.60914 19.3039 2.33309C18.5591 1.80643 17.6979 1.58334 16.6885 1.47775Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.625 3.125C5.06227 3.125 4.625 3.57326 4.625 4.10302C4.625 4.65531 4.17728 5.10302 3.625 5.10302C3.07272 5.10302 2.625 4.65531 2.625 4.10302C2.625 2.44792 3.97859 1.125 5.625 1.125C7.27141 1.125 8.625 2.44792 8.625 4.10302C8.625 4.69681 8.4489 5.25221 8.14632 5.71729C7.96519 5.99568 7.75528 6.25872 7.56867 6.48809C7.53374 6.53103 7.49968 6.57273 7.46642 6.61344C7.31197 6.80252 7.1749 6.97033 7.04791 7.14294C6.73157 7.57293 6.625 7.84565 6.625 8.05907V8.55357C6.625 9.10586 6.17728 9.55357 5.625 9.55357C5.07272 9.55357 4.625 9.10586 4.625 8.55357V8.05907C4.625 7.18005 5.06113 6.46854 5.43692 5.95774C5.59693 5.74024 5.77259 5.52537 5.92771 5.33562C5.95846 5.298 5.98841 5.26136 6.01726 5.2259C6.20227 4.9985 6.35218 4.80753 6.46991 4.62658C6.56841 4.47518 6.625 4.29678 6.625 4.10302C6.625 3.57326 6.18773 3.125 5.625 3.125ZM4.625 11.125C4.625 10.5727 5.07272 10.125 5.625 10.125H5.63698C6.18926 10.125 6.63698 10.5727 6.63698 11.125C6.63698 11.6773 6.18926 12.125 5.63698 12.125H5.625C5.07272 12.125 4.625 11.6773 4.625 11.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.6885 1.47775C15.7062 1.37499 12.4185 1.37499 10.8774 1.375C10.3377 1.375 9.90012 1.81256 9.90012 2.35231C9.90012 2.89205 10.3377 3.32959 10.8774 3.32959C12.486 3.32959 15.6172 3.33084 16.4866 3.42179C17.3405 3.51112 17.8244 3.67788 18.1823 3.93092C18.4237 4.10167 18.6361 4.30276 18.8139 4.52711C19.0695 4.84961 19.2389 5.2824 19.3311 6.06919C19.4261 6.87895 19.4276 7.93628 19.4276 9.45973L19.4277 12.3599C19.4277 12.6269 19.4276 13.2655 19.147 13.7377C18.974 14.0286 18.7526 14.2717 18.5252 14.3956C18.1586 14.5951 17.7385 14.7085 17.2918 14.7085L16.2514 14.672C15.8713 14.6641 15.4278 14.6761 14.9996 14.7908C14.1657 15.0143 13.5143 15.6657 13.2908 16.4996C13.1761 16.9278 13.1641 17.3713 13.172 17.7514L13.2085 18.7918C13.2085 19.2595 13.0841 19.6666 12.8667 20.045C12.74 20.2656 12.5193 20.4675 12.2145 20.6448C11.7524 20.9137 11.199 20.9162 10.8608 20.9177C10.5227 20.9193 10.1659 20.9204 9.86784 20.9204C8.03372 20.9204 7.36659 20.9065 6.86323 20.7291C5.9906 20.4217 5.3249 19.78 5.01481 18.9947C4.93717 18.798 4.88233 18.5396 4.85289 18.0917C4.82288 17.635 4.82239 17.052 4.82239 16.2118V14.0987C4.82239 13.5609 4.38645 13.125 3.84869 13.125C3.31094 13.125 2.875 13.5609 2.875 14.0987V16.245C2.87499 17.0441 2.87499 17.6917 2.90973 18.2202C2.94552 18.7649 3.02113 19.2505 3.2044 19.7147C3.73321 21.054 4.84164 22.0883 6.2182 22.5733C7.077 22.8759 8.54908 22.8755 10.1041 22.8749C12.9437 22.8753 14.6304 22.8755 16.0128 22.3884C18.2328 21.6063 20.0065 19.9435 20.8499 17.8075C21.131 17.0955 21.2556 16.3308 21.3158 15.4139C21.375 14.5132 21.375 13.4006 21.375 11.9823V9.39882C21.375 7.95073 21.375 6.77808 21.2652 5.84075C21.151 4.86735 20.9078 4.02947 20.338 3.3104C20.0428 2.93792 19.6942 2.60914 19.3039 2.33309C18.5591 1.80643 17.6979 1.58334 16.6885 1.47775Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-unlocked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.93654 22.6472C7.91879 22.75 9.48161 22.75 11.0227 22.75C11.5625 22.75 12 22.3124 12 21.7727C12 21.233 11.5625 20.7954 11.0227 20.7954C9.41409 20.7954 8.00785 20.7941 7.1384 20.7032C6.28448 20.6138 5.80055 20.4471 5.44272 20.194C5.20127 20.0233 4.98889 19.8222 4.8111 19.5978C4.55553 19.2753 4.38609 18.8425 4.29386 18.0558C4.19893 17.246 4.19735 16.1887 4.19735 14.6652L4.19727 11.765C4.19725 11.498 4.19742 10.8595 4.47804 10.3873C4.65097 10.0963 4.87239 9.8532 5.09984 9.72938C5.46635 9.52986 5.88654 9.4165 6.33321 9.4165L7.37358 9.45299C7.75367 9.46088 8.19721 9.44887 8.62536 9.33415C9.45933 9.11069 10.1107 8.45928 10.3342 7.62531C10.4489 7.19716 10.4609 6.75362 10.453 6.37353L10.4165 5.33316C10.4165 4.86547 10.5409 4.45834 10.7583 4.07993C10.885 3.85934 11.1057 3.65745 11.4105 3.48014C11.8726 3.21123 12.426 3.20874 12.7642 3.20722C13.1023 3.20569 13.4591 3.20452 13.7572 3.20452C15.5913 3.20452 16.2584 3.21847 16.7618 3.39582C17.6344 3.70328 18.3001 4.34492 18.6102 5.13029C18.6878 5.32693 18.7427 5.58535 18.7721 6.0333C18.8021 6.48997 18.8026 7.07292 18.8026 7.91318V10.0263C18.8026 10.564 19.2386 11 19.7763 11C20.3141 11 20.75 10.564 20.75 10.0263V7.88C20.75 7.08084 20.75 6.43328 20.7153 5.9047C20.6795 5.36007 20.6039 4.8744 20.4206 4.41024C19.8918 3.07093 18.7834 2.03666 17.4068 1.55166C16.548 1.24907 15.0759 1.24946 13.5209 1.25C10.6813 1.24964 8.99465 1.24943 7.61221 1.73651C5.39221 2.51869 3.61848 4.18143 2.77509 6.31749C2.49397 7.02945 2.36944 7.79416 2.30919 8.711C2.25 9.61171 2.25 10.7243 2.25 12.1426V12.1426V14.7261C2.24998 16.1742 2.24996 17.3469 2.35985 18.2842C2.47396 19.2576 2.71721 20.0955 3.28704 20.8145C3.58222 21.187 3.93077 21.5158 4.32114 21.7919C5.0659 22.3185 5.92712 22.5416 6.93654 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7813 14.9523C14.7813 13.454 16.0044 12.25 17.5 12.25C18.1725 12.25 18.7904 12.4937 19.2656 12.8973C19.5813 13.1655 19.6198 13.6388 19.3517 13.9545C19.0835 14.2702 18.6102 14.3087 18.2945 14.0406C18.0813 13.8595 17.8049 13.75 17.5 13.75C16.821 13.75 16.2813 14.2942 16.2813 14.9523V15.6116L18.1871 15.61C18.6715 15.61 19.0813 15.6099 19.4167 15.6382C19.7683 15.6679 20.1063 15.7326 20.4262 15.9022C20.8618 16.1331 21.2197 16.4875 21.4536 16.9214C21.6257 17.2408 21.6914 17.5783 21.7214 17.9285C21.75 18.2619 21.75 18.7314 21.75 19.2112C21.75 19.691 21.75 20.0981 21.7214 20.4315C21.6914 20.7816 21.6257 21.1191 21.4536 21.4385C21.2197 21.8724 20.8618 22.2268 20.4262 22.4578C20.1063 22.6273 19.7683 22.6921 19.4167 22.7217C19.0813 22.75 18.6715 22.75 18.1871 22.75H18.1871H16.8129H16.8129C16.3285 22.75 15.9187 22.75 15.5833 22.7217C15.2317 22.6921 14.8937 22.6273 14.5738 22.4578C14.1382 22.2268 13.7803 21.8724 13.5464 21.4385C13.3743 21.1191 13.3086 20.7816 13.2786 20.4315C13.25 20.0981 13.25 19.691 13.25 19.2112V19.2112C13.25 18.7313 13.25 18.2619 13.2786 17.9285C13.3086 17.5783 13.3743 17.2408 13.5464 16.9214C13.7803 16.4875 14.1382 16.1331 14.5738 15.9022C14.6421 15.866 14.7113 15.8346 14.7813 15.8072V14.9523Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.93654 22.6472C7.91879 22.75 9.48161 22.75 11.0227 22.75C11.5625 22.75 12 22.3124 12 21.7727C12 21.233 11.5625 20.7954 11.0227 20.7954C9.41409 20.7954 8.00785 20.7941 7.1384 20.7032C6.28448 20.6138 5.80055 20.4471 5.44272 20.194C5.20127 20.0233 4.98889 19.8222 4.8111 19.5978C4.55553 19.2753 4.38609 18.8425 4.29386 18.0558C4.19893 17.246 4.19735 16.1887 4.19735 14.6652L4.19727 11.765C4.19725 11.498 4.19742 10.8595 4.47804 10.3873C4.65097 10.0963 4.87239 9.8532 5.09984 9.72938C5.46635 9.52986 5.88654 9.4165 6.33321 9.4165L7.37358 9.45299C7.75367 9.46088 8.19721 9.44887 8.62536 9.33415C9.45933 9.11069 10.1107 8.45928 10.3342 7.62531C10.4489 7.19716 10.4609 6.75362 10.453 6.37353L10.4165 5.33316C10.4165 4.86547 10.5409 4.45834 10.7583 4.07993C10.885 3.85934 11.1057 3.65745 11.4105 3.48014C11.8726 3.21123 12.426 3.20874 12.7642 3.20722C13.1023 3.20569 13.4591 3.20452 13.7572 3.20452C15.5913 3.20452 16.2584 3.21847 16.7618 3.39582C17.6344 3.70328 18.3001 4.34492 18.6102 5.13029C18.6878 5.32693 18.7427 5.58535 18.7721 6.0333C18.8021 6.48997 18.8026 7.07292 18.8026 7.91318V10.0263C18.8026 10.564 19.2386 11 19.7763 11C20.3141 11 20.75 10.564 20.75 10.0263V7.88C20.75 7.08084 20.75 6.43328 20.7153 5.9047C20.6795 5.36007 20.6039 4.8744 20.4206 4.41024C19.8918 3.07093 18.7834 2.03666 17.4068 1.55166C16.548 1.24907 15.0759 1.24946 13.5209 1.25C10.6813 1.24964 8.99465 1.24943 7.61221 1.73651C5.39221 2.51869 3.61848 4.18143 2.77509 6.31749C2.49397 7.02945 2.36944 7.79416 2.30919 8.711C2.25 9.61171 2.25 10.7243 2.25 12.1426V12.1426V14.7261C2.24998 16.1742 2.24996 17.3469 2.35985 18.2842C2.47396 19.2576 2.71721 20.0955 3.28704 20.8145C3.58222 21.187 3.93077 21.5158 4.32114 21.7919C5.0659 22.3185 5.92712 22.5416 6.93654 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7813 14.9523C14.7813 13.454 16.0044 12.25 17.5 12.25C18.1725 12.25 18.7904 12.4937 19.2656 12.8973C19.5813 13.1655 19.6198 13.6388 19.3517 13.9545C19.0835 14.2702 18.6102 14.3087 18.2945 14.0406C18.0813 13.8595 17.8049 13.75 17.5 13.75C16.821 13.75 16.2813 14.2942 16.2813 14.9523V15.6116L18.1871 15.61C18.6715 15.61 19.0813 15.6099 19.4167 15.6382C19.7683 15.6679 20.1063 15.7326 20.4262 15.9022C20.8618 16.1331 21.2197 16.4875 21.4536 16.9214C21.6257 17.2408 21.6914 17.5783 21.7214 17.9285C21.75 18.2619 21.75 18.7314 21.75 19.2112C21.75 19.691 21.75 20.0981 21.7214 20.4315C21.6914 20.7816 21.6257 21.1191 21.4536 21.4385C21.2197 21.8724 20.8618 22.2268 20.4262 22.4578C20.1063 22.6273 19.7683 22.6921 19.4167 22.7217C19.0813 22.75 18.6715 22.75 18.1871 22.75H18.1871H16.8129H16.8129C16.3285 22.75 15.9187 22.75 15.5833 22.7217C15.2317 22.6921 14.8937 22.6273 14.5738 22.4578C14.1382 22.2268 13.7803 21.8724 13.5464 21.4385C13.3743 21.1191 13.3086 20.7816 13.2786 20.4315C13.25 20.0981 13.25 19.691 13.25 19.2112V19.2112C13.25 18.7313 13.25 18.2619 13.2786 17.9285C13.3086 17.5783 13.3743 17.2408 13.5464 16.9214C13.7803 16.4875 14.1382 16.1331 14.5738 15.9022C14.6421 15.866 14.7113 15.8346 14.7813 15.8072V14.9523Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-upload{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5635 1.47775C15.5812 1.37499 14.2935 1.37499 12.7524 1.375C12.2127 1.375 11.7751 1.81256 11.7751 2.35231C11.7751 2.89205 12.2127 3.32959 12.7524 3.32959C14.361 3.32959 15.4922 3.33084 16.3616 3.42179C17.2155 3.51112 17.6994 3.67788 18.0573 3.93092C18.2987 4.10167 18.5111 4.30276 18.6889 4.52711C18.9445 4.84961 19.1139 5.2824 19.2061 6.06919C19.3011 6.87895 19.3026 7.93628 19.3026 9.45973L19.3027 12.3599C19.3027 12.6269 19.3026 13.2655 19.022 13.7377C18.849 14.0286 18.6276 14.2717 18.4002 14.3956C18.0336 14.5951 17.6135 14.7085 17.1668 14.7085L16.1264 14.672C15.7463 14.6641 15.3028 14.6761 14.8746 14.7908C14.0407 15.0143 13.3893 15.6657 13.1658 16.4996C13.0511 16.9278 13.0391 17.3713 13.047 17.7514L13.0835 18.7918C13.0835 19.2595 12.9591 19.6666 12.7417 20.045C12.615 20.2656 12.3943 20.4675 12.0895 20.6448C11.6274 20.9137 11.074 20.9162 10.7358 20.9177C10.3977 20.9193 10.0409 20.9204 9.74284 20.9204C7.90872 20.9204 7.24159 20.9065 6.73823 20.7291C5.8656 20.4217 5.1999 19.78 4.88981 18.9947C4.81217 18.798 4.75733 18.5396 4.72789 18.0917C4.69788 17.635 4.69739 17.052 4.69739 16.2118V12.0987C4.69739 11.5609 4.26145 11.125 3.72369 11.125C3.18594 11.125 2.75 11.5609 2.75 12.0987V16.245C2.74999 17.0441 2.74999 17.6917 2.78473 18.2202C2.82052 18.7649 2.89613 19.2505 3.0794 19.7147C3.60821 21.054 4.71664 22.0883 6.0932 22.5733C6.952 22.8759 8.42408 22.8755 9.97909 22.8749C12.8187 22.8753 14.5054 22.8755 15.8878 22.3884C18.1078 21.6063 19.8815 19.9435 20.7249 17.8075C21.006 17.0955 21.1306 16.3308 21.1908 15.4139C21.25 14.5132 21.25 13.4006 21.25 11.9823V9.39882C21.25 7.95073 21.25 6.77808 21.1402 5.84075C21.026 4.86735 20.7828 4.02947 20.213 3.3104C19.9178 2.93792 19.5692 2.60914 19.1789 2.33309C18.4341 1.80643 17.5729 1.58334 16.5635 1.47775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.00586 10.125C8.00586 10.6773 7.55814 11.125 7.00586 11.125C6.45357 11.125 6.00586 10.6773 6.00586 10.125L6.00586 5.62496L5.4116 5.62498C5.23596 5.62511 5.02031 5.62526 4.84387 5.60319L4.84053 5.60277C4.71408 5.587 4.13804 5.51517 3.86368 4.94957C3.58872 4.38275 3.89065 3.88261 3.95597 3.7744L4.29511 3.30592C4.58975 2.93009 4.99545 2.41563 5.37588 2.02462C5.56571 1.82951 5.78297 1.62828 6.01388 1.46943C6.21914 1.32823 6.56933 1.12496 7 1.12496C7.43067 1.12496 7.78086 1.32823 7.98612 1.46943C8.21703 1.62828 8.43429 1.82951 8.62412 2.02462C9.00455 2.41563 9.41025 2.93008 9.70488 3.30591L10.044 3.77441C10.1093 3.88261 10.4113 4.38275 10.1363 4.94957C9.86196 5.51517 9.28592 5.58701 9.15947 5.60277L9.15613 5.60319C8.97969 5.62526 8.76403 5.62511 8.5884 5.62498L8.00586 5.62496L8.00586 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5635 1.47775C15.5812 1.37499 14.2935 1.37499 12.7524 1.375C12.2127 1.375 11.7751 1.81256 11.7751 2.35231C11.7751 2.89205 12.2127 3.32959 12.7524 3.32959C14.361 3.32959 15.4922 3.33084 16.3616 3.42179C17.2155 3.51112 17.6994 3.67788 18.0573 3.93092C18.2987 4.10167 18.5111 4.30276 18.6889 4.52711C18.9445 4.84961 19.1139 5.2824 19.2061 6.06919C19.3011 6.87895 19.3026 7.93628 19.3026 9.45973L19.3027 12.3599C19.3027 12.6269 19.3026 13.2655 19.022 13.7377C18.849 14.0286 18.6276 14.2717 18.4002 14.3956C18.0336 14.5951 17.6135 14.7085 17.1668 14.7085L16.1264 14.672C15.7463 14.6641 15.3028 14.6761 14.8746 14.7908C14.0407 15.0143 13.3893 15.6657 13.1658 16.4996C13.0511 16.9278 13.0391 17.3713 13.047 17.7514L13.0835 18.7918C13.0835 19.2595 12.9591 19.6666 12.7417 20.045C12.615 20.2656 12.3943 20.4675 12.0895 20.6448C11.6274 20.9137 11.074 20.9162 10.7358 20.9177C10.3977 20.9193 10.0409 20.9204 9.74284 20.9204C7.90872 20.9204 7.24159 20.9065 6.73823 20.7291C5.8656 20.4217 5.1999 19.78 4.88981 18.9947C4.81217 18.798 4.75733 18.5396 4.72789 18.0917C4.69788 17.635 4.69739 17.052 4.69739 16.2118V12.0987C4.69739 11.5609 4.26145 11.125 3.72369 11.125C3.18594 11.125 2.75 11.5609 2.75 12.0987V16.245C2.74999 17.0441 2.74999 17.6917 2.78473 18.2202C2.82052 18.7649 2.89613 19.2505 3.0794 19.7147C3.60821 21.054 4.71664 22.0883 6.0932 22.5733C6.952 22.8759 8.42408 22.8755 9.97909 22.8749C12.8187 22.8753 14.5054 22.8755 15.8878 22.3884C18.1078 21.6063 19.8815 19.9435 20.7249 17.8075C21.006 17.0955 21.1306 16.3308 21.1908 15.4139C21.25 14.5132 21.25 13.4006 21.25 11.9823V9.39882C21.25 7.95073 21.25 6.77808 21.1402 5.84075C21.026 4.86735 20.7828 4.02947 20.213 3.3104C19.9178 2.93792 19.5692 2.60914 19.1789 2.33309C18.4341 1.80643 17.5729 1.58334 16.5635 1.47775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.00586 10.125C8.00586 10.6773 7.55814 11.125 7.00586 11.125C6.45357 11.125 6.00586 10.6773 6.00586 10.125L6.00586 5.62496L5.4116 5.62498C5.23596 5.62511 5.02031 5.62526 4.84387 5.60319L4.84053 5.60277C4.71408 5.587 4.13804 5.51517 3.86368 4.94957C3.58872 4.38275 3.89065 3.88261 3.95597 3.7744L4.29511 3.30592C4.58975 2.93009 4.99545 2.41563 5.37588 2.02462C5.56571 1.82951 5.78297 1.62828 6.01388 1.46943C6.21914 1.32823 6.56933 1.12496 7 1.12496C7.43067 1.12496 7.78086 1.32823 7.98612 1.46943C8.21703 1.62828 8.43429 1.82951 8.62412 2.02462C9.00455 2.41563 9.41025 2.93008 9.70488 3.30591L10.044 3.77441C10.1093 3.88261 10.4113 4.38275 10.1363 4.94957C9.86196 5.51517 9.28592 5.58701 9.15947 5.60277L9.15613 5.60319C8.97969 5.62526 8.76403 5.62511 8.5884 5.62498L8.00586 5.62496L8.00586 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-verified{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.81154 22.6472C7.79379 22.75 9.35661 22.75 10.8977 22.75C11.4375 22.75 11.875 22.3124 11.875 21.7727C11.875 21.233 11.4375 20.7954 10.8977 20.7954C9.28909 20.7954 7.88285 20.7941 7.0134 20.7032C6.15948 20.6138 5.67555 20.4471 5.31772 20.194C5.07627 20.0233 4.86389 19.8222 4.6861 19.5978C4.43053 19.2753 4.26109 18.8425 4.16886 18.0558C4.07393 17.246 4.07235 16.1887 4.07235 14.6652L4.07227 11.765C4.07225 11.498 4.07242 10.8595 4.35304 10.3873C4.52597 10.0963 4.74739 9.8532 4.97484 9.72938C5.34135 9.52986 5.76154 9.4165 6.20821 9.4165L7.24858 9.45299C7.62867 9.46088 8.07221 9.44887 8.50036 9.33415C9.33433 9.11069 9.98574 8.45928 10.2092 7.62531C10.3239 7.19716 10.3359 6.75362 10.328 6.37353L10.2915 5.33316C10.2915 4.86547 10.4159 4.45834 10.6333 4.07993C10.76 3.85934 10.9807 3.65745 11.2855 3.48014C11.7476 3.21123 12.301 3.20874 12.6392 3.20722C12.9773 3.20569 13.3341 3.20452 13.6322 3.20452C15.4663 3.20452 16.1334 3.21847 16.6368 3.39582C17.5094 3.70328 18.1751 4.34492 18.4852 5.13029C18.5628 5.32693 18.6177 5.58535 18.6471 6.0333C18.6771 6.48997 18.6776 7.07292 18.6776 7.91318V10.0263C18.6776 10.564 19.1136 11 19.6513 11C20.1891 11 20.625 10.564 20.625 10.0263V7.88C20.625 7.08084 20.625 6.43328 20.5903 5.9047C20.5545 5.36007 20.4789 4.8744 20.2956 4.41024C19.7668 3.07093 18.6584 2.03666 17.2818 1.55166C16.423 1.24907 14.9509 1.24946 13.3959 1.25C10.5563 1.24964 8.86965 1.24943 7.48721 1.73651C5.26721 2.51869 3.49348 4.18143 2.65009 6.31749C2.36897 7.02945 2.24444 7.79416 2.18419 8.711C2.125 9.61171 2.125 10.7243 2.125 12.1426V12.1426V14.7261C2.12498 16.1742 2.12496 17.3469 2.23485 18.2842C2.34896 19.2576 2.59221 20.0955 3.16204 20.8145C3.45722 21.187 3.80577 21.5158 4.19614 21.7919C4.9409 22.3185 5.80212 22.5416 6.81154 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.8176 13.6664C22.002 14.187 21.7294 14.7585 21.2088 14.9429C20.6752 15.1319 20.0587 15.5388 19.4057 16.1115C18.763 16.6751 18.1378 17.3521 17.5841 18.0159C17.0322 18.6774 16.5635 19.3111 16.2324 19.7801C16.0672 20.0141 15.807 20.4044 15.7191 20.5365C15.5258 20.8406 15.1837 21.0174 14.8239 20.999C14.4639 20.9805 14.1418 20.7698 13.9806 20.4475C13.5399 19.5661 13.1446 19.2152 12.9453 19.0823C12.861 19.0261 12.804 19.0036 12.7814 18.9959C12.273 18.9487 11.875 18.521 11.875 18.0003C11.875 17.448 12.3227 17.0003 12.875 17.0003C13.0078 17.0003 13.2184 17.0405 13.3216 17.07C13.5295 17.1294 13.7803 17.2353 14.0547 17.4182C14.329 17.6011 14.6166 17.8538 14.9054 18.1997C15.2206 17.7689 15.609 17.2613 16.0483 16.7347C16.6416 16.0235 17.34 15.2629 18.087 14.6078C18.8236 13.9618 19.663 13.3686 20.5412 13.0576C21.0618 12.8733 21.6332 13.1458 21.8176 13.6664Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.81154 22.6472C7.79379 22.75 9.35661 22.75 10.8977 22.75C11.4375 22.75 11.875 22.3124 11.875 21.7727C11.875 21.233 11.4375 20.7954 10.8977 20.7954C9.28909 20.7954 7.88285 20.7941 7.0134 20.7032C6.15948 20.6138 5.67555 20.4471 5.31772 20.194C5.07627 20.0233 4.86389 19.8222 4.6861 19.5978C4.43053 19.2753 4.26109 18.8425 4.16886 18.0558C4.07393 17.246 4.07235 16.1887 4.07235 14.6652L4.07227 11.765C4.07225 11.498 4.07242 10.8595 4.35304 10.3873C4.52597 10.0963 4.74739 9.8532 4.97484 9.72938C5.34135 9.52986 5.76154 9.4165 6.20821 9.4165L7.24858 9.45299C7.62867 9.46088 8.07221 9.44887 8.50036 9.33415C9.33433 9.11069 9.98574 8.45928 10.2092 7.62531C10.3239 7.19716 10.3359 6.75362 10.328 6.37353L10.2915 5.33316C10.2915 4.86547 10.4159 4.45834 10.6333 4.07993C10.76 3.85934 10.9807 3.65745 11.2855 3.48014C11.7476 3.21123 12.301 3.20874 12.6392 3.20722C12.9773 3.20569 13.3341 3.20452 13.6322 3.20452C15.4663 3.20452 16.1334 3.21847 16.6368 3.39582C17.5094 3.70328 18.1751 4.34492 18.4852 5.13029C18.5628 5.32693 18.6177 5.58535 18.6471 6.0333C18.6771 6.48997 18.6776 7.07292 18.6776 7.91318V10.0263C18.6776 10.564 19.1136 11 19.6513 11C20.1891 11 20.625 10.564 20.625 10.0263V7.88C20.625 7.08084 20.625 6.43328 20.5903 5.9047C20.5545 5.36007 20.4789 4.8744 20.2956 4.41024C19.7668 3.07093 18.6584 2.03666 17.2818 1.55166C16.423 1.24907 14.9509 1.24946 13.3959 1.25C10.5563 1.24964 8.86965 1.24943 7.48721 1.73651C5.26721 2.51869 3.49348 4.18143 2.65009 6.31749C2.36897 7.02945 2.24444 7.79416 2.18419 8.711C2.125 9.61171 2.125 10.7243 2.125 12.1426V12.1426V14.7261C2.12498 16.1742 2.12496 17.3469 2.23485 18.2842C2.34896 19.2576 2.59221 20.0955 3.16204 20.8145C3.45722 21.187 3.80577 21.5158 4.19614 21.7919C4.9409 22.3185 5.80212 22.5416 6.81154 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.8176 13.6664C22.002 14.187 21.7294 14.7585 21.2088 14.9429C20.6752 15.1319 20.0587 15.5388 19.4057 16.1115C18.763 16.6751 18.1378 17.3521 17.5841 18.0159C17.0322 18.6774 16.5635 19.3111 16.2324 19.7801C16.0672 20.0141 15.807 20.4044 15.7191 20.5365C15.5258 20.8406 15.1837 21.0174 14.8239 20.999C14.4639 20.9805 14.1418 20.7698 13.9806 20.4475C13.5399 19.5661 13.1446 19.2152 12.9453 19.0823C12.861 19.0261 12.804 19.0036 12.7814 18.9959C12.273 18.9487 11.875 18.521 11.875 18.0003C11.875 17.448 12.3227 17.0003 12.875 17.0003C13.0078 17.0003 13.2184 17.0405 13.3216 17.07C13.5295 17.1294 13.7803 17.2353 14.0547 17.4182C14.329 17.6011 14.6166 17.8538 14.9054 18.1997C15.2206 17.7689 15.609 17.2613 16.0483 16.7347C16.6416 16.0235 17.34 15.2629 18.087 14.6078C18.8236 13.9618 19.663 13.3686 20.5412 13.0576C21.0618 12.8733 21.6332 13.1458 21.8176 13.6664Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-video{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.93654 22.6472C7.91879 22.75 6.48161 22.75 8.02271 22.75C8.56245 22.75 9 22.3124 9 21.7727C9 21.233 8.56245 20.7954 8.02271 20.7954C6.41409 20.7954 8.00785 20.7941 7.1384 20.7032C6.28448 20.6138 5.80055 20.4471 5.44272 20.194C5.20127 20.0233 4.98889 19.8222 4.8111 19.5978C4.55553 19.2753 4.38609 18.8425 4.29386 18.0558C4.19893 17.246 4.19735 16.1887 4.19735 14.6652L4.19727 11.765C4.19725 11.498 4.19742 10.8595 4.47804 10.3873C4.65097 10.0963 4.87239 9.8532 5.09984 9.72938C5.46635 9.52986 5.88654 9.4165 6.33321 9.4165L7.37358 9.45299C7.75367 9.46088 8.19721 9.44887 8.62536 9.33415C9.45933 9.11069 10.1107 8.45928 10.3342 7.62531C10.4489 7.19716 10.4609 6.75362 10.453 6.37353L10.4165 5.33316C10.4165 4.86547 10.5409 4.45834 10.7583 4.07993C10.885 3.85934 11.1057 3.65745 11.4105 3.48014C11.8726 3.21123 12.426 3.20874 12.7642 3.20722C13.1023 3.20569 13.4591 3.20452 13.7572 3.20452C15.5913 3.20452 16.2584 3.21847 16.7618 3.39582C17.6344 3.70328 18.3001 4.34492 18.6102 5.13029C18.6878 5.32693 18.7427 5.58535 18.7721 6.0333C18.8021 6.48997 18.8026 7.07292 18.8026 7.91318V12.0263C18.8026 12.564 19.2386 13 19.7763 13C20.3141 13 20.75 12.564 20.75 12.0263V7.88C20.75 7.08084 20.75 6.43328 20.7153 5.9047C20.6795 5.36007 20.6039 4.8744 20.4206 4.41024C19.8918 3.07093 18.7834 2.03666 17.4068 1.55166C16.548 1.24907 15.0759 1.24946 13.5209 1.25C10.6813 1.24964 8.99465 1.24943 7.61221 1.73651C5.39221 2.51869 3.61848 4.18143 2.77509 6.31749C2.49397 7.02945 2.36944 7.79416 2.30919 8.711C2.25 9.61171 2.25 10.7243 2.25 12.1426V12.1426V14.7261C2.24998 16.1742 2.24996 17.3469 2.35985 18.2842C2.47396 19.2576 2.71721 20.0955 3.28704 20.8145C3.58222 21.187 3.93077 21.5158 4.32114 21.7919C5.0659 22.3185 5.92712 22.5416 6.93654 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0079 14.3112C16.4873 14.25 15.8317 14.25 15.0457 14.25H14.4543C13.6683 14.25 13.0127 14.25 12.4922 14.3112C11.9491 14.3751 11.4394 14.5159 11.0187 14.8841C10.5836 15.2648 10.4027 15.7484 10.3228 16.2684C10.2499 16.7427 10.25 17.3329 10.25 18.0077V18.9923C10.25 19.6672 10.2499 20.2573 10.3228 20.7316C10.4027 21.2516 10.5836 21.7352 11.0187 22.1159C11.4394 22.4841 11.9491 22.6249 12.4922 22.6888C13.0127 22.75 13.6683 22.75 14.4543 22.75H15.0457C15.8317 22.75 16.4873 22.75 17.0079 22.6888C17.5509 22.6249 18.0606 22.4841 18.4813 22.1159C18.7899 21.846 18.9706 21.5243 19.0781 21.1746C19.211 21.2601 19.3369 21.3356 19.4557 21.3984C19.8266 21.5944 20.3357 21.7817 20.8733 21.5485C21.4417 21.3019 21.6202 20.775 21.6873 20.3603C21.7502 19.9711 21.7501 19.4615 21.75 18.9018V18.0982C21.7501 17.5385 21.7502 17.0289 21.6873 16.6397C21.6202 16.225 21.4417 15.6981 20.8733 15.4515C20.3357 15.2183 19.8266 15.4056 19.4557 15.6016C19.3369 15.6644 19.211 15.7399 19.0781 15.8254C18.9706 15.4757 18.7899 15.154 18.4813 14.8841C18.0606 14.5159 17.5509 14.3751 17.0079 14.3112ZM20.2099 20.0995C19.9912 19.9839 19.6585 19.7633 19.249 19.4692C19.2501 19.3156 19.25 19.1566 19.25 18.9925V18.0078C19.25 17.8438 19.2501 17.6847 19.249 17.5311C19.6585 17.2371 19.9912 17.0165 20.2099 16.9009C20.2478 17.1554 20.25 17.5364 20.25 18.1581V18.8423C20.25 19.4639 20.2478 19.8449 20.2099 20.0995Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.93654 22.6472C7.91879 22.75 6.48161 22.75 8.02271 22.75C8.56245 22.75 9 22.3124 9 21.7727C9 21.233 8.56245 20.7954 8.02271 20.7954C6.41409 20.7954 8.00785 20.7941 7.1384 20.7032C6.28448 20.6138 5.80055 20.4471 5.44272 20.194C5.20127 20.0233 4.98889 19.8222 4.8111 19.5978C4.55553 19.2753 4.38609 18.8425 4.29386 18.0558C4.19893 17.246 4.19735 16.1887 4.19735 14.6652L4.19727 11.765C4.19725 11.498 4.19742 10.8595 4.47804 10.3873C4.65097 10.0963 4.87239 9.8532 5.09984 9.72938C5.46635 9.52986 5.88654 9.4165 6.33321 9.4165L7.37358 9.45299C7.75367 9.46088 8.19721 9.44887 8.62536 9.33415C9.45933 9.11069 10.1107 8.45928 10.3342 7.62531C10.4489 7.19716 10.4609 6.75362 10.453 6.37353L10.4165 5.33316C10.4165 4.86547 10.5409 4.45834 10.7583 4.07993C10.885 3.85934 11.1057 3.65745 11.4105 3.48014C11.8726 3.21123 12.426 3.20874 12.7642 3.20722C13.1023 3.20569 13.4591 3.20452 13.7572 3.20452C15.5913 3.20452 16.2584 3.21847 16.7618 3.39582C17.6344 3.70328 18.3001 4.34492 18.6102 5.13029C18.6878 5.32693 18.7427 5.58535 18.7721 6.0333C18.8021 6.48997 18.8026 7.07292 18.8026 7.91318V12.0263C18.8026 12.564 19.2386 13 19.7763 13C20.3141 13 20.75 12.564 20.75 12.0263V7.88C20.75 7.08084 20.75 6.43328 20.7153 5.9047C20.6795 5.36007 20.6039 4.8744 20.4206 4.41024C19.8918 3.07093 18.7834 2.03666 17.4068 1.55166C16.548 1.24907 15.0759 1.24946 13.5209 1.25C10.6813 1.24964 8.99465 1.24943 7.61221 1.73651C5.39221 2.51869 3.61848 4.18143 2.77509 6.31749C2.49397 7.02945 2.36944 7.79416 2.30919 8.711C2.25 9.61171 2.25 10.7243 2.25 12.1426V12.1426V14.7261C2.24998 16.1742 2.24996 17.3469 2.35985 18.2842C2.47396 19.2576 2.71721 20.0955 3.28704 20.8145C3.58222 21.187 3.93077 21.5158 4.32114 21.7919C5.0659 22.3185 5.92712 22.5416 6.93654 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0079 14.3112C16.4873 14.25 15.8317 14.25 15.0457 14.25H14.4543C13.6683 14.25 13.0127 14.25 12.4922 14.3112C11.9491 14.3751 11.4394 14.5159 11.0187 14.8841C10.5836 15.2648 10.4027 15.7484 10.3228 16.2684C10.2499 16.7427 10.25 17.3329 10.25 18.0077V18.9923C10.25 19.6672 10.2499 20.2573 10.3228 20.7316C10.4027 21.2516 10.5836 21.7352 11.0187 22.1159C11.4394 22.4841 11.9491 22.6249 12.4922 22.6888C13.0127 22.75 13.6683 22.75 14.4543 22.75H15.0457C15.8317 22.75 16.4873 22.75 17.0079 22.6888C17.5509 22.6249 18.0606 22.4841 18.4813 22.1159C18.7899 21.846 18.9706 21.5243 19.0781 21.1746C19.211 21.2601 19.3369 21.3356 19.4557 21.3984C19.8266 21.5944 20.3357 21.7817 20.8733 21.5485C21.4417 21.3019 21.6202 20.775 21.6873 20.3603C21.7502 19.9711 21.7501 19.4615 21.75 18.9018V18.0982C21.7501 17.5385 21.7502 17.0289 21.6873 16.6397C21.6202 16.225 21.4417 15.6981 20.8733 15.4515C20.3357 15.2183 19.8266 15.4056 19.4557 15.6016C19.3369 15.6644 19.211 15.7399 19.0781 15.8254C18.9706 15.4757 18.7899 15.154 18.4813 14.8841C18.0606 14.5159 17.5509 14.3751 17.0079 14.3112ZM20.2099 20.0995C19.9912 19.9839 19.6585 19.7633 19.249 19.4692C19.2501 19.3156 19.25 19.1566 19.25 18.9925V18.0078C19.25 17.8438 19.2501 17.6847 19.249 17.5311C19.6585 17.2371 19.9912 17.0165 20.2099 16.9009C20.2478 17.1554 20.25 17.5364 20.25 18.1581V18.8423C20.25 19.4639 20.2478 19.8449 20.2099 20.0995Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-view{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 14.2499C14.8378 14.2499 13.8051 14.693 12.9686 15.2425C12.1312 15.7926 11.4499 16.4754 10.9742 17.0237C10.6683 17.3734 10.25 17.8518 10.25 18.4999C10.25 19.148 10.6683 19.6263 10.9742 19.9761C11.4499 20.5244 12.1312 21.2072 12.9686 21.7573C13.8051 22.3068 14.8378 22.7499 16 22.7499C17.1622 22.7499 18.1949 22.3068 19.0314 21.7573C19.8688 21.2072 20.5501 20.5244 21.0258 19.9761C21.3317 19.6263 21.75 19.148 21.75 18.4999C21.75 17.8518 21.3317 17.3734 21.0258 17.0237C20.5501 16.4754 19.8688 15.7926 19.0314 15.2425C18.1949 14.693 17.1622 14.2499 16 14.2499ZM15.9855 16.9999C15.1608 16.9999 14.4922 17.6715 14.4922 18.4999C14.4922 19.3283 15.1608 19.9999 15.9855 19.9999H15.9989C16.8236 19.9999 17.4922 19.3283 17.4922 18.4999C17.4922 17.6715 16.8236 16.9999 15.9989 16.9999H15.9855Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.93654 22.6471C7.91879 22.7498 7.48161 22.7499 9.02271 22.7499C9.56245 22.7499 10 22.3123 10 21.7726C10 21.2328 9.56245 20.7953 9.02271 20.7953C7.41409 20.7953 8.00785 20.794 7.1384 20.703C6.28448 20.6137 5.80055 20.4469 5.44272 20.1939C5.20127 20.0232 4.98889 19.8221 4.8111 19.5977C4.55553 19.2752 4.38609 18.8424 4.29386 18.0556C4.19893 17.2459 4.19735 16.1886 4.19735 14.6651L4.19727 11.7649C4.19725 11.4979 4.19742 10.8593 4.47804 10.3872C4.65097 10.0962 4.87239 9.85308 5.09984 9.72926C5.46635 9.52974 5.88654 9.41638 6.33321 9.41638L7.37358 9.45286C7.75367 9.46076 8.19721 9.44875 8.62536 9.33403C9.45933 9.11057 10.1107 8.45916 10.3342 7.62519C10.4489 7.19704 10.4609 6.7535 10.453 6.37341L10.4165 5.33304C10.4165 4.86535 10.5409 4.45822 10.7583 4.07981C10.885 3.85922 11.1057 3.65733 11.4105 3.48002C11.8726 3.21111 12.426 3.20862 12.7642 3.20709C13.1023 3.20557 13.4591 3.2044 13.7572 3.2044C15.5913 3.2044 16.2584 3.21835 16.7618 3.3957C17.6344 3.70316 18.3001 4.3448 18.6102 5.13017C18.6878 5.32681 18.7427 5.58523 18.7721 6.03318C18.8021 6.48985 18.8026 9.0728 18.8026 9.91306V12.0261C18.8026 12.5639 19.2386 12.9998 19.7763 12.9998C20.3141 12.9998 20.75 12.5639 20.75 12.0261V9.87987C20.75 9.08072 20.75 6.43316 20.7153 5.90458C20.6795 5.35995 20.6039 4.87428 20.4206 4.41012C19.8918 3.07081 18.7834 2.03654 17.4068 1.55153C16.548 1.24895 15.0759 1.24934 13.5209 1.24988C10.6813 1.24952 8.99465 1.24931 7.61221 1.73639C5.39221 2.51856 3.61848 4.18131 2.77509 6.31737C2.49397 7.02933 2.36944 7.79404 2.30919 8.71088C2.25 9.61159 2.25 10.7242 2.25 12.1425V12.1425V14.726C2.24998 16.1741 2.24996 17.3467 2.35985 18.2841C2.47396 19.2575 2.71721 20.0954 3.28704 20.8144C3.58222 21.1869 3.93077 21.5157 4.32114 21.7917C5.0659 22.3184 5.92712 22.5415 6.93654 22.6471Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 14.2499C14.8378 14.2499 13.8051 14.693 12.9686 15.2425C12.1312 15.7926 11.4499 16.4754 10.9742 17.0237C10.6683 17.3734 10.25 17.8518 10.25 18.4999C10.25 19.148 10.6683 19.6263 10.9742 19.9761C11.4499 20.5244 12.1312 21.2072 12.9686 21.7573C13.8051 22.3068 14.8378 22.7499 16 22.7499C17.1622 22.7499 18.1949 22.3068 19.0314 21.7573C19.8688 21.2072 20.5501 20.5244 21.0258 19.9761C21.3317 19.6263 21.75 19.148 21.75 18.4999C21.75 17.8518 21.3317 17.3734 21.0258 17.0237C20.5501 16.4754 19.8688 15.7926 19.0314 15.2425C18.1949 14.693 17.1622 14.2499 16 14.2499ZM15.9855 16.9999C15.1608 16.9999 14.4922 17.6715 14.4922 18.4999C14.4922 19.3283 15.1608 19.9999 15.9855 19.9999H15.9989C16.8236 19.9999 17.4922 19.3283 17.4922 18.4999C17.4922 17.6715 16.8236 16.9999 15.9989 16.9999H15.9855Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.93654 22.6471C7.91879 22.7498 7.48161 22.7499 9.02271 22.7499C9.56245 22.7499 10 22.3123 10 21.7726C10 21.2328 9.56245 20.7953 9.02271 20.7953C7.41409 20.7953 8.00785 20.794 7.1384 20.703C6.28448 20.6137 5.80055 20.4469 5.44272 20.1939C5.20127 20.0232 4.98889 19.8221 4.8111 19.5977C4.55553 19.2752 4.38609 18.8424 4.29386 18.0556C4.19893 17.2459 4.19735 16.1886 4.19735 14.6651L4.19727 11.7649C4.19725 11.4979 4.19742 10.8593 4.47804 10.3872C4.65097 10.0962 4.87239 9.85308 5.09984 9.72926C5.46635 9.52974 5.88654 9.41638 6.33321 9.41638L7.37358 9.45286C7.75367 9.46076 8.19721 9.44875 8.62536 9.33403C9.45933 9.11057 10.1107 8.45916 10.3342 7.62519C10.4489 7.19704 10.4609 6.7535 10.453 6.37341L10.4165 5.33304C10.4165 4.86535 10.5409 4.45822 10.7583 4.07981C10.885 3.85922 11.1057 3.65733 11.4105 3.48002C11.8726 3.21111 12.426 3.20862 12.7642 3.20709C13.1023 3.20557 13.4591 3.2044 13.7572 3.2044C15.5913 3.2044 16.2584 3.21835 16.7618 3.3957C17.6344 3.70316 18.3001 4.3448 18.6102 5.13017C18.6878 5.32681 18.7427 5.58523 18.7721 6.03318C18.8021 6.48985 18.8026 9.0728 18.8026 9.91306V12.0261C18.8026 12.5639 19.2386 12.9998 19.7763 12.9998C20.3141 12.9998 20.75 12.5639 20.75 12.0261V9.87987C20.75 9.08072 20.75 6.43316 20.7153 5.90458C20.6795 5.35995 20.6039 4.87428 20.4206 4.41012C19.8918 3.07081 18.7834 2.03654 17.4068 1.55153C16.548 1.24895 15.0759 1.24934 13.5209 1.24988C10.6813 1.24952 8.99465 1.24931 7.61221 1.73639C5.39221 2.51856 3.61848 4.18131 2.77509 6.31737C2.49397 7.02933 2.36944 7.79404 2.30919 8.71088C2.25 9.61159 2.25 10.7242 2.25 12.1425V12.1425V14.726C2.24998 16.1741 2.24996 17.3467 2.35985 18.2841C2.47396 19.2575 2.71721 20.0954 3.28704 20.8144C3.58222 21.1869 3.93077 21.5157 4.32114 21.7917C5.0659 22.3184 5.92712 22.5415 6.93654 22.6471Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-file-zip{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 19.0991V20.3505C12.5 20.9102 12.5 21.1901 12.6115 21.406C12.7221 21.6201 12.9072 21.7928 13.1367 21.896C13.3681 22 13.6681 22 14.2681 22H15.2319C15.8319 22 16.1319 22 16.3633 21.896C16.5928 21.7928 16.7779 21.6201 16.8885 21.406C17 21.1901 17 20.9102 17 20.3505V19.0991C17 18.304 16.5185 17.5772 15.7562 17.2216C15.1228 16.9261 14.3772 16.9261 13.7438 17.2216C12.9815 17.5772 12.5 18.304 12.5 19.0991Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M21.1862 17.4235C21.25 16.4694 21.25 15.3453 21.25 14.0385V7.88451C21.25 7.08482 21.25 6.43682 21.2153 5.90789C21.1795 5.36289 21.1039 4.87689 20.9206 4.41241C20.3918 3.0722 19.2834 2.03723 17.9068 1.5519C17.048 1.24911 15.5759 1.2495 14.0209 1.25005C11.1813 1.24969 9.49465 1.24947 8.11221 1.73688C5.89222 2.51958 4.11848 4.18345 3.27509 6.32095C2.99398 7.03339 2.86944 7.79862 2.80919 8.71608C2.75 9.61734 2.75 10.7309 2.75 12.15V14.7353C2.74998 16.1843 2.74996 17.3578 2.85985 18.2957C2.97396 19.2698 3.21721 20.1082 3.78704 20.8278C4.08223 21.2005 4.43077 21.5295 4.82114 21.8058C5.5659 22.3328 6.42712 22.556 7.43654 22.6617C7.90449 22.7107 8.4293 22.7363 9.01723 22.7497C9.55902 22.7621 10 22.3212 10 21.7789C10 21.2409 9.56556 20.8062 9.02805 20.7936C8.4952 20.7811 8.03902 20.7583 7.6384 20.7163C6.78448 20.6269 6.30055 20.4601 5.94272 20.2069C5.70127 20.036 5.48889 19.8348 5.3111 19.6103C5.05554 19.2876 4.88609 18.8545 4.79386 18.0671C4.69893 17.2568 4.69735 16.1988 4.69735 14.6743L4.69727 11.7722C4.69725 11.505 4.69743 10.866 4.97804 10.3935C5.15098 10.1023 5.37239 9.85905 5.59984 9.73514C5.96635 9.53549 6.38655 9.42205 6.83322 9.42205L7.87358 9.45856C8.25367 9.46646 8.69721 9.45445 9.12536 9.33965C9.95933 9.11604 10.6107 8.46419 10.8342 7.62965C10.9489 7.20122 10.9609 6.75738 10.953 6.37703L10.9166 5.33596C10.9166 4.86795 11.0409 4.46055 11.2583 4.08188C11.385 3.86114 11.6057 3.65912 11.9105 3.48169C12.3726 3.2126 12.926 3.2101 13.2642 3.20858C13.6023 3.20705 13.9591 3.20588 14.2572 3.20588C16.0913 3.20588 16.7584 3.21984 17.2618 3.39731C18.1344 3.70498 18.8001 4.34705 19.1102 5.13295C19.1878 5.32973 19.2427 5.58832 19.2721 6.03657C19.3021 6.49355 19.3026 7.07689 19.3026 7.91772V13.9631C19.3026 15.278 19.3015 16.3107 19.2526 17.1485C19.2212 17.6853 19.5918 18.1789 20.1238 18.2552C20.6565 18.3316 21.1502 17.9609 21.1862 17.4235Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4267 16.5419C14.2611 16.1527 15.2389 16.1527 16.0733 16.5419C17.0801 17.0116 17.75 17.9916 17.75 19.0991L17.75 20.377V20.377C17.75 20.6341 17.75 20.871 17.7335 21.0696C17.7155 21.2846 17.6744 21.5187 17.5549 21.7501C17.3629 22.1219 17.0475 22.4107 16.6708 22.5801C16.4411 22.6833 16.2095 22.7191 15.9902 22.735C15.7838 22.75 15.5354 22.75 15.2564 22.75H15.2564H14.2437H14.2436C13.9646 22.75 13.7162 22.75 13.5098 22.735C13.2905 22.7191 13.0589 22.6833 12.8292 22.5801C12.4525 22.4107 12.1371 22.1219 11.9451 21.7501C11.8256 21.5187 11.7845 21.2846 11.7665 21.0696C11.75 20.8711 11.75 20.6341 11.75 20.3771V20.377L11.75 20.3505V19.0991C11.75 17.9916 12.4199 17.0116 13.4267 16.5419Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.25 5.5C15.25 5.08579 15.5858 4.75 16 4.75H17C17.4142 4.75 17.75 5.08579 17.75 5.5C17.75 5.91421 17.4142 6.25 17 6.25H16C15.5858 6.25 15.25 5.91421 15.25 5.5ZM13.25 7.5C13.25 7.08579 13.5858 6.75 14 6.75H15C15.4142 6.75 15.75 7.08579 15.75 7.5C15.75 7.91421 15.4142 8.25 15 8.25H14C13.5858 8.25 13.25 7.91421 13.25 7.5ZM15.25 9.6C15.25 9.18579 15.5858 8.85 16 8.85H17C17.4142 8.85 17.75 9.18579 17.75 9.6C17.75 10.0142 17.4142 10.35 17 10.35H16C15.5858 10.35 15.25 10.0142 15.25 9.6ZM13.25 12C13.25 11.5858 13.5858 11.25 14 11.25H15C15.4142 11.25 15.75 11.5858 15.75 12C15.75 12.4142 15.4142 12.75 15 12.75H14C13.5858 12.75 13.25 12.4142 13.25 12ZM15.25 14C15.25 13.5858 15.5858 13.25 16 13.25H17C17.4142 13.25 17.75 13.5858 17.75 14C17.75 14.4142 17.4142 14.75 17 14.75H16C15.5858 14.75 15.25 14.4142 15.25 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 19.0991V20.3505C12.5 20.9102 12.5 21.1901 12.6115 21.406C12.7221 21.6201 12.9072 21.7928 13.1367 21.896C13.3681 22 13.6681 22 14.2681 22H15.2319C15.8319 22 16.1319 22 16.3633 21.896C16.5928 21.7928 16.7779 21.6201 16.8885 21.406C17 21.1901 17 20.9102 17 20.3505V19.0991C17 18.304 16.5185 17.5772 15.7562 17.2216C15.1228 16.9261 14.3772 16.9261 13.7438 17.2216C12.9815 17.5772 12.5 18.304 12.5 19.0991Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M21.1862 17.4235C21.25 16.4694 21.25 15.3453 21.25 14.0385V7.88451C21.25 7.08482 21.25 6.43682 21.2153 5.90789C21.1795 5.36289 21.1039 4.87689 20.9206 4.41241C20.3918 3.0722 19.2834 2.03723 17.9068 1.5519C17.048 1.24911 15.5759 1.2495 14.0209 1.25005C11.1813 1.24969 9.49465 1.24947 8.11221 1.73688C5.89222 2.51958 4.11848 4.18345 3.27509 6.32095C2.99398 7.03339 2.86944 7.79862 2.80919 8.71608C2.75 9.61734 2.75 10.7309 2.75 12.15V14.7353C2.74998 16.1843 2.74996 17.3578 2.85985 18.2957C2.97396 19.2698 3.21721 20.1082 3.78704 20.8278C4.08223 21.2005 4.43077 21.5295 4.82114 21.8058C5.5659 22.3328 6.42712 22.556 7.43654 22.6617C7.90449 22.7107 8.4293 22.7363 9.01723 22.7497C9.55902 22.7621 10 22.3212 10 21.7789C10 21.2409 9.56556 20.8062 9.02805 20.7936C8.4952 20.7811 8.03902 20.7583 7.6384 20.7163C6.78448 20.6269 6.30055 20.4601 5.94272 20.2069C5.70127 20.036 5.48889 19.8348 5.3111 19.6103C5.05554 19.2876 4.88609 18.8545 4.79386 18.0671C4.69893 17.2568 4.69735 16.1988 4.69735 14.6743L4.69727 11.7722C4.69725 11.505 4.69743 10.866 4.97804 10.3935C5.15098 10.1023 5.37239 9.85905 5.59984 9.73514C5.96635 9.53549 6.38655 9.42205 6.83322 9.42205L7.87358 9.45856C8.25367 9.46646 8.69721 9.45445 9.12536 9.33965C9.95933 9.11604 10.6107 8.46419 10.8342 7.62965C10.9489 7.20122 10.9609 6.75738 10.953 6.37703L10.9166 5.33596C10.9166 4.86795 11.0409 4.46055 11.2583 4.08188C11.385 3.86114 11.6057 3.65912 11.9105 3.48169C12.3726 3.2126 12.926 3.2101 13.2642 3.20858C13.6023 3.20705 13.9591 3.20588 14.2572 3.20588C16.0913 3.20588 16.7584 3.21984 17.2618 3.39731C18.1344 3.70498 18.8001 4.34705 19.1102 5.13295C19.1878 5.32973 19.2427 5.58832 19.2721 6.03657C19.3021 6.49355 19.3026 7.07689 19.3026 7.91772V13.9631C19.3026 15.278 19.3015 16.3107 19.2526 17.1485C19.2212 17.6853 19.5918 18.1789 20.1238 18.2552C20.6565 18.3316 21.1502 17.9609 21.1862 17.4235Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4267 16.5419C14.2611 16.1527 15.2389 16.1527 16.0733 16.5419C17.0801 17.0116 17.75 17.9916 17.75 19.0991L17.75 20.377V20.377C17.75 20.6341 17.75 20.871 17.7335 21.0696C17.7155 21.2846 17.6744 21.5187 17.5549 21.7501C17.3629 22.1219 17.0475 22.4107 16.6708 22.5801C16.4411 22.6833 16.2095 22.7191 15.9902 22.735C15.7838 22.75 15.5354 22.75 15.2564 22.75H15.2564H14.2437H14.2436C13.9646 22.75 13.7162 22.75 13.5098 22.735C13.2905 22.7191 13.0589 22.6833 12.8292 22.5801C12.4525 22.4107 12.1371 22.1219 11.9451 21.7501C11.8256 21.5187 11.7845 21.2846 11.7665 21.0696C11.75 20.8711 11.75 20.6341 11.75 20.3771V20.377L11.75 20.3505V19.0991C11.75 17.9916 12.4199 17.0116 13.4267 16.5419Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.25 5.5C15.25 5.08579 15.5858 4.75 16 4.75H17C17.4142 4.75 17.75 5.08579 17.75 5.5C17.75 5.91421 17.4142 6.25 17 6.25H16C15.5858 6.25 15.25 5.91421 15.25 5.5ZM13.25 7.5C13.25 7.08579 13.5858 6.75 14 6.75H15C15.4142 6.75 15.75 7.08579 15.75 7.5C15.75 7.91421 15.4142 8.25 15 8.25H14C13.5858 8.25 13.25 7.91421 13.25 7.5ZM15.25 9.6C15.25 9.18579 15.5858 8.85 16 8.85H17C17.4142 8.85 17.75 9.18579 17.75 9.6C17.75 10.0142 17.4142 10.35 17 10.35H16C15.5858 10.35 15.25 10.0142 15.25 9.6ZM13.25 12C13.25 11.5858 13.5858 11.25 14 11.25H15C15.4142 11.25 15.75 11.5858 15.75 12C15.75 12.4142 15.4142 12.75 15 12.75H14C13.5858 12.75 13.25 12.4142 13.25 12ZM15.25 14C15.25 13.5858 15.5858 13.25 16 13.25H17C17.4142 13.25 17.75 13.5858 17.75 14C17.75 14.4142 17.4142 14.75 17 14.75H16C15.5858 14.75 15.25 14.4142 15.25 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-floor-plan{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 1.93421C8 1.63679 8 1.48809 7.90414 1.39907C7.80828 1.31006 7.66261 1.32085 7.37127 1.34244C7.03337 1.36748 6.71451 1.3993 6.41371 1.43975C4.96897 1.63399 3.82895 2.03933 2.93414 2.93414C2.03933 3.82895 1.63399 4.96897 1.43975 6.41371C1.3993 6.71451 1.36748 7.03337 1.34244 7.37127C1.32085 7.66262 1.31006 7.80829 1.39907 7.90414C1.48809 8 1.63679 8 1.93421 8H14C14.5523 8 15 8.44772 15 9C15 9.55229 14.5523 10 14 10H10.6C10.3172 10 10.1757 10 10.0879 10.0879C10 10.1757 10 10.3172 10 10.6V22.1499C10 22.4308 10 22.5712 10.0875 22.659C10.1749 22.7468 10.3149 22.7474 10.5949 22.7484C11.0241 22.75 11.473 22.75 11.9426 22.75C11.9743 22.75 12 22.7243 12 22.6926V22C12 18.6863 14.6863 16 18 16C18.5523 16 19 16.4477 19 17C19 17.5523 18.5523 18 18 18C15.7909 18 14 19.7909 14 22V22.1398C14 22.4254 14 22.5682 14.0896 22.6563C14.1791 22.7445 14.3211 22.7422 14.6052 22.7377C15.7556 22.7194 16.7421 22.6738 17.5863 22.5603C19.031 22.366 20.1711 21.9607 21.0659 21.0659C21.9607 20.1711 22.366 19.031 22.5603 17.5863C22.75 16.1748 22.75 14.3658 22.75 12.0574V11.9426C22.75 11.473 22.75 11.0241 22.7484 10.5949C22.7474 10.3149 22.7468 10.1749 22.659 10.0875C22.5712 10 22.4308 10 22.1499 10H18C17.4477 10 17 9.55229 17 9C17 8.44772 17.4477 8 18 8H22.0658C22.3632 8 22.5119 8 22.6009 7.90414C22.6899 7.80829 22.6791 7.66262 22.6576 7.37127C22.6325 7.03337 22.6007 6.71451 22.5603 6.41371C22.366 4.96897 21.9607 3.82895 21.0659 2.93414C20.1711 2.03933 19.031 1.63399 17.5863 1.43975C16.1748 1.24998 14.3658 1.24999 12.0574 1.25H12.0574H11.9426H11.9426C11.473 1.25 11.0241 1.25 10.5949 1.25159C10.3149 1.25263 10.1749 1.25315 10.0875 1.34095C10 1.42875 10 1.56919 10 1.85005L10 5C10 5.55229 9.55229 6 9 6C8.44772 6 8 5.55229 8 5L8 1.93421ZM7.37127 22.6576C7.66262 22.6791 7.80829 22.6899 7.90414 22.6009C8 22.5119 8 22.3632 8 22.0658V10.6C8 10.3172 8 10.1757 7.91213 10.0879C7.82426 10 7.68284 10 7.4 10H1.85005C1.56919 10 1.42875 10 1.34095 10.0875C1.25315 10.1749 1.25263 10.3149 1.25159 10.5949C1.25 11.0241 1.25 11.473 1.25 11.9426V11.9426V12.0574V12.0574C1.24999 14.3658 1.24998 16.1748 1.43975 17.5863C1.63399 19.031 2.03933 20.1711 2.93414 21.0659C3.82895 21.9607 4.96897 22.366 6.41371 22.5603C6.71451 22.6007 7.03337 22.6325 7.37127 22.6576Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 1.93421C8 1.63679 8 1.48809 7.90414 1.39907C7.80828 1.31006 7.66261 1.32085 7.37127 1.34244C7.03337 1.36748 6.71451 1.3993 6.41371 1.43975C4.96897 1.63399 3.82895 2.03933 2.93414 2.93414C2.03933 3.82895 1.63399 4.96897 1.43975 6.41371C1.3993 6.71451 1.36748 7.03337 1.34244 7.37127C1.32085 7.66262 1.31006 7.80829 1.39907 7.90414C1.48809 8 1.63679 8 1.93421 8H14C14.5523 8 15 8.44772 15 9C15 9.55229 14.5523 10 14 10H10.6C10.3172 10 10.1757 10 10.0879 10.0879C10 10.1757 10 10.3172 10 10.6V22.1499C10 22.4308 10 22.5712 10.0875 22.659C10.1749 22.7468 10.3149 22.7474 10.5949 22.7484C11.0241 22.75 11.473 22.75 11.9426 22.75C11.9743 22.75 12 22.7243 12 22.6926V22C12 18.6863 14.6863 16 18 16C18.5523 16 19 16.4477 19 17C19 17.5523 18.5523 18 18 18C15.7909 18 14 19.7909 14 22V22.1398C14 22.4254 14 22.5682 14.0896 22.6563C14.1791 22.7445 14.3211 22.7422 14.6052 22.7377C15.7556 22.7194 16.7421 22.6738 17.5863 22.5603C19.031 22.366 20.1711 21.9607 21.0659 21.0659C21.9607 20.1711 22.366 19.031 22.5603 17.5863C22.75 16.1748 22.75 14.3658 22.75 12.0574V11.9426C22.75 11.473 22.75 11.0241 22.7484 10.5949C22.7474 10.3149 22.7468 10.1749 22.659 10.0875C22.5712 10 22.4308 10 22.1499 10H18C17.4477 10 17 9.55229 17 9C17 8.44772 17.4477 8 18 8H22.0658C22.3632 8 22.5119 8 22.6009 7.90414C22.6899 7.80829 22.6791 7.66262 22.6576 7.37127C22.6325 7.03337 22.6007 6.71451 22.5603 6.41371C22.366 4.96897 21.9607 3.82895 21.0659 2.93414C20.1711 2.03933 19.031 1.63399 17.5863 1.43975C16.1748 1.24998 14.3658 1.24999 12.0574 1.25H12.0574H11.9426H11.9426C11.473 1.25 11.0241 1.25 10.5949 1.25159C10.3149 1.25263 10.1749 1.25315 10.0875 1.34095C10 1.42875 10 1.56919 10 1.85005L10 5C10 5.55229 9.55229 6 9 6C8.44772 6 8 5.55229 8 5L8 1.93421ZM7.37127 22.6576C7.66262 22.6791 7.80829 22.6899 7.90414 22.6009C8 22.5119 8 22.3632 8 22.0658V10.6C8 10.3172 8 10.1757 7.91213 10.0879C7.82426 10 7.68284 10 7.4 10H1.85005C1.56919 10 1.42875 10 1.34095 10.0875C1.25315 10.1749 1.25263 10.3149 1.25159 10.5949C1.25 11.0241 1.25 11.473 1.25 11.9426V11.9426V12.0574V12.0574C1.24999 14.3658 1.24998 16.1748 1.43975 17.5863C1.63399 19.031 2.03933 20.1711 2.93414 21.0659C3.82895 21.9607 4.96897 22.366 6.41371 22.5603C6.71451 22.6007 7.03337 22.6325 7.37127 22.6576Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.08264 2.24998C8.11205 2.24952 8.82373 2.24921 9.4626 2.48878C10.8581 3.01207 11.4704 4.25123 11.9425 5.20637C12.0838 5.4891 12.3409 6.00271 12.4128 6.11565C12.4348 6.15257 12.5044 6.22819 12.6064 6.23533C12.7396 6.24909 12.92 6.25002 13.2361 6.25002L16.7905 6.25002H16.7905C17.8095 6.25001 18.6312 6.25 19.2905 6.31707C19.9711 6.3863 20.5613 6.53315 21.0834 6.88201C21.4929 7.1556 21.8444 7.50717 22.118 7.91663C22.4669 8.43874 22.6137 9.02894 22.683 9.7095C22.75 10.3688 22.75 11.2733 22.75 12.2923C22.75 14.0121 22.75 15.3602 22.6408 16.4336C22.5295 17.5283 22.2983 18.4202 21.781 19.1945C21.3614 19.8224 20.8224 20.3615 20.1945 20.781C19.4202 21.2984 18.5283 21.5295 17.4336 21.6408C16.3602 21.75 15.012 21.75 13.2923 21.75H11.9426C9.63423 21.75 7.82519 21.75 6.41371 21.5603C4.96897 21.366 3.82895 20.9607 2.93414 20.0659C2.03933 19.1711 1.63399 18.031 1.43975 16.5863C1.24998 15.1748 1.24999 13.3658 1.25 11.0574V11.0574V7.90953V7.90952C1.24999 7.03079 1.24998 6.32206 1.30044 5.74971C1.35242 5.15998 1.46238 4.6439 1.7254 4.1726C2.06428 3.56535 2.56533 3.06429 3.17258 2.72541C3.64388 2.4624 4.15996 2.35244 4.7497 2.30046C5.32205 2.25 6.2039 2.24997 7.08264 2.24998Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.08264 2.24998C8.11205 2.24952 8.82373 2.24921 9.4626 2.48878C10.8581 3.01207 11.4704 4.25123 11.9425 5.20637C12.0838 5.4891 12.3409 6.00271 12.4128 6.11565C12.4348 6.15257 12.5044 6.22819 12.6064 6.23533C12.7396 6.24909 12.92 6.25002 13.2361 6.25002L16.7905 6.25002H16.7905C17.8095 6.25001 18.6312 6.25 19.2905 6.31707C19.9711 6.3863 20.5613 6.53315 21.0834 6.88201C21.4929 7.1556 21.8444 7.50717 22.118 7.91663C22.4669 8.43874 22.6137 9.02894 22.683 9.7095C22.75 10.3688 22.75 11.2733 22.75 12.2923C22.75 14.0121 22.75 15.3602 22.6408 16.4336C22.5295 17.5283 22.2983 18.4202 21.781 19.1945C21.3614 19.8224 20.8224 20.3615 20.1945 20.781C19.4202 21.2984 18.5283 21.5295 17.4336 21.6408C16.3602 21.75 15.012 21.75 13.2923 21.75H11.9426C9.63423 21.75 7.82519 21.75 6.41371 21.5603C4.96897 21.366 3.82895 20.9607 2.93414 20.0659C2.03933 19.1711 1.63399 18.031 1.43975 16.5863C1.24998 15.1748 1.24999 13.3658 1.25 11.0574V11.0574V7.90953V7.90952C1.24999 7.03079 1.24998 6.32206 1.30044 5.74971C1.35242 5.15998 1.46238 4.6439 1.7254 4.1726C2.06428 3.56535 2.56533 3.06429 3.17258 2.72541C3.64388 2.4624 4.15996 2.35244 4.7497 2.30046C5.32205 2.25 6.2039 2.24997 7.08264 2.24998Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.785 3.30818C7.6039 3.22382 7.38178 3.20248 6.32595 3.20248C5.55108 3.20248 5.04842 3.20384 4.66633 3.24568C4.30655 3.28508 4.15503 3.35193 4.05577 3.42074C3.81547 3.58734 3.5906 3.85326 3.42965 4.21154C3.33971 4.41177 3.27289 4.69063 3.23698 5.19665C3.20057 5.7097 3.2 6.37098 3.2 7.32092V10.4696C3.2 12.9206 3.20135 14.6796 3.34616 16.0176C3.48985 17.3453 3.76288 18.1105 4.19883 18.6521C4.61031 19.1633 5.15176 19.4589 6.1292 19.6221C7.15995 19.7943 8.5304 19.7975 10.5193 19.7975H11.5561C12.0946 19.7975 12.5311 20.2345 12.5311 20.7736C12.5311 21.3128 12.0946 21.7498 11.5561 21.7498H10.4332H10.4331C8.55149 21.7499 7.01783 21.7499 5.80834 21.5479C4.52712 21.3339 3.48373 20.875 2.68053 19.8772C1.9018 18.9098 1.56749 17.7061 1.40751 16.2279C1.24998 14.7723 1.24999 12.9075 1.25 10.5301V7.28444V7.28443C1.24999 6.37953 1.24999 5.64874 1.29188 5.0583C1.33484 4.45291 1.42574 3.91273 1.65124 3.41073C1.94002 2.76788 2.3801 2.20773 2.94567 1.81563C3.41168 1.49256 3.91944 1.36347 4.45431 1.3049C4.955 1.25007 5.77487 1.24994 6.485 1.24997C7.29125 1.24876 7.98437 1.24771 8.60763 1.53806C9.33078 1.87495 9.79993 2.43656 10.1323 2.99802C10.422 3.48722 10.6449 4.04454 10.8361 4.52261L10.8361 4.52262L11.1776 5.37176L15.4938 5.37176C16.3172 5.37172 17.0246 5.37168 17.6013 5.44457C18.2213 5.52292 18.7983 5.69607 19.3059 6.11741C19.6821 6.42964 19.9927 6.82032 20.2286 7.25893C20.6299 8.00511 20.7194 8.87729 20.7496 9.92623C20.7651 10.4651 20.3413 10.9146 19.8031 10.9301C19.2648 10.9457 18.8159 10.5214 18.8004 9.98249C18.7706 8.94664 18.6758 8.48969 18.5117 8.1846C18.3845 7.94815 18.2286 7.75923 18.0613 7.62039C17.9413 7.52077 17.7677 7.43344 17.3571 7.38155C16.9169 7.32592 16.3337 7.32411 15.435 7.32411H7.10403C6.56555 7.32411 6.12903 6.88706 6.12903 6.34794C6.12903 5.80881 6.56555 5.37176 7.10403 5.37176H9.07528C8.87161 4.86439 8.6633 4.34551 8.45492 3.99357C8.23849 3.62802 8.02646 3.42067 7.785 3.30818Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.3112 9.25598C18.4993 9.25595 19.4723 9.25593 20.2219 9.36315C21.0012 9.47462 21.6956 9.72127 22.178 10.3433C22.9349 11.3194 22.8068 12.5251 22.5484 13.4744C22.3712 14.1252 21.8122 15.4777 21.5792 16.0323C21.1387 17.206 20.7894 18.1366 20.4353 18.8624C20.0717 19.6078 19.6753 20.1981 19.109 20.6601C18.262 21.3511 17.2532 21.6038 16.304 21.6971C15.6191 21.7645 14.8941 21.752 14.2529 21.7409L9.87794 21.7334C8.15647 21.7334 6.78588 21.7334 5.73406 21.5893C4.65546 21.4416 3.7619 21.125 3.12679 20.3688C2.0367 19.0709 2.13865 17.4389 2.49738 16.0484C2.74524 15.0876 3.16552 14.0813 3.51236 13.2509C3.71801 12.7029 4.28236 11.2747 4.4577 10.9114C4.64193 10.5297 4.85595 10.1949 5.17501 9.92139C5.67283 9.49462 6.25423 9.34187 6.76747 9.2846C7.14566 9.2424 7.55281 9.24836 7.88558 9.25322L17.3112 9.25598Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.785 3.30818C7.6039 3.22382 7.38178 3.20248 6.32595 3.20248C5.55108 3.20248 5.04842 3.20384 4.66633 3.24568C4.30655 3.28508 4.15503 3.35193 4.05577 3.42074C3.81547 3.58734 3.5906 3.85326 3.42965 4.21154C3.33971 4.41177 3.27289 4.69063 3.23698 5.19665C3.20057 5.7097 3.2 6.37098 3.2 7.32092V10.4696C3.2 12.9206 3.20135 14.6796 3.34616 16.0176C3.48985 17.3453 3.76288 18.1105 4.19883 18.6521C4.61031 19.1633 5.15176 19.4589 6.1292 19.6221C7.15995 19.7943 8.5304 19.7975 10.5193 19.7975H11.5561C12.0946 19.7975 12.5311 20.2345 12.5311 20.7736C12.5311 21.3128 12.0946 21.7498 11.5561 21.7498H10.4332H10.4331C8.55149 21.7499 7.01783 21.7499 5.80834 21.5479C4.52712 21.3339 3.48373 20.875 2.68053 19.8772C1.9018 18.9098 1.56749 17.7061 1.40751 16.2279C1.24998 14.7723 1.24999 12.9075 1.25 10.5301V7.28444V7.28443C1.24999 6.37953 1.24999 5.64874 1.29188 5.0583C1.33484 4.45291 1.42574 3.91273 1.65124 3.41073C1.94002 2.76788 2.3801 2.20773 2.94567 1.81563C3.41168 1.49256 3.91944 1.36347 4.45431 1.3049C4.955 1.25007 5.77487 1.24994 6.485 1.24997C7.29125 1.24876 7.98437 1.24771 8.60763 1.53806C9.33078 1.87495 9.79993 2.43656 10.1323 2.99802C10.422 3.48722 10.6449 4.04454 10.8361 4.52261L10.8361 4.52262L11.1776 5.37176L15.4938 5.37176C16.3172 5.37172 17.0246 5.37168 17.6013 5.44457C18.2213 5.52292 18.7983 5.69607 19.3059 6.11741C19.6821 6.42964 19.9927 6.82032 20.2286 7.25893C20.6299 8.00511 20.7194 8.87729 20.7496 9.92623C20.7651 10.4651 20.3413 10.9146 19.8031 10.9301C19.2648 10.9457 18.8159 10.5214 18.8004 9.98249C18.7706 8.94664 18.6758 8.48969 18.5117 8.1846C18.3845 7.94815 18.2286 7.75923 18.0613 7.62039C17.9413 7.52077 17.7677 7.43344 17.3571 7.38155C16.9169 7.32592 16.3337 7.32411 15.435 7.32411H7.10403C6.56555 7.32411 6.12903 6.88706 6.12903 6.34794C6.12903 5.80881 6.56555 5.37176 7.10403 5.37176H9.07528C8.87161 4.86439 8.6633 4.34551 8.45492 3.99357C8.23849 3.62802 8.02646 3.42067 7.785 3.30818Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.3112 9.25598C18.4993 9.25595 19.4723 9.25593 20.2219 9.36315C21.0012 9.47462 21.6956 9.72127 22.178 10.3433C22.9349 11.3194 22.8068 12.5251 22.5484 13.4744C22.3712 14.1252 21.8122 15.4777 21.5792 16.0323C21.1387 17.206 20.7894 18.1366 20.4353 18.8624C20.0717 19.6078 19.6753 20.1981 19.109 20.6601C18.262 21.3511 17.2532 21.6038 16.304 21.6971C15.6191 21.7645 14.8941 21.752 14.2529 21.7409L9.87794 21.7334C8.15647 21.7334 6.78588 21.7334 5.73406 21.5893C4.65546 21.4416 3.7619 21.125 3.12679 20.3688C2.0367 19.0709 2.13865 17.4389 2.49738 16.0484C2.74524 15.0876 3.16552 14.0813 3.51236 13.2509C3.71801 12.7029 4.28236 11.2747 4.4577 10.9114C4.64193 10.5297 4.85595 10.1949 5.17501 9.92139C5.67283 9.49462 6.25423 9.34187 6.76747 9.2846C7.14566 9.2424 7.55281 9.24836 7.88558 9.25322L17.3112 9.25598Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.46424 3.76906C9.26191 3.75093 8.99443 3.75 8.55071 3.75C7.52622 3.75 6.84482 3.7516 6.33274 3.81143C5.84141 3.86884 5.63988 3.96772 5.51463 4.07002C5.26317 4.27538 5.09475 4.64388 5.02994 5.28891C4.98468 5.73943 4.99758 6.16622 5.01141 6.62355C5.01843 6.8558 5.02569 7.09593 5.02569 7.35105V10.75C5.02569 11.3023 4.57797 11.75 4.02569 11.75C3.4734 11.75 3.02569 11.3023 3.02569 10.75V7.35105C3.02569 7.21049 3.02071 7.03743 3.01513 6.84373C3.00035 6.3303 2.9814 5.67181 3.03996 5.08897C3.12406 4.25196 3.38384 3.22798 4.24953 2.52097C4.7922 2.07778 5.42476 1.90391 6.10065 1.82495C6.74259 1.74994 7.54182 1.74997 8.49194 1.75L8.55071 1.75C8.56342 1.75 8.5761 1.75 8.58874 1.75C8.98217 1.74997 9.34041 1.74995 9.64277 1.77705C9.97337 1.80668 10.3103 1.87327 10.6449 2.04785C11.1359 2.30404 11.4515 2.69424 11.6644 3.029C11.8174 3.26953 11.957 3.5518 12.0592 3.7586C12.089 3.81883 12.1156 3.87266 12.1385 3.91719L12.6232 4.86111H15.8062C15.9242 4.86111 16.0563 4.85887 16.1986 4.85645C16.7341 4.84735 17.4141 4.8358 18.0311 4.9323C18.8634 5.06249 19.7874 5.41027 20.42 6.33235C20.6288 6.63665 20.7387 6.99606 20.806 7.305C20.8768 7.62978 20.9191 7.99082 20.9461 8.35677C20.9993 9.07823 20.9993 9.92423 20.9993 10.7254V10.75C20.9993 11.3023 20.5516 11.75 19.9993 11.75C19.447 11.75 18.9993 11.3023 18.9993 10.75C18.9993 9.91988 18.9987 9.14416 18.9515 8.50384C18.928 8.1852 18.8947 7.92728 18.8518 7.73067C18.8131 7.55278 18.7777 7.4787 18.7712 7.46521C18.7699 7.46259 18.7698 7.46225 18.7709 7.46388C18.5632 7.1611 18.2469 6.99038 17.722 6.90828C17.2923 6.84107 16.8535 6.84786 16.3487 6.85566C16.1763 6.85833 15.9962 6.86111 15.8062 6.86111H12.0338C12.0201 6.8614 12.0064 6.86139 11.9928 6.86111H8.01908C7.4668 6.86111 7.01908 6.4134 7.01908 5.86111C7.01908 5.30883 7.4668 4.86111 8.01908 4.86111H10.3749L10.3593 4.83069C10.3074 4.7296 10.2635 4.64092 10.2237 4.56047C10.1357 4.38263 10.0675 4.24498 9.97679 4.10232C9.86037 3.91928 9.77664 3.85069 9.71971 3.82099C9.70086 3.81115 9.64806 3.78554 9.46424 3.76906Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.8678 9.75C18.8714 9.74997 19.7012 9.74995 20.351 9.83835C21.0308 9.93083 21.6449 10.1349 22.1111 10.6473C22.1655 10.7071 22.2173 10.7692 22.2662 10.8336C22.6851 11.3846 22.7753 12.0259 22.7445 12.7121C22.715 13.3686 22.5484 14.2869 22.3688 15.2773C22.106 16.7268 21.897 17.8797 21.6218 18.7809C21.3381 19.7098 20.9613 20.4539 20.3121 21.0372C20.2295 21.1113 20.1445 21.1825 20.057 21.2507C19.3682 21.7871 18.5701 22.0259 17.6071 22.1397C16.6733 22.25 15.5045 22.25 14.0355 22.25H9.9645C8.49553 22.25 7.32666 22.25 6.39285 22.1397C5.42993 22.0259 4.63173 21.7871 3.94299 21.2507C3.85551 21.1825 3.77043 21.1113 3.68792 21.0372C3.03863 20.4539 2.66188 19.7098 2.37821 18.7809C2.10301 17.8797 1.89398 16.7269 1.63117 15.2774L1.63117 15.2774C1.45155 14.287 1.285 13.3686 1.25552 12.7121C1.2247 12.0259 1.31484 11.3846 1.73378 10.8336C1.78271 10.7692 1.83445 10.7071 1.88886 10.6473C2.35505 10.1349 2.96918 9.93083 3.649 9.83835C4.2988 9.74995 5.12854 9.74997 6.13213 9.75H6.13216H17.8678H17.8678Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.46424 3.76906C9.26191 3.75093 8.99443 3.75 8.55071 3.75C7.52622 3.75 6.84482 3.7516 6.33274 3.81143C5.84141 3.86884 5.63988 3.96772 5.51463 4.07002C5.26317 4.27538 5.09475 4.64388 5.02994 5.28891C4.98468 5.73943 4.99758 6.16622 5.01141 6.62355C5.01843 6.8558 5.02569 7.09593 5.02569 7.35105V10.75C5.02569 11.3023 4.57797 11.75 4.02569 11.75C3.4734 11.75 3.02569 11.3023 3.02569 10.75V7.35105C3.02569 7.21049 3.02071 7.03743 3.01513 6.84373C3.00035 6.3303 2.9814 5.67181 3.03996 5.08897C3.12406 4.25196 3.38384 3.22798 4.24953 2.52097C4.7922 2.07778 5.42476 1.90391 6.10065 1.82495C6.74259 1.74994 7.54182 1.74997 8.49194 1.75L8.55071 1.75C8.56342 1.75 8.5761 1.75 8.58874 1.75C8.98217 1.74997 9.34041 1.74995 9.64277 1.77705C9.97337 1.80668 10.3103 1.87327 10.6449 2.04785C11.1359 2.30404 11.4515 2.69424 11.6644 3.029C11.8174 3.26953 11.957 3.5518 12.0592 3.7586C12.089 3.81883 12.1156 3.87266 12.1385 3.91719L12.6232 4.86111H15.8062C15.9242 4.86111 16.0563 4.85887 16.1986 4.85645C16.7341 4.84735 17.4141 4.8358 18.0311 4.9323C18.8634 5.06249 19.7874 5.41027 20.42 6.33235C20.6288 6.63665 20.7387 6.99606 20.806 7.305C20.8768 7.62978 20.9191 7.99082 20.9461 8.35677C20.9993 9.07823 20.9993 9.92423 20.9993 10.7254V10.75C20.9993 11.3023 20.5516 11.75 19.9993 11.75C19.447 11.75 18.9993 11.3023 18.9993 10.75C18.9993 9.91988 18.9987 9.14416 18.9515 8.50384C18.928 8.1852 18.8947 7.92728 18.8518 7.73067C18.8131 7.55278 18.7777 7.4787 18.7712 7.46521C18.7699 7.46259 18.7698 7.46225 18.7709 7.46388C18.5632 7.1611 18.2469 6.99038 17.722 6.90828C17.2923 6.84107 16.8535 6.84786 16.3487 6.85566C16.1763 6.85833 15.9962 6.86111 15.8062 6.86111H12.0338C12.0201 6.8614 12.0064 6.86139 11.9928 6.86111H8.01908C7.4668 6.86111 7.01908 6.4134 7.01908 5.86111C7.01908 5.30883 7.4668 4.86111 8.01908 4.86111H10.3749L10.3593 4.83069C10.3074 4.7296 10.2635 4.64092 10.2237 4.56047C10.1357 4.38263 10.0675 4.24498 9.97679 4.10232C9.86037 3.91928 9.77664 3.85069 9.71971 3.82099C9.70086 3.81115 9.64806 3.78554 9.46424 3.76906Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.8678 9.75C18.8714 9.74997 19.7012 9.74995 20.351 9.83835C21.0308 9.93083 21.6449 10.1349 22.1111 10.6473C22.1655 10.7071 22.2173 10.7692 22.2662 10.8336C22.6851 11.3846 22.7753 12.0259 22.7445 12.7121C22.715 13.3686 22.5484 14.2869 22.3688 15.2773C22.106 16.7268 21.897 17.8797 21.6218 18.7809C21.3381 19.7098 20.9613 20.4539 20.3121 21.0372C20.2295 21.1113 20.1445 21.1825 20.057 21.2507C19.3682 21.7871 18.5701 22.0259 17.6071 22.1397C16.6733 22.25 15.5045 22.25 14.0355 22.25H9.9645C8.49553 22.25 7.32666 22.25 6.39285 22.1397C5.42993 22.0259 4.63173 21.7871 3.94299 21.2507C3.85551 21.1825 3.77043 21.1113 3.68792 21.0372C3.03863 20.4539 2.66188 19.7098 2.37821 18.7809C2.10301 17.8797 1.89398 16.7269 1.63117 15.2774L1.63117 15.2774C1.45155 14.287 1.285 13.3686 1.25552 12.7121C1.2247 12.0259 1.31484 11.3846 1.73378 10.8336C1.78271 10.7692 1.83445 10.7071 1.88886 10.6473C2.35505 10.1349 2.96918 9.93083 3.649 9.83835C4.2988 9.74995 5.12854 9.74997 6.13213 9.75H6.13216H17.8678H17.8678Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.875 12.375C18.4273 12.375 18.875 12.8227 18.875 13.375V16.375H21.875C22.4273 16.375 22.875 16.8227 22.875 17.375C22.875 17.9273 22.4273 18.375 21.875 18.375H18.875V21.375C18.875 21.9273 18.4273 22.375 17.875 22.375C17.3227 22.375 16.875 21.9273 16.875 21.375V18.375H13.875C13.3227 18.375 12.875 17.9273 12.875 17.375C12.875 16.8227 13.3227 16.375 13.875 16.375H16.875V13.375C16.875 12.8227 17.3227 12.375 17.875 12.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 1.86384C8.69873 1.62427 7.98705 1.62458 6.95764 1.62504C6.0789 1.62503 5.19705 1.62506 4.6247 1.67552C4.03496 1.7275 3.51888 1.83746 3.04758 2.10048C2.44033 2.43935 1.93928 2.94041 1.6004 3.54766C1.33738 4.01896 1.22742 4.53504 1.17544 5.12478C1.12498 5.69712 1.12499 6.40585 1.125 7.28458V10.4325C1.12499 12.7408 1.12498 14.5499 1.31475 15.9614C1.50899 17.4061 1.91433 18.5461 2.80914 19.4409C3.70395 20.3358 4.84397 20.7411 6.28871 20.9353C7.70019 21.1251 9.50923 21.1251 11.8176 21.1251H13.1673C13.7478 21.1251 14.286 21.1251 14.7856 21.1209C15.0626 21.1186 15.201 21.1174 15.288 21.0297C15.375 20.942 15.375 20.8026 15.375 20.5239V20.4751C15.375 20.1923 15.375 20.0509 15.2871 19.963C15.1993 19.8751 15.0578 19.8751 14.775 19.8751H13.875C12.4943 19.8751 11.375 18.7558 11.375 17.3751C11.375 15.9944 12.4943 14.8751 13.875 14.8751H14.775C15.0578 14.8751 15.1993 14.8751 15.2871 14.7873C15.375 14.6994 15.375 14.558 15.375 14.2751V13.3751C15.375 11.9944 16.4943 10.8751 17.875 10.8751C19.2557 10.8751 20.375 11.9944 20.375 13.3751V14.2751C20.375 14.558 20.375 14.6994 20.4629 14.7873C20.5507 14.8751 20.6922 14.8751 20.975 14.8751H21.875C22.2263 14.8751 22.402 14.8751 22.4843 14.809C22.5016 14.795 22.5107 14.7862 22.5251 14.7692C22.5934 14.6887 22.5972 14.547 22.6048 14.2636C22.625 13.507 22.625 12.6475 22.625 11.6673C22.625 10.6483 22.625 9.74389 22.558 9.08456C22.4887 8.404 22.3419 7.8138 21.993 7.29169C21.7194 6.88223 21.3679 6.53066 20.9584 6.25707C20.4363 5.90821 19.8461 5.76136 19.1655 5.69213C18.5062 5.62506 17.6845 5.62507 16.6655 5.62508L13.1111 5.62508C12.795 5.62508 12.6146 5.62415 12.4814 5.61039C12.3794 5.60325 12.3098 5.52763 12.2878 5.49071C12.2159 5.37777 11.9588 4.86416 11.8175 4.58144C11.3454 3.62629 10.7331 2.38713 9.3376 1.86384Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.408 19.9116C20.4233 19.8997 20.415 19.8751 20.3955 19.8751C20.3842 19.8751 20.375 19.8843 20.375 19.8956C20.375 19.9126 20.3946 19.9221 20.408 19.9116Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.875 12.375C18.4273 12.375 18.875 12.8227 18.875 13.375V16.375H21.875C22.4273 16.375 22.875 16.8227 22.875 17.375C22.875 17.9273 22.4273 18.375 21.875 18.375H18.875V21.375C18.875 21.9273 18.4273 22.375 17.875 22.375C17.3227 22.375 16.875 21.9273 16.875 21.375V18.375H13.875C13.3227 18.375 12.875 17.9273 12.875 17.375C12.875 16.8227 13.3227 16.375 13.875 16.375H16.875V13.375C16.875 12.8227 17.3227 12.375 17.875 12.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 1.86384C8.69873 1.62427 7.98705 1.62458 6.95764 1.62504C6.0789 1.62503 5.19705 1.62506 4.6247 1.67552C4.03496 1.7275 3.51888 1.83746 3.04758 2.10048C2.44033 2.43935 1.93928 2.94041 1.6004 3.54766C1.33738 4.01896 1.22742 4.53504 1.17544 5.12478C1.12498 5.69712 1.12499 6.40585 1.125 7.28458V10.4325C1.12499 12.7408 1.12498 14.5499 1.31475 15.9614C1.50899 17.4061 1.91433 18.5461 2.80914 19.4409C3.70395 20.3358 4.84397 20.7411 6.28871 20.9353C7.70019 21.1251 9.50923 21.1251 11.8176 21.1251H13.1673C13.7478 21.1251 14.286 21.1251 14.7856 21.1209C15.0626 21.1186 15.201 21.1174 15.288 21.0297C15.375 20.942 15.375 20.8026 15.375 20.5239V20.4751C15.375 20.1923 15.375 20.0509 15.2871 19.963C15.1993 19.8751 15.0578 19.8751 14.775 19.8751H13.875C12.4943 19.8751 11.375 18.7558 11.375 17.3751C11.375 15.9944 12.4943 14.8751 13.875 14.8751H14.775C15.0578 14.8751 15.1993 14.8751 15.2871 14.7873C15.375 14.6994 15.375 14.558 15.375 14.2751V13.3751C15.375 11.9944 16.4943 10.8751 17.875 10.8751C19.2557 10.8751 20.375 11.9944 20.375 13.3751V14.2751C20.375 14.558 20.375 14.6994 20.4629 14.7873C20.5507 14.8751 20.6922 14.8751 20.975 14.8751H21.875C22.2263 14.8751 22.402 14.8751 22.4843 14.809C22.5016 14.795 22.5107 14.7862 22.5251 14.7692C22.5934 14.6887 22.5972 14.547 22.6048 14.2636C22.625 13.507 22.625 12.6475 22.625 11.6673C22.625 10.6483 22.625 9.74389 22.558 9.08456C22.4887 8.404 22.3419 7.8138 21.993 7.29169C21.7194 6.88223 21.3679 6.53066 20.9584 6.25707C20.4363 5.90821 19.8461 5.76136 19.1655 5.69213C18.5062 5.62506 17.6845 5.62507 16.6655 5.62508L13.1111 5.62508C12.795 5.62508 12.6146 5.62415 12.4814 5.61039C12.3794 5.60325 12.3098 5.52763 12.2878 5.49071C12.2159 5.37777 11.9588 4.86416 11.8175 4.58144C11.3454 3.62629 10.7331 2.38713 9.3376 1.86384Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.408 19.9116C20.4233 19.8997 20.415 19.8751 20.3955 19.8751C20.3842 19.8751 20.375 19.8843 20.375 19.8956C20.375 19.9126 20.3946 19.9221 20.408 19.9116Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-attachment{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 18.2981C14 20.5257 15.7671 22.375 18 22.375C20.2329 22.375 22 20.5257 22 18.2981L22 15.8365C22 15.2843 21.5523 14.8365 21 14.8365C20.4477 14.8365 20 15.2843 20 15.8365L20 18.2981C20 19.4691 19.0809 20.375 18 20.375C16.9191 20.375 16 19.4691 16 18.2981L16 14.9135C16 14.5921 16.2476 14.375 16.5 14.375C16.7524 14.375 17 14.5921 17 14.9135L17 18.2981C17 18.8504 17.4477 19.2981 18 19.2981C18.5523 19.2981 19 18.8504 19 18.2981L19 14.9135C19 13.5355 17.9044 12.375 16.5 12.375C15.0956 12.375 14 13.5355 14 14.9135L14 18.2981Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.86384C8.82373 1.62427 8.11205 1.62458 7.08264 1.62504C6.2039 1.62503 5.32205 1.62506 4.7497 1.67552C4.15996 1.7275 3.64388 1.83746 3.17258 2.10048C2.56533 2.43935 2.06428 2.94041 1.7254 3.54766C1.46238 4.01896 1.35242 4.53504 1.30044 5.12478C1.24998 5.69712 1.24999 6.40585 1.25 7.28458V10.4325C1.24999 12.7408 1.24998 14.5499 1.43975 15.9614C1.63399 17.4061 2.03933 18.5461 2.93414 19.4409C3.82895 20.3358 4.96897 20.7411 6.41371 20.9353C7.82519 21.1251 9.63423 21.1251 11.9426 21.1251H12.2183C12.6653 21.1251 12.8888 21.1251 12.9785 20.9982C13.0681 20.8713 12.9865 20.6411 12.8233 20.1808C12.6136 19.5894 12.5 18.9546 12.5 18.2982L12.5 14.9136C12.5 12.7476 14.2273 10.8751 16.5 10.8751C18.0314 10.8751 19.3152 11.7253 19.9898 12.9427C20.1216 13.1807 20.1876 13.2997 20.2658 13.3414C20.344 13.3832 20.4914 13.3707 20.786 13.3457C20.8565 13.3397 20.9279 13.3367 21 13.3367C21.1862 13.3367 21.3676 13.357 21.5421 13.3956C22.1959 13.5401 22.5228 13.6124 22.6348 13.5227C22.7469 13.4329 22.7477 13.1771 22.7491 12.6654C22.75 12.3473 22.75 12.0149 22.75 11.6673C22.75 10.6483 22.75 9.74389 22.683 9.08456C22.6137 8.404 22.4669 7.8138 22.118 7.29169C21.8444 6.88223 21.4929 6.53066 21.0834 6.25707C20.5613 5.90821 19.9711 5.76136 19.2905 5.69213C18.6312 5.62506 17.8095 5.62507 16.7905 5.62508L13.2361 5.62508C12.92 5.62508 12.7396 5.62415 12.6064 5.61039C12.5044 5.60325 12.4348 5.52763 12.4128 5.49071C12.3409 5.37777 12.0838 4.86416 11.9425 4.58144C11.4704 3.62629 10.8581 2.38713 9.4626 1.86384Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 18.2981C14 20.5257 15.7671 22.375 18 22.375C20.2329 22.375 22 20.5257 22 18.2981L22 15.8365C22 15.2843 21.5523 14.8365 21 14.8365C20.4477 14.8365 20 15.2843 20 15.8365L20 18.2981C20 19.4691 19.0809 20.375 18 20.375C16.9191 20.375 16 19.4691 16 18.2981L16 14.9135C16 14.5921 16.2476 14.375 16.5 14.375C16.7524 14.375 17 14.5921 17 14.9135L17 18.2981C17 18.8504 17.4477 19.2981 18 19.2981C18.5523 19.2981 19 18.8504 19 18.2981L19 14.9135C19 13.5355 17.9044 12.375 16.5 12.375C15.0956 12.375 14 13.5355 14 14.9135L14 18.2981Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.86384C8.82373 1.62427 8.11205 1.62458 7.08264 1.62504C6.2039 1.62503 5.32205 1.62506 4.7497 1.67552C4.15996 1.7275 3.64388 1.83746 3.17258 2.10048C2.56533 2.43935 2.06428 2.94041 1.7254 3.54766C1.46238 4.01896 1.35242 4.53504 1.30044 5.12478C1.24998 5.69712 1.24999 6.40585 1.25 7.28458V10.4325C1.24999 12.7408 1.24998 14.5499 1.43975 15.9614C1.63399 17.4061 2.03933 18.5461 2.93414 19.4409C3.82895 20.3358 4.96897 20.7411 6.41371 20.9353C7.82519 21.1251 9.63423 21.1251 11.9426 21.1251H12.2183C12.6653 21.1251 12.8888 21.1251 12.9785 20.9982C13.0681 20.8713 12.9865 20.6411 12.8233 20.1808C12.6136 19.5894 12.5 18.9546 12.5 18.2982L12.5 14.9136C12.5 12.7476 14.2273 10.8751 16.5 10.8751C18.0314 10.8751 19.3152 11.7253 19.9898 12.9427C20.1216 13.1807 20.1876 13.2997 20.2658 13.3414C20.344 13.3832 20.4914 13.3707 20.786 13.3457C20.8565 13.3397 20.9279 13.3367 21 13.3367C21.1862 13.3367 21.3676 13.357 21.5421 13.3956C22.1959 13.5401 22.5228 13.6124 22.6348 13.5227C22.7469 13.4329 22.7477 13.1771 22.7491 12.6654C22.75 12.3473 22.75 12.0149 22.75 11.6673C22.75 10.6483 22.75 9.74389 22.683 9.08456C22.6137 8.404 22.4669 7.8138 22.118 7.29169C21.8444 6.88223 21.4929 6.53066 21.0834 6.25707C20.5613 5.90821 19.9711 5.76136 19.2905 5.69213C18.6312 5.62506 17.8095 5.62507 16.7905 5.62508L13.2361 5.62508C12.92 5.62508 12.7396 5.62415 12.6064 5.61039C12.5044 5.60325 12.4348 5.52763 12.4128 5.49071C12.3409 5.37777 12.0838 4.86416 11.9425 4.58144C11.4704 3.62629 10.8581 2.38713 9.4626 1.86384Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-audio{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.4626 1.98896C8.82373 1.74939 8.11205 1.74971 7.08264 1.75016C6.2039 1.75015 5.32205 1.75019 4.7497 1.80064C4.15996 1.85262 3.64388 1.96258 3.17258 2.2256C2.56533 2.56448 2.06428 3.06553 1.7254 3.67278C1.46238 4.14408 1.35242 4.66016 1.30044 5.2499C1.24999 5.82225 1.24999 6.53097 1.25 7.40971V10.5576C1.24999 12.866 1.24998 14.675 1.43975 16.0865C1.63399 17.5312 2.03933 18.6713 2.93414 19.5661C3.82895 20.4609 4.96897 20.8662 6.41371 21.0605C7.82519 21.2502 9.63423 21.2502 11.9426 21.2502H12.9272C12.9827 21.2502 13.0104 21.2502 13.0336 21.2466C13.1641 21.2261 13.2659 21.1225 13.2842 20.9916C13.2874 20.9684 13.2869 20.9407 13.2859 20.8852C13.2854 20.8529 13.2851 20.8368 13.2837 20.8234C13.2752 20.7447 13.2439 20.6839 13.1847 20.6313C13.1747 20.6223 13.1588 20.6105 13.1271 20.5871C12.2383 19.9296 11.9225 19.0197 11.8138 18.3685C11.7346 17.8936 11.7443 17.2428 11.7482 17.0002C11.7443 16.7575 11.7346 16.1068 11.8138 15.6318C11.9287 14.9439 12.2745 13.9675 13.2827 13.3047C13.8589 12.9259 14.4436 12.8183 14.8593 12.7767C15.2148 12.7411 15.6518 12.7412 15.9977 12.7413C16.0266 12.7413 16.0562 12.7411 16.0851 12.7407C16.1759 12.7397 16.2212 12.7391 16.2736 12.7179C16.326 12.6967 16.3589 12.6657 16.4247 12.6035C16.4635 12.5669 16.5034 12.5286 16.537 12.4955C17.0867 11.9544 17.6579 11.3922 18.1721 11.0116C18.6427 10.6633 19.8502 9.86538 21.3092 10.46C22.065 10.768 22.4428 10.922 22.5413 10.8948C22.631 10.8701 22.654 10.8538 22.7074 10.7775C22.7659 10.6937 22.7517 10.3891 22.7232 9.77974C22.7136 9.57429 22.7006 9.38347 22.683 9.20968C22.6137 8.52913 22.4669 7.93892 22.118 7.41681C21.8444 7.00735 21.4929 6.65578 21.0834 6.38219C20.5613 6.03333 19.9711 5.88648 19.2905 5.81725C18.6312 5.75018 17.8095 5.75019 16.7905 5.7502L13.2361 5.7502C12.92 5.7502 12.7396 5.74928 12.6064 5.73551C12.5044 5.72837 12.4348 5.65275 12.4128 5.61583C12.3409 5.50289 12.0838 4.98929 11.9425 4.70656C11.4704 3.75141 10.8581 2.51225 9.4626 1.98896Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0647 12.2184C19.4809 11.9104 20.0784 11.5793 20.7434 11.8503C21.4143 12.1237 21.6019 12.7835 21.6753 13.2942C21.7505 13.8176 21.7505 14.5252 21.7504 15.3579V18.6448C21.7505 19.4774 21.7505 20.185 21.6753 20.7085C21.6019 21.2191 21.4143 21.8789 20.7434 22.1524C20.0784 22.4234 19.4809 22.0922 19.0647 21.7842C18.6366 21.4673 18.1289 20.9678 17.5297 20.3781C17.2267 20.0799 17.0073 19.9212 16.8502 19.8591C16.6894 19.7955 16.4764 19.7602 16.0421 19.7602H16.0421C15.6616 19.7602 15.2883 19.7602 15.009 19.7323C14.7094 19.7023 14.3971 19.6342 14.1069 19.4434C13.5704 19.0907 13.3682 18.5696 13.2936 18.1227C13.2386 17.7934 13.2445 17.2629 13.2486 17.0013C13.2445 16.7397 13.2386 16.2093 13.2936 15.8799C13.3682 15.4331 13.5704 14.9119 14.1069 14.5592C14.3971 14.3684 14.7094 14.3003 15.009 14.2704C15.2883 14.2424 15.6616 14.2424 16.0421 14.2424C16.4764 14.2424 16.6894 14.2071 16.8502 14.1435C17.0073 14.0814 17.2267 13.9227 17.5297 13.6245C18.1289 13.0349 18.6366 12.5353 19.0647 12.2184Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.4626 1.98896C8.82373 1.74939 8.11205 1.74971 7.08264 1.75016C6.2039 1.75015 5.32205 1.75019 4.7497 1.80064C4.15996 1.85262 3.64388 1.96258 3.17258 2.2256C2.56533 2.56448 2.06428 3.06553 1.7254 3.67278C1.46238 4.14408 1.35242 4.66016 1.30044 5.2499C1.24999 5.82225 1.24999 6.53097 1.25 7.40971V10.5576C1.24999 12.866 1.24998 14.675 1.43975 16.0865C1.63399 17.5312 2.03933 18.6713 2.93414 19.5661C3.82895 20.4609 4.96897 20.8662 6.41371 21.0605C7.82519 21.2502 9.63423 21.2502 11.9426 21.2502H12.9272C12.9827 21.2502 13.0104 21.2502 13.0336 21.2466C13.1641 21.2261 13.2659 21.1225 13.2842 20.9916C13.2874 20.9684 13.2869 20.9407 13.2859 20.8852C13.2854 20.8529 13.2851 20.8368 13.2837 20.8234C13.2752 20.7447 13.2439 20.6839 13.1847 20.6313C13.1747 20.6223 13.1588 20.6105 13.1271 20.5871C12.2383 19.9296 11.9225 19.0197 11.8138 18.3685C11.7346 17.8936 11.7443 17.2428 11.7482 17.0002C11.7443 16.7575 11.7346 16.1068 11.8138 15.6318C11.9287 14.9439 12.2745 13.9675 13.2827 13.3047C13.8589 12.9259 14.4436 12.8183 14.8593 12.7767C15.2148 12.7411 15.6518 12.7412 15.9977 12.7413C16.0266 12.7413 16.0562 12.7411 16.0851 12.7407C16.1759 12.7397 16.2212 12.7391 16.2736 12.7179C16.326 12.6967 16.3589 12.6657 16.4247 12.6035C16.4635 12.5669 16.5034 12.5286 16.537 12.4955C17.0867 11.9544 17.6579 11.3922 18.1721 11.0116C18.6427 10.6633 19.8502 9.86538 21.3092 10.46C22.065 10.768 22.4428 10.922 22.5413 10.8948C22.631 10.8701 22.654 10.8538 22.7074 10.7775C22.7659 10.6937 22.7517 10.3891 22.7232 9.77974C22.7136 9.57429 22.7006 9.38347 22.683 9.20968C22.6137 8.52913 22.4669 7.93892 22.118 7.41681C21.8444 7.00735 21.4929 6.65578 21.0834 6.38219C20.5613 6.03333 19.9711 5.88648 19.2905 5.81725C18.6312 5.75018 17.8095 5.75019 16.7905 5.7502L13.2361 5.7502C12.92 5.7502 12.7396 5.74928 12.6064 5.73551C12.5044 5.72837 12.4348 5.65275 12.4128 5.61583C12.3409 5.50289 12.0838 4.98929 11.9425 4.70656C11.4704 3.75141 10.8581 2.51225 9.4626 1.98896Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0647 12.2184C19.4809 11.9104 20.0784 11.5793 20.7434 11.8503C21.4143 12.1237 21.6019 12.7835 21.6753 13.2942C21.7505 13.8176 21.7505 14.5252 21.7504 15.3579V18.6448C21.7505 19.4774 21.7505 20.185 21.6753 20.7085C21.6019 21.2191 21.4143 21.8789 20.7434 22.1524C20.0784 22.4234 19.4809 22.0922 19.0647 21.7842C18.6366 21.4673 18.1289 20.9678 17.5297 20.3781C17.2267 20.0799 17.0073 19.9212 16.8502 19.8591C16.6894 19.7955 16.4764 19.7602 16.0421 19.7602H16.0421C15.6616 19.7602 15.2883 19.7602 15.009 19.7323C14.7094 19.7023 14.3971 19.6342 14.1069 19.4434C13.5704 19.0907 13.3682 18.5696 13.2936 18.1227C13.2386 17.7934 13.2445 17.2629 13.2486 17.0013C13.2445 16.7397 13.2386 16.2093 13.2936 15.8799C13.3682 15.4331 13.5704 14.9119 14.1069 14.5592C14.3971 14.3684 14.7094 14.3003 15.009 14.2704C15.2883 14.2424 15.6616 14.2424 16.0421 14.2424C16.4764 14.2424 16.6894 14.2071 16.8502 14.1435C17.0073 14.0814 17.2267 13.9227 17.5297 13.6245C18.1289 13.0349 18.6366 12.5353 19.0647 12.2184Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-block{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.4612 15.547L20.703 18.7888C20.8141 18.5058 20.875 18.1977 20.875 17.875C20.875 16.4943 19.7557 15.375 18.375 15.375C18.0523 15.375 17.7442 15.4359 17.4612 15.547ZM19.2888 20.203L16.047 16.9612C15.9359 17.2442 15.875 17.5523 15.875 17.875C15.875 19.2557 16.9943 20.375 18.375 20.375C18.6977 20.375 19.0058 20.3141 19.2888 20.203ZM15.193 14.693C16.0063 13.8798 17.1326 13.375 18.375 13.375C20.8603 13.375 22.875 15.3897 22.875 17.875C22.875 19.1174 22.3702 20.2437 21.557 21.057C20.7437 21.8702 19.6174 22.375 18.375 22.375C15.8897 22.375 13.875 20.3603 13.875 17.875C13.875 16.6326 14.3798 15.5063 15.193 14.693Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 1.86384C8.69873 1.62427 7.98705 1.62458 6.95764 1.62504C6.0789 1.62503 5.19705 1.62506 4.6247 1.67552C4.03496 1.7275 3.51888 1.83746 3.04758 2.10048C2.44033 2.43935 1.93928 2.94041 1.6004 3.54766C1.33738 4.01896 1.22742 4.53504 1.17544 5.12478C1.12498 5.69712 1.12499 6.40585 1.125 7.28458V10.4325C1.12499 12.7408 1.12498 14.5499 1.31475 15.9614C1.50899 17.4061 1.91433 18.5461 2.80914 19.4409C3.70395 20.3358 4.84397 20.7411 6.28871 20.9353C7.70019 21.1251 9.50923 21.1251 11.8176 21.1251H12.229C12.6989 21.1251 12.9339 21.1251 13.023 20.9922C13.1121 20.8593 13.0152 20.6229 12.8213 20.1501C12.5336 19.4485 12.375 18.6803 12.375 17.8751C12.375 16.2187 13.0495 14.7154 14.1324 13.6325C15.2153 12.5496 16.7186 11.8751 18.375 11.8751C19.5212 11.8751 20.5924 12.1965 21.5032 12.7541C22.0461 13.0865 22.3176 13.2526 22.4709 13.1668C22.6242 13.081 22.6244 12.7908 22.6249 12.2105C22.625 12.0337 22.625 11.8527 22.625 11.6673C22.625 10.6483 22.625 9.74389 22.558 9.08456C22.4887 8.404 22.3419 7.8138 21.993 7.29169C21.7194 6.88223 21.3679 6.53066 20.9584 6.25707C20.4363 5.90821 19.8461 5.76136 19.1655 5.69213C18.5062 5.62506 17.6845 5.62507 16.6655 5.62508L13.1111 5.62508C12.795 5.62508 12.6146 5.62415 12.4814 5.61039C12.3794 5.60325 12.3098 5.52763 12.2878 5.49071C12.2159 5.37777 11.9588 4.86416 11.8175 4.58144C11.3454 3.62629 10.7331 2.38713 9.3376 1.86384Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.4612 15.547L20.703 18.7888C20.8141 18.5058 20.875 18.1977 20.875 17.875C20.875 16.4943 19.7557 15.375 18.375 15.375C18.0523 15.375 17.7442 15.4359 17.4612 15.547ZM19.2888 20.203L16.047 16.9612C15.9359 17.2442 15.875 17.5523 15.875 17.875C15.875 19.2557 16.9943 20.375 18.375 20.375C18.6977 20.375 19.0058 20.3141 19.2888 20.203ZM15.193 14.693C16.0063 13.8798 17.1326 13.375 18.375 13.375C20.8603 13.375 22.875 15.3897 22.875 17.875C22.875 19.1174 22.3702 20.2437 21.557 21.057C20.7437 21.8702 19.6174 22.375 18.375 22.375C15.8897 22.375 13.875 20.3603 13.875 17.875C13.875 16.6326 14.3798 15.5063 15.193 14.693Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 1.86384C8.69873 1.62427 7.98705 1.62458 6.95764 1.62504C6.0789 1.62503 5.19705 1.62506 4.6247 1.67552C4.03496 1.7275 3.51888 1.83746 3.04758 2.10048C2.44033 2.43935 1.93928 2.94041 1.6004 3.54766C1.33738 4.01896 1.22742 4.53504 1.17544 5.12478C1.12498 5.69712 1.12499 6.40585 1.125 7.28458V10.4325C1.12499 12.7408 1.12498 14.5499 1.31475 15.9614C1.50899 17.4061 1.91433 18.5461 2.80914 19.4409C3.70395 20.3358 4.84397 20.7411 6.28871 20.9353C7.70019 21.1251 9.50923 21.1251 11.8176 21.1251H12.229C12.6989 21.1251 12.9339 21.1251 13.023 20.9922C13.1121 20.8593 13.0152 20.6229 12.8213 20.1501C12.5336 19.4485 12.375 18.6803 12.375 17.8751C12.375 16.2187 13.0495 14.7154 14.1324 13.6325C15.2153 12.5496 16.7186 11.8751 18.375 11.8751C19.5212 11.8751 20.5924 12.1965 21.5032 12.7541C22.0461 13.0865 22.3176 13.2526 22.4709 13.1668C22.6242 13.081 22.6244 12.7908 22.6249 12.2105C22.625 12.0337 22.625 11.8527 22.625 11.6673C22.625 10.6483 22.625 9.74389 22.558 9.08456C22.4887 8.404 22.3419 7.8138 21.993 7.29169C21.7194 6.88223 21.3679 6.53066 20.9584 6.25707C20.4363 5.90821 19.8461 5.76136 19.1655 5.69213C18.5062 5.62506 17.6845 5.62507 16.6655 5.62508L13.1111 5.62508C12.795 5.62508 12.6146 5.62415 12.4814 5.61039C12.3794 5.60325 12.3098 5.52763 12.2878 5.49071C12.2159 5.37777 11.9588 4.86416 11.8175 4.58144C11.3454 3.62629 10.7331 2.38713 9.3376 1.86384Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-check{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9426 14.5414C22.127 15.062 21.8544 15.6335 21.3338 15.8179C20.8002 16.0069 20.1837 16.4138 19.5307 16.9865C18.888 17.5501 18.2628 18.2271 17.7091 18.8909C17.1572 19.5524 16.6885 20.1861 16.3574 20.6551C16.1922 20.8891 15.932 21.2794 15.8441 21.4115C15.6508 21.7156 15.3087 21.8924 14.9489 21.874C14.5889 21.8555 14.2668 21.6448 14.1056 21.3225C13.6649 20.4411 13.2696 20.0902 13.0703 19.9573C12.986 19.9011 12.929 19.8786 12.9064 19.8709C12.398 19.8237 12 19.396 12 18.8753C12 18.323 12.4477 17.8753 13 17.8753C13.1328 17.8753 13.3434 17.9155 13.4466 17.945C13.6545 18.0044 13.9053 18.1103 14.1797 18.2932C14.454 18.4761 14.7416 18.7288 15.0304 19.0747C15.3456 18.6439 15.734 18.1363 16.1733 17.6097C16.7666 16.8985 17.465 16.1379 18.212 15.4828C18.9486 14.8368 19.788 14.2436 20.6662 13.9326C21.1868 13.7483 21.7582 14.0208 21.9426 14.5414Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 2.3639C8.82373 2.12433 8.11205 2.12464 7.08264 2.1251C6.2039 2.12509 5.32205 2.12512 4.7497 2.17558C4.15996 2.22756 3.64388 2.33752 3.17258 2.60054C2.56533 2.93942 2.06428 3.44047 1.7254 4.04772C1.46238 4.51902 1.35242 5.0351 1.30044 5.62484C1.24998 6.19719 1.24999 6.90591 1.25 7.78464V10.9325C1.24999 13.2409 1.24998 15.05 1.43975 16.4614C1.63399 17.9062 2.03933 19.0462 2.93414 19.941C3.82895 20.8358 4.96897 21.2412 6.41371 21.4354C7.82519 21.6252 9.63423 21.6252 11.9426 21.6251H12.1912C12.3527 21.6251 12.44 21.4308 12.3353 21.3078C12.3102 21.2782 12.2897 21.2728 12.2527 21.2612C11.2366 20.9432 10.5 19.9958 10.5 18.8751C10.5 17.4944 11.6193 16.3751 13 16.3751C13.3209 16.3751 13.6781 16.451 13.8587 16.5026C14.0158 16.5475 14.1801 16.6059 14.3495 16.6804C14.5884 16.7854 14.7078 16.838 14.8043 16.8161C14.9007 16.7943 14.9782 16.7044 15.1331 16.5247C15.7387 15.8221 16.5322 14.9607 17.223 14.3549C18.0225 13.6537 19.029 12.921 20.1654 12.5186C20.7834 12.2997 21.4302 12.3384 21.9884 12.5788C22.2441 12.6889 22.372 12.744 22.416 12.749C22.5897 12.7689 22.6867 12.705 22.7372 12.5376C22.75 12.4952 22.75 12.386 22.75 12.1674C22.75 11.1484 22.75 10.2439 22.683 9.58462C22.6137 8.90406 22.4669 8.31386 22.118 7.79175C21.8444 7.38229 21.4929 7.03072 21.0834 6.75713C20.5613 6.40827 19.9711 6.26142 19.2905 6.19219C18.6312 6.12512 17.8095 6.12513 16.7905 6.12514L13.2361 6.12514C12.92 6.12514 12.7396 6.12422 12.6064 6.11045C12.5044 6.10331 12.4348 6.02769 12.4128 5.99077C12.3409 5.87783 12.0838 5.36422 11.9425 5.0815C11.4704 4.12635 10.8581 2.88719 9.4626 2.3639Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9426 14.5414C22.127 15.062 21.8544 15.6335 21.3338 15.8179C20.8002 16.0069 20.1837 16.4138 19.5307 16.9865C18.888 17.5501 18.2628 18.2271 17.7091 18.8909C17.1572 19.5524 16.6885 20.1861 16.3574 20.6551C16.1922 20.8891 15.932 21.2794 15.8441 21.4115C15.6508 21.7156 15.3087 21.8924 14.9489 21.874C14.5889 21.8555 14.2668 21.6448 14.1056 21.3225C13.6649 20.4411 13.2696 20.0902 13.0703 19.9573C12.986 19.9011 12.929 19.8786 12.9064 19.8709C12.398 19.8237 12 19.396 12 18.8753C12 18.323 12.4477 17.8753 13 17.8753C13.1328 17.8753 13.3434 17.9155 13.4466 17.945C13.6545 18.0044 13.9053 18.1103 14.1797 18.2932C14.454 18.4761 14.7416 18.7288 15.0304 19.0747C15.3456 18.6439 15.734 18.1363 16.1733 17.6097C16.7666 16.8985 17.465 16.1379 18.212 15.4828C18.9486 14.8368 19.788 14.2436 20.6662 13.9326C21.1868 13.7483 21.7582 14.0208 21.9426 14.5414Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 2.3639C8.82373 2.12433 8.11205 2.12464 7.08264 2.1251C6.2039 2.12509 5.32205 2.12512 4.7497 2.17558C4.15996 2.22756 3.64388 2.33752 3.17258 2.60054C2.56533 2.93942 2.06428 3.44047 1.7254 4.04772C1.46238 4.51902 1.35242 5.0351 1.30044 5.62484C1.24998 6.19719 1.24999 6.90591 1.25 7.78464V10.9325C1.24999 13.2409 1.24998 15.05 1.43975 16.4614C1.63399 17.9062 2.03933 19.0462 2.93414 19.941C3.82895 20.8358 4.96897 21.2412 6.41371 21.4354C7.82519 21.6252 9.63423 21.6252 11.9426 21.6251H12.1912C12.3527 21.6251 12.44 21.4308 12.3353 21.3078C12.3102 21.2782 12.2897 21.2728 12.2527 21.2612C11.2366 20.9432 10.5 19.9958 10.5 18.8751C10.5 17.4944 11.6193 16.3751 13 16.3751C13.3209 16.3751 13.6781 16.451 13.8587 16.5026C14.0158 16.5475 14.1801 16.6059 14.3495 16.6804C14.5884 16.7854 14.7078 16.838 14.8043 16.8161C14.9007 16.7943 14.9782 16.7044 15.1331 16.5247C15.7387 15.8221 16.5322 14.9607 17.223 14.3549C18.0225 13.6537 19.029 12.921 20.1654 12.5186C20.7834 12.2997 21.4302 12.3384 21.9884 12.5788C22.2441 12.6889 22.372 12.744 22.416 12.749C22.5897 12.7689 22.6867 12.705 22.7372 12.5376C22.75 12.4952 22.75 12.386 22.75 12.1674C22.75 11.1484 22.75 10.2439 22.683 9.58462C22.6137 8.90406 22.4669 8.31386 22.118 7.79175C21.8444 7.38229 21.4929 7.03072 21.0834 6.75713C20.5613 6.40827 19.9711 6.26142 19.2905 6.19219C18.6312 6.12512 17.8095 6.12513 16.7905 6.12514L13.2361 6.12514C12.92 6.12514 12.7396 6.12422 12.6064 6.11045C12.5044 6.10331 12.4348 6.02769 12.4128 5.99077C12.3409 5.87783 12.0838 5.36422 11.9425 5.0815C11.4704 4.12635 10.8581 2.88719 9.4626 2.3639Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-cloud{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6022 15.5482C13.9744 13.9689 15.3248 12.75 17 12.75C18.897 12.75 20.2896 14.3085 20.4775 16.0519C21.689 16.3902 22.75 17.5431 22.75 19.1C22.75 20.7934 21.4517 22.25 19.75 22.25H14.5C12.6602 22.25 11.25 20.674 11.25 18.8333C11.25 17.3044 12.2191 15.9629 13.6022 15.5482Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.98884C8.82373 1.74927 8.11205 1.74958 7.08264 1.75004C6.2039 1.75003 5.32205 1.75006 4.7497 1.80052C4.15996 1.8525 3.64388 1.96246 3.17258 2.22548C2.56533 2.56435 2.06428 3.06541 1.7254 3.67266C1.46238 4.14396 1.35242 4.66004 1.30044 5.24978C1.24998 5.82212 1.24999 6.53085 1.25 7.40958V10.5575C1.24999 12.8658 1.24998 14.6749 1.43975 16.0864C1.63399 17.5311 2.03933 18.6711 2.93414 19.5659C3.82895 20.4608 4.96897 20.8661 6.41371 21.0603C7.24707 21.1724 8.21901 21.2183 9.35048 21.2371C9.78433 21.2443 10.0013 21.2479 10.0931 21.1256C10.185 21.0034 10.1143 20.7733 9.97294 20.3132C9.82741 19.8395 9.75 19.3408 9.75 18.8335C9.75 17.0463 10.6935 15.3919 12.1956 14.5308C12.2956 14.4735 12.3456 14.4449 12.3772 14.4102C12.4089 14.3755 12.4326 14.3237 12.48 14.2202C13.2592 12.5177 14.9305 11.2501 17 11.2501C19.3601 11.2501 21.0905 12.8699 21.7287 14.7921C21.7495 14.8547 21.7599 14.886 21.7725 14.9093C21.7919 14.9451 21.8105 14.9681 21.8415 14.9946C21.8616 15.0117 21.89 15.0284 21.9468 15.0617C22.1987 15.2095 22.3246 15.2834 22.4019 15.2854C22.5183 15.2883 22.607 15.2396 22.6669 15.1399C22.7067 15.0735 22.7112 14.9467 22.7203 14.6931C22.75 13.8646 22.75 12.9064 22.75 11.7923C22.75 10.7733 22.75 9.86889 22.683 9.20956C22.6137 8.529 22.4669 7.9388 22.118 7.41669C21.8444 7.00723 21.4929 6.65566 21.0834 6.38207C20.5613 6.03321 19.9711 5.88636 19.2905 5.81713C18.6312 5.75006 17.8095 5.75007 16.7905 5.75008L13.2361 5.75008C12.92 5.75008 12.7396 5.74915 12.6064 5.73539C12.5044 5.72825 12.4348 5.65263 12.4128 5.61571C12.3409 5.50277 12.0838 4.98916 11.9425 4.70644C11.4704 3.75129 10.8581 2.51213 9.4626 1.98884Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6022 15.5482C13.9744 13.9689 15.3248 12.75 17 12.75C18.897 12.75 20.2896 14.3085 20.4775 16.0519C21.689 16.3902 22.75 17.5431 22.75 19.1C22.75 20.7934 21.4517 22.25 19.75 22.25H14.5C12.6602 22.25 11.25 20.674 11.25 18.8333C11.25 17.3044 12.2191 15.9629 13.6022 15.5482Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.98884C8.82373 1.74927 8.11205 1.74958 7.08264 1.75004C6.2039 1.75003 5.32205 1.75006 4.7497 1.80052C4.15996 1.8525 3.64388 1.96246 3.17258 2.22548C2.56533 2.56435 2.06428 3.06541 1.7254 3.67266C1.46238 4.14396 1.35242 4.66004 1.30044 5.24978C1.24998 5.82212 1.24999 6.53085 1.25 7.40958V10.5575C1.24999 12.8658 1.24998 14.6749 1.43975 16.0864C1.63399 17.5311 2.03933 18.6711 2.93414 19.5659C3.82895 20.4608 4.96897 20.8661 6.41371 21.0603C7.24707 21.1724 8.21901 21.2183 9.35048 21.2371C9.78433 21.2443 10.0013 21.2479 10.0931 21.1256C10.185 21.0034 10.1143 20.7733 9.97294 20.3132C9.82741 19.8395 9.75 19.3408 9.75 18.8335C9.75 17.0463 10.6935 15.3919 12.1956 14.5308C12.2956 14.4735 12.3456 14.4449 12.3772 14.4102C12.4089 14.3755 12.4326 14.3237 12.48 14.2202C13.2592 12.5177 14.9305 11.2501 17 11.2501C19.3601 11.2501 21.0905 12.8699 21.7287 14.7921C21.7495 14.8547 21.7599 14.886 21.7725 14.9093C21.7919 14.9451 21.8105 14.9681 21.8415 14.9946C21.8616 15.0117 21.89 15.0284 21.9468 15.0617C22.1987 15.2095 22.3246 15.2834 22.4019 15.2854C22.5183 15.2883 22.607 15.2396 22.6669 15.1399C22.7067 15.0735 22.7112 14.9467 22.7203 14.6931C22.75 13.8646 22.75 12.9064 22.75 11.7923C22.75 10.7733 22.75 9.86889 22.683 9.20956C22.6137 8.529 22.4669 7.9388 22.118 7.41669C21.8444 7.00723 21.4929 6.65566 21.0834 6.38207C20.5613 6.03321 19.9711 5.88636 19.2905 5.81713C18.6312 5.75006 17.8095 5.75007 16.7905 5.75008L13.2361 5.75008C12.92 5.75008 12.7396 5.74915 12.6064 5.73539C12.5044 5.72825 12.4348 5.65263 12.4128 5.61571C12.3409 5.50277 12.0838 4.98916 11.9425 4.70644C11.4704 3.75129 10.8581 2.51213 9.4626 1.98884Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-details-reference{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.8053 19.7447C11.7905 20.2968 11.331 20.7324 10.7789 20.7176C10.4879 20.7098 10.2292 20.5784 10.0518 20.3751L8.67052 18.9937L5.58211 22.0822C5.19158 22.4727 4.55842 22.4727 4.16789 22.0822C3.77737 21.6916 3.77737 21.0585 4.16789 20.6679L7.25631 17.5795L5.875 16.1982C5.67162 16.0209 5.54024 15.7622 5.53245 15.4712C5.51766 14.9191 5.95323 14.4595 6.50532 14.4448L8.6257 14.388C9.12436 14.3745 9.5944 14.3619 9.97841 14.4034C10.4036 14.4493 10.8855 14.5752 11.2802 14.9699C11.6748 15.3645 11.8007 15.8465 11.8467 16.2716C11.8882 16.6556 11.8755 17.1257 11.8621 17.6244L11.8053 19.7447Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 15.3751C13.875 14.8228 14.3227 14.3751 14.875 14.3751L21.875 14.3751C22.4273 14.3751 22.875 14.8228 22.875 15.3751C22.875 15.9273 22.4273 16.3751 21.875 16.3751L14.875 16.3751C14.3227 16.3751 13.875 15.9273 13.875 15.3751ZM13.875 18.3751C13.875 17.8228 14.3227 17.3751 14.875 17.3751H21.875C22.4273 17.3751 22.875 17.8228 22.875 18.3751C22.875 18.9273 22.4273 19.3751 21.875 19.3751H14.875C14.3227 19.3751 13.875 18.9273 13.875 18.3751ZM13.875 21.3751C13.875 20.8228 14.3227 20.3751 14.875 20.3751H18.375C18.9273 20.3751 19.375 20.8228 19.375 21.3751C19.375 21.9273 18.9273 22.3751 18.375 22.3751H14.875C14.3227 22.3751 13.875 21.9273 13.875 21.3751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.95764 1.6251C7.98705 1.62464 8.69873 1.62433 9.3376 1.8639C10.7331 2.38719 11.3454 3.62635 11.8175 4.5815C11.9588 4.86422 12.2159 5.37783 12.2878 5.49077C12.3098 5.52769 12.3794 5.60331 12.4814 5.61045C12.6146 5.62422 12.795 5.62514 13.1111 5.62514L16.6655 5.62514C17.6845 5.62513 18.5062 5.62512 19.1655 5.69219C19.8461 5.76142 20.4363 5.90827 20.9584 6.25713C21.3679 6.53072 21.7194 6.88229 21.993 7.29175C22.3419 7.81386 22.4887 8.40406 22.558 9.08462C22.625 9.74395 22.625 10.6484 22.625 11.6674V11.6734C22.625 11.8802 22.625 12.0816 22.6248 12.2778C22.6245 12.5591 22.6244 12.6997 22.5365 12.7875C22.4487 12.8752 22.3078 12.8752 22.0259 12.8752H14.875C14.0522 12.8752 13.3222 13.2728 12.8666 13.8862C12.7503 14.0429 12.4788 14.0473 12.3408 13.9094C11.6024 13.1709 10.727 12.9757 10.1396 12.9122L6.48744 12.945L6.46516 12.9455C5.08495 12.9824 3.99602 14.1313 4.03299 15.5115C4.05187 16.2164 4.36264 16.847 4.84234 17.287C4.9174 17.3621 4.95494 17.3996 4.97605 17.4396C5.02245 17.5273 5.02249 17.6322 4.97615 17.72C4.95507 17.7599 4.91755 17.7974 4.84255 17.8726L3.40067 19.3165C3.22873 19.4887 3.14276 19.5748 3.02076 19.5765C2.89876 19.5782 2.82121 19.5046 2.6661 19.3575C1.79063 18.5272 1.48596 17.2349 1.31475 15.9614C1.12498 14.55 1.12499 12.7409 1.125 10.4325V7.28464C1.12499 6.4059 1.12499 5.69718 1.17544 5.12484C1.22742 4.5351 1.33738 4.01902 1.6004 3.54772C1.93928 2.94047 2.44033 2.43942 3.04758 2.10054C3.51888 1.83752 4.03496 1.72756 4.6247 1.67558C5.19705 1.62512 6.0789 1.62509 6.95764 1.6251Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.8053 19.7447C11.7905 20.2968 11.331 20.7324 10.7789 20.7176C10.4879 20.7098 10.2292 20.5784 10.0518 20.3751L8.67052 18.9937L5.58211 22.0822C5.19158 22.4727 4.55842 22.4727 4.16789 22.0822C3.77737 21.6916 3.77737 21.0585 4.16789 20.6679L7.25631 17.5795L5.875 16.1982C5.67162 16.0209 5.54024 15.7622 5.53245 15.4712C5.51766 14.9191 5.95323 14.4595 6.50532 14.4448L8.6257 14.388C9.12436 14.3745 9.5944 14.3619 9.97841 14.4034C10.4036 14.4493 10.8855 14.5752 11.2802 14.9699C11.6748 15.3645 11.8007 15.8465 11.8467 16.2716C11.8882 16.6556 11.8755 17.1257 11.8621 17.6244L11.8053 19.7447Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 15.3751C13.875 14.8228 14.3227 14.3751 14.875 14.3751L21.875 14.3751C22.4273 14.3751 22.875 14.8228 22.875 15.3751C22.875 15.9273 22.4273 16.3751 21.875 16.3751L14.875 16.3751C14.3227 16.3751 13.875 15.9273 13.875 15.3751ZM13.875 18.3751C13.875 17.8228 14.3227 17.3751 14.875 17.3751H21.875C22.4273 17.3751 22.875 17.8228 22.875 18.3751C22.875 18.9273 22.4273 19.3751 21.875 19.3751H14.875C14.3227 19.3751 13.875 18.9273 13.875 18.3751ZM13.875 21.3751C13.875 20.8228 14.3227 20.3751 14.875 20.3751H18.375C18.9273 20.3751 19.375 20.8228 19.375 21.3751C19.375 21.9273 18.9273 22.3751 18.375 22.3751H14.875C14.3227 22.3751 13.875 21.9273 13.875 21.3751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.95764 1.6251C7.98705 1.62464 8.69873 1.62433 9.3376 1.8639C10.7331 2.38719 11.3454 3.62635 11.8175 4.5815C11.9588 4.86422 12.2159 5.37783 12.2878 5.49077C12.3098 5.52769 12.3794 5.60331 12.4814 5.61045C12.6146 5.62422 12.795 5.62514 13.1111 5.62514L16.6655 5.62514C17.6845 5.62513 18.5062 5.62512 19.1655 5.69219C19.8461 5.76142 20.4363 5.90827 20.9584 6.25713C21.3679 6.53072 21.7194 6.88229 21.993 7.29175C22.3419 7.81386 22.4887 8.40406 22.558 9.08462C22.625 9.74395 22.625 10.6484 22.625 11.6674V11.6734C22.625 11.8802 22.625 12.0816 22.6248 12.2778C22.6245 12.5591 22.6244 12.6997 22.5365 12.7875C22.4487 12.8752 22.3078 12.8752 22.0259 12.8752H14.875C14.0522 12.8752 13.3222 13.2728 12.8666 13.8862C12.7503 14.0429 12.4788 14.0473 12.3408 13.9094C11.6024 13.1709 10.727 12.9757 10.1396 12.9122L6.48744 12.945L6.46516 12.9455C5.08495 12.9824 3.99602 14.1313 4.03299 15.5115C4.05187 16.2164 4.36264 16.847 4.84234 17.287C4.9174 17.3621 4.95494 17.3996 4.97605 17.4396C5.02245 17.5273 5.02249 17.6322 4.97615 17.72C4.95507 17.7599 4.91755 17.7974 4.84255 17.8726L3.40067 19.3165C3.22873 19.4887 3.14276 19.5748 3.02076 19.5765C2.89876 19.5782 2.82121 19.5046 2.6661 19.3575C1.79063 18.5272 1.48596 17.2349 1.31475 15.9614C1.12498 14.55 1.12499 12.7409 1.125 10.4325V7.28464C1.12499 6.4059 1.12499 5.69718 1.17544 5.12484C1.22742 4.5351 1.33738 4.01902 1.6004 3.54772C1.93928 2.94047 2.44033 2.43942 3.04758 2.10054C3.51888 1.83752 4.03496 1.72756 4.6247 1.67558C5.19705 1.62512 6.0789 1.62509 6.95764 1.6251Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-details{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 15.3751C12.875 14.8228 13.3227 14.3751 13.875 14.3751L21.875 14.3751C22.4273 14.3751 22.875 14.8228 22.875 15.3751C22.875 15.9273 22.4273 16.3751 21.875 16.3751L13.875 16.3751C13.3227 16.3751 12.875 15.9273 12.875 15.3751ZM12.875 18.3751C12.875 17.8228 13.3227 17.3751 13.875 17.3751H21.875C22.4273 17.3751 22.875 17.8228 22.875 18.3751C22.875 18.9273 22.4273 19.3751 21.875 19.3751H13.875C13.3227 19.3751 12.875 18.9273 12.875 18.3751ZM12.8751 21.3748C12.8751 20.8225 13.3229 20.3748 13.8752 20.3749L17.8751 20.3751C18.4273 20.3751 18.875 20.8228 18.875 21.3751C18.875 21.9274 18.4272 22.3751 17.8749 22.3751L13.8751 22.3749C13.3228 22.3748 12.8751 21.9271 12.8751 21.3748Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 1.8639C8.69873 1.62433 7.98705 1.62464 6.95764 1.6251C6.0789 1.62509 5.19705 1.62512 4.6247 1.67558C4.03496 1.72756 3.51888 1.83752 3.04758 2.10054C2.44033 2.43942 1.93928 2.94047 1.6004 3.54772C1.33738 4.01902 1.22742 4.5351 1.17544 5.12484C1.12498 5.69719 1.12499 6.40591 1.125 7.28464V10.4325C1.12499 12.7409 1.12498 14.55 1.31475 15.9614C1.50899 17.4062 1.91433 18.5462 2.80914 19.441C3.70395 20.3358 4.84397 20.7412 6.28871 20.9354C7.49531 21.0976 8.99243 21.1212 10.8437 21.1246C11.0843 21.125 11.2047 21.1252 11.2836 21.0682C11.3625 21.0112 11.4082 20.8722 11.4994 20.5943C11.5376 20.4781 11.584 20.3658 11.638 20.2578C11.742 20.05 11.794 19.946 11.794 19.8752C11.794 19.8043 11.742 19.7004 11.638 19.4925C11.4697 19.1562 11.375 18.7768 11.375 18.3752C11.375 17.9736 11.4697 17.5941 11.638 17.2579C11.742 17.05 11.794 16.9461 11.794 16.8752C11.794 16.8043 11.742 16.7004 11.638 16.4925C11.4697 16.1562 11.375 15.7768 11.375 15.3752C11.375 13.9945 12.4943 12.8752 13.875 12.8752H21.875C22.2458 12.8752 22.4312 12.8752 22.5139 12.8079C22.5328 12.7925 22.5417 12.7836 22.5571 12.7647C22.6245 12.6821 22.6246 12.5313 22.6248 12.2296C22.625 12.0468 22.625 11.8594 22.625 11.6674C22.625 10.6484 22.625 9.74395 22.558 9.08462C22.4887 8.40406 22.3419 7.81386 21.993 7.29175C21.7194 6.88229 21.3679 6.53072 20.9584 6.25713C20.4363 5.90827 19.8461 5.76142 19.1655 5.69219C18.5062 5.62512 17.6845 5.62513 16.6655 5.62514L13.1111 5.62514C12.795 5.62514 12.6146 5.62422 12.4814 5.61045C12.3794 5.60331 12.3098 5.52769 12.2878 5.49077C12.2159 5.37783 11.9588 4.86422 11.8175 4.5815C11.3454 3.62635 10.7331 2.38719 9.3376 1.8639Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 15.3751C12.875 14.8228 13.3227 14.3751 13.875 14.3751L21.875 14.3751C22.4273 14.3751 22.875 14.8228 22.875 15.3751C22.875 15.9273 22.4273 16.3751 21.875 16.3751L13.875 16.3751C13.3227 16.3751 12.875 15.9273 12.875 15.3751ZM12.875 18.3751C12.875 17.8228 13.3227 17.3751 13.875 17.3751H21.875C22.4273 17.3751 22.875 17.8228 22.875 18.3751C22.875 18.9273 22.4273 19.3751 21.875 19.3751H13.875C13.3227 19.3751 12.875 18.9273 12.875 18.3751ZM12.8751 21.3748C12.8751 20.8225 13.3229 20.3748 13.8752 20.3749L17.8751 20.3751C18.4273 20.3751 18.875 20.8228 18.875 21.3751C18.875 21.9274 18.4272 22.3751 17.8749 22.3751L13.8751 22.3749C13.3228 22.3748 12.8751 21.9271 12.8751 21.3748Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 1.8639C8.69873 1.62433 7.98705 1.62464 6.95764 1.6251C6.0789 1.62509 5.19705 1.62512 4.6247 1.67558C4.03496 1.72756 3.51888 1.83752 3.04758 2.10054C2.44033 2.43942 1.93928 2.94047 1.6004 3.54772C1.33738 4.01902 1.22742 4.5351 1.17544 5.12484C1.12498 5.69719 1.12499 6.40591 1.125 7.28464V10.4325C1.12499 12.7409 1.12498 14.55 1.31475 15.9614C1.50899 17.4062 1.91433 18.5462 2.80914 19.441C3.70395 20.3358 4.84397 20.7412 6.28871 20.9354C7.49531 21.0976 8.99243 21.1212 10.8437 21.1246C11.0843 21.125 11.2047 21.1252 11.2836 21.0682C11.3625 21.0112 11.4082 20.8722 11.4994 20.5943C11.5376 20.4781 11.584 20.3658 11.638 20.2578C11.742 20.05 11.794 19.946 11.794 19.8752C11.794 19.8043 11.742 19.7004 11.638 19.4925C11.4697 19.1562 11.375 18.7768 11.375 18.3752C11.375 17.9736 11.4697 17.5941 11.638 17.2579C11.742 17.05 11.794 16.9461 11.794 16.8752C11.794 16.8043 11.742 16.7004 11.638 16.4925C11.4697 16.1562 11.375 15.7768 11.375 15.3752C11.375 13.9945 12.4943 12.8752 13.875 12.8752H21.875C22.2458 12.8752 22.4312 12.8752 22.5139 12.8079C22.5328 12.7925 22.5417 12.7836 22.5571 12.7647C22.6245 12.6821 22.6246 12.5313 22.6248 12.2296C22.625 12.0468 22.625 11.8594 22.625 11.6674C22.625 10.6484 22.625 9.74395 22.558 9.08462C22.4887 8.40406 22.3419 7.81386 21.993 7.29175C21.7194 6.88229 21.3679 6.53072 20.9584 6.25713C20.4363 5.90827 19.8461 5.76142 19.1655 5.69219C18.5062 5.62512 17.6845 5.62513 16.6655 5.62514L13.1111 5.62514C12.795 5.62514 12.6146 5.62422 12.4814 5.61045C12.3794 5.60331 12.3098 5.52769 12.2878 5.49077C12.2159 5.37783 11.9588 4.86422 11.8175 4.5815C11.3454 3.62635 10.7331 2.38719 9.3376 1.8639Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-download{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5059 13.3751C19.5059 12.8228 19.0581 12.3751 18.5059 12.3751C17.9536 12.3751 17.5059 12.8228 17.5059 13.3751L17.5059 17.8751L16.9116 17.8751C16.736 17.875 16.5203 17.8748 16.3439 17.8969L16.3405 17.8973C16.2141 17.9131 15.638 17.9849 15.3637 18.5505C15.0887 19.1173 15.3907 19.6175 15.456 19.7257L15.7951 20.1941C16.0897 20.57 16.4954 21.0844 16.8759 21.4754C17.0657 21.6705 17.283 21.8718 17.5139 22.0306C17.7191 22.1718 18.0693 22.3751 18.5 22.3751C18.9307 22.3751 19.2809 22.1718 19.4861 22.0306C19.717 21.8718 19.9343 21.6705 20.1241 21.4754C20.5046 21.0844 20.9102 20.57 21.2049 20.1942L21.544 19.7257C21.6093 19.6175 21.9113 19.1173 21.6363 18.5505C21.362 17.9849 20.7859 17.9131 20.6595 17.8973L20.6561 17.8969C20.4797 17.8748 20.264 17.875 20.0884 17.8751L19.5059 17.8751L19.5059 13.3751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.86384C8.82373 1.62427 8.11205 1.62458 7.08264 1.62504C6.2039 1.62503 5.32205 1.62506 4.7497 1.67552C4.15996 1.7275 3.64388 1.83746 3.17258 2.10048C2.56533 2.43935 2.06428 2.94041 1.7254 3.54766C1.46238 4.01896 1.35242 4.53504 1.30044 5.12478C1.24999 5.69712 1.24999 6.40585 1.25 7.28458V10.4325C1.24999 12.7408 1.24998 14.5499 1.43975 15.9614C1.63399 17.4061 2.03933 18.5461 2.93414 19.4409C3.82895 20.3358 4.96897 20.7411 6.41371 20.9353C7.82519 21.1251 9.63423 21.1251 11.9426 21.1251L13.8423 21.1212C14.0058 21.1209 14.0875 21.1207 14.1384 21.1015C14.2826 21.0471 14.362 20.8923 14.3223 20.7434C14.3082 20.6908 14.2607 20.6243 14.1658 20.4913C14.0659 20.3275 13.3799 19.2028 14.0139 17.8959C14.4002 17.0996 15.036 16.7306 15.5168 16.5586C15.7697 16.4682 15.8962 16.423 15.9509 16.3452C16.0057 16.2675 16.0057 16.1529 16.0057 15.9236L16.0057 13.3751C16.0057 11.9944 17.1249 10.8751 18.5057 10.8751C19.8864 10.8751 21.0057 11.9944 21.0057 13.3751L21.0057 15.9279C21.0057 16.1562 21.0057 16.2704 21.0601 16.3479C21.1146 16.4255 21.2404 16.471 21.4921 16.562C21.5178 16.5712 21.5439 16.5811 21.5704 16.5915C22.0399 16.7766 22.2746 16.8691 22.4008 16.7947C22.5269 16.7203 22.5523 16.5251 22.6032 16.1348C22.6171 16.0281 22.6296 15.9194 22.6408 15.8087C22.75 14.7353 22.75 13.3871 22.75 11.6673C22.75 10.6483 22.75 9.74389 22.683 9.08456C22.6137 8.404 22.4669 7.8138 22.118 7.29169C21.8444 6.88223 21.4929 6.53066 21.0834 6.25707C20.5613 5.90821 19.9711 5.76136 19.2905 5.69213C18.6312 5.62506 17.8095 5.62507 16.7905 5.62508L13.2361 5.62508C12.92 5.62508 12.7396 5.62415 12.6064 5.61039C12.5044 5.60325 12.4348 5.52763 12.4128 5.49071C12.3409 5.37777 12.0838 4.86416 11.9425 4.58144C11.4704 3.62629 10.8581 2.38713 9.4626 1.86384Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5059 13.3751C19.5059 12.8228 19.0581 12.3751 18.5059 12.3751C17.9536 12.3751 17.5059 12.8228 17.5059 13.3751L17.5059 17.8751L16.9116 17.8751C16.736 17.875 16.5203 17.8748 16.3439 17.8969L16.3405 17.8973C16.2141 17.9131 15.638 17.9849 15.3637 18.5505C15.0887 19.1173 15.3907 19.6175 15.456 19.7257L15.7951 20.1941C16.0897 20.57 16.4954 21.0844 16.8759 21.4754C17.0657 21.6705 17.283 21.8718 17.5139 22.0306C17.7191 22.1718 18.0693 22.3751 18.5 22.3751C18.9307 22.3751 19.2809 22.1718 19.4861 22.0306C19.717 21.8718 19.9343 21.6705 20.1241 21.4754C20.5046 21.0844 20.9102 20.57 21.2049 20.1942L21.544 19.7257C21.6093 19.6175 21.9113 19.1173 21.6363 18.5505C21.362 17.9849 20.7859 17.9131 20.6595 17.8973L20.6561 17.8969C20.4797 17.8748 20.264 17.875 20.0884 17.8751L19.5059 17.8751L19.5059 13.3751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.86384C8.82373 1.62427 8.11205 1.62458 7.08264 1.62504C6.2039 1.62503 5.32205 1.62506 4.7497 1.67552C4.15996 1.7275 3.64388 1.83746 3.17258 2.10048C2.56533 2.43935 2.06428 2.94041 1.7254 3.54766C1.46238 4.01896 1.35242 4.53504 1.30044 5.12478C1.24999 5.69712 1.24999 6.40585 1.25 7.28458V10.4325C1.24999 12.7408 1.24998 14.5499 1.43975 15.9614C1.63399 17.4061 2.03933 18.5461 2.93414 19.4409C3.82895 20.3358 4.96897 20.7411 6.41371 20.9353C7.82519 21.1251 9.63423 21.1251 11.9426 21.1251L13.8423 21.1212C14.0058 21.1209 14.0875 21.1207 14.1384 21.1015C14.2826 21.0471 14.362 20.8923 14.3223 20.7434C14.3082 20.6908 14.2607 20.6243 14.1658 20.4913C14.0659 20.3275 13.3799 19.2028 14.0139 17.8959C14.4002 17.0996 15.036 16.7306 15.5168 16.5586C15.7697 16.4682 15.8962 16.423 15.9509 16.3452C16.0057 16.2675 16.0057 16.1529 16.0057 15.9236L16.0057 13.3751C16.0057 11.9944 17.1249 10.8751 18.5057 10.8751C19.8864 10.8751 21.0057 11.9944 21.0057 13.3751L21.0057 15.9279C21.0057 16.1562 21.0057 16.2704 21.0601 16.3479C21.1146 16.4255 21.2404 16.471 21.4921 16.562C21.5178 16.5712 21.5439 16.5811 21.5704 16.5915C22.0399 16.7766 22.2746 16.8691 22.4008 16.7947C22.5269 16.7203 22.5523 16.5251 22.6032 16.1348C22.6171 16.0281 22.6296 15.9194 22.6408 15.8087C22.75 14.7353 22.75 13.3871 22.75 11.6673C22.75 10.6483 22.75 9.74389 22.683 9.08456C22.6137 8.404 22.4669 7.8138 22.118 7.29169C21.8444 6.88223 21.4929 6.53066 21.0834 6.25707C20.5613 5.90821 19.9711 5.76136 19.2905 5.69213C18.6312 5.62506 17.8095 5.62507 16.7905 5.62508L13.2361 5.62508C12.92 5.62508 12.7396 5.62415 12.6064 5.61039C12.5044 5.60325 12.4348 5.52763 12.4128 5.49071C12.3409 5.37777 12.0838 4.86416 11.9425 4.58144C11.4704 3.62629 10.8581 2.38713 9.4626 1.86384Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-edit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.6269 13.0543C19.3294 12.6487 20.1951 12.6487 20.8976 13.0543C21.1592 13.2054 21.4533 13.5 21.7264 13.7737C22.0001 14.0468 22.2947 14.3408 22.4457 14.6024C22.8513 15.305 22.8513 16.1706 22.4457 16.8732C22.2947 17.1348 22.0599 17.3691 21.7862 17.6422L18.4185 21.0098C17.9532 21.4751 17.3913 21.6925 16.8865 21.8214C16.6345 21.8858 16.3813 21.9316 16.1516 21.9713C15.8456 22.0368 14.8479 22.2298 14.5947 22.2459C14.3157 22.2637 13.9113 22.2363 13.5875 21.9126C13.2637 21.5888 13.2364 21.1843 13.2541 20.9054C13.2702 20.6521 13.4632 19.6544 13.5288 19.3484C13.5684 19.1188 13.6143 18.8656 13.6786 18.6135C13.8075 18.1087 14.025 17.5468 14.4903 17.0815L17.8579 13.7138C18.131 13.4402 18.3653 13.2054 18.6269 13.0543Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.98899C8.82373 1.74942 8.11205 1.74974 7.08264 1.75019C6.2039 1.75018 5.32205 1.75022 4.7497 1.80067C4.15996 1.85265 3.64388 1.96261 3.17258 2.22563C2.56533 2.56451 2.06428 3.06556 1.7254 3.67281C1.46238 4.14411 1.35242 4.66019 1.30044 5.24993C1.24998 5.82228 1.24999 6.531 1.25 7.40974V10.5576C1.24999 12.866 1.24998 14.675 1.43975 16.0865C1.63399 17.5313 2.03933 18.6713 2.93414 19.5661C3.82895 20.4609 4.96897 20.8662 6.41371 21.0605C7.67097 21.2295 9.24365 21.248 11.2037 21.25C11.466 21.2503 11.5972 21.2504 11.6832 21.172C11.7692 21.0935 11.7813 20.9619 11.8054 20.6986C11.8342 20.3838 11.8705 20.0233 11.8973 19.8767C11.9542 19.5659 12.0176 19.2443 12.0554 19.0648C12.0952 18.8354 12.1482 18.5438 12.2251 18.2426C12.3859 17.6128 12.6944 16.7561 13.4295 16.021L16.841 12.6092C17.0768 12.3721 17.4379 12.0088 17.8767 11.7555C19.0434 11.0819 20.4808 11.0819 21.6475 11.7555C21.8051 11.8464 21.9611 11.9586 22.1072 12.0757C22.2282 12.1729 22.2888 12.2214 22.3194 12.2362C22.5027 12.3249 22.6968 12.2318 22.7424 12.0333C22.75 12.0002 22.75 11.9309 22.75 11.7925C22.75 10.7735 22.75 9.86904 22.683 9.20971C22.6137 8.52916 22.4669 7.93895 22.118 7.41684C21.8444 7.00738 21.4929 6.65582 21.0834 6.38222C20.5613 6.03336 19.9711 5.88651 19.2905 5.81728C18.6312 5.75021 17.8095 5.75022 16.7905 5.75023L13.2361 5.75023C12.92 5.75023 12.7396 5.74931 12.6064 5.73554C12.5044 5.7284 12.4348 5.65278 12.4128 5.61586C12.3409 5.50293 12.0838 4.98932 11.9425 4.70659C11.4704 3.75144 10.8581 2.51228 9.4626 1.98899Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.6269 13.0543C19.3294 12.6487 20.1951 12.6487 20.8976 13.0543C21.1592 13.2054 21.4533 13.5 21.7264 13.7737C22.0001 14.0468 22.2947 14.3408 22.4457 14.6024C22.8513 15.305 22.8513 16.1706 22.4457 16.8732C22.2947 17.1348 22.0599 17.3691 21.7862 17.6422L18.4185 21.0098C17.9532 21.4751 17.3913 21.6925 16.8865 21.8214C16.6345 21.8858 16.3813 21.9316 16.1516 21.9713C15.8456 22.0368 14.8479 22.2298 14.5947 22.2459C14.3157 22.2637 13.9113 22.2363 13.5875 21.9126C13.2637 21.5888 13.2364 21.1843 13.2541 20.9054C13.2702 20.6521 13.4632 19.6544 13.5288 19.3484C13.5684 19.1188 13.6143 18.8656 13.6786 18.6135C13.8075 18.1087 14.025 17.5468 14.4903 17.0815L17.8579 13.7138C18.131 13.4402 18.3653 13.2054 18.6269 13.0543Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.98899C8.82373 1.74942 8.11205 1.74974 7.08264 1.75019C6.2039 1.75018 5.32205 1.75022 4.7497 1.80067C4.15996 1.85265 3.64388 1.96261 3.17258 2.22563C2.56533 2.56451 2.06428 3.06556 1.7254 3.67281C1.46238 4.14411 1.35242 4.66019 1.30044 5.24993C1.24998 5.82228 1.24999 6.531 1.25 7.40974V10.5576C1.24999 12.866 1.24998 14.675 1.43975 16.0865C1.63399 17.5313 2.03933 18.6713 2.93414 19.5661C3.82895 20.4609 4.96897 20.8662 6.41371 21.0605C7.67097 21.2295 9.24365 21.248 11.2037 21.25C11.466 21.2503 11.5972 21.2504 11.6832 21.172C11.7692 21.0935 11.7813 20.9619 11.8054 20.6986C11.8342 20.3838 11.8705 20.0233 11.8973 19.8767C11.9542 19.5659 12.0176 19.2443 12.0554 19.0648C12.0952 18.8354 12.1482 18.5438 12.2251 18.2426C12.3859 17.6128 12.6944 16.7561 13.4295 16.021L16.841 12.6092C17.0768 12.3721 17.4379 12.0088 17.8767 11.7555C19.0434 11.0819 20.4808 11.0819 21.6475 11.7555C21.8051 11.8464 21.9611 11.9586 22.1072 12.0757C22.2282 12.1729 22.2888 12.2214 22.3194 12.2362C22.5027 12.3249 22.6968 12.2318 22.7424 12.0333C22.75 12.0002 22.75 11.9309 22.75 11.7925C22.75 10.7735 22.75 9.86904 22.683 9.20971C22.6137 8.52916 22.4669 7.93895 22.118 7.41684C21.8444 7.00738 21.4929 6.65582 21.0834 6.38222C20.5613 6.03336 19.9711 5.88651 19.2905 5.81728C18.6312 5.75021 17.8095 5.75022 16.7905 5.75023L13.2361 5.75023C12.92 5.75023 12.7396 5.74931 12.6064 5.73554C12.5044 5.7284 12.4348 5.65278 12.4128 5.61586C12.3409 5.50293 12.0838 4.98932 11.9425 4.70659C11.4704 3.75144 10.8581 2.51228 9.4626 1.98899Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-favourite{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.7529 13.3008C15.2563 12.3899 16.6394 12.7485 17.481 13.3727L17.5183 13.3727C18.3599 12.7485 19.7429 12.3899 21.2464 13.3008C22.3403 13.9635 22.9107 15.316 22.7093 16.7991C22.5061 18.2949 21.5362 19.9198 19.5894 21.3429C18.9636 21.8015 18.3509 22.2504 17.4996 22.2504C16.6483 22.2504 16.0356 21.8015 15.4098 21.3429C13.4631 19.9198 12.4931 18.2949 12.29 16.7991C12.0886 15.316 12.659 13.9635 13.7529 13.3008Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.98902C8.82373 1.74945 8.11205 1.74977 7.08264 1.75022C6.2039 1.75021 5.32205 1.75025 4.7497 1.8007C4.15996 1.85268 3.64388 1.96264 3.17258 2.22566C2.56533 2.56454 2.06428 3.06559 1.7254 3.67284C1.46238 4.14414 1.35242 4.66022 1.30044 5.24996C1.24998 5.82231 1.24999 6.53103 1.25 7.40977V10.5576C1.24999 12.866 1.24998 14.6751 1.43975 16.0866C1.63399 17.5313 2.03933 18.6713 2.93414 19.5661C3.82895 20.4609 4.96897 20.8663 6.41371 21.0605C7.82519 21.2503 9.63423 21.2503 11.9426 21.2503C12.2607 21.2503 12.4197 21.2503 12.4945 21.2013C12.5911 21.1381 12.6384 21.0417 12.6293 20.9267C12.6223 20.8375 12.5194 20.7044 12.3135 20.4381C11.4726 19.3504 10.9648 18.1827 10.8043 17.0006C10.5388 15.0451 11.2756 13.0478 12.9763 12.0175C14.5317 11.0752 16.0561 11.0999 17.2528 11.555C17.381 11.6038 17.4452 11.6282 17.5003 11.6282C17.5554 11.6282 17.6196 11.6038 17.7479 11.555C18.9446 11.0999 20.469 11.0752 22.0243 12.0175C22.0636 12.0413 22.1024 12.0656 22.1407 12.0905C22.2491 12.1608 22.3033 12.1959 22.3211 12.2044C22.5227 12.3004 22.7182 12.1942 22.7474 11.9728C22.75 11.9533 22.75 11.8997 22.75 11.7925C22.75 10.7735 22.75 9.86907 22.683 9.20974C22.6137 8.52919 22.4669 7.93898 22.118 7.41687C21.8444 7.00741 21.4929 6.65585 21.0834 6.38225C20.5613 6.03339 19.9711 5.88654 19.2905 5.81731C18.6312 5.75024 17.8095 5.75025 16.7905 5.75026L13.2361 5.75026C12.92 5.75026 12.7396 5.74934 12.6064 5.73557C12.5044 5.72843 12.4348 5.65281 12.4128 5.61589C12.3409 5.50296 12.0838 4.98935 11.9425 4.70662C11.4704 3.75147 10.8581 2.51231 9.4626 1.98902Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.7529 13.3008C15.2563 12.3899 16.6394 12.7485 17.481 13.3727L17.5183 13.3727C18.3599 12.7485 19.7429 12.3899 21.2464 13.3008C22.3403 13.9635 22.9107 15.316 22.7093 16.7991C22.5061 18.2949 21.5362 19.9198 19.5894 21.3429C18.9636 21.8015 18.3509 22.2504 17.4996 22.2504C16.6483 22.2504 16.0356 21.8015 15.4098 21.3429C13.4631 19.9198 12.4931 18.2949 12.29 16.7991C12.0886 15.316 12.659 13.9635 13.7529 13.3008Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.98902C8.82373 1.74945 8.11205 1.74977 7.08264 1.75022C6.2039 1.75021 5.32205 1.75025 4.7497 1.8007C4.15996 1.85268 3.64388 1.96264 3.17258 2.22566C2.56533 2.56454 2.06428 3.06559 1.7254 3.67284C1.46238 4.14414 1.35242 4.66022 1.30044 5.24996C1.24998 5.82231 1.24999 6.53103 1.25 7.40977V10.5576C1.24999 12.866 1.24998 14.6751 1.43975 16.0866C1.63399 17.5313 2.03933 18.6713 2.93414 19.5661C3.82895 20.4609 4.96897 20.8663 6.41371 21.0605C7.82519 21.2503 9.63423 21.2503 11.9426 21.2503C12.2607 21.2503 12.4197 21.2503 12.4945 21.2013C12.5911 21.1381 12.6384 21.0417 12.6293 20.9267C12.6223 20.8375 12.5194 20.7044 12.3135 20.4381C11.4726 19.3504 10.9648 18.1827 10.8043 17.0006C10.5388 15.0451 11.2756 13.0478 12.9763 12.0175C14.5317 11.0752 16.0561 11.0999 17.2528 11.555C17.381 11.6038 17.4452 11.6282 17.5003 11.6282C17.5554 11.6282 17.6196 11.6038 17.7479 11.555C18.9446 11.0999 20.469 11.0752 22.0243 12.0175C22.0636 12.0413 22.1024 12.0656 22.1407 12.0905C22.2491 12.1608 22.3033 12.1959 22.3211 12.2044C22.5227 12.3004 22.7182 12.1942 22.7474 11.9728C22.75 11.9533 22.75 11.8997 22.75 11.7925C22.75 10.7735 22.75 9.86907 22.683 9.20974C22.6137 8.52919 22.4669 7.93898 22.118 7.41687C21.8444 7.00741 21.4929 6.65585 21.0834 6.38225C20.5613 6.03339 19.9711 5.88654 19.2905 5.81731C18.6312 5.75024 17.8095 5.75025 16.7905 5.75026L13.2361 5.75026C12.92 5.75026 12.7396 5.74934 12.6064 5.73557C12.5044 5.72843 12.4348 5.65281 12.4128 5.61589C12.3409 5.50296 12.0838 4.98935 11.9425 4.70662C11.4704 3.75147 10.8581 2.51231 9.4626 1.98902Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-file-storage{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.8157 11.75C17.3329 11.7499 17.7044 11.7498 18.0634 11.8283C18.466 11.9164 18.8492 12.0772 19.1946 12.3026C19.5025 12.5036 19.7642 12.7687 20.1301 13.1394L21.5722 14.5994C22.0076 15.0393 22.3659 15.4013 22.5588 15.8728C22.7513 16.3434 22.7507 17.3279 22.75 17.9507C22.75 18.756 22.7501 19.4341 22.6784 19.9739C22.6025 20.5455 22.4342 21.0734 22.0129 21.4999C21.5904 21.9277 21.0653 22.0999 20.4963 22.1773C19.9614 22.2501 19.29 22.2501 18.4959 22.2501H17.5041C16.71 22.2501 16.0386 22.2501 15.5037 22.1773C14.9347 22.0999 14.4096 21.9277 13.9871 21.4999C13.5658 21.0734 13.3975 20.5455 13.3216 19.9739C13.2499 19.4341 13.25 18.756 13.25 17.9507V17.9507L13.25 15.2489C13.25 14.8168 13.25 14.4525 13.2718 14.1533C13.2946 13.8407 13.3442 13.5405 13.4741 13.2503C13.7257 12.6884 14.1715 12.2358 14.7308 11.9791C15.0206 11.8461 15.3203 11.7955 15.6308 11.7722C15.9274 11.75 16.3896 11.75 16.8157 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.98866C8.82373 1.74908 8.11205 1.7494 7.08264 1.74986C6.2039 1.74985 5.32205 1.74988 4.7497 1.80033C4.15996 1.85232 3.64388 1.96228 3.17258 2.22529C2.56533 2.56417 2.06428 3.06523 1.7254 3.67248C1.46238 4.14378 1.35242 4.65985 1.30044 5.24959C1.24999 5.82194 1.24999 6.53067 1.25 7.4094V10.5573C1.24999 12.8657 1.24998 14.6747 1.43975 16.0862C1.63399 17.5309 2.03933 18.671 2.93414 19.5658C3.82895 20.4606 4.96897 20.8659 6.41371 21.0602C7.66179 21.228 9.22071 21.2474 11.1609 21.2496C11.4457 21.2499 11.5881 21.2501 11.6762 21.1615C11.7643 21.073 11.7634 20.9304 11.7615 20.6452C11.7548 19.5868 11.75 18.2853 11.75 17.9506L11.75 15.2106C11.75 14.8097 11.7499 14.3985 11.7758 14.0441C11.8046 13.649 11.8741 13.1532 12.1051 12.6372C12.504 11.7464 13.2122 11.0256 14.1051 10.6157C14.6241 10.3775 15.1234 10.3059 15.5189 10.2763C15.8726 10.2498 16.493 10.2498 16.888 10.2499C17.3441 10.2494 17.8629 10.2488 18.3841 10.3629C18.9649 10.49 19.5171 10.7218 20.0144 11.0464C20.4599 11.3371 20.8239 11.7065 21.1462 12.0335L21.7334 12.6277C22.1628 13.0624 22.3775 13.2797 22.5635 13.2034C22.7495 13.127 22.7497 12.8223 22.7499 12.213L22.75 11.7922C22.75 10.7731 22.75 9.86871 22.683 9.20938C22.6137 8.52882 22.4669 7.93862 22.118 7.41651C21.8444 7.00704 21.4929 6.65548 21.0834 6.38189C20.5613 6.03302 19.9711 5.88618 19.2905 5.81695C18.6312 5.74988 17.8095 5.74988 16.7905 5.7499L13.2361 5.7499C12.92 5.7499 12.7396 5.74897 12.6064 5.7352C12.5044 5.72807 12.4348 5.65244 12.4128 5.61553C12.3409 5.50259 12.0838 4.98898 11.9425 4.70625C11.4704 3.75111 10.8581 2.51195 9.4626 1.98866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.8157 11.75C17.3329 11.7499 17.7044 11.7498 18.0634 11.8283C18.466 11.9164 18.8492 12.0772 19.1946 12.3026C19.5025 12.5036 19.7642 12.7687 20.1301 13.1394L21.5722 14.5994C22.0076 15.0393 22.3659 15.4013 22.5588 15.8728C22.7513 16.3434 22.7507 17.3279 22.75 17.9507C22.75 18.756 22.7501 19.4341 22.6784 19.9739C22.6025 20.5455 22.4342 21.0734 22.0129 21.4999C21.5904 21.9277 21.0653 22.0999 20.4963 22.1773C19.9614 22.2501 19.29 22.2501 18.4959 22.2501H17.5041C16.71 22.2501 16.0386 22.2501 15.5037 22.1773C14.9347 22.0999 14.4096 21.9277 13.9871 21.4999C13.5658 21.0734 13.3975 20.5455 13.3216 19.9739C13.2499 19.4341 13.25 18.756 13.25 17.9507V17.9507L13.25 15.2489C13.25 14.8168 13.25 14.4525 13.2718 14.1533C13.2946 13.8407 13.3442 13.5405 13.4741 13.2503C13.7257 12.6884 14.1715 12.2358 14.7308 11.9791C15.0206 11.8461 15.3203 11.7955 15.6308 11.7722C15.9274 11.75 16.3896 11.75 16.8157 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.98866C8.82373 1.74908 8.11205 1.7494 7.08264 1.74986C6.2039 1.74985 5.32205 1.74988 4.7497 1.80033C4.15996 1.85232 3.64388 1.96228 3.17258 2.22529C2.56533 2.56417 2.06428 3.06523 1.7254 3.67248C1.46238 4.14378 1.35242 4.65985 1.30044 5.24959C1.24999 5.82194 1.24999 6.53067 1.25 7.4094V10.5573C1.24999 12.8657 1.24998 14.6747 1.43975 16.0862C1.63399 17.5309 2.03933 18.671 2.93414 19.5658C3.82895 20.4606 4.96897 20.8659 6.41371 21.0602C7.66179 21.228 9.22071 21.2474 11.1609 21.2496C11.4457 21.2499 11.5881 21.2501 11.6762 21.1615C11.7643 21.073 11.7634 20.9304 11.7615 20.6452C11.7548 19.5868 11.75 18.2853 11.75 17.9506L11.75 15.2106C11.75 14.8097 11.7499 14.3985 11.7758 14.0441C11.8046 13.649 11.8741 13.1532 12.1051 12.6372C12.504 11.7464 13.2122 11.0256 14.1051 10.6157C14.6241 10.3775 15.1234 10.3059 15.5189 10.2763C15.8726 10.2498 16.493 10.2498 16.888 10.2499C17.3441 10.2494 17.8629 10.2488 18.3841 10.3629C18.9649 10.49 19.5171 10.7218 20.0144 11.0464C20.4599 11.3371 20.8239 11.7065 21.1462 12.0335L21.7334 12.6277C22.1628 13.0624 22.3775 13.2797 22.5635 13.2034C22.7495 13.127 22.7497 12.8223 22.7499 12.213L22.75 11.7922C22.75 10.7731 22.75 9.86871 22.683 9.20938C22.6137 8.52882 22.4669 7.93862 22.118 7.41651C21.8444 7.00704 21.4929 6.65548 21.0834 6.38189C20.5613 6.03302 19.9711 5.88618 19.2905 5.81695C18.6312 5.74988 17.8095 5.74988 16.7905 5.7499L13.2361 5.7499C12.92 5.7499 12.7396 5.74897 12.6064 5.7352C12.5044 5.72807 12.4348 5.65244 12.4128 5.61553C12.3409 5.50259 12.0838 4.98898 11.9425 4.70625C11.4704 3.75111 10.8581 2.51195 9.4626 1.98866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-library{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.913 1.75C10.9368 1.75001 10.9607 1.75001 10.9847 1.75001H13.0152C13.0392 1.75001 13.0631 1.75001 13.0869 1.75C13.9561 1.74994 14.7145 1.74988 15.3085 1.83515C15.9411 1.92598 16.5997 2.13997 17.0598 2.74419C17.4285 3.22842 17.5224 3.77245 17.4956 4.30064C17.4677 4.85221 16.9979 5.27669 16.4463 5.24872C15.8947 5.22076 15.4702 4.75095 15.4982 4.19938C15.504 4.08513 15.4942 4.02444 15.4871 3.99664C15.4817 3.97503 15.4765 3.96626 15.4685 3.95583C15.4611 3.94601 15.4499 3.93141 15.4022 3.90912C15.3422 3.88109 15.2299 3.84438 15.0243 3.81486C14.5896 3.75247 13.9774 3.75001 13.0152 3.75001H10.9847C10.0225 3.75001 9.41025 3.75247 8.97561 3.81486C8.76999 3.84438 8.65766 3.88109 8.59768 3.90912C8.54998 3.93141 8.53881 3.94601 8.53134 3.95583C8.5234 3.96626 8.51822 3.97503 8.51275 3.99664C8.50572 4.02444 8.49591 4.08513 8.5017 4.19938C8.52966 4.75095 8.10519 5.22076 7.55361 5.24872C7.00204 5.27669 6.53223 4.85221 6.50426 4.30064C6.47749 3.77245 6.57141 3.22843 6.94014 2.74418C7.40023 2.13997 8.05876 1.92598 8.69142 1.83515C9.28541 1.74988 10.0438 1.74994 10.913 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.41621 5.75C9.44224 5.75 9.46836 5.75001 9.49457 5.75001L14.5841 5.75C15.7302 5.74994 16.7025 5.7499 17.4566 5.86282C18.2558 5.9825 19.0226 6.2573 19.5425 6.9807C19.7891 7.32391 19.9308 7.70216 19.9897 8.10577C20.0693 8.65227 19.6909 9.15989 19.1444 9.23955C18.5979 9.31921 18.0902 8.94075 18.0106 8.39425C17.9937 8.2786 17.9616 8.20796 17.9184 8.14792C17.8531 8.05702 17.7206 7.92466 17.1604 7.84077C16.5721 7.75268 15.7517 7.75001 14.5057 7.75001H9.49457C8.24852 7.75001 7.42812 7.75268 6.83988 7.84077C6.27962 7.92466 6.14718 8.05702 6.08185 8.14792C6.0387 8.20796 6.00653 8.2786 5.98967 8.39424C5.91001 8.94075 5.4024 9.31921 4.85589 9.23955C4.30938 9.15989 3.93093 8.65227 4.01059 8.10577C4.06942 7.70216 4.21112 7.32391 4.45778 6.9807C4.97769 6.2573 5.74446 5.9825 6.54369 5.86282C7.2978 5.7499 8.27001 5.74994 9.41621 5.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5048 9.75C17.6787 9.74997 18.6445 9.74994 19.3866 9.86065C20.1618 9.97631 20.8545 10.2342 21.3194 10.8824C21.7817 11.5269 21.8116 12.2689 21.6859 13.0493C21.5649 13.8007 21.2728 14.7365 20.9161 15.8792L20.1794 18.2395C19.7318 19.6734 19.2618 20.7624 18.3719 21.4329C17.4769 22.1074 16.3038 22.25 14.7896 22.25H9.21013C7.69597 22.25 6.5228 22.1074 5.62779 21.4329C4.73794 20.7624 4.26788 19.6734 3.82033 18.2395L3.08365 15.8792C2.72695 14.7365 2.43484 13.8007 2.31381 13.0493C2.18812 12.2689 2.21802 11.5269 2.68031 10.8824C3.14523 10.2342 3.8379 9.97631 4.61314 9.86065C5.35521 9.74994 6.32102 9.74997 7.49488 9.75H7.49491H16.5048H16.5048Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.913 1.75C10.9368 1.75001 10.9607 1.75001 10.9847 1.75001H13.0152C13.0392 1.75001 13.0631 1.75001 13.0869 1.75C13.9561 1.74994 14.7145 1.74988 15.3085 1.83515C15.9411 1.92598 16.5997 2.13997 17.0598 2.74419C17.4285 3.22842 17.5224 3.77245 17.4956 4.30064C17.4677 4.85221 16.9979 5.27669 16.4463 5.24872C15.8947 5.22076 15.4702 4.75095 15.4982 4.19938C15.504 4.08513 15.4942 4.02444 15.4871 3.99664C15.4817 3.97503 15.4765 3.96626 15.4685 3.95583C15.4611 3.94601 15.4499 3.93141 15.4022 3.90912C15.3422 3.88109 15.2299 3.84438 15.0243 3.81486C14.5896 3.75247 13.9774 3.75001 13.0152 3.75001H10.9847C10.0225 3.75001 9.41025 3.75247 8.97561 3.81486C8.76999 3.84438 8.65766 3.88109 8.59768 3.90912C8.54998 3.93141 8.53881 3.94601 8.53134 3.95583C8.5234 3.96626 8.51822 3.97503 8.51275 3.99664C8.50572 4.02444 8.49591 4.08513 8.5017 4.19938C8.52966 4.75095 8.10519 5.22076 7.55361 5.24872C7.00204 5.27669 6.53223 4.85221 6.50426 4.30064C6.47749 3.77245 6.57141 3.22843 6.94014 2.74418C7.40023 2.13997 8.05876 1.92598 8.69142 1.83515C9.28541 1.74988 10.0438 1.74994 10.913 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.41621 5.75C9.44224 5.75 9.46836 5.75001 9.49457 5.75001L14.5841 5.75C15.7302 5.74994 16.7025 5.7499 17.4566 5.86282C18.2558 5.9825 19.0226 6.2573 19.5425 6.9807C19.7891 7.32391 19.9308 7.70216 19.9897 8.10577C20.0693 8.65227 19.6909 9.15989 19.1444 9.23955C18.5979 9.31921 18.0902 8.94075 18.0106 8.39425C17.9937 8.2786 17.9616 8.20796 17.9184 8.14792C17.8531 8.05702 17.7206 7.92466 17.1604 7.84077C16.5721 7.75268 15.7517 7.75001 14.5057 7.75001H9.49457C8.24852 7.75001 7.42812 7.75268 6.83988 7.84077C6.27962 7.92466 6.14718 8.05702 6.08185 8.14792C6.0387 8.20796 6.00653 8.2786 5.98967 8.39424C5.91001 8.94075 5.4024 9.31921 4.85589 9.23955C4.30938 9.15989 3.93093 8.65227 4.01059 8.10577C4.06942 7.70216 4.21112 7.32391 4.45778 6.9807C4.97769 6.2573 5.74446 5.9825 6.54369 5.86282C7.2978 5.7499 8.27001 5.74994 9.41621 5.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5048 9.75C17.6787 9.74997 18.6445 9.74994 19.3866 9.86065C20.1618 9.97631 20.8545 10.2342 21.3194 10.8824C21.7817 11.5269 21.8116 12.2689 21.6859 13.0493C21.5649 13.8007 21.2728 14.7365 20.9161 15.8792L20.1794 18.2395C19.7318 19.6734 19.2618 20.7624 18.3719 21.4329C17.4769 22.1074 16.3038 22.25 14.7896 22.25H9.21013C7.69597 22.25 6.5228 22.1074 5.62779 21.4329C4.73794 20.7624 4.26788 19.6734 3.82033 18.2395L3.08365 15.8792C2.72695 14.7365 2.43484 13.8007 2.31381 13.0493C2.18812 12.2689 2.21802 11.5269 2.68031 10.8824C3.14523 10.2342 3.8379 9.97631 4.61314 9.86065C5.35521 9.74994 6.32102 9.74997 7.49488 9.75H7.49491H16.5048H16.5048Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-links{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0036 11.3619C12.3352 10.046 14.4892 10.046 15.8208 11.3619C16.2136 11.7502 16.2174 12.3833 15.8292 12.7761C15.4409 13.169 14.8078 13.1727 14.415 12.7845C13.8625 12.2385 12.9619 12.2385 12.4094 12.7845C11.8635 13.324 11.8635 14.1938 12.4094 14.7333L14.5416 16.8405C15.0375 17.3306 15.8177 17.3822 16.3719 16.9879C16.8219 16.6677 17.4462 16.7729 17.7664 17.2228C18.0866 17.6728 17.9814 18.2972 17.5315 18.6174C16.2003 19.5647 14.3358 19.449 13.1357 18.263L11.0036 16.1559C9.66547 14.8334 9.66547 12.6844 11.0036 11.3619L11.0036 11.3619ZM14.5415 14.0821C15.8667 13.1901 17.6857 13.3221 18.8643 14.4869L20.9964 16.5941C22.3345 17.9165 22.3345 20.0656 20.9964 21.388C19.6648 22.704 17.5108 22.704 16.1792 21.388C15.7864 20.9998 15.7826 20.3666 16.1708 19.9738C16.5591 19.581 17.1922 19.5773 17.585 19.9655C18.1375 20.5115 19.0381 20.5115 19.5906 19.9655C20.1365 19.4259 20.1365 18.5561 19.5906 18.0166L17.4584 15.9095C16.9717 15.4284 16.2106 15.3694 15.6582 15.7413C15.2 16.0496 14.5786 15.9282 14.2702 15.47C13.9619 15.0119 14.0833 14.3904 14.5415 14.0821Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.08264 1.62486C8.11205 1.6244 8.82373 1.62408 9.4626 1.86366C10.8581 2.38695 11.4704 3.62611 11.9425 4.58125C12.0838 4.86398 12.3409 5.37759 12.4128 5.49053C12.4348 5.52744 12.5044 5.60307 12.6064 5.6102C12.7396 5.62397 12.92 5.6249 13.2361 5.6249L16.7905 5.6249C17.8095 5.62488 18.6312 5.62488 19.2905 5.69195C19.9711 5.76118 20.5613 5.90802 21.0834 6.25689C21.4929 6.53048 21.8444 6.88204 22.118 7.29151C22.4669 7.81362 22.6137 8.40382 22.683 9.08438C22.75 9.74371 22.75 10.6481 22.75 11.6672C22.75 12.96 22.75 14.281 22.7036 15.3132C22.6985 15.4266 22.696 15.4834 22.6917 15.5052C22.6467 15.7356 22.4097 15.8284 22.2202 15.6898C22.2022 15.6767 22.1517 15.6268 22.0508 15.527L19.9187 13.4199C19.3811 12.8886 18.7519 12.5069 18.0825 12.274C17.8628 12.1975 17.7529 12.1593 17.7 12.0966C17.647 12.0339 17.6255 11.9073 17.5827 11.654C17.4984 11.1554 17.2624 10.6775 16.8752 10.2949C14.9593 8.40146 11.8651 8.40146 9.9492 10.2949L9.94578 10.2983C8.01693 12.2082 8.01807 15.3141 9.9492 17.2226L12.0813 19.3297C12.6891 19.9304 13.4143 20.34 14.1822 20.5595C14.2986 20.5927 14.3793 20.6988 14.3862 20.8196C14.3953 20.979 14.2757 21.1241 14.1161 21.1244C13.8514 21.1249 13.5769 21.1249 13.2923 21.1249H11.9426C9.63423 21.1249 7.82519 21.1249 6.41371 20.9352C4.96897 20.7409 3.82895 20.3356 2.93414 19.4408C2.03933 18.546 1.63399 17.4059 1.43975 15.9612C1.24998 14.5497 1.24999 12.7407 1.25 10.4323V7.28439C1.24999 6.40566 1.24999 5.69694 1.30044 5.12459C1.35242 4.53485 1.46238 4.01878 1.7254 3.54748C2.06428 2.94023 2.56533 2.43917 3.17258 2.10029C3.64388 1.83728 4.15996 1.72732 4.7497 1.67533C5.32205 1.62488 6.2039 1.62485 7.08264 1.62486Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0036 11.3619C12.3352 10.046 14.4892 10.046 15.8208 11.3619C16.2136 11.7502 16.2174 12.3833 15.8292 12.7761C15.4409 13.169 14.8078 13.1727 14.415 12.7845C13.8625 12.2385 12.9619 12.2385 12.4094 12.7845C11.8635 13.324 11.8635 14.1938 12.4094 14.7333L14.5416 16.8405C15.0375 17.3306 15.8177 17.3822 16.3719 16.9879C16.8219 16.6677 17.4462 16.7729 17.7664 17.2228C18.0866 17.6728 17.9814 18.2972 17.5315 18.6174C16.2003 19.5647 14.3358 19.449 13.1357 18.263L11.0036 16.1559C9.66547 14.8334 9.66547 12.6844 11.0036 11.3619L11.0036 11.3619ZM14.5415 14.0821C15.8667 13.1901 17.6857 13.3221 18.8643 14.4869L20.9964 16.5941C22.3345 17.9165 22.3345 20.0656 20.9964 21.388C19.6648 22.704 17.5108 22.704 16.1792 21.388C15.7864 20.9998 15.7826 20.3666 16.1708 19.9738C16.5591 19.581 17.1922 19.5773 17.585 19.9655C18.1375 20.5115 19.0381 20.5115 19.5906 19.9655C20.1365 19.4259 20.1365 18.5561 19.5906 18.0166L17.4584 15.9095C16.9717 15.4284 16.2106 15.3694 15.6582 15.7413C15.2 16.0496 14.5786 15.9282 14.2702 15.47C13.9619 15.0119 14.0833 14.3904 14.5415 14.0821Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.08264 1.62486C8.11205 1.6244 8.82373 1.62408 9.4626 1.86366C10.8581 2.38695 11.4704 3.62611 11.9425 4.58125C12.0838 4.86398 12.3409 5.37759 12.4128 5.49053C12.4348 5.52744 12.5044 5.60307 12.6064 5.6102C12.7396 5.62397 12.92 5.6249 13.2361 5.6249L16.7905 5.6249C17.8095 5.62488 18.6312 5.62488 19.2905 5.69195C19.9711 5.76118 20.5613 5.90802 21.0834 6.25689C21.4929 6.53048 21.8444 6.88204 22.118 7.29151C22.4669 7.81362 22.6137 8.40382 22.683 9.08438C22.75 9.74371 22.75 10.6481 22.75 11.6672C22.75 12.96 22.75 14.281 22.7036 15.3132C22.6985 15.4266 22.696 15.4834 22.6917 15.5052C22.6467 15.7356 22.4097 15.8284 22.2202 15.6898C22.2022 15.6767 22.1517 15.6268 22.0508 15.527L19.9187 13.4199C19.3811 12.8886 18.7519 12.5069 18.0825 12.274C17.8628 12.1975 17.7529 12.1593 17.7 12.0966C17.647 12.0339 17.6255 11.9073 17.5827 11.654C17.4984 11.1554 17.2624 10.6775 16.8752 10.2949C14.9593 8.40146 11.8651 8.40146 9.9492 10.2949L9.94578 10.2983C8.01693 12.2082 8.01807 15.3141 9.9492 17.2226L12.0813 19.3297C12.6891 19.9304 13.4143 20.34 14.1822 20.5595C14.2986 20.5927 14.3793 20.6988 14.3862 20.8196C14.3953 20.979 14.2757 21.1241 14.1161 21.1244C13.8514 21.1249 13.5769 21.1249 13.2923 21.1249H11.9426C9.63423 21.1249 7.82519 21.1249 6.41371 20.9352C4.96897 20.7409 3.82895 20.3356 2.93414 19.4408C2.03933 18.546 1.63399 17.4059 1.43975 15.9612C1.24998 14.5497 1.24999 12.7407 1.25 10.4323V7.28439C1.24999 6.40566 1.24999 5.69694 1.30044 5.12459C1.35242 4.53485 1.46238 4.01878 1.7254 3.54748C2.06428 2.94023 2.56533 2.43917 3.17258 2.10029C3.64388 1.83728 4.15996 1.72732 4.7497 1.67533C5.32205 1.62488 6.2039 1.62485 7.08264 1.62486Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-locked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 15.2492V14.1875C16 12.8158 17.1452 11.75 18.5 11.75C19.8548 11.75 21 12.8158 21 14.1875V15.2492C21.0751 15.272 21.1498 15.2993 21.2239 15.3322C21.8441 15.6074 22.3211 16.1277 22.5663 16.762C22.6722 17.036 22.7129 17.3173 22.7318 17.6139C22.75 17.8994 22.75 18.2943 22.75 18.7111C22.75 19.1278 22.75 19.4756 22.7318 19.7611C22.7129 20.0577 22.6722 20.3391 22.5663 20.613C22.3211 21.2474 21.8441 21.7676 21.2239 22.0428C20.9516 22.1637 20.6728 22.2093 20.3872 22.2302C20.1156 22.25 19.7866 22.25 19.4011 22.25H17.5989C17.2135 22.25 16.8844 22.25 16.6128 22.2302C16.3272 22.2093 16.0484 22.1637 15.7761 22.0428C15.1559 21.7676 14.6789 21.2474 14.4337 20.613C14.3278 20.3391 14.2871 20.0577 14.2682 19.7611C14.25 19.4756 14.25 19.1279 14.25 18.7111C14.25 18.2944 14.25 17.8994 14.2682 17.6139C14.2871 17.3173 14.3278 17.036 14.4337 16.762C14.6789 16.1277 15.1559 15.6074 15.7761 15.3322C15.8502 15.2993 15.9249 15.272 16 15.2492ZM17.5 14.1875C17.5 13.6952 17.9218 13.25 18.5 13.25C19.0782 13.25 19.5 13.6952 19.5 14.1875V15.125C19.4675 15.125 19.4345 15.125 19.4011 15.125H17.5989C17.5655 15.125 17.5325 15.125 17.5 15.125V14.1875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.98872C8.82373 1.74915 8.11205 1.74946 7.08264 1.74992C6.2039 1.74991 5.32205 1.74994 4.7497 1.80039C4.15996 1.85238 3.64388 1.96234 3.17258 2.22535C2.56533 2.56423 2.06428 3.06529 1.7254 3.67254C1.46238 4.14384 1.35242 4.65992 1.30044 5.24965C1.24998 5.822 1.24999 6.53073 1.25 7.40946V10.5573C1.24999 12.8657 1.24998 14.6748 1.43975 16.0863C1.63399 17.531 2.03933 18.671 2.93414 19.5658C3.82895 20.4606 4.96897 20.866 6.41371 21.0602C7.82519 21.25 9.63423 21.25 11.9426 21.25H12.1979C12.5837 21.25 12.7766 21.25 12.8666 21.142C12.9565 21.034 12.9182 20.8251 12.8415 20.4072C12.8041 20.2036 12.7812 20.0133 12.7712 19.8563C12.75 19.5226 12.75 19.1341 12.75 18.7458C12.75 18.3576 12.7499 17.8523 12.7712 17.5185C12.7946 17.151 12.8502 16.6979 13.0346 16.221C13.2879 15.5657 13.705 14.9783 14.2517 14.5275C14.376 14.4249 14.4382 14.3737 14.4665 14.3182C14.4948 14.2627 14.4998 14.1838 14.5097 14.026C14.6571 11.6777 16.4624 10.2499 18.5 10.2499C20.6094 10.2499 22.4699 11.9252 22.4996 14.2811C22.5001 14.3169 22.4878 14.3295 22.5167 14.3507C22.5915 14.4056 22.7302 14.3757 22.7325 14.2829C22.75 13.5521 22.75 12.7271 22.75 11.7922C22.75 10.7732 22.75 9.86877 22.683 9.20944C22.6137 8.52888 22.4669 7.93868 22.118 7.41657C21.8444 7.00711 21.4929 6.65554 21.0834 6.38195C20.5613 6.03309 19.9711 5.88624 19.2905 5.81701C18.6312 5.74994 17.8095 5.74995 16.7905 5.74996L13.2361 5.74996C12.92 5.74996 12.7396 5.74903 12.6064 5.73527C12.5044 5.72813 12.4348 5.65251 12.4128 5.61559C12.3409 5.50265 12.0838 4.98904 11.9425 4.70631C11.4704 3.75117 10.8581 2.51201 9.4626 1.98872Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 15.2492V14.1875C16 12.8158 17.1452 11.75 18.5 11.75C19.8548 11.75 21 12.8158 21 14.1875V15.2492C21.0751 15.272 21.1498 15.2993 21.2239 15.3322C21.8441 15.6074 22.3211 16.1277 22.5663 16.762C22.6722 17.036 22.7129 17.3173 22.7318 17.6139C22.75 17.8994 22.75 18.2943 22.75 18.7111C22.75 19.1278 22.75 19.4756 22.7318 19.7611C22.7129 20.0577 22.6722 20.3391 22.5663 20.613C22.3211 21.2474 21.8441 21.7676 21.2239 22.0428C20.9516 22.1637 20.6728 22.2093 20.3872 22.2302C20.1156 22.25 19.7866 22.25 19.4011 22.25H17.5989C17.2135 22.25 16.8844 22.25 16.6128 22.2302C16.3272 22.2093 16.0484 22.1637 15.7761 22.0428C15.1559 21.7676 14.6789 21.2474 14.4337 20.613C14.3278 20.3391 14.2871 20.0577 14.2682 19.7611C14.25 19.4756 14.25 19.1279 14.25 18.7111C14.25 18.2944 14.25 17.8994 14.2682 17.6139C14.2871 17.3173 14.3278 17.036 14.4337 16.762C14.6789 16.1277 15.1559 15.6074 15.7761 15.3322C15.8502 15.2993 15.9249 15.272 16 15.2492ZM17.5 14.1875C17.5 13.6952 17.9218 13.25 18.5 13.25C19.0782 13.25 19.5 13.6952 19.5 14.1875V15.125C19.4675 15.125 19.4345 15.125 19.4011 15.125H17.5989C17.5655 15.125 17.5325 15.125 17.5 15.125V14.1875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.98872C8.82373 1.74915 8.11205 1.74946 7.08264 1.74992C6.2039 1.74991 5.32205 1.74994 4.7497 1.80039C4.15996 1.85238 3.64388 1.96234 3.17258 2.22535C2.56533 2.56423 2.06428 3.06529 1.7254 3.67254C1.46238 4.14384 1.35242 4.65992 1.30044 5.24965C1.24998 5.822 1.24999 6.53073 1.25 7.40946V10.5573C1.24999 12.8657 1.24998 14.6748 1.43975 16.0863C1.63399 17.531 2.03933 18.671 2.93414 19.5658C3.82895 20.4606 4.96897 20.866 6.41371 21.0602C7.82519 21.25 9.63423 21.25 11.9426 21.25H12.1979C12.5837 21.25 12.7766 21.25 12.8666 21.142C12.9565 21.034 12.9182 20.8251 12.8415 20.4072C12.8041 20.2036 12.7812 20.0133 12.7712 19.8563C12.75 19.5226 12.75 19.1341 12.75 18.7458C12.75 18.3576 12.7499 17.8523 12.7712 17.5185C12.7946 17.151 12.8502 16.6979 13.0346 16.221C13.2879 15.5657 13.705 14.9783 14.2517 14.5275C14.376 14.4249 14.4382 14.3737 14.4665 14.3182C14.4948 14.2627 14.4998 14.1838 14.5097 14.026C14.6571 11.6777 16.4624 10.2499 18.5 10.2499C20.6094 10.2499 22.4699 11.9252 22.4996 14.2811C22.5001 14.3169 22.4878 14.3295 22.5167 14.3507C22.5915 14.4056 22.7302 14.3757 22.7325 14.2829C22.75 13.5521 22.75 12.7271 22.75 11.7922C22.75 10.7732 22.75 9.86877 22.683 9.20944C22.6137 8.52888 22.4669 7.93868 22.118 7.41657C21.8444 7.00711 21.4929 6.65554 21.0834 6.38195C20.5613 6.03309 19.9711 5.88624 19.2905 5.81701C18.6312 5.74994 17.8095 5.74995 16.7905 5.74996L13.2361 5.74996C12.92 5.74996 12.7396 5.74903 12.6064 5.73527C12.5044 5.72813 12.4348 5.65251 12.4128 5.61559C12.3409 5.50265 12.0838 4.98904 11.9425 4.70631C11.4704 3.75117 10.8581 2.51201 9.4626 1.98872Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-management{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8751 11.375C18.4274 11.375 18.8751 11.8227 18.8751 12.375V12.7736C19.6155 12.9438 20.2849 13.2991 20.8263 13.789L21.3343 13.4624C21.7989 13.1637 22.4176 13.2982 22.7163 13.7628C23.015 14.2274 22.8805 14.8461 22.4159 15.1447L21.9517 15.4432C22.1176 15.89 22.2085 16.3723 22.2085 16.875C22.2085 17.3778 22.1176 17.8602 21.9516 18.307L22.4155 18.6053C22.88 18.9039 23.0145 19.5226 22.7159 19.9872C22.4172 20.4518 21.7985 20.5863 21.3339 20.2876L20.8262 19.9612C20.2847 20.451 19.6154 20.8062 18.8751 20.9764V21.375C18.8751 21.9273 18.4274 22.375 17.8751 22.375C17.3228 22.375 16.8751 21.9273 16.8751 21.375V20.9764C16.1348 20.8062 15.4655 20.451 14.9241 19.9612L14.4163 20.2876C13.9518 20.5863 13.333 20.4518 13.0344 19.9872C12.7357 19.5226 12.8702 18.9039 13.3348 18.6053L13.7986 18.307C13.6327 17.8602 13.5418 17.3778 13.5418 16.875C13.5418 16.3723 13.6326 15.89 13.7986 15.4432L13.3343 15.1447C12.8698 14.8461 12.7353 14.2274 13.034 13.7628C13.3326 13.2982 13.9513 13.1637 14.4159 13.4624L14.9239 13.789C15.4654 13.2991 16.1347 12.9438 16.8751 12.7736V12.375C16.8751 11.8227 17.3228 11.375 17.8751 11.375ZM17.8751 14.6607C17.0503 14.6607 16.3365 15.0648 15.9233 15.6613C15.6807 16.0116 15.5418 16.4276 15.5418 16.875C15.5418 17.3225 15.6807 17.7385 15.9234 18.0888C16.3366 18.6852 17.0503 19.0893 17.8751 19.0893C18.6999 19.0893 19.4136 18.6852 19.8268 18.0888C20.0695 17.7385 20.2085 17.3225 20.2085 16.875C20.2085 16.4276 20.0695 16.0116 19.8269 15.6613C19.4137 15.0648 18.7 14.6607 17.8751 14.6607Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.95764 1.62479C7.98705 1.62434 8.69873 1.62402 9.3376 1.8636C10.7331 2.38689 11.3454 3.62605 11.8175 4.58119C11.9588 4.86392 12.2159 5.37753 12.2878 5.49046C12.3098 5.52738 12.3794 5.60301 12.4814 5.61014C12.6146 5.62391 12.795 5.62484 13.1111 5.62484L16.6655 5.62484C17.6845 5.62482 18.5062 5.62481 19.1655 5.69188C19.8461 5.76112 20.4363 5.90796 20.9584 6.25682C21.3679 6.53042 21.7194 6.88198 21.993 7.29145C22.3419 7.81356 22.4887 8.40376 22.558 9.08432C22.6075 9.57102 22.6204 10.3282 22.6238 11.1012C22.6253 11.4432 22.626 11.6142 22.5403 11.7022C22.4546 11.7901 22.243 11.7946 21.8196 11.8036C21.6116 11.808 21.4029 11.8384 21.1986 11.8959C21.0394 11.9407 20.9598 11.9631 20.9024 11.957C20.8449 11.9508 20.7795 11.9161 20.6487 11.8468C20.6074 11.825 20.5659 11.8036 20.5241 11.7827C20.4023 11.7218 20.3414 11.6914 20.3047 11.6523C20.268 11.6131 20.2384 11.5431 20.1792 11.403C19.8001 10.505 18.9112 9.87476 17.8751 9.87476C16.8391 9.87476 15.9502 10.505 15.571 11.403C15.5119 11.5431 15.4823 11.6131 15.4456 11.6523C15.4089 11.6914 15.348 11.7218 15.2262 11.7827C15.1844 11.8036 15.1428 11.825 15.1016 11.8468C14.9708 11.9161 14.9054 11.9508 14.8479 11.9569C14.7904 11.9631 14.7108 11.9407 14.5516 11.8959C13.5216 11.6061 12.381 12.0045 11.7722 12.9514C11.1826 13.8685 11.2682 15.0258 11.9021 15.8398C12.0026 15.9689 12.0529 16.0334 12.069 16.0882C12.0851 16.143 12.0784 16.2162 12.0651 16.3625C12.0497 16.5313 12.0418 16.7022 12.0418 16.8748C12.0418 17.0474 12.0497 17.2185 12.0651 17.3875C12.0786 17.5353 12.0853 17.6091 12.0683 17.6652C12.0513 17.7212 12.0009 17.7835 11.9002 17.9082C11.4497 18.4654 11.1987 19.2022 11.4015 19.9882C11.5571 20.5915 11.6349 20.8932 11.5444 21.0095C11.454 21.1259 11.208 21.1251 10.7161 21.1235C8.95628 21.1177 7.42672 21.0881 6.28871 20.9351C4.84397 20.7409 3.70395 20.3355 2.80914 19.4407C1.91433 18.5459 1.50899 17.4059 1.31475 15.9611C1.12498 14.5496 1.12499 12.7406 1.125 10.4322V7.28433C1.12499 6.4056 1.12499 5.69688 1.17544 5.12453C1.22742 4.53479 1.33738 4.01872 1.6004 3.54741C1.93928 2.94017 2.44033 2.43911 3.04758 2.10023C3.51888 1.83722 4.03496 1.72726 4.6247 1.67527C5.19705 1.62482 6.0789 1.62479 6.95764 1.62479Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8751 11.375C18.4274 11.375 18.8751 11.8227 18.8751 12.375V12.7736C19.6155 12.9438 20.2849 13.2991 20.8263 13.789L21.3343 13.4624C21.7989 13.1637 22.4176 13.2982 22.7163 13.7628C23.015 14.2274 22.8805 14.8461 22.4159 15.1447L21.9517 15.4432C22.1176 15.89 22.2085 16.3723 22.2085 16.875C22.2085 17.3778 22.1176 17.8602 21.9516 18.307L22.4155 18.6053C22.88 18.9039 23.0145 19.5226 22.7159 19.9872C22.4172 20.4518 21.7985 20.5863 21.3339 20.2876L20.8262 19.9612C20.2847 20.451 19.6154 20.8062 18.8751 20.9764V21.375C18.8751 21.9273 18.4274 22.375 17.8751 22.375C17.3228 22.375 16.8751 21.9273 16.8751 21.375V20.9764C16.1348 20.8062 15.4655 20.451 14.9241 19.9612L14.4163 20.2876C13.9518 20.5863 13.333 20.4518 13.0344 19.9872C12.7357 19.5226 12.8702 18.9039 13.3348 18.6053L13.7986 18.307C13.6327 17.8602 13.5418 17.3778 13.5418 16.875C13.5418 16.3723 13.6326 15.89 13.7986 15.4432L13.3343 15.1447C12.8698 14.8461 12.7353 14.2274 13.034 13.7628C13.3326 13.2982 13.9513 13.1637 14.4159 13.4624L14.9239 13.789C15.4654 13.2991 16.1347 12.9438 16.8751 12.7736V12.375C16.8751 11.8227 17.3228 11.375 17.8751 11.375ZM17.8751 14.6607C17.0503 14.6607 16.3365 15.0648 15.9233 15.6613C15.6807 16.0116 15.5418 16.4276 15.5418 16.875C15.5418 17.3225 15.6807 17.7385 15.9234 18.0888C16.3366 18.6852 17.0503 19.0893 17.8751 19.0893C18.6999 19.0893 19.4136 18.6852 19.8268 18.0888C20.0695 17.7385 20.2085 17.3225 20.2085 16.875C20.2085 16.4276 20.0695 16.0116 19.8269 15.6613C19.4137 15.0648 18.7 14.6607 17.8751 14.6607Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.95764 1.62479C7.98705 1.62434 8.69873 1.62402 9.3376 1.8636C10.7331 2.38689 11.3454 3.62605 11.8175 4.58119C11.9588 4.86392 12.2159 5.37753 12.2878 5.49046C12.3098 5.52738 12.3794 5.60301 12.4814 5.61014C12.6146 5.62391 12.795 5.62484 13.1111 5.62484L16.6655 5.62484C17.6845 5.62482 18.5062 5.62481 19.1655 5.69188C19.8461 5.76112 20.4363 5.90796 20.9584 6.25682C21.3679 6.53042 21.7194 6.88198 21.993 7.29145C22.3419 7.81356 22.4887 8.40376 22.558 9.08432C22.6075 9.57102 22.6204 10.3282 22.6238 11.1012C22.6253 11.4432 22.626 11.6142 22.5403 11.7022C22.4546 11.7901 22.243 11.7946 21.8196 11.8036C21.6116 11.808 21.4029 11.8384 21.1986 11.8959C21.0394 11.9407 20.9598 11.9631 20.9024 11.957C20.8449 11.9508 20.7795 11.9161 20.6487 11.8468C20.6074 11.825 20.5659 11.8036 20.5241 11.7827C20.4023 11.7218 20.3414 11.6914 20.3047 11.6523C20.268 11.6131 20.2384 11.5431 20.1792 11.403C19.8001 10.505 18.9112 9.87476 17.8751 9.87476C16.8391 9.87476 15.9502 10.505 15.571 11.403C15.5119 11.5431 15.4823 11.6131 15.4456 11.6523C15.4089 11.6914 15.348 11.7218 15.2262 11.7827C15.1844 11.8036 15.1428 11.825 15.1016 11.8468C14.9708 11.9161 14.9054 11.9508 14.8479 11.9569C14.7904 11.9631 14.7108 11.9407 14.5516 11.8959C13.5216 11.6061 12.381 12.0045 11.7722 12.9514C11.1826 13.8685 11.2682 15.0258 11.9021 15.8398C12.0026 15.9689 12.0529 16.0334 12.069 16.0882C12.0851 16.143 12.0784 16.2162 12.0651 16.3625C12.0497 16.5313 12.0418 16.7022 12.0418 16.8748C12.0418 17.0474 12.0497 17.2185 12.0651 17.3875C12.0786 17.5353 12.0853 17.6091 12.0683 17.6652C12.0513 17.7212 12.0009 17.7835 11.9002 17.9082C11.4497 18.4654 11.1987 19.2022 11.4015 19.9882C11.5571 20.5915 11.6349 20.8932 11.5444 21.0095C11.454 21.1259 11.208 21.1251 10.7161 21.1235C8.95628 21.1177 7.42672 21.0881 6.28871 20.9351C4.84397 20.7409 3.70395 20.3355 2.80914 19.4407C1.91433 18.5459 1.50899 17.4059 1.31475 15.9611C1.12498 14.5496 1.12499 12.7406 1.125 10.4322V7.28433C1.12499 6.4056 1.12499 5.69688 1.17544 5.12453C1.22742 4.53479 1.33738 4.01872 1.6004 3.54741C1.93928 2.94017 2.44033 2.43911 3.04758 2.10023C3.51888 1.83722 4.03496 1.72726 4.6247 1.67527C5.19705 1.62482 6.0789 1.62479 6.95764 1.62479Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-minus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 18.0001C12.875 17.4478 13.3227 17.0001 13.875 17.0001L21.875 17.0001C22.4273 17.0001 22.875 17.4478 22.875 18.0001C22.875 18.5524 22.4273 19.0001 21.875 19.0001L13.875 19.0001C13.3227 19.0001 12.875 18.5524 12.875 18.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 2.48872C8.69873 2.24915 7.98705 2.24946 6.95764 2.24992C6.0789 2.24991 5.19705 2.24994 4.6247 2.30039C4.03496 2.35238 3.51888 2.46234 3.04758 2.72535C2.44033 3.06423 1.93928 3.56529 1.6004 4.17254C1.33738 4.64384 1.22742 5.15992 1.17544 5.74965C1.12498 6.322 1.12499 7.03073 1.125 7.90946V11.0573C1.12499 13.3657 1.12498 15.1748 1.31475 16.5863C1.50899 18.031 1.91433 19.171 2.80914 20.0658C3.70395 20.9606 4.84397 21.366 6.28871 21.5602C7.70019 21.75 9.50923 21.75 11.8176 21.75H13.1673C14.887 21.75 16.2352 21.75 17.3086 21.6408C17.7477 21.5961 18.2161 21.487 18.6696 21.3389C19.35 21.1167 19.6902 21.0056 19.65 20.7527C19.6097 20.4999 19.232 20.4999 18.4766 20.4999H13.875C12.4943 20.4999 11.375 19.3806 11.375 17.9999C11.375 16.6192 12.4943 15.4999 13.875 15.4999H21.9881C22.2586 15.4999 22.3939 15.4999 22.481 15.416C22.5681 15.3321 22.5732 15.1983 22.5834 14.9307C22.6125 14.1682 22.625 13.3297 22.625 12.2922C22.625 11.2732 22.625 10.3688 22.558 9.70944C22.4887 9.02888 22.3419 8.43868 21.993 7.91657C21.7194 7.50711 21.3679 7.15554 20.9584 6.88195C20.4363 6.53309 19.8461 6.38624 19.1655 6.31701C18.5062 6.24994 17.6845 6.24995 16.6655 6.24996L13.1111 6.24996C12.795 6.24996 12.6146 6.24903 12.4814 6.23527C12.3794 6.22813 12.3098 6.15251 12.2878 6.11559C12.2159 6.00265 11.9588 5.48904 11.8175 5.20631C11.3454 4.25117 10.7331 3.01201 9.3376 2.48872Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 18.0001C12.875 17.4478 13.3227 17.0001 13.875 17.0001L21.875 17.0001C22.4273 17.0001 22.875 17.4478 22.875 18.0001C22.875 18.5524 22.4273 19.0001 21.875 19.0001L13.875 19.0001C13.3227 19.0001 12.875 18.5524 12.875 18.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 2.48872C8.69873 2.24915 7.98705 2.24946 6.95764 2.24992C6.0789 2.24991 5.19705 2.24994 4.6247 2.30039C4.03496 2.35238 3.51888 2.46234 3.04758 2.72535C2.44033 3.06423 1.93928 3.56529 1.6004 4.17254C1.33738 4.64384 1.22742 5.15992 1.17544 5.74965C1.12498 6.322 1.12499 7.03073 1.125 7.90946V11.0573C1.12499 13.3657 1.12498 15.1748 1.31475 16.5863C1.50899 18.031 1.91433 19.171 2.80914 20.0658C3.70395 20.9606 4.84397 21.366 6.28871 21.5602C7.70019 21.75 9.50923 21.75 11.8176 21.75H13.1673C14.887 21.75 16.2352 21.75 17.3086 21.6408C17.7477 21.5961 18.2161 21.487 18.6696 21.3389C19.35 21.1167 19.6902 21.0056 19.65 20.7527C19.6097 20.4999 19.232 20.4999 18.4766 20.4999H13.875C12.4943 20.4999 11.375 19.3806 11.375 17.9999C11.375 16.6192 12.4943 15.4999 13.875 15.4999H21.9881C22.2586 15.4999 22.3939 15.4999 22.481 15.416C22.5681 15.3321 22.5732 15.1983 22.5834 14.9307C22.6125 14.1682 22.625 13.3297 22.625 12.2922C22.625 11.2732 22.625 10.3688 22.558 9.70944C22.4887 9.02888 22.3419 8.43868 21.993 7.91657C21.7194 7.50711 21.3679 7.15554 20.9584 6.88195C20.4363 6.53309 19.8461 6.38624 19.1655 6.31701C18.5062 6.24994 17.6845 6.24995 16.6655 6.24996L13.1111 6.24996C12.795 6.24996 12.6146 6.24903 12.4814 6.23527C12.3794 6.22813 12.3098 6.15251 12.2878 6.11559C12.2159 6.00265 11.9588 5.48904 11.8175 5.20631C11.3454 4.25117 10.7331 3.01201 9.3376 2.48872Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-move-in{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.875 19.6309C22.4273 19.6309 22.875 19.1831 22.875 18.6309C22.875 18.0786 22.4273 17.6309 21.875 17.6309L17.375 17.6309L17.375 17.0366C17.3751 16.861 17.3753 16.6453 17.3532 16.4689L17.3528 16.4655C17.337 16.3391 17.2652 15.763 16.6996 15.4887C16.1327 15.2137 15.6326 15.5157 15.5244 15.581L15.0559 15.9201C14.6801 16.2147 14.1656 16.6204 13.7746 17.0009C13.5795 17.1907 13.3783 17.408 13.2194 17.6389C13.0782 17.8441 12.875 18.1943 12.875 18.625C12.875 19.0557 13.0782 19.4059 13.2194 19.6111C13.3783 19.842 13.5795 20.0593 13.7746 20.2491C14.1656 20.6296 14.6801 21.0352 15.0559 21.3299L15.5244 21.669C15.6326 21.7343 16.1328 22.0363 16.6996 21.7613C17.2652 21.487 17.337 20.9109 17.3528 20.7845L17.3532 20.7811C17.3753 20.6047 17.3751 20.389 17.375 20.2134L17.375 19.6309L21.875 19.6309Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 2.36396C8.69873 2.12439 7.98705 2.12471 6.95764 2.12516C6.0789 2.12515 5.19705 2.12519 4.6247 2.17564C4.03496 2.22762 3.51888 2.33758 3.04758 2.6006C2.44033 2.93948 1.93928 3.44053 1.6004 4.04778C1.33738 4.51908 1.22742 5.03516 1.17544 5.6249C1.12499 6.19725 1.12499 6.90597 1.125 7.78471V10.9326C1.12499 13.241 1.12498 15.05 1.31475 16.4615C1.50899 17.9062 1.91433 19.0463 2.80914 19.9411C3.70395 20.8359 4.84397 21.2412 6.28871 21.4355C7.70019 21.6252 9.50923 21.6252 11.8176 21.6252C12.2272 21.6252 12.432 21.6252 12.5191 21.541C12.5755 21.4866 12.6056 21.421 12.6102 21.3428C12.6174 21.2218 12.4776 21.059 12.1982 20.7333C12.1132 20.6343 12.0386 20.5409 11.9836 20.4609C11.789 20.1781 11.375 19.5165 11.375 18.6247C11.375 17.7329 11.789 17.0713 11.9836 16.7884C12.2216 16.4424 12.5005 16.1473 12.7286 15.9255C13.1867 15.4797 14.3939 14.5767 14.7588 14.2906C14.9226 14.1907 16.0474 13.5048 17.3542 14.1388C18.1566 14.528 18.5251 15.1705 18.6954 15.6526C18.7829 15.9005 18.8267 16.0245 18.9024 16.0793C18.9781 16.1342 19.0903 16.1368 19.3146 16.1419L21.9664 16.203C22.2327 16.2091 22.3659 16.2122 22.4549 16.1303C22.544 16.0483 22.5518 15.9186 22.5674 15.659C22.625 14.7037 22.625 13.5568 22.625 12.1675C22.625 11.1484 22.625 10.244 22.558 9.58468C22.4887 8.90413 22.3419 8.31392 21.993 7.79181C21.7194 7.38235 21.3679 7.03078 20.9584 6.75719C20.4363 6.40833 19.8461 6.26148 19.1655 6.19225C18.5062 6.12518 17.6845 6.12519 16.6655 6.1252L13.1111 6.1252C12.795 6.1252 12.6146 6.12428 12.4814 6.11051C12.3794 6.10337 12.3098 6.02775 12.2878 5.99083C12.2159 5.87789 11.9588 5.36429 11.8175 5.08156C11.3454 4.12641 10.7331 2.88725 9.3376 2.36396Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.875 19.6309C22.4273 19.6309 22.875 19.1831 22.875 18.6309C22.875 18.0786 22.4273 17.6309 21.875 17.6309L17.375 17.6309L17.375 17.0366C17.3751 16.861 17.3753 16.6453 17.3532 16.4689L17.3528 16.4655C17.337 16.3391 17.2652 15.763 16.6996 15.4887C16.1327 15.2137 15.6326 15.5157 15.5244 15.581L15.0559 15.9201C14.6801 16.2147 14.1656 16.6204 13.7746 17.0009C13.5795 17.1907 13.3783 17.408 13.2194 17.6389C13.0782 17.8441 12.875 18.1943 12.875 18.625C12.875 19.0557 13.0782 19.4059 13.2194 19.6111C13.3783 19.842 13.5795 20.0593 13.7746 20.2491C14.1656 20.6296 14.6801 21.0352 15.0559 21.3299L15.5244 21.669C15.6326 21.7343 16.1328 22.0363 16.6996 21.7613C17.2652 21.487 17.337 20.9109 17.3528 20.7845L17.3532 20.7811C17.3753 20.6047 17.3751 20.389 17.375 20.2134L17.375 19.6309L21.875 19.6309Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 2.36396C8.69873 2.12439 7.98705 2.12471 6.95764 2.12516C6.0789 2.12515 5.19705 2.12519 4.6247 2.17564C4.03496 2.22762 3.51888 2.33758 3.04758 2.6006C2.44033 2.93948 1.93928 3.44053 1.6004 4.04778C1.33738 4.51908 1.22742 5.03516 1.17544 5.6249C1.12499 6.19725 1.12499 6.90597 1.125 7.78471V10.9326C1.12499 13.241 1.12498 15.05 1.31475 16.4615C1.50899 17.9062 1.91433 19.0463 2.80914 19.9411C3.70395 20.8359 4.84397 21.2412 6.28871 21.4355C7.70019 21.6252 9.50923 21.6252 11.8176 21.6252C12.2272 21.6252 12.432 21.6252 12.5191 21.541C12.5755 21.4866 12.6056 21.421 12.6102 21.3428C12.6174 21.2218 12.4776 21.059 12.1982 20.7333C12.1132 20.6343 12.0386 20.5409 11.9836 20.4609C11.789 20.1781 11.375 19.5165 11.375 18.6247C11.375 17.7329 11.789 17.0713 11.9836 16.7884C12.2216 16.4424 12.5005 16.1473 12.7286 15.9255C13.1867 15.4797 14.3939 14.5767 14.7588 14.2906C14.9226 14.1907 16.0474 13.5048 17.3542 14.1388C18.1566 14.528 18.5251 15.1705 18.6954 15.6526C18.7829 15.9005 18.8267 16.0245 18.9024 16.0793C18.9781 16.1342 19.0903 16.1368 19.3146 16.1419L21.9664 16.203C22.2327 16.2091 22.3659 16.2122 22.4549 16.1303C22.544 16.0483 22.5518 15.9186 22.5674 15.659C22.625 14.7037 22.625 13.5568 22.625 12.1675C22.625 11.1484 22.625 10.244 22.558 9.58468C22.4887 8.90413 22.3419 8.31392 21.993 7.79181C21.7194 7.38235 21.3679 7.03078 20.9584 6.75719C20.4363 6.40833 19.8461 6.26148 19.1655 6.19225C18.5062 6.12518 17.6845 6.12519 16.6655 6.1252L13.1111 6.1252C12.795 6.1252 12.6146 6.12428 12.4814 6.11051C12.3794 6.10337 12.3098 6.02775 12.2878 5.99083C12.2159 5.87789 11.9588 5.36429 11.8175 5.08156C11.3454 4.12641 10.7331 2.88725 9.3376 2.36396Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-move-to{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.875 19.6309C13.3227 19.6309 12.875 19.1831 12.875 18.6309C12.875 18.0786 13.3227 17.6309 13.875 17.6309L18.375 17.6309L18.375 17.0366C18.3749 16.861 18.3747 16.6453 18.3968 16.4689L18.3972 16.4655C18.413 16.3391 18.4848 15.763 19.0504 15.4887C19.6173 15.2137 20.1174 15.5157 20.2256 15.581L20.6941 15.9201C21.0699 16.2147 21.5844 16.6204 21.9754 17.0009C22.1705 17.1907 22.3717 17.408 22.5306 17.6389C22.6718 17.8441 22.875 18.1943 22.875 18.625C22.875 19.0557 22.6718 19.4059 22.5306 19.6111C22.3717 19.842 22.1705 20.0593 21.9754 20.2491C21.5844 20.6296 21.0699 21.0352 20.6941 21.3299L20.2256 21.669C20.1174 21.7343 19.6172 22.0363 19.0504 21.7613C18.4848 21.487 18.413 20.9109 18.3972 20.7845L18.3968 20.7811C18.3747 20.6047 18.3749 20.389 18.375 20.2134L18.375 19.6309L13.875 19.6309Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 2.36396C8.69873 2.12439 7.98705 2.12471 6.95764 2.12516C6.0789 2.12515 5.19705 2.12519 4.6247 2.17564C4.03496 2.22762 3.51888 2.33758 3.04758 2.6006C2.44033 2.93948 1.93928 3.44053 1.6004 4.04778C1.33738 4.51908 1.22742 5.03516 1.17544 5.6249C1.12499 6.19725 1.12499 6.90597 1.125 7.78471V10.9326C1.12499 13.241 1.12498 15.05 1.31475 16.4615C1.50899 17.9062 1.91433 19.0463 2.80914 19.9411C3.70395 20.8359 4.84397 21.2412 6.28871 21.4355C7.70019 21.6252 9.50923 21.6252 11.8176 21.6252H12.8261C12.8643 21.6252 12.8834 21.6252 12.8995 21.6235C13.0397 21.6083 13.1504 21.4976 13.1655 21.3574C13.1673 21.3414 13.1673 21.3223 13.1673 21.2841C13.1673 21.2495 13.1673 21.2321 13.1663 21.22C13.1571 21.1067 13.1046 21.0284 13.0032 20.9769C12.9924 20.9714 12.9705 20.9624 12.9266 20.9444C12.0162 20.5708 11.375 19.6756 11.375 18.6305C11.375 17.2498 12.4943 16.1305 13.875 16.1305L16.4235 16.1305C16.6528 16.1305 16.7674 16.1305 16.8451 16.0758C16.9228 16.0211 16.9681 15.8946 17.0585 15.6417C17.2304 15.1608 17.5994 14.525 18.3958 14.1388C19.7026 13.5048 20.8274 14.1907 20.9912 14.2906C21.1443 14.3845 21.3773 14.555 21.6231 14.7445C22.0534 15.0762 22.2685 15.2421 22.4353 15.1617C22.602 15.0814 22.6063 14.8182 22.6147 14.2918C22.625 13.6544 22.625 12.9493 22.625 12.1675C22.625 11.1484 22.625 10.244 22.558 9.58468C22.4887 8.90413 22.3419 8.31392 21.993 7.79181C21.7194 7.38235 21.3679 7.03078 20.9584 6.75719C20.4363 6.40833 19.8461 6.26148 19.1655 6.19225C18.5062 6.12518 17.6845 6.12519 16.6655 6.1252L13.1111 6.1252C12.795 6.1252 12.6146 6.12428 12.4814 6.11051C12.3794 6.10337 12.3098 6.02775 12.2878 5.99083C12.2159 5.87789 11.9588 5.36429 11.8175 5.08156C11.3454 4.12641 10.7331 2.88725 9.3376 2.36396Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.875 19.6309C13.3227 19.6309 12.875 19.1831 12.875 18.6309C12.875 18.0786 13.3227 17.6309 13.875 17.6309L18.375 17.6309L18.375 17.0366C18.3749 16.861 18.3747 16.6453 18.3968 16.4689L18.3972 16.4655C18.413 16.3391 18.4848 15.763 19.0504 15.4887C19.6173 15.2137 20.1174 15.5157 20.2256 15.581L20.6941 15.9201C21.0699 16.2147 21.5844 16.6204 21.9754 17.0009C22.1705 17.1907 22.3717 17.408 22.5306 17.6389C22.6718 17.8441 22.875 18.1943 22.875 18.625C22.875 19.0557 22.6718 19.4059 22.5306 19.6111C22.3717 19.842 22.1705 20.0593 21.9754 20.2491C21.5844 20.6296 21.0699 21.0352 20.6941 21.3299L20.2256 21.669C20.1174 21.7343 19.6172 22.0363 19.0504 21.7613C18.4848 21.487 18.413 20.9109 18.3972 20.7845L18.3968 20.7811C18.3747 20.6047 18.3749 20.389 18.375 20.2134L18.375 19.6309L13.875 19.6309Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 2.36396C8.69873 2.12439 7.98705 2.12471 6.95764 2.12516C6.0789 2.12515 5.19705 2.12519 4.6247 2.17564C4.03496 2.22762 3.51888 2.33758 3.04758 2.6006C2.44033 2.93948 1.93928 3.44053 1.6004 4.04778C1.33738 4.51908 1.22742 5.03516 1.17544 5.6249C1.12499 6.19725 1.12499 6.90597 1.125 7.78471V10.9326C1.12499 13.241 1.12498 15.05 1.31475 16.4615C1.50899 17.9062 1.91433 19.0463 2.80914 19.9411C3.70395 20.8359 4.84397 21.2412 6.28871 21.4355C7.70019 21.6252 9.50923 21.6252 11.8176 21.6252H12.8261C12.8643 21.6252 12.8834 21.6252 12.8995 21.6235C13.0397 21.6083 13.1504 21.4976 13.1655 21.3574C13.1673 21.3414 13.1673 21.3223 13.1673 21.2841C13.1673 21.2495 13.1673 21.2321 13.1663 21.22C13.1571 21.1067 13.1046 21.0284 13.0032 20.9769C12.9924 20.9714 12.9705 20.9624 12.9266 20.9444C12.0162 20.5708 11.375 19.6756 11.375 18.6305C11.375 17.2498 12.4943 16.1305 13.875 16.1305L16.4235 16.1305C16.6528 16.1305 16.7674 16.1305 16.8451 16.0758C16.9228 16.0211 16.9681 15.8946 17.0585 15.6417C17.2304 15.1608 17.5994 14.525 18.3958 14.1388C19.7026 13.5048 20.8274 14.1907 20.9912 14.2906C21.1443 14.3845 21.3773 14.555 21.6231 14.7445C22.0534 15.0762 22.2685 15.2421 22.4353 15.1617C22.602 15.0814 22.6063 14.8182 22.6147 14.2918C22.625 13.6544 22.625 12.9493 22.625 12.1675C22.625 11.1484 22.625 10.244 22.558 9.58468C22.4887 8.90413 22.3419 8.31392 21.993 7.79181C21.7194 7.38235 21.3679 7.03078 20.9584 6.75719C20.4363 6.40833 19.8461 6.26148 19.1655 6.19225C18.5062 6.12518 17.6845 6.12519 16.6655 6.1252L13.1111 6.1252C12.795 6.1252 12.6146 6.12428 12.4814 6.11051C12.3794 6.10337 12.3098 6.02775 12.2878 5.99083C12.2159 5.87789 11.9588 5.36429 11.8175 5.08156C11.3454 4.12641 10.7331 2.88725 9.3376 2.36396Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-music{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0914 11.4161C18.5163 11.2905 18.9732 11.4594 19.2142 11.8312C19.4069 12.1286 19.5991 12.9094 19.8582 13.2302C20.0957 13.6116 20.4538 13.9669 21.169 14.0895C21.7133 14.1828 22.0789 14.6997 21.9856 15.244C21.8923 15.7884 21.3754 16.154 20.831 16.0607C20.2504 15.9612 19.7711 15.768 19.375 15.5208V19.1251C19.375 20.8933 17.9743 22.3751 16.1875 22.3751C14.4007 22.3751 13 20.8933 13 19.1251C13 17.3569 14.4007 15.8751 16.1875 15.8751C16.6093 15.8751 17.0096 15.9577 17.375 16.1071V12.3751C17.375 11.932 17.6665 11.5418 18.0914 11.4161Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.86372C8.82373 1.62415 8.11205 1.62446 7.08264 1.62492C6.2039 1.62491 5.32205 1.62494 4.7497 1.67539C4.15996 1.72738 3.64388 1.83734 3.17258 2.10035C2.56533 2.43923 2.06428 2.94029 1.7254 3.54754C1.46238 4.01884 1.35242 4.53492 1.30044 5.12465C1.24999 5.697 1.24999 6.40573 1.25 7.28446V10.4323C1.24999 12.7407 1.24998 14.5498 1.43975 15.9613C1.63399 17.406 2.03933 18.546 2.93414 19.4408C3.82895 20.3356 4.96897 20.741 6.41371 20.9352C7.62737 21.0984 9.13495 21.1212 11.0012 21.1244C11.4059 21.1251 11.6083 21.1255 11.6986 21.0112C11.7889 20.8969 11.7365 20.6787 11.6319 20.2421C11.5455 19.8819 11.5 19.5075 11.5 19.1251C11.5 16.8591 13.0988 14.8732 15.3175 14.4556C15.5971 14.403 15.7368 14.3767 15.8059 14.2934C15.875 14.2101 15.875 14.0812 15.875 13.8234V12.3751C15.875 11.2674 16.6039 10.2918 17.666 9.97772C18.7282 9.6636 19.8704 10.0859 20.4729 11.0153C20.6025 11.2153 20.6943 11.4311 20.7477 11.5615C20.7916 11.6687 20.9953 12.1803 21.0343 12.283C21.1323 12.5216 21.3339 12.6011 21.4224 12.611C21.4553 12.6167 21.4879 12.6229 21.5202 12.6298C22.1918 12.7722 22.5276 12.8433 22.6388 12.7533C22.7499 12.6633 22.7499 12.4011 22.75 11.8767L22.75 11.6672C22.75 10.6482 22.75 9.74377 22.683 9.08444C22.6137 8.40388 22.4669 7.81368 22.118 7.29157C21.8444 6.88211 21.4929 6.53054 21.0834 6.25695C20.5613 5.90809 19.9711 5.76124 19.2905 5.69201C18.6312 5.62494 17.8095 5.62495 16.7905 5.62496L13.2361 5.62496C12.92 5.62496 12.7396 5.62403 12.6064 5.61027C12.5044 5.60313 12.4348 5.52751 12.4128 5.49059C12.3409 5.37765 12.0838 4.86404 11.9425 4.58131C11.4704 3.62617 10.8581 2.38701 9.4626 1.86372Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0914 11.4161C18.5163 11.2905 18.9732 11.4594 19.2142 11.8312C19.4069 12.1286 19.5991 12.9094 19.8582 13.2302C20.0957 13.6116 20.4538 13.9669 21.169 14.0895C21.7133 14.1828 22.0789 14.6997 21.9856 15.244C21.8923 15.7884 21.3754 16.154 20.831 16.0607C20.2504 15.9612 19.7711 15.768 19.375 15.5208V19.1251C19.375 20.8933 17.9743 22.3751 16.1875 22.3751C14.4007 22.3751 13 20.8933 13 19.1251C13 17.3569 14.4007 15.8751 16.1875 15.8751C16.6093 15.8751 17.0096 15.9577 17.375 16.1071V12.3751C17.375 11.932 17.6665 11.5418 18.0914 11.4161Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.86372C8.82373 1.62415 8.11205 1.62446 7.08264 1.62492C6.2039 1.62491 5.32205 1.62494 4.7497 1.67539C4.15996 1.72738 3.64388 1.83734 3.17258 2.10035C2.56533 2.43923 2.06428 2.94029 1.7254 3.54754C1.46238 4.01884 1.35242 4.53492 1.30044 5.12465C1.24999 5.697 1.24999 6.40573 1.25 7.28446V10.4323C1.24999 12.7407 1.24998 14.5498 1.43975 15.9613C1.63399 17.406 2.03933 18.546 2.93414 19.4408C3.82895 20.3356 4.96897 20.741 6.41371 20.9352C7.62737 21.0984 9.13495 21.1212 11.0012 21.1244C11.4059 21.1251 11.6083 21.1255 11.6986 21.0112C11.7889 20.8969 11.7365 20.6787 11.6319 20.2421C11.5455 19.8819 11.5 19.5075 11.5 19.1251C11.5 16.8591 13.0988 14.8732 15.3175 14.4556C15.5971 14.403 15.7368 14.3767 15.8059 14.2934C15.875 14.2101 15.875 14.0812 15.875 13.8234V12.3751C15.875 11.2674 16.6039 10.2918 17.666 9.97772C18.7282 9.6636 19.8704 10.0859 20.4729 11.0153C20.6025 11.2153 20.6943 11.4311 20.7477 11.5615C20.7916 11.6687 20.9953 12.1803 21.0343 12.283C21.1323 12.5216 21.3339 12.6011 21.4224 12.611C21.4553 12.6167 21.4879 12.6229 21.5202 12.6298C22.1918 12.7722 22.5276 12.8433 22.6388 12.7533C22.7499 12.6633 22.7499 12.4011 22.75 11.8767L22.75 11.6672C22.75 10.6482 22.75 9.74377 22.683 9.08444C22.6137 8.40388 22.4669 7.81368 22.118 7.29157C21.8444 6.88211 21.4929 6.53054 21.0834 6.25695C20.5613 5.90809 19.9711 5.76124 19.2905 5.69201C18.6312 5.62494 17.8095 5.62495 16.7905 5.62496L13.2361 5.62496C12.92 5.62496 12.7396 5.62403 12.6064 5.61027C12.5044 5.60313 12.4348 5.52751 12.4128 5.49059C12.3409 5.37765 12.0838 4.86404 11.9425 4.58131C11.4704 3.62617 10.8581 2.38701 9.4626 1.86372Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.08264 2.25004C8.11205 2.24958 8.82373 2.24927 9.4626 2.48884C10.8581 3.01213 11.4704 4.25129 11.9425 5.20644C12.0838 5.48916 12.3409 6.00277 12.4128 6.11571C12.4348 6.15263 12.5044 6.22825 12.6064 6.23539C12.7396 6.24915 12.92 6.25008 13.2361 6.25008L16.7905 6.25008C17.8095 6.25007 18.6312 6.25006 19.2905 6.31713C19.9711 6.38636 20.5613 6.53321 21.0834 6.88207C21.4929 7.15566 21.8444 7.50723 22.118 7.91669C22.4669 8.4388 22.6137 9.029 22.683 9.70956C22.75 10.3689 22.75 11.2733 22.75 12.2923C22.75 14.0121 22.75 15.3603 22.6408 16.4337C22.5917 16.9169 22.5192 17.3606 22.409 17.7721C22.3137 18.1283 22.266 18.3064 22.0987 18.3513C21.9314 18.3961 21.7908 18.2555 21.5096 17.9744L6.70457 3.16932C6.35867 2.82342 6.18572 2.65046 6.21461 2.49516C6.22222 2.45425 6.23865 2.41459 6.2622 2.38028C6.35159 2.25003 6.59527 2.25003 7.08264 2.25004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.1945 20.781C19.4202 21.2984 18.5283 21.5295 17.4336 21.6409C16.3602 21.7501 15.012 21.7501 13.2923 21.7501H11.9426C9.63423 21.7501 7.82519 21.7501 6.41371 21.5603C4.96897 21.3661 3.82895 20.9608 2.93414 20.0659C2.03933 19.1711 1.63399 18.0311 1.43975 16.5864C1.24998 15.1749 1.24999 13.3658 1.25 11.0575V7.90957C1.24999 7.03084 1.24999 6.32212 1.30044 5.74978C1.35242 5.16004 1.46238 4.64396 1.7254 4.17266C1.93016 3.80573 2.19414 3.47758 2.50498 3.20055C2.66845 3.05486 2.75019 2.98201 2.86938 2.98544C2.98858 2.98886 3.07451 3.07479 3.24636 3.24664L20.2379 20.2382C20.2858 20.2861 20.3098 20.31 20.3269 20.3365C20.3999 20.4488 20.3837 20.6133 20.2902 20.7092C20.2682 20.7318 20.2437 20.7482 20.1945 20.781Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.08264 2.25004C8.11205 2.24958 8.82373 2.24927 9.4626 2.48884C10.8581 3.01213 11.4704 4.25129 11.9425 5.20644C12.0838 5.48916 12.3409 6.00277 12.4128 6.11571C12.4348 6.15263 12.5044 6.22825 12.6064 6.23539C12.7396 6.24915 12.92 6.25008 13.2361 6.25008L16.7905 6.25008C17.8095 6.25007 18.6312 6.25006 19.2905 6.31713C19.9711 6.38636 20.5613 6.53321 21.0834 6.88207C21.4929 7.15566 21.8444 7.50723 22.118 7.91669C22.4669 8.4388 22.6137 9.029 22.683 9.70956C22.75 10.3689 22.75 11.2733 22.75 12.2923C22.75 14.0121 22.75 15.3603 22.6408 16.4337C22.5917 16.9169 22.5192 17.3606 22.409 17.7721C22.3137 18.1283 22.266 18.3064 22.0987 18.3513C21.9314 18.3961 21.7908 18.2555 21.5096 17.9744L6.70457 3.16932C6.35867 2.82342 6.18572 2.65046 6.21461 2.49516C6.22222 2.45425 6.23865 2.41459 6.2622 2.38028C6.35159 2.25003 6.59527 2.25003 7.08264 2.25004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.1945 20.781C19.4202 21.2984 18.5283 21.5295 17.4336 21.6409C16.3602 21.7501 15.012 21.7501 13.2923 21.7501H11.9426C9.63423 21.7501 7.82519 21.7501 6.41371 21.5603C4.96897 21.3661 3.82895 20.9608 2.93414 20.0659C2.03933 19.1711 1.63399 18.0311 1.43975 16.5864C1.24998 15.1749 1.24999 13.3658 1.25 11.0575V7.90957C1.24999 7.03084 1.24999 6.32212 1.30044 5.74978C1.35242 5.16004 1.46238 4.64396 1.7254 4.17266C1.93016 3.80573 2.19414 3.47758 2.50498 3.20055C2.66845 3.05486 2.75019 2.98201 2.86938 2.98544C2.98858 2.98886 3.07451 3.07479 3.24636 3.24664L20.2379 20.2382C20.2858 20.2861 20.3098 20.31 20.3269 20.3365C20.3999 20.4488 20.3837 20.6133 20.2902 20.7092C20.2682 20.7318 20.2437 20.7482 20.1945 20.781Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-open{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.26883 6.19772C7.31221 6.19772 7.52524 6.21943 7.6988 6.30119C7.88393 6.3884 8.1177 6.6117 8.38022 7.04927C8.40419 7.08924 8.42782 7.12998 8.45113 7.17142H7.99408C7.45633 7.17142 7.0204 7.60735 7.0204 8.14511C7.0204 8.68287 7.45633 9.11881 7.99408 9.11881H15.8911C16.599 9.11881 17.0308 9.12093 17.3427 9.16338C17.6184 9.20091 17.659 9.25428 17.6615 9.25751C17.6672 9.26251 17.7208 9.30967 17.7583 9.59176C17.8006 9.91048 17.8026 10.3505 17.8026 11.0662V11.2557L11.7659 11.2534C11.4371 11.2485 11.0332 11.2426 10.6584 11.2849C10.149 11.3424 9.57171 11.4961 9.07806 11.9246C8.76221 12.1987 8.55086 12.5337 8.36916 12.9149C8.19607 13.2779 8.02641 13.7356 7.82323 14.2836L5.44862 19.913C5.30346 20.2488 5.02412 20.7789 4.05653 20.7987C3.59374 20.7533 3.21455 20.3637 3.19793 19.8629L3.19737 9.11876C3.19737 8.17358 3.19939 7.56145 3.25932 7.11017C3.31569 6.68566 3.40703 6.55231 3.47979 6.47864C3.52895 6.42888 3.67669 6.32408 4.17932 6.26157C4.679 6.19944 5.33852 6.19772 6.26883 6.19772ZM4.05615 22.7491C4.06312 22.7493 4.07009 22.7495 4.07707 22.7497C4.10033 22.7503 4.12341 22.75 4.1463 22.749L13.5106 22.7337H13.5107C14.7288 22.7375 15.7014 22.7405 16.4906 22.6602C17.3057 22.5772 17.9924 22.4004 18.6197 22.0025C18.7006 21.9512 18.7799 21.8974 18.8576 21.8412C19.4596 21.4061 19.8783 20.8337 20.2574 20.1074C20.6243 19.4041 20.9819 18.4996 21.4297 17.3668L21.9891 15.9518C22.2687 15.2447 22.5031 14.6518 22.6315 14.1647C22.7642 13.6612 22.8231 13.1357 22.6062 12.6232C22.4951 12.3607 22.3353 12.1214 22.135 11.9186C21.7677 11.5467 21.3401 11.3879 20.8346 11.3181C20.535 11.2768 20.1752 11.263 19.75 11.2584V11.0067C19.7501 10.3693 19.7501 9.79781 19.6887 9.33541C19.6218 8.83189 19.4667 8.31406 19.0465 7.88865C18.6247 7.46157 18.1084 7.30226 17.6054 7.23379C17.1462 7.17129 16.5796 7.17135 15.9514 7.17141L10.6141 7.17142C10.454 6.80121 10.2678 6.41023 10.0501 6.04741C9.71465 5.48826 9.23259 4.87108 8.52869 4.53949C7.90957 4.24783 7.22076 4.24891 6.42707 4.25016L6.26883 4.25033L6.2146 4.25032C5.35295 4.25029 4.57273 4.25026 3.93901 4.32907C3.29495 4.40916 2.60854 4.58954 2.09432 5.11016C1.60372 5.60687 1.41337 6.21771 1.3289 6.85381C1.24992 7.44859 1.24996 8.19162 1.25 9.05531L1.25 9.11886L1.25056 19.888L1.25084 19.8995C1.28706 21.4216 2.48092 22.67 4.00049 22.7468L4.00049 22.7492L4.05615 22.7491Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.7226 6.24966C21.1106 6.2597 21.4693 6.04435 21.6429 5.69722L22.6429 3.69722C22.8899 3.20325 22.6897 2.60257 22.1957 2.35558C21.7017 2.10858 21.101 2.3088 20.854 2.80277L20.6326 3.24568C19.5347 2.02133 17.9402 1.25 16.1645 1.25C14.2009 1.25 12.4575 2.19434 11.3646 3.64942C11.0329 4.09101 11.122 4.71787 11.5635 5.04956C12.0051 5.38125 12.632 5.29216 12.9637 4.85058C13.6951 3.87676 14.8565 3.25 16.1645 3.25C17.8032 3.25 19.2139 4.23555 19.8321 5.65037C19.9875 6.00601 20.3346 6.23963 20.7226 6.24966Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.26883 6.19772C7.31221 6.19772 7.52524 6.21943 7.6988 6.30119C7.88393 6.3884 8.1177 6.6117 8.38022 7.04927C8.40419 7.08924 8.42782 7.12998 8.45113 7.17142H7.99408C7.45633 7.17142 7.0204 7.60735 7.0204 8.14511C7.0204 8.68287 7.45633 9.11881 7.99408 9.11881H15.8911C16.599 9.11881 17.0308 9.12093 17.3427 9.16338C17.6184 9.20091 17.659 9.25428 17.6615 9.25751C17.6672 9.26251 17.7208 9.30967 17.7583 9.59176C17.8006 9.91048 17.8026 10.3505 17.8026 11.0662V11.2557L11.7659 11.2534C11.4371 11.2485 11.0332 11.2426 10.6584 11.2849C10.149 11.3424 9.57171 11.4961 9.07806 11.9246C8.76221 12.1987 8.55086 12.5337 8.36916 12.9149C8.19607 13.2779 8.02641 13.7356 7.82323 14.2836L5.44862 19.913C5.30346 20.2488 5.02412 20.7789 4.05653 20.7987C3.59374 20.7533 3.21455 20.3637 3.19793 19.8629L3.19737 9.11876C3.19737 8.17358 3.19939 7.56145 3.25932 7.11017C3.31569 6.68566 3.40703 6.55231 3.47979 6.47864C3.52895 6.42888 3.67669 6.32408 4.17932 6.26157C4.679 6.19944 5.33852 6.19772 6.26883 6.19772ZM4.05615 22.7491C4.06312 22.7493 4.07009 22.7495 4.07707 22.7497C4.10033 22.7503 4.12341 22.75 4.1463 22.749L13.5106 22.7337H13.5107C14.7288 22.7375 15.7014 22.7405 16.4906 22.6602C17.3057 22.5772 17.9924 22.4004 18.6197 22.0025C18.7006 21.9512 18.7799 21.8974 18.8576 21.8412C19.4596 21.4061 19.8783 20.8337 20.2574 20.1074C20.6243 19.4041 20.9819 18.4996 21.4297 17.3668L21.9891 15.9518C22.2687 15.2447 22.5031 14.6518 22.6315 14.1647C22.7642 13.6612 22.8231 13.1357 22.6062 12.6232C22.4951 12.3607 22.3353 12.1214 22.135 11.9186C21.7677 11.5467 21.3401 11.3879 20.8346 11.3181C20.535 11.2768 20.1752 11.263 19.75 11.2584V11.0067C19.7501 10.3693 19.7501 9.79781 19.6887 9.33541C19.6218 8.83189 19.4667 8.31406 19.0465 7.88865C18.6247 7.46157 18.1084 7.30226 17.6054 7.23379C17.1462 7.17129 16.5796 7.17135 15.9514 7.17141L10.6141 7.17142C10.454 6.80121 10.2678 6.41023 10.0501 6.04741C9.71465 5.48826 9.23259 4.87108 8.52869 4.53949C7.90957 4.24783 7.22076 4.24891 6.42707 4.25016L6.26883 4.25033L6.2146 4.25032C5.35295 4.25029 4.57273 4.25026 3.93901 4.32907C3.29495 4.40916 2.60854 4.58954 2.09432 5.11016C1.60372 5.60687 1.41337 6.21771 1.3289 6.85381C1.24992 7.44859 1.24996 8.19162 1.25 9.05531L1.25 9.11886L1.25056 19.888L1.25084 19.8995C1.28706 21.4216 2.48092 22.67 4.00049 22.7468L4.00049 22.7492L4.05615 22.7491Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.7226 6.24966C21.1106 6.2597 21.4693 6.04435 21.6429 5.69722L22.6429 3.69722C22.8899 3.20325 22.6897 2.60257 22.1957 2.35558C21.7017 2.10858 21.101 2.3088 20.854 2.80277L20.6326 3.24568C19.5347 2.02133 17.9402 1.25 16.1645 1.25C14.2009 1.25 12.4575 2.19434 11.3646 3.64942C11.0329 4.09101 11.122 4.71787 11.5635 5.04956C12.0051 5.38125 12.632 5.29216 12.9637 4.85058C13.6951 3.87676 14.8565 3.25 16.1645 3.25C17.8032 3.25 19.2139 4.23555 19.8321 5.65037C19.9875 6.00601 20.3346 6.23963 20.7226 6.24966Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-pin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.7294 17.581C22.6331 17.8054 22.5018 17.9964 22.3189 18.1615C22.1825 18.2845 22.0058 18.3938 21.9132 18.4511C21.3003 18.832 20.5958 19.0717 19.8755 19.185L19.8755 21.375C19.8755 21.9273 19.4278 22.375 18.8755 22.375C18.3232 22.375 17.8755 21.9273 17.8755 21.375L17.8755 19.1851C17.1552 19.0717 16.4507 18.832 15.8378 18.4511C15.7453 18.3939 15.5685 18.2845 15.4322 18.1614C15.2491 17.9963 15.1179 17.8052 15.0217 17.5808C14.7042 16.8401 14.9666 16.1179 15.2017 15.6856C15.4535 15.2228 15.814 14.8234 16.1232 14.5679C16.3984 14.3406 16.5751 14.1939 16.6951 14.0832L16.3674 13.0849C16.2714 12.7647 16.1018 12.1994 16.3844 11.6079C16.5063 11.3525 16.6732 11.1439 16.9023 10.9768C17.0709 10.8539 17.2894 10.7533 17.407 10.6993C18.3414 10.2669 19.4096 10.2669 20.3441 10.6993C20.4616 10.7533 20.6802 10.8539 20.8488 10.9768C21.0778 11.1439 21.2447 11.3525 21.3667 11.6079C21.6493 12.1994 21.4797 12.7647 21.3836 13.0849L21.0526 14.0936C21.1695 14.1995 21.341 14.3396 21.6081 14.5568C21.9212 14.8114 22.2872 15.2107 22.5431 15.675C22.7826 16.1093 23.0495 16.8349 22.7294 17.581Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 1.86402C8.69873 1.62445 7.98705 1.62477 6.95764 1.62522C6.0789 1.62521 5.19705 1.62525 4.6247 1.6757C4.03496 1.72768 3.51888 1.83764 3.04758 2.10066C2.44033 2.43954 1.93928 2.94059 1.6004 3.54784C1.33738 4.01914 1.22742 4.53522 1.17544 5.12496C1.12498 5.69731 1.12499 6.40603 1.125 7.28477V10.4326C1.12499 12.741 1.12498 14.5501 1.31475 15.9616C1.50899 17.4063 1.91433 18.5463 2.80914 19.4411C3.70395 20.3359 4.84397 20.7413 6.28871 20.9355C7.70019 21.1253 9.50923 21.1253 11.8176 21.1253H13.1673C14.2353 21.1253 15.16 21.1253 15.9646 21.0991C16.0783 21.0954 16.1351 21.0936 16.1824 21.0754C16.264 21.044 16.3294 20.9765 16.3581 20.8939C16.3747 20.846 16.3747 20.7881 16.3747 20.6723C16.3747 20.5784 16.3747 20.5314 16.3647 20.4936C16.346 20.4232 16.3118 20.3728 16.2533 20.3295C16.2219 20.3062 16.1726 20.2866 16.0741 20.2475C15.3787 19.9712 14.7049 19.5013 14.4263 19.2751C14.0694 18.953 13.8166 18.5786 13.6423 18.172C13.0512 16.7934 13.5728 15.54 13.8832 14.9692C14.1074 14.557 14.3862 14.1883 14.6711 13.8817C14.8074 13.7351 14.8755 13.6618 14.8938 13.585C14.9122 13.5083 14.8841 13.4106 14.8279 13.2151C14.6566 12.6189 14.593 11.8764 15.0301 10.9615C15.2512 10.4987 15.5728 10.0895 16.0176 9.76511C16.3114 9.55085 16.6637 9.38964 16.7794 9.33667C18.1129 8.71969 19.6377 8.72088 20.9713 9.33724C21.087 9.39021 21.4381 9.55083 21.7318 9.76508C22.0141 9.97093 22.1552 10.0738 22.1795 10.0856C22.403 10.1939 22.5798 10.0967 22.6082 9.84992C22.6113 9.82315 22.6026 9.68807 22.5852 9.41792C22.5776 9.30099 22.5686 9.18976 22.558 9.08474C22.4887 8.40419 22.3419 7.81398 21.993 7.29187C21.7194 6.88241 21.3679 6.53085 20.9584 6.25725C20.4363 5.90839 19.8461 5.76154 19.1655 5.69231C18.5062 5.62524 17.6845 5.62525 16.6655 5.62526L13.1111 5.62526C12.795 5.62526 12.6146 5.62434 12.4814 5.61057C12.3794 5.60343 12.3098 5.52781 12.2878 5.49089C12.2159 5.37796 11.9588 4.86435 11.8175 4.58162C11.3454 3.62647 10.7331 2.38731 9.3376 1.86402Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.7294 17.581C22.6331 17.8054 22.5018 17.9964 22.3189 18.1615C22.1825 18.2845 22.0058 18.3938 21.9132 18.4511C21.3003 18.832 20.5958 19.0717 19.8755 19.185L19.8755 21.375C19.8755 21.9273 19.4278 22.375 18.8755 22.375C18.3232 22.375 17.8755 21.9273 17.8755 21.375L17.8755 19.1851C17.1552 19.0717 16.4507 18.832 15.8378 18.4511C15.7453 18.3939 15.5685 18.2845 15.4322 18.1614C15.2491 17.9963 15.1179 17.8052 15.0217 17.5808C14.7042 16.8401 14.9666 16.1179 15.2017 15.6856C15.4535 15.2228 15.814 14.8234 16.1232 14.5679C16.3984 14.3406 16.5751 14.1939 16.6951 14.0832L16.3674 13.0849C16.2714 12.7647 16.1018 12.1994 16.3844 11.6079C16.5063 11.3525 16.6732 11.1439 16.9023 10.9768C17.0709 10.8539 17.2894 10.7533 17.407 10.6993C18.3414 10.2669 19.4096 10.2669 20.3441 10.6993C20.4616 10.7533 20.6802 10.8539 20.8488 10.9768C21.0778 11.1439 21.2447 11.3525 21.3667 11.6079C21.6493 12.1994 21.4797 12.7647 21.3836 13.0849L21.0526 14.0936C21.1695 14.1995 21.341 14.3396 21.6081 14.5568C21.9212 14.8114 22.2872 15.2107 22.5431 15.675C22.7826 16.1093 23.0495 16.8349 22.7294 17.581Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 1.86402C8.69873 1.62445 7.98705 1.62477 6.95764 1.62522C6.0789 1.62521 5.19705 1.62525 4.6247 1.6757C4.03496 1.72768 3.51888 1.83764 3.04758 2.10066C2.44033 2.43954 1.93928 2.94059 1.6004 3.54784C1.33738 4.01914 1.22742 4.53522 1.17544 5.12496C1.12498 5.69731 1.12499 6.40603 1.125 7.28477V10.4326C1.12499 12.741 1.12498 14.5501 1.31475 15.9616C1.50899 17.4063 1.91433 18.5463 2.80914 19.4411C3.70395 20.3359 4.84397 20.7413 6.28871 20.9355C7.70019 21.1253 9.50923 21.1253 11.8176 21.1253H13.1673C14.2353 21.1253 15.16 21.1253 15.9646 21.0991C16.0783 21.0954 16.1351 21.0936 16.1824 21.0754C16.264 21.044 16.3294 20.9765 16.3581 20.8939C16.3747 20.846 16.3747 20.7881 16.3747 20.6723C16.3747 20.5784 16.3747 20.5314 16.3647 20.4936C16.346 20.4232 16.3118 20.3728 16.2533 20.3295C16.2219 20.3062 16.1726 20.2866 16.0741 20.2475C15.3787 19.9712 14.7049 19.5013 14.4263 19.2751C14.0694 18.953 13.8166 18.5786 13.6423 18.172C13.0512 16.7934 13.5728 15.54 13.8832 14.9692C14.1074 14.557 14.3862 14.1883 14.6711 13.8817C14.8074 13.7351 14.8755 13.6618 14.8938 13.585C14.9122 13.5083 14.8841 13.4106 14.8279 13.2151C14.6566 12.6189 14.593 11.8764 15.0301 10.9615C15.2512 10.4987 15.5728 10.0895 16.0176 9.76511C16.3114 9.55085 16.6637 9.38964 16.7794 9.33667C18.1129 8.71969 19.6377 8.72088 20.9713 9.33724C21.087 9.39021 21.4381 9.55083 21.7318 9.76508C22.0141 9.97093 22.1552 10.0738 22.1795 10.0856C22.403 10.1939 22.5798 10.0967 22.6082 9.84992C22.6113 9.82315 22.6026 9.68807 22.5852 9.41792C22.5776 9.30099 22.5686 9.18976 22.558 9.08474C22.4887 8.40419 22.3419 7.81398 21.993 7.29187C21.7194 6.88241 21.3679 6.53085 20.9584 6.25725C20.4363 5.90839 19.8461 5.76154 19.1655 5.69231C18.5062 5.62524 17.6845 5.62525 16.6655 5.62526L13.1111 5.62526C12.795 5.62526 12.6146 5.62434 12.4814 5.61057C12.3794 5.60343 12.3098 5.52781 12.2878 5.49089C12.2159 5.37796 11.9588 4.86435 11.8175 4.58162C11.3454 3.62647 10.7331 2.38731 9.3376 1.86402Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1679 14.668C15.5584 14.2775 16.1916 14.2775 16.5821 14.668L18.875 16.9609L21.1679 14.668C21.5584 14.2775 22.1916 14.2775 22.5821 14.668C22.9726 15.0585 22.9726 15.6917 22.5821 16.0822L20.2892 18.3751L22.5821 20.668C22.9726 21.0585 22.9726 21.6917 22.5821 22.0822C22.1916 22.4728 21.5584 22.4728 21.1679 22.0822L18.875 19.7893L16.5821 22.0822C16.1916 22.4728 15.5584 22.4728 15.1679 22.0822C14.7774 21.6917 14.7774 21.0585 15.1679 20.668L17.4608 18.3751L15.1679 16.0822C14.7774 15.6917 14.7774 15.0585 15.1679 14.668Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 1.86372C8.69873 1.62415 7.98705 1.62446 6.95764 1.62492C6.0789 1.62491 5.19705 1.62494 4.6247 1.67539C4.03496 1.72738 3.51888 1.83734 3.04758 2.10035C2.44033 2.43923 1.93928 2.94029 1.6004 3.54754C1.33738 4.01884 1.22742 4.53492 1.17544 5.12465C1.12498 5.697 1.12499 6.40573 1.125 7.28446V10.4323C1.12499 12.7407 1.12498 14.5498 1.31475 15.9613C1.50899 17.406 1.91433 18.546 2.80914 19.4408C3.70395 20.3356 4.84397 20.741 6.28871 20.9352C7.70019 21.125 9.50923 21.125 11.8176 21.125L12.8444 21.125C13.0851 21.125 13.2055 21.125 13.2842 21.0679C13.363 21.0108 13.4084 20.8721 13.4993 20.5946C13.6176 20.2336 13.8202 19.8941 14.1072 19.6071L14.9152 18.7991C15.1152 18.5991 15.2152 18.4991 15.2152 18.3749C15.2152 18.2506 15.1152 18.1506 14.9152 17.9506L14.1072 17.1426C13.1309 16.1663 13.1309 14.5834 14.1072 13.6071C15.0835 12.6308 16.6665 12.6308 17.6428 13.6071L18.4507 14.4151C18.6507 14.6151 18.7507 14.7151 18.875 14.7151C18.9993 14.7151 19.0993 14.6151 19.2993 14.4151L20.1072 13.6071C20.5821 13.1323 21.2004 12.8884 21.8227 12.8754C22.243 12.8667 22.4532 12.8623 22.5389 12.7749C22.6245 12.6875 22.6247 12.5174 22.6249 12.1772C22.625 12.0109 22.625 11.841 22.625 11.6672C22.625 10.6482 22.625 9.74377 22.558 9.08444C22.4887 8.40388 22.3419 7.81368 21.993 7.29157C21.7194 6.88211 21.3679 6.53054 20.9584 6.25695C20.4363 5.90809 19.8461 5.76124 19.1655 5.69201C18.5062 5.62494 17.6845 5.62495 16.6655 5.62496L13.1111 5.62496C12.795 5.62496 12.6146 5.62403 12.4814 5.61027C12.3794 5.60313 12.3098 5.52751 12.2878 5.49059C12.2159 5.37765 11.9588 4.86404 11.8175 4.58131C11.3454 3.62617 10.7331 2.38701 9.3376 1.86372Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1679 14.668C15.5584 14.2775 16.1916 14.2775 16.5821 14.668L18.875 16.9609L21.1679 14.668C21.5584 14.2775 22.1916 14.2775 22.5821 14.668C22.9726 15.0585 22.9726 15.6917 22.5821 16.0822L20.2892 18.3751L22.5821 20.668C22.9726 21.0585 22.9726 21.6917 22.5821 22.0822C22.1916 22.4728 21.5584 22.4728 21.1679 22.0822L18.875 19.7893L16.5821 22.0822C16.1916 22.4728 15.5584 22.4728 15.1679 22.0822C14.7774 21.6917 14.7774 21.0585 15.1679 20.668L17.4608 18.3751L15.1679 16.0822C14.7774 15.6917 14.7774 15.0585 15.1679 14.668Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 1.86372C8.69873 1.62415 7.98705 1.62446 6.95764 1.62492C6.0789 1.62491 5.19705 1.62494 4.6247 1.67539C4.03496 1.72738 3.51888 1.83734 3.04758 2.10035C2.44033 2.43923 1.93928 2.94029 1.6004 3.54754C1.33738 4.01884 1.22742 4.53492 1.17544 5.12465C1.12498 5.697 1.12499 6.40573 1.125 7.28446V10.4323C1.12499 12.7407 1.12498 14.5498 1.31475 15.9613C1.50899 17.406 1.91433 18.546 2.80914 19.4408C3.70395 20.3356 4.84397 20.741 6.28871 20.9352C7.70019 21.125 9.50923 21.125 11.8176 21.125L12.8444 21.125C13.0851 21.125 13.2055 21.125 13.2842 21.0679C13.363 21.0108 13.4084 20.8721 13.4993 20.5946C13.6176 20.2336 13.8202 19.8941 14.1072 19.6071L14.9152 18.7991C15.1152 18.5991 15.2152 18.4991 15.2152 18.3749C15.2152 18.2506 15.1152 18.1506 14.9152 17.9506L14.1072 17.1426C13.1309 16.1663 13.1309 14.5834 14.1072 13.6071C15.0835 12.6308 16.6665 12.6308 17.6428 13.6071L18.4507 14.4151C18.6507 14.6151 18.7507 14.7151 18.875 14.7151C18.9993 14.7151 19.0993 14.6151 19.2993 14.4151L20.1072 13.6071C20.5821 13.1323 21.2004 12.8884 21.8227 12.8754C22.243 12.8667 22.4532 12.8623 22.5389 12.7749C22.6245 12.6875 22.6247 12.5174 22.6249 12.1772C22.625 12.0109 22.625 11.841 22.625 11.6672C22.625 10.6482 22.625 9.74377 22.558 9.08444C22.4887 8.40388 22.3419 7.81368 21.993 7.29157C21.7194 6.88211 21.3679 6.53054 20.9584 6.25695C20.4363 5.90809 19.8461 5.76124 19.1655 5.69201C18.5062 5.62494 17.6845 5.62495 16.6655 5.62496L13.1111 5.62496C12.795 5.62496 12.6146 5.62403 12.4814 5.61027C12.3794 5.60313 12.3098 5.52751 12.2878 5.49059C12.2159 5.37765 11.9588 4.86404 11.8175 4.58131C11.3454 3.62617 10.7331 2.38701 9.3376 1.86372Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.3036 14.3751C15.9623 14.3751 14.875 15.4624 14.875 16.8037C14.875 18.145 15.9623 19.2323 17.3036 19.2323C17.9745 19.2323 18.5803 18.9615 19.0208 18.521C19.1022 18.4396 19.1778 18.3526 19.2469 18.2605C19.5519 17.8547 19.7321 17.3517 19.7321 16.8037C19.7321 15.4624 18.6448 14.3751 17.3036 14.3751ZM12.875 16.8037C12.875 14.3579 14.8577 12.3751 17.3036 12.3751C19.7494 12.3751 21.7321 14.3579 21.7321 16.8037C21.7321 17.6632 21.4864 18.4675 21.0616 19.1475L22.5821 20.668C22.9726 21.0585 22.9726 21.6917 22.5821 22.0822C22.1916 22.4728 21.5584 22.4728 21.1679 22.0822L19.6474 20.5617C18.9677 20.9863 18.1639 21.2323 17.3036 21.2323C14.8577 21.2323 12.875 19.2495 12.875 16.8037Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 1.86372C8.69873 1.62415 7.98705 1.62446 6.95764 1.62492C6.0789 1.62491 5.19705 1.62494 4.6247 1.67539C4.03496 1.72738 3.51888 1.83734 3.04758 2.10035C2.44033 2.43923 1.93928 2.94029 1.6004 3.54754C1.33738 4.01884 1.22742 4.53492 1.17544 5.12465C1.12498 5.697 1.12499 6.40573 1.125 7.28446V10.4323C1.12499 12.7407 1.12498 14.5498 1.31475 15.9613C1.50899 17.406 1.91433 18.546 2.80914 19.4408C3.70395 20.3356 4.84397 20.741 6.28871 20.9352C7.70019 21.125 9.50923 21.125 11.8176 21.125C12.3677 21.125 12.6427 21.125 12.7325 20.9995C12.7486 20.9771 12.7578 20.96 12.7679 20.9342C12.8241 20.7906 12.6597 20.5381 12.331 20.033C11.7263 19.1039 11.375 17.9947 11.375 16.8034C11.375 13.5292 14.0293 10.8749 17.3036 10.8749C18.7606 10.8749 20.0948 11.4005 21.127 12.2724C21.8941 12.9203 22.2777 13.2443 22.4513 13.1637C22.625 13.083 22.625 12.6364 22.625 11.7431C22.625 11.7179 22.625 11.6926 22.625 11.6672C22.625 10.6482 22.625 9.74377 22.558 9.08444C22.4887 8.40388 22.3419 7.81368 21.993 7.29157C21.7194 6.88211 21.3679 6.53054 20.9584 6.25695C20.4363 5.90809 19.8461 5.76124 19.1655 5.69201C18.5062 5.62494 17.6845 5.62495 16.6655 5.62496L13.1111 5.62496C12.795 5.62496 12.6146 5.62403 12.4814 5.61027C12.3794 5.60313 12.3098 5.52751 12.2878 5.49059C12.2159 5.37765 11.9588 4.86404 11.8175 4.58131C11.3454 3.62617 10.7331 2.38701 9.3376 1.86372Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.3036 14.3751C15.9623 14.3751 14.875 15.4624 14.875 16.8037C14.875 18.145 15.9623 19.2323 17.3036 19.2323C17.9745 19.2323 18.5803 18.9615 19.0208 18.521C19.1022 18.4396 19.1778 18.3526 19.2469 18.2605C19.5519 17.8547 19.7321 17.3517 19.7321 16.8037C19.7321 15.4624 18.6448 14.3751 17.3036 14.3751ZM12.875 16.8037C12.875 14.3579 14.8577 12.3751 17.3036 12.3751C19.7494 12.3751 21.7321 14.3579 21.7321 16.8037C21.7321 17.6632 21.4864 18.4675 21.0616 19.1475L22.5821 20.668C22.9726 21.0585 22.9726 21.6917 22.5821 22.0822C22.1916 22.4728 21.5584 22.4728 21.1679 22.0822L19.6474 20.5617C18.9677 20.9863 18.1639 21.2323 17.3036 21.2323C14.8577 21.2323 12.875 19.2495 12.875 16.8037Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 1.86372C8.69873 1.62415 7.98705 1.62446 6.95764 1.62492C6.0789 1.62491 5.19705 1.62494 4.6247 1.67539C4.03496 1.72738 3.51888 1.83734 3.04758 2.10035C2.44033 2.43923 1.93928 2.94029 1.6004 3.54754C1.33738 4.01884 1.22742 4.53492 1.17544 5.12465C1.12498 5.697 1.12499 6.40573 1.125 7.28446V10.4323C1.12499 12.7407 1.12498 14.5498 1.31475 15.9613C1.50899 17.406 1.91433 18.546 2.80914 19.4408C3.70395 20.3356 4.84397 20.741 6.28871 20.9352C7.70019 21.125 9.50923 21.125 11.8176 21.125C12.3677 21.125 12.6427 21.125 12.7325 20.9995C12.7486 20.9771 12.7578 20.96 12.7679 20.9342C12.8241 20.7906 12.6597 20.5381 12.331 20.033C11.7263 19.1039 11.375 17.9947 11.375 16.8034C11.375 13.5292 14.0293 10.8749 17.3036 10.8749C18.7606 10.8749 20.0948 11.4005 21.127 12.2724C21.8941 12.9203 22.2777 13.2443 22.4513 13.1637C22.625 13.083 22.625 12.6364 22.625 11.7431C22.625 11.7179 22.625 11.6926 22.625 11.6672C22.625 10.6482 22.625 9.74377 22.558 9.08444C22.4887 8.40388 22.3419 7.81368 21.993 7.29157C21.7194 6.88211 21.3679 6.53054 20.9584 6.25695C20.4363 5.90809 19.8461 5.76124 19.1655 5.69201C18.5062 5.62494 17.6845 5.62495 16.6655 5.62496L13.1111 5.62496C12.795 5.62496 12.6146 5.62403 12.4814 5.61027C12.3794 5.60313 12.3098 5.52751 12.2878 5.49059C12.2159 5.37765 11.9588 4.86404 11.8175 4.58131C11.3454 3.62617 10.7331 2.38701 9.3376 1.86372Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-security{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.3219 12.3228C15.908 12.0343 16.6173 11.75 17.4982 11.75C18.3792 11.75 19.0887 12.0343 19.675 12.3227C19.8696 12.4184 20.0403 12.5079 20.1971 12.59C20.5508 12.7754 20.8336 12.9236 21.1583 13.022C21.3622 13.0837 21.5689 13.1463 21.7134 13.2001C21.8392 13.2469 22.0665 13.3359 22.2415 13.5207C22.3965 13.6843 22.4706 13.8642 22.5137 14.0078C22.5498 14.1276 22.5803 14.289 22.6028 14.4077C23.2229 17.674 21.8583 20.8182 18.5193 22.0327C18.2123 22.1445 17.9225 22.25 17.4998 22.25C17.0771 22.25 16.7873 22.1445 16.4802 22.0327C13.1413 20.8183 11.7752 17.6743 12.3952 14.4077C12.4177 14.2891 12.4482 14.1277 12.4842 14.0079C12.5274 13.8643 12.6015 13.6844 12.7564 13.5208C12.9314 13.3361 13.1587 13.247 13.2845 13.2002C13.4289 13.1464 13.6357 13.0838 13.8396 13.022C14.1641 12.9236 14.4465 12.7755 14.8 12.5902C14.9567 12.508 15.1274 12.4185 15.3219 12.3228Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.08264 1.74992C8.11205 1.74946 8.82373 1.74915 9.4626 1.98872C10.8581 2.51201 11.4704 3.75117 11.9425 4.70631C12.0838 4.98904 12.3409 5.50265 12.4128 5.61559C12.4348 5.65251 12.5044 5.72813 12.6064 5.73527C12.7396 5.74903 12.92 5.74996 13.2361 5.74996L16.7905 5.74996C17.8095 5.74995 18.6312 5.74994 19.2905 5.81701C19.9711 5.88624 20.5613 6.03309 21.0834 6.38195C21.4929 6.65554 21.8444 7.00711 22.118 7.41657C22.4669 7.93868 22.6137 8.52888 22.683 9.20944C22.7284 9.65646 22.7431 10.3262 22.7478 11.0288C22.7509 11.496 22.7525 11.7296 22.6245 11.82C22.4966 11.9104 22.2701 11.8284 21.8172 11.6644C21.7438 11.6378 21.6768 11.6138 21.6213 11.5941C21.2239 11.4495 20.601 11.1222 20.3392 10.9766C19.6717 10.6483 18.7182 10.2499 17.5003 10.2499C16.2823 10.2499 15.329 10.6484 14.6616 10.9768L14.1102 11.2591C13.7335 11.4566 13.546 11.5441 13.3806 11.5942C13.1971 11.6498 12.9417 11.7279 12.7524 11.7983C12.5975 11.8558 12.0916 12.0435 11.6694 12.4892C11.2945 12.8851 11.1303 13.3079 11.0498 13.5761C10.9902 13.7744 10.9436 14.0218 10.9236 14.1279C10.519 16.2606 10.8362 18.4197 11.9006 20.1793C12.2095 20.6901 12.364 20.9455 12.2776 21.0983C12.1912 21.2511 11.913 21.2503 11.3568 21.2487C9.45122 21.2432 7.55756 21.214 6.41371 21.0602C4.96897 20.866 3.82895 20.4606 2.93414 19.5658C2.03933 18.671 1.63399 17.531 1.43975 16.0863C1.24998 14.6748 1.24999 12.8657 1.25 10.5573V7.40946C1.24999 6.53073 1.24999 5.822 1.30044 5.24965C1.35242 4.65992 1.46238 4.14384 1.7254 3.67254C2.06428 3.06529 2.56533 2.56423 3.17258 2.22535C3.64388 1.96234 4.15996 1.85238 4.7497 1.80039C5.32205 1.74994 6.2039 1.74991 7.08264 1.74992Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.3219 12.3228C15.908 12.0343 16.6173 11.75 17.4982 11.75C18.3792 11.75 19.0887 12.0343 19.675 12.3227C19.8696 12.4184 20.0403 12.5079 20.1971 12.59C20.5508 12.7754 20.8336 12.9236 21.1583 13.022C21.3622 13.0837 21.5689 13.1463 21.7134 13.2001C21.8392 13.2469 22.0665 13.3359 22.2415 13.5207C22.3965 13.6843 22.4706 13.8642 22.5137 14.0078C22.5498 14.1276 22.5803 14.289 22.6028 14.4077C23.2229 17.674 21.8583 20.8182 18.5193 22.0327C18.2123 22.1445 17.9225 22.25 17.4998 22.25C17.0771 22.25 16.7873 22.1445 16.4802 22.0327C13.1413 20.8183 11.7752 17.6743 12.3952 14.4077C12.4177 14.2891 12.4482 14.1277 12.4842 14.0079C12.5274 13.8643 12.6015 13.6844 12.7564 13.5208C12.9314 13.3361 13.1587 13.247 13.2845 13.2002C13.4289 13.1464 13.6357 13.0838 13.8396 13.022C14.1641 12.9236 14.4465 12.7755 14.8 12.5902C14.9567 12.508 15.1274 12.4185 15.3219 12.3228Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.08264 1.74992C8.11205 1.74946 8.82373 1.74915 9.4626 1.98872C10.8581 2.51201 11.4704 3.75117 11.9425 4.70631C12.0838 4.98904 12.3409 5.50265 12.4128 5.61559C12.4348 5.65251 12.5044 5.72813 12.6064 5.73527C12.7396 5.74903 12.92 5.74996 13.2361 5.74996L16.7905 5.74996C17.8095 5.74995 18.6312 5.74994 19.2905 5.81701C19.9711 5.88624 20.5613 6.03309 21.0834 6.38195C21.4929 6.65554 21.8444 7.00711 22.118 7.41657C22.4669 7.93868 22.6137 8.52888 22.683 9.20944C22.7284 9.65646 22.7431 10.3262 22.7478 11.0288C22.7509 11.496 22.7525 11.7296 22.6245 11.82C22.4966 11.9104 22.2701 11.8284 21.8172 11.6644C21.7438 11.6378 21.6768 11.6138 21.6213 11.5941C21.2239 11.4495 20.601 11.1222 20.3392 10.9766C19.6717 10.6483 18.7182 10.2499 17.5003 10.2499C16.2823 10.2499 15.329 10.6484 14.6616 10.9768L14.1102 11.2591C13.7335 11.4566 13.546 11.5441 13.3806 11.5942C13.1971 11.6498 12.9417 11.7279 12.7524 11.7983C12.5975 11.8558 12.0916 12.0435 11.6694 12.4892C11.2945 12.8851 11.1303 13.3079 11.0498 13.5761C10.9902 13.7744 10.9436 14.0218 10.9236 14.1279C10.519 16.2606 10.8362 18.4197 11.9006 20.1793C12.2095 20.6901 12.364 20.9455 12.2776 21.0983C12.1912 21.2511 11.913 21.2503 11.3568 21.2487C9.45122 21.2432 7.55756 21.214 6.41371 21.0602C4.96897 20.866 3.82895 20.4606 2.93414 19.5658C2.03933 18.671 1.63399 17.531 1.43975 16.0863C1.24998 14.6748 1.24999 12.8657 1.25 10.5573V7.40946C1.24999 6.53073 1.24999 5.822 1.30044 5.24965C1.35242 4.65992 1.46238 4.14384 1.7254 3.67254C2.06428 3.06529 2.56533 2.56423 3.17258 2.22535C3.64388 1.96234 4.15996 1.85238 4.7497 1.80039C5.32205 1.74994 6.2039 1.74991 7.08264 1.74992Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-shared-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.2503 14.4378C15.2503 12.9312 16.5041 11.75 18.0003 11.75C19.4966 11.75 20.7503 12.9312 20.7503 14.4378C20.7503 15.9444 19.4966 17.1256 18.0003 17.1256C16.5041 17.1256 15.2503 15.9444 15.2503 14.4378Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0885 18.3858C16.7797 17.5077 19.221 17.5077 20.9122 18.3858C21.2216 18.5373 21.7713 18.8065 22.1462 19.1265C22.3726 19.3198 22.6822 19.6483 22.7409 20.1162C22.8077 20.6492 22.5247 21.0774 22.1629 21.378C21.5954 21.8494 20.8845 22.25 19.96 22.25H16.0407C15.1162 22.25 14.4053 21.8494 13.8378 21.378C13.476 21.0774 13.193 20.6492 13.2598 20.1162C13.3185 19.6483 13.6281 19.3198 13.8545 19.1265C14.2294 18.8065 14.7791 18.5373 15.0885 18.3858Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.98872C8.82373 1.74915 8.11205 1.74946 7.08264 1.74992C6.2039 1.74991 5.32205 1.74994 4.7497 1.80039C4.15996 1.85238 3.64388 1.96234 3.17258 2.22535C2.56533 2.56423 2.06428 3.06529 1.7254 3.67254C1.46238 4.14384 1.35242 4.65992 1.30044 5.24965C1.24999 5.822 1.24999 6.53073 1.25 7.40946V10.5573C1.24999 12.8657 1.24998 14.6748 1.43975 16.0863C1.63399 17.531 2.03933 18.671 2.93414 19.5658C3.82895 20.4606 4.96897 20.866 6.41371 21.0602C7.63866 21.2249 9.16303 21.2467 11.0534 21.2495C11.4193 21.2501 11.6022 21.2504 11.691 21.1579C11.7797 21.0655 11.7703 20.8419 11.7514 20.3947C11.7451 20.2456 11.751 20.0906 11.7712 19.9296C11.9009 18.8949 12.5674 18.2527 12.8804 17.9855C13.1747 17.7343 13.5889 17.4847 13.9475 17.2887C14.2387 17.1295 14.3843 17.0499 14.4201 16.9331C14.4559 16.8162 14.373 16.6558 14.2073 16.335C13.9161 15.7711 13.7501 15.1287 13.7501 14.4377C13.7501 12.0547 15.7242 10.2499 18.0001 10.2499C20.1981 10.2499 22.1146 11.9333 22.2432 14.1951C22.2508 14.3289 22.3587 14.4377 22.4926 14.4377C22.6239 14.4377 22.7314 14.3332 22.7343 14.202C22.75 13.4914 22.75 12.6927 22.75 11.7922C22.75 10.7732 22.75 9.86877 22.683 9.20944C22.6137 8.52888 22.4669 7.93868 22.118 7.41657C21.8444 7.00711 21.4929 6.65554 21.0834 6.38195C20.5613 6.03309 19.9711 5.88624 19.2905 5.81701C18.6312 5.74994 17.8095 5.74995 16.7905 5.74996L13.2361 5.74996C12.92 5.74996 12.7396 5.74903 12.6064 5.73527C12.5044 5.72813 12.4348 5.65251 12.4128 5.61559C12.3409 5.50265 12.0838 4.98904 11.9425 4.70631C11.4704 3.75117 10.8581 2.51201 9.4626 1.98872Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.2503 14.4378C15.2503 12.9312 16.5041 11.75 18.0003 11.75C19.4966 11.75 20.7503 12.9312 20.7503 14.4378C20.7503 15.9444 19.4966 17.1256 18.0003 17.1256C16.5041 17.1256 15.2503 15.9444 15.2503 14.4378Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0885 18.3858C16.7797 17.5077 19.221 17.5077 20.9122 18.3858C21.2216 18.5373 21.7713 18.8065 22.1462 19.1265C22.3726 19.3198 22.6822 19.6483 22.7409 20.1162C22.8077 20.6492 22.5247 21.0774 22.1629 21.378C21.5954 21.8494 20.8845 22.25 19.96 22.25H16.0407C15.1162 22.25 14.4053 21.8494 13.8378 21.378C13.476 21.0774 13.193 20.6492 13.2598 20.1162C13.3185 19.6483 13.6281 19.3198 13.8545 19.1265C14.2294 18.8065 14.7791 18.5373 15.0885 18.3858Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.98872C8.82373 1.74915 8.11205 1.74946 7.08264 1.74992C6.2039 1.74991 5.32205 1.74994 4.7497 1.80039C4.15996 1.85238 3.64388 1.96234 3.17258 2.22535C2.56533 2.56423 2.06428 3.06529 1.7254 3.67254C1.46238 4.14384 1.35242 4.65992 1.30044 5.24965C1.24999 5.822 1.24999 6.53073 1.25 7.40946V10.5573C1.24999 12.8657 1.24998 14.6748 1.43975 16.0863C1.63399 17.531 2.03933 18.671 2.93414 19.5658C3.82895 20.4606 4.96897 20.866 6.41371 21.0602C7.63866 21.2249 9.16303 21.2467 11.0534 21.2495C11.4193 21.2501 11.6022 21.2504 11.691 21.1579C11.7797 21.0655 11.7703 20.8419 11.7514 20.3947C11.7451 20.2456 11.751 20.0906 11.7712 19.9296C11.9009 18.8949 12.5674 18.2527 12.8804 17.9855C13.1747 17.7343 13.5889 17.4847 13.9475 17.2887C14.2387 17.1295 14.3843 17.0499 14.4201 16.9331C14.4559 16.8162 14.373 16.6558 14.2073 16.335C13.9161 15.7711 13.7501 15.1287 13.7501 14.4377C13.7501 12.0547 15.7242 10.2499 18.0001 10.2499C20.1981 10.2499 22.1146 11.9333 22.2432 14.1951C22.2508 14.3289 22.3587 14.4377 22.4926 14.4377C22.6239 14.4377 22.7314 14.3332 22.7343 14.202C22.75 13.4914 22.75 12.6927 22.75 11.7922C22.75 10.7732 22.75 9.86877 22.683 9.20944C22.6137 8.52888 22.4669 7.93868 22.118 7.41657C21.8444 7.00711 21.4929 6.65554 21.0834 6.38195C20.5613 6.03309 19.9711 5.88624 19.2905 5.81701C18.6312 5.74994 17.8095 5.74995 16.7905 5.74996L13.2361 5.74996C12.92 5.74996 12.7396 5.74903 12.6064 5.73527C12.5044 5.72813 12.4348 5.65251 12.4128 5.61559C12.3409 5.50265 12.0838 4.98904 11.9425 4.70631C11.4704 3.75117 10.8581 2.51201 9.4626 1.98872Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-shared-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.875 13.8751C17.875 12.4944 18.9943 11.3751 20.375 11.3751C21.7557 11.3751 22.875 12.4944 22.875 13.8751C22.875 15.2558 21.7557 16.3751 20.375 16.3751C19.7648 16.3751 19.2063 16.1564 18.7729 15.7942L16.8716 16.7448C16.8739 16.788 16.875 16.8315 16.875 16.8751C16.875 16.9188 16.8739 16.9622 16.8716 17.0054L18.7729 17.956C19.2063 17.5938 19.7648 17.3751 20.375 17.3751C21.7557 17.3751 22.875 18.4944 22.875 19.8751C22.875 21.2558 21.7557 22.3751 20.375 22.3751C18.9943 22.3751 17.875 21.2558 17.875 19.8751C17.875 19.8315 17.8761 19.788 17.8784 19.7448L15.9771 18.7942C15.5437 19.1564 14.9852 19.3751 14.375 19.3751C12.9943 19.3751 11.875 18.2558 11.875 16.8751C11.875 15.4944 12.9943 14.3751 14.375 14.3751C14.9852 14.3751 15.5437 14.5938 15.9771 14.956L17.8784 14.0054C17.8761 13.9622 17.875 13.9188 17.875 13.8751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 1.86372C8.69873 1.62415 7.98705 1.62446 6.95764 1.62492C6.0789 1.62491 5.19705 1.62494 4.6247 1.67539C4.03496 1.72738 3.51888 1.83734 3.04758 2.10035C2.44033 2.43923 1.93928 2.94029 1.6004 3.54754C1.33738 4.01884 1.22742 4.53492 1.17544 5.12465C1.12499 5.697 1.12499 6.40573 1.125 7.28446V10.4323C1.12499 12.7407 1.12498 14.5498 1.31475 15.9613C1.50899 17.406 1.91433 18.546 2.80914 19.4408C3.70395 20.3356 4.84397 20.741 6.28871 20.9352C7.70019 21.125 9.50923 21.125 11.8176 21.125C12.2656 21.125 12.4896 21.125 12.5057 21.1232C12.8144 21.0898 12.9051 20.818 12.6784 20.6059C12.6666 20.5948 12.4359 20.4215 11.9745 20.0748C11.0032 19.345 10.375 18.1833 10.375 16.8749C10.375 14.6657 12.1659 12.8749 14.375 12.8749C14.8911 12.8749 15.385 12.9732 15.8383 13.1515C15.9256 13.1858 15.9692 13.203 16.0068 13.2077C16.0426 13.2121 16.0718 13.2108 16.107 13.2032C16.1441 13.1953 16.1816 13.1765 16.2567 13.1389C16.3318 13.1014 16.3694 13.0826 16.398 13.0578C16.4252 13.0341 16.4438 13.0115 16.4617 12.9802C16.4805 12.9473 16.493 12.902 16.5179 12.8114C16.9837 11.1185 18.5341 9.87488 20.375 9.87488C20.7996 9.87488 21.2088 9.94104 21.5928 10.0636C22.1181 10.2313 22.3807 10.3152 22.5056 10.2176C22.6305 10.12 22.6154 9.88577 22.5851 9.41727C22.5776 9.30047 22.5686 9.18935 22.558 9.08444C22.4887 8.40388 22.3419 7.81368 21.993 7.29157C21.7194 6.88211 21.3679 6.53054 20.9584 6.25695C20.4363 5.90809 19.8461 5.76124 19.1655 5.69201C18.5062 5.62494 17.6845 5.62495 16.6655 5.62496L13.1111 5.62496C12.795 5.62496 12.6146 5.62403 12.4814 5.61027C12.3794 5.60313 12.3098 5.52751 12.2878 5.49059C12.2159 5.37765 11.9588 4.86404 11.8175 4.58131C11.3454 3.62617 10.7331 2.38701 9.3376 1.86372Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.875 13.8751C17.875 12.4944 18.9943 11.3751 20.375 11.3751C21.7557 11.3751 22.875 12.4944 22.875 13.8751C22.875 15.2558 21.7557 16.3751 20.375 16.3751C19.7648 16.3751 19.2063 16.1564 18.7729 15.7942L16.8716 16.7448C16.8739 16.788 16.875 16.8315 16.875 16.8751C16.875 16.9188 16.8739 16.9622 16.8716 17.0054L18.7729 17.956C19.2063 17.5938 19.7648 17.3751 20.375 17.3751C21.7557 17.3751 22.875 18.4944 22.875 19.8751C22.875 21.2558 21.7557 22.3751 20.375 22.3751C18.9943 22.3751 17.875 21.2558 17.875 19.8751C17.875 19.8315 17.8761 19.788 17.8784 19.7448L15.9771 18.7942C15.5437 19.1564 14.9852 19.3751 14.375 19.3751C12.9943 19.3751 11.875 18.2558 11.875 16.8751C11.875 15.4944 12.9943 14.3751 14.375 14.3751C14.9852 14.3751 15.5437 14.5938 15.9771 14.956L17.8784 14.0054C17.8761 13.9622 17.875 13.9188 17.875 13.8751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 1.86372C8.69873 1.62415 7.98705 1.62446 6.95764 1.62492C6.0789 1.62491 5.19705 1.62494 4.6247 1.67539C4.03496 1.72738 3.51888 1.83734 3.04758 2.10035C2.44033 2.43923 1.93928 2.94029 1.6004 3.54754C1.33738 4.01884 1.22742 4.53492 1.17544 5.12465C1.12499 5.697 1.12499 6.40573 1.125 7.28446V10.4323C1.12499 12.7407 1.12498 14.5498 1.31475 15.9613C1.50899 17.406 1.91433 18.546 2.80914 19.4408C3.70395 20.3356 4.84397 20.741 6.28871 20.9352C7.70019 21.125 9.50923 21.125 11.8176 21.125C12.2656 21.125 12.4896 21.125 12.5057 21.1232C12.8144 21.0898 12.9051 20.818 12.6784 20.6059C12.6666 20.5948 12.4359 20.4215 11.9745 20.0748C11.0032 19.345 10.375 18.1833 10.375 16.8749C10.375 14.6657 12.1659 12.8749 14.375 12.8749C14.8911 12.8749 15.385 12.9732 15.8383 13.1515C15.9256 13.1858 15.9692 13.203 16.0068 13.2077C16.0426 13.2121 16.0718 13.2108 16.107 13.2032C16.1441 13.1953 16.1816 13.1765 16.2567 13.1389C16.3318 13.1014 16.3694 13.0826 16.398 13.0578C16.4252 13.0341 16.4438 13.0115 16.4617 12.9802C16.4805 12.9473 16.493 12.902 16.5179 12.8114C16.9837 11.1185 18.5341 9.87488 20.375 9.87488C20.7996 9.87488 21.2088 9.94104 21.5928 10.0636C22.1181 10.2313 22.3807 10.3152 22.5056 10.2176C22.6305 10.12 22.6154 9.88577 22.5851 9.41727C22.5776 9.30047 22.5686 9.18935 22.558 9.08444C22.4887 8.40388 22.3419 7.81368 21.993 7.29157C21.7194 6.88211 21.3679 6.53054 20.9584 6.25695C20.4363 5.90809 19.8461 5.76124 19.1655 5.69201C18.5062 5.62494 17.6845 5.62495 16.6655 5.62496L13.1111 5.62496C12.795 5.62496 12.6146 5.62403 12.4814 5.61027C12.3794 5.60313 12.3098 5.52751 12.2878 5.49059C12.2159 5.37765 11.9588 4.86404 11.8175 4.58131C11.3454 3.62617 10.7331 2.38701 9.3376 1.86372Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-shared-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9357 3.92705L12.4516 4.90278L16.7885 4.90278H16.7885C17.8092 4.90277 18.6291 4.90277 19.2863 4.96591C19.9623 5.03086 20.5475 5.16822 21.067 5.49602C21.4758 5.75403 21.8297 6.08738 22.1067 6.47884C22.4627 6.98211 22.6124 7.55207 22.6825 8.20311C22.75 8.83014 22.75 9.6965 22.75 10.6555C22.75 12.2759 22.75 13.5528 22.6404 14.5709C22.5281 15.6131 22.2942 16.468 21.7696 17.2095C21.3467 17.8072 20.8053 18.3176 20.1781 18.7134C19.4064 19.2004 18.5196 19.4174 17.4294 19.5221C16.3581 19.625 15.0117 19.625 13.2902 19.625H13.2901H11.9455C9.63466 19.625 7.82795 19.625 6.41917 19.4461C4.98195 19.2637 3.84561 18.8835 2.9495 18.0372C2.04733 17.1851 1.6366 16.095 1.44054 14.7178C1.24997 13.3791 1.24998 11.6658 1.25 9.4907V9.49069V6.5083V6.50829C1.24999 5.68134 1.24998 5.00877 1.30079 4.46444C1.3534 3.90069 1.46536 3.40177 1.73462 2.94609C2.07861 2.36393 2.58363 1.88944 3.18837 1.57071C3.65608 1.3242 4.16724 1.22128 4.75333 1.17249C5.32386 1.12499 6.19872 1.12496 7.07892 1.12497C8.11222 1.12457 8.81678 1.1243 9.44964 1.34843C10.8443 1.84237 11.4608 3.01986 11.9357 3.92705Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17.8751C12.5523 17.8751 13 18.3228 13 18.8751V20.8751H20C20.5523 20.8751 21 21.3228 21 21.8751C21 22.4273 20.5523 22.8751 20 22.8751H4C3.44772 22.8751 3 22.4273 3 21.8751C3 21.3228 3.44772 20.8751 4 20.8751H11V18.8751C11 18.3228 11.4477 17.8751 12 17.8751Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9357 3.92705L12.4516 4.90278L16.7885 4.90278H16.7885C17.8092 4.90277 18.6291 4.90277 19.2863 4.96591C19.9623 5.03086 20.5475 5.16822 21.067 5.49602C21.4758 5.75403 21.8297 6.08738 22.1067 6.47884C22.4627 6.98211 22.6124 7.55207 22.6825 8.20311C22.75 8.83014 22.75 9.6965 22.75 10.6555C22.75 12.2759 22.75 13.5528 22.6404 14.5709C22.5281 15.6131 22.2942 16.468 21.7696 17.2095C21.3467 17.8072 20.8053 18.3176 20.1781 18.7134C19.4064 19.2004 18.5196 19.4174 17.4294 19.5221C16.3581 19.625 15.0117 19.625 13.2902 19.625H13.2901H11.9455C9.63466 19.625 7.82795 19.625 6.41917 19.4461C4.98195 19.2637 3.84561 18.8835 2.9495 18.0372C2.04733 17.1851 1.6366 16.095 1.44054 14.7178C1.24997 13.3791 1.24998 11.6658 1.25 9.4907V9.49069V6.5083V6.50829C1.24999 5.68134 1.24998 5.00877 1.30079 4.46444C1.3534 3.90069 1.46536 3.40177 1.73462 2.94609C2.07861 2.36393 2.58363 1.88944 3.18837 1.57071C3.65608 1.3242 4.16724 1.22128 4.75333 1.17249C5.32386 1.12499 6.19872 1.12496 7.07892 1.12497C8.11222 1.12457 8.81678 1.1243 9.44964 1.34843C10.8443 1.84237 11.4608 3.01986 11.9357 3.92705Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17.8751C12.5523 17.8751 13 18.3228 13 18.8751V20.8751H20C20.5523 20.8751 21 21.3228 21 21.8751C21 22.4273 20.5523 22.8751 20 22.8751H4C3.44772 22.8751 3 22.4273 3 21.8751C3 21.3228 3.44772 20.8751 4 20.8751H11V18.8751C11 18.3228 11.4477 17.8751 12 17.8751Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-sync{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.0999 14.6986C18.1477 14.2246 17.0475 14.2403 16.1521 14.946C15.7183 15.2878 15.0895 15.2133 14.7477 14.7795C14.4059 14.3457 14.4804 13.717 14.9142 13.3751C16.5126 12.1155 18.4625 12.1471 19.9913 12.9082C21.5017 13.6602 22.7094 15.1739 22.8481 17.0298C22.864 17.2362 22.8901 17.5779 22.8525 17.8381C22.7972 18.2203 22.6108 18.5993 22.211 18.862C21.7642 19.1556 21.3042 19.1255 20.9554 19.0187C20.6977 18.9398 20.4213 18.793 20.2005 18.6757L19.3985 18.2508C18.9104 17.9923 18.7244 17.3871 18.9829 16.899C19.2414 16.411 19.8466 16.2249 20.3347 16.4835L20.7787 16.7187C20.5605 15.8543 19.9269 15.1103 19.0999 14.6986Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.5446 16.0585L16.3467 16.4835C16.8347 16.742 17.0208 17.3472 16.7622 17.8352C16.5037 18.3233 15.8985 18.5093 15.4105 18.2508L14.9745 18.0199C15.1985 18.8755 15.8304 19.6198 16.6503 20.0379C17.5998 20.5221 18.6723 20.5101 19.5259 19.8357C19.9592 19.4933 20.5881 19.5671 20.9305 20.0004C21.2729 20.4338 21.1991 21.0626 20.7658 21.405C19.1871 22.6523 17.2507 22.5891 15.7417 21.8196C14.2501 21.0589 13.0476 19.5493 12.901 17.7094C12.8842 17.5038 12.8563 17.1621 12.8931 16.9014C12.9474 16.5173 13.1339 16.1383 13.5325 15.875C13.9786 15.5803 14.4389 15.6088 14.7893 15.7157C15.0475 15.7944 15.3241 15.9414 15.5446 16.0585Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 1.86372C8.69873 1.62415 7.98705 1.62446 6.95764 1.62492C6.0789 1.62491 5.19705 1.62494 4.6247 1.67539C4.03496 1.72738 3.51888 1.83734 3.04758 2.10035C2.44033 2.43923 1.93928 2.94029 1.6004 3.54754C1.33738 4.01884 1.22742 4.53492 1.17544 5.12465C1.12498 5.697 1.12499 6.40573 1.125 7.28446V10.4323C1.12499 12.7407 1.12498 14.5498 1.31475 15.9613C1.50899 17.406 1.91433 18.546 2.80914 19.4408C3.70395 20.3356 4.84397 20.741 6.28871 20.9352C7.46139 21.0929 9.48929 21.1195 11.4657 21.124C11.9699 21.1252 12.2221 21.1258 12.3104 20.9841C12.3987 20.8425 12.2781 20.5978 12.0369 20.1085C11.6969 19.4188 11.4733 18.6535 11.4075 17.8307L11.4074 17.829L11.4051 17.8019C11.3892 17.6127 11.3483 17.1251 11.4095 16.692C11.5325 15.8211 12.072 15.153 12.7506 14.6392C12.892 14.5322 12.9626 14.4787 12.9938 14.419C13.025 14.3593 13.0288 14.2609 13.0366 14.064C13.0643 13.3583 13.3892 12.6687 13.9874 12.1974C16.115 10.5207 18.7026 10.5906 20.6614 11.5658C20.985 11.7269 21.2993 11.9164 21.5991 12.1318C22.0432 12.4511 22.2652 12.6107 22.4024 12.574C22.4473 12.562 22.4792 12.5457 22.5152 12.5162C22.625 12.4262 22.625 12.1732 22.625 11.6672C22.625 10.6482 22.625 9.74377 22.558 9.08444C22.4887 8.40388 22.3419 7.81368 21.993 7.29157C21.7194 6.88211 21.3679 6.53054 20.9584 6.25695C20.4363 5.90809 19.8461 5.76124 19.1655 5.69201C18.5062 5.62494 17.6845 5.62495 16.6655 5.62496L13.1111 5.62496C12.795 5.62496 12.6146 5.62403 12.4814 5.61027C12.3794 5.60313 12.3098 5.52751 12.2878 5.49059C12.2159 5.37765 11.9588 4.86404 11.8175 4.58131C11.3454 3.62617 10.7331 2.38701 9.3376 1.86372Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.0999 14.6986C18.1477 14.2246 17.0475 14.2403 16.1521 14.946C15.7183 15.2878 15.0895 15.2133 14.7477 14.7795C14.4059 14.3457 14.4804 13.717 14.9142 13.3751C16.5126 12.1155 18.4625 12.1471 19.9913 12.9082C21.5017 13.6602 22.7094 15.1739 22.8481 17.0298C22.864 17.2362 22.8901 17.5779 22.8525 17.8381C22.7972 18.2203 22.6108 18.5993 22.211 18.862C21.7642 19.1556 21.3042 19.1255 20.9554 19.0187C20.6977 18.9398 20.4213 18.793 20.2005 18.6757L19.3985 18.2508C18.9104 17.9923 18.7244 17.3871 18.9829 16.899C19.2414 16.411 19.8466 16.2249 20.3347 16.4835L20.7787 16.7187C20.5605 15.8543 19.9269 15.1103 19.0999 14.6986Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.5446 16.0585L16.3467 16.4835C16.8347 16.742 17.0208 17.3472 16.7622 17.8352C16.5037 18.3233 15.8985 18.5093 15.4105 18.2508L14.9745 18.0199C15.1985 18.8755 15.8304 19.6198 16.6503 20.0379C17.5998 20.5221 18.6723 20.5101 19.5259 19.8357C19.9592 19.4933 20.5881 19.5671 20.9305 20.0004C21.2729 20.4338 21.1991 21.0626 20.7658 21.405C19.1871 22.6523 17.2507 22.5891 15.7417 21.8196C14.2501 21.0589 13.0476 19.5493 12.901 17.7094C12.8842 17.5038 12.8563 17.1621 12.8931 16.9014C12.9474 16.5173 13.1339 16.1383 13.5325 15.875C13.9786 15.5803 14.4389 15.6088 14.7893 15.7157C15.0475 15.7944 15.3241 15.9414 15.5446 16.0585Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3376 1.86372C8.69873 1.62415 7.98705 1.62446 6.95764 1.62492C6.0789 1.62491 5.19705 1.62494 4.6247 1.67539C4.03496 1.72738 3.51888 1.83734 3.04758 2.10035C2.44033 2.43923 1.93928 2.94029 1.6004 3.54754C1.33738 4.01884 1.22742 4.53492 1.17544 5.12465C1.12498 5.697 1.12499 6.40573 1.125 7.28446V10.4323C1.12499 12.7407 1.12498 14.5498 1.31475 15.9613C1.50899 17.406 1.91433 18.546 2.80914 19.4408C3.70395 20.3356 4.84397 20.741 6.28871 20.9352C7.46139 21.0929 9.48929 21.1195 11.4657 21.124C11.9699 21.1252 12.2221 21.1258 12.3104 20.9841C12.3987 20.8425 12.2781 20.5978 12.0369 20.1085C11.6969 19.4188 11.4733 18.6535 11.4075 17.8307L11.4074 17.829L11.4051 17.8019C11.3892 17.6127 11.3483 17.1251 11.4095 16.692C11.5325 15.8211 12.072 15.153 12.7506 14.6392C12.892 14.5322 12.9626 14.4787 12.9938 14.419C13.025 14.3593 13.0288 14.2609 13.0366 14.064C13.0643 13.3583 13.3892 12.6687 13.9874 12.1974C16.115 10.5207 18.7026 10.5906 20.6614 11.5658C20.985 11.7269 21.2993 11.9164 21.5991 12.1318C22.0432 12.4511 22.2652 12.6107 22.4024 12.574C22.4473 12.562 22.4792 12.5457 22.5152 12.5162C22.625 12.4262 22.625 12.1732 22.625 11.6672C22.625 10.6482 22.625 9.74377 22.558 9.08444C22.4887 8.40388 22.3419 7.81368 21.993 7.29157C21.7194 6.88211 21.3679 6.53054 20.9584 6.25695C20.4363 5.90809 19.8461 5.76124 19.1655 5.69201C18.5062 5.62494 17.6845 5.62495 16.6655 5.62496L13.1111 5.62496C12.795 5.62496 12.6146 5.62403 12.4814 5.61027C12.3794 5.60313 12.3098 5.52751 12.2878 5.49059C12.2159 5.37765 11.9588 4.86404 11.8175 4.58131C11.3454 3.62617 10.7331 2.38701 9.3376 1.86372Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-transfer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5592 12.2499C19.0782 12.2493 18.5227 12.2486 18.137 12.3932C17.2937 12.7094 16.9252 13.4616 16.697 13.9274C16.6554 14.0349 16.5149 14.2499 16.2861 14.2499L14.5886 14.2499C14.093 14.2499 13.6657 14.2499 13.3168 14.2854C12.9469 14.323 12.5829 14.4067 12.25 14.6291C12.0043 14.7933 11.7933 15.0042 11.6292 15.2499C11.4067 15.5829 11.3231 15.9468 11.2854 16.3167C11.25 16.6656 11.25 17.169 11.25 17.6645C11.25 18.5087 11.25 19.1989 11.3065 19.7547C11.3652 20.3317 11.491 20.8465 11.7977 21.3055C12.0348 21.6604 12.3395 21.9651 12.6944 22.2022C13.1534 22.5089 13.6682 22.6347 14.2453 22.6934C14.8011 22.75 16.2095 22.75 17.0537 22.7499C18.1865 22.75 19.1123 22.75 19.8431 22.6517C20.6071 22.549 21.2694 22.3267 21.7981 21.798C22.3268 21.2693 22.5491 20.607 22.6518 19.8431C22.75 19.1122 22.75 18.1865 22.75 17.0537V17.0536V15.4408V15.4408C22.75 15.0134 22.75 14.6447 22.7233 14.3419C22.6951 14.0218 22.6327 13.7044 22.4648 13.4035C22.2614 13.0391 21.9608 12.7385 21.5965 12.5352C21.2955 12.3672 20.9782 12.3048 20.6581 12.2766C20.3552 12.2499 19.9866 12.2499 19.5592 12.2499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.44084 1.24994C4.92177 1.24926 5.47726 1.24856 5.86297 1.3932C6.7063 1.70944 7.0748 2.46165 7.303 2.92745C7.34462 3.03495 7.48508 3.24994 7.71393 3.24994L9.41142 3.24994C9.90698 3.24992 10.3343 3.2499 10.6832 3.28539C11.0531 3.32303 11.4171 3.40667 11.75 3.62914C11.9957 3.79329 12.2067 4.00423 12.3708 4.24991C12.5933 4.58285 12.6769 4.9468 12.7146 5.31673C12.75 5.66561 12.75 6.16899 12.75 6.66455C12.75 7.50868 12.75 8.19888 12.6935 8.75469C12.6348 9.33171 12.509 9.84649 12.2023 10.3055C11.9652 10.6604 11.6605 10.9651 11.3056 11.2022C10.8466 11.5089 10.3318 11.6347 9.75475 11.6934C9.19892 11.75 7.79047 11.75 6.94631 11.7499C5.81348 11.75 4.88775 11.75 4.15689 11.6517C3.39294 11.549 2.7306 11.3267 2.2019 10.798C1.67321 10.2693 1.45093 9.60701 1.34822 8.84306C1.24996 8.1122 1.24998 7.18648 1.25 6.05366V6.05364V4.44078V4.44076C1.24998 4.01337 1.24997 3.64472 1.27667 3.34186C1.30488 3.02178 1.3673 2.70442 1.53524 2.40349C1.73857 2.03914 2.0392 1.73851 2.40355 1.53518C2.70448 1.36725 3.02184 1.30483 3.34192 1.27661C3.64478 1.24991 4.01345 1.24993 4.44084 1.24994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0136 1.83564C15.1044 1.29086 15.6196 0.922845 16.1644 1.01364C19.6569 1.59573 22.4448 4.49636 22.9923 8.876C23.0279 9.16062 22.9395 9.44681 22.7497 9.66184C22.5599 9.87687 22.2868 10 22 10H19.3358C18.7836 10 18.3358 9.55232 18.3358 9.00003C18.3358 8.91072 18.3476 8.82413 18.3695 8.74174C18.4144 8.57342 18.532 8.43762 18.6552 8.31445L20.3343 6.63532C19.3978 4.53508 17.6982 3.29686 15.8356 2.98643C15.2908 2.89563 14.9228 2.38041 15.0136 1.83564Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25033 14.3382C1.44015 14.1232 1.71317 14 2.00001 14H4.66417C5.21646 14 5.66417 14.4478 5.66417 15C5.66417 15.1303 5.63928 15.2547 5.594 15.3688C5.544 15.4947 5.4517 15.5975 5.35586 15.6934L3.67149 17.3777C4.60921 19.4701 6.30565 20.7038 8.1644 21.0136C8.70918 21.1044 9.07719 21.6197 8.9864 22.1644C8.8956 22.7092 8.38038 23.0772 7.83561 22.9864C4.34308 22.4043 1.55518 19.5037 1.00773 15.1241C0.972151 14.8395 1.0605 14.5533 1.25033 14.3382Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5592 12.2499C19.0782 12.2493 18.5227 12.2486 18.137 12.3932C17.2937 12.7094 16.9252 13.4616 16.697 13.9274C16.6554 14.0349 16.5149 14.2499 16.2861 14.2499L14.5886 14.2499C14.093 14.2499 13.6657 14.2499 13.3168 14.2854C12.9469 14.323 12.5829 14.4067 12.25 14.6291C12.0043 14.7933 11.7933 15.0042 11.6292 15.2499C11.4067 15.5829 11.3231 15.9468 11.2854 16.3167C11.25 16.6656 11.25 17.169 11.25 17.6645C11.25 18.5087 11.25 19.1989 11.3065 19.7547C11.3652 20.3317 11.491 20.8465 11.7977 21.3055C12.0348 21.6604 12.3395 21.9651 12.6944 22.2022C13.1534 22.5089 13.6682 22.6347 14.2453 22.6934C14.8011 22.75 16.2095 22.75 17.0537 22.7499C18.1865 22.75 19.1123 22.75 19.8431 22.6517C20.6071 22.549 21.2694 22.3267 21.7981 21.798C22.3268 21.2693 22.5491 20.607 22.6518 19.8431C22.75 19.1122 22.75 18.1865 22.75 17.0537V17.0536V15.4408V15.4408C22.75 15.0134 22.75 14.6447 22.7233 14.3419C22.6951 14.0218 22.6327 13.7044 22.4648 13.4035C22.2614 13.0391 21.9608 12.7385 21.5965 12.5352C21.2955 12.3672 20.9782 12.3048 20.6581 12.2766C20.3552 12.2499 19.9866 12.2499 19.5592 12.2499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.44084 1.24994C4.92177 1.24926 5.47726 1.24856 5.86297 1.3932C6.7063 1.70944 7.0748 2.46165 7.303 2.92745C7.34462 3.03495 7.48508 3.24994 7.71393 3.24994L9.41142 3.24994C9.90698 3.24992 10.3343 3.2499 10.6832 3.28539C11.0531 3.32303 11.4171 3.40667 11.75 3.62914C11.9957 3.79329 12.2067 4.00423 12.3708 4.24991C12.5933 4.58285 12.6769 4.9468 12.7146 5.31673C12.75 5.66561 12.75 6.16899 12.75 6.66455C12.75 7.50868 12.75 8.19888 12.6935 8.75469C12.6348 9.33171 12.509 9.84649 12.2023 10.3055C11.9652 10.6604 11.6605 10.9651 11.3056 11.2022C10.8466 11.5089 10.3318 11.6347 9.75475 11.6934C9.19892 11.75 7.79047 11.75 6.94631 11.7499C5.81348 11.75 4.88775 11.75 4.15689 11.6517C3.39294 11.549 2.7306 11.3267 2.2019 10.798C1.67321 10.2693 1.45093 9.60701 1.34822 8.84306C1.24996 8.1122 1.24998 7.18648 1.25 6.05366V6.05364V4.44078V4.44076C1.24998 4.01337 1.24997 3.64472 1.27667 3.34186C1.30488 3.02178 1.3673 2.70442 1.53524 2.40349C1.73857 2.03914 2.0392 1.73851 2.40355 1.53518C2.70448 1.36725 3.02184 1.30483 3.34192 1.27661C3.64478 1.24991 4.01345 1.24993 4.44084 1.24994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0136 1.83564C15.1044 1.29086 15.6196 0.922845 16.1644 1.01364C19.6569 1.59573 22.4448 4.49636 22.9923 8.876C23.0279 9.16062 22.9395 9.44681 22.7497 9.66184C22.5599 9.87687 22.2868 10 22 10H19.3358C18.7836 10 18.3358 9.55232 18.3358 9.00003C18.3358 8.91072 18.3476 8.82413 18.3695 8.74174C18.4144 8.57342 18.532 8.43762 18.6552 8.31445L20.3343 6.63532C19.3978 4.53508 17.6982 3.29686 15.8356 2.98643C15.2908 2.89563 14.9228 2.38041 15.0136 1.83564Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25033 14.3382C1.44015 14.1232 1.71317 14 2.00001 14H4.66417C5.21646 14 5.66417 14.4478 5.66417 15C5.66417 15.1303 5.63928 15.2547 5.594 15.3688C5.544 15.4947 5.4517 15.5975 5.35586 15.6934L3.67149 17.3777C4.60921 19.4701 6.30565 20.7038 8.1644 21.0136C8.70918 21.1044 9.07719 21.6197 8.9864 22.1644C8.8956 22.7092 8.38038 23.0772 7.83561 22.9864C4.34308 22.4043 1.55518 19.5037 1.00773 15.1241C0.972151 14.8395 1.0605 14.5533 1.25033 14.3382Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-unknown{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 13.375C17.4373 13.375 17 13.8233 17 14.353C17 14.9053 16.5523 15.353 16 15.353C15.4477 15.353 15 14.9053 15 14.353C15 12.6979 16.3536 11.375 18 11.375C19.6464 11.375 21 12.6979 21 14.353C21 14.9468 20.8239 15.5022 20.5213 15.9673C20.3402 16.2457 20.1303 16.5087 19.9437 16.7381C19.9087 16.781 19.8747 16.8227 19.8414 16.8634C19.687 17.0525 19.5499 17.2203 19.4229 17.3929C19.1066 17.8229 19 18.0957 19 18.3091V18.8036C19 19.3559 18.5523 19.8036 18 19.8036C17.4477 19.8036 17 19.3559 17 18.8036V18.3091C17 17.43 17.4361 16.7185 17.8119 16.2077C17.9719 15.9902 18.1476 15.7754 18.3027 15.5856C18.3335 15.548 18.3634 15.5114 18.3923 15.4759C18.5773 15.2485 18.7272 15.0575 18.8449 14.8766C18.9434 14.7252 19 14.5468 19 14.353C19 13.8233 18.5627 13.375 18 13.375ZM17 21.375C17 20.8227 17.4477 20.375 18 20.375H18.012C18.5643 20.375 19.012 20.8227 19.012 21.375C19.012 21.9273 18.5643 22.375 18.012 22.375H18C17.4477 22.375 17 21.9273 17 21.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.86396C8.82373 1.62439 8.11205 1.62471 7.08264 1.62516C6.2039 1.62515 5.32205 1.62519 4.7497 1.67564C4.15996 1.72762 3.64388 1.83758 3.17258 2.1006C2.56533 2.43948 2.06428 2.94053 1.7254 3.54778C1.46238 4.01908 1.35242 4.53516 1.30044 5.1249C1.24999 5.69725 1.24999 6.40597 1.25 7.28471V10.4326C1.24999 12.741 1.24998 14.55 1.43975 15.9615C1.63399 17.4062 2.03933 18.5463 2.93414 19.4411C3.82895 20.3359 4.96897 20.7412 6.41371 20.9355C7.82519 21.1252 9.63423 21.1252 11.9426 21.1252C11.9427 21.1252 13.9177 21.1252 14.9834 21.1185C15.2172 21.1171 15.3341 21.1164 15.4123 21.0594C15.4904 21.0024 15.535 20.8666 15.6242 20.5949C15.6447 20.5324 15.6676 20.471 15.6928 20.4107C15.7656 20.2367 15.8021 20.1496 15.8021 20.0894C15.8021 20.0292 15.7656 19.9421 15.6928 19.7681C15.5686 19.4713 15.5 19.1455 15.5 18.8037V18.3092C15.5 18.0572 15.5228 17.8166 15.5627 17.588C15.6234 17.2403 15.6537 17.0664 15.6041 16.9747C15.5544 16.883 15.3747 16.8059 15.0153 16.6518C14.1242 16.2695 13.5 15.3842 13.5 14.3531C13.5 11.8525 15.5424 9.87512 18 9.87512C19.8745 9.87512 21.5076 11.0255 22.1769 12.6812C22.2234 12.7963 22.3332 12.8751 22.4573 12.8751C22.6183 12.8751 22.7489 12.745 22.7493 12.5841C22.75 12.2908 22.75 11.9855 22.75 11.6675C22.75 10.6484 22.75 9.74401 22.683 9.08468C22.6137 8.40413 22.4669 7.81392 22.118 7.29181C21.8444 6.88235 21.4929 6.53078 21.0834 6.25719C20.5613 5.90833 19.9711 5.76148 19.2905 5.69225C18.6312 5.62518 17.8095 5.62519 16.7905 5.6252L13.2361 5.6252C12.92 5.6252 12.7396 5.62428 12.6064 5.61051C12.5044 5.60337 12.4348 5.52775 12.4128 5.49083C12.3409 5.37789 12.0838 4.86429 11.9425 4.58156C11.4704 3.62641 10.8581 2.38725 9.4626 1.86396Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 13.375C17.4373 13.375 17 13.8233 17 14.353C17 14.9053 16.5523 15.353 16 15.353C15.4477 15.353 15 14.9053 15 14.353C15 12.6979 16.3536 11.375 18 11.375C19.6464 11.375 21 12.6979 21 14.353C21 14.9468 20.8239 15.5022 20.5213 15.9673C20.3402 16.2457 20.1303 16.5087 19.9437 16.7381C19.9087 16.781 19.8747 16.8227 19.8414 16.8634C19.687 17.0525 19.5499 17.2203 19.4229 17.3929C19.1066 17.8229 19 18.0957 19 18.3091V18.8036C19 19.3559 18.5523 19.8036 18 19.8036C17.4477 19.8036 17 19.3559 17 18.8036V18.3091C17 17.43 17.4361 16.7185 17.8119 16.2077C17.9719 15.9902 18.1476 15.7754 18.3027 15.5856C18.3335 15.548 18.3634 15.5114 18.3923 15.4759C18.5773 15.2485 18.7272 15.0575 18.8449 14.8766C18.9434 14.7252 19 14.5468 19 14.353C19 13.8233 18.5627 13.375 18 13.375ZM17 21.375C17 20.8227 17.4477 20.375 18 20.375H18.012C18.5643 20.375 19.012 20.8227 19.012 21.375C19.012 21.9273 18.5643 22.375 18.012 22.375H18C17.4477 22.375 17 21.9273 17 21.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.86396C8.82373 1.62439 8.11205 1.62471 7.08264 1.62516C6.2039 1.62515 5.32205 1.62519 4.7497 1.67564C4.15996 1.72762 3.64388 1.83758 3.17258 2.1006C2.56533 2.43948 2.06428 2.94053 1.7254 3.54778C1.46238 4.01908 1.35242 4.53516 1.30044 5.1249C1.24999 5.69725 1.24999 6.40597 1.25 7.28471V10.4326C1.24999 12.741 1.24998 14.55 1.43975 15.9615C1.63399 17.4062 2.03933 18.5463 2.93414 19.4411C3.82895 20.3359 4.96897 20.7412 6.41371 20.9355C7.82519 21.1252 9.63423 21.1252 11.9426 21.1252C11.9427 21.1252 13.9177 21.1252 14.9834 21.1185C15.2172 21.1171 15.3341 21.1164 15.4123 21.0594C15.4904 21.0024 15.535 20.8666 15.6242 20.5949C15.6447 20.5324 15.6676 20.471 15.6928 20.4107C15.7656 20.2367 15.8021 20.1496 15.8021 20.0894C15.8021 20.0292 15.7656 19.9421 15.6928 19.7681C15.5686 19.4713 15.5 19.1455 15.5 18.8037V18.3092C15.5 18.0572 15.5228 17.8166 15.5627 17.588C15.6234 17.2403 15.6537 17.0664 15.6041 16.9747C15.5544 16.883 15.3747 16.8059 15.0153 16.6518C14.1242 16.2695 13.5 15.3842 13.5 14.3531C13.5 11.8525 15.5424 9.87512 18 9.87512C19.8745 9.87512 21.5076 11.0255 22.1769 12.6812C22.2234 12.7963 22.3332 12.8751 22.4573 12.8751C22.6183 12.8751 22.7489 12.745 22.7493 12.5841C22.75 12.2908 22.75 11.9855 22.75 11.6675C22.75 10.6484 22.75 9.74401 22.683 9.08468C22.6137 8.40413 22.4669 7.81392 22.118 7.29181C21.8444 6.88235 21.4929 6.53078 21.0834 6.25719C20.5613 5.90833 19.9711 5.76148 19.2905 5.69225C18.6312 5.62518 17.8095 5.62519 16.7905 5.6252L13.2361 5.6252C12.92 5.6252 12.7396 5.62428 12.6064 5.61051C12.5044 5.60337 12.4348 5.52775 12.4128 5.49083C12.3409 5.37789 12.0838 4.86429 11.9425 4.58156C11.4704 3.62641 10.8581 2.38725 9.4626 1.86396Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-unlocked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7813 14.4523C15.7813 12.954 17.0044 11.75 18.5 11.75C19.1725 11.75 19.7904 11.9937 20.2656 12.3973C20.5813 12.6655 20.6198 13.1388 20.3517 13.4545C20.0835 13.7702 19.6102 13.8087 19.2945 13.5406C19.0813 13.3595 18.8049 13.25 18.5 13.25C17.821 13.25 17.2813 13.7942 17.2813 14.4523V15.1116L19.1871 15.11C19.6715 15.11 20.0813 15.1099 20.4167 15.1382C20.7683 15.1679 21.1063 15.2326 21.4262 15.4022C21.8618 15.6331 22.2197 15.9875 22.4536 16.4214C22.6257 16.7408 22.6914 17.0783 22.7214 17.4285C22.75 17.7619 22.75 18.2314 22.75 18.7112C22.75 19.191 22.75 19.5981 22.7214 19.9315C22.6914 20.2816 22.6257 20.6191 22.4536 20.9385C22.2197 21.3724 21.8618 21.7268 21.4262 21.9578C21.1063 22.1273 20.7683 22.1921 20.4167 22.2217C20.0813 22.25 19.6715 22.25 19.1871 22.25H19.1871H17.8129H17.8129C17.3285 22.25 16.9187 22.25 16.5833 22.2217C16.2317 22.1921 15.8937 22.1273 15.5738 21.9578C15.1382 21.7268 14.7803 21.3724 14.5464 20.9385C14.3743 20.6191 14.3086 20.2816 14.2786 19.9315C14.25 19.5981 14.25 19.191 14.25 18.7112V18.7112C14.25 18.2313 14.25 17.7619 14.2786 17.4285C14.3086 17.0783 14.3743 16.7408 14.5464 16.4214C14.7803 15.9875 15.1382 15.6331 15.5738 15.4022C15.6421 15.366 15.7113 15.3346 15.7813 15.3072V14.4523Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.98896C8.82373 1.74939 8.11205 1.74971 7.08264 1.75016C6.2039 1.75015 5.32205 1.75019 4.7497 1.80064C4.15996 1.85262 3.64388 1.96258 3.17258 2.2256C2.56533 2.56448 2.06428 3.06553 1.7254 3.67278C1.46238 4.14408 1.35242 4.66016 1.30044 5.2499C1.24998 5.82225 1.24999 6.53097 1.25 7.40971V10.5576C1.24999 12.866 1.24998 14.675 1.43975 16.0865C1.63399 17.5312 2.03933 18.6713 2.93414 19.5661C3.82895 20.4609 4.96897 20.8662 6.41371 21.0605C7.82519 21.2502 9.63423 21.2502 11.9426 21.2502H12.1683C12.5493 21.2502 12.7398 21.2502 12.8296 21.146C12.9193 21.0418 12.8876 20.8298 12.8241 20.4057C12.806 20.2845 12.7934 20.1686 12.7841 20.0598C12.7499 19.6615 12.75 19.1993 12.75 18.7554C12.75 18.3117 12.7499 17.699 12.7841 17.3004C12.8225 16.8519 12.9163 16.2844 13.226 15.7099C13.4423 15.3086 13.7244 14.9453 14.0578 14.6412C14.1696 14.5393 14.2255 14.4883 14.2507 14.4362C14.2759 14.384 14.281 14.3093 14.2913 14.1598C14.4425 11.9594 16.2861 10.2501 18.5 10.2501C19.5403 10.2501 20.4997 10.6282 21.2367 11.2542C21.9348 11.8472 22.1811 12.7745 21.9403 13.6004C21.9136 13.692 21.9002 13.7378 21.8972 13.7602C21.8812 13.8798 21.9083 13.9504 22.0002 14.0285C22.0175 14.0432 22.0454 14.0605 22.1013 14.0951C22.2424 14.1823 22.313 14.226 22.3481 14.2372C22.521 14.2924 22.6829 14.2036 22.7294 14.0282C22.7388 13.9925 22.7397 13.9268 22.7416 13.7953C22.75 13.1902 22.75 12.525 22.75 11.7925C22.75 10.7734 22.75 9.86901 22.683 9.20968C22.6137 8.52913 22.4669 7.93892 22.118 7.41681C21.8444 7.00735 21.4929 6.65578 21.0834 6.38219C20.5613 6.03333 19.9711 5.88648 19.2905 5.81725C18.6312 5.75018 17.8095 5.75019 16.7905 5.7502L13.2361 5.7502C12.92 5.7502 12.7396 5.74928 12.6064 5.73551C12.5044 5.72837 12.4348 5.65275 12.4128 5.61583C12.3409 5.50289 12.0838 4.98929 11.9425 4.70656C11.4704 3.75141 10.8581 2.51225 9.4626 1.98896Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7813 14.4523C15.7813 12.954 17.0044 11.75 18.5 11.75C19.1725 11.75 19.7904 11.9937 20.2656 12.3973C20.5813 12.6655 20.6198 13.1388 20.3517 13.4545C20.0835 13.7702 19.6102 13.8087 19.2945 13.5406C19.0813 13.3595 18.8049 13.25 18.5 13.25C17.821 13.25 17.2813 13.7942 17.2813 14.4523V15.1116L19.1871 15.11C19.6715 15.11 20.0813 15.1099 20.4167 15.1382C20.7683 15.1679 21.1063 15.2326 21.4262 15.4022C21.8618 15.6331 22.2197 15.9875 22.4536 16.4214C22.6257 16.7408 22.6914 17.0783 22.7214 17.4285C22.75 17.7619 22.75 18.2314 22.75 18.7112C22.75 19.191 22.75 19.5981 22.7214 19.9315C22.6914 20.2816 22.6257 20.6191 22.4536 20.9385C22.2197 21.3724 21.8618 21.7268 21.4262 21.9578C21.1063 22.1273 20.7683 22.1921 20.4167 22.2217C20.0813 22.25 19.6715 22.25 19.1871 22.25H19.1871H17.8129H17.8129C17.3285 22.25 16.9187 22.25 16.5833 22.2217C16.2317 22.1921 15.8937 22.1273 15.5738 21.9578C15.1382 21.7268 14.7803 21.3724 14.5464 20.9385C14.3743 20.6191 14.3086 20.2816 14.2786 19.9315C14.25 19.5981 14.25 19.191 14.25 18.7112V18.7112C14.25 18.2313 14.25 17.7619 14.2786 17.4285C14.3086 17.0783 14.3743 16.7408 14.5464 16.4214C14.7803 15.9875 15.1382 15.6331 15.5738 15.4022C15.6421 15.366 15.7113 15.3346 15.7813 15.3072V14.4523Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.98896C8.82373 1.74939 8.11205 1.74971 7.08264 1.75016C6.2039 1.75015 5.32205 1.75019 4.7497 1.80064C4.15996 1.85262 3.64388 1.96258 3.17258 2.2256C2.56533 2.56448 2.06428 3.06553 1.7254 3.67278C1.46238 4.14408 1.35242 4.66016 1.30044 5.2499C1.24998 5.82225 1.24999 6.53097 1.25 7.40971V10.5576C1.24999 12.866 1.24998 14.675 1.43975 16.0865C1.63399 17.5312 2.03933 18.6713 2.93414 19.5661C3.82895 20.4609 4.96897 20.8662 6.41371 21.0605C7.82519 21.2502 9.63423 21.2502 11.9426 21.2502H12.1683C12.5493 21.2502 12.7398 21.2502 12.8296 21.146C12.9193 21.0418 12.8876 20.8298 12.8241 20.4057C12.806 20.2845 12.7934 20.1686 12.7841 20.0598C12.7499 19.6615 12.75 19.1993 12.75 18.7554C12.75 18.3117 12.7499 17.699 12.7841 17.3004C12.8225 16.8519 12.9163 16.2844 13.226 15.7099C13.4423 15.3086 13.7244 14.9453 14.0578 14.6412C14.1696 14.5393 14.2255 14.4883 14.2507 14.4362C14.2759 14.384 14.281 14.3093 14.2913 14.1598C14.4425 11.9594 16.2861 10.2501 18.5 10.2501C19.5403 10.2501 20.4997 10.6282 21.2367 11.2542C21.9348 11.8472 22.1811 12.7745 21.9403 13.6004C21.9136 13.692 21.9002 13.7378 21.8972 13.7602C21.8812 13.8798 21.9083 13.9504 22.0002 14.0285C22.0175 14.0432 22.0454 14.0605 22.1013 14.0951C22.2424 14.1823 22.313 14.226 22.3481 14.2372C22.521 14.2924 22.6829 14.2036 22.7294 14.0282C22.7388 13.9925 22.7397 13.9268 22.7416 13.7953C22.75 13.1902 22.75 12.525 22.75 11.7925C22.75 10.7734 22.75 9.86901 22.683 9.20968C22.6137 8.52913 22.4669 7.93892 22.118 7.41681C21.8444 7.00735 21.4929 6.65578 21.0834 6.38219C20.5613 6.03333 19.9711 5.88648 19.2905 5.81725C18.6312 5.75018 17.8095 5.75019 16.7905 5.7502L13.2361 5.7502C12.92 5.7502 12.7396 5.74928 12.6064 5.73551C12.5044 5.72837 12.4348 5.65275 12.4128 5.61583C12.3409 5.50289 12.0838 4.98929 11.9425 4.70656C11.4704 3.75141 10.8581 2.51225 9.4626 1.98896Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-upload{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5059 21.3751C19.5059 21.9273 19.0581 22.3751 18.5059 22.3751C17.9536 22.3751 17.5059 21.9273 17.5059 21.3751L17.5059 16.875L16.9116 16.875C16.736 16.8752 16.5203 16.8753 16.3439 16.8533L16.3405 16.8528C16.2141 16.8371 15.638 16.7652 15.3637 16.1996C15.0887 15.6328 15.3907 15.1327 15.456 15.0245L15.7951 14.556C16.0897 14.1802 16.4954 13.6657 16.8759 13.2747C17.0657 13.0796 17.283 12.8783 17.5139 12.7195C17.7191 12.5783 18.0693 12.375 18.5 12.375C18.9307 12.375 19.2809 12.5783 19.4861 12.7195C19.717 12.8783 19.9343 13.0796 20.1241 13.2747C20.5046 13.6657 20.9102 14.1801 21.2049 14.556L21.544 15.0245C21.6093 15.1327 21.9113 15.6328 21.6363 16.1996C21.362 16.7652 20.7859 16.8371 20.6595 16.8528L20.6561 16.8533C20.4797 16.8753 20.264 16.8752 20.0884 16.875L19.5059 16.875L19.5059 21.3751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.86396C8.82373 1.62439 8.11205 1.62471 7.08264 1.62516C6.2039 1.62515 5.32205 1.62519 4.7497 1.67564C4.15996 1.72762 3.64388 1.83758 3.17258 2.1006C2.56533 2.43948 2.06428 2.94053 1.7254 3.54778C1.46238 4.01908 1.35242 4.53516 1.30044 5.1249C1.24999 5.69725 1.24999 6.40597 1.25 7.28471V10.4326C1.24999 12.741 1.24998 14.55 1.43975 15.9615C1.63399 17.4062 2.03933 18.5463 2.93414 19.4411C3.82895 20.3359 4.96897 20.7412 6.41371 20.9355C7.82519 21.1252 9.63423 21.1252 11.9426 21.1252H13.2923C14.077 21.1252 14.7844 21.1252 15.4236 21.1148C15.6968 21.1104 15.8334 21.1082 15.9195 21.0206C16.0057 20.9331 16.0057 20.7952 16.0057 20.5194L16.0057 18.8266C16.0057 18.5973 16.0057 18.4827 15.9509 18.405C15.8962 18.3273 15.7697 18.2821 15.5168 18.1916C15.036 18.0197 14.4002 17.6507 14.0139 16.8544C13.3799 15.5475 14.0659 14.4228 14.1658 14.259C14.6049 13.539 15.3548 12.6869 15.8006 12.2287C16.0225 12.0007 16.3176 11.7217 16.6635 11.4837C16.9464 11.2891 17.608 10.8751 18.4998 10.8751C19.3916 10.8751 20.0532 11.2891 20.3361 11.4837C20.682 11.7217 20.9771 12.0007 21.199 12.2287C21.3384 12.372 21.5127 12.5739 21.6952 12.795C22.1325 13.3248 22.3511 13.5896 22.5496 13.5185C22.748 13.4474 22.7485 13.1098 22.7496 12.4346C22.75 12.1874 22.75 11.9318 22.75 11.6675C22.75 10.6484 22.75 9.74401 22.683 9.08468C22.6137 8.40413 22.4669 7.81392 22.118 7.29181C21.8444 6.88235 21.4929 6.53078 21.0834 6.25719C20.5613 5.90833 19.9711 5.76148 19.2905 5.69225C18.6312 5.62518 17.8095 5.62519 16.7905 5.6252L13.2361 5.6252C12.92 5.6252 12.7396 5.62428 12.6064 5.61051C12.5044 5.60337 12.4348 5.52775 12.4128 5.49083C12.3409 5.37789 12.0838 4.86429 11.9425 4.58156C11.4704 3.62641 10.8581 2.38725 9.4626 1.86396Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5059 21.3751C19.5059 21.9273 19.0581 22.3751 18.5059 22.3751C17.9536 22.3751 17.5059 21.9273 17.5059 21.3751L17.5059 16.875L16.9116 16.875C16.736 16.8752 16.5203 16.8753 16.3439 16.8533L16.3405 16.8528C16.2141 16.8371 15.638 16.7652 15.3637 16.1996C15.0887 15.6328 15.3907 15.1327 15.456 15.0245L15.7951 14.556C16.0897 14.1802 16.4954 13.6657 16.8759 13.2747C17.0657 13.0796 17.283 12.8783 17.5139 12.7195C17.7191 12.5783 18.0693 12.375 18.5 12.375C18.9307 12.375 19.2809 12.5783 19.4861 12.7195C19.717 12.8783 19.9343 13.0796 20.1241 13.2747C20.5046 13.6657 20.9102 14.1801 21.2049 14.556L21.544 15.0245C21.6093 15.1327 21.9113 15.6328 21.6363 16.1996C21.362 16.7652 20.7859 16.8371 20.6595 16.8528L20.6561 16.8533C20.4797 16.8753 20.264 16.8752 20.0884 16.875L19.5059 16.875L19.5059 21.3751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.86396C8.82373 1.62439 8.11205 1.62471 7.08264 1.62516C6.2039 1.62515 5.32205 1.62519 4.7497 1.67564C4.15996 1.72762 3.64388 1.83758 3.17258 2.1006C2.56533 2.43948 2.06428 2.94053 1.7254 3.54778C1.46238 4.01908 1.35242 4.53516 1.30044 5.1249C1.24999 5.69725 1.24999 6.40597 1.25 7.28471V10.4326C1.24999 12.741 1.24998 14.55 1.43975 15.9615C1.63399 17.4062 2.03933 18.5463 2.93414 19.4411C3.82895 20.3359 4.96897 20.7412 6.41371 20.9355C7.82519 21.1252 9.63423 21.1252 11.9426 21.1252H13.2923C14.077 21.1252 14.7844 21.1252 15.4236 21.1148C15.6968 21.1104 15.8334 21.1082 15.9195 21.0206C16.0057 20.9331 16.0057 20.7952 16.0057 20.5194L16.0057 18.8266C16.0057 18.5973 16.0057 18.4827 15.9509 18.405C15.8962 18.3273 15.7697 18.2821 15.5168 18.1916C15.036 18.0197 14.4002 17.6507 14.0139 16.8544C13.3799 15.5475 14.0659 14.4228 14.1658 14.259C14.6049 13.539 15.3548 12.6869 15.8006 12.2287C16.0225 12.0007 16.3176 11.7217 16.6635 11.4837C16.9464 11.2891 17.608 10.8751 18.4998 10.8751C19.3916 10.8751 20.0532 11.2891 20.3361 11.4837C20.682 11.7217 20.9771 12.0007 21.199 12.2287C21.3384 12.372 21.5127 12.5739 21.6952 12.795C22.1325 13.3248 22.3511 13.5896 22.5496 13.5185C22.748 13.4474 22.7485 13.1098 22.7496 12.4346C22.75 12.1874 22.75 11.9318 22.75 11.6675C22.75 10.6484 22.75 9.74401 22.683 9.08468C22.6137 8.40413 22.4669 7.81392 22.118 7.29181C21.8444 6.88235 21.4929 6.53078 21.0834 6.25719C20.5613 5.90833 19.9711 5.76148 19.2905 5.69225C18.6312 5.62518 17.8095 5.62519 16.7905 5.6252L13.2361 5.6252C12.92 5.6252 12.7396 5.62428 12.6064 5.61051C12.5044 5.60337 12.4348 5.52775 12.4128 5.49083C12.3409 5.37789 12.0838 4.86429 11.9425 4.58156C11.4704 3.62641 10.8581 2.38725 9.4626 1.86396Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-video{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.0079 13.8113C17.4873 13.75 16.8317 13.75 16.0457 13.7501H15.4543C14.6683 13.75 14.0127 13.75 13.4922 13.8113C12.9491 13.8751 12.4394 14.016 12.0187 14.3841C11.5836 14.7649 11.4027 15.2484 11.3228 15.7685C11.2499 16.2427 11.25 16.8329 11.25 17.5077V18.4924C11.25 19.1672 11.2499 19.7574 11.3228 20.2317C11.4027 20.7517 11.5836 21.2353 12.0187 21.616C12.4394 21.9841 12.9491 22.125 13.4922 22.1889C14.0127 22.2501 14.6683 22.2501 15.4543 22.2501H16.0457C16.8317 22.2501 17.4873 22.2501 18.0079 22.1889C18.5509 22.125 19.0606 21.9841 19.4813 21.616C19.7899 21.346 19.9706 21.0244 20.0781 20.6747C20.211 20.7602 20.3369 20.8357 20.4557 20.8984C20.8266 21.0945 21.3357 21.2817 21.8733 21.0485C22.4417 20.802 22.6202 20.2751 22.6873 19.8603C22.7502 19.4712 22.7501 18.9616 22.75 18.4019V17.5983C22.7501 17.0385 22.7502 16.5289 22.6873 16.1398C22.6202 15.725 22.4417 15.1981 21.8733 14.9516C21.3357 14.7184 20.8266 14.9057 20.4557 15.1017C20.3369 15.1645 20.211 15.2399 20.0781 15.3255C19.9706 14.9758 19.7899 14.6541 19.4813 14.3841C19.0606 14.016 18.5509 13.8751 18.0079 13.8113ZM21.2099 19.5995C20.9912 19.4839 20.6585 19.2633 20.249 18.9693C20.2501 18.8157 20.25 18.6566 20.25 18.4926V17.5079C20.25 17.3438 20.2501 17.1848 20.249 17.0312C20.6585 16.7371 20.9912 16.5165 21.2099 16.4009C21.2478 16.6555 21.25 17.0365 21.25 17.6581V18.3423C21.25 18.964 21.2478 19.345 21.2099 19.5995Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.98905C8.82373 1.74939 8.11205 1.74971 7.08264 1.75016C6.2039 1.75015 5.32205 1.75019 4.7497 1.80066C4.15996 1.85266 3.64388 1.96266 3.17258 2.22578C2.56533 2.56479 2.06428 3.06603 1.7254 3.67351C1.46238 4.14499 1.35242 4.66127 1.30044 5.25123C1.24998 5.8238 1.24999 6.53279 1.25 7.41186V10.5609C1.24999 12.8702 1.24998 14.6799 1.43975 16.0919C1.63399 17.5372 2.03933 18.6777 2.93414 19.5728C3.82895 20.468 4.96897 20.8735 6.41371 21.0678C7.1962 21.173 8.10088 21.2199 9.14508 21.2408C9.43 21.2465 9.57245 21.2494 9.66248 21.161C9.75251 21.0727 9.75231 20.9292 9.75193 20.6423C9.74999 19.1985 9.75 17.6435 9.75002 17.4419C9.74983 16.8251 9.74962 16.1356 9.84021 15.5459C9.95153 14.8211 10.2373 13.9543 11.031 13.2596C11.7807 12.6034 12.6411 12.405 13.3169 12.3255C13.9274 12.2537 15.3679 12.2539 16.1127 12.254C16.8435 12.2539 17.574 12.2538 18.1831 12.3255C18.7916 12.3971 19.6654 12.672 20.3806 13.205C20.5038 13.2967 20.5653 13.3426 20.6221 13.3574C20.6789 13.3721 20.7541 13.3621 20.9045 13.3421C21.124 13.313 21.3621 13.2997 21.6033 13.3187C22.2385 13.3687 22.5561 13.3937 22.6524 13.3048C22.7487 13.2158 22.749 12.9801 22.7497 12.5087C22.75 12.2786 22.75 12.0412 22.75 11.7963C22.75 10.7769 22.75 9.8721 22.683 9.21252C22.6137 8.5317 22.4669 7.94128 22.118 7.41897C21.8444 7.00935 21.4929 6.65765 21.0834 6.38395C20.5613 6.03496 19.9711 5.88806 19.2905 5.8188C18.6312 5.7517 17.8095 5.75171 16.7905 5.75172L13.2361 5.75172C12.92 5.75172 12.7396 5.7508 12.6064 5.73703C12.5044 5.72989 12.4348 5.65423 12.4128 5.6173C12.3409 5.50432 12.0838 4.99052 11.9425 4.70768C11.4704 3.75217 10.8581 2.51254 9.4626 1.98905Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.0079 13.8113C17.4873 13.75 16.8317 13.75 16.0457 13.7501H15.4543C14.6683 13.75 14.0127 13.75 13.4922 13.8113C12.9491 13.8751 12.4394 14.016 12.0187 14.3841C11.5836 14.7649 11.4027 15.2484 11.3228 15.7685C11.2499 16.2427 11.25 16.8329 11.25 17.5077V18.4924C11.25 19.1672 11.2499 19.7574 11.3228 20.2317C11.4027 20.7517 11.5836 21.2353 12.0187 21.616C12.4394 21.9841 12.9491 22.125 13.4922 22.1889C14.0127 22.2501 14.6683 22.2501 15.4543 22.2501H16.0457C16.8317 22.2501 17.4873 22.2501 18.0079 22.1889C18.5509 22.125 19.0606 21.9841 19.4813 21.616C19.7899 21.346 19.9706 21.0244 20.0781 20.6747C20.211 20.7602 20.3369 20.8357 20.4557 20.8984C20.8266 21.0945 21.3357 21.2817 21.8733 21.0485C22.4417 20.802 22.6202 20.2751 22.6873 19.8603C22.7502 19.4712 22.7501 18.9616 22.75 18.4019V17.5983C22.7501 17.0385 22.7502 16.5289 22.6873 16.1398C22.6202 15.725 22.4417 15.1981 21.8733 14.9516C21.3357 14.7184 20.8266 14.9057 20.4557 15.1017C20.3369 15.1645 20.211 15.2399 20.0781 15.3255C19.9706 14.9758 19.7899 14.6541 19.4813 14.3841C19.0606 14.016 18.5509 13.8751 18.0079 13.8113ZM21.2099 19.5995C20.9912 19.4839 20.6585 19.2633 20.249 18.9693C20.2501 18.8157 20.25 18.6566 20.25 18.4926V17.5079C20.25 17.3438 20.2501 17.1848 20.249 17.0312C20.6585 16.7371 20.9912 16.5165 21.2099 16.4009C21.2478 16.6555 21.25 17.0365 21.25 17.6581V18.3423C21.25 18.964 21.2478 19.345 21.2099 19.5995Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.98905C8.82373 1.74939 8.11205 1.74971 7.08264 1.75016C6.2039 1.75015 5.32205 1.75019 4.7497 1.80066C4.15996 1.85266 3.64388 1.96266 3.17258 2.22578C2.56533 2.56479 2.06428 3.06603 1.7254 3.67351C1.46238 4.14499 1.35242 4.66127 1.30044 5.25123C1.24998 5.8238 1.24999 6.53279 1.25 7.41186V10.5609C1.24999 12.8702 1.24998 14.6799 1.43975 16.0919C1.63399 17.5372 2.03933 18.6777 2.93414 19.5728C3.82895 20.468 4.96897 20.8735 6.41371 21.0678C7.1962 21.173 8.10088 21.2199 9.14508 21.2408C9.43 21.2465 9.57245 21.2494 9.66248 21.161C9.75251 21.0727 9.75231 20.9292 9.75193 20.6423C9.74999 19.1985 9.75 17.6435 9.75002 17.4419C9.74983 16.8251 9.74962 16.1356 9.84021 15.5459C9.95153 14.8211 10.2373 13.9543 11.031 13.2596C11.7807 12.6034 12.6411 12.405 13.3169 12.3255C13.9274 12.2537 15.3679 12.2539 16.1127 12.254C16.8435 12.2539 17.574 12.2538 18.1831 12.3255C18.7916 12.3971 19.6654 12.672 20.3806 13.205C20.5038 13.2967 20.5653 13.3426 20.6221 13.3574C20.6789 13.3721 20.7541 13.3621 20.9045 13.3421C21.124 13.313 21.3621 13.2997 21.6033 13.3187C22.2385 13.3687 22.5561 13.3937 22.6524 13.3048C22.7487 13.2158 22.749 12.9801 22.7497 12.5087C22.75 12.2786 22.75 12.0412 22.75 11.7963C22.75 10.7769 22.75 9.8721 22.683 9.21252C22.6137 8.5317 22.4669 7.94128 22.118 7.41897C21.8444 7.00935 21.4929 6.65765 21.0834 6.38395C20.5613 6.03496 19.9711 5.88806 19.2905 5.8188C18.6312 5.7517 17.8095 5.75171 16.7905 5.75172L13.2361 5.75172C12.92 5.75172 12.7396 5.7508 12.6064 5.73703C12.5044 5.72989 12.4348 5.65423 12.4128 5.6173C12.3409 5.50432 12.0838 4.99052 11.9425 4.70768C11.4704 3.75217 10.8581 2.51254 9.4626 1.98905Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-view{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 13.7501C15.8378 13.7501 14.8051 14.1932 13.9686 14.7427C13.1312 15.2927 12.4499 15.9755 11.9742 16.5238C11.6683 16.8736 11.25 17.352 11.25 18.0001C11.25 18.6481 11.6683 19.1265 11.9742 19.4763C12.4499 20.0246 13.1312 20.7074 13.9686 21.2575C14.8051 21.807 15.8378 22.2501 17 22.2501C18.1622 22.2501 19.1949 21.807 20.0314 21.2575C20.8688 20.7074 21.5501 20.0246 22.0258 19.4763C22.3317 19.1265 22.75 18.6481 22.75 18.0001C22.75 17.352 22.3317 16.8736 22.0258 16.5238C21.5501 15.9755 20.8688 15.2927 20.0314 14.7427C19.1949 14.1932 18.1622 13.7501 17 13.7501ZM16.9855 16.5001C16.1608 16.5001 15.4922 17.1716 15.4922 18.0001C15.4922 18.8285 16.1608 19.5001 16.9855 19.5001H16.9989C17.8236 19.5001 18.4922 18.8285 18.4922 18.0001C18.4922 17.1716 17.8236 16.5001 16.9989 16.5001H16.9855Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.98884C8.82373 1.74927 8.11205 1.74958 7.08264 1.75004C6.2039 1.75003 5.32205 1.75006 4.7497 1.80052C4.15996 1.8525 3.64388 1.96246 3.17258 2.22548C2.56533 2.56435 2.06428 3.06541 1.7254 3.67266C1.46238 4.14396 1.35242 4.66004 1.30044 5.24978C1.24998 5.82212 1.24999 6.53085 1.25 7.40958V10.5575C1.24999 12.8658 1.24998 14.6749 1.43975 16.0864C1.63399 17.5311 2.03933 18.6711 2.93414 19.5659C3.82895 20.4608 4.96897 20.8661 6.41371 21.0603C7.50391 21.2069 8.83128 21.2403 10.4427 21.2479C10.7909 21.2495 10.965 21.2503 11.0441 21.1935C11.1333 21.1295 11.1775 21.0331 11.1679 20.9237C11.1594 20.8267 11.0407 20.69 10.8034 20.4165C10.5101 20.0853 9.75 19.2267 9.75 18.0001C9.75 16.7735 10.5501 15.8696 10.8434 15.5384C11.3723 14.929 12.1547 14.1395 13.145 13.489C14.1337 12.8396 15.4513 12.2501 17 12.2501C18.5487 12.2501 19.8663 12.8396 20.855 13.489C21.1512 13.6836 21.4288 13.8906 21.6866 14.1015C22.1565 14.486 22.3915 14.6782 22.5624 14.5984C22.7332 14.5187 22.7366 14.2311 22.7434 13.656C22.75 13.0884 22.75 12.4691 22.75 11.7923C22.75 10.7733 22.75 9.86889 22.683 9.20956C22.6137 8.529 22.4669 7.9388 22.118 7.41669C21.8444 7.00723 21.4929 6.65566 21.0834 6.38207C20.5613 6.03321 19.9711 5.88636 19.2905 5.81713C18.6312 5.75006 17.8095 5.75007 16.7905 5.75008L13.2361 5.75008C12.92 5.75008 12.7396 5.74915 12.6064 5.73539C12.5044 5.72825 12.4348 5.65263 12.4128 5.61571C12.3409 5.50277 12.0838 4.98916 11.9425 4.70644C11.4704 3.75129 10.8581 2.51213 9.4626 1.98884Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 13.7501C15.8378 13.7501 14.8051 14.1932 13.9686 14.7427C13.1312 15.2927 12.4499 15.9755 11.9742 16.5238C11.6683 16.8736 11.25 17.352 11.25 18.0001C11.25 18.6481 11.6683 19.1265 11.9742 19.4763C12.4499 20.0246 13.1312 20.7074 13.9686 21.2575C14.8051 21.807 15.8378 22.2501 17 22.2501C18.1622 22.2501 19.1949 21.807 20.0314 21.2575C20.8688 20.7074 21.5501 20.0246 22.0258 19.4763C22.3317 19.1265 22.75 18.6481 22.75 18.0001C22.75 17.352 22.3317 16.8736 22.0258 16.5238C21.5501 15.9755 20.8688 15.2927 20.0314 14.7427C19.1949 14.1932 18.1622 13.7501 17 13.7501ZM16.9855 16.5001C16.1608 16.5001 15.4922 17.1716 15.4922 18.0001C15.4922 18.8285 16.1608 19.5001 16.9855 19.5001H16.9989C17.8236 19.5001 18.4922 18.8285 18.4922 18.0001C18.4922 17.1716 17.8236 16.5001 16.9989 16.5001H16.9855Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.4626 1.98884C8.82373 1.74927 8.11205 1.74958 7.08264 1.75004C6.2039 1.75003 5.32205 1.75006 4.7497 1.80052C4.15996 1.8525 3.64388 1.96246 3.17258 2.22548C2.56533 2.56435 2.06428 3.06541 1.7254 3.67266C1.46238 4.14396 1.35242 4.66004 1.30044 5.24978C1.24998 5.82212 1.24999 6.53085 1.25 7.40958V10.5575C1.24999 12.8658 1.24998 14.6749 1.43975 16.0864C1.63399 17.5311 2.03933 18.6711 2.93414 19.5659C3.82895 20.4608 4.96897 20.8661 6.41371 21.0603C7.50391 21.2069 8.83128 21.2403 10.4427 21.2479C10.7909 21.2495 10.965 21.2503 11.0441 21.1935C11.1333 21.1295 11.1775 21.0331 11.1679 20.9237C11.1594 20.8267 11.0407 20.69 10.8034 20.4165C10.5101 20.0853 9.75 19.2267 9.75 18.0001C9.75 16.7735 10.5501 15.8696 10.8434 15.5384C11.3723 14.929 12.1547 14.1395 13.145 13.489C14.1337 12.8396 15.4513 12.2501 17 12.2501C18.5487 12.2501 19.8663 12.8396 20.855 13.489C21.1512 13.6836 21.4288 13.8906 21.6866 14.1015C22.1565 14.486 22.3915 14.6782 22.5624 14.5984C22.7332 14.5187 22.7366 14.2311 22.7434 13.656C22.75 13.0884 22.75 12.4691 22.75 11.7923C22.75 10.7733 22.75 9.86889 22.683 9.20956C22.6137 8.529 22.4669 7.9388 22.118 7.41669C21.8444 7.00723 21.4929 6.65566 21.0834 6.38207C20.5613 6.03321 19.9711 5.88636 19.2905 5.81713C18.6312 5.75006 17.8095 5.75007 16.7905 5.75008L13.2361 5.75008C12.92 5.75008 12.7396 5.74915 12.6064 5.73539C12.5044 5.72825 12.4348 5.65263 12.4128 5.61571C12.3409 5.50277 12.0838 4.98916 11.9425 4.70644C11.4704 3.75129 10.8581 2.51213 9.4626 1.98884Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folder-zip{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.4626 2.48878C8.82373 2.24921 8.11205 2.24952 7.08264 2.24998C6.2039 2.24997 5.32205 2.25 4.7497 2.30046C4.15996 2.35244 3.64388 2.4624 3.17258 2.72541C2.56533 3.06429 2.06428 3.56535 1.7254 4.1726C1.46238 4.6439 1.35242 5.15998 1.30044 5.74971C1.24999 6.32206 1.24999 7.03079 1.25 7.90952V11.0574C1.24999 13.3658 1.24998 15.1748 1.43975 16.5863C1.63399 18.031 2.03933 19.1711 2.93414 20.0659C3.82895 20.9607 4.96897 21.366 6.41371 21.5603C7.82519 21.75 9.63423 21.75 11.9426 21.75H13.2923C15.012 21.75 16.3602 21.75 17.4336 21.6408C18.5283 21.5295 19.4202 21.2984 20.1945 20.781C20.8224 20.3615 21.3614 19.8224 21.781 19.1945C22.2983 18.4202 22.5295 17.5283 22.6408 16.4336C22.75 15.3602 22.75 14.0121 22.75 12.2923C22.75 11.2733 22.75 10.3688 22.683 9.7095C22.6137 9.02894 22.4669 8.43874 22.118 7.91663C21.8444 7.50717 21.4929 7.1556 21.0834 6.88201C20.5613 6.53315 19.9711 6.3863 19.2905 6.31707C18.6312 6.25 17.8095 6.25001 16.7905 6.25002H16.6C16.3172 6.25002 16.1757 6.25002 16.0879 6.33789C16 6.42575 16 6.56718 16 6.85002V9.49994C16 9.68686 16 9.78032 16.0402 9.84994C16.0665 9.89554 16.1044 9.93342 16.15 9.95975C16.2196 9.99994 16.3131 9.99994 16.5 9.99994C17.0523 9.99994 17.5 10.4477 17.5 10.9999C17.5 11.5522 17.0523 11.9999 16.5 11.9999C16.3131 11.9999 16.2196 11.9999 16.15 12.0401C16.1044 12.0665 16.0665 12.1043 16.0402 12.1499C16 12.2196 16 12.313 16 12.4999V13.4999C16 13.6869 16 13.7803 16.0402 13.8499C16.0665 13.8955 16.1044 13.9334 16.15 13.9597C16.2196 13.9999 16.3131 13.9999 16.5 13.9999C17.0523 13.9999 17.5 14.4477 17.5 14.9999C17.5 15.5522 17.0523 15.9999 16.5 15.9999H13.5C12.9477 15.9999 12.5 15.5522 12.5 14.9999C12.5 14.4477 12.9477 13.9999 13.5 13.9999C13.6869 13.9999 13.7804 13.9999 13.85 13.9597C13.8956 13.9334 13.9335 13.8955 13.9598 13.8499C14 13.7803 14 13.6869 14 13.4999V12.4999C14 12.313 14 12.2196 13.9598 12.1499C13.9335 12.1043 13.8956 12.0665 13.85 12.0401C13.7804 11.9999 13.6869 11.9999 13.5 11.9999C12.9477 11.9999 12.5 11.5522 12.5 10.9999C12.5 10.4477 12.9477 9.99994 13.5 9.99994C13.6869 9.99994 13.7804 9.99994 13.85 9.95975C13.8956 9.93342 13.9335 9.89554 13.9598 9.84994C14 9.78032 14 9.68686 14 9.49994V7.64368C14 7.26713 14 7.07885 13.9497 6.92626C13.8515 6.62879 13.6197 6.39448 13.3233 6.29322C13.1712 6.24128 12.9829 6.2393 12.6064 6.23533C12.5044 6.22819 12.4348 6.15257 12.4128 6.11565C12.3409 6.00271 12.0838 5.4891 11.9425 5.20637C11.4704 4.25123 10.8581 3.01207 9.4626 2.48878Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.4626 2.48878C8.82373 2.24921 8.11205 2.24952 7.08264 2.24998C6.2039 2.24997 5.32205 2.25 4.7497 2.30046C4.15996 2.35244 3.64388 2.4624 3.17258 2.72541C2.56533 3.06429 2.06428 3.56535 1.7254 4.1726C1.46238 4.6439 1.35242 5.15998 1.30044 5.74971C1.24999 6.32206 1.24999 7.03079 1.25 7.90952V11.0574C1.24999 13.3658 1.24998 15.1748 1.43975 16.5863C1.63399 18.031 2.03933 19.1711 2.93414 20.0659C3.82895 20.9607 4.96897 21.366 6.41371 21.5603C7.82519 21.75 9.63423 21.75 11.9426 21.75H13.2923C15.012 21.75 16.3602 21.75 17.4336 21.6408C18.5283 21.5295 19.4202 21.2984 20.1945 20.781C20.8224 20.3615 21.3614 19.8224 21.781 19.1945C22.2983 18.4202 22.5295 17.5283 22.6408 16.4336C22.75 15.3602 22.75 14.0121 22.75 12.2923C22.75 11.2733 22.75 10.3688 22.683 9.7095C22.6137 9.02894 22.4669 8.43874 22.118 7.91663C21.8444 7.50717 21.4929 7.1556 21.0834 6.88201C20.5613 6.53315 19.9711 6.3863 19.2905 6.31707C18.6312 6.25 17.8095 6.25001 16.7905 6.25002H16.6C16.3172 6.25002 16.1757 6.25002 16.0879 6.33789C16 6.42575 16 6.56718 16 6.85002V9.49994C16 9.68686 16 9.78032 16.0402 9.84994C16.0665 9.89554 16.1044 9.93342 16.15 9.95975C16.2196 9.99994 16.3131 9.99994 16.5 9.99994C17.0523 9.99994 17.5 10.4477 17.5 10.9999C17.5 11.5522 17.0523 11.9999 16.5 11.9999C16.3131 11.9999 16.2196 11.9999 16.15 12.0401C16.1044 12.0665 16.0665 12.1043 16.0402 12.1499C16 12.2196 16 12.313 16 12.4999V13.4999C16 13.6869 16 13.7803 16.0402 13.8499C16.0665 13.8955 16.1044 13.9334 16.15 13.9597C16.2196 13.9999 16.3131 13.9999 16.5 13.9999C17.0523 13.9999 17.5 14.4477 17.5 14.9999C17.5 15.5522 17.0523 15.9999 16.5 15.9999H13.5C12.9477 15.9999 12.5 15.5522 12.5 14.9999C12.5 14.4477 12.9477 13.9999 13.5 13.9999C13.6869 13.9999 13.7804 13.9999 13.85 13.9597C13.8956 13.9334 13.9335 13.8955 13.9598 13.8499C14 13.7803 14 13.6869 14 13.4999V12.4999C14 12.313 14 12.2196 13.9598 12.1499C13.9335 12.1043 13.8956 12.0665 13.85 12.0401C13.7804 11.9999 13.6869 11.9999 13.5 11.9999C12.9477 11.9999 12.5 11.5522 12.5 10.9999C12.5 10.4477 12.9477 9.99994 13.5 9.99994C13.6869 9.99994 13.7804 9.99994 13.85 9.95975C13.8956 9.93342 13.9335 9.89554 13.9598 9.84994C14 9.78032 14 9.68686 14 9.49994V7.64368C14 7.26713 14 7.07885 13.9497 6.92626C13.8515 6.62879 13.6197 6.39448 13.3233 6.29322C13.1712 6.24128 12.9829 6.2393 12.6064 6.23533C12.5044 6.22819 12.4348 6.15257 12.4128 6.11565C12.3409 6.00271 12.0838 5.4891 11.9425 5.20637C11.4704 4.25123 10.8581 3.01207 9.4626 2.48878Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-folders{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4091 3.62132C9.89788 3.25772 9.3063 3.25117 8.25 3.25117H3.25C2.69772 3.25117 2.25 2.80345 2.25 2.25117C2.25 1.69888 2.69772 1.25117 3.25 1.25117L8.25 1.25117C8.3084 1.25117 8.36863 1.25089 8.43053 1.25061C9.3055 1.2466 10.5131 1.24107 11.5683 1.99147C12.2401 2.4693 12.6948 3.13193 13.0398 3.63476C13.0514 3.65168 13.0629 3.66842 13.0743 3.68496C13.4608 4.24767 13.7341 4.62726 14.0909 4.88102C14.6021 5.24461 15.1937 5.25117 16.25 5.25117H20.75C21.3023 5.25117 21.75 5.69888 21.75 6.25117C21.75 6.80345 21.3023 7.25117 20.75 7.25117H16.25C16.1916 7.25117 16.1314 7.25144 16.0695 7.25173C15.1945 7.25573 13.9869 7.26126 12.9317 6.51087C12.2599 6.03303 11.8052 5.37041 11.4602 4.86758C11.4486 4.85066 11.4371 4.83392 11.4257 4.81737C11.0392 4.25466 10.7659 3.87507 10.4091 3.62132Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.58222 5.25004C8.50075 5.24957 9.15301 5.24923 9.73981 5.46656C11.0246 5.94239 11.5891 7.07153 12.0127 7.91871C12.0127 7.91871 12.3378 8.5604 12.4098 8.6724C12.4227 8.70864 12.4795 8.78313 12.6029 8.79109C12.7354 8.80473 12.9147 8.80564 13.2292 8.80564L16.3145 8.80564C17.229 8.80563 17.9714 8.80562 18.5681 8.86558C19.1855 8.92761 19.7294 9.05985 20.2131 9.37908C20.5898 9.62762 20.9137 9.94739 21.1662 10.3205C21.4913 10.8011 21.6261 11.3421 21.6892 11.9547C21.75 12.5455 21.75 13.2799 21.75 14.182V14.182V14.2647V14.2648C21.75 15.7893 21.75 16.9916 21.6513 17.9504C21.5502 18.9312 21.3396 19.7403 20.8628 20.4451C20.479 21.0124 19.9863 21.4988 19.4132 21.877C18.7024 22.3461 17.8871 22.5532 16.8969 22.6527C15.9275 22.7501 14.7114 22.7501 13.1665 22.7501H11.9437H11.9436C9.87009 22.7501 8.23829 22.7501 6.96355 22.5808C5.65666 22.4073 4.61293 22.0437 3.79099 21.232C2.96777 20.4189 2.59791 19.3843 2.42161 18.0891C2.24997 16.8283 2.24999 15.2151 2.25 13.1687V13.1687V10.3603V10.3603C2.24999 9.58245 2.24998 8.94899 2.29576 8.43613C2.34312 7.90548 2.44398 7.43249 2.68931 6.9983C3.00219 6.44457 3.46406 5.98896 4.02223 5.68131C4.4587 5.44074 4.93396 5.34175 5.46895 5.29517C5.98698 5.25007 6.79365 5.25003 7.58222 5.25004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4091 3.62132C9.89788 3.25772 9.3063 3.25117 8.25 3.25117H3.25C2.69772 3.25117 2.25 2.80345 2.25 2.25117C2.25 1.69888 2.69772 1.25117 3.25 1.25117L8.25 1.25117C8.3084 1.25117 8.36863 1.25089 8.43053 1.25061C9.3055 1.2466 10.5131 1.24107 11.5683 1.99147C12.2401 2.4693 12.6948 3.13193 13.0398 3.63476C13.0514 3.65168 13.0629 3.66842 13.0743 3.68496C13.4608 4.24767 13.7341 4.62726 14.0909 4.88102C14.6021 5.24461 15.1937 5.25117 16.25 5.25117H20.75C21.3023 5.25117 21.75 5.69888 21.75 6.25117C21.75 6.80345 21.3023 7.25117 20.75 7.25117H16.25C16.1916 7.25117 16.1314 7.25144 16.0695 7.25173C15.1945 7.25573 13.9869 7.26126 12.9317 6.51087C12.2599 6.03303 11.8052 5.37041 11.4602 4.86758C11.4486 4.85066 11.4371 4.83392 11.4257 4.81737C11.0392 4.25466 10.7659 3.87507 10.4091 3.62132Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.58222 5.25004C8.50075 5.24957 9.15301 5.24923 9.73981 5.46656C11.0246 5.94239 11.5891 7.07153 12.0127 7.91871C12.0127 7.91871 12.3378 8.5604 12.4098 8.6724C12.4227 8.70864 12.4795 8.78313 12.6029 8.79109C12.7354 8.80473 12.9147 8.80564 13.2292 8.80564L16.3145 8.80564C17.229 8.80563 17.9714 8.80562 18.5681 8.86558C19.1855 8.92761 19.7294 9.05985 20.2131 9.37908C20.5898 9.62762 20.9137 9.94739 21.1662 10.3205C21.4913 10.8011 21.6261 11.3421 21.6892 11.9547C21.75 12.5455 21.75 13.2799 21.75 14.182V14.182V14.2647V14.2648C21.75 15.7893 21.75 16.9916 21.6513 17.9504C21.5502 18.9312 21.3396 19.7403 20.8628 20.4451C20.479 21.0124 19.9863 21.4988 19.4132 21.877C18.7024 22.3461 17.8871 22.5532 16.8969 22.6527C15.9275 22.7501 14.7114 22.7501 13.1665 22.7501H11.9437H11.9436C9.87009 22.7501 8.23829 22.7501 6.96355 22.5808C5.65666 22.4073 4.61293 22.0437 3.79099 21.232C2.96777 20.4189 2.59791 19.3843 2.42161 18.0891C2.24997 16.8283 2.24999 15.2151 2.25 13.1687V13.1687V10.3603V10.3603C2.24999 9.58245 2.24998 8.94899 2.29576 8.43613C2.34312 7.90548 2.44398 7.43249 2.68931 6.9983C3.00219 6.44457 3.46406 5.98896 4.02223 5.68131C4.4587 5.44074 4.93396 5.34175 5.46895 5.29517C5.98698 5.25007 6.79365 5.25003 7.58222 5.25004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-gif-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.56452 16.7525C5.05736 16.7525 4.7501 16.754 4.52872 16.7829C4.33961 16.7987 4.28457 16.9398 4.28068 17.0084C4.2517 17.2172 4.25001 17.5093 4.25001 18.0025V20.0025C4.25001 20.4958 4.2517 20.7879 4.28068 20.9967C4.29403 21.0658 4.36232 21.2075 4.52872 21.2222C4.7501 21.251 5.05736 21.2525 5.56452 21.2525C6.07169 21.2525 6.37895 21.251 6.60033 21.2222C6.78909 21.1621 6.84434 21.0468 6.84837 20.9967C6.87219 20.825 6.87757 20.597 6.87874 20.2472C6.78162 20.2362 6.5056 20.2205 6.17846 20.2461C6.17819 20.2462 6.17792 20.2462 6.17765 20.2462C5.76741 20.2996 5.39102 20.0106 5.33706 19.6003C5.28304 19.1897 5.57217 18.813 5.98285 18.7589C6.17619 18.734 6.63555 18.6958 6.92629 18.7421C7.1559 18.764 7.47003 18.8172 7.74861 18.9704C8.06147 19.1425 8.37904 19.4798 8.37904 20.0025C8.3791 20.4345 8.37915 20.8785 8.33413 21.2029C8.28418 21.5628 8.16644 21.9404 7.84855 22.2483C7.53398 22.5531 7.15407 22.6628 6.79406 22.7096C6.46404 22.7526 6.05727 22.7526 5.60868 22.7525C5.16009 22.7526 4.66501 22.7526 4.33499 22.7096C3.97498 22.6628 3.59507 22.5531 3.2805 22.2483C2.96261 21.9404 2.84487 21.5628 2.79492 21.2029C2.7499 20.8785 2.74995 20.4802 2.75 20.0483L2.75 17.9568C2.74995 17.5249 2.7499 17.1266 2.79492 16.8022C2.84487 16.4422 2.96261 16.0647 3.2805 15.7567C3.59507 15.452 3.97498 15.3423 4.33499 15.2954C4.66501 15.2524 5.27672 15.2514 5.72531 15.2514C6.10046 15.2476 6.63589 15.2421 7.08582 15.3752C7.3715 15.4596 7.67871 15.6118 7.92502 15.8918C8.17491 16.1759 8.30884 16.5311 8.34901 16.9268C8.39085 17.3389 8.09071 17.7069 7.67861 17.7487C7.26652 17.7905 6.89853 17.4904 6.85669 17.0783C6.82187 16.9287 6.71143 16.8395 6.66057 16.8136C6.55492 16.7824 6.40944 16.7629 6.21059 16.7552C6.06706 16.7496 5.71971 16.7515 5.56452 16.7525Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.96094 16C9.96094 15.5858 10.2967 15.25 10.7109 15.25H13.8077C14.2219 15.25 14.5577 15.5858 14.5577 16C14.5577 16.4142 14.2219 16.75 13.8077 16.75H13.0093V21.25H13.8077C14.2219 21.25 14.5577 21.5858 14.5577 22C14.5577 22.4142 14.2219 22.75 13.8077 22.75H10.7109C10.2967 22.75 9.96094 22.4142 9.96094 22C9.96094 21.5858 10.2967 21.25 10.7109 21.25H11.5093V16.75H10.7109C10.2967 16.75 9.96094 16.4142 9.96094 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.4996 15.25C20.9138 15.25 21.2496 15.5858 21.2496 16C21.2496 16.4142 20.9138 16.75 20.4996 16.75H18.9512C18.4441 16.75 18.1368 16.7515 17.9154 16.7803C17.7608 16.7943 17.6856 16.9365 17.6674 17.0058C17.6384 17.2146 17.6367 17.7567 17.6367 18.25H19.4674C19.8816 18.25 20.2174 18.5858 20.2174 19C20.2174 19.4142 19.8816 19.75 19.4674 19.75H17.6367V22C17.6367 22.4142 17.3009 22.75 16.8867 22.75C16.4725 22.75 16.1367 22.4142 16.1367 22L16.1367 17.9543L16.1367 17.9543C16.1367 17.5223 16.1366 17.124 16.1816 16.7996C16.2316 16.4397 16.3493 16.0622 16.6672 15.7542C16.9818 15.4495 17.3617 15.3398 17.7217 15.2929C18.0517 15.2499 18.4585 15.25 18.9071 15.25L20.4996 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.72368 13.75C4.26144 13.75 4.69737 13.3195 4.69737 12.7885L4.69738 11.7652C4.69737 11.4982 4.69754 10.8596 4.97816 10.3875C5.15109 10.0965 5.37251 9.85337 5.59996 9.72955C5.96647 9.53003 6.38666 9.41667 6.83333 9.41667C6.98046 9.41667 7.13864 9.42314 7.31624 9.43138L7.38206 9.43446C7.53697 9.44174 7.70556 9.44966 7.8737 9.45315C8.25379 9.46105 8.69733 9.44904 9.12548 9.33432C9.95945 9.11086 10.6109 8.45945 10.8343 7.62548C10.949 7.19733 10.961 6.75379 10.9532 6.3737C10.9497 6.20562 10.9417 6.03692 10.9345 5.88206L10.9314 5.81624C10.9231 5.63864 10.9167 5.48046 10.9167 5.33333C10.9167 4.86564 11.0409 4.42698 11.2583 4.04857C11.385 3.82798 11.6057 3.62609 11.9105 3.44878C12.3726 3.17987 12.926 3.17738 13.2642 3.17585C13.6023 3.17433 13.9591 3.17316 14.2572 3.17316C16.0914 3.17316 16.7582 3.18692 17.2614 3.36158C18.1337 3.66441 18.7997 4.29659 19.11 5.07103C19.1878 5.26511 19.2427 5.52002 19.2721 5.96153C19.3021 6.41159 19.3026 6.98607 19.3026 7.81394V12.7885C19.3026 13.3195 19.7386 13.75 20.2763 13.75C20.8141 13.75 21.25 13.3195 21.25 12.7885V7.78121C21.25 6.99374 21.25 6.35586 21.2153 5.83514C21.1795 5.29867 21.1039 4.82043 20.9208 4.36341C20.3922 3.04443 19.2841 2.02533 17.9072 1.54735C17.0482 1.24915 16.0155 1.24951 14.4607 1.25005L13.5134 1.25012L13.5 1.25L13.4649 1.25015C10.9565 1.25185 9.40174 1.28168 8.1118 1.72949C5.8915 2.50027 4.11806 4.13859 3.27491 6.24261C2.99393 6.94378 2.86942 7.69695 2.80918 8.60017C2.74999 9.48756 2.75 10.5838 2.75 11.9814V12.7885C2.75 13.3195 3.18593 13.75 3.72368 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.56452 16.7525C5.05736 16.7525 4.7501 16.754 4.52872 16.7829C4.33961 16.7987 4.28457 16.9398 4.28068 17.0084C4.2517 17.2172 4.25001 17.5093 4.25001 18.0025V20.0025C4.25001 20.4958 4.2517 20.7879 4.28068 20.9967C4.29403 21.0658 4.36232 21.2075 4.52872 21.2222C4.7501 21.251 5.05736 21.2525 5.56452 21.2525C6.07169 21.2525 6.37895 21.251 6.60033 21.2222C6.78909 21.1621 6.84434 21.0468 6.84837 20.9967C6.87219 20.825 6.87757 20.597 6.87874 20.2472C6.78162 20.2362 6.5056 20.2205 6.17846 20.2461C6.17819 20.2462 6.17792 20.2462 6.17765 20.2462C5.76741 20.2996 5.39102 20.0106 5.33706 19.6003C5.28304 19.1897 5.57217 18.813 5.98285 18.7589C6.17619 18.734 6.63555 18.6958 6.92629 18.7421C7.1559 18.764 7.47003 18.8172 7.74861 18.9704C8.06147 19.1425 8.37904 19.4798 8.37904 20.0025C8.3791 20.4345 8.37915 20.8785 8.33413 21.2029C8.28418 21.5628 8.16644 21.9404 7.84855 22.2483C7.53398 22.5531 7.15407 22.6628 6.79406 22.7096C6.46404 22.7526 6.05727 22.7526 5.60868 22.7525C5.16009 22.7526 4.66501 22.7526 4.33499 22.7096C3.97498 22.6628 3.59507 22.5531 3.2805 22.2483C2.96261 21.9404 2.84487 21.5628 2.79492 21.2029C2.7499 20.8785 2.74995 20.4802 2.75 20.0483L2.75 17.9568C2.74995 17.5249 2.7499 17.1266 2.79492 16.8022C2.84487 16.4422 2.96261 16.0647 3.2805 15.7567C3.59507 15.452 3.97498 15.3423 4.33499 15.2954C4.66501 15.2524 5.27672 15.2514 5.72531 15.2514C6.10046 15.2476 6.63589 15.2421 7.08582 15.3752C7.3715 15.4596 7.67871 15.6118 7.92502 15.8918C8.17491 16.1759 8.30884 16.5311 8.34901 16.9268C8.39085 17.3389 8.09071 17.7069 7.67861 17.7487C7.26652 17.7905 6.89853 17.4904 6.85669 17.0783C6.82187 16.9287 6.71143 16.8395 6.66057 16.8136C6.55492 16.7824 6.40944 16.7629 6.21059 16.7552C6.06706 16.7496 5.71971 16.7515 5.56452 16.7525Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.96094 16C9.96094 15.5858 10.2967 15.25 10.7109 15.25H13.8077C14.2219 15.25 14.5577 15.5858 14.5577 16C14.5577 16.4142 14.2219 16.75 13.8077 16.75H13.0093V21.25H13.8077C14.2219 21.25 14.5577 21.5858 14.5577 22C14.5577 22.4142 14.2219 22.75 13.8077 22.75H10.7109C10.2967 22.75 9.96094 22.4142 9.96094 22C9.96094 21.5858 10.2967 21.25 10.7109 21.25H11.5093V16.75H10.7109C10.2967 16.75 9.96094 16.4142 9.96094 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.4996 15.25C20.9138 15.25 21.2496 15.5858 21.2496 16C21.2496 16.4142 20.9138 16.75 20.4996 16.75H18.9512C18.4441 16.75 18.1368 16.7515 17.9154 16.7803C17.7608 16.7943 17.6856 16.9365 17.6674 17.0058C17.6384 17.2146 17.6367 17.7567 17.6367 18.25H19.4674C19.8816 18.25 20.2174 18.5858 20.2174 19C20.2174 19.4142 19.8816 19.75 19.4674 19.75H17.6367V22C17.6367 22.4142 17.3009 22.75 16.8867 22.75C16.4725 22.75 16.1367 22.4142 16.1367 22L16.1367 17.9543L16.1367 17.9543C16.1367 17.5223 16.1366 17.124 16.1816 16.7996C16.2316 16.4397 16.3493 16.0622 16.6672 15.7542C16.9818 15.4495 17.3617 15.3398 17.7217 15.2929C18.0517 15.2499 18.4585 15.25 18.9071 15.25L20.4996 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.72368 13.75C4.26144 13.75 4.69737 13.3195 4.69737 12.7885L4.69738 11.7652C4.69737 11.4982 4.69754 10.8596 4.97816 10.3875C5.15109 10.0965 5.37251 9.85337 5.59996 9.72955C5.96647 9.53003 6.38666 9.41667 6.83333 9.41667C6.98046 9.41667 7.13864 9.42314 7.31624 9.43138L7.38206 9.43446C7.53697 9.44174 7.70556 9.44966 7.8737 9.45315C8.25379 9.46105 8.69733 9.44904 9.12548 9.33432C9.95945 9.11086 10.6109 8.45945 10.8343 7.62548C10.949 7.19733 10.961 6.75379 10.9532 6.3737C10.9497 6.20562 10.9417 6.03692 10.9345 5.88206L10.9314 5.81624C10.9231 5.63864 10.9167 5.48046 10.9167 5.33333C10.9167 4.86564 11.0409 4.42698 11.2583 4.04857C11.385 3.82798 11.6057 3.62609 11.9105 3.44878C12.3726 3.17987 12.926 3.17738 13.2642 3.17585C13.6023 3.17433 13.9591 3.17316 14.2572 3.17316C16.0914 3.17316 16.7582 3.18692 17.2614 3.36158C18.1337 3.66441 18.7997 4.29659 19.11 5.07103C19.1878 5.26511 19.2427 5.52002 19.2721 5.96153C19.3021 6.41159 19.3026 6.98607 19.3026 7.81394V12.7885C19.3026 13.3195 19.7386 13.75 20.2763 13.75C20.8141 13.75 21.25 13.3195 21.25 12.7885V7.78121C21.25 6.99374 21.25 6.35586 21.2153 5.83514C21.1795 5.29867 21.1039 4.82043 20.9208 4.36341C20.3922 3.04443 19.2841 2.02533 17.9072 1.54735C17.0482 1.24915 16.0155 1.24951 14.4607 1.25005L13.5134 1.25012L13.5 1.25L13.4649 1.25015C10.9565 1.25185 9.40174 1.28168 8.1118 1.72949C5.8915 2.50027 4.11806 4.13859 3.27491 6.24261C2.99393 6.94378 2.86942 7.69695 2.80918 8.60017C2.74999 9.48756 2.75 10.5838 2.75 11.9814V12.7885C2.75 13.3195 3.18593 13.75 3.72368 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-gif-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.99014 13.7505C8.9322 13.7509 8.87148 13.7513 8.80646 13.7513C8.36108 13.7513 8.09671 13.7527 7.90768 13.7761C7.86713 13.7727 7.78387 13.7849 7.77524 13.8615C7.75188 14.0218 7.75001 14.2518 7.75001 14.6675V16.3337C7.75001 16.7493 7.75188 16.9794 7.77524 17.1396C7.78038 17.1644 7.81406 17.2162 7.90768 17.2251C8.09671 17.2485 8.36108 17.2499 8.80646 17.2499C9.25184 17.2499 9.51622 17.2485 9.70525 17.2251C9.80033 17.216 9.83316 17.1643 9.83769 17.1396C9.85426 17.026 9.86001 16.8772 9.86196 16.652L9.85561 16.6514C9.73658 16.641 9.56069 16.6255 9.35028 16.6614C9.35058 16.6614 9.35087 16.6614 9.35117 16.6613L9.35027 16.6614C9.35027 16.6614 9.35028 16.6614 9.35028 16.6614C8.9398 16.7121 8.5653 16.4209 8.51389 16.0103C8.46242 15.5993 8.75388 15.2244 9.16488 15.1729C9.44727 15.1092 9.78546 15.1388 10.0035 15.1587C10.2065 15.1772 10.4921 15.2222 10.7492 15.3569C11.0354 15.5068 11.3629 15.8211 11.3629 16.3337C11.363 16.6877 11.3631 17.0743 11.322 17.356C11.2751 17.6777 11.162 18.0258 10.8569 18.3072C10.5604 18.5806 10.2085 18.6741 9.88985 18.7137C9.5972 18.75 9.15567 18.7499 8.76535 18.7499H8.76534C8.37502 18.7499 8.01572 18.75 7.72308 18.7137C7.40442 18.6741 7.05253 18.5806 6.75607 18.3072C6.45097 18.0258 6.33781 17.6777 6.29092 17.356C6.24986 17.0743 6.24993 16.7322 6.25001 16.3782L6.25001 14.623C6.24993 14.2689 6.24986 13.9269 6.29092 13.6452C6.33781 13.3235 6.45097 12.9754 6.75607 12.694C7.05254 12.4206 7.40442 12.327 7.72308 12.2875C8.01573 12.2512 8.37503 12.2513 8.76535 12.2513C9.0924 12.248 9.75118 12.2423 10.1548 12.3559C10.4112 12.4281 10.697 12.5605 10.93 12.8128C11.1692 13.0717 11.2976 13.3969 11.3358 13.7549C11.3797 14.1667 11.0814 14.5362 10.6695 14.5802C10.2577 14.6241 9.88815 14.3258 9.84423 13.9139C9.83358 13.8483 9.77587 13.8105 9.74834 13.7998C9.66329 13.7758 9.54174 13.7598 9.36952 13.7534C9.24531 13.7488 9.1253 13.7496 8.99018 13.7505H8.99017L8.99014 13.7505Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.2539 13C12.2539 12.5858 12.5897 12.25 13.0039 12.25H15.5039C15.9181 12.25 16.2539 12.5858 16.2539 13C16.2539 13.4142 15.9181 13.75 15.5039 13.75H14.9797V17.2486H15.5039C15.9181 17.2486 16.2539 17.5843 16.2539 17.9986C16.2539 18.4128 15.9181 18.7486 15.5039 18.7486H13.0039C12.5897 18.7486 12.2539 18.4128 12.2539 17.9986C12.2539 17.5843 12.5897 17.2486 13.0039 17.2486H13.4797V13.75H13.0039C12.5897 13.75 12.2539 13.4142 12.2539 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.0011 12.25C21.4154 12.25 21.7511 12.5858 21.7511 13C21.7511 13.4142 21.4154 13.75 21.0011 13.75H19.6463C19.2009 13.75 18.9366 13.7514 18.7475 13.7748C18.6383 13.7848 18.6137 13.8359 18.6151 13.8602C18.5917 14.0205 18.5899 14.3336 18.5899 14.7493H20.0979C20.5121 14.7493 20.8479 15.0851 20.8479 15.4993C20.8479 15.9135 20.5121 16.2493 20.0979 16.2493H18.5899V17.9986C18.5899 18.4128 18.2541 18.7486 17.8399 18.7486C17.4256 18.7486 17.0899 18.4128 17.0899 17.9986L17.0898 14.6217C17.0898 14.2677 17.0897 13.9256 17.1308 13.6439C17.1777 13.3222 17.2908 12.9741 17.5959 12.6927C17.8924 12.4193 18.2443 12.3257 18.5629 12.2862C18.8556 12.2499 19.2149 12.25 19.6052 12.25L21.0011 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.99014 13.7505C8.9322 13.7509 8.87148 13.7513 8.80646 13.7513C8.36108 13.7513 8.09671 13.7527 7.90768 13.7761C7.86713 13.7727 7.78387 13.7849 7.77524 13.8615C7.75188 14.0218 7.75001 14.2518 7.75001 14.6675V16.3337C7.75001 16.7493 7.75188 16.9794 7.77524 17.1396C7.78038 17.1644 7.81406 17.2162 7.90768 17.2251C8.09671 17.2485 8.36108 17.2499 8.80646 17.2499C9.25184 17.2499 9.51622 17.2485 9.70525 17.2251C9.80033 17.216 9.83316 17.1643 9.83769 17.1396C9.85426 17.026 9.86001 16.8772 9.86196 16.652L9.85561 16.6514C9.73658 16.641 9.56069 16.6255 9.35028 16.6614C9.35058 16.6614 9.35087 16.6614 9.35117 16.6613L9.35027 16.6614C9.35027 16.6614 9.35028 16.6614 9.35028 16.6614C8.9398 16.7121 8.5653 16.4209 8.51389 16.0103C8.46242 15.5993 8.75388 15.2244 9.16488 15.1729C9.44727 15.1092 9.78546 15.1388 10.0035 15.1587C10.2065 15.1772 10.4921 15.2222 10.7492 15.3569C11.0354 15.5068 11.3629 15.8211 11.3629 16.3337C11.363 16.6877 11.3631 17.0743 11.322 17.356C11.2751 17.6777 11.162 18.0258 10.8569 18.3072C10.5604 18.5806 10.2085 18.6741 9.88985 18.7137C9.5972 18.75 9.15567 18.7499 8.76535 18.7499H8.76534C8.37502 18.7499 8.01572 18.75 7.72308 18.7137C7.40442 18.6741 7.05253 18.5806 6.75607 18.3072C6.45097 18.0258 6.33781 17.6777 6.29092 17.356C6.24986 17.0743 6.24993 16.7322 6.25001 16.3782L6.25001 14.623C6.24993 14.2689 6.24986 13.9269 6.29092 13.6452C6.33781 13.3235 6.45097 12.9754 6.75607 12.694C7.05254 12.4206 7.40442 12.327 7.72308 12.2875C8.01573 12.2512 8.37503 12.2513 8.76535 12.2513C9.0924 12.248 9.75118 12.2423 10.1548 12.3559C10.4112 12.4281 10.697 12.5605 10.93 12.8128C11.1692 13.0717 11.2976 13.3969 11.3358 13.7549C11.3797 14.1667 11.0814 14.5362 10.6695 14.5802C10.2577 14.6241 9.88815 14.3258 9.84423 13.9139C9.83358 13.8483 9.77587 13.8105 9.74834 13.7998C9.66329 13.7758 9.54174 13.7598 9.36952 13.7534C9.24531 13.7488 9.1253 13.7496 8.99018 13.7505H8.99017L8.99014 13.7505Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.2539 13C12.2539 12.5858 12.5897 12.25 13.0039 12.25H15.5039C15.9181 12.25 16.2539 12.5858 16.2539 13C16.2539 13.4142 15.9181 13.75 15.5039 13.75H14.9797V17.2486H15.5039C15.9181 17.2486 16.2539 17.5843 16.2539 17.9986C16.2539 18.4128 15.9181 18.7486 15.5039 18.7486H13.0039C12.5897 18.7486 12.2539 18.4128 12.2539 17.9986C12.2539 17.5843 12.5897 17.2486 13.0039 17.2486H13.4797V13.75H13.0039C12.5897 13.75 12.2539 13.4142 12.2539 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.0011 12.25C21.4154 12.25 21.7511 12.5858 21.7511 13C21.7511 13.4142 21.4154 13.75 21.0011 13.75H19.6463C19.2009 13.75 18.9366 13.7514 18.7475 13.7748C18.6383 13.7848 18.6137 13.8359 18.6151 13.8602C18.5917 14.0205 18.5899 14.3336 18.5899 14.7493H20.0979C20.5121 14.7493 20.8479 15.0851 20.8479 15.4993C20.8479 15.9135 20.5121 16.2493 20.0979 16.2493H18.5899V17.9986C18.5899 18.4128 18.2541 18.7486 17.8399 18.7486C17.4256 18.7486 17.0899 18.4128 17.0899 17.9986L17.0898 14.6217C17.0898 14.2677 17.0897 13.9256 17.1308 13.6439C17.1777 13.3222 17.2908 12.9741 17.5959 12.6927C17.8924 12.4193 18.2443 12.3257 18.5629 12.2862C18.8556 12.2499 19.2149 12.25 19.6052 12.25L21.0011 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-hdr-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.75C4.26144 13.75 4.69737 13.3195 4.69737 12.7885L4.69738 11.7652C4.69737 11.4982 4.69754 10.8596 4.97816 10.3875C5.15109 10.0965 5.37251 9.85337 5.59996 9.72955C5.96647 9.53003 6.38666 9.41667 6.83333 9.41667C6.98046 9.41667 7.13864 9.42314 7.31624 9.43138L7.38206 9.43446C7.53697 9.44174 7.70556 9.44966 7.8737 9.45315C8.25379 9.46105 8.69733 9.44904 9.12548 9.33432C9.95945 9.11086 10.6109 8.45945 10.8343 7.62548C10.949 7.19733 10.961 6.75379 10.9532 6.3737C10.9497 6.20562 10.9417 6.03692 10.9345 5.88206L10.9314 5.81624C10.9231 5.63864 10.9167 5.48046 10.9167 5.33333C10.9167 4.86564 11.0409 4.42698 11.2583 4.04857C11.385 3.82798 11.6057 3.62609 11.9105 3.44878C12.3726 3.17987 12.926 3.17738 13.2642 3.17585C13.6023 3.17433 13.9591 3.17316 14.2572 3.17316C16.0914 3.17316 16.7582 3.18692 17.2614 3.36158C18.1337 3.66441 18.7997 4.29659 19.11 5.07103C19.1878 5.26511 19.2427 5.52002 19.2721 5.96153C19.3021 6.41159 19.3026 6.98607 19.3026 7.81394V12.7885C19.3026 13.3195 19.7386 13.75 20.2763 13.75C20.8141 13.75 21.25 13.3195 21.25 12.7885V7.78121C21.25 6.99374 21.25 6.35586 21.2153 5.83514C21.1795 5.29867 21.1039 4.82043 20.9208 4.36341C20.3922 3.04443 19.2841 2.02533 17.9072 1.54735C17.0482 1.24915 16.0155 1.24951 14.4607 1.25005L13.5134 1.25012L13.5 1.25L13.4649 1.25015C10.9565 1.25185 9.40174 1.28168 8.1118 1.72949C5.8915 2.50027 4.11806 4.13859 3.27491 6.24261C2.99393 6.94378 2.86942 7.69695 2.80918 8.60017C2.74999 9.48756 2.75 10.5838 2.75 11.9814V12.7885C2.75 13.3195 3.18593 13.75 3.72368 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.8754 15.25C12.8914 15.25 14.4497 16.9722 14.4497 19C14.4497 21.0278 12.8914 22.75 10.8754 22.75C10.7211 22.75 10.5323 22.7501 10.3912 22.7365C10.2304 22.721 10.0263 22.6829 9.82432 22.559C9.43078 22.3176 9.27742 21.9501 9.22093 21.6555C9.179 21.4368 9.18186 21.1955 9.18349 21.0583V16.9418C9.18186 16.8046 9.179 16.5632 9.22093 16.3446C9.27742 16.05 9.43078 15.6824 9.82432 15.441C10.0263 15.3172 10.2304 15.279 10.3912 15.2635C10.5323 15.2499 10.7211 15.25 10.8754 15.25ZM10.684 16.7507L10.684 21.2493C10.684 21.2493 10.799 21.25 10.8754 21.25C11.979 21.25 12.9497 20.2859 12.9497 19C12.9497 17.7141 11.979 16.75 10.8754 16.75L10.684 16.7507ZM3.5 15.25C3.91421 15.25 4.25 15.5858 4.25 16V18.25H6.04576V16C6.04576 15.5858 6.38155 15.25 6.79576 15.25C7.20998 15.25 7.54576 15.5858 7.54576 16V22C7.54576 22.4142 7.20998 22.75 6.79576 22.75C6.38155 22.75 6.04576 22.4142 6.04576 22V19.75H4.25V22C4.25 22.4142 3.91421 22.75 3.5 22.75C3.08579 22.75 2.75 22.4142 2.75 22V16C2.75 15.5858 3.08579 15.25 3.5 15.25ZM17.3118 16.761L17.2949 18.85H19.0168C19.2924 18.85 19.75 18.5223 19.75 17.8C19.75 17.0777 19.2924 16.75 19.0168 16.75L17.3118 16.761ZM17.2949 20.35V22C17.2949 22.4142 16.9591 22.75 16.5449 22.75C16.1307 22.75 15.7949 22.4142 15.7949 22V17.2C15.7949 16.9788 15.799 16.7482 15.8282 16.5383C15.8574 16.3281 15.9197 16.0729 16.0826 15.8403C16.4463 15.3207 17.0503 15.25 17.5337 15.25H19.0168C20.3795 15.25 21.25 16.5341 21.25 17.8C21.25 18.712 20.7982 19.6334 20.0361 20.0773L20.7313 21.7055C20.894 22.0864 20.717 22.5271 20.3361 22.6898C19.9551 22.8524 19.5145 22.6755 19.3518 22.2945L18.5216 20.35H17.2949Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.75C4.26144 13.75 4.69737 13.3195 4.69737 12.7885L4.69738 11.7652C4.69737 11.4982 4.69754 10.8596 4.97816 10.3875C5.15109 10.0965 5.37251 9.85337 5.59996 9.72955C5.96647 9.53003 6.38666 9.41667 6.83333 9.41667C6.98046 9.41667 7.13864 9.42314 7.31624 9.43138L7.38206 9.43446C7.53697 9.44174 7.70556 9.44966 7.8737 9.45315C8.25379 9.46105 8.69733 9.44904 9.12548 9.33432C9.95945 9.11086 10.6109 8.45945 10.8343 7.62548C10.949 7.19733 10.961 6.75379 10.9532 6.3737C10.9497 6.20562 10.9417 6.03692 10.9345 5.88206L10.9314 5.81624C10.9231 5.63864 10.9167 5.48046 10.9167 5.33333C10.9167 4.86564 11.0409 4.42698 11.2583 4.04857C11.385 3.82798 11.6057 3.62609 11.9105 3.44878C12.3726 3.17987 12.926 3.17738 13.2642 3.17585C13.6023 3.17433 13.9591 3.17316 14.2572 3.17316C16.0914 3.17316 16.7582 3.18692 17.2614 3.36158C18.1337 3.66441 18.7997 4.29659 19.11 5.07103C19.1878 5.26511 19.2427 5.52002 19.2721 5.96153C19.3021 6.41159 19.3026 6.98607 19.3026 7.81394V12.7885C19.3026 13.3195 19.7386 13.75 20.2763 13.75C20.8141 13.75 21.25 13.3195 21.25 12.7885V7.78121C21.25 6.99374 21.25 6.35586 21.2153 5.83514C21.1795 5.29867 21.1039 4.82043 20.9208 4.36341C20.3922 3.04443 19.2841 2.02533 17.9072 1.54735C17.0482 1.24915 16.0155 1.24951 14.4607 1.25005L13.5134 1.25012L13.5 1.25L13.4649 1.25015C10.9565 1.25185 9.40174 1.28168 8.1118 1.72949C5.8915 2.50027 4.11806 4.13859 3.27491 6.24261C2.99393 6.94378 2.86942 7.69695 2.80918 8.60017C2.74999 9.48756 2.75 10.5838 2.75 11.9814V12.7885C2.75 13.3195 3.18593 13.75 3.72368 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.8754 15.25C12.8914 15.25 14.4497 16.9722 14.4497 19C14.4497 21.0278 12.8914 22.75 10.8754 22.75C10.7211 22.75 10.5323 22.7501 10.3912 22.7365C10.2304 22.721 10.0263 22.6829 9.82432 22.559C9.43078 22.3176 9.27742 21.9501 9.22093 21.6555C9.179 21.4368 9.18186 21.1955 9.18349 21.0583V16.9418C9.18186 16.8046 9.179 16.5632 9.22093 16.3446C9.27742 16.05 9.43078 15.6824 9.82432 15.441C10.0263 15.3172 10.2304 15.279 10.3912 15.2635C10.5323 15.2499 10.7211 15.25 10.8754 15.25ZM10.684 16.7507L10.684 21.2493C10.684 21.2493 10.799 21.25 10.8754 21.25C11.979 21.25 12.9497 20.2859 12.9497 19C12.9497 17.7141 11.979 16.75 10.8754 16.75L10.684 16.7507ZM3.5 15.25C3.91421 15.25 4.25 15.5858 4.25 16V18.25H6.04576V16C6.04576 15.5858 6.38155 15.25 6.79576 15.25C7.20998 15.25 7.54576 15.5858 7.54576 16V22C7.54576 22.4142 7.20998 22.75 6.79576 22.75C6.38155 22.75 6.04576 22.4142 6.04576 22V19.75H4.25V22C4.25 22.4142 3.91421 22.75 3.5 22.75C3.08579 22.75 2.75 22.4142 2.75 22V16C2.75 15.5858 3.08579 15.25 3.5 15.25ZM17.3118 16.761L17.2949 18.85H19.0168C19.2924 18.85 19.75 18.5223 19.75 17.8C19.75 17.0777 19.2924 16.75 19.0168 16.75L17.3118 16.761ZM17.2949 20.35V22C17.2949 22.4142 16.9591 22.75 16.5449 22.75C16.1307 22.75 15.7949 22.4142 15.7949 22V17.2C15.7949 16.9788 15.799 16.7482 15.8282 16.5383C15.8574 16.3281 15.9197 16.0729 16.0826 15.8403C16.4463 15.3207 17.0503 15.25 17.5337 15.25H19.0168C20.3795 15.25 21.25 16.5341 21.25 17.8C21.25 18.712 20.7982 19.6334 20.0361 20.0773L20.7313 21.7055C20.894 22.0864 20.717 22.5271 20.3361 22.6898C19.9551 22.8524 19.5145 22.6755 19.3518 22.2945L18.5216 20.35H17.2949Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-hdr-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9974 12.25C13.0049 12.25 13.0124 12.25 13.0199 12.25C14.8071 12.25 16.2411 13.7133 16.2411 15.5C16.2411 17.2867 14.8071 18.75 13.0199 18.75C13.0124 18.75 13.0049 18.75 12.9974 18.75C12.8633 18.7501 12.717 18.7501 12.5906 18.7385C12.4465 18.7253 12.2562 18.6923 12.065 18.5806C11.6902 18.3617 11.5374 18.0211 11.4815 17.7432C11.4411 17.5427 11.4442 17.3209 11.4457 17.2097C11.4459 17.1926 11.4461 17.1781 11.4461 17.1667V13.8333C11.4461 13.8219 11.4459 13.8075 11.4457 13.7903C11.4442 13.6791 11.4411 13.4573 11.4815 13.2568C11.5374 12.9789 11.6902 12.6383 12.065 12.4194C12.2562 12.3077 12.4465 12.2747 12.5906 12.2615C12.717 12.2499 12.8633 12.25 12.9974 12.25ZM12.9457 13.7501C12.9457 13.7508 12.9457 13.7516 12.9457 13.7524C12.9459 13.7778 12.9461 13.8071 12.9461 13.8333V17.1667C12.9461 17.1929 12.9459 17.2222 12.9457 17.2476C12.9457 17.2484 12.9457 17.2492 12.9457 17.25C12.9685 17.25 12.9931 17.25 13.0199 17.25C13.9624 17.25 14.7411 16.4747 14.7411 15.5C14.7411 14.5253 13.9624 13.75 13.0199 13.75C12.9931 13.75 12.9685 13.75 12.9457 13.7501ZM7.00391 12.25C7.41812 12.25 7.75391 12.5858 7.75391 13V14.75H9.1377V13C9.1377 12.5858 9.47349 12.25 9.8877 12.25C10.3019 12.25 10.6377 12.5858 10.6377 13V18C10.6377 18.4142 10.3019 18.75 9.8877 18.75C9.47349 18.75 9.1377 18.4142 9.1377 18V16.25H7.75391V18C7.75391 18.4142 7.41812 18.75 7.00391 18.75C6.58969 18.75 6.25391 18.4142 6.25391 18V13C6.25391 12.5858 6.58969 12.25 7.00391 12.25ZM18.2982 13.7526C18.2948 13.8147 18.2932 13.8946 18.2932 14V15.25H19.7061C19.9104 15.25 20.2539 15.0199 20.2539 14.5C20.2539 13.9802 19.9104 13.75 19.7061 13.75H18.4084C18.3654 13.75 18.3289 13.751 18.2982 13.7526ZM18.2932 16.75V18C18.2932 18.4142 17.9574 18.75 17.5432 18.75C17.129 18.75 16.7932 18.4142 16.7932 18V14C16.7932 13.8154 16.7966 13.6133 16.8239 13.4263C16.8515 13.2377 16.9116 12.9993 17.072 12.7811C17.423 12.3036 17.9914 12.25 18.4084 12.25H19.7061C20.9354 12.25 21.7539 13.363 21.7539 14.5C21.7539 15.2794 21.3693 16.0475 20.7314 16.4536L21.2872 17.6932C21.4566 18.0712 21.2876 18.5149 20.9096 18.6844C20.5316 18.8538 20.0879 18.6848 19.9184 18.3068L19.2205 16.75H18.2932Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9974 12.25C13.0049 12.25 13.0124 12.25 13.0199 12.25C14.8071 12.25 16.2411 13.7133 16.2411 15.5C16.2411 17.2867 14.8071 18.75 13.0199 18.75C13.0124 18.75 13.0049 18.75 12.9974 18.75C12.8633 18.7501 12.717 18.7501 12.5906 18.7385C12.4465 18.7253 12.2562 18.6923 12.065 18.5806C11.6902 18.3617 11.5374 18.0211 11.4815 17.7432C11.4411 17.5427 11.4442 17.3209 11.4457 17.2097C11.4459 17.1926 11.4461 17.1781 11.4461 17.1667V13.8333C11.4461 13.8219 11.4459 13.8075 11.4457 13.7903C11.4442 13.6791 11.4411 13.4573 11.4815 13.2568C11.5374 12.9789 11.6902 12.6383 12.065 12.4194C12.2562 12.3077 12.4465 12.2747 12.5906 12.2615C12.717 12.2499 12.8633 12.25 12.9974 12.25ZM12.9457 13.7501C12.9457 13.7508 12.9457 13.7516 12.9457 13.7524C12.9459 13.7778 12.9461 13.8071 12.9461 13.8333V17.1667C12.9461 17.1929 12.9459 17.2222 12.9457 17.2476C12.9457 17.2484 12.9457 17.2492 12.9457 17.25C12.9685 17.25 12.9931 17.25 13.0199 17.25C13.9624 17.25 14.7411 16.4747 14.7411 15.5C14.7411 14.5253 13.9624 13.75 13.0199 13.75C12.9931 13.75 12.9685 13.75 12.9457 13.7501ZM7.00391 12.25C7.41812 12.25 7.75391 12.5858 7.75391 13V14.75H9.1377V13C9.1377 12.5858 9.47349 12.25 9.8877 12.25C10.3019 12.25 10.6377 12.5858 10.6377 13V18C10.6377 18.4142 10.3019 18.75 9.8877 18.75C9.47349 18.75 9.1377 18.4142 9.1377 18V16.25H7.75391V18C7.75391 18.4142 7.41812 18.75 7.00391 18.75C6.58969 18.75 6.25391 18.4142 6.25391 18V13C6.25391 12.5858 6.58969 12.25 7.00391 12.25ZM18.2982 13.7526C18.2948 13.8147 18.2932 13.8946 18.2932 14V15.25H19.7061C19.9104 15.25 20.2539 15.0199 20.2539 14.5C20.2539 13.9802 19.9104 13.75 19.7061 13.75H18.4084C18.3654 13.75 18.3289 13.751 18.2982 13.7526ZM18.2932 16.75V18C18.2932 18.4142 17.9574 18.75 17.5432 18.75C17.129 18.75 16.7932 18.4142 16.7932 18V14C16.7932 13.8154 16.7966 13.6133 16.8239 13.4263C16.8515 13.2377 16.9116 12.9993 17.072 12.7811C17.423 12.3036 17.9914 12.25 18.4084 12.25H19.7061C20.9354 12.25 21.7539 13.363 21.7539 14.5C21.7539 15.2794 21.3693 16.0475 20.7314 16.4536L21.2872 17.6932C21.4566 18.0712 21.2876 18.5149 20.9096 18.6844C20.5316 18.8538 20.0879 18.6848 19.9184 18.3068L19.2205 16.75H18.2932Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-jpg-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.61098 16C7.61098 15.5858 7.27565 15.25 6.862 15.25C6.44835 15.25 6.11302 15.5858 6.11302 16V20.061C6.11302 20.5809 5.95562 20.8704 5.80429 21.0235C5.64927 21.1803 5.43848 21.2582 5.2096 21.2493C4.76839 21.2321 4.24796 20.882 4.24796 20.061C4.24796 19.6468 3.91263 19.311 3.49898 19.311C3.08533 19.311 2.75 19.6468 2.75 20.061C2.75 21.6927 3.91108 22.6999 5.15138 22.7482C5.76326 22.772 6.39323 22.5598 6.86877 22.0788C7.348 21.5941 7.61098 20.8984 7.61098 20.061V16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.3981 15.25H12.1668C13.4034 15.25 14.3571 16.2849 14.3571 17.5C14.3571 18.7151 13.4034 19.75 12.1668 19.75H10.9941V22C10.9941 22.4142 10.6587 22.75 10.2451 22.75C9.83144 22.75 9.49611 22.4142 9.49611 22L9.4961 17.1634C9.49603 16.9127 9.49597 16.6578 9.5234 16.4454C9.55459 16.204 9.63266 15.9071 9.87423 15.6557C10.1197 15.4003 10.4164 15.3135 10.6619 15.2792C10.8717 15.2498 11.1594 15.2499 11.3981 15.25ZM12.1667 18.25H10.9939L10.9995 16.7544L12.1667 16.75C12.5221 16.75 12.859 17.0582 12.859 17.5C12.859 17.9417 12.5221 18.25 12.1667 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.3128 17.0028C17.2847 17.2139 17.2831 17.5083 17.2831 18.0008V20.0008C17.2831 20.4933 17.2847 20.7877 17.3128 20.9988C17.329 21.0674 17.395 21.208 17.53 21.221C17.7382 21.2492 18.029 21.2508 18.5179 21.2508C19.0067 21.2508 19.2975 21.2492 19.5057 21.221C19.6632 21.2066 19.7161 21.0669 19.7229 20.9988C19.7461 20.8246 19.7512 20.5937 19.7523 20.2417C19.6256 20.2133 19.2748 20.2313 19.1152 20.2439C18.7055 20.2998 18.3277 20.0127 18.2717 19.6024C18.2157 19.192 18.5025 18.8138 18.9123 18.7577C19.2297 18.7143 19.5928 18.7168 19.8318 18.7406C20.0559 18.7629 20.3657 18.8172 20.6409 18.9747C20.9534 19.1537 21.2506 19.4929 21.2506 20.0008C21.2506 20.4338 21.2507 20.8749 21.2077 21.1973C21.1604 21.5519 21.0492 21.9272 20.7425 22.2364C20.4351 22.5464 20.0608 22.6594 19.7067 22.7074C19.3858 22.7509 18.9916 22.7509 18.5627 22.7508H18.4731C18.0441 22.7509 17.6499 22.7509 17.3291 22.7074C16.975 22.6594 16.6006 22.5464 16.2932 22.2364C15.9865 21.9272 15.8753 21.5519 15.8281 21.1973C15.7851 20.8749 15.7851 20.4784 15.7852 20.0454V17.9563C15.7851 17.5233 15.7851 17.1267 15.8281 16.8043C15.8753 16.4497 15.9865 16.0744 16.2932 15.7652C16.6006 15.4552 16.975 15.3422 17.3291 15.2942C17.6499 15.2507 18.6573 15.2501 18.6573 15.2501C18.6573 15.2501 19.5654 15.243 20.0134 15.3853C20.2939 15.4743 20.5901 15.6318 20.8247 15.9131C21.0607 16.1961 21.1844 16.5444 21.2218 16.9279C21.2621 17.3401 20.9609 17.707 20.5492 17.7472C20.1375 17.7875 19.7712 17.486 19.731 17.0737C19.7015 16.9374 19.6052 16.8445 19.5608 16.8151C19.4671 16.7854 19.3335 16.765 19.1439 16.756C18.5304 16.7363 17.8123 16.7642 17.53 16.7806C17.4637 16.7868 17.3274 16.84 17.3128 17.0028Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.72368 13.75C4.26144 13.75 4.69737 13.3195 4.69737 12.7885L4.69738 11.7652C4.69737 11.4982 4.69754 10.8596 4.97816 10.3875C5.15109 10.0965 5.37251 9.85337 5.59996 9.72955C5.96647 9.53003 6.38666 9.41667 6.83333 9.41667C6.98046 9.41667 7.13864 9.42314 7.31624 9.43138L7.38206 9.43446C7.53697 9.44174 7.70556 9.44966 7.8737 9.45315C8.25379 9.46105 8.69733 9.44904 9.12548 9.33432C9.95945 9.11086 10.6109 8.45945 10.8343 7.62548C10.949 7.19733 10.961 6.75379 10.9532 6.3737C10.9497 6.20562 10.9417 6.03692 10.9345 5.88206L10.9314 5.81624C10.9231 5.63864 10.9167 5.48046 10.9167 5.33333C10.9167 4.86564 11.0409 4.42698 11.2583 4.04857C11.385 3.82798 11.6057 3.62609 11.9105 3.44878C12.3726 3.17987 12.926 3.17738 13.2642 3.17585C13.6023 3.17433 13.9591 3.17316 14.2572 3.17316C16.0914 3.17316 16.7582 3.18692 17.2614 3.36158C18.1337 3.66441 18.7997 4.29659 19.11 5.07103C19.1878 5.26511 19.2427 5.52002 19.2721 5.96153C19.3021 6.41159 19.3026 6.98607 19.3026 7.81394V12.7885C19.3026 13.3195 19.7386 13.75 20.2763 13.75C20.8141 13.75 21.25 13.3195 21.25 12.7885V7.78121C21.25 6.99374 21.25 6.35586 21.2153 5.83514C21.1795 5.29867 21.1039 4.82043 20.9208 4.36341C20.3922 3.04443 19.2841 2.02533 17.9072 1.54735C17.0482 1.24915 16.0155 1.24951 14.4607 1.25005L13.5134 1.25012L13.5 1.25L13.4649 1.25015C10.9565 1.25185 9.40174 1.28168 8.1118 1.72949C5.8915 2.50027 4.11806 4.13859 3.27491 6.24261C2.99393 6.94378 2.86942 7.69695 2.80918 8.60017C2.74999 9.48756 2.75 10.5838 2.75 11.9814V12.7885C2.75 13.3195 3.18593 13.75 3.72368 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.61098 16C7.61098 15.5858 7.27565 15.25 6.862 15.25C6.44835 15.25 6.11302 15.5858 6.11302 16V20.061C6.11302 20.5809 5.95562 20.8704 5.80429 21.0235C5.64927 21.1803 5.43848 21.2582 5.2096 21.2493C4.76839 21.2321 4.24796 20.882 4.24796 20.061C4.24796 19.6468 3.91263 19.311 3.49898 19.311C3.08533 19.311 2.75 19.6468 2.75 20.061C2.75 21.6927 3.91108 22.6999 5.15138 22.7482C5.76326 22.772 6.39323 22.5598 6.86877 22.0788C7.348 21.5941 7.61098 20.8984 7.61098 20.061V16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.3981 15.25H12.1668C13.4034 15.25 14.3571 16.2849 14.3571 17.5C14.3571 18.7151 13.4034 19.75 12.1668 19.75H10.9941V22C10.9941 22.4142 10.6587 22.75 10.2451 22.75C9.83144 22.75 9.49611 22.4142 9.49611 22L9.4961 17.1634C9.49603 16.9127 9.49597 16.6578 9.5234 16.4454C9.55459 16.204 9.63266 15.9071 9.87423 15.6557C10.1197 15.4003 10.4164 15.3135 10.6619 15.2792C10.8717 15.2498 11.1594 15.2499 11.3981 15.25ZM12.1667 18.25H10.9939L10.9995 16.7544L12.1667 16.75C12.5221 16.75 12.859 17.0582 12.859 17.5C12.859 17.9417 12.5221 18.25 12.1667 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.3128 17.0028C17.2847 17.2139 17.2831 17.5083 17.2831 18.0008V20.0008C17.2831 20.4933 17.2847 20.7877 17.3128 20.9988C17.329 21.0674 17.395 21.208 17.53 21.221C17.7382 21.2492 18.029 21.2508 18.5179 21.2508C19.0067 21.2508 19.2975 21.2492 19.5057 21.221C19.6632 21.2066 19.7161 21.0669 19.7229 20.9988C19.7461 20.8246 19.7512 20.5937 19.7523 20.2417C19.6256 20.2133 19.2748 20.2313 19.1152 20.2439C18.7055 20.2998 18.3277 20.0127 18.2717 19.6024C18.2157 19.192 18.5025 18.8138 18.9123 18.7577C19.2297 18.7143 19.5928 18.7168 19.8318 18.7406C20.0559 18.7629 20.3657 18.8172 20.6409 18.9747C20.9534 19.1537 21.2506 19.4929 21.2506 20.0008C21.2506 20.4338 21.2507 20.8749 21.2077 21.1973C21.1604 21.5519 21.0492 21.9272 20.7425 22.2364C20.4351 22.5464 20.0608 22.6594 19.7067 22.7074C19.3858 22.7509 18.9916 22.7509 18.5627 22.7508H18.4731C18.0441 22.7509 17.6499 22.7509 17.3291 22.7074C16.975 22.6594 16.6006 22.5464 16.2932 22.2364C15.9865 21.9272 15.8753 21.5519 15.8281 21.1973C15.7851 20.8749 15.7851 20.4784 15.7852 20.0454V17.9563C15.7851 17.5233 15.7851 17.1267 15.8281 16.8043C15.8753 16.4497 15.9865 16.0744 16.2932 15.7652C16.6006 15.4552 16.975 15.3422 17.3291 15.2942C17.6499 15.2507 18.6573 15.2501 18.6573 15.2501C18.6573 15.2501 19.5654 15.243 20.0134 15.3853C20.2939 15.4743 20.5901 15.6318 20.8247 15.9131C21.0607 16.1961 21.1844 16.5444 21.2218 16.9279C21.2621 17.3401 20.9609 17.707 20.5492 17.7472C20.1375 17.7875 19.7712 17.486 19.731 17.0737C19.7015 16.9374 19.6052 16.8445 19.5608 16.8151C19.4671 16.7854 19.3335 16.765 19.1439 16.756C18.5304 16.7363 17.8123 16.7642 17.53 16.7806C17.4637 16.7868 17.3274 16.84 17.3128 17.0028Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.72368 13.75C4.26144 13.75 4.69737 13.3195 4.69737 12.7885L4.69738 11.7652C4.69737 11.4982 4.69754 10.8596 4.97816 10.3875C5.15109 10.0965 5.37251 9.85337 5.59996 9.72955C5.96647 9.53003 6.38666 9.41667 6.83333 9.41667C6.98046 9.41667 7.13864 9.42314 7.31624 9.43138L7.38206 9.43446C7.53697 9.44174 7.70556 9.44966 7.8737 9.45315C8.25379 9.46105 8.69733 9.44904 9.12548 9.33432C9.95945 9.11086 10.6109 8.45945 10.8343 7.62548C10.949 7.19733 10.961 6.75379 10.9532 6.3737C10.9497 6.20562 10.9417 6.03692 10.9345 5.88206L10.9314 5.81624C10.9231 5.63864 10.9167 5.48046 10.9167 5.33333C10.9167 4.86564 11.0409 4.42698 11.2583 4.04857C11.385 3.82798 11.6057 3.62609 11.9105 3.44878C12.3726 3.17987 12.926 3.17738 13.2642 3.17585C13.6023 3.17433 13.9591 3.17316 14.2572 3.17316C16.0914 3.17316 16.7582 3.18692 17.2614 3.36158C18.1337 3.66441 18.7997 4.29659 19.11 5.07103C19.1878 5.26511 19.2427 5.52002 19.2721 5.96153C19.3021 6.41159 19.3026 6.98607 19.3026 7.81394V12.7885C19.3026 13.3195 19.7386 13.75 20.2763 13.75C20.8141 13.75 21.25 13.3195 21.25 12.7885V7.78121C21.25 6.99374 21.25 6.35586 21.2153 5.83514C21.1795 5.29867 21.1039 4.82043 20.9208 4.36341C20.3922 3.04443 19.2841 2.02533 17.9072 1.54735C17.0482 1.24915 16.0155 1.24951 14.4607 1.25005L13.5134 1.25012L13.5 1.25L13.4649 1.25015C10.9565 1.25185 9.40174 1.28168 8.1118 1.72949C5.8915 2.50027 4.11806 4.13859 3.27491 6.24261C2.99393 6.94378 2.86942 7.69695 2.80918 8.60017C2.74999 9.48756 2.75 10.5838 2.75 11.9814V12.7885C2.75 13.3195 3.18593 13.75 3.72368 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-jpg-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.7006 13C10.7006 12.5858 10.3648 12.25 9.95056 12.25C9.53635 12.25 9.20056 12.5858 9.20056 13V16.3836C9.20056 16.7794 9.07648 16.9825 8.97025 17.0847C8.85674 17.1939 8.69342 17.2557 8.50499 17.2487C8.13586 17.2351 7.75391 16.9674 7.75391 16.3836C7.75391 15.9694 7.41812 15.6336 7.00391 15.6336C6.58969 15.6336 6.25391 15.9694 6.25391 16.3836C6.25391 17.8436 7.34528 18.7068 8.44947 18.7477C8.99771 18.768 9.57106 18.588 10.01 18.1658C10.4563 17.7366 10.7006 17.1188 10.7006 16.3836V13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4869 12.25H14.1604C15.2647 12.25 16.1732 13.138 16.1732 14.2498C16.1732 15.3616 15.2647 16.2496 14.1604 16.2496H13.2266V17.9993C13.2266 18.4135 12.8908 18.7493 12.4766 18.7493C12.0624 18.7493 11.7266 18.4135 11.7266 17.9993L11.7266 13.9652C11.7265 13.7603 11.7264 13.5381 11.7519 13.3503C11.7819 13.1296 11.859 12.8488 12.097 12.6134C12.3338 12.379 12.6143 12.304 12.8337 12.2749C13.0217 12.2498 13.2793 12.2499 13.4869 12.25ZM14.1602 14.7497H13.2264L13.2276 13.7513L14.1602 13.7501C14.4508 13.7501 14.673 13.9811 14.673 14.2499C14.673 14.5186 14.4508 14.7497 14.1602 14.7497Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.3019 13.8577C18.2791 14.0205 18.2774 14.253 18.2774 14.6678V16.3343C18.2774 16.7491 18.2791 16.9816 18.3019 17.1444C18.3112 17.1689 18.3454 17.2197 18.4078 17.2263C18.5853 17.2492 18.8354 17.2507 19.2655 17.2507C19.6955 17.2507 19.9456 17.2492 20.1232 17.2263C20.1959 17.2188 20.2241 17.1686 20.229 17.1444C20.2453 17.0286 20.2508 16.8774 20.2527 16.6503C20.1484 16.6424 20.011 16.6336 19.7968 16.6614C19.3862 16.7147 19.0097 16.4251 18.9563 16.0145C18.9028 15.6037 19.1924 15.2274 19.6032 15.1739C19.9195 15.1117 20.1952 15.1378 20.4067 15.1579L20.4225 15.1594C20.621 15.1782 20.9036 15.2243 21.1585 15.3631C21.4468 15.5201 21.7536 15.8369 21.7536 16.3343C21.7537 16.6893 21.7537 17.073 21.7145 17.3527C21.6702 17.6687 21.5634 18.0149 21.2681 18.298C20.9772 18.5769 20.6292 18.6735 20.3149 18.714C20.0298 18.7508 19.6808 18.7507 19.3072 18.7507H19.2238C18.8501 18.7507 18.5012 18.7508 18.216 18.714C17.9018 18.6735 17.5537 18.5769 17.2629 18.298C16.9675 18.0149 16.8608 17.6687 16.8164 17.3527C16.7772 17.073 16.7773 16.7328 16.7773 16.3777V14.6244C16.7773 14.2693 16.7772 13.9291 16.8164 13.6494C16.8608 13.3334 16.9675 12.9872 17.2629 12.7041C17.5537 12.4252 17.9018 12.3286 18.216 12.2881C18.5012 12.2513 19.0127 12.2507 19.3864 12.2508C19.7132 12.2483 20.1913 12.2446 20.5943 12.3662C20.8472 12.4426 21.1239 12.5802 21.3469 12.8344C21.5735 13.0928 21.6921 13.4119 21.7276 13.7581C21.7699 14.1701 21.4701 14.5384 21.0581 14.5807C20.646 14.623 20.2777 14.3232 20.2355 13.9112C20.2086 13.6494 18.6721 13.7523 18.4078 13.7758C18.4078 13.7758 18.3097 13.787 18.3019 13.8577Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.7006 13C10.7006 12.5858 10.3648 12.25 9.95056 12.25C9.53635 12.25 9.20056 12.5858 9.20056 13V16.3836C9.20056 16.7794 9.07648 16.9825 8.97025 17.0847C8.85674 17.1939 8.69342 17.2557 8.50499 17.2487C8.13586 17.2351 7.75391 16.9674 7.75391 16.3836C7.75391 15.9694 7.41812 15.6336 7.00391 15.6336C6.58969 15.6336 6.25391 15.9694 6.25391 16.3836C6.25391 17.8436 7.34528 18.7068 8.44947 18.7477C8.99771 18.768 9.57106 18.588 10.01 18.1658C10.4563 17.7366 10.7006 17.1188 10.7006 16.3836V13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4869 12.25H14.1604C15.2647 12.25 16.1732 13.138 16.1732 14.2498C16.1732 15.3616 15.2647 16.2496 14.1604 16.2496H13.2266V17.9993C13.2266 18.4135 12.8908 18.7493 12.4766 18.7493C12.0624 18.7493 11.7266 18.4135 11.7266 17.9993L11.7266 13.9652C11.7265 13.7603 11.7264 13.5381 11.7519 13.3503C11.7819 13.1296 11.859 12.8488 12.097 12.6134C12.3338 12.379 12.6143 12.304 12.8337 12.2749C13.0217 12.2498 13.2793 12.2499 13.4869 12.25ZM14.1602 14.7497H13.2264L13.2276 13.7513L14.1602 13.7501C14.4508 13.7501 14.673 13.9811 14.673 14.2499C14.673 14.5186 14.4508 14.7497 14.1602 14.7497Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.3019 13.8577C18.2791 14.0205 18.2774 14.253 18.2774 14.6678V16.3343C18.2774 16.7491 18.2791 16.9816 18.3019 17.1444C18.3112 17.1689 18.3454 17.2197 18.4078 17.2263C18.5853 17.2492 18.8354 17.2507 19.2655 17.2507C19.6955 17.2507 19.9456 17.2492 20.1232 17.2263C20.1959 17.2188 20.2241 17.1686 20.229 17.1444C20.2453 17.0286 20.2508 16.8774 20.2527 16.6503C20.1484 16.6424 20.011 16.6336 19.7968 16.6614C19.3862 16.7147 19.0097 16.4251 18.9563 16.0145C18.9028 15.6037 19.1924 15.2274 19.6032 15.1739C19.9195 15.1117 20.1952 15.1378 20.4067 15.1579L20.4225 15.1594C20.621 15.1782 20.9036 15.2243 21.1585 15.3631C21.4468 15.5201 21.7536 15.8369 21.7536 16.3343C21.7537 16.6893 21.7537 17.073 21.7145 17.3527C21.6702 17.6687 21.5634 18.0149 21.2681 18.298C20.9772 18.5769 20.6292 18.6735 20.3149 18.714C20.0298 18.7508 19.6808 18.7507 19.3072 18.7507H19.2238C18.8501 18.7507 18.5012 18.7508 18.216 18.714C17.9018 18.6735 17.5537 18.5769 17.2629 18.298C16.9675 18.0149 16.8608 17.6687 16.8164 17.3527C16.7772 17.073 16.7773 16.7328 16.7773 16.3777V14.6244C16.7773 14.2693 16.7772 13.9291 16.8164 13.6494C16.8608 13.3334 16.9675 12.9872 17.2629 12.7041C17.5537 12.4252 17.9018 12.3286 18.216 12.2881C18.5012 12.2513 19.0127 12.2507 19.3864 12.2508C19.7132 12.2483 20.1913 12.2446 20.5943 12.3662C20.8472 12.4426 21.1239 12.5802 21.3469 12.8344C21.5735 13.0928 21.6921 13.4119 21.7276 13.7581C21.7699 14.1701 21.4701 14.5384 21.0581 14.5807C20.646 14.623 20.2777 14.3232 20.2355 13.9112C20.2086 13.6494 18.6721 13.7523 18.4078 13.7758C18.4078 13.7758 18.3097 13.787 18.3019 13.8577Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-license-draft{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5833 1.25H11.5833H10.4167H10.4167C8.46584 1.24999 6.9294 1.24998 5.72885 1.40242C4.49987 1.55847 3.50965 1.88575 2.72552 2.62631C1.93534 3.37259 1.5806 4.32468 1.41255 5.50521C1.24997 6.64729 1.24998 8.1054 1.25 9.94066V9.94067V14.0593V14.0593C1.24998 15.8946 1.24997 17.3527 1.41255 18.4948C1.5806 19.6753 1.93534 20.6274 2.72552 21.3737C3.50965 22.1142 4.49987 22.4415 5.72885 22.5976C6.92941 22.75 8.46586 22.75 10.4167 22.75L11.0646 22.75C11.46 22.75 11.6577 22.75 11.747 22.6513C11.8363 22.5527 11.8126 22.3146 11.7653 21.8385C11.7443 21.6273 11.7484 21.4445 11.757 21.31C11.7719 21.0765 11.8274 20.7703 11.8595 20.6C11.9161 20.2997 12.1781 18.9267 12.2251 18.7423C12.3859 18.1125 12.6944 17.2558 13.4295 16.5207L16.841 13.1089C17.0767 12.8718 17.4379 12.5085 17.8767 12.2552C18.5243 11.8813 19.2552 11.715 19.977 11.7561C20.367 11.7784 20.562 11.7895 20.656 11.7007C20.75 11.6119 20.75 11.4403 20.75 11.0971V9.94074V9.94072V9.94071C20.75 8.10544 20.75 6.64729 20.5875 5.50521C20.4194 4.32468 20.0647 3.37259 19.2745 2.62631C18.4904 1.88575 17.5001 1.55847 16.2712 1.40242C15.0706 1.24998 13.5342 1.24999 11.5833 1.25ZM6 7C6 6.44772 6.44772 6 7 6H15C15.5523 6 16 6.44772 16 7C16 7.55228 15.5523 8 15 8H7C6.44772 8 6 7.55228 6 7ZM7 11C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13H15C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11H7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6269 13.5542C19.3294 13.1486 20.195 13.1486 20.8976 13.5542C21.1592 13.7053 21.4533 13.9999 21.7264 14.2735C22.0001 14.5467 22.2947 14.8407 22.4457 15.1023C22.8513 15.8049 22.8513 16.6705 22.4457 17.3731C22.2947 17.6347 22.0599 17.869 21.7862 18.1421L18.4185 21.5097C17.9532 21.975 17.3913 22.1924 16.8865 22.3213C16.6345 22.3856 15.4601 22.5986 15.4601 22.5986C15.4601 22.5986 14.848 22.7297 14.5947 22.7458C14.3157 22.7636 13.9113 22.7362 13.5875 22.4124C13.2637 22.0887 13.2364 21.6842 13.2541 21.4052C13.2702 21.152 13.4013 20.5398 13.4013 20.5398C13.4013 20.5398 13.6143 19.3654 13.6786 19.1134C13.8075 18.6086 14.025 18.0467 14.4903 17.5814L17.8579 14.2137C18.131 13.94 18.3653 13.7053 18.6269 13.5542Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5833 1.25H11.5833H10.4167H10.4167C8.46584 1.24999 6.9294 1.24998 5.72885 1.40242C4.49987 1.55847 3.50965 1.88575 2.72552 2.62631C1.93534 3.37259 1.5806 4.32468 1.41255 5.50521C1.24997 6.64729 1.24998 8.1054 1.25 9.94066V9.94067V14.0593V14.0593C1.24998 15.8946 1.24997 17.3527 1.41255 18.4948C1.5806 19.6753 1.93534 20.6274 2.72552 21.3737C3.50965 22.1142 4.49987 22.4415 5.72885 22.5976C6.92941 22.75 8.46586 22.75 10.4167 22.75L11.0646 22.75C11.46 22.75 11.6577 22.75 11.747 22.6513C11.8363 22.5527 11.8126 22.3146 11.7653 21.8385C11.7443 21.6273 11.7484 21.4445 11.757 21.31C11.7719 21.0765 11.8274 20.7703 11.8595 20.6C11.9161 20.2997 12.1781 18.9267 12.2251 18.7423C12.3859 18.1125 12.6944 17.2558 13.4295 16.5207L16.841 13.1089C17.0767 12.8718 17.4379 12.5085 17.8767 12.2552C18.5243 11.8813 19.2552 11.715 19.977 11.7561C20.367 11.7784 20.562 11.7895 20.656 11.7007C20.75 11.6119 20.75 11.4403 20.75 11.0971V9.94074V9.94072V9.94071C20.75 8.10544 20.75 6.64729 20.5875 5.50521C20.4194 4.32468 20.0647 3.37259 19.2745 2.62631C18.4904 1.88575 17.5001 1.55847 16.2712 1.40242C15.0706 1.24998 13.5342 1.24999 11.5833 1.25ZM6 7C6 6.44772 6.44772 6 7 6H15C15.5523 6 16 6.44772 16 7C16 7.55228 15.5523 8 15 8H7C6.44772 8 6 7.55228 6 7ZM7 11C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13H15C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11H7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6269 13.5542C19.3294 13.1486 20.195 13.1486 20.8976 13.5542C21.1592 13.7053 21.4533 13.9999 21.7264 14.2735C22.0001 14.5467 22.2947 14.8407 22.4457 15.1023C22.8513 15.8049 22.8513 16.6705 22.4457 17.3731C22.2947 17.6347 22.0599 17.869 21.7862 18.1421L18.4185 21.5097C17.9532 21.975 17.3913 22.1924 16.8865 22.3213C16.6345 22.3856 15.4601 22.5986 15.4601 22.5986C15.4601 22.5986 14.848 22.7297 14.5947 22.7458C14.3157 22.7636 13.9113 22.7362 13.5875 22.4124C13.2637 22.0887 13.2364 21.6842 13.2541 21.4052C13.2702 21.152 13.4013 20.5398 13.4013 20.5398C13.4013 20.5398 13.6143 19.3654 13.6786 19.1134C13.8075 18.6086 14.025 18.0467 14.4903 17.5814L17.8579 14.2137C18.131 13.94 18.3653 13.7053 18.6269 13.5542Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-license-maintenance{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8751 11.875C18.4274 11.875 18.8751 12.3227 18.8751 12.875V13.2736C19.6155 13.4438 20.2849 13.7991 20.8263 14.289L21.3343 13.9624C21.7989 13.6637 22.4176 13.7982 22.7163 14.2628C23.015 14.7274 22.8805 15.3461 22.4159 15.6447L21.9517 15.9432C22.1176 16.39 22.2085 16.8723 22.2085 17.375C22.2085 17.8778 22.1176 18.3602 21.9516 18.807L22.4155 19.1053C22.88 19.4039 23.0145 20.0226 22.7159 20.4872C22.4172 20.9518 21.7985 21.0863 21.3339 20.7876L20.8262 20.4612C20.2847 20.951 19.6154 21.3062 18.8751 21.4764V21.875C18.8751 22.4273 18.4274 22.875 17.8751 22.875C17.3228 22.875 16.8751 22.4273 16.8751 21.875V21.4764C16.1348 21.3062 15.4655 20.951 14.9241 20.4612L14.4163 20.7876C13.9518 21.0863 13.333 20.9518 13.0344 20.4872C12.7357 20.0226 12.8702 19.4039 13.3348 19.1053L13.7986 18.807C13.6327 18.3602 13.5418 17.8778 13.5418 17.375C13.5418 16.8723 13.6326 16.39 13.7986 15.9432L13.3343 15.6447C12.8698 15.3461 12.7353 14.7274 13.034 14.2628C13.3326 13.7982 13.9513 13.6637 14.4159 13.9624L14.9239 14.289C15.4654 13.7991 16.1347 13.4438 16.8751 13.2736V12.875C16.8751 12.3227 17.3228 11.875 17.8751 11.875ZM17.8751 15.1607C17.0503 15.1607 16.3365 15.5648 15.9233 16.1613C15.6807 16.5116 15.5418 16.9276 15.5418 17.375C15.5418 17.8225 15.6807 18.2385 15.9234 18.5888C16.3366 19.1852 17.0503 19.5893 17.8751 19.5893C18.6999 19.5893 19.4136 19.1852 19.8268 18.5888C20.0695 18.2385 20.2085 17.8225 20.2085 17.375C20.2085 16.9276 20.0695 16.5116 19.8269 16.1613C19.4137 15.5648 18.7 15.1607 17.8751 15.1607Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4583 1.125H11.4583C13.4092 1.12499 14.9456 1.12498 16.1462 1.27742C17.3751 1.43347 18.3654 1.76075 19.1495 2.50131C19.9397 3.24759 20.2944 4.19968 20.4625 5.38021C20.625 6.52229 20.625 7.98044 20.625 9.81571V9.81572V9.81574V12.029C20.625 12.168 20.4772 12.2579 20.3509 12.1999C20.3016 12.1773 20.2643 12.1345 20.2471 12.0831C19.9158 11.0905 18.979 10.375 17.8751 10.375C16.8391 10.375 15.9502 11.0053 15.571 11.9033C15.5119 12.0433 15.4823 12.1134 15.4456 12.1525C15.4089 12.1916 15.348 12.2221 15.2262 12.2829C15.1844 12.3038 15.1428 12.3252 15.1016 12.3471C14.9708 12.4164 14.9054 12.451 14.8479 12.4572C14.7904 12.4633 14.7108 12.4409 14.5516 12.3961C13.5216 12.1063 12.381 12.5047 11.7722 13.4516C11.1826 14.3687 11.2682 15.526 11.9021 16.34C12.0026 16.4691 12.0529 16.5336 12.069 16.5884C12.0851 16.6433 12.0784 16.7164 12.0651 16.8627C12.0497 17.0316 12.0418 17.2025 12.0418 17.375C12.0418 17.5477 12.0497 17.7187 12.0651 17.8877C12.0784 18.034 12.0851 18.1071 12.069 18.1619C12.053 18.2167 12.0027 18.2813 11.9023 18.4103C11.2686 19.2243 11.1831 20.3814 11.7726 21.2984C11.805 21.3494 11.8469 21.4105 11.8972 21.4782C12.2439 21.9444 12.4172 22.1775 12.4318 22.2141C12.5168 22.4277 12.4525 22.5556 12.2303 22.6149C12.1923 22.625 11.9477 22.625 11.4583 22.625H10.2917C8.34086 22.625 6.80441 22.625 5.60385 22.4726C4.37487 22.3165 3.38465 21.9892 2.60052 21.2487C1.81034 20.5024 1.4556 19.5503 1.28755 18.3698C1.12497 17.2277 1.12498 15.7696 1.125 13.9343V13.9343V9.81566V9.81565C1.12498 7.98039 1.12497 6.52228 1.28755 5.38021C1.4556 4.19968 1.81035 3.24759 2.60052 2.50131C3.38465 1.76075 4.37487 1.43347 5.60385 1.27742C6.80441 1.12498 8.34086 1.12499 10.2917 1.125H11.4583ZM5.875 6.875C5.875 6.32272 6.32272 5.875 6.875 5.875H14.875C15.4273 5.875 15.875 6.32272 15.875 6.875C15.875 7.42728 15.4273 7.875 14.875 7.875H6.875C6.32272 7.875 5.875 7.42728 5.875 6.875ZM6.875 10.875C6.32272 10.875 5.875 11.3227 5.875 11.875C5.875 12.4273 6.32272 12.875 6.875 12.875H9.875C10.4273 12.875 10.875 12.4273 10.875 11.875C10.875 11.3227 10.4273 10.875 9.875 10.875H6.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8751 11.875C18.4274 11.875 18.8751 12.3227 18.8751 12.875V13.2736C19.6155 13.4438 20.2849 13.7991 20.8263 14.289L21.3343 13.9624C21.7989 13.6637 22.4176 13.7982 22.7163 14.2628C23.015 14.7274 22.8805 15.3461 22.4159 15.6447L21.9517 15.9432C22.1176 16.39 22.2085 16.8723 22.2085 17.375C22.2085 17.8778 22.1176 18.3602 21.9516 18.807L22.4155 19.1053C22.88 19.4039 23.0145 20.0226 22.7159 20.4872C22.4172 20.9518 21.7985 21.0863 21.3339 20.7876L20.8262 20.4612C20.2847 20.951 19.6154 21.3062 18.8751 21.4764V21.875C18.8751 22.4273 18.4274 22.875 17.8751 22.875C17.3228 22.875 16.8751 22.4273 16.8751 21.875V21.4764C16.1348 21.3062 15.4655 20.951 14.9241 20.4612L14.4163 20.7876C13.9518 21.0863 13.333 20.9518 13.0344 20.4872C12.7357 20.0226 12.8702 19.4039 13.3348 19.1053L13.7986 18.807C13.6327 18.3602 13.5418 17.8778 13.5418 17.375C13.5418 16.8723 13.6326 16.39 13.7986 15.9432L13.3343 15.6447C12.8698 15.3461 12.7353 14.7274 13.034 14.2628C13.3326 13.7982 13.9513 13.6637 14.4159 13.9624L14.9239 14.289C15.4654 13.7991 16.1347 13.4438 16.8751 13.2736V12.875C16.8751 12.3227 17.3228 11.875 17.8751 11.875ZM17.8751 15.1607C17.0503 15.1607 16.3365 15.5648 15.9233 16.1613C15.6807 16.5116 15.5418 16.9276 15.5418 17.375C15.5418 17.8225 15.6807 18.2385 15.9234 18.5888C16.3366 19.1852 17.0503 19.5893 17.8751 19.5893C18.6999 19.5893 19.4136 19.1852 19.8268 18.5888C20.0695 18.2385 20.2085 17.8225 20.2085 17.375C20.2085 16.9276 20.0695 16.5116 19.8269 16.1613C19.4137 15.5648 18.7 15.1607 17.8751 15.1607Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4583 1.125H11.4583C13.4092 1.12499 14.9456 1.12498 16.1462 1.27742C17.3751 1.43347 18.3654 1.76075 19.1495 2.50131C19.9397 3.24759 20.2944 4.19968 20.4625 5.38021C20.625 6.52229 20.625 7.98044 20.625 9.81571V9.81572V9.81574V12.029C20.625 12.168 20.4772 12.2579 20.3509 12.1999C20.3016 12.1773 20.2643 12.1345 20.2471 12.0831C19.9158 11.0905 18.979 10.375 17.8751 10.375C16.8391 10.375 15.9502 11.0053 15.571 11.9033C15.5119 12.0433 15.4823 12.1134 15.4456 12.1525C15.4089 12.1916 15.348 12.2221 15.2262 12.2829C15.1844 12.3038 15.1428 12.3252 15.1016 12.3471C14.9708 12.4164 14.9054 12.451 14.8479 12.4572C14.7904 12.4633 14.7108 12.4409 14.5516 12.3961C13.5216 12.1063 12.381 12.5047 11.7722 13.4516C11.1826 14.3687 11.2682 15.526 11.9021 16.34C12.0026 16.4691 12.0529 16.5336 12.069 16.5884C12.0851 16.6433 12.0784 16.7164 12.0651 16.8627C12.0497 17.0316 12.0418 17.2025 12.0418 17.375C12.0418 17.5477 12.0497 17.7187 12.0651 17.8877C12.0784 18.034 12.0851 18.1071 12.069 18.1619C12.053 18.2167 12.0027 18.2813 11.9023 18.4103C11.2686 19.2243 11.1831 20.3814 11.7726 21.2984C11.805 21.3494 11.8469 21.4105 11.8972 21.4782C12.2439 21.9444 12.4172 22.1775 12.4318 22.2141C12.5168 22.4277 12.4525 22.5556 12.2303 22.6149C12.1923 22.625 11.9477 22.625 11.4583 22.625H10.2917C8.34086 22.625 6.80441 22.625 5.60385 22.4726C4.37487 22.3165 3.38465 21.9892 2.60052 21.2487C1.81034 20.5024 1.4556 19.5503 1.28755 18.3698C1.12497 17.2277 1.12498 15.7696 1.125 13.9343V13.9343V9.81566V9.81565C1.12498 7.98039 1.12497 6.52228 1.28755 5.38021C1.4556 4.19968 1.81035 3.24759 2.60052 2.50131C3.38465 1.76075 4.37487 1.43347 5.60385 1.27742C6.80441 1.12498 8.34086 1.12499 10.2917 1.125H11.4583ZM5.875 6.875C5.875 6.32272 6.32272 5.875 6.875 5.875H14.875C15.4273 5.875 15.875 6.32272 15.875 6.875C15.875 7.42728 15.4273 7.875 14.875 7.875H6.875C6.32272 7.875 5.875 7.42728 5.875 6.875ZM6.875 10.875C6.32272 10.875 5.875 11.3227 5.875 11.875C5.875 12.4273 6.32272 12.875 6.875 12.875H9.875C10.4273 12.875 10.875 12.4273 10.875 11.875C10.875 11.3227 10.4273 10.875 9.875 10.875H6.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-license-no{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5833 1.25H12.5833H11.4167H11.4167C9.46585 1.24999 7.9294 1.24998 6.72885 1.40242C6.54417 1.42587 6.36489 1.45319 6.19089 1.48519C5.78759 1.55937 5.58594 1.59645 5.53206 1.76955C5.47819 1.94265 5.63196 2.09643 5.93952 2.40399L9.53553 6H16C16.5523 6 17 6.44772 17 7C17 7.55229 16.5523 8 16 8H11.5355L14.5355 11H16C16.5523 11 17 11.4477 17 12C17 12.3961 16.7698 12.7383 16.4358 12.9003L20.7473 17.2117C21.1319 17.5964 21.3243 17.7887 21.5071 17.717C21.69 17.6452 21.6999 17.3791 21.7197 16.8468C21.75 16.0331 21.75 15.1078 21.75 14.0593V9.94074V9.94072V9.94071V9.94069C21.75 8.10543 21.75 6.64729 21.5875 5.50521C21.4194 4.32468 21.0647 3.37259 20.2745 2.62631C19.4904 1.88575 18.5001 1.55847 17.2712 1.40242C16.0706 1.24998 14.5342 1.24999 12.5833 1.25ZM11 11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H13L20.4287 20.4287C20.6024 20.6024 20.6893 20.6893 20.692 20.8097C20.6946 20.9302 20.6198 21.0118 20.4703 21.175C20.4082 21.2428 20.343 21.309 20.2745 21.3737C19.4904 22.1143 18.5001 22.4415 17.2712 22.5976C16.0706 22.75 14.5342 22.75 12.5833 22.75H11.4167C9.46586 22.75 7.92941 22.75 6.72885 22.5976C5.49987 22.4415 4.50965 22.1142 3.72552 21.3737C2.93534 20.6274 2.5806 19.6753 2.41255 18.4948C2.24997 17.3527 2.24998 15.8946 2.25 14.0593V14.0593V9.94066V9.94065C2.24998 8.10539 2.24997 6.64728 2.41255 5.50521C2.50027 4.88899 2.63886 4.33501 2.8637 3.84005C2.99094 3.55993 3.05457 3.41987 3.20916 3.39181C3.36376 3.36376 3.48378 3.48378 3.72381 3.72381L11 11ZM8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18H12C12.5523 18 13 17.5523 13 17C13 16.4477 12.5523 16 12 16H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5833 1.25H12.5833H11.4167H11.4167C9.46585 1.24999 7.9294 1.24998 6.72885 1.40242C6.54417 1.42587 6.36489 1.45319 6.19089 1.48519C5.78759 1.55937 5.58594 1.59645 5.53206 1.76955C5.47819 1.94265 5.63196 2.09643 5.93952 2.40399L9.53553 6H16C16.5523 6 17 6.44772 17 7C17 7.55229 16.5523 8 16 8H11.5355L14.5355 11H16C16.5523 11 17 11.4477 17 12C17 12.3961 16.7698 12.7383 16.4358 12.9003L20.7473 17.2117C21.1319 17.5964 21.3243 17.7887 21.5071 17.717C21.69 17.6452 21.6999 17.3791 21.7197 16.8468C21.75 16.0331 21.75 15.1078 21.75 14.0593V9.94074V9.94072V9.94071V9.94069C21.75 8.10543 21.75 6.64729 21.5875 5.50521C21.4194 4.32468 21.0647 3.37259 20.2745 2.62631C19.4904 1.88575 18.5001 1.55847 17.2712 1.40242C16.0706 1.24998 14.5342 1.24999 12.5833 1.25ZM11 11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H13L20.4287 20.4287C20.6024 20.6024 20.6893 20.6893 20.692 20.8097C20.6946 20.9302 20.6198 21.0118 20.4703 21.175C20.4082 21.2428 20.343 21.309 20.2745 21.3737C19.4904 22.1143 18.5001 22.4415 17.2712 22.5976C16.0706 22.75 14.5342 22.75 12.5833 22.75H11.4167C9.46586 22.75 7.92941 22.75 6.72885 22.5976C5.49987 22.4415 4.50965 22.1142 3.72552 21.3737C2.93534 20.6274 2.5806 19.6753 2.41255 18.4948C2.24997 17.3527 2.24998 15.8946 2.25 14.0593V14.0593V9.94066V9.94065C2.24998 8.10539 2.24997 6.64728 2.41255 5.50521C2.50027 4.88899 2.63886 4.33501 2.8637 3.84005C2.99094 3.55993 3.05457 3.41987 3.20916 3.39181C3.36376 3.36376 3.48378 3.48378 3.72381 3.72381L11 11ZM8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18H12C12.5523 18 13 17.5523 13 17C13 16.4477 12.5523 16 12 16H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-license-pin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.7294 18.081C22.6331 18.3054 22.5018 18.4964 22.3189 18.6615C22.1825 18.7845 22.0058 18.8938 21.9132 18.9511C21.3003 19.332 20.5958 19.5717 19.8755 19.685L19.8755 21.875C19.8755 22.4273 19.4278 22.875 18.8755 22.875C18.3232 22.875 17.8755 22.4273 17.8755 21.875L17.8755 19.6851C17.1552 19.5717 16.4507 19.332 15.8378 18.9511C15.7453 18.8939 15.5685 18.7845 15.4322 18.6614C15.2491 18.4963 15.1179 18.3052 15.0217 18.0808C14.7042 17.3401 14.9666 16.6179 15.2017 16.1856C15.4535 15.7228 15.814 15.3234 16.1232 15.0679C16.3984 14.8406 16.5751 14.6939 16.6951 14.5832L16.3674 13.5849C16.2714 13.2647 16.1018 12.6994 16.3844 12.1079C16.5063 11.8525 16.6732 11.6439 16.9023 11.4768C17.0709 11.3539 17.2894 11.2533 17.407 11.1993C18.3414 10.7669 19.4096 10.7669 20.3441 11.1993C20.4616 11.2533 20.6802 11.3539 20.8488 11.4768C21.0778 11.6439 21.2447 11.8525 21.3667 12.1079C21.6493 12.6994 21.4797 13.2647 21.3836 13.5849L21.0526 14.5936C21.1695 14.6995 21.341 14.8396 21.6081 15.0568C21.9212 15.3114 22.2872 15.7107 22.5431 16.175C22.7826 16.6093 23.0495 17.3349 22.7294 18.081Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4583 1.125C13.4092 1.12499 14.9456 1.12498 16.1462 1.27742C17.3751 1.43347 18.3654 1.76075 19.1495 2.50131C19.9397 3.24759 20.2944 4.19968 20.4625 5.38021C20.5947 6.30905 20.6194 7.44693 20.624 8.82672C20.6252 9.20565 20.6258 9.39512 20.5174 9.48546C20.4089 9.57581 20.2034 9.5373 19.7924 9.46027C18.7823 9.27097 17.7296 9.39686 16.7763 9.83795C16.6605 9.89092 16.3114 10.0507 16.0176 10.2649C15.5728 10.5893 15.2512 10.9985 15.0301 11.4613C14.6027 12.356 14.6466 13.1231 14.8122 13.6978C14.8732 13.9095 14.9037 14.0154 14.8856 14.092C14.8675 14.1685 14.7972 14.2448 14.6565 14.3973C14.3766 14.7008 14.1035 15.0639 13.8832 15.469C13.5728 16.0398 13.0512 17.2932 13.6423 18.6718C13.8166 19.0784 14.0694 19.4528 14.4263 19.775C14.9311 20.2306 15.5186 20.5211 15.9738 20.7044C16.1726 20.7844 16.272 20.8245 16.3234 20.9006C16.3747 20.9766 16.3747 21.0781 16.3747 21.2811V21.9125C16.3747 22.1657 16.3747 22.2924 16.2961 22.3783C16.2175 22.4643 16.0949 22.4753 15.8495 22.4973C14.6862 22.6016 13.1414 22.625 11.4583 22.625H10.2917C8.34086 22.625 6.80441 22.625 5.60385 22.4726C4.37487 22.3165 3.38465 21.9892 2.60052 21.2487C1.81034 20.5024 1.4556 19.5503 1.28755 18.3698C1.12497 17.2277 1.12498 15.7696 1.125 13.9343V13.9343V9.81567V9.81566C1.12498 7.9804 1.12497 6.52229 1.28755 5.38021C1.4556 4.19968 1.81034 3.24759 2.60052 2.50131C3.38465 1.76075 4.37487 1.43347 5.60385 1.27742C6.8044 1.12498 8.34084 1.12499 10.2917 1.125H10.2917H11.4583ZM6.875 5.875C6.32272 5.875 5.875 6.32272 5.875 6.875C5.875 7.42728 6.32272 7.875 6.875 7.875H14.875C15.4273 7.875 15.875 7.42728 15.875 6.875C15.875 6.32272 15.4273 5.875 14.875 5.875H6.875ZM6.875 10.875C6.32272 10.875 5.875 11.3227 5.875 11.875C5.875 12.4273 6.32272 12.875 6.875 12.875H11.875C12.4273 12.875 12.875 12.4273 12.875 11.875C12.875 11.3227 12.4273 10.875 11.875 10.875H6.875ZM6.875 15.875C6.32272 15.875 5.875 16.3227 5.875 16.875C5.875 17.4273 6.32272 17.875 6.875 17.875H9.875C10.4273 17.875 10.875 17.4273 10.875 16.875C10.875 16.3227 10.4273 15.875 9.875 15.875H6.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.7294 18.081C22.6331 18.3054 22.5018 18.4964 22.3189 18.6615C22.1825 18.7845 22.0058 18.8938 21.9132 18.9511C21.3003 19.332 20.5958 19.5717 19.8755 19.685L19.8755 21.875C19.8755 22.4273 19.4278 22.875 18.8755 22.875C18.3232 22.875 17.8755 22.4273 17.8755 21.875L17.8755 19.6851C17.1552 19.5717 16.4507 19.332 15.8378 18.9511C15.7453 18.8939 15.5685 18.7845 15.4322 18.6614C15.2491 18.4963 15.1179 18.3052 15.0217 18.0808C14.7042 17.3401 14.9666 16.6179 15.2017 16.1856C15.4535 15.7228 15.814 15.3234 16.1232 15.0679C16.3984 14.8406 16.5751 14.6939 16.6951 14.5832L16.3674 13.5849C16.2714 13.2647 16.1018 12.6994 16.3844 12.1079C16.5063 11.8525 16.6732 11.6439 16.9023 11.4768C17.0709 11.3539 17.2894 11.2533 17.407 11.1993C18.3414 10.7669 19.4096 10.7669 20.3441 11.1993C20.4616 11.2533 20.6802 11.3539 20.8488 11.4768C21.0778 11.6439 21.2447 11.8525 21.3667 12.1079C21.6493 12.6994 21.4797 13.2647 21.3836 13.5849L21.0526 14.5936C21.1695 14.6995 21.341 14.8396 21.6081 15.0568C21.9212 15.3114 22.2872 15.7107 22.5431 16.175C22.7826 16.6093 23.0495 17.3349 22.7294 18.081Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4583 1.125C13.4092 1.12499 14.9456 1.12498 16.1462 1.27742C17.3751 1.43347 18.3654 1.76075 19.1495 2.50131C19.9397 3.24759 20.2944 4.19968 20.4625 5.38021C20.5947 6.30905 20.6194 7.44693 20.624 8.82672C20.6252 9.20565 20.6258 9.39512 20.5174 9.48546C20.4089 9.57581 20.2034 9.5373 19.7924 9.46027C18.7823 9.27097 17.7296 9.39686 16.7763 9.83795C16.6605 9.89092 16.3114 10.0507 16.0176 10.2649C15.5728 10.5893 15.2512 10.9985 15.0301 11.4613C14.6027 12.356 14.6466 13.1231 14.8122 13.6978C14.8732 13.9095 14.9037 14.0154 14.8856 14.092C14.8675 14.1685 14.7972 14.2448 14.6565 14.3973C14.3766 14.7008 14.1035 15.0639 13.8832 15.469C13.5728 16.0398 13.0512 17.2932 13.6423 18.6718C13.8166 19.0784 14.0694 19.4528 14.4263 19.775C14.9311 20.2306 15.5186 20.5211 15.9738 20.7044C16.1726 20.7844 16.272 20.8245 16.3234 20.9006C16.3747 20.9766 16.3747 21.0781 16.3747 21.2811V21.9125C16.3747 22.1657 16.3747 22.2924 16.2961 22.3783C16.2175 22.4643 16.0949 22.4753 15.8495 22.4973C14.6862 22.6016 13.1414 22.625 11.4583 22.625H10.2917C8.34086 22.625 6.80441 22.625 5.60385 22.4726C4.37487 22.3165 3.38465 21.9892 2.60052 21.2487C1.81034 20.5024 1.4556 19.5503 1.28755 18.3698C1.12497 17.2277 1.12498 15.7696 1.125 13.9343V13.9343V9.81567V9.81566C1.12498 7.9804 1.12497 6.52229 1.28755 5.38021C1.4556 4.19968 1.81034 3.24759 2.60052 2.50131C3.38465 1.76075 4.37487 1.43347 5.60385 1.27742C6.8044 1.12498 8.34084 1.12499 10.2917 1.125H10.2917H11.4583ZM6.875 5.875C6.32272 5.875 5.875 6.32272 5.875 6.875C5.875 7.42728 6.32272 7.875 6.875 7.875H14.875C15.4273 7.875 15.875 7.42728 15.875 6.875C15.875 6.32272 15.4273 5.875 14.875 5.875H6.875ZM6.875 10.875C6.32272 10.875 5.875 11.3227 5.875 11.875C5.875 12.4273 6.32272 12.875 6.875 12.875H11.875C12.4273 12.875 12.875 12.4273 12.875 11.875C12.875 11.3227 12.4273 10.875 11.875 10.875H6.875ZM6.875 15.875C6.32272 15.875 5.875 16.3227 5.875 16.875C5.875 17.4273 6.32272 17.875 6.875 17.875H9.875C10.4273 17.875 10.875 17.4273 10.875 16.875C10.875 16.3227 10.4273 15.875 9.875 15.875H6.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-license-third-party{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5833 0.75C13.5342 0.749988 15.0706 0.749978 16.2712 0.902422C17.5001 1.05847 18.4904 1.38575 19.2745 2.12631C20.0647 2.87259 20.4194 3.82468 20.5875 5.00521C20.75 6.14729 20.75 7.60545 20.75 9.44072V9.44074V9.96542C20.75 10.4884 20.75 10.7499 20.6162 10.8389C20.4824 10.9279 20.2085 10.8133 19.6606 10.584C19.1448 10.368 18.5816 10.25 18 10.25C15.7349 10.25 13.75 12.0404 13.75 14.4287C13.75 15.3875 14.0699 16.2499 14.5994 16.9388L14.5994 16.9388C14.8923 17.32 15.0388 17.5105 15.0127 17.6436C14.9867 17.7766 14.7901 17.8914 14.397 18.1209C13.6076 18.5818 12.8992 19.2001 12.3286 19.9678C12.0001 20.4098 11.8558 20.9237 11.8106 21.6501C11.7925 21.9415 11.7835 22.0872 11.6969 22.1686C11.6103 22.25 11.4715 22.25 11.1941 22.25H11.1941L10.4167 22.25C8.46586 22.25 6.92941 22.25 5.72885 22.0976C4.49987 21.9415 3.50965 21.6142 2.72552 20.8737C1.93534 20.1274 1.5806 19.1753 1.41255 17.9948C1.24997 16.8527 1.24998 15.3946 1.25 13.5593V13.5593V9.44067V9.44066C1.24998 7.6054 1.24997 6.14729 1.41255 5.00521C1.5806 3.82468 1.93534 2.87259 2.72552 2.12631C3.50965 1.38575 4.49987 1.05847 5.72885 0.902421C6.9294 0.749978 8.46584 0.749988 10.4167 0.75H10.4167H11.5833ZM7 5.5C6.44772 5.5 6 5.94772 6 6.5C6 7.05228 6.44772 7.5 7 7.5H15C15.5523 7.5 16 7.05228 16 6.5C16 5.94772 15.5523 5.5 15 5.5H7ZM7 10.5C6.44772 10.5 6 10.9477 6 11.5C6 12.0523 6.44772 12.5 7 12.5H11C11.5523 12.5 12 12.0523 12 11.5C12 10.9477 11.5523 10.5 11 10.5H7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 14.4287C15.25 12.9239 16.5071 11.75 18 11.75C19.4929 11.75 20.75 12.9239 20.75 14.4287C20.75 15.9335 19.4929 17.1074 18 17.1074C16.5071 17.1074 15.25 15.9335 15.25 14.4287Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5325 20.8626C15.6777 17.9765 20.2703 17.7998 22.4798 20.8737C22.6685 21.1363 22.75 21.441 22.75 21.7289C22.75 22.569 22.069 23.25 21.2289 23.25H14.7666C13.929 23.25 13.25 22.571 13.25 21.7334C13.25 21.4399 13.3348 21.1285 13.5325 20.8626Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5833 0.75C13.5342 0.749988 15.0706 0.749978 16.2712 0.902422C17.5001 1.05847 18.4904 1.38575 19.2745 2.12631C20.0647 2.87259 20.4194 3.82468 20.5875 5.00521C20.75 6.14729 20.75 7.60545 20.75 9.44072V9.44074V9.96542C20.75 10.4884 20.75 10.7499 20.6162 10.8389C20.4824 10.9279 20.2085 10.8133 19.6606 10.584C19.1448 10.368 18.5816 10.25 18 10.25C15.7349 10.25 13.75 12.0404 13.75 14.4287C13.75 15.3875 14.0699 16.2499 14.5994 16.9388L14.5994 16.9388C14.8923 17.32 15.0388 17.5105 15.0127 17.6436C14.9867 17.7766 14.7901 17.8914 14.397 18.1209C13.6076 18.5818 12.8992 19.2001 12.3286 19.9678C12.0001 20.4098 11.8558 20.9237 11.8106 21.6501C11.7925 21.9415 11.7835 22.0872 11.6969 22.1686C11.6103 22.25 11.4715 22.25 11.1941 22.25H11.1941L10.4167 22.25C8.46586 22.25 6.92941 22.25 5.72885 22.0976C4.49987 21.9415 3.50965 21.6142 2.72552 20.8737C1.93534 20.1274 1.5806 19.1753 1.41255 17.9948C1.24997 16.8527 1.24998 15.3946 1.25 13.5593V13.5593V9.44067V9.44066C1.24998 7.6054 1.24997 6.14729 1.41255 5.00521C1.5806 3.82468 1.93534 2.87259 2.72552 2.12631C3.50965 1.38575 4.49987 1.05847 5.72885 0.902421C6.9294 0.749978 8.46584 0.749988 10.4167 0.75H10.4167H11.5833ZM7 5.5C6.44772 5.5 6 5.94772 6 6.5C6 7.05228 6.44772 7.5 7 7.5H15C15.5523 7.5 16 7.05228 16 6.5C16 5.94772 15.5523 5.5 15 5.5H7ZM7 10.5C6.44772 10.5 6 10.9477 6 11.5C6 12.0523 6.44772 12.5 7 12.5H11C11.5523 12.5 12 12.0523 12 11.5C12 10.9477 11.5523 10.5 11 10.5H7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 14.4287C15.25 12.9239 16.5071 11.75 18 11.75C19.4929 11.75 20.75 12.9239 20.75 14.4287C20.75 15.9335 19.4929 17.1074 18 17.1074C16.5071 17.1074 15.25 15.9335 15.25 14.4287Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5325 20.8626C15.6777 17.9765 20.2703 17.7998 22.4798 20.8737C22.6685 21.1363 22.75 21.441 22.75 21.7289C22.75 22.569 22.069 23.25 21.2289 23.25H14.7666C13.929 23.25 13.25 22.571 13.25 21.7334C13.25 21.4399 13.3348 21.1285 13.5325 20.8626Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-license{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2712 1.40242C16.0706 1.24998 14.5342 1.24999 12.5833 1.25H12.5833H11.4167C9.46585 1.24999 7.92941 1.24998 6.72885 1.40242C5.49987 1.55847 4.50965 1.88575 3.72552 2.62631C2.93534 3.37259 2.5806 4.32468 2.41255 5.50521C2.24997 6.64729 2.24998 8.1054 2.25 9.94067V9.94068V14.0593V14.0593C2.24998 15.8946 2.24997 17.3527 2.41255 18.4948C2.5806 19.6753 2.93534 20.6274 3.72552 21.3737C4.50965 22.1142 5.49987 22.4415 6.72885 22.5976C7.92941 22.75 9.46586 22.75 11.4167 22.75H12.5833C14.5342 22.75 16.0706 22.75 17.2712 22.5976C18.5001 22.4415 19.4904 22.1143 20.2745 21.3737C21.0647 20.6274 21.4194 19.6753 21.5875 18.4948C21.75 17.3527 21.75 15.8946 21.75 14.0593V9.94074V9.94072V9.94071V9.94069V9.94067C21.75 8.10541 21.75 6.64729 21.5875 5.50521C21.4194 4.32468 21.0647 3.37259 20.2745 2.62631C19.4904 1.88575 18.5001 1.55847 17.2712 1.40242ZM8 6C7.44772 6 7 6.44772 7 7C7 7.55228 7.44772 8 8 8H16C16.5523 8 17 7.55228 17 7C17 6.44772 16.5523 6 16 6H8ZM7 12C7 11.4477 7.44772 11 8 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12ZM8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18H12C12.5523 18 13 17.5523 13 17C13 16.4477 12.5523 16 12 16H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2712 1.40242C16.0706 1.24998 14.5342 1.24999 12.5833 1.25H12.5833H11.4167C9.46585 1.24999 7.92941 1.24998 6.72885 1.40242C5.49987 1.55847 4.50965 1.88575 3.72552 2.62631C2.93534 3.37259 2.5806 4.32468 2.41255 5.50521C2.24997 6.64729 2.24998 8.1054 2.25 9.94067V9.94068V14.0593V14.0593C2.24998 15.8946 2.24997 17.3527 2.41255 18.4948C2.5806 19.6753 2.93534 20.6274 3.72552 21.3737C4.50965 22.1142 5.49987 22.4415 6.72885 22.5976C7.92941 22.75 9.46586 22.75 11.4167 22.75H12.5833C14.5342 22.75 16.0706 22.75 17.2712 22.5976C18.5001 22.4415 19.4904 22.1143 20.2745 21.3737C21.0647 20.6274 21.4194 19.6753 21.5875 18.4948C21.75 17.3527 21.75 15.8946 21.75 14.0593V9.94074V9.94072V9.94071V9.94069V9.94067C21.75 8.10541 21.75 6.64729 21.5875 5.50521C21.4194 4.32468 21.0647 3.37259 20.2745 2.62631C19.4904 1.88575 18.5001 1.55847 17.2712 1.40242ZM8 6C7.44772 6 7 6.44772 7 7C7 7.55228 7.44772 8 8 8H16C16.5523 8 17 7.55228 17 7C17 6.44772 16.5523 6 16 6H8ZM7 12C7 11.4477 7.44772 11 8 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12ZM8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18H12C12.5523 18 13 17.5523 13 17C13 16.4477 12.5523 16 12 16H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-mp3-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.75C4.26144 13.75 4.69737 13.3195 4.69737 12.7885L4.69738 11.7652C4.69737 11.4982 4.69754 10.8596 4.97816 10.3875C5.15109 10.0965 5.37251 9.85337 5.59996 9.72955C5.96647 9.53003 6.38666 9.41667 6.83333 9.41667C6.98046 9.41667 7.13864 9.42314 7.31624 9.43138L7.38206 9.43446C7.53697 9.44174 7.70556 9.44966 7.8737 9.45315C8.25379 9.46105 8.69733 9.44904 9.12548 9.33432C9.95945 9.11086 10.6109 8.45945 10.8343 7.62548C10.949 7.19733 10.961 6.75379 10.9532 6.3737C10.9497 6.20562 10.9417 6.03692 10.9345 5.88206L10.9314 5.81624C10.9231 5.63864 10.9167 5.48046 10.9167 5.33333C10.9167 4.86564 11.0409 4.42698 11.2583 4.04857C11.385 3.82798 11.6057 3.62609 11.9105 3.44878C12.3726 3.17987 12.926 3.17738 13.2642 3.17585C13.6023 3.17433 13.9591 3.17316 14.2572 3.17316C16.0914 3.17316 16.7582 3.18692 17.2614 3.36158C18.1337 3.66441 18.7997 4.29659 19.11 5.07103C19.1878 5.26511 19.2427 5.52002 19.2721 5.96153C19.3021 6.41159 19.3026 6.98607 19.3026 7.81394V12.7885C19.3026 13.3195 19.7386 13.75 20.2763 13.75C20.8141 13.75 21.25 13.3195 21.25 12.7885V7.78121C21.25 6.99374 21.25 6.35586 21.2153 5.83514C21.1795 5.29867 21.1039 4.82043 20.9208 4.36341C20.3922 3.04443 19.2841 2.02533 17.9072 1.54735C17.0482 1.24915 16.0155 1.24951 14.4607 1.25005L13.5134 1.25012L13.5 1.25L13.4649 1.25015C10.9565 1.25185 9.40174 1.28168 8.1118 1.72949C5.8915 2.50027 4.11806 4.13859 3.27491 6.24261C2.99393 6.94378 2.86942 7.69695 2.80918 8.60017C2.74999 9.48756 2.75 10.5838 2.75 11.9814V12.7885C2.75 13.3195 3.18593 13.75 3.72368 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.31731 22.0542L7.0126 17.8405L6.67 18.336C6.61733 18.4124 6.53967 18.525 6.45844 18.6131C6.36532 18.7141 6.14018 18.9261 5.78091 18.9261C5.42164 18.9261 5.19651 18.7141 5.10338 18.6131C5.02215 18.525 4.9445 18.4124 4.89182 18.336L4.5503 17.8421L4.24811 22.0538C4.21847 22.467 3.85951 22.7779 3.44636 22.7482C3.03321 22.7186 2.72231 22.3596 2.75196 21.9465L3.13328 16.6317C3.14703 16.439 3.1619 16.2307 3.19369 16.0676C3.21091 15.9793 3.24329 15.8448 3.31722 15.7107C3.39986 15.5608 3.54981 15.3862 3.79605 15.2993C4.05156 15.2092 4.2943 15.2548 4.47459 15.3457C4.62673 15.4225 4.73342 15.5296 4.79361 15.5954C4.90474 15.7169 5.02192 15.8866 5.1243 16.0348L5.78091 16.9844L6.43805 16.034C6.54034 15.8859 6.65746 15.7163 6.76855 15.5949C6.82873 15.5291 6.93539 15.422 7.0875 15.3453C7.26775 15.2544 7.51034 15.2088 7.76573 15.2988C8.01186 15.3855 8.16186 15.5599 8.24459 15.7098C8.3186 15.8439 8.35105 15.9783 8.36832 16.0666C8.40019 16.2296 8.41516 16.4377 8.42901 16.6302L8.8134 21.946C8.84328 22.3592 8.53259 22.7183 8.11945 22.7482C7.70632 22.7781 7.34719 22.4674 7.31731 22.0542Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9433 15.25H12.6738C13.9072 15.25 14.7934 16.323 14.7934 17.5C14.7934 18.677 13.9072 19.75 12.6738 19.75H11.5977V22C11.5977 22.4142 11.2619 22.75 10.8477 22.75C10.4335 22.75 10.0977 22.4142 10.0977 22L10.0977 17.1645C10.0976 16.9127 10.0975 16.6601 10.1233 16.4503C10.1521 16.2154 10.224 15.9222 10.4543 15.67C10.6934 15.4081 10.9874 15.3161 11.233 15.28C11.4379 15.2498 11.7185 15.2499 11.9433 15.25ZM12.6736 18.2501H11.5975V16.7501H12.6736C12.9531 16.7501 13.2932 17.0203 13.2932 17.5001C13.2932 17.98 12.9531 18.2501 12.6736 18.2501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.9049 15.6522C17.3169 15.3608 17.8068 15.2501 18.2569 15.2501H19.0681C19.5182 15.2501 20.0081 15.3608 20.4201 15.6522C20.8506 15.9567 21.1468 16.4258 21.2215 17.0253C21.2595 17.3298 21.2595 17.6704 21.2215 17.975C21.1734 18.3613 21.0189 18.7133 20.791 19.0001C21.0189 19.2869 21.1734 19.6389 21.2215 20.0253C21.2595 20.3298 21.2595 20.6704 21.2215 20.975C21.1468 21.5745 20.8506 22.0436 20.4201 22.348C20.0081 22.6394 19.5182 22.7501 19.0681 22.7501L18.2569 22.7501C17.8068 22.7501 17.3169 22.6394 16.9049 22.348C16.4744 22.0436 16.1782 21.5745 16.1035 20.975C16.0523 20.5639 16.344 20.1892 16.755 20.138C17.166 20.0868 17.5408 20.3785 17.592 20.7895C17.6151 20.9753 17.6887 21.0652 17.771 21.1233C17.8717 21.1946 18.0375 21.2501 18.2569 21.2501L19.0681 21.2501C19.2876 21.2501 19.4533 21.1946 19.554 21.1233C19.6363 21.0652 19.7099 20.9753 19.733 20.7895C19.7556 20.6081 19.7556 20.3921 19.733 20.2107C19.6967 19.9193 19.4588 19.7501 19.2709 19.7501C18.8567 19.7501 18.4485 19.4143 18.4485 19.0001C18.4485 18.5859 18.8567 18.2501 19.2709 18.2501C19.4588 18.2501 19.6967 18.081 19.733 17.7895C19.7556 17.6081 19.7556 17.3921 19.733 17.2107C19.7099 17.0249 19.6363 16.9351 19.554 16.8769C19.4533 16.8057 19.2876 16.7501 19.0681 16.7501H18.2569C18.0375 16.7501 17.8717 16.8057 17.771 16.8769C17.6887 16.9351 17.6151 17.0249 17.592 17.2107C17.5408 17.6218 17.166 17.9135 16.755 17.8623C16.344 17.811 16.0523 17.4363 16.1035 17.0253C16.1782 16.4258 16.4744 15.9567 16.9049 15.6522Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.75C4.26144 13.75 4.69737 13.3195 4.69737 12.7885L4.69738 11.7652C4.69737 11.4982 4.69754 10.8596 4.97816 10.3875C5.15109 10.0965 5.37251 9.85337 5.59996 9.72955C5.96647 9.53003 6.38666 9.41667 6.83333 9.41667C6.98046 9.41667 7.13864 9.42314 7.31624 9.43138L7.38206 9.43446C7.53697 9.44174 7.70556 9.44966 7.8737 9.45315C8.25379 9.46105 8.69733 9.44904 9.12548 9.33432C9.95945 9.11086 10.6109 8.45945 10.8343 7.62548C10.949 7.19733 10.961 6.75379 10.9532 6.3737C10.9497 6.20562 10.9417 6.03692 10.9345 5.88206L10.9314 5.81624C10.9231 5.63864 10.9167 5.48046 10.9167 5.33333C10.9167 4.86564 11.0409 4.42698 11.2583 4.04857C11.385 3.82798 11.6057 3.62609 11.9105 3.44878C12.3726 3.17987 12.926 3.17738 13.2642 3.17585C13.6023 3.17433 13.9591 3.17316 14.2572 3.17316C16.0914 3.17316 16.7582 3.18692 17.2614 3.36158C18.1337 3.66441 18.7997 4.29659 19.11 5.07103C19.1878 5.26511 19.2427 5.52002 19.2721 5.96153C19.3021 6.41159 19.3026 6.98607 19.3026 7.81394V12.7885C19.3026 13.3195 19.7386 13.75 20.2763 13.75C20.8141 13.75 21.25 13.3195 21.25 12.7885V7.78121C21.25 6.99374 21.25 6.35586 21.2153 5.83514C21.1795 5.29867 21.1039 4.82043 20.9208 4.36341C20.3922 3.04443 19.2841 2.02533 17.9072 1.54735C17.0482 1.24915 16.0155 1.24951 14.4607 1.25005L13.5134 1.25012L13.5 1.25L13.4649 1.25015C10.9565 1.25185 9.40174 1.28168 8.1118 1.72949C5.8915 2.50027 4.11806 4.13859 3.27491 6.24261C2.99393 6.94378 2.86942 7.69695 2.80918 8.60017C2.74999 9.48756 2.75 10.5838 2.75 11.9814V12.7885C2.75 13.3195 3.18593 13.75 3.72368 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.31731 22.0542L7.0126 17.8405L6.67 18.336C6.61733 18.4124 6.53967 18.525 6.45844 18.6131C6.36532 18.7141 6.14018 18.9261 5.78091 18.9261C5.42164 18.9261 5.19651 18.7141 5.10338 18.6131C5.02215 18.525 4.9445 18.4124 4.89182 18.336L4.5503 17.8421L4.24811 22.0538C4.21847 22.467 3.85951 22.7779 3.44636 22.7482C3.03321 22.7186 2.72231 22.3596 2.75196 21.9465L3.13328 16.6317C3.14703 16.439 3.1619 16.2307 3.19369 16.0676C3.21091 15.9793 3.24329 15.8448 3.31722 15.7107C3.39986 15.5608 3.54981 15.3862 3.79605 15.2993C4.05156 15.2092 4.2943 15.2548 4.47459 15.3457C4.62673 15.4225 4.73342 15.5296 4.79361 15.5954C4.90474 15.7169 5.02192 15.8866 5.1243 16.0348L5.78091 16.9844L6.43805 16.034C6.54034 15.8859 6.65746 15.7163 6.76855 15.5949C6.82873 15.5291 6.93539 15.422 7.0875 15.3453C7.26775 15.2544 7.51034 15.2088 7.76573 15.2988C8.01186 15.3855 8.16186 15.5599 8.24459 15.7098C8.3186 15.8439 8.35105 15.9783 8.36832 16.0666C8.40019 16.2296 8.41516 16.4377 8.42901 16.6302L8.8134 21.946C8.84328 22.3592 8.53259 22.7183 8.11945 22.7482C7.70632 22.7781 7.34719 22.4674 7.31731 22.0542Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9433 15.25H12.6738C13.9072 15.25 14.7934 16.323 14.7934 17.5C14.7934 18.677 13.9072 19.75 12.6738 19.75H11.5977V22C11.5977 22.4142 11.2619 22.75 10.8477 22.75C10.4335 22.75 10.0977 22.4142 10.0977 22L10.0977 17.1645C10.0976 16.9127 10.0975 16.6601 10.1233 16.4503C10.1521 16.2154 10.224 15.9222 10.4543 15.67C10.6934 15.4081 10.9874 15.3161 11.233 15.28C11.4379 15.2498 11.7185 15.2499 11.9433 15.25ZM12.6736 18.2501H11.5975V16.7501H12.6736C12.9531 16.7501 13.2932 17.0203 13.2932 17.5001C13.2932 17.98 12.9531 18.2501 12.6736 18.2501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.9049 15.6522C17.3169 15.3608 17.8068 15.2501 18.2569 15.2501H19.0681C19.5182 15.2501 20.0081 15.3608 20.4201 15.6522C20.8506 15.9567 21.1468 16.4258 21.2215 17.0253C21.2595 17.3298 21.2595 17.6704 21.2215 17.975C21.1734 18.3613 21.0189 18.7133 20.791 19.0001C21.0189 19.2869 21.1734 19.6389 21.2215 20.0253C21.2595 20.3298 21.2595 20.6704 21.2215 20.975C21.1468 21.5745 20.8506 22.0436 20.4201 22.348C20.0081 22.6394 19.5182 22.7501 19.0681 22.7501L18.2569 22.7501C17.8068 22.7501 17.3169 22.6394 16.9049 22.348C16.4744 22.0436 16.1782 21.5745 16.1035 20.975C16.0523 20.5639 16.344 20.1892 16.755 20.138C17.166 20.0868 17.5408 20.3785 17.592 20.7895C17.6151 20.9753 17.6887 21.0652 17.771 21.1233C17.8717 21.1946 18.0375 21.2501 18.2569 21.2501L19.0681 21.2501C19.2876 21.2501 19.4533 21.1946 19.554 21.1233C19.6363 21.0652 19.7099 20.9753 19.733 20.7895C19.7556 20.6081 19.7556 20.3921 19.733 20.2107C19.6967 19.9193 19.4588 19.7501 19.2709 19.7501C18.8567 19.7501 18.4485 19.4143 18.4485 19.0001C18.4485 18.5859 18.8567 18.2501 19.2709 18.2501C19.4588 18.2501 19.6967 18.081 19.733 17.7895C19.7556 17.6081 19.7556 17.3921 19.733 17.2107C19.7099 17.0249 19.6363 16.9351 19.554 16.8769C19.4533 16.8057 19.2876 16.7501 19.0681 16.7501H18.2569C18.0375 16.7501 17.8717 16.8057 17.771 16.8769C17.6887 16.9351 17.6151 17.0249 17.592 17.2107C17.5408 17.6218 17.166 17.9135 16.755 17.8623C16.344 17.811 16.0523 17.4363 16.1035 17.0253C16.1782 16.4258 16.4744 15.9567 16.9049 15.6522Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-mp3-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.51341 20.7033C8.38286 20.7942 9.51399 20.7955 11.1226 20.7955H15.2829C15.8206 20.7955 16.2566 21.233 16.2566 21.7727C16.2566 22.3125 15.8206 22.75 15.2829 22.75H11.0677C9.52659 22.75 8.29379 22.75 7.31154 22.6473C6.30212 22.5417 5.4409 22.3186 4.69613 21.7919C4.30577 21.5159 3.95722 21.1871 3.66204 20.8146C3.09221 20.0956 2.84896 19.2577 2.73485 18.2843C2.62496 17.3469 2.62498 16.1743 2.625 14.7262V12.1428V12.1427C2.625 10.7244 2.62499 9.61179 2.68419 8.71107C2.74444 7.79422 2.86898 7.02952 3.15009 6.31755C3.99348 4.1815 5.76721 2.51875 7.98721 1.73658C9.36965 1.2495 11.0563 1.24971 13.8959 1.25007L14.1322 1.25009L14.3355 1.25004L14.3356 1.25004C15.8906 1.2495 16.923 1.24914 17.7818 1.55172C19.1584 2.03673 20.2668 3.071 20.7956 4.41031C20.9789 4.87447 21.0545 5.36014 21.0903 5.90477C21.125 6.43335 21.125 7.08083 21.125 7.87999V7.88006V10.0455C21.125 10.5852 20.6891 11.0228 20.1513 11.0228C19.6136 11.0228 19.1776 10.5852 19.1776 10.0455V7.91329C19.1776 7.07303 19.1771 6.49008 19.1471 6.03341C19.1177 5.58546 19.0629 5.32704 18.9852 5.1304C18.6751 4.34503 18.0094 3.70339 17.1368 3.39593C16.6334 3.21858 15.9663 3.20463 14.1322 3.20463C13.8341 3.20463 13.4773 3.2058 13.1391 3.20732C12.801 3.20885 12.2476 3.21134 11.7854 3.48025C11.4807 3.65756 11.2599 3.85945 11.1332 4.08004C10.9159 4.45845 10.7916 4.89711 10.7916 5.3648C10.7916 5.51193 10.8012 5.70446 10.8094 5.88206L10.8094 5.88212C10.8167 6.03696 10.8246 6.20566 10.8281 6.3737C10.836 6.75379 10.824 7.19733 10.7093 7.62548C10.4858 8.45945 9.8344 9.11086 9.00043 9.33432C8.57228 9.44904 8.12874 9.46105 7.74865 9.45315C7.58051 9.44966 7.41193 9.44174 7.25701 9.43446C7.07941 9.42622 6.85541 9.41667 6.70828 9.41667C6.26161 9.41667 5.84142 9.53003 5.47491 9.72955C5.24746 9.85337 5.02604 10.0965 4.85311 10.3875C4.57249 10.8596 4.57232 11.4982 4.57234 11.7652L4.57237 14.6653C4.57237 16.1888 4.57394 17.2461 4.66887 18.0559C4.76111 18.8427 4.93055 19.2754 5.18611 19.5979C5.3639 19.8223 5.57628 20.0234 5.81774 20.1941C6.17557 20.4472 6.65949 20.6139 7.51341 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.0358 15.1589C9.92469 15.2652 9.70466 15.4367 9.37738 15.4367C9.05011 15.4367 8.83008 15.2652 8.719 15.1589L8.37622 14.7486L8.12682 18.0546C8.09566 18.4676 7.73556 18.7772 7.32252 18.746C6.90948 18.7149 6.59991 18.3548 6.63107 17.9417L6.9654 13.5097C6.97716 13.3526 6.99087 13.1694 7.02079 13.0234L7.02122 13.0213C7.04197 12.9199 7.13738 12.4539 7.61834 12.2925C8.13766 12.1183 8.49699 12.489 8.56803 12.5628C8.67129 12.6702 8.7788 12.8183 8.86703 12.9399L9.37737 13.5938L9.8882 12.9392L9.8882 12.9392C9.97634 12.8178 10.0838 12.6697 10.187 12.5624C10.2582 12.4885 10.6173 12.1181 11.1364 12.2921C11.6172 12.4532 11.7129 12.919 11.7337 13.0204L11.7341 13.0224C11.7641 13.1683 11.7779 13.3514 11.7898 13.5084V13.5084L12.1268 17.9413C12.1582 18.3543 11.8488 18.7146 11.4358 18.746C11.0228 18.7774 10.6625 18.468 10.6311 18.055L10.3796 14.7472L10.0358 15.1589Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.3789 18V15.5M13.3789 15.5V14C13.3789 13.5286 13.3789 13.2929 13.5195 13.1464C13.6601 13 13.8864 13 14.3389 13H14.9789C15.6416 13 16.1789 13.5596 16.1789 14.25C16.1789 14.9404 15.6416 15.5 14.9789 15.5H13.3789Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.1797 13.9316C18.2654 13.2771 18.8277 13 19.4144 13H20.1251C20.7118 13 21.2741 13.2771 21.3598 13.9316C21.3863 14.134 21.3863 14.366 21.3598 14.5684C21.2891 15.108 20.8157 15.5 20.3028 15.5M18.1797 17.0684C18.2654 17.7229 18.8277 18 19.4144 18L20.1251 18C20.7118 18 21.2741 17.7229 21.3598 17.0684C21.3863 16.866 21.3863 16.634 21.3598 16.4316C21.2891 15.892 20.8157 15.5 20.3028 15.5M20.3028 15.5H20.2394%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.51341 20.7033C8.38286 20.7942 9.51399 20.7955 11.1226 20.7955H15.2829C15.8206 20.7955 16.2566 21.233 16.2566 21.7727C16.2566 22.3125 15.8206 22.75 15.2829 22.75H11.0677C9.52659 22.75 8.29379 22.75 7.31154 22.6473C6.30212 22.5417 5.4409 22.3186 4.69613 21.7919C4.30577 21.5159 3.95722 21.1871 3.66204 20.8146C3.09221 20.0956 2.84896 19.2577 2.73485 18.2843C2.62496 17.3469 2.62498 16.1743 2.625 14.7262V12.1428V12.1427C2.625 10.7244 2.62499 9.61179 2.68419 8.71107C2.74444 7.79422 2.86898 7.02952 3.15009 6.31755C3.99348 4.1815 5.76721 2.51875 7.98721 1.73658C9.36965 1.2495 11.0563 1.24971 13.8959 1.25007L14.1322 1.25009L14.3355 1.25004L14.3356 1.25004C15.8906 1.2495 16.923 1.24914 17.7818 1.55172C19.1584 2.03673 20.2668 3.071 20.7956 4.41031C20.9789 4.87447 21.0545 5.36014 21.0903 5.90477C21.125 6.43335 21.125 7.08083 21.125 7.87999V7.88006V10.0455C21.125 10.5852 20.6891 11.0228 20.1513 11.0228C19.6136 11.0228 19.1776 10.5852 19.1776 10.0455V7.91329C19.1776 7.07303 19.1771 6.49008 19.1471 6.03341C19.1177 5.58546 19.0629 5.32704 18.9852 5.1304C18.6751 4.34503 18.0094 3.70339 17.1368 3.39593C16.6334 3.21858 15.9663 3.20463 14.1322 3.20463C13.8341 3.20463 13.4773 3.2058 13.1391 3.20732C12.801 3.20885 12.2476 3.21134 11.7854 3.48025C11.4807 3.65756 11.2599 3.85945 11.1332 4.08004C10.9159 4.45845 10.7916 4.89711 10.7916 5.3648C10.7916 5.51193 10.8012 5.70446 10.8094 5.88206L10.8094 5.88212C10.8167 6.03696 10.8246 6.20566 10.8281 6.3737C10.836 6.75379 10.824 7.19733 10.7093 7.62548C10.4858 8.45945 9.8344 9.11086 9.00043 9.33432C8.57228 9.44904 8.12874 9.46105 7.74865 9.45315C7.58051 9.44966 7.41193 9.44174 7.25701 9.43446C7.07941 9.42622 6.85541 9.41667 6.70828 9.41667C6.26161 9.41667 5.84142 9.53003 5.47491 9.72955C5.24746 9.85337 5.02604 10.0965 4.85311 10.3875C4.57249 10.8596 4.57232 11.4982 4.57234 11.7652L4.57237 14.6653C4.57237 16.1888 4.57394 17.2461 4.66887 18.0559C4.76111 18.8427 4.93055 19.2754 5.18611 19.5979C5.3639 19.8223 5.57628 20.0234 5.81774 20.1941C6.17557 20.4472 6.65949 20.6139 7.51341 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.0358 15.1589C9.92469 15.2652 9.70466 15.4367 9.37738 15.4367C9.05011 15.4367 8.83008 15.2652 8.719 15.1589L8.37622 14.7486L8.12682 18.0546C8.09566 18.4676 7.73556 18.7772 7.32252 18.746C6.90948 18.7149 6.59991 18.3548 6.63107 17.9417L6.9654 13.5097C6.97716 13.3526 6.99087 13.1694 7.02079 13.0234L7.02122 13.0213C7.04197 12.9199 7.13738 12.4539 7.61834 12.2925C8.13766 12.1183 8.49699 12.489 8.56803 12.5628C8.67129 12.6702 8.7788 12.8183 8.86703 12.9399L9.37737 13.5938L9.8882 12.9392L9.8882 12.9392C9.97634 12.8178 10.0838 12.6697 10.187 12.5624C10.2582 12.4885 10.6173 12.1181 11.1364 12.2921C11.6172 12.4532 11.7129 12.919 11.7337 13.0204L11.7341 13.0224C11.7641 13.1683 11.7779 13.3514 11.7898 13.5084V13.5084L12.1268 17.9413C12.1582 18.3543 11.8488 18.7146 11.4358 18.746C11.0228 18.7774 10.6625 18.468 10.6311 18.055L10.3796 14.7472L10.0358 15.1589Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.3789 18V15.5M13.3789 15.5V14C13.3789 13.5286 13.3789 13.2929 13.5195 13.1464C13.6601 13 13.8864 13 14.3389 13H14.9789C15.6416 13 16.1789 13.5596 16.1789 14.25C16.1789 14.9404 15.6416 15.5 14.9789 15.5H13.3789Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.1797 13.9316C18.2654 13.2771 18.8277 13 19.4144 13H20.1251C20.7118 13 21.2741 13.2771 21.3598 13.9316C21.3863 14.134 21.3863 14.366 21.3598 14.5684C21.2891 15.108 20.8157 15.5 20.3028 15.5M18.1797 17.0684C18.2654 17.7229 18.8277 18 19.4144 18L20.1251 18C20.7118 18 21.2741 17.7229 21.3598 17.0684C21.3863 16.866 21.3863 16.634 21.3598 16.4316C21.2891 15.892 20.8157 15.5 20.3028 15.5M20.3028 15.5H20.2394%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-mp4-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.75C4.26144 13.75 4.69737 13.3195 4.69737 12.7885L4.69738 11.7652C4.69737 11.4982 4.69754 10.8596 4.97816 10.3875C5.15109 10.0965 5.37251 9.85337 5.59996 9.72955C5.96647 9.53003 6.38666 9.41667 6.83333 9.41667C6.98046 9.41667 7.13864 9.42314 7.31624 9.43138L7.38206 9.43446C7.53697 9.44174 7.70556 9.44966 7.8737 9.45315C8.25379 9.46105 8.69733 9.44904 9.12548 9.33432C9.95945 9.11086 10.6109 8.45945 10.8343 7.62548C10.949 7.19733 10.961 6.75379 10.9532 6.3737C10.9497 6.20562 10.9417 6.03692 10.9345 5.88206L10.9314 5.81624C10.9231 5.63864 10.9167 5.48046 10.9167 5.33333C10.9167 4.86564 11.0409 4.42698 11.2583 4.04857C11.385 3.82798 11.6057 3.62609 11.9105 3.44878C12.3726 3.17987 12.926 3.17738 13.2642 3.17585C13.6023 3.17433 13.9591 3.17316 14.2572 3.17316C16.0914 3.17316 16.7582 3.18692 17.2614 3.36158C18.1337 3.66441 18.7997 4.29659 19.11 5.07103C19.1878 5.26511 19.2427 5.52002 19.2721 5.96153C19.3021 6.41159 19.3026 6.98607 19.3026 7.81394V12.7885C19.3026 13.3195 19.7386 13.75 20.2763 13.75C20.8141 13.75 21.25 13.3195 21.25 12.7885V7.78121C21.25 6.99374 21.25 6.35586 21.2153 5.83514C21.1795 5.29867 21.1039 4.82043 20.9208 4.36341C20.3922 3.04443 19.2841 2.02533 17.9072 1.54735C17.0482 1.24915 16.0155 1.24951 14.4607 1.25005L13.5134 1.25012L13.5 1.25L13.4649 1.25015C10.9565 1.25185 9.40174 1.28168 8.1118 1.72949C5.8915 2.50027 4.11806 4.13859 3.27491 6.24261C2.99393 6.94378 2.86942 7.69695 2.80918 8.60017C2.74999 9.48756 2.75 10.5838 2.75 11.9814V12.7885C2.75 13.3195 3.18593 13.75 3.72368 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.31731 22.0542L7.0126 17.8405L6.67 18.336C6.61733 18.4124 6.53967 18.525 6.45844 18.6131C6.36532 18.7141 6.14018 18.9261 5.78091 18.9261C5.42164 18.9261 5.19651 18.7141 5.10338 18.6131C5.02215 18.525 4.9445 18.4124 4.89182 18.336L4.5503 17.8421L4.24811 22.0538C4.21847 22.467 3.85951 22.7779 3.44636 22.7482C3.03321 22.7186 2.72231 22.3596 2.75196 21.9465L3.13328 16.6317C3.14703 16.439 3.1619 16.2307 3.19369 16.0676C3.21091 15.9793 3.24329 15.8448 3.31722 15.7107C3.39986 15.5608 3.54981 15.3862 3.79605 15.2993C4.05156 15.2092 4.2943 15.2548 4.47459 15.3457C4.62673 15.4225 4.73342 15.5296 4.79361 15.5954C4.90474 15.7169 5.02192 15.8866 5.1243 16.0348L5.78091 16.9844L6.43805 16.034C6.54034 15.8859 6.65746 15.7163 6.76855 15.5949C6.82873 15.5291 6.93539 15.422 7.0875 15.3453C7.26775 15.2544 7.51034 15.2088 7.76573 15.2988C8.01186 15.3855 8.16186 15.5599 8.24459 15.7098C8.3186 15.8439 8.35105 15.9783 8.36832 16.0666C8.40019 16.2296 8.41516 16.4377 8.42901 16.6302L8.8134 21.946C8.84328 22.3592 8.53259 22.7183 8.11945 22.7482C7.70632 22.7781 7.34719 22.4674 7.31731 22.0542Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1504 15.25C12.163 15.25 12.1755 15.25 12.188 15.25H12.941C14.1771 15.25 15.1027 16.3009 15.1027 17.5C15.1027 18.6992 14.1771 19.75 12.941 19.75H11.8086V22C11.8086 22.4142 11.4728 22.75 11.0586 22.75C10.6444 22.75 10.3086 22.4142 10.3086 22V17.2C10.3086 17.188 10.3086 17.1759 10.3086 17.1639C10.3085 16.9127 10.3085 16.6588 10.3352 16.4475C10.3654 16.2089 10.4409 15.9135 10.6779 15.6617C10.9209 15.4035 11.2168 15.3146 11.4623 15.2795C11.6702 15.2498 11.9175 15.2499 12.1504 15.25ZM11.8086 18.25H12.941C13.2643 18.25 13.6027 17.9577 13.6027 17.5C13.6027 17.0423 13.2643 16.75 12.941 16.75H12.188C12.052 16.75 11.9464 16.7501 11.8561 16.7525C11.8412 16.7529 11.8272 16.7534 11.8141 16.7539C11.8128 16.7803 11.8118 16.8101 11.811 16.8439C11.8086 16.9419 11.8086 17.056 11.8086 17.2V18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.207 15.25C17.6213 15.25 17.957 15.5858 17.957 16V17C17.957 17.4914 17.9585 17.7889 17.9856 18.0031C17.9981 18.1021 18.0131 18.1537 18.0227 18.1786C18.0247 18.1838 18.0264 18.1875 18.0276 18.1901C18.0423 18.1962 18.0809 18.2092 18.1627 18.2209C18.3537 18.2482 18.6232 18.25 19.0894 18.25H19.7512V16C19.7512 15.5858 20.0869 15.25 20.5012 15.25C20.9154 15.25 21.2512 15.5858 21.2512 16V22C21.2512 22.4142 20.9154 22.75 20.5012 22.75C20.0869 22.75 19.7512 22.4142 19.7512 22V19.75H19.0894C19.0741 19.75 19.0588 19.75 19.0436 19.75C18.6396 19.7501 18.2605 19.7501 17.9506 19.7059C17.6025 19.6561 17.2347 19.5379 16.9366 19.2211C16.6444 18.9107 16.5414 18.5389 16.4974 18.1914C16.457 17.8715 16.457 17.4774 16.457 17.0429C16.457 17.0286 16.457 17.0143 16.457 17V16C16.457 15.5858 16.7928 15.25 17.207 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.75C4.26144 13.75 4.69737 13.3195 4.69737 12.7885L4.69738 11.7652C4.69737 11.4982 4.69754 10.8596 4.97816 10.3875C5.15109 10.0965 5.37251 9.85337 5.59996 9.72955C5.96647 9.53003 6.38666 9.41667 6.83333 9.41667C6.98046 9.41667 7.13864 9.42314 7.31624 9.43138L7.38206 9.43446C7.53697 9.44174 7.70556 9.44966 7.8737 9.45315C8.25379 9.46105 8.69733 9.44904 9.12548 9.33432C9.95945 9.11086 10.6109 8.45945 10.8343 7.62548C10.949 7.19733 10.961 6.75379 10.9532 6.3737C10.9497 6.20562 10.9417 6.03692 10.9345 5.88206L10.9314 5.81624C10.9231 5.63864 10.9167 5.48046 10.9167 5.33333C10.9167 4.86564 11.0409 4.42698 11.2583 4.04857C11.385 3.82798 11.6057 3.62609 11.9105 3.44878C12.3726 3.17987 12.926 3.17738 13.2642 3.17585C13.6023 3.17433 13.9591 3.17316 14.2572 3.17316C16.0914 3.17316 16.7582 3.18692 17.2614 3.36158C18.1337 3.66441 18.7997 4.29659 19.11 5.07103C19.1878 5.26511 19.2427 5.52002 19.2721 5.96153C19.3021 6.41159 19.3026 6.98607 19.3026 7.81394V12.7885C19.3026 13.3195 19.7386 13.75 20.2763 13.75C20.8141 13.75 21.25 13.3195 21.25 12.7885V7.78121C21.25 6.99374 21.25 6.35586 21.2153 5.83514C21.1795 5.29867 21.1039 4.82043 20.9208 4.36341C20.3922 3.04443 19.2841 2.02533 17.9072 1.54735C17.0482 1.24915 16.0155 1.24951 14.4607 1.25005L13.5134 1.25012L13.5 1.25L13.4649 1.25015C10.9565 1.25185 9.40174 1.28168 8.1118 1.72949C5.8915 2.50027 4.11806 4.13859 3.27491 6.24261C2.99393 6.94378 2.86942 7.69695 2.80918 8.60017C2.74999 9.48756 2.75 10.5838 2.75 11.9814V12.7885C2.75 13.3195 3.18593 13.75 3.72368 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.31731 22.0542L7.0126 17.8405L6.67 18.336C6.61733 18.4124 6.53967 18.525 6.45844 18.6131C6.36532 18.7141 6.14018 18.9261 5.78091 18.9261C5.42164 18.9261 5.19651 18.7141 5.10338 18.6131C5.02215 18.525 4.9445 18.4124 4.89182 18.336L4.5503 17.8421L4.24811 22.0538C4.21847 22.467 3.85951 22.7779 3.44636 22.7482C3.03321 22.7186 2.72231 22.3596 2.75196 21.9465L3.13328 16.6317C3.14703 16.439 3.1619 16.2307 3.19369 16.0676C3.21091 15.9793 3.24329 15.8448 3.31722 15.7107C3.39986 15.5608 3.54981 15.3862 3.79605 15.2993C4.05156 15.2092 4.2943 15.2548 4.47459 15.3457C4.62673 15.4225 4.73342 15.5296 4.79361 15.5954C4.90474 15.7169 5.02192 15.8866 5.1243 16.0348L5.78091 16.9844L6.43805 16.034C6.54034 15.8859 6.65746 15.7163 6.76855 15.5949C6.82873 15.5291 6.93539 15.422 7.0875 15.3453C7.26775 15.2544 7.51034 15.2088 7.76573 15.2988C8.01186 15.3855 8.16186 15.5599 8.24459 15.7098C8.3186 15.8439 8.35105 15.9783 8.36832 16.0666C8.40019 16.2296 8.41516 16.4377 8.42901 16.6302L8.8134 21.946C8.84328 22.3592 8.53259 22.7183 8.11945 22.7482C7.70632 22.7781 7.34719 22.4674 7.31731 22.0542Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1504 15.25C12.163 15.25 12.1755 15.25 12.188 15.25H12.941C14.1771 15.25 15.1027 16.3009 15.1027 17.5C15.1027 18.6992 14.1771 19.75 12.941 19.75H11.8086V22C11.8086 22.4142 11.4728 22.75 11.0586 22.75C10.6444 22.75 10.3086 22.4142 10.3086 22V17.2C10.3086 17.188 10.3086 17.1759 10.3086 17.1639C10.3085 16.9127 10.3085 16.6588 10.3352 16.4475C10.3654 16.2089 10.4409 15.9135 10.6779 15.6617C10.9209 15.4035 11.2168 15.3146 11.4623 15.2795C11.6702 15.2498 11.9175 15.2499 12.1504 15.25ZM11.8086 18.25H12.941C13.2643 18.25 13.6027 17.9577 13.6027 17.5C13.6027 17.0423 13.2643 16.75 12.941 16.75H12.188C12.052 16.75 11.9464 16.7501 11.8561 16.7525C11.8412 16.7529 11.8272 16.7534 11.8141 16.7539C11.8128 16.7803 11.8118 16.8101 11.811 16.8439C11.8086 16.9419 11.8086 17.056 11.8086 17.2V18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.207 15.25C17.6213 15.25 17.957 15.5858 17.957 16V17C17.957 17.4914 17.9585 17.7889 17.9856 18.0031C17.9981 18.1021 18.0131 18.1537 18.0227 18.1786C18.0247 18.1838 18.0264 18.1875 18.0276 18.1901C18.0423 18.1962 18.0809 18.2092 18.1627 18.2209C18.3537 18.2482 18.6232 18.25 19.0894 18.25H19.7512V16C19.7512 15.5858 20.0869 15.25 20.5012 15.25C20.9154 15.25 21.2512 15.5858 21.2512 16V22C21.2512 22.4142 20.9154 22.75 20.5012 22.75C20.0869 22.75 19.7512 22.4142 19.7512 22V19.75H19.0894C19.0741 19.75 19.0588 19.75 19.0436 19.75C18.6396 19.7501 18.2605 19.7501 17.9506 19.7059C17.6025 19.6561 17.2347 19.5379 16.9366 19.2211C16.6444 18.9107 16.5414 18.5389 16.4974 18.1914C16.457 17.8715 16.457 17.4774 16.457 17.0429C16.457 17.0286 16.457 17.0143 16.457 17V16C16.457 15.5858 16.7928 15.25 17.207 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-mp4-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1075 14.7064L9.95315 14.8982L9.93904 14.9157L9.93904 14.9157C9.88129 14.9877 9.79551 15.0946 9.70645 15.1777C9.59502 15.2815 9.3776 15.4461 9.05726 15.4461C8.73691 15.4461 8.51949 15.2816 8.40806 15.1777C8.319 15.0946 8.23321 14.9877 8.17546 14.9157L8.16136 14.8982L8.00811 14.7078L7.74779 18.0599C7.71572 18.4729 7.35494 18.7817 6.94197 18.7496C6.529 18.7175 6.22022 18.3567 6.25229 17.9438L6.59398 13.5438L6.59648 13.5114C6.60855 13.3547 6.62277 13.1701 6.65384 13.0228C6.67612 12.9172 6.77534 12.452 7.25965 12.2941C7.76747 12.1286 8.12231 12.4797 8.20061 12.5587C8.30654 12.6657 8.41704 12.8136 8.50798 12.9353L8.51985 12.9512L9.05724 13.6189L9.59514 12.9505L9.607 12.9347C9.69786 12.8131 9.80831 12.6653 9.9142 12.5583C9.99258 12.4792 10.3472 12.1285 10.8548 12.2937C11.3389 12.4513 11.4384 12.9162 11.4608 13.0219C11.492 13.1691 11.5063 13.3535 11.5184 13.51L11.521 13.5425L11.8654 17.9433C11.8977 18.3563 11.5892 18.7172 11.1762 18.7496C10.7633 18.7819 10.4023 18.4733 10.37 18.0604L10.1075 14.7064Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1335 12.25C14.145 12.25 14.1565 12.25 14.1679 12.25H14.8268C15.9316 12.25 16.8121 13.1538 16.8121 14.25C16.8121 15.3462 15.9316 16.25 14.8268 16.25H13.9297V18C13.9297 18.4142 13.5939 18.75 13.1797 18.75C12.7655 18.75 12.4297 18.4142 12.4297 18V14C12.4297 13.9887 12.4297 13.9772 12.4297 13.9658C12.4296 13.7605 12.4295 13.5392 12.4543 13.3526C12.4833 13.1349 12.5576 12.8554 12.791 12.6193C13.0255 12.3819 13.3053 12.305 13.5247 12.2752C13.7109 12.2498 13.9312 12.2499 14.1335 12.25ZM13.9297 14.75H14.8268C15.0864 14.75 15.3121 14.5346 15.3121 14.25C15.3121 13.9655 15.0864 13.75 14.8268 13.75H14.1679C14.074 13.75 13.9973 13.7501 13.9308 13.751C13.9297 13.8206 13.9297 13.901 13.9297 14V14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.1211 12.25C18.5353 12.25 18.8711 12.5858 18.8711 13V13.8333C18.8711 14.2471 18.8727 14.4829 18.8947 14.6489C18.8985 14.6777 18.9025 14.6997 18.906 14.7164C18.9211 14.7195 18.9407 14.7229 18.9656 14.7263C19.1276 14.7484 19.3585 14.75 19.7682 14.75H20.2535V13C20.2535 12.5858 20.5892 12.25 21.0035 12.25C21.4177 12.25 21.7535 12.5858 21.7535 13V18C21.7535 18.4142 21.4177 18.75 21.0035 18.75C20.5892 18.75 20.2535 18.4142 20.2535 18V16.25H19.7682C19.754 16.25 19.7398 16.25 19.7257 16.25C19.3743 16.2501 19.0389 16.2501 18.7634 16.2126C18.4544 16.1706 18.1117 16.0693 17.8289 15.7831C17.5473 15.4982 17.4488 15.155 17.4078 14.8465C17.371 14.5695 17.371 14.2318 17.3711 13.8753C17.3711 13.8614 17.3711 13.8474 17.3711 13.8333V13C17.3711 12.5858 17.7069 12.25 18.1211 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1075 14.7064L9.95315 14.8982L9.93904 14.9157L9.93904 14.9157C9.88129 14.9877 9.79551 15.0946 9.70645 15.1777C9.59502 15.2815 9.3776 15.4461 9.05726 15.4461C8.73691 15.4461 8.51949 15.2816 8.40806 15.1777C8.319 15.0946 8.23321 14.9877 8.17546 14.9157L8.16136 14.8982L8.00811 14.7078L7.74779 18.0599C7.71572 18.4729 7.35494 18.7817 6.94197 18.7496C6.529 18.7175 6.22022 18.3567 6.25229 17.9438L6.59398 13.5438L6.59648 13.5114C6.60855 13.3547 6.62277 13.1701 6.65384 13.0228C6.67612 12.9172 6.77534 12.452 7.25965 12.2941C7.76747 12.1286 8.12231 12.4797 8.20061 12.5587C8.30654 12.6657 8.41704 12.8136 8.50798 12.9353L8.51985 12.9512L9.05724 13.6189L9.59514 12.9505L9.607 12.9347C9.69786 12.8131 9.80831 12.6653 9.9142 12.5583C9.99258 12.4792 10.3472 12.1285 10.8548 12.2937C11.3389 12.4513 11.4384 12.9162 11.4608 13.0219C11.492 13.1691 11.5063 13.3535 11.5184 13.51L11.521 13.5425L11.8654 17.9433C11.8977 18.3563 11.5892 18.7172 11.1762 18.7496C10.7633 18.7819 10.4023 18.4733 10.37 18.0604L10.1075 14.7064Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1335 12.25C14.145 12.25 14.1565 12.25 14.1679 12.25H14.8268C15.9316 12.25 16.8121 13.1538 16.8121 14.25C16.8121 15.3462 15.9316 16.25 14.8268 16.25H13.9297V18C13.9297 18.4142 13.5939 18.75 13.1797 18.75C12.7655 18.75 12.4297 18.4142 12.4297 18V14C12.4297 13.9887 12.4297 13.9772 12.4297 13.9658C12.4296 13.7605 12.4295 13.5392 12.4543 13.3526C12.4833 13.1349 12.5576 12.8554 12.791 12.6193C13.0255 12.3819 13.3053 12.305 13.5247 12.2752C13.7109 12.2498 13.9312 12.2499 14.1335 12.25ZM13.9297 14.75H14.8268C15.0864 14.75 15.3121 14.5346 15.3121 14.25C15.3121 13.9655 15.0864 13.75 14.8268 13.75H14.1679C14.074 13.75 13.9973 13.7501 13.9308 13.751C13.9297 13.8206 13.9297 13.901 13.9297 14V14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.1211 12.25C18.5353 12.25 18.8711 12.5858 18.8711 13V13.8333C18.8711 14.2471 18.8727 14.4829 18.8947 14.6489C18.8985 14.6777 18.9025 14.6997 18.906 14.7164C18.9211 14.7195 18.9407 14.7229 18.9656 14.7263C19.1276 14.7484 19.3585 14.75 19.7682 14.75H20.2535V13C20.2535 12.5858 20.5892 12.25 21.0035 12.25C21.4177 12.25 21.7535 12.5858 21.7535 13V18C21.7535 18.4142 21.4177 18.75 21.0035 18.75C20.5892 18.75 20.2535 18.4142 20.2535 18V16.25H19.7682C19.754 16.25 19.7398 16.25 19.7257 16.25C19.3743 16.2501 19.0389 16.2501 18.7634 16.2126C18.4544 16.1706 18.1117 16.0693 17.8289 15.7831C17.5473 15.4982 17.4488 15.155 17.4078 14.8465C17.371 14.5695 17.371 14.2318 17.3711 13.8753C17.3711 13.8614 17.3711 13.8474 17.3711 13.8333V13C17.3711 12.5858 17.7069 12.25 18.1211 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-news-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.82782 6.74985L6.81752 6.74985C7.33036 6.74985 7.74609 7.18264 7.74609 7.71652V8.68318H5.88895C4.98724 8.68318 4.40436 8.68524 3.97489 8.74535C3.57214 8.80172 3.4459 8.89273 3.37521 8.96631C3.30453 9.0399 3.2171 9.17132 3.16295 9.5906C3.10521 10.0377 3.10324 10.6445 3.10324 11.5832V17.8665C3.10324 18.6673 3.90541 19.3165 4.67466 19.3165C5.44392 19.3165 6.24609 18.6673 6.24609 17.8665H7.74609C7.74609 19.7351 6.29102 21.2498 4.4961 21.2498C2.70117 21.2498 1.2461 19.7351 1.2461 17.8665L1.2461 11.5195C1.24605 10.6626 1.24601 9.92426 1.32237 9.33299C1.40421 8.69932 1.58876 8.09192 2.06201 7.59924C2.53527 7.10657 3.11874 6.91445 3.72743 6.82925C4.2954 6.74976 5.00466 6.7498 5.82782 6.74985Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.3918 2.86651C18.5248 2.74995 17.4225 2.74997 16.0549 2.74999L10.8842 2.74996C10.0662 2.74969 9.50809 2.74951 9.02943 2.87777C7.73533 3.22452 6.72453 4.23532 6.37778 5.52942C6.24952 6.00808 6.24971 6.56623 6.24997 7.38419V7.38419L6.25 18C6.25 18.9665 5.4665 19.75 4.5 19.75C4.08579 19.75 3.75 20.0858 3.75 20.5C3.75 20.9142 4.08579 21.25 4.5 21.25H16.0549C17.4225 21.25 18.5248 21.25 19.3918 21.1335C20.2919 21.0124 21.0497 20.7536 21.6517 20.1516C22.2536 19.5497 22.5125 18.7918 22.6335 17.8917C22.75 17.0248 22.75 15.9224 22.75 14.5549V9.44512C22.75 8.07753 22.75 6.97521 22.6335 6.10824C22.5125 5.20813 22.2536 4.45025 21.6517 3.84834C21.0497 3.24642 20.2919 2.98753 19.3918 2.86651ZM10.5 7.24994C10.0858 7.24994 9.75 7.58573 9.75 7.99994C9.75 8.41415 10.0858 8.74994 10.5 8.74994H18.5C18.9142 8.74994 19.25 8.41415 19.25 7.99994C19.25 7.58573 18.9142 7.24994 18.5 7.24994H10.5ZM10.5 11.2499C10.0858 11.2499 9.75 11.5857 9.75 11.9999C9.75 12.4142 10.0858 12.7499 10.5 12.7499H13C13.4142 12.7499 13.75 12.4142 13.75 11.9999C13.75 11.5857 13.4142 11.2499 13 11.2499H10.5ZM16 11.2499C15.5858 11.2499 15.25 11.5857 15.25 11.9999C15.25 12.4142 15.5858 12.7499 16 12.7499H18.5C18.9142 12.7499 19.25 12.4142 19.25 11.9999C19.25 11.5857 18.9142 11.2499 18.5 11.2499H16ZM10.5 15.2499C10.0858 15.2499 9.75 15.5857 9.75 15.9999C9.75 16.4142 10.0858 16.7499 10.5 16.7499H13C13.4142 16.7499 13.75 16.4142 13.75 15.9999C13.75 15.5857 13.4142 15.2499 13 15.2499H10.5ZM16 15.2499C15.5858 15.2499 15.25 15.5857 15.25 15.9999C15.25 16.4142 15.5858 16.7499 16 16.7499H18.5C18.9142 16.7499 19.25 16.4142 19.25 15.9999C19.25 15.5857 18.9142 15.2499 18.5 15.2499H16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.82782 6.74985L6.81752 6.74985C7.33036 6.74985 7.74609 7.18264 7.74609 7.71652V8.68318H5.88895C4.98724 8.68318 4.40436 8.68524 3.97489 8.74535C3.57214 8.80172 3.4459 8.89273 3.37521 8.96631C3.30453 9.0399 3.2171 9.17132 3.16295 9.5906C3.10521 10.0377 3.10324 10.6445 3.10324 11.5832V17.8665C3.10324 18.6673 3.90541 19.3165 4.67466 19.3165C5.44392 19.3165 6.24609 18.6673 6.24609 17.8665H7.74609C7.74609 19.7351 6.29102 21.2498 4.4961 21.2498C2.70117 21.2498 1.2461 19.7351 1.2461 17.8665L1.2461 11.5195C1.24605 10.6626 1.24601 9.92426 1.32237 9.33299C1.40421 8.69932 1.58876 8.09192 2.06201 7.59924C2.53527 7.10657 3.11874 6.91445 3.72743 6.82925C4.2954 6.74976 5.00466 6.7498 5.82782 6.74985Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.3918 2.86651C18.5248 2.74995 17.4225 2.74997 16.0549 2.74999L10.8842 2.74996C10.0662 2.74969 9.50809 2.74951 9.02943 2.87777C7.73533 3.22452 6.72453 4.23532 6.37778 5.52942C6.24952 6.00808 6.24971 6.56623 6.24997 7.38419V7.38419L6.25 18C6.25 18.9665 5.4665 19.75 4.5 19.75C4.08579 19.75 3.75 20.0858 3.75 20.5C3.75 20.9142 4.08579 21.25 4.5 21.25H16.0549C17.4225 21.25 18.5248 21.25 19.3918 21.1335C20.2919 21.0124 21.0497 20.7536 21.6517 20.1516C22.2536 19.5497 22.5125 18.7918 22.6335 17.8917C22.75 17.0248 22.75 15.9224 22.75 14.5549V9.44512C22.75 8.07753 22.75 6.97521 22.6335 6.10824C22.5125 5.20813 22.2536 4.45025 21.6517 3.84834C21.0497 3.24642 20.2919 2.98753 19.3918 2.86651ZM10.5 7.24994C10.0858 7.24994 9.75 7.58573 9.75 7.99994C9.75 8.41415 10.0858 8.74994 10.5 8.74994H18.5C18.9142 8.74994 19.25 8.41415 19.25 7.99994C19.25 7.58573 18.9142 7.24994 18.5 7.24994H10.5ZM10.5 11.2499C10.0858 11.2499 9.75 11.5857 9.75 11.9999C9.75 12.4142 10.0858 12.7499 10.5 12.7499H13C13.4142 12.7499 13.75 12.4142 13.75 11.9999C13.75 11.5857 13.4142 11.2499 13 11.2499H10.5ZM16 11.2499C15.5858 11.2499 15.25 11.5857 15.25 11.9999C15.25 12.4142 15.5858 12.7499 16 12.7499H18.5C18.9142 12.7499 19.25 12.4142 19.25 11.9999C19.25 11.5857 18.9142 11.2499 18.5 11.2499H16ZM10.5 15.2499C10.0858 15.2499 9.75 15.5857 9.75 15.9999C9.75 16.4142 10.0858 16.7499 10.5 16.7499H13C13.4142 16.7499 13.75 16.4142 13.75 15.9999C13.75 15.5857 13.4142 15.2499 13 15.2499H10.5ZM16 15.2499C15.5858 15.2499 15.25 15.5857 15.25 15.9999C15.25 16.4142 15.5858 16.7499 16 16.7499H18.5C18.9142 16.7499 19.25 16.4142 19.25 15.9999C19.25 15.5857 18.9142 15.2499 18.5 15.2499H16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-pdf-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.75C4.26144 13.75 4.69737 13.3195 4.69737 12.7885L4.69738 11.7652C4.69737 11.4982 4.69754 10.8596 4.97816 10.3875C5.15109 10.0965 5.37251 9.85337 5.59996 9.72955C5.96647 9.53003 6.38666 9.41667 6.83333 9.41667C6.98046 9.41667 7.13864 9.42314 7.31624 9.43138L7.38206 9.43446C7.53697 9.44174 7.70556 9.44966 7.8737 9.45315C8.25379 9.46105 8.69733 9.44904 9.12548 9.33432C9.95945 9.11086 10.6109 8.45945 10.8343 7.62548C10.949 7.19733 10.961 6.75379 10.9532 6.3737C10.9497 6.20562 10.9417 6.03692 10.9345 5.88206L10.9314 5.81624C10.9231 5.63864 10.9167 5.48046 10.9167 5.33333C10.9167 4.86564 11.0409 4.42698 11.2583 4.04857C11.385 3.82798 11.6057 3.62609 11.9105 3.44878C12.3726 3.17987 12.926 3.17738 13.2642 3.17585C13.6023 3.17433 13.9591 3.17316 14.2572 3.17316C16.0914 3.17316 16.7582 3.18692 17.2614 3.36158C18.1337 3.66441 18.7997 4.29659 19.11 5.07103C19.1878 5.26511 19.2427 5.52002 19.2721 5.96153C19.3021 6.41159 19.3026 6.98607 19.3026 7.81394V12.7885C19.3026 13.3195 19.7386 13.75 20.2763 13.75C20.8141 13.75 21.25 13.3195 21.25 12.7885V7.78121C21.25 6.99374 21.25 6.35586 21.2153 5.83514C21.1795 5.29867 21.1039 4.82043 20.9208 4.36341C20.3922 3.04443 19.2841 2.02533 17.9072 1.54735C17.0482 1.24915 16.0155 1.24951 14.4607 1.25005L13.5134 1.25012L13.5 1.25L13.4649 1.25015C10.9565 1.25185 9.40174 1.28168 8.1118 1.72949C5.8915 2.50027 4.11806 4.13859 3.27491 6.24261C2.99393 6.94378 2.86942 7.69695 2.80918 8.60017C2.74999 9.48756 2.75 10.5838 2.75 11.9814V12.7885C2.75 13.3195 3.18593 13.75 3.72368 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9769 15.25C10.9851 15.25 10.9932 15.25 11.0014 15.25C13.0724 15.25 14.7514 16.9289 14.7514 19C14.7514 21.0711 13.0724 22.75 11.0014 22.75C10.9932 22.75 10.9851 22.75 10.9769 22.75C10.8114 22.75 10.6411 22.7501 10.4957 22.7369C10.3328 22.7221 10.1292 22.6862 9.92636 22.5691C9.52211 22.3357 9.35412 21.9716 9.29144 21.6639C9.24589 21.4403 9.24908 21.1931 9.25083 21.0567C9.25111 21.0348 9.25136 21.0157 9.25136 21V17C9.25136 16.9843 9.25111 16.9653 9.25083 16.9433C9.24908 16.8069 9.24589 16.5597 9.29144 16.3361C9.35412 16.0284 9.52211 15.6643 9.92636 15.4309C10.1292 15.3138 10.3328 15.2779 10.4957 15.2631C10.6411 15.2499 10.8114 15.25 10.9769 15.25ZM10.7513 16.7514C10.7513 16.7539 10.7512 16.7564 10.7511 16.7589C10.7504 16.7911 10.7503 16.826 10.7506 16.867C10.7506 16.8784 10.7507 16.8913 10.7508 16.9049C10.7511 16.9351 10.7514 16.9691 10.7514 17V21C10.7514 21.0309 10.7511 21.0649 10.7508 21.0951C10.7507 21.1088 10.7506 21.1216 10.7506 21.1331C10.7503 21.1741 10.7504 21.2089 10.7511 21.2411C10.7512 21.2436 10.7513 21.2461 10.7513 21.2486C10.7564 21.2487 10.7615 21.2488 10.7669 21.2489C10.8313 21.25 10.906 21.25 11.0014 21.25C12.244 21.25 13.2514 20.2426 13.2514 19C13.2514 17.7574 12.244 16.75 11.0014 16.75C10.906 16.75 10.8313 16.75 10.7669 16.7511C10.7615 16.7512 10.7564 16.7513 10.7513 16.7514Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9553 15.25C18.9701 15.25 18.985 15.25 19 15.25H20.5C20.9142 15.25 21.25 15.5858 21.25 16C21.25 16.4142 20.9142 16.75 20.5 16.75H19C18.5074 16.75 18.2134 16.7516 18.0027 16.7799C17.9061 16.7929 17.8578 16.8082 17.836 16.8172C17.8309 16.8192 17.8276 16.8209 17.8257 16.8219L17.8232 16.8232L17.8219 16.8257C17.8209 16.8276 17.8192 16.8309 17.8172 16.836C17.8082 16.8578 17.7929 16.9061 17.7799 17.0027C17.7516 17.2134 17.75 17.5074 17.75 18V18.25H19.5C19.9142 18.25 20.25 18.5858 20.25 19C20.25 19.4142 19.9142 19.75 19.5 19.75H17.75V22C17.75 22.4142 17.4142 22.75 17 22.75C16.5858 22.75 16.25 22.4142 16.25 22V18C16.25 17.985 16.25 17.9701 16.25 17.9553C16.25 17.5224 16.2499 17.1256 16.2933 16.8028C16.3411 16.4473 16.4535 16.0716 16.7626 15.7626C17.0716 15.4535 17.4473 15.3411 17.8028 15.2933C18.1256 15.2499 18.5224 15.25 18.9553 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.66261 15.25C4.6751 15.25 4.68757 15.25 4.70001 15.25H5.50001C6.74266 15.25 7.75001 16.2574 7.75001 17.5C7.75001 18.7427 6.74266 19.75 5.50001 19.75H4.25001V22C4.25001 22.4142 3.91423 22.75 3.50001 22.75C3.0858 22.75 2.75001 22.4142 2.75001 22V17.2C2.75001 17.1876 2.75001 17.1751 2.75001 17.1626C2.74993 16.9126 2.74986 16.656 2.77867 16.4417C2.81182 16.1952 2.89498 15.8959 3.14542 15.6454C3.39587 15.395 3.69516 15.3118 3.94172 15.2787C4.15599 15.2499 4.41263 15.2499 4.66261 15.25ZM4.25001 18.25H5.50001C5.91423 18.25 6.25001 17.9142 6.25001 17.5C6.25001 17.0858 5.91423 16.75 5.50001 16.75H4.70001C4.55581 16.75 4.44236 16.7501 4.34496 16.7525C4.31131 16.7534 4.28178 16.7545 4.25578 16.7558C4.25447 16.7818 4.25337 16.8113 4.25252 16.845C4.25006 16.9424 4.25001 17.0558 4.25001 17.2V18.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.75C4.26144 13.75 4.69737 13.3195 4.69737 12.7885L4.69738 11.7652C4.69737 11.4982 4.69754 10.8596 4.97816 10.3875C5.15109 10.0965 5.37251 9.85337 5.59996 9.72955C5.96647 9.53003 6.38666 9.41667 6.83333 9.41667C6.98046 9.41667 7.13864 9.42314 7.31624 9.43138L7.38206 9.43446C7.53697 9.44174 7.70556 9.44966 7.8737 9.45315C8.25379 9.46105 8.69733 9.44904 9.12548 9.33432C9.95945 9.11086 10.6109 8.45945 10.8343 7.62548C10.949 7.19733 10.961 6.75379 10.9532 6.3737C10.9497 6.20562 10.9417 6.03692 10.9345 5.88206L10.9314 5.81624C10.9231 5.63864 10.9167 5.48046 10.9167 5.33333C10.9167 4.86564 11.0409 4.42698 11.2583 4.04857C11.385 3.82798 11.6057 3.62609 11.9105 3.44878C12.3726 3.17987 12.926 3.17738 13.2642 3.17585C13.6023 3.17433 13.9591 3.17316 14.2572 3.17316C16.0914 3.17316 16.7582 3.18692 17.2614 3.36158C18.1337 3.66441 18.7997 4.29659 19.11 5.07103C19.1878 5.26511 19.2427 5.52002 19.2721 5.96153C19.3021 6.41159 19.3026 6.98607 19.3026 7.81394V12.7885C19.3026 13.3195 19.7386 13.75 20.2763 13.75C20.8141 13.75 21.25 13.3195 21.25 12.7885V7.78121C21.25 6.99374 21.25 6.35586 21.2153 5.83514C21.1795 5.29867 21.1039 4.82043 20.9208 4.36341C20.3922 3.04443 19.2841 2.02533 17.9072 1.54735C17.0482 1.24915 16.0155 1.24951 14.4607 1.25005L13.5134 1.25012L13.5 1.25L13.4649 1.25015C10.9565 1.25185 9.40174 1.28168 8.1118 1.72949C5.8915 2.50027 4.11806 4.13859 3.27491 6.24261C2.99393 6.94378 2.86942 7.69695 2.80918 8.60017C2.74999 9.48756 2.75 10.5838 2.75 11.9814V12.7885C2.75 13.3195 3.18593 13.75 3.72368 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9769 15.25C10.9851 15.25 10.9932 15.25 11.0014 15.25C13.0724 15.25 14.7514 16.9289 14.7514 19C14.7514 21.0711 13.0724 22.75 11.0014 22.75C10.9932 22.75 10.9851 22.75 10.9769 22.75C10.8114 22.75 10.6411 22.7501 10.4957 22.7369C10.3328 22.7221 10.1292 22.6862 9.92636 22.5691C9.52211 22.3357 9.35412 21.9716 9.29144 21.6639C9.24589 21.4403 9.24908 21.1931 9.25083 21.0567C9.25111 21.0348 9.25136 21.0157 9.25136 21V17C9.25136 16.9843 9.25111 16.9653 9.25083 16.9433C9.24908 16.8069 9.24589 16.5597 9.29144 16.3361C9.35412 16.0284 9.52211 15.6643 9.92636 15.4309C10.1292 15.3138 10.3328 15.2779 10.4957 15.2631C10.6411 15.2499 10.8114 15.25 10.9769 15.25ZM10.7513 16.7514C10.7513 16.7539 10.7512 16.7564 10.7511 16.7589C10.7504 16.7911 10.7503 16.826 10.7506 16.867C10.7506 16.8784 10.7507 16.8913 10.7508 16.9049C10.7511 16.9351 10.7514 16.9691 10.7514 17V21C10.7514 21.0309 10.7511 21.0649 10.7508 21.0951C10.7507 21.1088 10.7506 21.1216 10.7506 21.1331C10.7503 21.1741 10.7504 21.2089 10.7511 21.2411C10.7512 21.2436 10.7513 21.2461 10.7513 21.2486C10.7564 21.2487 10.7615 21.2488 10.7669 21.2489C10.8313 21.25 10.906 21.25 11.0014 21.25C12.244 21.25 13.2514 20.2426 13.2514 19C13.2514 17.7574 12.244 16.75 11.0014 16.75C10.906 16.75 10.8313 16.75 10.7669 16.7511C10.7615 16.7512 10.7564 16.7513 10.7513 16.7514Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9553 15.25C18.9701 15.25 18.985 15.25 19 15.25H20.5C20.9142 15.25 21.25 15.5858 21.25 16C21.25 16.4142 20.9142 16.75 20.5 16.75H19C18.5074 16.75 18.2134 16.7516 18.0027 16.7799C17.9061 16.7929 17.8578 16.8082 17.836 16.8172C17.8309 16.8192 17.8276 16.8209 17.8257 16.8219L17.8232 16.8232L17.8219 16.8257C17.8209 16.8276 17.8192 16.8309 17.8172 16.836C17.8082 16.8578 17.7929 16.9061 17.7799 17.0027C17.7516 17.2134 17.75 17.5074 17.75 18V18.25H19.5C19.9142 18.25 20.25 18.5858 20.25 19C20.25 19.4142 19.9142 19.75 19.5 19.75H17.75V22C17.75 22.4142 17.4142 22.75 17 22.75C16.5858 22.75 16.25 22.4142 16.25 22V18C16.25 17.985 16.25 17.9701 16.25 17.9553C16.25 17.5224 16.2499 17.1256 16.2933 16.8028C16.3411 16.4473 16.4535 16.0716 16.7626 15.7626C17.0716 15.4535 17.4473 15.3411 17.8028 15.2933C18.1256 15.2499 18.5224 15.25 18.9553 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.66261 15.25C4.6751 15.25 4.68757 15.25 4.70001 15.25H5.50001C6.74266 15.25 7.75001 16.2574 7.75001 17.5C7.75001 18.7427 6.74266 19.75 5.50001 19.75H4.25001V22C4.25001 22.4142 3.91423 22.75 3.50001 22.75C3.0858 22.75 2.75001 22.4142 2.75001 22V17.2C2.75001 17.1876 2.75001 17.1751 2.75001 17.1626C2.74993 16.9126 2.74986 16.656 2.77867 16.4417C2.81182 16.1952 2.89498 15.8959 3.14542 15.6454C3.39587 15.395 3.69516 15.3118 3.94172 15.2787C4.15599 15.2499 4.41263 15.2499 4.66261 15.25ZM4.25001 18.25H5.50001C5.91423 18.25 6.25001 17.9142 6.25001 17.5C6.25001 17.0858 5.91423 16.75 5.50001 16.75H4.70001C4.55581 16.75 4.44236 16.7501 4.34496 16.7525C4.31131 16.7534 4.28178 16.7545 4.25578 16.7558C4.25447 16.7818 4.25337 16.8113 4.25252 16.845C4.25006 16.9424 4.25001 17.0558 4.25001 17.2V18.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-pdf-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.01565 12.25C8.02714 12.25 8.0386 12.25 8.05002 12.25H8.75002C9.85421 12.25 10.8125 13.1114 10.8125 14.25C10.8125 15.3886 9.85421 16.25 8.75002 16.25H7.75002V18C7.75002 18.4142 7.41423 18.75 7.00002 18.75C6.58581 18.75 6.25002 18.4142 6.25002 18V14C6.25002 13.9883 6.25002 13.9766 6.25001 13.9647C6.24992 13.7605 6.24982 13.5363 6.27661 13.3465C6.30854 13.1203 6.39077 12.8374 6.63655 12.6034C6.87717 12.3742 7.15902 12.3025 7.3787 12.2744C7.57026 12.2499 7.7985 12.2499 8.01565 12.25ZM7.75002 14.75H8.75002C9.09558 14.75 9.31252 14.4921 9.31252 14.25C9.31252 14.0079 9.09558 13.75 8.75002 13.75H8.05002C7.92879 13.75 7.83325 13.7501 7.75123 13.7518C7.75006 13.8209 7.75002 13.9008 7.75002 14V14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1038 12.25C13.1113 12.25 13.1188 12.25 13.1263 12.25C14.9553 12.25 16.5013 13.671 16.5013 15.5C16.5013 17.329 14.9553 18.75 13.1263 18.75C13.1188 18.75 13.1113 18.75 13.1038 18.75C12.96 18.75 12.8085 18.7501 12.6786 18.7389C12.5328 18.7263 12.3436 18.6953 12.1524 18.5902C11.7694 18.3796 11.602 18.0433 11.5397 17.752C11.4957 17.5463 11.4992 17.3183 11.5008 17.2081C11.5011 17.1914 11.5013 17.1775 11.5013 17.1667V13.8333C11.5013 13.8226 11.5011 13.8086 11.5008 13.792C11.4992 13.6818 11.4957 13.4537 11.5397 13.248C11.602 12.9567 11.7694 12.6204 12.1524 12.4098C12.3436 12.3047 12.5328 12.2737 12.6786 12.2612C12.8085 12.2499 12.96 12.25 13.1038 12.25ZM13.0008 13.7502C13.0008 13.7507 13.0008 13.7513 13.0008 13.7518C13.001 13.7773 13.0013 13.807 13.0013 13.8333V17.1667C13.0013 17.193 13.001 17.2228 13.0008 17.2482C13.0008 17.2488 13.0008 17.2493 13.0008 17.2498C13.0378 17.25 13.0791 17.25 13.1263 17.25C14.1967 17.25 15.0013 16.4324 15.0013 15.5C15.0013 14.5676 14.1967 13.75 13.1263 13.75C13.0791 13.75 13.0378 13.75 13.0008 13.7502Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.6459 12.25L19.6875 12.25H21C21.4142 12.25 21.75 12.5858 21.75 13C21.75 13.4142 21.4142 13.75 21 13.75H19.6875C19.2548 13.75 19.0022 13.7515 18.8227 13.7744C18.7766 13.7803 18.7448 13.7867 18.7238 13.7919C18.7202 13.8075 18.7162 13.8288 18.7122 13.8571C18.6893 14.0195 18.6875 14.2516 18.6875 14.6667V14.75H20.125C20.5392 14.75 20.875 15.0858 20.875 15.5C20.875 15.9142 20.5392 16.25 20.125 16.25H18.6875V18C18.6875 18.4142 18.3517 18.75 17.9375 18.75C17.5233 18.75 17.1875 18.4142 17.1875 18V14.6667L17.1875 14.623C17.1874 14.2681 17.1874 13.9275 17.2269 13.6474C17.2717 13.3305 17.3795 12.9839 17.6766 12.701C17.9684 12.423 18.3172 12.3269 18.6321 12.2866C18.9186 12.2499 19.2694 12.25 19.6459 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.01565 12.25C8.02714 12.25 8.0386 12.25 8.05002 12.25H8.75002C9.85421 12.25 10.8125 13.1114 10.8125 14.25C10.8125 15.3886 9.85421 16.25 8.75002 16.25H7.75002V18C7.75002 18.4142 7.41423 18.75 7.00002 18.75C6.58581 18.75 6.25002 18.4142 6.25002 18V14C6.25002 13.9883 6.25002 13.9766 6.25001 13.9647C6.24992 13.7605 6.24982 13.5363 6.27661 13.3465C6.30854 13.1203 6.39077 12.8374 6.63655 12.6034C6.87717 12.3742 7.15902 12.3025 7.3787 12.2744C7.57026 12.2499 7.7985 12.2499 8.01565 12.25ZM7.75002 14.75H8.75002C9.09558 14.75 9.31252 14.4921 9.31252 14.25C9.31252 14.0079 9.09558 13.75 8.75002 13.75H8.05002C7.92879 13.75 7.83325 13.7501 7.75123 13.7518C7.75006 13.8209 7.75002 13.9008 7.75002 14V14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1038 12.25C13.1113 12.25 13.1188 12.25 13.1263 12.25C14.9553 12.25 16.5013 13.671 16.5013 15.5C16.5013 17.329 14.9553 18.75 13.1263 18.75C13.1188 18.75 13.1113 18.75 13.1038 18.75C12.96 18.75 12.8085 18.7501 12.6786 18.7389C12.5328 18.7263 12.3436 18.6953 12.1524 18.5902C11.7694 18.3796 11.602 18.0433 11.5397 17.752C11.4957 17.5463 11.4992 17.3183 11.5008 17.2081C11.5011 17.1914 11.5013 17.1775 11.5013 17.1667V13.8333C11.5013 13.8226 11.5011 13.8086 11.5008 13.792C11.4992 13.6818 11.4957 13.4537 11.5397 13.248C11.602 12.9567 11.7694 12.6204 12.1524 12.4098C12.3436 12.3047 12.5328 12.2737 12.6786 12.2612C12.8085 12.2499 12.96 12.25 13.1038 12.25ZM13.0008 13.7502C13.0008 13.7507 13.0008 13.7513 13.0008 13.7518C13.001 13.7773 13.0013 13.807 13.0013 13.8333V17.1667C13.0013 17.193 13.001 17.2228 13.0008 17.2482C13.0008 17.2488 13.0008 17.2493 13.0008 17.2498C13.0378 17.25 13.0791 17.25 13.1263 17.25C14.1967 17.25 15.0013 16.4324 15.0013 15.5C15.0013 14.5676 14.1967 13.75 13.1263 13.75C13.0791 13.75 13.0378 13.75 13.0008 13.7502Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.6459 12.25L19.6875 12.25H21C21.4142 12.25 21.75 12.5858 21.75 13C21.75 13.4142 21.4142 13.75 21 13.75H19.6875C19.2548 13.75 19.0022 13.7515 18.8227 13.7744C18.7766 13.7803 18.7448 13.7867 18.7238 13.7919C18.7202 13.8075 18.7162 13.8288 18.7122 13.8571C18.6893 14.0195 18.6875 14.2516 18.6875 14.6667V14.75H20.125C20.5392 14.75 20.875 15.0858 20.875 15.5C20.875 15.9142 20.5392 16.25 20.125 16.25H18.6875V18C18.6875 18.4142 18.3517 18.75 17.9375 18.75C17.5233 18.75 17.1875 18.4142 17.1875 18V14.6667L17.1875 14.623C17.1874 14.2681 17.1874 13.9275 17.2269 13.6474C17.2717 13.3305 17.3795 12.9839 17.6766 12.701C17.9684 12.423 18.3172 12.3269 18.6321 12.2866C18.9186 12.2499 19.2694 12.25 19.6459 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-png-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.75C4.26144 13.75 4.69737 13.3195 4.69737 12.7885L4.69738 11.7652C4.69737 11.4982 4.69754 10.8596 4.97816 10.3875C5.15109 10.0965 5.37251 9.85337 5.59996 9.72955C5.96647 9.53003 6.38666 9.41667 6.83333 9.41667C6.98046 9.41667 7.13864 9.42314 7.31624 9.43138L7.38206 9.43446C7.53697 9.44174 7.70556 9.44966 7.8737 9.45315C8.25379 9.46105 8.69733 9.44904 9.12548 9.33432C9.95945 9.11086 10.6109 8.45945 10.8343 7.62548C10.949 7.19733 10.961 6.75379 10.9532 6.3737C10.9497 6.20562 10.9417 6.03692 10.9345 5.88206L10.9314 5.81624C10.9231 5.63864 10.9167 5.48046 10.9167 5.33333C10.9167 4.86564 11.0409 4.42698 11.2583 4.04857C11.385 3.82798 11.6057 3.62609 11.9105 3.44878C12.3726 3.17987 12.926 3.17738 13.2642 3.17585C13.6023 3.17433 13.9591 3.17316 14.2572 3.17316C16.0914 3.17316 16.7582 3.18692 17.2614 3.36158C18.1337 3.66441 18.7997 4.29659 19.11 5.07103C19.1878 5.26511 19.2427 5.52002 19.2721 5.96153C19.3021 6.41159 19.3026 6.98607 19.3026 7.81394V12.7885C19.3026 13.3195 19.7386 13.75 20.2763 13.75C20.8141 13.75 21.25 13.3195 21.25 12.7885V7.78121C21.25 6.99374 21.25 6.35586 21.2153 5.83514C21.1795 5.29867 21.1039 4.82043 20.9208 4.36341C20.3922 3.04443 19.2841 2.02533 17.9072 1.54735C17.0482 1.24915 16.0155 1.24951 14.4607 1.25005L13.5134 1.25012L13.5 1.25L13.4649 1.25015C10.9565 1.25185 9.40174 1.28168 8.1118 1.72949C5.8915 2.50027 4.11806 4.13859 3.27491 6.24261C2.99393 6.94378 2.86942 7.69695 2.80918 8.60017C2.74999 9.48756 2.75 10.5838 2.75 11.9814V12.7885C2.75 13.3195 3.18593 13.75 3.72368 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.61413 15.25C4.62669 15.25 4.63922 15.25 4.6517 15.25H5.41949C6.65753 15.25 7.6091 16.2867 7.6091 17.5C7.6091 18.7133 6.65753 19.75 5.41949 19.75H4.25001V22C4.25001 22.4142 3.91423 22.75 3.50001 22.75C3.0858 22.75 2.75001 22.4142 2.75001 22V17.2C2.75001 17.1878 2.75001 17.1757 2.75001 17.1635C2.74994 16.9127 2.74988 16.6579 2.77726 16.4457C2.80837 16.2046 2.88623 15.9079 3.12756 15.6564C3.37305 15.4006 3.67004 15.3137 3.91579 15.2792C4.12564 15.2498 4.37583 15.2499 4.61413 15.25ZM4.25001 18.25H5.41949C5.7716 18.25 6.1091 17.9436 6.1091 17.5C6.1091 17.0565 5.7716 16.75 5.41949 16.75H4.6517C4.51307 16.75 4.40504 16.7501 4.31249 16.7525C4.29185 16.753 4.27293 16.7537 4.25558 16.7544C4.25431 16.7807 4.25325 16.8104 4.25243 16.8442C4.25006 16.9421 4.25001 17.0559 4.25001 17.2V18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.7204 15.25C14.1346 15.25 14.4704 15.5858 14.4704 16V20.222C14.4704 20.2365 14.4704 20.2509 14.4704 20.2652C14.4704 20.7135 14.4704 21.1102 14.4397 21.4023C14.4239 21.5517 14.3949 21.7361 14.3228 21.9088C14.2465 22.0914 14.0849 22.3435 13.7645 22.4603C13.4216 22.5852 13.1149 22.4773 12.9194 22.3435C12.7519 22.2289 12.6288 22.0744 12.5454 21.9587C12.3806 21.7298 12.1948 21.3945 11.9909 21.0265C11.9833 21.0126 11.9756 20.9988 11.9679 20.9849L10.4805 18.3008V22C10.4805 22.4142 10.1447 22.75 9.73047 22.75C9.31626 22.75 8.98047 22.4142 8.98047 22V17.778C8.98047 17.7635 8.98047 17.7491 8.98047 17.7348C8.98044 17.2865 8.98041 16.8898 9.01116 16.5977C9.02689 16.4483 9.05591 16.2639 9.12807 16.0912C9.20432 15.9086 9.36589 15.6565 9.68631 15.5397C10.0292 15.4148 10.3359 15.5227 10.5314 15.6565C10.6989 15.7711 10.8221 15.9256 10.9054 16.0413C11.0702 16.2702 11.256 16.6055 11.4599 16.9735C11.4676 16.9873 11.4752 17.0012 11.4829 17.0151L12.9704 19.6992V16C12.9704 15.5858 13.3061 15.25 13.7204 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.7368 16.7507C18.2684 16.7507 17.8907 16.7526 17.698 16.78C17.6476 16.7738 17.5409 16.8089 17.5169 16.9982C17.4897 17.2121 17.4883 17.5093 17.4883 18.0008V20.0008C17.4883 20.4923 17.4897 20.7895 17.5169 21.0034C17.5301 21.0713 17.5847 21.2099 17.698 21.2217C17.8907 21.249 18.1623 21.2508 18.6307 21.2508C19.0991 21.2508 19.3708 21.249 19.5635 21.2217C19.7173 21.2072 19.7483 21.0702 19.7445 21.0034C19.7671 20.8262 19.7719 20.5919 19.7729 20.2373C19.6264 20.2326 19.3368 20.2393 19.2104 20.2432C18.8005 20.3018 18.4203 20.0172 18.3614 19.6073C18.3026 19.1973 18.5873 18.8173 18.9973 18.7584C19.4073 18.6996 19.6582 18.7167 19.8914 18.741C20.1098 18.7638 20.4155 18.8196 20.6873 18.9828C20.9993 19.17 21.2732 19.511 21.2732 20.0008L21.2732 20.0439C21.2732 20.4782 21.2732 20.8726 21.2325 21.1927C21.1882 21.5409 21.0844 21.9131 20.7908 22.2234C20.4917 22.5396 20.1232 22.6572 19.7745 22.7067C19.4635 22.7509 19.0829 22.7509 18.6764 22.7508C18.2699 22.7509 17.798 22.7509 17.487 22.7067C17.1383 22.6572 16.7698 22.5396 16.4707 22.2234C16.177 21.9131 16.0732 21.5409 16.0289 21.1927C15.9882 20.8726 15.9882 20.4782 15.9883 20.0439L15.9883 20.0008V18.0008L15.9883 17.9578C15.9882 17.5234 15.9882 17.129 16.0289 16.8089C16.0732 16.4607 16.177 16.0885 16.4707 15.7782C16.7698 15.4621 17.1383 15.3444 17.487 15.2949C17.798 15.2507 18.3361 15.2504 18.7426 15.2504C19.1188 15.2486 19.6531 15.2459 20.1012 15.4009C20.3766 15.4962 20.6596 15.6607 20.88 15.9427C21.0994 16.2235 21.2116 16.5628 21.2459 16.9313C21.2843 17.3437 20.9811 17.7092 20.5687 17.7476C20.1562 17.786 19.7908 17.4828 19.7524 17.0703C19.7382 16.9176 19.7018 16.8711 19.6982 16.8664C19.6951 16.8624 19.6795 16.8422 19.6108 16.8185C19.5314 16.791 19.4121 16.7696 19.2334 16.7591C19.0813 16.7502 18.9226 16.7504 18.7368 16.7507H18.7368Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.75C4.26144 13.75 4.69737 13.3195 4.69737 12.7885L4.69738 11.7652C4.69737 11.4982 4.69754 10.8596 4.97816 10.3875C5.15109 10.0965 5.37251 9.85337 5.59996 9.72955C5.96647 9.53003 6.38666 9.41667 6.83333 9.41667C6.98046 9.41667 7.13864 9.42314 7.31624 9.43138L7.38206 9.43446C7.53697 9.44174 7.70556 9.44966 7.8737 9.45315C8.25379 9.46105 8.69733 9.44904 9.12548 9.33432C9.95945 9.11086 10.6109 8.45945 10.8343 7.62548C10.949 7.19733 10.961 6.75379 10.9532 6.3737C10.9497 6.20562 10.9417 6.03692 10.9345 5.88206L10.9314 5.81624C10.9231 5.63864 10.9167 5.48046 10.9167 5.33333C10.9167 4.86564 11.0409 4.42698 11.2583 4.04857C11.385 3.82798 11.6057 3.62609 11.9105 3.44878C12.3726 3.17987 12.926 3.17738 13.2642 3.17585C13.6023 3.17433 13.9591 3.17316 14.2572 3.17316C16.0914 3.17316 16.7582 3.18692 17.2614 3.36158C18.1337 3.66441 18.7997 4.29659 19.11 5.07103C19.1878 5.26511 19.2427 5.52002 19.2721 5.96153C19.3021 6.41159 19.3026 6.98607 19.3026 7.81394V12.7885C19.3026 13.3195 19.7386 13.75 20.2763 13.75C20.8141 13.75 21.25 13.3195 21.25 12.7885V7.78121C21.25 6.99374 21.25 6.35586 21.2153 5.83514C21.1795 5.29867 21.1039 4.82043 20.9208 4.36341C20.3922 3.04443 19.2841 2.02533 17.9072 1.54735C17.0482 1.24915 16.0155 1.24951 14.4607 1.25005L13.5134 1.25012L13.5 1.25L13.4649 1.25015C10.9565 1.25185 9.40174 1.28168 8.1118 1.72949C5.8915 2.50027 4.11806 4.13859 3.27491 6.24261C2.99393 6.94378 2.86942 7.69695 2.80918 8.60017C2.74999 9.48756 2.75 10.5838 2.75 11.9814V12.7885C2.75 13.3195 3.18593 13.75 3.72368 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.61413 15.25C4.62669 15.25 4.63922 15.25 4.6517 15.25H5.41949C6.65753 15.25 7.6091 16.2867 7.6091 17.5C7.6091 18.7133 6.65753 19.75 5.41949 19.75H4.25001V22C4.25001 22.4142 3.91423 22.75 3.50001 22.75C3.0858 22.75 2.75001 22.4142 2.75001 22V17.2C2.75001 17.1878 2.75001 17.1757 2.75001 17.1635C2.74994 16.9127 2.74988 16.6579 2.77726 16.4457C2.80837 16.2046 2.88623 15.9079 3.12756 15.6564C3.37305 15.4006 3.67004 15.3137 3.91579 15.2792C4.12564 15.2498 4.37583 15.2499 4.61413 15.25ZM4.25001 18.25H5.41949C5.7716 18.25 6.1091 17.9436 6.1091 17.5C6.1091 17.0565 5.7716 16.75 5.41949 16.75H4.6517C4.51307 16.75 4.40504 16.7501 4.31249 16.7525C4.29185 16.753 4.27293 16.7537 4.25558 16.7544C4.25431 16.7807 4.25325 16.8104 4.25243 16.8442C4.25006 16.9421 4.25001 17.0559 4.25001 17.2V18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.7204 15.25C14.1346 15.25 14.4704 15.5858 14.4704 16V20.222C14.4704 20.2365 14.4704 20.2509 14.4704 20.2652C14.4704 20.7135 14.4704 21.1102 14.4397 21.4023C14.4239 21.5517 14.3949 21.7361 14.3228 21.9088C14.2465 22.0914 14.0849 22.3435 13.7645 22.4603C13.4216 22.5852 13.1149 22.4773 12.9194 22.3435C12.7519 22.2289 12.6288 22.0744 12.5454 21.9587C12.3806 21.7298 12.1948 21.3945 11.9909 21.0265C11.9833 21.0126 11.9756 20.9988 11.9679 20.9849L10.4805 18.3008V22C10.4805 22.4142 10.1447 22.75 9.73047 22.75C9.31626 22.75 8.98047 22.4142 8.98047 22V17.778C8.98047 17.7635 8.98047 17.7491 8.98047 17.7348C8.98044 17.2865 8.98041 16.8898 9.01116 16.5977C9.02689 16.4483 9.05591 16.2639 9.12807 16.0912C9.20432 15.9086 9.36589 15.6565 9.68631 15.5397C10.0292 15.4148 10.3359 15.5227 10.5314 15.6565C10.6989 15.7711 10.8221 15.9256 10.9054 16.0413C11.0702 16.2702 11.256 16.6055 11.4599 16.9735C11.4676 16.9873 11.4752 17.0012 11.4829 17.0151L12.9704 19.6992V16C12.9704 15.5858 13.3061 15.25 13.7204 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.7368 16.7507C18.2684 16.7507 17.8907 16.7526 17.698 16.78C17.6476 16.7738 17.5409 16.8089 17.5169 16.9982C17.4897 17.2121 17.4883 17.5093 17.4883 18.0008V20.0008C17.4883 20.4923 17.4897 20.7895 17.5169 21.0034C17.5301 21.0713 17.5847 21.2099 17.698 21.2217C17.8907 21.249 18.1623 21.2508 18.6307 21.2508C19.0991 21.2508 19.3708 21.249 19.5635 21.2217C19.7173 21.2072 19.7483 21.0702 19.7445 21.0034C19.7671 20.8262 19.7719 20.5919 19.7729 20.2373C19.6264 20.2326 19.3368 20.2393 19.2104 20.2432C18.8005 20.3018 18.4203 20.0172 18.3614 19.6073C18.3026 19.1973 18.5873 18.8173 18.9973 18.7584C19.4073 18.6996 19.6582 18.7167 19.8914 18.741C20.1098 18.7638 20.4155 18.8196 20.6873 18.9828C20.9993 19.17 21.2732 19.511 21.2732 20.0008L21.2732 20.0439C21.2732 20.4782 21.2732 20.8726 21.2325 21.1927C21.1882 21.5409 21.0844 21.9131 20.7908 22.2234C20.4917 22.5396 20.1232 22.6572 19.7745 22.7067C19.4635 22.7509 19.0829 22.7509 18.6764 22.7508C18.2699 22.7509 17.798 22.7509 17.487 22.7067C17.1383 22.6572 16.7698 22.5396 16.4707 22.2234C16.177 21.9131 16.0732 21.5409 16.0289 21.1927C15.9882 20.8726 15.9882 20.4782 15.9883 20.0439L15.9883 20.0008V18.0008L15.9883 17.9578C15.9882 17.5234 15.9882 17.129 16.0289 16.8089C16.0732 16.4607 16.177 16.0885 16.4707 15.7782C16.7698 15.4621 17.1383 15.3444 17.487 15.2949C17.798 15.2507 18.3361 15.2504 18.7426 15.2504C19.1188 15.2486 19.6531 15.2459 20.1012 15.4009C20.3766 15.4962 20.6596 15.6607 20.88 15.9427C21.0994 16.2235 21.2116 16.5628 21.2459 16.9313C21.2843 17.3437 20.9811 17.7092 20.5687 17.7476C20.1562 17.786 19.7908 17.4828 19.7524 17.0703C19.7382 16.9176 19.7018 16.8711 19.6982 16.8664C19.6951 16.8624 19.6795 16.8422 19.6108 16.8185C19.5314 16.791 19.4121 16.7696 19.2334 16.7591C19.0813 16.7502 18.9226 16.7504 18.7368 16.7507H18.7368Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-png-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.9733 12.25C7.98484 12.25 7.99632 12.25 8.00775 12.25H8.67956C9.78399 12.25 10.6892 13.14 10.6892 14.25C10.6892 15.36 9.78399 16.2499 8.67956 16.2499H7.75002V17.9998C7.75002 18.414 7.41423 18.7498 7.00002 18.7498C6.58581 18.7498 6.25002 18.414 6.25002 17.9998V14C6.25002 13.9885 6.25001 13.977 6.25001 13.9654C6.24993 13.7604 6.24984 13.5383 6.27526 13.3507C6.30512 13.1303 6.38193 12.8496 6.61932 12.6141C6.85591 12.3793 7.13637 12.3042 7.35569 12.2749C7.54356 12.2498 7.76633 12.2499 7.9733 12.25ZM7.75002 14.7499H8.67956C8.96652 14.7499 9.18922 14.5206 9.18922 14.25C9.18922 13.9793 8.96652 13.75 8.67956 13.75H8.00775C7.90527 13.75 7.82259 13.7501 7.75118 13.7513C7.75005 13.8206 7.75002 13.9009 7.75002 14V14.7499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5068 12.25C15.921 12.25 16.2568 12.5858 16.2568 13V16.5182C16.2568 16.5324 16.2568 16.5466 16.2568 16.5607C16.2568 16.9284 16.2569 17.2666 16.229 17.5187C16.2146 17.6486 16.1872 17.8201 16.1152 17.9842C16.037 18.1625 15.8745 18.3979 15.5666 18.5047C15.2438 18.6166 14.9549 18.521 14.7671 18.3986C14.6061 18.2937 14.4892 18.1532 14.413 18.0525C14.264 17.8555 14.0979 17.5699 13.9219 17.2673C13.9143 17.2543 13.9068 17.2413 13.8991 17.2282L12.7656 15.2802V17.9998C12.7656 18.414 12.4298 18.7498 12.0156 18.7498C11.6014 18.7498 11.2656 18.414 11.2656 17.9998V14.4816C11.2656 14.4674 11.2656 14.4532 11.2656 14.4391C11.2656 14.0714 11.2655 13.7332 11.2934 13.4811C11.3078 13.3512 11.3353 13.1797 11.4072 13.0156C11.4854 12.8373 11.6479 12.6019 11.9558 12.4951C12.2786 12.3832 12.5675 12.4787 12.7553 12.6012C12.9163 12.7061 13.0332 12.8466 13.1094 12.9473C13.2584 13.1443 13.4245 13.4299 13.6005 13.7324C13.6081 13.7455 13.6157 13.7585 13.6233 13.7716L14.7568 15.7196V13C14.7568 12.5858 15.0926 12.25 15.5068 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.3473 13.7507C18.9357 13.7507 18.7029 13.7524 18.5394 13.7745C18.5177 13.7721 18.4724 13.7845 18.4651 13.8523C18.443 14.018 18.4414 14.2534 18.4414 14.6673V16.3339C18.4414 16.7478 18.443 16.9833 18.4651 17.149C18.4675 17.1724 18.4856 17.2207 18.5394 17.2268C18.7029 17.2489 18.9357 17.2505 19.3473 17.2505C19.7589 17.2505 19.9917 17.2489 20.1552 17.2268C20.2107 17.2206 20.2278 17.1723 20.2295 17.149C20.2453 17.0306 20.2506 16.8767 20.2523 16.6477C20.1684 16.6426 19.9524 16.6552 19.8694 16.66L19.8628 16.6604C19.4525 16.7163 19.0742 16.4291 19.0182 16.0188C18.9621 15.6084 19.2493 15.2303 19.6597 15.1742L19.6613 15.174C19.8914 15.1216 20.2481 15.1387 20.4564 15.1594C20.6498 15.1786 20.929 15.2261 21.1813 15.3703C21.471 15.5359 21.7532 15.8552 21.7532 16.3339C21.7532 16.6902 21.7533 17.0704 21.7163 17.3476C21.675 17.6568 21.5757 18.0003 21.2927 18.2851C21.0091 18.5705 20.6659 18.6714 20.3563 18.7132C20.0799 18.7507 19.7432 18.7506 19.3897 18.7505C19.0362 18.7506 18.6147 18.7507 18.3382 18.7132C18.0287 18.6714 17.6855 18.5705 17.4019 18.2851C17.1189 18.0003 17.0196 17.6568 16.9783 17.3476C16.9413 17.0704 16.9414 16.7324 16.9414 16.3761L16.9414 14.6252C16.9414 14.2689 16.9413 13.9309 16.9783 13.6537C17.0196 13.3445 17.1189 13.001 17.4019 12.7162C17.6855 12.4307 18.0287 12.3299 18.3382 12.288C18.6147 12.2506 19.0917 12.2503 19.4452 12.2504C19.7726 12.2487 20.251 12.2463 20.6541 12.3791C20.9029 12.4611 21.1681 12.6055 21.3781 12.8614C21.5891 13.1185 21.6962 13.4293 21.7286 13.7611C21.7689 14.1733 21.4674 14.5402 21.0551 14.5805C20.6429 14.6208 20.276 14.3192 20.2357 13.907C20.2273 13.8492 20.1982 13.8141 20.1848 13.8038C20.1235 13.7836 20.0255 13.7662 19.8712 13.7575C19.74 13.7502 19.3473 13.7507 19.3473 13.7507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.9733 12.25C7.98484 12.25 7.99632 12.25 8.00775 12.25H8.67956C9.78399 12.25 10.6892 13.14 10.6892 14.25C10.6892 15.36 9.78399 16.2499 8.67956 16.2499H7.75002V17.9998C7.75002 18.414 7.41423 18.7498 7.00002 18.7498C6.58581 18.7498 6.25002 18.414 6.25002 17.9998V14C6.25002 13.9885 6.25001 13.977 6.25001 13.9654C6.24993 13.7604 6.24984 13.5383 6.27526 13.3507C6.30512 13.1303 6.38193 12.8496 6.61932 12.6141C6.85591 12.3793 7.13637 12.3042 7.35569 12.2749C7.54356 12.2498 7.76633 12.2499 7.9733 12.25ZM7.75002 14.7499H8.67956C8.96652 14.7499 9.18922 14.5206 9.18922 14.25C9.18922 13.9793 8.96652 13.75 8.67956 13.75H8.00775C7.90527 13.75 7.82259 13.7501 7.75118 13.7513C7.75005 13.8206 7.75002 13.9009 7.75002 14V14.7499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5068 12.25C15.921 12.25 16.2568 12.5858 16.2568 13V16.5182C16.2568 16.5324 16.2568 16.5466 16.2568 16.5607C16.2568 16.9284 16.2569 17.2666 16.229 17.5187C16.2146 17.6486 16.1872 17.8201 16.1152 17.9842C16.037 18.1625 15.8745 18.3979 15.5666 18.5047C15.2438 18.6166 14.9549 18.521 14.7671 18.3986C14.6061 18.2937 14.4892 18.1532 14.413 18.0525C14.264 17.8555 14.0979 17.5699 13.9219 17.2673C13.9143 17.2543 13.9068 17.2413 13.8991 17.2282L12.7656 15.2802V17.9998C12.7656 18.414 12.4298 18.7498 12.0156 18.7498C11.6014 18.7498 11.2656 18.414 11.2656 17.9998V14.4816C11.2656 14.4674 11.2656 14.4532 11.2656 14.4391C11.2656 14.0714 11.2655 13.7332 11.2934 13.4811C11.3078 13.3512 11.3353 13.1797 11.4072 13.0156C11.4854 12.8373 11.6479 12.6019 11.9558 12.4951C12.2786 12.3832 12.5675 12.4787 12.7553 12.6012C12.9163 12.7061 13.0332 12.8466 13.1094 12.9473C13.2584 13.1443 13.4245 13.4299 13.6005 13.7324C13.6081 13.7455 13.6157 13.7585 13.6233 13.7716L14.7568 15.7196V13C14.7568 12.5858 15.0926 12.25 15.5068 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.3473 13.7507C18.9357 13.7507 18.7029 13.7524 18.5394 13.7745C18.5177 13.7721 18.4724 13.7845 18.4651 13.8523C18.443 14.018 18.4414 14.2534 18.4414 14.6673V16.3339C18.4414 16.7478 18.443 16.9833 18.4651 17.149C18.4675 17.1724 18.4856 17.2207 18.5394 17.2268C18.7029 17.2489 18.9357 17.2505 19.3473 17.2505C19.7589 17.2505 19.9917 17.2489 20.1552 17.2268C20.2107 17.2206 20.2278 17.1723 20.2295 17.149C20.2453 17.0306 20.2506 16.8767 20.2523 16.6477C20.1684 16.6426 19.9524 16.6552 19.8694 16.66L19.8628 16.6604C19.4525 16.7163 19.0742 16.4291 19.0182 16.0188C18.9621 15.6084 19.2493 15.2303 19.6597 15.1742L19.6613 15.174C19.8914 15.1216 20.2481 15.1387 20.4564 15.1594C20.6498 15.1786 20.929 15.2261 21.1813 15.3703C21.471 15.5359 21.7532 15.8552 21.7532 16.3339C21.7532 16.6902 21.7533 17.0704 21.7163 17.3476C21.675 17.6568 21.5757 18.0003 21.2927 18.2851C21.0091 18.5705 20.6659 18.6714 20.3563 18.7132C20.0799 18.7507 19.7432 18.7506 19.3897 18.7505C19.0362 18.7506 18.6147 18.7507 18.3382 18.7132C18.0287 18.6714 17.6855 18.5705 17.4019 18.2851C17.1189 18.0003 17.0196 17.6568 16.9783 17.3476C16.9413 17.0704 16.9414 16.7324 16.9414 16.3761L16.9414 14.6252C16.9414 14.2689 16.9413 13.9309 16.9783 13.6537C17.0196 13.3445 17.1189 13.001 17.4019 12.7162C17.6855 12.4307 18.0287 12.3299 18.3382 12.288C18.6147 12.2506 19.0917 12.2503 19.4452 12.2504C19.7726 12.2487 20.251 12.2463 20.6541 12.3791C20.9029 12.4611 21.1681 12.6055 21.3781 12.8614C21.5891 13.1185 21.6962 13.4293 21.7286 13.7611C21.7689 14.1733 21.4674 14.5402 21.0551 14.5805C20.6429 14.6208 20.276 14.3192 20.2357 13.907C20.2273 13.8492 20.1982 13.8141 20.1848 13.8038C20.1235 13.7836 20.0255 13.7662 19.8712 13.7575C19.74 13.7502 19.3473 13.7507 19.3473 13.7507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-policy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9167 1.24992H12.0833C14.0342 1.24991 15.5706 1.2499 16.7712 1.40234C18.0001 1.5584 18.9904 1.88567 19.7745 2.62624C20.5647 3.37252 20.9194 4.3246 21.0875 5.50513C21.25 6.64721 21.25 8.10538 21.25 9.94065V9.94066V10.4525C21.25 10.9096 21.25 11.1381 21.1224 11.2277C20.9948 11.3173 20.758 11.2318 20.2844 11.0608C19.7272 10.8596 19.1263 10.7499 18.5 10.7499C15.6041 10.7499 13.25 13.0947 13.25 15.995C13.25 17.149 13.6237 18.2157 14.2544 19.0807C14.3508 19.213 14.3991 19.2792 14.4112 19.3475C14.4233 19.4157 14.4026 19.4883 14.361 19.6335L13.9346 21.1238C13.8713 21.3706 13.8436 21.6244 13.8494 21.8708C13.8602 22.3347 13.8656 22.5667 13.7776 22.657C13.6897 22.7473 13.5039 22.7478 13.1324 22.7489C12.7968 22.7499 12.4473 22.7499 12.0833 22.7499H10.9167C8.96586 22.7499 7.42941 22.7499 6.22885 22.5975C4.99987 22.4414 4.00965 22.1142 3.22552 21.3736C2.43534 20.6273 2.0806 19.6752 1.91255 18.4947C1.74997 17.3526 1.74998 15.8945 1.75 14.0593V14.0592V9.94059V9.94058C1.74998 8.10532 1.74997 6.64721 1.91255 5.50513C2.0806 4.3246 2.43535 3.37251 3.22552 2.62624C4.00965 1.88567 4.99987 1.5584 6.22885 1.40234C7.42941 1.2499 8.96586 1.24991 10.9167 1.24992ZM7.5 6C6.94772 6 6.5 6.44772 6.5 7C6.5 7.55228 6.94772 8 7.5 8H15.5C16.0523 8 16.5 7.55228 16.5 7C16.5 6.44772 16.0523 6 15.5 6H7.5ZM7.5 11C6.94772 11 6.5 11.4477 6.5 12C6.5 12.5523 6.94772 13 7.5 13H11.5C12.0523 13 12.5 12.5523 12.5 12C12.5 11.4477 12.0523 11 11.5 11H7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7337 20.7587C21.6833 20.555 21.605 20.2999 21.5121 19.9971L21.1257 18.7383C21.8177 18.0533 22.25 17.087 22.25 16.0163C22.25 13.9362 20.6204 12.25 18.6103 12.25H18.3897C16.3796 12.25 14.75 13.9362 14.75 16.0163C14.75 17.087 15.1823 18.0533 15.8743 18.7383L15.4879 19.9971C15.395 20.2998 15.3167 20.555 15.2663 20.7587C15.2184 20.9523 15.1692 21.1946 15.2019 21.4369C15.2998 22.1635 15.8841 22.7472 16.6224 22.75C16.8683 22.7509 17.0967 22.6562 17.266 22.5775C17.4465 22.4936 17.6881 22.3624 17.9495 22.2205C18.2106 22.0787 18.2648 22.0526 18.3117 22.0379C18.435 21.9994 18.565 21.9994 18.6883 22.0379C18.7352 22.0526 18.7893 22.0786 19.0504 22.2204C19.3118 22.3624 19.5535 22.4936 19.734 22.5775C19.9033 22.6562 20.1317 22.7509 20.3776 22.75C21.1159 22.7472 21.7002 22.1635 21.7981 21.4369C21.8308 21.1946 21.7816 20.9523 21.7337 20.7587ZM16.5484 21.0983C16.5882 20.9371 16.6547 20.7196 16.7553 20.392L17.0262 19.5092C17.4476 19.6855 17.908 19.7826 18.3896 19.7826H18.6102C19.0918 19.7826 19.5522 19.6855 19.9736 19.5092L20.2445 20.392C20.3451 20.7196 20.4116 20.9371 20.4514 21.0983C20.5109 21.2354 20.5592 21.4732 20.2762 21.3281C20.1373 21.2636 19.9097 21.1403 19.6245 20.9854C19.4271 20.878 19.2542 20.784 19.0703 20.7266C18.6978 20.6104 18.302 20.6104 17.9294 20.7266C17.7456 20.784 17.5727 20.878 17.3753 20.9854C17.0901 21.1403 16.8625 21.2636 16.7236 21.3281C16.4787 21.4531 16.5047 21.227 16.5484 21.0983Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9167 1.24992H12.0833C14.0342 1.24991 15.5706 1.2499 16.7712 1.40234C18.0001 1.5584 18.9904 1.88567 19.7745 2.62624C20.5647 3.37252 20.9194 4.3246 21.0875 5.50513C21.25 6.64721 21.25 8.10538 21.25 9.94065V9.94066V10.4525C21.25 10.9096 21.25 11.1381 21.1224 11.2277C20.9948 11.3173 20.758 11.2318 20.2844 11.0608C19.7272 10.8596 19.1263 10.7499 18.5 10.7499C15.6041 10.7499 13.25 13.0947 13.25 15.995C13.25 17.149 13.6237 18.2157 14.2544 19.0807C14.3508 19.213 14.3991 19.2792 14.4112 19.3475C14.4233 19.4157 14.4026 19.4883 14.361 19.6335L13.9346 21.1238C13.8713 21.3706 13.8436 21.6244 13.8494 21.8708C13.8602 22.3347 13.8656 22.5667 13.7776 22.657C13.6897 22.7473 13.5039 22.7478 13.1324 22.7489C12.7968 22.7499 12.4473 22.7499 12.0833 22.7499H10.9167C8.96586 22.7499 7.42941 22.7499 6.22885 22.5975C4.99987 22.4414 4.00965 22.1142 3.22552 21.3736C2.43534 20.6273 2.0806 19.6752 1.91255 18.4947C1.74997 17.3526 1.74998 15.8945 1.75 14.0593V14.0592V9.94059V9.94058C1.74998 8.10532 1.74997 6.64721 1.91255 5.50513C2.0806 4.3246 2.43535 3.37251 3.22552 2.62624C4.00965 1.88567 4.99987 1.5584 6.22885 1.40234C7.42941 1.2499 8.96586 1.24991 10.9167 1.24992ZM7.5 6C6.94772 6 6.5 6.44772 6.5 7C6.5 7.55228 6.94772 8 7.5 8H15.5C16.0523 8 16.5 7.55228 16.5 7C16.5 6.44772 16.0523 6 15.5 6H7.5ZM7.5 11C6.94772 11 6.5 11.4477 6.5 12C6.5 12.5523 6.94772 13 7.5 13H11.5C12.0523 13 12.5 12.5523 12.5 12C12.5 11.4477 12.0523 11 11.5 11H7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7337 20.7587C21.6833 20.555 21.605 20.2999 21.5121 19.9971L21.1257 18.7383C21.8177 18.0533 22.25 17.087 22.25 16.0163C22.25 13.9362 20.6204 12.25 18.6103 12.25H18.3897C16.3796 12.25 14.75 13.9362 14.75 16.0163C14.75 17.087 15.1823 18.0533 15.8743 18.7383L15.4879 19.9971C15.395 20.2998 15.3167 20.555 15.2663 20.7587C15.2184 20.9523 15.1692 21.1946 15.2019 21.4369C15.2998 22.1635 15.8841 22.7472 16.6224 22.75C16.8683 22.7509 17.0967 22.6562 17.266 22.5775C17.4465 22.4936 17.6881 22.3624 17.9495 22.2205C18.2106 22.0787 18.2648 22.0526 18.3117 22.0379C18.435 21.9994 18.565 21.9994 18.6883 22.0379C18.7352 22.0526 18.7893 22.0786 19.0504 22.2204C19.3118 22.3624 19.5535 22.4936 19.734 22.5775C19.9033 22.6562 20.1317 22.7509 20.3776 22.75C21.1159 22.7472 21.7002 22.1635 21.7981 21.4369C21.8308 21.1946 21.7816 20.9523 21.7337 20.7587ZM16.5484 21.0983C16.5882 20.9371 16.6547 20.7196 16.7553 20.392L17.0262 19.5092C17.4476 19.6855 17.908 19.7826 18.3896 19.7826H18.6102C19.0918 19.7826 19.5522 19.6855 19.9736 19.5092L20.2445 20.392C20.3451 20.7196 20.4116 20.9371 20.4514 21.0983C20.5109 21.2354 20.5592 21.4732 20.2762 21.3281C20.1373 21.2636 19.9097 21.1403 19.6245 20.9854C19.4271 20.878 19.2542 20.784 19.0703 20.7266C18.6978 20.6104 18.302 20.6104 17.9294 20.7266C17.7456 20.784 17.5727 20.878 17.3753 20.9854C17.0901 21.1403 16.8625 21.2636 16.7236 21.3281C16.4787 21.4531 16.5047 21.227 16.5484 21.0983Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-ppt-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.75C4.26144 13.75 4.69737 13.3195 4.69737 12.7885L4.69738 11.7652C4.69737 11.4982 4.69754 10.8596 4.97816 10.3875C5.15109 10.0965 5.37251 9.85337 5.59996 9.72955C5.96647 9.53003 6.38666 9.41667 6.83333 9.41667C6.98046 9.41667 7.13864 9.42314 7.31624 9.43138L7.38206 9.43446C7.53697 9.44174 7.70556 9.44966 7.8737 9.45315C8.25379 9.46105 8.69733 9.44904 9.12548 9.33432C9.95945 9.11086 10.6109 8.45945 10.8343 7.62548C10.949 7.19733 10.961 6.75379 10.9532 6.3737C10.9497 6.20562 10.9417 6.03692 10.9345 5.88206L10.9314 5.81624C10.9231 5.63864 10.9167 5.48046 10.9167 5.33333C10.9167 4.86564 11.0409 4.42698 11.2583 4.04857C11.385 3.82798 11.6057 3.62609 11.9105 3.44878C12.3726 3.17987 12.926 3.17738 13.2642 3.17585C13.6023 3.17433 13.9591 3.17316 14.2572 3.17316C16.0914 3.17316 16.7582 3.18692 17.2614 3.36158C18.1337 3.66441 18.7997 4.29659 19.11 5.07103C19.1878 5.26511 19.2427 5.52002 19.2721 5.96153C19.3021 6.41159 19.3026 6.98607 19.3026 7.81394V12.7885C19.3026 13.3195 19.7386 13.75 20.2763 13.75C20.8141 13.75 21.25 13.3195 21.25 12.7885V7.78121C21.25 6.99374 21.25 6.35586 21.2153 5.83514C21.1795 5.29867 21.1039 4.82043 20.9208 4.36341C20.3922 3.04443 19.2841 2.02533 17.9072 1.54735C17.0482 1.24915 16.0155 1.24951 14.4607 1.25005L13.5134 1.25012L13.5 1.25L13.4649 1.25015C10.9565 1.25185 9.40174 1.28168 8.1118 1.72949C5.8915 2.50027 4.11806 4.13859 3.27491 6.24261C2.99393 6.94378 2.86942 7.69695 2.80918 8.60017C2.74999 9.48756 2.75 10.5838 2.75 11.9814V12.7885C2.75 13.3195 3.18593 13.75 3.72368 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.63137 15.25C4.64391 15.25 4.65642 15.25 4.66889 15.25H5.44814C6.68775 15.25 7.65924 16.2761 7.65924 17.5C7.65924 18.724 6.68775 19.75 5.44814 19.75H4.25001V22C4.25001 22.4142 3.91423 22.75 3.50001 22.75C3.0858 22.75 2.75001 22.4142 2.75001 22V17.2C2.75001 17.1877 2.75001 17.1755 2.75001 17.1632C2.74994 16.9127 2.74987 16.6572 2.77776 16.4443C2.80959 16.2012 2.88931 15.9036 3.13394 15.6524C3.38125 15.3985 3.67908 15.313 3.92505 15.279C4.13646 15.2498 4.38892 15.2499 4.63137 15.25ZM4.25001 18.25H5.44814C5.82241 18.25 6.15924 17.9329 6.15924 17.5C6.15924 17.0671 5.82241 16.75 5.44814 16.75H4.66889C4.52827 16.75 4.41832 16.7501 4.32404 16.7525C4.29886 16.7532 4.27616 16.754 4.25565 16.7549C4.25436 16.7811 4.25329 16.8107 4.25246 16.8445C4.25006 16.9422 4.25001 17.0559 4.25001 17.2V18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2212 15.25C11.2338 15.25 11.2463 15.25 11.2587 15.25H12.038C13.2776 15.25 14.2491 16.2761 14.2491 17.5C14.2491 18.724 13.2776 19.75 12.038 19.75H10.8399V22C10.8399 22.4142 10.5041 22.75 10.0899 22.75C9.67564 22.75 9.33986 22.4142 9.33986 22V17.2C9.33986 17.1877 9.33985 17.1755 9.33985 17.1632C9.33978 16.9127 9.33971 16.6572 9.3676 16.4443C9.39943 16.2012 9.47916 15.9036 9.72378 15.6524C9.97109 15.3985 10.2689 15.313 10.5149 15.279C10.7263 15.2498 10.9788 15.2499 11.2212 15.25ZM10.8399 18.25H12.038C12.4123 18.25 12.7491 17.9329 12.7491 17.5C12.7491 17.0671 12.4123 16.75 12.038 16.75H11.2587C11.1181 16.75 11.0082 16.7501 10.9139 16.7525C10.8887 16.7532 10.866 16.754 10.8455 16.7549C10.8442 16.7811 10.8431 16.8107 10.8423 16.8445C10.8399 16.9422 10.8399 17.0559 10.8399 17.2V18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9297 16C15.9297 15.5858 16.2655 15.25 16.6797 15.25H20.5006C20.9148 15.25 21.2506 15.5858 21.2506 16C21.2506 16.4142 20.9148 16.75 20.5006 16.75H19.3401V22C19.3401 22.4142 19.0043 22.75 18.5901 22.75C18.1759 22.75 17.8401 22.4142 17.8401 22V16.75H16.6797C16.2655 16.75 15.9297 16.4142 15.9297 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.75C4.26144 13.75 4.69737 13.3195 4.69737 12.7885L4.69738 11.7652C4.69737 11.4982 4.69754 10.8596 4.97816 10.3875C5.15109 10.0965 5.37251 9.85337 5.59996 9.72955C5.96647 9.53003 6.38666 9.41667 6.83333 9.41667C6.98046 9.41667 7.13864 9.42314 7.31624 9.43138L7.38206 9.43446C7.53697 9.44174 7.70556 9.44966 7.8737 9.45315C8.25379 9.46105 8.69733 9.44904 9.12548 9.33432C9.95945 9.11086 10.6109 8.45945 10.8343 7.62548C10.949 7.19733 10.961 6.75379 10.9532 6.3737C10.9497 6.20562 10.9417 6.03692 10.9345 5.88206L10.9314 5.81624C10.9231 5.63864 10.9167 5.48046 10.9167 5.33333C10.9167 4.86564 11.0409 4.42698 11.2583 4.04857C11.385 3.82798 11.6057 3.62609 11.9105 3.44878C12.3726 3.17987 12.926 3.17738 13.2642 3.17585C13.6023 3.17433 13.9591 3.17316 14.2572 3.17316C16.0914 3.17316 16.7582 3.18692 17.2614 3.36158C18.1337 3.66441 18.7997 4.29659 19.11 5.07103C19.1878 5.26511 19.2427 5.52002 19.2721 5.96153C19.3021 6.41159 19.3026 6.98607 19.3026 7.81394V12.7885C19.3026 13.3195 19.7386 13.75 20.2763 13.75C20.8141 13.75 21.25 13.3195 21.25 12.7885V7.78121C21.25 6.99374 21.25 6.35586 21.2153 5.83514C21.1795 5.29867 21.1039 4.82043 20.9208 4.36341C20.3922 3.04443 19.2841 2.02533 17.9072 1.54735C17.0482 1.24915 16.0155 1.24951 14.4607 1.25005L13.5134 1.25012L13.5 1.25L13.4649 1.25015C10.9565 1.25185 9.40174 1.28168 8.1118 1.72949C5.8915 2.50027 4.11806 4.13859 3.27491 6.24261C2.99393 6.94378 2.86942 7.69695 2.80918 8.60017C2.74999 9.48756 2.75 10.5838 2.75 11.9814V12.7885C2.75 13.3195 3.18593 13.75 3.72368 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.63137 15.25C4.64391 15.25 4.65642 15.25 4.66889 15.25H5.44814C6.68775 15.25 7.65924 16.2761 7.65924 17.5C7.65924 18.724 6.68775 19.75 5.44814 19.75H4.25001V22C4.25001 22.4142 3.91423 22.75 3.50001 22.75C3.0858 22.75 2.75001 22.4142 2.75001 22V17.2C2.75001 17.1877 2.75001 17.1755 2.75001 17.1632C2.74994 16.9127 2.74987 16.6572 2.77776 16.4443C2.80959 16.2012 2.88931 15.9036 3.13394 15.6524C3.38125 15.3985 3.67908 15.313 3.92505 15.279C4.13646 15.2498 4.38892 15.2499 4.63137 15.25ZM4.25001 18.25H5.44814C5.82241 18.25 6.15924 17.9329 6.15924 17.5C6.15924 17.0671 5.82241 16.75 5.44814 16.75H4.66889C4.52827 16.75 4.41832 16.7501 4.32404 16.7525C4.29886 16.7532 4.27616 16.754 4.25565 16.7549C4.25436 16.7811 4.25329 16.8107 4.25246 16.8445C4.25006 16.9422 4.25001 17.0559 4.25001 17.2V18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2212 15.25C11.2338 15.25 11.2463 15.25 11.2587 15.25H12.038C13.2776 15.25 14.2491 16.2761 14.2491 17.5C14.2491 18.724 13.2776 19.75 12.038 19.75H10.8399V22C10.8399 22.4142 10.5041 22.75 10.0899 22.75C9.67564 22.75 9.33986 22.4142 9.33986 22V17.2C9.33986 17.1877 9.33985 17.1755 9.33985 17.1632C9.33978 16.9127 9.33971 16.6572 9.3676 16.4443C9.39943 16.2012 9.47916 15.9036 9.72378 15.6524C9.97109 15.3985 10.2689 15.313 10.5149 15.279C10.7263 15.2498 10.9788 15.2499 11.2212 15.25ZM10.8399 18.25H12.038C12.4123 18.25 12.7491 17.9329 12.7491 17.5C12.7491 17.0671 12.4123 16.75 12.038 16.75H11.2587C11.1181 16.75 11.0082 16.7501 10.9139 16.7525C10.8887 16.7532 10.866 16.754 10.8455 16.7549C10.8442 16.7811 10.8431 16.8107 10.8423 16.8445C10.8399 16.9422 10.8399 17.0559 10.8399 17.2V18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9297 16C15.9297 15.5858 16.2655 15.25 16.6797 15.25H20.5006C20.9148 15.25 21.2506 15.5858 21.2506 16C21.2506 16.4142 20.9148 16.75 20.5006 16.75H19.3401V22C19.3401 22.4142 19.0043 22.75 18.5901 22.75C18.1759 22.75 17.8401 22.4142 17.8401 22V16.75H16.6797C16.2655 16.75 15.9297 16.4142 15.9297 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-ppt-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.98836 12.2499C7.99988 12.25 8.01136 12.25 8.02279 12.25H8.70463C9.80891 12.25 10.7331 13.1296 10.7331 14.25C10.7331 15.3704 9.80891 16.25 8.70463 16.25H7.75002V18C7.75002 18.4142 7.41423 18.75 7.00002 18.75C6.58581 18.75 6.25002 18.4142 6.25002 18V14C6.25002 13.9884 6.25001 13.9768 6.25001 13.9651C6.24992 13.7604 6.24983 13.5375 6.27573 13.3492C6.30632 13.1267 6.38505 12.8452 6.62547 12.6101C6.86355 12.3774 7.14452 12.3035 7.36391 12.2747C7.55308 12.2498 7.77777 12.2499 7.98836 12.2499ZM7.75002 14.75H8.70463C9.0125 14.75 9.23309 14.5103 9.23309 14.25C9.23309 13.9896 9.0125 13.75 8.70463 13.75H8.02279C7.91367 13.75 7.82639 13.75 7.7512 13.7514C7.75005 13.8207 7.75002 13.9008 7.75002 14V14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3204 12.2499C13.3319 12.25 13.3434 12.25 13.3548 12.25H14.0367C15.1409 12.25 16.0651 13.1296 16.0651 14.25C16.0651 15.3704 15.1409 16.25 14.0367 16.25H13.0821V18C13.0821 18.4142 12.7463 18.75 12.3321 18.75C11.9178 18.75 11.5821 18.4142 11.5821 18V14C11.5821 13.9884 11.582 13.9768 11.582 13.9651C11.582 13.7604 11.5819 13.5375 11.6078 13.3492C11.6384 13.1267 11.7171 12.8452 11.9575 12.6101C12.1956 12.3774 12.4766 12.3035 12.6959 12.2747C12.8851 12.2498 13.1098 12.2499 13.3204 12.2499ZM13.0821 14.75H14.0367C14.3445 14.75 14.5651 14.5103 14.5651 14.25C14.5651 13.9896 14.3445 13.75 14.0367 13.75H13.3548C13.2457 13.75 13.1584 13.75 13.0832 13.7514C13.0821 13.8207 13.0821 13.9008 13.0821 14V14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9102 12.9999C16.9102 12.5857 17.2459 12.2499 17.6602 12.2499H21.0034C21.4177 12.2499 21.7534 12.5857 21.7534 12.9999C21.7534 13.4142 21.4177 13.7499 21.0034 13.7499H20.0818V17.9999C20.0818 18.4142 19.746 18.7499 19.3318 18.7499C18.9176 18.7499 18.5818 18.4142 18.5818 17.9999V13.7499H17.6602C17.2459 13.7499 16.9102 13.4142 16.9102 12.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7032C8.00786 20.7942 9.13899 20.7954 10.7476 20.7954H14.9079C15.4456 20.7954 15.8816 21.2329 15.8816 21.7727C15.8816 22.3124 15.4456 22.7499 14.9079 22.7499H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6472C5.92712 22.5416 5.0659 22.3185 4.32113 21.7919C3.93077 21.5158 3.58222 21.187 3.28704 20.8146C2.71721 20.0955 2.47396 19.2576 2.35985 18.2842C2.24996 17.3469 2.24998 16.1742 2.25 14.7261V12.1427V12.1426C2.25 10.7243 2.24999 9.61173 2.30919 8.71101C2.36944 7.79416 2.49398 7.02946 2.77509 6.31749C3.61848 4.18143 5.39221 2.51869 7.61221 1.73652C8.99465 1.24944 10.6813 1.24965 13.5209 1.25001L13.7572 1.25003L13.9605 1.24998L13.9606 1.24998C15.5156 1.24944 16.548 1.24908 17.4068 1.55166C18.7834 2.03667 19.8918 3.07094 20.4206 4.41025C20.6039 4.87441 20.6795 5.36008 20.7153 5.90471C20.75 6.43329 20.75 7.08077 20.75 7.87993V7.88V10.0454C20.75 10.5852 20.3141 11.0227 19.7763 11.0227C19.2386 11.0227 18.8026 10.5852 18.8026 10.0454V7.91322C18.8026 7.07296 18.8021 6.49002 18.7721 6.03335C18.7427 5.5854 18.6879 5.32698 18.6102 5.13033C18.3001 4.34497 17.6344 3.70333 16.7618 3.39587C16.2584 3.21852 15.5913 3.20457 13.7572 3.20457C13.4591 3.20457 13.1023 3.20574 12.7641 3.20726C12.426 3.20879 11.8726 3.21128 11.4104 3.48019C11.1057 3.6575 10.8849 3.85939 10.7582 4.07998C10.5409 4.45839 10.4166 4.89705 10.4166 5.36474C10.4166 5.51187 10.4262 5.7044 10.4344 5.882L10.4344 5.88206C10.4417 6.0369 10.4496 6.2056 10.4531 6.37364C10.461 6.75373 10.449 7.19727 10.3343 7.62542C10.1108 8.45939 9.4594 9.1108 8.62543 9.33426C8.19728 9.44898 7.75374 9.46099 7.37365 9.45309C7.20551 9.4496 7.03693 9.44168 6.88201 9.4344C6.70441 9.42616 6.48041 9.4166 6.33328 9.4166C5.88661 9.4166 5.46642 9.52997 5.09991 9.72949C4.87246 9.85331 4.65104 10.0964 4.47811 10.3874C4.19749 10.8596 4.19732 11.4981 4.19734 11.7651L4.19737 14.6653C4.19737 16.1887 4.19894 17.246 4.29387 18.0558C4.38611 18.8426 4.55555 19.2754 4.81111 19.5979C4.9889 19.8222 5.20128 20.0233 5.44274 20.1941C5.80057 20.4471 6.28449 20.6139 7.13841 20.7032Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.98836 12.2499C7.99988 12.25 8.01136 12.25 8.02279 12.25H8.70463C9.80891 12.25 10.7331 13.1296 10.7331 14.25C10.7331 15.3704 9.80891 16.25 8.70463 16.25H7.75002V18C7.75002 18.4142 7.41423 18.75 7.00002 18.75C6.58581 18.75 6.25002 18.4142 6.25002 18V14C6.25002 13.9884 6.25001 13.9768 6.25001 13.9651C6.24992 13.7604 6.24983 13.5375 6.27573 13.3492C6.30632 13.1267 6.38505 12.8452 6.62547 12.6101C6.86355 12.3774 7.14452 12.3035 7.36391 12.2747C7.55308 12.2498 7.77777 12.2499 7.98836 12.2499ZM7.75002 14.75H8.70463C9.0125 14.75 9.23309 14.5103 9.23309 14.25C9.23309 13.9896 9.0125 13.75 8.70463 13.75H8.02279C7.91367 13.75 7.82639 13.75 7.7512 13.7514C7.75005 13.8207 7.75002 13.9008 7.75002 14V14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3204 12.2499C13.3319 12.25 13.3434 12.25 13.3548 12.25H14.0367C15.1409 12.25 16.0651 13.1296 16.0651 14.25C16.0651 15.3704 15.1409 16.25 14.0367 16.25H13.0821V18C13.0821 18.4142 12.7463 18.75 12.3321 18.75C11.9178 18.75 11.5821 18.4142 11.5821 18V14C11.5821 13.9884 11.582 13.9768 11.582 13.9651C11.582 13.7604 11.5819 13.5375 11.6078 13.3492C11.6384 13.1267 11.7171 12.8452 11.9575 12.6101C12.1956 12.3774 12.4766 12.3035 12.6959 12.2747C12.8851 12.2498 13.1098 12.2499 13.3204 12.2499ZM13.0821 14.75H14.0367C14.3445 14.75 14.5651 14.5103 14.5651 14.25C14.5651 13.9896 14.3445 13.75 14.0367 13.75H13.3548C13.2457 13.75 13.1584 13.75 13.0832 13.7514C13.0821 13.8207 13.0821 13.9008 13.0821 14V14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9102 12.9999C16.9102 12.5857 17.2459 12.2499 17.6602 12.2499H21.0034C21.4177 12.2499 21.7534 12.5857 21.7534 12.9999C21.7534 13.4142 21.4177 13.7499 21.0034 13.7499H20.0818V17.9999C20.0818 18.4142 19.746 18.7499 19.3318 18.7499C18.9176 18.7499 18.5818 18.4142 18.5818 17.9999V13.7499H17.6602C17.2459 13.7499 16.9102 13.4142 16.9102 12.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7032C8.00786 20.7942 9.13899 20.7954 10.7476 20.7954H14.9079C15.4456 20.7954 15.8816 21.2329 15.8816 21.7727C15.8816 22.3124 15.4456 22.7499 14.9079 22.7499H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6472C5.92712 22.5416 5.0659 22.3185 4.32113 21.7919C3.93077 21.5158 3.58222 21.187 3.28704 20.8146C2.71721 20.0955 2.47396 19.2576 2.35985 18.2842C2.24996 17.3469 2.24998 16.1742 2.25 14.7261V12.1427V12.1426C2.25 10.7243 2.24999 9.61173 2.30919 8.71101C2.36944 7.79416 2.49398 7.02946 2.77509 6.31749C3.61848 4.18143 5.39221 2.51869 7.61221 1.73652C8.99465 1.24944 10.6813 1.24965 13.5209 1.25001L13.7572 1.25003L13.9605 1.24998L13.9606 1.24998C15.5156 1.24944 16.548 1.24908 17.4068 1.55166C18.7834 2.03667 19.8918 3.07094 20.4206 4.41025C20.6039 4.87441 20.6795 5.36008 20.7153 5.90471C20.75 6.43329 20.75 7.08077 20.75 7.87993V7.88V10.0454C20.75 10.5852 20.3141 11.0227 19.7763 11.0227C19.2386 11.0227 18.8026 10.5852 18.8026 10.0454V7.91322C18.8026 7.07296 18.8021 6.49002 18.7721 6.03335C18.7427 5.5854 18.6879 5.32698 18.6102 5.13033C18.3001 4.34497 17.6344 3.70333 16.7618 3.39587C16.2584 3.21852 15.5913 3.20457 13.7572 3.20457C13.4591 3.20457 13.1023 3.20574 12.7641 3.20726C12.426 3.20879 11.8726 3.21128 11.4104 3.48019C11.1057 3.6575 10.8849 3.85939 10.7582 4.07998C10.5409 4.45839 10.4166 4.89705 10.4166 5.36474C10.4166 5.51187 10.4262 5.7044 10.4344 5.882L10.4344 5.88206C10.4417 6.0369 10.4496 6.2056 10.4531 6.37364C10.461 6.75373 10.449 7.19727 10.3343 7.62542C10.1108 8.45939 9.4594 9.1108 8.62543 9.33426C8.19728 9.44898 7.75374 9.46099 7.37365 9.45309C7.20551 9.4496 7.03693 9.44168 6.88201 9.4344C6.70441 9.42616 6.48041 9.4166 6.33328 9.4166C5.88661 9.4166 5.46642 9.52997 5.09991 9.72949C4.87246 9.85331 4.65104 10.0964 4.47811 10.3874C4.19749 10.8596 4.19732 11.4981 4.19734 11.7651L4.19737 14.6653C4.19737 16.1887 4.19894 17.246 4.29387 18.0558C4.38611 18.8426 4.55555 19.2754 4.81111 19.5979C4.9889 19.8222 5.20128 20.0233 5.44274 20.1941C5.80057 20.4471 6.28449 20.6139 7.13841 20.7032Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-raw-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.7502C4.26144 13.7502 4.69737 13.3197 4.69737 12.7886L4.69738 11.7654C4.69737 11.4984 4.69754 10.8598 4.97816 10.3876C5.15109 10.0967 5.37251 9.85355 5.59996 9.72973C5.96647 9.53021 6.38666 9.41685 6.83333 9.41685C6.98046 9.41685 7.13864 9.42332 7.31624 9.43156L7.38206 9.43464C7.53697 9.44192 7.70556 9.44984 7.8737 9.45334C8.25379 9.46123 8.69733 9.44923 9.12548 9.3345C9.95945 9.11104 10.6109 8.45963 10.8343 7.62566C10.949 7.19751 10.961 6.75397 10.9532 6.37388C10.9497 6.20581 10.9417 6.03711 10.9345 5.88224L10.9314 5.81642C10.9231 5.63883 10.9167 5.48065 10.9167 5.33352C10.9167 4.86582 11.0409 4.42716 11.2583 4.04875C11.385 3.82816 11.6057 3.62628 11.9105 3.44896C12.3726 3.18005 12.926 3.17756 13.2642 3.17604C13.6023 3.17451 13.9591 3.17334 14.2572 3.17334C16.0914 3.17334 16.7582 3.1871 17.2614 3.36177C18.1337 3.66459 18.7997 4.29677 19.11 5.07122C19.1878 5.26529 19.2427 5.5202 19.2721 5.96171C19.3021 6.41178 19.3026 6.98625 19.3026 7.81412V12.7886C19.3026 13.3197 19.7386 13.7502 20.2763 13.7502C20.8141 13.7502 21.25 13.3197 21.25 12.7886V7.78139C21.25 6.99392 21.25 6.35604 21.2153 5.83532C21.1795 5.29885 21.1039 4.82061 20.9208 4.36359C20.3922 3.04461 19.2841 2.02552 17.9072 1.54754C17.0482 1.24934 16.0155 1.24969 14.4607 1.25023L13.5134 1.2503L13.5 1.25018L13.4649 1.25033C10.9565 1.25203 9.40174 1.28187 8.1118 1.72967C5.8915 2.50045 4.11806 4.13878 3.27491 6.24279C2.99393 6.94397 2.86942 7.69714 2.80918 8.60035C2.74999 9.48775 2.75 10.584 2.75 11.9816V12.7886C2.75 13.3197 3.18593 13.7502 3.72368 13.7502Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.26411 16.7509C4.25376 16.8559 4.25 16.9972 4.25 17.2001V18.8499H5.53453C5.54885 18.8499 5.64816 18.8417 5.77701 18.6517C5.90306 18.4659 6.00525 18.167 6.00525 17.8C6.00525 17.4331 5.90306 17.1342 5.77701 16.9483C5.64816 16.7584 5.54885 16.7502 5.53453 16.7502H4.31381C4.29559 16.7502 4.27906 16.7505 4.26411 16.7509ZM4.25 20.3499V21.9996C4.25 22.4139 3.91421 22.7496 3.5 22.7496C3.08579 22.7496 2.75 22.4139 2.75 21.9996V17.2001C2.75 16.9793 2.75345 16.7566 2.77638 16.5565C2.79891 16.3597 2.84636 16.1199 2.97534 15.8961C3.29356 15.3438 3.86442 15.2502 4.31381 15.2502H5.53453C6.1944 15.2502 6.70545 15.6449 7.01841 16.1064C7.33418 16.5719 7.50525 17.173 7.50525 17.8C7.50525 18.4271 7.33418 19.0281 7.01841 19.4937C6.87719 19.7019 6.69563 19.8965 6.47827 20.0475L7.05861 21.7588C7.19164 22.1511 6.98148 22.5769 6.58921 22.7099C6.19694 22.8429 5.7711 22.6328 5.63807 22.2405L4.99692 20.3499H4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.3589 15.5829C10.5711 15.3631 10.8535 15.2502 11.1597 15.2502C11.466 15.2502 11.7483 15.3631 11.9606 15.5829C12.1466 15.7755 12.2321 16.0026 12.2775 16.1587L13.9144 21.7903C14.0301 22.1881 13.8013 22.6042 13.4036 22.7198C13.0058 22.8355 12.5897 22.6067 12.4741 22.209L12.0499 20.7498H10.2695L9.84539 22.209C9.72977 22.6067 9.31361 22.8355 8.91585 22.7198C8.5181 22.6042 8.28939 22.1881 8.405 21.7903L10.042 16.1587C10.0873 16.0026 10.1729 15.7755 10.3589 15.5829ZM10.7055 19.2498H11.6139L11.1597 17.6873L10.7055 19.2498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4375 15.2528C15.8503 15.2183 16.2129 15.5249 16.2474 15.9377L16.5924 20.0616L17.104 19.4221C17.1085 19.4165 17.1132 19.4106 17.1181 19.4044C17.176 19.3319 17.2618 19.2243 17.3509 19.1408C17.4623 19.0364 17.6802 18.8704 18.002 18.8704C18.3238 18.8704 18.5417 19.0364 18.6531 19.1408C18.7422 19.2243 18.828 19.3319 18.8859 19.4044C18.8908 19.4106 18.8955 19.4165 18.9 19.4221L19.4105 20.0602L19.7526 15.9382C19.7869 15.5254 20.1493 15.2185 20.5621 15.2528C20.9749 15.2871 21.2817 15.6495 21.2475 16.0623L20.8326 21.0607C20.8316 21.0725 20.8306 21.0844 20.8296 21.0965C20.8148 21.2757 20.7978 21.482 20.7609 21.6456C20.7295 21.7851 20.6118 22.242 20.1213 22.3916C19.6309 22.5411 19.2783 22.2276 19.1743 22.1294C19.0524 22.0142 18.9232 21.8525 18.811 21.712C18.8034 21.7026 18.7959 21.6932 18.7885 21.684L18.002 20.7008L17.2149 21.6847C17.2075 21.6939 17.2 21.7033 17.1924 21.7128C17.0803 21.8531 16.9512 22.0147 16.8294 22.1298C16.7253 22.2281 16.3729 22.5414 15.8827 22.392C15.3924 22.2427 15.2744 21.7863 15.2429 21.6466C15.2059 21.4831 15.1888 21.277 15.1739 21.098C15.1729 21.0859 15.1719 21.074 15.1709 21.0622L14.7527 16.0628C14.7181 15.65 15.0247 15.2874 15.4375 15.2528Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.7502C4.26144 13.7502 4.69737 13.3197 4.69737 12.7886L4.69738 11.7654C4.69737 11.4984 4.69754 10.8598 4.97816 10.3876C5.15109 10.0967 5.37251 9.85355 5.59996 9.72973C5.96647 9.53021 6.38666 9.41685 6.83333 9.41685C6.98046 9.41685 7.13864 9.42332 7.31624 9.43156L7.38206 9.43464C7.53697 9.44192 7.70556 9.44984 7.8737 9.45334C8.25379 9.46123 8.69733 9.44923 9.12548 9.3345C9.95945 9.11104 10.6109 8.45963 10.8343 7.62566C10.949 7.19751 10.961 6.75397 10.9532 6.37388C10.9497 6.20581 10.9417 6.03711 10.9345 5.88224L10.9314 5.81642C10.9231 5.63883 10.9167 5.48065 10.9167 5.33352C10.9167 4.86582 11.0409 4.42716 11.2583 4.04875C11.385 3.82816 11.6057 3.62628 11.9105 3.44896C12.3726 3.18005 12.926 3.17756 13.2642 3.17604C13.6023 3.17451 13.9591 3.17334 14.2572 3.17334C16.0914 3.17334 16.7582 3.1871 17.2614 3.36177C18.1337 3.66459 18.7997 4.29677 19.11 5.07122C19.1878 5.26529 19.2427 5.5202 19.2721 5.96171C19.3021 6.41178 19.3026 6.98625 19.3026 7.81412V12.7886C19.3026 13.3197 19.7386 13.7502 20.2763 13.7502C20.8141 13.7502 21.25 13.3197 21.25 12.7886V7.78139C21.25 6.99392 21.25 6.35604 21.2153 5.83532C21.1795 5.29885 21.1039 4.82061 20.9208 4.36359C20.3922 3.04461 19.2841 2.02552 17.9072 1.54754C17.0482 1.24934 16.0155 1.24969 14.4607 1.25023L13.5134 1.2503L13.5 1.25018L13.4649 1.25033C10.9565 1.25203 9.40174 1.28187 8.1118 1.72967C5.8915 2.50045 4.11806 4.13878 3.27491 6.24279C2.99393 6.94397 2.86942 7.69714 2.80918 8.60035C2.74999 9.48775 2.75 10.584 2.75 11.9816V12.7886C2.75 13.3197 3.18593 13.7502 3.72368 13.7502Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.26411 16.7509C4.25376 16.8559 4.25 16.9972 4.25 17.2001V18.8499H5.53453C5.54885 18.8499 5.64816 18.8417 5.77701 18.6517C5.90306 18.4659 6.00525 18.167 6.00525 17.8C6.00525 17.4331 5.90306 17.1342 5.77701 16.9483C5.64816 16.7584 5.54885 16.7502 5.53453 16.7502H4.31381C4.29559 16.7502 4.27906 16.7505 4.26411 16.7509ZM4.25 20.3499V21.9996C4.25 22.4139 3.91421 22.7496 3.5 22.7496C3.08579 22.7496 2.75 22.4139 2.75 21.9996V17.2001C2.75 16.9793 2.75345 16.7566 2.77638 16.5565C2.79891 16.3597 2.84636 16.1199 2.97534 15.8961C3.29356 15.3438 3.86442 15.2502 4.31381 15.2502H5.53453C6.1944 15.2502 6.70545 15.6449 7.01841 16.1064C7.33418 16.5719 7.50525 17.173 7.50525 17.8C7.50525 18.4271 7.33418 19.0281 7.01841 19.4937C6.87719 19.7019 6.69563 19.8965 6.47827 20.0475L7.05861 21.7588C7.19164 22.1511 6.98148 22.5769 6.58921 22.7099C6.19694 22.8429 5.7711 22.6328 5.63807 22.2405L4.99692 20.3499H4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.3589 15.5829C10.5711 15.3631 10.8535 15.2502 11.1597 15.2502C11.466 15.2502 11.7483 15.3631 11.9606 15.5829C12.1466 15.7755 12.2321 16.0026 12.2775 16.1587L13.9144 21.7903C14.0301 22.1881 13.8013 22.6042 13.4036 22.7198C13.0058 22.8355 12.5897 22.6067 12.4741 22.209L12.0499 20.7498H10.2695L9.84539 22.209C9.72977 22.6067 9.31361 22.8355 8.91585 22.7198C8.5181 22.6042 8.28939 22.1881 8.405 21.7903L10.042 16.1587C10.0873 16.0026 10.1729 15.7755 10.3589 15.5829ZM10.7055 19.2498H11.6139L11.1597 17.6873L10.7055 19.2498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4375 15.2528C15.8503 15.2183 16.2129 15.5249 16.2474 15.9377L16.5924 20.0616L17.104 19.4221C17.1085 19.4165 17.1132 19.4106 17.1181 19.4044C17.176 19.3319 17.2618 19.2243 17.3509 19.1408C17.4623 19.0364 17.6802 18.8704 18.002 18.8704C18.3238 18.8704 18.5417 19.0364 18.6531 19.1408C18.7422 19.2243 18.828 19.3319 18.8859 19.4044C18.8908 19.4106 18.8955 19.4165 18.9 19.4221L19.4105 20.0602L19.7526 15.9382C19.7869 15.5254 20.1493 15.2185 20.5621 15.2528C20.9749 15.2871 21.2817 15.6495 21.2475 16.0623L20.8326 21.0607C20.8316 21.0725 20.8306 21.0844 20.8296 21.0965C20.8148 21.2757 20.7978 21.482 20.7609 21.6456C20.7295 21.7851 20.6118 22.242 20.1213 22.3916C19.6309 22.5411 19.2783 22.2276 19.1743 22.1294C19.0524 22.0142 18.9232 21.8525 18.811 21.712C18.8034 21.7026 18.7959 21.6932 18.7885 21.684L18.002 20.7008L17.2149 21.6847C17.2075 21.6939 17.2 21.7033 17.1924 21.7128C17.0803 21.8531 16.9512 22.0147 16.8294 22.1298C16.7253 22.2281 16.3729 22.5414 15.8827 22.392C15.3924 22.2427 15.2744 21.7863 15.2429 21.6466C15.2059 21.4831 15.1888 21.277 15.1739 21.098C15.1729 21.0859 15.1719 21.074 15.1709 21.0622L14.7527 16.0628C14.7181 15.65 15.0247 15.2874 15.4375 15.2528Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-raw-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.75408 13.75C7.75126 13.8156 7.75 13.897 7.75 14V15.25H8.78021C8.78017 15.25 8.78024 15.25 8.78021 15.25C8.78145 15.25 8.79108 15.2503 8.81296 15.2373C8.83821 15.2223 8.87918 15.1893 8.92456 15.1256C9.01741 14.9952 9.09834 14.7764 9.09834 14.5C9.09834 14.2236 9.01741 14.0048 8.92456 13.8744C8.87918 13.8107 8.83821 13.7777 8.81297 13.7627C8.79108 13.7497 8.78155 13.75 8.78032 13.75C8.78027 13.75 8.78034 13.75 8.78032 13.75L7.75408 13.75ZM7.75 16.75V18C7.75 18.4142 7.41421 18.75 7 18.75C6.58579 18.75 6.25 18.4142 6.25 18V14C6.25 13.8157 6.25292 13.622 6.27418 13.4452C6.29512 13.271 6.3404 13.0477 6.46782 12.8371C6.77872 12.3232 7.32285 12.25 7.71209 12.25H8.78021C9.38128 12.25 9.85381 12.5934 10.1464 13.0043C10.4402 13.4168 10.5983 13.948 10.5983 14.5C10.5983 15.052 10.4402 15.5832 10.1464 15.9957C10.0331 16.1549 9.8927 16.304 9.72831 16.4268L10.1989 17.7484C10.3378 18.1387 10.1341 18.5676 9.74386 18.7066C9.35365 18.8455 8.92468 18.6418 8.78575 18.2516L8.25113 16.75H7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2687 12.25C12.9883 12.25 12.7204 12.3482 12.5133 12.5525C12.3305 12.7328 12.2468 12.9457 12.2035 13.0876L10.7711 17.7811C10.6502 18.1773 10.8734 18.5964 11.2696 18.7173C11.6657 18.8382 12.0849 18.6151 12.2058 18.2189L12.5524 17.0833H13.985L14.3316 18.2189C14.4525 18.6151 14.8717 18.8382 15.2678 18.7173C15.664 18.5964 15.8872 18.1773 15.7662 17.7811L14.3339 13.0876C14.2906 12.9457 14.2069 12.7328 14.0241 12.5525C13.817 12.3482 13.5491 12.25 13.2687 12.25ZM13.0103 15.5833L13.2688 14.7361L13.5274 15.5833H13.0103Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5594 12.2529C16.972 12.2167 17.3359 12.5218 17.3722 12.9344L17.6531 16.1333L17.9667 15.76C17.9706 15.7553 17.9748 15.7503 17.9792 15.745C18.0291 15.6854 18.1095 15.5893 18.1938 15.514C18.3029 15.4166 18.5114 15.2671 18.8143 15.2671C19.1171 15.2671 19.3256 15.4166 19.4347 15.514C19.519 15.5893 19.5995 15.6854 19.6493 15.745C19.6537 15.7503 19.6579 15.7553 19.6619 15.76L19.9743 16.1319L20.2529 12.9349C20.2888 12.5223 20.6525 12.2169 21.0652 12.2529C21.4778 12.2888 21.7832 12.6525 21.7472 13.0652L21.3842 17.2309C21.3832 17.2415 21.3823 17.2523 21.3814 17.2634C21.3688 17.4094 21.353 17.5924 21.318 17.7402C21.2857 17.8767 21.1635 18.3105 20.6864 18.449C20.2241 18.5833 19.8898 18.302 19.789 18.2113C19.6763 18.1098 19.5582 17.969 19.4614 17.8537C19.4544 17.8452 19.4474 17.8369 19.4406 17.8288L18.8143 17.0831L18.1874 17.8294C18.1806 17.8375 18.1736 17.8458 18.1666 17.8543C18.0699 17.9695 17.9519 18.1102 17.8392 18.2117C17.7383 18.3025 17.4042 18.5834 16.9421 18.4494C16.4652 18.3111 16.3428 17.8778 16.3104 17.7412C16.2753 17.5935 16.2594 17.4106 16.2467 17.2647C16.2458 17.2537 16.2448 17.2428 16.2439 17.2322L15.8779 13.0657C15.8417 12.653 16.1468 12.2892 16.5594 12.2529Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.75408 13.75C7.75126 13.8156 7.75 13.897 7.75 14V15.25H8.78021C8.78017 15.25 8.78024 15.25 8.78021 15.25C8.78145 15.25 8.79108 15.2503 8.81296 15.2373C8.83821 15.2223 8.87918 15.1893 8.92456 15.1256C9.01741 14.9952 9.09834 14.7764 9.09834 14.5C9.09834 14.2236 9.01741 14.0048 8.92456 13.8744C8.87918 13.8107 8.83821 13.7777 8.81297 13.7627C8.79108 13.7497 8.78155 13.75 8.78032 13.75C8.78027 13.75 8.78034 13.75 8.78032 13.75L7.75408 13.75ZM7.75 16.75V18C7.75 18.4142 7.41421 18.75 7 18.75C6.58579 18.75 6.25 18.4142 6.25 18V14C6.25 13.8157 6.25292 13.622 6.27418 13.4452C6.29512 13.271 6.3404 13.0477 6.46782 12.8371C6.77872 12.3232 7.32285 12.25 7.71209 12.25H8.78021C9.38128 12.25 9.85381 12.5934 10.1464 13.0043C10.4402 13.4168 10.5983 13.948 10.5983 14.5C10.5983 15.052 10.4402 15.5832 10.1464 15.9957C10.0331 16.1549 9.8927 16.304 9.72831 16.4268L10.1989 17.7484C10.3378 18.1387 10.1341 18.5676 9.74386 18.7066C9.35365 18.8455 8.92468 18.6418 8.78575 18.2516L8.25113 16.75H7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2687 12.25C12.9883 12.25 12.7204 12.3482 12.5133 12.5525C12.3305 12.7328 12.2468 12.9457 12.2035 13.0876L10.7711 17.7811C10.6502 18.1773 10.8734 18.5964 11.2696 18.7173C11.6657 18.8382 12.0849 18.6151 12.2058 18.2189L12.5524 17.0833H13.985L14.3316 18.2189C14.4525 18.6151 14.8717 18.8382 15.2678 18.7173C15.664 18.5964 15.8872 18.1773 15.7662 17.7811L14.3339 13.0876C14.2906 12.9457 14.2069 12.7328 14.0241 12.5525C13.817 12.3482 13.5491 12.25 13.2687 12.25ZM13.0103 15.5833L13.2688 14.7361L13.5274 15.5833H13.0103Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5594 12.2529C16.972 12.2167 17.3359 12.5218 17.3722 12.9344L17.6531 16.1333L17.9667 15.76C17.9706 15.7553 17.9748 15.7503 17.9792 15.745C18.0291 15.6854 18.1095 15.5893 18.1938 15.514C18.3029 15.4166 18.5114 15.2671 18.8143 15.2671C19.1171 15.2671 19.3256 15.4166 19.4347 15.514C19.519 15.5893 19.5995 15.6854 19.6493 15.745C19.6537 15.7503 19.6579 15.7553 19.6619 15.76L19.9743 16.1319L20.2529 12.9349C20.2888 12.5223 20.6525 12.2169 21.0652 12.2529C21.4778 12.2888 21.7832 12.6525 21.7472 13.0652L21.3842 17.2309C21.3832 17.2415 21.3823 17.2523 21.3814 17.2634C21.3688 17.4094 21.353 17.5924 21.318 17.7402C21.2857 17.8767 21.1635 18.3105 20.6864 18.449C20.2241 18.5833 19.8898 18.302 19.789 18.2113C19.6763 18.1098 19.5582 17.969 19.4614 17.8537C19.4544 17.8452 19.4474 17.8369 19.4406 17.8288L18.8143 17.0831L18.1874 17.8294C18.1806 17.8375 18.1736 17.8458 18.1666 17.8543C18.0699 17.9695 17.9519 18.1102 17.8392 18.2117C17.7383 18.3025 17.4042 18.5834 16.9421 18.4494C16.4652 18.3111 16.3428 17.8778 16.3104 17.7412C16.2753 17.5935 16.2594 17.4106 16.2467 17.2647C16.2458 17.2537 16.2448 17.2428 16.2439 17.2322L15.8779 13.0657C15.8417 12.653 16.1468 12.2892 16.5594 12.2529Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-scroll{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2563 1.36606C18.3926 1.24994 17.3014 1.24997 15.9781 1.25H11.931C10.6077 1.24997 9.51641 1.24994 8.65275 1.36606C7.746 1.48797 6.9452 1.75375 6.304 2.39495C5.66281 3.03615 5.39702 3.83695 5.27511 4.74369C5.15899 5.60736 5.15902 6.6986 5.15906 8.02195L5.15906 15.3091C5.15906 15.5919 5.15906 15.7334 5.07119 15.8212C4.98332 15.9091 4.8419 15.9091 4.55905 15.9091L4.08344 15.9091C3.65936 15.9089 3.22951 15.9088 2.87244 15.9682C2.44525 16.0393 1.99876 16.2128 1.65457 16.6424C1.3333 17.0435 1.2363 17.4787 1.25151 17.9104C1.26352 18.2512 1.35016 18.6332 1.42954 18.9831C1.62629 19.8528 1.98532 20.8094 2.56295 21.5101C3.16342 22.2384 4.01879 22.75 5.12398 22.75H18.8347C20.2282 22.75 21.278 22.161 21.9321 21.1638C22.5448 20.23 22.75 19.033 22.75 17.8636V8.02197C22.75 6.69861 22.75 5.60737 22.6339 4.74369C22.512 3.83695 22.2462 3.03615 21.605 2.39495C20.9638 1.75375 20.163 1.48797 19.2563 1.36606ZM7.71377 15.9091C7.43093 15.9091 7.28951 15.9091 7.20164 15.8213C7.11377 15.7334 7.11377 15.592 7.11377 15.3091V8.09095C7.11377 6.68125 7.11585 5.72229 7.21239 5.00417C7.30516 4.31417 7.46873 3.99458 7.68624 3.77706C7.90376 3.55955 8.22334 3.39598 8.91335 3.30322C9.63147 3.20667 10.5904 3.20459 12.0001 3.20459H15.9092C17.3189 3.20459 18.2779 3.20667 18.996 3.30322C19.686 3.39598 20.0056 3.55955 20.2231 3.77706C20.4406 3.99458 20.6042 4.31417 20.697 5.00417C20.7935 5.72229 20.7956 6.68126 20.7956 8.09095V17.8637C20.7956 18.8532 20.6135 19.6108 20.298 20.0918C20.024 20.5095 19.6048 20.7955 18.8349 20.7955C18.4034 20.7955 18.0724 20.6191 17.7819 20.2668C17.4685 19.8867 17.2187 19.3115 17.06 18.6103C16.9543 18.143 16.8508 17.6854 16.7463 17.3635C16.6437 17.0476 16.4758 16.6313 16.1061 16.3364C15.7596 16.0599 15.3672 15.9763 15.044 15.9415C14.7424 15.909 14.3743 15.9091 13.9832 15.9091L7.71377 15.9091Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 7C9.5 6.44772 9.94772 6 10.5 6H17.5C18.0523 6 18.5 6.44772 18.5 7C18.5 7.55228 18.0523 8 17.5 8H10.5C9.94772 8 9.5 7.55228 9.5 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 11C9.5 10.4477 9.94772 10 10.5 10H14C14.5523 10 15 10.4477 15 11C15 11.5523 14.5523 12 14 12H10.5C9.94772 12 9.5 11.5523 9.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2563 1.36606C18.3926 1.24994 17.3014 1.24997 15.9781 1.25H11.931C10.6077 1.24997 9.51641 1.24994 8.65275 1.36606C7.746 1.48797 6.9452 1.75375 6.304 2.39495C5.66281 3.03615 5.39702 3.83695 5.27511 4.74369C5.15899 5.60736 5.15902 6.6986 5.15906 8.02195L5.15906 15.3091C5.15906 15.5919 5.15906 15.7334 5.07119 15.8212C4.98332 15.9091 4.8419 15.9091 4.55905 15.9091L4.08344 15.9091C3.65936 15.9089 3.22951 15.9088 2.87244 15.9682C2.44525 16.0393 1.99876 16.2128 1.65457 16.6424C1.3333 17.0435 1.2363 17.4787 1.25151 17.9104C1.26352 18.2512 1.35016 18.6332 1.42954 18.9831C1.62629 19.8528 1.98532 20.8094 2.56295 21.5101C3.16342 22.2384 4.01879 22.75 5.12398 22.75H18.8347C20.2282 22.75 21.278 22.161 21.9321 21.1638C22.5448 20.23 22.75 19.033 22.75 17.8636V8.02197C22.75 6.69861 22.75 5.60737 22.6339 4.74369C22.512 3.83695 22.2462 3.03615 21.605 2.39495C20.9638 1.75375 20.163 1.48797 19.2563 1.36606ZM7.71377 15.9091C7.43093 15.9091 7.28951 15.9091 7.20164 15.8213C7.11377 15.7334 7.11377 15.592 7.11377 15.3091V8.09095C7.11377 6.68125 7.11585 5.72229 7.21239 5.00417C7.30516 4.31417 7.46873 3.99458 7.68624 3.77706C7.90376 3.55955 8.22334 3.39598 8.91335 3.30322C9.63147 3.20667 10.5904 3.20459 12.0001 3.20459H15.9092C17.3189 3.20459 18.2779 3.20667 18.996 3.30322C19.686 3.39598 20.0056 3.55955 20.2231 3.77706C20.4406 3.99458 20.6042 4.31417 20.697 5.00417C20.7935 5.72229 20.7956 6.68126 20.7956 8.09095V17.8637C20.7956 18.8532 20.6135 19.6108 20.298 20.0918C20.024 20.5095 19.6048 20.7955 18.8349 20.7955C18.4034 20.7955 18.0724 20.6191 17.7819 20.2668C17.4685 19.8867 17.2187 19.3115 17.06 18.6103C16.9543 18.143 16.8508 17.6854 16.7463 17.3635C16.6437 17.0476 16.4758 16.6313 16.1061 16.3364C15.7596 16.0599 15.3672 15.9763 15.044 15.9415C14.7424 15.909 14.3743 15.9091 13.9832 15.9091L7.71377 15.9091Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 7C9.5 6.44772 9.94772 6 10.5 6H17.5C18.0523 6 18.5 6.44772 18.5 7C18.5 7.55228 18.0523 8 17.5 8H10.5C9.94772 8 9.5 7.55228 9.5 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 11C9.5 10.4477 9.94772 10 10.5 10H14C14.5523 10 15 10.4477 15 11C15 11.5523 14.5523 12 14 12H10.5C9.94772 12 9.5 11.5523 9.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-svg-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.7501C4.26144 13.7501 4.69737 13.3196 4.69737 12.7886L4.69738 11.7653C4.69737 11.4983 4.69754 10.8598 4.97816 10.3876C5.15109 10.0966 5.37251 9.85349 5.59996 9.72967C5.96647 9.53015 6.38666 9.41679 6.83333 9.41679C6.98046 9.41679 7.13864 9.42326 7.31624 9.4315L7.38206 9.43458C7.53697 9.44186 7.70556 9.44978 7.8737 9.45328C8.25379 9.46117 8.69733 9.44916 9.12548 9.33444C9.95945 9.11098 10.6109 8.45957 10.8343 7.6256C10.949 7.19745 10.961 6.75391 10.9532 6.37382C10.9497 6.20575 10.9417 6.03705 10.9345 5.88218L10.9314 5.81636C10.9231 5.63877 10.9167 5.48059 10.9167 5.33346C10.9167 4.86576 11.0409 4.4271 11.2583 4.04869C11.385 3.8281 11.6057 3.62621 11.9105 3.4489C12.3726 3.17999 12.926 3.1775 13.2642 3.17598C13.6023 3.17445 13.9591 3.17328 14.2572 3.17328C16.0914 3.17328 16.7582 3.18704 17.2614 3.36171C18.1337 3.66453 18.7997 4.29671 19.11 5.07116C19.1878 5.26523 19.2427 5.52014 19.2721 5.96165C19.3021 6.41172 19.3026 6.98619 19.3026 7.81406V12.7886C19.3026 13.3196 19.7386 13.7501 20.2763 13.7501C20.8141 13.7501 21.25 13.3196 21.25 12.7886V7.78133C21.25 6.99386 21.25 6.35598 21.2153 5.83526C21.1795 5.29879 21.1039 4.82055 20.9208 4.36353C20.3922 3.04455 19.2841 2.02546 17.9072 1.54747C17.0482 1.24928 16.0155 1.24963 14.4607 1.25017L13.5134 1.25024L13.5 1.25012L13.4649 1.25027C10.9565 1.25197 9.40174 1.28181 8.1118 1.72961C5.8915 2.50039 4.11806 4.13872 3.27491 6.24273C2.99393 6.94391 2.86942 7.69707 2.80918 8.60029C2.74999 9.48768 2.75 10.584 2.75 11.9815V12.7886C2.75 13.3196 3.18593 13.7501 3.72368 13.7501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.9078 15.25C4.91518 15.25 4.92258 15.25 4.92999 15.25H6.04142C6.45563 15.25 6.79142 15.5858 6.79142 16C6.79142 16.4142 6.45563 16.75 6.04142 16.75H4.92999C4.69715 16.75 4.56192 16.7504 4.46196 16.7576C4.41343 16.7611 4.38914 16.7654 4.38026 16.7672C4.34143 16.7851 4.33016 16.799 4.32705 16.8028C4.32151 16.8096 4.30684 16.8303 4.29184 16.8829C4.25393 17.0157 4.25013 17.192 4.25013 17.5C4.25013 17.808 4.25393 17.9843 4.29184 18.1171C4.30684 18.1697 4.32138 18.1902 4.32692 18.197C4.33003 18.2009 4.34143 18.2149 4.38026 18.2328C4.38914 18.2347 4.41343 18.2389 4.46196 18.2424C4.56192 18.2496 4.69715 18.25 4.92999 18.25C4.9374 18.25 4.94479 18.25 4.95217 18.25C5.15514 18.25 5.34501 18.25 5.5051 18.2614C5.67849 18.2738 5.87267 18.3024 6.0703 18.3883C6.61029 18.6229 6.88804 19.042 7.01053 19.4712C7.11109 19.8235 7.11038 20.2028 7.10991 20.4525C7.10988 20.4689 7.10985 20.4847 7.10985 20.5C7.10985 20.5153 7.10988 20.5311 7.10991 20.5475C7.11038 20.7972 7.11109 21.1765 7.01053 21.5288C6.88804 21.958 6.61029 22.3771 6.0703 22.6117C5.87267 22.6976 5.67849 22.7262 5.5051 22.7386C5.34501 22.75 5.15514 22.75 4.95217 22.75L3.71946 22.75C3.30524 22.75 2.96946 22.4142 2.96946 22C2.96946 21.5858 3.30524 21.25 3.71946 21.25H4.92999C5.16283 21.25 5.29806 21.2496 5.39801 21.2424C5.44655 21.2389 5.47084 21.2347 5.47972 21.2328C5.51854 21.2149 5.52981 21.201 5.53292 21.1972C5.53846 21.1904 5.55313 21.1697 5.56814 21.1171C5.60604 20.9843 5.60985 20.808 5.60985 20.5C5.60985 20.192 5.60604 20.0157 5.56814 19.8829C5.55313 19.8303 5.5386 19.8098 5.53306 19.803C5.52995 19.7991 5.51854 19.7851 5.47972 19.7672C5.47084 19.7654 5.44655 19.7611 5.39801 19.7576C5.29806 19.7504 5.16283 19.75 4.92999 19.75L4.9078 19.75C4.70483 19.75 4.51497 19.75 4.35487 19.7386C4.18148 19.7262 3.98731 19.6976 3.78968 19.6117C3.24968 19.3771 2.97194 18.958 2.84944 18.5288C2.74888 18.1765 2.7496 17.7972 2.75007 17.5475C2.7501 17.5311 2.75013 17.5153 2.75013 17.5C2.75013 17.4847 2.7501 17.4689 2.75007 17.4525C2.7496 17.2028 2.74888 16.8235 2.84944 16.4712C2.97194 16.042 3.24968 15.6229 3.78968 15.3883C3.98731 15.3024 4.18148 15.2738 4.35487 15.2614C4.51497 15.25 4.70483 15.25 4.9078 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.99069 15.2937C9.38088 15.1547 9.80988 15.3583 9.94889 15.7485L11.6215 20.4432C11.6228 20.447 11.6242 20.4507 11.6255 20.4545C11.6268 20.4507 11.6282 20.447 11.6295 20.4432L13.3021 15.7485C13.4411 15.3583 13.8701 15.1547 14.2603 15.2937C14.6505 15.4327 14.8541 15.8617 14.7151 16.2519L13.0425 20.9466C13.0373 20.9613 13.0321 20.9759 13.0269 20.9904C12.8854 21.3877 12.7565 21.7495 12.6281 22.0079C12.5613 22.1421 12.4669 22.3076 12.3292 22.4465C12.1769 22.6002 11.9401 22.7502 11.6255 22.7502C11.3108 22.7502 11.0741 22.6002 10.9218 22.4465C10.7841 22.3076 10.6897 22.1421 10.6229 22.0079C10.4944 21.7495 10.3656 21.3878 10.2241 20.9904C10.2189 20.9759 10.2137 20.9613 10.2085 20.9466L8.53589 16.2519C8.39688 15.8617 8.6005 15.4327 8.99069 15.2937Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.718 16.7503C18.2694 16.7503 18.0164 16.7523 17.8389 16.7787C17.7957 16.7766 17.7057 16.8166 17.6916 16.9934C17.6654 17.21 17.6641 17.5098 17.6641 18.0003V20.0003C17.6641 20.4909 17.6654 20.7907 17.6916 21.0073C17.7045 21.161 17.7952 21.2144 17.8389 21.2219C18.0164 21.2484 18.2694 21.2503 18.718 21.2503C19.1666 21.2503 19.4196 21.2484 19.5971 21.2219C19.6407 21.2173 19.7311 21.1679 19.7444 21.0073C19.7662 20.8273 19.7708 20.5897 19.7717 20.2329L19.2786 20.2423C18.8698 20.3026 18.4889 20.0209 18.4274 19.612C18.3657 19.2024 18.6478 18.8203 19.0574 18.7587C19.3606 18.713 19.6996 18.716 19.9271 18.7409C20.1404 18.7643 20.4419 18.8218 20.7102 18.9907C21.02 19.1858 21.272 19.5278 21.272 20.0003C21.272 20.4359 21.272 20.87 21.2335 21.1879C21.192 21.5302 21.095 21.899 20.8147 22.2098C20.5244 22.5317 20.1622 22.6543 19.8183 22.7055C19.5167 22.7505 19.1493 22.7504 18.7644 22.7503C18.3795 22.7504 17.9193 22.7505 17.6177 22.7055C17.2739 22.6543 16.9117 22.5317 16.6213 22.2098C16.341 21.899 16.2441 21.5302 16.2025 21.1879C16.164 20.87 16.164 20.4776 16.1641 20.042V17.9587C16.164 17.5231 16.164 17.1307 16.2025 16.8128C16.2441 16.4704 16.341 16.1017 16.6213 15.7909C16.9117 15.469 17.2739 15.3464 17.6177 15.2951C17.9193 15.2502 18.4166 15.2501 18.8015 15.2502C19.1798 15.2491 19.7159 15.2476 20.1646 15.4168C20.4348 15.5187 20.7041 15.6901 20.9101 15.9719C21.1132 16.2498 21.2147 16.5799 21.2461 16.9341C21.2827 17.3466 20.9779 17.7108 20.5653 17.7474C20.1528 17.784 19.7886 17.4792 19.752 17.0666C19.7581 16.9369 19.6768 16.8484 19.6354 16.8203C19.5697 16.7955 19.4643 16.7734 19.2966 16.7615C19.1375 16.7503 18.9284 16.7503 18.718 16.7503Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.7501C4.26144 13.7501 4.69737 13.3196 4.69737 12.7886L4.69738 11.7653C4.69737 11.4983 4.69754 10.8598 4.97816 10.3876C5.15109 10.0966 5.37251 9.85349 5.59996 9.72967C5.96647 9.53015 6.38666 9.41679 6.83333 9.41679C6.98046 9.41679 7.13864 9.42326 7.31624 9.4315L7.38206 9.43458C7.53697 9.44186 7.70556 9.44978 7.8737 9.45328C8.25379 9.46117 8.69733 9.44916 9.12548 9.33444C9.95945 9.11098 10.6109 8.45957 10.8343 7.6256C10.949 7.19745 10.961 6.75391 10.9532 6.37382C10.9497 6.20575 10.9417 6.03705 10.9345 5.88218L10.9314 5.81636C10.9231 5.63877 10.9167 5.48059 10.9167 5.33346C10.9167 4.86576 11.0409 4.4271 11.2583 4.04869C11.385 3.8281 11.6057 3.62621 11.9105 3.4489C12.3726 3.17999 12.926 3.1775 13.2642 3.17598C13.6023 3.17445 13.9591 3.17328 14.2572 3.17328C16.0914 3.17328 16.7582 3.18704 17.2614 3.36171C18.1337 3.66453 18.7997 4.29671 19.11 5.07116C19.1878 5.26523 19.2427 5.52014 19.2721 5.96165C19.3021 6.41172 19.3026 6.98619 19.3026 7.81406V12.7886C19.3026 13.3196 19.7386 13.7501 20.2763 13.7501C20.8141 13.7501 21.25 13.3196 21.25 12.7886V7.78133C21.25 6.99386 21.25 6.35598 21.2153 5.83526C21.1795 5.29879 21.1039 4.82055 20.9208 4.36353C20.3922 3.04455 19.2841 2.02546 17.9072 1.54747C17.0482 1.24928 16.0155 1.24963 14.4607 1.25017L13.5134 1.25024L13.5 1.25012L13.4649 1.25027C10.9565 1.25197 9.40174 1.28181 8.1118 1.72961C5.8915 2.50039 4.11806 4.13872 3.27491 6.24273C2.99393 6.94391 2.86942 7.69707 2.80918 8.60029C2.74999 9.48768 2.75 10.584 2.75 11.9815V12.7886C2.75 13.3196 3.18593 13.7501 3.72368 13.7501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.9078 15.25C4.91518 15.25 4.92258 15.25 4.92999 15.25H6.04142C6.45563 15.25 6.79142 15.5858 6.79142 16C6.79142 16.4142 6.45563 16.75 6.04142 16.75H4.92999C4.69715 16.75 4.56192 16.7504 4.46196 16.7576C4.41343 16.7611 4.38914 16.7654 4.38026 16.7672C4.34143 16.7851 4.33016 16.799 4.32705 16.8028C4.32151 16.8096 4.30684 16.8303 4.29184 16.8829C4.25393 17.0157 4.25013 17.192 4.25013 17.5C4.25013 17.808 4.25393 17.9843 4.29184 18.1171C4.30684 18.1697 4.32138 18.1902 4.32692 18.197C4.33003 18.2009 4.34143 18.2149 4.38026 18.2328C4.38914 18.2347 4.41343 18.2389 4.46196 18.2424C4.56192 18.2496 4.69715 18.25 4.92999 18.25C4.9374 18.25 4.94479 18.25 4.95217 18.25C5.15514 18.25 5.34501 18.25 5.5051 18.2614C5.67849 18.2738 5.87267 18.3024 6.0703 18.3883C6.61029 18.6229 6.88804 19.042 7.01053 19.4712C7.11109 19.8235 7.11038 20.2028 7.10991 20.4525C7.10988 20.4689 7.10985 20.4847 7.10985 20.5C7.10985 20.5153 7.10988 20.5311 7.10991 20.5475C7.11038 20.7972 7.11109 21.1765 7.01053 21.5288C6.88804 21.958 6.61029 22.3771 6.0703 22.6117C5.87267 22.6976 5.67849 22.7262 5.5051 22.7386C5.34501 22.75 5.15514 22.75 4.95217 22.75L3.71946 22.75C3.30524 22.75 2.96946 22.4142 2.96946 22C2.96946 21.5858 3.30524 21.25 3.71946 21.25H4.92999C5.16283 21.25 5.29806 21.2496 5.39801 21.2424C5.44655 21.2389 5.47084 21.2347 5.47972 21.2328C5.51854 21.2149 5.52981 21.201 5.53292 21.1972C5.53846 21.1904 5.55313 21.1697 5.56814 21.1171C5.60604 20.9843 5.60985 20.808 5.60985 20.5C5.60985 20.192 5.60604 20.0157 5.56814 19.8829C5.55313 19.8303 5.5386 19.8098 5.53306 19.803C5.52995 19.7991 5.51854 19.7851 5.47972 19.7672C5.47084 19.7654 5.44655 19.7611 5.39801 19.7576C5.29806 19.7504 5.16283 19.75 4.92999 19.75L4.9078 19.75C4.70483 19.75 4.51497 19.75 4.35487 19.7386C4.18148 19.7262 3.98731 19.6976 3.78968 19.6117C3.24968 19.3771 2.97194 18.958 2.84944 18.5288C2.74888 18.1765 2.7496 17.7972 2.75007 17.5475C2.7501 17.5311 2.75013 17.5153 2.75013 17.5C2.75013 17.4847 2.7501 17.4689 2.75007 17.4525C2.7496 17.2028 2.74888 16.8235 2.84944 16.4712C2.97194 16.042 3.24968 15.6229 3.78968 15.3883C3.98731 15.3024 4.18148 15.2738 4.35487 15.2614C4.51497 15.25 4.70483 15.25 4.9078 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.99069 15.2937C9.38088 15.1547 9.80988 15.3583 9.94889 15.7485L11.6215 20.4432C11.6228 20.447 11.6242 20.4507 11.6255 20.4545C11.6268 20.4507 11.6282 20.447 11.6295 20.4432L13.3021 15.7485C13.4411 15.3583 13.8701 15.1547 14.2603 15.2937C14.6505 15.4327 14.8541 15.8617 14.7151 16.2519L13.0425 20.9466C13.0373 20.9613 13.0321 20.9759 13.0269 20.9904C12.8854 21.3877 12.7565 21.7495 12.6281 22.0079C12.5613 22.1421 12.4669 22.3076 12.3292 22.4465C12.1769 22.6002 11.9401 22.7502 11.6255 22.7502C11.3108 22.7502 11.0741 22.6002 10.9218 22.4465C10.7841 22.3076 10.6897 22.1421 10.6229 22.0079C10.4944 21.7495 10.3656 21.3878 10.2241 20.9904C10.2189 20.9759 10.2137 20.9613 10.2085 20.9466L8.53589 16.2519C8.39688 15.8617 8.6005 15.4327 8.99069 15.2937Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.718 16.7503C18.2694 16.7503 18.0164 16.7523 17.8389 16.7787C17.7957 16.7766 17.7057 16.8166 17.6916 16.9934C17.6654 17.21 17.6641 17.5098 17.6641 18.0003V20.0003C17.6641 20.4909 17.6654 20.7907 17.6916 21.0073C17.7045 21.161 17.7952 21.2144 17.8389 21.2219C18.0164 21.2484 18.2694 21.2503 18.718 21.2503C19.1666 21.2503 19.4196 21.2484 19.5971 21.2219C19.6407 21.2173 19.7311 21.1679 19.7444 21.0073C19.7662 20.8273 19.7708 20.5897 19.7717 20.2329L19.2786 20.2423C18.8698 20.3026 18.4889 20.0209 18.4274 19.612C18.3657 19.2024 18.6478 18.8203 19.0574 18.7587C19.3606 18.713 19.6996 18.716 19.9271 18.7409C20.1404 18.7643 20.4419 18.8218 20.7102 18.9907C21.02 19.1858 21.272 19.5278 21.272 20.0003C21.272 20.4359 21.272 20.87 21.2335 21.1879C21.192 21.5302 21.095 21.899 20.8147 22.2098C20.5244 22.5317 20.1622 22.6543 19.8183 22.7055C19.5167 22.7505 19.1493 22.7504 18.7644 22.7503C18.3795 22.7504 17.9193 22.7505 17.6177 22.7055C17.2739 22.6543 16.9117 22.5317 16.6213 22.2098C16.341 21.899 16.2441 21.5302 16.2025 21.1879C16.164 20.87 16.164 20.4776 16.1641 20.042V17.9587C16.164 17.5231 16.164 17.1307 16.2025 16.8128C16.2441 16.4704 16.341 16.1017 16.6213 15.7909C16.9117 15.469 17.2739 15.3464 17.6177 15.2951C17.9193 15.2502 18.4166 15.2501 18.8015 15.2502C19.1798 15.2491 19.7159 15.2476 20.1646 15.4168C20.4348 15.5187 20.7041 15.6901 20.9101 15.9719C21.1132 16.2498 21.2147 16.5799 21.2461 16.9341C21.2827 17.3466 20.9779 17.7108 20.5653 17.7474C20.1528 17.784 19.7886 17.4792 19.752 17.0666C19.7581 16.9369 19.6768 16.8484 19.6354 16.8203C19.5697 16.7955 19.4643 16.7734 19.2966 16.7615C19.1375 16.7503 18.9284 16.7503 18.718 16.7503Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-svg-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.23461 12.25L9.22769 12.25C9.6419 12.25 9.97769 12.5858 9.97769 13C9.97769 13.4142 9.6419 13.75 9.22769 13.75H8.25519C8.05062 13.75 7.93472 13.7504 7.84982 13.7562C7.82149 13.756 7.76377 13.7942 7.75955 13.9481C7.75406 14.0332 7.75406 14.1388 7.75406 14.2577C7.75406 14.3767 7.75406 14.4668 7.75955 14.5519C7.76376 14.6958 7.82149 14.7398 7.84982 14.7438C7.93472 14.7496 8.07119 14.75 8.27576 14.75C8.45232 14.75 8.62034 14.75 8.76257 14.7597C8.91703 14.7702 9.09502 14.7946 9.27821 14.8704C9.7756 15.0763 10.0441 15.4519 10.163 15.8489C10.2578 16.165 10.2569 16.5857 10.2564 16.7916C10.2569 16.9974 10.2578 17.335 10.163 17.6511C10.0441 18.0481 9.7756 18.4237 9.27821 18.6296C9.09502 18.7054 8.91703 18.7298 8.76257 18.7403C8.62034 18.75 8.45232 18.75 8.27576 18.75L7.19597 18.75C6.78176 18.75 6.44597 18.4142 6.44597 18C6.44597 17.5858 6.78176 17.25 7.19597 17.25H8.25519C8.45976 17.25 8.57566 17.2496 8.66055 17.2438C8.68886 17.2466 8.74653 17.2122 8.75083 17.0519C8.75632 16.9668 8.75632 16.8767 8.75631 16.7577V16.7577C8.75632 16.6388 8.75632 16.5332 8.75083 16.4481C8.7465 16.2795 8.68884 16.2499 8.66056 16.2562C8.57566 16.2504 8.43918 16.25 8.23461 16.25C8.05805 16.25 7.89003 16.25 7.74781 16.2403C7.59334 16.2298 7.41536 16.2054 7.23216 16.1296C6.73478 15.9237 6.46631 15.5481 6.34733 15.1511C6.2526 14.835 6.25346 14.4975 6.25399 14.2916C6.25346 14.0857 6.2526 13.665 6.34733 13.3489C6.46631 12.9519 6.73478 12.5763 7.23217 12.3704C7.41536 12.2946 7.59334 12.2702 7.74781 12.2597C7.89002 12.25 8.05802 12.25 8.23456 12.25H8.23461Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.3273 12.2977C11.7152 12.1526 12.1474 12.3495 12.2925 12.7374L13.6753 16.4338L15.058 12.7374C15.2031 12.3495 15.6353 12.1526 16.0232 12.2977C16.4112 12.4429 16.6081 12.875 16.4629 13.263L14.9994 17.1752C14.9942 17.1892 14.989 17.2032 14.9837 17.2171C14.8618 17.5433 14.7463 17.8523 14.6297 18.0754C14.5684 18.1929 14.4782 18.3445 14.3446 18.473C14.1954 18.6163 13.9693 18.7502 13.6753 18.7502C13.3812 18.7502 13.1551 18.6163 13.006 18.473C12.8723 18.3445 12.7821 18.1929 12.7208 18.0754C12.6043 17.8523 12.4887 17.5433 12.3668 17.2171C12.3616 17.2032 12.3563 17.1892 12.3511 17.1752L10.8876 13.263C10.7425 12.875 10.9393 12.4429 11.3273 12.2977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4261 13.7503C19.0317 13.7503 18.8155 13.7521 18.6655 13.7734C18.5617 13.8667 18.5977 14.254 18.5977 14.667V16.3336C18.5977 16.7466 18.5977 17.1138 18.6655 17.2272C18.8155 17.2485 19.0317 17.2503 19.4261 17.2503C19.8205 17.2503 20.0367 17.2485 20.1867 17.2272C20.2538 17.1533 20.2521 16.8763 20.2538 16.6456C20.1803 16.6346 20.0054 16.6502 19.9272 16.6594C19.5173 16.718 19.1371 16.4333 19.0783 16.0234C19.0195 15.6134 19.3043 15.2333 19.7143 15.1746C19.9762 15.137 20.2868 15.1382 20.4904 15.1595C20.6794 15.1792 20.9556 15.2282 21.2053 15.3779C21.4951 15.5517 21.7546 15.8728 21.7546 16.3336C21.7546 16.6911 21.7547 17.0679 21.7197 17.3428C21.6811 17.6457 21.5887 17.9861 21.318 18.2719C21.0418 18.5636 20.7033 18.6689 20.3975 18.7123C20.1292 18.7504 19.8037 18.7504 19.4691 18.7503C19.1344 18.7504 18.7231 18.7504 18.4547 18.7123C18.1489 18.6689 17.8105 18.5636 17.5343 18.2719C17.2635 17.9861 17.1711 17.6457 17.1326 17.3428C17.0976 17.0679 17.0976 16.732 17.0977 16.3745L17.0977 14.6261C17.0976 14.2686 17.0976 13.9328 17.1326 13.6579C17.1711 13.3549 17.2635 13.0145 17.5343 12.7287C17.8105 12.437 18.1489 12.3317 18.4547 12.2883C18.7231 12.2502 19.1659 12.2501 19.5006 12.2502C19.8294 12.2492 20.3095 12.2478 20.7138 12.393C20.959 12.481 21.2123 12.6322 21.4094 12.8888C21.6051 13.1438 21.7017 13.4462 21.7313 13.7641C21.7697 14.1765 21.4665 14.542 21.0541 14.5804C20.6417 14.6188 20.2762 14.3156 20.2378 13.9032C20.2378 13.7595 20.0727 13.7693 19.9283 13.7595C19.7912 13.7503 19.6111 13.7503 19.4261 13.7503Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.23461 12.25L9.22769 12.25C9.6419 12.25 9.97769 12.5858 9.97769 13C9.97769 13.4142 9.6419 13.75 9.22769 13.75H8.25519C8.05062 13.75 7.93472 13.7504 7.84982 13.7562C7.82149 13.756 7.76377 13.7942 7.75955 13.9481C7.75406 14.0332 7.75406 14.1388 7.75406 14.2577C7.75406 14.3767 7.75406 14.4668 7.75955 14.5519C7.76376 14.6958 7.82149 14.7398 7.84982 14.7438C7.93472 14.7496 8.07119 14.75 8.27576 14.75C8.45232 14.75 8.62034 14.75 8.76257 14.7597C8.91703 14.7702 9.09502 14.7946 9.27821 14.8704C9.7756 15.0763 10.0441 15.4519 10.163 15.8489C10.2578 16.165 10.2569 16.5857 10.2564 16.7916C10.2569 16.9974 10.2578 17.335 10.163 17.6511C10.0441 18.0481 9.7756 18.4237 9.27821 18.6296C9.09502 18.7054 8.91703 18.7298 8.76257 18.7403C8.62034 18.75 8.45232 18.75 8.27576 18.75L7.19597 18.75C6.78176 18.75 6.44597 18.4142 6.44597 18C6.44597 17.5858 6.78176 17.25 7.19597 17.25H8.25519C8.45976 17.25 8.57566 17.2496 8.66055 17.2438C8.68886 17.2466 8.74653 17.2122 8.75083 17.0519C8.75632 16.9668 8.75632 16.8767 8.75631 16.7577V16.7577C8.75632 16.6388 8.75632 16.5332 8.75083 16.4481C8.7465 16.2795 8.68884 16.2499 8.66056 16.2562C8.57566 16.2504 8.43918 16.25 8.23461 16.25C8.05805 16.25 7.89003 16.25 7.74781 16.2403C7.59334 16.2298 7.41536 16.2054 7.23216 16.1296C6.73478 15.9237 6.46631 15.5481 6.34733 15.1511C6.2526 14.835 6.25346 14.4975 6.25399 14.2916C6.25346 14.0857 6.2526 13.665 6.34733 13.3489C6.46631 12.9519 6.73478 12.5763 7.23217 12.3704C7.41536 12.2946 7.59334 12.2702 7.74781 12.2597C7.89002 12.25 8.05802 12.25 8.23456 12.25H8.23461Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.3273 12.2977C11.7152 12.1526 12.1474 12.3495 12.2925 12.7374L13.6753 16.4338L15.058 12.7374C15.2031 12.3495 15.6353 12.1526 16.0232 12.2977C16.4112 12.4429 16.6081 12.875 16.4629 13.263L14.9994 17.1752C14.9942 17.1892 14.989 17.2032 14.9837 17.2171C14.8618 17.5433 14.7463 17.8523 14.6297 18.0754C14.5684 18.1929 14.4782 18.3445 14.3446 18.473C14.1954 18.6163 13.9693 18.7502 13.6753 18.7502C13.3812 18.7502 13.1551 18.6163 13.006 18.473C12.8723 18.3445 12.7821 18.1929 12.7208 18.0754C12.6043 17.8523 12.4887 17.5433 12.3668 17.2171C12.3616 17.2032 12.3563 17.1892 12.3511 17.1752L10.8876 13.263C10.7425 12.875 10.9393 12.4429 11.3273 12.2977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4261 13.7503C19.0317 13.7503 18.8155 13.7521 18.6655 13.7734C18.5617 13.8667 18.5977 14.254 18.5977 14.667V16.3336C18.5977 16.7466 18.5977 17.1138 18.6655 17.2272C18.8155 17.2485 19.0317 17.2503 19.4261 17.2503C19.8205 17.2503 20.0367 17.2485 20.1867 17.2272C20.2538 17.1533 20.2521 16.8763 20.2538 16.6456C20.1803 16.6346 20.0054 16.6502 19.9272 16.6594C19.5173 16.718 19.1371 16.4333 19.0783 16.0234C19.0195 15.6134 19.3043 15.2333 19.7143 15.1746C19.9762 15.137 20.2868 15.1382 20.4904 15.1595C20.6794 15.1792 20.9556 15.2282 21.2053 15.3779C21.4951 15.5517 21.7546 15.8728 21.7546 16.3336C21.7546 16.6911 21.7547 17.0679 21.7197 17.3428C21.6811 17.6457 21.5887 17.9861 21.318 18.2719C21.0418 18.5636 20.7033 18.6689 20.3975 18.7123C20.1292 18.7504 19.8037 18.7504 19.4691 18.7503C19.1344 18.7504 18.7231 18.7504 18.4547 18.7123C18.1489 18.6689 17.8105 18.5636 17.5343 18.2719C17.2635 17.9861 17.1711 17.6457 17.1326 17.3428C17.0976 17.0679 17.0976 16.732 17.0977 16.3745L17.0977 14.6261C17.0976 14.2686 17.0976 13.9328 17.1326 13.6579C17.1711 13.3549 17.2635 13.0145 17.5343 12.7287C17.8105 12.437 18.1489 12.3317 18.4547 12.2883C18.7231 12.2502 19.1659 12.2501 19.5006 12.2502C19.8294 12.2492 20.3095 12.2478 20.7138 12.393C20.959 12.481 21.2123 12.6322 21.4094 12.8888C21.6051 13.1438 21.7017 13.4462 21.7313 13.7641C21.7697 14.1765 21.4665 14.542 21.0541 14.5804C20.6417 14.6188 20.2762 14.3156 20.2378 13.9032C20.2378 13.7595 20.0727 13.7693 19.9283 13.7595C19.7912 13.7503 19.6111 13.7503 19.4261 13.7503Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-txt-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.7501C4.26144 13.7501 4.69737 13.3196 4.69737 12.7886L4.69738 11.7653C4.69737 11.4983 4.69754 10.8598 4.97816 10.3876C5.15109 10.0966 5.37251 9.85349 5.59996 9.72967C5.96647 9.53015 6.38666 9.41679 6.83333 9.41679C6.98046 9.41679 7.13864 9.42326 7.31624 9.4315L7.38206 9.43458C7.53697 9.44186 7.70556 9.44978 7.8737 9.45328C8.25379 9.46117 8.69733 9.44916 9.12548 9.33444C9.95945 9.11098 10.6109 8.45957 10.8343 7.6256C10.949 7.19745 10.961 6.75391 10.9532 6.37382C10.9497 6.20575 10.9417 6.03705 10.9345 5.88218L10.9314 5.81636C10.9231 5.63877 10.9167 5.48059 10.9167 5.33346C10.9167 4.86576 11.0409 4.4271 11.2583 4.04869C11.385 3.8281 11.6057 3.62621 11.9105 3.4489C12.3726 3.17999 12.926 3.1775 13.2642 3.17598C13.6023 3.17445 13.9591 3.17328 14.2572 3.17328C16.0914 3.17328 16.7582 3.18704 17.2614 3.36171C18.1337 3.66453 18.7997 4.29671 19.11 5.07116C19.1878 5.26523 19.2427 5.52014 19.2721 5.96165C19.3021 6.41172 19.3026 6.98619 19.3026 7.81406V12.7886C19.3026 13.3196 19.7386 13.7501 20.2763 13.7501C20.8141 13.7501 21.25 13.3196 21.25 12.7886V7.78133C21.25 6.99386 21.25 6.35598 21.2153 5.83526C21.1795 5.29879 21.1039 4.82055 20.9208 4.36353C20.3922 3.04455 19.2841 2.02546 17.9072 1.54747C17.0482 1.24928 16.0155 1.24963 14.4607 1.25017L13.5134 1.25024L13.5 1.25012L13.4649 1.25027C10.9565 1.25197 9.40174 1.28181 8.1118 1.72961C5.8915 2.50039 4.11806 4.13872 3.27491 6.24273C2.99393 6.94391 2.86942 7.69707 2.80918 8.60029C2.74999 9.48768 2.75 10.584 2.75 11.9815V12.7886C2.75 13.3196 3.18593 13.7501 3.72368 13.7501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 16C2.75 15.5858 3.08579 15.25 3.5 15.25H7.26471C7.67892 15.25 8.01471 15.5858 8.01471 16C8.01471 16.4142 7.67892 16.75 7.26471 16.75H6.13235V22C6.13235 22.4142 5.79657 22.75 5.38235 22.75C4.96814 22.75 4.63235 22.4142 4.63235 22V16.75H3.5C3.08579 16.75 2.75 16.4142 2.75 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.71867 15.3648C10.0695 15.1447 10.5324 15.2506 10.7526 15.6015L11.9996 17.589L13.2467 15.6015C13.4668 15.2506 13.9297 15.1447 14.2806 15.3648C14.6315 15.585 14.7374 16.0479 14.5173 16.3987L12.8851 19.0001L14.5173 21.6015C14.7374 21.9523 14.6315 22.4152 14.2806 22.6354C13.9297 22.8555 13.4668 22.7496 13.2467 22.3987L11.9996 20.4112L10.7526 22.3987C10.5324 22.7496 10.0695 22.8555 9.71867 22.6354C9.3678 22.4152 9.26184 21.9523 9.48199 21.6015L11.1142 19.0001L9.48199 16.3987C9.26184 16.0479 9.3678 15.585 9.71867 15.3648Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9883 16C15.9883 15.5858 16.3241 15.25 16.7383 15.25H20.503C20.9172 15.25 21.253 15.5858 21.253 16C21.253 16.4142 20.9172 16.75 20.503 16.75H19.3706V22C19.3706 22.4142 19.0348 22.75 18.6206 22.75C18.2064 22.75 17.8706 22.4142 17.8706 22V16.75H16.7383C16.3241 16.75 15.9883 16.4142 15.9883 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.7501C4.26144 13.7501 4.69737 13.3196 4.69737 12.7886L4.69738 11.7653C4.69737 11.4983 4.69754 10.8598 4.97816 10.3876C5.15109 10.0966 5.37251 9.85349 5.59996 9.72967C5.96647 9.53015 6.38666 9.41679 6.83333 9.41679C6.98046 9.41679 7.13864 9.42326 7.31624 9.4315L7.38206 9.43458C7.53697 9.44186 7.70556 9.44978 7.8737 9.45328C8.25379 9.46117 8.69733 9.44916 9.12548 9.33444C9.95945 9.11098 10.6109 8.45957 10.8343 7.6256C10.949 7.19745 10.961 6.75391 10.9532 6.37382C10.9497 6.20575 10.9417 6.03705 10.9345 5.88218L10.9314 5.81636C10.9231 5.63877 10.9167 5.48059 10.9167 5.33346C10.9167 4.86576 11.0409 4.4271 11.2583 4.04869C11.385 3.8281 11.6057 3.62621 11.9105 3.4489C12.3726 3.17999 12.926 3.1775 13.2642 3.17598C13.6023 3.17445 13.9591 3.17328 14.2572 3.17328C16.0914 3.17328 16.7582 3.18704 17.2614 3.36171C18.1337 3.66453 18.7997 4.29671 19.11 5.07116C19.1878 5.26523 19.2427 5.52014 19.2721 5.96165C19.3021 6.41172 19.3026 6.98619 19.3026 7.81406V12.7886C19.3026 13.3196 19.7386 13.7501 20.2763 13.7501C20.8141 13.7501 21.25 13.3196 21.25 12.7886V7.78133C21.25 6.99386 21.25 6.35598 21.2153 5.83526C21.1795 5.29879 21.1039 4.82055 20.9208 4.36353C20.3922 3.04455 19.2841 2.02546 17.9072 1.54747C17.0482 1.24928 16.0155 1.24963 14.4607 1.25017L13.5134 1.25024L13.5 1.25012L13.4649 1.25027C10.9565 1.25197 9.40174 1.28181 8.1118 1.72961C5.8915 2.50039 4.11806 4.13872 3.27491 6.24273C2.99393 6.94391 2.86942 7.69707 2.80918 8.60029C2.74999 9.48768 2.75 10.584 2.75 11.9815V12.7886C2.75 13.3196 3.18593 13.7501 3.72368 13.7501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 16C2.75 15.5858 3.08579 15.25 3.5 15.25H7.26471C7.67892 15.25 8.01471 15.5858 8.01471 16C8.01471 16.4142 7.67892 16.75 7.26471 16.75H6.13235V22C6.13235 22.4142 5.79657 22.75 5.38235 22.75C4.96814 22.75 4.63235 22.4142 4.63235 22V16.75H3.5C3.08579 16.75 2.75 16.4142 2.75 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.71867 15.3648C10.0695 15.1447 10.5324 15.2506 10.7526 15.6015L11.9996 17.589L13.2467 15.6015C13.4668 15.2506 13.9297 15.1447 14.2806 15.3648C14.6315 15.585 14.7374 16.0479 14.5173 16.3987L12.8851 19.0001L14.5173 21.6015C14.7374 21.9523 14.6315 22.4152 14.2806 22.6354C13.9297 22.8555 13.4668 22.7496 13.2467 22.3987L11.9996 20.4112L10.7526 22.3987C10.5324 22.7496 10.0695 22.8555 9.71867 22.6354C9.3678 22.4152 9.26184 21.9523 9.48199 21.6015L11.1142 19.0001L9.48199 16.3987C9.26184 16.0479 9.3678 15.585 9.71867 15.3648Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9883 16C15.9883 15.5858 16.3241 15.25 16.7383 15.25H20.503C20.9172 15.25 21.253 15.5858 21.253 16C21.253 16.4142 20.9172 16.75 20.503 16.75H19.3706V22C19.3706 22.4142 19.0348 22.75 18.6206 22.75C18.2064 22.75 17.8706 22.4142 17.8706 22V16.75H16.7383C16.3241 16.75 15.9883 16.4142 15.9883 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-txt-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.25391 13C6.25391 12.5858 6.58969 12.25 7.00391 12.25H10.298C10.7122 12.25 11.048 12.5858 11.048 13C11.048 13.4142 10.7122 13.75 10.298 13.75H9.40097V18C9.40097 18.4142 9.06518 18.75 8.65097 18.75C8.23675 18.75 7.90097 18.4142 7.90097 18V13.75H7.00391C6.58969 13.75 6.25391 13.4142 6.25391 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9429 12.3738C12.2888 12.1459 12.754 12.2416 12.9818 12.5875L14.0026 14.1368L15.0234 12.5875C15.2513 12.2416 15.7164 12.1459 16.0623 12.3738C16.4082 12.6017 16.5038 13.0668 16.276 13.4127L14.9007 15.5001L16.276 17.5875C16.5038 17.9334 16.4082 18.3985 16.0623 18.6264C15.7164 18.8543 15.2513 18.7586 15.0234 18.4127L14.0026 16.8633L12.9818 18.4127C12.754 18.7586 12.2888 18.8543 11.9429 18.6264C11.597 18.3985 11.5014 17.9334 11.7293 17.5875L13.1045 15.5001L11.7293 13.4127C11.5014 13.0668 11.597 12.6017 11.9429 12.3738Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.957 13C16.957 12.5858 17.2928 12.25 17.707 12.25H21.0011C21.4154 12.25 21.7511 12.5858 21.7511 13C21.7511 13.4142 21.4154 13.75 21.0011 13.75H20.1041V18C20.1041 18.4142 19.7683 18.75 19.3541 18.75C18.9399 18.75 18.6041 18.4142 18.6041 18V13.75H17.707C17.2928 13.75 16.957 13.4142 16.957 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.25391 13C6.25391 12.5858 6.58969 12.25 7.00391 12.25H10.298C10.7122 12.25 11.048 12.5858 11.048 13C11.048 13.4142 10.7122 13.75 10.298 13.75H9.40097V18C9.40097 18.4142 9.06518 18.75 8.65097 18.75C8.23675 18.75 7.90097 18.4142 7.90097 18V13.75H7.00391C6.58969 13.75 6.25391 13.4142 6.25391 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9429 12.3738C12.2888 12.1459 12.754 12.2416 12.9818 12.5875L14.0026 14.1368L15.0234 12.5875C15.2513 12.2416 15.7164 12.1459 16.0623 12.3738C16.4082 12.6017 16.5038 13.0668 16.276 13.4127L14.9007 15.5001L16.276 17.5875C16.5038 17.9334 16.4082 18.3985 16.0623 18.6264C15.7164 18.8543 15.2513 18.7586 15.0234 18.4127L14.0026 16.8633L12.9818 18.4127C12.754 18.7586 12.2888 18.8543 11.9429 18.6264C11.597 18.3985 11.5014 17.9334 11.7293 17.5875L13.1045 15.5001L11.7293 13.4127C11.5014 13.0668 11.597 12.6017 11.9429 12.3738Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.957 13C16.957 12.5858 17.2928 12.25 17.707 12.25H21.0011C21.4154 12.25 21.7511 12.5858 21.7511 13C21.7511 13.4142 21.4154 13.75 21.0011 13.75H20.1041V18C20.1041 18.4142 19.7683 18.75 19.3541 18.75C18.9399 18.75 18.6041 18.4142 18.6041 18V13.75H17.707C17.2928 13.75 16.957 13.4142 16.957 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-xml-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.7501C4.26144 13.7501 4.69737 13.3196 4.69737 12.7886L4.69738 11.7653C4.69737 11.4983 4.69754 10.8598 4.97816 10.3876C5.15109 10.0966 5.37251 9.85349 5.59996 9.72967C5.96647 9.53015 6.38666 9.41679 6.83333 9.41679C6.98046 9.41679 7.13864 9.42326 7.31624 9.4315L7.38206 9.43458C7.53697 9.44186 7.70556 9.44978 7.8737 9.45328C8.25379 9.46117 8.69733 9.44916 9.12548 9.33444C9.95945 9.11098 10.6109 8.45957 10.8343 7.6256C10.949 7.19745 10.961 6.75391 10.9532 6.37382C10.9497 6.20575 10.9417 6.03705 10.9345 5.88218L10.9314 5.81636C10.9231 5.63877 10.9167 5.48059 10.9167 5.33346C10.9167 4.86576 11.0409 4.4271 11.2583 4.04869C11.385 3.8281 11.6057 3.62621 11.9105 3.4489C12.3726 3.17999 12.926 3.1775 13.2642 3.17598C13.6023 3.17445 13.9591 3.17328 14.2572 3.17328C16.0914 3.17328 16.7582 3.18704 17.2614 3.36171C18.1337 3.66453 18.7997 4.29671 19.11 5.07116C19.1878 5.26523 19.2427 5.52014 19.2721 5.96165C19.3021 6.41172 19.3026 6.98619 19.3026 7.81406V12.7886C19.3026 13.3196 19.7386 13.7501 20.2763 13.7501C20.8141 13.7501 21.25 13.3196 21.25 12.7886V7.78133C21.25 6.99386 21.25 6.35598 21.2153 5.83526C21.1795 5.29879 21.1039 4.82055 20.9208 4.36353C20.3922 3.04455 19.2841 2.02546 17.9072 1.54747C17.0482 1.24928 16.0155 1.24963 14.4607 1.25017L13.5134 1.25024L13.5 1.25012L13.4649 1.25027C10.9565 1.25197 9.40174 1.28181 8.1118 1.72961C5.8915 2.50039 4.11806 4.13872 3.27491 6.24273C2.99393 6.94391 2.86942 7.69707 2.80918 8.60029C2.74999 9.48768 2.75 10.584 2.75 11.9815V12.7886C2.75 13.3196 3.18593 13.7501 3.72368 13.7501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.10148 15.3647C3.45235 15.1446 3.91525 15.2506 4.1354 15.6014L5.38245 17.5889L6.62951 15.6014C6.84966 15.2506 7.31256 15.1446 7.66342 15.3647C8.01429 15.5849 8.12025 16.0478 7.9001 16.3987L6.26786 19L7.9001 21.6014C8.12025 21.9523 8.01429 22.4152 7.66342 22.6353C7.31256 22.8555 6.84966 22.7495 6.62951 22.3987L5.38245 20.4112L4.1354 22.3987C3.91525 22.7495 3.45235 22.8555 3.10148 22.6353C2.75062 22.4152 2.64465 21.9523 2.8648 21.6014L4.49704 19L2.8648 16.3987C2.64465 16.0478 2.75062 15.5849 3.10148 15.3647Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4683 17.1863L13.1691 16.3207L13.1826 16.3028C13.2878 16.1628 13.4098 16.0006 13.5254 15.8845C13.6146 15.795 13.9757 15.4445 14.4882 15.6104C14.9796 15.7694 15.0845 16.2404 15.1102 16.3612C15.1444 16.5218 15.1603 16.725 15.1744 16.905L15.1772 16.94L15.5708 21.9394C15.6033 22.3524 15.2949 22.7135 14.882 22.746C14.469 22.7785 14.1079 22.4701 14.0754 22.0572L13.7545 17.9814L13.3621 18.4661L13.348 18.4835C13.2904 18.5549 13.2046 18.6612 13.1156 18.7437C13.0041 18.8471 12.7873 19.0103 12.4683 19.0103C12.1494 19.0103 11.9325 18.8471 11.821 18.7437C11.732 18.6612 11.6463 18.555 11.5886 18.4836L11.5886 18.4836L11.5746 18.4661L11.1832 17.9828L10.8649 22.0567C10.8327 22.4697 10.4718 22.7783 10.0588 22.746C9.64585 22.7137 9.33724 22.3528 9.3695 21.9399L9.76 16.9415L9.76273 16.9064C9.77671 16.7263 9.79249 16.5229 9.8266 16.3622C9.85222 16.2415 9.95683 15.7701 10.4484 15.6108C10.9612 15.4447 11.3225 15.7956 11.4116 15.885C11.5273 16.0011 11.6493 16.1634 11.7546 16.3035L11.7546 16.3035L11.7681 16.3215L12.4683 17.1863Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.6758 15.25C18.09 15.25 18.4258 15.5858 18.4258 16V20C18.4258 20.4914 18.4272 20.7889 18.4543 21.0031C18.4668 21.1021 18.4819 21.1537 18.4915 21.1786C18.4935 21.1838 18.4952 21.1875 18.4964 21.1901C18.511 21.1962 18.5496 21.2092 18.6315 21.2209C18.8224 21.2482 19.092 21.25 19.5581 21.25H20.4993C20.9135 21.25 21.2493 21.5858 21.2493 22C21.2493 22.4142 20.9135 22.75 20.4993 22.75H19.5581C19.5428 22.75 19.5276 22.75 19.5124 22.75C19.1083 22.7501 18.7293 22.7501 18.4194 22.7059C18.0713 22.6561 17.7035 22.5379 17.4053 22.2211C17.1132 21.9107 17.0102 21.5389 16.9662 21.1914C16.9257 20.8715 16.9257 20.4774 16.9258 20.0429C16.9258 20.0286 16.9258 20.0143 16.9258 20V16C16.9258 15.5858 17.2616 15.25 17.6758 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.7501C4.26144 13.7501 4.69737 13.3196 4.69737 12.7886L4.69738 11.7653C4.69737 11.4983 4.69754 10.8598 4.97816 10.3876C5.15109 10.0966 5.37251 9.85349 5.59996 9.72967C5.96647 9.53015 6.38666 9.41679 6.83333 9.41679C6.98046 9.41679 7.13864 9.42326 7.31624 9.4315L7.38206 9.43458C7.53697 9.44186 7.70556 9.44978 7.8737 9.45328C8.25379 9.46117 8.69733 9.44916 9.12548 9.33444C9.95945 9.11098 10.6109 8.45957 10.8343 7.6256C10.949 7.19745 10.961 6.75391 10.9532 6.37382C10.9497 6.20575 10.9417 6.03705 10.9345 5.88218L10.9314 5.81636C10.9231 5.63877 10.9167 5.48059 10.9167 5.33346C10.9167 4.86576 11.0409 4.4271 11.2583 4.04869C11.385 3.8281 11.6057 3.62621 11.9105 3.4489C12.3726 3.17999 12.926 3.1775 13.2642 3.17598C13.6023 3.17445 13.9591 3.17328 14.2572 3.17328C16.0914 3.17328 16.7582 3.18704 17.2614 3.36171C18.1337 3.66453 18.7997 4.29671 19.11 5.07116C19.1878 5.26523 19.2427 5.52014 19.2721 5.96165C19.3021 6.41172 19.3026 6.98619 19.3026 7.81406V12.7886C19.3026 13.3196 19.7386 13.7501 20.2763 13.7501C20.8141 13.7501 21.25 13.3196 21.25 12.7886V7.78133C21.25 6.99386 21.25 6.35598 21.2153 5.83526C21.1795 5.29879 21.1039 4.82055 20.9208 4.36353C20.3922 3.04455 19.2841 2.02546 17.9072 1.54747C17.0482 1.24928 16.0155 1.24963 14.4607 1.25017L13.5134 1.25024L13.5 1.25012L13.4649 1.25027C10.9565 1.25197 9.40174 1.28181 8.1118 1.72961C5.8915 2.50039 4.11806 4.13872 3.27491 6.24273C2.99393 6.94391 2.86942 7.69707 2.80918 8.60029C2.74999 9.48768 2.75 10.584 2.75 11.9815V12.7886C2.75 13.3196 3.18593 13.7501 3.72368 13.7501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.10148 15.3647C3.45235 15.1446 3.91525 15.2506 4.1354 15.6014L5.38245 17.5889L6.62951 15.6014C6.84966 15.2506 7.31256 15.1446 7.66342 15.3647C8.01429 15.5849 8.12025 16.0478 7.9001 16.3987L6.26786 19L7.9001 21.6014C8.12025 21.9523 8.01429 22.4152 7.66342 22.6353C7.31256 22.8555 6.84966 22.7495 6.62951 22.3987L5.38245 20.4112L4.1354 22.3987C3.91525 22.7495 3.45235 22.8555 3.10148 22.6353C2.75062 22.4152 2.64465 21.9523 2.8648 21.6014L4.49704 19L2.8648 16.3987C2.64465 16.0478 2.75062 15.5849 3.10148 15.3647Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4683 17.1863L13.1691 16.3207L13.1826 16.3028C13.2878 16.1628 13.4098 16.0006 13.5254 15.8845C13.6146 15.795 13.9757 15.4445 14.4882 15.6104C14.9796 15.7694 15.0845 16.2404 15.1102 16.3612C15.1444 16.5218 15.1603 16.725 15.1744 16.905L15.1772 16.94L15.5708 21.9394C15.6033 22.3524 15.2949 22.7135 14.882 22.746C14.469 22.7785 14.1079 22.4701 14.0754 22.0572L13.7545 17.9814L13.3621 18.4661L13.348 18.4835C13.2904 18.5549 13.2046 18.6612 13.1156 18.7437C13.0041 18.8471 12.7873 19.0103 12.4683 19.0103C12.1494 19.0103 11.9325 18.8471 11.821 18.7437C11.732 18.6612 11.6463 18.555 11.5886 18.4836L11.5886 18.4836L11.5746 18.4661L11.1832 17.9828L10.8649 22.0567C10.8327 22.4697 10.4718 22.7783 10.0588 22.746C9.64585 22.7137 9.33724 22.3528 9.3695 21.9399L9.76 16.9415L9.76273 16.9064C9.77671 16.7263 9.79249 16.5229 9.8266 16.3622C9.85222 16.2415 9.95683 15.7701 10.4484 15.6108C10.9612 15.4447 11.3225 15.7956 11.4116 15.885C11.5273 16.0011 11.6493 16.1634 11.7546 16.3035L11.7546 16.3035L11.7681 16.3215L12.4683 17.1863Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.6758 15.25C18.09 15.25 18.4258 15.5858 18.4258 16V20C18.4258 20.4914 18.4272 20.7889 18.4543 21.0031C18.4668 21.1021 18.4819 21.1537 18.4915 21.1786C18.4935 21.1838 18.4952 21.1875 18.4964 21.1901C18.511 21.1962 18.5496 21.2092 18.6315 21.2209C18.8224 21.2482 19.092 21.25 19.5581 21.25H20.4993C20.9135 21.25 21.2493 21.5858 21.2493 22C21.2493 22.4142 20.9135 22.75 20.4993 22.75H19.5581C19.5428 22.75 19.5276 22.75 19.5124 22.75C19.1083 22.7501 18.7293 22.7501 18.4194 22.7059C18.0713 22.6561 17.7035 22.5379 17.4053 22.2211C17.1132 21.9107 17.0102 21.5389 16.9662 21.1914C16.9257 20.8715 16.9257 20.4774 16.9258 20.0429C16.9258 20.0286 16.9258 20.0143 16.9258 20V16C16.9258 15.5858 17.2616 15.25 17.6758 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-xml-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.59137 12.3738C6.93726 12.1459 7.4024 12.2416 7.63029 12.5875L8.65105 14.1368L9.67181 12.5875C9.89969 12.2416 10.3648 12.1459 10.7107 12.3738C11.0566 12.6017 11.1523 13.0668 10.9244 13.4127L9.54919 15.5001L10.9244 17.5875C11.1523 17.9334 11.0566 18.3985 10.7107 18.6264C10.3648 18.8543 9.89969 18.7586 9.67181 18.4127L8.65105 16.8633L7.63029 18.4127C7.4024 18.7586 6.93726 18.8543 6.59137 18.6264C6.24548 18.3985 6.14981 17.9334 6.37769 17.5875L7.75291 15.5001L6.37769 13.4127C6.14981 13.0668 6.24548 12.6017 6.59137 12.3738Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.8494 13.1618L13.8611 13.1766L13.8619 13.1777L14.4127 13.8256L14.9582 13.1839C14.9607 13.181 14.9714 13.1684 14.9825 13.1561C14.9998 13.137 15.0178 13.1187 15.0366 13.1011C15.0487 13.0897 15.0607 13.0793 15.0635 13.0768L15.0635 13.0768L15.0741 13.0675C15.1199 13.0273 15.1789 12.9753 15.2335 12.9336C15.2856 12.8938 15.414 12.7979 15.5961 12.7539C15.9839 12.66 16.3889 12.8185 16.6101 13.1505C16.714 13.3064 16.7433 13.4639 16.7545 13.5285C16.7663 13.5962 16.7744 13.6745 16.7807 13.7351L16.7807 13.7351L16.7821 13.7484L17.2191 17.9222C17.2622 18.3342 16.9632 18.7031 16.5513 18.7462C16.1393 18.7893 15.7704 18.4903 15.7273 18.0784L15.4026 14.9771L14.9842 15.4693C14.8417 15.6369 14.6328 15.7335 14.4127 15.7335C14.1927 15.7335 13.9838 15.6369 13.8413 15.4693L13.424 14.9784L13.1015 18.0779C13.0586 18.4899 12.6899 18.7891 12.2779 18.7463C11.8659 18.7034 11.5667 18.3347 11.6096 17.9227L12.0424 13.7631L12.0448 13.7392C12.0539 13.6475 12.0713 13.4728 12.1235 13.3214C12.1586 13.2199 12.221 13.0874 12.3387 12.9658C12.4613 12.8391 12.6052 12.7638 12.743 12.7233C12.8623 12.6882 13.0101 12.6684 13.1737 12.6979C13.3372 12.7273 13.4656 12.7967 13.5588 12.8651C13.693 12.9636 13.8026 13.1026 13.8494 13.1618Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5313 12.25C18.9455 12.25 19.2813 12.5858 19.2813 13V16.3333C19.2813 16.7471 19.2828 16.9829 19.3049 17.1489C19.3087 17.1777 19.3126 17.1997 19.3161 17.2164C19.3313 17.2195 19.3508 17.2229 19.3758 17.2263C19.5377 17.2484 19.7687 17.25 20.1783 17.25H21.0018C21.4161 17.25 21.7518 17.5858 21.7518 18C21.7518 18.4142 21.4161 18.75 21.0018 18.75H20.1783C20.1641 18.75 20.15 18.75 20.1359 18.75C19.7845 18.7501 19.4491 18.7501 19.1736 18.7126C18.8645 18.6706 18.5218 18.5693 18.239 18.2831C17.9574 17.9982 17.8589 17.655 17.8179 17.3465C17.7811 17.0695 17.7812 16.7318 17.7813 16.3753C17.7813 16.3614 17.7813 16.3474 17.7813 16.3333V13C17.7813 12.5858 18.117 12.25 18.5313 12.25ZM19.272 17.2041C19.2721 17.2041 19.2733 17.2046 19.2754 17.2056C19.273 17.2047 19.2719 17.2042 19.272 17.2041ZM19.327 17.2567C19.3281 17.2589 19.3286 17.2602 19.3286 17.2603C19.3285 17.2604 19.328 17.2593 19.327 17.2567Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.59137 12.3738C6.93726 12.1459 7.4024 12.2416 7.63029 12.5875L8.65105 14.1368L9.67181 12.5875C9.89969 12.2416 10.3648 12.1459 10.7107 12.3738C11.0566 12.6017 11.1523 13.0668 10.9244 13.4127L9.54919 15.5001L10.9244 17.5875C11.1523 17.9334 11.0566 18.3985 10.7107 18.6264C10.3648 18.8543 9.89969 18.7586 9.67181 18.4127L8.65105 16.8633L7.63029 18.4127C7.4024 18.7586 6.93726 18.8543 6.59137 18.6264C6.24548 18.3985 6.14981 17.9334 6.37769 17.5875L7.75291 15.5001L6.37769 13.4127C6.14981 13.0668 6.24548 12.6017 6.59137 12.3738Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.8494 13.1618L13.8611 13.1766L13.8619 13.1777L14.4127 13.8256L14.9582 13.1839C14.9607 13.181 14.9714 13.1684 14.9825 13.1561C14.9998 13.137 15.0178 13.1187 15.0366 13.1011C15.0487 13.0897 15.0607 13.0793 15.0635 13.0768L15.0635 13.0768L15.0741 13.0675C15.1199 13.0273 15.1789 12.9753 15.2335 12.9336C15.2856 12.8938 15.414 12.7979 15.5961 12.7539C15.9839 12.66 16.3889 12.8185 16.6101 13.1505C16.714 13.3064 16.7433 13.4639 16.7545 13.5285C16.7663 13.5962 16.7744 13.6745 16.7807 13.7351L16.7807 13.7351L16.7821 13.7484L17.2191 17.9222C17.2622 18.3342 16.9632 18.7031 16.5513 18.7462C16.1393 18.7893 15.7704 18.4903 15.7273 18.0784L15.4026 14.9771L14.9842 15.4693C14.8417 15.6369 14.6328 15.7335 14.4127 15.7335C14.1927 15.7335 13.9838 15.6369 13.8413 15.4693L13.424 14.9784L13.1015 18.0779C13.0586 18.4899 12.6899 18.7891 12.2779 18.7463C11.8659 18.7034 11.5667 18.3347 11.6096 17.9227L12.0424 13.7631L12.0448 13.7392C12.0539 13.6475 12.0713 13.4728 12.1235 13.3214C12.1586 13.2199 12.221 13.0874 12.3387 12.9658C12.4613 12.8391 12.6052 12.7638 12.743 12.7233C12.8623 12.6882 13.0101 12.6684 13.1737 12.6979C13.3372 12.7273 13.4656 12.7967 13.5588 12.8651C13.693 12.9636 13.8026 13.1026 13.8494 13.1618Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5313 12.25C18.9455 12.25 19.2813 12.5858 19.2813 13V16.3333C19.2813 16.7471 19.2828 16.9829 19.3049 17.1489C19.3087 17.1777 19.3126 17.1997 19.3161 17.2164C19.3313 17.2195 19.3508 17.2229 19.3758 17.2263C19.5377 17.2484 19.7687 17.25 20.1783 17.25H21.0018C21.4161 17.25 21.7518 17.5858 21.7518 18C21.7518 18.4142 21.4161 18.75 21.0018 18.75H20.1783C20.1641 18.75 20.15 18.75 20.1359 18.75C19.7845 18.7501 19.4491 18.7501 19.1736 18.7126C18.8645 18.6706 18.5218 18.5693 18.239 18.2831C17.9574 17.9982 17.8589 17.655 17.8179 17.3465C17.7811 17.0695 17.7812 16.7318 17.7813 16.3753C17.7813 16.3614 17.7813 16.3474 17.7813 16.3333V13C17.7813 12.5858 18.117 12.25 18.5313 12.25ZM19.272 17.2041C19.2721 17.2041 19.2733 17.2046 19.2754 17.2056C19.273 17.2047 19.2719 17.2042 19.272 17.2041ZM19.327 17.2567C19.3281 17.2589 19.3286 17.2602 19.3286 17.2603C19.3285 17.2604 19.328 17.2593 19.327 17.2567Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-xsl-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.7501C4.26144 13.7501 4.69737 13.3196 4.69737 12.7886L4.69738 11.7653C4.69737 11.4983 4.69754 10.8598 4.97816 10.3876C5.15109 10.0966 5.37251 9.85349 5.59996 9.72967C5.96647 9.53015 6.38666 9.41679 6.83333 9.41679C6.98046 9.41679 7.13864 9.42326 7.31624 9.4315L7.38206 9.43458C7.53697 9.44186 7.70556 9.44978 7.8737 9.45328C8.25379 9.46117 8.69733 9.44916 9.12548 9.33444C9.95945 9.11098 10.6109 8.45957 10.8343 7.6256C10.949 7.19745 10.961 6.75391 10.9532 6.37382C10.9497 6.20575 10.9417 6.03705 10.9345 5.88218L10.9314 5.81636C10.9231 5.63877 10.9167 5.48059 10.9167 5.33346C10.9167 4.86576 11.0409 4.4271 11.2583 4.04869C11.385 3.8281 11.6057 3.62621 11.9105 3.4489C12.3726 3.17999 12.926 3.1775 13.2642 3.17598C13.6023 3.17445 13.9591 3.17328 14.2572 3.17328C16.0914 3.17328 16.7582 3.18704 17.2614 3.36171C18.1337 3.66453 18.7997 4.29671 19.11 5.07116C19.1878 5.26523 19.2427 5.52014 19.2721 5.96165C19.3021 6.41172 19.3026 6.98619 19.3026 7.81406V12.7886C19.3026 13.3196 19.7386 13.7501 20.2763 13.7501C20.8141 13.7501 21.25 13.3196 21.25 12.7886V7.78133C21.25 6.99386 21.25 6.35598 21.2153 5.83526C21.1795 5.29879 21.1039 4.82055 20.9208 4.36353C20.3922 3.04455 19.2841 2.02546 17.9072 1.54747C17.0482 1.24928 16.0155 1.24963 14.4607 1.25017L13.5134 1.25024L13.5 1.25012L13.4649 1.25027C10.9565 1.25197 9.40174 1.28181 8.1118 1.72961C5.8915 2.50039 4.11806 4.13872 3.27491 6.24273C2.99393 6.94391 2.86942 7.69707 2.80918 8.60029C2.74999 9.48768 2.75 10.584 2.75 11.9815V12.7886C2.75 13.3196 3.18593 13.7501 3.72368 13.7501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.08405 15.376C3.4287 15.1462 3.89435 15.2393 4.12412 15.584L5.50008 17.6479L6.87604 15.584C7.10581 15.2393 7.57146 15.1462 7.9161 15.376C8.26075 15.6057 8.35388 16.0714 8.12412 16.416L6.40147 19L8.12412 21.584C8.35388 21.9286 8.26075 22.3943 7.9161 22.6241C7.57146 22.8538 7.10581 22.7607 6.87604 22.416L5.50008 20.3521L4.12412 22.416C3.89435 22.7607 3.4287 22.8538 3.08405 22.6241C2.73941 22.3943 2.64628 21.9286 2.87604 21.584L4.59869 19L2.87604 16.416C2.64628 16.0714 2.73941 15.6057 3.08405 15.376Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.43 15.25H13.5414C13.9556 15.25 14.2914 15.5858 14.2914 16C14.2914 16.4142 13.9556 16.75 13.5414 16.75H12.43C12.1971 16.75 12.0619 16.7504 11.962 16.7576C11.9139 16.7543 11.8126 16.7748 11.7918 16.8829C11.7539 17.0157 11.7501 17.192 11.7501 17.5C11.7501 17.808 11.7539 17.9843 11.7918 18.1171C11.8016 18.157 11.8492 18.2378 11.962 18.2424C12.0619 18.2496 12.2193 18.25 12.4522 18.25C12.6551 18.25 12.845 18.25 13.0051 18.2614C13.1785 18.2738 13.3727 18.3024 13.5703 18.3883C14.1103 18.6229 14.388 19.042 14.5105 19.4712C14.6111 19.8235 14.6104 20.2979 14.6099 20.5475C14.6104 20.7972 14.6111 21.1765 14.5105 21.5288C14.388 21.958 14.1103 22.3771 13.5703 22.6117C13.3727 22.6976 13.1785 22.7262 13.0051 22.7386C12.845 22.75 12.6551 22.75 12.4522 22.75L11.2195 22.75C10.8052 22.75 10.4695 22.4142 10.4695 22C10.4695 21.5858 10.8052 21.25 11.2195 21.25H12.43C12.6628 21.25 12.7981 21.2496 12.898 21.2424C12.9995 21.238 13.0537 21.1571 13.0681 21.1171C13.106 20.9843 13.1098 20.808 13.1098 20.5C13.1098 20.192 13.106 20.0157 13.0681 19.8829C13.0446 19.7486 12.9449 19.7434 12.898 19.7576C12.7981 19.7504 12.6406 19.75 12.4078 19.75C12.2048 19.75 12.015 19.75 11.8549 19.7386C11.6815 19.7262 11.4873 19.6976 11.2897 19.6117C10.7497 19.3771 10.4719 18.958 10.3494 18.5288C10.2489 18.1765 10.2496 17.7972 10.2501 17.5475C10.2496 17.2979 10.2489 16.8235 10.3494 16.4712C10.4719 16.042 10.7497 15.6229 11.2897 15.3883C11.4873 15.3024 11.6815 15.2738 11.8549 15.2614C12.015 15.25 12.227 15.25 12.43 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 15.25C17.9142 15.25 18.25 15.5858 18.25 16V20C18.25 20.4926 18.2516 20.7866 18.2799 20.9973C18.2929 21.0939 18.3082 21.1423 18.3172 21.164C18.3192 21.1691 18.3209 21.1724 18.3219 21.1743L18.3232 21.1768L18.3257 21.1781C18.3276 21.1791 18.3309 21.1808 18.336 21.1828C18.3578 21.1918 18.4061 21.2071 18.5027 21.2201C18.7134 21.2484 19.0074 21.25 19.5 21.25H20.5C20.9142 21.25 21.25 21.5858 21.25 22C21.25 22.4142 20.9142 22.75 20.5 22.75H19.5C19.4851 22.75 19.4701 22.75 19.4553 22.75C19.0224 22.7501 18.6256 22.7501 18.3028 22.7067C17.9473 22.6589 17.5716 22.5465 17.2626 22.2374C16.9535 21.9284 16.8411 21.5527 16.7933 21.1972C16.7499 20.8744 16.75 20.4776 16.75 20.0447C16.75 20.0299 16.75 20.015 16.75 20V16C16.75 15.5858 17.0858 15.25 17.5 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.7501C4.26144 13.7501 4.69737 13.3196 4.69737 12.7886L4.69738 11.7653C4.69737 11.4983 4.69754 10.8598 4.97816 10.3876C5.15109 10.0966 5.37251 9.85349 5.59996 9.72967C5.96647 9.53015 6.38666 9.41679 6.83333 9.41679C6.98046 9.41679 7.13864 9.42326 7.31624 9.4315L7.38206 9.43458C7.53697 9.44186 7.70556 9.44978 7.8737 9.45328C8.25379 9.46117 8.69733 9.44916 9.12548 9.33444C9.95945 9.11098 10.6109 8.45957 10.8343 7.6256C10.949 7.19745 10.961 6.75391 10.9532 6.37382C10.9497 6.20575 10.9417 6.03705 10.9345 5.88218L10.9314 5.81636C10.9231 5.63877 10.9167 5.48059 10.9167 5.33346C10.9167 4.86576 11.0409 4.4271 11.2583 4.04869C11.385 3.8281 11.6057 3.62621 11.9105 3.4489C12.3726 3.17999 12.926 3.1775 13.2642 3.17598C13.6023 3.17445 13.9591 3.17328 14.2572 3.17328C16.0914 3.17328 16.7582 3.18704 17.2614 3.36171C18.1337 3.66453 18.7997 4.29671 19.11 5.07116C19.1878 5.26523 19.2427 5.52014 19.2721 5.96165C19.3021 6.41172 19.3026 6.98619 19.3026 7.81406V12.7886C19.3026 13.3196 19.7386 13.7501 20.2763 13.7501C20.8141 13.7501 21.25 13.3196 21.25 12.7886V7.78133C21.25 6.99386 21.25 6.35598 21.2153 5.83526C21.1795 5.29879 21.1039 4.82055 20.9208 4.36353C20.3922 3.04455 19.2841 2.02546 17.9072 1.54747C17.0482 1.24928 16.0155 1.24963 14.4607 1.25017L13.5134 1.25024L13.5 1.25012L13.4649 1.25027C10.9565 1.25197 9.40174 1.28181 8.1118 1.72961C5.8915 2.50039 4.11806 4.13872 3.27491 6.24273C2.99393 6.94391 2.86942 7.69707 2.80918 8.60029C2.74999 9.48768 2.75 10.584 2.75 11.9815V12.7886C2.75 13.3196 3.18593 13.7501 3.72368 13.7501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.08405 15.376C3.4287 15.1462 3.89435 15.2393 4.12412 15.584L5.50008 17.6479L6.87604 15.584C7.10581 15.2393 7.57146 15.1462 7.9161 15.376C8.26075 15.6057 8.35388 16.0714 8.12412 16.416L6.40147 19L8.12412 21.584C8.35388 21.9286 8.26075 22.3943 7.9161 22.6241C7.57146 22.8538 7.10581 22.7607 6.87604 22.416L5.50008 20.3521L4.12412 22.416C3.89435 22.7607 3.4287 22.8538 3.08405 22.6241C2.73941 22.3943 2.64628 21.9286 2.87604 21.584L4.59869 19L2.87604 16.416C2.64628 16.0714 2.73941 15.6057 3.08405 15.376Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.43 15.25H13.5414C13.9556 15.25 14.2914 15.5858 14.2914 16C14.2914 16.4142 13.9556 16.75 13.5414 16.75H12.43C12.1971 16.75 12.0619 16.7504 11.962 16.7576C11.9139 16.7543 11.8126 16.7748 11.7918 16.8829C11.7539 17.0157 11.7501 17.192 11.7501 17.5C11.7501 17.808 11.7539 17.9843 11.7918 18.1171C11.8016 18.157 11.8492 18.2378 11.962 18.2424C12.0619 18.2496 12.2193 18.25 12.4522 18.25C12.6551 18.25 12.845 18.25 13.0051 18.2614C13.1785 18.2738 13.3727 18.3024 13.5703 18.3883C14.1103 18.6229 14.388 19.042 14.5105 19.4712C14.6111 19.8235 14.6104 20.2979 14.6099 20.5475C14.6104 20.7972 14.6111 21.1765 14.5105 21.5288C14.388 21.958 14.1103 22.3771 13.5703 22.6117C13.3727 22.6976 13.1785 22.7262 13.0051 22.7386C12.845 22.75 12.6551 22.75 12.4522 22.75L11.2195 22.75C10.8052 22.75 10.4695 22.4142 10.4695 22C10.4695 21.5858 10.8052 21.25 11.2195 21.25H12.43C12.6628 21.25 12.7981 21.2496 12.898 21.2424C12.9995 21.238 13.0537 21.1571 13.0681 21.1171C13.106 20.9843 13.1098 20.808 13.1098 20.5C13.1098 20.192 13.106 20.0157 13.0681 19.8829C13.0446 19.7486 12.9449 19.7434 12.898 19.7576C12.7981 19.7504 12.6406 19.75 12.4078 19.75C12.2048 19.75 12.015 19.75 11.8549 19.7386C11.6815 19.7262 11.4873 19.6976 11.2897 19.6117C10.7497 19.3771 10.4719 18.958 10.3494 18.5288C10.2489 18.1765 10.2496 17.7972 10.2501 17.5475C10.2496 17.2979 10.2489 16.8235 10.3494 16.4712C10.4719 16.042 10.7497 15.6229 11.2897 15.3883C11.4873 15.3024 11.6815 15.2738 11.8549 15.2614C12.015 15.25 12.227 15.25 12.43 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 15.25C17.9142 15.25 18.25 15.5858 18.25 16V20C18.25 20.4926 18.2516 20.7866 18.2799 20.9973C18.2929 21.0939 18.3082 21.1423 18.3172 21.164C18.3192 21.1691 18.3209 21.1724 18.3219 21.1743L18.3232 21.1768L18.3257 21.1781C18.3276 21.1791 18.3309 21.1808 18.336 21.1828C18.3578 21.1918 18.4061 21.2071 18.5027 21.2201C18.7134 21.2484 19.0074 21.25 19.5 21.25H20.5C20.9142 21.25 21.25 21.5858 21.25 22C21.25 22.4142 20.9142 22.75 20.5 22.75H19.5C19.4851 22.75 19.4701 22.75 19.4553 22.75C19.0224 22.7501 18.6256 22.7501 18.3028 22.7067C17.9473 22.6589 17.5716 22.5465 17.2626 22.2374C16.9535 21.9284 16.8411 21.5527 16.7933 21.1972C16.7499 20.8744 16.75 20.4776 16.75 20.0447C16.75 20.0299 16.75 20.015 16.75 20V16C16.75 15.5858 17.0858 15.25 17.5 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-xsl-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.577 12.3808C7.91902 12.1471 8.3857 12.235 8.61935 12.577L9.70798 14.1705L10.7966 12.577C11.0303 12.235 11.4969 12.1471 11.839 12.3808C12.181 12.6144 12.2688 13.0811 12.0352 13.4231L10.6163 15.5001L12.0352 17.577C12.2688 17.919 12.181 18.3857 11.839 18.6194C11.4969 18.853 11.0303 18.7652 10.7966 18.4231L9.70798 16.8296L8.61935 18.4231C8.3857 18.7652 7.91902 18.853 7.577 18.6194C7.23498 18.3857 7.14713 17.919 7.38079 17.577L8.79967 15.5001L7.38079 13.4231C7.14713 13.0811 7.23498 12.6144 7.577 12.3808Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6926 12.25C14.6995 12.25 14.7064 12.25 14.7134 12.25H15.6625C16.0767 12.25 16.4125 12.5858 16.4125 13C16.4125 13.4142 16.0767 13.75 15.6625 13.75H14.7134C14.5132 13.75 14.4016 13.7504 14.3202 13.7561C14.3003 13.7575 14.2863 13.759 14.2771 13.7602C14.2758 13.764 14.2741 13.7687 14.2724 13.7747C14.2627 13.8078 14.2531 13.8612 14.2477 13.9469C14.2423 14.0326 14.2423 14.1232 14.2423 14.2419V14.2581C14.2423 14.3768 14.2423 14.4674 14.2477 14.5531C14.2531 14.6388 14.2627 14.6922 14.2724 14.7253C14.2741 14.7313 14.2758 14.7361 14.2771 14.7398C14.2863 14.741 14.3003 14.7425 14.3202 14.7439C14.4016 14.7496 14.5132 14.75 14.7134 14.75C14.7203 14.75 14.7272 14.75 14.7341 14.75C14.9058 14.75 15.0709 14.75 15.211 14.7598C15.3638 14.7704 15.5416 14.7953 15.7247 14.8729C16.2186 15.0824 16.4794 15.4617 16.594 15.8537C16.6858 16.1674 16.685 16.5025 16.6845 16.7086C16.6844 16.723 16.6844 16.7369 16.6844 16.75C16.6844 16.7631 16.6844 16.777 16.6845 16.7914C16.685 16.9975 16.6858 17.3326 16.594 17.6463C16.4794 18.0383 16.2186 18.4176 15.7247 18.6271C15.5416 18.7047 15.3638 18.7296 15.211 18.7403C15.0709 18.75 14.9058 18.75 14.7341 18.75L13.6796 18.75C13.2654 18.75 12.9296 18.4142 12.9296 18C12.9296 17.5858 13.2654 17.25 13.6796 17.25H14.7134C14.9135 17.25 15.0252 17.2496 15.1065 17.2439C15.1265 17.2425 15.1405 17.241 15.1496 17.2398C15.151 17.2361 15.1526 17.2313 15.1543 17.2253C15.164 17.1922 15.1736 17.1388 15.179 17.0531C15.1844 16.9674 15.1844 16.8768 15.1844 16.7581V16.7419C15.1844 16.6232 15.1844 16.5326 15.179 16.4469C15.1736 16.3612 15.164 16.3078 15.1543 16.2747C15.1526 16.2687 15.151 16.264 15.1496 16.2602C15.1405 16.259 15.1265 16.2575 15.1065 16.2561C15.0252 16.2504 14.9135 16.25 14.7134 16.25C14.7064 16.25 14.6995 16.25 14.6926 16.25C14.5209 16.25 14.3558 16.25 14.2157 16.2403C14.0629 16.2296 13.8851 16.2047 13.7021 16.1271C13.2082 15.9176 12.9474 15.5383 12.8327 15.1463C12.7409 14.8326 12.7418 14.4975 12.7423 14.2914C12.7423 14.277 12.7423 14.2631 12.7423 14.25C12.7423 14.2369 12.7423 14.223 12.7423 14.2086C12.7418 14.0025 12.7409 13.6674 12.8327 13.3537C12.9474 12.9617 13.2082 12.5824 13.7021 12.3729C13.8851 12.2953 14.0629 12.2704 14.2157 12.2598C14.3558 12.25 14.5209 12.25 14.6926 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.4375 12.25C18.8517 12.25 19.1875 12.5858 19.1875 13V16.3333C19.1875 16.7479 19.1892 16.9815 19.2118 17.1454C19.2157 17.1739 19.2197 17.1955 19.2232 17.2116C19.2422 17.2159 19.269 17.221 19.306 17.2259C19.4784 17.2485 19.7222 17.25 20.1454 17.25H20.9994C21.4136 17.25 21.7494 17.5858 21.7494 18C21.7494 18.4142 21.4136 18.75 20.9994 18.75H20.1454C20.1314 18.75 20.1174 18.75 20.1034 18.75C19.7372 18.7501 19.3928 18.7501 19.1108 18.7131C18.7984 18.6721 18.4521 18.574 18.1638 18.2927C17.873 18.0089 17.769 17.6636 17.7258 17.3501C17.6874 17.0713 17.6874 16.7319 17.6875 16.3763C17.6875 16.362 17.6875 16.3477 17.6875 16.3333V13C17.6875 12.5858 18.0233 12.25 18.4375 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.577 12.3808C7.91902 12.1471 8.3857 12.235 8.61935 12.577L9.70798 14.1705L10.7966 12.577C11.0303 12.235 11.4969 12.1471 11.839 12.3808C12.181 12.6144 12.2688 13.0811 12.0352 13.4231L10.6163 15.5001L12.0352 17.577C12.2688 17.919 12.181 18.3857 11.839 18.6194C11.4969 18.853 11.0303 18.7652 10.7966 18.4231L9.70798 16.8296L8.61935 18.4231C8.3857 18.7652 7.91902 18.853 7.577 18.6194C7.23498 18.3857 7.14713 17.919 7.38079 17.577L8.79967 15.5001L7.38079 13.4231C7.14713 13.0811 7.23498 12.6144 7.577 12.3808Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6926 12.25C14.6995 12.25 14.7064 12.25 14.7134 12.25H15.6625C16.0767 12.25 16.4125 12.5858 16.4125 13C16.4125 13.4142 16.0767 13.75 15.6625 13.75H14.7134C14.5132 13.75 14.4016 13.7504 14.3202 13.7561C14.3003 13.7575 14.2863 13.759 14.2771 13.7602C14.2758 13.764 14.2741 13.7687 14.2724 13.7747C14.2627 13.8078 14.2531 13.8612 14.2477 13.9469C14.2423 14.0326 14.2423 14.1232 14.2423 14.2419V14.2581C14.2423 14.3768 14.2423 14.4674 14.2477 14.5531C14.2531 14.6388 14.2627 14.6922 14.2724 14.7253C14.2741 14.7313 14.2758 14.7361 14.2771 14.7398C14.2863 14.741 14.3003 14.7425 14.3202 14.7439C14.4016 14.7496 14.5132 14.75 14.7134 14.75C14.7203 14.75 14.7272 14.75 14.7341 14.75C14.9058 14.75 15.0709 14.75 15.211 14.7598C15.3638 14.7704 15.5416 14.7953 15.7247 14.8729C16.2186 15.0824 16.4794 15.4617 16.594 15.8537C16.6858 16.1674 16.685 16.5025 16.6845 16.7086C16.6844 16.723 16.6844 16.7369 16.6844 16.75C16.6844 16.7631 16.6844 16.777 16.6845 16.7914C16.685 16.9975 16.6858 17.3326 16.594 17.6463C16.4794 18.0383 16.2186 18.4176 15.7247 18.6271C15.5416 18.7047 15.3638 18.7296 15.211 18.7403C15.0709 18.75 14.9058 18.75 14.7341 18.75L13.6796 18.75C13.2654 18.75 12.9296 18.4142 12.9296 18C12.9296 17.5858 13.2654 17.25 13.6796 17.25H14.7134C14.9135 17.25 15.0252 17.2496 15.1065 17.2439C15.1265 17.2425 15.1405 17.241 15.1496 17.2398C15.151 17.2361 15.1526 17.2313 15.1543 17.2253C15.164 17.1922 15.1736 17.1388 15.179 17.0531C15.1844 16.9674 15.1844 16.8768 15.1844 16.7581V16.7419C15.1844 16.6232 15.1844 16.5326 15.179 16.4469C15.1736 16.3612 15.164 16.3078 15.1543 16.2747C15.1526 16.2687 15.151 16.264 15.1496 16.2602C15.1405 16.259 15.1265 16.2575 15.1065 16.2561C15.0252 16.2504 14.9135 16.25 14.7134 16.25C14.7064 16.25 14.6995 16.25 14.6926 16.25C14.5209 16.25 14.3558 16.25 14.2157 16.2403C14.0629 16.2296 13.8851 16.2047 13.7021 16.1271C13.2082 15.9176 12.9474 15.5383 12.8327 15.1463C12.7409 14.8326 12.7418 14.4975 12.7423 14.2914C12.7423 14.277 12.7423 14.2631 12.7423 14.25C12.7423 14.2369 12.7423 14.223 12.7423 14.2086C12.7418 14.0025 12.7409 13.6674 12.8327 13.3537C12.9474 12.9617 13.2082 12.5824 13.7021 12.3729C13.8851 12.2953 14.0629 12.2704 14.2157 12.2598C14.3558 12.25 14.5209 12.25 14.6926 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.4375 12.25C18.8517 12.25 19.1875 12.5858 19.1875 13V16.3333C19.1875 16.7479 19.1892 16.9815 19.2118 17.1454C19.2157 17.1739 19.2197 17.1955 19.2232 17.2116C19.2422 17.2159 19.269 17.221 19.306 17.2259C19.4784 17.2485 19.7222 17.25 20.1454 17.25H20.9994C21.4136 17.25 21.7494 17.5858 21.7494 18C21.7494 18.4142 21.4136 18.75 20.9994 18.75H20.1454C20.1314 18.75 20.1174 18.75 20.1034 18.75C19.7372 18.7501 19.3928 18.7501 19.1108 18.7131C18.7984 18.6721 18.4521 18.574 18.1638 18.2927C17.873 18.0089 17.769 17.6636 17.7258 17.3501C17.6874 17.0713 17.6874 16.7319 17.6875 16.3763C17.6875 16.362 17.6875 16.3477 17.6875 16.3333V13C17.6875 12.5858 18.0233 12.25 18.4375 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-zip-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.7501C4.26144 13.7501 4.69737 13.3196 4.69737 12.7886L4.69738 11.7653C4.69737 11.4983 4.69754 10.8598 4.97816 10.3876C5.15109 10.0966 5.37251 9.85349 5.59996 9.72967C5.96647 9.53015 6.38666 9.41679 6.83333 9.41679C6.98046 9.41679 7.13864 9.42326 7.31624 9.4315L7.38206 9.43458C7.53697 9.44186 7.70556 9.44978 7.8737 9.45328C8.25379 9.46117 8.69733 9.44916 9.12548 9.33444C9.95945 9.11098 10.6109 8.45957 10.8343 7.6256C10.949 7.19745 10.961 6.75391 10.9532 6.37382C10.9497 6.20575 10.9417 6.03705 10.9345 5.88218L10.9314 5.81636C10.9231 5.63877 10.9167 5.48059 10.9167 5.33346C10.9167 4.86576 11.0409 4.4271 11.2583 4.04869C11.385 3.8281 11.6057 3.62621 11.9105 3.4489C12.3726 3.17999 12.926 3.1775 13.2642 3.17598C13.6023 3.17445 13.9591 3.17328 14.2572 3.17328C16.0914 3.17328 16.7582 3.18704 17.2614 3.36171C18.1337 3.66453 18.7997 4.29671 19.11 5.07116C19.1878 5.26523 19.2427 5.52014 19.2721 5.96165C19.3021 6.41172 19.3026 6.98619 19.3026 7.81406V12.7886C19.3026 13.3196 19.7386 13.7501 20.2763 13.7501C20.8141 13.7501 21.25 13.3196 21.25 12.7886V7.78133C21.25 6.99386 21.25 6.35598 21.2153 5.83526C21.1795 5.29879 21.1039 4.82055 20.9208 4.36353C20.3922 3.04455 19.2841 2.02546 17.9072 1.54747C17.0482 1.24928 16.0155 1.24963 14.4607 1.25017L13.5134 1.25024L13.5 1.25012L13.4649 1.25027C10.9565 1.25197 9.40174 1.28181 8.1118 1.72961C5.8915 2.50039 4.11806 4.13872 3.27491 6.24273C2.99393 6.94391 2.86942 7.69707 2.80918 8.60029C2.74999 9.48768 2.75 10.584 2.75 11.9815V12.7886C2.75 13.3196 3.18593 13.7501 3.72368 13.7501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.26476 16.7914C5.91355 16.7512 5.40729 16.75 4.64305 16.75H3.5C3.08579 16.75 2.75 16.4142 2.75 16C2.75 15.5858 3.08579 15.25 3.5 15.25H4.64305C4.65904 15.25 4.67497 15.25 4.69085 15.25C5.3945 15.25 5.98809 15.25 6.43516 15.3011C6.85451 15.349 7.41733 15.4638 7.74886 15.9429C7.92426 16.1964 7.98599 16.4865 7.94535 16.7771C7.90917 17.0359 7.79661 17.2628 7.68635 17.4434C7.47936 17.7823 7.13584 18.1807 6.75848 18.6184C6.74478 18.6343 6.73102 18.6502 6.71723 18.6662L5.29773 20.3131C4.94788 20.719 4.71202 20.9951 4.5635 21.2024C4.57943 21.2045 4.59625 21.2066 4.61402 21.2086C4.96523 21.2488 5.4715 21.25 6.23574 21.25H7.37879C7.793 21.25 8.12879 21.5858 8.12879 22C8.12879 22.4142 7.793 22.75 7.37879 22.75L6.18794 22.75C5.48429 22.75 4.8907 22.7501 4.44363 22.6989C4.02428 22.651 3.46146 22.5362 3.12993 22.0571C2.95453 21.8036 2.8928 21.5135 2.93343 21.2229C2.96962 20.9641 3.08218 20.7372 3.19244 20.5567C3.39943 20.2177 3.74294 19.8193 4.1203 19.3816C4.13401 19.3657 4.14776 19.3498 4.16155 19.3338L5.58105 17.6869C5.93091 17.281 6.16677 17.0049 6.31529 16.7976C6.29936 16.7955 6.28253 16.7934 6.26476 16.7914Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0391 16C10.0391 15.5858 10.3748 15.25 10.7891 15.25H13.6982C14.1124 15.25 14.4482 15.5858 14.4482 16C14.4482 16.4142 14.1124 16.75 13.6982 16.75H12.9936V21.25H13.6982C14.1124 21.25 14.4482 21.5858 14.4482 22C14.4482 22.4142 14.1124 22.75 13.6982 22.75H10.7891C10.3748 22.75 10.0391 22.4142 10.0391 22C10.0391 21.5858 10.3748 21.25 10.7891 21.25H11.4936V16.75H10.7891C10.3748 16.75 10.0391 16.4142 10.0391 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2316 15.25C18.2441 15.25 18.2566 15.25 18.2691 15.25H19.0449C20.284 15.25 21.2494 16.2793 21.2494 17.5C21.2494 18.7207 20.284 19.75 19.0449 19.75H17.8555V22C17.8555 22.4142 17.5197 22.75 17.1055 22.75C16.6913 22.75 16.3555 22.4142 16.3555 22V17.2C16.3555 17.1878 16.3555 17.1755 16.3555 17.1633C16.3554 16.9127 16.3553 16.6574 16.3831 16.4447C16.4147 16.2023 16.4938 15.9049 16.7375 15.6536C16.9842 15.3992 17.2818 15.3132 17.5277 15.2791C17.7386 15.2498 17.9904 15.2499 18.2316 15.25ZM17.8555 18.25H19.0449C19.4124 18.25 19.7494 17.9362 19.7494 17.5C19.7494 17.0639 19.4124 16.75 19.0449 16.75H18.2691C18.1291 16.75 18.0197 16.7501 17.926 16.7525C17.9022 16.7531 17.8807 16.7539 17.8611 16.7547C17.8598 16.781 17.8587 16.8107 17.8579 16.8444C17.8555 16.9421 17.8555 17.0559 17.8555 17.2V18.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.72368 13.7501C4.26144 13.7501 4.69737 13.3196 4.69737 12.7886L4.69738 11.7653C4.69737 11.4983 4.69754 10.8598 4.97816 10.3876C5.15109 10.0966 5.37251 9.85349 5.59996 9.72967C5.96647 9.53015 6.38666 9.41679 6.83333 9.41679C6.98046 9.41679 7.13864 9.42326 7.31624 9.4315L7.38206 9.43458C7.53697 9.44186 7.70556 9.44978 7.8737 9.45328C8.25379 9.46117 8.69733 9.44916 9.12548 9.33444C9.95945 9.11098 10.6109 8.45957 10.8343 7.6256C10.949 7.19745 10.961 6.75391 10.9532 6.37382C10.9497 6.20575 10.9417 6.03705 10.9345 5.88218L10.9314 5.81636C10.9231 5.63877 10.9167 5.48059 10.9167 5.33346C10.9167 4.86576 11.0409 4.4271 11.2583 4.04869C11.385 3.8281 11.6057 3.62621 11.9105 3.4489C12.3726 3.17999 12.926 3.1775 13.2642 3.17598C13.6023 3.17445 13.9591 3.17328 14.2572 3.17328C16.0914 3.17328 16.7582 3.18704 17.2614 3.36171C18.1337 3.66453 18.7997 4.29671 19.11 5.07116C19.1878 5.26523 19.2427 5.52014 19.2721 5.96165C19.3021 6.41172 19.3026 6.98619 19.3026 7.81406V12.7886C19.3026 13.3196 19.7386 13.7501 20.2763 13.7501C20.8141 13.7501 21.25 13.3196 21.25 12.7886V7.78133C21.25 6.99386 21.25 6.35598 21.2153 5.83526C21.1795 5.29879 21.1039 4.82055 20.9208 4.36353C20.3922 3.04455 19.2841 2.02546 17.9072 1.54747C17.0482 1.24928 16.0155 1.24963 14.4607 1.25017L13.5134 1.25024L13.5 1.25012L13.4649 1.25027C10.9565 1.25197 9.40174 1.28181 8.1118 1.72961C5.8915 2.50039 4.11806 4.13872 3.27491 6.24273C2.99393 6.94391 2.86942 7.69707 2.80918 8.60029C2.74999 9.48768 2.75 10.584 2.75 11.9815V12.7886C2.75 13.3196 3.18593 13.7501 3.72368 13.7501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.26476 16.7914C5.91355 16.7512 5.40729 16.75 4.64305 16.75H3.5C3.08579 16.75 2.75 16.4142 2.75 16C2.75 15.5858 3.08579 15.25 3.5 15.25H4.64305C4.65904 15.25 4.67497 15.25 4.69085 15.25C5.3945 15.25 5.98809 15.25 6.43516 15.3011C6.85451 15.349 7.41733 15.4638 7.74886 15.9429C7.92426 16.1964 7.98599 16.4865 7.94535 16.7771C7.90917 17.0359 7.79661 17.2628 7.68635 17.4434C7.47936 17.7823 7.13584 18.1807 6.75848 18.6184C6.74478 18.6343 6.73102 18.6502 6.71723 18.6662L5.29773 20.3131C4.94788 20.719 4.71202 20.9951 4.5635 21.2024C4.57943 21.2045 4.59625 21.2066 4.61402 21.2086C4.96523 21.2488 5.4715 21.25 6.23574 21.25H7.37879C7.793 21.25 8.12879 21.5858 8.12879 22C8.12879 22.4142 7.793 22.75 7.37879 22.75L6.18794 22.75C5.48429 22.75 4.8907 22.7501 4.44363 22.6989C4.02428 22.651 3.46146 22.5362 3.12993 22.0571C2.95453 21.8036 2.8928 21.5135 2.93343 21.2229C2.96962 20.9641 3.08218 20.7372 3.19244 20.5567C3.39943 20.2177 3.74294 19.8193 4.1203 19.3816C4.13401 19.3657 4.14776 19.3498 4.16155 19.3338L5.58105 17.6869C5.93091 17.281 6.16677 17.0049 6.31529 16.7976C6.29936 16.7955 6.28253 16.7934 6.26476 16.7914Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0391 16C10.0391 15.5858 10.3748 15.25 10.7891 15.25H13.6982C14.1124 15.25 14.4482 15.5858 14.4482 16C14.4482 16.4142 14.1124 16.75 13.6982 16.75H12.9936V21.25H13.6982C14.1124 21.25 14.4482 21.5858 14.4482 22C14.4482 22.4142 14.1124 22.75 13.6982 22.75H10.7891C10.3748 22.75 10.0391 22.4142 10.0391 22C10.0391 21.5858 10.3748 21.25 10.7891 21.25H11.4936V16.75H10.7891C10.3748 16.75 10.0391 16.4142 10.0391 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2316 15.25C18.2441 15.25 18.2566 15.25 18.2691 15.25H19.0449C20.284 15.25 21.2494 16.2793 21.2494 17.5C21.2494 18.7207 20.284 19.75 19.0449 19.75H17.8555V22C17.8555 22.4142 17.5197 22.75 17.1055 22.75C16.6913 22.75 16.3555 22.4142 16.3555 22V17.2C16.3555 17.1878 16.3555 17.1755 16.3555 17.1633C16.3554 16.9127 16.3553 16.6574 16.3831 16.4447C16.4147 16.2023 16.4938 15.9049 16.7375 15.6536C16.9842 15.3992 17.2818 15.3132 17.5277 15.2791C17.7386 15.2498 17.9904 15.2499 18.2316 15.25ZM17.8555 18.25H19.0449C19.4124 18.25 19.7494 17.9362 19.7494 17.5C19.7494 17.0639 19.4124 16.75 19.0449 16.75H18.2691C18.1291 16.75 18.0197 16.7501 17.926 16.7525C17.9022 16.7531 17.8807 16.7539 17.8611 16.7547C17.8598 16.781 17.8587 16.8107 17.8579 16.8444C17.8555 16.9421 17.8555 17.0559 17.8555 17.2V18.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-files-icons-zip-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.24643 13.7697C8.9545 13.7507 8.55839 13.75 8.00407 13.75H7.00391C6.58969 13.75 6.25391 13.4142 6.25391 13C6.25391 12.5858 6.58969 12.25 7.00391 12.25H8.00407C8.01907 12.25 8.03402 12.25 8.04892 12.25C8.66199 12.25 9.18423 12.25 9.57881 12.2929C9.93962 12.3322 10.469 12.4271 10.7888 12.8672C10.9627 13.1066 11.0272 13.3876 10.9857 13.67C10.9495 13.9166 10.8383 14.1258 10.7382 14.2819C10.5513 14.5734 10.2447 14.912 9.91903 15.2718C9.90537 15.2868 9.89169 15.3019 9.87798 15.3171L8.63592 16.6895C8.43153 16.9153 8.27429 17.0901 8.15532 17.2303C8.44726 17.2493 8.84336 17.25 9.39768 17.25H10.3978C10.8121 17.25 11.1478 17.5858 11.1478 18C11.1478 18.4142 10.8121 18.75 10.3978 18.75L9.35284 18.75C8.73977 18.75 8.21752 18.7501 7.82294 18.7071C7.46213 18.6678 6.93277 18.5729 6.61299 18.1328C6.43908 17.8934 6.37458 17.6124 6.41604 17.33C6.45224 17.0835 6.5634 16.8742 6.66351 16.7181C6.85041 16.4266 7.15703 16.088 7.48273 15.7283C7.49638 15.7132 7.51006 15.6981 7.52377 15.6829L8.76583 14.3105C8.97022 14.0847 9.12746 13.9099 9.24643 13.7697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1914 13C12.1914 12.5858 12.5272 12.25 12.9414 12.25H15.4869C15.9011 12.25 16.2369 12.5858 16.2369 13C16.2369 13.4142 15.9011 13.75 15.4869 13.75H14.9641V17.25H15.4869C15.9011 17.25 16.2369 17.5858 16.2369 18C16.2369 18.4142 15.9011 18.75 15.4869 18.75H12.9414C12.5272 18.75 12.1914 18.4142 12.1914 18C12.1914 17.5858 12.5272 17.25 12.9414 17.25H13.4641V13.75H12.9414C12.5272 13.75 12.1914 13.4142 12.1914 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0189 12.25C19.0305 12.25 19.0419 12.25 19.0534 12.25H19.7321C20.8365 12.25 21.7549 13.1328 21.7549 14.25C21.7549 15.3673 20.8365 16.25 19.7321 16.25H18.7852V18C18.7852 18.4142 18.4494 18.75 18.0352 18.75C17.621 18.75 17.2852 18.4142 17.2852 18V14C17.2852 13.9885 17.2852 13.9769 17.2852 13.9653C17.2851 13.7605 17.285 13.5378 17.3107 13.3497C17.3411 13.1278 17.4193 12.8466 17.6588 12.6114C17.8964 12.378 18.1772 12.3037 18.3966 12.2748C18.5853 12.2499 18.8094 12.2499 19.0189 12.25ZM18.7852 14.75H19.7321C20.0336 14.75 20.2549 14.5135 20.2549 14.25C20.2549 13.9866 20.0336 13.75 19.7321 13.75H19.0534C18.9463 13.75 18.8604 13.7501 18.7863 13.7514C18.7852 13.8207 18.7852 13.9009 18.7852 14V14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.24643 13.7697C8.9545 13.7507 8.55839 13.75 8.00407 13.75H7.00391C6.58969 13.75 6.25391 13.4142 6.25391 13C6.25391 12.5858 6.58969 12.25 7.00391 12.25H8.00407C8.01907 12.25 8.03402 12.25 8.04892 12.25C8.66199 12.25 9.18423 12.25 9.57881 12.2929C9.93962 12.3322 10.469 12.4271 10.7888 12.8672C10.9627 13.1066 11.0272 13.3876 10.9857 13.67C10.9495 13.9166 10.8383 14.1258 10.7382 14.2819C10.5513 14.5734 10.2447 14.912 9.91903 15.2718C9.90537 15.2868 9.89169 15.3019 9.87798 15.3171L8.63592 16.6895C8.43153 16.9153 8.27429 17.0901 8.15532 17.2303C8.44726 17.2493 8.84336 17.25 9.39768 17.25H10.3978C10.8121 17.25 11.1478 17.5858 11.1478 18C11.1478 18.4142 10.8121 18.75 10.3978 18.75L9.35284 18.75C8.73977 18.75 8.21752 18.7501 7.82294 18.7071C7.46213 18.6678 6.93277 18.5729 6.61299 18.1328C6.43908 17.8934 6.37458 17.6124 6.41604 17.33C6.45224 17.0835 6.5634 16.8742 6.66351 16.7181C6.85041 16.4266 7.15703 16.088 7.48273 15.7283C7.49638 15.7132 7.51006 15.6981 7.52377 15.6829L8.76583 14.3105C8.97022 14.0847 9.12746 13.9099 9.24643 13.7697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1914 13C12.1914 12.5858 12.5272 12.25 12.9414 12.25H15.4869C15.9011 12.25 16.2369 12.5858 16.2369 13C16.2369 13.4142 15.9011 13.75 15.4869 13.75H14.9641V17.25H15.4869C15.9011 17.25 16.2369 17.5858 16.2369 18C16.2369 18.4142 15.9011 18.75 15.4869 18.75H12.9414C12.5272 18.75 12.1914 18.4142 12.1914 18C12.1914 17.5858 12.5272 17.25 12.9414 17.25H13.4641V13.75H12.9414C12.5272 13.75 12.1914 13.4142 12.1914 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0189 12.25C19.0305 12.25 19.0419 12.25 19.0534 12.25H19.7321C20.8365 12.25 21.7549 13.1328 21.7549 14.25C21.7549 15.3673 20.8365 16.25 19.7321 16.25H18.7852V18C18.7852 18.4142 18.4494 18.75 18.0352 18.75C17.621 18.75 17.2852 18.4142 17.2852 18V14C17.2852 13.9885 17.2852 13.9769 17.2852 13.9653C17.2851 13.7605 17.285 13.5378 17.3107 13.3497C17.3411 13.1278 17.4193 12.8466 17.6588 12.6114C17.8964 12.378 18.1772 12.3037 18.3966 12.2748C18.5853 12.2499 18.8094 12.2499 19.0189 12.25ZM18.7852 14.75H19.7321C20.0336 14.75 20.2549 14.5135 20.2549 14.25C20.2549 13.9866 20.0336 13.75 19.7321 13.75H19.0534C18.9463 13.75 18.8604 13.7501 18.7863 13.7514C18.7852 13.8207 18.7852 13.9009 18.7852 14V14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13841 20.7033C8.00786 20.7942 9.13899 20.7955 10.7476 20.7955H14.9079C15.4456 20.7955 15.8816 21.233 15.8816 21.7727C15.8816 22.3125 15.4456 22.75 14.9079 22.75H10.6927C9.15159 22.75 7.91879 22.75 6.93654 22.6473C5.92712 22.5417 5.0659 22.3186 4.32113 21.7919C3.93077 21.5159 3.58222 21.1871 3.28704 20.8146C2.71721 20.0956 2.47396 19.2577 2.35985 18.2843C2.24996 17.3469 2.24998 16.1743 2.25 14.7262V12.1428V12.1427C2.25 10.7244 2.24999 9.61179 2.30919 8.71107C2.36944 7.79422 2.49398 7.02952 2.77509 6.31755C3.61848 4.1815 5.39221 2.51875 7.61221 1.73658C8.99465 1.2495 10.6813 1.24971 13.5209 1.25007L13.7572 1.25009L13.9605 1.25004L13.9606 1.25004C15.5156 1.2495 16.548 1.24914 17.4068 1.55172C18.7834 2.03673 19.8918 3.071 20.4206 4.41031C20.6039 4.87447 20.6795 5.36014 20.7153 5.90477C20.75 6.43335 20.75 7.08083 20.75 7.87999V7.88006V10.0455C20.75 10.5852 20.3141 11.0228 19.7763 11.0228C19.2386 11.0228 18.8026 10.5852 18.8026 10.0455V7.91329C18.8026 7.07303 18.8021 6.49008 18.7721 6.03341C18.7427 5.58546 18.6879 5.32704 18.6102 5.1304C18.3001 4.34503 17.6344 3.70339 16.7618 3.39593C16.2584 3.21858 15.5913 3.20463 13.7572 3.20463C13.4591 3.20463 13.1023 3.2058 12.7641 3.20732C12.426 3.20885 11.8726 3.21134 11.4104 3.48025C11.1057 3.65756 10.8849 3.85945 10.7582 4.08004C10.5409 4.45845 10.4166 4.89711 10.4166 5.3648C10.4166 5.51193 10.4262 5.70446 10.4344 5.88206L10.4344 5.88212C10.4417 6.03696 10.4496 6.20566 10.4531 6.3737C10.461 6.75379 10.449 7.19733 10.3343 7.62548C10.1108 8.45945 9.4594 9.11086 8.62543 9.33432C8.19728 9.44904 7.75374 9.46105 7.37365 9.45315C7.20551 9.44966 7.03693 9.44174 6.88201 9.43446C6.70441 9.42622 6.48041 9.41667 6.33328 9.41667C5.88661 9.41667 5.46642 9.53003 5.09991 9.72955C4.87246 9.85337 4.65104 10.0965 4.47811 10.3875C4.19749 10.8596 4.19732 11.4982 4.19734 11.7652L4.19737 14.6653C4.19737 16.1888 4.19894 17.2461 4.29387 18.0559C4.38611 18.8427 4.55555 19.2754 4.81111 19.5979C4.9889 19.8223 5.20128 20.0234 5.44274 20.1941C5.80057 20.4472 6.28449 20.6139 7.13841 20.7033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-filter-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.18213 2.25C5.41159 2.24997 4.7574 2.24994 4.2413 2.32026C3.69502 2.3947 3.17269 2.56273 2.7728 3.00266C2.36942 3.44644 2.259 3.98125 2.25053 4.52794C2.24262 5.0385 2.32429 5.67272 2.41951 6.41217L2.42644 6.46603C2.46012 6.7277 2.51062 6.98078 2.61595 7.23417C2.72289 7.49143 2.87013 7.71054 3.05351 7.9283C4.03182 9.09 5.84956 11.1885 8.40839 13.1005C8.45034 13.1318 8.50273 13.206 8.51176 13.3161C8.79286 16.7485 9.0506 19.0959 9.18796 20.2555C9.25434 20.8158 9.56871 21.3055 10.0428 21.5646C10.5353 21.8337 11.1464 21.8198 11.6591 21.4574C11.8463 21.3251 12.0743 21.1867 12.3465 21.0214L12.4259 20.9732C12.7217 20.7934 13.0559 20.588 13.3719 20.3592C13.9733 19.9238 14.68 19.2866 14.8513 18.3729C14.9875 17.6463 15.1557 16.5521 15.3494 14.6576C15.3807 14.3511 15.3964 14.1979 15.3071 14.0989C15.2177 14 15.0632 14 14.7542 14H14C12.6193 14 11.5 12.8807 11.5 11.5C11.5 10.1193 12.6193 9 14 9C14.4714 9 14.7071 9 14.8536 8.85355C15 8.70711 15 8.47141 15 8C15 6.61929 16.1193 5.5 17.5 5.5C18.8807 5.5 20 6.61929 20 8C20 8.17701 20 8.26552 20.0163 8.31298C20.0773 8.48999 20.286 8.56867 20.4486 8.47592C20.4922 8.45105 20.55 8.38526 20.6656 8.25369C20.7668 8.13858 20.8609 8.02988 20.9464 7.92833C21.1298 7.71058 21.2771 7.49147 21.384 7.23419C21.4893 6.9808 21.5399 6.72771 21.5735 6.46603L21.5805 6.41218C21.6757 5.67274 21.7573 5.03849 21.7494 4.52794C21.741 3.98125 21.6306 3.44644 21.2272 3.00266C20.8273 2.56273 20.3049 2.3947 19.7587 2.32026C19.2426 2.24994 18.5884 2.24997 17.8179 2.25H6.18213Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 7C18.0523 7 18.5 7.44772 18.5 8V10.5H21C21.5523 10.5 22 10.9477 22 11.5C22 12.0523 21.5523 12.5 21 12.5H18.5V15C18.5 15.5523 18.0523 16 17.5 16C16.9477 16 16.5 15.5523 16.5 15V12.5L14 12.5C13.4477 12.5 13 12.0523 13 11.5C13 10.9477 13.4477 10.5 14 10.5H16.5V8C16.5 7.44772 16.9477 7 17.5 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.18213 2.25C5.41159 2.24997 4.7574 2.24994 4.2413 2.32026C3.69502 2.3947 3.17269 2.56273 2.7728 3.00266C2.36942 3.44644 2.259 3.98125 2.25053 4.52794C2.24262 5.0385 2.32429 5.67272 2.41951 6.41217L2.42644 6.46603C2.46012 6.7277 2.51062 6.98078 2.61595 7.23417C2.72289 7.49143 2.87013 7.71054 3.05351 7.9283C4.03182 9.09 5.84956 11.1885 8.40839 13.1005C8.45034 13.1318 8.50273 13.206 8.51176 13.3161C8.79286 16.7485 9.0506 19.0959 9.18796 20.2555C9.25434 20.8158 9.56871 21.3055 10.0428 21.5646C10.5353 21.8337 11.1464 21.8198 11.6591 21.4574C11.8463 21.3251 12.0743 21.1867 12.3465 21.0214L12.4259 20.9732C12.7217 20.7934 13.0559 20.588 13.3719 20.3592C13.9733 19.9238 14.68 19.2866 14.8513 18.3729C14.9875 17.6463 15.1557 16.5521 15.3494 14.6576C15.3807 14.3511 15.3964 14.1979 15.3071 14.0989C15.2177 14 15.0632 14 14.7542 14H14C12.6193 14 11.5 12.8807 11.5 11.5C11.5 10.1193 12.6193 9 14 9C14.4714 9 14.7071 9 14.8536 8.85355C15 8.70711 15 8.47141 15 8C15 6.61929 16.1193 5.5 17.5 5.5C18.8807 5.5 20 6.61929 20 8C20 8.17701 20 8.26552 20.0163 8.31298C20.0773 8.48999 20.286 8.56867 20.4486 8.47592C20.4922 8.45105 20.55 8.38526 20.6656 8.25369C20.7668 8.13858 20.8609 8.02988 20.9464 7.92833C21.1298 7.71058 21.2771 7.49147 21.384 7.23419C21.4893 6.9808 21.5399 6.72771 21.5735 6.46603L21.5805 6.41218C21.6757 5.67274 21.7573 5.03849 21.7494 4.52794C21.741 3.98125 21.6306 3.44644 21.2272 3.00266C20.8273 2.56273 20.3049 2.3947 19.7587 2.32026C19.2426 2.24994 18.5884 2.24997 17.8179 2.25H6.18213Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 7C18.0523 7 18.5 7.44772 18.5 8V10.5H21C21.5523 10.5 22 10.9477 22 11.5C22 12.0523 21.5523 12.5 21 12.5H18.5V15C18.5 15.5523 18.0523 16 17.5 16C16.9477 16 16.5 15.5523 16.5 15V12.5L14 12.5C13.4477 12.5 13 12.0523 13 11.5C13 10.9477 13.4477 10.5 14 10.5H16.5V8C16.5 7.44772 16.9477 7 17.5 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-filter-edit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18213 2.25C4.41159 2.24997 3.7574 2.24994 3.2413 2.32026C2.69502 2.3947 2.17269 2.56273 1.7728 3.00266C1.36942 3.44644 1.259 3.98125 1.25053 4.52794C1.24262 5.0385 1.32429 5.67272 1.41951 6.41217L1.42644 6.46603C1.46012 6.7277 1.51062 6.98078 1.61595 7.23417C1.72289 7.49143 1.87013 7.71054 2.05351 7.9283C3.03182 9.09 4.84956 11.1885 7.40839 13.1005C7.45034 13.1318 7.50273 13.206 7.51176 13.3161C7.79286 16.7485 8.0506 19.0959 8.18796 20.2555C8.25434 20.8158 8.56871 21.3055 9.04285 21.5646C9.5353 21.8337 10.1464 21.8198 10.6591 21.4574C10.8463 21.3251 11.0743 21.1867 11.3465 21.0214L11.4259 20.9732C11.7217 20.7934 12.0559 20.588 12.3719 20.3592C12.9733 19.9238 13.68 19.2866 13.8513 18.3729C13.8861 18.1869 13.9231 17.9769 13.962 17.7355C13.9968 17.5198 14.0142 17.4119 13.9626 17.3437C13.911 17.2755 13.7868 17.2612 13.5382 17.2325C13.0878 17.1806 12.6618 17.0033 12.3292 16.6707C11.7608 16.1023 11.7307 15.403 11.7561 15.005C11.8155 14.0709 12.0454 13.0819 12.2779 12.1714C12.4439 11.5212 12.7391 10.7342 13.4012 10.072L17.3293 6.14395C17.6728 5.7994 18.0147 5.43825 18.4396 5.19291C19.0615 4.83386 19.7712 4.69312 20.4618 4.77066C20.6115 4.78747 20.7518 4.67856 20.7494 4.52794C20.741 3.98125 20.6306 3.44644 20.2272 3.00266C19.8273 2.56273 19.3049 2.3947 18.7587 2.32026C18.2426 2.24994 17.5884 2.24997 16.8179 2.25H5.18213Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.3901 7.20461C18.786 6.80875 18.9839 6.61083 19.1898 6.49195C19.7485 6.16935 20.437 6.16935 20.9957 6.49195C21.2016 6.61083 21.3995 6.80875 21.7954 7.2046C22.1912 7.60046 22.3892 7.79838 22.5081 8.00429C22.8306 8.56304 22.8306 9.25146 22.5081 9.81021C22.3892 10.0161 22.1912 10.214 21.7954 10.6099L17.8673 14.538C17.0826 15.3227 15.8982 15.3546 14.8504 15.5787C14.0311 15.7539 13.6214 15.8415 13.39 15.61C13.1585 15.3786 13.2461 14.9689 13.4213 14.1496C13.6454 13.1018 13.6773 11.9174 14.462 11.1327L18.3901 7.20461Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18213 2.25C4.41159 2.24997 3.7574 2.24994 3.2413 2.32026C2.69502 2.3947 2.17269 2.56273 1.7728 3.00266C1.36942 3.44644 1.259 3.98125 1.25053 4.52794C1.24262 5.0385 1.32429 5.67272 1.41951 6.41217L1.42644 6.46603C1.46012 6.7277 1.51062 6.98078 1.61595 7.23417C1.72289 7.49143 1.87013 7.71054 2.05351 7.9283C3.03182 9.09 4.84956 11.1885 7.40839 13.1005C7.45034 13.1318 7.50273 13.206 7.51176 13.3161C7.79286 16.7485 8.0506 19.0959 8.18796 20.2555C8.25434 20.8158 8.56871 21.3055 9.04285 21.5646C9.5353 21.8337 10.1464 21.8198 10.6591 21.4574C10.8463 21.3251 11.0743 21.1867 11.3465 21.0214L11.4259 20.9732C11.7217 20.7934 12.0559 20.588 12.3719 20.3592C12.9733 19.9238 13.68 19.2866 13.8513 18.3729C13.8861 18.1869 13.9231 17.9769 13.962 17.7355C13.9968 17.5198 14.0142 17.4119 13.9626 17.3437C13.911 17.2755 13.7868 17.2612 13.5382 17.2325C13.0878 17.1806 12.6618 17.0033 12.3292 16.6707C11.7608 16.1023 11.7307 15.403 11.7561 15.005C11.8155 14.0709 12.0454 13.0819 12.2779 12.1714C12.4439 11.5212 12.7391 10.7342 13.4012 10.072L17.3293 6.14395C17.6728 5.7994 18.0147 5.43825 18.4396 5.19291C19.0615 4.83386 19.7712 4.69312 20.4618 4.77066C20.6115 4.78747 20.7518 4.67856 20.7494 4.52794C20.741 3.98125 20.6306 3.44644 20.2272 3.00266C19.8273 2.56273 19.3049 2.3947 18.7587 2.32026C18.2426 2.24994 17.5884 2.24997 16.8179 2.25H5.18213Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.3901 7.20461C18.786 6.80875 18.9839 6.61083 19.1898 6.49195C19.7485 6.16935 20.437 6.16935 20.9957 6.49195C21.2016 6.61083 21.3995 6.80875 21.7954 7.2046C22.1912 7.60046 22.3892 7.79838 22.5081 8.00429C22.8306 8.56304 22.8306 9.25146 22.5081 9.81021C22.3892 10.0161 22.1912 10.214 21.7954 10.6099L17.8673 14.538C17.0826 15.3227 15.8982 15.3546 14.8504 15.5787C14.0311 15.7539 13.6214 15.8415 13.39 15.61C13.1585 15.3786 13.2461 14.9689 13.4213 14.1496C13.6454 13.1018 13.6773 11.9174 14.462 11.1327L18.3901 7.20461Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-filter-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 7C2 6.44772 2.44772 6 3 6H6C6.55228 6 7 6.44772 7 7C7 7.55228 6.55228 8 6 8H3C2.44772 8 2 7.55228 2 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 17C2 16.4477 2.44772 16 3 16H9C9.55228 16 10 16.4477 10 17C10 17.5523 9.55228 18 9 18H3C2.44772 18 2 17.5523 2 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 17C17 16.4477 17.4477 16 18 16L21 16C21.5523 16 22 16.4477 22 17C22 17.5523 21.5523 18 21 18L18 18C17.4477 18 17 17.5523 17 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 7C14 6.44772 14.4477 6 15 6L21 6C21.5523 6 22 6.44772 22 7C22 7.55229 21.5523 8 21 8L15 8C14.4477 8 14 7.55228 14 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.97475 3.25H9.02525C9.46971 3.24999 9.84075 3.24999 10.1454 3.27077C10.4625 3.29241 10.762 3.33905 11.0524 3.45933C11.7262 3.73844 12.2616 4.27379 12.5407 4.94762C12.661 5.23801 12.7076 5.53754 12.7292 5.85464C12.75 6.15925 12.75 6.53028 12.75 6.97474V7.02526C12.75 7.46972 12.75 7.84075 12.7292 8.14537C12.7076 8.46247 12.661 8.76199 12.5407 9.05238C12.2616 9.72621 11.7262 10.2616 11.0524 10.5407C10.762 10.661 10.4625 10.7076 10.1454 10.7292C9.84075 10.75 9.46972 10.75 9.02526 10.75H8.97474C8.53028 10.75 8.15925 10.75 7.85464 10.7292C7.53754 10.7076 7.23801 10.661 6.94762 10.5407C6.27379 10.2616 5.73844 9.72621 5.45933 9.05238C5.33905 8.76199 5.29241 8.46247 5.27077 8.14537C5.24999 7.84075 5.24999 7.46971 5.25 7.02525V6.97475C5.24999 6.53029 5.24999 6.15925 5.27077 5.85464C5.29241 5.53754 5.33905 5.23801 5.45933 4.94762C5.73844 4.27379 6.27379 3.73844 6.94762 3.45933C7.23801 3.33905 7.53754 3.29241 7.85464 3.27077C8.15925 3.24999 8.53029 3.24999 8.97475 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9747 13.25H15.0253C15.4697 13.25 15.8408 13.25 16.1454 13.2708C16.4625 13.2924 16.762 13.339 17.0524 13.4593C17.7262 13.7384 18.2616 14.2738 18.5407 14.9476C18.661 15.238 18.7076 15.5375 18.7292 15.8546C18.75 16.1592 18.75 16.5303 18.75 16.9747V17.0253C18.75 17.4697 18.75 17.8408 18.7292 18.1454C18.7076 18.4625 18.661 18.762 18.5407 19.0524C18.2616 19.7262 17.7262 20.2616 17.0524 20.5407C16.762 20.661 16.4625 20.7076 16.1454 20.7292C15.8408 20.75 15.4697 20.75 15.0253 20.75H14.9747C14.5303 20.75 14.1592 20.75 13.8546 20.7292C13.5375 20.7076 13.238 20.661 12.9476 20.5407C12.2738 20.2616 11.7384 19.7262 11.4593 19.0524C11.339 18.762 11.2924 18.4625 11.2708 18.1454C11.25 17.8408 11.25 17.4697 11.25 17.0253V16.9747C11.25 16.5303 11.25 16.1592 11.2708 15.8546C11.2924 15.5375 11.339 15.238 11.4593 14.9476C11.7384 14.2738 12.2738 13.7384 12.9476 13.4593C13.238 13.339 13.5375 13.2924 13.8546 13.2708C14.1592 13.25 14.5303 13.25 14.9747 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 7C2 6.44772 2.44772 6 3 6H6C6.55228 6 7 6.44772 7 7C7 7.55228 6.55228 8 6 8H3C2.44772 8 2 7.55228 2 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 17C2 16.4477 2.44772 16 3 16H9C9.55228 16 10 16.4477 10 17C10 17.5523 9.55228 18 9 18H3C2.44772 18 2 17.5523 2 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 17C17 16.4477 17.4477 16 18 16L21 16C21.5523 16 22 16.4477 22 17C22 17.5523 21.5523 18 21 18L18 18C17.4477 18 17 17.5523 17 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 7C14 6.44772 14.4477 6 15 6L21 6C21.5523 6 22 6.44772 22 7C22 7.55229 21.5523 8 21 8L15 8C14.4477 8 14 7.55228 14 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.97475 3.25H9.02525C9.46971 3.24999 9.84075 3.24999 10.1454 3.27077C10.4625 3.29241 10.762 3.33905 11.0524 3.45933C11.7262 3.73844 12.2616 4.27379 12.5407 4.94762C12.661 5.23801 12.7076 5.53754 12.7292 5.85464C12.75 6.15925 12.75 6.53028 12.75 6.97474V7.02526C12.75 7.46972 12.75 7.84075 12.7292 8.14537C12.7076 8.46247 12.661 8.76199 12.5407 9.05238C12.2616 9.72621 11.7262 10.2616 11.0524 10.5407C10.762 10.661 10.4625 10.7076 10.1454 10.7292C9.84075 10.75 9.46972 10.75 9.02526 10.75H8.97474C8.53028 10.75 8.15925 10.75 7.85464 10.7292C7.53754 10.7076 7.23801 10.661 6.94762 10.5407C6.27379 10.2616 5.73844 9.72621 5.45933 9.05238C5.33905 8.76199 5.29241 8.46247 5.27077 8.14537C5.24999 7.84075 5.24999 7.46971 5.25 7.02525V6.97475C5.24999 6.53029 5.24999 6.15925 5.27077 5.85464C5.29241 5.53754 5.33905 5.23801 5.45933 4.94762C5.73844 4.27379 6.27379 3.73844 6.94762 3.45933C7.23801 3.33905 7.53754 3.29241 7.85464 3.27077C8.15925 3.24999 8.53029 3.24999 8.97475 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9747 13.25H15.0253C15.4697 13.25 15.8408 13.25 16.1454 13.2708C16.4625 13.2924 16.762 13.339 17.0524 13.4593C17.7262 13.7384 18.2616 14.2738 18.5407 14.9476C18.661 15.238 18.7076 15.5375 18.7292 15.8546C18.75 16.1592 18.75 16.5303 18.75 16.9747V17.0253C18.75 17.4697 18.75 17.8408 18.7292 18.1454C18.7076 18.4625 18.661 18.762 18.5407 19.0524C18.2616 19.7262 17.7262 20.2616 17.0524 20.5407C16.762 20.661 16.4625 20.7076 16.1454 20.7292C15.8408 20.75 15.4697 20.75 15.0253 20.75H14.9747C14.5303 20.75 14.1592 20.75 13.8546 20.7292C13.5375 20.7076 13.238 20.661 12.9476 20.5407C12.2738 20.2616 11.7384 19.7262 11.4593 19.0524C11.339 18.762 11.2924 18.4625 11.2708 18.1454C11.25 17.8408 11.25 17.4697 11.25 17.0253V16.9747C11.25 16.5303 11.25 16.1592 11.2708 15.8546C11.2924 15.5375 11.339 15.238 11.4593 14.9476C11.7384 14.2738 12.2738 13.7384 12.9476 13.4593C13.238 13.339 13.5375 13.2924 13.8546 13.2708C14.1592 13.25 14.5303 13.25 14.9747 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-filter-mail-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12ZM9 11C8.44772 11 8 11.4477 7.99999 12C7.99999 12.5523 8.4477 13 8.99999 13L15.0001 13C15.5523 13.0001 16.0001 12.5523 16.0001 12.0001C16.0001 11.4478 15.5524 11.0001 15.0001 11L9 11ZM9 15.5C9 14.9477 9.44771 14.5 10 14.5H14C14.5523 14.5 15 14.9477 15 15.5C15 16.0523 14.5523 16.5 14 16.5H10C9.44771 16.5 9 16.0523 9 15.5ZM8 7.5C7.44772 7.5 7 7.94772 7 8.5C7 9.05228 7.44772 9.5 8 9.5H16C16.5523 9.5 17 9.05228 17 8.5C17 7.94772 16.5523 7.5 16 7.5H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12ZM9 11C8.44772 11 8 11.4477 7.99999 12C7.99999 12.5523 8.4477 13 8.99999 13L15.0001 13C15.5523 13.0001 16.0001 12.5523 16.0001 12.0001C16.0001 11.4478 15.5524 11.0001 15.0001 11L9 11ZM9 15.5C9 14.9477 9.44771 14.5 10 14.5H14C14.5523 14.5 15 14.9477 15 15.5C15 16.0523 14.5523 16.5 14 16.5H10C9.44771 16.5 9 16.0523 9 15.5ZM8 7.5C7.44772 7.5 7 7.94772 7 8.5C7 9.05228 7.44772 9.5 8 9.5H16C16.5523 9.5 17 9.05228 17 8.5C17 7.94772 16.5523 7.5 16 7.5H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-filter-mail-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4428 1.25H11.5572H11.5572C13.7479 1.24999 15.4686 1.24998 16.812 1.43059C18.1886 1.61568 19.2809 2.00272 20.1391 2.86091C20.9973 3.71911 21.3843 4.81137 21.5694 6.18802C21.75 7.53144 21.75 9.25214 21.75 11.4428V11.5572C21.75 13.7479 21.75 15.4686 21.5694 16.812C21.3843 18.1886 20.9973 19.2809 20.1391 20.1391C19.2809 20.9973 18.1886 21.3843 16.812 21.5694C15.4686 21.75 13.7479 21.75 11.5572 21.75H11.4428C9.2521 21.75 7.53144 21.75 6.18802 21.5694C4.81137 21.3843 3.71911 20.9973 2.86091 20.1391C2.00272 19.2809 1.61568 18.1886 1.43059 16.812C1.24998 15.4686 1.24999 13.7479 1.25 11.5572V11.5572V11.4428V11.4428C1.24999 9.25211 1.24998 7.53144 1.43059 6.18802C1.61568 4.81137 2.00272 3.71911 2.86091 2.86091C3.71911 2.00272 4.81137 1.61568 6.18802 1.43059C7.53144 1.24998 9.25212 1.24999 11.4428 1.25H11.4428ZM8.5 10.5C7.94772 10.5 7.5 10.9477 7.49999 11.5C7.49999 12.0523 7.9477 12.5 8.49999 12.5L14.5001 12.5C15.0523 12.5001 15.5001 12.0523 15.5001 11.5001C15.5001 10.9478 15.0524 10.5001 14.5001 10.5L8.5 10.5ZM8.5 15C8.5 14.4477 8.94772 14 9.5 14H13.5C14.0523 14 14.5 14.4477 14.5 15C14.5 15.5523 14.0523 16 13.5 16H9.5C8.94772 16 8.5 15.5523 8.5 15ZM7.5 7C6.94772 7 6.5 7.44772 6.5 8C6.5 8.55228 6.94772 9 7.5 9H15.5C16.0523 9 16.5 8.55228 16.5 8C16.5 7.44772 16.0523 7 15.5 7H7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4428 1.25H11.5572H11.5572C13.7479 1.24999 15.4686 1.24998 16.812 1.43059C18.1886 1.61568 19.2809 2.00272 20.1391 2.86091C20.9973 3.71911 21.3843 4.81137 21.5694 6.18802C21.75 7.53144 21.75 9.25214 21.75 11.4428V11.5572C21.75 13.7479 21.75 15.4686 21.5694 16.812C21.3843 18.1886 20.9973 19.2809 20.1391 20.1391C19.2809 20.9973 18.1886 21.3843 16.812 21.5694C15.4686 21.75 13.7479 21.75 11.5572 21.75H11.4428C9.2521 21.75 7.53144 21.75 6.18802 21.5694C4.81137 21.3843 3.71911 20.9973 2.86091 20.1391C2.00272 19.2809 1.61568 18.1886 1.43059 16.812C1.24998 15.4686 1.24999 13.7479 1.25 11.5572V11.5572V11.4428V11.4428C1.24999 9.25211 1.24998 7.53144 1.43059 6.18802C1.61568 4.81137 2.00272 3.71911 2.86091 2.86091C3.71911 2.00272 4.81137 1.61568 6.18802 1.43059C7.53144 1.24998 9.25212 1.24999 11.4428 1.25H11.4428ZM8.5 10.5C7.94772 10.5 7.5 10.9477 7.49999 11.5C7.49999 12.0523 7.9477 12.5 8.49999 12.5L14.5001 12.5C15.0523 12.5001 15.5001 12.0523 15.5001 11.5001C15.5001 10.9478 15.0524 10.5001 14.5001 10.5L8.5 10.5ZM8.5 15C8.5 14.4477 8.94772 14 9.5 14H13.5C14.0523 14 14.5 14.4477 14.5 15C14.5 15.5523 14.0523 16 13.5 16H9.5C8.94772 16 8.5 15.5523 8.5 15ZM7.5 7C6.94772 7 6.5 7.44772 6.5 8C6.5 8.55228 6.94772 9 7.5 9H15.5C16.0523 9 16.5 8.55228 16.5 8C16.5 7.44772 16.0523 7 15.5 7H7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-filter-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.18378 2.25C5.41291 2.24997 4.75845 2.24994 4.24214 2.32026C3.69563 2.3947 3.17307 2.56273 2.77302 3.00266C2.36947 3.44644 2.259 3.98125 2.25053 4.52794C2.24262 5.0385 2.32432 5.67272 2.41958 6.41217L2.42651 6.46603C2.46021 6.7277 2.51073 6.98078 2.6161 7.23417C2.72308 7.49143 2.87039 7.71054 3.05384 7.9283C4.03257 9.09 5.85107 11.1885 8.41097 13.1005C8.45294 13.1318 8.50535 13.206 8.51438 13.3161C8.7956 16.7485 9.05345 19.0959 9.19087 20.2555C9.25728 20.8158 9.57178 21.3055 10.0461 21.5646C10.5388 21.8337 11.1502 21.8198 11.663 21.4574C11.8503 21.3251 12.0784 21.1867 12.3507 21.0214L12.4302 20.9732C12.7261 20.7934 13.0604 20.588 13.3766 20.3592C13.9782 19.9238 14.6852 19.2866 14.8566 18.3729C14.9498 17.8758 15.058 17.2067 15.1791 16.227C15.2178 15.9136 15.2372 15.7569 15.1678 15.6613C15.0984 15.5656 14.9068 15.5282 14.5238 15.4535C14.0522 15.3614 13.6021 15.1329 13.2368 14.7678C12.2601 13.7915 12.2601 12.2085 13.2368 11.2322L13.7622 10.7071C14.0957 10.3738 14.2624 10.2071 14.2624 10C14.2624 9.79289 14.0957 9.62623 13.7622 9.29289L13.2368 8.76777C12.2601 7.79146 12.2601 6.20854 13.2368 5.23223C14.2136 4.25592 15.7971 4.25592 16.7739 5.23223L17.4407 5.89878C17.7075 6.16545 17.8408 6.29878 18.0066 6.29878C18.1724 6.29878 18.3057 6.16545 18.5725 5.89878L19.2394 5.23224C19.7834 4.68841 20.5158 4.4475 21.2266 4.50953C21.501 4.53347 21.6382 4.54544 21.7048 4.47411C21.7713 4.40278 21.754 4.29319 21.7193 4.07399C21.657 3.68095 21.5128 3.30798 21.2351 3.00266C20.8351 2.56273 20.3125 2.3947 19.766 2.32026C19.2497 2.24994 18.5953 2.24997 17.8244 2.25H6.18378Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2929 6.29289C14.6834 5.90237 15.3166 5.90237 15.7071 6.29289L18 8.58579L20.2929 6.29289C20.6834 5.90237 21.3166 5.90237 21.7071 6.29289C22.0976 6.68342 22.0976 7.31658 21.7071 7.70711L19.4142 10L21.7071 12.2929C22.0976 12.6834 22.0976 13.3166 21.7071 13.7071C21.3166 14.0976 20.6834 14.0976 20.2929 13.7071L18 11.4142L15.7071 13.7071C15.3166 14.0976 14.6834 14.0976 14.2929 13.7071C13.9024 13.3166 13.9024 12.6834 14.2929 12.2929L16.5858 10L14.2929 7.70711C13.9024 7.31658 13.9024 6.68342 14.2929 6.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.18378 2.25C5.41291 2.24997 4.75845 2.24994 4.24214 2.32026C3.69563 2.3947 3.17307 2.56273 2.77302 3.00266C2.36947 3.44644 2.259 3.98125 2.25053 4.52794C2.24262 5.0385 2.32432 5.67272 2.41958 6.41217L2.42651 6.46603C2.46021 6.7277 2.51073 6.98078 2.6161 7.23417C2.72308 7.49143 2.87039 7.71054 3.05384 7.9283C4.03257 9.09 5.85107 11.1885 8.41097 13.1005C8.45294 13.1318 8.50535 13.206 8.51438 13.3161C8.7956 16.7485 9.05345 19.0959 9.19087 20.2555C9.25728 20.8158 9.57178 21.3055 10.0461 21.5646C10.5388 21.8337 11.1502 21.8198 11.663 21.4574C11.8503 21.3251 12.0784 21.1867 12.3507 21.0214L12.4302 20.9732C12.7261 20.7934 13.0604 20.588 13.3766 20.3592C13.9782 19.9238 14.6852 19.2866 14.8566 18.3729C14.9498 17.8758 15.058 17.2067 15.1791 16.227C15.2178 15.9136 15.2372 15.7569 15.1678 15.6613C15.0984 15.5656 14.9068 15.5282 14.5238 15.4535C14.0522 15.3614 13.6021 15.1329 13.2368 14.7678C12.2601 13.7915 12.2601 12.2085 13.2368 11.2322L13.7622 10.7071C14.0957 10.3738 14.2624 10.2071 14.2624 10C14.2624 9.79289 14.0957 9.62623 13.7622 9.29289L13.2368 8.76777C12.2601 7.79146 12.2601 6.20854 13.2368 5.23223C14.2136 4.25592 15.7971 4.25592 16.7739 5.23223L17.4407 5.89878C17.7075 6.16545 17.8408 6.29878 18.0066 6.29878C18.1724 6.29878 18.3057 6.16545 18.5725 5.89878L19.2394 5.23224C19.7834 4.68841 20.5158 4.4475 21.2266 4.50953C21.501 4.53347 21.6382 4.54544 21.7048 4.47411C21.7713 4.40278 21.754 4.29319 21.7193 4.07399C21.657 3.68095 21.5128 3.30798 21.2351 3.00266C20.8351 2.56273 20.3125 2.3947 19.766 2.32026C19.2497 2.24994 18.5953 2.24997 17.8244 2.25H6.18378Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2929 6.29289C14.6834 5.90237 15.3166 5.90237 15.7071 6.29289L18 8.58579L20.2929 6.29289C20.6834 5.90237 21.3166 5.90237 21.7071 6.29289C22.0976 6.68342 22.0976 7.31658 21.7071 7.70711L19.4142 10L21.7071 12.2929C22.0976 12.6834 22.0976 13.3166 21.7071 13.7071C21.3166 14.0976 20.6834 14.0976 20.2929 13.7071L18 11.4142L15.7071 13.7071C15.3166 14.0976 14.6834 14.0976 14.2929 13.7071C13.9024 13.3166 13.9024 12.6834 14.2929 12.2929L16.5858 10L14.2929 7.70711C13.9024 7.31658 13.9024 6.68342 14.2929 6.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-filter-reset{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.18213 2.25012C5.41159 2.25009 4.7574 2.25006 4.2413 2.32039C3.69502 2.39482 3.17269 2.56285 2.7728 3.00278C2.36942 3.44656 2.259 3.98137 2.25053 4.52806C2.24262 5.03862 2.32429 5.67284 2.41951 6.41229L2.42644 6.46615C2.46012 6.72782 2.51062 6.9809 2.61595 7.23429C2.72289 7.49155 2.87013 7.71066 3.05351 7.92842C4.03182 9.09013 5.84956 11.1886 8.40839 13.1006C8.45034 13.1319 8.50273 13.2061 8.51176 13.3162C8.79286 16.7486 9.0506 19.096 9.18796 20.2556C9.25434 20.8159 9.56871 21.3056 10.0428 21.5647C10.5353 21.8338 11.1464 21.8199 11.6591 21.4576C11.8463 21.3252 12.0743 21.1868 12.3465 21.0216L12.4259 20.9733C12.7217 20.7935 13.0559 20.5881 13.3719 20.3593C13.9733 19.9239 14.68 19.2868 14.8513 18.373C14.9323 17.941 15.0245 17.3791 15.1268 16.5963C15.1713 16.2552 15.1936 16.0846 15.1271 15.9491C15.0605 15.8136 14.8892 15.7137 14.5465 15.5139C13.1194 14.6818 12.0803 13.2598 11.7456 11.5931C11.6074 10.9047 11.7921 10.2264 12.1953 9.71517C12.368 9.49624 12.4543 9.38678 12.4671 9.31102C12.4798 9.23526 12.4339 9.10356 12.3423 8.84014C12.2006 8.43318 12.173 7.98598 12.2778 7.54839L12.7772 5.46402C13.0731 4.22872 14.3144 3.46722 15.5497 3.76316C15.8818 3.84271 16.1795 3.99046 16.4316 4.188C16.6988 4.39735 16.8324 4.50202 16.9135 4.52939C16.9945 4.55676 17.1287 4.55501 17.3972 4.5515C17.4198 4.55121 17.4425 4.55106 17.4653 4.55106C18.7914 4.55106 20.0075 4.99375 20.9823 5.73682C21.2784 5.96248 21.4264 6.07531 21.5338 6.0289C21.6413 5.9825 21.6594 5.80952 21.6955 5.46356C21.7317 5.1174 21.7537 4.8046 21.7494 4.52806C21.741 3.98137 21.6306 3.44656 21.2272 3.00278C20.8273 2.56285 20.3049 2.39482 19.7587 2.32039C19.2426 2.25006 18.5884 2.25009 17.8179 2.25012H6.18213Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0062 6.12071C16.0673 5.62269 15.7459 5.14742 15.2464 5.02775C14.7093 4.89908 14.1696 5.23016 14.0409 5.76725L13.5416 7.85162C13.447 8.24641 13.6005 8.65919 13.93 8.8963C14.2595 9.13341 14.6997 9.14778 15.0439 8.93267C15.1599 8.86019 15.2701 8.79052 15.3755 8.72392C16.2227 8.18829 16.7555 7.85142 17.4648 7.85142C18.8547 7.85142 20.0002 8.99364 20.0002 10.4258C20.0002 11.858 18.8547 13.0002 17.4648 13.0002C16.2476 13.0002 15.2178 12.1249 14.9806 10.9439C14.8719 10.4024 14.3448 10.0516 13.8033 10.1603C13.2619 10.269 12.911 10.7961 13.0198 11.3375C13.4378 13.4195 15.2613 15.0002 17.4648 15.0002C19.98 15.0002 22.0002 12.9418 22.0002 10.4258C22.0002 7.90983 19.98 5.85142 17.4648 5.85142C16.9349 5.85142 16.449 5.95901 16.0062 6.12071Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.18213 2.25012C5.41159 2.25009 4.7574 2.25006 4.2413 2.32039C3.69502 2.39482 3.17269 2.56285 2.7728 3.00278C2.36942 3.44656 2.259 3.98137 2.25053 4.52806C2.24262 5.03862 2.32429 5.67284 2.41951 6.41229L2.42644 6.46615C2.46012 6.72782 2.51062 6.9809 2.61595 7.23429C2.72289 7.49155 2.87013 7.71066 3.05351 7.92842C4.03182 9.09013 5.84956 11.1886 8.40839 13.1006C8.45034 13.1319 8.50273 13.2061 8.51176 13.3162C8.79286 16.7486 9.0506 19.096 9.18796 20.2556C9.25434 20.8159 9.56871 21.3056 10.0428 21.5647C10.5353 21.8338 11.1464 21.8199 11.6591 21.4576C11.8463 21.3252 12.0743 21.1868 12.3465 21.0216L12.4259 20.9733C12.7217 20.7935 13.0559 20.5881 13.3719 20.3593C13.9733 19.9239 14.68 19.2868 14.8513 18.373C14.9323 17.941 15.0245 17.3791 15.1268 16.5963C15.1713 16.2552 15.1936 16.0846 15.1271 15.9491C15.0605 15.8136 14.8892 15.7137 14.5465 15.5139C13.1194 14.6818 12.0803 13.2598 11.7456 11.5931C11.6074 10.9047 11.7921 10.2264 12.1953 9.71517C12.368 9.49624 12.4543 9.38678 12.4671 9.31102C12.4798 9.23526 12.4339 9.10356 12.3423 8.84014C12.2006 8.43318 12.173 7.98598 12.2778 7.54839L12.7772 5.46402C13.0731 4.22872 14.3144 3.46722 15.5497 3.76316C15.8818 3.84271 16.1795 3.99046 16.4316 4.188C16.6988 4.39735 16.8324 4.50202 16.9135 4.52939C16.9945 4.55676 17.1287 4.55501 17.3972 4.5515C17.4198 4.55121 17.4425 4.55106 17.4653 4.55106C18.7914 4.55106 20.0075 4.99375 20.9823 5.73682C21.2784 5.96248 21.4264 6.07531 21.5338 6.0289C21.6413 5.9825 21.6594 5.80952 21.6955 5.46356C21.7317 5.1174 21.7537 4.8046 21.7494 4.52806C21.741 3.98137 21.6306 3.44656 21.2272 3.00278C20.8273 2.56285 20.3049 2.39482 19.7587 2.32039C19.2426 2.25006 18.5884 2.25009 17.8179 2.25012H6.18213Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0062 6.12071C16.0673 5.62269 15.7459 5.14742 15.2464 5.02775C14.7093 4.89908 14.1696 5.23016 14.0409 5.76725L13.5416 7.85162C13.447 8.24641 13.6005 8.65919 13.93 8.8963C14.2595 9.13341 14.6997 9.14778 15.0439 8.93267C15.1599 8.86019 15.2701 8.79052 15.3755 8.72392C16.2227 8.18829 16.7555 7.85142 17.4648 7.85142C18.8547 7.85142 20.0002 8.99364 20.0002 10.4258C20.0002 11.858 18.8547 13.0002 17.4648 13.0002C16.2476 13.0002 15.2178 12.1249 14.9806 10.9439C14.8719 10.4024 14.3448 10.0516 13.8033 10.1603C13.2619 10.269 12.911 10.7961 13.0198 11.3375C13.4378 13.4195 15.2613 15.0002 17.4648 15.0002C19.98 15.0002 22.0002 12.9418 22.0002 10.4258C22.0002 7.90983 19.98 5.85142 17.4648 5.85142C16.9349 5.85142 16.449 5.95901 16.0062 6.12071Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-filter-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 22C6.44772 22 6 21.5523 6 21L6 18C6 17.4477 6.44772 17 7 17C7.55228 17 8 17.4477 8 18L8 21C8 21.5523 7.55228 22 7 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 22C16.4477 22 16 21.5523 16 21L16 15C16 14.4477 16.4477 14 17 14C17.5523 14 18 14.4477 18 15L18 21C18 21.5523 17.5523 22 17 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 7C16.4477 7 16 6.55228 16 6L16 3C16 2.44772 16.4477 2 17 2C17.5523 2 18 2.44772 18 3L18 6C18 6.55228 17.5523 7 17 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 10C6.44772 10 6 9.55228 6 9L6 3C6 2.44772 6.44772 2 7 2C7.55229 2 8 2.44772 8 3L8 9C8 9.55228 7.55228 10 7 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.97475 11.25H7.02525C7.46972 11.25 7.84075 11.25 8.14537 11.2708C8.46247 11.2924 8.76199 11.339 9.05238 11.4593C9.72621 11.7384 10.2616 12.2738 10.5407 12.9476C10.661 13.238 10.7076 13.5375 10.7292 13.8546C10.75 14.1592 10.75 14.5303 10.75 14.9747V15.0253C10.75 15.4697 10.75 15.8408 10.7292 16.1454C10.7076 16.4625 10.661 16.762 10.5407 17.0524C10.2616 17.7262 9.72621 18.2616 9.05238 18.5407C8.76199 18.661 8.46247 18.7076 8.14537 18.7292C7.84075 18.75 7.46972 18.75 7.02526 18.75H6.97474C6.53028 18.75 6.15925 18.75 5.85464 18.7292C5.53754 18.7076 5.23801 18.661 4.94762 18.5407C4.27379 18.2616 3.73844 17.7262 3.45933 17.0524C3.33905 16.762 3.29241 16.4625 3.27077 16.1454C3.24999 15.8408 3.24999 15.4697 3.25 15.0253V14.9747C3.24999 14.5303 3.24999 14.1592 3.27077 13.8546C3.29241 13.5375 3.33905 13.238 3.45933 12.9476C3.73844 12.2738 4.27379 11.7384 4.94762 11.4593C5.23801 11.339 5.53754 11.2924 5.85464 11.2708C6.15925 11.25 6.53029 11.25 6.97475 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9747 5.25H17.0253C17.4697 5.24999 17.8408 5.24999 18.1454 5.27077C18.4625 5.29241 18.762 5.33905 19.0524 5.45933C19.7262 5.73844 20.2616 6.27379 20.5407 6.94762C20.661 7.23801 20.7076 7.53754 20.7292 7.85464C20.75 8.15925 20.75 8.53028 20.75 8.97474V9.02526C20.75 9.46972 20.75 9.84075 20.7292 10.1454C20.7076 10.4625 20.661 10.762 20.5407 11.0524C20.2616 11.7262 19.7262 12.2616 19.0524 12.5407C18.762 12.661 18.4625 12.7076 18.1454 12.7292C17.8408 12.75 17.4697 12.75 17.0253 12.75H16.9747C16.5303 12.75 16.1592 12.75 15.8546 12.7292C15.5375 12.7076 15.238 12.661 14.9476 12.5407C14.2738 12.2616 13.7384 11.7262 13.4593 11.0524C13.339 10.762 13.2924 10.4625 13.2708 10.1454C13.25 9.84075 13.25 9.46971 13.25 9.02525V8.97475C13.25 8.53029 13.25 8.15925 13.2708 7.85464C13.2924 7.53754 13.339 7.23801 13.4593 6.94762C13.7384 6.27379 14.2738 5.73844 14.9476 5.45933C15.238 5.33905 15.5375 5.29241 15.8546 5.27077C16.1592 5.24999 16.5303 5.24999 16.9747 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 22C6.44772 22 6 21.5523 6 21L6 18C6 17.4477 6.44772 17 7 17C7.55228 17 8 17.4477 8 18L8 21C8 21.5523 7.55228 22 7 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 22C16.4477 22 16 21.5523 16 21L16 15C16 14.4477 16.4477 14 17 14C17.5523 14 18 14.4477 18 15L18 21C18 21.5523 17.5523 22 17 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 7C16.4477 7 16 6.55228 16 6L16 3C16 2.44772 16.4477 2 17 2C17.5523 2 18 2.44772 18 3L18 6C18 6.55228 17.5523 7 17 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 10C6.44772 10 6 9.55228 6 9L6 3C6 2.44772 6.44772 2 7 2C7.55229 2 8 2.44772 8 3L8 9C8 9.55228 7.55228 10 7 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.97475 11.25H7.02525C7.46972 11.25 7.84075 11.25 8.14537 11.2708C8.46247 11.2924 8.76199 11.339 9.05238 11.4593C9.72621 11.7384 10.2616 12.2738 10.5407 12.9476C10.661 13.238 10.7076 13.5375 10.7292 13.8546C10.75 14.1592 10.75 14.5303 10.75 14.9747V15.0253C10.75 15.4697 10.75 15.8408 10.7292 16.1454C10.7076 16.4625 10.661 16.762 10.5407 17.0524C10.2616 17.7262 9.72621 18.2616 9.05238 18.5407C8.76199 18.661 8.46247 18.7076 8.14537 18.7292C7.84075 18.75 7.46972 18.75 7.02526 18.75H6.97474C6.53028 18.75 6.15925 18.75 5.85464 18.7292C5.53754 18.7076 5.23801 18.661 4.94762 18.5407C4.27379 18.2616 3.73844 17.7262 3.45933 17.0524C3.33905 16.762 3.29241 16.4625 3.27077 16.1454C3.24999 15.8408 3.24999 15.4697 3.25 15.0253V14.9747C3.24999 14.5303 3.24999 14.1592 3.27077 13.8546C3.29241 13.5375 3.33905 13.238 3.45933 12.9476C3.73844 12.2738 4.27379 11.7384 4.94762 11.4593C5.23801 11.339 5.53754 11.2924 5.85464 11.2708C6.15925 11.25 6.53029 11.25 6.97475 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9747 5.25H17.0253C17.4697 5.24999 17.8408 5.24999 18.1454 5.27077C18.4625 5.29241 18.762 5.33905 19.0524 5.45933C19.7262 5.73844 20.2616 6.27379 20.5407 6.94762C20.661 7.23801 20.7076 7.53754 20.7292 7.85464C20.75 8.15925 20.75 8.53028 20.75 8.97474V9.02526C20.75 9.46972 20.75 9.84075 20.7292 10.1454C20.7076 10.4625 20.661 10.762 20.5407 11.0524C20.2616 11.7262 19.7262 12.2616 19.0524 12.5407C18.762 12.661 18.4625 12.7076 18.1454 12.7292C17.8408 12.75 17.4697 12.75 17.0253 12.75H16.9747C16.5303 12.75 16.1592 12.75 15.8546 12.7292C15.5375 12.7076 15.238 12.661 14.9476 12.5407C14.2738 12.2616 13.7384 11.7262 13.4593 11.0524C13.339 10.762 13.2924 10.4625 13.2708 10.1454C13.25 9.84075 13.25 9.46971 13.25 9.02525V8.97475C13.25 8.53029 13.25 8.15925 13.2708 7.85464C13.2924 7.53754 13.339 7.23801 13.4593 6.94762C13.7384 6.27379 14.2738 5.73844 14.9476 5.45933C15.238 5.33905 15.5375 5.29241 15.8546 5.27077C16.1592 5.24999 16.5303 5.24999 16.9747 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-filter{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.18213 2.25C6.19946 2.25 6.21686 2.25 6.23431 2.25L17.8178 2.25C18.5884 2.24997 19.2426 2.24994 19.7587 2.32026C20.3049 2.3947 20.8273 2.56273 21.2272 3.00266C21.6306 3.44644 21.741 3.98125 21.7494 4.52794C21.7573 5.0385 21.6757 5.67272 21.5805 6.41218L21.5735 6.46603C21.5399 6.72771 21.4893 6.9808 21.384 7.23419C21.2771 7.49146 21.1298 7.71058 20.9464 7.92833C19.9667 9.09153 18.1454 11.1937 15.5814 13.108C15.54 13.139 15.4876 13.2124 15.4776 13.3225C15.2294 16.0654 15.0167 17.4903 14.8513 18.3729C14.68 19.2866 13.9733 19.9238 13.3719 20.3592C13.0559 20.588 12.7217 20.7934 12.4259 20.9732C12.3991 20.9895 12.3726 21.0055 12.3466 21.0213C12.0744 21.1866 11.8463 21.3251 11.6591 21.4574C11.1464 21.8198 10.5353 21.8337 10.0428 21.5646C9.56871 21.3055 9.25434 20.8158 9.18796 20.2555C9.0506 19.0959 8.79286 16.7485 8.51176 13.3161C8.50273 13.206 8.45034 13.1318 8.40839 13.1005C5.84956 11.1885 4.03182 9.09 3.05351 7.92829C2.87013 7.71054 2.72289 7.49143 2.61595 7.23416C2.51062 6.98078 2.46012 6.7277 2.42644 6.46603C2.42412 6.44801 2.42181 6.43006 2.41951 6.41217C2.32429 5.67272 2.24262 5.0385 2.25053 4.52794C2.259 3.98125 2.36942 3.44644 2.7728 3.00266C3.17269 2.56273 3.69502 2.3947 4.2413 2.32026C4.75741 2.24994 5.41157 2.24997 6.18213 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.18213 2.25C6.19946 2.25 6.21686 2.25 6.23431 2.25L17.8178 2.25C18.5884 2.24997 19.2426 2.24994 19.7587 2.32026C20.3049 2.3947 20.8273 2.56273 21.2272 3.00266C21.6306 3.44644 21.741 3.98125 21.7494 4.52794C21.7573 5.0385 21.6757 5.67272 21.5805 6.41218L21.5735 6.46603C21.5399 6.72771 21.4893 6.9808 21.384 7.23419C21.2771 7.49146 21.1298 7.71058 20.9464 7.92833C19.9667 9.09153 18.1454 11.1937 15.5814 13.108C15.54 13.139 15.4876 13.2124 15.4776 13.3225C15.2294 16.0654 15.0167 17.4903 14.8513 18.3729C14.68 19.2866 13.9733 19.9238 13.3719 20.3592C13.0559 20.588 12.7217 20.7934 12.4259 20.9732C12.3991 20.9895 12.3726 21.0055 12.3466 21.0213C12.0744 21.1866 11.8463 21.3251 11.6591 21.4574C11.1464 21.8198 10.5353 21.8337 10.0428 21.5646C9.56871 21.3055 9.25434 20.8158 9.18796 20.2555C9.0506 19.0959 8.79286 16.7485 8.51176 13.3161C8.50273 13.206 8.45034 13.1318 8.40839 13.1005C5.84956 11.1885 4.03182 9.09 3.05351 7.92829C2.87013 7.71054 2.72289 7.49143 2.61595 7.23416C2.51062 6.98078 2.46012 6.7277 2.42644 6.46603C2.42412 6.44801 2.42181 6.43006 2.41951 6.41217C2.32429 5.67272 2.24262 5.0385 2.25053 4.52794C2.259 3.98125 2.36942 3.44644 2.7728 3.00266C3.17269 2.56273 3.69502 2.3947 4.2413 2.32026C4.75741 2.24994 5.41157 2.24997 6.18213 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-preference-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 4C14 4.55228 13.5523 5 13 5L3 5C2.44771 5 2 4.55228 2 4C2 3.44772 2.44771 3 3 3L13 3C13.5523 3 14 3.44772 14 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 19C12 19.5523 11.5523 20 11 20L3 20C2.44771 20 2 19.5523 2 19C2 18.4477 2.44771 18 3 18L11 18C11.5523 18 12 18.4477 12 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 19C22 19.5523 21.5523 20 21 20L17 20C16.4477 20 16 19.5523 16 19C16 18.4477 16.4477 18 17 18L21 18C21.5523 18 22 18.4477 22 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 11.5C22 12.0523 21.5523 12.5 21 12.5L11 12.5C10.4477 12.5 10 12.0523 10 11.5C10 10.9477 10.4477 10.5 11 10.5L21 10.5C21.5523 10.5 22 10.9477 22 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 4C22 4.55228 21.5523 5 21 5L19 5C18.4477 5 18 4.55228 18 4C18 3.44772 18.4477 3 19 3L21 3C21.5523 3 22 3.44772 22 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 11.5C6 12.0523 5.55228 12.5 5 12.5L3 12.5C2.44772 12.5 2 12.0523 2 11.5C2 10.9477 2.44772 10.5 3 10.5L5 10.5C5.55228 10.5 6 10.9477 6 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.75 3.47825C16.75 3.48548 16.75 3.49273 16.75 3.5L16.75 4.52176C16.75 4.73604 16.75 4.93288 16.7387 5.09821C16.7266 5.27585 16.699 5.47119 16.6168 5.6697C16.4392 6.0985 16.0985 6.43918 15.6697 6.61679C15.4712 6.69901 15.2759 6.72663 15.0982 6.73875C14.9329 6.75003 14.736 6.75002 14.5218 6.75L14.4782 6.75C14.264 6.75002 14.0671 6.75003 13.9018 6.73875C13.7241 6.72663 13.5288 6.69901 13.3303 6.61679C12.9015 6.43918 12.5608 6.0985 12.3832 5.6697C12.301 5.47119 12.2734 5.27585 12.2613 5.09821C12.25 4.93289 12.25 4.73604 12.25 4.52176L12.25 3.47824C12.25 3.26396 12.25 3.06712 12.2613 2.90179C12.2734 2.72415 12.301 2.52881 12.3832 2.33031C12.5608 1.90151 12.9015 1.56083 13.3303 1.38321C13.5288 1.30099 13.7241 1.27338 13.9018 1.26126C14.0671 1.24998 14.264 1.24999 14.4782 1.25C14.4855 1.25 14.4927 1.25 14.5 1.25C14.5073 1.25 14.5145 1.25 14.5218 1.25C14.736 1.24999 14.9329 1.24998 15.0982 1.26126C15.2759 1.27338 15.4712 1.30099 15.6697 1.38321C16.0985 1.56083 16.4392 1.90151 16.6168 2.33031C16.699 2.52881 16.7266 2.72415 16.7387 2.90179C16.75 3.06712 16.75 3.26397 16.75 3.47825Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.75 18.4782C14.75 18.4855 14.75 18.4927 14.75 18.5L14.75 19.5218C14.75 19.736 14.75 19.9329 14.7387 20.0982C14.7266 20.2759 14.699 20.4712 14.6168 20.6697C14.4392 21.0985 14.0985 21.4392 13.6697 21.6168C13.4712 21.699 13.2759 21.7266 13.0982 21.7387C12.9329 21.75 12.736 21.75 12.5218 21.75L12.4782 21.75C12.264 21.75 12.0671 21.75 11.9018 21.7387C11.7241 21.7266 11.5288 21.699 11.3303 21.6168C10.9015 21.4392 10.5608 21.0985 10.3832 20.6697C10.301 20.4712 10.2734 20.2759 10.2613 20.0982C10.25 19.9329 10.25 19.736 10.25 19.5218L10.25 18.4782C10.25 18.264 10.25 18.0671 10.2613 17.9018C10.2734 17.7241 10.301 17.5288 10.3832 17.3303C10.5608 16.9015 10.9015 16.5608 11.3303 16.3832C11.5288 16.301 11.7241 16.2734 11.9018 16.2613C12.0671 16.25 12.264 16.25 12.4782 16.25C12.4855 16.25 12.4927 16.25 12.5 16.25C12.5073 16.25 12.5145 16.25 12.5218 16.25C12.736 16.25 12.9329 16.25 13.0982 16.2613C13.2759 16.2734 13.4712 16.301 13.6697 16.3832C14.0985 16.5608 14.4392 16.9015 14.6168 17.3303C14.699 17.5288 14.7266 17.7241 14.7387 17.9018C14.75 18.0671 14.75 18.264 14.75 18.4782Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.75 10.9782C11.75 10.9855 11.75 10.9927 11.75 11L11.75 12.0218C11.75 12.236 11.75 12.4329 11.7387 12.5982C11.7266 12.7759 11.699 12.9712 11.6168 13.1697C11.4392 13.5985 11.0985 13.9392 10.6697 14.1168C10.4712 14.199 10.2759 14.2266 10.0982 14.2387C9.93288 14.25 9.73603 14.25 9.52176 14.25L9.47824 14.25C9.26396 14.25 9.06711 14.25 8.90179 14.2387C8.72415 14.2266 8.52881 14.199 8.3303 14.1168C7.9015 13.9392 7.56082 13.5985 7.38321 13.1697C7.30099 12.9712 7.27337 12.7759 7.26125 12.5982C7.24997 12.4329 7.24998 12.236 7.25 12.0218L7.25 10.9782C7.24998 10.764 7.24997 10.5671 7.26125 10.4018C7.27337 10.2241 7.30099 10.0288 7.38321 9.83031C7.56082 9.40151 7.9015 9.06083 8.3303 8.88321C8.52881 8.80099 8.72415 8.77338 8.90179 8.76126C9.06712 8.74998 9.26396 8.74999 9.47824 8.75C9.48547 8.75 9.49273 8.75 9.5 8.75C9.50727 8.75 9.51452 8.75 9.52175 8.75C9.73603 8.74999 9.93288 8.74998 10.0982 8.76126C10.2759 8.77338 10.4712 8.80099 10.6697 8.88321C11.0985 9.06083 11.4392 9.40151 11.6168 9.83031C11.699 10.0288 11.7266 10.2241 11.7387 10.4018C11.75 10.5671 11.75 10.764 11.75 10.9782Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 4C14 4.55228 13.5523 5 13 5L3 5C2.44771 5 2 4.55228 2 4C2 3.44772 2.44771 3 3 3L13 3C13.5523 3 14 3.44772 14 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 19C12 19.5523 11.5523 20 11 20L3 20C2.44771 20 2 19.5523 2 19C2 18.4477 2.44771 18 3 18L11 18C11.5523 18 12 18.4477 12 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 19C22 19.5523 21.5523 20 21 20L17 20C16.4477 20 16 19.5523 16 19C16 18.4477 16.4477 18 17 18L21 18C21.5523 18 22 18.4477 22 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 11.5C22 12.0523 21.5523 12.5 21 12.5L11 12.5C10.4477 12.5 10 12.0523 10 11.5C10 10.9477 10.4477 10.5 11 10.5L21 10.5C21.5523 10.5 22 10.9477 22 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 4C22 4.55228 21.5523 5 21 5L19 5C18.4477 5 18 4.55228 18 4C18 3.44772 18.4477 3 19 3L21 3C21.5523 3 22 3.44772 22 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 11.5C6 12.0523 5.55228 12.5 5 12.5L3 12.5C2.44772 12.5 2 12.0523 2 11.5C2 10.9477 2.44772 10.5 3 10.5L5 10.5C5.55228 10.5 6 10.9477 6 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.75 3.47825C16.75 3.48548 16.75 3.49273 16.75 3.5L16.75 4.52176C16.75 4.73604 16.75 4.93288 16.7387 5.09821C16.7266 5.27585 16.699 5.47119 16.6168 5.6697C16.4392 6.0985 16.0985 6.43918 15.6697 6.61679C15.4712 6.69901 15.2759 6.72663 15.0982 6.73875C14.9329 6.75003 14.736 6.75002 14.5218 6.75L14.4782 6.75C14.264 6.75002 14.0671 6.75003 13.9018 6.73875C13.7241 6.72663 13.5288 6.69901 13.3303 6.61679C12.9015 6.43918 12.5608 6.0985 12.3832 5.6697C12.301 5.47119 12.2734 5.27585 12.2613 5.09821C12.25 4.93289 12.25 4.73604 12.25 4.52176L12.25 3.47824C12.25 3.26396 12.25 3.06712 12.2613 2.90179C12.2734 2.72415 12.301 2.52881 12.3832 2.33031C12.5608 1.90151 12.9015 1.56083 13.3303 1.38321C13.5288 1.30099 13.7241 1.27338 13.9018 1.26126C14.0671 1.24998 14.264 1.24999 14.4782 1.25C14.4855 1.25 14.4927 1.25 14.5 1.25C14.5073 1.25 14.5145 1.25 14.5218 1.25C14.736 1.24999 14.9329 1.24998 15.0982 1.26126C15.2759 1.27338 15.4712 1.30099 15.6697 1.38321C16.0985 1.56083 16.4392 1.90151 16.6168 2.33031C16.699 2.52881 16.7266 2.72415 16.7387 2.90179C16.75 3.06712 16.75 3.26397 16.75 3.47825Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.75 18.4782C14.75 18.4855 14.75 18.4927 14.75 18.5L14.75 19.5218C14.75 19.736 14.75 19.9329 14.7387 20.0982C14.7266 20.2759 14.699 20.4712 14.6168 20.6697C14.4392 21.0985 14.0985 21.4392 13.6697 21.6168C13.4712 21.699 13.2759 21.7266 13.0982 21.7387C12.9329 21.75 12.736 21.75 12.5218 21.75L12.4782 21.75C12.264 21.75 12.0671 21.75 11.9018 21.7387C11.7241 21.7266 11.5288 21.699 11.3303 21.6168C10.9015 21.4392 10.5608 21.0985 10.3832 20.6697C10.301 20.4712 10.2734 20.2759 10.2613 20.0982C10.25 19.9329 10.25 19.736 10.25 19.5218L10.25 18.4782C10.25 18.264 10.25 18.0671 10.2613 17.9018C10.2734 17.7241 10.301 17.5288 10.3832 17.3303C10.5608 16.9015 10.9015 16.5608 11.3303 16.3832C11.5288 16.301 11.7241 16.2734 11.9018 16.2613C12.0671 16.25 12.264 16.25 12.4782 16.25C12.4855 16.25 12.4927 16.25 12.5 16.25C12.5073 16.25 12.5145 16.25 12.5218 16.25C12.736 16.25 12.9329 16.25 13.0982 16.2613C13.2759 16.2734 13.4712 16.301 13.6697 16.3832C14.0985 16.5608 14.4392 16.9015 14.6168 17.3303C14.699 17.5288 14.7266 17.7241 14.7387 17.9018C14.75 18.0671 14.75 18.264 14.75 18.4782Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.75 10.9782C11.75 10.9855 11.75 10.9927 11.75 11L11.75 12.0218C11.75 12.236 11.75 12.4329 11.7387 12.5982C11.7266 12.7759 11.699 12.9712 11.6168 13.1697C11.4392 13.5985 11.0985 13.9392 10.6697 14.1168C10.4712 14.199 10.2759 14.2266 10.0982 14.2387C9.93288 14.25 9.73603 14.25 9.52176 14.25L9.47824 14.25C9.26396 14.25 9.06711 14.25 8.90179 14.2387C8.72415 14.2266 8.52881 14.199 8.3303 14.1168C7.9015 13.9392 7.56082 13.5985 7.38321 13.1697C7.30099 12.9712 7.27337 12.7759 7.26125 12.5982C7.24997 12.4329 7.24998 12.236 7.25 12.0218L7.25 10.9782C7.24998 10.764 7.24997 10.5671 7.26125 10.4018C7.27337 10.2241 7.30099 10.0288 7.38321 9.83031C7.56082 9.40151 7.9015 9.06083 8.3303 8.88321C8.52881 8.80099 8.72415 8.77338 8.90179 8.76126C9.06712 8.74998 9.26396 8.74999 9.47824 8.75C9.48547 8.75 9.49273 8.75 9.5 8.75C9.50727 8.75 9.51452 8.75 9.52175 8.75C9.73603 8.74999 9.93288 8.74998 10.0982 8.76126C10.2759 8.77338 10.4712 8.80099 10.6697 8.88321C11.0985 9.06083 11.4392 9.40151 11.6168 9.83031C11.699 10.0288 11.7266 10.2241 11.7387 10.4018C11.75 10.5671 11.75 10.764 11.75 10.9782Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-preference-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 10C4.55228 10 5 10.4477 5 11L5 21C5 21.5523 4.55229 22 4 22C3.44772 22 3 21.5523 3 21L3 11C3 10.4477 3.44772 10 4 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 12C19.5523 12 20 12.4477 20 13L20 21C20 21.5523 19.5523 22 19 22C18.4477 22 18 21.5523 18 21L18 13C18 12.4477 18.4477 12 19 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 2C19.5523 2 20 2.44772 20 3L20 7C20 7.55228 19.5523 8 19 8C18.4477 8 18 7.55228 18 7L18 3C18 2.44772 18.4477 2 19 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 2C12.0523 2 12.5 2.44772 12.5 3L12.5 13C12.5 13.5523 12.0523 14 11.5 14C10.9477 14 10.5 13.5523 10.5 13L10.5 3C10.5 2.44772 10.9477 2 11.5 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 2C4.55228 2 5 2.44772 5 3L5 5C5 5.55228 4.55229 6 4 6C3.44772 6 3 5.55228 3 5L3 3C3 2.44772 3.44772 2 4 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 18C12.0523 18 12.5 18.4477 12.5 19L12.5 21C12.5 21.5523 12.0523 22 11.5 22C10.9477 22 10.5 21.5523 10.5 21L10.5 19C10.5 18.4477 10.9477 18 11.5 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.47825 7.25C3.48548 7.25 3.49273 7.25 3.5 7.25L4.52176 7.25C4.73604 7.24999 4.93288 7.24998 5.09821 7.26126C5.27585 7.27338 5.47119 7.30099 5.6697 7.38321C6.0985 7.56083 6.43918 7.90151 6.61679 8.33031C6.69901 8.52881 6.72663 8.72415 6.73875 8.90179C6.75003 9.06712 6.75002 9.26396 6.75 9.47824V9.52176C6.75002 9.73604 6.75003 9.93289 6.73875 10.0982C6.72663 10.2759 6.69901 10.4712 6.61679 10.6697C6.43918 11.0985 6.0985 11.4392 5.6697 11.6168C5.47119 11.699 5.27585 11.7266 5.09821 11.7387C4.93289 11.75 4.73604 11.75 4.52176 11.75H3.47824C3.26396 11.75 3.06712 11.75 2.90179 11.7387C2.72415 11.7266 2.52881 11.699 2.33031 11.6168C1.90151 11.4392 1.56083 11.0985 1.38321 10.6697C1.30099 10.4712 1.27338 10.2759 1.26126 10.0982C1.24998 9.93288 1.24999 9.73604 1.25 9.52176C1.25 9.51453 1.25 9.50727 1.25 9.5C1.25 9.49273 1.25 9.48548 1.25 9.47825C1.24999 9.26397 1.24998 9.06712 1.26126 8.90179C1.27338 8.72415 1.30099 8.52881 1.38321 8.33031C1.56083 7.90151 1.90151 7.56083 2.33031 7.38321C2.52881 7.30099 2.72415 7.27338 2.90179 7.26126C3.06712 7.24998 3.26397 7.24999 3.47825 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.4782 9.25C18.4855 9.25 18.4927 9.25 18.5 9.25L19.5218 9.25C19.736 9.24999 19.9329 9.24998 20.0982 9.26126C20.2759 9.27338 20.4712 9.30099 20.6697 9.38321C21.0985 9.56083 21.4392 9.90151 21.6168 10.3303C21.699 10.5288 21.7266 10.7241 21.7387 10.9018C21.75 11.0671 21.75 11.264 21.75 11.4782V11.5218C21.75 11.736 21.75 11.9329 21.7387 12.0982C21.7266 12.2759 21.699 12.4712 21.6168 12.6697C21.4392 13.0985 21.0985 13.4392 20.6697 13.6168C20.4712 13.699 20.2759 13.7266 20.0982 13.7387C19.9329 13.75 19.736 13.75 19.5218 13.75H18.4782C18.264 13.75 18.0671 13.75 17.9018 13.7387C17.7241 13.7266 17.5288 13.699 17.3303 13.6168C16.9015 13.4392 16.5608 13.0985 16.3832 12.6697C16.301 12.4712 16.2734 12.2759 16.2613 12.0982C16.25 11.9329 16.25 11.736 16.25 11.5218C16.25 11.5145 16.25 11.5073 16.25 11.5C16.25 11.4927 16.25 11.4855 16.25 11.4782C16.25 11.264 16.25 11.0671 16.2613 10.9018C16.2734 10.7241 16.301 10.5288 16.3832 10.3303C16.5608 9.90151 16.9015 9.56083 17.3303 9.38321C17.5288 9.30099 17.7241 9.27338 17.9018 9.26126C18.0671 9.24998 18.264 9.24999 18.4782 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9782 12.25C10.9855 12.25 10.9927 12.25 11 12.25L12.0218 12.25C12.236 12.25 12.4329 12.25 12.5982 12.2613C12.7759 12.2734 12.9712 12.301 13.1697 12.3832C13.5985 12.5608 13.9392 12.9015 14.1168 13.3303C14.199 13.5288 14.2266 13.7241 14.2387 13.9018C14.25 14.0671 14.25 14.264 14.25 14.4782V14.5218C14.25 14.736 14.25 14.9329 14.2387 15.0982C14.2266 15.2759 14.199 15.4712 14.1168 15.6697C13.9392 16.0985 13.5985 16.4392 13.1697 16.6168C12.9712 16.699 12.7759 16.7266 12.5982 16.7387C12.4329 16.75 12.236 16.75 12.0218 16.75H10.9782C10.764 16.75 10.5671 16.75 10.4018 16.7387C10.2241 16.7266 10.0288 16.699 9.83031 16.6168C9.40151 16.4392 9.06083 16.0985 8.88321 15.6697C8.80099 15.4712 8.77338 15.2759 8.76126 15.0982C8.74998 14.9329 8.74999 14.736 8.75 14.5218C8.75 14.5145 8.75 14.5073 8.75 14.5C8.75 14.4927 8.75 14.4855 8.75 14.4782C8.74999 14.264 8.74998 14.0671 8.76126 13.9018C8.77338 13.7241 8.80099 13.5288 8.88321 13.3303C9.06083 12.9015 9.40151 12.5608 9.83031 12.3832C10.0288 12.301 10.2241 12.2734 10.4018 12.2613C10.5671 12.25 10.764 12.25 10.9782 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 10C4.55228 10 5 10.4477 5 11L5 21C5 21.5523 4.55229 22 4 22C3.44772 22 3 21.5523 3 21L3 11C3 10.4477 3.44772 10 4 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 12C19.5523 12 20 12.4477 20 13L20 21C20 21.5523 19.5523 22 19 22C18.4477 22 18 21.5523 18 21L18 13C18 12.4477 18.4477 12 19 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 2C19.5523 2 20 2.44772 20 3L20 7C20 7.55228 19.5523 8 19 8C18.4477 8 18 7.55228 18 7L18 3C18 2.44772 18.4477 2 19 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 2C12.0523 2 12.5 2.44772 12.5 3L12.5 13C12.5 13.5523 12.0523 14 11.5 14C10.9477 14 10.5 13.5523 10.5 13L10.5 3C10.5 2.44772 10.9477 2 11.5 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 2C4.55228 2 5 2.44772 5 3L5 5C5 5.55228 4.55229 6 4 6C3.44772 6 3 5.55228 3 5L3 3C3 2.44772 3.44772 2 4 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 18C12.0523 18 12.5 18.4477 12.5 19L12.5 21C12.5 21.5523 12.0523 22 11.5 22C10.9477 22 10.5 21.5523 10.5 21L10.5 19C10.5 18.4477 10.9477 18 11.5 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.47825 7.25C3.48548 7.25 3.49273 7.25 3.5 7.25L4.52176 7.25C4.73604 7.24999 4.93288 7.24998 5.09821 7.26126C5.27585 7.27338 5.47119 7.30099 5.6697 7.38321C6.0985 7.56083 6.43918 7.90151 6.61679 8.33031C6.69901 8.52881 6.72663 8.72415 6.73875 8.90179C6.75003 9.06712 6.75002 9.26396 6.75 9.47824V9.52176C6.75002 9.73604 6.75003 9.93289 6.73875 10.0982C6.72663 10.2759 6.69901 10.4712 6.61679 10.6697C6.43918 11.0985 6.0985 11.4392 5.6697 11.6168C5.47119 11.699 5.27585 11.7266 5.09821 11.7387C4.93289 11.75 4.73604 11.75 4.52176 11.75H3.47824C3.26396 11.75 3.06712 11.75 2.90179 11.7387C2.72415 11.7266 2.52881 11.699 2.33031 11.6168C1.90151 11.4392 1.56083 11.0985 1.38321 10.6697C1.30099 10.4712 1.27338 10.2759 1.26126 10.0982C1.24998 9.93288 1.24999 9.73604 1.25 9.52176C1.25 9.51453 1.25 9.50727 1.25 9.5C1.25 9.49273 1.25 9.48548 1.25 9.47825C1.24999 9.26397 1.24998 9.06712 1.26126 8.90179C1.27338 8.72415 1.30099 8.52881 1.38321 8.33031C1.56083 7.90151 1.90151 7.56083 2.33031 7.38321C2.52881 7.30099 2.72415 7.27338 2.90179 7.26126C3.06712 7.24998 3.26397 7.24999 3.47825 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.4782 9.25C18.4855 9.25 18.4927 9.25 18.5 9.25L19.5218 9.25C19.736 9.24999 19.9329 9.24998 20.0982 9.26126C20.2759 9.27338 20.4712 9.30099 20.6697 9.38321C21.0985 9.56083 21.4392 9.90151 21.6168 10.3303C21.699 10.5288 21.7266 10.7241 21.7387 10.9018C21.75 11.0671 21.75 11.264 21.75 11.4782V11.5218C21.75 11.736 21.75 11.9329 21.7387 12.0982C21.7266 12.2759 21.699 12.4712 21.6168 12.6697C21.4392 13.0985 21.0985 13.4392 20.6697 13.6168C20.4712 13.699 20.2759 13.7266 20.0982 13.7387C19.9329 13.75 19.736 13.75 19.5218 13.75H18.4782C18.264 13.75 18.0671 13.75 17.9018 13.7387C17.7241 13.7266 17.5288 13.699 17.3303 13.6168C16.9015 13.4392 16.5608 13.0985 16.3832 12.6697C16.301 12.4712 16.2734 12.2759 16.2613 12.0982C16.25 11.9329 16.25 11.736 16.25 11.5218C16.25 11.5145 16.25 11.5073 16.25 11.5C16.25 11.4927 16.25 11.4855 16.25 11.4782C16.25 11.264 16.25 11.0671 16.2613 10.9018C16.2734 10.7241 16.301 10.5288 16.3832 10.3303C16.5608 9.90151 16.9015 9.56083 17.3303 9.38321C17.5288 9.30099 17.7241 9.27338 17.9018 9.26126C18.0671 9.24998 18.264 9.24999 18.4782 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9782 12.25C10.9855 12.25 10.9927 12.25 11 12.25L12.0218 12.25C12.236 12.25 12.4329 12.25 12.5982 12.2613C12.7759 12.2734 12.9712 12.301 13.1697 12.3832C13.5985 12.5608 13.9392 12.9015 14.1168 13.3303C14.199 13.5288 14.2266 13.7241 14.2387 13.9018C14.25 14.0671 14.25 14.264 14.25 14.4782V14.5218C14.25 14.736 14.25 14.9329 14.2387 15.0982C14.2266 15.2759 14.199 15.4712 14.1168 15.6697C13.9392 16.0985 13.5985 16.4392 13.1697 16.6168C12.9712 16.699 12.7759 16.7266 12.5982 16.7387C12.4329 16.75 12.236 16.75 12.0218 16.75H10.9782C10.764 16.75 10.5671 16.75 10.4018 16.7387C10.2241 16.7266 10.0288 16.699 9.83031 16.6168C9.40151 16.4392 9.06083 16.0985 8.88321 15.6697C8.80099 15.4712 8.77338 15.2759 8.76126 15.0982C8.74998 14.9329 8.74999 14.736 8.75 14.5218C8.75 14.5145 8.75 14.5073 8.75 14.5C8.75 14.4927 8.75 14.4855 8.75 14.4782C8.74999 14.264 8.74998 14.0671 8.76126 13.9018C8.77338 13.7241 8.80099 13.5288 8.88321 13.3303C9.06083 12.9015 9.40151 12.5608 9.83031 12.3832C10.0288 12.301 10.2241 12.2734 10.4018 12.2613C10.5671 12.25 10.764 12.25 10.9782 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-sort-by-down-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.46915 2.25H6.53085C7.11718 2.24999 7.60234 2.24998 7.99782 2.28229C8.40897 2.31589 8.78878 2.38811 9.1461 2.57017C9.69882 2.8518 10.1482 3.30118 10.4298 3.8539C10.6119 4.21122 10.6841 4.59103 10.7177 5.00218C10.75 5.39766 10.75 5.88283 10.75 6.46916V6.53084C10.75 7.11717 10.75 7.60234 10.7177 7.99782C10.6841 8.40897 10.6119 8.78878 10.4298 9.1461C10.1482 9.69882 9.69882 10.1482 9.1461 10.4298C8.78878 10.6119 8.40897 10.6841 7.99782 10.7177C7.60234 10.75 7.11717 10.75 6.53084 10.75H6.46916C5.88283 10.75 5.39766 10.75 5.00218 10.7177C4.59103 10.6841 4.21122 10.6119 3.8539 10.4298C3.30118 10.1482 2.8518 9.69882 2.57017 9.1461C2.38811 8.78878 2.31589 8.40897 2.28229 7.99782C2.24998 7.60234 2.24999 7.11718 2.25 6.53085V6.46915C2.24999 5.88282 2.24998 5.39766 2.28229 5.00218C2.31589 4.59103 2.38811 4.21122 2.57017 3.8539C2.8518 3.30118 3.30118 2.8518 3.8539 2.57017C4.21122 2.38811 4.59103 2.31589 5.00218 2.28229C5.39766 2.24998 5.88282 2.24999 6.46915 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.46915 13.25H6.53085C7.11718 13.25 7.60234 13.25 7.99782 13.2823C8.40897 13.3159 8.78878 13.3881 9.1461 13.5702C9.69882 13.8518 10.1482 14.3012 10.4298 14.8539C10.6119 15.2112 10.6841 15.591 10.7177 16.0022C10.75 16.3977 10.75 16.8828 10.75 17.4692V17.5308C10.75 18.1172 10.75 18.6023 10.7177 18.9978C10.6841 19.409 10.6119 19.7888 10.4298 20.1461C10.1482 20.6988 9.69882 21.1482 9.1461 21.4298C8.78878 21.6119 8.40897 21.6841 7.99782 21.7177C7.60234 21.75 7.11717 21.75 6.53084 21.75H6.46916C5.88283 21.75 5.39766 21.75 5.00218 21.7177C4.59103 21.6841 4.21122 21.6119 3.8539 21.4298C3.30118 21.1482 2.8518 20.6988 2.57017 20.1461C2.38811 19.7888 2.31589 19.409 2.28229 18.9978C2.24998 18.6023 2.24999 18.1172 2.25 17.5309V17.4692C2.24999 16.8828 2.24998 16.3977 2.28229 16.0022C2.31589 15.591 2.38811 15.2112 2.57017 14.8539C2.8518 14.3012 3.30118 13.8518 3.8539 13.5702C4.21122 13.3881 4.59103 13.3159 5.00218 13.2823C5.39766 13.25 5.88282 13.25 6.46915 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 15.4997V14.5377C17 12.2141 16.9791 11.3578 16.6425 10.616C16.306 9.87422 15.6753 9.29463 13.9266 7.76451L13.3415 7.25259C12.9259 6.88891 12.8838 6.25715 13.2474 5.84151C13.6111 5.42587 14.2429 5.38376 14.6585 5.74744L15.4123 6.40689C16.9301 7.73405 17.9264 8.60522 18.4638 9.78956C19.0012 10.9739 19.0008 12.2974 19.0001 14.3136L19 15.4997L19.5885 15.4997C19.7641 15.4996 19.9798 15.4994 20.1562 15.5215L20.1596 15.5219C20.286 15.5377 20.8621 15.6095 21.1364 16.1751C21.4114 16.7419 21.1095 17.2421 21.0441 17.3503L20.705 17.8188C20.4104 18.1946 20.0047 18.7091 19.6242 19.1001C19.4344 19.2952 19.2171 19.4964 18.9862 19.6553C18.781 19.7965 18.4308 19.9997 18.0001 19.9997C17.5694 19.9997 17.2193 19.7965 17.014 19.6553C16.7831 19.4964 16.5658 19.2952 16.376 19.1001C15.9956 18.7091 15.5899 18.1946 15.2952 17.8188L14.9561 17.3503C14.8908 17.2421 14.5888 16.7419 14.8638 16.1751C15.1382 15.6095 15.7142 15.5377 15.8406 15.5219L15.844 15.5215C16.0204 15.4994 16.2361 15.4996 16.4117 15.4997L17 15.4997Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.46915 2.25H6.53085C7.11718 2.24999 7.60234 2.24998 7.99782 2.28229C8.40897 2.31589 8.78878 2.38811 9.1461 2.57017C9.69882 2.8518 10.1482 3.30118 10.4298 3.8539C10.6119 4.21122 10.6841 4.59103 10.7177 5.00218C10.75 5.39766 10.75 5.88283 10.75 6.46916V6.53084C10.75 7.11717 10.75 7.60234 10.7177 7.99782C10.6841 8.40897 10.6119 8.78878 10.4298 9.1461C10.1482 9.69882 9.69882 10.1482 9.1461 10.4298C8.78878 10.6119 8.40897 10.6841 7.99782 10.7177C7.60234 10.75 7.11717 10.75 6.53084 10.75H6.46916C5.88283 10.75 5.39766 10.75 5.00218 10.7177C4.59103 10.6841 4.21122 10.6119 3.8539 10.4298C3.30118 10.1482 2.8518 9.69882 2.57017 9.1461C2.38811 8.78878 2.31589 8.40897 2.28229 7.99782C2.24998 7.60234 2.24999 7.11718 2.25 6.53085V6.46915C2.24999 5.88282 2.24998 5.39766 2.28229 5.00218C2.31589 4.59103 2.38811 4.21122 2.57017 3.8539C2.8518 3.30118 3.30118 2.8518 3.8539 2.57017C4.21122 2.38811 4.59103 2.31589 5.00218 2.28229C5.39766 2.24998 5.88282 2.24999 6.46915 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.46915 13.25H6.53085C7.11718 13.25 7.60234 13.25 7.99782 13.2823C8.40897 13.3159 8.78878 13.3881 9.1461 13.5702C9.69882 13.8518 10.1482 14.3012 10.4298 14.8539C10.6119 15.2112 10.6841 15.591 10.7177 16.0022C10.75 16.3977 10.75 16.8828 10.75 17.4692V17.5308C10.75 18.1172 10.75 18.6023 10.7177 18.9978C10.6841 19.409 10.6119 19.7888 10.4298 20.1461C10.1482 20.6988 9.69882 21.1482 9.1461 21.4298C8.78878 21.6119 8.40897 21.6841 7.99782 21.7177C7.60234 21.75 7.11717 21.75 6.53084 21.75H6.46916C5.88283 21.75 5.39766 21.75 5.00218 21.7177C4.59103 21.6841 4.21122 21.6119 3.8539 21.4298C3.30118 21.1482 2.8518 20.6988 2.57017 20.1461C2.38811 19.7888 2.31589 19.409 2.28229 18.9978C2.24998 18.6023 2.24999 18.1172 2.25 17.5309V17.4692C2.24999 16.8828 2.24998 16.3977 2.28229 16.0022C2.31589 15.591 2.38811 15.2112 2.57017 14.8539C2.8518 14.3012 3.30118 13.8518 3.8539 13.5702C4.21122 13.3881 4.59103 13.3159 5.00218 13.2823C5.39766 13.25 5.88282 13.25 6.46915 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 15.4997V14.5377C17 12.2141 16.9791 11.3578 16.6425 10.616C16.306 9.87422 15.6753 9.29463 13.9266 7.76451L13.3415 7.25259C12.9259 6.88891 12.8838 6.25715 13.2474 5.84151C13.6111 5.42587 14.2429 5.38376 14.6585 5.74744L15.4123 6.40689C16.9301 7.73405 17.9264 8.60522 18.4638 9.78956C19.0012 10.9739 19.0008 12.2974 19.0001 14.3136L19 15.4997L19.5885 15.4997C19.7641 15.4996 19.9798 15.4994 20.1562 15.5215L20.1596 15.5219C20.286 15.5377 20.8621 15.6095 21.1364 16.1751C21.4114 16.7419 21.1095 17.2421 21.0441 17.3503L20.705 17.8188C20.4104 18.1946 20.0047 18.7091 19.6242 19.1001C19.4344 19.2952 19.2171 19.4964 18.9862 19.6553C18.781 19.7965 18.4308 19.9997 18.0001 19.9997C17.5694 19.9997 17.2193 19.7965 17.014 19.6553C16.7831 19.4964 16.5658 19.2952 16.376 19.1001C15.9956 18.7091 15.5899 18.1946 15.2952 17.8188L14.9561 17.3503C14.8908 17.2421 14.5888 16.7419 14.8638 16.1751C15.1382 15.6095 15.7142 15.5377 15.8406 15.5219L15.844 15.5215C16.0204 15.4994 16.2361 15.4996 16.4117 15.4997L17 15.4997Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-sort-by-down-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.99999 9C2 8.44772 2.44772 8 3 8.00001L14 8.00009C14.5523 8.00009 15 8.44781 15 9.00009C15 9.55238 14.5523 10.0001 14 10.0001L2.99999 10C2.4477 10 1.99999 9.55228 1.99999 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H10C10.5523 14 11 14.4477 11 15C11 15.5523 10.5523 16 10 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H19C19.5523 2 20 2.44772 20 3C20 3.55228 19.5523 4 19 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5939 17.5218C16.7703 17.4997 16.986 17.4999 17.1616 17.5L17.75 17.5V8.99996C17.75 8.44768 18.1977 7.99996 18.75 7.99996C19.3023 7.99996 19.75 8.44768 19.75 8.99996V17.5L20.3384 17.5C20.514 17.4999 20.7297 17.4997 20.9061 17.5218L20.9095 17.5222C21.0359 17.538 21.612 17.6098 21.8863 18.1754C22.1613 18.7422 21.8593 19.2424 21.794 19.3506L21.4549 19.8191C21.1602 20.1949 20.7546 20.7093 20.3741 21.1003C20.1843 21.2954 19.967 21.4967 19.7361 21.6555C19.5309 21.7967 19.1807 22 18.75 22C18.3193 22 17.9691 21.7967 17.7639 21.6555C17.533 21.4967 17.3157 21.2954 17.1259 21.1003C16.7454 20.7093 16.3397 20.1949 16.0451 19.819L15.706 19.3506C15.6407 19.2424 15.3387 18.7422 15.6137 18.1754C15.888 17.6098 16.4641 17.538 16.5905 17.5222L16.5939 17.5218Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.99999 9C2 8.44772 2.44772 8 3 8.00001L14 8.00009C14.5523 8.00009 15 8.44781 15 9.00009C15 9.55238 14.5523 10.0001 14 10.0001L2.99999 10C2.4477 10 1.99999 9.55228 1.99999 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 15C2 14.4477 2.44772 14 3 14H10C10.5523 14 11 14.4477 11 15C11 15.5523 10.5523 16 10 16H3C2.44772 16 2 15.5523 2 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H19C19.5523 2 20 2.44772 20 3C20 3.55228 19.5523 4 19 4H3C2.44772 4 2 3.55228 2 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5939 17.5218C16.7703 17.4997 16.986 17.4999 17.1616 17.5L17.75 17.5V8.99996C17.75 8.44768 18.1977 7.99996 18.75 7.99996C19.3023 7.99996 19.75 8.44768 19.75 8.99996V17.5L20.3384 17.5C20.514 17.4999 20.7297 17.4997 20.9061 17.5218L20.9095 17.5222C21.0359 17.538 21.612 17.6098 21.8863 18.1754C22.1613 18.7422 21.8593 19.2424 21.794 19.3506L21.4549 19.8191C21.1602 20.1949 20.7546 20.7093 20.3741 21.1003C20.1843 21.2954 19.967 21.4967 19.7361 21.6555C19.5309 21.7967 19.1807 22 18.75 22C18.3193 22 17.9691 21.7967 17.7639 21.6555C17.533 21.4967 17.3157 21.2954 17.1259 21.1003C16.7454 20.7093 16.3397 20.1949 16.0451 19.819L15.706 19.3506C15.6407 19.2424 15.3387 18.7422 15.6137 18.1754C15.888 17.6098 16.4641 17.538 16.5905 17.5222L16.5939 17.5218Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-sort-by-up-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 8.5V9.46204C17 11.7857 16.9791 12.642 16.6425 13.3837C16.306 14.1255 15.6753 14.7051 13.9266 16.2352L13.3415 16.7471C12.9259 17.1108 12.8838 17.7426 13.2474 18.1582C13.6111 18.5739 14.2429 18.616 14.6585 18.2523L15.4123 17.5928C16.9301 16.2657 17.9264 15.3945 18.4638 14.2102C19.0012 13.0258 19.0008 11.7024 19.0001 9.68615L19 8.5L19.5885 8.50002C19.7641 8.50014 19.9798 8.5003 20.1562 8.47823L20.1596 8.47781C20.286 8.46204 20.8621 8.39021 21.1364 7.82461C21.4114 7.25779 21.1095 6.75765 21.0441 6.64944L20.705 6.18095C20.4104 5.80512 20.0047 5.29067 19.6242 4.89966C19.4344 4.70455 19.2171 4.50331 18.9862 4.34447C18.781 4.20326 18.4308 4 18.0001 4C17.5694 4 17.2193 4.20326 17.014 4.34447C16.7831 4.50331 16.5658 4.70455 16.376 4.89966C15.9956 5.29067 15.5899 5.80513 15.2952 6.18095L14.9561 6.64944C14.8908 6.75765 14.5888 7.25779 14.8638 7.82461C15.1382 8.39021 15.7142 8.46204 15.8406 8.47781L15.844 8.47823C16.0204 8.5003 16.2361 8.50014 16.4117 8.50002L17 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.46915 2.25H6.53085C7.11718 2.24999 7.60234 2.24998 7.99782 2.28229C8.40897 2.31589 8.78878 2.38811 9.1461 2.57017C9.69882 2.8518 10.1482 3.30118 10.4298 3.8539C10.6119 4.21122 10.6841 4.59103 10.7177 5.00218C10.75 5.39766 10.75 5.88283 10.75 6.46916V6.53084C10.75 7.11717 10.75 7.60234 10.7177 7.99782C10.6841 8.40897 10.6119 8.78878 10.4298 9.1461C10.1482 9.69882 9.69882 10.1482 9.1461 10.4298C8.78878 10.6119 8.40897 10.6841 7.99782 10.7177C7.60234 10.75 7.11717 10.75 6.53084 10.75H6.46916C5.88283 10.75 5.39766 10.75 5.00218 10.7177C4.59103 10.6841 4.21122 10.6119 3.8539 10.4298C3.30118 10.1482 2.8518 9.69882 2.57017 9.1461C2.38811 8.78878 2.31589 8.40897 2.28229 7.99782C2.24998 7.60234 2.24999 7.11718 2.25 6.53085V6.46915C2.24999 5.88282 2.24998 5.39766 2.28229 5.00218C2.31589 4.59103 2.38811 4.21122 2.57017 3.8539C2.8518 3.30118 3.30118 2.8518 3.8539 2.57017C4.21122 2.38811 4.59103 2.31589 5.00218 2.28229C5.39766 2.24998 5.88282 2.24999 6.46915 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.46915 13.25H6.53085C7.11718 13.25 7.60234 13.25 7.99782 13.2823C8.40897 13.3159 8.78878 13.3881 9.1461 13.5702C9.69882 13.8518 10.1482 14.3012 10.4298 14.8539C10.6119 15.2112 10.6841 15.591 10.7177 16.0022C10.75 16.3977 10.75 16.8828 10.75 17.4692V17.5308C10.75 18.1172 10.75 18.6023 10.7177 18.9978C10.6841 19.409 10.6119 19.7888 10.4298 20.1461C10.1482 20.6988 9.69882 21.1482 9.1461 21.4298C8.78878 21.6119 8.40897 21.6841 7.99782 21.7177C7.60234 21.75 7.11717 21.75 6.53084 21.75H6.46916C5.88283 21.75 5.39766 21.75 5.00218 21.7177C4.59103 21.6841 4.21122 21.6119 3.8539 21.4298C3.30118 21.1482 2.8518 20.6988 2.57017 20.1461C2.38811 19.7888 2.31589 19.409 2.28229 18.9978C2.24998 18.6023 2.24999 18.1172 2.25 17.5309V17.4692C2.24999 16.8828 2.24998 16.3977 2.28229 16.0022C2.31589 15.591 2.38811 15.2112 2.57017 14.8539C2.8518 14.3012 3.30118 13.8518 3.8539 13.5702C4.21122 13.3881 4.59103 13.3159 5.00218 13.2823C5.39766 13.25 5.88282 13.25 6.46915 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 8.5V9.46204C17 11.7857 16.9791 12.642 16.6425 13.3837C16.306 14.1255 15.6753 14.7051 13.9266 16.2352L13.3415 16.7471C12.9259 17.1108 12.8838 17.7426 13.2474 18.1582C13.6111 18.5739 14.2429 18.616 14.6585 18.2523L15.4123 17.5928C16.9301 16.2657 17.9264 15.3945 18.4638 14.2102C19.0012 13.0258 19.0008 11.7024 19.0001 9.68615L19 8.5L19.5885 8.50002C19.7641 8.50014 19.9798 8.5003 20.1562 8.47823L20.1596 8.47781C20.286 8.46204 20.8621 8.39021 21.1364 7.82461C21.4114 7.25779 21.1095 6.75765 21.0441 6.64944L20.705 6.18095C20.4104 5.80512 20.0047 5.29067 19.6242 4.89966C19.4344 4.70455 19.2171 4.50331 18.9862 4.34447C18.781 4.20326 18.4308 4 18.0001 4C17.5694 4 17.2193 4.20326 17.014 4.34447C16.7831 4.50331 16.5658 4.70455 16.376 4.89966C15.9956 5.29067 15.5899 5.80513 15.2952 6.18095L14.9561 6.64944C14.8908 6.75765 14.5888 7.25779 14.8638 7.82461C15.1382 8.39021 15.7142 8.46204 15.8406 8.47781L15.844 8.47823C16.0204 8.5003 16.2361 8.50014 16.4117 8.50002L17 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.46915 2.25H6.53085C7.11718 2.24999 7.60234 2.24998 7.99782 2.28229C8.40897 2.31589 8.78878 2.38811 9.1461 2.57017C9.69882 2.8518 10.1482 3.30118 10.4298 3.8539C10.6119 4.21122 10.6841 4.59103 10.7177 5.00218C10.75 5.39766 10.75 5.88283 10.75 6.46916V6.53084C10.75 7.11717 10.75 7.60234 10.7177 7.99782C10.6841 8.40897 10.6119 8.78878 10.4298 9.1461C10.1482 9.69882 9.69882 10.1482 9.1461 10.4298C8.78878 10.6119 8.40897 10.6841 7.99782 10.7177C7.60234 10.75 7.11717 10.75 6.53084 10.75H6.46916C5.88283 10.75 5.39766 10.75 5.00218 10.7177C4.59103 10.6841 4.21122 10.6119 3.8539 10.4298C3.30118 10.1482 2.8518 9.69882 2.57017 9.1461C2.38811 8.78878 2.31589 8.40897 2.28229 7.99782C2.24998 7.60234 2.24999 7.11718 2.25 6.53085V6.46915C2.24999 5.88282 2.24998 5.39766 2.28229 5.00218C2.31589 4.59103 2.38811 4.21122 2.57017 3.8539C2.8518 3.30118 3.30118 2.8518 3.8539 2.57017C4.21122 2.38811 4.59103 2.31589 5.00218 2.28229C5.39766 2.24998 5.88282 2.24999 6.46915 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.46915 13.25H6.53085C7.11718 13.25 7.60234 13.25 7.99782 13.2823C8.40897 13.3159 8.78878 13.3881 9.1461 13.5702C9.69882 13.8518 10.1482 14.3012 10.4298 14.8539C10.6119 15.2112 10.6841 15.591 10.7177 16.0022C10.75 16.3977 10.75 16.8828 10.75 17.4692V17.5308C10.75 18.1172 10.75 18.6023 10.7177 18.9978C10.6841 19.409 10.6119 19.7888 10.4298 20.1461C10.1482 20.6988 9.69882 21.1482 9.1461 21.4298C8.78878 21.6119 8.40897 21.6841 7.99782 21.7177C7.60234 21.75 7.11717 21.75 6.53084 21.75H6.46916C5.88283 21.75 5.39766 21.75 5.00218 21.7177C4.59103 21.6841 4.21122 21.6119 3.8539 21.4298C3.30118 21.1482 2.8518 20.6988 2.57017 20.1461C2.38811 19.7888 2.31589 19.409 2.28229 18.9978C2.24998 18.6023 2.24999 18.1172 2.25 17.5309V17.4692C2.24999 16.8828 2.24998 16.3977 2.28229 16.0022C2.31589 15.591 2.38811 15.2112 2.57017 14.8539C2.8518 14.3012 3.30118 13.8518 3.8539 13.5702C4.21122 13.3881 4.59103 13.3159 5.00218 13.2823C5.39766 13.25 5.88282 13.25 6.46915 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-sort-by-up-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.99999 15C2 15.5523 2.44772 16 3 16L14 15.9999C14.5523 15.9999 15 15.5522 15 14.9999C15 14.4476 14.5523 13.9999 14 13.9999L2.99999 14C2.4477 14 1.99999 14.4477 1.99999 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 9C2 9.55228 2.44772 10 3 10H10C10.5523 10 11 9.55228 11 9C11 8.44772 10.5523 8 10 8H3C2.44772 8 2 8.44772 2 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 21.5523 2.44772 22 3 22H19C19.5523 22 20 21.5523 20 21C20 20.4477 19.5523 20 19 20H3C2.44772 20 2 20.4477 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5939 6.47823C16.7703 6.5003 16.986 6.50014 17.1616 6.50002L17.75 6.5V15C17.75 15.5523 18.1977 16 18.75 16C19.3023 16 19.75 15.5523 19.75 15V6.5L20.3384 6.50002C20.514 6.50014 20.7297 6.5003 20.9061 6.47823L20.9095 6.47781C21.0359 6.46204 21.612 6.39021 21.8863 5.82461C22.1613 5.25779 21.8593 4.75765 21.794 4.64944L21.4549 4.18095C21.1602 3.80512 20.7546 3.29067 20.3741 2.89966C20.1843 2.70455 19.967 2.50331 19.7361 2.34447C19.5309 2.20326 19.1807 2 18.75 2C18.3193 2 17.9691 2.20326 17.7639 2.34447C17.533 2.50331 17.3157 2.70455 17.1259 2.89966C16.7454 3.29067 16.3397 3.80513 16.0451 4.18095L15.706 4.64944C15.6407 4.75765 15.3387 5.25779 15.6137 5.82461C15.888 6.39021 16.4641 6.46204 16.5905 6.47781L16.5939 6.47823Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.99999 15C2 15.5523 2.44772 16 3 16L14 15.9999C14.5523 15.9999 15 15.5522 15 14.9999C15 14.4476 14.5523 13.9999 14 13.9999L2.99999 14C2.4477 14 1.99999 14.4477 1.99999 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 9C2 9.55228 2.44772 10 3 10H10C10.5523 10 11 9.55228 11 9C11 8.44772 10.5523 8 10 8H3C2.44772 8 2 8.44772 2 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 21.5523 2.44772 22 3 22H19C19.5523 22 20 21.5523 20 21C20 20.4477 19.5523 20 19 20H3C2.44772 20 2 20.4477 2 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5939 6.47823C16.7703 6.5003 16.986 6.50014 17.1616 6.50002L17.75 6.5V15C17.75 15.5523 18.1977 16 18.75 16C19.3023 16 19.75 15.5523 19.75 15V6.5L20.3384 6.50002C20.514 6.50014 20.7297 6.5003 20.9061 6.47823L20.9095 6.47781C21.0359 6.46204 21.612 6.39021 21.8863 5.82461C22.1613 5.25779 21.8593 4.75765 21.794 4.64944L21.4549 4.18095C21.1602 3.80512 20.7546 3.29067 20.3741 2.89966C20.1843 2.70455 19.967 2.50331 19.7361 2.34447C19.5309 2.20326 19.1807 2 18.75 2C18.3193 2 17.9691 2.20326 17.7639 2.34447C17.533 2.50331 17.3157 2.70455 17.1259 2.89966C16.7454 3.29067 16.3397 3.80513 16.0451 4.18095L15.706 4.64944C15.6407 4.75765 15.3387 5.25779 15.6137 5.82461C15.888 6.39021 16.4641 6.46204 16.5905 6.47781L16.5939 6.47823Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-sorting-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.34387 17.2718C3.52031 17.2497 3.73596 17.2499 3.9116 17.25L4.5 17.25V3C4.5 2.44772 4.94772 2 5.5 2C6.05228 2 6.5 2.44772 6.5 3V17.25L7.0884 17.25C7.26403 17.2499 7.47969 17.2497 7.65613 17.2718L7.65947 17.2722C7.78592 17.288 8.36196 17.3598 8.63632 17.9254C8.91128 18.4922 8.60935 18.9924 8.54403 19.1006L8.20488 19.5691C7.91025 19.9449 7.50455 20.4593 7.12412 20.8503C6.93429 21.0454 6.71703 21.2467 6.48612 21.4055C6.28086 21.5467 5.93067 21.75 5.5 21.75C5.06933 21.75 4.71914 21.5467 4.51388 21.4055C4.28297 21.2467 4.06571 21.0454 3.87588 20.8503C3.49545 20.4593 3.08975 19.9449 2.79511 19.569L2.45597 19.1006C2.39065 18.9924 2.08872 18.4922 2.36368 17.9254C2.63804 17.3598 3.21408 17.288 3.34053 17.2722L3.34387 17.2718Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.99999 8C10 7.44772 10.4477 7 11 7.00001L19 7.00006C19.5523 7.00007 20 7.44779 20 8.00007C20 8.55236 19.5523 9.00007 19 9.00006L11 9.00001C10.4477 9 9.99999 8.55228 9.99999 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 12C10 11.4477 10.4477 11 11 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H11C10.4477 13 10 12.5523 10 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 16C10 15.4477 10.4477 15 11 15H14C14.5523 15 15 15.4477 15 16C15 16.5523 14.5523 17 14 17H11C10.4477 17 10 16.5523 10 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 4C10 3.44772 10.4477 3 11 3H21C21.5523 3 22 3.44772 22 4C22 4.55228 21.5523 5 21 5H11C10.4477 5 10 4.55228 10 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.34387 17.2718C3.52031 17.2497 3.73596 17.2499 3.9116 17.25L4.5 17.25V3C4.5 2.44772 4.94772 2 5.5 2C6.05228 2 6.5 2.44772 6.5 3V17.25L7.0884 17.25C7.26403 17.2499 7.47969 17.2497 7.65613 17.2718L7.65947 17.2722C7.78592 17.288 8.36196 17.3598 8.63632 17.9254C8.91128 18.4922 8.60935 18.9924 8.54403 19.1006L8.20488 19.5691C7.91025 19.9449 7.50455 20.4593 7.12412 20.8503C6.93429 21.0454 6.71703 21.2467 6.48612 21.4055C6.28086 21.5467 5.93067 21.75 5.5 21.75C5.06933 21.75 4.71914 21.5467 4.51388 21.4055C4.28297 21.2467 4.06571 21.0454 3.87588 20.8503C3.49545 20.4593 3.08975 19.9449 2.79511 19.569L2.45597 19.1006C2.39065 18.9924 2.08872 18.4922 2.36368 17.9254C2.63804 17.3598 3.21408 17.288 3.34053 17.2722L3.34387 17.2718Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.99999 8C10 7.44772 10.4477 7 11 7.00001L19 7.00006C19.5523 7.00007 20 7.44779 20 8.00007C20 8.55236 19.5523 9.00007 19 9.00006L11 9.00001C10.4477 9 9.99999 8.55228 9.99999 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 12C10 11.4477 10.4477 11 11 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H11C10.4477 13 10 12.5523 10 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 16C10 15.4477 10.4477 15 11 15H14C14.5523 15 15 15.4477 15 16C15 16.5523 14.5523 17 14 17H11C10.4477 17 10 16.5523 10 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 4C10 3.44772 10.4477 3 11 3H21C21.5523 3 22 3.44772 22 4C22 4.55228 21.5523 5 21 5H11C10.4477 5 10 4.55228 10 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-sorting-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.34387 17.2718C3.52031 17.2497 3.73596 17.2499 3.9116 17.25L4.5 17.25V3C4.5 2.44772 4.94772 2 5.5 2C6.05228 2 6.5 2.44772 6.5 3V17.25L7.0884 17.25C7.26403 17.2499 7.47969 17.2497 7.65613 17.2718L7.65947 17.2722C7.78592 17.288 8.36196 17.3598 8.63632 17.9254C8.91128 18.4922 8.60935 18.9924 8.54403 19.1006L8.20488 19.5691C7.91025 19.9449 7.50455 20.4593 7.12412 20.8503C6.93429 21.0454 6.71703 21.2467 6.48612 21.4055C6.28086 21.5467 5.93067 21.75 5.5 21.75C5.06933 21.75 4.71914 21.5467 4.51388 21.4055C4.28297 21.2467 4.06571 21.0454 3.87588 20.8503C3.49545 20.4593 3.08975 19.9449 2.79511 19.569L2.45597 19.1006C2.39065 18.9924 2.08872 18.4922 2.36368 17.9254C2.63804 17.3598 3.21408 17.288 3.34053 17.2722L3.34387 17.2718Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.99999 12C10 12.5523 10.4477 13 11 13L19 12.9999C19.5523 12.9999 20 12.5522 20 11.9999C20 11.4476 19.5523 10.9999 19 10.9999L11 11C10.4477 11 9.99999 11.4477 9.99999 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 8C10 8.55228 10.4477 9 11 9H16C16.5523 9 17 8.55228 17 8C17 7.44772 16.5523 7 16 7H11C10.4477 7 10 7.44772 10 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 4C10 4.55228 10.4477 5 11 5H14C14.5523 5 15 4.55228 15 4C15 3.44772 14.5523 3 14 3H11C10.4477 3 10 3.44772 10 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 16C10 15.4477 10.4477 15 11 15H21C21.5523 15 22 15.4477 22 16C22 16.5523 21.5523 17 21 17H11C10.4477 17 10 16.5523 10 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.34387 17.2718C3.52031 17.2497 3.73596 17.2499 3.9116 17.25L4.5 17.25V3C4.5 2.44772 4.94772 2 5.5 2C6.05228 2 6.5 2.44772 6.5 3V17.25L7.0884 17.25C7.26403 17.2499 7.47969 17.2497 7.65613 17.2718L7.65947 17.2722C7.78592 17.288 8.36196 17.3598 8.63632 17.9254C8.91128 18.4922 8.60935 18.9924 8.54403 19.1006L8.20488 19.5691C7.91025 19.9449 7.50455 20.4593 7.12412 20.8503C6.93429 21.0454 6.71703 21.2467 6.48612 21.4055C6.28086 21.5467 5.93067 21.75 5.5 21.75C5.06933 21.75 4.71914 21.5467 4.51388 21.4055C4.28297 21.2467 4.06571 21.0454 3.87588 20.8503C3.49545 20.4593 3.08975 19.9449 2.79511 19.569L2.45597 19.1006C2.39065 18.9924 2.08872 18.4922 2.36368 17.9254C2.63804 17.3598 3.21408 17.288 3.34053 17.2722L3.34387 17.2718Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.99999 12C10 12.5523 10.4477 13 11 13L19 12.9999C19.5523 12.9999 20 12.5522 20 11.9999C20 11.4476 19.5523 10.9999 19 10.9999L11 11C10.4477 11 9.99999 11.4477 9.99999 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 8C10 8.55228 10.4477 9 11 9H16C16.5523 9 17 8.55228 17 8C17 7.44772 16.5523 7 16 7H11C10.4477 7 10 7.44772 10 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 4C10 4.55228 10.4477 5 11 5H14C14.5523 5 15 4.55228 15 4C15 3.44772 14.5523 3 14 3H11C10.4477 3 10 3.44772 10 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 16C10 15.4477 10.4477 15 11 15H21C21.5523 15 22 15.4477 22 16C22 16.5523 21.5523 17 21 17H11C10.4477 17 10 16.5523 10 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-sorting-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.34387 17.2718C3.52031 17.2497 3.73596 17.2499 3.9116 17.25L4.5 17.25V3C4.5 2.44772 4.94772 2 5.5 2C6.05228 2 6.5 2.44772 6.5 3V17.25L7.0884 17.25C7.26403 17.2499 7.47969 17.2497 7.65613 17.2718L7.65947 17.2722C7.78592 17.288 8.36196 17.3598 8.63632 17.9254C8.91128 18.4922 8.60935 18.9924 8.54403 19.1006L8.20488 19.5691C7.91025 19.9449 7.50455 20.4593 7.12412 20.8503C6.93429 21.0454 6.71703 21.2467 6.48612 21.4055C6.28086 21.5467 5.93067 21.75 5.5 21.75C5.06933 21.75 4.71914 21.5467 4.51388 21.4055C4.28297 21.2467 4.06571 21.0454 3.87588 20.8503C3.49545 20.4593 3.08975 19.9449 2.79511 19.569L2.45597 19.1006C2.39065 18.9924 2.08872 18.4922 2.36368 17.9254C2.63804 17.3598 3.21408 17.288 3.34053 17.2722L3.34387 17.2718Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 8C10 7.44772 10.4477 7 11 7L20 7C20.5523 7 21 7.44771 21 8C21 8.55228 20.5523 9 20 9L11 9C10.4477 9 10 8.55228 10 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 12C11 11.4477 11.4477 11 12 11L18 11C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13L12 13C11.4477 13 11 12.5523 11 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 16C13 15.4477 13.4477 15 14 15L16 15C16.5523 15 17 15.4477 17 16C17 16.5523 16.5523 17 16 17L14 17C13.4477 17 13 16.5523 13 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 4C9 3.44772 9.44772 3 10 3H21C21.5523 3 22 3.44772 22 4C22 4.55228 21.5523 5 21 5H10C9.44772 5 9 4.55228 9 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.34387 17.2718C3.52031 17.2497 3.73596 17.2499 3.9116 17.25L4.5 17.25V3C4.5 2.44772 4.94772 2 5.5 2C6.05228 2 6.5 2.44772 6.5 3V17.25L7.0884 17.25C7.26403 17.2499 7.47969 17.2497 7.65613 17.2718L7.65947 17.2722C7.78592 17.288 8.36196 17.3598 8.63632 17.9254C8.91128 18.4922 8.60935 18.9924 8.54403 19.1006L8.20488 19.5691C7.91025 19.9449 7.50455 20.4593 7.12412 20.8503C6.93429 21.0454 6.71703 21.2467 6.48612 21.4055C6.28086 21.5467 5.93067 21.75 5.5 21.75C5.06933 21.75 4.71914 21.5467 4.51388 21.4055C4.28297 21.2467 4.06571 21.0454 3.87588 20.8503C3.49545 20.4593 3.08975 19.9449 2.79511 19.569L2.45597 19.1006C2.39065 18.9924 2.08872 18.4922 2.36368 17.9254C2.63804 17.3598 3.21408 17.288 3.34053 17.2722L3.34387 17.2718Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 8C10 7.44772 10.4477 7 11 7L20 7C20.5523 7 21 7.44771 21 8C21 8.55228 20.5523 9 20 9L11 9C10.4477 9 10 8.55228 10 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 12C11 11.4477 11.4477 11 12 11L18 11C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13L12 13C11.4477 13 11 12.5523 11 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 16C13 15.4477 13.4477 15 14 15L16 15C16.5523 15 17 15.4477 17 16C17 16.5523 16.5523 17 16 17L14 17C13.4477 17 13 16.5523 13 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 4C9 3.44772 9.44772 3 10 3H21C21.5523 3 22 3.44772 22 4C22 4.55228 21.5523 5 21 5H10C9.44772 5 9 4.55228 9 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-sorting-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.09387 17.2718C3.27031 17.2497 3.48596 17.2499 3.6616 17.25L4.25 17.25V3C4.25 2.44772 4.69772 2 5.25 2C5.80228 2 6.25 2.44772 6.25 3V17.25L6.8384 17.25C7.01403 17.2499 7.22969 17.2497 7.40613 17.2718L7.40947 17.2722C7.53592 17.288 8.11196 17.3598 8.38632 17.9254C8.66128 18.4922 8.35935 18.9924 8.29403 19.1006L7.95488 19.5691C7.66025 19.9449 7.25455 20.4593 6.87412 20.8503C6.68429 21.0454 6.46703 21.2467 6.23612 21.4055C6.03086 21.5467 5.68067 21.75 5.25 21.75C4.81933 21.75 4.46914 21.5467 4.26388 21.4055C4.03297 21.2467 3.81571 21.0454 3.62588 20.8503C3.24545 20.4593 2.83975 19.9449 2.54511 19.569L2.20597 19.1006C2.14065 18.9924 1.83872 18.4922 2.11368 17.9254C2.38804 17.3598 2.96408 17.288 3.09053 17.2722L3.09387 17.2718Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.99999 8C10 7.44772 10.4477 7 11 7.00001L21 7.00007C21.5523 7.00007 22 7.44779 22 8.00008C22 8.55236 21.5523 9.00007 21 9.00007L11 9.00001C10.4477 9 9.99999 8.55228 9.99999 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 12C10 11.4477 10.4477 11 11 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H11C10.4477 13 10 12.5523 10 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 16C10 15.4477 10.4477 15 11 15H21C21.5523 15 22 15.4477 22 16C22 16.5523 21.5523 17 21 17H11C10.4477 17 10 16.5523 10 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 4C10 3.44772 10.4477 3 11 3H21C21.5523 3 22 3.44772 22 4C22 4.55228 21.5523 5 21 5H11C10.4477 5 10 4.55228 10 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.09387 17.2718C3.27031 17.2497 3.48596 17.2499 3.6616 17.25L4.25 17.25V3C4.25 2.44772 4.69772 2 5.25 2C5.80228 2 6.25 2.44772 6.25 3V17.25L6.8384 17.25C7.01403 17.2499 7.22969 17.2497 7.40613 17.2718L7.40947 17.2722C7.53592 17.288 8.11196 17.3598 8.38632 17.9254C8.66128 18.4922 8.35935 18.9924 8.29403 19.1006L7.95488 19.5691C7.66025 19.9449 7.25455 20.4593 6.87412 20.8503C6.68429 21.0454 6.46703 21.2467 6.23612 21.4055C6.03086 21.5467 5.68067 21.75 5.25 21.75C4.81933 21.75 4.46914 21.5467 4.26388 21.4055C4.03297 21.2467 3.81571 21.0454 3.62588 20.8503C3.24545 20.4593 2.83975 19.9449 2.54511 19.569L2.20597 19.1006C2.14065 18.9924 1.83872 18.4922 2.11368 17.9254C2.38804 17.3598 2.96408 17.288 3.09053 17.2722L3.09387 17.2718Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.99999 8C10 7.44772 10.4477 7 11 7.00001L21 7.00007C21.5523 7.00007 22 7.44779 22 8.00008C22 8.55236 21.5523 9.00007 21 9.00007L11 9.00001C10.4477 9 9.99999 8.55228 9.99999 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 12C10 11.4477 10.4477 11 11 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H11C10.4477 13 10 12.5523 10 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 16C10 15.4477 10.4477 15 11 15H21C21.5523 15 22 15.4477 22 16C22 16.5523 21.5523 17 21 17H11C10.4477 17 10 16.5523 10 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 4C10 3.44772 10.4477 3 11 3H21C21.5523 3 22 3.44772 22 4C22 4.55228 21.5523 5 21 5H11C10.4477 5 10 4.55228 10 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-sorting-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.84702 18.0667L6.82995 18.0667C6.83564 18.0667 6.84197 18.0666 6.84888 18.0666C6.92044 18.0664 7.05386 18.0661 7.17178 18.0829C7.30457 18.1018 7.69077 18.1788 7.89747 18.5603C8.10275 18.9391 7.94682 19.278 7.88408 19.3937C7.8296 19.4941 7.75126 19.5961 7.70983 19.65C7.70581 19.6553 7.70215 19.66 7.69888 19.6643C7.44864 19.9921 7.03557 20.5164 6.6222 20.9648C6.41754 21.1868 6.19413 21.4107 5.97745 21.5856C5.86966 21.6726 5.74386 21.7636 5.60693 21.8367C5.48561 21.9015 5.26896 22 5 22C4.73104 22 4.51439 21.9015 4.39307 21.8367C4.25614 21.7636 4.13034 21.6726 4.02254 21.5856C3.80587 21.4107 3.58246 21.1868 3.3778 20.9648C2.96443 20.5164 2.55136 19.9921 2.30112 19.6643C2.29785 19.66 2.29418 19.6553 2.29017 19.65C2.24874 19.5961 2.1704 19.4941 2.11592 19.3937C2.05317 19.278 1.89725 18.9391 2.10253 18.5603C2.30923 18.1788 2.69543 18.1018 2.82822 18.0829C2.94614 18.0661 3.07956 18.0664 3.15112 18.0666C3.15803 18.0666 3.16436 18.0667 3.17005 18.0667L4.15298 18.0667L4.15298 14.8C4.15298 14.3582 4.53221 14 5 14C5.46779 14 5.84702 14.3582 5.84702 14.8L5.84702 18.0667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.84702 5.93333H6.82995C6.83564 5.93333 6.84197 5.93335 6.84888 5.93337C6.92044 5.93356 7.05386 5.93392 7.17178 5.91712C7.30457 5.8982 7.69077 5.82119 7.89747 5.43972C8.10275 5.06087 7.94683 4.72199 7.88408 4.60631C7.8296 4.50586 7.75126 4.40389 7.70983 4.34997C7.70581 4.34474 7.70215 4.33997 7.69888 4.3357C7.44864 4.00793 7.03557 3.48356 6.6222 3.03519C6.41754 2.81322 6.19413 2.58931 5.97746 2.41442C5.86966 2.32742 5.74386 2.2364 5.60693 2.16329C5.48561 2.09851 5.26896 2 5 2C4.73104 2 4.51439 2.09851 4.39307 2.16329C4.25614 2.2364 4.13034 2.32742 4.02254 2.41442C3.80587 2.58931 3.58246 2.81322 3.3778 3.0352C2.96443 3.48356 2.55136 4.00793 2.30112 4.3357C2.29785 4.33997 2.29418 4.34475 2.29017 4.34997C2.24874 4.40389 2.1704 4.50586 2.11592 4.60631C2.05317 4.72199 1.89725 5.06087 2.10253 5.43972C2.30923 5.82119 2.69543 5.8982 2.82822 5.91712C2.94614 5.93392 3.07956 5.93356 3.15112 5.93337C3.15803 5.93335 3.16436 5.93333 3.17005 5.93333H4.15298V9.2C4.15298 9.64183 4.53221 10 5 10C5.46779 10 5.84702 9.64183 5.84702 9.2V5.93333Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.99999 10C10 9.44772 10.4477 9 11 9.00001L18 9.00006C18.5523 9.00006 19 9.44778 19 10.0001C19 10.5523 18.5523 11.0001 18 11.0001L11 11C10.4477 11 9.99999 10.5523 9.99999 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 14C10 13.4477 10.4477 13 11 13H16C16.5523 13 17 13.4477 17 14C17 14.5523 16.5523 15 16 15H11C10.4477 15 10 14.5523 10 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 18C10 17.4477 10.4477 17 11 17H14C14.5523 17 15 17.4477 15 18C15 18.5523 14.5523 19 14 19H11C10.4477 19 10 18.5523 10 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 6C10 5.44772 10.4477 5 11 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H11C10.4477 7 10 6.55228 10 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.84702 18.0667L6.82995 18.0667C6.83564 18.0667 6.84197 18.0666 6.84888 18.0666C6.92044 18.0664 7.05386 18.0661 7.17178 18.0829C7.30457 18.1018 7.69077 18.1788 7.89747 18.5603C8.10275 18.9391 7.94682 19.278 7.88408 19.3937C7.8296 19.4941 7.75126 19.5961 7.70983 19.65C7.70581 19.6553 7.70215 19.66 7.69888 19.6643C7.44864 19.9921 7.03557 20.5164 6.6222 20.9648C6.41754 21.1868 6.19413 21.4107 5.97745 21.5856C5.86966 21.6726 5.74386 21.7636 5.60693 21.8367C5.48561 21.9015 5.26896 22 5 22C4.73104 22 4.51439 21.9015 4.39307 21.8367C4.25614 21.7636 4.13034 21.6726 4.02254 21.5856C3.80587 21.4107 3.58246 21.1868 3.3778 20.9648C2.96443 20.5164 2.55136 19.9921 2.30112 19.6643C2.29785 19.66 2.29418 19.6553 2.29017 19.65C2.24874 19.5961 2.1704 19.4941 2.11592 19.3937C2.05317 19.278 1.89725 18.9391 2.10253 18.5603C2.30923 18.1788 2.69543 18.1018 2.82822 18.0829C2.94614 18.0661 3.07956 18.0664 3.15112 18.0666C3.15803 18.0666 3.16436 18.0667 3.17005 18.0667L4.15298 18.0667L4.15298 14.8C4.15298 14.3582 4.53221 14 5 14C5.46779 14 5.84702 14.3582 5.84702 14.8L5.84702 18.0667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.84702 5.93333H6.82995C6.83564 5.93333 6.84197 5.93335 6.84888 5.93337C6.92044 5.93356 7.05386 5.93392 7.17178 5.91712C7.30457 5.8982 7.69077 5.82119 7.89747 5.43972C8.10275 5.06087 7.94683 4.72199 7.88408 4.60631C7.8296 4.50586 7.75126 4.40389 7.70983 4.34997C7.70581 4.34474 7.70215 4.33997 7.69888 4.3357C7.44864 4.00793 7.03557 3.48356 6.6222 3.03519C6.41754 2.81322 6.19413 2.58931 5.97746 2.41442C5.86966 2.32742 5.74386 2.2364 5.60693 2.16329C5.48561 2.09851 5.26896 2 5 2C4.73104 2 4.51439 2.09851 4.39307 2.16329C4.25614 2.2364 4.13034 2.32742 4.02254 2.41442C3.80587 2.58931 3.58246 2.81322 3.3778 3.0352C2.96443 3.48356 2.55136 4.00793 2.30112 4.3357C2.29785 4.33997 2.29418 4.34475 2.29017 4.34997C2.24874 4.40389 2.1704 4.50586 2.11592 4.60631C2.05317 4.72199 1.89725 5.06087 2.10253 5.43972C2.30923 5.82119 2.69543 5.8982 2.82822 5.91712C2.94614 5.93392 3.07956 5.93356 3.15112 5.93337C3.15803 5.93335 3.16436 5.93333 3.17005 5.93333H4.15298V9.2C4.15298 9.64183 4.53221 10 5 10C5.46779 10 5.84702 9.64183 5.84702 9.2V5.93333Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.99999 10C10 9.44772 10.4477 9 11 9.00001L18 9.00006C18.5523 9.00006 19 9.44778 19 10.0001C19 10.5523 18.5523 11.0001 18 11.0001L11 11C10.4477 11 9.99999 10.5523 9.99999 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 14C10 13.4477 10.4477 13 11 13H16C16.5523 13 17 13.4477 17 14C17 14.5523 16.5523 15 16 15H11C10.4477 15 10 14.5523 10 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 18C10 17.4477 10.4477 17 11 17H14C14.5523 17 15 17.4477 15 18C15 18.5523 14.5523 19 14 19H11C10.4477 19 10 18.5523 10 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 6C10 5.44772 10.4477 5 11 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H11C10.4477 7 10 6.55228 10 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-sorting-1-9{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5939 16.2718C14.7703 16.2497 14.986 16.2499 15.1616 16.25L15.75 16.25V4C15.75 3.44772 16.1977 3 16.75 3C17.3023 3 17.75 3.44772 17.75 4V16.25L18.3384 16.25C18.514 16.2499 18.7297 16.2497 18.9061 16.2718L18.9095 16.2722C19.0359 16.288 19.612 16.3598 19.8863 16.9254C20.1613 17.4922 19.8593 17.9924 19.794 18.1006L19.4549 18.5691C19.1602 18.9449 18.7546 19.4593 18.3741 19.8503C18.1843 20.0454 17.967 20.2467 17.7361 20.4055C17.5309 20.5467 17.1807 20.75 16.75 20.75C16.3193 20.75 15.9691 20.5467 15.7639 20.4055C15.533 20.2467 15.3157 20.0454 15.1259 19.8503C14.7454 19.4593 14.3397 18.9449 14.0451 18.569L13.706 18.1006C13.6407 17.9924 13.3387 17.4922 13.6137 16.9254C13.888 16.3598 14.4641 16.288 14.5905 16.2722L14.5939 16.2718Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.00011 4.86591C5.68076 5.04991 5.27144 5.04965 4.94431 4.83095C4.48518 4.52399 4.36183 3.90296 4.66879 3.44383C4.97583 2.98535 5.36739 2.52834 5.84651 2.24342C6.07607 2.10691 6.53348 1.89514 7.06603 2.06038C7.3255 2.14088 7.55548 2.30077 7.72022 2.53446C7.86742 2.74326 7.92592 2.95946 7.95395 3.10795C8.00082 3.35624 8.00044 3.65881 8.00015 3.89527C7.99804 5.59683 8.00011 7.29841 8.00011 8.99997H8.5001C9.05239 8.99997 9.5001 9.44768 9.5001 9.99997C9.5001 10.5523 9.05239 11 8.5001 11H5.50011C4.94782 11 4.50011 10.5523 4.50011 9.99997C4.50011 9.44768 4.94782 8.99997 5.50011 8.99997H6.00011V4.86591Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.95005 13C6.96667 13 6.98333 13 7.00003 13C7.01672 13 7.03338 13 7.05 13C7.47814 12.9999 7.88259 12.9999 8.21413 13.0389C8.57513 13.0814 8.99995 13.1837 9.36564 13.5037C9.75054 13.8405 9.89409 14.2624 9.95182 14.638C10.0003 14.9536 10.0002 15.3309 10 15.6943C10 15.7129 10 15.7315 10 15.75V18.375C10 18.3967 10 18.4183 10 18.4399C10.0001 19.0024 10.0002 19.5329 9.93351 19.967C9.85748 20.4618 9.67732 20.9673 9.21919 21.3682C8.78028 21.7522 8.25992 21.8866 7.76277 21.9451C7.29536 22.0001 6.7151 22.0001 6.05591 22L5.00003 22C4.44774 22 4.00003 21.5523 4.00003 21C4.00003 20.4477 4.44774 20 5.00003 20H6.00003C6.73195 20 7.19273 19.9984 7.5291 19.9588C7.84435 19.9217 7.9002 19.865 7.90213 19.8631L7.90356 19.8619C7.90539 19.8604 7.90584 19.8601 7.90972 19.8518C7.91833 19.8335 7.9386 19.7811 7.95671 19.6633C7.9946 19.4167 7.9995 19.0746 7.99998 18.5H7.00003C6.98333 18.5 6.96667 18.5 6.95005 18.5C6.52191 18.5001 6.11746 18.5001 5.78592 18.4611C5.42493 18.4187 5.00011 18.3163 4.63441 17.9963C4.24951 17.6595 4.10596 17.2377 4.04824 16.862C3.99975 16.5464 3.99989 16.1691 4.00001 15.8057C4.00002 15.7871 4.00003 15.7685 4.00003 15.75C4.00003 15.7315 4.00002 15.7129 4.00001 15.6943C3.99989 15.3309 3.99975 14.9536 4.04824 14.638C4.10596 14.2624 4.24951 13.8405 4.63441 13.5037C5.00011 13.1837 5.42492 13.0814 5.78592 13.0389C6.11746 12.9999 6.52192 12.9999 6.95005 13ZM8.00003 16.5V15.75C8.00003 15.5395 7.99994 15.3748 7.99587 15.2335C7.99335 15.1463 7.98953 15.0788 7.98482 15.0257L7.98046 15.0252C7.78025 15.0016 7.49624 15 7.00003 15C6.50381 15 6.2198 15.0016 6.01959 15.0252L6.01523 15.0257C6.01052 15.0788 6.0067 15.1463 6.00419 15.2335C6.00011 15.3748 6.00003 15.5395 6.00003 15.75C6.00003 15.9605 6.00011 16.1253 6.00419 16.2666C6.0067 16.3537 6.01052 16.4213 6.01523 16.4743L6.01959 16.4748C6.2198 16.4984 6.50381 16.5 7.00003 16.5H8.00003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5939 16.2718C14.7703 16.2497 14.986 16.2499 15.1616 16.25L15.75 16.25V4C15.75 3.44772 16.1977 3 16.75 3C17.3023 3 17.75 3.44772 17.75 4V16.25L18.3384 16.25C18.514 16.2499 18.7297 16.2497 18.9061 16.2718L18.9095 16.2722C19.0359 16.288 19.612 16.3598 19.8863 16.9254C20.1613 17.4922 19.8593 17.9924 19.794 18.1006L19.4549 18.5691C19.1602 18.9449 18.7546 19.4593 18.3741 19.8503C18.1843 20.0454 17.967 20.2467 17.7361 20.4055C17.5309 20.5467 17.1807 20.75 16.75 20.75C16.3193 20.75 15.9691 20.5467 15.7639 20.4055C15.533 20.2467 15.3157 20.0454 15.1259 19.8503C14.7454 19.4593 14.3397 18.9449 14.0451 18.569L13.706 18.1006C13.6407 17.9924 13.3387 17.4922 13.6137 16.9254C13.888 16.3598 14.4641 16.288 14.5905 16.2722L14.5939 16.2718Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.00011 4.86591C5.68076 5.04991 5.27144 5.04965 4.94431 4.83095C4.48518 4.52399 4.36183 3.90296 4.66879 3.44383C4.97583 2.98535 5.36739 2.52834 5.84651 2.24342C6.07607 2.10691 6.53348 1.89514 7.06603 2.06038C7.3255 2.14088 7.55548 2.30077 7.72022 2.53446C7.86742 2.74326 7.92592 2.95946 7.95395 3.10795C8.00082 3.35624 8.00044 3.65881 8.00015 3.89527C7.99804 5.59683 8.00011 7.29841 8.00011 8.99997H8.5001C9.05239 8.99997 9.5001 9.44768 9.5001 9.99997C9.5001 10.5523 9.05239 11 8.5001 11H5.50011C4.94782 11 4.50011 10.5523 4.50011 9.99997C4.50011 9.44768 4.94782 8.99997 5.50011 8.99997H6.00011V4.86591Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.95005 13C6.96667 13 6.98333 13 7.00003 13C7.01672 13 7.03338 13 7.05 13C7.47814 12.9999 7.88259 12.9999 8.21413 13.0389C8.57513 13.0814 8.99995 13.1837 9.36564 13.5037C9.75054 13.8405 9.89409 14.2624 9.95182 14.638C10.0003 14.9536 10.0002 15.3309 10 15.6943C10 15.7129 10 15.7315 10 15.75V18.375C10 18.3967 10 18.4183 10 18.4399C10.0001 19.0024 10.0002 19.5329 9.93351 19.967C9.85748 20.4618 9.67732 20.9673 9.21919 21.3682C8.78028 21.7522 8.25992 21.8866 7.76277 21.9451C7.29536 22.0001 6.7151 22.0001 6.05591 22L5.00003 22C4.44774 22 4.00003 21.5523 4.00003 21C4.00003 20.4477 4.44774 20 5.00003 20H6.00003C6.73195 20 7.19273 19.9984 7.5291 19.9588C7.84435 19.9217 7.9002 19.865 7.90213 19.8631L7.90356 19.8619C7.90539 19.8604 7.90584 19.8601 7.90972 19.8518C7.91833 19.8335 7.9386 19.7811 7.95671 19.6633C7.9946 19.4167 7.9995 19.0746 7.99998 18.5H7.00003C6.98333 18.5 6.96667 18.5 6.95005 18.5C6.52191 18.5001 6.11746 18.5001 5.78592 18.4611C5.42493 18.4187 5.00011 18.3163 4.63441 17.9963C4.24951 17.6595 4.10596 17.2377 4.04824 16.862C3.99975 16.5464 3.99989 16.1691 4.00001 15.8057C4.00002 15.7871 4.00003 15.7685 4.00003 15.75C4.00003 15.7315 4.00002 15.7129 4.00001 15.6943C3.99989 15.3309 3.99975 14.9536 4.04824 14.638C4.10596 14.2624 4.24951 13.8405 4.63441 13.5037C5.00011 13.1837 5.42492 13.0814 5.78592 13.0389C6.11746 12.9999 6.52192 12.9999 6.95005 13ZM8.00003 16.5V15.75C8.00003 15.5395 7.99994 15.3748 7.99587 15.2335C7.99335 15.1463 7.98953 15.0788 7.98482 15.0257L7.98046 15.0252C7.78025 15.0016 7.49624 15 7.00003 15C6.50381 15 6.2198 15.0016 6.01959 15.0252L6.01523 15.0257C6.01052 15.0788 6.0067 15.1463 6.00419 15.2335C6.00011 15.3748 6.00003 15.5395 6.00003 15.75C6.00003 15.9605 6.00011 16.1253 6.00419 16.2666C6.0067 16.3537 6.01052 16.4213 6.01523 16.4743L6.01959 16.4748C6.2198 16.4984 6.50381 16.5 7.00003 16.5H8.00003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-sorting-9-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5939 16.2718C14.7703 16.2497 14.986 16.2499 15.1616 16.25L15.75 16.25V4C15.75 3.44772 16.1977 3 16.75 3C17.3023 3 17.75 3.44772 17.75 4V16.25L18.3384 16.25C18.514 16.2499 18.7297 16.2497 18.9061 16.2718L18.9095 16.2722C19.0359 16.288 19.612 16.3598 19.8863 16.9254C20.1613 17.4922 19.8593 17.9924 19.794 18.1006L19.4549 18.5691C19.1602 18.9449 18.7546 19.4593 18.3741 19.8503C18.1843 20.0454 17.967 20.2467 17.7361 20.4055C17.5309 20.5467 17.1807 20.75 16.75 20.75C16.3193 20.75 15.9691 20.5467 15.7639 20.4055C15.533 20.2467 15.3157 20.0454 15.1259 19.8503C14.7454 19.4593 14.3397 18.9449 14.0451 18.569L13.706 18.1006C13.6407 17.9924 13.3387 17.4922 13.6137 16.9254C13.888 16.3598 14.4641 16.288 14.5905 16.2722L14.5939 16.2718Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.00011 15.8659C5.68076 16.0499 5.27144 16.0497 4.94431 15.8309C4.48518 15.524 4.36183 14.903 4.66879 14.4438C4.97583 13.9853 5.36739 13.5283 5.84651 13.2434C6.07607 13.1069 6.53348 12.8951 7.06603 13.0604C7.3255 13.1409 7.55548 13.3008 7.72022 13.5345C7.86742 13.7433 7.92592 13.9595 7.95395 14.108C8.00082 14.3562 8.00044 14.6588 8.00015 14.8953C7.99804 16.5968 8.00011 18.2984 8.00011 20H8.5001C9.05239 20 9.5001 20.4477 9.5001 21C9.5001 21.5523 9.05239 22 8.5001 22H5.50011C4.94782 22 4.50011 21.5523 4.50011 21C4.50011 20.4477 4.94782 20 5.50011 20H6.00011V15.8659Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.95005 2C6.96667 2.00001 6.98333 2.00001 7.00003 2.00001C7.01672 2.00001 7.03338 2.00001 7.05 2C7.47814 1.99995 7.88259 1.99989 8.21413 2.03889C8.57513 2.08136 8.99995 2.18373 9.36564 2.50371C9.75054 2.84051 9.89409 3.26236 9.95182 3.63803C10.0003 3.95358 10.0002 4.33089 10 4.69428C10 4.7129 10 4.73148 10 4.75001V7.37501C10 7.39669 10 7.41832 10 7.4399C10.0001 8.00241 10.0002 8.53286 9.93351 8.96705C9.85748 9.46185 9.67732 9.9673 9.21919 10.3682C8.78028 10.7522 8.25992 10.8866 7.76277 10.9451C7.29536 11.0001 6.7151 11.0001 6.05591 11L5.00003 11C4.44774 11 4.00003 10.5523 4.00003 10C4.00003 9.44772 4.44774 9.00001 5.00003 9.00001H6.00003C6.73195 9.00001 7.19273 8.99838 7.5291 8.95881C7.84435 8.92172 7.9002 8.86502 7.90213 8.86306C7.90268 8.86258 7.90318 8.86218 7.90356 8.86187C7.90539 8.86044 7.90584 8.86008 7.90972 8.85183C7.91833 8.83351 7.9386 8.78114 7.95671 8.66331C7.9946 8.41672 7.9995 8.0746 7.99998 7.50001H7.00003C6.98333 7.50001 6.96667 7.50001 6.95005 7.50001C6.52191 7.50007 6.11746 7.50013 5.78592 7.46113C5.42493 7.41866 5.00011 7.31628 4.63441 6.9963C4.24951 6.65951 4.10596 6.23766 4.04824 5.86199C3.99975 5.54644 3.99989 5.16913 4.00001 4.80574C4.00002 4.78712 4.00003 4.76854 4.00003 4.75001C4.00003 4.73147 4.00002 4.71289 4.00001 4.69428C3.99989 4.33088 3.99975 3.95358 4.04824 3.63803C4.10596 3.26236 4.24951 2.84051 4.63441 2.50371C5.00011 2.18373 5.42492 2.08136 5.78592 2.03889C6.11746 1.99989 6.52192 1.99995 6.95005 2ZM8.00003 5.50001V4.75001C8.00003 4.53952 7.99994 4.37476 7.99587 4.23345C7.99335 4.14633 7.98953 4.07876 7.98482 4.02571C7.98338 4.02554 7.98193 4.02537 7.98046 4.0252C7.78025 4.00164 7.49624 4.00001 7.00003 4.00001C6.50381 4.00001 6.2198 4.00164 6.01959 4.0252C6.01812 4.02537 6.01667 4.02554 6.01523 4.02571C6.01052 4.07876 6.0067 4.14633 6.00419 4.23345C6.00011 4.37476 6.00003 4.53952 6.00003 4.75001C6.00003 4.9605 6.00011 5.12526 6.00419 5.26656C6.0067 5.35369 6.01052 5.42126 6.01523 5.4743C6.01667 5.47448 6.01812 5.47465 6.01959 5.47482C6.2198 5.49838 6.50381 5.50001 7.00003 5.50001H8.00003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5939 16.2718C14.7703 16.2497 14.986 16.2499 15.1616 16.25L15.75 16.25V4C15.75 3.44772 16.1977 3 16.75 3C17.3023 3 17.75 3.44772 17.75 4V16.25L18.3384 16.25C18.514 16.2499 18.7297 16.2497 18.9061 16.2718L18.9095 16.2722C19.0359 16.288 19.612 16.3598 19.8863 16.9254C20.1613 17.4922 19.8593 17.9924 19.794 18.1006L19.4549 18.5691C19.1602 18.9449 18.7546 19.4593 18.3741 19.8503C18.1843 20.0454 17.967 20.2467 17.7361 20.4055C17.5309 20.5467 17.1807 20.75 16.75 20.75C16.3193 20.75 15.9691 20.5467 15.7639 20.4055C15.533 20.2467 15.3157 20.0454 15.1259 19.8503C14.7454 19.4593 14.3397 18.9449 14.0451 18.569L13.706 18.1006C13.6407 17.9924 13.3387 17.4922 13.6137 16.9254C13.888 16.3598 14.4641 16.288 14.5905 16.2722L14.5939 16.2718Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.00011 15.8659C5.68076 16.0499 5.27144 16.0497 4.94431 15.8309C4.48518 15.524 4.36183 14.903 4.66879 14.4438C4.97583 13.9853 5.36739 13.5283 5.84651 13.2434C6.07607 13.1069 6.53348 12.8951 7.06603 13.0604C7.3255 13.1409 7.55548 13.3008 7.72022 13.5345C7.86742 13.7433 7.92592 13.9595 7.95395 14.108C8.00082 14.3562 8.00044 14.6588 8.00015 14.8953C7.99804 16.5968 8.00011 18.2984 8.00011 20H8.5001C9.05239 20 9.5001 20.4477 9.5001 21C9.5001 21.5523 9.05239 22 8.5001 22H5.50011C4.94782 22 4.50011 21.5523 4.50011 21C4.50011 20.4477 4.94782 20 5.50011 20H6.00011V15.8659Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.95005 2C6.96667 2.00001 6.98333 2.00001 7.00003 2.00001C7.01672 2.00001 7.03338 2.00001 7.05 2C7.47814 1.99995 7.88259 1.99989 8.21413 2.03889C8.57513 2.08136 8.99995 2.18373 9.36564 2.50371C9.75054 2.84051 9.89409 3.26236 9.95182 3.63803C10.0003 3.95358 10.0002 4.33089 10 4.69428C10 4.7129 10 4.73148 10 4.75001V7.37501C10 7.39669 10 7.41832 10 7.4399C10.0001 8.00241 10.0002 8.53286 9.93351 8.96705C9.85748 9.46185 9.67732 9.9673 9.21919 10.3682C8.78028 10.7522 8.25992 10.8866 7.76277 10.9451C7.29536 11.0001 6.7151 11.0001 6.05591 11L5.00003 11C4.44774 11 4.00003 10.5523 4.00003 10C4.00003 9.44772 4.44774 9.00001 5.00003 9.00001H6.00003C6.73195 9.00001 7.19273 8.99838 7.5291 8.95881C7.84435 8.92172 7.9002 8.86502 7.90213 8.86306C7.90268 8.86258 7.90318 8.86218 7.90356 8.86187C7.90539 8.86044 7.90584 8.86008 7.90972 8.85183C7.91833 8.83351 7.9386 8.78114 7.95671 8.66331C7.9946 8.41672 7.9995 8.0746 7.99998 7.50001H7.00003C6.98333 7.50001 6.96667 7.50001 6.95005 7.50001C6.52191 7.50007 6.11746 7.50013 5.78592 7.46113C5.42493 7.41866 5.00011 7.31628 4.63441 6.9963C4.24951 6.65951 4.10596 6.23766 4.04824 5.86199C3.99975 5.54644 3.99989 5.16913 4.00001 4.80574C4.00002 4.78712 4.00003 4.76854 4.00003 4.75001C4.00003 4.73147 4.00002 4.71289 4.00001 4.69428C3.99989 4.33088 3.99975 3.95358 4.04824 3.63803C4.10596 3.26236 4.24951 2.84051 4.63441 2.50371C5.00011 2.18373 5.42492 2.08136 5.78592 2.03889C6.11746 1.99989 6.52192 1.99995 6.95005 2ZM8.00003 5.50001V4.75001C8.00003 4.53952 7.99994 4.37476 7.99587 4.23345C7.99335 4.14633 7.98953 4.07876 7.98482 4.02571C7.98338 4.02554 7.98193 4.02537 7.98046 4.0252C7.78025 4.00164 7.49624 4.00001 7.00003 4.00001C6.50381 4.00001 6.2198 4.00164 6.01959 4.0252C6.01812 4.02537 6.01667 4.02554 6.01523 4.02571C6.01052 4.07876 6.0067 4.14633 6.00419 4.23345C6.00011 4.37476 6.00003 4.53952 6.00003 4.75001C6.00003 4.9605 6.00011 5.12526 6.00419 5.26656C6.0067 5.35369 6.01052 5.42126 6.01523 5.4743C6.01667 5.47448 6.01812 5.47465 6.01959 5.47482C6.2198 5.49838 6.50381 5.50001 7.00003 5.50001H8.00003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-sorting-a-z-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2137 1.30943C15.5951 0.909983 16.2281 0.895345 16.6276 1.27674L17.1078 1.73525C17.1197 1.74657 17.1316 1.758 17.1438 1.76954C17.3256 1.94299 17.5329 2.14071 17.676 2.32232C17.7986 2.47795 18.1824 3.00041 17.9027 3.64509C17.6337 4.26534 17.017 4.36456 16.8255 4.39041C16.5957 4.42144 16.3077 4.4213 16.0485 4.42117C16.0321 4.42116 16.0158 4.42116 15.9996 4.42116H8.56644C5.90915 4.42116 3.69515 6.08099 2.94881 8.31665C2.77393 8.84052 2.20748 9.12343 1.68362 8.94854C1.15975 8.77366 0.876847 8.20721 1.05173 7.68335C2.07837 4.60803 5.07356 2.42116 8.56644 2.42116H15.0297C14.8617 2.05903 14.9214 1.61562 15.2137 1.30943Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.3159 15.0507C22.8403 15.2239 23.125 15.7895 22.9518 16.3139C21.9304 19.4067 18.9341 21.612 15.4343 21.612H8.94549C9.09552 21.9686 9.03011 22.3958 8.74514 22.6927C8.36272 23.0912 7.72969 23.1042 7.33123 22.7217L6.89275 22.3009C6.88092 22.2895 6.86896 22.2781 6.85689 22.2665C6.67498 22.0921 6.46784 21.8935 6.32495 21.7112C6.2018 21.5541 5.82178 21.0331 6.09906 20.3907C6.36702 19.7698 6.98291 19.6692 7.17628 19.6429C7.40645 19.6117 7.69471 19.6118 7.9537 19.612C7.97017 19.612 7.98652 19.612 8.00272 19.612H15.4343C18.0909 19.612 20.308 17.9417 21.0527 15.6867C21.2259 15.1622 21.7915 14.8775 22.3159 15.0507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1842 10.5H15C14.4477 10.5 14 10.0523 14 9.50004C14 8.94776 14.4477 8.50004 15 8.50004H17.9474C17.9645 8.50004 17.9817 8.50003 17.9992 8.50002C18.262 8.49986 18.5627 8.49967 18.8049 8.53631C19.0506 8.57349 19.6314 8.70541 19.8844 9.31862C20.1272 9.90677 19.8414 10.404 19.7102 10.6038C19.5753 10.8094 19.3753 11.0368 19.1944 11.2424C19.1832 11.2552 19.172 11.2679 19.1609 11.2805L17.2102 13.5H19C19.5523 13.5 20 13.9478 20 14.5C20 15.0523 19.5523 15.5 19 15.5H16.447C16.4299 15.5 16.4126 15.5001 16.3952 15.5001C16.1324 15.5002 15.8317 15.5004 15.5895 15.4638C15.3437 15.4266 14.763 15.2947 14.5099 14.6815C14.2672 14.0933 14.553 13.5961 14.6842 13.3963C14.8191 13.1906 15.0191 12.9633 15.1999 12.7577C15.2112 12.7449 15.2224 12.7322 15.2335 12.7196L17.1842 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.50025 11.3695L7.08781 14.9092C7.31382 15.4131 7.90555 15.6384 8.40947 15.4124C8.91339 15.1864 9.13869 14.5947 8.91268 14.0908L7.15804 10.1785C7.15037 10.1614 7.14268 10.1442 7.13498 10.1271C6.99292 9.81004 6.84619 9.48258 6.69513 9.24129C6.55669 9.02016 6.1917 8.5 5.50025 8.5C4.8088 8.5 4.44381 9.02016 4.30537 9.24129C4.15431 9.48258 4.00757 9.81004 3.86552 10.1271C3.85782 10.1442 3.85013 10.1614 3.84246 10.1785L2.08781 14.0908C1.86181 14.5947 2.0871 15.1864 2.59102 15.4124C3.09495 15.6384 3.68667 15.4131 3.91268 14.9092L5.50025 11.3695Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 12C10 11.4477 10.4477 11 11 11H12C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13H11C10.4477 13 10 12.5523 10 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2137 1.30943C15.5951 0.909983 16.2281 0.895345 16.6276 1.27674L17.1078 1.73525C17.1197 1.74657 17.1316 1.758 17.1438 1.76954C17.3256 1.94299 17.5329 2.14071 17.676 2.32232C17.7986 2.47795 18.1824 3.00041 17.9027 3.64509C17.6337 4.26534 17.017 4.36456 16.8255 4.39041C16.5957 4.42144 16.3077 4.4213 16.0485 4.42117C16.0321 4.42116 16.0158 4.42116 15.9996 4.42116H8.56644C5.90915 4.42116 3.69515 6.08099 2.94881 8.31665C2.77393 8.84052 2.20748 9.12343 1.68362 8.94854C1.15975 8.77366 0.876847 8.20721 1.05173 7.68335C2.07837 4.60803 5.07356 2.42116 8.56644 2.42116H15.0297C14.8617 2.05903 14.9214 1.61562 15.2137 1.30943Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.3159 15.0507C22.8403 15.2239 23.125 15.7895 22.9518 16.3139C21.9304 19.4067 18.9341 21.612 15.4343 21.612H8.94549C9.09552 21.9686 9.03011 22.3958 8.74514 22.6927C8.36272 23.0912 7.72969 23.1042 7.33123 22.7217L6.89275 22.3009C6.88092 22.2895 6.86896 22.2781 6.85689 22.2665C6.67498 22.0921 6.46784 21.8935 6.32495 21.7112C6.2018 21.5541 5.82178 21.0331 6.09906 20.3907C6.36702 19.7698 6.98291 19.6692 7.17628 19.6429C7.40645 19.6117 7.69471 19.6118 7.9537 19.612C7.97017 19.612 7.98652 19.612 8.00272 19.612H15.4343C18.0909 19.612 20.308 17.9417 21.0527 15.6867C21.2259 15.1622 21.7915 14.8775 22.3159 15.0507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1842 10.5H15C14.4477 10.5 14 10.0523 14 9.50004C14 8.94776 14.4477 8.50004 15 8.50004H17.9474C17.9645 8.50004 17.9817 8.50003 17.9992 8.50002C18.262 8.49986 18.5627 8.49967 18.8049 8.53631C19.0506 8.57349 19.6314 8.70541 19.8844 9.31862C20.1272 9.90677 19.8414 10.404 19.7102 10.6038C19.5753 10.8094 19.3753 11.0368 19.1944 11.2424C19.1832 11.2552 19.172 11.2679 19.1609 11.2805L17.2102 13.5H19C19.5523 13.5 20 13.9478 20 14.5C20 15.0523 19.5523 15.5 19 15.5H16.447C16.4299 15.5 16.4126 15.5001 16.3952 15.5001C16.1324 15.5002 15.8317 15.5004 15.5895 15.4638C15.3437 15.4266 14.763 15.2947 14.5099 14.6815C14.2672 14.0933 14.553 13.5961 14.6842 13.3963C14.8191 13.1906 15.0191 12.9633 15.1999 12.7577C15.2112 12.7449 15.2224 12.7322 15.2335 12.7196L17.1842 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.50025 11.3695L7.08781 14.9092C7.31382 15.4131 7.90555 15.6384 8.40947 15.4124C8.91339 15.1864 9.13869 14.5947 8.91268 14.0908L7.15804 10.1785C7.15037 10.1614 7.14268 10.1442 7.13498 10.1271C6.99292 9.81004 6.84619 9.48258 6.69513 9.24129C6.55669 9.02016 6.1917 8.5 5.50025 8.5C4.8088 8.5 4.44381 9.02016 4.30537 9.24129C4.15431 9.48258 4.00757 9.81004 3.86552 10.1271C3.85782 10.1442 3.85013 10.1614 3.84246 10.1785L2.08781 14.0908C1.86181 14.5947 2.0871 15.1864 2.59102 15.4124C3.09495 15.6384 3.68667 15.4131 3.91268 14.9092L5.50025 11.3695Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 12C10 11.4477 10.4477 11 11 11H12C12.5523 11 13 11.4477 13 12C13 12.5523 12.5523 13 12 13H11C10.4477 13 10 12.5523 10 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-sorting-a-z-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5939 16.2718C15.7703 16.2497 15.986 16.2499 16.1616 16.25L16.75 16.25V4C16.75 3.44772 17.1977 3 17.75 3C18.3023 3 18.75 3.44772 18.75 4V16.25L19.3384 16.25C19.514 16.2499 19.7297 16.2497 19.9061 16.2718L19.9095 16.2722C20.0359 16.288 20.612 16.3598 20.8863 16.9254C21.1613 17.4922 20.8593 17.9924 20.794 18.1006L20.4549 18.5691C20.1602 18.9449 19.7546 19.4593 19.3741 19.8503C19.1843 20.0454 18.967 20.2467 18.7361 20.4055C18.5309 20.5467 18.1807 20.75 17.75 20.75C17.3193 20.75 16.9691 20.5467 16.7639 20.4055C16.533 20.2467 16.3157 20.0454 16.1259 19.8503C15.7454 19.4593 15.3397 18.9449 15.0451 18.569L14.706 18.1006C14.6407 17.9924 14.3387 17.4922 14.6137 16.9254C14.888 16.3598 15.4641 16.288 15.5905 16.2722L15.5939 16.2718Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.27634 15H4C3.44772 15 3 14.5523 3 14C3 13.4477 3.44772 13 4 13H8.42109C8.44138 13 8.46167 13 8.48197 13C8.8935 12.9999 9.30354 12.9998 9.62274 13.0449C9.92453 13.0875 10.566 13.223 10.8547 13.8757C11.1464 14.5353 10.8053 15.102 10.6293 15.3524C10.4445 15.6153 10.1643 15.9127 9.88479 16.2093C9.87075 16.2242 9.85671 16.2391 9.84269 16.254L6.31523 20H10C10.5523 20 11 20.4477 11 21C11 21.5523 10.5523 22 10 22H6.17048C6.1502 22 6.12991 22 6.10962 22C5.69808 22.0001 5.28803 22.0003 4.96883 21.9552C4.66705 21.9126 4.02552 21.777 3.73688 21.1243C3.4452 20.4647 3.78629 19.898 3.96231 19.6476C4.14712 19.3847 4.42731 19.0874 4.70678 18.7907C4.72082 18.7758 4.73486 18.7609 4.74888 18.7461L8.27634 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00025 4.75464L9.08781 9.40922C9.31382 9.91315 9.90555 10.1384 10.4095 9.91243C10.9134 9.68643 11.1387 9.0947 10.9127 8.59078L8.80711 3.89605C8.7988 3.87753 8.7905 3.85901 8.78221 3.84051C8.60901 3.45408 8.43822 3.07302 8.26459 2.79568C8.10345 2.53829 7.71745 2 7.00025 2C6.28305 2 5.89705 2.53829 5.73591 2.79567C5.56228 3.07302 5.39148 3.45409 5.21828 3.84051C5.20999 3.85901 5.20169 3.87753 5.19339 3.89605L3.08781 8.59078C2.86181 9.0947 3.0871 9.68643 3.59102 9.91243C4.09495 10.1384 4.68667 9.91315 4.91268 9.40922L7.00025 4.75464Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5939 16.2718C15.7703 16.2497 15.986 16.2499 16.1616 16.25L16.75 16.25V4C16.75 3.44772 17.1977 3 17.75 3C18.3023 3 18.75 3.44772 18.75 4V16.25L19.3384 16.25C19.514 16.2499 19.7297 16.2497 19.9061 16.2718L19.9095 16.2722C20.0359 16.288 20.612 16.3598 20.8863 16.9254C21.1613 17.4922 20.8593 17.9924 20.794 18.1006L20.4549 18.5691C20.1602 18.9449 19.7546 19.4593 19.3741 19.8503C19.1843 20.0454 18.967 20.2467 18.7361 20.4055C18.5309 20.5467 18.1807 20.75 17.75 20.75C17.3193 20.75 16.9691 20.5467 16.7639 20.4055C16.533 20.2467 16.3157 20.0454 16.1259 19.8503C15.7454 19.4593 15.3397 18.9449 15.0451 18.569L14.706 18.1006C14.6407 17.9924 14.3387 17.4922 14.6137 16.9254C14.888 16.3598 15.4641 16.288 15.5905 16.2722L15.5939 16.2718Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.27634 15H4C3.44772 15 3 14.5523 3 14C3 13.4477 3.44772 13 4 13H8.42109C8.44138 13 8.46167 13 8.48197 13C8.8935 12.9999 9.30354 12.9998 9.62274 13.0449C9.92453 13.0875 10.566 13.223 10.8547 13.8757C11.1464 14.5353 10.8053 15.102 10.6293 15.3524C10.4445 15.6153 10.1643 15.9127 9.88479 16.2093C9.87075 16.2242 9.85671 16.2391 9.84269 16.254L6.31523 20H10C10.5523 20 11 20.4477 11 21C11 21.5523 10.5523 22 10 22H6.17048C6.1502 22 6.12991 22 6.10962 22C5.69808 22.0001 5.28803 22.0003 4.96883 21.9552C4.66705 21.9126 4.02552 21.777 3.73688 21.1243C3.4452 20.4647 3.78629 19.898 3.96231 19.6476C4.14712 19.3847 4.42731 19.0874 4.70678 18.7907C4.72082 18.7758 4.73486 18.7609 4.74888 18.7461L8.27634 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00025 4.75464L9.08781 9.40922C9.31382 9.91315 9.90555 10.1384 10.4095 9.91243C10.9134 9.68643 11.1387 9.0947 10.9127 8.59078L8.80711 3.89605C8.7988 3.87753 8.7905 3.85901 8.78221 3.84051C8.60901 3.45408 8.43822 3.07302 8.26459 2.79568C8.10345 2.53829 7.71745 2 7.00025 2C6.28305 2 5.89705 2.53829 5.73591 2.79567C5.56228 3.07302 5.39148 3.45409 5.21828 3.84051C5.20999 3.85901 5.20169 3.87753 5.19339 3.89605L3.08781 8.59078C2.86181 9.0947 3.0871 9.68643 3.59102 9.91243C4.09495 10.1384 4.68667 9.91315 4.91268 9.40922L7.00025 4.75464Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-sorting-down{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.84702 5.06667H9.82995C9.83564 5.06667 9.84197 5.06665 9.84888 5.06663C9.92044 5.06644 10.0539 5.06608 10.1718 5.08288C10.3046 5.1018 10.6908 5.17881 10.8975 5.56028C11.1028 5.93913 10.9468 6.27801 10.8841 6.39369C10.8296 6.49414 10.7513 6.59611 10.7098 6.65003C10.7058 6.65526 10.7021 6.66003 10.6989 6.6643C10.4486 6.99207 10.0356 7.51644 9.6222 7.96481C9.41754 8.18678 9.19413 8.41069 8.97746 8.58558C8.86966 8.67258 8.74386 8.7636 8.60693 8.83671C8.48561 8.90149 8.26896 9 8 9C7.73104 9 7.51439 8.90149 7.39307 8.83671C7.25614 8.7636 7.13034 8.67258 7.02254 8.58558C6.80587 8.41069 6.58246 8.18678 6.3778 7.9648C5.96443 7.51644 5.55136 6.99207 5.30112 6.6643C5.29785 6.66003 5.29418 6.65525 5.29017 6.65003C5.24874 6.59611 5.1704 6.49414 5.11592 6.39369C5.05317 6.27801 4.89725 5.93913 5.10253 5.56028C5.30923 5.17881 5.69543 5.1018 5.82822 5.08288C5.94614 5.06608 6.07956 5.06644 6.15112 5.06663C6.15803 5.06665 6.16436 5.06667 6.17005 5.06667H7.15298V2.05C7.15298 1.60817 7.53221 1.25 8 1.25C8.46779 1.25 8.84702 1.60817 8.84702 2.05V5.06667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.847 17.8167H13.83C13.8356 17.8167 13.842 17.8167 13.8489 17.8166C13.9204 17.8164 14.0539 17.8161 14.1718 17.8329C14.3046 17.8518 14.6908 17.9288 14.8975 18.3103C15.1028 18.6891 14.9468 19.028 14.8841 19.1437C14.8296 19.2441 14.7513 19.3461 14.7098 19.4C14.7058 19.4053 14.7021 19.41 14.6989 19.4143C14.4486 19.7421 14.0356 20.2664 13.6222 20.7148C13.4175 20.9368 13.1941 21.1607 12.9775 21.3356C12.8697 21.4226 12.7439 21.5136 12.6069 21.5867C12.4856 21.6515 12.269 21.75 12 21.75C11.731 21.75 11.5144 21.6515 11.3931 21.5867C11.2561 21.5136 11.1303 21.4226 11.0225 21.3356C10.8059 21.1607 10.5825 20.9368 10.3778 20.7148C9.96443 20.2664 9.55136 19.7421 9.30112 19.4143C9.29785 19.41 9.29418 19.4053 9.29017 19.4C9.24874 19.3461 9.1704 19.2441 9.11592 19.1437C9.05317 19.028 8.89725 18.6891 9.10253 18.3103C9.30923 17.9288 9.69543 17.8518 9.82822 17.8329C9.94614 17.8161 10.0796 17.8164 10.1511 17.8166C10.158 17.8166 10.1644 17.8167 10.17 17.8167H11.153V14.8C11.153 14.3582 11.5322 14 12 14C12.4678 14 12.847 14.3582 12.847 14.8V17.8167Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.847 5.06667H17.83C17.8356 5.06667 17.842 5.06665 17.8489 5.06663C17.9204 5.06644 18.0539 5.06608 18.1718 5.08288C18.3046 5.1018 18.6908 5.17881 18.8975 5.56028C19.1028 5.93913 18.9468 6.27801 18.8841 6.39369C18.8296 6.49414 18.7513 6.59611 18.7098 6.65003C18.7058 6.65526 18.7021 6.66003 18.6989 6.6643C18.4486 6.99207 18.0356 7.51644 17.6222 7.96481C17.4175 8.18678 17.1941 8.41069 16.9775 8.58558C16.8697 8.67258 16.7439 8.7636 16.6069 8.83671C16.4856 8.90149 16.269 9 16 9C15.731 9 15.5144 8.90149 15.3931 8.83671C15.2561 8.7636 15.1303 8.67258 15.0225 8.58558C14.8059 8.41069 14.5825 8.18678 14.3778 7.9648C13.9644 7.51644 13.5514 6.99207 13.3011 6.6643C13.2979 6.66003 13.2942 6.65525 13.2902 6.65003C13.2487 6.59611 13.1704 6.49414 13.1159 6.39369C13.0532 6.27801 12.8972 5.93913 13.1025 5.56028C13.3092 5.17881 13.6954 5.1018 13.8282 5.08288C13.9461 5.06608 14.0796 5.06644 14.1511 5.06663C14.158 5.06665 14.1644 5.06667 14.17 5.06667H15.153V2.05C15.153 1.60817 15.5322 1.25 16 1.25C16.4678 1.25 16.847 1.60817 16.847 2.05V5.06667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 15C5 14.4477 5.44772 14 6 14L18.0001 14.0001C18.5523 14.0001 19.0001 14.4478 19.0001 15.0001C19.0001 15.5524 18.5523 16.0001 18.0001 16.0001L5.99999 16C5.44771 16 4.99999 15.5523 5 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 11C2 10.4477 2.44772 10 3 10H21C21.5523 10 22 10.4477 22 11C22 11.5523 21.5523 12 21 12H3C2.44772 12 2 11.5523 2 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.84702 5.06667H9.82995C9.83564 5.06667 9.84197 5.06665 9.84888 5.06663C9.92044 5.06644 10.0539 5.06608 10.1718 5.08288C10.3046 5.1018 10.6908 5.17881 10.8975 5.56028C11.1028 5.93913 10.9468 6.27801 10.8841 6.39369C10.8296 6.49414 10.7513 6.59611 10.7098 6.65003C10.7058 6.65526 10.7021 6.66003 10.6989 6.6643C10.4486 6.99207 10.0356 7.51644 9.6222 7.96481C9.41754 8.18678 9.19413 8.41069 8.97746 8.58558C8.86966 8.67258 8.74386 8.7636 8.60693 8.83671C8.48561 8.90149 8.26896 9 8 9C7.73104 9 7.51439 8.90149 7.39307 8.83671C7.25614 8.7636 7.13034 8.67258 7.02254 8.58558C6.80587 8.41069 6.58246 8.18678 6.3778 7.9648C5.96443 7.51644 5.55136 6.99207 5.30112 6.6643C5.29785 6.66003 5.29418 6.65525 5.29017 6.65003C5.24874 6.59611 5.1704 6.49414 5.11592 6.39369C5.05317 6.27801 4.89725 5.93913 5.10253 5.56028C5.30923 5.17881 5.69543 5.1018 5.82822 5.08288C5.94614 5.06608 6.07956 5.06644 6.15112 5.06663C6.15803 5.06665 6.16436 5.06667 6.17005 5.06667H7.15298V2.05C7.15298 1.60817 7.53221 1.25 8 1.25C8.46779 1.25 8.84702 1.60817 8.84702 2.05V5.06667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.847 17.8167H13.83C13.8356 17.8167 13.842 17.8167 13.8489 17.8166C13.9204 17.8164 14.0539 17.8161 14.1718 17.8329C14.3046 17.8518 14.6908 17.9288 14.8975 18.3103C15.1028 18.6891 14.9468 19.028 14.8841 19.1437C14.8296 19.2441 14.7513 19.3461 14.7098 19.4C14.7058 19.4053 14.7021 19.41 14.6989 19.4143C14.4486 19.7421 14.0356 20.2664 13.6222 20.7148C13.4175 20.9368 13.1941 21.1607 12.9775 21.3356C12.8697 21.4226 12.7439 21.5136 12.6069 21.5867C12.4856 21.6515 12.269 21.75 12 21.75C11.731 21.75 11.5144 21.6515 11.3931 21.5867C11.2561 21.5136 11.1303 21.4226 11.0225 21.3356C10.8059 21.1607 10.5825 20.9368 10.3778 20.7148C9.96443 20.2664 9.55136 19.7421 9.30112 19.4143C9.29785 19.41 9.29418 19.4053 9.29017 19.4C9.24874 19.3461 9.1704 19.2441 9.11592 19.1437C9.05317 19.028 8.89725 18.6891 9.10253 18.3103C9.30923 17.9288 9.69543 17.8518 9.82822 17.8329C9.94614 17.8161 10.0796 17.8164 10.1511 17.8166C10.158 17.8166 10.1644 17.8167 10.17 17.8167H11.153V14.8C11.153 14.3582 11.5322 14 12 14C12.4678 14 12.847 14.3582 12.847 14.8V17.8167Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.847 5.06667H17.83C17.8356 5.06667 17.842 5.06665 17.8489 5.06663C17.9204 5.06644 18.0539 5.06608 18.1718 5.08288C18.3046 5.1018 18.6908 5.17881 18.8975 5.56028C19.1028 5.93913 18.9468 6.27801 18.8841 6.39369C18.8296 6.49414 18.7513 6.59611 18.7098 6.65003C18.7058 6.65526 18.7021 6.66003 18.6989 6.6643C18.4486 6.99207 18.0356 7.51644 17.6222 7.96481C17.4175 8.18678 17.1941 8.41069 16.9775 8.58558C16.8697 8.67258 16.7439 8.7636 16.6069 8.83671C16.4856 8.90149 16.269 9 16 9C15.731 9 15.5144 8.90149 15.3931 8.83671C15.2561 8.7636 15.1303 8.67258 15.0225 8.58558C14.8059 8.41069 14.5825 8.18678 14.3778 7.9648C13.9644 7.51644 13.5514 6.99207 13.3011 6.6643C13.2979 6.66003 13.2942 6.65525 13.2902 6.65003C13.2487 6.59611 13.1704 6.49414 13.1159 6.39369C13.0532 6.27801 12.8972 5.93913 13.1025 5.56028C13.3092 5.17881 13.6954 5.1018 13.8282 5.08288C13.9461 5.06608 14.0796 5.06644 14.1511 5.06663C14.158 5.06665 14.1644 5.06667 14.17 5.06667H15.153V2.05C15.153 1.60817 15.5322 1.25 16 1.25C16.4678 1.25 16.847 1.60817 16.847 2.05V5.06667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 15C5 14.4477 5.44772 14 6 14L18.0001 14.0001C18.5523 14.0001 19.0001 14.4478 19.0001 15.0001C19.0001 15.5524 18.5523 16.0001 18.0001 16.0001L5.99999 16C5.44771 16 4.99999 15.5523 5 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 11C2 10.4477 2.44772 10 3 10H21C21.5523 10 22 10.4477 22 11C22 11.5523 21.5523 12 21 12H3C2.44772 12 2 11.5523 2 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-sorting-up{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.84702 18.1833H9.82995C9.83564 18.1833 9.84197 18.1833 9.84888 18.1834C9.92044 18.1836 10.0539 18.1839 10.1718 18.1671C10.3046 18.1482 10.6908 18.0712 10.8975 17.6897C11.1028 17.3109 10.9468 16.972 10.8841 16.8563C10.8296 16.7559 10.7513 16.6539 10.7098 16.6C10.7058 16.5947 10.7021 16.59 10.6989 16.5857C10.4486 16.2579 10.0356 15.7336 9.6222 15.2852C9.41754 15.0632 9.19413 14.8393 8.97746 14.6644C8.86966 14.5774 8.74386 14.4864 8.60693 14.4133C8.48561 14.3485 8.26896 14.25 8 14.25C7.73104 14.25 7.51439 14.3485 7.39307 14.4133C7.25614 14.4864 7.13034 14.5774 7.02254 14.6644C6.80587 14.8393 6.58246 15.0632 6.3778 15.2852C5.96443 15.7336 5.55136 16.2579 5.30112 16.5857C5.29785 16.59 5.29418 16.5947 5.29017 16.6C5.24874 16.6539 5.1704 16.7559 5.11592 16.8563C5.05317 16.972 4.89725 17.3109 5.10253 17.6897C5.30923 18.0712 5.69543 18.1482 5.82822 18.1671C5.94614 18.1839 6.07956 18.1836 6.15112 18.1834C6.15803 18.1834 6.16436 18.1833 6.17005 18.1833H7.15298V21.2C7.15298 21.6418 7.53221 22 8 22C8.46779 22 8.84702 21.6418 8.84702 21.2V18.1833Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.847 18.1833H17.83C17.8356 18.1833 17.842 18.1833 17.8489 18.1834C17.9204 18.1836 18.0539 18.1839 18.1718 18.1671C18.3046 18.1482 18.6908 18.0712 18.8975 17.6897C19.1028 17.3109 18.9468 16.972 18.8841 16.8563C18.8296 16.7559 18.7513 16.6539 18.7098 16.6C18.7058 16.5947 18.7021 16.59 18.6989 16.5857C18.4486 16.2579 18.0356 15.7336 17.6222 15.2852C17.4175 15.0632 17.1941 14.8393 16.9775 14.6644C16.8697 14.5774 16.7439 14.4864 16.6069 14.4133C16.4856 14.3485 16.269 14.25 16 14.25C15.731 14.25 15.5144 14.3485 15.3931 14.4133C15.2561 14.4864 15.1303 14.5774 15.0225 14.6644C14.8059 14.8393 14.5825 15.0632 14.3778 15.2852C13.9644 15.7336 13.5514 16.2579 13.3011 16.5857C13.2979 16.59 13.2942 16.5947 13.2902 16.6C13.2487 16.6539 13.1704 16.7559 13.1159 16.8563C13.0532 16.972 12.8972 17.3109 13.1025 17.6897C13.3092 18.0712 13.6954 18.1482 13.8282 18.1671C13.9461 18.1839 14.0796 18.1836 14.1511 18.1834C14.158 18.1834 14.1644 18.1833 14.17 18.1833H15.153V21.2C15.153 21.6418 15.5322 22 16 22C16.4678 22 16.847 21.6418 16.847 21.2V18.1833Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.847 5.18333H13.83C13.8356 5.18333 13.842 5.18335 13.8489 5.18337C13.9204 5.18356 14.0539 5.18392 14.1718 5.16712C14.3046 5.1482 14.6908 5.07119 14.8975 4.68972C15.1028 4.31087 14.9468 3.97199 14.8841 3.85631C14.8296 3.75586 14.7513 3.65389 14.7098 3.59997C14.7058 3.59474 14.7021 3.58997 14.6989 3.5857C14.4486 3.25793 14.0356 2.73356 13.6222 2.28519C13.4175 2.06322 13.1941 1.83931 12.9775 1.66442C12.8697 1.57742 12.7439 1.4864 12.6069 1.41329C12.4856 1.34851 12.269 1.25 12 1.25C11.731 1.25 11.5144 1.34851 11.3931 1.41329C11.2561 1.4864 11.1303 1.57742 11.0225 1.66442C10.8059 1.83931 10.5825 2.06322 10.3778 2.2852C9.96443 2.73356 9.55136 3.25793 9.30112 3.5857C9.29785 3.58997 9.29418 3.59475 9.29017 3.59997C9.24874 3.65389 9.1704 3.75586 9.11592 3.85631C9.05317 3.97199 8.89725 4.31087 9.10253 4.68972C9.30923 5.07119 9.69543 5.1482 9.82822 5.16712C9.94614 5.18392 10.0796 5.18356 10.1511 5.18337C10.158 5.18335 10.1644 5.18333 10.17 5.18333H11.153V8.2C11.153 8.64183 11.5322 9 12 9C12.4678 9 12.847 8.64183 12.847 8.2V5.18333Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 8C5 7.44772 5.44772 7 6 7L18.0001 7.00006C18.5523 7.00006 19.0001 7.44778 19.0001 8.00007C19.0001 8.55235 18.5523 9.00006 18.0001 9.00006L5.99999 9C5.44771 9 4.99999 8.55228 5 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H3C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.84702 18.1833H9.82995C9.83564 18.1833 9.84197 18.1833 9.84888 18.1834C9.92044 18.1836 10.0539 18.1839 10.1718 18.1671C10.3046 18.1482 10.6908 18.0712 10.8975 17.6897C11.1028 17.3109 10.9468 16.972 10.8841 16.8563C10.8296 16.7559 10.7513 16.6539 10.7098 16.6C10.7058 16.5947 10.7021 16.59 10.6989 16.5857C10.4486 16.2579 10.0356 15.7336 9.6222 15.2852C9.41754 15.0632 9.19413 14.8393 8.97746 14.6644C8.86966 14.5774 8.74386 14.4864 8.60693 14.4133C8.48561 14.3485 8.26896 14.25 8 14.25C7.73104 14.25 7.51439 14.3485 7.39307 14.4133C7.25614 14.4864 7.13034 14.5774 7.02254 14.6644C6.80587 14.8393 6.58246 15.0632 6.3778 15.2852C5.96443 15.7336 5.55136 16.2579 5.30112 16.5857C5.29785 16.59 5.29418 16.5947 5.29017 16.6C5.24874 16.6539 5.1704 16.7559 5.11592 16.8563C5.05317 16.972 4.89725 17.3109 5.10253 17.6897C5.30923 18.0712 5.69543 18.1482 5.82822 18.1671C5.94614 18.1839 6.07956 18.1836 6.15112 18.1834C6.15803 18.1834 6.16436 18.1833 6.17005 18.1833H7.15298V21.2C7.15298 21.6418 7.53221 22 8 22C8.46779 22 8.84702 21.6418 8.84702 21.2V18.1833Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.847 18.1833H17.83C17.8356 18.1833 17.842 18.1833 17.8489 18.1834C17.9204 18.1836 18.0539 18.1839 18.1718 18.1671C18.3046 18.1482 18.6908 18.0712 18.8975 17.6897C19.1028 17.3109 18.9468 16.972 18.8841 16.8563C18.8296 16.7559 18.7513 16.6539 18.7098 16.6C18.7058 16.5947 18.7021 16.59 18.6989 16.5857C18.4486 16.2579 18.0356 15.7336 17.6222 15.2852C17.4175 15.0632 17.1941 14.8393 16.9775 14.6644C16.8697 14.5774 16.7439 14.4864 16.6069 14.4133C16.4856 14.3485 16.269 14.25 16 14.25C15.731 14.25 15.5144 14.3485 15.3931 14.4133C15.2561 14.4864 15.1303 14.5774 15.0225 14.6644C14.8059 14.8393 14.5825 15.0632 14.3778 15.2852C13.9644 15.7336 13.5514 16.2579 13.3011 16.5857C13.2979 16.59 13.2942 16.5947 13.2902 16.6C13.2487 16.6539 13.1704 16.7559 13.1159 16.8563C13.0532 16.972 12.8972 17.3109 13.1025 17.6897C13.3092 18.0712 13.6954 18.1482 13.8282 18.1671C13.9461 18.1839 14.0796 18.1836 14.1511 18.1834C14.158 18.1834 14.1644 18.1833 14.17 18.1833H15.153V21.2C15.153 21.6418 15.5322 22 16 22C16.4678 22 16.847 21.6418 16.847 21.2V18.1833Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.847 5.18333H13.83C13.8356 5.18333 13.842 5.18335 13.8489 5.18337C13.9204 5.18356 14.0539 5.18392 14.1718 5.16712C14.3046 5.1482 14.6908 5.07119 14.8975 4.68972C15.1028 4.31087 14.9468 3.97199 14.8841 3.85631C14.8296 3.75586 14.7513 3.65389 14.7098 3.59997C14.7058 3.59474 14.7021 3.58997 14.6989 3.5857C14.4486 3.25793 14.0356 2.73356 13.6222 2.28519C13.4175 2.06322 13.1941 1.83931 12.9775 1.66442C12.8697 1.57742 12.7439 1.4864 12.6069 1.41329C12.4856 1.34851 12.269 1.25 12 1.25C11.731 1.25 11.5144 1.34851 11.3931 1.41329C11.2561 1.4864 11.1303 1.57742 11.0225 1.66442C10.8059 1.83931 10.5825 2.06322 10.3778 2.2852C9.96443 2.73356 9.55136 3.25793 9.30112 3.5857C9.29785 3.58997 9.29418 3.59475 9.29017 3.59997C9.24874 3.65389 9.1704 3.75586 9.11592 3.85631C9.05317 3.97199 8.89725 4.31087 9.10253 4.68972C9.30923 5.07119 9.69543 5.1482 9.82822 5.16712C9.94614 5.18392 10.0796 5.18356 10.1511 5.18337C10.158 5.18335 10.1644 5.18333 10.17 5.18333H11.153V8.2C11.153 8.64183 11.5322 9 12 9C12.4678 9 12.847 8.64183 12.847 8.2V5.18333Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 8C5 7.44772 5.44772 7 6 7L18.0001 7.00006C18.5523 7.00006 19.0001 7.44778 19.0001 8.00007C19.0001 8.55235 18.5523 9.00006 18.0001 9.00006L5.99999 9C5.44771 9 4.99999 8.55228 5 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H3C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-filter-and-sorting-icons-sorting-z-a-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5939 16.2718C15.7703 16.2497 15.986 16.2499 16.1616 16.25L16.75 16.25V4C16.75 3.44772 17.1977 3 17.75 3C18.3023 3 18.75 3.44772 18.75 4V16.25L19.3384 16.25C19.514 16.2499 19.7297 16.2497 19.9061 16.2718L19.9095 16.2722C20.0359 16.288 20.612 16.3598 20.8863 16.9254C21.1613 17.4922 20.8593 17.9924 20.794 18.1006L20.4549 18.5691C20.1602 18.9449 19.7546 19.4593 19.3741 19.8503C19.1843 20.0454 18.967 20.2467 18.7361 20.4055C18.5309 20.5467 18.1807 20.75 17.75 20.75C17.3193 20.75 16.9691 20.5467 16.7639 20.4055C16.533 20.2467 16.3157 20.0454 16.1259 19.8503C15.7454 19.4593 15.3397 18.9449 15.0451 18.569L14.706 18.1006C14.6407 17.9924 14.3387 17.4922 14.6137 16.9254C14.888 16.3598 15.4641 16.288 15.5905 16.2722L15.5939 16.2718Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.27634 4.00002H4C3.44772 4.00002 3 3.55231 3 3.00002C3 2.44774 3.44772 2.00002 4 2.00002H8.42109C8.44138 2.00002 8.46167 2.00002 8.48197 2.00001C8.8935 1.9999 9.30354 1.99979 9.62274 2.04486C9.92453 2.08747 10.566 2.223 10.8547 2.87572C11.1464 3.53531 10.8053 4.10202 10.6293 4.35241C10.4445 4.61529 10.1643 4.91268 9.88479 5.2093C9.87075 5.2242 9.85671 5.2391 9.84269 5.25399L6.31523 9.00002H10C10.5523 9.00002 11 9.44774 11 10C11 10.5523 10.5523 11 10 11H6.17048C6.1502 11 6.12991 11 6.10962 11C5.69808 11.0001 5.28803 11.0003 4.96883 10.9552C4.66705 10.9126 4.02552 10.777 3.73688 10.1243C3.4452 9.46473 3.78629 8.89802 3.96231 8.64763C4.14712 8.38475 4.42731 8.08736 4.70678 7.79075C4.72082 7.77585 4.73486 7.76095 4.74888 7.74605L8.27634 4.00002Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00025 16.7546L9.08781 21.4092C9.31382 21.9131 9.90555 22.1384 10.4095 21.9124C10.9134 21.6864 11.1387 21.0947 10.9127 20.5908L8.80711 15.896C8.7988 15.8775 8.7905 15.859 8.78221 15.8405C8.60901 15.4541 8.43822 15.073 8.26459 14.7957C8.10345 14.5383 7.71745 14 7.00025 14C6.28305 14 5.89705 14.5383 5.73591 14.7957C5.56228 15.073 5.39148 15.4541 5.21828 15.8405C5.20999 15.859 5.20169 15.8775 5.19339 15.896L3.08781 20.5908C2.86181 21.0947 3.0871 21.6864 3.59102 21.9124C4.09495 22.1384 4.68667 21.9131 4.91268 21.4092L7.00025 16.7546Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5939 16.2718C15.7703 16.2497 15.986 16.2499 16.1616 16.25L16.75 16.25V4C16.75 3.44772 17.1977 3 17.75 3C18.3023 3 18.75 3.44772 18.75 4V16.25L19.3384 16.25C19.514 16.2499 19.7297 16.2497 19.9061 16.2718L19.9095 16.2722C20.0359 16.288 20.612 16.3598 20.8863 16.9254C21.1613 17.4922 20.8593 17.9924 20.794 18.1006L20.4549 18.5691C20.1602 18.9449 19.7546 19.4593 19.3741 19.8503C19.1843 20.0454 18.967 20.2467 18.7361 20.4055C18.5309 20.5467 18.1807 20.75 17.75 20.75C17.3193 20.75 16.9691 20.5467 16.7639 20.4055C16.533 20.2467 16.3157 20.0454 16.1259 19.8503C15.7454 19.4593 15.3397 18.9449 15.0451 18.569L14.706 18.1006C14.6407 17.9924 14.3387 17.4922 14.6137 16.9254C14.888 16.3598 15.4641 16.288 15.5905 16.2722L15.5939 16.2718Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.27634 4.00002H4C3.44772 4.00002 3 3.55231 3 3.00002C3 2.44774 3.44772 2.00002 4 2.00002H8.42109C8.44138 2.00002 8.46167 2.00002 8.48197 2.00001C8.8935 1.9999 9.30354 1.99979 9.62274 2.04486C9.92453 2.08747 10.566 2.223 10.8547 2.87572C11.1464 3.53531 10.8053 4.10202 10.6293 4.35241C10.4445 4.61529 10.1643 4.91268 9.88479 5.2093C9.87075 5.2242 9.85671 5.2391 9.84269 5.25399L6.31523 9.00002H10C10.5523 9.00002 11 9.44774 11 10C11 10.5523 10.5523 11 10 11H6.17048C6.1502 11 6.12991 11 6.10962 11C5.69808 11.0001 5.28803 11.0003 4.96883 10.9552C4.66705 10.9126 4.02552 10.777 3.73688 10.1243C3.4452 9.46473 3.78629 8.89802 3.96231 8.64763C4.14712 8.38475 4.42731 8.08736 4.70678 7.79075C4.72082 7.77585 4.73486 7.76095 4.74888 7.74605L8.27634 4.00002Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00025 16.7546L9.08781 21.4092C9.31382 21.9131 9.90555 22.1384 10.4095 21.9124C10.9134 21.6864 11.1387 21.0947 10.9127 20.5908L8.80711 15.896C8.7988 15.8775 8.7905 15.859 8.78221 15.8405C8.60901 15.4541 8.43822 15.073 8.26459 14.7957C8.10345 14.5383 7.71745 14 7.00025 14C6.28305 14 5.89705 14.5383 5.73591 14.7957C5.56228 15.073 5.39148 15.4541 5.21828 15.8405C5.20999 15.859 5.20169 15.8775 5.19339 15.896L3.08781 20.5908C2.86181 21.0947 3.0871 21.6864 3.59102 21.9124C4.09495 22.1384 4.68667 21.9131 4.91268 21.4092L7.00025 16.7546Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-apple-pie{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.46926 6.53859C8.71834 7.02855 8.5321 7.63235 8.05328 7.88723C6.20753 8.86971 4.87317 10.5017 4.3863 12.3924C4.27826 12.812 3.91918 13.1101 3.5003 13.1358C3.47992 13.1549 3.44532 13.1946 3.39998 13.2719C3.28209 13.4727 3.20455 13.7617 3.20455 14.0107C3.20455 14.5662 3.56584 14.9139 4.09242 14.9794C4.62582 15.0458 5.06009 14.7896 5.18926 14.27C5.29945 13.8268 5.68944 13.5166 6.13636 13.5166C6.58329 13.5166 6.97327 13.8268 7.08347 14.27C7.19643 14.7244 7.58414 15.0001 8.09091 15.0001C8.59767 15.0001 8.98538 14.7244 9.09835 14.27C9.20855 13.8268 9.59853 13.5166 10.0455 13.5166C10.4924 13.5166 10.8824 13.8268 10.9926 14.27C11.1055 14.7244 11.4932 15.0001 12 15.0001C12.5068 15.0001 12.8945 14.7244 13.0074 14.27C13.1176 13.8268 13.5076 13.5166 13.9545 13.5166C14.4015 13.5166 14.7915 13.8268 14.9016 14.27C15.0146 14.7244 15.4023 15.0001 15.9091 15.0001C16.4159 15.0001 16.8036 14.7244 16.9165 14.27C17.0267 13.8268 17.4167 13.5166 17.8636 13.5166C18.3106 13.5166 18.7005 13.8268 18.8107 14.27C18.9399 14.7896 19.3742 15.0458 19.9076 14.9794C20.4342 14.9139 20.7955 14.5662 20.7955 14.0107C20.7955 13.7617 20.7179 13.4727 20.6 13.2719C20.5547 13.1946 20.5201 13.1549 20.4997 13.1358C20.0808 13.1101 19.7217 12.812 19.6137 12.3924C19.1268 10.5017 17.7925 8.86971 15.9467 7.88723C15.4679 7.63235 15.2817 7.02855 15.5307 6.53859C15.7798 6.04864 16.3699 5.85806 16.8487 6.11294C18.956 7.23463 20.5952 9.08083 21.3387 11.3221C21.7714 11.5392 22.0817 11.9119 22.2755 12.2419C22.5832 12.7661 22.75 13.4136 22.75 14.0107C22.75 15.787 21.4332 16.8043 20.1435 16.9648C19.3694 17.0611 18.5088 16.8602 17.8549 16.3111C17.2934 16.7761 16.5825 17.0001 15.9091 17.0001C15.2321 17.0001 14.5174 16.7738 13.9545 16.3039C13.3917 16.7738 12.677 17.0001 12 17.0001C11.323 17.0001 10.6083 16.7738 10.0455 16.3039C9.48258 16.7738 8.76786 17.0001 8.09091 17.0001C7.41746 17.0001 6.70662 16.7761 6.1451 16.3111C5.49118 16.8602 4.63062 17.0611 3.85649 16.9648C2.56677 16.8043 1.25 15.787 1.25 14.0107C1.25 13.4136 1.41677 12.7661 1.72454 12.2419C1.91829 11.9119 2.22862 11.5392 2.66126 11.3221C3.40475 9.08083 5.044 7.23463 7.15127 6.11294C7.63009 5.85806 8.22017 6.04864 8.46926 6.53859Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7274 1.81815C14.627 1.41631 14.2198 1.17199 13.8179 1.27245C12.3416 1.64154 11.6246 2.54359 11.3665 3.32334C10.153 3.60937 9.24982 4.69924 9.24982 6.00006C9.24982 7.51884 10.481 8.75006 11.9998 8.75006C13.5186 8.75006 14.7498 7.51884 14.7498 6.00006C14.7498 4.82848 14.0172 3.82802 12.9851 3.43182C13.1839 3.17042 13.5429 2.88736 14.1817 2.72766C14.5836 2.6272 14.8279 2.22 14.7274 1.81815Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94743 9.60555C10.4414 9.85254 10.6416 10.4532 10.3946 10.9472L9.89465 11.9472C9.64766 12.4412 9.04698 12.6414 8.55301 12.3944C8.05903 12.1474 7.8588 11.5467 8.10579 11.0528L8.60579 10.0528C8.85278 9.55878 9.45345 9.35856 9.94743 9.60555ZM14.053 9.60555C14.547 9.35856 15.1477 9.55878 15.3946 10.0528L15.8946 11.0528C16.1416 11.5467 15.9414 12.1474 15.4474 12.3944C14.9535 12.6414 14.3528 12.4412 14.1058 11.9472L13.6058 10.9472C13.3588 10.4532 13.559 9.85254 14.053 9.60555Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.89157 15.5615C3.03254 15.3659 3.25892 15.25 3.50001 15.25H20.5C20.7411 15.25 20.9675 15.3659 21.1084 15.5615C21.2494 15.757 21.2878 16.0085 21.2115 16.2372L20.5651 18.1764L20.5651 18.1764C20.247 19.1309 19.9882 19.9073 19.7068 20.5121C19.4133 21.1431 19.0652 21.6567 18.5304 22.0422C17.9956 22.4276 17.3983 22.5954 16.7068 22.6744C16.0441 22.75 15.2257 22.75 14.2196 22.75H9.78042H9.78041C8.77434 22.75 7.95588 22.75 7.29322 22.6744C6.60173 22.5954 6.00444 22.4276 5.46962 22.0422C4.9348 21.6567 4.58673 21.1431 4.29317 20.5121C4.01185 19.9073 3.75304 19.1309 3.43491 18.1764L2.78849 16.2372C2.71226 16.0085 2.75061 15.757 2.89157 15.5615Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.46926 6.53859C8.71834 7.02855 8.5321 7.63235 8.05328 7.88723C6.20753 8.86971 4.87317 10.5017 4.3863 12.3924C4.27826 12.812 3.91918 13.1101 3.5003 13.1358C3.47992 13.1549 3.44532 13.1946 3.39998 13.2719C3.28209 13.4727 3.20455 13.7617 3.20455 14.0107C3.20455 14.5662 3.56584 14.9139 4.09242 14.9794C4.62582 15.0458 5.06009 14.7896 5.18926 14.27C5.29945 13.8268 5.68944 13.5166 6.13636 13.5166C6.58329 13.5166 6.97327 13.8268 7.08347 14.27C7.19643 14.7244 7.58414 15.0001 8.09091 15.0001C8.59767 15.0001 8.98538 14.7244 9.09835 14.27C9.20855 13.8268 9.59853 13.5166 10.0455 13.5166C10.4924 13.5166 10.8824 13.8268 10.9926 14.27C11.1055 14.7244 11.4932 15.0001 12 15.0001C12.5068 15.0001 12.8945 14.7244 13.0074 14.27C13.1176 13.8268 13.5076 13.5166 13.9545 13.5166C14.4015 13.5166 14.7915 13.8268 14.9016 14.27C15.0146 14.7244 15.4023 15.0001 15.9091 15.0001C16.4159 15.0001 16.8036 14.7244 16.9165 14.27C17.0267 13.8268 17.4167 13.5166 17.8636 13.5166C18.3106 13.5166 18.7005 13.8268 18.8107 14.27C18.9399 14.7896 19.3742 15.0458 19.9076 14.9794C20.4342 14.9139 20.7955 14.5662 20.7955 14.0107C20.7955 13.7617 20.7179 13.4727 20.6 13.2719C20.5547 13.1946 20.5201 13.1549 20.4997 13.1358C20.0808 13.1101 19.7217 12.812 19.6137 12.3924C19.1268 10.5017 17.7925 8.86971 15.9467 7.88723C15.4679 7.63235 15.2817 7.02855 15.5307 6.53859C15.7798 6.04864 16.3699 5.85806 16.8487 6.11294C18.956 7.23463 20.5952 9.08083 21.3387 11.3221C21.7714 11.5392 22.0817 11.9119 22.2755 12.2419C22.5832 12.7661 22.75 13.4136 22.75 14.0107C22.75 15.787 21.4332 16.8043 20.1435 16.9648C19.3694 17.0611 18.5088 16.8602 17.8549 16.3111C17.2934 16.7761 16.5825 17.0001 15.9091 17.0001C15.2321 17.0001 14.5174 16.7738 13.9545 16.3039C13.3917 16.7738 12.677 17.0001 12 17.0001C11.323 17.0001 10.6083 16.7738 10.0455 16.3039C9.48258 16.7738 8.76786 17.0001 8.09091 17.0001C7.41746 17.0001 6.70662 16.7761 6.1451 16.3111C5.49118 16.8602 4.63062 17.0611 3.85649 16.9648C2.56677 16.8043 1.25 15.787 1.25 14.0107C1.25 13.4136 1.41677 12.7661 1.72454 12.2419C1.91829 11.9119 2.22862 11.5392 2.66126 11.3221C3.40475 9.08083 5.044 7.23463 7.15127 6.11294C7.63009 5.85806 8.22017 6.04864 8.46926 6.53859Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7274 1.81815C14.627 1.41631 14.2198 1.17199 13.8179 1.27245C12.3416 1.64154 11.6246 2.54359 11.3665 3.32334C10.153 3.60937 9.24982 4.69924 9.24982 6.00006C9.24982 7.51884 10.481 8.75006 11.9998 8.75006C13.5186 8.75006 14.7498 7.51884 14.7498 6.00006C14.7498 4.82848 14.0172 3.82802 12.9851 3.43182C13.1839 3.17042 13.5429 2.88736 14.1817 2.72766C14.5836 2.6272 14.8279 2.22 14.7274 1.81815Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94743 9.60555C10.4414 9.85254 10.6416 10.4532 10.3946 10.9472L9.89465 11.9472C9.64766 12.4412 9.04698 12.6414 8.55301 12.3944C8.05903 12.1474 7.8588 11.5467 8.10579 11.0528L8.60579 10.0528C8.85278 9.55878 9.45345 9.35856 9.94743 9.60555ZM14.053 9.60555C14.547 9.35856 15.1477 9.55878 15.3946 10.0528L15.8946 11.0528C16.1416 11.5467 15.9414 12.1474 15.4474 12.3944C14.9535 12.6414 14.3528 12.4412 14.1058 11.9472L13.6058 10.9472C13.3588 10.4532 13.559 9.85254 14.053 9.60555Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.89157 15.5615C3.03254 15.3659 3.25892 15.25 3.50001 15.25H20.5C20.7411 15.25 20.9675 15.3659 21.1084 15.5615C21.2494 15.757 21.2878 16.0085 21.2115 16.2372L20.5651 18.1764L20.5651 18.1764C20.247 19.1309 19.9882 19.9073 19.7068 20.5121C19.4133 21.1431 19.0652 21.6567 18.5304 22.0422C17.9956 22.4276 17.3983 22.5954 16.7068 22.6744C16.0441 22.75 15.2257 22.75 14.2196 22.75H9.78042H9.78041C8.77434 22.75 7.95588 22.75 7.29322 22.6744C6.60173 22.5954 6.00444 22.4276 5.46962 22.0422C4.9348 21.6567 4.58673 21.1431 4.29317 20.5121C4.01185 19.9073 3.75304 19.1309 3.43491 18.1764L2.78849 16.2372C2.71226 16.0085 2.75061 15.757 2.89157 15.5615Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-apple{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 4.37488C6.33325 4.37488 4.88521 5.28296 3.87898 6.53984C2.87194 7.79773 2.25 9.46862 2.25 11.1527C2.25 14.7732 2.77251 17.4406 4.87508 20.6091C4.88274 20.6206 4.89072 20.632 4.899 20.6431C5.73397 21.7615 6.76542 22.5354 7.96114 22.7874C9.1669 23.0414 10.4172 22.7388 11.6268 21.9414C11.8381 21.8021 12.1619 21.8021 12.3732 21.9414C13.5828 22.7388 14.8331 23.0414 16.0389 22.7874C17.2346 22.5354 18.266 21.7615 19.101 20.6431C19.1063 20.6359 19.1115 20.6287 19.1165 20.6214C19.1194 20.6173 19.1222 20.6132 19.1249 20.6091C21.2275 17.4406 21.75 14.7732 21.75 11.1527C21.75 9.46862 21.1281 7.79773 20.121 6.53984C19.1148 5.28296 17.6667 4.37488 16 4.37488C14.3808 4.37488 12.9747 5.21825 12 6.087C11.0253 5.21825 9.61924 4.37488 8 4.37488ZM8.52854 8.9738C8.99738 8.6819 9.14081 8.06519 8.84891 7.59635C8.557 7.12751 7.9403 6.98408 7.47146 7.27598C5.94812 8.22443 5 10.2132 5 12.1249C5 12.6772 5.44772 13.1249 6 13.1249C6.55228 13.1249 7 12.6772 7 12.1249C7 10.7696 7.69734 9.49131 8.52854 8.9738Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4799 4.10003C13.1308 4.74645 13 5.57034 13 6.12488C13 6.67716 12.5523 7.12488 12 7.12488C11.4477 7.12488 11 6.67716 11 6.12488C11 5.34609 11.1692 4.16997 11.7201 3.14973C12.2944 2.08615 13.3376 1.12488 15 1.12488C15.5523 1.12488 16 1.57259 16 2.12488C16 2.67716 15.5523 3.12488 15 3.12488C14.2624 3.12488 13.8056 3.49693 13.4799 4.10003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 4.37488C6.33325 4.37488 4.88521 5.28296 3.87898 6.53984C2.87194 7.79773 2.25 9.46862 2.25 11.1527C2.25 14.7732 2.77251 17.4406 4.87508 20.6091C4.88274 20.6206 4.89072 20.632 4.899 20.6431C5.73397 21.7615 6.76542 22.5354 7.96114 22.7874C9.1669 23.0414 10.4172 22.7388 11.6268 21.9414C11.8381 21.8021 12.1619 21.8021 12.3732 21.9414C13.5828 22.7388 14.8331 23.0414 16.0389 22.7874C17.2346 22.5354 18.266 21.7615 19.101 20.6431C19.1063 20.6359 19.1115 20.6287 19.1165 20.6214C19.1194 20.6173 19.1222 20.6132 19.1249 20.6091C21.2275 17.4406 21.75 14.7732 21.75 11.1527C21.75 9.46862 21.1281 7.79773 20.121 6.53984C19.1148 5.28296 17.6667 4.37488 16 4.37488C14.3808 4.37488 12.9747 5.21825 12 6.087C11.0253 5.21825 9.61924 4.37488 8 4.37488ZM8.52854 8.9738C8.99738 8.6819 9.14081 8.06519 8.84891 7.59635C8.557 7.12751 7.9403 6.98408 7.47146 7.27598C5.94812 8.22443 5 10.2132 5 12.1249C5 12.6772 5.44772 13.1249 6 13.1249C6.55228 13.1249 7 12.6772 7 12.1249C7 10.7696 7.69734 9.49131 8.52854 8.9738Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4799 4.10003C13.1308 4.74645 13 5.57034 13 6.12488C13 6.67716 12.5523 7.12488 12 7.12488C11.4477 7.12488 11 6.67716 11 6.12488C11 5.34609 11.1692 4.16997 11.7201 3.14973C12.2944 2.08615 13.3376 1.12488 15 1.12488C15.5523 1.12488 16 1.57259 16 2.12488C16 2.67716 15.5523 3.12488 15 3.12488C14.2624 3.12488 13.8056 3.49693 13.4799 4.10003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-apricot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4799 4.10015C13.1308 4.74657 13 5.57046 13 6.125C13 6.67728 12.5523 7.125 12 7.125C11.4477 7.125 11 6.67728 11 6.125C11 5.34621 11.1692 4.1701 11.7201 3.14985C12.2944 2.08628 13.3376 1.125 15 1.125C15.5523 1.125 16 1.57272 16 2.125C16 2.67728 15.5523 3.125 15 3.125C14.2624 3.125 13.8056 3.49706 13.4799 4.10015Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 5.375C5.35792 5.375 2.25 9.44554 2.25 14.125C2.25 18.8045 5.35792 22.875 9.5 22.875C10.3806 22.875 11.2232 22.6859 12.0002 22.3425C12.7751 22.6852 13.6167 22.875 14.5005 22.875C18.6426 22.875 21.7505 18.8045 21.7505 14.125C21.7505 9.44554 18.6426 5.375 14.5005 5.375C13.6132 5.375 12.7696 5.56282 11.9921 5.90398C11.2173 5.56284 10.3776 5.375 9.5 5.375ZM10.9297 8.78266C11.308 8.38029 11.2885 7.74743 10.8861 7.36911C10.4837 6.9908 9.85087 7.0103 9.47256 7.41266C8.12767 8.84306 7.22828 10.8217 7.00517 13.0238C6.9495 13.5733 7.3498 14.0638 7.89928 14.1195C8.44875 14.1752 8.93931 13.7749 8.99498 13.2254C9.17672 11.4317 9.90536 9.87207 10.9297 8.78266Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4799 4.10015C13.1308 4.74657 13 5.57046 13 6.125C13 6.67728 12.5523 7.125 12 7.125C11.4477 7.125 11 6.67728 11 6.125C11 5.34621 11.1692 4.1701 11.7201 3.14985C12.2944 2.08628 13.3376 1.125 15 1.125C15.5523 1.125 16 1.57272 16 2.125C16 2.67728 15.5523 3.125 15 3.125C14.2624 3.125 13.8056 3.49706 13.4799 4.10015Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 5.375C5.35792 5.375 2.25 9.44554 2.25 14.125C2.25 18.8045 5.35792 22.875 9.5 22.875C10.3806 22.875 11.2232 22.6859 12.0002 22.3425C12.7751 22.6852 13.6167 22.875 14.5005 22.875C18.6426 22.875 21.7505 18.8045 21.7505 14.125C21.7505 9.44554 18.6426 5.375 14.5005 5.375C13.6132 5.375 12.7696 5.56282 11.9921 5.90398C11.2173 5.56284 10.3776 5.375 9.5 5.375ZM10.9297 8.78266C11.308 8.38029 11.2885 7.74743 10.8861 7.36911C10.4837 6.9908 9.85087 7.0103 9.47256 7.41266C8.12767 8.84306 7.22828 10.8217 7.00517 13.0238C6.9495 13.5733 7.3498 14.0638 7.89928 14.1195C8.44875 14.1752 8.93931 13.7749 8.99498 13.2254C9.17672 11.4317 9.90536 9.87207 10.9297 8.78266Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-avocado{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3015 3.68273C13.0857 4.1323 13 4.72242 13 5.125C13 5.67728 12.5523 6.125 12 6.125C11.4477 6.125 11 5.67728 11 5.125C11 4.52758 11.1143 3.6177 11.4985 2.81727C11.8938 1.99359 12.6747 1.125 14 1.125C14.5523 1.125 15 1.57272 15 2.125C15 2.67728 14.5523 3.125 14 3.125C13.7253 3.125 13.5062 3.25641 13.3015 3.68273Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.375C9.25021 4.375 6.91667 6.44625 6.91667 9.125C6.91667 10.2608 6.65492 11.4534 6.03658 12.2844C5.22822 13.3708 4.75 14.6947 4.75 16.125C4.75 19.9083 8.05359 22.875 12 22.875C15.9464 22.875 19.25 19.9083 19.25 16.125C19.25 14.6947 18.7718 13.3708 17.9634 12.2844C17.3451 11.4534 17.0833 10.2608 17.0833 9.125C17.0833 6.44625 14.7498 4.375 12 4.375ZM13.3438 12.4794C12.8552 12.3506 12.2114 12.2668 11.7293 12.6931C11.4945 12.9007 11.3799 13.1637 11.3217 13.3938C11.2645 13.6197 11.25 13.8598 11.25 14.0838V18.1662C11.25 18.3902 11.2645 18.6303 11.3217 18.8562C11.3799 19.0863 11.4945 19.3492 11.7293 19.5569C12.2114 19.9832 12.8552 19.8994 13.3438 19.7705C17.2187 18.7483 17.2187 13.5016 13.3438 12.4794Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3015 3.68273C13.0857 4.1323 13 4.72242 13 5.125C13 5.67728 12.5523 6.125 12 6.125C11.4477 6.125 11 5.67728 11 5.125C11 4.52758 11.1143 3.6177 11.4985 2.81727C11.8938 1.99359 12.6747 1.125 14 1.125C14.5523 1.125 15 1.57272 15 2.125C15 2.67728 14.5523 3.125 14 3.125C13.7253 3.125 13.5062 3.25641 13.3015 3.68273Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.375C9.25021 4.375 6.91667 6.44625 6.91667 9.125C6.91667 10.2608 6.65492 11.4534 6.03658 12.2844C5.22822 13.3708 4.75 14.6947 4.75 16.125C4.75 19.9083 8.05359 22.875 12 22.875C15.9464 22.875 19.25 19.9083 19.25 16.125C19.25 14.6947 18.7718 13.3708 17.9634 12.2844C17.3451 11.4534 17.0833 10.2608 17.0833 9.125C17.0833 6.44625 14.7498 4.375 12 4.375ZM13.3438 12.4794C12.8552 12.3506 12.2114 12.2668 11.7293 12.6931C11.4945 12.9007 11.3799 13.1637 11.3217 13.3938C11.2645 13.6197 11.25 13.8598 11.25 14.0838V18.1662C11.25 18.3902 11.2645 18.6303 11.3217 18.8562C11.3799 19.0863 11.4945 19.3492 11.7293 19.5569C12.2114 19.9832 12.8552 19.8994 13.3438 19.7705C17.2187 18.7483 17.2187 13.5016 13.3438 12.4794Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-banana{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7606 7.15384C15.6487 7.78004 16.25 8.74498 16.25 10.0073C16.25 10.4215 15.9142 10.7573 15.5 10.7573C15.0858 10.7573 14.75 10.4215 14.75 10.0073C14.75 9.28154 14.4275 8.75433 13.8962 8.37974C13.3408 7.9881 12.5426 7.76037 11.6618 7.75033C9.83983 7.72956 8.16144 8.60374 7.75738 10.0389C7.65595 10.3991 8.16717 9.90127 8.23135 9.84676C8.56893 9.56008 9.04922 9.1763 9.82318 8.99394C10.4392 8.84879 11.0212 8.87397 11.5346 9.08306C12.0493 9.29267 12.4363 9.66338 12.6988 10.1077C13.2109 10.9744 13.2657 12.1306 12.9841 13.1923C12.8779 13.5926 12.4672 13.8311 12.0669 13.7249C11.6665 13.6187 11.428 13.2081 11.5342 12.8077C11.7464 12.0077 11.6569 11.2931 11.4074 10.8708C11.2892 10.6707 11.141 10.5424 10.9688 10.4723C10.7954 10.4016 10.5389 10.3664 10.1672 10.454C9.76056 10.5498 9.43667 10.7851 9.12759 11.0548C8.87417 11.2758 8.45266 11.6435 7.86882 11.7028C7.24637 11.766 6.76764 11.4259 6.51135 11.0168C6.26396 10.622 6.17915 10.1096 6.31352 9.63235C6.98314 7.25401 9.53705 6.22601 11.6789 6.25042C12.7801 6.26298 13.8967 6.54468 14.7606 7.15384Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8084 14.0092C15.1048 13.7199 15.5797 13.7257 15.869 14.0222C16.7555 14.9307 16.5112 16.1107 16.1073 17.0251C15.7056 17.9346 15.0097 18.9089 14.3956 19.7688C14.2509 19.9713 14.1093 20.1661 13.9735 20.3528C13.4829 21.0272 13.0687 21.5966 12.8653 22.0525C12.8645 22.0543 12.8636 22.0562 12.8628 22.0581C12.8321 22.1266 12.7808 22.2412 12.8653 22.3257C13.1948 22.5842 13.6074 22.7579 14.0306 22.7449C16.161 22.6797 18.1669 21.509 19.4159 19.8701C20.6018 18.314 21.1605 16.2532 20.4091 14.2341C21.0836 12.9796 21.6516 11.3961 22.0398 10.1879C22.8698 7.60468 22.8983 5.46782 22.5007 3.93224C22.3027 3.16741 21.992 2.52654 21.5962 2.06073C21.2074 1.60324 20.6747 1.24998 20.0522 1.24998C19.225 1.24998 18.5065 1.51417 18.0616 2.24796C17.8533 2.59156 17.6898 3.02734 17.5338 3.54436C17.3758 4.06823 17.2111 4.72635 17.0163 5.53915C16.3446 8.34206 15.1399 10.0369 13.6611 11.2549C13.6407 11.2691 13.6258 11.2812 13.6178 11.2886C12.512 12.1891 11.2315 12.8483 9.82262 13.4995C9.5069 13.6454 9.18286 13.7917 8.85382 13.9402L8.85339 13.9404C7.73765 14.4441 6.5592 14.976 5.41171 15.6263C5.21725 15.7365 4.94744 15.7771 4.61198 15.7423C4.28158 15.7079 3.95437 15.607 3.70798 15.5117C3.05292 15.2583 2.43028 15.392 1.97705 15.7916C1.56744 16.1527 1.35322 16.6757 1.28041 17.1548C1.20721 17.6364 1.25821 18.1934 1.52069 18.6622C1.80497 19.17 2.32296 19.5343 3.02371 19.5343C3.13742 19.5343 3.2624 19.5255 3.39243 19.5163C3.80255 19.4875 4.26279 19.4551 4.57722 19.684C5.84907 20.6097 7.79113 20.8259 9.56391 20.7252C10.3099 20.6828 11.0632 20.5821 11.7757 20.4359C12.0327 20.3832 12.2531 20.2233 12.399 20.0053C12.6318 19.6576 12.8867 19.3006 13.1186 18.9758C13.7771 18.0535 14.3969 17.1851 14.7352 16.419C15.0838 15.6299 14.9982 15.2776 14.7954 15.0698C14.5061 14.7734 14.5119 14.2985 14.8084 14.0092ZM16.2253 10.7725C17.2028 9.53045 17.9789 7.95922 18.475 5.88871C18.6701 5.07465 18.8259 4.4551 18.9699 3.97756C19.116 3.49318 19.2362 3.20383 19.3443 3.02566C19.509 2.75391 19.7508 2.74998 20.0522 2.74998C20.0809 2.74998 20.232 2.77187 20.4531 3.03201C20.6671 3.28383 20.8919 3.70309 21.0486 4.30821C21.3604 5.51254 21.3745 7.35491 20.6117 9.72901C20.321 10.6339 19.9443 11.697 19.5174 12.6465C18.6533 11.5553 17.4684 10.9075 16.2253 10.7725Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7606 7.15384C15.6487 7.78004 16.25 8.74498 16.25 10.0073C16.25 10.4215 15.9142 10.7573 15.5 10.7573C15.0858 10.7573 14.75 10.4215 14.75 10.0073C14.75 9.28154 14.4275 8.75433 13.8962 8.37974C13.3408 7.9881 12.5426 7.76037 11.6618 7.75033C9.83983 7.72956 8.16144 8.60374 7.75738 10.0389C7.65595 10.3991 8.16717 9.90127 8.23135 9.84676C8.56893 9.56008 9.04922 9.1763 9.82318 8.99394C10.4392 8.84879 11.0212 8.87397 11.5346 9.08306C12.0493 9.29267 12.4363 9.66338 12.6988 10.1077C13.2109 10.9744 13.2657 12.1306 12.9841 13.1923C12.8779 13.5926 12.4672 13.8311 12.0669 13.7249C11.6665 13.6187 11.428 13.2081 11.5342 12.8077C11.7464 12.0077 11.6569 11.2931 11.4074 10.8708C11.2892 10.6707 11.141 10.5424 10.9688 10.4723C10.7954 10.4016 10.5389 10.3664 10.1672 10.454C9.76056 10.5498 9.43667 10.7851 9.12759 11.0548C8.87417 11.2758 8.45266 11.6435 7.86882 11.7028C7.24637 11.766 6.76764 11.4259 6.51135 11.0168C6.26396 10.622 6.17915 10.1096 6.31352 9.63235C6.98314 7.25401 9.53705 6.22601 11.6789 6.25042C12.7801 6.26298 13.8967 6.54468 14.7606 7.15384Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8084 14.0092C15.1048 13.7199 15.5797 13.7257 15.869 14.0222C16.7555 14.9307 16.5112 16.1107 16.1073 17.0251C15.7056 17.9346 15.0097 18.9089 14.3956 19.7688C14.2509 19.9713 14.1093 20.1661 13.9735 20.3528C13.4829 21.0272 13.0687 21.5966 12.8653 22.0525C12.8645 22.0543 12.8636 22.0562 12.8628 22.0581C12.8321 22.1266 12.7808 22.2412 12.8653 22.3257C13.1948 22.5842 13.6074 22.7579 14.0306 22.7449C16.161 22.6797 18.1669 21.509 19.4159 19.8701C20.6018 18.314 21.1605 16.2532 20.4091 14.2341C21.0836 12.9796 21.6516 11.3961 22.0398 10.1879C22.8698 7.60468 22.8983 5.46782 22.5007 3.93224C22.3027 3.16741 21.992 2.52654 21.5962 2.06073C21.2074 1.60324 20.6747 1.24998 20.0522 1.24998C19.225 1.24998 18.5065 1.51417 18.0616 2.24796C17.8533 2.59156 17.6898 3.02734 17.5338 3.54436C17.3758 4.06823 17.2111 4.72635 17.0163 5.53915C16.3446 8.34206 15.1399 10.0369 13.6611 11.2549C13.6407 11.2691 13.6258 11.2812 13.6178 11.2886C12.512 12.1891 11.2315 12.8483 9.82262 13.4995C9.5069 13.6454 9.18286 13.7917 8.85382 13.9402L8.85339 13.9404C7.73765 14.4441 6.5592 14.976 5.41171 15.6263C5.21725 15.7365 4.94744 15.7771 4.61198 15.7423C4.28158 15.7079 3.95437 15.607 3.70798 15.5117C3.05292 15.2583 2.43028 15.392 1.97705 15.7916C1.56744 16.1527 1.35322 16.6757 1.28041 17.1548C1.20721 17.6364 1.25821 18.1934 1.52069 18.6622C1.80497 19.17 2.32296 19.5343 3.02371 19.5343C3.13742 19.5343 3.2624 19.5255 3.39243 19.5163C3.80255 19.4875 4.26279 19.4551 4.57722 19.684C5.84907 20.6097 7.79113 20.8259 9.56391 20.7252C10.3099 20.6828 11.0632 20.5821 11.7757 20.4359C12.0327 20.3832 12.2531 20.2233 12.399 20.0053C12.6318 19.6576 12.8867 19.3006 13.1186 18.9758C13.7771 18.0535 14.3969 17.1851 14.7352 16.419C15.0838 15.6299 14.9982 15.2776 14.7954 15.0698C14.5061 14.7734 14.5119 14.2985 14.8084 14.0092ZM16.2253 10.7725C17.2028 9.53045 17.9789 7.95922 18.475 5.88871C18.6701 5.07465 18.8259 4.4551 18.9699 3.97756C19.116 3.49318 19.2362 3.20383 19.3443 3.02566C19.509 2.75391 19.7508 2.74998 20.0522 2.74998C20.0809 2.74998 20.232 2.77187 20.4531 3.03201C20.6671 3.28383 20.8919 3.70309 21.0486 4.30821C21.3604 5.51254 21.3745 7.35491 20.6117 9.72901C20.321 10.6339 19.9443 11.697 19.5174 12.6465C18.6533 11.5553 17.4684 10.9075 16.2253 10.7725Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-bbq-grill{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.99311 1.48854C9.27551 1.79156 9.2588 2.26614 8.95579 2.54854C8.6814 2.80426 8.6814 3.1955 8.95579 3.45122C9.86659 4.30007 9.86659 5.69969 8.95579 6.54854C8.65277 6.83095 8.17819 6.81424 7.89578 6.51122C7.61338 6.20821 7.63009 5.73363 7.9331 5.45122C8.20748 5.1955 8.20748 4.80426 7.9331 4.54854C7.0223 3.69969 7.0223 2.30007 7.9331 1.45122C8.23612 1.16881 8.7107 1.18552 8.99311 1.48854ZM12.5487 1.48854C12.8311 1.79156 12.8144 2.26614 12.5113 2.54854C12.237 2.80426 12.237 3.1955 12.5113 3.45122C13.4221 4.30007 13.4221 5.69969 12.5113 6.54854C12.2083 6.83095 11.7337 6.81424 11.4513 6.51122C11.1689 6.20821 11.1856 5.73363 11.4887 5.45122C11.763 5.1955 11.763 4.80426 11.4887 4.54854C10.5779 3.69969 10.5779 2.30007 11.4887 1.45122C11.7917 1.16881 12.2663 1.18552 12.5487 1.48854ZM16.1042 1.48854C16.3866 1.79156 16.3699 2.26614 16.0669 2.54854C15.7925 2.80426 15.7925 3.1955 16.0669 3.45122C16.9777 4.30007 16.9777 5.69969 16.0669 6.54854C15.7639 6.83095 15.2893 6.81424 15.0069 6.51122C14.7245 6.20821 14.7412 5.73363 15.0442 5.45122C15.3186 5.1955 15.3186 4.80426 15.0442 4.54854C14.1334 3.69969 14.1334 2.30007 15.0442 1.45122C15.3472 1.16881 15.8218 1.18552 16.1042 1.48854Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.29563 14.3105C9.67635 14.4737 9.85272 14.9146 9.68955 15.2953L8.42331 18.2499H11.2502V14.9999C11.2502 14.5857 11.586 14.2499 12.0002 14.2499C12.4144 14.2499 12.7502 14.5857 12.7502 14.9999V18.2499H15.5771L14.3108 15.2953C14.1477 14.9146 14.324 14.4737 14.7048 14.3105C15.0855 14.1474 15.5264 14.3237 15.6896 14.7044L18.6896 21.7044C18.8527 22.0852 18.6764 22.5261 18.2956 22.6892C17.9149 22.8524 17.474 22.676 17.3108 22.2953L16.2199 19.7499H12.7502V21.9999C12.7502 22.4141 12.4144 22.7499 12.0002 22.7499C11.586 22.7499 11.2502 22.4141 11.2502 21.9999V19.7499H7.78045L6.68955 22.2953C6.52638 22.676 6.08548 22.8524 5.70475 22.6892C5.32403 22.5261 5.14767 22.0852 5.31083 21.7044L8.31083 14.7044C8.474 14.3237 8.91491 14.1474 9.29563 14.3105Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.9463 7.24989L5.98355 7.24991H18.0164L18.0536 7.24989C18.2621 7.24978 18.4955 7.24965 18.6936 7.28022C18.9369 7.31775 19.2263 7.41407 19.4577 7.68002C19.6781 7.93346 19.7433 8.21669 19.7494 8.46776C19.7542 8.6626 19.7226 8.88233 19.696 9.06727L19.6909 9.1031C19.1533 12.8626 15.9141 15.7499 12 15.7499C8.08587 15.7499 4.8466 12.8626 4.30903 9.1031L4.30389 9.06727C4.2773 8.88233 4.2457 8.6626 4.25048 8.46776C4.25664 8.21669 4.32179 7.93346 4.54226 7.68002C4.77361 7.41407 5.06306 7.31775 5.30634 7.28022C5.50446 7.24965 5.73782 7.24978 5.9463 7.24989L5.9463 7.24989Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 9.99988C3 9.44759 3.44772 8.99988 4 8.99988H5C5.55228 8.99988 6 9.44759 6 9.99988C6 10.5522 5.55228 10.9999 5 10.9999H4C3.44772 10.9999 3 10.5522 3 9.99988ZM18 9.99988C18 9.44759 18.4477 8.99988 19 8.99988H20C20.5523 8.99988 21 9.44759 21 9.99988C21 10.5522 20.5523 10.9999 20 10.9999H19C18.4477 10.9999 18 10.5522 18 9.99988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.99311 1.48854C9.27551 1.79156 9.2588 2.26614 8.95579 2.54854C8.6814 2.80426 8.6814 3.1955 8.95579 3.45122C9.86659 4.30007 9.86659 5.69969 8.95579 6.54854C8.65277 6.83095 8.17819 6.81424 7.89578 6.51122C7.61338 6.20821 7.63009 5.73363 7.9331 5.45122C8.20748 5.1955 8.20748 4.80426 7.9331 4.54854C7.0223 3.69969 7.0223 2.30007 7.9331 1.45122C8.23612 1.16881 8.7107 1.18552 8.99311 1.48854ZM12.5487 1.48854C12.8311 1.79156 12.8144 2.26614 12.5113 2.54854C12.237 2.80426 12.237 3.1955 12.5113 3.45122C13.4221 4.30007 13.4221 5.69969 12.5113 6.54854C12.2083 6.83095 11.7337 6.81424 11.4513 6.51122C11.1689 6.20821 11.1856 5.73363 11.4887 5.45122C11.763 5.1955 11.763 4.80426 11.4887 4.54854C10.5779 3.69969 10.5779 2.30007 11.4887 1.45122C11.7917 1.16881 12.2663 1.18552 12.5487 1.48854ZM16.1042 1.48854C16.3866 1.79156 16.3699 2.26614 16.0669 2.54854C15.7925 2.80426 15.7925 3.1955 16.0669 3.45122C16.9777 4.30007 16.9777 5.69969 16.0669 6.54854C15.7639 6.83095 15.2893 6.81424 15.0069 6.51122C14.7245 6.20821 14.7412 5.73363 15.0442 5.45122C15.3186 5.1955 15.3186 4.80426 15.0442 4.54854C14.1334 3.69969 14.1334 2.30007 15.0442 1.45122C15.3472 1.16881 15.8218 1.18552 16.1042 1.48854Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.29563 14.3105C9.67635 14.4737 9.85272 14.9146 9.68955 15.2953L8.42331 18.2499H11.2502V14.9999C11.2502 14.5857 11.586 14.2499 12.0002 14.2499C12.4144 14.2499 12.7502 14.5857 12.7502 14.9999V18.2499H15.5771L14.3108 15.2953C14.1477 14.9146 14.324 14.4737 14.7048 14.3105C15.0855 14.1474 15.5264 14.3237 15.6896 14.7044L18.6896 21.7044C18.8527 22.0852 18.6764 22.5261 18.2956 22.6892C17.9149 22.8524 17.474 22.676 17.3108 22.2953L16.2199 19.7499H12.7502V21.9999C12.7502 22.4141 12.4144 22.7499 12.0002 22.7499C11.586 22.7499 11.2502 22.4141 11.2502 21.9999V19.7499H7.78045L6.68955 22.2953C6.52638 22.676 6.08548 22.8524 5.70475 22.6892C5.32403 22.5261 5.14767 22.0852 5.31083 21.7044L8.31083 14.7044C8.474 14.3237 8.91491 14.1474 9.29563 14.3105Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.9463 7.24989L5.98355 7.24991H18.0164L18.0536 7.24989C18.2621 7.24978 18.4955 7.24965 18.6936 7.28022C18.9369 7.31775 19.2263 7.41407 19.4577 7.68002C19.6781 7.93346 19.7433 8.21669 19.7494 8.46776C19.7542 8.6626 19.7226 8.88233 19.696 9.06727L19.6909 9.1031C19.1533 12.8626 15.9141 15.7499 12 15.7499C8.08587 15.7499 4.8466 12.8626 4.30903 9.1031L4.30389 9.06727C4.2773 8.88233 4.2457 8.6626 4.25048 8.46776C4.25664 8.21669 4.32179 7.93346 4.54226 7.68002C4.77361 7.41407 5.06306 7.31775 5.30634 7.28022C5.50446 7.24965 5.73782 7.24978 5.9463 7.24989L5.9463 7.24989Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 9.99988C3 9.44759 3.44772 8.99988 4 8.99988H5C5.55228 8.99988 6 9.44759 6 9.99988C6 10.5522 5.55228 10.9999 5 10.9999H4C3.44772 10.9999 3 10.5522 3 9.99988ZM18 9.99988C18 9.44759 18.4477 8.99988 19 8.99988H20C20.5523 8.99988 21 9.44759 21 9.99988C21 10.5522 20.5523 10.9999 20 10.9999H19C18.4477 10.9999 18 10.5522 18 9.99988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-birthday-cake{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.2557 1.33212C11.4454 1.12075 11.716 1 12 1C12.284 1 12.5546 1.12075 12.7443 1.33212L12.7486 1.33712C12.7978 1.39386 12.931 1.54754 13.0043 1.63596C13.1546 1.81727 13.3571 2.07081 13.5619 2.35549C13.764 2.63654 13.9826 2.96776 14.1548 3.30223C14.3103 3.60437 14.5 4.04272 14.5 4.5C14.5 5.52516 13.883 6.4062 13 6.79198V9C13 9.55228 12.5523 10 12 10C11.4477 10 11 9.55228 11 9V6.79198C10.117 6.4062 9.5 5.52516 9.5 4.5C9.5 4.04272 9.68973 3.60437 9.84524 3.30223C10.0174 2.96776 10.236 2.63654 10.4381 2.35549C10.6429 2.07081 10.8454 1.81727 10.9957 1.63596C11.069 1.54753 11.2022 1.39383 11.2514 1.33711L11.2557 1.33212Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.75 11.5C2.75 9.61961 4.44528 8.25 6.33333 8.25H17.6667C19.5547 8.25 21.25 9.61961 21.25 11.5C21.25 13.3804 19.5547 14.75 17.6667 14.75C16.5766 14.75 15.5238 14.2971 14.8333 13.5416C14.1429 14.2971 13.0901 14.75 12 14.75C10.9099 14.75 9.85714 14.2971 9.16667 13.5416C8.47619 14.2971 7.42339 14.75 6.33333 14.75C4.44528 14.75 2.75 13.3804 2.75 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.42825 16.1703C5.13853 16.1198 4.99367 16.0946 4.91327 16.1278C4.83092 16.1618 4.77946 16.2147 4.74764 16.2979C4.71656 16.3792 4.74309 16.5105 4.79614 16.7733C5.0505 18.033 5.25427 19.0422 5.50989 19.8281C5.77387 20.6397 6.11879 21.3001 6.7089 21.8063C7.30353 22.3165 7.99735 22.5419 8.81712 22.6479C9.6021 22.7494 10.5811 22.7494 11.7893 22.7494H12.213C13.4213 22.7494 14.4002 22.7494 15.1852 22.6479C16.005 22.5419 16.6988 22.3165 17.2934 21.8063C17.8836 21.3001 18.2285 20.6397 18.4925 19.8281C18.7481 19.0422 18.9518 18.033 19.2062 16.7733C19.2593 16.5105 19.2858 16.3791 19.2547 16.2978C19.2229 16.2146 19.1714 16.1618 19.0891 16.1278C19.0087 16.0945 18.8638 16.1198 18.5741 16.1703C18.2744 16.2226 17.9708 16.2494 17.6678 16.2494C16.7904 16.2494 15.9211 16.0361 15.1523 15.6384C14.9891 15.5539 14.9074 15.5117 14.8344 15.5117C14.7614 15.5117 14.6798 15.5539 14.5165 15.6384C13.7477 16.0361 12.8785 16.2494 12.0011 16.2494C11.1237 16.2494 10.2545 16.0361 9.48566 15.6384C9.3224 15.5539 9.24076 15.5117 9.16776 15.5117C9.09476 15.5117 9.01312 15.5539 8.84986 15.6384C8.08105 16.0361 7.21182 16.2494 6.33442 16.2494C6.03142 16.2494 5.72786 16.2226 5.42825 16.1703Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.2557 1.33212C11.4454 1.12075 11.716 1 12 1C12.284 1 12.5546 1.12075 12.7443 1.33212L12.7486 1.33712C12.7978 1.39386 12.931 1.54754 13.0043 1.63596C13.1546 1.81727 13.3571 2.07081 13.5619 2.35549C13.764 2.63654 13.9826 2.96776 14.1548 3.30223C14.3103 3.60437 14.5 4.04272 14.5 4.5C14.5 5.52516 13.883 6.4062 13 6.79198V9C13 9.55228 12.5523 10 12 10C11.4477 10 11 9.55228 11 9V6.79198C10.117 6.4062 9.5 5.52516 9.5 4.5C9.5 4.04272 9.68973 3.60437 9.84524 3.30223C10.0174 2.96776 10.236 2.63654 10.4381 2.35549C10.6429 2.07081 10.8454 1.81727 10.9957 1.63596C11.069 1.54753 11.2022 1.39383 11.2514 1.33711L11.2557 1.33212Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.75 11.5C2.75 9.61961 4.44528 8.25 6.33333 8.25H17.6667C19.5547 8.25 21.25 9.61961 21.25 11.5C21.25 13.3804 19.5547 14.75 17.6667 14.75C16.5766 14.75 15.5238 14.2971 14.8333 13.5416C14.1429 14.2971 13.0901 14.75 12 14.75C10.9099 14.75 9.85714 14.2971 9.16667 13.5416C8.47619 14.2971 7.42339 14.75 6.33333 14.75C4.44528 14.75 2.75 13.3804 2.75 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.42825 16.1703C5.13853 16.1198 4.99367 16.0946 4.91327 16.1278C4.83092 16.1618 4.77946 16.2147 4.74764 16.2979C4.71656 16.3792 4.74309 16.5105 4.79614 16.7733C5.0505 18.033 5.25427 19.0422 5.50989 19.8281C5.77387 20.6397 6.11879 21.3001 6.7089 21.8063C7.30353 22.3165 7.99735 22.5419 8.81712 22.6479C9.6021 22.7494 10.5811 22.7494 11.7893 22.7494H12.213C13.4213 22.7494 14.4002 22.7494 15.1852 22.6479C16.005 22.5419 16.6988 22.3165 17.2934 21.8063C17.8836 21.3001 18.2285 20.6397 18.4925 19.8281C18.7481 19.0422 18.9518 18.033 19.2062 16.7733C19.2593 16.5105 19.2858 16.3791 19.2547 16.2978C19.2229 16.2146 19.1714 16.1618 19.0891 16.1278C19.0087 16.0945 18.8638 16.1198 18.5741 16.1703C18.2744 16.2226 17.9708 16.2494 17.6678 16.2494C16.7904 16.2494 15.9211 16.0361 15.1523 15.6384C14.9891 15.5539 14.9074 15.5117 14.8344 15.5117C14.7614 15.5117 14.6798 15.5539 14.5165 15.6384C13.7477 16.0361 12.8785 16.2494 12.0011 16.2494C11.1237 16.2494 10.2545 16.0361 9.48566 15.6384C9.3224 15.5539 9.24076 15.5117 9.16776 15.5117C9.09476 15.5117 9.01312 15.5539 8.84986 15.6384C8.08105 16.0361 7.21182 16.2494 6.33442 16.2494C6.03142 16.2494 5.72786 16.2226 5.42825 16.1703Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-biscuit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C12.8796 1.25 13.242 2.15503 12.9902 2.7711C12.8356 3.14922 12.75 3.56368 12.75 4C12.75 5.79493 14.2051 7.25 16 7.25C16.4465 7.25 16.8701 7.16039 17.2554 6.99889C17.6386 6.83822 18.0199 6.93866 18.2728 7.1119C18.525 7.28467 18.75 7.59735 18.75 8C18.75 9.24264 19.7574 10.25 21 10.25C21.0859 10.25 21.1704 10.2452 21.2533 10.236C21.8616 10.1681 22.6886 10.5512 22.7348 11.4229C22.7449 11.614 22.75 11.8064 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM15.0078 11C15.0078 11.5523 14.5601 12 14.0078 12H13.9988C13.4465 12 12.9988 11.5523 12.9988 11C12.9988 10.4477 13.4465 10 13.9988 10H14.0078C14.5601 10 15.0078 10.4477 15.0078 11ZM8.00781 17C8.5601 17 9.00781 16.5523 9.00781 16C9.00781 15.4477 8.5601 15 8.00781 15H7.99883C7.44655 15 6.99883 15.4477 6.99883 16C6.99883 16.5523 7.44655 17 7.99883 17H8.00781ZM6.83059 7.52969C7.37551 7.22105 8.06466 7.12144 8.69214 7.47098C9.29937 7.80923 9.60898 8.43578 9.70959 9.04586C9.81178 9.66551 9.7201 10.3593 9.43729 11C9.15521 11.6391 8.70877 12.1653 8.16945 12.4708C7.62453 12.7794 6.93538 12.8791 6.30789 12.5295C5.70067 12.1913 5.39105 11.5647 5.29045 10.9546C5.18826 10.335 5.27994 9.64124 5.56275 9.00048C5.84483 8.36137 6.29127 7.83516 6.83059 7.52969ZM7.56985 8.83487C7.35698 8.95544 7.10977 9.21025 6.93503 9.60616C6.76102 10.0004 6.71919 10.3997 6.77046 10.7106C6.8233 11.031 6.95409 11.1725 7.03784 11.2191C7.10134 11.2545 7.22292 11.283 7.43019 11.1656C7.64305 11.0451 7.89027 10.7902 8.06501 10.3943C8.23902 10.0001 8.28085 9.60079 8.22958 9.28992C8.17674 8.96948 8.04595 8.82804 7.96219 8.78139C7.8987 8.74602 7.77712 8.71748 7.56985 8.83487ZM15.526 14.4619C14.4026 13.9287 13.0707 14.4449 12.5096 15.5281C11.9406 16.6264 12.327 17.9972 13.4719 18.5405C14.5953 19.0737 15.9272 18.5575 16.4883 17.4743C17.0573 16.376 16.6709 15.0052 15.526 14.4619ZM13.8415 16.2181C14.0596 15.7971 14.5444 15.6564 14.8828 15.817C15.1998 15.9674 15.3667 16.3784 15.1564 16.7843C14.9383 17.2053 14.4535 17.346 14.1151 17.1854C13.7981 17.035 13.6312 16.624 13.8415 16.2181Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C12.8796 1.25 13.242 2.15503 12.9902 2.7711C12.8356 3.14922 12.75 3.56368 12.75 4C12.75 5.79493 14.2051 7.25 16 7.25C16.4465 7.25 16.8701 7.16039 17.2554 6.99889C17.6386 6.83822 18.0199 6.93866 18.2728 7.1119C18.525 7.28467 18.75 7.59735 18.75 8C18.75 9.24264 19.7574 10.25 21 10.25C21.0859 10.25 21.1704 10.2452 21.2533 10.236C21.8616 10.1681 22.6886 10.5512 22.7348 11.4229C22.7449 11.614 22.75 11.8064 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM15.0078 11C15.0078 11.5523 14.5601 12 14.0078 12H13.9988C13.4465 12 12.9988 11.5523 12.9988 11C12.9988 10.4477 13.4465 10 13.9988 10H14.0078C14.5601 10 15.0078 10.4477 15.0078 11ZM8.00781 17C8.5601 17 9.00781 16.5523 9.00781 16C9.00781 15.4477 8.5601 15 8.00781 15H7.99883C7.44655 15 6.99883 15.4477 6.99883 16C6.99883 16.5523 7.44655 17 7.99883 17H8.00781ZM6.83059 7.52969C7.37551 7.22105 8.06466 7.12144 8.69214 7.47098C9.29937 7.80923 9.60898 8.43578 9.70959 9.04586C9.81178 9.66551 9.7201 10.3593 9.43729 11C9.15521 11.6391 8.70877 12.1653 8.16945 12.4708C7.62453 12.7794 6.93538 12.8791 6.30789 12.5295C5.70067 12.1913 5.39105 11.5647 5.29045 10.9546C5.18826 10.335 5.27994 9.64124 5.56275 9.00048C5.84483 8.36137 6.29127 7.83516 6.83059 7.52969ZM7.56985 8.83487C7.35698 8.95544 7.10977 9.21025 6.93503 9.60616C6.76102 10.0004 6.71919 10.3997 6.77046 10.7106C6.8233 11.031 6.95409 11.1725 7.03784 11.2191C7.10134 11.2545 7.22292 11.283 7.43019 11.1656C7.64305 11.0451 7.89027 10.7902 8.06501 10.3943C8.23902 10.0001 8.28085 9.60079 8.22958 9.28992C8.17674 8.96948 8.04595 8.82804 7.96219 8.78139C7.8987 8.74602 7.77712 8.71748 7.56985 8.83487ZM15.526 14.4619C14.4026 13.9287 13.0707 14.4449 12.5096 15.5281C11.9406 16.6264 12.327 17.9972 13.4719 18.5405C14.5953 19.0737 15.9272 18.5575 16.4883 17.4743C17.0573 16.376 16.6709 15.0052 15.526 14.4619ZM13.8415 16.2181C14.0596 15.7971 14.5444 15.6564 14.8828 15.817C15.1998 15.9674 15.3667 16.3784 15.1564 16.7843C14.9383 17.2053 14.4535 17.346 14.1151 17.1854C13.7981 17.035 13.6312 16.624 13.8415 16.2181Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-bread-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.8849 3.46099C13.5434 3.36422 13.3727 3.31584 13.3508 3.19245C13.329 3.06906 13.4652 2.97044 13.7377 2.77319C16.0006 1.13488 18.4495 1.01076 20.3852 1.50483C21.5791 1.80958 22.3274 2.66762 22.6139 3.67938C22.8939 4.66784 22.7362 5.79228 22.1945 6.73925C20.6753 9.39473 18.9505 11.7539 15.8333 14.828C12.8088 17.8107 9.64686 20.3097 6.61002 22.2112C4.55528 23.4978 1.73866 22.372 1.39348 19.8519C1.24185 18.7449 1.18693 17.5587 1.34535 16.4673C1.37461 16.2657 1.41153 16.0648 1.4573 15.8663C1.48922 15.7278 1.50518 15.6586 1.56183 15.5992C1.61847 15.5397 1.68264 15.5216 1.81099 15.4853C2.26838 15.3561 2.93381 15.2632 3.66621 15.277C4.68754 15.2962 5.594 15.5194 6.08698 15.911C6.41132 16.1686 6.8831 16.1146 7.14075 15.7902C7.39839 15.4659 7.34432 14.9941 7.01999 14.7365C6.137 14.0351 4.82221 13.7985 3.69443 13.7773C3.45255 13.7727 3.20805 13.7779 2.96619 13.7926C2.67777 13.8102 2.53356 13.8189 2.44072 13.7374C2.34788 13.6559 2.33899 13.5269 2.3212 13.269C2.24237 12.1258 2.46616 10.9681 3.01713 9.98772C3.1113 9.82017 3.265 9.69456 3.44559 9.62875C6.83023 8.39523 10.209 9.45082 11.7658 10.4287C12.1165 10.649 12.5795 10.5432 12.7998 10.1925C13.0201 9.84172 12.9144 9.37877 12.5636 9.15846C11.2811 8.35292 9.10851 7.61985 6.61069 7.66227C6.38231 7.66614 6.26812 7.66808 6.20679 7.59331C6.14546 7.51854 6.16784 7.41545 6.21261 7.20926C6.40276 6.33349 6.81486 5.59063 7.37147 4.99107C7.50217 4.85029 7.56752 4.7799 7.69558 4.70518C7.82364 4.63047 7.92623 4.60604 8.13139 4.55719C11.7779 3.68889 15.2148 5.43264 16.2034 6.05098C16.5546 6.27063 17.0173 6.164 17.237 5.81282C17.4566 5.46164 17.35 4.99889 16.9988 4.77924C16.4529 4.43782 15.3502 3.87624 13.8849 3.46099Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.8849 3.46099C13.5434 3.36422 13.3727 3.31584 13.3508 3.19245C13.329 3.06906 13.4652 2.97044 13.7377 2.77319C16.0006 1.13488 18.4495 1.01076 20.3852 1.50483C21.5791 1.80958 22.3274 2.66762 22.6139 3.67938C22.8939 4.66784 22.7362 5.79228 22.1945 6.73925C20.6753 9.39473 18.9505 11.7539 15.8333 14.828C12.8088 17.8107 9.64686 20.3097 6.61002 22.2112C4.55528 23.4978 1.73866 22.372 1.39348 19.8519C1.24185 18.7449 1.18693 17.5587 1.34535 16.4673C1.37461 16.2657 1.41153 16.0648 1.4573 15.8663C1.48922 15.7278 1.50518 15.6586 1.56183 15.5992C1.61847 15.5397 1.68264 15.5216 1.81099 15.4853C2.26838 15.3561 2.93381 15.2632 3.66621 15.277C4.68754 15.2962 5.594 15.5194 6.08698 15.911C6.41132 16.1686 6.8831 16.1146 7.14075 15.7902C7.39839 15.4659 7.34432 14.9941 7.01999 14.7365C6.137 14.0351 4.82221 13.7985 3.69443 13.7773C3.45255 13.7727 3.20805 13.7779 2.96619 13.7926C2.67777 13.8102 2.53356 13.8189 2.44072 13.7374C2.34788 13.6559 2.33899 13.5269 2.3212 13.269C2.24237 12.1258 2.46616 10.9681 3.01713 9.98772C3.1113 9.82017 3.265 9.69456 3.44559 9.62875C6.83023 8.39523 10.209 9.45082 11.7658 10.4287C12.1165 10.649 12.5795 10.5432 12.7998 10.1925C13.0201 9.84172 12.9144 9.37877 12.5636 9.15846C11.2811 8.35292 9.10851 7.61985 6.61069 7.66227C6.38231 7.66614 6.26812 7.66808 6.20679 7.59331C6.14546 7.51854 6.16784 7.41545 6.21261 7.20926C6.40276 6.33349 6.81486 5.59063 7.37147 4.99107C7.50217 4.85029 7.56752 4.7799 7.69558 4.70518C7.82364 4.63047 7.92623 4.60604 8.13139 4.55719C11.7779 3.68889 15.2148 5.43264 16.2034 6.05098C16.5546 6.27063 17.0173 6.164 17.237 5.81282C17.4566 5.46164 17.35 4.99889 16.9988 4.77924C16.4529 4.43782 15.3502 3.87624 13.8849 3.46099Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-bread-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 14C2.75 12.6632 3.25703 11.0546 4.09098 9.78728C4.94006 8.49699 5.99235 7.75 7 7.75C8.00765 7.75 9.05994 8.49699 9.90902 9.78728C10.743 11.0546 11.25 12.6632 11.25 14C11.25 14.6612 11.1262 15.0779 10.9639 15.3486C10.808 15.6085 10.5805 15.7945 10.2484 15.9321C9.95088 16.0554 9.57848 16.1357 9.12233 16.1839C9.52059 15.603 9.75 14.8706 9.75 14C9.75 12.8615 9.51963 11.7297 9.04272 10.8538C8.56436 9.97531 7.7662 9.25 6.6451 9.25C5.91429 9.25 5.38471 9.73102 5.05742 10.1984C4.7182 10.6827 4.48555 11.2973 4.36074 11.8989C4.23609 12.4997 4.20502 13.1549 4.32808 13.7302C4.44737 14.2879 4.75616 14.9379 5.45148 15.2014C5.95143 15.3908 6.45421 15.3796 6.8807 15.1115C7.2651 14.8698 7.46732 14.4918 7.57683 14.2051C7.69087 13.9065 7.74296 13.605 7.76817 13.3934C7.78116 13.2844 7.7879 13.1914 7.79142 13.1241C7.79318 13.0903 7.79416 13.0626 7.7947 13.0422L7.79523 13.0169L7.79533 13.0086L7.79536 13.0055L7.79537 13.0032C7.79712 12.589 7.46276 12.2518 7.04855 12.25C6.63494 12.2483 6.29811 12.5812 6.2954 12.9946L6.2954 12.9945L6.29522 13.0025C6.295 13.0111 6.2945 13.0259 6.29346 13.0458C6.29136 13.0859 6.28713 13.1453 6.27871 13.2159C6.26109 13.3638 6.22859 13.531 6.17554 13.6699C6.14015 13.7626 6.10862 13.809 6.09229 13.8293C6.07167 13.8267 6.03674 13.819 5.98292 13.7986C5.97881 13.7971 5.86671 13.7521 5.7949 13.4164C5.72685 13.0983 5.73444 12.6616 5.82946 12.2036C5.92432 11.7464 6.09236 11.3354 6.28606 11.0588C6.49169 10.7652 6.62728 10.75 6.6451 10.75C7.02129 10.75 7.40057 10.9747 7.72535 11.5712C8.05156 12.1703 8.25 13.0385 8.25 14C8.25 14.8443 7.94546 15.376 7.54242 15.7102C7.15873 16.0283 6.62867 16.2128 6.04524 16.2449C5.71638 16.2395 5.40578 16.2284 5.11237 16.2054C4.54752 16.1612 4.09862 16.076 3.75162 15.9321C3.41952 15.7945 3.192 15.6085 3.03612 15.3486C2.87378 15.0779 2.75 14.6612 2.75 14ZM7 17.75H6.98215C6.67691 17.75 6.37067 17.75 6.06888 17.7455C5.99912 17.7485 5.92952 17.75 5.86019 17.75C5.81465 17.75 5.77006 17.7459 5.72675 17.7382C5.47724 17.731 5.23231 17.7194 4.99518 17.7008C4.36365 17.6513 3.73513 17.549 3.17732 17.3179C2.60459 17.0805 2.09988 16.704 1.74973 16.1201C1.40605 15.5471 1.25 14.8388 1.25 14C1.25 12.3368 1.86226 10.4454 2.83795 8.96272C3.79852 7.50301 5.24622 6.25 7 6.25H17C18.7538 6.25 20.2015 7.503 21.1621 8.96272C22.1377 10.4454 22.75 12.3368 22.75 14C22.75 14.8388 22.594 15.5471 22.2503 16.1201C21.9001 16.704 21.3954 17.0805 20.8227 17.3179C20.2649 17.549 19.6364 17.6513 19.0048 17.7008C18.3773 17.75 17.6951 17.75 17.0178 17.75H7.04884C7.03851 17.75 7.02818 17.75 7.01785 17.75H7ZM6.11663 13.8292C6.11663 13.8292 6.11383 13.8305 6.10655 13.8304C6.11271 13.8287 6.11663 13.8292 6.11663 13.8292Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 14C2.75 12.6632 3.25703 11.0546 4.09098 9.78728C4.94006 8.49699 5.99235 7.75 7 7.75C8.00765 7.75 9.05994 8.49699 9.90902 9.78728C10.743 11.0546 11.25 12.6632 11.25 14C11.25 14.6612 11.1262 15.0779 10.9639 15.3486C10.808 15.6085 10.5805 15.7945 10.2484 15.9321C9.95088 16.0554 9.57848 16.1357 9.12233 16.1839C9.52059 15.603 9.75 14.8706 9.75 14C9.75 12.8615 9.51963 11.7297 9.04272 10.8538C8.56436 9.97531 7.7662 9.25 6.6451 9.25C5.91429 9.25 5.38471 9.73102 5.05742 10.1984C4.7182 10.6827 4.48555 11.2973 4.36074 11.8989C4.23609 12.4997 4.20502 13.1549 4.32808 13.7302C4.44737 14.2879 4.75616 14.9379 5.45148 15.2014C5.95143 15.3908 6.45421 15.3796 6.8807 15.1115C7.2651 14.8698 7.46732 14.4918 7.57683 14.2051C7.69087 13.9065 7.74296 13.605 7.76817 13.3934C7.78116 13.2844 7.7879 13.1914 7.79142 13.1241C7.79318 13.0903 7.79416 13.0626 7.7947 13.0422L7.79523 13.0169L7.79533 13.0086L7.79536 13.0055L7.79537 13.0032C7.79712 12.589 7.46276 12.2518 7.04855 12.25C6.63494 12.2483 6.29811 12.5812 6.2954 12.9946L6.2954 12.9945L6.29522 13.0025C6.295 13.0111 6.2945 13.0259 6.29346 13.0458C6.29136 13.0859 6.28713 13.1453 6.27871 13.2159C6.26109 13.3638 6.22859 13.531 6.17554 13.6699C6.14015 13.7626 6.10862 13.809 6.09229 13.8293C6.07167 13.8267 6.03674 13.819 5.98292 13.7986C5.97881 13.7971 5.86671 13.7521 5.7949 13.4164C5.72685 13.0983 5.73444 12.6616 5.82946 12.2036C5.92432 11.7464 6.09236 11.3354 6.28606 11.0588C6.49169 10.7652 6.62728 10.75 6.6451 10.75C7.02129 10.75 7.40057 10.9747 7.72535 11.5712C8.05156 12.1703 8.25 13.0385 8.25 14C8.25 14.8443 7.94546 15.376 7.54242 15.7102C7.15873 16.0283 6.62867 16.2128 6.04524 16.2449C5.71638 16.2395 5.40578 16.2284 5.11237 16.2054C4.54752 16.1612 4.09862 16.076 3.75162 15.9321C3.41952 15.7945 3.192 15.6085 3.03612 15.3486C2.87378 15.0779 2.75 14.6612 2.75 14ZM7 17.75H6.98215C6.67691 17.75 6.37067 17.75 6.06888 17.7455C5.99912 17.7485 5.92952 17.75 5.86019 17.75C5.81465 17.75 5.77006 17.7459 5.72675 17.7382C5.47724 17.731 5.23231 17.7194 4.99518 17.7008C4.36365 17.6513 3.73513 17.549 3.17732 17.3179C2.60459 17.0805 2.09988 16.704 1.74973 16.1201C1.40605 15.5471 1.25 14.8388 1.25 14C1.25 12.3368 1.86226 10.4454 2.83795 8.96272C3.79852 7.50301 5.24622 6.25 7 6.25H17C18.7538 6.25 20.2015 7.503 21.1621 8.96272C22.1377 10.4454 22.75 12.3368 22.75 14C22.75 14.8388 22.594 15.5471 22.2503 16.1201C21.9001 16.704 21.3954 17.0805 20.8227 17.3179C20.2649 17.549 19.6364 17.6513 19.0048 17.7008C18.3773 17.75 17.6951 17.75 17.0178 17.75H7.04884C7.03851 17.75 7.02818 17.75 7.01785 17.75H7ZM6.11663 13.8292C6.11663 13.8292 6.11383 13.8305 6.10655 13.8304C6.11271 13.8287 6.11663 13.8292 6.11663 13.8292Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-bread-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.3865 7.09542C6.10185 7.03299 5.80567 7 5.5 7C2.89347 7 1 9.36818 1 12C1 12.899 1.60301 13.5548 2.20732 13.9834C2.8376 14.4304 3.68476 14.7921 4.64158 15.0791C6.56796 15.6571 9.16929 16 12 16C14.8307 16 17.432 15.6571 19.3584 15.0791C20.3152 14.7921 21.1624 14.4304 21.7927 13.9834C22.397 13.5548 23 12.899 23 12C23 11.5212 22.8242 11.0424 22.6087 10.6413C22.3835 10.2222 22.0686 9.80178 21.6898 9.42559C21.0656 8.80581 20.1907 8.2339 19.1579 8.05643C18.384 6.83629 17.1282 6 15.609 6C15.0574 6 14.5319 6.11568 14.0505 6.32301C13.17 5.50411 12.0391 5 10.7588 5C9.74639 5 8.76568 5.30699 7.96795 5.75142C7.35353 6.09373 6.78213 6.55496 6.3865 7.09542ZM8.22701 8.01974C9.03889 8.71033 9.62037 9.69274 9.8653 10.7803C9.98664 11.3191 9.64823 11.8542 9.10944 11.9756C8.57065 12.0969 8.03551 11.7585 7.91417 11.2197C7.6062 9.85225 6.56928 9 5.5 9C4.24387 9 3.00656 10.2071 3.00003 11.9859C3.00852 12.0107 3.06422 12.1392 3.36438 12.3521C3.74615 12.6229 4.36346 12.9076 5.21628 13.1635C6.90919 13.6714 9.30786 14 12 14C14.6921 14 17.0908 13.6714 18.7837 13.1635C19.6365 12.9076 20.2538 12.6229 20.6356 12.3521C20.926 12.1461 20.9876 12.0191 20.999 11.9886C20.997 11.9719 20.9912 11.9366 20.9741 11.8813C20.9501 11.8034 20.9093 11.704 20.847 11.5881C20.7216 11.3548 20.529 11.0915 20.2805 10.8448C20.1857 10.7506 20.0867 10.6625 19.9843 10.5815C19.9947 10.7202 20 10.8598 20 11C20 11.5523 19.5523 12 19 12C18.4477 12 18 11.5523 18 11C18 10.4699 17.8964 9.99382 17.7205 9.58539C17.6561 9.49637 17.6061 9.39636 17.5737 9.28879C17.1156 8.47611 16.3529 8 15.609 8C15.5073 8 15.4068 8.00803 15.3078 8.02383C15.7522 8.91727 16 9.94138 16 11C16 11.5523 15.5523 12 15 12C14.4477 12 14 11.5523 14 11C14 8.63023 12.4009 7 10.7588 7C10.1385 7 9.4898 7.19301 8.94132 7.49858C8.6435 7.6645 8.40506 7.84644 8.22701 8.01974Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 11C2.54743 11 2.99213 11.4399 2.9999 11.9855C3.00795 12.0093 3.06266 12.1381 3.36438 12.3521C3.74615 12.6229 4.36346 12.9076 5.21628 13.1635C6.90919 13.6714 9.30786 14 12 14C14.6921 14 17.0908 13.6714 18.7837 13.1635C19.6365 12.9076 20.2538 12.6229 20.6356 12.3521C20.9374 12.1381 20.9921 12.0093 21.0001 11.9855C21.0079 11.4399 21.4526 11 22 11C22.5523 11 23 11.4477 23 12C23 14.1461 21.5554 15.9182 19.5856 17.1001C17.5958 18.294 14.9115 19 12 19C9.0885 19 6.40421 18.294 4.41444 17.1001C2.44457 15.9182 1 14.1461 1 12C1 11.4477 1.44772 11 2 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.3865 7.09542C6.10185 7.03299 5.80567 7 5.5 7C2.89347 7 1 9.36818 1 12C1 12.899 1.60301 13.5548 2.20732 13.9834C2.8376 14.4304 3.68476 14.7921 4.64158 15.0791C6.56796 15.6571 9.16929 16 12 16C14.8307 16 17.432 15.6571 19.3584 15.0791C20.3152 14.7921 21.1624 14.4304 21.7927 13.9834C22.397 13.5548 23 12.899 23 12C23 11.5212 22.8242 11.0424 22.6087 10.6413C22.3835 10.2222 22.0686 9.80178 21.6898 9.42559C21.0656 8.80581 20.1907 8.2339 19.1579 8.05643C18.384 6.83629 17.1282 6 15.609 6C15.0574 6 14.5319 6.11568 14.0505 6.32301C13.17 5.50411 12.0391 5 10.7588 5C9.74639 5 8.76568 5.30699 7.96795 5.75142C7.35353 6.09373 6.78213 6.55496 6.3865 7.09542ZM8.22701 8.01974C9.03889 8.71033 9.62037 9.69274 9.8653 10.7803C9.98664 11.3191 9.64823 11.8542 9.10944 11.9756C8.57065 12.0969 8.03551 11.7585 7.91417 11.2197C7.6062 9.85225 6.56928 9 5.5 9C4.24387 9 3.00656 10.2071 3.00003 11.9859C3.00852 12.0107 3.06422 12.1392 3.36438 12.3521C3.74615 12.6229 4.36346 12.9076 5.21628 13.1635C6.90919 13.6714 9.30786 14 12 14C14.6921 14 17.0908 13.6714 18.7837 13.1635C19.6365 12.9076 20.2538 12.6229 20.6356 12.3521C20.926 12.1461 20.9876 12.0191 20.999 11.9886C20.997 11.9719 20.9912 11.9366 20.9741 11.8813C20.9501 11.8034 20.9093 11.704 20.847 11.5881C20.7216 11.3548 20.529 11.0915 20.2805 10.8448C20.1857 10.7506 20.0867 10.6625 19.9843 10.5815C19.9947 10.7202 20 10.8598 20 11C20 11.5523 19.5523 12 19 12C18.4477 12 18 11.5523 18 11C18 10.4699 17.8964 9.99382 17.7205 9.58539C17.6561 9.49637 17.6061 9.39636 17.5737 9.28879C17.1156 8.47611 16.3529 8 15.609 8C15.5073 8 15.4068 8.00803 15.3078 8.02383C15.7522 8.91727 16 9.94138 16 11C16 11.5523 15.5523 12 15 12C14.4477 12 14 11.5523 14 11C14 8.63023 12.4009 7 10.7588 7C10.1385 7 9.4898 7.19301 8.94132 7.49858C8.6435 7.6645 8.40506 7.84644 8.22701 8.01974Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 11C2.54743 11 2.99213 11.4399 2.9999 11.9855C3.00795 12.0093 3.06266 12.1381 3.36438 12.3521C3.74615 12.6229 4.36346 12.9076 5.21628 13.1635C6.90919 13.6714 9.30786 14 12 14C14.6921 14 17.0908 13.6714 18.7837 13.1635C19.6365 12.9076 20.2538 12.6229 20.6356 12.3521C20.9374 12.1381 20.9921 12.0093 21.0001 11.9855C21.0079 11.4399 21.4526 11 22 11C22.5523 11 23 11.4477 23 12C23 14.1461 21.5554 15.9182 19.5856 17.1001C17.5958 18.294 14.9115 19 12 19C9.0885 19 6.40421 18.294 4.41444 17.1001C2.44457 15.9182 1 14.1461 1 12C1 11.4477 1.44772 11 2 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-bread-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.18333 7.6819C3.18333 7.26397 3.526 6.65486 4.56441 6.09106C5.55596 5.55271 6.96445 5.19444 8.5 5.19444C10.0355 5.19444 11.444 5.55271 12.4356 6.09106C13.474 6.65486 13.8167 7.26397 13.8167 7.6819C13.8167 7.99423 13.6304 8.3104 13.207 8.9579L13.1741 9.00813C12.8458 9.50869 12.2992 10.3422 12.4349 11.3397L12.6685 15.7248C12.7212 16.7148 12.7537 17.3612 12.7166 17.8396C12.6814 18.2938 12.5922 18.4375 12.5221 18.5148C12.4574 18.5864 12.3404 18.6798 11.9259 18.7392C11.4795 18.8032 10.8685 18.8055 9.91607 18.8055H7.08393C6.13149 18.8055 5.52051 18.8032 5.07406 18.7392C4.65955 18.6798 4.54264 18.5864 4.47786 18.5148C4.40783 18.4375 4.31862 18.2938 4.28341 17.8396C4.24632 17.3612 4.27876 16.7148 4.3315 15.7248L4.56512 11.3397C4.70085 10.3422 4.15419 9.50869 3.82591 9.00812L3.79301 8.9579C3.36963 8.3104 3.18333 7.99423 3.18333 7.6819ZM8.5 3.25C6.69388 3.25 4.96071 3.66621 3.646 4.38002C2.37817 5.06838 1.25 6.1891 1.25 7.6819C1.25 8.62426 1.77458 9.41685 2.10561 9.917L2.10563 9.91704C2.13088 9.95518 2.155 9.99162 2.17768 10.0263C2.59195 10.6599 2.67882 10.8971 2.64823 11.0856L2.63978 11.1376L2.39752 15.6849C2.3491 16.5929 2.30772 17.3689 2.35593 17.9908C2.40715 18.6515 2.56772 19.2933 3.04857 19.8242C3.53466 20.3609 4.15483 20.5716 4.80132 20.6642C5.40041 20.7501 6.15099 20.7501 7.01671 20.75H7.01676H9.96249C9.96329 20.75 9.9641 20.75 9.9649 20.75H10.0199H10.116H17.2404C18.1057 20.75 18.8377 20.7501 19.4181 20.6636C20.0399 20.571 20.6017 20.3646 21.0352 19.8671C21.4601 19.3793 21.6082 18.7872 21.6565 18.14C21.7028 17.5192 21.6627 16.7372 21.6141 15.7895L21.6141 15.7894L21.6141 15.7894L21.378 11.1822C21.3766 11.1563 21.374 11.1305 21.37 11.1048C21.3201 10.7852 21.4778 10.45 21.8742 9.81979C21.8959 9.78535 21.9185 9.74978 21.9417 9.71311C22.2747 9.18837 22.75 8.43941 22.75 7.55853C22.75 6.17834 21.74 5.08897 20.4999 4.38911C19.2311 3.67304 17.5463 3.25 15.7826 3.25H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.18333 7.6819C3.18333 7.26397 3.526 6.65486 4.56441 6.09106C5.55596 5.55271 6.96445 5.19444 8.5 5.19444C10.0355 5.19444 11.444 5.55271 12.4356 6.09106C13.474 6.65486 13.8167 7.26397 13.8167 7.6819C13.8167 7.99423 13.6304 8.3104 13.207 8.9579L13.1741 9.00813C12.8458 9.50869 12.2992 10.3422 12.4349 11.3397L12.6685 15.7248C12.7212 16.7148 12.7537 17.3612 12.7166 17.8396C12.6814 18.2938 12.5922 18.4375 12.5221 18.5148C12.4574 18.5864 12.3404 18.6798 11.9259 18.7392C11.4795 18.8032 10.8685 18.8055 9.91607 18.8055H7.08393C6.13149 18.8055 5.52051 18.8032 5.07406 18.7392C4.65955 18.6798 4.54264 18.5864 4.47786 18.5148C4.40783 18.4375 4.31862 18.2938 4.28341 17.8396C4.24632 17.3612 4.27876 16.7148 4.3315 15.7248L4.56512 11.3397C4.70085 10.3422 4.15419 9.50869 3.82591 9.00812L3.79301 8.9579C3.36963 8.3104 3.18333 7.99423 3.18333 7.6819ZM8.5 3.25C6.69388 3.25 4.96071 3.66621 3.646 4.38002C2.37817 5.06838 1.25 6.1891 1.25 7.6819C1.25 8.62426 1.77458 9.41685 2.10561 9.917L2.10563 9.91704C2.13088 9.95518 2.155 9.99162 2.17768 10.0263C2.59195 10.6599 2.67882 10.8971 2.64823 11.0856L2.63978 11.1376L2.39752 15.6849C2.3491 16.5929 2.30772 17.3689 2.35593 17.9908C2.40715 18.6515 2.56772 19.2933 3.04857 19.8242C3.53466 20.3609 4.15483 20.5716 4.80132 20.6642C5.40041 20.7501 6.15099 20.7501 7.01671 20.75H7.01676H9.96249C9.96329 20.75 9.9641 20.75 9.9649 20.75H10.0199H10.116H17.2404C18.1057 20.75 18.8377 20.7501 19.4181 20.6636C20.0399 20.571 20.6017 20.3646 21.0352 19.8671C21.4601 19.3793 21.6082 18.7872 21.6565 18.14C21.7028 17.5192 21.6627 16.7372 21.6141 15.7895L21.6141 15.7894L21.6141 15.7894L21.378 11.1822C21.3766 11.1563 21.374 11.1305 21.37 11.1048C21.3201 10.7852 21.4778 10.45 21.8742 9.81979C21.8959 9.78535 21.9185 9.74978 21.9417 9.71311C22.2747 9.18837 22.75 8.43941 22.75 7.55853C22.75 6.17834 21.74 5.08897 20.4999 4.38911C19.2311 3.67304 17.5463 3.25 15.7826 3.25H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-broccoli{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3.17857C9.84319 3.17857 9.02852 4.03566 9.02852 4.91302C9.02852 5.18846 8.90942 5.45074 8.70126 5.63373C8.4931 5.81672 8.21575 5.90295 7.93916 5.87066C6.57064 5.71092 5.61969 6.4508 5.30238 7.25078C5.14456 7.64869 5.14771 8.04158 5.29435 8.37293C5.4373 8.69593 5.76238 9.06291 6.44492 9.3275C6.94629 9.52186 7.19341 10.0814 6.99688 10.5772C6.80034 11.073 6.23458 11.3174 5.73321 11.123C5.14362 10.8945 4.64872 10.5845 4.25843 10.2091C4.15026 10.6361 4.19508 11.0741 4.36287 11.4654C4.6754 12.1944 5.44752 12.8214 6.65284 12.8214C7.86405 12.8214 8.8043 12.1042 9.09157 11.2403C9.25979 10.7344 9.81087 10.4591 10.3224 10.6255C10.448 10.6663 10.5595 10.73 10.6538 10.8103C11.1409 11.0706 11.5612 11.0993 11.9123 11.0056C12.3091 10.8997 12.7444 10.6027 13.138 10.025C13.3776 9.67331 13.8214 9.51769 14.2315 9.64157C14.6416 9.76545 14.9217 10.1397 14.9217 10.5638C14.9217 11.7625 15.9742 12.8214 17.3843 12.8214C18.7221 12.8214 19.5448 11.9513 19.7517 10.9386C19.9109 10.1597 19.697 9.36287 19.0514 8.84377C18.4881 9.53747 17.6683 10.0294 16.7546 10.2151C16.2271 10.3222 15.7116 9.98622 15.6033 9.46456C15.4949 8.94289 15.8347 8.43312 16.3622 8.32595C17.292 8.13704 17.8825 7.41558 17.8825 6.66484C17.8825 5.80015 17.0817 4.95879 15.911 4.95879C15.3813 4.95879 14.9115 5.13897 14.565 5.42004C14.2735 5.65646 13.8703 5.70554 13.5296 5.5461C13.1888 5.38666 12.9716 5.04725 12.9716 4.67445C12.9716 3.90554 12.2827 3.17857 11 3.17857ZM19.8145 7.01987C21.4301 7.98077 21.9831 9.75519 21.6632 11.3206C21.2962 13.1171 19.7647 14.75 17.3843 14.75C15.6779 14.75 14.1562 13.8169 13.4271 12.4225C13.1159 12.6202 12.7796 12.7717 12.4204 12.8675C11.774 13.0401 11.1092 13.0174 10.4617 12.8161C9.65603 14.0002 8.22555 14.75 6.65284 14.75C4.6817 14.75 3.19218 13.6754 2.56746 12.2183C2.0009 10.8969 2.17293 9.31027 3.24317 8.0893C3.20357 7.55994 3.29423 7.03234 3.48692 6.54653C4.03615 5.16183 5.42609 4.05979 7.22013 3.93245C7.68713 2.35957 9.248 1.25 11 1.25C12.4869 1.25 13.9609 1.95702 14.5963 3.23951C15.0091 3.10353 15.4521 3.03022 15.911 3.03022C17.995 3.03022 19.8327 4.57996 19.8327 6.66484C19.8327 6.78498 19.8265 6.90339 19.8145 7.01987Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.1468 10.5009C14.4006 10.5873 14.589 10.8025 14.641 11.0655C14.775 11.7432 15.186 12.249 15.6974 12.6192C16.217 12.9955 16.7957 13.1967 17.141 13.2628C17.457 13.3232 17.6993 13.5786 17.7431 13.8973C17.7869 14.2161 17.6224 14.5273 17.3344 14.6707C17.1123 14.7814 16.6048 15.2361 16.1361 16.2948C15.68 17.3251 15.2919 18.8636 15.2499 21.014C15.2396 21.5402 14.8828 21.8758 14.6332 22.0496C14.3646 22.2366 14.0379 22.3684 13.738 22.4625C13.1361 22.6513 12.4387 22.7494 12 22.7494C11.5614 22.7494 10.864 22.6513 10.2621 22.4625C9.96221 22.3684 9.63546 22.2366 9.36693 22.0496C9.11728 21.8758 8.76045 21.5402 8.75018 21.014C8.7082 18.8636 8.32009 17.3251 7.86394 16.2948C7.39524 15.2361 6.88781 14.7814 6.66566 14.6707C6.37253 14.5247 6.20801 14.2054 6.25929 13.882C6.31057 13.5585 6.56578 13.3057 6.8897 13.2576C7.40031 13.1816 7.92363 12.8787 8.3972 12.4656C8.86484 12.0576 9.2202 11.5975 9.39323 11.3192C9.61135 10.9684 10.0721 10.86 10.4237 11.0768C10.987 11.424 11.5758 11.4443 12.1237 11.3064C12.6876 11.1645 13.1647 10.8628 13.4108 10.647C13.6124 10.4703 13.893 10.4146 14.1468 10.5009Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3.17857C9.84319 3.17857 9.02852 4.03566 9.02852 4.91302C9.02852 5.18846 8.90942 5.45074 8.70126 5.63373C8.4931 5.81672 8.21575 5.90295 7.93916 5.87066C6.57064 5.71092 5.61969 6.4508 5.30238 7.25078C5.14456 7.64869 5.14771 8.04158 5.29435 8.37293C5.4373 8.69593 5.76238 9.06291 6.44492 9.3275C6.94629 9.52186 7.19341 10.0814 6.99688 10.5772C6.80034 11.073 6.23458 11.3174 5.73321 11.123C5.14362 10.8945 4.64872 10.5845 4.25843 10.2091C4.15026 10.6361 4.19508 11.0741 4.36287 11.4654C4.6754 12.1944 5.44752 12.8214 6.65284 12.8214C7.86405 12.8214 8.8043 12.1042 9.09157 11.2403C9.25979 10.7344 9.81087 10.4591 10.3224 10.6255C10.448 10.6663 10.5595 10.73 10.6538 10.8103C11.1409 11.0706 11.5612 11.0993 11.9123 11.0056C12.3091 10.8997 12.7444 10.6027 13.138 10.025C13.3776 9.67331 13.8214 9.51769 14.2315 9.64157C14.6416 9.76545 14.9217 10.1397 14.9217 10.5638C14.9217 11.7625 15.9742 12.8214 17.3843 12.8214C18.7221 12.8214 19.5448 11.9513 19.7517 10.9386C19.9109 10.1597 19.697 9.36287 19.0514 8.84377C18.4881 9.53747 17.6683 10.0294 16.7546 10.2151C16.2271 10.3222 15.7116 9.98622 15.6033 9.46456C15.4949 8.94289 15.8347 8.43312 16.3622 8.32595C17.292 8.13704 17.8825 7.41558 17.8825 6.66484C17.8825 5.80015 17.0817 4.95879 15.911 4.95879C15.3813 4.95879 14.9115 5.13897 14.565 5.42004C14.2735 5.65646 13.8703 5.70554 13.5296 5.5461C13.1888 5.38666 12.9716 5.04725 12.9716 4.67445C12.9716 3.90554 12.2827 3.17857 11 3.17857ZM19.8145 7.01987C21.4301 7.98077 21.9831 9.75519 21.6632 11.3206C21.2962 13.1171 19.7647 14.75 17.3843 14.75C15.6779 14.75 14.1562 13.8169 13.4271 12.4225C13.1159 12.6202 12.7796 12.7717 12.4204 12.8675C11.774 13.0401 11.1092 13.0174 10.4617 12.8161C9.65603 14.0002 8.22555 14.75 6.65284 14.75C4.6817 14.75 3.19218 13.6754 2.56746 12.2183C2.0009 10.8969 2.17293 9.31027 3.24317 8.0893C3.20357 7.55994 3.29423 7.03234 3.48692 6.54653C4.03615 5.16183 5.42609 4.05979 7.22013 3.93245C7.68713 2.35957 9.248 1.25 11 1.25C12.4869 1.25 13.9609 1.95702 14.5963 3.23951C15.0091 3.10353 15.4521 3.03022 15.911 3.03022C17.995 3.03022 19.8327 4.57996 19.8327 6.66484C19.8327 6.78498 19.8265 6.90339 19.8145 7.01987Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.1468 10.5009C14.4006 10.5873 14.589 10.8025 14.641 11.0655C14.775 11.7432 15.186 12.249 15.6974 12.6192C16.217 12.9955 16.7957 13.1967 17.141 13.2628C17.457 13.3232 17.6993 13.5786 17.7431 13.8973C17.7869 14.2161 17.6224 14.5273 17.3344 14.6707C17.1123 14.7814 16.6048 15.2361 16.1361 16.2948C15.68 17.3251 15.2919 18.8636 15.2499 21.014C15.2396 21.5402 14.8828 21.8758 14.6332 22.0496C14.3646 22.2366 14.0379 22.3684 13.738 22.4625C13.1361 22.6513 12.4387 22.7494 12 22.7494C11.5614 22.7494 10.864 22.6513 10.2621 22.4625C9.96221 22.3684 9.63546 22.2366 9.36693 22.0496C9.11728 21.8758 8.76045 21.5402 8.75018 21.014C8.7082 18.8636 8.32009 17.3251 7.86394 16.2948C7.39524 15.2361 6.88781 14.7814 6.66566 14.6707C6.37253 14.5247 6.20801 14.2054 6.25929 13.882C6.31057 13.5585 6.56578 13.3057 6.8897 13.2576C7.40031 13.1816 7.92363 12.8787 8.3972 12.4656C8.86484 12.0576 9.2202 11.5975 9.39323 11.3192C9.61135 10.9684 10.0721 10.86 10.4237 11.0768C10.987 11.424 11.5758 11.4443 12.1237 11.3064C12.6876 11.1645 13.1647 10.8628 13.4108 10.647C13.6124 10.4703 13.893 10.4146 14.1468 10.5009Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-bubble-tea-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.9767 10C5.99206 10.0004 6.00739 10.0004 6.02268 10H17.9773C17.9926 10.0004 18.0079 10.0004 18.0233 10H19C19.5523 10 20 9.55228 20 9C20 8.44772 19.5523 8 19 8H18.677L18.414 7.34252C17.3649 4.71979 14.8248 3 12 3C9.17523 3 6.63505 4.71979 5.58596 7.34252L5.32297 8H5C4.44772 8 4 8.44772 4 9C4 9.55228 4.44772 10 5 10H5.9767ZM7.47796 8H16.522C15.7563 6.18469 13.9762 5 12 5C10.0238 5 8.2437 6.18468 7.47796 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3957 1.08142C16.9033 1.29897 17.1385 1.88685 16.9209 2.39448L13.9209 9.39448C13.7034 9.90211 13.1155 10.1373 12.6079 9.91971C12.1002 9.70215 11.8651 9.11428 12.0826 8.60665L15.0826 1.60665C15.3002 1.09902 15.8881 0.863864 16.3957 1.08142Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.00001 8.25C5.78077 8.25 5.57251 8.34592 5.43002 8.51254C5.28753 8.67915 5.22508 8.89977 5.25908 9.11634L6.74466 18.577L6.74467 18.577L6.74467 18.577C6.86283 19.3297 6.96244 19.9642 7.10839 20.466C7.26364 20.9997 7.49442 21.4715 7.93101 21.8385C8.36979 22.2073 9.04862 22.4169 9.69993 22.5442C10.3873 22.6785 11.1842 22.7462 11.9716 22.7498C12.7587 22.7535 13.5611 22.6933 14.2589 22.5606C14.9237 22.4343 15.6139 22.221 16.069 21.8385C16.5056 21.4715 16.7364 20.9997 16.8916 20.466C17.0376 19.9642 17.1372 19.3298 17.2553 18.5772L17.2553 18.5771L17.2553 18.577L18.7409 9.11634C18.7749 8.89977 18.7125 8.67915 18.57 8.51254C18.4275 8.34592 18.2192 8.25 18 8.25L6.00001 8.25ZM13.0023 13C12.45 13 12.0023 13.4477 12.0023 14C12.0023 14.5523 12.45 15 13.0023 15H13.0112C13.5635 15 14.0112 14.5523 14.0112 14C14.0112 13.4477 13.5635 13 13.0112 13H13.0023ZM10 15.5C9.44772 15.5 9 15.9477 9 16.5C9 17.0523 9.44772 17.5 10 17.5H10.0089C10.5612 17.5 11.0089 17.0523 11.0089 16.5C11.0089 15.9477 10.5612 15.5 10.0089 15.5H10ZM13.9911 17C13.4388 17 12.9911 17.4477 12.9911 18C12.9911 18.5523 13.4388 19 13.9911 19H14C14.5523 19 15 18.5523 15 18C15 17.4477 14.5523 17 14 17H13.9911Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.9767 10C5.99206 10.0004 6.00739 10.0004 6.02268 10H17.9773C17.9926 10.0004 18.0079 10.0004 18.0233 10H19C19.5523 10 20 9.55228 20 9C20 8.44772 19.5523 8 19 8H18.677L18.414 7.34252C17.3649 4.71979 14.8248 3 12 3C9.17523 3 6.63505 4.71979 5.58596 7.34252L5.32297 8H5C4.44772 8 4 8.44772 4 9C4 9.55228 4.44772 10 5 10H5.9767ZM7.47796 8H16.522C15.7563 6.18469 13.9762 5 12 5C10.0238 5 8.2437 6.18468 7.47796 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3957 1.08142C16.9033 1.29897 17.1385 1.88685 16.9209 2.39448L13.9209 9.39448C13.7034 9.90211 13.1155 10.1373 12.6079 9.91971C12.1002 9.70215 11.8651 9.11428 12.0826 8.60665L15.0826 1.60665C15.3002 1.09902 15.8881 0.863864 16.3957 1.08142Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.00001 8.25C5.78077 8.25 5.57251 8.34592 5.43002 8.51254C5.28753 8.67915 5.22508 8.89977 5.25908 9.11634L6.74466 18.577L6.74467 18.577L6.74467 18.577C6.86283 19.3297 6.96244 19.9642 7.10839 20.466C7.26364 20.9997 7.49442 21.4715 7.93101 21.8385C8.36979 22.2073 9.04862 22.4169 9.69993 22.5442C10.3873 22.6785 11.1842 22.7462 11.9716 22.7498C12.7587 22.7535 13.5611 22.6933 14.2589 22.5606C14.9237 22.4343 15.6139 22.221 16.069 21.8385C16.5056 21.4715 16.7364 20.9997 16.8916 20.466C17.0376 19.9642 17.1372 19.3298 17.2553 18.5772L17.2553 18.5771L17.2553 18.577L18.7409 9.11634C18.7749 8.89977 18.7125 8.67915 18.57 8.51254C18.4275 8.34592 18.2192 8.25 18 8.25L6.00001 8.25ZM13.0023 13C12.45 13 12.0023 13.4477 12.0023 14C12.0023 14.5523 12.45 15 13.0023 15H13.0112C13.5635 15 14.0112 14.5523 14.0112 14C14.0112 13.4477 13.5635 13 13.0112 13H13.0023ZM10 15.5C9.44772 15.5 9 15.9477 9 16.5C9 17.0523 9.44772 17.5 10 17.5H10.0089C10.5612 17.5 11.0089 17.0523 11.0089 16.5C11.0089 15.9477 10.5612 15.5 10.0089 15.5H10ZM13.9911 17C13.4388 17 12.9911 17.4477 12.9911 18C12.9911 18.5523 13.4388 19 13.9911 19H14C14.5523 19 15 18.5523 15 18C15 17.4477 14.5523 17 14 17H13.9911Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-bubble-tea-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4258 4H13.5742C14.136 3.99997 14.6313 3.99994 15.0443 4.04264C15.4917 4.0889 15.926 4.19148 16.3411 4.44805C16.7563 4.70463 17.0422 5.04721 17.2837 5.42667C17.5066 5.77698 17.7281 6.22001 17.9793 6.72247L18.618 8H19C19.5523 8 20 8.44772 20 9C20 9.55229 19.5523 10 19 10H5C4.44772 10 4 9.55229 4 9C4 8.44772 4.44772 8 5 8H5.38197L6 6.76393C6.00694 6.75006 6.01385 6.73624 6.02074 6.72246C6.27193 6.22001 6.49341 5.77697 6.71631 5.42667C6.95775 5.04721 7.24373 4.70463 7.65887 4.44805C8.07402 4.19148 8.50833 4.0889 8.95571 4.04264C9.36871 3.99994 9.86402 3.99997 10.4258 4ZM7.61803 8H16.382L16.2111 7.65836C15.933 7.10208 15.7571 6.75301 15.5963 6.50033C15.448 6.2672 15.3578 6.19148 15.2897 6.14935C15.2215 6.10723 15.1135 6.06046 14.8386 6.03204C14.5407 6.00124 14.1498 6 13.5279 6H10.4721C9.8502 6 9.4593 6.00124 9.1614 6.03204C8.88654 6.06046 8.77849 6.10723 8.71034 6.14935C8.64218 6.19148 8.55202 6.2672 8.40369 6.50033C8.24291 6.75301 8.06699 7.10208 7.78885 7.65836L7.61803 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V9C13 9.55228 12.5523 10 12 10C11.4477 10 11 9.55228 11 9V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.98804 8.84487C6.90237 8.29927 6.39062 7.92643 5.84502 8.0121C5.29942 8.09778 4.92658 8.60953 5.01225 9.15513L6.49975 18.6281C6.61622 19.3701 6.71799 20.0184 6.86848 20.5358C7.03132 21.0956 7.28183 21.6193 7.77029 22.0299C8.26088 22.4422 8.99433 22.661 9.65213 22.7896C10.358 22.9275 11.171 22.9961 11.9705 22.9998C12.7699 23.0036 13.5888 22.9426 14.3057 22.8062C14.9787 22.6783 15.7232 22.4559 16.23 22.0299C16.7185 21.6193 16.969 21.0956 17.1318 20.5358C17.2823 20.0184 17.3841 19.3701 17.5005 18.6281L18.988 9.15513C19.0737 8.60953 18.7009 8.09778 18.1553 8.0121C17.6097 7.92643 17.0979 8.29927 17.0122 8.84487L16.369 12.9413C15.5638 13.3927 14.6522 13.3068 13.6512 12.962C13.0187 12.7441 12.3993 12.437 11.8043 12.1348L11.6668 12.0648C11.1471 11.8001 10.6034 11.5231 10.1488 11.3871C9.28355 11.1283 8.32523 11.2733 7.59257 11.5113C7.53308 11.5306 7.47426 11.5508 7.41625 11.5718L6.98804 8.84487ZM11.0078 17C11.0078 17.5523 10.5601 18 10.0078 18H9.99883C9.44655 18 8.99883 17.5523 8.99883 17C8.99883 16.4477 9.44655 16 9.99883 16H10.0078C10.5601 16 11.0078 16.4477 11.0078 17ZM14.0078 20C14.5601 20 15.0078 19.5523 15.0078 19C15.0078 18.4477 14.5601 18 14.0078 18H13.9988C13.4465 18 12.9988 18.4477 12.9988 19C12.9988 19.5523 13.4465 20 13.9988 20H14.0078Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4258 4H13.5742C14.136 3.99997 14.6313 3.99994 15.0443 4.04264C15.4917 4.0889 15.926 4.19148 16.3411 4.44805C16.7563 4.70463 17.0422 5.04721 17.2837 5.42667C17.5066 5.77698 17.7281 6.22001 17.9793 6.72247L18.618 8H19C19.5523 8 20 8.44772 20 9C20 9.55229 19.5523 10 19 10H5C4.44772 10 4 9.55229 4 9C4 8.44772 4.44772 8 5 8H5.38197L6 6.76393C6.00694 6.75006 6.01385 6.73624 6.02074 6.72246C6.27193 6.22001 6.49341 5.77697 6.71631 5.42667C6.95775 5.04721 7.24373 4.70463 7.65887 4.44805C8.07402 4.19148 8.50833 4.0889 8.95571 4.04264C9.36871 3.99994 9.86402 3.99997 10.4258 4ZM7.61803 8H16.382L16.2111 7.65836C15.933 7.10208 15.7571 6.75301 15.5963 6.50033C15.448 6.2672 15.3578 6.19148 15.2897 6.14935C15.2215 6.10723 15.1135 6.06046 14.8386 6.03204C14.5407 6.00124 14.1498 6 13.5279 6H10.4721C9.8502 6 9.4593 6.00124 9.1614 6.03204C8.88654 6.06046 8.77849 6.10723 8.71034 6.14935C8.64218 6.19148 8.55202 6.2672 8.40369 6.50033C8.24291 6.75301 8.06699 7.10208 7.78885 7.65836L7.61803 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V9C13 9.55228 12.5523 10 12 10C11.4477 10 11 9.55228 11 9V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.98804 8.84487C6.90237 8.29927 6.39062 7.92643 5.84502 8.0121C5.29942 8.09778 4.92658 8.60953 5.01225 9.15513L6.49975 18.6281C6.61622 19.3701 6.71799 20.0184 6.86848 20.5358C7.03132 21.0956 7.28183 21.6193 7.77029 22.0299C8.26088 22.4422 8.99433 22.661 9.65213 22.7896C10.358 22.9275 11.171 22.9961 11.9705 22.9998C12.7699 23.0036 13.5888 22.9426 14.3057 22.8062C14.9787 22.6783 15.7232 22.4559 16.23 22.0299C16.7185 21.6193 16.969 21.0956 17.1318 20.5358C17.2823 20.0184 17.3841 19.3701 17.5005 18.6281L18.988 9.15513C19.0737 8.60953 18.7009 8.09778 18.1553 8.0121C17.6097 7.92643 17.0979 8.29927 17.0122 8.84487L16.369 12.9413C15.5638 13.3927 14.6522 13.3068 13.6512 12.962C13.0187 12.7441 12.3993 12.437 11.8043 12.1348L11.6668 12.0648C11.1471 11.8001 10.6034 11.5231 10.1488 11.3871C9.28355 11.1283 8.32523 11.2733 7.59257 11.5113C7.53308 11.5306 7.47426 11.5508 7.41625 11.5718L6.98804 8.84487ZM11.0078 17C11.0078 17.5523 10.5601 18 10.0078 18H9.99883C9.44655 18 8.99883 17.5523 8.99883 17C8.99883 16.4477 9.44655 16 9.99883 16H10.0078C10.5601 16 11.0078 16.4477 11.0078 17ZM14.0078 20C14.5601 20 15.0078 19.5523 15.0078 19C15.0078 18.4477 14.5601 18 14.0078 18H13.9988C13.4465 18 12.9988 18.4477 12.9988 19C12.9988 19.5523 13.4465 20 13.9988 20H14.0078Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-carrot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4549 8.54549C13.7523 6.84292 12.3579 6.06745 10.9726 6.28618C10.2993 6.39251 9.72233 6.72312 9.20534 7.1236C8.70139 7.51398 8.20036 8.01504 7.69233 8.52309L7.66993 8.54549C7.48245 8.73297 7.27274 8.96685 7.04679 9.23897C6.88781 9.43043 6.80832 9.52616 6.81368 9.64226C6.81905 9.75835 6.90912 9.84842 7.08926 10.0286L9.03068 11.9701C9.32356 12.263 9.32354 12.7379 9.03064 13.0308C8.73773 13.3237 8.26286 13.3237 7.96998 13.0308L6.3195 11.3802C6.08418 11.1448 5.96651 11.0271 5.8255 11.0409C5.68448 11.0546 5.59276 11.1912 5.40931 11.4644C4.64548 12.6019 3.85528 13.9056 3.17711 15.1866C2.45756 16.5457 1.8387 17.9261 1.50915 19.097C1.34499 19.6803 1.24132 20.2503 1.25057 20.7594C1.25968 21.26 1.38141 21.8095 1.78614 22.2143C2.19088 22.619 2.7404 22.7407 3.24106 22.7498C3.75013 22.7591 4.32008 22.6554 4.90338 22.4913C6.07433 22.1617 7.45468 21.5429 8.81384 20.8233C9.05331 20.6965 9.17304 20.6331 9.21377 20.5301C9.23038 20.4881 9.23739 20.4415 9.23387 20.3965C9.22524 20.286 9.12827 20.1891 8.93435 19.9951L7.47 18.5308C7.1771 18.2379 7.1771 17.763 7.47 17.4701C7.76289 17.1772 8.23776 17.1772 8.53066 17.4701L10.4411 19.3806C10.601 19.5404 10.6809 19.6203 10.7845 19.6324C10.8881 19.6445 10.9834 19.5857 11.174 19.468C12.3689 18.7299 13.4759 17.9673 14.3245 17.3049C14.5615 17.1198 14.6801 17.0273 14.6884 16.8924C14.6966 16.7574 14.5879 16.6487 14.3705 16.4313L12.47 14.5308C12.1771 14.2379 12.1771 13.763 12.47 13.4701C12.7629 13.1772 13.2378 13.1772 13.5307 13.4701L15.4931 15.4325C15.6966 15.6361 15.7984 15.7378 15.9262 15.7353C16.0539 15.7327 16.1493 15.6294 16.34 15.4228C16.5331 15.2136 16.7145 15.0046 16.8768 14.7951C17.2773 14.2781 17.6079 13.7012 17.7142 13.0278C17.933 11.6425 17.1575 10.2481 15.4549 8.54549Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.043 1.54286C14.4335 1.15235 15.0667 1.15238 15.4572 1.54293C16.3543 2.44005 16.6539 4.06841 15.6156 5.86201C15.3389 6.33998 14.7272 6.50316 14.2492 6.22647C13.7712 5.94978 13.608 5.338 13.8847 4.86003C14.5573 3.6982 14.1828 3.09698 14.0429 2.95707C13.6524 2.56653 13.6525 1.93337 14.043 1.54286ZM19.7354 4.26479C20.1259 4.65529 20.1259 5.28846 19.7354 5.679L17.7912 7.62344C17.4007 8.01398 16.7675 8.01401 16.3769 7.6235C15.9864 7.233 15.9864 6.59983 16.3769 6.20929L18.3211 4.26485C18.7116 3.87431 19.3448 3.87428 19.7354 4.26479ZM18.1382 8.38459C19.9317 7.34613 21.5601 7.64573 22.4572 8.54293C22.8477 8.93347 22.8477 9.56663 22.4572 9.95714C22.0666 10.3476 21.4334 10.3476 21.0429 9.95707C20.9031 9.81723 20.3021 9.44276 19.1403 10.1154C18.6624 10.3921 18.0506 10.229 17.7739 9.75107C17.4971 9.27312 17.6602 8.66133 18.1382 8.38459Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4549 8.54549C13.7523 6.84292 12.3579 6.06745 10.9726 6.28618C10.2993 6.39251 9.72233 6.72312 9.20534 7.1236C8.70139 7.51398 8.20036 8.01504 7.69233 8.52309L7.66993 8.54549C7.48245 8.73297 7.27274 8.96685 7.04679 9.23897C6.88781 9.43043 6.80832 9.52616 6.81368 9.64226C6.81905 9.75835 6.90912 9.84842 7.08926 10.0286L9.03068 11.9701C9.32356 12.263 9.32354 12.7379 9.03064 13.0308C8.73773 13.3237 8.26286 13.3237 7.96998 13.0308L6.3195 11.3802C6.08418 11.1448 5.96651 11.0271 5.8255 11.0409C5.68448 11.0546 5.59276 11.1912 5.40931 11.4644C4.64548 12.6019 3.85528 13.9056 3.17711 15.1866C2.45756 16.5457 1.8387 17.9261 1.50915 19.097C1.34499 19.6803 1.24132 20.2503 1.25057 20.7594C1.25968 21.26 1.38141 21.8095 1.78614 22.2143C2.19088 22.619 2.7404 22.7407 3.24106 22.7498C3.75013 22.7591 4.32008 22.6554 4.90338 22.4913C6.07433 22.1617 7.45468 21.5429 8.81384 20.8233C9.05331 20.6965 9.17304 20.6331 9.21377 20.5301C9.23038 20.4881 9.23739 20.4415 9.23387 20.3965C9.22524 20.286 9.12827 20.1891 8.93435 19.9951L7.47 18.5308C7.1771 18.2379 7.1771 17.763 7.47 17.4701C7.76289 17.1772 8.23776 17.1772 8.53066 17.4701L10.4411 19.3806C10.601 19.5404 10.6809 19.6203 10.7845 19.6324C10.8881 19.6445 10.9834 19.5857 11.174 19.468C12.3689 18.7299 13.4759 17.9673 14.3245 17.3049C14.5615 17.1198 14.6801 17.0273 14.6884 16.8924C14.6966 16.7574 14.5879 16.6487 14.3705 16.4313L12.47 14.5308C12.1771 14.2379 12.1771 13.763 12.47 13.4701C12.7629 13.1772 13.2378 13.1772 13.5307 13.4701L15.4931 15.4325C15.6966 15.6361 15.7984 15.7378 15.9262 15.7353C16.0539 15.7327 16.1493 15.6294 16.34 15.4228C16.5331 15.2136 16.7145 15.0046 16.8768 14.7951C17.2773 14.2781 17.6079 13.7012 17.7142 13.0278C17.933 11.6425 17.1575 10.2481 15.4549 8.54549Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.043 1.54286C14.4335 1.15235 15.0667 1.15238 15.4572 1.54293C16.3543 2.44005 16.6539 4.06841 15.6156 5.86201C15.3389 6.33998 14.7272 6.50316 14.2492 6.22647C13.7712 5.94978 13.608 5.338 13.8847 4.86003C14.5573 3.6982 14.1828 3.09698 14.0429 2.95707C13.6524 2.56653 13.6525 1.93337 14.043 1.54286ZM19.7354 4.26479C20.1259 4.65529 20.1259 5.28846 19.7354 5.679L17.7912 7.62344C17.4007 8.01398 16.7675 8.01401 16.3769 7.6235C15.9864 7.233 15.9864 6.59983 16.3769 6.20929L18.3211 4.26485C18.7116 3.87431 19.3448 3.87428 19.7354 4.26479ZM18.1382 8.38459C19.9317 7.34613 21.5601 7.64573 22.4572 8.54293C22.8477 8.93347 22.8477 9.56663 22.4572 9.95714C22.0666 10.3476 21.4334 10.3476 21.0429 9.95707C20.9031 9.81723 20.3021 9.44276 19.1403 10.1154C18.6624 10.3921 18.0506 10.229 17.7739 9.75107C17.4971 9.27312 17.6602 8.66133 18.1382 8.38459Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-cheese-cake-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.1827 7.04249C17.6631 7.12836 18.1601 7.3432 18.6459 7.66977C19.3721 8.15795 19.9942 8.84541 20.3873 9.51759C20.6804 10.0186 20.7676 10.3571 20.7781 10.5849C20.8108 11.2959 20.4086 11.5835 19.9349 11.7522C19.7302 11.825 19.4647 11.8802 19.1066 11.9146C18.8558 11.9185 18.5734 11.9189 18.2527 11.9189C18.1765 11.9189 18.0979 11.9159 18.0004 11.9122C17.9615 11.9108 17.9197 11.9092 17.8739 11.9076C17.7257 11.9026 17.5497 11.8988 17.369 11.9086C17.028 11.9271 16.5421 11.9984 16.1454 12.3299C15.8466 12.5795 15.698 12.9675 15.5968 13.27C15.4844 13.6059 15.367 14.0564 15.2238 14.6061L15.2164 14.6345C15.1656 14.8293 15.0801 15.0176 14.9824 15.1399C14.8935 15.2512 14.8456 15.2506 14.8347 15.2504C14.7465 15.2504 14.6579 15.213 14.5776 15.1202C14.492 15.0215 14.4391 14.8823 14.4395 14.7469C14.4412 14.1551 14.3261 13.4493 13.8963 12.875C13.4376 12.262 12.712 11.9189 11.7572 11.9189H8.54119C6.41514 11.9189 4.86852 11.9181 3.82625 11.8265C3.72739 11.8178 3.70123 11.689 3.78881 11.6423C3.84263 11.6137 3.89765 11.5851 3.94708 11.5607C4.80246 11.1395 6.17902 10.6283 8.19402 9.91474L8.3365 9.86429C8.45462 9.82246 8.50537 9.68363 8.44823 9.57212C8.22137 9.12933 8.06495 8.64449 7.99376 8.13238C7.97569 8.00234 7.84406 7.91697 7.7203 7.9608L7.52639 8.02947C5.54229 8.73209 4.04541 9.28301 3.06359 9.76644C2.57959 10.0048 2.13586 10.2664 1.81525 10.5764C1.48889 10.892 1.17086 11.3847 1.26765 12.0159C1.26787 12.0174 1.2669 12.0188 1.26542 12.0191C1.26391 12.0194 1.26292 12.0209 1.26321 12.0224C1.26631 12.0389 1.26976 12.0553 1.27357 12.0718L2.06667 15.7756C2.11534 16.0029 2.13967 16.1166 2.22218 16.1833C2.3047 16.25 2.42092 16.25 2.65337 16.25H9.00049C9.4147 16.25 9.75049 16.5858 9.75049 17C9.75049 17.4142 9.4147 17.75 9.00049 17.75H3.26545C2.91194 17.75 2.73518 17.75 2.64514 17.8683C2.55509 17.9865 2.60108 18.1531 2.69305 18.4864C2.76057 18.731 2.82986 18.9576 2.9035 19.1664C3.15677 19.8846 3.48787 20.4747 4.04907 20.925C4.61023 21.3752 5.25819 21.5706 6.01433 21.6624C6.73986 21.7504 7.64382 21.7504 8.75803 21.7504H17.4361C18.256 21.7504 18.9428 21.7504 19.4932 21.6795C20.0757 21.6044 20.6042 21.4397 21.0474 21.0382C21.4906 20.6367 21.7065 20.1271 21.8384 19.5548C21.9144 19.2252 21.9692 18.8425 22.0185 18.4091C22.0534 18.1033 22.0708 17.9505 21.9813 17.8502C21.8919 17.75 21.7363 17.75 21.4251 17.75H19.5005C19.0863 17.75 18.7505 17.4142 18.7505 17C18.7505 16.5858 19.0863 16.25 19.5005 16.25H21.6921C21.9504 16.25 22.0796 16.25 22.1654 16.1723C22.2511 16.0946 22.2638 15.966 22.2892 15.7089L22.7465 11.0743C22.7745 10.8886 22.7853 10.695 22.7759 10.4929C22.7459 9.84048 22.51 9.1853 22.1137 8.50787C21.5738 7.58473 20.7463 6.67177 19.7616 6.00992C18.7174 5.30798 17.7224 5.04798 16.6936 5.09034C16.5459 5.09642 16.4641 5.26008 16.5328 5.39102C16.769 5.84153 16.9319 6.33663 17.0056 6.86058C17.0186 6.95298 17.0909 7.02608 17.1827 7.04249Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7572 2.03009C15.293 1.89615 15.836 2.22191 15.9699 2.7577C16.1039 3.2935 15.7781 3.83643 15.2423 3.97038C14.6778 4.11151 14.2699 4.36058 13.9865 4.60928C15.0338 5.14888 15.75 6.24089 15.75 7.50018C15.75 9.2951 14.2949 10.7502 12.5 10.7502C10.7051 10.7502 9.25 9.2951 9.25 7.50018C9.25 5.98518 10.2866 4.7123 11.6892 4.35212C12.0852 3.54956 13.051 2.45665 14.7572 2.03009Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.1827 7.04249C17.6631 7.12836 18.1601 7.3432 18.6459 7.66977C19.3721 8.15795 19.9942 8.84541 20.3873 9.51759C20.6804 10.0186 20.7676 10.3571 20.7781 10.5849C20.8108 11.2959 20.4086 11.5835 19.9349 11.7522C19.7302 11.825 19.4647 11.8802 19.1066 11.9146C18.8558 11.9185 18.5734 11.9189 18.2527 11.9189C18.1765 11.9189 18.0979 11.9159 18.0004 11.9122C17.9615 11.9108 17.9197 11.9092 17.8739 11.9076C17.7257 11.9026 17.5497 11.8988 17.369 11.9086C17.028 11.9271 16.5421 11.9984 16.1454 12.3299C15.8466 12.5795 15.698 12.9675 15.5968 13.27C15.4844 13.6059 15.367 14.0564 15.2238 14.6061L15.2164 14.6345C15.1656 14.8293 15.0801 15.0176 14.9824 15.1399C14.8935 15.2512 14.8456 15.2506 14.8347 15.2504C14.7465 15.2504 14.6579 15.213 14.5776 15.1202C14.492 15.0215 14.4391 14.8823 14.4395 14.7469C14.4412 14.1551 14.3261 13.4493 13.8963 12.875C13.4376 12.262 12.712 11.9189 11.7572 11.9189H8.54119C6.41514 11.9189 4.86852 11.9181 3.82625 11.8265C3.72739 11.8178 3.70123 11.689 3.78881 11.6423C3.84263 11.6137 3.89765 11.5851 3.94708 11.5607C4.80246 11.1395 6.17902 10.6283 8.19402 9.91474L8.3365 9.86429C8.45462 9.82246 8.50537 9.68363 8.44823 9.57212C8.22137 9.12933 8.06495 8.64449 7.99376 8.13238C7.97569 8.00234 7.84406 7.91697 7.7203 7.9608L7.52639 8.02947C5.54229 8.73209 4.04541 9.28301 3.06359 9.76644C2.57959 10.0048 2.13586 10.2664 1.81525 10.5764C1.48889 10.892 1.17086 11.3847 1.26765 12.0159C1.26787 12.0174 1.2669 12.0188 1.26542 12.0191C1.26391 12.0194 1.26292 12.0209 1.26321 12.0224C1.26631 12.0389 1.26976 12.0553 1.27357 12.0718L2.06667 15.7756C2.11534 16.0029 2.13967 16.1166 2.22218 16.1833C2.3047 16.25 2.42092 16.25 2.65337 16.25H9.00049C9.4147 16.25 9.75049 16.5858 9.75049 17C9.75049 17.4142 9.4147 17.75 9.00049 17.75H3.26545C2.91194 17.75 2.73518 17.75 2.64514 17.8683C2.55509 17.9865 2.60108 18.1531 2.69305 18.4864C2.76057 18.731 2.82986 18.9576 2.9035 19.1664C3.15677 19.8846 3.48787 20.4747 4.04907 20.925C4.61023 21.3752 5.25819 21.5706 6.01433 21.6624C6.73986 21.7504 7.64382 21.7504 8.75803 21.7504H17.4361C18.256 21.7504 18.9428 21.7504 19.4932 21.6795C20.0757 21.6044 20.6042 21.4397 21.0474 21.0382C21.4906 20.6367 21.7065 20.1271 21.8384 19.5548C21.9144 19.2252 21.9692 18.8425 22.0185 18.4091C22.0534 18.1033 22.0708 17.9505 21.9813 17.8502C21.8919 17.75 21.7363 17.75 21.4251 17.75H19.5005C19.0863 17.75 18.7505 17.4142 18.7505 17C18.7505 16.5858 19.0863 16.25 19.5005 16.25H21.6921C21.9504 16.25 22.0796 16.25 22.1654 16.1723C22.2511 16.0946 22.2638 15.966 22.2892 15.7089L22.7465 11.0743C22.7745 10.8886 22.7853 10.695 22.7759 10.4929C22.7459 9.84048 22.51 9.1853 22.1137 8.50787C21.5738 7.58473 20.7463 6.67177 19.7616 6.00992C18.7174 5.30798 17.7224 5.04798 16.6936 5.09034C16.5459 5.09642 16.4641 5.26008 16.5328 5.39102C16.769 5.84153 16.9319 6.33663 17.0056 6.86058C17.0186 6.95298 17.0909 7.02608 17.1827 7.04249Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7572 2.03009C15.293 1.89615 15.836 2.22191 15.9699 2.7577C16.1039 3.2935 15.7781 3.83643 15.2423 3.97038C14.6778 4.11151 14.2699 4.36058 13.9865 4.60928C15.0338 5.14888 15.75 6.24089 15.75 7.50018C15.75 9.2951 14.2949 10.7502 12.5 10.7502C10.7051 10.7502 9.25 9.2951 9.25 7.50018C9.25 5.98518 10.2866 4.7123 11.6892 4.35212C12.0852 3.54956 13.051 2.45665 14.7572 2.03009Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-cheese-cake-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6548 15.3407C19.3596 15.8075 19.4988 16.4252 19.9655 16.7203C20.8157 17.2579 21 17.7048 21 17.946C21 18.1181 20.9152 18.3881 20.5335 18.7427C20.1505 19.0985 19.5416 19.465 18.7054 19.7936C17.039 20.4483 14.6686 20.8751 12 20.8751C9.33138 20.8751 6.96105 20.4483 5.29463 19.7936C4.45839 19.465 3.84949 19.0985 3.46645 18.7427C3.08476 18.3881 3 18.1181 3 17.946C3 17.7048 3.18431 17.2579 4.03445 16.7203C4.50124 16.4252 4.64037 15.8075 4.3452 15.3407C4.05003 14.8739 3.43233 14.7348 2.96555 15.0299C1.91395 15.6949 1 16.6672 1 17.946C1 18.8589 1.47488 19.6224 2.10525 20.208C2.73427 20.7924 3.58983 21.2726 4.56323 21.655C6.51611 22.4224 9.14577 22.8751 12 22.8751C14.8542 22.8751 17.4839 22.4224 19.4368 21.655C20.4102 21.2726 21.2657 20.7924 21.8948 20.208C22.5251 19.6224 23 18.8589 23 17.946C23 16.6672 22.086 15.6949 21.0345 15.0299C20.5677 14.7348 19.95 14.8739 19.6548 15.3407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7276 1.69321C14.8281 2.09506 14.5837 2.50226 14.1819 2.60272C13.5431 2.76242 13.1841 3.04548 12.9853 3.30688C14.0174 3.70308 14.75 4.70354 14.75 5.87512C14.75 7.3939 13.5188 8.62512 12 8.62512C10.4812 8.62512 9.25 7.3939 9.25 5.87512C9.25 4.5743 10.1532 3.48443 11.3667 3.1984C11.6247 2.41865 12.3417 1.5166 13.8181 1.14751C14.2199 1.04705 14.6271 1.29137 14.7276 1.69321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4615 6.66226C15.2411 7.12311 15.4554 7.66654 15.9402 7.87606C16.3224 8.04123 16.568 8.20727 16.7049 8.34266C16.7951 8.43187 16.8165 8.48431 16.8209 8.50108C16.8159 8.52007 16.7895 8.58521 16.6674 8.69531C16.4926 8.85293 16.1881 9.03711 15.732 9.21107C14.8251 9.55698 13.5061 9.7915 12 9.7915C10.4939 9.7915 9.17487 9.55698 8.26798 9.21107C7.8119 9.03711 7.5074 8.85293 7.33262 8.69531C7.21053 8.58521 7.18408 8.52007 7.17906 8.50108C7.18354 8.48431 7.20494 8.43187 7.29514 8.34266C7.43205 8.20727 7.67758 8.04123 8.05979 7.87606C8.5446 7.66654 8.75895 7.12311 8.53854 6.66226C8.31814 6.2014 7.74645 5.99765 7.26164 6.20716C6.74365 6.43101 6.26596 6.71499 5.9047 7.07228C5.54607 7.42696 5.26093 7.89887 5.25 8.46741V11.3882C5.25 11.7199 5.25 11.8858 5.31238 12.054C5.34707 12.1476 5.4164 12.2677 5.48009 12.3445C5.59459 12.4827 5.71385 12.5515 5.95236 12.6892C7.4629 13.5614 9.59943 14.1248 12 14.1248C14.4006 14.1248 16.5371 13.5614 18.0476 12.6892C18.1477 12.6315 18.2445 12.5727 18.338 12.5131C18.5306 12.3901 18.6269 12.3287 18.6885 12.2164C18.75 12.1041 18.75 11.9787 18.75 11.7279V8.50132L18.7497 8.46741C18.7387 7.89887 18.4539 7.42696 18.0953 7.07228C17.734 6.71499 17.2564 6.43101 16.7384 6.20716C16.2536 5.99765 15.6819 6.2014 15.4615 6.66226Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.75 14.7038C18.75 14.4007 18.75 14.2492 18.6564 14.1904C18.5628 14.1316 18.4221 14.1994 18.1408 14.3349C16.4483 15.1502 14.3061 15.6248 12 15.6248C9.6939 15.6248 7.55168 15.1502 5.85923 14.3349C5.57789 14.1994 5.43721 14.1316 5.34361 14.1904C5.25 14.2492 5.25 14.4007 5.25 14.7038V16.8749C5.25 17.4794 5.61818 17.9358 6.00728 18.2425C6.40483 18.5558 6.93362 18.8051 7.52019 19.0007C8.70117 19.3943 10.285 19.6249 12 19.6249C13.715 19.6249 15.2988 19.3943 16.4798 19.0007C17.0664 18.8051 17.5952 18.5558 17.9927 18.2425C18.3818 17.9358 18.75 17.4794 18.75 16.8749V14.7038Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6548 15.3407C19.3596 15.8075 19.4988 16.4252 19.9655 16.7203C20.8157 17.2579 21 17.7048 21 17.946C21 18.1181 20.9152 18.3881 20.5335 18.7427C20.1505 19.0985 19.5416 19.465 18.7054 19.7936C17.039 20.4483 14.6686 20.8751 12 20.8751C9.33138 20.8751 6.96105 20.4483 5.29463 19.7936C4.45839 19.465 3.84949 19.0985 3.46645 18.7427C3.08476 18.3881 3 18.1181 3 17.946C3 17.7048 3.18431 17.2579 4.03445 16.7203C4.50124 16.4252 4.64037 15.8075 4.3452 15.3407C4.05003 14.8739 3.43233 14.7348 2.96555 15.0299C1.91395 15.6949 1 16.6672 1 17.946C1 18.8589 1.47488 19.6224 2.10525 20.208C2.73427 20.7924 3.58983 21.2726 4.56323 21.655C6.51611 22.4224 9.14577 22.8751 12 22.8751C14.8542 22.8751 17.4839 22.4224 19.4368 21.655C20.4102 21.2726 21.2657 20.7924 21.8948 20.208C22.5251 19.6224 23 18.8589 23 17.946C23 16.6672 22.086 15.6949 21.0345 15.0299C20.5677 14.7348 19.95 14.8739 19.6548 15.3407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7276 1.69321C14.8281 2.09506 14.5837 2.50226 14.1819 2.60272C13.5431 2.76242 13.1841 3.04548 12.9853 3.30688C14.0174 3.70308 14.75 4.70354 14.75 5.87512C14.75 7.3939 13.5188 8.62512 12 8.62512C10.4812 8.62512 9.25 7.3939 9.25 5.87512C9.25 4.5743 10.1532 3.48443 11.3667 3.1984C11.6247 2.41865 12.3417 1.5166 13.8181 1.14751C14.2199 1.04705 14.6271 1.29137 14.7276 1.69321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4615 6.66226C15.2411 7.12311 15.4554 7.66654 15.9402 7.87606C16.3224 8.04123 16.568 8.20727 16.7049 8.34266C16.7951 8.43187 16.8165 8.48431 16.8209 8.50108C16.8159 8.52007 16.7895 8.58521 16.6674 8.69531C16.4926 8.85293 16.1881 9.03711 15.732 9.21107C14.8251 9.55698 13.5061 9.7915 12 9.7915C10.4939 9.7915 9.17487 9.55698 8.26798 9.21107C7.8119 9.03711 7.5074 8.85293 7.33262 8.69531C7.21053 8.58521 7.18408 8.52007 7.17906 8.50108C7.18354 8.48431 7.20494 8.43187 7.29514 8.34266C7.43205 8.20727 7.67758 8.04123 8.05979 7.87606C8.5446 7.66654 8.75895 7.12311 8.53854 6.66226C8.31814 6.2014 7.74645 5.99765 7.26164 6.20716C6.74365 6.43101 6.26596 6.71499 5.9047 7.07228C5.54607 7.42696 5.26093 7.89887 5.25 8.46741V11.3882C5.25 11.7199 5.25 11.8858 5.31238 12.054C5.34707 12.1476 5.4164 12.2677 5.48009 12.3445C5.59459 12.4827 5.71385 12.5515 5.95236 12.6892C7.4629 13.5614 9.59943 14.1248 12 14.1248C14.4006 14.1248 16.5371 13.5614 18.0476 12.6892C18.1477 12.6315 18.2445 12.5727 18.338 12.5131C18.5306 12.3901 18.6269 12.3287 18.6885 12.2164C18.75 12.1041 18.75 11.9787 18.75 11.7279V8.50132L18.7497 8.46741C18.7387 7.89887 18.4539 7.42696 18.0953 7.07228C17.734 6.71499 17.2564 6.43101 16.7384 6.20716C16.2536 5.99765 15.6819 6.2014 15.4615 6.66226Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.75 14.7038C18.75 14.4007 18.75 14.2492 18.6564 14.1904C18.5628 14.1316 18.4221 14.1994 18.1408 14.3349C16.4483 15.1502 14.3061 15.6248 12 15.6248C9.6939 15.6248 7.55168 15.1502 5.85923 14.3349C5.57789 14.1994 5.43721 14.1316 5.34361 14.1904C5.25 14.2492 5.25 14.4007 5.25 14.7038V16.8749C5.25 17.4794 5.61818 17.9358 6.00728 18.2425C6.40483 18.5558 6.93362 18.8051 7.52019 19.0007C8.70117 19.3943 10.285 19.6249 12 19.6249C13.715 19.6249 15.2988 19.3943 16.4798 19.0007C17.0664 18.8051 17.5952 18.5558 17.9927 18.2425C18.3818 17.9358 18.75 17.4794 18.75 16.8749V14.7038Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-cheese{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0078 8.21075C17.0078 8.76304 16.5621 9.21075 16.0123 9.21075L16.0033 9.21075C15.4535 9.21075 15.0078 8.76304 15.0078 8.21075C15.0078 7.65847 15.4535 7.21075 16.0033 7.21075L16.0123 7.21075C16.5621 7.21075 17.0078 7.65847 17.0078 8.21075Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.1897 9.2744C22.5198 9.36068 22.75 9.65886 22.75 10V13.7615C22.75 15.0602 22.75 16.1047 22.6473 16.9329C22.541 17.7906 22.3149 18.5158 21.79 19.1187C21.3194 19.6593 20.7258 19.9669 20.0149 20.1681C19.3261 20.363 18.4751 20.4714 17.4532 20.5817C16.8031 20.6518 16.3196 20.222 16.1155 19.795C15.9028 19.3501 15.474 19.0664 15 19.0664C14.4409 19.0664 13.94 19.4651 13.7925 20.0502C13.6772 20.5074 13.2929 21.0151 12.6527 21.0817L8.61488 21.5014C7.1246 21.6564 5.92437 21.7812 4.97621 21.743C3.99059 21.7033 3.15088 21.4852 2.47308 20.8475C1.80021 20.2145 1.51402 19.3814 1.38001 18.3809C1.24997 17.4101 1.24998 16.1614 1.25 14.5992V14.5992V14.5992V11.0396C1.25 10.7362 1.43273 10.4627 1.71299 10.3466C1.99324 10.2306 2.31583 10.2947 2.53033 10.5092C2.66892 10.6478 3.03397 10.8173 3.81012 10.9148C4.5478 11.0075 5.50428 11.0194 6.65362 10.9885C7.46641 10.9667 8.37837 10.9229 9.35778 10.8759C11.0865 10.7929 13.0254 10.6997 15 10.6997C17.4308 10.6997 19.0419 10.4618 20.0552 10.183C20.5622 10.0435 20.9047 9.89771 21.1205 9.77648C21.302 9.67456 21.3579 9.61234 21.3579 9.61234C21.5291 9.32867 21.8673 9.19012 22.1897 9.2744ZM18.0078 15.2109C18.0078 15.7632 17.5601 16.2109 17.0078 16.2109H16.9988C16.4465 16.2109 15.9988 15.7632 15.9988 15.2109C15.9988 14.6586 16.4465 14.2109 16.9988 14.2109H17.0078C17.5601 14.2109 18.0078 14.6586 18.0078 15.2109ZM8.5 13.9609C9.74264 13.9609 10.75 14.9682 10.75 16.2109C10.75 17.4535 9.74264 18.4609 8.5 18.4609C7.25736 18.4609 6.25 17.4535 6.25 16.2109C6.25 14.9682 7.25736 13.9609 8.5 13.9609Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0146 4.73919C14.0172 4.76539 14.0199 4.79377 14.0223 4.82166C14.0271 4.87944 14.0316 4.95074 14.0316 5.02825C14.0316 6.61933 12.7157 7.91628 11.0834 7.91628C10.4557 7.91628 9.87247 7.72321 9.39441 7.39553C9.21652 7.42784 8.94388 7.51261 8.58246 7.6632C7.86899 7.96048 6.969 8.4464 6.08587 9.00042C5.20316 9.55417 4.3784 10.1502 3.8073 10.6527C3.74176 10.7104 3.68125 10.7654 3.62566 10.8175C3.63326 10.8181 3.64093 10.8186 3.64869 10.8192C4.37158 10.8691 5.4491 10.8266 7.00419 10.763L18.2811 10.3017C18.9149 10.2758 19.4418 10.2121 19.8561 10.1062C20.277 9.99855 20.5106 9.86519 20.6316 9.75039C20.725 9.66177 20.791 9.5507 20.7953 9.33183C20.8002 9.07748 20.7178 8.66996 20.4231 8.0592C19.6156 6.38569 18.1573 5.03545 16.3405 4.30268C15.5778 3.99508 14.9766 4.2016 14.0146 4.73919ZM12.7699 3.23802C13.8382 2.62186 15.277 1.80835 17.0864 2.53812C19.3413 3.44754 21.1706 5.13029 22.1911 7.24533C22.5541 7.99764 22.7623 8.70837 22.7494 9.36807C22.7359 10.0632 22.4758 10.662 21.9934 11.1198C21.5386 11.5513 20.9467 11.8007 20.3512 11.953C19.7491 12.107 19.0687 12.1803 18.3629 12.2091L7.0152 12.6733C5.54729 12.7333 4.35778 12.782 3.51072 12.7235C3.08306 12.6939 2.65164 12.6327 2.28387 12.4857C1.89098 12.3285 1.47786 12.0313 1.30712 11.5045C1.19596 11.1616 1.2689 10.852 1.34147 10.6585C1.41687 10.4574 1.53003 10.2782 1.63926 10.1306C1.85898 9.83356 2.1662 9.52727 2.49903 9.23438C3.17353 8.64082 4.09111 7.98288 5.02962 7.39412C5.96772 6.80562 6.96785 6.26043 7.81555 5.90723C8.23436 5.73273 8.65739 5.58744 9.03839 5.5184C9.22879 5.4839 9.44686 5.46117 9.66881 5.48069C9.88626 5.49981 10.1858 5.56684 10.4502 5.78271C10.6229 5.92371 10.8422 6.00721 11.0834 6.00721C11.6282 6.00721 12.0771 5.57285 12.0771 5.02825C12.0771 5.00317 12.074 4.97005 12.0627 4.8604L12.0624 4.85696C12.0535 4.77081 12.0382 4.62164 12.0442 4.46352C12.0504 4.29784 12.0806 4.07032 12.1986 3.83481C12.3237 3.58532 12.5197 3.3823 12.7699 3.23802Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0078 8.21075C17.0078 8.76304 16.5621 9.21075 16.0123 9.21075L16.0033 9.21075C15.4535 9.21075 15.0078 8.76304 15.0078 8.21075C15.0078 7.65847 15.4535 7.21075 16.0033 7.21075L16.0123 7.21075C16.5621 7.21075 17.0078 7.65847 17.0078 8.21075Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.1897 9.2744C22.5198 9.36068 22.75 9.65886 22.75 10V13.7615C22.75 15.0602 22.75 16.1047 22.6473 16.9329C22.541 17.7906 22.3149 18.5158 21.79 19.1187C21.3194 19.6593 20.7258 19.9669 20.0149 20.1681C19.3261 20.363 18.4751 20.4714 17.4532 20.5817C16.8031 20.6518 16.3196 20.222 16.1155 19.795C15.9028 19.3501 15.474 19.0664 15 19.0664C14.4409 19.0664 13.94 19.4651 13.7925 20.0502C13.6772 20.5074 13.2929 21.0151 12.6527 21.0817L8.61488 21.5014C7.1246 21.6564 5.92437 21.7812 4.97621 21.743C3.99059 21.7033 3.15088 21.4852 2.47308 20.8475C1.80021 20.2145 1.51402 19.3814 1.38001 18.3809C1.24997 17.4101 1.24998 16.1614 1.25 14.5992V14.5992V14.5992V11.0396C1.25 10.7362 1.43273 10.4627 1.71299 10.3466C1.99324 10.2306 2.31583 10.2947 2.53033 10.5092C2.66892 10.6478 3.03397 10.8173 3.81012 10.9148C4.5478 11.0075 5.50428 11.0194 6.65362 10.9885C7.46641 10.9667 8.37837 10.9229 9.35778 10.8759C11.0865 10.7929 13.0254 10.6997 15 10.6997C17.4308 10.6997 19.0419 10.4618 20.0552 10.183C20.5622 10.0435 20.9047 9.89771 21.1205 9.77648C21.302 9.67456 21.3579 9.61234 21.3579 9.61234C21.5291 9.32867 21.8673 9.19012 22.1897 9.2744ZM18.0078 15.2109C18.0078 15.7632 17.5601 16.2109 17.0078 16.2109H16.9988C16.4465 16.2109 15.9988 15.7632 15.9988 15.2109C15.9988 14.6586 16.4465 14.2109 16.9988 14.2109H17.0078C17.5601 14.2109 18.0078 14.6586 18.0078 15.2109ZM8.5 13.9609C9.74264 13.9609 10.75 14.9682 10.75 16.2109C10.75 17.4535 9.74264 18.4609 8.5 18.4609C7.25736 18.4609 6.25 17.4535 6.25 16.2109C6.25 14.9682 7.25736 13.9609 8.5 13.9609Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0146 4.73919C14.0172 4.76539 14.0199 4.79377 14.0223 4.82166C14.0271 4.87944 14.0316 4.95074 14.0316 5.02825C14.0316 6.61933 12.7157 7.91628 11.0834 7.91628C10.4557 7.91628 9.87247 7.72321 9.39441 7.39553C9.21652 7.42784 8.94388 7.51261 8.58246 7.6632C7.86899 7.96048 6.969 8.4464 6.08587 9.00042C5.20316 9.55417 4.3784 10.1502 3.8073 10.6527C3.74176 10.7104 3.68125 10.7654 3.62566 10.8175C3.63326 10.8181 3.64093 10.8186 3.64869 10.8192C4.37158 10.8691 5.4491 10.8266 7.00419 10.763L18.2811 10.3017C18.9149 10.2758 19.4418 10.2121 19.8561 10.1062C20.277 9.99855 20.5106 9.86519 20.6316 9.75039C20.725 9.66177 20.791 9.5507 20.7953 9.33183C20.8002 9.07748 20.7178 8.66996 20.4231 8.0592C19.6156 6.38569 18.1573 5.03545 16.3405 4.30268C15.5778 3.99508 14.9766 4.2016 14.0146 4.73919ZM12.7699 3.23802C13.8382 2.62186 15.277 1.80835 17.0864 2.53812C19.3413 3.44754 21.1706 5.13029 22.1911 7.24533C22.5541 7.99764 22.7623 8.70837 22.7494 9.36807C22.7359 10.0632 22.4758 10.662 21.9934 11.1198C21.5386 11.5513 20.9467 11.8007 20.3512 11.953C19.7491 12.107 19.0687 12.1803 18.3629 12.2091L7.0152 12.6733C5.54729 12.7333 4.35778 12.782 3.51072 12.7235C3.08306 12.6939 2.65164 12.6327 2.28387 12.4857C1.89098 12.3285 1.47786 12.0313 1.30712 11.5045C1.19596 11.1616 1.2689 10.852 1.34147 10.6585C1.41687 10.4574 1.53003 10.2782 1.63926 10.1306C1.85898 9.83356 2.1662 9.52727 2.49903 9.23438C3.17353 8.64082 4.09111 7.98288 5.02962 7.39412C5.96772 6.80562 6.96785 6.26043 7.81555 5.90723C8.23436 5.73273 8.65739 5.58744 9.03839 5.5184C9.22879 5.4839 9.44686 5.46117 9.66881 5.48069C9.88626 5.49981 10.1858 5.56684 10.4502 5.78271C10.6229 5.92371 10.8422 6.00721 11.0834 6.00721C11.6282 6.00721 12.0771 5.57285 12.0771 5.02825C12.0771 5.00317 12.074 4.97005 12.0627 4.8604L12.0624 4.85696C12.0535 4.77081 12.0382 4.62164 12.0442 4.46352C12.0504 4.29784 12.0806 4.07032 12.1986 3.83481C12.3237 3.58532 12.5197 3.3823 12.7699 3.23802Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-cherry{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.25 16.6251C10.25 13.1733 13.0482 10.3751 16.5 10.3751C19.9518 10.3751 22.75 13.1733 22.75 16.6251C22.75 20.0768 19.9518 22.8751 16.5 22.8751C13.0482 22.8751 10.25 20.0768 10.25 16.6251Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1442 10.5469C11.2959 10.656 11.2991 10.8763 11.1636 11.005C9.67694 12.4171 8.75 14.4128 8.75 16.6251C8.75 18.2214 9.2326 19.7049 10.0598 20.9378C10.164 21.0931 10.1126 21.3076 9.94054 21.3807C9.19073 21.699 8.36593 21.8751 7.5 21.8751C4.04822 21.8751 1.25 19.0769 1.25 15.6251C1.25 12.1733 4.04822 9.37512 7.5 9.37512C8.85989 9.37512 10.1183 9.80944 11.1442 10.5469Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8615 1.4928C17.1417 1.96868 16.9832 2.58167 16.5073 2.86194C15.5988 3.397 15.0044 3.97602 14.6253 4.55089C13.8241 5.76556 13.8526 7.18304 14.3706 8.62802C14.8916 10.0817 15.8691 11.4295 16.7175 12.3039C17.1021 12.7003 17.0925 13.3334 16.6961 13.718C16.2998 14.1026 15.6667 14.093 15.2821 13.6966C14.2904 12.6745 13.1287 11.0908 12.4878 9.30284C11.8439 7.50617 11.6878 5.37192 12.9557 3.44968C13.5296 2.57957 14.3666 1.80165 15.4923 1.13862C15.9682 0.858344 16.5812 1.01691 16.8615 1.4928Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9794 3.29588C15.0923 3.8365 14.7456 4.36629 14.2049 4.4792C13.1364 4.70237 11.331 5.38946 9.9427 6.62291C8.59406 7.82107 7.67527 9.48614 8.11659 11.8141C8.21945 12.3567 7.86297 12.88 7.32034 12.9828C6.77772 13.0857 6.25445 12.7292 6.15159 12.1866C5.55024 9.01451 6.86764 6.67958 8.61436 5.12774C10.3214 3.61118 12.4705 2.79828 13.7961 2.52145C14.3367 2.40853 14.8665 2.75526 14.9794 3.29588Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.25 16.6251C10.25 13.1733 13.0482 10.3751 16.5 10.3751C19.9518 10.3751 22.75 13.1733 22.75 16.6251C22.75 20.0768 19.9518 22.8751 16.5 22.8751C13.0482 22.8751 10.25 20.0768 10.25 16.6251Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1442 10.5469C11.2959 10.656 11.2991 10.8763 11.1636 11.005C9.67694 12.4171 8.75 14.4128 8.75 16.6251C8.75 18.2214 9.2326 19.7049 10.0598 20.9378C10.164 21.0931 10.1126 21.3076 9.94054 21.3807C9.19073 21.699 8.36593 21.8751 7.5 21.8751C4.04822 21.8751 1.25 19.0769 1.25 15.6251C1.25 12.1733 4.04822 9.37512 7.5 9.37512C8.85989 9.37512 10.1183 9.80944 11.1442 10.5469Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8615 1.4928C17.1417 1.96868 16.9832 2.58167 16.5073 2.86194C15.5988 3.397 15.0044 3.97602 14.6253 4.55089C13.8241 5.76556 13.8526 7.18304 14.3706 8.62802C14.8916 10.0817 15.8691 11.4295 16.7175 12.3039C17.1021 12.7003 17.0925 13.3334 16.6961 13.718C16.2998 14.1026 15.6667 14.093 15.2821 13.6966C14.2904 12.6745 13.1287 11.0908 12.4878 9.30284C11.8439 7.50617 11.6878 5.37192 12.9557 3.44968C13.5296 2.57957 14.3666 1.80165 15.4923 1.13862C15.9682 0.858344 16.5812 1.01691 16.8615 1.4928Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9794 3.29588C15.0923 3.8365 14.7456 4.36629 14.2049 4.4792C13.1364 4.70237 11.331 5.38946 9.9427 6.62291C8.59406 7.82107 7.67527 9.48614 8.11659 11.8141C8.21945 12.3567 7.86297 12.88 7.32034 12.9828C6.77772 13.0857 6.25445 12.7292 6.15159 12.1866C5.55024 9.01451 6.86764 6.67958 8.61436 5.12774C10.3214 3.61118 12.4705 2.79828 13.7961 2.52145C14.3367 2.40853 14.8665 2.75526 14.9794 3.29588Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-chicken-thighs{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0063 3.15156C14.6502 0.507672 18.4235 0.726822 20.8483 3.15156C22.774 5.07725 23.3246 7.87106 22.0971 10.2882C21.98 10.5189 21.7522 10.6729 21.4945 10.6957C21.2368 10.7185 20.9855 10.6068 20.8297 10.4003C20.198 9.56297 19.1635 9.43156 18.2881 9.84027C17.4219 10.2447 16.8634 11.1073 17.1325 12.1721C17.2021 12.4474 17.1103 12.7383 16.8954 12.9237C16.6804 13.1092 16.3792 13.1574 16.1171 13.0483C15.6805 12.8666 15.271 13.0306 15.0143 13.4013C14.7505 13.7822 14.7474 14.2382 15.0379 14.5643C15.1999 14.7462 15.2635 14.9956 15.2084 15.2329C15.1532 15.4702 14.9863 15.666 14.7606 15.7578C13.5339 16.2571 12.2689 16.6297 11.1397 16.7257C10.0344 16.8196 8.8918 16.6603 8.1157 15.8842C7.34655 15.115 7.18336 13.9858 7.2716 12.8916C7.36167 11.7745 7.72489 10.523 8.21448 9.3073C9.18971 6.8857 10.7482 4.40974 12.0063 3.15156Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.08819 15.431C6.03448 15.2878 6.00762 15.2162 5.95431 15.2046C5.901 15.1931 5.84867 15.2454 5.74399 15.3501L4.92998 16.1641C4.87676 16.2173 4.85015 16.2439 4.81736 16.2487C4.78457 16.2535 4.74928 16.2345 4.67871 16.1965C3.81116 15.7286 2.67751 15.8341 1.92811 16.5835C1.02396 17.4877 1.02396 18.9536 1.92811 19.8577C2.28603 20.2156 2.76535 20.459 3.27066 20.5463C3.34889 20.5598 3.388 20.5665 3.41043 20.5889C3.43287 20.6114 3.43962 20.6505 3.45312 20.7287C3.54034 21.234 3.78372 21.7133 4.14165 22.0713C5.04579 22.9754 6.5117 22.9754 7.41584 22.0713C8.16524 21.3219 8.27079 20.1882 7.80292 19.3207C7.76486 19.2501 7.74582 19.2148 7.75063 19.182C7.75543 19.1492 7.78204 19.1226 7.83526 19.0694L8.64942 18.2552C8.75411 18.1505 8.80646 18.0982 8.79491 18.0449C8.78336 17.9916 8.71175 17.9647 8.56852 17.911C8.03176 17.7097 7.51232 17.4017 7.05477 16.9442C6.59732 16.4867 6.28941 15.9674 6.08819 15.431Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0063 3.15156C14.6502 0.507672 18.4235 0.726822 20.8483 3.15156C22.774 5.07725 23.3246 7.87106 22.0971 10.2882C21.98 10.5189 21.7522 10.6729 21.4945 10.6957C21.2368 10.7185 20.9855 10.6068 20.8297 10.4003C20.198 9.56297 19.1635 9.43156 18.2881 9.84027C17.4219 10.2447 16.8634 11.1073 17.1325 12.1721C17.2021 12.4474 17.1103 12.7383 16.8954 12.9237C16.6804 13.1092 16.3792 13.1574 16.1171 13.0483C15.6805 12.8666 15.271 13.0306 15.0143 13.4013C14.7505 13.7822 14.7474 14.2382 15.0379 14.5643C15.1999 14.7462 15.2635 14.9956 15.2084 15.2329C15.1532 15.4702 14.9863 15.666 14.7606 15.7578C13.5339 16.2571 12.2689 16.6297 11.1397 16.7257C10.0344 16.8196 8.8918 16.6603 8.1157 15.8842C7.34655 15.115 7.18336 13.9858 7.2716 12.8916C7.36167 11.7745 7.72489 10.523 8.21448 9.3073C9.18971 6.8857 10.7482 4.40974 12.0063 3.15156Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.08819 15.431C6.03448 15.2878 6.00762 15.2162 5.95431 15.2046C5.901 15.1931 5.84867 15.2454 5.74399 15.3501L4.92998 16.1641C4.87676 16.2173 4.85015 16.2439 4.81736 16.2487C4.78457 16.2535 4.74928 16.2345 4.67871 16.1965C3.81116 15.7286 2.67751 15.8341 1.92811 16.5835C1.02396 17.4877 1.02396 18.9536 1.92811 19.8577C2.28603 20.2156 2.76535 20.459 3.27066 20.5463C3.34889 20.5598 3.388 20.5665 3.41043 20.5889C3.43287 20.6114 3.43962 20.6505 3.45312 20.7287C3.54034 21.234 3.78372 21.7133 4.14165 22.0713C5.04579 22.9754 6.5117 22.9754 7.41584 22.0713C8.16524 21.3219 8.27079 20.1882 7.80292 19.3207C7.76486 19.2501 7.74582 19.2148 7.75063 19.182C7.75543 19.1492 7.78204 19.1226 7.83526 19.0694L8.64942 18.2552C8.75411 18.1505 8.80646 18.0982 8.79491 18.0449C8.78336 17.9916 8.71175 17.9647 8.56852 17.911C8.03176 17.7097 7.51232 17.4017 7.05477 16.9442C6.59732 16.4867 6.28941 15.9674 6.08819 15.431Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-chocolate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.2378 5.96047L9.62689 8.57139C9.24131 8.95697 8.61617 8.95697 8.23059 8.57139C7.84501 8.18581 7.84501 7.56067 8.23059 7.17509L11.8765 3.52916C12.5157 2.88991 13.0643 2.34127 13.5622 1.96139C14.0948 1.555 14.6838 1.24994 15.4082 1.24994C16.1326 1.24994 16.7215 1.555 17.2542 1.96139C17.7521 2.34127 18.3006 2.88992 18.9398 3.52917L20.4722 5.06153C21.1114 5.70071 21.6601 6.24929 22.04 6.74718C22.4463 7.27982 22.7514 7.86878 22.7514 8.59318C22.7514 9.31758 22.4463 9.90654 22.04 10.4392C21.6601 10.9371 21.1114 11.4857 20.4722 12.1248L16.8263 15.7708C16.4407 16.1563 15.8155 16.1563 15.43 15.7708C15.0444 15.3852 15.0444 14.76 15.43 14.3745L18.0409 11.7635L15.9418 9.66432L13.0491 12.557C12.6586 12.9476 12.0254 12.9476 11.6349 12.557C11.2443 12.1665 11.2443 11.5334 11.6349 11.1428L14.5276 8.25011L12.2378 5.96047ZM13.6527 4.54691C14.121 4.08274 14.4635 3.75752 14.76 3.53129C15.117 3.25892 15.2891 3.22461 15.4082 3.22461C15.5272 3.22461 15.6994 3.25892 16.0564 3.5313C16.4361 3.82105 16.8913 4.27321 17.5898 4.97171L17.6979 5.07982L15.9418 6.8359L13.6527 4.54691ZM19.4545 10.3486C19.9186 9.8803 20.2438 9.53788 20.4701 9.24138C20.7424 8.88439 20.7767 8.71223 20.7767 8.59318C20.7767 8.47412 20.7424 8.30197 20.47 7.94498C20.1919 7.58036 19.764 7.14628 19.1121 6.49405L17.356 8.25011L19.4545 10.3486Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.97228 6.25249C8.15588 6.24288 8.33987 6.2611 8.51802 6.30653C8.80871 6.38066 9.0366 6.52989 9.23272 6.69155C9.41215 6.83946 9.60755 7.03489 9.82001 7.24738L9.84168 7.26906L16.7526 14.18C16.9651 14.3925 17.1605 14.5879 17.3084 14.7673C17.4701 14.9634 17.6193 15.1913 17.6935 15.482C17.7389 15.6601 17.7571 15.8441 17.7475 16.0277C17.7318 16.3273 17.6302 16.58 17.5101 16.8041C17.4003 17.009 17.247 17.2389 17.0803 17.4889C16.7327 18.0103 16.3053 18.6515 16.0415 18.9688C15.7802 19.2831 15.438 19.6179 14.9551 19.7146C14.5574 19.7941 14.1446 19.7388 13.7819 19.5574C13.3414 19.3371 13.0994 18.9241 12.93 18.5521C12.759 18.1765 12.5914 17.6737 12.3933 17.0793C12.2395 16.6181 12.201 16.5406 12.1837 16.5197C12.1623 16.4938 12.1369 16.4714 12.1086 16.4534C12.0857 16.4388 12.0455 16.4185 11.5688 16.3231L10.1853 16.0464C9.87391 15.9842 9.58429 15.9263 9.34624 15.8512C9.08224 15.7679 8.81618 15.6448 8.58569 15.4143C8.3552 15.1838 8.23214 14.9178 8.14882 14.6538C8.07369 14.4157 8.0158 14.1261 7.95356 13.8147L7.94692 13.7815L7.67686 12.4312C7.58151 11.9545 7.56118 11.9143 7.54662 11.8914C7.52856 11.8631 7.50618 11.8377 7.48031 11.8163C7.45945 11.799 7.38195 11.7605 6.92069 11.6067C6.3263 11.4086 5.82347 11.241 5.44789 11.07C5.07594 10.9006 4.66289 10.6586 4.44255 10.2181C4.26115 9.8554 4.20587 9.44258 4.28545 9.04494C4.38211 8.56196 4.71693 8.21978 5.03121 7.95851C5.34855 7.69469 5.98974 7.26725 6.51106 6.91973L6.51107 6.91973C6.76107 6.75303 6.99099 6.59972 7.19595 6.48987C7.41997 6.36981 7.67269 6.26818 7.97228 6.25249Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.3201 20.3201L12.256 20.386L12.2188 20.4231C11.5357 21.1062 10.9699 21.672 10.4613 22.0601C9.92616 22.4684 9.36711 22.7499 8.69309 22.7499C8.01907 22.7499 7.46002 22.4684 6.9249 22.0601C6.41628 21.6721 5.85051 21.1063 5.16743 20.4231L3.57684 18.8325C2.8937 18.1494 2.32788 17.5837 1.93981 17.075C1.53153 16.5399 1.25 15.9809 1.25 15.3068C1.25 14.6328 1.53153 14.0738 1.93981 13.5386C2.32788 13.03 2.89369 12.4642 3.57682 11.7812L3.62096 11.737L3.67975 11.6797C4.08724 12.0786 4.53896 12.3044 4.82584 12.4351C5.23771 12.6226 5.74897 12.7971 6.25363 12.9656L6.48991 14.1471C6.5461 14.4286 6.61781 14.7878 6.71796 15.1052C6.84246 15.4997 7.06279 16.0131 7.52462 16.4749C7.98645 16.9367 8.49988 17.1571 8.89437 17.2816C9.21169 17.3817 9.57094 17.4534 9.85244 17.5096L11.0339 17.7459C11.2024 18.2506 11.3769 18.7618 11.5645 19.1737C11.6951 19.4607 11.9211 19.9126 12.3201 20.3201Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.2378 5.96047L9.62689 8.57139C9.24131 8.95697 8.61617 8.95697 8.23059 8.57139C7.84501 8.18581 7.84501 7.56067 8.23059 7.17509L11.8765 3.52916C12.5157 2.88991 13.0643 2.34127 13.5622 1.96139C14.0948 1.555 14.6838 1.24994 15.4082 1.24994C16.1326 1.24994 16.7215 1.555 17.2542 1.96139C17.7521 2.34127 18.3006 2.88992 18.9398 3.52917L20.4722 5.06153C21.1114 5.70071 21.6601 6.24929 22.04 6.74718C22.4463 7.27982 22.7514 7.86878 22.7514 8.59318C22.7514 9.31758 22.4463 9.90654 22.04 10.4392C21.6601 10.9371 21.1114 11.4857 20.4722 12.1248L16.8263 15.7708C16.4407 16.1563 15.8155 16.1563 15.43 15.7708C15.0444 15.3852 15.0444 14.76 15.43 14.3745L18.0409 11.7635L15.9418 9.66432L13.0491 12.557C12.6586 12.9476 12.0254 12.9476 11.6349 12.557C11.2443 12.1665 11.2443 11.5334 11.6349 11.1428L14.5276 8.25011L12.2378 5.96047ZM13.6527 4.54691C14.121 4.08274 14.4635 3.75752 14.76 3.53129C15.117 3.25892 15.2891 3.22461 15.4082 3.22461C15.5272 3.22461 15.6994 3.25892 16.0564 3.5313C16.4361 3.82105 16.8913 4.27321 17.5898 4.97171L17.6979 5.07982L15.9418 6.8359L13.6527 4.54691ZM19.4545 10.3486C19.9186 9.8803 20.2438 9.53788 20.4701 9.24138C20.7424 8.88439 20.7767 8.71223 20.7767 8.59318C20.7767 8.47412 20.7424 8.30197 20.47 7.94498C20.1919 7.58036 19.764 7.14628 19.1121 6.49405L17.356 8.25011L19.4545 10.3486Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.97228 6.25249C8.15588 6.24288 8.33987 6.2611 8.51802 6.30653C8.80871 6.38066 9.0366 6.52989 9.23272 6.69155C9.41215 6.83946 9.60755 7.03489 9.82001 7.24738L9.84168 7.26906L16.7526 14.18C16.9651 14.3925 17.1605 14.5879 17.3084 14.7673C17.4701 14.9634 17.6193 15.1913 17.6935 15.482C17.7389 15.6601 17.7571 15.8441 17.7475 16.0277C17.7318 16.3273 17.6302 16.58 17.5101 16.8041C17.4003 17.009 17.247 17.2389 17.0803 17.4889C16.7327 18.0103 16.3053 18.6515 16.0415 18.9688C15.7802 19.2831 15.438 19.6179 14.9551 19.7146C14.5574 19.7941 14.1446 19.7388 13.7819 19.5574C13.3414 19.3371 13.0994 18.9241 12.93 18.5521C12.759 18.1765 12.5914 17.6737 12.3933 17.0793C12.2395 16.6181 12.201 16.5406 12.1837 16.5197C12.1623 16.4938 12.1369 16.4714 12.1086 16.4534C12.0857 16.4388 12.0455 16.4185 11.5688 16.3231L10.1853 16.0464C9.87391 15.9842 9.58429 15.9263 9.34624 15.8512C9.08224 15.7679 8.81618 15.6448 8.58569 15.4143C8.3552 15.1838 8.23214 14.9178 8.14882 14.6538C8.07369 14.4157 8.0158 14.1261 7.95356 13.8147L7.94692 13.7815L7.67686 12.4312C7.58151 11.9545 7.56118 11.9143 7.54662 11.8914C7.52856 11.8631 7.50618 11.8377 7.48031 11.8163C7.45945 11.799 7.38195 11.7605 6.92069 11.6067C6.3263 11.4086 5.82347 11.241 5.44789 11.07C5.07594 10.9006 4.66289 10.6586 4.44255 10.2181C4.26115 9.8554 4.20587 9.44258 4.28545 9.04494C4.38211 8.56196 4.71693 8.21978 5.03121 7.95851C5.34855 7.69469 5.98974 7.26725 6.51106 6.91973L6.51107 6.91973C6.76107 6.75303 6.99099 6.59972 7.19595 6.48987C7.41997 6.36981 7.67269 6.26818 7.97228 6.25249Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.3201 20.3201L12.256 20.386L12.2188 20.4231C11.5357 21.1062 10.9699 21.672 10.4613 22.0601C9.92616 22.4684 9.36711 22.7499 8.69309 22.7499C8.01907 22.7499 7.46002 22.4684 6.9249 22.0601C6.41628 21.6721 5.85051 21.1063 5.16743 20.4231L3.57684 18.8325C2.8937 18.1494 2.32788 17.5837 1.93981 17.075C1.53153 16.5399 1.25 15.9809 1.25 15.3068C1.25 14.6328 1.53153 14.0738 1.93981 13.5386C2.32788 13.03 2.89369 12.4642 3.57682 11.7812L3.62096 11.737L3.67975 11.6797C4.08724 12.0786 4.53896 12.3044 4.82584 12.4351C5.23771 12.6226 5.74897 12.7971 6.25363 12.9656L6.48991 14.1471C6.5461 14.4286 6.61781 14.7878 6.71796 15.1052C6.84246 15.4997 7.06279 16.0131 7.52462 16.4749C7.98645 16.9367 8.49988 17.1571 8.89437 17.2816C9.21169 17.3817 9.57094 17.4534 9.85244 17.5096L11.0339 17.7459C11.2024 18.2506 11.3769 18.7618 11.5645 19.1737C11.6951 19.4607 11.9211 19.9126 12.3201 20.3201Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-cinnamon-roll{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.59244 5.73575C3.9805 6.69006 3.20455 7.8741 3.20455 9C3.20455 10.1259 3.9805 11.3099 5.59244 12.2642C7.18493 13.207 9.44801 13.8214 12 13.8214C14.552 13.8214 16.8151 13.207 18.4076 12.2642C20.0195 11.3099 20.7955 10.1259 20.7955 9C20.7955 7.8741 20.0195 6.69006 18.4076 5.73575C16.8151 4.79296 14.552 4.17857 12 4.17857C9.65588 4.17857 8.09091 6.10661 8.09091 7.9218C8.09091 8.37549 8.36449 8.82606 9.1112 9.23085C9.85992 9.63673 10.9255 9.89205 12.0519 9.95117C13.1782 10.0103 14.2513 9.86729 15.0012 9.5758C15.7981 9.26601 15.9091 8.9434 15.9091 8.78949C15.9091 8.7905 15.9089 8.78969 15.9084 8.78713C15.9043 8.76654 15.8774 8.63262 15.7298 8.42062C15.5783 8.20317 15.3446 7.97172 15.0395 7.79092C14.4627 7.44916 13.586 7.25966 12.4165 7.80335C11.9283 8.03034 11.346 7.8238 11.1159 7.34204C10.8859 6.86027 11.0952 6.28572 11.5835 6.05873C13.3458 5.23942 14.9123 5.46596 16.0457 6.13757C16.5957 6.46346 17.0339 6.88803 17.3405 7.32824C17.6326 7.74758 17.8636 8.26722 17.8636 8.78949C17.8636 10.1638 16.753 10.9676 15.7176 11.3701C14.6351 11.7909 13.265 11.9461 11.9481 11.877C10.6313 11.8079 9.25372 11.5086 8.17005 10.9211C7.08437 10.3326 6.13636 9.35113 6.13636 7.9218C6.13636 6.94245 6.42663 5.95003 6.95623 5.075C6.46117 5.26998 6.00437 5.49188 5.59244 5.73575ZM12 2.25C9.15467 2.25 6.53138 2.93079 4.58684 4.08201C2.66174 5.22172 1.25 6.93053 1.25 9C1.25 11.0695 2.66174 12.7783 4.58684 13.918C6.53138 15.0692 9.15467 15.75 12 15.75C14.8453 15.75 17.4686 15.0692 19.4132 13.918C21.3383 12.7783 22.75 11.0695 22.75 9C22.75 6.93053 21.3383 5.22172 19.4132 4.08201C17.4686 2.93079 14.8453 2.25 12 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.3148 12.5995C6.98935 13.6043 9.35114 14.25 12 14.25C14.6489 14.25 17.0106 13.6043 18.6852 12.5995C20.3747 11.5858 21.25 10.2899 21.25 9H22.75V15C22.75 17.0238 21.3867 18.7279 19.4569 19.8858C17.5122 21.0526 14.874 21.75 12 21.75C9.12602 21.75 6.4878 21.0526 4.54306 19.8858C2.61325 18.7279 1.25 17.0238 1.25 15V9H2.75C2.75 10.2899 3.62533 11.5858 5.3148 12.5995Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.59244 5.73575C3.9805 6.69006 3.20455 7.8741 3.20455 9C3.20455 10.1259 3.9805 11.3099 5.59244 12.2642C7.18493 13.207 9.44801 13.8214 12 13.8214C14.552 13.8214 16.8151 13.207 18.4076 12.2642C20.0195 11.3099 20.7955 10.1259 20.7955 9C20.7955 7.8741 20.0195 6.69006 18.4076 5.73575C16.8151 4.79296 14.552 4.17857 12 4.17857C9.65588 4.17857 8.09091 6.10661 8.09091 7.9218C8.09091 8.37549 8.36449 8.82606 9.1112 9.23085C9.85992 9.63673 10.9255 9.89205 12.0519 9.95117C13.1782 10.0103 14.2513 9.86729 15.0012 9.5758C15.7981 9.26601 15.9091 8.9434 15.9091 8.78949C15.9091 8.7905 15.9089 8.78969 15.9084 8.78713C15.9043 8.76654 15.8774 8.63262 15.7298 8.42062C15.5783 8.20317 15.3446 7.97172 15.0395 7.79092C14.4627 7.44916 13.586 7.25966 12.4165 7.80335C11.9283 8.03034 11.346 7.8238 11.1159 7.34204C10.8859 6.86027 11.0952 6.28572 11.5835 6.05873C13.3458 5.23942 14.9123 5.46596 16.0457 6.13757C16.5957 6.46346 17.0339 6.88803 17.3405 7.32824C17.6326 7.74758 17.8636 8.26722 17.8636 8.78949C17.8636 10.1638 16.753 10.9676 15.7176 11.3701C14.6351 11.7909 13.265 11.9461 11.9481 11.877C10.6313 11.8079 9.25372 11.5086 8.17005 10.9211C7.08437 10.3326 6.13636 9.35113 6.13636 7.9218C6.13636 6.94245 6.42663 5.95003 6.95623 5.075C6.46117 5.26998 6.00437 5.49188 5.59244 5.73575ZM12 2.25C9.15467 2.25 6.53138 2.93079 4.58684 4.08201C2.66174 5.22172 1.25 6.93053 1.25 9C1.25 11.0695 2.66174 12.7783 4.58684 13.918C6.53138 15.0692 9.15467 15.75 12 15.75C14.8453 15.75 17.4686 15.0692 19.4132 13.918C21.3383 12.7783 22.75 11.0695 22.75 9C22.75 6.93053 21.3383 5.22172 19.4132 4.08201C17.4686 2.93079 14.8453 2.25 12 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.3148 12.5995C6.98935 13.6043 9.35114 14.25 12 14.25C14.6489 14.25 17.0106 13.6043 18.6852 12.5995C20.3747 11.5858 21.25 10.2899 21.25 9H22.75V15C22.75 17.0238 21.3867 18.7279 19.4569 19.8858C17.5122 21.0526 14.874 21.75 12 21.75C9.12602 21.75 6.4878 21.0526 4.54306 19.8858C2.61325 18.7279 1.25 17.0238 1.25 15V9H2.75C2.75 10.2899 3.62533 11.5858 5.3148 12.5995Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-coffee-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.34474 3.32427C8.54702 3.45327 8.03879 3.62263 7.8206 3.75885C7.68735 3.84205 7.55432 3.97058 7.37284 4.28442C7.17677 4.6235 6.97374 5.08768 6.66019 5.81054L6.52379 6.125H17.4762L17.3398 5.81055C17.0263 5.08768 16.8232 4.6235 16.6272 4.28442C16.4457 3.97058 16.3127 3.84205 16.1794 3.75885C15.9176 3.59539 15.3755 3.41929 14.5652 3.29492C13.7874 3.17555 12.8688 3.11899 11.9417 3.1255C11.0148 3.13202 10.1047 3.20139 9.34474 3.32427ZM19.6563 6.125L19.1535 4.96587C18.8671 4.30563 18.6192 3.73407 18.3585 3.28324C18.0768 2.79612 17.7402 2.37552 17.2386 2.06234C16.6185 1.67522 15.7411 1.45199 14.8686 1.31807C13.9635 1.17916 12.9358 1.11847 11.9276 1.12555C10.9191 1.13264 9.90484 1.20772 9.02547 1.34992C8.18388 1.48601 7.33797 1.70239 6.76142 2.06234C6.2598 2.37552 5.92316 2.79612 5.64147 3.28324C5.38077 3.73408 5.13287 4.30565 4.84651 4.96591C4.83949 4.98211 4.83244 4.99836 4.82537 5.01466L4.34374 6.125H4C3.44772 6.125 3 6.57272 3 7.125C3 7.67728 3.44772 8.125 4 8.125H4.97702C4.99203 8.12534 5.00703 8.12534 5.02199 8.125H18.978C18.993 8.12534 19.008 8.12534 19.023 8.125H20C20.5523 8.125 21 7.67728 21 7.125C21 6.57272 20.5523 6.125 20 6.125H19.6563Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5525 19.8392C17.7063 19.2734 17.8262 18.5649 17.9738 17.6924L19.8884 6.375L4.11328 6.375L6.02786 17.6924C6.17545 18.5649 6.29531 19.2734 6.4491 19.8392C6.60878 20.4266 6.82153 20.9281 7.19416 21.3579C7.69834 21.9396 8.48518 22.3067 9.2928 22.5327C10.1202 22.7642 11.0682 22.875 12.0008 22.875C12.9335 22.875 13.8814 22.7642 14.7088 22.5327C15.5165 22.3067 16.3033 21.9396 16.8075 21.3579C17.1801 20.9281 17.3929 20.4266 17.5525 19.8392ZM10.75 14.625C10.75 13.4937 11.4572 12.875 12 12.875C12.5428 12.875 13.25 13.4937 13.25 14.625C13.25 15.7563 12.5428 16.375 12 16.375C11.4572 16.375 10.75 15.7563 10.75 14.625ZM12 11.375C10.3337 11.375 9.25 12.9949 9.25 14.625C9.25 16.2551 10.3337 17.875 12 17.875C13.6663 17.875 14.75 16.2551 14.75 14.625C14.75 12.9949 13.6663 11.375 12 11.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.34474 3.32427C8.54702 3.45327 8.03879 3.62263 7.8206 3.75885C7.68735 3.84205 7.55432 3.97058 7.37284 4.28442C7.17677 4.6235 6.97374 5.08768 6.66019 5.81054L6.52379 6.125H17.4762L17.3398 5.81055C17.0263 5.08768 16.8232 4.6235 16.6272 4.28442C16.4457 3.97058 16.3127 3.84205 16.1794 3.75885C15.9176 3.59539 15.3755 3.41929 14.5652 3.29492C13.7874 3.17555 12.8688 3.11899 11.9417 3.1255C11.0148 3.13202 10.1047 3.20139 9.34474 3.32427ZM19.6563 6.125L19.1535 4.96587C18.8671 4.30563 18.6192 3.73407 18.3585 3.28324C18.0768 2.79612 17.7402 2.37552 17.2386 2.06234C16.6185 1.67522 15.7411 1.45199 14.8686 1.31807C13.9635 1.17916 12.9358 1.11847 11.9276 1.12555C10.9191 1.13264 9.90484 1.20772 9.02547 1.34992C8.18388 1.48601 7.33797 1.70239 6.76142 2.06234C6.2598 2.37552 5.92316 2.79612 5.64147 3.28324C5.38077 3.73408 5.13287 4.30565 4.84651 4.96591C4.83949 4.98211 4.83244 4.99836 4.82537 5.01466L4.34374 6.125H4C3.44772 6.125 3 6.57272 3 7.125C3 7.67728 3.44772 8.125 4 8.125H4.97702C4.99203 8.12534 5.00703 8.12534 5.02199 8.125H18.978C18.993 8.12534 19.008 8.12534 19.023 8.125H20C20.5523 8.125 21 7.67728 21 7.125C21 6.57272 20.5523 6.125 20 6.125H19.6563Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5525 19.8392C17.7063 19.2734 17.8262 18.5649 17.9738 17.6924L19.8884 6.375L4.11328 6.375L6.02786 17.6924C6.17545 18.5649 6.29531 19.2734 6.4491 19.8392C6.60878 20.4266 6.82153 20.9281 7.19416 21.3579C7.69834 21.9396 8.48518 22.3067 9.2928 22.5327C10.1202 22.7642 11.0682 22.875 12.0008 22.875C12.9335 22.875 13.8814 22.7642 14.7088 22.5327C15.5165 22.3067 16.3033 21.9396 16.8075 21.3579C17.1801 20.9281 17.3929 20.4266 17.5525 19.8392ZM10.75 14.625C10.75 13.4937 11.4572 12.875 12 12.875C12.5428 12.875 13.25 13.4937 13.25 14.625C13.25 15.7563 12.5428 16.375 12 16.375C11.4572 16.375 10.75 15.7563 10.75 14.625ZM12 11.375C10.3337 11.375 9.25 12.9949 9.25 14.625C9.25 16.2551 10.3337 17.875 12 17.875C13.6663 17.875 14.75 16.2551 14.75 14.625C14.75 12.9949 13.6663 11.375 12 11.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-coffee-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1257 10.6251C17.1257 10.0728 17.5734 9.62512 18.1257 9.62512H19.5154C19.9938 9.62512 20.4324 9.6417 20.8157 9.69772C21.1943 9.75305 21.592 9.85641 21.9418 10.0789C22.7681 10.6044 22.8979 11.4812 22.8721 12.2427C22.831 13.461 22.5338 14.8647 21.6226 16.0762C20.6965 17.3074 19.222 18.2263 17.049 18.6099C16.5051 18.7059 15.9864 18.3428 15.8904 17.799C15.7944 17.2551 16.1575 16.7364 16.7013 16.6403C18.4674 16.3286 19.4547 15.6312 20.0242 14.874C20.6085 14.0972 20.8407 13.1404 20.8733 12.1751C20.8815 11.9312 20.8608 11.8081 20.8458 11.7548C20.8061 11.7369 20.7129 11.7039 20.5265 11.6767C20.2873 11.6417 19.9628 11.6251 19.5154 11.6251H18.1257C17.5734 11.6251 17.1257 11.1774 17.1257 10.6251Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.06236 7.96415C3.47824 7.89633 3.97062 7.87512 4.53427 7.87512H15.2159C15.7795 7.87512 16.2719 7.89632 16.6878 7.96415C17.1019 8.03168 17.5013 8.15449 17.833 8.40193C18.5518 8.93805 18.6395 9.80382 18.6235 10.6395C18.5497 14.5074 18.0553 18.513 14.386 21.3342C13.8372 21.7561 13.3052 22.0271 12.7029 22.1848C12.1158 22.3385 11.4956 22.3751 10.7944 22.3751H8.95573C8.25456 22.3751 7.63442 22.3385 7.04728 22.1848C6.44492 22.0271 5.91299 21.7561 5.36421 21.3342C1.69487 18.513 1.20044 14.5074 1.12665 10.6395C1.11071 9.80382 1.19836 8.93805 1.91715 8.40193C2.24891 8.15449 2.64827 8.03168 3.06236 7.96415Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0341 2.09865C12.3249 2.56819 12.18 3.18454 11.7104 3.47532C11.6488 3.51346 11.4296 3.71418 11.2205 4.13475C11.0243 4.52947 10.8762 5.04335 10.8762 5.62514C10.8762 6.17742 10.4285 6.62514 9.87625 6.62514C9.32396 6.62514 8.87625 6.17742 8.87625 5.62514C8.87625 4.70693 9.10865 3.89011 9.42958 3.24449C9.73767 2.62471 10.1723 2.07542 10.6574 1.77496C11.127 1.48418 11.7433 1.6291 12.0341 2.09865Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7264 3.59864C14.9851 4.01638 14.899 4.55031 14.5462 4.8678C14.5276 4.90708 14.5031 4.9678 14.4775 5.04968C14.4095 5.26712 14.375 5.49773 14.375 5.62514C14.375 6.17742 13.9273 6.62514 13.375 6.62514C12.8227 6.62514 12.375 6.17742 12.375 5.62514C12.375 5.25254 12.4545 4.81781 12.5687 4.45257C12.6271 4.26593 12.7044 4.06536 12.805 3.88128C12.8903 3.72512 13.058 3.45566 13.3498 3.27496C13.8193 2.98418 14.4357 3.1291 14.7264 3.59864Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.14828 3.44553C8.51673 3.84323 8.50021 4.46021 8.11626 4.83777L8.10761 4.8481C8.09096 4.86867 8.05936 4.91117 8.02487 4.97509C7.95783 5.0993 7.875 5.31242 7.875 5.62514C7.875 6.17742 7.42728 6.62514 6.875 6.62514C6.32272 6.62514 5.875 6.17742 5.875 5.62514C5.875 4.93786 6.06203 4.40098 6.26484 4.02519C6.36527 3.8391 6.56893 3.54551 6.7351 3.39156C7.14025 3.01622 7.77295 3.04039 8.14828 3.44553Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1257 10.6251C17.1257 10.0728 17.5734 9.62512 18.1257 9.62512H19.5154C19.9938 9.62512 20.4324 9.6417 20.8157 9.69772C21.1943 9.75305 21.592 9.85641 21.9418 10.0789C22.7681 10.6044 22.8979 11.4812 22.8721 12.2427C22.831 13.461 22.5338 14.8647 21.6226 16.0762C20.6965 17.3074 19.222 18.2263 17.049 18.6099C16.5051 18.7059 15.9864 18.3428 15.8904 17.799C15.7944 17.2551 16.1575 16.7364 16.7013 16.6403C18.4674 16.3286 19.4547 15.6312 20.0242 14.874C20.6085 14.0972 20.8407 13.1404 20.8733 12.1751C20.8815 11.9312 20.8608 11.8081 20.8458 11.7548C20.8061 11.7369 20.7129 11.7039 20.5265 11.6767C20.2873 11.6417 19.9628 11.6251 19.5154 11.6251H18.1257C17.5734 11.6251 17.1257 11.1774 17.1257 10.6251Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.06236 7.96415C3.47824 7.89633 3.97062 7.87512 4.53427 7.87512H15.2159C15.7795 7.87512 16.2719 7.89632 16.6878 7.96415C17.1019 8.03168 17.5013 8.15449 17.833 8.40193C18.5518 8.93805 18.6395 9.80382 18.6235 10.6395C18.5497 14.5074 18.0553 18.513 14.386 21.3342C13.8372 21.7561 13.3052 22.0271 12.7029 22.1848C12.1158 22.3385 11.4956 22.3751 10.7944 22.3751H8.95573C8.25456 22.3751 7.63442 22.3385 7.04728 22.1848C6.44492 22.0271 5.91299 21.7561 5.36421 21.3342C1.69487 18.513 1.20044 14.5074 1.12665 10.6395C1.11071 9.80382 1.19836 8.93805 1.91715 8.40193C2.24891 8.15449 2.64827 8.03168 3.06236 7.96415Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0341 2.09865C12.3249 2.56819 12.18 3.18454 11.7104 3.47532C11.6488 3.51346 11.4296 3.71418 11.2205 4.13475C11.0243 4.52947 10.8762 5.04335 10.8762 5.62514C10.8762 6.17742 10.4285 6.62514 9.87625 6.62514C9.32396 6.62514 8.87625 6.17742 8.87625 5.62514C8.87625 4.70693 9.10865 3.89011 9.42958 3.24449C9.73767 2.62471 10.1723 2.07542 10.6574 1.77496C11.127 1.48418 11.7433 1.6291 12.0341 2.09865Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7264 3.59864C14.9851 4.01638 14.899 4.55031 14.5462 4.8678C14.5276 4.90708 14.5031 4.9678 14.4775 5.04968C14.4095 5.26712 14.375 5.49773 14.375 5.62514C14.375 6.17742 13.9273 6.62514 13.375 6.62514C12.8227 6.62514 12.375 6.17742 12.375 5.62514C12.375 5.25254 12.4545 4.81781 12.5687 4.45257C12.6271 4.26593 12.7044 4.06536 12.805 3.88128C12.8903 3.72512 13.058 3.45566 13.3498 3.27496C13.8193 2.98418 14.4357 3.1291 14.7264 3.59864Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.14828 3.44553C8.51673 3.84323 8.50021 4.46021 8.11626 4.83777L8.10761 4.8481C8.09096 4.86867 8.05936 4.91117 8.02487 4.97509C7.95783 5.0993 7.875 5.31242 7.875 5.62514C7.875 6.17742 7.42728 6.62514 6.875 6.62514C6.32272 6.62514 5.875 6.17742 5.875 5.62514C5.875 4.93786 6.06203 4.40098 6.26484 4.02519C6.36527 3.8391 6.56893 3.54551 6.7351 3.39156C7.14025 3.01622 7.77295 3.04039 8.14828 3.44553Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-coffee-beans{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.6292 8.47787C19.782 8.44208 19.8261 8.24902 19.6975 8.15903C18.5015 7.32186 16.9749 7.09373 15.4448 7.34875C13.633 7.65072 11.7498 8.63326 10.1915 10.1915C8.63326 11.7498 7.65072 13.633 7.34875 15.4448C7.14602 16.6612 7.24863 17.8754 7.71985 18.923C7.80352 19.1091 7.84536 19.2021 7.94232 19.2498C8.03929 19.2974 8.14693 19.2717 8.36222 19.2202L9.00576 19.0665C9.16534 19.0138 9.32783 18.9644 9.49279 18.9142C10.1912 18.7017 10.9344 18.4756 11.6903 17.9367C12.596 17.2909 13.5459 16.157 14.1547 13.9248C15.1526 10.2655 18.1674 8.77533 19.6292 8.47787Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.281 10.0799C21.1978 9.89434 21.1561 9.80158 21.0596 9.75381C20.963 9.70604 20.8556 9.7312 20.6408 9.78152L19.9601 9.94098C19.9521 9.94285 19.9441 9.94458 19.9361 9.94618C18.8746 10.1585 16.4142 11.3405 15.6018 14.3195C14.9153 16.8365 13.7873 18.2838 12.5611 19.158C11.5833 19.8551 10.555 20.1639 9.85028 20.3755C9.70054 20.4204 9.5654 20.461 9.44846 20.5C9.42778 20.5069 9.40681 20.5129 9.3856 20.5179C9.22674 20.5559 9.18148 20.7567 9.31563 20.8499C10.5096 21.6791 12.0302 21.9045 13.5544 21.6505C15.3662 21.3485 17.2494 20.366 18.8077 18.8077C20.366 17.2494 21.3485 15.3662 21.6505 13.5544C21.853 12.3394 21.7508 11.1267 21.281 10.0799Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.34635 8.40761C2.09853 6.92072 2.31816 5.43541 3.12862 4.26848C3.21747 4.14055 3.40961 4.18627 3.44502 4.33796C3.6033 5.11039 4.18611 6.29679 5.11923 7.39459C5.77707 8.16853 6.63829 8.93349 7.702 9.49422C8.05118 9.6783 8.22577 9.77033 8.25619 9.90522C8.28662 10.0401 8.17118 10.1945 7.9403 10.5034C7.24716 11.4305 6.70425 12.4278 6.33209 13.4497C6.1738 13.8843 6.09466 14.1016 5.93541 14.1379C5.77616 14.1742 5.62035 14.0223 5.30873 13.7184C5.237 13.6484 5.1729 13.585 5.11757 13.5296C3.59899 12.0108 2.6409 10.1749 2.34635 8.40761Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4566 6.33012C13.8858 6.17419 14.1004 6.09623 14.1369 5.93722C14.1735 5.77821 14.0246 5.62467 13.7267 5.31761C13.6553 5.24397 13.589 5.1768 13.5293 5.11727C12.0106 3.59887 10.1748 2.64088 8.40762 2.34635C7.2417 2.15203 6.07675 2.24512 5.06551 2.68512C4.88676 2.7629 4.79738 2.80179 4.74826 2.89486C4.69914 2.98794 4.71867 3.08996 4.75774 3.29401C4.81103 3.57229 4.86415 3.81946 4.90808 4.00693C4.90995 4.01491 4.91168 4.02292 4.91329 4.03096C5.00392 4.4841 5.43644 5.4517 6.26214 6.42312C7.01211 7.30546 8.03633 8.13073 9.31792 8.56009C9.46118 8.60808 9.53282 8.63208 9.6103 8.61708C9.68779 8.60208 9.75124 8.548 9.87815 8.43986C10.9772 7.50325 12.1984 6.78723 13.4566 6.33012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.6292 8.47787C19.782 8.44208 19.8261 8.24902 19.6975 8.15903C18.5015 7.32186 16.9749 7.09373 15.4448 7.34875C13.633 7.65072 11.7498 8.63326 10.1915 10.1915C8.63326 11.7498 7.65072 13.633 7.34875 15.4448C7.14602 16.6612 7.24863 17.8754 7.71985 18.923C7.80352 19.1091 7.84536 19.2021 7.94232 19.2498C8.03929 19.2974 8.14693 19.2717 8.36222 19.2202L9.00576 19.0665C9.16534 19.0138 9.32783 18.9644 9.49279 18.9142C10.1912 18.7017 10.9344 18.4756 11.6903 17.9367C12.596 17.2909 13.5459 16.157 14.1547 13.9248C15.1526 10.2655 18.1674 8.77533 19.6292 8.47787Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.281 10.0799C21.1978 9.89434 21.1561 9.80158 21.0596 9.75381C20.963 9.70604 20.8556 9.7312 20.6408 9.78152L19.9601 9.94098C19.9521 9.94285 19.9441 9.94458 19.9361 9.94618C18.8746 10.1585 16.4142 11.3405 15.6018 14.3195C14.9153 16.8365 13.7873 18.2838 12.5611 19.158C11.5833 19.8551 10.555 20.1639 9.85028 20.3755C9.70054 20.4204 9.5654 20.461 9.44846 20.5C9.42778 20.5069 9.40681 20.5129 9.3856 20.5179C9.22674 20.5559 9.18148 20.7567 9.31563 20.8499C10.5096 21.6791 12.0302 21.9045 13.5544 21.6505C15.3662 21.3485 17.2494 20.366 18.8077 18.8077C20.366 17.2494 21.3485 15.3662 21.6505 13.5544C21.853 12.3394 21.7508 11.1267 21.281 10.0799Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.34635 8.40761C2.09853 6.92072 2.31816 5.43541 3.12862 4.26848C3.21747 4.14055 3.40961 4.18627 3.44502 4.33796C3.6033 5.11039 4.18611 6.29679 5.11923 7.39459C5.77707 8.16853 6.63829 8.93349 7.702 9.49422C8.05118 9.6783 8.22577 9.77033 8.25619 9.90522C8.28662 10.0401 8.17118 10.1945 7.9403 10.5034C7.24716 11.4305 6.70425 12.4278 6.33209 13.4497C6.1738 13.8843 6.09466 14.1016 5.93541 14.1379C5.77616 14.1742 5.62035 14.0223 5.30873 13.7184C5.237 13.6484 5.1729 13.585 5.11757 13.5296C3.59899 12.0108 2.6409 10.1749 2.34635 8.40761Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4566 6.33012C13.8858 6.17419 14.1004 6.09623 14.1369 5.93722C14.1735 5.77821 14.0246 5.62467 13.7267 5.31761C13.6553 5.24397 13.589 5.1768 13.5293 5.11727C12.0106 3.59887 10.1748 2.64088 8.40762 2.34635C7.2417 2.15203 6.07675 2.24512 5.06551 2.68512C4.88676 2.7629 4.79738 2.80179 4.74826 2.89486C4.69914 2.98794 4.71867 3.08996 4.75774 3.29401C4.81103 3.57229 4.86415 3.81946 4.90808 4.00693C4.90995 4.01491 4.91168 4.02292 4.91329 4.03096C5.00392 4.4841 5.43644 5.4517 6.26214 6.42312C7.01211 7.30546 8.03633 8.13073 9.31792 8.56009C9.46118 8.60808 9.53282 8.63208 9.6103 8.61708C9.68779 8.60208 9.75124 8.548 9.87815 8.43986C10.9772 7.50325 12.1984 6.78723 13.4566 6.33012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-cookie{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 11.9948C1.25 5.5515 7.11552 0.654539 13.2648 1.3088C13.8307 1.36902 14.521 1.52056 14.8066 2.19161C14.9258 2.47191 14.9317 2.76118 14.9209 2.98365C14.9112 3.18446 14.8707 3.49734 14.8417 3.72158C14.7392 4.51981 15.0212 5.25479 15.4683 5.60253C15.5662 5.67876 15.6837 5.7718 15.7806 5.87294C15.8843 5.98108 16.0146 6.1486 16.0691 6.38711C16.1232 6.62356 16.0797 6.8293 16.0367 6.96751C15.9961 7.09792 15.9346 7.23215 15.8832 7.34244C15.7363 7.65819 15.7848 8.06348 16.0648 8.44723C16.3455 8.8319 16.7964 9.0967 17.2663 9.11624C17.4339 9.12321 17.6136 9.13132 17.7723 9.15598C17.9389 9.18185 18.1468 9.23436 18.3448 9.37199C18.548 9.51314 18.6715 9.69525 18.7548 9.86022C18.8324 10.014 18.8929 10.1903 18.9469 10.3573C19.1659 11.0345 19.7623 11.4865 20.4395 11.6051C20.6185 11.6339 21.1483 11.7205 21.2881 11.7481C21.5353 11.797 21.8434 11.8725 22.1101 12.0445C22.4204 12.2445 22.6273 12.5417 22.7091 12.9208C22.7812 13.2553 22.7496 13.6232 22.6785 13.9982C21.7343 18.9835 17.3368 22.75 12.0579 22.75C6.09259 22.75 1.25 17.9385 1.25 11.9948ZM12.0078 12C12.0078 12.5523 11.5601 13 11.0078 13H10.9988C10.4465 13 9.99883 12.5523 9.99883 12C9.99883 11.4477 10.4465 11 10.9988 11H11.0078C11.5601 11 12.0078 11.4477 12.0078 12ZM6.00781 11C6.5601 11 7.00781 10.5523 7.00781 10C7.00781 9.44771 6.5601 9 6.00781 9H5.99883C5.44655 9 4.99883 9.44771 4.99883 10C4.99883 10.5523 5.44655 11 5.99883 11H6.00781ZM13.0078 18C13.0078 18.5523 12.5601 19 12.0078 19H11.9988C11.4465 19 10.9988 18.5523 10.9988 18C10.9988 17.4477 11.4465 17 11.9988 17H12.0078C12.5601 17 13.0078 17.4477 13.0078 18ZM10.5303 6.53033C10.8232 6.23744 10.8232 5.76256 10.5303 5.46967C10.2374 5.17678 9.76256 5.17678 9.46967 5.46967L8.46967 6.46967C8.17678 6.76256 8.17678 7.23744 8.46967 7.53033C8.76256 7.82322 9.23744 7.82322 9.53033 7.53033L10.5303 6.53033ZM17.5303 13.4697C17.8232 13.7626 17.8232 14.2374 17.5303 14.5303L16.5303 15.5303C16.2374 15.8232 15.7626 15.8232 15.4697 15.5303C15.1768 15.2374 15.1768 14.7626 15.4697 14.4697L16.4697 13.4697C16.7626 13.1768 17.2374 13.1768 17.5303 13.4697ZM6.46967 15.5303C6.17678 15.2374 6.17678 14.7626 6.46967 14.4697C6.76256 14.1768 7.23744 14.1768 7.53033 14.4697L8.53033 15.4697C8.82322 15.7626 8.82322 16.2374 8.53033 16.5303C8.23744 16.8232 7.76256 16.8232 7.46967 16.5303L6.46967 15.5303Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 11.9948C1.25 5.5515 7.11552 0.654539 13.2648 1.3088C13.8307 1.36902 14.521 1.52056 14.8066 2.19161C14.9258 2.47191 14.9317 2.76118 14.9209 2.98365C14.9112 3.18446 14.8707 3.49734 14.8417 3.72158C14.7392 4.51981 15.0212 5.25479 15.4683 5.60253C15.5662 5.67876 15.6837 5.7718 15.7806 5.87294C15.8843 5.98108 16.0146 6.1486 16.0691 6.38711C16.1232 6.62356 16.0797 6.8293 16.0367 6.96751C15.9961 7.09792 15.9346 7.23215 15.8832 7.34244C15.7363 7.65819 15.7848 8.06348 16.0648 8.44723C16.3455 8.8319 16.7964 9.0967 17.2663 9.11624C17.4339 9.12321 17.6136 9.13132 17.7723 9.15598C17.9389 9.18185 18.1468 9.23436 18.3448 9.37199C18.548 9.51314 18.6715 9.69525 18.7548 9.86022C18.8324 10.014 18.8929 10.1903 18.9469 10.3573C19.1659 11.0345 19.7623 11.4865 20.4395 11.6051C20.6185 11.6339 21.1483 11.7205 21.2881 11.7481C21.5353 11.797 21.8434 11.8725 22.1101 12.0445C22.4204 12.2445 22.6273 12.5417 22.7091 12.9208C22.7812 13.2553 22.7496 13.6232 22.6785 13.9982C21.7343 18.9835 17.3368 22.75 12.0579 22.75C6.09259 22.75 1.25 17.9385 1.25 11.9948ZM12.0078 12C12.0078 12.5523 11.5601 13 11.0078 13H10.9988C10.4465 13 9.99883 12.5523 9.99883 12C9.99883 11.4477 10.4465 11 10.9988 11H11.0078C11.5601 11 12.0078 11.4477 12.0078 12ZM6.00781 11C6.5601 11 7.00781 10.5523 7.00781 10C7.00781 9.44771 6.5601 9 6.00781 9H5.99883C5.44655 9 4.99883 9.44771 4.99883 10C4.99883 10.5523 5.44655 11 5.99883 11H6.00781ZM13.0078 18C13.0078 18.5523 12.5601 19 12.0078 19H11.9988C11.4465 19 10.9988 18.5523 10.9988 18C10.9988 17.4477 11.4465 17 11.9988 17H12.0078C12.5601 17 13.0078 17.4477 13.0078 18ZM10.5303 6.53033C10.8232 6.23744 10.8232 5.76256 10.5303 5.46967C10.2374 5.17678 9.76256 5.17678 9.46967 5.46967L8.46967 6.46967C8.17678 6.76256 8.17678 7.23744 8.46967 7.53033C8.76256 7.82322 9.23744 7.82322 9.53033 7.53033L10.5303 6.53033ZM17.5303 13.4697C17.8232 13.7626 17.8232 14.2374 17.5303 14.5303L16.5303 15.5303C16.2374 15.8232 15.7626 15.8232 15.4697 15.5303C15.1768 15.2374 15.1768 14.7626 15.4697 14.4697L16.4697 13.4697C16.7626 13.1768 17.2374 13.1768 17.5303 13.4697ZM6.46967 15.5303C6.17678 15.2374 6.17678 14.7626 6.46967 14.4697C6.76256 14.1768 7.23744 14.1768 7.53033 14.4697L8.53033 15.4697C8.82322 15.7626 8.82322 16.2374 8.53033 16.5303C8.23744 16.8232 7.76256 16.8232 7.46967 16.5303L6.46967 15.5303Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-corn{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6558 10.7304C10.8535 10.624 10.9524 10.5708 10.9948 10.4843C11.0372 10.3978 11.0207 10.2992 10.9876 10.102C10.7201 8.50508 10.0083 6.99295 8.87016 5.86873C8.45836 5.46197 7.90378 5.4305 7.4962 5.58784C7.09463 5.74285 6.72188 6.12151 6.66259 6.6651C6.46691 8.45926 5.43707 9.66963 4.22041 10.8714C1.31992 13.7364 0.528468 18.2225 3.18122 20.8428C5.82151 23.4508 10.3418 22.6815 13.2418 19.8169C16.2319 16.8634 17.7416 16.0106 18.7794 15.4317C19.5283 15.014 19.7949 13.924 19.0931 13.2308C17.5961 11.7521 15.7717 11.192 14.0038 11.3086C12.9366 11.3789 11.4389 11.709 10.3795 12.7877C9.57197 13.61 8.98502 14.9229 8.74506 17.0825C8.69932 17.4942 8.3285 17.7908 7.91682 17.7451C7.50514 17.6993 7.20849 17.3285 7.25423 16.9168C7.51427 14.5765 8.17732 12.8893 9.30934 11.7367C9.71367 11.325 10.1649 10.9946 10.6558 10.7304Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0142 1.56388C19.9938 1.39773 21.0792 1.5167 21.8352 2.39014C22.4577 3.10929 22.5607 4.04616 22.4724 4.90119C22.3829 5.76864 22.0815 6.72324 21.6849 7.67639C20.9723 9.38891 19.8748 11.2764 18.8047 12.9607C18.2771 12.4928 17.7139 12.1313 17.1304 11.8664C18.1727 10.2242 19.1928 8.45937 19.8384 6.90804C20.2015 6.03545 20.4221 5.28592 20.483 4.69584C20.5452 4.09333 20.4271 3.81927 20.323 3.69908C20.2136 3.57261 19.9823 3.42824 19.3486 3.53572C18.7089 3.64423 17.8713 3.98512 16.8817 4.53864C14.9464 5.62118 12.7078 7.3559 10.7348 9.02388C10.5314 8.35596 10.2454 7.71695 9.87837 7.13145C11.7759 5.54949 13.9481 3.88797 15.9054 2.79314C16.9681 2.1987 18.0406 1.729 19.0142 1.56388ZM2.52935 20.0661L1.79726 20.7892C1.40434 21.1774 1.40044 21.8105 1.78856 22.2034C2.17667 22.5964 2.80982 22.6002 3.20274 22.2121L3.94968 21.4743C3.6796 21.2914 3.42256 21.0812 3.18122 20.8428C2.9345 20.5991 2.71756 20.3393 2.52935 20.0661Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6558 10.7304C10.8535 10.624 10.9524 10.5708 10.9948 10.4843C11.0372 10.3978 11.0207 10.2992 10.9876 10.102C10.7201 8.50508 10.0083 6.99295 8.87016 5.86873C8.45836 5.46197 7.90378 5.4305 7.4962 5.58784C7.09463 5.74285 6.72188 6.12151 6.66259 6.6651C6.46691 8.45926 5.43707 9.66963 4.22041 10.8714C1.31992 13.7364 0.528468 18.2225 3.18122 20.8428C5.82151 23.4508 10.3418 22.6815 13.2418 19.8169C16.2319 16.8634 17.7416 16.0106 18.7794 15.4317C19.5283 15.014 19.7949 13.924 19.0931 13.2308C17.5961 11.7521 15.7717 11.192 14.0038 11.3086C12.9366 11.3789 11.4389 11.709 10.3795 12.7877C9.57197 13.61 8.98502 14.9229 8.74506 17.0825C8.69932 17.4942 8.3285 17.7908 7.91682 17.7451C7.50514 17.6993 7.20849 17.3285 7.25423 16.9168C7.51427 14.5765 8.17732 12.8893 9.30934 11.7367C9.71367 11.325 10.1649 10.9946 10.6558 10.7304Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0142 1.56388C19.9938 1.39773 21.0792 1.5167 21.8352 2.39014C22.4577 3.10929 22.5607 4.04616 22.4724 4.90119C22.3829 5.76864 22.0815 6.72324 21.6849 7.67639C20.9723 9.38891 19.8748 11.2764 18.8047 12.9607C18.2771 12.4928 17.7139 12.1313 17.1304 11.8664C18.1727 10.2242 19.1928 8.45937 19.8384 6.90804C20.2015 6.03545 20.4221 5.28592 20.483 4.69584C20.5452 4.09333 20.4271 3.81927 20.323 3.69908C20.2136 3.57261 19.9823 3.42824 19.3486 3.53572C18.7089 3.64423 17.8713 3.98512 16.8817 4.53864C14.9464 5.62118 12.7078 7.3559 10.7348 9.02388C10.5314 8.35596 10.2454 7.71695 9.87837 7.13145C11.7759 5.54949 13.9481 3.88797 15.9054 2.79314C16.9681 2.1987 18.0406 1.729 19.0142 1.56388ZM2.52935 20.0661L1.79726 20.7892C1.40434 21.1774 1.40044 21.8105 1.78856 22.2034C2.17667 22.5964 2.80982 22.6002 3.20274 22.2121L3.94968 21.4743C3.6796 21.2914 3.42256 21.0812 3.18122 20.8428C2.9345 20.5991 2.71756 20.3393 2.52935 20.0661Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-cotton-candy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.2493 2.35157C14.757 0.877281 12.3522 0.882829 10.8668 2.36822C10.5516 2.68343 10.3019 3.04177 10.1192 3.42516C10.049 3.57234 9.90037 3.75602 9.69149 3.90951C9.48081 4.06433 9.28201 4.13519 9.15201 4.147C8.1876 4.23461 7.24517 4.64841 6.50713 5.38645C4.83096 7.06262 4.83096 9.78024 6.50713 11.4564C6.64265 11.5919 6.78516 11.7166 6.93354 11.8304C6.05716 13.2966 6.25038 15.224 7.51321 16.4868C8.77604 17.7496 10.7034 17.9428 12.1696 17.0665C12.2835 17.2149 12.4081 17.3574 12.5436 17.4929C14.2198 19.169 16.9374 19.169 18.6135 17.4929C19.5338 16.5726 19.948 15.3394 19.8586 14.1377C20.508 13.9758 21.1239 13.6411 21.6318 13.1332C23.1011 11.6639 23.1224 9.29502 21.6959 7.79958C21.6939 7.78514 21.6927 7.76852 21.6927 7.75071C21.6927 7.7329 21.6939 7.71629 21.6959 7.70184C23.1224 6.2064 23.1011 3.8375 21.6318 2.36822C20.1464 0.882829 17.7415 0.877281 16.2493 2.35157ZM12.2416 3.74316C12.9732 3.01156 14.1594 3.01156 14.891 3.74316C15.0964 3.94858 15.2428 4.18753 15.3325 4.44137C15.5665 5.10305 15.4174 5.86613 14.891 6.39254C14.5113 6.77222 14.5113 7.38779 14.891 7.76747C15.2707 8.14715 15.8863 8.14715 16.2659 7.76747C17.2393 6.79413 17.576 5.42707 17.2804 4.18221C17.3647 4.02506 17.4735 3.87699 17.6074 3.74316C18.339 3.01156 19.5251 3.01156 20.2567 3.74316C20.9883 4.47477 20.9883 5.66093 20.2567 6.39254C19.8515 6.79781 19.7482 7.35951 19.7482 7.75072C19.7482 8.14193 19.8515 8.70364 20.2567 9.10891C20.9883 9.84051 20.9883 11.0267 20.2567 11.7583C19.8487 12.1663 19.3005 12.3472 18.7647 12.2996C18.3418 12.262 17.9313 12.0822 17.6074 11.7583C17.4513 11.6022 17.3297 11.4272 17.2409 11.2415C17.0095 10.757 16.4291 10.5518 15.9446 10.7833C15.4601 11.0147 15.255 11.5951 15.4864 12.0796C15.669 12.4617 15.9181 12.8189 16.2324 13.1332C16.7124 13.6131 17.2896 13.939 17.9005 14.1099C18.0066 14.8218 17.7849 15.5716 17.2385 16.118C16.3217 17.0348 14.8352 17.0348 13.9184 16.118C13.7172 15.9167 13.5613 15.6898 13.4491 15.4487C13.0998 14.6977 12.1086 14.5407 11.5374 15.1119C10.8058 15.8435 9.61963 15.8435 8.88803 15.1119C8.15642 14.3803 8.15642 13.1941 8.88803 12.4625C8.9403 12.4102 8.99458 12.3619 9.05055 12.3175C9.78514 11.7344 10.858 11.7831 11.5374 12.4625C11.9171 12.8422 12.5327 12.8422 12.9123 12.4625C13.292 12.0828 13.292 11.4672 12.9123 11.0876C11.6783 9.85351 9.81073 9.64107 8.35768 10.4494C8.18825 10.3503 8.02822 10.2278 7.88195 10.0815C6.96513 9.16467 6.96513 7.67821 7.88195 6.76139C8.28655 6.35679 8.79961 6.13147 9.32782 6.08349C9.8963 6.03184 10.4251 5.78335 10.8428 5.4764C11.2623 5.16811 11.6428 4.74758 11.8744 4.26161C11.9632 4.07527 12.0851 3.89967 12.2416 3.74316Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.95711 16.4571L2.95711 22.4571C2.56658 22.8476 1.93342 22.8476 1.54289 22.4571C1.15237 22.0665 1.15237 21.4334 1.54289 21.0428L7.54289 15.0428L8.95711 16.4571Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.2493 2.35157C14.757 0.877281 12.3522 0.882829 10.8668 2.36822C10.5516 2.68343 10.3019 3.04177 10.1192 3.42516C10.049 3.57234 9.90037 3.75602 9.69149 3.90951C9.48081 4.06433 9.28201 4.13519 9.15201 4.147C8.1876 4.23461 7.24517 4.64841 6.50713 5.38645C4.83096 7.06262 4.83096 9.78024 6.50713 11.4564C6.64265 11.5919 6.78516 11.7166 6.93354 11.8304C6.05716 13.2966 6.25038 15.224 7.51321 16.4868C8.77604 17.7496 10.7034 17.9428 12.1696 17.0665C12.2835 17.2149 12.4081 17.3574 12.5436 17.4929C14.2198 19.169 16.9374 19.169 18.6135 17.4929C19.5338 16.5726 19.948 15.3394 19.8586 14.1377C20.508 13.9758 21.1239 13.6411 21.6318 13.1332C23.1011 11.6639 23.1224 9.29502 21.6959 7.79958C21.6939 7.78514 21.6927 7.76852 21.6927 7.75071C21.6927 7.7329 21.6939 7.71629 21.6959 7.70184C23.1224 6.2064 23.1011 3.8375 21.6318 2.36822C20.1464 0.882829 17.7415 0.877281 16.2493 2.35157ZM12.2416 3.74316C12.9732 3.01156 14.1594 3.01156 14.891 3.74316C15.0964 3.94858 15.2428 4.18753 15.3325 4.44137C15.5665 5.10305 15.4174 5.86613 14.891 6.39254C14.5113 6.77222 14.5113 7.38779 14.891 7.76747C15.2707 8.14715 15.8863 8.14715 16.2659 7.76747C17.2393 6.79413 17.576 5.42707 17.2804 4.18221C17.3647 4.02506 17.4735 3.87699 17.6074 3.74316C18.339 3.01156 19.5251 3.01156 20.2567 3.74316C20.9883 4.47477 20.9883 5.66093 20.2567 6.39254C19.8515 6.79781 19.7482 7.35951 19.7482 7.75072C19.7482 8.14193 19.8515 8.70364 20.2567 9.10891C20.9883 9.84051 20.9883 11.0267 20.2567 11.7583C19.8487 12.1663 19.3005 12.3472 18.7647 12.2996C18.3418 12.262 17.9313 12.0822 17.6074 11.7583C17.4513 11.6022 17.3297 11.4272 17.2409 11.2415C17.0095 10.757 16.4291 10.5518 15.9446 10.7833C15.4601 11.0147 15.255 11.5951 15.4864 12.0796C15.669 12.4617 15.9181 12.8189 16.2324 13.1332C16.7124 13.6131 17.2896 13.939 17.9005 14.1099C18.0066 14.8218 17.7849 15.5716 17.2385 16.118C16.3217 17.0348 14.8352 17.0348 13.9184 16.118C13.7172 15.9167 13.5613 15.6898 13.4491 15.4487C13.0998 14.6977 12.1086 14.5407 11.5374 15.1119C10.8058 15.8435 9.61963 15.8435 8.88803 15.1119C8.15642 14.3803 8.15642 13.1941 8.88803 12.4625C8.9403 12.4102 8.99458 12.3619 9.05055 12.3175C9.78514 11.7344 10.858 11.7831 11.5374 12.4625C11.9171 12.8422 12.5327 12.8422 12.9123 12.4625C13.292 12.0828 13.292 11.4672 12.9123 11.0876C11.6783 9.85351 9.81073 9.64107 8.35768 10.4494C8.18825 10.3503 8.02822 10.2278 7.88195 10.0815C6.96513 9.16467 6.96513 7.67821 7.88195 6.76139C8.28655 6.35679 8.79961 6.13147 9.32782 6.08349C9.8963 6.03184 10.4251 5.78335 10.8428 5.4764C11.2623 5.16811 11.6428 4.74758 11.8744 4.26161C11.9632 4.07527 12.0851 3.89967 12.2416 3.74316Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.95711 16.4571L2.95711 22.4571C2.56658 22.8476 1.93342 22.8476 1.54289 22.4571C1.15237 22.0665 1.15237 21.4334 1.54289 21.0428L7.54289 15.0428L8.95711 16.4571Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-crab{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.778 4.07063C18.1887 4.00096 17.5798 3.99988 17 3.99988C16.4477 3.99988 16 3.55216 16 2.99988C16 2.44759 16.4477 1.99988 17 1.99988L17.0208 1.99988C17.5813 1.99987 18.2972 1.99985 19.0128 2.08447C19.7327 2.16958 20.5343 2.3482 21.2355 2.75776C21.9666 3.18482 22.5649 3.85159 22.8391 4.82619C23.0902 5.7189 23.0459 6.78579 22.7174 8.04208L22.7843 8.5763C23.0079 10.3618 22.2429 12.1226 20.7909 13.1944L18.6099 14.8044C18.1656 15.1324 17.5395 15.0381 17.2115 14.5938C16.8835 14.1494 16.9778 13.5233 17.4221 13.1953L19.6031 11.5854C20.4112 10.9889 20.8584 10.0477 20.8204 9.07552C20.3354 9.10725 19.7861 9.09558 19.2693 8.94527C18.7583 8.79662 18.2608 8.51385 17.8534 8.02977C17.4537 7.55492 17.1869 6.94141 17.036 6.19901C16.9261 5.65779 17.2756 5.12988 17.8169 5.01991C18.3581 4.90993 18.886 5.25952 18.996 5.80075C19.0991 6.30835 19.2531 6.58694 19.3836 6.74195C19.5062 6.88772 19.648 6.97254 19.8279 7.02487C20.1262 7.11162 20.4691 7.10368 20.8922 7.06048C21.0476 6.27505 21.0169 5.73422 20.9138 5.36776C20.7947 4.9443 20.5593 4.67902 20.2267 4.48472C19.8641 4.27292 19.3719 4.14086 18.778 4.07063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.97921 1.99988L7.00003 1.99988C7.55231 1.99988 8.00003 2.44759 8.00003 2.99988C8.00003 3.55216 7.55231 3.99988 7.00003 3.99988C6.42025 3.99988 5.81129 4.00096 5.22206 4.07063C4.62813 4.14086 4.13591 4.27292 3.77332 4.48472C3.44068 4.67902 3.20537 4.9443 3.08625 5.36776C2.98317 5.73422 2.95238 6.27505 3.10778 7.06048C3.53093 7.10368 3.87385 7.11162 4.1721 7.02487C4.35198 6.97254 4.49378 6.88772 4.61646 6.74195C4.74691 6.58694 4.90091 6.30835 5.00405 5.80075C5.11403 5.25952 5.64193 4.90993 6.18316 5.01991C6.72438 5.12988 7.07398 5.65779 6.964 6.19901C6.81314 6.94141 6.54629 7.55492 6.14667 8.02977C5.73927 8.51385 5.24175 8.79662 4.7307 8.94527C4.21395 9.09558 3.66461 9.10725 3.17965 9.07552C3.14168 10.0477 3.58887 10.9889 4.39695 11.5854L6.57793 13.1953C7.02226 13.5233 7.11657 14.1494 6.78856 14.5938C6.46056 15.0381 5.83446 15.1324 5.39013 14.8044L3.20914 13.1944C1.75709 12.1226 0.992108 10.3618 1.21572 8.5763L1.28262 8.04208C0.954138 6.78579 0.909861 5.7189 1.16098 4.82619C1.43513 3.85159 2.03344 3.18482 2.76456 2.75776C3.46572 2.3482 4.26737 2.16958 4.98722 2.08447C5.70287 1.99985 6.41868 1.99987 6.97921 1.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.28922 10.7189C8.54092 9.71892 10.2207 9.24988 12 9.24988C13.7793 9.24988 15.4591 9.71892 16.7108 10.7189C17.9833 11.7356 18.75 13.253 18.75 15.1894C18.75 16.6185 17.9306 17.8669 16.9988 18.838C16.0528 19.8239 14.887 20.6328 13.9727 21.1906C12.7505 21.9363 11.2495 21.9363 10.0273 21.1906C9.11297 20.6328 7.94718 19.8239 7.00119 18.838C6.06937 17.8669 5.25 16.6185 5.25 15.1894C5.25 13.253 6.01669 11.7356 7.28922 10.7189Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.93756 17.9999C7.95862 17.9999 7.9795 17.9999 8.00019 17.9999C8.55247 17.9999 9.00019 18.4476 9.00019 18.9999C9.00019 19.5522 8.55247 19.9999 8.00019 19.9999C7.24054 19.9999 6.69519 20.0102 6.20808 20.1888C5.78183 20.3451 5.32235 20.6643 4.87808 21.4788C4.61362 21.9636 4.00619 22.1423 3.52134 21.8778C3.03649 21.6133 2.85783 21.0059 3.12229 20.5211C3.76894 19.3355 4.58219 18.6547 5.51957 18.311C6.37 17.9992 7.25118 17.9996 7.93756 17.9999ZM17.7923 20.1888C17.3052 20.0102 16.7598 19.9999 16.0002 19.9999C15.4479 19.9999 15.0002 19.5522 15.0002 18.9999C15.0002 18.4476 15.4479 17.9999 16.0002 17.9999C16.0209 17.9999 16.0418 17.9999 16.0628 17.9999C16.7492 17.9996 17.6304 17.9992 18.4808 18.311C19.4182 18.6547 20.2314 19.3355 20.8781 20.5211C21.1425 21.0059 20.9639 21.6133 20.479 21.8778C19.9942 22.1423 19.3868 21.9636 19.1223 21.4788C18.678 20.6643 18.2186 20.3451 17.7923 20.1888Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.44541 13.6678C1.90493 13.3615 2.5258 13.4856 2.83216 13.9452C3.19027 14.4823 3.75438 14.8766 4.38472 15.1393C5.01839 15.4033 5.63801 15.4999 6.00011 15.4999C6.55239 15.4999 7.00011 15.9476 7.00011 16.4999C7.00011 17.0521 6.55239 17.4999 6.00011 17.4999C5.36221 17.4999 4.48182 17.3464 3.61549 16.9854C2.74583 16.6231 1.80994 16.0174 1.16806 15.0546C0.861704 14.595 0.985877 13.9742 1.44541 13.6678ZM22.5548 13.6678C23.0143 13.9742 23.1385 14.595 22.8322 15.0546C22.1903 16.0174 21.2544 16.6231 20.3847 16.9854C19.5184 17.3464 18.638 17.4999 18.0001 17.4999C17.4478 17.4999 17.0001 17.0521 17.0001 16.4999C17.0001 15.9476 17.4478 15.4999 18.0001 15.4999C18.3622 15.4999 18.9818 15.4033 19.6155 15.1393C20.2458 14.8766 20.8099 14.4823 21.1681 13.9452C21.4744 13.4856 22.0953 13.3615 22.5548 13.6678Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.18404 7.55147C9.70799 7.37682 10.2743 7.65998 10.449 8.18392L10.949 9.68392C11.1236 10.2079 10.8404 10.7742 10.3165 10.9488C9.79256 11.1235 9.22624 10.8403 9.05159 10.3164L8.55159 8.81638C8.37694 8.29243 8.6601 7.72611 9.18404 7.55147ZM14.8165 7.55147C15.3404 7.72611 15.6236 8.29243 15.449 8.81638L14.949 10.3164C14.7743 10.8403 14.208 11.1235 13.684 10.9488C13.1601 10.7742 12.8769 10.2079 13.0516 9.68392L13.5516 8.18392C13.7262 7.65998 14.2926 7.37682 14.8165 7.55147Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.778 4.07063C18.1887 4.00096 17.5798 3.99988 17 3.99988C16.4477 3.99988 16 3.55216 16 2.99988C16 2.44759 16.4477 1.99988 17 1.99988L17.0208 1.99988C17.5813 1.99987 18.2972 1.99985 19.0128 2.08447C19.7327 2.16958 20.5343 2.3482 21.2355 2.75776C21.9666 3.18482 22.5649 3.85159 22.8391 4.82619C23.0902 5.7189 23.0459 6.78579 22.7174 8.04208L22.7843 8.5763C23.0079 10.3618 22.2429 12.1226 20.7909 13.1944L18.6099 14.8044C18.1656 15.1324 17.5395 15.0381 17.2115 14.5938C16.8835 14.1494 16.9778 13.5233 17.4221 13.1953L19.6031 11.5854C20.4112 10.9889 20.8584 10.0477 20.8204 9.07552C20.3354 9.10725 19.7861 9.09558 19.2693 8.94527C18.7583 8.79662 18.2608 8.51385 17.8534 8.02977C17.4537 7.55492 17.1869 6.94141 17.036 6.19901C16.9261 5.65779 17.2756 5.12988 17.8169 5.01991C18.3581 4.90993 18.886 5.25952 18.996 5.80075C19.0991 6.30835 19.2531 6.58694 19.3836 6.74195C19.5062 6.88772 19.648 6.97254 19.8279 7.02487C20.1262 7.11162 20.4691 7.10368 20.8922 7.06048C21.0476 6.27505 21.0169 5.73422 20.9138 5.36776C20.7947 4.9443 20.5593 4.67902 20.2267 4.48472C19.8641 4.27292 19.3719 4.14086 18.778 4.07063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.97921 1.99988L7.00003 1.99988C7.55231 1.99988 8.00003 2.44759 8.00003 2.99988C8.00003 3.55216 7.55231 3.99988 7.00003 3.99988C6.42025 3.99988 5.81129 4.00096 5.22206 4.07063C4.62813 4.14086 4.13591 4.27292 3.77332 4.48472C3.44068 4.67902 3.20537 4.9443 3.08625 5.36776C2.98317 5.73422 2.95238 6.27505 3.10778 7.06048C3.53093 7.10368 3.87385 7.11162 4.1721 7.02487C4.35198 6.97254 4.49378 6.88772 4.61646 6.74195C4.74691 6.58694 4.90091 6.30835 5.00405 5.80075C5.11403 5.25952 5.64193 4.90993 6.18316 5.01991C6.72438 5.12988 7.07398 5.65779 6.964 6.19901C6.81314 6.94141 6.54629 7.55492 6.14667 8.02977C5.73927 8.51385 5.24175 8.79662 4.7307 8.94527C4.21395 9.09558 3.66461 9.10725 3.17965 9.07552C3.14168 10.0477 3.58887 10.9889 4.39695 11.5854L6.57793 13.1953C7.02226 13.5233 7.11657 14.1494 6.78856 14.5938C6.46056 15.0381 5.83446 15.1324 5.39013 14.8044L3.20914 13.1944C1.75709 12.1226 0.992108 10.3618 1.21572 8.5763L1.28262 8.04208C0.954138 6.78579 0.909861 5.7189 1.16098 4.82619C1.43513 3.85159 2.03344 3.18482 2.76456 2.75776C3.46572 2.3482 4.26737 2.16958 4.98722 2.08447C5.70287 1.99985 6.41868 1.99987 6.97921 1.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.28922 10.7189C8.54092 9.71892 10.2207 9.24988 12 9.24988C13.7793 9.24988 15.4591 9.71892 16.7108 10.7189C17.9833 11.7356 18.75 13.253 18.75 15.1894C18.75 16.6185 17.9306 17.8669 16.9988 18.838C16.0528 19.8239 14.887 20.6328 13.9727 21.1906C12.7505 21.9363 11.2495 21.9363 10.0273 21.1906C9.11297 20.6328 7.94718 19.8239 7.00119 18.838C6.06937 17.8669 5.25 16.6185 5.25 15.1894C5.25 13.253 6.01669 11.7356 7.28922 10.7189Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.93756 17.9999C7.95862 17.9999 7.9795 17.9999 8.00019 17.9999C8.55247 17.9999 9.00019 18.4476 9.00019 18.9999C9.00019 19.5522 8.55247 19.9999 8.00019 19.9999C7.24054 19.9999 6.69519 20.0102 6.20808 20.1888C5.78183 20.3451 5.32235 20.6643 4.87808 21.4788C4.61362 21.9636 4.00619 22.1423 3.52134 21.8778C3.03649 21.6133 2.85783 21.0059 3.12229 20.5211C3.76894 19.3355 4.58219 18.6547 5.51957 18.311C6.37 17.9992 7.25118 17.9996 7.93756 17.9999ZM17.7923 20.1888C17.3052 20.0102 16.7598 19.9999 16.0002 19.9999C15.4479 19.9999 15.0002 19.5522 15.0002 18.9999C15.0002 18.4476 15.4479 17.9999 16.0002 17.9999C16.0209 17.9999 16.0418 17.9999 16.0628 17.9999C16.7492 17.9996 17.6304 17.9992 18.4808 18.311C19.4182 18.6547 20.2314 19.3355 20.8781 20.5211C21.1425 21.0059 20.9639 21.6133 20.479 21.8778C19.9942 22.1423 19.3868 21.9636 19.1223 21.4788C18.678 20.6643 18.2186 20.3451 17.7923 20.1888Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.44541 13.6678C1.90493 13.3615 2.5258 13.4856 2.83216 13.9452C3.19027 14.4823 3.75438 14.8766 4.38472 15.1393C5.01839 15.4033 5.63801 15.4999 6.00011 15.4999C6.55239 15.4999 7.00011 15.9476 7.00011 16.4999C7.00011 17.0521 6.55239 17.4999 6.00011 17.4999C5.36221 17.4999 4.48182 17.3464 3.61549 16.9854C2.74583 16.6231 1.80994 16.0174 1.16806 15.0546C0.861704 14.595 0.985877 13.9742 1.44541 13.6678ZM22.5548 13.6678C23.0143 13.9742 23.1385 14.595 22.8322 15.0546C22.1903 16.0174 21.2544 16.6231 20.3847 16.9854C19.5184 17.3464 18.638 17.4999 18.0001 17.4999C17.4478 17.4999 17.0001 17.0521 17.0001 16.4999C17.0001 15.9476 17.4478 15.4999 18.0001 15.4999C18.3622 15.4999 18.9818 15.4033 19.6155 15.1393C20.2458 14.8766 20.8099 14.4823 21.1681 13.9452C21.4744 13.4856 22.0953 13.3615 22.5548 13.6678Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.18404 7.55147C9.70799 7.37682 10.2743 7.65998 10.449 8.18392L10.949 9.68392C11.1236 10.2079 10.8404 10.7742 10.3165 10.9488C9.79256 11.1235 9.22624 10.8403 9.05159 10.3164L8.55159 8.81638C8.37694 8.29243 8.6601 7.72611 9.18404 7.55147ZM14.8165 7.55147C15.3404 7.72611 15.6236 8.29243 15.449 8.81638L14.949 10.3164C14.7743 10.8403 14.208 11.1235 13.684 10.9488C13.1601 10.7742 12.8769 10.2079 13.0516 9.68392L13.5516 8.18392C13.7262 7.65998 14.2926 7.37682 14.8165 7.55147Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-croissant{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8149 1.47538C12.1976 1.64112 11.5038 1.86535 10.8263 2.13245C10.4833 2.26767 10.3118 2.33527 10.2729 2.48179C10.234 2.62831 10.357 2.78159 10.603 3.08814C11.2712 3.92074 11.8605 4.85743 12.1338 5.41556L13.1712 7.53417C13.46 8.12403 13.737 8.89719 13.9461 9.73198C13.9969 9.93499 14.0223 10.0365 14.0857 10.0966C14.1261 10.135 14.1778 10.1619 14.2325 10.1729C14.318 10.1903 14.44 10.1436 14.6839 10.05C15.9422 9.56773 16.0196 7.28205 16.0885 6.18713C16.1509 5.19451 16.1654 4.0341 15.7415 3.10413C15.3375 2.21811 13.8375 1.20064 12.8149 1.47538Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4505 7.5094C17.4032 7.80968 17.3795 7.95982 17.4453 8.0576C17.5111 8.15538 17.6644 8.19124 17.9711 8.26296C18.2076 8.31829 18.4406 8.38698 18.6703 8.46925C19.7524 8.85678 21.0003 8.70719 21.891 7.81946C22.7512 6.96208 22.914 5.50442 21.963 4.55657C20.7194 3.31718 19.187 2.26033 17.5334 1.8115C17.1993 1.72083 17.0323 1.6755 16.9626 1.71223C16.9111 1.73938 16.8846 1.77056 16.8662 1.82576C16.8412 1.90045 16.9296 2.09426 17.1063 2.48188C17.2525 2.80245 17.3614 3.17328 17.4399 3.56653C17.5972 4.35344 17.6471 5.30239 17.5855 6.28128C17.5604 6.68034 17.5161 7.09314 17.4505 7.5094Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.16686 17.0763C1.98681 16.9433 1.89678 16.8769 1.82281 16.8824C1.76179 16.8869 1.70399 16.9209 1.67042 16.9721C1.62972 17.0341 1.6428 17.1345 1.66895 17.3352C1.78523 18.2277 2.06349 18.9544 2.47716 19.6123C2.96094 20.3818 3.83806 21.2525 4.52963 21.9387C5.47883 22.8847 6.93702 22.7234 7.79634 21.867C8.68776 20.9785 8.83871 19.7322 8.44897 18.6512C8.35618 18.3938 8.28 18.1296 8.2205 17.86C8.15455 17.5611 8.12158 17.4117 8.0261 17.3447C7.93061 17.2777 7.78518 17.2967 7.49431 17.3346C6.87551 17.4154 6.3138 17.4569 5.88832 17.4883C5.21374 17.5381 4.53399 17.6026 3.85692 17.5756C3.2635 17.5519 2.65365 17.4368 2.16686 17.0763Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.0662 14.5808C10.0794 14.4624 10.0221 14.3485 9.91932 14.2885C9.88938 14.271 9.8489 14.2585 9.76794 14.2336C8.2475 13.7662 6.90688 13.2342 5.64055 12.4994C4.76293 11.9902 3.93015 11.3891 3.10096 10.6561C2.8048 10.3943 2.65671 10.2634 2.50477 10.3C2.35283 10.3367 2.28426 10.5116 2.14714 10.8616C1.8865 11.5267 1.67002 12.203 1.50529 12.8266C1.4394 13.0656 1.40645 13.1851 1.39383 13.3942C1.35908 13.9703 1.60944 14.5652 2.01407 14.9667C3.19076 16.1342 4.20164 16.1089 5.75908 15.9938C6.46353 15.9417 7.43848 15.8692 8.41343 15.6579C9.03617 15.5229 9.97882 15.3652 10.0662 14.5808Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.7135 11.351C12.2825 8.68041 11.043 5.70231 9.1911 3.71615C8.55227 3.03099 8.07669 2.80717 7.23511 3.27136C7.16632 3.30931 7.09765 3.34748 7.02895 3.3856C5.44715 4.26297 4.1833 5.59252 3.3201 7.17485C3.06444 7.64351 2.9366 7.87784 2.98966 8.21395C3.04272 8.55006 3.24578 8.7424 3.65192 9.12708C4.56896 9.99566 5.46022 10.6606 6.39337 11.202C7.57111 11.8854 10.1049 13.4231 11.5534 13.0521C12.2911 12.8631 12.8337 12.0961 12.7135 11.351Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8149 1.47538C12.1976 1.64112 11.5038 1.86535 10.8263 2.13245C10.4833 2.26767 10.3118 2.33527 10.2729 2.48179C10.234 2.62831 10.357 2.78159 10.603 3.08814C11.2712 3.92074 11.8605 4.85743 12.1338 5.41556L13.1712 7.53417C13.46 8.12403 13.737 8.89719 13.9461 9.73198C13.9969 9.93499 14.0223 10.0365 14.0857 10.0966C14.1261 10.135 14.1778 10.1619 14.2325 10.1729C14.318 10.1903 14.44 10.1436 14.6839 10.05C15.9422 9.56773 16.0196 7.28205 16.0885 6.18713C16.1509 5.19451 16.1654 4.0341 15.7415 3.10413C15.3375 2.21811 13.8375 1.20064 12.8149 1.47538Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4505 7.5094C17.4032 7.80968 17.3795 7.95982 17.4453 8.0576C17.5111 8.15538 17.6644 8.19124 17.9711 8.26296C18.2076 8.31829 18.4406 8.38698 18.6703 8.46925C19.7524 8.85678 21.0003 8.70719 21.891 7.81946C22.7512 6.96208 22.914 5.50442 21.963 4.55657C20.7194 3.31718 19.187 2.26033 17.5334 1.8115C17.1993 1.72083 17.0323 1.6755 16.9626 1.71223C16.9111 1.73938 16.8846 1.77056 16.8662 1.82576C16.8412 1.90045 16.9296 2.09426 17.1063 2.48188C17.2525 2.80245 17.3614 3.17328 17.4399 3.56653C17.5972 4.35344 17.6471 5.30239 17.5855 6.28128C17.5604 6.68034 17.5161 7.09314 17.4505 7.5094Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.16686 17.0763C1.98681 16.9433 1.89678 16.8769 1.82281 16.8824C1.76179 16.8869 1.70399 16.9209 1.67042 16.9721C1.62972 17.0341 1.6428 17.1345 1.66895 17.3352C1.78523 18.2277 2.06349 18.9544 2.47716 19.6123C2.96094 20.3818 3.83806 21.2525 4.52963 21.9387C5.47883 22.8847 6.93702 22.7234 7.79634 21.867C8.68776 20.9785 8.83871 19.7322 8.44897 18.6512C8.35618 18.3938 8.28 18.1296 8.2205 17.86C8.15455 17.5611 8.12158 17.4117 8.0261 17.3447C7.93061 17.2777 7.78518 17.2967 7.49431 17.3346C6.87551 17.4154 6.3138 17.4569 5.88832 17.4883C5.21374 17.5381 4.53399 17.6026 3.85692 17.5756C3.2635 17.5519 2.65365 17.4368 2.16686 17.0763Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.0662 14.5808C10.0794 14.4624 10.0221 14.3485 9.91932 14.2885C9.88938 14.271 9.8489 14.2585 9.76794 14.2336C8.2475 13.7662 6.90688 13.2342 5.64055 12.4994C4.76293 11.9902 3.93015 11.3891 3.10096 10.6561C2.8048 10.3943 2.65671 10.2634 2.50477 10.3C2.35283 10.3367 2.28426 10.5116 2.14714 10.8616C1.8865 11.5267 1.67002 12.203 1.50529 12.8266C1.4394 13.0656 1.40645 13.1851 1.39383 13.3942C1.35908 13.9703 1.60944 14.5652 2.01407 14.9667C3.19076 16.1342 4.20164 16.1089 5.75908 15.9938C6.46353 15.9417 7.43848 15.8692 8.41343 15.6579C9.03617 15.5229 9.97882 15.3652 10.0662 14.5808Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.7135 11.351C12.2825 8.68041 11.043 5.70231 9.1911 3.71615C8.55227 3.03099 8.07669 2.80717 7.23511 3.27136C7.16632 3.30931 7.09765 3.34748 7.02895 3.3856C5.44715 4.26297 4.1833 5.59252 3.3201 7.17485C3.06444 7.64351 2.9366 7.87784 2.98966 8.21395C3.04272 8.55006 3.24578 8.7424 3.65192 9.12708C4.56896 9.99566 5.46022 10.6606 6.39337 11.202C7.57111 11.8854 10.1049 13.4231 11.5534 13.0521C12.2911 12.8631 12.8337 12.0961 12.7135 11.351Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-cupcake-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 1.25C11.6967 1.25 11.4232 1.43273 11.3071 1.71299C11.191 1.99324 11.2552 2.31583 11.4697 2.53033C11.5525 2.60649 11.6461 2.83043 11.3586 3.11697C11.0192 3.52898 10.3785 3.97225 9.66459 4.32918C8.52386 4.69703 7.53292 5.86957 7.21415 7.02498C7.05569 7.6624 7.08564 8.08959 7.19006 8.3724C7.2875 8.63632 7.47824 8.85322 7.8237 9.02624C8.58118 9.40563 9.94052 9.50158 11.9071 9.25575C12.3181 9.20438 12.693 9.49592 12.7443 9.90694C12.7957 10.318 12.5042 10.6928 12.0932 10.7442C10.1008 10.9932 8.34217 10.9635 7.15196 10.3674C6.52358 10.0527 6.03303 9.56938 5.78291 8.89194C5.69473 8.65312 5.64065 8.40158 5.6172 8.13909C5.57017 7.61285 5.54665 7.34973 5.37287 7.28236C5.19909 7.21499 5.04663 7.35476 4.74172 7.6343C4.49556 7.85997 4.27902 8.11547 4.09522 8.38325C3.57419 9.14233 3.25 10.0913 3.25 11C3.25 11.9751 3.54516 12.9202 4.19832 13.6294C4.86079 14.3487 5.82262 14.75 7 14.75C8.03296 14.75 13.8857 14.0182 16.0034 13.7534L16.1471 13.7354C18.7963 13.2056 20.75 11.5291 20.75 9.5C20.75 8.17341 20.2037 7.08599 19.3065 6.3437C18.5905 5.75135 17.6796 5.40047 16.6971 5.28897C16.354 3.0029 14.3817 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06032 17.0458L6.3409 18.2174C6.51707 18.953 6.65927 19.5468 6.81305 20.0231C6.97187 20.5151 7.15868 20.9347 7.44997 21.3057C7.80209 21.7542 8.24737 22.118 8.75515 22.3686C9.17813 22.5773 9.6222 22.6663 10.1246 22.7084C10.6081 22.7489 11.1975 22.7488 11.9212 22.7488H11.9859C12.7433 22.7488 13.3594 22.7489 13.8633 22.7055C14.3864 22.6605 14.8478 22.5652 15.2836 22.3413C15.8056 22.0732 16.2583 21.6847 16.6086 21.2084C16.8989 20.8137 17.0754 20.3695 17.2183 19.8499C17.3568 19.3463 17.477 18.719 17.6261 17.9409L18.0458 15.7502C18.137 15.2745 18.1826 15.0366 18.0587 14.9235C17.9349 14.8103 17.6899 14.8806 17.1998 15.0211C16.9489 15.093 16.6958 15.1544 16.4422 15.2051C15.3834 15.3375 13.1323 15.623 11.2692 15.8398C9.46782 16.0494 7.62889 16.2488 7.00094 16.2488C6.92257 16.2488 6.84457 16.2474 6.76699 16.2447C6.32659 16.2288 6.10639 16.2209 6.01215 16.3361C5.91792 16.4512 5.96538 16.6494 6.06032 17.0458Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 1.25C11.6967 1.25 11.4232 1.43273 11.3071 1.71299C11.191 1.99324 11.2552 2.31583 11.4697 2.53033C11.5525 2.60649 11.6461 2.83043 11.3586 3.11697C11.0192 3.52898 10.3785 3.97225 9.66459 4.32918C8.52386 4.69703 7.53292 5.86957 7.21415 7.02498C7.05569 7.6624 7.08564 8.08959 7.19006 8.3724C7.2875 8.63632 7.47824 8.85322 7.8237 9.02624C8.58118 9.40563 9.94052 9.50158 11.9071 9.25575C12.3181 9.20438 12.693 9.49592 12.7443 9.90694C12.7957 10.318 12.5042 10.6928 12.0932 10.7442C10.1008 10.9932 8.34217 10.9635 7.15196 10.3674C6.52358 10.0527 6.03303 9.56938 5.78291 8.89194C5.69473 8.65312 5.64065 8.40158 5.6172 8.13909C5.57017 7.61285 5.54665 7.34973 5.37287 7.28236C5.19909 7.21499 5.04663 7.35476 4.74172 7.6343C4.49556 7.85997 4.27902 8.11547 4.09522 8.38325C3.57419 9.14233 3.25 10.0913 3.25 11C3.25 11.9751 3.54516 12.9202 4.19832 13.6294C4.86079 14.3487 5.82262 14.75 7 14.75C8.03296 14.75 13.8857 14.0182 16.0034 13.7534L16.1471 13.7354C18.7963 13.2056 20.75 11.5291 20.75 9.5C20.75 8.17341 20.2037 7.08599 19.3065 6.3437C18.5905 5.75135 17.6796 5.40047 16.6971 5.28897C16.354 3.0029 14.3817 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06032 17.0458L6.3409 18.2174C6.51707 18.953 6.65927 19.5468 6.81305 20.0231C6.97187 20.5151 7.15868 20.9347 7.44997 21.3057C7.80209 21.7542 8.24737 22.118 8.75515 22.3686C9.17813 22.5773 9.6222 22.6663 10.1246 22.7084C10.6081 22.7489 11.1975 22.7488 11.9212 22.7488H11.9859C12.7433 22.7488 13.3594 22.7489 13.8633 22.7055C14.3864 22.6605 14.8478 22.5652 15.2836 22.3413C15.8056 22.0732 16.2583 21.6847 16.6086 21.2084C16.8989 20.8137 17.0754 20.3695 17.2183 19.8499C17.3568 19.3463 17.477 18.719 17.6261 17.9409L18.0458 15.7502C18.137 15.2745 18.1826 15.0366 18.0587 14.9235C17.9349 14.8103 17.6899 14.8806 17.1998 15.0211C16.9489 15.093 16.6958 15.1544 16.4422 15.2051C15.3834 15.3375 13.1323 15.623 11.2692 15.8398C9.46782 16.0494 7.62889 16.2488 7.00094 16.2488C6.92257 16.2488 6.84457 16.2474 6.76699 16.2447C6.32659 16.2288 6.10639 16.2209 6.01215 16.3361C5.91792 16.4512 5.96538 16.6494 6.06032 17.0458Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-cupcake-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 2.125C11 1.57272 11.4477 1.125 12 1.125C14.3266 1.125 16.0657 3.13696 15.9924 5.29634C17.3336 5.78227 18.1685 7.223 17.953 8.62125C18.6648 9.01156 19.1615 9.59098 19.481 10.2698C19.9104 11.182 20 12.2271 20 13.125C20 13.6773 19.5523 14.125 19 14.125C18.4477 14.125 18 13.6773 18 13.125C18 12.3167 17.9105 11.6293 17.6715 11.1216C17.527 10.8147 17.3232 10.5587 16.9967 10.3779C16.6786 10.6818 16.3233 10.9232 16.0002 11.1099C15.522 11.3861 14.9104 11.2224 14.6341 10.7442C14.3578 10.2659 14.5216 9.65431 14.9998 9.37805C15.4 9.14684 15.6932 8.89684 15.8429 8.66351C16.171 8.15201 15.8975 7.46161 15.3876 7.21638C15.0785 7.671 14.6727 8.03428 14.2386 8.32528C13.5933 8.75785 12.8352 9.0654 12.0975 9.29976C11.3552 9.53557 10.585 9.7119 9.90082 9.86083C9.77236 9.88879 9.64803 9.91558 9.52787 9.94147C8.98643 10.0581 8.52948 10.1566 8.15929 10.2624C6.88118 10.6275 6 11.7957 6 13.125C6 13.6773 5.55228 14.125 5 14.125C4.44772 14.125 4 13.6773 4 13.125C4 11.1503 5.16322 9.38825 6.92162 8.59182C7.01768 7.70818 7.29619 7.00092 7.70605 6.41031C8.19207 5.70994 8.82805 5.23279 9.32719 4.8583L9.34212 4.84711C9.8811 4.44269 10.2651 4.15016 10.5464 3.76085C10.7988 3.41146 11 2.93289 11 2.125ZM9.11105 7.98527C9.1184 7.98369 9.12577 7.98211 9.13313 7.98052C9.24736 7.95594 9.36176 7.93133 9.47542 7.90659C10.1527 7.75916 10.845 7.59916 11.4919 7.39363C12.1435 7.18666 12.7015 6.94786 13.1249 6.66401C13.5437 6.3833 13.7785 6.09453 13.8847 5.79667C14.2264 4.83786 13.7307 3.78217 12.8754 3.3392C12.7383 3.95972 12.4935 4.48098 12.1675 4.93214C11.699 5.58064 11.0894 6.0372 10.6087 6.39719C10.5863 6.41395 10.5642 6.4305 10.5425 6.44685C10.0149 6.84267 9.62993 7.14597 9.34917 7.55055C9.26197 7.6762 9.18058 7.81852 9.11105 7.98527Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 13.17C12.0431 13.1268 12.0878 13.0852 12.134 13.0453C12.6636 12.5866 13.3454 12.375 14 12.375C14.6546 12.375 15.3364 12.5866 15.866 13.0453C15.9122 13.0852 15.9569 13.1268 16 13.17C16.0431 13.1268 16.0878 13.0852 16.134 13.0453C16.6636 12.5866 17.3454 12.375 18 12.375C18.6546 12.375 19.3364 12.5866 19.866 13.0453C20.4108 13.5171 20.75 14.2137 20.75 15.0737C20.75 15.8955 20.5216 16.6336 20.238 17.2931C20.055 17.7188 19.8259 18.1582 19.6149 18.563L19.6148 18.5631C19.2262 19.3461 18.6071 20.5741 18.2941 21.0697C17.9673 21.5871 17.6121 22.0037 17.1195 22.3104C16.6265 22.6172 16.0968 22.7513 15.4899 22.8145C14.9092 22.875 14.1998 22.875 13.3312 22.875H10.6688C9.80017 22.875 9.09081 22.875 8.51014 22.8145C7.90316 22.7513 7.37346 22.6172 6.88053 22.3104C6.38793 22.0037 6.03275 21.5871 5.7059 21.0697C5.39286 20.5741 4.7738 19.3461 4.38515 18.5631C4.17415 18.1583 3.94503 17.7188 3.76197 17.2931C3.47841 16.6336 3.25 15.8955 3.25 15.0737C3.25 14.2137 3.58916 13.5171 4.13399 13.0453C4.66359 12.5866 5.34538 12.375 6 12.375C6.65462 12.375 7.33641 12.5866 7.86601 13.0453C7.91218 13.0852 7.95687 13.1268 8 13.17C8.04313 13.1268 8.08782 13.0852 8.13399 13.0453C8.66359 12.5866 9.34538 12.375 10 12.375C10.6546 12.375 11.3364 12.5866 11.866 13.0453C11.9122 13.0852 11.9569 13.1268 12 13.17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 2.125C11 1.57272 11.4477 1.125 12 1.125C14.3266 1.125 16.0657 3.13696 15.9924 5.29634C17.3336 5.78227 18.1685 7.223 17.953 8.62125C18.6648 9.01156 19.1615 9.59098 19.481 10.2698C19.9104 11.182 20 12.2271 20 13.125C20 13.6773 19.5523 14.125 19 14.125C18.4477 14.125 18 13.6773 18 13.125C18 12.3167 17.9105 11.6293 17.6715 11.1216C17.527 10.8147 17.3232 10.5587 16.9967 10.3779C16.6786 10.6818 16.3233 10.9232 16.0002 11.1099C15.522 11.3861 14.9104 11.2224 14.6341 10.7442C14.3578 10.2659 14.5216 9.65431 14.9998 9.37805C15.4 9.14684 15.6932 8.89684 15.8429 8.66351C16.171 8.15201 15.8975 7.46161 15.3876 7.21638C15.0785 7.671 14.6727 8.03428 14.2386 8.32528C13.5933 8.75785 12.8352 9.0654 12.0975 9.29976C11.3552 9.53557 10.585 9.7119 9.90082 9.86083C9.77236 9.88879 9.64803 9.91558 9.52787 9.94147C8.98643 10.0581 8.52948 10.1566 8.15929 10.2624C6.88118 10.6275 6 11.7957 6 13.125C6 13.6773 5.55228 14.125 5 14.125C4.44772 14.125 4 13.6773 4 13.125C4 11.1503 5.16322 9.38825 6.92162 8.59182C7.01768 7.70818 7.29619 7.00092 7.70605 6.41031C8.19207 5.70994 8.82805 5.23279 9.32719 4.8583L9.34212 4.84711C9.8811 4.44269 10.2651 4.15016 10.5464 3.76085C10.7988 3.41146 11 2.93289 11 2.125ZM9.11105 7.98527C9.1184 7.98369 9.12577 7.98211 9.13313 7.98052C9.24736 7.95594 9.36176 7.93133 9.47542 7.90659C10.1527 7.75916 10.845 7.59916 11.4919 7.39363C12.1435 7.18666 12.7015 6.94786 13.1249 6.66401C13.5437 6.3833 13.7785 6.09453 13.8847 5.79667C14.2264 4.83786 13.7307 3.78217 12.8754 3.3392C12.7383 3.95972 12.4935 4.48098 12.1675 4.93214C11.699 5.58064 11.0894 6.0372 10.6087 6.39719C10.5863 6.41395 10.5642 6.4305 10.5425 6.44685C10.0149 6.84267 9.62993 7.14597 9.34917 7.55055C9.26197 7.6762 9.18058 7.81852 9.11105 7.98527Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 13.17C12.0431 13.1268 12.0878 13.0852 12.134 13.0453C12.6636 12.5866 13.3454 12.375 14 12.375C14.6546 12.375 15.3364 12.5866 15.866 13.0453C15.9122 13.0852 15.9569 13.1268 16 13.17C16.0431 13.1268 16.0878 13.0852 16.134 13.0453C16.6636 12.5866 17.3454 12.375 18 12.375C18.6546 12.375 19.3364 12.5866 19.866 13.0453C20.4108 13.5171 20.75 14.2137 20.75 15.0737C20.75 15.8955 20.5216 16.6336 20.238 17.2931C20.055 17.7188 19.8259 18.1582 19.6149 18.563L19.6148 18.5631C19.2262 19.3461 18.6071 20.5741 18.2941 21.0697C17.9673 21.5871 17.6121 22.0037 17.1195 22.3104C16.6265 22.6172 16.0968 22.7513 15.4899 22.8145C14.9092 22.875 14.1998 22.875 13.3312 22.875H10.6688C9.80017 22.875 9.09081 22.875 8.51014 22.8145C7.90316 22.7513 7.37346 22.6172 6.88053 22.3104C6.38793 22.0037 6.03275 21.5871 5.7059 21.0697C5.39286 20.5741 4.7738 19.3461 4.38515 18.5631C4.17415 18.1583 3.94503 17.7188 3.76197 17.2931C3.47841 16.6336 3.25 15.8955 3.25 15.0737C3.25 14.2137 3.58916 13.5171 4.13399 13.0453C4.66359 12.5866 5.34538 12.375 6 12.375C6.65462 12.375 7.33641 12.5866 7.86601 13.0453C7.91218 13.0852 7.95687 13.1268 8 13.17C8.04313 13.1268 8.08782 13.0852 8.13399 13.0453C8.66359 12.5866 9.34538 12.375 10 12.375C10.6546 12.375 11.3364 12.5866 11.866 13.0453C11.9122 13.0852 11.9569 13.1268 12 13.17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-cupcake-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7274 1.81815C14.627 1.41631 14.2198 1.17199 13.8179 1.27245C12.3416 1.64154 11.6246 2.54359 11.3665 3.32334C10.153 3.60937 9.24982 4.69924 9.24982 6.00006C9.24982 7.51884 10.481 8.75006 11.9998 8.75006C13.5186 8.75006 14.7498 7.51884 14.7498 6.00006C14.7498 4.82848 14.0172 3.82802 12.9851 3.43182C13.1839 3.17042 13.5429 2.88736 14.1817 2.72766C14.5836 2.6272 14.8279 2.22 14.7274 1.81815Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.83764 5.90742C7.90835 5.86172 7.99953 5.91631 7.99953 6.0005C7.99953 8.20964 9.79039 10.0005 11.9995 10.0005C14.2087 10.0005 15.9995 8.20964 15.9995 6.0005C15.9995 5.91606 16.091 5.86129 16.1619 5.90712C16.6256 6.20668 17.0225 6.58923 17.3215 7.01293C17.7297 7.59115 17.9894 8.3085 17.9487 9.03104C17.9394 9.19622 18.047 9.35041 18.2069 9.39272C19.6135 9.76481 20.75 10.98 20.75 12.5346C20.75 14.5128 19.1634 15.5766 17.6613 15.7162C16.7269 15.8031 15.6896 15.546 14.9411 14.8761C14.8095 14.7584 14.6054 14.7565 14.4723 14.8723C13.7846 15.4705 12.8604 15.7505 12 15.7505C11.1396 15.7505 10.2154 15.4705 9.52773 14.8723C9.39455 14.7565 9.19047 14.7584 9.05894 14.8761C8.31036 15.546 7.27312 15.8031 6.33869 15.7162C4.83656 15.5766 3.25 14.5128 3.25 12.5346C3.25 10.98 4.38654 9.76481 5.79308 9.39272C5.95303 9.35041 6.06061 9.19622 6.05131 9.03103C6.01063 8.3085 6.2703 7.59115 6.67845 7.01293C6.97743 6.58938 7.37417 6.20694 7.83764 5.90742Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.22374 16.9588C6.01075 16.939 5.83144 17.1359 5.8902 17.3416L6.46255 19.3448C6.65192 20.0077 6.8117 20.567 6.99528 21.0073C7.1903 21.475 7.44069 21.8827 7.85332 22.1939C8.26595 22.5052 8.72673 22.634 9.23003 22.693C9.70383 22.7485 10.2855 22.7485 10.9749 22.7485H13.0266C13.716 22.7485 14.2977 22.7485 14.7715 22.693C15.2748 22.634 15.7356 22.5052 16.1482 22.1939C16.5608 21.8827 16.8112 21.475 17.0062 21.0073C17.1898 20.567 17.3496 20.0077 17.539 19.3448L18.1113 17.3416C18.1701 17.1359 17.9908 16.939 17.7778 16.9588C16.8894 17.0414 15.9018 16.8905 15.0236 16.4355C14.8553 16.3483 14.7712 16.3047 14.6984 16.3046C14.6256 16.3044 14.5417 16.3475 14.3739 16.4336C13.6144 16.8236 12.777 16.9985 12.0007 16.9985C11.2245 16.9985 10.3871 16.8236 9.62758 16.4336C9.45982 16.3475 9.37594 16.3044 9.30313 16.3046C9.23033 16.3047 9.14618 16.3483 8.97789 16.4355C8.09969 16.8905 7.11212 17.0414 6.22374 16.9588Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7274 1.81815C14.627 1.41631 14.2198 1.17199 13.8179 1.27245C12.3416 1.64154 11.6246 2.54359 11.3665 3.32334C10.153 3.60937 9.24982 4.69924 9.24982 6.00006C9.24982 7.51884 10.481 8.75006 11.9998 8.75006C13.5186 8.75006 14.7498 7.51884 14.7498 6.00006C14.7498 4.82848 14.0172 3.82802 12.9851 3.43182C13.1839 3.17042 13.5429 2.88736 14.1817 2.72766C14.5836 2.6272 14.8279 2.22 14.7274 1.81815Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.83764 5.90742C7.90835 5.86172 7.99953 5.91631 7.99953 6.0005C7.99953 8.20964 9.79039 10.0005 11.9995 10.0005C14.2087 10.0005 15.9995 8.20964 15.9995 6.0005C15.9995 5.91606 16.091 5.86129 16.1619 5.90712C16.6256 6.20668 17.0225 6.58923 17.3215 7.01293C17.7297 7.59115 17.9894 8.3085 17.9487 9.03104C17.9394 9.19622 18.047 9.35041 18.2069 9.39272C19.6135 9.76481 20.75 10.98 20.75 12.5346C20.75 14.5128 19.1634 15.5766 17.6613 15.7162C16.7269 15.8031 15.6896 15.546 14.9411 14.8761C14.8095 14.7584 14.6054 14.7565 14.4723 14.8723C13.7846 15.4705 12.8604 15.7505 12 15.7505C11.1396 15.7505 10.2154 15.4705 9.52773 14.8723C9.39455 14.7565 9.19047 14.7584 9.05894 14.8761C8.31036 15.546 7.27312 15.8031 6.33869 15.7162C4.83656 15.5766 3.25 14.5128 3.25 12.5346C3.25 10.98 4.38654 9.76481 5.79308 9.39272C5.95303 9.35041 6.06061 9.19622 6.05131 9.03103C6.01063 8.3085 6.2703 7.59115 6.67845 7.01293C6.97743 6.58938 7.37417 6.20694 7.83764 5.90742Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.22374 16.9588C6.01075 16.939 5.83144 17.1359 5.8902 17.3416L6.46255 19.3448C6.65192 20.0077 6.8117 20.567 6.99528 21.0073C7.1903 21.475 7.44069 21.8827 7.85332 22.1939C8.26595 22.5052 8.72673 22.634 9.23003 22.693C9.70383 22.7485 10.2855 22.7485 10.9749 22.7485H13.0266C13.716 22.7485 14.2977 22.7485 14.7715 22.693C15.2748 22.634 15.7356 22.5052 16.1482 22.1939C16.5608 21.8827 16.8112 21.475 17.0062 21.0073C17.1898 20.567 17.3496 20.0077 17.539 19.3448L18.1113 17.3416C18.1701 17.1359 17.9908 16.939 17.7778 16.9588C16.8894 17.0414 15.9018 16.8905 15.0236 16.4355C14.8553 16.3483 14.7712 16.3047 14.6984 16.3046C14.6256 16.3044 14.5417 16.3475 14.3739 16.4336C13.6144 16.8236 12.777 16.9985 12.0007 16.9985C11.2245 16.9985 10.3871 16.8236 9.62758 16.4336C9.45982 16.3475 9.37594 16.3044 9.30313 16.3046C9.23033 16.3047 9.14618 16.3483 8.97789 16.4355C8.09969 16.8905 7.11212 17.0414 6.22374 16.9588Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-dim-sum-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.7147 2.58187C23.0147 3.04555 22.8821 3.66466 22.4184 3.96469L13.9184 9.46469C13.4547 9.76472 12.8356 9.63205 12.5355 9.16837C12.2355 8.70469 12.3682 8.08558 12.8319 7.78555L21.3319 2.28555C21.7955 1.98552 22.4147 2.11819 22.7147 2.58187Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3909 13.4107L22.3712 9.99341C22.8507 9.7194 23.0173 9.10855 22.7433 8.62903C22.4693 8.14951 21.8585 7.98292 21.379 8.25693L15.6172 11.5494C15.9547 12.1412 16.2181 12.7689 16.3909 13.4107Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.86975 5.37522C6.27792 5.36863 6.6164 5.6897 6.63135 6.09765C6.64947 6.59171 6.95597 6.95007 7.30092 7.08C7.57481 7.18316 7.89811 7.15627 8.17454 6.82737C8.22988 6.69909 8.32165 6.58478 8.44648 6.50142C8.57824 6.41343 8.72774 6.37267 8.875 6.37515C9.02226 6.37267 9.17176 6.41343 9.30352 6.50142C9.42835 6.58478 9.52012 6.69909 9.57546 6.82737C9.85189 7.15627 10.1752 7.18316 10.4491 7.08C10.794 6.95007 11.1005 6.59171 11.1186 6.09765C11.1336 5.6897 11.4721 5.36863 11.8803 5.37522C12.2884 5.38181 12.6164 5.71364 12.6181 6.12186C12.6205 6.67383 13.0581 8.2804 14.9485 10.5476C14.955 10.5555 14.9614 10.5635 14.9677 10.5716C15.2064 10.883 15.424 11.2103 15.6173 11.5493L7.37903 16.2569C6.89951 16.5309 6.73292 17.1417 7.00693 17.6212C7.28094 18.1008 7.89179 18.2674 8.37131 17.9934L16.391 13.4107C16.5432 13.9761 16.625 14.5525 16.625 15.1251C16.625 18.9481 13.0553 21.8593 8.89692 21.8751L8.887 21.8751L8.875 21.8751L8.863 21.8751L8.85308 21.8751C4.69465 21.8593 1.125 18.9481 1.125 15.1251C1.125 13.5302 1.75976 11.9057 2.78232 10.5716C2.78856 10.5635 2.79497 10.5555 2.80154 10.5476C4.69193 8.2804 5.12946 6.67383 5.13186 6.12186C5.13364 5.71364 5.46158 5.38181 5.86975 5.37522ZM8.04598 10.9605C8.23123 10.59 8.08106 10.1395 7.71057 9.95428C7.34009 9.76904 6.88959 9.91921 6.70434 10.2897L6.20434 11.2897C6.0191 11.6602 6.16927 12.1107 6.53975 12.2959C6.91024 12.4812 7.36074 12.331 7.54598 11.9605L8.04598 10.9605ZM11.046 10.2897C10.8607 9.91921 10.4102 9.76904 10.0398 9.95428C9.66927 10.1395 9.5191 10.59 9.70434 10.9605L10.2043 11.9605C10.3896 12.331 10.8401 12.4812 11.2106 12.2959C11.5811 12.1107 11.7312 11.6602 11.546 11.2897L11.046 10.2897Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.7147 2.58187C23.0147 3.04555 22.8821 3.66466 22.4184 3.96469L13.9184 9.46469C13.4547 9.76472 12.8356 9.63205 12.5355 9.16837C12.2355 8.70469 12.3682 8.08558 12.8319 7.78555L21.3319 2.28555C21.7955 1.98552 22.4147 2.11819 22.7147 2.58187Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3909 13.4107L22.3712 9.99341C22.8507 9.7194 23.0173 9.10855 22.7433 8.62903C22.4693 8.14951 21.8585 7.98292 21.379 8.25693L15.6172 11.5494C15.9547 12.1412 16.2181 12.7689 16.3909 13.4107Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.86975 5.37522C6.27792 5.36863 6.6164 5.6897 6.63135 6.09765C6.64947 6.59171 6.95597 6.95007 7.30092 7.08C7.57481 7.18316 7.89811 7.15627 8.17454 6.82737C8.22988 6.69909 8.32165 6.58478 8.44648 6.50142C8.57824 6.41343 8.72774 6.37267 8.875 6.37515C9.02226 6.37267 9.17176 6.41343 9.30352 6.50142C9.42835 6.58478 9.52012 6.69909 9.57546 6.82737C9.85189 7.15627 10.1752 7.18316 10.4491 7.08C10.794 6.95007 11.1005 6.59171 11.1186 6.09765C11.1336 5.6897 11.4721 5.36863 11.8803 5.37522C12.2884 5.38181 12.6164 5.71364 12.6181 6.12186C12.6205 6.67383 13.0581 8.2804 14.9485 10.5476C14.955 10.5555 14.9614 10.5635 14.9677 10.5716C15.2064 10.883 15.424 11.2103 15.6173 11.5493L7.37903 16.2569C6.89951 16.5309 6.73292 17.1417 7.00693 17.6212C7.28094 18.1008 7.89179 18.2674 8.37131 17.9934L16.391 13.4107C16.5432 13.9761 16.625 14.5525 16.625 15.1251C16.625 18.9481 13.0553 21.8593 8.89692 21.8751L8.887 21.8751L8.875 21.8751L8.863 21.8751L8.85308 21.8751C4.69465 21.8593 1.125 18.9481 1.125 15.1251C1.125 13.5302 1.75976 11.9057 2.78232 10.5716C2.78856 10.5635 2.79497 10.5555 2.80154 10.5476C4.69193 8.2804 5.12946 6.67383 5.13186 6.12186C5.13364 5.71364 5.46158 5.38181 5.86975 5.37522ZM8.04598 10.9605C8.23123 10.59 8.08106 10.1395 7.71057 9.95428C7.34009 9.76904 6.88959 9.91921 6.70434 10.2897L6.20434 11.2897C6.0191 11.6602 6.16927 12.1107 6.53975 12.2959C6.91024 12.4812 7.36074 12.331 7.54598 11.9605L8.04598 10.9605ZM11.046 10.2897C10.8607 9.91921 10.4102 9.76904 10.0398 9.95428C9.66927 10.1395 9.5191 10.59 9.70434 10.9605L10.2043 11.9605C10.3896 12.331 10.8401 12.4812 11.2106 12.2959C11.5811 12.1107 11.7312 11.6602 11.546 11.2897L11.046 10.2897Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-dim-sum-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.7495 6.97257C6.73457 6.56461 6.39609 6.24352 5.98791 6.2501C5.57973 6.25668 5.25178 6.58851 5.25001 6.99674C5.24761 7.54913 4.81063 9.15586 2.92356 11.4229C2.917 11.4308 2.9106 11.4388 2.90437 11.447C1.88354 12.7811 1.25 14.4054 1.25 16C1.25 19.8322 4.83242 22.75 9 22.75C13.1676 22.75 16.75 19.8322 16.75 16C16.75 14.4054 16.1165 12.7811 15.0956 11.447C15.0894 11.4388 15.083 11.4308 15.0764 11.4229C13.1894 9.15586 12.7524 7.54913 12.75 6.99674C12.7482 6.58851 12.4203 6.25668 12.0121 6.2501C11.6039 6.24352 11.2654 6.56461 11.2505 6.97257C11.2324 7.46736 10.926 7.82542 10.5825 7.95503C10.2805 8.06897 9.91748 8.02413 9.62404 7.58398C9.48494 7.37533 9.25076 7.25 9 7.25C8.74924 7.25 8.51506 7.37533 8.37596 7.58398C8.08252 8.02413 7.71948 8.06897 7.41749 7.95503C7.07398 7.82542 6.76761 7.46736 6.7495 6.97257ZM8.17098 11.8354C8.35623 11.4649 8.20606 11.0144 7.83557 10.8292C7.46509 10.6439 7.01459 10.7941 6.82934 11.1646L6.32934 12.1646C6.1441 12.5351 6.29427 12.9856 6.66475 13.1708C7.03524 13.356 7.48574 13.2059 7.67098 12.8354L8.17098 11.8354ZM11.171 11.1646C10.9857 10.7941 10.5352 10.6439 10.1648 10.8292C9.79427 11.0144 9.6441 11.4649 9.82934 11.8354L10.3293 12.8354C10.5146 13.2059 10.9651 13.356 11.3356 13.1708C11.7061 12.9856 11.8562 12.5351 11.671 12.1646L11.171 11.1646Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9893 1.2501C12.3974 1.24352 12.7359 1.56461 12.7509 1.97257C12.769 2.46736 13.0753 2.82542 13.4188 2.95502C13.7208 3.06897 14.0839 3.02413 14.3773 2.58398C14.5164 2.37533 14.7506 2.25 15.0014 2.25C15.2521 2.25 15.4863 2.37533 15.6254 2.58398C15.9188 3.02413 16.2819 3.06897 16.5839 2.95502C16.9274 2.82542 17.2337 2.46736 17.2519 1.97257C17.2668 1.56461 17.6053 1.24352 18.0134 1.2501C18.4216 1.25668 18.7496 1.58851 18.7513 1.99674C18.7537 2.54913 19.1907 4.15586 21.0778 6.42294C21.0844 6.43082 21.0907 6.43884 21.097 6.44698C22.1178 7.78106 22.7514 9.40543 22.7514 11C22.7514 13.565 21.1465 15.7203 18.8354 16.8653C18.4521 17.0552 18.2604 17.1502 18.1173 17.0581C17.9743 16.9661 17.9821 16.7261 17.9976 16.246C18.0003 16.1645 18.0016 16.0825 18.0016 16C18.0016 14.0834 17.2463 12.1985 16.0899 10.6873C16.0733 10.6657 16.0563 10.6443 16.0388 10.6233C15.1569 9.56385 14.6385 8.68804 14.3445 8.04628C14.1974 7.72504 14.1087 7.46728 14.058 7.27852C14.0083 7.09332 14.0022 7.00025 14.0016 6.99131C13.9968 5.9027 13.1223 5.01781 12.0338 5.00026C11.2591 4.98778 10.5786 5.4179 10.2363 6.05914C10.1463 6.22765 9.87066 6.28771 9.68672 6.23616C9.44742 6.1691 9.37356 5.86481 9.5217 5.66527C10.907 3.79916 11.2492 2.4854 11.2514 1.99674C11.2531 1.58851 11.5811 1.25668 11.9893 1.2501ZM15.829 6.83557C15.6438 6.46509 15.7939 6.01459 16.1644 5.82934C16.5349 5.6441 16.9854 5.79427 17.1707 6.16475L17.6707 7.16475C17.8559 7.53524 17.7057 7.98574 17.3352 8.17098C16.9648 8.35623 16.5143 8.20606 16.329 7.83557L15.829 6.83557Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.7495 6.97257C6.73457 6.56461 6.39609 6.24352 5.98791 6.2501C5.57973 6.25668 5.25178 6.58851 5.25001 6.99674C5.24761 7.54913 4.81063 9.15586 2.92356 11.4229C2.917 11.4308 2.9106 11.4388 2.90437 11.447C1.88354 12.7811 1.25 14.4054 1.25 16C1.25 19.8322 4.83242 22.75 9 22.75C13.1676 22.75 16.75 19.8322 16.75 16C16.75 14.4054 16.1165 12.7811 15.0956 11.447C15.0894 11.4388 15.083 11.4308 15.0764 11.4229C13.1894 9.15586 12.7524 7.54913 12.75 6.99674C12.7482 6.58851 12.4203 6.25668 12.0121 6.2501C11.6039 6.24352 11.2654 6.56461 11.2505 6.97257C11.2324 7.46736 10.926 7.82542 10.5825 7.95503C10.2805 8.06897 9.91748 8.02413 9.62404 7.58398C9.48494 7.37533 9.25076 7.25 9 7.25C8.74924 7.25 8.51506 7.37533 8.37596 7.58398C8.08252 8.02413 7.71948 8.06897 7.41749 7.95503C7.07398 7.82542 6.76761 7.46736 6.7495 6.97257ZM8.17098 11.8354C8.35623 11.4649 8.20606 11.0144 7.83557 10.8292C7.46509 10.6439 7.01459 10.7941 6.82934 11.1646L6.32934 12.1646C6.1441 12.5351 6.29427 12.9856 6.66475 13.1708C7.03524 13.356 7.48574 13.2059 7.67098 12.8354L8.17098 11.8354ZM11.171 11.1646C10.9857 10.7941 10.5352 10.6439 10.1648 10.8292C9.79427 11.0144 9.6441 11.4649 9.82934 11.8354L10.3293 12.8354C10.5146 13.2059 10.9651 13.356 11.3356 13.1708C11.7061 12.9856 11.8562 12.5351 11.671 12.1646L11.171 11.1646Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9893 1.2501C12.3974 1.24352 12.7359 1.56461 12.7509 1.97257C12.769 2.46736 13.0753 2.82542 13.4188 2.95502C13.7208 3.06897 14.0839 3.02413 14.3773 2.58398C14.5164 2.37533 14.7506 2.25 15.0014 2.25C15.2521 2.25 15.4863 2.37533 15.6254 2.58398C15.9188 3.02413 16.2819 3.06897 16.5839 2.95502C16.9274 2.82542 17.2337 2.46736 17.2519 1.97257C17.2668 1.56461 17.6053 1.24352 18.0134 1.2501C18.4216 1.25668 18.7496 1.58851 18.7513 1.99674C18.7537 2.54913 19.1907 4.15586 21.0778 6.42294C21.0844 6.43082 21.0907 6.43884 21.097 6.44698C22.1178 7.78106 22.7514 9.40543 22.7514 11C22.7514 13.565 21.1465 15.7203 18.8354 16.8653C18.4521 17.0552 18.2604 17.1502 18.1173 17.0581C17.9743 16.9661 17.9821 16.7261 17.9976 16.246C18.0003 16.1645 18.0016 16.0825 18.0016 16C18.0016 14.0834 17.2463 12.1985 16.0899 10.6873C16.0733 10.6657 16.0563 10.6443 16.0388 10.6233C15.1569 9.56385 14.6385 8.68804 14.3445 8.04628C14.1974 7.72504 14.1087 7.46728 14.058 7.27852C14.0083 7.09332 14.0022 7.00025 14.0016 6.99131C13.9968 5.9027 13.1223 5.01781 12.0338 5.00026C11.2591 4.98778 10.5786 5.4179 10.2363 6.05914C10.1463 6.22765 9.87066 6.28771 9.68672 6.23616C9.44742 6.1691 9.37356 5.86481 9.5217 5.66527C10.907 3.79916 11.2492 2.4854 11.2514 1.99674C11.2531 1.58851 11.5811 1.25668 11.9893 1.2501ZM15.829 6.83557C15.6438 6.46509 15.7939 6.01459 16.1644 5.82934C16.5349 5.6441 16.9854 5.79427 17.1707 6.16475L17.6707 7.16475C17.8559 7.53524 17.7057 7.98574 17.3352 8.17098C16.9648 8.35623 16.5143 8.20606 16.329 7.83557L15.829 6.83557Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-doughnut{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9C10.4185 9 9.12197 10.2245 9.00816 11.7764C9.00276 11.85 9 11.9246 9 12C9 12.5523 8.55228 13 8 13C7.44772 13 7 12.5523 7 12C7 11.8758 7.00455 11.7524 7.01352 11.6301C7.2034 9.0409 9.3629 7 12 7C14.7614 7 17 9.23858 17 12C17 12.1366 16.9945 12.2721 16.9837 12.4064C16.9393 12.9569 16.457 13.3671 15.9065 13.3227C15.356 13.2783 14.9457 12.7961 14.9901 12.2456C14.9967 12.1648 15 12.0829 15 12C15 10.3431 13.6569 9 12 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.78662 11.2892C5.35512 10.6302 4.72174 10.0948 3.91123 10.0111C3.0746 9.9248 2.35874 10.3495 1.85479 10.9617L1.22793 11.7232C1.07303 11.9114 0.99219 12.1497 1.0006 12.3932C1.20414 18.2919 6.0557 23.0003 12 23.0003C18.0751 23.0003 23 18.0754 23 12.0003C23 11.9836 23.0002 11.9622 23.0004 11.9376C23.0011 11.8712 23.0019 11.7813 22.9996 11.6959C22.9884 11.2703 22.7089 10.8985 22.3031 10.7695C21.8974 10.6404 21.4544 10.7824 21.1994 11.1233L20.7596 11.711C20.6431 11.8666 20.5462 11.9409 20.488 11.9735C20.4368 12.0022 20.414 12.0005 20.4106 12.0002C20.4062 11.9999 20.3697 11.9977 20.2994 11.9488C20.2253 11.8973 20.1191 11.797 20.0005 11.6158L19.7866 11.2892C19.3551 10.6302 18.7217 10.0948 17.9112 10.0111C17.0807 9.92543 16.3691 10.3433 15.8658 10.9484L15.2354 11.6666C15.0934 11.8283 15.0074 12.0314 14.9901 12.2459C14.8658 13.7873 13.5741 15.0003 12 15.0003C10.3431 15.0003 9 13.6571 9 12.0003C9 11.9249 9.00276 11.8503 9.00816 11.7767C9.04069 11.3331 8.77633 10.9213 8.35944 10.7662C7.94255 10.6112 7.47336 10.7501 7.20812 11.1072L6.75957 11.711L6.75864 11.7122C6.64256 11.867 6.54608 11.941 6.48796 11.9735C6.43681 12.0022 6.41404 12.0005 6.41057 12.0002C6.40621 11.9999 6.36971 11.9977 6.29936 11.9488C6.22534 11.8973 6.11912 11.797 6.00051 11.6158L5.78662 11.2892Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 10.9096 20.8341 9.85877 20.5057 8.90394C20.4719 8.80553 20.1396 8.90614 20.0495 8.9177C18.2582 9.14746 16.4238 7.91094 16.063 6.09928C16.0362 5.96482 16.0002 5.98367 15.8646 5.97397C14.579 5.88211 13.3896 4.94052 13.0769 3.63786C13.0265 3.42807 13.0134 3.0496 12.7606 3.02211C12.5912 3.00369 12.3623 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C12.3422 1 12.681 1.00167 12.9768 1.03383C13.278 1.06658 13.626 1.13868 13.9528 1.33891C14.6371 1.75811 14.8633 2.5114 15.0216 3.17099C15.1207 3.58384 15.5471 3.94619 16.0071 3.97906C16.4891 4.0135 16.9907 4.03472 17.3863 4.35003C17.8092 4.68704 17.9244 5.20616 18.0245 5.70862C18.1702 6.44038 18.9958 7.03646 19.795 6.93395C20.2553 6.87492 20.728 6.79034 21.1841 6.92322C21.8991 7.13157 22.2156 7.72599 22.397 8.25354C22.804 9.437 23 10.7097 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9C10.4185 9 9.12197 10.2245 9.00816 11.7764C9.00276 11.85 9 11.9246 9 12C9 12.5523 8.55228 13 8 13C7.44772 13 7 12.5523 7 12C7 11.8758 7.00455 11.7524 7.01352 11.6301C7.2034 9.0409 9.3629 7 12 7C14.7614 7 17 9.23858 17 12C17 12.1366 16.9945 12.2721 16.9837 12.4064C16.9393 12.9569 16.457 13.3671 15.9065 13.3227C15.356 13.2783 14.9457 12.7961 14.9901 12.2456C14.9967 12.1648 15 12.0829 15 12C15 10.3431 13.6569 9 12 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.78662 11.2892C5.35512 10.6302 4.72174 10.0948 3.91123 10.0111C3.0746 9.9248 2.35874 10.3495 1.85479 10.9617L1.22793 11.7232C1.07303 11.9114 0.99219 12.1497 1.0006 12.3932C1.20414 18.2919 6.0557 23.0003 12 23.0003C18.0751 23.0003 23 18.0754 23 12.0003C23 11.9836 23.0002 11.9622 23.0004 11.9376C23.0011 11.8712 23.0019 11.7813 22.9996 11.6959C22.9884 11.2703 22.7089 10.8985 22.3031 10.7695C21.8974 10.6404 21.4544 10.7824 21.1994 11.1233L20.7596 11.711C20.6431 11.8666 20.5462 11.9409 20.488 11.9735C20.4368 12.0022 20.414 12.0005 20.4106 12.0002C20.4062 11.9999 20.3697 11.9977 20.2994 11.9488C20.2253 11.8973 20.1191 11.797 20.0005 11.6158L19.7866 11.2892C19.3551 10.6302 18.7217 10.0948 17.9112 10.0111C17.0807 9.92543 16.3691 10.3433 15.8658 10.9484L15.2354 11.6666C15.0934 11.8283 15.0074 12.0314 14.9901 12.2459C14.8658 13.7873 13.5741 15.0003 12 15.0003C10.3431 15.0003 9 13.6571 9 12.0003C9 11.9249 9.00276 11.8503 9.00816 11.7767C9.04069 11.3331 8.77633 10.9213 8.35944 10.7662C7.94255 10.6112 7.47336 10.7501 7.20812 11.1072L6.75957 11.711L6.75864 11.7122C6.64256 11.867 6.54608 11.941 6.48796 11.9735C6.43681 12.0022 6.41404 12.0005 6.41057 12.0002C6.40621 11.9999 6.36971 11.9977 6.29936 11.9488C6.22534 11.8973 6.11912 11.797 6.00051 11.6158L5.78662 11.2892Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 10.9096 20.8341 9.85877 20.5057 8.90394C20.4719 8.80553 20.1396 8.90614 20.0495 8.9177C18.2582 9.14746 16.4238 7.91094 16.063 6.09928C16.0362 5.96482 16.0002 5.98367 15.8646 5.97397C14.579 5.88211 13.3896 4.94052 13.0769 3.63786C13.0265 3.42807 13.0134 3.0496 12.7606 3.02211C12.5912 3.00369 12.3623 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C12.3422 1 12.681 1.00167 12.9768 1.03383C13.278 1.06658 13.626 1.13868 13.9528 1.33891C14.6371 1.75811 14.8633 2.5114 15.0216 3.17099C15.1207 3.58384 15.5471 3.94619 16.0071 3.97906C16.4891 4.0135 16.9907 4.03472 17.3863 4.35003C17.8092 4.68704 17.9244 5.20616 18.0245 5.70862C18.1702 6.44038 18.9958 7.03646 19.795 6.93395C20.2553 6.87492 20.728 6.79034 21.1841 6.92322C21.8991 7.13157 22.2156 7.72599 22.397 8.25354C22.804 9.437 23 10.7097 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-drink{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.05159 1.68404C4.22624 1.1601 4.79256 0.87694 5.3165 1.05159L7.74531 1.86119C8.44812 2.09546 8.96386 2.69902 9.08565 3.42976L9.48667 5.83587C9.57746 6.38064 9.20944 6.89587 8.66467 6.98667C8.1199 7.07746 7.60467 6.70944 7.51388 6.16467L7.14255 3.93673C7.12428 3.82712 7.04692 3.73658 6.9415 3.70144L4.68404 2.94895C4.1601 2.77431 3.87694 2.20799 4.05159 1.68404Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 15C9.55228 15 10 15.4477 10 16V21H10.5C11.0523 21 11.5 21.4477 11.5 22C11.5 22.5523 11.0523 23 10.5 23H7.5C6.94772 23 6.5 22.5523 6.5 22C6.5 21.4477 6.94772 21 7.5 21H8V16C8 15.4477 8.44772 15 9 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1178 4.54547C15.0256 4.53558 14.9796 4.53063 14.9427 4.50922C14.8756 4.47016 14.8331 4.37948 14.8461 4.30285C14.8532 4.26086 14.8772 4.22487 14.9252 4.15287C15.6899 3.00517 16.999 2.25 18.4836 2.25C20.8371 2.25 22.7514 4.1492 22.7514 6.5C22.7514 8.8508 20.8371 10.75 18.4836 10.75C17.9229 10.75 17.3871 10.6421 16.8963 10.4462C16.7082 10.371 16.6141 10.3335 16.5864 10.2409C16.5586 10.1483 16.6211 10.0588 16.7461 9.87961C16.8399 9.7452 16.9263 9.61756 17.0014 9.49951C17.0413 9.43684 17.0842 9.37119 17.129 9.30267C17.6387 8.52231 18.3911 7.37049 17.7592 6.02375C17.169 4.76569 16.0096 4.64122 15.1178 4.54547Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1648 5.25C12.5709 5.24997 13.7097 5.24995 14.5458 5.36938C15.3775 5.48819 16.2 5.7626 16.5817 6.57619C16.9658 7.39483 16.6418 8.19882 16.193 8.90344C15.743 9.61001 15.0047 10.4662 14.0949 11.5211L10.3637 15.848L10.3382 15.8776L10.3382 15.8776C10.1763 16.0654 10.0072 16.2616 9.84401 16.4042C9.65581 16.5687 9.37921 16.75 9.00108 16.75C8.62294 16.75 8.34634 16.5687 8.15814 16.4042C7.99492 16.2616 7.82588 16.0654 7.66398 15.8775L7.66397 15.8775L7.63848 15.848L3.90725 11.5211L3.90724 11.5211C2.99751 10.4662 2.25914 9.61001 1.80915 8.90344C1.36039 8.19881 1.03635 7.39483 1.42042 6.57619C1.80212 5.7626 2.62468 5.48819 3.45637 5.36938C4.29244 5.24995 5.4313 5.24997 6.83738 5.25H6.8374H11.1648H11.1648Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.05159 1.68404C4.22624 1.1601 4.79256 0.87694 5.3165 1.05159L7.74531 1.86119C8.44812 2.09546 8.96386 2.69902 9.08565 3.42976L9.48667 5.83587C9.57746 6.38064 9.20944 6.89587 8.66467 6.98667C8.1199 7.07746 7.60467 6.70944 7.51388 6.16467L7.14255 3.93673C7.12428 3.82712 7.04692 3.73658 6.9415 3.70144L4.68404 2.94895C4.1601 2.77431 3.87694 2.20799 4.05159 1.68404Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 15C9.55228 15 10 15.4477 10 16V21H10.5C11.0523 21 11.5 21.4477 11.5 22C11.5 22.5523 11.0523 23 10.5 23H7.5C6.94772 23 6.5 22.5523 6.5 22C6.5 21.4477 6.94772 21 7.5 21H8V16C8 15.4477 8.44772 15 9 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1178 4.54547C15.0256 4.53558 14.9796 4.53063 14.9427 4.50922C14.8756 4.47016 14.8331 4.37948 14.8461 4.30285C14.8532 4.26086 14.8772 4.22487 14.9252 4.15287C15.6899 3.00517 16.999 2.25 18.4836 2.25C20.8371 2.25 22.7514 4.1492 22.7514 6.5C22.7514 8.8508 20.8371 10.75 18.4836 10.75C17.9229 10.75 17.3871 10.6421 16.8963 10.4462C16.7082 10.371 16.6141 10.3335 16.5864 10.2409C16.5586 10.1483 16.6211 10.0588 16.7461 9.87961C16.8399 9.7452 16.9263 9.61756 17.0014 9.49951C17.0413 9.43684 17.0842 9.37119 17.129 9.30267C17.6387 8.52231 18.3911 7.37049 17.7592 6.02375C17.169 4.76569 16.0096 4.64122 15.1178 4.54547Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1648 5.25C12.5709 5.24997 13.7097 5.24995 14.5458 5.36938C15.3775 5.48819 16.2 5.7626 16.5817 6.57619C16.9658 7.39483 16.6418 8.19882 16.193 8.90344C15.743 9.61001 15.0047 10.4662 14.0949 11.5211L10.3637 15.848L10.3382 15.8776L10.3382 15.8776C10.1763 16.0654 10.0072 16.2616 9.84401 16.4042C9.65581 16.5687 9.37921 16.75 9.00108 16.75C8.62294 16.75 8.34634 16.5687 8.15814 16.4042C7.99492 16.2616 7.82588 16.0654 7.66398 15.8775L7.66397 15.8775L7.63848 15.848L3.90725 11.5211L3.90724 11.5211C2.99751 10.4662 2.25914 9.61001 1.80915 8.90344C1.36039 8.19881 1.03635 7.39483 1.42042 6.57619C1.80212 5.7626 2.62468 5.48819 3.45637 5.36938C4.29244 5.24995 5.4313 5.24997 6.83738 5.25H6.8374H11.1648H11.1648Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-eggs{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.542 2.1191C15.6386 0.947851 18.0704 0.501668 20.0698 1.73984C22.0485 2.96522 22.8882 5.4039 22.9896 7.90638C23.0922 10.4375 22.4571 13.2426 21.2486 15.4879C20.4022 17.0603 19.2147 18.0456 17.9381 18.6153C17.5029 18.8096 17.2852 18.9067 17.1419 18.789C16.9986 18.6712 17.0578 18.4117 17.1763 17.8926C17.3497 17.1334 17.438 16.3225 17.438 15.4672C17.438 12.7915 16.6111 9.95448 15.2037 7.73595C14.3858 6.44676 13.2569 5.20509 11.8466 4.41116C11.4587 4.19282 11.2648 4.08364 11.2509 3.92622C11.2369 3.76881 11.3927 3.64034 11.7044 3.38341C12.2921 2.89881 12.9099 2.4722 13.542 2.1191Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.5 5.24988C6.27724 5.24988 4.45163 6.76319 3.22452 8.69017C1.98684 10.6337 1.25 13.1486 1.25 15.4999C1.25 17.8828 2.04087 19.7228 3.39843 20.9609C4.74446 22.1884 6.56579 22.7499 8.5 22.7499C10.4342 22.7499 12.2555 22.1884 13.6016 20.9609C14.9591 19.7228 15.75 17.8828 15.75 15.4999C15.75 13.1486 15.0132 10.6337 13.7755 8.69017C12.5484 6.76319 10.7228 5.24988 8.5 5.24988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.542 2.1191C15.6386 0.947851 18.0704 0.501668 20.0698 1.73984C22.0485 2.96522 22.8882 5.4039 22.9896 7.90638C23.0922 10.4375 22.4571 13.2426 21.2486 15.4879C20.4022 17.0603 19.2147 18.0456 17.9381 18.6153C17.5029 18.8096 17.2852 18.9067 17.1419 18.789C16.9986 18.6712 17.0578 18.4117 17.1763 17.8926C17.3497 17.1334 17.438 16.3225 17.438 15.4672C17.438 12.7915 16.6111 9.95448 15.2037 7.73595C14.3858 6.44676 13.2569 5.20509 11.8466 4.41116C11.4587 4.19282 11.2648 4.08364 11.2509 3.92622C11.2369 3.76881 11.3927 3.64034 11.7044 3.38341C12.2921 2.89881 12.9099 2.4722 13.542 2.1191Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.5 5.24988C6.27724 5.24988 4.45163 6.76319 3.22452 8.69017C1.98684 10.6337 1.25 13.1486 1.25 15.4999C1.25 17.8828 2.04087 19.7228 3.39843 20.9609C4.74446 22.1884 6.56579 22.7499 8.5 22.7499C10.4342 22.7499 12.2555 22.1884 13.6016 20.9609C14.9591 19.7228 15.75 17.8828 15.75 15.4999C15.75 13.1486 15.0132 10.6337 13.7755 8.69017C12.5484 6.76319 10.7228 5.24988 8.5 5.24988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-fish-food{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7522 4.28219C14.7522 4.05151 14.6713 3.83315 14.5209 3.65931C14.3827 3.49965 14.2159 3.41123 14.0837 3.3607C13.8303 3.2638 13.5452 3.24659 13.3076 3.25051C12.81 3.25871 12.1885 3.36996 11.5878 3.52502C10.9795 3.68205 10.3452 3.89638 9.81414 4.13492C9.549 4.254 9.29581 4.38524 9.07952 4.52616C8.87707 4.65806 8.64631 4.83678 8.48958 5.06944C8.48319 5.07892 8.47702 5.08855 8.47107 5.09832C8.44131 5.14717 8.48116 5.20896 8.53801 5.20263C10.3098 5.00544 12.1264 5.24388 13.7907 5.91731C14.0733 6.03165 14.2146 6.08882 14.3345 6.03065C14.4545 5.97247 14.4919 5.84362 14.5668 5.58591C14.6879 5.16946 14.7522 4.73154 14.7522 4.28219Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6961 16.9247C15.2551 16.2097 16.6399 15.0461 17.6267 13.4385C17.8721 13.7272 18.1558 14.043 18.4583 14.3441C18.8078 14.6923 19.2013 15.04 19.6055 15.3055C19.9922 15.5595 20.4802 15.7997 21 15.7997C21.2708 15.7997 21.5206 15.6537 21.6535 15.4177C21.7864 15.1818 21.7817 14.8925 21.6413 14.6609C21.195 13.9248 21.1887 12.8894 21.4632 11.8373C21.7387 10.7812 22.2389 9.93079 22.5276 9.64513C22.7437 9.43126 22.8093 9.10806 22.6937 8.82684C22.578 8.54562 22.3041 8.36204 22 8.36204C20.5562 8.36204 19.3483 9.05406 18.4919 9.77541C18.1465 10.0663 17.8438 10.374 17.5916 10.6657C13.8169 4.60804 4.40672 4.9763 1.31727 11.7704C1.22758 11.9677 1.22758 12.1941 1.31727 12.3913C2.5896 15.1894 4.94386 16.9011 7.52591 17.5178L8.46887 19.066C8.47482 19.0757 8.48099 19.0854 8.48738 19.0948C8.88798 19.6895 9.52456 20.0967 10.393 20.3561C11.2515 20.6125 12.3886 20.741 13.8785 20.7476C14.3435 20.7496 14.75 20.3765 14.75 19.8821C14.75 18.7776 14.3616 17.7422 13.6961 16.9247ZM6.01229 13.25C6.70017 13.25 7.25781 12.6904 7.25781 12C7.25781 11.3096 6.70017 10.75 6.01229 10.75H6.00334C5.31545 10.75 4.75781 11.3096 4.75781 12C4.75781 12.6904 5.31545 13.25 6.00334 13.25H6.01229Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7522 4.28219C14.7522 4.05151 14.6713 3.83315 14.5209 3.65931C14.3827 3.49965 14.2159 3.41123 14.0837 3.3607C13.8303 3.2638 13.5452 3.24659 13.3076 3.25051C12.81 3.25871 12.1885 3.36996 11.5878 3.52502C10.9795 3.68205 10.3452 3.89638 9.81414 4.13492C9.549 4.254 9.29581 4.38524 9.07952 4.52616C8.87707 4.65806 8.64631 4.83678 8.48958 5.06944C8.48319 5.07892 8.47702 5.08855 8.47107 5.09832C8.44131 5.14717 8.48116 5.20896 8.53801 5.20263C10.3098 5.00544 12.1264 5.24388 13.7907 5.91731C14.0733 6.03165 14.2146 6.08882 14.3345 6.03065C14.4545 5.97247 14.4919 5.84362 14.5668 5.58591C14.6879 5.16946 14.7522 4.73154 14.7522 4.28219Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6961 16.9247C15.2551 16.2097 16.6399 15.0461 17.6267 13.4385C17.8721 13.7272 18.1558 14.043 18.4583 14.3441C18.8078 14.6923 19.2013 15.04 19.6055 15.3055C19.9922 15.5595 20.4802 15.7997 21 15.7997C21.2708 15.7997 21.5206 15.6537 21.6535 15.4177C21.7864 15.1818 21.7817 14.8925 21.6413 14.6609C21.195 13.9248 21.1887 12.8894 21.4632 11.8373C21.7387 10.7812 22.2389 9.93079 22.5276 9.64513C22.7437 9.43126 22.8093 9.10806 22.6937 8.82684C22.578 8.54562 22.3041 8.36204 22 8.36204C20.5562 8.36204 19.3483 9.05406 18.4919 9.77541C18.1465 10.0663 17.8438 10.374 17.5916 10.6657C13.8169 4.60804 4.40672 4.9763 1.31727 11.7704C1.22758 11.9677 1.22758 12.1941 1.31727 12.3913C2.5896 15.1894 4.94386 16.9011 7.52591 17.5178L8.46887 19.066C8.47482 19.0757 8.48099 19.0854 8.48738 19.0948C8.88798 19.6895 9.52456 20.0967 10.393 20.3561C11.2515 20.6125 12.3886 20.741 13.8785 20.7476C14.3435 20.7496 14.75 20.3765 14.75 19.8821C14.75 18.7776 14.3616 17.7422 13.6961 16.9247ZM6.01229 13.25C6.70017 13.25 7.25781 12.6904 7.25781 12C7.25781 11.3096 6.70017 10.75 6.01229 10.75H6.00334C5.31545 10.75 4.75781 11.3096 4.75781 12C4.75781 12.6904 5.31545 13.25 6.00334 13.25H6.01229Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-french-fries-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0479 10.6234C12.6221 10.2958 10.5776 9.41021 9.08721 8.63006C8.81427 8.48982 7.73841 7.89297 7.2346 7.61208C6.45679 7.12418 5.83289 7.19115 5.61817 7.28562C5.22237 7.47667 4.98511 7.80738 4.86506 8.17933C4.75457 8.52166 4.73802 8.9099 4.75647 9.29745C4.7856 9.90965 4.92986 10.7818 5.10795 11.7665C5.16572 12.0859 5.1946 12.2456 5.29539 12.3164C5.39618 12.3873 5.58306 12.3558 5.9568 12.2929C6.13344 12.2632 6.31491 12.2477 6.5 12.2477C8.29493 12.2477 9.75 13.7028 9.75 15.4977C9.75 17.0485 8.58333 18.3443 7.10836 18.6681C6.74909 18.747 6.56946 18.7864 6.5024 18.889C6.43533 18.9916 6.46611 19.146 6.52766 19.4549C6.66497 20.1439 6.80512 20.7358 6.98381 21.2026C7.12535 21.5723 7.3129 21.9264 7.59196 22.2049C7.8871 22.4995 8.24982 22.6748 8.66842 22.7299C9.52393 22.8425 10.2255 22.4157 10.8556 21.8375C11.4732 21.2707 12.1727 20.4156 13.0347 19.3619L17.3105 14.1354C17.543 13.8513 17.7803 13.5616 17.9304 13.2833C18.1154 12.9403 18.2082 12.547 18.0741 12.0988C18.0119 11.891 17.8964 11.681 17.7623 11.5176C17.4541 11.1422 17.0156 10.9795 16.6048 10.8785C16.1986 10.7787 15.6712 10.7075 15.0479 10.6234Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03655 16.8155C6.07255 17.011 6.09055 17.1088 6.17396 17.1783C6.25738 17.2477 6.33826 17.2477 6.5 17.2477C7.4665 17.2477 8.25 16.4642 8.25 15.4977C8.25 14.5312 7.4665 13.7477 6.5 13.7477C6.27992 13.7477 6.06932 13.7884 5.87531 13.8625C5.72505 13.92 5.64993 13.9487 5.5968 14.0433C5.54368 14.1378 5.56166 14.2355 5.59762 14.4308L6.03655 16.8155Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.68781 2.50263C10.0084 1.46964 11.1693 1.00614 12.1277 1.37635C12.2835 1.43655 12.4246 1.52653 12.5447 1.60899C12.6671 1.693 12.8162 1.80378 12.9923 1.93473L13.0039 1.94334C13.4879 2.30303 13.7738 2.7863 13.8097 3.39372C13.8699 3.36035 13.9333 3.3295 13.9993 3.30399C14.9577 2.93378 16.1186 3.39728 16.4392 4.43027C16.4907 4.59621 16.5034 4.76707 16.5092 4.9068C16.5152 5.05019 16.5152 5.22931 16.5152 5.43745V5.73599C16.542 5.73172 16.5684 5.7278 16.5943 5.72414L16.6081 5.72219C16.8319 5.69052 17.0197 5.66394 17.1698 5.64815C17.3166 5.63271 17.4835 5.62066 17.6475 5.64051C18.6799 5.76547 19.4792 6.73657 19.1914 7.81545C19.1469 7.98233 19.0669 8.1344 18.9976 8.25656C18.9259 8.38278 18.8299 8.53727 18.7176 8.71802L16.7699 11.8523C16.5513 12.2041 16.0888 12.312 15.737 12.0934C15.3852 11.8748 15.2772 11.4124 15.4959 11.0605L17.4356 7.93911C17.5581 7.74196 17.638 7.61321 17.693 7.51628C17.7267 7.45674 17.7405 7.42716 17.7446 7.41823C17.7556 7.36579 17.745 7.3119 17.7059 7.25865C17.6631 7.20038 17.5846 7.1446 17.4701 7.12999C17.4701 7.13022 17.435 7.12854 17.3267 7.13992C17.2066 7.15256 17.0457 7.17521 16.8045 7.20934C16.6213 7.23526 16.5461 7.26138 16.5076 7.28137C16.4876 7.2918 16.4545 7.31046 16.4027 7.39363C16.4025 7.39391 16.4029 7.39335 16.4027 7.39363L13.9636 11.3481C13.7462 11.7006 13.2841 11.8101 12.9315 11.5927C12.7233 11.4642 12.5999 11.2505 12.5785 11.0244C12.4164 10.8868 12.3135 10.6815 12.3135 10.4522V5.45293C12.3135 5.44508 12.3135 5.43716 12.3135 5.42917C12.3135 5.41294 12.3134 5.39643 12.3135 5.37967V3.52529C12.3135 3.3626 12.2736 3.26945 12.1091 3.14722C11.9183 3.00536 11.7921 2.91173 11.6958 2.84568C11.616 2.79086 11.5852 2.77533 11.5831 2.77404C11.4806 2.73571 11.371 2.74238 11.2802 2.78294C11.194 2.82141 11.1451 2.87977 11.1241 2.93638C11.1228 2.94648 11.1191 2.97752 11.1165 3.0412C11.112 3.14971 11.1118 3.2973 11.1118 3.52529V5.37977C11.1119 5.39649 11.1119 5.41298 11.1118 5.42917C11.1118 5.43716 11.1118 5.44508 11.1118 5.45293V7.07994C11.1118 7.49416 10.776 7.82994 10.3618 7.82994C9.94761 7.82994 9.61182 7.49416 9.61182 7.07994V5.45293C9.61182 5.39064 9.61178 5.35643 9.61118 5.33064C9.61088 5.31757 9.6105 5.31123 9.61035 5.30911C9.61035 5.30911 9.61035 5.30911 9.61035 5.30911C9.60715 5.2838 9.59968 5.26304 9.57811 5.23328C9.55099 5.19588 9.50084 5.14427 9.40745 5.07486C9.21658 4.933 9.0904 4.83937 8.99417 4.77332C8.9143 4.71849 8.88352 4.70296 8.88141 4.70168C8.77892 4.66335 8.66931 4.67002 8.57849 4.71058C8.49234 4.74905 8.44343 4.80741 8.42243 4.86402C8.42116 4.87412 8.41744 4.90517 8.4148 4.96884C8.41031 5.07734 8.41016 5.22494 8.41016 5.45293V8.44434C8.41016 8.85855 8.07437 9.19434 7.66016 9.19434C7.24594 9.19434 6.91016 8.85855 6.91016 8.44434L6.91016 5.43743C6.91015 5.2293 6.91015 5.05019 6.91608 4.90681C6.92187 4.76708 6.93465 4.59621 6.98614 4.43027C7.30669 3.39728 8.46764 2.93378 9.42599 3.30399C9.49063 3.32897 9.55274 3.35906 9.61186 3.39162C9.61204 3.2333 9.61297 3.09465 9.61775 2.97917C9.62354 2.83944 9.63632 2.66857 9.68781 2.50263ZM13.8135 8.73414L15.0152 6.78591V5.45293C15.0152 5.22494 15.015 5.07735 15.0105 4.96884C15.0079 4.90517 15.0042 4.87412 15.0029 4.86402C14.9819 4.80741 14.933 4.74905 14.8468 4.71058C14.756 4.67002 14.6464 4.66335 14.5439 4.70168C14.5418 4.70296 14.511 4.71849 14.4311 4.77332C14.3349 4.83937 14.2087 4.933 14.0179 5.07486C13.9245 5.14427 13.8743 5.19588 13.8472 5.23328C13.8256 5.26304 13.8182 5.2838 13.815 5.30911C13.8148 5.31122 13.8144 5.31757 13.8141 5.33064C13.8135 5.35643 13.8135 5.39064 13.8135 5.45293V8.73414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0479 10.6234C12.6221 10.2958 10.5776 9.41021 9.08721 8.63006C8.81427 8.48982 7.73841 7.89297 7.2346 7.61208C6.45679 7.12418 5.83289 7.19115 5.61817 7.28562C5.22237 7.47667 4.98511 7.80738 4.86506 8.17933C4.75457 8.52166 4.73802 8.9099 4.75647 9.29745C4.7856 9.90965 4.92986 10.7818 5.10795 11.7665C5.16572 12.0859 5.1946 12.2456 5.29539 12.3164C5.39618 12.3873 5.58306 12.3558 5.9568 12.2929C6.13344 12.2632 6.31491 12.2477 6.5 12.2477C8.29493 12.2477 9.75 13.7028 9.75 15.4977C9.75 17.0485 8.58333 18.3443 7.10836 18.6681C6.74909 18.747 6.56946 18.7864 6.5024 18.889C6.43533 18.9916 6.46611 19.146 6.52766 19.4549C6.66497 20.1439 6.80512 20.7358 6.98381 21.2026C7.12535 21.5723 7.3129 21.9264 7.59196 22.2049C7.8871 22.4995 8.24982 22.6748 8.66842 22.7299C9.52393 22.8425 10.2255 22.4157 10.8556 21.8375C11.4732 21.2707 12.1727 20.4156 13.0347 19.3619L17.3105 14.1354C17.543 13.8513 17.7803 13.5616 17.9304 13.2833C18.1154 12.9403 18.2082 12.547 18.0741 12.0988C18.0119 11.891 17.8964 11.681 17.7623 11.5176C17.4541 11.1422 17.0156 10.9795 16.6048 10.8785C16.1986 10.7787 15.6712 10.7075 15.0479 10.6234Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.03655 16.8155C6.07255 17.011 6.09055 17.1088 6.17396 17.1783C6.25738 17.2477 6.33826 17.2477 6.5 17.2477C7.4665 17.2477 8.25 16.4642 8.25 15.4977C8.25 14.5312 7.4665 13.7477 6.5 13.7477C6.27992 13.7477 6.06932 13.7884 5.87531 13.8625C5.72505 13.92 5.64993 13.9487 5.5968 14.0433C5.54368 14.1378 5.56166 14.2355 5.59762 14.4308L6.03655 16.8155Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.68781 2.50263C10.0084 1.46964 11.1693 1.00614 12.1277 1.37635C12.2835 1.43655 12.4246 1.52653 12.5447 1.60899C12.6671 1.693 12.8162 1.80378 12.9923 1.93473L13.0039 1.94334C13.4879 2.30303 13.7738 2.7863 13.8097 3.39372C13.8699 3.36035 13.9333 3.3295 13.9993 3.30399C14.9577 2.93378 16.1186 3.39728 16.4392 4.43027C16.4907 4.59621 16.5034 4.76707 16.5092 4.9068C16.5152 5.05019 16.5152 5.22931 16.5152 5.43745V5.73599C16.542 5.73172 16.5684 5.7278 16.5943 5.72414L16.6081 5.72219C16.8319 5.69052 17.0197 5.66394 17.1698 5.64815C17.3166 5.63271 17.4835 5.62066 17.6475 5.64051C18.6799 5.76547 19.4792 6.73657 19.1914 7.81545C19.1469 7.98233 19.0669 8.1344 18.9976 8.25656C18.9259 8.38278 18.8299 8.53727 18.7176 8.71802L16.7699 11.8523C16.5513 12.2041 16.0888 12.312 15.737 12.0934C15.3852 11.8748 15.2772 11.4124 15.4959 11.0605L17.4356 7.93911C17.5581 7.74196 17.638 7.61321 17.693 7.51628C17.7267 7.45674 17.7405 7.42716 17.7446 7.41823C17.7556 7.36579 17.745 7.3119 17.7059 7.25865C17.6631 7.20038 17.5846 7.1446 17.4701 7.12999C17.4701 7.13022 17.435 7.12854 17.3267 7.13992C17.2066 7.15256 17.0457 7.17521 16.8045 7.20934C16.6213 7.23526 16.5461 7.26138 16.5076 7.28137C16.4876 7.2918 16.4545 7.31046 16.4027 7.39363C16.4025 7.39391 16.4029 7.39335 16.4027 7.39363L13.9636 11.3481C13.7462 11.7006 13.2841 11.8101 12.9315 11.5927C12.7233 11.4642 12.5999 11.2505 12.5785 11.0244C12.4164 10.8868 12.3135 10.6815 12.3135 10.4522V5.45293C12.3135 5.44508 12.3135 5.43716 12.3135 5.42917C12.3135 5.41294 12.3134 5.39643 12.3135 5.37967V3.52529C12.3135 3.3626 12.2736 3.26945 12.1091 3.14722C11.9183 3.00536 11.7921 2.91173 11.6958 2.84568C11.616 2.79086 11.5852 2.77533 11.5831 2.77404C11.4806 2.73571 11.371 2.74238 11.2802 2.78294C11.194 2.82141 11.1451 2.87977 11.1241 2.93638C11.1228 2.94648 11.1191 2.97752 11.1165 3.0412C11.112 3.14971 11.1118 3.2973 11.1118 3.52529V5.37977C11.1119 5.39649 11.1119 5.41298 11.1118 5.42917C11.1118 5.43716 11.1118 5.44508 11.1118 5.45293V7.07994C11.1118 7.49416 10.776 7.82994 10.3618 7.82994C9.94761 7.82994 9.61182 7.49416 9.61182 7.07994V5.45293C9.61182 5.39064 9.61178 5.35643 9.61118 5.33064C9.61088 5.31757 9.6105 5.31123 9.61035 5.30911C9.61035 5.30911 9.61035 5.30911 9.61035 5.30911C9.60715 5.2838 9.59968 5.26304 9.57811 5.23328C9.55099 5.19588 9.50084 5.14427 9.40745 5.07486C9.21658 4.933 9.0904 4.83937 8.99417 4.77332C8.9143 4.71849 8.88352 4.70296 8.88141 4.70168C8.77892 4.66335 8.66931 4.67002 8.57849 4.71058C8.49234 4.74905 8.44343 4.80741 8.42243 4.86402C8.42116 4.87412 8.41744 4.90517 8.4148 4.96884C8.41031 5.07734 8.41016 5.22494 8.41016 5.45293V8.44434C8.41016 8.85855 8.07437 9.19434 7.66016 9.19434C7.24594 9.19434 6.91016 8.85855 6.91016 8.44434L6.91016 5.43743C6.91015 5.2293 6.91015 5.05019 6.91608 4.90681C6.92187 4.76708 6.93465 4.59621 6.98614 4.43027C7.30669 3.39728 8.46764 2.93378 9.42599 3.30399C9.49063 3.32897 9.55274 3.35906 9.61186 3.39162C9.61204 3.2333 9.61297 3.09465 9.61775 2.97917C9.62354 2.83944 9.63632 2.66857 9.68781 2.50263ZM13.8135 8.73414L15.0152 6.78591V5.45293C15.0152 5.22494 15.015 5.07735 15.0105 4.96884C15.0079 4.90517 15.0042 4.87412 15.0029 4.86402C14.9819 4.80741 14.933 4.74905 14.8468 4.71058C14.756 4.67002 14.6464 4.66335 14.5439 4.70168C14.5418 4.70296 14.511 4.71849 14.4311 4.77332C14.3349 4.83937 14.2087 4.933 14.0179 5.07486C13.9245 5.14427 13.8743 5.19588 13.8472 5.23328C13.8256 5.26304 13.8182 5.2838 13.815 5.30911C13.8148 5.31122 13.8144 5.31757 13.8141 5.33064C13.8135 5.35643 13.8135 5.39064 13.8135 5.45293V8.73414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-french-fries-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.49665 12.7072C8.89915 10.6531 6.99354 9.25 4.83983 9.25L3.3625 9.25856C2.66545 9.33996 2.15166 9.98153 2.26595 10.6961L4.52103 18.6036L4.52103 18.6036L4.52104 18.6036C4.76163 19.4439 4.96033 20.1379 5.18851 20.6813C5.42867 21.2533 5.72992 21.7319 6.21718 22.0945C6.70324 22.4561 7.25031 22.61 7.8712 22.6816C8.46347 22.75 9.19558 22.75 10.0858 22.75H13.9151C14.8053 22.75 15.5374 22.75 16.1297 22.6816C16.7506 22.61 17.2977 22.4561 17.7837 22.0945C18.271 21.7319 18.5723 21.2533 18.8124 20.6813C19.0406 20.138 19.2393 19.444 19.4798 18.6038L19.4799 18.6037L19.4924 18.5599L21.7348 10.6961C21.849 9.9819 21.3359 9.34001 20.6384 9.25856L19.163 9.25H19.1611C17.0074 9.25 15.1018 10.6531 14.5043 12.7072C14.4992 12.7248 14.4769 12.75 14.4371 12.75H9.56383C9.52397 12.75 9.50177 12.7248 9.49665 12.7072ZM12.0123 18.25C12.7002 18.25 13.2578 17.6904 13.2578 17C13.2578 16.3096 12.7002 15.75 12.0123 15.75H12.0033C11.3155 15.75 10.7578 16.3096 10.7578 17C10.7578 17.6904 11.3155 18.25 12.0033 18.25H12.0123Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.7861 1.25C11.8002 1.25001 11.8144 1.25001 11.8286 1.25001H12.1714C12.1856 1.25001 12.1998 1.25001 12.2139 1.25C12.6082 1.24995 12.9733 1.24991 13.2709 1.28843C13.598 1.33075 13.9549 1.43111 14.2523 1.71739C14.5538 2.00753 14.6635 2.36249 14.7093 2.69065C14.7501 2.98281 14.7501 3.33927 14.75 3.71585C14.75 3.73054 14.75 3.74526 14.75 3.76001V13H13.25V3.76001C13.25 3.32317 13.2483 3.07388 13.2237 2.89816C13.217 2.85018 13.21 2.81931 13.2047 2.80057C13.1827 2.7938 13.1435 2.78445 13.0784 2.77602C12.8888 2.75148 12.6229 2.75001 12.1714 2.75001H11.8286C11.3772 2.75001 11.1112 2.75148 10.9216 2.77602C10.8565 2.78445 10.8173 2.7938 10.7954 2.80057C10.79 2.81931 10.783 2.85018 10.7763 2.89816C10.7517 3.07388 10.75 3.32317 10.75 3.76001V13H9.25001V3.76001C9.25001 3.74526 9.25001 3.73055 9.25 3.71586C9.24994 3.33928 9.24988 2.98281 9.29069 2.69065C9.33653 2.36249 9.44625 2.00753 9.7477 1.71739C10.0451 1.43111 10.4021 1.33075 10.7291 1.28843C11.0268 1.24991 11.3918 1.24995 11.7861 1.25ZM10.8046 2.77571C10.8047 2.77594 10.8038 2.77807 10.8017 2.78141C10.8035 2.77716 10.8045 2.77548 10.8046 2.77571ZM10.7766 2.80727C10.7735 2.80933 10.7716 2.81019 10.7714 2.8101C10.7712 2.81002 10.7727 2.80899 10.7766 2.80727ZM13.2286 2.8101C13.2284 2.81019 13.2265 2.80933 13.2234 2.80727C13.2273 2.80899 13.2289 2.81002 13.2286 2.8101ZM13.1983 2.78141C13.1962 2.77807 13.1953 2.77594 13.1954 2.77571C13.1955 2.77548 13.1966 2.77716 13.1983 2.78141Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.79411 3.80002C6.59822 3.88273 6.34171 4.03399 5.91044 4.2917L5.68976 4.42358C5.27901 4.66904 5.03718 4.81544 4.87723 4.9432C4.80438 5.00139 4.77249 5.03759 4.75924 5.05537C4.75334 5.06329 4.75149 5.06711 4.75134 5.06742L4.75133 5.06743L4.75133 5.06744C4.75129 5.06749 4.75114 5.06772 4.75072 5.06936C4.75026 5.07114 4.75019 5.07181 4.75014 5.07285C4.75006 5.07414 4.74984 5.07973 4.75134 5.09134C4.75464 5.11678 4.7657 5.16748 4.80147 5.25756C4.87943 5.45391 5.01969 5.70847 5.25632 6.13268L7.20982 9.63478C7.4116 9.99652 7.28193 10.4533 6.92019 10.6551C6.55845 10.8569 6.10162 10.7272 5.89984 10.3655L3.94634 6.8634C3.93922 6.85064 3.93212 6.83792 3.92505 6.82524C3.71678 6.45197 3.52617 6.11035 3.40736 5.81115C3.27664 5.48196 3.19144 5.10732 3.29859 4.69343C3.40632 4.27727 3.66414 3.99238 3.94109 3.77117C4.19053 3.57194 4.52261 3.37356 4.8821 3.15879C4.8948 3.15121 4.90754 3.1436 4.92031 3.13597L5.141 3.00409C5.15442 2.99607 5.16781 2.98806 5.18116 2.98008C5.55851 2.75452 5.9062 2.54669 6.21066 2.41814C6.54632 2.27642 6.9427 2.18013 7.37839 2.31398C7.81098 2.44688 8.08694 2.74687 8.28954 3.0492C8.47527 3.32638 8.65596 3.69453 8.85404 4.09814C8.86075 4.11181 8.86748 4.12552 8.87423 4.13926L10.6733 7.80394C10.8559 8.17577 10.7024 8.62517 10.3306 8.8077C9.95877 8.99024 9.50937 8.8368 9.32684 8.46497L7.52774 4.8003C7.3027 4.3419 7.16601 4.06713 7.04344 3.88421C6.99071 3.80552 6.95617 3.76822 6.93818 3.75195C6.91551 3.7559 6.87085 3.76762 6.79411 3.80002ZM6.95737 3.75049C6.95714 3.75079 6.9542 3.75107 6.94927 3.75041C6.95515 3.74985 6.95761 3.75018 6.95737 3.75049ZM6.92958 3.74471C6.9254 3.74279 6.92326 3.74116 6.92323 3.74082C6.9232 3.74048 6.92529 3.74144 6.92958 3.74471Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8331 4.94404C18.8459 4.95179 18.8587 4.95955 18.8716 4.96734L19.0691 5.08655C19.0822 5.09449 19.0954 5.10241 19.1084 5.11031C19.4773 5.33293 19.818 5.53858 20.072 5.74489C20.3542 5.97413 20.6165 6.27131 20.7136 6.70456C20.8101 7.13492 20.7024 7.51623 20.5501 7.84601C20.4115 8.14606 20.1952 8.48628 19.9585 8.85858C19.9505 8.8712 19.9424 8.88386 19.9344 8.89655L18.9772 10.4024C18.755 10.752 18.2915 10.8553 17.9419 10.6331C17.5924 10.4109 17.4891 9.94739 17.7113 9.59781L18.6684 8.09192C18.9373 7.66897 19.0971 7.41456 19.1883 7.21711C19.2302 7.12643 19.2438 7.07555 19.2482 7.05072C19.2502 7.03954 19.2501 7.03457 19.2501 7.03407V7.03407L19.2499 7.03267C19.2499 7.03261 19.2499 7.03255 19.2499 7.03249C19.2492 7.03122 19.2474 7.02819 19.2439 7.02322C19.2316 7.00621 19.2004 6.96943 19.1263 6.90925C18.9636 6.77708 18.7154 6.62522 18.2938 6.37064L18.0963 6.25143C17.6973 6.01049 17.4637 5.87142 17.2856 5.7949C17.2301 5.77102 17.194 5.75963 17.1726 5.75434C17.1551 5.77079 17.1257 5.80241 17.0833 5.85997C16.9632 6.02271 16.8255 6.2689 16.5958 6.68496L14.6567 10.1973C14.4565 10.5599 14.0003 10.6916 13.6377 10.4914C13.275 10.2912 13.1434 9.83494 13.3436 9.47232L15.2826 5.95999C15.2897 5.94711 15.2968 5.93426 15.3039 5.92145C15.505 5.55701 15.6902 5.22152 15.8763 4.96934C16.08 4.69329 16.3534 4.41905 16.7682 4.30284C17.1863 4.18567 17.5621 4.28103 17.878 4.4168C18.1628 4.53924 18.4862 4.73454 18.8331 4.94404ZM17.1927 5.73841C17.1927 5.73865 17.1908 5.74003 17.1873 5.74181C17.1909 5.73905 17.1927 5.73816 17.1927 5.73841ZM17.1537 5.75051C17.1494 5.7507 17.147 5.75037 17.1468 5.75015C17.1467 5.74994 17.1488 5.74984 17.1537 5.75051Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.49665 12.7072C8.89915 10.6531 6.99354 9.25 4.83983 9.25L3.3625 9.25856C2.66545 9.33996 2.15166 9.98153 2.26595 10.6961L4.52103 18.6036L4.52103 18.6036L4.52104 18.6036C4.76163 19.4439 4.96033 20.1379 5.18851 20.6813C5.42867 21.2533 5.72992 21.7319 6.21718 22.0945C6.70324 22.4561 7.25031 22.61 7.8712 22.6816C8.46347 22.75 9.19558 22.75 10.0858 22.75H13.9151C14.8053 22.75 15.5374 22.75 16.1297 22.6816C16.7506 22.61 17.2977 22.4561 17.7837 22.0945C18.271 21.7319 18.5723 21.2533 18.8124 20.6813C19.0406 20.138 19.2393 19.444 19.4798 18.6038L19.4799 18.6037L19.4924 18.5599L21.7348 10.6961C21.849 9.9819 21.3359 9.34001 20.6384 9.25856L19.163 9.25H19.1611C17.0074 9.25 15.1018 10.6531 14.5043 12.7072C14.4992 12.7248 14.4769 12.75 14.4371 12.75H9.56383C9.52397 12.75 9.50177 12.7248 9.49665 12.7072ZM12.0123 18.25C12.7002 18.25 13.2578 17.6904 13.2578 17C13.2578 16.3096 12.7002 15.75 12.0123 15.75H12.0033C11.3155 15.75 10.7578 16.3096 10.7578 17C10.7578 17.6904 11.3155 18.25 12.0033 18.25H12.0123Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.7861 1.25C11.8002 1.25001 11.8144 1.25001 11.8286 1.25001H12.1714C12.1856 1.25001 12.1998 1.25001 12.2139 1.25C12.6082 1.24995 12.9733 1.24991 13.2709 1.28843C13.598 1.33075 13.9549 1.43111 14.2523 1.71739C14.5538 2.00753 14.6635 2.36249 14.7093 2.69065C14.7501 2.98281 14.7501 3.33927 14.75 3.71585C14.75 3.73054 14.75 3.74526 14.75 3.76001V13H13.25V3.76001C13.25 3.32317 13.2483 3.07388 13.2237 2.89816C13.217 2.85018 13.21 2.81931 13.2047 2.80057C13.1827 2.7938 13.1435 2.78445 13.0784 2.77602C12.8888 2.75148 12.6229 2.75001 12.1714 2.75001H11.8286C11.3772 2.75001 11.1112 2.75148 10.9216 2.77602C10.8565 2.78445 10.8173 2.7938 10.7954 2.80057C10.79 2.81931 10.783 2.85018 10.7763 2.89816C10.7517 3.07388 10.75 3.32317 10.75 3.76001V13H9.25001V3.76001C9.25001 3.74526 9.25001 3.73055 9.25 3.71586C9.24994 3.33928 9.24988 2.98281 9.29069 2.69065C9.33653 2.36249 9.44625 2.00753 9.7477 1.71739C10.0451 1.43111 10.4021 1.33075 10.7291 1.28843C11.0268 1.24991 11.3918 1.24995 11.7861 1.25ZM10.8046 2.77571C10.8047 2.77594 10.8038 2.77807 10.8017 2.78141C10.8035 2.77716 10.8045 2.77548 10.8046 2.77571ZM10.7766 2.80727C10.7735 2.80933 10.7716 2.81019 10.7714 2.8101C10.7712 2.81002 10.7727 2.80899 10.7766 2.80727ZM13.2286 2.8101C13.2284 2.81019 13.2265 2.80933 13.2234 2.80727C13.2273 2.80899 13.2289 2.81002 13.2286 2.8101ZM13.1983 2.78141C13.1962 2.77807 13.1953 2.77594 13.1954 2.77571C13.1955 2.77548 13.1966 2.77716 13.1983 2.78141Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.79411 3.80002C6.59822 3.88273 6.34171 4.03399 5.91044 4.2917L5.68976 4.42358C5.27901 4.66904 5.03718 4.81544 4.87723 4.9432C4.80438 5.00139 4.77249 5.03759 4.75924 5.05537C4.75334 5.06329 4.75149 5.06711 4.75134 5.06742L4.75133 5.06743L4.75133 5.06744C4.75129 5.06749 4.75114 5.06772 4.75072 5.06936C4.75026 5.07114 4.75019 5.07181 4.75014 5.07285C4.75006 5.07414 4.74984 5.07973 4.75134 5.09134C4.75464 5.11678 4.7657 5.16748 4.80147 5.25756C4.87943 5.45391 5.01969 5.70847 5.25632 6.13268L7.20982 9.63478C7.4116 9.99652 7.28193 10.4533 6.92019 10.6551C6.55845 10.8569 6.10162 10.7272 5.89984 10.3655L3.94634 6.8634C3.93922 6.85064 3.93212 6.83792 3.92505 6.82524C3.71678 6.45197 3.52617 6.11035 3.40736 5.81115C3.27664 5.48196 3.19144 5.10732 3.29859 4.69343C3.40632 4.27727 3.66414 3.99238 3.94109 3.77117C4.19053 3.57194 4.52261 3.37356 4.8821 3.15879C4.8948 3.15121 4.90754 3.1436 4.92031 3.13597L5.141 3.00409C5.15442 2.99607 5.16781 2.98806 5.18116 2.98008C5.55851 2.75452 5.9062 2.54669 6.21066 2.41814C6.54632 2.27642 6.9427 2.18013 7.37839 2.31398C7.81098 2.44688 8.08694 2.74687 8.28954 3.0492C8.47527 3.32638 8.65596 3.69453 8.85404 4.09814C8.86075 4.11181 8.86748 4.12552 8.87423 4.13926L10.6733 7.80394C10.8559 8.17577 10.7024 8.62517 10.3306 8.8077C9.95877 8.99024 9.50937 8.8368 9.32684 8.46497L7.52774 4.8003C7.3027 4.3419 7.16601 4.06713 7.04344 3.88421C6.99071 3.80552 6.95617 3.76822 6.93818 3.75195C6.91551 3.7559 6.87085 3.76762 6.79411 3.80002ZM6.95737 3.75049C6.95714 3.75079 6.9542 3.75107 6.94927 3.75041C6.95515 3.74985 6.95761 3.75018 6.95737 3.75049ZM6.92958 3.74471C6.9254 3.74279 6.92326 3.74116 6.92323 3.74082C6.9232 3.74048 6.92529 3.74144 6.92958 3.74471Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8331 4.94404C18.8459 4.95179 18.8587 4.95955 18.8716 4.96734L19.0691 5.08655C19.0822 5.09449 19.0954 5.10241 19.1084 5.11031C19.4773 5.33293 19.818 5.53858 20.072 5.74489C20.3542 5.97413 20.6165 6.27131 20.7136 6.70456C20.8101 7.13492 20.7024 7.51623 20.5501 7.84601C20.4115 8.14606 20.1952 8.48628 19.9585 8.85858C19.9505 8.8712 19.9424 8.88386 19.9344 8.89655L18.9772 10.4024C18.755 10.752 18.2915 10.8553 17.9419 10.6331C17.5924 10.4109 17.4891 9.94739 17.7113 9.59781L18.6684 8.09192C18.9373 7.66897 19.0971 7.41456 19.1883 7.21711C19.2302 7.12643 19.2438 7.07555 19.2482 7.05072C19.2502 7.03954 19.2501 7.03457 19.2501 7.03407V7.03407L19.2499 7.03267C19.2499 7.03261 19.2499 7.03255 19.2499 7.03249C19.2492 7.03122 19.2474 7.02819 19.2439 7.02322C19.2316 7.00621 19.2004 6.96943 19.1263 6.90925C18.9636 6.77708 18.7154 6.62522 18.2938 6.37064L18.0963 6.25143C17.6973 6.01049 17.4637 5.87142 17.2856 5.7949C17.2301 5.77102 17.194 5.75963 17.1726 5.75434C17.1551 5.77079 17.1257 5.80241 17.0833 5.85997C16.9632 6.02271 16.8255 6.2689 16.5958 6.68496L14.6567 10.1973C14.4565 10.5599 14.0003 10.6916 13.6377 10.4914C13.275 10.2912 13.1434 9.83494 13.3436 9.47232L15.2826 5.95999C15.2897 5.94711 15.2968 5.93426 15.3039 5.92145C15.505 5.55701 15.6902 5.22152 15.8763 4.96934C16.08 4.69329 16.3534 4.41905 16.7682 4.30284C17.1863 4.18567 17.5621 4.28103 17.878 4.4168C18.1628 4.53924 18.4862 4.73454 18.8331 4.94404ZM17.1927 5.73841C17.1927 5.73865 17.1908 5.74003 17.1873 5.74181C17.1909 5.73905 17.1927 5.73816 17.1927 5.73841ZM17.1537 5.75051C17.1494 5.7507 17.147 5.75037 17.1468 5.75015C17.1467 5.74994 17.1488 5.74984 17.1537 5.75051Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-fry{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.25 9.5C6.25 4.94365 9.94365 1.25 14.5 1.25C19.0563 1.25 22.75 4.94365 22.75 9.5C22.75 14.0563 19.0563 17.75 14.5 17.75C9.94365 17.75 6.25 14.0563 6.25 9.5ZM15 5.75C13.2051 5.75 11.75 7.20507 11.75 9C11.75 10.7949 13.2051 12.25 15 12.25C16.7949 12.25 18.25 10.7949 18.25 9C18.25 7.20507 16.7949 5.75 15 5.75ZM10.25 9C10.25 6.37665 12.3766 4.25 15 4.25C17.6234 4.25 19.75 6.37665 19.75 9C19.75 11.6234 17.6234 13.75 15 13.75C12.3766 13.75 10.25 11.6234 10.25 9ZM15.0078 10C15.5601 10 16.0078 9.55229 16.0078 9C16.0078 8.44772 15.5601 8 15.0078 8H14.9988C14.4465 8 13.9988 8.44771 13.9988 9C13.9988 9.55228 14.4465 10 14.9988 10H15.0078Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.95711 14.0429C10.3476 14.4334 10.3476 15.0666 9.95711 15.4571L2.95711 22.4571C2.56658 22.8476 1.93342 22.8476 1.54289 22.4571C1.15237 22.0666 1.15237 21.4334 1.54289 21.0429L8.54289 14.0429C8.93342 13.6524 9.56658 13.6524 9.95711 14.0429Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.25 9.5C6.25 4.94365 9.94365 1.25 14.5 1.25C19.0563 1.25 22.75 4.94365 22.75 9.5C22.75 14.0563 19.0563 17.75 14.5 17.75C9.94365 17.75 6.25 14.0563 6.25 9.5ZM15 5.75C13.2051 5.75 11.75 7.20507 11.75 9C11.75 10.7949 13.2051 12.25 15 12.25C16.7949 12.25 18.25 10.7949 18.25 9C18.25 7.20507 16.7949 5.75 15 5.75ZM10.25 9C10.25 6.37665 12.3766 4.25 15 4.25C17.6234 4.25 19.75 6.37665 19.75 9C19.75 11.6234 17.6234 13.75 15 13.75C12.3766 13.75 10.25 11.6234 10.25 9ZM15.0078 10C15.5601 10 16.0078 9.55229 16.0078 9C16.0078 8.44772 15.5601 8 15.0078 8H14.9988C14.4465 8 13.9988 8.44771 13.9988 9C13.9988 9.55228 14.4465 10 14.9988 10H15.0078Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.95711 14.0429C10.3476 14.4334 10.3476 15.0666 9.95711 15.4571L2.95711 22.4571C2.56658 22.8476 1.93342 22.8476 1.54289 22.4571C1.15237 22.0666 1.15237 21.4334 1.54289 21.0429L8.54289 14.0429C8.93342 13.6524 9.56658 13.6524 9.95711 14.0429Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-grapes{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.75 10.125C15.75 8.05393 14.0711 6.375 12 6.375C9.92893 6.375 8.25 8.05393 8.25 10.125C8.25 12.1961 9.92893 13.875 12 13.875C14.0711 13.875 15.75 12.1961 15.75 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6665 4.49912C13.1774 5.34823 13 6.41293 13 7.125C13 7.67728 12.5523 8.125 12 8.125C11.4477 8.125 11 7.67728 11 7.125C11 6.1704 11.2226 4.7351 11.9335 3.50088C12.673 2.21692 13.9707 1.125 16 1.125C16.5523 1.125 17 1.57272 17 2.125C17 2.67728 16.5523 3.125 16 3.125C14.8293 3.125 14.127 3.69974 13.6665 4.49912Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.83301 12.8893C7.95207 13.0685 8.0116 13.158 7.98911 13.2446C7.96663 13.3311 7.8828 13.3743 7.71515 13.4607C7.20115 13.7255 6.61804 13.875 6 13.875C3.92893 13.875 2.25 12.1961 2.25 10.125C2.25 8.05393 3.92893 6.375 6 6.375C6.61804 6.375 7.20115 6.52451 7.71515 6.78934C7.8828 6.87571 7.96663 6.9189 7.98911 7.00545C8.0116 7.09199 7.95207 7.18155 7.83301 7.36066C7.30667 8.15248 7 9.10293 7 10.125C7 11.1471 7.30667 12.0975 7.83301 12.8893Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2865 6.78934C16.1188 6.87571 16.035 6.9189 16.0125 7.00545C15.99 7.09199 16.0495 7.18155 16.1686 7.36066C16.6949 8.15248 17.0016 9.10293 17.0016 10.125C17.0016 11.1471 16.6949 12.0975 16.1686 12.8893C16.0495 13.0685 15.99 13.158 16.0125 13.2446C16.035 13.3311 16.1188 13.3743 16.2865 13.4607C16.8005 13.7255 17.3836 13.875 18.0016 13.875C20.0727 13.875 21.7516 12.1961 21.7516 10.125C21.7516 8.05393 20.0727 6.375 18.0016 6.375C17.3836 6.375 16.8005 6.52451 16.2865 6.78934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3527 14.3575C15.1725 14.2513 15.0824 14.1982 14.9986 14.1992C14.9147 14.2003 14.8236 14.2571 14.6414 14.3708C13.8746 14.8491 12.9689 15.1255 11.9986 15.1255C11.8998 15.1255 11.8016 15.1226 11.7042 15.117C11.4788 15.1039 11.3661 15.0973 11.3021 15.1647C11.2382 15.2321 11.2491 15.3304 11.2709 15.5269C11.4772 17.385 13.0876 18.8755 14.9986 18.8755C16.9096 18.8755 18.52 17.385 18.7263 15.5269C18.7481 15.3303 18.759 15.2321 18.6951 15.1647C18.6311 15.0973 18.5184 15.1038 18.2929 15.117C18.1954 15.1226 18.0971 15.1255 17.9981 15.1255C17.0355 15.1255 16.1604 14.8338 15.3527 14.3575Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.96437 20.1263C8.68045 20.1243 8.53849 20.1233 8.47878 20.2145C8.41907 20.3056 8.46938 20.419 8.57 20.6458C9.15306 21.9598 10.4692 22.8764 11.9994 22.8764C13.5297 22.8764 14.8458 21.9598 15.4289 20.6458C15.5295 20.419 15.5798 20.3056 15.5201 20.2145C15.4604 20.1233 15.3184 20.1243 15.0345 20.1263C15.0228 20.1263 15.0111 20.1264 14.9994 20.1264C14.0352 20.1264 13.1347 19.853 12.3714 19.3805C12.1803 19.2623 12.0848 19.2031 11.9994 19.2031C11.9141 19.2031 11.8186 19.2623 11.6275 19.3805C10.8642 19.853 9.96368 20.1264 8.99944 20.1264C8.98774 20.1264 8.97605 20.1263 8.96437 20.1263Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.0002 14.9787C10.0021 14.8518 10.003 14.7883 9.9731 14.7391C9.94321 14.6899 9.88311 14.6598 9.76292 14.5996C9.57513 14.5056 9.39408 14.4001 9.22069 14.284C9.11755 14.215 9.06598 14.1804 9.01371 14.1764C9.00287 14.1756 8.99338 14.1756 8.98254 14.1764C8.93027 14.1806 8.88162 14.2132 8.78431 14.2786C7.98774 14.8138 7.02774 15.1261 5.9986 15.1261C5.89977 15.1261 5.80162 15.1232 5.70421 15.1175C5.47879 15.1045 5.36608 15.0979 5.30214 15.1653C5.2382 15.2327 5.24911 15.331 5.27092 15.5275C5.4772 17.3856 7.08761 18.8761 8.9986 18.8761C9.61663 18.8761 10.1997 18.7266 10.7137 18.4617C10.8814 18.3754 10.9652 18.3322 10.9877 18.2456C11.0102 18.1591 10.9507 18.0695 10.8316 17.8904C10.3053 17.0986 9.9986 16.1482 9.9986 15.1261C9.9986 15.1014 9.99878 15.0767 9.99914 15.052L10.0002 14.9787Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.75 10.125C15.75 8.05393 14.0711 6.375 12 6.375C9.92893 6.375 8.25 8.05393 8.25 10.125C8.25 12.1961 9.92893 13.875 12 13.875C14.0711 13.875 15.75 12.1961 15.75 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6665 4.49912C13.1774 5.34823 13 6.41293 13 7.125C13 7.67728 12.5523 8.125 12 8.125C11.4477 8.125 11 7.67728 11 7.125C11 6.1704 11.2226 4.7351 11.9335 3.50088C12.673 2.21692 13.9707 1.125 16 1.125C16.5523 1.125 17 1.57272 17 2.125C17 2.67728 16.5523 3.125 16 3.125C14.8293 3.125 14.127 3.69974 13.6665 4.49912Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.83301 12.8893C7.95207 13.0685 8.0116 13.158 7.98911 13.2446C7.96663 13.3311 7.8828 13.3743 7.71515 13.4607C7.20115 13.7255 6.61804 13.875 6 13.875C3.92893 13.875 2.25 12.1961 2.25 10.125C2.25 8.05393 3.92893 6.375 6 6.375C6.61804 6.375 7.20115 6.52451 7.71515 6.78934C7.8828 6.87571 7.96663 6.9189 7.98911 7.00545C8.0116 7.09199 7.95207 7.18155 7.83301 7.36066C7.30667 8.15248 7 9.10293 7 10.125C7 11.1471 7.30667 12.0975 7.83301 12.8893Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2865 6.78934C16.1188 6.87571 16.035 6.9189 16.0125 7.00545C15.99 7.09199 16.0495 7.18155 16.1686 7.36066C16.6949 8.15248 17.0016 9.10293 17.0016 10.125C17.0016 11.1471 16.6949 12.0975 16.1686 12.8893C16.0495 13.0685 15.99 13.158 16.0125 13.2446C16.035 13.3311 16.1188 13.3743 16.2865 13.4607C16.8005 13.7255 17.3836 13.875 18.0016 13.875C20.0727 13.875 21.7516 12.1961 21.7516 10.125C21.7516 8.05393 20.0727 6.375 18.0016 6.375C17.3836 6.375 16.8005 6.52451 16.2865 6.78934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3527 14.3575C15.1725 14.2513 15.0824 14.1982 14.9986 14.1992C14.9147 14.2003 14.8236 14.2571 14.6414 14.3708C13.8746 14.8491 12.9689 15.1255 11.9986 15.1255C11.8998 15.1255 11.8016 15.1226 11.7042 15.117C11.4788 15.1039 11.3661 15.0973 11.3021 15.1647C11.2382 15.2321 11.2491 15.3304 11.2709 15.5269C11.4772 17.385 13.0876 18.8755 14.9986 18.8755C16.9096 18.8755 18.52 17.385 18.7263 15.5269C18.7481 15.3303 18.759 15.2321 18.6951 15.1647C18.6311 15.0973 18.5184 15.1038 18.2929 15.117C18.1954 15.1226 18.0971 15.1255 17.9981 15.1255C17.0355 15.1255 16.1604 14.8338 15.3527 14.3575Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.96437 20.1263C8.68045 20.1243 8.53849 20.1233 8.47878 20.2145C8.41907 20.3056 8.46938 20.419 8.57 20.6458C9.15306 21.9598 10.4692 22.8764 11.9994 22.8764C13.5297 22.8764 14.8458 21.9598 15.4289 20.6458C15.5295 20.419 15.5798 20.3056 15.5201 20.2145C15.4604 20.1233 15.3184 20.1243 15.0345 20.1263C15.0228 20.1263 15.0111 20.1264 14.9994 20.1264C14.0352 20.1264 13.1347 19.853 12.3714 19.3805C12.1803 19.2623 12.0848 19.2031 11.9994 19.2031C11.9141 19.2031 11.8186 19.2623 11.6275 19.3805C10.8642 19.853 9.96368 20.1264 8.99944 20.1264C8.98774 20.1264 8.97605 20.1263 8.96437 20.1263Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.0002 14.9787C10.0021 14.8518 10.003 14.7883 9.9731 14.7391C9.94321 14.6899 9.88311 14.6598 9.76292 14.5996C9.57513 14.5056 9.39408 14.4001 9.22069 14.284C9.11755 14.215 9.06598 14.1804 9.01371 14.1764C9.00287 14.1756 8.99338 14.1756 8.98254 14.1764C8.93027 14.1806 8.88162 14.2132 8.78431 14.2786C7.98774 14.8138 7.02774 15.1261 5.9986 15.1261C5.89977 15.1261 5.80162 15.1232 5.70421 15.1175C5.47879 15.1045 5.36608 15.0979 5.30214 15.1653C5.2382 15.2327 5.24911 15.331 5.27092 15.5275C5.4772 17.3856 7.08761 18.8761 8.9986 18.8761C9.61663 18.8761 10.1997 18.7266 10.7137 18.4617C10.8814 18.3754 10.9652 18.3322 10.9877 18.2456C11.0102 18.1591 10.9507 18.0695 10.8316 17.8904C10.3053 17.0986 9.9986 16.1482 9.9986 15.1261C9.9986 15.1014 9.99878 15.0767 9.99914 15.052L10.0002 14.9787Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-hamburger-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 12.25C2.25736 12.25 1.25 13.2574 1.25 14.5C1.25 15.7138 2.21122 16.7032 3.41401 16.7484L3.7043 17.9095C4.12164 19.5789 5.62158 20.75 7.34233 20.75H16.6577C18.3784 20.75 19.8784 19.5789 20.2957 17.9095L20.586 16.7484C21.7888 16.7032 22.75 15.7138 22.75 14.5C22.75 13.2574 21.7426 12.25 20.5 12.25H18.6056C18.0626 12.25 17.5319 12.4107 17.0801 12.7119L15.1387 14.0062C15.0547 14.0621 14.9453 14.0621 14.8613 14.0062L12.9199 12.7119C12.4681 12.4107 11.9374 12.25 11.3944 12.25H3.5ZM12.0878 13.9599L14.0293 15.2542L3.5 15.25C3.08579 15.25 2.75 14.9142 2.75 14.5C2.75 14.0858 3.08579 13.75 3.5 13.75H11.3944C11.6412 13.75 11.8825 13.823 12.0878 13.9599ZM21.25 14.5C21.25 14.9142 20.9142 15.25 20.5 15.25H18.5L15.9707 15.2542L17.9122 13.9599C18.1175 13.823 18.3588 13.75 18.6056 13.75H20.5C20.9142 13.75 21.25 14.0858 21.25 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.04079 7.7934C3.90858 5.16975 6.29727 3.25 9.14583 3.25H14.854C17.7025 3.25 20.0912 5.16975 20.959 7.7934C21.0713 8.13209 21.2086 8.54653 21.2407 8.87574C21.2815 9.29513 21.1887 9.69001 20.8979 10.0583C20.5872 10.452 20.1813 10.618 19.7615 10.6888C19.3973 10.7502 18.9511 10.7501 18.4753 10.75H5.52449C5.04875 10.7501 4.60248 10.7502 4.23829 10.6888C3.81847 10.618 3.41264 10.452 3.1019 10.0583C2.81112 9.69001 2.7183 9.29513 2.75914 8.87574C2.7912 8.54654 2.92854 8.13209 3.04079 7.7934ZM16.0078 7C16.0078 7.55228 15.5601 8 15.0078 8H14.9988C14.4465 8 13.9988 7.55228 13.9988 7C13.9988 6.44771 14.4465 6 14.9988 6H15.0078C15.5601 6 16.0078 6.44772 16.0078 7ZM11.0303 7.03033C11.3232 6.73744 11.3232 6.26256 11.0303 5.96967C10.7374 5.67678 10.2626 5.67678 9.96967 5.96967L8.96967 6.96967C8.67678 7.26256 8.67678 7.73744 8.96967 8.03033C9.26256 8.32322 9.73744 8.32322 10.0303 8.03033L11.0303 7.03033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 12.25C2.25736 12.25 1.25 13.2574 1.25 14.5C1.25 15.7138 2.21122 16.7032 3.41401 16.7484L3.7043 17.9095C4.12164 19.5789 5.62158 20.75 7.34233 20.75H16.6577C18.3784 20.75 19.8784 19.5789 20.2957 17.9095L20.586 16.7484C21.7888 16.7032 22.75 15.7138 22.75 14.5C22.75 13.2574 21.7426 12.25 20.5 12.25H18.6056C18.0626 12.25 17.5319 12.4107 17.0801 12.7119L15.1387 14.0062C15.0547 14.0621 14.9453 14.0621 14.8613 14.0062L12.9199 12.7119C12.4681 12.4107 11.9374 12.25 11.3944 12.25H3.5ZM12.0878 13.9599L14.0293 15.2542L3.5 15.25C3.08579 15.25 2.75 14.9142 2.75 14.5C2.75 14.0858 3.08579 13.75 3.5 13.75H11.3944C11.6412 13.75 11.8825 13.823 12.0878 13.9599ZM21.25 14.5C21.25 14.9142 20.9142 15.25 20.5 15.25H18.5L15.9707 15.2542L17.9122 13.9599C18.1175 13.823 18.3588 13.75 18.6056 13.75H20.5C20.9142 13.75 21.25 14.0858 21.25 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.04079 7.7934C3.90858 5.16975 6.29727 3.25 9.14583 3.25H14.854C17.7025 3.25 20.0912 5.16975 20.959 7.7934C21.0713 8.13209 21.2086 8.54653 21.2407 8.87574C21.2815 9.29513 21.1887 9.69001 20.8979 10.0583C20.5872 10.452 20.1813 10.618 19.7615 10.6888C19.3973 10.7502 18.9511 10.7501 18.4753 10.75H5.52449C5.04875 10.7501 4.60248 10.7502 4.23829 10.6888C3.81847 10.618 3.41264 10.452 3.1019 10.0583C2.81112 9.69001 2.7183 9.29513 2.75914 8.87574C2.7912 8.54654 2.92854 8.13209 3.04079 7.7934ZM16.0078 7C16.0078 7.55228 15.5601 8 15.0078 8H14.9988C14.4465 8 13.9988 7.55228 13.9988 7C13.9988 6.44771 14.4465 6 14.9988 6H15.0078C15.5601 6 16.0078 6.44772 16.0078 7ZM11.0303 7.03033C11.3232 6.73744 11.3232 6.26256 11.0303 5.96967C10.7374 5.67678 10.2626 5.67678 9.96967 5.96967L8.96967 6.96967C8.67678 7.26256 8.67678 7.73744 8.96967 8.03033C9.26256 8.32322 9.73744 8.32322 10.0303 8.03033L11.0303 7.03033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-hamburger-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 13C1.25 11.4812 2.48122 10.25 4 10.25H20C21.5188 10.25 22.75 11.4812 22.75 13C22.75 14.5188 21.5188 15.75 20 15.75H19C18.5858 15.75 18.25 15.4142 18.25 15C18.25 14.5858 18.5858 14.25 19 14.25H20C20.6904 14.25 21.25 13.6904 21.25 13C21.25 12.3096 20.6904 11.75 20 11.75H12.345L11.056 13.2538C10.7307 13.6334 10.4367 13.9765 10.1625 14.2177C9.86362 14.4807 9.48957 14.7134 9 14.7134C8.51043 14.7134 8.13638 14.4807 7.83746 14.2177C7.56333 13.9765 7.26929 13.6334 6.94402 13.2538L5.65505 11.75H4C3.30964 11.75 2.75 12.3096 2.75 13C2.75 13.6904 3.30964 14.25 4 14.25H5C5.41421 14.25 5.75 14.5858 5.75 15C5.75 15.4142 5.41421 15.75 5 15.75H4C2.48122 15.75 1.25 14.5188 1.25 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.00245 14.4594C5.913 14.356 5.86827 14.3043 5.80887 14.2772C5.74947 14.25 5.68178 14.25 5.54639 14.25L5.53075 14.25C5.04945 14.25 4.61263 14.2499 4.25871 14.2996C3.86848 14.3545 3.46851 14.4826 3.14617 14.8229C3.00672 14.9701 2.88784 15.1459 2.81728 15.3585C2.74652 15.5718 2.73906 15.7776 2.76076 15.9634C2.79633 16.2677 2.92593 16.5931 3.03468 16.8661L3.05583 16.9193C3.95887 19.1944 6.38221 20.75 9.14591 20.75H14.8541C17.6178 20.75 20.0411 19.1944 20.9441 16.9193L20.9653 16.8661C21.074 16.5931 21.2037 16.2677 21.2392 15.9634C21.2609 15.7776 21.2535 15.5718 21.1827 15.3585C21.1121 15.1459 20.9933 14.9701 20.8538 14.8229C20.5315 14.4826 20.1315 14.3545 19.7413 14.2996C19.3873 14.2499 18.9505 14.25 18.4692 14.25L12.4541 14.25C12.3187 14.25 12.251 14.25 12.1916 14.2772C12.1322 14.3043 12.0875 14.356 11.998 14.4594C11.7388 14.7589 11.4397 15.0921 11.1537 15.3438C10.7263 15.7199 10.0104 16.2134 9.00023 16.2134C7.9901 16.2134 7.27414 15.7199 6.8468 15.3438C6.56074 15.0921 6.26161 14.7588 6.00245 14.4594Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.0313 8.49583C3.87047 5.53588 6.22189 3.25 9.14585 3.25H14.854C17.778 3.25 20.1294 5.53588 20.9686 8.49583C21.0835 8.90094 21.2117 9.35258 21.2416 9.71079C21.2775 10.1407 21.2 10.5478 20.9304 10.9462C20.6351 11.3827 20.2305 11.5883 19.7816 11.6766C19.4073 11.7503 18.9515 11.7501 18.4807 11.75H5.51913C5.04835 11.7501 4.59253 11.7503 4.21825 11.6766C3.76936 11.5883 3.36481 11.3827 3.06943 10.9462C2.79983 10.5478 2.72234 10.1407 2.75823 9.71079C2.78813 9.35259 2.91632 8.90093 3.0313 8.49583ZM10.0078 8C10.0078 8.55228 9.5601 9 9.00781 9H8.99883C8.44655 9 7.99883 8.55228 7.99883 8C7.99883 7.44771 8.44655 7 8.99883 7H9.00781C9.5601 7 10.0078 7.44772 10.0078 8ZM15.5303 7.53033C15.8232 7.23744 15.8232 6.76256 15.5303 6.46967C15.2374 6.17678 14.7626 6.17678 14.4697 6.46967L13.4697 7.46967C13.1768 7.76256 13.1768 8.23744 13.4697 8.53033C13.7626 8.82322 14.2374 8.82322 14.5303 8.53033L15.5303 7.53033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 13C1.25 11.4812 2.48122 10.25 4 10.25H20C21.5188 10.25 22.75 11.4812 22.75 13C22.75 14.5188 21.5188 15.75 20 15.75H19C18.5858 15.75 18.25 15.4142 18.25 15C18.25 14.5858 18.5858 14.25 19 14.25H20C20.6904 14.25 21.25 13.6904 21.25 13C21.25 12.3096 20.6904 11.75 20 11.75H12.345L11.056 13.2538C10.7307 13.6334 10.4367 13.9765 10.1625 14.2177C9.86362 14.4807 9.48957 14.7134 9 14.7134C8.51043 14.7134 8.13638 14.4807 7.83746 14.2177C7.56333 13.9765 7.26929 13.6334 6.94402 13.2538L5.65505 11.75H4C3.30964 11.75 2.75 12.3096 2.75 13C2.75 13.6904 3.30964 14.25 4 14.25H5C5.41421 14.25 5.75 14.5858 5.75 15C5.75 15.4142 5.41421 15.75 5 15.75H4C2.48122 15.75 1.25 14.5188 1.25 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.00245 14.4594C5.913 14.356 5.86827 14.3043 5.80887 14.2772C5.74947 14.25 5.68178 14.25 5.54639 14.25L5.53075 14.25C5.04945 14.25 4.61263 14.2499 4.25871 14.2996C3.86848 14.3545 3.46851 14.4826 3.14617 14.8229C3.00672 14.9701 2.88784 15.1459 2.81728 15.3585C2.74652 15.5718 2.73906 15.7776 2.76076 15.9634C2.79633 16.2677 2.92593 16.5931 3.03468 16.8661L3.05583 16.9193C3.95887 19.1944 6.38221 20.75 9.14591 20.75H14.8541C17.6178 20.75 20.0411 19.1944 20.9441 16.9193L20.9653 16.8661C21.074 16.5931 21.2037 16.2677 21.2392 15.9634C21.2609 15.7776 21.2535 15.5718 21.1827 15.3585C21.1121 15.1459 20.9933 14.9701 20.8538 14.8229C20.5315 14.4826 20.1315 14.3545 19.7413 14.2996C19.3873 14.2499 18.9505 14.25 18.4692 14.25L12.4541 14.25C12.3187 14.25 12.251 14.25 12.1916 14.2772C12.1322 14.3043 12.0875 14.356 11.998 14.4594C11.7388 14.7589 11.4397 15.0921 11.1537 15.3438C10.7263 15.7199 10.0104 16.2134 9.00023 16.2134C7.9901 16.2134 7.27414 15.7199 6.8468 15.3438C6.56074 15.0921 6.26161 14.7588 6.00245 14.4594Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.0313 8.49583C3.87047 5.53588 6.22189 3.25 9.14585 3.25H14.854C17.778 3.25 20.1294 5.53588 20.9686 8.49583C21.0835 8.90094 21.2117 9.35258 21.2416 9.71079C21.2775 10.1407 21.2 10.5478 20.9304 10.9462C20.6351 11.3827 20.2305 11.5883 19.7816 11.6766C19.4073 11.7503 18.9515 11.7501 18.4807 11.75H5.51913C5.04835 11.7501 4.59253 11.7503 4.21825 11.6766C3.76936 11.5883 3.36481 11.3827 3.06943 10.9462C2.79983 10.5478 2.72234 10.1407 2.75823 9.71079C2.78813 9.35259 2.91632 8.90093 3.0313 8.49583ZM10.0078 8C10.0078 8.55228 9.5601 9 9.00781 9H8.99883C8.44655 9 7.99883 8.55228 7.99883 8C7.99883 7.44771 8.44655 7 8.99883 7H9.00781C9.5601 7 10.0078 7.44772 10.0078 8ZM15.5303 7.53033C15.8232 7.23744 15.8232 6.76256 15.5303 6.46967C15.2374 6.17678 14.7626 6.17678 14.4697 6.46967L13.4697 7.46967C13.1768 7.76256 13.1768 8.23744 13.4697 8.53033C13.7626 8.82322 14.2374 8.82322 14.5303 8.53033L15.5303 7.53033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-honey-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.47825 1.25C7.48548 1.25 7.49273 1.25 7.5 1.25L16.5218 1.25C16.736 1.24999 16.9329 1.24998 17.0982 1.26126C17.2759 1.27338 17.4712 1.30099 17.6697 1.38321C18.0985 1.56083 18.4392 1.90151 18.6168 2.33031C18.699 2.52881 18.7266 2.72415 18.7387 2.90179C18.75 3.06712 18.75 3.26396 18.75 3.47824V3.52176C18.75 3.73604 18.75 3.93289 18.7387 4.09821C18.7266 4.27585 18.699 4.47119 18.6168 4.6697C18.4392 5.0985 18.0985 5.43918 17.6697 5.61679C17.4712 5.69901 17.2759 5.72663 17.0982 5.73875C16.9329 5.75003 16.736 5.75002 16.5218 5.75H7.47824C7.26396 5.75002 7.06712 5.75003 6.90179 5.73875C6.72415 5.72663 6.52881 5.69901 6.33031 5.61679C5.90151 5.43918 5.56083 5.0985 5.38321 4.6697C5.30099 4.47119 5.27338 4.27585 5.26126 4.09821C5.24998 3.93288 5.24999 3.73604 5.25 3.52176C5.25 3.51453 5.25 3.50727 5.25 3.5C5.25 3.49273 5.25 3.48548 5.25 3.47825C5.24999 3.26397 5.24998 3.06712 5.26126 2.90179C5.27338 2.72415 5.30099 2.52881 5.38321 2.33031C5.56083 1.90151 5.90151 1.56083 6.33031 1.38321C6.52881 1.30099 6.72415 1.27338 6.90179 1.26126C7.06712 1.24998 7.26397 1.24999 7.47825 1.25ZM6.90131 2.77031C6.84248 2.79558 6.79558 2.84248 6.77031 2.90131C6.76844 2.90867 6.76234 2.93707 6.75778 3.0039C6.75041 3.11191 6.75 3.25677 6.75 3.5C6.75 3.74323 6.75041 3.8881 6.75778 3.9961C6.76234 4.06293 6.76844 4.09134 6.77031 4.09869C6.79558 4.15753 6.84248 4.20442 6.90131 4.2297C6.90867 4.23157 6.93707 4.23767 7.0039 4.24223C7.11191 4.2496 7.25677 4.25 7.5 4.25H16.5C16.7432 4.25 16.8881 4.2496 16.9961 4.24223C17.0629 4.23767 17.0913 4.23157 17.0987 4.2297C17.1575 4.20442 17.2044 4.15752 17.2297 4.09869C17.2316 4.09133 17.2377 4.06292 17.2422 3.9961C17.2496 3.8881 17.25 3.74323 17.25 3.5C17.25 3.25677 17.2496 3.11191 17.2422 3.0039C17.2377 2.93708 17.2316 2.90868 17.2297 2.90132C17.2044 2.84248 17.1575 2.79558 17.0987 2.77031C17.0913 2.76844 17.0629 2.76234 16.9961 2.75778C16.8881 2.75041 16.7432 2.75 16.5 2.75H7.5C7.25677 2.75 7.11191 2.75041 7.0039 2.75778C6.93707 2.76234 6.90867 2.76844 6.90131 2.77031Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.3508 4.84932C17.0928 4.53978 16.6183 4.25 16.2154 4.25H7.78466C7.38172 4.25 6.90725 4.53978 6.6493 4.84932C5.59068 6.11923 4.93737 6.90292 4.59347 7.8528C4.24957 8.80269 4.24974 9.82298 4.25002 11.4763L4.25003 16.0549C4.25001 17.4225 4.24999 18.5248 4.36655 19.3918C4.48757 20.2919 4.74646 21.0497 5.34838 21.6517C5.9503 22.2536 6.70817 22.5125 7.60828 22.6335C8.47525 22.75 9.57757 22.75 10.9452 22.75H13.0549C14.4225 22.75 15.5248 22.75 16.3918 22.6335C17.2919 22.5125 18.0498 22.2536 18.6517 21.6517C19.2536 21.0497 19.5125 20.2919 19.6335 19.3918C19.7501 18.5248 19.7501 17.4225 19.75 16.0549V16.0549V16.0549L19.75 11.4763C19.7503 9.82298 19.7505 8.80269 19.4066 7.8528C19.0627 6.90292 18.4094 6.11922 17.3508 4.84932ZM12.4325 9.38727C12.1732 9.20424 11.8268 9.20424 11.5675 9.38727L9.56746 10.799C9.36837 10.9396 9.24997 11.1681 9.24997 11.4118V12.6982C9.24997 12.7998 9.24997 12.8506 9.22755 12.8939C9.20512 12.9372 9.16363 12.9664 9.08064 13.025L7.56746 14.0932C7.36837 14.2337 7.24997 14.4622 7.24997 14.7059V16.5882C7.24997 16.8319 7.36837 17.0604 7.56746 17.201L9.56746 18.6127C9.82675 18.7958 10.1732 18.7958 10.4325 18.6127L11.7693 17.6691L11.7693 17.6691C11.8808 17.5904 11.9365 17.5511 12 17.5511C12.0634 17.5511 12.1192 17.5904 12.2306 17.6691L12.2306 17.6691L13.5675 18.6127C13.8268 18.7958 14.1732 18.7958 14.4325 18.6127L16.4325 17.201C16.6316 17.0604 16.75 16.8319 16.75 16.5882V14.7059C16.75 14.4622 16.6316 14.2337 16.4325 14.0932L14.9193 13.025C14.8363 12.9664 14.7948 12.9372 14.7724 12.8939C14.75 12.8506 14.75 12.7998 14.75 12.6982V11.4118C14.75 11.1681 14.6316 10.9396 14.4325 10.799L12.4325 9.38727ZM9.99997 14.257C10.0634 14.257 10.1192 14.2963 10.2306 14.375L11.0806 14.975C11.1636 15.0336 11.2051 15.0628 11.2275 15.1061C11.25 15.1494 11.25 15.2002 11.25 15.3018V15.9924C11.25 16.0939 11.25 16.1447 11.2275 16.188C11.2051 16.2313 11.1636 16.2606 11.0806 16.3191L10.2306 16.9191C10.1192 16.9978 10.0634 17.0372 9.99997 17.0372C9.93649 17.0372 9.88076 16.9978 9.7693 16.9191L8.9193 16.3191C8.83631 16.2606 8.79481 16.2313 8.77239 16.188C8.74997 16.1447 8.74997 16.0939 8.74997 15.9924V15.3018C8.74997 15.2002 8.74997 15.1494 8.77239 15.1061C8.79481 15.0628 8.83631 15.0336 8.9193 14.975L9.7693 14.375C9.88076 14.2963 9.93649 14.257 9.99997 14.257ZM12.7724 15.1061C12.7948 15.0628 12.8363 15.0336 12.9193 14.975L13.7693 14.375L13.7693 14.375C13.8808 14.2963 13.9365 14.257 14 14.257C14.0634 14.257 14.1192 14.2963 14.2306 14.375L14.2306 14.375L15.0806 14.975C15.1636 15.0336 15.2051 15.0628 15.2275 15.1061C15.25 15.1494 15.25 15.2002 15.25 15.3018V15.9924C15.25 16.0939 15.25 16.1447 15.2275 16.188C15.2051 16.2313 15.1636 16.2606 15.0806 16.3191L14.2306 16.9191C14.1192 16.9978 14.0634 17.0372 14 17.0372C13.9365 17.0372 13.8808 16.9978 13.7693 16.9191L13.7693 16.9191L12.9193 16.3191C12.8363 16.2606 12.7948 16.2313 12.7724 16.188C12.75 16.1447 12.75 16.0939 12.75 15.9924V15.3018C12.75 15.2002 12.75 15.1494 12.7724 15.1061ZM13.2275 12.8939C13.2051 12.9372 13.1636 12.9664 13.0806 13.025L12.2306 13.625C12.1192 13.7037 12.0634 13.743 12 13.743C11.9365 13.743 11.8808 13.7037 11.7693 13.625L10.9193 13.025C10.8363 12.9664 10.7948 12.9372 10.7724 12.8939C10.75 12.8506 10.75 12.7998 10.75 12.6982V12.0076C10.75 11.9061 10.75 11.8553 10.7724 11.812C10.7948 11.7687 10.8363 11.7394 10.9193 11.6809L11.7693 11.0809C11.8808 11.0022 11.9365 10.9628 12 10.9628C12.0634 10.9628 12.1192 11.0022 12.2306 11.0809L12.2306 11.0809L13.0806 11.6809C13.1636 11.7394 13.2051 11.7687 13.2275 11.812C13.25 11.8553 13.25 11.9061 13.25 12.0076V12.6982C13.25 12.7998 13.25 12.8506 13.2275 12.8939Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.47825 1.25C7.48548 1.25 7.49273 1.25 7.5 1.25L16.5218 1.25C16.736 1.24999 16.9329 1.24998 17.0982 1.26126C17.2759 1.27338 17.4712 1.30099 17.6697 1.38321C18.0985 1.56083 18.4392 1.90151 18.6168 2.33031C18.699 2.52881 18.7266 2.72415 18.7387 2.90179C18.75 3.06712 18.75 3.26396 18.75 3.47824V3.52176C18.75 3.73604 18.75 3.93289 18.7387 4.09821C18.7266 4.27585 18.699 4.47119 18.6168 4.6697C18.4392 5.0985 18.0985 5.43918 17.6697 5.61679C17.4712 5.69901 17.2759 5.72663 17.0982 5.73875C16.9329 5.75003 16.736 5.75002 16.5218 5.75H7.47824C7.26396 5.75002 7.06712 5.75003 6.90179 5.73875C6.72415 5.72663 6.52881 5.69901 6.33031 5.61679C5.90151 5.43918 5.56083 5.0985 5.38321 4.6697C5.30099 4.47119 5.27338 4.27585 5.26126 4.09821C5.24998 3.93288 5.24999 3.73604 5.25 3.52176C5.25 3.51453 5.25 3.50727 5.25 3.5C5.25 3.49273 5.25 3.48548 5.25 3.47825C5.24999 3.26397 5.24998 3.06712 5.26126 2.90179C5.27338 2.72415 5.30099 2.52881 5.38321 2.33031C5.56083 1.90151 5.90151 1.56083 6.33031 1.38321C6.52881 1.30099 6.72415 1.27338 6.90179 1.26126C7.06712 1.24998 7.26397 1.24999 7.47825 1.25ZM6.90131 2.77031C6.84248 2.79558 6.79558 2.84248 6.77031 2.90131C6.76844 2.90867 6.76234 2.93707 6.75778 3.0039C6.75041 3.11191 6.75 3.25677 6.75 3.5C6.75 3.74323 6.75041 3.8881 6.75778 3.9961C6.76234 4.06293 6.76844 4.09134 6.77031 4.09869C6.79558 4.15753 6.84248 4.20442 6.90131 4.2297C6.90867 4.23157 6.93707 4.23767 7.0039 4.24223C7.11191 4.2496 7.25677 4.25 7.5 4.25H16.5C16.7432 4.25 16.8881 4.2496 16.9961 4.24223C17.0629 4.23767 17.0913 4.23157 17.0987 4.2297C17.1575 4.20442 17.2044 4.15752 17.2297 4.09869C17.2316 4.09133 17.2377 4.06292 17.2422 3.9961C17.2496 3.8881 17.25 3.74323 17.25 3.5C17.25 3.25677 17.2496 3.11191 17.2422 3.0039C17.2377 2.93708 17.2316 2.90868 17.2297 2.90132C17.2044 2.84248 17.1575 2.79558 17.0987 2.77031C17.0913 2.76844 17.0629 2.76234 16.9961 2.75778C16.8881 2.75041 16.7432 2.75 16.5 2.75H7.5C7.25677 2.75 7.11191 2.75041 7.0039 2.75778C6.93707 2.76234 6.90867 2.76844 6.90131 2.77031Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.3508 4.84932C17.0928 4.53978 16.6183 4.25 16.2154 4.25H7.78466C7.38172 4.25 6.90725 4.53978 6.6493 4.84932C5.59068 6.11923 4.93737 6.90292 4.59347 7.8528C4.24957 8.80269 4.24974 9.82298 4.25002 11.4763L4.25003 16.0549C4.25001 17.4225 4.24999 18.5248 4.36655 19.3918C4.48757 20.2919 4.74646 21.0497 5.34838 21.6517C5.9503 22.2536 6.70817 22.5125 7.60828 22.6335C8.47525 22.75 9.57757 22.75 10.9452 22.75H13.0549C14.4225 22.75 15.5248 22.75 16.3918 22.6335C17.2919 22.5125 18.0498 22.2536 18.6517 21.6517C19.2536 21.0497 19.5125 20.2919 19.6335 19.3918C19.7501 18.5248 19.7501 17.4225 19.75 16.0549V16.0549V16.0549L19.75 11.4763C19.7503 9.82298 19.7505 8.80269 19.4066 7.8528C19.0627 6.90292 18.4094 6.11922 17.3508 4.84932ZM12.4325 9.38727C12.1732 9.20424 11.8268 9.20424 11.5675 9.38727L9.56746 10.799C9.36837 10.9396 9.24997 11.1681 9.24997 11.4118V12.6982C9.24997 12.7998 9.24997 12.8506 9.22755 12.8939C9.20512 12.9372 9.16363 12.9664 9.08064 13.025L7.56746 14.0932C7.36837 14.2337 7.24997 14.4622 7.24997 14.7059V16.5882C7.24997 16.8319 7.36837 17.0604 7.56746 17.201L9.56746 18.6127C9.82675 18.7958 10.1732 18.7958 10.4325 18.6127L11.7693 17.6691L11.7693 17.6691C11.8808 17.5904 11.9365 17.5511 12 17.5511C12.0634 17.5511 12.1192 17.5904 12.2306 17.6691L12.2306 17.6691L13.5675 18.6127C13.8268 18.7958 14.1732 18.7958 14.4325 18.6127L16.4325 17.201C16.6316 17.0604 16.75 16.8319 16.75 16.5882V14.7059C16.75 14.4622 16.6316 14.2337 16.4325 14.0932L14.9193 13.025C14.8363 12.9664 14.7948 12.9372 14.7724 12.8939C14.75 12.8506 14.75 12.7998 14.75 12.6982V11.4118C14.75 11.1681 14.6316 10.9396 14.4325 10.799L12.4325 9.38727ZM9.99997 14.257C10.0634 14.257 10.1192 14.2963 10.2306 14.375L11.0806 14.975C11.1636 15.0336 11.2051 15.0628 11.2275 15.1061C11.25 15.1494 11.25 15.2002 11.25 15.3018V15.9924C11.25 16.0939 11.25 16.1447 11.2275 16.188C11.2051 16.2313 11.1636 16.2606 11.0806 16.3191L10.2306 16.9191C10.1192 16.9978 10.0634 17.0372 9.99997 17.0372C9.93649 17.0372 9.88076 16.9978 9.7693 16.9191L8.9193 16.3191C8.83631 16.2606 8.79481 16.2313 8.77239 16.188C8.74997 16.1447 8.74997 16.0939 8.74997 15.9924V15.3018C8.74997 15.2002 8.74997 15.1494 8.77239 15.1061C8.79481 15.0628 8.83631 15.0336 8.9193 14.975L9.7693 14.375C9.88076 14.2963 9.93649 14.257 9.99997 14.257ZM12.7724 15.1061C12.7948 15.0628 12.8363 15.0336 12.9193 14.975L13.7693 14.375L13.7693 14.375C13.8808 14.2963 13.9365 14.257 14 14.257C14.0634 14.257 14.1192 14.2963 14.2306 14.375L14.2306 14.375L15.0806 14.975C15.1636 15.0336 15.2051 15.0628 15.2275 15.1061C15.25 15.1494 15.25 15.2002 15.25 15.3018V15.9924C15.25 16.0939 15.25 16.1447 15.2275 16.188C15.2051 16.2313 15.1636 16.2606 15.0806 16.3191L14.2306 16.9191C14.1192 16.9978 14.0634 17.0372 14 17.0372C13.9365 17.0372 13.8808 16.9978 13.7693 16.9191L13.7693 16.9191L12.9193 16.3191C12.8363 16.2606 12.7948 16.2313 12.7724 16.188C12.75 16.1447 12.75 16.0939 12.75 15.9924V15.3018C12.75 15.2002 12.75 15.1494 12.7724 15.1061ZM13.2275 12.8939C13.2051 12.9372 13.1636 12.9664 13.0806 13.025L12.2306 13.625C12.1192 13.7037 12.0634 13.743 12 13.743C11.9365 13.743 11.8808 13.7037 11.7693 13.625L10.9193 13.025C10.8363 12.9664 10.7948 12.9372 10.7724 12.8939C10.75 12.8506 10.75 12.7998 10.75 12.6982V12.0076C10.75 11.9061 10.75 11.8553 10.7724 11.812C10.7948 11.7687 10.8363 11.7394 10.9193 11.6809L11.7693 11.0809C11.8808 11.0022 11.9365 10.9628 12 10.9628C12.0634 10.9628 12.1192 11.0022 12.2306 11.0809L12.2306 11.0809L13.0806 11.6809C13.1636 11.7394 13.2051 11.7687 13.2275 11.812C13.25 11.8553 13.25 11.9061 13.25 12.0076V12.6982C13.25 12.7998 13.25 12.8506 13.2275 12.8939Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-honey-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 0.25C9.91421 0.25 10.25 0.585786 10.25 1V6C10.25 6.41421 9.91421 6.75 9.5 6.75C9.08579 6.75 8.75 6.41421 8.75 6V1C8.75 0.585786 9.08579 0.25 9.5 0.25ZM7.44828 1.25C7.86249 1.25 8.19828 1.58579 8.19828 2V5C8.19828 5.41421 7.86249 5.75 7.44828 5.75C7.03406 5.75 6.69828 5.41421 6.69828 5V4.25H6C5.58579 4.25 5.25 3.91421 5.25 3.5C5.25 3.08579 5.58579 2.75 6 2.75H6.69828V2C6.69828 1.58579 7.03406 1.25 7.44828 1.25ZM11.5 1.25C11.9142 1.25 12.25 1.58579 12.25 2V2.75H20C20.4142 2.75 20.75 3.08579 20.75 3.5C20.75 3.91421 20.4142 4.25 20 4.25H12.25V5C12.25 5.41421 11.9142 5.75 11.5 5.75C11.0858 5.75 10.75 5.41421 10.75 5V2C10.75 1.58579 11.0858 1.25 11.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 9C3.25 8.58579 3.58579 8.25 4 8.25H16C16.4142 8.25 16.75 8.58579 16.75 9C16.75 9.41421 16.4142 9.75 16 9.75H4C3.58579 9.75 3.25 9.41421 3.25 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.97917 9.47657C7.24237 9.15672 7.19643 8.68407 6.87658 8.42088C6.55674 8.15769 6.08409 8.20362 5.8209 8.52347L5.43503 8.99238C4.47911 10.1536 3.8802 10.8812 3.56514 11.7544C3.24954 12.6291 3.24972 13.5639 3.25002 15.0511L3.25004 18.3878C3.25001 19.4414 3.24998 20.3095 3.34497 20.9964C3.44489 21.7189 3.66243 22.351 4.18017 22.8543C4.69496 23.3548 5.33644 23.5625 6.06938 23.6583C6.77166 23.7501 7.66089 23.75 8.74788 23.75H11.2522C12.3392 23.75 13.2284 23.7501 13.9307 23.6583C14.6636 23.5625 15.3051 23.3548 15.8199 22.8543C16.3376 22.351 16.5552 21.7189 16.6551 20.9964C16.7501 20.3095 16.7501 19.4414 16.75 18.3878L16.7501 15.0511C16.7503 13.5639 16.7505 12.6291 16.4349 11.7544C16.1199 10.8812 15.521 10.1536 14.565 8.99238L14.1792 8.52347C13.916 8.20362 13.4433 8.15769 13.1235 8.42088C12.8036 8.68407 12.7577 9.15672 13.0209 9.47657L13.3172 9.83671C14.3923 11.1433 14.8076 11.6638 15.024 12.2635C15.1559 12.6291 15.211 13.0161 15.2339 13.6438C15.2442 13.9256 15.2493 14.0665 15.1609 14.1582C15.0724 14.25 14.9284 14.25 14.6405 14.25H9.35C9.06716 14.25 8.92574 14.25 8.83787 14.3379C8.75 14.4258 8.75 14.5672 8.75 14.85V18C8.75 18.4142 8.41421 18.75 8 18.75C7.58579 18.75 7.25 18.4142 7.25 18V14.85C7.25 14.5672 7.25 14.4258 7.16213 14.3379C7.07426 14.25 6.93284 14.25 6.65 14.25H5.35955C5.07165 14.25 4.9277 14.25 4.83922 14.1582C4.75074 14.0665 4.75588 13.9256 4.76617 13.6438C4.78909 13.0161 4.84421 12.6291 4.9761 12.2635C5.19248 11.6638 5.60772 11.1433 6.68283 9.83671L6.97917 9.47657Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 0.25C9.91421 0.25 10.25 0.585786 10.25 1V6C10.25 6.41421 9.91421 6.75 9.5 6.75C9.08579 6.75 8.75 6.41421 8.75 6V1C8.75 0.585786 9.08579 0.25 9.5 0.25ZM7.44828 1.25C7.86249 1.25 8.19828 1.58579 8.19828 2V5C8.19828 5.41421 7.86249 5.75 7.44828 5.75C7.03406 5.75 6.69828 5.41421 6.69828 5V4.25H6C5.58579 4.25 5.25 3.91421 5.25 3.5C5.25 3.08579 5.58579 2.75 6 2.75H6.69828V2C6.69828 1.58579 7.03406 1.25 7.44828 1.25ZM11.5 1.25C11.9142 1.25 12.25 1.58579 12.25 2V2.75H20C20.4142 2.75 20.75 3.08579 20.75 3.5C20.75 3.91421 20.4142 4.25 20 4.25H12.25V5C12.25 5.41421 11.9142 5.75 11.5 5.75C11.0858 5.75 10.75 5.41421 10.75 5V2C10.75 1.58579 11.0858 1.25 11.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 9C3.25 8.58579 3.58579 8.25 4 8.25H16C16.4142 8.25 16.75 8.58579 16.75 9C16.75 9.41421 16.4142 9.75 16 9.75H4C3.58579 9.75 3.25 9.41421 3.25 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.97917 9.47657C7.24237 9.15672 7.19643 8.68407 6.87658 8.42088C6.55674 8.15769 6.08409 8.20362 5.8209 8.52347L5.43503 8.99238C4.47911 10.1536 3.8802 10.8812 3.56514 11.7544C3.24954 12.6291 3.24972 13.5639 3.25002 15.0511L3.25004 18.3878C3.25001 19.4414 3.24998 20.3095 3.34497 20.9964C3.44489 21.7189 3.66243 22.351 4.18017 22.8543C4.69496 23.3548 5.33644 23.5625 6.06938 23.6583C6.77166 23.7501 7.66089 23.75 8.74788 23.75H11.2522C12.3392 23.75 13.2284 23.7501 13.9307 23.6583C14.6636 23.5625 15.3051 23.3548 15.8199 22.8543C16.3376 22.351 16.5552 21.7189 16.6551 20.9964C16.7501 20.3095 16.7501 19.4414 16.75 18.3878L16.7501 15.0511C16.7503 13.5639 16.7505 12.6291 16.4349 11.7544C16.1199 10.8812 15.521 10.1536 14.565 8.99238L14.1792 8.52347C13.916 8.20362 13.4433 8.15769 13.1235 8.42088C12.8036 8.68407 12.7577 9.15672 13.0209 9.47657L13.3172 9.83671C14.3923 11.1433 14.8076 11.6638 15.024 12.2635C15.1559 12.6291 15.211 13.0161 15.2339 13.6438C15.2442 13.9256 15.2493 14.0665 15.1609 14.1582C15.0724 14.25 14.9284 14.25 14.6405 14.25H9.35C9.06716 14.25 8.92574 14.25 8.83787 14.3379C8.75 14.4258 8.75 14.5672 8.75 14.85V18C8.75 18.4142 8.41421 18.75 8 18.75C7.58579 18.75 7.25 18.4142 7.25 18V14.85C7.25 14.5672 7.25 14.4258 7.16213 14.3379C7.07426 14.25 6.93284 14.25 6.65 14.25H5.35955C5.07165 14.25 4.9277 14.25 4.83922 14.1582C4.75074 14.0665 4.75588 13.9256 4.76617 13.6438C4.78909 13.0161 4.84421 12.6291 4.9761 12.2635C5.19248 11.6638 5.60772 11.1433 6.68283 9.83671L6.97917 9.47657Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-hotdog{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.4444 7.23926C13.7085 7.36876 13.8207 7.34926 13.8247 7.34881C14.3523 7.19011 14.9091 7.48812 15.0695 8.01558C15.2301 8.54398 14.932 9.10256 14.4036 9.2632C13.8163 9.44174 13.2152 9.32862 12.6828 9.09075C12.6287 9.19548 12.526 9.42843 12.4603 9.57748C12.3225 9.88996 12.0716 10.4585 11.6135 10.825C11.3388 11.0448 10.9906 11.1969 10.5783 11.2118C10.2785 11.2226 9.98905 11.1592 9.71538 11.0518C9.6877 11.1571 9.63012 11.3754 9.59295 11.4983C9.51154 11.7675 9.36204 12.2041 9.02623 12.5463C8.63941 12.9405 8.00627 12.9465 7.61208 12.5596C7.22099 12.1759 7.21205 11.5496 7.58974 11.1548C7.62713 11.0463 7.71612 10.7782 7.77299 10.5738C7.80645 10.4474 7.84856 10.2917 7.90154 10.1393C7.99074 9.88263 8.19363 9.36922 8.7116 9.0872C9.29388 8.77016 9.90028 8.92666 10.3518 9.14713C10.3731 9.16497 10.4218 9.18931 10.4469 9.14393C10.5068 9.04204 10.5987 8.8417 10.677 8.66471C10.7423 8.51608 10.8229 8.33278 10.91 8.16488C11.0117 7.96891 11.1575 7.7217 11.3697 7.50804C11.5958 7.28041 11.9154 7.07391 12.3357 7.02075C12.7399 6.96962 13.1175 7.07574 13.4444 7.23926Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5848 6.03777C20.0603 5.04642 18.6647 4.85355 17.7615 5.82351C17.4404 6.1683 17.1076 6.5084 16.7636 6.84305C16.378 7.21811 15.7593 7.21164 15.3817 6.82862C15.0041 6.4456 15.0106 5.83105 15.3962 5.456C15.7174 5.14357 16.0277 4.82643 16.3267 4.50535C17.993 2.71592 21.0613 2.76515 22.3148 5.13474C22.9581 6.35058 22.9109 7.91451 22.0213 9.05896C21.3271 9.95207 20.5534 10.6993 20.0305 11.2043C19.8314 11.3966 19.6687 11.5538 19.5605 11.6706C19.195 12.065 18.5768 12.0905 18.1797 11.7274C17.7826 11.3644 17.757 10.7504 18.1224 10.3559C18.3436 10.1172 18.5783 9.89196 18.8278 9.65258C19.3172 9.18292 19.8631 8.65894 20.4744 7.87258C20.8516 7.38726 20.9082 6.64906 20.5848 6.03777ZM6.60721 12.3655C6.79144 12.8694 6.52957 13.4262 6.02231 13.6092C5.58316 13.7676 5.14514 13.9127 4.70905 14.0443C3.52485 14.4018 2.83422 15.9283 3.42181 17.039C3.74129 17.6429 4.28742 17.8796 4.75132 17.7875C5.41292 17.6562 6.08656 17.4888 6.76841 17.285C7.2852 17.1305 7.83022 17.4214 7.98575 17.9348C8.14128 18.4481 7.84842 18.9895 7.33163 19.1439C6.59245 19.3649 5.85868 19.5474 5.13427 19.6912C3.67147 19.9815 2.33889 19.1652 1.69176 17.942C0.50133 15.6918 1.85057 12.8782 4.14079 12.1869C4.54311 12.0654 4.94816 11.9313 5.35515 11.7845C5.86242 11.6015 6.42298 11.8616 6.60721 12.3655Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.9563 11.074C17.6062 9.81424 20.2164 9.94453 21.3279 11.8428C22.073 13.1154 21.8189 14.7599 20.636 15.7592C19.1993 16.9729 17.5786 18.1086 15.8015 19.1203C14.0244 20.132 12.2168 20.948 10.4331 21.5677C8.97395 22.0747 7.4146 21.4763 6.67166 20.2075C5.55302 18.297 6.7584 15.9899 8.68841 15.2114C9.94597 14.7041 11.2112 14.0944 12.4627 13.3819C13.7142 12.6695 14.8822 11.894 15.9563 11.074Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9562 3.07396C10.8822 3.894 9.7142 4.66949 8.46271 5.38195C7.21122 6.0944 5.94597 6.70413 4.68841 7.2114C3.19264 7.81476 2.13211 9.33621 2.25132 10.8796C2.27537 11.1911 2.2874 11.3468 2.42377 11.4259C2.56014 11.5051 2.73595 11.4219 3.08758 11.2555C3.30945 11.1506 3.54004 11.0613 3.77825 10.9894C4.15909 10.8744 4.54314 10.7473 4.92966 10.6078C5.30678 10.4718 5.69787 10.4435 6.06807 10.5079C6.17678 10.5267 6.23117 10.5362 6.25675 10.5362C6.38372 10.5365 6.47385 10.4796 6.52831 10.3649C6.53928 10.3418 6.54813 10.3102 6.56581 10.2471C6.5996 10.1196 6.65133 9.92746 6.71985 9.73031C6.823 9.43354 7.15365 8.51309 8.11289 7.99081C8.65132 7.69765 9.18349 7.62886 9.65652 7.66884C9.71554 7.67383 9.77215 7.6433 9.79943 7.59073C9.92428 7.35004 10.1391 6.97376 10.4819 6.62861C10.8552 6.25275 11.4188 5.87807 12.1779 5.78206C12.4723 5.74482 12.7514 5.75532 13.0106 5.79677C13.4062 5.86002 13.604 5.89164 13.6925 5.845C13.7809 5.79837 13.8753 5.59902 14.064 5.20032C14.1743 4.9673 14.3275 4.7496 14.5234 4.55908C14.8299 4.26091 15.1258 3.95851 15.4106 3.65265C15.4957 3.56122 15.584 3.47331 15.6752 3.38899C15.9995 3.08916 16.1616 2.93925 16.1255 2.77195C16.0895 2.60466 15.9202 2.54823 15.5815 2.43539C14.399 2.04137 12.9894 2.28517 11.9562 3.07396Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.4444 7.23926C13.7085 7.36876 13.8207 7.34926 13.8247 7.34881C14.3523 7.19011 14.9091 7.48812 15.0695 8.01558C15.2301 8.54398 14.932 9.10256 14.4036 9.2632C13.8163 9.44174 13.2152 9.32862 12.6828 9.09075C12.6287 9.19548 12.526 9.42843 12.4603 9.57748C12.3225 9.88996 12.0716 10.4585 11.6135 10.825C11.3388 11.0448 10.9906 11.1969 10.5783 11.2118C10.2785 11.2226 9.98905 11.1592 9.71538 11.0518C9.6877 11.1571 9.63012 11.3754 9.59295 11.4983C9.51154 11.7675 9.36204 12.2041 9.02623 12.5463C8.63941 12.9405 8.00627 12.9465 7.61208 12.5596C7.22099 12.1759 7.21205 11.5496 7.58974 11.1548C7.62713 11.0463 7.71612 10.7782 7.77299 10.5738C7.80645 10.4474 7.84856 10.2917 7.90154 10.1393C7.99074 9.88263 8.19363 9.36922 8.7116 9.0872C9.29388 8.77016 9.90028 8.92666 10.3518 9.14713C10.3731 9.16497 10.4218 9.18931 10.4469 9.14393C10.5068 9.04204 10.5987 8.8417 10.677 8.66471C10.7423 8.51608 10.8229 8.33278 10.91 8.16488C11.0117 7.96891 11.1575 7.7217 11.3697 7.50804C11.5958 7.28041 11.9154 7.07391 12.3357 7.02075C12.7399 6.96962 13.1175 7.07574 13.4444 7.23926Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5848 6.03777C20.0603 5.04642 18.6647 4.85355 17.7615 5.82351C17.4404 6.1683 17.1076 6.5084 16.7636 6.84305C16.378 7.21811 15.7593 7.21164 15.3817 6.82862C15.0041 6.4456 15.0106 5.83105 15.3962 5.456C15.7174 5.14357 16.0277 4.82643 16.3267 4.50535C17.993 2.71592 21.0613 2.76515 22.3148 5.13474C22.9581 6.35058 22.9109 7.91451 22.0213 9.05896C21.3271 9.95207 20.5534 10.6993 20.0305 11.2043C19.8314 11.3966 19.6687 11.5538 19.5605 11.6706C19.195 12.065 18.5768 12.0905 18.1797 11.7274C17.7826 11.3644 17.757 10.7504 18.1224 10.3559C18.3436 10.1172 18.5783 9.89196 18.8278 9.65258C19.3172 9.18292 19.8631 8.65894 20.4744 7.87258C20.8516 7.38726 20.9082 6.64906 20.5848 6.03777ZM6.60721 12.3655C6.79144 12.8694 6.52957 13.4262 6.02231 13.6092C5.58316 13.7676 5.14514 13.9127 4.70905 14.0443C3.52485 14.4018 2.83422 15.9283 3.42181 17.039C3.74129 17.6429 4.28742 17.8796 4.75132 17.7875C5.41292 17.6562 6.08656 17.4888 6.76841 17.285C7.2852 17.1305 7.83022 17.4214 7.98575 17.9348C8.14128 18.4481 7.84842 18.9895 7.33163 19.1439C6.59245 19.3649 5.85868 19.5474 5.13427 19.6912C3.67147 19.9815 2.33889 19.1652 1.69176 17.942C0.50133 15.6918 1.85057 12.8782 4.14079 12.1869C4.54311 12.0654 4.94816 11.9313 5.35515 11.7845C5.86242 11.6015 6.42298 11.8616 6.60721 12.3655Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.9563 11.074C17.6062 9.81424 20.2164 9.94453 21.3279 11.8428C22.073 13.1154 21.8189 14.7599 20.636 15.7592C19.1993 16.9729 17.5786 18.1086 15.8015 19.1203C14.0244 20.132 12.2168 20.948 10.4331 21.5677C8.97395 22.0747 7.4146 21.4763 6.67166 20.2075C5.55302 18.297 6.7584 15.9899 8.68841 15.2114C9.94597 14.7041 11.2112 14.0944 12.4627 13.3819C13.7142 12.6695 14.8822 11.894 15.9563 11.074Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9562 3.07396C10.8822 3.894 9.7142 4.66949 8.46271 5.38195C7.21122 6.0944 5.94597 6.70413 4.68841 7.2114C3.19264 7.81476 2.13211 9.33621 2.25132 10.8796C2.27537 11.1911 2.2874 11.3468 2.42377 11.4259C2.56014 11.5051 2.73595 11.4219 3.08758 11.2555C3.30945 11.1506 3.54004 11.0613 3.77825 10.9894C4.15909 10.8744 4.54314 10.7473 4.92966 10.6078C5.30678 10.4718 5.69787 10.4435 6.06807 10.5079C6.17678 10.5267 6.23117 10.5362 6.25675 10.5362C6.38372 10.5365 6.47385 10.4796 6.52831 10.3649C6.53928 10.3418 6.54813 10.3102 6.56581 10.2471C6.5996 10.1196 6.65133 9.92746 6.71985 9.73031C6.823 9.43354 7.15365 8.51309 8.11289 7.99081C8.65132 7.69765 9.18349 7.62886 9.65652 7.66884C9.71554 7.67383 9.77215 7.6433 9.79943 7.59073C9.92428 7.35004 10.1391 6.97376 10.4819 6.62861C10.8552 6.25275 11.4188 5.87807 12.1779 5.78206C12.4723 5.74482 12.7514 5.75532 13.0106 5.79677C13.4062 5.86002 13.604 5.89164 13.6925 5.845C13.7809 5.79837 13.8753 5.59902 14.064 5.20032C14.1743 4.9673 14.3275 4.7496 14.5234 4.55908C14.8299 4.26091 15.1258 3.95851 15.4106 3.65265C15.4957 3.56122 15.584 3.47331 15.6752 3.38899C15.9995 3.08916 16.1616 2.93925 16.1255 2.77195C16.0895 2.60466 15.9202 2.54823 15.5815 2.43539C14.399 2.04137 12.9894 2.28517 11.9562 3.07396Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-ice-cream-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.47521 10.3459L5.51918 10.3593C7.43396 10.943 9.64253 11.2781 11.9999 11.2781C14.3573 11.2781 16.5659 10.943 18.4807 10.3593L18.5246 10.3459L18.5247 10.3459C18.7996 10.2619 19.0862 10.1744 19.3302 10.1412C19.6149 10.1023 20.0082 10.1127 20.3454 10.4117C20.6552 10.6864 20.7381 11.0349 20.7486 11.3252C20.7571 11.56 20.7197 11.8361 20.6854 12.089L20.6794 12.1328C20.1168 16.2973 16.417 19.6247 11.9999 19.6247C7.58289 19.6247 3.88302 16.2973 3.32042 12.1328L3.31448 12.089C3.28018 11.8361 3.24273 11.56 3.25122 11.3252C3.26172 11.0349 3.34461 10.6864 3.65443 10.4117C3.99164 10.1127 4.38491 10.1023 4.6697 10.1412C4.9137 10.1744 5.20028 10.2619 5.47521 10.3459Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17.875C12.5523 17.875 13 18.3227 13 18.875V20.875H15C15.5523 20.875 16 21.3227 16 21.875C16 22.4273 15.5523 22.875 15 22.875H9C8.44772 22.875 8 22.4273 8 21.875C8 21.3227 8.44772 20.875 9 20.875H11V18.875C11 18.3227 11.4477 17.875 12 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.125C12.8164 1.125 13.5312 1.55979 13.9256 2.21044C16.8599 3.00687 19.1053 5.56361 19.7357 8.72855C19.8166 9.13478 19.5529 9.52969 19.1466 9.6106C18.7404 9.69151 18.3455 9.42778 18.2646 9.02155C18.1138 8.26451 17.855 7.55605 17.5084 6.91511C17.3313 7.29942 17.0541 7.6668 16.6677 7.96316C15.905 8.548 14.8051 8.79375 13.3941 8.50121C12.4506 8.30561 11.9309 8.07709 11.5908 7.92751C11.5154 7.89435 11.4488 7.86507 11.3884 7.84089C11.2502 7.7856 11.1564 7.76051 11.0249 7.75384C10.8742 7.74619 10.6437 7.76193 10.2385 7.83988C9.08293 8.06213 7.98515 7.85699 7.218 7.28064C6.98526 7.10579 6.78747 6.89873 6.6325 6.66688C6.21486 7.37137 5.90621 8.1654 5.7357 9.02155C5.65479 9.42778 5.25988 9.69151 4.85364 9.6106C4.44741 9.52969 4.18368 9.13478 4.26459 8.72855C4.89493 5.56373 7.14026 3.00707 10.0744 2.21054C10.4687 1.55983 11.1836 1.125 12 1.125ZM12 2.625C11.5858 2.625 11.25 2.96079 11.25 3.375C11.25 3.78921 11.5858 4.125 12 4.125C12.4142 4.125 12.75 3.78921 12.75 3.375C12.75 2.96079 12.4142 2.625 12 2.625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.47521 10.3459L5.51918 10.3593C7.43396 10.943 9.64253 11.2781 11.9999 11.2781C14.3573 11.2781 16.5659 10.943 18.4807 10.3593L18.5246 10.3459L18.5247 10.3459C18.7996 10.2619 19.0862 10.1744 19.3302 10.1412C19.6149 10.1023 20.0082 10.1127 20.3454 10.4117C20.6552 10.6864 20.7381 11.0349 20.7486 11.3252C20.7571 11.56 20.7197 11.8361 20.6854 12.089L20.6794 12.1328C20.1168 16.2973 16.417 19.6247 11.9999 19.6247C7.58289 19.6247 3.88302 16.2973 3.32042 12.1328L3.31448 12.089C3.28018 11.8361 3.24273 11.56 3.25122 11.3252C3.26172 11.0349 3.34461 10.6864 3.65443 10.4117C3.99164 10.1127 4.38491 10.1023 4.6697 10.1412C4.9137 10.1744 5.20028 10.2619 5.47521 10.3459Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17.875C12.5523 17.875 13 18.3227 13 18.875V20.875H15C15.5523 20.875 16 21.3227 16 21.875C16 22.4273 15.5523 22.875 15 22.875H9C8.44772 22.875 8 22.4273 8 21.875C8 21.3227 8.44772 20.875 9 20.875H11V18.875C11 18.3227 11.4477 17.875 12 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.125C12.8164 1.125 13.5312 1.55979 13.9256 2.21044C16.8599 3.00687 19.1053 5.56361 19.7357 8.72855C19.8166 9.13478 19.5529 9.52969 19.1466 9.6106C18.7404 9.69151 18.3455 9.42778 18.2646 9.02155C18.1138 8.26451 17.855 7.55605 17.5084 6.91511C17.3313 7.29942 17.0541 7.6668 16.6677 7.96316C15.905 8.548 14.8051 8.79375 13.3941 8.50121C12.4506 8.30561 11.9309 8.07709 11.5908 7.92751C11.5154 7.89435 11.4488 7.86507 11.3884 7.84089C11.2502 7.7856 11.1564 7.76051 11.0249 7.75384C10.8742 7.74619 10.6437 7.76193 10.2385 7.83988C9.08293 8.06213 7.98515 7.85699 7.218 7.28064C6.98526 7.10579 6.78747 6.89873 6.6325 6.66688C6.21486 7.37137 5.90621 8.1654 5.7357 9.02155C5.65479 9.42778 5.25988 9.69151 4.85364 9.6106C4.44741 9.52969 4.18368 9.13478 4.26459 8.72855C4.89493 5.56373 7.14026 3.00707 10.0744 2.21054C10.4687 1.55983 11.1836 1.125 12 1.125ZM12 2.625C11.5858 2.625 11.25 2.96079 11.25 3.375C11.25 3.78921 11.5858 4.125 12 4.125C12.4142 4.125 12.75 3.78921 12.75 3.375C12.75 2.96079 12.4142 2.625 12 2.625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-ice-cream-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.0889 4.81979C9.57419 3.86229 10.6806 3.16667 12 3.16667C13.6534 3.16667 14.9552 4.25079 15.1529 5.57354C15.1705 5.69148 15.1797 5.81215 15.1797 5.93519C15.1797 6.35377 15.0736 6.74928 14.8829 7.10465C14.6287 7.57827 14.8357 8.15373 15.3454 8.38998C15.8551 8.62622 16.4743 8.43379 16.7285 7.96016C16.9227 7.59843 17.0666 7.21065 17.1519 6.80459C17.79 7.2194 18.1875 7.88076 18.1875 8.59722C18.1875 9.78867 17.0812 10.8333 15.6094 10.8333C14.6239 10.8333 13.7866 10.3565 13.3534 9.68012C13.1472 9.35816 13.0312 8.98987 13.0312 8.59722C13.0312 8.06795 12.5695 7.63889 12 7.63889C11.4305 7.63889 10.9688 8.06795 10.9688 8.59722C10.9688 9.09556 11.0672 9.57373 11.247 10.0163C10.6754 10.5171 9.88117 10.8333 8.99219 10.8333C7.1881 10.8333 5.8125 9.5503 5.8125 8.06482C5.8125 6.76016 6.86679 5.61714 8.35029 5.35261C8.67397 5.29489 8.94847 5.09688 9.0889 4.81979ZM12 1.25C14.3641 1.25 16.4093 2.66092 17.0416 4.64658C18.8788 5.18108 20.25 6.72324 20.25 8.59722C20.25 10.4441 18.9225 11.9654 17.1245 12.5223L16.3712 14.9779L16.3712 14.978L16.3712 14.978C15.6404 17.3604 15.0691 19.2226 14.4967 20.484C14.2076 21.1209 13.8908 21.6693 13.5071 22.0654C13.1044 22.4811 12.6049 22.7501 12.0002 22.7501C11.3955 22.7501 10.896 22.4811 10.4933 22.0654C10.1096 21.6693 9.79281 21.1209 9.50374 20.484C8.93125 19.2225 8.35999 17.3603 7.62917 14.9779L7.62917 14.9779L6.81595 12.3269C5.02291 11.5944 3.75 9.98296 3.75 8.06482C3.75 5.92328 5.34248 4.15952 7.46617 3.5816C8.38109 2.17551 10.0806 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.0889 4.81979C9.57419 3.86229 10.6806 3.16667 12 3.16667C13.6534 3.16667 14.9552 4.25079 15.1529 5.57354C15.1705 5.69148 15.1797 5.81215 15.1797 5.93519C15.1797 6.35377 15.0736 6.74928 14.8829 7.10465C14.6287 7.57827 14.8357 8.15373 15.3454 8.38998C15.8551 8.62622 16.4743 8.43379 16.7285 7.96016C16.9227 7.59843 17.0666 7.21065 17.1519 6.80459C17.79 7.2194 18.1875 7.88076 18.1875 8.59722C18.1875 9.78867 17.0812 10.8333 15.6094 10.8333C14.6239 10.8333 13.7866 10.3565 13.3534 9.68012C13.1472 9.35816 13.0312 8.98987 13.0312 8.59722C13.0312 8.06795 12.5695 7.63889 12 7.63889C11.4305 7.63889 10.9688 8.06795 10.9688 8.59722C10.9688 9.09556 11.0672 9.57373 11.247 10.0163C10.6754 10.5171 9.88117 10.8333 8.99219 10.8333C7.1881 10.8333 5.8125 9.5503 5.8125 8.06482C5.8125 6.76016 6.86679 5.61714 8.35029 5.35261C8.67397 5.29489 8.94847 5.09688 9.0889 4.81979ZM12 1.25C14.3641 1.25 16.4093 2.66092 17.0416 4.64658C18.8788 5.18108 20.25 6.72324 20.25 8.59722C20.25 10.4441 18.9225 11.9654 17.1245 12.5223L16.3712 14.9779L16.3712 14.978L16.3712 14.978C15.6404 17.3604 15.0691 19.2226 14.4967 20.484C14.2076 21.1209 13.8908 21.6693 13.5071 22.0654C13.1044 22.4811 12.6049 22.7501 12.0002 22.7501C11.3955 22.7501 10.896 22.4811 10.4933 22.0654C10.1096 21.6693 9.79281 21.1209 9.50374 20.484C8.93125 19.2225 8.35999 17.3603 7.62917 14.9779L7.62917 14.9779L6.81595 12.3269C5.02291 11.5944 3.75 9.98296 3.75 8.06482C3.75 5.92328 5.34248 4.15952 7.46617 3.5816C8.38109 2.17551 10.0806 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-ice-cream-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.55464 3.26733C8.63676 2.04123 10.2659 1.25 12 1.25C13.7341 1.25 15.3632 2.04123 16.4454 3.26733C17.5088 4.47226 18.0736 6.13813 17.6377 7.90544C17.6723 7.94294 17.765 8.03417 17.8485 8.11376C17.9822 8.24035 18.1907 8.43771 18.3576 8.66533C18.5582 8.93891 18.75 9.31961 18.75 9.8061C18.75 10.2953 18.6459 10.7639 18.3761 11.1609C18.1019 11.5645 17.7228 11.7968 17.352 11.9271C17.236 11.9678 17.1153 12 16.9922 12.0254L16.3787 14.2251C15.6458 16.8533 15.0762 18.8956 14.5066 20.2763C14.22 20.9709 13.9079 21.5641 13.5308 21.9924C13.1371 22.4395 12.6314 22.749 11.9998 22.749C11.3682 22.749 10.8625 22.4395 10.4688 21.9924C10.0916 21.5641 9.77954 20.9709 9.49297 20.2763C8.92333 18.8956 8.3538 16.8533 7.62085 14.2251L7.62085 14.2251L7.62084 14.2251L7.00023 11.9996C6.79526 11.9615 6.5937 11.9061 6.41585 11.8253C6.08033 11.6729 5.76312 11.424 5.54292 11.04C5.33042 10.6695 5.25 10.246 5.25 9.8061C5.25 9.31961 5.44184 8.93891 5.64244 8.66533C5.80935 8.4377 6.01782 8.24035 6.15154 8.11375C6.23504 8.03417 6.32768 7.94294 6.36225 7.90544C5.92638 6.13813 6.49119 4.47226 7.55464 3.26733ZM8.99877 4.54461C8.27541 5.36421 7.95085 6.42931 8.25657 7.53529C8.39566 8.03845 8.27791 8.48026 8.07733 8.81861C7.90885 9.10281 7.67035 9.33002 7.52896 9.46472C7.35126 9.63408 7.25579 9.72516 7.19589 9.80685C7.13904 9.87823 7.06263 10.0309 7.21174 10.0705C7.34966 10.1332 7.63857 10.1502 8.20035 10.1621C8.62992 10.1708 9.32932 10.1849 9.90942 10.495C10.2481 10.6761 10.5463 10.9531 10.7481 11.3468C10.9426 11.726 11.0194 12.158 11.0194 12.6169C11.0157 12.8069 11.1013 13.1869 11.4735 13.1869C11.9388 13.1869 11.9933 12.8069 11.9982 12.6169C11.9982 12.1126 12.0979 11.6372 12.3499 11.2304C12.6082 10.8133 12.9738 10.5536 13.3524 10.3996C14.0086 10.1326 14.8562 10.1571 15.4005 10.1729C16.0771 10.1921 16.4668 10.1944 16.7109 10.1087C16.9748 10.0591 16.8806 9.8868 16.8005 9.80685C16.7406 9.72516 16.6451 9.63408 16.4674 9.46472C16.326 9.33002 16.0875 9.10282 15.919 8.81861C15.7184 8.48026 15.6007 8.03845 15.7398 7.53529C16.0455 6.42931 15.7209 5.36421 14.9976 4.54461C14.2643 3.71382 13.1535 3.17969 11.9982 3.17969C10.8428 3.17969 9.73201 3.71382 8.99877 4.54461Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.55464 3.26733C8.63676 2.04123 10.2659 1.25 12 1.25C13.7341 1.25 15.3632 2.04123 16.4454 3.26733C17.5088 4.47226 18.0736 6.13813 17.6377 7.90544C17.6723 7.94294 17.765 8.03417 17.8485 8.11376C17.9822 8.24035 18.1907 8.43771 18.3576 8.66533C18.5582 8.93891 18.75 9.31961 18.75 9.8061C18.75 10.2953 18.6459 10.7639 18.3761 11.1609C18.1019 11.5645 17.7228 11.7968 17.352 11.9271C17.236 11.9678 17.1153 12 16.9922 12.0254L16.3787 14.2251C15.6458 16.8533 15.0762 18.8956 14.5066 20.2763C14.22 20.9709 13.9079 21.5641 13.5308 21.9924C13.1371 22.4395 12.6314 22.749 11.9998 22.749C11.3682 22.749 10.8625 22.4395 10.4688 21.9924C10.0916 21.5641 9.77954 20.9709 9.49297 20.2763C8.92333 18.8956 8.3538 16.8533 7.62085 14.2251L7.62085 14.2251L7.62084 14.2251L7.00023 11.9996C6.79526 11.9615 6.5937 11.9061 6.41585 11.8253C6.08033 11.6729 5.76312 11.424 5.54292 11.04C5.33042 10.6695 5.25 10.246 5.25 9.8061C5.25 9.31961 5.44184 8.93891 5.64244 8.66533C5.80935 8.4377 6.01782 8.24035 6.15154 8.11375C6.23504 8.03417 6.32768 7.94294 6.36225 7.90544C5.92638 6.13813 6.49119 4.47226 7.55464 3.26733ZM8.99877 4.54461C8.27541 5.36421 7.95085 6.42931 8.25657 7.53529C8.39566 8.03845 8.27791 8.48026 8.07733 8.81861C7.90885 9.10281 7.67035 9.33002 7.52896 9.46472C7.35126 9.63408 7.25579 9.72516 7.19589 9.80685C7.13904 9.87823 7.06263 10.0309 7.21174 10.0705C7.34966 10.1332 7.63857 10.1502 8.20035 10.1621C8.62992 10.1708 9.32932 10.1849 9.90942 10.495C10.2481 10.6761 10.5463 10.9531 10.7481 11.3468C10.9426 11.726 11.0194 12.158 11.0194 12.6169C11.0157 12.8069 11.1013 13.1869 11.4735 13.1869C11.9388 13.1869 11.9933 12.8069 11.9982 12.6169C11.9982 12.1126 12.0979 11.6372 12.3499 11.2304C12.6082 10.8133 12.9738 10.5536 13.3524 10.3996C14.0086 10.1326 14.8562 10.1571 15.4005 10.1729C16.0771 10.1921 16.4668 10.1944 16.7109 10.1087C16.9748 10.0591 16.8806 9.8868 16.8005 9.80685C16.7406 9.72516 16.6451 9.63408 16.4674 9.46472C16.326 9.33002 16.0875 9.10282 15.919 8.81861C15.7184 8.48026 15.6007 8.03845 15.7398 7.53529C16.0455 6.42931 15.7209 5.36421 14.9976 4.54461C14.2643 3.71382 13.1535 3.17969 11.9982 3.17969C10.8428 3.17969 9.73201 3.71382 8.99877 4.54461Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-ice-cream-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.41498 12.5307C5.55732 12.3533 5.77252 12.25 6.00001 12.25H18C18.2275 12.25 18.4427 12.3533 18.585 12.5307C18.7274 12.7082 18.7815 12.9406 18.7321 13.1627L17.4184 19.0743C17.26 19.7877 17.1265 20.3882 16.9593 20.8618C16.7819 21.3643 16.5402 21.8052 16.1164 22.1451C15.6926 22.4851 15.2098 22.6253 14.6808 22.6895C14.1823 22.75 13.5671 22.75 12.8364 22.75H12.8363H11.1637H11.1636C10.4329 22.75 9.81775 22.75 9.31924 22.6895C8.79022 22.6253 8.30739 22.4851 7.8836 22.1451C7.45981 21.8052 7.21813 21.3643 7.0407 20.8618C6.87349 20.3882 6.74007 19.7877 6.58157 19.0744L6.58157 19.0744L5.26787 13.1627C5.21852 12.9406 5.27263 12.7082 5.41498 12.5307Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.40909 2.41573C10.2949 1.68137 11.5573 1.25 12.9685 1.25C13.3947 1.25 13.7705 1.52763 13.8938 1.93345C14.017 2.33926 13.8586 2.77748 13.5037 3.01222C13.2297 3.1935 13.1348 3.35409 13.0992 3.45038C13.0629 3.54885 13.0596 3.65877 13.0976 3.78521C13.1699 4.0264 13.3309 4.21669 13.6808 4.427C13.8617 4.53571 14.0724 4.63711 14.3248 4.7503C14.3905 4.77974 14.4613 4.81097 14.5352 4.84357C14.7255 4.92746 14.9363 5.02042 15.1327 5.11537C15.6848 5.38231 16.3525 5.76708 16.8098 6.44533C17.1624 6.96815 17.3402 7.58704 17.3415 8.31099C19.1873 9.19701 19.8793 11.6588 18.5859 13.367C18.4033 13.6082 18.1173 13.75 17.8138 13.75H6.18506C5.88153 13.75 5.59562 13.6082 5.413 13.367C4.06453 11.5862 4.89664 9.07009 6.79562 8.25022C6.51308 6.95925 6.95025 5.51144 8.16479 4.70634C8.21737 3.80025 8.71004 2.99522 9.40909 2.41573ZM8.83371 6.751C8.38989 7.53318 8.74328 8.70667 9.76859 8.91317C10.2918 9.01856 10.6301 9.52592 10.5242 10.0464C10.4182 10.5669 9.90819 10.9034 9.38497 10.798C8.71168 10.6624 8.1616 10.3609 7.73934 9.95709C6.95654 10.1817 6.50228 11.0734 6.75446 11.8269H17.2443C17.508 11.0422 17.0244 10.0898 16.1442 9.92799C16.0578 9.91212 15.9682 9.9037 15.8757 9.9037C15.399 9.9037 14.9765 10.1295 14.7096 10.482C14.3884 10.9061 13.7824 10.991 13.356 10.6715C12.9296 10.352 12.8443 9.74909 13.1655 9.32492C13.6903 8.63179 14.4811 8.1453 15.3876 8.01531C15.3527 7.78298 15.2793 7.62776 15.2044 7.51658C15.0416 7.2752 14.7611 7.07391 14.2876 6.84498C14.1233 6.76551 13.9628 6.6948 13.7864 6.61702C13.7051 6.58119 13.6204 6.54387 13.5304 6.50349C13.2626 6.38343 12.9651 6.2437 12.6811 6.07299C12.1012 5.72447 11.5055 5.20277 11.2452 4.33541C11.1738 4.09747 11.1336 3.84077 11.1376 3.57483C10.9496 3.67037 10.7852 3.77823 10.6467 3.89307C10.1636 4.29355 10.0409 4.71834 10.1148 5.06398C10.1771 5.35479 10.4125 5.77621 11.0811 6.21844C11.5256 6.51249 11.6463 7.10934 11.3507 7.55154C11.0551 7.99374 10.4552 8.11385 10.0106 7.8198C9.53282 7.50375 9.1359 7.14506 8.83371 6.751Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.41498 12.5307C5.55732 12.3533 5.77252 12.25 6.00001 12.25H18C18.2275 12.25 18.4427 12.3533 18.585 12.5307C18.7274 12.7082 18.7815 12.9406 18.7321 13.1627L17.4184 19.0743C17.26 19.7877 17.1265 20.3882 16.9593 20.8618C16.7819 21.3643 16.5402 21.8052 16.1164 22.1451C15.6926 22.4851 15.2098 22.6253 14.6808 22.6895C14.1823 22.75 13.5671 22.75 12.8364 22.75H12.8363H11.1637H11.1636C10.4329 22.75 9.81775 22.75 9.31924 22.6895C8.79022 22.6253 8.30739 22.4851 7.8836 22.1451C7.45981 21.8052 7.21813 21.3643 7.0407 20.8618C6.87349 20.3882 6.74007 19.7877 6.58157 19.0744L6.58157 19.0744L5.26787 13.1627C5.21852 12.9406 5.27263 12.7082 5.41498 12.5307Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.40909 2.41573C10.2949 1.68137 11.5573 1.25 12.9685 1.25C13.3947 1.25 13.7705 1.52763 13.8938 1.93345C14.017 2.33926 13.8586 2.77748 13.5037 3.01222C13.2297 3.1935 13.1348 3.35409 13.0992 3.45038C13.0629 3.54885 13.0596 3.65877 13.0976 3.78521C13.1699 4.0264 13.3309 4.21669 13.6808 4.427C13.8617 4.53571 14.0724 4.63711 14.3248 4.7503C14.3905 4.77974 14.4613 4.81097 14.5352 4.84357C14.7255 4.92746 14.9363 5.02042 15.1327 5.11537C15.6848 5.38231 16.3525 5.76708 16.8098 6.44533C17.1624 6.96815 17.3402 7.58704 17.3415 8.31099C19.1873 9.19701 19.8793 11.6588 18.5859 13.367C18.4033 13.6082 18.1173 13.75 17.8138 13.75H6.18506C5.88153 13.75 5.59562 13.6082 5.413 13.367C4.06453 11.5862 4.89664 9.07009 6.79562 8.25022C6.51308 6.95925 6.95025 5.51144 8.16479 4.70634C8.21737 3.80025 8.71004 2.99522 9.40909 2.41573ZM8.83371 6.751C8.38989 7.53318 8.74328 8.70667 9.76859 8.91317C10.2918 9.01856 10.6301 9.52592 10.5242 10.0464C10.4182 10.5669 9.90819 10.9034 9.38497 10.798C8.71168 10.6624 8.1616 10.3609 7.73934 9.95709C6.95654 10.1817 6.50228 11.0734 6.75446 11.8269H17.2443C17.508 11.0422 17.0244 10.0898 16.1442 9.92799C16.0578 9.91212 15.9682 9.9037 15.8757 9.9037C15.399 9.9037 14.9765 10.1295 14.7096 10.482C14.3884 10.9061 13.7824 10.991 13.356 10.6715C12.9296 10.352 12.8443 9.74909 13.1655 9.32492C13.6903 8.63179 14.4811 8.1453 15.3876 8.01531C15.3527 7.78298 15.2793 7.62776 15.2044 7.51658C15.0416 7.2752 14.7611 7.07391 14.2876 6.84498C14.1233 6.76551 13.9628 6.6948 13.7864 6.61702C13.7051 6.58119 13.6204 6.54387 13.5304 6.50349C13.2626 6.38343 12.9651 6.2437 12.6811 6.07299C12.1012 5.72447 11.5055 5.20277 11.2452 4.33541C11.1738 4.09747 11.1336 3.84077 11.1376 3.57483C10.9496 3.67037 10.7852 3.77823 10.6467 3.89307C10.1636 4.29355 10.0409 4.71834 10.1148 5.06398C10.1771 5.35479 10.4125 5.77621 11.0811 6.21844C11.5256 6.51249 11.6463 7.10934 11.3507 7.55154C11.0551 7.99374 10.4552 8.11385 10.0106 7.8198C9.53282 7.50375 9.1359 7.14506 8.83371 6.751Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-lollipop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0312 12.75C12.5835 12.75 13.0312 13.1977 13.0312 13.75V21.75C13.0312 22.3023 12.5835 22.75 12.0312 22.75C11.479 22.75 11.0312 22.3023 11.0312 21.75V13.75C11.0312 13.1977 11.479 12.75 12.0312 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.42703 7.5194C5.38314 7.57466 5.29557 7.54107 5.30102 7.47071C5.57099 3.99018 8.48078 1.25 12.0306 1.25C15.3481 1.25 18.1066 3.6433 18.6738 6.79753C18.6908 6.89209 18.6993 6.93937 18.6938 6.98432C18.6765 7.1259 18.5444 7.24506 18.4018 7.24783C18.3218 7.24939 18.2456 7.21248 18.1678 7.198C16.6621 6.91755 15.7206 7.39149 15.0249 7.80121L14.9825 7.82617C14.3039 8.22599 14.134 8.32608 13.7828 8.20063C13.2843 8.02253 12.9723 7.64455 12.5186 7.05503C11.9882 6.36533 11.4112 5.71338 10.5656 5.41525C9.68614 5.10515 8.66188 5.25605 7.77266 5.63428C6.87817 6.01475 6.0163 6.66676 5.42703 7.5194Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2211 8.7706C18.4623 8.84004 18.583 8.87476 18.6437 8.97624C18.7045 9.07773 18.6796 9.19341 18.6299 9.42476C17.9759 12.4685 15.2697 14.75 12.0306 14.75C9.03576 14.75 6.49647 12.7996 5.61357 10.0998C5.56903 9.9636 5.54676 9.8955 5.56012 9.82109C5.74039 8.81678 7.49314 7.38323 8.35977 7.0146C9.04198 6.72443 9.66058 6.68665 10.0668 6.82989C10.6413 7.03244 11.0115 7.5558 11.3678 8.01925C11.7802 8.55594 12.3331 9.27557 13.2782 9.61319C14.4198 10.021 15.2502 9.4093 15.7861 9.09371C16.3341 8.77099 16.8862 8.49388 17.8592 8.66646L18.2211 8.7706Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0312 12.75C12.5835 12.75 13.0312 13.1977 13.0312 13.75V21.75C13.0312 22.3023 12.5835 22.75 12.0312 22.75C11.479 22.75 11.0312 22.3023 11.0312 21.75V13.75C11.0312 13.1977 11.479 12.75 12.0312 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.42703 7.5194C5.38314 7.57466 5.29557 7.54107 5.30102 7.47071C5.57099 3.99018 8.48078 1.25 12.0306 1.25C15.3481 1.25 18.1066 3.6433 18.6738 6.79753C18.6908 6.89209 18.6993 6.93937 18.6938 6.98432C18.6765 7.1259 18.5444 7.24506 18.4018 7.24783C18.3218 7.24939 18.2456 7.21248 18.1678 7.198C16.6621 6.91755 15.7206 7.39149 15.0249 7.80121L14.9825 7.82617C14.3039 8.22599 14.134 8.32608 13.7828 8.20063C13.2843 8.02253 12.9723 7.64455 12.5186 7.05503C11.9882 6.36533 11.4112 5.71338 10.5656 5.41525C9.68614 5.10515 8.66188 5.25605 7.77266 5.63428C6.87817 6.01475 6.0163 6.66676 5.42703 7.5194Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2211 8.7706C18.4623 8.84004 18.583 8.87476 18.6437 8.97624C18.7045 9.07773 18.6796 9.19341 18.6299 9.42476C17.9759 12.4685 15.2697 14.75 12.0306 14.75C9.03576 14.75 6.49647 12.7996 5.61357 10.0998C5.56903 9.9636 5.54676 9.8955 5.56012 9.82109C5.74039 8.81678 7.49314 7.38323 8.35977 7.0146C9.04198 6.72443 9.66058 6.68665 10.0668 6.82989C10.6413 7.03244 11.0115 7.5558 11.3678 8.01925C11.7802 8.55594 12.3331 9.27557 13.2782 9.61319C14.4198 10.021 15.2502 9.4093 15.7861 9.09371C16.3341 8.77099 16.8862 8.49388 17.8592 8.66646L18.2211 8.7706Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-milk-bottle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.51463 11.4507C6.2976 11.3056 6.02072 11.2838 5.78365 11.3932C5.54657 11.5025 5.38341 11.7273 5.3529 11.9866C5.28527 12.5612 5.25 13.1555 5.25 13.7768V17.9997C5.25 19.6301 5.41237 20.9604 6.32121 21.7935C6.77629 22.2107 7.35333 22.4429 8.01071 22.5753C8.66304 22.7066 9.44635 22.7497 10.3636 22.7497H13.6364C14.5536 22.7497 15.337 22.7066 15.9893 22.5753C16.6467 22.4429 17.2237 22.2107 17.6788 21.7935C18.5876 20.9604 18.75 19.6301 18.75 17.9997L18.75 15.9997C18.75 15.8007 18.671 15.61 18.5303 15.4693C18.3808 15.3198 18.2164 15.29 18.0207 15.247C17.9834 15.2388 17.9004 15.2162 17.7762 15.1582C17.5284 15.0426 17.1047 14.7802 16.5501 14.1911C16.0126 13.6201 15.2011 13.2724 14.3493 13.409L13.3057 13.5764C12.8407 13.6511 12.3763 13.4873 12.0765 13.1594L11.252 12.2575C10.6181 11.5642 9.65774 11.3617 8.82252 11.5462C8.46496 11.6252 7.96589 11.6746 7.49114 11.6555C6.98396 11.635 6.65048 11.5416 6.51463 11.4507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7273 3C15.1624 3 15.3636 3.30398 15.3636 3.5C15.3636 3.64937 15.2468 3.86143 14.9986 3.9539C14.9147 3.97537 14.8299 4 14.7273 4C14.175 4 13.7273 4.44772 13.7273 5C13.7273 5.46078 14.0389 5.84878 14.4629 5.96469C14.5971 6.00137 14.6642 6.0197 14.6966 6.0457C14.7289 6.07169 14.752 6.1155 14.7982 6.20313C16.152 8.77212 17 10.9289 17 13.7771V18C17 19.687 16.777 20.2465 16.4963 20.5038C16.3568 20.6317 16.1167 20.7648 15.6438 20.8601C15.1642 20.9566 14.5193 21 13.6364 21H10.3636C9.48074 21 8.83583 20.9566 8.35618 20.8601C7.88328 20.7648 7.64319 20.6317 7.50372 20.5038C7.22303 20.2465 7 19.687 7 18V13.7771C7 10.9317 7.82529 8.76871 9.16683 6.21152C9.21441 6.12084 9.23819 6.0755 9.27187 6.04905C9.30554 6.0226 9.3754 6.00521 9.51511 5.97042C9.95028 5.86208 10.2727 5.4687 10.2727 5C10.2727 4.44772 9.82501 4 9.27273 4C9.16503 4 9.07681 3.97325 8.98994 3.94953C8.74962 3.85488 8.63636 3.64706 8.63636 3.5C8.63636 3.30398 8.83759 3 9.27273 3H14.7273ZM7.19464 5.66988C7.28902 5.48558 7.33621 5.39343 7.32934 5.30842C7.32247 5.22341 7.24918 5.12387 7.10261 4.92478C6.81168 4.5296 6.63636 4.04404 6.63636 3.5C6.63636 2.03916 7.90039 1 9.27273 1H14.7273C16.0996 1 17.3636 2.03916 17.3636 3.5C17.3636 4.05228 17.183 4.54429 16.8841 4.94266C16.734 5.14269 16.659 5.2427 16.6517 5.32854C16.6445 5.41439 16.6923 5.50749 16.7881 5.69371C18.0859 8.21792 19 10.6306 19 13.7771V18C19 19.6223 18.8463 21.0628 17.8477 21.9782C17.3476 22.4366 16.7224 22.683 16.0386 22.8207C15.3616 22.957 14.5586 23 13.6364 23H10.3636C9.44144 23 8.63835 22.957 7.96136 22.8207C7.27763 22.683 6.65245 22.4366 6.15228 21.9782C5.1537 21.0628 5 19.6223 5 18V13.7771C5 10.6268 5.89559 8.20653 7.19464 5.66988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.51463 11.4507C6.2976 11.3056 6.02072 11.2838 5.78365 11.3932C5.54657 11.5025 5.38341 11.7273 5.3529 11.9866C5.28527 12.5612 5.25 13.1555 5.25 13.7768V17.9997C5.25 19.6301 5.41237 20.9604 6.32121 21.7935C6.77629 22.2107 7.35333 22.4429 8.01071 22.5753C8.66304 22.7066 9.44635 22.7497 10.3636 22.7497H13.6364C14.5536 22.7497 15.337 22.7066 15.9893 22.5753C16.6467 22.4429 17.2237 22.2107 17.6788 21.7935C18.5876 20.9604 18.75 19.6301 18.75 17.9997L18.75 15.9997C18.75 15.8007 18.671 15.61 18.5303 15.4693C18.3808 15.3198 18.2164 15.29 18.0207 15.247C17.9834 15.2388 17.9004 15.2162 17.7762 15.1582C17.5284 15.0426 17.1047 14.7802 16.5501 14.1911C16.0126 13.6201 15.2011 13.2724 14.3493 13.409L13.3057 13.5764C12.8407 13.6511 12.3763 13.4873 12.0765 13.1594L11.252 12.2575C10.6181 11.5642 9.65774 11.3617 8.82252 11.5462C8.46496 11.6252 7.96589 11.6746 7.49114 11.6555C6.98396 11.635 6.65048 11.5416 6.51463 11.4507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7273 3C15.1624 3 15.3636 3.30398 15.3636 3.5C15.3636 3.64937 15.2468 3.86143 14.9986 3.9539C14.9147 3.97537 14.8299 4 14.7273 4C14.175 4 13.7273 4.44772 13.7273 5C13.7273 5.46078 14.0389 5.84878 14.4629 5.96469C14.5971 6.00137 14.6642 6.0197 14.6966 6.0457C14.7289 6.07169 14.752 6.1155 14.7982 6.20313C16.152 8.77212 17 10.9289 17 13.7771V18C17 19.687 16.777 20.2465 16.4963 20.5038C16.3568 20.6317 16.1167 20.7648 15.6438 20.8601C15.1642 20.9566 14.5193 21 13.6364 21H10.3636C9.48074 21 8.83583 20.9566 8.35618 20.8601C7.88328 20.7648 7.64319 20.6317 7.50372 20.5038C7.22303 20.2465 7 19.687 7 18V13.7771C7 10.9317 7.82529 8.76871 9.16683 6.21152C9.21441 6.12084 9.23819 6.0755 9.27187 6.04905C9.30554 6.0226 9.3754 6.00521 9.51511 5.97042C9.95028 5.86208 10.2727 5.4687 10.2727 5C10.2727 4.44772 9.82501 4 9.27273 4C9.16503 4 9.07681 3.97325 8.98994 3.94953C8.74962 3.85488 8.63636 3.64706 8.63636 3.5C8.63636 3.30398 8.83759 3 9.27273 3H14.7273ZM7.19464 5.66988C7.28902 5.48558 7.33621 5.39343 7.32934 5.30842C7.32247 5.22341 7.24918 5.12387 7.10261 4.92478C6.81168 4.5296 6.63636 4.04404 6.63636 3.5C6.63636 2.03916 7.90039 1 9.27273 1H14.7273C16.0996 1 17.3636 2.03916 17.3636 3.5C17.3636 4.05228 17.183 4.54429 16.8841 4.94266C16.734 5.14269 16.659 5.2427 16.6517 5.32854C16.6445 5.41439 16.6923 5.50749 16.7881 5.69371C18.0859 8.21792 19 10.6306 19 13.7771V18C19 19.6223 18.8463 21.0628 17.8477 21.9782C17.3476 22.4366 16.7224 22.683 16.0386 22.8207C15.3616 22.957 14.5586 23 13.6364 23H10.3636C9.44144 23 8.63835 22.957 7.96136 22.8207C7.27763 22.683 6.65245 22.4366 6.15228 21.9782C5.1537 21.0628 5 19.6223 5 18V13.7771C5 10.6268 5.89559 8.20653 7.19464 5.66988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-milk-carton{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 4.60429V5.00379L10 8H20L17.9184 5.50519C17.7681 5.32509 17.6049 5.14763 17.5388 4.91785C17.3216 4.16211 17.7502 3.22243 17.2487 2.53866C16.7765 1.89489 15.8599 2.00758 15.1535 2.00758H9.6C8.37435 2.00758 7.76152 2.00758 7.38076 2.38786C7 2.76814 7 3.38019 7 4.60429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5431 12.4828C10.3316 12.2607 10.0062 12.1898 9.72146 12.3037C9.43671 12.4176 9.25 12.6933 9.25 13V22C9.25 22.4142 9.58579 22.75 10 22.75L16.052 22.75C16.9505 22.7501 17.6997 22.7501 18.2945 22.6701C18.9223 22.5857 19.4891 22.4 19.9445 21.9446C20.4 21.4891 20.5857 20.9223 20.6701 20.2945C20.7501 19.6997 20.75 18.9505 20.75 18.0521L20.75 17C20.75 16.6091 20.4509 16.288 20.069 16.2532C20.0499 16.2476 19.9979 16.2299 19.9157 16.1839C19.7314 16.0807 19.3877 15.8302 18.9268 15.2426C18.4765 14.6687 17.7393 14.2548 16.915 14.4135L16.0453 14.5809C15.7635 14.6351 15.4402 14.5277 15.1991 14.2113L14.5119 13.3094C13.9652 12.5918 13.088 12.3437 12.2947 12.554C12.0021 12.6316 11.5815 12.679 11.194 12.6526C10.763 12.6234 10.5765 12.5179 10.5431 12.4828Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1535 3.00755H9.60001C8.95895 3.00755 8.57863 3.00967 8.30664 3.04619C8.09554 3.07454 8.06703 3.10229 8.03867 3.31303C7.98247 3.73048 7.98882 4.15726 7.99551 4.58117L9.53581 6.12147L9.63405 6.21951L9.63405 6.21951C9.90111 6.48575 10.1515 6.73535 10.3608 7.00002C10.3734 7 10.3865 7 10.4 7H17.8633L17.1505 6.14582C17.1415 6.13493 17.1299 6.12157 17.1163 6.10589C16.9928 5.96305 16.7022 5.62703 16.5778 5.19415C16.4356 4.69954 16.4714 4.14001 16.4925 3.81026C16.4962 3.75241 16.4995 3.70164 16.5012 3.65952L16.5023 3.63557C16.5168 3.29127 16.526 3.07422 16.1514 3.02217C15.9738 2.9975 15.7322 3.0009 15.466 3.00465C15.3647 3.00608 15.2598 3.00755 15.1535 3.00755ZM20.7673 7.35864L18.6862 4.8645C18.4491 4.58037 18.4695 4.24941 18.4904 3.90952C18.4938 3.85418 18.4972 3.7986 18.4995 3.74296C18.5176 3.30902 18.5258 2.58895 18.0551 1.94719C17.5953 1.32032 16.9405 1.11259 16.4266 1.04119C16.0571 0.989869 15.6354 0.998638 15.3494 1.00459C15.2733 1.00617 15.2069 1.00755 15.1535 1.00755H9.60001L9.54083 1.00755C8.97907 1.00748 8.46175 1.00741 8.04047 1.06398C7.57581 1.12638 7.08131 1.27359 6.67411 1.68028C6.26674 2.08714 6.1191 2.58152 6.05654 3.0462C5.99987 3.4672 5.99994 3.9841 6 4.54501L6.00001 4.58621L4.46475 6.12147L4.36648 6.21954C3.88576 6.69879 3.45911 7.12412 3.22864 7.68053C2.99817 8.23693 2.9991 8.83938 3.00014 9.51818C3.00307 11.4282 3.00214 13.3381 3.0012 15.2481C3.00074 16.1874 3.00028 17.1267 3.00028 18.066C3.00023 18.9525 3.00019 19.7163 3.08242 20.3279C3.17055 20.9835 3.3693 21.6118 3.87896 22.1215C4.38862 22.6311 5.01697 22.8299 5.67249 22.918C6.28415 23.0002 7.04798 23.0002 7.93447 23.0002L11.0003 23.0002C11.0003 23.0001 11.0003 23 11.0003 23L16.0658 23C16.9523 23.0001 17.7161 23.0001 18.3278 22.9179C18.9833 22.8297 19.6117 22.631 20.1213 22.1213C20.631 21.6117 20.8297 20.9833 20.9179 20.3278C21.0001 19.7161 21.0001 18.9523 21 18.0658L21 8.00772V8C21 7.93793 20.9944 7.87718 20.9835 7.81823M10.9999 21H16C16.9711 21 17.5988 20.9979 18.0613 20.9357C18.495 20.8774 18.631 20.7832 18.7071 20.7071C18.7832 20.631 18.8774 20.495 18.9357 20.0613C18.9979 19.5988 19 18.9711 19 18V9.4C19 9.21144 19 9.11716 18.9414 9.05858C18.8828 9 18.7886 9 18.6 9H10.9971C11.001 9.16785 11.0007 9.3404 11.0004 9.51818C10.9958 12.5245 10.9973 15.5309 10.9988 18.5372C10.9992 19.3581 10.9996 20.1791 10.9999 21ZM7.42454 6.83863C7.22454 6.63863 7.12454 6.53863 7.00028 6.53863C6.87602 6.53863 6.77602 6.63863 6.57602 6.83863L5.87896 7.53568C5.2432 8.17144 5.13482 8.30486 5.0764 8.44589C5.01798 8.58693 5.00028 8.75791 5.00028 9.65701V18.0002C5.00028 18.9712 5.0024 19.5989 5.06459 20.0614C5.1229 20.4952 5.21705 20.6311 5.29317 20.7073C5.3693 20.7834 5.50524 20.8775 5.93898 20.9358C6.40149 20.998 7.0292 21.0002 8.00028 21.0002H9.00028V9.65701C9.00028 8.75791 8.98258 8.58693 8.92416 8.4459C8.86574 8.30486 8.75736 8.17144 8.1216 7.53568L7.42454 6.83863Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 4.60429V5.00379L10 8H20L17.9184 5.50519C17.7681 5.32509 17.6049 5.14763 17.5388 4.91785C17.3216 4.16211 17.7502 3.22243 17.2487 2.53866C16.7765 1.89489 15.8599 2.00758 15.1535 2.00758H9.6C8.37435 2.00758 7.76152 2.00758 7.38076 2.38786C7 2.76814 7 3.38019 7 4.60429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5431 12.4828C10.3316 12.2607 10.0062 12.1898 9.72146 12.3037C9.43671 12.4176 9.25 12.6933 9.25 13V22C9.25 22.4142 9.58579 22.75 10 22.75L16.052 22.75C16.9505 22.7501 17.6997 22.7501 18.2945 22.6701C18.9223 22.5857 19.4891 22.4 19.9445 21.9446C20.4 21.4891 20.5857 20.9223 20.6701 20.2945C20.7501 19.6997 20.75 18.9505 20.75 18.0521L20.75 17C20.75 16.6091 20.4509 16.288 20.069 16.2532C20.0499 16.2476 19.9979 16.2299 19.9157 16.1839C19.7314 16.0807 19.3877 15.8302 18.9268 15.2426C18.4765 14.6687 17.7393 14.2548 16.915 14.4135L16.0453 14.5809C15.7635 14.6351 15.4402 14.5277 15.1991 14.2113L14.5119 13.3094C13.9652 12.5918 13.088 12.3437 12.2947 12.554C12.0021 12.6316 11.5815 12.679 11.194 12.6526C10.763 12.6234 10.5765 12.5179 10.5431 12.4828Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1535 3.00755H9.60001C8.95895 3.00755 8.57863 3.00967 8.30664 3.04619C8.09554 3.07454 8.06703 3.10229 8.03867 3.31303C7.98247 3.73048 7.98882 4.15726 7.99551 4.58117L9.53581 6.12147L9.63405 6.21951L9.63405 6.21951C9.90111 6.48575 10.1515 6.73535 10.3608 7.00002C10.3734 7 10.3865 7 10.4 7H17.8633L17.1505 6.14582C17.1415 6.13493 17.1299 6.12157 17.1163 6.10589C16.9928 5.96305 16.7022 5.62703 16.5778 5.19415C16.4356 4.69954 16.4714 4.14001 16.4925 3.81026C16.4962 3.75241 16.4995 3.70164 16.5012 3.65952L16.5023 3.63557C16.5168 3.29127 16.526 3.07422 16.1514 3.02217C15.9738 2.9975 15.7322 3.0009 15.466 3.00465C15.3647 3.00608 15.2598 3.00755 15.1535 3.00755ZM20.7673 7.35864L18.6862 4.8645C18.4491 4.58037 18.4695 4.24941 18.4904 3.90952C18.4938 3.85418 18.4972 3.7986 18.4995 3.74296C18.5176 3.30902 18.5258 2.58895 18.0551 1.94719C17.5953 1.32032 16.9405 1.11259 16.4266 1.04119C16.0571 0.989869 15.6354 0.998638 15.3494 1.00459C15.2733 1.00617 15.2069 1.00755 15.1535 1.00755H9.60001L9.54083 1.00755C8.97907 1.00748 8.46175 1.00741 8.04047 1.06398C7.57581 1.12638 7.08131 1.27359 6.67411 1.68028C6.26674 2.08714 6.1191 2.58152 6.05654 3.0462C5.99987 3.4672 5.99994 3.9841 6 4.54501L6.00001 4.58621L4.46475 6.12147L4.36648 6.21954C3.88576 6.69879 3.45911 7.12412 3.22864 7.68053C2.99817 8.23693 2.9991 8.83938 3.00014 9.51818C3.00307 11.4282 3.00214 13.3381 3.0012 15.2481C3.00074 16.1874 3.00028 17.1267 3.00028 18.066C3.00023 18.9525 3.00019 19.7163 3.08242 20.3279C3.17055 20.9835 3.3693 21.6118 3.87896 22.1215C4.38862 22.6311 5.01697 22.8299 5.67249 22.918C6.28415 23.0002 7.04798 23.0002 7.93447 23.0002L11.0003 23.0002C11.0003 23.0001 11.0003 23 11.0003 23L16.0658 23C16.9523 23.0001 17.7161 23.0001 18.3278 22.9179C18.9833 22.8297 19.6117 22.631 20.1213 22.1213C20.631 21.6117 20.8297 20.9833 20.9179 20.3278C21.0001 19.7161 21.0001 18.9523 21 18.0658L21 8.00772V8C21 7.93793 20.9944 7.87718 20.9835 7.81823M10.9999 21H16C16.9711 21 17.5988 20.9979 18.0613 20.9357C18.495 20.8774 18.631 20.7832 18.7071 20.7071C18.7832 20.631 18.8774 20.495 18.9357 20.0613C18.9979 19.5988 19 18.9711 19 18V9.4C19 9.21144 19 9.11716 18.9414 9.05858C18.8828 9 18.7886 9 18.6 9H10.9971C11.001 9.16785 11.0007 9.3404 11.0004 9.51818C10.9958 12.5245 10.9973 15.5309 10.9988 18.5372C10.9992 19.3581 10.9996 20.1791 10.9999 21ZM7.42454 6.83863C7.22454 6.63863 7.12454 6.53863 7.00028 6.53863C6.87602 6.53863 6.77602 6.63863 6.57602 6.83863L5.87896 7.53568C5.2432 8.17144 5.13482 8.30486 5.0764 8.44589C5.01798 8.58693 5.00028 8.75791 5.00028 9.65701V18.0002C5.00028 18.9712 5.0024 19.5989 5.06459 20.0614C5.1229 20.4952 5.21705 20.6311 5.29317 20.7073C5.3693 20.7834 5.50524 20.8775 5.93898 20.9358C6.40149 20.998 7.0292 21.0002 8.00028 21.0002H9.00028V9.65701C9.00028 8.75791 8.98258 8.58693 8.92416 8.4459C8.86574 8.30486 8.75736 8.17144 8.1216 7.53568L7.42454 6.83863Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-milk-coconut{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.00055 9.40934C9.00066 9.21448 9.00071 9.11706 9.05928 9.05852C9.11786 8.99998 9.21406 8.99998 9.40646 8.99998H16.6003C16.7888 8.99998 16.8831 8.99998 16.9417 9.05855C17.0003 9.11713 17.0003 9.21141 17.0003 9.39998V9.99998C17.0003 10.5523 17.448 11 18.0003 11C18.5526 11 19.0003 10.5523 19.0003 9.99998V7.99998C19.0003 7.76583 18.9181 7.5391 18.7681 7.35931L16.6865 4.8645C16.4517 4.58318 16.4719 4.23631 16.4918 3.89476C16.4947 3.84396 16.4977 3.79328 16.4998 3.74296C16.5179 3.30902 16.5261 2.58895 16.0553 1.94719C15.5955 1.32032 14.9408 1.11259 14.4268 1.04119C14.0574 0.989868 13.6357 0.998638 13.3497 1.00459C12.0382 1.03186 10.7265 1.02365 9.41486 1.01544C8.79026 1.01153 8.16567 1.00762 7.5411 1.00755C6.97934 1.00748 6.46202 1.00741 6.04074 1.06398C5.57608 1.12638 5.08158 1.27359 4.67438 1.68028C4.26701 2.08714 4.11937 2.58152 4.05681 3.0462C4.00014 3.46724 4.0002 3.98418 4.00028 4.54516C4.00028 4.57116 3.98995 4.59609 3.97157 4.61448C3.43659 5.14945 2.90233 5.68516 2.36653 6.21931C1.88579 6.69858 1.45912 7.12393 1.22864 7.68035C0.998171 8.23676 0.999096 8.8392 1.00014 9.51801C1.00307 11.428 1.00214 13.338 1.0012 15.2479C1.00074 16.1872 1.00028 17.1265 1.00028 18.0658C1.00023 18.9523 1.00019 19.7161 1.08242 20.3278C1.17055 20.9833 1.3693 21.6116 1.87896 22.1213C2.38862 22.631 3.01697 22.8297 3.67249 22.9178C4.28415 23.0001 5.04798 23 5.93447 23L11.0003 23C11.5526 23 12.0003 22.5523 12.0003 22C12.0003 21.4477 11.5526 21 11.0003 21H9.40028C9.21172 21 9.11744 21 9.05887 20.9414C9.00029 20.8828 9.00028 20.7885 9.00026 20.6C9.00015 19.4679 8.99959 18.3358 8.99903 17.2038C8.99776 14.6418 8.99648 12.0799 9.00042 9.51801C9.00048 9.48157 9.00053 9.44534 9.00055 9.40934ZM5.28312 6.69703C5.14979 6.5637 5.08312 6.49703 5.00028 6.49703C4.91744 6.49703 4.85077 6.5637 4.71744 6.69703L3.87896 7.53551C3.2432 8.17127 3.13482 8.30468 3.0764 8.44572C3.01798 8.58676 3.00028 8.75773 3.00028 9.65683V18C3.00028 18.9711 3.0024 19.5988 3.06459 20.0613C3.1229 20.495 3.21705 20.631 3.29317 20.7071C3.3693 20.7832 3.50524 20.8774 3.93898 20.9357C4.40149 20.9979 5.0292 21 6.00028 21H6.60028C6.78884 21 6.88312 21 6.9417 20.9414C7.00028 20.8828 7.00028 20.7885 7.00028 20.6V9.65683C7.00028 8.75773 6.98258 8.58676 6.92416 8.44572C6.86574 8.30468 6.75736 8.17127 6.1216 7.53551L5.28312 6.69703Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2015 14.2015C14.9936 13.4095 15.8777 12.8086 16.693 12.495C17.0996 12.3386 17.523 12.2407 17.928 12.2507C18.2415 12.2585 18.5697 12.3331 18.8571 12.5178C19.2069 12.5562 19.58 12.6613 19.9232 12.8026C20.3629 12.9836 20.826 13.2538 21.1818 13.6096C23.2727 15.7006 23.2727 19.0908 21.1818 21.1818C19.0908 23.2727 15.7006 23.2727 13.6096 21.1818C13.2538 20.8259 12.9836 20.3629 12.8026 19.9232C12.6613 19.58 12.5562 19.2069 12.5178 18.8571C12.3331 18.5697 12.2585 18.2415 12.2507 17.928C12.2407 17.523 12.3386 17.0996 12.495 16.693C12.8086 15.8777 13.4095 14.9936 14.2015 14.2015ZM19.5605 14.2845C19.788 14.3986 19.9843 14.5334 20.1211 14.6702C21.6263 16.1754 21.6263 18.6159 20.1211 20.1211C18.6159 21.6263 16.1754 21.6263 14.6702 20.1211C14.5333 19.9841 14.3983 19.7875 14.2842 19.5597C14.4618 19.5375 14.6347 19.4993 14.796 19.4524C15.2015 19.3346 15.6267 19.1396 16.0507 18.8832C16.0902 18.9672 16.1346 19.0517 16.1846 19.1362C16.482 19.6374 16.9465 20.0815 17.6522 20.4343C18.0227 20.6195 18.4732 20.4694 18.6584 20.0989C18.8437 19.7284 18.6935 19.2779 18.323 19.0927C17.8448 18.8535 17.609 18.5972 17.4748 18.3709C17.3961 18.2383 17.3414 18.0983 17.2998 17.9445C17.411 17.8437 17.5212 17.7388 17.63 17.63C18.422 16.838 19.023 15.9538 19.3365 15.1386C19.4444 14.858 19.5245 14.5695 19.5605 14.2845Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.00055 9.40934C9.00066 9.21448 9.00071 9.11706 9.05928 9.05852C9.11786 8.99998 9.21406 8.99998 9.40646 8.99998H16.6003C16.7888 8.99998 16.8831 8.99998 16.9417 9.05855C17.0003 9.11713 17.0003 9.21141 17.0003 9.39998V9.99998C17.0003 10.5523 17.448 11 18.0003 11C18.5526 11 19.0003 10.5523 19.0003 9.99998V7.99998C19.0003 7.76583 18.9181 7.5391 18.7681 7.35931L16.6865 4.8645C16.4517 4.58318 16.4719 4.23631 16.4918 3.89476C16.4947 3.84396 16.4977 3.79328 16.4998 3.74296C16.5179 3.30902 16.5261 2.58895 16.0553 1.94719C15.5955 1.32032 14.9408 1.11259 14.4268 1.04119C14.0574 0.989868 13.6357 0.998638 13.3497 1.00459C12.0382 1.03186 10.7265 1.02365 9.41486 1.01544C8.79026 1.01153 8.16567 1.00762 7.5411 1.00755C6.97934 1.00748 6.46202 1.00741 6.04074 1.06398C5.57608 1.12638 5.08158 1.27359 4.67438 1.68028C4.26701 2.08714 4.11937 2.58152 4.05681 3.0462C4.00014 3.46724 4.0002 3.98418 4.00028 4.54516C4.00028 4.57116 3.98995 4.59609 3.97157 4.61448C3.43659 5.14945 2.90233 5.68516 2.36653 6.21931C1.88579 6.69858 1.45912 7.12393 1.22864 7.68035C0.998171 8.23676 0.999096 8.8392 1.00014 9.51801C1.00307 11.428 1.00214 13.338 1.0012 15.2479C1.00074 16.1872 1.00028 17.1265 1.00028 18.0658C1.00023 18.9523 1.00019 19.7161 1.08242 20.3278C1.17055 20.9833 1.3693 21.6116 1.87896 22.1213C2.38862 22.631 3.01697 22.8297 3.67249 22.9178C4.28415 23.0001 5.04798 23 5.93447 23L11.0003 23C11.5526 23 12.0003 22.5523 12.0003 22C12.0003 21.4477 11.5526 21 11.0003 21H9.40028C9.21172 21 9.11744 21 9.05887 20.9414C9.00029 20.8828 9.00028 20.7885 9.00026 20.6C9.00015 19.4679 8.99959 18.3358 8.99903 17.2038C8.99776 14.6418 8.99648 12.0799 9.00042 9.51801C9.00048 9.48157 9.00053 9.44534 9.00055 9.40934ZM5.28312 6.69703C5.14979 6.5637 5.08312 6.49703 5.00028 6.49703C4.91744 6.49703 4.85077 6.5637 4.71744 6.69703L3.87896 7.53551C3.2432 8.17127 3.13482 8.30468 3.0764 8.44572C3.01798 8.58676 3.00028 8.75773 3.00028 9.65683V18C3.00028 18.9711 3.0024 19.5988 3.06459 20.0613C3.1229 20.495 3.21705 20.631 3.29317 20.7071C3.3693 20.7832 3.50524 20.8774 3.93898 20.9357C4.40149 20.9979 5.0292 21 6.00028 21H6.60028C6.78884 21 6.88312 21 6.9417 20.9414C7.00028 20.8828 7.00028 20.7885 7.00028 20.6V9.65683C7.00028 8.75773 6.98258 8.58676 6.92416 8.44572C6.86574 8.30468 6.75736 8.17127 6.1216 7.53551L5.28312 6.69703Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2015 14.2015C14.9936 13.4095 15.8777 12.8086 16.693 12.495C17.0996 12.3386 17.523 12.2407 17.928 12.2507C18.2415 12.2585 18.5697 12.3331 18.8571 12.5178C19.2069 12.5562 19.58 12.6613 19.9232 12.8026C20.3629 12.9836 20.826 13.2538 21.1818 13.6096C23.2727 15.7006 23.2727 19.0908 21.1818 21.1818C19.0908 23.2727 15.7006 23.2727 13.6096 21.1818C13.2538 20.8259 12.9836 20.3629 12.8026 19.9232C12.6613 19.58 12.5562 19.2069 12.5178 18.8571C12.3331 18.5697 12.2585 18.2415 12.2507 17.928C12.2407 17.523 12.3386 17.0996 12.495 16.693C12.8086 15.8777 13.4095 14.9936 14.2015 14.2015ZM19.5605 14.2845C19.788 14.3986 19.9843 14.5334 20.1211 14.6702C21.6263 16.1754 21.6263 18.6159 20.1211 20.1211C18.6159 21.6263 16.1754 21.6263 14.6702 20.1211C14.5333 19.9841 14.3983 19.7875 14.2842 19.5597C14.4618 19.5375 14.6347 19.4993 14.796 19.4524C15.2015 19.3346 15.6267 19.1396 16.0507 18.8832C16.0902 18.9672 16.1346 19.0517 16.1846 19.1362C16.482 19.6374 16.9465 20.0815 17.6522 20.4343C18.0227 20.6195 18.4732 20.4694 18.6584 20.0989C18.8437 19.7284 18.6935 19.2779 18.323 19.0927C17.8448 18.8535 17.609 18.5972 17.4748 18.3709C17.3961 18.2383 17.3414 18.0983 17.2998 17.9445C17.411 17.8437 17.5212 17.7388 17.63 17.63C18.422 16.838 19.023 15.9538 19.3365 15.1386C19.4444 14.858 19.5245 14.5695 19.5605 14.2845Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-milk-oat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.00055 9.40934C9.00066 9.21448 9.00071 9.11706 9.05928 9.05852C9.11786 8.99998 9.21406 8.99998 9.40646 8.99998H16.6003C16.7888 8.99998 16.8831 8.99998 16.9417 9.05855C17.0003 9.11713 17.0003 9.21141 17.0003 9.39998V10.5C17.0003 11.0523 17.448 11.5 18.0003 11.5C18.5526 11.5 19.0003 11.0523 19.0003 10.5V7.99998C19.0003 7.76583 18.9181 7.5391 18.7681 7.35931L16.6865 4.8645C16.4517 4.58318 16.4719 4.23631 16.4918 3.89476C16.4947 3.84396 16.4977 3.79328 16.4998 3.74296C16.5179 3.30902 16.5261 2.58895 16.0553 1.94719C15.5955 1.32032 14.9408 1.11259 14.4268 1.04119C14.0574 0.989868 13.6357 0.998638 13.3497 1.00459C12.0382 1.03186 10.7265 1.02365 9.41486 1.01544C8.79026 1.01153 8.16567 1.00762 7.5411 1.00755C6.97934 1.00748 6.46202 1.00741 6.04074 1.06398C5.57608 1.12638 5.08158 1.27359 4.67438 1.68028C4.26701 2.08714 4.11937 2.58152 4.05681 3.0462C4.00014 3.46724 4.0002 3.98418 4.00028 4.54516C4.00028 4.57116 3.98995 4.59609 3.97157 4.61448C3.43659 5.14945 2.90233 5.68516 2.36653 6.21931C1.88579 6.69858 1.45912 7.12393 1.22864 7.68035C0.998171 8.23676 0.999096 8.8392 1.00014 9.51801C1.00307 11.428 1.00214 13.338 1.0012 15.2479C1.00074 16.1872 1.00028 17.1265 1.00028 18.0658C1.00023 18.9523 1.00019 19.7161 1.08242 20.3278C1.17055 20.9833 1.3693 21.6116 1.87896 22.1213C2.38862 22.631 3.01697 22.8297 3.67249 22.9178C4.28415 23.0001 5.04798 23 5.93447 23L12.001 23C12.5533 23 13.001 22.5523 13.001 22C13.001 21.4477 12.5533 21 12.001 21H9.40028C9.21172 21 9.11744 21 9.05887 20.9414C9.00029 20.8828 9.00028 20.7885 9.00026 20.6C9.00015 19.4679 8.99959 18.3358 8.99903 17.2038C8.99774 14.6056 8.99915 12.0075 9.00055 9.40934ZM5.28312 6.69703C5.14979 6.5637 5.08312 6.49703 5.00028 6.49703C4.91744 6.49703 4.85077 6.5637 4.71744 6.69703L3.87896 7.53551C3.2432 8.17127 3.13482 8.30468 3.0764 8.44572C3.01798 8.58676 3.00028 8.75773 3.00028 9.65683V18C3.00028 18.9711 3.0024 19.5988 3.06459 20.0613C3.1229 20.495 3.21705 20.631 3.29317 20.7071C3.3693 20.7832 3.50524 20.8774 3.93898 20.9357C4.40149 20.9979 5.0292 21 6.00028 21H6.60028C6.78884 21 6.88312 21 6.9417 20.9414C7.00028 20.8828 7.00028 20.7885 7.00028 20.6V9.65683C7.00028 8.75773 6.98258 8.58676 6.92416 8.44572C6.86574 8.30468 6.75736 8.17127 6.1216 7.53551L5.28312 6.69703Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.359 20.2982C21.5078 20.447 21.5822 20.5215 21.6754 20.5131C21.7685 20.5047 21.8258 20.4222 21.9402 20.2571C22.3796 19.6235 22.6825 18.9117 22.7396 18.1317C22.8281 16.924 22.3168 15.7199 21.1701 14.5732C20.0218 13.4248 18.502 12.6654 17.0672 12.3784C16.1201 12.189 15.1127 12.1905 14.2647 12.5088C14.0537 12.588 13.9481 12.6276 13.9251 12.7342C13.902 12.8409 13.9884 12.9273 14.1613 13.1002L21.359 20.2982Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.1005 14.1607C12.9276 13.9878 12.8412 13.9014 12.7346 13.9244C12.628 13.9475 12.5884 14.053 12.5091 14.2639C12.1905 15.1121 12.189 16.1199 12.3784 17.0672C12.6654 18.502 13.4248 20.0218 14.5732 21.1701C15.7199 22.3168 16.924 22.8281 18.1317 22.7396C18.9118 22.6825 19.6236 22.3796 20.2572 21.9402C20.4223 21.8257 20.5048 21.7685 20.5132 21.6753C20.5215 21.5821 20.4471 21.5077 20.2984 21.3589L13.1005 14.1607Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.00055 9.40934C9.00066 9.21448 9.00071 9.11706 9.05928 9.05852C9.11786 8.99998 9.21406 8.99998 9.40646 8.99998H16.6003C16.7888 8.99998 16.8831 8.99998 16.9417 9.05855C17.0003 9.11713 17.0003 9.21141 17.0003 9.39998V10.5C17.0003 11.0523 17.448 11.5 18.0003 11.5C18.5526 11.5 19.0003 11.0523 19.0003 10.5V7.99998C19.0003 7.76583 18.9181 7.5391 18.7681 7.35931L16.6865 4.8645C16.4517 4.58318 16.4719 4.23631 16.4918 3.89476C16.4947 3.84396 16.4977 3.79328 16.4998 3.74296C16.5179 3.30902 16.5261 2.58895 16.0553 1.94719C15.5955 1.32032 14.9408 1.11259 14.4268 1.04119C14.0574 0.989868 13.6357 0.998638 13.3497 1.00459C12.0382 1.03186 10.7265 1.02365 9.41486 1.01544C8.79026 1.01153 8.16567 1.00762 7.5411 1.00755C6.97934 1.00748 6.46202 1.00741 6.04074 1.06398C5.57608 1.12638 5.08158 1.27359 4.67438 1.68028C4.26701 2.08714 4.11937 2.58152 4.05681 3.0462C4.00014 3.46724 4.0002 3.98418 4.00028 4.54516C4.00028 4.57116 3.98995 4.59609 3.97157 4.61448C3.43659 5.14945 2.90233 5.68516 2.36653 6.21931C1.88579 6.69858 1.45912 7.12393 1.22864 7.68035C0.998171 8.23676 0.999096 8.8392 1.00014 9.51801C1.00307 11.428 1.00214 13.338 1.0012 15.2479C1.00074 16.1872 1.00028 17.1265 1.00028 18.0658C1.00023 18.9523 1.00019 19.7161 1.08242 20.3278C1.17055 20.9833 1.3693 21.6116 1.87896 22.1213C2.38862 22.631 3.01697 22.8297 3.67249 22.9178C4.28415 23.0001 5.04798 23 5.93447 23L12.001 23C12.5533 23 13.001 22.5523 13.001 22C13.001 21.4477 12.5533 21 12.001 21H9.40028C9.21172 21 9.11744 21 9.05887 20.9414C9.00029 20.8828 9.00028 20.7885 9.00026 20.6C9.00015 19.4679 8.99959 18.3358 8.99903 17.2038C8.99774 14.6056 8.99915 12.0075 9.00055 9.40934ZM5.28312 6.69703C5.14979 6.5637 5.08312 6.49703 5.00028 6.49703C4.91744 6.49703 4.85077 6.5637 4.71744 6.69703L3.87896 7.53551C3.2432 8.17127 3.13482 8.30468 3.0764 8.44572C3.01798 8.58676 3.00028 8.75773 3.00028 9.65683V18C3.00028 18.9711 3.0024 19.5988 3.06459 20.0613C3.1229 20.495 3.21705 20.631 3.29317 20.7071C3.3693 20.7832 3.50524 20.8774 3.93898 20.9357C4.40149 20.9979 5.0292 21 6.00028 21H6.60028C6.78884 21 6.88312 21 6.9417 20.9414C7.00028 20.8828 7.00028 20.7885 7.00028 20.6V9.65683C7.00028 8.75773 6.98258 8.58676 6.92416 8.44572C6.86574 8.30468 6.75736 8.17127 6.1216 7.53551L5.28312 6.69703Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.359 20.2982C21.5078 20.447 21.5822 20.5215 21.6754 20.5131C21.7685 20.5047 21.8258 20.4222 21.9402 20.2571C22.3796 19.6235 22.6825 18.9117 22.7396 18.1317C22.8281 16.924 22.3168 15.7199 21.1701 14.5732C20.0218 13.4248 18.502 12.6654 17.0672 12.3784C16.1201 12.189 15.1127 12.1905 14.2647 12.5088C14.0537 12.588 13.9481 12.6276 13.9251 12.7342C13.902 12.8409 13.9884 12.9273 14.1613 13.1002L21.359 20.2982Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.1005 14.1607C12.9276 13.9878 12.8412 13.9014 12.7346 13.9244C12.628 13.9475 12.5884 14.053 12.5091 14.2639C12.1905 15.1121 12.189 16.1199 12.3784 17.0672C12.6654 18.502 13.4248 20.0218 14.5732 21.1701C15.7199 22.3168 16.924 22.8281 18.1317 22.7396C18.9118 22.6825 19.6236 22.3796 20.2572 21.9402C20.4223 21.8257 20.5048 21.7685 20.5132 21.6753C20.5215 21.5821 20.4471 21.5077 20.2984 21.3589L13.1005 14.1607Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-mochi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9385 12.246C20.0871 13.5304 20.8125 15.1856 20.8125 16.7135C20.8125 17.6054 20.5677 18.247 20.1967 18.7269C19.8173 19.2175 19.2549 19.6039 18.524 19.8867C18.0253 20.0797 17.7782 20.6385 17.9721 21.1348C18.1659 21.6312 18.7273 21.8772 19.226 21.6842C20.1918 21.3105 21.0825 20.7432 21.7321 19.9031C22.39 19.0523 22.75 17.9862 22.75 16.7135C22.75 14.6175 21.7801 12.523 20.3857 10.9638C18.9974 9.41131 17.0587 8.25 15 8.25C12.9413 8.25 11.0026 9.41131 9.61429 10.9638C8.21993 12.523 7.25 14.6175 7.25 16.7135C7.25 17.9862 7.61001 19.0523 8.26792 19.9031C8.91748 20.7432 9.80821 21.3105 10.774 21.6842C11.2727 21.8772 11.8341 21.6312 12.0279 21.1348C12.2218 20.6385 11.9747 20.0797 11.476 19.8867C10.7451 19.6039 10.1827 19.2175 9.80332 18.7269C9.43227 18.247 9.1875 17.6054 9.1875 16.7135C9.1875 15.1856 9.91288 13.5304 11.0615 12.246C12.2161 10.9548 13.668 10.1785 15 10.1785C16.332 10.1785 17.7839 10.9548 18.9385 12.246Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0644 3.65026C12.7016 2.24879 10.9115 1.25 9.03788 1.25C6.98988 1.25 5.04061 2.4419 3.63318 4.06175C2.21974 5.68853 1.25 7.8599 1.25 10.0107C1.25 12.0638 2.13807 13.5052 3.51207 14.4208C4.02809 14.7647 4.60473 15.0296 5.21616 15.2298C5.49515 15.3212 5.63465 15.3669 5.74999 15.3014C5.86534 15.236 5.90089 15.0788 5.97198 14.7643C6.38179 12.9516 7.32287 11.2756 8.49593 9.96386C10.0653 8.20894 12.3803 6.75 14.9998 6.75C15.0317 6.75 15.0635 6.75022 15.0953 6.75065C15.5969 6.75744 15.8477 6.76083 15.9366 6.61337C16.0255 6.46591 15.9179 6.26895 15.7029 5.87504C15.2568 5.05778 14.6981 4.30201 14.0644 3.65026ZM8.03099 5.12408C8.32388 4.83119 8.32388 4.35631 8.03099 4.06342C7.7381 3.77053 7.26322 3.77053 6.97033 4.06342L6.28608 4.74767C5.99318 5.04057 5.99318 5.51544 6.28608 5.80833C6.57897 6.10123 7.05384 6.10123 7.34674 5.80833L8.03099 5.12408ZM11.031 4.06342C10.7381 3.77053 10.2632 3.77053 9.97033 4.06342C9.67744 4.35631 9.67744 4.83119 9.97033 5.12408L10.6546 5.80833C10.9475 6.10123 11.4223 6.10123 11.7152 5.80833C12.0081 5.51544 12.0081 5.04057 11.7152 4.74767L11.031 4.06342Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0452 13.2254C12.8 12.3866 13.8617 11.75 15 11.75C16.1383 11.75 17.2 12.3866 17.9548 13.2254C18.7123 14.0672 19.25 15.2089 19.25 16.3679C19.25 17.9176 18.1817 18.7602 17.0993 19.1529C16.9056 19.2232 16.8361 19.3666 16.8361 19.4544V20.8947C16.8361 21.9193 16.0221 22.75 15.018 22.75C14.0138 22.75 13.1999 21.9193 13.1999 20.8947V19.4544C13.1999 19.3661 13.1301 19.2236 12.9386 19.1549C11.8568 18.7671 10.75 17.9292 10.75 16.3679C10.75 15.2089 11.2877 14.0672 12.0452 13.2254Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9385 12.246C20.0871 13.5304 20.8125 15.1856 20.8125 16.7135C20.8125 17.6054 20.5677 18.247 20.1967 18.7269C19.8173 19.2175 19.2549 19.6039 18.524 19.8867C18.0253 20.0797 17.7782 20.6385 17.9721 21.1348C18.1659 21.6312 18.7273 21.8772 19.226 21.6842C20.1918 21.3105 21.0825 20.7432 21.7321 19.9031C22.39 19.0523 22.75 17.9862 22.75 16.7135C22.75 14.6175 21.7801 12.523 20.3857 10.9638C18.9974 9.41131 17.0587 8.25 15 8.25C12.9413 8.25 11.0026 9.41131 9.61429 10.9638C8.21993 12.523 7.25 14.6175 7.25 16.7135C7.25 17.9862 7.61001 19.0523 8.26792 19.9031C8.91748 20.7432 9.80821 21.3105 10.774 21.6842C11.2727 21.8772 11.8341 21.6312 12.0279 21.1348C12.2218 20.6385 11.9747 20.0797 11.476 19.8867C10.7451 19.6039 10.1827 19.2175 9.80332 18.7269C9.43227 18.247 9.1875 17.6054 9.1875 16.7135C9.1875 15.1856 9.91288 13.5304 11.0615 12.246C12.2161 10.9548 13.668 10.1785 15 10.1785C16.332 10.1785 17.7839 10.9548 18.9385 12.246Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0644 3.65026C12.7016 2.24879 10.9115 1.25 9.03788 1.25C6.98988 1.25 5.04061 2.4419 3.63318 4.06175C2.21974 5.68853 1.25 7.8599 1.25 10.0107C1.25 12.0638 2.13807 13.5052 3.51207 14.4208C4.02809 14.7647 4.60473 15.0296 5.21616 15.2298C5.49515 15.3212 5.63465 15.3669 5.74999 15.3014C5.86534 15.236 5.90089 15.0788 5.97198 14.7643C6.38179 12.9516 7.32287 11.2756 8.49593 9.96386C10.0653 8.20894 12.3803 6.75 14.9998 6.75C15.0317 6.75 15.0635 6.75022 15.0953 6.75065C15.5969 6.75744 15.8477 6.76083 15.9366 6.61337C16.0255 6.46591 15.9179 6.26895 15.7029 5.87504C15.2568 5.05778 14.6981 4.30201 14.0644 3.65026ZM8.03099 5.12408C8.32388 4.83119 8.32388 4.35631 8.03099 4.06342C7.7381 3.77053 7.26322 3.77053 6.97033 4.06342L6.28608 4.74767C5.99318 5.04057 5.99318 5.51544 6.28608 5.80833C6.57897 6.10123 7.05384 6.10123 7.34674 5.80833L8.03099 5.12408ZM11.031 4.06342C10.7381 3.77053 10.2632 3.77053 9.97033 4.06342C9.67744 4.35631 9.67744 4.83119 9.97033 5.12408L10.6546 5.80833C10.9475 6.10123 11.4223 6.10123 11.7152 5.80833C12.0081 5.51544 12.0081 5.04057 11.7152 4.74767L11.031 4.06342Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0452 13.2254C12.8 12.3866 13.8617 11.75 15 11.75C16.1383 11.75 17.2 12.3866 17.9548 13.2254C18.7123 14.0672 19.25 15.2089 19.25 16.3679C19.25 17.9176 18.1817 18.7602 17.0993 19.1529C16.9056 19.2232 16.8361 19.3666 16.8361 19.4544V20.8947C16.8361 21.9193 16.0221 22.75 15.018 22.75C14.0138 22.75 13.1999 21.9193 13.1999 20.8947V19.4544C13.1999 19.3661 13.1301 19.2236 12.9386 19.1549C11.8568 18.7671 10.75 17.9292 10.75 16.3679C10.75 15.2089 11.2877 14.0672 12.0452 13.2254Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-mushroom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0153 1.25C7.07313 1.25 2.85007 4.08233 2.27508 8.94328C2.1587 9.92719 2.45283 10.7792 3.0433 11.4634C3.61448 12.1252 4.43619 12.6019 5.3545 12.9422C7.18965 13.6223 9.63409 13.8396 12.0196 13.7179C14.4105 13.596 16.8359 13.1286 18.6477 12.3686C19.5501 11.9901 20.3511 11.518 20.9134 10.9366C21.4874 10.3429 21.8516 9.58681 21.7252 8.71176C21.0433 3.98874 16.8764 1.25 12.0153 1.25ZM16 5C16.8252 5 17.5668 5.40255 18.0821 5.9179C18.5975 6.43324 19 7.17477 19 8C19 8.55229 18.5523 9 18 9C17.4477 9 17 8.55229 17 8C17 7.82524 16.9025 7.56676 16.6679 7.33211C16.4332 7.09746 16.1748 7 16 7C15.4477 7 15 6.55229 15 6C15 5.44772 15.4477 5 16 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8061 14.9371C15.0751 14.8953 15.2096 14.8743 15.3083 14.9431C15.407 15.0118 15.4328 15.1391 15.4844 15.3937C15.6167 16.0466 15.7086 16.739 15.7388 17.4214C15.7799 18.349 15.7097 19.3084 15.4412 20.1557C15.1714 21.0069 14.6829 21.7968 13.8566 22.2772C11.5977 23.5905 8.77315 22.0523 8.28808 19.4091C8.15678 18.6936 8.386 18.0699 8.65508 17.5645C8.78992 17.3113 8.94719 17.0653 9.09503 16.8385L9.17299 16.7191C9.29668 16.53 9.41307 16.352 9.52331 16.1674C9.62321 16.0001 9.71102 15.8384 9.78413 15.679C9.88872 15.4511 9.94102 15.3371 10.0163 15.2895C10.0917 15.242 10.2018 15.2435 10.4222 15.2466C10.9835 15.2545 11.5442 15.2432 12.096 15.2151C12.9971 15.1691 13.9112 15.0764 14.8061 14.9371Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0153 1.25C7.07313 1.25 2.85007 4.08233 2.27508 8.94328C2.1587 9.92719 2.45283 10.7792 3.0433 11.4634C3.61448 12.1252 4.43619 12.6019 5.3545 12.9422C7.18965 13.6223 9.63409 13.8396 12.0196 13.7179C14.4105 13.596 16.8359 13.1286 18.6477 12.3686C19.5501 11.9901 20.3511 11.518 20.9134 10.9366C21.4874 10.3429 21.8516 9.58681 21.7252 8.71176C21.0433 3.98874 16.8764 1.25 12.0153 1.25ZM16 5C16.8252 5 17.5668 5.40255 18.0821 5.9179C18.5975 6.43324 19 7.17477 19 8C19 8.55229 18.5523 9 18 9C17.4477 9 17 8.55229 17 8C17 7.82524 16.9025 7.56676 16.6679 7.33211C16.4332 7.09746 16.1748 7 16 7C15.4477 7 15 6.55229 15 6C15 5.44772 15.4477 5 16 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8061 14.9371C15.0751 14.8953 15.2096 14.8743 15.3083 14.9431C15.407 15.0118 15.4328 15.1391 15.4844 15.3937C15.6167 16.0466 15.7086 16.739 15.7388 17.4214C15.7799 18.349 15.7097 19.3084 15.4412 20.1557C15.1714 21.0069 14.6829 21.7968 13.8566 22.2772C11.5977 23.5905 8.77315 22.0523 8.28808 19.4091C8.15678 18.6936 8.386 18.0699 8.65508 17.5645C8.78992 17.3113 8.94719 17.0653 9.09503 16.8385L9.17299 16.7191C9.29668 16.53 9.41307 16.352 9.52331 16.1674C9.62321 16.0001 9.71102 15.8384 9.78413 15.679C9.88872 15.4511 9.94102 15.3371 10.0163 15.2895C10.0917 15.242 10.2018 15.2435 10.4222 15.2466C10.9835 15.2545 11.5442 15.2432 12.096 15.2151C12.9971 15.1691 13.9112 15.0764 14.8061 14.9371Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-natural-food{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.41342 18.798C11.0244 20.8537 13.9216 21.2297 16.2683 19.637C16.9726 19.1591 17.4973 18.4915 17.9365 17.7982C18.2477 17.307 18.5418 16.7582 18.827 16.2262L18.827 16.2262C18.9375 16.0201 19.0467 15.8165 19.1549 15.6197C19.9621 14.1526 20.8178 12.8806 22.3032 12.2265C22.5235 12.1294 22.6839 11.9325 22.7343 11.697C22.7847 11.4616 22.7189 11.2163 22.5576 11.0375C20.5575 8.82192 18.2696 8.08609 16.1862 8.1265C14.1348 8.1663 12.3176 8.95531 11.1713 9.73329C8.86736 11.2969 7.75618 14.2979 8.45896 16.8753C10.1026 15.1345 11.8397 13.8759 13.5367 12.9888C14.0262 12.733 14.6304 12.9223 14.8862 13.4118C15.1421 13.9012 14.9527 14.5054 14.4633 14.7613C12.7985 15.6315 11.0561 16.9226 9.41342 18.798Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.48355 2.09923C8.56064 1.85324 8.506 1.5849 8.33884 1.38864C8.17169 1.19239 7.91546 1.09574 7.66034 1.1327C3.10219 1.79309 1.53033 5.48695 1.28409 7.48912C1.03021 9.55343 2.21747 11.488 4.07719 12.1514C3.94842 10.5577 3.98871 9.08631 4.13914 7.7621C4.20147 7.21335 4.69686 6.81902 5.24561 6.88136C5.79437 6.94369 6.18869 7.43908 6.12636 7.98784C5.97941 9.28144 5.94698 10.7436 6.10224 12.3454C7.96656 12.0594 9.47624 10.513 9.72053 8.52668C9.80095 7.87276 9.6696 7.25812 9.48597 6.70496C9.35702 6.31652 9.18368 5.90983 9.02163 5.52963L9.02161 5.5296C8.96067 5.38662 8.90133 5.24739 8.84655 5.11429C8.42273 4.0846 8.15222 3.15652 8.48355 2.09923Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.07715 12.1514C4.26923 14.5287 4.83752 17.1778 5.97762 20.0157C5.69058 20.4483 5.40945 20.9005 5.13514 21.373C4.85785 21.8506 5.02024 22.4626 5.49787 22.7399C5.97549 23.0172 6.58748 22.8548 6.86477 22.3771C7.66637 20.9964 8.52507 19.8122 9.41288 18.7986C9.19509 18.5207 9.00081 18.2122 8.83455 17.8737C8.6763 17.5515 8.55132 17.2175 8.45817 16.8761C8.09748 17.2582 7.74129 17.6635 7.39101 18.0932C6.67004 16.0342 6.2728 14.1055 6.1022 12.3454C5.73518 12.4017 5.35441 12.4091 4.96685 12.3615C4.65661 12.3233 4.35915 12.252 4.07715 12.1514Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.41342 18.798C11.0244 20.8537 13.9216 21.2297 16.2683 19.637C16.9726 19.1591 17.4973 18.4915 17.9365 17.7982C18.2477 17.307 18.5418 16.7582 18.827 16.2262L18.827 16.2262C18.9375 16.0201 19.0467 15.8165 19.1549 15.6197C19.9621 14.1526 20.8178 12.8806 22.3032 12.2265C22.5235 12.1294 22.6839 11.9325 22.7343 11.697C22.7847 11.4616 22.7189 11.2163 22.5576 11.0375C20.5575 8.82192 18.2696 8.08609 16.1862 8.1265C14.1348 8.1663 12.3176 8.95531 11.1713 9.73329C8.86736 11.2969 7.75618 14.2979 8.45896 16.8753C10.1026 15.1345 11.8397 13.8759 13.5367 12.9888C14.0262 12.733 14.6304 12.9223 14.8862 13.4118C15.1421 13.9012 14.9527 14.5054 14.4633 14.7613C12.7985 15.6315 11.0561 16.9226 9.41342 18.798Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.48355 2.09923C8.56064 1.85324 8.506 1.5849 8.33884 1.38864C8.17169 1.19239 7.91546 1.09574 7.66034 1.1327C3.10219 1.79309 1.53033 5.48695 1.28409 7.48912C1.03021 9.55343 2.21747 11.488 4.07719 12.1514C3.94842 10.5577 3.98871 9.08631 4.13914 7.7621C4.20147 7.21335 4.69686 6.81902 5.24561 6.88136C5.79437 6.94369 6.18869 7.43908 6.12636 7.98784C5.97941 9.28144 5.94698 10.7436 6.10224 12.3454C7.96656 12.0594 9.47624 10.513 9.72053 8.52668C9.80095 7.87276 9.6696 7.25812 9.48597 6.70496C9.35702 6.31652 9.18368 5.90983 9.02163 5.52963L9.02161 5.5296C8.96067 5.38662 8.90133 5.24739 8.84655 5.11429C8.42273 4.0846 8.15222 3.15652 8.48355 2.09923Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.07715 12.1514C4.26923 14.5287 4.83752 17.1778 5.97762 20.0157C5.69058 20.4483 5.40945 20.9005 5.13514 21.373C4.85785 21.8506 5.02024 22.4626 5.49787 22.7399C5.97549 23.0172 6.58748 22.8548 6.86477 22.3771C7.66637 20.9964 8.52507 19.8122 9.41288 18.7986C9.19509 18.5207 9.00081 18.2122 8.83455 17.8737C8.6763 17.5515 8.55132 17.2175 8.45817 16.8761C8.09748 17.2582 7.74129 17.6635 7.39101 18.0932C6.67004 16.0342 6.2728 14.1055 6.1022 12.3454C5.73518 12.4017 5.35441 12.4091 4.96685 12.3615C4.65661 12.3233 4.35915 12.252 4.07715 12.1514Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-noodles{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5008 8.55078C13.5954 8.55078 12.0508 10.0954 12.0508 12.0008C12.0508 12.5255 12.4761 12.9508 13.0008 12.9508C13.5255 12.9508 13.9508 12.5255 13.9508 12.0008C13.9508 11.1447 14.6447 10.4508 15.5008 10.4508C16.3568 10.4508 17.0508 11.1447 17.0508 12.0008C17.0508 12.5255 17.4761 12.9508 18.0008 12.9508C18.5255 12.9508 18.9508 12.5255 18.9508 12.0008C18.9508 10.0954 17.4062 8.55078 15.5008 8.55078Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.0008 1.05078C10.4761 1.05078 10.0508 1.47611 10.0508 2.00078V7.50078C10.0508 8.02545 10.4761 8.45078 11.0008 8.45078C11.5255 8.45078 11.9508 8.02545 11.9508 7.50078V2.00078C11.9508 1.47611 11.5255 1.05078 11.0008 1.05078Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.50078 1.55078C7.97611 1.55078 7.55078 1.97611 7.55078 2.50078V7.50078C7.55078 8.02545 7.97611 8.45078 8.50078 8.45078C9.02545 8.45078 9.45078 8.02545 9.45078 7.50078V2.50078C9.45078 1.97611 9.02545 1.55078 8.50078 1.55078Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.00078 2.05078C5.47611 2.05078 5.05078 2.47611 5.05078 3.00078V12.0008C5.05078 12.5255 5.47611 12.9508 6.00078 12.9508C6.52545 12.9508 6.95078 12.5255 6.95078 12.0008V3.00078C6.95078 2.47611 6.52545 2.05078 6.00078 2.05078Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9395 1.85426C20.8585 1.33588 20.3726 0.981309 19.8543 1.06231L13.3543 2.07793C12.8359 2.15893 12.4813 2.64482 12.5623 3.1632C12.6433 3.68158 13.1292 4.03615 13.6476 3.95515L20.1476 2.93953C20.666 2.85853 21.0205 2.37264 20.9395 1.85426Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.93953 4.04176C6.85853 3.52338 6.37264 3.16881 5.85426 3.24981L3.85426 3.56231C3.33588 3.6433 2.98131 4.12919 3.06231 4.64758C3.1433 5.16596 3.62919 5.52053 4.14758 5.43953L6.14758 5.12703C6.66596 5.04603 7.02053 4.56014 6.93953 4.04176Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9491 5.94166C20.9163 5.41801 20.4653 5.02004 19.9417 5.05277L13.4417 5.45902C12.918 5.49175 12.52 5.94278 12.5528 6.46643C12.5855 6.99008 13.0365 7.38805 13.5602 7.35532L20.0602 6.94907C20.5838 6.91634 20.9818 6.46531 20.9491 5.94166Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.94907 6.81666C6.91634 6.29301 6.46531 5.89504 5.94166 5.92777L3.94166 6.05277C3.41801 6.0855 3.02004 6.53653 3.05277 7.06018C3.0855 7.58383 3.53653 7.9818 4.06018 7.94907L6.06018 7.82407C6.58383 7.79134 6.9818 7.34031 6.94907 6.81666Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.73884 11.3504C4.09032 11.2736 4.48966 11.25 4.91115 11.25H19.0883C19.5097 11.25 19.9091 11.2736 20.2606 11.3504C20.6121 11.4272 20.9753 11.57 21.262 11.8537C21.8716 12.4571 21.8116 13.3359 21.6063 14.1628C21.2102 15.7588 20.439 16.7666 19.5436 17.6025C19.1717 17.9496 18.7714 18.273 18.3837 18.5864L18.3836 18.5865C17.9615 18.929 17.3568 19.4282 16.954 19.8233C17.0978 20.0582 17.3744 20.6221 17.3299 20.9986C17.3302 21.3549 17.2439 21.689 17.0493 21.9733C16.8566 22.2548 16.5966 22.4303 16.3444 22.5388C15.8749 22.7407 15.3298 22.75 14.9851 22.75H9.0143C8.66959 22.75 8.12453 22.7407 7.65505 22.5388C7.4028 22.4303 7.14282 22.2548 6.95006 21.9733C6.75547 21.689 6.66924 21.3549 6.66952 20.9986C6.69416 20.7423 6.80225 20.1469 7.03755 19.8157C6.63725 19.4237 6.03513 18.9268 5.61578 18.5865C5.22805 18.2731 4.82776 17.9496 4.45585 17.6025C3.5604 16.7666 2.78919 15.7588 2.39307 14.1628C2.18785 13.3359 2.12779 12.4571 2.73744 11.8537C3.0241 11.57 3.38726 11.4272 3.73884 11.3504Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5008 8.55078C13.5954 8.55078 12.0508 10.0954 12.0508 12.0008C12.0508 12.5255 12.4761 12.9508 13.0008 12.9508C13.5255 12.9508 13.9508 12.5255 13.9508 12.0008C13.9508 11.1447 14.6447 10.4508 15.5008 10.4508C16.3568 10.4508 17.0508 11.1447 17.0508 12.0008C17.0508 12.5255 17.4761 12.9508 18.0008 12.9508C18.5255 12.9508 18.9508 12.5255 18.9508 12.0008C18.9508 10.0954 17.4062 8.55078 15.5008 8.55078Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.0008 1.05078C10.4761 1.05078 10.0508 1.47611 10.0508 2.00078V7.50078C10.0508 8.02545 10.4761 8.45078 11.0008 8.45078C11.5255 8.45078 11.9508 8.02545 11.9508 7.50078V2.00078C11.9508 1.47611 11.5255 1.05078 11.0008 1.05078Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.50078 1.55078C7.97611 1.55078 7.55078 1.97611 7.55078 2.50078V7.50078C7.55078 8.02545 7.97611 8.45078 8.50078 8.45078C9.02545 8.45078 9.45078 8.02545 9.45078 7.50078V2.50078C9.45078 1.97611 9.02545 1.55078 8.50078 1.55078Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.00078 2.05078C5.47611 2.05078 5.05078 2.47611 5.05078 3.00078V12.0008C5.05078 12.5255 5.47611 12.9508 6.00078 12.9508C6.52545 12.9508 6.95078 12.5255 6.95078 12.0008V3.00078C6.95078 2.47611 6.52545 2.05078 6.00078 2.05078Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9395 1.85426C20.8585 1.33588 20.3726 0.981309 19.8543 1.06231L13.3543 2.07793C12.8359 2.15893 12.4813 2.64482 12.5623 3.1632C12.6433 3.68158 13.1292 4.03615 13.6476 3.95515L20.1476 2.93953C20.666 2.85853 21.0205 2.37264 20.9395 1.85426Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.93953 4.04176C6.85853 3.52338 6.37264 3.16881 5.85426 3.24981L3.85426 3.56231C3.33588 3.6433 2.98131 4.12919 3.06231 4.64758C3.1433 5.16596 3.62919 5.52053 4.14758 5.43953L6.14758 5.12703C6.66596 5.04603 7.02053 4.56014 6.93953 4.04176Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9491 5.94166C20.9163 5.41801 20.4653 5.02004 19.9417 5.05277L13.4417 5.45902C12.918 5.49175 12.52 5.94278 12.5528 6.46643C12.5855 6.99008 13.0365 7.38805 13.5602 7.35532L20.0602 6.94907C20.5838 6.91634 20.9818 6.46531 20.9491 5.94166Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.94907 6.81666C6.91634 6.29301 6.46531 5.89504 5.94166 5.92777L3.94166 6.05277C3.41801 6.0855 3.02004 6.53653 3.05277 7.06018C3.0855 7.58383 3.53653 7.9818 4.06018 7.94907L6.06018 7.82407C6.58383 7.79134 6.9818 7.34031 6.94907 6.81666Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.73884 11.3504C4.09032 11.2736 4.48966 11.25 4.91115 11.25H19.0883C19.5097 11.25 19.9091 11.2736 20.2606 11.3504C20.6121 11.4272 20.9753 11.57 21.262 11.8537C21.8716 12.4571 21.8116 13.3359 21.6063 14.1628C21.2102 15.7588 20.439 16.7666 19.5436 17.6025C19.1717 17.9496 18.7714 18.273 18.3837 18.5864L18.3836 18.5865C17.9615 18.929 17.3568 19.4282 16.954 19.8233C17.0978 20.0582 17.3744 20.6221 17.3299 20.9986C17.3302 21.3549 17.2439 21.689 17.0493 21.9733C16.8566 22.2548 16.5966 22.4303 16.3444 22.5388C15.8749 22.7407 15.3298 22.75 14.9851 22.75H9.0143C8.66959 22.75 8.12453 22.7407 7.65505 22.5388C7.4028 22.4303 7.14282 22.2548 6.95006 21.9733C6.75547 21.689 6.66924 21.3549 6.66952 20.9986C6.69416 20.7423 6.80225 20.1469 7.03755 19.8157C6.63725 19.4237 6.03513 18.9268 5.61578 18.5865C5.22805 18.2731 4.82776 17.9496 4.45585 17.6025C3.5604 16.7666 2.78919 15.7588 2.39307 14.1628C2.18785 13.3359 2.12779 12.4571 2.73744 11.8537C3.0241 11.57 3.38726 11.4272 3.73884 11.3504Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-nut{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.3257 2.26353C13.7611 2.13023 16.2455 2.98623 18.1094 4.83438C19.9736 6.68293 20.8394 9.14997 20.7046 11.5709C20.6759 12.0912 20.6427 12.6932 20.4833 13.147C20.2903 13.6964 19.9302 14.0949 19.3694 14.4115C18.79 14.7386 18.2425 14.8221 17.6536 14.6903C17.1618 14.5802 16.5898 14.2842 16.068 14.0142C14.6203 13.2658 13.2102 12.2474 11.9308 10.9788C10.6515 9.71015 9.62407 8.31154 8.86874 6.875C8.59692 6.3585 8.29717 5.78891 8.18568 5.29921C8.05158 4.71019 8.13715 4.16283 8.46832 3.58598C8.78883 3.02771 9.19085 2.67215 9.74111 2.48208C10.1965 2.32479 10.8002 2.29203 11.3257 2.26353Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6818 5.44183C19.0687 5.58427 18.5084 5.90971 18.2036 6.15154C17.771 6.49483 17.142 6.42239 16.7987 5.98975C16.4554 5.55711 16.5279 4.9281 16.9605 4.58482C17.4515 4.19521 18.2756 3.71526 19.2292 3.49371C20.1974 3.26876 21.4019 3.29288 22.4726 4.08914C22.9157 4.41872 23.0078 5.04516 22.6782 5.48832C22.3486 5.93149 21.7222 6.02356 21.279 5.69398C20.8247 5.35608 20.2802 5.30279 19.6818 5.44183Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.24544 6.37932C5.40919 6.86219 4.59611 7.44509 3.87507 8.10631C2.47598 9.38933 1.34243 11.0444 1.17247 12.9138C0.994005 14.8767 1.35527 16.3106 1.65044 17.449C1.95371 18.6186 2.12259 19.3067 1.87272 20.0563C1.78289 20.3258 1.85303 20.6229 2.0539 20.8238C2.25478 21.0247 2.5519 21.0948 2.8214 21.005C3.57107 20.7551 4.25909 20.9239 5.42859 21.2271C6.56688 21.5222 8.00068 21.8833 9.96353 21.7048C11.833 21.5349 13.488 20.4013 14.771 19.0022C15.4393 18.2735 16.0275 17.4508 16.5134 16.6052C16.6695 16.3334 16.7476 16.1974 16.7072 16.0713C16.6668 15.9451 16.5159 15.8761 16.2142 15.7381C15.8653 15.5785 15.4954 15.4029 15.3796 15.3492C13.7933 14.529 12.2595 13.4193 10.8749 12.0462C9.49021 10.6732 8.37015 9.15175 7.54145 7.57574C7.48153 7.44861 7.28978 7.05096 7.11946 6.68064C6.97897 6.37518 6.90873 6.22245 6.78248 6.18228C6.65624 6.14212 6.51931 6.22119 6.24544 6.37932Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.3257 2.26353C13.7611 2.13023 16.2455 2.98623 18.1094 4.83438C19.9736 6.68293 20.8394 9.14997 20.7046 11.5709C20.6759 12.0912 20.6427 12.6932 20.4833 13.147C20.2903 13.6964 19.9302 14.0949 19.3694 14.4115C18.79 14.7386 18.2425 14.8221 17.6536 14.6903C17.1618 14.5802 16.5898 14.2842 16.068 14.0142C14.6203 13.2658 13.2102 12.2474 11.9308 10.9788C10.6515 9.71015 9.62407 8.31154 8.86874 6.875C8.59692 6.3585 8.29717 5.78891 8.18568 5.29921C8.05158 4.71019 8.13715 4.16283 8.46832 3.58598C8.78883 3.02771 9.19085 2.67215 9.74111 2.48208C10.1965 2.32479 10.8002 2.29203 11.3257 2.26353Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6818 5.44183C19.0687 5.58427 18.5084 5.90971 18.2036 6.15154C17.771 6.49483 17.142 6.42239 16.7987 5.98975C16.4554 5.55711 16.5279 4.9281 16.9605 4.58482C17.4515 4.19521 18.2756 3.71526 19.2292 3.49371C20.1974 3.26876 21.4019 3.29288 22.4726 4.08914C22.9157 4.41872 23.0078 5.04516 22.6782 5.48832C22.3486 5.93149 21.7222 6.02356 21.279 5.69398C20.8247 5.35608 20.2802 5.30279 19.6818 5.44183Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.24544 6.37932C5.40919 6.86219 4.59611 7.44509 3.87507 8.10631C2.47598 9.38933 1.34243 11.0444 1.17247 12.9138C0.994005 14.8767 1.35527 16.3106 1.65044 17.449C1.95371 18.6186 2.12259 19.3067 1.87272 20.0563C1.78289 20.3258 1.85303 20.6229 2.0539 20.8238C2.25478 21.0247 2.5519 21.0948 2.8214 21.005C3.57107 20.7551 4.25909 20.9239 5.42859 21.2271C6.56688 21.5222 8.00068 21.8833 9.96353 21.7048C11.833 21.5349 13.488 20.4013 14.771 19.0022C15.4393 18.2735 16.0275 17.4508 16.5134 16.6052C16.6695 16.3334 16.7476 16.1974 16.7072 16.0713C16.6668 15.9451 16.5159 15.8761 16.2142 15.7381C15.8653 15.5785 15.4954 15.4029 15.3796 15.3492C13.7933 14.529 12.2595 13.4193 10.8749 12.0462C9.49021 10.6732 8.37015 9.15175 7.54145 7.57574C7.48153 7.44861 7.28978 7.05096 7.11946 6.68064C6.97897 6.37518 6.90873 6.22245 6.78248 6.18228C6.65624 6.14212 6.51931 6.22119 6.24544 6.37932Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-octopus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.12494C11.0632 1.12494 10.1728 1.49834 9.39272 2.0388C8.60961 2.58138 7.89538 3.32068 7.29338 4.13105C6.10791 5.72685 5.25 7.74912 5.25 9.34425C5.25 10.7455 5.90536 11.992 6.85734 12.9432C7.0234 13.1091 7.20824 13.2408 7.4034 13.3424C7.57014 13.4292 7.6535 13.4726 7.76699 13.4415C7.88048 13.4104 7.93515 13.3224 8.04449 13.1463C8.12848 13.011 8.20202 12.8804 8.26374 12.7569C8.75726 11.7699 9.83955 11.2232 10.9269 11.4117C11.1715 11.4541 11.4034 11.5315 11.6173 11.6384C11.8251 11.7423 11.929 11.7942 11.9998 11.7942C12.0706 11.7942 12.1745 11.7423 12.3823 11.6384L12.3823 11.6384L12.3823 11.6384C12.5963 11.5315 12.8281 11.4541 13.0728 11.4117C14.1601 11.2232 15.2424 11.7699 15.7359 12.7569C15.7976 12.8804 15.8712 13.0111 15.9552 13.1464C16.0646 13.3225 16.1192 13.4105 16.2327 13.4417C16.3462 13.4728 16.4295 13.4294 16.5963 13.3426C16.7915 13.241 16.9765 13.1092 17.1427 12.9432C18.0946 11.992 18.75 10.7455 18.75 9.34425C18.75 7.74912 17.8921 5.72685 16.7066 4.13105C16.1046 3.32068 15.3904 2.58138 14.6073 2.0388C13.8272 1.49834 12.9368 1.12494 12 1.12494ZM15.0117 8.87494C15.0117 9.42722 14.564 9.87494 14.0117 9.87494H14.0027C13.4505 9.87494 13.0027 9.42722 13.0027 8.87494C13.0027 8.32265 13.4505 7.87494 14.0027 7.87494H14.0117C14.564 7.87494 15.0117 8.32265 15.0117 8.87494ZM10.0117 9.87494C10.564 9.87494 11.0117 9.42722 11.0117 8.87494C11.0117 8.32265 10.564 7.87494 10.0117 7.87494H10.0027C9.45045 7.87494 9.00274 8.32265 9.00274 8.87494C9.00274 9.42722 9.45045 9.87494 10.0027 9.87494H10.0117Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 15.6249C1 13.6614 2.44754 11.8749 4.46041 11.8749C5.01269 11.8749 5.46041 12.3227 5.46041 12.8749C5.46041 13.4272 5.01269 13.8749 4.46041 13.8749C3.75558 13.8749 3 14.5509 3 15.6249C3 16.1691 3.17345 16.5875 3.4492 16.8664C3.71943 17.1397 4.18291 17.3749 4.95249 17.3749C5.56823 17.3749 6.47224 16.948 7.43674 16.1173C8.36697 15.316 9.17294 14.293 9.60557 13.4277C9.80298 13.0329 10.2359 12.8142 10.6708 12.8896C11.1057 12.965 11.4398 13.3167 11.4928 13.7549C11.7437 15.8303 11.6627 17.4726 11.0055 18.9291C10.351 20.3795 9.18782 21.5043 7.59342 22.6798C7.14889 23.0076 6.52285 22.9129 6.19511 22.4684C5.86737 22.0238 5.96205 21.3978 6.40658 21.07C7.91241 19.9598 8.74106 19.0847 9.18245 18.1065C9.34824 17.7391 9.46834 17.337 9.54105 16.875C9.28516 17.141 9.01726 17.3955 8.742 17.6326C7.67483 18.5518 6.30507 19.3749 4.95249 19.3749C3.75374 19.3749 2.74098 18.9946 2.02705 18.2726C1.31863 17.5562 1 16.5996 1 15.6249ZM18.5396 12.8749C18.5396 12.3227 18.9873 11.8749 19.5396 11.8749C21.5524 11.8749 23 13.6614 23 15.6249C23 16.5996 22.6814 17.5562 21.9729 18.2726C21.259 18.9946 20.2462 19.3749 19.0475 19.3749C17.6949 19.3749 16.3251 18.5518 15.258 17.6326C14.9827 17.3955 14.7148 17.141 14.4589 16.875C14.5317 17.337 14.6518 17.7391 14.8175 18.1065C15.2589 19.0847 16.0876 19.9598 17.5934 21.07C18.038 21.3978 18.1326 22.0238 17.8049 22.4684C17.4772 22.9129 16.8511 23.0076 16.4066 22.6798C14.8122 21.5043 13.649 20.3795 12.9945 18.9291C12.3373 17.4726 12.2563 15.8303 12.5072 13.7549C12.5602 13.3167 12.8943 12.965 13.3292 12.8896C13.7641 12.8142 14.197 13.0329 14.3944 13.4277C14.8271 14.293 15.633 15.316 16.5632 16.1173C17.5277 16.948 18.4317 17.3749 19.0475 17.3749C19.8171 17.3749 20.2806 17.1397 20.5508 16.8664C20.8265 16.5875 21 16.1691 21 15.6249C21 14.5509 20.2444 13.8749 19.5396 13.8749C18.9873 13.8749 18.5396 13.4272 18.5396 12.8749Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.12494C11.0632 1.12494 10.1728 1.49834 9.39272 2.0388C8.60961 2.58138 7.89538 3.32068 7.29338 4.13105C6.10791 5.72685 5.25 7.74912 5.25 9.34425C5.25 10.7455 5.90536 11.992 6.85734 12.9432C7.0234 13.1091 7.20824 13.2408 7.4034 13.3424C7.57014 13.4292 7.6535 13.4726 7.76699 13.4415C7.88048 13.4104 7.93515 13.3224 8.04449 13.1463C8.12848 13.011 8.20202 12.8804 8.26374 12.7569C8.75726 11.7699 9.83955 11.2232 10.9269 11.4117C11.1715 11.4541 11.4034 11.5315 11.6173 11.6384C11.8251 11.7423 11.929 11.7942 11.9998 11.7942C12.0706 11.7942 12.1745 11.7423 12.3823 11.6384L12.3823 11.6384L12.3823 11.6384C12.5963 11.5315 12.8281 11.4541 13.0728 11.4117C14.1601 11.2232 15.2424 11.7699 15.7359 12.7569C15.7976 12.8804 15.8712 13.0111 15.9552 13.1464C16.0646 13.3225 16.1192 13.4105 16.2327 13.4417C16.3462 13.4728 16.4295 13.4294 16.5963 13.3426C16.7915 13.241 16.9765 13.1092 17.1427 12.9432C18.0946 11.992 18.75 10.7455 18.75 9.34425C18.75 7.74912 17.8921 5.72685 16.7066 4.13105C16.1046 3.32068 15.3904 2.58138 14.6073 2.0388C13.8272 1.49834 12.9368 1.12494 12 1.12494ZM15.0117 8.87494C15.0117 9.42722 14.564 9.87494 14.0117 9.87494H14.0027C13.4505 9.87494 13.0027 9.42722 13.0027 8.87494C13.0027 8.32265 13.4505 7.87494 14.0027 7.87494H14.0117C14.564 7.87494 15.0117 8.32265 15.0117 8.87494ZM10.0117 9.87494C10.564 9.87494 11.0117 9.42722 11.0117 8.87494C11.0117 8.32265 10.564 7.87494 10.0117 7.87494H10.0027C9.45045 7.87494 9.00274 8.32265 9.00274 8.87494C9.00274 9.42722 9.45045 9.87494 10.0027 9.87494H10.0117Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 15.6249C1 13.6614 2.44754 11.8749 4.46041 11.8749C5.01269 11.8749 5.46041 12.3227 5.46041 12.8749C5.46041 13.4272 5.01269 13.8749 4.46041 13.8749C3.75558 13.8749 3 14.5509 3 15.6249C3 16.1691 3.17345 16.5875 3.4492 16.8664C3.71943 17.1397 4.18291 17.3749 4.95249 17.3749C5.56823 17.3749 6.47224 16.948 7.43674 16.1173C8.36697 15.316 9.17294 14.293 9.60557 13.4277C9.80298 13.0329 10.2359 12.8142 10.6708 12.8896C11.1057 12.965 11.4398 13.3167 11.4928 13.7549C11.7437 15.8303 11.6627 17.4726 11.0055 18.9291C10.351 20.3795 9.18782 21.5043 7.59342 22.6798C7.14889 23.0076 6.52285 22.9129 6.19511 22.4684C5.86737 22.0238 5.96205 21.3978 6.40658 21.07C7.91241 19.9598 8.74106 19.0847 9.18245 18.1065C9.34824 17.7391 9.46834 17.337 9.54105 16.875C9.28516 17.141 9.01726 17.3955 8.742 17.6326C7.67483 18.5518 6.30507 19.3749 4.95249 19.3749C3.75374 19.3749 2.74098 18.9946 2.02705 18.2726C1.31863 17.5562 1 16.5996 1 15.6249ZM18.5396 12.8749C18.5396 12.3227 18.9873 11.8749 19.5396 11.8749C21.5524 11.8749 23 13.6614 23 15.6249C23 16.5996 22.6814 17.5562 21.9729 18.2726C21.259 18.9946 20.2462 19.3749 19.0475 19.3749C17.6949 19.3749 16.3251 18.5518 15.258 17.6326C14.9827 17.3955 14.7148 17.141 14.4589 16.875C14.5317 17.337 14.6518 17.7391 14.8175 18.1065C15.2589 19.0847 16.0876 19.9598 17.5934 21.07C18.038 21.3978 18.1326 22.0238 17.8049 22.4684C17.4772 22.9129 16.8511 23.0076 16.4066 22.6798C14.8122 21.5043 13.649 20.3795 12.9945 18.9291C12.3373 17.4726 12.2563 15.8303 12.5072 13.7549C12.5602 13.3167 12.8943 12.965 13.3292 12.8896C13.7641 12.8142 14.197 13.0329 14.3944 13.4277C14.8271 14.293 15.633 15.316 16.5632 16.1173C17.5277 16.948 18.4317 17.3749 19.0475 17.3749C19.8171 17.3749 20.2806 17.1397 20.5508 16.8664C20.8265 16.5875 21 16.1691 21 15.6249C21 14.5509 20.2444 13.8749 19.5396 13.8749C18.9873 13.8749 18.5396 13.4272 18.5396 12.8749Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-orange{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.75 14C2.75 9.12532 6.93485 5.25 12 5.25C17.0651 5.25 21.25 9.12532 21.25 14C21.25 18.8747 17.0651 22.75 12 22.75C6.93485 22.75 2.75 18.8747 2.75 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2599 3.85636C12.8856 4.54951 12.75 5.41743 12.75 6C12.75 6.41421 12.4142 6.75 12 6.75C11.5858 6.75 11.25 6.41421 11.25 6C11.25 5.24924 11.4144 4.11716 11.9401 3.14364C12.4833 2.13762 13.4532 1.25 15 1.25C15.4142 1.25 15.75 1.58579 15.75 2C15.75 2.41421 15.4142 2.75 15 2.75C14.1468 2.75 13.6167 3.19571 13.2599 3.85636Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.39157 1.56147C5.53254 1.36589 5.75892 1.25 6.00001 1.25C9.09485 1.25 10.7507 1.97899 11.6468 3.09224C12.0825 3.63367 12.289 4.20919 12.4189 4.68547C12.4636 4.84934 12.5032 5.018 12.5369 5.16158C12.55 5.21755 12.5623 5.26971 12.5736 5.31628C12.6187 5.50205 12.6535 5.62095 12.6894 5.70456C12.7887 5.93628 12.7649 6.2024 12.6261 6.41287C12.4874 6.62334 12.2521 6.75 12 6.75C9.33704 6.75 7.70853 5.94395 6.7069 4.89224C5.83577 3.97755 5.50798 2.93341 5.3408 2.40087C5.3214 2.33908 5.30416 2.28418 5.28849 2.23717C5.21226 2.00846 5.25061 1.75704 5.39157 1.56147ZM7.07977 2.78563C7.23912 3.13698 7.45963 3.5076 7.79311 3.85776C8.35634 4.44915 9.30675 5.03744 11.0042 5.20369C10.994 5.16327 10.9832 5.12228 10.9717 5.08015C10.8673 4.69706 10.73 4.3455 10.4782 4.03276C10.0639 3.51795 9.18916 2.93385 7.07977 2.78563Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.75 14C2.75 9.12532 6.93485 5.25 12 5.25C17.0651 5.25 21.25 9.12532 21.25 14C21.25 18.8747 17.0651 22.75 12 22.75C6.93485 22.75 2.75 18.8747 2.75 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2599 3.85636C12.8856 4.54951 12.75 5.41743 12.75 6C12.75 6.41421 12.4142 6.75 12 6.75C11.5858 6.75 11.25 6.41421 11.25 6C11.25 5.24924 11.4144 4.11716 11.9401 3.14364C12.4833 2.13762 13.4532 1.25 15 1.25C15.4142 1.25 15.75 1.58579 15.75 2C15.75 2.41421 15.4142 2.75 15 2.75C14.1468 2.75 13.6167 3.19571 13.2599 3.85636Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.39157 1.56147C5.53254 1.36589 5.75892 1.25 6.00001 1.25C9.09485 1.25 10.7507 1.97899 11.6468 3.09224C12.0825 3.63367 12.289 4.20919 12.4189 4.68547C12.4636 4.84934 12.5032 5.018 12.5369 5.16158C12.55 5.21755 12.5623 5.26971 12.5736 5.31628C12.6187 5.50205 12.6535 5.62095 12.6894 5.70456C12.7887 5.93628 12.7649 6.2024 12.6261 6.41287C12.4874 6.62334 12.2521 6.75 12 6.75C9.33704 6.75 7.70853 5.94395 6.7069 4.89224C5.83577 3.97755 5.50798 2.93341 5.3408 2.40087C5.3214 2.33908 5.30416 2.28418 5.28849 2.23717C5.21226 2.00846 5.25061 1.75704 5.39157 1.56147ZM7.07977 2.78563C7.23912 3.13698 7.45963 3.5076 7.79311 3.85776C8.35634 4.44915 9.30675 5.03744 11.0042 5.20369C10.994 5.16327 10.9832 5.12228 10.9717 5.08015C10.8673 4.69706 10.73 4.3455 10.4782 4.03276C10.0639 3.51795 9.18916 2.93385 7.07977 2.78563Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-organic-food{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.05625 6.21949C4.43731 8.45611 5.44207 11.0375 7.48242 12.3765C8.49715 13.0424 10.1014 13.7155 11.9121 13.7495C13.7521 13.784 15.7779 13.1553 17.5495 11.2576C17.7165 11.0787 17.7857 10.8298 17.735 10.5905C17.6844 10.3511 17.5202 10.1516 17.2951 10.0557C16.0248 9.51476 15.291 8.46453 14.588 7.22893C14.4948 7.06506 14.4002 6.8944 14.304 6.72092C14.0537 6.26939 13.7928 5.79882 13.518 5.37924C13.1292 4.78579 12.6604 4.2076 12.0283 3.79278C9.87035 2.37659 7.16718 2.76501 5.76019 4.73487C7.25016 6.54115 8.83998 7.77374 10.3574 8.59588C10.7216 8.79319 10.8569 9.24839 10.6596 9.61259C10.4622 9.97678 10.0071 10.1121 9.64286 9.91474C8.10841 9.08339 6.53589 7.88941 5.05625 6.21949Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.65447 1.63355C3.45204 1.27216 2.99499 1.14331 2.63361 1.34574C2.27223 1.54816 2.14337 2.00522 2.3458 2.3666C3.1873 3.86888 4.10248 5.14306 5.05625 6.21949C5.14074 5.91417 5.25549 5.61527 5.40199 5.32684C5.50913 5.11589 5.62903 4.91851 5.76019 4.73487C5.02729 3.84638 4.31855 2.81908 3.65447 1.63355Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.77835 11.9262C5.21186 11.622 5.30436 11.0407 4.98494 10.6278C4.66553 10.215 4.05516 10.1269 3.62165 10.4311C2.88581 10.9474 2.25 11.6861 2.25 12.6383V13.0001C2.25 16.9237 4.97693 20.2645 7.79391 22.1097C8.49664 22.57 9.30769 22.7501 10.0829 22.7501H13.9171C14.6923 22.7501 15.5034 22.57 16.2061 22.1097C19.0231 20.2645 21.75 16.9237 21.75 13.0001V12.6383C21.75 11.6861 21.1142 10.9474 20.3784 10.4311C19.9448 10.1269 19.3345 10.215 19.0151 10.6278C18.6956 11.0407 18.7881 11.622 19.2217 11.9262C19.732 12.2843 19.8 12.5383 19.8 12.6383C19.8 12.7226 19.7566 12.9098 19.433 13.1873C19.1096 13.4646 18.5869 13.7569 17.8578 14.0214C16.4065 14.5478 14.3357 14.8929 12 14.8929C9.66429 14.8929 7.59351 14.5478 6.14218 14.0214C5.41313 13.7569 4.89038 13.4646 4.56703 13.1873C4.24345 12.9098 4.2 12.7226 4.2 12.6383C4.2 12.5383 4.268 12.2843 4.77835 11.9262Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.05625 6.21949C4.43731 8.45611 5.44207 11.0375 7.48242 12.3765C8.49715 13.0424 10.1014 13.7155 11.9121 13.7495C13.7521 13.784 15.7779 13.1553 17.5495 11.2576C17.7165 11.0787 17.7857 10.8298 17.735 10.5905C17.6844 10.3511 17.5202 10.1516 17.2951 10.0557C16.0248 9.51476 15.291 8.46453 14.588 7.22893C14.4948 7.06506 14.4002 6.8944 14.304 6.72092C14.0537 6.26939 13.7928 5.79882 13.518 5.37924C13.1292 4.78579 12.6604 4.2076 12.0283 3.79278C9.87035 2.37659 7.16718 2.76501 5.76019 4.73487C7.25016 6.54115 8.83998 7.77374 10.3574 8.59588C10.7216 8.79319 10.8569 9.24839 10.6596 9.61259C10.4622 9.97678 10.0071 10.1121 9.64286 9.91474C8.10841 9.08339 6.53589 7.88941 5.05625 6.21949Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.65447 1.63355C3.45204 1.27216 2.99499 1.14331 2.63361 1.34574C2.27223 1.54816 2.14337 2.00522 2.3458 2.3666C3.1873 3.86888 4.10248 5.14306 5.05625 6.21949C5.14074 5.91417 5.25549 5.61527 5.40199 5.32684C5.50913 5.11589 5.62903 4.91851 5.76019 4.73487C5.02729 3.84638 4.31855 2.81908 3.65447 1.63355Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.77835 11.9262C5.21186 11.622 5.30436 11.0407 4.98494 10.6278C4.66553 10.215 4.05516 10.1269 3.62165 10.4311C2.88581 10.9474 2.25 11.6861 2.25 12.6383V13.0001C2.25 16.9237 4.97693 20.2645 7.79391 22.1097C8.49664 22.57 9.30769 22.7501 10.0829 22.7501H13.9171C14.6923 22.7501 15.5034 22.57 16.2061 22.1097C19.0231 20.2645 21.75 16.9237 21.75 13.0001V12.6383C21.75 11.6861 21.1142 10.9474 20.3784 10.4311C19.9448 10.1269 19.3345 10.215 19.0151 10.6278C18.6956 11.0407 18.7881 11.622 19.2217 11.9262C19.732 12.2843 19.8 12.5383 19.8 12.6383C19.8 12.7226 19.7566 12.9098 19.433 13.1873C19.1096 13.4646 18.5869 13.7569 17.8578 14.0214C16.4065 14.5478 14.3357 14.8929 12 14.8929C9.66429 14.8929 7.59351 14.5478 6.14218 14.0214C5.41313 13.7569 4.89038 13.4646 4.56703 13.1873C4.24345 12.9098 4.2 12.7226 4.2 12.6383C4.2 12.5383 4.268 12.2843 4.77835 11.9262Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-pie{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.66302 9.33755C3.91274 5.75747 7.67266 3.25 12 3.25C16.3273 3.25 20.0873 5.75747 21.337 9.33755C21.7682 9.54352 22.0788 9.89723 22.2736 10.2126C22.5824 10.7125 22.75 11.3303 22.75 11.9008C22.75 13.6001 21.4259 14.5647 20.1426 14.7165C19.3713 14.8077 18.5099 14.6175 17.8549 14.0935C17.2923 14.5374 16.5805 14.75 15.9091 14.75C15.2342 14.75 14.5185 14.5352 13.9545 14.0866C13.3906 14.5352 12.6749 14.75 12 14.75C11.3251 14.75 10.6094 14.5352 10.0455 14.0866C9.48148 14.5352 8.76581 14.75 8.09091 14.75C7.4195 14.75 6.70774 14.5374 6.14512 14.0935C5.49012 14.6175 4.62865 14.8077 3.85745 14.7165C2.57406 14.5647 1.25 13.6001 1.25 11.9008C1.25 11.3303 1.41759 10.7125 1.72638 10.2126C1.92119 9.89723 2.23175 9.54352 2.66302 9.33755ZM12 5.16667C8.22676 5.16667 5.17587 7.45026 4.38579 10.3666C4.2769 10.7686 3.91708 11.0536 3.49789 11.0773C3.47775 11.095 3.44334 11.1325 3.39814 11.2056C3.28127 11.3948 3.20455 11.6671 3.20455 11.9008C3.20455 12.4179 3.55855 12.7506 4.09146 12.8136C4.63153 12.8775 5.06264 12.6294 5.18974 12.1435C5.30061 11.7197 5.69016 11.4233 6.13636 11.4233C6.58257 11.4233 6.97212 11.7197 7.08299 12.1435C7.19404 12.5681 7.57843 12.8333 8.09091 12.8333C8.60339 12.8333 8.98777 12.5681 9.09883 12.1435C9.2097 11.7197 9.59925 11.4233 10.0455 11.4233C10.4917 11.4233 10.8812 11.7197 10.9921 12.1435C11.1031 12.5681 11.4875 12.8333 12 12.8333C12.5125 12.8333 12.8969 12.5681 13.0079 12.1435C13.1188 11.7197 13.5083 11.4233 13.9545 11.4233C14.4008 11.4233 14.7903 11.7197 14.9012 12.1435C15.0122 12.5681 15.3966 12.8333 15.9091 12.8333C16.4216 12.8333 16.806 12.5681 16.917 12.1435C17.0279 11.7197 17.4174 11.4233 17.8636 11.4233C18.3098 11.4233 18.6994 11.7197 18.8103 12.1435C18.9374 12.6294 19.3685 12.8775 19.9085 12.8136C20.4415 12.7506 20.7955 12.4179 20.7955 11.9008C20.7955 11.6671 20.7187 11.3948 20.6019 11.2056C20.5567 11.1325 20.5223 11.095 20.5021 11.0773C20.0829 11.0536 19.7231 10.7686 19.6142 10.3666C18.8241 7.45026 15.7732 5.16667 12 5.16667ZM20.4819 11.0632C20.482 11.0628 20.4851 11.064 20.4909 11.0682C20.4847 11.0657 20.4818 11.0636 20.4819 11.0632ZM3.51811 11.0632C3.5182 11.0636 3.51529 11.0657 3.50913 11.0682C3.51494 11.064 3.51802 11.0628 3.51811 11.0632Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.90609 11.7833C6.28102 11.736 6.63259 11.975 6.72649 12.341C6.87462 12.9185 7.38817 13.2487 8.00001 13.2487C8.61185 13.2487 9.1254 12.9185 9.27353 12.341C9.35862 12.0093 9.65757 11.7774 10 11.7774C10.3424 11.7774 10.6414 12.0093 10.7265 12.341C10.8746 12.9185 11.3882 13.2487 12 13.2487C12.6119 13.2487 13.1254 12.9185 13.2735 12.341C13.3586 12.0093 13.6576 11.7774 14 11.7774C14.3424 11.7774 14.6414 12.0093 14.7265 12.341C14.8746 12.9185 15.3882 13.2487 16 13.2487C16.6119 13.2487 17.1254 12.9185 17.2735 12.341C17.3632 11.9914 17.6892 11.7553 18.0493 11.779C18.4095 11.8028 18.7016 12.0796 18.7447 12.438C18.7666 12.6211 18.872 12.8985 19.0896 13.086C19.2726 13.2437 19.6278 13.4193 20.3422 13.2655C20.6151 13.2068 20.898 13.3045 21.0765 13.519C21.2551 13.7336 21.2997 14.0296 21.1923 14.2872L20.7271 15.4037L20.7271 15.4038C20.244 16.5633 19.858 17.4895 19.4638 18.2059C19.0563 18.9464 18.6081 19.5244 17.9682 19.951C17.3282 20.3776 16.6224 20.569 15.782 20.6604C14.9692 20.7488 13.9658 20.7488 12.7096 20.7487H12.7096H11.2904H11.2904C10.0342 20.7488 9.03084 20.7488 8.21798 20.6604C7.37764 20.569 6.67177 20.3776 6.03185 19.951C5.39193 19.5244 4.94377 18.9464 4.53621 18.2059C4.14198 17.4895 3.75607 16.5633 3.27294 15.4038L3.27293 15.4038L2.8077 14.2872C2.70073 14.0305 2.74462 13.7356 2.92173 13.5212C3.09884 13.3067 3.38008 13.2079 3.65241 13.2644C3.99131 13.3347 4.46228 13.3459 4.80496 13.2206C4.96374 13.1625 5.06397 13.0869 5.1262 13.0038C5.18434 12.9261 5.25001 12.7884 5.25001 12.5274C5.25001 12.1495 5.53117 11.8306 5.90609 11.7833Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0002 7C12.5525 7 13.0002 7.44772 13.0002 8V9C13.0002 9.55228 12.5525 10 12.0002 10C11.4479 10 11.0002 9.55228 11.0002 9V8C11.0002 7.44772 11.4479 7 12.0002 7ZM9.44743 7.60557C9.94141 7.85256 10.1416 8.45324 9.89465 8.94721L9.39465 9.94721C9.14766 10.4412 8.54698 10.6414 8.05301 10.3944C7.55903 10.1474 7.3588 9.54676 7.60579 9.05279L8.10579 8.05279C8.35278 7.55881 8.95345 7.35858 9.44743 7.60557ZM14.553 7.60557C15.047 7.35858 15.6477 7.55881 15.8946 8.05279L16.3946 9.05279C16.6416 9.54676 16.4414 10.1474 15.9474 10.3944C15.4535 10.6414 14.8528 10.4412 14.6058 9.94721L14.1058 8.94721C13.8588 8.45324 14.059 7.85256 14.553 7.60557Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.66302 9.33755C3.91274 5.75747 7.67266 3.25 12 3.25C16.3273 3.25 20.0873 5.75747 21.337 9.33755C21.7682 9.54352 22.0788 9.89723 22.2736 10.2126C22.5824 10.7125 22.75 11.3303 22.75 11.9008C22.75 13.6001 21.4259 14.5647 20.1426 14.7165C19.3713 14.8077 18.5099 14.6175 17.8549 14.0935C17.2923 14.5374 16.5805 14.75 15.9091 14.75C15.2342 14.75 14.5185 14.5352 13.9545 14.0866C13.3906 14.5352 12.6749 14.75 12 14.75C11.3251 14.75 10.6094 14.5352 10.0455 14.0866C9.48148 14.5352 8.76581 14.75 8.09091 14.75C7.4195 14.75 6.70774 14.5374 6.14512 14.0935C5.49012 14.6175 4.62865 14.8077 3.85745 14.7165C2.57406 14.5647 1.25 13.6001 1.25 11.9008C1.25 11.3303 1.41759 10.7125 1.72638 10.2126C1.92119 9.89723 2.23175 9.54352 2.66302 9.33755ZM12 5.16667C8.22676 5.16667 5.17587 7.45026 4.38579 10.3666C4.2769 10.7686 3.91708 11.0536 3.49789 11.0773C3.47775 11.095 3.44334 11.1325 3.39814 11.2056C3.28127 11.3948 3.20455 11.6671 3.20455 11.9008C3.20455 12.4179 3.55855 12.7506 4.09146 12.8136C4.63153 12.8775 5.06264 12.6294 5.18974 12.1435C5.30061 11.7197 5.69016 11.4233 6.13636 11.4233C6.58257 11.4233 6.97212 11.7197 7.08299 12.1435C7.19404 12.5681 7.57843 12.8333 8.09091 12.8333C8.60339 12.8333 8.98777 12.5681 9.09883 12.1435C9.2097 11.7197 9.59925 11.4233 10.0455 11.4233C10.4917 11.4233 10.8812 11.7197 10.9921 12.1435C11.1031 12.5681 11.4875 12.8333 12 12.8333C12.5125 12.8333 12.8969 12.5681 13.0079 12.1435C13.1188 11.7197 13.5083 11.4233 13.9545 11.4233C14.4008 11.4233 14.7903 11.7197 14.9012 12.1435C15.0122 12.5681 15.3966 12.8333 15.9091 12.8333C16.4216 12.8333 16.806 12.5681 16.917 12.1435C17.0279 11.7197 17.4174 11.4233 17.8636 11.4233C18.3098 11.4233 18.6994 11.7197 18.8103 12.1435C18.9374 12.6294 19.3685 12.8775 19.9085 12.8136C20.4415 12.7506 20.7955 12.4179 20.7955 11.9008C20.7955 11.6671 20.7187 11.3948 20.6019 11.2056C20.5567 11.1325 20.5223 11.095 20.5021 11.0773C20.0829 11.0536 19.7231 10.7686 19.6142 10.3666C18.8241 7.45026 15.7732 5.16667 12 5.16667ZM20.4819 11.0632C20.482 11.0628 20.4851 11.064 20.4909 11.0682C20.4847 11.0657 20.4818 11.0636 20.4819 11.0632ZM3.51811 11.0632C3.5182 11.0636 3.51529 11.0657 3.50913 11.0682C3.51494 11.064 3.51802 11.0628 3.51811 11.0632Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.90609 11.7833C6.28102 11.736 6.63259 11.975 6.72649 12.341C6.87462 12.9185 7.38817 13.2487 8.00001 13.2487C8.61185 13.2487 9.1254 12.9185 9.27353 12.341C9.35862 12.0093 9.65757 11.7774 10 11.7774C10.3424 11.7774 10.6414 12.0093 10.7265 12.341C10.8746 12.9185 11.3882 13.2487 12 13.2487C12.6119 13.2487 13.1254 12.9185 13.2735 12.341C13.3586 12.0093 13.6576 11.7774 14 11.7774C14.3424 11.7774 14.6414 12.0093 14.7265 12.341C14.8746 12.9185 15.3882 13.2487 16 13.2487C16.6119 13.2487 17.1254 12.9185 17.2735 12.341C17.3632 11.9914 17.6892 11.7553 18.0493 11.779C18.4095 11.8028 18.7016 12.0796 18.7447 12.438C18.7666 12.6211 18.872 12.8985 19.0896 13.086C19.2726 13.2437 19.6278 13.4193 20.3422 13.2655C20.6151 13.2068 20.898 13.3045 21.0765 13.519C21.2551 13.7336 21.2997 14.0296 21.1923 14.2872L20.7271 15.4037L20.7271 15.4038C20.244 16.5633 19.858 17.4895 19.4638 18.2059C19.0563 18.9464 18.6081 19.5244 17.9682 19.951C17.3282 20.3776 16.6224 20.569 15.782 20.6604C14.9692 20.7488 13.9658 20.7488 12.7096 20.7487H12.7096H11.2904H11.2904C10.0342 20.7488 9.03084 20.7488 8.21798 20.6604C7.37764 20.569 6.67177 20.3776 6.03185 19.951C5.39193 19.5244 4.94377 18.9464 4.53621 18.2059C4.14198 17.4895 3.75607 16.5633 3.27294 15.4038L3.27293 15.4038L2.8077 14.2872C2.70073 14.0305 2.74462 13.7356 2.92173 13.5212C3.09884 13.3067 3.38008 13.2079 3.65241 13.2644C3.99131 13.3347 4.46228 13.3459 4.80496 13.2206C4.96374 13.1625 5.06397 13.0869 5.1262 13.0038C5.18434 12.9261 5.25001 12.7884 5.25001 12.5274C5.25001 12.1495 5.53117 11.8306 5.90609 11.7833Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0002 7C12.5525 7 13.0002 7.44772 13.0002 8V9C13.0002 9.55228 12.5525 10 12.0002 10C11.4479 10 11.0002 9.55228 11.0002 9V8C11.0002 7.44772 11.4479 7 12.0002 7ZM9.44743 7.60557C9.94141 7.85256 10.1416 8.45324 9.89465 8.94721L9.39465 9.94721C9.14766 10.4412 8.54698 10.6414 8.05301 10.3944C7.55903 10.1474 7.3588 9.54676 7.60579 9.05279L8.10579 8.05279C8.35278 7.55881 8.95345 7.35858 9.44743 7.60557ZM14.553 7.60557C15.047 7.35858 15.6477 7.55881 15.8946 8.05279L16.3946 9.05279C16.6416 9.54676 16.4414 10.1474 15.9474 10.3944C15.4535 10.6414 14.8528 10.4412 14.6058 9.94721L14.1058 8.94721C13.8588 8.45324 14.059 7.85256 14.553 7.60557Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-pizza-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.3156 1.64518L11.3691 1.66058C14.911 2.67746 18.0009 4.80462 20.272 7.65078L20.3087 7.69678C20.7519 8.25208 21.1437 8.74305 21.3967 9.21037C21.6801 9.73379 21.8138 10.2667 21.7202 10.898C21.6227 11.5551 21.2955 12.0424 20.834 12.4744C20.5964 12.6969 20.3072 12.9188 19.9783 13.152C19.7338 13.3253 19.6115 13.412 19.4833 13.3851C19.355 13.3582 19.2752 13.2251 19.1155 12.9589C18.2022 11.4366 17.2547 10.2263 16.5506 9.49086C14.5363 7.23347 11.9874 5.54001 9.11901 4.6642C8.47509 4.46758 7.85371 4.28883 7.2727 4.12888C6.98569 4.04986 6.84218 4.01035 6.78176 3.89458C6.72134 3.77881 6.76916 3.64368 6.86479 3.37342C6.93544 3.17375 7.00797 2.98928 7.08535 2.82142C7.32632 2.29873 7.64556 1.86371 8.16932 1.5664C8.67446 1.27967 9.17104 1.21165 9.70614 1.2686C10.1802 1.31906 10.7175 1.4734 11.3156 1.64518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.0903 14.3327C18.0639 14.4488 17.9547 14.5224 17.7361 14.6694L14.5227 16.8308C14.3195 16.9675 14.2179 17.0358 14.1286 17.0105C14.0394 16.9851 13.9842 16.8633 13.8737 16.6197C13.3533 15.472 12.2493 14.6446 10.9202 14.6446C9.05596 14.6446 7.64355 16.2613 7.64355 18.1286C7.64355 18.9631 7.9206 19.738 8.39124 20.3448C8.54237 20.5397 8.61794 20.6371 8.60305 20.7239C8.58817 20.8107 8.49394 20.8713 8.30549 20.9924C7.51198 21.5027 6.82082 21.9167 6.22164 22.2095C5.1447 22.7358 4.01114 23.0494 3.08722 22.3314C2.1805 21.6268 2.15515 20.4487 2.34434 19.2384C2.54025 17.9853 3.03672 16.2992 3.66857 14.1533L3.80397 13.6935C3.82212 13.6318 3.89164 13.602 3.95309 13.6208C4.2276 13.705 4.5174 13.7501 4.8161 13.7501C6.58795 13.7501 7.92305 12.212 7.92305 10.4447C7.92305 8.99378 7.03543 7.71638 5.74031 7.28802C5.71524 7.27973 5.70023 7.25338 5.70769 7.22805L6.07956 5.9651C6.15765 5.69987 6.1967 5.56725 6.30382 5.50756C6.41094 5.44787 6.54349 5.48423 6.80858 5.55694C7.39626 5.71813 8.02697 5.89912 8.68097 6.09881C11.2723 6.89003 13.5939 8.427 15.4399 10.499L15.4491 10.5094L15.4588 10.5195C16.1114 11.1993 17.0342 12.3812 17.9194 13.8822C18.0509 14.1051 18.1166 14.2166 18.0903 14.3327ZM12.6006 12.5C13.1529 12.5 13.6006 12.0523 13.6006 11.5C13.6006 10.9477 13.1529 10.5 12.6006 10.5H12.5916C12.0393 10.5 11.5916 10.9477 11.5916 11.5C11.5916 12.0523 12.0393 12.5 12.5916 12.5H12.6006Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.39301 12.1868C4.32311 12.1654 4.27494 12.094 4.29559 12.0238L5.15368 9.10957C5.21014 8.91782 5.23837 8.82195 5.33392 8.78761C5.42946 8.75328 5.49971 8.80077 5.64021 8.89576C6.09506 9.20327 6.42305 9.76619 6.42305 10.4447C6.42305 11.5 5.64766 12.2501 4.8161 12.2501C4.66893 12.2501 4.52732 12.228 4.39301 12.1868Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.94911 19.7895C9.99687 19.8244 10.0618 19.8311 10.1109 19.7981C10.265 19.6946 10.4221 19.589 10.5821 19.4813L12.5161 18.1804C12.598 18.1253 12.639 18.0978 12.659 18.0715C12.6877 18.0339 12.6916 18.0245 12.698 17.9776C12.7026 17.9449 12.6874 17.8664 12.6571 17.7093C12.4766 16.7735 11.7316 16.1446 10.9202 16.1446C9.99359 16.1446 9.14355 16.9761 9.14355 18.1286C9.14355 18.8376 9.47481 19.4422 9.94911 19.7895Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.3156 1.64518L11.3691 1.66058C14.911 2.67746 18.0009 4.80462 20.272 7.65078L20.3087 7.69678C20.7519 8.25208 21.1437 8.74305 21.3967 9.21037C21.6801 9.73379 21.8138 10.2667 21.7202 10.898C21.6227 11.5551 21.2955 12.0424 20.834 12.4744C20.5964 12.6969 20.3072 12.9188 19.9783 13.152C19.7338 13.3253 19.6115 13.412 19.4833 13.3851C19.355 13.3582 19.2752 13.2251 19.1155 12.9589C18.2022 11.4366 17.2547 10.2263 16.5506 9.49086C14.5363 7.23347 11.9874 5.54001 9.11901 4.6642C8.47509 4.46758 7.85371 4.28883 7.2727 4.12888C6.98569 4.04986 6.84218 4.01035 6.78176 3.89458C6.72134 3.77881 6.76916 3.64368 6.86479 3.37342C6.93544 3.17375 7.00797 2.98928 7.08535 2.82142C7.32632 2.29873 7.64556 1.86371 8.16932 1.5664C8.67446 1.27967 9.17104 1.21165 9.70614 1.2686C10.1802 1.31906 10.7175 1.4734 11.3156 1.64518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.0903 14.3327C18.0639 14.4488 17.9547 14.5224 17.7361 14.6694L14.5227 16.8308C14.3195 16.9675 14.2179 17.0358 14.1286 17.0105C14.0394 16.9851 13.9842 16.8633 13.8737 16.6197C13.3533 15.472 12.2493 14.6446 10.9202 14.6446C9.05596 14.6446 7.64355 16.2613 7.64355 18.1286C7.64355 18.9631 7.9206 19.738 8.39124 20.3448C8.54237 20.5397 8.61794 20.6371 8.60305 20.7239C8.58817 20.8107 8.49394 20.8713 8.30549 20.9924C7.51198 21.5027 6.82082 21.9167 6.22164 22.2095C5.1447 22.7358 4.01114 23.0494 3.08722 22.3314C2.1805 21.6268 2.15515 20.4487 2.34434 19.2384C2.54025 17.9853 3.03672 16.2992 3.66857 14.1533L3.80397 13.6935C3.82212 13.6318 3.89164 13.602 3.95309 13.6208C4.2276 13.705 4.5174 13.7501 4.8161 13.7501C6.58795 13.7501 7.92305 12.212 7.92305 10.4447C7.92305 8.99378 7.03543 7.71638 5.74031 7.28802C5.71524 7.27973 5.70023 7.25338 5.70769 7.22805L6.07956 5.9651C6.15765 5.69987 6.1967 5.56725 6.30382 5.50756C6.41094 5.44787 6.54349 5.48423 6.80858 5.55694C7.39626 5.71813 8.02697 5.89912 8.68097 6.09881C11.2723 6.89003 13.5939 8.427 15.4399 10.499L15.4491 10.5094L15.4588 10.5195C16.1114 11.1993 17.0342 12.3812 17.9194 13.8822C18.0509 14.1051 18.1166 14.2166 18.0903 14.3327ZM12.6006 12.5C13.1529 12.5 13.6006 12.0523 13.6006 11.5C13.6006 10.9477 13.1529 10.5 12.6006 10.5H12.5916C12.0393 10.5 11.5916 10.9477 11.5916 11.5C11.5916 12.0523 12.0393 12.5 12.5916 12.5H12.6006Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.39301 12.1868C4.32311 12.1654 4.27494 12.094 4.29559 12.0238L5.15368 9.10957C5.21014 8.91782 5.23837 8.82195 5.33392 8.78761C5.42946 8.75328 5.49971 8.80077 5.64021 8.89576C6.09506 9.20327 6.42305 9.76619 6.42305 10.4447C6.42305 11.5 5.64766 12.2501 4.8161 12.2501C4.66893 12.2501 4.52732 12.228 4.39301 12.1868Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.94911 19.7895C9.99687 19.8244 10.0618 19.8311 10.1109 19.7981C10.265 19.6946 10.4221 19.589 10.5821 19.4813L12.5161 18.1804C12.598 18.1253 12.639 18.0978 12.659 18.0715C12.6877 18.0339 12.6916 18.0245 12.698 17.9776C12.7026 17.9449 12.6874 17.8664 12.6571 17.7093C12.4766 16.7735 11.7316 16.1446 10.9202 16.1446C9.99359 16.1446 9.14355 16.9761 9.14355 18.1286C9.14355 18.8376 9.47481 19.4422 9.94911 19.7895Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-pizza-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.33534 2.168C8.10565 1.57345 10.0133 1.25 11.9999 1.25C13.9865 1.25 15.8942 1.57345 17.6645 2.168L17.7172 2.18569C18.3504 2.39829 18.911 2.58652 19.3534 2.8241C19.8478 3.08961 20.236 3.4359 20.5049 3.9732C20.7888 4.54053 20.7986 5.09791 20.6725 5.67917C20.5583 6.20554 20.3173 6.81269 20.0402 7.51072C19.9884 7.64139 19.8276 7.6892 19.7161 7.60354C19.6225 7.5316 19.5493 7.47104 19.4993 7.4264L19.4938 7.42143L19.4881 7.41657C19.2241 7.19008 19.0044 6.91938 18.8411 6.61623C17.7819 4.6501 15.3603 3.80129 13.2527 4.601C12.5271 4.87631 11.7158 4.86877 10.9962 4.58026C8.90446 3.74158 6.46709 4.54614 5.36907 6.49114C5.1734 6.83775 4.90342 7.13981 4.57801 7.37934C4.47567 7.44387 4.35476 7.51839 4.22038 7.59931C4.12481 7.65685 4.00074 7.61439 3.95959 7.5107C3.68253 6.81268 3.44154 6.20554 3.32734 5.67917C3.20123 5.09791 3.21102 4.54053 3.49494 3.9732C3.76382 3.4359 4.15199 3.08961 4.64639 2.8241C5.08879 2.58653 5.64946 2.39829 6.28266 2.1857L6.33534 2.168Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2904 9.23004C19.3188 9.3286 19.2763 9.43587 19.1911 9.6504L16.6656 16.0146C15.8503 18.0692 15.207 19.6903 14.5765 20.7912C13.9536 21.8789 13.1808 22.75 11.9999 22.75C10.8191 22.75 10.0463 21.8789 9.42335 20.7912C8.86922 19.8237 8.30525 18.4545 7.62334 16.7423C7.54608 16.5483 7.50744 16.4513 7.54105 16.3747C7.57466 16.2981 7.68113 16.2574 7.89408 16.1761C9.13958 15.7001 10.0519 14.5378 10.0519 13.1347C10.0519 11.2853 8.47469 9.86078 6.62395 9.86078C6.20925 9.86078 5.81005 9.93137 5.43981 10.0615C5.23623 10.133 5.13445 10.1688 5.06118 10.1354C4.98791 10.102 4.95143 10.0101 4.87848 9.82626L4.78845 9.59939C4.69788 9.37117 4.6526 9.25705 4.68762 9.15291C4.72263 9.04877 4.82929 8.98421 5.0426 8.85509C5.18093 8.77136 5.30219 8.69621 5.40089 8.63375L5.42077 8.62117L5.43982 8.60737C5.94301 8.24287 6.36684 7.77494 6.67529 7.22855C7.38755 5.96688 9.013 5.40117 10.438 5.97252C11.5071 6.40117 12.7076 6.41217 13.7848 6.00344C15.2218 5.45821 16.8346 6.05432 17.5205 7.32764C17.7723 7.79509 18.1081 8.20791 18.506 8.55039C18.6125 8.64498 18.7698 8.77235 18.9696 8.91816C19.1645 9.06037 19.2619 9.13147 19.2904 9.23004ZM15.0068 9C15.0068 9.55229 14.5591 10 14.0068 10H13.9979C13.4456 10 12.9979 9.55228 12.9979 9C12.9979 8.44771 13.4456 8 13.9979 8H14.0068C14.5591 8 15.0068 8.44772 15.0068 9ZM13.999 13.25C13.5051 13.25 13.074 13.4894 12.7812 13.7822C12.4884 14.0749 12.249 14.5061 12.249 15C12.249 15.4142 12.5848 15.75 12.999 15.75C13.4132 15.75 13.749 15.4142 13.749 15C13.749 14.9939 13.7596 14.9251 13.8419 14.8428C13.9241 14.7606 13.9929 14.75 13.999 14.75C14.4132 14.75 14.749 14.4142 14.749 14C14.749 13.5858 14.4132 13.25 13.999 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.65625 11.6003C5.62255 11.6184 5.60552 11.6584 5.61963 11.6939L6.84967 14.7936C6.8742 14.8554 6.94322 14.8856 7.0086 14.8735C7.92042 14.7037 8.5519 13.9619 8.5519 13.1347C8.5519 12.1962 7.7312 11.3608 6.62395 11.3608C6.26822 11.3608 5.93858 11.449 5.65625 11.6003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.33534 2.168C8.10565 1.57345 10.0133 1.25 11.9999 1.25C13.9865 1.25 15.8942 1.57345 17.6645 2.168L17.7172 2.18569C18.3504 2.39829 18.911 2.58652 19.3534 2.8241C19.8478 3.08961 20.236 3.4359 20.5049 3.9732C20.7888 4.54053 20.7986 5.09791 20.6725 5.67917C20.5583 6.20554 20.3173 6.81269 20.0402 7.51072C19.9884 7.64139 19.8276 7.6892 19.7161 7.60354C19.6225 7.5316 19.5493 7.47104 19.4993 7.4264L19.4938 7.42143L19.4881 7.41657C19.2241 7.19008 19.0044 6.91938 18.8411 6.61623C17.7819 4.6501 15.3603 3.80129 13.2527 4.601C12.5271 4.87631 11.7158 4.86877 10.9962 4.58026C8.90446 3.74158 6.46709 4.54614 5.36907 6.49114C5.1734 6.83775 4.90342 7.13981 4.57801 7.37934C4.47567 7.44387 4.35476 7.51839 4.22038 7.59931C4.12481 7.65685 4.00074 7.61439 3.95959 7.5107C3.68253 6.81268 3.44154 6.20554 3.32734 5.67917C3.20123 5.09791 3.21102 4.54053 3.49494 3.9732C3.76382 3.4359 4.15199 3.08961 4.64639 2.8241C5.08879 2.58653 5.64946 2.39829 6.28266 2.1857L6.33534 2.168Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2904 9.23004C19.3188 9.3286 19.2763 9.43587 19.1911 9.6504L16.6656 16.0146C15.8503 18.0692 15.207 19.6903 14.5765 20.7912C13.9536 21.8789 13.1808 22.75 11.9999 22.75C10.8191 22.75 10.0463 21.8789 9.42335 20.7912C8.86922 19.8237 8.30525 18.4545 7.62334 16.7423C7.54608 16.5483 7.50744 16.4513 7.54105 16.3747C7.57466 16.2981 7.68113 16.2574 7.89408 16.1761C9.13958 15.7001 10.0519 14.5378 10.0519 13.1347C10.0519 11.2853 8.47469 9.86078 6.62395 9.86078C6.20925 9.86078 5.81005 9.93137 5.43981 10.0615C5.23623 10.133 5.13445 10.1688 5.06118 10.1354C4.98791 10.102 4.95143 10.0101 4.87848 9.82626L4.78845 9.59939C4.69788 9.37117 4.6526 9.25705 4.68762 9.15291C4.72263 9.04877 4.82929 8.98421 5.0426 8.85509C5.18093 8.77136 5.30219 8.69621 5.40089 8.63375L5.42077 8.62117L5.43982 8.60737C5.94301 8.24287 6.36684 7.77494 6.67529 7.22855C7.38755 5.96688 9.013 5.40117 10.438 5.97252C11.5071 6.40117 12.7076 6.41217 13.7848 6.00344C15.2218 5.45821 16.8346 6.05432 17.5205 7.32764C17.7723 7.79509 18.1081 8.20791 18.506 8.55039C18.6125 8.64498 18.7698 8.77235 18.9696 8.91816C19.1645 9.06037 19.2619 9.13147 19.2904 9.23004ZM15.0068 9C15.0068 9.55229 14.5591 10 14.0068 10H13.9979C13.4456 10 12.9979 9.55228 12.9979 9C12.9979 8.44771 13.4456 8 13.9979 8H14.0068C14.5591 8 15.0068 8.44772 15.0068 9ZM13.999 13.25C13.5051 13.25 13.074 13.4894 12.7812 13.7822C12.4884 14.0749 12.249 14.5061 12.249 15C12.249 15.4142 12.5848 15.75 12.999 15.75C13.4132 15.75 13.749 15.4142 13.749 15C13.749 14.9939 13.7596 14.9251 13.8419 14.8428C13.9241 14.7606 13.9929 14.75 13.999 14.75C14.4132 14.75 14.749 14.4142 14.749 14C14.749 13.5858 14.4132 13.25 13.999 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.65625 11.6003C5.62255 11.6184 5.60552 11.6584 5.61963 11.6939L6.84967 14.7936C6.8742 14.8554 6.94322 14.8856 7.0086 14.8735C7.92042 14.7037 8.5519 13.9619 8.5519 13.1347C8.5519 12.1962 7.7312 11.3608 6.62395 11.3608C6.26822 11.3608 5.93858 11.449 5.65625 11.6003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-popcorn{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.3912 1.70162C17.7095 2.33712 18.7571 3.62974 18.8233 5.28714C19.6487 5.43723 20.3223 5.83823 20.8154 6.4003C21.4446 7.11743 21.7443 8.05401 21.7498 8.96434C21.7553 9.87467 21.4668 10.8148 20.8461 11.5392C20.2119 12.2795 19.2678 12.7494 18.0748 12.7494L5.90146 12.7494C4.70636 12.7494 3.76184 12.283 3.13056 11.5425C2.51284 10.8179 2.23385 9.87818 2.25072 8.96995C2.2676 8.0614 2.58132 7.13016 3.22018 6.41901C3.71943 5.86329 4.39634 5.46638 5.22256 5.31714C5.27697 3.65456 6.32087 2.353 7.63944 1.71041C8.97279 1.06062 10.6729 1.04269 12.0228 2.02213C13.3668 1.04711 15.0597 1.05973 16.3912 1.70162Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9965 22.7491C12.191 22.7491 12.2883 22.7492 12.3642 22.698C12.382 22.6861 12.3993 22.6715 12.414 22.656C12.4772 22.5897 12.4939 22.4914 12.5273 22.2947L13.7746 14.9494C13.8298 14.6244 13.8574 14.4619 13.7676 14.3554C13.6777 14.249 13.5128 14.249 13.1831 14.249L5.89989 14.249C5.7945 14.249 5.69014 14.2462 5.58689 14.2408C5.1458 14.2176 4.92526 14.206 4.82918 14.3177C4.7331 14.4295 4.77396 14.628 4.85567 15.025L5.30926 17.2288C5.5317 18.3096 5.71278 19.1895 5.94716 19.8778C6.19224 20.5975 6.52108 21.19 7.08874 21.6422C7.62583 22.07 8.42361 22.3341 9.23942 22.498C10.0806 22.6669 11.0443 22.7488 11.9965 22.7491Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4061 14.2397C18.8499 14.2146 19.0718 14.2021 19.1684 14.3139C19.2649 14.4257 19.2238 14.6253 19.1416 15.0246L18.6879 17.2288C18.4655 18.3096 18.2844 19.1895 18.05 19.8778C17.805 20.5975 17.4761 21.19 16.9085 21.6422C16.3701 22.071 15.5714 22.3354 14.7547 22.4991C14.4373 22.5628 14.2786 22.5946 14.1694 22.5073C14.1549 22.4957 14.1401 22.4813 14.1281 22.4672C14.0376 22.3606 14.0657 22.1947 14.1221 21.8629L15.3302 14.7485C15.3708 14.5099 15.391 14.3906 15.4749 14.3198C15.5587 14.249 15.6797 14.249 15.9218 14.249H18.0732C18.1854 14.249 18.2964 14.2459 18.4061 14.2397Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.3912 1.70162C17.7095 2.33712 18.7571 3.62974 18.8233 5.28714C19.6487 5.43723 20.3223 5.83823 20.8154 6.4003C21.4446 7.11743 21.7443 8.05401 21.7498 8.96434C21.7553 9.87467 21.4668 10.8148 20.8461 11.5392C20.2119 12.2795 19.2678 12.7494 18.0748 12.7494L5.90146 12.7494C4.70636 12.7494 3.76184 12.283 3.13056 11.5425C2.51284 10.8179 2.23385 9.87818 2.25072 8.96995C2.2676 8.0614 2.58132 7.13016 3.22018 6.41901C3.71943 5.86329 4.39634 5.46638 5.22256 5.31714C5.27697 3.65456 6.32087 2.353 7.63944 1.71041C8.97279 1.06062 10.6729 1.04269 12.0228 2.02213C13.3668 1.04711 15.0597 1.05973 16.3912 1.70162Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9965 22.7491C12.191 22.7491 12.2883 22.7492 12.3642 22.698C12.382 22.6861 12.3993 22.6715 12.414 22.656C12.4772 22.5897 12.4939 22.4914 12.5273 22.2947L13.7746 14.9494C13.8298 14.6244 13.8574 14.4619 13.7676 14.3554C13.6777 14.249 13.5128 14.249 13.1831 14.249L5.89989 14.249C5.7945 14.249 5.69014 14.2462 5.58689 14.2408C5.1458 14.2176 4.92526 14.206 4.82918 14.3177C4.7331 14.4295 4.77396 14.628 4.85567 15.025L5.30926 17.2288C5.5317 18.3096 5.71278 19.1895 5.94716 19.8778C6.19224 20.5975 6.52108 21.19 7.08874 21.6422C7.62583 22.07 8.42361 22.3341 9.23942 22.498C10.0806 22.6669 11.0443 22.7488 11.9965 22.7491Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4061 14.2397C18.8499 14.2146 19.0718 14.2021 19.1684 14.3139C19.2649 14.4257 19.2238 14.6253 19.1416 15.0246L18.6879 17.2288C18.4655 18.3096 18.2844 19.1895 18.05 19.8778C17.805 20.5975 17.4761 21.19 16.9085 21.6422C16.3701 22.071 15.5714 22.3354 14.7547 22.4991C14.4373 22.5628 14.2786 22.5946 14.1694 22.5073C14.1549 22.4957 14.1401 22.4813 14.1281 22.4672C14.0376 22.3606 14.0657 22.1947 14.1221 21.8629L15.3302 14.7485C15.3708 14.5099 15.391 14.3906 15.4749 14.3198C15.5587 14.249 15.6797 14.249 15.9218 14.249H18.0732C18.1854 14.249 18.2964 14.2459 18.4061 14.2397Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-prawn{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25926 8.66389C3.03979 8.49642 2.93005 8.41269 2.91466 8.28737C2.89926 8.16205 2.98175 8.05889 3.14673 7.85257C4.56672 6.07677 6.62749 4.83569 8.97869 4.4797C9.27007 4.43558 9.41576 4.41352 9.52015 4.5033C9.62454 4.59307 9.62454 4.74708 9.62454 5.05511V7.525C9.62454 7.93921 9.96032 8.275 10.3745 8.275C10.7888 8.275 11.1245 7.93921 11.1245 7.525V4.975C11.1245 4.69216 11.1245 4.55074 11.2124 4.46287C11.3003 4.375 11.4417 4.375 11.7245 4.375H17.175C18.4584 4.375 19.7777 5.47768 19.392 6.99283C18.5606 10.2587 15.6009 12.675 12.075 12.675H10.375C10.0825 12.675 9.80628 12.7448 9.5621 12.8686C9.30536 12.9988 9.17699 13.0638 9.09099 13.056C9.005 13.0481 8.91867 12.9822 8.746 12.8505L3.25926 8.66389ZM13.375 9.125C13.9273 9.125 14.375 8.67728 14.375 8.125C14.375 7.57272 13.9273 7.125 13.375 7.125H13.366C12.8137 7.125 12.366 7.57271 12.366 8.125C12.366 8.67728 12.8137 9.125 13.366 9.125H13.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.74346 10.2926C1.86218 9.98528 1.92153 9.83164 2.06583 9.7909C2.21013 9.75016 2.34714 9.85471 2.62117 10.0638L8.36569 14.4471C8.46218 14.5207 8.51042 14.5575 8.5389 14.6018C8.56737 14.6461 8.58494 14.723 8.62006 14.877C8.64579 14.9898 8.68211 15.0985 8.72791 15.2021C8.85986 15.5006 8.92584 15.6498 8.90801 15.7421C8.89019 15.8343 8.8028 15.9196 8.62802 16.09L4.54976 20.0672C4.3556 20.2565 4.25852 20.3512 4.13408 20.3495C4.00965 20.3478 3.91924 20.2547 3.73843 20.0685C2.12092 18.4028 1.125 16.1302 1.125 13.625C1.125 12.4502 1.34402 11.3265 1.74346 10.2926Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.2585 16.5951C10.4385 16.4196 10.5285 16.3318 10.5642 16.3122C10.5981 16.2935 10.5916 16.2962 10.6289 16.2858C10.6682 16.275 10.7226 16.275 10.8316 16.275H13.4143C13.6537 16.275 13.7734 16.275 13.8545 16.2122C13.9356 16.1494 13.9684 16.0226 14.034 15.769C14.5098 13.9298 16.0059 12.502 17.8822 12.1237C18.91 11.9165 19.625 12.7932 19.625 13.625C19.625 18.7336 15.4836 22.875 10.375 22.875C8.78787 22.875 7.29409 22.4753 5.98886 21.771C5.69384 21.6118 5.54633 21.5322 5.52529 21.3819C5.50425 21.2315 5.62979 21.1091 5.88088 20.8642L10.2585 16.5951Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.875 2.125C7.875 1.57272 8.32272 1.125 8.875 1.125H20.0358C21.8157 1.125 23.1739 2.74285 22.8189 4.50062C22.4244 6.45349 20.7038 7.71886 19.0142 8.10043C18.4755 8.2221 17.9402 7.88401 17.8185 7.3453C17.6968 6.80658 18.0349 6.27123 18.5737 6.14957C19.7329 5.88776 20.6633 5.07104 20.8585 4.10467C20.9585 3.6093 20.5764 3.125 20.0358 3.125H8.875C8.32272 3.125 7.875 2.67728 7.875 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25926 8.66389C3.03979 8.49642 2.93005 8.41269 2.91466 8.28737C2.89926 8.16205 2.98175 8.05889 3.14673 7.85257C4.56672 6.07677 6.62749 4.83569 8.97869 4.4797C9.27007 4.43558 9.41576 4.41352 9.52015 4.5033C9.62454 4.59307 9.62454 4.74708 9.62454 5.05511V7.525C9.62454 7.93921 9.96032 8.275 10.3745 8.275C10.7888 8.275 11.1245 7.93921 11.1245 7.525V4.975C11.1245 4.69216 11.1245 4.55074 11.2124 4.46287C11.3003 4.375 11.4417 4.375 11.7245 4.375H17.175C18.4584 4.375 19.7777 5.47768 19.392 6.99283C18.5606 10.2587 15.6009 12.675 12.075 12.675H10.375C10.0825 12.675 9.80628 12.7448 9.5621 12.8686C9.30536 12.9988 9.17699 13.0638 9.09099 13.056C9.005 13.0481 8.91867 12.9822 8.746 12.8505L3.25926 8.66389ZM13.375 9.125C13.9273 9.125 14.375 8.67728 14.375 8.125C14.375 7.57272 13.9273 7.125 13.375 7.125H13.366C12.8137 7.125 12.366 7.57271 12.366 8.125C12.366 8.67728 12.8137 9.125 13.366 9.125H13.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.74346 10.2926C1.86218 9.98528 1.92153 9.83164 2.06583 9.7909C2.21013 9.75016 2.34714 9.85471 2.62117 10.0638L8.36569 14.4471C8.46218 14.5207 8.51042 14.5575 8.5389 14.6018C8.56737 14.6461 8.58494 14.723 8.62006 14.877C8.64579 14.9898 8.68211 15.0985 8.72791 15.2021C8.85986 15.5006 8.92584 15.6498 8.90801 15.7421C8.89019 15.8343 8.8028 15.9196 8.62802 16.09L4.54976 20.0672C4.3556 20.2565 4.25852 20.3512 4.13408 20.3495C4.00965 20.3478 3.91924 20.2547 3.73843 20.0685C2.12092 18.4028 1.125 16.1302 1.125 13.625C1.125 12.4502 1.34402 11.3265 1.74346 10.2926Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.2585 16.5951C10.4385 16.4196 10.5285 16.3318 10.5642 16.3122C10.5981 16.2935 10.5916 16.2962 10.6289 16.2858C10.6682 16.275 10.7226 16.275 10.8316 16.275H13.4143C13.6537 16.275 13.7734 16.275 13.8545 16.2122C13.9356 16.1494 13.9684 16.0226 14.034 15.769C14.5098 13.9298 16.0059 12.502 17.8822 12.1237C18.91 11.9165 19.625 12.7932 19.625 13.625C19.625 18.7336 15.4836 22.875 10.375 22.875C8.78787 22.875 7.29409 22.4753 5.98886 21.771C5.69384 21.6118 5.54633 21.5322 5.52529 21.3819C5.50425 21.2315 5.62979 21.1091 5.88088 20.8642L10.2585 16.5951Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.875 2.125C7.875 1.57272 8.32272 1.125 8.875 1.125H20.0358C21.8157 1.125 23.1739 2.74285 22.8189 4.50062C22.4244 6.45349 20.7038 7.71886 19.0142 8.10043C18.4755 8.2221 17.9402 7.88401 17.8185 7.3453C17.6968 6.80658 18.0349 6.27123 18.5737 6.14957C19.7329 5.88776 20.6633 5.07104 20.8585 4.10467C20.9585 3.6093 20.5764 3.125 20.0358 3.125H8.875C8.32272 3.125 7.875 2.67728 7.875 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-pumpkin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4799 4.10796C13.1308 4.75438 13 5.57827 13 6.13281C13 6.6851 12.5523 7.13281 12 7.13281C11.4477 7.13281 11 6.6851 11 6.13281C11 5.35402 11.1692 4.17791 11.7201 3.15766C12.2944 2.09409 13.3376 1.13281 15 1.13281C15.5523 1.13281 16 1.58053 16 2.13281C16 2.6851 15.5523 3.13281 15 3.13281C14.2624 3.13281 13.8056 3.50487 13.4799 4.10796Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.70703 6.05924C7.36167 6.49292 7.06717 6.97255 6.83086 7.48068C6.6562 7.85626 6.81907 8.30233 7.19466 8.477C7.57024 8.65167 8.01631 8.48879 8.19098 8.11321C8.74876 6.91382 9.65237 6.01092 10.7205 5.60462C11.1211 5.46124 11.5503 5.38281 12 5.38281C12.4435 5.38281 12.8672 5.4591 13.263 5.59877C14.3379 6.0022 15.2476 6.90803 15.808 8.11321C15.9827 8.48879 16.4288 8.65167 16.8044 8.477C17.1799 8.30233 17.3428 7.85626 17.1682 7.48068C16.9319 6.9726 16.6374 6.49301 16.2921 6.05936C16.0988 5.81661 16.0021 5.69523 16.045 5.58745C16.0879 5.47967 16.2252 5.46019 16.4999 5.42123C16.6797 5.39572 16.8574 5.38281 17.0313 5.38281C18.6962 5.38281 20.1431 6.29497 21.1472 7.64973C22.1514 9.0046 22.75 10.8409 22.75 12.8367C22.75 14.8084 22.1316 17.2503 20.8973 18.9206C20.2737 19.7644 19.4547 20.461 18.4289 20.7463C18.3153 20.7779 18.2005 20.8041 18.0846 20.8248C17.8064 20.8745 17.6672 20.8993 17.5931 20.8047C17.5189 20.7101 17.5834 20.5645 17.7125 20.2735C18.048 19.5171 18.2432 18.7015 18.2432 17.8724C18.2432 17.4582 17.9074 17.1224 17.4932 17.1224C17.079 17.1224 16.7432 17.4582 16.7432 17.8724C16.7432 19.0769 16.1607 20.3359 15.2344 21.305C14.306 22.2762 13.1172 22.869 12 22.869C10.8828 22.869 9.69398 22.2762 8.7656 21.305C7.83927 20.3359 7.25684 19.0769 7.25684 17.8724C7.25684 17.4582 6.92105 17.1224 6.50684 17.1224C6.09262 17.1224 5.75684 17.4582 5.75684 17.8724C5.75684 18.7015 5.95203 19.5171 6.28747 20.2735C6.41658 20.5645 6.48113 20.7101 6.40695 20.8047C6.33276 20.8993 6.19364 20.8745 5.9154 20.8248C5.79946 20.8041 5.68467 20.7779 5.57109 20.7463C4.54528 20.461 3.72626 19.7644 3.1027 18.9206C1.8684 17.2503 1.25 14.8084 1.25 12.8367C1.25 10.8409 1.84857 9.0046 2.85275 7.64973C3.85686 6.29497 5.30378 5.38281 6.9687 5.38281C7.14234 5.38281 7.31964 5.39568 7.49914 5.4211C7.77388 5.46 7.91124 5.47945 7.95415 5.58724C7.99706 5.69504 7.90038 5.81644 7.70703 6.05924Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4799 4.10796C13.1308 4.75438 13 5.57827 13 6.13281C13 6.6851 12.5523 7.13281 12 7.13281C11.4477 7.13281 11 6.6851 11 6.13281C11 5.35402 11.1692 4.17791 11.7201 3.15766C12.2944 2.09409 13.3376 1.13281 15 1.13281C15.5523 1.13281 16 1.58053 16 2.13281C16 2.6851 15.5523 3.13281 15 3.13281C14.2624 3.13281 13.8056 3.50487 13.4799 4.10796Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.70703 6.05924C7.36167 6.49292 7.06717 6.97255 6.83086 7.48068C6.6562 7.85626 6.81907 8.30233 7.19466 8.477C7.57024 8.65167 8.01631 8.48879 8.19098 8.11321C8.74876 6.91382 9.65237 6.01092 10.7205 5.60462C11.1211 5.46124 11.5503 5.38281 12 5.38281C12.4435 5.38281 12.8672 5.4591 13.263 5.59877C14.3379 6.0022 15.2476 6.90803 15.808 8.11321C15.9827 8.48879 16.4288 8.65167 16.8044 8.477C17.1799 8.30233 17.3428 7.85626 17.1682 7.48068C16.9319 6.9726 16.6374 6.49301 16.2921 6.05936C16.0988 5.81661 16.0021 5.69523 16.045 5.58745C16.0879 5.47967 16.2252 5.46019 16.4999 5.42123C16.6797 5.39572 16.8574 5.38281 17.0313 5.38281C18.6962 5.38281 20.1431 6.29497 21.1472 7.64973C22.1514 9.0046 22.75 10.8409 22.75 12.8367C22.75 14.8084 22.1316 17.2503 20.8973 18.9206C20.2737 19.7644 19.4547 20.461 18.4289 20.7463C18.3153 20.7779 18.2005 20.8041 18.0846 20.8248C17.8064 20.8745 17.6672 20.8993 17.5931 20.8047C17.5189 20.7101 17.5834 20.5645 17.7125 20.2735C18.048 19.5171 18.2432 18.7015 18.2432 17.8724C18.2432 17.4582 17.9074 17.1224 17.4932 17.1224C17.079 17.1224 16.7432 17.4582 16.7432 17.8724C16.7432 19.0769 16.1607 20.3359 15.2344 21.305C14.306 22.2762 13.1172 22.869 12 22.869C10.8828 22.869 9.69398 22.2762 8.7656 21.305C7.83927 20.3359 7.25684 19.0769 7.25684 17.8724C7.25684 17.4582 6.92105 17.1224 6.50684 17.1224C6.09262 17.1224 5.75684 17.4582 5.75684 17.8724C5.75684 18.7015 5.95203 19.5171 6.28747 20.2735C6.41658 20.5645 6.48113 20.7101 6.40695 20.8047C6.33276 20.8993 6.19364 20.8745 5.9154 20.8248C5.79946 20.8041 5.68467 20.7779 5.57109 20.7463C4.54528 20.461 3.72626 19.7644 3.1027 18.9206C1.8684 17.2503 1.25 14.8084 1.25 12.8367C1.25 10.8409 1.84857 9.0046 2.85275 7.64973C3.85686 6.29497 5.30378 5.38281 6.9687 5.38281C7.14234 5.38281 7.31964 5.39568 7.49914 5.4211C7.77388 5.46 7.91124 5.47945 7.95415 5.58724C7.99706 5.69504 7.90038 5.81644 7.70703 6.05924Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-rice-bowl-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.61384 11.4755C2.96532 11.3987 3.36466 11.3751 3.78615 11.3751H17.9633C18.3847 11.3751 18.7841 11.3987 19.1356 11.4755C19.4871 11.5524 19.8503 11.6951 20.137 11.9788C20.7466 12.5822 20.6866 13.461 20.4813 14.2879C20.0852 15.8839 19.314 16.8917 18.4186 17.7276C18.0467 18.0747 17.6464 18.3982 17.2587 18.7115L17.2586 18.7116C16.8365 19.0541 16.2318 19.5533 15.829 19.9485L16.0441 20.4361C16.1096 20.5919 16.2047 20.8424 16.2049 21.1237C16.2052 21.4801 16.1189 21.8142 15.9243 22.0984C15.7316 22.3799 15.4716 22.5554 15.2194 22.6639C14.7499 22.8658 14.2048 22.8751 13.8601 22.8751H7.8893C7.54459 22.8751 6.99953 22.8658 6.53005 22.6639C6.2778 22.5554 6.01782 22.3799 5.82506 22.0984C5.63047 21.8142 5.54424 21.4801 5.54452 21.1237C5.54474 20.849 5.63621 20.6007 5.69864 20.4465L5.91255 19.9408C5.51225 19.5488 4.91013 19.0519 4.49078 18.7116C4.10305 18.3982 3.70276 18.0747 3.33085 17.7276C2.4354 16.8917 1.66419 15.8839 1.26807 14.2879C1.06285 13.461 1.00279 12.5822 1.61244 11.9788C1.8991 11.6951 2.26226 11.5524 2.61384 11.4755Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.69631 5.09169C5.76972 5.21163 4.22799 7.00663 4.39345 8.93741C3.19854 9.49903 2.375 10.7176 2.375 12.1249C2.375 12.6772 2.82272 13.1249 3.375 13.1249C3.92728 13.1249 4.375 12.6772 4.375 12.1249C4.375 11.3404 4.96177 10.702 5.70359 10.6173C6.01962 10.5812 6.29962 10.3969 6.45776 10.1209C6.6159 9.84493 6.63331 9.51017 6.50464 9.21927C6.02326 8.1309 7.08305 6.8718 8.19791 7.11843C8.54994 7.19631 8.85949 7.40125 9.07353 7.6881C9.40381 8.13074 10.0304 8.22183 10.473 7.89155C10.9157 7.56126 11.0068 6.93468 10.6765 6.49204C10.4178 6.14541 10.0962 5.84763 9.72789 5.61631C10.4676 4.77855 12.1204 5.01191 12.3514 6.3164C12.3989 6.58481 12.554 6.82218 12.7806 6.97359C13.0073 7.12499 13.2859 7.17731 13.5521 7.11843C14.4874 6.91151 15.3605 7.74106 15.3652 8.64667C15.0656 8.68898 14.7658 8.77262 14.4723 8.90172C13.9668 9.12412 13.7373 9.71422 13.9597 10.2197C14.1821 10.7253 14.7722 10.9548 15.2777 10.7324C16.2155 10.3198 17.375 11.0543 17.375 12.1249C17.375 12.6772 17.8227 13.1249 18.375 13.1249C18.9273 13.1249 19.375 12.6772 19.375 12.1249C19.375 10.6895 18.5126 9.51687 17.3512 8.96136C17.5224 7.04366 16.023 5.19604 14.0519 5.08767C12.8662 2.46927 8.87911 2.47061 7.69631 5.09169Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5152 2.35668C22.9395 2.71025 22.9968 3.34081 22.6432 3.76509L17.6432 9.76509C17.2897 10.1894 16.6591 10.2467 16.2348 9.89312C15.8106 9.53956 15.7532 8.909 16.1068 8.48472L21.1068 2.48472C21.4604 2.06044 22.0909 2.00312 22.5152 2.35668Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.3224 1.23067C18.8164 1.47766 19.0166 2.07833 18.7696 2.57231L16.7696 6.57231C16.5227 7.06629 15.922 7.26651 15.428 7.01952C14.934 6.77253 14.7338 6.17186 14.9808 5.67788L16.9808 1.67788C17.2278 1.1839 17.8285 0.983681 18.3224 1.23067Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.61384 11.4755C2.96532 11.3987 3.36466 11.3751 3.78615 11.3751H17.9633C18.3847 11.3751 18.7841 11.3987 19.1356 11.4755C19.4871 11.5524 19.8503 11.6951 20.137 11.9788C20.7466 12.5822 20.6866 13.461 20.4813 14.2879C20.0852 15.8839 19.314 16.8917 18.4186 17.7276C18.0467 18.0747 17.6464 18.3982 17.2587 18.7115L17.2586 18.7116C16.8365 19.0541 16.2318 19.5533 15.829 19.9485L16.0441 20.4361C16.1096 20.5919 16.2047 20.8424 16.2049 21.1237C16.2052 21.4801 16.1189 21.8142 15.9243 22.0984C15.7316 22.3799 15.4716 22.5554 15.2194 22.6639C14.7499 22.8658 14.2048 22.8751 13.8601 22.8751H7.8893C7.54459 22.8751 6.99953 22.8658 6.53005 22.6639C6.2778 22.5554 6.01782 22.3799 5.82506 22.0984C5.63047 21.8142 5.54424 21.4801 5.54452 21.1237C5.54474 20.849 5.63621 20.6007 5.69864 20.4465L5.91255 19.9408C5.51225 19.5488 4.91013 19.0519 4.49078 18.7116C4.10305 18.3982 3.70276 18.0747 3.33085 17.7276C2.4354 16.8917 1.66419 15.8839 1.26807 14.2879C1.06285 13.461 1.00279 12.5822 1.61244 11.9788C1.8991 11.6951 2.26226 11.5524 2.61384 11.4755Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.69631 5.09169C5.76972 5.21163 4.22799 7.00663 4.39345 8.93741C3.19854 9.49903 2.375 10.7176 2.375 12.1249C2.375 12.6772 2.82272 13.1249 3.375 13.1249C3.92728 13.1249 4.375 12.6772 4.375 12.1249C4.375 11.3404 4.96177 10.702 5.70359 10.6173C6.01962 10.5812 6.29962 10.3969 6.45776 10.1209C6.6159 9.84493 6.63331 9.51017 6.50464 9.21927C6.02326 8.1309 7.08305 6.8718 8.19791 7.11843C8.54994 7.19631 8.85949 7.40125 9.07353 7.6881C9.40381 8.13074 10.0304 8.22183 10.473 7.89155C10.9157 7.56126 11.0068 6.93468 10.6765 6.49204C10.4178 6.14541 10.0962 5.84763 9.72789 5.61631C10.4676 4.77855 12.1204 5.01191 12.3514 6.3164C12.3989 6.58481 12.554 6.82218 12.7806 6.97359C13.0073 7.12499 13.2859 7.17731 13.5521 7.11843C14.4874 6.91151 15.3605 7.74106 15.3652 8.64667C15.0656 8.68898 14.7658 8.77262 14.4723 8.90172C13.9668 9.12412 13.7373 9.71422 13.9597 10.2197C14.1821 10.7253 14.7722 10.9548 15.2777 10.7324C16.2155 10.3198 17.375 11.0543 17.375 12.1249C17.375 12.6772 17.8227 13.1249 18.375 13.1249C18.9273 13.1249 19.375 12.6772 19.375 12.1249C19.375 10.6895 18.5126 9.51687 17.3512 8.96136C17.5224 7.04366 16.023 5.19604 14.0519 5.08767C12.8662 2.46927 8.87911 2.47061 7.69631 5.09169Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5152 2.35668C22.9395 2.71025 22.9968 3.34081 22.6432 3.76509L17.6432 9.76509C17.2897 10.1894 16.6591 10.2467 16.2348 9.89312C15.8106 9.53956 15.7532 8.909 16.1068 8.48472L21.1068 2.48472C21.4604 2.06044 22.0909 2.00312 22.5152 2.35668Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.3224 1.23067C18.8164 1.47766 19.0166 2.07833 18.7696 2.57231L16.7696 6.57231C16.5227 7.06629 15.922 7.26651 15.428 7.01952C14.934 6.77253 14.7338 6.17186 14.9808 5.67788L16.9808 1.67788C17.2278 1.1839 17.8285 0.983681 18.3224 1.23067Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-rice-bowl-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9349 4.28766C12.3308 4.07075 11.6692 4.07075 11.0651 4.28766C10.7381 4.40506 10.3641 4.6787 9.81394 5.34314C9.26258 6.009 8.6252 6.95082 7.72503 8.28368L7.02042 9.32697C6.72812 9.75977 6.13028 9.88024 5.68512 9.59606C5.23996 9.31188 5.11604 8.73065 5.40834 8.29785L6.14188 7.21172L6.14189 7.2117C7.00658 5.93136 7.69462 4.9126 8.31171 4.16737C8.93684 3.41242 9.57962 2.82228 10.397 2.5288C11.4323 2.15707 12.5677 2.15707 13.603 2.5288C14.4204 2.82228 15.0632 3.41242 15.6883 4.16736C16.3054 4.91259 16.9934 5.93135 17.8581 7.21167L17.8581 7.21171L18.5917 8.29784C18.884 8.73064 18.76 9.31187 18.3149 9.59605C17.8697 9.88024 17.2719 9.75976 16.9796 9.32696L16.275 8.28367C15.3748 6.95082 14.7374 6.009 14.1861 5.34314C13.6359 4.6787 13.2619 4.40506 12.9349 4.28766Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.30537 10.2506C4.57494 10.2618 4.81776 10.4168 4.94127 10.6567C5.30061 11.3546 6.13145 12.3214 7.25488 13.4032C8.35927 14.4667 9.6841 15.5829 10.9608 16.5763C13.0827 18.2271 15.7119 19.4829 18.7431 19.5551C19.0738 19.563 19.3602 19.7865 19.4482 20.1054C19.5362 20.4242 19.405 20.763 19.1252 20.9394C18.4158 21.3865 17.5213 21.5713 16.415 21.6607C15.3098 21.75 13.8795 21.75 12.0356 21.75H11.9638C10.1198 21.75 8.6895 21.75 7.58427 21.6607C6.47807 21.5713 5.58355 21.3865 4.87413 20.9394C3.16684 19.8632 2.16877 17.4584 2.25098 15.4003C2.25524 15.1036 2.27715 14.687 2.34886 14.1928C2.49178 13.2077 2.83383 11.8919 3.63819 10.6029C3.78103 10.3741 4.0358 10.2395 4.30537 10.2506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5 11.5C15.5 12.0523 15.0523 12.5 14.5 12.5L14.491 12.5C13.9387 12.5 13.491 12.0523 13.491 11.5C13.491 10.9477 13.9387 10.5 14.491 10.5L14.5 10.5C15.0523 10.5 15.5 10.9477 15.5 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.053 6.10579C11.547 5.8588 12.1477 6.05903 12.3946 6.55301C12.3938 6.55134 12.3943 6.55209 12.3964 6.55492C12.4092 6.57294 12.4822 6.67563 12.6475 6.78024C12.8206 6.88978 13.0941 7.00022 13.5002 7.00022C14.0525 7.00022 14.5002 7.44793 14.5002 8.00022C14.5002 8.5525 14.0525 9.00022 13.5002 9.00022C11.9048 9.00022 10.9343 8.10443 10.6058 7.44743C10.3588 6.95345 10.559 6.35278 11.053 6.10579Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7071 10.2929C10.3166 9.90237 9.68342 9.90237 9.29289 10.2929L8.79289 10.7929C8.40237 11.1834 8.40237 11.8166 8.79289 12.2071C9.18342 12.5976 9.81658 12.5976 10.2071 12.2071L10.7071 11.7071C11.0976 11.3166 11.0976 10.6834 10.7071 10.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0332 18.4736C20.476 18.7897 20.6974 18.9478 20.8364 18.9081C20.9754 18.8685 21.0512 18.6866 21.2027 18.3228C21.5931 17.3856 21.7878 16.3556 21.7496 15.4003C21.7453 15.1036 21.7229 14.687 21.6512 14.1928C21.5083 13.2077 21.1662 11.8919 20.3619 10.6029C20.2276 10.3878 19.9937 10.255 19.7401 10.2501C19.4865 10.2453 19.2476 10.3689 19.1051 10.5787C18.46 11.5289 17.0197 13.0246 15.3366 14.2779C14.5006 14.9004 13.6253 15.4475 12.7816 15.8336C12.7015 15.8702 12.6908 15.9807 12.7641 16.0297C14.5182 17.2033 16.5409 18.0022 18.7796 18.0555C19.2419 18.0666 19.6753 18.2181 20.0332 18.4736Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9349 4.28766C12.3308 4.07075 11.6692 4.07075 11.0651 4.28766C10.7381 4.40506 10.3641 4.6787 9.81394 5.34314C9.26258 6.009 8.6252 6.95082 7.72503 8.28368L7.02042 9.32697C6.72812 9.75977 6.13028 9.88024 5.68512 9.59606C5.23996 9.31188 5.11604 8.73065 5.40834 8.29785L6.14188 7.21172L6.14189 7.2117C7.00658 5.93136 7.69462 4.9126 8.31171 4.16737C8.93684 3.41242 9.57962 2.82228 10.397 2.5288C11.4323 2.15707 12.5677 2.15707 13.603 2.5288C14.4204 2.82228 15.0632 3.41242 15.6883 4.16736C16.3054 4.91259 16.9934 5.93135 17.8581 7.21167L17.8581 7.21171L18.5917 8.29784C18.884 8.73064 18.76 9.31187 18.3149 9.59605C17.8697 9.88024 17.2719 9.75976 16.9796 9.32696L16.275 8.28367C15.3748 6.95082 14.7374 6.009 14.1861 5.34314C13.6359 4.6787 13.2619 4.40506 12.9349 4.28766Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.30537 10.2506C4.57494 10.2618 4.81776 10.4168 4.94127 10.6567C5.30061 11.3546 6.13145 12.3214 7.25488 13.4032C8.35927 14.4667 9.6841 15.5829 10.9608 16.5763C13.0827 18.2271 15.7119 19.4829 18.7431 19.5551C19.0738 19.563 19.3602 19.7865 19.4482 20.1054C19.5362 20.4242 19.405 20.763 19.1252 20.9394C18.4158 21.3865 17.5213 21.5713 16.415 21.6607C15.3098 21.75 13.8795 21.75 12.0356 21.75H11.9638C10.1198 21.75 8.6895 21.75 7.58427 21.6607C6.47807 21.5713 5.58355 21.3865 4.87413 20.9394C3.16684 19.8632 2.16877 17.4584 2.25098 15.4003C2.25524 15.1036 2.27715 14.687 2.34886 14.1928C2.49178 13.2077 2.83383 11.8919 3.63819 10.6029C3.78103 10.3741 4.0358 10.2395 4.30537 10.2506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5 11.5C15.5 12.0523 15.0523 12.5 14.5 12.5L14.491 12.5C13.9387 12.5 13.491 12.0523 13.491 11.5C13.491 10.9477 13.9387 10.5 14.491 10.5L14.5 10.5C15.0523 10.5 15.5 10.9477 15.5 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.053 6.10579C11.547 5.8588 12.1477 6.05903 12.3946 6.55301C12.3938 6.55134 12.3943 6.55209 12.3964 6.55492C12.4092 6.57294 12.4822 6.67563 12.6475 6.78024C12.8206 6.88978 13.0941 7.00022 13.5002 7.00022C14.0525 7.00022 14.5002 7.44793 14.5002 8.00022C14.5002 8.5525 14.0525 9.00022 13.5002 9.00022C11.9048 9.00022 10.9343 8.10443 10.6058 7.44743C10.3588 6.95345 10.559 6.35278 11.053 6.10579Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7071 10.2929C10.3166 9.90237 9.68342 9.90237 9.29289 10.2929L8.79289 10.7929C8.40237 11.1834 8.40237 11.8166 8.79289 12.2071C9.18342 12.5976 9.81658 12.5976 10.2071 12.2071L10.7071 11.7071C11.0976 11.3166 11.0976 10.6834 10.7071 10.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0332 18.4736C20.476 18.7897 20.6974 18.9478 20.8364 18.9081C20.9754 18.8685 21.0512 18.6866 21.2027 18.3228C21.5931 17.3856 21.7878 16.3556 21.7496 15.4003C21.7453 15.1036 21.7229 14.687 21.6512 14.1928C21.5083 13.2077 21.1662 11.8919 20.3619 10.6029C20.2276 10.3878 19.9937 10.255 19.7401 10.2501C19.4865 10.2453 19.2476 10.3689 19.1051 10.5787C18.46 11.5289 17.0197 13.0246 15.3366 14.2779C14.5006 14.9004 13.6253 15.4475 12.7816 15.8336C12.7015 15.8702 12.6908 15.9807 12.7641 16.0297C14.5182 17.2033 16.5409 18.0022 18.7796 18.0555C19.2419 18.0666 19.6753 18.2181 20.0332 18.4736Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-sausage{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.53168 2.41438C1.85513 2.15562 2.3271 2.20806 2.58586 2.53151L4.58586 5.03151C4.73781 5.22145 4.78821 5.4733 4.72105 5.7071C4.65389 5.9409 4.47751 6.1276 4.24791 6.20794L2.24791 6.90776C1.85694 7.04457 1.4291 6.83852 1.29229 6.44755C1.15549 6.05658 1.36153 5.62874 1.7525 5.49193L2.75315 5.1418L1.41455 3.46855C1.1558 3.1451 1.20824 2.67313 1.53168 2.41438ZM22.4687 2.41438C22.7922 2.67313 22.8446 3.1451 22.5859 3.46855L21.2473 5.1418L22.2479 5.49193C22.6389 5.62874 22.8449 6.05658 22.7081 6.44755C22.5713 6.83852 22.1435 7.04457 21.7525 6.90776L19.7525 6.20794C19.5229 6.1276 19.3465 5.9409 19.2794 5.7071C19.2122 5.4733 19.2626 5.22145 19.4146 5.03151L21.4146 2.53151C21.6733 2.20806 22.1453 2.15562 22.4687 2.41438Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.53168 12.4143C1.85513 12.1555 2.3271 12.2079 2.58586 12.5314L4.58586 15.0314C4.73781 15.2213 4.78821 15.4732 4.72105 15.707C4.65389 15.9408 4.47751 16.1275 4.24791 16.2078L2.24791 16.9076C1.85694 17.0444 1.4291 16.8384 1.29229 16.4474C1.15549 16.0565 1.36153 15.6286 1.7525 15.4918L2.75315 15.1417L1.41455 13.4684C1.1558 13.145 1.20824 12.673 1.53168 12.4143ZM22.4687 12.4143C22.7922 12.673 22.8446 13.145 22.5859 13.4684L21.2473 15.1417L22.2479 15.4918C22.6389 15.6286 22.8449 16.0565 22.7081 16.4474C22.5713 16.8384 22.1435 17.0444 21.7525 16.9076L19.7525 16.2078C19.5229 16.1275 19.3465 15.9408 19.2794 15.707C19.2122 15.4732 19.2626 15.2213 19.4146 15.0314L21.4146 12.5314C21.6733 12.2079 22.1453 12.1555 22.4687 12.4143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.13348 3.97671C8.18633 3.81817 8.21275 3.7389 8.17924 3.66679C8.14572 3.59468 8.07347 3.56592 7.92898 3.5084C6.42301 2.9089 4.59488 3.33035 3.70287 5.00573C3.28749 5.78591 3.16185 6.6918 3.30952 7.51526C3.45709 8.33825 3.89195 9.13915 4.66226 9.617C6.85183 10.9753 9.34815 11.7481 12 11.7481C14.6518 11.7481 17.1481 10.9753 19.3377 9.617C20.108 9.13915 20.5429 8.33825 20.6905 7.51526C20.8381 6.6918 20.7125 5.78591 20.2971 5.00574C19.4052 3.33051 17.5773 2.90898 16.0714 3.50823C15.9269 3.56574 15.8546 3.59449 15.8211 3.6666C15.7876 3.73872 15.814 3.818 15.8669 3.97655L16.7117 6.51108C16.8427 6.90404 16.6303 7.32878 16.2374 7.45976C15.8444 7.59075 15.4197 7.37838 15.2887 6.98542L14.4898 4.58885C14.4321 4.41577 14.4033 4.32923 14.3342 4.29154C14.2652 4.25386 14.1736 4.27723 13.9904 4.32398C13.702 4.39758 13.409 4.45547 13.1121 4.49693C12.9363 4.52146 12.8484 4.53373 12.7993 4.59018C12.7502 4.64664 12.7502 4.73223 12.7502 4.90342V7.24825C12.7502 7.66246 12.4144 7.99825 12.0002 7.99825C11.586 7.99825 11.2502 7.66246 11.2502 7.24825V4.90348C11.2502 4.73228 11.2502 4.64668 11.2011 4.59023C11.152 4.53378 11.0641 4.52152 10.8883 4.49699C10.5913 4.45554 10.2983 4.39767 10.0099 4.32408C9.82675 4.27734 9.73517 4.25397 9.66612 4.29166C9.59708 4.32934 9.56823 4.41588 9.51054 4.58895L8.71172 6.98542C8.58073 7.37838 8.15599 7.59075 7.76303 7.45976C7.37008 7.32878 7.15771 6.90404 7.28869 6.51108L8.13348 3.97671Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.13348 13.9767C8.18633 13.8182 8.21275 13.7389 8.17924 13.6668C8.14572 13.5947 8.07347 13.5659 7.92898 13.5084C6.42301 12.9089 4.59488 13.3304 3.70287 15.0057C3.28749 15.7859 3.16185 16.6918 3.30952 17.5153C3.45709 18.3383 3.89195 19.1392 4.66226 19.617C6.85183 20.9753 9.34815 21.7481 12 21.7481C14.6518 21.7481 17.1481 20.9753 19.3377 19.617C20.108 19.1392 20.5429 18.3383 20.6905 17.5153C20.8381 16.6918 20.7125 15.7859 20.2971 15.0057C19.4052 13.3305 17.5773 12.909 16.0714 13.5082C15.9269 13.5657 15.8546 13.5945 15.8211 13.6666C15.7876 13.7387 15.814 13.818 15.8669 13.9766L16.7117 16.5111C16.8427 16.904 16.6303 17.3288 16.2374 17.4598C15.8444 17.5907 15.4197 17.3784 15.2887 16.9854L14.4898 14.5888C14.4321 14.4158 14.4033 14.3292 14.3342 14.2915C14.2652 14.2539 14.1736 14.2772 13.9904 14.324C13.702 14.3976 13.409 14.4555 13.1121 14.4969C12.9363 14.5215 12.8484 14.5337 12.7993 14.5902C12.7502 14.6466 12.7502 14.7322 12.7502 14.9034V17.2483C12.7502 17.6625 12.4144 17.9983 12.0002 17.9983C11.586 17.9983 11.2502 17.6625 11.2502 17.2483V14.9035C11.2502 14.7323 11.2502 14.6467 11.2011 14.5902C11.152 14.5338 11.0641 14.5215 10.8883 14.497C10.5913 14.4555 10.2983 14.3977 10.0099 14.3241C9.82675 14.2773 9.73517 14.254 9.66612 14.2917C9.59708 14.3293 9.56823 14.4159 9.51054 14.589L8.71172 16.9854C8.58073 17.3784 8.15599 17.5907 7.76303 17.4598C7.37008 17.3288 7.15771 16.904 7.28869 16.5111L8.13348 13.9767Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.53168 2.41438C1.85513 2.15562 2.3271 2.20806 2.58586 2.53151L4.58586 5.03151C4.73781 5.22145 4.78821 5.4733 4.72105 5.7071C4.65389 5.9409 4.47751 6.1276 4.24791 6.20794L2.24791 6.90776C1.85694 7.04457 1.4291 6.83852 1.29229 6.44755C1.15549 6.05658 1.36153 5.62874 1.7525 5.49193L2.75315 5.1418L1.41455 3.46855C1.1558 3.1451 1.20824 2.67313 1.53168 2.41438ZM22.4687 2.41438C22.7922 2.67313 22.8446 3.1451 22.5859 3.46855L21.2473 5.1418L22.2479 5.49193C22.6389 5.62874 22.8449 6.05658 22.7081 6.44755C22.5713 6.83852 22.1435 7.04457 21.7525 6.90776L19.7525 6.20794C19.5229 6.1276 19.3465 5.9409 19.2794 5.7071C19.2122 5.4733 19.2626 5.22145 19.4146 5.03151L21.4146 2.53151C21.6733 2.20806 22.1453 2.15562 22.4687 2.41438Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.53168 12.4143C1.85513 12.1555 2.3271 12.2079 2.58586 12.5314L4.58586 15.0314C4.73781 15.2213 4.78821 15.4732 4.72105 15.707C4.65389 15.9408 4.47751 16.1275 4.24791 16.2078L2.24791 16.9076C1.85694 17.0444 1.4291 16.8384 1.29229 16.4474C1.15549 16.0565 1.36153 15.6286 1.7525 15.4918L2.75315 15.1417L1.41455 13.4684C1.1558 13.145 1.20824 12.673 1.53168 12.4143ZM22.4687 12.4143C22.7922 12.673 22.8446 13.145 22.5859 13.4684L21.2473 15.1417L22.2479 15.4918C22.6389 15.6286 22.8449 16.0565 22.7081 16.4474C22.5713 16.8384 22.1435 17.0444 21.7525 16.9076L19.7525 16.2078C19.5229 16.1275 19.3465 15.9408 19.2794 15.707C19.2122 15.4732 19.2626 15.2213 19.4146 15.0314L21.4146 12.5314C21.6733 12.2079 22.1453 12.1555 22.4687 12.4143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.13348 3.97671C8.18633 3.81817 8.21275 3.7389 8.17924 3.66679C8.14572 3.59468 8.07347 3.56592 7.92898 3.5084C6.42301 2.9089 4.59488 3.33035 3.70287 5.00573C3.28749 5.78591 3.16185 6.6918 3.30952 7.51526C3.45709 8.33825 3.89195 9.13915 4.66226 9.617C6.85183 10.9753 9.34815 11.7481 12 11.7481C14.6518 11.7481 17.1481 10.9753 19.3377 9.617C20.108 9.13915 20.5429 8.33825 20.6905 7.51526C20.8381 6.6918 20.7125 5.78591 20.2971 5.00574C19.4052 3.33051 17.5773 2.90898 16.0714 3.50823C15.9269 3.56574 15.8546 3.59449 15.8211 3.6666C15.7876 3.73872 15.814 3.818 15.8669 3.97655L16.7117 6.51108C16.8427 6.90404 16.6303 7.32878 16.2374 7.45976C15.8444 7.59075 15.4197 7.37838 15.2887 6.98542L14.4898 4.58885C14.4321 4.41577 14.4033 4.32923 14.3342 4.29154C14.2652 4.25386 14.1736 4.27723 13.9904 4.32398C13.702 4.39758 13.409 4.45547 13.1121 4.49693C12.9363 4.52146 12.8484 4.53373 12.7993 4.59018C12.7502 4.64664 12.7502 4.73223 12.7502 4.90342V7.24825C12.7502 7.66246 12.4144 7.99825 12.0002 7.99825C11.586 7.99825 11.2502 7.66246 11.2502 7.24825V4.90348C11.2502 4.73228 11.2502 4.64668 11.2011 4.59023C11.152 4.53378 11.0641 4.52152 10.8883 4.49699C10.5913 4.45554 10.2983 4.39767 10.0099 4.32408C9.82675 4.27734 9.73517 4.25397 9.66612 4.29166C9.59708 4.32934 9.56823 4.41588 9.51054 4.58895L8.71172 6.98542C8.58073 7.37838 8.15599 7.59075 7.76303 7.45976C7.37008 7.32878 7.15771 6.90404 7.28869 6.51108L8.13348 3.97671Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.13348 13.9767C8.18633 13.8182 8.21275 13.7389 8.17924 13.6668C8.14572 13.5947 8.07347 13.5659 7.92898 13.5084C6.42301 12.9089 4.59488 13.3304 3.70287 15.0057C3.28749 15.7859 3.16185 16.6918 3.30952 17.5153C3.45709 18.3383 3.89195 19.1392 4.66226 19.617C6.85183 20.9753 9.34815 21.7481 12 21.7481C14.6518 21.7481 17.1481 20.9753 19.3377 19.617C20.108 19.1392 20.5429 18.3383 20.6905 17.5153C20.8381 16.6918 20.7125 15.7859 20.2971 15.0057C19.4052 13.3305 17.5773 12.909 16.0714 13.5082C15.9269 13.5657 15.8546 13.5945 15.8211 13.6666C15.7876 13.7387 15.814 13.818 15.8669 13.9766L16.7117 16.5111C16.8427 16.904 16.6303 17.3288 16.2374 17.4598C15.8444 17.5907 15.4197 17.3784 15.2887 16.9854L14.4898 14.5888C14.4321 14.4158 14.4033 14.3292 14.3342 14.2915C14.2652 14.2539 14.1736 14.2772 13.9904 14.324C13.702 14.3976 13.409 14.4555 13.1121 14.4969C12.9363 14.5215 12.8484 14.5337 12.7993 14.5902C12.7502 14.6466 12.7502 14.7322 12.7502 14.9034V17.2483C12.7502 17.6625 12.4144 17.9983 12.0002 17.9983C11.586 17.9983 11.2502 17.6625 11.2502 17.2483V14.9035C11.2502 14.7323 11.2502 14.6467 11.2011 14.5902C11.152 14.5338 11.0641 14.5215 10.8883 14.497C10.5913 14.4555 10.2983 14.3977 10.0099 14.3241C9.82675 14.2773 9.73517 14.254 9.66612 14.2917C9.59708 14.3293 9.56823 14.4159 9.51054 14.589L8.71172 16.9854C8.58073 17.3784 8.15599 17.5907 7.76303 17.4598C7.37008 17.3288 7.15771 16.904 7.28869 16.5111L8.13348 13.9767Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-shellfish{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4619 5.36127C10.8381 3.81291 13.1619 3.81291 13.5381 5.36127C13.5831 5.54624 13.5955 5.74465 13.5673 5.95103L12.7641 11.8442C12.6913 12.3778 13.0659 12.8691 13.6008 12.9417C14.1356 13.0142 14.6281 12.6405 14.7008 12.107L15.504 6.21378C15.5338 5.99582 15.5429 5.7796 15.533 5.56714C15.8844 5.40652 16.3179 5.43113 16.7774 5.65853C17.4275 5.98028 17.8444 6.58212 17.8643 7.12098C17.8896 7.80896 17.6613 8.70462 17.2472 9.6898C16.841 10.6562 16.2932 11.6224 15.7718 12.4214C15.4774 12.8727 15.6054 13.4766 16.0577 13.7704C16.51 14.0642 17.1154 13.9365 17.4099 13.4852C17.976 12.6176 18.5862 11.5465 19.0497 10.4439C19.3173 9.80728 19.5495 9.12878 19.6873 8.45317C19.8023 8.52688 19.9159 8.6112 20.0237 8.70689C20.4484 9.08389 20.7955 9.64256 20.7955 10.509C20.7955 11.1955 20.3662 12.0532 19.4602 13.0498C18.5792 14.019 17.3801 14.9754 16.1426 15.85L16.0953 15.8834L16.0952 15.8835C15.5703 16.2544 15.2656 16.4698 15.0607 16.6337C14.4359 17.1336 14.0247 17.5562 13.5424 18.1941C13.3842 18.4032 13.2237 18.6441 12.953 19.0503L12.9529 19.0505L12.7045 19.4233C12.5477 19.6586 12.2832 19.8 12 19.8C11.7168 19.8 11.4524 19.6586 11.2956 19.4233L11.047 19.0503C10.7763 18.644 10.6159 18.4032 10.4577 18.1941C9.97532 17.5562 9.56409 17.1336 8.93933 16.6337C8.7344 16.4697 8.42966 16.2544 7.90469 15.8834L7.9045 15.8833L7.85746 15.85C6.61989 14.9754 5.42078 14.019 4.53981 13.0498C3.6338 12.0532 3.20455 11.1955 3.20455 10.509C3.20455 9.64256 3.55164 9.08389 3.97633 8.70689C4.08412 8.6112 4.19768 8.52688 4.31268 8.45317C4.45048 9.12878 4.6827 9.80728 4.95032 10.4439C5.41378 11.5465 6.02401 12.6176 6.59012 13.4852C6.88457 13.9365 7.48997 14.0642 7.9423 13.7704C8.39464 13.4766 8.52263 12.8727 8.22818 12.4214C7.70683 11.6224 7.15901 10.6562 6.75278 9.6898C6.33867 8.70462 6.11036 7.80896 6.1357 7.12098C6.15555 6.58212 6.57245 5.98028 7.22259 5.65853C7.68208 5.43113 8.11556 5.40652 8.46696 5.56714C8.45705 5.7796 8.46625 5.99583 8.49595 6.21378L9.2992 12.107C9.37193 12.6405 9.86444 13.0142 10.3992 12.9417C10.9341 12.8691 11.3087 12.3778 11.2359 11.8442L10.4327 5.95103C10.4045 5.74465 10.4169 5.54624 10.4619 5.36127ZM9.09085 3.71016C10.4449 1.76328 13.5551 1.76328 14.9092 3.71016C15.8335 3.36301 16.8409 3.5132 17.646 3.91165C18.5679 4.36789 19.4014 5.22816 19.7015 6.30586C20.2228 6.48747 20.8052 6.7905 21.3229 7.25008C22.1198 7.95749 22.75 9.02895 22.75 10.509C22.75 11.9416 21.9053 13.2628 20.908 14.3598C20.2615 15.071 19.4906 15.7533 18.6875 16.3875L17.9767 19.9413C17.7664 20.993 16.843 21.75 15.7704 21.75H8.22985C7.15732 21.75 6.23388 20.993 6.02354 19.9413L5.31284 16.3878C4.50964 15.7535 3.73858 15.0711 3.09201 14.3598C2.09471 13.2628 1.25 11.9416 1.25 10.509C1.25 9.02895 1.88018 7.95749 2.67708 7.25008C3.1948 6.7905 3.77719 6.48747 4.29845 6.30585C4.59857 5.22816 5.43213 4.36789 6.35402 3.91165C7.15914 3.5132 8.16652 3.36301 9.09085 3.71016Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4619 5.36127C10.8381 3.81291 13.1619 3.81291 13.5381 5.36127C13.5831 5.54624 13.5955 5.74465 13.5673 5.95103L12.7641 11.8442C12.6913 12.3778 13.0659 12.8691 13.6008 12.9417C14.1356 13.0142 14.6281 12.6405 14.7008 12.107L15.504 6.21378C15.5338 5.99582 15.5429 5.7796 15.533 5.56714C15.8844 5.40652 16.3179 5.43113 16.7774 5.65853C17.4275 5.98028 17.8444 6.58212 17.8643 7.12098C17.8896 7.80896 17.6613 8.70462 17.2472 9.6898C16.841 10.6562 16.2932 11.6224 15.7718 12.4214C15.4774 12.8727 15.6054 13.4766 16.0577 13.7704C16.51 14.0642 17.1154 13.9365 17.4099 13.4852C17.976 12.6176 18.5862 11.5465 19.0497 10.4439C19.3173 9.80728 19.5495 9.12878 19.6873 8.45317C19.8023 8.52688 19.9159 8.6112 20.0237 8.70689C20.4484 9.08389 20.7955 9.64256 20.7955 10.509C20.7955 11.1955 20.3662 12.0532 19.4602 13.0498C18.5792 14.019 17.3801 14.9754 16.1426 15.85L16.0953 15.8834L16.0952 15.8835C15.5703 16.2544 15.2656 16.4698 15.0607 16.6337C14.4359 17.1336 14.0247 17.5562 13.5424 18.1941C13.3842 18.4032 13.2237 18.6441 12.953 19.0503L12.9529 19.0505L12.7045 19.4233C12.5477 19.6586 12.2832 19.8 12 19.8C11.7168 19.8 11.4524 19.6586 11.2956 19.4233L11.047 19.0503C10.7763 18.644 10.6159 18.4032 10.4577 18.1941C9.97532 17.5562 9.56409 17.1336 8.93933 16.6337C8.7344 16.4697 8.42966 16.2544 7.90469 15.8834L7.9045 15.8833L7.85746 15.85C6.61989 14.9754 5.42078 14.019 4.53981 13.0498C3.6338 12.0532 3.20455 11.1955 3.20455 10.509C3.20455 9.64256 3.55164 9.08389 3.97633 8.70689C4.08412 8.6112 4.19768 8.52688 4.31268 8.45317C4.45048 9.12878 4.6827 9.80728 4.95032 10.4439C5.41378 11.5465 6.02401 12.6176 6.59012 13.4852C6.88457 13.9365 7.48997 14.0642 7.9423 13.7704C8.39464 13.4766 8.52263 12.8727 8.22818 12.4214C7.70683 11.6224 7.15901 10.6562 6.75278 9.6898C6.33867 8.70462 6.11036 7.80896 6.1357 7.12098C6.15555 6.58212 6.57245 5.98028 7.22259 5.65853C7.68208 5.43113 8.11556 5.40652 8.46696 5.56714C8.45705 5.7796 8.46625 5.99583 8.49595 6.21378L9.2992 12.107C9.37193 12.6405 9.86444 13.0142 10.3992 12.9417C10.9341 12.8691 11.3087 12.3778 11.2359 11.8442L10.4327 5.95103C10.4045 5.74465 10.4169 5.54624 10.4619 5.36127ZM9.09085 3.71016C10.4449 1.76328 13.5551 1.76328 14.9092 3.71016C15.8335 3.36301 16.8409 3.5132 17.646 3.91165C18.5679 4.36789 19.4014 5.22816 19.7015 6.30586C20.2228 6.48747 20.8052 6.7905 21.3229 7.25008C22.1198 7.95749 22.75 9.02895 22.75 10.509C22.75 11.9416 21.9053 13.2628 20.908 14.3598C20.2615 15.071 19.4906 15.7533 18.6875 16.3875L17.9767 19.9413C17.7664 20.993 16.843 21.75 15.7704 21.75H8.22985C7.15732 21.75 6.23388 20.993 6.02354 19.9413L5.31284 16.3878C4.50964 15.7535 3.73858 15.0711 3.09201 14.3598C2.09471 13.2628 1.25 11.9416 1.25 10.509C1.25 9.02895 1.88018 7.95749 2.67708 7.25008C3.1948 6.7905 3.77719 6.48747 4.29845 6.30585C4.59857 5.22816 5.43213 4.36789 6.35402 3.91165C7.15914 3.5132 8.16652 3.36301 9.09085 3.71016Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-snail{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.99051 15.658C7.29355 16.9631 4.87138 17.5099 2.53052 16.9175C1.8357 16.7417 1.36937 16.1393 1.30877 15.4659C0.969703 11.6983 2.12107 8.62935 4.15913 6.50303C6.18849 4.3858 9.05196 3.25 12.0614 3.25C18.1236 3.25 22.7498 7.56156 22.7498 13.0097C22.7498 15.0974 22.0967 17.0337 20.8489 18.4591C19.6947 19.7776 18.0633 20.6208 16.0787 20.75C13.4552 20.75 12.2757 19.8583 11.4275 18.713C10.3743 17.2909 10.3271 15.1475 10.3271 14.0107C10.3271 11.9082 11.9425 10.5982 13.6498 10.3745C14.4962 10.2637 15.2834 10.4367 15.8397 10.8484C16.3721 11.2423 16.7779 11.916 16.7779 13.0097C16.7779 14.1056 16.0071 15.1177 14.7915 15.5513C14.4013 15.6905 14.1978 16.12 14.3368 16.5106C14.4759 16.9011 14.9049 17.1049 15.2951 16.9657C16.9933 16.3599 18.2779 14.8545 18.2779 13.0097C18.2779 11.4965 17.6898 10.3501 16.7314 9.64096C15.797 8.94952 14.5966 8.73623 13.4552 8.88575C11.1872 9.18286 8.82715 10.9804 8.82715 14.0107C8.82715 14.4885 8.87408 15.0522 8.99051 15.658Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.99051 15.658C7.29355 16.9631 4.87138 17.5099 2.53052 16.9175C1.8357 16.7417 1.36937 16.1393 1.30877 15.4659C0.969703 11.6983 2.12107 8.62935 4.15913 6.50303C6.18849 4.3858 9.05196 3.25 12.0614 3.25C18.1236 3.25 22.7498 7.56156 22.7498 13.0097C22.7498 15.0974 22.0967 17.0337 20.8489 18.4591C19.6947 19.7776 18.0633 20.6208 16.0787 20.75C13.4552 20.75 12.2757 19.8583 11.4275 18.713C10.3743 17.2909 10.3271 15.1475 10.3271 14.0107C10.3271 11.9082 11.9425 10.5982 13.6498 10.3745C14.4962 10.2637 15.2834 10.4367 15.8397 10.8484C16.3721 11.2423 16.7779 11.916 16.7779 13.0097C16.7779 14.1056 16.0071 15.1177 14.7915 15.5513C14.4013 15.6905 14.1978 16.12 14.3368 16.5106C14.4759 16.9011 14.9049 17.1049 15.2951 16.9657C16.9933 16.3599 18.2779 14.8545 18.2779 13.0097C18.2779 11.4965 17.6898 10.3501 16.7314 9.64096C15.797 8.94952 14.5966 8.73623 13.4552 8.88575C11.1872 9.18286 8.82715 10.9804 8.82715 14.0107C8.82715 14.4885 8.87408 15.0522 8.99051 15.658Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-soda-can{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.43697 1.00066H15.5635C15.9307 1.00066 16.4298 0.978569 16.8802 1.18948C17.2925 1.38261 17.5809 1.73222 17.8071 2.00643C18.1499 2.42188 18.4965 2.83418 18.8413 3.24794C19.255 3.74431 19.628 4.17042 19.821 4.70349C20.0019 5.20293 20.0011 5.73144 20.0003 6.32754C19.9952 10.1096 19.9952 13.8917 20.0003 17.6738C20.0011 18.2699 20.0019 18.7984 19.821 19.2978C19.628 19.8309 19.255 20.257 18.8413 20.7534L17.5683 22.281C17.4806 22.3862 17.2518 22.6953 16.9023 22.859C16.5527 23.0228 16.1688 23.0007 16.0318 23.0007H7.96859C7.83164 23.0007 7.4477 23.0228 7.09817 22.859C6.74865 22.6953 6.51981 22.3862 6.43215 22.281L5.15911 20.7534C4.74546 20.257 4.3724 19.8309 4.1794 19.2978C3.99858 18.7984 3.9993 18.2699 4.00011 17.6738C4.00524 13.8917 4.00524 10.1096 4.00011 6.32754C3.9993 5.73144 3.99858 5.20293 4.1794 4.70349C4.3724 4.17042 4.74547 3.74432 5.15911 3.24794C5.50391 2.83418 5.85054 2.42188 6.19329 2.00642C6.41952 1.73222 6.70796 1.38261 7.12028 1.18948C7.57059 0.978569 8.0697 1.00066 8.43697 1.00066ZM7.97266 3.00935L7.96936 3.01268C7.9067 3.0762 7.82664 3.171 7.66874 3.36048L6.69555 4.52831C6.1916 5.13306 6.10586 5.25751 6.05994 5.38434C6.01403 5.51116 6.00022 5.66166 6.00022 6.44886V17.5525C6.00022 18.3397 6.01403 18.4902 6.05995 18.617C6.10586 18.7438 6.1916 18.8683 6.69555 19.473L7.96859 21.0007H16.0318L17.3049 19.473C17.8088 18.8683 17.8946 18.7438 17.9405 18.617C17.9864 18.4902 18.0002 18.3397 18.0002 17.5525V6.44886C18.0002 5.66166 17.9864 5.51116 17.9405 5.38434C17.8946 5.25751 17.8088 5.13306 17.3049 4.52831L16.3317 3.36048C16.1738 3.171 16.0937 3.0762 16.0311 3.01268L16.0278 3.00935L16.0231 3.00895C15.9342 3.00147 15.8101 3.00066 15.5635 3.00066H8.43697C8.19032 3.00066 8.06624 3.00147 7.97734 3.00895L7.97266 3.00935Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 2C5 1.44772 5.44772 1 6 1H18C18.5523 1 19 1.44772 19 2C19 2.55228 18.5523 3 18 3H6C5.44772 3 5 2.55228 5 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 5C4.25 4.58579 4.58579 4.25 5 4.25L19 4.25C19.4142 4.25 19.75 4.58579 19.75 5V19C19.75 19.4142 19.4142 19.75 19 19.75L5 19.75C4.58579 19.75 4.25 19.4142 4.25 19L4.25 5ZM8.75 12C8.75 10.2051 10.2051 8.75 12 8.75C13.7949 8.75 15.25 10.2051 15.25 12C15.25 13.7949 13.7949 15.25 12 15.25C10.2051 15.25 8.75 13.7949 8.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.43697 1.00066H15.5635C15.9307 1.00066 16.4298 0.978569 16.8802 1.18948C17.2925 1.38261 17.5809 1.73222 17.8071 2.00643C18.1499 2.42188 18.4965 2.83418 18.8413 3.24794C19.255 3.74431 19.628 4.17042 19.821 4.70349C20.0019 5.20293 20.0011 5.73144 20.0003 6.32754C19.9952 10.1096 19.9952 13.8917 20.0003 17.6738C20.0011 18.2699 20.0019 18.7984 19.821 19.2978C19.628 19.8309 19.255 20.257 18.8413 20.7534L17.5683 22.281C17.4806 22.3862 17.2518 22.6953 16.9023 22.859C16.5527 23.0228 16.1688 23.0007 16.0318 23.0007H7.96859C7.83164 23.0007 7.4477 23.0228 7.09817 22.859C6.74865 22.6953 6.51981 22.3862 6.43215 22.281L5.15911 20.7534C4.74546 20.257 4.3724 19.8309 4.1794 19.2978C3.99858 18.7984 3.9993 18.2699 4.00011 17.6738C4.00524 13.8917 4.00524 10.1096 4.00011 6.32754C3.9993 5.73144 3.99858 5.20293 4.1794 4.70349C4.3724 4.17042 4.74547 3.74432 5.15911 3.24794C5.50391 2.83418 5.85054 2.42188 6.19329 2.00642C6.41952 1.73222 6.70796 1.38261 7.12028 1.18948C7.57059 0.978569 8.0697 1.00066 8.43697 1.00066ZM7.97266 3.00935L7.96936 3.01268C7.9067 3.0762 7.82664 3.171 7.66874 3.36048L6.69555 4.52831C6.1916 5.13306 6.10586 5.25751 6.05994 5.38434C6.01403 5.51116 6.00022 5.66166 6.00022 6.44886V17.5525C6.00022 18.3397 6.01403 18.4902 6.05995 18.617C6.10586 18.7438 6.1916 18.8683 6.69555 19.473L7.96859 21.0007H16.0318L17.3049 19.473C17.8088 18.8683 17.8946 18.7438 17.9405 18.617C17.9864 18.4902 18.0002 18.3397 18.0002 17.5525V6.44886C18.0002 5.66166 17.9864 5.51116 17.9405 5.38434C17.8946 5.25751 17.8088 5.13306 17.3049 4.52831L16.3317 3.36048C16.1738 3.171 16.0937 3.0762 16.0311 3.01268L16.0278 3.00935L16.0231 3.00895C15.9342 3.00147 15.8101 3.00066 15.5635 3.00066H8.43697C8.19032 3.00066 8.06624 3.00147 7.97734 3.00895L7.97266 3.00935Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 2C5 1.44772 5.44772 1 6 1H18C18.5523 1 19 1.44772 19 2C19 2.55228 18.5523 3 18 3H6C5.44772 3 5 2.55228 5 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 5C4.25 4.58579 4.58579 4.25 5 4.25L19 4.25C19.4142 4.25 19.75 4.58579 19.75 5V19C19.75 19.4142 19.4142 19.75 19 19.75L5 19.75C4.58579 19.75 4.25 19.4142 4.25 19L4.25 5ZM8.75 12C8.75 10.2051 10.2051 8.75 12 8.75C13.7949 8.75 15.25 10.2051 15.25 12C15.25 13.7949 13.7949 15.25 12 15.25C10.2051 15.25 8.75 13.7949 8.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-soft-drink-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0729 3.32761C13.024 3.57669 13 3.94038 13 4.47332V7.125C13 7.67728 12.5523 8.125 12 8.125C11.4477 8.125 11 7.67728 11 7.125V4.47332C11 3.9124 11.0227 3.38959 11.1102 2.94286C11.197 2.50018 11.3708 2.00649 11.774 1.63433C12.1979 1.24303 12.7214 1.12494 13.2111 1.125C13.6826 1.12505 14.2088 1.23323 14.767 1.38989L18.2702 2.37315C18.802 2.5224 19.112 3.07444 18.9628 3.60618C18.8136 4.13792 18.2615 4.44799 17.7298 4.29875L14.2265 3.31549C13.7232 3.17421 13.4065 3.12502 13.2108 3.125C13.0891 3.12499 13.0951 3.21413 13.0729 3.32761Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 7.125C4 6.57272 4.44772 6.125 5 6.125H19C19.5523 6.125 20 6.57272 20 7.125C20 7.67728 19.5523 8.125 19 8.125H5C4.44772 8.125 4 7.67728 4 7.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.3273 20.4075C17.4529 19.8769 17.5213 19.2072 17.6026 18.411L17.7144 17.3156C17.7355 17.1098 17.746 17.0069 17.6864 16.941C17.6269 16.875 17.5234 16.875 17.3165 16.875H6.68605C6.47916 16.875 6.37572 16.875 6.31615 16.941C6.25659 17.0069 6.2671 17.1098 6.28812 17.3156L6.39999 18.411C6.48127 19.2072 6.54964 19.8769 6.67528 20.4075C6.80877 20.9712 7.02688 21.4733 7.47184 21.8676C7.71675 22.0846 8.02928 22.2396 8.33878 22.3552C8.65707 22.4741 9.01996 22.5687 9.40268 22.643C10.1683 22.7915 11.0664 22.8684 11.956 22.8746C12.8453 22.8808 13.7521 22.8164 14.5343 22.6707C15.2773 22.5322 16.0461 22.2971 16.5307 21.8676C16.9757 21.4733 17.1938 20.9712 17.3273 20.4075Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.45116 15.375C6.27945 15.375 6.1936 15.375 6.1365 15.3234C6.0794 15.2719 6.07067 15.1865 6.05323 15.0156L5.87961 13.3156C5.85859 13.1098 5.84808 13.0069 5.90765 12.941C5.96721 12.875 6.07065 12.875 6.27754 12.875H17.725C17.9319 12.875 18.0354 12.875 18.0949 12.941C18.1545 13.0069 18.144 13.1098 18.123 13.3156L17.9493 15.0156C17.9319 15.1865 17.9232 15.2719 17.8661 15.3234C17.809 15.375 17.7231 15.375 17.5514 15.375H6.45116Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.3578 11.0156C18.3404 11.1865 18.3317 11.2719 18.2746 11.3234C18.2175 11.375 18.1316 11.375 17.9599 11.375H6.04265C5.87095 11.375 5.78509 11.375 5.72799 11.3234C5.67089 11.2719 5.66217 11.1865 5.64472 11.0156L5.21579 6.81564C5.19477 6.60982 5.18426 6.50691 5.24382 6.44096C5.30338 6.375 5.40683 6.375 5.61372 6.375H18.3888C18.5957 6.375 18.6992 6.375 18.7587 6.44096C18.8183 6.50691 18.8078 6.60982 18.7868 6.81564L18.3578 11.0156Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0729 3.32761C13.024 3.57669 13 3.94038 13 4.47332V7.125C13 7.67728 12.5523 8.125 12 8.125C11.4477 8.125 11 7.67728 11 7.125V4.47332C11 3.9124 11.0227 3.38959 11.1102 2.94286C11.197 2.50018 11.3708 2.00649 11.774 1.63433C12.1979 1.24303 12.7214 1.12494 13.2111 1.125C13.6826 1.12505 14.2088 1.23323 14.767 1.38989L18.2702 2.37315C18.802 2.5224 19.112 3.07444 18.9628 3.60618C18.8136 4.13792 18.2615 4.44799 17.7298 4.29875L14.2265 3.31549C13.7232 3.17421 13.4065 3.12502 13.2108 3.125C13.0891 3.12499 13.0951 3.21413 13.0729 3.32761Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 7.125C4 6.57272 4.44772 6.125 5 6.125H19C19.5523 6.125 20 6.57272 20 7.125C20 7.67728 19.5523 8.125 19 8.125H5C4.44772 8.125 4 7.67728 4 7.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.3273 20.4075C17.4529 19.8769 17.5213 19.2072 17.6026 18.411L17.7144 17.3156C17.7355 17.1098 17.746 17.0069 17.6864 16.941C17.6269 16.875 17.5234 16.875 17.3165 16.875H6.68605C6.47916 16.875 6.37572 16.875 6.31615 16.941C6.25659 17.0069 6.2671 17.1098 6.28812 17.3156L6.39999 18.411C6.48127 19.2072 6.54964 19.8769 6.67528 20.4075C6.80877 20.9712 7.02688 21.4733 7.47184 21.8676C7.71675 22.0846 8.02928 22.2396 8.33878 22.3552C8.65707 22.4741 9.01996 22.5687 9.40268 22.643C10.1683 22.7915 11.0664 22.8684 11.956 22.8746C12.8453 22.8808 13.7521 22.8164 14.5343 22.6707C15.2773 22.5322 16.0461 22.2971 16.5307 21.8676C16.9757 21.4733 17.1938 20.9712 17.3273 20.4075Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.45116 15.375C6.27945 15.375 6.1936 15.375 6.1365 15.3234C6.0794 15.2719 6.07067 15.1865 6.05323 15.0156L5.87961 13.3156C5.85859 13.1098 5.84808 13.0069 5.90765 12.941C5.96721 12.875 6.07065 12.875 6.27754 12.875H17.725C17.9319 12.875 18.0354 12.875 18.0949 12.941C18.1545 13.0069 18.144 13.1098 18.123 13.3156L17.9493 15.0156C17.9319 15.1865 17.9232 15.2719 17.8661 15.3234C17.809 15.375 17.7231 15.375 17.5514 15.375H6.45116Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.3578 11.0156C18.3404 11.1865 18.3317 11.2719 18.2746 11.3234C18.2175 11.375 18.1316 11.375 17.9599 11.375H6.04265C5.87095 11.375 5.78509 11.375 5.72799 11.3234C5.67089 11.2719 5.66217 11.1865 5.64472 11.0156L5.21579 6.81564C5.19477 6.60982 5.18426 6.50691 5.24382 6.44096C5.30338 6.375 5.40683 6.375 5.61372 6.375H18.3888C18.5957 6.375 18.6992 6.375 18.7587 6.44096C18.8183 6.50691 18.8078 6.60982 18.7868 6.81564L18.3578 11.0156Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-soft-drink-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.12547 6C6.07261 6 6.0323 6.04674 6.03921 6.09915L7.62383 18.132C7.73665 18.9887 7.80985 19.5266 7.91921 19.9186C8.01799 20.2727 8.11539 20.3871 8.20803 20.4607C8.31178 20.5431 8.66148 20.6982 9.33067 20.821C9.95092 20.9348 10.7082 20.9973 11.4822 20.9999C12.2564 21.0026 13.0159 20.9452 13.6412 20.8329C14.3123 20.7124 14.6737 20.5546 14.7919 20.4607C14.8845 20.3871 14.9819 20.2727 15.0807 19.9186C15.19 19.5266 15.2633 18.9887 15.3761 18.132L16.9607 6.09915C16.9676 6.04674 16.9273 6 16.8744 6H6.12547ZM5.31544 4.06305C5.57368 4.01139 5.85515 4 6.12547 4H16.8744C17.1447 4 17.4262 4.01139 17.6845 4.06305C17.9448 4.11511 18.275 4.22589 18.5492 4.49755C18.8366 4.78219 18.9468 5.1272 18.9832 5.41995C19.0172 5.69389 18.994 5.97744 18.9607 6.23042L17.3504 18.458C17.2488 19.2302 17.1592 19.911 17.0071 20.4561C16.8402 21.0542 16.5698 21.6026 16.0359 22.0267C15.5054 22.4482 14.7191 22.6713 13.9947 22.8014C13.2246 22.9398 12.3408 23.0029 11.4754 22.9999C10.6097 22.9969 9.7308 22.9278 8.96971 22.7881C8.25755 22.6575 7.4807 22.4372 6.96398 22.0267C6.43005 21.6026 6.15965 21.0542 5.99277 20.4561C5.84072 19.911 5.75112 19.2302 5.6495 18.4581L4.03923 6.23042C4.00591 5.97744 3.98267 5.69389 4.01673 5.41995C4.05312 5.1272 4.16332 4.78219 4.45066 4.49755C4.72489 4.22589 5.05515 4.11511 5.31544 4.06305Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9394 3.19445C14.9424 3.08619 15.031 3 15.1393 3H19.0014C19.5537 3 20.0014 2.55228 20.0014 2C20.0014 1.44772 19.5537 1 19.0014 1H14.9443C13.8853 1 13.0099 1.82543 12.9477 2.88256L12.9468 2.89803L12.5004 18.9722C12.4851 19.5243 12.9202 19.9843 13.4722 19.9996C14.0243 20.0149 14.4843 19.5798 14.4996 19.0278L14.9394 3.19445Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.1196 8.88935C6.62921 8.55616 7.31303 8.25 8.09133 8.25C8.57572 8.25 8.96761 8.32393 9.29675 8.47323C9.63278 8.62566 9.84564 8.8313 9.99231 8.98871C10.0465 9.04689 10.0846 9.0887 10.1127 9.11958L10.1128 9.11975C10.172 9.18476 10.1872 9.20155 10.2184 9.22267C10.2254 9.22736 10.2324 9.23141 10.2479 9.23584C10.266 9.24099 10.3079 9.25 10.3868 9.25C10.556 9.25 10.7843 9.20957 11.0951 9.12191C11.3407 9.05265 11.5994 8.96566 11.8904 8.86778C11.9669 8.84206 12.0456 8.81559 12.1269 8.78849C12.873 8.53979 13.7966 8.25 14.7504 8.25C16.4666 8.25 17.6775 9.17341 17.9371 9.38706L18.2585 9.6515L17.1048 18.4122C17.0016 19.1958 16.914 19.8612 16.7668 20.3889C16.6084 20.9565 16.3597 21.4506 15.8809 21.831C15.4019 22.2115 14.6687 22.4264 13.951 22.5554C13.199 22.6904 12.3308 22.7528 11.4767 22.7499C10.6225 22.747 9.75879 22.6787 9.01531 22.5422C8.30852 22.4125 7.58506 22.2005 7.11996 21.831C6.64119 21.4506 6.39242 20.9565 6.23405 20.3889C6.08685 19.8612 5.99925 19.1958 5.89609 18.4122L4.80859 10.1543L4.99586 9.90837C5.2135 9.62259 5.60948 9.22288 6.1196 8.88935ZM10 15C9.44772 15 9 15.4477 9 16C9 16.5523 9.44772 17 10 17H10.0089C10.5612 17 11.0089 16.5523 11.0089 16C11.0089 15.4477 10.5612 15 10.0089 15H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.12547 6C6.07261 6 6.0323 6.04674 6.03921 6.09915L7.62383 18.132C7.73665 18.9887 7.80985 19.5266 7.91921 19.9186C8.01799 20.2727 8.11539 20.3871 8.20803 20.4607C8.31178 20.5431 8.66148 20.6982 9.33067 20.821C9.95092 20.9348 10.7082 20.9973 11.4822 20.9999C12.2564 21.0026 13.0159 20.9452 13.6412 20.8329C14.3123 20.7124 14.6737 20.5546 14.7919 20.4607C14.8845 20.3871 14.9819 20.2727 15.0807 19.9186C15.19 19.5266 15.2633 18.9887 15.3761 18.132L16.9607 6.09915C16.9676 6.04674 16.9273 6 16.8744 6H6.12547ZM5.31544 4.06305C5.57368 4.01139 5.85515 4 6.12547 4H16.8744C17.1447 4 17.4262 4.01139 17.6845 4.06305C17.9448 4.11511 18.275 4.22589 18.5492 4.49755C18.8366 4.78219 18.9468 5.1272 18.9832 5.41995C19.0172 5.69389 18.994 5.97744 18.9607 6.23042L17.3504 18.458C17.2488 19.2302 17.1592 19.911 17.0071 20.4561C16.8402 21.0542 16.5698 21.6026 16.0359 22.0267C15.5054 22.4482 14.7191 22.6713 13.9947 22.8014C13.2246 22.9398 12.3408 23.0029 11.4754 22.9999C10.6097 22.9969 9.7308 22.9278 8.96971 22.7881C8.25755 22.6575 7.4807 22.4372 6.96398 22.0267C6.43005 21.6026 6.15965 21.0542 5.99277 20.4561C5.84072 19.911 5.75112 19.2302 5.6495 18.4581L4.03923 6.23042C4.00591 5.97744 3.98267 5.69389 4.01673 5.41995C4.05312 5.1272 4.16332 4.78219 4.45066 4.49755C4.72489 4.22589 5.05515 4.11511 5.31544 4.06305Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9394 3.19445C14.9424 3.08619 15.031 3 15.1393 3H19.0014C19.5537 3 20.0014 2.55228 20.0014 2C20.0014 1.44772 19.5537 1 19.0014 1H14.9443C13.8853 1 13.0099 1.82543 12.9477 2.88256L12.9468 2.89803L12.5004 18.9722C12.4851 19.5243 12.9202 19.9843 13.4722 19.9996C14.0243 20.0149 14.4843 19.5798 14.4996 19.0278L14.9394 3.19445Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.1196 8.88935C6.62921 8.55616 7.31303 8.25 8.09133 8.25C8.57572 8.25 8.96761 8.32393 9.29675 8.47323C9.63278 8.62566 9.84564 8.8313 9.99231 8.98871C10.0465 9.04689 10.0846 9.0887 10.1127 9.11958L10.1128 9.11975C10.172 9.18476 10.1872 9.20155 10.2184 9.22267C10.2254 9.22736 10.2324 9.23141 10.2479 9.23584C10.266 9.24099 10.3079 9.25 10.3868 9.25C10.556 9.25 10.7843 9.20957 11.0951 9.12191C11.3407 9.05265 11.5994 8.96566 11.8904 8.86778C11.9669 8.84206 12.0456 8.81559 12.1269 8.78849C12.873 8.53979 13.7966 8.25 14.7504 8.25C16.4666 8.25 17.6775 9.17341 17.9371 9.38706L18.2585 9.6515L17.1048 18.4122C17.0016 19.1958 16.914 19.8612 16.7668 20.3889C16.6084 20.9565 16.3597 21.4506 15.8809 21.831C15.4019 22.2115 14.6687 22.4264 13.951 22.5554C13.199 22.6904 12.3308 22.7528 11.4767 22.7499C10.6225 22.747 9.75879 22.6787 9.01531 22.5422C8.30852 22.4125 7.58506 22.2005 7.11996 21.831C6.64119 21.4506 6.39242 20.9565 6.23405 20.3889C6.08685 19.8612 5.99925 19.1958 5.89609 18.4122L4.80859 10.1543L4.99586 9.90837C5.2135 9.62259 5.60948 9.22288 6.1196 8.88935ZM10 15C9.44772 15 9 15.4477 9 16C9 16.5523 9.44772 17 10 17H10.0089C10.5612 17 11.0089 16.5523 11.0089 16C11.0089 15.4477 10.5612 15 10.0089 15H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-spaghetti{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.89284 12.57C2.14719 12.4253 2.43193 12.375 2.70848 12.375H21.2916C21.5681 12.375 21.8529 12.4253 22.1072 12.57C22.3747 12.7223 22.5587 12.9514 22.6583 13.2142C22.838 13.6882 22.7197 14.195 22.5927 14.5437C22.4535 14.9257 22.2356 15.3022 22.0049 15.6088C21.7903 15.8942 21.4957 16.2119 21.1663 16.3768L18.8054 17.5582C18.6809 17.6205 18.6122 17.6551 18.5615 17.6838C18.539 17.6965 18.5269 17.7043 18.5206 17.7087L18.5153 17.7125C18.241 17.9548 18.0636 18.2737 17.8121 18.7267L17.8116 18.7276C17.7715 18.8 17.7294 18.8758 17.6847 18.9553C17.3899 19.4796 16.9841 20.1425 16.2243 20.5495C15.8848 20.7313 15.5359 20.8072 15.1606 20.8422C14.8085 20.875 14.3861 20.875 13.8905 20.875H10.1096C9.61393 20.875 9.19153 20.875 8.83945 20.8422C8.46416 20.8072 8.11522 20.7313 7.77577 20.5495C7.01597 20.1425 6.61021 19.4796 6.31539 18.9553C6.27053 18.8755 6.2283 18.7994 6.18798 18.7268L6.18792 18.7267L6.18791 18.7267C5.93649 18.2737 5.75981 17.9554 5.4855 17.713L5.47949 17.7087C5.4732 17.7043 5.46104 17.6965 5.43853 17.6838C5.38783 17.6551 5.3192 17.6205 5.1947 17.5582L2.8338 16.3768C2.50433 16.2119 2.20973 15.8942 1.99513 15.6088C1.7645 15.3022 1.54661 14.9257 1.40739 14.5437C1.28033 14.195 1.16204 13.6882 1.34173 13.2142C1.44137 12.9514 1.62536 12.7223 1.89284 12.57Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 8.125C6.23858 8.125 4 10.3636 4 13.125C4 13.6773 3.55228 14.125 3 14.125C2.44772 14.125 2 13.6773 2 13.125C2 9.25901 5.13401 6.125 9 6.125C12.866 6.125 16 9.25901 16 13.125C16 13.6773 15.5523 14.125 15 14.125C14.4477 14.125 14 13.6773 14 13.125C14 10.3636 11.7614 8.125 9 8.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0302 9.125C15.2919 9.125 14.6032 9.3273 14.0123 9.67964C13.538 9.9625 12.9241 9.80727 12.6413 9.33293C12.3584 8.85858 12.5136 8.24474 12.988 7.96187C13.8793 7.43034 14.9206 7.125 16.0302 7.125C19.333 7.125 22.0002 9.81698 22.0002 13.125C22.0002 13.6773 21.5524 14.125 21.0002 14.125C20.4479 14.125 20.0002 13.6773 20.0002 13.125C20.0002 10.9102 18.2171 9.125 16.0302 9.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 11.125C8.54421 11.125 8 11.5705 8 12.3472C8 12.8995 7.55228 13.3472 7 13.3472C6.44772 13.3472 6 12.8995 6 12.3472C6 10.6694 7.24665 9.125 9 9.125C10.7534 9.125 12 10.6694 12 12.3472V14.125C12 14.6773 11.5523 15.125 11 15.125C10.4477 15.125 10 14.6773 10 14.125V12.3472C10 11.5705 9.45579 11.125 9 11.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0326 5.18418C11.5888 4.88247 10.2602 5.7356 9.97167 6.91694C9.84061 7.45345 9.29944 7.78214 8.76293 7.65108C8.22642 7.52002 7.89774 6.97885 8.0288 6.44234C8.60271 4.09291 11.068 2.73045 13.4417 3.22646C15.8344 3.72645 17.4655 5.98004 16.8838 8.36134C16.7527 8.89785 16.2116 9.22653 15.6751 9.09547C15.1385 8.96442 14.8099 8.42325 14.9409 7.88674C15.2217 6.73726 14.4573 5.4819 13.0326 5.18418Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.89284 12.57C2.14719 12.4253 2.43193 12.375 2.70848 12.375H21.2916C21.5681 12.375 21.8529 12.4253 22.1072 12.57C22.3747 12.7223 22.5587 12.9514 22.6583 13.2142C22.838 13.6882 22.7197 14.195 22.5927 14.5437C22.4535 14.9257 22.2356 15.3022 22.0049 15.6088C21.7903 15.8942 21.4957 16.2119 21.1663 16.3768L18.8054 17.5582C18.6809 17.6205 18.6122 17.6551 18.5615 17.6838C18.539 17.6965 18.5269 17.7043 18.5206 17.7087L18.5153 17.7125C18.241 17.9548 18.0636 18.2737 17.8121 18.7267L17.8116 18.7276C17.7715 18.8 17.7294 18.8758 17.6847 18.9553C17.3899 19.4796 16.9841 20.1425 16.2243 20.5495C15.8848 20.7313 15.5359 20.8072 15.1606 20.8422C14.8085 20.875 14.3861 20.875 13.8905 20.875H10.1096C9.61393 20.875 9.19153 20.875 8.83945 20.8422C8.46416 20.8072 8.11522 20.7313 7.77577 20.5495C7.01597 20.1425 6.61021 19.4796 6.31539 18.9553C6.27053 18.8755 6.2283 18.7994 6.18798 18.7268L6.18792 18.7267L6.18791 18.7267C5.93649 18.2737 5.75981 17.9554 5.4855 17.713L5.47949 17.7087C5.4732 17.7043 5.46104 17.6965 5.43853 17.6838C5.38783 17.6551 5.3192 17.6205 5.1947 17.5582L2.8338 16.3768C2.50433 16.2119 2.20973 15.8942 1.99513 15.6088C1.7645 15.3022 1.54661 14.9257 1.40739 14.5437C1.28033 14.195 1.16204 13.6882 1.34173 13.2142C1.44137 12.9514 1.62536 12.7223 1.89284 12.57Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 8.125C6.23858 8.125 4 10.3636 4 13.125C4 13.6773 3.55228 14.125 3 14.125C2.44772 14.125 2 13.6773 2 13.125C2 9.25901 5.13401 6.125 9 6.125C12.866 6.125 16 9.25901 16 13.125C16 13.6773 15.5523 14.125 15 14.125C14.4477 14.125 14 13.6773 14 13.125C14 10.3636 11.7614 8.125 9 8.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0302 9.125C15.2919 9.125 14.6032 9.3273 14.0123 9.67964C13.538 9.9625 12.9241 9.80727 12.6413 9.33293C12.3584 8.85858 12.5136 8.24474 12.988 7.96187C13.8793 7.43034 14.9206 7.125 16.0302 7.125C19.333 7.125 22.0002 9.81698 22.0002 13.125C22.0002 13.6773 21.5524 14.125 21.0002 14.125C20.4479 14.125 20.0002 13.6773 20.0002 13.125C20.0002 10.9102 18.2171 9.125 16.0302 9.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 11.125C8.54421 11.125 8 11.5705 8 12.3472C8 12.8995 7.55228 13.3472 7 13.3472C6.44772 13.3472 6 12.8995 6 12.3472C6 10.6694 7.24665 9.125 9 9.125C10.7534 9.125 12 10.6694 12 12.3472V14.125C12 14.6773 11.5523 15.125 11 15.125C10.4477 15.125 10 14.6773 10 14.125V12.3472C10 11.5705 9.45579 11.125 9 11.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0326 5.18418C11.5888 4.88247 10.2602 5.7356 9.97167 6.91694C9.84061 7.45345 9.29944 7.78214 8.76293 7.65108C8.22642 7.52002 7.89774 6.97885 8.0288 6.44234C8.60271 4.09291 11.068 2.73045 13.4417 3.22646C15.8344 3.72645 17.4655 5.98004 16.8838 8.36134C16.7527 8.89785 16.2116 9.22653 15.6751 9.09547C15.1385 8.96442 14.8099 8.42325 14.9409 7.88674C15.2217 6.73726 14.4573 5.4819 13.0326 5.18418Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-steak{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.12114 5.23963C7.2206 4.01078 9.84999 3.25 12 3.25C16.174 3.25 19.2991 4.48697 21.5996 7.54901C22.3218 8.51018 22.75 9.70616 22.75 11C22.75 11.044 22.7495 11.0879 22.7485 11.1317C22.7495 11.1493 22.75 11.167 22.75 11.1848V15.0109C22.75 18.1805 20.1248 20.75 16.8864 20.75C15.6891 20.75 14.573 20.3978 13.6438 19.7932L13.6218 19.7789L13.6006 19.7635C11.6063 18.308 9.20952 17.8539 8.11488 17.8801L8.1029 17.8804L8.02194 17.8804H8.02193C6.69859 17.8805 5.60736 17.8805 4.74369 17.7668C3.83695 17.6475 3.03615 17.3874 2.39495 16.7598C1.75375 16.1322 1.48796 15.3484 1.36606 14.4609C1.24994 13.6156 1.24997 12.5476 1.25 11.2523V11.2523L1.25 11.1848V10.7065C1.25 10.6823 1.25092 10.6583 1.25273 10.6345C1.25092 10.5899 1.25 10.545 1.25 10.5C1.25 8.26229 3.06571 6.44271 5.12114 5.23963ZM3.23885 13.4962C3.25333 13.7583 3.27391 13.993 3.30317 14.206C3.39594 14.8814 3.55951 15.1942 3.77702 15.4071C3.99453 15.62 4.31412 15.7801 5.00413 15.8709C5.72032 15.9651 6.67606 15.9674 8.07956 15.9674C9.57072 15.9351 12.3822 16.4976 14.7461 18.2132C15.3605 18.6076 16.0946 18.837 16.8864 18.837C18.935 18.837 20.6156 17.2945 20.7819 15.3313C19.771 16.2148 18.448 16.75 17 16.75C15.8257 16.75 14.7315 16.3972 13.8204 15.7916L13.8035 15.7803L13.7873 15.7682C11.6979 14.2103 9.1894 13.721 8.01839 13.7498L8.0092 13.75H4.5C4.05277 13.75 3.62663 13.6597 3.23885 13.4962ZM14.75 11C14.75 9.75736 15.7574 8.75 17 8.75C18.2426 8.75 19.25 9.75736 19.25 11C19.25 12.2426 18.2426 13.25 17 13.25C15.7574 13.25 14.75 12.2426 14.75 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.12114 5.23963C7.2206 4.01078 9.84999 3.25 12 3.25C16.174 3.25 19.2991 4.48697 21.5996 7.54901C22.3218 8.51018 22.75 9.70616 22.75 11C22.75 11.044 22.7495 11.0879 22.7485 11.1317C22.7495 11.1493 22.75 11.167 22.75 11.1848V15.0109C22.75 18.1805 20.1248 20.75 16.8864 20.75C15.6891 20.75 14.573 20.3978 13.6438 19.7932L13.6218 19.7789L13.6006 19.7635C11.6063 18.308 9.20952 17.8539 8.11488 17.8801L8.1029 17.8804L8.02194 17.8804H8.02193C6.69859 17.8805 5.60736 17.8805 4.74369 17.7668C3.83695 17.6475 3.03615 17.3874 2.39495 16.7598C1.75375 16.1322 1.48796 15.3484 1.36606 14.4609C1.24994 13.6156 1.24997 12.5476 1.25 11.2523V11.2523L1.25 11.1848V10.7065C1.25 10.6823 1.25092 10.6583 1.25273 10.6345C1.25092 10.5899 1.25 10.545 1.25 10.5C1.25 8.26229 3.06571 6.44271 5.12114 5.23963ZM3.23885 13.4962C3.25333 13.7583 3.27391 13.993 3.30317 14.206C3.39594 14.8814 3.55951 15.1942 3.77702 15.4071C3.99453 15.62 4.31412 15.7801 5.00413 15.8709C5.72032 15.9651 6.67606 15.9674 8.07956 15.9674C9.57072 15.9351 12.3822 16.4976 14.7461 18.2132C15.3605 18.6076 16.0946 18.837 16.8864 18.837C18.935 18.837 20.6156 17.2945 20.7819 15.3313C19.771 16.2148 18.448 16.75 17 16.75C15.8257 16.75 14.7315 16.3972 13.8204 15.7916L13.8035 15.7803L13.7873 15.7682C11.6979 14.2103 9.1894 13.721 8.01839 13.7498L8.0092 13.75H4.5C4.05277 13.75 3.62663 13.6597 3.23885 13.4962ZM14.75 11C14.75 9.75736 15.7574 8.75 17 8.75C18.2426 8.75 19.25 9.75736 19.25 11C19.25 12.2426 18.2426 13.25 17 13.25C15.7574 13.25 14.75 12.2426 14.75 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-sushi-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.3624 3.29745C13.0511 3.27332 12.8954 3.26126 12.7123 3.31827C12.5291 3.37528 12.4188 3.46463 12.1982 3.64332C11.0951 4.53684 10.1769 5.79676 9.45388 6.96273C8.44318 8.59273 7.84082 10.5523 7.67239 12.426C7.6515 12.6583 7.64106 12.7745 7.71423 12.8413C7.78741 12.9082 7.90678 12.8864 8.14553 12.843C9.30819 12.6316 10.6033 12.5138 12.04 12.5138C12.402 12.5138 12.7545 12.5213 13.0977 12.5359C13.6243 12.5582 13.8876 12.5694 14.0395 12.4324C14.1913 12.2955 14.2076 12.0265 14.2401 11.4885C14.3045 10.4259 14.4982 9.24021 14.891 8.1064C15.3142 6.88484 15.9857 5.67975 17.0116 4.77187C17.2493 4.56152 17.3681 4.45634 17.3487 4.34608C17.3293 4.23582 17.1933 4.18219 16.9214 4.07492C15.904 3.67349 14.7248 3.40305 13.3624 3.29745Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.79724 3.3971C10.0223 3.36542 10.1349 3.34958 10.1678 3.41111C10.2008 3.47265 10.1235 3.55956 9.96883 3.73338C9.27702 4.51097 8.68016 5.36412 8.17906 6.17226C6.97758 8.10994 6.29748 10.4297 6.15282 12.6203C6.12934 12.9758 6.1176 13.1536 6.02985 13.2718C5.9421 13.39 5.77556 13.4525 5.44248 13.5777C4.94014 13.7666 4.47321 13.9761 4.04028 14.2027C3.69708 14.3824 3.36641 14.5419 3.07036 14.6389C2.80324 14.7265 2.39756 14.8222 2.00226 14.6595C1.53451 14.467 1.35368 14.0426 1.29023 13.7022C1.22855 13.3714 1.24439 12.9742 1.29337 12.5452C1.5211 10.5506 2.15642 8.21743 3.79863 6.37627C5.12708 4.88688 7.05732 3.78273 9.79724 3.3971Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4746 5.53276C18.6998 5.38074 18.8124 5.30474 18.982 5.31514C19.1515 5.32555 19.2607 5.42063 19.4792 5.6108C19.7575 5.85303 20.0148 6.10984 20.2524 6.37928C21.8777 8.22223 22.4919 10.5565 22.7097 12.5485C22.7565 12.9772 22.7706 13.374 22.7078 13.7043C22.6433 14.0435 22.4619 14.4672 21.9945 14.659C21.5985 14.8215 21.1928 14.7247 20.9259 14.6363C20.6301 14.5384 20.3 14.3777 19.9573 14.1966C18.9869 13.684 17.848 13.259 16.5151 12.9644C16.1224 12.8776 15.926 12.8342 15.8154 12.6927C15.7048 12.5513 15.7095 12.3694 15.7189 12.0056C15.7459 10.9614 15.9128 9.73941 16.3084 8.59744C16.7457 7.33506 17.4384 6.2321 18.4746 5.53276Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.6512 16.452C20.6682 16.2992 20.6767 16.2228 20.6393 16.1635C20.6019 16.1042 20.5227 16.0768 20.3645 16.022C19.9837 15.8902 19.6128 15.7126 19.2573 15.5247C17.5958 14.6469 15.2723 14.0156 12.0407 14.0156C8.801 14.0156 6.42406 14.6502 4.73663 15.5335C4.38347 15.7183 4.01535 15.8933 3.63757 16.0235C3.47912 16.0781 3.39989 16.1054 3.36237 16.1647C3.32486 16.2241 3.3334 16.3006 3.35049 16.4536C3.35557 16.4991 3.36091 16.544 3.36653 16.5883C3.4859 17.5308 3.73976 18.3201 4.33352 18.9503C4.66868 19.3061 5.14313 19.5734 5.64867 19.7808C6.16555 19.9928 6.77424 20.1661 7.43225 20.3044C8.74893 20.5811 10.3266 20.7312 11.8991 20.7481C13.4711 20.7651 15.0678 20.6494 16.4208 20.3805C17.0973 20.2461 17.7291 20.0703 18.2731 19.8451C18.8098 19.6229 19.3062 19.3344 19.668 18.9503C20.2617 18.3201 20.5156 17.5308 20.635 16.5883C20.6406 16.5435 20.646 16.498 20.6512 16.452Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.3624 3.29745C13.0511 3.27332 12.8954 3.26126 12.7123 3.31827C12.5291 3.37528 12.4188 3.46463 12.1982 3.64332C11.0951 4.53684 10.1769 5.79676 9.45388 6.96273C8.44318 8.59273 7.84082 10.5523 7.67239 12.426C7.6515 12.6583 7.64106 12.7745 7.71423 12.8413C7.78741 12.9082 7.90678 12.8864 8.14553 12.843C9.30819 12.6316 10.6033 12.5138 12.04 12.5138C12.402 12.5138 12.7545 12.5213 13.0977 12.5359C13.6243 12.5582 13.8876 12.5694 14.0395 12.4324C14.1913 12.2955 14.2076 12.0265 14.2401 11.4885C14.3045 10.4259 14.4982 9.24021 14.891 8.1064C15.3142 6.88484 15.9857 5.67975 17.0116 4.77187C17.2493 4.56152 17.3681 4.45634 17.3487 4.34608C17.3293 4.23582 17.1933 4.18219 16.9214 4.07492C15.904 3.67349 14.7248 3.40305 13.3624 3.29745Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.79724 3.3971C10.0223 3.36542 10.1349 3.34958 10.1678 3.41111C10.2008 3.47265 10.1235 3.55956 9.96883 3.73338C9.27702 4.51097 8.68016 5.36412 8.17906 6.17226C6.97758 8.10994 6.29748 10.4297 6.15282 12.6203C6.12934 12.9758 6.1176 13.1536 6.02985 13.2718C5.9421 13.39 5.77556 13.4525 5.44248 13.5777C4.94014 13.7666 4.47321 13.9761 4.04028 14.2027C3.69708 14.3824 3.36641 14.5419 3.07036 14.6389C2.80324 14.7265 2.39756 14.8222 2.00226 14.6595C1.53451 14.467 1.35368 14.0426 1.29023 13.7022C1.22855 13.3714 1.24439 12.9742 1.29337 12.5452C1.5211 10.5506 2.15642 8.21743 3.79863 6.37627C5.12708 4.88688 7.05732 3.78273 9.79724 3.3971Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4746 5.53276C18.6998 5.38074 18.8124 5.30474 18.982 5.31514C19.1515 5.32555 19.2607 5.42063 19.4792 5.6108C19.7575 5.85303 20.0148 6.10984 20.2524 6.37928C21.8777 8.22223 22.4919 10.5565 22.7097 12.5485C22.7565 12.9772 22.7706 13.374 22.7078 13.7043C22.6433 14.0435 22.4619 14.4672 21.9945 14.659C21.5985 14.8215 21.1928 14.7247 20.9259 14.6363C20.6301 14.5384 20.3 14.3777 19.9573 14.1966C18.9869 13.684 17.848 13.259 16.5151 12.9644C16.1224 12.8776 15.926 12.8342 15.8154 12.6927C15.7048 12.5513 15.7095 12.3694 15.7189 12.0056C15.7459 10.9614 15.9128 9.73941 16.3084 8.59744C16.7457 7.33506 17.4384 6.2321 18.4746 5.53276Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.6512 16.452C20.6682 16.2992 20.6767 16.2228 20.6393 16.1635C20.6019 16.1042 20.5227 16.0768 20.3645 16.022C19.9837 15.8902 19.6128 15.7126 19.2573 15.5247C17.5958 14.6469 15.2723 14.0156 12.0407 14.0156C8.801 14.0156 6.42406 14.6502 4.73663 15.5335C4.38347 15.7183 4.01535 15.8933 3.63757 16.0235C3.47912 16.0781 3.39989 16.1054 3.36237 16.1647C3.32486 16.2241 3.3334 16.3006 3.35049 16.4536C3.35557 16.4991 3.36091 16.544 3.36653 16.5883C3.4859 17.5308 3.73976 18.3201 4.33352 18.9503C4.66868 19.3061 5.14313 19.5734 5.64867 19.7808C6.16555 19.9928 6.77424 20.1661 7.43225 20.3044C8.74893 20.5811 10.3266 20.7312 11.8991 20.7481C13.4711 20.7651 15.0678 20.6494 16.4208 20.3805C17.0973 20.2461 17.7291 20.0703 18.2731 19.8451C18.8098 19.6229 19.3062 19.3344 19.668 18.9503C20.2617 18.3201 20.5156 17.5308 20.635 16.5883C20.6406 16.5435 20.646 16.498 20.6512 16.452Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-sushi-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 3.25C18.1756 3.25 20.75 5.82436 20.75 9C20.75 12.1756 18.1756 14.75 15 14.75C11.8244 14.75 9.25 12.1756 9.25 9C9.25 5.82436 11.8244 3.25 15 3.25ZM16.25 9C16.25 8.30964 15.6904 7.75 15 7.75C14.3096 7.75 13.75 8.30964 13.75 9C13.75 9.69036 14.3096 10.25 15 10.25C15.6904 10.25 16.25 9.69036 16.25 9ZM15 6.25C16.5188 6.25 17.75 7.48122 17.75 9C17.75 10.5188 16.5188 11.75 15 11.75C13.4812 11.75 12.25 10.5188 12.25 9C12.25 7.48122 13.4812 6.25 15 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.7649 1.03605C11.2324 0.889605 10.682 1.20258 10.5355 1.7351L6.57223 16.1471C6.42579 16.6796 6.73877 17.23 7.27128 17.3765C7.8038 17.5229 8.3542 17.21 8.50064 16.6774L12.464 2.26541C12.6104 1.73289 12.2974 1.18249 11.7649 1.03605ZM7.0899 18.036C6.55739 17.8896 6.00698 18.2026 5.86054 18.7351L5.03554 21.7351C4.8891 22.2676 5.20208 22.818 5.73459 22.9645C6.26711 23.1109 6.81751 22.7979 6.96395 22.2654L7.78895 19.2654C7.9354 18.7329 7.62242 18.1825 7.0899 18.036Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.964 12.2351C22.8175 11.7026 22.2671 11.3896 21.7346 11.536L1.73459 17.036C1.20208 17.1825 0.889101 17.7329 1.03554 18.2654C1.18198 18.7979 1.73239 19.1109 2.2649 18.9645L22.2649 13.4645C22.7974 13.318 23.1104 12.7676 22.964 12.2351Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 3.25C18.1756 3.25 20.75 5.82436 20.75 9C20.75 12.1756 18.1756 14.75 15 14.75C11.8244 14.75 9.25 12.1756 9.25 9C9.25 5.82436 11.8244 3.25 15 3.25ZM16.25 9C16.25 8.30964 15.6904 7.75 15 7.75C14.3096 7.75 13.75 8.30964 13.75 9C13.75 9.69036 14.3096 10.25 15 10.25C15.6904 10.25 16.25 9.69036 16.25 9ZM15 6.25C16.5188 6.25 17.75 7.48122 17.75 9C17.75 10.5188 16.5188 11.75 15 11.75C13.4812 11.75 12.25 10.5188 12.25 9C12.25 7.48122 13.4812 6.25 15 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.7649 1.03605C11.2324 0.889605 10.682 1.20258 10.5355 1.7351L6.57223 16.1471C6.42579 16.6796 6.73877 17.23 7.27128 17.3765C7.8038 17.5229 8.3542 17.21 8.50064 16.6774L12.464 2.26541C12.6104 1.73289 12.2974 1.18249 11.7649 1.03605ZM7.0899 18.036C6.55739 17.8896 6.00698 18.2026 5.86054 18.7351L5.03554 21.7351C4.8891 22.2676 5.20208 22.818 5.73459 22.9645C6.26711 23.1109 6.81751 22.7979 6.96395 22.2654L7.78895 19.2654C7.9354 18.7329 7.62242 18.1825 7.0899 18.036Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.964 12.2351C22.8175 11.7026 22.2671 11.3896 21.7346 11.536L1.73459 17.036C1.20208 17.1825 0.889101 17.7329 1.03554 18.2654C1.18198 18.7979 1.73239 19.1109 2.2649 18.9645L22.2649 13.4645C22.7974 13.318 23.1104 12.7676 22.964 12.2351Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-sushi-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 9.625C10.5 10.1773 10.0523 10.625 9.5 10.625L9.49102 10.625C8.93873 10.625 8.49102 10.1773 8.49102 9.625C8.49102 9.07271 8.93873 8.625 9.49102 8.625L9.5 8.625C10.0523 8.625 10.5 9.07272 10.5 9.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 16.2784V9.625C4.25 8.53859 5.03379 7.71272 5.95379 7.20162C6.89919 6.67639 8.15444 6.375 9.5 6.375C10.8456 6.375 12.1008 6.67639 13.0462 7.20162C13.9662 7.71272 14.75 8.53859 14.75 9.625V12.6034L4.25 16.2784ZM4.80628 18.2027C5.11937 18.5721 5.53435 18.8724 5.9705 19.1005C6.91229 19.5929 8.16138 19.875 9.5 19.875C10.8386 19.875 12.0877 19.5929 13.0295 19.1005C13.9354 18.6268 14.75 17.8414 14.75 16.7721V14.7223L4.80628 18.2027ZM12.3177 8.51285C13.0264 8.90656 13.25 9.3307 13.25 9.625C13.25 9.9193 13.0264 10.3434 12.3177 10.7371C11.6345 11.1167 10.6397 11.375 9.5 11.375C8.50274 11.375 7.61648 11.1773 6.95275 10.8735C6.85794 10.8302 6.76766 10.7846 6.68225 10.7371C5.97357 10.3434 5.75 9.9193 5.75 9.625C5.75 9.3307 5.97357 8.90656 6.68225 8.51285C7.36553 8.13325 8.36028 7.875 9.5 7.875C10.6397 7.875 11.6345 8.13325 12.3177 8.51285Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 16.2784L1.66992 17.1814C1.14864 17.3639 0.873967 17.9343 1.05641 18.4556C1.23886 18.9769 1.80934 19.2516 2.33062 19.0691L4.80628 18.2027C4.46904 17.8047 4.25 17.3266 4.25 16.7721V16.2784ZM14.75 14.7223V12.6034L21.6699 10.1814C22.1912 9.99897 22.7617 10.2736 22.9441 10.7949C23.1266 11.3162 22.8519 11.8867 22.3306 12.0691L14.75 14.7223Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.9122 4.71488C23.1388 5.21852 22.9143 5.81053 22.4106 6.03717L14.4106 9.63717C13.907 9.86381 13.315 9.63925 13.0883 9.13561C12.8617 8.63197 13.0862 8.03996 13.5899 7.81333L21.5899 4.21333C22.0935 3.98669 22.6855 4.21124 22.9122 4.71488ZM5.91217 12.3649C6.13881 12.8685 5.91425 13.4605 5.41061 13.6872L2.41061 15.0372C1.90697 15.2638 1.31496 15.0393 1.08833 14.5356C0.861687 14.032 1.08624 13.44 1.58988 13.2133L4.58988 11.8633C5.09352 11.6367 5.68553 11.8612 5.91217 12.3649Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 9.625C10.5 10.1773 10.0523 10.625 9.5 10.625L9.49102 10.625C8.93873 10.625 8.49102 10.1773 8.49102 9.625C8.49102 9.07271 8.93873 8.625 9.49102 8.625L9.5 8.625C10.0523 8.625 10.5 9.07272 10.5 9.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 16.2784V9.625C4.25 8.53859 5.03379 7.71272 5.95379 7.20162C6.89919 6.67639 8.15444 6.375 9.5 6.375C10.8456 6.375 12.1008 6.67639 13.0462 7.20162C13.9662 7.71272 14.75 8.53859 14.75 9.625V12.6034L4.25 16.2784ZM4.80628 18.2027C5.11937 18.5721 5.53435 18.8724 5.9705 19.1005C6.91229 19.5929 8.16138 19.875 9.5 19.875C10.8386 19.875 12.0877 19.5929 13.0295 19.1005C13.9354 18.6268 14.75 17.8414 14.75 16.7721V14.7223L4.80628 18.2027ZM12.3177 8.51285C13.0264 8.90656 13.25 9.3307 13.25 9.625C13.25 9.9193 13.0264 10.3434 12.3177 10.7371C11.6345 11.1167 10.6397 11.375 9.5 11.375C8.50274 11.375 7.61648 11.1773 6.95275 10.8735C6.85794 10.8302 6.76766 10.7846 6.68225 10.7371C5.97357 10.3434 5.75 9.9193 5.75 9.625C5.75 9.3307 5.97357 8.90656 6.68225 8.51285C7.36553 8.13325 8.36028 7.875 9.5 7.875C10.6397 7.875 11.6345 8.13325 12.3177 8.51285Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 16.2784L1.66992 17.1814C1.14864 17.3639 0.873967 17.9343 1.05641 18.4556C1.23886 18.9769 1.80934 19.2516 2.33062 19.0691L4.80628 18.2027C4.46904 17.8047 4.25 17.3266 4.25 16.7721V16.2784ZM14.75 14.7223V12.6034L21.6699 10.1814C22.1912 9.99897 22.7617 10.2736 22.9441 10.7949C23.1266 11.3162 22.8519 11.8867 22.3306 12.0691L14.75 14.7223Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.9122 4.71488C23.1388 5.21852 22.9143 5.81053 22.4106 6.03717L14.4106 9.63717C13.907 9.86381 13.315 9.63925 13.0883 9.13561C12.8617 8.63197 13.0862 8.03996 13.5899 7.81333L21.5899 4.21333C22.0935 3.98669 22.6855 4.21124 22.9122 4.71488ZM5.91217 12.3649C6.13881 12.8685 5.91425 13.4605 5.41061 13.6872L2.41061 15.0372C1.90697 15.2638 1.31496 15.0393 1.08833 14.5356C0.861687 14.032 1.08624 13.44 1.58988 13.2133L4.58988 11.8633C5.09352 11.6367 5.68553 11.8612 5.91217 12.3649Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-taco-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.97092 4.249C10.7338 2.91708 13.2662 2.91708 15.0291 4.249C15.4733 4.58459 16.0267 4.79231 16.6083 4.83346L16.8077 4.84757C18.986 5.00168 20.7889 6.62603 20.9796 8.74535C21.0231 9.22806 21.2355 9.69553 21.5936 10.068C23.0245 11.5567 23.1305 13.7732 21.8948 15.3708C21.568 15.7934 20.9548 15.8752 20.5253 15.5536C20.0958 15.232 20.0126 14.6288 20.3394 14.2062C20.9959 13.3574 20.9461 12.1932 20.1735 11.3894C19.5198 10.7093 19.1158 9.83846 19.0327 8.91499C18.9331 7.80815 17.9648 6.85746 16.6676 6.76569L16.4681 6.75158C15.5113 6.68389 14.5914 6.34294 13.8387 5.77424C12.7779 4.97276 11.2221 4.97276 10.1613 5.77424C9.40864 6.34294 8.48866 6.68389 7.53187 6.75158L7.33245 6.76569C6.03524 6.85746 5.06693 7.80815 4.9673 8.91499C4.88418 9.83846 4.48024 10.7093 3.82648 11.3894C3.05387 12.1932 3.00406 13.3574 3.66055 14.2062C3.98741 14.6288 3.9042 15.232 3.47469 15.5536C3.04518 15.8752 2.43203 15.7934 2.10517 15.3708C0.869545 13.7732 0.975465 11.5567 2.40642 10.068C2.76446 9.69553 2.97693 9.22806 3.02038 8.74535C3.21114 6.62603 5.01397 5.00168 7.19226 4.84757L7.39169 4.83346C7.97329 4.79231 8.52675 4.58459 8.97092 4.249Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9999 8.25C7.3198 8.25 3.37382 11.4282 1.82601 15.8232L1.80249 15.89C1.55902 16.5809 1.33701 17.211 1.27108 17.7746C1.19477 18.427 1.31997 19.0146 1.73989 19.5974C2.18489 20.2151 2.77906 20.5024 3.48426 20.6324C4.12257 20.7501 4.92247 20.7501 5.85379 20.75H5.85383H18.146H18.146C19.0773 20.7501 19.8772 20.7501 20.5155 20.6324C21.2207 20.5024 21.8149 20.2151 22.2599 19.5974C22.6798 19.0146 22.805 18.427 22.7287 17.7746C22.6628 17.211 22.4408 16.5809 22.1973 15.8899L22.1738 15.8232C20.626 11.4282 16.68 8.25 11.9999 8.25ZM16.0078 15C16.5601 15 17.0078 14.5523 17.0078 14C17.0078 13.4477 16.5601 13 16.0078 13H15.9988C15.4465 13 14.9988 13.4477 14.9988 14C14.9988 14.5523 15.4465 15 15.9988 15H16.0078ZM14.0078 16C14.0078 16.5523 13.5601 17 13.0078 17H12.9988C12.4465 17 11.9988 16.5523 11.9988 16C11.9988 15.4477 12.4465 15 12.9988 15H13.0078C13.5601 15 14.0078 15.4477 14.0078 16ZM18.0078 18C18.5601 18 19.0078 17.5523 19.0078 17C19.0078 16.4477 18.5601 16 18.0078 16H17.9988C17.4465 16 16.9988 16.4477 16.9988 17C16.9988 17.5523 17.4465 18 17.9988 18H18.0078Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.97092 4.249C10.7338 2.91708 13.2662 2.91708 15.0291 4.249C15.4733 4.58459 16.0267 4.79231 16.6083 4.83346L16.8077 4.84757C18.986 5.00168 20.7889 6.62603 20.9796 8.74535C21.0231 9.22806 21.2355 9.69553 21.5936 10.068C23.0245 11.5567 23.1305 13.7732 21.8948 15.3708C21.568 15.7934 20.9548 15.8752 20.5253 15.5536C20.0958 15.232 20.0126 14.6288 20.3394 14.2062C20.9959 13.3574 20.9461 12.1932 20.1735 11.3894C19.5198 10.7093 19.1158 9.83846 19.0327 8.91499C18.9331 7.80815 17.9648 6.85746 16.6676 6.76569L16.4681 6.75158C15.5113 6.68389 14.5914 6.34294 13.8387 5.77424C12.7779 4.97276 11.2221 4.97276 10.1613 5.77424C9.40864 6.34294 8.48866 6.68389 7.53187 6.75158L7.33245 6.76569C6.03524 6.85746 5.06693 7.80815 4.9673 8.91499C4.88418 9.83846 4.48024 10.7093 3.82648 11.3894C3.05387 12.1932 3.00406 13.3574 3.66055 14.2062C3.98741 14.6288 3.9042 15.232 3.47469 15.5536C3.04518 15.8752 2.43203 15.7934 2.10517 15.3708C0.869545 13.7732 0.975465 11.5567 2.40642 10.068C2.76446 9.69553 2.97693 9.22806 3.02038 8.74535C3.21114 6.62603 5.01397 5.00168 7.19226 4.84757L7.39169 4.83346C7.97329 4.79231 8.52675 4.58459 8.97092 4.249Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9999 8.25C7.3198 8.25 3.37382 11.4282 1.82601 15.8232L1.80249 15.89C1.55902 16.5809 1.33701 17.211 1.27108 17.7746C1.19477 18.427 1.31997 19.0146 1.73989 19.5974C2.18489 20.2151 2.77906 20.5024 3.48426 20.6324C4.12257 20.7501 4.92247 20.7501 5.85379 20.75H5.85383H18.146H18.146C19.0773 20.7501 19.8772 20.7501 20.5155 20.6324C21.2207 20.5024 21.8149 20.2151 22.2599 19.5974C22.6798 19.0146 22.805 18.427 22.7287 17.7746C22.6628 17.211 22.4408 16.5809 22.1973 15.8899L22.1738 15.8232C20.626 11.4282 16.68 8.25 11.9999 8.25ZM16.0078 15C16.5601 15 17.0078 14.5523 17.0078 14C17.0078 13.4477 16.5601 13 16.0078 13H15.9988C15.4465 13 14.9988 13.4477 14.9988 14C14.9988 14.5523 15.4465 15 15.9988 15H16.0078ZM14.0078 16C14.0078 16.5523 13.5601 17 13.0078 17H12.9988C12.4465 17 11.9988 16.5523 11.9988 16C11.9988 15.4477 12.4465 15 12.9988 15H13.0078C13.5601 15 14.0078 15.4477 14.0078 16ZM18.0078 18C18.5601 18 19.0078 17.5523 19.0078 17C19.0078 16.4477 18.5601 16 18.0078 16H17.9988C17.4465 16 16.9988 16.4477 16.9988 17C16.9988 17.5523 17.4465 18 17.9988 18H18.0078Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-taco-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.97092 4.24894C10.7338 2.91702 13.2662 2.91702 15.0291 4.24894C15.4733 4.58453 16.0267 4.79225 16.6083 4.8334L16.8077 4.84751C18.986 5.00162 20.7889 6.62597 20.9796 8.74529C21.0231 9.228 21.2355 9.69547 21.5936 10.068C23.0245 11.5566 23.1305 13.7732 21.8948 15.3707C21.568 15.7933 20.9548 15.8752 20.5253 15.5536C20.0958 15.232 20.0126 14.6287 20.3394 14.2061C20.9959 13.3573 20.9461 12.1931 20.1735 11.3893C19.5198 10.7092 19.1158 9.8384 19.0327 8.91493C18.9331 7.80809 17.9648 6.8574 16.6676 6.76563L16.4681 6.75152C15.5113 6.68382 14.5914 6.34288 13.8387 5.77418C12.7779 4.9727 11.2221 4.9727 10.1613 5.77418C9.40864 6.34288 8.48866 6.68382 7.53187 6.75152L7.33245 6.76563C6.03524 6.8574 5.06693 7.80809 4.9673 8.91493C4.88418 9.8384 4.48024 10.7092 3.82648 11.3893C3.05387 12.1931 3.00406 13.3573 3.66055 14.2061C3.98741 14.6287 3.9042 15.232 3.47469 15.5536C3.04518 15.8752 2.43203 15.7933 2.10517 15.3707C0.869545 13.7732 0.975465 11.5566 2.40642 10.068C2.76446 9.69547 2.97693 9.228 3.02038 8.74529C3.21114 6.62597 5.01397 5.00162 7.19226 4.84751L7.39169 4.8334C7.97329 4.79225 8.52675 4.58453 8.97092 4.24894Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9999 8.24994C7.3198 8.24994 3.37382 11.4281 1.82601 15.8231L1.80249 15.8899C1.55902 16.5809 1.33701 17.2109 1.27108 17.7745C1.19477 18.4269 1.31997 19.0145 1.73989 19.5974C2.18489 20.2151 2.77906 20.5024 3.48426 20.6324C4.12257 20.7501 4.92247 20.75 5.85379 20.7499H5.85383H18.146H18.146C19.0773 20.75 19.8772 20.7501 20.5155 20.6324C21.2207 20.5024 21.8149 20.2151 22.2599 19.5974C22.6798 19.0145 22.805 18.4269 22.7287 17.7745C22.6628 17.2109 22.4408 16.5809 22.1973 15.8899L22.1738 15.8231C20.626 11.4281 16.68 8.24994 11.9999 8.24994ZM6.9895 12.9999C6.43722 12.9999 5.9895 13.4477 5.9895 13.9999C5.9895 14.5522 6.43722 14.9999 6.9895 14.9999H6.99844C7.55073 14.9999 7.99844 14.5522 7.99844 13.9999C7.99844 13.4477 7.55073 12.9999 6.99844 12.9999H6.9895ZM5.48828 15.9999C4.936 15.9999 4.48828 16.4477 4.48828 16.9999C4.48828 17.5522 4.936 17.9999 5.48828 17.9999H5.49722C6.04951 17.9999 6.49722 17.5522 6.49722 16.9999C6.49722 16.4477 6.04951 15.9999 5.49722 15.9999H5.48828Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.97092 4.24894C10.7338 2.91702 13.2662 2.91702 15.0291 4.24894C15.4733 4.58453 16.0267 4.79225 16.6083 4.8334L16.8077 4.84751C18.986 5.00162 20.7889 6.62597 20.9796 8.74529C21.0231 9.228 21.2355 9.69547 21.5936 10.068C23.0245 11.5566 23.1305 13.7732 21.8948 15.3707C21.568 15.7933 20.9548 15.8752 20.5253 15.5536C20.0958 15.232 20.0126 14.6287 20.3394 14.2061C20.9959 13.3573 20.9461 12.1931 20.1735 11.3893C19.5198 10.7092 19.1158 9.8384 19.0327 8.91493C18.9331 7.80809 17.9648 6.8574 16.6676 6.76563L16.4681 6.75152C15.5113 6.68382 14.5914 6.34288 13.8387 5.77418C12.7779 4.9727 11.2221 4.9727 10.1613 5.77418C9.40864 6.34288 8.48866 6.68382 7.53187 6.75152L7.33245 6.76563C6.03524 6.8574 5.06693 7.80809 4.9673 8.91493C4.88418 9.8384 4.48024 10.7092 3.82648 11.3893C3.05387 12.1931 3.00406 13.3573 3.66055 14.2061C3.98741 14.6287 3.9042 15.232 3.47469 15.5536C3.04518 15.8752 2.43203 15.7933 2.10517 15.3707C0.869545 13.7732 0.975465 11.5566 2.40642 10.068C2.76446 9.69547 2.97693 9.228 3.02038 8.74529C3.21114 6.62597 5.01397 5.00162 7.19226 4.84751L7.39169 4.8334C7.97329 4.79225 8.52675 4.58453 8.97092 4.24894Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9999 8.24994C7.3198 8.24994 3.37382 11.4281 1.82601 15.8231L1.80249 15.8899C1.55902 16.5809 1.33701 17.2109 1.27108 17.7745C1.19477 18.4269 1.31997 19.0145 1.73989 19.5974C2.18489 20.2151 2.77906 20.5024 3.48426 20.6324C4.12257 20.7501 4.92247 20.75 5.85379 20.7499H5.85383H18.146H18.146C19.0773 20.75 19.8772 20.7501 20.5155 20.6324C21.2207 20.5024 21.8149 20.2151 22.2599 19.5974C22.6798 19.0145 22.805 18.4269 22.7287 17.7745C22.6628 17.2109 22.4408 16.5809 22.1973 15.8899L22.1738 15.8231C20.626 11.4281 16.68 8.24994 11.9999 8.24994ZM6.9895 12.9999C6.43722 12.9999 5.9895 13.4477 5.9895 13.9999C5.9895 14.5522 6.43722 14.9999 6.9895 14.9999H6.99844C7.55073 14.9999 7.99844 14.5522 7.99844 13.9999C7.99844 13.4477 7.55073 12.9999 6.99844 12.9999H6.9895ZM5.48828 15.9999C4.936 15.9999 4.48828 16.4477 4.48828 16.9999C4.48828 17.5522 4.936 17.9999 5.48828 17.9999H5.49722C6.04951 17.9999 6.49722 17.5522 6.49722 16.9999C6.49722 16.4477 6.04951 15.9999 5.49722 15.9999H5.48828Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-tea-pod{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 6.75C9 3.71243 11.4624 1.25 14.5 1.25C17.5376 1.25 20 3.71243 20 6.75V10.25C20 10.8023 19.5523 11.25 19 11.25C18.4477 11.25 18 10.8023 18 10.25V6.75C18 4.817 16.433 3.25 14.5 3.25C12.567 3.25 11 4.817 11 6.75V10.25C11 10.8023 10.5523 11.25 10 11.25C9.44772 11.25 9 10.8023 9 10.25V6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5 6.5C15.0523 6.5 15.5 6.94772 15.5 7.5V9C15.5 9.55228 15.0523 10 14.5 10C13.9477 10 13.5 9.55228 13.5 9V7.5C13.5 6.94772 13.9477 6.5 14.5 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.4845 8.55212C2.89555 8.27406 3.40453 8.18222 3.88703 8.30046C4.15837 8.36695 4.41046 8.52239 4.65104 8.67074L8.13275 10.8052C8.13275 10.8052 8.30627 10.6741 8.39425 10.6061C10.0393 9.33436 12.2788 8.95518 14.3916 8.95518C16.1317 8.95518 17.9415 9.21228 19.4401 9.99955C20.9722 10.8044 22.1457 12.1491 22.5744 14.2103C22.7253 14.9356 22.7543 15.6725 22.7495 16.371C22.7473 16.6997 22.716 18.1097 22.7065 18.4261V18.4262C22.7066 18.9438 22.7068 19.6118 22.5133 20.2157C22.2954 20.8961 21.8363 21.4931 20.9873 21.8293C19.3573 22.4749 16.7953 22.7568 14.3379 22.7499C11.8809 22.743 9.35502 22.4469 7.79583 21.8293C6.94683 21.4931 6.4878 20.8961 6.26984 20.2157C6.07638 19.6117 6.07656 18.9438 6.07669 18.4261C6.07669 18.1753 6.06829 17.8772 6.05809 17.6066C6.04601 17.2019 5.85466 16.904 5.7605 16.8057L1.82456 11.9421C1.65848 11.7377 1.48556 11.525 1.38534 11.2826C1.20778 10.8534 1.20483 10.3712 1.3771 9.93974C1.47434 9.69622 1.73171 9.37091 1.89528 9.16449C2.07061 8.94124 2.25342 8.70845 2.4845 8.55212Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 6.75C9 3.71243 11.4624 1.25 14.5 1.25C17.5376 1.25 20 3.71243 20 6.75V10.25C20 10.8023 19.5523 11.25 19 11.25C18.4477 11.25 18 10.8023 18 10.25V6.75C18 4.817 16.433 3.25 14.5 3.25C12.567 3.25 11 4.817 11 6.75V10.25C11 10.8023 10.5523 11.25 10 11.25C9.44772 11.25 9 10.8023 9 10.25V6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5 6.5C15.0523 6.5 15.5 6.94772 15.5 7.5V9C15.5 9.55228 15.0523 10 14.5 10C13.9477 10 13.5 9.55228 13.5 9V7.5C13.5 6.94772 13.9477 6.5 14.5 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.4845 8.55212C2.89555 8.27406 3.40453 8.18222 3.88703 8.30046C4.15837 8.36695 4.41046 8.52239 4.65104 8.67074L8.13275 10.8052C8.13275 10.8052 8.30627 10.6741 8.39425 10.6061C10.0393 9.33436 12.2788 8.95518 14.3916 8.95518C16.1317 8.95518 17.9415 9.21228 19.4401 9.99955C20.9722 10.8044 22.1457 12.1491 22.5744 14.2103C22.7253 14.9356 22.7543 15.6725 22.7495 16.371C22.7473 16.6997 22.716 18.1097 22.7065 18.4261V18.4262C22.7066 18.9438 22.7068 19.6118 22.5133 20.2157C22.2954 20.8961 21.8363 21.4931 20.9873 21.8293C19.3573 22.4749 16.7953 22.7568 14.3379 22.7499C11.8809 22.743 9.35502 22.4469 7.79583 21.8293C6.94683 21.4931 6.4878 20.8961 6.26984 20.2157C6.07638 19.6117 6.07656 18.9438 6.07669 18.4261C6.07669 18.1753 6.06829 17.8772 6.05809 17.6066C6.04601 17.2019 5.85466 16.904 5.7605 16.8057L1.82456 11.9421C1.65848 11.7377 1.48556 11.525 1.38534 11.2826C1.20778 10.8534 1.20483 10.3712 1.3771 9.93974C1.47434 9.69622 1.73171 9.37091 1.89528 9.16449C2.07061 8.94124 2.25342 8.70845 2.4845 8.55212Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-tea{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1257 10.6251C17.1257 10.0728 17.5734 9.62512 18.1257 9.62512H19.5154C19.9938 9.62512 20.4324 9.6417 20.8157 9.69772C21.1943 9.75305 21.592 9.85641 21.9418 10.0789C22.7681 10.6044 22.8979 11.4812 22.8721 12.2427C22.831 13.461 22.5338 14.8647 21.6226 16.0762C20.6965 17.3074 19.222 18.2263 17.049 18.6099C16.5051 18.7059 15.9864 18.3428 15.8904 17.799C15.7944 17.2551 16.1575 16.7364 16.7013 16.6403C18.4674 16.3286 19.4547 15.6312 20.0242 14.874C20.6085 14.0972 20.8407 13.1404 20.8733 12.1751C20.8744 12.1419 20.875 12.1109 20.8751 12.0821C20.8761 11.8732 20.7332 11.7069 20.5265 11.6767C20.2873 11.6417 19.9628 11.6251 19.5154 11.6251H18.1257C17.5734 11.6251 17.1257 11.1774 17.1257 10.6251Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.53427 7.87512C3.97062 7.87512 3.47824 7.89633 3.06236 7.96415C2.64827 8.03168 2.24891 8.15449 1.91715 8.40193C1.19836 8.93805 1.11071 9.80382 1.12665 10.6395C1.20044 14.5074 1.69487 18.513 5.36421 21.3342C5.91299 21.7561 6.44492 22.0271 7.04728 22.1848C7.63442 22.3385 8.25456 22.3751 8.95573 22.3751H10.7944C11.4956 22.3751 12.1158 22.3385 12.7029 22.1848C13.3052 22.0271 13.8372 21.7561 14.386 21.3342C18.0553 18.513 18.5497 14.5074 18.6235 10.6395C18.6395 9.80382 18.5518 8.93805 17.833 8.40193C17.5013 8.15449 17.1019 8.03168 16.6878 7.96415C16.2719 7.89633 15.7795 7.87512 15.2159 7.87512H11.0252C10.8366 7.87512 10.7423 7.87512 10.6838 7.9337C10.6252 7.99228 10.6252 8.08656 10.6252 8.27512V12.7432C10.6252 12.8693 10.6252 12.9323 10.6529 12.9794C10.6806 13.0264 10.7446 13.0618 10.8726 13.1325C11.3563 13.4 11.7243 13.8621 11.8176 14.4534L12.1095 16.3049C12.1647 16.6551 12.0605 16.9758 11.8586 17.2209C11.6759 17.4428 11.4368 17.577 11.2307 17.6607C10.8183 17.8282 10.3149 17.8829 9.86668 17.8742C9.41556 17.8655 8.9224 17.7905 8.52226 17.6241C8.32463 17.5418 8.09562 17.4152 7.91589 17.2144C7.71855 16.994 7.57991 16.677 7.63858 16.3049L7.9305 14.4534C8.02385 13.8614 8.39266 13.3988 8.8773 13.1315C9.00552 13.0608 9.06963 13.0254 9.09741 12.9784C9.12519 12.9313 9.12519 12.8682 9.12519 12.7419V8.27512C9.12519 8.08656 9.12519 7.99228 9.06661 7.9337C9.00803 7.87512 8.91375 7.87512 8.72519 7.87512H4.53427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.41219 14.687C9.43198 14.5615 9.58312 14.3751 9.87403 14.3751C10.1649 14.3751 10.3161 14.5615 10.3359 14.687L10.5355 15.9532C10.5617 16.1193 10.5748 16.2024 10.5222 16.2706C10.4695 16.3388 10.3955 16.3462 10.2475 16.3611C10.1407 16.3718 10.0222 16.377 9.89579 16.3745C9.75096 16.3717 9.61384 16.3593 9.49098 16.3402C9.34752 16.318 9.27578 16.3069 9.22686 16.2398C9.17794 16.1728 9.19065 16.0922 9.21605 15.9311L9.41219 14.687Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0341 2.09858C12.3249 2.56813 12.18 3.18448 11.7104 3.47526C11.6488 3.5134 11.4296 3.71412 11.2205 4.13469C11.0243 4.52941 10.8762 5.04329 10.8762 5.62508C10.8762 6.17736 10.4285 6.62508 9.87625 6.62508C9.32396 6.62508 8.87625 6.17736 8.87625 5.62508C8.87625 4.70687 9.10865 3.89005 9.42958 3.24443C9.73767 2.62464 10.1723 2.07536 10.6574 1.7749C11.127 1.48412 11.7433 1.62904 12.0341 2.09858Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7264 3.59858C14.9851 4.01631 14.899 4.55025 14.5462 4.86774C14.5276 4.90702 14.5031 4.96774 14.4775 5.04962C14.4095 5.26706 14.375 5.49767 14.375 5.62508C14.375 6.17736 13.9273 6.62508 13.375 6.62508C12.8227 6.62508 12.375 6.17736 12.375 5.62508C12.375 5.25248 12.4545 4.81775 12.5687 4.45251C12.6271 4.26587 12.7044 4.0653 12.805 3.88121C12.8903 3.72506 13.058 3.4556 13.3498 3.2749C13.8193 2.98412 14.4357 3.12904 14.7264 3.59858Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.14828 3.44547C8.51673 3.84317 8.50021 4.46015 8.11626 4.83771L8.10761 4.84804C8.09096 4.86861 8.05936 4.91111 8.02487 4.97503C7.95783 5.09924 7.875 5.31236 7.875 5.62508C7.875 6.17736 7.42728 6.62508 6.875 6.62508C6.32272 6.62508 5.875 6.17736 5.875 5.62508C5.875 4.9378 6.06203 4.40091 6.26484 4.02513C6.36527 3.83904 6.52204 3.56823 6.73365 3.39285L6.7351 3.3915C7.14025 3.01616 7.77295 3.04033 8.14828 3.44547Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1257 10.6251C17.1257 10.0728 17.5734 9.62512 18.1257 9.62512H19.5154C19.9938 9.62512 20.4324 9.6417 20.8157 9.69772C21.1943 9.75305 21.592 9.85641 21.9418 10.0789C22.7681 10.6044 22.8979 11.4812 22.8721 12.2427C22.831 13.461 22.5338 14.8647 21.6226 16.0762C20.6965 17.3074 19.222 18.2263 17.049 18.6099C16.5051 18.7059 15.9864 18.3428 15.8904 17.799C15.7944 17.2551 16.1575 16.7364 16.7013 16.6403C18.4674 16.3286 19.4547 15.6312 20.0242 14.874C20.6085 14.0972 20.8407 13.1404 20.8733 12.1751C20.8744 12.1419 20.875 12.1109 20.8751 12.0821C20.8761 11.8732 20.7332 11.7069 20.5265 11.6767C20.2873 11.6417 19.9628 11.6251 19.5154 11.6251H18.1257C17.5734 11.6251 17.1257 11.1774 17.1257 10.6251Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.53427 7.87512C3.97062 7.87512 3.47824 7.89633 3.06236 7.96415C2.64827 8.03168 2.24891 8.15449 1.91715 8.40193C1.19836 8.93805 1.11071 9.80382 1.12665 10.6395C1.20044 14.5074 1.69487 18.513 5.36421 21.3342C5.91299 21.7561 6.44492 22.0271 7.04728 22.1848C7.63442 22.3385 8.25456 22.3751 8.95573 22.3751H10.7944C11.4956 22.3751 12.1158 22.3385 12.7029 22.1848C13.3052 22.0271 13.8372 21.7561 14.386 21.3342C18.0553 18.513 18.5497 14.5074 18.6235 10.6395C18.6395 9.80382 18.5518 8.93805 17.833 8.40193C17.5013 8.15449 17.1019 8.03168 16.6878 7.96415C16.2719 7.89633 15.7795 7.87512 15.2159 7.87512H11.0252C10.8366 7.87512 10.7423 7.87512 10.6838 7.9337C10.6252 7.99228 10.6252 8.08656 10.6252 8.27512V12.7432C10.6252 12.8693 10.6252 12.9323 10.6529 12.9794C10.6806 13.0264 10.7446 13.0618 10.8726 13.1325C11.3563 13.4 11.7243 13.8621 11.8176 14.4534L12.1095 16.3049C12.1647 16.6551 12.0605 16.9758 11.8586 17.2209C11.6759 17.4428 11.4368 17.577 11.2307 17.6607C10.8183 17.8282 10.3149 17.8829 9.86668 17.8742C9.41556 17.8655 8.9224 17.7905 8.52226 17.6241C8.32463 17.5418 8.09562 17.4152 7.91589 17.2144C7.71855 16.994 7.57991 16.677 7.63858 16.3049L7.9305 14.4534C8.02385 13.8614 8.39266 13.3988 8.8773 13.1315C9.00552 13.0608 9.06963 13.0254 9.09741 12.9784C9.12519 12.9313 9.12519 12.8682 9.12519 12.7419V8.27512C9.12519 8.08656 9.12519 7.99228 9.06661 7.9337C9.00803 7.87512 8.91375 7.87512 8.72519 7.87512H4.53427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.41219 14.687C9.43198 14.5615 9.58312 14.3751 9.87403 14.3751C10.1649 14.3751 10.3161 14.5615 10.3359 14.687L10.5355 15.9532C10.5617 16.1193 10.5748 16.2024 10.5222 16.2706C10.4695 16.3388 10.3955 16.3462 10.2475 16.3611C10.1407 16.3718 10.0222 16.377 9.89579 16.3745C9.75096 16.3717 9.61384 16.3593 9.49098 16.3402C9.34752 16.318 9.27578 16.3069 9.22686 16.2398C9.17794 16.1728 9.19065 16.0922 9.21605 15.9311L9.41219 14.687Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0341 2.09858C12.3249 2.56813 12.18 3.18448 11.7104 3.47526C11.6488 3.5134 11.4296 3.71412 11.2205 4.13469C11.0243 4.52941 10.8762 5.04329 10.8762 5.62508C10.8762 6.17736 10.4285 6.62508 9.87625 6.62508C9.32396 6.62508 8.87625 6.17736 8.87625 5.62508C8.87625 4.70687 9.10865 3.89005 9.42958 3.24443C9.73767 2.62464 10.1723 2.07536 10.6574 1.7749C11.127 1.48412 11.7433 1.62904 12.0341 2.09858Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7264 3.59858C14.9851 4.01631 14.899 4.55025 14.5462 4.86774C14.5276 4.90702 14.5031 4.96774 14.4775 5.04962C14.4095 5.26706 14.375 5.49767 14.375 5.62508C14.375 6.17736 13.9273 6.62508 13.375 6.62508C12.8227 6.62508 12.375 6.17736 12.375 5.62508C12.375 5.25248 12.4545 4.81775 12.5687 4.45251C12.6271 4.26587 12.7044 4.0653 12.805 3.88121C12.8903 3.72506 13.058 3.4556 13.3498 3.2749C13.8193 2.98412 14.4357 3.12904 14.7264 3.59858Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.14828 3.44547C8.51673 3.84317 8.50021 4.46015 8.11626 4.83771L8.10761 4.84804C8.09096 4.86861 8.05936 4.91111 8.02487 4.97503C7.95783 5.09924 7.875 5.31236 7.875 5.62508C7.875 6.17736 7.42728 6.62508 6.875 6.62508C6.32272 6.62508 5.875 6.17736 5.875 5.62508C5.875 4.9378 6.06203 4.40091 6.26484 4.02513C6.36527 3.83904 6.52204 3.56823 6.73365 3.39285L6.7351 3.3915C7.14025 3.01616 7.77295 3.04033 8.14828 3.44547Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-vegetarian-food{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.7266 9C20.2788 9 20.7266 9.44772 20.7266 10C20.7266 10.5523 20.2788 11 19.7266 11C19.2035 11 18.8012 11.2497 18.4941 11.6785C18.4092 11.7969 18.3349 11.9256 18.2714 12.0599C18.4475 12.0348 18.6313 12.0195 18.8182 12.0196C19.816 12.0195 20.8073 12.667 21.5136 13.5798C22.2408 14.5195 22.75 15.8349 22.75 17.3848C22.75 20.6682 19.8169 22.7503 17 22.7503C14.1831 22.7503 11.25 20.6682 11.25 17.3848C11.25 15.8349 11.7592 14.5195 12.4864 13.5798C13.1927 12.667 14.184 12.0195 15.1818 12.0195C15.5183 12.0195 15.8452 12.0691 16.1344 12.1362C16.2719 11.5713 16.5152 11.0066 16.8681 10.5139C17.4701 9.67339 18.4314 9 19.7266 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.1275 3.5C13.1275 4.01976 12.9449 4.48673 12.6467 4.85841C12.4791 5.06738 12.3953 5.17187 12.3863 5.26012C12.3774 5.34837 12.4275 5.44611 12.5278 5.64158C13.2716 7.09213 13.8831 8.49067 14.275 9.9996C14.3434 10.2627 14.3775 10.3943 14.3227 10.4975C14.2678 10.6007 14.121 10.6524 13.8275 10.7559C12.7891 11.1221 11.9149 11.867 11.3001 12.6615C10.3686 13.8652 9.75 15.5039 9.75 17.3845C9.75 19.1021 10.3553 20.5392 11.2997 21.6473C11.6685 22.0801 11.8529 22.2965 11.7828 22.466C11.7127 22.6356 11.4583 22.6563 10.9496 22.6976C10.5364 22.7311 10.0975 22.75 9.67278 22.75H6.32748C5.41754 22.75 4.63974 22.707 3.99164 22.5754C3.33817 22.4427 2.76433 22.2098 2.31206 21.7918C1.4107 20.9586 1.25 19.6296 1.25 18V13.7771C1.25 10.6245 2.15283 8.21494 3.47246 5.64169C3.57274 5.44614 3.62288 5.34837 3.61392 5.26012C3.60497 5.17187 3.52115 5.06738 3.35352 4.85841C3.05536 4.48673 2.8728 4.01976 2.8728 3.5C2.8728 2.20288 3.99181 1.25 5.24561 1.25H10.7547C12.0085 1.25 13.1275 2.20288 13.1275 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.7266 9C20.2788 9 20.7266 9.44772 20.7266 10C20.7266 10.5523 20.2788 11 19.7266 11C19.2035 11 18.8012 11.2497 18.4941 11.6785C18.4092 11.7969 18.3349 11.9256 18.2714 12.0599C18.4475 12.0348 18.6313 12.0195 18.8182 12.0196C19.816 12.0195 20.8073 12.667 21.5136 13.5798C22.2408 14.5195 22.75 15.8349 22.75 17.3848C22.75 20.6682 19.8169 22.7503 17 22.7503C14.1831 22.7503 11.25 20.6682 11.25 17.3848C11.25 15.8349 11.7592 14.5195 12.4864 13.5798C13.1927 12.667 14.184 12.0195 15.1818 12.0195C15.5183 12.0195 15.8452 12.0691 16.1344 12.1362C16.2719 11.5713 16.5152 11.0066 16.8681 10.5139C17.4701 9.67339 18.4314 9 19.7266 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.1275 3.5C13.1275 4.01976 12.9449 4.48673 12.6467 4.85841C12.4791 5.06738 12.3953 5.17187 12.3863 5.26012C12.3774 5.34837 12.4275 5.44611 12.5278 5.64158C13.2716 7.09213 13.8831 8.49067 14.275 9.9996C14.3434 10.2627 14.3775 10.3943 14.3227 10.4975C14.2678 10.6007 14.121 10.6524 13.8275 10.7559C12.7891 11.1221 11.9149 11.867 11.3001 12.6615C10.3686 13.8652 9.75 15.5039 9.75 17.3845C9.75 19.1021 10.3553 20.5392 11.2997 21.6473C11.6685 22.0801 11.8529 22.2965 11.7828 22.466C11.7127 22.6356 11.4583 22.6563 10.9496 22.6976C10.5364 22.7311 10.0975 22.75 9.67278 22.75H6.32748C5.41754 22.75 4.63974 22.707 3.99164 22.5754C3.33817 22.4427 2.76433 22.2098 2.31206 21.7918C1.4107 20.9586 1.25 19.6296 1.25 18V13.7771C1.25 10.6245 2.15283 8.21494 3.47246 5.64169C3.57274 5.44614 3.62288 5.34837 3.61392 5.26012C3.60497 5.17187 3.52115 5.06738 3.35352 4.85841C3.05536 4.48673 2.8728 4.01976 2.8728 3.5C2.8728 2.20288 3.99181 1.25 5.24561 1.25H10.7547C12.0085 1.25 13.1275 2.20288 13.1275 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-watermelon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.096 4.38186C14.9036 4.18948 14.8074 4.09329 14.6861 4.09124C14.5648 4.0892 14.4662 4.18138 14.269 4.36573C13.8866 4.72317 13.5314 5.06539 13.2887 5.30791C13.0921 5.5009 12.8676 5.74175 12.7173 5.98764C12.6443 6.10726 12.5517 6.28656 12.5226 6.50152C12.4892 6.7482 12.5419 7.06159 12.7937 7.3062C13.2063 7.70701 13.2607 8.57737 12.7777 9.42175C12.5538 9.81318 12.2606 10.0971 11.9711 10.2361C11.7056 10.3635 11.4272 10.3816 11.1148 10.2259C10.8986 10.1182 10.6438 10.1212 10.4302 10.234C10.2166 10.3468 10.0704 10.5555 10.0374 10.7947C9.93887 11.3535 9.1701 11.2043 8.74058 11.0404C8.70156 11.0255 8.68206 11.0181 8.66571 11.0139C8.64937 11.0097 8.63419 11.0075 8.60382 11.0033C8.30376 10.9611 7.76254 10.9312 7.35565 11.3378L4.91348 13.778C4.71333 13.978 4.61326 14.078 4.61323 14.2023C4.61321 14.3266 4.71325 14.4266 4.91332 14.6267L5.53023 15.2436C5.53584 15.2492 5.54136 15.2549 5.54678 15.2607C8.18219 18.0688 12.5129 17.8467 15.2254 14.9539C17.9213 12.0789 17.9247 7.40117 15.2357 4.52157L15.096 4.38186Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.91291 15.7476C3.69494 15.5296 3.58595 15.4207 3.44851 15.4311C3.31107 15.4416 3.22442 15.5596 3.05113 15.7956C3.04458 15.8045 3.03805 15.8134 3.03155 15.8224C2.59435 16.4237 2.11355 17.2825 2.28591 18.1789C2.42768 18.9162 2.7731 19.4336 3.32064 19.8409C3.79278 20.1921 4.42451 20.4631 5.1145 20.7591L5.18191 20.788C9.51457 22.6478 14.7315 21.8114 18.2714 18.2742C21.8114 14.7369 22.6487 9.52331 20.7873 5.19329L20.7583 5.12595C20.4621 4.4365 20.1908 3.80513 19.8393 3.33327C19.4317 2.78605 18.9139 2.44109 18.1765 2.29951C17.3895 2.1484 16.7345 2.35357 16.1101 2.77341C16.1069 2.77553 16.1053 2.77659 16.0981 2.78209C15.9669 2.88234 15.9462 3.09582 16.0557 3.21944C16.0617 3.22622 16.0667 3.23127 16.0768 3.24138L16.3052 3.46977C16.311 3.47553 16.3166 3.48138 16.3222 3.48732C19.56 6.94321 19.5591 12.5252 16.3196 15.9799C13.0968 19.4169 7.76667 19.8077 4.46136 16.2961L3.91291 15.7476Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.096 4.38186C14.9036 4.18948 14.8074 4.09329 14.6861 4.09124C14.5648 4.0892 14.4662 4.18138 14.269 4.36573C13.8866 4.72317 13.5314 5.06539 13.2887 5.30791C13.0921 5.5009 12.8676 5.74175 12.7173 5.98764C12.6443 6.10726 12.5517 6.28656 12.5226 6.50152C12.4892 6.7482 12.5419 7.06159 12.7937 7.3062C13.2063 7.70701 13.2607 8.57737 12.7777 9.42175C12.5538 9.81318 12.2606 10.0971 11.9711 10.2361C11.7056 10.3635 11.4272 10.3816 11.1148 10.2259C10.8986 10.1182 10.6438 10.1212 10.4302 10.234C10.2166 10.3468 10.0704 10.5555 10.0374 10.7947C9.93887 11.3535 9.1701 11.2043 8.74058 11.0404C8.70156 11.0255 8.68206 11.0181 8.66571 11.0139C8.64937 11.0097 8.63419 11.0075 8.60382 11.0033C8.30376 10.9611 7.76254 10.9312 7.35565 11.3378L4.91348 13.778C4.71333 13.978 4.61326 14.078 4.61323 14.2023C4.61321 14.3266 4.71325 14.4266 4.91332 14.6267L5.53023 15.2436C5.53584 15.2492 5.54136 15.2549 5.54678 15.2607C8.18219 18.0688 12.5129 17.8467 15.2254 14.9539C17.9213 12.0789 17.9247 7.40117 15.2357 4.52157L15.096 4.38186Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.91291 15.7476C3.69494 15.5296 3.58595 15.4207 3.44851 15.4311C3.31107 15.4416 3.22442 15.5596 3.05113 15.7956C3.04458 15.8045 3.03805 15.8134 3.03155 15.8224C2.59435 16.4237 2.11355 17.2825 2.28591 18.1789C2.42768 18.9162 2.7731 19.4336 3.32064 19.8409C3.79278 20.1921 4.42451 20.4631 5.1145 20.7591L5.18191 20.788C9.51457 22.6478 14.7315 21.8114 18.2714 18.2742C21.8114 14.7369 22.6487 9.52331 20.7873 5.19329L20.7583 5.12595C20.4621 4.4365 20.1908 3.80513 19.8393 3.33327C19.4317 2.78605 18.9139 2.44109 18.1765 2.29951C17.3895 2.1484 16.7345 2.35357 16.1101 2.77341C16.1069 2.77553 16.1053 2.77659 16.0981 2.78209C15.9669 2.88234 15.9462 3.09582 16.0557 3.21944C16.0617 3.22622 16.0667 3.23127 16.0768 3.24138L16.3052 3.46977C16.311 3.47553 16.3166 3.48138 16.3222 3.48732C19.56 6.94321 19.5591 12.5252 16.3196 15.9799C13.0968 19.4169 7.76667 19.8077 4.46136 16.2961L3.91291 15.7476Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-foods-icons-yogurt{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.8617 1.94539C9.9829 1.53325 10.363 1.25 10.7949 1.25C12.4864 1.25 13.9889 1.74672 15.038 2.58255C15.89 3.26133 16.4841 4.21309 16.515 5.28399C17.2525 5.76141 17.8198 6.49928 18.1105 7.32081C18.3552 8.01205 18.4128 8.79095 18.1983 9.55002C18.9814 9.88616 19.6733 10.4741 20.1307 11.1729C20.8934 12.338 21.081 13.9386 19.9459 15.3794C19.6147 15.7997 19.0037 15.8735 18.581 15.5443C18.1583 15.2151 18.084 14.6075 18.4151 14.1872C18.9568 13.4996 18.8858 12.8154 18.5011 12.2276C18.1657 11.7153 17.6406 11.3616 17.1619 11.2334C16.6231 11.741 15.9365 12.0999 15.1735 12.2475C14.6464 12.3496 14.136 12.0075 14.0334 11.4834C13.9308 10.9594 14.2748 10.4519 14.8019 10.3498C15.3028 10.2529 15.7312 9.98305 16.0192 9.61742C16.4232 9.10447 16.471 8.51265 16.2763 7.96255C16.1874 7.71122 16.052 7.48247 15.8881 7.28941C15.5139 7.82959 14.9813 8.31849 14.3135 8.74305C13.8611 9.03065 13.2599 8.89918 12.9706 8.44939C12.6814 7.9996 12.8136 7.40183 13.266 7.11423C14.1293 6.56538 14.4545 6.02758 14.542 5.63463C14.6465 5.16558 14.467 4.60509 13.8221 4.09124C13.5527 3.87661 13.2131 3.68331 12.8127 3.53079C12.8338 3.68711 12.8405 3.84564 12.833 4.00547C12.7776 5.17598 12.1425 5.90546 11.3935 6.37743C10.8978 6.68981 10.2631 6.93494 9.73407 7.13925C9.56787 7.20344 9.4121 7.2636 9.27434 7.32055C8.6062 7.59678 8.15589 7.85896 7.88316 8.21848C7.71986 8.43375 7.57335 8.74857 7.55143 9.26019C8.29655 9.32166 9.04291 9.58524 9.68218 10.0825C10.1051 10.4114 10.1798 11.0189 9.84891 11.4394C9.51807 11.8599 8.90703 11.9342 8.48411 11.6052C8.01195 11.238 7.39912 11.1111 6.82212 11.2131C6.29594 11.306 5.70493 11.7442 5.39445 12.3657C5.10646 12.9422 5.09833 13.5879 5.57052 14.1872C5.90163 14.6075 5.82739 15.2151 5.40469 15.5443C4.98198 15.8735 4.37089 15.7997 4.03977 15.3794C3.03758 14.1073 3.08356 12.6456 3.65294 11.5057C4.06356 10.6837 4.76888 9.97876 5.60809 9.58782C5.57228 8.56101 5.82153 7.72556 6.33076 7.05429C6.93673 6.25549 7.81151 5.83153 8.52776 5.5354C8.77348 5.43382 8.99553 5.34794 9.19866 5.26938C9.66363 5.08956 10.0294 4.9481 10.3526 4.74443C10.7195 4.51323 10.8726 4.29493 10.8906 3.91467C10.8964 3.79283 10.8722 3.66761 10.797 3.53502C10.7198 3.39888 10.5684 3.22007 10.2711 3.03107C9.90728 2.79976 9.74051 2.35753 9.8617 1.94539Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.8769 17.9978L21.4812 16H22C22.5523 16 23 15.5523 23 15C23 14.4477 22.5523 14 22 14H2C1.44772 14 1 14.4477 1 15C1 15.5523 1.44772 16 2 16H2.51916L3.1235 17.9977C3.42303 18.9879 3.66653 19.7928 3.93878 20.4202C4.22279 21.0747 4.56725 21.6087 5.10955 22.0112C5.65184 22.4137 6.2627 22.5888 6.97137 22.6711C7.65068 22.75 8.49173 22.75 9.52616 22.75H14.4743C15.5088 22.75 16.3497 22.75 17.029 22.6711C17.7377 22.5888 18.3486 22.4137 18.8909 22.0112C19.4331 21.6087 19.7776 21.0747 20.0616 20.4202C20.3338 19.7929 20.5773 18.988 20.8768 17.998L20.8769 17.9978Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.8617 1.94539C9.9829 1.53325 10.363 1.25 10.7949 1.25C12.4864 1.25 13.9889 1.74672 15.038 2.58255C15.89 3.26133 16.4841 4.21309 16.515 5.28399C17.2525 5.76141 17.8198 6.49928 18.1105 7.32081C18.3552 8.01205 18.4128 8.79095 18.1983 9.55002C18.9814 9.88616 19.6733 10.4741 20.1307 11.1729C20.8934 12.338 21.081 13.9386 19.9459 15.3794C19.6147 15.7997 19.0037 15.8735 18.581 15.5443C18.1583 15.2151 18.084 14.6075 18.4151 14.1872C18.9568 13.4996 18.8858 12.8154 18.5011 12.2276C18.1657 11.7153 17.6406 11.3616 17.1619 11.2334C16.6231 11.741 15.9365 12.0999 15.1735 12.2475C14.6464 12.3496 14.136 12.0075 14.0334 11.4834C13.9308 10.9594 14.2748 10.4519 14.8019 10.3498C15.3028 10.2529 15.7312 9.98305 16.0192 9.61742C16.4232 9.10447 16.471 8.51265 16.2763 7.96255C16.1874 7.71122 16.052 7.48247 15.8881 7.28941C15.5139 7.82959 14.9813 8.31849 14.3135 8.74305C13.8611 9.03065 13.2599 8.89918 12.9706 8.44939C12.6814 7.9996 12.8136 7.40183 13.266 7.11423C14.1293 6.56538 14.4545 6.02758 14.542 5.63463C14.6465 5.16558 14.467 4.60509 13.8221 4.09124C13.5527 3.87661 13.2131 3.68331 12.8127 3.53079C12.8338 3.68711 12.8405 3.84564 12.833 4.00547C12.7776 5.17598 12.1425 5.90546 11.3935 6.37743C10.8978 6.68981 10.2631 6.93494 9.73407 7.13925C9.56787 7.20344 9.4121 7.2636 9.27434 7.32055C8.6062 7.59678 8.15589 7.85896 7.88316 8.21848C7.71986 8.43375 7.57335 8.74857 7.55143 9.26019C8.29655 9.32166 9.04291 9.58524 9.68218 10.0825C10.1051 10.4114 10.1798 11.0189 9.84891 11.4394C9.51807 11.8599 8.90703 11.9342 8.48411 11.6052C8.01195 11.238 7.39912 11.1111 6.82212 11.2131C6.29594 11.306 5.70493 11.7442 5.39445 12.3657C5.10646 12.9422 5.09833 13.5879 5.57052 14.1872C5.90163 14.6075 5.82739 15.2151 5.40469 15.5443C4.98198 15.8735 4.37089 15.7997 4.03977 15.3794C3.03758 14.1073 3.08356 12.6456 3.65294 11.5057C4.06356 10.6837 4.76888 9.97876 5.60809 9.58782C5.57228 8.56101 5.82153 7.72556 6.33076 7.05429C6.93673 6.25549 7.81151 5.83153 8.52776 5.5354C8.77348 5.43382 8.99553 5.34794 9.19866 5.26938C9.66363 5.08956 10.0294 4.9481 10.3526 4.74443C10.7195 4.51323 10.8726 4.29493 10.8906 3.91467C10.8964 3.79283 10.8722 3.66761 10.797 3.53502C10.7198 3.39888 10.5684 3.22007 10.2711 3.03107C9.90728 2.79976 9.74051 2.35753 9.8617 1.94539Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.8769 17.9978L21.4812 16H22C22.5523 16 23 15.5523 23 15C23 14.4477 22.5523 14 22 14H2C1.44772 14 1 14.4477 1 15C1 15.5523 1.44772 16 2 16H2.51916L3.1235 17.9977C3.42303 18.9879 3.66653 19.7928 3.93878 20.4202C4.22279 21.0747 4.56725 21.6087 5.10955 22.0112C5.65184 22.4137 6.2627 22.5888 6.97137 22.6711C7.65068 22.75 8.49173 22.75 9.52616 22.75H14.4743C15.5088 22.75 16.3497 22.75 17.029 22.6711C17.7377 22.5888 18.3486 22.4137 18.8909 22.0112C19.4331 21.6087 19.7776 21.0747 20.0616 20.4202C20.3338 19.7929 20.5773 18.988 20.8768 17.998L20.8769 17.9978Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-baby-bed-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 6C8.55229 6 9 6.44772 9 7L9 15C9 15.5523 8.55228 16 8 16C7.44772 16 7 15.5523 7 15L7 7C7 6.44772 7.44772 6 8 6ZM12 6C12.5523 6 13 6.44772 13 7L13 15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15L11 7C11 6.44772 11.4477 6 12 6ZM16 6C16.5523 6 17 6.44772 17 7L17 15C17 15.5523 16.5523 16 16 16C15.4477 16 15 15.5523 15 15L15 7C15 6.44772 15.4477 6 16 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 4C1 3.44772 1.44772 3 2 3C3.65685 3 5 4.34315 5 6V20C5 20.5523 4.55228 21 4 21C3.44772 21 3 20.5523 3 20V6C3 5.44772 2.55228 5 2 5C1.44772 5 1 4.55228 1 4ZM19 6C19 4.34315 20.3431 3 22 3C22.5523 3 23 3.44772 23 4C23 4.55228 22.5523 5 22 5C21.4477 5 21 5.44772 21 6V20C21 20.5523 20.5523 21 20 21C19.4477 21 19 20.5523 19 20V6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 7C3 6.44772 3.44772 6 4 6H20C20.5523 6 21 6.44772 21 7C21 7.55228 20.5523 8 20 8H4C3.44772 8 3 7.55228 3 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3 15C3 14.4477 3.44772 14 4 14H20C20.5523 14 21 14.4477 21 15V18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18V15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 6C8.55229 6 9 6.44772 9 7L9 15C9 15.5523 8.55228 16 8 16C7.44772 16 7 15.5523 7 15L7 7C7 6.44772 7.44772 6 8 6ZM12 6C12.5523 6 13 6.44772 13 7L13 15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15L11 7C11 6.44772 11.4477 6 12 6ZM16 6C16.5523 6 17 6.44772 17 7L17 15C17 15.5523 16.5523 16 16 16C15.4477 16 15 15.5523 15 15L15 7C15 6.44772 15.4477 6 16 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 4C1 3.44772 1.44772 3 2 3C3.65685 3 5 4.34315 5 6V20C5 20.5523 4.55228 21 4 21C3.44772 21 3 20.5523 3 20V6C3 5.44772 2.55228 5 2 5C1.44772 5 1 4.55228 1 4ZM19 6C19 4.34315 20.3431 3 22 3C22.5523 3 23 3.44772 23 4C23 4.55228 22.5523 5 22 5C21.4477 5 21 5.44772 21 6V20C21 20.5523 20.5523 21 20 21C19.4477 21 19 20.5523 19 20V6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 7C3 6.44772 3.44772 6 4 6H20C20.5523 6 21 6.44772 21 7C21 7.55228 20.5523 8 20 8H4C3.44772 8 3 7.55228 3 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3 15C3 14.4477 3.44772 14 4 14H20C20.5523 14 21 14.4477 21 15V18C21 18.5523 20.5523 19 20 19H4C3.44772 19 3 18.5523 3 18V15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-baby-bed-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 6C8.55229 6 9 6.44772 9 7L9 15C9 15.5523 8.55228 16 8 16C7.44772 16 7 15.5523 7 15L7 7C7 6.44772 7.44772 6 8 6ZM12 6C12.5523 6 13 6.44772 13 7L13 15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15L11 7C11 6.44772 11.4477 6 12 6ZM16 6C16.5523 6 17 6.44772 17 7L17 15C17 15.5523 16.5523 16 16 16C15.4477 16 15 15.5523 15 15L15 7C15 6.44772 15.4477 6 16 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9999 19C15.6408 19 18.9388 17.9236 21.4261 16.181C21.8785 15.8641 22.502 15.9739 22.8189 16.4262C23.1358 16.8785 23.026 17.5021 22.5737 17.819C19.7309 19.8106 16.0273 21 11.9999 21C7.9725 21 4.26895 19.8106 1.42613 17.819C0.973808 17.5021 0.864014 16.8785 1.1809 16.4262C1.49779 15.9739 2.12137 15.8641 2.57369 16.181C5.06104 17.9236 8.35905 19 11.9999 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 4C1 3.44772 1.44772 3 2 3C3.65685 3 5 4.34315 5 6V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6C3 5.44772 2.55228 5 2 5C1.44772 5 1 4.55228 1 4ZM19 6C19 4.34315 20.3431 3 22 3C22.5523 3 23 3.44772 23 4C23 4.55228 22.5523 5 22 5C21.4477 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19C19.4477 19 19 18.5523 19 18V6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 7C3 6.44772 3.44772 6 4 6H20C20.5523 6 21 6.44772 21 7C21 7.55228 20.5523 8 20 8H4C3.44772 8 3 7.55228 3 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 15C3 14.4477 3.44772 14 4 14H20C20.5523 14 21 14.4477 21 15C21 15.5523 20.5523 16 20 16H4C3.44772 16 3 15.5523 3 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 6C8.55229 6 9 6.44772 9 7L9 15C9 15.5523 8.55228 16 8 16C7.44772 16 7 15.5523 7 15L7 7C7 6.44772 7.44772 6 8 6ZM12 6C12.5523 6 13 6.44772 13 7L13 15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15L11 7C11 6.44772 11.4477 6 12 6ZM16 6C16.5523 6 17 6.44772 17 7L17 15C17 15.5523 16.5523 16 16 16C15.4477 16 15 15.5523 15 15L15 7C15 6.44772 15.4477 6 16 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9999 19C15.6408 19 18.9388 17.9236 21.4261 16.181C21.8785 15.8641 22.502 15.9739 22.8189 16.4262C23.1358 16.8785 23.026 17.5021 22.5737 17.819C19.7309 19.8106 16.0273 21 11.9999 21C7.9725 21 4.26895 19.8106 1.42613 17.819C0.973808 17.5021 0.864014 16.8785 1.1809 16.4262C1.49779 15.9739 2.12137 15.8641 2.57369 16.181C5.06104 17.9236 8.35905 19 11.9999 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 4C1 3.44772 1.44772 3 2 3C3.65685 3 5 4.34315 5 6V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6C3 5.44772 2.55228 5 2 5C1.44772 5 1 4.55228 1 4ZM19 6C19 4.34315 20.3431 3 22 3C22.5523 3 23 3.44772 23 4C23 4.55228 22.5523 5 22 5C21.4477 5 21 5.44772 21 6V18C21 18.5523 20.5523 19 20 19C19.4477 19 19 18.5523 19 18V6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 7C3 6.44772 3.44772 6 4 6H20C20.5523 6 21 6.44772 21 7C21 7.55228 20.5523 8 20 8H4C3.44772 8 3 7.55228 3 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 15C3 14.4477 3.44772 14 4 14H20C20.5523 14 21 14.4477 21 15C21 15.5523 20.5523 16 20 16H4C3.44772 16 3 15.5523 3 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-bathtub-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.70711 19.7929C7.09763 20.1834 7.09763 20.8166 6.70711 21.2071L5.70711 22.2071C5.31658 22.5976 4.68342 22.5976 4.29289 22.2071C3.90237 21.8166 3.90237 21.1834 4.29289 20.7929L5.29289 19.7929C5.68342 19.4024 6.31658 19.4024 6.70711 19.7929ZM17.2929 19.7929C17.6834 19.4024 18.3166 19.4024 18.7071 19.7929L19.7071 20.7929C20.0976 21.1834 20.0976 21.8166 19.7071 22.2071C19.3166 22.5976 18.6834 22.5976 18.2929 22.2071L17.2929 21.2071C16.9024 20.8166 16.9024 20.1834 17.2929 19.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 13.5H2.25V13.5557C2.24998 15.1583 2.24997 16.4373 2.38483 17.4404C2.52415 18.4767 2.81966 19.3301 3.4948 20.0052C4.16994 20.6803 5.02335 20.9758 6.05961 21.1152C7.0627 21.25 8.34166 21.25 9.94426 21.25H14.0557C15.6583 21.25 16.9373 21.25 17.9404 21.1152C18.9767 20.9758 19.8301 20.6803 20.5052 20.0052C21.1803 19.3301 21.4758 18.4767 21.6152 17.4404C21.75 16.4373 21.75 15.1583 21.75 13.5557V13.5H22C22.5523 13.5 23 13.0523 23 12.5C23 11.9477 22.5523 11.5 22 11.5H2C1.44772 11.5 1 11.9477 1 12.5C1 13.0523 1.44772 13.5 2 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5234 4.5C5.68205 4.5 5 5.18205 5 6.0234V12.5C5 13.0523 4.55228 13.5 4 13.5C3.44772 13.5 3 13.0523 3 12.5V6.0234C3 4.07748 4.57748 2.5 6.5234 2.5C7.72016 2.5 8.80751 3.1037 9.44933 4.05991L9.87531 3.71913C10.3066 3.37412 10.9359 3.44404 11.2809 3.8753C11.6259 4.30657 11.556 4.93586 11.1247 5.28087L8.62469 7.28087C8.19343 7.62588 7.56414 7.55596 7.21913 7.12469C6.87412 6.69343 6.94404 6.06414 7.37531 5.71913L7.87464 5.31967C7.61619 4.82307 7.09907 4.5 6.5234 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.70711 19.7929C7.09763 20.1834 7.09763 20.8166 6.70711 21.2071L5.70711 22.2071C5.31658 22.5976 4.68342 22.5976 4.29289 22.2071C3.90237 21.8166 3.90237 21.1834 4.29289 20.7929L5.29289 19.7929C5.68342 19.4024 6.31658 19.4024 6.70711 19.7929ZM17.2929 19.7929C17.6834 19.4024 18.3166 19.4024 18.7071 19.7929L19.7071 20.7929C20.0976 21.1834 20.0976 21.8166 19.7071 22.2071C19.3166 22.5976 18.6834 22.5976 18.2929 22.2071L17.2929 21.2071C16.9024 20.8166 16.9024 20.1834 17.2929 19.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 13.5H2.25V13.5557C2.24998 15.1583 2.24997 16.4373 2.38483 17.4404C2.52415 18.4767 2.81966 19.3301 3.4948 20.0052C4.16994 20.6803 5.02335 20.9758 6.05961 21.1152C7.0627 21.25 8.34166 21.25 9.94426 21.25H14.0557C15.6583 21.25 16.9373 21.25 17.9404 21.1152C18.9767 20.9758 19.8301 20.6803 20.5052 20.0052C21.1803 19.3301 21.4758 18.4767 21.6152 17.4404C21.75 16.4373 21.75 15.1583 21.75 13.5557V13.5H22C22.5523 13.5 23 13.0523 23 12.5C23 11.9477 22.5523 11.5 22 11.5H2C1.44772 11.5 1 11.9477 1 12.5C1 13.0523 1.44772 13.5 2 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5234 4.5C5.68205 4.5 5 5.18205 5 6.0234V12.5C5 13.0523 4.55228 13.5 4 13.5C3.44772 13.5 3 13.0523 3 12.5V6.0234C3 4.07748 4.57748 2.5 6.5234 2.5C7.72016 2.5 8.80751 3.1037 9.44933 4.05991L9.87531 3.71913C10.3066 3.37412 10.9359 3.44404 11.2809 3.8753C11.6259 4.30657 11.556 4.93586 11.1247 5.28087L8.62469 7.28087C8.19343 7.62588 7.56414 7.55596 7.21913 7.12469C6.87412 6.69343 6.94404 6.06414 7.37531 5.71913L7.87464 5.31967C7.61619 4.82307 7.09907 4.5 6.5234 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-bathtub-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.25 11.0564V10H2C1.44772 10 1 9.55229 1 9C1 8.44771 1.44772 8 2 8H9C9.86548 8 10.7076 8.28071 11.4 8.8L13.8 10.6C14.1462 10.8596 14.5673 11 15 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H21.7487C21.7447 13.9305 21.7284 14.7085 21.6619 15.3621C21.5716 16.2497 21.3826 16.9907 20.9495 17.639C20.6029 18.1576 20.1576 18.6029 19.639 18.9495C18.9907 19.3826 18.2497 19.5716 17.3621 19.6619C16.4957 19.75 15.4108 19.75 14.0416 19.75H10.9436C9.10583 19.75 7.65019 19.75 6.51098 19.5969C5.33856 19.4392 4.38961 19.1071 3.64124 18.3588C2.89288 17.6104 2.56076 16.6614 2.40314 15.489C2.24997 14.3498 2.24998 12.8942 2.25 11.0564Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 18C17.4477 18 17 18.4477 17 19V21C17 21.5523 17.4477 22 18 22C18.5523 22 19 21.5523 19 21V19C19 18.4477 18.5523 18 18 18ZM6 18C5.44771 18 5 18.4477 5 19V21C5 21.5523 5.44771 22 6 22C6.55229 22 7 21.5523 7 21V19C7 18.4477 6.55229 18 6 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 4.5C9 3.11929 7.88071 2 6.5 2C5.11929 2 4 3.11929 4 4.5V9C4 9.55228 4.44772 10 5 10C5.55228 10 6 9.55228 6 9V4.5C6 4.22386 6.22386 4 6.5 4C6.77614 4 7 4.22386 7 4.5V5C7 5.55228 7.44772 6 8 6C8.55228 6 9 5.55228 9 5V4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.25 11.0564V10H2C1.44772 10 1 9.55229 1 9C1 8.44771 1.44772 8 2 8H9C9.86548 8 10.7076 8.28071 11.4 8.8L13.8 10.6C14.1462 10.8596 14.5673 11 15 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H21.7487C21.7447 13.9305 21.7284 14.7085 21.6619 15.3621C21.5716 16.2497 21.3826 16.9907 20.9495 17.639C20.6029 18.1576 20.1576 18.6029 19.639 18.9495C18.9907 19.3826 18.2497 19.5716 17.3621 19.6619C16.4957 19.75 15.4108 19.75 14.0416 19.75H10.9436C9.10583 19.75 7.65019 19.75 6.51098 19.5969C5.33856 19.4392 4.38961 19.1071 3.64124 18.3588C2.89288 17.6104 2.56076 16.6614 2.40314 15.489C2.24997 14.3498 2.24998 12.8942 2.25 11.0564Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 18C17.4477 18 17 18.4477 17 19V21C17 21.5523 17.4477 22 18 22C18.5523 22 19 21.5523 19 21V19C19 18.4477 18.5523 18 18 18ZM6 18C5.44771 18 5 18.4477 5 19V21C5 21.5523 5.44771 22 6 22C6.55229 22 7 21.5523 7 21V19C7 18.4477 6.55229 18 6 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 4.5C9 3.11929 7.88071 2 6.5 2C5.11929 2 4 3.11929 4 4.5V9C4 9.55228 4.44772 10 5 10C5.55228 10 6 9.55228 6 9V4.5C6 4.22386 6.22386 4 6.5 4C6.77614 4 7 4.22386 7 4.5V5C7 5.55228 7.44772 6 8 6C8.55228 6 9 5.55228 9 5V4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-bed-bunk{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 13C5.8956 13 5.32433 13.1287 4.81768 13.3575C4.48573 13.5075 4.31975 13.5824 4.15988 13.8301C4 14.0777 4 14.3244 4 14.8179V16H9V14.8179C9 14.3244 9 14.0777 8.84013 13.8301C8.68025 13.5824 8.51427 13.5075 8.18232 13.3575C7.67567 13.1287 7.1044 13 6.5 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 2C17.5523 2 18 2.44772 18 3V6H21V3C21 2.44772 21.4477 2 22 2C22.5523 2 23 2.44772 23 3L23 21C23 21.5523 22.5523 22 22 22C21.4477 22 21 21.5523 21 21L21 20H18V21C18 21.5523 17.5523 22 17 22C16.4477 22 16 21.5523 16 21V3C16 2.44772 16.4477 2 17 2ZM18 18H21V8H18V18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 7C1.25 6.58579 1.58579 6.25 2 6.25H17C17.4142 6.25 17.75 6.58579 17.75 7V10C17.75 10.4142 17.4142 10.75 17 10.75H2C1.58579 10.75 1.25 10.4142 1.25 10V7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.5 4C5.8956 4 5.32433 4.1287 4.81768 4.35753C4.48573 4.50746 4.31975 4.58242 4.15988 4.83005C4 5.07769 4 5.32443 4 5.8179V7H9V5.8179C9 5.32443 9 5.07769 8.84013 4.83005C8.68025 4.58242 8.51427 4.50746 8.18232 4.35753C7.67567 4.1287 7.1044 4 6.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 16C1.25 15.5858 1.58579 15.25 2 15.25H17C17.4142 15.25 17.75 15.5858 17.75 16V19C17.75 19.4142 17.4142 19.75 17 19.75H2C1.58579 19.75 1.25 19.4142 1.25 19V16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 2C2.55228 2 3 2.44772 3 3L3 21C3 21.5523 2.55228 22 2 22C1.44771 22 0.999999 21.5523 0.999999 21L1 3C1 2.44772 1.44772 2 2 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 11C16 10.4477 16.4477 10 17 10L22 10C22.5523 10 23 10.4477 23 11C23 11.5523 22.5523 12 22 12L17 12C16.4477 12 16 11.5523 16 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 14C16 13.4477 16.4477 13 17 13L22 13C22.5523 13 23 13.4477 23 14C23 14.5523 22.5523 15 22 15L17 15C16.4477 15 16 14.5523 16 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 13C5.8956 13 5.32433 13.1287 4.81768 13.3575C4.48573 13.5075 4.31975 13.5824 4.15988 13.8301C4 14.0777 4 14.3244 4 14.8179V16H9V14.8179C9 14.3244 9 14.0777 8.84013 13.8301C8.68025 13.5824 8.51427 13.5075 8.18232 13.3575C7.67567 13.1287 7.1044 13 6.5 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 2C17.5523 2 18 2.44772 18 3V6H21V3C21 2.44772 21.4477 2 22 2C22.5523 2 23 2.44772 23 3L23 21C23 21.5523 22.5523 22 22 22C21.4477 22 21 21.5523 21 21L21 20H18V21C18 21.5523 17.5523 22 17 22C16.4477 22 16 21.5523 16 21V3C16 2.44772 16.4477 2 17 2ZM18 18H21V8H18V18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 7C1.25 6.58579 1.58579 6.25 2 6.25H17C17.4142 6.25 17.75 6.58579 17.75 7V10C17.75 10.4142 17.4142 10.75 17 10.75H2C1.58579 10.75 1.25 10.4142 1.25 10V7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.5 4C5.8956 4 5.32433 4.1287 4.81768 4.35753C4.48573 4.50746 4.31975 4.58242 4.15988 4.83005C4 5.07769 4 5.32443 4 5.8179V7H9V5.8179C9 5.32443 9 5.07769 8.84013 4.83005C8.68025 4.58242 8.51427 4.50746 8.18232 4.35753C7.67567 4.1287 7.1044 4 6.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 16C1.25 15.5858 1.58579 15.25 2 15.25H17C17.4142 15.25 17.75 15.5858 17.75 16V19C17.75 19.4142 17.4142 19.75 17 19.75H2C1.58579 19.75 1.25 19.4142 1.25 19V16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 2C2.55228 2 3 2.44772 3 3L3 21C3 21.5523 2.55228 22 2 22C1.44771 22 0.999999 21.5523 0.999999 21L1 3C1 2.44772 1.44772 2 2 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 11C16 10.4477 16.4477 10 17 10L22 10C22.5523 10 23 10.4477 23 11C23 11.5523 22.5523 12 22 12L17 12C16.4477 12 16 11.5523 16 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 14C16 13.4477 16.4477 13 17 13L22 13C22.5523 13 23 13.4477 23 14C23 14.5523 22.5523 15 22 15L17 15C16.4477 15 16 14.5523 16 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-bed-double{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 17.4932V20.749C22.75 21.3013 22.3023 21.749 21.75 21.749C21.1977 21.749 20.75 21.3013 20.75 20.749V18.2432L3.25 18.2432L3.25 20.749C3.25 21.3013 2.80229 21.749 2.25 21.749C1.69772 21.749 1.25 21.3013 1.25 20.749L1.25 17.2422C1.25 17.2414 1.25 17.2406 1.25 17.2398L1.25 15.948V15.948V15.9479C1.24997 15.0495 1.24995 14.3003 1.32991 13.7055C1.41432 13.0777 1.59999 12.5109 2.05546 12.0554C2.51093 11.6 3.07773 11.4143 3.70552 11.3299C4.3003 11.2499 5.04951 11.25 5.94797 11.25H5.948L18.052 11.25H18.052C18.9505 11.25 19.6997 11.2499 20.2945 11.3299C20.9223 11.4143 21.4891 11.6 21.9445 12.0554C22.4 12.5109 22.5857 13.0777 22.6701 13.7055C22.7501 14.3003 22.75 15.0495 22.75 15.948V17.2422V17.4932Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.15909C9.35272 4.15909 6.91011 4.87401 4.91309 6.08126C4.62971 6.25257 4.48172 6.34352 4.37606 6.42411C4.29454 6.48628 4.2719 6.51766 4.25313 6.54889C4.25287 6.54934 4.25259 6.5498 4.25229 6.55028C4.24506 6.56216 4.22976 6.5873 4.21777 6.6918C4.20184 6.8306 4.20045 7.01659 4.20045 7.36691V11.7955C4.20045 12.3226 3.76395 12.75 3.22551 12.75C2.68706 12.75 2.25056 12.3226 2.25056 11.7955V7.36691C2.25056 7.32711 2.25042 7.28702 2.25028 7.24667C2.24842 6.70826 2.24639 6.12359 2.57252 5.58084C2.88547 5.06003 3.35046 4.78051 3.79845 4.51121C3.82862 4.49307 3.85871 4.47498 3.88868 4.45687C6.19615 3.06193 8.99392 2.25 12 2.25C15.0061 2.25 17.8039 3.06193 20.1113 4.45687C20.1413 4.47498 20.1714 4.49307 20.2016 4.51121C20.6495 4.78051 21.1145 5.06003 21.4275 5.58084C21.7536 6.12359 21.7516 6.70827 21.7497 7.24667C21.7496 7.28702 21.7494 7.32711 21.7494 7.36691V11.7955C21.7494 12.3226 21.3129 12.75 20.7745 12.75C20.236 12.75 19.7995 12.3226 19.7995 11.7955V7.36691C19.7995 7.01659 19.7982 6.8306 19.7822 6.6918C19.7702 6.5873 19.7549 6.56216 19.7477 6.55027L19.7469 6.54889C19.7281 6.51766 19.7055 6.48628 19.6239 6.42411C19.5183 6.34352 19.3703 6.25257 19.0869 6.08126C17.0899 4.87401 14.6473 4.15909 12 4.15909Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.00846 8.88779C6.69241 8.53761 7.551 8.25 8.5 8.25C9.449 8.25 10.3076 8.53762 10.9915 8.88779C11.1861 8.9874 11.4418 9.14672 11.6005 9.45247C11.7426 9.72642 11.75 10.0177 11.75 10.2134V12.75H5.25V10.2134C5.25 10.0177 5.25737 9.72642 5.39951 9.45247C5.55816 9.14672 5.81389 8.9874 6.00846 8.88779Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0085 8.88779C13.6924 8.53761 14.551 8.25 15.5 8.25C16.449 8.25 17.3076 8.53762 17.9915 8.88779C18.1861 8.9874 18.4418 9.14672 18.6005 9.45247C18.7426 9.72642 18.75 10.0177 18.75 10.2134V12.75H12.25V10.2134C12.25 10.0177 12.2574 9.72642 12.3995 9.45247C12.5582 9.14672 12.8139 8.9874 13.0085 8.88779Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 17.4932V20.749C22.75 21.3013 22.3023 21.749 21.75 21.749C21.1977 21.749 20.75 21.3013 20.75 20.749V18.2432L3.25 18.2432L3.25 20.749C3.25 21.3013 2.80229 21.749 2.25 21.749C1.69772 21.749 1.25 21.3013 1.25 20.749L1.25 17.2422C1.25 17.2414 1.25 17.2406 1.25 17.2398L1.25 15.948V15.948V15.9479C1.24997 15.0495 1.24995 14.3003 1.32991 13.7055C1.41432 13.0777 1.59999 12.5109 2.05546 12.0554C2.51093 11.6 3.07773 11.4143 3.70552 11.3299C4.3003 11.2499 5.04951 11.25 5.94797 11.25H5.948L18.052 11.25H18.052C18.9505 11.25 19.6997 11.2499 20.2945 11.3299C20.9223 11.4143 21.4891 11.6 21.9445 12.0554C22.4 12.5109 22.5857 13.0777 22.6701 13.7055C22.7501 14.3003 22.75 15.0495 22.75 15.948V17.2422V17.4932Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.15909C9.35272 4.15909 6.91011 4.87401 4.91309 6.08126C4.62971 6.25257 4.48172 6.34352 4.37606 6.42411C4.29454 6.48628 4.2719 6.51766 4.25313 6.54889C4.25287 6.54934 4.25259 6.5498 4.25229 6.55028C4.24506 6.56216 4.22976 6.5873 4.21777 6.6918C4.20184 6.8306 4.20045 7.01659 4.20045 7.36691V11.7955C4.20045 12.3226 3.76395 12.75 3.22551 12.75C2.68706 12.75 2.25056 12.3226 2.25056 11.7955V7.36691C2.25056 7.32711 2.25042 7.28702 2.25028 7.24667C2.24842 6.70826 2.24639 6.12359 2.57252 5.58084C2.88547 5.06003 3.35046 4.78051 3.79845 4.51121C3.82862 4.49307 3.85871 4.47498 3.88868 4.45687C6.19615 3.06193 8.99392 2.25 12 2.25C15.0061 2.25 17.8039 3.06193 20.1113 4.45687C20.1413 4.47498 20.1714 4.49307 20.2016 4.51121C20.6495 4.78051 21.1145 5.06003 21.4275 5.58084C21.7536 6.12359 21.7516 6.70827 21.7497 7.24667C21.7496 7.28702 21.7494 7.32711 21.7494 7.36691V11.7955C21.7494 12.3226 21.3129 12.75 20.7745 12.75C20.236 12.75 19.7995 12.3226 19.7995 11.7955V7.36691C19.7995 7.01659 19.7982 6.8306 19.7822 6.6918C19.7702 6.5873 19.7549 6.56216 19.7477 6.55027L19.7469 6.54889C19.7281 6.51766 19.7055 6.48628 19.6239 6.42411C19.5183 6.34352 19.3703 6.25257 19.0869 6.08126C17.0899 4.87401 14.6473 4.15909 12 4.15909Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.00846 8.88779C6.69241 8.53761 7.551 8.25 8.5 8.25C9.449 8.25 10.3076 8.53762 10.9915 8.88779C11.1861 8.9874 11.4418 9.14672 11.6005 9.45247C11.7426 9.72642 11.75 10.0177 11.75 10.2134V12.75H5.25V10.2134C5.25 10.0177 5.25737 9.72642 5.39951 9.45247C5.55816 9.14672 5.81389 8.9874 6.00846 8.88779Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0085 8.88779C13.6924 8.53761 14.551 8.25 15.5 8.25C16.449 8.25 17.3076 8.53762 17.9915 8.88779C18.1861 8.9874 18.4418 9.14672 18.6005 9.45247C18.7426 9.72642 18.75 10.0177 18.75 10.2134V12.75H12.25V10.2134C12.25 10.0177 12.2574 9.72642 12.3995 9.45247C12.5582 9.14672 12.8139 8.9874 13.0085 8.88779Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-bed-single-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 17.2168C1.25 17.2175 1.25 17.2181 1.25 17.2188L1.25 20.75C1.25 21.3023 1.69772 21.75 2.25 21.75C2.80228 21.75 3.25 21.3023 3.25 20.75L3.25 18.25L20.75 18.25V20.75C20.75 21.3023 21.1977 21.75 21.75 21.75C22.3023 21.75 22.75 21.3023 22.75 20.75V17.5017C22.75 17.5011 22.75 17.5006 22.75 17.5L22.75 17.2188L22.75 15.948C22.75 15.0495 22.7501 14.3003 22.6701 13.7055C22.5857 13.0777 22.4 12.5109 21.9445 12.0555C21.4891 11.6 20.9223 11.4143 20.2945 11.3299C19.6997 11.2499 18.9505 11.25 18.052 11.25H18.052L5.948 11.25H5.94797C5.04951 11.25 4.3003 11.2499 3.70552 11.3299C3.07773 11.4143 2.51093 11.6 2.05546 12.0555C1.59999 12.5109 1.41432 13.0777 1.32991 13.7055C1.24995 14.3003 1.24997 15.0495 1.25 15.948V15.948L1.25 17.2168Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 4.15909C9.69861 4.15909 7.56873 4.8597 5.81906 6.05303C5.56645 6.22532 5.44085 6.31261 5.35212 6.38896C5.28747 6.4446 5.26852 6.47271 5.25014 6.50721C5.24037 6.52557 5.22302 6.5594 5.21074 6.68008C5.1959 6.826 5.1948 7.01879 5.1948 7.36691V11.7955C5.1948 12.3226 4.75954 12.75 4.22263 12.75C3.68571 12.75 3.25046 12.3226 3.25046 11.7955V7.36691L3.25023 7.24762C3.24868 6.70772 3.24708 6.14841 3.52718 5.62252C3.80645 5.09818 4.22987 4.81086 4.63244 4.53769L4.70982 4.4851C6.77548 3.07624 9.29047 2.25 12 2.25C14.7095 2.25 17.2245 3.07624 19.2902 4.4851L19.3676 4.53769C19.7701 4.81086 20.1936 5.09818 20.4728 5.62252C20.7529 6.14841 20.7513 6.70771 20.7498 7.24762L20.7495 7.36691V11.7955C20.7495 12.3226 20.3143 12.75 19.7774 12.75C19.2405 12.75 18.8052 12.3226 18.8052 11.7955V7.36691C18.8052 7.01879 18.8041 6.826 18.7893 6.68008C18.777 6.5594 18.7596 6.52557 18.7499 6.50721C18.7315 6.47271 18.7125 6.4446 18.6479 6.38896C18.5591 6.31261 18.4336 6.22532 18.1809 6.05303C16.4313 4.8597 14.3014 4.15909 12 4.15909Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.26608 9.05066C9.31115 8.60479 10.5974 8.25 12 8.25C13.4026 8.25 14.6888 8.60479 15.7339 9.05066C15.9989 9.16371 16.3231 9.33148 16.5323 9.66743C16.7346 9.9924 16.75 10.3519 16.75 10.6178V12.75H7.25V10.6178C7.25 10.3519 7.26537 9.9924 7.4677 9.66743C7.67688 9.33148 8.00111 9.16371 8.26608 9.05066Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 17.2168C1.25 17.2175 1.25 17.2181 1.25 17.2188L1.25 20.75C1.25 21.3023 1.69772 21.75 2.25 21.75C2.80228 21.75 3.25 21.3023 3.25 20.75L3.25 18.25L20.75 18.25V20.75C20.75 21.3023 21.1977 21.75 21.75 21.75C22.3023 21.75 22.75 21.3023 22.75 20.75V17.5017C22.75 17.5011 22.75 17.5006 22.75 17.5L22.75 17.2188L22.75 15.948C22.75 15.0495 22.7501 14.3003 22.6701 13.7055C22.5857 13.0777 22.4 12.5109 21.9445 12.0555C21.4891 11.6 20.9223 11.4143 20.2945 11.3299C19.6997 11.2499 18.9505 11.25 18.052 11.25H18.052L5.948 11.25H5.94797C5.04951 11.25 4.3003 11.2499 3.70552 11.3299C3.07773 11.4143 2.51093 11.6 2.05546 12.0555C1.59999 12.5109 1.41432 13.0777 1.32991 13.7055C1.24995 14.3003 1.24997 15.0495 1.25 15.948V15.948L1.25 17.2168Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 4.15909C9.69861 4.15909 7.56873 4.8597 5.81906 6.05303C5.56645 6.22532 5.44085 6.31261 5.35212 6.38896C5.28747 6.4446 5.26852 6.47271 5.25014 6.50721C5.24037 6.52557 5.22302 6.5594 5.21074 6.68008C5.1959 6.826 5.1948 7.01879 5.1948 7.36691V11.7955C5.1948 12.3226 4.75954 12.75 4.22263 12.75C3.68571 12.75 3.25046 12.3226 3.25046 11.7955V7.36691L3.25023 7.24762C3.24868 6.70772 3.24708 6.14841 3.52718 5.62252C3.80645 5.09818 4.22987 4.81086 4.63244 4.53769L4.70982 4.4851C6.77548 3.07624 9.29047 2.25 12 2.25C14.7095 2.25 17.2245 3.07624 19.2902 4.4851L19.3676 4.53769C19.7701 4.81086 20.1936 5.09818 20.4728 5.62252C20.7529 6.14841 20.7513 6.70771 20.7498 7.24762L20.7495 7.36691V11.7955C20.7495 12.3226 20.3143 12.75 19.7774 12.75C19.2405 12.75 18.8052 12.3226 18.8052 11.7955V7.36691C18.8052 7.01879 18.8041 6.826 18.7893 6.68008C18.777 6.5594 18.7596 6.52557 18.7499 6.50721C18.7315 6.47271 18.7125 6.4446 18.6479 6.38896C18.5591 6.31261 18.4336 6.22532 18.1809 6.05303C16.4313 4.8597 14.3014 4.15909 12 4.15909Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.26608 9.05066C9.31115 8.60479 10.5974 8.25 12 8.25C13.4026 8.25 14.6888 8.60479 15.7339 9.05066C15.9989 9.16371 16.3231 9.33148 16.5323 9.66743C16.7346 9.9924 16.75 10.3519 16.75 10.6178V12.75H7.25V10.6178C7.25 10.3519 7.26537 9.9924 7.4677 9.66743C7.67688 9.33148 8.00111 9.16371 8.26608 9.05066Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-bed-single-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 17.2168C1.25 17.2175 1.25 17.2181 1.25 17.2188L1.25 20.75C1.25 21.3023 1.69772 21.75 2.25 21.75C2.80228 21.75 3.25 21.3023 3.25 20.75L3.25 18.25L20.75 18.25V20.75C20.75 21.3023 21.1977 21.75 21.75 21.75C22.3023 21.75 22.75 21.3023 22.75 20.75V17.5017C22.75 17.5011 22.75 17.5006 22.75 17.5L22.75 17.2188L22.75 15.948C22.75 15.0495 22.7501 14.3003 22.6701 13.7055C22.5857 13.0777 22.4 12.5109 21.9445 12.0555C21.4891 11.6 20.9223 11.4143 20.2945 11.3299C19.6997 11.2499 18.9505 11.25 18.052 11.25H18.052L5.948 11.25H5.94797C5.04951 11.25 4.3003 11.2499 3.70552 11.3299C3.07773 11.4143 2.51093 11.6 2.05546 12.0555C1.59999 12.5109 1.41432 13.0777 1.32991 13.7055C1.24995 14.3003 1.24997 15.0495 1.25 15.948V15.948L1.25 17.2168Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 4.15909C10.5647 4.15909 8.97953 4.95127 8.24437 6.04511L8.23063 6.06556L8.23062 6.06556C8.14569 6.19199 8.0558 6.3258 7.97196 6.43298C7.88792 6.54043 7.73412 6.72396 7.49291 6.85127C7.14402 7.03539 6.77923 7.04341 6.59091 7.04157C6.48799 7.04056 6.388 7.03461 6.31653 7.03036L6.30785 7.02985C6.22456 7.02491 6.18189 7.02273 6.15 7.02273C5.43301 7.02273 4.99335 7.02475 4.67516 7.06664C4.39548 7.10345 4.34879 7.15581 4.34325 7.16202L4.34228 7.16297C4.33594 7.16839 4.28246 7.21411 4.24486 7.48792C4.20208 7.79943 4.20001 8.22987 4.20001 8.93182V11.7955C4.20001 12.3226 3.76348 12.75 3.22501 12.75C2.68653 12.75 2.25001 12.3226 2.25001 11.7955V8.93182L2.25 8.87301C2.24994 8.24862 2.24989 7.68762 2.31225 7.23353C2.38033 6.73778 2.53841 6.22919 2.96393 5.81259C3.38946 5.39599 3.90895 5.24122 4.41533 5.17457C4.87914 5.11352 5.45217 5.11357 6.08994 5.11363L6.15 5.11364C6.24745 5.11364 6.347 5.11956 6.41621 5.12368L6.41622 5.12368L6.42582 5.12425C6.46399 5.12652 6.49628 5.12839 6.52493 5.12979C6.55104 5.09144 6.58048 5.04766 6.61538 4.99573C7.74543 3.31435 9.9733 2.25 12 2.25C14.0267 2.25 16.2546 3.31435 17.3846 4.99573C17.4195 5.04765 17.449 5.09144 17.4751 5.12979C17.5037 5.12839 17.536 5.12652 17.5742 5.12425L17.5838 5.12368C17.653 5.11956 17.7525 5.11364 17.85 5.11364L17.9101 5.11363C18.5478 5.11357 19.1209 5.11352 19.5847 5.17457C20.091 5.24122 20.6105 5.39599 21.0361 5.81259C21.4616 6.22919 21.6197 6.73778 21.6878 7.23353C21.7501 7.68762 21.7501 8.24862 21.75 8.87302V8.87303L21.75 11.7955C21.75 12.3226 21.3135 12.75 20.775 12.75C20.2365 12.75 19.8 12.3226 19.8 11.7955V8.93182C19.8 8.22987 19.7979 7.79943 19.7551 7.48792C19.7175 7.21411 19.6641 7.16839 19.6577 7.16297L19.6567 7.16202C19.6512 7.1558 19.6045 7.10345 19.3248 7.06664C19.0066 7.02475 18.567 7.02273 17.85 7.02273C17.8181 7.02273 17.7754 7.02491 17.6922 7.02985L17.6835 7.03036C17.612 7.03461 17.512 7.04056 17.4091 7.04157C17.2208 7.04341 16.856 7.03539 16.5071 6.85127C16.2659 6.72396 16.1121 6.54043 16.028 6.43298C15.9442 6.3258 15.8543 6.19201 15.7694 6.06559L15.7556 6.04511C15.0205 4.95127 13.4353 4.15909 12 4.15909Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.26608 9.05066C9.31115 8.60479 10.5974 8.25 12 8.25C13.4026 8.25 14.6888 8.60479 15.7339 9.05066C15.9989 9.16371 16.3231 9.33148 16.5323 9.66743C16.7346 9.9924 16.75 10.3519 16.75 10.6178V12.75H7.25V10.6178C7.25 10.3519 7.26537 9.9924 7.4677 9.66743C7.67688 9.33148 8.00111 9.16371 8.26608 9.05066Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 17.2168C1.25 17.2175 1.25 17.2181 1.25 17.2188L1.25 20.75C1.25 21.3023 1.69772 21.75 2.25 21.75C2.80228 21.75 3.25 21.3023 3.25 20.75L3.25 18.25L20.75 18.25V20.75C20.75 21.3023 21.1977 21.75 21.75 21.75C22.3023 21.75 22.75 21.3023 22.75 20.75V17.5017C22.75 17.5011 22.75 17.5006 22.75 17.5L22.75 17.2188L22.75 15.948C22.75 15.0495 22.7501 14.3003 22.6701 13.7055C22.5857 13.0777 22.4 12.5109 21.9445 12.0555C21.4891 11.6 20.9223 11.4143 20.2945 11.3299C19.6997 11.2499 18.9505 11.25 18.052 11.25H18.052L5.948 11.25H5.94797C5.04951 11.25 4.3003 11.2499 3.70552 11.3299C3.07773 11.4143 2.51093 11.6 2.05546 12.0555C1.59999 12.5109 1.41432 13.0777 1.32991 13.7055C1.24995 14.3003 1.24997 15.0495 1.25 15.948V15.948L1.25 17.2168Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 4.15909C10.5647 4.15909 8.97953 4.95127 8.24437 6.04511L8.23063 6.06556L8.23062 6.06556C8.14569 6.19199 8.0558 6.3258 7.97196 6.43298C7.88792 6.54043 7.73412 6.72396 7.49291 6.85127C7.14402 7.03539 6.77923 7.04341 6.59091 7.04157C6.48799 7.04056 6.388 7.03461 6.31653 7.03036L6.30785 7.02985C6.22456 7.02491 6.18189 7.02273 6.15 7.02273C5.43301 7.02273 4.99335 7.02475 4.67516 7.06664C4.39548 7.10345 4.34879 7.15581 4.34325 7.16202L4.34228 7.16297C4.33594 7.16839 4.28246 7.21411 4.24486 7.48792C4.20208 7.79943 4.20001 8.22987 4.20001 8.93182V11.7955C4.20001 12.3226 3.76348 12.75 3.22501 12.75C2.68653 12.75 2.25001 12.3226 2.25001 11.7955V8.93182L2.25 8.87301C2.24994 8.24862 2.24989 7.68762 2.31225 7.23353C2.38033 6.73778 2.53841 6.22919 2.96393 5.81259C3.38946 5.39599 3.90895 5.24122 4.41533 5.17457C4.87914 5.11352 5.45217 5.11357 6.08994 5.11363L6.15 5.11364C6.24745 5.11364 6.347 5.11956 6.41621 5.12368L6.41622 5.12368L6.42582 5.12425C6.46399 5.12652 6.49628 5.12839 6.52493 5.12979C6.55104 5.09144 6.58048 5.04766 6.61538 4.99573C7.74543 3.31435 9.9733 2.25 12 2.25C14.0267 2.25 16.2546 3.31435 17.3846 4.99573C17.4195 5.04765 17.449 5.09144 17.4751 5.12979C17.5037 5.12839 17.536 5.12652 17.5742 5.12425L17.5838 5.12368C17.653 5.11956 17.7525 5.11364 17.85 5.11364L17.9101 5.11363C18.5478 5.11357 19.1209 5.11352 19.5847 5.17457C20.091 5.24122 20.6105 5.39599 21.0361 5.81259C21.4616 6.22919 21.6197 6.73778 21.6878 7.23353C21.7501 7.68762 21.7501 8.24862 21.75 8.87302V8.87303L21.75 11.7955C21.75 12.3226 21.3135 12.75 20.775 12.75C20.2365 12.75 19.8 12.3226 19.8 11.7955V8.93182C19.8 8.22987 19.7979 7.79943 19.7551 7.48792C19.7175 7.21411 19.6641 7.16839 19.6577 7.16297L19.6567 7.16202C19.6512 7.1558 19.6045 7.10345 19.3248 7.06664C19.0066 7.02475 18.567 7.02273 17.85 7.02273C17.8181 7.02273 17.7754 7.02491 17.6922 7.02985L17.6835 7.03036C17.612 7.03461 17.512 7.04056 17.4091 7.04157C17.2208 7.04341 16.856 7.03539 16.5071 6.85127C16.2659 6.72396 16.1121 6.54043 16.028 6.43298C15.9442 6.3258 15.8543 6.19201 15.7694 6.06559L15.7556 6.04511C15.0205 4.95127 13.4353 4.15909 12 4.15909Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.26608 9.05066C9.31115 8.60479 10.5974 8.25 12 8.25C13.4026 8.25 14.6888 8.60479 15.7339 9.05066C15.9989 9.16371 16.3231 9.33148 16.5323 9.66743C16.7346 9.9924 16.75 10.3519 16.75 10.6178V12.75H7.25V10.6178C7.25 10.3519 7.26537 9.9924 7.4677 9.66743C7.67688 9.33148 8.00111 9.16371 8.26608 9.05066Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-bed{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.10188 6.45844L5.20065 6.48421C5.44474 6.54765 5.6944 6.61936 5.91598 6.69682C6.1208 6.76842 6.3633 6.86547 6.55188 6.99569C7.26143 7.48567 7.69509 8.28984 7.74379 9.1541C7.76925 9.60602 7.66641 10.0867 7.59366 10.4267C7.57678 10.5056 7.56152 10.5769 7.54986 10.6386C7.54674 10.655 7.54308 10.6714 7.53888 10.6876L7.44316 11.0564C7.38625 11.2756 7.23329 11.4574 7.02698 11.551C6.82067 11.6445 6.58313 11.6399 6.38069 11.5382L2.0921 9.38498C1.50596 9.09069 1.23514 8.40249 1.46353 7.78767C1.54428 7.57031 1.68244 7.37839 1.86383 7.23279L1.89417 7.20843L1.89417 7.20843C2.41612 6.78937 2.85876 6.43397 3.42311 6.30458C4.00384 6.17142 4.51476 6.30497 5.10188 6.45844Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.25 10.5C5.25 10.0858 5.58579 9.75 6 9.75H19C19.4142 9.75 19.75 10.0858 19.75 10.5V16.5C19.75 16.9299 19.7286 17.3263 19.6527 17.6715C19.575 18.0252 19.4303 18.3713 19.1508 18.6508C18.8713 18.9303 18.5252 19.075 18.1715 19.1527C17.8263 19.2286 17.4299 19.25 17 19.25H8C7.5701 19.25 7.17373 19.2286 6.82851 19.1527C6.4748 19.075 6.12868 18.9303 5.84917 18.6508C5.56966 18.3713 5.42498 18.0252 5.34728 17.6715C5.27144 17.3263 5.25 16.9299 5.25 16.5V10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 2.5C2.55228 2.5 3 2.94772 3 3.5V20.5C3 21.0523 2.55228 21.5 2 21.5C1.44772 21.5 1 21.0523 1 20.5V3.5C1 2.94772 1.44772 2.5 2 2.5ZM22 7.5C22.5523 7.5 23 7.94772 23 8.5V20.5C23 21.0523 22.5523 21.5 22 21.5C21.4477 21.5 21 21.0523 21 20.5V8.5C21 7.94772 21.4477 7.5 22 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.47427 7.64935C1.76909 7.46714 2.13723 7.45058 2.44721 7.60557L6.23607 9.5H22C22.5523 9.5 23 9.94772 23 10.5V15.5C23 16.0523 22.5523 16.5 22 16.5H19C18.4477 16.5 18 16.0523 18 15.5V11.5H7V15.5C7 16.0523 6.55228 16.5 6 16.5H2C1.44772 16.5 1 16.0523 1 15.5V8.5C1 8.15342 1.17945 7.83156 1.47427 7.64935ZM5 11.118L3 10.118V14.5H5V11.118ZM20 11.5V14.5H21V11.5H20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.10188 6.45844L5.20065 6.48421C5.44474 6.54765 5.6944 6.61936 5.91598 6.69682C6.1208 6.76842 6.3633 6.86547 6.55188 6.99569C7.26143 7.48567 7.69509 8.28984 7.74379 9.1541C7.76925 9.60602 7.66641 10.0867 7.59366 10.4267C7.57678 10.5056 7.56152 10.5769 7.54986 10.6386C7.54674 10.655 7.54308 10.6714 7.53888 10.6876L7.44316 11.0564C7.38625 11.2756 7.23329 11.4574 7.02698 11.551C6.82067 11.6445 6.58313 11.6399 6.38069 11.5382L2.0921 9.38498C1.50596 9.09069 1.23514 8.40249 1.46353 7.78767C1.54428 7.57031 1.68244 7.37839 1.86383 7.23279L1.89417 7.20843L1.89417 7.20843C2.41612 6.78937 2.85876 6.43397 3.42311 6.30458C4.00384 6.17142 4.51476 6.30497 5.10188 6.45844Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.25 10.5C5.25 10.0858 5.58579 9.75 6 9.75H19C19.4142 9.75 19.75 10.0858 19.75 10.5V16.5C19.75 16.9299 19.7286 17.3263 19.6527 17.6715C19.575 18.0252 19.4303 18.3713 19.1508 18.6508C18.8713 18.9303 18.5252 19.075 18.1715 19.1527C17.8263 19.2286 17.4299 19.25 17 19.25H8C7.5701 19.25 7.17373 19.2286 6.82851 19.1527C6.4748 19.075 6.12868 18.9303 5.84917 18.6508C5.56966 18.3713 5.42498 18.0252 5.34728 17.6715C5.27144 17.3263 5.25 16.9299 5.25 16.5V10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 2.5C2.55228 2.5 3 2.94772 3 3.5V20.5C3 21.0523 2.55228 21.5 2 21.5C1.44772 21.5 1 21.0523 1 20.5V3.5C1 2.94772 1.44772 2.5 2 2.5ZM22 7.5C22.5523 7.5 23 7.94772 23 8.5V20.5C23 21.0523 22.5523 21.5 22 21.5C21.4477 21.5 21 21.0523 21 20.5V8.5C21 7.94772 21.4477 7.5 22 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.47427 7.64935C1.76909 7.46714 2.13723 7.45058 2.44721 7.60557L6.23607 9.5H22C22.5523 9.5 23 9.94772 23 10.5V15.5C23 16.0523 22.5523 16.5 22 16.5H19C18.4477 16.5 18 16.0523 18 15.5V11.5H7V15.5C7 16.0523 6.55228 16.5 6 16.5H2C1.44772 16.5 1 16.0523 1 15.5V8.5C1 8.15342 1.17945 7.83156 1.47427 7.64935ZM5 11.118L3 10.118V14.5H5V11.118ZM20 11.5V14.5H21V11.5H20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-bookshelf-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 18.75C6.05228 18.75 6.5 19.1977 6.5 19.75V21.75C6.5 22.3023 6.05228 22.75 5.5 22.75C4.94772 22.75 4.5 22.3023 4.5 21.75V19.75C4.5 19.1977 4.94772 18.75 5.5 18.75ZM19.5 18.75C20.0523 18.75 20.5 19.1977 20.5 19.75V21.75C20.5 22.3023 20.0523 22.75 19.5 22.75C18.9477 22.75 18.5 22.3023 18.5 21.75V19.75C18.5 19.1977 18.9477 18.75 19.5 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7354 16.1472C17.8167 15.7411 17.5533 15.3459 17.1471 15.2647C16.7409 15.1835 16.3458 15.4469 16.2646 15.8531L15.3815 20.2682C15.3354 20.4987 15.3124 20.614 15.2294 20.682C15.1465 20.75 15.029 20.75 14.7942 20.75C14.7628 20.75 14.7312 20.75 14.6996 20.75H13.35C13.0672 20.75 12.9257 20.75 12.8379 20.6621C12.75 20.5743 12.75 20.4328 12.75 20.15V16.0001C12.75 15.5859 12.4142 15.2501 12 15.2501C11.5858 15.2501 11.25 15.5859 11.25 16.0001V20.15C11.25 20.4328 11.25 20.5743 11.1621 20.6621C11.0743 20.75 10.9328 20.75 10.65 20.75H9.30043C9.06524 20.75 8.94764 20.75 8.86663 20.6874C8.84639 20.6718 8.8282 20.6536 8.81257 20.6334C8.75 20.5524 8.75 20.4347 8.75 20.1993V16.0001C8.75 15.5859 8.41421 15.2501 8 15.2501C7.58579 15.2501 7.25 15.5859 7.25 16.0001L7.25 20.1167C7.25 20.4087 7.25 20.5547 7.15624 20.6435C7.06248 20.7323 6.91958 20.7244 6.63379 20.7087C6.32504 20.6918 6.03845 20.6679 5.77302 20.6342C4.83238 20.5148 4.04447 20.2607 3.4154 19.6666C2.78029 19.0667 2.50307 18.3057 2.37378 17.3975C2.24996 16.5277 2.24998 15.4229 2.25 14.0576V14.0576V12.35C2.25 12.0672 2.25 11.9257 2.33787 11.8379C2.42574 11.75 2.56716 11.75 2.85 11.75H6.98254L7 11.7502L7.01746 11.75L13.4759 11.75C13.4921 11.7505 13.5083 11.7505 13.5246 11.75H16.9825L17 11.7502L17.0175 11.75H21.15C21.4328 11.75 21.5743 11.75 21.6621 11.8379C21.75 11.9257 21.75 12.0672 21.75 12.35V14.0577C21.75 15.4229 21.75 16.5277 21.6262 17.3975C21.4969 18.3057 21.2197 19.0667 20.5846 19.6666C19.9555 20.2607 19.1676 20.5148 18.227 20.6342C18.0216 20.6603 17.8035 20.6805 17.5723 20.6961C17.23 20.7193 17.0589 20.7309 16.9611 20.6195C16.8633 20.5081 16.8977 20.3359 16.9666 19.9915L17.7354 16.1472ZM2.85 10.25H5.65C5.93284 10.25 6.07426 10.25 6.16213 10.1621C6.25 10.0743 6.25 9.93284 6.25 9.65V6.0002C6.25 5.58599 6.58579 5.2502 7 5.2502C7.41421 5.2502 7.75 5.58599 7.75 6.0002V9.65C7.75 9.93284 7.75 10.0743 7.83787 10.1621C7.92574 10.25 8.06716 10.25 8.35 10.25L11.5059 10.25C11.9075 10.25 12.1082 10.25 12.1975 10.1182C12.2867 9.98638 12.2121 9.79997 12.063 9.42717L10.8036 6.27874C10.6498 5.89415 10.8369 5.45768 11.2215 5.30384C11.606 5.15001 12.0425 5.33707 12.1964 5.72166L13.8568 9.87283C13.9299 10.0555 13.9664 10.1468 14.0426 10.1984C14.1188 10.25 14.2172 10.25 14.4139 10.25H15.65C15.9328 10.25 16.0743 10.25 16.1621 10.1621C16.25 10.0743 16.25 9.93284 16.25 9.65V6.0002C16.25 5.58599 16.5858 5.2502 17 5.2502C17.4142 5.2502 17.75 5.58599 17.75 6.0002V9.65C17.75 9.93284 17.75 10.0743 17.8379 10.1621C17.9257 10.25 18.0672 10.25 18.35 10.25H21.15C21.4328 10.25 21.5743 10.25 21.6621 10.1621C21.75 10.0743 21.75 9.93284 21.75 9.65V7.94234C21.75 6.57713 21.75 5.47231 21.6262 4.60249C21.4969 3.69426 21.2197 2.93325 20.5846 2.33342C19.9555 1.73931 19.1676 1.48525 18.227 1.36581C17.3147 1.24997 16.1524 1.24998 14.6997 1.25H14.6996H9.3004H9.30036C7.84759 1.24998 6.68529 1.24997 5.77302 1.36581C4.83238 1.48525 4.04447 1.73931 3.4154 2.33342C2.78029 2.93325 2.50307 3.69426 2.37378 4.60249C2.24996 5.47231 2.24998 6.57712 2.25 7.94232V7.94236L2.25 9.65C2.25 9.93284 2.25 10.0743 2.33787 10.1621C2.42574 10.25 2.56716 10.25 2.85 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 18.75C6.05228 18.75 6.5 19.1977 6.5 19.75V21.75C6.5 22.3023 6.05228 22.75 5.5 22.75C4.94772 22.75 4.5 22.3023 4.5 21.75V19.75C4.5 19.1977 4.94772 18.75 5.5 18.75ZM19.5 18.75C20.0523 18.75 20.5 19.1977 20.5 19.75V21.75C20.5 22.3023 20.0523 22.75 19.5 22.75C18.9477 22.75 18.5 22.3023 18.5 21.75V19.75C18.5 19.1977 18.9477 18.75 19.5 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7354 16.1472C17.8167 15.7411 17.5533 15.3459 17.1471 15.2647C16.7409 15.1835 16.3458 15.4469 16.2646 15.8531L15.3815 20.2682C15.3354 20.4987 15.3124 20.614 15.2294 20.682C15.1465 20.75 15.029 20.75 14.7942 20.75C14.7628 20.75 14.7312 20.75 14.6996 20.75H13.35C13.0672 20.75 12.9257 20.75 12.8379 20.6621C12.75 20.5743 12.75 20.4328 12.75 20.15V16.0001C12.75 15.5859 12.4142 15.2501 12 15.2501C11.5858 15.2501 11.25 15.5859 11.25 16.0001V20.15C11.25 20.4328 11.25 20.5743 11.1621 20.6621C11.0743 20.75 10.9328 20.75 10.65 20.75H9.30043C9.06524 20.75 8.94764 20.75 8.86663 20.6874C8.84639 20.6718 8.8282 20.6536 8.81257 20.6334C8.75 20.5524 8.75 20.4347 8.75 20.1993V16.0001C8.75 15.5859 8.41421 15.2501 8 15.2501C7.58579 15.2501 7.25 15.5859 7.25 16.0001L7.25 20.1167C7.25 20.4087 7.25 20.5547 7.15624 20.6435C7.06248 20.7323 6.91958 20.7244 6.63379 20.7087C6.32504 20.6918 6.03845 20.6679 5.77302 20.6342C4.83238 20.5148 4.04447 20.2607 3.4154 19.6666C2.78029 19.0667 2.50307 18.3057 2.37378 17.3975C2.24996 16.5277 2.24998 15.4229 2.25 14.0576V14.0576V12.35C2.25 12.0672 2.25 11.9257 2.33787 11.8379C2.42574 11.75 2.56716 11.75 2.85 11.75H6.98254L7 11.7502L7.01746 11.75L13.4759 11.75C13.4921 11.7505 13.5083 11.7505 13.5246 11.75H16.9825L17 11.7502L17.0175 11.75H21.15C21.4328 11.75 21.5743 11.75 21.6621 11.8379C21.75 11.9257 21.75 12.0672 21.75 12.35V14.0577C21.75 15.4229 21.75 16.5277 21.6262 17.3975C21.4969 18.3057 21.2197 19.0667 20.5846 19.6666C19.9555 20.2607 19.1676 20.5148 18.227 20.6342C18.0216 20.6603 17.8035 20.6805 17.5723 20.6961C17.23 20.7193 17.0589 20.7309 16.9611 20.6195C16.8633 20.5081 16.8977 20.3359 16.9666 19.9915L17.7354 16.1472ZM2.85 10.25H5.65C5.93284 10.25 6.07426 10.25 6.16213 10.1621C6.25 10.0743 6.25 9.93284 6.25 9.65V6.0002C6.25 5.58599 6.58579 5.2502 7 5.2502C7.41421 5.2502 7.75 5.58599 7.75 6.0002V9.65C7.75 9.93284 7.75 10.0743 7.83787 10.1621C7.92574 10.25 8.06716 10.25 8.35 10.25L11.5059 10.25C11.9075 10.25 12.1082 10.25 12.1975 10.1182C12.2867 9.98638 12.2121 9.79997 12.063 9.42717L10.8036 6.27874C10.6498 5.89415 10.8369 5.45768 11.2215 5.30384C11.606 5.15001 12.0425 5.33707 12.1964 5.72166L13.8568 9.87283C13.9299 10.0555 13.9664 10.1468 14.0426 10.1984C14.1188 10.25 14.2172 10.25 14.4139 10.25H15.65C15.9328 10.25 16.0743 10.25 16.1621 10.1621C16.25 10.0743 16.25 9.93284 16.25 9.65V6.0002C16.25 5.58599 16.5858 5.2502 17 5.2502C17.4142 5.2502 17.75 5.58599 17.75 6.0002V9.65C17.75 9.93284 17.75 10.0743 17.8379 10.1621C17.9257 10.25 18.0672 10.25 18.35 10.25H21.15C21.4328 10.25 21.5743 10.25 21.6621 10.1621C21.75 10.0743 21.75 9.93284 21.75 9.65V7.94234C21.75 6.57713 21.75 5.47231 21.6262 4.60249C21.4969 3.69426 21.2197 2.93325 20.5846 2.33342C19.9555 1.73931 19.1676 1.48525 18.227 1.36581C17.3147 1.24997 16.1524 1.24998 14.6997 1.25H14.6996H9.3004H9.30036C7.84759 1.24998 6.68529 1.24997 5.77302 1.36581C4.83238 1.48525 4.04447 1.73931 3.4154 2.33342C2.78029 2.93325 2.50307 3.69426 2.37378 4.60249C2.24996 5.47231 2.24998 6.57712 2.25 7.94232V7.94236L2.25 9.65C2.25 9.93284 2.25 10.0743 2.33787 10.1621C2.42574 10.25 2.56716 10.25 2.85 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-bookshelf-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.12888 5.07179C9.64166 4.86668 10.2236 5.11609 10.4287 5.62888L12.4287 10.6289C12.6339 11.1417 12.3844 11.7236 11.8717 11.9287C11.3589 12.1339 10.7769 11.8844 10.5718 11.3717L8.57179 6.37166C8.36668 5.85887 8.61609 5.2769 9.12888 5.07179Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8041 5.01937C17.3456 4.91106 17.8725 5.26227 17.9808 5.80383L18.9808 10.8038C19.0891 11.3454 18.7379 11.8722 18.1963 11.9805C17.6547 12.0888 17.1279 11.7376 17.0196 11.1961L16.0196 6.19606C15.9113 5.65451 16.2625 5.12768 16.8041 5.01937Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 5C7.55228 5 8 5.44772 8 6V11C8 11.5523 7.55228 12 7 12C6.44772 12 6 11.5523 6 11V6C6 5.44772 6.44772 5 7 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 5C14.5523 5 15 5.44772 15 6V11C15 11.5523 14.5523 12 14 12C13.4477 12 13 11.5523 13 11V6C13 5.44772 13.4477 5 14 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.647 1.25H9.353C7.94929 1.24997 6.80292 1.24995 5.89799 1.36486C4.95627 1.48443 4.12925 1.74331 3.46265 2.37288C2.78818 3.00987 2.5034 3.81289 2.37312 4.72807C2.24993 5.59348 2.24996 6.68548 2.25 8.0029L2.25 10.9979L2.25 11L2.25 11.0021L2.25 13.9971C2.24996 15.3145 2.24993 16.4065 2.37312 17.2719C2.5034 18.1871 2.78818 18.9901 3.46265 19.6271C4.12925 20.2567 4.95627 20.5156 5.89799 20.6351C6.80292 20.7501 7.94925 20.75 9.35296 20.75H14.647C16.0507 20.75 17.1971 20.7501 18.102 20.6351C19.0437 20.5156 19.8708 20.2567 20.5374 19.6271C21.2118 18.9901 21.4966 18.1871 21.6269 17.2719C21.7501 16.4065 21.75 15.3146 21.75 13.9972V8.00287C21.75 6.68551 21.7501 5.59346 21.6269 4.72807C21.4966 3.81289 21.2118 3.00987 20.5374 2.37288C19.8708 1.74331 19.0437 1.48443 18.102 1.36486C17.1971 1.24995 16.0507 1.24997 14.647 1.25ZM19.8002 9.64995V8.07495C19.8002 6.66696 19.7979 5.71473 19.6965 5.00284C19.6 4.32499 19.4313 4.01022 19.1986 3.7905C18.9581 3.56335 18.6016 3.39388 17.8566 3.29927C17.0889 3.2018 16.0671 3.19995 14.5811 3.19995H9.41931C7.93327 3.19995 6.91145 3.2018 6.14381 3.29927C5.39878 3.39388 5.04227 3.56335 4.80176 3.7905C4.56912 4.01022 4.40035 4.32499 4.30385 5.00284C4.20251 5.71473 4.20019 6.66696 4.20019 8.07495V9.64995C4.20019 9.93279 4.20019 10.0742 4.28806 10.1621C4.37593 10.25 4.51735 10.25 4.80019 10.25L19.2002 10.25C19.483 10.25 19.6245 10.25 19.7123 10.1621C19.8002 10.0742 19.8002 9.9328 19.8002 9.64997V9.64995ZM13 17C13.5523 17 14 16.5523 14 16C14 15.4477 13.5523 15 13 15L11 15C10.4477 15 10 15.4477 10 16C10 16.5523 10.4477 17 11 17L13 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 18.75C5.55228 18.75 6 19.1977 6 19.75V21.75C6 22.3023 5.55228 22.75 5 22.75C4.44772 22.75 4 22.3023 4 21.75V19.75C4 19.1977 4.44772 18.75 5 18.75ZM19 18.75C19.5523 18.75 20 19.1977 20 19.75V21.75C20 22.3023 19.5523 22.75 19 22.75C18.4477 22.75 18 22.3023 18 21.75V19.75C18 19.1977 18.4477 18.75 19 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.12888 5.07179C9.64166 4.86668 10.2236 5.11609 10.4287 5.62888L12.4287 10.6289C12.6339 11.1417 12.3844 11.7236 11.8717 11.9287C11.3589 12.1339 10.7769 11.8844 10.5718 11.3717L8.57179 6.37166C8.36668 5.85887 8.61609 5.2769 9.12888 5.07179Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8041 5.01937C17.3456 4.91106 17.8725 5.26227 17.9808 5.80383L18.9808 10.8038C19.0891 11.3454 18.7379 11.8722 18.1963 11.9805C17.6547 12.0888 17.1279 11.7376 17.0196 11.1961L16.0196 6.19606C15.9113 5.65451 16.2625 5.12768 16.8041 5.01937Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 5C7.55228 5 8 5.44772 8 6V11C8 11.5523 7.55228 12 7 12C6.44772 12 6 11.5523 6 11V6C6 5.44772 6.44772 5 7 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 5C14.5523 5 15 5.44772 15 6V11C15 11.5523 14.5523 12 14 12C13.4477 12 13 11.5523 13 11V6C13 5.44772 13.4477 5 14 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.647 1.25H9.353C7.94929 1.24997 6.80292 1.24995 5.89799 1.36486C4.95627 1.48443 4.12925 1.74331 3.46265 2.37288C2.78818 3.00987 2.5034 3.81289 2.37312 4.72807C2.24993 5.59348 2.24996 6.68548 2.25 8.0029L2.25 10.9979L2.25 11L2.25 11.0021L2.25 13.9971C2.24996 15.3145 2.24993 16.4065 2.37312 17.2719C2.5034 18.1871 2.78818 18.9901 3.46265 19.6271C4.12925 20.2567 4.95627 20.5156 5.89799 20.6351C6.80292 20.7501 7.94925 20.75 9.35296 20.75H14.647C16.0507 20.75 17.1971 20.7501 18.102 20.6351C19.0437 20.5156 19.8708 20.2567 20.5374 19.6271C21.2118 18.9901 21.4966 18.1871 21.6269 17.2719C21.7501 16.4065 21.75 15.3146 21.75 13.9972V8.00287C21.75 6.68551 21.7501 5.59346 21.6269 4.72807C21.4966 3.81289 21.2118 3.00987 20.5374 2.37288C19.8708 1.74331 19.0437 1.48443 18.102 1.36486C17.1971 1.24995 16.0507 1.24997 14.647 1.25ZM19.8002 9.64995V8.07495C19.8002 6.66696 19.7979 5.71473 19.6965 5.00284C19.6 4.32499 19.4313 4.01022 19.1986 3.7905C18.9581 3.56335 18.6016 3.39388 17.8566 3.29927C17.0889 3.2018 16.0671 3.19995 14.5811 3.19995H9.41931C7.93327 3.19995 6.91145 3.2018 6.14381 3.29927C5.39878 3.39388 5.04227 3.56335 4.80176 3.7905C4.56912 4.01022 4.40035 4.32499 4.30385 5.00284C4.20251 5.71473 4.20019 6.66696 4.20019 8.07495V9.64995C4.20019 9.93279 4.20019 10.0742 4.28806 10.1621C4.37593 10.25 4.51735 10.25 4.80019 10.25L19.2002 10.25C19.483 10.25 19.6245 10.25 19.7123 10.1621C19.8002 10.0742 19.8002 9.9328 19.8002 9.64997V9.64995ZM13 17C13.5523 17 14 16.5523 14 16C14 15.4477 13.5523 15 13 15L11 15C10.4477 15 10 15.4477 10 16C10 16.5523 10.4477 17 11 17L13 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 18.75C5.55228 18.75 6 19.1977 6 19.75V21.75C6 22.3023 5.55228 22.75 5 22.75C4.44772 22.75 4 22.3023 4 21.75V19.75C4 19.1977 4.44772 18.75 5 18.75ZM19 18.75C19.5523 18.75 20 19.1977 20 19.75V21.75C20 22.3023 19.5523 22.75 19 22.75C18.4477 22.75 18 22.3023 18 21.75V19.75C18 19.1977 18.4477 18.75 19 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-bookshelf-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 22C1 21.4477 1.44772 21 2 21L22 21C22.5523 21 23 21.4477 23 22C23 22.5523 22.5523 23 22 23L2 23C1.44772 23 1 22.5523 1 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1819 11.2724C16.5837 11.3729 16.8281 11.7801 16.7276 12.182L15.7276 16.182C15.6271 16.5838 15.2199 16.8281 14.8181 16.7277C14.4163 16.6272 14.1719 16.22 14.2724 15.8182L15.2724 11.8182C15.3729 11.4163 15.7801 11.172 16.1819 11.2724ZM13 11.2501C13.4142 11.2501 13.75 11.5858 13.75 12.0001V16.0001C13.75 16.4143 13.4142 16.7501 13 16.7501C12.5858 16.7501 12.25 16.4143 12.25 16.0001V12.0001C12.25 11.5858 12.5858 11.2501 13 11.2501ZM18 11.2501C18.4142 11.2501 18.75 11.5858 18.75 12.0001V16.0001C18.75 16.4143 18.4142 16.7501 18 16.7501C17.5858 16.7501 17.25 16.4143 17.25 16.0001V12.0001C17.25 11.5858 17.5858 11.2501 18 11.2501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2585 1.1178C17.3303 0.99995 16.1546 0.999971 14.7149 1H9.28514C7.84543 0.999971 6.66967 0.99995 5.74153 1.1178C4.77568 1.24044 3.92744 1.50596 3.24375 2.15167C2.55199 2.805 2.25991 3.6286 2.12629 4.56725C1.99994 5.4548 1.99997 6.5748 2 7.92588V7.92591L2.00001 22C2.00001 22.5523 2.44773 23 3.00001 23L21 23C21.5523 23 22 22.5523 22 22L22 7.92602C22.0001 6.57486 22.0001 5.45484 21.8737 4.56725C21.7401 3.6286 21.448 2.805 20.7563 2.15167C20.0726 1.50596 19.2243 1.24044 18.2585 1.1178ZM20 14.65C20 14.9328 20 15.0743 19.9121 15.1621C19.8243 15.25 19.6828 15.25 19.4 15.25L4.6 15.25C4.31716 15.25 4.17574 15.25 4.08787 15.1621C4 15.0743 4 14.9328 4 14.65L4 10.35C4 10.0672 4 9.92574 4.08787 9.83787C4.17574 9.75 4.31716 9.75 4.6 9.75L19.4 9.75C19.6828 9.75 19.8243 9.75 19.9121 9.83787C20 9.92574 20 10.0672 20 10.35V14.65ZM10.25 19C10.25 18.5858 10.5858 18.25 11 18.25H13C13.4142 18.25 13.75 18.5858 13.75 19C13.75 19.4142 13.4142 19.75 13 19.75H11C10.5858 19.75 10.25 19.4142 10.25 19ZM8.8181 4.27257C9.21994 4.17211 9.62715 4.41643 9.72761 4.81828L10.5856 8.25024L9.03943 8.25024L8.27239 5.18208C8.17193 4.78023 8.41625 4.37303 8.8181 4.27257ZM12.75 8.25024H11.25V5.00018C11.25 4.58596 11.5858 4.25018 12 4.25018C12.4142 4.25018 12.75 4.58596 12.75 5.00018V8.25024ZM7.25 8.25024H5.75V5.00018C5.75 4.58596 6.08579 4.25018 6.5 4.25018C6.91421 4.25018 7.25 4.58596 7.25 5.00018V8.25024Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 22C1 21.4477 1.44772 21 2 21L22 21C22.5523 21 23 21.4477 23 22C23 22.5523 22.5523 23 22 23L2 23C1.44772 23 1 22.5523 1 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1819 11.2724C16.5837 11.3729 16.8281 11.7801 16.7276 12.182L15.7276 16.182C15.6271 16.5838 15.2199 16.8281 14.8181 16.7277C14.4163 16.6272 14.1719 16.22 14.2724 15.8182L15.2724 11.8182C15.3729 11.4163 15.7801 11.172 16.1819 11.2724ZM13 11.2501C13.4142 11.2501 13.75 11.5858 13.75 12.0001V16.0001C13.75 16.4143 13.4142 16.7501 13 16.7501C12.5858 16.7501 12.25 16.4143 12.25 16.0001V12.0001C12.25 11.5858 12.5858 11.2501 13 11.2501ZM18 11.2501C18.4142 11.2501 18.75 11.5858 18.75 12.0001V16.0001C18.75 16.4143 18.4142 16.7501 18 16.7501C17.5858 16.7501 17.25 16.4143 17.25 16.0001V12.0001C17.25 11.5858 17.5858 11.2501 18 11.2501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2585 1.1178C17.3303 0.99995 16.1546 0.999971 14.7149 1H9.28514C7.84543 0.999971 6.66967 0.99995 5.74153 1.1178C4.77568 1.24044 3.92744 1.50596 3.24375 2.15167C2.55199 2.805 2.25991 3.6286 2.12629 4.56725C1.99994 5.4548 1.99997 6.5748 2 7.92588V7.92591L2.00001 22C2.00001 22.5523 2.44773 23 3.00001 23L21 23C21.5523 23 22 22.5523 22 22L22 7.92602C22.0001 6.57486 22.0001 5.45484 21.8737 4.56725C21.7401 3.6286 21.448 2.805 20.7563 2.15167C20.0726 1.50596 19.2243 1.24044 18.2585 1.1178ZM20 14.65C20 14.9328 20 15.0743 19.9121 15.1621C19.8243 15.25 19.6828 15.25 19.4 15.25L4.6 15.25C4.31716 15.25 4.17574 15.25 4.08787 15.1621C4 15.0743 4 14.9328 4 14.65L4 10.35C4 10.0672 4 9.92574 4.08787 9.83787C4.17574 9.75 4.31716 9.75 4.6 9.75L19.4 9.75C19.6828 9.75 19.8243 9.75 19.9121 9.83787C20 9.92574 20 10.0672 20 10.35V14.65ZM10.25 19C10.25 18.5858 10.5858 18.25 11 18.25H13C13.4142 18.25 13.75 18.5858 13.75 19C13.75 19.4142 13.4142 19.75 13 19.75H11C10.5858 19.75 10.25 19.4142 10.25 19ZM8.8181 4.27257C9.21994 4.17211 9.62715 4.41643 9.72761 4.81828L10.5856 8.25024L9.03943 8.25024L8.27239 5.18208C8.17193 4.78023 8.41625 4.37303 8.8181 4.27257ZM12.75 8.25024H11.25V5.00018C11.25 4.58596 11.5858 4.25018 12 4.25018C12.4142 4.25018 12.75 4.58596 12.75 5.00018V8.25024ZM7.25 8.25024H5.75V5.00018C5.75 4.58596 6.08579 4.25018 6.5 4.25018C6.91421 4.25018 7.25 4.58596 7.25 5.00018V8.25024Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-cabinet-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.3165 16.9266C6.84044 17.1012 7.1236 17.6676 6.94895 18.1915L5.94895 21.1915C5.77431 21.7154 5.20799 21.9986 4.68404 21.824C4.1601 21.6493 3.87694 21.083 4.05159 20.559L5.05159 17.559C5.22624 17.0351 5.79256 16.7519 6.3165 16.9266ZM17.684 16.9266C18.208 16.7519 18.7743 17.0351 18.949 17.559L19.949 20.559C20.1236 21.083 19.8404 21.6493 19.3165 21.824C18.7926 21.9986 18.2262 21.7154 18.0516 21.1915L17.0516 18.1915C16.8769 17.6676 17.1601 17.1012 17.684 16.9266Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 2.725C11.25 2.44216 11.25 2.30074 11.1621 2.21287C11.0743 2.125 10.9328 2.125 10.65 2.125H8.01794C6.69809 2.12496 5.60279 2.12493 4.73458 2.24914C3.81498 2.3807 3.00934 2.66842 2.37155 3.34709C1.74268 4.01628 1.48441 4.8455 1.36495 5.79103C1.24996 6.70112 1.24998 7.8546 1.25 9.26969V9.26973L1.25 11.4802V11.4803C1.24998 12.8953 1.24996 14.0489 1.36495 14.959C1.48441 15.9045 1.74268 16.7337 2.37155 17.4029C3.00934 18.0816 3.81498 18.3693 4.73458 18.5009C5.6028 18.6251 6.69805 18.625 8.01793 18.625L15.9821 18.625C17.302 18.625 18.3972 18.6251 19.2654 18.5009C20.185 18.3693 20.9907 18.0816 21.6285 17.4029C22.2573 16.7337 22.5156 15.9045 22.6351 14.959C22.75 14.0488 22.75 12.8953 22.75 11.4802V9.26984C22.75 7.85466 22.75 6.70116 22.6351 5.79103C22.5156 4.8455 22.2573 4.01627 21.6285 3.34709C20.9907 2.66842 20.185 2.3807 19.2654 2.24914C18.3972 2.12493 17.3019 2.12496 15.9821 2.125L13.35 2.125C13.0672 2.125 12.9257 2.125 12.8379 2.21287C12.75 2.30074 12.75 2.44215 12.75 2.72499V2.725L12.75 14.0251C12.75 14.3079 12.75 14.4493 12.8379 14.5372C12.9257 14.6251 13.0672 14.6251 13.35 14.6251L20.026 14.6251C20.3531 14.6251 20.5166 14.6251 20.6067 14.7424C20.6967 14.8597 20.6581 15.0043 20.5809 15.2935C20.482 15.6638 20.3511 15.917 20.1993 16.0784C19.9784 16.3135 19.6637 16.4826 18.9865 16.5795C18.2739 16.6815 17.3205 16.6838 15.9089 16.6838H8.09067C6.67906 16.6838 5.72558 16.6815 5.01301 16.5795C4.33586 16.4826 4.0211 16.3135 3.80019 16.0784C3.64847 15.917 3.51752 15.6637 3.41865 15.2934C3.3414 15.0042 3.30278 14.8595 3.39285 14.7423C3.48291 14.625 3.64646 14.625 3.97356 14.625L10.65 14.625C10.9328 14.625 11.0743 14.625 11.1621 14.5372C11.25 14.4493 11.25 14.3079 11.25 14.025L11.25 2.725ZM9 7.125C9.41421 7.125 9.75 7.46078 9.75 7.875V8.875C9.75 9.28921 9.41421 9.625 9 9.625C8.58579 9.625 8.25 9.28921 8.25 8.875V7.875C8.25 7.46078 8.58579 7.125 9 7.125ZM15.75 7.875C15.75 7.46078 15.4142 7.125 15 7.125C14.5858 7.125 14.25 7.46078 14.25 7.875V8.875C14.25 9.28921 14.5858 9.625 15 9.625C15.4142 9.625 15.75 9.28921 15.75 8.875V7.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.3165 16.9266C6.84044 17.1012 7.1236 17.6676 6.94895 18.1915L5.94895 21.1915C5.77431 21.7154 5.20799 21.9986 4.68404 21.824C4.1601 21.6493 3.87694 21.083 4.05159 20.559L5.05159 17.559C5.22624 17.0351 5.79256 16.7519 6.3165 16.9266ZM17.684 16.9266C18.208 16.7519 18.7743 17.0351 18.949 17.559L19.949 20.559C20.1236 21.083 19.8404 21.6493 19.3165 21.824C18.7926 21.9986 18.2262 21.7154 18.0516 21.1915L17.0516 18.1915C16.8769 17.6676 17.1601 17.1012 17.684 16.9266Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 2.725C11.25 2.44216 11.25 2.30074 11.1621 2.21287C11.0743 2.125 10.9328 2.125 10.65 2.125H8.01794C6.69809 2.12496 5.60279 2.12493 4.73458 2.24914C3.81498 2.3807 3.00934 2.66842 2.37155 3.34709C1.74268 4.01628 1.48441 4.8455 1.36495 5.79103C1.24996 6.70112 1.24998 7.8546 1.25 9.26969V9.26973L1.25 11.4802V11.4803C1.24998 12.8953 1.24996 14.0489 1.36495 14.959C1.48441 15.9045 1.74268 16.7337 2.37155 17.4029C3.00934 18.0816 3.81498 18.3693 4.73458 18.5009C5.6028 18.6251 6.69805 18.625 8.01793 18.625L15.9821 18.625C17.302 18.625 18.3972 18.6251 19.2654 18.5009C20.185 18.3693 20.9907 18.0816 21.6285 17.4029C22.2573 16.7337 22.5156 15.9045 22.6351 14.959C22.75 14.0488 22.75 12.8953 22.75 11.4802V9.26984C22.75 7.85466 22.75 6.70116 22.6351 5.79103C22.5156 4.8455 22.2573 4.01627 21.6285 3.34709C20.9907 2.66842 20.185 2.3807 19.2654 2.24914C18.3972 2.12493 17.3019 2.12496 15.9821 2.125L13.35 2.125C13.0672 2.125 12.9257 2.125 12.8379 2.21287C12.75 2.30074 12.75 2.44215 12.75 2.72499V2.725L12.75 14.0251C12.75 14.3079 12.75 14.4493 12.8379 14.5372C12.9257 14.6251 13.0672 14.6251 13.35 14.6251L20.026 14.6251C20.3531 14.6251 20.5166 14.6251 20.6067 14.7424C20.6967 14.8597 20.6581 15.0043 20.5809 15.2935C20.482 15.6638 20.3511 15.917 20.1993 16.0784C19.9784 16.3135 19.6637 16.4826 18.9865 16.5795C18.2739 16.6815 17.3205 16.6838 15.9089 16.6838H8.09067C6.67906 16.6838 5.72558 16.6815 5.01301 16.5795C4.33586 16.4826 4.0211 16.3135 3.80019 16.0784C3.64847 15.917 3.51752 15.6637 3.41865 15.2934C3.3414 15.0042 3.30278 14.8595 3.39285 14.7423C3.48291 14.625 3.64646 14.625 3.97356 14.625L10.65 14.625C10.9328 14.625 11.0743 14.625 11.1621 14.5372C11.25 14.4493 11.25 14.3079 11.25 14.025L11.25 2.725ZM9 7.125C9.41421 7.125 9.75 7.46078 9.75 7.875V8.875C9.75 9.28921 9.41421 9.625 9 9.625C8.58579 9.625 8.25 9.28921 8.25 8.875V7.875C8.25 7.46078 8.58579 7.125 9 7.125ZM15.75 7.875C15.75 7.46078 15.4142 7.125 15 7.125C14.5858 7.125 14.25 7.46078 14.25 7.875V8.875C14.25 9.28921 14.5858 9.625 15 9.625C15.4142 9.625 15.75 9.28921 15.75 8.875V7.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-cabinet-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.85139 15.0639C7.36851 15.2579 7.63052 15.8343 7.4366 16.3514L5.9366 20.3514C5.74268 20.8685 5.16627 21.1305 4.64915 20.9366C4.13203 20.7427 3.87002 20.1663 4.06394 19.6491L5.56394 15.6491C5.75786 15.132 6.33427 14.87 6.85139 15.0639ZM17.1491 15.0639C17.6663 14.87 18.2427 15.132 18.4366 15.6491L19.9366 19.6491C20.1305 20.1663 19.8685 20.7427 19.3514 20.9366C18.8343 21.1305 18.2579 20.8685 18.0639 20.3514L16.5639 16.3514C16.37 15.8343 16.632 15.2579 17.1491 15.0639Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 4C1 3.44772 1.44772 3 2 3H22C22.5523 3 23 3.44772 23 4C23 4.55228 22.5523 5 22 5H2C1.44772 5 1 4.55228 1 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.65 3.25C10.9328 3.25 11.0743 3.25 11.1621 3.33786C11.25 3.42573 11.25 3.56715 11.25 3.85L11.25 16.15C11.25 16.4328 11.25 16.5743 11.1621 16.6621C11.0743 16.75 10.9328 16.75 10.65 16.75H9.14538H9.14535C7.84737 16.75 6.78486 16.7501 5.94225 16.6168C5.04981 16.4758 4.3088 16.1725 3.72193 15.5026C3.15088 14.8507 2.88541 14.0331 2.73393 13.0394C2.58538 12.0651 2.53338 10.8169 2.46757 9.23718L2.25065 4.03122C2.24214 3.82707 2.3173 3.62828 2.45874 3.48082C2.60019 3.33336 2.79567 3.25 3 3.25L10.65 3.25ZM12.75 3.85C12.75 3.56715 12.75 3.42573 12.8379 3.33786C12.9257 3.25 13.0672 3.25 13.35 3.25H21C21.2043 3.25 21.3998 3.33336 21.5413 3.48082C21.6827 3.62828 21.7579 3.82707 21.7493 4.03122L21.5324 9.23723V9.23728C21.4666 10.8169 21.4146 12.0651 21.2661 13.0394C21.1146 14.0331 20.8491 14.8507 20.2781 15.5026C19.6912 16.1725 18.9502 16.4758 18.0577 16.6168C17.2151 16.7501 16.1527 16.75 14.8547 16.75H14.8547H13.35C13.0672 16.75 12.9257 16.75 12.8379 16.6621C12.75 16.5743 12.75 16.4328 12.75 16.15L12.75 3.85ZM8 10C8 9.44771 8.44772 9 9 9H9.00898C9.56127 9 10.009 9.44771 10.009 10C10.009 10.5523 9.56127 11 9.00898 11H9C8.44772 11 8 10.5523 8 10ZM15 9C14.4477 9 14 9.44771 14 10C14 10.5523 14.4477 11 15 11H15.009C15.5613 11 16.009 10.5523 16.009 10C16.009 9.44771 15.5613 9 15.009 9H15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.85139 15.0639C7.36851 15.2579 7.63052 15.8343 7.4366 16.3514L5.9366 20.3514C5.74268 20.8685 5.16627 21.1305 4.64915 20.9366C4.13203 20.7427 3.87002 20.1663 4.06394 19.6491L5.56394 15.6491C5.75786 15.132 6.33427 14.87 6.85139 15.0639ZM17.1491 15.0639C17.6663 14.87 18.2427 15.132 18.4366 15.6491L19.9366 19.6491C20.1305 20.1663 19.8685 20.7427 19.3514 20.9366C18.8343 21.1305 18.2579 20.8685 18.0639 20.3514L16.5639 16.3514C16.37 15.8343 16.632 15.2579 17.1491 15.0639Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 4C1 3.44772 1.44772 3 2 3H22C22.5523 3 23 3.44772 23 4C23 4.55228 22.5523 5 22 5H2C1.44772 5 1 4.55228 1 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.65 3.25C10.9328 3.25 11.0743 3.25 11.1621 3.33786C11.25 3.42573 11.25 3.56715 11.25 3.85L11.25 16.15C11.25 16.4328 11.25 16.5743 11.1621 16.6621C11.0743 16.75 10.9328 16.75 10.65 16.75H9.14538H9.14535C7.84737 16.75 6.78486 16.7501 5.94225 16.6168C5.04981 16.4758 4.3088 16.1725 3.72193 15.5026C3.15088 14.8507 2.88541 14.0331 2.73393 13.0394C2.58538 12.0651 2.53338 10.8169 2.46757 9.23718L2.25065 4.03122C2.24214 3.82707 2.3173 3.62828 2.45874 3.48082C2.60019 3.33336 2.79567 3.25 3 3.25L10.65 3.25ZM12.75 3.85C12.75 3.56715 12.75 3.42573 12.8379 3.33786C12.9257 3.25 13.0672 3.25 13.35 3.25H21C21.2043 3.25 21.3998 3.33336 21.5413 3.48082C21.6827 3.62828 21.7579 3.82707 21.7493 4.03122L21.5324 9.23723V9.23728C21.4666 10.8169 21.4146 12.0651 21.2661 13.0394C21.1146 14.0331 20.8491 14.8507 20.2781 15.5026C19.6912 16.1725 18.9502 16.4758 18.0577 16.6168C17.2151 16.7501 16.1527 16.75 14.8547 16.75H14.8547H13.35C13.0672 16.75 12.9257 16.75 12.8379 16.6621C12.75 16.5743 12.75 16.4328 12.75 16.15L12.75 3.85ZM8 10C8 9.44771 8.44772 9 9 9H9.00898C9.56127 9 10.009 9.44771 10.009 10C10.009 10.5523 9.56127 11 9.00898 11H9C8.44772 11 8 10.5523 8 10ZM15 9C14.4477 9 14 9.44771 14 10C14 10.5523 14.4477 11 15 11H15.009C15.5613 11 16.009 10.5523 16.009 10C16.009 9.44771 15.5613 9 15.009 9H15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-cabinet-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 17C6.05228 17 6.5 17.4477 6.5 18V21C6.5 21.5523 6.05228 22 5.5 22C4.94772 22 4.5 21.5523 4.5 21V18C4.5 17.4477 4.94772 17 5.5 17ZM18.5 17C19.0523 17 19.5 17.4477 19.5 18V21C19.5 21.5523 19.0523 22 18.5 22C17.9477 22 17.5 21.5523 17.5 21V18C17.5 17.4477 17.9477 17 18.5 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 3C1 2.44772 1.44772 2 2 2H22C22.5523 2 23 2.44772 23 3C23 3.55228 22.5523 4 22 4H2C1.44772 4 1 3.55228 1 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.15 11.25C21.4328 11.25 21.5743 11.25 21.6621 11.3379C21.75 11.4257 21.75 11.5672 21.75 11.85V13.0592C21.75 14.1873 21.7501 15.1184 21.6386 15.8553C21.5204 16.6367 21.2635 17.3048 20.6745 17.8283C20.0982 18.3406 19.3843 18.5535 18.5501 18.6532C17.7396 18.75 16.7083 18.75 15.4242 18.75H8.57577C7.29174 18.75 6.26039 18.75 5.44993 18.6532C4.61574 18.5535 3.9018 18.3406 3.32549 17.8283C2.73651 17.3048 2.47959 16.6367 2.36141 15.8553C2.24994 15.1184 2.24997 14.1873 2.25 13.0593V13.0592V11.85C2.25 11.5672 2.25 11.4257 2.33787 11.3379C2.42574 11.25 2.56716 11.25 2.85 11.25L21.15 11.25ZM3 2.25C2.58579 2.25 2.25 2.58579 2.25 3L2.25 9.15C2.25 9.43284 2.25 9.57426 2.33787 9.66213C2.42574 9.75 2.56716 9.75 2.85 9.75L21.15 9.75C21.4328 9.75 21.5743 9.75 21.6621 9.66213C21.75 9.57426 21.75 9.43284 21.75 9.15L21.75 3C21.75 2.58579 21.4142 2.25 21 2.25L3 2.25ZM9.32934 14.1648C9.51459 13.7943 9.96509 13.6441 10.3356 13.8293L10.491 13.9071C10.9415 14.1323 11.0629 14.1879 11.1851 14.2167C11.3073 14.2456 11.4407 14.2502 11.9444 14.2502H12.0559C12.5596 14.2502 12.693 14.2456 12.8152 14.2167C12.9374 14.1879 13.0588 14.1323 13.5093 13.9071L13.6648 13.8293C14.0352 13.6441 14.4857 13.7943 14.671 14.1648C14.8562 14.5352 14.7061 14.9857 14.3356 15.171L14.1802 15.2487L14.1187 15.2795C13.758 15.46 13.4733 15.6026 13.1598 15.6766C12.8464 15.7506 12.528 15.7504 12.1246 15.7502L12.0559 15.7502H11.9444L11.8757 15.7502C11.4724 15.7504 11.1539 15.7506 10.8405 15.6766C10.527 15.6026 10.2423 15.46 9.88164 15.2795L9.88164 15.2795L9.82017 15.2487L9.66475 15.171C9.29427 14.9857 9.1441 14.5352 9.32934 14.1648ZM10.3356 5.82934C9.96509 5.6441 9.51459 5.79427 9.32934 6.16475C9.1441 6.53524 9.29427 6.98574 9.66475 7.17098L9.82017 7.24869L9.88164 7.27946C10.2423 7.46003 10.527 7.6026 10.8405 7.6766C11.1539 7.7506 11.4724 7.75042 11.8757 7.75019L11.9444 7.75016H12.0559L12.1246 7.75019C12.528 7.75042 12.8464 7.7506 13.1598 7.6766C13.4733 7.6026 13.758 7.46003 14.1187 7.27946L14.1187 7.27946L14.1802 7.24869L14.3356 7.17098C14.7061 6.98574 14.8562 6.53524 14.671 6.16475C14.4857 5.79427 14.0352 5.6441 13.6648 5.82934L13.5093 5.90705C13.0588 6.13232 12.9374 6.18787 12.8152 6.21673C12.693 6.24558 12.5596 6.25016 12.0559 6.25016H11.9444C11.4407 6.25016 11.3073 6.24558 11.1851 6.21673C11.0629 6.18787 10.9415 6.13232 10.491 5.90705L10.3356 5.82934Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 17C6.05228 17 6.5 17.4477 6.5 18V21C6.5 21.5523 6.05228 22 5.5 22C4.94772 22 4.5 21.5523 4.5 21V18C4.5 17.4477 4.94772 17 5.5 17ZM18.5 17C19.0523 17 19.5 17.4477 19.5 18V21C19.5 21.5523 19.0523 22 18.5 22C17.9477 22 17.5 21.5523 17.5 21V18C17.5 17.4477 17.9477 17 18.5 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 3C1 2.44772 1.44772 2 2 2H22C22.5523 2 23 2.44772 23 3C23 3.55228 22.5523 4 22 4H2C1.44772 4 1 3.55228 1 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.15 11.25C21.4328 11.25 21.5743 11.25 21.6621 11.3379C21.75 11.4257 21.75 11.5672 21.75 11.85V13.0592C21.75 14.1873 21.7501 15.1184 21.6386 15.8553C21.5204 16.6367 21.2635 17.3048 20.6745 17.8283C20.0982 18.3406 19.3843 18.5535 18.5501 18.6532C17.7396 18.75 16.7083 18.75 15.4242 18.75H8.57577C7.29174 18.75 6.26039 18.75 5.44993 18.6532C4.61574 18.5535 3.9018 18.3406 3.32549 17.8283C2.73651 17.3048 2.47959 16.6367 2.36141 15.8553C2.24994 15.1184 2.24997 14.1873 2.25 13.0593V13.0592V11.85C2.25 11.5672 2.25 11.4257 2.33787 11.3379C2.42574 11.25 2.56716 11.25 2.85 11.25L21.15 11.25ZM3 2.25C2.58579 2.25 2.25 2.58579 2.25 3L2.25 9.15C2.25 9.43284 2.25 9.57426 2.33787 9.66213C2.42574 9.75 2.56716 9.75 2.85 9.75L21.15 9.75C21.4328 9.75 21.5743 9.75 21.6621 9.66213C21.75 9.57426 21.75 9.43284 21.75 9.15L21.75 3C21.75 2.58579 21.4142 2.25 21 2.25L3 2.25ZM9.32934 14.1648C9.51459 13.7943 9.96509 13.6441 10.3356 13.8293L10.491 13.9071C10.9415 14.1323 11.0629 14.1879 11.1851 14.2167C11.3073 14.2456 11.4407 14.2502 11.9444 14.2502H12.0559C12.5596 14.2502 12.693 14.2456 12.8152 14.2167C12.9374 14.1879 13.0588 14.1323 13.5093 13.9071L13.6648 13.8293C14.0352 13.6441 14.4857 13.7943 14.671 14.1648C14.8562 14.5352 14.7061 14.9857 14.3356 15.171L14.1802 15.2487L14.1187 15.2795C13.758 15.46 13.4733 15.6026 13.1598 15.6766C12.8464 15.7506 12.528 15.7504 12.1246 15.7502L12.0559 15.7502H11.9444L11.8757 15.7502C11.4724 15.7504 11.1539 15.7506 10.8405 15.6766C10.527 15.6026 10.2423 15.46 9.88164 15.2795L9.88164 15.2795L9.82017 15.2487L9.66475 15.171C9.29427 14.9857 9.1441 14.5352 9.32934 14.1648ZM10.3356 5.82934C9.96509 5.6441 9.51459 5.79427 9.32934 6.16475C9.1441 6.53524 9.29427 6.98574 9.66475 7.17098L9.82017 7.24869L9.88164 7.27946C10.2423 7.46003 10.527 7.6026 10.8405 7.6766C11.1539 7.7506 11.4724 7.75042 11.8757 7.75019L11.9444 7.75016H12.0559L12.1246 7.75019C12.528 7.75042 12.8464 7.7506 13.1598 7.6766C13.4733 7.6026 13.758 7.46003 14.1187 7.27946L14.1187 7.27946L14.1802 7.24869L14.3356 7.17098C14.7061 6.98574 14.8562 6.53524 14.671 6.16475C14.4857 5.79427 14.0352 5.6441 13.6648 5.82934L13.5093 5.90705C13.0588 6.13232 12.9374 6.18787 12.8152 6.21673C12.693 6.24558 12.5596 6.25016 12.0559 6.25016H11.9444C11.4407 6.25016 11.3073 6.24558 11.1851 6.21673C11.0629 6.18787 10.9415 6.13232 10.491 5.90705L10.3356 5.82934Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-cabinet-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.24277 17.0301C5.77857 17.164 6.10433 17.707 5.97038 18.2428L4.97038 22.2428C4.83643 22.7786 4.2935 23.1043 3.7577 22.9704C3.22191 22.8364 2.89615 22.2935 3.03009 21.7577L4.03009 17.7577C4.16404 17.2219 4.70698 16.8961 5.24277 17.0301ZM18.7577 17.0301C19.2935 16.8961 19.8364 17.2219 19.9704 17.7577L20.9704 21.7577C21.1043 22.2935 20.7786 22.8364 20.2428 22.9704C19.707 23.1043 19.164 22.7786 19.0301 22.2428L18.0301 18.2428C17.8961 17.707 18.2219 17.164 18.7577 17.0301Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1621 7.33786C13.0743 7.25 12.9328 7.25 12.65 7.25L5.95189 7.25C5.05004 7.24997 4.30477 7.24996 3.71447 7.3221C3.09889 7.39734 2.53851 7.56192 2.08129 7.97758C1.61386 8.40251 1.41887 8.93946 1.3313 9.5316C1.24993 10.0818 1.24997 10.7713 1.25 11.5812L1.25 14.4189C1.24997 15.2288 1.24993 15.9182 1.3313 16.4684C1.41887 17.0605 1.61386 17.5975 2.08129 18.0224C2.53851 18.4381 3.09889 18.6027 3.71447 18.6779C4.30476 18.75 5.05005 18.75 5.95187 18.75H5.9519H12.65C12.9328 18.75 13.0743 18.75 13.1621 18.6621C13.25 18.5743 13.25 18.4328 13.25 18.15L13.25 7.85C13.25 7.56715 13.25 7.42573 13.1621 7.33786ZM14.75 7.84999V7.85L14.75 18.15V18.15C14.75 18.4328 14.75 18.5743 14.8379 18.6621C14.9257 18.75 15.0672 18.75 15.35 18.75L18.0481 18.75H18.0482C18.95 18.75 19.6953 18.75 20.2855 18.6779C20.9011 18.6027 21.4615 18.4381 21.9187 18.0224C22.3862 17.5975 22.5811 17.0605 22.6687 16.4684C22.7501 15.9182 22.7501 15.2288 22.75 14.4189V14.4189V14.4188V14.4188V11.5811V11.5811V11.5811V11.5811C22.7501 10.7712 22.7501 10.0818 22.6687 9.5316C22.5811 8.93946 22.3862 8.40251 21.9187 7.97758C21.4615 7.56192 20.9011 7.39734 20.2855 7.3221C19.6953 7.24996 18.95 7.24997 18.0481 7.25H15.35C15.0672 7.25 14.9257 7.25 14.8379 7.33786C14.75 7.42573 14.75 7.56715 14.75 7.84999ZM7 10.75C6.58579 10.75 6.25 11.0858 6.25 11.5C6.25 11.9142 6.58579 12.25 7 12.25H9C9.41422 12.25 9.75 11.9142 9.75 11.5C9.75 11.0858 9.41422 10.75 9 10.75L7 10.75ZM7 13.75C6.58579 13.75 6.25 14.0858 6.25 14.5C6.25 14.9142 6.58579 15.25 7 15.25H9C9.41422 15.25 9.75 14.9142 9.75 14.5C9.75 14.0858 9.41422 13.75 9 13.75H7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.9384 1C7.95887 1.00001 7.97941 1.00001 8.00001 1.00001C8.02061 1.00001 8.04114 1.00001 8.06161 1C8.71574 0.999941 9.30346 0.999886 9.77916 1.06384C10.2985 1.13367 10.8313 1.2958 11.2678 1.73224C11.7042 2.16868 11.8663 2.70149 11.9362 3.22085C12.0001 3.69656 12.0001 4.28427 12 4.9384C12 4.95887 12 4.97941 12 5.00001C12 5.02061 12 5.04115 12 5.06162C12.0001 5.71574 12.0001 6.30346 11.9362 6.77916C11.8663 7.29852 11.7042 7.83134 11.2678 8.26777C10.8313 8.70421 10.2985 8.86635 9.77916 8.93617C9.30346 9.00013 8.71574 9.00007 8.06162 9.00001C8.04115 9.00001 8.02061 9.00001 8.00001 9.00001C7.97941 9.00001 7.95887 9.00001 7.9384 9.00001C7.28427 9.00007 6.69656 9.00013 6.22085 8.93617C5.70149 8.86635 5.16868 8.70421 4.73224 8.26778C4.2958 7.83134 4.13367 7.29852 4.06384 6.77916C3.99989 6.30346 3.99994 5.71574 4 5.06161C4.00001 5.04114 4.00001 5.02061 4.00001 5.00001C4.00001 4.97941 4.00001 4.95887 4 4.9384C3.99994 4.28428 3.99989 3.69656 4.06384 3.22085C4.13367 2.70149 4.2958 2.16868 4.73224 1.73224C5.16868 1.2958 5.70149 1.13367 6.22085 1.06384C6.69656 0.999886 7.28428 0.999941 7.9384 1ZM6.14692 3.14593C6.14671 3.14617 6.14656 3.14635 6.14645 3.14645C6.14635 3.14656 6.14617 3.14671 6.14593 3.14692C6.13942 3.15261 6.08457 3.2005 6.04601 3.48735C6.00213 3.8137 6.00001 4.26463 6.00001 5.00001C6.00001 5.73538 6.00213 6.18632 6.04601 6.51267C6.08457 6.79952 6.13943 6.84741 6.14593 6.85309C6.14617 6.8533 6.14635 6.85346 6.14645 6.85356C6.14656 6.85367 6.14671 6.85384 6.14692 6.85408C6.1526 6.86059 6.2005 6.91544 6.48735 6.95401C6.8137 6.99788 7.26463 7.00001 8.00001 7.00001C8.73538 7.00001 9.18632 6.99788 9.51267 6.95401C9.79951 6.91544 9.84741 6.86059 9.85309 6.85409C9.8533 6.85384 9.85346 6.85367 9.85356 6.85356C9.85367 6.85346 9.85384 6.8533 9.85409 6.85309C9.86059 6.84741 9.91544 6.79951 9.95401 6.51267C9.99788 6.18632 10 5.73538 10 5.00001C10 4.26463 9.99788 3.8137 9.95401 3.48735C9.91544 3.2005 9.86059 3.1526 9.85408 3.14692C9.85384 3.14671 9.85367 3.14656 9.85356 3.14645C9.85346 3.14635 9.8533 3.14617 9.85309 3.14593C9.84741 3.13943 9.79952 3.08457 9.51267 3.04601C9.18632 3.00213 8.73538 3.00001 8.00001 3.00001C7.26463 3.00001 6.8137 3.00213 6.48735 3.04601C6.2005 3.08457 6.15261 3.13942 6.14692 3.14593Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.24277 17.0301C5.77857 17.164 6.10433 17.707 5.97038 18.2428L4.97038 22.2428C4.83643 22.7786 4.2935 23.1043 3.7577 22.9704C3.22191 22.8364 2.89615 22.2935 3.03009 21.7577L4.03009 17.7577C4.16404 17.2219 4.70698 16.8961 5.24277 17.0301ZM18.7577 17.0301C19.2935 16.8961 19.8364 17.2219 19.9704 17.7577L20.9704 21.7577C21.1043 22.2935 20.7786 22.8364 20.2428 22.9704C19.707 23.1043 19.164 22.7786 19.0301 22.2428L18.0301 18.2428C17.8961 17.707 18.2219 17.164 18.7577 17.0301Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1621 7.33786C13.0743 7.25 12.9328 7.25 12.65 7.25L5.95189 7.25C5.05004 7.24997 4.30477 7.24996 3.71447 7.3221C3.09889 7.39734 2.53851 7.56192 2.08129 7.97758C1.61386 8.40251 1.41887 8.93946 1.3313 9.5316C1.24993 10.0818 1.24997 10.7713 1.25 11.5812L1.25 14.4189C1.24997 15.2288 1.24993 15.9182 1.3313 16.4684C1.41887 17.0605 1.61386 17.5975 2.08129 18.0224C2.53851 18.4381 3.09889 18.6027 3.71447 18.6779C4.30476 18.75 5.05005 18.75 5.95187 18.75H5.9519H12.65C12.9328 18.75 13.0743 18.75 13.1621 18.6621C13.25 18.5743 13.25 18.4328 13.25 18.15L13.25 7.85C13.25 7.56715 13.25 7.42573 13.1621 7.33786ZM14.75 7.84999V7.85L14.75 18.15V18.15C14.75 18.4328 14.75 18.5743 14.8379 18.6621C14.9257 18.75 15.0672 18.75 15.35 18.75L18.0481 18.75H18.0482C18.95 18.75 19.6953 18.75 20.2855 18.6779C20.9011 18.6027 21.4615 18.4381 21.9187 18.0224C22.3862 17.5975 22.5811 17.0605 22.6687 16.4684C22.7501 15.9182 22.7501 15.2288 22.75 14.4189V14.4189V14.4188V14.4188V11.5811V11.5811V11.5811V11.5811C22.7501 10.7712 22.7501 10.0818 22.6687 9.5316C22.5811 8.93946 22.3862 8.40251 21.9187 7.97758C21.4615 7.56192 20.9011 7.39734 20.2855 7.3221C19.6953 7.24996 18.95 7.24997 18.0481 7.25H15.35C15.0672 7.25 14.9257 7.25 14.8379 7.33786C14.75 7.42573 14.75 7.56715 14.75 7.84999ZM7 10.75C6.58579 10.75 6.25 11.0858 6.25 11.5C6.25 11.9142 6.58579 12.25 7 12.25H9C9.41422 12.25 9.75 11.9142 9.75 11.5C9.75 11.0858 9.41422 10.75 9 10.75L7 10.75ZM7 13.75C6.58579 13.75 6.25 14.0858 6.25 14.5C6.25 14.9142 6.58579 15.25 7 15.25H9C9.41422 15.25 9.75 14.9142 9.75 14.5C9.75 14.0858 9.41422 13.75 9 13.75H7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.9384 1C7.95887 1.00001 7.97941 1.00001 8.00001 1.00001C8.02061 1.00001 8.04114 1.00001 8.06161 1C8.71574 0.999941 9.30346 0.999886 9.77916 1.06384C10.2985 1.13367 10.8313 1.2958 11.2678 1.73224C11.7042 2.16868 11.8663 2.70149 11.9362 3.22085C12.0001 3.69656 12.0001 4.28427 12 4.9384C12 4.95887 12 4.97941 12 5.00001C12 5.02061 12 5.04115 12 5.06162C12.0001 5.71574 12.0001 6.30346 11.9362 6.77916C11.8663 7.29852 11.7042 7.83134 11.2678 8.26777C10.8313 8.70421 10.2985 8.86635 9.77916 8.93617C9.30346 9.00013 8.71574 9.00007 8.06162 9.00001C8.04115 9.00001 8.02061 9.00001 8.00001 9.00001C7.97941 9.00001 7.95887 9.00001 7.9384 9.00001C7.28427 9.00007 6.69656 9.00013 6.22085 8.93617C5.70149 8.86635 5.16868 8.70421 4.73224 8.26778C4.2958 7.83134 4.13367 7.29852 4.06384 6.77916C3.99989 6.30346 3.99994 5.71574 4 5.06161C4.00001 5.04114 4.00001 5.02061 4.00001 5.00001C4.00001 4.97941 4.00001 4.95887 4 4.9384C3.99994 4.28428 3.99989 3.69656 4.06384 3.22085C4.13367 2.70149 4.2958 2.16868 4.73224 1.73224C5.16868 1.2958 5.70149 1.13367 6.22085 1.06384C6.69656 0.999886 7.28428 0.999941 7.9384 1ZM6.14692 3.14593C6.14671 3.14617 6.14656 3.14635 6.14645 3.14645C6.14635 3.14656 6.14617 3.14671 6.14593 3.14692C6.13942 3.15261 6.08457 3.2005 6.04601 3.48735C6.00213 3.8137 6.00001 4.26463 6.00001 5.00001C6.00001 5.73538 6.00213 6.18632 6.04601 6.51267C6.08457 6.79952 6.13943 6.84741 6.14593 6.85309C6.14617 6.8533 6.14635 6.85346 6.14645 6.85356C6.14656 6.85367 6.14671 6.85384 6.14692 6.85408C6.1526 6.86059 6.2005 6.91544 6.48735 6.95401C6.8137 6.99788 7.26463 7.00001 8.00001 7.00001C8.73538 7.00001 9.18632 6.99788 9.51267 6.95401C9.79951 6.91544 9.84741 6.86059 9.85309 6.85409C9.8533 6.85384 9.85346 6.85367 9.85356 6.85356C9.85367 6.85346 9.85384 6.8533 9.85409 6.85309C9.86059 6.84741 9.91544 6.79951 9.95401 6.51267C9.99788 6.18632 10 5.73538 10 5.00001C10 4.26463 9.99788 3.8137 9.95401 3.48735C9.91544 3.2005 9.86059 3.1526 9.85408 3.14692C9.85384 3.14671 9.85367 3.14656 9.85356 3.14645C9.85346 3.14635 9.8533 3.14617 9.85309 3.14593C9.84741 3.13943 9.79952 3.08457 9.51267 3.04601C9.18632 3.00213 8.73538 3.00001 8.00001 3.00001C7.26463 3.00001 6.8137 3.00213 6.48735 3.04601C6.2005 3.08457 6.15261 3.13942 6.14692 3.14593Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-cactus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2038 14.375C14.1847 14.375 14.9944 14.375 15.6191 14.4558C16.2611 14.5389 16.8732 14.7248 17.3074 15.2364C17.7602 15.7698 17.8021 16.3975 17.7089 17.0138C17.6221 17.5872 17.3951 18.2931 17.1297 19.1184L17.1297 19.1184C16.9197 19.7717 16.6141 20.7223 16.4091 21.1609C16.1888 21.6323 15.9107 22.0316 15.4683 22.3328C15.029 22.6228 14.5082 22.7661 13.9682 22.8217C13.4511 22.875 12.8131 22.875 12.039 22.875H12.039H11.9604H11.9604C11.1863 22.875 10.5483 22.875 10.0313 22.8217C9.49122 22.7661 9.00135 22.6435 8.56205 22.3535C8.11958 22.0523 7.81066 21.6323 7.59032 21.1609C7.38527 20.7223 7.07972 19.7717 6.86973 19.1185C6.60434 18.2931 6.37735 17.5872 6.29055 17.0138C6.19728 16.3975 6.23925 15.7698 6.692 15.2364C7.1262 14.7248 7.73827 14.5389 8.38035 14.4558C9.00505 14.375 9.81474 14.375 10.7957 14.375H10.7957H13.2037H13.2038Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 11.125C12.5523 11.125 13 11.5727 13 12.125L13 15.125C13 15.6773 12.5523 16.125 12 16.125C11.4477 16.125 11 15.6773 11 15.125L11 12.125C11 11.5727 11.4477 11.125 12 11.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 1.125C12.5524 1.125 13.0001 1.57272 13.0001 2.125V3.23315C14.0533 3.46469 14.9682 4.05346 15.5984 4.85764L16.4454 4.29295C16.9049 3.9866 17.5258 4.11077 17.8322 4.5703C18.1385 5.02983 18.0143 5.6507 17.5548 5.95705L16.4345 6.70393C16.5242 7.19593 16.5264 7.71569 16.425 8.24768L16.2065 9.39409L17.5548 10.2929C18.0143 10.5993 18.1385 11.2202 17.8322 11.6797C17.5258 12.1392 16.9049 12.2634 16.4454 11.9571L15.8001 11.5268L15.0787 15.3122C14.9753 15.8547 14.4517 16.2107 13.9092 16.1073C13.3667 16.0039 13.0107 15.4803 13.1141 14.9378L14.4603 7.87328C14.7228 6.49609 13.6138 5.125 12.0001 5.125C10.3864 5.125 9.27742 6.49609 9.53988 7.87328L10.8862 14.9378C10.9895 15.4803 10.6336 16.0039 10.091 16.1073C9.54852 16.2107 9.0249 15.8547 8.92152 15.3122L8.20014 11.5268L7.55481 11.9571C7.09528 12.2634 6.47441 12.1392 6.16806 11.6797C5.8617 11.2202 5.98588 10.5993 6.44541 10.2929L7.7937 9.39409L7.57523 8.24768C7.47385 7.7157 7.47603 7.19593 7.56573 6.70393L6.44541 5.95705C5.98588 5.6507 5.8617 5.02983 6.16806 4.5703C6.47441 4.11077 7.09528 3.9866 7.55481 4.29295L8.40185 4.85765C9.03204 4.05346 9.94691 3.46469 11.0001 3.23315V2.125C11.0001 1.57272 11.4478 1.125 12.0001 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2038 14.375C14.1847 14.375 14.9944 14.375 15.6191 14.4558C16.2611 14.5389 16.8732 14.7248 17.3074 15.2364C17.7602 15.7698 17.8021 16.3975 17.7089 17.0138C17.6221 17.5872 17.3951 18.2931 17.1297 19.1184L17.1297 19.1184C16.9197 19.7717 16.6141 20.7223 16.4091 21.1609C16.1888 21.6323 15.9107 22.0316 15.4683 22.3328C15.029 22.6228 14.5082 22.7661 13.9682 22.8217C13.4511 22.875 12.8131 22.875 12.039 22.875H12.039H11.9604H11.9604C11.1863 22.875 10.5483 22.875 10.0313 22.8217C9.49122 22.7661 9.00135 22.6435 8.56205 22.3535C8.11958 22.0523 7.81066 21.6323 7.59032 21.1609C7.38527 20.7223 7.07972 19.7717 6.86973 19.1185C6.60434 18.2931 6.37735 17.5872 6.29055 17.0138C6.19728 16.3975 6.23925 15.7698 6.692 15.2364C7.1262 14.7248 7.73827 14.5389 8.38035 14.4558C9.00505 14.375 9.81474 14.375 10.7957 14.375H10.7957H13.2037H13.2038Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 11.125C12.5523 11.125 13 11.5727 13 12.125L13 15.125C13 15.6773 12.5523 16.125 12 16.125C11.4477 16.125 11 15.6773 11 15.125L11 12.125C11 11.5727 11.4477 11.125 12 11.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 1.125C12.5524 1.125 13.0001 1.57272 13.0001 2.125V3.23315C14.0533 3.46469 14.9682 4.05346 15.5984 4.85764L16.4454 4.29295C16.9049 3.9866 17.5258 4.11077 17.8322 4.5703C18.1385 5.02983 18.0143 5.6507 17.5548 5.95705L16.4345 6.70393C16.5242 7.19593 16.5264 7.71569 16.425 8.24768L16.2065 9.39409L17.5548 10.2929C18.0143 10.5993 18.1385 11.2202 17.8322 11.6797C17.5258 12.1392 16.9049 12.2634 16.4454 11.9571L15.8001 11.5268L15.0787 15.3122C14.9753 15.8547 14.4517 16.2107 13.9092 16.1073C13.3667 16.0039 13.0107 15.4803 13.1141 14.9378L14.4603 7.87328C14.7228 6.49609 13.6138 5.125 12.0001 5.125C10.3864 5.125 9.27742 6.49609 9.53988 7.87328L10.8862 14.9378C10.9895 15.4803 10.6336 16.0039 10.091 16.1073C9.54852 16.2107 9.0249 15.8547 8.92152 15.3122L8.20014 11.5268L7.55481 11.9571C7.09528 12.2634 6.47441 12.1392 6.16806 11.6797C5.8617 11.2202 5.98588 10.5993 6.44541 10.2929L7.7937 9.39409L7.57523 8.24768C7.47385 7.7157 7.47603 7.19593 7.56573 6.70393L6.44541 5.95705C5.98588 5.6507 5.8617 5.02983 6.16806 4.5703C6.47441 4.11077 7.09528 3.9866 7.55481 4.29295L8.40185 4.85765C9.03204 4.05346 9.94691 3.46469 11.0001 3.23315V2.125C11.0001 1.57272 11.4478 1.125 12.0001 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-candelier-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.8363 13.9796C18.2498 13.5905 18.7894 13.375 19.4997 13.375C20.2101 13.375 20.7496 13.5905 21.1632 13.9796C21.5054 14.3016 21.725 14.7183 21.8859 15.0237C22.0028 15.2276 22.4688 16.0564 22.571 16.3181C22.7672 16.8205 22.928 17.6086 22.3335 18.2715C21.9893 18.6552 21.5186 18.7744 21.0978 18.8253C20.6864 18.8751 20.1124 18.875 19.4997 18.875H19.4997H19.4997C18.8871 18.875 18.313 18.8751 17.9017 18.8253C17.4808 18.7744 17.0102 18.6552 16.666 18.2715C16.0715 17.6086 16.2323 16.8205 16.4285 16.3181C16.5306 16.0564 16.9966 15.2276 17.1136 15.0237C17.2745 14.7183 17.494 14.3016 17.8363 13.9796Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3363 16.9796C10.7498 16.5905 11.2894 16.375 11.9997 16.375C12.7101 16.375 13.2496 16.5905 13.6632 16.9796C14.0054 17.3016 14.225 17.7183 14.3859 18.0237C14.5028 18.2276 14.9688 19.0564 15.071 19.3181C15.2672 19.8205 15.428 20.6086 14.8335 21.2715C14.4893 21.6552 14.0186 21.7744 13.5978 21.8253C13.1864 21.8751 12.6124 21.875 11.9997 21.875H11.9997H11.9997C11.3871 21.875 10.813 21.8751 10.4017 21.8253C9.98085 21.7744 9.51015 21.6552 9.166 21.2715C8.57146 20.6086 8.73228 19.8205 8.92847 19.3181C9.03065 19.0564 9.49664 18.2276 9.61358 18.0237C9.77449 17.7183 9.99403 17.3016 10.3363 16.9796Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.83628 13.9796C3.24984 13.5905 3.78939 13.375 4.49973 13.375C5.21007 13.375 5.74961 13.5905 6.16318 13.9796C6.50543 14.3016 6.72497 14.7183 6.88588 15.0237C7.00282 15.2276 7.46881 16.0564 7.57099 16.3181C7.76718 16.8205 7.928 17.6086 7.33346 18.2715C6.98931 18.6552 6.51861 18.7744 6.09778 18.8253C5.68641 18.8751 5.1124 18.875 4.49975 18.875H4.49973H4.49971C3.88706 18.875 3.31304 18.8751 2.90168 18.8253C2.48085 18.7744 2.01015 18.6552 1.666 18.2715C1.07146 17.6086 1.23228 16.8205 1.42847 16.3181C1.53065 16.0564 1.99664 15.2276 2.11358 15.0237C2.27449 14.7183 2.49403 14.3016 2.83628 13.9796Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 3.125C8 2.57272 8.44772 2.125 9 2.125H15C15.5523 2.125 16 2.57272 16 3.125C16 3.67728 15.5523 4.125 15 4.125H9C8.44772 4.125 8 3.67728 8 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.125C12.5523 2.125 13 2.57272 13 3.125L13 17.125C13 17.6773 12.5523 18.125 12 18.125C11.4477 18.125 11 17.6773 11 17.125L11 3.125C11 2.57272 11.4477 2.125 12 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 11.875C3.5 9.25165 5.62665 7.125 8.25 7.125C9.77427 7.125 11.1308 7.84297 12 8.95917C12.8692 7.84297 14.2257 7.125 15.75 7.125C18.3734 7.125 20.5 9.25165 20.5 11.875V14.125C20.5 14.6773 20.0523 15.125 19.5 15.125C18.9477 15.125 18.5 14.6773 18.5 14.125V11.875C18.5 10.3562 17.2688 9.125 15.75 9.125C14.2312 9.125 13 10.3562 13 11.875C13 12.4273 12.5523 12.875 12 12.875C11.4477 12.875 11 12.4273 11 11.875C11 10.3562 9.76878 9.125 8.25 9.125C6.73122 9.125 5.5 10.3562 5.5 11.875V14.125C5.5 14.6773 5.05228 15.125 4.5 15.125C3.94772 15.125 3.5 14.6773 3.5 14.125V11.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.8363 13.9796C18.2498 13.5905 18.7894 13.375 19.4997 13.375C20.2101 13.375 20.7496 13.5905 21.1632 13.9796C21.5054 14.3016 21.725 14.7183 21.8859 15.0237C22.0028 15.2276 22.4688 16.0564 22.571 16.3181C22.7672 16.8205 22.928 17.6086 22.3335 18.2715C21.9893 18.6552 21.5186 18.7744 21.0978 18.8253C20.6864 18.8751 20.1124 18.875 19.4997 18.875H19.4997H19.4997C18.8871 18.875 18.313 18.8751 17.9017 18.8253C17.4808 18.7744 17.0102 18.6552 16.666 18.2715C16.0715 17.6086 16.2323 16.8205 16.4285 16.3181C16.5306 16.0564 16.9966 15.2276 17.1136 15.0237C17.2745 14.7183 17.494 14.3016 17.8363 13.9796Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3363 16.9796C10.7498 16.5905 11.2894 16.375 11.9997 16.375C12.7101 16.375 13.2496 16.5905 13.6632 16.9796C14.0054 17.3016 14.225 17.7183 14.3859 18.0237C14.5028 18.2276 14.9688 19.0564 15.071 19.3181C15.2672 19.8205 15.428 20.6086 14.8335 21.2715C14.4893 21.6552 14.0186 21.7744 13.5978 21.8253C13.1864 21.8751 12.6124 21.875 11.9997 21.875H11.9997H11.9997C11.3871 21.875 10.813 21.8751 10.4017 21.8253C9.98085 21.7744 9.51015 21.6552 9.166 21.2715C8.57146 20.6086 8.73228 19.8205 8.92847 19.3181C9.03065 19.0564 9.49664 18.2276 9.61358 18.0237C9.77449 17.7183 9.99403 17.3016 10.3363 16.9796Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.83628 13.9796C3.24984 13.5905 3.78939 13.375 4.49973 13.375C5.21007 13.375 5.74961 13.5905 6.16318 13.9796C6.50543 14.3016 6.72497 14.7183 6.88588 15.0237C7.00282 15.2276 7.46881 16.0564 7.57099 16.3181C7.76718 16.8205 7.928 17.6086 7.33346 18.2715C6.98931 18.6552 6.51861 18.7744 6.09778 18.8253C5.68641 18.8751 5.1124 18.875 4.49975 18.875H4.49973H4.49971C3.88706 18.875 3.31304 18.8751 2.90168 18.8253C2.48085 18.7744 2.01015 18.6552 1.666 18.2715C1.07146 17.6086 1.23228 16.8205 1.42847 16.3181C1.53065 16.0564 1.99664 15.2276 2.11358 15.0237C2.27449 14.7183 2.49403 14.3016 2.83628 13.9796Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 3.125C8 2.57272 8.44772 2.125 9 2.125H15C15.5523 2.125 16 2.57272 16 3.125C16 3.67728 15.5523 4.125 15 4.125H9C8.44772 4.125 8 3.67728 8 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.125C12.5523 2.125 13 2.57272 13 3.125L13 17.125C13 17.6773 12.5523 18.125 12 18.125C11.4477 18.125 11 17.6773 11 17.125L11 3.125C11 2.57272 11.4477 2.125 12 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 11.875C3.5 9.25165 5.62665 7.125 8.25 7.125C9.77427 7.125 11.1308 7.84297 12 8.95917C12.8692 7.84297 14.2257 7.125 15.75 7.125C18.3734 7.125 20.5 9.25165 20.5 11.875V14.125C20.5 14.6773 20.0523 15.125 19.5 15.125C18.9477 15.125 18.5 14.6773 18.5 14.125V11.875C18.5 10.3562 17.2688 9.125 15.75 9.125C14.2312 9.125 13 10.3562 13 11.875C13 12.4273 12.5523 12.875 12 12.875C11.4477 12.875 11 12.4273 11 11.875C11 10.3562 9.76878 9.125 8.25 9.125C6.73122 9.125 5.5 10.3562 5.5 11.875V14.125C5.5 14.6773 5.05228 15.125 4.5 15.125C3.94772 15.125 3.5 14.6773 3.5 14.125V11.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-candelier-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.87189 12.214C2.35973 11.2957 3.23637 10.3751 4.50001 10.3751C5.76366 10.3751 6.64029 11.2957 7.12813 12.214C7.62256 13.1448 7.85581 14.3076 7.70428 15.2361C7.57798 16.0101 6.90807 16.408 6.38083 16.5992C5.81206 16.8056 5.12525 16.885 4.47782 16.8742C3.82896 16.8633 3.15139 16.7606 2.59641 16.5518C2.10852 16.3683 1.41816 15.9862 1.29575 15.2361C1.14422 14.3076 1.37746 13.1448 1.87189 12.214Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.37189 17.2139C9.85973 16.2955 10.7364 15.375 12 15.375C13.2637 15.375 14.1403 16.2955 14.6281 17.2139C15.1226 18.1447 15.3558 19.3074 15.2043 20.236C15.078 21.0099 14.4081 21.4079 13.8808 21.5991C13.3121 21.8054 12.6252 21.8849 11.9778 21.874C11.329 21.8632 10.6514 21.7605 10.0964 21.5517C9.60852 21.3682 8.91816 20.9861 8.79575 20.236C8.64422 19.3074 8.87746 18.1447 9.37189 17.2139Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8719 12.214C17.3597 11.2957 18.2364 10.3751 19.5 10.3751C20.7637 10.3751 21.6403 11.2957 22.1281 12.214C22.6226 13.1448 22.8558 14.3076 22.7043 15.2361C22.578 16.0101 21.9081 16.408 21.3808 16.5992C20.8121 16.8056 20.1252 16.885 19.4778 16.8742C18.829 16.8633 18.1514 16.7606 17.5964 16.5518C17.1085 16.3683 16.4182 15.9862 16.2957 15.2361C16.1442 14.3076 16.3775 13.1448 16.8719 12.214Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 3.125C1 2.57272 1.44772 2.125 2 2.125H22C22.5523 2.125 23 2.57272 23 3.125C23 3.67728 22.5523 4.125 22 4.125H2C1.44772 4.125 1 3.67728 1 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.125C12.5523 2.125 13 2.57272 13 3.125V16.125C13 16.6773 12.5523 17.125 12 17.125C11.4477 17.125 11 16.6773 11 16.125V3.125C11 2.57272 11.4477 2.125 12 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5 2.125C20.0523 2.125 20.5 2.57272 20.5 3.125V11.125C20.5 11.6773 20.0523 12.125 19.5 12.125C18.9477 12.125 18.5 11.6773 18.5 11.125V3.125C18.5 2.57272 18.9477 2.125 19.5 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 2.125C5.05228 2.125 5.5 2.57272 5.5 3.125V11.125C5.5 11.6773 5.05228 12.125 4.5 12.125C3.94772 12.125 3.5 11.6773 3.5 11.125V3.125C3.5 2.57272 3.94772 2.125 4.5 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.87189 12.214C2.35973 11.2957 3.23637 10.3751 4.50001 10.3751C5.76366 10.3751 6.64029 11.2957 7.12813 12.214C7.62256 13.1448 7.85581 14.3076 7.70428 15.2361C7.57798 16.0101 6.90807 16.408 6.38083 16.5992C5.81206 16.8056 5.12525 16.885 4.47782 16.8742C3.82896 16.8633 3.15139 16.7606 2.59641 16.5518C2.10852 16.3683 1.41816 15.9862 1.29575 15.2361C1.14422 14.3076 1.37746 13.1448 1.87189 12.214Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.37189 17.2139C9.85973 16.2955 10.7364 15.375 12 15.375C13.2637 15.375 14.1403 16.2955 14.6281 17.2139C15.1226 18.1447 15.3558 19.3074 15.2043 20.236C15.078 21.0099 14.4081 21.4079 13.8808 21.5991C13.3121 21.8054 12.6252 21.8849 11.9778 21.874C11.329 21.8632 10.6514 21.7605 10.0964 21.5517C9.60852 21.3682 8.91816 20.9861 8.79575 20.236C8.64422 19.3074 8.87746 18.1447 9.37189 17.2139Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8719 12.214C17.3597 11.2957 18.2364 10.3751 19.5 10.3751C20.7637 10.3751 21.6403 11.2957 22.1281 12.214C22.6226 13.1448 22.8558 14.3076 22.7043 15.2361C22.578 16.0101 21.9081 16.408 21.3808 16.5992C20.8121 16.8056 20.1252 16.885 19.4778 16.8742C18.829 16.8633 18.1514 16.7606 17.5964 16.5518C17.1085 16.3683 16.4182 15.9862 16.2957 15.2361C16.1442 14.3076 16.3775 13.1448 16.8719 12.214Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 3.125C1 2.57272 1.44772 2.125 2 2.125H22C22.5523 2.125 23 2.57272 23 3.125C23 3.67728 22.5523 4.125 22 4.125H2C1.44772 4.125 1 3.67728 1 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.125C12.5523 2.125 13 2.57272 13 3.125V16.125C13 16.6773 12.5523 17.125 12 17.125C11.4477 17.125 11 16.6773 11 16.125V3.125C11 2.57272 11.4477 2.125 12 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5 2.125C20.0523 2.125 20.5 2.57272 20.5 3.125V11.125C20.5 11.6773 20.0523 12.125 19.5 12.125C18.9477 12.125 18.5 11.6773 18.5 11.125V3.125C18.5 2.57272 18.9477 2.125 19.5 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 2.125C5.05228 2.125 5.5 2.57272 5.5 3.125V11.125C5.5 11.6773 5.05228 12.125 4.5 12.125C3.94772 12.125 3.5 11.6773 3.5 11.125V3.125C3.5 2.57272 3.94772 2.125 4.5 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-chair-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.27498 13.7887C8.80601 13.9405 9.11351 14.4939 8.96178 15.025L6.96178 22.025C6.81006 22.556 6.25657 22.8635 5.72554 22.7118C5.1945 22.5601 4.88701 22.0066 5.03873 21.4755L7.03873 14.4755C7.19046 13.9445 7.74394 13.637 8.27498 13.7887ZM15.7255 13.7887C16.2566 13.637 16.8101 13.9445 16.9618 14.4755L18.9618 21.4755C19.1135 22.0066 18.806 22.5601 18.275 22.7118C17.7439 22.8635 17.1905 22.556 17.0387 22.025L15.0387 15.025C14.887 14.4939 15.1945 13.9405 15.7255 13.7887Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 15.75H6.69811C6.40087 15.75 6.07014 15.6679 5.79002 15.4519C5.49593 15.2252 5.30907 14.8892 5.26636 14.4932C5.18694 13.7569 5.40392 12.9897 5.76087 12.3737C6.11338 11.7654 6.67129 11.1891 7.38584 10.9674C8.70822 10.5572 10.3924 10.25 12 10.25C13.6077 10.25 15.2919 10.5572 16.6142 10.9674C17.3288 11.1891 17.8867 11.7654 18.2392 12.3737C18.5962 12.9897 18.8132 13.7569 18.7337 14.4932C18.691 14.8892 18.5042 15.2252 18.2101 15.4519C17.9299 15.6679 17.5992 15.75 17.302 15.75H12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0002 9C10.2493 9 8.43984 9.33173 7.01562 9.77358C6.91757 9.804 6.86855 9.81921 6.85165 9.8224C6.65001 9.86041 6.49914 9.73721 6.49611 9.53203C6.49585 9.51484 6.49988 9.47454 6.50794 9.39394L6.89946 5.47874C6.98088 4.66426 7.04908 3.98198 7.17427 3.4421C7.30677 2.87065 7.52289 2.36182 7.96579 1.96101C8.40868 1.5602 8.93648 1.39578 9.51828 1.32079C10.0679 1.24995 10.7536 1.24997 11.5721 1.25H12.43C13.2485 1.24997 13.9342 1.24995 14.4839 1.32079C15.0657 1.39578 15.5935 1.5602 16.0364 1.96101C16.4793 2.36182 16.6954 2.87065 16.8279 3.4421C16.9531 3.98198 17.0213 4.66424 17.1027 5.47871L17.4941 9.39284C17.5023 9.47484 17.5064 9.51583 17.5061 9.53346C17.5025 9.73788 17.3524 9.8604 17.1514 9.82311C17.1341 9.81989 17.0843 9.80445 16.9848 9.77358C15.5606 9.33173 13.7511 9 12.0002 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.27498 13.7887C8.80601 13.9405 9.11351 14.4939 8.96178 15.025L6.96178 22.025C6.81006 22.556 6.25657 22.8635 5.72554 22.7118C5.1945 22.5601 4.88701 22.0066 5.03873 21.4755L7.03873 14.4755C7.19046 13.9445 7.74394 13.637 8.27498 13.7887ZM15.7255 13.7887C16.2566 13.637 16.8101 13.9445 16.9618 14.4755L18.9618 21.4755C19.1135 22.0066 18.806 22.5601 18.275 22.7118C17.7439 22.8635 17.1905 22.556 17.0387 22.025L15.0387 15.025C14.887 14.4939 15.1945 13.9405 15.7255 13.7887Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 15.75H6.69811C6.40087 15.75 6.07014 15.6679 5.79002 15.4519C5.49593 15.2252 5.30907 14.8892 5.26636 14.4932C5.18694 13.7569 5.40392 12.9897 5.76087 12.3737C6.11338 11.7654 6.67129 11.1891 7.38584 10.9674C8.70822 10.5572 10.3924 10.25 12 10.25C13.6077 10.25 15.2919 10.5572 16.6142 10.9674C17.3288 11.1891 17.8867 11.7654 18.2392 12.3737C18.5962 12.9897 18.8132 13.7569 18.7337 14.4932C18.691 14.8892 18.5042 15.2252 18.2101 15.4519C17.9299 15.6679 17.5992 15.75 17.302 15.75H12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0002 9C10.2493 9 8.43984 9.33173 7.01562 9.77358C6.91757 9.804 6.86855 9.81921 6.85165 9.8224C6.65001 9.86041 6.49914 9.73721 6.49611 9.53203C6.49585 9.51484 6.49988 9.47454 6.50794 9.39394L6.89946 5.47874C6.98088 4.66426 7.04908 3.98198 7.17427 3.4421C7.30677 2.87065 7.52289 2.36182 7.96579 1.96101C8.40868 1.5602 8.93648 1.39578 9.51828 1.32079C10.0679 1.24995 10.7536 1.24997 11.5721 1.25H12.43C13.2485 1.24997 13.9342 1.24995 14.4839 1.32079C15.0657 1.39578 15.5935 1.5602 16.0364 1.96101C16.4793 2.36182 16.6954 2.87065 16.8279 3.4421C16.9531 3.98198 17.0213 4.66424 17.1027 5.47871L17.4941 9.39284C17.5023 9.47484 17.5064 9.51583 17.5061 9.53346C17.5025 9.73788 17.3524 9.8604 17.1514 9.82311C17.1341 9.81989 17.0843 9.80445 16.9848 9.77358C15.5606 9.33173 13.7511 9 12.0002 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-chair-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 10.25C13.6077 10.25 15.2919 10.5572 16.6142 10.9674C17.3288 11.1891 17.8867 11.7654 18.2392 12.3737C18.5962 12.9897 18.8132 13.7569 18.7337 14.4932C18.691 14.8892 18.5042 15.2252 18.2101 15.4519C17.9299 15.6679 17.5992 15.75 17.302 15.75H12H6.69811C6.40087 15.75 6.07014 15.6679 5.79002 15.4519C5.49593 15.2252 5.30907 14.8892 5.26636 14.4932C5.18694 13.7569 5.40392 12.9897 5.76087 12.3737C6.11338 11.7654 6.67129 11.1891 7.38584 10.9674C8.70822 10.5572 10.3924 10.25 12 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.20833 14.25C7.73761 14.25 8.16667 14.6728 8.16667 15.1944V17.0833H15.8333V15.1944C15.8333 14.6728 16.2624 14.25 16.7917 14.25C17.3209 14.25 17.75 14.6728 17.75 15.1944V21.8056C17.75 22.3272 17.3209 22.75 16.7917 22.75C16.2624 22.75 15.8333 22.3272 15.8333 21.8056V18.9722H8.16667V21.8056C8.16667 22.3272 7.73761 22.75 7.20833 22.75C6.67906 22.75 6.25 22.3272 6.25 21.8056V15.1944C6.25 14.6728 6.67906 14.25 7.20833 14.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0001 9C10.2492 9 8.43975 9.33173 7.01553 9.77358C6.57766 9.90942 6.35873 9.97735 6.24267 9.90585C6.23607 9.90178 6.23212 9.89916 6.22581 9.89466C6.11484 9.81549 6.09541 9.61826 6.05656 9.2238L5.96733 8.31787C5.84351 7.06093 5.74475 6.05831 5.75022 5.25602C5.75581 4.43395 5.86883 3.72454 6.24217 3.09631C6.91829 1.95857 8.00738 1.51924 9.05508 1.35294C9.83395 1.22932 10.6894 1.24559 11.409 1.25927H12.591C13.3106 1.24559 14.166 1.22932 14.9449 1.35294C15.9926 1.51924 17.0817 1.95857 17.7578 3.09631C18.1312 3.72454 18.2442 4.43395 18.2498 5.25602C18.2552 6.0583 18.1565 7.0609 18.0327 8.31782L17.9434 9.22393C17.9046 9.61821 17.8852 9.81536 17.7743 9.89452C17.7679 9.89908 17.7639 9.90172 17.7572 9.90583C17.6412 9.97726 17.4224 9.90936 16.9847 9.77358C15.5605 9.33173 13.751 9 12.0001 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 10.25C13.6077 10.25 15.2919 10.5572 16.6142 10.9674C17.3288 11.1891 17.8867 11.7654 18.2392 12.3737C18.5962 12.9897 18.8132 13.7569 18.7337 14.4932C18.691 14.8892 18.5042 15.2252 18.2101 15.4519C17.9299 15.6679 17.5992 15.75 17.302 15.75H12H6.69811C6.40087 15.75 6.07014 15.6679 5.79002 15.4519C5.49593 15.2252 5.30907 14.8892 5.26636 14.4932C5.18694 13.7569 5.40392 12.9897 5.76087 12.3737C6.11338 11.7654 6.67129 11.1891 7.38584 10.9674C8.70822 10.5572 10.3924 10.25 12 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.20833 14.25C7.73761 14.25 8.16667 14.6728 8.16667 15.1944V17.0833H15.8333V15.1944C15.8333 14.6728 16.2624 14.25 16.7917 14.25C17.3209 14.25 17.75 14.6728 17.75 15.1944V21.8056C17.75 22.3272 17.3209 22.75 16.7917 22.75C16.2624 22.75 15.8333 22.3272 15.8333 21.8056V18.9722H8.16667V21.8056C8.16667 22.3272 7.73761 22.75 7.20833 22.75C6.67906 22.75 6.25 22.3272 6.25 21.8056V15.1944C6.25 14.6728 6.67906 14.25 7.20833 14.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0001 9C10.2492 9 8.43975 9.33173 7.01553 9.77358C6.57766 9.90942 6.35873 9.97735 6.24267 9.90585C6.23607 9.90178 6.23212 9.89916 6.22581 9.89466C6.11484 9.81549 6.09541 9.61826 6.05656 9.2238L5.96733 8.31787C5.84351 7.06093 5.74475 6.05831 5.75022 5.25602C5.75581 4.43395 5.86883 3.72454 6.24217 3.09631C6.91829 1.95857 8.00738 1.51924 9.05508 1.35294C9.83395 1.22932 10.6894 1.24559 11.409 1.25927H12.591C13.3106 1.24559 14.166 1.22932 14.9449 1.35294C15.9926 1.51924 17.0817 1.95857 17.7578 3.09631C18.1312 3.72454 18.2442 4.43395 18.2498 5.25602C18.2552 6.0583 18.1565 7.0609 18.0327 8.31782L17.9434 9.22393C17.9046 9.61821 17.8852 9.81536 17.7743 9.89452C17.7679 9.89908 17.7639 9.90172 17.7572 9.90583C17.6412 9.97726 17.4224 9.90936 16.9847 9.77358C15.5605 9.33173 13.751 9 12.0001 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-chair-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.59341 4.87931C8.14328 4.93086 8.54725 5.41841 8.4957 5.96829L8.0357 10.8749H15.9644L15.5044 5.96829C15.4529 5.41841 15.8569 4.93086 16.4067 4.87931C16.9566 4.82776 17.4442 5.23173 17.4957 5.7816L18.9957 21.7816C19.0473 22.3315 18.6433 22.819 18.0934 22.8706C17.5435 22.9221 17.056 22.5182 17.0044 21.9683L16.4332 15.8749H7.56695L6.9957 21.9683C6.94415 22.5182 6.4566 22.9221 5.90673 22.8706C5.35685 22.819 4.95288 22.3315 5.00443 21.7816L6.50443 5.7816C6.55598 5.23173 7.04353 4.82776 7.59341 4.87931Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0001 1.125C13.6078 1.125 15.2919 1.43219 16.6143 1.84245C17.3289 2.06413 17.8868 2.64035 18.2393 3.24869C18.5962 3.86466 18.8132 4.6319 18.7338 5.3682C18.6911 5.76419 18.5042 6.10019 18.2101 6.32691C17.93 6.54286 17.5993 6.625 17.302 6.625H12.0001L6.69811 6.62507C6.40087 6.62507 6.07014 6.54293 5.79002 6.32698C5.49593 6.10026 5.30907 5.76425 5.26636 5.36826C5.18694 4.63196 5.40392 3.86473 5.76087 3.24876C6.11338 2.64042 6.67129 2.0642 7.38584 1.84251C8.70822 1.43226 10.3924 1.125 12.0001 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.59341 4.87931C8.14328 4.93086 8.54725 5.41841 8.4957 5.96829L8.0357 10.8749H15.9644L15.5044 5.96829C15.4529 5.41841 15.8569 4.93086 16.4067 4.87931C16.9566 4.82776 17.4442 5.23173 17.4957 5.7816L18.9957 21.7816C19.0473 22.3315 18.6433 22.819 18.0934 22.8706C17.5435 22.9221 17.056 22.5182 17.0044 21.9683L16.4332 15.8749H7.56695L6.9957 21.9683C6.94415 22.5182 6.4566 22.9221 5.90673 22.8706C5.35685 22.819 4.95288 22.3315 5.00443 21.7816L6.50443 5.7816C6.55598 5.23173 7.04353 4.82776 7.59341 4.87931Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0001 1.125C13.6078 1.125 15.2919 1.43219 16.6143 1.84245C17.3289 2.06413 17.8868 2.64035 18.2393 3.24869C18.5962 3.86466 18.8132 4.6319 18.7338 5.3682C18.6911 5.76419 18.5042 6.10019 18.2101 6.32691C17.93 6.54286 17.5993 6.625 17.302 6.625H12.0001L6.69811 6.62507C6.40087 6.62507 6.07014 6.54293 5.79002 6.32698C5.49593 6.10026 5.30907 5.76425 5.26636 5.36826C5.18694 4.63196 5.40392 3.86473 5.76087 3.24876C6.11338 2.64042 6.67129 2.0642 7.38584 1.84251C8.70822 1.43226 10.3924 1.125 12.0001 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-chair-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.05167 1.68381C4.22644 1.15991 4.79283 0.876889 5.31673 1.05167C5.87042 1.23638 6.48699 1.40032 7.15646 1.53781C8.58419 1.83101 10.2348 2.00023 11.9996 2.00027C11.9994 2.00027 11.9998 2.00027 11.9996 2.00027L12.038 2.00025C13.7941 1.99785 15.436 1.82795 16.8566 1.53523C17.5212 1.39828 18.1336 1.23522 18.6838 1.05167C19.2077 0.876889 19.7741 1.15991 19.9489 1.68381C20.1237 2.20771 19.8406 2.7741 19.3167 2.94888C18.8925 3.0904 18.4434 3.21902 17.973 3.33389L17.111 12.3849C17.4837 12.2858 17.8349 12.1767 18.1622 12.0592C18.6819 11.8724 19.2546 12.1424 19.4414 12.6622C19.6281 13.1819 19.3581 13.7546 18.8384 13.9414C18.0323 14.231 17.1301 14.4671 16.1609 14.6422C14.8898 14.8718 13.4924 14.9986 12.0287 15.0003L12.0008 15.0003C10.5279 15.0003 9.12101 14.8735 7.84247 14.6427C6.87227 14.4675 5.96903 14.2313 5.16216 13.9414C4.6424 13.7546 4.37243 13.1819 4.55917 12.6622C4.7459 12.1424 5.31862 11.8724 5.83838 12.0592C6.16564 12.1767 6.51684 12.2858 6.88952 12.3849L6.02752 3.33389C5.55719 3.21902 5.10802 3.0904 4.68381 2.94888C4.15991 2.7741 3.87689 2.20771 4.05167 1.68381ZM8.07399 3.72681L8.93742 12.7928C9.59283 12.8847 10.2836 12.9482 11.0003 12.9789L11.0003 3.98325C9.98142 3.94841 8.99969 3.86077 8.07399 3.72681ZM13.0003 3.98325V12.9789C13.717 12.9482 14.4077 12.8847 15.0631 12.7928L15.9266 3.72681C15.0008 3.86078 14.0191 3.94841 13.0003 3.98325Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.55917 12.6622C4.7459 12.1424 5.31862 11.8724 5.83838 12.0592C6.51275 12.3014 7.28891 12.5077 8.14519 12.6649C8.14496 12.6649 8.14542 12.665 8.14519 12.6649L8.1978 12.6745C9.3525 12.883 10.6394 13.0002 11.9997 13.0003C11.9995 13.0003 11.9999 13.0003 11.9997 13.0003L12.0265 13.0003C12.0263 13.0003 12.0267 13.0003 12.0265 13.0003C13.3779 12.9987 14.6569 12.8815 15.8047 12.6741C15.8045 12.6742 15.8049 12.6741 15.8047 12.6741L15.8547 12.665C16.7112 12.5078 17.4876 12.3015 18.1622 12.0592C18.6819 11.8724 19.2546 12.1424 19.4414 12.6622C19.6281 13.1819 19.3581 13.7546 18.8384 13.9414C18.3408 14.1201 17.8066 14.2785 17.2427 14.4147L18.9737 21.7712C19.1002 22.3088 18.7669 22.8472 18.2293 22.9737C17.6917 23.1002 17.1534 22.7669 17.0269 22.2293L16.2671 19.0003H7.73346L6.97369 22.2293C6.84719 22.7669 6.30884 23.1002 5.77123 22.9737C5.23363 22.8472 4.90036 22.3088 5.02686 21.7712L6.7578 14.4147C6.19391 14.2785 5.65973 14.1201 5.16216 13.9414C4.6424 13.7546 4.37243 13.1819 4.55917 12.6622ZM8.72585 14.7826L8.20405 17.0003H15.7965L15.2747 14.7826C14.2507 14.923 13.1595 14.999 12.0287 15.0003L12.0008 15.0003C10.8599 15.0003 9.7584 14.9242 8.72585 14.7826Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.05167 1.68381C4.22644 1.15991 4.79283 0.876889 5.31673 1.05167C5.87042 1.23638 6.48699 1.40032 7.15646 1.53781C8.58419 1.83101 10.2348 2.00023 11.9996 2.00027C11.9994 2.00027 11.9998 2.00027 11.9996 2.00027L12.038 2.00025C13.7941 1.99785 15.436 1.82795 16.8566 1.53523C17.5212 1.39828 18.1336 1.23522 18.6838 1.05167C19.2077 0.876889 19.7741 1.15991 19.9489 1.68381C20.1237 2.20771 19.8406 2.7741 19.3167 2.94888C18.8925 3.0904 18.4434 3.21902 17.973 3.33389L17.111 12.3849C17.4837 12.2858 17.8349 12.1767 18.1622 12.0592C18.6819 11.8724 19.2546 12.1424 19.4414 12.6622C19.6281 13.1819 19.3581 13.7546 18.8384 13.9414C18.0323 14.231 17.1301 14.4671 16.1609 14.6422C14.8898 14.8718 13.4924 14.9986 12.0287 15.0003L12.0008 15.0003C10.5279 15.0003 9.12101 14.8735 7.84247 14.6427C6.87227 14.4675 5.96903 14.2313 5.16216 13.9414C4.6424 13.7546 4.37243 13.1819 4.55917 12.6622C4.7459 12.1424 5.31862 11.8724 5.83838 12.0592C6.16564 12.1767 6.51684 12.2858 6.88952 12.3849L6.02752 3.33389C5.55719 3.21902 5.10802 3.0904 4.68381 2.94888C4.15991 2.7741 3.87689 2.20771 4.05167 1.68381ZM8.07399 3.72681L8.93742 12.7928C9.59283 12.8847 10.2836 12.9482 11.0003 12.9789L11.0003 3.98325C9.98142 3.94841 8.99969 3.86077 8.07399 3.72681ZM13.0003 3.98325V12.9789C13.717 12.9482 14.4077 12.8847 15.0631 12.7928L15.9266 3.72681C15.0008 3.86078 14.0191 3.94841 13.0003 3.98325Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.55917 12.6622C4.7459 12.1424 5.31862 11.8724 5.83838 12.0592C6.51275 12.3014 7.28891 12.5077 8.14519 12.6649C8.14496 12.6649 8.14542 12.665 8.14519 12.6649L8.1978 12.6745C9.3525 12.883 10.6394 13.0002 11.9997 13.0003C11.9995 13.0003 11.9999 13.0003 11.9997 13.0003L12.0265 13.0003C12.0263 13.0003 12.0267 13.0003 12.0265 13.0003C13.3779 12.9987 14.6569 12.8815 15.8047 12.6741C15.8045 12.6742 15.8049 12.6741 15.8047 12.6741L15.8547 12.665C16.7112 12.5078 17.4876 12.3015 18.1622 12.0592C18.6819 11.8724 19.2546 12.1424 19.4414 12.6622C19.6281 13.1819 19.3581 13.7546 18.8384 13.9414C18.3408 14.1201 17.8066 14.2785 17.2427 14.4147L18.9737 21.7712C19.1002 22.3088 18.7669 22.8472 18.2293 22.9737C17.6917 23.1002 17.1534 22.7669 17.0269 22.2293L16.2671 19.0003H7.73346L6.97369 22.2293C6.84719 22.7669 6.30884 23.1002 5.77123 22.9737C5.23363 22.8472 4.90036 22.3088 5.02686 21.7712L6.7578 14.4147C6.19391 14.2785 5.65973 14.1201 5.16216 13.9414C4.6424 13.7546 4.37243 13.1819 4.55917 12.6622ZM8.72585 14.7826L8.20405 17.0003H15.7965L15.2747 14.7826C14.2507 14.923 13.1595 14.999 12.0287 15.0003L12.0008 15.0003C10.8599 15.0003 9.7584 14.9242 8.72585 14.7826Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-chair-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.19631 16.0196C8.73787 16.1279 9.08909 16.6547 8.98077 17.1963L7.98077 22.1963C7.87246 22.7379 7.34564 23.0891 6.80408 22.9808C6.26252 22.8725 5.9113 22.3456 6.01961 21.8041L7.01961 16.8041C7.12792 16.2625 7.65475 15.9113 8.19631 16.0196ZM15.8041 16.0196C16.3456 15.9113 16.8725 16.2625 16.9808 16.8041L17.9808 21.8041C18.0891 22.3456 17.7379 22.8725 17.1963 22.9808C16.6547 23.0891 16.1279 22.7379 16.0196 22.1963L15.0196 17.1963C14.9113 16.6547 15.2625 16.1279 15.8041 16.0196Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 12.25C13.6077 12.25 15.2919 12.5572 16.6142 12.9674C17.3288 13.1891 17.8867 13.7654 18.2392 14.3737C18.5962 14.9897 18.8132 15.7569 18.7337 16.4932C18.691 16.8892 18.5042 17.2252 18.2101 17.4519C17.9299 17.6679 17.5992 17.75 17.302 17.75H12H6.69811C6.40087 17.75 6.07014 17.6679 5.79002 17.4519C5.49593 17.2252 5.30907 16.8892 5.26636 16.4932C5.18694 15.7569 5.40392 14.9897 5.76087 14.3737C6.11338 13.7654 6.67129 13.1891 7.38584 12.9674C8.70822 12.5572 10.3924 12.25 12 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.46342 4.36708C7.59027 5.23765 7 6.5594 7 8.3553C7 9.91654 7.71223 11.6 8.72841 13.0058C9.05195 13.4534 8.95139 14.0785 8.50379 14.4021C8.0562 14.7256 7.43107 14.625 7.10753 14.1774C5.94281 12.5661 5 10.4782 5 8.3553C5 6.10127 5.75287 4.24537 7.0513 2.95078C7.87531 2.12919 8.88995 1.56288 10.0066 1.25991C10.0248 1.25447 10.0433 1.24954 10.0619 1.24514C10.6821 1.08217 11.3332 1 12 1C12.6668 1 13.3179 1.08217 13.9381 1.24514C13.9567 1.24954 13.9752 1.25447 13.9934 1.25991C15.1101 1.56288 16.1247 2.1292 16.9487 2.95078C18.2471 4.24537 19 6.10127 19 8.3553C19 10.4782 18.0572 12.5661 16.8925 14.1774C16.5689 14.625 15.9438 14.7256 15.4962 14.4021C15.0486 14.0785 14.948 13.4534 15.2716 13.0058C16.2878 11.6 17 9.91654 17 8.3553C17 6.5594 16.4097 5.23765 15.5366 4.36708C15.3445 4.17552 15.1352 4.00232 14.9105 3.84862C14.9691 4.59104 15 5.4011 15 6.2739C15 8.78195 14.6244 11.3464 14.1655 13.236C14.0351 13.7727 13.4944 14.1021 12.9577 13.9718C12.421 13.8414 12.0916 13.3007 12.222 12.764C12.6481 11.0095 13 8.60412 13 6.2739C13 5.03837 12.9344 3.96264 12.8206 3.05684C12.5553 3.01923 12.2813 3 12 3C11.7187 3 11.4447 3.01923 11.1794 3.05684C11.0656 3.96264 11 5.03837 11 6.2739C11 8.60412 11.3519 11.0095 11.778 12.764C11.9084 13.3007 11.579 13.8414 11.0423 13.9718C10.5056 14.1021 9.96487 13.7727 9.83453 13.236C9.3756 11.3464 9 8.78195 9 6.2739C9 5.4011 9.03094 4.59104 9.08951 3.84862C8.86484 4.00233 8.65554 4.17552 8.46342 4.36708Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.19631 16.0196C8.73787 16.1279 9.08909 16.6547 8.98077 17.1963L7.98077 22.1963C7.87246 22.7379 7.34564 23.0891 6.80408 22.9808C6.26252 22.8725 5.9113 22.3456 6.01961 21.8041L7.01961 16.8041C7.12792 16.2625 7.65475 15.9113 8.19631 16.0196ZM15.8041 16.0196C16.3456 15.9113 16.8725 16.2625 16.9808 16.8041L17.9808 21.8041C18.0891 22.3456 17.7379 22.8725 17.1963 22.9808C16.6547 23.0891 16.1279 22.7379 16.0196 22.1963L15.0196 17.1963C14.9113 16.6547 15.2625 16.1279 15.8041 16.0196Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 12.25C13.6077 12.25 15.2919 12.5572 16.6142 12.9674C17.3288 13.1891 17.8867 13.7654 18.2392 14.3737C18.5962 14.9897 18.8132 15.7569 18.7337 16.4932C18.691 16.8892 18.5042 17.2252 18.2101 17.4519C17.9299 17.6679 17.5992 17.75 17.302 17.75H12H6.69811C6.40087 17.75 6.07014 17.6679 5.79002 17.4519C5.49593 17.2252 5.30907 16.8892 5.26636 16.4932C5.18694 15.7569 5.40392 14.9897 5.76087 14.3737C6.11338 13.7654 6.67129 13.1891 7.38584 12.9674C8.70822 12.5572 10.3924 12.25 12 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.46342 4.36708C7.59027 5.23765 7 6.5594 7 8.3553C7 9.91654 7.71223 11.6 8.72841 13.0058C9.05195 13.4534 8.95139 14.0785 8.50379 14.4021C8.0562 14.7256 7.43107 14.625 7.10753 14.1774C5.94281 12.5661 5 10.4782 5 8.3553C5 6.10127 5.75287 4.24537 7.0513 2.95078C7.87531 2.12919 8.88995 1.56288 10.0066 1.25991C10.0248 1.25447 10.0433 1.24954 10.0619 1.24514C10.6821 1.08217 11.3332 1 12 1C12.6668 1 13.3179 1.08217 13.9381 1.24514C13.9567 1.24954 13.9752 1.25447 13.9934 1.25991C15.1101 1.56288 16.1247 2.1292 16.9487 2.95078C18.2471 4.24537 19 6.10127 19 8.3553C19 10.4782 18.0572 12.5661 16.8925 14.1774C16.5689 14.625 15.9438 14.7256 15.4962 14.4021C15.0486 14.0785 14.948 13.4534 15.2716 13.0058C16.2878 11.6 17 9.91654 17 8.3553C17 6.5594 16.4097 5.23765 15.5366 4.36708C15.3445 4.17552 15.1352 4.00232 14.9105 3.84862C14.9691 4.59104 15 5.4011 15 6.2739C15 8.78195 14.6244 11.3464 14.1655 13.236C14.0351 13.7727 13.4944 14.1021 12.9577 13.9718C12.421 13.8414 12.0916 13.3007 12.222 12.764C12.6481 11.0095 13 8.60412 13 6.2739C13 5.03837 12.9344 3.96264 12.8206 3.05684C12.5553 3.01923 12.2813 3 12 3C11.7187 3 11.4447 3.01923 11.1794 3.05684C11.0656 3.96264 11 5.03837 11 6.2739C11 8.60412 11.3519 11.0095 11.778 12.764C11.9084 13.3007 11.579 13.8414 11.0423 13.9718C10.5056 14.1021 9.96487 13.7727 9.83453 13.236C9.3756 11.3464 9 8.78195 9 6.2739C9 5.4011 9.03094 4.59104 9.08951 3.84862C8.86484 4.00233 8.65554 4.17552 8.46342 4.36708Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-chair-barber{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.4996 8.39485C11.0443 8.34922 10.8047 8.39287 10.7246 8.42828C10.5164 8.5203 10.3343 8.67472 10.204 8.87677C10.1483 8.96311 10.0802 9.12516 10.0411 9.54053C10.001 9.96576 10 10.5292 10 11.3739C10 11.9262 9.55229 12.3739 9 12.3739C8.44772 12.3739 8 11.9262 8 11.3739V11.3264V11.3264C7.99998 10.5417 7.99996 9.88332 8.04986 9.35313C8.10169 8.80241 8.21538 8.27 8.52337 7.79258C8.86203 7.26761 9.34495 6.85138 9.91619 6.59894C10.4852 6.34747 11.1552 6.35031 11.699 6.40482C12.2764 6.46268 12.8806 6.59859 13.4121 6.74468C13.9484 6.89207 14.4375 7.05738 14.791 7.18502C14.9685 7.2491 15.1135 7.30432 15.2152 7.34397C15.2662 7.3638 15.3063 7.37978 15.3344 7.39107L15.3674 7.40439L15.3768 7.40823L15.3806 7.40981C15.8912 7.6204 16.135 8.20528 15.9245 8.71584C15.7139 9.22631 15.1295 9.46948 14.619 9.2591L14.6131 9.25671L14.589 9.24695C14.5669 9.23809 14.5332 9.22467 14.4891 9.20749C14.4009 9.1731 14.2716 9.12385 14.1118 9.06615C13.7907 8.95022 13.3534 8.80271 12.882 8.67316C12.4059 8.54229 11.9214 8.43712 11.4996 8.39485Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.25 16.407V16.0209C7.48815 16.0887 7.73968 16.1251 8 16.1251H15.6972C16.8384 16.1251 17.75 15.1923 17.75 14.0585C17.75 13.3775 17.404 12.6734 16.6991 12.3471C15.514 11.7985 12.8126 10.8455 8.03555 10.6278C6.47524 10.5567 5.25 11.8403 5.25 13.3539V16.375C5.25 16.8546 5.24946 17.1643 5.23329 17.4012C5.21773 17.6292 5.19112 17.7161 5.17388 17.7577C5.07239 18.0027 4.87771 18.1974 4.63268 18.2989C4.59107 18.3161 4.50424 18.3427 4.27624 18.3583C4.03926 18.3745 3.72962 18.375 3.25 18.375C2.69772 18.375 2.25 18.8227 2.25 19.375C2.25 19.9273 2.69772 20.375 3.25 20.375L3.28203 20.375C3.72066 20.375 4.09913 20.375 4.41238 20.3537C4.74221 20.3311 5.07212 20.2816 5.39805 20.1466C6.13313 19.8422 6.71716 19.2581 7.02164 18.523C7.15664 18.1971 7.20615 17.8672 7.22865 17.5374C7.25002 17.2241 7.25001 16.8456 7.25 16.407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 14.375C12.5523 14.375 13 14.8227 13 15.375V20.375H14C14.5523 20.375 15 20.8227 15 21.375C15 21.9273 14.5523 22.375 14 22.375H10C9.44772 22.375 9 21.9273 9 21.375C9 20.8227 9.44772 20.375 10 20.375H11V15.375C11 14.8227 11.4477 14.375 12 14.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8021 10.3518C14.567 10.2872 14.4495 10.2549 14.3875 10.1662C14.3254 10.0774 14.3352 9.95996 14.3546 9.72501C14.5667 7.16109 15.0663 5.26544 15.5639 3.90375C16.2794 1.94594 18.4716 1.30399 20.3369 1.7781C21.3461 2.03461 22.0251 3.07052 21.6437 4.11727L21.6413 4.12366L18.9781 11.2314C18.8055 11.692 18.7192 11.9222 18.5784 11.9656C18.4375 12.009 18.1924 11.836 17.7021 11.4901C17.5555 11.3866 17.3959 11.2938 17.2227 11.2136C16.6773 10.9611 15.8825 10.6488 14.8021 10.3518Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.4996 8.39485C11.0443 8.34922 10.8047 8.39287 10.7246 8.42828C10.5164 8.5203 10.3343 8.67472 10.204 8.87677C10.1483 8.96311 10.0802 9.12516 10.0411 9.54053C10.001 9.96576 10 10.5292 10 11.3739C10 11.9262 9.55229 12.3739 9 12.3739C8.44772 12.3739 8 11.9262 8 11.3739V11.3264V11.3264C7.99998 10.5417 7.99996 9.88332 8.04986 9.35313C8.10169 8.80241 8.21538 8.27 8.52337 7.79258C8.86203 7.26761 9.34495 6.85138 9.91619 6.59894C10.4852 6.34747 11.1552 6.35031 11.699 6.40482C12.2764 6.46268 12.8806 6.59859 13.4121 6.74468C13.9484 6.89207 14.4375 7.05738 14.791 7.18502C14.9685 7.2491 15.1135 7.30432 15.2152 7.34397C15.2662 7.3638 15.3063 7.37978 15.3344 7.39107L15.3674 7.40439L15.3768 7.40823L15.3806 7.40981C15.8912 7.6204 16.135 8.20528 15.9245 8.71584C15.7139 9.22631 15.1295 9.46948 14.619 9.2591L14.6131 9.25671L14.589 9.24695C14.5669 9.23809 14.5332 9.22467 14.4891 9.20749C14.4009 9.1731 14.2716 9.12385 14.1118 9.06615C13.7907 8.95022 13.3534 8.80271 12.882 8.67316C12.4059 8.54229 11.9214 8.43712 11.4996 8.39485Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.25 16.407V16.0209C7.48815 16.0887 7.73968 16.1251 8 16.1251H15.6972C16.8384 16.1251 17.75 15.1923 17.75 14.0585C17.75 13.3775 17.404 12.6734 16.6991 12.3471C15.514 11.7985 12.8126 10.8455 8.03555 10.6278C6.47524 10.5567 5.25 11.8403 5.25 13.3539V16.375C5.25 16.8546 5.24946 17.1643 5.23329 17.4012C5.21773 17.6292 5.19112 17.7161 5.17388 17.7577C5.07239 18.0027 4.87771 18.1974 4.63268 18.2989C4.59107 18.3161 4.50424 18.3427 4.27624 18.3583C4.03926 18.3745 3.72962 18.375 3.25 18.375C2.69772 18.375 2.25 18.8227 2.25 19.375C2.25 19.9273 2.69772 20.375 3.25 20.375L3.28203 20.375C3.72066 20.375 4.09913 20.375 4.41238 20.3537C4.74221 20.3311 5.07212 20.2816 5.39805 20.1466C6.13313 19.8422 6.71716 19.2581 7.02164 18.523C7.15664 18.1971 7.20615 17.8672 7.22865 17.5374C7.25002 17.2241 7.25001 16.8456 7.25 16.407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 14.375C12.5523 14.375 13 14.8227 13 15.375V20.375H14C14.5523 20.375 15 20.8227 15 21.375C15 21.9273 14.5523 22.375 14 22.375H10C9.44772 22.375 9 21.9273 9 21.375C9 20.8227 9.44772 20.375 10 20.375H11V15.375C11 14.8227 11.4477 14.375 12 14.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8021 10.3518C14.567 10.2872 14.4495 10.2549 14.3875 10.1662C14.3254 10.0774 14.3352 9.95996 14.3546 9.72501C14.5667 7.16109 15.0663 5.26544 15.5639 3.90375C16.2794 1.94594 18.4716 1.30399 20.3369 1.7781C21.3461 2.03461 22.0251 3.07052 21.6437 4.11727L21.6413 4.12366L18.9781 11.2314C18.8055 11.692 18.7192 11.9222 18.5784 11.9656C18.4375 12.009 18.1924 11.836 17.7021 11.4901C17.5555 11.3866 17.3959 11.2938 17.2227 11.2136C16.6773 10.9611 15.8825 10.6488 14.8021 10.3518Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-cleaning-bucket{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0208 3.21824C11.0469 1.96882 12.4669 1.125 14.0996 1.125C15.8919 1.125 17.4221 2.13866 18.4655 3.59206C19.5101 5.0471 20.1251 7.00649 20.1251 9.125C20.1251 9.67728 19.6774 10.125 19.1251 10.125C18.5728 10.125 18.1251 9.67728 18.1251 9.125C18.1251 7.37752 17.6151 5.83691 16.8408 4.75844C16.0654 3.67834 15.0829 3.125 14.0996 3.125C13.2006 3.125 12.3076 3.58503 11.5664 4.48754C10.8236 5.392 10.2767 6.6995 10.1198 8.22715C10.0634 8.77655 9.57232 9.17619 9.02292 9.11977C8.47353 9.06335 8.07389 8.57224 8.13031 8.02285C8.32179 6.15821 8.99631 4.46571 10.0208 3.21824Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.12501 14.129L2.125 14.5579C2.12493 15.3555 2.12487 16.0612 2.20899 16.63C2.30135 17.2545 2.51252 17.8546 3.03812 18.3324C3.55011 18.7979 4.16991 18.9729 4.80914 19.0511C5.4148 19.1251 6.17327 19.1251 7.06385 19.125H7.18617C8.07674 19.1251 8.83522 19.1251 9.44087 19.0511C10.0801 18.9729 10.6999 18.7979 11.2119 18.3324C11.7375 17.8546 11.9487 17.2545 12.041 16.63C12.1251 16.0612 12.1251 15.3556 12.125 14.5579L12.125 8.99575C12.1252 8.81719 12.1254 8.58831 12.0959 8.38906C12.0585 8.13591 11.9572 7.79634 11.6512 7.51822C11.3589 7.25247 11.0257 7.17726 10.795 7.14905C10.5965 7.1248 10.3644 7.12491 10.1629 7.12501L9.05982 7.12502C7.70105 7.125 6.58966 7.12498 5.71187 7.23226C4.80032 7.34368 3.98945 7.58531 3.33101 8.18389C2.65896 8.79484 2.37457 9.56867 2.2456 10.4407C2.12491 11.2568 2.12496 12.2829 2.12501 13.5045L2.12501 14.121L2.125 14.125L2.12501 14.129ZM9.52501 13.125C9.80785 13.125 9.94927 13.125 10.0371 13.0371C10.125 12.9493 10.125 12.8078 10.125 12.525V9.72503C10.125 9.44218 10.125 9.30076 10.0371 9.21289C9.94927 9.12503 9.80785 9.12503 9.52501 9.12503H9.12501C7.68503 9.12503 6.69661 9.12679 5.95451 9.21749C5.23218 9.30578 4.8966 9.46355 4.67636 9.66377C4.46973 9.85161 4.31479 10.12 4.22408 10.7333C4.15603 11.1935 4.13469 11.7652 4.12802 12.5239C4.12554 12.8062 4.1243 12.9474 4.21232 13.0362C4.30035 13.125 4.44231 13.125 4.72623 13.125H9.52501ZM10.1119 15.7292C10.1224 15.4489 10.1277 15.3088 10.0392 15.2169C9.9507 15.125 9.80686 15.125 9.51919 15.125H4.73082C4.44315 15.125 4.29932 15.125 4.21082 15.2169C4.12232 15.3088 4.12758 15.4489 4.1381 15.7292C4.14707 15.968 4.16215 16.1662 4.18747 16.3374C4.24156 16.7032 4.32328 16.7978 4.38347 16.8526C4.45726 16.9196 4.60176 17.0108 5.05179 17.0658C5.52157 17.1233 6.15644 17.125 7.12501 17.125C8.09358 17.125 8.72844 17.1233 9.19823 17.0658C9.64825 17.0108 9.79275 16.9196 9.86655 16.8526C9.92673 16.7978 10.0085 16.7032 10.0625 16.3374C10.0879 16.1662 10.1029 15.968 10.1119 15.7292Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5644 8.78101C21.3265 8.51907 21.0304 8.43478 20.8005 8.40239C20.6049 8.37482 20.3718 8.37492 20.1561 8.37501L11.125 8.37502C10.7108 8.37502 10.375 8.71081 10.375 9.12502V11.775C10.375 12.0578 10.375 12.1993 10.4629 12.2871C10.5507 12.375 10.6922 12.375 10.975 12.375H21.1295C21.3935 12.375 21.5254 12.375 21.6117 12.295C21.698 12.2149 21.708 12.0833 21.7278 11.8201L21.8484 10.2222C21.8651 10.002 21.8828 9.76789 21.8711 9.57003C21.8575 9.34129 21.8002 9.04057 21.5644 8.78101Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5241 14.5201C21.5469 14.2181 21.5583 14.067 21.4692 13.971C21.3802 13.875 21.2287 13.875 20.9258 13.875H10.975C10.6922 13.875 10.5507 13.875 10.4629 13.9629C10.375 14.0507 10.375 14.1922 10.375 14.475V14.4887C10.375 15.369 10.3731 15.9464 10.3098 16.374C10.251 16.7721 10.1531 16.9299 10.0347 17.0375C9.93397 17.1291 9.77759 17.2147 9.46854 17.276C9.14784 17.3396 8.7198 17.3665 8.11436 17.3751C7.90752 17.378 7.71107 17.4663 7.57148 17.6189C7.43189 17.7716 7.36156 17.9752 7.37713 18.1815C7.39112 18.3669 7.39795 18.5664 7.4057 18.793C7.40835 18.8703 7.4111 18.9507 7.41428 19.0349C7.4263 19.3526 7.4442 19.7061 7.48937 20.0581C7.57652 20.7371 7.7808 21.5573 8.39575 22.1378C8.83601 22.5535 9.36699 22.7243 9.95192 22.8019C10.5029 22.8751 11.1911 22.8751 12.0101 22.875H16.6148C17.4338 22.8751 18.122 22.8751 18.673 22.8019C19.2579 22.7243 19.7889 22.5535 20.2292 22.1378C20.6677 21.7239 20.8727 21.2024 20.9922 20.6202C21.1055 20.0685 21.158 19.3715 21.221 18.537L21.5241 14.5201Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0208 3.21824C11.0469 1.96882 12.4669 1.125 14.0996 1.125C15.8919 1.125 17.4221 2.13866 18.4655 3.59206C19.5101 5.0471 20.1251 7.00649 20.1251 9.125C20.1251 9.67728 19.6774 10.125 19.1251 10.125C18.5728 10.125 18.1251 9.67728 18.1251 9.125C18.1251 7.37752 17.6151 5.83691 16.8408 4.75844C16.0654 3.67834 15.0829 3.125 14.0996 3.125C13.2006 3.125 12.3076 3.58503 11.5664 4.48754C10.8236 5.392 10.2767 6.6995 10.1198 8.22715C10.0634 8.77655 9.57232 9.17619 9.02292 9.11977C8.47353 9.06335 8.07389 8.57224 8.13031 8.02285C8.32179 6.15821 8.99631 4.46571 10.0208 3.21824Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.12501 14.129L2.125 14.5579C2.12493 15.3555 2.12487 16.0612 2.20899 16.63C2.30135 17.2545 2.51252 17.8546 3.03812 18.3324C3.55011 18.7979 4.16991 18.9729 4.80914 19.0511C5.4148 19.1251 6.17327 19.1251 7.06385 19.125H7.18617C8.07674 19.1251 8.83522 19.1251 9.44087 19.0511C10.0801 18.9729 10.6999 18.7979 11.2119 18.3324C11.7375 17.8546 11.9487 17.2545 12.041 16.63C12.1251 16.0612 12.1251 15.3556 12.125 14.5579L12.125 8.99575C12.1252 8.81719 12.1254 8.58831 12.0959 8.38906C12.0585 8.13591 11.9572 7.79634 11.6512 7.51822C11.3589 7.25247 11.0257 7.17726 10.795 7.14905C10.5965 7.1248 10.3644 7.12491 10.1629 7.12501L9.05982 7.12502C7.70105 7.125 6.58966 7.12498 5.71187 7.23226C4.80032 7.34368 3.98945 7.58531 3.33101 8.18389C2.65896 8.79484 2.37457 9.56867 2.2456 10.4407C2.12491 11.2568 2.12496 12.2829 2.12501 13.5045L2.12501 14.121L2.125 14.125L2.12501 14.129ZM9.52501 13.125C9.80785 13.125 9.94927 13.125 10.0371 13.0371C10.125 12.9493 10.125 12.8078 10.125 12.525V9.72503C10.125 9.44218 10.125 9.30076 10.0371 9.21289C9.94927 9.12503 9.80785 9.12503 9.52501 9.12503H9.12501C7.68503 9.12503 6.69661 9.12679 5.95451 9.21749C5.23218 9.30578 4.8966 9.46355 4.67636 9.66377C4.46973 9.85161 4.31479 10.12 4.22408 10.7333C4.15603 11.1935 4.13469 11.7652 4.12802 12.5239C4.12554 12.8062 4.1243 12.9474 4.21232 13.0362C4.30035 13.125 4.44231 13.125 4.72623 13.125H9.52501ZM10.1119 15.7292C10.1224 15.4489 10.1277 15.3088 10.0392 15.2169C9.9507 15.125 9.80686 15.125 9.51919 15.125H4.73082C4.44315 15.125 4.29932 15.125 4.21082 15.2169C4.12232 15.3088 4.12758 15.4489 4.1381 15.7292C4.14707 15.968 4.16215 16.1662 4.18747 16.3374C4.24156 16.7032 4.32328 16.7978 4.38347 16.8526C4.45726 16.9196 4.60176 17.0108 5.05179 17.0658C5.52157 17.1233 6.15644 17.125 7.12501 17.125C8.09358 17.125 8.72844 17.1233 9.19823 17.0658C9.64825 17.0108 9.79275 16.9196 9.86655 16.8526C9.92673 16.7978 10.0085 16.7032 10.0625 16.3374C10.0879 16.1662 10.1029 15.968 10.1119 15.7292Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5644 8.78101C21.3265 8.51907 21.0304 8.43478 20.8005 8.40239C20.6049 8.37482 20.3718 8.37492 20.1561 8.37501L11.125 8.37502C10.7108 8.37502 10.375 8.71081 10.375 9.12502V11.775C10.375 12.0578 10.375 12.1993 10.4629 12.2871C10.5507 12.375 10.6922 12.375 10.975 12.375H21.1295C21.3935 12.375 21.5254 12.375 21.6117 12.295C21.698 12.2149 21.708 12.0833 21.7278 11.8201L21.8484 10.2222C21.8651 10.002 21.8828 9.76789 21.8711 9.57003C21.8575 9.34129 21.8002 9.04057 21.5644 8.78101Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5241 14.5201C21.5469 14.2181 21.5583 14.067 21.4692 13.971C21.3802 13.875 21.2287 13.875 20.9258 13.875H10.975C10.6922 13.875 10.5507 13.875 10.4629 13.9629C10.375 14.0507 10.375 14.1922 10.375 14.475V14.4887C10.375 15.369 10.3731 15.9464 10.3098 16.374C10.251 16.7721 10.1531 16.9299 10.0347 17.0375C9.93397 17.1291 9.77759 17.2147 9.46854 17.276C9.14784 17.3396 8.7198 17.3665 8.11436 17.3751C7.90752 17.378 7.71107 17.4663 7.57148 17.6189C7.43189 17.7716 7.36156 17.9752 7.37713 18.1815C7.39112 18.3669 7.39795 18.5664 7.4057 18.793C7.40835 18.8703 7.4111 18.9507 7.41428 19.0349C7.4263 19.3526 7.4442 19.7061 7.48937 20.0581C7.57652 20.7371 7.7808 21.5573 8.39575 22.1378C8.83601 22.5535 9.36699 22.7243 9.95192 22.8019C10.5029 22.8751 11.1911 22.8751 12.0101 22.875H16.6148C17.4338 22.8751 18.122 22.8751 18.673 22.8019C19.2579 22.7243 19.7889 22.5535 20.2292 22.1378C20.6677 21.7239 20.8727 21.2024 20.9922 20.6202C21.1055 20.0685 21.158 19.3715 21.221 18.537L21.5241 14.5201Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-computer-desk-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.6646 7.88864C11.2093 7.97944 11.5773 8.49466 11.4866 9.03943L10.9865 12.0394C10.8958 12.5842 10.3805 12.9522 9.83576 12.8614C9.29099 12.7706 8.92297 12.2554 9.01376 11.7106L9.51376 8.71064C9.60456 8.16586 10.1198 7.79785 10.6646 7.88864ZM13.3358 7.88864C13.8805 7.79785 14.3958 8.16586 14.4865 8.71064L14.9865 11.7106C15.0773 12.2554 14.7093 12.7706 14.1646 12.8614C13.6198 12.9522 13.1046 12.5842 13.0138 12.0394L12.5138 9.03943C12.423 8.49466 12.791 7.97944 13.3358 7.88864Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 10.875C1.44772 10.875 1 11.3227 1 11.875C1 12.4273 1.44772 12.875 2 12.875H3V21.875C3 22.4273 3.44772 22.875 4 22.875C4.55228 22.875 5 22.4273 5 21.875V12.875H11.25L11.25 12.927C11.25 13.8255 11.2499 14.5747 11.3299 15.1695C11.4143 15.7973 11.6 16.3641 12.0555 16.8195C12.5109 17.275 13.0777 17.4607 13.7055 17.5451C14.3003 17.6251 15.0495 17.625 15.948 17.625L19 17.625V21.875C19 22.4273 19.4477 22.875 20 22.875C20.5523 22.875 21 22.4273 21 21.875V12.875H22C22.5523 12.875 23 12.4273 23 11.875C23 11.3227 22.5523 10.875 22 10.875H2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.95063 1.125L10 1.125L14.0494 1.125H14.0494C14.7143 1.12496 15.2871 1.12493 15.7458 1.18661C16.2375 1.25271 16.7087 1.40177 17.091 1.78401C17.4732 2.16626 17.6223 2.63752 17.6884 3.12916C17.7501 3.5879 17.75 4.16076 17.75 4.82562V4.82563V5.92437V5.92438C17.75 6.58925 17.7501 7.1621 17.6884 7.62085C17.6223 8.11248 17.4732 8.58375 17.091 8.96599C16.7087 9.34824 16.2375 9.4973 15.7458 9.5634C15.2871 9.62507 14.7142 9.62504 14.0494 9.62501H9.95064C9.28577 9.62504 8.71291 9.62507 8.25416 9.5634C7.76252 9.4973 7.29126 9.34824 6.90901 8.96599C6.52677 8.58375 6.37771 8.11248 6.31161 7.62085C6.24993 7.16211 6.24996 6.58927 6.25 5.92443V5.92438L6.25 5.875V4.875L6.25 4.82563V4.82558C6.24996 4.16074 6.24993 3.58789 6.31161 3.12916C6.37771 2.63752 6.52677 2.16626 6.90901 1.78401C7.29126 1.40177 7.76252 1.25271 8.25416 1.18661C8.71289 1.12493 9.28574 1.12496 9.95058 1.125H9.95063Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.6646 7.88864C11.2093 7.97944 11.5773 8.49466 11.4866 9.03943L10.9865 12.0394C10.8958 12.5842 10.3805 12.9522 9.83576 12.8614C9.29099 12.7706 8.92297 12.2554 9.01376 11.7106L9.51376 8.71064C9.60456 8.16586 10.1198 7.79785 10.6646 7.88864ZM13.3358 7.88864C13.8805 7.79785 14.3958 8.16586 14.4865 8.71064L14.9865 11.7106C15.0773 12.2554 14.7093 12.7706 14.1646 12.8614C13.6198 12.9522 13.1046 12.5842 13.0138 12.0394L12.5138 9.03943C12.423 8.49466 12.791 7.97944 13.3358 7.88864Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 10.875C1.44772 10.875 1 11.3227 1 11.875C1 12.4273 1.44772 12.875 2 12.875H3V21.875C3 22.4273 3.44772 22.875 4 22.875C4.55228 22.875 5 22.4273 5 21.875V12.875H11.25L11.25 12.927C11.25 13.8255 11.2499 14.5747 11.3299 15.1695C11.4143 15.7973 11.6 16.3641 12.0555 16.8195C12.5109 17.275 13.0777 17.4607 13.7055 17.5451C14.3003 17.6251 15.0495 17.625 15.948 17.625L19 17.625V21.875C19 22.4273 19.4477 22.875 20 22.875C20.5523 22.875 21 22.4273 21 21.875V12.875H22C22.5523 12.875 23 12.4273 23 11.875C23 11.3227 22.5523 10.875 22 10.875H2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.95063 1.125L10 1.125L14.0494 1.125H14.0494C14.7143 1.12496 15.2871 1.12493 15.7458 1.18661C16.2375 1.25271 16.7087 1.40177 17.091 1.78401C17.4732 2.16626 17.6223 2.63752 17.6884 3.12916C17.7501 3.5879 17.75 4.16076 17.75 4.82562V4.82563V5.92437V5.92438C17.75 6.58925 17.7501 7.1621 17.6884 7.62085C17.6223 8.11248 17.4732 8.58375 17.091 8.96599C16.7087 9.34824 16.2375 9.4973 15.7458 9.5634C15.2871 9.62507 14.7142 9.62504 14.0494 9.62501H9.95064C9.28577 9.62504 8.71291 9.62507 8.25416 9.5634C7.76252 9.4973 7.29126 9.34824 6.90901 8.96599C6.52677 8.58375 6.37771 8.11248 6.31161 7.62085C6.24993 7.16211 6.24996 6.58927 6.25 5.92443V5.92438L6.25 5.875V4.875L6.25 4.82563V4.82558C6.24996 4.16074 6.24993 3.58789 6.31161 3.12916C6.37771 2.63752 6.52677 2.16626 6.90901 1.78401C7.29126 1.40177 7.76252 1.25271 8.25416 1.18661C8.71289 1.12493 9.28574 1.12496 9.95058 1.125H9.95063Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-computer-desk-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10.875C1.44772 10.875 1 11.3227 1 11.875C1 12.4273 1.44772 12.875 2 12.875H3V21.875C3 22.4273 3.44772 22.875 4 22.875C4.55228 22.875 5 22.4273 5 21.875V12.875H11.25L11.25 12.927C11.25 13.8255 11.2499 14.5747 11.3299 15.1695C11.4143 15.7973 11.6 16.3641 12.0555 16.8195C12.5109 17.275 13.0777 17.4607 13.7055 17.5451C14.3003 17.6251 15.0495 17.625 15.948 17.625L19 17.625V21.875C19 22.4273 19.4477 22.875 20 22.875C20.5523 22.875 21 22.4273 21 21.875V12.875H22C22.5523 12.875 23 12.4273 23 11.875C23 11.3227 22.5523 10.875 22 10.875H2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 12.625C16.5858 12.625 16.25 12.2892 16.25 11.875V7.875C16.25 7.65194 16.2607 7.42148 16.3074 7.2088C16.356 6.98761 16.4532 6.74064 16.6594 6.53442C16.8656 6.3282 17.1126 6.23096 17.3338 6.18237C17.5465 6.13565 17.7769 6.125 18 6.125H19C19.2231 6.125 19.4535 6.13565 19.6662 6.18237C19.8874 6.23096 20.1344 6.3282 20.3406 6.53442C20.5468 6.74064 20.644 6.98761 20.6926 7.2088C20.7393 7.42148 20.75 7.65194 20.75 7.875V11.875C20.75 12.2892 20.4142 12.625 20 12.625H17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95063 1.125L6 1.125L10.0494 1.125H10.0494C10.7143 1.12496 11.2871 1.12493 11.7458 1.18661C12.2375 1.25271 12.7087 1.40177 13.091 1.78401C13.4732 2.16626 13.6223 2.63752 13.6884 3.12916C13.7501 3.5879 13.75 4.16076 13.75 4.82562V4.82563V5.92437V5.92438C13.75 6.58925 13.7501 7.1621 13.6884 7.62085C13.6223 8.11248 13.4732 8.58375 13.091 8.96599C12.7087 9.34824 12.2375 9.4973 11.7458 9.5634C11.2871 9.62507 10.7142 9.62504 10.0494 9.62501H5.95064C5.28577 9.62504 4.71291 9.62507 4.25416 9.5634C3.76252 9.4973 3.29126 9.34824 2.90901 8.96599C2.52677 8.58375 2.37771 8.11248 2.31161 7.62085C2.24993 7.16211 2.24996 6.58927 2.25 5.92443V5.92438L2.25 5.875V4.875L2.25 4.82563V4.82558C2.24996 4.16074 2.24993 3.58789 2.31161 3.12916C2.37771 2.63752 2.52677 2.16626 2.90901 1.78401C3.29126 1.40177 3.76252 1.25271 4.25416 1.18661C4.71289 1.12493 5.28574 1.12496 5.95058 1.125H5.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.66456 7.88852C7.20933 7.97931 7.57735 8.49454 7.48655 9.03931L6.98655 12.0393C6.89575 12.5841 6.38053 12.9521 5.83576 12.8613C5.29099 12.7705 4.92297 12.2553 5.01376 11.7105L5.51376 8.71051C5.60456 8.16574 6.11978 7.79772 6.66456 7.88852ZM9.33576 7.88852C9.88053 7.79772 10.3958 8.16574 10.4865 8.71051L10.9865 11.7105C11.0773 12.2553 10.7093 12.7705 10.1646 12.8613C9.61978 12.9521 9.10456 12.5841 9.01376 12.0393L8.51376 9.03931C8.42297 8.49454 8.79099 7.97931 9.33576 7.88852Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10.875C1.44772 10.875 1 11.3227 1 11.875C1 12.4273 1.44772 12.875 2 12.875H3V21.875C3 22.4273 3.44772 22.875 4 22.875C4.55228 22.875 5 22.4273 5 21.875V12.875H11.25L11.25 12.927C11.25 13.8255 11.2499 14.5747 11.3299 15.1695C11.4143 15.7973 11.6 16.3641 12.0555 16.8195C12.5109 17.275 13.0777 17.4607 13.7055 17.5451C14.3003 17.6251 15.0495 17.625 15.948 17.625L19 17.625V21.875C19 22.4273 19.4477 22.875 20 22.875C20.5523 22.875 21 22.4273 21 21.875V12.875H22C22.5523 12.875 23 12.4273 23 11.875C23 11.3227 22.5523 10.875 22 10.875H2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 12.625C16.5858 12.625 16.25 12.2892 16.25 11.875V7.875C16.25 7.65194 16.2607 7.42148 16.3074 7.2088C16.356 6.98761 16.4532 6.74064 16.6594 6.53442C16.8656 6.3282 17.1126 6.23096 17.3338 6.18237C17.5465 6.13565 17.7769 6.125 18 6.125H19C19.2231 6.125 19.4535 6.13565 19.6662 6.18237C19.8874 6.23096 20.1344 6.3282 20.3406 6.53442C20.5468 6.74064 20.644 6.98761 20.6926 7.2088C20.7393 7.42148 20.75 7.65194 20.75 7.875V11.875C20.75 12.2892 20.4142 12.625 20 12.625H17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95063 1.125L6 1.125L10.0494 1.125H10.0494C10.7143 1.12496 11.2871 1.12493 11.7458 1.18661C12.2375 1.25271 12.7087 1.40177 13.091 1.78401C13.4732 2.16626 13.6223 2.63752 13.6884 3.12916C13.7501 3.5879 13.75 4.16076 13.75 4.82562V4.82563V5.92437V5.92438C13.75 6.58925 13.7501 7.1621 13.6884 7.62085C13.6223 8.11248 13.4732 8.58375 13.091 8.96599C12.7087 9.34824 12.2375 9.4973 11.7458 9.5634C11.2871 9.62507 10.7142 9.62504 10.0494 9.62501H5.95064C5.28577 9.62504 4.71291 9.62507 4.25416 9.5634C3.76252 9.4973 3.29126 9.34824 2.90901 8.96599C2.52677 8.58375 2.37771 8.11248 2.31161 7.62085C2.24993 7.16211 2.24996 6.58927 2.25 5.92443V5.92438L2.25 5.875V4.875L2.25 4.82563V4.82558C2.24996 4.16074 2.24993 3.58789 2.31161 3.12916C2.37771 2.63752 2.52677 2.16626 2.90901 1.78401C3.29126 1.40177 3.76252 1.25271 4.25416 1.18661C4.71289 1.12493 5.28574 1.12496 5.95058 1.125H5.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.66456 7.88852C7.20933 7.97931 7.57735 8.49454 7.48655 9.03931L6.98655 12.0393C6.89575 12.5841 6.38053 12.9521 5.83576 12.8613C5.29099 12.7705 4.92297 12.2553 5.01376 11.7105L5.51376 8.71051C5.60456 8.16574 6.11978 7.79772 6.66456 7.88852ZM9.33576 7.88852C9.88053 7.79772 10.3958 8.16574 10.4865 8.71051L10.9865 11.7105C11.0773 12.2553 10.7093 12.7705 10.1646 12.8613C9.61978 12.9521 9.10456 12.5841 9.01376 12.0393L8.51376 9.03931C8.42297 8.49454 8.79099 7.97931 9.33576 7.88852Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-computer-desk-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.8354 3.59809C18.0497 3.69153 18.2868 3.79491 18.481 3.96182C18.7567 4.19883 18.9481 4.5158 19.0401 4.86176C19.0627 4.94682 19.0772 5.03396 19.0865 5.12248C19.4491 5.23868 19.7651 5.34641 20.0311 5.45928C20.4266 5.62707 20.7822 5.83398 21.0656 6.16473C21.4207 6.57912 21.6476 7.09302 21.7262 7.63716C21.7878 8.06301 21.7235 8.47498 21.6061 8.90679C21.4929 9.32352 21.3111 9.82208 21.0904 10.4278L21.0904 10.4278L20.4693 12.1319C20.3275 12.521 19.897 12.7216 19.5078 12.5797C19.1187 12.4379 18.9182 12.0074 19.06 11.6182L19.67 9.94457C19.9046 9.30093 20.0639 8.86183 20.1586 8.51336C20.2511 8.17304 20.2613 7.98809 20.2416 7.85168C20.202 7.57708 20.0889 7.33022 19.9265 7.14073C19.8546 7.05676 19.7345 6.96288 19.4452 6.84012C19.3142 6.78452 19.1632 6.72883 18.9842 6.66787C18.8801 6.94516 18.7095 7.19654 18.481 7.39298C18.2868 7.55989 18.0497 7.66327 17.8355 7.75671C17.6058 7.85762 17.0214 8.11422 16.8124 8.17207C16.5785 8.23682 16.2168 8.29108 15.8597 8.07714C15.7904 8.03563 15.7259 7.98759 15.667 7.93411C15.3796 7.67351 15.3054 7.33387 15.2769 7.1012C15.2499 6.8803 15.2499 6.6075 15.25 6.33012L15.25 6.33011L15.25 5.02469L15.25 5.02469C15.2499 4.74731 15.2499 4.4745 15.2769 4.25361C15.3054 4.02094 15.3796 3.6813 15.667 3.4207C15.7259 3.36721 15.7904 3.31917 15.8597 3.27766C16.2168 3.06372 16.5785 3.11799 16.8124 3.18274C17.0214 3.24059 17.6058 3.49719 17.8354 3.59809Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 10.875C1.44772 10.875 1 11.3227 1 11.875C1 12.4273 1.44772 12.875 2 12.875H3V21.875C3 22.4273 3.44772 22.875 4 22.875C4.55228 22.875 5 22.4273 5 21.875V12.875H11.25L11.25 12.927C11.25 13.8255 11.2499 14.5747 11.3299 15.1695C11.4143 15.7973 11.6 16.3641 12.0555 16.8195C12.5109 17.275 13.0777 17.4607 13.7055 17.5451C14.3003 17.6251 15.0495 17.625 15.948 17.625L19 17.625V21.875C19 22.4273 19.4477 22.875 20 22.875C20.5523 22.875 21 22.4273 21 21.875V12.875H22C22.5523 12.875 23 12.4273 23 11.875C23 11.3227 22.5523 10.875 22 10.875H2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95063 1.125L6 1.125L10.0494 1.125H10.0494C10.7143 1.12496 11.2871 1.12493 11.7458 1.18661C12.2375 1.25271 12.7087 1.40177 13.091 1.78401C13.4732 2.16626 13.6223 2.63752 13.6884 3.12916C13.7501 3.5879 13.75 4.16076 13.75 4.82562V4.82563V5.92437V5.92438C13.75 6.58925 13.7501 7.1621 13.6884 7.62085C13.6223 8.11248 13.4732 8.58375 13.091 8.96599C12.7087 9.34824 12.2375 9.4973 11.7458 9.5634C11.2871 9.62507 10.7142 9.62504 10.0494 9.62501H5.95064C5.28577 9.62504 4.71291 9.62507 4.25416 9.5634C3.76252 9.4973 3.29126 9.34824 2.90901 8.96599C2.52677 8.58375 2.37771 8.11248 2.31161 7.62085C2.24993 7.16211 2.24996 6.58927 2.25 5.92443V5.92438L2.25 5.875V4.875L2.25 4.82563V4.82558C2.24996 4.16074 2.24993 3.58789 2.31161 3.12916C2.37771 2.63752 2.52677 2.16626 2.90901 1.78401C3.29126 1.40177 3.76252 1.25271 4.25416 1.18661C4.71289 1.12493 5.28574 1.12496 5.95058 1.125H5.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.66456 7.88864C7.20933 7.97944 7.57735 8.49466 7.48655 9.03943L6.98655 12.0394C6.89575 12.5842 6.38053 12.9522 5.83576 12.8614C5.29099 12.7706 4.92297 12.2554 5.01376 11.7106L5.51376 8.71064C5.60456 8.16586 6.11978 7.79785 6.66456 7.88864ZM9.33576 7.88864C9.88053 7.79785 10.3958 8.16586 10.4865 8.71064L10.9865 11.7106C11.0773 12.2554 10.7093 12.7706 10.1646 12.8614C9.61978 12.9522 9.10456 12.5842 9.01376 12.0394L8.51376 9.03943C8.42297 8.49466 8.79099 7.97944 9.33576 7.88864Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.8354 3.59809C18.0497 3.69153 18.2868 3.79491 18.481 3.96182C18.7567 4.19883 18.9481 4.5158 19.0401 4.86176C19.0627 4.94682 19.0772 5.03396 19.0865 5.12248C19.4491 5.23868 19.7651 5.34641 20.0311 5.45928C20.4266 5.62707 20.7822 5.83398 21.0656 6.16473C21.4207 6.57912 21.6476 7.09302 21.7262 7.63716C21.7878 8.06301 21.7235 8.47498 21.6061 8.90679C21.4929 9.32352 21.3111 9.82208 21.0904 10.4278L21.0904 10.4278L20.4693 12.1319C20.3275 12.521 19.897 12.7216 19.5078 12.5797C19.1187 12.4379 18.9182 12.0074 19.06 11.6182L19.67 9.94457C19.9046 9.30093 20.0639 8.86183 20.1586 8.51336C20.2511 8.17304 20.2613 7.98809 20.2416 7.85168C20.202 7.57708 20.0889 7.33022 19.9265 7.14073C19.8546 7.05676 19.7345 6.96288 19.4452 6.84012C19.3142 6.78452 19.1632 6.72883 18.9842 6.66787C18.8801 6.94516 18.7095 7.19654 18.481 7.39298C18.2868 7.55989 18.0497 7.66327 17.8355 7.75671C17.6058 7.85762 17.0214 8.11422 16.8124 8.17207C16.5785 8.23682 16.2168 8.29108 15.8597 8.07714C15.7904 8.03563 15.7259 7.98759 15.667 7.93411C15.3796 7.67351 15.3054 7.33387 15.2769 7.1012C15.2499 6.8803 15.2499 6.6075 15.25 6.33012L15.25 6.33011L15.25 5.02469L15.25 5.02469C15.2499 4.74731 15.2499 4.4745 15.2769 4.25361C15.3054 4.02094 15.3796 3.6813 15.667 3.4207C15.7259 3.36721 15.7904 3.31917 15.8597 3.27766C16.2168 3.06372 16.5785 3.11799 16.8124 3.18274C17.0214 3.24059 17.6058 3.49719 17.8354 3.59809Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 10.875C1.44772 10.875 1 11.3227 1 11.875C1 12.4273 1.44772 12.875 2 12.875H3V21.875C3 22.4273 3.44772 22.875 4 22.875C4.55228 22.875 5 22.4273 5 21.875V12.875H11.25L11.25 12.927C11.25 13.8255 11.2499 14.5747 11.3299 15.1695C11.4143 15.7973 11.6 16.3641 12.0555 16.8195C12.5109 17.275 13.0777 17.4607 13.7055 17.5451C14.3003 17.6251 15.0495 17.625 15.948 17.625L19 17.625V21.875C19 22.4273 19.4477 22.875 20 22.875C20.5523 22.875 21 22.4273 21 21.875V12.875H22C22.5523 12.875 23 12.4273 23 11.875C23 11.3227 22.5523 10.875 22 10.875H2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95063 1.125L6 1.125L10.0494 1.125H10.0494C10.7143 1.12496 11.2871 1.12493 11.7458 1.18661C12.2375 1.25271 12.7087 1.40177 13.091 1.78401C13.4732 2.16626 13.6223 2.63752 13.6884 3.12916C13.7501 3.5879 13.75 4.16076 13.75 4.82562V4.82563V5.92437V5.92438C13.75 6.58925 13.7501 7.1621 13.6884 7.62085C13.6223 8.11248 13.4732 8.58375 13.091 8.96599C12.7087 9.34824 12.2375 9.4973 11.7458 9.5634C11.2871 9.62507 10.7142 9.62504 10.0494 9.62501H5.95064C5.28577 9.62504 4.71291 9.62507 4.25416 9.5634C3.76252 9.4973 3.29126 9.34824 2.90901 8.96599C2.52677 8.58375 2.37771 8.11248 2.31161 7.62085C2.24993 7.16211 2.24996 6.58927 2.25 5.92443V5.92438L2.25 5.875V4.875L2.25 4.82563V4.82558C2.24996 4.16074 2.24993 3.58789 2.31161 3.12916C2.37771 2.63752 2.52677 2.16626 2.90901 1.78401C3.29126 1.40177 3.76252 1.25271 4.25416 1.18661C4.71289 1.12493 5.28574 1.12496 5.95058 1.125H5.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.66456 7.88864C7.20933 7.97944 7.57735 8.49466 7.48655 9.03943L6.98655 12.0394C6.89575 12.5842 6.38053 12.9522 5.83576 12.8614C5.29099 12.7706 4.92297 12.2554 5.01376 11.7106L5.51376 8.71064C5.60456 8.16586 6.11978 7.79785 6.66456 7.88864ZM9.33576 7.88864C9.88053 7.79785 10.3958 8.16586 10.4865 8.71064L10.9865 11.7106C11.0773 12.2554 10.7093 12.7706 10.1646 12.8614C9.61978 12.9522 9.10456 12.5842 9.01376 12.0394L8.51376 9.03943C8.42297 8.49466 8.79099 7.97944 9.33576 7.88864Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-curtains{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 3.125C23 3.67728 22.5523 4.125 22 4.125L2 4.125C1.44771 4.125 1 3.67728 1 3.125C1 2.57272 1.44771 2.125 2 2.125L22 2.125C22.5523 2.125 23 2.57272 23 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.90326 16.1942C7.80611 15.9167 7.75753 15.778 7.63817 15.7255C7.51881 15.673 7.37106 15.7365 7.07556 15.8635C6.95093 15.917 6.8244 15.9677 6.69598 16.0154C5.63725 16.4084 4.45239 16.6573 3.13349 16.7455C2.93783 16.7586 2.74336 16.7427 2.55581 16.7C2.40623 16.6659 2.25 16.7715 2.25 16.9249C2.24998 17.8841 2.24996 18.6749 2.32916 19.3008C2.4119 19.9547 2.59245 20.5414 3.03964 21.0166C3.49287 21.4981 4.06298 21.6987 4.6994 21.7896C5.29724 21.875 6.04916 21.875 6.94538 21.8749L8 21.8749C8.41421 21.8749 8.75 21.5392 8.75 21.1249C8.75 20.3363 8.64413 19.0493 8.33093 17.6872C8.2191 17.2008 8.07876 16.6956 7.90326 16.1942Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.74805 9.18029C7.77857 8.7672 7.46844 8.40759 7.05535 8.37707C6.64226 8.34655 6.28265 8.65669 6.25213 9.06977C6.02952 12.083 4.90765 14.4635 4.36912 15.3016C4.35039 15.3308 4.3212 15.3522 4.287 15.3578C3.89277 15.4223 3.4807 15.4695 3.05006 15.4983C2.84292 15.5122 2.63929 15.4396 2.48767 15.2977C2.33605 15.1559 2.25 14.9576 2.25 14.75L2.25 3.125C2.25 2.71078 2.58579 2.375 3 2.375L12 2.375C12.4142 2.375 12.75 2.71078 12.75 3.12499C12.75 5.34557 12.1945 7.85358 11.1273 10.0061C10.2967 11.6813 9.1272 13.1961 7.61447 14.1654C7.12208 14.4809 6.87589 14.6387 6.70815 14.5065C6.54042 14.3742 6.64516 14.0724 6.85465 13.4688C7.26734 12.2797 7.62746 10.8126 7.74805 9.18029Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0967 16.1942C16.1939 15.9167 16.2425 15.778 16.3618 15.7255C16.4812 15.673 16.6289 15.7365 16.9244 15.8635C17.0491 15.917 17.1756 15.9677 17.304 16.0154C18.3627 16.4084 19.5476 16.6573 20.8665 16.7455C21.0622 16.7586 21.2566 16.7427 21.4442 16.7C21.5938 16.6659 21.75 16.7715 21.75 16.9249C21.75 17.8841 21.75 18.6749 21.6708 19.3008C21.5881 19.9547 21.4075 20.5414 20.9604 21.0166C20.5071 21.4981 19.937 21.6987 19.3006 21.7896C18.7028 21.875 17.9508 21.875 17.0546 21.8749L16 21.8749C15.5858 21.8749 15.25 21.5392 15.25 21.1249C15.25 20.3363 15.3559 19.0493 15.6691 17.6872C15.7809 17.2008 15.9212 16.6956 16.0967 16.1942Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.2519 9.18029C16.2214 8.7672 16.5316 8.40759 16.9446 8.37707C17.3577 8.34655 17.7174 8.65669 17.7479 9.06977C17.9705 12.083 19.0924 14.4635 19.6309 15.3016C19.6496 15.3308 19.6788 15.3522 19.713 15.3578C20.1072 15.4223 20.5193 15.4695 20.9499 15.4983C21.1571 15.5122 21.3607 15.4396 21.5123 15.2977C21.6639 15.1559 21.75 14.9576 21.75 14.75V3.125C21.75 2.71078 21.4142 2.375 21 2.375L12 2.375C11.5858 2.375 11.25 2.71078 11.25 3.12499C11.25 5.34557 11.8055 7.85358 12.8727 10.0061C13.7033 11.6813 14.8728 13.1961 16.3855 14.1654C16.8779 14.4809 17.1241 14.6387 17.2918 14.5065C17.4596 14.3742 17.3548 14.0724 17.1454 13.4688C16.7327 12.2797 16.3725 10.8126 16.2519 9.18029Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 3.125C23 3.67728 22.5523 4.125 22 4.125L2 4.125C1.44771 4.125 1 3.67728 1 3.125C1 2.57272 1.44771 2.125 2 2.125L22 2.125C22.5523 2.125 23 2.57272 23 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.90326 16.1942C7.80611 15.9167 7.75753 15.778 7.63817 15.7255C7.51881 15.673 7.37106 15.7365 7.07556 15.8635C6.95093 15.917 6.8244 15.9677 6.69598 16.0154C5.63725 16.4084 4.45239 16.6573 3.13349 16.7455C2.93783 16.7586 2.74336 16.7427 2.55581 16.7C2.40623 16.6659 2.25 16.7715 2.25 16.9249C2.24998 17.8841 2.24996 18.6749 2.32916 19.3008C2.4119 19.9547 2.59245 20.5414 3.03964 21.0166C3.49287 21.4981 4.06298 21.6987 4.6994 21.7896C5.29724 21.875 6.04916 21.875 6.94538 21.8749L8 21.8749C8.41421 21.8749 8.75 21.5392 8.75 21.1249C8.75 20.3363 8.64413 19.0493 8.33093 17.6872C8.2191 17.2008 8.07876 16.6956 7.90326 16.1942Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.74805 9.18029C7.77857 8.7672 7.46844 8.40759 7.05535 8.37707C6.64226 8.34655 6.28265 8.65669 6.25213 9.06977C6.02952 12.083 4.90765 14.4635 4.36912 15.3016C4.35039 15.3308 4.3212 15.3522 4.287 15.3578C3.89277 15.4223 3.4807 15.4695 3.05006 15.4983C2.84292 15.5122 2.63929 15.4396 2.48767 15.2977C2.33605 15.1559 2.25 14.9576 2.25 14.75L2.25 3.125C2.25 2.71078 2.58579 2.375 3 2.375L12 2.375C12.4142 2.375 12.75 2.71078 12.75 3.12499C12.75 5.34557 12.1945 7.85358 11.1273 10.0061C10.2967 11.6813 9.1272 13.1961 7.61447 14.1654C7.12208 14.4809 6.87589 14.6387 6.70815 14.5065C6.54042 14.3742 6.64516 14.0724 6.85465 13.4688C7.26734 12.2797 7.62746 10.8126 7.74805 9.18029Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0967 16.1942C16.1939 15.9167 16.2425 15.778 16.3618 15.7255C16.4812 15.673 16.6289 15.7365 16.9244 15.8635C17.0491 15.917 17.1756 15.9677 17.304 16.0154C18.3627 16.4084 19.5476 16.6573 20.8665 16.7455C21.0622 16.7586 21.2566 16.7427 21.4442 16.7C21.5938 16.6659 21.75 16.7715 21.75 16.9249C21.75 17.8841 21.75 18.6749 21.6708 19.3008C21.5881 19.9547 21.4075 20.5414 20.9604 21.0166C20.5071 21.4981 19.937 21.6987 19.3006 21.7896C18.7028 21.875 17.9508 21.875 17.0546 21.8749L16 21.8749C15.5858 21.8749 15.25 21.5392 15.25 21.1249C15.25 20.3363 15.3559 19.0493 15.6691 17.6872C15.7809 17.2008 15.9212 16.6956 16.0967 16.1942Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.2519 9.18029C16.2214 8.7672 16.5316 8.40759 16.9446 8.37707C17.3577 8.34655 17.7174 8.65669 17.7479 9.06977C17.9705 12.083 19.0924 14.4635 19.6309 15.3016C19.6496 15.3308 19.6788 15.3522 19.713 15.3578C20.1072 15.4223 20.5193 15.4695 20.9499 15.4983C21.1571 15.5122 21.3607 15.4396 21.5123 15.2977C21.6639 15.1559 21.75 14.9576 21.75 14.75V3.125C21.75 2.71078 21.4142 2.375 21 2.375L12 2.375C11.5858 2.375 11.25 2.71078 11.25 3.12499C11.25 5.34557 11.8055 7.85358 12.8727 10.0061C13.7033 11.6813 14.8728 13.1961 16.3855 14.1654C16.8779 14.4809 17.1241 14.6387 17.2918 14.5065C17.4596 14.3742 17.3548 14.0724 17.1454 13.4688C16.7327 12.2797 16.3725 10.8126 16.2519 9.18029Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-desk-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3C1.44772 3 1 3.44772 1 4C1 4.55228 1.44772 5 2 5V20C2 20.5523 2.44772 21 3 21C3.55228 21 4 20.5523 4 20V8.75H21C21.4714 8.75 21.7071 8.75 21.8536 8.60355C22 8.45711 22 8.2214 22 7.75V5C22.5523 5 23 4.55228 23 4C23 3.44772 22.5523 3 22 3H2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.4 14.875C21.6828 14.875 21.8243 14.875 21.9121 14.9629C22 15.0507 22 15.1922 22 15.475L22 18.1697C22.0001 18.6025 22.0001 18.9994 21.9567 19.3222C21.9089 19.6777 21.7965 20.0534 21.4874 20.3624C21.1784 20.6715 20.8027 20.7839 20.4472 20.8317C20.1244 20.8751 19.7276 20.8751 19.2948 20.875H16.2053C15.7725 20.8751 15.3756 20.8751 15.0528 20.8317C14.6973 20.7839 14.3216 20.6715 14.0126 20.3624C13.7035 20.0534 13.5911 19.6777 13.5433 19.3222C13.4999 18.9994 13.4999 18.6026 13.5 18.1697L13.5 15.475C13.5 15.1922 13.5 15.0507 13.5879 14.9629C13.6757 14.875 13.8172 14.875 14.1 14.875H21.4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5 10.975C13.5 10.6922 13.5 10.5507 13.5879 10.4629C13.6757 10.375 13.8172 10.375 14.1 10.375H21.4C21.6828 10.375 21.8243 10.375 21.9121 10.4629C22 10.5507 22 10.6922 22 10.975L22 12.775C22 13.0578 22 13.1993 21.9121 13.2871C21.8243 13.375 21.6828 13.375 21.4 13.375H14.1C13.8172 13.375 13.6757 13.375 13.5879 13.2871C13.5 13.1993 13.5 13.0578 13.5 12.775L13.5 10.975Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3C1.44772 3 1 3.44772 1 4C1 4.55228 1.44772 5 2 5V20C2 20.5523 2.44772 21 3 21C3.55228 21 4 20.5523 4 20V8.75H21C21.4714 8.75 21.7071 8.75 21.8536 8.60355C22 8.45711 22 8.2214 22 7.75V5C22.5523 5 23 4.55228 23 4C23 3.44772 22.5523 3 22 3H2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.4 14.875C21.6828 14.875 21.8243 14.875 21.9121 14.9629C22 15.0507 22 15.1922 22 15.475L22 18.1697C22.0001 18.6025 22.0001 18.9994 21.9567 19.3222C21.9089 19.6777 21.7965 20.0534 21.4874 20.3624C21.1784 20.6715 20.8027 20.7839 20.4472 20.8317C20.1244 20.8751 19.7276 20.8751 19.2948 20.875H16.2053C15.7725 20.8751 15.3756 20.8751 15.0528 20.8317C14.6973 20.7839 14.3216 20.6715 14.0126 20.3624C13.7035 20.0534 13.5911 19.6777 13.5433 19.3222C13.4999 18.9994 13.4999 18.6026 13.5 18.1697L13.5 15.475C13.5 15.1922 13.5 15.0507 13.5879 14.9629C13.6757 14.875 13.8172 14.875 14.1 14.875H21.4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5 10.975C13.5 10.6922 13.5 10.5507 13.5879 10.4629C13.6757 10.375 13.8172 10.375 14.1 10.375H21.4C21.6828 10.375 21.8243 10.375 21.9121 10.4629C22 10.5507 22 10.6922 22 10.975L22 12.775C22 13.0578 22 13.1993 21.9121 13.2871C21.8243 13.375 21.6828 13.375 21.4 13.375H14.1C13.8172 13.375 13.6757 13.375 13.5879 13.2871C13.5 13.1993 13.5 13.0578 13.5 12.775L13.5 10.975Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-desk-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 7C14.5523 7 15 7.44772 15 8V11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H15.0046C15.011 13.4407 15.0267 13.7813 15.0643 14.0613C15.1226 14.495 15.2168 14.631 15.2929 14.7071C15.369 14.7832 15.505 14.8774 15.9387 14.9357C16.4012 14.9979 17.0289 15 18 15H21C21.5523 15 22 15.4477 22 16C22 16.5523 21.5523 17 21 17L17.9342 17C17.0477 17.0001 16.2839 17.0001 15.6722 16.9179C15.0167 16.8297 14.3883 16.631 13.8787 16.1213C13.369 15.6117 13.1703 14.9833 13.0821 14.3278C12.9999 13.7161 13 12.9523 13 12.0658C13 12.044 13 12.022 13 12V8C13 7.44772 13.4477 7 14 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 3C1.44772 3 1 3.44772 1 4C1 4.55228 1.44772 5 2 5V20C2 20.5523 2.44772 21 3 21C3.55228 21 4 20.5523 4 20V8.75H20V20C20 20.5523 20.4477 21 21 21C21.5523 21 22 20.5523 22 20V5C22.5523 5 23 4.55228 23 4C23 3.44772 22.5523 3 22 3H2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 7C14.5523 7 15 7.44772 15 8V11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H15.0046C15.011 13.4407 15.0267 13.7813 15.0643 14.0613C15.1226 14.495 15.2168 14.631 15.2929 14.7071C15.369 14.7832 15.505 14.8774 15.9387 14.9357C16.4012 14.9979 17.0289 15 18 15H21C21.5523 15 22 15.4477 22 16C22 16.5523 21.5523 17 21 17L17.9342 17C17.0477 17.0001 16.2839 17.0001 15.6722 16.9179C15.0167 16.8297 14.3883 16.631 13.8787 16.1213C13.369 15.6117 13.1703 14.9833 13.0821 14.3278C12.9999 13.7161 13 12.9523 13 12.0658C13 12.044 13 12.022 13 12V8C13 7.44772 13.4477 7 14 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 3C1.44772 3 1 3.44772 1 4C1 4.55228 1.44772 5 2 5V20C2 20.5523 2.44772 21 3 21C3.55228 21 4 20.5523 4 20V8.75H20V20C20 20.5523 20.4477 21 21 21C21.5523 21 22 20.5523 22 20V5C22.5523 5 23 4.55228 23 4C23 3.44772 22.5523 3 22 3H2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-dining-table{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.6048 4.99994L21.3817 5.42544C20.6238 6.87092 19.4287 7.99994 17.9151 7.99994H7.0849C5.57127 7.99994 4.37625 6.87093 3.61832 5.42545L3.39521 4.99994H2C1.44772 4.99994 1 4.55222 1 3.99994C1 3.44765 1.44772 2.99994 2 2.99994H22C22.5523 2.99994 23 3.44765 23 3.99994C23 4.55222 22.5523 4.99994 22 4.99994H21.6048Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.635 17L10.6971 17H13.3029L13.365 17C13.7518 16.9998 14.0436 16.9998 14.3298 17.0411C14.9906 17.1367 15.617 17.3962 16.1519 17.7959C16.3835 17.969 16.5898 18.1753 16.8632 18.4489L16.8632 18.4489L16.9071 18.4929C17.138 18.7238 17.1856 18.7679 17.2298 18.801C17.3635 18.9009 17.5201 18.9658 17.6853 18.9897C17.7399 18.9976 17.8048 19 18.1314 19H19C19.5523 19 20 19.4477 20 20C20 20.5522 19.5523 21 19 21H18.1314L18.0806 21C17.8327 21.0001 17.6146 21.0002 17.3991 20.9691C16.9035 20.8974 16.4337 20.7028 16.0325 20.403C15.8581 20.2727 15.704 20.1184 15.5288 19.943L15.4929 19.9071C15.1567 19.5708 15.0564 19.474 14.9546 19.3979C14.6872 19.1981 14.374 19.0683 14.0436 19.0205C13.9178 19.0024 13.7785 19 13.3029 19H10.6971C10.2215 19 10.0822 19.0024 9.95642 19.0205C9.626 19.0683 9.3128 19.1981 9.04537 19.3979C8.94355 19.474 8.84335 19.5708 8.50711 19.9071L8.47122 19.943C8.29602 20.1184 8.14191 20.2727 7.96747 20.403C7.56634 20.7028 7.09653 20.8974 6.60091 20.9691C6.38539 21.0002 6.16732 21.0001 5.91941 21H5.9194L5.86863 21H5C4.44772 21 4 20.5522 4 20C4 19.4477 4.44772 19 5 19H5.86863C6.19521 19 6.26006 18.9976 6.31468 18.9897C6.47989 18.9658 6.63649 18.9009 6.77021 18.801C6.81442 18.7679 6.86196 18.7238 7.09289 18.4929L7.13678 18.449L7.13678 18.4489C7.41023 18.1753 7.61648 17.969 7.84811 17.7959C8.38296 17.3962 9.00936 17.1367 9.6702 17.0411C9.95639 16.9998 10.2482 16.9998 10.635 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.968 14.7499L12 14.7499L12.032 14.7499C12.3288 14.7499 12.6053 14.7499 12.8369 14.7736C13.092 14.7997 13.3642 14.8598 13.6242 15.0264C13.7392 15.1001 13.8452 15.187 13.94 15.2853C14.1544 15.5076 14.2667 15.7627 14.3423 16.0077C14.411 16.2302 14.4652 16.5013 14.5233 16.7923L14.5233 16.7923L14.5296 16.8237L14.7354 17.8529C14.7795 18.0732 14.7225 18.3017 14.58 18.4754C14.4376 18.6492 14.2247 18.7499 14 18.7499H10C9.77531 18.7499 9.56245 18.6492 9.42 18.4754C9.27755 18.3017 9.2205 18.0732 9.26457 17.8529L9.4704 16.8237L9.47668 16.7923C9.53484 16.5013 9.58904 16.2302 9.65772 16.0077C9.73331 15.7627 9.84565 15.5076 10.06 15.2853C10.1548 15.187 10.2608 15.1001 10.3758 15.0264C10.6359 14.8598 10.9081 14.7997 11.1631 14.7736C11.3947 14.7499 11.6712 14.7499 11.968 14.7499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.42 6.52445C9.56245 6.35068 9.77531 6.24994 10 6.24994H14C14.2247 6.24994 14.4376 6.35068 14.58 6.52445C14.7225 6.69821 14.7795 6.92669 14.7354 7.14703L14.5296 8.17616L14.5233 8.20756L14.5233 8.20757C14.4652 8.49856 14.411 8.7697 14.3423 8.99221C14.2667 9.23715 14.1544 9.49227 13.94 9.7146C13.8452 9.81292 13.7392 9.89981 13.6242 9.97349C13.3642 10.1401 13.092 10.2002 12.8369 10.2263C12.6053 10.25 12.3288 10.25 12.0321 10.2499H12.032L12 10.2499L11.968 10.2499H11.968C11.6712 10.25 11.3947 10.25 11.1631 10.2263C10.9081 10.2002 10.6359 10.1401 10.3758 9.97349C10.2608 9.89981 10.1548 9.81292 10.06 9.7146C9.84565 9.49227 9.73331 9.23715 9.65772 8.99221C9.58904 8.76969 9.53484 8.49856 9.47668 8.20756L9.4704 8.17615L9.26457 7.14703C9.2205 6.92669 9.27755 6.69821 9.42 6.52445Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.49994C12.5523 8.49994 13 8.94765 13 9.49994L13 15.4999C13 16.0522 12.5523 16.4999 12 16.4999C11.4477 16.4999 11 16.0522 11 15.4999L11 9.49994C11 8.94765 11.4477 8.49994 12 8.49994Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.6048 4.99994L21.3817 5.42544C20.6238 6.87092 19.4287 7.99994 17.9151 7.99994H7.0849C5.57127 7.99994 4.37625 6.87093 3.61832 5.42545L3.39521 4.99994H2C1.44772 4.99994 1 4.55222 1 3.99994C1 3.44765 1.44772 2.99994 2 2.99994H22C22.5523 2.99994 23 3.44765 23 3.99994C23 4.55222 22.5523 4.99994 22 4.99994H21.6048Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.635 17L10.6971 17H13.3029L13.365 17C13.7518 16.9998 14.0436 16.9998 14.3298 17.0411C14.9906 17.1367 15.617 17.3962 16.1519 17.7959C16.3835 17.969 16.5898 18.1753 16.8632 18.4489L16.8632 18.4489L16.9071 18.4929C17.138 18.7238 17.1856 18.7679 17.2298 18.801C17.3635 18.9009 17.5201 18.9658 17.6853 18.9897C17.7399 18.9976 17.8048 19 18.1314 19H19C19.5523 19 20 19.4477 20 20C20 20.5522 19.5523 21 19 21H18.1314L18.0806 21C17.8327 21.0001 17.6146 21.0002 17.3991 20.9691C16.9035 20.8974 16.4337 20.7028 16.0325 20.403C15.8581 20.2727 15.704 20.1184 15.5288 19.943L15.4929 19.9071C15.1567 19.5708 15.0564 19.474 14.9546 19.3979C14.6872 19.1981 14.374 19.0683 14.0436 19.0205C13.9178 19.0024 13.7785 19 13.3029 19H10.6971C10.2215 19 10.0822 19.0024 9.95642 19.0205C9.626 19.0683 9.3128 19.1981 9.04537 19.3979C8.94355 19.474 8.84335 19.5708 8.50711 19.9071L8.47122 19.943C8.29602 20.1184 8.14191 20.2727 7.96747 20.403C7.56634 20.7028 7.09653 20.8974 6.60091 20.9691C6.38539 21.0002 6.16732 21.0001 5.91941 21H5.9194L5.86863 21H5C4.44772 21 4 20.5522 4 20C4 19.4477 4.44772 19 5 19H5.86863C6.19521 19 6.26006 18.9976 6.31468 18.9897C6.47989 18.9658 6.63649 18.9009 6.77021 18.801C6.81442 18.7679 6.86196 18.7238 7.09289 18.4929L7.13678 18.449L7.13678 18.4489C7.41023 18.1753 7.61648 17.969 7.84811 17.7959C8.38296 17.3962 9.00936 17.1367 9.6702 17.0411C9.95639 16.9998 10.2482 16.9998 10.635 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.968 14.7499L12 14.7499L12.032 14.7499C12.3288 14.7499 12.6053 14.7499 12.8369 14.7736C13.092 14.7997 13.3642 14.8598 13.6242 15.0264C13.7392 15.1001 13.8452 15.187 13.94 15.2853C14.1544 15.5076 14.2667 15.7627 14.3423 16.0077C14.411 16.2302 14.4652 16.5013 14.5233 16.7923L14.5233 16.7923L14.5296 16.8237L14.7354 17.8529C14.7795 18.0732 14.7225 18.3017 14.58 18.4754C14.4376 18.6492 14.2247 18.7499 14 18.7499H10C9.77531 18.7499 9.56245 18.6492 9.42 18.4754C9.27755 18.3017 9.2205 18.0732 9.26457 17.8529L9.4704 16.8237L9.47668 16.7923C9.53484 16.5013 9.58904 16.2302 9.65772 16.0077C9.73331 15.7627 9.84565 15.5076 10.06 15.2853C10.1548 15.187 10.2608 15.1001 10.3758 15.0264C10.6359 14.8598 10.9081 14.7997 11.1631 14.7736C11.3947 14.7499 11.6712 14.7499 11.968 14.7499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.42 6.52445C9.56245 6.35068 9.77531 6.24994 10 6.24994H14C14.2247 6.24994 14.4376 6.35068 14.58 6.52445C14.7225 6.69821 14.7795 6.92669 14.7354 7.14703L14.5296 8.17616L14.5233 8.20756L14.5233 8.20757C14.4652 8.49856 14.411 8.7697 14.3423 8.99221C14.2667 9.23715 14.1544 9.49227 13.94 9.7146C13.8452 9.81292 13.7392 9.89981 13.6242 9.97349C13.3642 10.1401 13.092 10.2002 12.8369 10.2263C12.6053 10.25 12.3288 10.25 12.0321 10.2499H12.032L12 10.2499L11.968 10.2499H11.968C11.6712 10.25 11.3947 10.25 11.1631 10.2263C10.9081 10.2002 10.6359 10.1401 10.3758 9.97349C10.2608 9.89981 10.1548 9.81292 10.06 9.7146C9.84565 9.49227 9.73331 9.23715 9.65772 8.99221C9.58904 8.76969 9.53484 8.49856 9.47668 8.20756L9.4704 8.17615L9.26457 7.14703C9.2205 6.92669 9.27755 6.69821 9.42 6.52445Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.49994C12.5523 8.49994 13 8.94765 13 9.49994L13 15.4999C13 16.0522 12.5523 16.4999 12 16.4999C11.4477 16.4999 11 16.0522 11 15.4999L11 9.49994C11 8.94765 11.4477 8.49994 12 8.49994Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-door{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.5 21.75C2.5 21.1977 2.94772 20.75 3.5 20.75H20.5C21.0523 20.75 21.5 21.1977 21.5 21.75C21.5 22.3023 21.0523 22.75 20.5 22.75H3.5C2.94772 22.75 2.5 22.3023 2.5 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0549 1.25C14.4225 1.24998 15.5248 1.24996 16.3918 1.36652C17.2919 1.48754 18.0497 1.74643 18.6517 2.34835C19.2536 2.95027 19.5125 3.70814 19.6335 4.60825C19.75 5.47521 19.75 6.57753 19.75 7.9451V7.94511V7.94512V7.94513V22C19.75 22.4142 19.4142 22.75 19 22.75L5 22.75C4.58579 22.75 4.25 22.4142 4.25 22L4.25 7.94512V7.94511V7.94509C4.24998 6.57752 4.24996 5.47521 4.36652 4.60825C4.48754 3.70814 4.74643 2.95027 5.34835 2.34835C5.95027 1.74643 6.70814 1.48754 7.60825 1.36652C8.47521 1.24996 9.57753 1.24998 10.9451 1.25H10.9451H13.0549H13.0549ZM8.81235 6.15036C8.77173 6.33526 8.75 6.60256 8.75 7V8.25H11.25V5.75H10C9.60257 5.75 9.33527 5.77172 9.15036 5.81234C8.97395 5.8511 8.92349 5.89617 8.90983 5.90983C8.89618 5.92348 8.8511 5.97395 8.81235 6.15036ZM10 4.25C9.5701 4.25 9.17374 4.27144 8.82851 4.34728C8.4748 4.42498 8.12868 4.56966 7.84917 4.84917C7.56966 5.12868 7.42498 5.4748 7.34728 5.82851C7.27144 6.17373 7.25 6.5701 7.25 7V11C7.25 11.4299 7.27144 11.8263 7.34728 12.1715C7.42498 12.5252 7.56966 12.8713 7.84917 13.1508C8.12868 13.4303 8.4748 13.575 8.82851 13.6527C9.17374 13.7286 9.5701 13.75 10 13.75L14 13.75C14.4299 13.75 14.8263 13.7286 15.1715 13.6527C15.5252 13.575 15.8713 13.4303 16.1508 13.1508C16.4303 12.8713 16.575 12.5252 16.6527 12.1715C16.7286 11.8263 16.75 11.4299 16.75 11V7C16.75 6.5701 16.7286 6.17373 16.6527 5.82851C16.575 5.4748 16.4303 5.12868 16.1508 4.84917C15.8713 4.56966 15.5252 4.42498 15.1715 4.34728C14.8263 4.27144 14.4299 4.25 14 4.25H10ZM12.75 5.75V8.25H15.25V7C15.25 6.60256 15.2283 6.33526 15.1877 6.15036C15.1489 5.97395 15.1038 5.92348 15.0902 5.90983C15.0765 5.89617 15.0261 5.8511 14.8496 5.81234C14.6647 5.77172 14.3974 5.75 14 5.75H12.75ZM15.25 9.75H12.75V12.25H14C14.3974 12.25 14.6647 12.2283 14.8496 12.1877C15.0261 12.1489 15.0765 12.1038 15.0902 12.0902C15.1038 12.0765 15.1489 12.026 15.1877 11.8496C15.2283 11.6647 15.25 11.3974 15.25 11V9.75ZM8.75 9.75V11C8.75 11.3974 8.77173 11.6647 8.81235 11.8496C8.8511 12.026 8.89618 12.0765 8.90983 12.0902C8.92349 12.1038 8.97395 12.1489 9.15036 12.1877C9.33527 12.2283 9.60257 12.25 10 12.25H11.25L11.25 9.75H8.75ZM8.01228 18C8.5621 18 9.00781 17.5523 9.00781 17C9.00781 16.4477 8.5621 16 8.01228 16H8.00334C7.45353 16 7.00781 16.4477 7.00781 17C7.00781 17.5523 7.45353 18 8.00334 18H8.01228Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.5 21.75C2.5 21.1977 2.94772 20.75 3.5 20.75H20.5C21.0523 20.75 21.5 21.1977 21.5 21.75C21.5 22.3023 21.0523 22.75 20.5 22.75H3.5C2.94772 22.75 2.5 22.3023 2.5 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0549 1.25C14.4225 1.24998 15.5248 1.24996 16.3918 1.36652C17.2919 1.48754 18.0497 1.74643 18.6517 2.34835C19.2536 2.95027 19.5125 3.70814 19.6335 4.60825C19.75 5.47521 19.75 6.57753 19.75 7.9451V7.94511V7.94512V7.94513V22C19.75 22.4142 19.4142 22.75 19 22.75L5 22.75C4.58579 22.75 4.25 22.4142 4.25 22L4.25 7.94512V7.94511V7.94509C4.24998 6.57752 4.24996 5.47521 4.36652 4.60825C4.48754 3.70814 4.74643 2.95027 5.34835 2.34835C5.95027 1.74643 6.70814 1.48754 7.60825 1.36652C8.47521 1.24996 9.57753 1.24998 10.9451 1.25H10.9451H13.0549H13.0549ZM8.81235 6.15036C8.77173 6.33526 8.75 6.60256 8.75 7V8.25H11.25V5.75H10C9.60257 5.75 9.33527 5.77172 9.15036 5.81234C8.97395 5.8511 8.92349 5.89617 8.90983 5.90983C8.89618 5.92348 8.8511 5.97395 8.81235 6.15036ZM10 4.25C9.5701 4.25 9.17374 4.27144 8.82851 4.34728C8.4748 4.42498 8.12868 4.56966 7.84917 4.84917C7.56966 5.12868 7.42498 5.4748 7.34728 5.82851C7.27144 6.17373 7.25 6.5701 7.25 7V11C7.25 11.4299 7.27144 11.8263 7.34728 12.1715C7.42498 12.5252 7.56966 12.8713 7.84917 13.1508C8.12868 13.4303 8.4748 13.575 8.82851 13.6527C9.17374 13.7286 9.5701 13.75 10 13.75L14 13.75C14.4299 13.75 14.8263 13.7286 15.1715 13.6527C15.5252 13.575 15.8713 13.4303 16.1508 13.1508C16.4303 12.8713 16.575 12.5252 16.6527 12.1715C16.7286 11.8263 16.75 11.4299 16.75 11V7C16.75 6.5701 16.7286 6.17373 16.6527 5.82851C16.575 5.4748 16.4303 5.12868 16.1508 4.84917C15.8713 4.56966 15.5252 4.42498 15.1715 4.34728C14.8263 4.27144 14.4299 4.25 14 4.25H10ZM12.75 5.75V8.25H15.25V7C15.25 6.60256 15.2283 6.33526 15.1877 6.15036C15.1489 5.97395 15.1038 5.92348 15.0902 5.90983C15.0765 5.89617 15.0261 5.8511 14.8496 5.81234C14.6647 5.77172 14.3974 5.75 14 5.75H12.75ZM15.25 9.75H12.75V12.25H14C14.3974 12.25 14.6647 12.2283 14.8496 12.1877C15.0261 12.1489 15.0765 12.1038 15.0902 12.0902C15.1038 12.0765 15.1489 12.026 15.1877 11.8496C15.2283 11.6647 15.25 11.3974 15.25 11V9.75ZM8.75 9.75V11C8.75 11.3974 8.77173 11.6647 8.81235 11.8496C8.8511 12.026 8.89618 12.0765 8.90983 12.0902C8.92349 12.1038 8.97395 12.1489 9.15036 12.1877C9.33527 12.2283 9.60257 12.25 10 12.25H11.25L11.25 9.75H8.75ZM8.01228 18C8.5621 18 9.00781 17.5523 9.00781 17C9.00781 16.4477 8.5621 16 8.01228 16H8.00334C7.45353 16 7.00781 16.4477 7.00781 17C7.00781 17.5523 7.45353 18 8.00334 18H8.01228Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-dressing-table-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C9.23858 3 7 5.23858 7 8V14C7 14.5523 6.55228 15 6 15C5.44772 15 5 14.5523 5 14V8C5 4.13401 8.13401 1 12 1C15.866 1 19 4.13401 19 8V14C19 14.5523 18.5523 15 18 15C17.4477 15 17 14.5523 17 14V8C17 5.23858 14.7614 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5303 4.46967C11.8232 4.76256 11.8232 5.23744 11.5303 5.53033L10.5303 6.53033C10.2374 6.82322 9.76256 6.82322 9.46967 6.53033C9.17678 6.23744 9.17678 5.76256 9.46967 5.46967L10.4697 4.46967C10.7626 4.17678 11.2374 4.17678 11.5303 4.46967ZM13.5303 5.46967C13.8232 5.76256 13.8232 6.23744 13.5303 6.53033L11.5303 8.53033C11.2374 8.82322 10.7626 8.82322 10.4697 8.53033C10.1768 8.23744 10.1768 7.76256 10.4697 7.46967L12.4697 5.46967C12.7626 5.17678 13.2374 5.17678 13.5303 5.46967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 19.75V22C6 22.5523 5.55228 23 5 23C4.44772 23 4 22.5523 4 22L4 15C3.44772 15 3 14.5523 3 14C3 13.4477 3.44772 13 4 13L20 13C20.5523 13 21 13.4477 21 14C21 14.5523 20.5523 15 20 15V22C20 22.5523 19.5523 23 19 23C18.4477 23 18 22.5523 18 22V19.75L6 19.75ZM11.5 15.75C11.0858 15.75 10.75 16.0858 10.75 16.5C10.75 16.9142 11.0858 17.25 11.5 17.25H12.5C12.9142 17.25 13.25 16.9142 13.25 16.5C13.25 16.0858 12.9142 15.75 12.5 15.75H11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C9.23858 3 7 5.23858 7 8V14C7 14.5523 6.55228 15 6 15C5.44772 15 5 14.5523 5 14V8C5 4.13401 8.13401 1 12 1C15.866 1 19 4.13401 19 8V14C19 14.5523 18.5523 15 18 15C17.4477 15 17 14.5523 17 14V8C17 5.23858 14.7614 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5303 4.46967C11.8232 4.76256 11.8232 5.23744 11.5303 5.53033L10.5303 6.53033C10.2374 6.82322 9.76256 6.82322 9.46967 6.53033C9.17678 6.23744 9.17678 5.76256 9.46967 5.46967L10.4697 4.46967C10.7626 4.17678 11.2374 4.17678 11.5303 4.46967ZM13.5303 5.46967C13.8232 5.76256 13.8232 6.23744 13.5303 6.53033L11.5303 8.53033C11.2374 8.82322 10.7626 8.82322 10.4697 8.53033C10.1768 8.23744 10.1768 7.76256 10.4697 7.46967L12.4697 5.46967C12.7626 5.17678 13.2374 5.17678 13.5303 5.46967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 19.75V22C6 22.5523 5.55228 23 5 23C4.44772 23 4 22.5523 4 22L4 15C3.44772 15 3 14.5523 3 14C3 13.4477 3.44772 13 4 13L20 13C20.5523 13 21 13.4477 21 14C21 14.5523 20.5523 15 20 15V22C20 22.5523 19.5523 23 19 23C18.4477 23 18 22.5523 18 22V19.75L6 19.75ZM11.5 15.75C11.0858 15.75 10.75 16.0858 10.75 16.5C10.75 16.9142 11.0858 17.25 11.5 17.25H12.5C12.9142 17.25 13.25 16.9142 13.25 16.5C13.25 16.0858 12.9142 15.75 12.5 15.75H11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-dressing-table-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.00011 12.9999C3.00011 12.4477 3.44782 11.9999 4.00011 11.9999H20.0001C20.5524 11.9999 21.0001 12.4477 21.0001 12.9999C21.0001 13.5522 20.5524 13.9999 20.0001 13.9999V15.5474C20.2783 15.8414 20.5352 16.2359 20.6901 16.7204C20.9375 17.4943 20.903 18.4302 20.3945 19.4472C20.103 20.0302 20.1375 20.4276 20.2151 20.6704C20.3036 20.9473 20.4793 21.1175 20.5548 21.1679C21.0143 21.4742 21.1385 22.0951 20.8322 22.5546C20.5258 23.0142 19.9049 23.1383 19.4454 22.832C19.0209 22.549 18.5466 22.0192 18.3101 21.2794C18.0627 20.5056 18.0972 19.5697 18.6057 18.5527C18.8972 17.9697 18.8627 17.5723 18.7851 17.3294C18.7416 17.1933 18.677 17.0829 18.6136 16.9999H5.38662C5.32323 17.0829 5.25864 17.1933 5.21512 17.3294C5.13749 17.5723 5.10303 17.9697 5.39453 18.5527C5.90303 19.5697 5.93749 20.5056 5.69012 21.2794C5.45364 22.0192 4.97927 22.549 4.55481 22.832C4.09528 23.1383 3.47441 23.0142 3.16806 22.5546C2.8617 22.0951 2.98588 21.4742 3.44541 21.1679C3.52095 21.1175 3.69658 20.9473 3.78509 20.6704C3.86272 20.4276 3.89718 20.0302 3.60568 19.4472C3.09718 18.4302 3.06272 17.4943 3.31009 16.7204C3.46499 16.2359 3.72196 15.8414 4.00011 15.5474V13.9999C3.44782 13.9999 3.00011 13.5522 3.00011 12.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.99994C9.87842 2.99994 8 4.92283 8 7.49994C8 10.077 9.87842 11.9999 12 11.9999C14.1216 11.9999 16 10.077 16 7.49994C16 4.92283 14.1216 2.99994 12 2.99994ZM6 7.49994C6 4.00191 8.59874 0.999939 12 0.999939C15.4013 0.999939 18 4.00191 18 7.49994C18 10.998 15.4013 13.9999 12 13.9999C8.59873 13.9999 6 10.998 6 7.49994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0303 4.96961C13.3232 5.2625 13.3232 5.73738 13.0303 6.03027L11.5303 7.53027C11.2374 7.82316 10.7626 7.82316 10.4697 7.53027C10.1768 7.23738 10.1768 6.7625 10.4697 6.46961L11.9697 4.96961C12.2626 4.67672 12.7374 4.67672 13.0303 4.96961Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5303 7.46961C13.8232 7.7625 13.8232 8.23738 13.5303 8.53027L12.0303 10.0303C11.7374 10.3232 11.2626 10.3232 10.9697 10.0303C10.6768 9.73738 10.6768 9.2625 10.9697 8.96961L12.4697 7.46961C12.7626 7.17672 13.2374 7.17672 13.5303 7.46961Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.00011 12.9999C3.00011 12.4477 3.44782 11.9999 4.00011 11.9999H20.0001C20.5524 11.9999 21.0001 12.4477 21.0001 12.9999C21.0001 13.5522 20.5524 13.9999 20.0001 13.9999V15.5474C20.2783 15.8414 20.5352 16.2359 20.6901 16.7204C20.9375 17.4943 20.903 18.4302 20.3945 19.4472C20.103 20.0302 20.1375 20.4276 20.2151 20.6704C20.3036 20.9473 20.4793 21.1175 20.5548 21.1679C21.0143 21.4742 21.1385 22.0951 20.8322 22.5546C20.5258 23.0142 19.9049 23.1383 19.4454 22.832C19.0209 22.549 18.5466 22.0192 18.3101 21.2794C18.0627 20.5056 18.0972 19.5697 18.6057 18.5527C18.8972 17.9697 18.8627 17.5723 18.7851 17.3294C18.7416 17.1933 18.677 17.0829 18.6136 16.9999H5.38662C5.32323 17.0829 5.25864 17.1933 5.21512 17.3294C5.13749 17.5723 5.10303 17.9697 5.39453 18.5527C5.90303 19.5697 5.93749 20.5056 5.69012 21.2794C5.45364 22.0192 4.97927 22.549 4.55481 22.832C4.09528 23.1383 3.47441 23.0142 3.16806 22.5546C2.8617 22.0951 2.98588 21.4742 3.44541 21.1679C3.52095 21.1175 3.69658 20.9473 3.78509 20.6704C3.86272 20.4276 3.89718 20.0302 3.60568 19.4472C3.09718 18.4302 3.06272 17.4943 3.31009 16.7204C3.46499 16.2359 3.72196 15.8414 4.00011 15.5474V13.9999C3.44782 13.9999 3.00011 13.5522 3.00011 12.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.99994C9.87842 2.99994 8 4.92283 8 7.49994C8 10.077 9.87842 11.9999 12 11.9999C14.1216 11.9999 16 10.077 16 7.49994C16 4.92283 14.1216 2.99994 12 2.99994ZM6 7.49994C6 4.00191 8.59874 0.999939 12 0.999939C15.4013 0.999939 18 4.00191 18 7.49994C18 10.998 15.4013 13.9999 12 13.9999C8.59873 13.9999 6 10.998 6 7.49994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0303 4.96961C13.3232 5.2625 13.3232 5.73738 13.0303 6.03027L11.5303 7.53027C11.2374 7.82316 10.7626 7.82316 10.4697 7.53027C10.1768 7.23738 10.1768 6.7625 10.4697 6.46961L11.9697 4.96961C12.2626 4.67672 12.7374 4.67672 13.0303 4.96961Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5303 7.46961C13.8232 7.7625 13.8232 8.23738 13.5303 8.53027L12.0303 10.0303C11.7374 10.3232 11.2626 10.3232 10.9697 10.0303C10.6768 9.73738 10.6768 9.2625 10.9697 8.96961L12.4697 7.46961C12.7626 7.17672 13.2374 7.17672 13.5303 7.46961Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-dressing-table-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.00001 12.75L3.95526 12.75C3.52244 12.7499 3.12561 12.7499 2.8028 12.7933C2.44732 12.8411 2.07159 12.9535 1.76257 13.2626C1.45355 13.5716 1.3411 13.9473 1.29331 14.3028C1.24991 14.6256 1.24995 15.0224 1.25 15.4552L1.25001 15.5L1.25001 17.5L1.25 17.5447C1.24995 17.9776 1.24991 18.3744 1.29331 18.6972C1.3411 19.0527 1.45355 19.4284 1.76257 19.7374C2.07159 20.0465 2.44732 20.1589 2.8028 20.2067C3.12561 20.2501 3.52244 20.25 3.95525 20.25H3.95526L4.00001 20.25L20.0448 20.25C20.4776 20.25 20.8744 20.2501 21.1972 20.2067C21.5527 20.1589 21.9284 20.0465 22.2374 19.7374C22.5465 19.4284 22.6589 19.0527 22.7067 18.6972C22.7501 18.3744 22.7501 17.9776 22.75 17.5447V15.4552C22.7501 15.0224 22.7501 14.6256 22.7067 14.3028C22.6589 13.9473 22.5465 13.5716 22.2374 13.2626C21.9284 12.9535 21.5527 12.8411 21.1972 12.7933C20.8744 12.7499 20.4776 12.7499 20.0448 12.75L4.00001 12.75ZM11 15.75C10.5858 15.75 10.25 16.0858 10.25 16.5C10.25 16.9142 10.5858 17.25 11 17.25L13 17.25C13.4142 17.25 13.75 16.9142 13.75 16.5C13.75 16.0858 13.4142 15.75 13 15.75L11 15.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.05289 18.6058C4.54687 18.3588 5.14754 18.559 5.39453 19.053C5.90303 20.07 5.93749 21.0059 5.69012 21.7797C5.45364 22.5195 4.97927 23.0493 4.55481 23.3323C4.09528 23.6386 3.47441 23.5144 3.16806 23.0549C2.8617 22.5954 2.98588 21.9745 3.44541 21.6682C3.52095 21.6178 3.69658 21.4476 3.78509 21.1707C3.86272 20.9279 3.89718 20.5304 3.60568 19.9474C3.35869 19.4535 3.55891 18.8528 4.05289 18.6058ZM19.9473 18.6058C20.4413 18.8528 20.6415 19.4535 20.3945 19.9474C20.103 20.5304 20.1375 20.9279 20.2151 21.1707C20.3036 21.4476 20.4793 21.6178 20.5548 21.6682C21.0143 21.9745 21.1385 22.5954 20.8322 23.0549C20.5258 23.5144 19.9049 23.6386 19.4454 23.3323C19.0209 23.0493 18.5466 22.5195 18.3101 21.7797C18.0627 21.0059 18.0972 20.07 18.6057 19.053C18.8527 18.559 19.4533 18.3588 19.9473 18.6058Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 1.5C4.55228 1.5 5 1.94772 5 2.5V3.00005L8.105 3.00002C8.11907 2.98794 8.13445 2.97471 8.15154 2.96C10.4134 1.01336 13.5866 1.01334 15.8485 2.95996C15.8655 2.97466 15.8809 2.9879 15.895 2.99997L19 2.99999V2.5C19 1.94772 19.4477 1.5 20 1.5C20.5523 1.5 21 1.94772 21 2.5V13.5C21 14.0523 20.5523 14.5 20 14.5C19.4477 14.5 19 14.0523 19 13.5V4.99999H15.9142C15.9032 4.99999 15.8904 5.00013 15.8759 5.00028C15.7383 5.00174 15.453 5.00478 15.1876 4.9063C15.01 4.8404 14.8762 4.74622 14.7912 4.68134C14.7142 4.62255 14.6303 4.55031 14.5573 4.48746L14.5438 4.47587C13.032 3.17471 10.9681 3.17472 9.45616 4.4759C9.45172 4.47972 9.44724 4.48358 9.44271 4.48748C9.36971 4.55034 9.28581 4.62258 9.20881 4.68137C9.12383 4.74626 8.98998 4.84044 8.81239 4.90634C8.54699 5.00482 8.26173 5.00179 8.12406 5.00032C8.10961 5.00017 8.09679 5.00003 8.08579 5.00003L5 5.00005V13.5C5 14.0523 4.55228 14.5 4 14.5C3.44772 14.5 3 14.0523 3 13.5V2.5C3 1.94772 3.44772 1.5 4 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5303 5.96967C10.8232 6.26256 10.8232 6.73744 10.5303 7.03033L9.53033 8.03033C9.23744 8.32322 8.76256 8.32322 8.46967 8.03033C8.17678 7.73744 8.17678 7.26256 8.46967 6.96967L9.46967 5.96967C9.76256 5.67678 10.2374 5.67678 10.5303 5.96967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5303 7.46967C12.8232 7.76256 12.8232 8.23744 12.5303 8.53033L10.5303 10.5303C10.2374 10.8232 9.76256 10.8232 9.46967 10.5303C9.17678 10.2374 9.17678 9.76256 9.46967 9.46967L11.4697 7.46967C11.7626 7.17678 12.2374 7.17678 12.5303 7.46967Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.00001 12.75L3.95526 12.75C3.52244 12.7499 3.12561 12.7499 2.8028 12.7933C2.44732 12.8411 2.07159 12.9535 1.76257 13.2626C1.45355 13.5716 1.3411 13.9473 1.29331 14.3028C1.24991 14.6256 1.24995 15.0224 1.25 15.4552L1.25001 15.5L1.25001 17.5L1.25 17.5447C1.24995 17.9776 1.24991 18.3744 1.29331 18.6972C1.3411 19.0527 1.45355 19.4284 1.76257 19.7374C2.07159 20.0465 2.44732 20.1589 2.8028 20.2067C3.12561 20.2501 3.52244 20.25 3.95525 20.25H3.95526L4.00001 20.25L20.0448 20.25C20.4776 20.25 20.8744 20.2501 21.1972 20.2067C21.5527 20.1589 21.9284 20.0465 22.2374 19.7374C22.5465 19.4284 22.6589 19.0527 22.7067 18.6972C22.7501 18.3744 22.7501 17.9776 22.75 17.5447V15.4552C22.7501 15.0224 22.7501 14.6256 22.7067 14.3028C22.6589 13.9473 22.5465 13.5716 22.2374 13.2626C21.9284 12.9535 21.5527 12.8411 21.1972 12.7933C20.8744 12.7499 20.4776 12.7499 20.0448 12.75L4.00001 12.75ZM11 15.75C10.5858 15.75 10.25 16.0858 10.25 16.5C10.25 16.9142 10.5858 17.25 11 17.25L13 17.25C13.4142 17.25 13.75 16.9142 13.75 16.5C13.75 16.0858 13.4142 15.75 13 15.75L11 15.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.05289 18.6058C4.54687 18.3588 5.14754 18.559 5.39453 19.053C5.90303 20.07 5.93749 21.0059 5.69012 21.7797C5.45364 22.5195 4.97927 23.0493 4.55481 23.3323C4.09528 23.6386 3.47441 23.5144 3.16806 23.0549C2.8617 22.5954 2.98588 21.9745 3.44541 21.6682C3.52095 21.6178 3.69658 21.4476 3.78509 21.1707C3.86272 20.9279 3.89718 20.5304 3.60568 19.9474C3.35869 19.4535 3.55891 18.8528 4.05289 18.6058ZM19.9473 18.6058C20.4413 18.8528 20.6415 19.4535 20.3945 19.9474C20.103 20.5304 20.1375 20.9279 20.2151 21.1707C20.3036 21.4476 20.4793 21.6178 20.5548 21.6682C21.0143 21.9745 21.1385 22.5954 20.8322 23.0549C20.5258 23.5144 19.9049 23.6386 19.4454 23.3323C19.0209 23.0493 18.5466 22.5195 18.3101 21.7797C18.0627 21.0059 18.0972 20.07 18.6057 19.053C18.8527 18.559 19.4533 18.3588 19.9473 18.6058Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 1.5C4.55228 1.5 5 1.94772 5 2.5V3.00005L8.105 3.00002C8.11907 2.98794 8.13445 2.97471 8.15154 2.96C10.4134 1.01336 13.5866 1.01334 15.8485 2.95996C15.8655 2.97466 15.8809 2.9879 15.895 2.99997L19 2.99999V2.5C19 1.94772 19.4477 1.5 20 1.5C20.5523 1.5 21 1.94772 21 2.5V13.5C21 14.0523 20.5523 14.5 20 14.5C19.4477 14.5 19 14.0523 19 13.5V4.99999H15.9142C15.9032 4.99999 15.8904 5.00013 15.8759 5.00028C15.7383 5.00174 15.453 5.00478 15.1876 4.9063C15.01 4.8404 14.8762 4.74622 14.7912 4.68134C14.7142 4.62255 14.6303 4.55031 14.5573 4.48746L14.5438 4.47587C13.032 3.17471 10.9681 3.17472 9.45616 4.4759C9.45172 4.47972 9.44724 4.48358 9.44271 4.48748C9.36971 4.55034 9.28581 4.62258 9.20881 4.68137C9.12383 4.74626 8.98998 4.84044 8.81239 4.90634C8.54699 5.00482 8.26173 5.00179 8.12406 5.00032C8.10961 5.00017 8.09679 5.00003 8.08579 5.00003L5 5.00005V13.5C5 14.0523 4.55228 14.5 4 14.5C3.44772 14.5 3 14.0523 3 13.5V2.5C3 1.94772 3.44772 1.5 4 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5303 5.96967C10.8232 6.26256 10.8232 6.73744 10.5303 7.03033L9.53033 8.03033C9.23744 8.32322 8.76256 8.32322 8.46967 8.03033C8.17678 7.73744 8.17678 7.26256 8.46967 6.96967L9.46967 5.96967C9.76256 5.67678 10.2374 5.67678 10.5303 5.96967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5303 7.46967C12.8232 7.76256 12.8232 8.23744 12.5303 8.53033L10.5303 10.5303C10.2374 10.8232 9.76256 10.8232 9.46967 10.5303C9.17678 10.2374 9.17678 9.76256 9.46967 9.46967L11.4697 7.46967C11.7626 7.17678 12.2374 7.17678 12.5303 7.46967Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-flower-pot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6838 1.17632C11.889 1.10789 12.111 1.10789 12.3162 1.17632C13.3276 1.51345 13.9844 2.18264 14.3762 2.73126C14.5013 2.90642 14.6027 3.07363 14.6832 3.22118C15.1399 3.14375 15.5897 3.125 16 3.125C16.5523 3.125 17 3.57272 17 4.125C17 5.77949 16.5873 7.26879 15.7238 8.36782C14.8395 9.49335 13.5449 10.125 12 10.125C10.4551 10.125 9.16053 9.49335 8.27618 8.36782C7.41265 7.26879 7 5.77949 7 4.125C7 3.57272 7.44772 3.125 8 3.125C8.41071 3.125 8.86048 3.14382 9.31681 3.22118C9.39728 3.07363 9.49865 2.90642 9.62377 2.73126C10.0156 2.18264 10.6724 1.51345 11.6838 1.17632ZM9.4928 5.32566C9.36487 5.27789 9.22783 5.24022 9.08122 5.21105C9.21043 6.02675 9.48575 6.67009 9.84882 7.13218C10.1369 7.49878 10.4989 7.77712 10.9421 7.94447C10.8615 7.19374 10.704 6.66102 10.5168 6.28365C10.2606 5.76717 9.93312 5.50725 9.56555 5.35434L9.51456 5.33394L9.4928 5.32566ZM12 4.8661C11.7607 4.51569 11.485 4.22825 11.1818 3.99566C11.2034 3.96243 11.2265 3.92835 11.2512 3.89374C11.4304 3.64287 11.6747 3.38939 12 3.21156C12.3253 3.38939 12.5696 3.64287 12.7488 3.89374C12.7735 3.92835 12.7966 3.96243 12.8182 3.99566C12.515 4.22825 12.2393 4.51569 12 4.8661ZM13.0579 7.94447C13.5011 7.77711 13.8631 7.49878 14.1512 7.13218C14.5142 6.67009 14.7896 6.02674 14.9188 5.21105C14.7612 5.24239 14.6148 5.28353 14.479 5.33641L14.4353 5.354C14.0674 5.50687 13.7396 5.76678 13.4832 6.28365C13.296 6.66102 13.1385 7.19374 13.0579 7.94447Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0003 8.125C12.5526 8.125 13.0003 8.57272 13.0003 9.125V10.6142C13.5469 10.3204 14.2108 10.125 15.0003 10.125C15.5526 10.125 16.0003 10.5727 16.0003 11.125C16.0003 11.6773 15.5526 12.125 15.0003 12.125C13.8846 12.125 13.2365 12.8706 13.0003 13.3334V15.125C13.0003 15.6773 12.5526 16.125 12.0003 16.125C11.448 16.125 11.0003 15.6773 11.0003 15.125V13.148C10.9999 13.1326 10.9999 13.1172 11.0003 13.1017V9.125C11.0003 8.57272 11.448 8.125 12.0003 8.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.2038 14.375C14.1847 14.375 14.9944 14.375 15.6191 14.4558C16.2611 14.5389 16.8732 14.7248 17.3074 15.2364C17.7602 15.7698 17.8021 16.3975 17.7089 17.0138C17.6221 17.5872 17.3951 18.2931 17.1297 19.1184L17.1297 19.1184L17.1103 19.1787L17.0028 19.5131L17.0028 19.5131C16.7928 20.1663 16.6141 20.7223 16.4091 21.1609C16.1888 21.6323 15.9107 22.0316 15.4683 22.3328L15.4639 22.3358L15.4329 22.3565C14.9936 22.6465 14.5082 22.7661 13.9682 22.8217C13.4511 22.875 12.8131 22.875 12.039 22.875H12.039H11.9604H11.9604C11.1863 22.875 10.5483 22.875 10.0313 22.8217C9.49122 22.7661 9.00578 22.6465 8.56648 22.3564L8.56205 22.3535L8.53115 22.3328C8.08868 22.0316 7.81066 21.6323 7.59032 21.1609C7.38527 20.7223 7.20658 20.1663 6.99659 19.5131L6.99659 19.513L6.8891 19.1787L6.86973 19.1185C6.60434 18.2931 6.37735 17.5872 6.29055 17.0138C6.19728 16.3975 6.23925 15.7698 6.692 15.2364C7.1262 14.7248 7.73827 14.5389 8.38035 14.4558C9.00505 14.375 9.81474 14.375 10.7957 14.375H10.7957H13.2037H13.2038Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6838 1.17632C11.889 1.10789 12.111 1.10789 12.3162 1.17632C13.3276 1.51345 13.9844 2.18264 14.3762 2.73126C14.5013 2.90642 14.6027 3.07363 14.6832 3.22118C15.1399 3.14375 15.5897 3.125 16 3.125C16.5523 3.125 17 3.57272 17 4.125C17 5.77949 16.5873 7.26879 15.7238 8.36782C14.8395 9.49335 13.5449 10.125 12 10.125C10.4551 10.125 9.16053 9.49335 8.27618 8.36782C7.41265 7.26879 7 5.77949 7 4.125C7 3.57272 7.44772 3.125 8 3.125C8.41071 3.125 8.86048 3.14382 9.31681 3.22118C9.39728 3.07363 9.49865 2.90642 9.62377 2.73126C10.0156 2.18264 10.6724 1.51345 11.6838 1.17632ZM9.4928 5.32566C9.36487 5.27789 9.22783 5.24022 9.08122 5.21105C9.21043 6.02675 9.48575 6.67009 9.84882 7.13218C10.1369 7.49878 10.4989 7.77712 10.9421 7.94447C10.8615 7.19374 10.704 6.66102 10.5168 6.28365C10.2606 5.76717 9.93312 5.50725 9.56555 5.35434L9.51456 5.33394L9.4928 5.32566ZM12 4.8661C11.7607 4.51569 11.485 4.22825 11.1818 3.99566C11.2034 3.96243 11.2265 3.92835 11.2512 3.89374C11.4304 3.64287 11.6747 3.38939 12 3.21156C12.3253 3.38939 12.5696 3.64287 12.7488 3.89374C12.7735 3.92835 12.7966 3.96243 12.8182 3.99566C12.515 4.22825 12.2393 4.51569 12 4.8661ZM13.0579 7.94447C13.5011 7.77711 13.8631 7.49878 14.1512 7.13218C14.5142 6.67009 14.7896 6.02674 14.9188 5.21105C14.7612 5.24239 14.6148 5.28353 14.479 5.33641L14.4353 5.354C14.0674 5.50687 13.7396 5.76678 13.4832 6.28365C13.296 6.66102 13.1385 7.19374 13.0579 7.94447Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0003 8.125C12.5526 8.125 13.0003 8.57272 13.0003 9.125V10.6142C13.5469 10.3204 14.2108 10.125 15.0003 10.125C15.5526 10.125 16.0003 10.5727 16.0003 11.125C16.0003 11.6773 15.5526 12.125 15.0003 12.125C13.8846 12.125 13.2365 12.8706 13.0003 13.3334V15.125C13.0003 15.6773 12.5526 16.125 12.0003 16.125C11.448 16.125 11.0003 15.6773 11.0003 15.125V13.148C10.9999 13.1326 10.9999 13.1172 11.0003 13.1017V9.125C11.0003 8.57272 11.448 8.125 12.0003 8.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.2038 14.375C14.1847 14.375 14.9944 14.375 15.6191 14.4558C16.2611 14.5389 16.8732 14.7248 17.3074 15.2364C17.7602 15.7698 17.8021 16.3975 17.7089 17.0138C17.6221 17.5872 17.3951 18.2931 17.1297 19.1184L17.1297 19.1184L17.1103 19.1787L17.0028 19.5131L17.0028 19.5131C16.7928 20.1663 16.6141 20.7223 16.4091 21.1609C16.1888 21.6323 15.9107 22.0316 15.4683 22.3328L15.4639 22.3358L15.4329 22.3565C14.9936 22.6465 14.5082 22.7661 13.9682 22.8217C13.4511 22.875 12.8131 22.875 12.039 22.875H12.039H11.9604H11.9604C11.1863 22.875 10.5483 22.875 10.0313 22.8217C9.49122 22.7661 9.00578 22.6465 8.56648 22.3564L8.56205 22.3535L8.53115 22.3328C8.08868 22.0316 7.81066 21.6323 7.59032 21.1609C7.38527 20.7223 7.20658 20.1663 6.99659 19.5131L6.99659 19.513L6.8891 19.1787L6.86973 19.1185C6.60434 18.2931 6.37735 17.5872 6.29055 17.0138C6.19728 16.3975 6.23925 15.7698 6.692 15.2364C7.1262 14.7248 7.73827 14.5389 8.38035 14.4558C9.00505 14.375 9.81474 14.375 10.7957 14.375H10.7957H13.2037H13.2038Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-garage{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.052 10.25C13.9505 10.25 14.6997 10.2499 15.2945 10.3299C15.9223 10.4143 16.4891 10.6 16.9445 11.0555C17.4 11.5109 17.5857 12.0777 17.6701 12.7055C17.7169 13.0536 17.7363 13.4545 17.7443 13.9073C17.7481 13.9377 17.75 13.9686 17.75 14C17.75 14.0238 17.7489 14.0473 17.7467 14.0705C17.75 14.345 17.75 14.6375 17.75 14.9478V14.948V14.948L17.75 22.144C17.75 22.4308 17.75 22.5742 17.8412 22.6626C17.9324 22.751 18.073 22.7466 18.3544 22.7379C18.7021 22.7271 19.0163 22.7067 19.2965 22.6683C19.9271 22.5818 20.4951 22.3912 20.9499 21.927C21.4027 21.465 21.5865 20.8916 21.6704 20.2553C21.7501 19.6503 21.75 18.8874 21.75 17.9689V10.9546V10.9545C21.75 10.1815 21.75 9.5511 21.7025 9.03117C21.653 8.48866 21.5483 8.01297 21.3092 7.55718C21.0699 7.10072 20.7389 6.74627 20.3219 6.40147C19.9234 6.07188 19.4084 5.72153 18.779 5.29329L14.6079 2.45528L14.6079 2.45524L14.6078 2.45522L14.6078 2.45519L14.6077 2.45514C14.098 2.10831 13.666 1.81433 13.2849 1.61199C12.8794 1.39671 12.4697 1.25 12 1.25C11.5303 1.25 11.1206 1.39671 10.7151 1.61199C10.334 1.81436 9.90187 2.10838 9.39208 2.45527L5.22102 5.29326L5.221 5.29328C4.59157 5.72153 4.07664 6.07188 3.67808 6.40147C3.26113 6.74627 2.93012 7.10072 2.69076 7.55718C2.45175 8.01297 2.34705 8.48866 2.29748 9.03117C2.24998 9.5511 2.24999 10.1815 2.25 10.9545V10.9545L2.25 17.9689V17.9689C2.24997 18.8874 2.24995 19.6503 2.32965 20.2553C2.41347 20.8916 2.59735 21.465 3.05008 21.927C3.5049 22.3912 4.07288 22.5818 4.7035 22.6683C4.98366 22.7067 5.29794 22.7271 5.64565 22.7379C5.92698 22.7466 6.06764 22.751 6.15882 22.6626C6.25 22.5742 6.25 22.4308 6.25 22.144L6.25 18.0012L6.25 18L6.25 17.9988L6.25 14.948V14.948V14.9479V14.9479C6.24999 14.6376 6.24998 14.345 6.25327 14.0705C6.25111 14.0473 6.25 14.0238 6.25 14C6.25 13.9686 6.25193 13.9376 6.25568 13.9073C6.26372 13.4545 6.28312 13.0536 6.32991 12.7055C6.41432 12.0777 6.59999 11.5109 7.05546 11.0555C7.51093 10.6 8.07773 10.4143 8.70552 10.3299C9.3003 10.2499 10.0495 10.25 10.948 10.25H10.948H13.052H13.052ZM8.35 22.75C8.06716 22.75 7.92574 22.75 7.83787 22.6621C7.75 22.5743 7.75 22.4328 7.75 22.15V19.35C7.75 19.0672 7.75 18.9257 7.83787 18.8379C7.92574 18.75 8.06716 18.75 8.35 18.75H15.65C15.9328 18.75 16.0743 18.75 16.1621 18.8379C16.25 18.9257 16.25 19.0672 16.25 19.35V22.15C16.25 22.4328 16.25 22.5743 16.1621 22.6621C16.0743 22.75 15.9328 22.75 15.65 22.75H8.35ZM16.25 16.65C16.25 16.9328 16.25 17.0743 16.1621 17.1621C16.0743 17.25 15.9328 17.25 15.65 17.25H8.35C8.06716 17.25 7.92574 17.25 7.83787 17.1621C7.75 17.0743 7.75 16.9328 7.75 16.65V15C7.75005 14.8619 7.862 14.75 8.00009 14.75L15.9999 14.75C16.138 14.75 16.25 14.8619 16.25 15V16.65ZM8.12856 13.25C8.11192 13.25 8.1036 13.25 8.09399 13.2494C7.93477 13.2391 7.80289 13.0883 7.81396 12.9292C7.81463 12.9196 7.81527 12.9148 7.81654 12.9054C7.87858 12.4439 7.9858 12.2464 8.11612 12.1161C8.24644 11.9858 8.44393 11.8786 8.90539 11.8165C9.38843 11.7516 10.036 11.75 11 11.75H13C13.964 11.75 14.6116 11.7516 15.0946 11.8165C15.5561 11.8786 15.7536 11.9858 15.8839 12.1161C16.0142 12.2464 16.1214 12.4439 16.1835 12.9054C16.1847 12.9148 16.1854 12.9196 16.186 12.9292C16.1971 13.0883 16.0652 13.2391 15.906 13.2494C15.8964 13.25 15.8881 13.25 15.8714 13.25L8.12856 13.25ZM12.0078 8C12.5601 8 13.0078 7.55229 13.0078 7C13.0078 6.44772 12.5601 6 12.0078 6H11.9988C11.4465 6 10.9988 6.44772 10.9988 7C10.9988 7.55228 11.4465 8 11.9988 8H12.0078Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.052 10.25C13.9505 10.25 14.6997 10.2499 15.2945 10.3299C15.9223 10.4143 16.4891 10.6 16.9445 11.0555C17.4 11.5109 17.5857 12.0777 17.6701 12.7055C17.7169 13.0536 17.7363 13.4545 17.7443 13.9073C17.7481 13.9377 17.75 13.9686 17.75 14C17.75 14.0238 17.7489 14.0473 17.7467 14.0705C17.75 14.345 17.75 14.6375 17.75 14.9478V14.948V14.948L17.75 22.144C17.75 22.4308 17.75 22.5742 17.8412 22.6626C17.9324 22.751 18.073 22.7466 18.3544 22.7379C18.7021 22.7271 19.0163 22.7067 19.2965 22.6683C19.9271 22.5818 20.4951 22.3912 20.9499 21.927C21.4027 21.465 21.5865 20.8916 21.6704 20.2553C21.7501 19.6503 21.75 18.8874 21.75 17.9689V10.9546V10.9545C21.75 10.1815 21.75 9.5511 21.7025 9.03117C21.653 8.48866 21.5483 8.01297 21.3092 7.55718C21.0699 7.10072 20.7389 6.74627 20.3219 6.40147C19.9234 6.07188 19.4084 5.72153 18.779 5.29329L14.6079 2.45528L14.6079 2.45524L14.6078 2.45522L14.6078 2.45519L14.6077 2.45514C14.098 2.10831 13.666 1.81433 13.2849 1.61199C12.8794 1.39671 12.4697 1.25 12 1.25C11.5303 1.25 11.1206 1.39671 10.7151 1.61199C10.334 1.81436 9.90187 2.10838 9.39208 2.45527L5.22102 5.29326L5.221 5.29328C4.59157 5.72153 4.07664 6.07188 3.67808 6.40147C3.26113 6.74627 2.93012 7.10072 2.69076 7.55718C2.45175 8.01297 2.34705 8.48866 2.29748 9.03117C2.24998 9.5511 2.24999 10.1815 2.25 10.9545V10.9545L2.25 17.9689V17.9689C2.24997 18.8874 2.24995 19.6503 2.32965 20.2553C2.41347 20.8916 2.59735 21.465 3.05008 21.927C3.5049 22.3912 4.07288 22.5818 4.7035 22.6683C4.98366 22.7067 5.29794 22.7271 5.64565 22.7379C5.92698 22.7466 6.06764 22.751 6.15882 22.6626C6.25 22.5742 6.25 22.4308 6.25 22.144L6.25 18.0012L6.25 18L6.25 17.9988L6.25 14.948V14.948V14.9479V14.9479C6.24999 14.6376 6.24998 14.345 6.25327 14.0705C6.25111 14.0473 6.25 14.0238 6.25 14C6.25 13.9686 6.25193 13.9376 6.25568 13.9073C6.26372 13.4545 6.28312 13.0536 6.32991 12.7055C6.41432 12.0777 6.59999 11.5109 7.05546 11.0555C7.51093 10.6 8.07773 10.4143 8.70552 10.3299C9.3003 10.2499 10.0495 10.25 10.948 10.25H10.948H13.052H13.052ZM8.35 22.75C8.06716 22.75 7.92574 22.75 7.83787 22.6621C7.75 22.5743 7.75 22.4328 7.75 22.15V19.35C7.75 19.0672 7.75 18.9257 7.83787 18.8379C7.92574 18.75 8.06716 18.75 8.35 18.75H15.65C15.9328 18.75 16.0743 18.75 16.1621 18.8379C16.25 18.9257 16.25 19.0672 16.25 19.35V22.15C16.25 22.4328 16.25 22.5743 16.1621 22.6621C16.0743 22.75 15.9328 22.75 15.65 22.75H8.35ZM16.25 16.65C16.25 16.9328 16.25 17.0743 16.1621 17.1621C16.0743 17.25 15.9328 17.25 15.65 17.25H8.35C8.06716 17.25 7.92574 17.25 7.83787 17.1621C7.75 17.0743 7.75 16.9328 7.75 16.65V15C7.75005 14.8619 7.862 14.75 8.00009 14.75L15.9999 14.75C16.138 14.75 16.25 14.8619 16.25 15V16.65ZM8.12856 13.25C8.11192 13.25 8.1036 13.25 8.09399 13.2494C7.93477 13.2391 7.80289 13.0883 7.81396 12.9292C7.81463 12.9196 7.81527 12.9148 7.81654 12.9054C7.87858 12.4439 7.9858 12.2464 8.11612 12.1161C8.24644 11.9858 8.44393 11.8786 8.90539 11.8165C9.38843 11.7516 10.036 11.75 11 11.75H13C13.964 11.75 14.6116 11.7516 15.0946 11.8165C15.5561 11.8786 15.7536 11.9858 15.8839 12.1161C16.0142 12.2464 16.1214 12.4439 16.1835 12.9054C16.1847 12.9148 16.1854 12.9196 16.186 12.9292C16.1971 13.0883 16.0652 13.2391 15.906 13.2494C15.8964 13.25 15.8881 13.25 15.8714 13.25L8.12856 13.25ZM12.0078 8C12.5601 8 13.0078 7.55229 13.0078 7C13.0078 6.44772 12.5601 6 12.0078 6H11.9988C11.4465 6 10.9988 6.44772 10.9988 7C10.9988 7.55228 11.4465 8 11.9988 8H12.0078Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-hanging-clock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 8C7.37258 8 2 13.3726 2 20V8H14Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M15.25 4.5C15.25 3.25736 16.2574 2.25 17.5 2.25C18.7426 2.25 19.75 3.25736 19.75 4.5C19.75 5.74264 18.7426 6.75 17.5 6.75C16.2574 6.75 15.25 5.74264 15.25 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 5C18.0523 5 18.5 5.44772 18.5 6V11C18.5 11.5523 18.0523 12 17.5 12C16.9477 12 16.5 11.5523 16.5 11V6C16.5 5.44772 16.9477 5 17.5 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 5C2.55228 5 3 5.44772 3 6V7H20C20.5523 7 21 7.44772 21 8C21 8.55228 20.5523 9 20 9H14C7.92487 9 3 13.9249 3 20V21C3 21.5523 2.55228 22 2 22C1.44772 22 1 21.5523 1 21V6C1 5.44772 1.44772 5 2 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 10.25C14.6005 10.25 12.25 12.6005 12.25 15.5C12.25 18.3995 14.6005 20.75 17.5 20.75C20.3995 20.75 22.75 18.3995 22.75 15.5C22.75 12.6005 20.3995 10.25 17.5 10.25ZM16.7498 14C16.7498 13.5858 17.0856 13.25 17.4998 13.25C17.914 13.25 18.2498 13.5858 18.2498 14V15.5365L18.8352 15.8292C19.2057 16.0144 19.3559 16.4649 19.1707 16.8354C18.9854 17.2059 18.5349 17.3561 18.1644 17.1708L17.1644 16.6708C16.9103 16.5438 16.7498 16.2841 16.7498 16V14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 8C7.37258 8 2 13.3726 2 20V8H14Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M15.25 4.5C15.25 3.25736 16.2574 2.25 17.5 2.25C18.7426 2.25 19.75 3.25736 19.75 4.5C19.75 5.74264 18.7426 6.75 17.5 6.75C16.2574 6.75 15.25 5.74264 15.25 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 5C18.0523 5 18.5 5.44772 18.5 6V11C18.5 11.5523 18.0523 12 17.5 12C16.9477 12 16.5 11.5523 16.5 11V6C16.5 5.44772 16.9477 5 17.5 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 5C2.55228 5 3 5.44772 3 6V7H20C20.5523 7 21 7.44772 21 8C21 8.55228 20.5523 9 20 9H14C7.92487 9 3 13.9249 3 20V21C3 21.5523 2.55228 22 2 22C1.44772 22 1 21.5523 1 21V6C1 5.44772 1.44772 5 2 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 10.25C14.6005 10.25 12.25 12.6005 12.25 15.5C12.25 18.3995 14.6005 20.75 17.5 20.75C20.3995 20.75 22.75 18.3995 22.75 15.5C22.75 12.6005 20.3995 10.25 17.5 10.25ZM16.7498 14C16.7498 13.5858 17.0856 13.25 17.4998 13.25C17.914 13.25 18.2498 13.5858 18.2498 14V15.5365L18.8352 15.8292C19.2057 16.0144 19.3559 16.4649 19.1707 16.8354C18.9854 17.2059 18.5349 17.3561 18.1644 17.1708L17.1644 16.6708C16.9103 16.5438 16.7498 16.2841 16.7498 16V14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-hot-tube{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0947 5.28066C16.4919 5.66431 16.503 6.29738 16.1193 6.69466C15.9602 6.85943 15.9602 7.14057 16.1193 7.30534C17.0269 8.24514 17.0269 9.75486 16.1193 10.6947C15.7357 11.0919 15.1026 11.103 14.7053 10.7193C14.3081 10.3357 14.297 9.70262 14.6807 9.30534C14.8398 9.14057 14.8398 8.85943 14.6807 8.69466C13.7731 7.75486 13.7731 6.24514 14.6807 5.30534C15.0643 4.90806 15.6974 4.89701 16.0947 5.28066ZM19.2947 5.28066C19.6919 5.66431 19.703 6.29738 19.3193 6.69466C19.1602 6.85943 19.1602 7.14057 19.3193 7.30534C20.2269 8.24514 20.2269 9.75486 19.3193 10.6947C18.9357 11.0919 18.3026 11.103 17.9053 10.7193C17.5081 10.3357 17.497 9.70262 17.8807 9.30534C18.0398 9.14057 18.0398 8.85943 17.8807 8.69466C16.9731 7.75486 16.9731 6.24514 17.8807 5.30534C18.2643 4.90806 18.8974 4.89701 19.2947 5.28066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 12C1.44772 12 1 12.4477 1 13C1 13.5523 1.44772 14 2 14H2.40633L2.93274 17.1585C3.12535 18.3143 3.28139 19.2506 3.49945 19.9831C3.72655 20.7459 4.0447 21.3761 4.61748 21.8613C5.19027 22.3465 5.86423 22.5568 6.65399 22.6554C7.41233 22.75 8.36157 22.75 9.53327 22.75H14.4667C15.6384 22.75 16.5877 22.75 17.346 22.6554C18.1358 22.5568 18.8097 22.3465 19.3825 21.8613C19.9553 21.3761 20.2735 20.7459 20.5006 19.9831C20.7186 19.2506 20.8747 18.3143 21.0673 17.1585L21.5937 14H22C22.5523 14 23 13.5523 23 13C23 12.4477 22.5523 12 22 12H2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 4C9 5.10457 8.10457 6 7 6C5.89543 6 5 5.10457 5 4C5 2.89543 5.89543 2 7 2C8.10457 2 9 2.89543 9 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 1.25C5.48122 1.25 4.25 2.48122 4.25 4C4.25 5.51878 5.48122 6.75 7 6.75C8.51878 6.75 9.75 5.51878 9.75 4C9.75 2.48122 8.51878 1.25 7 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.8513 7.79019C5.41464 7.79019 4.25 8.95483 4.25 10.3915C4.25 10.4458 4.25 10.473 4.25351 10.4958C4.27348 10.6251 4.37493 10.7265 4.50422 10.7465C4.52698 10.75 4.55416 10.75 4.60851 10.75H10.3413C10.5989 10.75 10.7277 10.75 10.8016 10.7028C10.8911 10.6457 10.9437 10.5454 10.9399 10.4392C10.9368 10.3517 10.8636 10.2457 10.7172 10.0337C9.92448 8.64636 8.44914 7.79019 6.8513 7.79019Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0947 5.28066C16.4919 5.66431 16.503 6.29738 16.1193 6.69466C15.9602 6.85943 15.9602 7.14057 16.1193 7.30534C17.0269 8.24514 17.0269 9.75486 16.1193 10.6947C15.7357 11.0919 15.1026 11.103 14.7053 10.7193C14.3081 10.3357 14.297 9.70262 14.6807 9.30534C14.8398 9.14057 14.8398 8.85943 14.6807 8.69466C13.7731 7.75486 13.7731 6.24514 14.6807 5.30534C15.0643 4.90806 15.6974 4.89701 16.0947 5.28066ZM19.2947 5.28066C19.6919 5.66431 19.703 6.29738 19.3193 6.69466C19.1602 6.85943 19.1602 7.14057 19.3193 7.30534C20.2269 8.24514 20.2269 9.75486 19.3193 10.6947C18.9357 11.0919 18.3026 11.103 17.9053 10.7193C17.5081 10.3357 17.497 9.70262 17.8807 9.30534C18.0398 9.14057 18.0398 8.85943 17.8807 8.69466C16.9731 7.75486 16.9731 6.24514 17.8807 5.30534C18.2643 4.90806 18.8974 4.89701 19.2947 5.28066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 12C1.44772 12 1 12.4477 1 13C1 13.5523 1.44772 14 2 14H2.40633L2.93274 17.1585C3.12535 18.3143 3.28139 19.2506 3.49945 19.9831C3.72655 20.7459 4.0447 21.3761 4.61748 21.8613C5.19027 22.3465 5.86423 22.5568 6.65399 22.6554C7.41233 22.75 8.36157 22.75 9.53327 22.75H14.4667C15.6384 22.75 16.5877 22.75 17.346 22.6554C18.1358 22.5568 18.8097 22.3465 19.3825 21.8613C19.9553 21.3761 20.2735 20.7459 20.5006 19.9831C20.7186 19.2506 20.8747 18.3143 21.0673 17.1585L21.5937 14H22C22.5523 14 23 13.5523 23 13C23 12.4477 22.5523 12 22 12H2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 4C9 5.10457 8.10457 6 7 6C5.89543 6 5 5.10457 5 4C5 2.89543 5.89543 2 7 2C8.10457 2 9 2.89543 9 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 1.25C5.48122 1.25 4.25 2.48122 4.25 4C4.25 5.51878 5.48122 6.75 7 6.75C8.51878 6.75 9.75 5.51878 9.75 4C9.75 2.48122 8.51878 1.25 7 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.8513 7.79019C5.41464 7.79019 4.25 8.95483 4.25 10.3915C4.25 10.4458 4.25 10.473 4.25351 10.4958C4.27348 10.6251 4.37493 10.7265 4.50422 10.7465C4.52698 10.75 4.55416 10.75 4.60851 10.75H10.3413C10.5989 10.75 10.7277 10.75 10.8016 10.7028C10.8911 10.6457 10.9437 10.5454 10.9399 10.4392C10.9368 10.3517 10.8636 10.2457 10.7172 10.0337C9.92448 8.64636 8.44914 7.79019 6.8513 7.79019Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-lamp-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.75 17.375C9.75 16.1324 10.7574 15.125 12 15.125C13.2426 15.125 14.25 16.1324 14.25 17.375C14.25 18.6176 13.2426 19.625 12 19.625C10.7574 19.625 9.75 18.6176 9.75 17.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 10.875C12.5523 10.875 13 11.3227 13 11.875V15.875C13 16.4273 12.5523 16.875 12 16.875C11.4477 16.875 11 16.4273 11 15.875V11.875C11 11.3227 11.4477 10.875 12 10.875ZM12 17.875C12.5523 17.875 13 18.3227 13 18.875V20.875H16C16.5523 20.875 17 21.3227 17 21.875C17 22.4273 16.5523 22.875 16 22.875H8C7.44772 22.875 7 22.4273 7 21.875C7 21.3227 7.44772 20.875 8 20.875H11V18.875C11 18.3227 11.4477 17.875 12 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4744 1.125C13.1071 1.12498 13.6372 1.12497 14.0726 1.16884C14.5323 1.21516 14.9521 1.31514 15.3455 1.55556C15.7416 1.79764 16.0165 2.12435 16.2555 2.51081C16.4791 2.87242 16.6986 3.33341 16.9568 3.87587L16.9568 3.87591L18.6245 7.37896L18.6245 7.37899C19.0551 8.28328 19.416 9.04144 19.601 9.65956C19.7946 10.3065 19.8556 10.9931 19.4316 11.6129C19.0169 12.2191 18.3584 12.4366 17.6769 12.5321C17.0131 12.6251 16.1404 12.625 15.0844 12.625H15.0844H8.91532H8.9153C7.85928 12.625 6.98665 12.6251 6.32286 12.5321C5.64131 12.4366 4.98279 12.2191 4.56811 11.6129C4.14416 10.9931 4.20509 10.3065 4.3987 9.65956C4.5837 9.04143 4.94467 8.28326 5.37523 7.37895L5.40257 7.32153L7.02612 3.91116L7.04289 3.87592L7.04289 3.87592C7.30113 3.33343 7.52057 2.87244 7.74423 2.51081C7.98325 2.12435 8.25813 1.79764 8.65422 1.55556C9.04759 1.31514 9.46744 1.21516 9.92713 1.16884C10.3626 1.12497 10.8926 1.12498 11.5253 1.125H11.5254H12.4744H12.4744Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.75 17.375C9.75 16.1324 10.7574 15.125 12 15.125C13.2426 15.125 14.25 16.1324 14.25 17.375C14.25 18.6176 13.2426 19.625 12 19.625C10.7574 19.625 9.75 18.6176 9.75 17.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 10.875C12.5523 10.875 13 11.3227 13 11.875V15.875C13 16.4273 12.5523 16.875 12 16.875C11.4477 16.875 11 16.4273 11 15.875V11.875C11 11.3227 11.4477 10.875 12 10.875ZM12 17.875C12.5523 17.875 13 18.3227 13 18.875V20.875H16C16.5523 20.875 17 21.3227 17 21.875C17 22.4273 16.5523 22.875 16 22.875H8C7.44772 22.875 7 22.4273 7 21.875C7 21.3227 7.44772 20.875 8 20.875H11V18.875C11 18.3227 11.4477 17.875 12 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4744 1.125C13.1071 1.12498 13.6372 1.12497 14.0726 1.16884C14.5323 1.21516 14.9521 1.31514 15.3455 1.55556C15.7416 1.79764 16.0165 2.12435 16.2555 2.51081C16.4791 2.87242 16.6986 3.33341 16.9568 3.87587L16.9568 3.87591L18.6245 7.37896L18.6245 7.37899C19.0551 8.28328 19.416 9.04144 19.601 9.65956C19.7946 10.3065 19.8556 10.9931 19.4316 11.6129C19.0169 12.2191 18.3584 12.4366 17.6769 12.5321C17.0131 12.6251 16.1404 12.625 15.0844 12.625H15.0844H8.91532H8.9153C7.85928 12.625 6.98665 12.6251 6.32286 12.5321C5.64131 12.4366 4.98279 12.2191 4.56811 11.6129C4.14416 10.9931 4.20509 10.3065 4.3987 9.65956C4.5837 9.04143 4.94467 8.28326 5.37523 7.37895L5.40257 7.32153L7.02612 3.91116L7.04289 3.87592L7.04289 3.87592C7.30113 3.33343 7.52057 2.87244 7.74423 2.51081C7.98325 2.12435 8.25813 1.79764 8.65422 1.55556C9.04759 1.31514 9.46744 1.21516 9.92713 1.16884C10.3626 1.12497 10.8926 1.12498 11.5253 1.125H11.5254H12.4744H12.4744Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-lamp-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 16.9999C9.79086 16.9999 8 15.209 8 12.9999H10C10 14.1044 10.8954 14.9999 12 14.9999C13.1046 14.9999 14 14.1044 14 12.9999H16C16 15.209 14.2091 16.9999 12 16.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5 12.0001C4.44772 12.0001 4 12.4478 4 13.0001C4 13.5524 4.44772 14.0001 5 14.0001H19C19.5523 14.0001 20 13.5524 20 13.0001C20 12.4478 19.5523 12.0001 19 12.0001H18.9291C18.4439 8.60783 15.5265 6.00012 12 6.00012C8.47353 6.00012 5.55612 8.60783 5.07089 12.0001H5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 0.999878C12.5523 0.999878 13 1.44759 13 1.99988V6.99988C13 7.55216 12.5523 7.99988 12 7.99988C11.4477 7.99988 11 7.55216 11 6.99988V1.99988C11 1.44759 11.4477 0.999878 12 0.999878Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.80006 18.4001C10.1314 18.8419 10.0419 19.4687 9.60006 19.8001L7.60006 21.3001C7.15823 21.6314 6.53143 21.5419 6.20006 21.1001C5.86869 20.6582 5.95823 20.0314 6.40006 19.7001L8.40006 18.2001C8.84189 17.8687 9.46869 17.9582 9.80006 18.4001ZM14.2 18.4001C14.5314 17.9582 15.1582 17.8687 15.6 18.2L17.6 19.6999C18.0419 20.0313 18.1314 20.6581 17.8001 21.0999C17.4687 21.5417 16.8419 21.6313 16.4001 21.3L14.4001 19.8001C13.9582 19.4687 13.8687 18.8419 14.2 18.4001ZM12.0003 19.0001C12.5525 19.0001 13.0003 19.4478 13.0003 20.0001V22.0001C13.0003 22.5523 12.5525 23.0001 12.0003 23.0001C11.448 23.0001 11.0003 22.5523 11.0003 22.0001V20.0001C11.0003 19.4478 11.448 19.0001 12.0003 19.0001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 16.9999C9.79086 16.9999 8 15.209 8 12.9999H10C10 14.1044 10.8954 14.9999 12 14.9999C13.1046 14.9999 14 14.1044 14 12.9999H16C16 15.209 14.2091 16.9999 12 16.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5 12.0001C4.44772 12.0001 4 12.4478 4 13.0001C4 13.5524 4.44772 14.0001 5 14.0001H19C19.5523 14.0001 20 13.5524 20 13.0001C20 12.4478 19.5523 12.0001 19 12.0001H18.9291C18.4439 8.60783 15.5265 6.00012 12 6.00012C8.47353 6.00012 5.55612 8.60783 5.07089 12.0001H5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 0.999878C12.5523 0.999878 13 1.44759 13 1.99988V6.99988C13 7.55216 12.5523 7.99988 12 7.99988C11.4477 7.99988 11 7.55216 11 6.99988V1.99988C11 1.44759 11.4477 0.999878 12 0.999878Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.80006 18.4001C10.1314 18.8419 10.0419 19.4687 9.60006 19.8001L7.60006 21.3001C7.15823 21.6314 6.53143 21.5419 6.20006 21.1001C5.86869 20.6582 5.95823 20.0314 6.40006 19.7001L8.40006 18.2001C8.84189 17.8687 9.46869 17.9582 9.80006 18.4001ZM14.2 18.4001C14.5314 17.9582 15.1582 17.8687 15.6 18.2L17.6 19.6999C18.0419 20.0313 18.1314 20.6581 17.8001 21.0999C17.4687 21.5417 16.8419 21.6313 16.4001 21.3L14.4001 19.8001C13.9582 19.4687 13.8687 18.8419 14.2 18.4001ZM12.0003 19.0001C12.5525 19.0001 13.0003 19.4478 13.0003 20.0001V22.0001C13.0003 22.5523 12.5525 23.0001 12.0003 23.0001C11.448 23.0001 11.0003 22.5523 11.0003 22.0001V20.0001C11.0003 19.4478 11.448 19.0001 12.0003 19.0001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-lamp-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.79652 6.36515C10.4676 6.16989 11.2181 6 12 6C12.7819 6 13.5324 6.16989 14.2034 6.36515C14.5406 6.46327 14.872 6.57226 15.1818 6.67445L15.2107 6.684L15.2108 6.68401C15.5152 6.78446 15.7972 6.87751 16.0722 6.95855L16.2378 7.00726C17.2864 7.31552 18.0631 7.54384 18.6826 8.0189C18.9005 8.18596 19.1665 8.46856 19.4072 8.75172C19.6636 9.05342 19.9471 9.4221 20.2001 9.80469C20.4472 10.1785 20.6933 10.6076 20.8436 11.0236C20.9187 11.2314 20.9858 11.4786 20.998 11.7398C21.0102 12.0011 20.9697 12.352 20.7439 12.675C20.5248 12.9884 20.1974 13.145 20.0173 13.2214C19.7969 13.3149 19.5429 13.3887 19.2831 13.4496C18.7594 13.5724 18.0905 13.6705 17.3463 13.7483C15.8505 13.9046 13.9424 13.9896 12.0443 13.9991C10.1469 14.0086 8.22961 13.9428 6.71678 13.791C5.96417 13.7154 5.28236 13.6158 4.74321 13.4846C4.47515 13.4194 4.21239 13.3394 3.98265 13.2365C3.78195 13.1466 3.47002 12.9811 3.256 12.675C3.03027 12.352 2.98977 12.0011 3.00194 11.7398C3.01411 11.4786 3.08121 11.2314 3.15629 11.0236C3.30664 10.6076 3.55277 10.1785 3.79988 9.80469C4.05281 9.4221 4.3363 9.05342 4.59275 8.75172C4.83344 8.46856 5.09943 8.18596 5.3173 8.0189C5.93685 7.54384 6.71353 7.31552 7.76215 7.00726L7.92771 6.95855C8.2027 6.87751 8.48475 6.78445 8.7892 6.684L8.78921 6.684L8.81814 6.67445C9.12792 6.57226 9.4593 6.46327 9.79652 6.36515Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 12C15.5523 12 16 12.4477 16 13C16 15.2091 14.2091 17 12 17C9.79086 17 8 15.2091 8 13C8 12.4477 8.44772 12 9 12C9.55228 12 10 12.4477 10 13C10 14.1046 10.8954 15 12 15C13.1046 15 14 14.1046 14 13C14 12.4477 14.4477 12 15 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.80006 18.4001C10.1314 18.8419 10.0419 19.4687 9.60006 19.8001L7.60006 21.3001C7.15823 21.6314 6.53143 21.5419 6.20006 21.1001C5.86869 20.6582 5.95823 20.0314 6.40006 19.7001L8.40006 18.2001C8.84189 17.8687 9.46869 17.9582 9.80006 18.4001ZM14.2 18.4001C14.5314 17.9582 15.1582 17.8687 15.6 18.2L17.6 19.6999C18.0419 20.0313 18.1314 20.6581 17.8001 21.0999C17.4687 21.5417 16.8419 21.6313 16.4001 21.3L14.4001 19.8001C13.9582 19.4687 13.8687 18.8419 14.2 18.4001ZM12.0003 19.0001C12.5525 19.0001 13.0003 19.4478 13.0003 20.0001V22.0001C13.0003 22.5523 12.5525 23.0001 12.0003 23.0001C11.448 23.0001 11.0003 22.5523 11.0003 22.0001V20.0001C11.0003 19.4478 11.448 19.0001 12.0003 19.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V7C13 7.55228 12.5523 8 12 8C11.4477 8 11 7.55228 11 7V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.79652 6.36515C10.4676 6.16989 11.2181 6 12 6C12.7819 6 13.5324 6.16989 14.2034 6.36515C14.5406 6.46327 14.872 6.57226 15.1818 6.67445L15.2107 6.684L15.2108 6.68401C15.5152 6.78446 15.7972 6.87751 16.0722 6.95855L16.2378 7.00726C17.2864 7.31552 18.0631 7.54384 18.6826 8.0189C18.9005 8.18596 19.1665 8.46856 19.4072 8.75172C19.6636 9.05342 19.9471 9.4221 20.2001 9.80469C20.4472 10.1785 20.6933 10.6076 20.8436 11.0236C20.9187 11.2314 20.9858 11.4786 20.998 11.7398C21.0102 12.0011 20.9697 12.352 20.7439 12.675C20.5248 12.9884 20.1974 13.145 20.0173 13.2214C19.7969 13.3149 19.5429 13.3887 19.2831 13.4496C18.7594 13.5724 18.0905 13.6705 17.3463 13.7483C15.8505 13.9046 13.9424 13.9896 12.0443 13.9991C10.1469 14.0086 8.22961 13.9428 6.71678 13.791C5.96417 13.7154 5.28236 13.6158 4.74321 13.4846C4.47515 13.4194 4.21239 13.3394 3.98265 13.2365C3.78195 13.1466 3.47002 12.9811 3.256 12.675C3.03027 12.352 2.98977 12.0011 3.00194 11.7398C3.01411 11.4786 3.08121 11.2314 3.15629 11.0236C3.30664 10.6076 3.55277 10.1785 3.79988 9.80469C4.05281 9.4221 4.3363 9.05342 4.59275 8.75172C4.83344 8.46856 5.09943 8.18596 5.3173 8.0189C5.93685 7.54384 6.71353 7.31552 7.76215 7.00726L7.92771 6.95855C8.2027 6.87751 8.48475 6.78445 8.7892 6.684L8.78921 6.684L8.81814 6.67445C9.12792 6.57226 9.4593 6.46327 9.79652 6.36515Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 12C15.5523 12 16 12.4477 16 13C16 15.2091 14.2091 17 12 17C9.79086 17 8 15.2091 8 13C8 12.4477 8.44772 12 9 12C9.55228 12 10 12.4477 10 13C10 14.1046 10.8954 15 12 15C13.1046 15 14 14.1046 14 13C14 12.4477 14.4477 12 15 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.80006 18.4001C10.1314 18.8419 10.0419 19.4687 9.60006 19.8001L7.60006 21.3001C7.15823 21.6314 6.53143 21.5419 6.20006 21.1001C5.86869 20.6582 5.95823 20.0314 6.40006 19.7001L8.40006 18.2001C8.84189 17.8687 9.46869 17.9582 9.80006 18.4001ZM14.2 18.4001C14.5314 17.9582 15.1582 17.8687 15.6 18.2L17.6 19.6999C18.0419 20.0313 18.1314 20.6581 17.8001 21.0999C17.4687 21.5417 16.8419 21.6313 16.4001 21.3L14.4001 19.8001C13.9582 19.4687 13.8687 18.8419 14.2 18.4001ZM12.0003 19.0001C12.5525 19.0001 13.0003 19.4478 13.0003 20.0001V22.0001C13.0003 22.5523 12.5525 23.0001 12.0003 23.0001C11.448 23.0001 11.0003 22.5523 11.0003 22.0001V20.0001C11.0003 19.4478 11.448 19.0001 12.0003 19.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V7C13 7.55228 12.5523 8 12 8C11.4477 8 11 7.55228 11 7V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-lamp-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.4089 1.25C12.9492 1.24999 13.4061 1.24997 13.7822 1.28535C14.1799 1.32274 14.5515 1.40395 14.9039 1.60494C15.2619 1.80918 15.5116 2.08651 15.7259 2.40997C15.9228 2.70695 16.1146 3.08309 16.3334 3.51207L16.3334 3.5121L17.7715 6.33156C18.1355 7.04515 18.4504 7.66235 18.6134 8.17067C18.7871 8.71234 18.8549 9.33462 18.4442 9.89492C18.0564 10.4241 17.4552 10.5991 16.8739 10.6751C16.3008 10.7501 15.5494 10.75 14.6476 10.75H9.35205C8.45021 10.75 7.69883 10.7501 7.12576 10.6751C6.54443 10.5991 5.94323 10.4241 5.5554 9.89492C5.14477 9.33462 5.21252 8.71234 5.38621 8.17067C5.54921 7.66235 5.86408 7.04516 6.22813 6.33157L6.25732 6.27434L7.64893 3.54605L7.66626 3.51207L7.66627 3.51206C7.88504 3.08308 8.07687 2.70695 8.27367 2.40996C8.48801 2.08651 8.7377 1.80918 9.09574 1.60494C9.44808 1.40395 9.81975 1.32274 10.2174 1.28535C10.5936 1.24997 11.0504 1.24999 11.5907 1.25H11.5907H12.4089H12.4089Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9C12.5523 9 13 9.44772 13 10V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V10C11 9.44772 11.4477 9 12 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0332 18.25C12.447 18.25 12.8098 18.25 13.1115 18.2793C13.4362 18.3109 13.7535 18.3809 14.0578 18.5596C14.1792 18.6308 14.2936 18.7133 14.3995 18.8059C14.6652 19.0381 14.832 19.317 14.9647 19.615C15.0879 19.8919 15.2026 20.2361 15.3335 20.6287L15.3335 20.6287L15.344 20.6602L15.5406 21.25H16C16.4142 21.25 16.75 21.5858 16.75 22C16.75 22.4142 16.4142 22.75 16 22.75H8C7.58579 22.75 7.25 22.4142 7.25 22C7.25 21.5858 7.58579 21.25 8 21.25H8.45943L8.65603 20.6602L8.66652 20.6287C8.79736 20.2361 8.91209 19.8919 9.03535 19.615C9.16799 19.317 9.33476 19.0381 9.60046 18.8059C9.70641 18.7133 9.82082 18.6308 9.94217 18.5596C10.2465 18.3809 10.5638 18.3109 10.8885 18.2793C11.1902 18.25 11.553 18.25 11.9668 18.25H11.9668H12.0332H12.0332Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5 9C16.0523 9 16.5 9.44772 16.5 10V13C16.5 13.5523 16.0523 14 15.5 14C14.9477 14 14.5 13.5523 14.5 13V10C14.5 9.44772 14.9477 9 15.5 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.4089 1.25C12.9492 1.24999 13.4061 1.24997 13.7822 1.28535C14.1799 1.32274 14.5515 1.40395 14.9039 1.60494C15.2619 1.80918 15.5116 2.08651 15.7259 2.40997C15.9228 2.70695 16.1146 3.08309 16.3334 3.51207L16.3334 3.5121L17.7715 6.33156C18.1355 7.04515 18.4504 7.66235 18.6134 8.17067C18.7871 8.71234 18.8549 9.33462 18.4442 9.89492C18.0564 10.4241 17.4552 10.5991 16.8739 10.6751C16.3008 10.7501 15.5494 10.75 14.6476 10.75H9.35205C8.45021 10.75 7.69883 10.7501 7.12576 10.6751C6.54443 10.5991 5.94323 10.4241 5.5554 9.89492C5.14477 9.33462 5.21252 8.71234 5.38621 8.17067C5.54921 7.66235 5.86408 7.04516 6.22813 6.33157L6.25732 6.27434L7.64893 3.54605L7.66626 3.51207L7.66627 3.51206C7.88504 3.08308 8.07687 2.70695 8.27367 2.40996C8.48801 2.08651 8.7377 1.80918 9.09574 1.60494C9.44808 1.40395 9.81975 1.32274 10.2174 1.28535C10.5936 1.24997 11.0504 1.24999 11.5907 1.25H11.5907H12.4089H12.4089Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9C12.5523 9 13 9.44772 13 10V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V10C11 9.44772 11.4477 9 12 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0332 18.25C12.447 18.25 12.8098 18.25 13.1115 18.2793C13.4362 18.3109 13.7535 18.3809 14.0578 18.5596C14.1792 18.6308 14.2936 18.7133 14.3995 18.8059C14.6652 19.0381 14.832 19.317 14.9647 19.615C15.0879 19.8919 15.2026 20.2361 15.3335 20.6287L15.3335 20.6287L15.344 20.6602L15.5406 21.25H16C16.4142 21.25 16.75 21.5858 16.75 22C16.75 22.4142 16.4142 22.75 16 22.75H8C7.58579 22.75 7.25 22.4142 7.25 22C7.25 21.5858 7.58579 21.25 8 21.25H8.45943L8.65603 20.6602L8.66652 20.6287C8.79736 20.2361 8.91209 19.8919 9.03535 19.615C9.16799 19.317 9.33476 19.0381 9.60046 18.8059C9.70641 18.7133 9.82082 18.6308 9.94217 18.5596C10.2465 18.3809 10.5638 18.3109 10.8885 18.2793C11.1902 18.25 11.553 18.25 11.9668 18.25H11.9668H12.0332H12.0332Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5 9C16.0523 9 16.5 9.44772 16.5 10V13C16.5 13.5523 16.0523 14 15.5 14C14.9477 14 14.5 13.5523 14.5 13V10C14.5 9.44772 14.9477 9 15.5 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-lamp-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.4089 1.25C12.9492 1.24999 13.4061 1.24997 13.7822 1.28535C14.1799 1.32274 14.5515 1.40395 14.9039 1.60494C15.2619 1.80918 15.5116 2.08651 15.7259 2.40997C15.9228 2.70695 16.1146 3.08309 16.3334 3.51207L16.3334 3.5121L17.7715 6.33156C18.1355 7.04515 18.4504 7.66235 18.6134 8.17067C18.7871 8.71234 18.8549 9.33462 18.4442 9.89492C18.0564 10.4241 17.4552 10.5991 16.8739 10.6751C16.3008 10.7501 15.5494 10.75 14.6476 10.75H9.35205C8.45021 10.75 7.69883 10.7501 7.12576 10.6751C6.54443 10.5991 5.94323 10.4241 5.5554 9.89492C5.14477 9.33462 5.21252 8.71234 5.38621 8.17067C5.54921 7.66235 5.86408 7.04516 6.22813 6.33157L6.25732 6.27434L7.64893 3.54605L7.66626 3.51207L7.66627 3.51206C7.88504 3.08308 8.07687 2.70695 8.27367 2.40996C8.48801 2.08651 8.7377 1.80918 9.09574 1.60494C9.44808 1.40395 9.81975 1.32274 10.2174 1.28535C10.5936 1.24997 11.0504 1.24999 11.5907 1.25H11.5907H12.4089H12.4089Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9C12.5523 9 13 9.44772 13 10L13 14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14L11 10C11 9.44772 11.4477 9 12 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.50049 13.25C8.08627 13.25 7.75049 13.5858 7.75049 14C7.75049 14.4142 8.08627 14.75 8.50049 14.75C8.53799 14.75 8.55674 14.75 8.58149 14.7542C8.65017 14.7657 8.74101 14.8241 8.78006 14.8818C8.79413 14.9026 8.79813 14.9113 8.80613 14.9289C8.90065 15.1359 8.94644 15.3816 8.9432 15.6621C8.93761 16.1464 8.78243 16.6685 8.55597 17.0863C8.48749 17.2127 8.42111 17.3425 8.35779 17.4755C8.20069 17.8054 8.12214 17.9703 8.21043 18.1102C8.29872 18.25 8.49198 18.25 8.8785 18.25H15.092C15.4829 18.25 15.6784 18.25 15.7664 18.1084C15.8545 17.9667 15.7727 17.8011 15.6091 17.4697C15.5509 17.3518 15.4902 17.2363 15.4279 17.1237C15.1917 16.697 15.0348 16.1685 15.0352 15.6832C15.0354 15.3835 15.0938 15.1224 15.2132 14.9052C15.2198 14.8932 15.2231 14.8872 15.2356 14.8705C15.2765 14.8158 15.3669 14.7623 15.4346 14.7529C15.4552 14.75 15.4703 14.75 15.5005 14.75C15.9147 14.75 16.2505 14.4142 16.2505 14C16.2505 13.5858 15.9147 13.25 15.5005 13.25L8.50049 13.25ZM15.6731 19.75C15.951 19.75 16.0899 19.75 16.1791 19.8477C16.2683 19.9454 16.2569 20.0712 16.234 20.3227C16.2076 20.6117 16.1497 20.9029 16.054 21.1936C15.736 22.1599 14.7838 22.75 13.7874 22.75H10.2252C9.24811 22.75 8.31265 22.1822 7.97825 21.2439C7.86956 20.939 7.80309 20.6329 7.77174 20.3286C7.74559 20.0749 7.73252 19.9481 7.82187 19.849C7.91122 19.75 8.05152 19.75 8.33212 19.75H15.6731Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.4089 1.25C12.9492 1.24999 13.4061 1.24997 13.7822 1.28535C14.1799 1.32274 14.5515 1.40395 14.9039 1.60494C15.2619 1.80918 15.5116 2.08651 15.7259 2.40997C15.9228 2.70695 16.1146 3.08309 16.3334 3.51207L16.3334 3.5121L17.7715 6.33156C18.1355 7.04515 18.4504 7.66235 18.6134 8.17067C18.7871 8.71234 18.8549 9.33462 18.4442 9.89492C18.0564 10.4241 17.4552 10.5991 16.8739 10.6751C16.3008 10.7501 15.5494 10.75 14.6476 10.75H9.35205C8.45021 10.75 7.69883 10.7501 7.12576 10.6751C6.54443 10.5991 5.94323 10.4241 5.5554 9.89492C5.14477 9.33462 5.21252 8.71234 5.38621 8.17067C5.54921 7.66235 5.86408 7.04516 6.22813 6.33157L6.25732 6.27434L7.64893 3.54605L7.66626 3.51207L7.66627 3.51206C7.88504 3.08308 8.07687 2.70695 8.27367 2.40996C8.48801 2.08651 8.7377 1.80918 9.09574 1.60494C9.44808 1.40395 9.81975 1.32274 10.2174 1.28535C10.5936 1.24997 11.0504 1.24999 11.5907 1.25H11.5907H12.4089H12.4089Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9C12.5523 9 13 9.44772 13 10L13 14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14L11 10C11 9.44772 11.4477 9 12 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.50049 13.25C8.08627 13.25 7.75049 13.5858 7.75049 14C7.75049 14.4142 8.08627 14.75 8.50049 14.75C8.53799 14.75 8.55674 14.75 8.58149 14.7542C8.65017 14.7657 8.74101 14.8241 8.78006 14.8818C8.79413 14.9026 8.79813 14.9113 8.80613 14.9289C8.90065 15.1359 8.94644 15.3816 8.9432 15.6621C8.93761 16.1464 8.78243 16.6685 8.55597 17.0863C8.48749 17.2127 8.42111 17.3425 8.35779 17.4755C8.20069 17.8054 8.12214 17.9703 8.21043 18.1102C8.29872 18.25 8.49198 18.25 8.8785 18.25H15.092C15.4829 18.25 15.6784 18.25 15.7664 18.1084C15.8545 17.9667 15.7727 17.8011 15.6091 17.4697C15.5509 17.3518 15.4902 17.2363 15.4279 17.1237C15.1917 16.697 15.0348 16.1685 15.0352 15.6832C15.0354 15.3835 15.0938 15.1224 15.2132 14.9052C15.2198 14.8932 15.2231 14.8872 15.2356 14.8705C15.2765 14.8158 15.3669 14.7623 15.4346 14.7529C15.4552 14.75 15.4703 14.75 15.5005 14.75C15.9147 14.75 16.2505 14.4142 16.2505 14C16.2505 13.5858 15.9147 13.25 15.5005 13.25L8.50049 13.25ZM15.6731 19.75C15.951 19.75 16.0899 19.75 16.1791 19.8477C16.2683 19.9454 16.2569 20.0712 16.234 20.3227C16.2076 20.6117 16.1497 20.9029 16.054 21.1936C15.736 22.1599 14.7838 22.75 13.7874 22.75H10.2252C9.24811 22.75 8.31265 22.1822 7.97825 21.2439C7.86956 20.939 7.80309 20.6329 7.77174 20.3286C7.74559 20.0749 7.73252 19.9481 7.82187 19.849C7.91122 19.75 8.05152 19.75 8.33212 19.75H15.6731Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-mirror{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 6.875C4.55228 6.875 5 7.32272 5 7.875V10.875H7C7.55228 10.875 8 11.3227 8 11.875C8 12.4273 7.55228 12.875 7 12.875H5V18.875H19V12.875H17C16.4477 12.875 16 12.4273 16 11.875C16 11.3227 16.4477 10.875 17 10.875H19V7.875C19 7.32272 19.4477 6.875 20 6.875C20.5523 6.875 21 7.32272 21 7.875V21.875C21 22.4273 20.5523 22.875 20 22.875C19.4477 22.875 19 22.4273 19 21.875V20.875H5V21.875C5 22.4273 4.55228 22.875 4 22.875C3.44772 22.875 3 22.4273 3 21.875V7.875C3 7.32272 3.44772 6.875 4 6.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.125C8.82436 1.125 6.25 3.69936 6.25 6.875L6.25 14.875C6.25 15.3049 6.27144 15.7013 6.34728 16.0465C6.42498 16.4002 6.56966 16.7463 6.84917 17.0258C7.12868 17.3053 7.4748 17.45 7.82851 17.5277C8.17373 17.6036 8.5701 17.625 9 17.625H15C15.4299 17.625 15.8263 17.6036 16.1715 17.5277C16.5252 17.45 16.8713 17.3053 17.1508 17.0258C17.4303 16.7463 17.575 16.4002 17.6527 16.0465C17.7286 15.7013 17.75 15.3049 17.75 14.875V6.875C17.75 3.69936 15.1756 1.125 12 1.125ZM11.5303 5.40533C11.8232 5.11244 11.8232 4.63756 11.5303 4.34467C11.2374 4.05178 10.7626 4.05178 10.4697 4.34467L9.46967 5.34467C9.17678 5.63756 9.17678 6.11244 9.46967 6.40533C9.76256 6.69822 10.2374 6.69822 10.5303 6.40533L11.5303 5.40533ZM13.5303 6.90533C13.8232 6.61244 13.8232 6.13756 13.5303 5.84467C13.2374 5.55178 12.7626 5.55178 12.4697 5.84467L10.4697 7.84467C10.1768 8.13756 10.1768 8.61244 10.4697 8.90533C10.7626 9.19822 11.2374 9.19822 11.5303 8.90533L13.5303 6.90533Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 11.875C3 11.3227 3.44772 10.875 4 10.875H7C7.55228 10.875 8 11.3227 8 11.875C8 12.4273 7.55228 12.875 7 12.875H4C3.44772 12.875 3 12.4273 3 11.875ZM16 11.875C16 11.3227 16.4477 10.875 17 10.875H20C20.5523 10.875 21 11.3227 21 11.875C21 12.4273 20.5523 12.875 20 12.875H17C16.4477 12.875 16 12.4273 16 11.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 6.875C4.55228 6.875 5 7.32272 5 7.875V10.875H7C7.55228 10.875 8 11.3227 8 11.875C8 12.4273 7.55228 12.875 7 12.875H5V18.875H19V12.875H17C16.4477 12.875 16 12.4273 16 11.875C16 11.3227 16.4477 10.875 17 10.875H19V7.875C19 7.32272 19.4477 6.875 20 6.875C20.5523 6.875 21 7.32272 21 7.875V21.875C21 22.4273 20.5523 22.875 20 22.875C19.4477 22.875 19 22.4273 19 21.875V20.875H5V21.875C5 22.4273 4.55228 22.875 4 22.875C3.44772 22.875 3 22.4273 3 21.875V7.875C3 7.32272 3.44772 6.875 4 6.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.125C8.82436 1.125 6.25 3.69936 6.25 6.875L6.25 14.875C6.25 15.3049 6.27144 15.7013 6.34728 16.0465C6.42498 16.4002 6.56966 16.7463 6.84917 17.0258C7.12868 17.3053 7.4748 17.45 7.82851 17.5277C8.17373 17.6036 8.5701 17.625 9 17.625H15C15.4299 17.625 15.8263 17.6036 16.1715 17.5277C16.5252 17.45 16.8713 17.3053 17.1508 17.0258C17.4303 16.7463 17.575 16.4002 17.6527 16.0465C17.7286 15.7013 17.75 15.3049 17.75 14.875V6.875C17.75 3.69936 15.1756 1.125 12 1.125ZM11.5303 5.40533C11.8232 5.11244 11.8232 4.63756 11.5303 4.34467C11.2374 4.05178 10.7626 4.05178 10.4697 4.34467L9.46967 5.34467C9.17678 5.63756 9.17678 6.11244 9.46967 6.40533C9.76256 6.69822 10.2374 6.69822 10.5303 6.40533L11.5303 5.40533ZM13.5303 6.90533C13.8232 6.61244 13.8232 6.13756 13.5303 5.84467C13.2374 5.55178 12.7626 5.55178 12.4697 5.84467L10.4697 7.84467C10.1768 8.13756 10.1768 8.61244 10.4697 8.90533C10.7626 9.19822 11.2374 9.19822 11.5303 8.90533L13.5303 6.90533Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 11.875C3 11.3227 3.44772 10.875 4 10.875H7C7.55228 10.875 8 11.3227 8 11.875C8 12.4273 7.55228 12.875 7 12.875H4C3.44772 12.875 3 12.4273 3 11.875ZM16 11.875C16 11.3227 16.4477 10.875 17 10.875H20C20.5523 10.875 21 11.3227 21 11.875C21 12.4273 20.5523 12.875 20 12.875H17C16.4477 12.875 16 12.4273 16 11.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-office-chair{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0001 16.625H7.5818C7.32846 16.625 7.03585 16.5628 6.77911 16.3847C6.50439 16.194 6.30987 15.8949 6.2654 15.5238C6.19075 14.901 6.3953 14.2715 6.71093 13.7813C7.02591 13.2921 7.51848 12.8385 8.1384 12.6655C9.24585 12.3562 10.6548 12.125 12.0001 12.125C13.3454 12.125 14.7542 12.3562 15.8616 12.6655C16.4815 12.8385 16.9741 13.2921 17.2891 13.7813C17.6047 14.2715 17.8092 14.901 17.7346 15.5238C17.6901 15.8949 17.4956 16.194 17.2209 16.3847C16.9641 16.5628 16.6715 16.625 16.4182 16.625H12.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 10.875C20.4477 10.875 20 11.3227 20 11.875V12.875C20 14.5319 18.6569 15.875 17 15.875C16.4477 15.875 16 15.4273 16 14.875C16 14.3227 16.4477 13.875 17 13.875C17.5523 13.875 18 13.4273 18 12.875V11.875C18 10.2181 19.3431 8.875 21 8.875C21.5523 8.875 22 9.32272 22 9.875C22 10.4273 21.5523 10.875 21 10.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 10.875C3.55228 10.875 4 11.3227 4 11.875V12.875C4 14.5319 5.34315 15.875 7 15.875C7.55228 15.875 8 15.4273 8 14.875C8 14.3227 7.55228 13.875 7 13.875C6.44772 13.875 6 13.4273 6 12.875V11.875C6 10.2181 4.65685 8.875 3 8.875C2.44772 8.875 2 9.32272 2 9.875C2 10.4273 2.44772 10.875 3 10.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 14.875C12.5523 14.875 13 15.3227 13 15.875V18.964C14.4698 19.228 15.7641 20.0622 16.7595 21.2245C17.1188 21.644 17.07 22.2753 16.6505 22.6345C16.231 22.9938 15.5997 22.945 15.2405 22.5255C14.5859 21.7611 13.8175 21.2466 13 21.015V21.875C13 22.4273 12.5523 22.875 12 22.875C11.4477 22.875 11 22.4273 11 21.875V21.015C10.1826 21.2466 9.41418 21.7611 8.75954 22.5255C8.40029 22.945 7.76901 22.9938 7.34954 22.6345C6.93006 22.2753 6.88125 21.644 7.2405 21.2245C8.23593 20.0622 9.53019 19.228 11 18.964V15.875C11 15.3227 11.4477 14.875 12 14.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1184 1.125L11.1802 1.125L12.8815 1.125H12.8816C13.9311 1.12496 14.8059 1.12493 15.4847 1.22997C16.2041 1.34129 16.8474 1.59052 17.2938 2.20201C17.7318 2.80215 17.7962 3.50064 17.7253 4.24611C17.657 4.96498 17.4469 5.86378 17.1904 6.96153L17.1903 6.96156L17.168 7.05708C17.0062 7.74949 16.8706 8.32986 16.7079 8.78673C16.5365 9.2681 16.3079 9.69539 15.9109 10.027C15.5089 10.3628 15.0519 10.5025 14.5557 10.566C14.0939 10.6251 13.5275 10.625 12.8657 10.625H11.1342C10.4724 10.625 9.90603 10.6251 9.44425 10.566C8.94805 10.5025 8.491 10.3628 8.08906 10.027C7.69197 9.69539 7.46345 9.2681 7.29201 8.78673C7.1293 8.32986 6.99369 7.74949 6.83189 7.05709L6.83189 7.05708L6.80957 6.96159C6.55299 5.86382 6.34291 4.96499 6.27459 4.24611C6.20374 3.50064 6.26812 2.80215 6.70615 2.20201C7.15247 1.59052 7.79583 1.34129 8.5152 1.22997C9.19401 1.12493 10.0688 1.12496 11.1184 1.125H11.1184Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.875C12.5523 8.875 13 9.32272 13 9.875V12.875C13 13.4273 12.5523 13.875 12 13.875C11.4477 13.875 11 13.4273 11 12.875V9.875C11 9.32272 11.4477 8.875 12 8.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0001 16.625H7.5818C7.32846 16.625 7.03585 16.5628 6.77911 16.3847C6.50439 16.194 6.30987 15.8949 6.2654 15.5238C6.19075 14.901 6.3953 14.2715 6.71093 13.7813C7.02591 13.2921 7.51848 12.8385 8.1384 12.6655C9.24585 12.3562 10.6548 12.125 12.0001 12.125C13.3454 12.125 14.7542 12.3562 15.8616 12.6655C16.4815 12.8385 16.9741 13.2921 17.2891 13.7813C17.6047 14.2715 17.8092 14.901 17.7346 15.5238C17.6901 15.8949 17.4956 16.194 17.2209 16.3847C16.9641 16.5628 16.6715 16.625 16.4182 16.625H12.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 10.875C20.4477 10.875 20 11.3227 20 11.875V12.875C20 14.5319 18.6569 15.875 17 15.875C16.4477 15.875 16 15.4273 16 14.875C16 14.3227 16.4477 13.875 17 13.875C17.5523 13.875 18 13.4273 18 12.875V11.875C18 10.2181 19.3431 8.875 21 8.875C21.5523 8.875 22 9.32272 22 9.875C22 10.4273 21.5523 10.875 21 10.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 10.875C3.55228 10.875 4 11.3227 4 11.875V12.875C4 14.5319 5.34315 15.875 7 15.875C7.55228 15.875 8 15.4273 8 14.875C8 14.3227 7.55228 13.875 7 13.875C6.44772 13.875 6 13.4273 6 12.875V11.875C6 10.2181 4.65685 8.875 3 8.875C2.44772 8.875 2 9.32272 2 9.875C2 10.4273 2.44772 10.875 3 10.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 14.875C12.5523 14.875 13 15.3227 13 15.875V18.964C14.4698 19.228 15.7641 20.0622 16.7595 21.2245C17.1188 21.644 17.07 22.2753 16.6505 22.6345C16.231 22.9938 15.5997 22.945 15.2405 22.5255C14.5859 21.7611 13.8175 21.2466 13 21.015V21.875C13 22.4273 12.5523 22.875 12 22.875C11.4477 22.875 11 22.4273 11 21.875V21.015C10.1826 21.2466 9.41418 21.7611 8.75954 22.5255C8.40029 22.945 7.76901 22.9938 7.34954 22.6345C6.93006 22.2753 6.88125 21.644 7.2405 21.2245C8.23593 20.0622 9.53019 19.228 11 18.964V15.875C11 15.3227 11.4477 14.875 12 14.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1184 1.125L11.1802 1.125L12.8815 1.125H12.8816C13.9311 1.12496 14.8059 1.12493 15.4847 1.22997C16.2041 1.34129 16.8474 1.59052 17.2938 2.20201C17.7318 2.80215 17.7962 3.50064 17.7253 4.24611C17.657 4.96498 17.4469 5.86378 17.1904 6.96153L17.1903 6.96156L17.168 7.05708C17.0062 7.74949 16.8706 8.32986 16.7079 8.78673C16.5365 9.2681 16.3079 9.69539 15.9109 10.027C15.5089 10.3628 15.0519 10.5025 14.5557 10.566C14.0939 10.6251 13.5275 10.625 12.8657 10.625H11.1342C10.4724 10.625 9.90603 10.6251 9.44425 10.566C8.94805 10.5025 8.491 10.3628 8.08906 10.027C7.69197 9.69539 7.46345 9.2681 7.29201 8.78673C7.1293 8.32986 6.99369 7.74949 6.83189 7.05709L6.83189 7.05708L6.80957 6.96159C6.55299 5.86382 6.34291 4.96499 6.27459 4.24611C6.20374 3.50064 6.26812 2.80215 6.70615 2.20201C7.15247 1.59052 7.79583 1.34129 8.5152 1.22997C9.19401 1.12493 10.0688 1.12496 11.1184 1.125H11.1184Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.875C12.5523 8.875 13 9.32272 13 9.875V12.875C13 13.4273 12.5523 13.875 12 13.875C11.4477 13.875 11 13.4273 11 12.875V9.875C11 9.32272 11.4477 8.875 12 8.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-rocking-chair{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 7C11.5523 7 12 7.44772 12 8V14C12 14.5523 11.5523 15 11 15C10.4477 15 10 14.5523 10 14V8C10 7.44772 10.4477 7 11 7ZM15 7C15.5523 7 16 7.44772 16 8V14C16 14.5523 15.5523 15 15 15C14.4477 15 14 14.5523 14 14V8C14 7.44772 14.4477 7 15 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.18877 7.41529C5.37672 7.15452 5.67856 7 6.00001 7H16.5C17.8807 7 19 8.11929 19 9.5C19 10.0523 18.5523 10.5 18 10.5C17.4477 10.5 17 10.0523 17 9.5C17 9.22386 16.7761 9 16.5 9H16V13L18 13C18.5523 13 19 13.4477 19 14C19 14.5523 18.5523 15 18 15L7.00001 15C6.44772 15 6.00001 14.5523 6.00001 14C6.00001 13.5764 6.26344 13.2142 6.63543 13.0685L5.05132 8.31623C4.94967 8.01128 5.00081 7.67606 5.18877 7.41529ZM8.72077 13L14 13V9H7.38743L8.72077 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.68404 1.05159C4.20799 0.87694 4.77431 1.1601 4.94895 1.68404L8.72103 13.0003L18.0003 13.0003C18.5526 13.0003 19.0003 13.448 19.0003 14.0003C19.0003 14.5526 18.5526 15.0003 18.0003 15.0003H17.3877L18.4796 18.2759C18.7357 18.0052 18.9721 17.7187 19.187 17.4184C19.5084 16.9692 20.133 16.8656 20.5822 17.187C21.0313 17.5084 21.1349 18.133 20.8135 18.5822C20.2047 19.4331 19.462 20.1889 18.6156 20.8241C16.7966 22.1893 14.4948 23.0003 12.0003 23.0003C9.50447 23.0003 7.20157 22.1885 5.38214 20.8221C4.53694 20.1873 3.79517 19.4322 3.187 18.5822C2.86563 18.133 2.96923 17.5084 3.41839 17.187C3.86754 16.8656 4.49218 16.9692 4.81354 17.4184C5.02843 17.7187 5.26487 18.0052 5.52097 18.2759L6.63569 14.9317C6.2637 14.786 6.00027 14.4239 6.00027 14.0003C6.00027 13.5766 6.2637 13.2145 6.63569 13.0688L3.05159 2.3165C2.87694 1.79256 3.1601 1.22624 3.68404 1.05159ZM8.72103 15.0003L7.17733 19.6314C8.55027 20.4936 10.2083 21.0003 12.0003 21.0003C13.7922 21.0003 15.4503 20.4936 16.8232 19.6314L15.2795 15.0003H8.72103Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 7C11.5523 7 12 7.44772 12 8V14C12 14.5523 11.5523 15 11 15C10.4477 15 10 14.5523 10 14V8C10 7.44772 10.4477 7 11 7ZM15 7C15.5523 7 16 7.44772 16 8V14C16 14.5523 15.5523 15 15 15C14.4477 15 14 14.5523 14 14V8C14 7.44772 14.4477 7 15 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.18877 7.41529C5.37672 7.15452 5.67856 7 6.00001 7H16.5C17.8807 7 19 8.11929 19 9.5C19 10.0523 18.5523 10.5 18 10.5C17.4477 10.5 17 10.0523 17 9.5C17 9.22386 16.7761 9 16.5 9H16V13L18 13C18.5523 13 19 13.4477 19 14C19 14.5523 18.5523 15 18 15L7.00001 15C6.44772 15 6.00001 14.5523 6.00001 14C6.00001 13.5764 6.26344 13.2142 6.63543 13.0685L5.05132 8.31623C4.94967 8.01128 5.00081 7.67606 5.18877 7.41529ZM8.72077 13L14 13V9H7.38743L8.72077 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.68404 1.05159C4.20799 0.87694 4.77431 1.1601 4.94895 1.68404L8.72103 13.0003L18.0003 13.0003C18.5526 13.0003 19.0003 13.448 19.0003 14.0003C19.0003 14.5526 18.5526 15.0003 18.0003 15.0003H17.3877L18.4796 18.2759C18.7357 18.0052 18.9721 17.7187 19.187 17.4184C19.5084 16.9692 20.133 16.8656 20.5822 17.187C21.0313 17.5084 21.1349 18.133 20.8135 18.5822C20.2047 19.4331 19.462 20.1889 18.6156 20.8241C16.7966 22.1893 14.4948 23.0003 12.0003 23.0003C9.50447 23.0003 7.20157 22.1885 5.38214 20.8221C4.53694 20.1873 3.79517 19.4322 3.187 18.5822C2.86563 18.133 2.96923 17.5084 3.41839 17.187C3.86754 16.8656 4.49218 16.9692 4.81354 17.4184C5.02843 17.7187 5.26487 18.0052 5.52097 18.2759L6.63569 14.9317C6.2637 14.786 6.00027 14.4239 6.00027 14.0003C6.00027 13.5766 6.2637 13.2145 6.63569 13.0688L3.05159 2.3165C2.87694 1.79256 3.1601 1.22624 3.68404 1.05159ZM8.72103 15.0003L7.17733 19.6314C8.55027 20.4936 10.2083 21.0003 12.0003 21.0003C13.7922 21.0003 15.4503 20.4936 16.8232 19.6314L15.2795 15.0003H8.72103Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-sink-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0563 21.1902L14.4977 14.1279C14.5126 13.9263 14.3085 13.7757 14.115 13.8343C13.19 14.114 11.5419 14.354 9.87774 13.8342C9.68333 13.7734 9.48074 13.9249 9.49767 14.1279L9.93907 21.1902C9.97201 21.7173 10.4091 22.1278 10.9371 22.1278H13.0582C13.5863 22.1278 14.0233 21.7173 14.0563 21.1902Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M6.90439 6.37513H17.0955C17.5396 6.37503 17.9656 6.37493 18.3149 6.43665C18.7254 6.50916 19.1188 6.68003 19.4161 7.07383C19.6919 7.43907 19.776 7.82525 19.7431 8.2302C19.7167 8.55482 19.5948 8.96615 19.4925 9.31142C18.5408 12.5299 15.5446 14.8751 11.9999 14.8751C8.45525 14.8751 5.45908 12.5299 4.5073 9.31142C4.40502 8.96615 4.28318 8.55482 4.25676 8.2302C4.22381 7.82525 4.30794 7.43907 4.58371 7.07383C4.88103 6.68003 5.27444 6.50916 5.68492 6.43665C6.03429 6.37493 6.46022 6.37503 6.90439 6.37513Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5 3.12512C14.2239 3.12512 14 3.34898 14 3.62512V7.12512C14 7.67741 13.5523 8.12512 13 8.12512C12.4477 8.12512 12 7.67741 12 7.12512V3.62512C12 2.24441 13.1193 1.12512 14.5 1.12512C15.8807 1.12512 17 2.24441 17 3.62512V4.12512C17 4.67741 16.5523 5.12512 16 5.12512C15.4477 5.12512 15 4.67741 15 4.12512V3.62512C15 3.34898 14.7761 3.12512 14.5 3.12512Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.96402 5.15283C8.77383 5.12726 8.49967 5.12514 8 5.12514C7.44772 5.12514 7 4.67742 7 4.12514C7 3.57285 7.44772 3.12514 8 3.12514C8.01815 3.12514 8.03629 3.12513 8.05441 3.12513C8.47848 3.12505 8.8906 3.12496 9.23052 3.17067C9.61372 3.22219 10.051 3.34771 10.4142 3.71092C10.7774 4.07414 10.903 4.51141 10.9545 4.89462C11.0002 5.23453 11.0001 5.64666 11 6.07073C11 6.08884 11 6.10698 11 6.12514V7.12514C11 7.67742 10.5523 8.12514 10 8.12514C9.44772 8.12514 9 7.67742 9 7.12514V6.12514C9 5.62546 8.99788 5.3513 8.97231 5.16111C8.97197 5.15863 8.97164 5.15621 8.97131 5.15383C8.96893 5.1535 8.9665 5.15316 8.96402 5.15283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 22.1251C7 21.5728 7.44772 21.1251 8 21.1251H16C16.5523 21.1251 17 21.5728 17 22.1251C17 22.6774 16.5523 23.1251 16 23.1251H8C7.44772 23.1251 7 22.6774 7 22.1251Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.91139 16.7423C8.88621 16.3393 8.87361 16.1378 8.99056 16.0405C9.1075 15.9431 9.31346 15.9945 9.72538 16.0973C10.4533 16.2789 11.215 16.3753 11.999 16.3753C12.7832 16.3753 13.5451 16.2789 14.2731 16.0972C14.6851 15.9944 14.891 15.9429 15.008 16.0403C15.1249 16.1377 15.1123 16.3392 15.0872 16.7422L14.7478 22.1718C14.7231 22.5671 14.3953 22.875 13.9993 22.875H9.99928C9.60323 22.875 9.27544 22.5671 9.25074 22.1718L8.91139 16.7423Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0563 21.1902L14.4977 14.1279C14.5126 13.9263 14.3085 13.7757 14.115 13.8343C13.19 14.114 11.5419 14.354 9.87774 13.8342C9.68333 13.7734 9.48074 13.9249 9.49767 14.1279L9.93907 21.1902C9.97201 21.7173 10.4091 22.1278 10.9371 22.1278H13.0582C13.5863 22.1278 14.0233 21.7173 14.0563 21.1902Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M6.90439 6.37513H17.0955C17.5396 6.37503 17.9656 6.37493 18.3149 6.43665C18.7254 6.50916 19.1188 6.68003 19.4161 7.07383C19.6919 7.43907 19.776 7.82525 19.7431 8.2302C19.7167 8.55482 19.5948 8.96615 19.4925 9.31142C18.5408 12.5299 15.5446 14.8751 11.9999 14.8751C8.45525 14.8751 5.45908 12.5299 4.5073 9.31142C4.40502 8.96615 4.28318 8.55482 4.25676 8.2302C4.22381 7.82525 4.30794 7.43907 4.58371 7.07383C4.88103 6.68003 5.27444 6.50916 5.68492 6.43665C6.03429 6.37493 6.46022 6.37503 6.90439 6.37513Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5 3.12512C14.2239 3.12512 14 3.34898 14 3.62512V7.12512C14 7.67741 13.5523 8.12512 13 8.12512C12.4477 8.12512 12 7.67741 12 7.12512V3.62512C12 2.24441 13.1193 1.12512 14.5 1.12512C15.8807 1.12512 17 2.24441 17 3.62512V4.12512C17 4.67741 16.5523 5.12512 16 5.12512C15.4477 5.12512 15 4.67741 15 4.12512V3.62512C15 3.34898 14.7761 3.12512 14.5 3.12512Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.96402 5.15283C8.77383 5.12726 8.49967 5.12514 8 5.12514C7.44772 5.12514 7 4.67742 7 4.12514C7 3.57285 7.44772 3.12514 8 3.12514C8.01815 3.12514 8.03629 3.12513 8.05441 3.12513C8.47848 3.12505 8.8906 3.12496 9.23052 3.17067C9.61372 3.22219 10.051 3.34771 10.4142 3.71092C10.7774 4.07414 10.903 4.51141 10.9545 4.89462C11.0002 5.23453 11.0001 5.64666 11 6.07073C11 6.08884 11 6.10698 11 6.12514V7.12514C11 7.67742 10.5523 8.12514 10 8.12514C9.44772 8.12514 9 7.67742 9 7.12514V6.12514C9 5.62546 8.99788 5.3513 8.97231 5.16111C8.97197 5.15863 8.97164 5.15621 8.97131 5.15383C8.96893 5.1535 8.9665 5.15316 8.96402 5.15283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 22.1251C7 21.5728 7.44772 21.1251 8 21.1251H16C16.5523 21.1251 17 21.5728 17 22.1251C17 22.6774 16.5523 23.1251 16 23.1251H8C7.44772 23.1251 7 22.6774 7 22.1251Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.91139 16.7423C8.88621 16.3393 8.87361 16.1378 8.99056 16.0405C9.1075 15.9431 9.31346 15.9945 9.72538 16.0973C10.4533 16.2789 11.215 16.3753 11.999 16.3753C12.7832 16.3753 13.5451 16.2789 14.2731 16.0972C14.6851 15.9944 14.891 15.9429 15.008 16.0403C15.1249 16.1377 15.1123 16.3392 15.0872 16.7422L14.7478 22.1718C14.7231 22.5671 14.3953 22.875 13.9993 22.875H9.99928C9.60323 22.875 9.27544 22.5671 9.25074 22.1718L8.91139 16.7423Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-sink-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.90787 8.25001L5.96091 8.25001H18.039L18.092 8.25001C18.5358 8.24991 18.9586 8.24982 19.3051 8.30901C19.7087 8.37795 20.1012 8.54053 20.4013 8.92415C20.6825 9.28353 20.7687 9.66812 20.7466 10.0675C20.7287 10.392 20.635 10.7572 20.5432 11.1146L20.5301 11.1659C19.5596 14.9534 16.107 17.75 11.9999 17.75C7.89293 17.75 4.4403 14.9533 3.46983 11.1659L3.45666 11.1146C3.36494 10.7572 3.27121 10.392 3.25328 10.0675C3.23123 9.66812 3.31739 9.28353 3.59856 8.92416C3.8987 8.54053 4.29117 8.37795 4.69478 8.30901C5.04126 8.24982 5.4641 8.24991 5.90787 8.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 3C13.2239 3 13 3.22386 13 3.5V9C13 9.55228 12.5523 10 12 10C11.4477 10 11 9.55228 11 9V3.5C11 2.11929 12.1193 1 13.5 1C14.8807 1 16 2.11929 16 3.5C16 4.05228 15.5523 4.5 15 4.5C14.4477 4.5 14 4.05228 14 3.5C14 3.22386 13.7761 3 13.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.96402 7.02771C7.77383 7.00214 7.49967 7.00001 7 7.00001C6.44772 7.00001 6 6.5523 6 6.00001C6 5.44773 6.44772 5.00001 7 5.00001C7.01815 5.00001 7.03629 5.00001 7.05441 5.00001C7.47848 4.99992 7.8906 4.99984 8.23052 5.04554C8.61372 5.09706 9.051 5.22259 9.41421 5.5858C9.77743 5.94902 9.90295 6.38629 9.95447 6.76949C10.0002 7.10941 10.0001 7.52153 10 7.9456C10 7.96372 10 7.98186 10 8.00001V9.00001C10 9.5523 9.55228 10 9 10C8.44772 10 8 9.5523 8 9.00001V8.00001C8 7.50034 7.99788 7.22618 7.97231 7.03599C7.97197 7.03351 7.97164 7.03108 7.97131 7.02871C7.96893 7.02838 7.9665 7.02804 7.96402 7.02771Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 6C15.5523 6 16 6.44772 16 7V9C16 9.55228 15.5523 10 15 10C14.4477 10 14 9.55228 14 9V7C14 6.44772 14.4477 6 15 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.313 15.4563C15.842 15.6147 16.1425 16.1721 15.9841 16.7011L15.975 16.7316L15.3427 20.2092C15.0491 21.8242 13.6425 22.9981 12.0011 22.9981C10.3596 22.9981 8.95306 21.8242 8.65943 20.2092L8.02292 16.7084L8.01028 16.6576C7.87695 16.1217 8.20333 15.5791 8.73928 15.4458C9.27523 15.3125 9.81779 15.6388 9.95112 16.1748L9.97149 16.2567C9.97664 16.2774 9.98112 16.2982 9.98494 16.3192L10.6272 19.8515C10.7479 20.5154 11.3262 20.9981 12.0011 20.9981C12.6759 20.9981 13.2542 20.5154 13.375 19.8515L14.0172 16.3192C14.0238 16.2828 14.0325 16.2467 14.0431 16.2113L14.0682 16.1275C14.2266 15.5984 14.7839 15.2979 15.313 15.4563Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.90787 8.25001L5.96091 8.25001H18.039L18.092 8.25001C18.5358 8.24991 18.9586 8.24982 19.3051 8.30901C19.7087 8.37795 20.1012 8.54053 20.4013 8.92415C20.6825 9.28353 20.7687 9.66812 20.7466 10.0675C20.7287 10.392 20.635 10.7572 20.5432 11.1146L20.5301 11.1659C19.5596 14.9534 16.107 17.75 11.9999 17.75C7.89293 17.75 4.4403 14.9533 3.46983 11.1659L3.45666 11.1146C3.36494 10.7572 3.27121 10.392 3.25328 10.0675C3.23123 9.66812 3.31739 9.28353 3.59856 8.92416C3.8987 8.54053 4.29117 8.37795 4.69478 8.30901C5.04126 8.24982 5.4641 8.24991 5.90787 8.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 3C13.2239 3 13 3.22386 13 3.5V9C13 9.55228 12.5523 10 12 10C11.4477 10 11 9.55228 11 9V3.5C11 2.11929 12.1193 1 13.5 1C14.8807 1 16 2.11929 16 3.5C16 4.05228 15.5523 4.5 15 4.5C14.4477 4.5 14 4.05228 14 3.5C14 3.22386 13.7761 3 13.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.96402 7.02771C7.77383 7.00214 7.49967 7.00001 7 7.00001C6.44772 7.00001 6 6.5523 6 6.00001C6 5.44773 6.44772 5.00001 7 5.00001C7.01815 5.00001 7.03629 5.00001 7.05441 5.00001C7.47848 4.99992 7.8906 4.99984 8.23052 5.04554C8.61372 5.09706 9.051 5.22259 9.41421 5.5858C9.77743 5.94902 9.90295 6.38629 9.95447 6.76949C10.0002 7.10941 10.0001 7.52153 10 7.9456C10 7.96372 10 7.98186 10 8.00001V9.00001C10 9.5523 9.55228 10 9 10C8.44772 10 8 9.5523 8 9.00001V8.00001C8 7.50034 7.99788 7.22618 7.97231 7.03599C7.97197 7.03351 7.97164 7.03108 7.97131 7.02871C7.96893 7.02838 7.9665 7.02804 7.96402 7.02771Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 6C15.5523 6 16 6.44772 16 7V9C16 9.55228 15.5523 10 15 10C14.4477 10 14 9.55228 14 9V7C14 6.44772 14.4477 6 15 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.313 15.4563C15.842 15.6147 16.1425 16.1721 15.9841 16.7011L15.975 16.7316L15.3427 20.2092C15.0491 21.8242 13.6425 22.9981 12.0011 22.9981C10.3596 22.9981 8.95306 21.8242 8.65943 20.2092L8.02292 16.7084L8.01028 16.6576C7.87695 16.1217 8.20333 15.5791 8.73928 15.4458C9.27523 15.3125 9.81779 15.6388 9.95112 16.1748L9.97149 16.2567C9.97664 16.2774 9.98112 16.2982 9.98494 16.3192L10.6272 19.8515C10.7479 20.5154 11.3262 20.9981 12.0011 20.9981C12.6759 20.9981 13.2542 20.5154 13.375 19.8515L14.0172 16.3192C14.0238 16.2828 14.0325 16.2467 14.0431 16.2113L14.0682 16.1275C14.2266 15.5984 14.7839 15.2979 15.313 15.4563Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-sofa-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 11C1.25 9.48122 2.48122 8.25 4 8.25C5.51878 8.25 6.75 9.48122 6.75 11V13C6.75 13.1057 6.75336 13.184 6.75832 13.2417C6.81601 13.2466 6.89428 13.25 7 13.25H17C17.1057 13.25 17.184 13.2466 17.2417 13.2417C17.2466 13.184 17.25 13.1057 17.25 13V11C17.25 9.48122 18.4812 8.25 20 8.25C21.5188 8.25 22.75 9.48122 22.75 11C22.75 11.8547 22.3598 12.6176 21.75 13.1213C21.75 13.9891 21.748 14.7151 21.6701 15.2945C21.5857 15.9223 21.4 16.4891 20.9445 16.9445C20.4891 17.4 19.9223 17.5857 19.2945 17.6701C18.6997 17.7501 17.9505 17.75 17.052 17.75H17.052H6.94801H6.94797C6.04951 17.75 5.3003 17.7501 4.70552 17.6701C4.07773 17.5857 3.51093 17.4 3.05546 16.9445C2.59999 16.4891 2.41432 15.9223 2.32991 15.2945C2.25201 14.7151 2.25002 13.9891 2.25 13.1213C1.64017 12.6176 1.25 11.8547 1.25 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 16C6.55228 16 7 16.4477 7 17V20C7 20.5523 6.55228 21 6 21C5.44772 21 5 20.5523 5 20V17C5 16.4477 5.44772 16 6 16ZM18 16C18.5523 16 19 16.4477 19 17V20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20V17C17 16.4477 17.4477 16 18 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95396 3H15.046C15.9415 2.99998 16.6805 2.99997 17.2802 3.05432C17.9039 3.11085 18.4744 3.23242 19 3.5359C19.6081 3.88697 20.113 4.39192 20.4641 5C20.7676 5.52564 20.8892 6.09615 20.9457 6.71983C21 7.31953 21 8.05851 21 8.95399V9C21 9.55229 20.5523 10 20 10C19.4477 10 19 9.55229 19 9C19 8.04698 18.999 7.39908 18.9538 6.90036C18.9099 6.41539 18.8305 6.17051 18.7321 6C18.5565 5.69596 18.304 5.44349 18 5.26795C17.8295 5.16951 17.5846 5.09011 17.0996 5.04616C16.6009 5.00096 15.953 5 15 5H9C8.04698 5 7.39908 5.00096 6.90036 5.04616C6.41539 5.09011 6.17051 5.16951 6 5.26795C5.69596 5.44349 5.44349 5.69596 5.26795 6C5.16951 6.17051 5.09011 6.41539 5.04616 6.90036C5.00096 7.39908 5 8.04698 5 9C5 9.55229 4.55229 10 4 10C3.44772 10 3 9.55229 3 9L3 8.95396C2.99998 8.05849 2.99997 7.31952 3.05432 6.71983C3.11085 6.09615 3.23242 5.52564 3.5359 5C3.88697 4.39192 4.39192 3.88697 5 3.5359C5.52564 3.23242 6.09615 3.11085 6.71983 3.05432C7.31952 2.99997 8.05849 2.99998 8.95396 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 11C1.25 9.48122 2.48122 8.25 4 8.25C5.51878 8.25 6.75 9.48122 6.75 11V13C6.75 13.1057 6.75336 13.184 6.75832 13.2417C6.81601 13.2466 6.89428 13.25 7 13.25H17C17.1057 13.25 17.184 13.2466 17.2417 13.2417C17.2466 13.184 17.25 13.1057 17.25 13V11C17.25 9.48122 18.4812 8.25 20 8.25C21.5188 8.25 22.75 9.48122 22.75 11C22.75 11.8547 22.3598 12.6176 21.75 13.1213C21.75 13.9891 21.748 14.7151 21.6701 15.2945C21.5857 15.9223 21.4 16.4891 20.9445 16.9445C20.4891 17.4 19.9223 17.5857 19.2945 17.6701C18.6997 17.7501 17.9505 17.75 17.052 17.75H17.052H6.94801H6.94797C6.04951 17.75 5.3003 17.7501 4.70552 17.6701C4.07773 17.5857 3.51093 17.4 3.05546 16.9445C2.59999 16.4891 2.41432 15.9223 2.32991 15.2945C2.25201 14.7151 2.25002 13.9891 2.25 13.1213C1.64017 12.6176 1.25 11.8547 1.25 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 16C6.55228 16 7 16.4477 7 17V20C7 20.5523 6.55228 21 6 21C5.44772 21 5 20.5523 5 20V17C5 16.4477 5.44772 16 6 16ZM18 16C18.5523 16 19 16.4477 19 17V20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20V17C17 16.4477 17.4477 16 18 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95396 3H15.046C15.9415 2.99998 16.6805 2.99997 17.2802 3.05432C17.9039 3.11085 18.4744 3.23242 19 3.5359C19.6081 3.88697 20.113 4.39192 20.4641 5C20.7676 5.52564 20.8892 6.09615 20.9457 6.71983C21 7.31953 21 8.05851 21 8.95399V9C21 9.55229 20.5523 10 20 10C19.4477 10 19 9.55229 19 9C19 8.04698 18.999 7.39908 18.9538 6.90036C18.9099 6.41539 18.8305 6.17051 18.7321 6C18.5565 5.69596 18.304 5.44349 18 5.26795C17.8295 5.16951 17.5846 5.09011 17.0996 5.04616C16.6009 5.00096 15.953 5 15 5H9C8.04698 5 7.39908 5.00096 6.90036 5.04616C6.41539 5.09011 6.17051 5.16951 6 5.26795C5.69596 5.44349 5.44349 5.69596 5.26795 6C5.16951 6.17051 5.09011 6.41539 5.04616 6.90036C5.00096 7.39908 5 8.04698 5 9C5 9.55229 4.55229 10 4 10C3.44772 10 3 9.55229 3 9L3 8.95396C2.99998 8.05849 2.99997 7.31952 3.05432 6.71983C3.11085 6.09615 3.23242 5.52564 3.5359 5C3.88697 4.39192 4.39192 3.88697 5 3.5359C5.52564 3.23242 6.09615 3.11085 6.71983 3.05432C7.31952 2.99997 8.05849 2.99998 8.95396 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-sofa-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 16C6.55228 16 7 16.4477 7 17V20C7 20.5523 6.55228 21 6 21C5.44772 21 5 20.5523 5 20V17C5 16.4477 5.44772 16 6 16ZM18 16C18.5523 16 19 16.4477 19 17V20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20V17C17 16.4477 17.4477 16 18 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95396 3H15.046C15.9415 2.99998 16.6805 2.99997 17.2802 3.05432C17.9039 3.11085 18.4744 3.23242 19 3.5359C19.6081 3.88697 20.113 4.39192 20.4641 5C20.7676 5.52564 20.8892 6.09615 20.9457 6.71983C21 7.31953 21 8.05851 21 8.95399V9C21 9.55229 20.5523 10 20 10C19.4477 10 19 9.55229 19 9C19 8.04698 18.999 7.39908 18.9538 6.90036C18.9099 6.41539 18.8305 6.17051 18.7321 6C18.5565 5.69596 18.304 5.44349 18 5.26795C17.8295 5.16951 17.5846 5.09011 17.0996 5.04616C16.6009 5.00096 15.953 5 15 5H9C8.04698 5 7.39908 5.00096 6.90036 5.04616C6.41539 5.09011 6.17051 5.16951 6 5.26795C5.69596 5.44349 5.44349 5.69596 5.26795 6C5.16951 6.17051 5.09011 6.41539 5.04616 6.90036C5.00096 7.39908 5 8.04698 5 9C5 9.55229 4.55229 10 4 10C3.44772 10 3 9.55229 3 9L3 8.95396C2.99998 8.05849 2.99997 7.31952 3.05432 6.71983C3.11085 6.09615 3.23242 5.52564 3.5359 5C3.88697 4.39192 4.39192 3.88697 5 3.5359C5.52564 3.23242 6.09615 3.11085 6.71983 3.05432C7.31952 2.99997 8.05849 2.99998 8.95396 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C12.5523 3 13 3.44772 13 4L13 14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14L11 4C11 3.44772 11.4477 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 11C1.25 9.48122 2.48122 8.25 4 8.25C5.51878 8.25 6.75 9.48122 6.75 11V13C6.75 13.1057 6.75336 13.184 6.75832 13.2417C6.81601 13.2466 6.89428 13.25 7 13.25H17C17.1057 13.25 17.184 13.2466 17.2417 13.2417C17.2466 13.184 17.25 13.1057 17.25 13V11C17.25 9.48122 18.4812 8.25 20 8.25C21.5188 8.25 22.75 9.48122 22.75 11C22.75 11.8547 22.3598 12.6176 21.75 13.1213C21.75 13.9891 21.748 14.7151 21.6701 15.2945C21.5857 15.9223 21.4 16.4891 20.9445 16.9445C20.4891 17.4 19.9223 17.5857 19.2945 17.6701C18.6997 17.7501 17.9505 17.75 17.052 17.75H17.052H6.94801H6.94797C6.04951 17.75 5.3003 17.7501 4.70552 17.6701C4.07773 17.5857 3.51093 17.4 3.05546 16.9445C2.59999 16.4891 2.41432 15.9223 2.32991 15.2945C2.25201 14.7151 2.25002 13.9891 2.25 13.1213C1.64017 12.6176 1.25 11.8547 1.25 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 16C6.55228 16 7 16.4477 7 17V20C7 20.5523 6.55228 21 6 21C5.44772 21 5 20.5523 5 20V17C5 16.4477 5.44772 16 6 16ZM18 16C18.5523 16 19 16.4477 19 17V20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20V17C17 16.4477 17.4477 16 18 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95396 3H15.046C15.9415 2.99998 16.6805 2.99997 17.2802 3.05432C17.9039 3.11085 18.4744 3.23242 19 3.5359C19.6081 3.88697 20.113 4.39192 20.4641 5C20.7676 5.52564 20.8892 6.09615 20.9457 6.71983C21 7.31953 21 8.05851 21 8.95399V9C21 9.55229 20.5523 10 20 10C19.4477 10 19 9.55229 19 9C19 8.04698 18.999 7.39908 18.9538 6.90036C18.9099 6.41539 18.8305 6.17051 18.7321 6C18.5565 5.69596 18.304 5.44349 18 5.26795C17.8295 5.16951 17.5846 5.09011 17.0996 5.04616C16.6009 5.00096 15.953 5 15 5H9C8.04698 5 7.39908 5.00096 6.90036 5.04616C6.41539 5.09011 6.17051 5.16951 6 5.26795C5.69596 5.44349 5.44349 5.69596 5.26795 6C5.16951 6.17051 5.09011 6.41539 5.04616 6.90036C5.00096 7.39908 5 8.04698 5 9C5 9.55229 4.55229 10 4 10C3.44772 10 3 9.55229 3 9L3 8.95396C2.99998 8.05849 2.99997 7.31952 3.05432 6.71983C3.11085 6.09615 3.23242 5.52564 3.5359 5C3.88697 4.39192 4.39192 3.88697 5 3.5359C5.52564 3.23242 6.09615 3.11085 6.71983 3.05432C7.31952 2.99997 8.05849 2.99998 8.95396 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C12.5523 3 13 3.44772 13 4L13 14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14L11 4C11 3.44772 11.4477 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 11C1.25 9.48122 2.48122 8.25 4 8.25C5.51878 8.25 6.75 9.48122 6.75 11V13C6.75 13.1057 6.75336 13.184 6.75832 13.2417C6.81601 13.2466 6.89428 13.25 7 13.25H17C17.1057 13.25 17.184 13.2466 17.2417 13.2417C17.2466 13.184 17.25 13.1057 17.25 13V11C17.25 9.48122 18.4812 8.25 20 8.25C21.5188 8.25 22.75 9.48122 22.75 11C22.75 11.8547 22.3598 12.6176 21.75 13.1213C21.75 13.9891 21.748 14.7151 21.6701 15.2945C21.5857 15.9223 21.4 16.4891 20.9445 16.9445C20.4891 17.4 19.9223 17.5857 19.2945 17.6701C18.6997 17.7501 17.9505 17.75 17.052 17.75H17.052H6.94801H6.94797C6.04951 17.75 5.3003 17.7501 4.70552 17.6701C4.07773 17.5857 3.51093 17.4 3.05546 16.9445C2.59999 16.4891 2.41432 15.9223 2.32991 15.2945C2.25201 14.7151 2.25002 13.9891 2.25 13.1213C1.64017 12.6176 1.25 11.8547 1.25 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-sofa-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 15C7.55228 15 8 15.4477 8 16V19C8 19.5523 7.55228 20 7 20C6.44772 20 6 19.5523 6 19V16C6 15.4477 6.44772 15 7 15ZM17 15C17.5523 15 18 15.4477 18 16V19C18 19.5523 17.5523 20 17 20C16.4477 20 16 19.5523 16 19V16C16 15.4477 16.4477 15 17 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.62546 8.61877C3.94076 7.85938 5.62264 8.31003 6.38203 9.62534C6.39751 9.65214 6.41131 9.67988 6.42336 9.7084L7.43288 12.0973C7.45849 12.1579 7.47952 12.2071 7.4981 12.249C7.54385 12.2498 7.59737 12.25 7.66316 12.25H16.3371C16.4029 12.25 16.4564 12.2498 16.5021 12.249C16.5207 12.2071 16.5417 12.1579 16.5674 12.0973L17.5768 9.70841C17.5889 9.67989 17.6027 9.65215 17.6181 9.62534C18.3775 8.31003 20.0594 7.85938 21.3747 8.61877C22.69 9.37816 23.1407 11.06 22.3813 12.3753C22.0278 12.9876 21.3908 13.2403 21.0433 13.3782L21.0101 13.3914C20.7981 13.4758 20.6843 13.5214 20.6022 13.5705L20.5997 13.572C20.3955 14.185 20.2217 14.7038 20.0313 15.1132C19.8255 15.5557 19.5704 15.9397 19.1665 16.2308C18.7626 16.522 18.3177 16.6426 17.8328 16.698C17.3767 16.75 16.8187 16.75 16.1584 16.75H7.84182C7.18152 16.75 6.62351 16.75 6.16737 16.698C5.68251 16.6426 5.23762 16.522 4.83373 16.2308C4.42983 15.9397 4.17475 15.5558 3.96895 15.1133C3.77852 14.7039 3.60476 14.185 3.40051 13.5721L3.39794 13.5705C3.31591 13.5214 3.20211 13.4758 2.99006 13.3914L2.95693 13.3782C2.60939 13.2404 1.97241 12.9876 1.61889 12.3753C0.859498 11.06 1.31015 9.37816 2.62546 8.61877Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1024 4H13.8962C14.8551 3.99997 15.6563 3.99995 16.3111 4.07293C17.0033 4.15008 17.6278 4.31671 18.1987 4.7123C18.7695 5.10789 19.1448 5.63414 19.4601 6.2552C19.7584 6.84272 20.0397 7.5929 20.3763 8.49075L20.3956 8.54214C20.5895 9.05926 20.3275 9.63567 19.8104 9.82959C19.2933 10.0235 18.7169 9.7615 18.5229 9.24438C18.162 8.28182 17.9186 7.63702 17.6768 7.16055C17.4462 6.70645 17.2595 6.49479 17.0595 6.35615C16.8594 6.21752 16.5957 6.11703 16.0896 6.06063C15.5585 6.00144 14.8693 6 13.8413 6H10.1573C9.12929 6 8.4401 6.00144 7.90903 6.06063C7.4029 6.11703 7.13917 6.21751 6.93912 6.35615C6.73907 6.49479 6.55238 6.70645 6.32185 7.16055C6.07996 7.63702 5.83662 8.28182 5.47566 9.24438C5.28174 9.7615 4.70533 10.0235 4.18821 9.82959C3.67109 9.63567 3.40908 9.05926 3.603 8.54214L3.62228 8.49073C3.95894 7.59289 4.24024 6.84271 4.5385 6.2552C4.85379 5.63414 5.22909 5.10789 5.79993 4.7123C6.37076 4.31671 6.99528 4.15008 7.68751 4.07293C8.34234 3.99995 9.14352 3.99997 10.1024 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 15C7.55228 15 8 15.4477 8 16V19C8 19.5523 7.55228 20 7 20C6.44772 20 6 19.5523 6 19V16C6 15.4477 6.44772 15 7 15ZM17 15C17.5523 15 18 15.4477 18 16V19C18 19.5523 17.5523 20 17 20C16.4477 20 16 19.5523 16 19V16C16 15.4477 16.4477 15 17 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.62546 8.61877C3.94076 7.85938 5.62264 8.31003 6.38203 9.62534C6.39751 9.65214 6.41131 9.67988 6.42336 9.7084L7.43288 12.0973C7.45849 12.1579 7.47952 12.2071 7.4981 12.249C7.54385 12.2498 7.59737 12.25 7.66316 12.25H16.3371C16.4029 12.25 16.4564 12.2498 16.5021 12.249C16.5207 12.2071 16.5417 12.1579 16.5674 12.0973L17.5768 9.70841C17.5889 9.67989 17.6027 9.65215 17.6181 9.62534C18.3775 8.31003 20.0594 7.85938 21.3747 8.61877C22.69 9.37816 23.1407 11.06 22.3813 12.3753C22.0278 12.9876 21.3908 13.2403 21.0433 13.3782L21.0101 13.3914C20.7981 13.4758 20.6843 13.5214 20.6022 13.5705L20.5997 13.572C20.3955 14.185 20.2217 14.7038 20.0313 15.1132C19.8255 15.5557 19.5704 15.9397 19.1665 16.2308C18.7626 16.522 18.3177 16.6426 17.8328 16.698C17.3767 16.75 16.8187 16.75 16.1584 16.75H7.84182C7.18152 16.75 6.62351 16.75 6.16737 16.698C5.68251 16.6426 5.23762 16.522 4.83373 16.2308C4.42983 15.9397 4.17475 15.5558 3.96895 15.1133C3.77852 14.7039 3.60476 14.185 3.40051 13.5721L3.39794 13.5705C3.31591 13.5214 3.20211 13.4758 2.99006 13.3914L2.95693 13.3782C2.60939 13.2404 1.97241 12.9876 1.61889 12.3753C0.859498 11.06 1.31015 9.37816 2.62546 8.61877Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1024 4H13.8962C14.8551 3.99997 15.6563 3.99995 16.3111 4.07293C17.0033 4.15008 17.6278 4.31671 18.1987 4.7123C18.7695 5.10789 19.1448 5.63414 19.4601 6.2552C19.7584 6.84272 20.0397 7.5929 20.3763 8.49075L20.3956 8.54214C20.5895 9.05926 20.3275 9.63567 19.8104 9.82959C19.2933 10.0235 18.7169 9.7615 18.5229 9.24438C18.162 8.28182 17.9186 7.63702 17.6768 7.16055C17.4462 6.70645 17.2595 6.49479 17.0595 6.35615C16.8594 6.21752 16.5957 6.11703 16.0896 6.06063C15.5585 6.00144 14.8693 6 13.8413 6H10.1573C9.12929 6 8.4401 6.00144 7.90903 6.06063C7.4029 6.11703 7.13917 6.21751 6.93912 6.35615C6.73907 6.49479 6.55238 6.70645 6.32185 7.16055C6.07996 7.63702 5.83662 8.28182 5.47566 9.24438C5.28174 9.7615 4.70533 10.0235 4.18821 9.82959C3.67109 9.63567 3.40908 9.05926 3.603 8.54214L3.62228 8.49073C3.95894 7.59289 4.24024 6.84271 4.5385 6.2552C4.85379 5.63414 5.22909 5.10789 5.79993 4.7123C6.37076 4.31671 6.99528 4.15008 7.68751 4.07293C8.34234 3.99995 9.14352 3.99997 10.1024 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-sofa-single{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.25 11C3.25 9.48122 4.48122 8.25 6 8.25C7.21287 8.25 7.92189 8.98708 8.28907 9.62653C8.47074 9.94291 8.5816 10.2523 8.64725 10.4784C8.74307 10.7602 8.86176 11.4759 8.90912 11.7986L8.90912 11.7986C8.96481 12.1465 9.02221 12.5051 9.09577 12.852C9.17091 13.2065 9.25723 13.52 9.36107 13.7698C9.41329 13.9299 9.72648 14.25 10.5616 14.25H13.4384C14.339 14.25 14.614 13.9299 14.6389 13.7698C14.7428 13.52 14.8291 13.2065 14.9042 12.852C14.9778 12.5051 15.0352 12.1465 15.0909 11.7987L15.0909 11.7986C15.1223 11.4619 15.2185 10.7265 15.3527 10.4784C15.4184 10.2523 15.5293 9.94291 15.7109 9.62653C16.0781 8.98708 16.7871 8.25 18 8.25C19.5188 8.25 20.75 9.48122 20.75 11C20.75 11.8875 20.3293 12.6761 19.6788 13.1782L19.346 14.9311L19.346 14.9312C19.2056 15.6709 19.0875 16.2929 18.9301 16.7837C18.7631 17.3043 18.527 17.7628 18.0978 18.1181C17.6686 18.4735 17.1742 18.62 16.6316 18.6869C16.12 18.75 15.4869 18.75 14.734 18.75H14.734H9.26604H9.266C8.51307 18.75 7.88002 18.75 7.36841 18.6869C6.82581 18.62 6.33137 18.4735 5.90218 18.1181C5.473 17.7628 5.23691 17.3043 5.06992 16.7837C4.91247 16.2929 4.79442 15.6709 4.65401 14.9311L4.32123 13.1782C3.67072 12.6761 3.25 11.8875 3.25 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.24277 17.0301C8.77857 17.164 9.10433 17.707 8.97038 18.2428L7.97038 22.2428C7.83643 22.7786 7.2935 23.1043 6.7577 22.9704C6.22191 22.8364 5.89615 22.2935 6.03009 21.7577L7.03009 17.7577C7.16404 17.2219 7.70698 16.8961 8.24277 17.0301ZM15.7577 17.0301C16.2935 16.8961 16.8364 17.2219 16.9704 17.7577L17.9704 21.7577C18.1043 22.2935 17.7786 22.8364 17.2428 22.9704C16.707 23.1043 16.164 22.7786 16.0301 22.2428L15.0301 18.2428C14.8961 17.707 15.2219 17.164 15.7577 17.0301Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6914 1H12.3086C13.5819 0.999958 14.6434 0.999921 15.4752 1.11761C16.3516 1.24162 17.1492 1.51736 17.7463 2.20802C18.3428 2.89808 18.5016 3.72755 18.5 4.61382C18.4985 5.45593 18.3484 6.50956 18.1682 7.77472L18.1565 7.85721L17.9071 9.49941C17.8242 10.0454 17.3144 10.4209 16.7684 10.338C16.2223 10.2551 15.8469 9.74524 15.9298 9.19922L16.1784 7.56153C16.3713 6.20652 16.4988 5.29433 16.5 4.61024C16.5012 3.9533 16.3819 3.68792 16.2332 3.51598C16.0851 3.34465 15.8417 3.18939 15.195 3.09789C14.5199 3.00237 13.6013 3 12.2342 3H11.7658C10.3987 3 9.48006 3.00237 8.80495 3.09789C8.15827 3.18939 7.91486 3.34465 7.76675 3.51598C7.61811 3.68792 7.49883 3.9533 7.50001 4.61023C7.50123 5.2951 7.62894 6.20858 7.82225 7.56614L8.05373 9.19531C8.13142 9.7421 7.75114 10.2483 7.20434 10.326C6.65755 10.4037 6.15131 10.0234 6.07362 9.47665L5.83178 7.77475C5.65158 6.50957 5.50152 5.45593 5.50001 4.61381C5.49843 3.72755 5.6572 2.89807 6.25372 2.20802C6.85078 1.51736 7.64836 1.24162 8.52477 1.11761C9.3566 0.999921 10.4181 0.999958 11.6914 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 12.5C10.8408 12.5 9.8116 12.8271 9.05512 13.3318C8.59571 13.6384 7.97479 13.5144 7.66827 13.055C7.36174 12.5956 7.48568 11.9747 7.94509 11.6682C9.05417 10.9282 10.4755 10.5 12.0001 10.5C13.5247 10.5 14.946 10.9282 16.0551 11.6682C16.5145 11.9747 16.6385 12.5956 16.3319 13.055C16.0254 13.5144 15.4045 13.6384 14.9451 13.3318C14.1886 12.8271 13.1594 12.5 12.0001 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.25 11C3.25 9.48122 4.48122 8.25 6 8.25C7.21287 8.25 7.92189 8.98708 8.28907 9.62653C8.47074 9.94291 8.5816 10.2523 8.64725 10.4784C8.74307 10.7602 8.86176 11.4759 8.90912 11.7986L8.90912 11.7986C8.96481 12.1465 9.02221 12.5051 9.09577 12.852C9.17091 13.2065 9.25723 13.52 9.36107 13.7698C9.41329 13.9299 9.72648 14.25 10.5616 14.25H13.4384C14.339 14.25 14.614 13.9299 14.6389 13.7698C14.7428 13.52 14.8291 13.2065 14.9042 12.852C14.9778 12.5051 15.0352 12.1465 15.0909 11.7987L15.0909 11.7986C15.1223 11.4619 15.2185 10.7265 15.3527 10.4784C15.4184 10.2523 15.5293 9.94291 15.7109 9.62653C16.0781 8.98708 16.7871 8.25 18 8.25C19.5188 8.25 20.75 9.48122 20.75 11C20.75 11.8875 20.3293 12.6761 19.6788 13.1782L19.346 14.9311L19.346 14.9312C19.2056 15.6709 19.0875 16.2929 18.9301 16.7837C18.7631 17.3043 18.527 17.7628 18.0978 18.1181C17.6686 18.4735 17.1742 18.62 16.6316 18.6869C16.12 18.75 15.4869 18.75 14.734 18.75H14.734H9.26604H9.266C8.51307 18.75 7.88002 18.75 7.36841 18.6869C6.82581 18.62 6.33137 18.4735 5.90218 18.1181C5.473 17.7628 5.23691 17.3043 5.06992 16.7837C4.91247 16.2929 4.79442 15.6709 4.65401 14.9311L4.32123 13.1782C3.67072 12.6761 3.25 11.8875 3.25 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.24277 17.0301C8.77857 17.164 9.10433 17.707 8.97038 18.2428L7.97038 22.2428C7.83643 22.7786 7.2935 23.1043 6.7577 22.9704C6.22191 22.8364 5.89615 22.2935 6.03009 21.7577L7.03009 17.7577C7.16404 17.2219 7.70698 16.8961 8.24277 17.0301ZM15.7577 17.0301C16.2935 16.8961 16.8364 17.2219 16.9704 17.7577L17.9704 21.7577C18.1043 22.2935 17.7786 22.8364 17.2428 22.9704C16.707 23.1043 16.164 22.7786 16.0301 22.2428L15.0301 18.2428C14.8961 17.707 15.2219 17.164 15.7577 17.0301Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6914 1H12.3086C13.5819 0.999958 14.6434 0.999921 15.4752 1.11761C16.3516 1.24162 17.1492 1.51736 17.7463 2.20802C18.3428 2.89808 18.5016 3.72755 18.5 4.61382C18.4985 5.45593 18.3484 6.50956 18.1682 7.77472L18.1565 7.85721L17.9071 9.49941C17.8242 10.0454 17.3144 10.4209 16.7684 10.338C16.2223 10.2551 15.8469 9.74524 15.9298 9.19922L16.1784 7.56153C16.3713 6.20652 16.4988 5.29433 16.5 4.61024C16.5012 3.9533 16.3819 3.68792 16.2332 3.51598C16.0851 3.34465 15.8417 3.18939 15.195 3.09789C14.5199 3.00237 13.6013 3 12.2342 3H11.7658C10.3987 3 9.48006 3.00237 8.80495 3.09789C8.15827 3.18939 7.91486 3.34465 7.76675 3.51598C7.61811 3.68792 7.49883 3.9533 7.50001 4.61023C7.50123 5.2951 7.62894 6.20858 7.82225 7.56614L8.05373 9.19531C8.13142 9.7421 7.75114 10.2483 7.20434 10.326C6.65755 10.4037 6.15131 10.0234 6.07362 9.47665L5.83178 7.77475C5.65158 6.50957 5.50152 5.45593 5.50001 4.61381C5.49843 3.72755 5.6572 2.89807 6.25372 2.20802C6.85078 1.51736 7.64836 1.24162 8.52477 1.11761C9.3566 0.999921 10.4181 0.999958 11.6914 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 12.5C10.8408 12.5 9.8116 12.8271 9.05512 13.3318C8.59571 13.6384 7.97479 13.5144 7.66827 13.055C7.36174 12.5956 7.48568 11.9747 7.94509 11.6682C9.05417 10.9282 10.4755 10.5 12.0001 10.5C13.5247 10.5 14.946 10.9282 16.0551 11.6682C16.5145 11.9747 16.6385 12.5956 16.3319 13.055C16.0254 13.5144 15.4045 13.6384 14.9451 13.3318C14.1886 12.8271 13.1594 12.5 12.0001 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-study-desk{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10.8751C1.44772 10.8751 1 11.3228 1 11.8751C1 12.4274 1.44772 12.8751 2 12.8751H3V21.8751C3 22.4274 3.44772 22.8751 4 22.8751C4.55228 22.8751 5 22.4274 5 21.8751V12.8751H11.25L11.25 12.9271C11.25 13.8256 11.2499 14.5748 11.3299 15.1696C11.4143 15.7974 11.6 16.3642 12.0555 16.8197C12.5109 17.2751 13.0777 17.4608 13.7055 17.5452C14.3003 17.6252 15.0495 17.6252 15.948 17.6251L19 17.6251V21.8751C19 22.4274 19.4477 22.8751 20 22.8751C20.5523 22.8751 21 22.4274 21 21.8751V12.8751H22C22.5523 12.8751 23 12.4274 23 11.8751C23 11.3228 22.5523 10.8751 22 10.8751H2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.1315 2.68059L16.107 2.69162C16.5453 3.6291 16.3621 4.77196 15.5574 5.53774C15.2914 5.79082 14.9298 6.04162 14.4835 6.10323C13.9943 6.17077 13.5416 5.99328 13.176 5.64531L11.7599 4.29775C11.3924 3.94807 11.1868 3.49122 11.2674 2.98176C11.3388 2.52977 11.6164 2.17721 11.8751 1.93102C12.7433 1.10484 14.0596 0.981269 15.0619 1.56031C15.2071 1.46941 15.3674 1.37781 15.5288 1.30701C15.9215 1.13469 16.4395 1.0247 17.0017 1.25957C17.3033 1.38555 17.5182 1.59064 17.6932 1.8014C17.854 1.99503 18.022 2.24536 18.2053 2.51871L19.7404 4.80664C20.0073 5.20442 20.2355 5.54449 20.3993 5.84518C20.5738 6.16577 20.703 6.48951 20.7398 6.86319C20.7766 7.23734 20.7128 7.57941 20.6033 7.9267C20.5009 8.2517 20.3427 8.62661 20.1583 9.06393L18.8497 12.1667C18.6887 12.5484 18.2489 12.7273 17.8672 12.5664C17.4855 12.4054 17.3066 11.9655 17.4676 11.5839L18.7634 8.5112C18.9641 8.03541 19.094 7.72555 19.1727 7.47574C19.2468 7.24078 19.2571 7.1129 19.247 7.01017C19.2368 6.90697 19.2014 6.7819 19.0819 6.56254C18.9553 6.33004 18.7667 6.04755 18.4768 5.61547L16.9783 3.38207C16.7702 3.072 16.645 2.88709 16.5393 2.75981C16.4907 2.70125 16.4593 2.67138 16.4409 2.65624C16.4323 2.64917 16.4273 2.64588 16.4253 2.6447L16.4235 2.64364C16.3665 2.61984 16.2962 2.60832 16.1315 2.68059Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.66383 5.48126C4.19384 4.9723 4.90065 4.87512 5.5 4.87512C5.97974 4.87512 6.52834 4.93739 7 5.22326C7.47166 4.93739 8.02026 4.87512 8.5 4.87512C9.09935 4.87512 9.80616 4.9723 10.3362 5.48126C10.8751 5.99882 11 6.71639 11 7.37512V11.8751C11 12.4274 10.5523 12.8751 10 12.8751H4C3.44772 12.8751 3 12.4274 3 11.8751V7.37512C3 6.71639 3.12487 5.99882 3.66383 5.48126ZM6 7.37512C6 7.09402 5.96379 6.97002 5.94596 6.92647C5.90454 6.9103 5.78232 6.87512 5.5 6.87512C5.21768 6.87512 5.09546 6.9103 5.05404 6.92647C5.03621 6.97002 5 7.09402 5 7.37512V10.8751H6V7.37512ZM8 10.8751V7.37512C8 7.09402 8.03621 6.97002 8.05404 6.92647C8.09546 6.9103 8.21768 6.87512 8.5 6.87512C8.78232 6.87512 8.90454 6.9103 8.94596 6.92647C8.96379 6.97002 9 7.09402 9 7.37512V10.8751H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10.8751C1.44772 10.8751 1 11.3228 1 11.8751C1 12.4274 1.44772 12.8751 2 12.8751H3V21.8751C3 22.4274 3.44772 22.8751 4 22.8751C4.55228 22.8751 5 22.4274 5 21.8751V12.8751H11.25L11.25 12.9271C11.25 13.8256 11.2499 14.5748 11.3299 15.1696C11.4143 15.7974 11.6 16.3642 12.0555 16.8197C12.5109 17.2751 13.0777 17.4608 13.7055 17.5452C14.3003 17.6252 15.0495 17.6252 15.948 17.6251L19 17.6251V21.8751C19 22.4274 19.4477 22.8751 20 22.8751C20.5523 22.8751 21 22.4274 21 21.8751V12.8751H22C22.5523 12.8751 23 12.4274 23 11.8751C23 11.3228 22.5523 10.8751 22 10.8751H2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.1315 2.68059L16.107 2.69162C16.5453 3.6291 16.3621 4.77196 15.5574 5.53774C15.2914 5.79082 14.9298 6.04162 14.4835 6.10323C13.9943 6.17077 13.5416 5.99328 13.176 5.64531L11.7599 4.29775C11.3924 3.94807 11.1868 3.49122 11.2674 2.98176C11.3388 2.52977 11.6164 2.17721 11.8751 1.93102C12.7433 1.10484 14.0596 0.981269 15.0619 1.56031C15.2071 1.46941 15.3674 1.37781 15.5288 1.30701C15.9215 1.13469 16.4395 1.0247 17.0017 1.25957C17.3033 1.38555 17.5182 1.59064 17.6932 1.8014C17.854 1.99503 18.022 2.24536 18.2053 2.51871L19.7404 4.80664C20.0073 5.20442 20.2355 5.54449 20.3993 5.84518C20.5738 6.16577 20.703 6.48951 20.7398 6.86319C20.7766 7.23734 20.7128 7.57941 20.6033 7.9267C20.5009 8.2517 20.3427 8.62661 20.1583 9.06393L18.8497 12.1667C18.6887 12.5484 18.2489 12.7273 17.8672 12.5664C17.4855 12.4054 17.3066 11.9655 17.4676 11.5839L18.7634 8.5112C18.9641 8.03541 19.094 7.72555 19.1727 7.47574C19.2468 7.24078 19.2571 7.1129 19.247 7.01017C19.2368 6.90697 19.2014 6.7819 19.0819 6.56254C18.9553 6.33004 18.7667 6.04755 18.4768 5.61547L16.9783 3.38207C16.7702 3.072 16.645 2.88709 16.5393 2.75981C16.4907 2.70125 16.4593 2.67138 16.4409 2.65624C16.4323 2.64917 16.4273 2.64588 16.4253 2.6447L16.4235 2.64364C16.3665 2.61984 16.2962 2.60832 16.1315 2.68059Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.66383 5.48126C4.19384 4.9723 4.90065 4.87512 5.5 4.87512C5.97974 4.87512 6.52834 4.93739 7 5.22326C7.47166 4.93739 8.02026 4.87512 8.5 4.87512C9.09935 4.87512 9.80616 4.9723 10.3362 5.48126C10.8751 5.99882 11 6.71639 11 7.37512V11.8751C11 12.4274 10.5523 12.8751 10 12.8751H4C3.44772 12.8751 3 12.4274 3 11.8751V7.37512C3 6.71639 3.12487 5.99882 3.66383 5.48126ZM6 7.37512C6 7.09402 5.96379 6.97002 5.94596 6.92647C5.90454 6.9103 5.78232 6.87512 5.5 6.87512C5.21768 6.87512 5.09546 6.9103 5.05404 6.92647C5.03621 6.97002 5 7.09402 5 7.37512V10.8751H6V7.37512ZM8 10.8751V7.37512C8 7.09402 8.03621 6.97002 8.05404 6.92647C8.09546 6.9103 8.21768 6.87512 8.5 6.87512C8.78232 6.87512 8.90454 6.9103 8.94596 6.92647C8.96379 6.97002 9 7.09402 9 7.37512V10.8751H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-table-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C1.44772 3 1 3.44772 1 4C1 4.55228 1.44772 5 2 5H3L3 9.55821C2.97535 9.58289 2.94989 9.60882 2.92376 9.636C2.67529 9.89436 2.35573 10.2748 2.07169 10.7663C1.49538 11.7635 1.0619 13.2356 1.6816 14.9983C2.5593 17.4949 1.63276 18.9702 1.31196 19.2743C0.911183 19.6543 0.894337 20.2873 1.27433 20.688C1.65433 21.0888 2.28727 21.1057 2.68805 20.7257C3.61724 19.8447 4.6907 17.5273 3.5684 14.335C3.18811 13.2533 3.44213 12.392 3.80332 11.767C3.98802 11.4474 4.19972 11.1945 4.36531 11.0223L4.38697 11L19.613 11L19.6347 11.0223C19.8003 11.1945 20.012 11.4474 20.1967 11.767C20.5579 12.392 20.8119 13.2533 20.4316 14.335C19.3093 17.5273 20.3828 19.8447 21.312 20.7257C21.7127 21.1057 22.3457 21.0888 22.7257 20.688C23.1057 20.2873 23.0888 19.6543 22.688 19.2743C22.3672 18.9702 21.4407 17.4949 22.3184 14.9983C22.9381 13.2356 22.5046 11.7635 21.9283 10.7663C21.6443 10.2748 21.3247 9.89436 21.0762 9.636C21.0501 9.60882 21.0247 9.58289 21 9.55821L21 5H22C22.5523 5 23 4.55228 23 4C23 3.44772 22.5523 3 22 3L2 3ZM11 6C10.4477 6 10 6.44771 10 7C10 7.55229 10.4477 8 11 8H13C13.5523 8 14 7.55229 14 7C14 6.44771 13.5523 6 13 6H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C1.44772 3 1 3.44772 1 4C1 4.55228 1.44772 5 2 5H3L3 9.55821C2.97535 9.58289 2.94989 9.60882 2.92376 9.636C2.67529 9.89436 2.35573 10.2748 2.07169 10.7663C1.49538 11.7635 1.0619 13.2356 1.6816 14.9983C2.5593 17.4949 1.63276 18.9702 1.31196 19.2743C0.911183 19.6543 0.894337 20.2873 1.27433 20.688C1.65433 21.0888 2.28727 21.1057 2.68805 20.7257C3.61724 19.8447 4.6907 17.5273 3.5684 14.335C3.18811 13.2533 3.44213 12.392 3.80332 11.767C3.98802 11.4474 4.19972 11.1945 4.36531 11.0223L4.38697 11L19.613 11L19.6347 11.0223C19.8003 11.1945 20.012 11.4474 20.1967 11.767C20.5579 12.392 20.8119 13.2533 20.4316 14.335C19.3093 17.5273 20.3828 19.8447 21.312 20.7257C21.7127 21.1057 22.3457 21.0888 22.7257 20.688C23.1057 20.2873 23.0888 19.6543 22.688 19.2743C22.3672 18.9702 21.4407 17.4949 22.3184 14.9983C22.9381 13.2356 22.5046 11.7635 21.9283 10.7663C21.6443 10.2748 21.3247 9.89436 21.0762 9.636C21.0501 9.60882 21.0247 9.58289 21 9.55821L21 5H22C22.5523 5 23 4.55228 23 4C23 3.44772 22.5523 3 22 3L2 3ZM11 6C10.4477 6 10 6.44771 10 7C10 7.55229 10.4477 8 11 8H13C13.5523 8 14 7.55229 14 7C14 6.44771 13.5523 6 13 6H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-table-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.00014 4C1.00014 3.44772 1.44786 3 2.00014 3H22.0001C22.5524 3 23.0001 3.44772 23.0001 4C23.0001 4.55228 22.5524 5 22.0001 5H20.6685L22.9882 19.8456C23.0734 20.3913 22.7002 20.9028 22.1545 20.988C21.6089 21.0733 21.0974 20.7 21.0121 20.1544L19.4255 10H4.57478L2.98816 20.1544C2.9029 20.7 2.39143 21.0733 1.84577 20.988C1.3001 20.9028 0.926872 20.3913 1.01213 19.8456L3.33176 5H2.00014C1.44786 5 1.00014 4.55228 1.00014 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.00014 4C1.00014 3.44772 1.44786 3 2.00014 3H22.0001C22.5524 3 23.0001 3.44772 23.0001 4C23.0001 4.55228 22.5524 5 22.0001 5H20.6685L22.9882 19.8456C23.0734 20.3913 22.7002 20.9028 22.1545 20.988C21.6089 21.0733 21.0974 20.7 21.0121 20.1544L19.4255 10H4.57478L2.98816 20.1544C2.9029 20.7 2.39143 21.0733 1.84577 20.988C1.3001 20.9028 0.926872 20.3913 1.01213 19.8456L3.33176 5H2.00014C1.44786 5 1.00014 4.55228 1.00014 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-table-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 15C3.5 14.4477 3.94772 14 4.5 14H19.5C20.0523 14 20.5 14.4477 20.5 15C20.5 15.5523 20.0523 16 19.5 16H4.5C3.94772 16 3.5 15.5523 3.5 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 4C1 3.44772 1.44772 3 2 3L22 3C22.5523 3 23 3.44772 23 4C23 4.55228 22.5523 5 22 5H21.9917C21.9434 6.0032 21.6838 6.98538 21.2273 7.86192L20.6785 8.91593C20.197 9.84054 19.9673 10.9026 20.0037 11.9657C20.0303 12.7395 20.1976 13.5055 20.5037 14.2109L21.6242 16.7929C21.8729 17.3662 22 17.992 22 18.6221V20C22 20.5523 21.5523 21 21 21C20.4477 21 20 20.5523 20 20V18.6221C20 18.2586 19.9263 17.9045 19.7895 17.5891L18.669 15.0071C18.3556 14.2848 18.1536 13.5222 18.0603 12.75L5.9397 12.75C5.84638 13.5222 5.64437 14.2848 5.33096 15.0071L4.21055 17.5891C4.07367 17.9045 4 18.2587 4 18.6221V20C4 20.5523 3.55228 21 3 21C2.44772 21 2 20.5523 2 20V18.6221C2 17.992 2.1271 17.3662 2.37584 16.7929L3.49625 14.2109C3.80237 13.5055 3.96972 12.7395 3.99625 11.9657C4.03271 10.9026 3.80297 9.84054 3.32151 8.91593L2.77266 7.86192C2.31623 6.98539 2.05665 6.0032 2.00828 5H2C1.44772 5 1 4.55228 1 4ZM10.6966 6.72166C10.5427 6.33707 10.1062 6.15001 9.72166 6.30384C9.33707 6.45768 9.15001 6.89415 9.30384 7.27874C9.63352 8.10293 10.3677 8.7502 11.2946 8.7502H12.7058C13.6327 8.7502 14.3669 8.10293 14.6966 7.27874C14.8504 6.89415 14.6633 6.45768 14.2787 6.30384C13.8942 6.15001 13.4577 6.33707 13.3038 6.72166C13.1432 7.1232 12.8752 7.2502 12.7058 7.2502H11.2946C11.1252 7.2502 10.8572 7.1232 10.6966 6.72166Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 15C3.5 14.4477 3.94772 14 4.5 14H19.5C20.0523 14 20.5 14.4477 20.5 15C20.5 15.5523 20.0523 16 19.5 16H4.5C3.94772 16 3.5 15.5523 3.5 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 4C1 3.44772 1.44772 3 2 3L22 3C22.5523 3 23 3.44772 23 4C23 4.55228 22.5523 5 22 5H21.9917C21.9434 6.0032 21.6838 6.98538 21.2273 7.86192L20.6785 8.91593C20.197 9.84054 19.9673 10.9026 20.0037 11.9657C20.0303 12.7395 20.1976 13.5055 20.5037 14.2109L21.6242 16.7929C21.8729 17.3662 22 17.992 22 18.6221V20C22 20.5523 21.5523 21 21 21C20.4477 21 20 20.5523 20 20V18.6221C20 18.2586 19.9263 17.9045 19.7895 17.5891L18.669 15.0071C18.3556 14.2848 18.1536 13.5222 18.0603 12.75L5.9397 12.75C5.84638 13.5222 5.64437 14.2848 5.33096 15.0071L4.21055 17.5891C4.07367 17.9045 4 18.2587 4 18.6221V20C4 20.5523 3.55228 21 3 21C2.44772 21 2 20.5523 2 20V18.6221C2 17.992 2.1271 17.3662 2.37584 16.7929L3.49625 14.2109C3.80237 13.5055 3.96972 12.7395 3.99625 11.9657C4.03271 10.9026 3.80297 9.84054 3.32151 8.91593L2.77266 7.86192C2.31623 6.98539 2.05665 6.0032 2.00828 5H2C1.44772 5 1 4.55228 1 4ZM10.6966 6.72166C10.5427 6.33707 10.1062 6.15001 9.72166 6.30384C9.33707 6.45768 9.15001 6.89415 9.30384 7.27874C9.63352 8.10293 10.3677 8.7502 11.2946 8.7502H12.7058C13.6327 8.7502 14.3669 8.10293 14.6966 7.27874C14.8504 6.89415 14.6633 6.45768 14.2787 6.30384C13.8942 6.15001 13.4577 6.33707 13.3038 6.72166C13.1432 7.1232 12.8752 7.2502 12.7058 7.2502H11.2946C11.1252 7.2502 10.8572 7.1232 10.6966 6.72166Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-table-lamp-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 17.625V21.875C5 22.4273 4.55228 22.875 4 22.875C3.44772 22.875 3 22.4273 3 21.875L3 12.875C2.44772 12.875 2 12.4273 2 11.875C2 11.3227 2.44772 10.875 3 10.875L21 10.875C21.5523 10.875 22 11.3227 22 11.875C22 12.4273 21.5523 12.875 21 12.875V21.875C21 22.4273 20.5523 22.875 20 22.875C19.4477 22.875 19 22.4273 19 21.875V17.625L5 17.625ZM11 13.625C10.5858 13.625 10.25 13.9608 10.25 14.375C10.25 14.7892 10.5858 15.125 11 15.125L13 15.125C13.4142 15.125 13.75 14.7892 13.75 14.375C13.75 13.9608 13.4142 13.625 13 13.625L11 13.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 7.62463V11.875C13 12.4273 12.5523 12.875 12 12.875C11.4477 12.875 11 12.4273 11 11.875V7.62463C10.2 7.62315 9.54836 7.61583 9.05316 7.57977C8.74021 7.55699 8.44762 7.52029 8.20078 7.45155C7.97502 7.38868 7.64754 7.2623 7.43543 6.95618C7.18929 6.60095 7.24003 6.20434 7.29677 5.96879C7.35883 5.71119 7.48061 5.4322 7.62308 5.15006C7.90706 4.58766 8.36985 3.82928 8.95285 2.87389L8.97371 2.8397C9.07261 2.67763 9.16198 2.52483 9.24125 2.38498L9.25558 2.35968C9.3686 2.16022 9.47879 1.96576 9.58835 1.81062C9.71053 1.63759 9.87184 1.45344 10.1131 1.32305C10.3416 1.19955 10.5741 1.15878 10.7805 1.14119C10.9709 1.12496 11.1984 1.12498 11.4419 1.125H11.4419L11.4686 1.125L12.5578 1.125H12.5579C12.8013 1.12498 13.0289 1.12496 13.2193 1.14119C13.4257 1.15878 13.6582 1.19955 13.8867 1.32305C14.1279 1.45344 14.2892 1.63759 14.4114 1.81062C14.521 1.96576 14.6312 2.16022 14.7442 2.35967L14.7442 2.35968L14.7585 2.38498C14.8378 2.52483 14.9272 2.67763 15.0261 2.8397L15.0469 2.87387L15.0469 2.87388C15.6299 3.82927 16.0927 4.58766 16.3767 5.15006C16.5192 5.4322 16.6409 5.71119 16.703 5.96879C16.7597 6.20434 16.8105 6.60095 16.5643 6.95618C16.3522 7.2623 16.0247 7.38868 15.799 7.45155C15.5521 7.52029 15.2596 7.55699 14.9466 7.57977C14.4515 7.61583 13.7999 7.62315 13 7.62463Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 17.625V21.875C5 22.4273 4.55228 22.875 4 22.875C3.44772 22.875 3 22.4273 3 21.875L3 12.875C2.44772 12.875 2 12.4273 2 11.875C2 11.3227 2.44772 10.875 3 10.875L21 10.875C21.5523 10.875 22 11.3227 22 11.875C22 12.4273 21.5523 12.875 21 12.875V21.875C21 22.4273 20.5523 22.875 20 22.875C19.4477 22.875 19 22.4273 19 21.875V17.625L5 17.625ZM11 13.625C10.5858 13.625 10.25 13.9608 10.25 14.375C10.25 14.7892 10.5858 15.125 11 15.125L13 15.125C13.4142 15.125 13.75 14.7892 13.75 14.375C13.75 13.9608 13.4142 13.625 13 13.625L11 13.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 7.62463V11.875C13 12.4273 12.5523 12.875 12 12.875C11.4477 12.875 11 12.4273 11 11.875V7.62463C10.2 7.62315 9.54836 7.61583 9.05316 7.57977C8.74021 7.55699 8.44762 7.52029 8.20078 7.45155C7.97502 7.38868 7.64754 7.2623 7.43543 6.95618C7.18929 6.60095 7.24003 6.20434 7.29677 5.96879C7.35883 5.71119 7.48061 5.4322 7.62308 5.15006C7.90706 4.58766 8.36985 3.82928 8.95285 2.87389L8.97371 2.8397C9.07261 2.67763 9.16198 2.52483 9.24125 2.38498L9.25558 2.35968C9.3686 2.16022 9.47879 1.96576 9.58835 1.81062C9.71053 1.63759 9.87184 1.45344 10.1131 1.32305C10.3416 1.19955 10.5741 1.15878 10.7805 1.14119C10.9709 1.12496 11.1984 1.12498 11.4419 1.125H11.4419L11.4686 1.125L12.5578 1.125H12.5579C12.8013 1.12498 13.0289 1.12496 13.2193 1.14119C13.4257 1.15878 13.6582 1.19955 13.8867 1.32305C14.1279 1.45344 14.2892 1.63759 14.4114 1.81062C14.521 1.96576 14.6312 2.16022 14.7442 2.35967L14.7442 2.35968L14.7585 2.38498C14.8378 2.52483 14.9272 2.67763 15.0261 2.8397L15.0469 2.87387L15.0469 2.87388C15.6299 3.82927 16.0927 4.58766 16.3767 5.15006C16.5192 5.4322 16.6409 5.71119 16.703 5.96879C16.7597 6.20434 16.8105 6.60095 16.5643 6.95618C16.3522 7.2623 16.0247 7.38868 15.799 7.45155C15.5521 7.52029 15.2596 7.55699 14.9466 7.57977C14.4515 7.61583 13.7999 7.62315 13 7.62463Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-table-lamp-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 18.875C5.55228 18.875 6 19.3227 6 19.875V21.875C6 22.4273 5.55228 22.875 5 22.875C4.44772 22.875 4 22.4273 4 21.875V19.875C4 19.3227 4.44772 18.875 5 18.875ZM19 18.875C19.5523 18.875 20 19.3227 20 19.875V21.875C20 22.4273 19.5523 22.875 19 22.875C18.4477 22.875 18 22.4273 18 21.875V19.875C18 19.3227 18.4477 18.875 19 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.65 9.125C10.9328 9.125 11.0743 9.125 11.1621 9.21286C11.25 9.30073 11.25 9.44215 11.25 9.72499V9.725L11.25 20.025V20.025C11.25 20.3078 11.25 20.4493 11.1621 20.5371C11.0743 20.625 10.9328 20.625 10.65 20.625H6.39604H6.39601C5.38965 20.625 4.56629 20.625 3.91598 20.5463C3.24107 20.4647 2.63898 20.2875 2.14916 19.8467C1.64802 19.3957 1.43568 18.8236 1.3396 18.1804C1.24994 17.5801 1.24997 16.8261 1.25 15.9316L1.25 13.8184C1.24997 12.924 1.24994 12.1698 1.3396 11.5696C1.43568 10.9264 1.64802 10.3543 2.14916 9.90331C2.63898 9.46247 3.24107 9.28532 3.91598 9.20365C4.5663 9.12496 5.38963 9.12498 6.39601 9.125L10.65 9.125ZM12.75 9.725C12.75 9.44215 12.75 9.30073 12.8379 9.21286C12.9257 9.125 13.0672 9.125 13.35 9.125H17.604C18.6103 9.12498 19.4337 9.12496 20.084 9.20365C20.7589 9.28532 21.361 9.46247 21.8509 9.90331C22.352 10.3543 22.5643 10.9264 22.6604 11.5696C22.7501 12.1698 22.75 12.9238 22.75 13.8183V13.8183V13.8183V13.8184V13.8184V15.9316V15.9316V15.9316V15.9316V15.9317C22.75 16.8261 22.7501 17.5802 22.6604 18.1804C22.5643 18.8236 22.352 19.3957 21.8509 19.8467C21.361 20.2875 20.7589 20.4647 20.084 20.5463C19.4337 20.625 18.6104 20.625 17.6041 20.625H17.604L13.35 20.625C13.0672 20.625 12.9257 20.625 12.8379 20.5371C12.75 20.4493 12.75 20.3078 12.75 20.025L12.75 9.725ZM15.25 14.875C15.25 14.4608 15.5858 14.125 16 14.125H17C17.4142 14.125 17.75 14.4608 17.75 14.875C17.75 15.2892 17.4142 15.625 17 15.625H16C15.5858 15.625 15.25 15.2892 15.25 14.875ZM7 14.125C6.58579 14.125 6.25 14.4608 6.25 14.875C6.25 15.2892 6.58579 15.625 7 15.625H8C8.41421 15.625 8.75 15.2892 8.75 14.875C8.75 14.4608 8.41422 14.125 8 14.125H7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 6.625V9.875C9 10.4273 8.55228 10.875 8 10.875C7.44772 10.875 7 10.4273 7 9.875V6.625L4.95352 6.625C4.73351 6.625 4.50345 6.61301 4.28939 6.56629C4.07559 6.51962 3.81806 6.42563 3.6055 6.21616C3.14063 5.75807 3.22692 5.12458 3.33733 4.69742C3.86989 2.63719 5.76033 1.125 7.99966 1.125C10.239 1.125 12.1294 2.63719 12.662 4.69742C12.7724 5.12458 12.8587 5.75808 12.3938 6.21616C12.1943 6.41281 11.9551 6.50768 11.7497 6.55717V7.375C11.7497 7.78921 11.4139 8.125 10.9997 8.125C10.5855 8.125 10.2497 7.78921 10.2497 7.375V6.625H9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 18.875C5.55228 18.875 6 19.3227 6 19.875V21.875C6 22.4273 5.55228 22.875 5 22.875C4.44772 22.875 4 22.4273 4 21.875V19.875C4 19.3227 4.44772 18.875 5 18.875ZM19 18.875C19.5523 18.875 20 19.3227 20 19.875V21.875C20 22.4273 19.5523 22.875 19 22.875C18.4477 22.875 18 22.4273 18 21.875V19.875C18 19.3227 18.4477 18.875 19 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.65 9.125C10.9328 9.125 11.0743 9.125 11.1621 9.21286C11.25 9.30073 11.25 9.44215 11.25 9.72499V9.725L11.25 20.025V20.025C11.25 20.3078 11.25 20.4493 11.1621 20.5371C11.0743 20.625 10.9328 20.625 10.65 20.625H6.39604H6.39601C5.38965 20.625 4.56629 20.625 3.91598 20.5463C3.24107 20.4647 2.63898 20.2875 2.14916 19.8467C1.64802 19.3957 1.43568 18.8236 1.3396 18.1804C1.24994 17.5801 1.24997 16.8261 1.25 15.9316L1.25 13.8184C1.24997 12.924 1.24994 12.1698 1.3396 11.5696C1.43568 10.9264 1.64802 10.3543 2.14916 9.90331C2.63898 9.46247 3.24107 9.28532 3.91598 9.20365C4.5663 9.12496 5.38963 9.12498 6.39601 9.125L10.65 9.125ZM12.75 9.725C12.75 9.44215 12.75 9.30073 12.8379 9.21286C12.9257 9.125 13.0672 9.125 13.35 9.125H17.604C18.6103 9.12498 19.4337 9.12496 20.084 9.20365C20.7589 9.28532 21.361 9.46247 21.8509 9.90331C22.352 10.3543 22.5643 10.9264 22.6604 11.5696C22.7501 12.1698 22.75 12.9238 22.75 13.8183V13.8183V13.8183V13.8184V13.8184V15.9316V15.9316V15.9316V15.9316V15.9317C22.75 16.8261 22.7501 17.5802 22.6604 18.1804C22.5643 18.8236 22.352 19.3957 21.8509 19.8467C21.361 20.2875 20.7589 20.4647 20.084 20.5463C19.4337 20.625 18.6104 20.625 17.6041 20.625H17.604L13.35 20.625C13.0672 20.625 12.9257 20.625 12.8379 20.5371C12.75 20.4493 12.75 20.3078 12.75 20.025L12.75 9.725ZM15.25 14.875C15.25 14.4608 15.5858 14.125 16 14.125H17C17.4142 14.125 17.75 14.4608 17.75 14.875C17.75 15.2892 17.4142 15.625 17 15.625H16C15.5858 15.625 15.25 15.2892 15.25 14.875ZM7 14.125C6.58579 14.125 6.25 14.4608 6.25 14.875C6.25 15.2892 6.58579 15.625 7 15.625H8C8.41421 15.625 8.75 15.2892 8.75 14.875C8.75 14.4608 8.41422 14.125 8 14.125H7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 6.625V9.875C9 10.4273 8.55228 10.875 8 10.875C7.44772 10.875 7 10.4273 7 9.875V6.625L4.95352 6.625C4.73351 6.625 4.50345 6.61301 4.28939 6.56629C4.07559 6.51962 3.81806 6.42563 3.6055 6.21616C3.14063 5.75807 3.22692 5.12458 3.33733 4.69742C3.86989 2.63719 5.76033 1.125 7.99966 1.125C10.239 1.125 12.1294 2.63719 12.662 4.69742C12.7724 5.12458 12.8587 5.75808 12.3938 6.21616C12.1943 6.41281 11.9551 6.50768 11.7497 6.55717V7.375C11.7497 7.78921 11.4139 8.125 10.9997 8.125C10.5855 8.125 10.2497 7.78921 10.2497 7.375V6.625H9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-table-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.71342 3.66031C6.61061 3.09115 9.18662 2.75 12 2.75C14.8134 2.75 17.3894 3.09115 19.2866 3.66031C20.2304 3.94346 21.0488 4.29551 21.648 4.72052C22.2278 5.13171 22.75 5.72218 22.75 6.5C22.75 7.27782 22.2278 7.86829 21.648 8.27948C21.0488 8.70449 20.2304 9.05654 19.2866 9.33969C17.3894 9.90885 14.8134 10.25 12 10.25C9.18662 10.25 6.61061 9.90885 4.71342 9.33969C3.7696 9.05654 2.95117 8.70449 2.35195 8.27948C1.77222 7.86829 1.25 7.27782 1.25 6.5C1.25 5.72218 1.77222 5.13171 2.35195 4.72052C2.95117 4.29551 3.7696 3.94346 4.71342 3.66031Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.91788 18.5657C9.35903 17.7282 10.325 16.75 12.0003 16.75C13.6756 16.75 14.6416 17.7282 15.0827 18.5657C15.4366 19.2375 15.2081 20.0595 14.6133 20.4651C13.8851 20.9618 12.9757 21.25 12.0003 21.25C11.0249 21.25 10.1155 20.9618 9.38734 20.4651C8.79252 20.0595 8.56406 19.2375 8.91788 18.5657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.5C12.5523 8.5 13 8.94772 13 9.5V17.5C13 18.0523 12.5523 18.5 12 18.5C11.4477 18.5 11 18.0523 11 17.5V9.5C11 8.94772 11.4477 8.5 12 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.71342 3.66031C6.61061 3.09115 9.18662 2.75 12 2.75C14.8134 2.75 17.3894 3.09115 19.2866 3.66031C20.2304 3.94346 21.0488 4.29551 21.648 4.72052C22.2278 5.13171 22.75 5.72218 22.75 6.5C22.75 7.27782 22.2278 7.86829 21.648 8.27948C21.0488 8.70449 20.2304 9.05654 19.2866 9.33969C17.3894 9.90885 14.8134 10.25 12 10.25C9.18662 10.25 6.61061 9.90885 4.71342 9.33969C3.7696 9.05654 2.95117 8.70449 2.35195 8.27948C1.77222 7.86829 1.25 7.27782 1.25 6.5C1.25 5.72218 1.77222 5.13171 2.35195 4.72052C2.95117 4.29551 3.7696 3.94346 4.71342 3.66031Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.91788 18.5657C9.35903 17.7282 10.325 16.75 12.0003 16.75C13.6756 16.75 14.6416 17.7282 15.0827 18.5657C15.4366 19.2375 15.2081 20.0595 14.6133 20.4651C13.8851 20.9618 12.9757 21.25 12.0003 21.25C11.0249 21.25 10.1155 20.9618 9.38734 20.4651C8.79252 20.0595 8.56406 19.2375 8.91788 18.5657Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.5C12.5523 8.5 13 8.94772 13 9.5V17.5C13 18.0523 12.5523 18.5 12 18.5C11.4477 18.5 11 18.0523 11 17.5V9.5C11 8.94772 11.4477 8.5 12 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-television-table{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.65 13.25C10.9328 13.25 11.0743 13.25 11.1621 13.3379C11.25 13.4257 11.25 13.5672 11.25 13.85L11.25 22.15C11.25 22.4328 11.25 22.5743 11.1621 22.6621C11.0743 22.75 10.9328 22.75 10.65 22.75H6C5.36327 22.75 4.80098 22.7178 4.32323 22.6128C3.83699 22.506 3.39172 22.3139 3.03892 21.9611C2.68612 21.6083 2.49401 21.163 2.38719 20.6768C2.28223 20.199 2.25 19.6367 2.25 19L2.25 17C2.25 16.3633 2.28223 15.801 2.38719 15.3232C2.49401 14.837 2.68612 14.3917 3.03892 14.0389C3.39172 13.6861 3.83699 13.494 4.32323 13.3872C4.80098 13.2822 5.36327 13.25 6 13.25L10.65 13.25ZM12.75 13.85C12.75 13.5672 12.75 13.4257 12.8379 13.3379C12.9257 13.25 13.0672 13.25 13.35 13.25H18C18.6367 13.25 19.199 13.2822 19.6768 13.3872C20.163 13.494 20.6083 13.6861 20.9611 14.0389C21.3139 14.3917 21.506 14.837 21.6128 15.3232C21.7178 15.801 21.75 16.3633 21.75 17V19C21.75 19.6367 21.7178 20.199 21.6128 20.6768C21.506 21.163 21.3139 21.6083 20.9611 21.9611C20.6083 22.3139 20.163 22.506 19.6768 22.6128C19.199 22.7178 18.6367 22.75 18 22.75L13.35 22.75C13.0672 22.75 12.9257 22.75 12.8379 22.6621C12.75 22.5743 12.75 22.4328 12.75 22.15L12.75 13.85ZM6.25 18C6.25 17.5858 6.58579 17.25 7 17.25H8C8.41421 17.25 8.75 17.5858 8.75 18C8.75 18.4142 8.41421 18.75 8 18.75H7C6.58579 18.75 6.25 18.4142 6.25 18ZM16 17.25C15.5858 17.25 15.25 17.5858 15.25 18C15.25 18.4142 15.5858 18.75 16 18.75H17C17.4142 18.75 17.75 18.4142 17.75 18C17.75 17.5858 17.4142 17.25 17 17.25H16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.052 1.25C14.9505 1.24997 15.6997 1.24995 16.2945 1.32991C16.9223 1.41432 17.4891 1.59999 17.9445 2.05546C18.4 2.51093 18.5857 3.07773 18.6701 3.70552C18.7501 4.3003 18.75 5.04951 18.75 5.94798V5.94801V7.052V7.05203C18.75 7.9505 18.7501 8.69971 18.6701 9.29448C18.5857 9.92228 18.4 10.4891 17.9445 10.9445C17.4891 11.4 16.9223 11.5857 16.2945 11.6701C15.6997 11.7501 14.9505 11.75 14.052 11.75H14.052H9.94801H9.94798C9.04951 11.75 8.3003 11.7501 7.70552 11.6701C7.07773 11.5857 6.51093 11.4 6.05546 10.9445C5.59999 10.4891 5.41432 9.92228 5.32991 9.29448C5.24995 8.69971 5.24997 7.9505 5.25 7.05203V7.052V5.948V5.94797C5.24997 5.0495 5.24995 4.3003 5.32991 3.70552C5.41432 3.07773 5.59999 2.51093 6.05546 2.05546C6.51093 1.59999 7.07773 1.41432 7.70552 1.32991C8.3003 1.24995 9.0495 1.24997 9.94797 1.25H9.948H14.052H14.052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.76021 10.8767C9.82048 10.5151 10.1334 10.25 10.5 10.25H13.5C13.8666 10.25 14.1795 10.5151 14.2398 10.8767L14.7398 13.8767C14.776 14.0942 14.7148 14.3166 14.5723 14.4848C14.4298 14.653 14.2205 14.75 14 14.75H10C9.77954 14.75 9.57024 14.653 9.42774 14.4848C9.28524 14.3166 9.22397 14.0942 9.26021 13.8767L9.76021 10.8767Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.65 13.25C10.9328 13.25 11.0743 13.25 11.1621 13.3379C11.25 13.4257 11.25 13.5672 11.25 13.85L11.25 22.15C11.25 22.4328 11.25 22.5743 11.1621 22.6621C11.0743 22.75 10.9328 22.75 10.65 22.75H6C5.36327 22.75 4.80098 22.7178 4.32323 22.6128C3.83699 22.506 3.39172 22.3139 3.03892 21.9611C2.68612 21.6083 2.49401 21.163 2.38719 20.6768C2.28223 20.199 2.25 19.6367 2.25 19L2.25 17C2.25 16.3633 2.28223 15.801 2.38719 15.3232C2.49401 14.837 2.68612 14.3917 3.03892 14.0389C3.39172 13.6861 3.83699 13.494 4.32323 13.3872C4.80098 13.2822 5.36327 13.25 6 13.25L10.65 13.25ZM12.75 13.85C12.75 13.5672 12.75 13.4257 12.8379 13.3379C12.9257 13.25 13.0672 13.25 13.35 13.25H18C18.6367 13.25 19.199 13.2822 19.6768 13.3872C20.163 13.494 20.6083 13.6861 20.9611 14.0389C21.3139 14.3917 21.506 14.837 21.6128 15.3232C21.7178 15.801 21.75 16.3633 21.75 17V19C21.75 19.6367 21.7178 20.199 21.6128 20.6768C21.506 21.163 21.3139 21.6083 20.9611 21.9611C20.6083 22.3139 20.163 22.506 19.6768 22.6128C19.199 22.7178 18.6367 22.75 18 22.75L13.35 22.75C13.0672 22.75 12.9257 22.75 12.8379 22.6621C12.75 22.5743 12.75 22.4328 12.75 22.15L12.75 13.85ZM6.25 18C6.25 17.5858 6.58579 17.25 7 17.25H8C8.41421 17.25 8.75 17.5858 8.75 18C8.75 18.4142 8.41421 18.75 8 18.75H7C6.58579 18.75 6.25 18.4142 6.25 18ZM16 17.25C15.5858 17.25 15.25 17.5858 15.25 18C15.25 18.4142 15.5858 18.75 16 18.75H17C17.4142 18.75 17.75 18.4142 17.75 18C17.75 17.5858 17.4142 17.25 17 17.25H16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.052 1.25C14.9505 1.24997 15.6997 1.24995 16.2945 1.32991C16.9223 1.41432 17.4891 1.59999 17.9445 2.05546C18.4 2.51093 18.5857 3.07773 18.6701 3.70552C18.7501 4.3003 18.75 5.04951 18.75 5.94798V5.94801V7.052V7.05203C18.75 7.9505 18.7501 8.69971 18.6701 9.29448C18.5857 9.92228 18.4 10.4891 17.9445 10.9445C17.4891 11.4 16.9223 11.5857 16.2945 11.6701C15.6997 11.7501 14.9505 11.75 14.052 11.75H14.052H9.94801H9.94798C9.04951 11.75 8.3003 11.7501 7.70552 11.6701C7.07773 11.5857 6.51093 11.4 6.05546 10.9445C5.59999 10.4891 5.41432 9.92228 5.32991 9.29448C5.24995 8.69971 5.24997 7.9505 5.25 7.05203V7.052V5.948V5.94797C5.24997 5.0495 5.24995 4.3003 5.32991 3.70552C5.41432 3.07773 5.59999 2.51093 6.05546 2.05546C6.51093 1.59999 7.07773 1.41432 7.70552 1.32991C8.3003 1.24995 9.0495 1.24997 9.94797 1.25H9.948H14.052H14.052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.76021 10.8767C9.82048 10.5151 10.1334 10.25 10.5 10.25H13.5C13.8666 10.25 14.1795 10.5151 14.2398 10.8767L14.7398 13.8767C14.776 14.0942 14.7148 14.3166 14.5723 14.4848C14.4298 14.653 14.2205 14.75 14 14.75H10C9.77954 14.75 9.57024 14.653 9.42774 14.4848C9.28524 14.3166 9.22397 14.0942 9.26021 13.8767L9.76021 10.8767Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-terrace{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.80416 12.8946C3.34571 12.7863 3.87254 13.1375 3.98085 13.6791L4.82008 17.8752H6.65314C6.99084 17.8752 7.56146 17.8865 8.01346 18.2694C8.46546 18.6523 8.57042 19.2133 8.62593 19.5464L8.98667 21.7108C9.07746 22.2556 8.70944 22.7708 8.16467 22.8616C7.6199 22.9524 7.10467 22.5844 7.01388 22.0396L6.65314 19.8752H4.72103L3.94895 22.1914C3.77431 22.7154 3.20799 22.9985 2.68404 22.8239C2.1601 22.6492 1.87694 22.0829 2.05159 21.559L2.96761 18.8109L2.01969 14.0713C1.91138 13.5297 2.2626 13.0029 2.80416 12.8946Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.1958 12.8946C20.6543 12.7863 20.1275 13.1375 20.0191 13.6791L19.1799 17.8752H17.3469C17.0092 17.8752 16.4385 17.8865 15.9865 18.2694C15.5345 18.6523 15.4296 19.2133 15.3741 19.5464L15.0133 21.7108C14.9225 22.2556 15.2906 22.7708 15.8353 22.8616C16.3801 22.9524 16.8953 22.5844 16.9861 22.0396L17.3469 19.8752H19.279L20.051 22.1914C20.2257 22.7154 20.792 22.9985 21.316 22.8239C21.8399 22.6492 22.1231 22.0829 21.9484 21.559L21.0324 18.8109L21.9803 14.0713C22.0886 13.5297 21.7374 13.0029 21.1958 12.8946Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.8742 1.64159C11.1389 1.41936 11.528 1.125 12.0002 1.125C12.4725 1.125 12.8616 1.41936 13.1263 1.64159C13.4222 1.88997 13.7824 2.24983 14.2154 2.68236L14.2154 2.68241L14.2415 2.70841C15.7247 4.19005 17.7372 5.67566 19.7178 6.60304C20.1253 6.79383 20.4902 7.02434 20.8075 7.34681C21.1251 7.66962 21.3646 8.05359 21.5623 8.51362C21.7162 8.87173 21.8558 9.39047 21.6384 9.8759C21.3806 10.4518 20.806 10.625 20.3073 10.625H3.69318C3.19446 10.625 2.61987 10.4518 2.36202 9.8759C2.14469 9.39047 2.28422 8.87173 2.43816 8.51361C2.63591 8.05359 2.87536 7.66962 3.19297 7.34681C3.51026 7.02434 3.87518 6.79383 4.28264 6.60304C6.26323 5.67566 8.27572 4.19005 9.75899 2.70841L9.78504 2.68239C10.218 2.24984 10.5783 1.88998 10.8742 1.64159Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.875C12.5523 8.875 13 9.32272 13 9.875V13.875H15C15.5523 13.875 16 14.3227 16 14.875C16 15.4273 15.5523 15.875 15 15.875H13V20.875C13.5523 20.875 14 21.3227 14 21.875C14 22.4273 13.5523 22.875 13 22.875H11C10.4477 22.875 10 22.4273 10 21.875C10 21.3227 10.4477 20.875 11 20.875V15.875H9C8.44772 15.875 8 15.4273 8 14.875C8 14.3227 8.44772 13.875 9 13.875H11V9.875C11 9.32272 11.4477 8.875 12 8.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.80416 12.8946C3.34571 12.7863 3.87254 13.1375 3.98085 13.6791L4.82008 17.8752H6.65314C6.99084 17.8752 7.56146 17.8865 8.01346 18.2694C8.46546 18.6523 8.57042 19.2133 8.62593 19.5464L8.98667 21.7108C9.07746 22.2556 8.70944 22.7708 8.16467 22.8616C7.6199 22.9524 7.10467 22.5844 7.01388 22.0396L6.65314 19.8752H4.72103L3.94895 22.1914C3.77431 22.7154 3.20799 22.9985 2.68404 22.8239C2.1601 22.6492 1.87694 22.0829 2.05159 21.559L2.96761 18.8109L2.01969 14.0713C1.91138 13.5297 2.2626 13.0029 2.80416 12.8946Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.1958 12.8946C20.6543 12.7863 20.1275 13.1375 20.0191 13.6791L19.1799 17.8752H17.3469C17.0092 17.8752 16.4385 17.8865 15.9865 18.2694C15.5345 18.6523 15.4296 19.2133 15.3741 19.5464L15.0133 21.7108C14.9225 22.2556 15.2906 22.7708 15.8353 22.8616C16.3801 22.9524 16.8953 22.5844 16.9861 22.0396L17.3469 19.8752H19.279L20.051 22.1914C20.2257 22.7154 20.792 22.9985 21.316 22.8239C21.8399 22.6492 22.1231 22.0829 21.9484 21.559L21.0324 18.8109L21.9803 14.0713C22.0886 13.5297 21.7374 13.0029 21.1958 12.8946Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.8742 1.64159C11.1389 1.41936 11.528 1.125 12.0002 1.125C12.4725 1.125 12.8616 1.41936 13.1263 1.64159C13.4222 1.88997 13.7824 2.24983 14.2154 2.68236L14.2154 2.68241L14.2415 2.70841C15.7247 4.19005 17.7372 5.67566 19.7178 6.60304C20.1253 6.79383 20.4902 7.02434 20.8075 7.34681C21.1251 7.66962 21.3646 8.05359 21.5623 8.51362C21.7162 8.87173 21.8558 9.39047 21.6384 9.8759C21.3806 10.4518 20.806 10.625 20.3073 10.625H3.69318C3.19446 10.625 2.61987 10.4518 2.36202 9.8759C2.14469 9.39047 2.28422 8.87173 2.43816 8.51361C2.63591 8.05359 2.87536 7.66962 3.19297 7.34681C3.51026 7.02434 3.87518 6.79383 4.28264 6.60304C6.26323 5.67566 8.27572 4.19005 9.75899 2.70841L9.78504 2.68239C10.218 2.24984 10.5783 1.88998 10.8742 1.64159Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.875C12.5523 8.875 13 9.32272 13 9.875V13.875H15C15.5523 13.875 16 14.3227 16 14.875C16 15.4273 15.5523 15.875 15 15.875H13V20.875C13.5523 20.875 14 21.3227 14 21.875C14 22.4273 13.5523 22.875 13 22.875H11C10.4477 22.875 10 22.4273 10 21.875C10 21.3227 10.4477 20.875 11 20.875V15.875H9C8.44772 15.875 8 15.4273 8 14.875C8 14.3227 8.44772 13.875 9 13.875H11V9.875C11 9.32272 11.4477 8.875 12 8.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-toilet-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.125 11.125V4.125C8.125 3.18219 8.125 2.71079 7.83211 2.41789C7.53921 2.125 7.06781 2.125 6.125 2.125C5.18219 2.125 4.71079 2.125 4.41789 2.41789C4.125 2.71079 4.125 3.18219 4.125 4.125V11.125C4.125 12.0678 4.125 12.5392 4.41789 12.8321C4.71079 13.125 5.18219 13.125 6.125 13.125C7.06781 13.125 7.53921 13.125 7.83211 12.8321C8.125 12.5392 8.125 12.0678 8.125 11.125Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.07061 1.12501C6.08872 1.12501 6.10686 1.12501 6.12501 1.12501C6.14317 1.12501 6.16131 1.12501 6.17942 1.12501C6.60349 1.12492 7.01562 1.12484 7.35553 1.17054C7.73874 1.22206 8.17601 1.34759 8.53923 1.7108C8.90244 2.07402 9.02797 2.51129 9.07949 2.89449C9.12519 3.23441 9.1251 3.64653 9.12502 4.0706C9.12502 4.08872 9.12501 4.10686 9.12501 4.12501V11.125C9.12501 11.1432 9.12502 11.1613 9.12502 11.1794C9.1251 11.6035 9.12519 12.0156 9.07949 12.3555C9.02797 12.7387 8.90244 13.176 8.53923 13.5392C8.17601 13.9024 7.73874 14.028 7.35553 14.0795C7.01562 14.1252 6.60349 14.1251 6.17942 14.125C6.16131 14.125 6.14317 14.125 6.12501 14.125C6.10686 14.125 6.08872 14.125 6.0706 14.125C5.64654 14.1251 5.23441 14.1252 4.89449 14.0795C4.51129 14.028 4.07402 13.9024 3.7108 13.5392C3.34759 13.176 3.22206 12.7387 3.17054 12.3555C3.12484 12.0156 3.12492 11.6035 3.12501 11.1794C3.12501 11.1613 3.12501 11.1432 3.12501 11.125V4.12501C3.12501 4.10686 3.12501 4.08872 3.12501 4.07061C3.12492 3.64654 3.12484 3.23441 3.17054 2.89449C3.22206 2.51129 3.34759 2.07402 3.7108 1.7108C4.07402 1.34759 4.51129 1.22206 4.89449 1.17054C5.23441 1.12484 5.64654 1.12492 6.07061 1.12501ZM5.15371 3.15371C5.15338 3.15608 5.15304 3.15851 5.15271 3.16099C5.12714 3.35118 5.12501 3.62534 5.12501 4.12501V11.125C5.12501 11.6247 5.12714 11.8988 5.15271 12.089C5.15304 12.0915 5.15338 12.0939 5.15371 12.0963C5.15608 12.0967 5.15851 12.097 5.16099 12.0973C5.35118 12.1229 5.62534 12.125 6.12501 12.125C6.62469 12.125 6.89885 12.1229 7.08904 12.0973C7.09152 12.097 7.09394 12.0967 7.09632 12.0963C7.09665 12.0939 7.09699 12.0915 7.09732 12.089C7.12289 11.8988 7.12501 11.6247 7.12501 11.125V4.12501C7.12501 3.62534 7.12289 3.35118 7.09732 3.16099C7.09699 3.15851 7.09665 3.15608 7.09632 3.15371C7.09394 3.15337 7.09152 3.15304 7.08904 3.15271C6.89885 3.12714 6.62469 3.12501 6.12501 3.12501C5.62534 3.12501 5.35118 3.12714 5.16099 3.15271C5.15851 3.15304 5.15608 3.15337 5.15371 3.15371Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.125 7.125C6.125 6.57272 6.57272 6.125 7.125 6.125L10.125 6.125C10.6773 6.125 11.125 6.57272 11.125 7.125C11.125 7.67729 10.6773 8.125 10.125 8.125L7.125 8.125C6.57272 8.125 6.125 7.67728 6.125 7.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.2164 14.3662C19.9506 14.8445 19.5392 15.2255 19.0515 15.4738C17.8854 16.0674 16.6164 16.3751 15.2149 16.3751C13.8136 16.3751 12.9154 16.2368 12.2609 16.0149C11.6228 15.7985 11.1718 15.4879 10.6787 15.0591C10.3661 14.7873 9.89238 14.8204 9.62058 15.1329C9.34878 15.4455 9.38183 15.9192 9.6944 16.191C10.2749 16.6958 10.8938 17.1352 11.7793 17.4354C12.6485 17.7302 13.7276 17.8751 15.2149 17.8751C15.6782 17.8751 16.1291 17.8461 16.568 17.7891C16.5259 17.8827 16.4909 18.0196 16.4839 18.2143C16.4726 18.5319 16.5412 18.9323 16.7022 19.3617C17.0288 20.2326 17.6706 21.0594 18.4601 21.4542C18.7712 21.6098 18.9345 21.9589 18.8545 22.2974C18.7746 22.6359 18.4724 22.875 18.1246 22.875H4.12502C3.82168 22.875 3.5482 22.6923 3.43211 22.412C3.31603 22.1318 3.38019 21.8092 3.59469 21.5947C4.39741 20.792 6.03738 17.8668 4.89742 13.3069C4.8414 13.0829 4.89174 12.8455 5.03387 12.6635C5.176 12.4814 5.39407 12.375 5.62502 12.375H7.12502C7.26309 12.375 7.37502 12.2631 7.37502 12.125V11.125C7.37502 10.7108 7.71081 10.375 8.12502 10.375L17.3305 10.375C18.0021 10.3749 18.6216 10.3748 19.1233 10.4841C19.7136 10.6129 20.1988 10.9021 20.5426 11.4737C20.8507 11.9859 20.9463 12.484 20.8225 13.0232C20.7232 13.4552 20.4472 13.9513 20.2164 14.3662Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.125 11.125V4.125C8.125 3.18219 8.125 2.71079 7.83211 2.41789C7.53921 2.125 7.06781 2.125 6.125 2.125C5.18219 2.125 4.71079 2.125 4.41789 2.41789C4.125 2.71079 4.125 3.18219 4.125 4.125V11.125C4.125 12.0678 4.125 12.5392 4.41789 12.8321C4.71079 13.125 5.18219 13.125 6.125 13.125C7.06781 13.125 7.53921 13.125 7.83211 12.8321C8.125 12.5392 8.125 12.0678 8.125 11.125Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.07061 1.12501C6.08872 1.12501 6.10686 1.12501 6.12501 1.12501C6.14317 1.12501 6.16131 1.12501 6.17942 1.12501C6.60349 1.12492 7.01562 1.12484 7.35553 1.17054C7.73874 1.22206 8.17601 1.34759 8.53923 1.7108C8.90244 2.07402 9.02797 2.51129 9.07949 2.89449C9.12519 3.23441 9.1251 3.64653 9.12502 4.0706C9.12502 4.08872 9.12501 4.10686 9.12501 4.12501V11.125C9.12501 11.1432 9.12502 11.1613 9.12502 11.1794C9.1251 11.6035 9.12519 12.0156 9.07949 12.3555C9.02797 12.7387 8.90244 13.176 8.53923 13.5392C8.17601 13.9024 7.73874 14.028 7.35553 14.0795C7.01562 14.1252 6.60349 14.1251 6.17942 14.125C6.16131 14.125 6.14317 14.125 6.12501 14.125C6.10686 14.125 6.08872 14.125 6.0706 14.125C5.64654 14.1251 5.23441 14.1252 4.89449 14.0795C4.51129 14.028 4.07402 13.9024 3.7108 13.5392C3.34759 13.176 3.22206 12.7387 3.17054 12.3555C3.12484 12.0156 3.12492 11.6035 3.12501 11.1794C3.12501 11.1613 3.12501 11.1432 3.12501 11.125V4.12501C3.12501 4.10686 3.12501 4.08872 3.12501 4.07061C3.12492 3.64654 3.12484 3.23441 3.17054 2.89449C3.22206 2.51129 3.34759 2.07402 3.7108 1.7108C4.07402 1.34759 4.51129 1.22206 4.89449 1.17054C5.23441 1.12484 5.64654 1.12492 6.07061 1.12501ZM5.15371 3.15371C5.15338 3.15608 5.15304 3.15851 5.15271 3.16099C5.12714 3.35118 5.12501 3.62534 5.12501 4.12501V11.125C5.12501 11.6247 5.12714 11.8988 5.15271 12.089C5.15304 12.0915 5.15338 12.0939 5.15371 12.0963C5.15608 12.0967 5.15851 12.097 5.16099 12.0973C5.35118 12.1229 5.62534 12.125 6.12501 12.125C6.62469 12.125 6.89885 12.1229 7.08904 12.0973C7.09152 12.097 7.09394 12.0967 7.09632 12.0963C7.09665 12.0939 7.09699 12.0915 7.09732 12.089C7.12289 11.8988 7.12501 11.6247 7.12501 11.125V4.12501C7.12501 3.62534 7.12289 3.35118 7.09732 3.16099C7.09699 3.15851 7.09665 3.15608 7.09632 3.15371C7.09394 3.15337 7.09152 3.15304 7.08904 3.15271C6.89885 3.12714 6.62469 3.12501 6.12501 3.12501C5.62534 3.12501 5.35118 3.12714 5.16099 3.15271C5.15851 3.15304 5.15608 3.15337 5.15371 3.15371Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.125 7.125C6.125 6.57272 6.57272 6.125 7.125 6.125L10.125 6.125C10.6773 6.125 11.125 6.57272 11.125 7.125C11.125 7.67729 10.6773 8.125 10.125 8.125L7.125 8.125C6.57272 8.125 6.125 7.67728 6.125 7.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.2164 14.3662C19.9506 14.8445 19.5392 15.2255 19.0515 15.4738C17.8854 16.0674 16.6164 16.3751 15.2149 16.3751C13.8136 16.3751 12.9154 16.2368 12.2609 16.0149C11.6228 15.7985 11.1718 15.4879 10.6787 15.0591C10.3661 14.7873 9.89238 14.8204 9.62058 15.1329C9.34878 15.4455 9.38183 15.9192 9.6944 16.191C10.2749 16.6958 10.8938 17.1352 11.7793 17.4354C12.6485 17.7302 13.7276 17.8751 15.2149 17.8751C15.6782 17.8751 16.1291 17.8461 16.568 17.7891C16.5259 17.8827 16.4909 18.0196 16.4839 18.2143C16.4726 18.5319 16.5412 18.9323 16.7022 19.3617C17.0288 20.2326 17.6706 21.0594 18.4601 21.4542C18.7712 21.6098 18.9345 21.9589 18.8545 22.2974C18.7746 22.6359 18.4724 22.875 18.1246 22.875H4.12502C3.82168 22.875 3.5482 22.6923 3.43211 22.412C3.31603 22.1318 3.38019 21.8092 3.59469 21.5947C4.39741 20.792 6.03738 17.8668 4.89742 13.3069C4.8414 13.0829 4.89174 12.8455 5.03387 12.6635C5.176 12.4814 5.39407 12.375 5.62502 12.375H7.12502C7.26309 12.375 7.37502 12.2631 7.37502 12.125V11.125C7.37502 10.7108 7.71081 10.375 8.12502 10.375L17.3305 10.375C18.0021 10.3749 18.6216 10.3748 19.1233 10.4841C19.7136 10.6129 20.1988 10.9021 20.5426 11.4737C20.8507 11.9859 20.9463 12.484 20.8225 13.0232C20.7232 13.4552 20.4472 13.9513 20.2164 14.3662Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-toilet-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.125C10.5398 6.125 9 7.6961 9 10.125C9 11.5149 9.53528 12.6927 10.2842 13.3961C10.6868 13.7741 10.7066 14.407 10.3285 14.8096C9.95046 15.2122 9.31761 15.232 8.91503 14.8539C7.72127 13.7328 7 12.0063 7 10.125C7 7.03106 9.04188 4.125 12 4.125C14.9581 4.125 17 7.03106 17 10.125C17 12.0063 16.2787 13.7328 15.085 14.8539C14.6824 15.232 14.0495 15.2122 13.6715 14.8096C13.2934 14.407 13.3132 13.7741 13.7158 13.3961C14.4647 12.6927 15 11.5149 15 10.125C15 7.6961 13.4602 6.125 12 6.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.25 15.125C6.25 14.0296 7.20918 13.375 8.10669 13.375H15.8933C16.7908 13.375 17.75 14.0296 17.75 15.125C17.75 16.837 16.9991 18.6103 15.7957 19.7873C15.6633 19.9169 15.5574 20.0231 15.4719 20.1247C15.386 20.2269 15.3475 20.2939 15.3318 20.333C15.3289 20.3402 15.3272 20.3453 15.3262 20.3486C15.3318 20.3637 15.353 20.4101 15.4242 20.4882C15.4512 20.5177 15.4818 20.5472 15.538 20.6011L15.5401 20.6031C15.5903 20.6512 15.6639 20.7219 15.7352 20.8037C16.1252 21.2511 16.1312 21.8209 15.8642 22.2489C15.6263 22.6302 15.1911 22.875 14.7227 22.875H9.27729C8.80891 22.875 8.37371 22.6302 8.13579 22.2489C7.86875 21.8209 7.87483 21.2511 8.2648 20.8037C8.3361 20.7219 8.4097 20.6512 8.45991 20.6031L8.462 20.601L8.462 20.601C8.51817 20.5472 8.54883 20.5177 8.57576 20.4882C8.64695 20.4101 8.66824 20.3637 8.67378 20.3486C8.67281 20.3453 8.67111 20.3402 8.66822 20.333C8.65255 20.2939 8.61398 20.2269 8.52806 20.1247C8.44262 20.0231 8.3367 19.9169 8.20426 19.7873C7.00092 18.6103 6.25 16.837 6.25 15.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.91173 1.13037C9.08651 1.1327 9.25217 1.13492 9.40559 1.13492H14.5944C14.7478 1.13492 14.9135 1.1327 15.0883 1.13037C15.8612 1.12004 16.8124 1.10732 17.6726 1.2732C18.7926 1.48916 19.9422 2.03462 20.6213 3.35052C20.9253 3.93953 21.004 4.57077 20.9998 5.25031C20.9958 5.90421 20.9115 6.70763 20.8093 7.68122L20.4364 11.2358C20.3788 11.785 19.8868 12.1836 19.3375 12.1259C18.7882 12.0683 18.3897 11.5763 18.4473 11.0271L18.815 7.52291C18.9237 6.48629 18.9965 5.78145 18.9999 5.23796C19.0032 4.70886 18.9368 4.4475 18.8441 4.26779C18.5365 3.67188 18.0366 3.38022 17.294 3.23702C16.6549 3.11378 15.968 3.12163 15.2101 3.13029C15.01 3.13258 14.8049 3.13492 14.5944 3.13492H9.40559C9.19511 3.13492 8.99 3.13258 8.78985 3.13029C8.03201 3.12163 7.34514 3.11378 6.70604 3.23702C5.9634 3.38022 5.46349 3.67188 5.15593 4.26779C5.06318 4.4475 4.99685 4.70886 5.00012 5.23796C5.00347 5.78145 5.07628 6.48629 5.18504 7.52291L5.5527 11.0271C5.61033 11.5763 5.21178 12.0683 4.66251 12.1259C4.11324 12.1836 3.62125 11.785 3.56362 11.2358L3.19067 7.6812C3.0885 6.70762 3.00419 5.90421 3.00016 5.25031C2.99596 4.57077 3.07468 3.93953 3.37868 3.35052C4.05784 2.03462 5.20739 1.48916 6.32736 1.2732C7.18758 1.10732 8.13882 1.12004 8.91173 1.13037Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.125C10.5398 6.125 9 7.6961 9 10.125C9 11.5149 9.53528 12.6927 10.2842 13.3961C10.6868 13.7741 10.7066 14.407 10.3285 14.8096C9.95046 15.2122 9.31761 15.232 8.91503 14.8539C7.72127 13.7328 7 12.0063 7 10.125C7 7.03106 9.04188 4.125 12 4.125C14.9581 4.125 17 7.03106 17 10.125C17 12.0063 16.2787 13.7328 15.085 14.8539C14.6824 15.232 14.0495 15.2122 13.6715 14.8096C13.2934 14.407 13.3132 13.7741 13.7158 13.3961C14.4647 12.6927 15 11.5149 15 10.125C15 7.6961 13.4602 6.125 12 6.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.25 15.125C6.25 14.0296 7.20918 13.375 8.10669 13.375H15.8933C16.7908 13.375 17.75 14.0296 17.75 15.125C17.75 16.837 16.9991 18.6103 15.7957 19.7873C15.6633 19.9169 15.5574 20.0231 15.4719 20.1247C15.386 20.2269 15.3475 20.2939 15.3318 20.333C15.3289 20.3402 15.3272 20.3453 15.3262 20.3486C15.3318 20.3637 15.353 20.4101 15.4242 20.4882C15.4512 20.5177 15.4818 20.5472 15.538 20.6011L15.5401 20.6031C15.5903 20.6512 15.6639 20.7219 15.7352 20.8037C16.1252 21.2511 16.1312 21.8209 15.8642 22.2489C15.6263 22.6302 15.1911 22.875 14.7227 22.875H9.27729C8.80891 22.875 8.37371 22.6302 8.13579 22.2489C7.86875 21.8209 7.87483 21.2511 8.2648 20.8037C8.3361 20.7219 8.4097 20.6512 8.45991 20.6031L8.462 20.601L8.462 20.601C8.51817 20.5472 8.54883 20.5177 8.57576 20.4882C8.64695 20.4101 8.66824 20.3637 8.67378 20.3486C8.67281 20.3453 8.67111 20.3402 8.66822 20.333C8.65255 20.2939 8.61398 20.2269 8.52806 20.1247C8.44262 20.0231 8.3367 19.9169 8.20426 19.7873C7.00092 18.6103 6.25 16.837 6.25 15.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.91173 1.13037C9.08651 1.1327 9.25217 1.13492 9.40559 1.13492H14.5944C14.7478 1.13492 14.9135 1.1327 15.0883 1.13037C15.8612 1.12004 16.8124 1.10732 17.6726 1.2732C18.7926 1.48916 19.9422 2.03462 20.6213 3.35052C20.9253 3.93953 21.004 4.57077 20.9998 5.25031C20.9958 5.90421 20.9115 6.70763 20.8093 7.68122L20.4364 11.2358C20.3788 11.785 19.8868 12.1836 19.3375 12.1259C18.7882 12.0683 18.3897 11.5763 18.4473 11.0271L18.815 7.52291C18.9237 6.48629 18.9965 5.78145 18.9999 5.23796C19.0032 4.70886 18.9368 4.4475 18.8441 4.26779C18.5365 3.67188 18.0366 3.38022 17.294 3.23702C16.6549 3.11378 15.968 3.12163 15.2101 3.13029C15.01 3.13258 14.8049 3.13492 14.5944 3.13492H9.40559C9.19511 3.13492 8.99 3.13258 8.78985 3.13029C8.03201 3.12163 7.34514 3.11378 6.70604 3.23702C5.9634 3.38022 5.46349 3.67188 5.15593 4.26779C5.06318 4.4475 4.99685 4.70886 5.00012 5.23796C5.00347 5.78145 5.07628 6.48629 5.18504 7.52291L5.5527 11.0271C5.61033 11.5763 5.21178 12.0683 4.66251 12.1259C4.11324 12.1836 3.62125 11.785 3.56362 11.2358L3.19067 7.6812C3.0885 6.70762 3.00419 5.90421 3.00016 5.25031C2.99596 4.57077 3.07468 3.93953 3.37868 3.35052C4.05784 2.03462 5.20739 1.48916 6.32736 1.2732C7.18758 1.10732 8.13882 1.12004 8.91173 1.13037Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-vintage-clock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 17.25C19.9165 17.25 19.8345 17.2536 19.7539 17.2606L19.7539 6.73936C19.8345 6.74639 19.9165 6.75 20 6.75C20.4142 6.75 20.75 6.41421 20.75 6C20.75 5.58579 20.4142 5.25 20 5.25C19.7568 5.25 19.5552 5.18619 19.3883 5.08659C19.1923 4.96966 19.0304 4.79441 18.917 4.59023C18.7745 4.33368 18.6433 4.09759 18.5429 3.9366C18.4375 3.70773 17.9861 3.25 17.0233 3.25L16.4286 3.25C16.3677 3.25923 16.2273 3.25916 16.1532 3.18511C16.0162 3.05345 15.8234 2.85938 15.5532 2.58715C15.0641 2.09443 14.365 1.76904 13.7474 1.56721C13.1219 1.36278 12.4705 1.25 12 1.25C11.5295 1.25 10.8781 1.36278 10.2525 1.56721C9.635 1.76904 8.93595 2.09443 8.44682 2.58715C8.17653 2.85942 7.98381 3.05348 7.84673 3.18513C7.78137 3.25049 7.63596 3.25561 7.57143 3.25L6.97666 3.25C6.1201 3.25 5.60675 3.70773 5.45715 3.9366C5.35671 4.0976 5.22555 4.33367 5.08301 4.59023C4.9705 4.79273 4.81031 4.96682 4.6165 5.08374C4.44857 5.18504 4.24538 5.25 4 5.25C3.58579 5.25 3.25 5.58579 3.25 6C3.25 6.41421 3.58579 6.75 4 6.75C4.08616 6.75 4.17082 6.74615 4.25391 6.73866L4.25391 17.2613C4.17082 17.2538 4.08616 17.25 4 17.25C3.58579 17.25 3.25 17.5858 3.25 18C3.25 18.4142 3.58579 18.75 4 18.75C4.24538 18.75 4.44857 18.815 4.6165 18.9163C4.81031 19.0332 4.9705 19.2073 5.08301 19.4098C5.22555 19.6663 5.35671 19.9024 5.45715 20.0634C5.60675 20.2923 6.1201 20.75 6.97666 20.75L7.57143 20.75C7.63596 20.7444 7.78137 20.7495 7.84673 20.8149C7.98381 20.9465 8.17653 21.1406 8.44682 21.4128C8.93595 21.9056 9.635 22.231 10.2525 22.4328C10.8781 22.6372 11.5295 22.75 12 22.75C12.4705 22.75 13.1219 22.6372 13.7474 22.4328C14.365 22.231 15.0641 21.9056 15.5532 21.4129C15.8234 21.1406 16.0162 20.9466 16.1532 20.8149C16.2273 20.7408 16.3677 20.7408 16.4286 20.75L17.0233 20.75C17.9861 20.75 18.4375 20.2923 18.5429 20.0634C18.6433 19.9024 18.7745 19.6663 18.917 19.4098C19.0304 19.2056 19.1923 19.0303 19.3883 18.9134C19.5552 18.8138 19.7568 18.75 20 18.75C20.4142 18.75 20.75 18.4142 20.75 18C20.75 17.5858 20.4142 17.25 20 17.25ZM12.0039 6.75C10.209 6.75 8.75391 8.20507 8.75391 10C8.75391 11.7949 10.209 13.25 12.0039 13.25C13.7988 13.25 15.2539 11.7949 15.2539 10C15.2539 8.20507 13.7988 6.75 12.0039 6.75ZM7.25391 10C7.25391 12.3682 8.98692 14.3315 11.2539 14.6911L11.2539 17.25H11.0039C10.5897 17.25 10.2539 17.5858 10.2539 18C10.2539 18.4142 10.5897 18.75 11.0039 18.75H12.0039H13.0039C13.4181 18.75 13.7539 18.4142 13.7539 18C13.7539 17.5858 13.4181 17.25 13.0039 17.25H12.7539L12.7539 14.6911C15.0209 14.3315 16.7539 12.3682 16.7539 10C16.7539 7.37665 14.6273 5.25 12.0039 5.25C9.38055 5.25 7.25391 7.37665 7.25391 10ZM13.5342 9.53033C13.8271 9.23744 13.8271 8.76256 13.5342 8.46967C13.2413 8.17678 12.7665 8.17678 12.4736 8.46967L11.4736 9.46967C11.1807 9.76256 11.1807 10.2374 11.4736 10.5303C11.7665 10.8232 12.2413 10.8232 12.5342 10.5303L13.5342 9.53033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 17.25C19.9165 17.25 19.8345 17.2536 19.7539 17.2606L19.7539 6.73936C19.8345 6.74639 19.9165 6.75 20 6.75C20.4142 6.75 20.75 6.41421 20.75 6C20.75 5.58579 20.4142 5.25 20 5.25C19.7568 5.25 19.5552 5.18619 19.3883 5.08659C19.1923 4.96966 19.0304 4.79441 18.917 4.59023C18.7745 4.33368 18.6433 4.09759 18.5429 3.9366C18.4375 3.70773 17.9861 3.25 17.0233 3.25L16.4286 3.25C16.3677 3.25923 16.2273 3.25916 16.1532 3.18511C16.0162 3.05345 15.8234 2.85938 15.5532 2.58715C15.0641 2.09443 14.365 1.76904 13.7474 1.56721C13.1219 1.36278 12.4705 1.25 12 1.25C11.5295 1.25 10.8781 1.36278 10.2525 1.56721C9.635 1.76904 8.93595 2.09443 8.44682 2.58715C8.17653 2.85942 7.98381 3.05348 7.84673 3.18513C7.78137 3.25049 7.63596 3.25561 7.57143 3.25L6.97666 3.25C6.1201 3.25 5.60675 3.70773 5.45715 3.9366C5.35671 4.0976 5.22555 4.33367 5.08301 4.59023C4.9705 4.79273 4.81031 4.96682 4.6165 5.08374C4.44857 5.18504 4.24538 5.25 4 5.25C3.58579 5.25 3.25 5.58579 3.25 6C3.25 6.41421 3.58579 6.75 4 6.75C4.08616 6.75 4.17082 6.74615 4.25391 6.73866L4.25391 17.2613C4.17082 17.2538 4.08616 17.25 4 17.25C3.58579 17.25 3.25 17.5858 3.25 18C3.25 18.4142 3.58579 18.75 4 18.75C4.24538 18.75 4.44857 18.815 4.6165 18.9163C4.81031 19.0332 4.9705 19.2073 5.08301 19.4098C5.22555 19.6663 5.35671 19.9024 5.45715 20.0634C5.60675 20.2923 6.1201 20.75 6.97666 20.75L7.57143 20.75C7.63596 20.7444 7.78137 20.7495 7.84673 20.8149C7.98381 20.9465 8.17653 21.1406 8.44682 21.4128C8.93595 21.9056 9.635 22.231 10.2525 22.4328C10.8781 22.6372 11.5295 22.75 12 22.75C12.4705 22.75 13.1219 22.6372 13.7474 22.4328C14.365 22.231 15.0641 21.9056 15.5532 21.4129C15.8234 21.1406 16.0162 20.9466 16.1532 20.8149C16.2273 20.7408 16.3677 20.7408 16.4286 20.75L17.0233 20.75C17.9861 20.75 18.4375 20.2923 18.5429 20.0634C18.6433 19.9024 18.7745 19.6663 18.917 19.4098C19.0304 19.2056 19.1923 19.0303 19.3883 18.9134C19.5552 18.8138 19.7568 18.75 20 18.75C20.4142 18.75 20.75 18.4142 20.75 18C20.75 17.5858 20.4142 17.25 20 17.25ZM12.0039 6.75C10.209 6.75 8.75391 8.20507 8.75391 10C8.75391 11.7949 10.209 13.25 12.0039 13.25C13.7988 13.25 15.2539 11.7949 15.2539 10C15.2539 8.20507 13.7988 6.75 12.0039 6.75ZM7.25391 10C7.25391 12.3682 8.98692 14.3315 11.2539 14.6911L11.2539 17.25H11.0039C10.5897 17.25 10.2539 17.5858 10.2539 18C10.2539 18.4142 10.5897 18.75 11.0039 18.75H12.0039H13.0039C13.4181 18.75 13.7539 18.4142 13.7539 18C13.7539 17.5858 13.4181 17.25 13.0039 17.25H12.7539L12.7539 14.6911C15.0209 14.3315 16.7539 12.3682 16.7539 10C16.7539 7.37665 14.6273 5.25 12.0039 5.25C9.38055 5.25 7.25391 7.37665 7.25391 10ZM13.5342 9.53033C13.8271 9.23744 13.8271 8.76256 13.5342 8.46967C13.2413 8.17678 12.7665 8.17678 12.4736 8.46967L11.4736 9.46967C11.1807 9.76256 11.1807 10.2374 11.4736 10.5303C11.7665 10.8232 12.2413 10.8232 12.5342 10.5303L13.5342 9.53033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-wall-lamp{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5003 7C14.0526 7 14.5003 7.44772 14.5003 8V16.4182C14.5003 16.4463 14.5003 16.4743 14.5003 16.5022C14.5003 17.6969 14.5004 18.7128 14.3761 19.4939C14.2437 20.3264 13.9358 21.124 13.132 21.6204C12.349 22.104 11.4881 22.0567 10.6508 21.8565C9.84356 21.6635 8.84871 21.2738 7.65393 20.8059L5.00027 19.7666V22C5.00027 22.5523 4.55255 23 4.00027 23C3.44798 23 3.00027 22.5523 3.00027 22V18.3239C2.99991 18.3085 2.99991 18.2931 3.00027 18.2777V14C3.00027 13.4477 3.44798 13 4.00027 13C4.55255 13 5.00027 13.4477 5.00027 14V17.6187L8.3127 18.916C9.59634 19.4187 10.4606 19.7546 11.1159 19.9113C11.757 20.0646 11.9705 19.9871 12.0811 19.9187C12.1711 19.8632 12.31 19.7517 12.401 19.1797C12.4972 18.5745 12.5003 17.7201 12.5003 16.4182V8C12.5003 7.44772 12.948 7 13.5003 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8408 2.12768C12.2769 1.9989 13.0507 1.99944 13.6621 2.00009C14.2568 1.99946 14.7573 1.99894 15.1895 2.12526C15.617 2.25024 15.93 2.4143 16.2747 2.69603C16.4884 2.87078 16.6635 3.08488 16.8236 3.30149C16.9823 3.51619 17.1673 3.79121 17.3893 4.12122C17.792 4.71995 18.2539 5.31416 18.6718 5.68188C18.9681 5.94247 19.232 6.17464 19.4077 6.34229C19.4971 6.42766 19.5892 6.51993 19.668 6.61302C19.7192 6.67351 19.8326 6.81035 19.9098 7.00024H20C20.5523 7.00024 21 7.44795 21 8.00024C21 8.55252 20.5523 9.00024 20 9.00024H19.6798L18.2922 14.3894C18.1311 15.0154 17.9899 15.5639 17.8222 16.0033C17.6409 16.4781 17.3961 16.919 16.9745 17.2746C16.8938 17.3427 16.8096 17.4065 16.7223 17.4658C16.2689 17.7739 15.7775 17.8948 15.2687 17.9493C14.7934 18.0002 14.2152 18.0002 13.5479 18.0002C12.8806 18.0002 12.2018 18.0002 11.7265 17.9493C11.2177 17.8948 10.7263 17.7739 10.2729 17.4658C10.1856 17.4065 10.1014 17.3427 10.0207 17.2746C9.59908 16.919 9.35428 16.4781 9.17304 16.0033C9.00531 15.5639 8.86413 15.0154 8.70298 14.3894L7.31538 9.00024H7C6.44772 9.00024 6 8.55253 6 8.00024C6 7.44795 6.44772 7.00024 7 7.00024H7.0959C7.17605 6.80892 7.29273 6.6722 7.34788 6.60945C7.42984 6.5162 7.52489 6.42512 7.61633 6.34187C7.79551 6.17875 8.06453 5.95407 8.36373 5.70418C8.7719 5.36328 9.21403 4.79826 9.60096 4.21078C9.83356 3.85762 10.0258 3.56576 10.1891 3.3395C10.3521 3.11382 10.5309 2.88901 10.748 2.70907C11.0987 2.41845 11.4037 2.25678 11.8408 2.12768ZM9.38086 9.00024H17.6148L16.3686 13.8404C16.1907 14.5315 16.0765 14.9689 15.9539 15.2901C15.8403 15.5876 15.7539 15.6879 15.6854 15.7457C15.6577 15.769 15.6287 15.791 15.5984 15.8116C15.5199 15.865 15.3902 15.9249 15.0558 15.9607C14.6998 15.9988 14.2298 16.0002 13.4979 16.0002C12.7659 16.0002 12.2959 15.9988 11.9399 15.9607C11.6055 15.9249 11.4758 15.865 11.3973 15.8116C11.367 15.791 11.338 15.769 11.3103 15.7457C11.2418 15.6879 11.1554 15.5876 11.0418 15.2901C10.9192 14.9689 10.8051 14.5315 10.6271 13.8404L9.38086 9.00024Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 1C14.0523 1 14.5 1.44772 14.5 2V3C14.5 3.55228 14.0523 4 13.5 4C12.9477 4 12.5 3.55228 12.5 3V2C12.5 1.44772 12.9477 1 13.5 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5003 7C14.0526 7 14.5003 7.44772 14.5003 8V16.4182C14.5003 16.4463 14.5003 16.4743 14.5003 16.5022C14.5003 17.6969 14.5004 18.7128 14.3761 19.4939C14.2437 20.3264 13.9358 21.124 13.132 21.6204C12.349 22.104 11.4881 22.0567 10.6508 21.8565C9.84356 21.6635 8.84871 21.2738 7.65393 20.8059L5.00027 19.7666V22C5.00027 22.5523 4.55255 23 4.00027 23C3.44798 23 3.00027 22.5523 3.00027 22V18.3239C2.99991 18.3085 2.99991 18.2931 3.00027 18.2777V14C3.00027 13.4477 3.44798 13 4.00027 13C4.55255 13 5.00027 13.4477 5.00027 14V17.6187L8.3127 18.916C9.59634 19.4187 10.4606 19.7546 11.1159 19.9113C11.757 20.0646 11.9705 19.9871 12.0811 19.9187C12.1711 19.8632 12.31 19.7517 12.401 19.1797C12.4972 18.5745 12.5003 17.7201 12.5003 16.4182V8C12.5003 7.44772 12.948 7 13.5003 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8408 2.12768C12.2769 1.9989 13.0507 1.99944 13.6621 2.00009C14.2568 1.99946 14.7573 1.99894 15.1895 2.12526C15.617 2.25024 15.93 2.4143 16.2747 2.69603C16.4884 2.87078 16.6635 3.08488 16.8236 3.30149C16.9823 3.51619 17.1673 3.79121 17.3893 4.12122C17.792 4.71995 18.2539 5.31416 18.6718 5.68188C18.9681 5.94247 19.232 6.17464 19.4077 6.34229C19.4971 6.42766 19.5892 6.51993 19.668 6.61302C19.7192 6.67351 19.8326 6.81035 19.9098 7.00024H20C20.5523 7.00024 21 7.44795 21 8.00024C21 8.55252 20.5523 9.00024 20 9.00024H19.6798L18.2922 14.3894C18.1311 15.0154 17.9899 15.5639 17.8222 16.0033C17.6409 16.4781 17.3961 16.919 16.9745 17.2746C16.8938 17.3427 16.8096 17.4065 16.7223 17.4658C16.2689 17.7739 15.7775 17.8948 15.2687 17.9493C14.7934 18.0002 14.2152 18.0002 13.5479 18.0002C12.8806 18.0002 12.2018 18.0002 11.7265 17.9493C11.2177 17.8948 10.7263 17.7739 10.2729 17.4658C10.1856 17.4065 10.1014 17.3427 10.0207 17.2746C9.59908 16.919 9.35428 16.4781 9.17304 16.0033C9.00531 15.5639 8.86413 15.0154 8.70298 14.3894L7.31538 9.00024H7C6.44772 9.00024 6 8.55253 6 8.00024C6 7.44795 6.44772 7.00024 7 7.00024H7.0959C7.17605 6.80892 7.29273 6.6722 7.34788 6.60945C7.42984 6.5162 7.52489 6.42512 7.61633 6.34187C7.79551 6.17875 8.06453 5.95407 8.36373 5.70418C8.7719 5.36328 9.21403 4.79826 9.60096 4.21078C9.83356 3.85762 10.0258 3.56576 10.1891 3.3395C10.3521 3.11382 10.5309 2.88901 10.748 2.70907C11.0987 2.41845 11.4037 2.25678 11.8408 2.12768ZM9.38086 9.00024H17.6148L16.3686 13.8404C16.1907 14.5315 16.0765 14.9689 15.9539 15.2901C15.8403 15.5876 15.7539 15.6879 15.6854 15.7457C15.6577 15.769 15.6287 15.791 15.5984 15.8116C15.5199 15.865 15.3902 15.9249 15.0558 15.9607C14.6998 15.9988 14.2298 16.0002 13.4979 16.0002C12.7659 16.0002 12.2959 15.9988 11.9399 15.9607C11.6055 15.9249 11.4758 15.865 11.3973 15.8116C11.367 15.791 11.338 15.769 11.3103 15.7457C11.2418 15.6879 11.1554 15.5876 11.0418 15.2901C10.9192 14.9689 10.8051 14.5315 10.6271 13.8404L9.38086 9.00024Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 1C14.0523 1 14.5 1.44772 14.5 2V3C14.5 3.55228 14.0523 4 13.5 4C12.9477 4 12.5 3.55228 12.5 3V2C12.5 1.44772 12.9477 1 13.5 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-wardrobe-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 18.875C6.55228 18.875 7 19.3227 7 19.875V21.875C7 22.4273 6.55228 22.875 6 22.875C5.44772 22.875 5 22.4273 5 21.875V19.875C5 19.3227 5.44772 18.875 6 18.875ZM18 18.875C18.5523 18.875 19 19.3227 19 19.875V21.875C19 22.4273 18.5523 22.875 18 22.875C17.4477 22.875 17 22.4273 17 21.875V19.875C17 19.3227 17.4477 18.875 18 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.647 1.125H9.35301C7.94929 1.12497 6.80293 1.12495 5.89799 1.23986C4.95628 1.35943 4.12925 1.61831 3.46266 2.24788C2.78819 2.88487 2.50341 3.68789 2.37313 4.60307C2.24993 5.46847 2.24996 6.56052 2.25 7.8779L2.25 13.8722C2.24996 15.1896 2.24993 16.2815 2.37313 17.1469C2.50341 18.0621 2.78819 18.8651 3.46266 19.5021C4.12925 20.1317 4.95628 20.3906 5.89799 20.5101C6.80293 20.6251 7.94925 20.625 9.35296 20.625H14.647C16.0507 20.625 17.1971 20.6251 18.102 20.5101C19.0437 20.3906 19.8708 20.1317 20.5374 19.5021C21.2118 18.8651 21.4966 18.0621 21.6269 17.1469C21.7501 16.2815 21.75 15.1896 21.75 13.8722V7.87787C21.75 6.56051 21.7501 5.46846 21.6269 4.60307C21.4966 3.68789 21.2118 2.88487 20.5374 2.24788C19.8708 1.61831 19.0437 1.35943 18.102 1.23986C17.1971 1.12495 16.0507 1.12497 14.647 1.125ZM4.80176 3.6655C5.04227 3.43835 5.39879 3.26888 6.14382 3.17427C6.91145 3.0768 7.93328 3.07495 9.41932 3.07495H10.4002C10.683 3.07495 10.8244 3.07495 10.9123 3.16282C11.0002 3.25069 11.0002 3.39211 11.0002 3.67495V6.27488V6.27488C11.0002 6.55772 11.0002 6.69914 10.9123 6.78701C10.8244 6.87488 10.683 6.87488 10.4002 6.87488L4.80735 6.87488C4.52136 6.87488 4.37836 6.87488 4.29011 6.78466C4.20185 6.69444 4.20497 6.55308 4.21119 6.27036C4.22344 5.7141 4.24929 5.26113 4.30386 4.87784C4.40035 4.19999 4.56912 3.88522 4.80176 3.6655ZM11.0002 9.47487V9.47488V12.2749V12.2749C11.0002 12.5577 11.0002 12.6991 10.9123 12.787C10.8244 12.8749 10.683 12.8749 10.4002 12.8749H4.8002C4.51736 12.8749 4.37594 12.8749 4.28807 12.787C4.2002 12.6991 4.2002 12.5577 4.2002 12.2749L4.2002 9.47487C4.2002 9.19203 4.2002 9.05061 4.28807 8.96274C4.37594 8.87488 4.51736 8.87488 4.8002 8.87488L10.4002 8.87488C10.683 8.87488 10.8244 8.87488 10.9123 8.96274C11.0002 9.05061 11.0002 9.19203 11.0002 9.47487ZM4.21119 15.4794C4.22343 16.0357 4.24929 16.4887 4.30386 16.8721C4.40035 17.5499 4.56913 17.8647 4.80176 18.0844C5.04227 18.3115 5.39879 18.481 6.14382 18.5756C6.91145 18.6731 7.93328 18.675 9.41932 18.675H10.4002C10.683 18.675 10.8244 18.675 10.9123 18.5871C11.0002 18.4992 11.0002 18.3578 11.0002 18.075V18.075V15.4749V15.4749C11.0002 15.192 11.0002 15.0506 10.9123 14.9627C10.8244 14.8749 10.683 14.8749 10.4002 14.8749H4.80735C4.52135 14.8749 4.37836 14.8749 4.2901 14.9651C4.20185 15.0553 4.20496 15.1967 4.21119 15.4794ZM16 10.375C16 9.82271 15.5523 9.375 15 9.375C14.4477 9.375 14 9.82271 14 10.375V11.375C14 11.9273 14.4477 12.375 15 12.375C15.5523 12.375 16 11.9273 16 11.375V10.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 18.875C6.55228 18.875 7 19.3227 7 19.875V21.875C7 22.4273 6.55228 22.875 6 22.875C5.44772 22.875 5 22.4273 5 21.875V19.875C5 19.3227 5.44772 18.875 6 18.875ZM18 18.875C18.5523 18.875 19 19.3227 19 19.875V21.875C19 22.4273 18.5523 22.875 18 22.875C17.4477 22.875 17 22.4273 17 21.875V19.875C17 19.3227 17.4477 18.875 18 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.647 1.125H9.35301C7.94929 1.12497 6.80293 1.12495 5.89799 1.23986C4.95628 1.35943 4.12925 1.61831 3.46266 2.24788C2.78819 2.88487 2.50341 3.68789 2.37313 4.60307C2.24993 5.46847 2.24996 6.56052 2.25 7.8779L2.25 13.8722C2.24996 15.1896 2.24993 16.2815 2.37313 17.1469C2.50341 18.0621 2.78819 18.8651 3.46266 19.5021C4.12925 20.1317 4.95628 20.3906 5.89799 20.5101C6.80293 20.6251 7.94925 20.625 9.35296 20.625H14.647C16.0507 20.625 17.1971 20.6251 18.102 20.5101C19.0437 20.3906 19.8708 20.1317 20.5374 19.5021C21.2118 18.8651 21.4966 18.0621 21.6269 17.1469C21.7501 16.2815 21.75 15.1896 21.75 13.8722V7.87787C21.75 6.56051 21.7501 5.46846 21.6269 4.60307C21.4966 3.68789 21.2118 2.88487 20.5374 2.24788C19.8708 1.61831 19.0437 1.35943 18.102 1.23986C17.1971 1.12495 16.0507 1.12497 14.647 1.125ZM4.80176 3.6655C5.04227 3.43835 5.39879 3.26888 6.14382 3.17427C6.91145 3.0768 7.93328 3.07495 9.41932 3.07495H10.4002C10.683 3.07495 10.8244 3.07495 10.9123 3.16282C11.0002 3.25069 11.0002 3.39211 11.0002 3.67495V6.27488V6.27488C11.0002 6.55772 11.0002 6.69914 10.9123 6.78701C10.8244 6.87488 10.683 6.87488 10.4002 6.87488L4.80735 6.87488C4.52136 6.87488 4.37836 6.87488 4.29011 6.78466C4.20185 6.69444 4.20497 6.55308 4.21119 6.27036C4.22344 5.7141 4.24929 5.26113 4.30386 4.87784C4.40035 4.19999 4.56912 3.88522 4.80176 3.6655ZM11.0002 9.47487V9.47488V12.2749V12.2749C11.0002 12.5577 11.0002 12.6991 10.9123 12.787C10.8244 12.8749 10.683 12.8749 10.4002 12.8749H4.8002C4.51736 12.8749 4.37594 12.8749 4.28807 12.787C4.2002 12.6991 4.2002 12.5577 4.2002 12.2749L4.2002 9.47487C4.2002 9.19203 4.2002 9.05061 4.28807 8.96274C4.37594 8.87488 4.51736 8.87488 4.8002 8.87488L10.4002 8.87488C10.683 8.87488 10.8244 8.87488 10.9123 8.96274C11.0002 9.05061 11.0002 9.19203 11.0002 9.47487ZM4.21119 15.4794C4.22343 16.0357 4.24929 16.4887 4.30386 16.8721C4.40035 17.5499 4.56913 17.8647 4.80176 18.0844C5.04227 18.3115 5.39879 18.481 6.14382 18.5756C6.91145 18.6731 7.93328 18.675 9.41932 18.675H10.4002C10.683 18.675 10.8244 18.675 10.9123 18.5871C11.0002 18.4992 11.0002 18.3578 11.0002 18.075V18.075V15.4749V15.4749C11.0002 15.192 11.0002 15.0506 10.9123 14.9627C10.8244 14.8749 10.683 14.8749 10.4002 14.8749H4.80735C4.52135 14.8749 4.37836 14.8749 4.2901 14.9651C4.20185 15.0553 4.20496 15.1967 4.21119 15.4794ZM16 10.375C16 9.82271 15.5523 9.375 15 9.375C14.4477 9.375 14 9.82271 14 10.375V11.375C14 11.9273 14.4477 12.375 15 12.375C15.5523 12.375 16 11.9273 16 11.375V10.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-wardrobe-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 18.875C6.55228 18.875 7 19.3227 7 19.875V21.875C7 22.4273 6.55228 22.875 6 22.875C5.44772 22.875 5 22.4273 5 21.875V19.875C5 19.3227 5.44772 18.875 6 18.875ZM18 18.875C18.5523 18.875 19 19.3227 19 19.875V21.875C19 22.4273 18.5523 22.875 18 22.875C17.4477 22.875 17 22.4273 17 21.875V19.875C17 19.3227 17.4477 18.875 18 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.65 1.125C10.9328 1.125 11.0743 1.125 11.1621 1.21287C11.25 1.30074 11.25 1.44216 11.25 1.725L11.25 20.025V20.025C11.25 20.3078 11.25 20.4493 11.1621 20.5371C11.0743 20.625 10.9328 20.625 10.65 20.625H9.35302C7.94928 20.625 6.80294 20.6251 5.89799 20.5101C4.95628 20.3906 4.12925 20.1317 3.46266 19.5021C2.78819 18.8651 2.50341 18.0621 2.37313 17.1469C2.24993 16.2815 2.24996 15.1896 2.25 13.8722L2.25 7.8779C2.24996 6.56052 2.24993 5.46846 2.37313 4.60307C2.50341 3.68789 2.78819 2.88487 3.46266 2.24788C4.12925 1.61831 4.95628 1.35943 5.89799 1.23986C6.80292 1.12495 7.94924 1.12497 9.35294 1.125H10.65ZM12.75 1.725C12.75 1.44216 12.75 1.30074 12.8379 1.21287C12.9257 1.125 13.0672 1.125 13.35 1.125H14.647C16.0507 1.12497 17.1971 1.12495 18.102 1.23986C19.0437 1.35943 19.8708 1.61831 20.5374 2.24788C21.2118 2.88487 21.4966 3.68789 21.6269 4.60307C21.7501 5.46845 21.75 6.56041 21.75 7.87777V13.8721C21.75 15.1895 21.7501 16.2815 21.6269 17.1469C21.4966 18.0621 21.2118 18.8651 20.5374 19.5021C19.8708 20.1317 19.0437 20.3906 18.102 20.5101C17.1971 20.6251 16.0507 20.625 14.647 20.625H13.35C13.0672 20.625 12.9257 20.625 12.8379 20.5371C12.75 20.4493 12.75 20.3078 12.75 20.025L12.75 1.725ZM9 11.625C9.41422 11.625 9.75 11.2892 9.75 10.875V9.875C9.75 9.46079 9.41422 9.125 9 9.125C8.58579 9.125 8.25 9.46079 8.25 9.875V10.875C8.25 11.2892 8.58579 11.625 9 11.625ZM15.75 10.875C15.75 11.2892 15.4142 11.625 15 11.625C14.5858 11.625 14.25 11.2892 14.25 10.875V9.875C14.25 9.46079 14.5858 9.125 15 9.125C15.4142 9.125 15.75 9.46079 15.75 9.875V10.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 18.875C6.55228 18.875 7 19.3227 7 19.875V21.875C7 22.4273 6.55228 22.875 6 22.875C5.44772 22.875 5 22.4273 5 21.875V19.875C5 19.3227 5.44772 18.875 6 18.875ZM18 18.875C18.5523 18.875 19 19.3227 19 19.875V21.875C19 22.4273 18.5523 22.875 18 22.875C17.4477 22.875 17 22.4273 17 21.875V19.875C17 19.3227 17.4477 18.875 18 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.65 1.125C10.9328 1.125 11.0743 1.125 11.1621 1.21287C11.25 1.30074 11.25 1.44216 11.25 1.725L11.25 20.025V20.025C11.25 20.3078 11.25 20.4493 11.1621 20.5371C11.0743 20.625 10.9328 20.625 10.65 20.625H9.35302C7.94928 20.625 6.80294 20.6251 5.89799 20.5101C4.95628 20.3906 4.12925 20.1317 3.46266 19.5021C2.78819 18.8651 2.50341 18.0621 2.37313 17.1469C2.24993 16.2815 2.24996 15.1896 2.25 13.8722L2.25 7.8779C2.24996 6.56052 2.24993 5.46846 2.37313 4.60307C2.50341 3.68789 2.78819 2.88487 3.46266 2.24788C4.12925 1.61831 4.95628 1.35943 5.89799 1.23986C6.80292 1.12495 7.94924 1.12497 9.35294 1.125H10.65ZM12.75 1.725C12.75 1.44216 12.75 1.30074 12.8379 1.21287C12.9257 1.125 13.0672 1.125 13.35 1.125H14.647C16.0507 1.12497 17.1971 1.12495 18.102 1.23986C19.0437 1.35943 19.8708 1.61831 20.5374 2.24788C21.2118 2.88487 21.4966 3.68789 21.6269 4.60307C21.7501 5.46845 21.75 6.56041 21.75 7.87777V13.8721C21.75 15.1895 21.7501 16.2815 21.6269 17.1469C21.4966 18.0621 21.2118 18.8651 20.5374 19.5021C19.8708 20.1317 19.0437 20.3906 18.102 20.5101C17.1971 20.6251 16.0507 20.625 14.647 20.625H13.35C13.0672 20.625 12.9257 20.625 12.8379 20.5371C12.75 20.4493 12.75 20.3078 12.75 20.025L12.75 1.725ZM9 11.625C9.41422 11.625 9.75 11.2892 9.75 10.875V9.875C9.75 9.46079 9.41422 9.125 9 9.125C8.58579 9.125 8.25 9.46079 8.25 9.875V10.875C8.25 11.2892 8.58579 11.625 9 11.625ZM15.75 10.875C15.75 11.2892 15.4142 11.625 15 11.625C14.5858 11.625 14.25 11.2892 14.25 10.875V9.875C14.25 9.46079 14.5858 9.125 15 9.125C15.4142 9.125 15.75 9.46079 15.75 9.875V10.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-wardrobe-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 18.875C6.55228 18.875 7 19.3227 7 19.875V21.875C7 22.4273 6.55228 22.875 6 22.875C5.44772 22.875 5 22.4273 5 21.875V19.875C5 19.3227 5.44772 18.875 6 18.875ZM18 18.875C18.5523 18.875 19 19.3227 19 19.875V21.875C19 22.4273 18.5523 22.875 18 22.875C17.4477 22.875 17 22.4273 17 21.875V19.875C17 19.3227 17.4477 18.875 18 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 1.725C11.25 1.44216 11.25 1.30074 11.1621 1.21287C11.0743 1.125 10.9328 1.125 10.65 1.125H9.35301C7.94929 1.12497 6.80293 1.12495 5.89799 1.23986C4.95628 1.35943 4.12925 1.61831 3.46266 2.24788C2.78819 2.88487 2.50341 3.68789 2.37313 4.60307C2.24993 5.46847 2.24996 6.56052 2.25 7.8779L2.25 13.8722C2.24996 15.1896 2.24993 16.2815 2.37313 17.1469C2.50341 18.0621 2.78819 18.8651 3.46266 19.5021C4.12925 20.1317 4.95628 20.3906 5.89799 20.5101C6.80293 20.6251 7.94925 20.625 9.35296 20.625H14.647C16.0507 20.625 17.1971 20.6251 18.102 20.5101C19.0437 20.3906 19.8708 20.1317 20.5374 19.5021C21.2118 18.8651 21.4966 18.0621 21.6269 17.1469C21.7501 16.2815 21.75 15.1896 21.75 13.8722V7.87787C21.75 6.56051 21.7501 5.46846 21.6269 4.60307C21.4966 3.68789 21.2118 2.88487 20.5374 2.24788C19.8708 1.61831 19.0437 1.35943 18.102 1.23986C17.1971 1.12495 16.0507 1.12497 14.647 1.125H13.35C13.0672 1.125 12.9257 1.125 12.8379 1.21287C12.75 1.30074 12.75 1.44216 12.75 1.725L12.75 16.025C12.75 16.3078 12.75 16.4493 12.8379 16.5371C12.9257 16.625 13.0672 16.625 13.35 16.625L19.4778 16.625C19.6109 16.625 19.7152 16.7403 19.6964 16.8721C19.5999 17.55 19.4312 17.8647 19.1985 18.0845C18.958 18.3116 18.6015 18.4811 17.8565 18.5757C17.0888 18.6732 16.067 18.675 14.581 18.675H9.41921C7.93318 18.675 6.91135 18.6732 6.14371 18.5757C5.39868 18.4811 5.04217 18.3116 4.80166 18.0845C4.56902 17.8647 4.40025 17.55 4.30375 16.8721C4.28499 16.7403 4.38932 16.625 4.52242 16.625H10.65C10.9328 16.625 11.0743 16.625 11.1621 16.5371C11.25 16.4493 11.25 16.3078 11.25 16.025V16.025L11.25 1.725ZM9 8.125C9.41422 8.125 9.75 8.46079 9.75 8.875L9.75 9.875C9.75 10.2892 9.41422 10.625 9 10.625C8.58579 10.625 8.25 10.2892 8.25 9.875L8.25 8.875C8.25 8.46079 8.58579 8.125 9 8.125ZM15.75 8.875C15.75 8.46079 15.4142 8.125 15 8.125C14.5858 8.125 14.25 8.46079 14.25 8.875V9.875C14.25 10.2892 14.5858 10.625 15 10.625C15.4142 10.625 15.75 10.2892 15.75 9.875V8.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 18.875C6.55228 18.875 7 19.3227 7 19.875V21.875C7 22.4273 6.55228 22.875 6 22.875C5.44772 22.875 5 22.4273 5 21.875V19.875C5 19.3227 5.44772 18.875 6 18.875ZM18 18.875C18.5523 18.875 19 19.3227 19 19.875V21.875C19 22.4273 18.5523 22.875 18 22.875C17.4477 22.875 17 22.4273 17 21.875V19.875C17 19.3227 17.4477 18.875 18 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 1.725C11.25 1.44216 11.25 1.30074 11.1621 1.21287C11.0743 1.125 10.9328 1.125 10.65 1.125H9.35301C7.94929 1.12497 6.80293 1.12495 5.89799 1.23986C4.95628 1.35943 4.12925 1.61831 3.46266 2.24788C2.78819 2.88487 2.50341 3.68789 2.37313 4.60307C2.24993 5.46847 2.24996 6.56052 2.25 7.8779L2.25 13.8722C2.24996 15.1896 2.24993 16.2815 2.37313 17.1469C2.50341 18.0621 2.78819 18.8651 3.46266 19.5021C4.12925 20.1317 4.95628 20.3906 5.89799 20.5101C6.80293 20.6251 7.94925 20.625 9.35296 20.625H14.647C16.0507 20.625 17.1971 20.6251 18.102 20.5101C19.0437 20.3906 19.8708 20.1317 20.5374 19.5021C21.2118 18.8651 21.4966 18.0621 21.6269 17.1469C21.7501 16.2815 21.75 15.1896 21.75 13.8722V7.87787C21.75 6.56051 21.7501 5.46846 21.6269 4.60307C21.4966 3.68789 21.2118 2.88487 20.5374 2.24788C19.8708 1.61831 19.0437 1.35943 18.102 1.23986C17.1971 1.12495 16.0507 1.12497 14.647 1.125H13.35C13.0672 1.125 12.9257 1.125 12.8379 1.21287C12.75 1.30074 12.75 1.44216 12.75 1.725L12.75 16.025C12.75 16.3078 12.75 16.4493 12.8379 16.5371C12.9257 16.625 13.0672 16.625 13.35 16.625L19.4778 16.625C19.6109 16.625 19.7152 16.7403 19.6964 16.8721C19.5999 17.55 19.4312 17.8647 19.1985 18.0845C18.958 18.3116 18.6015 18.4811 17.8565 18.5757C17.0888 18.6732 16.067 18.675 14.581 18.675H9.41921C7.93318 18.675 6.91135 18.6732 6.14371 18.5757C5.39868 18.4811 5.04217 18.3116 4.80166 18.0845C4.56902 17.8647 4.40025 17.55 4.30375 16.8721C4.28499 16.7403 4.38932 16.625 4.52242 16.625H10.65C10.9328 16.625 11.0743 16.625 11.1621 16.5371C11.25 16.4493 11.25 16.3078 11.25 16.025V16.025L11.25 1.725ZM9 8.125C9.41422 8.125 9.75 8.46079 9.75 8.875L9.75 9.875C9.75 10.2892 9.41422 10.625 9 10.625C8.58579 10.625 8.25 10.2892 8.25 9.875L8.25 8.875C8.25 8.46079 8.58579 8.125 9 8.125ZM15.75 8.875C15.75 8.46079 15.4142 8.125 15 8.125C14.5858 8.125 14.25 8.46079 14.25 8.875V9.875C14.25 10.2892 14.5858 10.625 15 10.625C15.4142 10.625 15.75 10.2892 15.75 9.875V8.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-furniture-icons-wardrobe-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 18.875C6.55228 18.875 7 19.3227 7 19.875V21.875C7 22.4273 6.55228 22.875 6 22.875C5.44772 22.875 5 22.4273 5 21.875V19.875C5 19.3227 5.44772 18.875 6 18.875ZM18 18.875C18.5523 18.875 19 19.3227 19 19.875V21.875C19 22.4273 18.5523 22.875 18 22.875C17.4477 22.875 17 22.4273 17 21.875V19.875C17 19.3227 17.4477 18.875 18 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 7.125C9.41421 7.125 9.75 7.46079 9.75 7.875V9.875C9.75 10.2892 9.41421 10.625 9 10.625C8.58579 10.625 8.25 10.2892 8.25 9.875V7.875C8.25 7.46079 8.58579 7.125 9 7.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.647 1.125C16.0507 1.12497 17.1971 1.12495 18.102 1.23986C19.0437 1.35943 19.8708 1.61831 20.5374 2.24788C21.2118 2.88487 21.4966 3.68789 21.6269 4.60307C21.7501 5.46846 21.75 6.56042 21.75 7.87777V13.8721C21.75 15.1895 21.7501 16.2815 21.6269 17.1469C21.4966 18.0621 21.2118 18.8651 20.5374 19.5021C19.8708 20.1317 19.0437 20.3906 18.102 20.5101C17.1971 20.6251 16.0508 20.625 14.647 20.625H9.35301C7.9493 20.625 6.80292 20.6251 5.89799 20.5101C4.95628 20.3906 4.12925 20.1317 3.46265 19.5021C2.78819 18.8651 2.50341 18.0621 2.37312 17.1469C2.3273 16.825 2.29853 16.4718 2.28046 16.0873C2.26064 16.02 2.25 15.9487 2.25 15.875C2.25 15.8211 2.25568 15.7686 2.26648 15.7179C2.24996 15.1618 2.24998 14.5465 2.25 13.8721L2.25 7.8779C2.24996 6.56048 2.24993 5.46848 2.37312 4.60307C2.50341 3.68789 2.78819 2.88487 3.46265 2.24788C4.12925 1.61831 4.95628 1.35943 5.89799 1.23986C6.80292 1.12495 7.94925 1.12497 9.35297 1.125H14.647ZM11.2502 15.125L11.2502 3.07495H9.41931C7.93328 3.07495 6.91145 3.0768 6.14381 3.17427C5.39878 3.26888 5.04227 3.43835 4.80176 3.6655C4.56912 3.88522 4.40035 4.19999 4.30385 4.87784C4.20251 5.58973 4.2002 6.54196 4.2002 7.94995L4.2002 13.8C4.2002 14.2948 4.20048 14.7333 4.20525 15.125H11.2502ZM11.2502 16.625V18.675H9.41931C7.93328 18.675 6.91145 18.6731 6.14381 18.5756C5.39878 18.481 5.04227 18.3115 4.80176 18.0844C4.56912 17.8647 4.40035 17.5499 4.30385 16.8721C4.29257 16.7928 4.28251 16.7105 4.27354 16.625H11.2502ZM15.75 9.875C15.75 9.46079 15.4142 9.125 15 9.125C14.5858 9.125 14.25 9.46079 14.25 9.875V11.875C14.25 12.2892 14.5858 12.625 15 12.625C15.4142 12.625 15.75 12.2892 15.75 11.875V9.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 18.875C6.55228 18.875 7 19.3227 7 19.875V21.875C7 22.4273 6.55228 22.875 6 22.875C5.44772 22.875 5 22.4273 5 21.875V19.875C5 19.3227 5.44772 18.875 6 18.875ZM18 18.875C18.5523 18.875 19 19.3227 19 19.875V21.875C19 22.4273 18.5523 22.875 18 22.875C17.4477 22.875 17 22.4273 17 21.875V19.875C17 19.3227 17.4477 18.875 18 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 7.125C9.41421 7.125 9.75 7.46079 9.75 7.875V9.875C9.75 10.2892 9.41421 10.625 9 10.625C8.58579 10.625 8.25 10.2892 8.25 9.875V7.875C8.25 7.46079 8.58579 7.125 9 7.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.647 1.125C16.0507 1.12497 17.1971 1.12495 18.102 1.23986C19.0437 1.35943 19.8708 1.61831 20.5374 2.24788C21.2118 2.88487 21.4966 3.68789 21.6269 4.60307C21.7501 5.46846 21.75 6.56042 21.75 7.87777V13.8721C21.75 15.1895 21.7501 16.2815 21.6269 17.1469C21.4966 18.0621 21.2118 18.8651 20.5374 19.5021C19.8708 20.1317 19.0437 20.3906 18.102 20.5101C17.1971 20.6251 16.0508 20.625 14.647 20.625H9.35301C7.9493 20.625 6.80292 20.6251 5.89799 20.5101C4.95628 20.3906 4.12925 20.1317 3.46265 19.5021C2.78819 18.8651 2.50341 18.0621 2.37312 17.1469C2.3273 16.825 2.29853 16.4718 2.28046 16.0873C2.26064 16.02 2.25 15.9487 2.25 15.875C2.25 15.8211 2.25568 15.7686 2.26648 15.7179C2.24996 15.1618 2.24998 14.5465 2.25 13.8721L2.25 7.8779C2.24996 6.56048 2.24993 5.46848 2.37312 4.60307C2.50341 3.68789 2.78819 2.88487 3.46265 2.24788C4.12925 1.61831 4.95628 1.35943 5.89799 1.23986C6.80292 1.12495 7.94925 1.12497 9.35297 1.125H14.647ZM11.2502 15.125L11.2502 3.07495H9.41931C7.93328 3.07495 6.91145 3.0768 6.14381 3.17427C5.39878 3.26888 5.04227 3.43835 4.80176 3.6655C4.56912 3.88522 4.40035 4.19999 4.30385 4.87784C4.20251 5.58973 4.2002 6.54196 4.2002 7.94995L4.2002 13.8C4.2002 14.2948 4.20048 14.7333 4.20525 15.125H11.2502ZM11.2502 16.625V18.675H9.41931C7.93328 18.675 6.91145 18.6731 6.14381 18.5756C5.39878 18.481 5.04227 18.3115 4.80176 18.0844C4.56912 17.8647 4.40035 17.5499 4.30385 16.8721C4.29257 16.7928 4.28251 16.7105 4.27354 16.625H11.2502ZM15.75 9.875C15.75 9.46079 15.4142 9.125 15 9.125C14.5858 9.125 14.25 9.46079 14.25 9.875V11.875C14.25 12.2892 14.5858 12.625 15 12.625C15.4142 12.625 15.75 12.2892 15.75 11.875V9.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-adventure{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.7597 3.32322C11.4964 3.45229 11.1437 3.65227 10.6207 3.94956C9.52654 4.57149 8.39122 4.94966 7.30362 5.1801C6.28047 5.39689 5.57963 5.54639 5.07622 5.70209C4.55662 5.86278 4.43436 5.97875 4.40919 6.0093C4.36624 6.06144 4.29243 6.18005 4.24783 6.57392C4.20148 6.98311 4.2 7.53499 4.2 8.38147V10.0084C4.2 10.5481 3.76348 10.9856 3.225 10.9856C2.68653 10.9856 2.25 10.5481 2.25 10.0084L2.25 8.32655V8.32651C2.24997 7.55025 2.24994 6.88614 2.31027 6.35346C2.37376 5.79293 2.51614 5.23752 2.90555 4.76481C3.31275 4.27051 3.90872 4.01769 4.50129 3.83442C5.10008 3.64923 5.889 3.48208 6.85208 3.27804L6.90031 3.26782C7.83559 3.06965 8.77383 2.75239 9.65879 2.24936L9.6873 2.23316C10.1745 1.95621 10.5796 1.72598 10.9031 1.5674C11.202 1.42088 11.5913 1.24998 12.0007 1.25C12.4101 1.25002 12.7994 1.42093 13.0983 1.56747C13.4217 1.72606 13.8267 1.9563 14.3139 2.23326L14.3139 2.23328L14.3424 2.24948C14.8108 2.51577 14.9751 3.11222 14.7094 3.58169C14.4438 4.05116 13.8487 4.21588 13.3803 3.94959C12.8574 3.65229 12.5047 3.4523 12.2414 3.32322C12.119 3.26318 12.0423 3.23256 12.0006 3.21727C11.9589 3.23256 11.8822 3.26317 11.7597 3.32322Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7787 10.0455C21.3171 10.0475 21.752 10.4867 21.75 11.0264C21.7439 12.6559 21.7097 13.7349 21.4266 14.7622C21.0259 16.2167 20.2673 17.5538 19.2187 18.6629C18.37 19.5605 17.2654 20.2497 15.3813 21.4252L15.2484 21.5082L15.1315 21.5811C14.345 22.0724 13.7795 22.4257 13.1606 22.5947C12.7811 22.6983 12.3906 22.75 12.0006 22.75C11.4621 22.75 11.0256 22.3125 11.0256 21.7727C11.0256 21.233 11.4621 20.7955 12.0006 20.7955C12.219 20.7955 12.437 20.7665 12.6481 20.7088C12.9559 20.6248 13.2656 20.4431 14.2177 19.8489C16.2737 18.5659 17.148 18.0114 17.8033 17.3184C18.6365 16.4372 19.233 15.3817 19.547 14.242C19.7505 13.5034 19.7938 12.6789 19.8 11.019C19.802 10.4793 20.2402 10.0434 20.7787 10.0455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5677 3.27927C20.2645 3.10508 20.8956 3.73621 20.7214 4.43297L19.957 7.49071C19.8135 8.06477 19.4895 8.57761 19.0327 8.95378L11.651 15.0329L12.1252 15.5071C12.6878 16.0697 13.0039 16.8328 13.0039 17.6284V18C13.0039 18.5523 12.5562 19 12.0039 19C11.4516 19 11.0039 18.5523 11.0039 18V17.6284C11.0039 17.3632 10.8985 17.1089 10.711 16.9213L9.60203 15.8123L7.63568 17.7787C7.90058 18.5635 7.72032 19.4656 7.0949 20.091C6.21622 20.9697 4.7916 20.9697 3.91292 20.091C3.03424 19.2123 3.03424 17.7877 3.91292 16.909C4.53685 16.2851 5.43605 16.1042 6.2196 16.3663L8.18782 14.3981L7.08259 13.2929C6.89505 13.1054 6.6407 13 6.37548 13H6.00391C5.45162 13 5.00391 12.5523 5.00391 12C5.00391 11.4477 5.45162 11 6.00391 11H6.37548C7.17113 11 7.93419 11.3161 8.4968 11.8787L8.96783 12.3497L15.0469 4.96797C15.4231 4.5112 15.9359 4.18722 16.51 4.04371L19.5677 3.27927ZM6.03424 17.9697C5.74134 17.6768 5.26647 17.6768 4.97358 17.9697C4.68068 18.2626 4.68068 18.7374 4.97358 19.0303C5.26647 19.3232 5.74134 19.3232 6.03424 19.0303C6.32713 18.7374 6.32713 18.2626 6.03424 17.9697Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.7597 3.32322C11.4964 3.45229 11.1437 3.65227 10.6207 3.94956C9.52654 4.57149 8.39122 4.94966 7.30362 5.1801C6.28047 5.39689 5.57963 5.54639 5.07622 5.70209C4.55662 5.86278 4.43436 5.97875 4.40919 6.0093C4.36624 6.06144 4.29243 6.18005 4.24783 6.57392C4.20148 6.98311 4.2 7.53499 4.2 8.38147V10.0084C4.2 10.5481 3.76348 10.9856 3.225 10.9856C2.68653 10.9856 2.25 10.5481 2.25 10.0084L2.25 8.32655V8.32651C2.24997 7.55025 2.24994 6.88614 2.31027 6.35346C2.37376 5.79293 2.51614 5.23752 2.90555 4.76481C3.31275 4.27051 3.90872 4.01769 4.50129 3.83442C5.10008 3.64923 5.889 3.48208 6.85208 3.27804L6.90031 3.26782C7.83559 3.06965 8.77383 2.75239 9.65879 2.24936L9.6873 2.23316C10.1745 1.95621 10.5796 1.72598 10.9031 1.5674C11.202 1.42088 11.5913 1.24998 12.0007 1.25C12.4101 1.25002 12.7994 1.42093 13.0983 1.56747C13.4217 1.72606 13.8267 1.9563 14.3139 2.23326L14.3139 2.23328L14.3424 2.24948C14.8108 2.51577 14.9751 3.11222 14.7094 3.58169C14.4438 4.05116 13.8487 4.21588 13.3803 3.94959C12.8574 3.65229 12.5047 3.4523 12.2414 3.32322C12.119 3.26318 12.0423 3.23256 12.0006 3.21727C11.9589 3.23256 11.8822 3.26317 11.7597 3.32322Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7787 10.0455C21.3171 10.0475 21.752 10.4867 21.75 11.0264C21.7439 12.6559 21.7097 13.7349 21.4266 14.7622C21.0259 16.2167 20.2673 17.5538 19.2187 18.6629C18.37 19.5605 17.2654 20.2497 15.3813 21.4252L15.2484 21.5082L15.1315 21.5811C14.345 22.0724 13.7795 22.4257 13.1606 22.5947C12.7811 22.6983 12.3906 22.75 12.0006 22.75C11.4621 22.75 11.0256 22.3125 11.0256 21.7727C11.0256 21.233 11.4621 20.7955 12.0006 20.7955C12.219 20.7955 12.437 20.7665 12.6481 20.7088C12.9559 20.6248 13.2656 20.4431 14.2177 19.8489C16.2737 18.5659 17.148 18.0114 17.8033 17.3184C18.6365 16.4372 19.233 15.3817 19.547 14.242C19.7505 13.5034 19.7938 12.6789 19.8 11.019C19.802 10.4793 20.2402 10.0434 20.7787 10.0455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5677 3.27927C20.2645 3.10508 20.8956 3.73621 20.7214 4.43297L19.957 7.49071C19.8135 8.06477 19.4895 8.57761 19.0327 8.95378L11.651 15.0329L12.1252 15.5071C12.6878 16.0697 13.0039 16.8328 13.0039 17.6284V18C13.0039 18.5523 12.5562 19 12.0039 19C11.4516 19 11.0039 18.5523 11.0039 18V17.6284C11.0039 17.3632 10.8985 17.1089 10.711 16.9213L9.60203 15.8123L7.63568 17.7787C7.90058 18.5635 7.72032 19.4656 7.0949 20.091C6.21622 20.9697 4.7916 20.9697 3.91292 20.091C3.03424 19.2123 3.03424 17.7877 3.91292 16.909C4.53685 16.2851 5.43605 16.1042 6.2196 16.3663L8.18782 14.3981L7.08259 13.2929C6.89505 13.1054 6.6407 13 6.37548 13H6.00391C5.45162 13 5.00391 12.5523 5.00391 12C5.00391 11.4477 5.45162 11 6.00391 11H6.37548C7.17113 11 7.93419 11.3161 8.4968 11.8787L8.96783 12.3497L15.0469 4.96797C15.4231 4.5112 15.9359 4.18722 16.51 4.04371L19.5677 3.27927ZM6.03424 17.9697C5.74134 17.6768 5.26647 17.6768 4.97358 17.9697C4.68068 18.2626 4.68068 18.7374 4.97358 19.0303C5.26647 19.3232 5.74134 19.3232 6.03424 19.0303C6.32713 18.7374 6.32713 18.2626 6.03424 17.9697Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-aircraft-game{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.08767 21.2495C9.80311 21.7526 11.011 21.7513 11.9995 21.75C12.9879 21.7513 14.1949 21.7526 14.9104 21.2495C15.6244 20.7474 15.8552 20.103 16.1351 19.3219C16.1789 19.2001 16.2552 18.9813 16.2949 18.8588L20.2777 20.6267C20.5704 20.7566 20.9132 20.6863 21.1313 20.4518C22.8229 18.6319 22.9623 16.5 22.5583 14.7436C22.1618 13.0199 21.2285 11.5721 20.6078 10.9436C20.4669 10.8009 20.2747 10.7206 20.0742 10.7206C19.8736 10.7206 19.6814 10.8009 19.5405 10.9436C18.9069 11.5853 18.2295 12.6935 17.9464 14.4403C17.9464 14.4403 17.2452 14.1741 17.1124 14.1083C17.0704 14.0927 16.9814 14.0277 16.9613 13.8925C16.9317 13.7283 16.9113 13.5027 16.8791 13.1338C16.6761 10.8042 16.0107 8.57934 15.196 6.72968C14.3855 4.88961 13.4055 3.37172 12.5365 2.47736C12.3953 2.33201 12.2021 2.25 11.9995 2.25C11.7968 2.25 11.6028 2.33201 11.4616 2.47736C10.5926 3.37172 9.6125 4.88961 8.80205 6.72968C7.98737 8.57934 7.322 10.8042 7.11893 13.1338C7.08677 13.5027 7.06636 13.7283 7.03671 13.8925C7.01666 14.0277 6.92767 14.0927 6.88567 14.1083C6.75285 14.1741 6.0516 14.4403 6.0516 14.4403C5.76851 12.6935 5.09114 11.5853 4.45754 10.9436C4.31663 10.8009 4.12443 10.7206 3.92388 10.7206C3.72333 10.7206 3.53113 10.8009 3.39022 10.9436C2.76958 11.5721 1.83627 13.0199 1.43979 14.7436C1.0358 16.5 1.17519 18.6319 2.86677 20.4518C3.0848 20.6863 3.4277 20.7566 3.72039 20.6267L7.7031 18.8588C7.74283 18.9813 7.8192 19.2001 7.86298 19.3219C8.14283 20.103 8.37366 20.7474 9.08767 21.2495ZM13 10C13 9.44772 12.5523 9 12 9C11.4477 9 11 9.44772 11 10V11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11V10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 3.25C5 2.69772 4.55228 2.25 4 2.25C3.44772 2.25 3 2.69772 3 3.25V4.25C3 4.80228 3.44772 5.25 4 5.25C4.55228 5.25 5 4.80228 5 4.25V3.25ZM5 7.25C5 6.69772 4.55228 6.25 4 6.25C3.44772 6.25 3 6.69772 3 7.25V8.25C3 8.80228 3.44772 9.25 4 9.25C4.55228 9.25 5 8.80228 5 8.25V7.25ZM21 3.25C21 2.69772 20.5523 2.25 20 2.25C19.4477 2.25 19 2.69772 19 3.25V4.25C19 4.80228 19.4477 5.25 20 5.25C20.5523 5.25 21 4.80228 21 4.25V3.25ZM21 7.25C21 6.69772 20.5523 6.25 20 6.25C19.4477 6.25 19 6.69772 19 7.25V8.25C19 8.80228 19.4477 9.25 20 9.25C20.5523 9.25 21 8.80228 21 8.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.08767 21.2495C9.80311 21.7526 11.011 21.7513 11.9995 21.75C12.9879 21.7513 14.1949 21.7526 14.9104 21.2495C15.6244 20.7474 15.8552 20.103 16.1351 19.3219C16.1789 19.2001 16.2552 18.9813 16.2949 18.8588L20.2777 20.6267C20.5704 20.7566 20.9132 20.6863 21.1313 20.4518C22.8229 18.6319 22.9623 16.5 22.5583 14.7436C22.1618 13.0199 21.2285 11.5721 20.6078 10.9436C20.4669 10.8009 20.2747 10.7206 20.0742 10.7206C19.8736 10.7206 19.6814 10.8009 19.5405 10.9436C18.9069 11.5853 18.2295 12.6935 17.9464 14.4403C17.9464 14.4403 17.2452 14.1741 17.1124 14.1083C17.0704 14.0927 16.9814 14.0277 16.9613 13.8925C16.9317 13.7283 16.9113 13.5027 16.8791 13.1338C16.6761 10.8042 16.0107 8.57934 15.196 6.72968C14.3855 4.88961 13.4055 3.37172 12.5365 2.47736C12.3953 2.33201 12.2021 2.25 11.9995 2.25C11.7968 2.25 11.6028 2.33201 11.4616 2.47736C10.5926 3.37172 9.6125 4.88961 8.80205 6.72968C7.98737 8.57934 7.322 10.8042 7.11893 13.1338C7.08677 13.5027 7.06636 13.7283 7.03671 13.8925C7.01666 14.0277 6.92767 14.0927 6.88567 14.1083C6.75285 14.1741 6.0516 14.4403 6.0516 14.4403C5.76851 12.6935 5.09114 11.5853 4.45754 10.9436C4.31663 10.8009 4.12443 10.7206 3.92388 10.7206C3.72333 10.7206 3.53113 10.8009 3.39022 10.9436C2.76958 11.5721 1.83627 13.0199 1.43979 14.7436C1.0358 16.5 1.17519 18.6319 2.86677 20.4518C3.0848 20.6863 3.4277 20.7566 3.72039 20.6267L7.7031 18.8588C7.74283 18.9813 7.8192 19.2001 7.86298 19.3219C8.14283 20.103 8.37366 20.7474 9.08767 21.2495ZM13 10C13 9.44772 12.5523 9 12 9C11.4477 9 11 9.44772 11 10V11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11V10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 3.25C5 2.69772 4.55228 2.25 4 2.25C3.44772 2.25 3 2.69772 3 3.25V4.25C3 4.80228 3.44772 5.25 4 5.25C4.55228 5.25 5 4.80228 5 4.25V3.25ZM5 7.25C5 6.69772 4.55228 6.25 4 6.25C3.44772 6.25 3 6.69772 3 7.25V8.25C3 8.80228 3.44772 9.25 4 9.25C4.55228 9.25 5 8.80228 5 8.25V7.25ZM21 3.25C21 2.69772 20.5523 2.25 20 2.25C19.4477 2.25 19 2.69772 19 3.25V4.25C19 4.80228 19.4477 5.25 20 5.25C20.5523 5.25 21 4.80228 21 4.25V3.25ZM21 7.25C21 6.69772 20.5523 6.25 20 6.25C19.4477 6.25 19 6.69772 19 7.25V8.25C19 8.80228 19.4477 9.25 20 9.25C20.5523 9.25 21 8.80228 21 8.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-american-football{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.3771 3.20879C19.6221 2.96383 19.7445 2.84136 19.7176 2.68773C19.6907 2.5341 19.5461 2.4663 19.2569 2.33071C18.8801 2.15404 18.4815 2.02509 18.0706 1.94928L18.0577 1.94713C13.6392 1.21132 8.98147 2.5473 5.76883 5.75466C2.55686 8.96136 1.21347 13.6158 1.94423 18.0345L1.94677 18.0483C2.02387 18.466 2.15592 18.8709 2.3372 19.2532C2.47358 19.5408 2.54177 19.6846 2.69504 19.7111C2.84832 19.7376 2.97037 19.6155 3.21446 19.3714L8.66152 13.9244C8.86152 13.7244 8.96152 13.6244 8.96152 13.5001C8.96152 13.3759 8.86152 13.2759 8.66152 13.0759L8.29278 12.7071C7.90226 12.3166 7.90226 11.6834 8.29278 11.2929C8.6833 10.9024 9.31647 10.9024 9.70699 11.2929L10.0757 11.6616C10.2757 11.8616 10.3757 11.9616 10.5 11.9616C10.6243 11.9616 10.7243 11.8616 10.9243 11.6616L11.6615 10.9244C11.8615 10.7244 11.9615 10.6244 11.9615 10.5001C11.9615 10.3759 11.8615 10.2759 11.6615 10.0759L11.2928 9.70711C10.9023 9.31658 10.9023 8.68342 11.2928 8.29289C11.6833 7.90237 12.3165 7.90237 12.707 8.29289L13.0757 8.66164C13.2757 8.86164 13.3757 8.96164 13.5 8.96164C13.6243 8.96164 13.7243 8.86164 13.9243 8.66164L19.3771 3.20879Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.6657 4.74948C21.5309 4.45877 21.4635 4.31342 21.3095 4.2861C21.1556 4.25878 21.0327 4.38166 20.7869 4.62743L15.3385 10.0759C15.1385 10.2759 15.0385 10.3759 15.0385 10.5001C15.0385 10.6244 15.1385 10.7244 15.3385 10.9244L15.707 11.2929C16.0975 11.6834 16.0975 12.3166 15.707 12.7071C15.3165 13.0976 14.6833 13.0976 14.2928 12.7071L13.9243 12.3386C13.7243 12.1386 13.6243 12.0386 13.5 12.0386C13.3757 12.0386 13.2757 12.1386 13.0757 12.3386L12.3385 13.0759C12.1385 13.2759 12.0385 13.3759 12.0385 13.5001C12.0385 13.6244 12.1385 13.7244 12.3385 13.9244L12.707 14.2929C13.0975 14.6834 13.0975 15.3166 12.707 15.7071C12.3165 16.0976 11.6833 16.0976 11.2928 15.7071L10.9243 15.3386C10.7243 15.1386 10.6243 15.0386 10.5 15.0386C10.3757 15.0386 10.2757 15.1386 10.0757 15.3386L4.64274 20.7716C4.39609 21.0182 4.27277 21.1416 4.30051 21.2959C4.32825 21.4502 4.47442 21.5172 4.76677 21.6512C5.13133 21.8182 5.51578 21.9408 5.91171 22.0141C10.3235 22.8561 15.0522 21.4099 18.2209 18.2106C21.4639 15.0195 22.8067 10.3449 22.0394 5.92352L22.0379 5.91563C21.9634 5.51202 21.8376 5.12034 21.6657 4.74948Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.3771 3.20879C19.6221 2.96383 19.7445 2.84136 19.7176 2.68773C19.6907 2.5341 19.5461 2.4663 19.2569 2.33071C18.8801 2.15404 18.4815 2.02509 18.0706 1.94928L18.0577 1.94713C13.6392 1.21132 8.98147 2.5473 5.76883 5.75466C2.55686 8.96136 1.21347 13.6158 1.94423 18.0345L1.94677 18.0483C2.02387 18.466 2.15592 18.8709 2.3372 19.2532C2.47358 19.5408 2.54177 19.6846 2.69504 19.7111C2.84832 19.7376 2.97037 19.6155 3.21446 19.3714L8.66152 13.9244C8.86152 13.7244 8.96152 13.6244 8.96152 13.5001C8.96152 13.3759 8.86152 13.2759 8.66152 13.0759L8.29278 12.7071C7.90226 12.3166 7.90226 11.6834 8.29278 11.2929C8.6833 10.9024 9.31647 10.9024 9.70699 11.2929L10.0757 11.6616C10.2757 11.8616 10.3757 11.9616 10.5 11.9616C10.6243 11.9616 10.7243 11.8616 10.9243 11.6616L11.6615 10.9244C11.8615 10.7244 11.9615 10.6244 11.9615 10.5001C11.9615 10.3759 11.8615 10.2759 11.6615 10.0759L11.2928 9.70711C10.9023 9.31658 10.9023 8.68342 11.2928 8.29289C11.6833 7.90237 12.3165 7.90237 12.707 8.29289L13.0757 8.66164C13.2757 8.86164 13.3757 8.96164 13.5 8.96164C13.6243 8.96164 13.7243 8.86164 13.9243 8.66164L19.3771 3.20879Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.6657 4.74948C21.5309 4.45877 21.4635 4.31342 21.3095 4.2861C21.1556 4.25878 21.0327 4.38166 20.7869 4.62743L15.3385 10.0759C15.1385 10.2759 15.0385 10.3759 15.0385 10.5001C15.0385 10.6244 15.1385 10.7244 15.3385 10.9244L15.707 11.2929C16.0975 11.6834 16.0975 12.3166 15.707 12.7071C15.3165 13.0976 14.6833 13.0976 14.2928 12.7071L13.9243 12.3386C13.7243 12.1386 13.6243 12.0386 13.5 12.0386C13.3757 12.0386 13.2757 12.1386 13.0757 12.3386L12.3385 13.0759C12.1385 13.2759 12.0385 13.3759 12.0385 13.5001C12.0385 13.6244 12.1385 13.7244 12.3385 13.9244L12.707 14.2929C13.0975 14.6834 13.0975 15.3166 12.707 15.7071C12.3165 16.0976 11.6833 16.0976 11.2928 15.7071L10.9243 15.3386C10.7243 15.1386 10.6243 15.0386 10.5 15.0386C10.3757 15.0386 10.2757 15.1386 10.0757 15.3386L4.64274 20.7716C4.39609 21.0182 4.27277 21.1416 4.30051 21.2959C4.32825 21.4502 4.47442 21.5172 4.76677 21.6512C5.13133 21.8182 5.51578 21.9408 5.91171 22.0141C10.3235 22.8561 15.0522 21.4099 18.2209 18.2106C21.4639 15.0195 22.8067 10.3449 22.0394 5.92352L22.0379 5.91563C21.9634 5.51202 21.8376 5.12034 21.6657 4.74948Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-angry-bird{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.8306 16.3847C22.9378 16.0873 22.847 15.7546 22.6035 15.5529L20.7027 13.9779C20.0817 13.4633 19.5596 13.0307 19.0945 12.7384C18.6003 12.4279 18.0898 12.2223 17.4927 12.2529C16.8945 12.2836 16.4095 12.5412 15.9533 12.9023C15.5253 13.2411 15.0578 13.7253 14.5034 14.2996C14.2839 14.5269 13.8785 14.9467 13.728 15.1445C13.5627 15.3619 13.4017 15.6389 13.3783 15.9955C13.3718 16.0951 13.375 16.195 13.3878 16.2939C13.4337 16.6474 13.6113 16.9138 13.7893 17.1208C13.9517 17.3096 14.2354 17.5707 14.4692 17.786C15.0885 18.3561 15.6045 18.8312 16.0629 19.1582C16.5445 19.5017 17.0486 19.7465 17.6478 19.7498C17.8257 19.7509 18.0035 19.7347 18.1783 19.7015C18.7692 19.5892 19.2165 19.2546 19.6191 18.827C19.7101 18.7304 19.7557 18.682 19.769 18.635C19.7939 18.5472 19.7498 18.4451 19.6688 18.403C19.6254 18.3805 19.5544 18.3805 19.4124 18.3805H17.9512C17.537 18.3805 17.2012 18.0447 17.2012 17.6305C17.2012 17.2163 17.537 16.8805 17.9512 16.8805H21.1167C21.1167 16.8805 21.1167 16.8805 21.1167 16.8805L22.125 16.8804C22.4412 16.8804 22.7234 16.6822 22.8306 16.3847Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.1373 12.4999C20.6871 12.4999 21.1328 12.0522 21.1328 11.4999C21.1328 10.9476 20.6871 10.4999 20.1373 10.4999H20.1283C19.5785 10.4999 19.1328 10.9476 19.1328 11.4999C19.1328 12.0522 19.5785 12.4999 20.1283 12.4999H20.1373ZM13.1373 12.9999C13.6871 12.9999 14.1328 12.5522 14.1328 11.9999C14.1328 11.4476 13.6871 10.9999 13.1373 10.9999H13.1283C12.5785 10.9999 12.1328 11.4476 12.1328 11.9999C12.1328 12.5522 12.5785 12.9999 13.1283 12.9999H13.1373Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.3781 2.03262C9.84377 1.89297 9.29739 2.21292 9.15774 2.74726C9.01809 3.2816 9.33804 3.82797 9.87238 3.96762C10.7328 4.1925 11.2696 4.60977 11.6152 5.0745C11.3348 5.11576 11.058 5.17354 10.7853 5.24629C10.0281 4.50493 8.18381 3.52281 5.82596 4.26244C5.29899 4.42774 5.00581 4.98893 5.17111 5.5159C5.33641 6.04287 5.89761 6.33605 6.42457 6.17075C7.30873 5.8934 8.04893 5.99772 8.57862 6.19542C7.74988 6.69293 6.99566 7.31453 6.3462 7.99915C5.26715 9.13664 4.40474 10.5245 3.9583 11.9468L2.95727 10.4453C2.65092 9.98576 2.03005 9.86158 1.57052 10.1679C1.11099 10.4743 0.986816 11.0952 1.29317 11.5547L2.66481 13.6122L1.67801 14.1056C1.18403 14.3525 0.983803 14.9532 1.23079 15.4472C1.47778 15.9412 2.07845 16.1414 2.57243 15.8944L3.73812 15.3116C4.46081 19.417 8.53177 21.9999 12.625 21.9999C13.1876 21.9999 13.7452 21.9524 14.2907 21.8608C14.8353 21.7693 15.2027 21.2536 15.1112 20.7089C15.0197 20.1642 14.504 19.7969 13.9593 19.8884C13.522 19.9619 13.0753 19.9999 12.625 19.9999C8.85427 19.9999 5.625 17.4247 5.625 13.9999C5.625 12.5819 6.43096 10.8158 7.79719 9.3756C9.15645 7.94274 10.9112 6.99988 12.625 6.99988C13.9814 6.99988 15.3621 7.59162 16.5479 8.54141L13.429 7.54725C12.9028 7.37953 12.3402 7.67013 12.1725 8.19633C12.0048 8.72253 12.2954 9.28507 12.8216 9.45279L17.5275 10.9528C17.8029 11.0406 18.103 11.0049 18.3501 10.8548L21.6442 8.85481C22.1163 8.56819 22.2667 7.95313 21.9801 7.48105C21.6934 7.00896 21.0784 6.85861 20.6063 7.14524L19.0109 8.11384C17.6698 6.66113 15.8724 5.48092 13.8892 5.1165C13.4534 3.98183 12.512 2.59032 10.3781 2.03262Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.8306 16.3847C22.9378 16.0873 22.847 15.7546 22.6035 15.5529L20.7027 13.9779C20.0817 13.4633 19.5596 13.0307 19.0945 12.7384C18.6003 12.4279 18.0898 12.2223 17.4927 12.2529C16.8945 12.2836 16.4095 12.5412 15.9533 12.9023C15.5253 13.2411 15.0578 13.7253 14.5034 14.2996C14.2839 14.5269 13.8785 14.9467 13.728 15.1445C13.5627 15.3619 13.4017 15.6389 13.3783 15.9955C13.3718 16.0951 13.375 16.195 13.3878 16.2939C13.4337 16.6474 13.6113 16.9138 13.7893 17.1208C13.9517 17.3096 14.2354 17.5707 14.4692 17.786C15.0885 18.3561 15.6045 18.8312 16.0629 19.1582C16.5445 19.5017 17.0486 19.7465 17.6478 19.7498C17.8257 19.7509 18.0035 19.7347 18.1783 19.7015C18.7692 19.5892 19.2165 19.2546 19.6191 18.827C19.7101 18.7304 19.7557 18.682 19.769 18.635C19.7939 18.5472 19.7498 18.4451 19.6688 18.403C19.6254 18.3805 19.5544 18.3805 19.4124 18.3805H17.9512C17.537 18.3805 17.2012 18.0447 17.2012 17.6305C17.2012 17.2163 17.537 16.8805 17.9512 16.8805H21.1167C21.1167 16.8805 21.1167 16.8805 21.1167 16.8805L22.125 16.8804C22.4412 16.8804 22.7234 16.6822 22.8306 16.3847Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.1373 12.4999C20.6871 12.4999 21.1328 12.0522 21.1328 11.4999C21.1328 10.9476 20.6871 10.4999 20.1373 10.4999H20.1283C19.5785 10.4999 19.1328 10.9476 19.1328 11.4999C19.1328 12.0522 19.5785 12.4999 20.1283 12.4999H20.1373ZM13.1373 12.9999C13.6871 12.9999 14.1328 12.5522 14.1328 11.9999C14.1328 11.4476 13.6871 10.9999 13.1373 10.9999H13.1283C12.5785 10.9999 12.1328 11.4476 12.1328 11.9999C12.1328 12.5522 12.5785 12.9999 13.1283 12.9999H13.1373Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.3781 2.03262C9.84377 1.89297 9.29739 2.21292 9.15774 2.74726C9.01809 3.2816 9.33804 3.82797 9.87238 3.96762C10.7328 4.1925 11.2696 4.60977 11.6152 5.0745C11.3348 5.11576 11.058 5.17354 10.7853 5.24629C10.0281 4.50493 8.18381 3.52281 5.82596 4.26244C5.29899 4.42774 5.00581 4.98893 5.17111 5.5159C5.33641 6.04287 5.89761 6.33605 6.42457 6.17075C7.30873 5.8934 8.04893 5.99772 8.57862 6.19542C7.74988 6.69293 6.99566 7.31453 6.3462 7.99915C5.26715 9.13664 4.40474 10.5245 3.9583 11.9468L2.95727 10.4453C2.65092 9.98576 2.03005 9.86158 1.57052 10.1679C1.11099 10.4743 0.986816 11.0952 1.29317 11.5547L2.66481 13.6122L1.67801 14.1056C1.18403 14.3525 0.983803 14.9532 1.23079 15.4472C1.47778 15.9412 2.07845 16.1414 2.57243 15.8944L3.73812 15.3116C4.46081 19.417 8.53177 21.9999 12.625 21.9999C13.1876 21.9999 13.7452 21.9524 14.2907 21.8608C14.8353 21.7693 15.2027 21.2536 15.1112 20.7089C15.0197 20.1642 14.504 19.7969 13.9593 19.8884C13.522 19.9619 13.0753 19.9999 12.625 19.9999C8.85427 19.9999 5.625 17.4247 5.625 13.9999C5.625 12.5819 6.43096 10.8158 7.79719 9.3756C9.15645 7.94274 10.9112 6.99988 12.625 6.99988C13.9814 6.99988 15.3621 7.59162 16.5479 8.54141L13.429 7.54725C12.9028 7.37953 12.3402 7.67013 12.1725 8.19633C12.0048 8.72253 12.2954 9.28507 12.8216 9.45279L17.5275 10.9528C17.8029 11.0406 18.103 11.0049 18.3501 10.8548L21.6442 8.85481C22.1163 8.56819 22.2667 7.95313 21.9801 7.48105C21.6934 7.00896 21.0784 6.85861 20.6063 7.14524L19.0109 8.11384C17.6698 6.66113 15.8724 5.48092 13.8892 5.1165C13.4534 3.98183 12.512 2.59032 10.3781 2.03262Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-archer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.43521 2.17472C2.83237 1.90284 3.36687 1.95245 3.70721 2.29279C3.99739 2.58297 5.43805 3.46618 7.89465 2.90889C8.18307 2.84346 8.49367 2.76734 8.81318 2.68904C9.36885 2.55287 9.95148 2.41009 10.4912 2.30544C11.3727 2.13454 12.3152 2.02427 13.2439 2.15353C14.1976 2.28628 15.1162 2.66897 15.929 3.44021C16.6423 4.11709 17.2335 5.05439 17.715 6.28501C18.9456 6.76649 19.8829 7.3577 20.5598 8.07104C21.331 8.88382 21.7137 9.80241 21.8465 10.7561C21.9757 11.6848 21.8654 12.6273 21.6946 13.5087C21.5899 14.0485 21.4471 14.6311 21.311 15.1868C21.2327 15.5063 21.1565 15.8169 21.0911 16.1053C20.5338 18.5619 21.417 20.0026 21.7072 20.2928C22.0476 20.6332 22.0972 21.1677 21.8252 21.5649C21.5532 21.9621 21.0369 22.1091 20.5965 21.9148L11.5965 17.9442C11.0912 17.7213 10.8623 17.131 11.0852 16.6257C11.3081 16.1204 11.8984 15.8915 12.4037 16.1144L19.0389 19.0417C18.861 18.1001 18.8458 16.9627 19.1407 15.6629C19.2237 15.2966 19.3077 14.9556 19.3887 14.6263C19.5145 14.1153 19.6333 13.6326 19.7311 13.1281C19.8859 12.3296 19.9501 11.6393 19.8656 11.0318C19.7845 10.4494 19.5651 9.92838 19.109 9.44769C18.6382 8.9516 17.8676 8.44901 16.6061 8.00676C16.3193 7.90621 16.0938 7.6807 15.9932 7.39389C15.551 6.13235 15.0484 5.36175 14.5523 4.89102C14.0716 4.4349 13.5506 4.21551 12.9682 4.13444C12.3607 4.04988 11.6704 4.11406 10.8719 4.26887C10.3674 4.3667 9.88471 4.48549 9.37375 4.61125C9.04444 4.6923 8.70337 4.77624 8.33712 4.85933C7.03691 5.15429 5.89911 5.139 4.95739 4.9609L7.91514 11.6706C8.13791 12.176 7.90883 12.7662 7.40346 12.989C6.8981 13.2118 6.30783 12.9827 6.08506 12.4773L2.08506 3.40326C1.89092 2.96284 2.03805 2.44661 2.43521 2.17472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6 17.9999H3L6 14.9999H9V17.9999L6 20.9999V17.9999Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1.99991C17.4477 1.99991 17 2.44763 17 2.99991C17 3.2971 17.1296 3.564 17.3354 3.74717L18.087 4.49871L8.33582 14.2499H6.00002C5.80111 14.2499 5.61034 14.3289 5.46969 14.4695L2.46969 17.4695C2.25519 17.684 2.19103 18.0066 2.30711 18.2869C2.4232 18.5671 2.69668 18.7499 3.00002 18.7499H5.25002V20.9999C5.25002 21.3032 5.43275 21.5767 5.71301 21.6928C5.99327 21.8089 6.31585 21.7447 6.53035 21.5302L9.53035 18.5302C9.671 18.3896 9.75002 18.1988 9.75002 17.9999V15.6641L19.5012 5.91292L20.3357 6.74739C20.5123 6.90449 20.745 6.99991 21 6.99991C21.5523 6.99991 22 6.5522 22 5.99991V3.99991L22 3.96053V3.96048V3.96046C22.0001 3.7606 22.0003 3.52266 21.9728 3.31803C21.9396 3.07098 21.8507 2.72924 21.5607 2.43925C21.2707 2.14926 20.9289 2.06035 20.6819 2.02713C20.4772 1.99962 20.2393 1.99977 20.0394 1.9999L20 1.99991H18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.43521 2.17472C2.83237 1.90284 3.36687 1.95245 3.70721 2.29279C3.99739 2.58297 5.43805 3.46618 7.89465 2.90889C8.18307 2.84346 8.49367 2.76734 8.81318 2.68904C9.36885 2.55287 9.95148 2.41009 10.4912 2.30544C11.3727 2.13454 12.3152 2.02427 13.2439 2.15353C14.1976 2.28628 15.1162 2.66897 15.929 3.44021C16.6423 4.11709 17.2335 5.05439 17.715 6.28501C18.9456 6.76649 19.8829 7.3577 20.5598 8.07104C21.331 8.88382 21.7137 9.80241 21.8465 10.7561C21.9757 11.6848 21.8654 12.6273 21.6946 13.5087C21.5899 14.0485 21.4471 14.6311 21.311 15.1868C21.2327 15.5063 21.1565 15.8169 21.0911 16.1053C20.5338 18.5619 21.417 20.0026 21.7072 20.2928C22.0476 20.6332 22.0972 21.1677 21.8252 21.5649C21.5532 21.9621 21.0369 22.1091 20.5965 21.9148L11.5965 17.9442C11.0912 17.7213 10.8623 17.131 11.0852 16.6257C11.3081 16.1204 11.8984 15.8915 12.4037 16.1144L19.0389 19.0417C18.861 18.1001 18.8458 16.9627 19.1407 15.6629C19.2237 15.2966 19.3077 14.9556 19.3887 14.6263C19.5145 14.1153 19.6333 13.6326 19.7311 13.1281C19.8859 12.3296 19.9501 11.6393 19.8656 11.0318C19.7845 10.4494 19.5651 9.92838 19.109 9.44769C18.6382 8.9516 17.8676 8.44901 16.6061 8.00676C16.3193 7.90621 16.0938 7.6807 15.9932 7.39389C15.551 6.13235 15.0484 5.36175 14.5523 4.89102C14.0716 4.4349 13.5506 4.21551 12.9682 4.13444C12.3607 4.04988 11.6704 4.11406 10.8719 4.26887C10.3674 4.3667 9.88471 4.48549 9.37375 4.61125C9.04444 4.6923 8.70337 4.77624 8.33712 4.85933C7.03691 5.15429 5.89911 5.139 4.95739 4.9609L7.91514 11.6706C8.13791 12.176 7.90883 12.7662 7.40346 12.989C6.8981 13.2118 6.30783 12.9827 6.08506 12.4773L2.08506 3.40326C1.89092 2.96284 2.03805 2.44661 2.43521 2.17472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6 17.9999H3L6 14.9999H9V17.9999L6 20.9999V17.9999Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1.99991C17.4477 1.99991 17 2.44763 17 2.99991C17 3.2971 17.1296 3.564 17.3354 3.74717L18.087 4.49871L8.33582 14.2499H6.00002C5.80111 14.2499 5.61034 14.3289 5.46969 14.4695L2.46969 17.4695C2.25519 17.684 2.19103 18.0066 2.30711 18.2869C2.4232 18.5671 2.69668 18.7499 3.00002 18.7499H5.25002V20.9999C5.25002 21.3032 5.43275 21.5767 5.71301 21.6928C5.99327 21.8089 6.31585 21.7447 6.53035 21.5302L9.53035 18.5302C9.671 18.3896 9.75002 18.1988 9.75002 17.9999V15.6641L19.5012 5.91292L20.3357 6.74739C20.5123 6.90449 20.745 6.99991 21 6.99991C21.5523 6.99991 22 6.5522 22 5.99991V3.99991L22 3.96053V3.96048V3.96046C22.0001 3.7606 22.0003 3.52266 21.9728 3.31803C21.9396 3.07098 21.8507 2.72924 21.5607 2.43925C21.2707 2.14926 20.9289 2.06035 20.6819 2.02713C20.4772 1.99962 20.2393 1.99977 20.0394 1.9999L20 1.99991H18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-armored-boot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6338 1.25011C12.1763 1.25471 12.7039 1.38478 13.1796 1.79068C13.675 2.21343 13.876 2.75306 13.9622 3.3034C14.0387 3.79154 14.0386 4.39234 14.0385 5.04718L14.0385 10.6502C14.0385 12.1106 14.0597 12.5327 14.2154 12.8731C14.3671 13.2047 14.6245 13.4652 15.012 13.7127L17.0741 14.7115C17.6175 14.9524 18.2188 15.219 18.7597 15.524C20.2644 16.3723 21.3212 17.8375 21.6472 19.5332C21.7443 20.0387 21.8314 20.764 21.618 21.4102C21.5025 21.7598 21.2881 22.1191 20.9178 22.3827C20.5495 22.6448 20.1144 22.75 19.6664 22.75H9.05958C7.72658 22.75 6.62888 22.75 5.76041 22.6338C4.84968 22.5118 4.04618 22.2462 3.40235 21.605C2.75766 20.9629 2.48981 20.1601 2.36696 19.2501C2.25003 18.3839 2.25006 17.2895 2.2501 15.9628L2.25008 13.35C2.25008 13.0672 2.25008 12.9257 2.33795 12.8379C2.42582 12.75 2.56724 12.75 2.85008 12.75H5.00098C5.41519 12.75 5.75098 12.4142 5.75098 12C5.75098 11.5858 5.41519 11.25 5.00098 11.25H2.85007C2.56723 11.25 2.42581 11.25 2.33794 11.1621C2.25007 11.0743 2.25007 10.9328 2.25007 10.65L2.25006 9.85C2.25006 9.56716 2.25006 9.42574 2.33793 9.33787C2.4258 9.25 2.56722 9.25 2.85006 9.25H6.05957C6.47378 9.25 6.80957 8.91421 6.80957 8.5C6.80957 8.08579 6.47378 7.75 6.05957 7.75H2.84622C2.5671 7.75 2.42755 7.75 2.34006 7.66425C2.33863 7.66285 2.33721 7.66143 2.3358 7.65999C2.25005 7.57251 2.25005 7.43295 2.25005 7.15383C2.24953 6.63966 2.24905 6.17045 2.48249 5.61805C2.71502 5.06782 2.97531 4.81542 3.27126 4.52845C4.49808 3.33877 6.70714 1.98367 9.99078 1.44125C10.5598 1.34714 11.1702 1.24618 11.6338 1.25011ZM12.9574 14.8459C11.5939 15.0968 10.3792 15.8179 9.5829 16.7446C9.27114 17.1466 8.92047 17.4416 8.51019 17.5964C8.08559 17.7566 7.6818 17.7349 7.33323 17.6503C7.01855 17.5738 6.80538 17.4885 6.48667 17.3312C6.46771 17.3219 6.45823 17.3172 6.44993 17.3124C6.44168 17.3077 6.42792 17.2985 6.40051 17.2804C6.1731 17.1294 5.67714 16.9028 5.21312 17.0205C5.05744 17.0459 4.83478 17.1052 4.61926 17.17C4.42319 17.2288 4.32516 17.2583 4.26563 17.3406C4.20611 17.4228 4.20888 17.5275 4.21443 17.7368C4.22744 18.2278 4.25238 18.6367 4.29981 18.9881C4.39309 19.6791 4.55747 19.9997 4.77727 20.2186C4.99792 20.4383 5.32233 20.6032 6.01908 20.6965C6.74325 20.7935 7.70985 20.7955 9.1286 20.7955H14.8624C15.0984 20.7955 15.2163 20.7955 15.2976 20.7323C15.3788 20.6691 15.4098 20.547 15.4717 20.3029C15.7447 19.2262 16.2499 18.3647 16.8131 17.7063C17.0986 17.3726 17.2414 17.2057 17.2093 17.0597C17.1772 16.9138 16.992 16.8289 16.6218 16.659L15.3752 16.0871C14.9414 15.8898 14.4235 15.6542 13.9647 15.3612C13.7933 15.2517 13.6222 15.1298 13.457 14.9924C13.3384 14.8937 13.2791 14.8443 13.2145 14.8274C13.1499 14.8105 13.0858 14.8223 12.9574 14.8459ZM9 6C9 5.44772 9.44772 5 10 5H10.009C10.5613 5 11.009 5.44772 11.009 6C11.009 6.55228 10.5613 7 10.009 7H10C9.44772 7 9 6.55228 9 6ZM10 9C9.44772 9 9 9.44771 9 10C9 10.5523 9.44772 11 10 11H10.009C10.5613 11 11.009 10.5523 11.009 10C11.009 9.44771 10.5613 9 10.009 9H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6338 1.25011C12.1763 1.25471 12.7039 1.38478 13.1796 1.79068C13.675 2.21343 13.876 2.75306 13.9622 3.3034C14.0387 3.79154 14.0386 4.39234 14.0385 5.04718L14.0385 10.6502C14.0385 12.1106 14.0597 12.5327 14.2154 12.8731C14.3671 13.2047 14.6245 13.4652 15.012 13.7127L17.0741 14.7115C17.6175 14.9524 18.2188 15.219 18.7597 15.524C20.2644 16.3723 21.3212 17.8375 21.6472 19.5332C21.7443 20.0387 21.8314 20.764 21.618 21.4102C21.5025 21.7598 21.2881 22.1191 20.9178 22.3827C20.5495 22.6448 20.1144 22.75 19.6664 22.75H9.05958C7.72658 22.75 6.62888 22.75 5.76041 22.6338C4.84968 22.5118 4.04618 22.2462 3.40235 21.605C2.75766 20.9629 2.48981 20.1601 2.36696 19.2501C2.25003 18.3839 2.25006 17.2895 2.2501 15.9628L2.25008 13.35C2.25008 13.0672 2.25008 12.9257 2.33795 12.8379C2.42582 12.75 2.56724 12.75 2.85008 12.75H5.00098C5.41519 12.75 5.75098 12.4142 5.75098 12C5.75098 11.5858 5.41519 11.25 5.00098 11.25H2.85007C2.56723 11.25 2.42581 11.25 2.33794 11.1621C2.25007 11.0743 2.25007 10.9328 2.25007 10.65L2.25006 9.85C2.25006 9.56716 2.25006 9.42574 2.33793 9.33787C2.4258 9.25 2.56722 9.25 2.85006 9.25H6.05957C6.47378 9.25 6.80957 8.91421 6.80957 8.5C6.80957 8.08579 6.47378 7.75 6.05957 7.75H2.84622C2.5671 7.75 2.42755 7.75 2.34006 7.66425C2.33863 7.66285 2.33721 7.66143 2.3358 7.65999C2.25005 7.57251 2.25005 7.43295 2.25005 7.15383C2.24953 6.63966 2.24905 6.17045 2.48249 5.61805C2.71502 5.06782 2.97531 4.81542 3.27126 4.52845C4.49808 3.33877 6.70714 1.98367 9.99078 1.44125C10.5598 1.34714 11.1702 1.24618 11.6338 1.25011ZM12.9574 14.8459C11.5939 15.0968 10.3792 15.8179 9.5829 16.7446C9.27114 17.1466 8.92047 17.4416 8.51019 17.5964C8.08559 17.7566 7.6818 17.7349 7.33323 17.6503C7.01855 17.5738 6.80538 17.4885 6.48667 17.3312C6.46771 17.3219 6.45823 17.3172 6.44993 17.3124C6.44168 17.3077 6.42792 17.2985 6.40051 17.2804C6.1731 17.1294 5.67714 16.9028 5.21312 17.0205C5.05744 17.0459 4.83478 17.1052 4.61926 17.17C4.42319 17.2288 4.32516 17.2583 4.26563 17.3406C4.20611 17.4228 4.20888 17.5275 4.21443 17.7368C4.22744 18.2278 4.25238 18.6367 4.29981 18.9881C4.39309 19.6791 4.55747 19.9997 4.77727 20.2186C4.99792 20.4383 5.32233 20.6032 6.01908 20.6965C6.74325 20.7935 7.70985 20.7955 9.1286 20.7955H14.8624C15.0984 20.7955 15.2163 20.7955 15.2976 20.7323C15.3788 20.6691 15.4098 20.547 15.4717 20.3029C15.7447 19.2262 16.2499 18.3647 16.8131 17.7063C17.0986 17.3726 17.2414 17.2057 17.2093 17.0597C17.1772 16.9138 16.992 16.8289 16.6218 16.659L15.3752 16.0871C14.9414 15.8898 14.4235 15.6542 13.9647 15.3612C13.7933 15.2517 13.6222 15.1298 13.457 14.9924C13.3384 14.8937 13.2791 14.8443 13.2145 14.8274C13.1499 14.8105 13.0858 14.8223 12.9574 14.8459ZM9 6C9 5.44772 9.44772 5 10 5H10.009C10.5613 5 11.009 5.44772 11.009 6C11.009 6.55228 10.5613 7 10.009 7H10C9.44772 7 9 6.55228 9 6ZM10 9C9.44772 9 9 9.44771 9 10C9 10.5523 9.44772 11 10 11H10.009C10.5613 11 11.009 10.5523 11.009 10C11.009 9.44771 10.5613 9 10.009 9H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-badminton-shuttle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3853 3.19516C17.7913 2.74298 19.2603 2.99744 20.548 3.66691C20.9803 3.89167 21.5199 4.17221 21.7596 4.87727C21.8921 5.26683 21.866 5.62422 21.7683 5.95871C21.6881 6.23339 21.5467 6.52852 21.4116 6.81049C19.9345 9.89306 18.4597 12.9767 16.9838 16.0598C16.7599 16.5276 16.7063 16.6501 16.6836 16.7422C16.6836 16.7422 16.6836 16.7422 16.6836 16.7422C16.684 16.7423 16.6648 16.8977 16.6531 17.1783C16.6408 17.4733 16.631 17.8829 16.6176 18.4448C16.5905 19.581 16.2083 20.6903 15.41 21.5223C14.6022 22.3644 13.4389 22.8484 12.0004 22.8484C10.562 22.8484 9.39865 22.3644 8.5908 21.5223C7.7925 20.6903 7.41035 19.581 7.38326 18.4448C7.36986 17.8829 7.36006 17.4733 7.34774 17.1783C7.33601 16.8977 7.31679 16.7423 7.31719 16.7422C7.31724 16.7422 7.31752 16.7434 7.31808 16.7458C7.29584 16.6532 7.24383 16.5336 7.01702 16.0598L2.60957 6.85296C2.4685 6.55827 2.31671 6.24719 2.23245 5.95867C2.13476 5.62418 2.10873 5.26681 2.24117 4.87727C2.49585 4.12821 3.08895 3.85832 3.53231 3.6254C4.6264 3.05061 6.0916 2.70506 7.61551 3.19516C9.9678 0.4662 14.033 0.466192 16.3853 3.19516ZM15.4065 4.70465C13.6921 2.2297 10.3087 2.2297 8.59435 4.70465C8.3563 5.04831 7.9037 5.16785 7.527 4.98655C6.39595 4.4422 5.24593 4.64546 4.32295 5.13035C4.19326 5.19849 4.09914 5.24807 4.02006 5.2936C3.92938 5.3458 3.83179 5.37084 3.86428 5.48209C3.90081 5.60716 3.9783 5.77502 4.14293 6.11892L8.55038 15.3258C8.7401 15.7221 8.89636 16.0376 8.97109 16.3489C9.01836 16.5457 9.03441 16.8238 9.04625 17.1074C9.05929 17.4194 9.06942 17.8443 9.08254 18.3943L9.08278 18.4043C9.10162 19.1945 9.36347 19.8721 9.81753 20.3454C10.262 20.8087 10.9595 21.1484 12.0004 21.1484C13.0414 21.1484 13.7388 20.8087 14.1833 20.3454C14.6374 19.8721 14.8992 19.1945 14.918 18.4043L14.9183 18.3943C14.9314 17.8443 14.9415 17.4194 14.9546 17.1073C14.9664 16.8238 14.9825 16.5457 15.0297 16.3489C15.1045 16.0376 15.2607 15.7221 15.4504 15.3258L19.8578 6.119C20.0225 5.77508 20.1 5.60721 20.1365 5.48212C20.1556 5.41685 20.1724 5.40394 19.9807 5.29361C19.9016 5.24809 19.8075 5.19849 19.6778 5.13036C18.7548 4.64549 17.6048 4.44223 16.4738 4.98655C16.0971 5.16785 15.6445 5.04831 15.4065 4.70465Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.19141 16.5C8.05431 16.5 7.92322 16.5563 7.82882 16.6557C7.73442 16.7551 7.68498 16.889 7.69208 17.0259C7.70776 17.3286 7.71862 17.7818 7.73427 18.4381C7.75966 19.503 8.11704 20.5234 8.84447 21.2816C9.57752 22.0456 10.6449 22.5 12.0015 22.5C13.3581 22.5 14.4255 22.0457 15.1586 21.2816C15.886 20.5234 16.2434 19.503 16.2688 18.4381C16.2844 17.7818 16.2953 17.3286 16.311 17.0259C16.3181 16.889 16.2686 16.7551 16.1742 16.6557C16.0798 16.5563 15.9487 16.5 15.8116 16.5H8.19141Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1719 17.1909L7.17188 4.19085L8.82834 3.80859L11.8283 16.8086L10.1719 17.1909ZM12.1719 16.8086L15.1719 3.80859L16.8283 4.19085L13.8283 17.1909L12.1719 16.8086Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.99898 11.1484C10.2399 11.1484 10.4696 11.2507 10.6308 11.4298C11.104 11.9556 11.587 12.1485 11.999 12.1485C12.411 12.1485 12.894 11.9556 13.3672 11.4298C13.5284 11.2507 13.758 11.1484 13.999 11.1484C14.2399 11.1484 14.4696 11.2507 14.6308 11.4298C15.104 11.9556 15.587 12.1485 15.999 12.1485C16.411 12.1485 16.894 11.9556 17.3672 11.4298L18.6308 12.567C17.904 13.3746 16.987 13.8485 15.999 13.8485C15.2793 13.8485 14.5973 13.597 13.999 13.1483C13.4007 13.597 12.7187 13.8485 11.999 13.8485C11.2793 13.8485 10.5973 13.597 9.999 13.1483C9.40073 13.597 8.7187 13.8485 7.99898 13.8485C7.01096 13.8485 6.09396 13.3746 5.36719 12.5671L6.63079 11.4298C7.10401 11.9556 7.58701 12.1485 7.99899 12.1485C8.41097 12.1485 8.89396 11.9556 9.36718 11.4298C9.52837 11.2507 9.75801 11.1484 9.99898 11.1484Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3853 3.19516C17.7913 2.74298 19.2603 2.99744 20.548 3.66691C20.9803 3.89167 21.5199 4.17221 21.7596 4.87727C21.8921 5.26683 21.866 5.62422 21.7683 5.95871C21.6881 6.23339 21.5467 6.52852 21.4116 6.81049C19.9345 9.89306 18.4597 12.9767 16.9838 16.0598C16.7599 16.5276 16.7063 16.6501 16.6836 16.7422C16.6836 16.7422 16.6836 16.7422 16.6836 16.7422C16.684 16.7423 16.6648 16.8977 16.6531 17.1783C16.6408 17.4733 16.631 17.8829 16.6176 18.4448C16.5905 19.581 16.2083 20.6903 15.41 21.5223C14.6022 22.3644 13.4389 22.8484 12.0004 22.8484C10.562 22.8484 9.39865 22.3644 8.5908 21.5223C7.7925 20.6903 7.41035 19.581 7.38326 18.4448C7.36986 17.8829 7.36006 17.4733 7.34774 17.1783C7.33601 16.8977 7.31679 16.7423 7.31719 16.7422C7.31724 16.7422 7.31752 16.7434 7.31808 16.7458C7.29584 16.6532 7.24383 16.5336 7.01702 16.0598L2.60957 6.85296C2.4685 6.55827 2.31671 6.24719 2.23245 5.95867C2.13476 5.62418 2.10873 5.26681 2.24117 4.87727C2.49585 4.12821 3.08895 3.85832 3.53231 3.6254C4.6264 3.05061 6.0916 2.70506 7.61551 3.19516C9.9678 0.4662 14.033 0.466192 16.3853 3.19516ZM15.4065 4.70465C13.6921 2.2297 10.3087 2.2297 8.59435 4.70465C8.3563 5.04831 7.9037 5.16785 7.527 4.98655C6.39595 4.4422 5.24593 4.64546 4.32295 5.13035C4.19326 5.19849 4.09914 5.24807 4.02006 5.2936C3.92938 5.3458 3.83179 5.37084 3.86428 5.48209C3.90081 5.60716 3.9783 5.77502 4.14293 6.11892L8.55038 15.3258C8.7401 15.7221 8.89636 16.0376 8.97109 16.3489C9.01836 16.5457 9.03441 16.8238 9.04625 17.1074C9.05929 17.4194 9.06942 17.8443 9.08254 18.3943L9.08278 18.4043C9.10162 19.1945 9.36347 19.8721 9.81753 20.3454C10.262 20.8087 10.9595 21.1484 12.0004 21.1484C13.0414 21.1484 13.7388 20.8087 14.1833 20.3454C14.6374 19.8721 14.8992 19.1945 14.918 18.4043L14.9183 18.3943C14.9314 17.8443 14.9415 17.4194 14.9546 17.1073C14.9664 16.8238 14.9825 16.5457 15.0297 16.3489C15.1045 16.0376 15.2607 15.7221 15.4504 15.3258L19.8578 6.119C20.0225 5.77508 20.1 5.60721 20.1365 5.48212C20.1556 5.41685 20.1724 5.40394 19.9807 5.29361C19.9016 5.24809 19.8075 5.19849 19.6778 5.13036C18.7548 4.64549 17.6048 4.44223 16.4738 4.98655C16.0971 5.16785 15.6445 5.04831 15.4065 4.70465Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.19141 16.5C8.05431 16.5 7.92322 16.5563 7.82882 16.6557C7.73442 16.7551 7.68498 16.889 7.69208 17.0259C7.70776 17.3286 7.71862 17.7818 7.73427 18.4381C7.75966 19.503 8.11704 20.5234 8.84447 21.2816C9.57752 22.0456 10.6449 22.5 12.0015 22.5C13.3581 22.5 14.4255 22.0457 15.1586 21.2816C15.886 20.5234 16.2434 19.503 16.2688 18.4381C16.2844 17.7818 16.2953 17.3286 16.311 17.0259C16.3181 16.889 16.2686 16.7551 16.1742 16.6557C16.0798 16.5563 15.9487 16.5 15.8116 16.5H8.19141Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1719 17.1909L7.17188 4.19085L8.82834 3.80859L11.8283 16.8086L10.1719 17.1909ZM12.1719 16.8086L15.1719 3.80859L16.8283 4.19085L13.8283 17.1909L12.1719 16.8086Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.99898 11.1484C10.2399 11.1484 10.4696 11.2507 10.6308 11.4298C11.104 11.9556 11.587 12.1485 11.999 12.1485C12.411 12.1485 12.894 11.9556 13.3672 11.4298C13.5284 11.2507 13.758 11.1484 13.999 11.1484C14.2399 11.1484 14.4696 11.2507 14.6308 11.4298C15.104 11.9556 15.587 12.1485 15.999 12.1485C16.411 12.1485 16.894 11.9556 17.3672 11.4298L18.6308 12.567C17.904 13.3746 16.987 13.8485 15.999 13.8485C15.2793 13.8485 14.5973 13.597 13.999 13.1483C13.4007 13.597 12.7187 13.8485 11.999 13.8485C11.2793 13.8485 10.5973 13.597 9.999 13.1483C9.40073 13.597 8.7187 13.8485 7.99898 13.8485C7.01096 13.8485 6.09396 13.3746 5.36719 12.5671L6.63079 11.4298C7.10401 11.9556 7.58701 12.1485 7.99899 12.1485C8.41097 12.1485 8.89396 11.9556 9.36718 11.4298C9.52837 11.2507 9.75801 11.1484 9.99898 11.1484Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-badminton{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.59261 16.2816C6.20752 15.845 7.05048 15.9231 7.57429 16.4669C8.08043 16.9924 8.14268 17.803 7.72141 18.3995L5.15558 22.0327C4.3466 23.1782 2.70469 23.3313 1.69662 22.3581C0.668488 21.3656 0.796507 19.6865 1.96097 18.8598L5.59261 16.2816Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.2071 11.7929C12.5976 12.1834 12.5976 12.8166 12.2071 13.2071L7.70711 17.7071C7.31658 18.0976 6.68342 18.0976 6.29289 17.7071C5.90237 17.3166 5.90237 16.6834 6.29289 16.2929L10.7929 11.7929C11.1834 11.4024 11.8166 11.4024 12.2071 11.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3936 3.10267C14.8232 3.37944 13.2199 4.1871 12.1297 5.27724C10.6431 6.76385 10.5266 9.79546 12.3652 11.6341C14.2039 13.4727 17.2355 13.3562 18.7221 11.8696C19.8122 10.7794 20.6199 9.17612 20.8967 7.60576C21.177 6.01541 20.8848 4.68139 20.1014 3.89796C19.3179 3.11452 17.9839 2.82237 16.3936 3.10267ZM16.0464 1.13302C17.9739 0.793306 20.0881 1.05622 21.5156 2.48374C22.9431 3.91126 23.206 6.02544 22.8663 7.95291C22.5231 9.90037 21.5356 11.8845 20.1363 13.2838C17.8327 15.5874 13.5343 15.6316 10.951 13.0483C8.36775 10.465 8.41194 6.16661 10.7155 3.86302C12.1148 2.46372 14.0989 1.47627 16.0464 1.13302Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.59261 16.2816C6.20752 15.845 7.05048 15.9231 7.57429 16.4669C8.08043 16.9924 8.14268 17.803 7.72141 18.3995L5.15558 22.0327C4.3466 23.1782 2.70469 23.3313 1.69662 22.3581C0.668488 21.3656 0.796507 19.6865 1.96097 18.8598L5.59261 16.2816Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.2071 11.7929C12.5976 12.1834 12.5976 12.8166 12.2071 13.2071L7.70711 17.7071C7.31658 18.0976 6.68342 18.0976 6.29289 17.7071C5.90237 17.3166 5.90237 16.6834 6.29289 16.2929L10.7929 11.7929C11.1834 11.4024 11.8166 11.4024 12.2071 11.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3936 3.10267C14.8232 3.37944 13.2199 4.1871 12.1297 5.27724C10.6431 6.76385 10.5266 9.79546 12.3652 11.6341C14.2039 13.4727 17.2355 13.3562 18.7221 11.8696C19.8122 10.7794 20.6199 9.17612 20.8967 7.60576C21.177 6.01541 20.8848 4.68139 20.1014 3.89796C19.3179 3.11452 17.9839 2.82237 16.3936 3.10267ZM16.0464 1.13302C17.9739 0.793306 20.0881 1.05622 21.5156 2.48374C22.9431 3.91126 23.206 6.02544 22.8663 7.95291C22.5231 9.90037 21.5356 11.8845 20.1363 13.2838C17.8327 15.5874 13.5343 15.6316 10.951 13.0483C8.36775 10.465 8.41194 6.16661 10.7155 3.86302C12.1148 2.46372 14.0989 1.47627 16.0464 1.13302Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-baseball-bat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.74541 18.258C4.78267 17.2918 3.14314 16.7819 1.71692 17.816C1.15385 18.2242 1.08928 19.0392 1.58142 19.5309L4.46998 22.4171C4.96194 22.9086 5.77708 22.8441 6.18546 22.281C7.2135 20.8633 6.70646 19.2225 5.74541 18.258Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.0064 9.28959L10.2289 17.364C10.2226 17.3689 10.2162 17.3737 10.2098 17.3783L6.44399 20.1996C6.11249 20.4479 5.64242 20.3805 5.39407 20.049C5.14571 19.7175 5.21311 19.2475 5.54461 18.9991L8.62826 16.6889L7.31117 15.3718L5.03192 18.4141C4.78356 18.7456 4.3135 18.813 3.982 18.5646C3.6505 18.3163 3.5831 17.8462 3.83145 17.5147L6.62173 13.7903C6.6264 13.7839 6.63118 13.7775 6.63609 13.7711L14.7187 2.98286C16.3762 0.8518 19.5264 0.655677 21.4354 2.56469C23.3444 4.4737 23.1483 7.62388 21.0172 9.28137L21.0064 9.28959Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.75 18.5C21.75 16.7051 20.2949 15.25 18.5 15.25C16.7051 15.25 15.25 16.7051 15.25 18.5C15.25 20.2949 16.7051 21.75 18.5 21.75C20.2949 21.75 21.75 20.2949 21.75 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.74541 18.258C4.78267 17.2918 3.14314 16.7819 1.71692 17.816C1.15385 18.2242 1.08928 19.0392 1.58142 19.5309L4.46998 22.4171C4.96194 22.9086 5.77708 22.8441 6.18546 22.281C7.2135 20.8633 6.70646 19.2225 5.74541 18.258Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.0064 9.28959L10.2289 17.364C10.2226 17.3689 10.2162 17.3737 10.2098 17.3783L6.44399 20.1996C6.11249 20.4479 5.64242 20.3805 5.39407 20.049C5.14571 19.7175 5.21311 19.2475 5.54461 18.9991L8.62826 16.6889L7.31117 15.3718L5.03192 18.4141C4.78356 18.7456 4.3135 18.813 3.982 18.5646C3.6505 18.3163 3.5831 17.8462 3.83145 17.5147L6.62173 13.7903C6.6264 13.7839 6.63118 13.7775 6.63609 13.7711L14.7187 2.98286C16.3762 0.8518 19.5264 0.655677 21.4354 2.56469C23.3444 4.4737 23.1483 7.62388 21.0172 9.28137L21.0064 9.28959Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.75 18.5C21.75 16.7051 20.2949 15.25 18.5 15.25C16.7051 15.25 15.25 16.7051 15.25 18.5C15.25 20.2949 16.7051 21.75 18.5 21.75C20.2949 21.75 21.75 20.2949 21.75 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-baseball-helmet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.8137 7.4127C18.0999 4.13559 15.0234 2.25 11.4046 2.25C5.7912 2.25 1.25 6.83248 1.25 12.4737C1.25 16.16 3.18858 19.3919 6.09518 21.1901C6.82546 21.6419 7.45074 21.75 8.22657 21.75H14.763C16.5721 21.75 18.0655 20.3096 18.0655 18.5C18.0655 16.6904 16.5721 15.25 14.763 15.25C14.4082 15.2298 14.2309 15.2197 14.1473 15.1168C14.1367 15.1037 14.1271 15.0897 14.1188 15.0749C14.0538 14.9595 14.0981 14.8253 14.1868 14.5569C14.4647 13.7159 14.9814 13.132 15.6529 12.8186C16.5747 12.3884 17.8601 12.25 19.4564 12.25C20.1079 12.25 20.6614 11.8965 21.0652 11.5419C21.4843 11.1738 21.8513 10.7082 22.1411 10.2873C22.307 10.0467 22.5127 9.74842 22.6186 9.51349C22.749 9.22423 22.8372 8.82379 22.6111 8.40743C22.3801 7.98194 21.9798 7.84367 21.6761 7.79328C21.4138 7.74975 21.0865 7.74987 20.7664 7.74999L20.3601 7.74999C20.1787 7.75 20.088 7.75 20.0163 7.70662C19.9447 7.66324 19.901 7.57972 19.8137 7.4127ZM15.0123 19.5C15.5621 19.5 16.0078 19.0523 16.0078 18.5C16.0078 17.9477 15.5621 17.5 15.0123 17.5H15.0033C14.4535 17.5 14.0078 17.9477 14.0078 18.5C14.0078 19.0523 14.4535 19.5 15.0033 19.5H15.0123Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.8137 7.4127C18.0999 4.13559 15.0234 2.25 11.4046 2.25C5.7912 2.25 1.25 6.83248 1.25 12.4737C1.25 16.16 3.18858 19.3919 6.09518 21.1901C6.82546 21.6419 7.45074 21.75 8.22657 21.75H14.763C16.5721 21.75 18.0655 20.3096 18.0655 18.5C18.0655 16.6904 16.5721 15.25 14.763 15.25C14.4082 15.2298 14.2309 15.2197 14.1473 15.1168C14.1367 15.1037 14.1271 15.0897 14.1188 15.0749C14.0538 14.9595 14.0981 14.8253 14.1868 14.5569C14.4647 13.7159 14.9814 13.132 15.6529 12.8186C16.5747 12.3884 17.8601 12.25 19.4564 12.25C20.1079 12.25 20.6614 11.8965 21.0652 11.5419C21.4843 11.1738 21.8513 10.7082 22.1411 10.2873C22.307 10.0467 22.5127 9.74842 22.6186 9.51349C22.749 9.22423 22.8372 8.82379 22.6111 8.40743C22.3801 7.98194 21.9798 7.84367 21.6761 7.79328C21.4138 7.74975 21.0865 7.74987 20.7664 7.74999L20.3601 7.74999C20.1787 7.75 20.088 7.75 20.0163 7.70662C19.9447 7.66324 19.901 7.57972 19.8137 7.4127ZM15.0123 19.5C15.5621 19.5 16.0078 19.0523 16.0078 18.5C16.0078 17.9477 15.5621 17.5 15.0123 17.5H15.0033C14.4535 17.5 14.0078 17.9477 14.0078 18.5C14.0078 19.0523 14.4535 19.5 15.0033 19.5H15.0123Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-baseball{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.9997 10.9506C22.314 10.9542 22.4711 10.956 22.5622 10.8509C22.6533 10.7458 22.63 10.5963 22.5836 10.2972C21.8678 5.69248 18.2294 2.05462 13.6245 1.33957C13.3259 1.2932 13.1766 1.27002 13.0715 1.36091C12.9665 1.4518 12.968 1.60868 12.9711 1.92243L12.9768 2.50735C12.9821 3.05961 12.5388 3.51167 11.9866 3.51705C11.4343 3.52244 10.9822 3.07911 10.9769 2.52685L10.9708 1.90867C10.9678 1.6006 10.9663 1.44656 10.8619 1.35786C10.7576 1.26915 10.6109 1.29166 10.3176 1.33667C5.69638 2.04585 2.04479 5.6979 1.33631 10.3194C1.29142 10.6122 1.26898 10.7586 1.35749 10.8629C1.446 10.9672 1.59978 10.969 1.90734 10.9725L2.58719 10.9804C3.13944 10.9867 3.58198 11.4395 3.57563 11.9918C3.56929 12.544 3.11646 12.9866 2.56421 12.9802L1.92357 12.9729C1.60931 12.9693 1.45218 12.9675 1.36109 13.0726C1.27 13.1777 1.29325 13.3272 1.33974 13.6263C2.05551 18.231 5.69386 21.8689 10.2988 22.5839C10.5974 22.6303 10.7467 22.6535 10.8518 22.5626C10.9568 22.4717 10.9553 22.3148 10.9522 22.0011L10.9465 21.4161C10.9412 20.8639 11.3845 20.4118 11.9367 20.4064C12.489 20.4011 12.9411 20.8444 12.9464 21.3966L12.9525 22.0148C12.9555 22.3229 12.957 22.4769 13.0613 22.5656C13.1657 22.6543 13.3124 22.6318 13.6056 22.5868C18.2269 21.8776 21.8785 18.2256 22.587 13.6041C22.6319 13.3113 22.6543 13.1649 22.5658 13.0606C22.4773 12.9562 22.3235 12.9545 22.016 12.9509L21.3361 12.9431C20.7839 12.9368 20.3413 12.484 20.3477 11.9317C20.354 11.3795 20.8068 10.9369 21.3591 10.9433L21.9997 10.9506ZM18.2874 12.3329C18.808 12.5173 19.3795 12.2448 19.564 11.7242C19.7484 11.2036 19.4759 10.6321 18.9553 10.4477C18.6546 10.3411 18.3612 10.219 18.0761 10.0823C17.5781 9.84357 16.9808 10.0537 16.742 10.5517C16.5033 11.0497 16.7134 11.647 17.2114 11.8858C17.5602 12.053 17.9193 12.2024 18.2874 12.3329ZM14.6071 10.1418C15.0177 10.5111 15.65 10.4777 16.0193 10.0671C16.3887 9.65654 16.3553 9.02426 15.9447 8.65489C15.7107 8.44432 15.4877 8.22166 15.2768 7.98789C14.9069 7.57781 14.2745 7.54526 13.8645 7.9152C13.4544 8.28513 13.4218 8.91746 13.7918 9.32754C14.0492 9.61291 14.3214 9.88471 14.6071 10.1418ZM12.0163 6.66732C12.2528 7.16639 12.8492 7.37924 13.3482 7.14273C13.8473 6.90621 14.0602 6.3099 13.8237 5.81082C13.6983 5.54626 13.5855 5.27467 13.4859 4.99678C13.2997 4.47684 12.7273 4.20629 12.2073 4.3925C11.6874 4.57871 11.4168 5.15116 11.603 5.67111C11.7249 6.01128 11.8629 6.34366 12.0163 6.66732ZM4.35934 12.1993C4.54377 11.6787 5.1153 11.4062 5.63588 11.5906C6.00399 11.7211 6.36305 11.8705 6.71187 12.0377C7.20988 12.2765 7.42003 12.8738 7.18126 13.3718C6.9425 13.8698 6.34522 14.0799 5.84722 13.8412C5.56209 13.7044 5.26869 13.5824 4.96799 13.4758C4.44741 13.2914 4.17491 12.7199 4.35934 12.1993ZM7.90395 13.8564C8.27333 13.4458 8.90561 13.4124 9.3162 13.7817C9.60192 14.0388 9.87409 14.3106 10.1315 14.596C10.5015 15.006 10.4689 15.6384 10.0588 16.0083C9.64875 16.3782 9.01642 16.3457 8.64649 15.9356C8.4356 15.7018 8.21264 15.4792 7.97858 15.2686C7.56799 14.8992 7.53458 14.267 7.90395 13.8564ZM10.5751 16.7808C11.0741 16.5443 11.6704 16.7571 11.907 17.2562C12.0603 17.5798 12.1984 17.9122 12.3202 18.2524C12.5065 18.7723 12.2359 19.3448 11.716 19.531C11.196 19.7172 10.6236 19.4467 10.4374 18.9267C10.3378 18.6488 10.225 18.3772 10.0996 18.1127C9.86312 17.6136 10.076 17.0173 10.5751 16.7808Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.9997 10.9506C22.314 10.9542 22.4711 10.956 22.5622 10.8509C22.6533 10.7458 22.63 10.5963 22.5836 10.2972C21.8678 5.69248 18.2294 2.05462 13.6245 1.33957C13.3259 1.2932 13.1766 1.27002 13.0715 1.36091C12.9665 1.4518 12.968 1.60868 12.9711 1.92243L12.9768 2.50735C12.9821 3.05961 12.5388 3.51167 11.9866 3.51705C11.4343 3.52244 10.9822 3.07911 10.9769 2.52685L10.9708 1.90867C10.9678 1.6006 10.9663 1.44656 10.8619 1.35786C10.7576 1.26915 10.6109 1.29166 10.3176 1.33667C5.69638 2.04585 2.04479 5.6979 1.33631 10.3194C1.29142 10.6122 1.26898 10.7586 1.35749 10.8629C1.446 10.9672 1.59978 10.969 1.90734 10.9725L2.58719 10.9804C3.13944 10.9867 3.58198 11.4395 3.57563 11.9918C3.56929 12.544 3.11646 12.9866 2.56421 12.9802L1.92357 12.9729C1.60931 12.9693 1.45218 12.9675 1.36109 13.0726C1.27 13.1777 1.29325 13.3272 1.33974 13.6263C2.05551 18.231 5.69386 21.8689 10.2988 22.5839C10.5974 22.6303 10.7467 22.6535 10.8518 22.5626C10.9568 22.4717 10.9553 22.3148 10.9522 22.0011L10.9465 21.4161C10.9412 20.8639 11.3845 20.4118 11.9367 20.4064C12.489 20.4011 12.9411 20.8444 12.9464 21.3966L12.9525 22.0148C12.9555 22.3229 12.957 22.4769 13.0613 22.5656C13.1657 22.6543 13.3124 22.6318 13.6056 22.5868C18.2269 21.8776 21.8785 18.2256 22.587 13.6041C22.6319 13.3113 22.6543 13.1649 22.5658 13.0606C22.4773 12.9562 22.3235 12.9545 22.016 12.9509L21.3361 12.9431C20.7839 12.9368 20.3413 12.484 20.3477 11.9317C20.354 11.3795 20.8068 10.9369 21.3591 10.9433L21.9997 10.9506ZM18.2874 12.3329C18.808 12.5173 19.3795 12.2448 19.564 11.7242C19.7484 11.2036 19.4759 10.6321 18.9553 10.4477C18.6546 10.3411 18.3612 10.219 18.0761 10.0823C17.5781 9.84357 16.9808 10.0537 16.742 10.5517C16.5033 11.0497 16.7134 11.647 17.2114 11.8858C17.5602 12.053 17.9193 12.2024 18.2874 12.3329ZM14.6071 10.1418C15.0177 10.5111 15.65 10.4777 16.0193 10.0671C16.3887 9.65654 16.3553 9.02426 15.9447 8.65489C15.7107 8.44432 15.4877 8.22166 15.2768 7.98789C14.9069 7.57781 14.2745 7.54526 13.8645 7.9152C13.4544 8.28513 13.4218 8.91746 13.7918 9.32754C14.0492 9.61291 14.3214 9.88471 14.6071 10.1418ZM12.0163 6.66732C12.2528 7.16639 12.8492 7.37924 13.3482 7.14273C13.8473 6.90621 14.0602 6.3099 13.8237 5.81082C13.6983 5.54626 13.5855 5.27467 13.4859 4.99678C13.2997 4.47684 12.7273 4.20629 12.2073 4.3925C11.6874 4.57871 11.4168 5.15116 11.603 5.67111C11.7249 6.01128 11.8629 6.34366 12.0163 6.66732ZM4.35934 12.1993C4.54377 11.6787 5.1153 11.4062 5.63588 11.5906C6.00399 11.7211 6.36305 11.8705 6.71187 12.0377C7.20988 12.2765 7.42003 12.8738 7.18126 13.3718C6.9425 13.8698 6.34522 14.0799 5.84722 13.8412C5.56209 13.7044 5.26869 13.5824 4.96799 13.4758C4.44741 13.2914 4.17491 12.7199 4.35934 12.1993ZM7.90395 13.8564C8.27333 13.4458 8.90561 13.4124 9.3162 13.7817C9.60192 14.0388 9.87409 14.3106 10.1315 14.596C10.5015 15.006 10.4689 15.6384 10.0588 16.0083C9.64875 16.3782 9.01642 16.3457 8.64649 15.9356C8.4356 15.7018 8.21264 15.4792 7.97858 15.2686C7.56799 14.8992 7.53458 14.267 7.90395 13.8564ZM10.5751 16.7808C11.0741 16.5443 11.6704 16.7571 11.907 17.2562C12.0603 17.5798 12.1984 17.9122 12.3202 18.2524C12.5065 18.7723 12.2359 19.3448 11.716 19.531C11.196 19.7172 10.6236 19.4467 10.4374 18.9267C10.3378 18.6488 10.225 18.3772 10.0996 18.1127C9.86312 17.6136 10.076 17.0173 10.5751 16.7808Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-basketball-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.456 1.52523C14.318 1.49285 14.249 1.47666 14.1871 1.4881C14.0921 1.50567 14.0058 1.57412 13.967 1.66259C13.9417 1.72019 13.9417 1.79448 13.9417 1.94305C14.155 4.20185 13.6272 6.37306 12.5757 8.23489C12.4431 8.46959 12.3768 8.58694 12.3978 8.69529C12.4187 8.80365 12.5231 8.88721 12.732 9.05434C13.5427 9.70312 14.2798 10.4402 14.9286 11.2509C15.0957 11.4598 15.1793 11.5643 15.2876 11.5852C15.396 11.6061 15.5134 11.5398 15.7481 11.4073C17.6101 10.3554 19.7816 9.82733 22.0408 10.0407C22.188 10.0407 22.2616 10.0407 22.3187 10.0159C22.408 9.97711 22.4771 9.89002 22.4944 9.7942C22.5055 9.73289 22.4895 9.66454 22.4575 9.52786C21.5294 5.56963 18.414 2.45382 14.456 1.52523Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.2867 13.2784C13.4748 13.0906 13.5688 12.9967 13.5751 12.882C13.5813 12.7672 13.5038 12.6708 13.3488 12.4779C12.8028 11.7988 12.1844 11.1804 11.5053 10.6343C11.3124 10.4793 11.216 10.4017 11.1012 10.408C10.9864 10.4143 10.8925 10.5083 10.7047 10.6964C8.46815 12.9369 5.31078 14.2601 1.94277 13.942C1.79424 13.942 1.71997 13.942 1.66238 13.9672C1.57388 14.006 1.50542 14.0924 1.48786 14.1874C1.47642 14.2493 1.49261 14.3183 1.52498 14.4562C2.45356 18.4142 5.56926 21.5296 9.52739 22.4577C9.66563 22.4901 9.73475 22.5063 9.79669 22.4948C9.89153 22.4772 9.97775 22.4088 10.0166 22.3205C10.0419 22.2628 10.0419 22.1884 10.0419 22.0396C9.72375 18.672 11.0467 15.5149 13.2867 13.2784Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.1008 7.39109C10.3471 7.51077 10.4703 7.5706 10.5845 7.53431C10.6987 7.49801 10.76 7.38668 10.8825 7.16401C11.7142 5.65261 12.1265 3.90263 11.9466 2.09014L11.9417 2.04086V1.84411C11.9417 1.55712 11.9417 1.41363 11.8474 1.3248C11.7531 1.23597 11.6151 1.24423 11.3391 1.26074C8.22046 1.44729 5.46001 2.96343 3.61694 5.25002C3.43424 5.47668 3.34289 5.59002 3.34676 5.70168C3.34954 5.78187 3.38965 5.86572 3.45034 5.91821C3.53485 5.99129 3.68704 5.99129 3.99143 5.99129C6.18176 5.99129 8.25461 6.4943 10.1008 7.39109Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.866 8.37069C1.93035 8.19074 1.96253 8.10077 2.04024 8.04603C2.11795 7.99129 2.21719 7.99129 2.41567 7.99129H3.99143C5.61561 7.99129 7.16444 8.31397 8.57729 8.89872C8.92233 9.04152 9.09485 9.11292 9.12107 9.27904C9.14729 9.44515 9.00636 9.56519 8.7245 9.80527C6.93383 11.3305 4.57564 12.1937 2.08987 11.9469L2.04059 11.942H1.84386C1.55688 11.942 1.41339 11.942 1.32457 11.8477C1.23574 11.7534 1.24399 11.6154 1.26048 11.3396C1.32243 10.3036 1.5311 9.30713 1.866 8.37069Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.1777 15.2589C14.4178 14.977 14.5378 14.836 14.704 14.8623C14.8701 14.8885 14.9415 15.061 15.0843 15.4061C15.6689 16.8188 15.9914 18.3674 15.9914 19.9913V21.5665C15.9914 21.765 15.9914 21.8643 15.9367 21.942C15.882 22.0197 15.792 22.0518 15.6121 22.1162C14.676 22.451 13.6799 22.6597 12.6443 22.7218C12.3685 22.7383 12.2305 22.7466 12.1362 22.6577C12.0419 22.5689 12.0419 22.4254 12.0419 22.1384V21.9418L12.037 21.8925C11.7903 19.4072 12.653 17.0495 14.1777 15.2589Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.7322 20.3655C18.506 20.5478 18.3929 20.639 18.2814 20.6353C18.201 20.6326 18.1168 20.5924 18.0643 20.5314C17.9914 20.447 17.9914 20.2951 17.9914 19.9913C17.9914 17.8011 17.4885 15.7283 16.5917 13.8822C16.4721 13.6358 16.4123 13.5127 16.4485 13.3985C16.4848 13.2843 16.5961 13.223 16.8188 13.1005C18.3304 12.2684 20.0808 11.8558 21.8937 12.0358L21.943 12.0407H22.1382C22.4252 12.0407 22.5687 12.0407 22.6575 12.135C22.7464 12.2293 22.7381 12.3673 22.7216 12.6433C22.535 15.762 21.0188 18.5225 18.7322 20.3655Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.456 1.52523C14.318 1.49285 14.249 1.47666 14.1871 1.4881C14.0921 1.50567 14.0058 1.57412 13.967 1.66259C13.9417 1.72019 13.9417 1.79448 13.9417 1.94305C14.155 4.20185 13.6272 6.37306 12.5757 8.23489C12.4431 8.46959 12.3768 8.58694 12.3978 8.69529C12.4187 8.80365 12.5231 8.88721 12.732 9.05434C13.5427 9.70312 14.2798 10.4402 14.9286 11.2509C15.0957 11.4598 15.1793 11.5643 15.2876 11.5852C15.396 11.6061 15.5134 11.5398 15.7481 11.4073C17.6101 10.3554 19.7816 9.82733 22.0408 10.0407C22.188 10.0407 22.2616 10.0407 22.3187 10.0159C22.408 9.97711 22.4771 9.89002 22.4944 9.7942C22.5055 9.73289 22.4895 9.66454 22.4575 9.52786C21.5294 5.56963 18.414 2.45382 14.456 1.52523Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.2867 13.2784C13.4748 13.0906 13.5688 12.9967 13.5751 12.882C13.5813 12.7672 13.5038 12.6708 13.3488 12.4779C12.8028 11.7988 12.1844 11.1804 11.5053 10.6343C11.3124 10.4793 11.216 10.4017 11.1012 10.408C10.9864 10.4143 10.8925 10.5083 10.7047 10.6964C8.46815 12.9369 5.31078 14.2601 1.94277 13.942C1.79424 13.942 1.71997 13.942 1.66238 13.9672C1.57388 14.006 1.50542 14.0924 1.48786 14.1874C1.47642 14.2493 1.49261 14.3183 1.52498 14.4562C2.45356 18.4142 5.56926 21.5296 9.52739 22.4577C9.66563 22.4901 9.73475 22.5063 9.79669 22.4948C9.89153 22.4772 9.97775 22.4088 10.0166 22.3205C10.0419 22.2628 10.0419 22.1884 10.0419 22.0396C9.72375 18.672 11.0467 15.5149 13.2867 13.2784Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.1008 7.39109C10.3471 7.51077 10.4703 7.5706 10.5845 7.53431C10.6987 7.49801 10.76 7.38668 10.8825 7.16401C11.7142 5.65261 12.1265 3.90263 11.9466 2.09014L11.9417 2.04086V1.84411C11.9417 1.55712 11.9417 1.41363 11.8474 1.3248C11.7531 1.23597 11.6151 1.24423 11.3391 1.26074C8.22046 1.44729 5.46001 2.96343 3.61694 5.25002C3.43424 5.47668 3.34289 5.59002 3.34676 5.70168C3.34954 5.78187 3.38965 5.86572 3.45034 5.91821C3.53485 5.99129 3.68704 5.99129 3.99143 5.99129C6.18176 5.99129 8.25461 6.4943 10.1008 7.39109Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.866 8.37069C1.93035 8.19074 1.96253 8.10077 2.04024 8.04603C2.11795 7.99129 2.21719 7.99129 2.41567 7.99129H3.99143C5.61561 7.99129 7.16444 8.31397 8.57729 8.89872C8.92233 9.04152 9.09485 9.11292 9.12107 9.27904C9.14729 9.44515 9.00636 9.56519 8.7245 9.80527C6.93383 11.3305 4.57564 12.1937 2.08987 11.9469L2.04059 11.942H1.84386C1.55688 11.942 1.41339 11.942 1.32457 11.8477C1.23574 11.7534 1.24399 11.6154 1.26048 11.3396C1.32243 10.3036 1.5311 9.30713 1.866 8.37069Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.1777 15.2589C14.4178 14.977 14.5378 14.836 14.704 14.8623C14.8701 14.8885 14.9415 15.061 15.0843 15.4061C15.6689 16.8188 15.9914 18.3674 15.9914 19.9913V21.5665C15.9914 21.765 15.9914 21.8643 15.9367 21.942C15.882 22.0197 15.792 22.0518 15.6121 22.1162C14.676 22.451 13.6799 22.6597 12.6443 22.7218C12.3685 22.7383 12.2305 22.7466 12.1362 22.6577C12.0419 22.5689 12.0419 22.4254 12.0419 22.1384V21.9418L12.037 21.8925C11.7903 19.4072 12.653 17.0495 14.1777 15.2589Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.7322 20.3655C18.506 20.5478 18.3929 20.639 18.2814 20.6353C18.201 20.6326 18.1168 20.5924 18.0643 20.5314C17.9914 20.447 17.9914 20.2951 17.9914 19.9913C17.9914 17.8011 17.4885 15.7283 16.5917 13.8822C16.4721 13.6358 16.4123 13.5127 16.4485 13.3985C16.4848 13.2843 16.5961 13.223 16.8188 13.1005C18.3304 12.2684 20.0808 11.8558 21.8937 12.0358L21.943 12.0407H22.1382C22.4252 12.0407 22.5687 12.0407 22.6575 12.135C22.7464 12.2293 22.7381 12.3673 22.7216 12.6433C22.535 15.762 21.0188 18.5225 18.7322 20.3655Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-basketball-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9976 1.91449C10.9976 1.60358 10.9976 1.44813 10.8929 1.35834C10.7882 1.26855 10.6404 1.29136 10.3448 1.33698C8.89618 1.56052 7.54305 2.07325 6.34621 2.81435C6.29859 2.84383 6.27479 2.85857 6.2578 2.87295C6.20799 2.91512 6.19262 2.9371 6.17009 2.99835C6.1624 3.01923 6.15241 3.06745 6.13242 3.16388C5.73591 5.07657 5.72645 6.42879 5.95397 7.50109C6.17894 8.56136 6.65235 9.42842 7.35883 10.3543C8.21681 11.4786 9.02565 12.9499 8.99689 14.6414C8.99681 14.6464 9.00026 14.6508 9.00513 14.6518C9.44572 14.7448 9.89731 14.8179 10.3583 14.8696C10.6512 14.9024 10.7976 14.9188 10.8976 14.8294C10.9976 14.74 10.9976 14.5883 10.9976 14.2851L10.9976 1.91449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.83592 6.79274C3.77385 6.01782 3.74281 5.63036 3.52962 5.58046C3.31642 5.53057 3.13398 5.83511 2.76911 6.4442C2.1675 7.44846 1.72518 8.55909 1.47704 9.74116C1.44492 9.89421 1.42885 9.97074 1.45301 10.0462C1.47717 10.1217 1.53687 10.1767 1.65625 10.2867L2.70161 11.2497L2.72644 11.2762C3.60772 12.2149 4.7216 13.0218 6.00664 13.6391C6.4129 13.8342 6.61604 13.9318 6.76611 13.7882C6.91619 13.6447 6.83268 13.4491 6.66566 13.0579C6.44987 12.5525 6.13991 12.0538 5.76886 11.5675C4.9492 10.4934 4.30332 9.35743 3.99752 7.91621C3.92124 7.55669 3.86721 7.18334 3.83592 6.79274Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.29375 12.6721C1.28493 12.664 1.27072 12.6708 1.27152 12.6828C1.41692 14.8751 2.21955 16.8877 3.48418 18.5253C3.66313 18.7571 3.75261 18.873 3.88799 18.8816C4.02336 18.8903 4.13093 18.7827 4.34606 18.5676L4.65985 18.2538C4.68786 18.2258 4.7175 18.1995 4.74863 18.175C5.43176 17.6375 5.92216 17.1239 6.26701 16.6391C6.43776 16.3991 6.52313 16.2791 6.48244 16.1396C6.44175 16.0001 6.2888 15.9381 5.98289 15.8142C4.14848 15.0712 2.54423 13.9956 1.29375 12.6721Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.81732 19.9247C5.59243 20.1496 5.47998 20.2621 5.49256 20.4019C5.50513 20.5416 5.6309 20.6288 5.88242 20.8031C7.18891 21.7083 8.70571 22.3315 10.3447 22.5844C10.6404 22.63 10.7882 22.6528 10.8929 22.563C10.9976 22.4733 10.9976 22.3178 10.9976 22.0069V17.4962C10.9976 17.2305 10.9976 17.0977 10.9195 17.0118C10.8413 16.9259 10.7055 16.9132 10.434 16.8877C9.96784 16.844 9.5084 16.7809 9.05702 16.6994C8.82518 16.6575 8.70926 16.6366 8.62114 16.6795C8.53303 16.7223 8.4753 16.8315 8.35985 17.0497C7.88025 17.9562 7.11806 18.8472 6.03287 19.7092L5.81732 19.9247Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9976 22.0069C12.9976 22.3178 12.9976 22.4733 13.1024 22.5631C13.2071 22.6528 13.3549 22.63 13.6506 22.5844C15.2896 22.3315 16.8064 21.7083 18.1129 20.8031C18.3644 20.6288 18.4902 20.5416 18.5027 20.4019C18.5153 20.2621 18.4029 20.1496 18.178 19.9248L17.9624 19.7092C16.8772 18.8472 16.115 17.9562 15.6354 17.0497C15.52 16.8315 15.4623 16.7224 15.3741 16.6795C15.286 16.6366 15.1701 16.6576 14.9383 16.6994C14.4869 16.7809 14.0275 16.844 13.5613 16.8877C13.2898 16.9132 13.154 16.926 13.0758 17.0118C12.9976 17.0977 12.9976 17.2305 12.9976 17.4963V22.0069Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.6492 18.5676C19.8644 18.7827 19.9719 18.8903 20.1073 18.8816C20.2427 18.873 20.3322 18.7571 20.5111 18.5253C21.7757 16.8877 22.5784 14.8751 22.7238 12.6828C22.7246 12.6708 22.7103 12.6639 22.7014 12.6721C21.4509 13.9956 19.8467 15.0712 18.0124 15.8142C17.7065 15.9381 17.5535 16.0001 17.5128 16.1396C17.4722 16.2791 17.5575 16.3991 17.7283 16.6391C18.0731 17.1239 18.5635 17.6375 19.2467 18.175C19.2778 18.1995 19.3074 18.2258 19.3354 18.2538L19.6492 18.5676Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.339 10.2866C22.4584 10.1766 22.5181 10.1216 22.5423 10.0461C22.5664 9.9706 22.5504 9.89407 22.5182 9.74102C22.2701 8.55899 21.8278 7.4484 21.2262 6.44417C20.8613 5.83509 20.6789 5.53055 20.4657 5.58044C20.2525 5.63034 20.2214 6.0178 20.1594 6.79272C20.1281 7.18333 20.074 7.55668 19.9978 7.91621C19.692 9.35743 19.0461 10.4934 18.2264 11.5675C17.8554 12.0538 17.5454 12.5525 17.3296 13.0579C17.1626 13.4491 17.0791 13.6447 17.2292 13.7883C17.3792 13.9318 17.5824 13.8342 17.9886 13.6391C19.2736 13.0218 20.3874 12.2149 21.2687 11.2762L21.2935 11.2497L22.339 10.2866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6491 2.81433C17.6967 2.84382 17.7205 2.85856 17.7375 2.87294C17.7873 2.91511 17.8027 2.93708 17.8252 2.99833C17.8329 3.01922 17.8429 3.06744 17.8629 3.16388C18.2594 5.07657 18.2688 6.42879 18.0413 7.50109C17.8163 8.56136 17.3429 9.42842 16.6364 10.3543C15.7785 11.4786 14.9696 12.9499 14.9984 14.6414C14.9985 14.6464 14.995 14.6508 14.9901 14.6518C14.5495 14.7449 14.098 14.818 13.6369 14.8696C13.3441 14.9025 13.1977 14.9189 13.0977 14.8294C12.9976 14.74 12.9976 14.5883 12.9976 14.2851L12.9976 1.91448C12.9976 1.60358 12.9976 1.44813 13.1024 1.35834C13.2071 1.26854 13.3549 1.29135 13.6505 1.33698C15.0991 1.56052 16.4522 2.07324 17.6491 2.81433Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9976 1.91449C10.9976 1.60358 10.9976 1.44813 10.8929 1.35834C10.7882 1.26855 10.6404 1.29136 10.3448 1.33698C8.89618 1.56052 7.54305 2.07325 6.34621 2.81435C6.29859 2.84383 6.27479 2.85857 6.2578 2.87295C6.20799 2.91512 6.19262 2.9371 6.17009 2.99835C6.1624 3.01923 6.15241 3.06745 6.13242 3.16388C5.73591 5.07657 5.72645 6.42879 5.95397 7.50109C6.17894 8.56136 6.65235 9.42842 7.35883 10.3543C8.21681 11.4786 9.02565 12.9499 8.99689 14.6414C8.99681 14.6464 9.00026 14.6508 9.00513 14.6518C9.44572 14.7448 9.89731 14.8179 10.3583 14.8696C10.6512 14.9024 10.7976 14.9188 10.8976 14.8294C10.9976 14.74 10.9976 14.5883 10.9976 14.2851L10.9976 1.91449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.83592 6.79274C3.77385 6.01782 3.74281 5.63036 3.52962 5.58046C3.31642 5.53057 3.13398 5.83511 2.76911 6.4442C2.1675 7.44846 1.72518 8.55909 1.47704 9.74116C1.44492 9.89421 1.42885 9.97074 1.45301 10.0462C1.47717 10.1217 1.53687 10.1767 1.65625 10.2867L2.70161 11.2497L2.72644 11.2762C3.60772 12.2149 4.7216 13.0218 6.00664 13.6391C6.4129 13.8342 6.61604 13.9318 6.76611 13.7882C6.91619 13.6447 6.83268 13.4491 6.66566 13.0579C6.44987 12.5525 6.13991 12.0538 5.76886 11.5675C4.9492 10.4934 4.30332 9.35743 3.99752 7.91621C3.92124 7.55669 3.86721 7.18334 3.83592 6.79274Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.29375 12.6721C1.28493 12.664 1.27072 12.6708 1.27152 12.6828C1.41692 14.8751 2.21955 16.8877 3.48418 18.5253C3.66313 18.7571 3.75261 18.873 3.88799 18.8816C4.02336 18.8903 4.13093 18.7827 4.34606 18.5676L4.65985 18.2538C4.68786 18.2258 4.7175 18.1995 4.74863 18.175C5.43176 17.6375 5.92216 17.1239 6.26701 16.6391C6.43776 16.3991 6.52313 16.2791 6.48244 16.1396C6.44175 16.0001 6.2888 15.9381 5.98289 15.8142C4.14848 15.0712 2.54423 13.9956 1.29375 12.6721Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.81732 19.9247C5.59243 20.1496 5.47998 20.2621 5.49256 20.4019C5.50513 20.5416 5.6309 20.6288 5.88242 20.8031C7.18891 21.7083 8.70571 22.3315 10.3447 22.5844C10.6404 22.63 10.7882 22.6528 10.8929 22.563C10.9976 22.4733 10.9976 22.3178 10.9976 22.0069V17.4962C10.9976 17.2305 10.9976 17.0977 10.9195 17.0118C10.8413 16.9259 10.7055 16.9132 10.434 16.8877C9.96784 16.844 9.5084 16.7809 9.05702 16.6994C8.82518 16.6575 8.70926 16.6366 8.62114 16.6795C8.53303 16.7223 8.4753 16.8315 8.35985 17.0497C7.88025 17.9562 7.11806 18.8472 6.03287 19.7092L5.81732 19.9247Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9976 22.0069C12.9976 22.3178 12.9976 22.4733 13.1024 22.5631C13.2071 22.6528 13.3549 22.63 13.6506 22.5844C15.2896 22.3315 16.8064 21.7083 18.1129 20.8031C18.3644 20.6288 18.4902 20.5416 18.5027 20.4019C18.5153 20.2621 18.4029 20.1496 18.178 19.9248L17.9624 19.7092C16.8772 18.8472 16.115 17.9562 15.6354 17.0497C15.52 16.8315 15.4623 16.7224 15.3741 16.6795C15.286 16.6366 15.1701 16.6576 14.9383 16.6994C14.4869 16.7809 14.0275 16.844 13.5613 16.8877C13.2898 16.9132 13.154 16.926 13.0758 17.0118C12.9976 17.0977 12.9976 17.2305 12.9976 17.4963V22.0069Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.6492 18.5676C19.8644 18.7827 19.9719 18.8903 20.1073 18.8816C20.2427 18.873 20.3322 18.7571 20.5111 18.5253C21.7757 16.8877 22.5784 14.8751 22.7238 12.6828C22.7246 12.6708 22.7103 12.6639 22.7014 12.6721C21.4509 13.9956 19.8467 15.0712 18.0124 15.8142C17.7065 15.9381 17.5535 16.0001 17.5128 16.1396C17.4722 16.2791 17.5575 16.3991 17.7283 16.6391C18.0731 17.1239 18.5635 17.6375 19.2467 18.175C19.2778 18.1995 19.3074 18.2258 19.3354 18.2538L19.6492 18.5676Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.339 10.2866C22.4584 10.1766 22.5181 10.1216 22.5423 10.0461C22.5664 9.9706 22.5504 9.89407 22.5182 9.74102C22.2701 8.55899 21.8278 7.4484 21.2262 6.44417C20.8613 5.83509 20.6789 5.53055 20.4657 5.58044C20.2525 5.63034 20.2214 6.0178 20.1594 6.79272C20.1281 7.18333 20.074 7.55668 19.9978 7.91621C19.692 9.35743 19.0461 10.4934 18.2264 11.5675C17.8554 12.0538 17.5454 12.5525 17.3296 13.0579C17.1626 13.4491 17.0791 13.6447 17.2292 13.7883C17.3792 13.9318 17.5824 13.8342 17.9886 13.6391C19.2736 13.0218 20.3874 12.2149 21.2687 11.2762L21.2935 11.2497L22.339 10.2866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6491 2.81433C17.6967 2.84382 17.7205 2.85856 17.7375 2.87294C17.7873 2.91511 17.8027 2.93708 17.8252 2.99833C17.8329 3.01922 17.8429 3.06744 17.8629 3.16388C18.2594 5.07657 18.2688 6.42879 18.0413 7.50109C17.8163 8.56136 17.3429 9.42842 16.6364 10.3543C15.7785 11.4786 14.9696 12.9499 14.9984 14.6414C14.9985 14.6464 14.995 14.6508 14.9901 14.6518C14.5495 14.7449 14.098 14.818 13.6369 14.8696C13.3441 14.9025 13.1977 14.9189 13.0977 14.8294C12.9976 14.74 12.9976 14.5883 12.9976 14.2851L12.9976 1.91448C12.9976 1.60358 12.9976 1.44813 13.1024 1.35834C13.2071 1.26854 13.3549 1.29135 13.6505 1.33698C15.0991 1.56052 16.4522 2.07324 17.6491 2.81433Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-basketball-hoop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.43575 1H14.5643C16.1534 0.999979 17.436 0.999961 18.4558 1.1223C19.5126 1.24907 20.4165 1.51922 21.1776 2.15309C21.4306 2.36382 21.6623 2.59908 21.8696 2.85541C22.4914 3.62428 22.7555 4.53537 22.8798 5.60213C23 6.63455 23 7.93398 23 9.54893V9.67434C23 11.2893 23 12.5887 22.8798 13.6211C22.7555 14.6879 22.4914 15.599 21.8696 16.3679C21.3428 17.0194 20.6544 17.5361 19.8149 17.8146C19.2907 17.9886 18.7248 17.7046 18.5509 17.1804C18.377 16.6563 18.6609 16.0903 19.1851 15.9164C19.6212 15.7717 20.0005 15.4986 20.3145 15.1103C20.6007 14.7563 20.7905 14.2719 20.8932 13.3898C20.9984 12.4866 21 11.304 21 9.61164C21 7.91929 20.9984 6.73666 20.8932 5.83351C20.7905 4.95135 20.6007 4.46693 20.3145 4.11298C20.1893 3.95821 20.0497 3.81651 19.8976 3.68986C19.5523 3.40226 19.0812 3.21167 18.2176 3.10807C17.3308 3.00169 16.1686 3 14.5 3H9.5C7.83141 3 6.66918 3.00169 5.7824 3.10807C4.9188 3.21167 4.44772 3.40226 4.10241 3.68986C3.95035 3.81651 3.81069 3.95821 3.68554 4.11298C3.39932 4.46693 3.20953 4.95135 3.10678 5.83351C3.00159 6.73666 3 7.91929 3 9.61164C3 11.304 3.00159 12.4866 3.10678 13.3898C3.20953 14.2719 3.39932 14.7563 3.68554 15.1103C3.99954 15.4986 4.37877 15.7717 4.81492 15.9164C5.33911 16.0903 5.62305 16.6562 5.44912 17.1804C5.27519 17.7046 4.70926 17.9886 4.18508 17.8146C3.3456 17.5361 2.65724 17.0194 2.13038 16.3679C1.50864 15.599 1.24446 14.6879 1.12021 13.6211C0.999965 12.5887 0.99998 11.2893 1 9.67437V9.54891C0.99998 7.93396 0.999965 6.63455 1.12021 5.60213C1.24446 4.53537 1.50864 3.62428 2.13038 2.85541C2.33766 2.59908 2.56943 2.36382 2.82244 2.15309C3.58349 1.51922 4.48745 1.24907 5.54418 1.1223C6.56402 0.999961 7.84658 0.999979 9.43575 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 13C5 12.4477 5.44772 12 6 12H18C18.5523 12 19 12.4477 19 13C19 13.5523 18.5523 14 18 14H17.5454L16.4917 22.1286C16.4207 22.6763 15.9191 23.0627 15.3714 22.9917C14.8237 22.9207 14.4373 22.4191 14.5083 21.8714L15.5287 14H13V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V14H8.47133L9.4917 21.8714C9.5627 22.4191 9.17626 22.9207 8.62855 22.9917C8.08085 23.0627 7.5793 22.6763 7.5083 22.1286L6.4546 14H6C5.44772 14 5 13.5523 5 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.70793 7.04279C10.1215 7.00232 10.5693 7 10.9978 7H13.0022C13.4307 7 13.8785 7.00232 14.2921 7.04279C14.7046 7.08316 15.1533 7.1669 15.5683 7.36925C16.0065 7.58293 16.3795 7.91579 16.634 8.39503C16.8776 8.8536 16.982 9.38792 16.9996 9.96982C17.0162 10.5219 16.5822 10.9829 16.0302 10.9995C15.4782 11.0162 15.0171 10.5822 15.0005 10.0302C14.9886 9.63621 14.9205 9.43259 14.8677 9.33319C14.8259 9.25445 14.7786 9.20929 14.6917 9.16694C14.5816 9.11325 14.4004 9.06295 14.0973 9.03328C13.7952 9.00372 13.4416 9 13.0022 9H10.9978C10.5584 9 10.2048 9.00372 9.90274 9.03328C9.59961 9.06295 9.41839 9.11325 9.30829 9.16694C9.22143 9.20929 9.17413 9.25445 9.13231 9.33319C9.07951 9.43259 9.01145 9.63621 8.99955 10.0302C8.98289 10.5822 8.52186 11.0162 7.96983 10.9995C7.4178 10.9829 6.9838 10.5219 7.00046 9.96982C7.01803 9.38792 7.12243 8.8536 7.366 8.39503C7.62054 7.91579 7.99351 7.58293 8.43174 7.36925C8.84674 7.1669 9.29542 7.08316 9.70793 7.04279Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 17.5H8V15.5H16V17.5ZM15.5556 21H8.44444V19H15.5556V21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.43575 1H14.5643C16.1534 0.999979 17.436 0.999961 18.4558 1.1223C19.5126 1.24907 20.4165 1.51922 21.1776 2.15309C21.4306 2.36382 21.6623 2.59908 21.8696 2.85541C22.4914 3.62428 22.7555 4.53537 22.8798 5.60213C23 6.63455 23 7.93398 23 9.54893V9.67434C23 11.2893 23 12.5887 22.8798 13.6211C22.7555 14.6879 22.4914 15.599 21.8696 16.3679C21.3428 17.0194 20.6544 17.5361 19.8149 17.8146C19.2907 17.9886 18.7248 17.7046 18.5509 17.1804C18.377 16.6563 18.6609 16.0903 19.1851 15.9164C19.6212 15.7717 20.0005 15.4986 20.3145 15.1103C20.6007 14.7563 20.7905 14.2719 20.8932 13.3898C20.9984 12.4866 21 11.304 21 9.61164C21 7.91929 20.9984 6.73666 20.8932 5.83351C20.7905 4.95135 20.6007 4.46693 20.3145 4.11298C20.1893 3.95821 20.0497 3.81651 19.8976 3.68986C19.5523 3.40226 19.0812 3.21167 18.2176 3.10807C17.3308 3.00169 16.1686 3 14.5 3H9.5C7.83141 3 6.66918 3.00169 5.7824 3.10807C4.9188 3.21167 4.44772 3.40226 4.10241 3.68986C3.95035 3.81651 3.81069 3.95821 3.68554 4.11298C3.39932 4.46693 3.20953 4.95135 3.10678 5.83351C3.00159 6.73666 3 7.91929 3 9.61164C3 11.304 3.00159 12.4866 3.10678 13.3898C3.20953 14.2719 3.39932 14.7563 3.68554 15.1103C3.99954 15.4986 4.37877 15.7717 4.81492 15.9164C5.33911 16.0903 5.62305 16.6562 5.44912 17.1804C5.27519 17.7046 4.70926 17.9886 4.18508 17.8146C3.3456 17.5361 2.65724 17.0194 2.13038 16.3679C1.50864 15.599 1.24446 14.6879 1.12021 13.6211C0.999965 12.5887 0.99998 11.2893 1 9.67437V9.54891C0.99998 7.93396 0.999965 6.63455 1.12021 5.60213C1.24446 4.53537 1.50864 3.62428 2.13038 2.85541C2.33766 2.59908 2.56943 2.36382 2.82244 2.15309C3.58349 1.51922 4.48745 1.24907 5.54418 1.1223C6.56402 0.999961 7.84658 0.999979 9.43575 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 13C5 12.4477 5.44772 12 6 12H18C18.5523 12 19 12.4477 19 13C19 13.5523 18.5523 14 18 14H17.5454L16.4917 22.1286C16.4207 22.6763 15.9191 23.0627 15.3714 22.9917C14.8237 22.9207 14.4373 22.4191 14.5083 21.8714L15.5287 14H13V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V14H8.47133L9.4917 21.8714C9.5627 22.4191 9.17626 22.9207 8.62855 22.9917C8.08085 23.0627 7.5793 22.6763 7.5083 22.1286L6.4546 14H6C5.44772 14 5 13.5523 5 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.70793 7.04279C10.1215 7.00232 10.5693 7 10.9978 7H13.0022C13.4307 7 13.8785 7.00232 14.2921 7.04279C14.7046 7.08316 15.1533 7.1669 15.5683 7.36925C16.0065 7.58293 16.3795 7.91579 16.634 8.39503C16.8776 8.8536 16.982 9.38792 16.9996 9.96982C17.0162 10.5219 16.5822 10.9829 16.0302 10.9995C15.4782 11.0162 15.0171 10.5822 15.0005 10.0302C14.9886 9.63621 14.9205 9.43259 14.8677 9.33319C14.8259 9.25445 14.7786 9.20929 14.6917 9.16694C14.5816 9.11325 14.4004 9.06295 14.0973 9.03328C13.7952 9.00372 13.4416 9 13.0022 9H10.9978C10.5584 9 10.2048 9.00372 9.90274 9.03328C9.59961 9.06295 9.41839 9.11325 9.30829 9.16694C9.22143 9.20929 9.17413 9.25445 9.13231 9.33319C9.07951 9.43259 9.01145 9.63621 8.99955 10.0302C8.98289 10.5822 8.52186 11.0162 7.96983 10.9995C7.4178 10.9829 6.9838 10.5219 7.00046 9.96982C7.01803 9.38792 7.12243 8.8536 7.366 8.39503C7.62054 7.91579 7.99351 7.58293 8.43174 7.36925C8.84674 7.1669 9.29542 7.08316 9.70793 7.04279Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 17.5H8V15.5H16V17.5ZM15.5556 21H8.44444V19H15.5556V21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-bicycle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 13C3.84315 13 2.5 14.3431 2.5 16C2.5 17.6569 3.84315 19 5.5 19C7.15685 19 8.5 17.6569 8.5 16C8.5 14.3431 7.15685 13 5.5 13ZM0.5 16C0.5 13.2386 2.73858 11 5.5 11C8.26142 11 10.5 13.2386 10.5 16C10.5 18.7614 8.26142 21 5.5 21C2.73858 21 0.5 18.7614 0.5 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 13C16.8431 13 15.5 14.3431 15.5 16C15.5 17.6569 16.8431 19 18.5 19C20.1569 19 21.5 17.6569 21.5 16C21.5 14.3431 20.1569 13 18.5 13ZM13.5 16C13.5 13.2386 15.7386 11 18.5 11C21.2614 11 23.5 13.2386 23.5 16C23.5 18.7614 21.2614 21 18.5 21C15.7386 21 13.5 18.7614 13.5 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.8126 6.60023C16.2923 6.87381 16.4595 7.48452 16.1859 7.96428L11.6093 15.9901C11.6092 15.9902 11.6094 15.9899 11.6093 15.9901C11.2537 16.6151 10.5897 17.0017 9.87056 17.0017H5.5C4.94772 17.0017 4.5 16.554 4.5 16.0017C4.5 15.4494 4.94772 15.0017 5.5 15.0017L9.87056 15.0017L14.4485 6.97356C14.7221 6.4938 15.3328 6.32665 15.8126 6.60023Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 7C3.5 6.44772 3.94772 6 4.5 6H8.5C9.05228 6 9.5 6.44772 9.5 7C9.5 7.50883 9.11997 7.9289 8.62825 7.99185L12.2682 12.3598C12.6218 12.7841 12.5645 13.4147 12.1402 13.7682C11.7159 14.1218 11.0853 14.0645 10.7318 13.6402L6.03163 8H4.5C3.94772 8 3.5 7.55228 3.5 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.8828 3.52466C14.3161 3.05074 14.9321 3 15.2941 3C16.1844 3 17.2619 3.05235 18.215 3.43536C19.2327 3.84431 20.0875 4.62352 20.4618 5.95145C20.6117 6.48301 20.3023 7.03541 19.7707 7.18526C19.2391 7.33511 18.6867 7.02567 18.5369 6.4941C18.3488 5.82698 17.9761 5.49481 17.4693 5.29113C16.9777 5.09361 16.3585 5.02048 15.6477 5.0039L19.4666 15.6627C19.6529 16.1826 19.3824 16.7551 18.8625 16.9414C18.3426 17.1277 17.7701 16.8572 17.5838 16.3373L13.609 5.24352C13.5992 5.21618 13.5906 5.18843 13.5833 5.16034C13.4667 4.71664 13.4027 4.04977 13.8828 3.52466Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 13C3.84315 13 2.5 14.3431 2.5 16C2.5 17.6569 3.84315 19 5.5 19C7.15685 19 8.5 17.6569 8.5 16C8.5 14.3431 7.15685 13 5.5 13ZM0.5 16C0.5 13.2386 2.73858 11 5.5 11C8.26142 11 10.5 13.2386 10.5 16C10.5 18.7614 8.26142 21 5.5 21C2.73858 21 0.5 18.7614 0.5 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 13C16.8431 13 15.5 14.3431 15.5 16C15.5 17.6569 16.8431 19 18.5 19C20.1569 19 21.5 17.6569 21.5 16C21.5 14.3431 20.1569 13 18.5 13ZM13.5 16C13.5 13.2386 15.7386 11 18.5 11C21.2614 11 23.5 13.2386 23.5 16C23.5 18.7614 21.2614 21 18.5 21C15.7386 21 13.5 18.7614 13.5 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.8126 6.60023C16.2923 6.87381 16.4595 7.48452 16.1859 7.96428L11.6093 15.9901C11.6092 15.9902 11.6094 15.9899 11.6093 15.9901C11.2537 16.6151 10.5897 17.0017 9.87056 17.0017H5.5C4.94772 17.0017 4.5 16.554 4.5 16.0017C4.5 15.4494 4.94772 15.0017 5.5 15.0017L9.87056 15.0017L14.4485 6.97356C14.7221 6.4938 15.3328 6.32665 15.8126 6.60023Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 7C3.5 6.44772 3.94772 6 4.5 6H8.5C9.05228 6 9.5 6.44772 9.5 7C9.5 7.50883 9.11997 7.9289 8.62825 7.99185L12.2682 12.3598C12.6218 12.7841 12.5645 13.4147 12.1402 13.7682C11.7159 14.1218 11.0853 14.0645 10.7318 13.6402L6.03163 8H4.5C3.94772 8 3.5 7.55228 3.5 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.8828 3.52466C14.3161 3.05074 14.9321 3 15.2941 3C16.1844 3 17.2619 3.05235 18.215 3.43536C19.2327 3.84431 20.0875 4.62352 20.4618 5.95145C20.6117 6.48301 20.3023 7.03541 19.7707 7.18526C19.2391 7.33511 18.6867 7.02567 18.5369 6.4941C18.3488 5.82698 17.9761 5.49481 17.4693 5.29113C16.9777 5.09361 16.3585 5.02048 15.6477 5.0039L19.4666 15.6627C19.6529 16.1826 19.3824 16.7551 18.8625 16.9414C18.3426 17.1277 17.7701 16.8572 17.5838 16.3373L13.609 5.24352C13.5992 5.21618 13.5906 5.18843 13.5833 5.16034C13.4667 4.71664 13.4027 4.04977 13.8828 3.52466Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-billiard-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1116 8.88835C14.2865 8.06325 12.958 8.03439 12.0978 8.82287L1.49321 18.5438C1.18787 18.8236 1.16724 19.2981 1.44713 19.6034C1.72703 19.9088 2.20145 19.9294 2.50679 19.6495L10.5455 12.2807C10.9622 12.2674 11.258 12.3989 11.4545 12.5777C11.6419 12.7483 11.7837 13.0029 11.8344 13.329L4.35051 21.4932C4.07062 21.7985 4.09125 22.273 4.39659 22.5529C4.70193 22.8328 5.17635 22.8121 5.45625 22.5068L15.1771 11.9022C15.9656 11.042 15.9367 9.71345 15.1116 8.88835Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25 9C7.25 4.71979 10.7198 1.25 15 1.25C19.2802 1.25 22.75 4.71979 22.75 9C22.75 13.2802 19.2802 16.75 15 16.75C14.6534 16.75 14.3121 16.7272 13.9776 16.6832C13.5552 16.6275 13.3441 16.5997 13.2818 16.4286C13.2196 16.2575 13.3716 16.0917 13.6756 15.7601L16.2829 12.9158C17.614 11.4636 17.5653 9.22067 16.1723 7.8277C14.7793 6.43473 12.5364 6.38599 11.0842 7.71714L8.2399 10.3244C7.9083 10.6284 7.74249 10.7804 7.57141 10.7182C7.40033 10.6559 7.3725 10.4448 7.31684 10.0224C7.27275 9.68787 7.25 9.34659 7.25 9ZM18.4365 6.49454C18.1634 6.18313 18.1944 5.70927 18.5058 5.43615C18.8172 5.16303 19.2911 5.19407 19.5642 5.50548C20.6423 6.73471 20.9832 8.66967 20.5954 10.1858C20.4927 10.5871 20.0842 10.8293 19.6829 10.7266C19.2816 10.624 19.0395 10.2155 19.1422 9.81417C19.4245 8.71016 19.1449 7.30229 18.4365 6.49454Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1116 8.88835C14.2865 8.06325 12.958 8.03439 12.0978 8.82287L1.49321 18.5438C1.18787 18.8236 1.16724 19.2981 1.44713 19.6034C1.72703 19.9088 2.20145 19.9294 2.50679 19.6495L10.5455 12.2807C10.9622 12.2674 11.258 12.3989 11.4545 12.5777C11.6419 12.7483 11.7837 13.0029 11.8344 13.329L4.35051 21.4932C4.07062 21.7985 4.09125 22.273 4.39659 22.5529C4.70193 22.8328 5.17635 22.8121 5.45625 22.5068L15.1771 11.9022C15.9656 11.042 15.9367 9.71345 15.1116 8.88835Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25 9C7.25 4.71979 10.7198 1.25 15 1.25C19.2802 1.25 22.75 4.71979 22.75 9C22.75 13.2802 19.2802 16.75 15 16.75C14.6534 16.75 14.3121 16.7272 13.9776 16.6832C13.5552 16.6275 13.3441 16.5997 13.2818 16.4286C13.2196 16.2575 13.3716 16.0917 13.6756 15.7601L16.2829 12.9158C17.614 11.4636 17.5653 9.22067 16.1723 7.8277C14.7793 6.43473 12.5364 6.38599 11.0842 7.71714L8.2399 10.3244C7.9083 10.6284 7.74249 10.7804 7.57141 10.7182C7.40033 10.6559 7.3725 10.4448 7.31684 10.0224C7.27275 9.68787 7.25 9.34659 7.25 9ZM18.4365 6.49454C18.1634 6.18313 18.1944 5.70927 18.5058 5.43615C18.8172 5.16303 19.2911 5.19407 19.5642 5.50548C20.6423 6.73471 20.9832 8.66967 20.5954 10.1858C20.4927 10.5871 20.0842 10.8293 19.6829 10.7266C19.2816 10.624 19.0395 10.2155 19.1422 9.81417C19.4245 8.71016 19.1449 7.30229 18.4365 6.49454Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-billiard-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12 5.75C8.54822 5.75 5.75 8.54822 5.75 12C5.75 15.4518 8.54822 18.25 12 18.25C15.4518 18.25 18.25 15.4518 18.25 12C18.25 8.54822 15.4518 5.75 12 5.75ZM4.25 12C4.25 7.71979 7.71979 4.25 12 4.25C16.2802 4.25 19.75 7.71979 19.75 12C19.75 16.2802 16.2802 19.75 12 19.75C7.71979 19.75 4.25 16.2802 4.25 12ZM11.25 10.75C11.25 10.5961 11.4519 10.25 12 10.25C12.5481 10.25 12.75 10.5961 12.75 10.75C12.75 10.9039 12.5481 11.25 12 11.25C11.4519 11.25 11.25 10.9039 11.25 10.75ZM13.7988 12C13.7988 12.0335 13.8257 12.0691 13.8794 12.1402C14.1096 12.4451 14.25 12.8196 14.25 13.25C14.25 14.4768 13.1088 15.25 12 15.25C10.8912 15.25 9.75 14.4768 9.75 13.25C9.75 12.8196 9.89043 12.4451 10.1206 12.1402L10.1206 12.1402C10.1743 12.0691 10.2012 12.0335 10.2012 12C10.2012 11.9665 10.1743 11.9309 10.1206 11.8598L10.1206 11.8598C9.89043 11.5549 9.75 11.1804 9.75 10.75C9.75 9.5232 10.8912 8.75 12 8.75C13.1088 8.75 14.25 9.5232 14.25 10.75C14.25 11.1804 14.1096 11.5549 13.8794 11.8598L13.8794 11.8598C13.8257 11.9309 13.7988 11.9665 13.7988 12ZM11.25 13.25C11.25 13.0961 11.4519 12.75 12 12.75C12.5481 12.75 12.75 13.0961 12.75 13.25C12.75 13.4039 12.5481 13.75 12 13.75C11.4519 13.75 11.25 13.4039 11.25 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM12 5.75C8.54822 5.75 5.75 8.54822 5.75 12C5.75 15.4518 8.54822 18.25 12 18.25C15.4518 18.25 18.25 15.4518 18.25 12C18.25 8.54822 15.4518 5.75 12 5.75ZM4.25 12C4.25 7.71979 7.71979 4.25 12 4.25C16.2802 4.25 19.75 7.71979 19.75 12C19.75 16.2802 16.2802 19.75 12 19.75C7.71979 19.75 4.25 16.2802 4.25 12ZM11.25 10.75C11.25 10.5961 11.4519 10.25 12 10.25C12.5481 10.25 12.75 10.5961 12.75 10.75C12.75 10.9039 12.5481 11.25 12 11.25C11.4519 11.25 11.25 10.9039 11.25 10.75ZM13.7988 12C13.7988 12.0335 13.8257 12.0691 13.8794 12.1402C14.1096 12.4451 14.25 12.8196 14.25 13.25C14.25 14.4768 13.1088 15.25 12 15.25C10.8912 15.25 9.75 14.4768 9.75 13.25C9.75 12.8196 9.89043 12.4451 10.1206 12.1402L10.1206 12.1402C10.1743 12.0691 10.2012 12.0335 10.2012 12C10.2012 11.9665 10.1743 11.9309 10.1206 11.8598L10.1206 11.8598C9.89043 11.5549 9.75 11.1804 9.75 10.75C9.75 9.5232 10.8912 8.75 12 8.75C13.1088 8.75 14.25 9.5232 14.25 10.75C14.25 11.1804 14.1096 11.5549 13.8794 11.8598L13.8794 11.8598C13.8257 11.9309 13.7988 11.9665 13.7988 12ZM11.25 13.25C11.25 13.0961 11.4519 12.75 12 12.75C12.5481 12.75 12.75 13.0961 12.75 13.25C12.75 13.4039 12.5481 13.75 12 13.75C11.4519 13.75 11.25 13.4039 11.25 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-block-game{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0281 13.75C18.6306 13.75 19.1234 13.75 19.5238 13.7827C19.9383 13.8166 20.3127 13.8888 20.6623 14.0669C21.2094 14.3457 21.6543 14.7906 21.9331 15.3377C22.1112 15.6873 22.1834 16.0617 22.2173 16.4762C22.25 16.8766 22.25 17.3694 22.25 17.9718V17.9719V18.0281V18.0281C22.25 18.6306 22.25 19.1233 22.2173 19.5238C22.1834 19.9383 22.1112 20.3127 21.9331 20.6623C21.6543 21.2094 21.2094 21.6543 20.6623 21.9331C20.3127 22.1112 19.9383 22.1834 19.5238 22.2173C19.1233 22.25 18.6306 22.25 18.0281 22.25H18.028H17.9719H17.9718C17.3694 22.25 16.8766 22.25 16.4762 22.2173C16.0617 22.1834 15.6873 22.1112 15.3377 21.9331C14.7906 21.6543 14.3457 21.2094 14.0669 20.6623C13.8888 20.3127 13.8166 19.9383 13.7827 19.5238C13.75 19.1233 13.75 18.6306 13.75 18.0281V18.0281V17.9719V17.9719C13.75 17.3694 13.75 16.8767 13.7827 16.4762C13.8166 16.0617 13.8888 15.6873 14.0669 15.3377C14.3457 14.7906 14.7906 14.3457 15.3377 14.0669C15.6873 13.8888 16.0617 13.8166 16.4762 13.7827C16.8767 13.75 17.3694 13.75 17.9719 13.75H17.9719H18.0281H18.0281Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0281 4.25012C18.6306 4.25011 19.1234 4.25011 19.5238 4.28283C19.9383 4.31669 20.3127 4.38893 20.6623 4.56706C21.2094 4.84585 21.6543 5.29071 21.9331 5.83786C22.1112 6.18747 22.1834 6.56183 22.2173 6.97632C22.25 7.37677 22.25 7.86949 22.25 8.47197V8.47199V8.52821V8.52823C22.25 9.13073 22.25 9.62347 22.2173 10.0239C22.1834 10.4384 22.1112 10.8128 21.9331 11.1624C21.6543 11.7095 21.2094 12.1544 20.6623 12.4332C20.3127 12.6113 19.9383 12.6836 19.5238 12.7174C19.1233 12.7501 18.6306 12.7501 18.0281 12.7501H18.028H17.9719H17.9718C17.3694 12.7501 16.8766 12.7501 16.4762 12.7174C16.0617 12.6836 15.6873 12.6113 15.3377 12.4332C14.7906 12.1544 14.3457 11.7095 14.0669 11.1624C13.8888 10.8128 13.8166 10.4384 13.7827 10.0239C13.75 9.62347 13.75 9.13073 13.75 8.52824V8.52823V8.47201V8.472C13.75 7.86951 13.75 7.37677 13.7827 6.97632C13.8166 6.56183 13.8888 6.18747 14.0669 5.83786C14.3457 5.2907 14.7906 4.84585 15.3377 4.56706C15.6873 4.38893 16.0617 4.31669 16.4762 4.28283C16.8767 4.25011 17.3694 4.25011 17.9719 4.25012H17.9719H18.0281H18.0281Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.02812 1.75C6.63062 1.74999 7.12335 1.74999 7.5238 1.7827C7.9383 1.81657 8.31265 1.88881 8.66226 2.06694C9.20942 2.34573 9.65427 2.79058 9.93306 3.33774C10.1112 3.68735 10.1834 4.06171 10.2173 4.4762C10.25 4.87665 10.25 5.36937 10.25 5.97185V5.97187V6.02808V6.02811C10.25 6.63061 10.25 7.12335 10.2173 7.5238C10.1834 7.9383 10.1112 8.31265 9.93306 8.66226C9.65427 9.20942 9.20942 9.65427 8.66226 9.93306C8.31265 10.1112 7.9383 10.1834 7.5238 10.2173C7.12334 10.25 6.63059 10.25 6.02808 10.25H6.02805H5.97187H5.97185C5.36937 10.25 4.87665 10.25 4.4762 10.2173C4.0617 10.1834 3.68735 10.1112 3.33774 9.93306C2.79058 9.65427 2.34573 9.20942 2.06694 8.66226C1.88881 8.31265 1.81657 7.93829 1.7827 7.5238C1.74999 7.12335 1.74999 6.63061 1.75 6.02812V6.02811V5.97189V5.97188C1.74999 5.36939 1.74999 4.87665 1.7827 4.4762C1.81657 4.0617 1.88881 3.68735 2.06694 3.33774C2.34573 2.79058 2.79058 2.34573 3.33774 2.06694C3.68735 1.88881 4.06171 1.81657 4.4762 1.7827C4.87665 1.74999 5.36939 1.74999 5.97188 1.75H5.97189H6.02811H6.02812Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.25 17.9719C4.24999 17.3694 4.24999 16.8766 4.2827 16.4762C4.31657 16.0617 4.38881 15.6873 4.56694 15.3377C4.84573 14.7906 5.29058 14.3457 5.83774 14.0669C6.18735 13.8888 6.56171 13.8166 6.9762 13.7827C7.37665 13.75 7.86937 13.75 8.47185 13.75L8.47187 13.75L8.52808 13.75L8.52811 13.75C9.13061 13.75 9.62335 13.75 10.0238 13.7827C10.4383 13.8166 10.8127 13.8888 11.1623 14.0669C11.7094 14.3457 12.1543 14.7906 12.4331 15.3377C12.6112 15.6873 12.6834 16.0617 12.7173 16.4762C12.75 16.8767 12.75 17.3694 12.75 17.9719L12.75 17.972L12.75 18.0281L12.75 18.0282C12.75 18.6306 12.75 19.1234 12.7173 19.5238C12.6834 19.9383 12.6112 20.3127 12.4331 20.6623C12.1543 21.2094 11.7094 21.6543 11.1623 21.9331C10.8127 22.1112 10.4383 22.1834 10.0238 22.2173C9.62335 22.25 9.13061 22.25 8.52812 22.25L8.52811 22.25L8.47189 22.25L8.47188 22.25C7.86939 22.25 7.37665 22.25 6.9762 22.2173C6.5617 22.1834 6.18735 22.1112 5.83774 21.9331C5.29058 21.6543 4.84573 21.2094 4.56694 20.6623C4.38881 20.3127 4.31657 19.9383 4.2827 19.5238C4.24999 19.1233 4.24999 18.6306 4.25 18.0281L4.25 18.0281L4.25 17.9719L4.25 17.9719Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0281 13.75C18.6306 13.75 19.1234 13.75 19.5238 13.7827C19.9383 13.8166 20.3127 13.8888 20.6623 14.0669C21.2094 14.3457 21.6543 14.7906 21.9331 15.3377C22.1112 15.6873 22.1834 16.0617 22.2173 16.4762C22.25 16.8766 22.25 17.3694 22.25 17.9718V17.9719V18.0281V18.0281C22.25 18.6306 22.25 19.1233 22.2173 19.5238C22.1834 19.9383 22.1112 20.3127 21.9331 20.6623C21.6543 21.2094 21.2094 21.6543 20.6623 21.9331C20.3127 22.1112 19.9383 22.1834 19.5238 22.2173C19.1233 22.25 18.6306 22.25 18.0281 22.25H18.028H17.9719H17.9718C17.3694 22.25 16.8766 22.25 16.4762 22.2173C16.0617 22.1834 15.6873 22.1112 15.3377 21.9331C14.7906 21.6543 14.3457 21.2094 14.0669 20.6623C13.8888 20.3127 13.8166 19.9383 13.7827 19.5238C13.75 19.1233 13.75 18.6306 13.75 18.0281V18.0281V17.9719V17.9719C13.75 17.3694 13.75 16.8767 13.7827 16.4762C13.8166 16.0617 13.8888 15.6873 14.0669 15.3377C14.3457 14.7906 14.7906 14.3457 15.3377 14.0669C15.6873 13.8888 16.0617 13.8166 16.4762 13.7827C16.8767 13.75 17.3694 13.75 17.9719 13.75H17.9719H18.0281H18.0281Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0281 4.25012C18.6306 4.25011 19.1234 4.25011 19.5238 4.28283C19.9383 4.31669 20.3127 4.38893 20.6623 4.56706C21.2094 4.84585 21.6543 5.29071 21.9331 5.83786C22.1112 6.18747 22.1834 6.56183 22.2173 6.97632C22.25 7.37677 22.25 7.86949 22.25 8.47197V8.47199V8.52821V8.52823C22.25 9.13073 22.25 9.62347 22.2173 10.0239C22.1834 10.4384 22.1112 10.8128 21.9331 11.1624C21.6543 11.7095 21.2094 12.1544 20.6623 12.4332C20.3127 12.6113 19.9383 12.6836 19.5238 12.7174C19.1233 12.7501 18.6306 12.7501 18.0281 12.7501H18.028H17.9719H17.9718C17.3694 12.7501 16.8766 12.7501 16.4762 12.7174C16.0617 12.6836 15.6873 12.6113 15.3377 12.4332C14.7906 12.1544 14.3457 11.7095 14.0669 11.1624C13.8888 10.8128 13.8166 10.4384 13.7827 10.0239C13.75 9.62347 13.75 9.13073 13.75 8.52824V8.52823V8.47201V8.472C13.75 7.86951 13.75 7.37677 13.7827 6.97632C13.8166 6.56183 13.8888 6.18747 14.0669 5.83786C14.3457 5.2907 14.7906 4.84585 15.3377 4.56706C15.6873 4.38893 16.0617 4.31669 16.4762 4.28283C16.8767 4.25011 17.3694 4.25011 17.9719 4.25012H17.9719H18.0281H18.0281Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.02812 1.75C6.63062 1.74999 7.12335 1.74999 7.5238 1.7827C7.9383 1.81657 8.31265 1.88881 8.66226 2.06694C9.20942 2.34573 9.65427 2.79058 9.93306 3.33774C10.1112 3.68735 10.1834 4.06171 10.2173 4.4762C10.25 4.87665 10.25 5.36937 10.25 5.97185V5.97187V6.02808V6.02811C10.25 6.63061 10.25 7.12335 10.2173 7.5238C10.1834 7.9383 10.1112 8.31265 9.93306 8.66226C9.65427 9.20942 9.20942 9.65427 8.66226 9.93306C8.31265 10.1112 7.9383 10.1834 7.5238 10.2173C7.12334 10.25 6.63059 10.25 6.02808 10.25H6.02805H5.97187H5.97185C5.36937 10.25 4.87665 10.25 4.4762 10.2173C4.0617 10.1834 3.68735 10.1112 3.33774 9.93306C2.79058 9.65427 2.34573 9.20942 2.06694 8.66226C1.88881 8.31265 1.81657 7.93829 1.7827 7.5238C1.74999 7.12335 1.74999 6.63061 1.75 6.02812V6.02811V5.97189V5.97188C1.74999 5.36939 1.74999 4.87665 1.7827 4.4762C1.81657 4.0617 1.88881 3.68735 2.06694 3.33774C2.34573 2.79058 2.79058 2.34573 3.33774 2.06694C3.68735 1.88881 4.06171 1.81657 4.4762 1.7827C4.87665 1.74999 5.36939 1.74999 5.97188 1.75H5.97189H6.02811H6.02812Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.25 17.9719C4.24999 17.3694 4.24999 16.8766 4.2827 16.4762C4.31657 16.0617 4.38881 15.6873 4.56694 15.3377C4.84573 14.7906 5.29058 14.3457 5.83774 14.0669C6.18735 13.8888 6.56171 13.8166 6.9762 13.7827C7.37665 13.75 7.86937 13.75 8.47185 13.75L8.47187 13.75L8.52808 13.75L8.52811 13.75C9.13061 13.75 9.62335 13.75 10.0238 13.7827C10.4383 13.8166 10.8127 13.8888 11.1623 14.0669C11.7094 14.3457 12.1543 14.7906 12.4331 15.3377C12.6112 15.6873 12.6834 16.0617 12.7173 16.4762C12.75 16.8767 12.75 17.3694 12.75 17.9719L12.75 17.972L12.75 18.0281L12.75 18.0282C12.75 18.6306 12.75 19.1234 12.7173 19.5238C12.6834 19.9383 12.6112 20.3127 12.4331 20.6623C12.1543 21.2094 11.7094 21.6543 11.1623 21.9331C10.8127 22.1112 10.4383 22.1834 10.0238 22.2173C9.62335 22.25 9.13061 22.25 8.52812 22.25L8.52811 22.25L8.47189 22.25L8.47188 22.25C7.86939 22.25 7.37665 22.25 6.9762 22.2173C6.5617 22.1834 6.18735 22.1112 5.83774 21.9331C5.29058 21.6543 4.84573 21.2094 4.56694 20.6623C4.38881 20.3127 4.31657 19.9383 4.2827 19.5238C4.24999 19.1233 4.24999 18.6306 4.25 18.0281L4.25 18.0281L4.25 17.9719L4.25 17.9719Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-body-armor{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.57873 18.25C8.59091 18.25 8.60324 18.25 8.61574 18.25H15.386C15.3985 18.25 15.4108 18.25 15.423 18.25C15.6415 18.2499 15.8103 18.2499 15.9754 18.2692C16.5673 18.3383 17.1233 18.5919 17.5603 18.9957C17.6822 19.1084 17.7913 19.2364 17.9307 19.4001C17.9387 19.4094 17.9467 19.4188 17.9548 19.4283L17.9652 19.4405C18.1166 19.6181 18.2453 19.7691 18.3427 19.8934C18.4369 20.0138 18.5457 20.163 18.6168 20.3333C19.0182 21.295 18.4872 22.3661 17.5092 22.6695C17.335 22.7235 17.1522 22.7372 16.9976 22.7435C16.8382 22.75 16.6376 22.75 16.4007 22.75H7.60099C7.36406 22.75 7.16355 22.75 7.00414 22.7435C6.84945 22.7372 6.66671 22.7235 6.49252 22.6695C5.5145 22.3661 4.98348 21.295 5.38492 20.3333C5.45602 20.163 5.56481 20.0138 5.65902 19.8934C5.75638 19.7691 5.8851 19.6181 6.03648 19.4405C6.03993 19.4365 6.0434 19.4324 6.04687 19.4283C6.05501 19.4188 6.06304 19.4094 6.07097 19.4C6.21044 19.2363 6.31946 19.1084 6.44144 18.9957C6.87844 18.5919 7.43436 18.3383 8.02629 18.2692C8.1914 18.2499 8.36015 18.2499 8.57873 18.25ZM8.61574 19.75C8.34362 19.75 8.26755 19.7512 8.20018 19.7591C7.92009 19.7918 7.66063 19.9114 7.45939 20.0974C7.41142 20.1417 7.36297 20.1966 7.18839 20.4014C7.02379 20.5945 6.91581 20.7214 6.84017 20.818C6.78997 20.8822 6.7704 20.9129 6.76545 20.9206C6.72307 21.0368 6.77878 21.1835 6.92937 21.2344C6.93559 21.2352 6.97255 21.241 7.06508 21.2448C7.19023 21.2499 7.35985 21.25 7.61669 21.25H16.385C16.6418 21.25 16.8115 21.2499 16.9366 21.2448C17.0291 21.241 17.0661 21.2352 17.0723 21.2344C17.2229 21.1835 17.2786 21.0368 17.2362 20.9206C17.2313 20.9129 17.2117 20.8822 17.1615 20.818C17.0859 20.7214 16.9779 20.5945 16.8133 20.4014C16.6387 20.1966 16.5903 20.1417 16.5423 20.0974C16.3411 19.9114 16.0816 19.7918 15.8015 19.7591C15.7341 19.7512 15.6581 19.75 15.386 19.75H8.61574Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.69284 1.25967C9.3479 1.22254 9.05123 1.2978 8.80283 1.39226C8.58611 1.47468 8.34623 1.59659 8.10938 1.71695C7.9994 1.7727 7.50401 2.02414 7.37792 2.10924C7.21425 2.21969 7.0357 2.37873 6.90729 2.62346C6.69192 3.03391 6.75757 3.50175 6.7857 3.70164C7.09356 6.13831 8.94604 8.43624 11.3565 9.14181C11.5088 9.18659 11.7245 9.25 11.9998 9.25C12.2752 9.25 12.4909 9.18659 12.6432 9.14181C15.0537 8.43624 16.9061 6.13831 17.214 3.70164C17.2421 3.50175 17.3078 3.03391 17.0924 2.62346C16.964 2.37873 16.7854 2.21969 16.6218 2.10924C16.4957 2.02414 16.3472 1.94889 16.2372 1.89314C16.0004 1.77278 15.4136 1.47468 15.1969 1.39226C14.9485 1.2978 14.6518 1.22254 14.3069 1.25967C13.9625 1.29673 13.6892 1.433 13.4674 1.57726C13.2732 1.70352 13.0644 1.87328 12.8574 2.04159C12.6883 2.17901 12.478 2.34923 12.3041 2.48608C12.1705 2.5912 12.1037 2.64376 11.9998 2.64376C11.896 2.64376 11.8292 2.5912 11.6956 2.48608C11.5217 2.34923 11.3114 2.17901 11.1424 2.0416C10.9353 1.87328 10.7265 1.70352 10.5323 1.57726C10.3104 1.433 10.0372 1.29673 9.69284 1.25967ZM8.77609 3.96766C8.72687 3.77867 8.70227 3.68418 8.74691 3.58694C8.79154 3.48971 8.88831 3.44234 9.08185 3.34759L9.14752 3.31544C9.31139 3.23522 9.39332 3.19511 9.4792 3.20419C9.56508 3.21326 9.63648 3.26935 9.77929 3.38153C9.93272 3.50207 10.1126 3.64421 10.2319 3.74118C10.4883 3.94962 10.7427 4.15648 10.978 4.30439C11.2454 4.4725 11.581 4.62663 11.9997 4.62663C12.4184 4.62663 12.754 4.4725 13.0214 4.30439C13.2566 4.15648 13.5111 3.94963 13.7674 3.74118L14.2188 3.38474C14.3629 3.27094 14.4349 3.21403 14.521 3.20482C14.6071 3.19561 14.6895 3.23598 14.8545 3.31672L14.9175 3.34759C15.1111 3.44234 15.2078 3.48972 15.2525 3.58702C15.2971 3.68431 15.2724 3.77875 15.2231 3.96763C14.8334 5.46037 13.5745 6.79947 12.1632 7.28411C12.0851 7.31096 12.046 7.32438 11.9959 7.32438C11.9458 7.32437 11.9068 7.31095 11.8286 7.28411C10.4178 6.79946 9.16482 5.46038 8.77609 3.96766Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.1092 3.99468C18.8147 3.86881 18.6674 3.80588 18.5432 3.86786C18.419 3.92984 18.3768 4.10143 18.2923 4.44462C17.9286 5.92322 17.1212 7.36901 16.0135 8.48525C15.6821 8.81917 15.5164 8.98613 15.5416 9.13761C15.5667 9.28909 15.7708 9.3902 16.1789 9.59244C16.7762 9.88845 17.35 10.2131 17.878 10.5369C18.5229 10.9325 19.1093 11.2921 19.5528 11.4948C19.9889 11.694 20.5395 11.8706 21.0914 11.6394C21.3432 11.534 21.5309 11.3551 21.6642 11.194C21.8022 11.0273 21.9188 10.8346 22.0172 10.6403C22.214 10.2516 22.374 9.78477 22.4925 9.32394C22.6118 8.86028 22.6963 8.37465 22.731 7.93882C22.7633 7.53355 22.7622 7.06765 22.6349 6.7046C22.4771 6.25483 22.0668 5.91027 21.7639 5.65603C20.9638 4.97932 20.116 4.42493 19.1092 3.99468Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.81929 9.59248C8.22738 9.39023 8.43142 9.28911 8.45658 9.13763C8.48173 8.98616 8.31604 8.8192 7.98467 8.48529C6.87692 7.36907 6.06958 5.92326 5.70577 4.44462C5.62132 4.10143 5.5791 3.92983 5.4549 3.86786C5.33069 3.80588 5.18343 3.86882 4.8889 3.99471C3.88236 4.42492 3.03478 4.97923 2.23484 5.65579C1.93192 5.91004 1.52158 6.25459 1.36386 6.70436C1.23654 7.06741 1.23544 7.53331 1.2677 7.93858C1.30239 8.37441 1.38691 8.86005 1.50617 9.3237C1.62471 9.78454 1.78468 10.2514 1.98152 10.6401C2.07993 10.8344 2.1965 11.027 2.3345 11.1938C2.46783 11.3549 2.65556 11.5338 2.90727 11.6392C3.45919 11.8704 4.00977 11.6938 4.44588 11.4945C4.88944 11.2919 5.47576 10.9323 6.12068 10.5367C6.64852 10.213 7.22216 9.88841 7.81929 9.59248Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.85421 12.158C5.68361 12.2573 5.59831 12.307 5.55829 12.3866C5.51826 12.4661 5.52892 12.562 5.55025 12.7539L5.86343 15.5726C5.95287 16.3778 6.02782 17.0526 6.15742 17.5864C6.29463 18.1515 6.5136 18.654 6.95491 19.049C7.39622 19.444 7.91981 19.6061 8.49664 19.6801C9.04146 19.7499 9.72038 19.7499 10.5305 19.7499H13.4672C14.2773 19.7499 14.9563 19.7499 15.5011 19.6801C16.0779 19.6061 16.6015 19.444 17.0428 19.049C17.4841 18.654 17.7031 18.1515 17.8403 17.5864C17.9699 17.0526 18.0448 16.3778 18.1343 15.5726L18.4475 12.7538C18.4689 12.5609 18.4796 12.4644 18.4394 12.3848C18.3992 12.3051 18.3131 12.2552 18.1408 12.1554C17.8397 11.981 17.5274 11.7894 17.2248 11.6038C16.464 11.1372 15.6191 10.6786 14.7633 10.3185C14.7025 10.2929 14.6445 10.2629 14.5894 10.2288C14.3039 10.0518 14.1612 9.96334 14.088 9.95785C14.0147 9.95237 13.9116 9.99661 13.7053 10.0851C13.474 10.1843 13.237 10.2701 12.995 10.3409C12.8262 10.3907 12.4559 10.4998 11.9994 10.4998C11.543 10.4998 11.1723 10.3906 11.0035 10.3408C10.7613 10.2699 10.5243 10.1842 10.2929 10.0849C10.0865 9.99628 9.9833 9.95199 9.91005 9.95749C9.8368 9.96298 9.69396 10.0516 9.40829 10.2287C9.3532 10.2629 9.29506 10.293 9.23422 10.3186C8.37861 10.6787 7.53392 11.1371 6.77326 11.6036C6.47856 11.7844 6.16146 11.9789 5.85421 12.158Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.57873 18.25C8.59091 18.25 8.60324 18.25 8.61574 18.25H15.386C15.3985 18.25 15.4108 18.25 15.423 18.25C15.6415 18.2499 15.8103 18.2499 15.9754 18.2692C16.5673 18.3383 17.1233 18.5919 17.5603 18.9957C17.6822 19.1084 17.7913 19.2364 17.9307 19.4001C17.9387 19.4094 17.9467 19.4188 17.9548 19.4283L17.9652 19.4405C18.1166 19.6181 18.2453 19.7691 18.3427 19.8934C18.4369 20.0138 18.5457 20.163 18.6168 20.3333C19.0182 21.295 18.4872 22.3661 17.5092 22.6695C17.335 22.7235 17.1522 22.7372 16.9976 22.7435C16.8382 22.75 16.6376 22.75 16.4007 22.75H7.60099C7.36406 22.75 7.16355 22.75 7.00414 22.7435C6.84945 22.7372 6.66671 22.7235 6.49252 22.6695C5.5145 22.3661 4.98348 21.295 5.38492 20.3333C5.45602 20.163 5.56481 20.0138 5.65902 19.8934C5.75638 19.7691 5.8851 19.6181 6.03648 19.4405C6.03993 19.4365 6.0434 19.4324 6.04687 19.4283C6.05501 19.4188 6.06304 19.4094 6.07097 19.4C6.21044 19.2363 6.31946 19.1084 6.44144 18.9957C6.87844 18.5919 7.43436 18.3383 8.02629 18.2692C8.1914 18.2499 8.36015 18.2499 8.57873 18.25ZM8.61574 19.75C8.34362 19.75 8.26755 19.7512 8.20018 19.7591C7.92009 19.7918 7.66063 19.9114 7.45939 20.0974C7.41142 20.1417 7.36297 20.1966 7.18839 20.4014C7.02379 20.5945 6.91581 20.7214 6.84017 20.818C6.78997 20.8822 6.7704 20.9129 6.76545 20.9206C6.72307 21.0368 6.77878 21.1835 6.92937 21.2344C6.93559 21.2352 6.97255 21.241 7.06508 21.2448C7.19023 21.2499 7.35985 21.25 7.61669 21.25H16.385C16.6418 21.25 16.8115 21.2499 16.9366 21.2448C17.0291 21.241 17.0661 21.2352 17.0723 21.2344C17.2229 21.1835 17.2786 21.0368 17.2362 20.9206C17.2313 20.9129 17.2117 20.8822 17.1615 20.818C17.0859 20.7214 16.9779 20.5945 16.8133 20.4014C16.6387 20.1966 16.5903 20.1417 16.5423 20.0974C16.3411 19.9114 16.0816 19.7918 15.8015 19.7591C15.7341 19.7512 15.6581 19.75 15.386 19.75H8.61574Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.69284 1.25967C9.3479 1.22254 9.05123 1.2978 8.80283 1.39226C8.58611 1.47468 8.34623 1.59659 8.10938 1.71695C7.9994 1.7727 7.50401 2.02414 7.37792 2.10924C7.21425 2.21969 7.0357 2.37873 6.90729 2.62346C6.69192 3.03391 6.75757 3.50175 6.7857 3.70164C7.09356 6.13831 8.94604 8.43624 11.3565 9.14181C11.5088 9.18659 11.7245 9.25 11.9998 9.25C12.2752 9.25 12.4909 9.18659 12.6432 9.14181C15.0537 8.43624 16.9061 6.13831 17.214 3.70164C17.2421 3.50175 17.3078 3.03391 17.0924 2.62346C16.964 2.37873 16.7854 2.21969 16.6218 2.10924C16.4957 2.02414 16.3472 1.94889 16.2372 1.89314C16.0004 1.77278 15.4136 1.47468 15.1969 1.39226C14.9485 1.2978 14.6518 1.22254 14.3069 1.25967C13.9625 1.29673 13.6892 1.433 13.4674 1.57726C13.2732 1.70352 13.0644 1.87328 12.8574 2.04159C12.6883 2.17901 12.478 2.34923 12.3041 2.48608C12.1705 2.5912 12.1037 2.64376 11.9998 2.64376C11.896 2.64376 11.8292 2.5912 11.6956 2.48608C11.5217 2.34923 11.3114 2.17901 11.1424 2.0416C10.9353 1.87328 10.7265 1.70352 10.5323 1.57726C10.3104 1.433 10.0372 1.29673 9.69284 1.25967ZM8.77609 3.96766C8.72687 3.77867 8.70227 3.68418 8.74691 3.58694C8.79154 3.48971 8.88831 3.44234 9.08185 3.34759L9.14752 3.31544C9.31139 3.23522 9.39332 3.19511 9.4792 3.20419C9.56508 3.21326 9.63648 3.26935 9.77929 3.38153C9.93272 3.50207 10.1126 3.64421 10.2319 3.74118C10.4883 3.94962 10.7427 4.15648 10.978 4.30439C11.2454 4.4725 11.581 4.62663 11.9997 4.62663C12.4184 4.62663 12.754 4.4725 13.0214 4.30439C13.2566 4.15648 13.5111 3.94963 13.7674 3.74118L14.2188 3.38474C14.3629 3.27094 14.4349 3.21403 14.521 3.20482C14.6071 3.19561 14.6895 3.23598 14.8545 3.31672L14.9175 3.34759C15.1111 3.44234 15.2078 3.48972 15.2525 3.58702C15.2971 3.68431 15.2724 3.77875 15.2231 3.96763C14.8334 5.46037 13.5745 6.79947 12.1632 7.28411C12.0851 7.31096 12.046 7.32438 11.9959 7.32438C11.9458 7.32437 11.9068 7.31095 11.8286 7.28411C10.4178 6.79946 9.16482 5.46038 8.77609 3.96766Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.1092 3.99468C18.8147 3.86881 18.6674 3.80588 18.5432 3.86786C18.419 3.92984 18.3768 4.10143 18.2923 4.44462C17.9286 5.92322 17.1212 7.36901 16.0135 8.48525C15.6821 8.81917 15.5164 8.98613 15.5416 9.13761C15.5667 9.28909 15.7708 9.3902 16.1789 9.59244C16.7762 9.88845 17.35 10.2131 17.878 10.5369C18.5229 10.9325 19.1093 11.2921 19.5528 11.4948C19.9889 11.694 20.5395 11.8706 21.0914 11.6394C21.3432 11.534 21.5309 11.3551 21.6642 11.194C21.8022 11.0273 21.9188 10.8346 22.0172 10.6403C22.214 10.2516 22.374 9.78477 22.4925 9.32394C22.6118 8.86028 22.6963 8.37465 22.731 7.93882C22.7633 7.53355 22.7622 7.06765 22.6349 6.7046C22.4771 6.25483 22.0668 5.91027 21.7639 5.65603C20.9638 4.97932 20.116 4.42493 19.1092 3.99468Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.81929 9.59248C8.22738 9.39023 8.43142 9.28911 8.45658 9.13763C8.48173 8.98616 8.31604 8.8192 7.98467 8.48529C6.87692 7.36907 6.06958 5.92326 5.70577 4.44462C5.62132 4.10143 5.5791 3.92983 5.4549 3.86786C5.33069 3.80588 5.18343 3.86882 4.8889 3.99471C3.88236 4.42492 3.03478 4.97923 2.23484 5.65579C1.93192 5.91004 1.52158 6.25459 1.36386 6.70436C1.23654 7.06741 1.23544 7.53331 1.2677 7.93858C1.30239 8.37441 1.38691 8.86005 1.50617 9.3237C1.62471 9.78454 1.78468 10.2514 1.98152 10.6401C2.07993 10.8344 2.1965 11.027 2.3345 11.1938C2.46783 11.3549 2.65556 11.5338 2.90727 11.6392C3.45919 11.8704 4.00977 11.6938 4.44588 11.4945C4.88944 11.2919 5.47576 10.9323 6.12068 10.5367C6.64852 10.213 7.22216 9.88841 7.81929 9.59248Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.85421 12.158C5.68361 12.2573 5.59831 12.307 5.55829 12.3866C5.51826 12.4661 5.52892 12.562 5.55025 12.7539L5.86343 15.5726C5.95287 16.3778 6.02782 17.0526 6.15742 17.5864C6.29463 18.1515 6.5136 18.654 6.95491 19.049C7.39622 19.444 7.91981 19.6061 8.49664 19.6801C9.04146 19.7499 9.72038 19.7499 10.5305 19.7499H13.4672C14.2773 19.7499 14.9563 19.7499 15.5011 19.6801C16.0779 19.6061 16.6015 19.444 17.0428 19.049C17.4841 18.654 17.7031 18.1515 17.8403 17.5864C17.9699 17.0526 18.0448 16.3778 18.1343 15.5726L18.4475 12.7538C18.4689 12.5609 18.4796 12.4644 18.4394 12.3848C18.3992 12.3051 18.3131 12.2552 18.1408 12.1554C17.8397 11.981 17.5274 11.7894 17.2248 11.6038C16.464 11.1372 15.6191 10.6786 14.7633 10.3185C14.7025 10.2929 14.6445 10.2629 14.5894 10.2288C14.3039 10.0518 14.1612 9.96334 14.088 9.95785C14.0147 9.95237 13.9116 9.99661 13.7053 10.0851C13.474 10.1843 13.237 10.2701 12.995 10.3409C12.8262 10.3907 12.4559 10.4998 11.9994 10.4998C11.543 10.4998 11.1723 10.3906 11.0035 10.3408C10.7613 10.2699 10.5243 10.1842 10.2929 10.0849C10.0865 9.99628 9.9833 9.95199 9.91005 9.95749C9.8368 9.96298 9.69396 10.0516 9.40829 10.2287C9.3532 10.2629 9.29506 10.293 9.23422 10.3186C8.37861 10.6787 7.53392 11.1371 6.77326 11.6036C6.47856 11.7844 6.16146 11.9789 5.85421 12.158Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-bomb{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.03957 5.66335C8.23244 5.62506 8.44662 5.62506 8.875 5.62506C9.30338 5.62506 9.51756 5.62506 9.71043 5.66335C10.2395 5.76839 10.7037 6.08267 10.9977 6.53487C11.1049 6.69971 11.1844 6.89858 11.3435 7.29632C11.5527 7.81924 11.0443 8.36765 10.4897 8.26965C9.24491 8.04972 8.13924 8.11689 7.26005 8.272C6.70457 8.37 6.19701 7.82003 6.4065 7.29632L6.4065 7.29631C6.56559 6.89858 6.64514 6.69971 6.75232 6.53487C7.04633 6.08267 7.51053 5.76839 8.03957 5.66335Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M1.125 15.1251C1.125 10.8449 4.59479 7.37506 8.875 7.37506C13.1552 7.37506 16.625 10.8449 16.625 15.1251C16.625 19.4053 13.1552 22.8751 8.875 22.8751C4.59479 22.8751 1.125 19.4053 1.125 15.1251Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.80047 4.62498L8.87527 4.62502L8.95006 4.62498C9.3041 4.6247 9.61332 4.62445 9.90544 4.68246C10.699 4.84002 11.3953 5.31143 11.8363 5.98972C11.9987 6.23941 12.1133 6.52661 12.2445 6.85542L12.2445 6.85543L12.2722 6.92488L12.8037 8.25363C13.0089 8.76641 12.7594 9.34838 12.2467 9.55349C11.7339 9.75861 11.1519 9.50919 10.9468 8.99641L10.4153 7.66766C10.2403 7.2302 10.2003 7.1425 10.1596 7.07992C10.0126 6.85382 9.78047 6.69668 9.51595 6.64416C9.44273 6.62963 9.34643 6.62502 8.87527 6.62502C8.4041 6.62502 8.3078 6.62963 8.23459 6.64416C7.97006 6.69668 7.73797 6.85382 7.59096 7.07992C7.55027 7.1425 7.51023 7.2302 7.33524 7.66766L6.80374 8.99641C6.59863 9.50919 6.01666 9.75861 5.50388 9.55349C4.99109 9.34838 4.74168 8.76641 4.94679 8.25363L5.47829 6.92488L5.50603 6.85542C5.63725 6.52661 5.75187 6.23941 5.91421 5.98972C6.35523 5.31143 7.05152 4.84002 7.84509 4.68246C8.13721 4.62446 8.44643 4.6247 8.80047 4.62498L8.80047 4.62498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5821 3.91795C22.9726 4.30848 22.9726 4.94164 22.5821 5.33217L21.7892 6.12506L22.5821 6.91795C22.9726 7.30848 22.9726 7.94164 22.5821 8.33217C22.1916 8.72269 21.5584 8.72269 21.1679 8.33217L20.375 7.53927L19.5821 8.33217C19.1916 8.72269 18.5584 8.72269 18.1679 8.33217C17.7774 7.94164 17.7774 7.30848 18.1679 6.91795L18.9608 6.12506L18.1679 5.33217C17.7774 4.94164 17.7774 4.30848 18.1679 3.91795C18.5584 3.52743 19.1916 3.52743 19.5821 3.91795L20.375 4.71085L21.1679 3.91795C21.5584 3.52743 22.1916 3.52743 22.5821 3.91795Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1867 3.37304C9.9372 3.70753 9.80463 4.34678 9.91137 4.95116C10.0074 5.49503 9.64438 6.01379 9.10051 6.10983C8.55664 6.20588 8.03789 5.84285 7.94184 5.29898C7.76736 4.31094 7.91868 3.06871 8.58342 2.17738C8.93313 1.70846 9.43857 1.32483 10.1019 1.18289C10.7561 1.04289 11.4519 1.16169 12.1522 1.48376C13.4957 2.10163 14.1863 3.06178 14.6916 3.76436C14.737 3.82743 14.7809 3.88843 14.8236 3.94691C15.0932 4.31608 15.2974 4.56504 15.5325 4.74741C15.7449 4.91214 16.0132 5.04486 16.4371 5.0991C16.9849 5.16921 17.3721 5.67014 17.302 6.21796C17.2319 6.76578 16.731 7.15303 16.1832 7.08292C15.4102 6.984 14.8053 6.71444 14.3067 6.32776C13.8309 5.95871 13.4865 5.50711 13.2085 5.12654C13.1686 5.0719 13.1295 5.01809 13.0911 4.96511C12.5737 4.25267 12.1664 3.69164 11.3166 3.30082C10.8969 3.10781 10.6465 3.11162 10.5204 3.13861C10.4033 3.16367 10.294 3.22905 10.1867 3.37304Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.03957 5.66335C8.23244 5.62506 8.44662 5.62506 8.875 5.62506C9.30338 5.62506 9.51756 5.62506 9.71043 5.66335C10.2395 5.76839 10.7037 6.08267 10.9977 6.53487C11.1049 6.69971 11.1844 6.89858 11.3435 7.29632C11.5527 7.81924 11.0443 8.36765 10.4897 8.26965C9.24491 8.04972 8.13924 8.11689 7.26005 8.272C6.70457 8.37 6.19701 7.82003 6.4065 7.29632L6.4065 7.29631C6.56559 6.89858 6.64514 6.69971 6.75232 6.53487C7.04633 6.08267 7.51053 5.76839 8.03957 5.66335Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M1.125 15.1251C1.125 10.8449 4.59479 7.37506 8.875 7.37506C13.1552 7.37506 16.625 10.8449 16.625 15.1251C16.625 19.4053 13.1552 22.8751 8.875 22.8751C4.59479 22.8751 1.125 19.4053 1.125 15.1251Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.80047 4.62498L8.87527 4.62502L8.95006 4.62498C9.3041 4.6247 9.61332 4.62445 9.90544 4.68246C10.699 4.84002 11.3953 5.31143 11.8363 5.98972C11.9987 6.23941 12.1133 6.52661 12.2445 6.85542L12.2445 6.85543L12.2722 6.92488L12.8037 8.25363C13.0089 8.76641 12.7594 9.34838 12.2467 9.55349C11.7339 9.75861 11.1519 9.50919 10.9468 8.99641L10.4153 7.66766C10.2403 7.2302 10.2003 7.1425 10.1596 7.07992C10.0126 6.85382 9.78047 6.69668 9.51595 6.64416C9.44273 6.62963 9.34643 6.62502 8.87527 6.62502C8.4041 6.62502 8.3078 6.62963 8.23459 6.64416C7.97006 6.69668 7.73797 6.85382 7.59096 7.07992C7.55027 7.1425 7.51023 7.2302 7.33524 7.66766L6.80374 8.99641C6.59863 9.50919 6.01666 9.75861 5.50388 9.55349C4.99109 9.34838 4.74168 8.76641 4.94679 8.25363L5.47829 6.92488L5.50603 6.85542C5.63725 6.52661 5.75187 6.23941 5.91421 5.98972C6.35523 5.31143 7.05152 4.84002 7.84509 4.68246C8.13721 4.62446 8.44643 4.6247 8.80047 4.62498L8.80047 4.62498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5821 3.91795C22.9726 4.30848 22.9726 4.94164 22.5821 5.33217L21.7892 6.12506L22.5821 6.91795C22.9726 7.30848 22.9726 7.94164 22.5821 8.33217C22.1916 8.72269 21.5584 8.72269 21.1679 8.33217L20.375 7.53927L19.5821 8.33217C19.1916 8.72269 18.5584 8.72269 18.1679 8.33217C17.7774 7.94164 17.7774 7.30848 18.1679 6.91795L18.9608 6.12506L18.1679 5.33217C17.7774 4.94164 17.7774 4.30848 18.1679 3.91795C18.5584 3.52743 19.1916 3.52743 19.5821 3.91795L20.375 4.71085L21.1679 3.91795C21.5584 3.52743 22.1916 3.52743 22.5821 3.91795Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1867 3.37304C9.9372 3.70753 9.80463 4.34678 9.91137 4.95116C10.0074 5.49503 9.64438 6.01379 9.10051 6.10983C8.55664 6.20588 8.03789 5.84285 7.94184 5.29898C7.76736 4.31094 7.91868 3.06871 8.58342 2.17738C8.93313 1.70846 9.43857 1.32483 10.1019 1.18289C10.7561 1.04289 11.4519 1.16169 12.1522 1.48376C13.4957 2.10163 14.1863 3.06178 14.6916 3.76436C14.737 3.82743 14.7809 3.88843 14.8236 3.94691C15.0932 4.31608 15.2974 4.56504 15.5325 4.74741C15.7449 4.91214 16.0132 5.04486 16.4371 5.0991C16.9849 5.16921 17.3721 5.67014 17.302 6.21796C17.2319 6.76578 16.731 7.15303 16.1832 7.08292C15.4102 6.984 14.8053 6.71444 14.3067 6.32776C13.8309 5.95871 13.4865 5.50711 13.2085 5.12654C13.1686 5.0719 13.1295 5.01809 13.0911 4.96511C12.5737 4.25267 12.1664 3.69164 11.3166 3.30082C10.8969 3.10781 10.6465 3.11162 10.5204 3.13861C10.4033 3.16367 10.294 3.22905 10.1867 3.37304Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-bowling-pins{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.6857 22.2533C12.6277 22.1252 12.7066 21.9624 12.8643 21.6367C13.0756 21.2 13.2287 20.7643 13.3432 20.3948C13.5744 19.6489 13.7362 18.8555 13.8416 18.3385C14.1786 16.6866 13.9782 14.9732 13.2713 13.4421L13.2653 13.4293L13.2593 13.4176C13.1643 13.2362 11.9697 10.9543 11.8419 10.7081L11.8225 10.6707C11.7037 10.4406 11.6443 10.3256 11.6843 10.2056C11.7243 10.0856 11.8368 10.0311 12.0617 9.92207C12.9503 9.49159 13.9475 9.25021 15.0011 9.25021C18.729 9.25021 21.7511 12.2723 21.7511 16.0002C21.7511 19.7281 18.729 22.7502 15.0011 22.7502C14.3774 22.7502 13.7736 22.6656 13.2003 22.5073C12.8959 22.4233 12.7437 22.3813 12.6857 22.2533ZM17.4955 12.25C17.0813 12.25 16.7455 12.5858 16.7455 13C16.7455 13.4142 17.0813 13.75 17.4955 13.75H17.5045C17.9187 13.75 18.2545 13.4142 18.2545 13C18.2545 12.5858 17.9187 12.25 17.5045 12.25H17.4955ZM16 14.25C15.5858 14.25 15.25 14.5858 15.25 15C15.25 15.4142 15.5858 15.75 16 15.75H16.009C16.4232 15.75 16.759 15.4142 16.759 15C16.759 14.5858 16.4232 14.25 16.009 14.25H16ZM18.991 14.25C18.5768 14.25 18.241 14.5858 18.241 15C18.241 15.4142 18.5768 15.75 18.991 15.75H19C19.4142 15.75 19.75 15.4142 19.75 15C19.75 14.5858 19.4142 14.25 19 14.25H18.991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 2.75018C6.64199 2.75018 6.02962 3.51443 6.18991 4.30203L6.61917 6.41123C6.72007 6.90702 6.76827 7.37785 6.77223 7.82872C6.77402 8.03242 6.77492 8.13427 6.83339 8.19222C6.89186 8.25018 6.98946 8.25018 7.18467 8.25018H7.81534C8.01054 8.25018 8.10814 8.25018 8.16661 8.19222C8.22508 8.13427 8.22598 8.03242 8.22777 7.82872C8.23173 7.37785 8.27993 6.90702 8.38083 6.41123L8.81009 4.30203C8.97038 3.51443 8.35801 2.75018 7.5 2.75018ZM4.72004 4.60118C4.36413 2.85237 5.72589 1.25018 7.5 1.25018C9.27411 1.25018 10.6359 2.85237 10.28 4.60118L9.8507 6.71037C9.68692 7.51512 9.69762 8.21607 9.81707 8.86426C9.96938 9.69078 10.303 10.4586 10.7314 11.284C10.8716 11.5541 11.0274 11.8395 11.1894 12.1365C11.5019 12.7091 11.8378 13.3245 12.1303 13.955C12.73 15.2478 12.9002 16.6944 12.6158 18.0886L12.6128 18.1034C12.5059 18.6272 12.3609 19.3384 12.1482 20.0248C11.9391 20.6997 11.6366 21.4484 11.1675 21.9796C10.4738 22.7651 9.49189 22.7562 8.89327 22.7508C8.84647 22.7503 8.80202 22.7499 8.76023 22.7499H6.23977C6.19798 22.7499 6.15353 22.7503 6.10673 22.7508C5.50811 22.7562 4.52619 22.7651 3.8325 21.9796C3.36339 21.4484 3.06092 20.6997 2.85182 20.0248C2.63914 19.3384 2.49406 18.6271 2.38724 18.1034L2.38423 18.0886C2.09983 16.6944 2.26999 15.2478 2.86971 13.955C3.16219 13.3245 3.49808 12.7091 3.81058 12.1365C3.97264 11.8395 4.12842 11.5541 4.26859 11.284C4.69705 10.4586 5.03062 9.69078 5.18293 8.86426C5.30238 8.21607 5.31308 7.51512 5.1493 6.71037L4.72004 4.60118Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.6857 22.2533C12.6277 22.1252 12.7066 21.9624 12.8643 21.6367C13.0756 21.2 13.2287 20.7643 13.3432 20.3948C13.5744 19.6489 13.7362 18.8555 13.8416 18.3385C14.1786 16.6866 13.9782 14.9732 13.2713 13.4421L13.2653 13.4293L13.2593 13.4176C13.1643 13.2362 11.9697 10.9543 11.8419 10.7081L11.8225 10.6707C11.7037 10.4406 11.6443 10.3256 11.6843 10.2056C11.7243 10.0856 11.8368 10.0311 12.0617 9.92207C12.9503 9.49159 13.9475 9.25021 15.0011 9.25021C18.729 9.25021 21.7511 12.2723 21.7511 16.0002C21.7511 19.7281 18.729 22.7502 15.0011 22.7502C14.3774 22.7502 13.7736 22.6656 13.2003 22.5073C12.8959 22.4233 12.7437 22.3813 12.6857 22.2533ZM17.4955 12.25C17.0813 12.25 16.7455 12.5858 16.7455 13C16.7455 13.4142 17.0813 13.75 17.4955 13.75H17.5045C17.9187 13.75 18.2545 13.4142 18.2545 13C18.2545 12.5858 17.9187 12.25 17.5045 12.25H17.4955ZM16 14.25C15.5858 14.25 15.25 14.5858 15.25 15C15.25 15.4142 15.5858 15.75 16 15.75H16.009C16.4232 15.75 16.759 15.4142 16.759 15C16.759 14.5858 16.4232 14.25 16.009 14.25H16ZM18.991 14.25C18.5768 14.25 18.241 14.5858 18.241 15C18.241 15.4142 18.5768 15.75 18.991 15.75H19C19.4142 15.75 19.75 15.4142 19.75 15C19.75 14.5858 19.4142 14.25 19 14.25H18.991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 2.75018C6.64199 2.75018 6.02962 3.51443 6.18991 4.30203L6.61917 6.41123C6.72007 6.90702 6.76827 7.37785 6.77223 7.82872C6.77402 8.03242 6.77492 8.13427 6.83339 8.19222C6.89186 8.25018 6.98946 8.25018 7.18467 8.25018H7.81534C8.01054 8.25018 8.10814 8.25018 8.16661 8.19222C8.22508 8.13427 8.22598 8.03242 8.22777 7.82872C8.23173 7.37785 8.27993 6.90702 8.38083 6.41123L8.81009 4.30203C8.97038 3.51443 8.35801 2.75018 7.5 2.75018ZM4.72004 4.60118C4.36413 2.85237 5.72589 1.25018 7.5 1.25018C9.27411 1.25018 10.6359 2.85237 10.28 4.60118L9.8507 6.71037C9.68692 7.51512 9.69762 8.21607 9.81707 8.86426C9.96938 9.69078 10.303 10.4586 10.7314 11.284C10.8716 11.5541 11.0274 11.8395 11.1894 12.1365C11.5019 12.7091 11.8378 13.3245 12.1303 13.955C12.73 15.2478 12.9002 16.6944 12.6158 18.0886L12.6128 18.1034C12.5059 18.6272 12.3609 19.3384 12.1482 20.0248C11.9391 20.6997 11.6366 21.4484 11.1675 21.9796C10.4738 22.7651 9.49189 22.7562 8.89327 22.7508C8.84647 22.7503 8.80202 22.7499 8.76023 22.7499H6.23977C6.19798 22.7499 6.15353 22.7503 6.10673 22.7508C5.50811 22.7562 4.52619 22.7651 3.8325 21.9796C3.36339 21.4484 3.06092 20.6997 2.85182 20.0248C2.63914 19.3384 2.49406 18.6271 2.38724 18.1034L2.38423 18.0886C2.09983 16.6944 2.26999 15.2478 2.86971 13.955C3.16219 13.3245 3.49808 12.7091 3.81058 12.1365C3.97264 11.8395 4.12842 11.5541 4.26859 11.284C4.69705 10.4586 5.03062 9.69078 5.18293 8.86426C5.30238 8.21607 5.31308 7.51512 5.1493 6.71037L4.72004 4.60118Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-bowling{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25018C10.2745 1.25018 9.14795 2.94762 9.44418 4.58511L9.82574 6.69431C10.0829 8.1156 9.86656 9.24436 9.44751 10.3519C9.23365 10.9171 8.9685 11.473 8.67738 12.0732L8.61288 12.2061C8.34382 12.7602 8.05667 13.3515 7.79558 13.9847C7.26682 15.267 7.11835 16.6963 7.36789 18.0725L7.37041 18.0864C7.46542 18.6105 7.59385 19.3188 7.78201 20.002C7.96636 20.6713 8.233 21.4153 8.64975 21.9462C9.29309 22.7657 10.2283 22.7562 10.7644 22.7507C10.8053 22.7503 10.8438 22.7499 10.8798 22.7499H13.1202C13.1561 22.7499 13.1947 22.7503 13.2356 22.7507C13.7717 22.7562 14.7069 22.7657 15.3502 21.9462C15.767 21.4153 16.0336 20.6713 16.218 20.002C16.4061 19.3189 16.5346 18.6105 16.6296 18.0864L16.6321 18.0725C16.8816 16.6963 16.7332 15.267 16.2044 13.9847C15.9433 13.3515 15.6562 12.7602 15.3871 12.2061L15.3226 12.0732C15.0315 11.473 14.7663 10.9171 14.5525 10.3519C14.1334 9.24436 13.9171 8.1156 14.1743 6.69431L14.5558 4.58511C14.852 2.94762 13.7255 1.25018 12 1.25018ZM10.9205 4.31809C10.7579 3.41918 11.3861 2.75018 12.0003 2.75018C12.6144 2.75018 13.2427 3.41918 13.08 4.31809L12.6985 6.42729C12.6249 6.83383 12.5834 7.22193 12.5692 7.59445C12.5617 7.7904 12.558 7.88837 12.4999 7.94428C12.4418 8.00018 12.3474 8.00018 12.1585 8.00018H11.842C11.6531 8.00018 11.5587 8.00018 11.5006 7.94428C11.4425 7.88837 11.4388 7.7904 11.4313 7.59445C11.4171 7.22193 11.3756 6.83383 11.302 6.42729L10.9205 4.31809Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.4245 20.3337C17.3845 20.4789 17.3645 20.5515 17.3798 20.6054C17.3939 20.6548 17.4244 20.6948 17.4683 20.7215C17.5162 20.7506 17.5896 20.7506 17.7365 20.7506H19.4089C19.9022 20.7558 20.7704 20.7649 21.3883 20.0947C21.8021 19.6458 22.0633 19.0207 22.2401 18.4745C22.4206 17.9165 22.5434 17.3398 22.6325 16.9216L22.6356 16.907C22.8813 15.753 22.7338 14.5564 22.2171 13.4895C21.974 12.9873 21.6835 12.4766 21.4172 12.0085C21.2608 11.7336 21.1128 11.4733 20.9876 11.2382C20.6222 10.5517 20.3574 9.92457 20.264 9.24562C20.2042 8.8109 20.2129 8.33951 20.3265 7.80434L20.685 6.11699C21.0113 4.58121 19.762 3.25 18.2436 3.25C16.7252 3.25 15.476 4.58121 15.8022 6.11699L16.1607 7.80434C16.2744 8.33951 16.283 8.8109 16.2232 9.24562C16.1777 9.57679 16.0913 9.89562 15.9724 10.215C15.9425 10.2954 15.9276 10.3355 15.9288 10.3747C15.93 10.4139 15.9464 10.4508 15.9791 10.5244C16.1436 10.8943 16.3353 11.2936 16.5191 11.6727C16.7847 12.2196 17.0858 12.8395 17.3614 13.508C17.9826 15.0144 18.1551 16.6867 17.8634 18.2954L17.858 18.3255C17.7641 18.843 17.6275 19.5965 17.4245 20.3337ZM17.7372 8.20672C17.7545 8.39768 17.7632 8.49316 17.8205 8.54548C17.8778 8.59781 17.9688 8.59781 18.1509 8.59781H18.3373C18.5194 8.59781 18.6104 8.59781 18.6677 8.54548C18.725 8.49316 18.7336 8.39768 18.751 8.20672C18.772 7.97506 18.8078 7.73731 18.8597 7.49264L19.2182 5.80528C19.323 5.31194 18.9237 4.75 18.2441 4.75C17.5645 4.75 17.1651 5.31194 17.2699 5.80528L17.6284 7.49264C17.6804 7.73731 17.7162 7.97506 17.7372 8.20672Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.02231 10.5244C8.05505 10.4508 8.07142 10.414 8.07264 10.3748C8.07386 10.3356 8.05891 10.2954 8.02901 10.2151C7.91013 9.89573 7.8238 9.57694 7.77826 9.24581C7.71848 8.81108 7.7271 8.33969 7.84079 7.80453L8.19925 6.11717C8.52551 4.58139 7.27628 3.25018 5.75787 3.25018C4.23947 3.25018 2.99021 4.58139 3.31647 6.11717L3.67493 7.80453C3.78862 8.33969 3.79724 8.81108 3.73745 9.24581C3.64408 9.92475 3.37924 10.5518 3.01387 11.2383C2.88871 11.4735 2.74069 11.7337 2.58429 12.0086C2.31803 12.4767 2.02751 12.9875 1.78433 13.4897C1.2677 14.5565 1.12019 15.7532 1.3659 16.9072L1.36899 16.9217C1.45804 17.34 1.58083 17.9167 1.76141 18.4747C1.93819 19.0209 2.19939 19.646 2.61321 20.0949C3.23109 20.7651 4.09928 20.756 4.59257 20.7508H6.26492C6.41175 20.7508 6.48516 20.7508 6.53302 20.7217C6.57699 20.695 6.60744 20.655 6.62153 20.6055C6.63685 20.5517 6.61686 20.4791 6.57687 20.3339C6.37382 19.5967 6.23722 18.8432 6.14339 18.3256L6.13794 18.2955C5.84627 16.6869 6.01878 15.0146 6.63997 13.5082C6.91562 12.8397 7.21668 12.2197 7.48223 11.6729C7.66615 11.2937 7.85779 10.8944 8.02231 10.5244ZM5.25142 8.2069C5.26876 8.39786 5.27743 8.49334 5.33472 8.54567C5.39201 8.59799 5.48304 8.59799 5.66509 8.59799H5.85153C6.03359 8.59799 6.12462 8.59799 6.18191 8.54567C6.2392 8.49334 6.24787 8.39786 6.2652 8.2069C6.28623 7.97525 6.32201 7.73749 6.37399 7.49282L6.73245 5.80547C6.83726 5.31212 6.43794 4.75018 5.75833 4.75018C5.07871 4.75018 4.67937 5.31212 4.78418 5.80547L5.14264 7.49282C5.19462 7.73749 5.23039 7.97525 5.25142 8.2069Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25018C10.2745 1.25018 9.14795 2.94762 9.44418 4.58511L9.82574 6.69431C10.0829 8.1156 9.86656 9.24436 9.44751 10.3519C9.23365 10.9171 8.9685 11.473 8.67738 12.0732L8.61288 12.2061C8.34382 12.7602 8.05667 13.3515 7.79558 13.9847C7.26682 15.267 7.11835 16.6963 7.36789 18.0725L7.37041 18.0864C7.46542 18.6105 7.59385 19.3188 7.78201 20.002C7.96636 20.6713 8.233 21.4153 8.64975 21.9462C9.29309 22.7657 10.2283 22.7562 10.7644 22.7507C10.8053 22.7503 10.8438 22.7499 10.8798 22.7499H13.1202C13.1561 22.7499 13.1947 22.7503 13.2356 22.7507C13.7717 22.7562 14.7069 22.7657 15.3502 21.9462C15.767 21.4153 16.0336 20.6713 16.218 20.002C16.4061 19.3189 16.5346 18.6105 16.6296 18.0864L16.6321 18.0725C16.8816 16.6963 16.7332 15.267 16.2044 13.9847C15.9433 13.3515 15.6562 12.7602 15.3871 12.2061L15.3226 12.0732C15.0315 11.473 14.7663 10.9171 14.5525 10.3519C14.1334 9.24436 13.9171 8.1156 14.1743 6.69431L14.5558 4.58511C14.852 2.94762 13.7255 1.25018 12 1.25018ZM10.9205 4.31809C10.7579 3.41918 11.3861 2.75018 12.0003 2.75018C12.6144 2.75018 13.2427 3.41918 13.08 4.31809L12.6985 6.42729C12.6249 6.83383 12.5834 7.22193 12.5692 7.59445C12.5617 7.7904 12.558 7.88837 12.4999 7.94428C12.4418 8.00018 12.3474 8.00018 12.1585 8.00018H11.842C11.6531 8.00018 11.5587 8.00018 11.5006 7.94428C11.4425 7.88837 11.4388 7.7904 11.4313 7.59445C11.4171 7.22193 11.3756 6.83383 11.302 6.42729L10.9205 4.31809Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.4245 20.3337C17.3845 20.4789 17.3645 20.5515 17.3798 20.6054C17.3939 20.6548 17.4244 20.6948 17.4683 20.7215C17.5162 20.7506 17.5896 20.7506 17.7365 20.7506H19.4089C19.9022 20.7558 20.7704 20.7649 21.3883 20.0947C21.8021 19.6458 22.0633 19.0207 22.2401 18.4745C22.4206 17.9165 22.5434 17.3398 22.6325 16.9216L22.6356 16.907C22.8813 15.753 22.7338 14.5564 22.2171 13.4895C21.974 12.9873 21.6835 12.4766 21.4172 12.0085C21.2608 11.7336 21.1128 11.4733 20.9876 11.2382C20.6222 10.5517 20.3574 9.92457 20.264 9.24562C20.2042 8.8109 20.2129 8.33951 20.3265 7.80434L20.685 6.11699C21.0113 4.58121 19.762 3.25 18.2436 3.25C16.7252 3.25 15.476 4.58121 15.8022 6.11699L16.1607 7.80434C16.2744 8.33951 16.283 8.8109 16.2232 9.24562C16.1777 9.57679 16.0913 9.89562 15.9724 10.215C15.9425 10.2954 15.9276 10.3355 15.9288 10.3747C15.93 10.4139 15.9464 10.4508 15.9791 10.5244C16.1436 10.8943 16.3353 11.2936 16.5191 11.6727C16.7847 12.2196 17.0858 12.8395 17.3614 13.508C17.9826 15.0144 18.1551 16.6867 17.8634 18.2954L17.858 18.3255C17.7641 18.843 17.6275 19.5965 17.4245 20.3337ZM17.7372 8.20672C17.7545 8.39768 17.7632 8.49316 17.8205 8.54548C17.8778 8.59781 17.9688 8.59781 18.1509 8.59781H18.3373C18.5194 8.59781 18.6104 8.59781 18.6677 8.54548C18.725 8.49316 18.7336 8.39768 18.751 8.20672C18.772 7.97506 18.8078 7.73731 18.8597 7.49264L19.2182 5.80528C19.323 5.31194 18.9237 4.75 18.2441 4.75C17.5645 4.75 17.1651 5.31194 17.2699 5.80528L17.6284 7.49264C17.6804 7.73731 17.7162 7.97506 17.7372 8.20672Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.02231 10.5244C8.05505 10.4508 8.07142 10.414 8.07264 10.3748C8.07386 10.3356 8.05891 10.2954 8.02901 10.2151C7.91013 9.89573 7.8238 9.57694 7.77826 9.24581C7.71848 8.81108 7.7271 8.33969 7.84079 7.80453L8.19925 6.11717C8.52551 4.58139 7.27628 3.25018 5.75787 3.25018C4.23947 3.25018 2.99021 4.58139 3.31647 6.11717L3.67493 7.80453C3.78862 8.33969 3.79724 8.81108 3.73745 9.24581C3.64408 9.92475 3.37924 10.5518 3.01387 11.2383C2.88871 11.4735 2.74069 11.7337 2.58429 12.0086C2.31803 12.4767 2.02751 12.9875 1.78433 13.4897C1.2677 14.5565 1.12019 15.7532 1.3659 16.9072L1.36899 16.9217C1.45804 17.34 1.58083 17.9167 1.76141 18.4747C1.93819 19.0209 2.19939 19.646 2.61321 20.0949C3.23109 20.7651 4.09928 20.756 4.59257 20.7508H6.26492C6.41175 20.7508 6.48516 20.7508 6.53302 20.7217C6.57699 20.695 6.60744 20.655 6.62153 20.6055C6.63685 20.5517 6.61686 20.4791 6.57687 20.3339C6.37382 19.5967 6.23722 18.8432 6.14339 18.3256L6.13794 18.2955C5.84627 16.6869 6.01878 15.0146 6.63997 13.5082C6.91562 12.8397 7.21668 12.2197 7.48223 11.6729C7.66615 11.2937 7.85779 10.8944 8.02231 10.5244ZM5.25142 8.2069C5.26876 8.39786 5.27743 8.49334 5.33472 8.54567C5.39201 8.59799 5.48304 8.59799 5.66509 8.59799H5.85153C6.03359 8.59799 6.12462 8.59799 6.18191 8.54567C6.2392 8.49334 6.24787 8.39786 6.2652 8.2069C6.28623 7.97525 6.32201 7.73749 6.37399 7.49282L6.73245 5.80547C6.83726 5.31212 6.43794 4.75018 5.75833 4.75018C5.07871 4.75018 4.67937 5.31212 4.78418 5.80547L5.14264 7.49282C5.19462 7.73749 5.23039 7.97525 5.25142 8.2069Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-boxing-glove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.672 20.2912C16.752 19.6964 16.752 18.9472 16.752 18.0488C16.752 17.5663 16.752 17.325 16.6232 17.2355L16.6128 17.2286C16.4804 17.1445 16.2358 17.2473 15.7465 17.4528C14.6189 17.9263 13.4419 18.0044 12.7438 18.0013L11.3404 18.0006C10.168 18.0006 9.11605 18.0007 8.25697 17.8976C7.81512 17.8446 7.36462 17.7588 6.92329 17.6072C6.69835 17.5299 6.58588 17.4912 6.51905 17.4986C6.40628 17.511 6.32907 17.5661 6.28065 17.6688C6.25195 17.7296 6.25195 17.8359 6.25195 18.0487C6.25195 18.2627 6.25194 18.4683 6.25302 18.6653C6.25451 18.9389 6.25526 19.0758 6.34302 19.1631C6.43079 19.2504 6.56928 19.2504 6.84625 19.2504H9.00195C9.41617 19.2504 9.75195 19.5862 9.75195 20.0004C9.75195 20.4146 9.41617 20.7504 9.00195 20.7504H7.1818C6.81431 20.7504 6.63057 20.7504 6.5438 20.8995C6.45704 21.0487 6.5353 21.1863 6.69182 21.4615C6.78885 21.6321 6.90876 21.7926 7.05741 21.9413C7.51288 22.3967 8.07968 22.5824 8.70748 22.6668C9.30226 22.7468 10.0515 22.7468 10.95 22.7467H12.054C12.9524 22.7468 13.7017 22.7468 14.2964 22.6668C14.9242 22.5824 15.491 22.3967 15.9465 21.9413C16.402 21.4858 16.5876 20.919 16.672 20.2912Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0434 2.06272C14.5143 1.74069 13.915 1.51201 13.2689 1.40234C12.0046 1.18774 10.4765 1.20907 9.23202 1.40809C6.43637 1.85518 4.32285 4.14428 4.25262 6.91227C4.21785 8.28296 4.38545 9.67889 4.61452 11.0413L4.62265 11.0896C4.82107 12.2699 4.98139 13.2234 5.20201 13.9669C5.43104 14.7387 5.74988 15.3768 6.32462 15.863C6.90195 16.3514 7.59459 16.5586 8.4058 16.6559C9.19014 16.75 10.1795 16.75 11.4078 16.7499L12.6705 16.7504C13.6125 16.7537 14.8028 16.7579 15.8405 16.0203C16.3297 15.6727 16.6945 15.185 17.2246 14.4765L18.2762 13.1361C18.6152 12.6945 18.9588 12.2052 19.2169 11.6659C19.7988 10.4496 19.9091 8.93483 19.5305 7.69413C19.2982 6.933 18.8554 6.21988 18.1872 5.77486C17.9328 5.6054 17.8056 5.52067 17.6547 5.5879C17.5038 5.65514 17.4776 5.8345 17.4253 6.19323C17.3886 6.44447 17.3465 6.69117 17.3009 6.93054C17.1251 7.85395 17.0459 8.73652 16.3696 10.2999C16.2224 10.6871 15.7889 10.8825 15.4017 10.7354C15.0146 10.5883 14.82 10.1553 14.967 9.76814C15.3545 8.74726 15.6649 7.50329 15.8274 6.65C15.9906 5.7927 16.0949 4.88898 16.0605 4.06941C16.0527 3.88425 16.038 3.70736 16.0163 3.53926C15.9768 3.23353 15.9571 3.08067 15.709 2.69872C15.4608 2.31678 15.3217 2.23209 15.0434 2.06272Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.672 20.2912C16.752 19.6964 16.752 18.9472 16.752 18.0488C16.752 17.5663 16.752 17.325 16.6232 17.2355L16.6128 17.2286C16.4804 17.1445 16.2358 17.2473 15.7465 17.4528C14.6189 17.9263 13.4419 18.0044 12.7438 18.0013L11.3404 18.0006C10.168 18.0006 9.11605 18.0007 8.25697 17.8976C7.81512 17.8446 7.36462 17.7588 6.92329 17.6072C6.69835 17.5299 6.58588 17.4912 6.51905 17.4986C6.40628 17.511 6.32907 17.5661 6.28065 17.6688C6.25195 17.7296 6.25195 17.8359 6.25195 18.0487C6.25195 18.2627 6.25194 18.4683 6.25302 18.6653C6.25451 18.9389 6.25526 19.0758 6.34302 19.1631C6.43079 19.2504 6.56928 19.2504 6.84625 19.2504H9.00195C9.41617 19.2504 9.75195 19.5862 9.75195 20.0004C9.75195 20.4146 9.41617 20.7504 9.00195 20.7504H7.1818C6.81431 20.7504 6.63057 20.7504 6.5438 20.8995C6.45704 21.0487 6.5353 21.1863 6.69182 21.4615C6.78885 21.6321 6.90876 21.7926 7.05741 21.9413C7.51288 22.3967 8.07968 22.5824 8.70748 22.6668C9.30226 22.7468 10.0515 22.7468 10.95 22.7467H12.054C12.9524 22.7468 13.7017 22.7468 14.2964 22.6668C14.9242 22.5824 15.491 22.3967 15.9465 21.9413C16.402 21.4858 16.5876 20.919 16.672 20.2912Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0434 2.06272C14.5143 1.74069 13.915 1.51201 13.2689 1.40234C12.0046 1.18774 10.4765 1.20907 9.23202 1.40809C6.43637 1.85518 4.32285 4.14428 4.25262 6.91227C4.21785 8.28296 4.38545 9.67889 4.61452 11.0413L4.62265 11.0896C4.82107 12.2699 4.98139 13.2234 5.20201 13.9669C5.43104 14.7387 5.74988 15.3768 6.32462 15.863C6.90195 16.3514 7.59459 16.5586 8.4058 16.6559C9.19014 16.75 10.1795 16.75 11.4078 16.7499L12.6705 16.7504C13.6125 16.7537 14.8028 16.7579 15.8405 16.0203C16.3297 15.6727 16.6945 15.185 17.2246 14.4765L18.2762 13.1361C18.6152 12.6945 18.9588 12.2052 19.2169 11.6659C19.7988 10.4496 19.9091 8.93483 19.5305 7.69413C19.2982 6.933 18.8554 6.21988 18.1872 5.77486C17.9328 5.6054 17.8056 5.52067 17.6547 5.5879C17.5038 5.65514 17.4776 5.8345 17.4253 6.19323C17.3886 6.44447 17.3465 6.69117 17.3009 6.93054C17.1251 7.85395 17.0459 8.73652 16.3696 10.2999C16.2224 10.6871 15.7889 10.8825 15.4017 10.7354C15.0146 10.5883 14.82 10.1553 14.967 9.76814C15.3545 8.74726 15.6649 7.50329 15.8274 6.65C15.9906 5.7927 16.0949 4.88898 16.0605 4.06941C16.0527 3.88425 16.038 3.70736 16.0163 3.53926C15.9768 3.23353 15.9571 3.08067 15.709 2.69872C15.4608 2.31678 15.3217 2.23209 15.0434 2.06272Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-bulletproof-vest{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1109 14.1109C10.148 14.0738 10.3221 13.9663 10.7192 13.8768C11.0833 13.7948 11.5345 13.75 12 13.75C12.4655 13.75 12.9167 13.7948 13.2808 13.8768C13.6779 13.9663 13.852 14.0738 13.8891 14.1109C13.9262 14.148 14.0337 14.3221 14.1232 14.7192C14.2052 15.0833 14.25 15.5346 14.25 16C14.25 16.4655 14.2052 16.9167 14.1232 17.2808C14.0337 17.6779 13.9262 17.852 13.8891 17.8891C13.852 17.9262 13.6779 18.0337 13.2808 18.1232C12.9167 18.2052 12.4655 18.25 12 18.25C11.5345 18.25 11.0833 18.2052 10.7192 18.1232C10.3221 18.0337 10.148 17.9262 10.1109 17.8891C10.0738 17.852 9.96627 17.6779 9.8768 17.2808C9.79475 16.9167 9.75 16.4655 9.75 16C9.75 15.5346 9.79475 15.0833 9.8768 14.7192C9.96627 14.3221 10.0738 14.148 10.1109 14.1109Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4829 1.31732C14.9612 1.24995 14.3137 1.24997 13.5458 1.25H10.4544C9.68652 1.24997 9.03903 1.24995 8.51732 1.31731C7.9624 1.38897 7.45674 1.54633 7.02637 1.92789C6.2286 2.63519 5.95937 3.81766 5.82742 4.793C5.75767 5.30864 5.71955 5.83379 5.68668 6.30382C5.65497 6.75808 5.62327 7.21215 5.57877 7.53051C5.51931 7.95602 5.16905 8.25 4.78118 8.25C4.06908 8.25 3.43157 8.868 3.27027 9.55444C3.0911 10.3163 2.86735 11.2676 2.6751 12.3045C2.61588 12.6239 2.58627 12.7836 2.67623 12.8918C2.76619 13 2.93066 13 3.2596 13H4C4.55228 13 5 13.4477 5 14C5 14.5523 4.55228 15 4 15H2.67683C2.58927 15 2.54549 15 2.50796 15.0099C2.41084 15.0354 2.33046 15.1112 2.2992 15.2066C2.28712 15.2435 2.2846 15.2859 2.27957 15.3706C2.25883 15.7197 2.24787 16.0743 2.25034 16.4297C2.25218 16.6937 2.2531 16.8257 2.34084 16.9129C2.42858 17 2.56469 17 2.83692 17H4C4.55228 17 5 17.4477 5 18C5 18.5523 4.55228 19 4 19H3.35328C2.98511 19 2.80103 19 2.71186 19.1326C2.6227 19.2651 2.68777 19.425 2.8179 19.7446C3.06733 20.3573 3.41356 20.9164 3.88404 21.3875C4.59473 22.0991 5.41837 22.4373 6.42726 22.5979C7.38351 22.7501 8.56543 22.75 10.023 22.75H13.9771C15.4347 22.75 16.6166 22.7501 17.5728 22.5979C18.5817 22.4373 19.4054 22.0991 20.1161 21.3875C20.5865 20.9164 20.9328 20.3573 21.1822 19.7446C21.3123 19.425 21.3774 19.2651 21.2882 19.1326C21.1991 19 21.015 19 20.6468 19H20C19.4477 19 19 18.5523 19 18C19 17.4477 19.4477 17 20 17H21.1632C21.4354 17 21.5715 17 21.6593 16.9129C21.747 16.8257 21.7479 16.6937 21.7498 16.4297C21.7522 16.0743 21.7413 15.7197 21.7205 15.3706C21.7155 15.2859 21.713 15.2435 21.7009 15.2066C21.6696 15.1112 21.5893 15.0354 21.4921 15.0099C21.4546 15 21.4108 15 21.3233 15H20C19.4477 15 19 14.5523 19 14C19 13.4477 19.4477 13 20 13H20.7405C21.0694 13 21.2339 13 21.3239 12.8918C21.4138 12.7836 21.3842 12.6239 21.325 12.3045C21.1328 11.2677 20.909 10.3163 20.7299 9.55452C20.5686 8.86809 19.931 8.25 19.2189 8.25C18.8311 8.25 18.4808 7.95602 18.4214 7.53052C18.3769 7.21216 18.3452 6.75807 18.3135 6.30382C18.2806 5.8338 18.2425 5.30865 18.1728 4.79302C18.0408 3.81768 17.7716 2.63521 16.9738 1.92791C16.5435 1.54634 16.0378 1.38897 15.4829 1.31732ZM14.1094 2.79077C14.4794 2.79077 14.6645 2.79077 14.7509 2.94153C14.8374 3.09228 14.7553 3.23246 14.5913 3.51282C14.0708 4.40242 13.1052 4.99994 12.0001 4.99994C10.895 4.99994 9.9295 4.40242 9.40898 3.51282C9.24493 3.23246 9.16291 3.09228 9.24937 2.94153C9.33582 2.79077 9.52085 2.79077 9.8909 2.79077H14.1094ZM14.9498 13.0502C14.5998 12.7003 14.0723 12.5175 13.6105 12.4135C13.1157 12.302 12.5507 12.25 12 12.25C11.4493 12.25 10.8843 12.302 10.3895 12.4135C9.92767 12.5175 9.40017 12.7003 9.05023 13.0502C8.70029 13.4002 8.51754 13.9277 8.41348 14.3895C8.30201 14.8843 8.25 15.4493 8.25 16C8.25 16.5507 8.30201 17.1157 8.41348 17.6105C8.51754 18.0723 8.70029 18.5998 9.05023 18.9498C9.40017 19.2997 9.92767 19.4825 10.3895 19.5865C10.8843 19.698 11.4493 19.75 12 19.75C12.5507 19.75 13.1157 19.698 13.6105 19.5865C14.0723 19.4825 14.5998 19.2997 14.9498 18.9498C15.2997 18.5998 15.4825 18.0723 15.5865 17.6105C15.698 17.1157 15.75 16.5507 15.75 16C15.75 15.4493 15.698 14.8843 15.5865 14.3895C15.4825 13.9277 15.2997 13.4002 14.9498 13.0502Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1109 14.1109C10.148 14.0738 10.3221 13.9663 10.7192 13.8768C11.0833 13.7948 11.5345 13.75 12 13.75C12.4655 13.75 12.9167 13.7948 13.2808 13.8768C13.6779 13.9663 13.852 14.0738 13.8891 14.1109C13.9262 14.148 14.0337 14.3221 14.1232 14.7192C14.2052 15.0833 14.25 15.5346 14.25 16C14.25 16.4655 14.2052 16.9167 14.1232 17.2808C14.0337 17.6779 13.9262 17.852 13.8891 17.8891C13.852 17.9262 13.6779 18.0337 13.2808 18.1232C12.9167 18.2052 12.4655 18.25 12 18.25C11.5345 18.25 11.0833 18.2052 10.7192 18.1232C10.3221 18.0337 10.148 17.9262 10.1109 17.8891C10.0738 17.852 9.96627 17.6779 9.8768 17.2808C9.79475 16.9167 9.75 16.4655 9.75 16C9.75 15.5346 9.79475 15.0833 9.8768 14.7192C9.96627 14.3221 10.0738 14.148 10.1109 14.1109Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4829 1.31732C14.9612 1.24995 14.3137 1.24997 13.5458 1.25H10.4544C9.68652 1.24997 9.03903 1.24995 8.51732 1.31731C7.9624 1.38897 7.45674 1.54633 7.02637 1.92789C6.2286 2.63519 5.95937 3.81766 5.82742 4.793C5.75767 5.30864 5.71955 5.83379 5.68668 6.30382C5.65497 6.75808 5.62327 7.21215 5.57877 7.53051C5.51931 7.95602 5.16905 8.25 4.78118 8.25C4.06908 8.25 3.43157 8.868 3.27027 9.55444C3.0911 10.3163 2.86735 11.2676 2.6751 12.3045C2.61588 12.6239 2.58627 12.7836 2.67623 12.8918C2.76619 13 2.93066 13 3.2596 13H4C4.55228 13 5 13.4477 5 14C5 14.5523 4.55228 15 4 15H2.67683C2.58927 15 2.54549 15 2.50796 15.0099C2.41084 15.0354 2.33046 15.1112 2.2992 15.2066C2.28712 15.2435 2.2846 15.2859 2.27957 15.3706C2.25883 15.7197 2.24787 16.0743 2.25034 16.4297C2.25218 16.6937 2.2531 16.8257 2.34084 16.9129C2.42858 17 2.56469 17 2.83692 17H4C4.55228 17 5 17.4477 5 18C5 18.5523 4.55228 19 4 19H3.35328C2.98511 19 2.80103 19 2.71186 19.1326C2.6227 19.2651 2.68777 19.425 2.8179 19.7446C3.06733 20.3573 3.41356 20.9164 3.88404 21.3875C4.59473 22.0991 5.41837 22.4373 6.42726 22.5979C7.38351 22.7501 8.56543 22.75 10.023 22.75H13.9771C15.4347 22.75 16.6166 22.7501 17.5728 22.5979C18.5817 22.4373 19.4054 22.0991 20.1161 21.3875C20.5865 20.9164 20.9328 20.3573 21.1822 19.7446C21.3123 19.425 21.3774 19.2651 21.2882 19.1326C21.1991 19 21.015 19 20.6468 19H20C19.4477 19 19 18.5523 19 18C19 17.4477 19.4477 17 20 17H21.1632C21.4354 17 21.5715 17 21.6593 16.9129C21.747 16.8257 21.7479 16.6937 21.7498 16.4297C21.7522 16.0743 21.7413 15.7197 21.7205 15.3706C21.7155 15.2859 21.713 15.2435 21.7009 15.2066C21.6696 15.1112 21.5893 15.0354 21.4921 15.0099C21.4546 15 21.4108 15 21.3233 15H20C19.4477 15 19 14.5523 19 14C19 13.4477 19.4477 13 20 13H20.7405C21.0694 13 21.2339 13 21.3239 12.8918C21.4138 12.7836 21.3842 12.6239 21.325 12.3045C21.1328 11.2677 20.909 10.3163 20.7299 9.55452C20.5686 8.86809 19.931 8.25 19.2189 8.25C18.8311 8.25 18.4808 7.95602 18.4214 7.53052C18.3769 7.21216 18.3452 6.75807 18.3135 6.30382C18.2806 5.8338 18.2425 5.30865 18.1728 4.79302C18.0408 3.81768 17.7716 2.63521 16.9738 1.92791C16.5435 1.54634 16.0378 1.38897 15.4829 1.31732ZM14.1094 2.79077C14.4794 2.79077 14.6645 2.79077 14.7509 2.94153C14.8374 3.09228 14.7553 3.23246 14.5913 3.51282C14.0708 4.40242 13.1052 4.99994 12.0001 4.99994C10.895 4.99994 9.9295 4.40242 9.40898 3.51282C9.24493 3.23246 9.16291 3.09228 9.24937 2.94153C9.33582 2.79077 9.52085 2.79077 9.8909 2.79077H14.1094ZM14.9498 13.0502C14.5998 12.7003 14.0723 12.5175 13.6105 12.4135C13.1157 12.302 12.5507 12.25 12 12.25C11.4493 12.25 10.8843 12.302 10.3895 12.4135C9.92767 12.5175 9.40017 12.7003 9.05023 13.0502C8.70029 13.4002 8.51754 13.9277 8.41348 14.3895C8.30201 14.8843 8.25 15.4493 8.25 16C8.25 16.5507 8.30201 17.1157 8.41348 17.6105C8.51754 18.0723 8.70029 18.5998 9.05023 18.9498C9.40017 19.2997 9.92767 19.4825 10.3895 19.5865C10.8843 19.698 11.4493 19.75 12 19.75C12.5507 19.75 13.1157 19.698 13.6105 19.5865C14.0723 19.4825 14.5998 19.2997 14.9498 18.9498C15.2997 18.5998 15.4825 18.0723 15.5865 17.6105C15.698 17.1157 15.75 16.5507 15.75 16C15.75 15.4493 15.698 14.8843 15.5865 14.3895C15.4825 13.9277 15.2997 13.4002 14.9498 13.0502Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-cards-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0421 2.04242L16.1131 2.57974C17.4598 2.9291 18.5422 3.20993 19.3624 3.54143C20.2109 3.88436 20.8875 4.32243 21.3224 5.05175C21.7594 5.78472 21.8145 6.5805 21.6957 7.47334C21.5816 8.33096 21.2906 9.38248 20.9306 10.6831L19.8465 14.6007C19.4865 15.9018 19.1955 16.9532 18.8517 17.7507C18.4934 18.5817 18.0376 19.237 17.2905 19.6546C16.929 19.8567 16.472 19.7275 16.2699 19.3659C16.0678 19.0044 16.1971 18.5474 16.5586 18.3453C16.9074 18.1503 17.1858 17.8259 17.4742 17.1569C17.7723 16.4654 18.0372 15.5145 18.4157 14.1468L19.4699 10.3374C19.8485 8.96943 20.11 8.01803 20.2088 7.27546C20.3045 6.5562 20.2297 6.14804 20.034 5.81996C19.8362 5.48825 19.501 5.21535 18.8003 4.93213C18.0819 4.64176 17.0953 4.38422 15.6842 4.01813L13.7171 3.50776C12.3062 3.14172 11.3185 2.88701 10.5459 2.79061C9.79322 2.6967 9.35482 2.76948 9.00259 2.96639C8.50168 3.24641 8.15707 3.78491 7.71539 5.18366C7.59067 5.57865 7.16936 5.79774 6.77437 5.67302C6.37938 5.54829 6.16028 5.12698 6.28501 4.73199C6.7285 3.32753 7.21118 2.24936 8.27066 1.65708C9.01425 1.2414 9.81926 1.18832 10.7316 1.30215C11.6126 1.41208 12.695 1.69291 14.0421 2.04242Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0549 4.25H11.0549H11.0549H8.94512H8.94511H8.94509C7.57752 4.24998 6.47521 4.24996 5.60825 4.36652C4.70814 4.48754 3.95026 4.74643 3.34835 5.34835C2.74643 5.95027 2.48754 6.70814 2.36652 7.60825C2.24996 8.47521 2.24998 9.57753 2.25 10.9451V10.9451V16.0549V16.0549C2.24998 17.4225 2.24996 18.5248 2.36652 19.3918C2.48754 20.2919 2.74643 21.0497 3.34835 21.6517C3.95026 22.2536 4.70814 22.5125 5.60825 22.6335C6.47522 22.75 7.57754 22.75 8.94513 22.75H11.0549C12.4225 22.75 13.5248 22.75 14.3918 22.6335C15.2919 22.5125 16.0497 22.2536 16.6516 21.6517C17.2536 21.0497 17.5125 20.2919 17.6335 19.3918C17.75 18.5248 17.75 17.4225 17.75 16.0549V16.0549V16.0549V10.9451V10.9451V10.9451C17.75 9.57752 17.75 8.47521 17.6335 7.60825C17.5125 6.70814 17.2536 5.95027 16.6516 5.34835C16.0497 4.74643 15.2919 4.48754 14.3918 4.36652C13.5248 4.24996 12.4225 4.24998 11.0549 4.25ZM10 9.25C9.49641 9.25 9.11297 9.49258 8.80607 9.76823C8.52382 10.0217 8.22136 10.3828 7.88473 10.7847L7.88471 10.7847C7.56017 11.172 6.8308 12.0426 6.63128 12.3511C6.41488 12.6858 6.25 13.0552 6.25 13.5C6.25 13.9448 6.41488 14.3142 6.63128 14.6489C6.8308 14.9574 7.56017 15.828 7.8847 16.2153C8.22135 16.6172 8.52382 16.9783 8.80607 17.2318C9.11297 17.5074 9.49641 17.75 10 17.75C10.5036 17.75 10.887 17.5074 11.1939 17.2318C11.4762 16.9783 12.2214 16.0886 12.5581 15.6868C12.8826 15.2995 13.1692 14.9575 13.3687 14.6489C13.5851 14.3142 13.75 13.9448 13.75 13.5C13.75 13.0552 13.5851 12.6858 13.3687 12.3511C13.1692 12.0426 12.8826 11.7006 12.5581 11.3133C12.2215 10.9114 11.4762 10.0217 11.1939 9.76823C10.887 9.49258 10.5036 9.25 10 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0421 2.04242L16.1131 2.57974C17.4598 2.9291 18.5422 3.20993 19.3624 3.54143C20.2109 3.88436 20.8875 4.32243 21.3224 5.05175C21.7594 5.78472 21.8145 6.5805 21.6957 7.47334C21.5816 8.33096 21.2906 9.38248 20.9306 10.6831L19.8465 14.6007C19.4865 15.9018 19.1955 16.9532 18.8517 17.7507C18.4934 18.5817 18.0376 19.237 17.2905 19.6546C16.929 19.8567 16.472 19.7275 16.2699 19.3659C16.0678 19.0044 16.1971 18.5474 16.5586 18.3453C16.9074 18.1503 17.1858 17.8259 17.4742 17.1569C17.7723 16.4654 18.0372 15.5145 18.4157 14.1468L19.4699 10.3374C19.8485 8.96943 20.11 8.01803 20.2088 7.27546C20.3045 6.5562 20.2297 6.14804 20.034 5.81996C19.8362 5.48825 19.501 5.21535 18.8003 4.93213C18.0819 4.64176 17.0953 4.38422 15.6842 4.01813L13.7171 3.50776C12.3062 3.14172 11.3185 2.88701 10.5459 2.79061C9.79322 2.6967 9.35482 2.76948 9.00259 2.96639C8.50168 3.24641 8.15707 3.78491 7.71539 5.18366C7.59067 5.57865 7.16936 5.79774 6.77437 5.67302C6.37938 5.54829 6.16028 5.12698 6.28501 4.73199C6.7285 3.32753 7.21118 2.24936 8.27066 1.65708C9.01425 1.2414 9.81926 1.18832 10.7316 1.30215C11.6126 1.41208 12.695 1.69291 14.0421 2.04242Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0549 4.25H11.0549H11.0549H8.94512H8.94511H8.94509C7.57752 4.24998 6.47521 4.24996 5.60825 4.36652C4.70814 4.48754 3.95026 4.74643 3.34835 5.34835C2.74643 5.95027 2.48754 6.70814 2.36652 7.60825C2.24996 8.47521 2.24998 9.57753 2.25 10.9451V10.9451V16.0549V16.0549C2.24998 17.4225 2.24996 18.5248 2.36652 19.3918C2.48754 20.2919 2.74643 21.0497 3.34835 21.6517C3.95026 22.2536 4.70814 22.5125 5.60825 22.6335C6.47522 22.75 7.57754 22.75 8.94513 22.75H11.0549C12.4225 22.75 13.5248 22.75 14.3918 22.6335C15.2919 22.5125 16.0497 22.2536 16.6516 21.6517C17.2536 21.0497 17.5125 20.2919 17.6335 19.3918C17.75 18.5248 17.75 17.4225 17.75 16.0549V16.0549V16.0549V10.9451V10.9451V10.9451C17.75 9.57752 17.75 8.47521 17.6335 7.60825C17.5125 6.70814 17.2536 5.95027 16.6516 5.34835C16.0497 4.74643 15.2919 4.48754 14.3918 4.36652C13.5248 4.24996 12.4225 4.24998 11.0549 4.25ZM10 9.25C9.49641 9.25 9.11297 9.49258 8.80607 9.76823C8.52382 10.0217 8.22136 10.3828 7.88473 10.7847L7.88471 10.7847C7.56017 11.172 6.8308 12.0426 6.63128 12.3511C6.41488 12.6858 6.25 13.0552 6.25 13.5C6.25 13.9448 6.41488 14.3142 6.63128 14.6489C6.8308 14.9574 7.56017 15.828 7.8847 16.2153C8.22135 16.6172 8.52382 16.9783 8.80607 17.2318C9.11297 17.5074 9.49641 17.75 10 17.75C10.5036 17.75 10.887 17.5074 11.1939 17.2318C11.4762 16.9783 12.2214 16.0886 12.5581 15.6868C12.8826 15.2995 13.1692 14.9575 13.3687 14.6489C13.5851 14.3142 13.75 13.9448 13.75 13.5C13.75 13.0552 13.5851 12.6858 13.3687 12.3511C13.1692 12.0426 12.8826 11.7006 12.5581 11.3133C12.2215 10.9114 11.4762 10.0217 11.1939 9.76823C10.887 9.49258 10.5036 9.25 10 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-cards-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0421 2.04242L16.1131 2.57974C17.4598 2.9291 18.5422 3.20993 19.3624 3.54143C20.2109 3.88436 20.8875 4.32243 21.3224 5.05175C21.7594 5.78472 21.8145 6.5805 21.6957 7.47334C21.5816 8.33096 21.2906 9.38248 20.9306 10.6831L19.8465 14.6007C19.4865 15.9018 19.1955 16.9532 18.8517 17.7507C18.4934 18.5817 18.0376 19.237 17.2905 19.6546C16.929 19.8567 16.472 19.7275 16.2699 19.3659C16.0678 19.0044 16.1971 18.5474 16.5586 18.3453C16.9074 18.1503 17.1858 17.8259 17.4742 17.1569C17.7723 16.4654 18.0372 15.5145 18.4157 14.1468L19.4699 10.3374C19.8485 8.96943 20.11 8.01803 20.2088 7.27546C20.3045 6.5562 20.2297 6.14804 20.034 5.81996C19.8362 5.48825 19.501 5.21535 18.8003 4.93213C18.0819 4.64176 17.0953 4.38422 15.6842 4.01813L13.7171 3.50776C12.3062 3.14172 11.3185 2.88701 10.5459 2.79061C9.79322 2.6967 9.35482 2.76948 9.00259 2.96639C8.50168 3.24641 8.15707 3.78491 7.71539 5.18366C7.59067 5.57865 7.16936 5.79774 6.77437 5.67302C6.37938 5.54829 6.16028 5.12698 6.28501 4.73199C6.7285 3.32753 7.21118 2.24936 8.27066 1.65708C9.01425 1.2414 9.81926 1.18832 10.7316 1.30215C11.6126 1.41208 12.695 1.69291 14.0421 2.04242Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0549 4.25H11.0549H11.0549H8.94513H8.94511H8.9451C7.57752 4.24998 6.47521 4.24996 5.60825 4.36652C4.70814 4.48754 3.95027 4.74643 3.34835 5.34835C2.74643 5.95027 2.48754 6.70814 2.36652 7.60825C2.24996 8.47521 2.24998 9.57752 2.25 10.9451V10.9451V10.9451V16.0549V16.0549V16.0549C2.24998 17.4225 2.24996 18.5248 2.36652 19.3918C2.48754 20.2919 2.74643 21.0497 3.34835 21.6517C3.95027 22.2536 4.70814 22.5125 5.60825 22.6335C6.47522 22.75 7.57754 22.75 8.94513 22.75H11.0549C12.4225 22.75 13.5248 22.75 14.3918 22.6335C15.2919 22.5125 16.0497 22.2536 16.6517 21.6517C17.2536 21.0497 17.5125 20.2919 17.6335 19.3918C17.75 18.5248 17.75 17.4225 17.75 16.0549V16.0549V16.0549V10.9451V10.9451V10.9451C17.75 9.57753 17.75 8.47521 17.6335 7.60825C17.5125 6.70814 17.2536 5.95027 16.6517 5.34835C16.0497 4.74643 15.2919 4.48754 14.3918 4.36652C13.5248 4.24996 12.4225 4.24998 11.0549 4.25ZM10.0017 10.6044C9.36993 10.2195 8.41437 10.0438 7.39249 10.6242C6.56188 11.096 6.13069 12.0634 6.28176 13.1064C6.43303 14.1507 7.14502 15.2275 8.47953 16.142L8.5412 16.1844C8.95381 16.4683 9.36364 16.7502 10.0017 16.7502C10.6397 16.7502 11.0495 16.4683 11.4621 16.1844L11.5238 16.142C12.8583 15.2275 13.5703 14.1507 13.7215 13.1064C13.8726 12.0634 13.4414 11.096 12.6108 10.6242C11.5889 10.0438 10.6334 10.2195 10.0017 10.6044Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0421 2.04242L16.1131 2.57974C17.4598 2.9291 18.5422 3.20993 19.3624 3.54143C20.2109 3.88436 20.8875 4.32243 21.3224 5.05175C21.7594 5.78472 21.8145 6.5805 21.6957 7.47334C21.5816 8.33096 21.2906 9.38248 20.9306 10.6831L19.8465 14.6007C19.4865 15.9018 19.1955 16.9532 18.8517 17.7507C18.4934 18.5817 18.0376 19.237 17.2905 19.6546C16.929 19.8567 16.472 19.7275 16.2699 19.3659C16.0678 19.0044 16.1971 18.5474 16.5586 18.3453C16.9074 18.1503 17.1858 17.8259 17.4742 17.1569C17.7723 16.4654 18.0372 15.5145 18.4157 14.1468L19.4699 10.3374C19.8485 8.96943 20.11 8.01803 20.2088 7.27546C20.3045 6.5562 20.2297 6.14804 20.034 5.81996C19.8362 5.48825 19.501 5.21535 18.8003 4.93213C18.0819 4.64176 17.0953 4.38422 15.6842 4.01813L13.7171 3.50776C12.3062 3.14172 11.3185 2.88701 10.5459 2.79061C9.79322 2.6967 9.35482 2.76948 9.00259 2.96639C8.50168 3.24641 8.15707 3.78491 7.71539 5.18366C7.59067 5.57865 7.16936 5.79774 6.77437 5.67302C6.37938 5.54829 6.16028 5.12698 6.28501 4.73199C6.7285 3.32753 7.21118 2.24936 8.27066 1.65708C9.01425 1.2414 9.81926 1.18832 10.7316 1.30215C11.6126 1.41208 12.695 1.69291 14.0421 2.04242Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0549 4.25H11.0549H11.0549H8.94513H8.94511H8.9451C7.57752 4.24998 6.47521 4.24996 5.60825 4.36652C4.70814 4.48754 3.95027 4.74643 3.34835 5.34835C2.74643 5.95027 2.48754 6.70814 2.36652 7.60825C2.24996 8.47521 2.24998 9.57752 2.25 10.9451V10.9451V10.9451V16.0549V16.0549V16.0549C2.24998 17.4225 2.24996 18.5248 2.36652 19.3918C2.48754 20.2919 2.74643 21.0497 3.34835 21.6517C3.95027 22.2536 4.70814 22.5125 5.60825 22.6335C6.47522 22.75 7.57754 22.75 8.94513 22.75H11.0549C12.4225 22.75 13.5248 22.75 14.3918 22.6335C15.2919 22.5125 16.0497 22.2536 16.6517 21.6517C17.2536 21.0497 17.5125 20.2919 17.6335 19.3918C17.75 18.5248 17.75 17.4225 17.75 16.0549V16.0549V16.0549V10.9451V10.9451V10.9451C17.75 9.57753 17.75 8.47521 17.6335 7.60825C17.5125 6.70814 17.2536 5.95027 16.6517 5.34835C16.0497 4.74643 15.2919 4.48754 14.3918 4.36652C13.5248 4.24996 12.4225 4.24998 11.0549 4.25ZM10.0017 10.6044C9.36993 10.2195 8.41437 10.0438 7.39249 10.6242C6.56188 11.096 6.13069 12.0634 6.28176 13.1064C6.43303 14.1507 7.14502 15.2275 8.47953 16.142L8.5412 16.1844C8.95381 16.4683 9.36364 16.7502 10.0017 16.7502C10.6397 16.7502 11.0495 16.4683 11.4621 16.1844L11.5238 16.142C12.8583 15.2275 13.5703 14.1507 13.7215 13.1064C13.8726 12.0634 13.4414 11.096 12.6108 10.6242C11.5889 10.0438 10.6334 10.2195 10.0017 10.6044Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-castle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 22L14.3288 17.9728L14.3288 17.9728C14.2153 17.2915 14.1585 16.9509 13.9933 16.6924C13.8309 16.4382 13.5956 16.2388 13.3181 16.1204C13.036 16 12.6907 16 12 16C11.3093 16 10.964 16 10.6819 16.1204C10.4044 16.2388 10.1691 16.4382 10.0067 16.6924C9.84152 16.9509 9.78475 17.2915 9.6712 17.9728L9 22H15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.27462 6.75921C8.80218 6.83239 9.17087 7.32178 9.0981 7.8523L7.32071 20.8106H16.6793L14.9019 7.8523C14.8291 7.32178 15.1978 6.83239 15.7254 6.75921C16.2529 6.68604 16.7396 7.05679 16.8124 7.58731L17.3149 11.2511C17.9622 11.2558 18.5434 11.2782 19.0523 11.3506C19.6463 11.4352 20.1972 11.5948 20.6699 11.9191C21.6424 12.586 22.0199 13.7591 22.235 15.3722L22.509 17.4277C22.6434 18.4349 22.7546 19.2693 22.7498 19.9347C22.7448 20.6337 22.6137 21.2781 22.1468 21.8115C21.6798 22.3449 21.0584 22.56 20.3662 22.6574C19.7073 22.7501 18.8657 22.75 17.8496 22.75L17.7935 22.75L17.7898 22.75L17.7857 22.75H6.21429L6.21028 22.75L6.2067 22.75L6.1507 22.75C5.13461 22.75 4.29286 22.7501 3.63388 22.6574C2.94172 22.56 2.32029 22.3449 1.85328 21.8115C1.38626 21.2781 1.25517 20.6337 1.25015 19.9347C1.24537 19.2692 1.35664 18.4349 1.49096 17.4277L1.76503 15.3722C1.97941 13.7644 2.35404 12.5916 3.32469 11.9232C3.79684 11.5981 4.34755 11.4373 4.94248 11.352C5.4524 11.2788 6.03521 11.256 6.68509 11.2511L7.18762 7.58731C7.26039 7.05679 7.74705 6.68604 8.27462 6.75921Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 2.25C9 1.69772 8.55228 1.25 8 1.25C7.44772 1.25 7 1.69772 7 2.25V3.25889C7 3.30436 6.96923 3.3438 6.92579 3.35723C6.79182 3.39864 6.65763 3.45815 6.52776 3.54493C6.33667 3.67261 6.17261 3.83667 6.04493 4.02776C5.8646 4.29764 5.80202 4.58617 5.77492 4.85256C5.74995 5.09806 5.74997 5.39429 5.75 5.71698V5.78303C5.74997 6.10572 5.74995 6.40194 5.77492 6.64745C5.80202 6.91383 5.8646 7.20237 6.04493 7.47225C6.17261 7.66333 6.33667 7.8274 6.52776 7.95508C6.79764 8.13541 7.08617 8.19799 7.35256 8.22509C7.59807 8.25006 7.89429 8.25003 8.21699 8.25001H15.783C16.1057 8.25003 16.4019 8.25006 16.6474 8.22509C16.9138 8.19799 17.2024 8.13541 17.4722 7.95508C17.6633 7.8274 17.8274 7.66333 17.9551 7.47225C18.1354 7.20237 18.198 6.91383 18.2251 6.64745C18.2501 6.40196 18.25 6.10575 18.25 5.78308V5.71698C18.25 5.39431 18.2501 5.09805 18.2251 4.85256C18.198 4.58617 18.1354 4.29764 17.9551 4.02776C17.8274 3.83667 17.6633 3.67261 17.4722 3.54493C17.3424 3.45815 17.2082 3.39864 17.0742 3.35723C17.0308 3.3438 17 3.30436 17 3.25889V2.25C17 1.69772 16.5523 1.25 16 1.25C15.4477 1.25 15 1.69772 15 2.25V3.15C15 3.20523 14.9552 3.25 14.9 3.25H13.1C13.0448 3.25 13 3.20523 13 3.15V2.25C13 1.69772 12.5523 1.25 12 1.25C11.4477 1.25 11 1.69772 11 2.25V3.15C11 3.20523 10.9552 3.25 10.9 3.25H9.1C9.04477 3.25 9 3.20523 9 3.15V2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 22L14.3288 17.9728L14.3288 17.9728C14.2153 17.2915 14.1585 16.9509 13.9933 16.6924C13.8309 16.4382 13.5956 16.2388 13.3181 16.1204C13.036 16 12.6907 16 12 16C11.3093 16 10.964 16 10.6819 16.1204C10.4044 16.2388 10.1691 16.4382 10.0067 16.6924C9.84152 16.9509 9.78475 17.2915 9.6712 17.9728L9 22H15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.27462 6.75921C8.80218 6.83239 9.17087 7.32178 9.0981 7.8523L7.32071 20.8106H16.6793L14.9019 7.8523C14.8291 7.32178 15.1978 6.83239 15.7254 6.75921C16.2529 6.68604 16.7396 7.05679 16.8124 7.58731L17.3149 11.2511C17.9622 11.2558 18.5434 11.2782 19.0523 11.3506C19.6463 11.4352 20.1972 11.5948 20.6699 11.9191C21.6424 12.586 22.0199 13.7591 22.235 15.3722L22.509 17.4277C22.6434 18.4349 22.7546 19.2693 22.7498 19.9347C22.7448 20.6337 22.6137 21.2781 22.1468 21.8115C21.6798 22.3449 21.0584 22.56 20.3662 22.6574C19.7073 22.7501 18.8657 22.75 17.8496 22.75L17.7935 22.75L17.7898 22.75L17.7857 22.75H6.21429L6.21028 22.75L6.2067 22.75L6.1507 22.75C5.13461 22.75 4.29286 22.7501 3.63388 22.6574C2.94172 22.56 2.32029 22.3449 1.85328 21.8115C1.38626 21.2781 1.25517 20.6337 1.25015 19.9347C1.24537 19.2692 1.35664 18.4349 1.49096 17.4277L1.76503 15.3722C1.97941 13.7644 2.35404 12.5916 3.32469 11.9232C3.79684 11.5981 4.34755 11.4373 4.94248 11.352C5.4524 11.2788 6.03521 11.256 6.68509 11.2511L7.18762 7.58731C7.26039 7.05679 7.74705 6.68604 8.27462 6.75921Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 2.25C9 1.69772 8.55228 1.25 8 1.25C7.44772 1.25 7 1.69772 7 2.25V3.25889C7 3.30436 6.96923 3.3438 6.92579 3.35723C6.79182 3.39864 6.65763 3.45815 6.52776 3.54493C6.33667 3.67261 6.17261 3.83667 6.04493 4.02776C5.8646 4.29764 5.80202 4.58617 5.77492 4.85256C5.74995 5.09806 5.74997 5.39429 5.75 5.71698V5.78303C5.74997 6.10572 5.74995 6.40194 5.77492 6.64745C5.80202 6.91383 5.8646 7.20237 6.04493 7.47225C6.17261 7.66333 6.33667 7.8274 6.52776 7.95508C6.79764 8.13541 7.08617 8.19799 7.35256 8.22509C7.59807 8.25006 7.89429 8.25003 8.21699 8.25001H15.783C16.1057 8.25003 16.4019 8.25006 16.6474 8.22509C16.9138 8.19799 17.2024 8.13541 17.4722 7.95508C17.6633 7.8274 17.8274 7.66333 17.9551 7.47225C18.1354 7.20237 18.198 6.91383 18.2251 6.64745C18.2501 6.40196 18.25 6.10575 18.25 5.78308V5.71698C18.25 5.39431 18.2501 5.09805 18.2251 4.85256C18.198 4.58617 18.1354 4.29764 17.9551 4.02776C17.8274 3.83667 17.6633 3.67261 17.4722 3.54493C17.3424 3.45815 17.2082 3.39864 17.0742 3.35723C17.0308 3.3438 17 3.30436 17 3.25889V2.25C17 1.69772 16.5523 1.25 16 1.25C15.4477 1.25 15 1.69772 15 2.25V3.15C15 3.20523 14.9552 3.25 14.9 3.25H13.1C13.0448 3.25 13 3.20523 13 3.15V2.25C13 1.69772 12.5523 1.25 12 1.25C11.4477 1.25 11 1.69772 11 2.25V3.15C11 3.20523 10.9552 3.25 10.9 3.25H9.1C9.04477 3.25 9 3.20523 9 3.15V2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-chess-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.11632 9.10288C9.14715 9.1411 9.17942 9.17787 9.21303 9.21312L8.3316 14.9512C8.21264 15.7256 7.62598 16.5858 6.88404 17.5416C6.70852 17.7678 6.67709 18.074 6.80302 18.3311C6.92894 18.5881 7.19027 18.7511 7.47657 18.7511H16.524C16.8103 18.7511 17.0717 18.5881 17.1976 18.3311C17.3235 18.074 17.2921 17.7678 17.1166 17.5416C16.3746 16.5858 15.788 15.7256 15.669 14.9512L14.7875 9.21258C14.8209 9.17749 14.853 9.1409 14.8837 9.10288L16.6203 6.94989C17.0289 6.44332 17.25 5.80858 17.25 5.15644V2.21311C17.25 1.44686 16.3368 0.922996 15.6825 1.48624L13.2887 3.54723C13.243 3.58654 13.1895 3.60504 13.138 3.60504H10.8621C10.8105 3.60504 10.757 3.58654 10.7113 3.54723L8.31747 1.48624C7.66326 0.92299 6.75001 1.44686 6.75001 2.21311V5.15644C6.75001 5.80858 6.97113 6.44332 7.37973 6.94989L9.11632 9.10288Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 17C5.44772 17 5 17.4476 5 17.9997C5 18.4774 5.33519 18.8769 5.78329 18.9759C5.77045 18.9939 5.75776 19.0118 5.74524 19.0297C5.36932 19.5665 5.17882 20.3651 5.27447 21.06C5.32413 21.4207 5.46308 21.8419 5.7916 22.1857C6.14467 22.5551 6.63485 22.7483 7.18727 22.7483H16.8127C17.3652 22.7483 17.8553 22.5551 18.2084 22.1857C18.5369 21.8419 18.6759 21.4207 18.7255 21.06C18.8212 20.3651 18.6307 19.5665 18.2548 19.0297C18.2422 19.0118 18.2296 18.9939 18.2167 18.9759C18.6648 18.8769 19 18.4774 19 17.9997C19 17.4476 18.5523 17 18 17H6ZM7.35084 20.0451C7.55659 19.7512 7.81272 19.4405 8.10799 19.0827H15.892C16.1873 19.4405 16.4434 19.7512 16.6492 20.0451C16.6885 20.1012 16.7459 20.2189 16.7843 20.3833C16.822 20.5443 16.8299 20.701 16.8132 20.8222C16.8075 20.8635 16.8001 20.8939 16.7933 20.9155H7.20672C7.19991 20.8939 7.19246 20.8635 7.18679 20.8222C7.1701 20.701 7.17801 20.5443 7.21567 20.3833C7.25413 20.2189 7.3115 20.1012 7.35084 20.0451Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.11632 9.10288C9.14715 9.1411 9.17942 9.17787 9.21303 9.21312L8.3316 14.9512C8.21264 15.7256 7.62598 16.5858 6.88404 17.5416C6.70852 17.7678 6.67709 18.074 6.80302 18.3311C6.92894 18.5881 7.19027 18.7511 7.47657 18.7511H16.524C16.8103 18.7511 17.0717 18.5881 17.1976 18.3311C17.3235 18.074 17.2921 17.7678 17.1166 17.5416C16.3746 16.5858 15.788 15.7256 15.669 14.9512L14.7875 9.21258C14.8209 9.17749 14.853 9.1409 14.8837 9.10288L16.6203 6.94989C17.0289 6.44332 17.25 5.80858 17.25 5.15644V2.21311C17.25 1.44686 16.3368 0.922996 15.6825 1.48624L13.2887 3.54723C13.243 3.58654 13.1895 3.60504 13.138 3.60504H10.8621C10.8105 3.60504 10.757 3.58654 10.7113 3.54723L8.31747 1.48624C7.66326 0.92299 6.75001 1.44686 6.75001 2.21311V5.15644C6.75001 5.80858 6.97113 6.44332 7.37973 6.94989L9.11632 9.10288Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 17C5.44772 17 5 17.4476 5 17.9997C5 18.4774 5.33519 18.8769 5.78329 18.9759C5.77045 18.9939 5.75776 19.0118 5.74524 19.0297C5.36932 19.5665 5.17882 20.3651 5.27447 21.06C5.32413 21.4207 5.46308 21.8419 5.7916 22.1857C6.14467 22.5551 6.63485 22.7483 7.18727 22.7483H16.8127C17.3652 22.7483 17.8553 22.5551 18.2084 22.1857C18.5369 21.8419 18.6759 21.4207 18.7255 21.06C18.8212 20.3651 18.6307 19.5665 18.2548 19.0297C18.2422 19.0118 18.2296 18.9939 18.2167 18.9759C18.6648 18.8769 19 18.4774 19 17.9997C19 17.4476 18.5523 17 18 17H6ZM7.35084 20.0451C7.55659 19.7512 7.81272 19.4405 8.10799 19.0827H15.892C16.1873 19.4405 16.4434 19.7512 16.6492 20.0451C16.6885 20.1012 16.7459 20.2189 16.7843 20.3833C16.822 20.5443 16.8299 20.701 16.8132 20.8222C16.8075 20.8635 16.8001 20.8939 16.7933 20.9155H7.20672C7.19991 20.8939 7.19246 20.8635 7.18679 20.8222C7.1701 20.701 7.17801 20.5443 7.21567 20.3833C7.25413 20.2189 7.3115 20.1012 7.35084 20.0451Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-chess-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0676 19.5841C18.1335 19.6567 18.194 19.7254 18.2485 19.7904C18.4303 20.0074 18.6349 20.2827 18.7078 20.6147C18.8624 21.318 18.5813 22.0638 17.9711 22.4691C17.6805 22.6621 17.3345 22.7078 17.0594 22.7283C16.7704 22.7499 16.3996 22.7498 15.9614 22.7498H8.5134C8.05868 22.7498 7.67424 22.7499 7.3751 22.727C7.09074 22.7052 6.73273 22.6565 6.43582 22.4512C5.84963 22.046 5.57868 21.3226 5.72077 20.636C5.79205 20.2916 6.00439 20.0071 6.19321 19.7835C6.24833 19.7182 6.30942 19.6493 6.37595 19.5766C6.64341 19.2844 6.77715 19.1383 6.96972 19.0535C7.16229 18.9688 7.37498 18.9688 7.80035 18.9688H16.6349C17.0633 18.9688 17.2775 18.9688 17.4709 19.0543C17.6642 19.1399 17.7987 19.288 18.0676 19.5841Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0617 11.8139C15.3974 12.4297 14.3777 12.4297 13.7134 11.8139C13.413 11.5075 13.1451 11.5139 13.0487 11.5554C12.8533 11.6327 12.3753 11.7769 12.026 11.735C11.685 11.7159 11.1949 11.5574 10.6045 10.9778C10.309 10.6876 9.83413 10.6919 9.54393 10.9875C9.25374 11.2831 9.25809 11.7579 9.55366 12.0481C10.3543 12.8342 11.1739 13.1897 11.9422 13.2327C12.1949 13.2468 12.5556 13.2372 13.1749 13.0642C13.3625 13.0117 13.4564 12.9855 13.5329 13.0043C13.6094 13.0231 13.6846 13.0939 13.8351 13.2354C13.8944 13.2911 13.9561 13.3456 14.0202 13.3986C14.8376 14.0735 15.4598 14.5873 15.8978 14.9636C16.1173 15.1522 16.2988 15.3132 16.439 15.4471C16.6413 15.6528 17.0642 16.1682 17.1376 16.584C17.2073 16.8182 17.2321 17.068 17.2437 17.3316C17.2469 17.4026 17.2484 17.4381 17.2426 17.4709C17.2217 17.5871 17.1283 17.6848 17.0132 17.7107C16.9806 17.718 16.9426 17.718 16.8667 17.718H7.82589C7.54334 17.718 7.40207 17.718 7.31422 17.6303C7.22637 17.5425 7.22621 17.4012 7.22589 17.1187L7.22398 15.4192C7.22393 15.3773 7.22391 15.3563 7.2198 15.3318C7.21569 15.3073 7.21051 15.2923 7.20017 15.2623C7.18854 15.2285 7.17506 15.1946 7.16315 15.1769C7.11032 15.0966 7.03506 14.9941 6.90871 14.8222C5.3913 12.7575 4.98528 10.6513 5.4064 8.82278C5.7656 7.2631 6.71453 5.96271 7.97649 5.11147C8.10328 5.02594 8.16668 4.98318 8.20035 4.92979C8.23402 4.87639 8.24555 4.79891 8.26863 4.64395C8.50994 3.02322 9.51898 2.07204 10.4816 1.57782C10.6574 1.48725 10.9199 1.35207 11.136 1.29484C11.4388 1.21465 11.7703 1.23138 12.0906 1.43268C12.4438 1.65462 12.6198 2.01418 12.7126 2.29753C12.8108 2.59735 12.8557 2.93255 12.87 3.25507C12.8791 3.4596 12.8764 3.67231 12.8634 3.88583C12.8488 4.12553 12.8414 4.24538 12.8858 4.32307C12.9301 4.40076 13.0468 4.46045 13.2803 4.57983C14.0463 4.97155 14.6265 5.67323 14.808 6.47217C14.8328 6.58111 14.8452 6.63559 14.8654 6.67246C14.8857 6.70933 14.9184 6.74236 14.9838 6.80843L16.5217 8.36096C16.7469 8.57147 16.9756 8.89729 17.1206 9.24631C17.2866 9.64602 17.3222 10.1149 17.0955 10.6119C16.9575 10.9146 16.7433 11.1617 16.5641 11.3444C16.4372 11.4738 16.1774 11.7093 16.0617 11.8139Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0676 19.5841C18.1335 19.6567 18.194 19.7254 18.2485 19.7904C18.4303 20.0074 18.6349 20.2827 18.7078 20.6147C18.8624 21.318 18.5813 22.0638 17.9711 22.4691C17.6805 22.6621 17.3345 22.7078 17.0594 22.7283C16.7704 22.7499 16.3996 22.7498 15.9614 22.7498H8.5134C8.05868 22.7498 7.67424 22.7499 7.3751 22.727C7.09074 22.7052 6.73273 22.6565 6.43582 22.4512C5.84963 22.046 5.57868 21.3226 5.72077 20.636C5.79205 20.2916 6.00439 20.0071 6.19321 19.7835C6.24833 19.7182 6.30942 19.6493 6.37595 19.5766C6.64341 19.2844 6.77715 19.1383 6.96972 19.0535C7.16229 18.9688 7.37498 18.9688 7.80035 18.9688H16.6349C17.0633 18.9688 17.2775 18.9688 17.4709 19.0543C17.6642 19.1399 17.7987 19.288 18.0676 19.5841Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0617 11.8139C15.3974 12.4297 14.3777 12.4297 13.7134 11.8139C13.413 11.5075 13.1451 11.5139 13.0487 11.5554C12.8533 11.6327 12.3753 11.7769 12.026 11.735C11.685 11.7159 11.1949 11.5574 10.6045 10.9778C10.309 10.6876 9.83413 10.6919 9.54393 10.9875C9.25374 11.2831 9.25809 11.7579 9.55366 12.0481C10.3543 12.8342 11.1739 13.1897 11.9422 13.2327C12.1949 13.2468 12.5556 13.2372 13.1749 13.0642C13.3625 13.0117 13.4564 12.9855 13.5329 13.0043C13.6094 13.0231 13.6846 13.0939 13.8351 13.2354C13.8944 13.2911 13.9561 13.3456 14.0202 13.3986C14.8376 14.0735 15.4598 14.5873 15.8978 14.9636C16.1173 15.1522 16.2988 15.3132 16.439 15.4471C16.6413 15.6528 17.0642 16.1682 17.1376 16.584C17.2073 16.8182 17.2321 17.068 17.2437 17.3316C17.2469 17.4026 17.2484 17.4381 17.2426 17.4709C17.2217 17.5871 17.1283 17.6848 17.0132 17.7107C16.9806 17.718 16.9426 17.718 16.8667 17.718H7.82589C7.54334 17.718 7.40207 17.718 7.31422 17.6303C7.22637 17.5425 7.22621 17.4012 7.22589 17.1187L7.22398 15.4192C7.22393 15.3773 7.22391 15.3563 7.2198 15.3318C7.21569 15.3073 7.21051 15.2923 7.20017 15.2623C7.18854 15.2285 7.17506 15.1946 7.16315 15.1769C7.11032 15.0966 7.03506 14.9941 6.90871 14.8222C5.3913 12.7575 4.98528 10.6513 5.4064 8.82278C5.7656 7.2631 6.71453 5.96271 7.97649 5.11147C8.10328 5.02594 8.16668 4.98318 8.20035 4.92979C8.23402 4.87639 8.24555 4.79891 8.26863 4.64395C8.50994 3.02322 9.51898 2.07204 10.4816 1.57782C10.6574 1.48725 10.9199 1.35207 11.136 1.29484C11.4388 1.21465 11.7703 1.23138 12.0906 1.43268C12.4438 1.65462 12.6198 2.01418 12.7126 2.29753C12.8108 2.59735 12.8557 2.93255 12.87 3.25507C12.8791 3.4596 12.8764 3.67231 12.8634 3.88583C12.8488 4.12553 12.8414 4.24538 12.8858 4.32307C12.9301 4.40076 13.0468 4.46045 13.2803 4.57983C14.0463 4.97155 14.6265 5.67323 14.808 6.47217C14.8328 6.58111 14.8452 6.63559 14.8654 6.67246C14.8857 6.70933 14.9184 6.74236 14.9838 6.80843L16.5217 8.36096C16.7469 8.57147 16.9756 8.89729 17.1206 9.24631C17.2866 9.64602 17.3222 10.1149 17.0955 10.6119C16.9575 10.9146 16.7433 11.1617 16.5641 11.3444C16.4372 11.4738 16.1774 11.7093 16.0617 11.8139Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-chess-pawn{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75 5.42857C7.75 3.10631 9.66744 1.25 12 1.25C14.3326 1.25 16.25 3.10631 16.25 5.42857C16.25 6.35639 15.9416 7.21433 15.4223 7.90666C15.1861 8.22153 14.9091 8.4586 14.5528 8.59864C14.2187 8.73 13.8764 8.75 13.5704 8.75H10.4296C10.1236 8.75 9.78134 8.73 9.44716 8.59864C9.09093 8.4586 8.81389 8.22153 8.57771 7.90667C8.0584 7.21433 7.75 6.35639 7.75 5.42857Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.5 11.25H8.70783C8.55713 13.3734 7.96814 15.4592 6.4 17.55C6.22956 17.7773 6.20214 18.0813 6.32918 18.3354C6.45623 18.5895 6.71593 18.75 7 18.75H17C17.2841 18.75 17.5438 18.5895 17.6708 18.3354C17.7979 18.0813 17.7705 17.7773 17.6 17.55C16.0319 15.4592 15.4429 13.3734 15.2922 11.25H15.5C16.0523 11.25 16.5 10.8023 16.5 10.25C16.5 9.69772 16.0523 9.25 15.5 9.25H8.5C7.94772 9.25 7.5 9.69772 7.5 10.25C7.5 10.8023 7.94772 11.25 8.5 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.30793 19.3781C6.02582 19.5553 5.74995 19.9058 5.34728 20.879L5.33174 20.9166C5.34369 20.9166 5.35587 20.9167 5.36827 20.9167H18.6317C18.6441 20.9167 18.6563 20.9166 18.6683 20.9166L18.6527 20.879C18.2501 19.9058 17.9742 19.5553 17.6921 19.3781C17.402 19.1959 16.9259 19.0833 15.7705 19.0833H8.22952C7.07413 19.0833 6.59804 19.1959 6.30793 19.3781ZM5.22988 17.8523C6.04723 17.339 7.05633 17.25 8.22952 17.25H15.7705C16.9437 17.25 17.9528 17.339 18.7701 17.8523C19.5955 18.3707 20.0493 19.2099 20.4642 20.2127L20.4845 20.2617C20.5952 20.5292 20.6962 20.8151 20.7338 21.0915C20.772 21.3717 20.7614 21.7663 20.4883 22.1235C20.2207 22.4735 19.8345 22.6113 19.5514 22.673C19.2656 22.7352 18.9451 22.75 18.6317 22.75H5.36827C5.05491 22.75 4.73443 22.7352 4.44857 22.673C4.1655 22.6113 3.77928 22.4735 3.51166 22.1235C3.23857 21.7663 3.22797 21.3717 3.26615 21.0915C3.30383 20.8151 3.40479 20.5293 3.51551 20.2617L3.53575 20.2127C3.9507 19.2099 4.40455 18.3707 5.22988 17.8523Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75 5.42857C7.75 3.10631 9.66744 1.25 12 1.25C14.3326 1.25 16.25 3.10631 16.25 5.42857C16.25 6.35639 15.9416 7.21433 15.4223 7.90666C15.1861 8.22153 14.9091 8.4586 14.5528 8.59864C14.2187 8.73 13.8764 8.75 13.5704 8.75H10.4296C10.1236 8.75 9.78134 8.73 9.44716 8.59864C9.09093 8.4586 8.81389 8.22153 8.57771 7.90667C8.0584 7.21433 7.75 6.35639 7.75 5.42857Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.5 11.25H8.70783C8.55713 13.3734 7.96814 15.4592 6.4 17.55C6.22956 17.7773 6.20214 18.0813 6.32918 18.3354C6.45623 18.5895 6.71593 18.75 7 18.75H17C17.2841 18.75 17.5438 18.5895 17.6708 18.3354C17.7979 18.0813 17.7705 17.7773 17.6 17.55C16.0319 15.4592 15.4429 13.3734 15.2922 11.25H15.5C16.0523 11.25 16.5 10.8023 16.5 10.25C16.5 9.69772 16.0523 9.25 15.5 9.25H8.5C7.94772 9.25 7.5 9.69772 7.5 10.25C7.5 10.8023 7.94772 11.25 8.5 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.30793 19.3781C6.02582 19.5553 5.74995 19.9058 5.34728 20.879L5.33174 20.9166C5.34369 20.9166 5.35587 20.9167 5.36827 20.9167H18.6317C18.6441 20.9167 18.6563 20.9166 18.6683 20.9166L18.6527 20.879C18.2501 19.9058 17.9742 19.5553 17.6921 19.3781C17.402 19.1959 16.9259 19.0833 15.7705 19.0833H8.22952C7.07413 19.0833 6.59804 19.1959 6.30793 19.3781ZM5.22988 17.8523C6.04723 17.339 7.05633 17.25 8.22952 17.25H15.7705C16.9437 17.25 17.9528 17.339 18.7701 17.8523C19.5955 18.3707 20.0493 19.2099 20.4642 20.2127L20.4845 20.2617C20.5952 20.5292 20.6962 20.8151 20.7338 21.0915C20.772 21.3717 20.7614 21.7663 20.4883 22.1235C20.2207 22.4735 19.8345 22.6113 19.5514 22.673C19.2656 22.7352 18.9451 22.75 18.6317 22.75H5.36827C5.05491 22.75 4.73443 22.7352 4.44857 22.673C4.1655 22.6113 3.77928 22.4735 3.51166 22.1235C3.23857 21.7663 3.22797 21.3717 3.26615 21.0915C3.30383 20.8151 3.40479 20.5293 3.51551 20.2617L3.53575 20.2127C3.9507 19.2099 4.40455 18.3707 5.22988 17.8523Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-chip{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 16.8576 7.1424 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 7.1424 16.8576 3.20455 12 3.20455ZM1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5.25C8.27208 5.25 5.25 8.27208 5.25 12C5.25 15.7279 8.27208 18.75 12 18.75C15.7279 18.75 18.75 15.7279 18.75 12C18.75 8.27208 15.7279 5.25 12 5.25ZM11.25 10.75C11.25 10.5961 11.4519 10.25 12 10.25C12.5481 10.25 12.75 10.5961 12.75 10.75C12.75 10.9039 12.5481 11.25 12 11.25C11.4519 11.25 11.25 10.9039 11.25 10.75ZM13.8228 11.9312C13.7897 11.971 13.7897 12.029 13.8228 12.0688C14.0863 12.3859 14.25 12.7854 14.25 13.25C14.25 14.4768 13.1088 15.25 12 15.25C10.8912 15.25 9.75 14.4768 9.75 13.25C9.75 12.7854 9.91366 12.3859 10.1773 12.0688C10.2103 12.029 10.2103 11.971 10.1773 11.9312C9.91366 11.6141 9.75 11.2146 9.75 10.75C9.75 9.5232 10.8912 8.75 12 8.75C13.1088 8.75 14.25 9.5232 14.25 10.75C14.25 11.2146 14.0863 11.6141 13.8228 11.9312ZM11.25 13.25C11.25 13.0961 11.4519 12.75 12 12.75C12.5481 12.75 12.75 13.0961 12.75 13.25C12.75 13.4039 12.5481 13.75 12 13.75C11.4519 13.75 11.25 13.4039 11.25 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2C12.5523 2 13 2.44772 13 3V6C13 6.55228 12.5523 7 12 7C11.4477 7 11 6.55228 11 6V3C11 2.44772 11.4477 2 12 2ZM16.9992 12C16.9992 11.4477 17.4469 11 17.9992 11H20.9992C21.5515 11 21.9992 11.4477 21.9992 12C21.9992 12.5523 21.5515 13 20.9992 13H17.9992C17.4469 13 16.9992 12.5523 16.9992 12ZM2 12.0005C2 11.4482 2.44772 11.0005 3 11.0005H6C6.55228 11.0005 7 11.4482 7 12.0005C7 12.5528 6.55228 13.0005 6 13.0005H3C2.44772 13.0005 2 12.5528 2 12.0005ZM12 17C12.5523 17 13 17.4477 13 18V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V18C11 17.4477 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 16.8576 7.1424 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 7.1424 16.8576 3.20455 12 3.20455ZM1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5.25C8.27208 5.25 5.25 8.27208 5.25 12C5.25 15.7279 8.27208 18.75 12 18.75C15.7279 18.75 18.75 15.7279 18.75 12C18.75 8.27208 15.7279 5.25 12 5.25ZM11.25 10.75C11.25 10.5961 11.4519 10.25 12 10.25C12.5481 10.25 12.75 10.5961 12.75 10.75C12.75 10.9039 12.5481 11.25 12 11.25C11.4519 11.25 11.25 10.9039 11.25 10.75ZM13.8228 11.9312C13.7897 11.971 13.7897 12.029 13.8228 12.0688C14.0863 12.3859 14.25 12.7854 14.25 13.25C14.25 14.4768 13.1088 15.25 12 15.25C10.8912 15.25 9.75 14.4768 9.75 13.25C9.75 12.7854 9.91366 12.3859 10.1773 12.0688C10.2103 12.029 10.2103 11.971 10.1773 11.9312C9.91366 11.6141 9.75 11.2146 9.75 10.75C9.75 9.5232 10.8912 8.75 12 8.75C13.1088 8.75 14.25 9.5232 14.25 10.75C14.25 11.2146 14.0863 11.6141 13.8228 11.9312ZM11.25 13.25C11.25 13.0961 11.4519 12.75 12 12.75C12.5481 12.75 12.75 13.0961 12.75 13.25C12.75 13.4039 12.5481 13.75 12 13.75C11.4519 13.75 11.25 13.4039 11.25 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2C12.5523 2 13 2.44772 13 3V6C13 6.55228 12.5523 7 12 7C11.4477 7 11 6.55228 11 6V3C11 2.44772 11.4477 2 12 2ZM16.9992 12C16.9992 11.4477 17.4469 11 17.9992 11H20.9992C21.5515 11 21.9992 11.4477 21.9992 12C21.9992 12.5523 21.5515 13 20.9992 13H17.9992C17.4469 13 16.9992 12.5523 16.9992 12ZM2 12.0005C2 11.4482 2.44772 11.0005 3 11.0005H6C6.55228 11.0005 7 11.4482 7 12.0005C7 12.5528 6.55228 13.0005 6 13.0005H3C2.44772 13.0005 2 12.5528 2 12.0005ZM12 17C12.5523 17 13 17.4477 13 18V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V18C11 17.4477 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-clubs-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.4224 12.3971C13.4965 12.312 13.6935 12.0859 13.8123 11.963C14.0579 11.709 14.4133 11.3703 14.8552 11.0304C15.7217 10.3639 17.0083 9.62488 18.5 9.62488C19.8496 9.62488 20.9152 9.92564 21.6575 10.5227C22.4212 11.1369 22.75 11.9903 22.75 12.8749C22.75 13.7595 22.4212 14.6129 21.6575 15.2271C20.9152 15.8241 19.8496 16.1249 18.5 16.1249C17.0083 16.1249 15.7217 15.3859 14.8552 14.7193C14.4133 14.3794 14.0579 14.0408 13.8123 13.7868C13.6937 13.6641 13.4969 13.4381 13.4225 13.3527L13.4143 13.3434C13.1952 13.0695 13.1955 12.6799 13.4147 12.406L13.4224 12.3971Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5776 12.3971C10.5035 12.312 10.3065 12.0859 10.1877 11.963C9.94212 11.709 9.58668 11.3703 9.14478 11.0304C8.27831 10.3639 6.99171 9.62488 5.5 9.62488C4.15035 9.62488 3.08478 9.92564 2.34245 10.5227C1.57879 11.1369 1.25 11.9903 1.25 12.8749C1.25 13.7595 1.57879 14.6129 2.34245 15.2271C3.08479 15.8241 4.15035 16.1249 5.5 16.1249C6.99171 16.1249 8.27831 15.3859 9.14478 14.7193C9.58668 14.3794 9.94212 14.0408 10.1877 13.7868C10.3063 13.6641 10.5031 13.4381 10.5775 13.3527L10.5857 13.3434C10.8048 13.0695 10.8045 12.6799 10.5853 12.406L10.5776 12.3971Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4778 10.4525C12.5628 10.3784 12.789 10.1813 12.9119 10.0626C13.1659 9.817 13.5045 9.46155 13.8445 9.01966C14.511 8.15319 15.25 6.86659 15.25 5.37488C15.25 4.02523 14.9492 2.95966 14.3522 2.21733C13.738 1.45367 12.8846 1.12488 12 1.12488C11.1154 1.12488 10.262 1.45367 9.6478 2.21733C9.05076 2.95966 8.75 4.02523 8.75 5.37488C8.75 6.86659 9.48901 8.15319 10.1555 9.01966C10.4954 9.46155 10.8341 9.817 11.0881 10.0626C11.2108 10.1811 11.4367 10.378 11.5222 10.4524L11.5315 10.4605C11.8054 10.6797 12.195 10.6794 12.4689 10.4602L12.4778 10.4525Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8323 9.32018C12.6468 9.04198 12.3346 8.87488 12.0002 8.87488C11.6659 8.87488 11.3536 9.04198 11.1682 9.32018L9.16817 12.3202C8.90375 12.7168 8.95605 13.2449 9.29311 13.582C9.78289 14.0718 10.2775 14.6525 10.7613 15.28C10.1185 16.2005 9.52593 17.1384 9.01773 17.9854C8.44549 18.9391 7.96902 19.7968 7.63537 20.4164C7.47005 20.7234 7.20124 21.2431 7.10847 21.4225L7.10579 21.4277C6.8588 21.9216 7.05903 22.5223 7.55301 22.7693C8.04695 23.0163 8.64782 22.8156 8.89484 22.3217C8.98045 22.1562 9.23513 21.6639 9.39632 21.3646C9.71892 20.7655 10.1799 19.9356 10.7327 19.0144C11.1205 18.368 11.5482 17.6857 12.0002 17.0113C12.4522 17.6857 12.8799 18.368 13.2677 19.0144C13.8205 19.9356 14.2815 20.7655 14.6041 21.3646C14.7653 21.6639 15.0202 22.1567 15.1058 22.3222C15.3529 22.8161 15.9535 23.0163 16.4474 22.7693C16.9414 22.5223 17.1413 21.921 16.8943 21.427L16.8921 21.4227C16.7998 21.2442 16.5307 20.7239 16.3651 20.4164C16.0314 19.7968 15.5549 18.9391 14.9827 17.9854C14.4745 17.1384 13.8819 16.2005 13.2392 15.28C13.723 14.6525 14.2176 14.0718 14.7073 13.582C15.0444 13.2449 15.0967 12.7168 14.8323 12.3202L12.8323 9.32018ZM12.7266 12.7667C12.482 13.0386 12.2395 13.325 12.0005 13.6215C11.7615 13.325 11.519 13.0386 11.2744 12.7667L12.0005 11.6776L12.7266 12.7667Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.4224 12.3971C13.4965 12.312 13.6935 12.0859 13.8123 11.963C14.0579 11.709 14.4133 11.3703 14.8552 11.0304C15.7217 10.3639 17.0083 9.62488 18.5 9.62488C19.8496 9.62488 20.9152 9.92564 21.6575 10.5227C22.4212 11.1369 22.75 11.9903 22.75 12.8749C22.75 13.7595 22.4212 14.6129 21.6575 15.2271C20.9152 15.8241 19.8496 16.1249 18.5 16.1249C17.0083 16.1249 15.7217 15.3859 14.8552 14.7193C14.4133 14.3794 14.0579 14.0408 13.8123 13.7868C13.6937 13.6641 13.4969 13.4381 13.4225 13.3527L13.4143 13.3434C13.1952 13.0695 13.1955 12.6799 13.4147 12.406L13.4224 12.3971Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5776 12.3971C10.5035 12.312 10.3065 12.0859 10.1877 11.963C9.94212 11.709 9.58668 11.3703 9.14478 11.0304C8.27831 10.3639 6.99171 9.62488 5.5 9.62488C4.15035 9.62488 3.08478 9.92564 2.34245 10.5227C1.57879 11.1369 1.25 11.9903 1.25 12.8749C1.25 13.7595 1.57879 14.6129 2.34245 15.2271C3.08479 15.8241 4.15035 16.1249 5.5 16.1249C6.99171 16.1249 8.27831 15.3859 9.14478 14.7193C9.58668 14.3794 9.94212 14.0408 10.1877 13.7868C10.3063 13.6641 10.5031 13.4381 10.5775 13.3527L10.5857 13.3434C10.8048 13.0695 10.8045 12.6799 10.5853 12.406L10.5776 12.3971Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4778 10.4525C12.5628 10.3784 12.789 10.1813 12.9119 10.0626C13.1659 9.817 13.5045 9.46155 13.8445 9.01966C14.511 8.15319 15.25 6.86659 15.25 5.37488C15.25 4.02523 14.9492 2.95966 14.3522 2.21733C13.738 1.45367 12.8846 1.12488 12 1.12488C11.1154 1.12488 10.262 1.45367 9.6478 2.21733C9.05076 2.95966 8.75 4.02523 8.75 5.37488C8.75 6.86659 9.48901 8.15319 10.1555 9.01966C10.4954 9.46155 10.8341 9.817 11.0881 10.0626C11.2108 10.1811 11.4367 10.378 11.5222 10.4524L11.5315 10.4605C11.8054 10.6797 12.195 10.6794 12.4689 10.4602L12.4778 10.4525Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8323 9.32018C12.6468 9.04198 12.3346 8.87488 12.0002 8.87488C11.6659 8.87488 11.3536 9.04198 11.1682 9.32018L9.16817 12.3202C8.90375 12.7168 8.95605 13.2449 9.29311 13.582C9.78289 14.0718 10.2775 14.6525 10.7613 15.28C10.1185 16.2005 9.52593 17.1384 9.01773 17.9854C8.44549 18.9391 7.96902 19.7968 7.63537 20.4164C7.47005 20.7234 7.20124 21.2431 7.10847 21.4225L7.10579 21.4277C6.8588 21.9216 7.05903 22.5223 7.55301 22.7693C8.04695 23.0163 8.64782 22.8156 8.89484 22.3217C8.98045 22.1562 9.23513 21.6639 9.39632 21.3646C9.71892 20.7655 10.1799 19.9356 10.7327 19.0144C11.1205 18.368 11.5482 17.6857 12.0002 17.0113C12.4522 17.6857 12.8799 18.368 13.2677 19.0144C13.8205 19.9356 14.2815 20.7655 14.6041 21.3646C14.7653 21.6639 15.0202 22.1567 15.1058 22.3222C15.3529 22.8161 15.9535 23.0163 16.4474 22.7693C16.9414 22.5223 17.1413 21.921 16.8943 21.427L16.8921 21.4227C16.7998 21.2442 16.5307 20.7239 16.3651 20.4164C16.0314 19.7968 15.5549 18.9391 14.9827 17.9854C14.4745 17.1384 13.8819 16.2005 13.2392 15.28C13.723 14.6525 14.2176 14.0718 14.7073 13.582C15.0444 13.2449 15.0967 12.7168 14.8323 12.3202L12.8323 9.32018ZM12.7266 12.7667C12.482 13.0386 12.2395 13.325 12.0005 13.6215C11.7615 13.325 11.519 13.0386 11.2744 12.7667L12.0005 11.6776L12.7266 12.7667Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-clubs-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.25 6.13856C7.25 3.46296 9.35278 1.25 12 1.25C14.6472 1.25 16.75 3.46296 16.75 6.13856C16.75 6.54739 16.7011 6.94516 16.6088 7.32571C19.215 7.38356 21.75 9.48273 21.75 12.3464C21.75 14.2144 20.8081 15.6159 19.4835 16.4263C18.181 17.2231 16.5175 17.4486 15.0004 17.0525C14.8127 17.0035 14.6534 16.962 14.5175 16.9279C14.5768 17.1287 15.4911 19.1239 15.5924 19.3723C15.8038 19.8063 15.9932 20.1953 16.101 20.5128C16.2054 20.8203 16.3219 21.3009 16.0492 21.7521C15.8441 22.0916 15.4951 22.2715 15.2354 22.3737C14.949 22.4863 14.6133 22.5639 14.2685 22.6187C13.5749 22.7289 12.7327 22.7638 11.918 22.7453C11.1014 22.7267 10.2787 22.6537 9.61948 22.5356C9.2924 22.477 8.98247 22.4032 8.72594 22.31C8.59792 22.2634 8.46386 22.2051 8.34101 22.13C8.22745 22.0606 8.06568 21.9423 7.95077 21.7521C7.67807 21.3009 7.79459 20.8203 7.89898 20.5128C8.00678 20.1953 8.19619 19.8063 8.40753 19.3723C8.50886 19.1239 9.42316 17.1287 9.48253 16.9279C9.34664 16.962 9.18731 17.0035 8.99958 17.0525C7.48042 17.4491 5.8168 17.2345 4.51326 16.4402C3.18606 15.6314 2.25 14.2272 2.25 12.3464C2.25 9.46383 4.78093 7.37582 7.39075 7.32389C7.29874 6.94388 7.25 6.54674 7.25 6.13856Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.25 6.13856C7.25 3.46296 9.35278 1.25 12 1.25C14.6472 1.25 16.75 3.46296 16.75 6.13856C16.75 6.54739 16.7011 6.94516 16.6088 7.32571C19.215 7.38356 21.75 9.48273 21.75 12.3464C21.75 14.2144 20.8081 15.6159 19.4835 16.4263C18.181 17.2231 16.5175 17.4486 15.0004 17.0525C14.8127 17.0035 14.6534 16.962 14.5175 16.9279C14.5768 17.1287 15.4911 19.1239 15.5924 19.3723C15.8038 19.8063 15.9932 20.1953 16.101 20.5128C16.2054 20.8203 16.3219 21.3009 16.0492 21.7521C15.8441 22.0916 15.4951 22.2715 15.2354 22.3737C14.949 22.4863 14.6133 22.5639 14.2685 22.6187C13.5749 22.7289 12.7327 22.7638 11.918 22.7453C11.1014 22.7267 10.2787 22.6537 9.61948 22.5356C9.2924 22.477 8.98247 22.4032 8.72594 22.31C8.59792 22.2634 8.46386 22.2051 8.34101 22.13C8.22745 22.0606 8.06568 21.9423 7.95077 21.7521C7.67807 21.3009 7.79459 20.8203 7.89898 20.5128C8.00678 20.1953 8.19619 19.8063 8.40753 19.3723C8.50886 19.1239 9.42316 17.1287 9.48253 16.9279C9.34664 16.962 9.18731 17.0035 8.99958 17.0525C7.48042 17.4491 5.8168 17.2345 4.51326 16.4402C3.18606 15.6314 2.25 14.2272 2.25 12.3464C2.25 9.46383 4.78093 7.37582 7.39075 7.32389C7.29874 6.94388 7.25 6.54674 7.25 6.13856Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-cricket-bat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.4555 14.4697C7.74839 14.7626 7.74839 15.2374 7.4555 15.5303L5.27325 17.7126L6.28741 18.7268L8.46967 16.5445C8.76256 16.2516 9.23744 16.2516 9.53033 16.5445C9.82322 16.8374 9.82322 17.3123 9.53033 17.6052L5.03487 22.1006C4.16903 22.9665 2.76522 22.9665 1.89938 22.1006C1.03354 21.2348 1.03354 19.831 1.89938 18.9651L6.39484 14.4697C6.68774 14.1768 7.16261 14.1768 7.4555 14.4697ZM5.22675 19.7874L4.21259 18.7732L2.96004 20.0258C2.67999 20.3058 2.67999 20.7599 2.96004 21.04C3.2401 21.32 3.69415 21.32 3.97421 21.04L5.22675 19.7874Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.3027 1.47861C18.5668 1.1738 17.7399 1.1738 17.004 1.47861C16.6904 1.60854 16.4235 1.80261 16.1573 2.03481C15.9005 2.25877 15.6069 2.55239 15.2512 2.90815L7.38099 10.7782C6.96996 11.1882 6.62292 11.5344 6.43573 11.9863C6.24855 12.4382 6.24917 12.9283 6.24991 13.5089L6.24986 14.5604C6.24897 14.9318 6.24806 15.3086 6.39285 15.6582C6.53765 16.0077 6.80473 16.2735 7.06797 16.5355L7.46451 16.932C7.72649 17.1953 7.99228 17.4624 8.34185 17.6071C8.69141 17.7519 9.06821 17.751 9.4396 17.7501L10.4911 17.7501C11.0717 17.7508 11.5618 17.7514 12.0137 17.5643C12.4656 17.3771 12.8118 17.03 13.2218 16.619L21.0919 8.74881C21.4476 8.39306 21.7412 8.09945 21.9652 7.84269C22.1974 7.57649 22.3915 7.30964 22.5214 6.99597C22.8262 6.26007 22.8262 5.43323 22.5214 4.69733C22.3915 4.38367 22.1974 4.11682 21.9652 3.85061C21.7412 3.59385 21.4113 3.2639 21.0555 2.90815L21.0555 2.90814C20.6998 2.55238 20.4061 2.25877 20.1494 2.03481C19.8832 1.80261 19.6163 1.60854 19.3027 1.47861Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.75 18.5C21.75 16.7051 20.2949 15.25 18.5 15.25C16.7051 15.25 15.25 16.7051 15.25 18.5C15.25 20.2949 16.7051 21.75 18.5 21.75C20.2949 21.75 21.75 20.2949 21.75 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.4555 14.4697C7.74839 14.7626 7.74839 15.2374 7.4555 15.5303L5.27325 17.7126L6.28741 18.7268L8.46967 16.5445C8.76256 16.2516 9.23744 16.2516 9.53033 16.5445C9.82322 16.8374 9.82322 17.3123 9.53033 17.6052L5.03487 22.1006C4.16903 22.9665 2.76522 22.9665 1.89938 22.1006C1.03354 21.2348 1.03354 19.831 1.89938 18.9651L6.39484 14.4697C6.68774 14.1768 7.16261 14.1768 7.4555 14.4697ZM5.22675 19.7874L4.21259 18.7732L2.96004 20.0258C2.67999 20.3058 2.67999 20.7599 2.96004 21.04C3.2401 21.32 3.69415 21.32 3.97421 21.04L5.22675 19.7874Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.3027 1.47861C18.5668 1.1738 17.7399 1.1738 17.004 1.47861C16.6904 1.60854 16.4235 1.80261 16.1573 2.03481C15.9005 2.25877 15.6069 2.55239 15.2512 2.90815L7.38099 10.7782C6.96996 11.1882 6.62292 11.5344 6.43573 11.9863C6.24855 12.4382 6.24917 12.9283 6.24991 13.5089L6.24986 14.5604C6.24897 14.9318 6.24806 15.3086 6.39285 15.6582C6.53765 16.0077 6.80473 16.2735 7.06797 16.5355L7.46451 16.932C7.72649 17.1953 7.99228 17.4624 8.34185 17.6071C8.69141 17.7519 9.06821 17.751 9.4396 17.7501L10.4911 17.7501C11.0717 17.7508 11.5618 17.7514 12.0137 17.5643C12.4656 17.3771 12.8118 17.03 13.2218 16.619L21.0919 8.74881C21.4476 8.39306 21.7412 8.09945 21.9652 7.84269C22.1974 7.57649 22.3915 7.30964 22.5214 6.99597C22.8262 6.26007 22.8262 5.43323 22.5214 4.69733C22.3915 4.38367 22.1974 4.11682 21.9652 3.85061C21.7412 3.59385 21.4113 3.2639 21.0555 2.90815L21.0555 2.90814C20.6998 2.55238 20.4061 2.25877 20.1494 2.03481C19.8832 1.80261 19.6163 1.60854 19.3027 1.47861Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.75 18.5C21.75 16.7051 20.2949 15.25 18.5 15.25C16.7051 15.25 15.25 16.7051 15.25 18.5C15.25 20.2949 16.7051 21.75 18.5 21.75C20.2949 21.75 21.75 20.2949 21.75 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-cricket-helmet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.67577 21.7499C8.06123 21.7509 6.42817 21.7519 4.88494 20.481C2.59016 18.5912 1.125 15.75 1.125 12.5697C1.125 6.85609 5.84337 2.25 11.6318 2.25C15.7765 2.25 19.3756 4.56734 21.084 8.0065L21.4689 7.83543C21.9737 7.61111 22.5646 7.83875 22.7887 8.34389C23.0129 8.84903 22.7854 9.44037 22.2807 9.66469L16.9323 12.0416C16.1394 12.3939 15.6072 12.6316 15.2105 12.8538C14.8297 13.0671 14.6487 13.2268 14.5295 13.3851C14.0433 14.0311 14.1513 14.9919 14.4147 16.2855C14.5271 16.8311 14.658 17.4666 14.6854 18.0853C14.7169 18.7966 14.6196 19.5781 14.1677 20.3162C13.5913 21.2579 12.6654 21.585 11.8793 21.6993C11.6373 21.7345 9.67577 21.7499 9.67577 21.7499ZM9.88729 18.2617C10.5752 18.2617 11.1328 17.7016 11.1328 17.0108C11.1328 16.3199 10.5752 15.7598 9.88729 15.7598H9.87834C9.19045 15.7598 8.63281 16.3199 8.63281 17.0108C8.63281 17.7016 9.19045 18.2617 9.87834 18.2617H9.88729Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.8533 11.2559C16.3761 11.1977 16.8469 11.5753 16.905 12.0992L17.2858 15.5342C17.322 15.5309 17.3583 15.527 17.3947 15.5223L21.5522 14.9913C22.0739 14.9247 22.5508 15.2946 22.6173 15.8176C22.6837 16.3405 22.3147 16.8185 21.7929 16.8851L21.1964 16.9613V19.8409H21.6726C22.1985 19.8409 22.6249 20.2683 22.6249 20.7955C22.6249 21.3226 22.1985 21.75 21.6726 21.75L20.262 21.75C19.5011 21.75 18.8412 21.7501 18.3069 21.6814C17.7322 21.6076 17.1802 21.4418 16.7102 21.0201C16.2402 20.5985 16.0148 20.0669 15.8781 19.5025C15.751 18.9779 15.6782 18.3206 15.5942 17.5625C15.5921 17.5432 15.5899 17.5238 15.5878 17.5044L15.556 17.2182C14.2429 16.7867 13.1519 15.7888 12.6784 14.4281C12.5052 13.9303 12.7673 13.386 13.264 13.2124C13.7606 13.0388 14.3036 13.3016 14.4768 13.7993C14.6363 14.2577 14.9278 14.6535 15.3048 14.9519L15.012 12.31C14.9539 11.7861 15.3306 11.3141 15.8533 11.2559ZM17.4962 17.4318C17.5802 18.1864 17.6396 18.6827 17.729 19.0521C17.8175 19.4172 17.9081 19.5327 17.9805 19.5976C18.0529 19.6626 18.1774 19.7401 18.5492 19.7879C18.7533 19.8141 18.9936 19.8274 19.2917 19.8341V17.2046L17.6355 17.4161C17.589 17.422 17.5426 17.4273 17.4962 17.4318Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.67577 21.7499C8.06123 21.7509 6.42817 21.7519 4.88494 20.481C2.59016 18.5912 1.125 15.75 1.125 12.5697C1.125 6.85609 5.84337 2.25 11.6318 2.25C15.7765 2.25 19.3756 4.56734 21.084 8.0065L21.4689 7.83543C21.9737 7.61111 22.5646 7.83875 22.7887 8.34389C23.0129 8.84903 22.7854 9.44037 22.2807 9.66469L16.9323 12.0416C16.1394 12.3939 15.6072 12.6316 15.2105 12.8538C14.8297 13.0671 14.6487 13.2268 14.5295 13.3851C14.0433 14.0311 14.1513 14.9919 14.4147 16.2855C14.5271 16.8311 14.658 17.4666 14.6854 18.0853C14.7169 18.7966 14.6196 19.5781 14.1677 20.3162C13.5913 21.2579 12.6654 21.585 11.8793 21.6993C11.6373 21.7345 9.67577 21.7499 9.67577 21.7499ZM9.88729 18.2617C10.5752 18.2617 11.1328 17.7016 11.1328 17.0108C11.1328 16.3199 10.5752 15.7598 9.88729 15.7598H9.87834C9.19045 15.7598 8.63281 16.3199 8.63281 17.0108C8.63281 17.7016 9.19045 18.2617 9.87834 18.2617H9.88729Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.8533 11.2559C16.3761 11.1977 16.8469 11.5753 16.905 12.0992L17.2858 15.5342C17.322 15.5309 17.3583 15.527 17.3947 15.5223L21.5522 14.9913C22.0739 14.9247 22.5508 15.2946 22.6173 15.8176C22.6837 16.3405 22.3147 16.8185 21.7929 16.8851L21.1964 16.9613V19.8409H21.6726C22.1985 19.8409 22.6249 20.2683 22.6249 20.7955C22.6249 21.3226 22.1985 21.75 21.6726 21.75L20.262 21.75C19.5011 21.75 18.8412 21.7501 18.3069 21.6814C17.7322 21.6076 17.1802 21.4418 16.7102 21.0201C16.2402 20.5985 16.0148 20.0669 15.8781 19.5025C15.751 18.9779 15.6782 18.3206 15.5942 17.5625C15.5921 17.5432 15.5899 17.5238 15.5878 17.5044L15.556 17.2182C14.2429 16.7867 13.1519 15.7888 12.6784 14.4281C12.5052 13.9303 12.7673 13.386 13.264 13.2124C13.7606 13.0388 14.3036 13.3016 14.4768 13.7993C14.6363 14.2577 14.9278 14.6535 15.3048 14.9519L15.012 12.31C14.9539 11.7861 15.3306 11.3141 15.8533 11.2559ZM17.4962 17.4318C17.5802 18.1864 17.6396 18.6827 17.729 19.0521C17.8175 19.4172 17.9081 19.5327 17.9805 19.5976C18.0529 19.6626 18.1774 19.7401 18.5492 19.7879C18.7533 19.8141 18.9936 19.8274 19.2917 19.8341V17.2046L17.6355 17.4161C17.589 17.422 17.5426 17.4273 17.4962 17.4318Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-curling{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0477 3.25004L7.57344 3.25002C7.30351 3.24981 6.9046 3.24951 6.53507 3.3589C6.09651 3.48873 5.67819 3.7763 5.44435 4.32191C5.29363 4.67356 5.24463 5.12393 5.24463 5.50004C5.24463 5.87614 5.29363 6.32651 5.44435 6.67817C5.67819 7.22377 6.09651 7.51134 6.53507 7.64117C6.9046 7.75056 7.30351 7.75026 7.57344 7.75005L11.7106 7.75004C12.443 7.75004 12.6786 7.92661 12.7728 8.03826C12.898 8.18653 12.9887 8.46327 13.0175 9.03732C13.0232 9.15264 12.9309 9.24895 12.8154 9.24898L6.9591 9.25004C6.0553 9.25003 5.32633 9.25002 4.73828 9.30334C4.13215 9.3583 3.6025 9.47461 3.12139 9.75252C2.05082 10.3709 1.58309 11.3171 1.3872 12.2793C1.31333 12.6422 1.27604 13.0215 1.25794 13.3963C1.24449 13.6747 1.23777 13.8139 1.32643 13.907C1.41509 14 1.55893 14 1.84659 14H11.9921C12.5444 14 12.9921 14.4477 12.9921 15C12.9921 15.5523 12.5444 16 11.9921 16H1.84659C1.55893 16 1.41509 16 1.32643 16.093C1.23777 16.1861 1.24449 16.3253 1.25794 16.6037C1.27604 16.9785 1.31332 17.3579 1.3872 17.7207C1.58309 18.683 2.05082 19.6292 3.12139 20.2476C3.6025 20.5255 4.13215 20.6418 4.73828 20.6967C5.32633 20.7501 6.0553 20.75 6.9591 20.75H17.0261C17.9299 20.75 18.6588 20.7501 19.2469 20.6967C19.853 20.6418 20.3827 20.5255 20.8638 20.2476C21.9343 19.6292 22.4021 18.683 22.598 17.7207C22.7543 16.9528 22.7468 16.1114 22.7403 15.3947V14.6054C22.7468 13.8886 22.7543 13.0472 22.598 12.2793C22.4021 11.3171 21.9343 10.3709 20.8638 9.75251C20.4977 9.54105 20.1039 9.42325 19.6688 9.35467C19.5629 9.33609 19.4787 9.27396 19.4308 9.22599C19.4238 9.21898 19.4203 9.21548 19.4065 9.19649C19.3927 9.1775 19.3874 9.16704 19.3767 9.14613L18.2684 6.97567L18.2666 6.97213C17.5475 5.58222 16.8725 4.58704 15.8663 3.98605C14.8643 3.38751 13.6502 3.25004 12.0477 3.25004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0477 3.25004L7.57344 3.25002C7.30351 3.24981 6.9046 3.24951 6.53507 3.3589C6.09651 3.48873 5.67819 3.7763 5.44435 4.32191C5.29363 4.67356 5.24463 5.12393 5.24463 5.50004C5.24463 5.87614 5.29363 6.32651 5.44435 6.67817C5.67819 7.22377 6.09651 7.51134 6.53507 7.64117C6.9046 7.75056 7.30351 7.75026 7.57344 7.75005L11.7106 7.75004C12.443 7.75004 12.6786 7.92661 12.7728 8.03826C12.898 8.18653 12.9887 8.46327 13.0175 9.03732C13.0232 9.15264 12.9309 9.24895 12.8154 9.24898L6.9591 9.25004C6.0553 9.25003 5.32633 9.25002 4.73828 9.30334C4.13215 9.3583 3.6025 9.47461 3.12139 9.75252C2.05082 10.3709 1.58309 11.3171 1.3872 12.2793C1.31333 12.6422 1.27604 13.0215 1.25794 13.3963C1.24449 13.6747 1.23777 13.8139 1.32643 13.907C1.41509 14 1.55893 14 1.84659 14H11.9921C12.5444 14 12.9921 14.4477 12.9921 15C12.9921 15.5523 12.5444 16 11.9921 16H1.84659C1.55893 16 1.41509 16 1.32643 16.093C1.23777 16.1861 1.24449 16.3253 1.25794 16.6037C1.27604 16.9785 1.31332 17.3579 1.3872 17.7207C1.58309 18.683 2.05082 19.6292 3.12139 20.2476C3.6025 20.5255 4.13215 20.6418 4.73828 20.6967C5.32633 20.7501 6.0553 20.75 6.9591 20.75H17.0261C17.9299 20.75 18.6588 20.7501 19.2469 20.6967C19.853 20.6418 20.3827 20.5255 20.8638 20.2476C21.9343 19.6292 22.4021 18.683 22.598 17.7207C22.7543 16.9528 22.7468 16.1114 22.7403 15.3947V14.6054C22.7468 13.8886 22.7543 13.0472 22.598 12.2793C22.4021 11.3171 21.9343 10.3709 20.8638 9.75251C20.4977 9.54105 20.1039 9.42325 19.6688 9.35467C19.5629 9.33609 19.4787 9.27396 19.4308 9.22599C19.4238 9.21898 19.4203 9.21548 19.4065 9.19649C19.3927 9.1775 19.3874 9.16704 19.3767 9.14613L18.2684 6.97567L18.2666 6.97213C17.5475 5.58222 16.8725 4.58704 15.8663 3.98605C14.8643 3.38751 13.6502 3.25004 12.0477 3.25004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-dart{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.40533 15.5947C8.69822 15.8876 8.69822 16.3624 8.40533 16.6553L7.53903 17.5216L6.32653 21.5633L6.31747 21.5935L6.31747 21.5935C6.26435 21.7709 6.2062 21.9649 6.13541 22.1243C6.05194 22.3122 5.91556 22.5379 5.6581 22.6983C5.40064 22.8587 5.1379 22.8816 4.93246 22.8736C4.75819 22.8669 4.55835 22.8335 4.37576 22.803L4.34464 22.7978L2.89538 22.5563L2.86915 22.5519C2.71965 22.5271 2.55218 22.4992 2.40943 22.4584C2.23981 22.41 2.03507 22.3256 1.85471 22.1453C1.67435 21.9649 1.58999 21.7602 1.54155 21.5906C1.50077 21.4478 1.47293 21.2804 1.44808 21.1309L1.44371 21.1046L1.20217 19.6554L1.19697 19.6242L1.19697 19.6242C1.16646 19.4416 1.13308 19.2418 1.12636 19.0675C1.11843 18.8621 1.14131 18.5994 1.30169 18.3419C1.46206 18.0844 1.6878 17.9481 1.87569 17.8646C2.03506 17.7938 2.22915 17.7356 2.40648 17.6825L2.40648 17.6825L2.43671 17.6735L6.47837 16.461L7.34467 15.5947C7.63756 15.3018 8.11243 15.3018 8.40533 15.5947Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5821 1.41789C22.9726 1.80842 22.9726 2.44158 22.5821 2.83211L20.0821 5.33211C19.6916 5.72263 19.0584 5.72263 18.6679 5.33211C18.2774 4.94158 18.2774 4.30842 18.6679 3.91789L21.1679 1.41789C21.5584 1.02737 22.1916 1.02737 22.5821 1.41789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7289 4.07698C14.5182 4.22921 14.4128 4.30532 14.4018 4.44342C14.3907 4.58153 14.493 4.68378 14.6975 4.88829L19.1112 9.30197C19.3157 9.50651 19.418 9.60878 19.5561 9.59771C19.6942 9.58664 19.7703 9.48125 19.9225 9.27048C20.9529 7.84367 20.8689 5.79813 19.5352 4.46422C18.2012 3.13016 16.1556 3.04628 14.7289 4.07698Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6944 11.0261C17.9786 10.8389 18.1207 10.7453 18.1352 10.6035C18.1496 10.4618 18.0293 10.3414 17.7886 10.1007L13.899 6.21109C13.6583 5.9704 13.5379 5.85005 13.3962 5.8645C13.2544 5.87894 13.1608 6.02109 12.9736 6.30538L7.31858 14.8935C6.90795 15.5171 7.21662 16.1649 7.53033 16.4758C7.84101 16.7837 8.48829 17.0892 9.10694 16.6818L17.6944 11.0261Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.40533 15.5947C8.69822 15.8876 8.69822 16.3624 8.40533 16.6553L7.53903 17.5216L6.32653 21.5633L6.31747 21.5935L6.31747 21.5935C6.26435 21.7709 6.2062 21.9649 6.13541 22.1243C6.05194 22.3122 5.91556 22.5379 5.6581 22.6983C5.40064 22.8587 5.1379 22.8816 4.93246 22.8736C4.75819 22.8669 4.55835 22.8335 4.37576 22.803L4.34464 22.7978L2.89538 22.5563L2.86915 22.5519C2.71965 22.5271 2.55218 22.4992 2.40943 22.4584C2.23981 22.41 2.03507 22.3256 1.85471 22.1453C1.67435 21.9649 1.58999 21.7602 1.54155 21.5906C1.50077 21.4478 1.47293 21.2804 1.44808 21.1309L1.44371 21.1046L1.20217 19.6554L1.19697 19.6242L1.19697 19.6242C1.16646 19.4416 1.13308 19.2418 1.12636 19.0675C1.11843 18.8621 1.14131 18.5994 1.30169 18.3419C1.46206 18.0844 1.6878 17.9481 1.87569 17.8646C2.03506 17.7938 2.22915 17.7356 2.40648 17.6825L2.40648 17.6825L2.43671 17.6735L6.47837 16.461L7.34467 15.5947C7.63756 15.3018 8.11243 15.3018 8.40533 15.5947Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5821 1.41789C22.9726 1.80842 22.9726 2.44158 22.5821 2.83211L20.0821 5.33211C19.6916 5.72263 19.0584 5.72263 18.6679 5.33211C18.2774 4.94158 18.2774 4.30842 18.6679 3.91789L21.1679 1.41789C21.5584 1.02737 22.1916 1.02737 22.5821 1.41789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7289 4.07698C14.5182 4.22921 14.4128 4.30532 14.4018 4.44342C14.3907 4.58153 14.493 4.68378 14.6975 4.88829L19.1112 9.30197C19.3157 9.50651 19.418 9.60878 19.5561 9.59771C19.6942 9.58664 19.7703 9.48125 19.9225 9.27048C20.9529 7.84367 20.8689 5.79813 19.5352 4.46422C18.2012 3.13016 16.1556 3.04628 14.7289 4.07698Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6944 11.0261C17.9786 10.8389 18.1207 10.7453 18.1352 10.6035C18.1496 10.4618 18.0293 10.3414 17.7886 10.1007L13.899 6.21109C13.6583 5.9704 13.5379 5.85005 13.3962 5.8645C13.2544 5.87894 13.1608 6.02109 12.9736 6.30538L7.31858 14.8935C6.90795 15.5171 7.21662 16.1649 7.53033 16.4758C7.84101 16.7837 8.48829 17.0892 9.10694 16.6818L17.6944 11.0261Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-diamond-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0337 2.37612C10.7839 1.69667 11.5548 1.25 12.5 1.25C13.4452 1.25 14.2161 1.69667 14.9663 2.37612C15.692 3.03335 16.4943 3.99908 17.4941 5.20247L17.4941 5.2025L18.65 6.59371L18.65 6.59378C19.6091 7.74814 20.3734 8.66801 20.8916 9.47617C21.4268 10.3109 21.75 11.1005 21.75 12C21.75 12.8995 21.4268 13.6891 20.8916 14.5238C20.3734 15.332 19.6091 16.2519 18.65 17.4063L18.65 17.4063L17.4941 18.7975C16.4943 20.0009 15.692 20.9666 14.9663 21.6239C14.2161 22.3033 13.4452 22.75 12.5 22.75C11.5548 22.75 10.7839 22.3033 10.0337 21.6239C9.30803 20.9666 8.50569 20.0009 7.50588 18.7975L6.35005 17.4063C5.39092 16.2519 4.62663 15.332 4.1084 14.5238C3.57316 13.6891 3.25 12.8995 3.25 12C3.25 11.1005 3.57316 10.3109 4.1084 9.47617C4.62663 8.66799 5.39092 7.74809 6.35005 6.59369L7.50591 5.20249L7.50592 5.20248C8.50571 3.99908 9.30804 3.03335 10.0337 2.37612Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0337 2.37612C10.7839 1.69667 11.5548 1.25 12.5 1.25C13.4452 1.25 14.2161 1.69667 14.9663 2.37612C15.692 3.03335 16.4943 3.99908 17.4941 5.20247L17.4941 5.2025L18.65 6.59371L18.65 6.59378C19.6091 7.74814 20.3734 8.66801 20.8916 9.47617C21.4268 10.3109 21.75 11.1005 21.75 12C21.75 12.8995 21.4268 13.6891 20.8916 14.5238C20.3734 15.332 19.6091 16.2519 18.65 17.4063L18.65 17.4063L17.4941 18.7975C16.4943 20.0009 15.692 20.9666 14.9663 21.6239C14.2161 22.3033 13.4452 22.75 12.5 22.75C11.5548 22.75 10.7839 22.3033 10.0337 21.6239C9.30803 20.9666 8.50569 20.0009 7.50588 18.7975L6.35005 17.4063C5.39092 16.2519 4.62663 15.332 4.1084 14.5238C3.57316 13.6891 3.25 12.8995 3.25 12C3.25 11.1005 3.57316 10.3109 4.1084 9.47617C4.62663 8.66799 5.39092 7.74809 6.35005 6.59369L7.50591 5.20249L7.50592 5.20248C8.50571 3.99908 9.30804 3.03335 10.0337 2.37612Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-dice{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.2218 4.65317C16.7406 6.17196 17.5 6.93135 17.5 7.875C17.5 8.81865 16.7406 9.57804 15.2218 11.0968C13.703 12.6156 12.9436 13.375 12 13.375C11.0563 13.375 10.297 12.6156 8.77817 11.0968C7.25939 9.57804 6.5 8.81865 6.5 7.875C6.5 6.93135 7.25939 6.17196 8.77817 4.65317C10.297 3.13439 11.0563 2.375 12 2.375C12.9437 2.375 13.703 3.13439 15.2218 4.65317Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M6.30044 12.125C7.26765 12.125 8.06523 12.125 8.69647 12.2098C9.35921 12.2989 9.94451 12.4932 10.4132 12.9618C10.8818 13.4305 11.0761 14.0158 11.1652 14.6785C11.25 15.3098 11.25 16.1074 11.25 17.0746V17.0746V17.1754V17.1754C11.25 18.1426 11.25 18.9402 11.1652 19.5715C11.0761 20.2342 10.8818 20.8195 10.4132 21.2882C9.94451 21.7568 9.35921 21.9511 8.69647 22.0402C8.06523 22.125 7.26766 22.125 6.30046 22.125H6.30043H6.1996H6.19957C5.23235 22.125 4.43478 22.125 3.80353 22.0402C3.14079 21.9511 2.55549 21.7568 2.08684 21.2882C1.61819 20.8195 1.42393 20.2342 1.33482 19.5715C1.24996 18.9402 1.24998 18.1426 1.25 17.1754V17.1754V17.0746V17.0746C1.24998 16.1073 1.24996 15.3098 1.33483 14.6785C1.42393 14.0158 1.61819 13.4305 2.08684 12.9618C2.55549 12.4932 3.14079 12.2989 3.80353 12.2098C4.43478 12.125 5.23235 12.125 6.19957 12.125H6.1996H6.30041H6.30044Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.8004 12.125C18.7677 12.125 19.5652 12.125 20.1965 12.2098C20.8592 12.2989 21.4445 12.4932 21.9132 12.9618C22.3818 13.4305 22.5761 14.0158 22.6652 14.6785C22.75 15.3098 22.75 16.1074 22.75 17.0746V17.0746V17.1754V17.1754C22.75 18.1426 22.75 18.9402 22.6652 19.5715C22.5761 20.2342 22.3818 20.8195 21.9132 21.2882C21.4445 21.7568 20.8592 21.9511 20.1965 22.0402C19.5652 22.125 18.7677 22.125 17.8005 22.125H17.8004H17.6996H17.6996C16.7324 22.125 15.9348 22.125 15.3035 22.0402C14.6408 21.9511 14.0555 21.7568 13.5868 21.2882C13.1182 20.8195 12.9239 20.2342 12.8348 19.5715C12.75 18.9402 12.75 18.1426 12.75 17.1754V17.1754V17.0746V17.0746C12.75 16.1073 12.75 15.3098 12.8348 14.6785C12.9239 14.0158 13.1182 13.4305 13.5868 12.9618C14.0555 12.4932 14.6408 12.2989 15.3035 12.2098C15.9348 12.125 16.7324 12.125 17.6996 12.125H17.6996H17.8004H17.8004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6394 4.30834L15.6394 4.30831L15.5667 4.23565C14.8697 3.53865 14.295 2.96388 13.779 2.57015C13.2372 2.15679 12.6754 1.875 12 1.875C11.3246 1.875 10.7628 2.15679 10.221 2.57015C9.705 2.96387 9.13028 3.53862 8.43331 4.23562L8.43331 4.23562L8.36065 4.30829L8.36064 4.3083C7.66364 5.00526 7.08887 5.58 6.69515 6.09604C6.28179 6.63782 6 7.19958 6 7.875C6 8.55042 6.28179 9.11218 6.69515 9.65396C7.08887 10.17 7.66363 10.7447 8.36063 11.4417L8.43331 11.5144C9.13027 12.2114 9.705 12.7861 10.221 13.1798C10.7628 13.5932 11.3246 13.875 12 13.875C12.6754 13.875 13.2372 13.5932 13.779 13.1799C14.295 12.7861 14.8697 12.2114 15.5667 11.5144L15.6393 11.4417C16.3364 10.7447 16.9111 10.17 17.3048 9.65396C17.7182 9.11218 18 8.55042 18 7.875C18 7.19958 17.7182 6.63782 17.3049 6.09604C16.9111 5.58001 16.3364 5.00529 15.6394 4.30834ZM12.0045 9.375C12.8304 9.375 13.5 8.70343 13.5 7.875C13.5 7.04657 12.8304 6.375 12.0045 6.375H11.9955C11.1696 6.375 10.5 7.04657 10.5 7.875C10.5 8.70343 11.1696 9.375 11.9955 9.375H12.0045Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.2218 4.65317C16.7406 6.17196 17.5 6.93135 17.5 7.875C17.5 8.81865 16.7406 9.57804 15.2218 11.0968C13.703 12.6156 12.9436 13.375 12 13.375C11.0563 13.375 10.297 12.6156 8.77817 11.0968C7.25939 9.57804 6.5 8.81865 6.5 7.875C6.5 6.93135 7.25939 6.17196 8.77817 4.65317C10.297 3.13439 11.0563 2.375 12 2.375C12.9437 2.375 13.703 3.13439 15.2218 4.65317Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M6.30044 12.125C7.26765 12.125 8.06523 12.125 8.69647 12.2098C9.35921 12.2989 9.94451 12.4932 10.4132 12.9618C10.8818 13.4305 11.0761 14.0158 11.1652 14.6785C11.25 15.3098 11.25 16.1074 11.25 17.0746V17.0746V17.1754V17.1754C11.25 18.1426 11.25 18.9402 11.1652 19.5715C11.0761 20.2342 10.8818 20.8195 10.4132 21.2882C9.94451 21.7568 9.35921 21.9511 8.69647 22.0402C8.06523 22.125 7.26766 22.125 6.30046 22.125H6.30043H6.1996H6.19957C5.23235 22.125 4.43478 22.125 3.80353 22.0402C3.14079 21.9511 2.55549 21.7568 2.08684 21.2882C1.61819 20.8195 1.42393 20.2342 1.33482 19.5715C1.24996 18.9402 1.24998 18.1426 1.25 17.1754V17.1754V17.0746V17.0746C1.24998 16.1073 1.24996 15.3098 1.33483 14.6785C1.42393 14.0158 1.61819 13.4305 2.08684 12.9618C2.55549 12.4932 3.14079 12.2989 3.80353 12.2098C4.43478 12.125 5.23235 12.125 6.19957 12.125H6.1996H6.30041H6.30044Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.8004 12.125C18.7677 12.125 19.5652 12.125 20.1965 12.2098C20.8592 12.2989 21.4445 12.4932 21.9132 12.9618C22.3818 13.4305 22.5761 14.0158 22.6652 14.6785C22.75 15.3098 22.75 16.1074 22.75 17.0746V17.0746V17.1754V17.1754C22.75 18.1426 22.75 18.9402 22.6652 19.5715C22.5761 20.2342 22.3818 20.8195 21.9132 21.2882C21.4445 21.7568 20.8592 21.9511 20.1965 22.0402C19.5652 22.125 18.7677 22.125 17.8005 22.125H17.8004H17.6996H17.6996C16.7324 22.125 15.9348 22.125 15.3035 22.0402C14.6408 21.9511 14.0555 21.7568 13.5868 21.2882C13.1182 20.8195 12.9239 20.2342 12.8348 19.5715C12.75 18.9402 12.75 18.1426 12.75 17.1754V17.1754V17.0746V17.0746C12.75 16.1073 12.75 15.3098 12.8348 14.6785C12.9239 14.0158 13.1182 13.4305 13.5868 12.9618C14.0555 12.4932 14.6408 12.2989 15.3035 12.2098C15.9348 12.125 16.7324 12.125 17.6996 12.125H17.6996H17.8004H17.8004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6394 4.30834L15.6394 4.30831L15.5667 4.23565C14.8697 3.53865 14.295 2.96388 13.779 2.57015C13.2372 2.15679 12.6754 1.875 12 1.875C11.3246 1.875 10.7628 2.15679 10.221 2.57015C9.705 2.96387 9.13028 3.53862 8.43331 4.23562L8.43331 4.23562L8.36065 4.30829L8.36064 4.3083C7.66364 5.00526 7.08887 5.58 6.69515 6.09604C6.28179 6.63782 6 7.19958 6 7.875C6 8.55042 6.28179 9.11218 6.69515 9.65396C7.08887 10.17 7.66363 10.7447 8.36063 11.4417L8.43331 11.5144C9.13027 12.2114 9.705 12.7861 10.221 13.1798C10.7628 13.5932 11.3246 13.875 12 13.875C12.6754 13.875 13.2372 13.5932 13.779 13.1799C14.295 12.7861 14.8697 12.2114 15.5667 11.5144L15.6393 11.4417C16.3364 10.7447 16.9111 10.17 17.3048 9.65396C17.7182 9.11218 18 8.55042 18 7.875C18 7.19958 17.7182 6.63782 17.3049 6.09604C16.9111 5.58001 16.3364 5.00529 15.6394 4.30834ZM12.0045 9.375C12.8304 9.375 13.5 8.70343 13.5 7.875C13.5 7.04657 12.8304 6.375 12.0045 6.375H11.9955C11.1696 6.375 10.5 7.04657 10.5 7.875C10.5 8.70343 11.1696 9.375 11.9955 9.375H12.0045Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-domino{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.15 12.75C19.4328 12.75 19.5743 12.75 19.6621 12.8379C19.75 12.9257 19.75 13.0672 19.75 13.35L19.75 16.0625C19.75 17.4235 19.7501 18.533 19.6128 19.408C19.468 20.3314 19.1566 21.0963 18.463 21.6908C17.7861 22.271 16.9436 22.518 15.9263 22.6352C14.9303 22.75 13.6574 22.75 12.0488 22.75L11.9514 22.75C10.3427 22.75 9.06975 22.75 8.07369 22.6352C7.05638 22.518 6.21396 22.271 5.53704 21.6908C4.84344 21.0962 4.53204 20.3314 4.38721 19.408C4.24995 18.533 4.24997 17.4235 4.25 16.0625L4.25001 13.35C4.25001 13.0672 4.25001 12.9257 4.33787 12.8379C4.42574 12.75 4.56716 12.75 4.85001 12.75L19.15 12.75ZM19.15 11.25C19.4328 11.25 19.5743 11.25 19.6621 11.1621C19.75 11.0743 19.75 10.9328 19.75 10.65L19.75 7.93751C19.75 6.5765 19.7501 5.46703 19.6128 4.59197C19.468 3.66863 19.1566 2.90375 18.463 2.30924C17.786 1.72902 16.9436 1.482 15.9263 1.36477C14.9303 1.24998 13.6574 1.24999 12.0488 1.25L11.9514 1.25C10.3427 1.24999 9.06975 1.24998 8.07369 1.36477C7.05637 1.482 6.21396 1.72902 5.53704 2.30924C4.84344 2.90375 4.53203 3.66863 4.3872 4.59197C4.24995 5.46703 4.24997 6.57646 4.25 7.93746L4.25 10.65C4.25 10.9328 4.25 11.0743 4.33787 11.1621C4.42574 11.25 4.56716 11.25 4.85 11.25L19.15 11.25ZM8.25195 16.75C8.25195 16.0596 8.81101 15.5 9.50065 15.5L9.5096 15.5C10.1992 15.5 10.7583 16.0596 10.7583 16.75C10.7583 17.4404 10.1992 18 9.5096 18L9.50065 18C8.81101 18 8.25195 17.4404 8.25195 16.75ZM13.2456 18.75C13.2456 18.0596 13.8047 17.5 14.4943 17.5L14.5033 17.5C15.1929 17.5 15.752 18.0596 15.752 18.75C15.752 19.4404 15.1929 20 14.5033 20L14.4943 20C13.8047 20 13.2456 19.4404 13.2456 18.75ZM12.0142 7.5C12.7021 7.5 13.2598 6.94036 13.2598 6.25C13.2598 5.55964 12.7021 5 12.0142 5L12.0053 5C11.3174 5 10.7598 5.55964 10.7598 6.25C10.7598 6.94036 11.3174 7.5 12.0053 7.5L12.0142 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.15 12.75C19.4328 12.75 19.5743 12.75 19.6621 12.8379C19.75 12.9257 19.75 13.0672 19.75 13.35L19.75 16.0625C19.75 17.4235 19.7501 18.533 19.6128 19.408C19.468 20.3314 19.1566 21.0963 18.463 21.6908C17.7861 22.271 16.9436 22.518 15.9263 22.6352C14.9303 22.75 13.6574 22.75 12.0488 22.75L11.9514 22.75C10.3427 22.75 9.06975 22.75 8.07369 22.6352C7.05638 22.518 6.21396 22.271 5.53704 21.6908C4.84344 21.0962 4.53204 20.3314 4.38721 19.408C4.24995 18.533 4.24997 17.4235 4.25 16.0625L4.25001 13.35C4.25001 13.0672 4.25001 12.9257 4.33787 12.8379C4.42574 12.75 4.56716 12.75 4.85001 12.75L19.15 12.75ZM19.15 11.25C19.4328 11.25 19.5743 11.25 19.6621 11.1621C19.75 11.0743 19.75 10.9328 19.75 10.65L19.75 7.93751C19.75 6.5765 19.7501 5.46703 19.6128 4.59197C19.468 3.66863 19.1566 2.90375 18.463 2.30924C17.786 1.72902 16.9436 1.482 15.9263 1.36477C14.9303 1.24998 13.6574 1.24999 12.0488 1.25L11.9514 1.25C10.3427 1.24999 9.06975 1.24998 8.07369 1.36477C7.05637 1.482 6.21396 1.72902 5.53704 2.30924C4.84344 2.90375 4.53203 3.66863 4.3872 4.59197C4.24995 5.46703 4.24997 6.57646 4.25 7.93746L4.25 10.65C4.25 10.9328 4.25 11.0743 4.33787 11.1621C4.42574 11.25 4.56716 11.25 4.85 11.25L19.15 11.25ZM8.25195 16.75C8.25195 16.0596 8.81101 15.5 9.50065 15.5L9.5096 15.5C10.1992 15.5 10.7583 16.0596 10.7583 16.75C10.7583 17.4404 10.1992 18 9.5096 18L9.50065 18C8.81101 18 8.25195 17.4404 8.25195 16.75ZM13.2456 18.75C13.2456 18.0596 13.8047 17.5 14.4943 17.5L14.5033 17.5C15.1929 17.5 15.752 18.0596 15.752 18.75C15.752 19.4404 15.1929 20 14.5033 20L14.4943 20C13.8047 20 13.2456 19.4404 13.2456 18.75ZM12.0142 7.5C12.7021 7.5 13.2598 6.94036 13.2598 6.25C13.2598 5.55964 12.7021 5 12.0142 5L12.0053 5C11.3174 5 10.7598 5.55964 10.7598 6.25C10.7598 6.94036 11.3174 7.5 12.0053 7.5L12.0142 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-ds3-tool{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.97395 2.25H14.026C15.8081 2.24997 17.2444 2.24995 18.3741 2.39982C19.547 2.55541 20.5345 2.88827 21.3188 3.66217C22.1031 4.43606 22.4405 5.41047 22.5982 6.56775C22.75 7.68243 22.75 9.0997 22.75 10.858V14.7857C22.75 15.3183 22.3125 15.75 21.7727 15.75C21.233 15.75 20.7955 15.3183 20.7955 14.7857V10.9286C20.7955 9.08304 20.7934 7.79589 20.6611 6.82473C20.5325 5.8813 20.2974 5.38171 19.9367 5.02587C19.5761 4.67003 19.0698 4.43803 18.1137 4.31119C17.1294 4.18062 15.8249 4.17857 13.9545 4.17857H10.0455C8.17506 4.17857 6.87058 4.18062 5.88634 4.31119C4.93021 4.43803 4.42389 4.67003 4.06326 5.02587C3.70263 5.38171 3.4675 5.8813 3.33895 6.82473C3.20662 7.79589 3.20455 9.08304 3.20455 10.9286V14.7857C3.20455 15.3183 2.76701 15.75 2.22727 15.75C1.68754 15.75 1.25 15.3183 1.25 14.7857L1.25 10.858C1.24997 9.09969 1.24995 7.68242 1.40183 6.56775C1.55952 5.41047 1.89687 4.43606 2.68118 3.66217C3.4655 2.88827 4.45303 2.55541 5.6259 2.39982C6.75559 2.24995 8.19194 2.24997 9.97395 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 6.5C9.5 5.94772 9.94772 5.5 10.5 5.5H13.5C14.0523 5.5 14.5 5.94772 14.5 6.5C14.5 7.05228 14.0523 7.5 13.5 7.5H10.5C9.94772 7.5 9.5 7.05228 9.5 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.009 10.8281C13.8872 10.0573 10.1131 10.0573 6.99138 10.8281C6.19017 11.0259 5.58227 11.6142 5.30646 12.3657C4.88997 13.5007 4.41748 15.3987 4.25737 17.9595C4.13443 19.9257 5.57378 20.9614 6.79721 21.5903C7.5304 21.9673 8.40759 21.6526 8.76035 20.9272L9.58237 19.2369C9.62216 19.1551 9.70876 19.0984 9.80884 19.0984H14.1915C14.2916 19.0984 14.3782 19.1551 14.418 19.2369L15.24 20.9272C15.5928 21.6526 16.47 21.9673 17.2032 21.5903C18.4266 20.9614 19.8659 19.9257 19.743 17.9595C19.5829 15.3987 19.1104 13.5007 18.6939 12.3657C18.4181 11.6142 17.8102 11.0259 17.009 10.8281ZM10.2578 15C10.2578 15.6904 9.69817 16.25 9.00781 16.25H8.99883C8.30847 16.25 7.74883 15.6904 7.74883 15C7.74883 14.3096 8.30848 13.75 8.99883 13.75H9.00781C9.69817 13.75 10.2578 14.3096 10.2578 15ZM16.2578 15C16.2578 15.6904 15.6982 16.25 15.0078 16.25H14.9988C14.3085 16.25 13.7488 15.6904 13.7488 15C13.7488 14.3096 14.3085 13.75 14.9988 13.75H15.0078C15.6982 13.75 16.2578 14.3096 16.2578 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.97395 2.25H14.026C15.8081 2.24997 17.2444 2.24995 18.3741 2.39982C19.547 2.55541 20.5345 2.88827 21.3188 3.66217C22.1031 4.43606 22.4405 5.41047 22.5982 6.56775C22.75 7.68243 22.75 9.0997 22.75 10.858V14.7857C22.75 15.3183 22.3125 15.75 21.7727 15.75C21.233 15.75 20.7955 15.3183 20.7955 14.7857V10.9286C20.7955 9.08304 20.7934 7.79589 20.6611 6.82473C20.5325 5.8813 20.2974 5.38171 19.9367 5.02587C19.5761 4.67003 19.0698 4.43803 18.1137 4.31119C17.1294 4.18062 15.8249 4.17857 13.9545 4.17857H10.0455C8.17506 4.17857 6.87058 4.18062 5.88634 4.31119C4.93021 4.43803 4.42389 4.67003 4.06326 5.02587C3.70263 5.38171 3.4675 5.8813 3.33895 6.82473C3.20662 7.79589 3.20455 9.08304 3.20455 10.9286V14.7857C3.20455 15.3183 2.76701 15.75 2.22727 15.75C1.68754 15.75 1.25 15.3183 1.25 14.7857L1.25 10.858C1.24997 9.09969 1.24995 7.68242 1.40183 6.56775C1.55952 5.41047 1.89687 4.43606 2.68118 3.66217C3.4655 2.88827 4.45303 2.55541 5.6259 2.39982C6.75559 2.24995 8.19194 2.24997 9.97395 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 6.5C9.5 5.94772 9.94772 5.5 10.5 5.5H13.5C14.0523 5.5 14.5 5.94772 14.5 6.5C14.5 7.05228 14.0523 7.5 13.5 7.5H10.5C9.94772 7.5 9.5 7.05228 9.5 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.009 10.8281C13.8872 10.0573 10.1131 10.0573 6.99138 10.8281C6.19017 11.0259 5.58227 11.6142 5.30646 12.3657C4.88997 13.5007 4.41748 15.3987 4.25737 17.9595C4.13443 19.9257 5.57378 20.9614 6.79721 21.5903C7.5304 21.9673 8.40759 21.6526 8.76035 20.9272L9.58237 19.2369C9.62216 19.1551 9.70876 19.0984 9.80884 19.0984H14.1915C14.2916 19.0984 14.3782 19.1551 14.418 19.2369L15.24 20.9272C15.5928 21.6526 16.47 21.9673 17.2032 21.5903C18.4266 20.9614 19.8659 19.9257 19.743 17.9595C19.5829 15.3987 19.1104 13.5007 18.6939 12.3657C18.4181 11.6142 17.8102 11.0259 17.009 10.8281ZM10.2578 15C10.2578 15.6904 9.69817 16.25 9.00781 16.25H8.99883C8.30847 16.25 7.74883 15.6904 7.74883 15C7.74883 14.3096 8.30848 13.75 8.99883 13.75H9.00781C9.69817 13.75 10.2578 14.3096 10.2578 15ZM16.2578 15C16.2578 15.6904 15.6982 16.25 15.0078 16.25H14.9988C14.3085 16.25 13.7488 15.6904 13.7488 15C13.7488 14.3096 14.3085 13.75 14.9988 13.75H15.0078C15.6982 13.75 16.2578 14.3096 16.2578 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-fencing-mask{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2492 1.76327C11.2492 1.46007 11.2492 1.30847 11.1482 1.21894C11.0471 1.12941 10.902 1.14699 10.6117 1.18214C8.74196 1.40862 7.06649 2.09345 5.77902 3.27275C4.95842 4.02441 4.31696 4.95733 3.8854 6.05893C3.80464 6.26507 3.76426 6.36814 3.79967 6.47208C3.83509 6.57602 3.93472 6.63583 4.13398 6.75546L4.87806 7.20215C6.20325 7.95688 8.32144 8.42692 10.6306 8.56025C10.9176 8.57682 11.061 8.58511 11.1551 8.49631C11.2492 8.40751 11.2492 8.26123 11.2492 7.96868V1.76327ZM4.11313 8.49248C3.78511 8.29556 3.6211 8.1971 3.47867 8.26026C3.46725 8.26532 3.4548 8.27184 3.44414 8.27834C3.3111 8.35943 3.29908 8.54298 3.27505 8.91008C3.25842 9.16409 3.25 9.42369 3.25 9.68879C3.25 10.1946 3.30206 10.711 3.39901 11.2303C3.4244 11.3663 3.4371 11.4344 3.48016 11.491C3.52321 11.5476 3.58795 11.5793 3.71742 11.6426L5.00187 12.2711C5.00934 12.2748 5.01676 12.2786 5.0241 12.2825C6.35904 12.9917 8.4086 13.4319 10.6306 13.5602C10.9176 13.5768 11.061 13.5851 11.1551 13.4963C11.2492 13.4075 11.2492 13.2612 11.2492 12.9687L11.2492 10.671C11.2492 10.3971 11.2492 10.2601 11.1668 10.1733C11.0845 10.0865 10.9454 10.0792 10.6671 10.0645C8.18201 9.93342 5.75394 9.43029 4.12706 8.50064L4.11313 8.49248ZM4.33167 13.6131C4.24612 13.5713 4.1551 13.6573 4.19346 13.7445C4.69029 14.8737 5.35137 15.9548 6.09798 16.9024C6.91839 17.9438 7.86589 18.8554 8.85919 19.5122C9.40175 19.8711 9.97297 20.1635 10.5557 20.3541C10.8528 20.4513 11.0014 20.4999 11.1253 20.4101C11.2492 20.3202 11.2492 20.1514 11.2492 19.8138V15.671C11.2492 15.3971 11.2492 15.2601 11.1668 15.1733C11.0845 15.0865 10.9454 15.0792 10.6671 15.0645C8.28027 14.9386 5.95073 14.4697 4.33167 13.6131ZM12.7492 19.8141C12.7492 20.1517 12.7492 20.3204 12.8731 20.4103C12.9969 20.5001 13.1455 20.4516 13.4426 20.3544C14.0257 20.1639 14.5973 19.8713 15.1402 19.5123C16.1335 18.8554 17.0811 17.9438 17.9016 16.9025C18.6513 15.951 19.3148 14.865 19.8124 13.7308C19.8495 13.6463 19.7594 13.5639 19.6778 13.6072C18.0584 14.4674 15.7234 14.9383 13.3313 15.0645C13.053 15.0792 12.9139 15.0865 12.8315 15.1733C12.7492 15.2601 12.7492 15.3971 12.7492 15.671V19.8141ZM20.3106 11.5736C20.4341 11.5082 20.4958 11.4754 20.5365 11.4196C20.5772 11.3638 20.5891 11.2978 20.6128 11.1659C20.7022 10.6683 20.75 10.1737 20.75 9.68881C20.75 9.40595 20.7404 9.12926 20.7215 8.85887C20.6981 8.52417 20.6864 8.35682 20.5743 8.27458C20.5474 8.25489 20.5138 8.23823 20.4819 8.22879C20.3486 8.18935 20.2025 8.28511 19.9104 8.47665C19.8976 8.48504 19.8846 8.49304 19.8713 8.50064C18.2444 9.43028 15.8163 9.93341 13.3313 10.0645C13.053 10.0792 12.9139 10.0865 12.8315 10.1733C12.7492 10.2601 12.7492 10.3971 12.7492 10.671L12.7492 12.9687C12.7492 13.2612 12.7492 13.4075 12.8433 13.4963C12.9373 13.5851 13.0808 13.5768 13.3678 13.5602C15.5897 13.4319 17.6392 12.9917 18.9741 12.2825L20.3106 11.5736ZM19.8729 6.70757C20.0609 6.58425 20.155 6.52258 20.1872 6.42081C20.2194 6.31904 20.18 6.21943 20.1011 6.0202C19.6698 4.93111 19.0333 4.00667 18.2215 3.2607C16.9332 2.07699 15.256 1.39074 13.3832 1.1735C13.0945 1.14 12.9501 1.12326 12.8497 1.21274C12.7492 1.30222 12.7492 1.45304 12.7492 1.75469V7.96867C12.7492 8.26123 12.7492 8.40751 12.8433 8.49631C12.9373 8.5851 13.0808 8.57682 13.3678 8.56025C15.6696 8.42733 17.7817 7.95983 19.1077 7.20927L19.8729 6.70757Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00015 15.8516C7.00015 15.2993 6.55244 14.8516 6.00015 14.8516C5.44787 14.8516 5.00015 15.2993 5.00015 15.8516C5.00015 18.0154 4.09735 20.0271 2.48566 20.9941C2.01208 21.2782 1.85851 21.8925 2.14266 22.3661C2.42681 22.8396 3.04107 22.9932 3.51465 22.7091C5.90295 21.2761 7.00015 18.4877 7.00015 15.8516ZM16.9998 15.8516C16.9998 15.2993 17.4476 14.8516 17.9998 14.8516C18.5521 14.8516 18.9998 15.2993 18.9998 15.8516C18.9998 18.0154 19.9026 20.0271 21.5143 20.9941C21.9879 21.2782 22.1415 21.8925 21.8573 22.3661C21.5732 22.8396 20.9589 22.9932 20.4854 22.7091C18.0971 21.2761 16.9998 18.4877 16.9998 15.8516Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2492 1.76327C11.2492 1.46007 11.2492 1.30847 11.1482 1.21894C11.0471 1.12941 10.902 1.14699 10.6117 1.18214C8.74196 1.40862 7.06649 2.09345 5.77902 3.27275C4.95842 4.02441 4.31696 4.95733 3.8854 6.05893C3.80464 6.26507 3.76426 6.36814 3.79967 6.47208C3.83509 6.57602 3.93472 6.63583 4.13398 6.75546L4.87806 7.20215C6.20325 7.95688 8.32144 8.42692 10.6306 8.56025C10.9176 8.57682 11.061 8.58511 11.1551 8.49631C11.2492 8.40751 11.2492 8.26123 11.2492 7.96868V1.76327ZM4.11313 8.49248C3.78511 8.29556 3.6211 8.1971 3.47867 8.26026C3.46725 8.26532 3.4548 8.27184 3.44414 8.27834C3.3111 8.35943 3.29908 8.54298 3.27505 8.91008C3.25842 9.16409 3.25 9.42369 3.25 9.68879C3.25 10.1946 3.30206 10.711 3.39901 11.2303C3.4244 11.3663 3.4371 11.4344 3.48016 11.491C3.52321 11.5476 3.58795 11.5793 3.71742 11.6426L5.00187 12.2711C5.00934 12.2748 5.01676 12.2786 5.0241 12.2825C6.35904 12.9917 8.4086 13.4319 10.6306 13.5602C10.9176 13.5768 11.061 13.5851 11.1551 13.4963C11.2492 13.4075 11.2492 13.2612 11.2492 12.9687L11.2492 10.671C11.2492 10.3971 11.2492 10.2601 11.1668 10.1733C11.0845 10.0865 10.9454 10.0792 10.6671 10.0645C8.18201 9.93342 5.75394 9.43029 4.12706 8.50064L4.11313 8.49248ZM4.33167 13.6131C4.24612 13.5713 4.1551 13.6573 4.19346 13.7445C4.69029 14.8737 5.35137 15.9548 6.09798 16.9024C6.91839 17.9438 7.86589 18.8554 8.85919 19.5122C9.40175 19.8711 9.97297 20.1635 10.5557 20.3541C10.8528 20.4513 11.0014 20.4999 11.1253 20.4101C11.2492 20.3202 11.2492 20.1514 11.2492 19.8138V15.671C11.2492 15.3971 11.2492 15.2601 11.1668 15.1733C11.0845 15.0865 10.9454 15.0792 10.6671 15.0645C8.28027 14.9386 5.95073 14.4697 4.33167 13.6131ZM12.7492 19.8141C12.7492 20.1517 12.7492 20.3204 12.8731 20.4103C12.9969 20.5001 13.1455 20.4516 13.4426 20.3544C14.0257 20.1639 14.5973 19.8713 15.1402 19.5123C16.1335 18.8554 17.0811 17.9438 17.9016 16.9025C18.6513 15.951 19.3148 14.865 19.8124 13.7308C19.8495 13.6463 19.7594 13.5639 19.6778 13.6072C18.0584 14.4674 15.7234 14.9383 13.3313 15.0645C13.053 15.0792 12.9139 15.0865 12.8315 15.1733C12.7492 15.2601 12.7492 15.3971 12.7492 15.671V19.8141ZM20.3106 11.5736C20.4341 11.5082 20.4958 11.4754 20.5365 11.4196C20.5772 11.3638 20.5891 11.2978 20.6128 11.1659C20.7022 10.6683 20.75 10.1737 20.75 9.68881C20.75 9.40595 20.7404 9.12926 20.7215 8.85887C20.6981 8.52417 20.6864 8.35682 20.5743 8.27458C20.5474 8.25489 20.5138 8.23823 20.4819 8.22879C20.3486 8.18935 20.2025 8.28511 19.9104 8.47665C19.8976 8.48504 19.8846 8.49304 19.8713 8.50064C18.2444 9.43028 15.8163 9.93341 13.3313 10.0645C13.053 10.0792 12.9139 10.0865 12.8315 10.1733C12.7492 10.2601 12.7492 10.3971 12.7492 10.671L12.7492 12.9687C12.7492 13.2612 12.7492 13.4075 12.8433 13.4963C12.9373 13.5851 13.0808 13.5768 13.3678 13.5602C15.5897 13.4319 17.6392 12.9917 18.9741 12.2825L20.3106 11.5736ZM19.8729 6.70757C20.0609 6.58425 20.155 6.52258 20.1872 6.42081C20.2194 6.31904 20.18 6.21943 20.1011 6.0202C19.6698 4.93111 19.0333 4.00667 18.2215 3.2607C16.9332 2.07699 15.256 1.39074 13.3832 1.1735C13.0945 1.14 12.9501 1.12326 12.8497 1.21274C12.7492 1.30222 12.7492 1.45304 12.7492 1.75469V7.96867C12.7492 8.26123 12.7492 8.40751 12.8433 8.49631C12.9373 8.5851 13.0808 8.57682 13.3678 8.56025C15.6696 8.42733 17.7817 7.95983 19.1077 7.20927L19.8729 6.70757Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00015 15.8516C7.00015 15.2993 6.55244 14.8516 6.00015 14.8516C5.44787 14.8516 5.00015 15.2993 5.00015 15.8516C5.00015 18.0154 4.09735 20.0271 2.48566 20.9941C2.01208 21.2782 1.85851 21.8925 2.14266 22.3661C2.42681 22.8396 3.04107 22.9932 3.51465 22.7091C5.90295 21.2761 7.00015 18.4877 7.00015 15.8516ZM16.9998 15.8516C16.9998 15.2993 17.4476 14.8516 17.9998 14.8516C18.5521 14.8516 18.9998 15.2993 18.9998 15.8516C18.9998 18.0154 19.9026 20.0271 21.5143 20.9941C21.9879 21.2782 22.1415 21.8925 21.8573 22.3661C21.5732 22.8396 20.9589 22.9932 20.4854 22.7091C18.0971 21.2761 16.9998 18.4877 16.9998 15.8516Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-fencing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.46967 13.1766C5.86443 11.7819 8.1461 12.0351 9.55603 13.445C10.966 14.8549 11.2192 17.1366 9.82441 18.5314C9.53152 18.8242 9.05665 18.8242 8.76375 18.5314L7.46853 17.2361L4.81308 21.0354C4.8029 21.0499 4.79221 21.0641 4.78102 21.0779C4.36803 21.5875 3.80462 21.7924 3.24935 21.7441C2.72811 21.6988 2.26043 21.438 1.92159 21.1078C1.58311 20.778 1.30731 20.3142 1.25779 19.7854C1.20478 19.2193 1.42152 18.6567 1.93236 18.2392C1.94382 18.2299 1.95554 18.2209 1.96752 18.2122L5.72651 15.4941L4.46967 14.2373C4.32902 14.0966 4.25 13.9059 4.25 13.7069C4.25 13.508 4.32902 13.3173 4.46967 13.1766Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.4568 2.54289C20.8473 2.93342 20.8473 3.56658 20.4568 3.95711L9.4825 14.9314C9.09197 15.3219 8.45881 15.3219 8.06828 14.9314C7.67776 14.5409 7.67776 13.9077 8.06828 13.5172L19.0426 2.54289C19.4331 2.15237 20.0663 2.15237 20.4568 2.54289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5303 13.1766C18.1356 11.7819 15.8539 12.0351 14.444 13.445C13.034 14.8549 12.7808 17.1366 14.1756 18.5314C14.4685 18.8242 14.9434 18.8242 15.2362 18.5314L16.5315 17.2361L19.1869 21.0354C19.1971 21.0499 19.2078 21.0641 19.219 21.0779C19.632 21.5875 20.1954 21.7924 20.7507 21.7441C21.2719 21.6988 21.7396 21.438 22.0784 21.1078C22.4169 20.778 22.6927 20.3142 22.7422 19.7854C22.7952 19.2193 22.5785 18.6567 22.0676 18.2392C22.0562 18.2299 22.0445 18.2209 22.0325 18.2122L18.2735 15.4941L19.5303 14.2373C19.671 14.0966 19.75 13.9059 19.75 13.7069C19.75 13.508 19.671 13.3173 19.5303 13.1766Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5432 2.54289C3.15268 2.93342 3.15268 3.56658 3.5432 3.95711L14.5175 14.9314C14.908 15.3219 15.5412 15.3219 15.9317 14.9314C16.3222 14.5409 16.3222 13.9077 15.9317 13.5172L4.95742 2.54289C4.56689 2.15237 3.93373 2.15237 3.5432 2.54289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.46967 13.1766C5.86443 11.7819 8.1461 12.0351 9.55603 13.445C10.966 14.8549 11.2192 17.1366 9.82441 18.5314C9.53152 18.8242 9.05665 18.8242 8.76375 18.5314L7.46853 17.2361L4.81308 21.0354C4.8029 21.0499 4.79221 21.0641 4.78102 21.0779C4.36803 21.5875 3.80462 21.7924 3.24935 21.7441C2.72811 21.6988 2.26043 21.438 1.92159 21.1078C1.58311 20.778 1.30731 20.3142 1.25779 19.7854C1.20478 19.2193 1.42152 18.6567 1.93236 18.2392C1.94382 18.2299 1.95554 18.2209 1.96752 18.2122L5.72651 15.4941L4.46967 14.2373C4.32902 14.0966 4.25 13.9059 4.25 13.7069C4.25 13.508 4.32902 13.3173 4.46967 13.1766Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.4568 2.54289C20.8473 2.93342 20.8473 3.56658 20.4568 3.95711L9.4825 14.9314C9.09197 15.3219 8.45881 15.3219 8.06828 14.9314C7.67776 14.5409 7.67776 13.9077 8.06828 13.5172L19.0426 2.54289C19.4331 2.15237 20.0663 2.15237 20.4568 2.54289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5303 13.1766C18.1356 11.7819 15.8539 12.0351 14.444 13.445C13.034 14.8549 12.7808 17.1366 14.1756 18.5314C14.4685 18.8242 14.9434 18.8242 15.2362 18.5314L16.5315 17.2361L19.1869 21.0354C19.1971 21.0499 19.2078 21.0641 19.219 21.0779C19.632 21.5875 20.1954 21.7924 20.7507 21.7441C21.2719 21.6988 21.7396 21.438 22.0784 21.1078C22.4169 20.778 22.6927 20.3142 22.7422 19.7854C22.7952 19.2193 22.5785 18.6567 22.0676 18.2392C22.0562 18.2299 22.0445 18.2209 22.0325 18.2122L18.2735 15.4941L19.5303 14.2373C19.671 14.0966 19.75 13.9059 19.75 13.7069C19.75 13.508 19.671 13.3173 19.5303 13.1766Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5432 2.54289C3.15268 2.93342 3.15268 3.56658 3.5432 3.95711L14.5175 14.9314C14.908 15.3219 15.5412 15.3219 15.9317 14.9314C16.3222 14.5409 16.3222 13.9077 15.9317 13.5172L4.95742 2.54289C4.56689 2.15237 3.93373 2.15237 3.5432 2.54289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-fins{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8347 20.4185C14.9651 20.5454 15.1234 20.6895 15.3037 20.8345C15.801 21.2344 16.5978 21.75 17.5003 21.75C18.403 21.75 19.1995 21.2343 19.6966 20.8343C19.8767 20.6895 20.0349 20.5454 20.1652 20.4186L21.2946 20.9774C21.4995 21.0788 21.7395 21.0811 21.9464 20.9838C22.1533 20.8865 22.3045 20.7001 22.3571 20.4776C22.8173 18.5295 22.8735 15.3974 22.5237 12.2639C22.1743 9.13406 21.4043 5.85714 20.1178 3.65787C19.5482 2.68424 18.482 2.25002 17.4996 2.25C16.5171 2.24998 15.4508 2.68416 14.8813 3.65795C13.5951 5.85728 12.8254 9.1342 12.4761 12.264C12.1264 15.3975 12.1826 18.5296 12.6428 20.4776C12.6954 20.7001 12.8466 20.8865 13.0535 20.9838C13.2604 21.0812 13.5004 21.0788 13.7054 20.9774L14.8347 20.4185ZM18.2499 7C18.2499 6.58579 17.9141 6.25 17.4999 6.25C17.0857 6.25 16.7499 6.58579 16.7499 7V8C16.7499 8.41421 17.0857 8.75 17.4999 8.75C17.9141 8.75 18.2499 8.41421 18.2499 8V7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.16519 3.58146C9.03478 3.4546 8.87643 3.3105 8.69617 3.16554C8.19887 2.76563 7.4021 2.25 6.49953 2.25C5.5969 2.25 4.80034 2.76569 4.30322 3.16566C4.12314 3.31054 3.96494 3.45458 3.83464 3.5814L2.7053 3.02262C2.50037 2.92123 2.26037 2.91885 2.05347 3.01617C1.84657 3.1135 1.69536 3.29989 1.6428 3.52241C1.18258 5.47049 1.12641 8.60263 1.47619 11.7361C1.82556 14.8659 2.59555 18.1429 3.88209 20.3421C4.45165 21.3158 5.51783 21.75 6.50032 21.75C7.48282 21.75 8.54903 21.3158 9.11853 20.342C10.4047 18.1427 11.1745 14.8658 11.5238 11.736C11.8735 8.60252 11.8173 5.47042 11.3571 3.52241C11.3045 3.29988 11.1533 3.11349 10.9464 3.01617C10.7395 2.91885 10.4995 2.92123 10.2945 3.02264L9.16519 3.58146ZM7.25 16C7.25 15.5858 6.91421 15.25 6.5 15.25C6.08579 15.25 5.75 15.5858 5.75 16V17C5.75 17.4142 6.08579 17.75 6.5 17.75C6.91421 17.75 7.25 17.4142 7.25 17V16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8347 20.4185C14.9651 20.5454 15.1234 20.6895 15.3037 20.8345C15.801 21.2344 16.5978 21.75 17.5003 21.75C18.403 21.75 19.1995 21.2343 19.6966 20.8343C19.8767 20.6895 20.0349 20.5454 20.1652 20.4186L21.2946 20.9774C21.4995 21.0788 21.7395 21.0811 21.9464 20.9838C22.1533 20.8865 22.3045 20.7001 22.3571 20.4776C22.8173 18.5295 22.8735 15.3974 22.5237 12.2639C22.1743 9.13406 21.4043 5.85714 20.1178 3.65787C19.5482 2.68424 18.482 2.25002 17.4996 2.25C16.5171 2.24998 15.4508 2.68416 14.8813 3.65795C13.5951 5.85728 12.8254 9.1342 12.4761 12.264C12.1264 15.3975 12.1826 18.5296 12.6428 20.4776C12.6954 20.7001 12.8466 20.8865 13.0535 20.9838C13.2604 21.0812 13.5004 21.0788 13.7054 20.9774L14.8347 20.4185ZM18.2499 7C18.2499 6.58579 17.9141 6.25 17.4999 6.25C17.0857 6.25 16.7499 6.58579 16.7499 7V8C16.7499 8.41421 17.0857 8.75 17.4999 8.75C17.9141 8.75 18.2499 8.41421 18.2499 8V7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.16519 3.58146C9.03478 3.4546 8.87643 3.3105 8.69617 3.16554C8.19887 2.76563 7.4021 2.25 6.49953 2.25C5.5969 2.25 4.80034 2.76569 4.30322 3.16566C4.12314 3.31054 3.96494 3.45458 3.83464 3.5814L2.7053 3.02262C2.50037 2.92123 2.26037 2.91885 2.05347 3.01617C1.84657 3.1135 1.69536 3.29989 1.6428 3.52241C1.18258 5.47049 1.12641 8.60263 1.47619 11.7361C1.82556 14.8659 2.59555 18.1429 3.88209 20.3421C4.45165 21.3158 5.51783 21.75 6.50032 21.75C7.48282 21.75 8.54903 21.3158 9.11853 20.342C10.4047 18.1427 11.1745 14.8658 11.5238 11.736C11.8735 8.60252 11.8173 5.47042 11.3571 3.52241C11.3045 3.29988 11.1533 3.11349 10.9464 3.01617C10.7395 2.91885 10.4995 2.92123 10.2945 3.02264L9.16519 3.58146ZM7.25 16C7.25 15.5858 6.91421 15.25 6.5 15.25C6.08579 15.25 5.75 15.5858 5.75 16V17C5.75 17.4142 6.08579 17.75 6.5 17.75C6.91421 17.75 7.25 17.4142 7.25 17V16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-football-pitch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.25 3.65C11.25 3.46144 11.25 3.36716 11.1914 3.30858C11.1328 3.25 11.0386 3.25 10.85 3.25L5.94217 3.25C5.0488 3.24996 4.2933 3.24993 3.69155 3.34239C3.04389 3.44191 2.47074 3.66202 2.02136 4.1756C1.58458 4.67477 1.40941 5.28682 1.32836 5.97576C1.2677 6.49143 1.25399 7.11389 1.2509 7.84969C1.2501 8.03806 1.24971 8.13225 1.30834 8.19113C1.36697 8.25 1.46141 8.25 1.6503 8.25H4.5C5.4665 8.25 6.25 9.0335 6.25 10V14C6.25 14.9665 5.4665 15.75 4.5 15.75H1.6503C1.46141 15.75 1.36697 15.75 1.30834 15.8089C1.24971 15.8678 1.2501 15.9619 1.2509 16.1503C1.25399 16.8861 1.2677 17.5086 1.32836 18.0243C1.40941 18.7132 1.58458 19.3252 2.02136 19.8244C2.47074 20.338 3.04389 20.5581 3.69155 20.6576C4.29332 20.7501 5.04875 20.7501 5.94215 20.75H10.85C11.0386 20.75 11.1328 20.75 11.1914 20.6914C11.25 20.6329 11.25 20.5386 11.25 20.35V14.949C11.25 14.8084 11.25 14.7381 11.216 14.6875C11.1819 14.6369 11.1093 14.6073 10.964 14.5482C9.95868 14.139 9.25 13.1523 9.25 12C9.25 10.8477 9.95868 9.86098 10.964 9.45184C11.1093 9.39271 11.1819 9.36314 11.216 9.31252C11.25 9.2619 11.25 9.19159 11.25 9.05096V3.65Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 13.85C1.25 14.0386 1.25 14.1328 1.30858 14.1914C1.36716 14.25 1.46144 14.25 1.65 14.25H4.5C4.63807 14.25 4.75 14.1381 4.75 14V10C4.75 9.86193 4.63807 9.75 4.5 9.75H1.65C1.46144 9.75 1.36716 9.75 1.30858 9.80858C1.25 9.86716 1.25 9.96144 1.25 10.15V13.85Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.75 20.35C12.75 20.5386 12.75 20.6329 12.8086 20.6914C12.8672 20.75 12.9614 20.75 13.15 20.75H18.0579C18.9513 20.7501 19.7067 20.7501 20.3084 20.6576C20.9561 20.5581 21.5293 20.338 21.9786 19.8244C22.4154 19.3252 22.5906 18.7132 22.6716 18.0243C22.7323 17.5086 22.746 16.8861 22.7491 16.1503C22.7499 15.9619 22.7503 15.8678 22.6917 15.8089C22.633 15.75 22.5386 15.75 22.3497 15.75H19.5C18.5335 15.75 17.75 14.9665 17.75 14V10C17.75 9.0335 18.5335 8.25 19.5 8.25H22.3497C22.5386 8.25 22.633 8.25 22.6917 8.19113C22.7503 8.13225 22.7499 8.03806 22.7491 7.84969C22.746 7.11389 22.7323 6.49143 22.6716 5.97576C22.5906 5.28682 22.4154 4.67477 21.9786 4.1756C21.5293 3.66202 20.9561 3.44191 20.3084 3.34239C19.7067 3.24993 18.9513 3.24996 18.0579 3.25L13.15 3.25C12.9614 3.25 12.8672 3.25 12.8086 3.30858C12.75 3.36716 12.75 3.46144 12.75 3.65V9.05096C12.75 9.19159 12.75 9.2619 12.784 9.31252C12.8181 9.36314 12.8907 9.39271 13.036 9.45184C14.0413 9.86098 14.75 10.8477 14.75 12C14.75 13.1523 14.0413 14.139 13.036 14.5482C12.8907 14.6073 12.8181 14.6369 12.784 14.6875C12.75 14.7381 12.75 14.8084 12.75 14.949V20.35Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5 9.75H22.35C22.5386 9.75 22.6328 9.75 22.6914 9.80858C22.75 9.86716 22.75 9.96144 22.75 10.15V13.85C22.75 14.0386 22.75 14.1328 22.6914 14.1914C22.6328 14.25 22.5386 14.25 22.35 14.25H19.5C19.3619 14.25 19.25 14.1381 19.25 14V10C19.25 9.86193 19.3619 9.75 19.5 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.75 12C10.75 11.3096 11.3096 10.75 12 10.75C12.6904 10.75 13.25 11.3096 13.25 12C13.25 12.6904 12.6904 13.25 12 13.25C11.3096 13.25 10.75 12.6904 10.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.25 3.65C11.25 3.46144 11.25 3.36716 11.1914 3.30858C11.1328 3.25 11.0386 3.25 10.85 3.25L5.94217 3.25C5.0488 3.24996 4.2933 3.24993 3.69155 3.34239C3.04389 3.44191 2.47074 3.66202 2.02136 4.1756C1.58458 4.67477 1.40941 5.28682 1.32836 5.97576C1.2677 6.49143 1.25399 7.11389 1.2509 7.84969C1.2501 8.03806 1.24971 8.13225 1.30834 8.19113C1.36697 8.25 1.46141 8.25 1.6503 8.25H4.5C5.4665 8.25 6.25 9.0335 6.25 10V14C6.25 14.9665 5.4665 15.75 4.5 15.75H1.6503C1.46141 15.75 1.36697 15.75 1.30834 15.8089C1.24971 15.8678 1.2501 15.9619 1.2509 16.1503C1.25399 16.8861 1.2677 17.5086 1.32836 18.0243C1.40941 18.7132 1.58458 19.3252 2.02136 19.8244C2.47074 20.338 3.04389 20.5581 3.69155 20.6576C4.29332 20.7501 5.04875 20.7501 5.94215 20.75H10.85C11.0386 20.75 11.1328 20.75 11.1914 20.6914C11.25 20.6329 11.25 20.5386 11.25 20.35V14.949C11.25 14.8084 11.25 14.7381 11.216 14.6875C11.1819 14.6369 11.1093 14.6073 10.964 14.5482C9.95868 14.139 9.25 13.1523 9.25 12C9.25 10.8477 9.95868 9.86098 10.964 9.45184C11.1093 9.39271 11.1819 9.36314 11.216 9.31252C11.25 9.2619 11.25 9.19159 11.25 9.05096V3.65Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 13.85C1.25 14.0386 1.25 14.1328 1.30858 14.1914C1.36716 14.25 1.46144 14.25 1.65 14.25H4.5C4.63807 14.25 4.75 14.1381 4.75 14V10C4.75 9.86193 4.63807 9.75 4.5 9.75H1.65C1.46144 9.75 1.36716 9.75 1.30858 9.80858C1.25 9.86716 1.25 9.96144 1.25 10.15V13.85Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.75 20.35C12.75 20.5386 12.75 20.6329 12.8086 20.6914C12.8672 20.75 12.9614 20.75 13.15 20.75H18.0579C18.9513 20.7501 19.7067 20.7501 20.3084 20.6576C20.9561 20.5581 21.5293 20.338 21.9786 19.8244C22.4154 19.3252 22.5906 18.7132 22.6716 18.0243C22.7323 17.5086 22.746 16.8861 22.7491 16.1503C22.7499 15.9619 22.7503 15.8678 22.6917 15.8089C22.633 15.75 22.5386 15.75 22.3497 15.75H19.5C18.5335 15.75 17.75 14.9665 17.75 14V10C17.75 9.0335 18.5335 8.25 19.5 8.25H22.3497C22.5386 8.25 22.633 8.25 22.6917 8.19113C22.7503 8.13225 22.7499 8.03806 22.7491 7.84969C22.746 7.11389 22.7323 6.49143 22.6716 5.97576C22.5906 5.28682 22.4154 4.67477 21.9786 4.1756C21.5293 3.66202 20.9561 3.44191 20.3084 3.34239C19.7067 3.24993 18.9513 3.24996 18.0579 3.25L13.15 3.25C12.9614 3.25 12.8672 3.25 12.8086 3.30858C12.75 3.36716 12.75 3.46144 12.75 3.65V9.05096C12.75 9.19159 12.75 9.2619 12.784 9.31252C12.8181 9.36314 12.8907 9.39271 13.036 9.45184C14.0413 9.86098 14.75 10.8477 14.75 12C14.75 13.1523 14.0413 14.139 13.036 14.5482C12.8907 14.6073 12.8181 14.6369 12.784 14.6875C12.75 14.7381 12.75 14.8084 12.75 14.949V20.35Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5 9.75H22.35C22.5386 9.75 22.6328 9.75 22.6914 9.80858C22.75 9.86716 22.75 9.96144 22.75 10.15V13.85C22.75 14.0386 22.75 14.1328 22.6914 14.1914C22.6328 14.25 22.5386 14.25 22.35 14.25H19.5C19.3619 14.25 19.25 14.1381 19.25 14V10C19.25 9.86193 19.3619 9.75 19.5 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.75 12C10.75 11.3096 11.3096 10.75 12 10.75C12.6904 10.75 13.25 11.3096 13.25 12C13.25 12.6904 12.6904 13.25 12 13.25C11.3096 13.25 10.75 12.6904 10.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-football{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM4.83674 7.14616C4.79455 7.05056 4.80483 6.93966 4.86603 6.85495C5.86168 5.47673 7.24688 4.3985 8.86021 3.78167C8.95168 3.7467 9.05438 3.76074 9.13448 3.81709L10.8729 5.04026C10.9528 5.09644 11.0003 5.18797 11.0003 5.28561V8.48217C11.0003 8.57562 10.9568 8.66373 10.8825 8.72049L8.81004 10.3052C8.7375 10.3606 8.64365 10.38 8.55506 10.3579L6.11127 9.74693C6.02141 9.72447 5.94697 9.66176 5.90957 9.57702L4.83674 7.14616ZM4.452 16.2006C4.34116 16.2016 4.23839 16.1416 4.18736 16.0432C3.74635 15.1928 3.44012 14.2611 3.29697 13.2766C3.28136 13.1693 3.32744 13.0627 3.41468 12.9983L5.18638 11.6897C5.25842 11.6365 5.35048 11.6183 5.43737 11.64L8.30195 12.3562C8.40347 12.3815 8.48442 12.458 8.51558 12.5579L8.96117 13.9865C8.99085 14.0817 8.97131 14.1854 8.90903 14.2633L7.47038 16.0616C7.41407 16.132 7.3291 16.1733 7.23896 16.1742L4.452 16.2006ZM12.0004 20.7954C11.0298 20.7954 10.0958 20.6382 9.22263 20.3478C9.10157 20.3075 9.02215 20.1926 9.0234 20.065L9.04956 17.3915C9.05022 17.3244 9.07336 17.2594 9.11529 17.207L10.2144 15.8332C10.272 15.7612 10.3595 15.7196 10.4517 15.7206L13.1399 15.7483C13.2391 15.7494 13.3314 15.7994 13.3864 15.8819L14.6707 17.8083C14.6738 17.8129 14.6745 17.8188 14.6726 17.8241L13.7426 20.4719C13.7073 20.5724 13.6214 20.647 13.5164 20.6653C13.0239 20.7508 12.5174 20.7954 12.0004 20.7954ZM20.6718 12.0126C20.7493 12.0699 20.795 12.1611 20.7922 12.2575C20.7344 14.2687 20.0014 16.1108 18.8119 17.565C18.7442 17.6477 18.6365 17.6859 18.5313 17.6668L16.8927 17.3702C16.8125 17.3557 16.7417 17.3092 16.6965 17.2414L14.9551 14.6295C14.905 14.5543 14.8915 14.4606 14.9182 14.3743L15.6716 11.9404C15.6991 11.8518 15.766 11.7808 15.8529 11.7482L18.6591 10.6959C18.7542 10.6603 18.8609 10.6752 18.9426 10.7355L20.6718 12.0126ZM14.8701 3.81985C14.9503 3.76273 15.0537 3.74835 15.1457 3.7836C16.5533 4.32275 17.787 5.2132 18.7395 6.34766C18.8083 6.4296 18.8257 6.54262 18.7874 6.6425L17.9973 8.70024C17.9665 8.78037 17.9029 8.84348 17.8226 8.87361L14.9674 9.94429C14.8711 9.9804 14.7631 9.96467 14.6811 9.9026L13.1192 8.72047C13.0443 8.66376 13.0003 8.57522 13.0003 8.48126V5.30473C13.0003 5.20764 13.0473 5.11655 13.1264 5.06027L14.8701 3.81985Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM4.83674 7.14616C4.79455 7.05056 4.80483 6.93966 4.86603 6.85495C5.86168 5.47673 7.24688 4.3985 8.86021 3.78167C8.95168 3.7467 9.05438 3.76074 9.13448 3.81709L10.8729 5.04026C10.9528 5.09644 11.0003 5.18797 11.0003 5.28561V8.48217C11.0003 8.57562 10.9568 8.66373 10.8825 8.72049L8.81004 10.3052C8.7375 10.3606 8.64365 10.38 8.55506 10.3579L6.11127 9.74693C6.02141 9.72447 5.94697 9.66176 5.90957 9.57702L4.83674 7.14616ZM4.452 16.2006C4.34116 16.2016 4.23839 16.1416 4.18736 16.0432C3.74635 15.1928 3.44012 14.2611 3.29697 13.2766C3.28136 13.1693 3.32744 13.0627 3.41468 12.9983L5.18638 11.6897C5.25842 11.6365 5.35048 11.6183 5.43737 11.64L8.30195 12.3562C8.40347 12.3815 8.48442 12.458 8.51558 12.5579L8.96117 13.9865C8.99085 14.0817 8.97131 14.1854 8.90903 14.2633L7.47038 16.0616C7.41407 16.132 7.3291 16.1733 7.23896 16.1742L4.452 16.2006ZM12.0004 20.7954C11.0298 20.7954 10.0958 20.6382 9.22263 20.3478C9.10157 20.3075 9.02215 20.1926 9.0234 20.065L9.04956 17.3915C9.05022 17.3244 9.07336 17.2594 9.11529 17.207L10.2144 15.8332C10.272 15.7612 10.3595 15.7196 10.4517 15.7206L13.1399 15.7483C13.2391 15.7494 13.3314 15.7994 13.3864 15.8819L14.6707 17.8083C14.6738 17.8129 14.6745 17.8188 14.6726 17.8241L13.7426 20.4719C13.7073 20.5724 13.6214 20.647 13.5164 20.6653C13.0239 20.7508 12.5174 20.7954 12.0004 20.7954ZM20.6718 12.0126C20.7493 12.0699 20.795 12.1611 20.7922 12.2575C20.7344 14.2687 20.0014 16.1108 18.8119 17.565C18.7442 17.6477 18.6365 17.6859 18.5313 17.6668L16.8927 17.3702C16.8125 17.3557 16.7417 17.3092 16.6965 17.2414L14.9551 14.6295C14.905 14.5543 14.8915 14.4606 14.9182 14.3743L15.6716 11.9404C15.6991 11.8518 15.766 11.7808 15.8529 11.7482L18.6591 10.6959C18.7542 10.6603 18.8609 10.6752 18.9426 10.7355L20.6718 12.0126ZM14.8701 3.81985C14.9503 3.76273 15.0537 3.74835 15.1457 3.7836C16.5533 4.32275 17.787 5.2132 18.7395 6.34766C18.8083 6.4296 18.8257 6.54262 18.7874 6.6425L17.9973 8.70024C17.9665 8.78037 17.9029 8.84348 17.8226 8.87361L14.9674 9.94429C14.8711 9.9804 14.7631 9.96467 14.6811 9.9026L13.1192 8.72047C13.0443 8.66376 13.0003 8.57522 13.0003 8.48126V5.30473C13.0003 5.20764 13.0473 5.11655 13.1264 5.06027L14.8701 3.81985Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-game-controller-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.37873 6.36936C7.02066 5.94002 5.64883 6.72389 4.59325 7.84221C3.49947 9.00101 2.53388 10.7186 1.91311 12.7134C1.2923 14.7083 1.11193 16.6734 1.35294 18.2529C1.58549 19.7769 2.26581 21.2059 3.62129 21.6344C4.61429 21.9483 5.62349 21.6043 6.47738 20.9869C7.33805 20.3646 8.1422 19.4001 8.81396 18.2347C9.2493 17.4795 9.48125 17.1697 9.73226 17.0003C9.95432 16.8504 10.2856 16.7519 11.1039 16.7519H12.8961C13.7145 16.7519 14.0457 16.8504 14.2678 17.0003C14.5188 17.1697 14.7507 17.4795 15.1861 18.2347C15.8578 19.4001 16.662 20.3646 17.5226 20.9869C18.3765 21.6043 19.3857 21.9483 20.3787 21.6344C21.7342 21.2059 22.4145 19.7769 22.6471 18.2529C22.8881 16.6734 22.7077 14.7083 22.0869 12.7134C21.4661 10.7186 20.5005 9.00101 19.4068 7.84221C18.3512 6.72389 16.9794 5.94002 15.6213 6.36936C14.7527 6.64395 14.3284 7.32497 14.0511 7.79195C13.7604 8.28194 13.579 8.5876 13.3429 8.71857C13.1962 8.73068 12.8586 8.75189 12.5324 8.75189H11.4677C11.1414 8.75189 10.8038 8.73068 10.6571 8.71857C10.421 8.5876 10.2397 8.28194 9.94897 7.79195C9.67162 7.32497 9.24731 6.64395 8.37873 6.36936ZM11 12C10.4477 12 10 12.4477 10 13C10 13.5523 10.4477 14 11 14H13C13.5523 14 14 13.5523 14 13C14 12.4477 13.5523 12 13 12H11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.25C12.5523 2.25 13 2.69772 13 3.25V9.25C13 9.80228 12.5523 10.25 12 10.25C11.4477 10.25 11 9.80228 11 9.25V3.25C11 2.69772 11.4477 2.25 12 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.37873 6.36936C7.02066 5.94002 5.64883 6.72389 4.59325 7.84221C3.49947 9.00101 2.53388 10.7186 1.91311 12.7134C1.2923 14.7083 1.11193 16.6734 1.35294 18.2529C1.58549 19.7769 2.26581 21.2059 3.62129 21.6344C4.61429 21.9483 5.62349 21.6043 6.47738 20.9869C7.33805 20.3646 8.1422 19.4001 8.81396 18.2347C9.2493 17.4795 9.48125 17.1697 9.73226 17.0003C9.95432 16.8504 10.2856 16.7519 11.1039 16.7519H12.8961C13.7145 16.7519 14.0457 16.8504 14.2678 17.0003C14.5188 17.1697 14.7507 17.4795 15.1861 18.2347C15.8578 19.4001 16.662 20.3646 17.5226 20.9869C18.3765 21.6043 19.3857 21.9483 20.3787 21.6344C21.7342 21.2059 22.4145 19.7769 22.6471 18.2529C22.8881 16.6734 22.7077 14.7083 22.0869 12.7134C21.4661 10.7186 20.5005 9.00101 19.4068 7.84221C18.3512 6.72389 16.9794 5.94002 15.6213 6.36936C14.7527 6.64395 14.3284 7.32497 14.0511 7.79195C13.7604 8.28194 13.579 8.5876 13.3429 8.71857C13.1962 8.73068 12.8586 8.75189 12.5324 8.75189H11.4677C11.1414 8.75189 10.8038 8.73068 10.6571 8.71857C10.421 8.5876 10.2397 8.28194 9.94897 7.79195C9.67162 7.32497 9.24731 6.64395 8.37873 6.36936ZM11 12C10.4477 12 10 12.4477 10 13C10 13.5523 10.4477 14 11 14H13C13.5523 14 14 13.5523 14 13C14 12.4477 13.5523 12 13 12H11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.25C12.5523 2.25 13 2.69772 13 3.25V9.25C13 9.80228 12.5523 10.25 12 10.25C11.4477 10.25 11 9.80228 11 9.25V3.25C11 2.69772 11.4477 2.25 12 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-game-controller-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.25C12.5523 2.25 13 2.69772 13 3.25V9.25C13 9.80228 12.5523 10.25 12 10.25C11.4477 10.25 11 9.80228 11 9.25V3.25C11 2.69772 11.4477 2.25 12 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.59325 7.84221C5.64883 6.72389 7.02066 5.94002 8.37873 6.36936C9.24731 6.64395 9.67162 7.32497 9.94897 7.79195C10.1947 8.2062 10.3623 8.4887 10.5509 8.64528C10.584 8.67274 10.6006 8.68647 10.6446 8.70404C10.6887 8.7216 10.7211 8.72373 10.7858 8.72798C10.9582 8.7393 11.2163 8.75189 11.4677 8.75189H12.5324C12.7837 8.75189 13.0418 8.7393 13.2142 8.72798C13.2789 8.72373 13.3113 8.7216 13.3554 8.70404C13.3995 8.68647 13.416 8.67274 13.4491 8.64528C13.6377 8.4887 13.8053 8.2062 14.0511 7.79195C14.3284 7.32497 14.7527 6.64395 15.6213 6.36936C16.9794 5.94002 18.3512 6.72389 19.4068 7.84221C20.5005 9.00101 21.4661 10.7186 22.0869 12.7134C22.7077 14.7083 22.8881 16.6734 22.6471 18.2529C22.4145 19.7769 21.7342 21.2059 20.3787 21.6344C19.3857 21.9483 18.3765 21.6043 17.5226 20.9869C16.9565 20.5775 16.4148 20.0201 15.9191 19.3548C15.7396 19.1139 15.6499 18.9934 15.6843 18.8935C15.7187 18.7936 15.888 18.7473 16.2265 18.6548C17.3928 18.3362 18.25 17.2691 18.25 16.0018C18.25 14.483 17.0188 13.2518 15.5 13.2518C13.9812 13.2518 12.75 14.483 12.75 16.0018C12.75 16.0795 12.7532 16.1563 12.7595 16.2323C12.7811 16.4926 12.7919 16.6228 12.7325 16.6873C12.6731 16.7519 12.557 16.7519 12.3247 16.7519H11.6753C11.443 16.7519 11.3269 16.7519 11.2675 16.6873C11.2081 16.6228 11.2189 16.4926 11.2405 16.2323C11.2468 16.1563 11.25 16.0795 11.25 16.0018C11.25 14.483 10.0188 13.2518 8.5 13.2518C6.98122 13.2518 5.75 14.483 5.75 16.0018C5.75 17.2691 6.60724 18.3362 7.77348 18.6548C8.11201 18.7473 8.28128 18.7936 8.31571 18.8935C8.35014 18.9934 8.2604 19.1139 8.0809 19.3548C7.58525 20.0201 7.04354 20.5775 6.47738 20.9869C5.62349 21.6043 4.61429 21.9483 3.62129 21.6344C2.26581 21.2059 1.58549 19.7769 1.35294 18.2529C1.11193 16.6734 1.2923 14.7083 1.91311 12.7134C2.53388 10.7186 3.49947 9.00101 4.59325 7.84221Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.5 14.7518C14.8096 14.7518 14.25 15.3115 14.25 16.0018C14.25 16.6922 14.8096 17.2518 15.5 17.2518C16.1904 17.2518 16.75 16.6922 16.75 16.0018C16.75 15.3115 16.1904 14.7518 15.5 14.7518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.25 16.0018C7.25 15.3115 7.80964 14.7518 8.5 14.7518C9.19036 14.7518 9.75 15.3115 9.75 16.0018C9.75 16.6922 9.19036 17.2518 8.5 17.2518C7.80964 17.2518 7.25 16.6922 7.25 16.0018Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.25C12.5523 2.25 13 2.69772 13 3.25V9.25C13 9.80228 12.5523 10.25 12 10.25C11.4477 10.25 11 9.80228 11 9.25V3.25C11 2.69772 11.4477 2.25 12 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.59325 7.84221C5.64883 6.72389 7.02066 5.94002 8.37873 6.36936C9.24731 6.64395 9.67162 7.32497 9.94897 7.79195C10.1947 8.2062 10.3623 8.4887 10.5509 8.64528C10.584 8.67274 10.6006 8.68647 10.6446 8.70404C10.6887 8.7216 10.7211 8.72373 10.7858 8.72798C10.9582 8.7393 11.2163 8.75189 11.4677 8.75189H12.5324C12.7837 8.75189 13.0418 8.7393 13.2142 8.72798C13.2789 8.72373 13.3113 8.7216 13.3554 8.70404C13.3995 8.68647 13.416 8.67274 13.4491 8.64528C13.6377 8.4887 13.8053 8.2062 14.0511 7.79195C14.3284 7.32497 14.7527 6.64395 15.6213 6.36936C16.9794 5.94002 18.3512 6.72389 19.4068 7.84221C20.5005 9.00101 21.4661 10.7186 22.0869 12.7134C22.7077 14.7083 22.8881 16.6734 22.6471 18.2529C22.4145 19.7769 21.7342 21.2059 20.3787 21.6344C19.3857 21.9483 18.3765 21.6043 17.5226 20.9869C16.9565 20.5775 16.4148 20.0201 15.9191 19.3548C15.7396 19.1139 15.6499 18.9934 15.6843 18.8935C15.7187 18.7936 15.888 18.7473 16.2265 18.6548C17.3928 18.3362 18.25 17.2691 18.25 16.0018C18.25 14.483 17.0188 13.2518 15.5 13.2518C13.9812 13.2518 12.75 14.483 12.75 16.0018C12.75 16.0795 12.7532 16.1563 12.7595 16.2323C12.7811 16.4926 12.7919 16.6228 12.7325 16.6873C12.6731 16.7519 12.557 16.7519 12.3247 16.7519H11.6753C11.443 16.7519 11.3269 16.7519 11.2675 16.6873C11.2081 16.6228 11.2189 16.4926 11.2405 16.2323C11.2468 16.1563 11.25 16.0795 11.25 16.0018C11.25 14.483 10.0188 13.2518 8.5 13.2518C6.98122 13.2518 5.75 14.483 5.75 16.0018C5.75 17.2691 6.60724 18.3362 7.77348 18.6548C8.11201 18.7473 8.28128 18.7936 8.31571 18.8935C8.35014 18.9934 8.2604 19.1139 8.0809 19.3548C7.58525 20.0201 7.04354 20.5775 6.47738 20.9869C5.62349 21.6043 4.61429 21.9483 3.62129 21.6344C2.26581 21.2059 1.58549 19.7769 1.35294 18.2529C1.11193 16.6734 1.2923 14.7083 1.91311 12.7134C2.53388 10.7186 3.49947 9.00101 4.59325 7.84221Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.5 14.7518C14.8096 14.7518 14.25 15.3115 14.25 16.0018C14.25 16.6922 14.8096 17.2518 15.5 17.2518C16.1904 17.2518 16.75 16.6922 16.75 16.0018C16.75 15.3115 16.1904 14.7518 15.5 14.7518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.25 16.0018C7.25 15.3115 7.80964 14.7518 8.5 14.7518C9.19036 14.7518 9.75 15.3115 9.75 16.0018C9.75 16.6922 9.19036 17.2518 8.5 17.2518C7.80964 17.2518 7.25 16.6922 7.25 16.0018Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-game-controller-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.93214 3.87827C8.06847 4.41346 7.74513 4.95784 7.20994 5.09417L5.24709 5.59417C4.71189 5.7305 4.16752 5.40716 4.03119 4.87197C3.89485 4.33677 4.2182 3.79239 4.75339 3.65606L6.71624 3.15606C7.25143 3.01973 7.79581 3.34308 7.93214 3.87827ZM16.0301 3.88258C16.164 3.34679 16.707 3.02103 17.2428 3.15498L19.2428 3.65498C19.7786 3.78892 20.1043 4.33186 19.9704 4.86765C19.8364 5.40345 19.2935 5.72921 18.7577 5.59526L16.7577 5.09526C16.2219 4.96131 15.8961 4.41838 16.0301 3.88258Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.92529 6.17612C9.34121 5.1078 14.6592 5.1078 19.0751 6.17612C20.1033 6.42487 20.896 7.16741 21.2591 8.13694C21.8434 9.697 22.5133 12.3264 22.7405 15.8863C22.9056 18.4745 20.9809 19.8307 19.2805 20.6872C18.8225 20.9179 18.3493 20.9286 17.9173 20.7592C17.5187 20.603 17.203 20.3134 16.9602 20.025C16.4779 19.4522 16.1005 18.6588 15.8301 18.0493C15.6565 17.6579 15.2781 17.4105 14.8283 17.4105H9.17216C8.72238 17.4105 8.34398 17.6579 8.17032 18.0493C7.89994 18.6588 7.52253 19.4522 7.0402 20.025C6.79742 20.3134 6.48171 20.603 6.08315 20.7592C5.6511 20.9286 5.17794 20.9179 4.7199 20.6872C3.04015 19.8411 1.09361 18.4935 1.25997 15.8863C1.48712 12.3264 2.15703 9.697 2.74129 8.13694C3.10439 7.16741 3.89709 6.42487 4.92529 6.17612ZM9.70711 9.41777C10.0976 9.8083 10.0976 10.4415 9.70711 10.832L8.91421 11.6249L9.70711 12.4178C10.0976 12.8083 10.0976 13.4415 9.70711 13.832C9.31658 14.2225 8.68342 14.2225 8.29289 13.832L7.5 13.0391L6.70711 13.832C6.31658 14.2225 5.68342 14.2225 5.29289 13.832C4.90237 13.4415 4.90237 12.8083 5.29289 12.4178L6.08579 11.6249L5.29289 10.832C4.90237 10.4415 4.90237 9.8083 5.29289 9.41777C5.68342 9.02725 6.31658 9.02725 6.70711 9.41777L7.5 10.2107L8.29289 9.41777C8.68342 9.02725 9.31658 9.02725 9.70711 9.41777ZM15.9973 11.1249H15.9883C15.436 11.1249 14.9883 10.6772 14.9883 10.1249C14.9883 9.57259 15.436 9.12488 15.9883 9.12488H15.9973C16.5495 9.12488 16.9973 9.57259 16.9973 10.1249C16.9973 10.6772 16.5495 11.1249 15.9973 11.1249ZM16.9883 13.1249C16.9883 12.5726 17.436 12.1249 17.9883 12.1249H17.9973C18.5495 12.1249 18.9973 12.5726 18.9973 13.1249C18.9973 13.6772 18.5495 14.1249 17.9973 14.1249H17.9883C17.436 14.1249 16.9883 13.6772 16.9883 13.1249Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.93214 3.87827C8.06847 4.41346 7.74513 4.95784 7.20994 5.09417L5.24709 5.59417C4.71189 5.7305 4.16752 5.40716 4.03119 4.87197C3.89485 4.33677 4.2182 3.79239 4.75339 3.65606L6.71624 3.15606C7.25143 3.01973 7.79581 3.34308 7.93214 3.87827ZM16.0301 3.88258C16.164 3.34679 16.707 3.02103 17.2428 3.15498L19.2428 3.65498C19.7786 3.78892 20.1043 4.33186 19.9704 4.86765C19.8364 5.40345 19.2935 5.72921 18.7577 5.59526L16.7577 5.09526C16.2219 4.96131 15.8961 4.41838 16.0301 3.88258Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.92529 6.17612C9.34121 5.1078 14.6592 5.1078 19.0751 6.17612C20.1033 6.42487 20.896 7.16741 21.2591 8.13694C21.8434 9.697 22.5133 12.3264 22.7405 15.8863C22.9056 18.4745 20.9809 19.8307 19.2805 20.6872C18.8225 20.9179 18.3493 20.9286 17.9173 20.7592C17.5187 20.603 17.203 20.3134 16.9602 20.025C16.4779 19.4522 16.1005 18.6588 15.8301 18.0493C15.6565 17.6579 15.2781 17.4105 14.8283 17.4105H9.17216C8.72238 17.4105 8.34398 17.6579 8.17032 18.0493C7.89994 18.6588 7.52253 19.4522 7.0402 20.025C6.79742 20.3134 6.48171 20.603 6.08315 20.7592C5.6511 20.9286 5.17794 20.9179 4.7199 20.6872C3.04015 19.8411 1.09361 18.4935 1.25997 15.8863C1.48712 12.3264 2.15703 9.697 2.74129 8.13694C3.10439 7.16741 3.89709 6.42487 4.92529 6.17612ZM9.70711 9.41777C10.0976 9.8083 10.0976 10.4415 9.70711 10.832L8.91421 11.6249L9.70711 12.4178C10.0976 12.8083 10.0976 13.4415 9.70711 13.832C9.31658 14.2225 8.68342 14.2225 8.29289 13.832L7.5 13.0391L6.70711 13.832C6.31658 14.2225 5.68342 14.2225 5.29289 13.832C4.90237 13.4415 4.90237 12.8083 5.29289 12.4178L6.08579 11.6249L5.29289 10.832C4.90237 10.4415 4.90237 9.8083 5.29289 9.41777C5.68342 9.02725 6.31658 9.02725 6.70711 9.41777L7.5 10.2107L8.29289 9.41777C8.68342 9.02725 9.31658 9.02725 9.70711 9.41777ZM15.9973 11.1249H15.9883C15.436 11.1249 14.9883 10.6772 14.9883 10.1249C14.9883 9.57259 15.436 9.12488 15.9883 9.12488H15.9973C16.5495 9.12488 16.9973 9.57259 16.9973 10.1249C16.9973 10.6772 16.5495 11.1249 15.9973 11.1249ZM16.9883 13.1249C16.9883 12.5726 17.436 12.1249 17.9883 12.1249H17.9973C18.5495 12.1249 18.9973 12.5726 18.9973 13.1249C18.9973 13.6772 18.5495 14.1249 17.9973 14.1249H17.9883C17.436 14.1249 16.9883 13.6772 16.9883 13.1249Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-gem{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9451 2.07017C10.8997 1.81034 10.877 1.68042 10.7678 1.64073C10.6586 1.60103 10.565 1.67951 10.3777 1.83646C10.2189 1.96958 10.0669 2.11794 9.91977 2.27648C9.35766 2.88203 8.74774 3.767 7.99796 4.85491L3.49098 11.3941C2.89737 12.2553 2.40901 12.9638 2.09994 13.575C1.98628 13.7997 1.89027 14.0236 1.81952 14.2494C1.75183 14.4654 1.71799 14.5735 1.79099 14.6577C1.864 14.742 1.98645 14.7228 2.23137 14.6844L12.2513 13.1132C12.5363 13.0685 12.6788 13.0462 12.7523 12.9438C12.8258 12.8415 12.8011 12.6998 12.7516 12.4166L10.9451 2.07017Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.00205 16.5736C2.69023 16.6225 2.53433 16.6469 2.49944 16.7706C2.46454 16.8943 2.57774 16.9901 2.80413 17.1818C2.81487 17.1909 2.82566 17.2 2.83651 17.2091C3.35742 17.6437 4.08011 18.0931 4.95382 18.6363L9.47436 21.4473C9.97395 21.758 10.3973 22.0212 10.7689 22.2023C10.771 22.2033 10.7735 22.2021 10.7741 22.1999L12.4248 15.9487C12.5308 15.5473 12.5838 15.3467 12.4744 15.226C12.3651 15.1054 12.1594 15.1376 11.7481 15.2021L3.00205 16.5736Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9276 21.9252C12.9092 21.9949 12.9 22.0298 12.9019 22.0618C12.9085 22.1712 13.0211 22.2632 13.13 22.2482C13.1619 22.2438 13.1903 22.23 13.2472 22.2023C13.6188 22.0212 14.0421 21.758 14.5417 21.4473L19.0622 18.6364C19.9359 18.0931 20.6586 17.6437 21.1796 17.2091C21.2249 17.1712 21.2694 17.133 21.3128 17.0943C21.5152 16.9141 21.6165 16.824 21.5861 16.7059C21.5556 16.5879 21.4144 16.5555 21.1319 16.4907L15.3188 15.1571C15.0496 15.0953 14.915 15.0645 14.8105 15.1274C14.706 15.1904 14.6708 15.3235 14.6005 15.5898L12.9276 21.9252Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.7356 14.5911C21.9971 14.6511 22.1279 14.6811 22.207 14.5935C22.2862 14.506 22.2462 14.3897 22.1663 14.1572C22.0993 13.9626 22.0143 13.7691 21.9161 13.575C21.6071 12.9639 21.1188 12.2554 20.5252 11.3943L16.0181 4.85493C15.2683 3.76702 14.6584 2.88202 14.0963 2.27648C13.9042 2.06953 13.7039 1.87993 13.4909 1.71893C13.2566 1.54189 13.1394 1.45337 13.0225 1.52436C12.9056 1.59535 12.9332 1.75343 12.9884 2.0696L14.8323 12.6301C14.8656 12.8207 14.8822 12.916 14.9448 12.9818C15.0074 13.0476 15.1019 13.0693 15.2911 13.1127L21.7356 14.5911Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9451 2.07017C10.8997 1.81034 10.877 1.68042 10.7678 1.64073C10.6586 1.60103 10.565 1.67951 10.3777 1.83646C10.2189 1.96958 10.0669 2.11794 9.91977 2.27648C9.35766 2.88203 8.74774 3.767 7.99796 4.85491L3.49098 11.3941C2.89737 12.2553 2.40901 12.9638 2.09994 13.575C1.98628 13.7997 1.89027 14.0236 1.81952 14.2494C1.75183 14.4654 1.71799 14.5735 1.79099 14.6577C1.864 14.742 1.98645 14.7228 2.23137 14.6844L12.2513 13.1132C12.5363 13.0685 12.6788 13.0462 12.7523 12.9438C12.8258 12.8415 12.8011 12.6998 12.7516 12.4166L10.9451 2.07017Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.00205 16.5736C2.69023 16.6225 2.53433 16.6469 2.49944 16.7706C2.46454 16.8943 2.57774 16.9901 2.80413 17.1818C2.81487 17.1909 2.82566 17.2 2.83651 17.2091C3.35742 17.6437 4.08011 18.0931 4.95382 18.6363L9.47436 21.4473C9.97395 21.758 10.3973 22.0212 10.7689 22.2023C10.771 22.2033 10.7735 22.2021 10.7741 22.1999L12.4248 15.9487C12.5308 15.5473 12.5838 15.3467 12.4744 15.226C12.3651 15.1054 12.1594 15.1376 11.7481 15.2021L3.00205 16.5736Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9276 21.9252C12.9092 21.9949 12.9 22.0298 12.9019 22.0618C12.9085 22.1712 13.0211 22.2632 13.13 22.2482C13.1619 22.2438 13.1903 22.23 13.2472 22.2023C13.6188 22.0212 14.0421 21.758 14.5417 21.4473L19.0622 18.6364C19.9359 18.0931 20.6586 17.6437 21.1796 17.2091C21.2249 17.1712 21.2694 17.133 21.3128 17.0943C21.5152 16.9141 21.6165 16.824 21.5861 16.7059C21.5556 16.5879 21.4144 16.5555 21.1319 16.4907L15.3188 15.1571C15.0496 15.0953 14.915 15.0645 14.8105 15.1274C14.706 15.1904 14.6708 15.3235 14.6005 15.5898L12.9276 21.9252Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.7356 14.5911C21.9971 14.6511 22.1279 14.6811 22.207 14.5935C22.2862 14.506 22.2462 14.3897 22.1663 14.1572C22.0993 13.9626 22.0143 13.7691 21.9161 13.575C21.6071 12.9639 21.1188 12.2554 20.5252 11.3943L16.0181 4.85493C15.2683 3.76702 14.6584 2.88202 14.0963 2.27648C13.9042 2.06953 13.7039 1.87993 13.4909 1.71893C13.2566 1.54189 13.1394 1.45337 13.0225 1.52436C12.9056 1.59535 12.9332 1.75343 12.9884 2.0696L14.8323 12.6301C14.8656 12.8207 14.8822 12.916 14.9448 12.9818C15.0074 13.0476 15.1019 13.0693 15.2911 13.1127L21.7356 14.5911Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-golf-ball{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C7.71979 1 4.25 4.46979 4.25 8.75C4.25 13.0302 7.71979 16.5 12 16.5C16.2802 16.5 19.75 13.0302 19.75 8.75C19.75 4.46979 16.2802 1 12 1ZM10.0045 8C10.6924 8 11.25 7.44036 11.25 6.75C11.25 6.05964 10.6924 5.5 10.0045 5.5H9.99553C9.30764 5.5 8.75 6.05964 8.75 6.75C8.75 7.44036 9.30764 8 9.99552 8H10.0045Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 17.875C8 17.3227 8.44772 16.875 9 16.875C10.1555 16.875 11.1898 17.4413 11.917 18.3921C11.9586 18.4465 12.0414 18.4465 12.083 18.3921C12.8102 17.4413 13.8445 16.875 15 16.875C15.5523 16.875 16 17.3227 16 17.875C16 18.4273 15.5523 18.875 15 18.875C14.2247 18.875 13 19.699 13 21.875C13 22.4273 12.5523 22.875 12 22.875C11.4477 22.875 11 22.4273 11 21.875C11 19.699 9.77525 18.875 9 18.875C8.44772 18.875 8 18.4273 8 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C7.71979 1 4.25 4.46979 4.25 8.75C4.25 13.0302 7.71979 16.5 12 16.5C16.2802 16.5 19.75 13.0302 19.75 8.75C19.75 4.46979 16.2802 1 12 1ZM10.0045 8C10.6924 8 11.25 7.44036 11.25 6.75C11.25 6.05964 10.6924 5.5 10.0045 5.5H9.99553C9.30764 5.5 8.75 6.05964 8.75 6.75C8.75 7.44036 9.30764 8 9.99552 8H10.0045Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 17.875C8 17.3227 8.44772 16.875 9 16.875C10.1555 16.875 11.1898 17.4413 11.917 18.3921C11.9586 18.4465 12.0414 18.4465 12.083 18.3921C12.8102 17.4413 13.8445 16.875 15 16.875C15.5523 16.875 16 17.3227 16 17.875C16 18.4273 15.5523 18.875 15 18.875C14.2247 18.875 13 19.699 13 21.875C13 22.4273 12.5523 22.875 12 22.875C11.4477 22.875 11 22.4273 11 21.875C11 19.699 9.77525 18.875 9 18.875C8.44772 18.875 8 18.4273 8 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-golf-bat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.94218 16.9092C3.36515 15.9347 4.23087 15.0431 5.57066 15.0508C6.09297 15.0539 6.52837 15.2202 6.9517 15.4797C7.339 15.7171 7.75708 16.0597 8.23832 16.4541L12.8035 20.1949C12.9661 20.3281 13.0653 20.5235 13.077 20.7334C13.0886 20.9434 13.0117 21.1485 12.8648 21.299C12.5293 21.6468 11.9601 22.2366 11.2561 22.4422C10.8817 22.5515 10.4899 22.5512 9.99653 22.5508L6.97392 22.5508C6.14316 22.5508 5.27407 22.4196 4.51581 22.0261C3.73634 21.6215 3.11013 20.9567 2.777 19.9771C2.46016 19.0453 2.52674 17.8663 2.94218 16.9092Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2267 8.88367C17.7333 9.10351 17.9659 9.69244 17.746 10.1991L13.0758 20.9623C12.856 21.4689 12.2671 21.7014 11.7604 21.4816C11.2538 21.2618 11.0213 20.6728 11.2411 20.1662L15.9113 9.40299C16.1311 8.89634 16.7201 8.66384 17.2267 8.88367Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.2236 3.03108C17.5407 1.84207 18.7945 1.16647 19.9619 1.55561C21.2402 1.9817 21.8091 3.47071 21.1406 4.64059L18.2769 9.65211C17.9122 10.2903 17.1125 10.5324 16.4551 10.2037C15.8673 9.90977 15.567 9.2432 15.7364 8.6082L17.2236 3.03108Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.94218 16.9092C3.36515 15.9347 4.23087 15.0431 5.57066 15.0508C6.09297 15.0539 6.52837 15.2202 6.9517 15.4797C7.339 15.7171 7.75708 16.0597 8.23832 16.4541L12.8035 20.1949C12.9661 20.3281 13.0653 20.5235 13.077 20.7334C13.0886 20.9434 13.0117 21.1485 12.8648 21.299C12.5293 21.6468 11.9601 22.2366 11.2561 22.4422C10.8817 22.5515 10.4899 22.5512 9.99653 22.5508L6.97392 22.5508C6.14316 22.5508 5.27407 22.4196 4.51581 22.0261C3.73634 21.6215 3.11013 20.9567 2.777 19.9771C2.46016 19.0453 2.52674 17.8663 2.94218 16.9092Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2267 8.88367C17.7333 9.10351 17.9659 9.69244 17.746 10.1991L13.0758 20.9623C12.856 21.4689 12.2671 21.7014 11.7604 21.4816C11.2538 21.2618 11.0213 20.6728 11.2411 20.1662L15.9113 9.40299C16.1311 8.89634 16.7201 8.66384 17.2267 8.88367Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.2236 3.03108C17.5407 1.84207 18.7945 1.16647 19.9619 1.55561C21.2402 1.9817 21.8091 3.47071 21.1406 4.64059L18.2769 9.65211C17.9122 10.2903 17.1125 10.5324 16.4551 10.2037C15.8673 9.90977 15.567 9.2432 15.7364 8.6082L17.2236 3.03108Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-golf-hole{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4977 16.9191C13.5791 16.3729 14.088 15.9961 14.6342 16.0775C16.0241 16.2848 17.2686 16.6338 18.1959 17.1096C19.0336 17.5395 20 18.2818 20 19.4277C20 20.2083 19.5371 20.8032 19.0406 21.2059C18.5359 21.6153 17.8665 21.9397 17.1278 22.1931C15.6408 22.7033 13.6511 23.0009 11.5 23.0009C9.3489 23.0009 7.35917 22.7033 5.87217 22.1931C5.13355 21.9397 4.46414 21.6153 3.95942 21.2059C3.46294 20.8032 3 20.2083 3 19.4277C3 18.4154 3.76421 17.7022 4.47741 17.2624C5.24577 16.7885 6.27597 16.4224 7.43353 16.1772C7.97383 16.0628 8.50459 16.408 8.61902 16.9483C8.73345 17.4886 8.38821 18.0194 7.84791 18.1338C6.82412 18.3506 6.03395 18.6522 5.52729 18.9646C5.13227 19.2083 5.03206 19.3755 5.00738 19.4271C5.02652 19.4631 5.07966 19.5394 5.21936 19.6527C5.47368 19.859 5.90262 20.0891 6.52122 20.3013C7.74869 20.7225 9.50896 21.0009 11.5 21.0009C13.491 21.0009 15.2513 20.7225 16.4788 20.3013C17.0974 20.0891 17.5263 19.859 17.7806 19.6527C17.9169 19.5422 17.9708 19.4669 17.9911 19.4299C17.9604 19.3727 17.8292 19.1694 17.2828 18.889C16.6174 18.5475 15.6053 18.2444 14.3393 18.0557C13.793 17.9742 13.4162 17.4654 13.4977 16.9191ZM18.0026 19.4032C18.0027 19.4032 18.0025 19.4046 18.0015 19.4073C18.0021 19.4046 18.0025 19.4032 18.0026 19.4032ZM4.99737 19.4032C4.99748 19.4032 4.99794 19.4046 4.99845 19.4073C4.99752 19.4046 4.99727 19.4032 4.99737 19.4032Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2127 3.57992L15.3187 3.14389C13.3808 2.19884 12.4119 1.72632 11.706 2.16529C11 2.60426 11 3.67927 11 5.82929V12L16.2127 9.45783C18.7376 8.22651 20 7.61085 20 6.51887C20 5.4269 18.7376 4.81124 16.2127 3.57992Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M15.6873 2.21114C14.7781 1.76768 13.996 1.38621 13.3523 1.18233C12.6777 0.968656 11.9021 0.86587 11.1779 1.31616C10.4526 1.76714 10.2034 2.50884 10.0992 3.20839C10.05 3.53872 10.0252 3.91863 10.0127 4.34059L10 19.0001C10 19.5524 10.4477 20.0001 11 20.0001C11.5523 20.0001 12 19.5524 12 19.0001V12.625L16.731 10.3178C17.9252 9.73544 18.9316 9.24472 19.6288 8.7539C20.3597 8.23943 21 7.55113 21 6.51895C21 5.48677 20.3597 4.79847 19.6288 4.28401C18.9316 3.79319 16.8815 2.79345 15.6873 2.21114Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4977 16.9191C13.5791 16.3729 14.088 15.9961 14.6342 16.0775C16.0241 16.2848 17.2686 16.6338 18.1959 17.1096C19.0336 17.5395 20 18.2818 20 19.4277C20 20.2083 19.5371 20.8032 19.0406 21.2059C18.5359 21.6153 17.8665 21.9397 17.1278 22.1931C15.6408 22.7033 13.6511 23.0009 11.5 23.0009C9.3489 23.0009 7.35917 22.7033 5.87217 22.1931C5.13355 21.9397 4.46414 21.6153 3.95942 21.2059C3.46294 20.8032 3 20.2083 3 19.4277C3 18.4154 3.76421 17.7022 4.47741 17.2624C5.24577 16.7885 6.27597 16.4224 7.43353 16.1772C7.97383 16.0628 8.50459 16.408 8.61902 16.9483C8.73345 17.4886 8.38821 18.0194 7.84791 18.1338C6.82412 18.3506 6.03395 18.6522 5.52729 18.9646C5.13227 19.2083 5.03206 19.3755 5.00738 19.4271C5.02652 19.4631 5.07966 19.5394 5.21936 19.6527C5.47368 19.859 5.90262 20.0891 6.52122 20.3013C7.74869 20.7225 9.50896 21.0009 11.5 21.0009C13.491 21.0009 15.2513 20.7225 16.4788 20.3013C17.0974 20.0891 17.5263 19.859 17.7806 19.6527C17.9169 19.5422 17.9708 19.4669 17.9911 19.4299C17.9604 19.3727 17.8292 19.1694 17.2828 18.889C16.6174 18.5475 15.6053 18.2444 14.3393 18.0557C13.793 17.9742 13.4162 17.4654 13.4977 16.9191ZM18.0026 19.4032C18.0027 19.4032 18.0025 19.4046 18.0015 19.4073C18.0021 19.4046 18.0025 19.4032 18.0026 19.4032ZM4.99737 19.4032C4.99748 19.4032 4.99794 19.4046 4.99845 19.4073C4.99752 19.4046 4.99727 19.4032 4.99737 19.4032Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2127 3.57992L15.3187 3.14389C13.3808 2.19884 12.4119 1.72632 11.706 2.16529C11 2.60426 11 3.67927 11 5.82929V12L16.2127 9.45783C18.7376 8.22651 20 7.61085 20 6.51887C20 5.4269 18.7376 4.81124 16.2127 3.57992Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M15.6873 2.21114C14.7781 1.76768 13.996 1.38621 13.3523 1.18233C12.6777 0.968656 11.9021 0.86587 11.1779 1.31616C10.4526 1.76714 10.2034 2.50884 10.0992 3.20839C10.05 3.53872 10.0252 3.91863 10.0127 4.34059L10 19.0001C10 19.5524 10.4477 20.0001 11 20.0001C11.5523 20.0001 12 19.5524 12 19.0001V12.625L16.731 10.3178C17.9252 9.73544 18.9316 9.24472 19.6288 8.7539C20.3597 8.23943 21 7.55113 21 6.51895C21 5.48677 20.3597 4.79847 19.6288 4.28401C18.9316 3.79319 16.8815 2.79345 15.6873 2.21114Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-greek-helmet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.00383 10.7019C9.97209 8.7028 11.8829 7.25024 14.4972 7.25024C16.2618 7.25024 17.7691 7.70294 18.8961 8.63371C20.0294 9.56964 20.6982 10.9233 20.901 12.5664C20.9548 13.0022 20.9726 13.5933 20.5336 14.0154C20.3294 14.2118 20.0879 14.3074 19.8847 14.3616C19.6833 14.4153 19.4618 14.4427 19.2494 14.4629C18.6847 14.5166 18.1 14.6891 17.505 15.307C17.8757 15.736 18.6115 16.3007 19.5471 16.4959C19.8461 16.5581 20.252 16.6426 20.564 16.9028C20.9252 17.2041 21.0456 17.6253 21.1202 17.9966L21.5623 20.1954C21.6487 20.6248 21.7294 21.0257 21.7464 21.3422C21.7634 21.6577 21.7363 22.1801 21.2746 22.5153C20.9903 22.7218 20.6721 22.7631 20.413 22.7471C20.1583 22.7314 19.9094 22.6584 19.6902 22.5737C19.253 22.405 18.7789 22.1276 18.3515 21.8618L17.1277 21.0928C16.7535 20.8709 16.4812 20.7748 16.4812 20.7748C15.9105 20.7118 15.1727 20.8832 14.3161 21.1776C13.9676 21.2974 13.6218 21.4291 13.2746 21.5612C12.5207 21.7818 10.4613 22.4704 10.0137 22.5646C9.78806 22.6121 9.55784 22.6487 9.34751 22.647C9.15892 22.6454 8.824 22.6136 8.55858 22.3562C8.27198 22.0782 8.25062 21.7066 8.25001 21.5295C8.24927 21.312 8.28572 21.0653 8.33502 20.8138C8.43245 20.3168 8.66099 19.4644 8.89262 18.6003L8.89905 18.5764C8.96568 18.3313 9.02489 18.1134 9.05526 17.895C9.09095 17.6382 9.06798 17.4898 9.02951 17.4065C8.00356 15.1868 8.04657 12.6783 9.00383 10.7019Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.1108 6.69636L21.113 6.696L21.1144 6.6958C21.3751 6.65558 21.5955 6.48132 21.6948 6.23686C21.7943 5.99198 21.7576 5.71281 21.5981 5.50203C20.4952 4.04441 19.0253 2.87647 17.3242 2.1332C16.958 1.97164 16.4683 1.75573 15.9685 1.8281C15.5515 1.88847 15.1697 2.07841 14.8472 2.28792C14.5192 2.50097 14.1414 2.82516 13.858 3.0865C13.8536 2.90515 13.8402 2.72201 13.8122 2.54799C13.7667 2.26508 13.6603 1.85144 13.3394 1.56026C13.0908 1.3347 12.8086 1.26699 12.5674 1.25308C12.375 1.24198 12.1189 1.26734 11.9275 1.2863C6.49809 1.82071 2.25 6.36882 2.25 11.9107C2.25 14.8991 3.48704 17.601 5.4768 19.5374C5.70475 19.7593 6.04783 19.8132 6.33284 19.672C6.61785 19.5308 6.78279 19.2251 6.74439 18.9094C6.7171 18.685 6.74128 18.2942 6.84959 17.8016C6.92495 17.4589 7.03536 17.0928 7.17714 16.7357C6.50138 14.4688 6.68299 12.0533 7.65432 10.0478C8.84683 7.58569 11.2502 5.75 14.4977 5.75C16.2293 5.75 17.8611 6.13209 19.2141 7.00696C19.3622 7.10272 19.4363 7.15061 19.5073 7.1582C19.5783 7.1658 19.6625 7.13402 19.831 7.07045C20.2237 6.92233 20.7097 6.78337 21.1108 6.69636Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.00383 10.7019C9.97209 8.7028 11.8829 7.25024 14.4972 7.25024C16.2618 7.25024 17.7691 7.70294 18.8961 8.63371C20.0294 9.56964 20.6982 10.9233 20.901 12.5664C20.9548 13.0022 20.9726 13.5933 20.5336 14.0154C20.3294 14.2118 20.0879 14.3074 19.8847 14.3616C19.6833 14.4153 19.4618 14.4427 19.2494 14.4629C18.6847 14.5166 18.1 14.6891 17.505 15.307C17.8757 15.736 18.6115 16.3007 19.5471 16.4959C19.8461 16.5581 20.252 16.6426 20.564 16.9028C20.9252 17.2041 21.0456 17.6253 21.1202 17.9966L21.5623 20.1954C21.6487 20.6248 21.7294 21.0257 21.7464 21.3422C21.7634 21.6577 21.7363 22.1801 21.2746 22.5153C20.9903 22.7218 20.6721 22.7631 20.413 22.7471C20.1583 22.7314 19.9094 22.6584 19.6902 22.5737C19.253 22.405 18.7789 22.1276 18.3515 21.8618L17.1277 21.0928C16.7535 20.8709 16.4812 20.7748 16.4812 20.7748C15.9105 20.7118 15.1727 20.8832 14.3161 21.1776C13.9676 21.2974 13.6218 21.4291 13.2746 21.5612C12.5207 21.7818 10.4613 22.4704 10.0137 22.5646C9.78806 22.6121 9.55784 22.6487 9.34751 22.647C9.15892 22.6454 8.824 22.6136 8.55858 22.3562C8.27198 22.0782 8.25062 21.7066 8.25001 21.5295C8.24927 21.312 8.28572 21.0653 8.33502 20.8138C8.43245 20.3168 8.66099 19.4644 8.89262 18.6003L8.89905 18.5764C8.96568 18.3313 9.02489 18.1134 9.05526 17.895C9.09095 17.6382 9.06798 17.4898 9.02951 17.4065C8.00356 15.1868 8.04657 12.6783 9.00383 10.7019Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.1108 6.69636L21.113 6.696L21.1144 6.6958C21.3751 6.65558 21.5955 6.48132 21.6948 6.23686C21.7943 5.99198 21.7576 5.71281 21.5981 5.50203C20.4952 4.04441 19.0253 2.87647 17.3242 2.1332C16.958 1.97164 16.4683 1.75573 15.9685 1.8281C15.5515 1.88847 15.1697 2.07841 14.8472 2.28792C14.5192 2.50097 14.1414 2.82516 13.858 3.0865C13.8536 2.90515 13.8402 2.72201 13.8122 2.54799C13.7667 2.26508 13.6603 1.85144 13.3394 1.56026C13.0908 1.3347 12.8086 1.26699 12.5674 1.25308C12.375 1.24198 12.1189 1.26734 11.9275 1.2863C6.49809 1.82071 2.25 6.36882 2.25 11.9107C2.25 14.8991 3.48704 17.601 5.4768 19.5374C5.70475 19.7593 6.04783 19.8132 6.33284 19.672C6.61785 19.5308 6.78279 19.2251 6.74439 18.9094C6.7171 18.685 6.74128 18.2942 6.84959 17.8016C6.92495 17.4589 7.03536 17.0928 7.17714 16.7357C6.50138 14.4688 6.68299 12.0533 7.65432 10.0478C8.84683 7.58569 11.2502 5.75 14.4977 5.75C16.2293 5.75 17.8611 6.13209 19.2141 7.00696C19.3622 7.10272 19.4363 7.15061 19.5073 7.1582C19.5783 7.1658 19.6625 7.13402 19.831 7.07045C20.2237 6.92233 20.7097 6.78337 21.1108 6.69636Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-gun{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1725 9.81568C15.7081 9.9503 16.0332 10.4936 15.8986 11.0293C15.7199 11.7403 15.5868 12.2534 15.3636 12.7072C14.689 14.0784 13.4244 15.0657 11.9305 15.3876C11.408 15.5003 10.832 15.5001 9.99257 15.4999C9.95466 15.4999 9.9162 15.4999 9.8772 15.4999C9.32491 15.4999 8.8772 15.0521 8.8772 14.4999C8.8772 13.9476 9.32491 13.4999 9.8772 13.4999C10.8761 13.4999 11.2222 13.4944 11.5092 13.4325C12.4055 13.2394 13.1643 12.647 13.569 11.8243C13.681 11.5967 13.7675 11.3033 13.9589 10.5418C14.0936 10.0061 14.6369 9.68106 15.1725 9.81568Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.96053 3.85982H6.51061C6.94572 3.85982 7.16328 3.85982 7.25122 4.0021C7.33915 4.14438 7.24186 4.33897 7.04727 4.72814L6.93475 4.95317C6.65891 5.50486 6.47654 5.86753 6.30724 6.13361C6.14726 6.38503 6.03263 6.49411 5.9211 6.56304C5.80957 6.63197 5.66073 6.68572 5.36431 6.71637C5.0506 6.7488 4.64467 6.74973 4.02786 6.74973H1.91779C1.60941 6.74973 1.45523 6.74973 1.36532 6.64295C1.27542 6.53617 1.29989 6.39463 1.34882 6.11153C1.35988 6.04758 1.37204 5.985 1.3854 5.92381C1.49079 5.44103 1.68046 4.99802 2.02975 4.6465C2.37943 4.2946 2.82099 4.1029 3.30273 3.99639C3.77572 3.89183 4.33185 3.85982 4.96053 3.85982Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 10.1631V8.84973C1.25 8.56689 1.25 8.42547 1.33787 8.3376C1.42574 8.24973 1.56716 8.24973 1.85 8.24973L4.06473 8.24973C4.63472 8.24975 5.11865 8.24977 5.51858 8.20842C5.94439 8.16439 6.33792 8.06879 6.70969 7.83902C7.08147 7.60925 7.34296 7.30002 7.57277 6.93886C7.78861 6.59964 8.00502 6.16679 8.2599 5.65698L8.99265 4.19149C9.07333 4.03011 9.11368 3.94943 9.18617 3.90462C9.25867 3.85982 9.34888 3.85982 9.5293 3.85982H18.1677C18.6378 3.85982 19.1666 3.65502 19.808 3.17542C19.9827 3.0577 20.2165 2.91332 20.4809 2.82778C20.7586 2.73794 21.1176 2.69846 21.4878 2.86117C21.847 3.01906 22.0994 3.31628 22.2805 3.65502C22.4871 4.04147 22.6005 4.61851 22.6661 5.178C22.7017 5.48202 22.7263 5.81107 22.7393 6.15111C22.7498 6.42761 22.7551 6.56587 22.6666 6.65781C22.5781 6.74976 22.4358 6.74976 22.1512 6.74976L20 6.74976C19.5858 6.74976 19.25 7.08554 19.25 7.49976C19.25 7.91397 19.5858 8.24976 20 8.24976L21.997 8.24976C22.315 8.24976 22.474 8.24976 22.564 8.35787C22.6539 8.46598 22.6263 8.6153 22.5711 8.91394C22.5597 8.97567 22.5477 9.03654 22.5351 9.09642C22.4194 9.64583 22.2227 10.2711 21.8353 10.6609C21.4562 11.0424 20.9883 11.1913 20.5012 11.2572C20.0475 11.3186 19.4813 11.3186 18.8258 11.3185L11.4548 11.3185C11.2273 11.3185 11.1135 11.3185 11.0317 11.3832C10.9499 11.4478 10.9236 11.5585 10.8711 11.78L9.4542 17.7486C9.38005 18.1756 9.43077 18.6149 9.60029 19.0137C9.68577 19.1752 9.86361 19.5285 9.89109 19.6501C10.0985 20.3619 9.64432 21.0967 8.91497 21.2295C8.79905 21.2506 8.66506 21.2502 8.57708 21.2498L4.47618 21.2498C3.93887 21.2498 3.45614 21.2499 3.07369 21.1942C2.65884 21.1338 2.21275 20.989 1.89352 20.5776C1.57514 20.1672 1.5443 19.6993 1.58644 19.2822C1.62542 18.8963 1.74233 18.4259 1.87285 17.9007L3.23859 12.403C3.37687 11.8464 2.95777 11.3185 2.40292 11.3185C1.7617 11.3185 1.25 10.7967 1.25 10.1631Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1725 9.81568C15.7081 9.9503 16.0332 10.4936 15.8986 11.0293C15.7199 11.7403 15.5868 12.2534 15.3636 12.7072C14.689 14.0784 13.4244 15.0657 11.9305 15.3876C11.408 15.5003 10.832 15.5001 9.99257 15.4999C9.95466 15.4999 9.9162 15.4999 9.8772 15.4999C9.32491 15.4999 8.8772 15.0521 8.8772 14.4999C8.8772 13.9476 9.32491 13.4999 9.8772 13.4999C10.8761 13.4999 11.2222 13.4944 11.5092 13.4325C12.4055 13.2394 13.1643 12.647 13.569 11.8243C13.681 11.5967 13.7675 11.3033 13.9589 10.5418C14.0936 10.0061 14.6369 9.68106 15.1725 9.81568Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.96053 3.85982H6.51061C6.94572 3.85982 7.16328 3.85982 7.25122 4.0021C7.33915 4.14438 7.24186 4.33897 7.04727 4.72814L6.93475 4.95317C6.65891 5.50486 6.47654 5.86753 6.30724 6.13361C6.14726 6.38503 6.03263 6.49411 5.9211 6.56304C5.80957 6.63197 5.66073 6.68572 5.36431 6.71637C5.0506 6.7488 4.64467 6.74973 4.02786 6.74973H1.91779C1.60941 6.74973 1.45523 6.74973 1.36532 6.64295C1.27542 6.53617 1.29989 6.39463 1.34882 6.11153C1.35988 6.04758 1.37204 5.985 1.3854 5.92381C1.49079 5.44103 1.68046 4.99802 2.02975 4.6465C2.37943 4.2946 2.82099 4.1029 3.30273 3.99639C3.77572 3.89183 4.33185 3.85982 4.96053 3.85982Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 10.1631V8.84973C1.25 8.56689 1.25 8.42547 1.33787 8.3376C1.42574 8.24973 1.56716 8.24973 1.85 8.24973L4.06473 8.24973C4.63472 8.24975 5.11865 8.24977 5.51858 8.20842C5.94439 8.16439 6.33792 8.06879 6.70969 7.83902C7.08147 7.60925 7.34296 7.30002 7.57277 6.93886C7.78861 6.59964 8.00502 6.16679 8.2599 5.65698L8.99265 4.19149C9.07333 4.03011 9.11368 3.94943 9.18617 3.90462C9.25867 3.85982 9.34888 3.85982 9.5293 3.85982H18.1677C18.6378 3.85982 19.1666 3.65502 19.808 3.17542C19.9827 3.0577 20.2165 2.91332 20.4809 2.82778C20.7586 2.73794 21.1176 2.69846 21.4878 2.86117C21.847 3.01906 22.0994 3.31628 22.2805 3.65502C22.4871 4.04147 22.6005 4.61851 22.6661 5.178C22.7017 5.48202 22.7263 5.81107 22.7393 6.15111C22.7498 6.42761 22.7551 6.56587 22.6666 6.65781C22.5781 6.74976 22.4358 6.74976 22.1512 6.74976L20 6.74976C19.5858 6.74976 19.25 7.08554 19.25 7.49976C19.25 7.91397 19.5858 8.24976 20 8.24976L21.997 8.24976C22.315 8.24976 22.474 8.24976 22.564 8.35787C22.6539 8.46598 22.6263 8.6153 22.5711 8.91394C22.5597 8.97567 22.5477 9.03654 22.5351 9.09642C22.4194 9.64583 22.2227 10.2711 21.8353 10.6609C21.4562 11.0424 20.9883 11.1913 20.5012 11.2572C20.0475 11.3186 19.4813 11.3186 18.8258 11.3185L11.4548 11.3185C11.2273 11.3185 11.1135 11.3185 11.0317 11.3832C10.9499 11.4478 10.9236 11.5585 10.8711 11.78L9.4542 17.7486C9.38005 18.1756 9.43077 18.6149 9.60029 19.0137C9.68577 19.1752 9.86361 19.5285 9.89109 19.6501C10.0985 20.3619 9.64432 21.0967 8.91497 21.2295C8.79905 21.2506 8.66506 21.2502 8.57708 21.2498L4.47618 21.2498C3.93887 21.2498 3.45614 21.2499 3.07369 21.1942C2.65884 21.1338 2.21275 20.989 1.89352 20.5776C1.57514 20.1672 1.5443 19.6993 1.58644 19.2822C1.62542 18.8963 1.74233 18.4259 1.87285 17.9007L3.23859 12.403C3.37687 11.8464 2.95777 11.3185 2.40292 11.3185C1.7617 11.3185 1.25 10.7967 1.25 10.1631Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-gymnastic{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.46747 9.74725C7.60719 10.2816 7.28731 10.828 6.75299 10.9677C4.60389 11.5297 3 13.5199 3 15.9042C3 18.7337 5.25349 21.0002 8 21.0002C10.7465 21.0002 13 18.7337 13 15.9042C13 13.5199 11.3961 11.5297 9.24701 10.9677C8.71269 10.828 8.39281 10.2816 8.53253 9.74725C8.67226 9.21293 9.21868 8.89305 9.75299 9.03278C12.7796 9.82423 15 12.6075 15 15.9042C15 19.8082 11.8809 23.0002 8 23.0002C4.1191 23.0002 1 19.8082 1 15.9042C1 12.6075 3.22043 9.82423 6.24701 9.03278C6.78132 8.89305 7.32774 9.21293 7.46747 9.74725Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 2C9 1.44772 8.55228 1 8 1C7.44772 1 7 1.44772 7 2V6.28637C6.69966 6.46993 6.45993 6.71797 6.28215 6.95777C5.92803 7.43545 5.69534 8.03219 5.58231 8.61073C5.47004 9.18541 5.45703 9.83947 5.642 10.4302C5.8336 11.0421 6.276 11.6673 7.08276 11.8883C7.62639 12.0372 8.36894 12.0372 8.91257 11.8883C9.71823 11.6676 10.1619 11.0441 10.3553 10.4326C10.542 9.84194 10.5308 9.18757 10.4192 8.61203C10.307 8.03278 10.0743 7.43496 9.71833 6.9564C9.53965 6.71619 9.29973 6.46948 9 6.2868V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 1C16.5523 1 17 1.44772 17 2V6.2868C17.2997 6.46948 17.5397 6.71619 17.7183 6.9564C18.0743 7.43496 18.307 8.03278 18.4192 8.61203C18.4603 8.82407 18.4878 9.04681 18.4968 9.27312C21.1365 10.2948 23 12.884 23 15.9042C23 19.8082 19.8809 23.0002 16 23.0002C15.6281 23.0002 15.2623 22.9707 14.9049 22.9138C14.3595 22.8268 13.9878 22.3142 14.0748 21.7688C14.1618 21.2234 14.6744 20.8518 15.2198 20.9387C15.4734 20.9792 15.734 21.0002 16 21.0002C18.7465 21.0002 21 18.7337 21 15.9042C21 13.787 19.7353 11.9805 17.9472 11.2089C17.7033 11.5134 17.365 11.7644 16.9126 11.8883C16.3689 12.0372 15.6264 12.0372 15.0828 11.8883C14.276 11.6673 13.8336 11.0421 13.642 10.4302C13.457 9.83947 13.47 9.18541 13.5823 8.61073C13.6953 8.03219 13.928 7.43545 14.2822 6.95777C14.4599 6.71797 14.6997 6.46993 15 6.28637V2C15 1.44772 15.4477 1 16 1ZM11.2332 14.3605C11.3975 13.8332 11.1031 13.2726 10.5758 13.1084C10.0485 12.9442 9.48792 13.2385 9.32371 13.7658C9.11313 14.442 9 15.1607 9 15.9042C9 16.6477 9.11313 17.3664 9.32371 18.0426C9.48792 18.5699 10.0485 18.8642 10.5758 18.7C11.1031 18.5358 11.3975 17.9752 11.2332 17.4479C11.082 16.9623 11 16.444 11 15.9042C11 15.3644 11.082 14.8461 11.2332 14.3605Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.46747 9.74725C7.60719 10.2816 7.28731 10.828 6.75299 10.9677C4.60389 11.5297 3 13.5199 3 15.9042C3 18.7337 5.25349 21.0002 8 21.0002C10.7465 21.0002 13 18.7337 13 15.9042C13 13.5199 11.3961 11.5297 9.24701 10.9677C8.71269 10.828 8.39281 10.2816 8.53253 9.74725C8.67226 9.21293 9.21868 8.89305 9.75299 9.03278C12.7796 9.82423 15 12.6075 15 15.9042C15 19.8082 11.8809 23.0002 8 23.0002C4.1191 23.0002 1 19.8082 1 15.9042C1 12.6075 3.22043 9.82423 6.24701 9.03278C6.78132 8.89305 7.32774 9.21293 7.46747 9.74725Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 2C9 1.44772 8.55228 1 8 1C7.44772 1 7 1.44772 7 2V6.28637C6.69966 6.46993 6.45993 6.71797 6.28215 6.95777C5.92803 7.43545 5.69534 8.03219 5.58231 8.61073C5.47004 9.18541 5.45703 9.83947 5.642 10.4302C5.8336 11.0421 6.276 11.6673 7.08276 11.8883C7.62639 12.0372 8.36894 12.0372 8.91257 11.8883C9.71823 11.6676 10.1619 11.0441 10.3553 10.4326C10.542 9.84194 10.5308 9.18757 10.4192 8.61203C10.307 8.03278 10.0743 7.43496 9.71833 6.9564C9.53965 6.71619 9.29973 6.46948 9 6.2868V2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 1C16.5523 1 17 1.44772 17 2V6.2868C17.2997 6.46948 17.5397 6.71619 17.7183 6.9564C18.0743 7.43496 18.307 8.03278 18.4192 8.61203C18.4603 8.82407 18.4878 9.04681 18.4968 9.27312C21.1365 10.2948 23 12.884 23 15.9042C23 19.8082 19.8809 23.0002 16 23.0002C15.6281 23.0002 15.2623 22.9707 14.9049 22.9138C14.3595 22.8268 13.9878 22.3142 14.0748 21.7688C14.1618 21.2234 14.6744 20.8518 15.2198 20.9387C15.4734 20.9792 15.734 21.0002 16 21.0002C18.7465 21.0002 21 18.7337 21 15.9042C21 13.787 19.7353 11.9805 17.9472 11.2089C17.7033 11.5134 17.365 11.7644 16.9126 11.8883C16.3689 12.0372 15.6264 12.0372 15.0828 11.8883C14.276 11.6673 13.8336 11.0421 13.642 10.4302C13.457 9.83947 13.47 9.18541 13.5823 8.61073C13.6953 8.03219 13.928 7.43545 14.2822 6.95777C14.4599 6.71797 14.6997 6.46993 15 6.28637V2C15 1.44772 15.4477 1 16 1ZM11.2332 14.3605C11.3975 13.8332 11.1031 13.2726 10.5758 13.1084C10.0485 12.9442 9.48792 13.2385 9.32371 13.7658C9.11313 14.442 9 15.1607 9 15.9042C9 16.6477 9.11313 17.3664 9.32371 18.0426C9.48792 18.5699 10.0485 18.8642 10.5758 18.7C11.1031 18.5358 11.3975 17.9752 11.2332 17.4479C11.082 16.9623 11 16.444 11 15.9042C11 15.3644 11.082 14.8461 11.2332 14.3605Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-hockey{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.029 2.81254C19.7928 2.68264 19.5034 2.76465 19.3769 2.95353L16.8607 6.70787L17.8287 7.43384L20.199 3.34483C20.2996 3.17142 20.2515 2.93482 20.029 2.81254ZM18.1308 2.11844C18.7057 1.26066 19.8587 1.00716 20.7517 1.49808C21.6791 2.00795 22.0379 3.16364 21.4968 4.0971L12.5101 19.5998C11.7938 20.8354 10.6359 21.8362 9.3253 22.3574C8.00761 22.8815 6.48949 22.9346 5.12218 22.1829C3.86658 21.4926 2.9457 20.259 2.51873 18.9082C2.09069 17.5541 2.13651 16.005 2.92963 14.6969C3.52616 13.7131 4.81498 12.9854 6.13757 13.7125C7.10153 14.2425 7.55133 15.3852 7.1436 16.4216C7.01924 16.7377 6.97412 16.9725 6.99081 17.13C6.99792 17.1971 7.01532 17.2401 7.03726 17.2732C7.0592 17.3063 7.10611 17.3602 7.2155 17.4203C7.49367 17.5732 7.8365 17.4788 7.9891 17.2511L18.1308 2.11844Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2218.5%22 cy%3D%2219.5%22 r%3D%222.5%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M15.25 19.5C15.25 17.7051 16.7051 16.25 18.5 16.25C20.2949 16.25 21.75 17.7051 21.75 19.5C21.75 21.2949 20.2949 22.75 18.5 22.75C16.7051 22.75 15.25 21.2949 15.25 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.029 2.81254C19.7928 2.68264 19.5034 2.76465 19.3769 2.95353L16.8607 6.70787L17.8287 7.43384L20.199 3.34483C20.2996 3.17142 20.2515 2.93482 20.029 2.81254ZM18.1308 2.11844C18.7057 1.26066 19.8587 1.00716 20.7517 1.49808C21.6791 2.00795 22.0379 3.16364 21.4968 4.0971L12.5101 19.5998C11.7938 20.8354 10.6359 21.8362 9.3253 22.3574C8.00761 22.8815 6.48949 22.9346 5.12218 22.1829C3.86658 21.4926 2.9457 20.259 2.51873 18.9082C2.09069 17.5541 2.13651 16.005 2.92963 14.6969C3.52616 13.7131 4.81498 12.9854 6.13757 13.7125C7.10153 14.2425 7.55133 15.3852 7.1436 16.4216C7.01924 16.7377 6.97412 16.9725 6.99081 17.13C6.99792 17.1971 7.01532 17.2401 7.03726 17.2732C7.0592 17.3063 7.10611 17.3602 7.2155 17.4203C7.49367 17.5732 7.8365 17.4788 7.9891 17.2511L18.1308 2.11844Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2218.5%22 cy%3D%2219.5%22 r%3D%222.5%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M15.25 19.5C15.25 17.7051 16.7051 16.25 18.5 16.25C20.2949 16.25 21.75 17.7051 21.75 19.5C21.75 21.2949 20.2949 22.75 18.5 22.75C16.7051 22.75 15.25 21.2949 15.25 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-ice-hockey{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.2852 3.67868C18.5375 3.20328 18.3551 2.61416 17.878 2.36283C17.4008 2.11151 16.8095 2.29316 16.5573 2.76857L11.5013 12.2974C11.3565 12.5703 11.2527 12.7306 11.1727 12.8273C11.1377 12.8727 11.0629 12.893 11.0123 12.9C11.0039 12.9011 10.9998 12.9017 10.9869 12.9018C10.9741 12.9019 10.9677 12.9011 10.9551 12.8996C10.8272 12.8842 10.6429 12.8429 10.3646 12.7583C10.0053 12.6491 9.54321 12.4685 8.97607 12.2468L8.95402 12.2382C8.39466 12.0196 7.75624 11.7709 7.1124 11.5615C6.47182 11.3531 5.78795 11.1706 5.1324 11.0966C4.48903 11.0239 3.77239 11.0436 3.13267 11.3394C2.37079 11.6919 1.93548 12.4495 1.68662 13.1234C1.42334 13.8363 1.28672 14.6736 1.25651 15.4877C1.22623 16.3034 1.30073 17.1508 1.49803 17.8899C1.68476 18.5894 2.02911 19.3709 2.67842 19.8276C3.27014 20.2439 4.0567 20.464 4.82501 20.5879C5.61661 20.7157 6.50172 20.7581 7.37411 20.7484C9.11392 20.7291 10.9137 20.5007 12.0189 20.2484C12.545 20.1282 12.8738 19.606 12.7532 19.0818C12.6327 18.5576 12.1085 18.2301 11.5824 18.3502C10.6262 18.5685 8.96654 18.7833 7.35235 18.8012C7.23719 18.8025 7.15409 18.6922 7.18573 18.5815L8.33533 14.5579C8.39161 14.3609 8.41976 14.2624 8.49841 14.2231C8.57706 14.1837 8.67334 14.2205 8.8659 14.294C9.19654 14.4202 9.51414 14.5357 9.79412 14.6209C10.4237 14.8123 11.1532 14.9883 11.842 14.7059C12.534 14.4222 12.9235 13.7837 13.2292 13.2075L18.2852 3.67868Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.6307 3.68953C22.8889 3.21735 22.7141 2.62597 22.2402 2.36866C21.7662 2.11134 21.1727 2.28553 20.9144 2.75772L13.716 15.9187C13.4578 16.3909 13.6326 16.9823 14.1065 17.2396C14.5804 17.4969 15.174 17.3227 15.4323 16.8505L22.6307 3.68953Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.8285 16.3472C13.1737 16.2713 13.5701 16.2499 14 16.2499H18C18.4299 16.2499 18.8263 16.2713 19.1715 16.3472C19.5252 16.4249 19.8713 16.5695 20.1508 16.849C20.4303 17.1286 20.575 17.4747 20.6527 17.8284C20.7286 18.1736 20.75 18.57 20.75 18.9999C20.75 19.4298 20.7286 19.8261 20.6527 20.1714C20.575 20.5251 20.4303 20.8712 20.1508 21.1507C19.8713 21.4302 19.5252 21.5749 19.1715 21.6526C18.8263 21.7284 18.4299 21.7499 18 21.7499H14C13.5701 21.7499 13.1737 21.7284 12.8285 21.6526C12.4748 21.5749 12.1287 21.4302 11.8492 21.1507C11.5697 20.8712 11.425 20.5251 11.3473 20.1714C11.2714 19.8261 11.25 19.4298 11.25 18.9999C11.25 18.57 11.2714 18.1736 11.3473 17.8284C11.425 17.4747 11.5697 17.1286 11.8492 16.849C12.1287 16.5695 12.4748 16.4249 12.8285 16.3472Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.2852 3.67868C18.5375 3.20328 18.3551 2.61416 17.878 2.36283C17.4008 2.11151 16.8095 2.29316 16.5573 2.76857L11.5013 12.2974C11.3565 12.5703 11.2527 12.7306 11.1727 12.8273C11.1377 12.8727 11.0629 12.893 11.0123 12.9C11.0039 12.9011 10.9998 12.9017 10.9869 12.9018C10.9741 12.9019 10.9677 12.9011 10.9551 12.8996C10.8272 12.8842 10.6429 12.8429 10.3646 12.7583C10.0053 12.6491 9.54321 12.4685 8.97607 12.2468L8.95402 12.2382C8.39466 12.0196 7.75624 11.7709 7.1124 11.5615C6.47182 11.3531 5.78795 11.1706 5.1324 11.0966C4.48903 11.0239 3.77239 11.0436 3.13267 11.3394C2.37079 11.6919 1.93548 12.4495 1.68662 13.1234C1.42334 13.8363 1.28672 14.6736 1.25651 15.4877C1.22623 16.3034 1.30073 17.1508 1.49803 17.8899C1.68476 18.5894 2.02911 19.3709 2.67842 19.8276C3.27014 20.2439 4.0567 20.464 4.82501 20.5879C5.61661 20.7157 6.50172 20.7581 7.37411 20.7484C9.11392 20.7291 10.9137 20.5007 12.0189 20.2484C12.545 20.1282 12.8738 19.606 12.7532 19.0818C12.6327 18.5576 12.1085 18.2301 11.5824 18.3502C10.6262 18.5685 8.96654 18.7833 7.35235 18.8012C7.23719 18.8025 7.15409 18.6922 7.18573 18.5815L8.33533 14.5579C8.39161 14.3609 8.41976 14.2624 8.49841 14.2231C8.57706 14.1837 8.67334 14.2205 8.8659 14.294C9.19654 14.4202 9.51414 14.5357 9.79412 14.6209C10.4237 14.8123 11.1532 14.9883 11.842 14.7059C12.534 14.4222 12.9235 13.7837 13.2292 13.2075L18.2852 3.67868Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.6307 3.68953C22.8889 3.21735 22.7141 2.62597 22.2402 2.36866C21.7662 2.11134 21.1727 2.28553 20.9144 2.75772L13.716 15.9187C13.4578 16.3909 13.6326 16.9823 14.1065 17.2396C14.5804 17.4969 15.174 17.3227 15.4323 16.8505L22.6307 3.68953Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.8285 16.3472C13.1737 16.2713 13.5701 16.2499 14 16.2499H18C18.4299 16.2499 18.8263 16.2713 19.1715 16.3472C19.5252 16.4249 19.8713 16.5695 20.1508 16.849C20.4303 17.1286 20.575 17.4747 20.6527 17.8284C20.7286 18.1736 20.75 18.57 20.75 18.9999C20.75 19.4298 20.7286 19.8261 20.6527 20.1714C20.575 20.5251 20.4303 20.8712 20.1508 21.1507C19.8713 21.4302 19.5252 21.5749 19.1715 21.6526C18.8263 21.7284 18.4299 21.7499 18 21.7499H14C13.5701 21.7499 13.1737 21.7284 12.8285 21.6526C12.4748 21.5749 12.1287 21.4302 11.8492 21.1507C11.5697 20.8712 11.425 20.5251 11.3473 20.1714C11.2714 19.8261 11.25 19.4298 11.25 18.9999C11.25 18.57 11.2714 18.1736 11.3473 17.8284C11.425 17.4747 11.5697 17.1286 11.8492 16.849C12.1287 16.5695 12.4748 16.4249 12.8285 16.3472Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-ice-skating{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.34388 12.8094C3.82364 12.6313 4.36015 12.8674 4.5422 13.3368C4.87694 14.1998 4.9802 14.9178 5.00233 15.5267C5.00943 15.7221 5.01298 15.8198 5.07103 15.8758C5.12909 15.9319 5.22333 15.9319 5.4118 15.9321C5.77512 15.9323 6.13844 15.9327 6.50176 15.9323C6.61663 15.9322 6.67407 15.9321 6.71875 15.9078C6.7483 15.8916 6.77379 15.8678 6.79182 15.8394C6.81909 15.7964 6.82294 15.7393 6.83062 15.6251C6.86902 15.0545 7.05888 14.1555 7.88969 13.6435C8.32387 13.3759 8.89756 13.5034 9.17105 13.9282C9.44455 14.353 9.31428 14.9143 8.8801 15.1818C8.70683 15.2886 8.69415 15.6062 8.68244 15.7805C8.66416 16.0527 8.64647 16.3161 8.61279 16.5249C8.58368 16.7053 8.51296 17.0928 8.19752 17.3818C7.90659 17.6483 7.55979 17.7075 7.35656 17.7292C7.16157 17.7501 6.92655 17.75 6.70605 17.75C6.11369 17.7498 5.53077 17.7496 4.94321 17.75C4.76366 17.7501 4.54451 17.7503 4.35468 17.7242C4.11967 17.692 3.80764 17.6064 3.5429 17.3437C3.27533 17.0782 3.19409 16.7675 3.16529 16.5388C3.14013 16.3391 3.14557 16.106 3.14827 15.9197C3.15601 15.3846 3.11406 14.7791 2.80483 13.9818C2.62278 13.5124 2.86412 12.9875 3.34388 12.8094Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.259 16.4338C19.6905 16.1297 20.3031 16.2114 20.6273 16.6161L21.259 17.4049C21.7334 17.9972 22.1539 18.5221 22.4109 18.965C22.6725 19.4157 22.9334 20.064 22.574 20.7371C22.215 21.4096 21.5059 21.6026 20.9646 21.677C20.4322 21.7501 19.7317 21.7501 18.9409 21.75L2.22723 21.75C1.68752 21.75 1.25 21.3396 1.25 20.8333C1.25 20.3271 1.68752 19.9167 2.22723 19.9167H5.15892V17.1667C5.15892 16.6605 5.59644 16.2501 6.13615 16.2501C6.67586 16.2501 7.11338 16.6605 7.11338 17.1667V19.9167H13.954V17.1667C13.954 16.6605 14.3915 16.2501 14.9312 16.2501C15.4709 16.2501 15.9085 16.6605 15.9085 17.1667V19.9167H20.168C20.4141 19.9167 20.555 19.6373 20.4077 19.4401C20.1643 19.1145 19.8505 18.6985 19.6519 18.4506L19.0646 17.7173C18.7405 17.3125 18.8275 16.7379 19.259 16.4338Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.6527 6.01201C12.8964 5.91215 13.0183 5.86222 13.0682 5.75814C13.1181 5.65406 13.0799 5.52465 13.0034 5.26582C12.7331 4.35134 12.5727 3.53714 12.52 3.02789C12.4761 2.60313 12.3158 2.44131 11.9082 2.36716C11.0677 2.21421 9.71423 2.16833 8.28055 2.49616C6.84046 2.82545 5.26959 3.54432 4.07653 4.96589C3.93332 5.13654 3.87338 5.36202 3.91295 5.58126C3.96318 5.85956 3.94469 6.24902 3.84598 6.67939C3.74851 7.10436 3.58509 7.5153 3.39418 7.82866C2.78287 8.83204 1.60792 10.9595 2.68675 13.5033C2.72483 13.5931 2.75997 13.6806 2.79238 13.7661C2.90292 14.0574 3.18204 14.25 3.4936 14.25L6.12636 14.25C6.85043 14.25 7.05111 14.261 7.21582 14.3168C7.37795 14.3718 7.53979 14.4821 8.10392 14.9208L10.0065 16.4006C10.7213 16.957 11.2177 17.3434 11.8112 17.547C12.4046 17.7506 13.0337 17.7504 13.9395 17.75L18.8242 17.75C19.7959 17.75 20.5732 17.3909 21.085 16.7278C21.5727 16.0958 21.7488 15.2791 21.7488 14.4736C21.7488 13.726 21.2542 13.1926 20.7861 12.8333C20.3025 12.4621 19.6644 12.1368 19.033 11.8361C18.8178 11.7336 18.6018 11.6329 18.3874 11.533C17.2681 11.0113 16.1887 10.5082 15.4562 9.85824C15.405 9.81276 15.3542 9.76522 15.304 9.71573C15.0644 9.47967 14.9445 9.36164 14.8209 9.36211C14.6973 9.36257 14.5893 9.47061 14.3732 9.6867L13.5296 10.5304C13.2367 10.8232 12.7618 10.8232 12.4689 10.5304C12.176 10.2375 12.176 9.76259 12.4689 9.4697L13.804 8.13458C13.8803 8.05831 13.9184 8.02017 13.94 7.97749C13.968 7.92223 13.978 7.86379 13.9698 7.80238C13.9635 7.75494 13.9397 7.70532 13.8919 7.60607C13.8278 7.47277 13.7957 7.40612 13.752 7.36665C13.6955 7.31557 13.6267 7.28912 13.5505 7.28923C13.4916 7.28931 13.4266 7.31596 13.2965 7.36927L11.2836 8.19403C10.9003 8.35108 10.4623 8.16767 10.3052 7.78439C10.1482 7.4011 10.3316 6.96307 10.7149 6.80602L12.6527 6.01201Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.34388 12.8094C3.82364 12.6313 4.36015 12.8674 4.5422 13.3368C4.87694 14.1998 4.9802 14.9178 5.00233 15.5267C5.00943 15.7221 5.01298 15.8198 5.07103 15.8758C5.12909 15.9319 5.22333 15.9319 5.4118 15.9321C5.77512 15.9323 6.13844 15.9327 6.50176 15.9323C6.61663 15.9322 6.67407 15.9321 6.71875 15.9078C6.7483 15.8916 6.77379 15.8678 6.79182 15.8394C6.81909 15.7964 6.82294 15.7393 6.83062 15.6251C6.86902 15.0545 7.05888 14.1555 7.88969 13.6435C8.32387 13.3759 8.89756 13.5034 9.17105 13.9282C9.44455 14.353 9.31428 14.9143 8.8801 15.1818C8.70683 15.2886 8.69415 15.6062 8.68244 15.7805C8.66416 16.0527 8.64647 16.3161 8.61279 16.5249C8.58368 16.7053 8.51296 17.0928 8.19752 17.3818C7.90659 17.6483 7.55979 17.7075 7.35656 17.7292C7.16157 17.7501 6.92655 17.75 6.70605 17.75C6.11369 17.7498 5.53077 17.7496 4.94321 17.75C4.76366 17.7501 4.54451 17.7503 4.35468 17.7242C4.11967 17.692 3.80764 17.6064 3.5429 17.3437C3.27533 17.0782 3.19409 16.7675 3.16529 16.5388C3.14013 16.3391 3.14557 16.106 3.14827 15.9197C3.15601 15.3846 3.11406 14.7791 2.80483 13.9818C2.62278 13.5124 2.86412 12.9875 3.34388 12.8094Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.259 16.4338C19.6905 16.1297 20.3031 16.2114 20.6273 16.6161L21.259 17.4049C21.7334 17.9972 22.1539 18.5221 22.4109 18.965C22.6725 19.4157 22.9334 20.064 22.574 20.7371C22.215 21.4096 21.5059 21.6026 20.9646 21.677C20.4322 21.7501 19.7317 21.7501 18.9409 21.75L2.22723 21.75C1.68752 21.75 1.25 21.3396 1.25 20.8333C1.25 20.3271 1.68752 19.9167 2.22723 19.9167H5.15892V17.1667C5.15892 16.6605 5.59644 16.2501 6.13615 16.2501C6.67586 16.2501 7.11338 16.6605 7.11338 17.1667V19.9167H13.954V17.1667C13.954 16.6605 14.3915 16.2501 14.9312 16.2501C15.4709 16.2501 15.9085 16.6605 15.9085 17.1667V19.9167H20.168C20.4141 19.9167 20.555 19.6373 20.4077 19.4401C20.1643 19.1145 19.8505 18.6985 19.6519 18.4506L19.0646 17.7173C18.7405 17.3125 18.8275 16.7379 19.259 16.4338Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.6527 6.01201C12.8964 5.91215 13.0183 5.86222 13.0682 5.75814C13.1181 5.65406 13.0799 5.52465 13.0034 5.26582C12.7331 4.35134 12.5727 3.53714 12.52 3.02789C12.4761 2.60313 12.3158 2.44131 11.9082 2.36716C11.0677 2.21421 9.71423 2.16833 8.28055 2.49616C6.84046 2.82545 5.26959 3.54432 4.07653 4.96589C3.93332 5.13654 3.87338 5.36202 3.91295 5.58126C3.96318 5.85956 3.94469 6.24902 3.84598 6.67939C3.74851 7.10436 3.58509 7.5153 3.39418 7.82866C2.78287 8.83204 1.60792 10.9595 2.68675 13.5033C2.72483 13.5931 2.75997 13.6806 2.79238 13.7661C2.90292 14.0574 3.18204 14.25 3.4936 14.25L6.12636 14.25C6.85043 14.25 7.05111 14.261 7.21582 14.3168C7.37795 14.3718 7.53979 14.4821 8.10392 14.9208L10.0065 16.4006C10.7213 16.957 11.2177 17.3434 11.8112 17.547C12.4046 17.7506 13.0337 17.7504 13.9395 17.75L18.8242 17.75C19.7959 17.75 20.5732 17.3909 21.085 16.7278C21.5727 16.0958 21.7488 15.2791 21.7488 14.4736C21.7488 13.726 21.2542 13.1926 20.7861 12.8333C20.3025 12.4621 19.6644 12.1368 19.033 11.8361C18.8178 11.7336 18.6018 11.6329 18.3874 11.533C17.2681 11.0113 16.1887 10.5082 15.4562 9.85824C15.405 9.81276 15.3542 9.76522 15.304 9.71573C15.0644 9.47967 14.9445 9.36164 14.8209 9.36211C14.6973 9.36257 14.5893 9.47061 14.3732 9.6867L13.5296 10.5304C13.2367 10.8232 12.7618 10.8232 12.4689 10.5304C12.176 10.2375 12.176 9.76259 12.4689 9.4697L13.804 8.13458C13.8803 8.05831 13.9184 8.02017 13.94 7.97749C13.968 7.92223 13.978 7.86379 13.9698 7.80238C13.9635 7.75494 13.9397 7.70532 13.8919 7.60607C13.8278 7.47277 13.7957 7.40612 13.752 7.36665C13.6955 7.31557 13.6267 7.28912 13.5505 7.28923C13.4916 7.28931 13.4266 7.31596 13.2965 7.36927L11.2836 8.19403C10.9003 8.35108 10.4623 8.16767 10.3052 7.78439C10.1482 7.4011 10.3316 6.96307 10.7149 6.80602L12.6527 6.01201Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-joker{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25024 5C1.25024 3.48122 2.48146 2.25 4.00024 2.25C5.51903 2.25 6.75024 3.48122 6.75024 5C6.75024 6.51878 5.51903 7.75 4.00024 7.75C2.48146 7.75 1.25024 6.51878 1.25024 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 7.00012C17.25 5.48134 18.4812 4.25012 20 4.25012C21.5188 4.25012 22.75 5.48134 22.75 7.00012C22.75 8.51891 21.5188 9.75012 20 9.75012C18.4812 9.75012 17.25 8.51891 17.25 7.00012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.02864 19.5135C3.15933 18.9769 3.70028 18.6478 4.23688 18.7785C10.0141 20.1857 13.4162 19.9608 19.8169 18.7671C20.3598 18.6658 20.882 19.0239 20.9833 19.5668C21.0845 20.1097 20.7265 20.6319 20.1836 20.7332C13.6207 21.9571 9.9115 22.2191 3.76358 20.7217C3.22699 20.591 2.89794 20.0501 3.02864 19.5135Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7671 6.07329C15.9192 5.9968 16.0889 6.14039 16.0596 6.30808C16.0204 6.53283 16 6.76403 16 7C16 8.09176 16.4374 9.08137 17.1465 9.80314C17.2065 9.86424 17.2231 9.95541 17.1957 10.0366C17.0894 10.3513 17.1086 10.6949 17.3104 11.0709C17.631 11.6682 17.9299 12.119 18.2043 12.5122C18.2661 12.6006 18.3287 12.689 18.3914 12.7775C18.5975 13.0683 18.8037 13.3592 18.9782 13.6526C19.4523 14.4496 19.7226 15.55 19.7499 17C19.7499 17.397 19.4415 17.7219 19.0513 17.7483C19.0404 17.749 19.0295 17.7504 19.0188 17.7526C16.2595 18.338 14.0038 18.7171 11.8337 18.7479C11.6553 18.7504 11.3598 18.749 11.1821 18.7469C9.24628 18.7136 7.3249 18.4055 5.02648 17.7743C4.75517 17.7368 4.50135 17.5859 4.34201 17.3381C3.394 15.8644 3.11347 14.5962 3.30836 13.4462C3.49505 12.3444 4.10331 11.4977 4.5516 10.8758C5.06001 10.1705 5.3128 9.80002 5.35907 9.42586C5.3903 9.17327 5.34027 8.69822 4.46807 7.83614C4.0876 7.46008 4.08526 6.84802 4.46284 6.46908C4.84042 6.09013 5.45494 6.0878 5.83542 6.46386C6.91923 7.53511 7.42063 8.57048 7.28565 9.66216C7.17411 10.5642 6.62038 11.3261 6.21669 11.8816L6.21604 11.8825C6.1859 11.9239 6.15661 11.9642 6.1284 12.0034C5.66206 12.6503 5.32495 13.1629 5.22242 13.7679C5.13891 14.2607 5.19703 14.9332 5.74005 15.9028C5.76601 15.9492 5.81022 15.983 5.86158 15.9966C7.42181 16.4101 8.7696 16.654 10.0614 16.7577C10.184 16.7675 10.285 16.6642 10.2765 16.5415C10.1492 14.6952 10.4763 12.6068 11.3552 10.7182C12.2328 8.83218 13.6711 7.12756 15.7671 6.07329Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.55881 5.21667C5.55881 4.68279 5.99335 4.25 6.52938 4.25C6.98097 4.25 7.48443 4.39356 7.93936 4.58403C8.41331 4.78246 8.9172 5.06657 9.38251 5.42095C10.2729 6.09902 11.2234 7.19765 11.2234 8.61103C11.2234 9.14491 10.7889 9.5777 10.2529 9.5777C9.71685 9.5777 9.28231 9.14491 9.28231 8.61103C9.28231 8.09109 8.90693 7.49253 8.20342 6.95675C7.87181 6.7042 7.5118 6.50223 7.18714 6.3663C6.84345 6.2224 6.61357 6.18333 6.52938 6.18333C5.99335 6.18333 5.55881 5.75054 5.55881 5.21667Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25024 5C1.25024 3.48122 2.48146 2.25 4.00024 2.25C5.51903 2.25 6.75024 3.48122 6.75024 5C6.75024 6.51878 5.51903 7.75 4.00024 7.75C2.48146 7.75 1.25024 6.51878 1.25024 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 7.00012C17.25 5.48134 18.4812 4.25012 20 4.25012C21.5188 4.25012 22.75 5.48134 22.75 7.00012C22.75 8.51891 21.5188 9.75012 20 9.75012C18.4812 9.75012 17.25 8.51891 17.25 7.00012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.02864 19.5135C3.15933 18.9769 3.70028 18.6478 4.23688 18.7785C10.0141 20.1857 13.4162 19.9608 19.8169 18.7671C20.3598 18.6658 20.882 19.0239 20.9833 19.5668C21.0845 20.1097 20.7265 20.6319 20.1836 20.7332C13.6207 21.9571 9.9115 22.2191 3.76358 20.7217C3.22699 20.591 2.89794 20.0501 3.02864 19.5135Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7671 6.07329C15.9192 5.9968 16.0889 6.14039 16.0596 6.30808C16.0204 6.53283 16 6.76403 16 7C16 8.09176 16.4374 9.08137 17.1465 9.80314C17.2065 9.86424 17.2231 9.95541 17.1957 10.0366C17.0894 10.3513 17.1086 10.6949 17.3104 11.0709C17.631 11.6682 17.9299 12.119 18.2043 12.5122C18.2661 12.6006 18.3287 12.689 18.3914 12.7775C18.5975 13.0683 18.8037 13.3592 18.9782 13.6526C19.4523 14.4496 19.7226 15.55 19.7499 17C19.7499 17.397 19.4415 17.7219 19.0513 17.7483C19.0404 17.749 19.0295 17.7504 19.0188 17.7526C16.2595 18.338 14.0038 18.7171 11.8337 18.7479C11.6553 18.7504 11.3598 18.749 11.1821 18.7469C9.24628 18.7136 7.3249 18.4055 5.02648 17.7743C4.75517 17.7368 4.50135 17.5859 4.34201 17.3381C3.394 15.8644 3.11347 14.5962 3.30836 13.4462C3.49505 12.3444 4.10331 11.4977 4.5516 10.8758C5.06001 10.1705 5.3128 9.80002 5.35907 9.42586C5.3903 9.17327 5.34027 8.69822 4.46807 7.83614C4.0876 7.46008 4.08526 6.84802 4.46284 6.46908C4.84042 6.09013 5.45494 6.0878 5.83542 6.46386C6.91923 7.53511 7.42063 8.57048 7.28565 9.66216C7.17411 10.5642 6.62038 11.3261 6.21669 11.8816L6.21604 11.8825C6.1859 11.9239 6.15661 11.9642 6.1284 12.0034C5.66206 12.6503 5.32495 13.1629 5.22242 13.7679C5.13891 14.2607 5.19703 14.9332 5.74005 15.9028C5.76601 15.9492 5.81022 15.983 5.86158 15.9966C7.42181 16.4101 8.7696 16.654 10.0614 16.7577C10.184 16.7675 10.285 16.6642 10.2765 16.5415C10.1492 14.6952 10.4763 12.6068 11.3552 10.7182C12.2328 8.83218 13.6711 7.12756 15.7671 6.07329Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.55881 5.21667C5.55881 4.68279 5.99335 4.25 6.52938 4.25C6.98097 4.25 7.48443 4.39356 7.93936 4.58403C8.41331 4.78246 8.9172 5.06657 9.38251 5.42095C10.2729 6.09902 11.2234 7.19765 11.2234 8.61103C11.2234 9.14491 10.7889 9.5777 10.2529 9.5777C9.71685 9.5777 9.28231 9.14491 9.28231 8.61103C9.28231 8.09109 8.90693 7.49253 8.20342 6.95675C7.87181 6.7042 7.5118 6.50223 7.18714 6.3663C6.84345 6.2224 6.61357 6.18333 6.52938 6.18333C5.99335 6.18333 5.55881 5.75054 5.55881 5.21667Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-joystick-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.2923 16.2501C13.4628 16.2499 14.2213 16.2497 14.9088 16.4696C15.3312 16.6047 15.7292 16.8003 16.086 17.051C16.6743 17.4643 17.0802 18.0541 17.6761 18.9202L17.6761 18.9202C17.9672 19.3428 18.3176 19.8518 18.4837 20.1616C18.6498 20.4716 18.8177 20.8786 18.7224 21.3334C18.6362 21.7455 18.3972 22.0985 18.0728 22.3469C17.7343 22.606 17.3211 22.682 16.9459 22.716C16.5684 22.7502 16.0859 22.7502 15.5109 22.7502H8.48921C7.91424 22.7502 7.43173 22.7502 7.05423 22.716C6.67907 22.682 6.26581 22.606 5.92736 22.3469C5.6029 22.0985 5.364 21.7455 5.2777 21.3334C5.18244 20.8786 5.35032 20.4716 5.51648 20.1616C5.68251 19.8518 6.03297 19.3428 6.32401 18.9203C6.91998 18.0541 7.32585 17.4643 7.91416 17.051C8.27099 16.8003 8.66891 16.6047 9.09131 16.4696C9.77887 16.2497 10.5373 16.2499 11.7079 16.2501H12.2923Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 11.9999C7.5 11.4476 7.94772 10.9999 8.5 10.9999H15.5C16.0523 10.9999 16.5 11.4476 16.5 11.9999C16.5 12.5522 16.0523 12.9999 15.5 12.9999H8.5C7.94772 12.9999 7.5 12.5522 7.5 11.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 10.9999C12.5523 10.9999 13 11.4476 13 11.9999L13 16.9999C13 17.5522 12.5523 17.9999 12 17.9999C11.4477 17.9999 11 17.5522 11 16.9999L11 11.9999C11 11.4476 11.4477 10.9999 12 10.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.7661 1.74018C13.5697 2.27594 14.0436 3.17552 14.2884 4.22025C14.3773 4.59938 14.3196 4.97778 14.1731 5.29725L13.9164 5.85707C13.8841 5.92765 13.887 6.00895 13.9246 6.07726L14.4129 6.9643C14.7132 7.50966 14.7002 8.17274 14.3792 8.70604L14.0045 9.32838C13.9598 9.4027 13.9362 9.55481 14.0258 9.74347C14.2533 10.2227 14.429 10.7478 14.5459 11.1406C14.6042 11.3364 14.697 11.6992 14.7297 11.827L14.7313 11.8332C14.7818 12.0556 14.7285 12.2897 14.5862 12.4679C14.4438 12.6461 14.2282 12.7499 14.0001 12.7499H10.0065C9.78487 12.7499 9.57457 12.6518 9.43206 12.4821C9.28961 12.3123 9.2295 12.0883 9.26785 11.8701C9.29133 11.7118 9.3607 11.2432 9.39342 10.9565C9.45898 10.3819 9.52725 9.59013 9.53905 8.7189C9.55089 7.84526 9.50566 6.90826 9.35072 6.03825C9.19452 5.16112 8.93522 4.40102 8.55213 3.84339C8.35066 3.55013 8.21721 3.20433 8.25703 2.82774C8.29727 2.44716 8.50011 2.16939 8.70203 1.98702C9.06717 1.65723 9.5811 1.50397 9.82717 1.43464C10.9303 1.12385 11.945 1.19272 12.7661 1.74018Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.2923 16.2501C13.4628 16.2499 14.2213 16.2497 14.9088 16.4696C15.3312 16.6047 15.7292 16.8003 16.086 17.051C16.6743 17.4643 17.0802 18.0541 17.6761 18.9202L17.6761 18.9202C17.9672 19.3428 18.3176 19.8518 18.4837 20.1616C18.6498 20.4716 18.8177 20.8786 18.7224 21.3334C18.6362 21.7455 18.3972 22.0985 18.0728 22.3469C17.7343 22.606 17.3211 22.682 16.9459 22.716C16.5684 22.7502 16.0859 22.7502 15.5109 22.7502H8.48921C7.91424 22.7502 7.43173 22.7502 7.05423 22.716C6.67907 22.682 6.26581 22.606 5.92736 22.3469C5.6029 22.0985 5.364 21.7455 5.2777 21.3334C5.18244 20.8786 5.35032 20.4716 5.51648 20.1616C5.68251 19.8518 6.03297 19.3428 6.32401 18.9203C6.91998 18.0541 7.32585 17.4643 7.91416 17.051C8.27099 16.8003 8.66891 16.6047 9.09131 16.4696C9.77887 16.2497 10.5373 16.2499 11.7079 16.2501H12.2923Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 11.9999C7.5 11.4476 7.94772 10.9999 8.5 10.9999H15.5C16.0523 10.9999 16.5 11.4476 16.5 11.9999C16.5 12.5522 16.0523 12.9999 15.5 12.9999H8.5C7.94772 12.9999 7.5 12.5522 7.5 11.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 10.9999C12.5523 10.9999 13 11.4476 13 11.9999L13 16.9999C13 17.5522 12.5523 17.9999 12 17.9999C11.4477 17.9999 11 17.5522 11 16.9999L11 11.9999C11 11.4476 11.4477 10.9999 12 10.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.7661 1.74018C13.5697 2.27594 14.0436 3.17552 14.2884 4.22025C14.3773 4.59938 14.3196 4.97778 14.1731 5.29725L13.9164 5.85707C13.8841 5.92765 13.887 6.00895 13.9246 6.07726L14.4129 6.9643C14.7132 7.50966 14.7002 8.17274 14.3792 8.70604L14.0045 9.32838C13.9598 9.4027 13.9362 9.55481 14.0258 9.74347C14.2533 10.2227 14.429 10.7478 14.5459 11.1406C14.6042 11.3364 14.697 11.6992 14.7297 11.827L14.7313 11.8332C14.7818 12.0556 14.7285 12.2897 14.5862 12.4679C14.4438 12.6461 14.2282 12.7499 14.0001 12.7499H10.0065C9.78487 12.7499 9.57457 12.6518 9.43206 12.4821C9.28961 12.3123 9.2295 12.0883 9.26785 11.8701C9.29133 11.7118 9.3607 11.2432 9.39342 10.9565C9.45898 10.3819 9.52725 9.59013 9.53905 8.7189C9.55089 7.84526 9.50566 6.90826 9.35072 6.03825C9.19452 5.16112 8.93522 4.40102 8.55213 3.84339C8.35066 3.55013 8.21721 3.20433 8.25703 2.82774C8.29727 2.44716 8.50011 2.16939 8.70203 1.98702C9.06717 1.65723 9.5811 1.50397 9.82717 1.43464C10.9303 1.12385 11.945 1.19272 12.7661 1.74018Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-joystick-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75 5.5C7.75 3.15279 9.65279 1.25 12 1.25C14.3472 1.25 16.25 3.15279 16.25 5.5C16.25 7.84721 14.3472 9.75 12 9.75C9.65279 9.75 7.75 7.84721 7.75 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8C12.5523 8 13 8.44772 13 9L13 14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14L11 9C11 8.44772 11.4477 8 12 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.1098 13.25C12.6697 13.25 13.1626 13.2499 13.5722 13.2914C14.0157 13.3364 14.4455 13.4361 14.8514 13.6861C15.2574 13.936 15.5282 14.2676 15.7516 14.6332C15.958 14.971 16.1768 15.4374 16.4042 15.9221L16.4042 15.9222L16.6679 16.4843C16.881 16.9385 16.665 17.4703 16.1856 17.6722C15.7062 17.8741 15.1448 17.6695 14.9317 17.2153L14.668 16.6533C14.4164 16.1169 14.2568 15.7795 14.1074 15.535C13.9694 15.3092 13.8824 15.236 13.8162 15.1953C13.7499 15.1545 13.644 15.1089 13.3702 15.0811C13.0736 15.0511 12.6834 15.0499 12.0638 15.0499H11.9362C11.3166 15.0499 10.9264 15.0511 10.6298 15.0811C10.356 15.1089 10.2501 15.1545 10.1838 15.1953C10.1176 15.236 10.0306 15.3092 9.89265 15.535C9.74322 15.7795 9.58357 16.1169 9.33195 16.6533L9.06827 17.2153C8.85519 17.6695 8.2938 17.8741 7.81438 17.6722C7.33495 17.4703 7.11903 16.9385 7.33211 16.4843L7.5958 15.9222C7.82321 15.4374 8.042 14.971 8.24839 14.6332C8.47183 14.2676 8.74264 13.936 9.14856 13.6861C9.55449 13.4361 9.98434 13.3364 10.4278 13.2914C10.8374 13.2499 11.3303 13.25 11.8902 13.25H11.8903H12.1097H12.1098Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.9546 16.2499C16.4947 16.249 16.968 16.2483 17.3999 16.4312C17.8402 16.6176 18.2146 16.9329 18.5024 17.3244C18.7756 17.6959 18.9519 18.1715 19.1973 18.8331L19.2361 18.9377L19.2454 18.9627C19.4025 19.3858 19.5339 19.7398 19.6199 20.0326C19.7079 20.3324 19.7714 20.6401 19.7431 20.9595C19.696 21.4929 19.4637 22.0281 19.0379 22.3817C18.7564 22.6155 18.4321 22.6897 18.1526 22.7209C17.892 22.75 17.5723 22.75 17.2259 22.75L6.99517 22.75L6.95312 22.75C6.53572 22.75 6.15637 22.7501 5.85159 22.7129C5.52706 22.6732 5.15277 22.5785 4.85132 22.281C4.49043 21.9249 4.29416 21.4306 4.2553 20.9364C4.2261 20.5651 4.3213 20.2116 4.44759 19.8716C4.57144 19.5383 4.75823 19.1359 4.98238 18.653L4.98238 18.653L4.99528 18.6252L5.04258 18.5232C5.32864 17.906 5.53895 17.4523 5.84286 17.1097C6.10214 16.8175 6.41573 16.5822 6.77126 16.4315C7.20349 16.2484 7.67272 16.2491 8.20716 16.2499L8.31478 16.25H15.8449L15.9546 16.2499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75 5.5C7.75 3.15279 9.65279 1.25 12 1.25C14.3472 1.25 16.25 3.15279 16.25 5.5C16.25 7.84721 14.3472 9.75 12 9.75C9.65279 9.75 7.75 7.84721 7.75 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8C12.5523 8 13 8.44772 13 9L13 14C13 14.5523 12.5523 15 12 15C11.4477 15 11 14.5523 11 14L11 9C11 8.44772 11.4477 8 12 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.1098 13.25C12.6697 13.25 13.1626 13.2499 13.5722 13.2914C14.0157 13.3364 14.4455 13.4361 14.8514 13.6861C15.2574 13.936 15.5282 14.2676 15.7516 14.6332C15.958 14.971 16.1768 15.4374 16.4042 15.9221L16.4042 15.9222L16.6679 16.4843C16.881 16.9385 16.665 17.4703 16.1856 17.6722C15.7062 17.8741 15.1448 17.6695 14.9317 17.2153L14.668 16.6533C14.4164 16.1169 14.2568 15.7795 14.1074 15.535C13.9694 15.3092 13.8824 15.236 13.8162 15.1953C13.7499 15.1545 13.644 15.1089 13.3702 15.0811C13.0736 15.0511 12.6834 15.0499 12.0638 15.0499H11.9362C11.3166 15.0499 10.9264 15.0511 10.6298 15.0811C10.356 15.1089 10.2501 15.1545 10.1838 15.1953C10.1176 15.236 10.0306 15.3092 9.89265 15.535C9.74322 15.7795 9.58357 16.1169 9.33195 16.6533L9.06827 17.2153C8.85519 17.6695 8.2938 17.8741 7.81438 17.6722C7.33495 17.4703 7.11903 16.9385 7.33211 16.4843L7.5958 15.9222C7.82321 15.4374 8.042 14.971 8.24839 14.6332C8.47183 14.2676 8.74264 13.936 9.14856 13.6861C9.55449 13.4361 9.98434 13.3364 10.4278 13.2914C10.8374 13.2499 11.3303 13.25 11.8902 13.25H11.8903H12.1097H12.1098Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.9546 16.2499C16.4947 16.249 16.968 16.2483 17.3999 16.4312C17.8402 16.6176 18.2146 16.9329 18.5024 17.3244C18.7756 17.6959 18.9519 18.1715 19.1973 18.8331L19.2361 18.9377L19.2454 18.9627C19.4025 19.3858 19.5339 19.7398 19.6199 20.0326C19.7079 20.3324 19.7714 20.6401 19.7431 20.9595C19.696 21.4929 19.4637 22.0281 19.0379 22.3817C18.7564 22.6155 18.4321 22.6897 18.1526 22.7209C17.892 22.75 17.5723 22.75 17.2259 22.75L6.99517 22.75L6.95312 22.75C6.53572 22.75 6.15637 22.7501 5.85159 22.7129C5.52706 22.6732 5.15277 22.5785 4.85132 22.281C4.49043 21.9249 4.29416 21.4306 4.2553 20.9364C4.2261 20.5651 4.3213 20.2116 4.44759 19.8716C4.57144 19.5383 4.75823 19.1359 4.98238 18.653L4.98238 18.653L4.99528 18.6252L5.04258 18.5232C5.32864 17.906 5.53895 17.4523 5.84286 17.1097C6.10214 16.8175 6.41573 16.5822 6.77126 16.4315C7.20349 16.2484 7.67272 16.2491 8.20716 16.2499L8.31478 16.25H15.8449L15.9546 16.2499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-joystick-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.24609 5C4.24609 2.92893 5.92503 1.25 7.99609 1.25C10.0672 1.25 11.7461 2.92893 11.7461 5C11.7461 7.07107 10.0672 8.75 7.99609 8.75C5.92503 8.75 4.24609 7.07107 4.24609 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.99609 7C8.54838 7 8.99609 7.44772 8.99609 8L8.99609 16C8.99609 16.5523 8.54838 17 7.99609 17C7.44381 17 6.99609 16.5523 6.99609 16L6.99609 8C6.99609 7.44772 7.44381 7 7.99609 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9961 13C17.9961 13.5523 17.5484 14 16.9961 14L13.9961 14C13.4438 14 12.9961 13.5523 12.9961 13C12.9961 12.4477 13.4438 12 13.9961 12L16.9961 12C17.5484 12 17.9961 12.4477 17.9961 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.34151 15.2499H15.6585C16.7466 15.2494 17.5028 15.249 18.1944 15.5354C18.886 15.8218 19.4204 16.3566 20.1895 17.1261L20.1895 17.1261L20.9932 17.9307C21.4654 18.4258 21.75 19.056 21.75 20.1309C21.6825 21.5468 20.5495 22.6793 19.1332 22.7468H4.86675C3.45047 22.6793 2.31753 21.5468 2.25 20.1309C2.25 19.0159 2.53462 18.4258 3.00681 17.9307L3.81049 17.1261C4.57955 16.3566 5.114 15.8218 5.8056 15.5354C6.49719 15.249 7.25338 15.2494 8.34151 15.2499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.24609 5C4.24609 2.92893 5.92503 1.25 7.99609 1.25C10.0672 1.25 11.7461 2.92893 11.7461 5C11.7461 7.07107 10.0672 8.75 7.99609 8.75C5.92503 8.75 4.24609 7.07107 4.24609 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.99609 7C8.54838 7 8.99609 7.44772 8.99609 8L8.99609 16C8.99609 16.5523 8.54838 17 7.99609 17C7.44381 17 6.99609 16.5523 6.99609 16L6.99609 8C6.99609 7.44772 7.44381 7 7.99609 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9961 13C17.9961 13.5523 17.5484 14 16.9961 14L13.9961 14C13.4438 14 12.9961 13.5523 12.9961 13C12.9961 12.4477 13.4438 12 13.9961 12L16.9961 12C17.5484 12 17.9961 12.4477 17.9961 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.34151 15.2499H15.6585C16.7466 15.2494 17.5028 15.249 18.1944 15.5354C18.886 15.8218 19.4204 16.3566 20.1895 17.1261L20.1895 17.1261L20.9932 17.9307C21.4654 18.4258 21.75 19.056 21.75 20.1309C21.6825 21.5468 20.5495 22.6793 19.1332 22.7468H4.86675C3.45047 22.6793 2.31753 21.5468 2.25 20.1309C2.25 19.0159 2.53462 18.4258 3.00681 17.9307L3.81049 17.1261C4.57955 16.3566 5.114 15.8218 5.8056 15.5354C6.49719 15.249 7.25338 15.2494 8.34151 15.2499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-joystick-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2805 11.7793C10.0474 11.3133 9.46806 11.1183 8.98646 11.3438C8.82274 11.4205 8.6497 11.5024 8.46766 11.5886L6.93463 12.3145C6.2499 12.6387 5.65903 12.9184 5.24518 13.1752C5.0306 13.3084 4.80105 13.4724 4.6188 13.6793C4.49938 13.8149 4.38731 13.9845 4.31874 14.1861C4.27462 14.2817 4.25 14.3881 4.25 14.5002V18.2669C4.25 18.9316 4.75672 19.3565 5.13742 19.6226C5.5528 19.9129 6.15248 20.2327 6.86935 20.615L8.57833 21.5265C9.95605 22.262 10.8708 22.7502 12 22.7502C13.1292 22.7502 14.044 22.262 15.4217 21.5265L17.1306 20.615C17.8475 20.2327 18.4472 19.9129 18.8626 19.6226C19.2433 19.3565 19.75 18.9316 19.75 18.2669V14.5002C19.75 14.3881 19.7254 14.2817 19.6813 14.1861C19.6127 13.9845 19.5006 13.8149 19.3812 13.6793C19.1989 13.4724 18.9694 13.3084 18.7548 13.1752C18.341 12.9184 17.7501 12.6387 17.0654 12.3145L15.5313 11.5881C15.3497 11.5022 15.1768 11.4203 15.0135 11.3438C14.5319 11.1183 13.9526 11.3133 13.7195 11.7793C13.4865 12.2454 13.688 12.806 14.1695 13.0315C14.3292 13.1063 14.4987 13.1866 14.682 13.2734L16.4448 14.1082C16.871 14.3108 17.0842 14.4121 17.0842 14.6016C17.0842 14.7912 16.871 14.8925 16.4448 15.0951L14.682 15.9299C13.1522 16.6543 12.6393 16.8751 12 16.8751C11.3607 16.8751 10.8478 16.6543 9.31797 15.9299L7.55522 15.0951C7.12897 14.8925 6.91584 14.7912 6.91584 14.6016C6.91584 14.4121 7.12897 14.3108 7.55522 14.1082L9.31797 13.2734C9.50131 13.1866 9.67084 13.1063 9.83045 13.0315C10.312 12.806 10.5135 12.2454 10.2805 11.7793Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.75 5.5C7.75 3.15279 9.65279 1.25 12 1.25C14.3472 1.25 16.25 3.15279 16.25 5.5C16.25 7.84721 14.3472 9.75 12 9.75C9.65279 9.75 7.75 7.84721 7.75 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8C12.5523 8 13 8.44772 13 9V14.5C13 15.0523 12.5523 15.5 12 15.5C11.4477 15.5 11 15.0523 11 14.5V9C11 8.44772 11.4477 8 12 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2805 11.7793C10.0474 11.3133 9.46806 11.1183 8.98646 11.3438C8.82274 11.4205 8.6497 11.5024 8.46766 11.5886L6.93463 12.3145C6.2499 12.6387 5.65903 12.9184 5.24518 13.1752C5.0306 13.3084 4.80105 13.4724 4.6188 13.6793C4.49938 13.8149 4.38731 13.9845 4.31874 14.1861C4.27462 14.2817 4.25 14.3881 4.25 14.5002V18.2669C4.25 18.9316 4.75672 19.3565 5.13742 19.6226C5.5528 19.9129 6.15248 20.2327 6.86935 20.615L8.57833 21.5265C9.95605 22.262 10.8708 22.7502 12 22.7502C13.1292 22.7502 14.044 22.262 15.4217 21.5265L17.1306 20.615C17.8475 20.2327 18.4472 19.9129 18.8626 19.6226C19.2433 19.3565 19.75 18.9316 19.75 18.2669V14.5002C19.75 14.3881 19.7254 14.2817 19.6813 14.1861C19.6127 13.9845 19.5006 13.8149 19.3812 13.6793C19.1989 13.4724 18.9694 13.3084 18.7548 13.1752C18.341 12.9184 17.7501 12.6387 17.0654 12.3145L15.5313 11.5881C15.3497 11.5022 15.1768 11.4203 15.0135 11.3438C14.5319 11.1183 13.9526 11.3133 13.7195 11.7793C13.4865 12.2454 13.688 12.806 14.1695 13.0315C14.3292 13.1063 14.4987 13.1866 14.682 13.2734L16.4448 14.1082C16.871 14.3108 17.0842 14.4121 17.0842 14.6016C17.0842 14.7912 16.871 14.8925 16.4448 15.0951L14.682 15.9299C13.1522 16.6543 12.6393 16.8751 12 16.8751C11.3607 16.8751 10.8478 16.6543 9.31797 15.9299L7.55522 15.0951C7.12897 14.8925 6.91584 14.7912 6.91584 14.6016C6.91584 14.4121 7.12897 14.3108 7.55522 14.1082L9.31797 13.2734C9.50131 13.1866 9.67084 13.1063 9.83045 13.0315C10.312 12.806 10.5135 12.2454 10.2805 11.7793Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.75 5.5C7.75 3.15279 9.65279 1.25 12 1.25C14.3472 1.25 16.25 3.15279 16.25 5.5C16.25 7.84721 14.3472 9.75 12 9.75C9.65279 9.75 7.75 7.84721 7.75 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8C12.5523 8 13 8.44772 13 9V14.5C13 15.0523 12.5523 15.5 12 15.5C11.4477 15.5 11 15.0523 11 14.5V9C11 8.44772 11.4477 8 12 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-joystick-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4813 13.25H10.5187C9.35215 13.2495 8.54117 13.249 7.81046 13.5745C7.07974 13.8999 6.53753 14.503 5.75757 15.3705L4.30017 16.9899C4.21365 17.086 4.15386 17.1525 4.09784 17.2209C3.58782 17.8442 3.29201 18.6151 3.25416 19.4195C3.25 19.5079 3.25 19.6518 3.25001 19.7811C3.24995 19.9826 3.24991 20.1378 3.26397 20.2768C3.39542 21.5767 4.4234 22.6047 5.72334 22.7361C5.86229 22.7502 6.01753 22.7502 6.21904 22.7501L6.25664 22.7501H17.7434L17.781 22.7501C17.9825 22.7502 18.1377 22.7502 18.2767 22.7361C19.5766 22.6047 20.6046 21.5767 20.7361 20.2768C20.7501 20.1378 20.7501 19.9826 20.75 19.7812V19.7811C20.75 19.6518 20.75 19.5079 20.7459 19.4195C20.708 18.6151 20.4122 17.8442 19.9022 17.2209C19.8462 17.1524 19.7864 17.086 19.6998 16.9899L18.2425 15.3705L18.2425 15.3705C17.4625 14.503 16.9203 13.8999 16.1896 13.5745C15.4589 13.249 14.6479 13.2495 13.4813 13.25ZM10 18.25C9.58579 18.25 9.25 18.5858 9.25 19C9.25 19.4142 9.58579 19.75 10 19.75H14C14.4142 19.75 14.75 19.4142 14.75 19C14.75 18.5858 14.4142 18.25 14 18.25H10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8C12.5523 8 13 8.44772 13 9V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V9C11 8.44772 11.4477 8 12 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.75 5.5C7.75 3.15279 9.65279 1.25 12 1.25C14.3472 1.25 16.25 3.15279 16.25 5.5C16.25 7.84721 14.3472 9.75 12 9.75C9.65279 9.75 7.75 7.84721 7.75 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4813 13.25H10.5187C9.35215 13.2495 8.54117 13.249 7.81046 13.5745C7.07974 13.8999 6.53753 14.503 5.75757 15.3705L4.30017 16.9899C4.21365 17.086 4.15386 17.1525 4.09784 17.2209C3.58782 17.8442 3.29201 18.6151 3.25416 19.4195C3.25 19.5079 3.25 19.6518 3.25001 19.7811C3.24995 19.9826 3.24991 20.1378 3.26397 20.2768C3.39542 21.5767 4.4234 22.6047 5.72334 22.7361C5.86229 22.7502 6.01753 22.7502 6.21904 22.7501L6.25664 22.7501H17.7434L17.781 22.7501C17.9825 22.7502 18.1377 22.7502 18.2767 22.7361C19.5766 22.6047 20.6046 21.5767 20.7361 20.2768C20.7501 20.1378 20.7501 19.9826 20.75 19.7812V19.7811C20.75 19.6518 20.75 19.5079 20.7459 19.4195C20.708 18.6151 20.4122 17.8442 19.9022 17.2209C19.8462 17.1524 19.7864 17.086 19.6998 16.9899L18.2425 15.3705L18.2425 15.3705C17.4625 14.503 16.9203 13.8999 16.1896 13.5745C15.4589 13.249 14.6479 13.2495 13.4813 13.25ZM10 18.25C9.58579 18.25 9.25 18.5858 9.25 19C9.25 19.4142 9.58579 19.75 10 19.75H14C14.4142 19.75 14.75 19.4142 14.75 19C14.75 18.5858 14.4142 18.25 14 18.25H10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8C12.5523 8 13 8.44772 13 9V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V9C11 8.44772 11.4477 8 12 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.75 5.5C7.75 3.15279 9.65279 1.25 12 1.25C14.3472 1.25 16.25 3.15279 16.25 5.5C16.25 7.84721 14.3472 9.75 12 9.75C9.65279 9.75 7.75 7.84721 7.75 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-kayak{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.9415 2.4455C15.7058 1.55381 10.792 3.79894 7.33979 7.41782C3.89249 11.0316 1.81989 16.0975 2.32556 21.0057C2.36196 21.3591 2.64134 21.6385 2.99475 21.6749C7.90297 22.1805 12.9688 20.108 16.5826 16.6606C20.2015 13.2085 22.4466 8.29461 21.5549 3.05893C21.5015 2.74494 21.2555 2.49898 20.9415 2.4455ZM7 16C6.44772 16 6 16.4477 6 17C6 17.5523 6.44772 18 7 18H7.00898C7.56127 18 8.00898 17.5523 8.00898 17C8.00898 16.4477 7.56127 16 7.00898 16H7ZM16 7C16 6.44772 16.4477 6 17 6H17.009C17.5613 6 18.009 6.44772 18.009 7C18.009 7.55228 17.5613 8 17.009 8H17C16.4477 8 16 7.55228 16 7ZM15.0124 8.98764C14.0288 8.00412 12.4342 8.00412 11.4507 8.98764L8.98764 11.4507C8.00412 12.4342 8.00412 14.0288 8.98764 15.0124C9.97116 15.9959 11.5658 15.9959 12.5493 15.0124L15.0124 12.5493C15.9959 11.5658 15.9959 9.97116 15.0124 8.98764Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.53708 5.12338C6.55103 4.98795 6.55624 4.84907 6.55489 4.71136C6.55015 4.22654 6.463 3.66812 6.29963 3.15291C6.14094 2.65244 5.88285 2.10543 5.47803 1.72483C5.26779 1.52715 4.99956 1.35764 4.67231 1.28585C4.3384 1.21261 3.9988 1.25357 3.67548 1.39053C3.44672 1.48742 3.21292 1.649 3.01168 1.80735C2.79992 1.97398 2.58061 2.17201 2.37624 2.37641C2.17187 2.5808 1.97386 2.80013 1.80725 3.01192C1.64892 3.21318 1.48737 3.447 1.39049 3.67576C1.25357 3.99909 1.21262 4.33868 1.28584 4.67256C1.35761 4.9998 1.52708 5.26804 1.72474 5.47831C2.1053 5.88318 2.65227 6.14131 3.1527 6.30004C3.66787 6.46343 4.22625 6.55059 4.71104 6.55533C4.84866 6.55668 4.98747 6.55148 5.12282 6.53754L17.4628 18.8787C17.449 19.0135 17.4438 19.1517 17.4452 19.2887C17.4499 19.7735 17.5371 20.3319 17.7004 20.8472C17.8591 21.3476 18.1172 21.8946 18.522 22.2752C18.7323 22.4729 19.0005 22.6424 19.3278 22.7142C19.6617 22.7875 20.0013 22.7465 20.3246 22.6095C20.5533 22.5126 20.7871 22.3511 20.9884 22.1927C21.2002 22.0261 21.4195 21.8281 21.6238 21.6237C21.8282 21.4193 22.0262 21.1999 22.1928 20.9881C22.3512 20.7869 22.5127 20.5531 22.6096 20.3243C22.7465 20.001 22.7874 19.6614 22.7142 19.3275C22.6425 19.0003 22.473 18.732 22.2753 18.5218C21.8948 18.1169 21.3478 17.8588 20.8474 17.7C20.3322 17.5366 19.7738 17.4495 19.289 17.4447C19.1507 17.4434 19.0113 17.4486 18.8753 17.4627L6.53708 5.12338Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.9415 2.4455C15.7058 1.55381 10.792 3.79894 7.33979 7.41782C3.89249 11.0316 1.81989 16.0975 2.32556 21.0057C2.36196 21.3591 2.64134 21.6385 2.99475 21.6749C7.90297 22.1805 12.9688 20.108 16.5826 16.6606C20.2015 13.2085 22.4466 8.29461 21.5549 3.05893C21.5015 2.74494 21.2555 2.49898 20.9415 2.4455ZM7 16C6.44772 16 6 16.4477 6 17C6 17.5523 6.44772 18 7 18H7.00898C7.56127 18 8.00898 17.5523 8.00898 17C8.00898 16.4477 7.56127 16 7.00898 16H7ZM16 7C16 6.44772 16.4477 6 17 6H17.009C17.5613 6 18.009 6.44772 18.009 7C18.009 7.55228 17.5613 8 17.009 8H17C16.4477 8 16 7.55228 16 7ZM15.0124 8.98764C14.0288 8.00412 12.4342 8.00412 11.4507 8.98764L8.98764 11.4507C8.00412 12.4342 8.00412 14.0288 8.98764 15.0124C9.97116 15.9959 11.5658 15.9959 12.5493 15.0124L15.0124 12.5493C15.9959 11.5658 15.9959 9.97116 15.0124 8.98764Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.53708 5.12338C6.55103 4.98795 6.55624 4.84907 6.55489 4.71136C6.55015 4.22654 6.463 3.66812 6.29963 3.15291C6.14094 2.65244 5.88285 2.10543 5.47803 1.72483C5.26779 1.52715 4.99956 1.35764 4.67231 1.28585C4.3384 1.21261 3.9988 1.25357 3.67548 1.39053C3.44672 1.48742 3.21292 1.649 3.01168 1.80735C2.79992 1.97398 2.58061 2.17201 2.37624 2.37641C2.17187 2.5808 1.97386 2.80013 1.80725 3.01192C1.64892 3.21318 1.48737 3.447 1.39049 3.67576C1.25357 3.99909 1.21262 4.33868 1.28584 4.67256C1.35761 4.9998 1.52708 5.26804 1.72474 5.47831C2.1053 5.88318 2.65227 6.14131 3.1527 6.30004C3.66787 6.46343 4.22625 6.55059 4.71104 6.55533C4.84866 6.55668 4.98747 6.55148 5.12282 6.53754L17.4628 18.8787C17.449 19.0135 17.4438 19.1517 17.4452 19.2887C17.4499 19.7735 17.5371 20.3319 17.7004 20.8472C17.8591 21.3476 18.1172 21.8946 18.522 22.2752C18.7323 22.4729 19.0005 22.6424 19.3278 22.7142C19.6617 22.7875 20.0013 22.7465 20.3246 22.6095C20.5533 22.5126 20.7871 22.3511 20.9884 22.1927C21.2002 22.0261 21.4195 21.8281 21.6238 21.6237C21.8282 21.4193 22.0262 21.1999 22.1928 20.9881C22.3512 20.7869 22.5127 20.5531 22.6096 20.3243C22.7465 20.001 22.7874 19.6614 22.7142 19.3275C22.6425 19.0003 22.473 18.732 22.2753 18.5218C21.8948 18.1169 21.3478 17.8588 20.8474 17.7C20.3322 17.5366 19.7738 17.4495 19.289 17.4447C19.1507 17.4434 19.0113 17.4486 18.8753 17.4627L6.53708 5.12338Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-kite{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6896 13.044C11.7872 12.9996 11.8933 12.9766 12.0005 12.9766C12.8556 12.9766 13.4068 13.4876 13.7452 14.0516C14.0653 14.5852 14.2593 15.2628 14.4133 15.8482C14.446 15.9723 14.477 16.0929 14.5071 16.2098C14.6304 16.6886 14.738 17.1065 14.8774 17.4577C15.0612 17.9211 15.2033 18.0036 15.2378 18.015C15.6307 18.146 15.8431 18.5708 15.7121 18.9637C15.5811 19.3567 15.1564 19.5691 14.7634 19.4381C14.0479 19.1996 13.6899 18.5321 13.4831 18.011C13.3052 17.5625 13.1675 17.0258 13.0432 16.5412C13.0159 16.4344 12.9891 16.3302 12.9627 16.2299C12.9577 16.2107 12.9526 16.1916 12.9476 16.1726C12.8092 16.8466 12.5602 17.4572 12.3441 17.9874C12.3048 18.0836 12.2667 18.1772 12.2305 18.268C11.9711 18.9184 11.8054 19.4167 11.8053 19.8725C11.8052 20.2729 11.9345 20.6981 12.4343 21.1944C12.7282 21.4862 12.7299 21.9611 12.438 22.255C12.1462 22.5489 11.6713 22.5506 11.3774 22.2588C10.6184 21.5051 10.305 20.7055 10.3053 19.8721C10.3055 19.094 10.5832 18.3491 10.8372 17.7124C10.8657 17.6408 10.894 17.5701 10.9221 17.5002C11.3225 16.5021 11.6594 15.6623 11.5281 14.7656C10.9042 15.0553 10.2663 15.3793 9.74099 15.7798C9.00392 16.3418 8.66106 16.918 8.76562 17.6154C8.82703 18.025 8.54474 18.4069 8.13511 18.4683C7.72547 18.5297 7.34361 18.2474 7.2822 17.8378C7.05973 16.3539 7.90079 15.2965 8.83158 14.5869C9.65138 13.962 10.6743 13.5015 11.4308 13.161C11.5211 13.1203 11.6077 13.0813 11.6896 13.044Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.25 1.98643C11.25 1.67609 11.25 1.52092 11.1474 1.46371C11.0448 1.40651 10.9143 1.48717 10.6533 1.64849C6.64879 4.1235 3.20314 7.74431 1.28853 13.4881C1.18721 13.7921 1.29017 14.1268 1.5448 14.3213C1.79943 14.5158 2.14948 14.5271 2.41607 14.3493C3.84624 13.3959 5.47226 12.7113 7.05348 12.5984C8.60747 12.4874 10.1378 12.9237 11.4697 14.2556C11.7626 14.5485 12.2375 14.5485 12.5304 14.2556C13.8623 12.9237 15.3926 12.4874 16.9466 12.5984C18.5278 12.7113 20.1539 13.3959 21.584 14.3493C21.8506 14.5271 22.2007 14.5158 22.4553 14.3213C22.7099 14.1268 22.8129 13.7921 22.7116 13.4881C20.7969 7.74427 17.3513 4.12345 13.3467 1.64843C13.0857 1.48712 12.9552 1.40646 12.8526 1.46366C12.75 1.52087 12.75 1.67604 12.75 1.98638V4.88759C12.75 5.02747 12.75 5.09742 12.7836 5.14778C12.8171 5.19815 12.888 5.22776 13.0299 5.28697C13.1166 5.32317 13.1991 5.36119 13.2774 5.39726L13.3002 5.40777C13.6797 5.58247 14.1326 5.83264 14.5045 6.1707C14.811 6.44933 14.8336 6.92367 14.555 7.23016C14.2763 7.53665 13.802 7.55924 13.4955 7.28061C13.4366 7.22708 13.3709 7.1749 13.3 7.12435C13.0778 6.96607 12.9668 6.88693 12.8584 6.94278C12.75 6.99864 12.75 7.14658 12.75 7.44247V10.7253C12.75 11.1395 12.4142 11.4753 12 11.4753C11.5858 11.4753 11.25 11.1395 11.25 10.7253V7.44247C11.25 7.14658 11.25 6.99864 11.1416 6.94279C11.0332 6.88693 10.9222 6.96607 10.7 7.12435C10.6291 7.1749 10.5634 7.22708 10.5045 7.28061C10.198 7.55924 9.72368 7.53665 9.44505 7.23016C9.16642 6.92367 9.18901 6.44933 9.4955 6.1707C9.86737 5.83264 10.3203 5.58247 10.6998 5.40777L10.7226 5.39726C10.8009 5.36119 10.8834 5.32317 10.9701 5.28697C11.112 5.22776 11.1829 5.19815 11.2165 5.14778C11.25 5.09742 11.25 5.02747 11.25 4.88759V1.98643Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6896 13.044C11.7872 12.9996 11.8933 12.9766 12.0005 12.9766C12.8556 12.9766 13.4068 13.4876 13.7452 14.0516C14.0653 14.5852 14.2593 15.2628 14.4133 15.8482C14.446 15.9723 14.477 16.0929 14.5071 16.2098C14.6304 16.6886 14.738 17.1065 14.8774 17.4577C15.0612 17.9211 15.2033 18.0036 15.2378 18.015C15.6307 18.146 15.8431 18.5708 15.7121 18.9637C15.5811 19.3567 15.1564 19.5691 14.7634 19.4381C14.0479 19.1996 13.6899 18.5321 13.4831 18.011C13.3052 17.5625 13.1675 17.0258 13.0432 16.5412C13.0159 16.4344 12.9891 16.3302 12.9627 16.2299C12.9577 16.2107 12.9526 16.1916 12.9476 16.1726C12.8092 16.8466 12.5602 17.4572 12.3441 17.9874C12.3048 18.0836 12.2667 18.1772 12.2305 18.268C11.9711 18.9184 11.8054 19.4167 11.8053 19.8725C11.8052 20.2729 11.9345 20.6981 12.4343 21.1944C12.7282 21.4862 12.7299 21.9611 12.438 22.255C12.1462 22.5489 11.6713 22.5506 11.3774 22.2588C10.6184 21.5051 10.305 20.7055 10.3053 19.8721C10.3055 19.094 10.5832 18.3491 10.8372 17.7124C10.8657 17.6408 10.894 17.5701 10.9221 17.5002C11.3225 16.5021 11.6594 15.6623 11.5281 14.7656C10.9042 15.0553 10.2663 15.3793 9.74099 15.7798C9.00392 16.3418 8.66106 16.918 8.76562 17.6154C8.82703 18.025 8.54474 18.4069 8.13511 18.4683C7.72547 18.5297 7.34361 18.2474 7.2822 17.8378C7.05973 16.3539 7.90079 15.2965 8.83158 14.5869C9.65138 13.962 10.6743 13.5015 11.4308 13.161C11.5211 13.1203 11.6077 13.0813 11.6896 13.044Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.25 1.98643C11.25 1.67609 11.25 1.52092 11.1474 1.46371C11.0448 1.40651 10.9143 1.48717 10.6533 1.64849C6.64879 4.1235 3.20314 7.74431 1.28853 13.4881C1.18721 13.7921 1.29017 14.1268 1.5448 14.3213C1.79943 14.5158 2.14948 14.5271 2.41607 14.3493C3.84624 13.3959 5.47226 12.7113 7.05348 12.5984C8.60747 12.4874 10.1378 12.9237 11.4697 14.2556C11.7626 14.5485 12.2375 14.5485 12.5304 14.2556C13.8623 12.9237 15.3926 12.4874 16.9466 12.5984C18.5278 12.7113 20.1539 13.3959 21.584 14.3493C21.8506 14.5271 22.2007 14.5158 22.4553 14.3213C22.7099 14.1268 22.8129 13.7921 22.7116 13.4881C20.7969 7.74427 17.3513 4.12345 13.3467 1.64843C13.0857 1.48712 12.9552 1.40646 12.8526 1.46366C12.75 1.52087 12.75 1.67604 12.75 1.98638V4.88759C12.75 5.02747 12.75 5.09742 12.7836 5.14778C12.8171 5.19815 12.888 5.22776 13.0299 5.28697C13.1166 5.32317 13.1991 5.36119 13.2774 5.39726L13.3002 5.40777C13.6797 5.58247 14.1326 5.83264 14.5045 6.1707C14.811 6.44933 14.8336 6.92367 14.555 7.23016C14.2763 7.53665 13.802 7.55924 13.4955 7.28061C13.4366 7.22708 13.3709 7.1749 13.3 7.12435C13.0778 6.96607 12.9668 6.88693 12.8584 6.94278C12.75 6.99864 12.75 7.14658 12.75 7.44247V10.7253C12.75 11.1395 12.4142 11.4753 12 11.4753C11.5858 11.4753 11.25 11.1395 11.25 10.7253V7.44247C11.25 7.14658 11.25 6.99864 11.1416 6.94279C11.0332 6.88693 10.9222 6.96607 10.7 7.12435C10.6291 7.1749 10.5634 7.22708 10.5045 7.28061C10.198 7.55924 9.72368 7.53665 9.44505 7.23016C9.16642 6.92367 9.18901 6.44933 9.4955 6.1707C9.86737 5.83264 10.3203 5.58247 10.6998 5.40777L10.7226 5.39726C10.8009 5.36119 10.8834 5.32317 10.9701 5.28697C11.112 5.22776 11.1829 5.19815 11.2165 5.14778C11.25 5.09742 11.25 5.02747 11.25 4.88759V1.98643Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-knight-shield{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.91778 2.44629C9.03747 1.83475 10.3599 1.25 11.9982 1.25C13.6363 1.25 14.9593 1.83475 16.0796 2.44625C17.2679 3.09493 18.0864 3.6703 19.0475 3.99344C19.6925 4.21026 20.499 4.39022 20.9599 4.93011C21.3288 5.36227 21.412 5.93388 21.5043 6.47413C22.5856 12.7975 20.111 19.7812 13.8197 22.3218C13.2217 22.5633 12.7596 22.75 12.0012 22.75C11.2428 22.75 10.7807 22.5634 10.1827 22.3218C3.89154 19.7812 1.41519 12.7916 2.49502 6.47423C2.58733 5.93403 2.67048 5.36249 3.03932 4.93034C3.50016 4.3904 4.30672 4.21033 4.95164 3.99341C5.91236 3.67025 6.72991 3.09506 7.91778 2.44629ZM5.57644 5.84577C5.36589 5.91659 5.16815 5.98631 4.99677 6.04896C4.77944 6.12841 4.67077 6.16813 4.58457 6.27118C4.48265 6.39302 4.46984 6.53684 4.41823 6.83859C3.82252 10.3216 4.3082 13.576 5.79246 16.1224C5.95722 16.4051 6.0396 16.5464 6.18656 16.5655C6.33352 16.5846 6.45417 16.4643 6.69548 16.2238L16.892 6.06207C17.1643 5.7908 17.3004 5.65516 17.2793 5.50691C17.2583 5.35866 17.0851 5.26334 16.7387 5.07272C16.1683 4.75882 15.6274 4.42682 15.1411 4.16138C14.1246 3.60647 13.1484 3.20459 11.9983 3.20459C10.8483 3.20459 9.87274 3.6064 8.85692 4.16121C7.90927 4.67878 6.75383 5.44973 5.57644 5.84577Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.91778 2.44629C9.03747 1.83475 10.3599 1.25 11.9982 1.25C13.6363 1.25 14.9593 1.83475 16.0796 2.44625C17.2679 3.09493 18.0864 3.6703 19.0475 3.99344C19.6925 4.21026 20.499 4.39022 20.9599 4.93011C21.3288 5.36227 21.412 5.93388 21.5043 6.47413C22.5856 12.7975 20.111 19.7812 13.8197 22.3218C13.2217 22.5633 12.7596 22.75 12.0012 22.75C11.2428 22.75 10.7807 22.5634 10.1827 22.3218C3.89154 19.7812 1.41519 12.7916 2.49502 6.47423C2.58733 5.93403 2.67048 5.36249 3.03932 4.93034C3.50016 4.3904 4.30672 4.21033 4.95164 3.99341C5.91236 3.67025 6.72991 3.09506 7.91778 2.44629ZM5.57644 5.84577C5.36589 5.91659 5.16815 5.98631 4.99677 6.04896C4.77944 6.12841 4.67077 6.16813 4.58457 6.27118C4.48265 6.39302 4.46984 6.53684 4.41823 6.83859C3.82252 10.3216 4.3082 13.576 5.79246 16.1224C5.95722 16.4051 6.0396 16.5464 6.18656 16.5655C6.33352 16.5846 6.45417 16.4643 6.69548 16.2238L16.892 6.06207C17.1643 5.7908 17.3004 5.65516 17.2793 5.50691C17.2583 5.35866 17.0851 5.26334 16.7387 5.07272C16.1683 4.75882 15.6274 4.42682 15.1411 4.16138C14.1246 3.60647 13.1484 3.20459 11.9983 3.20459C10.8483 3.20459 9.87274 3.6064 8.85692 4.16121C7.90927 4.67878 6.75383 5.44973 5.57644 5.84577Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-maze{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0572 1.75C12.1732 1.75 12.2878 1.75 12.4012 1.75002C12.6833 1.75009 12.8243 1.75012 12.9122 1.83799C13 1.92585 13 2.06704 13 2.34943L13 7.06583C13 7.95232 12.9999 8.71613 13.0821 9.32779C13.1703 9.98331 13.369 10.6117 13.8787 11.1213C14.3883 11.631 15.0167 11.8297 15.6722 11.9179C16.2839 12.0001 17.0477 12.0001 17.9342 12L18 12C18.5523 12 19 11.5523 19 11C19 10.4477 18.5523 10 18 10C17.0289 10 16.4012 9.99788 15.9387 9.93569C15.505 9.87738 15.369 9.78323 15.2929 9.70711C15.2168 9.63098 15.1226 9.49504 15.0643 9.0613C15.0021 8.59879 15 7.97108 15 7V2.3882C15 2.09746 15 1.95208 15.0924 1.86351C15.1848 1.77494 15.3283 1.78102 15.6154 1.79317C16.2386 1.81956 16.8024 1.86209 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V12.0572C22.25 12.528 22.25 12.9774 22.2482 13.4057C22.247 13.6853 22.2465 13.8252 22.1587 13.9126C22.0709 14 21.9306 14 21.65 14H10C9.44772 14 9 14.4477 9 15C9 15.5523 9.44772 16 10 16H13.4C13.6828 16 13.8243 16 13.9121 16.0879C14 16.1757 14 16.3172 14 16.6V21.65C14 21.9306 14 22.0709 13.9126 22.1587C13.8252 22.2465 13.6853 22.247 13.4057 22.2482C12.9774 22.25 12.5282 22.25 12.0574 22.25H11.9428C9.75214 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.9015 17.0956 1.87709 16.8694 1.85662 16.633C1.83129 16.3407 1.81863 16.1945 1.90779 16.0972C1.99696 16 2.14686 16 2.44664 16H6C6.55229 16 7 15.5523 7 15C7 14.4477 6.55229 14 6 14H2.35004C2.06943 14 1.92912 14 1.84133 13.9126C1.75354 13.8252 1.75296 13.6853 1.75179 13.4057C1.74999 12.9773 1.75 12.5281 1.75 12.0572V11.9428C1.75 11.8269 1.75 11.7122 1.75002 11.5988C1.75009 11.3167 1.75012 11.1757 1.83799 11.0878C1.92585 11 2.06704 11 2.34943 11L5.06583 11C5.95232 11.0001 6.71613 11.0001 7.32779 10.9179C7.98331 10.8297 8.61166 10.631 9.12132 10.1213C9.63098 9.61166 9.82973 8.98331 9.91786 8.32779C10.0001 7.71613 10.0001 6.95232 10 6.06583L10 6C10 5.44772 9.55229 5 9 5C8.44772 5 8 5.44772 8 6C8 6.97108 7.99788 7.59879 7.93569 8.0613C7.87738 8.49504 7.78323 8.63098 7.70711 8.70711C7.63098 8.78323 7.49504 8.87738 7.0613 8.93569C6.59879 8.99788 5.97108 9 5 9H2.3882C2.09746 9 1.95208 9 1.86351 8.9076C1.77494 8.81519 1.78102 8.67166 1.79317 8.38459C1.81956 7.76142 1.86209 7.19758 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16 21.5534C16 21.8531 16 22.003 16.0972 22.0922C16.1945 22.1814 16.3407 22.1687 16.633 22.1434C16.8694 22.1229 17.0956 22.0985 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.0985 17.0956 22.1229 16.8694 22.1434 16.633C22.1687 16.3407 22.1814 16.1945 22.0922 16.0972C22.003 16 21.8531 16 21.5534 16H16.6C16.3172 16 16.1757 16 16.0879 16.0879C16 16.1757 16 16.3172 16 16.6V21.5534Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0572 1.75C12.1732 1.75 12.2878 1.75 12.4012 1.75002C12.6833 1.75009 12.8243 1.75012 12.9122 1.83799C13 1.92585 13 2.06704 13 2.34943L13 7.06583C13 7.95232 12.9999 8.71613 13.0821 9.32779C13.1703 9.98331 13.369 10.6117 13.8787 11.1213C14.3883 11.631 15.0167 11.8297 15.6722 11.9179C16.2839 12.0001 17.0477 12.0001 17.9342 12L18 12C18.5523 12 19 11.5523 19 11C19 10.4477 18.5523 10 18 10C17.0289 10 16.4012 9.99788 15.9387 9.93569C15.505 9.87738 15.369 9.78323 15.2929 9.70711C15.2168 9.63098 15.1226 9.49504 15.0643 9.0613C15.0021 8.59879 15 7.97108 15 7V2.3882C15 2.09746 15 1.95208 15.0924 1.86351C15.1848 1.77494 15.3283 1.78102 15.6154 1.79317C16.2386 1.81956 16.8024 1.86209 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V12.0572C22.25 12.528 22.25 12.9774 22.2482 13.4057C22.247 13.6853 22.2465 13.8252 22.1587 13.9126C22.0709 14 21.9306 14 21.65 14H10C9.44772 14 9 14.4477 9 15C9 15.5523 9.44772 16 10 16H13.4C13.6828 16 13.8243 16 13.9121 16.0879C14 16.1757 14 16.3172 14 16.6V21.65C14 21.9306 14 22.0709 13.9126 22.1587C13.8252 22.2465 13.6853 22.247 13.4057 22.2482C12.9774 22.25 12.5282 22.25 12.0574 22.25H11.9428C9.75214 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.9015 17.0956 1.87709 16.8694 1.85662 16.633C1.83129 16.3407 1.81863 16.1945 1.90779 16.0972C1.99696 16 2.14686 16 2.44664 16H6C6.55229 16 7 15.5523 7 15C7 14.4477 6.55229 14 6 14H2.35004C2.06943 14 1.92912 14 1.84133 13.9126C1.75354 13.8252 1.75296 13.6853 1.75179 13.4057C1.74999 12.9773 1.75 12.5281 1.75 12.0572V11.9428C1.75 11.8269 1.75 11.7122 1.75002 11.5988C1.75009 11.3167 1.75012 11.1757 1.83799 11.0878C1.92585 11 2.06704 11 2.34943 11L5.06583 11C5.95232 11.0001 6.71613 11.0001 7.32779 10.9179C7.98331 10.8297 8.61166 10.631 9.12132 10.1213C9.63098 9.61166 9.82973 8.98331 9.91786 8.32779C10.0001 7.71613 10.0001 6.95232 10 6.06583L10 6C10 5.44772 9.55229 5 9 5C8.44772 5 8 5.44772 8 6C8 6.97108 7.99788 7.59879 7.93569 8.0613C7.87738 8.49504 7.78323 8.63098 7.70711 8.70711C7.63098 8.78323 7.49504 8.87738 7.0613 8.93569C6.59879 8.99788 5.97108 9 5 9H2.3882C2.09746 9 1.95208 9 1.86351 8.9076C1.77494 8.81519 1.78102 8.67166 1.79317 8.38459C1.81956 7.76142 1.86209 7.19758 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16 21.5534C16 21.8531 16 22.003 16.0972 22.0922C16.1945 22.1814 16.3407 22.1687 16.633 22.1434C16.8694 22.1229 17.0956 22.0985 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.0985 17.0956 22.1229 16.8694 22.1434 16.633C22.1687 16.3407 22.1814 16.1945 22.0922 16.0972C22.003 16 21.8531 16 21.5534 16H16.6C16.3172 16 16.1757 16 16.0879 16.0879C16 16.1757 16 16.3172 16 16.6V21.5534Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-mushroom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0014 10.5C10.5537 10.5008 11.0008 10.9491 11 11.5014C10.9976 13.2248 10.9736 15.4533 10.7021 17.4913C10.5662 18.5115 10.3646 19.5149 10.0589 20.4008C9.75657 21.2769 9.32776 22.1114 8.69261 22.7213C8.29424 23.1038 7.6612 23.091 7.27869 22.6926C6.89617 22.2942 6.90902 21.6612 7.3074 21.2787C7.62246 20.9762 7.91816 20.4732 8.16828 19.7484C8.41497 19.0336 8.59369 18.1728 8.71964 17.2272C8.97186 15.3339 8.99763 13.2247 9 11.4986C9.00076 10.9463 9.44909 10.4992 10.0014 10.5ZM13.9986 10.5C14.5509 10.4992 14.9992 10.9463 15 11.4986C15.0024 13.2247 15.0281 15.3339 15.2804 17.2272C15.4063 18.1728 15.585 19.0336 15.8317 19.7484C16.0818 20.4732 16.3775 20.9762 16.6926 21.2787C17.091 21.6612 17.1038 22.2942 16.7213 22.6926C16.3388 23.091 15.7058 23.1038 15.3074 22.7213C14.6722 22.1114 14.2434 21.2769 13.9411 20.4008C13.6354 19.5149 13.4338 18.5115 13.2979 17.4913C13.0264 15.4533 13.0024 13.2248 13 11.5014C12.9992 10.9491 13.4463 10.5008 13.9986 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.206 1.25 12.4103 1.25754 12.6125 1.27238C12.7415 1.28185 12.806 1.28658 12.8495 1.31514C12.9083 1.35382 12.9441 1.42655 12.939 1.49677C12.9352 1.54861 12.8982 1.60496 12.8242 1.71767C12.4637 2.22819 12.25 2.84566 12.25 3.51179C12.25 5.35223 13.8408 6.74991 15.6823 6.74991C16.91 6.74991 18.0072 6.13903 18.6171 5.19231L18.6234 5.1825C18.7524 4.96783 18.8169 4.8605 18.9191 4.85211C18.9234 4.85176 18.928 4.85153 18.9323 4.85146C19.0349 4.84982 19.1076 4.94781 19.2532 5.14377C20.8151 7.24599 21.749 10.0176 21.75 12.9952C21.75 12.9979 21.7479 13 21.7452 13C21.7424 13 21.7401 13.0025 21.7405 13.0054C21.7467 13.0583 21.75 13.1126 21.75 13.1685C21.75 13.6873 21.4567 14.0806 21.1637 14.3392C20.8707 14.5977 20.4946 14.8004 20.1028 14.9641C19.3133 15.294 18.246 15.5525 17.0313 15.738C16.4998 15.8192 15.9989 15.4799 15.9126 14.9802C15.8263 14.4805 16.1872 14.0096 16.7187 13.9284C17.8557 13.7548 18.7384 13.528 19.3109 13.2888C19.4222 13.2423 19.4223 13.0946 19.311 13.0482C18.9845 12.9117 18.5392 12.7725 17.9749 12.6438C16.4821 12.3032 14.3692 12.0833 12 12.0833C9.63084 12.0833 7.51792 12.3032 6.02505 12.6438C5.4608 12.7725 5.01547 12.9117 4.68895 13.0482C4.57771 13.0946 4.57782 13.2423 4.68907 13.2888C5.2616 13.528 6.1443 13.7548 7.28132 13.9284C7.81283 14.0096 8.17372 14.4805 8.08739 14.9802C8.00106 15.4799 7.50019 15.8192 6.96868 15.738C5.75402 15.5525 4.68673 15.294 3.89717 14.9641C3.50545 14.8004 3.12926 14.5977 2.83634 14.3392C2.54333 14.0806 2.25 13.6873 2.25 13.1685C2.25 13.1126 2.25327 13.0583 2.25952 13.0054C2.25985 13.0025 2.25764 13 2.25477 13C2.25214 13 2.25 12.9978 2.25 12.9952C2.25213 6.65567 6.48291 1.25 12 1.25ZM9.01228 8C9.5621 8 10.0078 7.55228 10.0078 7C10.0078 6.44772 9.5621 6 9.01228 6H9.00334C8.45353 6 8.00781 6.44771 8.00781 7C8.00781 7.55228 8.45353 8 9.00334 8H9.01228Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.4734 1.93917C14.5555 1.81423 14.5965 1.75176 14.6632 1.73004C14.73 1.70833 14.7977 1.73386 14.9332 1.78493C15.8957 2.1478 16.7883 2.68456 17.5894 3.36205C17.7073 3.46176 17.7662 3.51162 17.7782 3.5842C17.7902 3.65678 17.7494 3.72479 17.6676 3.86082L17.3503 4.38894C17.0221 4.89144 16.4089 5.24991 15.6823 5.24991C14.5611 5.24991 13.75 4.41965 13.75 3.51179C13.75 3.17 13.8593 2.84951 14.0543 2.57618L14.0626 2.56447L14.4734 1.93917Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0014 10.5C10.5537 10.5008 11.0008 10.9491 11 11.5014C10.9976 13.2248 10.9736 15.4533 10.7021 17.4913C10.5662 18.5115 10.3646 19.5149 10.0589 20.4008C9.75657 21.2769 9.32776 22.1114 8.69261 22.7213C8.29424 23.1038 7.6612 23.091 7.27869 22.6926C6.89617 22.2942 6.90902 21.6612 7.3074 21.2787C7.62246 20.9762 7.91816 20.4732 8.16828 19.7484C8.41497 19.0336 8.59369 18.1728 8.71964 17.2272C8.97186 15.3339 8.99763 13.2247 9 11.4986C9.00076 10.9463 9.44909 10.4992 10.0014 10.5ZM13.9986 10.5C14.5509 10.4992 14.9992 10.9463 15 11.4986C15.0024 13.2247 15.0281 15.3339 15.2804 17.2272C15.4063 18.1728 15.585 19.0336 15.8317 19.7484C16.0818 20.4732 16.3775 20.9762 16.6926 21.2787C17.091 21.6612 17.1038 22.2942 16.7213 22.6926C16.3388 23.091 15.7058 23.1038 15.3074 22.7213C14.6722 22.1114 14.2434 21.2769 13.9411 20.4008C13.6354 19.5149 13.4338 18.5115 13.2979 17.4913C13.0264 15.4533 13.0024 13.2248 13 11.5014C12.9992 10.9491 13.4463 10.5008 13.9986 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.206 1.25 12.4103 1.25754 12.6125 1.27238C12.7415 1.28185 12.806 1.28658 12.8495 1.31514C12.9083 1.35382 12.9441 1.42655 12.939 1.49677C12.9352 1.54861 12.8982 1.60496 12.8242 1.71767C12.4637 2.22819 12.25 2.84566 12.25 3.51179C12.25 5.35223 13.8408 6.74991 15.6823 6.74991C16.91 6.74991 18.0072 6.13903 18.6171 5.19231L18.6234 5.1825C18.7524 4.96783 18.8169 4.8605 18.9191 4.85211C18.9234 4.85176 18.928 4.85153 18.9323 4.85146C19.0349 4.84982 19.1076 4.94781 19.2532 5.14377C20.8151 7.24599 21.749 10.0176 21.75 12.9952C21.75 12.9979 21.7479 13 21.7452 13C21.7424 13 21.7401 13.0025 21.7405 13.0054C21.7467 13.0583 21.75 13.1126 21.75 13.1685C21.75 13.6873 21.4567 14.0806 21.1637 14.3392C20.8707 14.5977 20.4946 14.8004 20.1028 14.9641C19.3133 15.294 18.246 15.5525 17.0313 15.738C16.4998 15.8192 15.9989 15.4799 15.9126 14.9802C15.8263 14.4805 16.1872 14.0096 16.7187 13.9284C17.8557 13.7548 18.7384 13.528 19.3109 13.2888C19.4222 13.2423 19.4223 13.0946 19.311 13.0482C18.9845 12.9117 18.5392 12.7725 17.9749 12.6438C16.4821 12.3032 14.3692 12.0833 12 12.0833C9.63084 12.0833 7.51792 12.3032 6.02505 12.6438C5.4608 12.7725 5.01547 12.9117 4.68895 13.0482C4.57771 13.0946 4.57782 13.2423 4.68907 13.2888C5.2616 13.528 6.1443 13.7548 7.28132 13.9284C7.81283 14.0096 8.17372 14.4805 8.08739 14.9802C8.00106 15.4799 7.50019 15.8192 6.96868 15.738C5.75402 15.5525 4.68673 15.294 3.89717 14.9641C3.50545 14.8004 3.12926 14.5977 2.83634 14.3392C2.54333 14.0806 2.25 13.6873 2.25 13.1685C2.25 13.1126 2.25327 13.0583 2.25952 13.0054C2.25985 13.0025 2.25764 13 2.25477 13C2.25214 13 2.25 12.9978 2.25 12.9952C2.25213 6.65567 6.48291 1.25 12 1.25ZM9.01228 8C9.5621 8 10.0078 7.55228 10.0078 7C10.0078 6.44772 9.5621 6 9.01228 6H9.00334C8.45353 6 8.00781 6.44771 8.00781 7C8.00781 7.55228 8.45353 8 9.00334 8H9.01228Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.4734 1.93917C14.5555 1.81423 14.5965 1.75176 14.6632 1.73004C14.73 1.70833 14.7977 1.73386 14.9332 1.78493C15.8957 2.1478 16.7883 2.68456 17.5894 3.36205C17.7073 3.46176 17.7662 3.51162 17.7782 3.5842C17.7902 3.65678 17.7494 3.72479 17.6676 3.86082L17.3503 4.38894C17.0221 4.89144 16.4089 5.24991 15.6823 5.24991C14.5611 5.24991 13.75 4.41965 13.75 3.51179C13.75 3.17 13.8593 2.84951 14.0543 2.57618L14.0626 2.56447L14.4734 1.93917Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-nintendo-switch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.13291 1.26901C9.40263 1.28907 9.67177 1.33326 9.93468 1.45333C10.427 1.67818 10.8218 2.07297 11.0467 2.56532C11.1667 2.82823 11.2109 3.09737 11.231 3.3671C11.25 3.62301 11.25 3.93285 11.25 4.29198V15.708C11.25 16.0671 11.25 16.377 11.231 16.6329C11.2109 16.9026 11.1667 17.1718 11.0467 17.4347C10.8218 17.927 10.427 18.3218 9.93468 18.5467C9.67177 18.6667 9.40263 18.7109 9.13291 18.731C8.877 18.75 8.56715 18.75 8.20802 18.75C7.21604 18.75 6.37378 18.75 5.73829 18.7028C5.08881 18.6545 4.53704 18.5538 4.02678 18.3208C2.98738 17.8461 2.15393 17.0126 1.67925 15.9732C1.44622 15.463 1.34555 14.9112 1.29725 14.2617C1.24999 13.6262 1.25 12.8401 1.25 11.8481V8.1519V8.15189C1.25 7.15992 1.24999 6.37377 1.29725 5.73829C1.34555 5.08881 1.44622 4.53704 1.67925 4.02678C2.15393 2.98738 2.98738 2.15393 4.02678 1.67925C4.53704 1.44622 5.08881 1.34555 5.73829 1.29725C6.37377 1.24999 7.21606 1.25 8.20803 1.25H8.20806C8.56717 1.24999 8.877 1.24998 9.13291 1.26901ZM7.25 14C7.25 14.5523 6.80228 15 6.25 15H6.24102C5.68873 15 5.24102 14.5523 5.24102 14C5.24102 13.4477 5.68873 13 6.24102 13H6.25C6.80229 13 7.25 13.4477 7.25 14ZM7 5.5C7 5.08579 6.66421 4.75 6.25 4.75C5.83579 4.75 5.5 5.08579 5.5 5.5V6.25H4.75C4.33579 6.25 4 6.58579 4 7C4 7.41421 4.33579 7.75 4.75 7.75H5.5V8.5C5.5 8.91421 5.83579 9.25 6.25 9.25C6.66421 9.25 7 8.91421 7 8.5V7.75H7.75C8.16421 7.75 8.5 7.41421 8.5 7C8.5 6.58579 8.16421 6.25 7.75 6.25H7V5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.792 5.25H15.792C16.7839 5.25 17.6262 5.24999 18.2617 5.29725C18.9112 5.34555 19.463 5.44622 19.9732 5.67925C21.0126 6.15393 21.8461 6.98738 22.3208 8.02678C22.5538 8.53704 22.6545 9.08881 22.7028 9.73829C22.75 10.3738 22.75 11.1599 22.75 12.1519V15.8481C22.75 16.8401 22.75 17.6262 22.7028 18.2617C22.6545 18.9112 22.5538 19.463 22.3208 19.9732C21.8461 21.0126 21.0126 21.8461 19.9732 22.3208C19.463 22.5538 18.9112 22.6545 18.2617 22.7028C17.6262 22.75 16.784 22.75 15.792 22.75C15.4329 22.75 15.123 22.75 14.8671 22.731C14.5974 22.7109 14.3282 22.6667 14.0653 22.5467C13.573 22.3218 13.1782 21.927 12.9533 21.4347C12.8333 21.1718 12.7891 20.9026 12.769 20.6329C12.75 20.377 12.75 20.0672 12.75 19.7081V19.7081V19.708V8.29197V8.29194V8.29192C12.75 7.93282 12.75 7.62299 12.769 7.3671C12.7891 7.09737 12.8333 6.82823 12.9533 6.56532C13.1782 6.07297 13.573 5.67818 14.0653 5.45333C14.3282 5.33326 14.5974 5.28907 14.8671 5.26901C15.123 5.24998 15.4328 5.24999 15.7919 5.25H15.7919H15.792ZM18.75 10C18.75 10.5523 18.3023 11 17.75 11H17.741C17.1887 11 16.741 10.5523 16.741 10C16.741 9.44772 17.1887 9 17.741 9H17.75C18.3023 9 18.75 9.44772 18.75 10ZM17 18.5C17 18.9142 17.3358 19.25 17.75 19.25C18.1642 19.25 18.5 18.9142 18.5 18.5V17.75H19.25C19.6642 17.75 20 17.4142 20 17C20 16.5858 19.6642 16.25 19.25 16.25H18.5V15.5C18.5 15.0858 18.1642 14.75 17.75 14.75C17.3358 14.75 17 15.0858 17 15.5V16.25H16.25C15.8358 16.25 15.5 16.5858 15.5 17C15.5 17.4142 15.8358 17.75 16.25 17.75H17V18.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.13291 1.26901C9.40263 1.28907 9.67177 1.33326 9.93468 1.45333C10.427 1.67818 10.8218 2.07297 11.0467 2.56532C11.1667 2.82823 11.2109 3.09737 11.231 3.3671C11.25 3.62301 11.25 3.93285 11.25 4.29198V15.708C11.25 16.0671 11.25 16.377 11.231 16.6329C11.2109 16.9026 11.1667 17.1718 11.0467 17.4347C10.8218 17.927 10.427 18.3218 9.93468 18.5467C9.67177 18.6667 9.40263 18.7109 9.13291 18.731C8.877 18.75 8.56715 18.75 8.20802 18.75C7.21604 18.75 6.37378 18.75 5.73829 18.7028C5.08881 18.6545 4.53704 18.5538 4.02678 18.3208C2.98738 17.8461 2.15393 17.0126 1.67925 15.9732C1.44622 15.463 1.34555 14.9112 1.29725 14.2617C1.24999 13.6262 1.25 12.8401 1.25 11.8481V8.1519V8.15189C1.25 7.15992 1.24999 6.37377 1.29725 5.73829C1.34555 5.08881 1.44622 4.53704 1.67925 4.02678C2.15393 2.98738 2.98738 2.15393 4.02678 1.67925C4.53704 1.44622 5.08881 1.34555 5.73829 1.29725C6.37377 1.24999 7.21606 1.25 8.20803 1.25H8.20806C8.56717 1.24999 8.877 1.24998 9.13291 1.26901ZM7.25 14C7.25 14.5523 6.80228 15 6.25 15H6.24102C5.68873 15 5.24102 14.5523 5.24102 14C5.24102 13.4477 5.68873 13 6.24102 13H6.25C6.80229 13 7.25 13.4477 7.25 14ZM7 5.5C7 5.08579 6.66421 4.75 6.25 4.75C5.83579 4.75 5.5 5.08579 5.5 5.5V6.25H4.75C4.33579 6.25 4 6.58579 4 7C4 7.41421 4.33579 7.75 4.75 7.75H5.5V8.5C5.5 8.91421 5.83579 9.25 6.25 9.25C6.66421 9.25 7 8.91421 7 8.5V7.75H7.75C8.16421 7.75 8.5 7.41421 8.5 7C8.5 6.58579 8.16421 6.25 7.75 6.25H7V5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.792 5.25H15.792C16.7839 5.25 17.6262 5.24999 18.2617 5.29725C18.9112 5.34555 19.463 5.44622 19.9732 5.67925C21.0126 6.15393 21.8461 6.98738 22.3208 8.02678C22.5538 8.53704 22.6545 9.08881 22.7028 9.73829C22.75 10.3738 22.75 11.1599 22.75 12.1519V15.8481C22.75 16.8401 22.75 17.6262 22.7028 18.2617C22.6545 18.9112 22.5538 19.463 22.3208 19.9732C21.8461 21.0126 21.0126 21.8461 19.9732 22.3208C19.463 22.5538 18.9112 22.6545 18.2617 22.7028C17.6262 22.75 16.784 22.75 15.792 22.75C15.4329 22.75 15.123 22.75 14.8671 22.731C14.5974 22.7109 14.3282 22.6667 14.0653 22.5467C13.573 22.3218 13.1782 21.927 12.9533 21.4347C12.8333 21.1718 12.7891 20.9026 12.769 20.6329C12.75 20.377 12.75 20.0672 12.75 19.7081V19.7081V19.708V8.29197V8.29194V8.29192C12.75 7.93282 12.75 7.62299 12.769 7.3671C12.7891 7.09737 12.8333 6.82823 12.9533 6.56532C13.1782 6.07297 13.573 5.67818 14.0653 5.45333C14.3282 5.33326 14.5974 5.28907 14.8671 5.26901C15.123 5.24998 15.4328 5.24999 15.7919 5.25H15.7919H15.792ZM18.75 10C18.75 10.5523 18.3023 11 17.75 11H17.741C17.1887 11 16.741 10.5523 16.741 10C16.741 9.44772 17.1887 9 17.741 9H17.75C18.3023 9 18.75 9.44772 18.75 10ZM17 18.5C17 18.9142 17.3358 19.25 17.75 19.25C18.1642 19.25 18.5 18.9142 18.5 18.5V17.75H19.25C19.6642 17.75 20 17.4142 20 17C20 16.5858 19.6642 16.25 19.25 16.25H18.5V15.5C18.5 15.0858 18.1642 14.75 17.75 14.75C17.3358 14.75 17 15.0858 17 15.5V16.25H16.25C15.8358 16.25 15.5 16.5858 15.5 17C15.5 17.4142 15.8358 17.75 16.25 17.75H17V18.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-nintendo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9821 3.75H8.01794C7.68281 3.74999 7.36144 3.74998 7.05532 3.75201C7.03705 3.75068 7.01861 3.75 7 3.75C6.97747 3.75 6.95518 3.75099 6.93316 3.75294C6.08582 3.76025 5.35266 3.78571 4.73457 3.87414C3.81497 4.0057 3.00934 4.29342 2.37154 4.97209C1.74267 5.64127 1.48441 6.4705 1.36494 7.41603C1.24995 8.32615 1.24997 9.47966 1.25 10.8948V13.1052C1.24997 14.5204 1.24995 15.6739 1.36494 16.584C1.48441 17.5295 1.74267 18.3587 2.37154 19.0279C3.00934 19.7066 3.81497 19.9943 4.73457 20.1259C5.35266 20.2143 6.08581 20.2397 6.93315 20.2471C6.95518 20.249 6.97747 20.25 7 20.25C7.01861 20.25 7.03706 20.2493 7.05533 20.248C7.36166 20.25 7.68254 20.25 8.01792 20.25H15.9821C16.3175 20.25 16.6383 20.25 16.9447 20.248C16.9629 20.2493 16.9814 20.25 17 20.25C17.0225 20.25 17.0448 20.249 17.0668 20.2471C17.9142 20.2397 18.6473 20.2143 19.2654 20.1259C20.185 19.9943 20.9907 19.7066 21.6285 19.0279C22.2573 18.3587 22.5156 17.5295 22.6351 16.584C22.75 15.6738 22.75 14.5203 22.75 13.1052V10.8948C22.75 9.47966 22.75 8.32616 22.6351 7.41603C22.5156 6.4705 22.2573 5.64127 21.6285 4.97209C20.9907 4.29342 20.185 4.0057 19.2654 3.87414C18.6473 3.78571 17.9142 3.76025 17.0668 3.75294C17.0448 3.75099 17.0225 3.75 17 3.75C16.9814 3.75 16.9629 3.75068 16.9447 3.75201C16.6386 3.74998 16.3172 3.74999 15.9821 3.75ZM8.05 5.69128C7.88431 5.69128 7.75 5.8256 7.75 5.99128V18.0087C7.75 18.1744 7.88431 18.3087 8.05 18.3087H15.95C16.1157 18.3087 16.25 18.1744 16.25 18.0087V5.99128C16.25 5.8256 16.1157 5.69128 15.95 5.69128H8.05ZM20.5 15.5C20.5 16.0523 20.0523 16.5 19.5 16.5H19.491C18.9387 16.5 18.491 16.0523 18.491 15.5C18.491 14.9477 18.9387 14.5 19.491 14.5H19.5C20.0523 14.5 20.5 14.9477 20.5 15.5ZM4.50781 9.5C5.0601 9.5 5.50781 9.05228 5.50781 8.5C5.50781 7.94772 5.0601 7.5 4.50781 7.5H4.49883C3.94655 7.5 3.49883 7.94771 3.49883 8.5C3.49883 9.05228 3.94655 9.5 4.49883 9.5H4.50781Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9821 3.75H8.01794C7.68281 3.74999 7.36144 3.74998 7.05532 3.75201C7.03705 3.75068 7.01861 3.75 7 3.75C6.97747 3.75 6.95518 3.75099 6.93316 3.75294C6.08582 3.76025 5.35266 3.78571 4.73457 3.87414C3.81497 4.0057 3.00934 4.29342 2.37154 4.97209C1.74267 5.64127 1.48441 6.4705 1.36494 7.41603C1.24995 8.32615 1.24997 9.47966 1.25 10.8948V13.1052C1.24997 14.5204 1.24995 15.6739 1.36494 16.584C1.48441 17.5295 1.74267 18.3587 2.37154 19.0279C3.00934 19.7066 3.81497 19.9943 4.73457 20.1259C5.35266 20.2143 6.08581 20.2397 6.93315 20.2471C6.95518 20.249 6.97747 20.25 7 20.25C7.01861 20.25 7.03706 20.2493 7.05533 20.248C7.36166 20.25 7.68254 20.25 8.01792 20.25H15.9821C16.3175 20.25 16.6383 20.25 16.9447 20.248C16.9629 20.2493 16.9814 20.25 17 20.25C17.0225 20.25 17.0448 20.249 17.0668 20.2471C17.9142 20.2397 18.6473 20.2143 19.2654 20.1259C20.185 19.9943 20.9907 19.7066 21.6285 19.0279C22.2573 18.3587 22.5156 17.5295 22.6351 16.584C22.75 15.6738 22.75 14.5203 22.75 13.1052V10.8948C22.75 9.47966 22.75 8.32616 22.6351 7.41603C22.5156 6.4705 22.2573 5.64127 21.6285 4.97209C20.9907 4.29342 20.185 4.0057 19.2654 3.87414C18.6473 3.78571 17.9142 3.76025 17.0668 3.75294C17.0448 3.75099 17.0225 3.75 17 3.75C16.9814 3.75 16.9629 3.75068 16.9447 3.75201C16.6386 3.74998 16.3172 3.74999 15.9821 3.75ZM8.05 5.69128C7.88431 5.69128 7.75 5.8256 7.75 5.99128V18.0087C7.75 18.1744 7.88431 18.3087 8.05 18.3087H15.95C16.1157 18.3087 16.25 18.1744 16.25 18.0087V5.99128C16.25 5.8256 16.1157 5.69128 15.95 5.69128H8.05ZM20.5 15.5C20.5 16.0523 20.0523 16.5 19.5 16.5H19.491C18.9387 16.5 18.491 16.0523 18.491 15.5C18.491 14.9477 18.9387 14.5 19.491 14.5H19.5C20.0523 14.5 20.5 14.9477 20.5 15.5ZM4.50781 9.5C5.0601 9.5 5.50781 9.05228 5.50781 8.5C5.50781 7.94772 5.0601 7.5 4.50781 7.5H4.49883C3.94655 7.5 3.49883 7.94771 3.49883 8.5C3.49883 9.05228 3.94655 9.5 4.49883 9.5H4.50781Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-olympic-torch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5764 1.29093C20.9021 1.17868 21.2624 1.3028 21.4499 1.59184C22.4084 3.06933 22.8092 4.30008 22.743 5.36726C22.675 6.46324 22.1245 7.24478 21.4998 7.8264C21.072 8.22476 20.545 8.57966 20.1115 8.87163L20.1115 8.87163C19.9537 8.97792 19.8082 9.07587 19.6845 9.16454C19.1225 9.56715 18.978 9.78768 18.959 9.93434C18.9555 9.96134 18.9542 9.9975 19.0186 10.0653C19.095 10.1456 19.2462 10.2421 19.4751 10.3029C19.942 10.427 20.5044 10.3469 20.8883 10.0267C21.1413 9.8157 21.5023 9.7945 21.7783 9.97443C22.0542 10.1544 22.1805 10.4933 22.0895 10.8099C21.9347 11.3482 21.3965 12.5417 20.2566 13.4789C19.079 14.447 17.3131 15.0947 14.8396 14.5533C14.7027 14.5233 14.5769 14.4555 14.4765 14.3577L9.47647 9.48354C9.32996 9.34071 9.24816 9.14423 9.25003 8.93963C9.26294 7.52878 9.84603 5.90707 11.1772 4.79692C12.0819 4.04245 13.2427 3.83236 14.325 3.78962C15.0549 3.7608 15.8496 3.8093 16.573 3.85344L16.573 3.85344L16.573 3.85345C16.9014 3.87348 17.215 3.89262 17.5012 3.90322C18.5123 3.94069 19.1911 3.87465 19.5945 3.63704C19.7649 3.53666 19.8893 3.40232 19.9735 3.19188C20.0641 2.9652 20.122 2.61231 20.0737 2.06609C20.0433 1.7229 20.2507 1.40317 20.5764 1.29093Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.54085 6.4697C8.33078 6.25962 8.01651 6.19335 7.7395 6.3007C7.46249 6.40805 7.27494 6.66905 7.26129 6.96582L7.26115 6.97162C7.25815 7.09192 7.24964 7.43292 7.25001 7.62897C7.25076 8.02637 7.26384 8.57137 7.31392 9.15638C7.36367 9.73765 7.45165 10.3795 7.60887 10.9631C7.76029 11.5251 8.00214 12.1358 8.42441 12.558L11.4423 15.5746C11.8645 15.9967 12.4749 16.2385 13.0368 16.3901C13.6203 16.5474 14.2622 16.6356 14.8434 16.6855C15.4284 16.7358 15.9734 16.7491 16.3708 16.75C16.5667 16.7504 16.9076 16.742 17.0281 16.7391L17.0342 16.7389C17.331 16.7254 17.5918 16.5379 17.6992 16.2608C17.8067 15.9838 17.7404 15.6695 17.5303 15.4594L8.54085 6.4697ZM8.8085 9.02849C8.8032 8.96657 8.79835 8.90506 8.79392 8.84412L15.1553 15.2057C15.0947 15.2012 15.0335 15.1964 14.9719 15.1911C14.4368 15.1451 13.892 15.0671 13.4275 14.9418C12.9415 14.8108 12.6424 14.6533 12.5028 14.5137L9.48501 11.4973C9.34544 11.3577 9.18822 11.0589 9.05728 10.5729C8.93214 10.1084 8.85431 9.56364 8.8085 9.02849Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.46968 9.46967C6.76257 9.17678 7.23745 9.17678 7.53034 9.46967L9.02136 10.9607C9.02789 10.967 9.0343 10.9734 9.04057 10.9799L13.0201 14.9594C13.0266 14.9657 13.033 14.9721 13.0393 14.9786L14.5303 16.4697C14.8232 16.7626 14.8232 17.2374 14.5303 17.5303C14.2374 17.8232 13.7626 17.8232 13.4697 17.5303L12.4162 16.4768L4.46281 22.3554C3.66069 22.9483 2.54552 22.8651 1.84022 22.1598C1.13492 21.4545 1.05175 20.3393 1.64462 19.5372L7.52319 11.5838L6.46968 10.5303C6.17679 10.2374 6.17679 9.76256 6.46968 9.46967Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5764 1.29093C20.9021 1.17868 21.2624 1.3028 21.4499 1.59184C22.4084 3.06933 22.8092 4.30008 22.743 5.36726C22.675 6.46324 22.1245 7.24478 21.4998 7.8264C21.072 8.22476 20.545 8.57966 20.1115 8.87163L20.1115 8.87163C19.9537 8.97792 19.8082 9.07587 19.6845 9.16454C19.1225 9.56715 18.978 9.78768 18.959 9.93434C18.9555 9.96134 18.9542 9.9975 19.0186 10.0653C19.095 10.1456 19.2462 10.2421 19.4751 10.3029C19.942 10.427 20.5044 10.3469 20.8883 10.0267C21.1413 9.8157 21.5023 9.7945 21.7783 9.97443C22.0542 10.1544 22.1805 10.4933 22.0895 10.8099C21.9347 11.3482 21.3965 12.5417 20.2566 13.4789C19.079 14.447 17.3131 15.0947 14.8396 14.5533C14.7027 14.5233 14.5769 14.4555 14.4765 14.3577L9.47647 9.48354C9.32996 9.34071 9.24816 9.14423 9.25003 8.93963C9.26294 7.52878 9.84603 5.90707 11.1772 4.79692C12.0819 4.04245 13.2427 3.83236 14.325 3.78962C15.0549 3.7608 15.8496 3.8093 16.573 3.85344L16.573 3.85344L16.573 3.85345C16.9014 3.87348 17.215 3.89262 17.5012 3.90322C18.5123 3.94069 19.1911 3.87465 19.5945 3.63704C19.7649 3.53666 19.8893 3.40232 19.9735 3.19188C20.0641 2.9652 20.122 2.61231 20.0737 2.06609C20.0433 1.7229 20.2507 1.40317 20.5764 1.29093Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.54085 6.4697C8.33078 6.25962 8.01651 6.19335 7.7395 6.3007C7.46249 6.40805 7.27494 6.66905 7.26129 6.96582L7.26115 6.97162C7.25815 7.09192 7.24964 7.43292 7.25001 7.62897C7.25076 8.02637 7.26384 8.57137 7.31392 9.15638C7.36367 9.73765 7.45165 10.3795 7.60887 10.9631C7.76029 11.5251 8.00214 12.1358 8.42441 12.558L11.4423 15.5746C11.8645 15.9967 12.4749 16.2385 13.0368 16.3901C13.6203 16.5474 14.2622 16.6356 14.8434 16.6855C15.4284 16.7358 15.9734 16.7491 16.3708 16.75C16.5667 16.7504 16.9076 16.742 17.0281 16.7391L17.0342 16.7389C17.331 16.7254 17.5918 16.5379 17.6992 16.2608C17.8067 15.9838 17.7404 15.6695 17.5303 15.4594L8.54085 6.4697ZM8.8085 9.02849C8.8032 8.96657 8.79835 8.90506 8.79392 8.84412L15.1553 15.2057C15.0947 15.2012 15.0335 15.1964 14.9719 15.1911C14.4368 15.1451 13.892 15.0671 13.4275 14.9418C12.9415 14.8108 12.6424 14.6533 12.5028 14.5137L9.48501 11.4973C9.34544 11.3577 9.18822 11.0589 9.05728 10.5729C8.93214 10.1084 8.85431 9.56364 8.8085 9.02849Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.46968 9.46967C6.76257 9.17678 7.23745 9.17678 7.53034 9.46967L9.02136 10.9607C9.02789 10.967 9.0343 10.9734 9.04057 10.9799L13.0201 14.9594C13.0266 14.9657 13.033 14.9721 13.0393 14.9786L14.5303 16.4697C14.8232 16.7626 14.8232 17.2374 14.5303 17.5303C14.2374 17.8232 13.7626 17.8232 13.4697 17.5303L12.4162 16.4768L4.46281 22.3554C3.66069 22.9483 2.54552 22.8651 1.84022 22.1598C1.13492 21.4545 1.05175 20.3393 1.64462 19.5372L7.52319 11.5838L6.46968 10.5303C6.17679 10.2374 6.17679 9.76256 6.46968 9.46967Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-pacman-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.375 12C16.375 11.3096 16.9346 10.75 17.625 10.75H17.634C18.3243 10.75 18.884 11.3096 18.884 12C18.884 12.6904 18.3243 13.25 17.634 13.25H17.625C16.9346 13.25 16.375 12.6904 16.375 12ZM20.366 12C20.366 11.3096 20.9257 10.75 21.616 10.75H21.625C22.3154 10.75 22.875 11.3096 22.875 12C22.875 12.6904 22.3154 13.25 21.625 13.25H21.616C20.9257 13.25 20.366 12.6904 20.366 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.6814 2.25C5.38823 2.25 1.125 6.63069 1.125 12C1.125 17.3693 5.38823 21.75 10.6814 21.75C13.3637 21.75 15.7863 20.6217 17.5188 18.8117C17.8063 18.5116 18.129 18.1746 18.3201 17.8763C18.5507 17.5162 18.6719 17.1195 18.6081 16.6425C18.5403 16.1342 18.2764 15.7738 17.9391 15.4866C17.6479 15.2386 16.446 14.5298 16.0232 14.2804C14.8995 13.6176 14.1327 13.1628 13.6359 12.7597C13.147 12.363 13.087 12.1484 13.087 12C13.087 11.8516 13.147 11.637 13.6359 11.2403C14.1327 10.8372 14.8995 10.3824 16.0232 9.71956C16.446 9.47023 17.6479 8.76135 17.9391 8.51342C18.2764 8.22623 18.5403 7.86576 18.6081 7.35746C18.6719 6.88049 18.5507 6.48382 18.3201 6.1237C18.129 5.82539 17.8441 5.52795 17.5567 5.22785L17.5188 5.18835C15.7863 3.37828 13.3637 2.25 10.6814 2.25ZM10.3912 8.75C11.0791 8.75 11.6367 8.19036 11.6367 7.5C11.6367 6.80964 11.0791 6.25 10.3912 6.25H10.3822C9.69436 6.25 9.13672 6.80964 9.13672 7.5C9.13672 8.19036 9.69436 8.75 10.3822 8.75H10.3912Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.375 12C16.375 11.3096 16.9346 10.75 17.625 10.75H17.634C18.3243 10.75 18.884 11.3096 18.884 12C18.884 12.6904 18.3243 13.25 17.634 13.25H17.625C16.9346 13.25 16.375 12.6904 16.375 12ZM20.366 12C20.366 11.3096 20.9257 10.75 21.616 10.75H21.625C22.3154 10.75 22.875 11.3096 22.875 12C22.875 12.6904 22.3154 13.25 21.625 13.25H21.616C20.9257 13.25 20.366 12.6904 20.366 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.6814 2.25C5.38823 2.25 1.125 6.63069 1.125 12C1.125 17.3693 5.38823 21.75 10.6814 21.75C13.3637 21.75 15.7863 20.6217 17.5188 18.8117C17.8063 18.5116 18.129 18.1746 18.3201 17.8763C18.5507 17.5162 18.6719 17.1195 18.6081 16.6425C18.5403 16.1342 18.2764 15.7738 17.9391 15.4866C17.6479 15.2386 16.446 14.5298 16.0232 14.2804C14.8995 13.6176 14.1327 13.1628 13.6359 12.7597C13.147 12.363 13.087 12.1484 13.087 12C13.087 11.8516 13.147 11.637 13.6359 11.2403C14.1327 10.8372 14.8995 10.3824 16.0232 9.71956C16.446 9.47023 17.6479 8.76135 17.9391 8.51342C18.2764 8.22623 18.5403 7.86576 18.6081 7.35746C18.6719 6.88049 18.5507 6.48382 18.3201 6.1237C18.129 5.82539 17.8441 5.52795 17.5567 5.22785L17.5188 5.18835C15.7863 3.37828 13.3637 2.25 10.6814 2.25ZM10.3912 8.75C11.0791 8.75 11.6367 8.19036 11.6367 7.5C11.6367 6.80964 11.0791 6.25 10.3912 6.25H10.3822C9.69436 6.25 9.13672 6.80964 9.13672 7.5C9.13672 8.19036 9.69436 8.75 10.3822 8.75H10.3912Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-pacman-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C7.16751 1.25 3.25 5.16751 3.25 10V20.4C3.25 21.6979 4.30213 22.75 5.6 22.75C6.89787 22.75 7.95 21.6979 7.95 20.4V19.6C7.95 19.1306 8.33056 18.75 8.8 18.75C9.26944 18.75 9.65 19.1306 9.65 19.6V20.4C9.65 21.6979 10.7021 22.75 12 22.75C13.2979 22.75 14.35 21.6979 14.35 20.4V19.6C14.35 19.1306 14.7306 18.75 15.2 18.75C15.6694 18.75 16.05 19.1306 16.05 19.6V20.4C16.05 21.6979 17.1021 22.75 18.4 22.75C19.6979 22.75 20.75 21.6979 20.75 20.4V10C20.75 5.16751 16.8325 1.25 12 1.25ZM9 8.75C8.30964 8.75 7.75 9.30964 7.75 10C7.75 10.6904 8.30964 11.25 9 11.25H9.00896C9.69931 11.25 10.259 10.6904 10.259 10C10.259 9.30964 9.69931 8.75 9.00896 8.75H9ZM14.991 8.75C14.3007 8.75 13.741 9.30964 13.741 10C13.741 10.6904 14.3007 11.25 14.991 11.25H15C15.6904 11.25 16.25 10.6904 16.25 10C16.25 9.30964 15.6904 8.75 15 8.75H14.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C7.16751 1.25 3.25 5.16751 3.25 10V20.4C3.25 21.6979 4.30213 22.75 5.6 22.75C6.89787 22.75 7.95 21.6979 7.95 20.4V19.6C7.95 19.1306 8.33056 18.75 8.8 18.75C9.26944 18.75 9.65 19.1306 9.65 19.6V20.4C9.65 21.6979 10.7021 22.75 12 22.75C13.2979 22.75 14.35 21.6979 14.35 20.4V19.6C14.35 19.1306 14.7306 18.75 15.2 18.75C15.6694 18.75 16.05 19.1306 16.05 19.6V20.4C16.05 21.6979 17.1021 22.75 18.4 22.75C19.6979 22.75 20.75 21.6979 20.75 20.4V10C20.75 5.16751 16.8325 1.25 12 1.25ZM9 8.75C8.30964 8.75 7.75 9.30964 7.75 10C7.75 10.6904 8.30964 11.25 9 11.25H9.00896C9.69931 11.25 10.259 10.6904 10.259 10C10.259 9.30964 9.69931 8.75 9.00896 8.75H9ZM14.991 8.75C14.3007 8.75 13.741 9.30964 13.741 10C13.741 10.6904 14.3007 11.25 14.991 11.25H15C15.6904 11.25 16.25 10.6904 16.25 10C16.25 9.30964 15.6904 8.75 15 8.75H14.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-paragliding{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6434 2.56105C11.4622 1.97965 12.5387 1.97965 13.3574 2.56105C16.118 4.52132 20.0213 8.68977 22.1025 11.6414C22.7778 12.5991 22.7615 13.7303 22.7494 14.5716C22.7479 14.6776 22.7464 14.7791 22.7464 14.875C22.7464 15.125 22.6218 15.3586 22.4142 15.4978C22.2066 15.6371 21.9432 15.6638 21.7119 15.5689L12.4746 11.782C12.1708 11.6574 11.8301 11.6574 11.5263 11.782L2.28895 15.5689C2.05763 15.6638 1.79426 15.6371 1.58665 15.4978C1.37903 15.3586 1.25446 15.125 1.25446 14.875C1.25446 14.7791 1.253 14.6776 1.25147 14.5716C1.23936 13.7303 1.22308 12.5991 1.89833 11.6414C3.97955 8.68977 7.88289 4.52132 10.6434 2.56105Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4379 11.4855C11.3362 11.756 10.6256 13.2767 10.4231 13.7007C10.174 14.2242 9.89871 14.8129 9.66482 15.3947C9.42745 15.9852 9.25245 16.5211 9.18219 16.9433C9.14445 17.17 9.14723 17.3015 9.15387 17.3689C9.16928 17.3751 9.18706 17.3819 9.20742 17.3892C9.36099 17.4443 9.58422 17.5018 9.87324 17.5539C10.4479 17.6573 11.1889 17.7224 11.9503 17.7342C12.7128 17.7461 13.4579 17.7039 14.0439 17.6074C14.338 17.559 14.5664 17.501 14.7269 17.4415C14.7797 17.4219 14.8175 17.405 14.8434 17.3922C14.8513 17.3343 14.8605 17.1997 14.8178 16.9433C14.7475 16.5211 14.5726 15.9852 14.3352 15.3947C14.1013 14.8129 13.826 14.2242 13.5769 13.7007C13.3744 13.2767 12.7403 11.756 12.6387 11.4855L13.541 11.185C14.0325 11.0025 14.5798 11.2506 14.7634 11.7392C14.834 11.9271 15.082 12.4474 15.2944 12.893C15.5447 13.4191 15.8421 14.0534 16.0995 14.6937C16.3534 15.3254 16.5884 16.0108 16.6923 16.6349C16.7847 17.1901 16.8314 18.0174 16.3053 18.6251C16.0433 18.9278 15.6841 19.1025 15.3906 19.2113C15.0764 19.3278 14.7191 19.4108 14.3543 19.4708C13.6227 19.5913 12.7575 19.6358 11.9206 19.6228C11.0825 19.6098 10.2348 19.5385 9.53481 19.4125C9.1865 19.3498 8.85091 19.2694 8.56207 19.1657C8.30983 19.0752 7.9484 18.9182 7.69465 18.6251C7.16857 18.0174 7.21529 17.1901 7.30769 16.6349C7.41158 16.0108 7.64657 15.3254 7.90051 14.6937C8.15794 14.0534 8.45525 13.4191 8.70564 12.893C8.91804 12.4474 9.16604 11.9271 9.23664 11.7392C9.42022 11.2506 9.96749 11.0025 10.459 11.185L11.4379 11.4855Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17.875C12.5523 17.875 13 18.3227 13 18.875V20.875C13 21.4273 12.5523 21.875 12 21.875C11.4477 21.875 11 21.4273 11 20.875V18.875C11 18.3227 11.4477 17.875 12 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.74076 13.2242C4.10018 12.8049 4.73148 12.7563 5.15081 13.1158L8.65081 16.1158C9.07014 16.4752 9.1187 17.1065 8.75927 17.5258C8.39985 17.9451 7.76855 17.9937 7.34923 17.6343L3.84923 14.6343C3.4299 14.2749 3.38134 13.6436 3.74076 13.2242ZM20.2593 13.2242C20.6187 13.6436 20.5701 14.2749 20.1508 14.6343L16.6508 17.6343C16.2315 17.9937 15.6002 17.9451 15.2408 17.5258C14.8813 17.1065 14.9299 16.4752 15.3492 16.1158L18.8492 13.1158C19.2686 12.7563 19.8999 12.8049 20.2593 13.2242Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6434 2.56105C11.4622 1.97965 12.5387 1.97965 13.3574 2.56105C16.118 4.52132 20.0213 8.68977 22.1025 11.6414C22.7778 12.5991 22.7615 13.7303 22.7494 14.5716C22.7479 14.6776 22.7464 14.7791 22.7464 14.875C22.7464 15.125 22.6218 15.3586 22.4142 15.4978C22.2066 15.6371 21.9432 15.6638 21.7119 15.5689L12.4746 11.782C12.1708 11.6574 11.8301 11.6574 11.5263 11.782L2.28895 15.5689C2.05763 15.6638 1.79426 15.6371 1.58665 15.4978C1.37903 15.3586 1.25446 15.125 1.25446 14.875C1.25446 14.7791 1.253 14.6776 1.25147 14.5716C1.23936 13.7303 1.22308 12.5991 1.89833 11.6414C3.97955 8.68977 7.88289 4.52132 10.6434 2.56105Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4379 11.4855C11.3362 11.756 10.6256 13.2767 10.4231 13.7007C10.174 14.2242 9.89871 14.8129 9.66482 15.3947C9.42745 15.9852 9.25245 16.5211 9.18219 16.9433C9.14445 17.17 9.14723 17.3015 9.15387 17.3689C9.16928 17.3751 9.18706 17.3819 9.20742 17.3892C9.36099 17.4443 9.58422 17.5018 9.87324 17.5539C10.4479 17.6573 11.1889 17.7224 11.9503 17.7342C12.7128 17.7461 13.4579 17.7039 14.0439 17.6074C14.338 17.559 14.5664 17.501 14.7269 17.4415C14.7797 17.4219 14.8175 17.405 14.8434 17.3922C14.8513 17.3343 14.8605 17.1997 14.8178 16.9433C14.7475 16.5211 14.5726 15.9852 14.3352 15.3947C14.1013 14.8129 13.826 14.2242 13.5769 13.7007C13.3744 13.2767 12.7403 11.756 12.6387 11.4855L13.541 11.185C14.0325 11.0025 14.5798 11.2506 14.7634 11.7392C14.834 11.9271 15.082 12.4474 15.2944 12.893C15.5447 13.4191 15.8421 14.0534 16.0995 14.6937C16.3534 15.3254 16.5884 16.0108 16.6923 16.6349C16.7847 17.1901 16.8314 18.0174 16.3053 18.6251C16.0433 18.9278 15.6841 19.1025 15.3906 19.2113C15.0764 19.3278 14.7191 19.4108 14.3543 19.4708C13.6227 19.5913 12.7575 19.6358 11.9206 19.6228C11.0825 19.6098 10.2348 19.5385 9.53481 19.4125C9.1865 19.3498 8.85091 19.2694 8.56207 19.1657C8.30983 19.0752 7.9484 18.9182 7.69465 18.6251C7.16857 18.0174 7.21529 17.1901 7.30769 16.6349C7.41158 16.0108 7.64657 15.3254 7.90051 14.6937C8.15794 14.0534 8.45525 13.4191 8.70564 12.893C8.91804 12.4474 9.16604 11.9271 9.23664 11.7392C9.42022 11.2506 9.96749 11.0025 10.459 11.185L11.4379 11.4855Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17.875C12.5523 17.875 13 18.3227 13 18.875V20.875C13 21.4273 12.5523 21.875 12 21.875C11.4477 21.875 11 21.4273 11 20.875V18.875C11 18.3227 11.4477 17.875 12 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.74076 13.2242C4.10018 12.8049 4.73148 12.7563 5.15081 13.1158L8.65081 16.1158C9.07014 16.4752 9.1187 17.1065 8.75927 17.5258C8.39985 17.9451 7.76855 17.9937 7.34923 17.6343L3.84923 14.6343C3.4299 14.2749 3.38134 13.6436 3.74076 13.2242ZM20.2593 13.2242C20.6187 13.6436 20.5701 14.2749 20.1508 14.6343L16.6508 17.6343C16.2315 17.9937 15.6002 17.9451 15.2408 17.5258C14.8813 17.1065 14.9299 16.4752 15.3492 16.1158L18.8492 13.1158C19.2686 12.7563 19.8999 12.8049 20.2593 13.2242Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-pokeball{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 11C10.8954 11 10 11.8954 10 13C10 14.1046 10.8954 15 12 15C13.1046 15 14 14.1046 14 13C14 11.8954 13.1046 11 12 11ZM8 13C8 10.7909 9.79086 9 12 9C14.2091 9 16 10.7909 16 13C16 15.2091 14.2091 17 12 17C9.79086 17 8 15.2091 8 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM3.2041 12C3.2041 16.8576 7.14196 20.7955 11.9996 20.7955C16.8572 20.7955 20.795 16.8576 20.795 12C20.795 11.8948 20.795 11.8421 20.7849 11.8042C20.7475 11.6638 20.6175 11.5714 20.4726 11.5822C20.4335 11.5851 20.383 11.6027 20.282 11.6379C18.6471 12.2068 17.1378 12.6229 15.6871 12.8861C15.3919 12.9397 15.2443 12.9665 15.1442 12.9009C15.044 12.8353 15.0027 12.66 14.9201 12.3094C14.6082 10.9855 13.4192 10 12 10C10.5831 10 9.39385 10.9823 9.0791 12.303C8.99565 12.6532 8.95392 12.8283 8.85373 12.8937C8.75354 12.959 8.60604 12.9321 8.31104 12.8781C6.86789 12.6143 5.36467 12.2005 3.73453 11.6368C3.61339 11.5949 3.55282 11.574 3.50064 11.5746C3.37873 11.576 3.26289 11.6585 3.22172 11.7732C3.2041 11.8224 3.2041 11.8816 3.2041 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 11C10.8954 11 10 11.8954 10 13C10 14.1046 10.8954 15 12 15C13.1046 15 14 14.1046 14 13C14 11.8954 13.1046 11 12 11ZM8 13C8 10.7909 9.79086 9 12 9C14.2091 9 16 10.7909 16 13C16 15.2091 14.2091 17 12 17C9.79086 17 8 15.2091 8 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM3.2041 12C3.2041 16.8576 7.14196 20.7955 11.9996 20.7955C16.8572 20.7955 20.795 16.8576 20.795 12C20.795 11.8948 20.795 11.8421 20.7849 11.8042C20.7475 11.6638 20.6175 11.5714 20.4726 11.5822C20.4335 11.5851 20.383 11.6027 20.282 11.6379C18.6471 12.2068 17.1378 12.6229 15.6871 12.8861C15.3919 12.9397 15.2443 12.9665 15.1442 12.9009C15.044 12.8353 15.0027 12.66 14.9201 12.3094C14.6082 10.9855 13.4192 10 12 10C10.5831 10 9.39385 10.9823 9.0791 12.303C8.99565 12.6532 8.95392 12.8283 8.85373 12.8937C8.75354 12.959 8.60604 12.9321 8.31104 12.8781C6.86789 12.6143 5.36467 12.2005 3.73453 11.6368C3.61339 11.5949 3.55282 11.574 3.50064 11.5746C3.37873 11.576 3.26289 11.6585 3.22172 11.7732C3.2041 11.8224 3.2041 11.8816 3.2041 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-pokemon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 2.25C1.58579 2.25 1.25 2.58579 1.25 3C1.25 5.56974 2.84317 8.0367 4.54374 9.7404L4.54374 9.7404C4.68585 9.88277 4.75691 9.95396 4.776 10.0385C4.7951 10.123 4.76066 10.2203 4.69177 10.4151C4.46687 11.0509 4.32261 11.7246 4.27115 12.4235C4.25769 12.6063 4.25096 12.6977 4.29829 12.7783C4.34563 12.8589 4.43305 12.8997 4.60791 12.9811L4.60793 12.9811L4.60793 12.9811L5.3842 13.3425C6.74245 13.8726 7.75018 15.1337 7.75018 16.6595C7.75018 17.9123 7.06671 18.9927 6.07129 19.6278L5.97581 19.692C5.74973 19.8438 5.63669 19.9197 5.60659 20.0253C5.58861 20.0884 5.59354 20.1655 5.61942 20.2258C5.66272 20.3267 5.77773 20.3842 6.00774 20.4992C7.58004 21.2854 9.69967 21.75 12 21.75C14.3003 21.75 16.42 21.2854 17.9923 20.4992C18.2181 20.3863 18.331 20.3299 18.3746 20.2309C18.4015 20.1701 18.4069 20.0921 18.3888 20.0281C18.3593 19.9241 18.2491 19.8483 18.0289 19.6967L17.9253 19.6254C16.9319 18.9899 16.2502 17.9107 16.2502 16.6595C16.2502 15.1348 17.2565 13.8744 18.6132 13.3436L19.3957 12.9717C19.5687 12.8895 19.6552 12.8483 19.7019 12.768C19.7486 12.6876 19.7418 12.5968 19.7282 12.4153C19.6763 11.7194 19.5323 11.0485 19.3082 10.4151L19.3082 10.4151C19.2393 10.2203 19.2049 10.1229 19.224 10.0385C19.2431 9.95396 19.3141 9.88277 19.4563 9.7404C21.1568 8.0367 22.75 5.56974 22.75 3C22.75 2.58579 22.4142 2.25 22 2.25C18.409 2.25 16.1856 3.89027 15.0581 5.3684C14.913 5.55863 14.8404 5.65374 14.7504 5.68246C14.6603 5.71118 14.5471 5.67595 14.3205 5.60549C12.816 5.13749 11.184 5.13749 9.67946 5.60549C9.45292 5.67595 9.33965 5.71118 9.24962 5.68246C9.15958 5.65374 9.08703 5.55863 8.94192 5.3684C7.81438 3.89027 5.59102 2.25 2 2.25ZM19.9264 14.9496C19.8195 14.7776 19.7661 14.6916 19.723 14.6584C19.653 14.6045 19.6026 14.5897 19.5146 14.5972C19.4371 14.6038 19.3649 14.6414 19.2936 14.6786C19.2549 14.6987 19.2165 14.7188 19.1777 14.7336C18.3061 15.0666 17.7502 15.8283 17.7502 16.6595C17.7502 17.3437 18.1229 17.9745 18.7413 18.3667C18.7492 18.3717 18.757 18.3769 18.7647 18.3822L19.4271 18.8381C19.639 18.9839 19.745 19.0568 19.8671 19.0343C19.9892 19.0119 20.0553 18.916 20.1876 18.7244C20.5407 18.2126 20.75 17.6359 20.75 17C20.75 16.2825 20.4335 15.743 20.1856 15.3545C20.1457 15.292 20.1082 15.2338 20.0729 15.1792C20.0188 15.0954 19.9699 15.0196 19.9264 14.9496ZM4.12349 19.0244C4.00228 19.0012 3.93694 18.906 3.80626 18.7154C3.45687 18.2059 3.25 17.6322 3.25 17C3.25 16.2825 3.56653 15.743 3.8144 15.3545C3.85415 15.2922 3.89192 15.2337 3.92709 15.1792L3.92729 15.1789C3.97924 15.0984 4.02624 15.0256 4.06843 14.9579C4.17986 14.7791 4.23557 14.6897 4.28228 14.6555C4.34817 14.6072 4.39432 14.5935 4.47588 14.598C4.55692 14.6024 4.63334 14.6415 4.70835 14.68L4.70836 14.68C4.7467 14.6996 4.78467 14.7191 4.82271 14.7336C5.69422 15.0666 6.25018 15.8283 6.25018 16.6595C6.25018 17.3437 5.87742 17.9745 5.25911 18.3667L5.2427 18.3774L4.56266 18.8341C4.35069 18.9765 4.2447 19.0476 4.12349 19.0244ZM10.0012 12.5C10.0012 13.0523 9.55345 13.5 9.00117 13.5H8.99219C8.4399 13.5 7.99219 13.0523 7.99219 12.5C7.99219 11.9477 8.4399 11.5 8.99219 11.5H9.00117C9.55345 11.5 10.0012 11.9477 10.0012 12.5ZM10.4247 15.5203C10.6897 15.2019 11.1626 15.1586 11.481 15.4235C11.8628 15.7414 11.9862 15.7499 12.005 15.75C12.0183 15.7501 12.1392 15.7479 12.5159 15.4282C12.8318 15.1602 13.3051 15.1989 13.5731 15.5148C13.8411 15.8306 13.8023 16.3039 13.4864 16.5719C13.0692 16.9259 12.5864 17.2534 11.9963 17.25C11.4117 17.2466 10.9321 16.9183 10.5214 16.5765C10.203 16.3115 10.1597 15.8386 10.4247 15.5203ZM15.009 13.5C15.5613 13.5 16.009 13.0523 16.009 12.5C16.009 11.9477 15.5613 11.5 15.009 11.5H15C14.4477 11.5 14 11.9477 14 12.5C14 13.0523 14.4477 13.5 15 13.5H15.009Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 2.25C1.58579 2.25 1.25 2.58579 1.25 3C1.25 5.56974 2.84317 8.0367 4.54374 9.7404L4.54374 9.7404C4.68585 9.88277 4.75691 9.95396 4.776 10.0385C4.7951 10.123 4.76066 10.2203 4.69177 10.4151C4.46687 11.0509 4.32261 11.7246 4.27115 12.4235C4.25769 12.6063 4.25096 12.6977 4.29829 12.7783C4.34563 12.8589 4.43305 12.8997 4.60791 12.9811L4.60793 12.9811L4.60793 12.9811L5.3842 13.3425C6.74245 13.8726 7.75018 15.1337 7.75018 16.6595C7.75018 17.9123 7.06671 18.9927 6.07129 19.6278L5.97581 19.692C5.74973 19.8438 5.63669 19.9197 5.60659 20.0253C5.58861 20.0884 5.59354 20.1655 5.61942 20.2258C5.66272 20.3267 5.77773 20.3842 6.00774 20.4992C7.58004 21.2854 9.69967 21.75 12 21.75C14.3003 21.75 16.42 21.2854 17.9923 20.4992C18.2181 20.3863 18.331 20.3299 18.3746 20.2309C18.4015 20.1701 18.4069 20.0921 18.3888 20.0281C18.3593 19.9241 18.2491 19.8483 18.0289 19.6967L17.9253 19.6254C16.9319 18.9899 16.2502 17.9107 16.2502 16.6595C16.2502 15.1348 17.2565 13.8744 18.6132 13.3436L19.3957 12.9717C19.5687 12.8895 19.6552 12.8483 19.7019 12.768C19.7486 12.6876 19.7418 12.5968 19.7282 12.4153C19.6763 11.7194 19.5323 11.0485 19.3082 10.4151L19.3082 10.4151C19.2393 10.2203 19.2049 10.1229 19.224 10.0385C19.2431 9.95396 19.3141 9.88277 19.4563 9.7404C21.1568 8.0367 22.75 5.56974 22.75 3C22.75 2.58579 22.4142 2.25 22 2.25C18.409 2.25 16.1856 3.89027 15.0581 5.3684C14.913 5.55863 14.8404 5.65374 14.7504 5.68246C14.6603 5.71118 14.5471 5.67595 14.3205 5.60549C12.816 5.13749 11.184 5.13749 9.67946 5.60549C9.45292 5.67595 9.33965 5.71118 9.24962 5.68246C9.15958 5.65374 9.08703 5.55863 8.94192 5.3684C7.81438 3.89027 5.59102 2.25 2 2.25ZM19.9264 14.9496C19.8195 14.7776 19.7661 14.6916 19.723 14.6584C19.653 14.6045 19.6026 14.5897 19.5146 14.5972C19.4371 14.6038 19.3649 14.6414 19.2936 14.6786C19.2549 14.6987 19.2165 14.7188 19.1777 14.7336C18.3061 15.0666 17.7502 15.8283 17.7502 16.6595C17.7502 17.3437 18.1229 17.9745 18.7413 18.3667C18.7492 18.3717 18.757 18.3769 18.7647 18.3822L19.4271 18.8381C19.639 18.9839 19.745 19.0568 19.8671 19.0343C19.9892 19.0119 20.0553 18.916 20.1876 18.7244C20.5407 18.2126 20.75 17.6359 20.75 17C20.75 16.2825 20.4335 15.743 20.1856 15.3545C20.1457 15.292 20.1082 15.2338 20.0729 15.1792C20.0188 15.0954 19.9699 15.0196 19.9264 14.9496ZM4.12349 19.0244C4.00228 19.0012 3.93694 18.906 3.80626 18.7154C3.45687 18.2059 3.25 17.6322 3.25 17C3.25 16.2825 3.56653 15.743 3.8144 15.3545C3.85415 15.2922 3.89192 15.2337 3.92709 15.1792L3.92729 15.1789C3.97924 15.0984 4.02624 15.0256 4.06843 14.9579C4.17986 14.7791 4.23557 14.6897 4.28228 14.6555C4.34817 14.6072 4.39432 14.5935 4.47588 14.598C4.55692 14.6024 4.63334 14.6415 4.70835 14.68L4.70836 14.68C4.7467 14.6996 4.78467 14.7191 4.82271 14.7336C5.69422 15.0666 6.25018 15.8283 6.25018 16.6595C6.25018 17.3437 5.87742 17.9745 5.25911 18.3667L5.2427 18.3774L4.56266 18.8341C4.35069 18.9765 4.2447 19.0476 4.12349 19.0244ZM10.0012 12.5C10.0012 13.0523 9.55345 13.5 9.00117 13.5H8.99219C8.4399 13.5 7.99219 13.0523 7.99219 12.5C7.99219 11.9477 8.4399 11.5 8.99219 11.5H9.00117C9.55345 11.5 10.0012 11.9477 10.0012 12.5ZM10.4247 15.5203C10.6897 15.2019 11.1626 15.1586 11.481 15.4235C11.8628 15.7414 11.9862 15.7499 12.005 15.75C12.0183 15.7501 12.1392 15.7479 12.5159 15.4282C12.8318 15.1602 13.3051 15.1989 13.5731 15.5148C13.8411 15.8306 13.8023 16.3039 13.4864 16.5719C13.0692 16.9259 12.5864 17.2534 11.9963 17.25C11.4117 17.2466 10.9321 16.9183 10.5214 16.5765C10.203 16.3115 10.1597 15.8386 10.4247 15.5203ZM15.009 13.5C15.5613 13.5 16.009 13.0523 16.009 12.5C16.009 11.9477 15.5613 11.5 15.009 11.5H15C14.4477 11.5 14 11.9477 14 12.5C14 13.0523 14.4477 13.5 15 13.5H15.009Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-pool-table{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.0735 4.045C19.7718 4.0023 19.3515 3.99995 18.65 3.99995L5.35001 3.99995C4.64854 3.99995 4.22826 4.0023 3.92652 4.045C3.78826 4.06457 3.71685 4.08786 3.68203 4.10294C3.65542 4.11447 3.64861 4.12148 3.64238 4.12804C3.64235 4.12807 3.64248 4.12794 3.64238 4.12804C3.63839 4.13162 3.58227 4.18202 3.54412 4.48074C3.50193 4.81108 3.50001 5.26595 3.50001 5.99995L3.50001 13.9999C3.50001 14.7339 3.50193 15.1888 3.54412 15.5192C3.58227 15.8179 3.63818 15.8681 3.64217 15.8717C3.64214 15.8716 3.64228 15.8718 3.64217 15.8717C3.64841 15.8782 3.65542 15.8854 3.68203 15.897C3.71685 15.912 3.78826 15.9353 3.92652 15.9549C4.22826 15.9976 4.64854 15.9999 5.35001 15.9999L18.65 15.9999C19.3515 15.9999 19.7718 15.9976 20.0735 15.9549C20.2118 15.9353 20.2832 15.912 20.318 15.897C20.3446 15.8854 20.3514 15.8784 20.3576 15.8719C20.3575 15.872 20.3577 15.8718 20.3576 15.8719C20.3616 15.8683 20.4177 15.8179 20.4559 15.5192C20.4981 15.1888 20.5 14.7339 20.5 13.9999V5.99995C20.5 5.26595 20.4981 4.81108 20.4559 4.48074C20.4177 4.18201 20.3618 4.13181 20.3578 4.12823C20.3577 4.12813 20.3579 4.12826 20.3578 4.12823C20.3516 4.12167 20.3446 4.11446 20.318 4.10294C20.2832 4.08786 20.2118 4.06457 20.0735 4.045ZM20.3537 2.06473C20.8624 2.13671 21.3846 2.30527 21.8076 2.75054C22.2238 3.18859 22.3746 3.71702 22.4398 4.22735C22.5001 4.69975 22.5001 5.28449 22.5 5.94061V14.0593C22.5001 14.7154 22.5001 15.3002 22.4398 15.7726C22.3746 16.2829 22.2238 16.8113 21.8076 17.2494C21.3846 17.6946 20.8624 17.8632 20.3537 17.9352C19.8949 18.0001 19.3304 18 18.713 18L5.35001 18C5.32895 18 5.30795 18 5.28702 18C4.66957 18 4.10507 18.0001 3.64627 17.9352C3.13766 17.8632 2.61539 17.6946 2.19238 17.2494C1.77624 16.8113 1.62542 16.2829 1.56024 15.7726C1.4999 15.3002 1.49995 14.7154 1.5 14.0593L1.50001 5.99995C1.50001 5.98009 1.5 5.9603 1.5 5.94057C1.49995 5.28447 1.4999 4.69974 1.56024 4.22735C1.62542 3.71702 1.77624 3.18859 2.19238 2.75054C2.61539 2.30527 3.13766 2.13671 3.64627 2.06473C4.10507 1.9998 4.66957 1.99987 5.28703 1.99994C5.30796 1.99995 5.32895 1.99995 5.35001 1.99995L18.713 1.99994C19.3304 1.99987 19.8949 1.9998 20.3537 2.06473Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 8.99994C11 8.44765 11.4477 7.99994 12 7.99994H12.0119C12.5642 7.99994 13.0119 8.44765 13.0119 8.99994C13.0119 9.55222 12.5642 9.99994 12.0119 9.99994H12C11.4477 9.99994 11 9.55222 11 8.99994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.75 2.99994C6.75 2.58573 6.41421 2.24994 6 2.24994C5.58579 2.24994 5.25 2.58573 5.25 2.99994C5.25 4.24258 4.24264 5.24994 3 5.24994C2.58579 5.24994 2.25 5.58573 2.25 5.99994C2.25 6.41415 2.58579 6.74994 3 6.74994C5.07107 6.74994 6.75 5.07101 6.75 2.99994ZM18.75 2.99994C18.75 2.58573 18.4142 2.24994 18 2.24994C17.5858 2.24994 17.25 2.58573 17.25 2.99994C17.25 5.07101 18.9289 6.74994 21 6.74994C21.4142 6.74994 21.75 6.41415 21.75 5.99994C21.75 5.58573 21.4142 5.24994 21 5.24994C19.7574 5.24994 18.75 4.24258 18.75 2.99994ZM3 13.2499C2.58579 13.2499 2.25 13.5857 2.25 13.9999C2.25 14.4142 2.58579 14.7499 3 14.7499C4.24264 14.7499 5.25 15.7573 5.25 16.9999C5.25 17.4142 5.58579 17.7499 6 17.7499C6.41421 17.7499 6.75 17.4142 6.75 16.9999C6.75 14.9289 5.07107 13.2499 3 13.2499ZM21 13.2499C18.9289 13.2499 17.25 14.9289 17.25 16.9999C17.25 17.4142 17.5858 17.7499 18 17.7499C18.4142 17.7499 18.75 17.4142 18.75 16.9999C18.75 15.7573 19.7574 14.7499 21 14.7499C21.4142 14.7499 21.75 14.4142 21.75 13.9999C21.75 13.5857 21.4142 13.2499 21 13.2499ZM14.75 3.24994C14.75 2.83573 14.4142 2.49994 14 2.49994C13.5858 2.49994 13.25 2.83573 13.25 3.24994C13.25 3.94029 12.6904 4.49994 12 4.49994C11.3096 4.49994 10.75 3.94029 10.75 3.24994C10.75 2.83573 10.4142 2.49994 10 2.49994C9.58579 2.49994 9.25 2.83573 9.25 3.24994C9.25 4.76872 10.4812 5.99994 12 5.99994C13.5188 5.99994 14.75 4.76872 14.75 3.24994ZM10.75 16.7499C10.75 16.0596 11.3096 15.4999 12 15.4999C12.6904 15.4999 13.25 16.0596 13.25 16.7499C13.25 17.1642 13.5858 17.4999 14 17.4999C14.4142 17.4999 14.75 17.1642 14.75 16.7499C14.75 15.2312 13.5188 13.9999 12 13.9999C10.4812 13.9999 9.25 15.2312 9.25 16.7499C9.25 17.1642 9.58579 17.4999 10 17.4999C10.4142 17.4999 10.75 17.1642 10.75 16.7499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0648 10.6746C11.5206 10.9865 11.6373 11.6088 11.3254 12.0646L4.8254 21.5646C4.51354 22.0204 3.89122 22.1371 3.43541 21.8252C2.97961 21.5134 2.86292 20.8911 3.17479 20.4353L9.67479 10.9353C9.98665 10.4795 10.609 10.3628 11.0648 10.6746Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.0735 4.045C19.7718 4.0023 19.3515 3.99995 18.65 3.99995L5.35001 3.99995C4.64854 3.99995 4.22826 4.0023 3.92652 4.045C3.78826 4.06457 3.71685 4.08786 3.68203 4.10294C3.65542 4.11447 3.64861 4.12148 3.64238 4.12804C3.64235 4.12807 3.64248 4.12794 3.64238 4.12804C3.63839 4.13162 3.58227 4.18202 3.54412 4.48074C3.50193 4.81108 3.50001 5.26595 3.50001 5.99995L3.50001 13.9999C3.50001 14.7339 3.50193 15.1888 3.54412 15.5192C3.58227 15.8179 3.63818 15.8681 3.64217 15.8717C3.64214 15.8716 3.64228 15.8718 3.64217 15.8717C3.64841 15.8782 3.65542 15.8854 3.68203 15.897C3.71685 15.912 3.78826 15.9353 3.92652 15.9549C4.22826 15.9976 4.64854 15.9999 5.35001 15.9999L18.65 15.9999C19.3515 15.9999 19.7718 15.9976 20.0735 15.9549C20.2118 15.9353 20.2832 15.912 20.318 15.897C20.3446 15.8854 20.3514 15.8784 20.3576 15.8719C20.3575 15.872 20.3577 15.8718 20.3576 15.8719C20.3616 15.8683 20.4177 15.8179 20.4559 15.5192C20.4981 15.1888 20.5 14.7339 20.5 13.9999V5.99995C20.5 5.26595 20.4981 4.81108 20.4559 4.48074C20.4177 4.18201 20.3618 4.13181 20.3578 4.12823C20.3577 4.12813 20.3579 4.12826 20.3578 4.12823C20.3516 4.12167 20.3446 4.11446 20.318 4.10294C20.2832 4.08786 20.2118 4.06457 20.0735 4.045ZM20.3537 2.06473C20.8624 2.13671 21.3846 2.30527 21.8076 2.75054C22.2238 3.18859 22.3746 3.71702 22.4398 4.22735C22.5001 4.69975 22.5001 5.28449 22.5 5.94061V14.0593C22.5001 14.7154 22.5001 15.3002 22.4398 15.7726C22.3746 16.2829 22.2238 16.8113 21.8076 17.2494C21.3846 17.6946 20.8624 17.8632 20.3537 17.9352C19.8949 18.0001 19.3304 18 18.713 18L5.35001 18C5.32895 18 5.30795 18 5.28702 18C4.66957 18 4.10507 18.0001 3.64627 17.9352C3.13766 17.8632 2.61539 17.6946 2.19238 17.2494C1.77624 16.8113 1.62542 16.2829 1.56024 15.7726C1.4999 15.3002 1.49995 14.7154 1.5 14.0593L1.50001 5.99995C1.50001 5.98009 1.5 5.9603 1.5 5.94057C1.49995 5.28447 1.4999 4.69974 1.56024 4.22735C1.62542 3.71702 1.77624 3.18859 2.19238 2.75054C2.61539 2.30527 3.13766 2.13671 3.64627 2.06473C4.10507 1.9998 4.66957 1.99987 5.28703 1.99994C5.30796 1.99995 5.32895 1.99995 5.35001 1.99995L18.713 1.99994C19.3304 1.99987 19.8949 1.9998 20.3537 2.06473Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 8.99994C11 8.44765 11.4477 7.99994 12 7.99994H12.0119C12.5642 7.99994 13.0119 8.44765 13.0119 8.99994C13.0119 9.55222 12.5642 9.99994 12.0119 9.99994H12C11.4477 9.99994 11 9.55222 11 8.99994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.75 2.99994C6.75 2.58573 6.41421 2.24994 6 2.24994C5.58579 2.24994 5.25 2.58573 5.25 2.99994C5.25 4.24258 4.24264 5.24994 3 5.24994C2.58579 5.24994 2.25 5.58573 2.25 5.99994C2.25 6.41415 2.58579 6.74994 3 6.74994C5.07107 6.74994 6.75 5.07101 6.75 2.99994ZM18.75 2.99994C18.75 2.58573 18.4142 2.24994 18 2.24994C17.5858 2.24994 17.25 2.58573 17.25 2.99994C17.25 5.07101 18.9289 6.74994 21 6.74994C21.4142 6.74994 21.75 6.41415 21.75 5.99994C21.75 5.58573 21.4142 5.24994 21 5.24994C19.7574 5.24994 18.75 4.24258 18.75 2.99994ZM3 13.2499C2.58579 13.2499 2.25 13.5857 2.25 13.9999C2.25 14.4142 2.58579 14.7499 3 14.7499C4.24264 14.7499 5.25 15.7573 5.25 16.9999C5.25 17.4142 5.58579 17.7499 6 17.7499C6.41421 17.7499 6.75 17.4142 6.75 16.9999C6.75 14.9289 5.07107 13.2499 3 13.2499ZM21 13.2499C18.9289 13.2499 17.25 14.9289 17.25 16.9999C17.25 17.4142 17.5858 17.7499 18 17.7499C18.4142 17.7499 18.75 17.4142 18.75 16.9999C18.75 15.7573 19.7574 14.7499 21 14.7499C21.4142 14.7499 21.75 14.4142 21.75 13.9999C21.75 13.5857 21.4142 13.2499 21 13.2499ZM14.75 3.24994C14.75 2.83573 14.4142 2.49994 14 2.49994C13.5858 2.49994 13.25 2.83573 13.25 3.24994C13.25 3.94029 12.6904 4.49994 12 4.49994C11.3096 4.49994 10.75 3.94029 10.75 3.24994C10.75 2.83573 10.4142 2.49994 10 2.49994C9.58579 2.49994 9.25 2.83573 9.25 3.24994C9.25 4.76872 10.4812 5.99994 12 5.99994C13.5188 5.99994 14.75 4.76872 14.75 3.24994ZM10.75 16.7499C10.75 16.0596 11.3096 15.4999 12 15.4999C12.6904 15.4999 13.25 16.0596 13.25 16.7499C13.25 17.1642 13.5858 17.4999 14 17.4999C14.4142 17.4999 14.75 17.1642 14.75 16.7499C14.75 15.2312 13.5188 13.9999 12 13.9999C10.4812 13.9999 9.25 15.2312 9.25 16.7499C9.25 17.1642 9.58579 17.4999 10 17.4999C10.4142 17.4999 10.75 17.1642 10.75 16.7499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0648 10.6746C11.5206 10.9865 11.6373 11.6088 11.3254 12.0646L4.8254 21.5646C4.51354 22.0204 3.89122 22.1371 3.43541 21.8252C2.97961 21.5134 2.86292 20.8911 3.17479 20.4353L9.67479 10.9353C9.98665 10.4795 10.609 10.3628 11.0648 10.6746Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-potion{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.95 14.25C8.83954 14.25 8.75 14.3395 8.75 14.45V15C8.75 15.9665 9.5335 16.75 10.5 16.75C11.4665 16.75 12.25 15.9665 12.25 15V14.45C12.25 14.3395 12.1605 14.25 12.05 14.25H8.95Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.25C7.71979 7.25 4.25 10.7198 4.25 15C4.25 19.2802 7.71979 22.75 12 22.75C16.2802 22.75 19.75 19.2802 19.75 15C19.75 10.7198 16.2802 7.25 12 7.25ZM6.46277 14.25C6.34217 14.25 6.24876 14.1438 6.26884 14.0249C6.73265 11.279 9.12203 9.1875 11.9999 9.1875C14.8778 9.1875 17.2672 11.279 17.731 14.0249C17.7511 14.1438 17.6577 14.25 17.5371 14.25H13.95C13.8395 14.25 13.75 14.3395 13.75 14.45V15C13.75 16.795 12.2949 18.25 10.5 18.25C8.70507 18.25 7.25 16.795 7.25 15V14.45C7.25 14.3395 7.16046 14.25 7.05 14.25H6.46277Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1861 1.29059C12.3882 1.08406 11.5438 1.68903 11.599 2.5761L11.6717 3.74654L11.2508 3.63761C10.7161 3.49923 10.1705 3.82048 10.0321 4.35515C9.89376 4.88982 10.215 5.43543 10.7497 5.57381L11.4785 5.76245L10.8067 7.76024C10.7808 7.83728 10.7676 7.91802 10.7676 7.9993V8.01566C10.7676 8.22342 10.8538 8.42187 11.0056 8.5637C11.1574 8.70553 11.3612 8.77804 11.5685 8.76393C11.7109 8.75423 11.8548 8.7493 11.9999 8.7493C13.1985 8.7493 14.3162 9.08595 15.2661 9.66948C15.4976 9.81164 15.7878 9.81758 16.0248 9.68499C16.2341 9.56795 16.373 9.35909 16.4027 9.12488L16.9562 7.18017L17.7497 7.38554C18.2843 7.52393 18.83 7.20267 18.9683 6.66801C19.1067 6.13334 18.7855 5.58773 18.2508 5.44934L17.8723 5.35138L18.5279 4.39217C19.0309 3.65632 18.617 2.6962 17.7987 2.48441L13.1861 1.29059Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.0078 12C15.0078 12.5523 14.5621 13 14.0123 13L14.0033 13C13.4535 13 13.0078 12.5523 13.0078 12C13.0078 11.4477 13.4535 11 14.0033 11L14.0123 11C14.5621 11 15.0078 11.4477 15.0078 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.95 14.25C8.83954 14.25 8.75 14.3395 8.75 14.45V15C8.75 15.9665 9.5335 16.75 10.5 16.75C11.4665 16.75 12.25 15.9665 12.25 15V14.45C12.25 14.3395 12.1605 14.25 12.05 14.25H8.95Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.25C7.71979 7.25 4.25 10.7198 4.25 15C4.25 19.2802 7.71979 22.75 12 22.75C16.2802 22.75 19.75 19.2802 19.75 15C19.75 10.7198 16.2802 7.25 12 7.25ZM6.46277 14.25C6.34217 14.25 6.24876 14.1438 6.26884 14.0249C6.73265 11.279 9.12203 9.1875 11.9999 9.1875C14.8778 9.1875 17.2672 11.279 17.731 14.0249C17.7511 14.1438 17.6577 14.25 17.5371 14.25H13.95C13.8395 14.25 13.75 14.3395 13.75 14.45V15C13.75 16.795 12.2949 18.25 10.5 18.25C8.70507 18.25 7.25 16.795 7.25 15V14.45C7.25 14.3395 7.16046 14.25 7.05 14.25H6.46277Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1861 1.29059C12.3882 1.08406 11.5438 1.68903 11.599 2.5761L11.6717 3.74654L11.2508 3.63761C10.7161 3.49923 10.1705 3.82048 10.0321 4.35515C9.89376 4.88982 10.215 5.43543 10.7497 5.57381L11.4785 5.76245L10.8067 7.76024C10.7808 7.83728 10.7676 7.91802 10.7676 7.9993V8.01566C10.7676 8.22342 10.8538 8.42187 11.0056 8.5637C11.1574 8.70553 11.3612 8.77804 11.5685 8.76393C11.7109 8.75423 11.8548 8.7493 11.9999 8.7493C13.1985 8.7493 14.3162 9.08595 15.2661 9.66948C15.4976 9.81164 15.7878 9.81758 16.0248 9.68499C16.2341 9.56795 16.373 9.35909 16.4027 9.12488L16.9562 7.18017L17.7497 7.38554C18.2843 7.52393 18.83 7.20267 18.9683 6.66801C19.1067 6.13334 18.7855 5.58773 18.2508 5.44934L17.8723 5.35138L18.5279 4.39217C19.0309 3.65632 18.617 2.6962 17.7987 2.48441L13.1861 1.29059Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.0078 12C15.0078 12.5523 14.5621 13 14.0123 13L14.0033 13C13.4535 13 13.0078 12.5523 13.0078 12C13.0078 11.4477 13.4535 11 14.0033 11L14.0123 11C14.5621 11 15.0078 11.4477 15.0078 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-puzzle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.24904 5C6.24904 2.92893 7.92797 1.25 9.99904 1.25C12.0701 1.25 13.749 2.92893 13.749 5C13.749 5.08751 13.746 5.17439 13.7401 5.26052C14.4775 5.27565 15.1165 5.31322 15.6639 5.40844C16.4468 5.54462 17.1118 5.80948 17.6507 6.34835C18.1896 6.88722 18.4544 7.55227 18.5906 8.33514C18.6858 8.88251 18.7234 9.52155 18.7385 10.2589C18.8247 10.253 18.9115 10.25 18.999 10.25C21.0701 10.25 22.749 11.9289 22.749 14C22.749 16.0711 21.0701 17.75 18.999 17.75C18.9115 17.75 18.8247 17.747 18.7385 17.7411C18.7234 18.4785 18.6858 19.1175 18.5906 19.6649C18.4544 20.4477 18.1896 21.1128 17.6507 21.6517C17.1119 22.1905 16.4469 22.4553 15.6641 22.5915C14.9031 22.7239 13.9648 22.7449 12.8314 22.749C12.5875 22.7499 12.3584 22.6322 12.2172 22.4333C12.076 22.2344 12.0403 21.9793 12.1215 21.7493C12.2039 21.5159 12.249 21.264 12.249 21C12.249 19.7574 11.2417 18.75 9.99904 18.75C8.7564 18.75 7.74904 19.7574 7.74904 21C7.74904 21.264 7.79421 21.5159 7.87663 21.7493C7.95783 21.9793 7.92212 22.2344 7.7809 22.4333C7.63967 22.6322 7.41057 22.7499 7.16667 22.749C6.03327 22.7449 5.095 22.7239 4.33395 22.5915C3.55118 22.4553 2.88621 22.1905 2.34739 21.6517C1.80857 21.1128 1.54372 20.4479 1.40752 19.6651C1.2751 18.904 1.25415 17.9658 1.25001 16.8324C1.24911 16.5885 1.36688 16.3594 1.56574 16.2181C1.76459 16.0769 2.0197 16.0412 2.24969 16.1224C2.48311 16.2048 2.73499 16.25 2.99904 16.25C4.24168 16.25 5.24904 15.2426 5.24904 14C5.24904 12.7574 4.24168 11.75 2.99904 11.75C2.73499 11.75 2.48311 11.7952 2.24969 11.8776C2.0197 11.9588 1.76459 11.9231 1.56574 11.7819C1.36688 11.6406 1.24911 11.4115 1.25001 11.1676C1.25415 10.0342 1.2751 9.09595 1.40752 8.33491C1.54372 7.55214 1.80857 6.88717 2.34739 6.34835C2.88626 5.80948 3.55131 5.54462 4.33418 5.40844C4.88155 5.31322 5.52059 5.27565 6.25798 5.26052C6.25205 5.17439 6.24904 5.08751 6.24904 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.24904 5C6.24904 2.92893 7.92797 1.25 9.99904 1.25C12.0701 1.25 13.749 2.92893 13.749 5C13.749 5.08751 13.746 5.17439 13.7401 5.26052C14.4775 5.27565 15.1165 5.31322 15.6639 5.40844C16.4468 5.54462 17.1118 5.80948 17.6507 6.34835C18.1896 6.88722 18.4544 7.55227 18.5906 8.33514C18.6858 8.88251 18.7234 9.52155 18.7385 10.2589C18.8247 10.253 18.9115 10.25 18.999 10.25C21.0701 10.25 22.749 11.9289 22.749 14C22.749 16.0711 21.0701 17.75 18.999 17.75C18.9115 17.75 18.8247 17.747 18.7385 17.7411C18.7234 18.4785 18.6858 19.1175 18.5906 19.6649C18.4544 20.4477 18.1896 21.1128 17.6507 21.6517C17.1119 22.1905 16.4469 22.4553 15.6641 22.5915C14.9031 22.7239 13.9648 22.7449 12.8314 22.749C12.5875 22.7499 12.3584 22.6322 12.2172 22.4333C12.076 22.2344 12.0403 21.9793 12.1215 21.7493C12.2039 21.5159 12.249 21.264 12.249 21C12.249 19.7574 11.2417 18.75 9.99904 18.75C8.7564 18.75 7.74904 19.7574 7.74904 21C7.74904 21.264 7.79421 21.5159 7.87663 21.7493C7.95783 21.9793 7.92212 22.2344 7.7809 22.4333C7.63967 22.6322 7.41057 22.7499 7.16667 22.749C6.03327 22.7449 5.095 22.7239 4.33395 22.5915C3.55118 22.4553 2.88621 22.1905 2.34739 21.6517C1.80857 21.1128 1.54372 20.4479 1.40752 19.6651C1.2751 18.904 1.25415 17.9658 1.25001 16.8324C1.24911 16.5885 1.36688 16.3594 1.56574 16.2181C1.76459 16.0769 2.0197 16.0412 2.24969 16.1224C2.48311 16.2048 2.73499 16.25 2.99904 16.25C4.24168 16.25 5.24904 15.2426 5.24904 14C5.24904 12.7574 4.24168 11.75 2.99904 11.75C2.73499 11.75 2.48311 11.7952 2.24969 11.8776C2.0197 11.9588 1.76459 11.9231 1.56574 11.7819C1.36688 11.6406 1.24911 11.4115 1.25001 11.1676C1.25415 10.0342 1.2751 9.09595 1.40752 8.33491C1.54372 7.55214 1.80857 6.88717 2.34739 6.34835C2.88626 5.80948 3.55131 5.54462 4.33418 5.40844C4.88155 5.31322 5.52059 5.27565 6.25798 5.26052C6.25205 5.17439 6.24904 5.08751 6.24904 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-racing-flag{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2465 2.762L13.1438 2.44531C12.3472 2.71715 11.539 3.08361 10.7171 3.45622C9.83479 3.85627 8.9368 4.26341 8.02083 4.56818L8.05035 4.66186C8.00758 4.65303 7.96193 4.6553 7.91769 4.67073C7.78732 4.7162 7.7185 4.85875 7.76397 4.98912L9.04033 8.6485C8.62773 8.85243 8.2204 9.02682 7.81553 9.15438C6.72657 9.49747 5.68476 9.49154 4.6387 8.79417C4.52382 8.71758 4.3686 8.74862 4.29201 8.8635C4.23043 8.95587 4.23844 9.07432 4.30365 9.157L5.67189 13.9115C7.29834 14.6716 8.87845 14.0035 10.5888 13.088C10.6357 13.216 10.7768 13.2831 10.9059 13.2381C11.0363 13.1926 11.1051 13.0501 11.0596 12.9197L9.65575 8.89472C10.1253 8.6463 10.5948 8.37192 11.0627 8.09849C11.2087 8.01318 11.3547 7.9279 11.5003 7.8436C12.4025 7.32129 13.302 6.83008 14.2154 6.52487L15.7656 10.7079C15.8136 10.8374 15.9574 10.9035 16.0869 10.8555C16.1247 10.8415 16.157 10.8194 16.1827 10.7918C17.6307 10.6158 19.2182 10.8591 21.0001 11.8889L19.356 6.90093C19.2006 6.79582 19.0415 6.70062 18.8795 6.61479C17.5416 5.73444 16.2481 5.57245 15.0014 5.80332C14.8405 5.83312 14.6804 5.86945 14.5213 5.91153L13.4109 2.91515C13.3823 2.83805 13.3198 2.78344 13.2465 2.762Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5177 2.44639C12.8783 1.37687 15.7624 0.0701351 18.559 1.95544C18.7429 2.0794 18.8804 2.26097 18.9498 2.47158L21.9498 11.5735C22.0796 11.9675 21.9527 12.4008 21.6308 12.6625C21.3089 12.9242 20.8589 12.9599 20.4997 12.7523C18.9275 11.8438 17.578 11.6406 16.3706 11.7743C15.133 11.9114 13.9755 12.4091 12.7976 13.0254C12.4918 13.1854 12.1752 13.3593 11.8527 13.5365C11.0011 14.0043 10.108 14.495 9.2603 14.8136C8.57414 15.0715 7.84815 15.2477 7.09525 15.2394L8.9611 21.723C9.11383 22.2538 8.8074 22.8079 8.27665 22.9606C7.74591 23.1133 7.19184 22.8069 7.0391 22.2762L4.71222 14.1904C4.71121 14.187 4.71022 14.1836 4.70925 14.1801L2.03903 4.90138C1.93338 4.53424 2.04614 4.13898 2.32961 3.88285C2.61308 3.62672 3.01771 3.55448 3.37229 3.6967C5.68963 4.62615 7.88041 3.641 10.4575 2.47366C10.4775 2.46459 10.4976 2.4555 10.5177 2.44639ZM6.49438 13.1514C7.11849 13.3244 7.77259 13.2362 8.55661 12.9415C9.26255 12.6761 9.95719 12.2943 10.7516 11.8577C11.1019 11.6652 11.4717 11.4619 11.8704 11.2533C13.1085 10.6055 14.5341 9.96546 16.1505 9.78648C17.1666 9.67396 18.2318 9.74606 19.3515 10.0796L17.164 3.4427C15.4933 2.50404 13.7402 3.18231 11.2827 4.29547C11.1965 4.33451 11.1095 4.37407 11.0217 4.41399C9.13588 5.27128 6.87877 6.29737 4.44056 6.01458L6.49438 13.1514Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2465 2.762L13.1438 2.44531C12.3472 2.71715 11.539 3.08361 10.7171 3.45622C9.83479 3.85627 8.9368 4.26341 8.02083 4.56818L8.05035 4.66186C8.00758 4.65303 7.96193 4.6553 7.91769 4.67073C7.78732 4.7162 7.7185 4.85875 7.76397 4.98912L9.04033 8.6485C8.62773 8.85243 8.2204 9.02682 7.81553 9.15438C6.72657 9.49747 5.68476 9.49154 4.6387 8.79417C4.52382 8.71758 4.3686 8.74862 4.29201 8.8635C4.23043 8.95587 4.23844 9.07432 4.30365 9.157L5.67189 13.9115C7.29834 14.6716 8.87845 14.0035 10.5888 13.088C10.6357 13.216 10.7768 13.2831 10.9059 13.2381C11.0363 13.1926 11.1051 13.0501 11.0596 12.9197L9.65575 8.89472C10.1253 8.6463 10.5948 8.37192 11.0627 8.09849C11.2087 8.01318 11.3547 7.9279 11.5003 7.8436C12.4025 7.32129 13.302 6.83008 14.2154 6.52487L15.7656 10.7079C15.8136 10.8374 15.9574 10.9035 16.0869 10.8555C16.1247 10.8415 16.157 10.8194 16.1827 10.7918C17.6307 10.6158 19.2182 10.8591 21.0001 11.8889L19.356 6.90093C19.2006 6.79582 19.0415 6.70062 18.8795 6.61479C17.5416 5.73444 16.2481 5.57245 15.0014 5.80332C14.8405 5.83312 14.6804 5.86945 14.5213 5.91153L13.4109 2.91515C13.3823 2.83805 13.3198 2.78344 13.2465 2.762Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5177 2.44639C12.8783 1.37687 15.7624 0.0701351 18.559 1.95544C18.7429 2.0794 18.8804 2.26097 18.9498 2.47158L21.9498 11.5735C22.0796 11.9675 21.9527 12.4008 21.6308 12.6625C21.3089 12.9242 20.8589 12.9599 20.4997 12.7523C18.9275 11.8438 17.578 11.6406 16.3706 11.7743C15.133 11.9114 13.9755 12.4091 12.7976 13.0254C12.4918 13.1854 12.1752 13.3593 11.8527 13.5365C11.0011 14.0043 10.108 14.495 9.2603 14.8136C8.57414 15.0715 7.84815 15.2477 7.09525 15.2394L8.9611 21.723C9.11383 22.2538 8.8074 22.8079 8.27665 22.9606C7.74591 23.1133 7.19184 22.8069 7.0391 22.2762L4.71222 14.1904C4.71121 14.187 4.71022 14.1836 4.70925 14.1801L2.03903 4.90138C1.93338 4.53424 2.04614 4.13898 2.32961 3.88285C2.61308 3.62672 3.01771 3.55448 3.37229 3.6967C5.68963 4.62615 7.88041 3.641 10.4575 2.47366C10.4775 2.46459 10.4976 2.4555 10.5177 2.44639ZM6.49438 13.1514C7.11849 13.3244 7.77259 13.2362 8.55661 12.9415C9.26255 12.6761 9.95719 12.2943 10.7516 11.8577C11.1019 11.6652 11.4717 11.4619 11.8704 11.2533C13.1085 10.6055 14.5341 9.96546 16.1505 9.78648C17.1666 9.67396 18.2318 9.74606 19.3515 10.0796L17.164 3.4427C15.4933 2.50404 13.7402 3.18231 11.2827 4.29547C11.1965 4.33451 11.1095 4.37407 11.0217 4.41399C9.13588 5.27128 6.87877 6.29737 4.44056 6.01458L6.49438 13.1514Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-roller-skate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 17.8749C3.44772 17.8749 3 18.3226 3 18.8749C3 19.4272 3.44772 19.8749 4 19.8749C4.55228 19.8749 5 19.4272 5 18.8749C5 18.3226 4.55228 17.8749 4 17.8749ZM1 18.8749C1 17.218 2.34315 15.8749 4 15.8749C5.65685 15.8749 7 17.218 7 18.8749C7 20.5317 5.65685 21.8749 4 21.8749C2.34315 21.8749 1 20.5317 1 18.8749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17.8749C11.4477 17.8749 11 18.3226 11 18.8749C11 19.4272 11.4477 19.8749 12 19.8749C12.5523 19.8749 13 19.4272 13 18.8749C13 18.3226 12.5523 17.8749 12 17.8749ZM9 18.8749C9 17.218 10.3431 15.8749 12 15.8749C13.6569 15.8749 15 17.218 15 18.8749C15 20.5317 13.6569 21.8749 12 21.8749C10.3431 21.8749 9 20.5317 9 18.8749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 17.8749C19.4477 17.8749 19 18.3226 19 18.8749C19 19.4272 19.4477 19.8749 20 19.8749C20.5523 19.8749 21 19.4272 21 18.8749C21 18.3226 20.5523 17.8749 20 17.8749ZM17 18.8749C17 17.218 18.3431 15.8749 20 15.8749C21.6569 15.8749 23 17.218 23 18.8749C23 20.5317 21.6569 21.8749 20 21.8749C18.3431 21.8749 17 20.5317 17 18.8749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 18.8749C5 18.3226 5.44772 17.8749 6 17.8749H10C10.5523 17.8749 11 18.3226 11 18.8749C11 19.4272 10.5523 19.8749 10 19.8749H6C5.44772 19.8749 5 19.4272 5 18.8749ZM13 18.8749C13 18.3226 13.4477 17.8749 14 17.8749H18C18.5523 17.8749 19 18.3226 19 18.8749C19 19.4272 18.5523 19.8749 18 19.8749H14C13.4477 19.8749 13 19.4272 13 18.8749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.10112 2.71137C8.61583 2.22281 10.1643 2.01901 11.1175 2.17876C11.5476 2.25085 11.8774 2.59622 11.9255 3.02512C11.9535 3.27464 12.0073 3.60832 12.0893 3.99431C12.1385 4.22609 12.1632 4.34198 12.1179 4.43476C12.0727 4.52755 11.9694 4.57807 11.7626 4.6791L9.67084 5.70144C9.2987 5.88333 9.14446 6.33245 9.32634 6.7046C9.50822 7.07674 9.95735 7.23098 10.3295 7.0491L12.5069 5.98489C12.576 5.95116 12.6589 5.98487 12.6857 6.05687C12.7478 6.22398 12.813 6.3887 12.881 6.55013C12.9856 6.79829 13.0379 6.92236 13.0027 7.02924C12.9674 7.13611 12.8559 7.20202 12.6331 7.33384L11.1184 8.22973C10.7618 8.4406 10.6438 8.90056 10.8546 9.25708C11.0655 9.6136 11.5255 9.73168 11.882 9.52081L13.4256 8.60781C13.6352 8.48383 13.74 8.42184 13.8428 8.43544C13.9456 8.44903 14.0401 8.54574 14.2291 8.73916C14.3215 8.83375 14.4161 8.92099 14.5129 9.00011C14.8366 9.26464 15.3873 9.51205 16.1621 9.75806C16.6851 9.9241 18.0623 10.2878 18.6371 10.4384C19.474 10.6666 20.357 10.9341 21.0665 11.3064C21.7585 11.6694 22.5112 12.2509 22.6936 13.2095C22.8628 14.0988 22.6517 14.9798 22.0558 15.6383C21.4646 16.2917 20.5882 16.6249 19.6119 16.6249L4.96048 16.6251C3.9755 16.627 3.04337 16.6287 2.19386 15.8375C1.83393 15.5023 1.57658 15.1576 1.4296 14.7292C1.30557 14.3677 1.27939 13.9427 1.261 13.644C1.16042 12.0416 1.77196 10.6846 2.18497 9.95811C2.72341 9.01096 2.71997 7.57342 2.43762 6.20827C2.37542 5.90751 2.46133 5.59541 2.66911 5.36737C3.86008 4.06024 5.56238 3.20769 7.10112 2.71137ZM4.52931 11.3318C4.30863 11.0388 4.19829 10.8923 4.02748 10.9122C3.85668 10.932 3.78157 11.1029 3.63137 11.4446C3.35083 12.0828 3.16339 12.7548 3.21168 13.5241C3.23534 13.9011 3.24943 14.0177 3.28037 14.1079C3.29562 14.1523 3.33053 14.2407 3.53367 14.4299C3.67213 14.5589 3.78055 14.6096 3.95784 14.6428C4.19782 14.6877 4.51259 14.6915 5.10562 14.6915H5.21661C5.54502 14.6915 5.70922 14.6915 5.79931 14.577C5.88939 14.4626 5.85279 14.3112 5.77959 14.0084C5.53726 13.0061 5.10456 12.0955 4.52931 11.3318Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 17.8749C3.44772 17.8749 3 18.3226 3 18.8749C3 19.4272 3.44772 19.8749 4 19.8749C4.55228 19.8749 5 19.4272 5 18.8749C5 18.3226 4.55228 17.8749 4 17.8749ZM1 18.8749C1 17.218 2.34315 15.8749 4 15.8749C5.65685 15.8749 7 17.218 7 18.8749C7 20.5317 5.65685 21.8749 4 21.8749C2.34315 21.8749 1 20.5317 1 18.8749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17.8749C11.4477 17.8749 11 18.3226 11 18.8749C11 19.4272 11.4477 19.8749 12 19.8749C12.5523 19.8749 13 19.4272 13 18.8749C13 18.3226 12.5523 17.8749 12 17.8749ZM9 18.8749C9 17.218 10.3431 15.8749 12 15.8749C13.6569 15.8749 15 17.218 15 18.8749C15 20.5317 13.6569 21.8749 12 21.8749C10.3431 21.8749 9 20.5317 9 18.8749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 17.8749C19.4477 17.8749 19 18.3226 19 18.8749C19 19.4272 19.4477 19.8749 20 19.8749C20.5523 19.8749 21 19.4272 21 18.8749C21 18.3226 20.5523 17.8749 20 17.8749ZM17 18.8749C17 17.218 18.3431 15.8749 20 15.8749C21.6569 15.8749 23 17.218 23 18.8749C23 20.5317 21.6569 21.8749 20 21.8749C18.3431 21.8749 17 20.5317 17 18.8749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 18.8749C5 18.3226 5.44772 17.8749 6 17.8749H10C10.5523 17.8749 11 18.3226 11 18.8749C11 19.4272 10.5523 19.8749 10 19.8749H6C5.44772 19.8749 5 19.4272 5 18.8749ZM13 18.8749C13 18.3226 13.4477 17.8749 14 17.8749H18C18.5523 17.8749 19 18.3226 19 18.8749C19 19.4272 18.5523 19.8749 18 19.8749H14C13.4477 19.8749 13 19.4272 13 18.8749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.10112 2.71137C8.61583 2.22281 10.1643 2.01901 11.1175 2.17876C11.5476 2.25085 11.8774 2.59622 11.9255 3.02512C11.9535 3.27464 12.0073 3.60832 12.0893 3.99431C12.1385 4.22609 12.1632 4.34198 12.1179 4.43476C12.0727 4.52755 11.9694 4.57807 11.7626 4.6791L9.67084 5.70144C9.2987 5.88333 9.14446 6.33245 9.32634 6.7046C9.50822 7.07674 9.95735 7.23098 10.3295 7.0491L12.5069 5.98489C12.576 5.95116 12.6589 5.98487 12.6857 6.05687C12.7478 6.22398 12.813 6.3887 12.881 6.55013C12.9856 6.79829 13.0379 6.92236 13.0027 7.02924C12.9674 7.13611 12.8559 7.20202 12.6331 7.33384L11.1184 8.22973C10.7618 8.4406 10.6438 8.90056 10.8546 9.25708C11.0655 9.6136 11.5255 9.73168 11.882 9.52081L13.4256 8.60781C13.6352 8.48383 13.74 8.42184 13.8428 8.43544C13.9456 8.44903 14.0401 8.54574 14.2291 8.73916C14.3215 8.83375 14.4161 8.92099 14.5129 9.00011C14.8366 9.26464 15.3873 9.51205 16.1621 9.75806C16.6851 9.9241 18.0623 10.2878 18.6371 10.4384C19.474 10.6666 20.357 10.9341 21.0665 11.3064C21.7585 11.6694 22.5112 12.2509 22.6936 13.2095C22.8628 14.0988 22.6517 14.9798 22.0558 15.6383C21.4646 16.2917 20.5882 16.6249 19.6119 16.6249L4.96048 16.6251C3.9755 16.627 3.04337 16.6287 2.19386 15.8375C1.83393 15.5023 1.57658 15.1576 1.4296 14.7292C1.30557 14.3677 1.27939 13.9427 1.261 13.644C1.16042 12.0416 1.77196 10.6846 2.18497 9.95811C2.72341 9.01096 2.71997 7.57342 2.43762 6.20827C2.37542 5.90751 2.46133 5.59541 2.66911 5.36737C3.86008 4.06024 5.56238 3.20769 7.10112 2.71137ZM4.52931 11.3318C4.30863 11.0388 4.19829 10.8923 4.02748 10.9122C3.85668 10.932 3.78157 11.1029 3.63137 11.4446C3.35083 12.0828 3.16339 12.7548 3.21168 13.5241C3.23534 13.9011 3.24943 14.0177 3.28037 14.1079C3.29562 14.1523 3.33053 14.2407 3.53367 14.4299C3.67213 14.5589 3.78055 14.6096 3.95784 14.6428C4.19782 14.6877 4.51259 14.6915 5.10562 14.6915H5.21661C5.54502 14.6915 5.70922 14.6915 5.79931 14.577C5.88939 14.4626 5.85279 14.3112 5.77959 14.0084C5.53726 13.0061 5.10456 12.0955 4.52931 11.3318Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-spades{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2147 1.75906C10.8115 1.46174 11.4318 1.25 11.9996 1.25C12.5675 1.25 13.1877 1.46174 13.7845 1.75906C14.3963 2.06388 15.0523 2.49371 15.7101 3.00733C17.0253 4.03428 18.4011 5.43827 19.5041 6.97234C20.5997 8.49603 21.4719 10.2116 21.6944 11.8593C21.9233 13.5542 21.458 15.1985 19.8748 16.3736C18.2639 17.5693 16.4089 17.6922 14.9765 17.3329C14.799 17.2884 14.647 17.2504 14.5163 17.2188C14.7498 17.7688 15.3859 19.1466 15.56 19.4793C15.7683 19.8903 15.9572 20.263 16.0651 20.5685C16.1696 20.864 16.2934 21.3465 16.0092 21.7984C15.8002 22.1307 15.4489 22.301 15.1969 22.3957C14.9148 22.5016 14.5838 22.5747 14.2434 22.6263C13.5584 22.7301 12.7257 22.7631 11.9193 22.7455C11.1111 22.728 10.2973 22.659 9.6458 22.5477C9.32258 22.4924 9.01682 22.423 8.76411 22.3353C8.63812 22.2915 8.50583 22.2366 8.38432 22.1657C8.27359 22.101 8.10862 21.987 7.99005 21.7984C7.70582 21.3465 7.82967 20.864 7.9341 20.5685C8.04205 20.263 8.23095 19.8903 8.43922 19.4793L8.43923 19.4793C8.61331 19.1466 9.2494 17.7688 9.48297 17.2188C9.35222 17.2504 9.20022 17.2884 9.02276 17.3329C7.59031 17.6922 5.73533 17.5693 4.12444 16.3736C2.54123 15.1985 2.07595 13.5542 2.30483 11.8593C2.52732 10.2116 3.39954 8.49603 4.49511 6.97234C5.59814 5.43827 6.97399 4.03428 8.28916 3.00733C8.94692 2.49371 9.60292 2.06388 10.2147 1.75906Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2147 1.75906C10.8115 1.46174 11.4318 1.25 11.9996 1.25C12.5675 1.25 13.1877 1.46174 13.7845 1.75906C14.3963 2.06388 15.0523 2.49371 15.7101 3.00733C17.0253 4.03428 18.4011 5.43827 19.5041 6.97234C20.5997 8.49603 21.4719 10.2116 21.6944 11.8593C21.9233 13.5542 21.458 15.1985 19.8748 16.3736C18.2639 17.5693 16.4089 17.6922 14.9765 17.3329C14.799 17.2884 14.647 17.2504 14.5163 17.2188C14.7498 17.7688 15.3859 19.1466 15.56 19.4793C15.7683 19.8903 15.9572 20.263 16.0651 20.5685C16.1696 20.864 16.2934 21.3465 16.0092 21.7984C15.8002 22.1307 15.4489 22.301 15.1969 22.3957C14.9148 22.5016 14.5838 22.5747 14.2434 22.6263C13.5584 22.7301 12.7257 22.7631 11.9193 22.7455C11.1111 22.728 10.2973 22.659 9.6458 22.5477C9.32258 22.4924 9.01682 22.423 8.76411 22.3353C8.63812 22.2915 8.50583 22.2366 8.38432 22.1657C8.27359 22.101 8.10862 21.987 7.99005 21.7984C7.70582 21.3465 7.82967 20.864 7.9341 20.5685C8.04205 20.263 8.23095 19.8903 8.43922 19.4793L8.43923 19.4793C8.61331 19.1466 9.2494 17.7688 9.48297 17.2188C9.35222 17.2504 9.20022 17.2884 9.02276 17.3329C7.59031 17.6922 5.73533 17.5693 4.12444 16.3736C2.54123 15.1985 2.07595 13.5542 2.30483 11.8593C2.52732 10.2116 3.39954 8.49603 4.49511 6.97234C5.59814 5.43827 6.97399 4.03428 8.28916 3.00733C8.94692 2.49371 9.60292 2.06388 10.2147 1.75906Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-spartan-helmet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 20C9 19.4477 9.44772 19 10 19H14C14.5523 19 15 19.4477 15 20C15 20.5523 14.5523 21 14 21H10C9.44772 21 9 20.5523 9 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.2947 1.31022C12.1067 1.22993 11.8939 1.22993 11.7058 1.31022C8.6273 2.6244 6.19394 4.35825 4.76031 6.6828C3.31204 9.03109 2.94613 11.8805 3.81078 15.2786C3.89621 15.6143 3.8806 15.952 3.76766 16.2413L2.39182 19.7652C2.19051 20.2808 2.19942 20.7935 2.44483 21.2435C2.67016 21.6566 3.04295 21.9192 3.37243 22.0893C3.95107 22.3879 4.80757 22.5622 5.22036 22.646C7.97217 23.2251 10.6104 21.3337 11.0479 18.5362C11.1245 18.0466 11.122 17.603 11.0163 17.2008C10.9075 16.7871 10.7006 16.4594 10.4341 16.194C10.1788 15.9397 9.87815 15.7522 9.5945 15.5975C9.47561 15.5327 9.06171 15.3311 8.7597 15.184C8.6326 15.1221 8.52531 15.0699 8.46817 15.0415C8.36048 14.9863 8.21802 14.9009 8.0783 14.7816C7.80535 14.5485 7.56326 14.2099 7.56326 13.6913C7.56326 12.9143 8.17342 12.3156 8.88807 12.3156C9.41322 12.3156 9.86369 12.4736 10.3382 12.9863C10.6224 13.2933 10.8681 13.5589 11.0716 13.7446C11.1774 13.8412 11.2989 13.9419 11.4324 14.0208C11.5645 14.099 11.7597 14.187 12.0004 14.187C12.241 14.187 12.4362 14.099 12.5683 14.0208C12.7018 13.9418 12.8232 13.8412 12.9291 13.7445C13.1325 13.5587 13.3782 13.2931 13.6623 12.9861C14.1367 12.4735 14.5868 12.3156 15.1118 12.3156C15.8265 12.3156 16.4366 12.9143 16.4366 13.6913C16.4366 14.2099 16.1945 14.5485 15.9216 14.7816C15.7819 14.9009 15.6394 14.9863 15.5317 15.0415C15.4746 15.0699 15.3672 15.1221 15.2401 15.1841C14.9381 15.3312 14.5243 15.5327 14.4054 15.5975C14.1217 15.7522 13.8211 15.9397 13.5658 16.194C13.2993 16.4594 13.0924 16.7871 12.9836 17.2008C12.8779 17.603 12.8754 18.0466 12.952 18.5362C13.3895 21.3337 16.0277 23.2251 18.7795 22.646C19.1923 22.5622 20.0488 22.3879 20.6275 22.0893C20.9569 21.9192 21.3297 21.6566 21.5551 21.2435C21.8005 20.7935 21.8094 20.2808 21.6081 19.7652L20.2322 16.2413C20.1193 15.952 20.1037 15.6143 20.1891 15.2786C21.0538 11.8805 20.688 9.03113 19.24 6.68283C17.8065 4.35827 15.3733 2.6244 12.2947 1.31022ZM11.9955 6.75C11.3076 6.75 10.75 7.30964 10.75 8C10.75 8.69036 11.3076 9.25 11.9955 9.25H12.0045C12.6924 9.25 13.25 8.69036 13.25 8C13.25 7.30964 12.6924 6.75 12.0045 6.75H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 20C9 19.4477 9.44772 19 10 19H14C14.5523 19 15 19.4477 15 20C15 20.5523 14.5523 21 14 21H10C9.44772 21 9 20.5523 9 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.2947 1.31022C12.1067 1.22993 11.8939 1.22993 11.7058 1.31022C8.6273 2.6244 6.19394 4.35825 4.76031 6.6828C3.31204 9.03109 2.94613 11.8805 3.81078 15.2786C3.89621 15.6143 3.8806 15.952 3.76766 16.2413L2.39182 19.7652C2.19051 20.2808 2.19942 20.7935 2.44483 21.2435C2.67016 21.6566 3.04295 21.9192 3.37243 22.0893C3.95107 22.3879 4.80757 22.5622 5.22036 22.646C7.97217 23.2251 10.6104 21.3337 11.0479 18.5362C11.1245 18.0466 11.122 17.603 11.0163 17.2008C10.9075 16.7871 10.7006 16.4594 10.4341 16.194C10.1788 15.9397 9.87815 15.7522 9.5945 15.5975C9.47561 15.5327 9.06171 15.3311 8.7597 15.184C8.6326 15.1221 8.52531 15.0699 8.46817 15.0415C8.36048 14.9863 8.21802 14.9009 8.0783 14.7816C7.80535 14.5485 7.56326 14.2099 7.56326 13.6913C7.56326 12.9143 8.17342 12.3156 8.88807 12.3156C9.41322 12.3156 9.86369 12.4736 10.3382 12.9863C10.6224 13.2933 10.8681 13.5589 11.0716 13.7446C11.1774 13.8412 11.2989 13.9419 11.4324 14.0208C11.5645 14.099 11.7597 14.187 12.0004 14.187C12.241 14.187 12.4362 14.099 12.5683 14.0208C12.7018 13.9418 12.8232 13.8412 12.9291 13.7445C13.1325 13.5587 13.3782 13.2931 13.6623 12.9861C14.1367 12.4735 14.5868 12.3156 15.1118 12.3156C15.8265 12.3156 16.4366 12.9143 16.4366 13.6913C16.4366 14.2099 16.1945 14.5485 15.9216 14.7816C15.7819 14.9009 15.6394 14.9863 15.5317 15.0415C15.4746 15.0699 15.3672 15.1221 15.2401 15.1841C14.9381 15.3312 14.5243 15.5327 14.4054 15.5975C14.1217 15.7522 13.8211 15.9397 13.5658 16.194C13.2993 16.4594 13.0924 16.7871 12.9836 17.2008C12.8779 17.603 12.8754 18.0466 12.952 18.5362C13.3895 21.3337 16.0277 23.2251 18.7795 22.646C19.1923 22.5622 20.0488 22.3879 20.6275 22.0893C20.9569 21.9192 21.3297 21.6566 21.5551 21.2435C21.8005 20.7935 21.8094 20.2808 21.6081 19.7652L20.2322 16.2413C20.1193 15.952 20.1037 15.6143 20.1891 15.2786C21.0538 11.8805 20.688 9.03113 19.24 6.68283C17.8065 4.35827 15.3733 2.6244 12.2947 1.31022ZM11.9955 6.75C11.3076 6.75 10.75 7.30964 10.75 8C10.75 8.69036 11.3076 9.25 11.9955 9.25H12.0045C12.6924 9.25 13.25 8.69036 13.25 8C13.25 7.30964 12.6924 6.75 12.0045 6.75H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-steering{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12 9.25C11.6295 9.25 10.5641 9.26325 8.57523 10.0153C7.55851 10.3997 6.36632 10.1406 5.46315 9.76002C5.25859 9.67383 5.02637 9.68268 4.82897 9.78419C4.63157 9.88569 4.48927 10.0694 4.44036 10.2859C4.31567 10.838 4.25 11.4118 4.25 12C4.25 12.4821 4.29412 12.9546 4.37873 13.4135C4.43436 13.7151 4.66807 13.9525 4.96882 14.0128C5.97308 14.2142 7.13598 14.5922 8.0553 15.3306C8.94576 16.0458 9.6488 17.1293 9.72164 18.864C9.73589 19.2033 9.97638 19.4907 10.3079 19.5646C10.8532 19.6861 11.4196 19.75 12 19.75C12.5804 19.75 13.1468 19.6861 13.6921 19.5646C14.0236 19.4907 14.2641 19.2033 14.2784 18.864C14.3512 17.1293 15.0542 16.0458 15.9447 15.3306C16.864 14.5922 18.0269 14.2142 19.0312 14.0128C19.3319 13.9525 19.5656 13.7151 19.6213 13.4135C19.7059 12.9546 19.75 12.4821 19.75 12C19.75 11.4118 19.6843 10.838 19.5596 10.2859C19.5107 10.0694 19.3684 9.88569 19.171 9.78419C18.9736 9.68268 18.7414 9.67383 18.5369 9.76002C17.6337 10.1406 16.4415 10.3997 15.4248 10.0153C13.4359 9.26325 12.3705 9.25 12 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5081 13C13.5081 13.8284 12.8385 14.5 12.0125 14.5L12.0036 14.5C11.1776 14.5 10.5081 13.8284 10.5081 13C10.5081 12.1716 11.1776 11.5 12.0036 11.5L12.0125 11.5C12.8385 11.5 13.5081 12.1716 13.5081 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12 9.25C11.6295 9.25 10.5641 9.26325 8.57523 10.0153C7.55851 10.3997 6.36632 10.1406 5.46315 9.76002C5.25859 9.67383 5.02637 9.68268 4.82897 9.78419C4.63157 9.88569 4.48927 10.0694 4.44036 10.2859C4.31567 10.838 4.25 11.4118 4.25 12C4.25 12.4821 4.29412 12.9546 4.37873 13.4135C4.43436 13.7151 4.66807 13.9525 4.96882 14.0128C5.97308 14.2142 7.13598 14.5922 8.0553 15.3306C8.94576 16.0458 9.6488 17.1293 9.72164 18.864C9.73589 19.2033 9.97638 19.4907 10.3079 19.5646C10.8532 19.6861 11.4196 19.75 12 19.75C12.5804 19.75 13.1468 19.6861 13.6921 19.5646C14.0236 19.4907 14.2641 19.2033 14.2784 18.864C14.3512 17.1293 15.0542 16.0458 15.9447 15.3306C16.864 14.5922 18.0269 14.2142 19.0312 14.0128C19.3319 13.9525 19.5656 13.7151 19.6213 13.4135C19.7059 12.9546 19.75 12.4821 19.75 12C19.75 11.4118 19.6843 10.838 19.5596 10.2859C19.5107 10.0694 19.3684 9.88569 19.171 9.78419C18.9736 9.68268 18.7414 9.67383 18.5369 9.76002C17.6337 10.1406 16.4415 10.3997 15.4248 10.0153C13.4359 9.26325 12.3705 9.25 12 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5081 13C13.5081 13.8284 12.8385 14.5 12.0125 14.5L12.0036 14.5C11.1776 14.5 10.5081 13.8284 10.5081 13C10.5081 12.1716 11.1776 11.5 12.0036 11.5L12.0125 11.5C12.8385 11.5 13.5081 12.1716 13.5081 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-super-mario-toad{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 18C8 17.4477 8.44772 17 9 17H9.00896C9.56124 17 10.009 17.4477 10.009 18C10.009 18.5523 9.56124 19 9.00896 19H9C8.44772 19 8 18.5523 8 18ZM13.991 18C13.991 17.4477 14.4388 17 14.991 17H15C15.5523 17 16 17.4477 16 18C16 18.5523 15.5523 19 15 19H14.991C14.4388 19 13.991 18.5523 13.991 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 4.75C10.7574 4.75 9.75 5.75736 9.75 7C9.75 8.24264 10.7574 9.25 12 9.25C13.2426 9.25 14.25 8.24264 14.25 7C14.25 5.75736 13.2426 4.75 12 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.62362 18.7903C4.59875 18.7083 4.58632 18.6674 4.56264 18.6375C4.53897 18.6077 4.5009 18.5857 4.42478 18.5418C3.34944 17.9209 2.57606 16.8925 2.06791 15.7811C1.8451 15.2937 1.66811 14.7798 1.53658 14.2588C1.47654 14.021 1.44652 13.9021 1.50699 13.8249C1.56745 13.7477 1.70481 13.7485 1.97953 13.7499C1.98635 13.75 1.99317 13.75 2 13.75C4.07107 13.75 5.75 12.0711 5.75 10C5.75 8.41833 4.77079 7.06537 3.38553 6.51427C3.13445 6.41439 3.00892 6.36444 2.98105 6.27204C2.95318 6.17964 3.02204 6.08033 3.15975 5.88172C5.10048 3.08287 8.33619 1.25 12 1.25C15.6638 1.25 18.8995 3.08288 20.8403 5.88172C20.978 6.08033 21.0468 6.17964 21.019 6.27204C20.9911 6.36445 20.8655 6.41439 20.6145 6.51427C19.2292 7.06537 18.25 8.41833 18.25 10C18.25 12.0711 19.9289 13.75 22 13.75C22.0068 13.75 22.0136 13.75 22.0205 13.7499C22.2952 13.7485 22.4325 13.7477 22.493 13.8249C22.5535 13.9021 22.5235 14.021 22.4634 14.2588C22.3319 14.7798 22.1549 15.2937 21.9321 15.7811C21.424 16.8924 20.6507 17.9207 19.5755 18.5416C19.4995 18.5855 19.4615 18.6074 19.4379 18.6371C19.4143 18.6669 19.4018 18.7078 19.3768 18.7896C19.0776 19.77 18.5577 20.7433 17.6484 21.4401C16.9938 21.9417 16.0711 22.2569 15.1296 22.4528C14.164 22.6537 13.0726 22.7503 11.9956 22.75C10.9186 22.7497 9.82761 22.6525 8.86288 22.4515C7.92235 22.2556 7.00068 21.9407 6.34745 21.4401C5.43254 20.7391 4.91926 19.765 4.62362 18.7903ZM6.41474 16.6684C6.31261 16.7292 6.26154 16.7597 6.23539 16.8135C6.20925 16.8674 6.21702 16.9268 6.23258 17.0455C6.39317 18.2706 6.75687 19.3424 7.54055 19.9429C7.85033 20.1802 8.43223 20.4193 9.26571 20.5929C10.075 20.7616 11.0284 20.8497 11.9963 20.8499C12.9641 20.8502 13.9178 20.7625 14.7277 20.5941C15.5616 20.4206 16.1445 20.1813 16.4556 19.9429C17.2597 19.3267 17.6378 18.1944 17.7799 16.9374C17.7916 16.834 17.7974 16.7823 17.776 16.7332C17.7546 16.6841 17.7139 16.654 17.6326 16.5939C16.3819 15.6699 14.4751 15.1511 12.3695 15.1499C10.26 15.1487 8.09333 15.6689 6.41474 16.6684ZM8.25 7C8.25 4.92893 9.92893 3.25 12 3.25C14.0711 3.25 15.75 4.92893 15.75 7C15.75 9.07107 14.0711 10.75 12 10.75C9.92893 10.75 8.25 9.07107 8.25 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.6017 7.78515C21.7241 7.76328 21.7854 7.75234 21.8476 7.78687C21.9098 7.82141 21.935 7.88451 21.9855 8.01071C22.4787 9.2442 22.75 10.5904 22.75 12C22.75 12.0735 22.7033 12.1392 22.6327 12.1598C22.432 12.2185 22.2197 12.25 22 12.25C20.7574 12.25 19.75 11.2426 19.75 10C19.75 8.89329 20.549 7.9732 21.6017 7.78515Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.36726 12.1598C1.29673 12.1392 1.25 12.0735 1.25 12C1.25 10.5904 1.5213 9.2442 2.01453 8.01071C2.065 7.88451 2.09023 7.82141 2.15243 7.78687C2.21464 7.75234 2.27587 7.76328 2.39833 7.78515C3.45097 7.9732 4.25 8.89329 4.25 10C4.25 11.2426 3.24264 12.25 2 12.25C1.78031 12.25 1.56798 12.2185 1.36726 12.1598Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 18C8 17.4477 8.44772 17 9 17H9.00896C9.56124 17 10.009 17.4477 10.009 18C10.009 18.5523 9.56124 19 9.00896 19H9C8.44772 19 8 18.5523 8 18ZM13.991 18C13.991 17.4477 14.4388 17 14.991 17H15C15.5523 17 16 17.4477 16 18C16 18.5523 15.5523 19 15 19H14.991C14.4388 19 13.991 18.5523 13.991 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 4.75C10.7574 4.75 9.75 5.75736 9.75 7C9.75 8.24264 10.7574 9.25 12 9.25C13.2426 9.25 14.25 8.24264 14.25 7C14.25 5.75736 13.2426 4.75 12 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.62362 18.7903C4.59875 18.7083 4.58632 18.6674 4.56264 18.6375C4.53897 18.6077 4.5009 18.5857 4.42478 18.5418C3.34944 17.9209 2.57606 16.8925 2.06791 15.7811C1.8451 15.2937 1.66811 14.7798 1.53658 14.2588C1.47654 14.021 1.44652 13.9021 1.50699 13.8249C1.56745 13.7477 1.70481 13.7485 1.97953 13.7499C1.98635 13.75 1.99317 13.75 2 13.75C4.07107 13.75 5.75 12.0711 5.75 10C5.75 8.41833 4.77079 7.06537 3.38553 6.51427C3.13445 6.41439 3.00892 6.36444 2.98105 6.27204C2.95318 6.17964 3.02204 6.08033 3.15975 5.88172C5.10048 3.08287 8.33619 1.25 12 1.25C15.6638 1.25 18.8995 3.08288 20.8403 5.88172C20.978 6.08033 21.0468 6.17964 21.019 6.27204C20.9911 6.36445 20.8655 6.41439 20.6145 6.51427C19.2292 7.06537 18.25 8.41833 18.25 10C18.25 12.0711 19.9289 13.75 22 13.75C22.0068 13.75 22.0136 13.75 22.0205 13.7499C22.2952 13.7485 22.4325 13.7477 22.493 13.8249C22.5535 13.9021 22.5235 14.021 22.4634 14.2588C22.3319 14.7798 22.1549 15.2937 21.9321 15.7811C21.424 16.8924 20.6507 17.9207 19.5755 18.5416C19.4995 18.5855 19.4615 18.6074 19.4379 18.6371C19.4143 18.6669 19.4018 18.7078 19.3768 18.7896C19.0776 19.77 18.5577 20.7433 17.6484 21.4401C16.9938 21.9417 16.0711 22.2569 15.1296 22.4528C14.164 22.6537 13.0726 22.7503 11.9956 22.75C10.9186 22.7497 9.82761 22.6525 8.86288 22.4515C7.92235 22.2556 7.00068 21.9407 6.34745 21.4401C5.43254 20.7391 4.91926 19.765 4.62362 18.7903ZM6.41474 16.6684C6.31261 16.7292 6.26154 16.7597 6.23539 16.8135C6.20925 16.8674 6.21702 16.9268 6.23258 17.0455C6.39317 18.2706 6.75687 19.3424 7.54055 19.9429C7.85033 20.1802 8.43223 20.4193 9.26571 20.5929C10.075 20.7616 11.0284 20.8497 11.9963 20.8499C12.9641 20.8502 13.9178 20.7625 14.7277 20.5941C15.5616 20.4206 16.1445 20.1813 16.4556 19.9429C17.2597 19.3267 17.6378 18.1944 17.7799 16.9374C17.7916 16.834 17.7974 16.7823 17.776 16.7332C17.7546 16.6841 17.7139 16.654 17.6326 16.5939C16.3819 15.6699 14.4751 15.1511 12.3695 15.1499C10.26 15.1487 8.09333 15.6689 6.41474 16.6684ZM8.25 7C8.25 4.92893 9.92893 3.25 12 3.25C14.0711 3.25 15.75 4.92893 15.75 7C15.75 9.07107 14.0711 10.75 12 10.75C9.92893 10.75 8.25 9.07107 8.25 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.6017 7.78515C21.7241 7.76328 21.7854 7.75234 21.8476 7.78687C21.9098 7.82141 21.935 7.88451 21.9855 8.01071C22.4787 9.2442 22.75 10.5904 22.75 12C22.75 12.0735 22.7033 12.1392 22.6327 12.1598C22.432 12.2185 22.2197 12.25 22 12.25C20.7574 12.25 19.75 11.2426 19.75 10C19.75 8.89329 20.549 7.9732 21.6017 7.78515Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.36726 12.1598C1.29673 12.1392 1.25 12.0735 1.25 12C1.25 10.5904 1.5213 9.2442 2.01453 8.01071C2.065 7.88451 2.09023 7.82141 2.15243 7.78687C2.21464 7.75234 2.27587 7.76328 2.39833 7.78515C3.45097 7.9732 4.25 8.89329 4.25 10C4.25 11.2426 3.24264 12.25 2 12.25C1.78031 12.25 1.56798 12.2185 1.36726 12.1598Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-super-mario{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.84355 11.25C3.86567 11.25 3.88778 11.2507 3.90985 11.2522C4.95352 11.3218 5.64089 11.889 6.01627 12.6067C6.35865 13.2613 6.43594 14.0169 6.43594 14.6042C6.43594 15.1334 5.99845 15.5625 5.45878 15.5625C4.91911 15.5625 4.48162 15.1334 4.48162 14.6042C4.48162 14.1375 4.41216 13.7392 4.27736 13.4815C4.21604 13.3642 4.15228 13.2973 4.0934 13.2569C4.04254 13.222 3.95954 13.1819 3.81194 13.1673C3.40399 13.1842 3.15889 13.5261 3.21337 13.8374L3.6259 16.1947C3.7037 16.6392 4.11942 17 4.64798 17C5.77157 17 6.49745 17.591 6.8435 18.0893L7.19106 18.5897C8.29784 19.9508 10.036 20.8333 11.9995 20.8333C13.9631 20.8333 15.7022 19.9508 16.8089 18.5897L17.1565 18.0893C17.5025 17.591 18.2284 17 19.352 17C19.8806 17 20.2963 16.6392 20.3741 16.1947L20.7866 13.8374C20.8411 13.5261 20.596 13.1842 20.1881 13.1673C20.0405 13.1819 19.9575 13.222 19.9066 13.2569C19.8477 13.2973 19.784 13.3642 19.7226 13.4815C19.5878 13.7392 19.5184 14.1375 19.5184 14.6042C19.5184 15.1334 19.0809 15.5625 18.5412 15.5625C18.0016 15.5625 17.5641 15.1334 17.5641 14.6042C17.5641 14.0169 17.6413 13.2613 17.9837 12.6067C18.3591 11.889 19.0465 11.3218 20.0901 11.2522C20.1122 11.2507 20.1343 11.25 20.1565 11.25C21.7258 11.25 22.9851 12.6057 22.7128 14.1616L22.3003 16.5189C22.0546 17.9227 20.7911 18.9167 19.352 18.9167C18.9952 18.9167 18.8272 19.0884 18.7718 19.1682L18.2142 19.9318C16.7409 21.655 14.4997 22.75 11.9995 22.75C9.4993 22.75 7.25914 21.655 5.78578 19.9318L5.22824 19.1682C5.17283 19.0884 5.0048 18.9167 4.64798 18.9167C3.20892 18.9167 1.94543 17.9227 1.69975 16.5189L1.28722 14.1616C1.01492 12.6057 2.27415 11.25 3.84355 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0098 13C10.0098 13.5523 9.56205 14 9.00977 14L9.00078 14C8.4485 14 8.00078 13.5523 8.00078 13C8.00078 12.4477 8.4485 12 9.00078 12L9.00977 12C9.56205 12 10.0098 12.4477 10.0098 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0098 13C16.0098 13.5523 15.5621 14 15.0098 14L15.0008 14C14.4485 14 14.0008 13.5523 14.0008 13C14.0008 12.4477 14.4485 12 15.0008 12L15.0098 12C15.5621 12 16.0098 12.4477 16.0098 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.46967 16.4697C8.76256 16.1768 9.23744 16.1768 9.53033 16.4697C9.64073 16.5801 9.973 16.7702 10.3953 16.8171C10.7874 16.8607 11.1668 16.7725 11.4697 16.4697C11.7626 16.1768 12.2374 16.1768 12.5303 16.4697C12.8332 16.7725 13.2126 16.8607 13.6047 16.8171C14.027 16.7702 14.3593 16.5801 14.4697 16.4697C14.7626 16.1768 15.2374 16.1768 15.5303 16.4697C15.8232 16.7626 15.8232 17.2374 15.5303 17.5303C15.1407 17.9199 14.473 18.2298 13.7703 18.3079C13.2142 18.3697 12.5788 18.2914 12 17.9454C11.4212 18.2914 10.7858 18.3697 10.2297 18.3079C9.527 18.2298 8.85927 17.9199 8.46967 17.5303C8.17678 17.2374 8.17678 16.7626 8.46967 16.4697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0002 1.25C7.25389 1.25 3.27384 4.52773 2.30345 8.92448C2.11273 9.78859 2.46896 10.5809 2.79608 11.1298C2.98232 11.4422 3.09713 11.7506 3.09713 12C3.09713 12.2983 3.27392 12.5683 3.54738 12.6875C3.82083 12.8067 4.13894 12.7526 4.35753 12.5495L6.48148 10.5769C6.92515 10.247 7.39868 9.95596 7.89714 9.70869C8.07231 9.62179 8.15989 9.57834 8.20495 9.5057C8.25 9.43306 8.25 9.33968 8.25 9.15292V8.00001C8.25003 6.79649 8.70882 5.83873 9.43927 5.18944C10.1559 4.55242 11.0902 4.25 12 4.25C12.9098 4.25 13.8442 4.55243 14.5608 5.18946C15.2912 5.83875 15.75 6.7965 15.75 8.00001V9.15241C15.75 9.3392 15.75 9.43259 15.7951 9.50524C15.8401 9.57788 15.9277 9.62133 16.1029 9.70821C16.6017 9.95558 17.0756 10.2467 17.5195 10.5768L19.6427 12.5495C19.8612 12.7525 20.1793 12.8067 20.4528 12.6876C20.7263 12.5684 20.9031 12.2985 20.9032 12.0002C20.9033 11.7507 21.0182 11.4422 21.2044 11.1297C21.5315 10.5809 21.8876 9.78862 21.6969 8.92465C20.7266 4.52782 16.7465 1.25 12.0002 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4975 8.87063C13.8583 8.92941 14.0387 8.9588 14.1443 8.86895C14.25 8.77911 14.25 8.60512 14.25 8.25716V8.00001C14.25 7.20353 13.9588 6.66127 13.5642 6.31056C13.1559 5.94758 12.5902 5.75 12 5.75C11.4098 5.75 10.8442 5.94757 10.4358 6.31056C10.0413 6.66127 9.75002 7.20352 9.75 8.00001V8.25733C9.75 8.60533 9.75 8.77932 9.85568 8.86917C9.96136 8.95902 10.1418 8.92961 10.5026 8.87079C10.99 8.79134 11.4903 8.75001 12.0005 8.75001C12.5104 8.75001 13.0104 8.79129 13.4975 8.87063Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.84355 11.25C3.86567 11.25 3.88778 11.2507 3.90985 11.2522C4.95352 11.3218 5.64089 11.889 6.01627 12.6067C6.35865 13.2613 6.43594 14.0169 6.43594 14.6042C6.43594 15.1334 5.99845 15.5625 5.45878 15.5625C4.91911 15.5625 4.48162 15.1334 4.48162 14.6042C4.48162 14.1375 4.41216 13.7392 4.27736 13.4815C4.21604 13.3642 4.15228 13.2973 4.0934 13.2569C4.04254 13.222 3.95954 13.1819 3.81194 13.1673C3.40399 13.1842 3.15889 13.5261 3.21337 13.8374L3.6259 16.1947C3.7037 16.6392 4.11942 17 4.64798 17C5.77157 17 6.49745 17.591 6.8435 18.0893L7.19106 18.5897C8.29784 19.9508 10.036 20.8333 11.9995 20.8333C13.9631 20.8333 15.7022 19.9508 16.8089 18.5897L17.1565 18.0893C17.5025 17.591 18.2284 17 19.352 17C19.8806 17 20.2963 16.6392 20.3741 16.1947L20.7866 13.8374C20.8411 13.5261 20.596 13.1842 20.1881 13.1673C20.0405 13.1819 19.9575 13.222 19.9066 13.2569C19.8477 13.2973 19.784 13.3642 19.7226 13.4815C19.5878 13.7392 19.5184 14.1375 19.5184 14.6042C19.5184 15.1334 19.0809 15.5625 18.5412 15.5625C18.0016 15.5625 17.5641 15.1334 17.5641 14.6042C17.5641 14.0169 17.6413 13.2613 17.9837 12.6067C18.3591 11.889 19.0465 11.3218 20.0901 11.2522C20.1122 11.2507 20.1343 11.25 20.1565 11.25C21.7258 11.25 22.9851 12.6057 22.7128 14.1616L22.3003 16.5189C22.0546 17.9227 20.7911 18.9167 19.352 18.9167C18.9952 18.9167 18.8272 19.0884 18.7718 19.1682L18.2142 19.9318C16.7409 21.655 14.4997 22.75 11.9995 22.75C9.4993 22.75 7.25914 21.655 5.78578 19.9318L5.22824 19.1682C5.17283 19.0884 5.0048 18.9167 4.64798 18.9167C3.20892 18.9167 1.94543 17.9227 1.69975 16.5189L1.28722 14.1616C1.01492 12.6057 2.27415 11.25 3.84355 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0098 13C10.0098 13.5523 9.56205 14 9.00977 14L9.00078 14C8.4485 14 8.00078 13.5523 8.00078 13C8.00078 12.4477 8.4485 12 9.00078 12L9.00977 12C9.56205 12 10.0098 12.4477 10.0098 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0098 13C16.0098 13.5523 15.5621 14 15.0098 14L15.0008 14C14.4485 14 14.0008 13.5523 14.0008 13C14.0008 12.4477 14.4485 12 15.0008 12L15.0098 12C15.5621 12 16.0098 12.4477 16.0098 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.46967 16.4697C8.76256 16.1768 9.23744 16.1768 9.53033 16.4697C9.64073 16.5801 9.973 16.7702 10.3953 16.8171C10.7874 16.8607 11.1668 16.7725 11.4697 16.4697C11.7626 16.1768 12.2374 16.1768 12.5303 16.4697C12.8332 16.7725 13.2126 16.8607 13.6047 16.8171C14.027 16.7702 14.3593 16.5801 14.4697 16.4697C14.7626 16.1768 15.2374 16.1768 15.5303 16.4697C15.8232 16.7626 15.8232 17.2374 15.5303 17.5303C15.1407 17.9199 14.473 18.2298 13.7703 18.3079C13.2142 18.3697 12.5788 18.2914 12 17.9454C11.4212 18.2914 10.7858 18.3697 10.2297 18.3079C9.527 18.2298 8.85927 17.9199 8.46967 17.5303C8.17678 17.2374 8.17678 16.7626 8.46967 16.4697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0002 1.25C7.25389 1.25 3.27384 4.52773 2.30345 8.92448C2.11273 9.78859 2.46896 10.5809 2.79608 11.1298C2.98232 11.4422 3.09713 11.7506 3.09713 12C3.09713 12.2983 3.27392 12.5683 3.54738 12.6875C3.82083 12.8067 4.13894 12.7526 4.35753 12.5495L6.48148 10.5769C6.92515 10.247 7.39868 9.95596 7.89714 9.70869C8.07231 9.62179 8.15989 9.57834 8.20495 9.5057C8.25 9.43306 8.25 9.33968 8.25 9.15292V8.00001C8.25003 6.79649 8.70882 5.83873 9.43927 5.18944C10.1559 4.55242 11.0902 4.25 12 4.25C12.9098 4.25 13.8442 4.55243 14.5608 5.18946C15.2912 5.83875 15.75 6.7965 15.75 8.00001V9.15241C15.75 9.3392 15.75 9.43259 15.7951 9.50524C15.8401 9.57788 15.9277 9.62133 16.1029 9.70821C16.6017 9.95558 17.0756 10.2467 17.5195 10.5768L19.6427 12.5495C19.8612 12.7525 20.1793 12.8067 20.4528 12.6876C20.7263 12.5684 20.9031 12.2985 20.9032 12.0002C20.9033 11.7507 21.0182 11.4422 21.2044 11.1297C21.5315 10.5809 21.8876 9.78862 21.6969 8.92465C20.7266 4.52782 16.7465 1.25 12.0002 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4975 8.87063C13.8583 8.92941 14.0387 8.9588 14.1443 8.86895C14.25 8.77911 14.25 8.60512 14.25 8.25716V8.00001C14.25 7.20353 13.9588 6.66127 13.5642 6.31056C13.1559 5.94758 12.5902 5.75 12 5.75C11.4098 5.75 10.8442 5.94757 10.4358 6.31056C10.0413 6.66127 9.75002 7.20352 9.75 8.00001V8.25733C9.75 8.60533 9.75 8.77932 9.85568 8.86917C9.96136 8.95902 10.1418 8.92961 10.5026 8.87079C10.99 8.79134 11.4903 8.75001 12.0005 8.75001C12.5104 8.75001 13.0104 8.79129 13.4975 8.87063Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-surfboard{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.8012 1.26615C19.3651 1.1699 17.3657 1.50438 15.3355 2.2542C13.293 3.00855 11.1317 4.21516 9.40618 5.94071C6.33069 9.0162 3.43844 13.6391 1.72632 16.5798C1.63511 16.7364 1.53783 16.9035 1.47228 17.031C1.40479 17.1622 1.32187 17.3407 1.28187 17.5519C1.11416 18.4374 1.62261 19.3218 2.47222 19.6224C2.67622 19.6946 2.87448 19.7124 3.02205 19.72C3.16674 19.7274 3.36257 19.7274 3.54784 19.7274C3.75018 19.7274 3.87023 19.7276 3.96032 19.7316C4.063 19.7278 4.26837 19.7839 4.26837 20.0397C4.27237 20.1298 4.27259 20.2498 4.27259 20.4522C4.27258 20.6374 4.27257 20.8333 4.28001 20.978C4.28761 21.1255 4.30545 21.3238 4.37762 21.5278C4.67822 22.3774 5.56261 22.8858 6.44809 22.7181C6.65927 22.6781 6.83778 22.5952 6.96903 22.5277C7.09629 22.4623 7.26364 22.3648 7.42003 22.2738L7.4202 22.2737C10.3609 20.5616 14.9838 17.6693 18.0593 14.5938C19.7848 12.8683 20.9914 10.707 21.7458 8.66453C22.4956 6.6343 22.8301 4.63488 22.7338 3.1988L22.7317 3.16599C22.7222 3.01863 22.7071 2.78551 22.6413 2.56131C22.5541 2.26452 22.3982 2.02504 22.1866 1.81341C21.975 1.60178 21.7355 1.44586 21.4387 1.35873C21.2145 1.29291 20.9814 1.27783 20.834 1.2683L20.8012 1.26615ZM10.7887 7.32289C12.2691 5.8425 14.1675 4.76943 16.0131 4.0878C17.8709 3.40165 19.5878 3.14383 20.671 3.21642C20.7061 3.20375 20.7779 3.20865 20.7842 3.32961C20.8568 4.41274 20.5989 6.12966 19.9128 7.98747C19.8415 8.18043 19.766 8.37397 19.6861 8.56754C19.0338 9.32873 18.3051 9.75933 17.5255 10.0068C16.4282 10.3551 15.1832 10.3571 13.7798 10.2836C13.5172 10.2698 13.2485 10.2529 12.9748 10.2357L12.9748 10.2357C11.4455 10.1394 9.76096 10.0334 8.125 10.4114C8.98291 9.29177 9.88106 8.23056 10.7887 7.32289ZM8.53033 16.5303C8.82322 16.2374 8.82322 15.7626 8.53033 15.4697C8.23744 15.1768 7.76256 15.1768 7.46967 15.4697L6.46967 16.4697C6.17678 16.7626 6.17678 17.2374 6.46967 17.5303C6.76256 17.8232 7.23744 17.8232 7.53033 17.5303L8.53033 16.5303Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.8012 1.26615C19.3651 1.1699 17.3657 1.50438 15.3355 2.2542C13.293 3.00855 11.1317 4.21516 9.40618 5.94071C6.33069 9.0162 3.43844 13.6391 1.72632 16.5798C1.63511 16.7364 1.53783 16.9035 1.47228 17.031C1.40479 17.1622 1.32187 17.3407 1.28187 17.5519C1.11416 18.4374 1.62261 19.3218 2.47222 19.6224C2.67622 19.6946 2.87448 19.7124 3.02205 19.72C3.16674 19.7274 3.36257 19.7274 3.54784 19.7274C3.75018 19.7274 3.87023 19.7276 3.96032 19.7316C4.063 19.7278 4.26837 19.7839 4.26837 20.0397C4.27237 20.1298 4.27259 20.2498 4.27259 20.4522C4.27258 20.6374 4.27257 20.8333 4.28001 20.978C4.28761 21.1255 4.30545 21.3238 4.37762 21.5278C4.67822 22.3774 5.56261 22.8858 6.44809 22.7181C6.65927 22.6781 6.83778 22.5952 6.96903 22.5277C7.09629 22.4623 7.26364 22.3648 7.42003 22.2738L7.4202 22.2737C10.3609 20.5616 14.9838 17.6693 18.0593 14.5938C19.7848 12.8683 20.9914 10.707 21.7458 8.66453C22.4956 6.6343 22.8301 4.63488 22.7338 3.1988L22.7317 3.16599C22.7222 3.01863 22.7071 2.78551 22.6413 2.56131C22.5541 2.26452 22.3982 2.02504 22.1866 1.81341C21.975 1.60178 21.7355 1.44586 21.4387 1.35873C21.2145 1.29291 20.9814 1.27783 20.834 1.2683L20.8012 1.26615ZM10.7887 7.32289C12.2691 5.8425 14.1675 4.76943 16.0131 4.0878C17.8709 3.40165 19.5878 3.14383 20.671 3.21642C20.7061 3.20375 20.7779 3.20865 20.7842 3.32961C20.8568 4.41274 20.5989 6.12966 19.9128 7.98747C19.8415 8.18043 19.766 8.37397 19.6861 8.56754C19.0338 9.32873 18.3051 9.75933 17.5255 10.0068C16.4282 10.3551 15.1832 10.3571 13.7798 10.2836C13.5172 10.2698 13.2485 10.2529 12.9748 10.2357L12.9748 10.2357C11.4455 10.1394 9.76096 10.0334 8.125 10.4114C8.98291 9.29177 9.88106 8.23056 10.7887 7.32289ZM8.53033 16.5303C8.82322 16.2374 8.82322 15.7626 8.53033 15.4697C8.23744 15.1768 7.76256 15.1768 7.46967 15.4697L6.46967 16.4697C6.17678 16.7626 6.17678 17.2374 6.46967 17.5303C6.76256 17.8232 7.23744 17.8232 7.53033 17.5303L8.53033 16.5303Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-swimming-cap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9998 1.75C6.36005 1.75 1.74567 6.15877 1.27334 11.4649C1.20665 12.214 1.24341 13.0797 1.89586 13.6671C2.20921 13.9492 2.58224 14.0872 2.92967 14.1595C3.27242 14.2308 3.64945 14.25 4.03083 14.25H19.9687C20.3501 14.25 20.7271 14.2308 21.0698 14.1595C21.4173 14.0872 21.7903 13.9492 22.1037 13.6671C22.7561 13.0797 22.7929 12.214 22.7262 11.4649C22.2538 6.15877 17.6395 1.75 11.9998 1.75ZM3.41252 12.2893C3.33666 12.2729 3.29874 12.2646 3.25477 12.212C3.21081 12.1595 3.20928 12.1173 3.20621 12.0331C3.20258 11.9332 3.20569 11.8024 3.22078 11.6328C3.35695 10.1031 3.9157 8.66459 4.7827 7.44248C4.93568 7.22684 5.01217 7.11902 5.12773 7.13042C5.24329 7.14181 5.29666 7.26119 5.40341 7.49994C6.03217 8.90629 6.17479 10.5343 5.78075 12.0434C5.7459 12.1769 5.72847 12.2436 5.67446 12.2853C5.62045 12.327 5.54861 12.327 5.40494 12.327H4.03121C3.79075 12.327 3.58589 12.327 3.41252 12.2893ZM20.7922 12.0716C20.7885 12.1354 20.7867 12.1673 20.7443 12.2179C20.702 12.2686 20.6774 12.2746 20.6282 12.2864C20.4601 12.327 20.2155 12.327 19.9691 12.327H18.5957C18.452 12.327 18.3802 12.327 18.3262 12.2853C18.2721 12.2436 18.2547 12.1769 18.2199 12.0434C17.8259 10.5344 17.9684 8.90653 18.5971 7.50025C18.7038 7.26147 18.7572 7.14208 18.8727 7.13069C18.9883 7.11929 19.0648 7.22712 19.2178 7.44278C20.0847 8.66483 20.6433 10.1032 20.7795 11.6328C20.7966 11.8251 20.7983 11.9675 20.7922 12.0716Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5477 16.9571C9.73356 15.9232 8.32723 15.423 6.95496 15.9714C6.77256 16.0443 6.26431 16.2123 6.01899 16.293C5.65758 16.4144 5.2467 16.5614 4.86279 16.7537C4.3534 17.0088 3.79102 17.3981 3.48327 18L2 18C1.44772 18 1 18.4477 1 19C1 19.5523 1.44772 20 2 20H3.48422C3.79218 20.6008 4.35392 20.9896 4.86279 21.2444C5.2467 21.4367 5.65758 21.5837 6.01899 21.7051C6.26431 21.7858 6.77256 21.9538 6.95497 22.0267C9.00944 22.8477 11.1403 21.3186 11.2459 19.1664C11.3035 19.1019 11.3535 19.0288 11.3941 18.9478C11.5564 18.6239 11.8048 18.5 12 18.5C12.1952 18.5 12.4436 18.6239 12.6059 18.9478C12.6465 19.0288 12.6965 19.1019 12.7541 19.1664C12.8597 21.3186 14.9906 22.8477 17.045 22.0267C17.2274 21.9538 17.7357 21.7858 17.981 21.7051C18.3424 21.5837 18.7533 21.4367 19.1372 21.2444C19.6461 20.9896 20.2078 20.6008 20.5158 20H22C22.5523 20 23 19.5523 23 19C23 18.4477 22.5523 18 22 18L20.5167 18C20.209 17.3981 19.6466 17.0088 19.1372 16.7537C18.7533 16.5614 18.3424 16.4144 17.981 16.293C17.7357 16.2123 17.2274 16.0443 17.045 15.9714C15.6728 15.423 14.2664 15.9232 13.4523 16.9571C13.0419 16.6733 12.5484 16.5 12 16.5C11.4516 16.5 10.9581 16.6733 10.5477 16.9571Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9998 1.75C6.36005 1.75 1.74567 6.15877 1.27334 11.4649C1.20665 12.214 1.24341 13.0797 1.89586 13.6671C2.20921 13.9492 2.58224 14.0872 2.92967 14.1595C3.27242 14.2308 3.64945 14.25 4.03083 14.25H19.9687C20.3501 14.25 20.7271 14.2308 21.0698 14.1595C21.4173 14.0872 21.7903 13.9492 22.1037 13.6671C22.7561 13.0797 22.7929 12.214 22.7262 11.4649C22.2538 6.15877 17.6395 1.75 11.9998 1.75ZM3.41252 12.2893C3.33666 12.2729 3.29874 12.2646 3.25477 12.212C3.21081 12.1595 3.20928 12.1173 3.20621 12.0331C3.20258 11.9332 3.20569 11.8024 3.22078 11.6328C3.35695 10.1031 3.9157 8.66459 4.7827 7.44248C4.93568 7.22684 5.01217 7.11902 5.12773 7.13042C5.24329 7.14181 5.29666 7.26119 5.40341 7.49994C6.03217 8.90629 6.17479 10.5343 5.78075 12.0434C5.7459 12.1769 5.72847 12.2436 5.67446 12.2853C5.62045 12.327 5.54861 12.327 5.40494 12.327H4.03121C3.79075 12.327 3.58589 12.327 3.41252 12.2893ZM20.7922 12.0716C20.7885 12.1354 20.7867 12.1673 20.7443 12.2179C20.702 12.2686 20.6774 12.2746 20.6282 12.2864C20.4601 12.327 20.2155 12.327 19.9691 12.327H18.5957C18.452 12.327 18.3802 12.327 18.3262 12.2853C18.2721 12.2436 18.2547 12.1769 18.2199 12.0434C17.8259 10.5344 17.9684 8.90653 18.5971 7.50025C18.7038 7.26147 18.7572 7.14208 18.8727 7.13069C18.9883 7.11929 19.0648 7.22712 19.2178 7.44278C20.0847 8.66483 20.6433 10.1032 20.7795 11.6328C20.7966 11.8251 20.7983 11.9675 20.7922 12.0716Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5477 16.9571C9.73356 15.9232 8.32723 15.423 6.95496 15.9714C6.77256 16.0443 6.26431 16.2123 6.01899 16.293C5.65758 16.4144 5.2467 16.5614 4.86279 16.7537C4.3534 17.0088 3.79102 17.3981 3.48327 18L2 18C1.44772 18 1 18.4477 1 19C1 19.5523 1.44772 20 2 20H3.48422C3.79218 20.6008 4.35392 20.9896 4.86279 21.2444C5.2467 21.4367 5.65758 21.5837 6.01899 21.7051C6.26431 21.7858 6.77256 21.9538 6.95497 22.0267C9.00944 22.8477 11.1403 21.3186 11.2459 19.1664C11.3035 19.1019 11.3535 19.0288 11.3941 18.9478C11.5564 18.6239 11.8048 18.5 12 18.5C12.1952 18.5 12.4436 18.6239 12.6059 18.9478C12.6465 19.0288 12.6965 19.1019 12.7541 19.1664C12.8597 21.3186 14.9906 22.8477 17.045 22.0267C17.2274 21.9538 17.7357 21.7858 17.981 21.7051C18.3424 21.5837 18.7533 21.4367 19.1372 21.2444C19.6461 20.9896 20.2078 20.6008 20.5158 20H22C22.5523 20 23 19.5523 23 19C23 18.4477 22.5523 18 22 18L20.5167 18C20.209 17.3981 19.6466 17.0088 19.1372 16.7537C18.7533 16.5614 18.3424 16.4144 17.981 16.293C17.7357 16.2123 17.2274 16.0443 17.045 15.9714C15.6728 15.423 14.2664 15.9232 13.4523 16.9571C13.0419 16.6733 12.5484 16.5 12 16.5C11.4516 16.5 10.9581 16.6733 10.5477 16.9571Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-swimming{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.375 5.41838C1.375 4.08821 2.5542 3.06708 3.87072 3.25722L8.385 3.90913C9.06014 4.006 9.59243 4.08237 10.0493 4.3435C10.2385 4.45168 10.4143 4.58198 10.5728 4.73166C10.9553 5.09296 11.183 5.58012 11.4718 6.198L15.8042 15.4447C15.913 15.677 15.8955 15.9488 15.7579 16.1653C15.6203 16.3818 15.3815 16.5129 15.125 16.5129C13.8745 16.5129 13.0363 16.1722 12.2326 15.6927C11.936 15.5157 11.6702 15.3396 11.3999 15.1605C10.9154 14.8394 10.4163 14.5087 9.6997 14.1465C8.92348 13.7541 7.95482 13.5754 7.05769 13.526C6.15553 13.4764 5.41636 13.5617 5.13487 13.6329C4.78457 13.7214 4.42093 13.5476 4.26983 13.2194C4.11872 12.8912 4.22309 12.5019 4.51812 12.2933L7.32391 10.3088C7.50882 10.178 7.60127 10.1126 7.63085 10.0131C7.66042 9.91358 7.61868 9.80832 7.53519 9.59778L7.21317 8.78567C7.02999 8.32372 6.61322 8.16616 6.42774 8.14513L3.17713 7.5684C2.1346 7.38343 1.375 6.47719 1.375 5.41838Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.375 9.76562C15.375 7.69456 17.0539 6.01562 19.125 6.01562C21.1961 6.01562 22.875 7.69456 22.875 9.76562C22.875 11.8367 21.1961 13.5156 19.125 13.5156C17.0539 13.5156 15.375 11.8367 15.375 9.76562Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.96689 16.987C3.59474 17.1677 3.27514 17.4908 3.08338 18.1324C2.92522 18.6615 2.36805 18.9623 1.83889 18.8041C1.30974 18.646 1.00899 18.0888 1.16714 17.5596C1.50316 16.4354 2.16852 15.6368 3.09353 15.1878C3.97804 14.7584 4.99629 14.6988 5.98509 14.8116C7.95082 15.0357 10.1966 15.991 12.081 16.9559C13.9322 17.9038 15.6615 18.6058 17.1158 18.7391C17.8268 18.8043 18.4269 18.7284 18.9292 18.514C19.4212 18.304 19.8813 17.935 20.2829 17.3071C20.5805 16.8419 21.1989 16.706 21.6641 17.0036C22.1294 17.3012 22.2653 17.9197 21.9676 18.3849C21.3693 19.3203 20.6083 19.9718 19.7146 20.3534C18.8311 20.7306 17.8809 20.8176 16.9333 20.7308C15.0706 20.5601 13.0498 19.6989 11.1695 18.7361C9.3224 17.7903 7.34598 16.9797 5.75848 16.7987C4.97066 16.7088 4.37954 16.7867 3.96689 16.987Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.375 5.41838C1.375 4.08821 2.5542 3.06708 3.87072 3.25722L8.385 3.90913C9.06014 4.006 9.59243 4.08237 10.0493 4.3435C10.2385 4.45168 10.4143 4.58198 10.5728 4.73166C10.9553 5.09296 11.183 5.58012 11.4718 6.198L15.8042 15.4447C15.913 15.677 15.8955 15.9488 15.7579 16.1653C15.6203 16.3818 15.3815 16.5129 15.125 16.5129C13.8745 16.5129 13.0363 16.1722 12.2326 15.6927C11.936 15.5157 11.6702 15.3396 11.3999 15.1605C10.9154 14.8394 10.4163 14.5087 9.6997 14.1465C8.92348 13.7541 7.95482 13.5754 7.05769 13.526C6.15553 13.4764 5.41636 13.5617 5.13487 13.6329C4.78457 13.7214 4.42093 13.5476 4.26983 13.2194C4.11872 12.8912 4.22309 12.5019 4.51812 12.2933L7.32391 10.3088C7.50882 10.178 7.60127 10.1126 7.63085 10.0131C7.66042 9.91358 7.61868 9.80832 7.53519 9.59778L7.21317 8.78567C7.02999 8.32372 6.61322 8.16616 6.42774 8.14513L3.17713 7.5684C2.1346 7.38343 1.375 6.47719 1.375 5.41838Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.375 9.76562C15.375 7.69456 17.0539 6.01562 19.125 6.01562C21.1961 6.01562 22.875 7.69456 22.875 9.76562C22.875 11.8367 21.1961 13.5156 19.125 13.5156C17.0539 13.5156 15.375 11.8367 15.375 9.76562Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.96689 16.987C3.59474 17.1677 3.27514 17.4908 3.08338 18.1324C2.92522 18.6615 2.36805 18.9623 1.83889 18.8041C1.30974 18.646 1.00899 18.0888 1.16714 17.5596C1.50316 16.4354 2.16852 15.6368 3.09353 15.1878C3.97804 14.7584 4.99629 14.6988 5.98509 14.8116C7.95082 15.0357 10.1966 15.991 12.081 16.9559C13.9322 17.9038 15.6615 18.6058 17.1158 18.7391C17.8268 18.8043 18.4269 18.7284 18.9292 18.514C19.4212 18.304 19.8813 17.935 20.2829 17.3071C20.5805 16.8419 21.1989 16.706 21.6641 17.0036C22.1294 17.3012 22.2653 17.9197 21.9676 18.3849C21.3693 19.3203 20.6083 19.9718 19.7146 20.3534C18.8311 20.7306 17.8809 20.8176 16.9333 20.7308C15.0706 20.5601 13.0498 19.6989 11.1695 18.7361C9.3224 17.7903 7.34598 16.9797 5.75848 16.7987C4.97066 16.7088 4.37954 16.7867 3.96689 16.987Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-sword-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.1942 12.25C3.6726 12.25 3.24976 12.6728 3.24976 13.1944C3.24976 13.716 3.6726 14.1389 4.1942 14.1389H4.73402C4.9845 14.1389 5.22472 14.2384 5.40184 14.4155L6.78588 15.7995L3.97354 18.6119C3.63282 18.4325 3.2677 18.3152 2.89555 18.2604C2.34916 18.18 1.841 18.5577 1.76055 19.1041C1.68011 19.6505 2.05783 20.1586 2.60423 20.2391C2.88574 20.2805 3.15556 20.4088 3.3732 20.6264C3.59083 20.8441 3.71911 21.1139 3.76055 21.3954C3.841 21.9418 4.34916 22.3195 4.89555 22.2391C5.44194 22.1586 5.81967 21.6505 5.73922 21.1041C5.68443 20.7319 5.56714 20.3668 5.38776 20.0261L8.20009 17.2138L9.58425 18.5979C9.76136 18.775 9.86087 19.0153 9.86087 19.2657V19.8056C9.86087 20.3272 10.2837 20.75 10.8053 20.75C11.3269 20.75 11.7498 20.3272 11.7498 19.8056V19.2657C11.7498 18.5143 11.4512 17.7936 10.9199 17.2623L6.73749 13.0799C6.20614 12.5485 5.48547 12.25 4.73402 12.25H4.1942Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.0301 1.96968C22.2129 2.15254 22.2887 2.41669 22.2306 2.66866L21.2232 7.03375C21.0923 7.60108 20.7847 8.11221 20.3447 8.49353C20.3361 8.50099 20.3273 8.50825 20.3184 8.51531L9.46465 17.0886C9.16615 17.3243 8.73841 17.2993 8.46943 17.0303L6.96943 15.5303C6.70046 15.2614 6.67544 14.8336 6.91122 14.5351L15.4845 3.68138C15.4915 3.67245 15.4988 3.66367 15.5062 3.65507C15.8876 3.21508 16.3987 2.90747 16.966 2.77655L21.3311 1.76922C21.5831 1.71107 21.8472 1.78683 22.0301 1.96968Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.1942 12.25C3.6726 12.25 3.24976 12.6728 3.24976 13.1944C3.24976 13.716 3.6726 14.1389 4.1942 14.1389H4.73402C4.9845 14.1389 5.22472 14.2384 5.40184 14.4155L6.78588 15.7995L3.97354 18.6119C3.63282 18.4325 3.2677 18.3152 2.89555 18.2604C2.34916 18.18 1.841 18.5577 1.76055 19.1041C1.68011 19.6505 2.05783 20.1586 2.60423 20.2391C2.88574 20.2805 3.15556 20.4088 3.3732 20.6264C3.59083 20.8441 3.71911 21.1139 3.76055 21.3954C3.841 21.9418 4.34916 22.3195 4.89555 22.2391C5.44194 22.1586 5.81967 21.6505 5.73922 21.1041C5.68443 20.7319 5.56714 20.3668 5.38776 20.0261L8.20009 17.2138L9.58425 18.5979C9.76136 18.775 9.86087 19.0153 9.86087 19.2657V19.8056C9.86087 20.3272 10.2837 20.75 10.8053 20.75C11.3269 20.75 11.7498 20.3272 11.7498 19.8056V19.2657C11.7498 18.5143 11.4512 17.7936 10.9199 17.2623L6.73749 13.0799C6.20614 12.5485 5.48547 12.25 4.73402 12.25H4.1942Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.0301 1.96968C22.2129 2.15254 22.2887 2.41669 22.2306 2.66866L21.2232 7.03375C21.0923 7.60108 20.7847 8.11221 20.3447 8.49353C20.3361 8.50099 20.3273 8.50825 20.3184 8.51531L9.46465 17.0886C9.16615 17.3243 8.73841 17.2993 8.46943 17.0303L6.96943 15.5303C6.70046 15.2614 6.67544 14.8336 6.91122 14.5351L15.4845 3.68138C15.4915 3.67245 15.4988 3.66367 15.5062 3.65507C15.8876 3.21508 16.3987 2.90747 16.966 2.77655L21.3311 1.76922C21.5831 1.71107 21.8472 1.78683 22.0301 1.96968Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-sword-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.94444 12.25C3.42284 12.25 3 12.6728 3 13.1944C3 13.716 3.42284 14.1389 3.94444 14.1389H4.48426C4.73475 14.1389 4.97497 14.2384 5.15209 14.4155L6.57546 15.8389L4.69329 17.7211C4.67322 17.7411 4.65424 17.7619 4.63636 17.7832C3.93966 17.6624 3.197 17.871 2.65901 18.409C1.78033 19.2877 1.78033 20.7123 2.65901 21.591C3.53769 22.4697 4.96231 22.4697 5.84099 21.591C6.57508 20.8569 6.69588 19.7418 6.20338 18.8823L7.91111 17.1745L9.33449 18.5979C9.51161 18.775 9.61111 19.0153 9.61111 19.2657V19.8056C9.61111 20.3272 10.034 20.75 10.5556 20.75C11.0772 20.75 11.5 20.3272 11.5 19.8056V19.2657C11.5 18.5143 11.2015 17.7936 10.6701 17.2623L6.48773 13.0799C5.95638 12.5485 5.23571 12.25 4.48426 12.25H3.94444ZM3.71967 19.4697C4.01256 19.1768 4.48744 19.1768 4.78033 19.4697C5.07322 19.7626 5.07322 20.2374 4.78033 20.5303C4.48744 20.8232 4.01256 20.8232 3.71967 20.5303C3.42678 20.2374 3.42678 19.7626 3.71967 19.4697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.7798 1.96968C21.9626 2.15254 22.0384 2.41669 21.9802 2.66866L21.1072 6.45174C20.9892 6.96309 20.7122 7.42388 20.3161 7.76802L9.76883 17.042L9.49875 17.324C9.35905 17.4699 9.16642 17.5532 8.96446 17.5552C8.7625 17.5572 8.56828 17.4776 8.42574 17.3345L6.42176 15.3227C6.28111 15.1815 6.20244 14.9901 6.20313 14.7908C6.20382 14.5915 6.2838 14.4007 6.42542 14.2605L6.70332 13.9853L15.9814 3.43336C16.3255 3.03721 16.7863 2.76025 17.2977 2.64224L21.0808 1.76922C21.3328 1.71107 21.5969 1.78683 21.7798 1.96968Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.94444 12.25C3.42284 12.25 3 12.6728 3 13.1944C3 13.716 3.42284 14.1389 3.94444 14.1389H4.48426C4.73475 14.1389 4.97497 14.2384 5.15209 14.4155L6.57546 15.8389L4.69329 17.7211C4.67322 17.7411 4.65424 17.7619 4.63636 17.7832C3.93966 17.6624 3.197 17.871 2.65901 18.409C1.78033 19.2877 1.78033 20.7123 2.65901 21.591C3.53769 22.4697 4.96231 22.4697 5.84099 21.591C6.57508 20.8569 6.69588 19.7418 6.20338 18.8823L7.91111 17.1745L9.33449 18.5979C9.51161 18.775 9.61111 19.0153 9.61111 19.2657V19.8056C9.61111 20.3272 10.034 20.75 10.5556 20.75C11.0772 20.75 11.5 20.3272 11.5 19.8056V19.2657C11.5 18.5143 11.2015 17.7936 10.6701 17.2623L6.48773 13.0799C5.95638 12.5485 5.23571 12.25 4.48426 12.25H3.94444ZM3.71967 19.4697C4.01256 19.1768 4.48744 19.1768 4.78033 19.4697C5.07322 19.7626 5.07322 20.2374 4.78033 20.5303C4.48744 20.8232 4.01256 20.8232 3.71967 20.5303C3.42678 20.2374 3.42678 19.7626 3.71967 19.4697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.7798 1.96968C21.9626 2.15254 22.0384 2.41669 21.9802 2.66866L21.1072 6.45174C20.9892 6.96309 20.7122 7.42388 20.3161 7.76802L9.76883 17.042L9.49875 17.324C9.35905 17.4699 9.16642 17.5532 8.96446 17.5552C8.7625 17.5572 8.56828 17.4776 8.42574 17.3345L6.42176 15.3227C6.28111 15.1815 6.20244 14.9901 6.20313 14.7908C6.20382 14.5915 6.2838 14.4007 6.42542 14.2605L6.70332 13.9853L15.9814 3.43336C16.3255 3.03721 16.7863 2.76025 17.2977 2.64224L21.0808 1.76922C21.3328 1.71107 21.5969 1.78683 21.7798 1.96968Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-sword-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.3111 13.1168C20.248 12.596 19.7747 12.225 19.254 12.2881C18.6831 12.3573 18.0636 12.5574 17.533 13.088L15.8105 14.8105L15.8094 14.8116L14.0869 16.5342C13.5563 17.0648 13.3562 17.6842 13.287 18.2551C13.2239 18.7758 13.5949 19.2491 14.1156 19.3122C14.6364 19.3753 15.1096 19.0043 15.1727 18.4836C15.2076 18.1959 15.2856 18.0218 15.43 17.8773L16.4815 16.8258L18.1647 18.509C17.8308 19.3611 18.0081 20.3672 18.6966 21.0557C19.6239 21.9829 21.1273 21.9829 22.0545 21.0557C22.9818 20.1284 22.9818 18.625 22.0545 17.6977C21.3661 17.0093 20.36 16.832 19.5079 17.1659L17.8247 15.4827L18.8762 14.4312C19.0207 14.2867 19.1948 14.2087 19.4824 14.1739C20.0032 14.1108 20.3742 13.6375 20.3111 13.1168Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.531 2.46955C20.6979 2.63648 20.7765 2.87225 20.7431 3.10595C20.7113 3.32859 20.6683 3.70053 20.6403 3.94245C20.6064 4.2334 20.5688 4.54125 20.5176 4.84943C20.4156 5.46279 20.2533 6.12107 19.9208 6.7295C19.5075 7.48576 18.8492 8.05401 17.8306 8.93326L8.82973 16.7064C8.53232 16.9632 8.08707 16.9469 7.8092 16.6691L6.32123 15.1811C6.04311 14.903 6.02709 14.4572 6.28454 14.1599L14.0673 5.17C14.9465 4.15138 15.5148 3.49305 16.2711 3.07974C16.8795 2.74722 17.5378 2.58495 18.1511 2.48301C18.4593 2.43179 18.7672 2.39421 19.0581 2.36028C19.3 2.3323 19.672 2.28923 19.8946 2.25742C20.1283 2.22404 20.3641 2.30263 20.531 2.46955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.68893 13.1168C3.75202 12.596 4.22531 12.225 4.74604 12.2881C5.31692 12.3573 5.93638 12.5574 6.46697 13.088L8.18949 14.8105L8.19062 14.8116L9.91314 16.5342C10.4437 17.0648 10.6438 17.6842 10.713 18.2551C10.7761 18.7758 10.4051 19.2491 9.88438 19.3122C9.36365 19.3753 8.89036 19.0043 8.82727 18.4836C8.79241 18.1959 8.71443 18.0218 8.56996 17.8773L7.51847 16.8258L5.83527 18.509C6.16917 19.3611 5.99187 20.3672 5.30339 21.0557C4.37612 21.9829 2.87272 21.9829 1.94545 21.0557C1.01818 20.1284 1.01818 18.625 1.94545 17.6977C2.63394 17.0093 3.64003 16.832 4.4921 17.1659L6.17529 15.4827L5.1238 14.4312C4.97933 14.2867 4.80523 14.2087 4.51756 14.1739C3.99683 14.1108 3.62583 13.6375 3.68893 13.1168Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6677 6.80365C10.8298 6.61639 10.9109 6.52276 10.9109 6.41094C10.9109 6.29912 10.8298 6.20549 10.6677 6.01823L9.9334 5.17C9.05414 4.15138 8.48589 3.49305 7.72963 3.07974C7.1212 2.74722 6.46291 2.58495 5.84955 2.48301C5.54137 2.43179 5.23352 2.39421 4.94257 2.36028C4.70066 2.3323 4.32871 2.28923 4.10607 2.25742C3.87238 2.22404 3.6366 2.30263 3.46968 2.46955C3.30275 2.63648 3.22416 2.87225 3.25755 3.10595C3.28935 3.32859 3.33242 3.70053 3.3604 3.94245C3.39433 4.2334 3.43191 4.54125 3.48313 4.84943C3.58508 5.46279 3.74734 6.12107 4.07986 6.7295C4.49317 7.48576 5.15149 8.05401 6.17011 8.93326L7.23516 9.85304C7.44899 10.0377 7.5559 10.13 7.67973 10.121C7.80356 10.1121 7.89603 10.0053 8.08095 9.79165L10.6677 6.80365Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.673 14.5046C13.4285 14.7158 13.3062 14.8214 13.3062 14.9587C13.3062 15.096 13.4285 15.2016 13.673 15.4128L15.171 16.7064C15.4684 16.9632 15.9136 16.9469 16.1915 16.6691L17.6794 15.1811C17.9576 14.903 17.9736 14.4572 17.7161 14.1599L16.5495 12.8123C16.3646 12.5987 16.2721 12.4919 16.1483 12.4829C16.0244 12.4739 15.9175 12.5662 15.7037 12.7509L13.673 14.5046Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.3111 13.1168C20.248 12.596 19.7747 12.225 19.254 12.2881C18.6831 12.3573 18.0636 12.5574 17.533 13.088L15.8105 14.8105L15.8094 14.8116L14.0869 16.5342C13.5563 17.0648 13.3562 17.6842 13.287 18.2551C13.2239 18.7758 13.5949 19.2491 14.1156 19.3122C14.6364 19.3753 15.1096 19.0043 15.1727 18.4836C15.2076 18.1959 15.2856 18.0218 15.43 17.8773L16.4815 16.8258L18.1647 18.509C17.8308 19.3611 18.0081 20.3672 18.6966 21.0557C19.6239 21.9829 21.1273 21.9829 22.0545 21.0557C22.9818 20.1284 22.9818 18.625 22.0545 17.6977C21.3661 17.0093 20.36 16.832 19.5079 17.1659L17.8247 15.4827L18.8762 14.4312C19.0207 14.2867 19.1948 14.2087 19.4824 14.1739C20.0032 14.1108 20.3742 13.6375 20.3111 13.1168Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.531 2.46955C20.6979 2.63648 20.7765 2.87225 20.7431 3.10595C20.7113 3.32859 20.6683 3.70053 20.6403 3.94245C20.6064 4.2334 20.5688 4.54125 20.5176 4.84943C20.4156 5.46279 20.2533 6.12107 19.9208 6.7295C19.5075 7.48576 18.8492 8.05401 17.8306 8.93326L8.82973 16.7064C8.53232 16.9632 8.08707 16.9469 7.8092 16.6691L6.32123 15.1811C6.04311 14.903 6.02709 14.4572 6.28454 14.1599L14.0673 5.17C14.9465 4.15138 15.5148 3.49305 16.2711 3.07974C16.8795 2.74722 17.5378 2.58495 18.1511 2.48301C18.4593 2.43179 18.7672 2.39421 19.0581 2.36028C19.3 2.3323 19.672 2.28923 19.8946 2.25742C20.1283 2.22404 20.3641 2.30263 20.531 2.46955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.68893 13.1168C3.75202 12.596 4.22531 12.225 4.74604 12.2881C5.31692 12.3573 5.93638 12.5574 6.46697 13.088L8.18949 14.8105L8.19062 14.8116L9.91314 16.5342C10.4437 17.0648 10.6438 17.6842 10.713 18.2551C10.7761 18.7758 10.4051 19.2491 9.88438 19.3122C9.36365 19.3753 8.89036 19.0043 8.82727 18.4836C8.79241 18.1959 8.71443 18.0218 8.56996 17.8773L7.51847 16.8258L5.83527 18.509C6.16917 19.3611 5.99187 20.3672 5.30339 21.0557C4.37612 21.9829 2.87272 21.9829 1.94545 21.0557C1.01818 20.1284 1.01818 18.625 1.94545 17.6977C2.63394 17.0093 3.64003 16.832 4.4921 17.1659L6.17529 15.4827L5.1238 14.4312C4.97933 14.2867 4.80523 14.2087 4.51756 14.1739C3.99683 14.1108 3.62583 13.6375 3.68893 13.1168Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6677 6.80365C10.8298 6.61639 10.9109 6.52276 10.9109 6.41094C10.9109 6.29912 10.8298 6.20549 10.6677 6.01823L9.9334 5.17C9.05414 4.15138 8.48589 3.49305 7.72963 3.07974C7.1212 2.74722 6.46291 2.58495 5.84955 2.48301C5.54137 2.43179 5.23352 2.39421 4.94257 2.36028C4.70066 2.3323 4.32871 2.28923 4.10607 2.25742C3.87238 2.22404 3.6366 2.30263 3.46968 2.46955C3.30275 2.63648 3.22416 2.87225 3.25755 3.10595C3.28935 3.32859 3.33242 3.70053 3.3604 3.94245C3.39433 4.2334 3.43191 4.54125 3.48313 4.84943C3.58508 5.46279 3.74734 6.12107 4.07986 6.7295C4.49317 7.48576 5.15149 8.05401 6.17011 8.93326L7.23516 9.85304C7.44899 10.0377 7.5559 10.13 7.67973 10.121C7.80356 10.1121 7.89603 10.0053 8.08095 9.79165L10.6677 6.80365Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.673 14.5046C13.4285 14.7158 13.3062 14.8214 13.3062 14.9587C13.3062 15.096 13.4285 15.2016 13.673 15.4128L15.171 16.7064C15.4684 16.9632 15.9136 16.9469 16.1915 16.6691L17.6794 15.1811C17.9576 14.903 17.9736 14.4572 17.7161 14.1599L16.5495 12.8123C16.3646 12.5987 16.2721 12.4919 16.1483 12.4829C16.0244 12.4739 15.9175 12.5662 15.7037 12.7509L13.673 14.5046Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-table-tennis-bat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.8369 3.16075C18.9935 1.31994 16.2693 0.979 13.7347 1.42648C11.1904 1.87567 8.65568 3.14389 7.01622 4.78125C6.08108 5.71519 5.5905 6.89085 5.45951 8.12546C5.43561 8.35073 5.51481 8.57473 5.675 8.73492L15.2453 18.3052C15.405 18.4649 15.6283 18.5442 15.853 18.5208C17.0935 18.3921 18.2755 17.9021 19.2141 16.9647C20.8539 15.3273 22.1232 12.7948 22.5726 10.2533C23.0203 7.72143 22.6789 5.00017 20.8369 3.16075Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6913 1.18035C16.2674 0.725548 19.0893 1.06235 21.0136 2.98391C22.9367 4.90422 23.2739 7.72349 22.8188 10.2969C22.3615 12.8831 21.0709 15.4641 19.3908 17.1417C17.2291 19.3004 13.9637 19.15 11.3897 17.874C11.1744 17.7672 10.7904 17.4927 10.5297 17.554C10.0328 17.6707 9.37046 18.2013 8.60442 19.1453C7.87585 20.043 7.20802 21.1138 6.6378 22.0184C6.37061 22.4423 5.99279 22.7485 5.53235 22.898C5.0884 23.0421 4.64383 23.0164 4.25841 22.9204C3.50787 22.7333 2.80453 22.239 2.27407 21.6992C1.74236 21.1581 1.26408 20.449 1.08001 19.7055C0.985972 19.3257 0.957023 18.8865 1.09195 18.4477C1.2329 17.9894 1.53061 17.6067 1.95587 17.3394C2.8619 16.7699 3.93443 16.1031 4.83371 15.3756C5.77956 14.6104 6.3104 13.9494 6.42706 13.4545C6.48808 13.1957 6.21307 12.812 6.10697 12.5986C4.82904 10.0277 4.67726 6.76401 6.83962 4.60442C8.51928 2.92692 11.1024 1.63742 13.6913 1.18035ZM14.039 3.14989C11.8074 3.54388 9.61102 4.66319 8.25293 6.01954C6.70552 7.56497 7.04213 10.0032 7.93719 11.7868C8.27042 12.4509 8.5518 13.1579 8.37371 13.9134C8.08898 15.1213 7.05561 16.1506 6.0916 16.9305C5.13328 17.7058 4.01993 18.4049 3.15874 18.9456C3.02231 19.0313 2.97945 19.0555 3.0214 19.2249C3.09238 19.5116 3.32715 19.9174 3.70057 20.2974C4.07525 20.6787 4.46916 20.9117 4.74208 20.9797C4.92679 21.0258 4.93788 20.9646 5.03137 20.8162C5.5732 19.9558 6.2741 18.8428 7.05147 17.885C7.83291 16.9221 8.86363 15.891 10.0721 15.607C10.8277 15.4294 11.5349 15.7103 12.1994 16.0428C13.9864 16.9371 16.4285 17.2734 17.9776 15.7265C19.3356 14.3705 20.4554 12.1769 20.8494 9.94861C21.2457 7.7075 20.8754 5.6723 19.6004 4.39913C18.323 3.12353 16.2835 2.75364 14.039 3.14989Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.8369 3.16075C18.9935 1.31994 16.2693 0.979 13.7347 1.42648C11.1904 1.87567 8.65568 3.14389 7.01622 4.78125C6.08108 5.71519 5.5905 6.89085 5.45951 8.12546C5.43561 8.35073 5.51481 8.57473 5.675 8.73492L15.2453 18.3052C15.405 18.4649 15.6283 18.5442 15.853 18.5208C17.0935 18.3921 18.2755 17.9021 19.2141 16.9647C20.8539 15.3273 22.1232 12.7948 22.5726 10.2533C23.0203 7.72143 22.6789 5.00017 20.8369 3.16075Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6913 1.18035C16.2674 0.725548 19.0893 1.06235 21.0136 2.98391C22.9367 4.90422 23.2739 7.72349 22.8188 10.2969C22.3615 12.8831 21.0709 15.4641 19.3908 17.1417C17.2291 19.3004 13.9637 19.15 11.3897 17.874C11.1744 17.7672 10.7904 17.4927 10.5297 17.554C10.0328 17.6707 9.37046 18.2013 8.60442 19.1453C7.87585 20.043 7.20802 21.1138 6.6378 22.0184C6.37061 22.4423 5.99279 22.7485 5.53235 22.898C5.0884 23.0421 4.64383 23.0164 4.25841 22.9204C3.50787 22.7333 2.80453 22.239 2.27407 21.6992C1.74236 21.1581 1.26408 20.449 1.08001 19.7055C0.985972 19.3257 0.957023 18.8865 1.09195 18.4477C1.2329 17.9894 1.53061 17.6067 1.95587 17.3394C2.8619 16.7699 3.93443 16.1031 4.83371 15.3756C5.77956 14.6104 6.3104 13.9494 6.42706 13.4545C6.48808 13.1957 6.21307 12.812 6.10697 12.5986C4.82904 10.0277 4.67726 6.76401 6.83962 4.60442C8.51928 2.92692 11.1024 1.63742 13.6913 1.18035ZM14.039 3.14989C11.8074 3.54388 9.61102 4.66319 8.25293 6.01954C6.70552 7.56497 7.04213 10.0032 7.93719 11.7868C8.27042 12.4509 8.5518 13.1579 8.37371 13.9134C8.08898 15.1213 7.05561 16.1506 6.0916 16.9305C5.13328 17.7058 4.01993 18.4049 3.15874 18.9456C3.02231 19.0313 2.97945 19.0555 3.0214 19.2249C3.09238 19.5116 3.32715 19.9174 3.70057 20.2974C4.07525 20.6787 4.46916 20.9117 4.74208 20.9797C4.92679 21.0258 4.93788 20.9646 5.03137 20.8162C5.5732 19.9558 6.2741 18.8428 7.05147 17.885C7.83291 16.9221 8.86363 15.891 10.0721 15.607C10.8277 15.4294 11.5349 15.7103 12.1994 16.0428C13.9864 16.9371 16.4285 17.2734 17.9776 15.7265C19.3356 14.3705 20.4554 12.1769 20.8494 9.94861C21.2457 7.7075 20.8754 5.6723 19.6004 4.39913C18.323 3.12353 16.2835 2.75364 14.039 3.14989Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-tennis-ball{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM3.2041 12C3.2041 9.91818 3.9274 8.00527 5.1364 6.49888C5.2157 6.40007 5.36588 6.40312 5.44123 6.50498C6.57803 8.04167 7.24952 9.942 7.24952 12.0001C7.24952 14.0581 6.57804 15.9584 5.44126 17.4951C5.36591 17.597 5.21573 17.6 5.13643 17.5012C3.92741 15.9948 3.2041 14.0819 3.2041 12ZM20.795 12C20.795 14.0819 20.0717 15.9949 18.8626 17.5013C18.7833 17.6001 18.6332 17.597 18.5578 17.4952C17.421 15.9585 16.7495 14.0581 16.7495 12.0001C16.7495 9.94198 17.421 8.04163 18.5578 6.50494C18.6332 6.40308 18.7834 6.40002 18.8627 6.49883C20.0717 8.00523 20.795 9.91816 20.795 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM3.2041 12C3.2041 9.91818 3.9274 8.00527 5.1364 6.49888C5.2157 6.40007 5.36588 6.40312 5.44123 6.50498C6.57803 8.04167 7.24952 9.942 7.24952 12.0001C7.24952 14.0581 6.57804 15.9584 5.44126 17.4951C5.36591 17.597 5.21573 17.6 5.13643 17.5012C3.92741 15.9948 3.2041 14.0819 3.2041 12ZM20.795 12C20.795 14.0819 20.0717 15.9949 18.8626 17.5013C18.7833 17.6001 18.6332 17.597 18.5578 17.4952C17.421 15.9585 16.7495 14.0581 16.7495 12.0001C16.7495 9.94198 17.421 8.04163 18.5578 6.50494C18.6332 6.40308 18.7834 6.40002 18.8627 6.49883C20.0717 8.00523 20.795 9.91816 20.795 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-tetris{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 12.25L14.9553 12.25C14.5224 12.25 14.1256 12.2499 13.8028 12.2933C13.4473 12.3411 13.0716 12.4535 12.7626 12.7626C12.4535 13.0716 12.3411 13.4473 12.2933 13.8028C12.2499 14.1256 12.25 14.5224 12.25 14.9552V14.9553L12.25 15L12.25 15.0448V15.0448C12.25 15.4776 12.2499 15.8744 12.2933 16.1972C12.2957 16.2148 12.2982 16.2324 12.3009 16.25L11 16.25L10.9553 16.25H10.9553C10.5224 16.25 10.1256 16.2499 9.8028 16.2933C9.44732 16.3411 9.07159 16.4535 8.76257 16.7626C8.45355 17.0716 8.3411 17.4473 8.29331 17.8028C8.24991 18.1256 8.24995 18.5224 8.25 18.9553L8.25001 19L8.25 19.0448C8.24995 19.4776 8.24991 19.8744 8.29331 20.1972C8.3411 20.5527 8.45355 20.9284 8.76257 21.2374C9.07159 21.5465 9.44732 21.6589 9.8028 21.7067C10.1256 21.7501 10.5224 21.7501 10.9552 21.75H10.9553H10.9553L11 21.75H19L19.0448 21.75H19.0448H19.0448C19.4776 21.7501 19.8744 21.7501 20.1972 21.7067C20.5527 21.6589 20.9284 21.5465 21.2374 21.2374C21.5465 20.9284 21.6589 20.5527 21.7067 20.1972C21.7501 19.8744 21.7501 19.4776 21.75 19.0448V19.0448V19.0448V18.9553V18.9553V18.9552C21.7501 18.5224 21.7501 18.1256 21.7067 17.8028C21.6589 17.4473 21.5465 17.0716 21.2374 16.7626C20.9284 16.4535 20.5527 16.3411 20.1972 16.2933C19.8744 16.2499 19.4776 16.25 19.0448 16.25L17.6991 16.25C17.7018 16.2324 17.7043 16.2148 17.7067 16.1972C17.7501 15.8744 17.7501 15.4776 17.75 15.0448V15.0448V15.0448L17.75 15L17.75 14.9553V14.9553V14.9552C17.7501 14.5224 17.7501 14.1256 17.7067 13.8028C17.6589 13.4473 17.5465 13.0716 17.2374 12.7626C16.9284 12.4535 16.5527 12.3411 16.1972 12.2933C15.8744 12.2499 15.4776 12.25 15.0448 12.25L15 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.00001 2.25001L8.95526 2.25C8.52244 2.24995 8.12561 2.24991 7.8028 2.29331C7.44732 2.3411 7.07159 2.45355 6.76257 2.76257C6.45355 3.07159 6.3411 3.44732 6.29331 3.8028C6.24991 4.12561 6.24995 4.52243 6.25 4.95525V4.95526L6.25001 5.00001V6.30087C6.23237 6.29818 6.21477 6.29567 6.19721 6.29331C5.87441 6.24991 5.47758 6.24995 5.04477 6.25H5.04476L5.00001 6.25001L4.95526 6.25H4.95525C4.52243 6.24995 4.12561 6.24991 3.8028 6.29331C3.44732 6.3411 3.07159 6.45355 2.76257 6.76257C2.45355 7.07159 2.3411 7.44732 2.29331 7.8028C2.24991 8.12561 2.24995 8.52244 2.25 8.95526L2.25001 9.00001V13L2.25 13.0448C2.24995 13.4776 2.24991 13.8744 2.29331 14.1972C2.3411 14.5527 2.45355 14.9284 2.76257 15.2374C3.07159 15.5465 3.44732 15.6589 3.8028 15.7067C4.12561 15.7501 4.52243 15.7501 4.95524 15.75H4.95525H4.95526L5.00001 15.75L5.04475 15.75H5.04476H5.04477C5.47758 15.7501 5.87441 15.7501 6.19721 15.7067C6.5527 15.6589 6.92842 15.5465 7.23744 15.2374C7.54647 14.9284 7.65891 14.5527 7.70671 14.1972C7.75011 13.8744 7.75006 13.4776 7.75001 13.0448V13.0448L7.75001 13V11.6991C7.76765 11.7018 7.78525 11.7043 7.8028 11.7067C8.12561 11.7501 8.52243 11.7501 8.95524 11.75H8.95525H8.95526L9.00001 11.75L9.04475 11.75H9.04476H9.04477C9.47758 11.7501 9.87441 11.7501 10.1972 11.7067C10.5527 11.6589 10.9284 11.5465 11.2374 11.2374C11.5465 10.9284 11.6589 10.5527 11.7067 10.1972C11.7501 9.87441 11.7501 9.4776 11.75 9.0448V9.04476V9.04475L11.75 9.00001V5.00001L11.75 4.95526V4.95525V4.95521C11.7501 4.52242 11.7501 4.1256 11.7067 3.8028C11.6589 3.44732 11.5465 3.07159 11.2374 2.76257C10.9284 2.45355 10.5527 2.3411 10.1972 2.29331C9.8744 2.24991 9.47757 2.24995 9.04476 2.25L9.00001 2.25001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 12.25L14.9553 12.25C14.5224 12.25 14.1256 12.2499 13.8028 12.2933C13.4473 12.3411 13.0716 12.4535 12.7626 12.7626C12.4535 13.0716 12.3411 13.4473 12.2933 13.8028C12.2499 14.1256 12.25 14.5224 12.25 14.9552V14.9553L12.25 15L12.25 15.0448V15.0448C12.25 15.4776 12.2499 15.8744 12.2933 16.1972C12.2957 16.2148 12.2982 16.2324 12.3009 16.25L11 16.25L10.9553 16.25H10.9553C10.5224 16.25 10.1256 16.2499 9.8028 16.2933C9.44732 16.3411 9.07159 16.4535 8.76257 16.7626C8.45355 17.0716 8.3411 17.4473 8.29331 17.8028C8.24991 18.1256 8.24995 18.5224 8.25 18.9553L8.25001 19L8.25 19.0448C8.24995 19.4776 8.24991 19.8744 8.29331 20.1972C8.3411 20.5527 8.45355 20.9284 8.76257 21.2374C9.07159 21.5465 9.44732 21.6589 9.8028 21.7067C10.1256 21.7501 10.5224 21.7501 10.9552 21.75H10.9553H10.9553L11 21.75H19L19.0448 21.75H19.0448H19.0448C19.4776 21.7501 19.8744 21.7501 20.1972 21.7067C20.5527 21.6589 20.9284 21.5465 21.2374 21.2374C21.5465 20.9284 21.6589 20.5527 21.7067 20.1972C21.7501 19.8744 21.7501 19.4776 21.75 19.0448V19.0448V19.0448V18.9553V18.9553V18.9552C21.7501 18.5224 21.7501 18.1256 21.7067 17.8028C21.6589 17.4473 21.5465 17.0716 21.2374 16.7626C20.9284 16.4535 20.5527 16.3411 20.1972 16.2933C19.8744 16.2499 19.4776 16.25 19.0448 16.25L17.6991 16.25C17.7018 16.2324 17.7043 16.2148 17.7067 16.1972C17.7501 15.8744 17.7501 15.4776 17.75 15.0448V15.0448V15.0448L17.75 15L17.75 14.9553V14.9553V14.9552C17.7501 14.5224 17.7501 14.1256 17.7067 13.8028C17.6589 13.4473 17.5465 13.0716 17.2374 12.7626C16.9284 12.4535 16.5527 12.3411 16.1972 12.2933C15.8744 12.2499 15.4776 12.25 15.0448 12.25L15 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.00001 2.25001L8.95526 2.25C8.52244 2.24995 8.12561 2.24991 7.8028 2.29331C7.44732 2.3411 7.07159 2.45355 6.76257 2.76257C6.45355 3.07159 6.3411 3.44732 6.29331 3.8028C6.24991 4.12561 6.24995 4.52243 6.25 4.95525V4.95526L6.25001 5.00001V6.30087C6.23237 6.29818 6.21477 6.29567 6.19721 6.29331C5.87441 6.24991 5.47758 6.24995 5.04477 6.25H5.04476L5.00001 6.25001L4.95526 6.25H4.95525C4.52243 6.24995 4.12561 6.24991 3.8028 6.29331C3.44732 6.3411 3.07159 6.45355 2.76257 6.76257C2.45355 7.07159 2.3411 7.44732 2.29331 7.8028C2.24991 8.12561 2.24995 8.52244 2.25 8.95526L2.25001 9.00001V13L2.25 13.0448C2.24995 13.4776 2.24991 13.8744 2.29331 14.1972C2.3411 14.5527 2.45355 14.9284 2.76257 15.2374C3.07159 15.5465 3.44732 15.6589 3.8028 15.7067C4.12561 15.7501 4.52243 15.7501 4.95524 15.75H4.95525H4.95526L5.00001 15.75L5.04475 15.75H5.04476H5.04477C5.47758 15.7501 5.87441 15.7501 6.19721 15.7067C6.5527 15.6589 6.92842 15.5465 7.23744 15.2374C7.54647 14.9284 7.65891 14.5527 7.70671 14.1972C7.75011 13.8744 7.75006 13.4776 7.75001 13.0448V13.0448L7.75001 13V11.6991C7.76765 11.7018 7.78525 11.7043 7.8028 11.7067C8.12561 11.7501 8.52243 11.7501 8.95524 11.75H8.95525H8.95526L9.00001 11.75L9.04475 11.75H9.04476H9.04477C9.47758 11.7501 9.87441 11.7501 10.1972 11.7067C10.5527 11.6589 10.9284 11.5465 11.2374 11.2374C11.5465 10.9284 11.6589 10.5527 11.7067 10.1972C11.7501 9.87441 11.7501 9.4776 11.75 9.0448V9.04476V9.04475L11.75 9.00001V5.00001L11.75 4.95526V4.95525V4.95521C11.7501 4.52242 11.7501 4.1256 11.7067 3.8028C11.6589 3.44732 11.5465 3.07159 11.2374 2.76257C10.9284 2.45355 10.5527 2.3411 10.1972 2.29331C9.8744 2.24991 9.47757 2.24995 9.04476 2.25L9.00001 2.25001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-tic-tac-toe{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2C12.5523 2 13 2.44772 13 3V11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H13V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H11V3C11 2.44772 11.4477 2 12 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 17C4.67157 17 4 17.6716 4 18.5C4 19.3284 4.67157 20 5.5 20C6.32843 20 7 19.3284 7 18.5C7 17.6716 6.32843 17 5.5 17ZM2 18.5C2 16.567 3.567 15 5.5 15C7.433 15 9 16.567 9 18.5C9 20.433 7.433 22 5.5 22C3.567 22 2 20.433 2 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2929 2.29289C15.6834 1.90237 16.3166 1.90237 16.7071 2.29289L18.5 4.08579L20.2929 2.29289C20.6834 1.90237 21.3166 1.90237 21.7071 2.29289C22.0976 2.68342 22.0976 3.31658 21.7071 3.70711L19.9142 5.5L21.7071 7.29289C22.0976 7.68342 22.0976 8.31658 21.7071 8.70711C21.3166 9.09763 20.6834 9.09763 20.2929 8.70711L18.5 6.91421L16.7071 8.70711C16.3166 9.09763 15.6834 9.09763 15.2929 8.70711C14.9024 8.31658 14.9024 7.68342 15.2929 7.29289L17.0858 5.5L15.2929 3.70711C14.9024 3.31658 14.9024 2.68342 15.2929 2.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2C12.5523 2 13 2.44772 13 3V11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H13V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H11V3C11 2.44772 11.4477 2 12 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 17C4.67157 17 4 17.6716 4 18.5C4 19.3284 4.67157 20 5.5 20C6.32843 20 7 19.3284 7 18.5C7 17.6716 6.32843 17 5.5 17ZM2 18.5C2 16.567 3.567 15 5.5 15C7.433 15 9 16.567 9 18.5C9 20.433 7.433 22 5.5 22C3.567 22 2 20.433 2 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2929 2.29289C15.6834 1.90237 16.3166 1.90237 16.7071 2.29289L18.5 4.08579L20.2929 2.29289C20.6834 1.90237 21.3166 1.90237 21.7071 2.29289C22.0976 2.68342 22.0976 3.31658 21.7071 3.70711L19.9142 5.5L21.7071 7.29289C22.0976 7.68342 22.0976 8.31658 21.7071 8.70711C21.3166 9.09763 20.6834 9.09763 20.2929 8.70711L18.5 6.91421L16.7071 8.70711C16.3166 9.09763 15.6834 9.09763 15.2929 8.70711C14.9024 8.31658 14.9024 7.68342 15.2929 7.29289L17.0858 5.5L15.2929 3.70711C14.9024 3.31658 14.9024 2.68342 15.2929 2.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-trampoline{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.125C9.12602 3.125 6.4878 3.8224 4.54306 4.98924C2.61325 6.14713 1.25 7.8512 1.25 9.875V17.875C1.25 18.4273 1.69772 18.875 2.25 18.875C2.80228 18.875 3.25 18.4273 3.25 17.875V13.8249C3.6401 14.1668 4.07491 14.4799 4.54306 14.7608C6.25988 15.7909 8.51717 16.4551 11 16.5966V19.875C11 20.4273 11.4477 20.875 12 20.875C12.5523 20.875 13 20.4273 13 19.875V16.5966C15.4828 16.4551 17.7401 15.7909 19.4569 14.7608C19.9251 14.4799 20.3599 14.1668 20.75 13.8249V17.875C20.75 18.4273 21.1977 18.875 21.75 18.875C22.3023 18.875 22.75 18.4273 22.75 17.875V9.875C22.75 7.8512 21.3867 6.14713 19.4569 4.98924C17.5122 3.8224 14.874 3.125 12 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.125C9.12602 3.125 6.4878 3.8224 4.54306 4.98924C2.61325 6.14713 1.25 7.8512 1.25 9.875V17.875C1.25 18.4273 1.69772 18.875 2.25 18.875C2.80228 18.875 3.25 18.4273 3.25 17.875V13.8249C3.6401 14.1668 4.07491 14.4799 4.54306 14.7608C6.25988 15.7909 8.51717 16.4551 11 16.5966V19.875C11 20.4273 11.4477 20.875 12 20.875C12.5523 20.875 13 20.4273 13 19.875V16.5966C15.4828 16.4551 17.7401 15.7909 19.4569 14.7608C19.9251 14.4799 20.3599 14.1668 20.75 13.8249V17.875C20.75 18.4273 21.1977 18.875 21.75 18.875C22.3023 18.875 22.75 18.4273 22.75 17.875V9.875C22.75 7.8512 21.3867 6.14713 19.4569 4.98924C17.5122 3.8224 14.874 3.125 12 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-video-console{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0732 1H10.9268H10.9268C9.10338 0.999974 7.63362 0.999953 6.47767 1.15537C5.27752 1.31672 4.26702 1.66191 3.46447 2.46447C2.66191 3.26702 2.31672 4.27752 2.15537 5.47767C1.99995 6.63361 1.99997 8.10336 2 9.9268V9.92682V14.0732V14.0732C1.99997 15.8966 1.99995 17.3664 2.15537 18.5223C2.31672 19.7225 2.66191 20.733 3.46447 21.5355C4.26702 22.3381 5.27752 22.6833 6.47767 22.8446C7.63363 23.0001 9.1034 23 10.9269 23H13.0731C14.8966 23 16.3664 23.0001 17.5223 22.8446C18.7225 22.6833 19.733 22.3381 20.5355 21.5355C21.3381 20.733 21.6833 19.7225 21.8446 18.5223C22.0001 17.3664 22 15.8966 22 14.0731V9.92686C22 8.1034 22.0001 6.63363 21.8446 5.47767C21.6833 4.27752 21.3381 3.26702 20.5355 2.46447C19.733 1.66191 18.7225 1.31672 17.5223 1.15537C16.3664 0.999953 14.8966 0.999974 13.0732 1H13.0732ZM4.87868 3.87868C5.2477 3.50966 5.7658 3.26907 6.74416 3.13753C7.7513 3.00213 9.08611 3 11 3H13C14.9139 3 16.2487 3.00213 17.2558 3.13753C18.2342 3.26907 18.7523 3.50966 19.1213 3.87868C19.4903 4.2477 19.7309 4.7658 19.8625 5.74416C19.9979 6.7513 20 8.08611 20 10V10.25C20 10.7214 20 10.9571 19.8536 11.1036C19.7071 11.25 19.4714 11.25 19 11.25H5C4.5286 11.25 4.2929 11.25 4.14645 11.1036C4 10.9571 4 10.7214 4 10.25V10C4 8.08611 4.00213 6.7513 4.13753 5.74416C4.26907 4.7658 4.50966 4.2477 4.87868 3.87868ZM10.7071 14.2929C11.0976 14.6834 11.0976 15.3166 10.7071 15.7071L9.91421 16.5L10.7071 17.2929C11.0976 17.6834 11.0976 18.3166 10.7071 18.7071C10.3166 19.0976 9.68342 19.0976 9.29289 18.7071L8.5 17.9142L7.70711 18.7071C7.31658 19.0976 6.68342 19.0976 6.29289 18.7071C5.90237 18.3166 5.90237 17.6834 6.29289 17.2929L7.08579 16.5L6.29289 15.7071C5.90237 15.3166 5.90237 14.6834 6.29289 14.2929C6.68342 13.9024 7.31658 13.9024 7.70711 14.2929L8.5 15.0858L9.29289 14.2929C9.68342 13.9024 10.3166 13.9024 10.7071 14.2929ZM16.9912 14C16.4389 14 15.9912 14.4477 15.9912 15C15.9912 15.5523 16.4389 16 16.9912 16H17.0002C17.5525 16 18.0002 15.5523 18.0002 15C18.0002 14.4477 17.5525 14 17.0002 14H16.9912ZM15.009 17H15C14.4477 17 14 17.4477 14 18C14 18.5523 14.4477 19 15 19H15.009C15.5613 19 16.009 18.5523 16.009 18C16.009 17.4477 15.5613 17 15.009 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0732 1H10.9268H10.9268C9.10338 0.999974 7.63362 0.999953 6.47767 1.15537C5.27752 1.31672 4.26702 1.66191 3.46447 2.46447C2.66191 3.26702 2.31672 4.27752 2.15537 5.47767C1.99995 6.63361 1.99997 8.10336 2 9.9268V9.92682V14.0732V14.0732C1.99997 15.8966 1.99995 17.3664 2.15537 18.5223C2.31672 19.7225 2.66191 20.733 3.46447 21.5355C4.26702 22.3381 5.27752 22.6833 6.47767 22.8446C7.63363 23.0001 9.1034 23 10.9269 23H13.0731C14.8966 23 16.3664 23.0001 17.5223 22.8446C18.7225 22.6833 19.733 22.3381 20.5355 21.5355C21.3381 20.733 21.6833 19.7225 21.8446 18.5223C22.0001 17.3664 22 15.8966 22 14.0731V9.92686C22 8.1034 22.0001 6.63363 21.8446 5.47767C21.6833 4.27752 21.3381 3.26702 20.5355 2.46447C19.733 1.66191 18.7225 1.31672 17.5223 1.15537C16.3664 0.999953 14.8966 0.999974 13.0732 1H13.0732ZM4.87868 3.87868C5.2477 3.50966 5.7658 3.26907 6.74416 3.13753C7.7513 3.00213 9.08611 3 11 3H13C14.9139 3 16.2487 3.00213 17.2558 3.13753C18.2342 3.26907 18.7523 3.50966 19.1213 3.87868C19.4903 4.2477 19.7309 4.7658 19.8625 5.74416C19.9979 6.7513 20 8.08611 20 10V10.25C20 10.7214 20 10.9571 19.8536 11.1036C19.7071 11.25 19.4714 11.25 19 11.25H5C4.5286 11.25 4.2929 11.25 4.14645 11.1036C4 10.9571 4 10.7214 4 10.25V10C4 8.08611 4.00213 6.7513 4.13753 5.74416C4.26907 4.7658 4.50966 4.2477 4.87868 3.87868ZM10.7071 14.2929C11.0976 14.6834 11.0976 15.3166 10.7071 15.7071L9.91421 16.5L10.7071 17.2929C11.0976 17.6834 11.0976 18.3166 10.7071 18.7071C10.3166 19.0976 9.68342 19.0976 9.29289 18.7071L8.5 17.9142L7.70711 18.7071C7.31658 19.0976 6.68342 19.0976 6.29289 18.7071C5.90237 18.3166 5.90237 17.6834 6.29289 17.2929L7.08579 16.5L6.29289 15.7071C5.90237 15.3166 5.90237 14.6834 6.29289 14.2929C6.68342 13.9024 7.31658 13.9024 7.70711 14.2929L8.5 15.0858L9.29289 14.2929C9.68342 13.9024 10.3166 13.9024 10.7071 14.2929ZM16.9912 14C16.4389 14 15.9912 14.4477 15.9912 15C15.9912 15.5523 16.4389 16 16.9912 16H17.0002C17.5525 16 18.0002 15.5523 18.0002 15C18.0002 14.4477 17.5525 14 17.0002 14H16.9912ZM15.009 17H15C14.4477 17 14 17.4477 14 18C14 18.5523 14.4477 19 15 19H15.009C15.5613 19 16.009 18.5523 16.009 18C16.009 17.4477 15.5613 17 15.009 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-volleyball{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.39812 2.81631C7.43754 2.65391 7.45725 2.57271 7.43893 2.51804C7.41405 2.44378 7.3425 2.38806 7.26441 2.38214C7.20691 2.37778 7.13545 2.41551 6.99252 2.49096C6.23138 2.89275 5.5243 3.38322 4.88502 3.94862C4.82115 4.00511 4.78922 4.03335 4.77156 4.07253C4.75391 4.11172 4.75391 4.15542 4.75391 4.24282V5.9917C4.83068 8.31993 5.62658 10.6297 6.7264 12.5128C7.63545 14.0693 8.71268 15.2686 9.69013 15.9499C9.84136 16.0553 9.91698 16.108 10.0053 16.0858C10.0937 16.0637 10.1361 15.9802 10.2208 15.8134C10.7511 14.7696 11.0768 13.5216 10.9904 12.0766C10.9854 11.9934 10.9829 11.9518 10.9637 11.9144C10.9445 11.8769 10.9103 11.8491 10.8418 11.7936C9.586 10.7748 8.7255 9.64351 8.15709 8.51599C7.01632 6.25312 7.06599 4.03513 7.39812 2.81631Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.25391 6.00386C3.25391 5.92698 3.15614 5.89595 3.11285 5.95949C1.93969 7.68183 1.25391 9.76275 1.25391 12.0038C1.25391 15.1054 2.56736 17.9001 4.66837 19.8622C4.75353 19.9417 4.7961 19.9815 4.85239 19.9924C4.90868 20.0034 4.96445 19.9821 5.07599 19.9393L6.7138 19.3118C7.3071 19.0392 8.09868 18.5099 8.8405 17.7401C8.98627 17.5888 9.05916 17.5131 9.05073 17.4219C9.04231 17.3307 8.95017 17.265 8.76591 17.1335C7.56459 16.2765 6.38173 14.8969 5.43113 13.2693C4.22875 11.2105 3.33818 8.65506 3.25429 6.0278C3.25403 6.01983 3.25391 6.01185 3.25391 6.00386Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.00385 20.807C6.6762 20.9326 6.51238 20.9953 6.50438 21.1237C6.49638 21.252 6.64695 21.3324 6.9481 21.4932C7.83658 21.9675 8.79949 22.3207 9.81478 22.5308C9.89771 22.5479 9.93917 22.5565 9.98088 22.5473C10.0226 22.5382 10.0575 22.5123 10.1272 22.4606L11.5543 21.4036C13.2803 20.0959 14.5758 18.1912 15.3677 16.2515C16.0254 14.6404 16.3083 13.0742 16.2453 11.8724C16.2364 11.7022 16.2319 11.6171 16.1691 11.5615C16.1062 11.506 16.0186 11.5121 15.8434 11.5244C14.9238 11.5891 13.9137 11.7427 12.8145 11.996C12.6628 12.0309 12.587 12.0484 12.5434 12.1041C12.4998 12.1597 12.501 12.2409 12.5034 12.4033C12.5343 14.4958 11.8409 16.2404 10.9007 17.5894C9.81059 19.1538 8.37793 20.2044 7.31357 20.687C7.29996 20.6931 7.28618 20.6989 7.27223 20.7042L7.00385 20.807Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4032 22.6414C12.3574 22.6753 12.3829 22.7474 12.4398 22.7452C17.4829 22.544 21.6322 18.8687 22.56 14.0471C22.581 13.9379 22.5915 13.8833 22.5729 13.8317C22.5543 13.7801 22.5105 13.7439 22.4227 13.6715L21.5266 12.9322C21.5176 12.9247 21.5088 12.9171 21.5002 12.9093C20.7567 12.2353 19.6661 11.7511 18.1945 11.5686C17.9835 11.5424 17.878 11.5293 17.81 11.591C17.7421 11.6526 17.7451 11.7663 17.7511 11.9936C17.7895 13.4474 17.4336 15.1596 16.7564 16.8185C15.8858 18.951 14.4434 21.0979 12.4566 22.6019L12.4504 22.6066L12.4032 22.6414Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.4942 11.7858C22.5977 11.8712 22.7528 11.7976 22.7486 11.6635C22.7178 10.6735 22.5532 9.71723 22.2722 8.81219C22.2474 8.73227 22.235 8.6923 22.2072 8.66047C22.1794 8.62863 22.1405 8.61047 22.0628 8.57415L20.1908 7.69972C18.2518 6.82466 16.0418 6.60772 14.059 6.84121C12.421 7.0341 11.0112 7.52478 10.0666 8.13575C9.92765 8.22558 9.8582 8.2705 9.84115 8.35223C9.82409 8.43397 9.87069 8.5043 9.9639 8.64496C10.3957 9.29656 10.963 9.9463 11.7026 10.5596C11.7761 10.6206 11.8128 10.6511 11.8593 10.6617C11.9057 10.6723 11.9537 10.6604 12.0499 10.6366C13.8207 10.198 15.4213 9.98781 16.8403 9.98864C19.2408 9.99006 21.1749 10.5976 22.4942 11.7858Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9265 6.3878C21.0305 6.43637 21.1326 6.32279 21.0708 6.22606C19.1616 3.2363 15.8143 1.25385 12.0039 1.25385C11.1289 1.25385 10.2783 1.35839 9.46392 1.55567C9.35336 1.58245 9.29808 1.59584 9.25836 1.63554C9.21864 1.67525 9.20488 1.73193 9.17736 1.84531L8.85321 3.18078C8.8514 3.18821 8.84948 3.19562 8.84745 3.203C8.66394 3.86937 8.57628 5.08575 8.96385 6.46936C9.02563 6.6899 9.05652 6.80017 9.14726 6.83712C9.23801 6.87406 9.34514 6.8121 9.55939 6.68817C10.7283 6.01202 12.2558 5.54319 13.8836 5.3515C16.0841 5.09237 18.5789 5.32527 20.8127 6.33473L20.8213 6.3386L20.9265 6.3878Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.39812 2.81631C7.43754 2.65391 7.45725 2.57271 7.43893 2.51804C7.41405 2.44378 7.3425 2.38806 7.26441 2.38214C7.20691 2.37778 7.13545 2.41551 6.99252 2.49096C6.23138 2.89275 5.5243 3.38322 4.88502 3.94862C4.82115 4.00511 4.78922 4.03335 4.77156 4.07253C4.75391 4.11172 4.75391 4.15542 4.75391 4.24282V5.9917C4.83068 8.31993 5.62658 10.6297 6.7264 12.5128C7.63545 14.0693 8.71268 15.2686 9.69013 15.9499C9.84136 16.0553 9.91698 16.108 10.0053 16.0858C10.0937 16.0637 10.1361 15.9802 10.2208 15.8134C10.7511 14.7696 11.0768 13.5216 10.9904 12.0766C10.9854 11.9934 10.9829 11.9518 10.9637 11.9144C10.9445 11.8769 10.9103 11.8491 10.8418 11.7936C9.586 10.7748 8.7255 9.64351 8.15709 8.51599C7.01632 6.25312 7.06599 4.03513 7.39812 2.81631Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.25391 6.00386C3.25391 5.92698 3.15614 5.89595 3.11285 5.95949C1.93969 7.68183 1.25391 9.76275 1.25391 12.0038C1.25391 15.1054 2.56736 17.9001 4.66837 19.8622C4.75353 19.9417 4.7961 19.9815 4.85239 19.9924C4.90868 20.0034 4.96445 19.9821 5.07599 19.9393L6.7138 19.3118C7.3071 19.0392 8.09868 18.5099 8.8405 17.7401C8.98627 17.5888 9.05916 17.5131 9.05073 17.4219C9.04231 17.3307 8.95017 17.265 8.76591 17.1335C7.56459 16.2765 6.38173 14.8969 5.43113 13.2693C4.22875 11.2105 3.33818 8.65506 3.25429 6.0278C3.25403 6.01983 3.25391 6.01185 3.25391 6.00386Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.00385 20.807C6.6762 20.9326 6.51238 20.9953 6.50438 21.1237C6.49638 21.252 6.64695 21.3324 6.9481 21.4932C7.83658 21.9675 8.79949 22.3207 9.81478 22.5308C9.89771 22.5479 9.93917 22.5565 9.98088 22.5473C10.0226 22.5382 10.0575 22.5123 10.1272 22.4606L11.5543 21.4036C13.2803 20.0959 14.5758 18.1912 15.3677 16.2515C16.0254 14.6404 16.3083 13.0742 16.2453 11.8724C16.2364 11.7022 16.2319 11.6171 16.1691 11.5615C16.1062 11.506 16.0186 11.5121 15.8434 11.5244C14.9238 11.5891 13.9137 11.7427 12.8145 11.996C12.6628 12.0309 12.587 12.0484 12.5434 12.1041C12.4998 12.1597 12.501 12.2409 12.5034 12.4033C12.5343 14.4958 11.8409 16.2404 10.9007 17.5894C9.81059 19.1538 8.37793 20.2044 7.31357 20.687C7.29996 20.6931 7.28618 20.6989 7.27223 20.7042L7.00385 20.807Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4032 22.6414C12.3574 22.6753 12.3829 22.7474 12.4398 22.7452C17.4829 22.544 21.6322 18.8687 22.56 14.0471C22.581 13.9379 22.5915 13.8833 22.5729 13.8317C22.5543 13.7801 22.5105 13.7439 22.4227 13.6715L21.5266 12.9322C21.5176 12.9247 21.5088 12.9171 21.5002 12.9093C20.7567 12.2353 19.6661 11.7511 18.1945 11.5686C17.9835 11.5424 17.878 11.5293 17.81 11.591C17.7421 11.6526 17.7451 11.7663 17.7511 11.9936C17.7895 13.4474 17.4336 15.1596 16.7564 16.8185C15.8858 18.951 14.4434 21.0979 12.4566 22.6019L12.4504 22.6066L12.4032 22.6414Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.4942 11.7858C22.5977 11.8712 22.7528 11.7976 22.7486 11.6635C22.7178 10.6735 22.5532 9.71723 22.2722 8.81219C22.2474 8.73227 22.235 8.6923 22.2072 8.66047C22.1794 8.62863 22.1405 8.61047 22.0628 8.57415L20.1908 7.69972C18.2518 6.82466 16.0418 6.60772 14.059 6.84121C12.421 7.0341 11.0112 7.52478 10.0666 8.13575C9.92765 8.22558 9.8582 8.2705 9.84115 8.35223C9.82409 8.43397 9.87069 8.5043 9.9639 8.64496C10.3957 9.29656 10.963 9.9463 11.7026 10.5596C11.7761 10.6206 11.8128 10.6511 11.8593 10.6617C11.9057 10.6723 11.9537 10.6604 12.0499 10.6366C13.8207 10.198 15.4213 9.98781 16.8403 9.98864C19.2408 9.99006 21.1749 10.5976 22.4942 11.7858Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9265 6.3878C21.0305 6.43637 21.1326 6.32279 21.0708 6.22606C19.1616 3.2363 15.8143 1.25385 12.0039 1.25385C11.1289 1.25385 10.2783 1.35839 9.46392 1.55567C9.35336 1.58245 9.29808 1.59584 9.25836 1.63554C9.21864 1.67525 9.20488 1.73193 9.17736 1.84531L8.85321 3.18078C8.8514 3.18821 8.84948 3.19562 8.84745 3.203C8.66394 3.86937 8.57628 5.08575 8.96385 6.46936C9.02563 6.6899 9.05652 6.80017 9.14726 6.83712C9.23801 6.87406 9.34514 6.8121 9.55939 6.68817C10.7283 6.01202 12.2558 5.54319 13.8836 5.3515C16.0841 5.09237 18.5789 5.32527 20.8127 6.33473L20.8213 6.3386L20.9265 6.3878Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-vr-glasses{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0358 8.25H17.0358H6.96421H6.9642H6.96419C6.05996 8.24999 5.33069 8.24998 4.7424 8.3033C4.13605 8.35826 3.60625 8.47455 3.125 8.75241C2.55493 9.08154 2.08154 9.55493 1.75241 10.125C1.47455 10.6063 1.35826 11.1361 1.3033 11.7424C1.24998 12.3307 1.24999 13.06 1.25 13.9642V13.9642V13.9642V14.0358V14.0358V14.0358C1.24999 14.94 1.24998 15.6693 1.3033 16.2576C1.35826 16.8639 1.47456 17.3937 1.75241 17.875C2.08154 18.4451 2.55493 18.9185 3.125 19.2476C3.60625 19.5254 4.13605 19.6417 4.7424 19.6967C5.3307 19.75 6.05998 19.75 6.96423 19.75L7.47414 19.75H7.47416C8.08367 19.7502 8.50505 19.7503 8.90805 19.6608C9.44577 19.5413 9.95057 19.3049 10.3866 18.9683C10.7133 18.716 10.983 18.3922 11.3731 17.9238C11.5554 17.7051 11.7182 17.5104 11.8076 17.4177C11.8652 17.347 12.0227 17.248 12.1924 17.4177C12.2818 17.5104 12.4446 17.7051 12.6269 17.9238C13.017 18.3922 13.2867 18.716 13.6134 18.9683C14.0494 19.3049 14.5542 19.5413 15.0919 19.6608C15.495 19.7503 15.9163 19.7502 16.5258 19.75H16.5259L17.0358 19.75C17.94 19.75 18.6693 19.75 19.2576 19.6967C19.8639 19.6417 20.3937 19.5254 20.875 19.2476C21.4451 18.9185 21.9185 18.4451 22.2476 17.875C22.5254 17.3938 22.6417 16.8639 22.6967 16.2576C22.75 15.6693 22.75 14.94 22.75 14.0358V13.9642C22.75 13.06 22.75 12.3307 22.6967 11.7424C22.6417 11.1361 22.5254 10.6063 22.2476 10.125C21.9185 9.55493 21.4451 9.08154 20.875 8.75241C20.3937 8.47455 19.8639 8.35826 19.2576 8.3033C18.6693 8.24998 17.94 8.24999 17.0358 8.25ZM5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13H7C7.55229 13 8 12.5523 8 12C8 11.4477 7.55229 11 7 11H5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.76925 4.25009H15.2307C16.2317 4.24976 16.9251 4.24953 17.5839 4.43207C17.9446 4.53202 18.2923 4.67202 18.6201 4.8493C19.2187 5.17305 19.7088 5.64985 20.4164 6.33809L20.4164 6.3381C21.1243 7.02582 21.8005 7.68284 22.1336 8.26473C22.3159 8.58336 22.4599 8.92134 22.5628 9.272C22.7505 9.9124 22.7503 10.5865 22.75 11.5595V11.5595L22.7499 12.8001C22.7499 13.3247 22.3124 13.7501 21.7727 13.7501C21.2329 13.7501 20.7954 13.3247 20.7954 12.8001V11.6871C20.7954 10.5375 20.7867 10.1461 20.6831 9.79284C20.6214 9.58245 20.535 9.37965 20.4256 9.18848C20.2418 8.86745 19.9633 8.58472 19.1271 7.77185C18.2909 6.95895 18.0001 6.68823 17.6698 6.50961C17.4731 6.40325 17.2645 6.31925 17.0481 6.25928C16.6846 6.15857 16.2821 6.15011 15.0995 6.15011H8.90053C7.71791 6.15011 7.31535 6.15857 6.9519 6.25928C6.73547 6.31925 6.52686 6.40325 6.33019 6.50961C5.99994 6.68823 5.70913 6.95895 4.87289 7.77185C4.03665 8.58475 3.75816 8.86744 3.57442 9.18847C3.465 9.37965 3.37859 9.58244 3.3169 9.79284C3.2133 10.1461 3.20459 10.5375 3.20459 11.6871V12.8001C3.20459 13.3247 2.76706 13.7501 2.22733 13.7501C1.6876 13.7501 1.25006 13.3247 1.25006 12.8001L1.25003 11.5595C1.24969 10.5865 1.24945 9.9124 1.43723 9.272C1.54006 8.92134 1.68407 8.58336 1.86644 8.26473C2.19949 7.68282 2.87563 7.02587 3.58363 6.3381L3.58363 6.3381C4.29115 5.64986 4.78131 5.17305 5.37992 4.8493C5.7077 4.67202 6.05539 4.53202 6.41611 4.43207C7.0749 4.24953 7.76833 4.24976 8.76925 4.25009Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0358 8.25H17.0358H6.96421H6.9642H6.96419C6.05996 8.24999 5.33069 8.24998 4.7424 8.3033C4.13605 8.35826 3.60625 8.47455 3.125 8.75241C2.55493 9.08154 2.08154 9.55493 1.75241 10.125C1.47455 10.6063 1.35826 11.1361 1.3033 11.7424C1.24998 12.3307 1.24999 13.06 1.25 13.9642V13.9642V13.9642V14.0358V14.0358V14.0358C1.24999 14.94 1.24998 15.6693 1.3033 16.2576C1.35826 16.8639 1.47456 17.3937 1.75241 17.875C2.08154 18.4451 2.55493 18.9185 3.125 19.2476C3.60625 19.5254 4.13605 19.6417 4.7424 19.6967C5.3307 19.75 6.05998 19.75 6.96423 19.75L7.47414 19.75H7.47416C8.08367 19.7502 8.50505 19.7503 8.90805 19.6608C9.44577 19.5413 9.95057 19.3049 10.3866 18.9683C10.7133 18.716 10.983 18.3922 11.3731 17.9238C11.5554 17.7051 11.7182 17.5104 11.8076 17.4177C11.8652 17.347 12.0227 17.248 12.1924 17.4177C12.2818 17.5104 12.4446 17.7051 12.6269 17.9238C13.017 18.3922 13.2867 18.716 13.6134 18.9683C14.0494 19.3049 14.5542 19.5413 15.0919 19.6608C15.495 19.7503 15.9163 19.7502 16.5258 19.75H16.5259L17.0358 19.75C17.94 19.75 18.6693 19.75 19.2576 19.6967C19.8639 19.6417 20.3937 19.5254 20.875 19.2476C21.4451 18.9185 21.9185 18.4451 22.2476 17.875C22.5254 17.3938 22.6417 16.8639 22.6967 16.2576C22.75 15.6693 22.75 14.94 22.75 14.0358V13.9642C22.75 13.06 22.75 12.3307 22.6967 11.7424C22.6417 11.1361 22.5254 10.6063 22.2476 10.125C21.9185 9.55493 21.4451 9.08154 20.875 8.75241C20.3937 8.47455 19.8639 8.35826 19.2576 8.3033C18.6693 8.24998 17.94 8.24999 17.0358 8.25ZM5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13H7C7.55229 13 8 12.5523 8 12C8 11.4477 7.55229 11 7 11H5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.76925 4.25009H15.2307C16.2317 4.24976 16.9251 4.24953 17.5839 4.43207C17.9446 4.53202 18.2923 4.67202 18.6201 4.8493C19.2187 5.17305 19.7088 5.64985 20.4164 6.33809L20.4164 6.3381C21.1243 7.02582 21.8005 7.68284 22.1336 8.26473C22.3159 8.58336 22.4599 8.92134 22.5628 9.272C22.7505 9.9124 22.7503 10.5865 22.75 11.5595V11.5595L22.7499 12.8001C22.7499 13.3247 22.3124 13.7501 21.7727 13.7501C21.2329 13.7501 20.7954 13.3247 20.7954 12.8001V11.6871C20.7954 10.5375 20.7867 10.1461 20.6831 9.79284C20.6214 9.58245 20.535 9.37965 20.4256 9.18848C20.2418 8.86745 19.9633 8.58472 19.1271 7.77185C18.2909 6.95895 18.0001 6.68823 17.6698 6.50961C17.4731 6.40325 17.2645 6.31925 17.0481 6.25928C16.6846 6.15857 16.2821 6.15011 15.0995 6.15011H8.90053C7.71791 6.15011 7.31535 6.15857 6.9519 6.25928C6.73547 6.31925 6.52686 6.40325 6.33019 6.50961C5.99994 6.68823 5.70913 6.95895 4.87289 7.77185C4.03665 8.58475 3.75816 8.86744 3.57442 9.18847C3.465 9.37965 3.37859 9.58244 3.3169 9.79284C3.2133 10.1461 3.20459 10.5375 3.20459 11.6871V12.8001C3.20459 13.3247 2.76706 13.7501 2.22733 13.7501C1.6876 13.7501 1.25006 13.3247 1.25006 12.8001L1.25003 11.5595C1.24969 10.5865 1.24945 9.9124 1.43723 9.272C1.54006 8.92134 1.68407 8.58336 1.86644 8.26473C2.19949 7.68282 2.87563 7.02587 3.58363 6.3381L3.58363 6.3381C4.29115 5.64986 4.78131 5.17305 5.37992 4.8493C5.7077 4.67202 6.05539 4.53202 6.41611 4.43207C7.0749 4.24953 7.76833 4.24976 8.76925 4.25009Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-vr{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2576 2.3033C18.6693 2.24998 17.94 2.24999 17.0358 2.25H6.96421H6.9642C6.05996 2.24999 5.33069 2.24998 4.7424 2.3033C4.13605 2.35826 3.60625 2.47455 3.125 2.75241C2.55493 3.08154 2.08154 3.55493 1.75241 4.125C1.47455 4.60625 1.35826 5.13605 1.3033 5.7424C1.24998 6.33069 1.24999 7.13155 1.25 8.03579V8.0358C1.24999 8.94004 1.24998 9.66931 1.3033 10.2576C1.35826 10.8639 1.47455 11.3937 1.75241 11.875C2.08154 12.4451 2.55493 12.9185 3.125 13.2476C3.60625 13.5254 4.13605 13.6417 4.7424 13.6967C5.3307 13.75 6.05998 13.75 6.96423 13.75L7.47414 13.75H7.47416C8.08367 13.7502 8.50505 13.7503 8.90805 13.6608C9.44577 13.5413 9.95057 13.3049 10.3866 12.9683C10.7133 12.716 10.983 12.3922 11.3731 11.9238C11.5554 11.7051 11.7182 11.5104 11.8076 11.4177C11.8631 11.3449 12.0176 11.2429 12.1924 11.4177C12.2818 11.5104 12.4446 11.7051 12.6269 11.9238C13.017 12.3922 13.2867 12.716 13.6134 12.9683C14.0494 13.3049 14.5542 13.5413 15.0919 13.6608C15.495 13.7503 15.9163 13.7502 16.5258 13.75H16.5259L17.0358 13.75C17.94 13.75 18.6693 13.75 19.2576 13.6967C19.8639 13.6417 20.3937 13.5254 20.875 13.2476C21.4451 12.9185 21.9185 12.4451 22.2476 11.875C22.5254 11.3938 22.6417 10.8639 22.6967 10.2576C22.75 9.66932 22.75 8.94005 22.75 8.03582C22.75 7.13159 22.75 6.33069 22.6967 5.7424C22.6417 5.13605 22.5254 4.60625 22.2476 4.125C21.9185 3.55493 21.4451 3.08154 20.875 2.75241C20.3937 2.47455 19.8639 2.35826 19.2576 2.3033ZM5 5C4.44772 5 4 5.44772 4 6C4 6.55228 4.44772 7 5 7H7C7.55228 7 8 6.55228 8 6C8 5.44772 7.55228 5 7 5H5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.62532 13.8232C2.13731 13.6161 2.72023 13.8633 2.92731 14.3753C3.04207 14.6591 3.31942 15.0293 3.83145 15.4359C4.33452 15.8353 5.01412 16.2297 5.84613 16.5777C6.77838 16.9677 7.87603 17.2888 9.08313 17.4957V16.8217C9.06339 16.5442 9.15885 16.26 9.36993 16.0467C9.75848 15.6542 10.3916 15.651 10.7841 16.0396L12.8044 18.0396C12.9941 18.2274 13.1009 18.4833 13.1009 18.7503C13.1009 19.0172 12.9941 19.2731 12.8044 19.4609L10.7841 21.4609C10.3916 21.8495 9.75848 21.8463 9.36993 21.4538C9.19502 21.2771 9.0995 21.0517 9.08313 20.8217V19.5218C7.60099 19.2947 6.23958 18.9103 5.07427 18.4228C4.11348 18.0209 3.26534 17.5402 2.58775 17.0022C1.91913 16.4712 1.36291 15.8415 1.07322 15.1252C0.866141 14.6132 1.11332 14.0303 1.62532 13.8232Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3797 13.825C22.8907 14.0346 23.135 14.6187 22.9255 15.1297C22.4376 16.3194 21.3689 17.2726 20.0722 17.9817C18.7583 18.7003 17.1088 19.2259 15.2849 19.5095C14.7392 19.5943 14.228 19.2207 14.1432 18.675C14.0583 18.1293 14.432 17.6181 14.9777 17.5332C16.6252 17.2771 18.0433 16.8118 19.1126 16.227C20.1991 15.6328 20.8292 14.9703 21.075 14.3708C21.2846 13.8598 21.8687 13.6155 22.3797 13.825Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2576 2.3033C18.6693 2.24998 17.94 2.24999 17.0358 2.25H6.96421H6.9642C6.05996 2.24999 5.33069 2.24998 4.7424 2.3033C4.13605 2.35826 3.60625 2.47455 3.125 2.75241C2.55493 3.08154 2.08154 3.55493 1.75241 4.125C1.47455 4.60625 1.35826 5.13605 1.3033 5.7424C1.24998 6.33069 1.24999 7.13155 1.25 8.03579V8.0358C1.24999 8.94004 1.24998 9.66931 1.3033 10.2576C1.35826 10.8639 1.47455 11.3937 1.75241 11.875C2.08154 12.4451 2.55493 12.9185 3.125 13.2476C3.60625 13.5254 4.13605 13.6417 4.7424 13.6967C5.3307 13.75 6.05998 13.75 6.96423 13.75L7.47414 13.75H7.47416C8.08367 13.7502 8.50505 13.7503 8.90805 13.6608C9.44577 13.5413 9.95057 13.3049 10.3866 12.9683C10.7133 12.716 10.983 12.3922 11.3731 11.9238C11.5554 11.7051 11.7182 11.5104 11.8076 11.4177C11.8631 11.3449 12.0176 11.2429 12.1924 11.4177C12.2818 11.5104 12.4446 11.7051 12.6269 11.9238C13.017 12.3922 13.2867 12.716 13.6134 12.9683C14.0494 13.3049 14.5542 13.5413 15.0919 13.6608C15.495 13.7503 15.9163 13.7502 16.5258 13.75H16.5259L17.0358 13.75C17.94 13.75 18.6693 13.75 19.2576 13.6967C19.8639 13.6417 20.3937 13.5254 20.875 13.2476C21.4451 12.9185 21.9185 12.4451 22.2476 11.875C22.5254 11.3938 22.6417 10.8639 22.6967 10.2576C22.75 9.66932 22.75 8.94005 22.75 8.03582C22.75 7.13159 22.75 6.33069 22.6967 5.7424C22.6417 5.13605 22.5254 4.60625 22.2476 4.125C21.9185 3.55493 21.4451 3.08154 20.875 2.75241C20.3937 2.47455 19.8639 2.35826 19.2576 2.3033ZM5 5C4.44772 5 4 5.44772 4 6C4 6.55228 4.44772 7 5 7H7C7.55228 7 8 6.55228 8 6C8 5.44772 7.55228 5 7 5H5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.62532 13.8232C2.13731 13.6161 2.72023 13.8633 2.92731 14.3753C3.04207 14.6591 3.31942 15.0293 3.83145 15.4359C4.33452 15.8353 5.01412 16.2297 5.84613 16.5777C6.77838 16.9677 7.87603 17.2888 9.08313 17.4957V16.8217C9.06339 16.5442 9.15885 16.26 9.36993 16.0467C9.75848 15.6542 10.3916 15.651 10.7841 16.0396L12.8044 18.0396C12.9941 18.2274 13.1009 18.4833 13.1009 18.7503C13.1009 19.0172 12.9941 19.2731 12.8044 19.4609L10.7841 21.4609C10.3916 21.8495 9.75848 21.8463 9.36993 21.4538C9.19502 21.2771 9.0995 21.0517 9.08313 20.8217V19.5218C7.60099 19.2947 6.23958 18.9103 5.07427 18.4228C4.11348 18.0209 3.26534 17.5402 2.58775 17.0022C1.91913 16.4712 1.36291 15.8415 1.07322 15.1252C0.866141 14.6132 1.11332 14.0303 1.62532 13.8232Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3797 13.825C22.8907 14.0346 23.135 14.6187 22.9255 15.1297C22.4376 16.3194 21.3689 17.2726 20.0722 17.9817C18.7583 18.7003 17.1088 19.2259 15.2849 19.5095C14.7392 19.5943 14.228 19.2207 14.1432 18.675C14.0583 18.1293 14.432 17.6181 14.9777 17.5332C16.6252 17.2771 18.0433 16.8118 19.1126 16.227C20.1991 15.6328 20.8292 14.9703 21.075 14.3708C21.2846 13.8598 21.8687 13.6155 22.3797 13.825Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-water-polo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.1695 20.8671C21.191 20.852 21.2248 20.8241 21.2709 20.775C21.6488 20.3723 22.2816 20.3521 22.6844 20.73C23.0871 21.108 23.1073 21.7408 22.7293 22.1435C22.3863 22.5091 21.9657 22.78 21.4613 22.8549C20.9632 22.9288 20.5268 22.7901 20.1906 22.6161C19.8628 22.4464 19.5722 22.2131 19.3358 22.0072C19.221 21.9072 19.061 21.7603 18.9173 21.6283L18.9173 21.6283C18.8173 21.5364 18.7252 21.4519 18.6617 21.3954C18.1898 20.9757 17.9684 20.8798 17.8636 20.8752L17.8625 20.8752C17.8491 20.8745 17.8003 20.8721 17.6923 20.9466C17.5637 21.0351 17.3649 21.2257 17.1101 21.6155L17.1048 21.6237C16.8135 22.0598 16.4492 22.4292 15.9766 22.6262C15.4785 22.8338 14.9945 22.7949 14.5888 22.658C14.2095 22.5299 13.878 22.3104 13.6168 22.1156C13.429 21.9755 13.2292 21.81 13.0526 21.6637L13.0526 21.6637L13.0525 21.6637C12.9878 21.61 12.9261 21.559 12.8693 21.5127C12.3534 21.0923 12.0827 20.9495 11.9089 20.9372L11.907 20.937C11.877 20.9338 11.6078 20.9055 11.1083 21.6571C10.8344 22.0762 10.4735 22.4306 9.99186 22.6056C9.49979 22.7844 9.03114 22.7219 8.65499 22.5923C8.29441 22.4681 7.96776 22.2653 7.70206 22.0822C7.5273 21.9618 7.33467 21.8176 7.16045 21.6872L7.16043 21.6871C7.0785 21.6258 7.00065 21.5675 6.93064 21.5162C6.39912 21.1266 6.09061 20.9726 5.87847 20.9598L5.87529 20.9596C5.81232 20.9556 5.55243 20.9389 5.11013 21.6155L5.10476 21.6237C4.66792 22.2778 4.00577 22.8566 3.13034 22.8566C2.25087 22.8566 1.59186 22.2732 1.1624 21.6144C0.860794 21.1517 0.991351 20.5322 1.45401 20.2306C1.91667 19.929 2.53622 20.0595 2.83783 20.5222C2.98185 20.7431 3.08489 20.8213 3.13141 20.8474C3.17891 20.8219 3.28685 20.7436 3.43912 20.5165C4.11687 19.4819 4.96968 18.9014 5.99881 18.9634C6.87427 19.0162 7.62594 19.5461 8.11313 19.9032C8.22083 19.9822 8.31656 20.054 8.4061 20.1211L8.40612 20.1211C8.55808 20.235 8.69225 20.3356 8.83692 20.4353C9.05809 20.5877 9.20619 20.6668 9.30649 20.7014L9.32246 20.7066C9.34742 20.6817 9.38582 20.6371 9.43538 20.5611L9.43979 20.5543C10.1406 19.498 10.9996 18.8677 12.0502 18.9422C12.9444 19.0055 13.6802 19.5935 14.1328 19.9623C14.219 20.0326 14.2975 20.0976 14.3713 20.1587L14.3713 20.1588C14.5308 20.2909 14.6679 20.4045 14.8125 20.5124C15.0194 20.6667 15.1496 20.7364 15.2284 20.763L15.2301 20.7635C15.2659 20.7353 15.3381 20.6671 15.4391 20.5165C16.1051 19.4995 16.9223 18.8321 17.9511 18.8771C18.8507 18.9166 19.5618 19.5194 19.9909 19.901C20.131 20.0256 20.2312 20.1185 20.3239 20.2045L20.324 20.2046C20.4269 20.3 20.5206 20.3868 20.6494 20.499C20.8527 20.6761 20.9989 20.7824 21.11 20.8399C21.1358 20.8532 21.1554 20.8617 21.1695 20.8671Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.22612 13.3478C3.76902 14.9275 4.77525 16.3252 6.23997 17.4294C6.41763 17.5634 6.636 17.6325 6.85864 17.6254C9.06928 17.5544 11.2754 16.9138 13.0724 16.0021C14.4784 15.2889 15.7341 14.3577 16.5178 13.3119C16.5606 13.2452 16.582 13.2118 16.5896 13.1763C16.5994 13.1304 16.5918 13.079 16.5692 13.0379C16.5516 13.0061 16.5228 12.9814 16.4652 12.9322C16.3062 12.7961 16.1371 12.6639 15.9581 12.5379C14.9505 11.8282 13.6451 11.3239 12.0529 11.4239C11.9859 11.4281 11.9523 11.4302 11.9205 11.4439C11.8887 11.4575 11.8624 11.4819 11.8098 11.5307C10.7565 12.508 9.62185 13.1615 8.45669 13.5082C8.44213 13.513 8.42746 13.5173 8.4127 13.5211C6.76901 13.999 5.06593 13.8672 3.44584 13.1728L3.43382 13.1677C3.31428 13.1139 3.18352 13.2239 3.22612 13.3478Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.7275 14.9753C17.4561 15.32 17.1546 15.6397 16.827 15.9303C16.4253 16.2867 16.3895 16.9002 16.747 17.3006C17.1045 17.701 17.72 17.7367 18.1217 17.3803C18.2867 17.234 18.4464 17.0818 18.6006 16.9241C18.6746 16.8484 18.7115 16.8106 18.7248 16.7585C18.7381 16.7065 18.7236 16.6555 18.6948 16.5535C18.504 15.8779 18.2765 15.3457 18.1378 15.0844C18.1293 15.0653 18.1196 15.0443 18.1091 15.0221C18.0913 14.9846 18.0824 14.9658 18.0701 14.9495C18.006 14.8644 17.8745 14.8461 17.7896 14.9105C17.7733 14.9229 17.758 14.9403 17.7275 14.9753Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.2654 14.5905C20.5643 13.9947 20.8012 13.3621 20.9677 12.7017C20.9869 12.6253 20.9965 12.5872 20.9904 12.5472C20.9843 12.5072 20.9634 12.4733 20.9216 12.4054C20.8842 12.3444 20.846 12.2832 20.8073 12.2218C20.4688 11.6857 20.1171 11.1873 19.9001 10.8969C18.8027 9.4352 17.2008 8.33526 15.5664 7.66241C14.2862 7.1354 13.0474 6.89487 12.0739 6.91246C11.8992 6.91561 11.8118 6.91719 11.7537 6.98142C11.6956 7.04565 11.703 7.13566 11.7178 7.3157C11.7753 8.01543 11.8917 8.77593 12.0737 9.59656C12.1071 9.74717 12.1238 9.82248 12.1784 9.86648C12.2331 9.91048 12.3142 9.91071 12.4763 9.91116C14.2253 9.91608 15.6872 10.5124 16.8218 11.3115C18.154 12.2497 19.0533 13.4785 19.4745 14.4034C19.4978 14.4479 19.5224 14.497 19.5482 14.5504C19.7075 14.8806 19.7871 15.0456 19.9116 15.0466C20.0361 15.0476 20.1125 14.8952 20.2654 14.5905Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.2386 9.95006C21.0324 5.76013 18.0596 2.29238 14.1075 1.36794C14.0103 1.34519 13.9616 1.33382 13.9129 1.34705C13.8641 1.36028 13.8275 1.39508 13.7543 1.46468C13.39 1.81075 13.0582 2.15474 12.8539 2.37896C12.3289 2.96378 11.9379 3.81412 11.7682 4.96099C11.7374 5.1687 11.7221 5.27255 11.7818 5.34188C11.8416 5.4112 11.955 5.41131 12.1818 5.41153C13.3954 5.41272 14.7903 5.72077 16.1374 6.27535C17.9651 7.02778 19.8077 8.2752 21.1002 9.99699L21.1012 9.99832C21.1464 10.0588 21.2423 10.0254 21.2386 9.95006Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.6368 1.13293C10.9743 1.15859 10.3298 1.25417 9.71052 1.41247C9.63437 1.43194 9.59629 1.44167 9.56417 1.46597C9.53205 1.49027 9.51195 1.52493 9.47173 1.59425C9.41019 1.70032 9.34709 1.81065 9.28313 1.92389C8.9575 2.50041 8.63716 3.10261 8.43871 3.48682C7.69772 5.1495 7.43128 6.97956 7.5385 8.59979C7.61993 9.83028 7.91184 10.881 8.32395 11.6349C8.39569 11.7661 8.43156 11.8317 8.50584 11.8567C8.58013 11.8816 8.64973 11.8503 8.78893 11.7876C9.39166 11.5162 9.98565 11.1347 10.5621 10.6353C10.6475 10.5613 10.6902 10.5243 10.7073 10.4711C10.7245 10.4179 10.7109 10.3606 10.6837 10.2458C10.339 8.79167 10.1735 7.47092 10.175 6.29285C10.1777 4.2172 10.7012 2.52986 11.74 1.37444L11.7432 1.37086C11.828 1.27776 11.7626 1.12805 11.6368 1.13293Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.91732 2.65251C4.40526 4.31503 2.75 7.17398 2.75 10.4158C2.75 10.6188 2.75625 10.8203 2.76873 11.0201C2.76889 11.0227 2.77015 11.025 2.77219 11.0266C3.24826 11.3896 3.74495 11.6622 4.0429 11.7967C4.80153 12.121 5.5839 12.2957 6.3711 12.3042C6.62751 12.3069 6.75571 12.3083 6.81594 12.2189C6.87617 12.1295 6.82179 11.9994 6.71303 11.7391C6.33892 10.8437 6.11423 9.79367 6.04177 8.69883C5.91941 6.84976 6.22224 4.76487 7.07816 2.85486C7.08377 2.84234 7.08972 2.82999 7.09601 2.8178C7.15669 2.70012 7.02773 2.57944 6.91732 2.65251Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.1695 20.8671C21.191 20.852 21.2248 20.8241 21.2709 20.775C21.6488 20.3723 22.2816 20.3521 22.6844 20.73C23.0871 21.108 23.1073 21.7408 22.7293 22.1435C22.3863 22.5091 21.9657 22.78 21.4613 22.8549C20.9632 22.9288 20.5268 22.7901 20.1906 22.6161C19.8628 22.4464 19.5722 22.2131 19.3358 22.0072C19.221 21.9072 19.061 21.7603 18.9173 21.6283L18.9173 21.6283C18.8173 21.5364 18.7252 21.4519 18.6617 21.3954C18.1898 20.9757 17.9684 20.8798 17.8636 20.8752L17.8625 20.8752C17.8491 20.8745 17.8003 20.8721 17.6923 20.9466C17.5637 21.0351 17.3649 21.2257 17.1101 21.6155L17.1048 21.6237C16.8135 22.0598 16.4492 22.4292 15.9766 22.6262C15.4785 22.8338 14.9945 22.7949 14.5888 22.658C14.2095 22.5299 13.878 22.3104 13.6168 22.1156C13.429 21.9755 13.2292 21.81 13.0526 21.6637L13.0526 21.6637L13.0525 21.6637C12.9878 21.61 12.9261 21.559 12.8693 21.5127C12.3534 21.0923 12.0827 20.9495 11.9089 20.9372L11.907 20.937C11.877 20.9338 11.6078 20.9055 11.1083 21.6571C10.8344 22.0762 10.4735 22.4306 9.99186 22.6056C9.49979 22.7844 9.03114 22.7219 8.65499 22.5923C8.29441 22.4681 7.96776 22.2653 7.70206 22.0822C7.5273 21.9618 7.33467 21.8176 7.16045 21.6872L7.16043 21.6871C7.0785 21.6258 7.00065 21.5675 6.93064 21.5162C6.39912 21.1266 6.09061 20.9726 5.87847 20.9598L5.87529 20.9596C5.81232 20.9556 5.55243 20.9389 5.11013 21.6155L5.10476 21.6237C4.66792 22.2778 4.00577 22.8566 3.13034 22.8566C2.25087 22.8566 1.59186 22.2732 1.1624 21.6144C0.860794 21.1517 0.991351 20.5322 1.45401 20.2306C1.91667 19.929 2.53622 20.0595 2.83783 20.5222C2.98185 20.7431 3.08489 20.8213 3.13141 20.8474C3.17891 20.8219 3.28685 20.7436 3.43912 20.5165C4.11687 19.4819 4.96968 18.9014 5.99881 18.9634C6.87427 19.0162 7.62594 19.5461 8.11313 19.9032C8.22083 19.9822 8.31656 20.054 8.4061 20.1211L8.40612 20.1211C8.55808 20.235 8.69225 20.3356 8.83692 20.4353C9.05809 20.5877 9.20619 20.6668 9.30649 20.7014L9.32246 20.7066C9.34742 20.6817 9.38582 20.6371 9.43538 20.5611L9.43979 20.5543C10.1406 19.498 10.9996 18.8677 12.0502 18.9422C12.9444 19.0055 13.6802 19.5935 14.1328 19.9623C14.219 20.0326 14.2975 20.0976 14.3713 20.1587L14.3713 20.1588C14.5308 20.2909 14.6679 20.4045 14.8125 20.5124C15.0194 20.6667 15.1496 20.7364 15.2284 20.763L15.2301 20.7635C15.2659 20.7353 15.3381 20.6671 15.4391 20.5165C16.1051 19.4995 16.9223 18.8321 17.9511 18.8771C18.8507 18.9166 19.5618 19.5194 19.9909 19.901C20.131 20.0256 20.2312 20.1185 20.3239 20.2045L20.324 20.2046C20.4269 20.3 20.5206 20.3868 20.6494 20.499C20.8527 20.6761 20.9989 20.7824 21.11 20.8399C21.1358 20.8532 21.1554 20.8617 21.1695 20.8671Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.22612 13.3478C3.76902 14.9275 4.77525 16.3252 6.23997 17.4294C6.41763 17.5634 6.636 17.6325 6.85864 17.6254C9.06928 17.5544 11.2754 16.9138 13.0724 16.0021C14.4784 15.2889 15.7341 14.3577 16.5178 13.3119C16.5606 13.2452 16.582 13.2118 16.5896 13.1763C16.5994 13.1304 16.5918 13.079 16.5692 13.0379C16.5516 13.0061 16.5228 12.9814 16.4652 12.9322C16.3062 12.7961 16.1371 12.6639 15.9581 12.5379C14.9505 11.8282 13.6451 11.3239 12.0529 11.4239C11.9859 11.4281 11.9523 11.4302 11.9205 11.4439C11.8887 11.4575 11.8624 11.4819 11.8098 11.5307C10.7565 12.508 9.62185 13.1615 8.45669 13.5082C8.44213 13.513 8.42746 13.5173 8.4127 13.5211C6.76901 13.999 5.06593 13.8672 3.44584 13.1728L3.43382 13.1677C3.31428 13.1139 3.18352 13.2239 3.22612 13.3478Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.7275 14.9753C17.4561 15.32 17.1546 15.6397 16.827 15.9303C16.4253 16.2867 16.3895 16.9002 16.747 17.3006C17.1045 17.701 17.72 17.7367 18.1217 17.3803C18.2867 17.234 18.4464 17.0818 18.6006 16.9241C18.6746 16.8484 18.7115 16.8106 18.7248 16.7585C18.7381 16.7065 18.7236 16.6555 18.6948 16.5535C18.504 15.8779 18.2765 15.3457 18.1378 15.0844C18.1293 15.0653 18.1196 15.0443 18.1091 15.0221C18.0913 14.9846 18.0824 14.9658 18.0701 14.9495C18.006 14.8644 17.8745 14.8461 17.7896 14.9105C17.7733 14.9229 17.758 14.9403 17.7275 14.9753Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.2654 14.5905C20.5643 13.9947 20.8012 13.3621 20.9677 12.7017C20.9869 12.6253 20.9965 12.5872 20.9904 12.5472C20.9843 12.5072 20.9634 12.4733 20.9216 12.4054C20.8842 12.3444 20.846 12.2832 20.8073 12.2218C20.4688 11.6857 20.1171 11.1873 19.9001 10.8969C18.8027 9.4352 17.2008 8.33526 15.5664 7.66241C14.2862 7.1354 13.0474 6.89487 12.0739 6.91246C11.8992 6.91561 11.8118 6.91719 11.7537 6.98142C11.6956 7.04565 11.703 7.13566 11.7178 7.3157C11.7753 8.01543 11.8917 8.77593 12.0737 9.59656C12.1071 9.74717 12.1238 9.82248 12.1784 9.86648C12.2331 9.91048 12.3142 9.91071 12.4763 9.91116C14.2253 9.91608 15.6872 10.5124 16.8218 11.3115C18.154 12.2497 19.0533 13.4785 19.4745 14.4034C19.4978 14.4479 19.5224 14.497 19.5482 14.5504C19.7075 14.8806 19.7871 15.0456 19.9116 15.0466C20.0361 15.0476 20.1125 14.8952 20.2654 14.5905Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.2386 9.95006C21.0324 5.76013 18.0596 2.29238 14.1075 1.36794C14.0103 1.34519 13.9616 1.33382 13.9129 1.34705C13.8641 1.36028 13.8275 1.39508 13.7543 1.46468C13.39 1.81075 13.0582 2.15474 12.8539 2.37896C12.3289 2.96378 11.9379 3.81412 11.7682 4.96099C11.7374 5.1687 11.7221 5.27255 11.7818 5.34188C11.8416 5.4112 11.955 5.41131 12.1818 5.41153C13.3954 5.41272 14.7903 5.72077 16.1374 6.27535C17.9651 7.02778 19.8077 8.2752 21.1002 9.99699L21.1012 9.99832C21.1464 10.0588 21.2423 10.0254 21.2386 9.95006Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.6368 1.13293C10.9743 1.15859 10.3298 1.25417 9.71052 1.41247C9.63437 1.43194 9.59629 1.44167 9.56417 1.46597C9.53205 1.49027 9.51195 1.52493 9.47173 1.59425C9.41019 1.70032 9.34709 1.81065 9.28313 1.92389C8.9575 2.50041 8.63716 3.10261 8.43871 3.48682C7.69772 5.1495 7.43128 6.97956 7.5385 8.59979C7.61993 9.83028 7.91184 10.881 8.32395 11.6349C8.39569 11.7661 8.43156 11.8317 8.50584 11.8567C8.58013 11.8816 8.64973 11.8503 8.78893 11.7876C9.39166 11.5162 9.98565 11.1347 10.5621 10.6353C10.6475 10.5613 10.6902 10.5243 10.7073 10.4711C10.7245 10.4179 10.7109 10.3606 10.6837 10.2458C10.339 8.79167 10.1735 7.47092 10.175 6.29285C10.1777 4.2172 10.7012 2.52986 11.74 1.37444L11.7432 1.37086C11.828 1.27776 11.7626 1.12805 11.6368 1.13293Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.91732 2.65251C4.40526 4.31503 2.75 7.17398 2.75 10.4158C2.75 10.6188 2.75625 10.8203 2.76873 11.0201C2.76889 11.0227 2.77015 11.025 2.77219 11.0266C3.24826 11.3896 3.74495 11.6622 4.0429 11.7967C4.80153 12.121 5.5839 12.2957 6.3711 12.3042C6.62751 12.3069 6.75571 12.3083 6.81594 12.2189C6.87617 12.1295 6.82179 11.9994 6.71303 11.7391C6.33892 10.8437 6.11423 9.79367 6.04177 8.69883C5.91941 6.84976 6.22224 4.76487 7.07816 2.85486C7.08377 2.84234 7.08972 2.82999 7.09601 2.8178C7.15669 2.70012 7.02773 2.57944 6.91732 2.65251Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-whistle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.714 8.52733C21.5039 8.43341 21.2952 8.40175 21.105 8.38787C20.9283 8.37497 20.7175 8.37499 20.4881 8.375H15.8891C15.3339 8.375 14.8409 8.73031 14.6653 9.25707C14.6539 9.2913 14.5852 9.55357 14.5405 9.72525C14.5175 9.81348 14.4379 9.875 14.3468 9.875H13.0083C12.9415 9.875 12.879 9.84158 12.8419 9.78594L12.4208 9.15428C12.0962 8.66743 11.5498 8.375 10.9647 8.375H7.9999C4.27198 8.375 1.2499 11.3971 1.2499 15.125C1.2499 18.8529 4.27198 21.875 7.9999 21.875C10.9553 21.875 13.4652 19.9762 14.3799 17.3342C14.5678 16.7915 14.6952 16.4249 14.8061 16.1678C14.8924 15.9524 15.0357 15.896 15.0965 15.8948C15.2943 15.8758 15.5659 15.875 15.9999 15.875H18.0125C18.8872 15.875 19.6385 15.6008 20.3525 15.1249C21.1971 14.5642 22.2523 13.8639 22.621 12.4943C22.7503 12.0138 22.7502 11.3471 22.75 10.6049C22.7506 10.3512 22.7515 9.97155 22.6525 9.62016C22.5301 9.18597 22.252 8.76781 21.714 8.52733ZM8 12.375C6.48122 12.375 5.25 13.6062 5.25 15.125C5.25 16.6438 6.48122 17.875 8 17.875C9.51878 17.875 10.75 16.6438 10.75 15.125C10.75 13.6062 9.51878 12.375 8 12.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 2.125C14.0523 2.125 14.5 2.57272 14.5 3.125V5.125C14.5 5.67728 14.0523 6.125 13.5 6.125C12.9477 6.125 12.5 5.67728 12.5 5.125V3.125C12.5 2.57272 12.9477 2.125 13.5 2.125ZM8.29289 4.41789C8.68342 4.02737 9.31658 4.02737 9.70711 4.41789L10.7071 5.41789C11.0976 5.80842 11.0976 6.44158 10.7071 6.83211C10.3166 7.22263 9.68342 7.22263 9.29289 6.83211L8.29289 5.83211C7.90237 5.44158 7.90237 4.80842 8.29289 4.41789ZM17.2929 4.41789C17.6834 4.02737 18.3166 4.02737 18.7071 4.41789C19.0976 4.80842 19.0976 5.44158 18.7071 5.83211L17.7071 6.83211C17.3166 7.22263 16.6834 7.22263 16.2929 6.83211C15.9024 6.44158 15.9024 5.80842 16.2929 5.41789L17.2929 4.41789Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.714 8.52733C21.5039 8.43341 21.2952 8.40175 21.105 8.38787C20.9283 8.37497 20.7175 8.37499 20.4881 8.375H15.8891C15.3339 8.375 14.8409 8.73031 14.6653 9.25707C14.6539 9.2913 14.5852 9.55357 14.5405 9.72525C14.5175 9.81348 14.4379 9.875 14.3468 9.875H13.0083C12.9415 9.875 12.879 9.84158 12.8419 9.78594L12.4208 9.15428C12.0962 8.66743 11.5498 8.375 10.9647 8.375H7.9999C4.27198 8.375 1.2499 11.3971 1.2499 15.125C1.2499 18.8529 4.27198 21.875 7.9999 21.875C10.9553 21.875 13.4652 19.9762 14.3799 17.3342C14.5678 16.7915 14.6952 16.4249 14.8061 16.1678C14.8924 15.9524 15.0357 15.896 15.0965 15.8948C15.2943 15.8758 15.5659 15.875 15.9999 15.875H18.0125C18.8872 15.875 19.6385 15.6008 20.3525 15.1249C21.1971 14.5642 22.2523 13.8639 22.621 12.4943C22.7503 12.0138 22.7502 11.3471 22.75 10.6049C22.7506 10.3512 22.7515 9.97155 22.6525 9.62016C22.5301 9.18597 22.252 8.76781 21.714 8.52733ZM8 12.375C6.48122 12.375 5.25 13.6062 5.25 15.125C5.25 16.6438 6.48122 17.875 8 17.875C9.51878 17.875 10.75 16.6438 10.75 15.125C10.75 13.6062 9.51878 12.375 8 12.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 2.125C14.0523 2.125 14.5 2.57272 14.5 3.125V5.125C14.5 5.67728 14.0523 6.125 13.5 6.125C12.9477 6.125 12.5 5.67728 12.5 5.125V3.125C12.5 2.57272 12.9477 2.125 13.5 2.125ZM8.29289 4.41789C8.68342 4.02737 9.31658 4.02737 9.70711 4.41789L10.7071 5.41789C11.0976 5.80842 11.0976 6.44158 10.7071 6.83211C10.3166 7.22263 9.68342 7.22263 9.29289 6.83211L8.29289 5.83211C7.90237 5.44158 7.90237 4.80842 8.29289 4.41789ZM17.2929 4.41789C17.6834 4.02737 18.3166 4.02737 18.7071 4.41789C19.0976 4.80842 19.0976 5.44158 18.7071 5.83211L17.7071 6.83211C17.3166 7.22263 16.6834 7.22263 16.2929 6.83211C15.9024 6.44158 15.9024 5.80842 16.2929 5.41789L17.2929 4.41789Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gaming-icons-wind-surf{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.00007 18.2499C1.63344 18.2499 1.32055 18.5149 1.26027 18.8766C1.2 19.2382 1.41001 19.5904 1.75683 19.7093C3.26086 20.225 4.85606 20.7037 6.46411 21.1216L6.29289 21.2928C5.90237 21.6833 5.90237 22.3165 6.29289 22.707C6.68342 23.0975 7.31658 23.0975 7.70711 22.707L8.70711 21.707C8.71914 21.6949 8.7308 21.6827 8.7421 21.6702C11.7529 22.3373 14.6787 22.7499 17.0001 22.7499C18.6925 22.7499 20.097 22.1111 21.0759 21.3748C21.5651 21.0068 21.9615 20.6047 22.2429 20.2257C22.3834 20.0364 22.5029 19.8425 22.5902 19.6519C22.6723 19.4725 22.7501 19.2441 22.7501 18.9999C22.7501 18.5857 22.4143 18.2499 22.0001 18.2499H2.00007Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4018 4.03013C17.3731 3.88602 17.3026 3.75329 17.1994 3.64879L17.1971 3.64656L17.1928 3.64217L17.1783 3.6278C17.1662 3.61582 17.1492 3.59912 17.1277 3.57843C17.0849 3.53712 17.024 3.47958 16.9491 3.41172C16.8005 3.27711 16.5908 3.09668 16.3525 2.92062C16.1186 2.74791 15.8328 2.56106 15.5334 2.43081C15.2579 2.31092 14.8388 2.17985 14.4056 2.30375C14.036 2.40947 13.7736 2.64301 13.5666 2.87894C13.3736 3.09892 13.1696 3.39214 12.944 3.71643L12.9221 3.74787C11.974 5.11051 10.3541 7.28564 8.24318 9.54507C8.02406 9.77961 7.91449 9.89688 7.9315 10.0358C7.9485 10.1748 8.07618 10.2577 8.33153 10.4235C11.2244 12.3016 14.5869 12.2655 15.7807 12.2526C15.8616 12.2518 15.9327 12.251 15.9928 12.2509L16.9395 12.2353C17.1872 12.2313 17.3111 12.2292 17.3947 12.1536C17.4783 12.0779 17.4925 11.9562 17.5209 11.7129C17.818 9.16929 17.8721 6.39884 17.4018 4.03013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0995 14.4433C17.1624 14.1165 17.1938 13.9531 17.1019 13.8437C17.0101 13.7344 16.8418 13.7372 16.5052 13.7427L15.9992 13.751C15.9425 13.751 15.8712 13.752 15.7864 13.7532C14.7701 13.7678 11.8156 13.8104 8.90179 12.4483C8.23352 12.1359 7.89938 11.9797 7.75058 12.1345C7.60177 12.2892 7.75608 12.5882 8.06468 13.1862C8.58204 14.1886 9.26455 15.0259 10.1311 15.7085C11.5343 16.814 13.357 17.4641 15.5832 17.8189C15.956 17.8783 16.3148 17.6515 16.421 17.2892C16.6631 16.463 16.8972 15.4952 17.0995 14.4433Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6125 1.08265C16.1192 0.862963 16.7081 1.09564 16.9277 1.60235C17.2472 2.3392 17.481 3.14333 17.6473 3.98075C18.2111 6.82017 18.0306 10.2125 17.5842 13.1096C17.3389 14.7013 17.0089 16.1726 16.6612 17.3588C16.4181 18.1882 16.1578 18.9079 15.8987 19.4387C15.6564 19.9351 15.0577 20.141 14.5614 19.8988C14.065 19.6566 13.8591 19.0578 14.1013 18.5615C14.2909 18.1731 14.5143 17.5729 14.7419 16.7963C15.0624 15.7031 15.3743 14.3187 15.6075 12.805C16.0373 10.0158 16.1849 6.88468 15.6856 4.37026C15.5407 3.64043 15.3441 2.97753 15.0928 2.39791C14.8731 1.8912 15.1058 1.30234 15.6125 1.08265Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.00007 18.2499C1.63344 18.2499 1.32055 18.5149 1.26027 18.8766C1.2 19.2382 1.41001 19.5904 1.75683 19.7093C3.26086 20.225 4.85606 20.7037 6.46411 21.1216L6.29289 21.2928C5.90237 21.6833 5.90237 22.3165 6.29289 22.707C6.68342 23.0975 7.31658 23.0975 7.70711 22.707L8.70711 21.707C8.71914 21.6949 8.7308 21.6827 8.7421 21.6702C11.7529 22.3373 14.6787 22.7499 17.0001 22.7499C18.6925 22.7499 20.097 22.1111 21.0759 21.3748C21.5651 21.0068 21.9615 20.6047 22.2429 20.2257C22.3834 20.0364 22.5029 19.8425 22.5902 19.6519C22.6723 19.4725 22.7501 19.2441 22.7501 18.9999C22.7501 18.5857 22.4143 18.2499 22.0001 18.2499H2.00007Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4018 4.03013C17.3731 3.88602 17.3026 3.75329 17.1994 3.64879L17.1971 3.64656L17.1928 3.64217L17.1783 3.6278C17.1662 3.61582 17.1492 3.59912 17.1277 3.57843C17.0849 3.53712 17.024 3.47958 16.9491 3.41172C16.8005 3.27711 16.5908 3.09668 16.3525 2.92062C16.1186 2.74791 15.8328 2.56106 15.5334 2.43081C15.2579 2.31092 14.8388 2.17985 14.4056 2.30375C14.036 2.40947 13.7736 2.64301 13.5666 2.87894C13.3736 3.09892 13.1696 3.39214 12.944 3.71643L12.9221 3.74787C11.974 5.11051 10.3541 7.28564 8.24318 9.54507C8.02406 9.77961 7.91449 9.89688 7.9315 10.0358C7.9485 10.1748 8.07618 10.2577 8.33153 10.4235C11.2244 12.3016 14.5869 12.2655 15.7807 12.2526C15.8616 12.2518 15.9327 12.251 15.9928 12.2509L16.9395 12.2353C17.1872 12.2313 17.3111 12.2292 17.3947 12.1536C17.4783 12.0779 17.4925 11.9562 17.5209 11.7129C17.818 9.16929 17.8721 6.39884 17.4018 4.03013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0995 14.4433C17.1624 14.1165 17.1938 13.9531 17.1019 13.8437C17.0101 13.7344 16.8418 13.7372 16.5052 13.7427L15.9992 13.751C15.9425 13.751 15.8712 13.752 15.7864 13.7532C14.7701 13.7678 11.8156 13.8104 8.90179 12.4483C8.23352 12.1359 7.89938 11.9797 7.75058 12.1345C7.60177 12.2892 7.75608 12.5882 8.06468 13.1862C8.58204 14.1886 9.26455 15.0259 10.1311 15.7085C11.5343 16.814 13.357 17.4641 15.5832 17.8189C15.956 17.8783 16.3148 17.6515 16.421 17.2892C16.6631 16.463 16.8972 15.4952 17.0995 14.4433Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6125 1.08265C16.1192 0.862963 16.7081 1.09564 16.9277 1.60235C17.2472 2.3392 17.481 3.14333 17.6473 3.98075C18.2111 6.82017 18.0306 10.2125 17.5842 13.1096C17.3389 14.7013 17.0089 16.1726 16.6612 17.3588C16.4181 18.1882 16.1578 18.9079 15.8987 19.4387C15.6564 19.9351 15.0577 20.141 14.5614 19.8988C14.065 19.6566 13.8591 19.0578 14.1013 18.5615C14.2909 18.1731 14.5143 17.5729 14.7419 16.7963C15.0624 15.7031 15.3743 14.3187 15.6075 12.805C16.0373 10.0158 16.1849 6.88468 15.6856 4.37026C15.5407 3.64043 15.3441 2.97753 15.0928 2.39791C14.8731 1.8912 15.1058 1.30234 15.6125 1.08265Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-git-icons-git-branch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5884 13.5C20.764 13.5001 20.9797 13.5003 21.1561 13.4782L21.1595 13.4778C21.2859 13.462 21.862 13.3902 22.1363 12.8246C22.4113 12.2578 22.1093 11.7576 22.044 11.6494L21.7049 11.181C21.4103 10.8051 21.0046 10.2907 20.6241 9.89966C20.4343 9.70455 20.217 9.50331 19.9861 9.34447C19.7809 9.20326 19.4307 9 19 9C18.5693 9 18.2191 9.20326 18.0139 9.34447C17.783 9.50332 17.5657 9.70455 17.3759 9.89966C16.9954 10.2907 16.5898 10.8051 16.2951 11.1809L15.956 11.6494C15.8907 11.7576 15.5887 12.2578 15.8637 12.8246C16.138 13.3902 16.7141 13.462 16.8405 13.4778L16.8439 13.4782C17.0203 13.5003 17.236 13.5001 17.4116 13.5L20.5884 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9997 13.498C17.998 14.666 17.9857 15.5119 17.8991 16.1562C17.8042 16.8622 17.6368 17.1893 17.4142 17.4118C17.1916 17.6344 16.8646 17.8018 16.1586 17.8967C15.4237 17.9955 14.4425 17.9976 13 17.9976H7C6.44772 17.9976 6 18.4453 6 18.9976C6 19.5499 6.44772 19.9976 7 19.9976L13.0706 19.9976C14.4247 19.9976 15.5413 19.9977 16.4251 19.8789C17.3529 19.7541 18.1723 19.4821 18.8284 18.826C19.4845 18.1699 19.7565 17.3505 19.8812 16.4227C19.9869 15.637 19.9986 14.6551 19.9999 13.498H17.9997Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 6C5.55228 6 6 6.44772 6 7L6 17C6 17.5523 5.55229 18 5 18C4.44772 18 4 17.5523 4 17L4 7C4 6.44772 4.44772 6 5 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 5C2.25 3.48122 3.48122 2.25 5 2.25C6.51878 2.25 7.75 3.48122 7.75 5C7.75 6.51878 6.51878 7.75 5 7.75C3.48122 7.75 2.25 6.51878 2.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.25 5C16.25 3.48122 17.4812 2.25 19 2.25C20.5188 2.25 21.75 3.48122 21.75 5C21.75 6.51878 20.5188 7.75 19 7.75C17.4812 7.75 16.25 6.51878 16.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 19C2.25 17.4812 3.48122 16.25 5 16.25C6.51878 16.25 7.75 17.4812 7.75 19C7.75 20.5188 6.51878 21.75 5 21.75C3.48122 21.75 2.25 20.5188 2.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5884 13.5C20.764 13.5001 20.9797 13.5003 21.1561 13.4782L21.1595 13.4778C21.2859 13.462 21.862 13.3902 22.1363 12.8246C22.4113 12.2578 22.1093 11.7576 22.044 11.6494L21.7049 11.181C21.4103 10.8051 21.0046 10.2907 20.6241 9.89966C20.4343 9.70455 20.217 9.50331 19.9861 9.34447C19.7809 9.20326 19.4307 9 19 9C18.5693 9 18.2191 9.20326 18.0139 9.34447C17.783 9.50332 17.5657 9.70455 17.3759 9.89966C16.9954 10.2907 16.5898 10.8051 16.2951 11.1809L15.956 11.6494C15.8907 11.7576 15.5887 12.2578 15.8637 12.8246C16.138 13.3902 16.7141 13.462 16.8405 13.4778L16.8439 13.4782C17.0203 13.5003 17.236 13.5001 17.4116 13.5L20.5884 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9997 13.498C17.998 14.666 17.9857 15.5119 17.8991 16.1562C17.8042 16.8622 17.6368 17.1893 17.4142 17.4118C17.1916 17.6344 16.8646 17.8018 16.1586 17.8967C15.4237 17.9955 14.4425 17.9976 13 17.9976H7C6.44772 17.9976 6 18.4453 6 18.9976C6 19.5499 6.44772 19.9976 7 19.9976L13.0706 19.9976C14.4247 19.9976 15.5413 19.9977 16.4251 19.8789C17.3529 19.7541 18.1723 19.4821 18.8284 18.826C19.4845 18.1699 19.7565 17.3505 19.8812 16.4227C19.9869 15.637 19.9986 14.6551 19.9999 13.498H17.9997Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 6C5.55228 6 6 6.44772 6 7L6 17C6 17.5523 5.55229 18 5 18C4.44772 18 4 17.5523 4 17L4 7C4 6.44772 4.44772 6 5 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 5C2.25 3.48122 3.48122 2.25 5 2.25C6.51878 2.25 7.75 3.48122 7.75 5C7.75 6.51878 6.51878 7.75 5 7.75C3.48122 7.75 2.25 6.51878 2.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.25 5C16.25 3.48122 17.4812 2.25 19 2.25C20.5188 2.25 21.75 3.48122 21.75 5C21.75 6.51878 20.5188 7.75 19 7.75C17.4812 7.75 16.25 6.51878 16.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 19C2.25 17.4812 3.48122 16.25 5 16.25C6.51878 16.25 7.75 17.4812 7.75 19C7.75 20.5188 6.51878 21.75 5 21.75C3.48122 21.75 2.25 20.5188 2.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-git-icons-git-commit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2C12.5523 2 13 2.44772 13 3L13 8.5C13 9.05228 12.5523 9.5 12 9.5C11.4477 9.5 11 9.05228 11 8.5L11 3C11 2.44772 11.4477 2 12 2ZM12 14C12.5523 14 13 14.4477 13 15L13 21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21L11 15C11 14.4477 11.4477 14 12 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25 12C8.25 9.92893 9.92893 8.25 12 8.25C14.0711 8.25 15.75 9.92893 15.75 12C15.75 14.0711 14.0711 15.75 12 15.75C9.92893 15.75 8.25 14.0711 8.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2C12.5523 2 13 2.44772 13 3L13 8.5C13 9.05228 12.5523 9.5 12 9.5C11.4477 9.5 11 9.05228 11 8.5L11 3C11 2.44772 11.4477 2 12 2ZM12 14C12.5523 14 13 14.4477 13 15L13 21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21L11 15C11 14.4477 11.4477 14 12 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25 12C8.25 9.92893 9.92893 8.25 12 8.25C14.0711 8.25 15.75 9.92893 15.75 12C15.75 14.0711 14.0711 15.75 12 15.75C9.92893 15.75 8.25 14.0711 8.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-git-icons-git-compare{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.25 19C16.25 17.4812 17.4812 16.25 19 16.25C20.5188 16.25 21.75 17.4812 21.75 19C21.75 20.5188 20.5188 21.75 19 21.75C17.4812 21.75 16.25 20.5188 16.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 5C2.25 3.48122 3.48122 2.25 5 2.25C6.51878 2.25 7.75 3.48122 7.75 5C7.75 6.51878 6.51878 7.75 5 7.75C3.48122 7.75 2.25 6.51878 2.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5 3.4116C13.5001 3.23596 13.5003 3.02031 13.4782 2.84387L13.4778 2.84053C13.462 2.71408 13.3902 2.13804 12.8246 1.86368C12.2578 1.58872 11.7576 1.89065 11.6494 1.95597L11.181 2.29511C10.8051 2.58975 10.2907 2.99545 9.89966 3.37588C9.70455 3.56571 9.50331 3.78297 9.34447 4.01388C9.20326 4.21914 9 4.56933 9 5C9 5.43067 9.20326 5.78086 9.34447 5.98612C9.50332 6.21703 9.70455 6.43429 9.89966 6.62412C10.2907 7.00455 10.8051 7.41025 11.1809 7.70488L11.6494 8.04403C11.7576 8.10935 12.2578 8.41128 12.8246 8.13632C13.3902 7.86196 13.462 7.28592 13.4778 7.15947L13.4782 7.15613C13.5003 6.97969 13.5001 6.76403 13.5 6.5884L13.5 3.4116Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5 6.00079C14.6679 6.00251 15.5139 6.01482 16.1581 6.10144C16.8642 6.19636 17.1912 6.36373 17.4138 6.5863C17.6363 6.80888 17.8037 7.1359 17.8986 7.84195C17.9974 8.57677 17.9996 9.55803 17.9996 11.0005V17.0005C17.9996 17.5528 18.4473 18.0005 18.9996 18.0005C19.5518 18.0005 19.9996 17.5528 19.9996 17.0005L19.9996 10.9299C19.9996 9.57582 19.9996 8.45921 19.8808 7.57546C19.7561 6.64763 19.4841 5.8282 18.828 5.17209C18.1719 4.51598 17.3525 4.24401 16.4246 4.11927C15.639 4.01364 14.657 4.00194 13.5 4.00067L13.5 6.00079Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5 20.5884C10.4999 20.764 10.4997 20.9797 10.5218 21.1561L10.5222 21.1595C10.538 21.2859 10.6098 21.862 11.1754 22.1363C11.7423 22.4113 12.2424 22.1093 12.3506 22.044L12.8191 21.7049C13.1949 21.4103 13.7094 21.0046 14.1004 20.6241C14.2955 20.4343 14.4967 20.217 14.6556 19.9861C14.7968 19.7809 15 19.4307 15 19C15 18.5693 14.7968 18.2191 14.6556 18.0139C14.4967 17.783 14.2955 17.5657 14.1004 17.3759C13.7094 16.9954 13.1949 16.5898 12.8191 16.2951L12.3506 15.956C12.2424 15.8907 11.7422 15.5887 11.1754 15.8637C10.6098 16.138 10.538 16.7141 10.5222 16.8405L10.5218 16.8439C10.4997 17.0203 10.4999 17.236 10.5 17.4116L10.5 20.5884Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.4996 17.9997C9.33165 17.998 8.4857 17.9857 7.84144 17.8991C7.13538 17.8042 6.80836 17.6368 6.58579 17.4142C6.36322 17.1916 6.19585 16.8646 6.10092 16.1586C6.00213 15.4237 6 14.4425 6 13L6 7C6 6.44772 5.55229 6 5 6C4.44772 6 4 6.44772 4 7L4 13.0706C3.99997 14.4247 3.99994 15.5413 4.11876 16.4251C4.2435 17.3529 4.51547 18.1723 5.17158 18.8284C5.82768 19.4845 6.64711 19.7565 7.57494 19.8812C8.36061 19.9869 9.34256 19.9986 10.4996 19.9999V17.9997Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.25 19C16.25 17.4812 17.4812 16.25 19 16.25C20.5188 16.25 21.75 17.4812 21.75 19C21.75 20.5188 20.5188 21.75 19 21.75C17.4812 21.75 16.25 20.5188 16.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 5C2.25 3.48122 3.48122 2.25 5 2.25C6.51878 2.25 7.75 3.48122 7.75 5C7.75 6.51878 6.51878 7.75 5 7.75C3.48122 7.75 2.25 6.51878 2.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5 3.4116C13.5001 3.23596 13.5003 3.02031 13.4782 2.84387L13.4778 2.84053C13.462 2.71408 13.3902 2.13804 12.8246 1.86368C12.2578 1.58872 11.7576 1.89065 11.6494 1.95597L11.181 2.29511C10.8051 2.58975 10.2907 2.99545 9.89966 3.37588C9.70455 3.56571 9.50331 3.78297 9.34447 4.01388C9.20326 4.21914 9 4.56933 9 5C9 5.43067 9.20326 5.78086 9.34447 5.98612C9.50332 6.21703 9.70455 6.43429 9.89966 6.62412C10.2907 7.00455 10.8051 7.41025 11.1809 7.70488L11.6494 8.04403C11.7576 8.10935 12.2578 8.41128 12.8246 8.13632C13.3902 7.86196 13.462 7.28592 13.4778 7.15947L13.4782 7.15613C13.5003 6.97969 13.5001 6.76403 13.5 6.5884L13.5 3.4116Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5 6.00079C14.6679 6.00251 15.5139 6.01482 16.1581 6.10144C16.8642 6.19636 17.1912 6.36373 17.4138 6.5863C17.6363 6.80888 17.8037 7.1359 17.8986 7.84195C17.9974 8.57677 17.9996 9.55803 17.9996 11.0005V17.0005C17.9996 17.5528 18.4473 18.0005 18.9996 18.0005C19.5518 18.0005 19.9996 17.5528 19.9996 17.0005L19.9996 10.9299C19.9996 9.57582 19.9996 8.45921 19.8808 7.57546C19.7561 6.64763 19.4841 5.8282 18.828 5.17209C18.1719 4.51598 17.3525 4.24401 16.4246 4.11927C15.639 4.01364 14.657 4.00194 13.5 4.00067L13.5 6.00079Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5 20.5884C10.4999 20.764 10.4997 20.9797 10.5218 21.1561L10.5222 21.1595C10.538 21.2859 10.6098 21.862 11.1754 22.1363C11.7423 22.4113 12.2424 22.1093 12.3506 22.044L12.8191 21.7049C13.1949 21.4103 13.7094 21.0046 14.1004 20.6241C14.2955 20.4343 14.4967 20.217 14.6556 19.9861C14.7968 19.7809 15 19.4307 15 19C15 18.5693 14.7968 18.2191 14.6556 18.0139C14.4967 17.783 14.2955 17.5657 14.1004 17.3759C13.7094 16.9954 13.1949 16.5898 12.8191 16.2951L12.3506 15.956C12.2424 15.8907 11.7422 15.5887 11.1754 15.8637C10.6098 16.138 10.538 16.7141 10.5222 16.8405L10.5218 16.8439C10.4997 17.0203 10.4999 17.236 10.5 17.4116L10.5 20.5884Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.4996 17.9997C9.33165 17.998 8.4857 17.9857 7.84144 17.8991C7.13538 17.8042 6.80836 17.6368 6.58579 17.4142C6.36322 17.1916 6.19585 16.8646 6.10092 16.1586C6.00213 15.4237 6 14.4425 6 13L6 7C6 6.44772 5.55229 6 5 6C4.44772 6 4 6.44772 4 7L4 13.0706C3.99997 14.4247 3.99994 15.5413 4.11876 16.4251C4.2435 17.3529 4.51547 18.1723 5.17158 18.8284C5.82768 19.4845 6.64711 19.7565 7.57494 19.8812C8.36061 19.9869 9.34256 19.9986 10.4996 19.9999V17.9997Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-git-icons-git-fork{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55229 7 7 7.44772 7 8C7 8.97108 7.00213 9.59879 7.06431 10.0613C7.12263 10.495 7.21677 10.631 7.2929 10.7071C7.36902 10.7832 7.50497 10.8774 7.93871 10.9357C8.40122 10.9979 9.02893 11 10 11H14C14.9711 11 15.5988 10.9979 16.0613 10.9357C16.495 10.8774 16.631 10.7832 16.7071 10.7071C16.7832 10.631 16.8774 10.495 16.9357 10.0613C16.9979 9.59879 17 8.97108 17 8C17 7.44772 17.4477 7 18 7C18.5523 7 19 7.44772 19 8L19 8.06583C19.0001 8.95232 19.0001 9.71613 18.9179 10.3278C18.8297 10.9833 18.631 11.6117 18.1213 12.1213C17.6117 12.631 16.9833 12.8297 16.3278 12.9179C15.7161 13.0001 14.9523 13.0001 14.0658 13L13 13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V13H10C9.97799 13 9.95604 13 9.93417 13C9.04769 13.0001 8.28387 13.0001 7.67221 12.9179C7.0167 12.8297 6.38835 12.631 5.87868 12.1213C5.36902 11.6117 5.17028 10.9833 5.08215 10.3278C4.99991 9.71613 4.99995 8.95232 5 8.06583C5 8.04396 5 8.02202 5 8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 6C3.25 4.48122 4.48122 3.25 6 3.25C7.51878 3.25 8.75 4.48122 8.75 6C8.75 7.51878 7.51878 8.75 6 8.75C4.48122 8.75 3.25 7.51878 3.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 18C9.25 16.4812 10.4812 15.25 12 15.25C13.5188 15.25 14.75 16.4812 14.75 18C14.75 19.5188 13.5188 20.75 12 20.75C10.4812 20.75 9.25 19.5188 9.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.25 6C15.25 4.48122 16.4812 3.25 18 3.25C19.5188 3.25 20.75 4.48122 20.75 6C20.75 7.51878 19.5188 8.75 18 8.75C16.4812 8.75 15.25 7.51878 15.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55229 7 7 7.44772 7 8C7 8.97108 7.00213 9.59879 7.06431 10.0613C7.12263 10.495 7.21677 10.631 7.2929 10.7071C7.36902 10.7832 7.50497 10.8774 7.93871 10.9357C8.40122 10.9979 9.02893 11 10 11H14C14.9711 11 15.5988 10.9979 16.0613 10.9357C16.495 10.8774 16.631 10.7832 16.7071 10.7071C16.7832 10.631 16.8774 10.495 16.9357 10.0613C16.9979 9.59879 17 8.97108 17 8C17 7.44772 17.4477 7 18 7C18.5523 7 19 7.44772 19 8L19 8.06583C19.0001 8.95232 19.0001 9.71613 18.9179 10.3278C18.8297 10.9833 18.631 11.6117 18.1213 12.1213C17.6117 12.631 16.9833 12.8297 16.3278 12.9179C15.7161 13.0001 14.9523 13.0001 14.0658 13L13 13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V13H10C9.97799 13 9.95604 13 9.93417 13C9.04769 13.0001 8.28387 13.0001 7.67221 12.9179C7.0167 12.8297 6.38835 12.631 5.87868 12.1213C5.36902 11.6117 5.17028 10.9833 5.08215 10.3278C4.99991 9.71613 4.99995 8.95232 5 8.06583C5 8.04396 5 8.02202 5 8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 6C3.25 4.48122 4.48122 3.25 6 3.25C7.51878 3.25 8.75 4.48122 8.75 6C8.75 7.51878 7.51878 8.75 6 8.75C4.48122 8.75 3.25 7.51878 3.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 18C9.25 16.4812 10.4812 15.25 12 15.25C13.5188 15.25 14.75 16.4812 14.75 18C14.75 19.5188 13.5188 20.75 12 20.75C10.4812 20.75 9.25 19.5188 9.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.25 6C15.25 4.48122 16.4812 3.25 18 3.25C19.5188 3.25 20.75 4.48122 20.75 6C20.75 7.51878 19.5188 8.75 18 8.75C16.4812 8.75 15.25 7.51878 15.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-git-icons-git-merge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.0001 7C7.55238 7 8.0001 7.44772 8.0001 8C8.0001 8.99435 8.00869 9.29536 8.06824 9.51764C8.25318 10.2078 8.79227 10.7469 9.48246 10.9319C9.70474 10.9914 10.0057 11 11.0001 11H15.0001C15.5524 11 16.0001 11.4477 16.0001 12C16.0001 12.5523 15.5524 13 15.0001 13H11.0001C10.9536 13 10.9077 13 10.8625 13C10.0671 13.0005 9.47647 13.0008 8.96482 12.8637C8.62261 12.772 8.29897 12.6368 8.0001 12.4642V16C8.0001 16.5523 7.55238 17 7.0001 17C6.44781 17 6.0001 16.5523 6.0001 16L6.0001 8.39551C5.99995 8.31195 6 8.22603 6.00005 8.13758C6.00007 8.09239 6.0001 8.04654 6.0001 8C6.0001 7.44772 6.44781 7 7.0001 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 18C4.25 16.4812 5.48122 15.25 7 15.25C8.51878 15.25 9.75 16.4812 9.75 18C9.75 19.5188 8.51878 20.75 7 20.75C5.48122 20.75 4.25 19.5188 4.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 6C4.25 4.48122 5.48122 3.25 7 3.25C8.51878 3.25 9.75 4.48122 9.75 6C9.75 7.51878 8.51878 8.75 7 8.75C5.48122 8.75 4.25 7.51878 4.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.25 12C14.25 10.4812 15.4812 9.25 17 9.25C18.5188 9.25 19.75 10.4812 19.75 12C19.75 13.5188 18.5188 14.75 17 14.75C15.4812 14.75 14.25 13.5188 14.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.0001 7C7.55238 7 8.0001 7.44772 8.0001 8C8.0001 8.99435 8.00869 9.29536 8.06824 9.51764C8.25318 10.2078 8.79227 10.7469 9.48246 10.9319C9.70474 10.9914 10.0057 11 11.0001 11H15.0001C15.5524 11 16.0001 11.4477 16.0001 12C16.0001 12.5523 15.5524 13 15.0001 13H11.0001C10.9536 13 10.9077 13 10.8625 13C10.0671 13.0005 9.47647 13.0008 8.96482 12.8637C8.62261 12.772 8.29897 12.6368 8.0001 12.4642V16C8.0001 16.5523 7.55238 17 7.0001 17C6.44781 17 6.0001 16.5523 6.0001 16L6.0001 8.39551C5.99995 8.31195 6 8.22603 6.00005 8.13758C6.00007 8.09239 6.0001 8.04654 6.0001 8C6.0001 7.44772 6.44781 7 7.0001 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 18C4.25 16.4812 5.48122 15.25 7 15.25C8.51878 15.25 9.75 16.4812 9.75 18C9.75 19.5188 8.51878 20.75 7 20.75C5.48122 20.75 4.25 19.5188 4.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 6C4.25 4.48122 5.48122 3.25 7 3.25C8.51878 3.25 9.75 4.48122 9.75 6C9.75 7.51878 8.51878 8.75 7 8.75C5.48122 8.75 4.25 7.51878 4.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.25 12C14.25 10.4812 15.4812 9.25 17 9.25C18.5188 9.25 19.75 10.4812 19.75 12C19.75 13.5188 18.5188 14.75 17 14.75C15.4812 14.75 14.25 13.5188 14.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-git-icons-git-pull-request-closed{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55228 7 7 7.44772 7 8L7 16C7 16.5523 6.55229 17 6 17C5.44772 17 5 16.5523 5 16L5 8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 10C18.5523 10 19 10.4477 19 11L19 16C19 16.5523 18.5523 17 18 17C17.4477 17 17 16.5523 17 16L17 11C17 10.4477 17.4477 10 18 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 18C3.25 16.4812 4.48122 15.25 6 15.25C7.51878 15.25 8.75 16.4812 8.75 18C8.75 19.5188 7.51878 20.75 6 20.75C4.48122 20.75 3.25 19.5188 3.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 6C3.25 4.48122 4.48122 3.25 6 3.25C7.51878 3.25 8.75 4.48122 8.75 6C8.75 7.51878 7.51878 8.75 6 8.75C4.48122 8.75 3.25 7.51878 3.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.25 18C15.25 16.4812 16.4812 15.25 18 15.25C19.5188 15.25 20.75 16.4812 20.75 18C20.75 19.5188 19.5188 20.75 18 20.75C16.4812 20.75 15.25 19.5188 15.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2929 3.29289C15.6834 2.90237 16.3166 2.90237 16.7071 3.29289L18 4.58579L19.2929 3.29289C19.6834 2.90237 20.3166 2.90237 20.7071 3.29289C21.0976 3.68342 21.0976 4.31658 20.7071 4.70711L19.4142 6L20.7071 7.29289C21.0976 7.68342 21.0976 8.31658 20.7071 8.70711C20.3166 9.09763 19.6834 9.09763 19.2929 8.70711L18 7.41421L16.7071 8.70711C16.3166 9.09763 15.6834 9.09763 15.2929 8.70711C14.9024 8.31658 14.9024 7.68342 15.2929 7.29289L16.5858 6L15.2929 4.70711C14.9024 4.31658 14.9024 3.68342 15.2929 3.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55228 7 7 7.44772 7 8L7 16C7 16.5523 6.55229 17 6 17C5.44772 17 5 16.5523 5 16L5 8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 10C18.5523 10 19 10.4477 19 11L19 16C19 16.5523 18.5523 17 18 17C17.4477 17 17 16.5523 17 16L17 11C17 10.4477 17.4477 10 18 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 18C3.25 16.4812 4.48122 15.25 6 15.25C7.51878 15.25 8.75 16.4812 8.75 18C8.75 19.5188 7.51878 20.75 6 20.75C4.48122 20.75 3.25 19.5188 3.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 6C3.25 4.48122 4.48122 3.25 6 3.25C7.51878 3.25 8.75 4.48122 8.75 6C8.75 7.51878 7.51878 8.75 6 8.75C4.48122 8.75 3.25 7.51878 3.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.25 18C15.25 16.4812 16.4812 15.25 18 15.25C19.5188 15.25 20.75 16.4812 20.75 18C20.75 19.5188 19.5188 20.75 18 20.75C16.4812 20.75 15.25 19.5188 15.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2929 3.29289C15.6834 2.90237 16.3166 2.90237 16.7071 3.29289L18 4.58579L19.2929 3.29289C19.6834 2.90237 20.3166 2.90237 20.7071 3.29289C21.0976 3.68342 21.0976 4.31658 20.7071 4.70711L19.4142 6L20.7071 7.29289C21.0976 7.68342 21.0976 8.31658 20.7071 8.70711C20.3166 9.09763 19.6834 9.09763 19.2929 8.70711L18 7.41421L16.7071 8.70711C16.3166 9.09763 15.6834 9.09763 15.2929 8.70711C14.9024 8.31658 14.9024 7.68342 15.2929 7.29289L16.5858 6L15.2929 4.70711C14.9024 4.31658 14.9024 3.68342 15.2929 3.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-git-icons-git-pull-request-draft{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55228 7 7 7.44772 7 8L7 16C7 16.5523 6.55229 17 6 17C5.44772 17 5 16.5523 5 16L5 8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 18C3.25 16.4812 4.48122 15.25 6 15.25C7.51878 15.25 8.75 16.4812 8.75 18C8.75 19.5188 7.51878 20.75 6 20.75C4.48122 20.75 3.25 19.5188 3.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 6C3.25 4.48122 4.48122 3.25 6 3.25C7.51878 3.25 8.75 4.48122 8.75 6C8.75 7.51878 7.51878 8.75 6 8.75C4.48122 8.75 3.25 7.51878 3.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.25 18C15.25 16.4812 16.4812 15.25 18 15.25C19.5188 15.25 20.75 16.4812 20.75 18C20.75 19.5188 19.5188 20.75 18 20.75C16.4812 20.75 15.25 19.5188 15.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 6C16.5 5.17157 17.1716 4.5 18 4.5H18.009C18.8374 4.5 19.509 5.17157 19.509 6C19.509 6.82843 18.8374 7.5 18.009 7.5H18C17.1716 7.5 16.5 6.82843 16.5 6ZM16.5 11C16.5 10.1716 17.1716 9.5 18 9.5H18.009C18.8374 9.5 19.509 10.1716 19.509 11C19.509 11.8284 18.8374 12.5 18.009 12.5H18C17.1716 12.5 16.5 11.8284 16.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55228 7 7 7.44772 7 8L7 16C7 16.5523 6.55229 17 6 17C5.44772 17 5 16.5523 5 16L5 8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 18C3.25 16.4812 4.48122 15.25 6 15.25C7.51878 15.25 8.75 16.4812 8.75 18C8.75 19.5188 7.51878 20.75 6 20.75C4.48122 20.75 3.25 19.5188 3.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 6C3.25 4.48122 4.48122 3.25 6 3.25C7.51878 3.25 8.75 4.48122 8.75 6C8.75 7.51878 7.51878 8.75 6 8.75C4.48122 8.75 3.25 7.51878 3.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.25 18C15.25 16.4812 16.4812 15.25 18 15.25C19.5188 15.25 20.75 16.4812 20.75 18C20.75 19.5188 19.5188 20.75 18 20.75C16.4812 20.75 15.25 19.5188 15.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 6C16.5 5.17157 17.1716 4.5 18 4.5H18.009C18.8374 4.5 19.509 5.17157 19.509 6C19.509 6.82843 18.8374 7.5 18.009 7.5H18C17.1716 7.5 16.5 6.82843 16.5 6ZM16.5 11C16.5 10.1716 17.1716 9.5 18 9.5H18.009C18.8374 9.5 19.509 10.1716 19.509 11C19.509 11.8284 18.8374 12.5 18.009 12.5H18C17.1716 12.5 16.5 11.8284 16.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-git-icons-git-pull-request{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55228 7 7 7.44772 7 8L7 16C7 16.5523 6.55229 17 6 17C5.44772 17 5 16.5523 5 16L5 8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5 7.04186C14.741 7.05631 14.9592 7.07598 15.1581 7.10273C15.8642 7.19765 16.1912 7.36502 16.4138 7.58759C16.6363 7.81016 16.8037 8.13719 16.8986 8.84324C16.9974 9.57806 16.9995 10.5593 16.9995 12.0018V18.0018C16.9995 18.5541 17.4473 19.0018 17.9995 19.0018C18.5518 19.0018 18.9995 18.5541 18.9995 18.0018L18.9995 11.9312C18.9996 10.5771 18.9996 9.4605 18.8808 8.57674C18.756 7.64891 18.4841 6.82949 17.828 6.17338C17.1719 5.51727 16.3524 5.2453 15.4246 5.12056C15.1415 5.0825 14.833 5.05664 14.5 5.03906L14.5 7.04186Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5 4.4116C14.5001 4.23596 14.5003 4.02031 14.4782 3.84387L14.4778 3.84053C14.462 3.71408 14.3902 3.13804 13.8246 2.86368C13.2578 2.58872 12.7576 2.89065 12.6494 2.95597L12.181 3.29511C11.8051 3.58975 11.2907 3.99545 10.8997 4.37588C10.7046 4.56571 10.5033 4.78297 10.3445 5.01388C10.2033 5.21914 10 5.56933 10 6C10 6.43067 10.2033 6.78086 10.3445 6.98612C10.5033 7.21703 10.7046 7.43429 10.8997 7.62412C11.2907 8.00455 11.8051 8.41025 12.1809 8.70488L12.6494 9.04403C12.7576 9.10935 13.2578 9.41128 13.8246 9.13632C14.3902 8.86196 14.462 8.28592 14.4778 8.15947L14.4782 8.15613C14.5003 7.97969 14.5001 7.76403 14.5 7.5884L14.5 4.4116Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 18C3.25 16.4812 4.48122 15.25 6 15.25C7.51878 15.25 8.75 16.4812 8.75 18C8.75 19.5188 7.51878 20.75 6 20.75C4.48122 20.75 3.25 19.5188 3.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 6C3.25 4.48122 4.48122 3.25 6 3.25C7.51878 3.25 8.75 4.48122 8.75 6C8.75 7.51878 7.51878 8.75 6 8.75C4.48122 8.75 3.25 7.51878 3.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.25 18C15.25 16.4812 16.4812 15.25 18 15.25C19.5188 15.25 20.75 16.4812 20.75 18C20.75 19.5188 19.5188 20.75 18 20.75C16.4812 20.75 15.25 19.5188 15.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55228 7 7 7.44772 7 8L7 16C7 16.5523 6.55229 17 6 17C5.44772 17 5 16.5523 5 16L5 8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5 7.04186C14.741 7.05631 14.9592 7.07598 15.1581 7.10273C15.8642 7.19765 16.1912 7.36502 16.4138 7.58759C16.6363 7.81016 16.8037 8.13719 16.8986 8.84324C16.9974 9.57806 16.9995 10.5593 16.9995 12.0018V18.0018C16.9995 18.5541 17.4473 19.0018 17.9995 19.0018C18.5518 19.0018 18.9995 18.5541 18.9995 18.0018L18.9995 11.9312C18.9996 10.5771 18.9996 9.4605 18.8808 8.57674C18.756 7.64891 18.4841 6.82949 17.828 6.17338C17.1719 5.51727 16.3524 5.2453 15.4246 5.12056C15.1415 5.0825 14.833 5.05664 14.5 5.03906L14.5 7.04186Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5 4.4116C14.5001 4.23596 14.5003 4.02031 14.4782 3.84387L14.4778 3.84053C14.462 3.71408 14.3902 3.13804 13.8246 2.86368C13.2578 2.58872 12.7576 2.89065 12.6494 2.95597L12.181 3.29511C11.8051 3.58975 11.2907 3.99545 10.8997 4.37588C10.7046 4.56571 10.5033 4.78297 10.3445 5.01388C10.2033 5.21914 10 5.56933 10 6C10 6.43067 10.2033 6.78086 10.3445 6.98612C10.5033 7.21703 10.7046 7.43429 10.8997 7.62412C11.2907 8.00455 11.8051 8.41025 12.1809 8.70488L12.6494 9.04403C12.7576 9.10935 13.2578 9.41128 13.8246 9.13632C14.3902 8.86196 14.462 8.28592 14.4778 8.15947L14.4782 8.15613C14.5003 7.97969 14.5001 7.76403 14.5 7.5884L14.5 4.4116Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 18C3.25 16.4812 4.48122 15.25 6 15.25C7.51878 15.25 8.75 16.4812 8.75 18C8.75 19.5188 7.51878 20.75 6 20.75C4.48122 20.75 3.25 19.5188 3.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 6C3.25 4.48122 4.48122 3.25 6 3.25C7.51878 3.25 8.75 4.48122 8.75 6C8.75 7.51878 7.51878 8.75 6 8.75C4.48122 8.75 3.25 7.51878 3.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.25 18C15.25 16.4812 16.4812 15.25 18 15.25C19.5188 15.25 20.75 16.4812 20.75 18C20.75 19.5188 19.5188 20.75 18 20.75C16.4812 20.75 15.25 19.5188 15.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-git-icons-github{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.87473 21.3636C3.35183 20.6243 2.13715 19.2768 1.25098 17.4326L3.05365 16.5664C3.79774 18.1149 4.73008 19.0702 5.74814 19.5644C6.75941 20.0553 7.97015 20.1473 9.38634 19.7565L9.91829 21.6845C8.12854 22.1783 6.40442 22.1061 4.87473 21.3636Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.3942 1.25H6.39529L6.39657 1.25L6.39973 1.25002L6.40836 1.25009L6.43471 1.25053C6.45623 1.251 6.4856 1.25189 6.52217 1.25356C6.59526 1.2569 6.69741 1.26337 6.82347 1.27591C7.07504 1.30095 7.4249 1.3505 7.8308 1.44894C8.55076 1.62356 9.47322 1.95848 10.3341 2.60631C11.0833 2.42952 12.1444 2.22317 13.501 2.22315C14.8576 2.22312 15.9187 2.42953 16.6679 2.60634C17.5287 1.95849 18.4512 1.62357 19.1711 1.44895C19.5771 1.3505 19.9269 1.30095 20.1785 1.27591C20.3045 1.26337 20.4067 1.2569 20.4798 1.25356C20.5164 1.25189 20.5457 1.251 20.5672 1.25053L20.5936 1.25009L20.6022 1.25002L20.6054 1.25L20.6067 1.25C20.6067 1.25 20.6078 1.25 20.6078 2V1.25H21.1204L21.3066 1.72771C21.5658 2.3931 21.6596 3.20254 21.6609 3.96175C21.662 4.60091 21.5975 5.24848 21.485 5.81333C21.7894 6.295 22.0738 6.86589 22.2946 7.45193C22.5579 8.15071 22.751 8.92404 22.751 9.6286C22.751 12.0507 21.9394 13.7613 20.6559 14.9682C19.6809 15.8849 18.4708 16.4752 17.2468 16.8944C17.509 17.2892 17.751 17.811 17.751 18.4951V22.75H9.25098V18.4951C9.25098 17.811 9.49291 17.2892 9.75511 16.8944C8.53116 16.4752 7.32106 15.8849 6.34604 14.9682C5.0625 13.7613 4.25098 12.0507 4.25098 9.6286C4.25098 8.92404 4.44407 8.15071 4.70736 7.45193C4.92817 6.86589 5.21251 6.29499 5.51699 5.81332C5.40443 5.24848 5.33997 4.6009 5.34107 3.96175C5.34238 3.20254 5.43611 2.3931 5.69537 1.72771L5.88151 1.25H6.3942Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.87473 21.3636C3.35183 20.6243 2.13715 19.2768 1.25098 17.4326L3.05365 16.5664C3.79774 18.1149 4.73008 19.0702 5.74814 19.5644C6.75941 20.0553 7.97015 20.1473 9.38634 19.7565L9.91829 21.6845C8.12854 22.1783 6.40442 22.1061 4.87473 21.3636Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.3942 1.25H6.39529L6.39657 1.25L6.39973 1.25002L6.40836 1.25009L6.43471 1.25053C6.45623 1.251 6.4856 1.25189 6.52217 1.25356C6.59526 1.2569 6.69741 1.26337 6.82347 1.27591C7.07504 1.30095 7.4249 1.3505 7.8308 1.44894C8.55076 1.62356 9.47322 1.95848 10.3341 2.60631C11.0833 2.42952 12.1444 2.22317 13.501 2.22315C14.8576 2.22312 15.9187 2.42953 16.6679 2.60634C17.5287 1.95849 18.4512 1.62357 19.1711 1.44895C19.5771 1.3505 19.9269 1.30095 20.1785 1.27591C20.3045 1.26337 20.4067 1.2569 20.4798 1.25356C20.5164 1.25189 20.5457 1.251 20.5672 1.25053L20.5936 1.25009L20.6022 1.25002L20.6054 1.25L20.6067 1.25C20.6067 1.25 20.6078 1.25 20.6078 2V1.25H21.1204L21.3066 1.72771C21.5658 2.3931 21.6596 3.20254 21.6609 3.96175C21.662 4.60091 21.5975 5.24848 21.485 5.81333C21.7894 6.295 22.0738 6.86589 22.2946 7.45193C22.5579 8.15071 22.751 8.92404 22.751 9.6286C22.751 12.0507 21.9394 13.7613 20.6559 14.9682C19.6809 15.8849 18.4708 16.4752 17.2468 16.8944C17.509 17.2892 17.751 17.811 17.751 18.4951V22.75H9.25098V18.4951C9.25098 17.811 9.49291 17.2892 9.75511 16.8944C8.53116 16.4752 7.32106 15.8849 6.34604 14.9682C5.0625 13.7613 4.25098 12.0507 4.25098 9.6286C4.25098 8.92404 4.44407 8.15071 4.70736 7.45193C4.92817 6.86589 5.21251 6.29499 5.51699 5.81332C5.40443 5.24848 5.33997 4.6009 5.34107 3.96175C5.34238 3.20254 5.43611 2.3931 5.69537 1.72771L5.88151 1.25H6.3942Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-git-icons-gitlab{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.18164 1.25182C5.49987 1.2297 5.7973 1.41112 5.92315 1.70411L8.78152 8.35852C8.91588 8.67133 8.99415 8.85096 9.06546 8.97743C9.12607 9.08492 9.1567 9.1034 9.27708 9.11637C9.42189 9.13196 9.61841 9.13297 9.95944 9.13297H14.0523C14.3933 9.13297 14.5898 9.13196 14.7346 9.11637C14.8504 9.1039 14.8884 9.08007 14.9463 8.97743C15.0176 8.85096 15.0958 8.67133 15.2302 8.35852L18.0886 1.70411C18.2144 1.41112 18.5119 1.2297 18.8301 1.25182C19.1483 1.27393 19.4178 1.49475 19.5018 1.80234L22.5403 12.9183C22.6192 13.2065 22.6933 13.4777 22.7309 13.7129C22.8263 14.3109 22.6472 14.8468 22.2116 15.2676C22.0402 15.4332 21.8179 15.6057 21.5815 15.7892L13.6836 21.918C13.4097 22.1307 13.1544 22.3288 12.9222 22.4684C12.6644 22.6233 12.3667 22.75 12.0059 22.75C11.645 22.75 11.3473 22.6233 11.0895 22.4684C10.8573 22.3288 10.6021 22.1307 10.3281 21.918L2.43025 15.7892C2.19382 15.6057 1.97149 15.4332 1.80007 15.2676C1.36453 14.8468 1.18539 14.3109 1.28084 13.7129C1.31839 13.4777 1.39256 13.2065 1.47138 12.9183L4.50989 1.80234C4.59397 1.49475 4.86341 1.27393 5.18164 1.25182Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.18164 1.25182C5.49987 1.2297 5.7973 1.41112 5.92315 1.70411L8.78152 8.35852C8.91588 8.67133 8.99415 8.85096 9.06546 8.97743C9.12607 9.08492 9.1567 9.1034 9.27708 9.11637C9.42189 9.13196 9.61841 9.13297 9.95944 9.13297H14.0523C14.3933 9.13297 14.5898 9.13196 14.7346 9.11637C14.8504 9.1039 14.8884 9.08007 14.9463 8.97743C15.0176 8.85096 15.0958 8.67133 15.2302 8.35852L18.0886 1.70411C18.2144 1.41112 18.5119 1.2297 18.8301 1.25182C19.1483 1.27393 19.4178 1.49475 19.5018 1.80234L22.5403 12.9183C22.6192 13.2065 22.6933 13.4777 22.7309 13.7129C22.8263 14.3109 22.6472 14.8468 22.2116 15.2676C22.0402 15.4332 21.8179 15.6057 21.5815 15.7892L13.6836 21.918C13.4097 22.1307 13.1544 22.3288 12.9222 22.4684C12.6644 22.6233 12.3667 22.75 12.0059 22.75C11.645 22.75 11.3473 22.6233 11.0895 22.4684C10.8573 22.3288 10.6021 22.1307 10.3281 21.918L2.43025 15.7892C2.19382 15.6057 1.97149 15.4332 1.80007 15.2676C1.36453 14.8468 1.18539 14.3109 1.28084 13.7129C1.31839 13.4777 1.39256 13.2065 1.47138 12.9183L4.50989 1.80234C4.59397 1.49475 4.86341 1.27393 5.18164 1.25182Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-body-part-leg{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.4617 3.34334C10.6364 2.42552 8.70975 1.82376 7.13703 1.46586C6.73578 1.37447 6.30486 1.27632 5.977 1.25519C5.5977 1.23075 5.20459 1.28652 4.837 1.55276C4.46005 1.82578 4.28639 2.20019 4.19136 2.57475C4.10726 2.9062 4.0663 3.3187 4.02237 3.76103L3.89032 5.08859C3.86587 5.33436 3.85365 5.45725 3.91782 5.5485C3.98199 5.63976 4.10177 5.66982 4.34132 5.72994L5.18328 5.94124C5.20084 5.94419 5.22219 5.9479 5.24712 5.95243C5.31531 5.96481 5.41046 5.98334 5.52779 6.00934C5.76195 6.06123 6.08733 6.1435 6.46485 6.26724C7.21125 6.51187 8.20472 6.9325 9.09911 7.63523C9.47126 7.92764 10.078 8.2116 10.7375 8.45801C11.2129 8.63563 11.6399 8.76773 11.9682 8.86929C12.0906 8.90716 12.1993 8.94079 12.2917 8.97095C12.8167 9.14238 13.1033 9.70695 12.9319 10.232C12.7605 10.757 12.1959 11.0436 11.6709 10.8722C11.6139 10.8536 11.5326 10.8284 11.4324 10.7974C11.1045 10.6961 10.5749 10.5323 10.0375 10.3315C9.3429 10.072 8.49131 9.70118 7.86346 9.20787C7.21683 8.6998 6.4603 8.37043 5.84195 8.16776C5.5371 8.06785 5.27642 8.00215 5.09511 7.96198C5.00472 7.94194 4.93479 7.92842 4.88982 7.92026C4.86736 7.91618 4.85119 7.91345 4.84189 7.91192L4.83318 7.91053L4.83438 7.9107C4.80178 7.90587 4.76984 7.8995 4.73787 7.89147L4.31323 7.78491C3.99965 7.70621 3.84286 7.66686 3.7305 7.74588C3.61814 7.82489 3.60213 7.98575 3.57013 8.30747L3.27703 11.254C3.2478 11.5411 3.21521 11.8611 3.3381 12.2259C3.45993 12.5876 3.63074 12.7708 3.79314 12.945L3.80426 12.9569C4.59688 13.8077 5.8168 14.3605 7.23274 14.6078C7.61712 14.6749 8.02025 14.7203 8.43935 14.7429C8.59919 14.7515 8.67911 14.7558 8.7097 14.7641C8.91159 14.8187 8.99489 15.0141 8.89455 15.1976C8.87934 15.2254 8.82733 15.2858 8.7233 15.4066C8.00982 16.2352 7.74551 17.3332 7.70262 18.3383C7.65175 19.2201 7.59664 20.2075 7.60804 20.7338C7.61385 21.002 7.63347 21.2597 7.68426 21.4889C7.73412 21.714 7.8283 21.9792 8.03279 22.197C8.38754 22.575 8.90394 22.6665 9.31903 22.707C9.76101 22.75 10.3436 22.75 11.0456 22.75L13.9102 22.75C14.1773 22.75 14.4305 22.7501 14.6454 22.7281C14.8854 22.7037 15.1379 22.6475 15.3851 22.4981C15.6324 22.3487 15.8002 22.1509 15.9343 21.9493C16.0544 21.7688 16.1732 21.544 16.2985 21.3069L20.1506 14.0189C20.425 13.5008 20.6421 13.0908 20.7145 12.6343C20.8078 12.0457 20.7023 11.4946 20.5707 11.031L20.1677 9.78817C19.861 8.7492 19.0211 8.09471 18.085 7.86034C17.7435 7.77311 17.5231 7.59176 17.2431 7.19683C16.0486 5.51154 14.2812 4.25823 12.4617 3.34334Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.4617 3.34334C10.6364 2.42552 8.70975 1.82376 7.13703 1.46586C6.73578 1.37447 6.30486 1.27632 5.977 1.25519C5.5977 1.23075 5.20459 1.28652 4.837 1.55276C4.46005 1.82578 4.28639 2.20019 4.19136 2.57475C4.10726 2.9062 4.0663 3.3187 4.02237 3.76103L3.89032 5.08859C3.86587 5.33436 3.85365 5.45725 3.91782 5.5485C3.98199 5.63976 4.10177 5.66982 4.34132 5.72994L5.18328 5.94124C5.20084 5.94419 5.22219 5.9479 5.24712 5.95243C5.31531 5.96481 5.41046 5.98334 5.52779 6.00934C5.76195 6.06123 6.08733 6.1435 6.46485 6.26724C7.21125 6.51187 8.20472 6.9325 9.09911 7.63523C9.47126 7.92764 10.078 8.2116 10.7375 8.45801C11.2129 8.63563 11.6399 8.76773 11.9682 8.86929C12.0906 8.90716 12.1993 8.94079 12.2917 8.97095C12.8167 9.14238 13.1033 9.70695 12.9319 10.232C12.7605 10.757 12.1959 11.0436 11.6709 10.8722C11.6139 10.8536 11.5326 10.8284 11.4324 10.7974C11.1045 10.6961 10.5749 10.5323 10.0375 10.3315C9.3429 10.072 8.49131 9.70118 7.86346 9.20787C7.21683 8.6998 6.4603 8.37043 5.84195 8.16776C5.5371 8.06785 5.27642 8.00215 5.09511 7.96198C5.00472 7.94194 4.93479 7.92842 4.88982 7.92026C4.86736 7.91618 4.85119 7.91345 4.84189 7.91192L4.83318 7.91053L4.83438 7.9107C4.80178 7.90587 4.76984 7.8995 4.73787 7.89147L4.31323 7.78491C3.99965 7.70621 3.84286 7.66686 3.7305 7.74588C3.61814 7.82489 3.60213 7.98575 3.57013 8.30747L3.27703 11.254C3.2478 11.5411 3.21521 11.8611 3.3381 12.2259C3.45993 12.5876 3.63074 12.7708 3.79314 12.945L3.80426 12.9569C4.59688 13.8077 5.8168 14.3605 7.23274 14.6078C7.61712 14.6749 8.02025 14.7203 8.43935 14.7429C8.59919 14.7515 8.67911 14.7558 8.7097 14.7641C8.91159 14.8187 8.99489 15.0141 8.89455 15.1976C8.87934 15.2254 8.82733 15.2858 8.7233 15.4066C8.00982 16.2352 7.74551 17.3332 7.70262 18.3383C7.65175 19.2201 7.59664 20.2075 7.60804 20.7338C7.61385 21.002 7.63347 21.2597 7.68426 21.4889C7.73412 21.714 7.8283 21.9792 8.03279 22.197C8.38754 22.575 8.90394 22.6665 9.31903 22.707C9.76101 22.75 10.3436 22.75 11.0456 22.75L13.9102 22.75C14.1773 22.75 14.4305 22.7501 14.6454 22.7281C14.8854 22.7037 15.1379 22.6475 15.3851 22.4981C15.6324 22.3487 15.8002 22.1509 15.9343 21.9493C16.0544 21.7688 16.1732 21.544 16.2985 21.3069L20.1506 14.0189C20.425 13.5008 20.6421 13.0908 20.7145 12.6343C20.8078 12.0457 20.7023 11.4946 20.5707 11.031L20.1677 9.78817C19.861 8.7492 19.0211 8.09471 18.085 7.86034C17.7435 7.77311 17.5231 7.59176 17.2431 7.19683C16.0486 5.51154 14.2812 4.25823 12.4617 3.34334Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-body-part-muscle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.22116 1.7795C9.81487 1.35942 10.5371 1.15927 11.4459 1.41276L13.8326 2.07854C13.8416 2.08106 13.8507 2.08358 13.8598 2.08609C14.1285 2.16063 14.4011 2.23626 14.6358 2.39226C14.8671 2.54596 15.0426 2.76342 15.2155 2.9775C15.2249 2.98922 15.2344 3.00093 15.2438 3.01262C17.8747 6.25803 19.6151 8.80922 21.0952 12.0611L21.1212 12.1182C21.6831 13.3527 22.1427 14.3625 22.3794 15.2434C22.6309 16.1796 22.6492 17.0304 22.2892 17.9326C21.9295 18.8342 21.3484 19.4157 20.5397 19.8663C19.7936 20.2819 18.8183 20.603 17.6513 20.9872L17.5853 21.0089C15.2203 21.7876 13.0749 21.9411 10.6691 21.1702C10.5552 21.1337 10.4983 21.1155 10.4465 21.1264C10.3947 21.1373 10.3487 21.178 10.2565 21.2596C9.06164 22.3173 7.45366 22.815 5.89028 22.8005C4.19135 22.7847 2.45151 22.163 1.26284 20.8727C1.13527 20.7342 1.06445 20.5528 1.06445 20.3646V12.9848C1.06445 12.7866 1.14294 12.5964 1.28277 12.4558C2.5458 11.1863 4.38286 10.5793 6.17081 10.5601C7.07438 10.5504 7.99414 10.6905 8.85064 10.9896C9.09943 11.0765 9.22383 11.1199 9.25061 11.2234C9.2774 11.3268 9.18121 11.4347 8.98883 11.6505C8.81563 11.8448 8.65179 12.0526 8.50138 12.2661C8.02972 12.9357 7.62684 13.7512 7.47672 14.5559C7.40076 14.9631 7.66928 15.3548 8.07647 15.4308C8.48366 15.5067 8.87533 15.2382 8.95128 14.831C9.05082 14.2974 9.33987 13.6805 9.72768 13.1299C9.99286 12.7535 10.2756 12.4484 10.5287 12.2379C10.6158 12.1656 10.6593 12.1294 10.7768 12.0747C10.8944 12.02 10.9654 12.0072 11.1075 11.9817C11.9594 11.8286 12.7693 11.8715 13.5199 12.0602C13.6645 12.0966 13.7368 12.1147 13.7764 12.0789C13.8161 12.0432 13.8055 11.9704 13.7842 11.8248C13.729 11.4458 13.6911 11.0636 13.6532 10.6817C13.6261 10.409 13.5991 10.1364 13.5657 9.86524C13.5522 9.75498 13.5276 9.58286 13.5087 9.45334C13.4918 9.33746 13.4512 9.22589 13.3828 9.13085C13.2694 8.97333 13.1508 8.81947 13.0323 8.6657C13.0046 8.62974 12.9769 8.59379 12.9493 8.5578C12.8771 8.46331 12.8064 8.36863 12.7358 8.27426C12.5252 7.9923 12.3166 7.7131 12.0767 7.45006C12.0345 7.40383 11.9727 7.38127 11.9106 7.38829C11.6834 7.41395 11.1191 7.47937 10.8178 7.52912C10.211 7.62929 9.32824 7.58686 8.55034 7.34492C7.8116 7.11515 6.86679 6.60136 6.68277 5.54605C6.59176 5.02417 6.73508 4.58765 6.98365 4.19587C7.19719 3.8593 7.52136 3.50757 7.86718 3.13234C7.9586 3.03313 8.04847 2.93256 8.13793 2.83158C8.44707 2.48267 8.81626 2.06598 9.22116 1.7795Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.22116 1.7795C9.81487 1.35942 10.5371 1.15927 11.4459 1.41276L13.8326 2.07854C13.8416 2.08106 13.8507 2.08358 13.8598 2.08609C14.1285 2.16063 14.4011 2.23626 14.6358 2.39226C14.8671 2.54596 15.0426 2.76342 15.2155 2.9775C15.2249 2.98922 15.2344 3.00093 15.2438 3.01262C17.8747 6.25803 19.6151 8.80922 21.0952 12.0611L21.1212 12.1182C21.6831 13.3527 22.1427 14.3625 22.3794 15.2434C22.6309 16.1796 22.6492 17.0304 22.2892 17.9326C21.9295 18.8342 21.3484 19.4157 20.5397 19.8663C19.7936 20.2819 18.8183 20.603 17.6513 20.9872L17.5853 21.0089C15.2203 21.7876 13.0749 21.9411 10.6691 21.1702C10.5552 21.1337 10.4983 21.1155 10.4465 21.1264C10.3947 21.1373 10.3487 21.178 10.2565 21.2596C9.06164 22.3173 7.45366 22.815 5.89028 22.8005C4.19135 22.7847 2.45151 22.163 1.26284 20.8727C1.13527 20.7342 1.06445 20.5528 1.06445 20.3646V12.9848C1.06445 12.7866 1.14294 12.5964 1.28277 12.4558C2.5458 11.1863 4.38286 10.5793 6.17081 10.5601C7.07438 10.5504 7.99414 10.6905 8.85064 10.9896C9.09943 11.0765 9.22383 11.1199 9.25061 11.2234C9.2774 11.3268 9.18121 11.4347 8.98883 11.6505C8.81563 11.8448 8.65179 12.0526 8.50138 12.2661C8.02972 12.9357 7.62684 13.7512 7.47672 14.5559C7.40076 14.9631 7.66928 15.3548 8.07647 15.4308C8.48366 15.5067 8.87533 15.2382 8.95128 14.831C9.05082 14.2974 9.33987 13.6805 9.72768 13.1299C9.99286 12.7535 10.2756 12.4484 10.5287 12.2379C10.6158 12.1656 10.6593 12.1294 10.7768 12.0747C10.8944 12.02 10.9654 12.0072 11.1075 11.9817C11.9594 11.8286 12.7693 11.8715 13.5199 12.0602C13.6645 12.0966 13.7368 12.1147 13.7764 12.0789C13.8161 12.0432 13.8055 11.9704 13.7842 11.8248C13.729 11.4458 13.6911 11.0636 13.6532 10.6817C13.6261 10.409 13.5991 10.1364 13.5657 9.86524C13.5522 9.75498 13.5276 9.58286 13.5087 9.45334C13.4918 9.33746 13.4512 9.22589 13.3828 9.13085C13.2694 8.97333 13.1508 8.81947 13.0323 8.6657C13.0046 8.62974 12.9769 8.59379 12.9493 8.5578C12.8771 8.46331 12.8064 8.36863 12.7358 8.27426C12.5252 7.9923 12.3166 7.7131 12.0767 7.45006C12.0345 7.40383 11.9727 7.38127 11.9106 7.38829C11.6834 7.41395 11.1191 7.47937 10.8178 7.52912C10.211 7.62929 9.32824 7.58686 8.55034 7.34492C7.8116 7.11515 6.86679 6.60136 6.68277 5.54605C6.59176 5.02417 6.73508 4.58765 6.98365 4.19587C7.19719 3.8593 7.52136 3.50757 7.86718 3.13234C7.9586 3.03313 8.04847 2.93256 8.13793 2.83158C8.44707 2.48267 8.81626 2.06598 9.22116 1.7795Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-body-part-six-pack{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 5.125C2.55228 5.125 3 5.57272 3 6.125C3 6.31888 3.1109 6.79071 3.64018 7.23178C4.16242 7.66698 5.16267 8.125 7 8.125C8.83733 8.125 9.83758 7.66698 10.3598 7.23178C10.8891 6.79071 11 6.31888 11 6.125C11 5.57272 11.4477 5.125 12 5.125C12.5523 5.125 13 5.57272 13 6.125C13 6.31888 13.1109 6.79071 13.6402 7.23178C14.1624 7.66698 15.1627 8.125 17 8.125C18.8373 8.125 19.8376 7.66698 20.3598 7.23178C20.8891 6.79071 21 6.31888 21 6.125C21 5.57272 21.4477 5.125 22 5.125C22.5523 5.125 23 5.57272 23 6.125C23 6.93112 22.6109 7.95929 21.6402 8.76822C20.6624 9.58302 19.1627 10.125 17 10.125C14.8373 10.125 13.3376 9.58302 12.3598 8.76822C12.2296 8.65967 12.1098 8.54718 12 8.43181C11.8902 8.54718 11.7704 8.65967 11.6402 8.76822C10.6624 9.58302 9.16267 10.125 7 10.125C4.83733 10.125 3.33758 9.58302 2.35982 8.76822C1.3891 7.95929 1 6.93112 1 6.125C1 5.57272 1.44772 5.125 2 5.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 2.125C6 1.57272 6.44772 1.125 7 1.125C7.97322 1.125 8.81619 1.44852 9.452 1.83001C10.0732 2.20274 10.5676 2.67369 10.8321 3.0703C11.1384 3.52983 11.0142 4.1507 10.5547 4.45705C10.0952 4.7634 9.4743 4.63923 9.16795 4.1797C9.09902 4.07631 8.84344 3.79726 8.423 3.54499C8.01715 3.30148 7.52678 3.125 7 3.125C6.44772 3.125 6 2.67728 6 2.125ZM15.577 3.54499C15.1566 3.79726 14.901 4.07631 14.8321 4.1797C14.5257 4.63923 13.9048 4.7634 13.4453 4.45705C12.9858 4.1507 12.8616 3.52983 13.1679 3.0703C13.4324 2.67369 13.9268 2.20274 14.548 1.83001C15.1838 1.44852 16.0268 1.125 17 1.125C17.5523 1.125 18 1.57272 18 2.125C18 2.67728 17.5523 3.125 17 3.125C16.4732 3.125 15.9829 3.30148 15.577 3.54499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 8.37606C20.4142 8.37606 20.75 8.71185 20.75 9.12606V10.1261C20.75 11.5389 20.4655 12.9111 20.1709 14.1935C19.7541 16.0072 19.5233 18.356 20.0761 20.3409L20.0869 20.3797C20.1879 20.7425 20.2801 21.0734 20.3233 21.3375C20.3621 21.5754 20.4122 22.0129 20.1318 22.3822C19.8631 22.7358 19.4642 22.8159 19.2194 22.8458C18.9712 22.8762 18.6569 22.8761 18.3261 22.8761H5.67391C5.34315 22.8761 5.02884 22.8762 4.78064 22.8458C4.5358 22.8159 4.13687 22.7358 3.86823 22.3822C3.58778 22.0129 3.63786 21.5754 3.67675 21.3375C3.7199 21.0734 3.81207 20.7425 3.91314 20.3797L3.92394 20.3409C4.47666 18.356 4.24591 16.0072 3.82914 14.1935C3.53446 12.9111 3.25 11.5389 3.25 10.1261V9.12606C3.25 8.71185 3.58579 8.37606 4 8.37606C8.13623 10.208 11.0348 8.25065 11.967 7.04297C13.8217 9.69251 18.0951 9.03567 20 8.37606ZM15.5337 18.5376C15.8581 18.2801 16.3298 18.3343 16.5874 18.6587C16.8449 18.9831 16.7908 19.4549 16.4664 19.7124C15.7123 20.3111 14.9767 20.7788 14.1775 20.8618C13.4175 20.9408 12.7442 20.6634 12.0883 20.1761C12.0174 20.1234 11.9208 20.1209 11.8478 20.1704C11.1954 20.6121 10.5276 20.9123 9.78969 20.8713C8.95739 20.8251 8.22801 20.3558 7.49145 19.6763C7.187 19.3954 7.16789 18.9209 7.44876 18.6165C7.72963 18.312 8.20412 18.2929 8.50856 18.5738C9.17142 19.1853 9.57417 19.357 9.87291 19.3736C10.1698 19.3901 10.5551 19.2645 11.2163 18.7804C11.6983 18.4275 12.351 18.4594 12.7994 18.8282C13.3873 19.3118 13.7391 19.3993 14.0225 19.3698C14.3603 19.3348 14.8028 19.1179 15.5337 18.5376ZM12 11.375C11.5858 11.375 11.25 11.7108 11.25 12.125V13.7153C11.25 13.7411 11.2372 13.7651 11.2163 13.7804C10.5551 14.2645 10.1698 14.3901 9.87291 14.3736C9.57417 14.357 9.17142 14.1853 8.50856 13.5738C8.20412 13.2929 7.72963 13.312 7.44876 13.6165C7.16789 13.9209 7.187 14.3954 7.49145 14.6763C8.22801 15.3558 8.95739 15.8251 9.78969 15.8713C10.5276 15.9123 11.1954 15.6121 11.8478 15.1704C11.9208 15.1209 12.0174 15.1234 12.0883 15.1761C12.7442 15.6634 13.4175 15.9408 14.1775 15.8618C14.9767 15.7788 15.7123 15.3111 16.4664 14.7124C16.7908 14.4549 16.8449 13.9831 16.5874 13.6587C16.3298 13.3343 15.8581 13.2801 15.5337 13.5376C14.8028 14.1179 14.3603 14.3348 14.0225 14.3698C13.7391 14.3993 13.3873 14.3118 12.7994 13.8282C12.7689 13.8031 12.75 13.7663 12.75 13.7269V12.125C12.75 11.7108 12.4142 11.375 12 11.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 5.125C2.55228 5.125 3 5.57272 3 6.125C3 6.31888 3.1109 6.79071 3.64018 7.23178C4.16242 7.66698 5.16267 8.125 7 8.125C8.83733 8.125 9.83758 7.66698 10.3598 7.23178C10.8891 6.79071 11 6.31888 11 6.125C11 5.57272 11.4477 5.125 12 5.125C12.5523 5.125 13 5.57272 13 6.125C13 6.31888 13.1109 6.79071 13.6402 7.23178C14.1624 7.66698 15.1627 8.125 17 8.125C18.8373 8.125 19.8376 7.66698 20.3598 7.23178C20.8891 6.79071 21 6.31888 21 6.125C21 5.57272 21.4477 5.125 22 5.125C22.5523 5.125 23 5.57272 23 6.125C23 6.93112 22.6109 7.95929 21.6402 8.76822C20.6624 9.58302 19.1627 10.125 17 10.125C14.8373 10.125 13.3376 9.58302 12.3598 8.76822C12.2296 8.65967 12.1098 8.54718 12 8.43181C11.8902 8.54718 11.7704 8.65967 11.6402 8.76822C10.6624 9.58302 9.16267 10.125 7 10.125C4.83733 10.125 3.33758 9.58302 2.35982 8.76822C1.3891 7.95929 1 6.93112 1 6.125C1 5.57272 1.44772 5.125 2 5.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 2.125C6 1.57272 6.44772 1.125 7 1.125C7.97322 1.125 8.81619 1.44852 9.452 1.83001C10.0732 2.20274 10.5676 2.67369 10.8321 3.0703C11.1384 3.52983 11.0142 4.1507 10.5547 4.45705C10.0952 4.7634 9.4743 4.63923 9.16795 4.1797C9.09902 4.07631 8.84344 3.79726 8.423 3.54499C8.01715 3.30148 7.52678 3.125 7 3.125C6.44772 3.125 6 2.67728 6 2.125ZM15.577 3.54499C15.1566 3.79726 14.901 4.07631 14.8321 4.1797C14.5257 4.63923 13.9048 4.7634 13.4453 4.45705C12.9858 4.1507 12.8616 3.52983 13.1679 3.0703C13.4324 2.67369 13.9268 2.20274 14.548 1.83001C15.1838 1.44852 16.0268 1.125 17 1.125C17.5523 1.125 18 1.57272 18 2.125C18 2.67728 17.5523 3.125 17 3.125C16.4732 3.125 15.9829 3.30148 15.577 3.54499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 8.37606C20.4142 8.37606 20.75 8.71185 20.75 9.12606V10.1261C20.75 11.5389 20.4655 12.9111 20.1709 14.1935C19.7541 16.0072 19.5233 18.356 20.0761 20.3409L20.0869 20.3797C20.1879 20.7425 20.2801 21.0734 20.3233 21.3375C20.3621 21.5754 20.4122 22.0129 20.1318 22.3822C19.8631 22.7358 19.4642 22.8159 19.2194 22.8458C18.9712 22.8762 18.6569 22.8761 18.3261 22.8761H5.67391C5.34315 22.8761 5.02884 22.8762 4.78064 22.8458C4.5358 22.8159 4.13687 22.7358 3.86823 22.3822C3.58778 22.0129 3.63786 21.5754 3.67675 21.3375C3.7199 21.0734 3.81207 20.7425 3.91314 20.3797L3.92394 20.3409C4.47666 18.356 4.24591 16.0072 3.82914 14.1935C3.53446 12.9111 3.25 11.5389 3.25 10.1261V9.12606C3.25 8.71185 3.58579 8.37606 4 8.37606C8.13623 10.208 11.0348 8.25065 11.967 7.04297C13.8217 9.69251 18.0951 9.03567 20 8.37606ZM15.5337 18.5376C15.8581 18.2801 16.3298 18.3343 16.5874 18.6587C16.8449 18.9831 16.7908 19.4549 16.4664 19.7124C15.7123 20.3111 14.9767 20.7788 14.1775 20.8618C13.4175 20.9408 12.7442 20.6634 12.0883 20.1761C12.0174 20.1234 11.9208 20.1209 11.8478 20.1704C11.1954 20.6121 10.5276 20.9123 9.78969 20.8713C8.95739 20.8251 8.22801 20.3558 7.49145 19.6763C7.187 19.3954 7.16789 18.9209 7.44876 18.6165C7.72963 18.312 8.20412 18.2929 8.50856 18.5738C9.17142 19.1853 9.57417 19.357 9.87291 19.3736C10.1698 19.3901 10.5551 19.2645 11.2163 18.7804C11.6983 18.4275 12.351 18.4594 12.7994 18.8282C13.3873 19.3118 13.7391 19.3993 14.0225 19.3698C14.3603 19.3348 14.8028 19.1179 15.5337 18.5376ZM12 11.375C11.5858 11.375 11.25 11.7108 11.25 12.125V13.7153C11.25 13.7411 11.2372 13.7651 11.2163 13.7804C10.5551 14.2645 10.1698 14.3901 9.87291 14.3736C9.57417 14.357 9.17142 14.1853 8.50856 13.5738C8.20412 13.2929 7.72963 13.312 7.44876 13.6165C7.16789 13.9209 7.187 14.3954 7.49145 14.6763C8.22801 15.3558 8.95739 15.8251 9.78969 15.8713C10.5276 15.9123 11.1954 15.6121 11.8478 15.1704C11.9208 15.1209 12.0174 15.1234 12.0883 15.1761C12.7442 15.6634 13.4175 15.9408 14.1775 15.8618C14.9767 15.7788 15.7123 15.3111 16.4664 14.7124C16.7908 14.4549 16.8449 13.9831 16.5874 13.6587C16.3298 13.3343 15.8581 13.2801 15.5337 13.5376C14.8028 14.1179 14.3603 14.3348 14.0225 14.3698C13.7391 14.3993 13.3873 14.3118 12.7994 13.8282C12.7689 13.8031 12.75 13.7663 12.75 13.7269V12.125C12.75 11.7108 12.4142 11.375 12 11.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-body-weight{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.82151 6.71007C9.61148 8.26208 14.3899 8.26208 19.1799 6.71007C19.3889 6.6349 20.1617 6.36212 20.4233 6.30657C20.9117 6.20287 21.6816 6.14962 22.2476 6.75477C22.3824 6.89884 22.4577 7.06431 22.5021 7.18353C22.5499 7.3121 22.5841 7.44911 22.6098 7.58056C22.6613 7.84334 22.692 8.15122 22.7116 8.46326C22.7507 9.08488 22.7507 9.81559 22.7507 10.4226C22.7507 10.7068 22.7507 11.0101 22.7306 11.2309C22.7085 11.4733 22.6585 11.7229 22.5265 11.9704C22.3301 12.3388 22.0344 12.561 21.7725 12.7044C21.57 12.8153 21.2548 12.9339 21.0939 12.9943C20.2271 13.3287 19.3591 13.6157 18.49 13.8548C18.1547 13.9471 17.987 13.9932 17.8689 13.9031C17.7507 13.8131 17.7507 13.6363 17.7507 13.2828V11.8105C17.7507 11.3963 17.4149 11.0605 17.0007 11.0605C16.5865 11.0605 16.2507 11.3963 16.2507 11.8105V13.8627C16.2507 14.1036 16.2507 14.2241 16.1789 14.3082C16.1071 14.3924 15.9901 14.411 15.7561 14.4482C14.9609 14.5746 14.1653 14.6608 13.3694 14.7069C13.0824 14.7235 12.9389 14.7318 12.8448 14.643C12.7507 14.5542 12.7507 14.4079 12.7507 14.1153V12.3571C12.7507 11.9429 12.4149 11.6071 12.0007 11.6071C11.5865 11.6071 11.2507 11.9429 11.2507 12.3571V14.1152C11.2507 14.4079 11.2507 14.5542 11.1566 14.643C11.0625 14.7318 10.919 14.7235 10.632 14.7068C9.83643 14.6607 9.04122 14.5744 8.24645 14.4481C8.01259 14.4109 7.89566 14.3923 7.82385 14.3082C7.75204 14.2241 7.75197 14.1037 7.75184 13.8629L7.75071 11.8101C7.75048 11.3959 7.41451 11.0603 7.00029 11.0605C6.58608 11.0608 6.25048 11.3967 6.25071 11.811L6.25152 13.2825C6.25171 13.6361 6.25181 13.813 6.13364 13.9031C6.01547 13.9932 5.84775 13.9471 5.51229 13.8548C4.64293 13.6157 3.77467 13.3288 2.90756 12.9943C2.49659 12.8375 1.953 12.6299 1.64598 12.2346C1.3802 11.8923 1.29479 11.511 1.26445 11.2064C1.24259 10.987 1.24793 10.5985 1.2507 10.4227C1.2507 9.81569 1.2507 9.08492 1.28978 8.46326C1.3094 8.15122 1.34012 7.84334 1.39159 7.58056C1.41734 7.44911 1.45146 7.3121 1.49931 7.18353C1.54367 7.06431 1.61902 6.89884 1.75378 6.75477C2.31985 6.14962 3.08971 6.20287 3.57813 6.30657C3.83974 6.36212 4.6125 6.6349 4.82151 6.71007Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.48377 2.05147C5.00772 1.87682 5.57404 2.15998 5.74868 2.68392C6.02917 3.5254 6.66538 4.77481 6.92546 7.47733C6.97836 8.02708 6.57559 8.51562 6.02585 8.56853C5.4761 8.62143 4.98756 8.21866 4.93465 7.66892C4.70257 5.25727 4.18133 4.30643 3.85132 3.31638C3.67667 2.79243 3.95983 2.22611 4.48377 2.05147ZM19.5162 2.05147C20.0402 2.22611 20.3233 2.79243 20.1487 3.31638C19.8187 4.30643 19.2974 5.25727 19.0653 7.66892C19.0124 8.21866 18.5239 8.62143 17.9742 8.56853C17.4244 8.51562 17.0216 8.02708 17.0745 7.47733C17.3346 4.77481 17.9708 3.5254 18.2513 2.68392C18.426 2.15998 18.9923 1.87682 19.5162 2.05147ZM5.69875 14.5414C6.22825 14.6984 6.53021 15.2549 6.37321 15.7844C6.17955 16.4376 5.93406 17.0718 5.69769 17.7097C5.62754 17.8991 5.59246 17.9937 5.63376 18.0726C5.67505 18.1514 5.77237 18.1764 5.96702 18.2263C9.9916 19.2581 14.0084 19.2581 18.033 18.2263C18.2276 18.1764 18.325 18.1514 18.3662 18.0726C18.4075 17.9937 18.3725 17.8991 18.3023 17.7097C18.0659 17.0718 17.8204 16.4376 17.6268 15.7844C17.4698 15.2549 17.7718 14.6984 18.3013 14.5414C18.8308 14.3844 19.3873 14.6864 19.5443 15.2159C19.8056 16.0974 20.1713 16.9417 20.4625 17.813C20.7668 18.7234 21 19.7099 21 21.0001C21 21.5524 20.5523 22.0001 20 22.0001C19.4477 22.0001 19 21.5524 19 21.0001C19 20.8317 18.9951 20.6701 18.9858 20.5143C18.9734 20.3061 18.9672 20.202 18.8911 20.1464C18.8151 20.0908 18.7091 20.1179 18.4971 20.1719C14.1683 21.2762 9.83173 21.2762 5.50288 20.1719C5.29092 20.1179 5.18495 20.0908 5.10886 20.1464C5.03277 20.202 5.02656 20.3061 5.01416 20.5143C5.00487 20.6701 5 20.8317 5 21.0001C5 21.5524 4.55228 22.0001 4 22.0001C3.44772 22.0001 3 21.5524 3 21.0001C3 19.7099 3.2332 18.7234 3.53747 17.813C3.82865 16.9417 4.19436 16.0974 4.45573 15.2159C4.61273 14.6864 5.16925 14.3844 5.69875 14.5414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.82151 6.71007C9.61148 8.26208 14.3899 8.26208 19.1799 6.71007C19.3889 6.6349 20.1617 6.36212 20.4233 6.30657C20.9117 6.20287 21.6816 6.14962 22.2476 6.75477C22.3824 6.89884 22.4577 7.06431 22.5021 7.18353C22.5499 7.3121 22.5841 7.44911 22.6098 7.58056C22.6613 7.84334 22.692 8.15122 22.7116 8.46326C22.7507 9.08488 22.7507 9.81559 22.7507 10.4226C22.7507 10.7068 22.7507 11.0101 22.7306 11.2309C22.7085 11.4733 22.6585 11.7229 22.5265 11.9704C22.3301 12.3388 22.0344 12.561 21.7725 12.7044C21.57 12.8153 21.2548 12.9339 21.0939 12.9943C20.2271 13.3287 19.3591 13.6157 18.49 13.8548C18.1547 13.9471 17.987 13.9932 17.8689 13.9031C17.7507 13.8131 17.7507 13.6363 17.7507 13.2828V11.8105C17.7507 11.3963 17.4149 11.0605 17.0007 11.0605C16.5865 11.0605 16.2507 11.3963 16.2507 11.8105V13.8627C16.2507 14.1036 16.2507 14.2241 16.1789 14.3082C16.1071 14.3924 15.9901 14.411 15.7561 14.4482C14.9609 14.5746 14.1653 14.6608 13.3694 14.7069C13.0824 14.7235 12.9389 14.7318 12.8448 14.643C12.7507 14.5542 12.7507 14.4079 12.7507 14.1153V12.3571C12.7507 11.9429 12.4149 11.6071 12.0007 11.6071C11.5865 11.6071 11.2507 11.9429 11.2507 12.3571V14.1152C11.2507 14.4079 11.2507 14.5542 11.1566 14.643C11.0625 14.7318 10.919 14.7235 10.632 14.7068C9.83643 14.6607 9.04122 14.5744 8.24645 14.4481C8.01259 14.4109 7.89566 14.3923 7.82385 14.3082C7.75204 14.2241 7.75197 14.1037 7.75184 13.8629L7.75071 11.8101C7.75048 11.3959 7.41451 11.0603 7.00029 11.0605C6.58608 11.0608 6.25048 11.3967 6.25071 11.811L6.25152 13.2825C6.25171 13.6361 6.25181 13.813 6.13364 13.9031C6.01547 13.9932 5.84775 13.9471 5.51229 13.8548C4.64293 13.6157 3.77467 13.3288 2.90756 12.9943C2.49659 12.8375 1.953 12.6299 1.64598 12.2346C1.3802 11.8923 1.29479 11.511 1.26445 11.2064C1.24259 10.987 1.24793 10.5985 1.2507 10.4227C1.2507 9.81569 1.2507 9.08492 1.28978 8.46326C1.3094 8.15122 1.34012 7.84334 1.39159 7.58056C1.41734 7.44911 1.45146 7.3121 1.49931 7.18353C1.54367 7.06431 1.61902 6.89884 1.75378 6.75477C2.31985 6.14962 3.08971 6.20287 3.57813 6.30657C3.83974 6.36212 4.6125 6.6349 4.82151 6.71007Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.48377 2.05147C5.00772 1.87682 5.57404 2.15998 5.74868 2.68392C6.02917 3.5254 6.66538 4.77481 6.92546 7.47733C6.97836 8.02708 6.57559 8.51562 6.02585 8.56853C5.4761 8.62143 4.98756 8.21866 4.93465 7.66892C4.70257 5.25727 4.18133 4.30643 3.85132 3.31638C3.67667 2.79243 3.95983 2.22611 4.48377 2.05147ZM19.5162 2.05147C20.0402 2.22611 20.3233 2.79243 20.1487 3.31638C19.8187 4.30643 19.2974 5.25727 19.0653 7.66892C19.0124 8.21866 18.5239 8.62143 17.9742 8.56853C17.4244 8.51562 17.0216 8.02708 17.0745 7.47733C17.3346 4.77481 17.9708 3.5254 18.2513 2.68392C18.426 2.15998 18.9923 1.87682 19.5162 2.05147ZM5.69875 14.5414C6.22825 14.6984 6.53021 15.2549 6.37321 15.7844C6.17955 16.4376 5.93406 17.0718 5.69769 17.7097C5.62754 17.8991 5.59246 17.9937 5.63376 18.0726C5.67505 18.1514 5.77237 18.1764 5.96702 18.2263C9.9916 19.2581 14.0084 19.2581 18.033 18.2263C18.2276 18.1764 18.325 18.1514 18.3662 18.0726C18.4075 17.9937 18.3725 17.8991 18.3023 17.7097C18.0659 17.0718 17.8204 16.4376 17.6268 15.7844C17.4698 15.2549 17.7718 14.6984 18.3013 14.5414C18.8308 14.3844 19.3873 14.6864 19.5443 15.2159C19.8056 16.0974 20.1713 16.9417 20.4625 17.813C20.7668 18.7234 21 19.7099 21 21.0001C21 21.5524 20.5523 22.0001 20 22.0001C19.4477 22.0001 19 21.5524 19 21.0001C19 20.8317 18.9951 20.6701 18.9858 20.5143C18.9734 20.3061 18.9672 20.202 18.8911 20.1464C18.8151 20.0908 18.7091 20.1179 18.4971 20.1719C14.1683 21.2762 9.83173 21.2762 5.50288 20.1719C5.29092 20.1179 5.18495 20.0908 5.10886 20.1464C5.03277 20.202 5.02656 20.3061 5.01416 20.5143C5.00487 20.6701 5 20.8317 5 21.0001C5 21.5524 4.55228 22.0001 4 22.0001C3.44772 22.0001 3 21.5524 3 21.0001C3 19.7099 3.2332 18.7234 3.53747 17.813C3.82865 16.9417 4.19436 16.0974 4.45573 15.2159C4.61273 14.6864 5.16925 14.3844 5.69875 14.5414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-boxing-bag{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6641 7.2474C16.2513 7.61432 15.6193 7.57714 15.2523 7.16435L12.7472 4.34602C12.3787 3.93149 12.1707 3.70099 12.0061 3.56089C12.0039 3.55907 12.0018 3.55729 11.9997 3.55556C11.9977 3.55729 11.9956 3.55907 11.9934 3.56089C11.8288 3.70099 11.6208 3.93149 11.2523 4.34602L8.74715 7.16435C8.38024 7.57714 7.74816 7.61432 7.33538 7.2474C6.9226 6.88048 6.88542 6.24841 7.25234 5.83563L9.75752 3.0173C9.77054 3.00265 9.78354 2.98801 9.79652 2.9734C10.1111 2.61933 10.4128 2.27979 10.6973 2.03772C11.0153 1.76715 11.4387 1.50519 11.9997 1.50519C12.5608 1.50519 12.9842 1.76715 13.3022 2.03772C13.5867 2.27979 13.8884 2.61933 14.203 2.9734C14.2159 2.98801 14.2289 3.00264 14.242 3.0173L16.7472 5.83563C17.1141 6.24841 17.0769 6.88048 16.6641 7.2474Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9998 2C18.9998 1.44772 18.552 1 17.9998 1L5.99976 1C5.44747 1 4.99976 1.44772 4.99976 2C4.99976 2.55228 5.44747 3 5.99976 3L17.9998 3C18.552 3 18.9998 2.55228 18.9998 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0468 5.24441C13.0161 4.91853 10.9834 4.91853 8.95271 5.24441C7.59255 5.46269 6.49363 5.8335 5.79858 6.67563C5.1058 7.515 4.99976 8.60433 4.99976 9.70813C4.99976 9.75068 4.99976 9.77196 5.00242 9.78811C5.0201 9.8954 5.12026 9.96891 5.22792 9.9536C5.24413 9.95129 5.26442 9.94491 5.30502 9.93215L5.76848 9.78644C9.92039 8.40384 14.0848 8.40452 18.2367 9.78849C18.2462 9.79166 18.2556 9.79502 18.265 9.79856L18.6551 9.94621C18.7209 9.97111 18.7538 9.98356 18.7801 9.98616C18.8774 9.99574 18.9674 9.93361 18.9928 9.83923C18.9998 9.81364 18.9998 9.77847 18.9998 9.70813C18.9998 8.60433 18.8937 7.515 18.2009 6.67563C17.5059 5.8335 16.407 5.46269 15.0468 5.24441Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9998 11.9568C18.9998 11.8231 18.9998 11.7563 18.9643 11.705C18.9289 11.6537 18.8664 11.63 18.7414 11.5827L17.7482 11.2068C13.9069 9.9295 10.078 9.93107 6.23667 11.2115L6.22446 11.2155L5.27979 11.5125C5.14478 11.5549 5.07728 11.5761 5.03852 11.629C4.99976 11.6818 4.99976 11.7525 4.99976 11.8941V16.0253C4.99976 16.1568 4.99976 16.2226 5.03432 16.2735C5.06888 16.3244 5.13005 16.3486 5.25237 16.3971L6.25628 16.795C10.0812 18.0657 13.8939 18.0683 17.7187 16.803L18.772 16.3004C18.8827 16.2476 18.9381 16.2212 18.9689 16.1723C18.9998 16.1234 18.9998 16.062 18.9998 15.9394V11.9568Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9998 18.2919C18.9998 18.1851 18.9998 18.1318 18.9851 18.0956C18.9529 18.0161 18.8734 17.966 18.7877 17.9711C18.7488 17.9735 18.7007 17.9964 18.6043 18.0424L18.3225 18.1769C18.2946 18.1902 18.266 18.2017 18.2367 18.2115C14.0827 19.5962 9.91628 19.5962 5.76233 18.2115C5.74914 18.2071 5.73608 18.2024 5.72315 18.1972L5.35428 18.051C5.28244 18.0226 5.24652 18.0083 5.21767 18.0057C5.12276 17.9972 5.03501 18.0568 5.00797 18.1482C4.99976 18.176 4.99976 18.2146 4.99976 18.2919C4.99976 19.3957 5.1058 20.485 5.79858 21.3244C6.49363 22.1665 7.59255 22.5373 8.95271 22.7556C10.9834 23.0815 13.0161 23.0815 15.0468 22.7556C16.407 22.5373 17.5059 22.1665 18.2009 21.3244C18.8937 20.485 18.9998 19.3957 18.9998 18.2919Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6641 7.2474C16.2513 7.61432 15.6193 7.57714 15.2523 7.16435L12.7472 4.34602C12.3787 3.93149 12.1707 3.70099 12.0061 3.56089C12.0039 3.55907 12.0018 3.55729 11.9997 3.55556C11.9977 3.55729 11.9956 3.55907 11.9934 3.56089C11.8288 3.70099 11.6208 3.93149 11.2523 4.34602L8.74715 7.16435C8.38024 7.57714 7.74816 7.61432 7.33538 7.2474C6.9226 6.88048 6.88542 6.24841 7.25234 5.83563L9.75752 3.0173C9.77054 3.00265 9.78354 2.98801 9.79652 2.9734C10.1111 2.61933 10.4128 2.27979 10.6973 2.03772C11.0153 1.76715 11.4387 1.50519 11.9997 1.50519C12.5608 1.50519 12.9842 1.76715 13.3022 2.03772C13.5867 2.27979 13.8884 2.61933 14.203 2.9734C14.2159 2.98801 14.2289 3.00264 14.242 3.0173L16.7472 5.83563C17.1141 6.24841 17.0769 6.88048 16.6641 7.2474Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9998 2C18.9998 1.44772 18.552 1 17.9998 1L5.99976 1C5.44747 1 4.99976 1.44772 4.99976 2C4.99976 2.55228 5.44747 3 5.99976 3L17.9998 3C18.552 3 18.9998 2.55228 18.9998 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0468 5.24441C13.0161 4.91853 10.9834 4.91853 8.95271 5.24441C7.59255 5.46269 6.49363 5.8335 5.79858 6.67563C5.1058 7.515 4.99976 8.60433 4.99976 9.70813C4.99976 9.75068 4.99976 9.77196 5.00242 9.78811C5.0201 9.8954 5.12026 9.96891 5.22792 9.9536C5.24413 9.95129 5.26442 9.94491 5.30502 9.93215L5.76848 9.78644C9.92039 8.40384 14.0848 8.40452 18.2367 9.78849C18.2462 9.79166 18.2556 9.79502 18.265 9.79856L18.6551 9.94621C18.7209 9.97111 18.7538 9.98356 18.7801 9.98616C18.8774 9.99574 18.9674 9.93361 18.9928 9.83923C18.9998 9.81364 18.9998 9.77847 18.9998 9.70813C18.9998 8.60433 18.8937 7.515 18.2009 6.67563C17.5059 5.8335 16.407 5.46269 15.0468 5.24441Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9998 11.9568C18.9998 11.8231 18.9998 11.7563 18.9643 11.705C18.9289 11.6537 18.8664 11.63 18.7414 11.5827L17.7482 11.2068C13.9069 9.9295 10.078 9.93107 6.23667 11.2115L6.22446 11.2155L5.27979 11.5125C5.14478 11.5549 5.07728 11.5761 5.03852 11.629C4.99976 11.6818 4.99976 11.7525 4.99976 11.8941V16.0253C4.99976 16.1568 4.99976 16.2226 5.03432 16.2735C5.06888 16.3244 5.13005 16.3486 5.25237 16.3971L6.25628 16.795C10.0812 18.0657 13.8939 18.0683 17.7187 16.803L18.772 16.3004C18.8827 16.2476 18.9381 16.2212 18.9689 16.1723C18.9998 16.1234 18.9998 16.062 18.9998 15.9394V11.9568Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9998 18.2919C18.9998 18.1851 18.9998 18.1318 18.9851 18.0956C18.9529 18.0161 18.8734 17.966 18.7877 17.9711C18.7488 17.9735 18.7007 17.9964 18.6043 18.0424L18.3225 18.1769C18.2946 18.1902 18.266 18.2017 18.2367 18.2115C14.0827 19.5962 9.91628 19.5962 5.76233 18.2115C5.74914 18.2071 5.73608 18.2024 5.72315 18.1972L5.35428 18.051C5.28244 18.0226 5.24652 18.0083 5.21767 18.0057C5.12276 17.9972 5.03501 18.0568 5.00797 18.1482C4.99976 18.176 4.99976 18.2146 4.99976 18.2919C4.99976 19.3957 5.1058 20.485 5.79858 21.3244C6.49363 22.1665 7.59255 22.5373 8.95271 22.7556C10.9834 23.0815 13.0161 23.0815 15.0468 22.7556C16.407 22.5373 17.5059 22.1665 18.2009 21.3244C18.8937 20.485 18.9998 19.3957 18.9998 18.2919Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-boxing-glove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.2571 11.5981C5.45091 13.1992 6.43762 14.8535 7.70191 16.1996C8.97375 17.5538 10.617 18.6936 12.2634 19.2095C12.3887 19.2538 12.4514 19.276 12.4822 19.3052C12.5439 19.3637 12.5619 19.447 12.5298 19.5258C12.5138 19.5651 12.4652 19.6119 12.3679 19.7055C12.0486 20.0125 11.6415 20.4169 11.4672 20.5915C10.5815 21.4563 9.88676 22.1347 8.84202 22.2357C8.0787 22.3095 7.24075 22.0374 6.47883 21.6442C5.69752 21.241 4.90451 20.663 4.20207 20.0037C3.50018 19.3449 2.86569 18.5833 2.41885 17.7995C1.9793 17.0286 1.67872 16.1604 1.76471 15.317C1.82115 14.7633 2.04201 14.3209 2.36665 13.9C2.66387 13.5146 3.07864 13.1107 3.55836 12.6435L4.79444 11.4391C4.88213 11.3537 4.92598 11.311 4.96235 11.2962C5.05494 11.2587 5.15835 11.2936 5.20938 11.3794C5.22942 11.4132 5.23865 11.4748 5.2571 11.5981Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.3264 2.07583C18.3691 2.70497 20.2152 4.17373 21.4858 5.89607C22.3409 7.05518 22.4586 8.51101 21.9339 9.7353C21.8785 9.86459 21.8508 9.92924 21.7885 9.97701C21.7261 10.0248 21.6479 10.036 21.4913 10.0583C19.8235 10.2964 18.9065 10.6089 18.6325 10.7423C17.5177 11.2852 16.8202 12.2897 16.8202 13.6002C16.8202 14.0144 17.156 14.3502 17.5702 14.3502C17.9844 14.3502 18.3202 14.0144 18.3202 13.6002C18.3202 12.9124 18.6449 12.4141 19.2634 12.1037C19.7533 11.8578 20.3364 11.7795 20.8729 11.6793C21.0513 11.6459 21.1405 11.6293 21.227 11.6688C21.3134 11.7083 21.3555 11.7804 21.4397 11.9247C22.6229 13.9522 21.6059 16.7788 19.0277 17.4066L15.8064 18.191C15.2635 18.3232 14.992 18.3893 14.7083 18.377C14.049 18.3485 13.3665 18.0113 12.7499 17.7927C12.7407 17.7895 12.7314 17.7864 12.7221 17.7835C11.3733 17.3639 9.93656 16.3909 8.79416 15.1746C7.64371 13.9497 6.88218 12.5756 6.74411 11.4113C6.74319 11.4036 6.74215 11.3958 6.74098 11.3881C6.66281 10.8683 6.54434 9.90209 6.48864 8.98109C6.46407 8.57472 6.54656 8.17034 6.71053 7.7977C7.46403 6.08533 8.59016 4.5898 10.0001 3.37393C11.9748 1.67113 14.2523 1.43702 16.3264 2.07583Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.2571 11.5981C5.45091 13.1992 6.43762 14.8535 7.70191 16.1996C8.97375 17.5538 10.617 18.6936 12.2634 19.2095C12.3887 19.2538 12.4514 19.276 12.4822 19.3052C12.5439 19.3637 12.5619 19.447 12.5298 19.5258C12.5138 19.5651 12.4652 19.6119 12.3679 19.7055C12.0486 20.0125 11.6415 20.4169 11.4672 20.5915C10.5815 21.4563 9.88676 22.1347 8.84202 22.2357C8.0787 22.3095 7.24075 22.0374 6.47883 21.6442C5.69752 21.241 4.90451 20.663 4.20207 20.0037C3.50018 19.3449 2.86569 18.5833 2.41885 17.7995C1.9793 17.0286 1.67872 16.1604 1.76471 15.317C1.82115 14.7633 2.04201 14.3209 2.36665 13.9C2.66387 13.5146 3.07864 13.1107 3.55836 12.6435L4.79444 11.4391C4.88213 11.3537 4.92598 11.311 4.96235 11.2962C5.05494 11.2587 5.15835 11.2936 5.20938 11.3794C5.22942 11.4132 5.23865 11.4748 5.2571 11.5981Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.3264 2.07583C18.3691 2.70497 20.2152 4.17373 21.4858 5.89607C22.3409 7.05518 22.4586 8.51101 21.9339 9.7353C21.8785 9.86459 21.8508 9.92924 21.7885 9.97701C21.7261 10.0248 21.6479 10.036 21.4913 10.0583C19.8235 10.2964 18.9065 10.6089 18.6325 10.7423C17.5177 11.2852 16.8202 12.2897 16.8202 13.6002C16.8202 14.0144 17.156 14.3502 17.5702 14.3502C17.9844 14.3502 18.3202 14.0144 18.3202 13.6002C18.3202 12.9124 18.6449 12.4141 19.2634 12.1037C19.7533 11.8578 20.3364 11.7795 20.8729 11.6793C21.0513 11.6459 21.1405 11.6293 21.227 11.6688C21.3134 11.7083 21.3555 11.7804 21.4397 11.9247C22.6229 13.9522 21.6059 16.7788 19.0277 17.4066L15.8064 18.191C15.2635 18.3232 14.992 18.3893 14.7083 18.377C14.049 18.3485 13.3665 18.0113 12.7499 17.7927C12.7407 17.7895 12.7314 17.7864 12.7221 17.7835C11.3733 17.3639 9.93656 16.3909 8.79416 15.1746C7.64371 13.9497 6.88218 12.5756 6.74411 11.4113C6.74319 11.4036 6.74215 11.3958 6.74098 11.3881C6.66281 10.8683 6.54434 9.90209 6.48864 8.98109C6.46407 8.57472 6.54656 8.17034 6.71053 7.7977C7.46403 6.08533 8.59016 4.5898 10.0001 3.37393C11.9748 1.67113 14.2523 1.43702 16.3264 2.07583Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-dumbbell-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.61045 16.7929C5.00097 17.1834 5.00097 17.8166 4.61045 18.2071L3.74489 19.0727C3.41837 19.3992 3.41837 19.9286 3.74489 20.2551C4.07142 20.5816 4.60082 20.5816 4.92734 20.2551L5.79289 19.3896C6.18342 18.999 6.81658 18.999 7.20711 19.3896C7.59763 19.7801 7.59763 20.4132 7.20711 20.8038L6.34155 21.6693C5.23398 22.7769 3.43825 22.7769 2.33068 21.6693C1.22311 20.5617 1.22311 18.766 2.33068 17.6584L3.19623 16.7929C3.58676 16.4024 4.21992 16.4024 4.61045 16.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.2551 3.74489C19.9286 3.41837 19.3992 3.41837 19.0727 3.74489L18.2071 4.61045C17.8166 5.00097 17.1834 5.00097 16.7929 4.61045C16.4024 4.21992 16.4024 3.58676 16.7929 3.19623L17.6584 2.33068C18.766 1.22311 20.5617 1.22311 21.6693 2.33068C22.7769 3.43825 22.7769 5.23398 21.6693 6.34155L20.8038 7.20711C20.4132 7.59763 19.7801 7.59763 19.3896 7.20711C18.999 6.81658 18.999 6.18342 19.3896 5.79289L20.2551 4.92734C20.5816 4.60082 20.5816 4.07142 20.2551 3.74489Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.8371 11.8024C19.5136 12.0492 19.1356 12.25 18.6623 12.25C18.1889 12.25 17.811 12.0492 17.4875 11.8024C17.1903 11.5757 16.8661 11.2514 16.5027 10.888L13.1121 7.4973C12.7486 7.13391 12.4243 6.80971 12.1976 6.51251C11.9508 6.18904 11.75 5.81106 11.75 5.33771C11.75 4.86435 11.9508 4.48638 12.1976 4.1629C12.4243 3.86571 12.8147 3.47543 13.1781 3.11205C13.5415 2.7486 13.8657 2.42434 14.1629 2.19759C14.4864 1.95078 14.8644 1.75 15.3377 1.75C15.8111 1.75 16.189 1.95078 16.5125 2.19759C16.8097 2.42434 17.1339 2.74859 17.4973 3.11204L20.8879 6.5027L20.888 6.50271C21.2514 6.8661 21.5757 7.1903 21.8024 7.48749C22.0492 7.81096 22.25 8.18894 22.25 8.66229C22.25 9.13565 22.0492 9.51362 21.8024 9.8371C21.5757 10.1343 21.2514 10.4585 20.888 10.8219C20.5246 11.1853 20.1343 11.5757 19.8371 11.8024Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.8371 21.8024C9.51362 22.0492 9.13565 22.25 8.66229 22.25C8.18894 22.25 7.81096 22.0492 7.48749 21.8024C7.1903 21.5757 6.8661 21.2514 6.50271 20.888L3.11206 17.4973C2.7486 17.1339 2.42434 16.8097 2.19759 16.5125C1.95078 16.189 1.75 15.8111 1.75 15.3377C1.75 14.8644 1.95078 14.4864 2.19759 14.1629C2.42434 13.8657 2.81467 13.4754 3.17812 13.112C3.54151 12.7486 3.86571 12.4243 4.1629 12.1976C4.48638 11.9508 4.86435 11.75 5.33771 11.75C5.81106 11.75 6.18904 11.9508 6.51251 12.1976C6.8097 12.4243 7.1339 12.7486 7.49729 13.112L10.8879 16.5027L10.888 16.5027C11.2514 16.8661 11.5757 17.1903 11.8024 17.4875C12.0492 17.811 12.25 18.1889 12.25 18.6623C12.25 19.1356 12.0492 19.5136 11.8024 19.8371C11.5757 20.1343 11.2514 20.4585 10.888 20.8219C10.5246 21.1853 10.1343 21.5757 9.8371 21.8024Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.5262 11.8433C8.67284 11.7281 8.82056 11.6237 8.93124 11.5719C9.82663 11.1528 10.258 10.8977 10.5769 10.5788C10.8958 10.2599 11.1508 9.82859 11.5699 8.93319C11.6217 8.82252 11.7261 8.67479 11.8413 8.52815C12.0173 8.30411 12.1053 8.19208 12.24 8.18402C12.3746 8.17596 12.4808 8.28214 12.6932 8.4945L15.5058 11.3072C15.7182 11.5195 15.8244 11.6257 15.8163 11.7604C15.8083 11.895 15.6962 11.983 15.4722 12.159C15.3255 12.2742 15.1778 12.3786 15.0671 12.4304C14.1717 12.8495 13.7404 13.1046 13.4215 13.4235C13.1026 13.7424 12.8476 14.1737 12.4285 15.0691C12.3767 15.1798 12.2722 15.3275 12.1571 15.4741C11.9811 15.6982 11.8931 15.8102 11.7584 15.8183C11.6238 15.8263 11.5176 15.7202 11.3052 15.5078L8.49254 12.6951C8.28019 12.4828 8.17401 12.3766 8.18207 12.2419C8.19013 12.1073 8.30215 12.0193 8.5262 11.8433Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.61045 16.7929C5.00097 17.1834 5.00097 17.8166 4.61045 18.2071L3.74489 19.0727C3.41837 19.3992 3.41837 19.9286 3.74489 20.2551C4.07142 20.5816 4.60082 20.5816 4.92734 20.2551L5.79289 19.3896C6.18342 18.999 6.81658 18.999 7.20711 19.3896C7.59763 19.7801 7.59763 20.4132 7.20711 20.8038L6.34155 21.6693C5.23398 22.7769 3.43825 22.7769 2.33068 21.6693C1.22311 20.5617 1.22311 18.766 2.33068 17.6584L3.19623 16.7929C3.58676 16.4024 4.21992 16.4024 4.61045 16.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.2551 3.74489C19.9286 3.41837 19.3992 3.41837 19.0727 3.74489L18.2071 4.61045C17.8166 5.00097 17.1834 5.00097 16.7929 4.61045C16.4024 4.21992 16.4024 3.58676 16.7929 3.19623L17.6584 2.33068C18.766 1.22311 20.5617 1.22311 21.6693 2.33068C22.7769 3.43825 22.7769 5.23398 21.6693 6.34155L20.8038 7.20711C20.4132 7.59763 19.7801 7.59763 19.3896 7.20711C18.999 6.81658 18.999 6.18342 19.3896 5.79289L20.2551 4.92734C20.5816 4.60082 20.5816 4.07142 20.2551 3.74489Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.8371 11.8024C19.5136 12.0492 19.1356 12.25 18.6623 12.25C18.1889 12.25 17.811 12.0492 17.4875 11.8024C17.1903 11.5757 16.8661 11.2514 16.5027 10.888L13.1121 7.4973C12.7486 7.13391 12.4243 6.80971 12.1976 6.51251C11.9508 6.18904 11.75 5.81106 11.75 5.33771C11.75 4.86435 11.9508 4.48638 12.1976 4.1629C12.4243 3.86571 12.8147 3.47543 13.1781 3.11205C13.5415 2.7486 13.8657 2.42434 14.1629 2.19759C14.4864 1.95078 14.8644 1.75 15.3377 1.75C15.8111 1.75 16.189 1.95078 16.5125 2.19759C16.8097 2.42434 17.1339 2.74859 17.4973 3.11204L20.8879 6.5027L20.888 6.50271C21.2514 6.8661 21.5757 7.1903 21.8024 7.48749C22.0492 7.81096 22.25 8.18894 22.25 8.66229C22.25 9.13565 22.0492 9.51362 21.8024 9.8371C21.5757 10.1343 21.2514 10.4585 20.888 10.8219C20.5246 11.1853 20.1343 11.5757 19.8371 11.8024Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.8371 21.8024C9.51362 22.0492 9.13565 22.25 8.66229 22.25C8.18894 22.25 7.81096 22.0492 7.48749 21.8024C7.1903 21.5757 6.8661 21.2514 6.50271 20.888L3.11206 17.4973C2.7486 17.1339 2.42434 16.8097 2.19759 16.5125C1.95078 16.189 1.75 15.8111 1.75 15.3377C1.75 14.8644 1.95078 14.4864 2.19759 14.1629C2.42434 13.8657 2.81467 13.4754 3.17812 13.112C3.54151 12.7486 3.86571 12.4243 4.1629 12.1976C4.48638 11.9508 4.86435 11.75 5.33771 11.75C5.81106 11.75 6.18904 11.9508 6.51251 12.1976C6.8097 12.4243 7.1339 12.7486 7.49729 13.112L10.8879 16.5027L10.888 16.5027C11.2514 16.8661 11.5757 17.1903 11.8024 17.4875C12.0492 17.811 12.25 18.1889 12.25 18.6623C12.25 19.1356 12.0492 19.5136 11.8024 19.8371C11.5757 20.1343 11.2514 20.4585 10.888 20.8219C10.5246 21.1853 10.1343 21.5757 9.8371 21.8024Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.5262 11.8433C8.67284 11.7281 8.82056 11.6237 8.93124 11.5719C9.82663 11.1528 10.258 10.8977 10.5769 10.5788C10.8958 10.2599 11.1508 9.82859 11.5699 8.93319C11.6217 8.82252 11.7261 8.67479 11.8413 8.52815C12.0173 8.30411 12.1053 8.19208 12.24 8.18402C12.3746 8.17596 12.4808 8.28214 12.6932 8.4945L15.5058 11.3072C15.7182 11.5195 15.8244 11.6257 15.8163 11.7604C15.8083 11.895 15.6962 11.983 15.4722 12.159C15.3255 12.2742 15.1778 12.3786 15.0671 12.4304C14.1717 12.8495 13.7404 13.1046 13.4215 13.4235C13.1026 13.7424 12.8476 14.1737 12.4285 15.0691C12.3767 15.1798 12.2722 15.3275 12.1571 15.4741C11.9811 15.6982 11.8931 15.8102 11.7584 15.8183C11.6238 15.8263 11.5176 15.7202 11.3052 15.5078L8.49254 12.6951C8.28019 12.4828 8.17401 12.3766 8.18207 12.2419C8.19013 12.1073 8.30215 12.0193 8.5262 11.8433Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-dumbbell-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9497 10.5215C12.8962 11.4319 11.4319 12.8962 10.5215 14.9497C10.2238 15.6213 9.7588 16.161 9.17213 16.5397L7.68359 15.0511C8.15303 14.8947 8.49451 14.5873 8.69315 14.1392C9.80468 11.6318 11.6318 9.80468 14.1392 8.69315C14.5873 8.4945 14.8947 8.15303 15.0511 7.68359L16.5397 9.17213C16.161 9.7588 15.6213 10.2238 14.9497 10.5215Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.29053 21.545C8.92724 21.6228 8.54604 21.5896 8.19793 21.4454C7.99069 21.3596 7.82476 21.2353 7.68056 21.1095L2.88929 16.3182C2.76351 16.174 2.63918 16.0081 2.55334 15.8008C2.40915 15.4527 2.37599 15.0715 2.45382 14.7082C2.52469 14.3774 2.71702 14.1443 2.85657 14.0047L3.94226 12.919C4.0818 12.7795 4.31499 12.5871 4.6458 12.5163C5.00908 12.4384 5.39029 12.4716 5.7384 12.6158C5.94564 12.7016 6.25577 12.9517 6.25577 12.9517L11.047 17.743C11.1728 17.8872 11.2971 18.0531 11.383 18.2604C11.5272 18.6085 11.5603 18.9897 11.4825 19.353C11.4116 19.6838 11.2193 19.917 11.0798 20.0565L9.99407 21.1422C9.85452 21.2818 9.62134 21.4741 9.29053 21.545ZM5.41841 22.75C5.87513 22.75 6.23809 22.5559 6.54402 22.3224C6.5578 22.3119 6.57165 22.3012 6.58556 22.2902C6.80158 22.1201 6.90958 22.035 6.91755 21.9005C6.92551 21.7659 6.82046 21.6609 6.61037 21.4508L2.54949 17.3899C2.33939 17.1798 2.23434 17.0747 2.09979 17.0827C1.96525 17.0907 1.88017 17.1987 1.71003 17.4147C1.69907 17.4286 1.68833 17.4425 1.67781 17.4562C1.4444 17.7622 1.25031 18.1251 1.25031 18.5818C1.25031 19.0386 1.4444 19.4015 1.67781 19.7075C1.83201 19.9096 2.03367 20.1245 2.2609 20.3553L1.53624 21.08C1.15459 21.4617 1.15459 22.0804 1.53624 22.4621C1.91788 22.8437 2.53666 22.8437 2.91831 22.4621L3.64296 21.7374C3.87457 21.9654 4.09014 22.1678 4.29281 22.3224C4.59873 22.5559 4.96169 22.75 5.41841 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.4559 1.6775C17.7618 1.44409 18.1248 1.25 18.5815 1.25C19.0382 1.25 19.4012 1.44409 19.7071 1.6775C19.9096 1.83199 20.1249 2.03412 20.3563 2.26187L21.0819 1.53624C21.4636 1.15459 22.0824 1.15459 22.464 1.53624C22.8457 1.91789 22.8457 2.53666 22.464 2.91831L21.7384 3.64395C21.9659 3.87507 22.1678 4.0902 22.3221 4.2925C22.5555 4.59843 22.7496 4.96139 22.7496 5.41811C22.7496 5.87482 22.5555 6.23778 22.3221 6.54371C22.3116 6.5575 22.3009 6.57135 22.2899 6.58526C22.1198 6.80127 22.0347 6.90928 21.9001 6.91724C21.7656 6.92521 21.6605 6.82016 21.4504 6.61006L17.3896 2.54917C17.1795 2.33908 17.0744 2.23403 17.0824 2.09948C17.0903 1.96493 17.1983 1.87986 17.4144 1.70972C17.4283 1.69876 17.4421 1.68802 17.4559 1.6775ZM14.7094 2.45499C15.0727 2.37717 15.4539 2.41032 15.802 2.55451C16.0092 2.64035 16.1752 2.76468 16.3194 2.89046L21.1106 7.68173C21.2364 7.82593 21.3607 7.99186 21.4466 8.1991C21.5908 8.54721 21.6239 8.92841 21.5461 9.2917C21.4752 9.62251 21.2829 9.85569 21.1434 9.99524L20.0577 11.0809C19.9181 11.2205 19.6849 11.4128 19.3541 11.4837C18.9908 11.5615 18.6096 11.5284 18.2615 11.3842C18.0543 11.2983 17.7442 11.0482 17.7442 11.0482L12.9529 6.25694C12.8271 6.11274 12.7028 5.94681 12.6169 5.73957C12.4727 5.39146 12.4396 5.01026 12.5174 4.64697C12.5883 4.31616 12.7806 4.08298 12.9202 3.94343L14.0059 2.85774C14.1454 2.7182 14.3786 2.52586 14.7094 2.45499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9497 10.5215C12.8962 11.4319 11.4319 12.8962 10.5215 14.9497C10.2238 15.6213 9.7588 16.161 9.17213 16.5397L7.68359 15.0511C8.15303 14.8947 8.49451 14.5873 8.69315 14.1392C9.80468 11.6318 11.6318 9.80468 14.1392 8.69315C14.5873 8.4945 14.8947 8.15303 15.0511 7.68359L16.5397 9.17213C16.161 9.7588 15.6213 10.2238 14.9497 10.5215Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.29053 21.545C8.92724 21.6228 8.54604 21.5896 8.19793 21.4454C7.99069 21.3596 7.82476 21.2353 7.68056 21.1095L2.88929 16.3182C2.76351 16.174 2.63918 16.0081 2.55334 15.8008C2.40915 15.4527 2.37599 15.0715 2.45382 14.7082C2.52469 14.3774 2.71702 14.1443 2.85657 14.0047L3.94226 12.919C4.0818 12.7795 4.31499 12.5871 4.6458 12.5163C5.00908 12.4384 5.39029 12.4716 5.7384 12.6158C5.94564 12.7016 6.25577 12.9517 6.25577 12.9517L11.047 17.743C11.1728 17.8872 11.2971 18.0531 11.383 18.2604C11.5272 18.6085 11.5603 18.9897 11.4825 19.353C11.4116 19.6838 11.2193 19.917 11.0798 20.0565L9.99407 21.1422C9.85452 21.2818 9.62134 21.4741 9.29053 21.545ZM5.41841 22.75C5.87513 22.75 6.23809 22.5559 6.54402 22.3224C6.5578 22.3119 6.57165 22.3012 6.58556 22.2902C6.80158 22.1201 6.90958 22.035 6.91755 21.9005C6.92551 21.7659 6.82046 21.6609 6.61037 21.4508L2.54949 17.3899C2.33939 17.1798 2.23434 17.0747 2.09979 17.0827C1.96525 17.0907 1.88017 17.1987 1.71003 17.4147C1.69907 17.4286 1.68833 17.4425 1.67781 17.4562C1.4444 17.7622 1.25031 18.1251 1.25031 18.5818C1.25031 19.0386 1.4444 19.4015 1.67781 19.7075C1.83201 19.9096 2.03367 20.1245 2.2609 20.3553L1.53624 21.08C1.15459 21.4617 1.15459 22.0804 1.53624 22.4621C1.91788 22.8437 2.53666 22.8437 2.91831 22.4621L3.64296 21.7374C3.87457 21.9654 4.09014 22.1678 4.29281 22.3224C4.59873 22.5559 4.96169 22.75 5.41841 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.4559 1.6775C17.7618 1.44409 18.1248 1.25 18.5815 1.25C19.0382 1.25 19.4012 1.44409 19.7071 1.6775C19.9096 1.83199 20.1249 2.03412 20.3563 2.26187L21.0819 1.53624C21.4636 1.15459 22.0824 1.15459 22.464 1.53624C22.8457 1.91789 22.8457 2.53666 22.464 2.91831L21.7384 3.64395C21.9659 3.87507 22.1678 4.0902 22.3221 4.2925C22.5555 4.59843 22.7496 4.96139 22.7496 5.41811C22.7496 5.87482 22.5555 6.23778 22.3221 6.54371C22.3116 6.5575 22.3009 6.57135 22.2899 6.58526C22.1198 6.80127 22.0347 6.90928 21.9001 6.91724C21.7656 6.92521 21.6605 6.82016 21.4504 6.61006L17.3896 2.54917C17.1795 2.33908 17.0744 2.23403 17.0824 2.09948C17.0903 1.96493 17.1983 1.87986 17.4144 1.70972C17.4283 1.69876 17.4421 1.68802 17.4559 1.6775ZM14.7094 2.45499C15.0727 2.37717 15.4539 2.41032 15.802 2.55451C16.0092 2.64035 16.1752 2.76468 16.3194 2.89046L21.1106 7.68173C21.2364 7.82593 21.3607 7.99186 21.4466 8.1991C21.5908 8.54721 21.6239 8.92841 21.5461 9.2917C21.4752 9.62251 21.2829 9.85569 21.1434 9.99524L20.0577 11.0809C19.9181 11.2205 19.6849 11.4128 19.3541 11.4837C18.9908 11.5615 18.6096 11.5284 18.2615 11.3842C18.0543 11.2983 17.7442 11.0482 17.7442 11.0482L12.9529 6.25694C12.8271 6.11274 12.7028 5.94681 12.6169 5.73957C12.4727 5.39146 12.4396 5.01026 12.5174 4.64697C12.5883 4.31616 12.7806 4.08298 12.9202 3.94343L14.0059 2.85774C14.1454 2.7182 14.3786 2.52586 14.7094 2.45499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-dumbbell-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 2C6.55228 2 7 2.44772 7 3V10C7 10.5523 6.55228 11 6 11C5.44772 11 5 10.5523 5 10V3C5 2.44772 5.44772 2 6 2ZM18 2C18.5523 2 19 2.44772 19 3V10C19 10.5523 18.5523 11 18 11C17.4477 11 17 10.5523 17 10V3C17 2.44772 17.4477 2 18 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 13C6.55228 13 7 13.4477 7 14V21C7 21.5523 6.55228 22 6 22C5.44772 22 5 21.5523 5 21V14C5 13.4477 5.44772 13 6 13ZM18 13C18.5523 13 19 13.4477 19 14V21C19 21.5523 18.5523 22 18 22C17.4477 22 17 21.5523 17 21V14C17 13.4477 17.4477 13 18 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9808 5.38481C13.3393 4.20506 10.6607 4.20506 8.01923 5.38481C7.84266 5.46367 7.67616 5.5 7.52786 5.5H6C5.44772 5.5 5 5.94772 5 6.5C5 7.05228 5.44772 7.5 6 7.5L7.52786 7.5C8.00055 7.5 8.44439 7.38533 8.83483 7.21096C10.9573 6.26301 13.0427 6.26301 15.1652 7.21096C15.5556 7.38533 15.9994 7.5 16.4721 7.5H18C18.5523 7.5 19 7.05228 19 6.5C19 5.94772 18.5523 5.5 18 5.5H16.4721C16.3238 5.5 16.1573 5.46367 15.9808 5.38481ZM2 5.5C1.44772 5.5 1 5.94772 1 6.5C1 7.05228 1.44772 7.5 2 7.5H3.5C4.05228 7.5 4.5 7.05228 4.5 6.5C4.5 5.94772 4.05228 5.5 3.5 5.5H2ZM20.5 5.5C19.9477 5.5 19.5 5.94772 19.5 6.5C19.5 7.05228 19.9477 7.5 20.5 7.5L22 7.5C22.5523 7.5 23 7.05228 23 6.5C23 5.94772 22.5523 5.5 22 5.5H20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9808 16.3848C13.3393 15.2051 10.6607 15.2051 8.01923 16.3848C7.84266 16.4637 7.67616 16.5 7.52786 16.5H6C5.44772 16.5 5 16.9477 5 17.5C5 18.0523 5.44772 18.5 6 18.5H7.52786C8.00055 18.5 8.44439 18.3853 8.83483 18.211C10.9573 17.263 13.0427 17.263 15.1652 18.211C15.5556 18.3853 15.9994 18.5 16.4721 18.5L18 18.5C18.5523 18.5 19 18.0523 19 17.5C19 16.9477 18.5523 16.5 18 16.5H16.4721C16.3238 16.5 16.1573 16.4637 15.9808 16.3848ZM2 16.5C1.44772 16.5 1 16.9477 1 17.5C1 18.0523 1.44772 18.5 2 18.5H3.5C4.05228 18.5 4.5 18.0523 4.5 17.5C4.5 16.9477 4.05228 16.5 3.5 16.5H2ZM20.5 16.5C19.9477 16.5 19.5 16.9477 19.5 17.5C19.5 18.0523 19.9477 18.5 20.5 18.5H22C22.5523 18.5 23 18.0523 23 17.5C23 16.9477 22.5523 16.5 22 16.5H20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 3.5C4.05228 3.5 4.5 3.94772 4.5 4.5V8.5C4.5 9.05228 4.05228 9.5 3.5 9.5C2.94772 9.5 2.5 9.05228 2.5 8.5V4.5C2.5 3.94772 2.94772 3.5 3.5 3.5ZM20.5 3.5C21.0523 3.5 21.5 3.94772 21.5 4.5V8.5C21.5 9.05228 21.0523 9.5 20.5 9.5C19.9477 9.5 19.5 9.05228 19.5 8.5V4.5C19.5 3.94772 19.9477 3.5 20.5 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 14.5C4.05228 14.5 4.5 14.9477 4.5 15.5V19.5C4.5 20.0523 4.05228 20.5 3.5 20.5C2.94772 20.5 2.5 20.0523 2.5 19.5V15.5C2.5 14.9477 2.94772 14.5 3.5 14.5ZM20.5 14.5C21.0523 14.5 21.5 14.9477 21.5 15.5V19.5C21.5 20.0523 21.0523 20.5 20.5 20.5C19.9477 20.5 19.5 20.0523 19.5 19.5V15.5C19.5 14.9477 19.9477 14.5 20.5 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 2C6.55228 2 7 2.44772 7 3V10C7 10.5523 6.55228 11 6 11C5.44772 11 5 10.5523 5 10V3C5 2.44772 5.44772 2 6 2ZM18 2C18.5523 2 19 2.44772 19 3V10C19 10.5523 18.5523 11 18 11C17.4477 11 17 10.5523 17 10V3C17 2.44772 17.4477 2 18 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 13C6.55228 13 7 13.4477 7 14V21C7 21.5523 6.55228 22 6 22C5.44772 22 5 21.5523 5 21V14C5 13.4477 5.44772 13 6 13ZM18 13C18.5523 13 19 13.4477 19 14V21C19 21.5523 18.5523 22 18 22C17.4477 22 17 21.5523 17 21V14C17 13.4477 17.4477 13 18 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9808 5.38481C13.3393 4.20506 10.6607 4.20506 8.01923 5.38481C7.84266 5.46367 7.67616 5.5 7.52786 5.5H6C5.44772 5.5 5 5.94772 5 6.5C5 7.05228 5.44772 7.5 6 7.5L7.52786 7.5C8.00055 7.5 8.44439 7.38533 8.83483 7.21096C10.9573 6.26301 13.0427 6.26301 15.1652 7.21096C15.5556 7.38533 15.9994 7.5 16.4721 7.5H18C18.5523 7.5 19 7.05228 19 6.5C19 5.94772 18.5523 5.5 18 5.5H16.4721C16.3238 5.5 16.1573 5.46367 15.9808 5.38481ZM2 5.5C1.44772 5.5 1 5.94772 1 6.5C1 7.05228 1.44772 7.5 2 7.5H3.5C4.05228 7.5 4.5 7.05228 4.5 6.5C4.5 5.94772 4.05228 5.5 3.5 5.5H2ZM20.5 5.5C19.9477 5.5 19.5 5.94772 19.5 6.5C19.5 7.05228 19.9477 7.5 20.5 7.5L22 7.5C22.5523 7.5 23 7.05228 23 6.5C23 5.94772 22.5523 5.5 22 5.5H20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9808 16.3848C13.3393 15.2051 10.6607 15.2051 8.01923 16.3848C7.84266 16.4637 7.67616 16.5 7.52786 16.5H6C5.44772 16.5 5 16.9477 5 17.5C5 18.0523 5.44772 18.5 6 18.5H7.52786C8.00055 18.5 8.44439 18.3853 8.83483 18.211C10.9573 17.263 13.0427 17.263 15.1652 18.211C15.5556 18.3853 15.9994 18.5 16.4721 18.5L18 18.5C18.5523 18.5 19 18.0523 19 17.5C19 16.9477 18.5523 16.5 18 16.5H16.4721C16.3238 16.5 16.1573 16.4637 15.9808 16.3848ZM2 16.5C1.44772 16.5 1 16.9477 1 17.5C1 18.0523 1.44772 18.5 2 18.5H3.5C4.05228 18.5 4.5 18.0523 4.5 17.5C4.5 16.9477 4.05228 16.5 3.5 16.5H2ZM20.5 16.5C19.9477 16.5 19.5 16.9477 19.5 17.5C19.5 18.0523 19.9477 18.5 20.5 18.5H22C22.5523 18.5 23 18.0523 23 17.5C23 16.9477 22.5523 16.5 22 16.5H20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 3.5C4.05228 3.5 4.5 3.94772 4.5 4.5V8.5C4.5 9.05228 4.05228 9.5 3.5 9.5C2.94772 9.5 2.5 9.05228 2.5 8.5V4.5C2.5 3.94772 2.94772 3.5 3.5 3.5ZM20.5 3.5C21.0523 3.5 21.5 3.94772 21.5 4.5V8.5C21.5 9.05228 21.0523 9.5 20.5 9.5C19.9477 9.5 19.5 9.05228 19.5 8.5V4.5C19.5 3.94772 19.9477 3.5 20.5 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 14.5C4.05228 14.5 4.5 14.9477 4.5 15.5V19.5C4.5 20.0523 4.05228 20.5 3.5 20.5C2.94772 20.5 2.5 20.0523 2.5 19.5V15.5C2.5 14.9477 2.94772 14.5 3.5 14.5ZM20.5 14.5C21.0523 14.5 21.5 14.9477 21.5 15.5V19.5C21.5 20.0523 21.0523 20.5 20.5 20.5C19.9477 20.5 19.5 20.0523 19.5 19.5V15.5C19.5 14.9477 19.9477 14.5 20.5 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-equipment-bench-press{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 2C6.55228 2 7 2.44772 7 3V8C7 8.55228 6.55228 9 6 9C5.44772 9 5 8.55228 5 8V3C5 2.44772 5.44772 2 6 2ZM18 2C18.5523 2 19 2.44772 19 3V8C19 8.55228 18.5523 9 18 9C17.4477 9 17 8.55228 17 8V3C17 2.44772 17.4477 2 18 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 3C4.05228 3 4.5 3.44772 4.5 4V7C4.5 7.55228 4.05228 8 3.5 8C2.94772 8 2.5 7.55228 2.5 7V6.5H2C1.44772 6.5 1 6.05228 1 5.5C1 4.94772 1.44772 4.5 2 4.5H2.5V4C2.5 3.44772 2.94772 3 3.5 3ZM20.5 3C21.0523 3 21.5 3.44772 21.5 4V4.5H22C22.5523 4.5 23 4.94772 23 5.5C23 6.05228 22.5523 6.5 22 6.5H21.5V7C21.5 7.55228 21.0523 8 20.5 8C19.9477 8 19.5 7.55228 19.5 7V4C19.5 3.44772 19.9477 3 20.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 5.5C19 4.94772 18.5523 4.5 18 4.5L6 4.5C5.44771 4.5 5 4.94772 5 5.5C5 6.05228 5.44771 6.5 6 6.5L18 6.5C18.5523 6.5 19 6.05228 19 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 4.5C10.5523 4.5 11 4.94772 11 5.5V10C11 10.5523 10.5523 11 10 11C9.44772 11 9 10.5523 9 10V5.5C9 4.94772 9.44772 4.5 10 4.5ZM14 4.5C14.5523 4.5 15 4.94772 15 5.5V10C15 10.5523 14.5523 11 14 11C13.4477 11 13 10.5523 13 10V5.5C13 4.94772 13.4477 4.5 14 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.2067 9.25C9.69156 9.25 9.19358 9.2809 8.7379 9.50527C8.26771 9.73679 7.94521 10.121 7.64397 10.582L4.63078 15.1941C4.61498 15.2183 4.63252 15.25 4.66142 15.25H18.416C18.8719 15.25 19.0998 15.25 19.1867 15.1017C19.2736 14.9534 19.1623 14.7545 18.9395 14.3568L16.9136 10.7391C16.626 10.2255 16.3081 9.79192 15.8137 9.53152C15.3373 9.28068 14.8029 9.25 14.2557 9.25H10.2067Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.6855 17.3729C19.7274 17.0968 19.7483 16.9588 19.6585 16.8544C19.5687 16.75 19.4183 16.75 19.1174 16.75H4.87813C4.57855 16.75 4.42877 16.75 4.33902 16.854C4.24927 16.9579 4.26954 17.0953 4.31006 17.3701C4.41776 18.1004 4.68442 18.7044 5.2193 19.1257C5.90963 19.6695 6.8709 19.75 7.84702 19.75H16.097C17.0993 19.75 18.0786 19.6721 18.7769 19.1209C19.3092 18.7007 19.5753 18.0996 19.6855 17.3729Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 18C8.55228 18 9 18.4477 9 19V21C9 21.5523 8.55228 22 8 22C7.44772 22 7 21.5523 7 21V19C7 18.4477 7.44772 18 8 18ZM16 18C16.5523 18 17 18.4477 17 19V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V19C15 18.4477 15.4477 18 16 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 2C6.55228 2 7 2.44772 7 3V8C7 8.55228 6.55228 9 6 9C5.44772 9 5 8.55228 5 8V3C5 2.44772 5.44772 2 6 2ZM18 2C18.5523 2 19 2.44772 19 3V8C19 8.55228 18.5523 9 18 9C17.4477 9 17 8.55228 17 8V3C17 2.44772 17.4477 2 18 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 3C4.05228 3 4.5 3.44772 4.5 4V7C4.5 7.55228 4.05228 8 3.5 8C2.94772 8 2.5 7.55228 2.5 7V6.5H2C1.44772 6.5 1 6.05228 1 5.5C1 4.94772 1.44772 4.5 2 4.5H2.5V4C2.5 3.44772 2.94772 3 3.5 3ZM20.5 3C21.0523 3 21.5 3.44772 21.5 4V4.5H22C22.5523 4.5 23 4.94772 23 5.5C23 6.05228 22.5523 6.5 22 6.5H21.5V7C21.5 7.55228 21.0523 8 20.5 8C19.9477 8 19.5 7.55228 19.5 7V4C19.5 3.44772 19.9477 3 20.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 5.5C19 4.94772 18.5523 4.5 18 4.5L6 4.5C5.44771 4.5 5 4.94772 5 5.5C5 6.05228 5.44771 6.5 6 6.5L18 6.5C18.5523 6.5 19 6.05228 19 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 4.5C10.5523 4.5 11 4.94772 11 5.5V10C11 10.5523 10.5523 11 10 11C9.44772 11 9 10.5523 9 10V5.5C9 4.94772 9.44772 4.5 10 4.5ZM14 4.5C14.5523 4.5 15 4.94772 15 5.5V10C15 10.5523 14.5523 11 14 11C13.4477 11 13 10.5523 13 10V5.5C13 4.94772 13.4477 4.5 14 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.2067 9.25C9.69156 9.25 9.19358 9.2809 8.7379 9.50527C8.26771 9.73679 7.94521 10.121 7.64397 10.582L4.63078 15.1941C4.61498 15.2183 4.63252 15.25 4.66142 15.25H18.416C18.8719 15.25 19.0998 15.25 19.1867 15.1017C19.2736 14.9534 19.1623 14.7545 18.9395 14.3568L16.9136 10.7391C16.626 10.2255 16.3081 9.79192 15.8137 9.53152C15.3373 9.28068 14.8029 9.25 14.2557 9.25H10.2067Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.6855 17.3729C19.7274 17.0968 19.7483 16.9588 19.6585 16.8544C19.5687 16.75 19.4183 16.75 19.1174 16.75H4.87813C4.57855 16.75 4.42877 16.75 4.33902 16.854C4.24927 16.9579 4.26954 17.0953 4.31006 17.3701C4.41776 18.1004 4.68442 18.7044 5.2193 19.1257C5.90963 19.6695 6.8709 19.75 7.84702 19.75H16.097C17.0993 19.75 18.0786 19.6721 18.7769 19.1209C19.3092 18.7007 19.5753 18.0996 19.6855 17.3729Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 18C8.55228 18 9 18.4477 9 19V21C9 21.5523 8.55228 22 8 22C7.44772 22 7 21.5523 7 21V19C7 18.4477 7.44772 18 8 18ZM16 18C16.5523 18 17 18.4477 17 19V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V19C15 18.4477 15.4477 18 16 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-equipment-chest-press{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2574 7.35036C13.6207 7.41548 14.0546 7.53252 14.3684 7.77431C14.6825 8.01626 14.8412 8.32844 14.9379 8.64189C15.0226 8.9163 15.0767 9.25311 15.1332 9.60525L15.1332 9.60526L15.14 9.64739L15.598 12.4955L15.6063 12.5473C15.6803 13.0066 15.7493 13.4352 15.75 13.7884C15.7508 14.1871 15.6672 14.6206 15.3178 14.9784C15.1126 15.1886 14.8479 15.3198 14.6157 15.4069C14.3721 15.4984 14.0977 15.5656 13.8166 15.6153C13.2538 15.7148 12.596 15.7557 11.9572 15.7494C11.318 15.743 10.6692 15.689 10.123 15.5868C9.85061 15.5358 9.58718 15.4699 9.35626 15.3843C9.14198 15.3048 8.88089 15.182 8.68217 14.9784C8.33282 14.6206 8.2492 14.1871 8.25001 13.7884C8.25072 13.4352 8.31972 13.0066 8.39366 12.5473L8.402 12.4955L8.86 9.64739L8.86677 9.60526C8.92334 9.25312 8.97744 8.91631 9.06211 8.64189C9.15883 8.32844 9.31752 8.01626 9.63156 7.7743C9.93739 7.53867 10.366 7.42327 10.7209 7.35805C11.1097 7.28662 11.5522 7.25178 11.9847 7.25007C12.4172 7.24835 12.8628 7.27965 13.2574 7.35036Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.4183 16.5H9.58062C9.46048 16.5 9.35756 16.4996 9.25965 16.5055C8.10281 16.5756 7.0898 17.3057 6.65751 18.381C6.62092 18.472 6.5888 18.5698 6.5508 18.6838C6.37615 19.2077 6.65931 19.774 7.18326 19.9487C7.7072 20.1233 8.27352 19.8402 8.44817 19.3162C8.49456 19.1771 8.50462 19.1483 8.51317 19.127C8.65727 18.7686 8.99494 18.5252 9.38055 18.5018C9.40343 18.5005 9.43392 18.5 9.58062 18.5H14.4183C14.565 18.5 14.5955 18.5005 14.6184 18.5018C15.004 18.5252 15.3417 18.7686 15.4858 19.127C15.4943 19.1483 15.5044 19.1771 15.5508 19.3162C15.7254 19.8402 16.2918 20.1233 16.8157 19.9487C17.3397 19.774 17.6228 19.2077 17.4482 18.6838C17.4102 18.5698 17.378 18.472 17.3415 18.381C16.9092 17.3057 15.8962 16.5756 14.7393 16.5055C14.6414 16.4996 14.5385 16.5 14.4183 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 16.5C11.4477 16.5 11 16.9477 11 17.5V21H5C4.44771 21 4 21.4477 4 22C4 22.5523 4.44771 23 5 23H19C19.5523 23 20 22.5523 20 22C20 21.4477 19.5523 21 19 21H13V17.5C13 16.9477 12.5523 16.5 12 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.76136 3.00018C8.81465 3.00028 8.86835 3.00037 8.92246 3.00037H15.0775C15.1316 3.00037 15.1853 3.00028 15.2386 3.00018C16.0211 2.99881 16.7164 2.99759 17.3383 3.29646C17.9601 3.59533 18.3936 4.13909 18.8813 4.75098C18.9145 4.79265 18.948 4.83464 18.9818 4.8769L20.9043 7.28002C20.929 7.31086 20.9535 7.34142 20.9778 7.37175C21.3395 7.82269 21.6602 8.22241 21.8308 8.70891C22.0015 9.19542 22.0008 9.70785 22.0001 10.286C22 10.3248 22 10.364 22 10.4035V14.0004C22 14.5527 21.5522 15.0004 21 15.0004C20.4477 15.0004 20 14.5527 20 14.0004V10.4035C20 9.64053 19.9869 9.49451 19.9436 9.37093C19.9002 9.24734 19.8192 9.12519 19.3426 8.52941L17.4201 6.12629C16.7699 5.31364 16.6291 5.17463 16.4719 5.09907C16.3147 5.0235 16.1182 5.00037 15.0775 5.00037H8.92246C7.88177 5.00037 7.68524 5.0235 7.52802 5.09907C7.3708 5.17463 7.22997 5.31364 6.57985 6.12629L4.65735 8.52941C4.18073 9.12518 4.09968 9.24734 4.05633 9.37093C4.01298 9.49451 3.99996 9.64053 3.99996 10.4035V14.0004C3.99996 14.5527 3.55224 15.0004 2.99996 15.0004C2.44767 15.0004 1.99996 14.5527 1.99996 14.0004V10.4035C1.99996 10.364 1.99991 10.3248 1.99986 10.286C1.99909 9.70785 1.99842 9.19542 2.16907 8.70891C2.33973 8.2224 2.66038 7.82268 3.02211 7.37173C3.04644 7.34141 3.07095 7.31085 3.09562 7.28002L5.01812 4.8769C5.05192 4.83464 5.08539 4.79265 5.11861 4.75098C5.60636 4.13909 6.03981 3.59533 6.66164 3.29646C7.28347 2.99759 7.97885 2.99881 8.76136 3.00018Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 12C22 11.4477 21.5523 11 21 11H18C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13H21C21.5523 13 22 12.5523 22 12ZM7 12C7 11.4477 6.55229 11 6 11H3C2.44772 11 2 11.4477 2 12C2 12.5523 2.44772 13 3 13H6C6.55229 13 7 12.5523 7 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C11.4477 1 11 1.44772 11 2V8C11 8.55228 11.4477 9 12 9C12.5523 9 13 8.55228 13 8V2C13 1.44772 12.5523 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2574 7.35036C13.6207 7.41548 14.0546 7.53252 14.3684 7.77431C14.6825 8.01626 14.8412 8.32844 14.9379 8.64189C15.0226 8.9163 15.0767 9.25311 15.1332 9.60525L15.1332 9.60526L15.14 9.64739L15.598 12.4955L15.6063 12.5473C15.6803 13.0066 15.7493 13.4352 15.75 13.7884C15.7508 14.1871 15.6672 14.6206 15.3178 14.9784C15.1126 15.1886 14.8479 15.3198 14.6157 15.4069C14.3721 15.4984 14.0977 15.5656 13.8166 15.6153C13.2538 15.7148 12.596 15.7557 11.9572 15.7494C11.318 15.743 10.6692 15.689 10.123 15.5868C9.85061 15.5358 9.58718 15.4699 9.35626 15.3843C9.14198 15.3048 8.88089 15.182 8.68217 14.9784C8.33282 14.6206 8.2492 14.1871 8.25001 13.7884C8.25072 13.4352 8.31972 13.0066 8.39366 12.5473L8.402 12.4955L8.86 9.64739L8.86677 9.60526C8.92334 9.25312 8.97744 8.91631 9.06211 8.64189C9.15883 8.32844 9.31752 8.01626 9.63156 7.7743C9.93739 7.53867 10.366 7.42327 10.7209 7.35805C11.1097 7.28662 11.5522 7.25178 11.9847 7.25007C12.4172 7.24835 12.8628 7.27965 13.2574 7.35036Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.4183 16.5H9.58062C9.46048 16.5 9.35756 16.4996 9.25965 16.5055C8.10281 16.5756 7.0898 17.3057 6.65751 18.381C6.62092 18.472 6.5888 18.5698 6.5508 18.6838C6.37615 19.2077 6.65931 19.774 7.18326 19.9487C7.7072 20.1233 8.27352 19.8402 8.44817 19.3162C8.49456 19.1771 8.50462 19.1483 8.51317 19.127C8.65727 18.7686 8.99494 18.5252 9.38055 18.5018C9.40343 18.5005 9.43392 18.5 9.58062 18.5H14.4183C14.565 18.5 14.5955 18.5005 14.6184 18.5018C15.004 18.5252 15.3417 18.7686 15.4858 19.127C15.4943 19.1483 15.5044 19.1771 15.5508 19.3162C15.7254 19.8402 16.2918 20.1233 16.8157 19.9487C17.3397 19.774 17.6228 19.2077 17.4482 18.6838C17.4102 18.5698 17.378 18.472 17.3415 18.381C16.9092 17.3057 15.8962 16.5756 14.7393 16.5055C14.6414 16.4996 14.5385 16.5 14.4183 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 16.5C11.4477 16.5 11 16.9477 11 17.5V21H5C4.44771 21 4 21.4477 4 22C4 22.5523 4.44771 23 5 23H19C19.5523 23 20 22.5523 20 22C20 21.4477 19.5523 21 19 21H13V17.5C13 16.9477 12.5523 16.5 12 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.76136 3.00018C8.81465 3.00028 8.86835 3.00037 8.92246 3.00037H15.0775C15.1316 3.00037 15.1853 3.00028 15.2386 3.00018C16.0211 2.99881 16.7164 2.99759 17.3383 3.29646C17.9601 3.59533 18.3936 4.13909 18.8813 4.75098C18.9145 4.79265 18.948 4.83464 18.9818 4.8769L20.9043 7.28002C20.929 7.31086 20.9535 7.34142 20.9778 7.37175C21.3395 7.82269 21.6602 8.22241 21.8308 8.70891C22.0015 9.19542 22.0008 9.70785 22.0001 10.286C22 10.3248 22 10.364 22 10.4035V14.0004C22 14.5527 21.5522 15.0004 21 15.0004C20.4477 15.0004 20 14.5527 20 14.0004V10.4035C20 9.64053 19.9869 9.49451 19.9436 9.37093C19.9002 9.24734 19.8192 9.12519 19.3426 8.52941L17.4201 6.12629C16.7699 5.31364 16.6291 5.17463 16.4719 5.09907C16.3147 5.0235 16.1182 5.00037 15.0775 5.00037H8.92246C7.88177 5.00037 7.68524 5.0235 7.52802 5.09907C7.3708 5.17463 7.22997 5.31364 6.57985 6.12629L4.65735 8.52941C4.18073 9.12518 4.09968 9.24734 4.05633 9.37093C4.01298 9.49451 3.99996 9.64053 3.99996 10.4035V14.0004C3.99996 14.5527 3.55224 15.0004 2.99996 15.0004C2.44767 15.0004 1.99996 14.5527 1.99996 14.0004V10.4035C1.99996 10.364 1.99991 10.3248 1.99986 10.286C1.99909 9.70785 1.99842 9.19542 2.16907 8.70891C2.33973 8.2224 2.66038 7.82268 3.02211 7.37173C3.04644 7.34141 3.07095 7.31085 3.09562 7.28002L5.01812 4.8769C5.05192 4.83464 5.08539 4.79265 5.11861 4.75098C5.60636 4.13909 6.03981 3.59533 6.66164 3.29646C7.28347 2.99759 7.97885 2.99881 8.76136 3.00018Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 12C22 11.4477 21.5523 11 21 11H18C17.4477 11 17 11.4477 17 12C17 12.5523 17.4477 13 18 13H21C21.5523 13 22 12.5523 22 12ZM7 12C7 11.4477 6.55229 11 6 11H3C2.44772 11 2 11.4477 2 12C2 12.5523 2.44772 13 3 13H6C6.55229 13 7 12.5523 7 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C11.4477 1 11 1.44772 11 2V8C11 8.55228 11.4477 9 12 9C12.5523 9 13 8.55228 13 8V2C13 1.44772 12.5523 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-equipment-gym-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.8998 11.454C6.45986 10.9388 7.24528 10.875 7.90179 10.875L16.0982 10.875C16.792 10.875 17.5834 10.9539 18.1358 11.4876C18.6823 12.0156 18.75 12.7561 18.75 13.375C18.75 13.9603 18.683 14.6192 18.2633 15.1245C18.6932 15.6388 18.75 16.3079 18.75 16.875C18.75 17.4603 18.683 18.1192 18.2633 18.6245C18.6932 19.1388 18.75 19.8079 18.75 20.375C18.75 21.029 18.6663 21.7751 18.1002 22.296C17.5401 22.8112 16.7547 22.875 16.0982 22.875H7.90179C7.20804 22.875 6.41663 22.7961 5.8642 22.2624C5.31769 21.7344 5.25 20.9939 5.25 20.375C5.25 19.7897 5.317 19.1308 5.73673 18.6255C5.30683 18.1112 5.25 17.4421 5.25 16.875C5.25 16.2897 5.317 15.6308 5.73673 15.1255C5.30683 14.6112 5.25 13.9421 5.25 13.375C5.25 12.721 5.33367 11.9749 5.8998 11.454ZM7.22972 12.8199C7.20158 12.9224 7.17857 13.0938 7.17857 13.375C7.17857 13.6487 7.19898 13.8181 7.226 13.9227C7.23425 13.9547 7.2419 13.9758 7.24745 13.9888C7.2606 13.994 7.28157 14.0009 7.31295 14.0086C7.42174 14.0351 7.6035 14.0568 7.90179 14.0568L16.0982 14.0568C16.3885 14.0568 16.5682 14.0376 16.6792 14.0121C16.7131 14.0043 16.7355 13.9971 16.7493 13.9919C16.7548 13.9795 16.7622 13.9597 16.7703 13.9301C16.7984 13.8276 16.8214 13.6562 16.8214 13.375C16.8214 13.1013 16.801 12.9319 16.774 12.8273C16.7657 12.7953 16.7581 12.7742 16.7526 12.7612C16.7394 12.756 16.7184 12.7491 16.6871 12.7414C16.5783 12.7149 16.3965 12.6932 16.0982 12.6932L7.90179 12.6932C7.61152 12.6932 7.4318 12.7124 7.32083 12.7379C7.28691 12.7457 7.2645 12.7529 7.25068 12.7581C7.24525 12.7705 7.23784 12.7903 7.22972 12.8199ZM7.22972 16.3199C7.20158 16.4224 7.17857 16.5938 7.17857 16.875C7.17857 17.1487 7.19898 17.3181 7.226 17.4227C7.23425 17.4547 7.2419 17.4758 7.24745 17.4888C7.2606 17.494 7.28157 17.5009 7.31295 17.5086C7.42174 17.5351 7.6035 17.5568 7.90179 17.5568L16.0982 17.5568C16.3885 17.5568 16.5682 17.5376 16.6792 17.5121C16.7131 17.5043 16.7355 17.4971 16.7493 17.4919C16.7548 17.4795 16.7622 17.4597 16.7703 17.4301C16.7984 17.3276 16.8214 17.1562 16.8214 16.875C16.8214 16.6013 16.801 16.4319 16.774 16.3273C16.7657 16.2953 16.7581 16.2742 16.7526 16.2612C16.7394 16.256 16.7184 16.2491 16.6871 16.2414C16.5783 16.2149 16.3965 16.1932 16.0982 16.1932H7.90179C7.61152 16.1932 7.4318 16.2124 7.32083 16.2379C7.28691 16.2457 7.2645 16.2529 7.25068 16.2581C7.24525 16.2705 7.23784 16.2903 7.22972 16.3199ZM7.17857 20.375C7.17857 20.0938 7.20158 19.9224 7.22972 19.8199C7.23784 19.7903 7.24525 19.7705 7.25068 19.7581C7.2645 19.7529 7.28691 19.7457 7.32083 19.7379C7.4318 19.7124 7.61152 19.6932 7.90179 19.6932H16.0982C16.3965 19.6932 16.5783 19.7149 16.6871 19.7414C16.7184 19.7491 16.7394 19.756 16.7526 19.7612C16.7581 19.7742 16.7657 19.7953 16.774 19.8273C16.801 19.9319 16.8214 20.1013 16.8214 20.375C16.8214 20.6562 16.7984 20.8276 16.7703 20.9301C16.7622 20.9597 16.7548 20.9795 16.7493 20.9919C16.7355 20.9971 16.7131 21.0043 16.6792 21.0121C16.5682 21.0376 16.3885 21.0568 16.0982 21.0568H7.90179C7.6035 21.0568 7.42174 21.0351 7.31295 21.0086C7.28157 21.0009 7.2606 20.994 7.24745 20.9888C7.2419 20.9758 7.23425 20.9547 7.226 20.9227C7.19898 20.8181 7.17857 20.6487 7.17857 20.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 5.125C17 4.57272 16.5522 4.125 16 4.125L7.99996 4.125C7.44768 4.125 6.99996 4.57272 6.99996 5.125C6.99996 5.67728 7.44768 6.125 7.99996 6.125L16 6.125C16.5522 6.125 17 5.67728 17 5.125ZM17.9708 5.09108C17.9466 5.64284 18.3743 6.10974 18.9261 6.13393C19.2791 6.14942 19.3981 6.18739 19.4719 6.22287C19.6291 6.29843 19.77 6.43744 20.4201 7.25008L21.2191 8.24886C21.5641 8.68013 22.1934 8.75005 22.6247 8.40504C23.0559 8.06003 23.1258 7.43074 22.7808 6.99947L21.9818 6.00069C21.948 5.95844 21.9145 5.91645 21.8813 5.87478C21.3936 5.26289 20.9601 4.71912 20.3383 4.42026C19.9018 4.21048 19.463 4.15556 19.0137 4.13586C18.4619 4.11166 17.995 4.53933 17.9708 5.09108ZM6.02908 5.09108C6.00488 4.53933 5.53798 4.11166 4.98623 4.13586C4.53692 4.15556 4.09812 4.21048 3.66165 4.42026C3.03982 4.71912 2.60637 5.26288 2.11862 5.87476C2.0854 5.91644 2.05192 5.95844 2.01812 6.00069L1.2191 6.99947C0.874086 7.43073 0.944006 8.06003 1.37527 8.40504C1.80653 8.75005 2.43582 8.68013 2.78083 8.24886L3.57986 7.25008C4.22997 6.43744 4.3708 6.29843 4.52802 6.22286C4.60183 6.18739 4.72085 6.14942 5.07386 6.13393C5.62561 6.10974 6.05328 5.64284 6.02908 5.09108Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.00041 1.125C8.5527 1.125 9.00041 1.57272 9.00041 2.125L9 11.0927C9 11.645 8.55228 12.0927 8 12.0927C7.44772 12.0927 7 11.645 7 11.0927L7.00041 2.125C7.00041 1.57272 7.44813 1.125 8.00041 1.125ZM16.0004 1.125C16.5527 1.125 17.0004 1.57272 17.0004 2.125L17 11.0927C17 11.645 16.5523 12.0927 16 12.0927C15.4477 12.0927 15 11.645 15 11.0927L15.0004 2.125C15.0004 1.57272 15.4481 1.125 16.0004 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.8998 11.454C6.45986 10.9388 7.24528 10.875 7.90179 10.875L16.0982 10.875C16.792 10.875 17.5834 10.9539 18.1358 11.4876C18.6823 12.0156 18.75 12.7561 18.75 13.375C18.75 13.9603 18.683 14.6192 18.2633 15.1245C18.6932 15.6388 18.75 16.3079 18.75 16.875C18.75 17.4603 18.683 18.1192 18.2633 18.6245C18.6932 19.1388 18.75 19.8079 18.75 20.375C18.75 21.029 18.6663 21.7751 18.1002 22.296C17.5401 22.8112 16.7547 22.875 16.0982 22.875H7.90179C7.20804 22.875 6.41663 22.7961 5.8642 22.2624C5.31769 21.7344 5.25 20.9939 5.25 20.375C5.25 19.7897 5.317 19.1308 5.73673 18.6255C5.30683 18.1112 5.25 17.4421 5.25 16.875C5.25 16.2897 5.317 15.6308 5.73673 15.1255C5.30683 14.6112 5.25 13.9421 5.25 13.375C5.25 12.721 5.33367 11.9749 5.8998 11.454ZM7.22972 12.8199C7.20158 12.9224 7.17857 13.0938 7.17857 13.375C7.17857 13.6487 7.19898 13.8181 7.226 13.9227C7.23425 13.9547 7.2419 13.9758 7.24745 13.9888C7.2606 13.994 7.28157 14.0009 7.31295 14.0086C7.42174 14.0351 7.6035 14.0568 7.90179 14.0568L16.0982 14.0568C16.3885 14.0568 16.5682 14.0376 16.6792 14.0121C16.7131 14.0043 16.7355 13.9971 16.7493 13.9919C16.7548 13.9795 16.7622 13.9597 16.7703 13.9301C16.7984 13.8276 16.8214 13.6562 16.8214 13.375C16.8214 13.1013 16.801 12.9319 16.774 12.8273C16.7657 12.7953 16.7581 12.7742 16.7526 12.7612C16.7394 12.756 16.7184 12.7491 16.6871 12.7414C16.5783 12.7149 16.3965 12.6932 16.0982 12.6932L7.90179 12.6932C7.61152 12.6932 7.4318 12.7124 7.32083 12.7379C7.28691 12.7457 7.2645 12.7529 7.25068 12.7581C7.24525 12.7705 7.23784 12.7903 7.22972 12.8199ZM7.22972 16.3199C7.20158 16.4224 7.17857 16.5938 7.17857 16.875C7.17857 17.1487 7.19898 17.3181 7.226 17.4227C7.23425 17.4547 7.2419 17.4758 7.24745 17.4888C7.2606 17.494 7.28157 17.5009 7.31295 17.5086C7.42174 17.5351 7.6035 17.5568 7.90179 17.5568L16.0982 17.5568C16.3885 17.5568 16.5682 17.5376 16.6792 17.5121C16.7131 17.5043 16.7355 17.4971 16.7493 17.4919C16.7548 17.4795 16.7622 17.4597 16.7703 17.4301C16.7984 17.3276 16.8214 17.1562 16.8214 16.875C16.8214 16.6013 16.801 16.4319 16.774 16.3273C16.7657 16.2953 16.7581 16.2742 16.7526 16.2612C16.7394 16.256 16.7184 16.2491 16.6871 16.2414C16.5783 16.2149 16.3965 16.1932 16.0982 16.1932H7.90179C7.61152 16.1932 7.4318 16.2124 7.32083 16.2379C7.28691 16.2457 7.2645 16.2529 7.25068 16.2581C7.24525 16.2705 7.23784 16.2903 7.22972 16.3199ZM7.17857 20.375C7.17857 20.0938 7.20158 19.9224 7.22972 19.8199C7.23784 19.7903 7.24525 19.7705 7.25068 19.7581C7.2645 19.7529 7.28691 19.7457 7.32083 19.7379C7.4318 19.7124 7.61152 19.6932 7.90179 19.6932H16.0982C16.3965 19.6932 16.5783 19.7149 16.6871 19.7414C16.7184 19.7491 16.7394 19.756 16.7526 19.7612C16.7581 19.7742 16.7657 19.7953 16.774 19.8273C16.801 19.9319 16.8214 20.1013 16.8214 20.375C16.8214 20.6562 16.7984 20.8276 16.7703 20.9301C16.7622 20.9597 16.7548 20.9795 16.7493 20.9919C16.7355 20.9971 16.7131 21.0043 16.6792 21.0121C16.5682 21.0376 16.3885 21.0568 16.0982 21.0568H7.90179C7.6035 21.0568 7.42174 21.0351 7.31295 21.0086C7.28157 21.0009 7.2606 20.994 7.24745 20.9888C7.2419 20.9758 7.23425 20.9547 7.226 20.9227C7.19898 20.8181 7.17857 20.6487 7.17857 20.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 5.125C17 4.57272 16.5522 4.125 16 4.125L7.99996 4.125C7.44768 4.125 6.99996 4.57272 6.99996 5.125C6.99996 5.67728 7.44768 6.125 7.99996 6.125L16 6.125C16.5522 6.125 17 5.67728 17 5.125ZM17.9708 5.09108C17.9466 5.64284 18.3743 6.10974 18.9261 6.13393C19.2791 6.14942 19.3981 6.18739 19.4719 6.22287C19.6291 6.29843 19.77 6.43744 20.4201 7.25008L21.2191 8.24886C21.5641 8.68013 22.1934 8.75005 22.6247 8.40504C23.0559 8.06003 23.1258 7.43074 22.7808 6.99947L21.9818 6.00069C21.948 5.95844 21.9145 5.91645 21.8813 5.87478C21.3936 5.26289 20.9601 4.71912 20.3383 4.42026C19.9018 4.21048 19.463 4.15556 19.0137 4.13586C18.4619 4.11166 17.995 4.53933 17.9708 5.09108ZM6.02908 5.09108C6.00488 4.53933 5.53798 4.11166 4.98623 4.13586C4.53692 4.15556 4.09812 4.21048 3.66165 4.42026C3.03982 4.71912 2.60637 5.26288 2.11862 5.87476C2.0854 5.91644 2.05192 5.95844 2.01812 6.00069L1.2191 6.99947C0.874086 7.43073 0.944006 8.06003 1.37527 8.40504C1.80653 8.75005 2.43582 8.68013 2.78083 8.24886L3.57986 7.25008C4.22997 6.43744 4.3708 6.29843 4.52802 6.22286C4.60183 6.18739 4.72085 6.14942 5.07386 6.13393C5.62561 6.10974 6.05328 5.64284 6.02908 5.09108Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.00041 1.125C8.5527 1.125 9.00041 1.57272 9.00041 2.125L9 11.0927C9 11.645 8.55228 12.0927 8 12.0927C7.44772 12.0927 7 11.645 7 11.0927L7.00041 2.125C7.00041 1.57272 7.44813 1.125 8.00041 1.125ZM16.0004 1.125C16.5527 1.125 17.0004 1.57272 17.0004 2.125L17 11.0927C17 11.645 16.5523 12.0927 16 12.0927C15.4477 12.0927 15 11.645 15 11.0927L15.0004 2.125C15.0004 1.57272 15.4481 1.125 16.0004 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-equipment-gym-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3L4 21C4 21.5523 3.55228 22 3 22C2.44772 22 2 21.5523 2 21L2 3C2 2.44772 2.44772 2 3 2ZM21 2C21.5523 2 22 2.44772 22 3V21C22 21.5523 21.5523 22 21 22C20.4477 22 20 21.5523 20 21V3C20 2.44772 20.4477 2 21 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 6C23 5.44772 22.5523 5 22 5L2 5C1.44772 5 1 5.44772 1 6C1 6.55228 1.44772 7 2 7L22 7C22.5523 7 23 6.55228 23 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5 12.165C12.5 10.4932 13.77 9 15.5 9C17.23 9 18.5 10.4932 18.5 12.165C18.5 12.5671 18.4286 12.9547 18.2966 13.3128C18.1539 13.7001 17.8696 13.9387 17.6416 14.0768C17.4099 14.2172 17.1557 14.3041 16.9268 14.361C16.4666 14.4754 15.9362 14.5103 15.4488 14.4975C14.9588 14.4847 14.4464 14.4219 14.0149 14.3047C13.8018 14.2468 13.5695 14.1653 13.3598 14.046C13.178 13.9424 12.854 13.7214 12.7034 13.3128C12.5714 12.9547 12.5 12.5671 12.5 12.165ZM15.5 11C15.0209 11 14.5 11.4455 14.5 12.165C14.5 12.2348 14.5052 12.3025 14.5151 12.368C14.5229 12.3702 14.5309 12.3724 14.5392 12.3747C14.7799 12.44 15.1273 12.4884 15.5012 12.4982C15.8778 12.508 16.2154 12.477 16.4441 12.4201C16.4559 12.4172 16.467 12.4143 16.4776 12.4114C16.4922 12.3327 16.5 12.2503 16.5 12.165C16.5 11.4455 15.9791 11 15.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 12.165C5.5 10.4932 6.76997 9 8.5 9C10.23 9 11.5 10.4932 11.5 12.165C11.5 12.5671 11.4286 12.9547 11.2966 13.3128C11.1539 13.7001 10.8696 13.9387 10.6416 14.0768C10.4099 14.2172 10.1557 14.3041 9.92678 14.361C9.46662 14.4754 8.93617 14.5103 8.44883 14.4975C7.95876 14.4847 7.44641 14.4219 7.01488 14.3047C6.80183 14.2468 6.56947 14.1653 6.35982 14.046C6.17797 13.9424 5.85398 13.7214 5.70339 13.3128C5.57141 12.9547 5.5 12.5671 5.5 12.165ZM8.5 11C8.0209 11 7.5 11.4455 7.5 12.165C7.5 12.2348 7.50523 12.3025 7.51513 12.368C7.5229 12.3702 7.53092 12.3724 7.53918 12.3747C7.77987 12.44 8.1273 12.4884 8.50116 12.4982C8.87775 12.5081 9.2154 12.477 9.44415 12.4201C9.4559 12.4172 9.46703 12.4143 9.47756 12.4114C9.49218 12.3327 9.5 12.2503 9.5 12.165C9.5 11.4455 8.9791 11 8.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 5C9.05228 5 9.5 5.44772 9.5 6V10C9.5 10.5523 9.05228 11 8.5 11C7.94772 11 7.5 10.5523 7.5 10V6C7.5 5.44772 7.94772 5 8.5 5ZM15.5 5C16.0523 5 16.5 5.44772 16.5 6V10C16.5 10.5523 16.0523 11 15.5 11C14.9477 11 14.5 10.5523 14.5 10V6C14.5 5.44772 14.9477 5 15.5 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55229 2 4 2.44772 4 3L4 21C4 21.5523 3.55228 22 3 22C2.44772 22 2 21.5523 2 21L2 3C2 2.44772 2.44772 2 3 2ZM21 2C21.5523 2 22 2.44772 22 3V21C22 21.5523 21.5523 22 21 22C20.4477 22 20 21.5523 20 21V3C20 2.44772 20.4477 2 21 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 6C23 5.44772 22.5523 5 22 5L2 5C1.44772 5 1 5.44772 1 6C1 6.55228 1.44772 7 2 7L22 7C22.5523 7 23 6.55228 23 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5 12.165C12.5 10.4932 13.77 9 15.5 9C17.23 9 18.5 10.4932 18.5 12.165C18.5 12.5671 18.4286 12.9547 18.2966 13.3128C18.1539 13.7001 17.8696 13.9387 17.6416 14.0768C17.4099 14.2172 17.1557 14.3041 16.9268 14.361C16.4666 14.4754 15.9362 14.5103 15.4488 14.4975C14.9588 14.4847 14.4464 14.4219 14.0149 14.3047C13.8018 14.2468 13.5695 14.1653 13.3598 14.046C13.178 13.9424 12.854 13.7214 12.7034 13.3128C12.5714 12.9547 12.5 12.5671 12.5 12.165ZM15.5 11C15.0209 11 14.5 11.4455 14.5 12.165C14.5 12.2348 14.5052 12.3025 14.5151 12.368C14.5229 12.3702 14.5309 12.3724 14.5392 12.3747C14.7799 12.44 15.1273 12.4884 15.5012 12.4982C15.8778 12.508 16.2154 12.477 16.4441 12.4201C16.4559 12.4172 16.467 12.4143 16.4776 12.4114C16.4922 12.3327 16.5 12.2503 16.5 12.165C16.5 11.4455 15.9791 11 15.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 12.165C5.5 10.4932 6.76997 9 8.5 9C10.23 9 11.5 10.4932 11.5 12.165C11.5 12.5671 11.4286 12.9547 11.2966 13.3128C11.1539 13.7001 10.8696 13.9387 10.6416 14.0768C10.4099 14.2172 10.1557 14.3041 9.92678 14.361C9.46662 14.4754 8.93617 14.5103 8.44883 14.4975C7.95876 14.4847 7.44641 14.4219 7.01488 14.3047C6.80183 14.2468 6.56947 14.1653 6.35982 14.046C6.17797 13.9424 5.85398 13.7214 5.70339 13.3128C5.57141 12.9547 5.5 12.5671 5.5 12.165ZM8.5 11C8.0209 11 7.5 11.4455 7.5 12.165C7.5 12.2348 7.50523 12.3025 7.51513 12.368C7.5229 12.3702 7.53092 12.3724 7.53918 12.3747C7.77987 12.44 8.1273 12.4884 8.50116 12.4982C8.87775 12.5081 9.2154 12.477 9.44415 12.4201C9.4559 12.4172 9.46703 12.4143 9.47756 12.4114C9.49218 12.3327 9.5 12.2503 9.5 12.165C9.5 11.4455 8.9791 11 8.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 5C9.05228 5 9.5 5.44772 9.5 6V10C9.5 10.5523 9.05228 11 8.5 11C7.94772 11 7.5 10.5523 7.5 10V6C7.5 5.44772 7.94772 5 8.5 5ZM15.5 5C16.0523 5 16.5 5.44772 16.5 6V10C16.5 10.5523 16.0523 11 15.5 11C14.9477 11 14.5 10.5523 14.5 10V6C14.5 5.44772 14.9477 5 15.5 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-equipment-gym-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 3C4.05228 3 4.5 3.44772 4.5 4V7C4.5 7.55228 4.05228 8 3.5 8C2.94772 8 2.5 7.55228 2.5 7V6.5H2C1.44772 6.5 1 6.05228 1 5.5C1 4.94772 1.44772 4.5 2 4.5H2.5V4C2.5 3.44772 2.94772 3 3.5 3ZM20.5 3C21.0523 3 21.5 3.44772 21.5 4V4.5H22C22.5523 4.5 23 4.94772 23 5.5C23 6.05228 22.5523 6.5 22 6.5H21.5V7C21.5 7.55228 21.0523 8 20.5 8C19.9477 8 19.5 7.55228 19.5 7V4C19.5 3.44772 19.9477 3 20.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 2C7.05228 2 7.5 2.44772 7.5 3V4.5H16.5V3C16.5 2.44772 16.9477 2 17.5 2C18.0523 2 18.5 2.44772 18.5 3V8C18.5 8.55228 18.0523 9 17.5 9C16.9477 9 16.5 8.55228 16.5 8V6.5H7.5V8C7.5 8.55228 7.05228 9 6.5 9C5.94772 9 5.5 8.55228 5.5 8V3C5.5 2.44772 5.94772 2 6.5 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 7.5C10.0523 7.5 10.5 7.94772 10.5 8.5V16C10.5 16.5523 10.0523 17 9.5 17C8.94772 17 8.5 16.5523 8.5 16V8.5C8.5 7.94772 8.94772 7.5 9.5 7.5ZM14.5 7.5C15.0523 7.5 15.5 7.94772 15.5 8.5V16C15.5 16.5523 15.0523 17 14.5 17C13.9477 17 13.5 16.5523 13.5 16V8.5C13.5 7.94772 13.9477 7.5 14.5 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 18C8.55228 18 9 18.4477 9 19V21C9 21.5523 8.55228 22 8 22C7.44772 22 7 21.5523 7 21V19C7 18.4477 7.44772 18 8 18ZM16 18C16.5523 18 17 18.4477 17 19V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V19C15 18.4477 15.4477 18 16 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.45752 15.4406C6.81957 15.2848 7.19069 15.25 7.57003 15.25H16.4298C16.8091 15.25 17.1802 15.2848 17.5423 15.4406C17.9084 15.5982 18.1925 15.8478 18.4587 16.1478C18.6187 16.3161 19.1915 16.9252 19.3531 17.1584C19.5099 17.3847 19.6785 17.6869 19.7323 18.0377C19.7918 18.4249 19.7034 18.8325 19.4082 19.1817C19.0807 19.5689 18.6003 19.6666 18.2301 19.7076C17.8472 19.7501 17.3485 19.75 16.7674 19.75H16.7674H7.23239H7.23237C6.65129 19.75 6.15265 19.7501 5.76967 19.7076C5.39952 19.6666 4.91907 19.5689 4.59163 19.1817C4.29638 18.8325 4.20805 18.4249 4.26747 18.0377C4.3213 17.6869 4.48991 17.3847 4.64668 17.1584C4.80828 16.9252 5.38107 16.3161 5.5411 16.1478C5.80733 15.8478 6.09138 15.5982 6.45752 15.4406Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.5 3C4.05228 3 4.5 3.44772 4.5 4V7C4.5 7.55228 4.05228 8 3.5 8C2.94772 8 2.5 7.55228 2.5 7V6.5H2C1.44772 6.5 1 6.05228 1 5.5C1 4.94772 1.44772 4.5 2 4.5H2.5V4C2.5 3.44772 2.94772 3 3.5 3ZM20.5 3C21.0523 3 21.5 3.44772 21.5 4V4.5H22C22.5523 4.5 23 4.94772 23 5.5C23 6.05228 22.5523 6.5 22 6.5H21.5V7C21.5 7.55228 21.0523 8 20.5 8C19.9477 8 19.5 7.55228 19.5 7V4C19.5 3.44772 19.9477 3 20.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 2C7.05228 2 7.5 2.44772 7.5 3V4.5H16.5V3C16.5 2.44772 16.9477 2 17.5 2C18.0523 2 18.5 2.44772 18.5 3V8C18.5 8.55228 18.0523 9 17.5 9C16.9477 9 16.5 8.55228 16.5 8V6.5H7.5V8C7.5 8.55228 7.05228 9 6.5 9C5.94772 9 5.5 8.55228 5.5 8V3C5.5 2.44772 5.94772 2 6.5 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 7.5C10.0523 7.5 10.5 7.94772 10.5 8.5V16C10.5 16.5523 10.0523 17 9.5 17C8.94772 17 8.5 16.5523 8.5 16V8.5C8.5 7.94772 8.94772 7.5 9.5 7.5ZM14.5 7.5C15.0523 7.5 15.5 7.94772 15.5 8.5V16C15.5 16.5523 15.0523 17 14.5 17C13.9477 17 13.5 16.5523 13.5 16V8.5C13.5 7.94772 13.9477 7.5 14.5 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 18C8.55228 18 9 18.4477 9 19V21C9 21.5523 8.55228 22 8 22C7.44772 22 7 21.5523 7 21V19C7 18.4477 7.44772 18 8 18ZM16 18C16.5523 18 17 18.4477 17 19V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V19C15 18.4477 15.4477 18 16 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.45752 15.4406C6.81957 15.2848 7.19069 15.25 7.57003 15.25H16.4298C16.8091 15.25 17.1802 15.2848 17.5423 15.4406C17.9084 15.5982 18.1925 15.8478 18.4587 16.1478C18.6187 16.3161 19.1915 16.9252 19.3531 17.1584C19.5099 17.3847 19.6785 17.6869 19.7323 18.0377C19.7918 18.4249 19.7034 18.8325 19.4082 19.1817C19.0807 19.5689 18.6003 19.6666 18.2301 19.7076C17.8472 19.7501 17.3485 19.75 16.7674 19.75H16.7674H7.23239H7.23237C6.65129 19.75 6.15265 19.7501 5.76967 19.7076C5.39952 19.6666 4.91907 19.5689 4.59163 19.1817C4.29638 18.8325 4.20805 18.4249 4.26747 18.0377C4.3213 17.6869 4.48991 17.3847 4.64668 17.1584C4.80828 16.9252 5.38107 16.3161 5.5411 16.1478C5.80733 15.8478 6.09138 15.5982 6.45752 15.4406Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-equipment-weightlifting{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.4949 7.25002L10.5286 7.25004H13.4714L13.5051 7.25002C13.7598 7.24978 14.1483 7.24941 14.5093 7.36215C14.9451 7.49821 15.3438 7.79557 15.563 8.33504C15.7039 8.68174 15.75 9.12673 15.75 9.50004C15.75 9.87336 15.7039 10.3184 15.563 10.6651C15.3438 11.2045 14.9451 11.5019 14.5093 11.6379C14.1483 11.7507 13.7598 11.7503 13.5051 11.7501L13.4714 11.75H10.5286L10.4949 11.7501C10.2402 11.7503 9.85171 11.7507 9.49065 11.6379C9.05491 11.5019 8.65621 11.2045 8.43701 10.6651C8.29614 10.3184 8.25 9.87336 8.25 9.50004C8.25 9.12673 8.29614 8.68174 8.43701 8.33504C8.65621 7.79557 9.05491 7.49821 9.49065 7.36215C9.85171 7.24941 10.2402 7.24978 10.4949 7.25002Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.4949 10.25L10.5286 10.25H13.4714L13.5051 10.25C13.7598 10.2498 14.1483 10.2494 14.5093 10.3622C14.9451 10.4982 15.3438 10.7956 15.563 11.335C15.7039 11.6817 15.75 12.1267 15.75 12.5C15.75 12.8734 15.7039 13.3184 15.563 13.6651C15.3438 14.2045 14.9451 14.5019 14.5093 14.6379C14.1483 14.7507 13.7598 14.7503 13.5051 14.7501L13.4714 14.75H10.5286L10.4949 14.7501C10.2402 14.7503 9.85171 14.7507 9.49065 14.6379C9.05491 14.5019 8.65621 14.2045 8.43701 13.6651C8.29614 13.3184 8.25 12.8734 8.25 12.5C8.25 12.1267 8.29614 11.6817 8.43701 11.335C8.65621 10.7956 9.05491 10.4982 9.49065 10.3622C9.85171 10.2494 10.2402 10.2498 10.4949 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.4186 16.5C12.7982 16.5 11.1778 16.5004 9.55744 16.5C9.44725 16.5 9.35138 16.5 9.25989 16.5055C8.10305 16.5756 7.09004 17.3057 6.65775 18.381C6.62117 18.472 6.58904 18.5698 6.55105 18.6838C6.3764 19.2077 6.65956 19.774 7.1835 19.9487C7.70745 20.1233 8.27377 19.8402 8.44841 19.3162C8.4948 19.1771 8.50486 19.1483 8.51341 19.127C8.65751 18.7686 8.99518 18.5252 9.3808 18.5018C9.40368 18.5005 9.43417 18.5 9.58087 18.5H14.4186C14.5653 18.5 14.5958 18.5005 14.6187 18.5018C15.0043 18.5252 15.3419 18.7686 15.486 19.127C15.4946 19.1483 15.5047 19.1771 15.551 19.3162C15.7257 19.8402 16.292 20.1233 16.816 19.9487C17.3399 19.774 17.6231 19.2077 17.4484 18.6838C17.4104 18.5698 17.3783 18.472 17.3417 18.381C16.9094 17.3057 15.8964 16.5756 14.7396 16.5055C14.6417 16.4996 14.5387 16.5 14.4186 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 16.5C11.4477 16.5 11 16.9477 11 17.5V21H5C4.44771 21 4 21.4477 4 22C4 22.5523 4.44771 23 5 23H19C19.5523 23 20 22.5523 20 22C20 21.4477 19.5523 21 19 21H13V17.5C13 16.9477 12.5523 16.5 12 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.57079 3.99986C8.63293 3.99991 8.69587 3.99997 8.75963 3.99997H15.2404C15.3042 3.99997 15.3671 3.99991 15.4292 3.99986C16.6013 3.99885 17.4919 3.99808 18.2916 4.36592C19.0914 4.73375 19.6704 5.41041 20.4324 6.30099C20.4728 6.34821 20.5137 6.39602 20.5552 6.44443L21.7593 7.84918C22.1187 8.2685 22.0701 8.8998 21.6508 9.25922C21.2315 9.61865 20.6002 9.57008 20.2408 9.15076L19.0367 7.74601C18.0935 6.64564 17.8073 6.34453 17.4559 6.18294C17.1046 6.02136 16.6897 5.99997 15.2404 5.99997H8.75963C7.31035 5.99997 6.89543 6.02136 6.54411 6.18294C6.19278 6.34453 5.90652 6.64564 4.96334 7.74601L3.75927 9.15076C3.39985 9.57008 2.76855 9.61865 2.34923 9.25922C1.9299 8.8998 1.88134 8.2685 2.24076 7.84918L3.44483 6.44443C3.48632 6.39602 3.52724 6.3482 3.56764 6.30098C4.32967 5.4104 4.90865 4.73375 5.7084 4.36592C6.50815 3.99808 7.3987 3.99885 8.57079 3.99986Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2L13 8C13 8.55228 12.5523 9 12 9C11.4477 9 11 8.55228 11 8L11 2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.4949 7.25002L10.5286 7.25004H13.4714L13.5051 7.25002C13.7598 7.24978 14.1483 7.24941 14.5093 7.36215C14.9451 7.49821 15.3438 7.79557 15.563 8.33504C15.7039 8.68174 15.75 9.12673 15.75 9.50004C15.75 9.87336 15.7039 10.3184 15.563 10.6651C15.3438 11.2045 14.9451 11.5019 14.5093 11.6379C14.1483 11.7507 13.7598 11.7503 13.5051 11.7501L13.4714 11.75H10.5286L10.4949 11.7501C10.2402 11.7503 9.85171 11.7507 9.49065 11.6379C9.05491 11.5019 8.65621 11.2045 8.43701 10.6651C8.29614 10.3184 8.25 9.87336 8.25 9.50004C8.25 9.12673 8.29614 8.68174 8.43701 8.33504C8.65621 7.79557 9.05491 7.49821 9.49065 7.36215C9.85171 7.24941 10.2402 7.24978 10.4949 7.25002Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.4949 10.25L10.5286 10.25H13.4714L13.5051 10.25C13.7598 10.2498 14.1483 10.2494 14.5093 10.3622C14.9451 10.4982 15.3438 10.7956 15.563 11.335C15.7039 11.6817 15.75 12.1267 15.75 12.5C15.75 12.8734 15.7039 13.3184 15.563 13.6651C15.3438 14.2045 14.9451 14.5019 14.5093 14.6379C14.1483 14.7507 13.7598 14.7503 13.5051 14.7501L13.4714 14.75H10.5286L10.4949 14.7501C10.2402 14.7503 9.85171 14.7507 9.49065 14.6379C9.05491 14.5019 8.65621 14.2045 8.43701 13.6651C8.29614 13.3184 8.25 12.8734 8.25 12.5C8.25 12.1267 8.29614 11.6817 8.43701 11.335C8.65621 10.7956 9.05491 10.4982 9.49065 10.3622C9.85171 10.2494 10.2402 10.2498 10.4949 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.4186 16.5C12.7982 16.5 11.1778 16.5004 9.55744 16.5C9.44725 16.5 9.35138 16.5 9.25989 16.5055C8.10305 16.5756 7.09004 17.3057 6.65775 18.381C6.62117 18.472 6.58904 18.5698 6.55105 18.6838C6.3764 19.2077 6.65956 19.774 7.1835 19.9487C7.70745 20.1233 8.27377 19.8402 8.44841 19.3162C8.4948 19.1771 8.50486 19.1483 8.51341 19.127C8.65751 18.7686 8.99518 18.5252 9.3808 18.5018C9.40368 18.5005 9.43417 18.5 9.58087 18.5H14.4186C14.5653 18.5 14.5958 18.5005 14.6187 18.5018C15.0043 18.5252 15.3419 18.7686 15.486 19.127C15.4946 19.1483 15.5047 19.1771 15.551 19.3162C15.7257 19.8402 16.292 20.1233 16.816 19.9487C17.3399 19.774 17.6231 19.2077 17.4484 18.6838C17.4104 18.5698 17.3783 18.472 17.3417 18.381C16.9094 17.3057 15.8964 16.5756 14.7396 16.5055C14.6417 16.4996 14.5387 16.5 14.4186 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 16.5C11.4477 16.5 11 16.9477 11 17.5V21H5C4.44771 21 4 21.4477 4 22C4 22.5523 4.44771 23 5 23H19C19.5523 23 20 22.5523 20 22C20 21.4477 19.5523 21 19 21H13V17.5C13 16.9477 12.5523 16.5 12 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.57079 3.99986C8.63293 3.99991 8.69587 3.99997 8.75963 3.99997H15.2404C15.3042 3.99997 15.3671 3.99991 15.4292 3.99986C16.6013 3.99885 17.4919 3.99808 18.2916 4.36592C19.0914 4.73375 19.6704 5.41041 20.4324 6.30099C20.4728 6.34821 20.5137 6.39602 20.5552 6.44443L21.7593 7.84918C22.1187 8.2685 22.0701 8.8998 21.6508 9.25922C21.2315 9.61865 20.6002 9.57008 20.2408 9.15076L19.0367 7.74601C18.0935 6.64564 17.8073 6.34453 17.4559 6.18294C17.1046 6.02136 16.6897 5.99997 15.2404 5.99997H8.75963C7.31035 5.99997 6.89543 6.02136 6.54411 6.18294C6.19278 6.34453 5.90652 6.64564 4.96334 7.74601L3.75927 9.15076C3.39985 9.57008 2.76855 9.61865 2.34923 9.25922C1.9299 8.8998 1.88134 8.2685 2.24076 7.84918L3.44483 6.44443C3.48632 6.39602 3.52724 6.3482 3.56764 6.30098C4.32967 5.4104 4.90865 4.73375 5.7084 4.36592C6.50815 3.99808 7.3987 3.99885 8.57079 3.99986Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2L13 8C13 8.55228 12.5523 9 12 9C11.4477 9 11 8.55228 11 8L11 2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-expander{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7827 16.9822C10.5164 16.665 10.5577 16.1919 10.8749 15.9256C11.1992 15.6533 11.5763 15.4347 11.9861 15.2985L11.9984 15.2944C12.3988 15.1689 12.5798 15.0221 12.6803 14.9059C12.7927 14.7758 12.8817 14.5679 12.983 14.3C13.0733 14.0592 13.205 13.7076 13.4537 13.3892C13.743 13.0189 14.1506 12.7335 14.7313 12.5443C15.0183 12.4508 15.1573 12.3586 15.227 12.2968C15.2891 12.2418 15.3264 12.1848 15.363 12.0957C15.3838 12.0449 15.4191 11.9346 15.444 11.8536C15.4643 11.7867 15.4896 11.7032 15.5166 11.6242C15.5913 11.4058 15.7048 11.1378 15.9256 10.8749C16.1919 10.5577 16.665 10.5164 16.9822 10.7827C17.2994 11.049 17.3407 11.5221 17.0744 11.8393C17.0188 11.9056 16.9796 11.9819 16.936 12.1093C16.9183 12.1613 16.8805 12.2853 16.862 12.3462C16.8341 12.4371 16.7983 12.5491 16.7504 12.6658C16.6494 12.9117 16.4948 13.1775 16.2221 13.4192C15.9571 13.6542 15.6185 13.8329 15.196 13.9705C14.8574 14.0808 14.7161 14.2099 14.6358 14.3126C14.5346 14.4422 14.4766 14.5917 14.3654 14.8856C14.2648 15.1516 14.1194 15.5347 13.8151 15.8868C13.5001 16.2513 13.0635 16.5316 12.4538 16.7237C12.2389 16.796 12.0283 16.9158 11.8393 17.0744C11.5221 17.3407 11.049 17.2994 10.7827 16.9822Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.48328 14.394C9.2262 14.0692 9.28109 13.5975 9.60587 13.3404C9.89685 13.1101 10.2429 12.9478 10.6212 12.8725L10.6271 12.8713C10.743 12.8493 10.847 12.7386 11.1255 12.1925C11.341 11.7672 11.7367 10.9866 12.6804 10.8055C12.8047 10.7383 12.8125 10.6133 12.9102 10.441C12.9315 10.384 12.9569 10.3162 13 10.2115C13.0713 10.0379 13.174 9.81611 13.3404 9.60587C13.5975 9.28109 14.0692 9.2262 14.394 9.48328C14.7188 9.74036 14.7736 10.2121 14.5166 10.5368C14.4786 10.5847 14.439 10.656 14.3873 10.7818C14.3457 10.8896 14.244 11.1518 14.2006 11.2483C14.119 11.4297 13.9964 11.6577 13.7898 11.8572C13.5726 12.0671 13.2992 12.2107 12.9703 12.2772L12.9631 12.2786C12.8009 12.3098 12.664 12.4784 12.4012 12.9937C12.1972 13.4011 11.8117 14.1707 10.9117 14.3441C10.7686 14.373 10.6418 14.4335 10.5368 14.5166C10.2121 14.7736 9.74036 14.7188 9.48328 14.394Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.32071 13.3711C6.9185 13.2721 6.67271 12.8658 6.77172 12.4636C6.83048 12.2249 6.94866 12.017 7.12237 11.8541C7.2877 11.6991 7.46983 11.6162 7.61172 11.5676C7.74362 11.5225 8.03899 11.4603 8.12057 11.444C8.47521 11.3113 8.64333 11.1562 8.74542 11.0201C8.86572 10.8598 8.93396 10.6791 9.04172 10.383L9.04904 10.3629L9.04904 10.3628C9.14431 10.1007 9.28596 9.71101 9.58256 9.37825C9.91158 9.00912 10.3654 8.77296 10.972 8.6624C11.2362 8.62379 11.3491 8.55264 11.3719 8.53234C11.3945 8.5122 11.4259 8.47502 11.4657 8.35146C11.4883 8.26009 11.5842 7.89325 11.6223 7.7747C11.7038 7.52147 11.8449 7.20164 12.149 6.93555C12.4607 6.66279 12.9345 6.69438 13.2073 7.0061C13.48 7.31783 13.4484 7.79165 13.1367 8.06441C13.1194 8.07957 13.0897 8.11131 13.0503 8.23387C13.0276 8.32571 12.932 8.6914 12.8935 8.81108C12.8116 9.06567 12.6704 9.38479 12.3689 9.65301C12.0708 9.91821 11.687 10.0713 11.2297 10.1402C10.8854 10.2047 10.7623 10.3091 10.7023 10.3763C10.617 10.4721 10.542 10.6468 10.4354 10.9399C10.3417 11.1984 10.2064 11.5723 9.94525 11.9203C9.65205 12.3111 8.90625 12.7617 8.17684 12.9662C8.02697 13.2808 7.67227 13.4576 7.32071 13.3711Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.803 1.46967C15.0959 1.17678 15.5708 1.17678 15.8637 1.46967L22.5303 8.13634C22.8232 8.42923 22.8232 8.9041 22.5303 9.197C22.2374 9.48989 21.7626 9.48989 21.4697 9.197L21.3333 9.0606C21.0188 9.37419 20.7425 9.64393 20.4871 9.85147C20.171 10.1083 19.8391 10.3111 19.4296 10.4077C19.02 10.5044 18.6325 10.4715 18.2349 10.3831C17.8627 10.3004 17.2587 10.0992 16.7503 9.92968L16.7503 9.92968C16.0061 9.68265 15.4033 9.48255 14.9604 9.03962C14.5174 8.59668 14.3173 7.99388 14.0703 7.2497C13.9008 6.7413 13.6996 6.13731 13.6169 5.76507C13.5285 5.36746 13.4956 4.97996 13.5923 4.57041C13.6889 4.16087 13.8917 3.82899 14.1485 3.51288C14.3561 3.25748 14.6258 2.9812 14.9394 2.66673L14.803 2.53033C14.5101 2.23744 14.5101 1.76256 14.803 1.46967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.24972 14.0703C7.99388 14.3173 8.59669 14.5175 9.03962 14.9604C9.48255 15.4033 9.68265 16.0061 9.92968 16.7503C10.0992 17.2587 10.3004 17.8627 10.3831 18.2349C10.4715 18.6325 10.5044 19.02 10.4077 19.4296C10.3111 19.8391 10.1083 20.171 9.85147 20.4871C9.64393 20.7425 9.37419 21.0188 9.0606 21.3333L9.197 21.4697C9.48989 21.7626 9.48989 22.2374 9.197 22.5303C8.9041 22.8232 8.42923 22.8232 8.13634 22.5303L1.46967 15.8637C1.17678 15.5708 1.17678 15.0959 1.46967 14.803C1.76256 14.5101 2.23744 14.5101 2.53033 14.803L2.66673 14.9394C2.9812 14.6258 3.25748 14.3561 3.51288 14.1485C3.82899 13.8917 4.16087 13.6889 4.57041 13.5923C4.97996 13.4956 5.36746 13.5285 5.76507 13.6169C6.13729 13.6996 6.74135 13.9009 7.24972 14.0703Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7827 16.9822C10.5164 16.665 10.5577 16.1919 10.8749 15.9256C11.1992 15.6533 11.5763 15.4347 11.9861 15.2985L11.9984 15.2944C12.3988 15.1689 12.5798 15.0221 12.6803 14.9059C12.7927 14.7758 12.8817 14.5679 12.983 14.3C13.0733 14.0592 13.205 13.7076 13.4537 13.3892C13.743 13.0189 14.1506 12.7335 14.7313 12.5443C15.0183 12.4508 15.1573 12.3586 15.227 12.2968C15.2891 12.2418 15.3264 12.1848 15.363 12.0957C15.3838 12.0449 15.4191 11.9346 15.444 11.8536C15.4643 11.7867 15.4896 11.7032 15.5166 11.6242C15.5913 11.4058 15.7048 11.1378 15.9256 10.8749C16.1919 10.5577 16.665 10.5164 16.9822 10.7827C17.2994 11.049 17.3407 11.5221 17.0744 11.8393C17.0188 11.9056 16.9796 11.9819 16.936 12.1093C16.9183 12.1613 16.8805 12.2853 16.862 12.3462C16.8341 12.4371 16.7983 12.5491 16.7504 12.6658C16.6494 12.9117 16.4948 13.1775 16.2221 13.4192C15.9571 13.6542 15.6185 13.8329 15.196 13.9705C14.8574 14.0808 14.7161 14.2099 14.6358 14.3126C14.5346 14.4422 14.4766 14.5917 14.3654 14.8856C14.2648 15.1516 14.1194 15.5347 13.8151 15.8868C13.5001 16.2513 13.0635 16.5316 12.4538 16.7237C12.2389 16.796 12.0283 16.9158 11.8393 17.0744C11.5221 17.3407 11.049 17.2994 10.7827 16.9822Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.48328 14.394C9.2262 14.0692 9.28109 13.5975 9.60587 13.3404C9.89685 13.1101 10.2429 12.9478 10.6212 12.8725L10.6271 12.8713C10.743 12.8493 10.847 12.7386 11.1255 12.1925C11.341 11.7672 11.7367 10.9866 12.6804 10.8055C12.8047 10.7383 12.8125 10.6133 12.9102 10.441C12.9315 10.384 12.9569 10.3162 13 10.2115C13.0713 10.0379 13.174 9.81611 13.3404 9.60587C13.5975 9.28109 14.0692 9.2262 14.394 9.48328C14.7188 9.74036 14.7736 10.2121 14.5166 10.5368C14.4786 10.5847 14.439 10.656 14.3873 10.7818C14.3457 10.8896 14.244 11.1518 14.2006 11.2483C14.119 11.4297 13.9964 11.6577 13.7898 11.8572C13.5726 12.0671 13.2992 12.2107 12.9703 12.2772L12.9631 12.2786C12.8009 12.3098 12.664 12.4784 12.4012 12.9937C12.1972 13.4011 11.8117 14.1707 10.9117 14.3441C10.7686 14.373 10.6418 14.4335 10.5368 14.5166C10.2121 14.7736 9.74036 14.7188 9.48328 14.394Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.32071 13.3711C6.9185 13.2721 6.67271 12.8658 6.77172 12.4636C6.83048 12.2249 6.94866 12.017 7.12237 11.8541C7.2877 11.6991 7.46983 11.6162 7.61172 11.5676C7.74362 11.5225 8.03899 11.4603 8.12057 11.444C8.47521 11.3113 8.64333 11.1562 8.74542 11.0201C8.86572 10.8598 8.93396 10.6791 9.04172 10.383L9.04904 10.3629L9.04904 10.3628C9.14431 10.1007 9.28596 9.71101 9.58256 9.37825C9.91158 9.00912 10.3654 8.77296 10.972 8.6624C11.2362 8.62379 11.3491 8.55264 11.3719 8.53234C11.3945 8.5122 11.4259 8.47502 11.4657 8.35146C11.4883 8.26009 11.5842 7.89325 11.6223 7.7747C11.7038 7.52147 11.8449 7.20164 12.149 6.93555C12.4607 6.66279 12.9345 6.69438 13.2073 7.0061C13.48 7.31783 13.4484 7.79165 13.1367 8.06441C13.1194 8.07957 13.0897 8.11131 13.0503 8.23387C13.0276 8.32571 12.932 8.6914 12.8935 8.81108C12.8116 9.06567 12.6704 9.38479 12.3689 9.65301C12.0708 9.91821 11.687 10.0713 11.2297 10.1402C10.8854 10.2047 10.7623 10.3091 10.7023 10.3763C10.617 10.4721 10.542 10.6468 10.4354 10.9399C10.3417 11.1984 10.2064 11.5723 9.94525 11.9203C9.65205 12.3111 8.90625 12.7617 8.17684 12.9662C8.02697 13.2808 7.67227 13.4576 7.32071 13.3711Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.803 1.46967C15.0959 1.17678 15.5708 1.17678 15.8637 1.46967L22.5303 8.13634C22.8232 8.42923 22.8232 8.9041 22.5303 9.197C22.2374 9.48989 21.7626 9.48989 21.4697 9.197L21.3333 9.0606C21.0188 9.37419 20.7425 9.64393 20.4871 9.85147C20.171 10.1083 19.8391 10.3111 19.4296 10.4077C19.02 10.5044 18.6325 10.4715 18.2349 10.3831C17.8627 10.3004 17.2587 10.0992 16.7503 9.92968L16.7503 9.92968C16.0061 9.68265 15.4033 9.48255 14.9604 9.03962C14.5174 8.59668 14.3173 7.99388 14.0703 7.2497C13.9008 6.7413 13.6996 6.13731 13.6169 5.76507C13.5285 5.36746 13.4956 4.97996 13.5923 4.57041C13.6889 4.16087 13.8917 3.82899 14.1485 3.51288C14.3561 3.25748 14.6258 2.9812 14.9394 2.66673L14.803 2.53033C14.5101 2.23744 14.5101 1.76256 14.803 1.46967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.24972 14.0703C7.99388 14.3173 8.59669 14.5175 9.03962 14.9604C9.48255 15.4033 9.68265 16.0061 9.92968 16.7503C10.0992 17.2587 10.3004 17.8627 10.3831 18.2349C10.4715 18.6325 10.5044 19.02 10.4077 19.4296C10.3111 19.8391 10.1083 20.171 9.85147 20.4871C9.64393 20.7425 9.37419 21.0188 9.0606 21.3333L9.197 21.4697C9.48989 21.7626 9.48989 22.2374 9.197 22.5303C8.9041 22.8232 8.42923 22.8232 8.13634 22.5303L1.46967 15.8637C1.17678 15.5708 1.17678 15.0959 1.46967 14.803C1.76256 14.5101 2.23744 14.5101 2.53033 14.803L2.66673 14.9394C2.9812 14.6258 3.25748 14.3561 3.51288 14.1485C3.82899 13.8917 4.16087 13.6889 4.57041 13.5923C4.97996 13.4956 5.36746 13.5285 5.76507 13.6169C6.13729 13.6996 6.74135 13.9009 7.24972 14.0703Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-gymnastic-rings{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 12.0001C14.0147 12.0001 12 14.0148 12 16.5001C12 18.9854 14.0147 21.0001 16.5 21.0001C18.9853 21.0001 21 18.9854 21 16.5001C21 14.0148 18.9853 12.0001 16.5 12.0001ZM10 16.5001C10 12.9103 12.9101 10.0001 16.5 10.0001C20.0899 10.0001 23 12.9103 23 16.5001C23 20.09 20.0899 23.0001 16.5 23.0001C12.9101 23.0001 10 20.09 10 16.5001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 1.00012C17.0523 1.00012 17.5 1.44784 17.5 2.00012V11.0001C17.5 11.5524 17.0523 12.0001 16.5 12.0001C15.9477 12.0001 15.5 11.5524 15.5 11.0001L15.5 2.00012C15.5 1.44784 15.9477 1.00012 16.5 1.00012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.51337 8.00012C5.01851 8.00012 3 10.0173 3 12.5007C3 15.1408 5.40257 17.269 8.02836 16.9724C8.57715 16.9104 9.0723 17.305 9.13431 17.8538C9.19631 18.4026 8.80169 18.8977 8.2529 18.9597C4.45374 19.389 1 16.347 1 12.5007C1 8.90834 3.91833 6.00012 7.51337 6.00012C9.69826 6.00012 11.6323 7.07486 12.8126 8.72028C13.1345 9.16905 13.0316 9.79381 12.5829 10.1157C12.1341 10.4376 11.5093 10.3348 11.1874 9.88598C10.3674 8.74275 9.02772 8.00012 7.51337 8.00012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 1.00012C8.05228 1.00012 8.5 1.44784 8.5 2.00012V7.00012C8.5 7.55241 8.05228 8.00012 7.5 8.00012C6.94772 8.00012 6.5 7.55241 6.5 7.00012L6.5 2.00012C6.5 1.44784 6.94772 1.00012 7.5 1.00012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 12.0001C14.0147 12.0001 12 14.0148 12 16.5001C12 18.9854 14.0147 21.0001 16.5 21.0001C18.9853 21.0001 21 18.9854 21 16.5001C21 14.0148 18.9853 12.0001 16.5 12.0001ZM10 16.5001C10 12.9103 12.9101 10.0001 16.5 10.0001C20.0899 10.0001 23 12.9103 23 16.5001C23 20.09 20.0899 23.0001 16.5 23.0001C12.9101 23.0001 10 20.09 10 16.5001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 1.00012C17.0523 1.00012 17.5 1.44784 17.5 2.00012V11.0001C17.5 11.5524 17.0523 12.0001 16.5 12.0001C15.9477 12.0001 15.5 11.5524 15.5 11.0001L15.5 2.00012C15.5 1.44784 15.9477 1.00012 16.5 1.00012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.51337 8.00012C5.01851 8.00012 3 10.0173 3 12.5007C3 15.1408 5.40257 17.269 8.02836 16.9724C8.57715 16.9104 9.0723 17.305 9.13431 17.8538C9.19631 18.4026 8.80169 18.8977 8.2529 18.9597C4.45374 19.389 1 16.347 1 12.5007C1 8.90834 3.91833 6.00012 7.51337 6.00012C9.69826 6.00012 11.6323 7.07486 12.8126 8.72028C13.1345 9.16905 13.0316 9.79381 12.5829 10.1157C12.1341 10.4376 11.5093 10.3348 11.1874 9.88598C10.3674 8.74275 9.02772 8.00012 7.51337 8.00012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 1.00012C8.05228 1.00012 8.5 1.44784 8.5 2.00012V7.00012C8.5 7.55241 8.05228 8.00012 7.5 8.00012C6.94772 8.00012 6.5 7.55241 6.5 7.00012L6.5 2.00012C6.5 1.44784 6.94772 1.00012 7.5 1.00012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-hand-grip{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.84884 11.1813C9.24591 11.3839 9.70705 11.6192 9.98865 11.8254C10.3123 12.0624 10.59 12.3724 10.7006 12.8337C10.8231 13.3444 10.6971 13.7798 10.4982 14.1223C10.3349 14.4036 10.1039 14.6492 9.94176 14.8215C9.74718 15.0296 9.60697 15.1933 9.55865 15.2939C9.53232 15.3487 9.52555 15.3784 9.55435 15.4549C9.81712 16.1526 9.9331 16.7855 9.69334 17.4053C9.47743 17.9634 8.97508 18.4211 8.53821 18.8126L8.60366 19.1771L8.60367 19.1771C8.64218 19.3263 8.70019 19.5509 8.72084 19.7656C8.74869 20.0551 8.72286 20.4103 8.51538 20.7635C7.92769 21.7641 7.1151 22.5004 6.0598 22.7676C5.01136 23.033 3.86534 22.7992 2.67902 22.1557C2.40536 22.0072 1.87619 21.7092 1.55614 21.2955C1.3851 21.0744 1.20358 20.7299 1.26111 20.3036C1.31913 19.8736 1.59354 19.556 1.90383 19.3322C2.60011 18.8301 3.19383 17.9287 3.67886 16.7982C4.15724 15.6832 4.49482 14.4291 4.72668 13.3192C4.74725 13.2208 4.82137 12.7564 4.82137 12.7564C4.85914 12.5271 4.90823 12.2566 4.98267 11.9893C5.11601 11.5105 5.40074 10.7732 6.13475 10.4788C6.61273 10.2871 7.08399 10.3931 7.47524 10.5357C7.85685 10.6749 8.31705 10.9098 8.84884 11.1813Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1516 11.1812C14.7546 11.3838 14.2934 11.619 14.0118 11.8253C13.6882 12.0623 13.4105 12.3722 13.2999 12.8336C13.1776 13.3435 13.304 13.7784 13.5015 14.1202C13.6644 14.402 13.8947 14.6485 14.0568 14.822C14.2512 15.0312 14.3916 15.1958 14.4406 15.2976C14.4678 15.3542 14.4733 15.3827 14.4461 15.4547C14.1834 16.1525 14.0674 16.7854 14.3071 17.4052C14.5231 17.9633 15.0254 18.421 15.4623 18.8125C15.4623 18.8125 15.4415 18.9955 15.3968 19.177L15.3968 19.177C15.3583 19.3261 15.3003 19.5507 15.2796 19.7654C15.2518 20.055 15.2776 20.4101 15.4851 20.7634C16.0728 21.764 16.8854 22.5003 17.9407 22.7675C18.9891 23.0329 20.1351 22.799 21.3215 22.1556C21.5951 22.0071 22.1243 21.7091 22.4443 21.2954C22.6154 21.0743 22.7969 20.7298 22.7394 20.3035C22.6814 19.8735 22.407 19.5559 22.0967 19.3321C21.4004 18.83 20.8067 17.9286 20.3216 16.7981C19.8433 15.6831 19.5057 14.429 19.2738 13.3191C19.2532 13.2206 19.1791 12.7563 19.1791 12.7563C19.1414 12.527 19.0923 12.2565 19.0178 11.9892C18.8845 11.5104 18.5998 10.7731 17.8657 10.4787C17.3878 10.287 16.9165 10.393 16.5253 10.5356C16.1436 10.6747 15.6834 10.9097 15.1516 11.1812Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5001 4.62488C10.5001 3.79645 11.1716 3.12488 12.0001 3.12488C12.8285 3.12488 13.5001 3.79645 13.5001 4.62488C13.5001 5.45331 12.8285 6.12488 12.0001 6.12488C11.1716 6.12488 10.5001 5.45331 10.5001 4.62488ZM12.0001 1.12488C10.0671 1.12488 8.50007 2.69188 8.50007 4.62488C8.50007 6.55787 10.0671 8.12488 12.0001 8.12488C12.5083 8.12488 12.9913 8.01654 13.4271 7.8217L14.5354 11.8855C14.6807 12.4183 15.2305 12.7325 15.7633 12.5871C16.2961 12.4418 16.6102 11.8921 16.4649 11.3593L15.0814 6.28627C15.3485 5.79198 15.5001 5.22613 15.5001 4.62488C15.5001 2.69188 13.9331 1.12488 12.0001 1.12488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.51311 7.91037C8.98029 7.76505 8.43055 8.07919 8.28523 8.61201L7.53523 11.362C7.38991 11.8948 7.70405 12.4446 8.23688 12.5899C8.7697 12.7352 9.31944 12.4211 9.46476 11.8882L10.2148 9.13825C10.3601 8.60542 10.0459 8.05568 9.51311 7.91037Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.84884 11.1813C9.24591 11.3839 9.70705 11.6192 9.98865 11.8254C10.3123 12.0624 10.59 12.3724 10.7006 12.8337C10.8231 13.3444 10.6971 13.7798 10.4982 14.1223C10.3349 14.4036 10.1039 14.6492 9.94176 14.8215C9.74718 15.0296 9.60697 15.1933 9.55865 15.2939C9.53232 15.3487 9.52555 15.3784 9.55435 15.4549C9.81712 16.1526 9.9331 16.7855 9.69334 17.4053C9.47743 17.9634 8.97508 18.4211 8.53821 18.8126L8.60366 19.1771L8.60367 19.1771C8.64218 19.3263 8.70019 19.5509 8.72084 19.7656C8.74869 20.0551 8.72286 20.4103 8.51538 20.7635C7.92769 21.7641 7.1151 22.5004 6.0598 22.7676C5.01136 23.033 3.86534 22.7992 2.67902 22.1557C2.40536 22.0072 1.87619 21.7092 1.55614 21.2955C1.3851 21.0744 1.20358 20.7299 1.26111 20.3036C1.31913 19.8736 1.59354 19.556 1.90383 19.3322C2.60011 18.8301 3.19383 17.9287 3.67886 16.7982C4.15724 15.6832 4.49482 14.4291 4.72668 13.3192C4.74725 13.2208 4.82137 12.7564 4.82137 12.7564C4.85914 12.5271 4.90823 12.2566 4.98267 11.9893C5.11601 11.5105 5.40074 10.7732 6.13475 10.4788C6.61273 10.2871 7.08399 10.3931 7.47524 10.5357C7.85685 10.6749 8.31705 10.9098 8.84884 11.1813Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1516 11.1812C14.7546 11.3838 14.2934 11.619 14.0118 11.8253C13.6882 12.0623 13.4105 12.3722 13.2999 12.8336C13.1776 13.3435 13.304 13.7784 13.5015 14.1202C13.6644 14.402 13.8947 14.6485 14.0568 14.822C14.2512 15.0312 14.3916 15.1958 14.4406 15.2976C14.4678 15.3542 14.4733 15.3827 14.4461 15.4547C14.1834 16.1525 14.0674 16.7854 14.3071 17.4052C14.5231 17.9633 15.0254 18.421 15.4623 18.8125C15.4623 18.8125 15.4415 18.9955 15.3968 19.177L15.3968 19.177C15.3583 19.3261 15.3003 19.5507 15.2796 19.7654C15.2518 20.055 15.2776 20.4101 15.4851 20.7634C16.0728 21.764 16.8854 22.5003 17.9407 22.7675C18.9891 23.0329 20.1351 22.799 21.3215 22.1556C21.5951 22.0071 22.1243 21.7091 22.4443 21.2954C22.6154 21.0743 22.7969 20.7298 22.7394 20.3035C22.6814 19.8735 22.407 19.5559 22.0967 19.3321C21.4004 18.83 20.8067 17.9286 20.3216 16.7981C19.8433 15.6831 19.5057 14.429 19.2738 13.3191C19.2532 13.2206 19.1791 12.7563 19.1791 12.7563C19.1414 12.527 19.0923 12.2565 19.0178 11.9892C18.8845 11.5104 18.5998 10.7731 17.8657 10.4787C17.3878 10.287 16.9165 10.393 16.5253 10.5356C16.1436 10.6747 15.6834 10.9097 15.1516 11.1812Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5001 4.62488C10.5001 3.79645 11.1716 3.12488 12.0001 3.12488C12.8285 3.12488 13.5001 3.79645 13.5001 4.62488C13.5001 5.45331 12.8285 6.12488 12.0001 6.12488C11.1716 6.12488 10.5001 5.45331 10.5001 4.62488ZM12.0001 1.12488C10.0671 1.12488 8.50007 2.69188 8.50007 4.62488C8.50007 6.55787 10.0671 8.12488 12.0001 8.12488C12.5083 8.12488 12.9913 8.01654 13.4271 7.8217L14.5354 11.8855C14.6807 12.4183 15.2305 12.7325 15.7633 12.5871C16.2961 12.4418 16.6102 11.8921 16.4649 11.3593L15.0814 6.28627C15.3485 5.79198 15.5001 5.22613 15.5001 4.62488C15.5001 2.69188 13.9331 1.12488 12.0001 1.12488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.51311 7.91037C8.98029 7.76505 8.43055 8.07919 8.28523 8.61201L7.53523 11.362C7.38991 11.8948 7.70405 12.4446 8.23688 12.5899C8.7697 12.7352 9.31944 12.4211 9.46476 11.8882L10.2148 9.13825C10.3601 8.60542 10.0459 8.05568 9.51311 7.91037Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-kettlebell{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.56655 3.84935C7.24287 3.97446 7.06845 4.08976 6.99234 4.16172C6.81511 4.32928 6.6763 4.52428 6.58066 4.73484C6.48104 4.95418 6.44399 5.18644 6.64715 5.80631C6.79825 6.26734 7.03526 6.81184 7.36624 7.57224C7.52831 7.94458 7.71291 8.36868 7.92099 8.86008C8.13634 9.36865 7.89863 9.9555 7.39006 10.1708C6.88149 10.3862 6.29464 10.1485 6.07929 9.63992C5.90477 9.22775 5.73788 8.84415 5.58279 8.48765L5.58276 8.48759C5.22378 7.66244 4.92794 6.98243 4.74662 6.42919C4.46503 5.57001 4.36875 4.76849 4.75969 3.90776C4.96457 3.45669 5.25687 3.05016 5.61833 2.70842C5.96003 2.38536 6.40267 2.15502 6.84548 1.98386C7.2995 1.80836 7.81783 1.6709 8.36406 1.56466C9.45668 1.35216 10.7375 1.25 12 1.25C13.2626 1.25 14.5434 1.35216 15.636 1.56466C16.1822 1.6709 16.7005 1.80836 17.1546 1.98386C17.5974 2.15502 18.04 2.38536 18.3817 2.70842C18.7432 3.05016 19.0355 3.45669 19.2403 3.90776C19.6312 4.76836 19.5352 5.56979 19.2537 6.42906C19.0723 6.9828 18.7762 7.66344 18.4169 8.48948C18.262 8.84546 18.0954 9.22845 17.9212 9.63992C17.7059 10.1485 17.119 10.3862 16.6104 10.1708C16.1019 9.9555 15.8642 9.36865 16.0795 8.86008C16.2872 8.36961 16.4715 7.94619 16.6333 7.57435L16.6333 7.57433C16.9647 6.81289 17.2019 6.26781 17.3531 5.80644C17.5561 5.18666 17.5191 4.95431 17.4194 4.73483C17.3237 4.52428 17.1849 4.32928 17.0077 4.16173C16.9316 4.08976 16.7572 3.97446 16.4335 3.84935C16.121 3.72857 15.7235 3.61915 15.2542 3.52787C14.3157 3.34536 13.167 3.25 12 3.25C10.8331 3.25 9.68432 3.34536 8.74588 3.52787C8.27659 3.61915 7.87901 3.72857 7.56655 3.84935Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 16C3.25 11.1675 7.16751 7.25 12 7.25C16.8325 7.25 20.75 11.1675 20.75 16C20.75 18.0177 20.0661 19.8778 18.918 21.3582C18.499 21.8985 18.0503 22.2734 17.4927 22.4945C16.9552 22.7076 16.3822 22.75 15.7789 22.75H8.22111C7.61777 22.75 7.04482 22.7076 6.50735 22.4945C5.94969 22.2734 5.50103 21.8985 5.08198 21.3582C3.93385 19.8778 3.25 18.0177 3.25 16ZM6.5 16C6.5 15.4477 6.94772 15 7.5 15H8.12602C8.57006 13.2748 10.1362 12 12 12C13.8638 12 15.4299 13.2748 15.874 15H16.5C17.0523 15 17.5 15.4477 17.5 16C17.5 16.5523 17.0523 17 16.5 17H15.874C15.4299 18.7252 13.8638 20 12 20C10.1362 20 8.57006 18.7252 8.12602 17H7.5C6.94772 17 6.5 16.5523 6.5 16ZM14 16C14 17.1046 13.1046 18 12 18C10.8954 18 10 17.1046 10 16C10 14.8954 10.8954 14 12 14C13.1046 14 14 14.8954 14 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.56655 3.84935C7.24287 3.97446 7.06845 4.08976 6.99234 4.16172C6.81511 4.32928 6.6763 4.52428 6.58066 4.73484C6.48104 4.95418 6.44399 5.18644 6.64715 5.80631C6.79825 6.26734 7.03526 6.81184 7.36624 7.57224C7.52831 7.94458 7.71291 8.36868 7.92099 8.86008C8.13634 9.36865 7.89863 9.9555 7.39006 10.1708C6.88149 10.3862 6.29464 10.1485 6.07929 9.63992C5.90477 9.22775 5.73788 8.84415 5.58279 8.48765L5.58276 8.48759C5.22378 7.66244 4.92794 6.98243 4.74662 6.42919C4.46503 5.57001 4.36875 4.76849 4.75969 3.90776C4.96457 3.45669 5.25687 3.05016 5.61833 2.70842C5.96003 2.38536 6.40267 2.15502 6.84548 1.98386C7.2995 1.80836 7.81783 1.6709 8.36406 1.56466C9.45668 1.35216 10.7375 1.25 12 1.25C13.2626 1.25 14.5434 1.35216 15.636 1.56466C16.1822 1.6709 16.7005 1.80836 17.1546 1.98386C17.5974 2.15502 18.04 2.38536 18.3817 2.70842C18.7432 3.05016 19.0355 3.45669 19.2403 3.90776C19.6312 4.76836 19.5352 5.56979 19.2537 6.42906C19.0723 6.9828 18.7762 7.66344 18.4169 8.48948C18.262 8.84546 18.0954 9.22845 17.9212 9.63992C17.7059 10.1485 17.119 10.3862 16.6104 10.1708C16.1019 9.9555 15.8642 9.36865 16.0795 8.86008C16.2872 8.36961 16.4715 7.94619 16.6333 7.57435L16.6333 7.57433C16.9647 6.81289 17.2019 6.26781 17.3531 5.80644C17.5561 5.18666 17.5191 4.95431 17.4194 4.73483C17.3237 4.52428 17.1849 4.32928 17.0077 4.16173C16.9316 4.08976 16.7572 3.97446 16.4335 3.84935C16.121 3.72857 15.7235 3.61915 15.2542 3.52787C14.3157 3.34536 13.167 3.25 12 3.25C10.8331 3.25 9.68432 3.34536 8.74588 3.52787C8.27659 3.61915 7.87901 3.72857 7.56655 3.84935Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 16C3.25 11.1675 7.16751 7.25 12 7.25C16.8325 7.25 20.75 11.1675 20.75 16C20.75 18.0177 20.0661 19.8778 18.918 21.3582C18.499 21.8985 18.0503 22.2734 17.4927 22.4945C16.9552 22.7076 16.3822 22.75 15.7789 22.75H8.22111C7.61777 22.75 7.04482 22.7076 6.50735 22.4945C5.94969 22.2734 5.50103 21.8985 5.08198 21.3582C3.93385 19.8778 3.25 18.0177 3.25 16ZM6.5 16C6.5 15.4477 6.94772 15 7.5 15H8.12602C8.57006 13.2748 10.1362 12 12 12C13.8638 12 15.4299 13.2748 15.874 15H16.5C17.0523 15 17.5 15.4477 17.5 16C17.5 16.5523 17.0523 17 16.5 17H15.874C15.4299 18.7252 13.8638 20 12 20C10.1362 20 8.57006 18.7252 8.12602 17H7.5C6.94772 17 6.5 16.5523 6.5 16ZM14 16C14 17.1046 13.1046 18 12 18C10.8954 18 10 17.1046 10 16C10 14.8954 10.8954 14 12 14C13.1046 14 14 14.8954 14 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-locker{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 17.75C4.55228 17.75 5 18.1977 5 18.75V20.75C5 21.3023 4.55228 21.75 4 21.75C3.44772 21.75 3 21.3023 3 20.75V18.75C3 18.1977 3.44772 17.75 4 17.75ZM20 17.75C20.5523 17.75 21 18.1977 21 18.75V20.75C21 21.3023 20.5523 21.75 20 21.75C19.4477 21.75 19 21.3023 19 20.75V18.75C19 18.1977 19.4477 17.75 20 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 2.85C11.25 2.56716 11.25 2.42574 11.1621 2.33787C11.0743 2.25 10.9328 2.25 10.65 2.25L9.94358 2.25H9.94357C8.10583 2.24999 6.65019 2.24997 5.51098 2.40314C4.33856 2.56076 3.38961 2.89288 2.64124 3.64124C1.89288 4.38961 1.56076 5.33856 1.40314 6.51098C1.24997 7.65019 1.24999 9.10581 1.25 10.9436V10.9436V11.0564V11.0564C1.24999 12.8942 1.24997 14.3498 1.40314 15.489C1.56076 16.6614 1.89288 17.6104 2.64125 18.3588C3.38961 19.1071 4.33856 19.4392 5.51098 19.5969C6.65018 19.75 8.10581 19.75 9.94354 19.75H10.65C10.9328 19.75 11.0743 19.75 11.1621 19.6621C11.25 19.5743 11.25 19.4328 11.25 19.15L11.25 2.85ZM12.75 19.15C12.75 19.4328 12.75 19.5743 12.8379 19.6621C12.9257 19.75 13.0672 19.75 13.35 19.75H14.0564C15.8942 19.75 17.3498 19.75 18.489 19.5969C19.6614 19.4392 20.6104 19.1071 21.3588 18.3588C22.1071 17.6104 22.4392 16.6614 22.5969 15.489C22.75 14.3498 22.75 12.8942 22.75 11.0565V10.9436C22.75 9.10585 22.75 7.65018 22.5969 6.51098C22.4392 5.33856 22.1071 4.38961 21.3588 3.64124C20.6104 2.89288 19.6614 2.56076 18.489 2.40314C17.3498 2.24997 15.8942 2.24999 14.0564 2.25H14.0564L13.35 2.25C13.0672 2.25 12.9257 2.25 12.8379 2.33787C12.75 2.42574 12.75 2.56716 12.75 2.85L12.75 19.15ZM4.75 7C4.75 7.41421 5.08579 7.75 5.5 7.75H8.5C8.91421 7.75 9.25 7.41421 9.25 7C9.25 6.58579 8.91421 6.25 8.5 6.25L5.5 6.25C5.08579 6.25 4.75 6.58579 4.75 7ZM5.5 10.75C5.08579 10.75 4.75 10.4142 4.75 10C4.75 9.58579 5.08579 9.25 5.5 9.25H8.5C8.91421 9.25 9.25 9.58579 9.25 10C9.25 10.4142 8.91421 10.75 8.5 10.75H5.5ZM7.24219 14C7.24219 14.5523 7.6899 15 8.24219 15H8.25117C8.80345 15 9.25117 14.5523 9.25117 14C9.25117 13.4477 8.80345 13 8.25117 13H8.24219C7.6899 13 7.24219 13.4477 7.24219 14ZM15.5 7.75C15.0858 7.75 14.75 7.41421 14.75 7C14.75 6.58579 15.0858 6.25 15.5 6.25H18.5C18.9142 6.25 19.25 6.58579 19.25 7C19.25 7.41421 18.9142 7.75 18.5 7.75H15.5ZM14.75 10C14.75 10.4142 15.0858 10.75 15.5 10.75H18.5C18.9142 10.75 19.25 10.4142 19.25 10C19.25 9.58579 18.9142 9.25 18.5 9.25H15.5C15.0858 9.25 14.75 9.58579 14.75 10ZM15.75 15C15.1977 15 14.75 14.5523 14.75 14C14.75 13.4477 15.1977 13 15.75 13H15.759C16.3113 13 16.759 13.4477 16.759 14C16.759 14.5523 16.3113 15 15.759 15H15.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 17.75C4.55228 17.75 5 18.1977 5 18.75V20.75C5 21.3023 4.55228 21.75 4 21.75C3.44772 21.75 3 21.3023 3 20.75V18.75C3 18.1977 3.44772 17.75 4 17.75ZM20 17.75C20.5523 17.75 21 18.1977 21 18.75V20.75C21 21.3023 20.5523 21.75 20 21.75C19.4477 21.75 19 21.3023 19 20.75V18.75C19 18.1977 19.4477 17.75 20 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 2.85C11.25 2.56716 11.25 2.42574 11.1621 2.33787C11.0743 2.25 10.9328 2.25 10.65 2.25L9.94358 2.25H9.94357C8.10583 2.24999 6.65019 2.24997 5.51098 2.40314C4.33856 2.56076 3.38961 2.89288 2.64124 3.64124C1.89288 4.38961 1.56076 5.33856 1.40314 6.51098C1.24997 7.65019 1.24999 9.10581 1.25 10.9436V10.9436V11.0564V11.0564C1.24999 12.8942 1.24997 14.3498 1.40314 15.489C1.56076 16.6614 1.89288 17.6104 2.64125 18.3588C3.38961 19.1071 4.33856 19.4392 5.51098 19.5969C6.65018 19.75 8.10581 19.75 9.94354 19.75H10.65C10.9328 19.75 11.0743 19.75 11.1621 19.6621C11.25 19.5743 11.25 19.4328 11.25 19.15L11.25 2.85ZM12.75 19.15C12.75 19.4328 12.75 19.5743 12.8379 19.6621C12.9257 19.75 13.0672 19.75 13.35 19.75H14.0564C15.8942 19.75 17.3498 19.75 18.489 19.5969C19.6614 19.4392 20.6104 19.1071 21.3588 18.3588C22.1071 17.6104 22.4392 16.6614 22.5969 15.489C22.75 14.3498 22.75 12.8942 22.75 11.0565V10.9436C22.75 9.10585 22.75 7.65018 22.5969 6.51098C22.4392 5.33856 22.1071 4.38961 21.3588 3.64124C20.6104 2.89288 19.6614 2.56076 18.489 2.40314C17.3498 2.24997 15.8942 2.24999 14.0564 2.25H14.0564L13.35 2.25C13.0672 2.25 12.9257 2.25 12.8379 2.33787C12.75 2.42574 12.75 2.56716 12.75 2.85L12.75 19.15ZM4.75 7C4.75 7.41421 5.08579 7.75 5.5 7.75H8.5C8.91421 7.75 9.25 7.41421 9.25 7C9.25 6.58579 8.91421 6.25 8.5 6.25L5.5 6.25C5.08579 6.25 4.75 6.58579 4.75 7ZM5.5 10.75C5.08579 10.75 4.75 10.4142 4.75 10C4.75 9.58579 5.08579 9.25 5.5 9.25H8.5C8.91421 9.25 9.25 9.58579 9.25 10C9.25 10.4142 8.91421 10.75 8.5 10.75H5.5ZM7.24219 14C7.24219 14.5523 7.6899 15 8.24219 15H8.25117C8.80345 15 9.25117 14.5523 9.25117 14C9.25117 13.4477 8.80345 13 8.25117 13H8.24219C7.6899 13 7.24219 13.4477 7.24219 14ZM15.5 7.75C15.0858 7.75 14.75 7.41421 14.75 7C14.75 6.58579 15.0858 6.25 15.5 6.25H18.5C18.9142 6.25 19.25 6.58579 19.25 7C19.25 7.41421 18.9142 7.75 18.5 7.75H15.5ZM14.75 10C14.75 10.4142 15.0858 10.75 15.5 10.75H18.5C18.9142 10.75 19.25 10.4142 19.25 10C19.25 9.58579 18.9142 9.25 18.5 9.25H15.5C15.0858 9.25 14.75 9.58579 14.75 10ZM15.75 15C15.1977 15 14.75 14.5523 14.75 14C14.75 13.4477 15.1977 13 15.75 13H15.759C16.3113 13 16.759 13.4477 16.759 14C16.759 14.5523 16.3113 15 15.759 15H15.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-pool{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 18C6.46112 18 6.86246 18.3153 6.97159 18.7633C7.11142 19.3374 7.87473 20 9 20C10.1253 20 10.8886 19.3374 11.0284 18.7633C11.1375 18.3153 11.5389 18 12 18C12.4611 18 12.8625 18.3153 12.9716 18.7633C13.1114 19.3374 13.8747 20 15 20C16.1253 20 16.8886 19.3374 17.0284 18.7633C17.1375 18.3153 17.5389 18 18 18C18.4611 18 18.8625 18.3153 18.9716 18.7633C19.1114 19.3374 19.8747 20 21 20H22C22.5523 20 23 20.4477 23 21C23 21.5523 22.5523 22 22 22H21C19.9542 22 18.9081 21.6347 18.1394 20.9861C18.0592 20.9183 17.9408 20.9183 17.8606 20.9861C17.0919 21.6347 16.0458 22 15 22C13.9542 22 12.9081 21.6347 12.1394 20.9861C12.0592 20.9183 11.9408 20.9183 11.8606 20.9861C11.0919 21.6347 10.0458 22 9 22C7.95416 22 6.90813 21.6347 6.13945 20.9861C6.0592 20.9183 5.9408 20.9183 5.86056 20.9861C5.09187 21.6347 4.04584 22 3 22H2C1.44772 22 1 21.5523 1 21C1 20.4477 1.44772 20 2 20H3C4.12527 20 4.88858 19.3374 5.02841 18.7633C5.13754 18.3153 5.53888 18 6 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.9487 2.68392C20.1233 3.20786 19.8402 3.77418 19.3162 3.94883L19.0513 4.03714C18.3695 4.26443 17.9382 4.40977 17.6247 4.55563C17.3344 4.69064 17.2411 4.78438 17.1888 4.85696C17.1365 4.92953 17.077 5.04776 17.0407 5.36577C17.0015 5.70934 17 6.16443 17 6.88319V17.0001C17 17.5524 16.5523 18.0001 16 18.0001C15.4477 18.0001 15 17.5524 15 17.0001L15 6.88319C15 6.86566 15 6.84819 15 6.83078C15 6.1799 14.9999 5.60942 15.0536 5.13891C15.1117 4.63026 15.2411 4.13874 15.5663 3.68754C15.8915 3.23633 16.3169 2.95819 16.7811 2.74225C17.2104 2.5425 17.7517 2.36213 18.3691 2.15634C18.3857 2.15084 18.4022 2.14531 18.4189 2.13977L18.6838 2.05147C19.2077 1.87682 19.774 2.15998 19.9487 2.68392Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9487 2.68392C12.1233 3.20786 11.8402 3.77418 11.3162 3.94883L11.0513 4.03714C10.3695 4.26443 9.93819 4.40977 9.62466 4.55563C9.33444 4.69064 9.24107 4.78438 9.18876 4.85696C9.13645 4.92953 9.07705 5.04776 9.04074 5.36577C9.00151 5.70934 9 6.16443 9 6.88319L9 17.0001C9 17.5524 8.55229 18.0001 8 18.0001C7.44772 18.0001 7 17.5524 7 17.0001L7 6.88319C7 6.86566 7 6.84819 7 6.83078C6.99996 6.1799 6.99993 5.60942 7.05365 5.13891C7.11172 4.63026 7.24107 4.13874 7.56628 3.68754C7.89149 3.23633 8.31688 2.95819 8.78106 2.74225C9.21044 2.5425 9.75166 2.36213 10.3691 2.15634C10.3857 2.15084 10.4022 2.14531 10.4189 2.13977L10.6838 2.05147C11.2077 1.87682 11.774 2.15998 11.9487 2.68392Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 6.99988C7 6.44759 7.44772 5.99988 8 5.99988H16C16.5523 5.99988 17 6.44759 17 6.99988C17 7.55216 16.5523 7.99988 16 7.99988H8C7.44772 7.99988 7 7.55216 7 6.99988ZM7 10.9999C7 10.4476 7.44772 9.99988 8 9.99988H16C16.5523 9.99988 17 10.4476 17 10.9999C17 11.5522 16.5523 11.9999 16 11.9999H8C7.44772 11.9999 7 11.5522 7 10.9999ZM7 14.9999C7 14.4476 7.44772 13.9999 8 13.9999H16C16.5523 13.9999 17 14.4476 17 14.9999C17 15.5522 16.5523 15.9999 16 15.9999H8C7.44772 15.9999 7 15.5522 7 14.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 18C6.46112 18 6.86246 18.3153 6.97159 18.7633C7.11142 19.3374 7.87473 20 9 20C10.1253 20 10.8886 19.3374 11.0284 18.7633C11.1375 18.3153 11.5389 18 12 18C12.4611 18 12.8625 18.3153 12.9716 18.7633C13.1114 19.3374 13.8747 20 15 20C16.1253 20 16.8886 19.3374 17.0284 18.7633C17.1375 18.3153 17.5389 18 18 18C18.4611 18 18.8625 18.3153 18.9716 18.7633C19.1114 19.3374 19.8747 20 21 20H22C22.5523 20 23 20.4477 23 21C23 21.5523 22.5523 22 22 22H21C19.9542 22 18.9081 21.6347 18.1394 20.9861C18.0592 20.9183 17.9408 20.9183 17.8606 20.9861C17.0919 21.6347 16.0458 22 15 22C13.9542 22 12.9081 21.6347 12.1394 20.9861C12.0592 20.9183 11.9408 20.9183 11.8606 20.9861C11.0919 21.6347 10.0458 22 9 22C7.95416 22 6.90813 21.6347 6.13945 20.9861C6.0592 20.9183 5.9408 20.9183 5.86056 20.9861C5.09187 21.6347 4.04584 22 3 22H2C1.44772 22 1 21.5523 1 21C1 20.4477 1.44772 20 2 20H3C4.12527 20 4.88858 19.3374 5.02841 18.7633C5.13754 18.3153 5.53888 18 6 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.9487 2.68392C20.1233 3.20786 19.8402 3.77418 19.3162 3.94883L19.0513 4.03714C18.3695 4.26443 17.9382 4.40977 17.6247 4.55563C17.3344 4.69064 17.2411 4.78438 17.1888 4.85696C17.1365 4.92953 17.077 5.04776 17.0407 5.36577C17.0015 5.70934 17 6.16443 17 6.88319V17.0001C17 17.5524 16.5523 18.0001 16 18.0001C15.4477 18.0001 15 17.5524 15 17.0001L15 6.88319C15 6.86566 15 6.84819 15 6.83078C15 6.1799 14.9999 5.60942 15.0536 5.13891C15.1117 4.63026 15.2411 4.13874 15.5663 3.68754C15.8915 3.23633 16.3169 2.95819 16.7811 2.74225C17.2104 2.5425 17.7517 2.36213 18.3691 2.15634C18.3857 2.15084 18.4022 2.14531 18.4189 2.13977L18.6838 2.05147C19.2077 1.87682 19.774 2.15998 19.9487 2.68392Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9487 2.68392C12.1233 3.20786 11.8402 3.77418 11.3162 3.94883L11.0513 4.03714C10.3695 4.26443 9.93819 4.40977 9.62466 4.55563C9.33444 4.69064 9.24107 4.78438 9.18876 4.85696C9.13645 4.92953 9.07705 5.04776 9.04074 5.36577C9.00151 5.70934 9 6.16443 9 6.88319L9 17.0001C9 17.5524 8.55229 18.0001 8 18.0001C7.44772 18.0001 7 17.5524 7 17.0001L7 6.88319C7 6.86566 7 6.84819 7 6.83078C6.99996 6.1799 6.99993 5.60942 7.05365 5.13891C7.11172 4.63026 7.24107 4.13874 7.56628 3.68754C7.89149 3.23633 8.31688 2.95819 8.78106 2.74225C9.21044 2.5425 9.75166 2.36213 10.3691 2.15634C10.3857 2.15084 10.4022 2.14531 10.4189 2.13977L10.6838 2.05147C11.2077 1.87682 11.774 2.15998 11.9487 2.68392Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 6.99988C7 6.44759 7.44772 5.99988 8 5.99988H16C16.5523 5.99988 17 6.44759 17 6.99988C17 7.55216 16.5523 7.99988 16 7.99988H8C7.44772 7.99988 7 7.55216 7 6.99988ZM7 10.9999C7 10.4476 7.44772 9.99988 8 9.99988H16C16.5523 9.99988 17 10.4476 17 10.9999C17 11.5522 16.5523 11.9999 16 11.9999H8C7.44772 11.9999 7 11.5522 7 10.9999ZM7 14.9999C7 14.4476 7.44772 13.9999 8 13.9999H16C16.5523 13.9999 17 14.4476 17 14.9999C17 15.5522 16.5523 15.9999 16 15.9999H8C7.44772 15.9999 7 15.5522 7 14.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-punching-ball-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.947 1.23067C14.453 0.983681 13.8523 1.1839 13.6054 1.67788C13.4186 2.05149 13.0778 2.32481 12.6726 2.42612L11.9998 2.59432L11.327 2.42612C10.9217 2.32481 10.581 2.05149 10.3942 1.67788C10.1472 1.1839 9.54655 0.983681 9.05257 1.23067C8.55859 1.47766 8.35836 2.07833 8.60535 2.57231C9.05326 3.46813 9.87025 4.12349 10.8419 4.3664L10.9998 4.40587V6.1251C10.9998 6.67738 11.4475 7.1251 11.9998 7.1251C12.5521 7.1251 12.9998 6.67738 12.9998 6.1251V4.40587L13.1577 4.3664C14.1293 4.12349 14.9463 3.46813 15.3942 2.57231C15.6412 2.07833 15.441 1.47766 14.947 1.23067Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.1426 5.42709C11.687 5.35768 12.3126 5.35763 12.8571 5.42698C13.3447 5.48909 13.8064 5.63183 14.2181 5.90516C14.6331 6.1807 14.9402 6.55094 15.1727 6.98137C15.2716 7.1645 15.412 7.54811 15.5451 7.91165C16.0554 9.30368 16.7198 10.4207 17.372 11.5171C17.512 11.7524 17.6514 11.9868 17.7886 12.2228C18.542 13.5184 19.25 14.8977 19.25 16.5645C19.25 19.5536 17.2595 21.6468 14.6294 22.4774C14.4553 22.5324 14.3682 22.5599 14.3251 22.5134C14.2821 22.4669 14.3176 22.3787 14.3887 22.2024C14.6793 21.4819 14.8894 20.6397 15.0293 19.7862C15.2105 18.6809 15.2819 17.5075 15.2406 16.4652C15.2003 15.4483 15.0499 14.4645 14.7258 13.7955C14.5476 13.4278 14.1001 13.2717 13.7261 13.4469C13.3522 13.622 13.1934 14.0621 13.3716 14.4299C13.5602 14.8192 13.7034 15.5551 13.7417 16.5226C13.7791 17.4646 13.7142 18.5401 13.5484 19.5515C13.3812 20.5717 13.119 21.4783 12.7881 22.1086C12.433 22.7849 12.1376 22.7852 12 22.7852C11.8618 22.7852 11.5682 22.7847 11.2135 22.1087C10.8828 21.4786 10.6212 20.5721 10.4544 19.5518C10.2892 18.5405 10.2248 17.4649 10.2623 16.5228C10.3009 15.5553 10.444 14.8189 10.6323 14.4292C10.8101 14.0614 10.651 13.6214 10.2769 13.4466C9.90279 13.2717 9.45537 13.4282 9.27757 13.7961C8.9544 14.4647 8.80402 15.4482 8.76349 16.465C8.72194 17.5072 8.79281 18.6806 8.97345 19.7858C9.113 20.6397 9.32275 21.4823 9.61322 22.2031C9.68425 22.3793 9.71977 22.4674 9.67673 22.514C9.63368 22.5605 9.54664 22.533 9.37254 22.4781C6.74156 21.648 4.75 19.5546 4.75 16.5648C4.75 14.898 5.45802 13.5186 6.21146 12.2229C6.34864 11.987 6.48807 11.7526 6.62802 11.5174C7.2802 10.4209 7.94464 9.30382 8.455 7.91167C8.58803 7.54819 8.72843 7.16463 8.82734 6.98152C9.05983 6.55113 9.36681 6.18091 9.78179 5.90536C10.1934 5.63202 10.6551 5.48925 11.1426 5.42709ZM12.6138 7.35591C12.2308 7.30712 11.7684 7.30715 11.3854 7.35599C11.1136 7.39063 10.9531 7.45727 10.8466 7.52795C10.7437 7.59629 10.6369 7.70439 10.5265 7.90841L10.1638 8.8532C10.1165 8.9765 10.0929 9.03815 10.1227 9.08151C10.1525 9.12487 10.2185 9.12487 10.3506 9.12487L13.6494 9.12487C13.7815 9.12487 13.8476 9.12487 13.8774 9.08149C13.9072 9.03811 13.8835 8.97644 13.8361 8.8531L13.4729 7.90835C13.3624 7.70429 13.2556 7.59617 13.1526 7.52784C13.0462 7.45716 12.8856 7.39053 12.6138 7.35591Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.947 1.23067C14.453 0.983681 13.8523 1.1839 13.6054 1.67788C13.4186 2.05149 13.0778 2.32481 12.6726 2.42612L11.9998 2.59432L11.327 2.42612C10.9217 2.32481 10.581 2.05149 10.3942 1.67788C10.1472 1.1839 9.54655 0.983681 9.05257 1.23067C8.55859 1.47766 8.35836 2.07833 8.60535 2.57231C9.05326 3.46813 9.87025 4.12349 10.8419 4.3664L10.9998 4.40587V6.1251C10.9998 6.67738 11.4475 7.1251 11.9998 7.1251C12.5521 7.1251 12.9998 6.67738 12.9998 6.1251V4.40587L13.1577 4.3664C14.1293 4.12349 14.9463 3.46813 15.3942 2.57231C15.6412 2.07833 15.441 1.47766 14.947 1.23067Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.1426 5.42709C11.687 5.35768 12.3126 5.35763 12.8571 5.42698C13.3447 5.48909 13.8064 5.63183 14.2181 5.90516C14.6331 6.1807 14.9402 6.55094 15.1727 6.98137C15.2716 7.1645 15.412 7.54811 15.5451 7.91165C16.0554 9.30368 16.7198 10.4207 17.372 11.5171C17.512 11.7524 17.6514 11.9868 17.7886 12.2228C18.542 13.5184 19.25 14.8977 19.25 16.5645C19.25 19.5536 17.2595 21.6468 14.6294 22.4774C14.4553 22.5324 14.3682 22.5599 14.3251 22.5134C14.2821 22.4669 14.3176 22.3787 14.3887 22.2024C14.6793 21.4819 14.8894 20.6397 15.0293 19.7862C15.2105 18.6809 15.2819 17.5075 15.2406 16.4652C15.2003 15.4483 15.0499 14.4645 14.7258 13.7955C14.5476 13.4278 14.1001 13.2717 13.7261 13.4469C13.3522 13.622 13.1934 14.0621 13.3716 14.4299C13.5602 14.8192 13.7034 15.5551 13.7417 16.5226C13.7791 17.4646 13.7142 18.5401 13.5484 19.5515C13.3812 20.5717 13.119 21.4783 12.7881 22.1086C12.433 22.7849 12.1376 22.7852 12 22.7852C11.8618 22.7852 11.5682 22.7847 11.2135 22.1087C10.8828 21.4786 10.6212 20.5721 10.4544 19.5518C10.2892 18.5405 10.2248 17.4649 10.2623 16.5228C10.3009 15.5553 10.444 14.8189 10.6323 14.4292C10.8101 14.0614 10.651 13.6214 10.2769 13.4466C9.90279 13.2717 9.45537 13.4282 9.27757 13.7961C8.9544 14.4647 8.80402 15.4482 8.76349 16.465C8.72194 17.5072 8.79281 18.6806 8.97345 19.7858C9.113 20.6397 9.32275 21.4823 9.61322 22.2031C9.68425 22.3793 9.71977 22.4674 9.67673 22.514C9.63368 22.5605 9.54664 22.533 9.37254 22.4781C6.74156 21.648 4.75 19.5546 4.75 16.5648C4.75 14.898 5.45802 13.5186 6.21146 12.2229C6.34864 11.987 6.48807 11.7526 6.62802 11.5174C7.2802 10.4209 7.94464 9.30382 8.455 7.91167C8.58803 7.54819 8.72843 7.16463 8.82734 6.98152C9.05983 6.55113 9.36681 6.18091 9.78179 5.90536C10.1934 5.63202 10.6551 5.48925 11.1426 5.42709ZM12.6138 7.35591C12.2308 7.30712 11.7684 7.30715 11.3854 7.35599C11.1136 7.39063 10.9531 7.45727 10.8466 7.52795C10.7437 7.59629 10.6369 7.70439 10.5265 7.90841L10.1638 8.8532C10.1165 8.9765 10.0929 9.03815 10.1227 9.08151C10.1525 9.12487 10.2185 9.12487 10.3506 9.12487L13.6494 9.12487C13.7815 9.12487 13.8476 9.12487 13.8774 9.08149C13.9072 9.03811 13.8835 8.97644 13.8361 8.8531L13.4729 7.90835C13.3624 7.70429 13.2556 7.59617 13.1526 7.52784C13.0462 7.45716 12.8856 7.39053 12.6138 7.35591Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-punching-ball-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.00257 19.1507C7.46434 18.2982 8.33856 17.75 9.30858 17.75H14.6914C15.6614 17.75 16.5357 18.2982 16.9974 19.1507L17.537 20.1468C18.1362 21.253 17.4175 22.75 16.054 22.75H7.94601C6.58247 22.75 5.86384 21.253 6.463 20.1468L7.00257 19.1507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0007 11C12.5533 11 13.0013 11.4477 13.0013 12V18.5C13.0013 19.0523 12.5533 19.5 12.0007 19.5C11.448 19.5 11 19.0523 11 18.5V12C11 11.4477 11.448 11 12.0007 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.35739 2.32865C9.34454 1.56785 10.6509 1.25 11.9998 1.25C13.3455 1.25 14.6524 1.56039 15.6408 2.3185C16.6585 3.09911 17.2532 4.29027 17.2532 5.84619C17.2532 7.29387 16.6101 8.19404 15.9325 8.95615C15.7973 9.10816 15.6641 9.25232 15.5339 9.3932L15.5339 9.39322L15.5338 9.39322C15.0034 9.96709 14.5233 10.4866 14.1684 11.2613C14.0571 11.5048 13.9287 11.7856 13.8489 11.9068C13.7116 12.1153 13.5417 12.316 13.3011 12.4692C13.061 12.6221 12.8072 12.6916 12.5602 12.7289C12.4175 12.7504 11.9996 12.75 11.9996 12.75C11.9996 12.75 11.5818 12.7503 11.439 12.7288C11.1917 12.6914 10.9378 12.6216 10.6977 12.4686C10.4572 12.3152 10.2872 12.1143 10.1499 11.9054C10.0702 11.7841 9.94223 11.5036 9.83134 11.2605C9.47501 10.4807 8.9917 9.95576 8.45929 9.37749C8.33094 9.23807 8.19973 9.09556 8.06677 8.94564C7.39112 8.18382 6.74634 7.28473 6.74634 5.84619C6.74634 4.30059 7.34226 3.11103 8.35739 2.32865Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.00257 19.1507C7.46434 18.2982 8.33856 17.75 9.30858 17.75H14.6914C15.6614 17.75 16.5357 18.2982 16.9974 19.1507L17.537 20.1468C18.1362 21.253 17.4175 22.75 16.054 22.75H7.94601C6.58247 22.75 5.86384 21.253 6.463 20.1468L7.00257 19.1507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0007 11C12.5533 11 13.0013 11.4477 13.0013 12V18.5C13.0013 19.0523 12.5533 19.5 12.0007 19.5C11.448 19.5 11 19.0523 11 18.5V12C11 11.4477 11.448 11 12.0007 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.35739 2.32865C9.34454 1.56785 10.6509 1.25 11.9998 1.25C13.3455 1.25 14.6524 1.56039 15.6408 2.3185C16.6585 3.09911 17.2532 4.29027 17.2532 5.84619C17.2532 7.29387 16.6101 8.19404 15.9325 8.95615C15.7973 9.10816 15.6641 9.25232 15.5339 9.3932L15.5339 9.39322L15.5338 9.39322C15.0034 9.96709 14.5233 10.4866 14.1684 11.2613C14.0571 11.5048 13.9287 11.7856 13.8489 11.9068C13.7116 12.1153 13.5417 12.316 13.3011 12.4692C13.061 12.6221 12.8072 12.6916 12.5602 12.7289C12.4175 12.7504 11.9996 12.75 11.9996 12.75C11.9996 12.75 11.5818 12.7503 11.439 12.7288C11.1917 12.6914 10.9378 12.6216 10.6977 12.4686C10.4572 12.3152 10.2872 12.1143 10.1499 11.9054C10.0702 11.7841 9.94223 11.5036 9.83134 11.2605C9.47501 10.4807 8.9917 9.95576 8.45929 9.37749C8.33094 9.23807 8.19973 9.09556 8.06677 8.94564C7.39112 8.18382 6.74634 7.28473 6.74634 5.84619C6.74634 4.30059 7.34226 3.11103 8.35739 2.32865Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-push-up-bar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.43417 3.37512C7.45604 3.37513 7.47799 3.37513 7.5 3.37513C8.05229 3.37513 8.5 3.82284 8.5 4.37513C8.5 4.92741 8.05229 5.37513 7.5 5.37513C6.52893 5.37513 5.90122 5.37725 5.43871 5.43943C5.00497 5.49775 4.86902 5.5919 4.7929 5.66802C4.71677 5.74414 4.62263 5.88009 4.56431 6.31383C4.50213 6.77634 4.5 7.40405 4.5 8.37513V9.87513C4.5 10.4274 4.05229 10.8751 3.5 10.8751C2.94772 10.8751 2.5 10.4274 2.5 9.87513V8.37513C2.5 8.35311 2.5 8.33117 2.5 8.3093C2.49995 7.42281 2.49991 6.659 2.58215 6.04734C2.67028 5.39182 2.86902 4.76347 3.37868 4.25381C3.88835 3.74414 4.5167 3.5454 5.17221 3.45727C5.78387 3.37503 6.54769 3.37507 7.43417 3.37512ZM18.5613 5.43943C18.0988 5.37725 17.4711 5.37513 16.5 5.37513C15.9477 5.37513 15.5 4.92741 15.5 4.37513C15.5 3.82284 15.9477 3.37513 16.5 3.37513L16.5658 3.37512C17.4523 3.37507 18.2161 3.37503 18.8278 3.45727C19.4833 3.5454 20.1117 3.74414 20.6213 4.25381C21.131 4.76347 21.3297 5.39182 21.4179 6.04734C21.5001 6.659 21.5001 7.42282 21.5 8.30932L21.5 9.87513C21.5 10.4274 21.0523 10.8751 20.5 10.8751C19.9477 10.8751 19.5 10.4274 19.5 9.87513V8.37513C19.5 7.40405 19.4979 6.77634 19.4357 6.31383C19.3774 5.88009 19.2832 5.74414 19.2071 5.66802C19.131 5.5919 18.995 5.49775 18.5613 5.43943Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 9.87488C23 9.32259 22.5523 8.87488 22 8.87488H19C18.4477 8.87488 18 9.32259 18 9.87488C18 10.4272 18.4477 10.8749 19 10.8749H22C22.5523 10.8749 23 10.4272 23 9.87488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 9.87488C6 9.32259 5.55228 8.87488 5 8.87488H2C1.44772 8.87488 1 9.32259 1 9.87488C1 10.4272 1.44772 10.8749 2 10.8749H5C5.55228 10.8749 6 10.4272 6 9.87488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.20461 2.62985H14.796C15.013 2.6246 15.3304 2.61693 15.6041 2.64963C15.9895 2.69567 16.5 2.83534 16.8652 3.29708C17.3068 3.85547 17.2504 4.62864 17.2503 5.29855C17.2503 6.06235 16.908 6.59049 16.198 6.8818L15.0378 7.358C14.7128 7.49262 14.3571 7.63994 13.9723 7.62353C13.409 7.59949 12.9447 7.30662 12.6637 7.12944C12.3178 6.91331 12.1246 6.81815 12.0003 6.81815C11.876 6.81815 11.6828 6.91331 11.3369 7.12944C11.056 7.30662 10.5916 7.59949 10.0283 7.62353C9.64358 7.63994 9.28785 7.49262 8.9628 7.358L7.80267 6.8818C7.09267 6.59049 6.75032 6.06235 6.75032 5.29855C6.75032 4.62967 6.69454 3.85458 7.13543 3.29708C7.50059 2.83534 8.01119 2.69567 8.39653 2.64963C8.67021 2.61693 8.9876 2.6246 9.20461 2.62985Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.2043 13.122H14.7957C15.0127 13.1168 15.3301 13.1091 15.6038 13.1418C15.9891 13.1879 16.4997 13.3275 16.8649 13.7893C17.099 14.0853 17.1816 14.4182 17.2172 14.7299C17.2574 15.0813 17.25 15.4376 17.25 15.7907C17.25 16.5545 16.9077 17.0827 16.1977 17.374L15.0375 17.8502C14.7125 17.9848 14.3567 18.1321 13.972 18.1157C13.4087 18.0917 12.9443 17.7988 12.6634 17.6216C12.3175 17.4055 12.1243 17.3103 12 17.3103C11.8757 17.3103 11.6825 17.4055 11.3366 17.6216C11.0557 17.7988 10.5913 18.0917 10.028 18.1157C9.64326 18.1321 9.28754 17.9848 8.96248 17.8502L7.80236 17.374C7.09236 17.0827 6.75 16.5545 6.75 15.7907C6.75 15.3906 6.74886 15.0267 6.78278 14.7299C6.81841 14.4182 6.90098 14.0853 7.13512 13.7893C7.50028 13.3275 8.01087 13.1879 8.39622 13.1418C8.66989 13.1091 8.98729 13.1168 9.2043 13.122Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.34824 13.7892L7.41407 13.7892C7.96635 13.7892 8.41407 14.2369 8.41407 14.7892C8.41407 15.3415 7.96635 15.7892 7.41407 15.7892C6.44299 15.7892 5.81528 15.7913 5.35277 15.8535C4.91903 15.9118 4.78309 16.006 4.70696 16.0821C4.63084 16.1582 4.53669 16.2942 4.47837 16.7279C4.41619 17.1904 4.41407 17.8181 4.41407 18.7892V20.2892C4.41407 20.8415 3.96635 21.2892 3.41407 21.2892C2.86178 21.2892 2.41407 20.8415 2.41407 20.2892V18.7892L2.41406 18.7234C2.41402 17.8369 2.41397 17.0731 2.49621 16.4614C2.58434 15.8059 2.78309 15.1775 3.29275 14.6679C3.80241 14.1582 4.43076 13.9595 5.08628 13.8713C5.69794 13.7891 6.46175 13.7891 7.34824 13.7892Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4754 15.8535C18.0129 15.7913 17.3851 15.7892 16.4141 15.7892C15.8618 15.7892 15.4141 15.3415 15.4141 14.7892C15.4141 14.2369 15.8618 13.7892 16.4141 13.7892L16.4799 13.7892C17.3664 13.7891 18.1302 13.7891 18.7419 13.8713C19.3974 13.9595 20.0257 14.1582 20.5354 14.6679C21.045 15.1775 21.2438 15.8059 21.3319 16.4614C21.4142 17.0731 21.4141 17.8369 21.4141 18.7234L21.4141 20.2892C21.4141 20.8415 20.9664 21.2892 20.4141 21.2892C19.8618 21.2892 19.4141 20.8415 19.4141 20.2892V18.7892C19.4141 17.8181 19.4119 17.1904 19.3498 16.7279C19.2914 16.2942 19.1973 16.1582 19.1212 16.0821C19.045 16.006 18.9091 15.9118 18.4754 15.8535Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 20.3751C23 19.8228 22.5523 19.3751 22 19.3751H19C18.4477 19.3751 18 19.8228 18 20.3751C18 20.9274 18.4477 21.3751 19 21.3751H22C22.5523 21.3751 23 20.9274 23 20.3751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 20.3751C6 19.8228 5.55228 19.3751 5 19.3751H2C1.44772 19.3751 1 19.8228 1 20.3751C1 20.9274 1.44772 21.3751 2 21.3751H5C5.55228 21.3751 6 20.9274 6 20.3751Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.43417 3.37512C7.45604 3.37513 7.47799 3.37513 7.5 3.37513C8.05229 3.37513 8.5 3.82284 8.5 4.37513C8.5 4.92741 8.05229 5.37513 7.5 5.37513C6.52893 5.37513 5.90122 5.37725 5.43871 5.43943C5.00497 5.49775 4.86902 5.5919 4.7929 5.66802C4.71677 5.74414 4.62263 5.88009 4.56431 6.31383C4.50213 6.77634 4.5 7.40405 4.5 8.37513V9.87513C4.5 10.4274 4.05229 10.8751 3.5 10.8751C2.94772 10.8751 2.5 10.4274 2.5 9.87513V8.37513C2.5 8.35311 2.5 8.33117 2.5 8.3093C2.49995 7.42281 2.49991 6.659 2.58215 6.04734C2.67028 5.39182 2.86902 4.76347 3.37868 4.25381C3.88835 3.74414 4.5167 3.5454 5.17221 3.45727C5.78387 3.37503 6.54769 3.37507 7.43417 3.37512ZM18.5613 5.43943C18.0988 5.37725 17.4711 5.37513 16.5 5.37513C15.9477 5.37513 15.5 4.92741 15.5 4.37513C15.5 3.82284 15.9477 3.37513 16.5 3.37513L16.5658 3.37512C17.4523 3.37507 18.2161 3.37503 18.8278 3.45727C19.4833 3.5454 20.1117 3.74414 20.6213 4.25381C21.131 4.76347 21.3297 5.39182 21.4179 6.04734C21.5001 6.659 21.5001 7.42282 21.5 8.30932L21.5 9.87513C21.5 10.4274 21.0523 10.8751 20.5 10.8751C19.9477 10.8751 19.5 10.4274 19.5 9.87513V8.37513C19.5 7.40405 19.4979 6.77634 19.4357 6.31383C19.3774 5.88009 19.2832 5.74414 19.2071 5.66802C19.131 5.5919 18.995 5.49775 18.5613 5.43943Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 9.87488C23 9.32259 22.5523 8.87488 22 8.87488H19C18.4477 8.87488 18 9.32259 18 9.87488C18 10.4272 18.4477 10.8749 19 10.8749H22C22.5523 10.8749 23 10.4272 23 9.87488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 9.87488C6 9.32259 5.55228 8.87488 5 8.87488H2C1.44772 8.87488 1 9.32259 1 9.87488C1 10.4272 1.44772 10.8749 2 10.8749H5C5.55228 10.8749 6 10.4272 6 9.87488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.20461 2.62985H14.796C15.013 2.6246 15.3304 2.61693 15.6041 2.64963C15.9895 2.69567 16.5 2.83534 16.8652 3.29708C17.3068 3.85547 17.2504 4.62864 17.2503 5.29855C17.2503 6.06235 16.908 6.59049 16.198 6.8818L15.0378 7.358C14.7128 7.49262 14.3571 7.63994 13.9723 7.62353C13.409 7.59949 12.9447 7.30662 12.6637 7.12944C12.3178 6.91331 12.1246 6.81815 12.0003 6.81815C11.876 6.81815 11.6828 6.91331 11.3369 7.12944C11.056 7.30662 10.5916 7.59949 10.0283 7.62353C9.64358 7.63994 9.28785 7.49262 8.9628 7.358L7.80267 6.8818C7.09267 6.59049 6.75032 6.06235 6.75032 5.29855C6.75032 4.62967 6.69454 3.85458 7.13543 3.29708C7.50059 2.83534 8.01119 2.69567 8.39653 2.64963C8.67021 2.61693 8.9876 2.6246 9.20461 2.62985Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.2043 13.122H14.7957C15.0127 13.1168 15.3301 13.1091 15.6038 13.1418C15.9891 13.1879 16.4997 13.3275 16.8649 13.7893C17.099 14.0853 17.1816 14.4182 17.2172 14.7299C17.2574 15.0813 17.25 15.4376 17.25 15.7907C17.25 16.5545 16.9077 17.0827 16.1977 17.374L15.0375 17.8502C14.7125 17.9848 14.3567 18.1321 13.972 18.1157C13.4087 18.0917 12.9443 17.7988 12.6634 17.6216C12.3175 17.4055 12.1243 17.3103 12 17.3103C11.8757 17.3103 11.6825 17.4055 11.3366 17.6216C11.0557 17.7988 10.5913 18.0917 10.028 18.1157C9.64326 18.1321 9.28754 17.9848 8.96248 17.8502L7.80236 17.374C7.09236 17.0827 6.75 16.5545 6.75 15.7907C6.75 15.3906 6.74886 15.0267 6.78278 14.7299C6.81841 14.4182 6.90098 14.0853 7.13512 13.7893C7.50028 13.3275 8.01087 13.1879 8.39622 13.1418C8.66989 13.1091 8.98729 13.1168 9.2043 13.122Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.34824 13.7892L7.41407 13.7892C7.96635 13.7892 8.41407 14.2369 8.41407 14.7892C8.41407 15.3415 7.96635 15.7892 7.41407 15.7892C6.44299 15.7892 5.81528 15.7913 5.35277 15.8535C4.91903 15.9118 4.78309 16.006 4.70696 16.0821C4.63084 16.1582 4.53669 16.2942 4.47837 16.7279C4.41619 17.1904 4.41407 17.8181 4.41407 18.7892V20.2892C4.41407 20.8415 3.96635 21.2892 3.41407 21.2892C2.86178 21.2892 2.41407 20.8415 2.41407 20.2892V18.7892L2.41406 18.7234C2.41402 17.8369 2.41397 17.0731 2.49621 16.4614C2.58434 15.8059 2.78309 15.1775 3.29275 14.6679C3.80241 14.1582 4.43076 13.9595 5.08628 13.8713C5.69794 13.7891 6.46175 13.7891 7.34824 13.7892Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4754 15.8535C18.0129 15.7913 17.3851 15.7892 16.4141 15.7892C15.8618 15.7892 15.4141 15.3415 15.4141 14.7892C15.4141 14.2369 15.8618 13.7892 16.4141 13.7892L16.4799 13.7892C17.3664 13.7891 18.1302 13.7891 18.7419 13.8713C19.3974 13.9595 20.0257 14.1582 20.5354 14.6679C21.045 15.1775 21.2438 15.8059 21.3319 16.4614C21.4142 17.0731 21.4141 17.8369 21.4141 18.7234L21.4141 20.2892C21.4141 20.8415 20.9664 21.2892 20.4141 21.2892C19.8618 21.2892 19.4141 20.8415 19.4141 20.2892V18.7892C19.4141 17.8181 19.4119 17.1904 19.3498 16.7279C19.2914 16.2942 19.1973 16.1582 19.1212 16.0821C19.045 16.006 18.9091 15.9118 18.4754 15.8535Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 20.3751C23 19.8228 22.5523 19.3751 22 19.3751H19C18.4477 19.3751 18 19.8228 18 20.3751C18 20.9274 18.4477 21.3751 19 21.3751H22C22.5523 21.3751 23 20.9274 23 20.3751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 20.3751C6 19.8228 5.55228 19.3751 5 19.3751H2C1.44772 19.3751 1 19.8228 1 20.3751C1 20.9274 1.44772 21.3751 2 21.3751H5C5.55228 21.3751 6 20.9274 6 20.3751Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-running-shoes{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1816 7.75672L14.4687 7.46967C14.7616 7.17678 15.2365 7.17678 15.5294 7.46967C15.8222 7.76256 15.8222 8.23744 15.5294 8.53033L15.4477 8.61198C15.0129 8.32839 14.5886 8.0448 14.1816 7.75672Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2858 9.15255L16.4687 8.96967C16.7616 8.67678 17.2365 8.67678 17.5294 8.96967C17.8066 9.24693 17.8214 9.68727 17.5737 9.98194C17.5125 9.94192 17.4513 9.90207 17.3901 9.86235C17.082 9.66228 16.7742 9.46524 16.469 9.26982C16.408 9.23076 16.3466 9.19149 16.2858 9.15255Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6176 5.51635C11.3938 5.25107 11.0171 5.17406 10.7071 5.33019C10.3862 5.49116 9.69522 5.83785 9.29245 6.47372C8.95741 7.00267 8.84949 7.64248 9.02613 8.38925C8.3683 8.44237 7.54953 8.4338 6.79333 8.28851C5.59561 8.0584 4.92968 7.57682 4.81398 6.8776C4.76184 6.56245 4.51579 6.31491 4.20095 6.26086C3.88612 6.2068 3.5716 6.3581 3.41732 6.63781C2.79509 7.76593 1.9937 9.77564 1.56112 11.7848C1.39857 12.5398 1.28406 13.3127 1.25511 14.0514C1.24546 14.2976 1.24532 14.5401 1.25607 14.7767C1.26482 14.9694 1.28096 15.162 1.30602 15.3525C1.40371 16.0956 1.63539 16.7955 2.08045 17.3516C2.67992 18.1006 3.46625 18.4418 4.42632 18.6005C5.33265 18.7502 6.4842 18.7502 7.89509 18.7502L19.0992 18.7502C19.9888 18.7502 20.9789 18.4384 21.7025 17.8686C22.0275 17.5931 22.4073 17.1662 22.5789 16.7445C22.7667 16.2878 22.8165 15.7588 22.6403 15.177L22.6399 15.1756C22.6158 15.0962 22.5877 15.0166 22.5553 14.937C21.7049 12.8404 19.6236 11.3226 17.5723 9.98235C17.5584 9.99882 17.5438 10.0148 17.5283 10.0303L16.0283 11.5303C15.7354 11.8232 15.2605 11.8232 14.9676 11.5303C14.6747 11.2374 14.6747 10.7626 14.9676 10.4697L16.2843 9.15293C16.0019 8.97198 15.7219 8.79217 15.4462 8.61237L14.0283 10.0303C13.7354 10.3232 13.2605 10.3232 12.9676 10.0303C12.6747 9.73744 12.6747 9.26256 12.9676 8.96967L14.1801 7.75713C13.1924 7.05802 12.3063 6.33248 11.6176 5.51635ZM3.25222 16.4139C3.54689 16.7821 3.9411 16.9995 4.67149 17.1202C5.44156 17.2474 6.46868 17.2498 7.96159 17.2498H19.0998C20.0165 17.2498 20.5111 16.9017 20.9459 16.5369C18.9713 17.0346 17.1126 16.5887 15.7224 15.9404C15.0829 15.6421 14.6222 15.4275 14.282 15.2836C13.7779 15.059 13.4656 15.1189 13.3725 15.177C13.1059 15.2474 12.7524 15.359 12.2464 15.5189C9.02195 16.5383 6.44101 16.2261 2.78114 15.0508C2.81417 15.3904 2.95463 16.1386 3.25222 16.4139Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1816 7.75672L14.4687 7.46967C14.7616 7.17678 15.2365 7.17678 15.5294 7.46967C15.8222 7.76256 15.8222 8.23744 15.5294 8.53033L15.4477 8.61198C15.0129 8.32839 14.5886 8.0448 14.1816 7.75672Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2858 9.15255L16.4687 8.96967C16.7616 8.67678 17.2365 8.67678 17.5294 8.96967C17.8066 9.24693 17.8214 9.68727 17.5737 9.98194C17.5125 9.94192 17.4513 9.90207 17.3901 9.86235C17.082 9.66228 16.7742 9.46524 16.469 9.26982C16.408 9.23076 16.3466 9.19149 16.2858 9.15255Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6176 5.51635C11.3938 5.25107 11.0171 5.17406 10.7071 5.33019C10.3862 5.49116 9.69522 5.83785 9.29245 6.47372C8.95741 7.00267 8.84949 7.64248 9.02613 8.38925C8.3683 8.44237 7.54953 8.4338 6.79333 8.28851C5.59561 8.0584 4.92968 7.57682 4.81398 6.8776C4.76184 6.56245 4.51579 6.31491 4.20095 6.26086C3.88612 6.2068 3.5716 6.3581 3.41732 6.63781C2.79509 7.76593 1.9937 9.77564 1.56112 11.7848C1.39857 12.5398 1.28406 13.3127 1.25511 14.0514C1.24546 14.2976 1.24532 14.5401 1.25607 14.7767C1.26482 14.9694 1.28096 15.162 1.30602 15.3525C1.40371 16.0956 1.63539 16.7955 2.08045 17.3516C2.67992 18.1006 3.46625 18.4418 4.42632 18.6005C5.33265 18.7502 6.4842 18.7502 7.89509 18.7502L19.0992 18.7502C19.9888 18.7502 20.9789 18.4384 21.7025 17.8686C22.0275 17.5931 22.4073 17.1662 22.5789 16.7445C22.7667 16.2878 22.8165 15.7588 22.6403 15.177L22.6399 15.1756C22.6158 15.0962 22.5877 15.0166 22.5553 14.937C21.7049 12.8404 19.6236 11.3226 17.5723 9.98235C17.5584 9.99882 17.5438 10.0148 17.5283 10.0303L16.0283 11.5303C15.7354 11.8232 15.2605 11.8232 14.9676 11.5303C14.6747 11.2374 14.6747 10.7626 14.9676 10.4697L16.2843 9.15293C16.0019 8.97198 15.7219 8.79217 15.4462 8.61237L14.0283 10.0303C13.7354 10.3232 13.2605 10.3232 12.9676 10.0303C12.6747 9.73744 12.6747 9.26256 12.9676 8.96967L14.1801 7.75713C13.1924 7.05802 12.3063 6.33248 11.6176 5.51635ZM3.25222 16.4139C3.54689 16.7821 3.9411 16.9995 4.67149 17.1202C5.44156 17.2474 6.46868 17.2498 7.96159 17.2498H19.0998C20.0165 17.2498 20.5111 16.9017 20.9459 16.5369C18.9713 17.0346 17.1126 16.5887 15.7224 15.9404C15.0829 15.6421 14.6222 15.4275 14.282 15.2836C13.7779 15.059 13.4656 15.1189 13.3725 15.177C13.1059 15.2474 12.7524 15.359 12.2464 15.5189C9.02195 16.5383 6.44101 16.2261 2.78114 15.0508C2.81417 15.3904 2.95463 16.1386 3.25222 16.4139Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-skipping-rope{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9961 3.125C13.7826 3.125 14.9961 4.36554 14.9961 5.625C14.9961 6.88446 13.7826 8.125 11.9961 8.125C10.2096 8.125 8.99609 6.88446 8.99609 5.625C8.99609 4.36554 10.2096 3.125 11.9961 3.125ZM16.9961 5.625C16.9961 3.01847 14.6279 1.125 11.9961 1.125C9.36428 1.125 6.99609 3.01847 6.99609 5.625C6.99609 8.23153 9.36428 10.125 11.9961 10.125C14.6279 10.125 16.9961 8.23153 16.9961 5.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.49768 11.6899C6.68751 11.7833 6.93872 11.9476 7.08952 12.2351L7.09147 12.2388C7.34473 12.7283 7.19528 13.2481 7.10527 13.5064C7.05112 13.6618 6.98652 13.807 6.93326 13.9223C6.7943 14.2542 6.6514 14.6146 6.6514 14.6146C6.64526 14.6598 6.64616 14.7202 6.69009 15.0874C6.74625 15.557 6.81353 16.0429 6.88206 16.5379L6.88206 16.538C7.02787 17.5912 7.17939 18.6857 7.24187 19.7521C7.34862 21.574 6.04227 22.875 4.49802 22.875C2.95376 22.875 1.64741 21.574 1.75416 19.7521C1.81664 18.6857 1.96816 17.5912 2.11397 16.538C2.1825 16.043 2.24977 15.557 2.30595 15.0874C2.34987 14.7202 2.35077 14.6598 2.34463 14.6146C2.34463 14.6146 2.20173 14.2542 2.06278 13.9223C2.00951 13.807 1.94492 13.6618 1.89076 13.5064C1.80075 13.2481 1.6513 12.7283 1.90458 12.2388L1.9065 12.2351C2.06077 11.941 2.33613 11.7935 2.48422 11.7248C2.66471 11.641 2.87001 11.5799 3.07086 11.5342C3.47664 11.4418 3.96725 11.3891 4.44598 11.3775C4.92296 11.3659 5.42833 11.394 5.8589 11.4825C6.07303 11.5265 6.29683 11.591 6.49768 11.6899Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.4996 11.6899C21.6895 11.7833 21.9407 11.9476 22.0915 12.2351L22.0934 12.2388C22.3467 12.7283 22.1972 13.2481 22.1072 13.5064C22.0531 13.6618 21.9885 13.807 21.9352 13.9223C21.7963 14.2542 21.6534 14.6146 21.6534 14.6146C21.6472 14.6598 21.6481 14.7202 21.692 15.0874C21.7482 15.557 21.8155 16.0429 21.884 16.5379L21.884 16.538C22.0298 17.5912 22.1813 18.6857 22.2438 19.7521C22.3506 21.574 21.0442 22.875 19.5 22.875C17.9557 22.875 16.6494 21.574 16.7561 19.7521C16.8186 18.6857 16.9701 17.5912 17.1159 16.538C17.1845 16.043 17.2517 15.557 17.3079 15.0874C17.3518 14.7202 17.3527 14.6598 17.3466 14.6146C17.3466 14.6146 17.2037 14.2542 17.0647 13.9223C17.0115 13.807 16.9469 13.6618 16.8927 13.5064C16.8027 13.2481 16.6533 12.7283 16.9065 12.2388L16.9085 12.2351C17.0627 11.941 17.3381 11.7935 17.4862 11.7248C17.6667 11.641 17.872 11.5799 18.0728 11.5342C18.4786 11.4418 18.9692 11.3891 19.4479 11.3775C19.9249 11.3659 20.4303 11.394 20.8608 11.4825C21.075 11.5265 21.2988 11.591 21.4996 11.6899Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.19855 4.52359C6.74765 2.46176 9.21688 1.125 11.998 1.125C12.5503 1.125 12.998 1.57272 12.998 2.125C12.998 2.67728 12.5503 3.125 11.998 3.125C9.87241 3.125 7.98513 4.14427 6.79754 5.72494C6.4658 6.16649 5.83892 6.25551 5.39737 5.92376C4.95582 5.59202 4.86681 4.96514 5.19855 4.52359ZM5.03372 6.66104C5.56609 6.80798 5.87856 7.35867 5.73162 7.89105C5.57958 8.44193 5.49805 9.02314 5.49805 9.625V12.125C5.49805 12.6773 5.05033 13.125 4.49805 13.125C3.94576 13.125 3.49805 12.6773 3.49805 12.125V9.625C3.49805 8.84165 3.60428 8.08151 3.8037 7.35895C3.95064 6.82657 4.50134 6.5141 5.03372 6.66104Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.998 2.125C10.998 1.57272 11.4458 1.125 11.998 1.125C16.6925 1.125 20.498 4.93058 20.498 9.625V12.125C20.498 12.6773 20.0503 13.125 19.498 13.125C18.9458 13.125 18.498 12.6773 18.498 12.125V9.625C18.498 6.03515 15.5879 3.125 11.998 3.125C11.4458 3.125 10.998 2.67728 10.998 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9961 3.125C13.7826 3.125 14.9961 4.36554 14.9961 5.625C14.9961 6.88446 13.7826 8.125 11.9961 8.125C10.2096 8.125 8.99609 6.88446 8.99609 5.625C8.99609 4.36554 10.2096 3.125 11.9961 3.125ZM16.9961 5.625C16.9961 3.01847 14.6279 1.125 11.9961 1.125C9.36428 1.125 6.99609 3.01847 6.99609 5.625C6.99609 8.23153 9.36428 10.125 11.9961 10.125C14.6279 10.125 16.9961 8.23153 16.9961 5.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.49768 11.6899C6.68751 11.7833 6.93872 11.9476 7.08952 12.2351L7.09147 12.2388C7.34473 12.7283 7.19528 13.2481 7.10527 13.5064C7.05112 13.6618 6.98652 13.807 6.93326 13.9223C6.7943 14.2542 6.6514 14.6146 6.6514 14.6146C6.64526 14.6598 6.64616 14.7202 6.69009 15.0874C6.74625 15.557 6.81353 16.0429 6.88206 16.5379L6.88206 16.538C7.02787 17.5912 7.17939 18.6857 7.24187 19.7521C7.34862 21.574 6.04227 22.875 4.49802 22.875C2.95376 22.875 1.64741 21.574 1.75416 19.7521C1.81664 18.6857 1.96816 17.5912 2.11397 16.538C2.1825 16.043 2.24977 15.557 2.30595 15.0874C2.34987 14.7202 2.35077 14.6598 2.34463 14.6146C2.34463 14.6146 2.20173 14.2542 2.06278 13.9223C2.00951 13.807 1.94492 13.6618 1.89076 13.5064C1.80075 13.2481 1.6513 12.7283 1.90458 12.2388L1.9065 12.2351C2.06077 11.941 2.33613 11.7935 2.48422 11.7248C2.66471 11.641 2.87001 11.5799 3.07086 11.5342C3.47664 11.4418 3.96725 11.3891 4.44598 11.3775C4.92296 11.3659 5.42833 11.394 5.8589 11.4825C6.07303 11.5265 6.29683 11.591 6.49768 11.6899Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.4996 11.6899C21.6895 11.7833 21.9407 11.9476 22.0915 12.2351L22.0934 12.2388C22.3467 12.7283 22.1972 13.2481 22.1072 13.5064C22.0531 13.6618 21.9885 13.807 21.9352 13.9223C21.7963 14.2542 21.6534 14.6146 21.6534 14.6146C21.6472 14.6598 21.6481 14.7202 21.692 15.0874C21.7482 15.557 21.8155 16.0429 21.884 16.5379L21.884 16.538C22.0298 17.5912 22.1813 18.6857 22.2438 19.7521C22.3506 21.574 21.0442 22.875 19.5 22.875C17.9557 22.875 16.6494 21.574 16.7561 19.7521C16.8186 18.6857 16.9701 17.5912 17.1159 16.538C17.1845 16.043 17.2517 15.557 17.3079 15.0874C17.3518 14.7202 17.3527 14.6598 17.3466 14.6146C17.3466 14.6146 17.2037 14.2542 17.0647 13.9223C17.0115 13.807 16.9469 13.6618 16.8927 13.5064C16.8027 13.2481 16.6533 12.7283 16.9065 12.2388L16.9085 12.2351C17.0627 11.941 17.3381 11.7935 17.4862 11.7248C17.6667 11.641 17.872 11.5799 18.0728 11.5342C18.4786 11.4418 18.9692 11.3891 19.4479 11.3775C19.9249 11.3659 20.4303 11.394 20.8608 11.4825C21.075 11.5265 21.2988 11.591 21.4996 11.6899Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.19855 4.52359C6.74765 2.46176 9.21688 1.125 11.998 1.125C12.5503 1.125 12.998 1.57272 12.998 2.125C12.998 2.67728 12.5503 3.125 11.998 3.125C9.87241 3.125 7.98513 4.14427 6.79754 5.72494C6.4658 6.16649 5.83892 6.25551 5.39737 5.92376C4.95582 5.59202 4.86681 4.96514 5.19855 4.52359ZM5.03372 6.66104C5.56609 6.80798 5.87856 7.35867 5.73162 7.89105C5.57958 8.44193 5.49805 9.02314 5.49805 9.625V12.125C5.49805 12.6773 5.05033 13.125 4.49805 13.125C3.94576 13.125 3.49805 12.6773 3.49805 12.125V9.625C3.49805 8.84165 3.60428 8.08151 3.8037 7.35895C3.95064 6.82657 4.50134 6.5141 5.03372 6.66104Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.998 2.125C10.998 1.57272 11.4458 1.125 11.998 1.125C16.6925 1.125 20.498 4.93058 20.498 9.625V12.125C20.498 12.6773 20.0503 13.125 19.498 13.125C18.9458 13.125 18.498 12.6773 18.498 12.125V9.625C18.498 6.03515 15.5879 3.125 11.998 3.125C11.4458 3.125 10.998 2.67728 10.998 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-tape-measure{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.63817 7.00736C3.51399 7.55534 3.1875 8.13764 3.1875 8.5C3.1875 8.86235 3.51399 9.44466 4.63817 9.99264C5.70441 10.5124 7.24519 10.8611 9 10.8611C10.7548 10.8611 12.2956 10.5124 13.3618 9.99264C14.486 9.44466 14.8125 8.86235 14.8125 8.5C14.8125 8.13764 14.486 7.55534 13.3618 7.00736C12.2956 6.48761 10.7548 6.13889 9 6.13889C7.24519 6.13889 5.70441 6.48761 4.63817 7.00736ZM3.77169 5.31788C5.15979 4.64125 7.00963 4.25 9 4.25C10.9904 4.25 12.8402 4.64125 14.2283 5.31788C15.5585 5.96627 16.75 7.03675 16.75 8.5C16.75 9.96325 15.5585 11.0337 14.2283 11.6821C12.8402 12.3588 10.9904 12.75 9 12.75C7.00963 12.75 5.15979 12.3588 3.77169 11.6821C2.44155 11.0337 1.25 9.96325 1.25 8.5C1.25 7.03675 2.44155 5.96627 3.77169 5.31788Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.71937 9.1275C7.59945 9.15694 7.46032 9.19683 7.27464 9.25028C6.80488 9.38551 6.47037 9.56552 6.27255 9.73383C6.17614 9.81586 6.12679 9.88257 6.10356 9.92475C6.0831 9.96189 6.08333 9.97818 6.08336 9.9803C6.08336 9.98037 6.08336 9.98042 6.08336 9.98046C6.08336 9.98314 6.08343 9.99153 6.09083 10.0098C6.09891 10.0298 6.11737 10.065 6.15777 10.1133C6.24204 10.214 6.39923 10.3437 6.65407 10.4725C6.98037 10.6374 7.41242 10.7729 7.91672 10.8493V9.98046C7.91672 9.50588 7.9137 9.25823 7.88714 9.09197C7.84668 9.09854 7.79248 9.10955 7.71937 9.1275ZM7.80964 7.25614C8.22852 7.22421 8.64049 7.31322 9.02508 7.60665C9.44461 7.92674 9.61931 8.35017 9.69105 8.76378C9.75039 9.10586 9.75024 9.51758 9.7501 9.92126C9.75009 9.94101 9.75008 9.96075 9.75008 9.98046V11.8333C9.75008 12.3396 9.33967 12.75 8.8334 12.75C7.70806 12.75 6.64388 12.5215 5.82721 12.1088C5.06265 11.7224 4.25 11.0213 4.25 9.98046C4.25 9.27878 4.63261 8.72197 5.08451 8.33748C5.53699 7.95251 6.12966 7.67207 6.76747 7.48847C6.78572 7.48322 6.80413 7.4779 6.82268 7.47255C7.13447 7.38254 7.48722 7.28072 7.80964 7.25614Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.77154 8.80053C2.67197 8.43975 2.32166 8.20759 1.9506 8.25648C1.57954 8.30537 1.30132 8.62034 1.29859 8.99459L1.25 15.6632V15.6686C1.25 17.0456 2.39567 18.0685 3.7278 18.7028C4.04365 18.8532 4.38419 18.9895 4.74562 19.1103C4.97104 19.1856 5.08376 19.2233 5.16688 19.1634C5.25 19.1036 5.25 18.9815 5.25 18.7374V16.5C5.25 16.0858 5.58579 15.75 6 15.75C6.41421 15.75 6.75 16.0858 6.75 16.5V19.2416C6.75 19.4064 6.75 19.4888 6.7999 19.5455C6.84981 19.6022 6.92998 19.6124 7.09031 19.6328C7.70316 19.7109 8.34342 19.752 9 19.752C9.04647 19.752 9.0697 19.752 9.08902 19.7481C9.16836 19.7324 9.23038 19.6703 9.24616 19.591C9.25 19.5717 9.25 19.5484 9.25 19.502V17C9.25 16.5858 9.58579 16.25 10 16.25C10.4142 16.25 10.75 16.5858 10.75 17V19.352C10.75 19.5405 10.75 19.6348 10.8086 19.6934C10.8672 19.752 10.9614 19.752 11.15 19.752L12.85 19.752C13.0386 19.752 13.1328 19.752 13.1914 19.6934C13.25 19.6348 13.25 19.5405 13.25 19.352V17C13.25 16.5858 13.5858 16.25 14 16.25C14.4142 16.25 14.75 16.5858 14.75 17V19.352C14.75 19.5405 14.75 19.6348 14.8086 19.6934C14.8672 19.752 14.9614 19.752 15.15 19.752L16.85 19.752C17.0386 19.752 17.1328 19.752 17.1914 19.6934C17.25 19.6348 17.25 19.5405 17.25 19.352V17C17.25 16.5858 17.5858 16.25 18 16.25C18.4142 16.25 18.75 16.5858 18.75 17V19.352C18.75 19.5405 18.75 19.6348 18.8086 19.6934C18.8672 19.752 18.9614 19.752 19.15 19.752H20.0447C20.4776 19.752 20.8744 19.7521 21.1972 19.7087C21.5527 19.6609 21.9284 19.5484 22.2374 19.2394C22.5465 18.9304 22.6589 18.5547 22.7067 18.1992C22.7501 17.8764 22.7501 17.4795 22.75 17.0467V13.9572C22.7501 13.5244 22.7501 13.1276 22.7067 12.8048C22.6589 12.4493 22.5465 12.0736 22.2374 11.7645C21.9284 11.4555 21.5527 11.3431 21.1972 11.2953C20.8744 11.2519 20.4776 11.2519 20.0448 11.252L9.01772 11.252C6.61174 11.1372 5.06242 10.6339 4.10955 10.0979C3.13641 9.55042 2.82568 8.9967 2.77154 8.80053Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.63817 7.00736C3.51399 7.55534 3.1875 8.13764 3.1875 8.5C3.1875 8.86235 3.51399 9.44466 4.63817 9.99264C5.70441 10.5124 7.24519 10.8611 9 10.8611C10.7548 10.8611 12.2956 10.5124 13.3618 9.99264C14.486 9.44466 14.8125 8.86235 14.8125 8.5C14.8125 8.13764 14.486 7.55534 13.3618 7.00736C12.2956 6.48761 10.7548 6.13889 9 6.13889C7.24519 6.13889 5.70441 6.48761 4.63817 7.00736ZM3.77169 5.31788C5.15979 4.64125 7.00963 4.25 9 4.25C10.9904 4.25 12.8402 4.64125 14.2283 5.31788C15.5585 5.96627 16.75 7.03675 16.75 8.5C16.75 9.96325 15.5585 11.0337 14.2283 11.6821C12.8402 12.3588 10.9904 12.75 9 12.75C7.00963 12.75 5.15979 12.3588 3.77169 11.6821C2.44155 11.0337 1.25 9.96325 1.25 8.5C1.25 7.03675 2.44155 5.96627 3.77169 5.31788Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.71937 9.1275C7.59945 9.15694 7.46032 9.19683 7.27464 9.25028C6.80488 9.38551 6.47037 9.56552 6.27255 9.73383C6.17614 9.81586 6.12679 9.88257 6.10356 9.92475C6.0831 9.96189 6.08333 9.97818 6.08336 9.9803C6.08336 9.98037 6.08336 9.98042 6.08336 9.98046C6.08336 9.98314 6.08343 9.99153 6.09083 10.0098C6.09891 10.0298 6.11737 10.065 6.15777 10.1133C6.24204 10.214 6.39923 10.3437 6.65407 10.4725C6.98037 10.6374 7.41242 10.7729 7.91672 10.8493V9.98046C7.91672 9.50588 7.9137 9.25823 7.88714 9.09197C7.84668 9.09854 7.79248 9.10955 7.71937 9.1275ZM7.80964 7.25614C8.22852 7.22421 8.64049 7.31322 9.02508 7.60665C9.44461 7.92674 9.61931 8.35017 9.69105 8.76378C9.75039 9.10586 9.75024 9.51758 9.7501 9.92126C9.75009 9.94101 9.75008 9.96075 9.75008 9.98046V11.8333C9.75008 12.3396 9.33967 12.75 8.8334 12.75C7.70806 12.75 6.64388 12.5215 5.82721 12.1088C5.06265 11.7224 4.25 11.0213 4.25 9.98046C4.25 9.27878 4.63261 8.72197 5.08451 8.33748C5.53699 7.95251 6.12966 7.67207 6.76747 7.48847C6.78572 7.48322 6.80413 7.4779 6.82268 7.47255C7.13447 7.38254 7.48722 7.28072 7.80964 7.25614Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.77154 8.80053C2.67197 8.43975 2.32166 8.20759 1.9506 8.25648C1.57954 8.30537 1.30132 8.62034 1.29859 8.99459L1.25 15.6632V15.6686C1.25 17.0456 2.39567 18.0685 3.7278 18.7028C4.04365 18.8532 4.38419 18.9895 4.74562 19.1103C4.97104 19.1856 5.08376 19.2233 5.16688 19.1634C5.25 19.1036 5.25 18.9815 5.25 18.7374V16.5C5.25 16.0858 5.58579 15.75 6 15.75C6.41421 15.75 6.75 16.0858 6.75 16.5V19.2416C6.75 19.4064 6.75 19.4888 6.7999 19.5455C6.84981 19.6022 6.92998 19.6124 7.09031 19.6328C7.70316 19.7109 8.34342 19.752 9 19.752C9.04647 19.752 9.0697 19.752 9.08902 19.7481C9.16836 19.7324 9.23038 19.6703 9.24616 19.591C9.25 19.5717 9.25 19.5484 9.25 19.502V17C9.25 16.5858 9.58579 16.25 10 16.25C10.4142 16.25 10.75 16.5858 10.75 17V19.352C10.75 19.5405 10.75 19.6348 10.8086 19.6934C10.8672 19.752 10.9614 19.752 11.15 19.752L12.85 19.752C13.0386 19.752 13.1328 19.752 13.1914 19.6934C13.25 19.6348 13.25 19.5405 13.25 19.352V17C13.25 16.5858 13.5858 16.25 14 16.25C14.4142 16.25 14.75 16.5858 14.75 17V19.352C14.75 19.5405 14.75 19.6348 14.8086 19.6934C14.8672 19.752 14.9614 19.752 15.15 19.752L16.85 19.752C17.0386 19.752 17.1328 19.752 17.1914 19.6934C17.25 19.6348 17.25 19.5405 17.25 19.352V17C17.25 16.5858 17.5858 16.25 18 16.25C18.4142 16.25 18.75 16.5858 18.75 17V19.352C18.75 19.5405 18.75 19.6348 18.8086 19.6934C18.8672 19.752 18.9614 19.752 19.15 19.752H20.0447C20.4776 19.752 20.8744 19.7521 21.1972 19.7087C21.5527 19.6609 21.9284 19.5484 22.2374 19.2394C22.5465 18.9304 22.6589 18.5547 22.7067 18.1992C22.7501 17.8764 22.7501 17.4795 22.75 17.0467V13.9572C22.7501 13.5244 22.7501 13.1276 22.7067 12.8048C22.6589 12.4493 22.5465 12.0736 22.2374 11.7645C21.9284 11.4555 21.5527 11.3431 21.1972 11.2953C20.8744 11.2519 20.4776 11.2519 20.0448 11.252L9.01772 11.252C6.61174 11.1372 5.06242 10.6339 4.10955 10.0979C3.13641 9.55042 2.82568 8.9967 2.77154 8.80053Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-towels{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.97 4.375C15.8288 4.37495 16.5687 4.37491 17.1613 4.45473C17.7963 4.54027 18.405 4.73317 18.8988 5.22784C19.3925 5.72251 19.585 6.33238 19.6704 6.96862C19.7501 7.56229 19.75 8.30363 19.75 9.16405V12.2036C19.75 13.064 19.7501 13.8054 19.6704 14.399C19.585 15.0353 19.3925 15.6451 18.8988 16.1398C18.5768 16.4624 18.206 16.6566 17.8108 16.7765C17.8064 17.3478 17.7904 17.853 17.7329 18.2814C17.6475 18.9176 17.455 19.5275 16.9613 20.0222C16.4675 20.5168 15.8588 20.7097 15.2238 20.7953C14.6312 20.8751 13.8913 20.875 13.0325 20.875H9.03C8.17121 20.875 7.43126 20.8751 6.83871 20.7953C6.20367 20.7097 5.59496 20.5168 5.10123 20.0222C4.60749 19.5275 4.41496 18.9176 4.32958 18.2814C4.24991 17.6877 4.24995 16.9464 4.25 16.0859L4.25 11.1691C4.25 10.6331 4.68373 10.1985 5.21875 10.1985C5.75378 10.1985 6.1875 10.6331 6.1875 11.1691L6.1875 16.0221C6.1875 16.9646 6.18956 17.5738 6.2498 18.0227C6.30629 18.4437 6.3975 18.5757 6.47124 18.6495C6.54499 18.7234 6.67669 18.8148 7.09687 18.8714C7.54493 18.9318 8.15302 18.9338 9.09375 18.9338H12.9687C13.9095 18.9338 14.5176 18.9318 14.9656 18.8714C15.3858 18.8148 15.5175 18.7234 15.5913 18.6495C15.665 18.5757 15.7562 18.4437 15.8127 18.0227C15.8493 17.7501 15.8644 17.4183 15.8706 16.9887C15.5876 16.9927 15.2869 16.9927 14.97 16.9926H11.9362H11.9362C11.0774 16.9927 10.3375 16.9927 9.74495 16.9129C9.10992 16.8274 8.50121 16.6345 8.00747 16.1398C7.51374 15.6451 7.3212 15.0353 7.23583 14.399C7.15616 13.8054 7.1562 13.064 7.15625 12.2036V12.2036L7.15625 6.80147C7.15625 6.53345 6.93939 6.31618 6.67188 6.31618C6.40437 6.31618 6.1875 6.53345 6.1875 6.80147L6.1875 7.80115C6.1875 8.33719 5.75378 8.77173 5.21875 8.77173C4.68373 8.77173 4.25 8.33719 4.25 7.80115L4.25 6.80147C4.25 5.46137 5.33431 4.375 6.67188 4.375L14.97 4.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3 4.125C3 3.57272 2.55229 3.125 2 3.125C1.44772 3.125 1 3.57272 1 4.125L1 5.15698C0.999989 5.59559 0.99998 5.97415 1.02135 6.28738C1.04386 6.61721 1.09336 6.94712 1.22836 7.27305C1.53285 8.00813 2.11687 8.59216 2.85195 8.89664C3.17788 9.03164 3.50779 9.08115 3.83762 9.10365C4.15088 9.12502 4.52936 9.12501 4.96801 9.125L8 9.125C8.55228 9.125 9 8.67728 9 8.125C9 7.57272 8.55228 7.125 8 7.125H5C4.52038 7.125 4.21074 7.12446 3.97376 7.10829C3.74576 7.09273 3.65893 7.06612 3.61732 7.04888C3.37229 6.94739 3.17762 6.75271 3.07612 6.50768C3.05888 6.46607 3.03227 6.37924 3.01671 6.15124C3.00054 5.91426 3 5.60462 3 5.125V4.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M23 4.125C23 3.57272 22.5523 3.125 22 3.125C21.4477 3.125 21 3.57272 21 4.125V5.125C21 5.60462 20.9995 5.91426 20.9833 6.15124C20.9677 6.37924 20.9411 6.46607 20.9239 6.50768C20.8224 6.75271 20.6277 6.94739 20.3827 7.04888C20.3411 7.06612 20.2542 7.09273 20.0262 7.10829C19.7893 7.12446 19.4796 7.125 19 7.125C18.4477 7.125 18 7.57272 18 8.125C18 8.67728 18.4477 9.125 19 9.125L19.032 9.125C19.4706 9.12501 19.8491 9.12502 20.1624 9.10365C20.4922 9.08115 20.8221 9.03164 21.1481 8.89664C21.8831 8.59216 22.4672 8.00813 22.7716 7.27305C22.9066 6.94712 22.9561 6.61721 22.9787 6.28738C23 5.97413 23 5.59564 23 5.15699V4.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.97 4.375C15.8288 4.37495 16.5687 4.37491 17.1613 4.45473C17.7963 4.54027 18.405 4.73317 18.8988 5.22784C19.3925 5.72251 19.585 6.33238 19.6704 6.96862C19.7501 7.56229 19.75 8.30363 19.75 9.16405V12.2036C19.75 13.064 19.7501 13.8054 19.6704 14.399C19.585 15.0353 19.3925 15.6451 18.8988 16.1398C18.5768 16.4624 18.206 16.6566 17.8108 16.7765C17.8064 17.3478 17.7904 17.853 17.7329 18.2814C17.6475 18.9176 17.455 19.5275 16.9613 20.0222C16.4675 20.5168 15.8588 20.7097 15.2238 20.7953C14.6312 20.8751 13.8913 20.875 13.0325 20.875H9.03C8.17121 20.875 7.43126 20.8751 6.83871 20.7953C6.20367 20.7097 5.59496 20.5168 5.10123 20.0222C4.60749 19.5275 4.41496 18.9176 4.32958 18.2814C4.24991 17.6877 4.24995 16.9464 4.25 16.0859L4.25 11.1691C4.25 10.6331 4.68373 10.1985 5.21875 10.1985C5.75378 10.1985 6.1875 10.6331 6.1875 11.1691L6.1875 16.0221C6.1875 16.9646 6.18956 17.5738 6.2498 18.0227C6.30629 18.4437 6.3975 18.5757 6.47124 18.6495C6.54499 18.7234 6.67669 18.8148 7.09687 18.8714C7.54493 18.9318 8.15302 18.9338 9.09375 18.9338H12.9687C13.9095 18.9338 14.5176 18.9318 14.9656 18.8714C15.3858 18.8148 15.5175 18.7234 15.5913 18.6495C15.665 18.5757 15.7562 18.4437 15.8127 18.0227C15.8493 17.7501 15.8644 17.4183 15.8706 16.9887C15.5876 16.9927 15.2869 16.9927 14.97 16.9926H11.9362H11.9362C11.0774 16.9927 10.3375 16.9927 9.74495 16.9129C9.10992 16.8274 8.50121 16.6345 8.00747 16.1398C7.51374 15.6451 7.3212 15.0353 7.23583 14.399C7.15616 13.8054 7.1562 13.064 7.15625 12.2036V12.2036L7.15625 6.80147C7.15625 6.53345 6.93939 6.31618 6.67188 6.31618C6.40437 6.31618 6.1875 6.53345 6.1875 6.80147L6.1875 7.80115C6.1875 8.33719 5.75378 8.77173 5.21875 8.77173C4.68373 8.77173 4.25 8.33719 4.25 7.80115L4.25 6.80147C4.25 5.46137 5.33431 4.375 6.67188 4.375L14.97 4.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3 4.125C3 3.57272 2.55229 3.125 2 3.125C1.44772 3.125 1 3.57272 1 4.125L1 5.15698C0.999989 5.59559 0.99998 5.97415 1.02135 6.28738C1.04386 6.61721 1.09336 6.94712 1.22836 7.27305C1.53285 8.00813 2.11687 8.59216 2.85195 8.89664C3.17788 9.03164 3.50779 9.08115 3.83762 9.10365C4.15088 9.12502 4.52936 9.12501 4.96801 9.125L8 9.125C8.55228 9.125 9 8.67728 9 8.125C9 7.57272 8.55228 7.125 8 7.125H5C4.52038 7.125 4.21074 7.12446 3.97376 7.10829C3.74576 7.09273 3.65893 7.06612 3.61732 7.04888C3.37229 6.94739 3.17762 6.75271 3.07612 6.50768C3.05888 6.46607 3.03227 6.37924 3.01671 6.15124C3.00054 5.91426 3 5.60462 3 5.125V4.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M23 4.125C23 3.57272 22.5523 3.125 22 3.125C21.4477 3.125 21 3.57272 21 4.125V5.125C21 5.60462 20.9995 5.91426 20.9833 6.15124C20.9677 6.37924 20.9411 6.46607 20.9239 6.50768C20.8224 6.75271 20.6277 6.94739 20.3827 7.04888C20.3411 7.06612 20.2542 7.09273 20.0262 7.10829C19.7893 7.12446 19.4796 7.125 19 7.125C18.4477 7.125 18 7.57272 18 8.125C18 8.67728 18.4477 9.125 19 9.125L19.032 9.125C19.4706 9.12501 19.8491 9.12502 20.1624 9.10365C20.4922 9.08115 20.8221 9.03164 21.1481 8.89664C21.8831 8.59216 22.4672 8.00813 22.7716 7.27305C22.9066 6.94712 22.9561 6.61721 22.9787 6.28738C23 5.97413 23 5.59564 23 5.15699V4.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-treadmill-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.1915 1.05147C22.7154 1.22611 22.9986 1.79243 22.824 2.31638C22.7589 2.51164 22.6984 2.73118 22.6265 2.99244C22.5574 3.24361 22.4787 3.52935 22.3852 3.81215C22.204 4.36017 21.9281 5.0277 21.4155 5.54033C20.91 6.04582 20.2244 6.27297 19.4532 6.52848C19.4006 6.54592 19.3475 6.56349 19.2941 6.58129L15.1915 7.94883C14.6676 8.12348 14.1012 7.84032 13.9266 7.31638C13.7519 6.79243 14.0351 6.22611 14.559 6.05147L18.6617 4.68392C19.688 4.34182 19.8735 4.25383 20.0012 4.12612C20.173 3.95433 20.3302 3.65629 20.4863 3.18436C20.5614 2.95718 20.6273 2.71935 20.6982 2.4617L20.7052 2.43633C20.7715 2.19548 20.8443 1.93092 20.9266 1.68392C21.1012 1.15998 21.6676 0.876818 22.1915 1.05147Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.3052 4.59725C20.8038 4.8347 21.0155 5.43141 20.7781 5.93004L15.7781 16.43C15.5406 16.9287 14.9439 17.1404 14.4453 16.903C13.9467 16.6655 13.7349 16.0688 13.9724 15.5702L18.9724 5.07018C19.2098 4.57154 19.8065 4.3598 20.3052 4.59725Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.58211 20.2928C6.97263 20.6833 6.97263 21.3165 6.58211 21.707L5.58211 22.707C5.19158 23.0975 4.55842 23.0975 4.16789 22.707C3.77737 22.3165 3.77737 21.6833 4.16789 21.2928L5.16789 20.2928C5.55842 19.9022 6.19158 19.9022 6.58211 20.2928ZM16.875 21.9999V20.9999C16.875 20.4476 17.3227 19.9999 17.875 19.9999C18.4273 19.9999 18.875 20.4476 18.875 20.9999V21.9999C18.875 22.5522 18.4273 22.9999 17.875 22.9999C17.3227 22.9999 16.875 22.5522 16.875 21.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.0659 21.7498C21.2 21.7498 21.9699 21.098 22.342 20.2278C22.6949 19.4027 22.6991 18.3902 22.4553 17.4713C22.2098 16.5457 21.6879 15.6191 20.8715 14.9935C20.0319 14.3503 18.9279 14.0643 17.6452 14.3771L17.6425 14.3778L2.43074 18.1458L2.42922 18.1462C1.42529 18.3918 1.08248 19.3533 1.12914 20.0641C1.15435 20.4482 1.28815 20.8566 1.56628 21.1833C1.85802 21.526 2.28735 21.7498 2.80629 21.7498H20.0659ZM18.8705 16.9999C18.3207 16.9999 17.875 17.4476 17.875 17.9999C17.875 18.5522 18.3207 18.9999 18.8705 18.9999H18.8795C19.4293 18.9999 19.875 18.5522 19.875 17.9999C19.875 17.4476 19.4293 16.9999 18.8795 16.9999H18.8705Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.1915 1.05147C22.7154 1.22611 22.9986 1.79243 22.824 2.31638C22.7589 2.51164 22.6984 2.73118 22.6265 2.99244C22.5574 3.24361 22.4787 3.52935 22.3852 3.81215C22.204 4.36017 21.9281 5.0277 21.4155 5.54033C20.91 6.04582 20.2244 6.27297 19.4532 6.52848C19.4006 6.54592 19.3475 6.56349 19.2941 6.58129L15.1915 7.94883C14.6676 8.12348 14.1012 7.84032 13.9266 7.31638C13.7519 6.79243 14.0351 6.22611 14.559 6.05147L18.6617 4.68392C19.688 4.34182 19.8735 4.25383 20.0012 4.12612C20.173 3.95433 20.3302 3.65629 20.4863 3.18436C20.5614 2.95718 20.6273 2.71935 20.6982 2.4617L20.7052 2.43633C20.7715 2.19548 20.8443 1.93092 20.9266 1.68392C21.1012 1.15998 21.6676 0.876818 22.1915 1.05147Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.3052 4.59725C20.8038 4.8347 21.0155 5.43141 20.7781 5.93004L15.7781 16.43C15.5406 16.9287 14.9439 17.1404 14.4453 16.903C13.9467 16.6655 13.7349 16.0688 13.9724 15.5702L18.9724 5.07018C19.2098 4.57154 19.8065 4.3598 20.3052 4.59725Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.58211 20.2928C6.97263 20.6833 6.97263 21.3165 6.58211 21.707L5.58211 22.707C5.19158 23.0975 4.55842 23.0975 4.16789 22.707C3.77737 22.3165 3.77737 21.6833 4.16789 21.2928L5.16789 20.2928C5.55842 19.9022 6.19158 19.9022 6.58211 20.2928ZM16.875 21.9999V20.9999C16.875 20.4476 17.3227 19.9999 17.875 19.9999C18.4273 19.9999 18.875 20.4476 18.875 20.9999V21.9999C18.875 22.5522 18.4273 22.9999 17.875 22.9999C17.3227 22.9999 16.875 22.5522 16.875 21.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.0659 21.7498C21.2 21.7498 21.9699 21.098 22.342 20.2278C22.6949 19.4027 22.6991 18.3902 22.4553 17.4713C22.2098 16.5457 21.6879 15.6191 20.8715 14.9935C20.0319 14.3503 18.9279 14.0643 17.6452 14.3771L17.6425 14.3778L2.43074 18.1458L2.42922 18.1462C1.42529 18.3918 1.08248 19.3533 1.12914 20.0641C1.15435 20.4482 1.28815 20.8566 1.56628 21.1833C1.85802 21.526 2.28735 21.7498 2.80629 21.7498H20.0659ZM18.8705 16.9999C18.3207 16.9999 17.875 17.4476 17.875 17.9999C17.875 18.5522 18.3207 18.9999 18.8705 18.9999H18.8795C19.4293 18.9999 19.875 18.5522 19.875 17.9999C19.875 17.4476 19.4293 16.9999 18.8795 16.9999H18.8705Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-treadmill-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 15.8035C22.75 11.9233 18.9164 9.20818 15.3223 10.6354L2.56449 15.7015C1.76476 16.019 1.25 16.7987 1.25 17.6543C1.25 18.7978 2.16188 19.7517 3.31956 19.7517H18.8679C21.0266 19.7517 22.75 17.9692 22.75 15.8035ZM18 13.7498C17.3096 13.7498 16.75 14.3094 16.75 14.9998C16.75 15.6901 17.3096 16.2498 18 16.2498H18.009C18.6993 16.2498 19.259 15.6901 19.259 14.9998C19.259 14.3094 18.6993 13.7498 18.009 13.7498H18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.36458 9.93149C5.73657 9.78578 6 9.42367 6 9.00003C6 8.44774 5.55228 8.00003 5 8.00003H4.02334C4.00792 7.99967 3.99244 7.99966 3.97694 8.00003H2C1.44772 8.00003 1 8.44774 1 9.00003C1 9.55231 1.44772 10 2 10H3.27924L5.05132 15.3163C5.22596 15.8402 5.79228 16.1234 6.31623 15.9487C6.84017 15.7741 7.12333 15.2077 6.94868 14.6838L5.36458 9.93149Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.2428 2.02985C22.7786 2.1638 23.1044 2.70673 22.9704 3.24253C22.726 4.22022 22.2474 4.97597 21.4664 5.44749C20.9397 5.76545 20.343 5.91133 19.7315 5.96855L17.949 11.3162C17.7743 11.8402 17.208 12.1233 16.684 11.9487C16.1601 11.774 15.8769 11.2077 16.0516 10.6838L18.0516 4.68376C18.1877 4.27542 18.5698 3.99999 19.0003 3.99999C19.7343 3.99999 20.165 3.89696 20.4327 3.73531C20.655 3.6011 20.8803 3.35686 21.0301 2.75746C21.1641 2.22166 21.707 1.8959 22.2428 2.02985Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.44719 18.1055C6.94117 18.3525 7.14139 18.9532 6.8944 19.4472L5.8944 21.4472C5.64741 21.9412 5.04674 22.1414 4.55276 21.8944C4.05878 21.6474 3.85856 21.0467 4.10555 20.5528L5.10555 18.5528C5.35254 18.0588 5.95321 17.8586 6.44719 18.1055ZM18 18C18.5523 18 19 18.4477 19 19V21C19 21.5523 18.5523 22 18 22C17.4477 22 17 21.5523 17 21V19C17 18.4477 17.4477 18 18 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 15.8035C22.75 11.9233 18.9164 9.20818 15.3223 10.6354L2.56449 15.7015C1.76476 16.019 1.25 16.7987 1.25 17.6543C1.25 18.7978 2.16188 19.7517 3.31956 19.7517H18.8679C21.0266 19.7517 22.75 17.9692 22.75 15.8035ZM18 13.7498C17.3096 13.7498 16.75 14.3094 16.75 14.9998C16.75 15.6901 17.3096 16.2498 18 16.2498H18.009C18.6993 16.2498 19.259 15.6901 19.259 14.9998C19.259 14.3094 18.6993 13.7498 18.009 13.7498H18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.36458 9.93149C5.73657 9.78578 6 9.42367 6 9.00003C6 8.44774 5.55228 8.00003 5 8.00003H4.02334C4.00792 7.99967 3.99244 7.99966 3.97694 8.00003H2C1.44772 8.00003 1 8.44774 1 9.00003C1 9.55231 1.44772 10 2 10H3.27924L5.05132 15.3163C5.22596 15.8402 5.79228 16.1234 6.31623 15.9487C6.84017 15.7741 7.12333 15.2077 6.94868 14.6838L5.36458 9.93149Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.2428 2.02985C22.7786 2.1638 23.1044 2.70673 22.9704 3.24253C22.726 4.22022 22.2474 4.97597 21.4664 5.44749C20.9397 5.76545 20.343 5.91133 19.7315 5.96855L17.949 11.3162C17.7743 11.8402 17.208 12.1233 16.684 11.9487C16.1601 11.774 15.8769 11.2077 16.0516 10.6838L18.0516 4.68376C18.1877 4.27542 18.5698 3.99999 19.0003 3.99999C19.7343 3.99999 20.165 3.89696 20.4327 3.73531C20.655 3.6011 20.8803 3.35686 21.0301 2.75746C21.1641 2.22166 21.707 1.8959 22.2428 2.02985Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.44719 18.1055C6.94117 18.3525 7.14139 18.9532 6.8944 19.4472L5.8944 21.4472C5.64741 21.9412 5.04674 22.1414 4.55276 21.8944C4.05878 21.6474 3.85856 21.0467 4.10555 20.5528L5.10555 18.5528C5.35254 18.0588 5.95321 17.8586 6.44719 18.1055ZM18 18C18.5523 18 19 18.4477 19 19V21C19 21.5523 18.5523 22 18 22C17.4477 22 17 21.5523 17 21V19C17 18.4477 17.4477 18 18 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-weight-scale{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.6439 1.25H13.3561C14.259 1.24997 15.0211 1.24994 15.6249 1.32042C16.255 1.39395 16.8707 1.55847 17.3706 2.00915C17.5958 2.21222 17.7873 2.44899 17.9376 2.71113C18.2738 3.29759 18.29 3.92691 18.21 4.54305C18.1338 5.12988 17.9482 5.8472 17.7298 6.691L17.7034 6.79302C17.5291 7.467 17.3807 8.04037 17.2102 8.5003C17.029 8.989 16.7954 9.43053 16.4051 9.80182C16.2181 9.97973 16.0109 10.1359 15.7878 10.2676C15.3243 10.541 14.8306 10.6513 14.302 10.702C13.8018 10.75 13.1927 10.75 12.4717 10.75H11.5283C10.8073 10.75 10.1982 10.75 9.69801 10.702C9.16936 10.6513 8.67566 10.541 8.21217 10.2676C7.9891 10.1359 7.78194 9.97973 7.5949 9.80182C7.20457 9.43053 6.97095 8.989 6.78978 8.5003C6.61927 8.04037 6.47094 7.46699 6.29657 6.79301L6.28507 6.74854C6.28009 6.72929 6.27512 6.7101 6.27017 6.69099C6.05181 5.84719 5.86617 5.12987 5.79 4.54305C5.71002 3.92691 5.72617 3.29759 6.06239 2.71113C6.21268 2.44899 6.40422 2.21222 6.62944 2.00915C7.1293 1.55847 7.74503 1.39395 8.37506 1.32042C8.97893 1.24994 9.74095 1.24997 10.6439 1.25ZM8.60067 3.2073C8.13641 3.26149 7.99252 3.35241 7.92575 3.4126C7.8493 3.48153 7.78534 3.56095 7.73568 3.64756C7.69637 3.71613 7.64027 3.8608 7.69746 4.30137C7.75673 4.75797 7.91092 5.36081 8.14823 6.27795C8.33725 7.00848 8.46246 7.48783 8.59555 7.84684C8.72171 8.18716 8.82647 8.33584 8.9287 8.43308C9.00978 8.51021 9.10016 8.57847 9.1982 8.63631C9.32461 8.7109 9.5056 8.77464 9.88389 8.81094C10.2802 8.84896 10.7953 8.85 11.5735 8.85H12.4265C13.2047 8.85 13.7198 8.84896 14.1161 8.81094C14.4944 8.77464 14.6754 8.7109 14.8018 8.63631C14.8998 8.57847 14.9902 8.51021 15.0713 8.43308C15.1735 8.33584 15.2783 8.18716 15.4045 7.84684C15.5375 7.48783 15.6628 7.00848 15.8518 6.27795C16.0891 5.36081 16.2433 4.75797 16.3025 4.30137C16.3597 3.8608 16.3036 3.71613 16.2643 3.64756C16.2147 3.56094 16.1507 3.48153 16.0742 3.4126C16.0075 3.35241 15.8636 3.26149 15.3993 3.2073C14.9218 3.15157 14.2747 3.15 13.2979 3.15H10.7021C9.72532 3.15 9.07816 3.15157 8.60067 3.2073Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.38414 4.84405C7.30775 4.48471 6.9823 4.23359 6.61533 4.25084C5.25234 4.31488 4.15588 4.51029 3.3479 5.31965C2.74621 5.92238 2.48747 6.68113 2.3665 7.58241C2.24996 8.45069 2.24998 9.55475 2.25 10.9248V10.9248V10.9248V16.043V16.043V16.0431C2.24998 17.4131 2.24996 18.5172 2.3665 19.3855C2.48747 20.2867 2.74621 21.0455 3.3479 21.6482C3.94976 22.2511 4.70774 22.5105 5.60808 22.6318C6.47513 22.7486 7.57752 22.7486 8.94504 22.7485H15.055C16.4225 22.7486 17.5249 22.7486 18.3919 22.6318C19.2923 22.5105 20.0502 22.2511 20.6521 21.6482C21.2538 21.0455 21.5125 20.2867 21.6335 19.3855C21.75 18.5172 21.75 17.4131 21.75 16.043V10.9249C21.75 9.55477 21.75 8.4507 21.6335 7.58241C21.5125 6.68113 21.2538 5.92238 20.6521 5.31965C19.8441 4.51029 18.7477 4.31488 17.3847 4.25084C17.0177 4.23359 16.6923 4.48471 16.6159 4.84405C16.528 5.25756 16.4031 5.74642 16.248 6.35303C16.0527 7.11711 15.9191 7.63604 15.7754 8.02855C15.637 8.40631 15.5113 8.60135 15.3675 8.73977C15.2694 8.83421 15.1603 8.91764 15.0421 8.98823C14.8668 9.09292 14.6379 9.16614 14.2249 9.20624C13.7979 9.24771 13.248 9.24853 12.4436 9.24853H11.5564C10.752 9.24853 10.2021 9.24771 9.77509 9.20624C9.36212 9.16614 9.13324 9.09292 8.95795 8.98823C8.83973 8.91764 8.73056 8.83422 8.63246 8.73977C8.48869 8.60135 8.36299 8.40631 8.22463 8.02855C8.08086 7.63604 7.94728 7.11711 7.75196 6.35303C7.59688 5.74642 7.47205 5.25756 7.38414 4.84405ZM10 17C9.44772 17 9 17.4477 9 18C9 18.5523 9.44772 19 10 19H14C14.5523 19 15 18.5523 15 18C15 17.4477 14.5523 17 14 17H10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8163 6.05159C13.3402 6.22624 13.6234 6.79256 13.4487 7.3165L12.6345 9.75924C12.4599 10.2832 11.8935 10.5663 11.3696 10.3917C10.8456 10.2171 10.5625 9.65073 10.7371 9.12679L11.5514 6.68404C11.726 6.1601 12.2924 5.87694 12.8163 6.05159Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.6439 1.25H13.3561C14.259 1.24997 15.0211 1.24994 15.6249 1.32042C16.255 1.39395 16.8707 1.55847 17.3706 2.00915C17.5958 2.21222 17.7873 2.44899 17.9376 2.71113C18.2738 3.29759 18.29 3.92691 18.21 4.54305C18.1338 5.12988 17.9482 5.8472 17.7298 6.691L17.7034 6.79302C17.5291 7.467 17.3807 8.04037 17.2102 8.5003C17.029 8.989 16.7954 9.43053 16.4051 9.80182C16.2181 9.97973 16.0109 10.1359 15.7878 10.2676C15.3243 10.541 14.8306 10.6513 14.302 10.702C13.8018 10.75 13.1927 10.75 12.4717 10.75H11.5283C10.8073 10.75 10.1982 10.75 9.69801 10.702C9.16936 10.6513 8.67566 10.541 8.21217 10.2676C7.9891 10.1359 7.78194 9.97973 7.5949 9.80182C7.20457 9.43053 6.97095 8.989 6.78978 8.5003C6.61927 8.04037 6.47094 7.46699 6.29657 6.79301L6.28507 6.74854C6.28009 6.72929 6.27512 6.7101 6.27017 6.69099C6.05181 5.84719 5.86617 5.12987 5.79 4.54305C5.71002 3.92691 5.72617 3.29759 6.06239 2.71113C6.21268 2.44899 6.40422 2.21222 6.62944 2.00915C7.1293 1.55847 7.74503 1.39395 8.37506 1.32042C8.97893 1.24994 9.74095 1.24997 10.6439 1.25ZM8.60067 3.2073C8.13641 3.26149 7.99252 3.35241 7.92575 3.4126C7.8493 3.48153 7.78534 3.56095 7.73568 3.64756C7.69637 3.71613 7.64027 3.8608 7.69746 4.30137C7.75673 4.75797 7.91092 5.36081 8.14823 6.27795C8.33725 7.00848 8.46246 7.48783 8.59555 7.84684C8.72171 8.18716 8.82647 8.33584 8.9287 8.43308C9.00978 8.51021 9.10016 8.57847 9.1982 8.63631C9.32461 8.7109 9.5056 8.77464 9.88389 8.81094C10.2802 8.84896 10.7953 8.85 11.5735 8.85H12.4265C13.2047 8.85 13.7198 8.84896 14.1161 8.81094C14.4944 8.77464 14.6754 8.7109 14.8018 8.63631C14.8998 8.57847 14.9902 8.51021 15.0713 8.43308C15.1735 8.33584 15.2783 8.18716 15.4045 7.84684C15.5375 7.48783 15.6628 7.00848 15.8518 6.27795C16.0891 5.36081 16.2433 4.75797 16.3025 4.30137C16.3597 3.8608 16.3036 3.71613 16.2643 3.64756C16.2147 3.56094 16.1507 3.48153 16.0742 3.4126C16.0075 3.35241 15.8636 3.26149 15.3993 3.2073C14.9218 3.15157 14.2747 3.15 13.2979 3.15H10.7021C9.72532 3.15 9.07816 3.15157 8.60067 3.2073Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.38414 4.84405C7.30775 4.48471 6.9823 4.23359 6.61533 4.25084C5.25234 4.31488 4.15588 4.51029 3.3479 5.31965C2.74621 5.92238 2.48747 6.68113 2.3665 7.58241C2.24996 8.45069 2.24998 9.55475 2.25 10.9248V10.9248V10.9248V16.043V16.043V16.0431C2.24998 17.4131 2.24996 18.5172 2.3665 19.3855C2.48747 20.2867 2.74621 21.0455 3.3479 21.6482C3.94976 22.2511 4.70774 22.5105 5.60808 22.6318C6.47513 22.7486 7.57752 22.7486 8.94504 22.7485H15.055C16.4225 22.7486 17.5249 22.7486 18.3919 22.6318C19.2923 22.5105 20.0502 22.2511 20.6521 21.6482C21.2538 21.0455 21.5125 20.2867 21.6335 19.3855C21.75 18.5172 21.75 17.4131 21.75 16.043V10.9249C21.75 9.55477 21.75 8.4507 21.6335 7.58241C21.5125 6.68113 21.2538 5.92238 20.6521 5.31965C19.8441 4.51029 18.7477 4.31488 17.3847 4.25084C17.0177 4.23359 16.6923 4.48471 16.6159 4.84405C16.528 5.25756 16.4031 5.74642 16.248 6.35303C16.0527 7.11711 15.9191 7.63604 15.7754 8.02855C15.637 8.40631 15.5113 8.60135 15.3675 8.73977C15.2694 8.83421 15.1603 8.91764 15.0421 8.98823C14.8668 9.09292 14.6379 9.16614 14.2249 9.20624C13.7979 9.24771 13.248 9.24853 12.4436 9.24853H11.5564C10.752 9.24853 10.2021 9.24771 9.77509 9.20624C9.36212 9.16614 9.13324 9.09292 8.95795 8.98823C8.83973 8.91764 8.73056 8.83422 8.63246 8.73977C8.48869 8.60135 8.36299 8.40631 8.22463 8.02855C8.08086 7.63604 7.94728 7.11711 7.75196 6.35303C7.59688 5.74642 7.47205 5.25756 7.38414 4.84405ZM10 17C9.44772 17 9 17.4477 9 18C9 18.5523 9.44772 19 10 19H14C14.5523 19 15 18.5523 15 18C15 17.4477 14.5523 17 14 17H10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8163 6.05159C13.3402 6.22624 13.6234 6.79256 13.4487 7.3165L12.6345 9.75924C12.4599 10.2832 11.8935 10.5663 11.3696 10.3917C10.8456 10.2171 10.5625 9.65073 10.7371 9.12679L11.5514 6.68404C11.726 6.1601 12.2924 5.87694 12.8163 6.05159Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-wellness{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4534 1.48687C11.5952 1.33574 11.7932 1.25 12.0004 1.25C12.2076 1.25 12.4056 1.33574 12.5474 1.48687C12.6741 1.62198 12.8136 1.79502 12.9204 1.93234C13.1337 2.20638 13.4163 2.60068 13.6991 3.08807C14.2589 4.05288 14.8504 5.43592 14.8504 7C14.8504 8.56408 14.2589 9.94712 13.6991 10.9119C13.4163 11.3993 13.1337 11.7936 12.9204 12.0677C12.8178 12.1996 12.6279 12.4198 12.5556 12.5035L12.5474 12.5131C12.4056 12.6643 12.2076 12.75 12.0004 12.75C11.7932 12.75 11.5948 12.6639 11.4531 12.5128L11.4452 12.5036C11.3732 12.4202 11.1832 12.1998 11.0803 12.0677C10.8671 11.7936 10.5845 11.3993 10.3017 10.9119C9.74187 9.94712 9.15039 8.56408 9.15039 7C9.15039 5.43592 9.74187 4.05288 10.3017 3.08807C10.5845 2.60068 10.8671 2.20638 11.0803 1.93234C11.1872 1.79502 11.2877 1.66348 11.4534 1.48687Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.25022 5.0746C4.24457 4.81687 4.34709 4.56807 4.53404 4.38586C4.72099 4.20366 4.97614 4.10386 5.24034 4.10961C5.39733 4.12173 5.88582 4.15854 6.15126 4.19791C6.67935 4.27625 7.40195 4.426 8.17168 4.71436C8.67114 4.90148 8.92054 5.44813 8.72872 5.93534C8.53691 6.42256 7.97652 6.66584 7.47706 6.47873C7.07287 6.32731 6.6802 6.22291 6.33569 6.1512C6.36096 6.27346 6.39045 6.40228 6.42486 6.53596C6.65392 7.42579 7.08012 8.44989 7.84814 9.21437C8.61442 9.97712 9.6381 10.3985 10.5254 10.6248C10.9619 10.7361 11.3464 10.7954 11.6192 10.8266C11.7282 10.8472 12.0332 10.8762 12.3808 10.8266C12.6536 10.7954 13.0381 10.7361 13.4746 10.6248C14.3619 10.3985 15.3856 9.97712 16.1519 9.21437C16.9199 8.44989 17.3461 7.42579 17.5751 6.53596C17.6096 6.40228 17.639 6.27346 17.6643 6.1512C17.3198 6.22291 16.9271 6.32731 16.5229 6.47873C16.0235 6.66584 15.4631 6.42256 15.2713 5.93534C15.0795 5.44813 15.3289 4.90148 15.8283 4.71436C16.5981 4.426 17.3207 4.27625 17.8487 4.19791C18.1142 4.15854 18.4238 4.10961 18.7597 4.10961C19.0239 4.10386 19.279 4.20366 19.466 4.38586C19.6529 4.56807 19.7554 4.81687 19.7498 5.0746C19.7469 5.20636 19.7241 5.48119 19.7045 5.65128C19.6654 5.99048 19.5921 6.46109 19.4543 6.99625C19.1828 8.05115 18.6402 9.43776 17.5356 10.5372C16.4293 11.6385 15.0311 12.1814 13.9647 12.4533C13.4243 12.5912 12.949 12.6646 12.6062 12.7037C12 12.773 12 12.773 11.3938 12.7037C11.051 12.6646 10.5757 12.5912 10.0353 12.4533C8.96887 12.1814 7.57067 11.6385 6.46436 10.5372C5.35979 9.43776 4.81724 8.05115 4.5457 6.99625C4.40794 6.46109 4.33461 5.99048 4.29548 5.65128C4.27586 5.48119 4.25656 5.17316 4.25022 5.0746Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4534 1.48687C11.5952 1.33574 11.7932 1.25 12.0004 1.25C12.2076 1.25 12.4056 1.33574 12.5474 1.48687C12.6741 1.62198 12.8136 1.79502 12.9204 1.93234C13.1337 2.20638 13.4163 2.60068 13.6991 3.08807C14.2589 4.05288 14.8504 5.43592 14.8504 7C14.8504 8.56408 14.2589 9.94712 13.6991 10.9119C13.4163 11.3993 13.1337 11.7936 12.9204 12.0677C12.8178 12.1996 12.6279 12.4198 12.5556 12.5035L12.5474 12.5131C12.4056 12.6643 12.2076 12.75 12.0004 12.75C11.7932 12.75 11.5948 12.6639 11.4531 12.5128L11.4452 12.5036C11.3732 12.4202 11.1832 12.1998 11.0803 12.0677C10.8671 11.7936 10.5845 11.3993 10.3017 10.9119C9.74187 9.94712 9.15039 8.56408 9.15039 7C9.15039 5.43592 9.74187 4.05288 10.3017 3.08807C10.5845 2.60068 10.8671 2.20638 11.0803 1.93234C11.1872 1.79502 11.2877 1.66348 11.4534 1.48687Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.25022 5.0746C4.24457 4.81687 4.34709 4.56807 4.53404 4.38586C4.72099 4.20366 4.97614 4.10386 5.24034 4.10961C5.39733 4.12173 5.88582 4.15854 6.15126 4.19791C6.67935 4.27625 7.40195 4.426 8.17168 4.71436C8.67114 4.90148 8.92054 5.44813 8.72872 5.93534C8.53691 6.42256 7.97652 6.66584 7.47706 6.47873C7.07287 6.32731 6.6802 6.22291 6.33569 6.1512C6.36096 6.27346 6.39045 6.40228 6.42486 6.53596C6.65392 7.42579 7.08012 8.44989 7.84814 9.21437C8.61442 9.97712 9.6381 10.3985 10.5254 10.6248C10.9619 10.7361 11.3464 10.7954 11.6192 10.8266C11.7282 10.8472 12.0332 10.8762 12.3808 10.8266C12.6536 10.7954 13.0381 10.7361 13.4746 10.6248C14.3619 10.3985 15.3856 9.97712 16.1519 9.21437C16.9199 8.44989 17.3461 7.42579 17.5751 6.53596C17.6096 6.40228 17.639 6.27346 17.6643 6.1512C17.3198 6.22291 16.9271 6.32731 16.5229 6.47873C16.0235 6.66584 15.4631 6.42256 15.2713 5.93534C15.0795 5.44813 15.3289 4.90148 15.8283 4.71436C16.5981 4.426 17.3207 4.27625 17.8487 4.19791C18.1142 4.15854 18.4238 4.10961 18.7597 4.10961C19.0239 4.10386 19.279 4.20366 19.466 4.38586C19.6529 4.56807 19.7554 4.81687 19.7498 5.0746C19.7469 5.20636 19.7241 5.48119 19.7045 5.65128C19.6654 5.99048 19.5921 6.46109 19.4543 6.99625C19.1828 8.05115 18.6402 9.43776 17.5356 10.5372C16.4293 11.6385 15.0311 12.1814 13.9647 12.4533C13.4243 12.5912 12.949 12.6646 12.6062 12.7037C12 12.773 12 12.773 11.3938 12.7037C11.051 12.6646 10.5757 12.5912 10.0353 12.4533C8.96887 12.1814 7.57067 11.6385 6.46436 10.5372C5.35979 9.43776 4.81724 8.05115 4.5457 6.99625C4.40794 6.46109 4.33461 5.99048 4.29548 5.65128C4.27586 5.48119 4.25656 5.17316 4.25022 5.0746Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-workout-battle-ropes{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.24976 4.375C5.24976 3.13236 6.25712 2.125 7.49976 2.125C8.7424 2.125 9.74976 3.13236 9.74976 4.375C9.74976 5.61764 8.7424 6.625 7.49976 6.625C6.25712 6.625 5.24976 5.61764 5.24976 4.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.8286 6.30723C12.3322 6.0804 12.9243 6.30473 13.1511 6.80828C13.3779 7.31184 13.1536 7.90393 12.6501 8.13076L10.9572 8.89562C10.7326 9.02396 10.457 9.18143 10.1387 9.24883C9.82263 9.31576 9.50637 9.28488 9.24571 9.25943L8.51078 9.18982L6.38322 14.7411C6.65028 14.9553 6.99221 15.2333 7.184 15.6275C7.38278 16.036 7.38023 16.4852 7.37834 16.8195L7.37799 20.8763C7.37799 21.4286 6.93027 21.8763 6.37799 21.8763C5.8257 21.8763 5.37799 21.4286 5.37799 20.8763L5.37184 16.5052L3.22165 14.7541C2.99062 14.567 2.75838 14.3789 2.57912 14.1975C2.37538 13.9913 2.16531 13.7223 2.06201 13.3503C1.95789 12.9753 2.00099 12.6358 2.07365 12.3525C2.1366 12.107 2.24263 11.8316 2.34607 11.5629L3.3916 8.84502C3.50731 8.54403 3.62437 8.2395 3.75605 7.99293C3.90844 7.7076 4.12464 7.41037 4.48368 7.19703C4.83765 6.9867 5.20009 6.93566 5.51927 6.92991C5.80279 6.9248 6.13585 6.95634 6.47645 6.98859L9.73988 7.28159L11.8286 6.30723Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4924 7.14448C16.2313 6.86754 15.8065 6.79303 15.4592 6.97245C14.9685 7.22592 14.3652 7.03363 14.1117 6.54294C13.8583 6.05226 14.0506 5.449 14.5413 5.19553C15.6758 4.60945 17.07 4.84176 17.9475 5.77236C18.0511 5.88214 18.15 6.01215 18.2605 6.15746C18.2689 6.16845 18.2773 6.17952 18.2858 6.19068L19.3126 7.53882C19.4714 7.74734 19.7252 7.87498 20.0002 7.87498C20.5525 7.87498 21.0002 8.3227 21.0002 8.87498C21.0002 9.42727 20.5525 9.87498 20.0002 9.87498C19.1081 9.87498 18.263 9.46153 17.7215 8.75063L16.6947 7.40249C16.5436 7.204 16.5135 7.16684 16.4924 7.14448Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.78858 9.17224C7.1767 8.77933 7.80985 8.77545 8.20276 9.16358C8.45334 9.4111 8.68353 9.69313 8.88289 9.94104C8.91074 9.97566 8.93804 10.0097 8.9649 10.0432C9.14169 10.2636 9.29943 10.4602 9.46579 10.6436C9.8572 11.0753 10.1434 11.2551 10.4082 11.2935C10.9548 11.3728 11.3336 11.8802 11.2543 12.4267C11.175 12.9733 10.6676 13.3521 10.121 13.2728C9.14631 13.1313 8.46025 12.5121 7.98422 11.9871C7.77379 11.7551 7.57452 11.5064 7.40087 11.2898C7.37476 11.2572 7.34923 11.2254 7.32433 11.1944C7.12212 10.9429 6.95667 10.7439 6.79724 10.5864C6.40433 10.1983 6.40045 9.56515 6.78858 9.17224ZM12.2681 12.2403C12.3789 11.6992 12.9074 11.3504 13.4484 11.4612C15.0833 11.796 16.582 12.654 17.7076 13.9271L18.3859 14.6942C19.0507 15.4461 20.0022 15.875 21 15.875C21.5523 15.875 22 16.3227 22 16.875C22 17.4273 21.5523 17.875 21 17.875C19.4271 17.875 17.9306 17.1987 16.8875 16.019L16.2093 15.2519C15.3725 14.3054 14.2596 13.6688 13.0472 13.4206C12.5061 13.3098 12.1573 12.7814 12.2681 12.2403Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.24976 4.375C5.24976 3.13236 6.25712 2.125 7.49976 2.125C8.7424 2.125 9.74976 3.13236 9.74976 4.375C9.74976 5.61764 8.7424 6.625 7.49976 6.625C6.25712 6.625 5.24976 5.61764 5.24976 4.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.8286 6.30723C12.3322 6.0804 12.9243 6.30473 13.1511 6.80828C13.3779 7.31184 13.1536 7.90393 12.6501 8.13076L10.9572 8.89562C10.7326 9.02396 10.457 9.18143 10.1387 9.24883C9.82263 9.31576 9.50637 9.28488 9.24571 9.25943L8.51078 9.18982L6.38322 14.7411C6.65028 14.9553 6.99221 15.2333 7.184 15.6275C7.38278 16.036 7.38023 16.4852 7.37834 16.8195L7.37799 20.8763C7.37799 21.4286 6.93027 21.8763 6.37799 21.8763C5.8257 21.8763 5.37799 21.4286 5.37799 20.8763L5.37184 16.5052L3.22165 14.7541C2.99062 14.567 2.75838 14.3789 2.57912 14.1975C2.37538 13.9913 2.16531 13.7223 2.06201 13.3503C1.95789 12.9753 2.00099 12.6358 2.07365 12.3525C2.1366 12.107 2.24263 11.8316 2.34607 11.5629L3.3916 8.84502C3.50731 8.54403 3.62437 8.2395 3.75605 7.99293C3.90844 7.7076 4.12464 7.41037 4.48368 7.19703C4.83765 6.9867 5.20009 6.93566 5.51927 6.92991C5.80279 6.9248 6.13585 6.95634 6.47645 6.98859L9.73988 7.28159L11.8286 6.30723Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4924 7.14448C16.2313 6.86754 15.8065 6.79303 15.4592 6.97245C14.9685 7.22592 14.3652 7.03363 14.1117 6.54294C13.8583 6.05226 14.0506 5.449 14.5413 5.19553C15.6758 4.60945 17.07 4.84176 17.9475 5.77236C18.0511 5.88214 18.15 6.01215 18.2605 6.15746C18.2689 6.16845 18.2773 6.17952 18.2858 6.19068L19.3126 7.53882C19.4714 7.74734 19.7252 7.87498 20.0002 7.87498C20.5525 7.87498 21.0002 8.3227 21.0002 8.87498C21.0002 9.42727 20.5525 9.87498 20.0002 9.87498C19.1081 9.87498 18.263 9.46153 17.7215 8.75063L16.6947 7.40249C16.5436 7.204 16.5135 7.16684 16.4924 7.14448Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.78858 9.17224C7.1767 8.77933 7.80985 8.77545 8.20276 9.16358C8.45334 9.4111 8.68353 9.69313 8.88289 9.94104C8.91074 9.97566 8.93804 10.0097 8.9649 10.0432C9.14169 10.2636 9.29943 10.4602 9.46579 10.6436C9.8572 11.0753 10.1434 11.2551 10.4082 11.2935C10.9548 11.3728 11.3336 11.8802 11.2543 12.4267C11.175 12.9733 10.6676 13.3521 10.121 13.2728C9.14631 13.1313 8.46025 12.5121 7.98422 11.9871C7.77379 11.7551 7.57452 11.5064 7.40087 11.2898C7.37476 11.2572 7.34923 11.2254 7.32433 11.1944C7.12212 10.9429 6.95667 10.7439 6.79724 10.5864C6.40433 10.1983 6.40045 9.56515 6.78858 9.17224ZM12.2681 12.2403C12.3789 11.6992 12.9074 11.3504 13.4484 11.4612C15.0833 11.796 16.582 12.654 17.7076 13.9271L18.3859 14.6942C19.0507 15.4461 20.0022 15.875 21 15.875C21.5523 15.875 22 16.3227 22 16.875C22 17.4273 21.5523 17.875 21 17.875C19.4271 17.875 17.9306 17.1987 16.8875 16.019L16.2093 15.2519C15.3725 14.3054 14.2596 13.6688 13.0472 13.4206C12.5061 13.3098 12.1573 12.7814 12.2681 12.2403Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-workout-gymnastics{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.125 9.5C3.125 8.25736 4.13236 7.25 5.375 7.25C6.61764 7.25 7.625 8.25736 7.625 9.5C7.625 10.7426 6.61764 11.75 5.375 11.75C4.13236 11.75 3.125 10.7426 3.125 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.7338 2.01018C9.28053 1.93207 9.78706 2.31197 9.86517 2.85871L10.5704 7.79734L16.3995 10.2195C16.8493 10.4064 17.241 10.6974 17.5467 11.0619C17.7966 11.3598 17.9892 11.7069 18.1091 12.0865L20.8288 20.699C20.9951 21.2256 20.703 21.7874 20.1764 21.9537C19.6497 22.12 19.0879 21.8279 18.9216 21.3013L16.4457 13.4607L15.3611 14.5524L12.8115 21.3513C12.6176 21.8684 12.0412 22.1304 11.5241 21.9365C11.007 21.7425 10.745 21.1661 10.9389 20.649L13.2201 14.5657L9.4611 13.0644L7.76965 16.4473C7.52266 16.9413 6.92198 17.1415 6.42801 16.8946C5.93403 16.6476 5.7338 16.0469 5.98079 15.5529L8.08151 11.3503C8.49945 10.5073 8.64386 10.1552 8.69998 9.80941C8.74411 9.53748 8.7384 9.23052 8.6632 8.62298L7.88527 3.14155C7.80716 2.59481 8.18706 2.08828 8.7338 2.01018Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.125 9.5C3.125 8.25736 4.13236 7.25 5.375 7.25C6.61764 7.25 7.625 8.25736 7.625 9.5C7.625 10.7426 6.61764 11.75 5.375 11.75C4.13236 11.75 3.125 10.7426 3.125 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.7338 2.01018C9.28053 1.93207 9.78706 2.31197 9.86517 2.85871L10.5704 7.79734L16.3995 10.2195C16.8493 10.4064 17.241 10.6974 17.5467 11.0619C17.7966 11.3598 17.9892 11.7069 18.1091 12.0865L20.8288 20.699C20.9951 21.2256 20.703 21.7874 20.1764 21.9537C19.6497 22.12 19.0879 21.8279 18.9216 21.3013L16.4457 13.4607L15.3611 14.5524L12.8115 21.3513C12.6176 21.8684 12.0412 22.1304 11.5241 21.9365C11.007 21.7425 10.745 21.1661 10.9389 20.649L13.2201 14.5657L9.4611 13.0644L7.76965 16.4473C7.52266 16.9413 6.92198 17.1415 6.42801 16.8946C5.93403 16.6476 5.7338 16.0469 5.98079 15.5529L8.08151 11.3503C8.49945 10.5073 8.64386 10.1552 8.69998 9.80941C8.74411 9.53748 8.7384 9.23052 8.6632 8.62298L7.88527 3.14155C7.80716 2.59481 8.18706 2.08828 8.7338 2.01018Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-workout-kicking{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.125 5.5C3.125 4.25736 4.13236 3.25 5.375 3.25C6.61764 3.25 7.625 4.25736 7.625 5.5C7.625 6.74264 6.61764 7.75 5.375 7.75C4.13236 7.75 3.125 6.74264 3.125 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.6384 3.60011C12.9698 3.15831 12.8803 2.5315 12.4385 2.2001C11.9967 1.8687 11.3698 1.9582 11.0384 2.40001L5.55813 9.70607C5.5382 9.73264 5.51961 9.76018 5.50242 9.7886C5.22934 10.2401 4.85163 11.2778 5.04537 12.4871C5.10516 12.8446 5.17343 13.2528 5.26023 13.543C5.35901 13.8732 5.52448 14.2365 5.86972 14.5276C6.1515 14.7652 6.50724 14.8453 6.68295 14.8806C6.91076 14.9262 7.16361 14.9521 7.40282 14.9682C7.87722 15.0001 8.41171 15.0001 8.80936 15.0001H8.80937H8.82435C9.37664 15.0001 9.82435 14.5523 9.82435 14.0001C9.82435 13.4478 9.37664 13.0001 8.82435 13.0001C8.41052 13.0001 7.93806 12.9996 7.53694 12.9727C7.38709 12.9626 7.26316 12.9498 7.16643 12.9352C7.12418 12.7815 7.0853 12.5591 7.01971 12.1675C6.92123 11.547 7.11379 11.0177 7.1969 10.8544L7.78766 10.0668C7.9586 10.2104 8.16672 10.3604 8.38038 10.5145L8.3804 10.5145L11.8429 13.0117V21C11.8429 21.5523 12.2906 22 12.8429 22C13.3952 22 13.8429 21.5523 13.8429 21V12.7101L15.0147 10.0441L20.6267 3.66026C20.9913 3.24547 20.9507 2.61361 20.5359 2.24896C20.1211 1.88432 19.4893 1.92497 19.1246 2.33977L14.0322 8.13257L11.5886 6.23211C11.3817 6.07112 11.18 5.91422 10.9949 5.79103L12.6384 3.60011Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.125 5.5C3.125 4.25736 4.13236 3.25 5.375 3.25C6.61764 3.25 7.625 4.25736 7.625 5.5C7.625 6.74264 6.61764 7.75 5.375 7.75C4.13236 7.75 3.125 6.74264 3.125 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.6384 3.60011C12.9698 3.15831 12.8803 2.5315 12.4385 2.2001C11.9967 1.8687 11.3698 1.9582 11.0384 2.40001L5.55813 9.70607C5.5382 9.73264 5.51961 9.76018 5.50242 9.7886C5.22934 10.2401 4.85163 11.2778 5.04537 12.4871C5.10516 12.8446 5.17343 13.2528 5.26023 13.543C5.35901 13.8732 5.52448 14.2365 5.86972 14.5276C6.1515 14.7652 6.50724 14.8453 6.68295 14.8806C6.91076 14.9262 7.16361 14.9521 7.40282 14.9682C7.87722 15.0001 8.41171 15.0001 8.80936 15.0001H8.80937H8.82435C9.37664 15.0001 9.82435 14.5523 9.82435 14.0001C9.82435 13.4478 9.37664 13.0001 8.82435 13.0001C8.41052 13.0001 7.93806 12.9996 7.53694 12.9727C7.38709 12.9626 7.26316 12.9498 7.16643 12.9352C7.12418 12.7815 7.0853 12.5591 7.01971 12.1675C6.92123 11.547 7.11379 11.0177 7.1969 10.8544L7.78766 10.0668C7.9586 10.2104 8.16672 10.3604 8.38038 10.5145L8.3804 10.5145L11.8429 13.0117V21C11.8429 21.5523 12.2906 22 12.8429 22C13.3952 22 13.8429 21.5523 13.8429 21V12.7101L15.0147 10.0441L20.6267 3.66026C20.9913 3.24547 20.9507 2.61361 20.5359 2.24896C20.1211 1.88432 19.4893 1.92497 19.1246 2.33977L14.0322 8.13257L11.5886 6.23211C11.3817 6.07112 11.18 5.91422 10.9949 5.79103L12.6384 3.60011Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-workout-run{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.25 4.5C13.25 3.25736 14.2574 2.25 15.5 2.25C16.7426 2.25 17.75 3.25736 17.75 4.5C17.75 5.74264 16.7426 6.75 15.5 6.75C14.2574 6.75 13.25 5.74264 13.25 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.2756 10.9191C16.5463 10.9973 15.8868 10.8611 15.3183 10.6154L12.7866 14.4653L13.7223 15.3868C14.4923 16.1451 15.0401 17.0967 15.3051 18.1407L15.9692 20.7567C16.1051 21.292 15.7813 21.8361 15.246 21.972C14.7107 22.1079 14.1666 21.7841 14.0307 21.2488L13.3666 18.6329C13.1921 17.9454 12.8306 17.3157 12.319 16.8119L10.8377 15.3531C10.3676 14.9828 9.95997 14.6614 9.64995 14.3643C9.31809 14.0463 9.02563 13.6905 8.8546 13.2256C8.72417 12.8711 8.66186 12.4952 8.67095 12.1176C8.68286 11.6224 8.84488 11.1912 9.0564 10.7831C9.25507 10.3999 9.70772 9.70148 10.0355 9.19584C9.43667 9.3217 8.9604 9.50347 8.57153 9.72496C7.84374 10.1395 7.32929 10.746 6.89164 11.608C6.64163 12.1005 6.03974 12.297 5.54729 12.047C5.05483 11.797 4.85829 11.1951 5.1083 10.7027C5.67065 9.59498 6.42503 8.64592 7.58166 7.98711C8.72169 7.33775 10.157 7.02503 11.9881 7.00338C12.2133 7.00072 12.5739 6.99995 12.8995 7.00001C13.1263 7.00002 13.3497 7.00003 13.5404 7.01485C13.7517 7.03128 13.9985 7.06989 14.2515 7.18808C14.5268 7.31669 14.7336 7.51426 14.8837 7.67226C15.0341 7.83044 15.2061 8.03602 15.3964 8.26338C15.4969 8.38345 15.579 8.46367 15.5999 8.47933C16.0319 8.80326 16.526 8.98799 17.0624 8.9305C17.5972 8.87319 18.3462 8.55677 19.2524 7.53687C19.6193 7.12401 20.2513 7.0867 20.6642 7.45354C21.077 7.82037 21.1143 8.45244 20.7475 8.86529C19.6164 10.1383 18.4428 10.794 17.2756 10.9191Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.4651 15.1147C9.95401 15.3716 10.1421 15.9762 9.88523 16.4651C8.86494 18.407 6.59621 19.3758 4.44675 18.8644L3.76853 18.7031C3.23124 18.5752 2.89931 18.0361 3.02714 17.4988C3.15496 16.9615 3.69414 16.6295 4.23143 16.7574L4.90965 16.9187C6.21701 17.2298 7.54152 16.6258 8.11473 15.5348C8.37161 15.0459 8.97619 14.8578 9.4651 15.1147Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.25 4.5C13.25 3.25736 14.2574 2.25 15.5 2.25C16.7426 2.25 17.75 3.25736 17.75 4.5C17.75 5.74264 16.7426 6.75 15.5 6.75C14.2574 6.75 13.25 5.74264 13.25 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.2756 10.9191C16.5463 10.9973 15.8868 10.8611 15.3183 10.6154L12.7866 14.4653L13.7223 15.3868C14.4923 16.1451 15.0401 17.0967 15.3051 18.1407L15.9692 20.7567C16.1051 21.292 15.7813 21.8361 15.246 21.972C14.7107 22.1079 14.1666 21.7841 14.0307 21.2488L13.3666 18.6329C13.1921 17.9454 12.8306 17.3157 12.319 16.8119L10.8377 15.3531C10.3676 14.9828 9.95997 14.6614 9.64995 14.3643C9.31809 14.0463 9.02563 13.6905 8.8546 13.2256C8.72417 12.8711 8.66186 12.4952 8.67095 12.1176C8.68286 11.6224 8.84488 11.1912 9.0564 10.7831C9.25507 10.3999 9.70772 9.70148 10.0355 9.19584C9.43667 9.3217 8.9604 9.50347 8.57153 9.72496C7.84374 10.1395 7.32929 10.746 6.89164 11.608C6.64163 12.1005 6.03974 12.297 5.54729 12.047C5.05483 11.797 4.85829 11.1951 5.1083 10.7027C5.67065 9.59498 6.42503 8.64592 7.58166 7.98711C8.72169 7.33775 10.157 7.02503 11.9881 7.00338C12.2133 7.00072 12.5739 6.99995 12.8995 7.00001C13.1263 7.00002 13.3497 7.00003 13.5404 7.01485C13.7517 7.03128 13.9985 7.06989 14.2515 7.18808C14.5268 7.31669 14.7336 7.51426 14.8837 7.67226C15.0341 7.83044 15.2061 8.03602 15.3964 8.26338C15.4969 8.38345 15.579 8.46367 15.5999 8.47933C16.0319 8.80326 16.526 8.98799 17.0624 8.9305C17.5972 8.87319 18.3462 8.55677 19.2524 7.53687C19.6193 7.12401 20.2513 7.0867 20.6642 7.45354C21.077 7.82037 21.1143 8.45244 20.7475 8.86529C19.6164 10.1383 18.4428 10.794 17.2756 10.9191Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.4651 15.1147C9.95401 15.3716 10.1421 15.9762 9.88523 16.4651C8.86494 18.407 6.59621 19.3758 4.44675 18.8644L3.76853 18.7031C3.23124 18.5752 2.89931 18.0361 3.02714 17.4988C3.15496 16.9615 3.69414 16.6295 4.23143 16.7574L4.90965 16.9187C6.21701 17.2298 7.54152 16.6258 8.11473 15.5348C8.37161 15.0459 8.97619 14.8578 9.4651 15.1147Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-workout-sport{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.2498 4.375C12.2498 3.13236 13.2571 2.125 14.4998 2.125C15.7424 2.125 16.7498 3.13236 16.7498 4.375C16.7498 5.61764 15.7424 6.625 14.4998 6.625C13.2571 6.625 12.2498 5.61764 12.2498 4.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3669 7.8605C15.1192 7.67555 14.8431 7.54692 14.5316 7.40185L12.7369 6.5641C12.3144 6.36685 11.9379 6.19108 11.6073 6.07251C11.2481 5.94366 10.8764 5.8563 10.4591 5.87843C10.0422 5.90055 9.68151 6.02661 9.33743 6.19235C9.02038 6.34507 8.66309 6.55953 8.26142 6.80063L7.23714 7.41533L7.23713 7.41534C6.89549 7.61996 6.59404 7.80052 6.33733 8.05219C6.08252 8.302 5.89292 8.60127 5.67526 8.94484L5.67526 8.94484L4.1556 11.3391C3.85963 11.8054 3.9977 12.4233 4.46399 12.7193C4.93027 13.0152 5.5482 12.8772 5.84417 12.4109L7.32038 10.0852C7.60541 9.63611 7.66861 9.54785 7.73746 9.48035C7.80431 9.41482 7.88795 9.35735 8.33435 9.08943L9.25608 8.53623C9.5557 8.3564 9.77951 8.22259 9.9621 8.12135L7.1193 13.4009C6.93852 13.7366 6.9644 14.1459 7.18604 14.4562L8.63286 16.4817C8.93171 16.9001 8.86458 17.477 8.47763 17.8156L5.84126 20.1224C5.42563 20.4861 5.38351 21.1178 5.74719 21.5335C6.11088 21.9491 6.74264 21.9912 7.15827 21.6275L9.79464 19.3207C10.9555 18.305 11.1569 16.5744 10.2603 15.3193L9.94296 14.8749H12.9998C13.3145 14.8749 13.6109 15.0231 13.7998 15.275L16.1998 18.4749C16.5311 18.9168 17.1579 19.0063 17.5998 18.6749C18.0416 18.3436 18.1311 17.7168 17.7998 17.2749L15.3998 14.0749C14.9144 13.4278 14.1923 13.0087 13.4015 12.9019L14.9631 10.6712C15.1829 11.0402 15.404 11.3625 15.6944 11.6164C15.9692 11.8567 16.2852 12.0453 16.6282 12.1711C17.1202 12.3516 17.6526 12.3508 18.2454 12.35L18.9999 12.3498C19.5522 12.3498 19.9999 11.9021 19.9999 11.3498C19.9999 10.7976 19.5522 10.3498 18.9999 10.3498H18.371C17.5771 10.3498 17.4312 10.3354 17.3171 10.2935C17.208 10.2535 17.104 10.1922 17.0109 10.1108C16.907 10.02 16.7766 9.81818 16.3705 9.10724C16.195 8.79952 16.0431 8.53311 15.8415 8.30129C15.6994 8.1379 15.5404 7.99001 15.3669 7.8605Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.2498 4.375C12.2498 3.13236 13.2571 2.125 14.4998 2.125C15.7424 2.125 16.7498 3.13236 16.7498 4.375C16.7498 5.61764 15.7424 6.625 14.4998 6.625C13.2571 6.625 12.2498 5.61764 12.2498 4.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3669 7.8605C15.1192 7.67555 14.8431 7.54692 14.5316 7.40185L12.7369 6.5641C12.3144 6.36685 11.9379 6.19108 11.6073 6.07251C11.2481 5.94366 10.8764 5.8563 10.4591 5.87843C10.0422 5.90055 9.68151 6.02661 9.33743 6.19235C9.02038 6.34507 8.66309 6.55953 8.26142 6.80063L7.23714 7.41533L7.23713 7.41534C6.89549 7.61996 6.59404 7.80052 6.33733 8.05219C6.08252 8.302 5.89292 8.60127 5.67526 8.94484L5.67526 8.94484L4.1556 11.3391C3.85963 11.8054 3.9977 12.4233 4.46399 12.7193C4.93027 13.0152 5.5482 12.8772 5.84417 12.4109L7.32038 10.0852C7.60541 9.63611 7.66861 9.54785 7.73746 9.48035C7.80431 9.41482 7.88795 9.35735 8.33435 9.08943L9.25608 8.53623C9.5557 8.3564 9.77951 8.22259 9.9621 8.12135L7.1193 13.4009C6.93852 13.7366 6.9644 14.1459 7.18604 14.4562L8.63286 16.4817C8.93171 16.9001 8.86458 17.477 8.47763 17.8156L5.84126 20.1224C5.42563 20.4861 5.38351 21.1178 5.74719 21.5335C6.11088 21.9491 6.74264 21.9912 7.15827 21.6275L9.79464 19.3207C10.9555 18.305 11.1569 16.5744 10.2603 15.3193L9.94296 14.8749H12.9998C13.3145 14.8749 13.6109 15.0231 13.7998 15.275L16.1998 18.4749C16.5311 18.9168 17.1579 19.0063 17.5998 18.6749C18.0416 18.3436 18.1311 17.7168 17.7998 17.2749L15.3998 14.0749C14.9144 13.4278 14.1923 13.0087 13.4015 12.9019L14.9631 10.6712C15.1829 11.0402 15.404 11.3625 15.6944 11.6164C15.9692 11.8567 16.2852 12.0453 16.6282 12.1711C17.1202 12.3516 17.6526 12.3508 18.2454 12.35L18.9999 12.3498C19.5522 12.3498 19.9999 11.9021 19.9999 11.3498C19.9999 10.7976 19.5522 10.3498 18.9999 10.3498H18.371C17.5771 10.3498 17.4312 10.3354 17.3171 10.2935C17.208 10.2535 17.104 10.1922 17.0109 10.1108C16.907 10.02 16.7766 9.81818 16.3705 9.10724C16.195 8.79952 16.0431 8.53311 15.8415 8.30129C15.6994 8.1379 15.5404 7.99001 15.3669 7.8605Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-workout-squats{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.24976 4.37488C9.24976 3.13224 10.2571 2.12488 11.4998 2.12488C12.7424 2.12488 13.7498 3.13224 13.7498 4.37488C13.7498 5.61752 12.7424 6.62488 11.4998 6.62488C10.2571 6.62488 9.24976 5.61752 9.24976 4.37488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9145 8.43171C13.3907 8.64923 13.7864 8.82944 14.0247 8.91328C14.2442 8.99048 14.346 8.99883 14.4159 8.99558C14.4858 8.99233 14.5865 8.97454 14.798 8.87726C15.0276 8.77164 15.3118 8.60954 15.7659 8.34876L17.502 7.35189C17.981 7.07688 18.5922 7.2422 18.8672 7.72114C19.1422 8.20009 18.9769 8.81129 18.4979 9.0863L16.7274 10.1029C16.318 10.338 15.9552 10.5464 15.6337 10.6943C15.2851 10.8546 14.9239 10.9741 14.5088 10.9934C14.0937 11.0127 13.723 10.9273 13.361 10.7999C13.0272 10.6825 12.4521 10.4198 12.0228 10.2237C11.5196 10.7951 11.0856 11.5535 10.7346 12.3646C10.5191 12.8623 10.3451 13.356 10.2108 13.7995C10.7911 13.7994 11.3553 13.7993 11.7857 13.8627C12.2565 13.9321 12.8138 14.106 13.1947 14.637C13.5747 15.1668 13.5623 15.75 13.4794 16.2182C13.4033 16.6475 13.2323 17.1629 13.0485 17.7167L11.8968 21.1885C11.7229 21.7127 11.157 21.9967 10.6328 21.8228C10.1086 21.6489 9.82463 21.083 9.99852 20.5588L11.1294 17.1496C11.3413 16.511 11.4669 16.1121 11.5143 15.8444C11.2478 15.8051 10.8373 15.7995 10.167 15.7995L7.86306 15.7995C7.4434 15.7996 7.01288 15.7998 6.65301 15.7387C6.2179 15.6649 5.77151 15.4859 5.42303 15.0557C5.09203 14.6472 4.99123 14.2022 5.00059 13.7635C5.00805 13.4135 5.0897 13.0184 5.16554 12.6515C5.46732 11.1876 6.10701 9.17152 7.34686 7.7856C7.6076 7.49198 7.99987 7.05035 8.64956 6.91395C9.30574 6.77619 9.85721 7.03221 10.2699 7.22379L12.9145 8.43171Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.24976 4.37488C9.24976 3.13224 10.2571 2.12488 11.4998 2.12488C12.7424 2.12488 13.7498 3.13224 13.7498 4.37488C13.7498 5.61752 12.7424 6.62488 11.4998 6.62488C10.2571 6.62488 9.24976 5.61752 9.24976 4.37488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9145 8.43171C13.3907 8.64923 13.7864 8.82944 14.0247 8.91328C14.2442 8.99048 14.346 8.99883 14.4159 8.99558C14.4858 8.99233 14.5865 8.97454 14.798 8.87726C15.0276 8.77164 15.3118 8.60954 15.7659 8.34876L17.502 7.35189C17.981 7.07688 18.5922 7.2422 18.8672 7.72114C19.1422 8.20009 18.9769 8.81129 18.4979 9.0863L16.7274 10.1029C16.318 10.338 15.9552 10.5464 15.6337 10.6943C15.2851 10.8546 14.9239 10.9741 14.5088 10.9934C14.0937 11.0127 13.723 10.9273 13.361 10.7999C13.0272 10.6825 12.4521 10.4198 12.0228 10.2237C11.5196 10.7951 11.0856 11.5535 10.7346 12.3646C10.5191 12.8623 10.3451 13.356 10.2108 13.7995C10.7911 13.7994 11.3553 13.7993 11.7857 13.8627C12.2565 13.9321 12.8138 14.106 13.1947 14.637C13.5747 15.1668 13.5623 15.75 13.4794 16.2182C13.4033 16.6475 13.2323 17.1629 13.0485 17.7167L11.8968 21.1885C11.7229 21.7127 11.157 21.9967 10.6328 21.8228C10.1086 21.6489 9.82463 21.083 9.99852 20.5588L11.1294 17.1496C11.3413 16.511 11.4669 16.1121 11.5143 15.8444C11.2478 15.8051 10.8373 15.7995 10.167 15.7995L7.86306 15.7995C7.4434 15.7996 7.01288 15.7998 6.65301 15.7387C6.2179 15.6649 5.77151 15.4859 5.42303 15.0557C5.09203 14.6472 4.99123 14.2022 5.00059 13.7635C5.00805 13.4135 5.0897 13.0184 5.16554 12.6515C5.46732 11.1876 6.10701 9.17152 7.34686 7.7856C7.6076 7.49198 7.99987 7.05035 8.64956 6.91395C9.30574 6.77619 9.85721 7.03221 10.2699 7.22379L12.9145 8.43171Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-workout-stretching{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3602 2.20679C10.7981 2.54324 10.8804 3.17103 10.544 3.609C9.62395 4.80666 9.87547 6.43292 11.2853 7.38454L16.0421 10.5952C16.5089 10.9103 16.9365 11.1988 17.2443 11.4693C17.5623 11.7488 17.9454 12.1703 17.9942 12.7907C18.0061 12.9408 17.9997 13.0915 17.9754 13.2399C17.8755 13.8492 17.4641 14.2393 17.1266 14.4955C16.7983 14.7447 16.3491 15.0045 15.856 15.2897L15.856 15.2897L14.861 15.8654C14.3829 16.142 13.7712 15.9786 13.4946 15.5006C13.218 15.0225 13.3814 14.4108 13.8594 14.1342L14.8031 13.5882C15.3314 13.2826 15.6608 13.0901 15.8777 12.9319C15.6761 12.7632 15.3673 12.5527 14.8734 12.2194L13.6152 11.3701C13.1482 12.0617 12.7925 12.718 12.5063 13.3221C12.0239 14.3405 11.9659 14.5314 11.9816 14.7369C11.9864 14.8004 12.0097 14.9145 12.1516 15.1716C12.3006 15.4414 12.5264 15.7769 12.8784 16.2973C13.0608 16.5669 13.2415 16.8368 13.4207 17.1044L13.4208 17.1045C14.2271 18.3084 15.0028 19.4666 15.7594 20.3494C16.1188 20.7687 16.0703 21.4 15.6509 21.7594C15.2316 22.1188 14.6003 22.0703 14.2409 21.6509C13.3989 20.6685 12.5386 19.383 11.7314 18.1766C11.41 17.7016 10.5987 16.4968 10.4007 16.138C10.3091 15.9722 10.2256 15.802 10.1575 15.6242L8.72647 15.2342C8.23887 17.3999 8 19.5647 8 21.0001C8 21.5524 7.55228 22.0001 7 22.0001C6.44772 22.0001 6 21.5524 6 21.0001C6 19.1461 6.34781 16.3348 7.04186 13.7025C7.55619 11.7517 8.29618 9.75697 9.32159 8.33418C7.75733 6.7099 7.51002 4.27543 8.95795 2.39061C9.29441 1.95264 9.9222 1.87034 10.3602 2.20679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.25 5.49976C12.25 4.25712 13.2574 3.24976 14.5 3.24976C15.7426 3.24976 16.75 4.25712 16.75 5.49976C16.75 6.7424 15.7426 7.74976 14.5 7.74976C13.2574 7.74976 12.25 6.7424 12.25 5.49976Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3602 2.20679C10.7981 2.54324 10.8804 3.17103 10.544 3.609C9.62395 4.80666 9.87547 6.43292 11.2853 7.38454L16.0421 10.5952C16.5089 10.9103 16.9365 11.1988 17.2443 11.4693C17.5623 11.7488 17.9454 12.1703 17.9942 12.7907C18.0061 12.9408 17.9997 13.0915 17.9754 13.2399C17.8755 13.8492 17.4641 14.2393 17.1266 14.4955C16.7983 14.7447 16.3491 15.0045 15.856 15.2897L15.856 15.2897L14.861 15.8654C14.3829 16.142 13.7712 15.9786 13.4946 15.5006C13.218 15.0225 13.3814 14.4108 13.8594 14.1342L14.8031 13.5882C15.3314 13.2826 15.6608 13.0901 15.8777 12.9319C15.6761 12.7632 15.3673 12.5527 14.8734 12.2194L13.6152 11.3701C13.1482 12.0617 12.7925 12.718 12.5063 13.3221C12.0239 14.3405 11.9659 14.5314 11.9816 14.7369C11.9864 14.8004 12.0097 14.9145 12.1516 15.1716C12.3006 15.4414 12.5264 15.7769 12.8784 16.2973C13.0608 16.5669 13.2415 16.8368 13.4207 17.1044L13.4208 17.1045C14.2271 18.3084 15.0028 19.4666 15.7594 20.3494C16.1188 20.7687 16.0703 21.4 15.6509 21.7594C15.2316 22.1188 14.6003 22.0703 14.2409 21.6509C13.3989 20.6685 12.5386 19.383 11.7314 18.1766C11.41 17.7016 10.5987 16.4968 10.4007 16.138C10.3091 15.9722 10.2256 15.802 10.1575 15.6242L8.72647 15.2342C8.23887 17.3999 8 19.5647 8 21.0001C8 21.5524 7.55228 22.0001 7 22.0001C6.44772 22.0001 6 21.5524 6 21.0001C6 19.1461 6.34781 16.3348 7.04186 13.7025C7.55619 11.7517 8.29618 9.75697 9.32159 8.33418C7.75733 6.7099 7.51002 4.27543 8.95795 2.39061C9.29441 1.95264 9.9222 1.87034 10.3602 2.20679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.25 5.49976C12.25 4.25712 13.2574 3.24976 14.5 3.24976C15.7426 3.24976 16.75 4.25712 16.75 5.49976C16.75 6.7424 15.7426 7.74976 14.5 7.74976C13.2574 7.74976 12.25 6.7424 12.25 5.49976Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-workout-warm-up{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7502 4.37488C10.7502 3.13224 11.7576 2.12488 13.0002 2.12488C14.2429 2.12488 15.2502 3.13224 15.2502 4.37488C15.2502 5.61752 14.2429 6.62488 13.0002 6.62488C11.7576 6.62488 10.7502 5.61752 10.7502 4.37488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.1187 7.77254C19.6671 7.83797 20.0586 8.33557 19.9932 8.88397C19.9278 9.43236 19.4302 9.82388 18.8818 9.75846L14.6925 9.25863L13.5599 13.0056C14.4501 12.863 15.5444 12.6877 16.1712 12.6739C16.8439 12.659 17.5076 12.7628 18.095 13.2071C18.6802 13.6497 18.9642 14.2599 19.1403 14.9116C19.3052 15.5222 19.4076 16.3011 19.5269 17.2089L19.9917 20.7445C20.0637 21.2921 19.6782 21.7943 19.1306 21.8663C18.583 21.9383 18.0808 21.5528 18.0088 21.0052L17.5526 17.5353C17.4221 16.5433 17.3353 15.8991 17.2095 15.4332C17.0908 14.9939 16.9754 14.8679 16.8885 14.8022C16.8038 14.7382 16.6579 14.6636 16.2153 14.6734C15.7425 14.6838 15.112 14.7825 14.1361 14.9388L11.7215 15.3254C11.0886 15.4269 10.5055 15.5203 10.0378 15.5248C9.53372 15.5295 8.90467 15.4369 8.43882 14.9032C7.97676 14.3738 7.96395 13.7401 8.02879 13.2412C8.08951 12.774 8.25103 12.2009 8.42766 11.5743L9.1278 9.0892C9.22734 8.73564 9.32521 8.38797 9.44313 8.1073C9.57658 7.78965 9.77978 7.44395 10.155 7.19046C10.5317 6.93589 10.929 6.87754 11.2748 6.87496C11.578 6.8727 11.9342 6.91528 12.2933 6.9582L19.1187 7.77254Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4477 15.9807C10.9417 16.2277 11.1419 16.8283 10.8949 17.3223L10.3421 18.4279C9.95505 19.202 9.32736 19.8297 8.55325 20.2167L5.44768 21.7695C4.9537 22.0165 4.35303 21.8163 4.10604 21.3223C3.85905 20.8283 4.05927 20.2277 4.55325 19.9807L7.65882 18.4279C8.04588 18.2344 8.35972 17.9205 8.55325 17.5335L9.10604 16.4279C9.35302 15.9339 9.9537 15.7337 10.4477 15.9807Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7502 4.37488C10.7502 3.13224 11.7576 2.12488 13.0002 2.12488C14.2429 2.12488 15.2502 3.13224 15.2502 4.37488C15.2502 5.61752 14.2429 6.62488 13.0002 6.62488C11.7576 6.62488 10.7502 5.61752 10.7502 4.37488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.1187 7.77254C19.6671 7.83797 20.0586 8.33557 19.9932 8.88397C19.9278 9.43236 19.4302 9.82388 18.8818 9.75846L14.6925 9.25863L13.5599 13.0056C14.4501 12.863 15.5444 12.6877 16.1712 12.6739C16.8439 12.659 17.5076 12.7628 18.095 13.2071C18.6802 13.6497 18.9642 14.2599 19.1403 14.9116C19.3052 15.5222 19.4076 16.3011 19.5269 17.2089L19.9917 20.7445C20.0637 21.2921 19.6782 21.7943 19.1306 21.8663C18.583 21.9383 18.0808 21.5528 18.0088 21.0052L17.5526 17.5353C17.4221 16.5433 17.3353 15.8991 17.2095 15.4332C17.0908 14.9939 16.9754 14.8679 16.8885 14.8022C16.8038 14.7382 16.6579 14.6636 16.2153 14.6734C15.7425 14.6838 15.112 14.7825 14.1361 14.9388L11.7215 15.3254C11.0886 15.4269 10.5055 15.5203 10.0378 15.5248C9.53372 15.5295 8.90467 15.4369 8.43882 14.9032C7.97676 14.3738 7.96395 13.7401 8.02879 13.2412C8.08951 12.774 8.25103 12.2009 8.42766 11.5743L9.1278 9.0892C9.22734 8.73564 9.32521 8.38797 9.44313 8.1073C9.57658 7.78965 9.77978 7.44395 10.155 7.19046C10.5317 6.93589 10.929 6.87754 11.2748 6.87496C11.578 6.8727 11.9342 6.91528 12.2933 6.9582L19.1187 7.77254Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4477 15.9807C10.9417 16.2277 11.1419 16.8283 10.8949 17.3223L10.3421 18.4279C9.95505 19.202 9.32736 19.8297 8.55325 20.2167L5.44768 21.7695C4.9537 22.0165 4.35303 21.8163 4.10604 21.3223C3.85905 20.8283 4.05927 20.2277 4.55325 19.9807L7.65882 18.4279C8.04588 18.2344 8.35972 17.9205 8.55325 17.5335L9.10604 16.4279C9.35302 15.9339 9.9537 15.7337 10.4477 15.9807Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-yoga-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.75 4C14.75 2.48122 13.5188 1.25 12 1.25C10.4812 1.25 9.25 2.48122 9.25 4C9.25 5.51878 10.4812 6.75 12 6.75C13.5188 6.75 14.75 5.51878 14.75 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 7.25C15.7279 7.25 18.75 10.2721 18.75 14C18.75 14.4142 18.4142 14.75 18 14.75C15.3878 14.75 13.1222 13.2662 12 11.0954C10.8778 13.2662 8.6122 14.75 6 14.75C5.58579 14.75 5.25 14.4142 5.25 14C5.25 10.2721 8.27208 7.25 12 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.44436 18.5591L7.09061 16.652C7.51434 16.4304 7.84418 16.1512 8.05613 15.9339C8.20257 15.7837 8.27579 15.7086 8.32511 15.6774C8.37442 15.6461 8.4541 15.6185 8.61346 15.5634C9.78682 15.1578 10.8361 14.4869 11.6897 13.623C11.8402 13.4707 11.9155 13.3945 11.999 13.3945C12.0826 13.3945 12.1578 13.4707 12.3083 13.623C13.162 14.4869 14.2112 15.1578 15.3846 15.5634C15.5439 15.6185 15.6236 15.6461 15.6729 15.6774C15.7223 15.7086 15.7955 15.7837 15.9419 15.9339C16.1539 16.1512 16.4837 16.4304 16.9074 16.652L20.5537 18.5591C21.6361 19.1253 21.9391 20.214 21.6382 21.1327C21.3481 22.0181 20.5001 22.7504 19.3689 22.7504C17.497 22.7504 15.8375 22.2953 14.268 21.6901C13.6871 21.4661 12.8602 21.1047 12.1626 20.7932C12.082 20.7572 12.0417 20.7391 11.999 20.7391C11.9564 20.7391 11.9161 20.7572 11.8354 20.7932C11.1379 21.1047 10.3109 21.4661 9.73007 21.6901C8.16052 22.2953 6.50105 22.7504 4.62919 22.7504C3.49796 22.7504 2.64991 22.0181 2.3599 21.1327C2.05894 20.214 2.36197 19.1253 3.44436 18.5591Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.75 4C14.75 2.48122 13.5188 1.25 12 1.25C10.4812 1.25 9.25 2.48122 9.25 4C9.25 5.51878 10.4812 6.75 12 6.75C13.5188 6.75 14.75 5.51878 14.75 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 7.25C15.7279 7.25 18.75 10.2721 18.75 14C18.75 14.4142 18.4142 14.75 18 14.75C15.3878 14.75 13.1222 13.2662 12 11.0954C10.8778 13.2662 8.6122 14.75 6 14.75C5.58579 14.75 5.25 14.4142 5.25 14C5.25 10.2721 8.27208 7.25 12 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.44436 18.5591L7.09061 16.652C7.51434 16.4304 7.84418 16.1512 8.05613 15.9339C8.20257 15.7837 8.27579 15.7086 8.32511 15.6774C8.37442 15.6461 8.4541 15.6185 8.61346 15.5634C9.78682 15.1578 10.8361 14.4869 11.6897 13.623C11.8402 13.4707 11.9155 13.3945 11.999 13.3945C12.0826 13.3945 12.1578 13.4707 12.3083 13.623C13.162 14.4869 14.2112 15.1578 15.3846 15.5634C15.5439 15.6185 15.6236 15.6461 15.6729 15.6774C15.7223 15.7086 15.7955 15.7837 15.9419 15.9339C16.1539 16.1512 16.4837 16.4304 16.9074 16.652L20.5537 18.5591C21.6361 19.1253 21.9391 20.214 21.6382 21.1327C21.3481 22.0181 20.5001 22.7504 19.3689 22.7504C17.497 22.7504 15.8375 22.2953 14.268 21.6901C13.6871 21.4661 12.8602 21.1047 12.1626 20.7932C12.082 20.7572 12.0417 20.7391 11.999 20.7391C11.9564 20.7391 11.9161 20.7572 11.8354 20.7932C11.1379 21.1047 10.3109 21.4661 9.73007 21.6901C8.16052 22.2953 6.50105 22.7504 4.62919 22.7504C3.49796 22.7504 2.64991 22.0181 2.3599 21.1327C2.05894 20.214 2.36197 19.1253 3.44436 18.5591Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-yoga-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.75 4C14.75 2.48122 13.5188 1.25 12 1.25C10.4812 1.25 9.25 2.48122 9.25 4C9.25 5.51878 10.4812 6.75 12 6.75C13.5188 6.75 14.75 5.51878 14.75 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 7.25C10.1235 7.25 8.42235 7.94341 7.18957 9.06312C7.0655 9.17581 6.94614 9.29284 6.83178 9.41394C6.34439 9.93008 6.16103 10.5537 6.0627 11.0333C5.90654 11.795 5.58981 12.6817 5.08541 13.3538C4.59326 14.0097 3.99506 14.3801 3.225 14.3801C2.68652 14.3801 2.25 14.7791 2.25 15.2713C2.25 15.7636 2.68652 16.1626 3.225 16.1626C4.83965 16.1626 5.969 15.3275 6.69344 14.3622C7.30685 13.5447 7.68044 12.5781 7.89034 11.7499C8.24924 12.6083 8.47419 13.4288 8.38933 14.2358C8.28871 15.1927 7.66503 15.9096 6.67209 16.5744C6.17894 16.9046 5.62657 17.2006 5.05147 17.4972C4.58022 17.7385 3.79958 18.1387 3.36717 18.3956C2.37708 18.9839 2.1003 20.0911 2.32348 20.9918C2.55038 21.9075 3.32941 22.75 4.53584 22.75C6.51757 22.75 8.38539 22.594 10.2897 21.6988L11.9098 20.7074L13.5681 21.7014C15.5076 22.5941 17.4098 22.75 19.4317 22.75C20.6442 22.75 21.4407 21.9198 21.6746 20.9954C21.9048 20.0856 21.6158 18.9767 20.6111 18.3922C20.1701 18.1356 19.677 17.8883 19.1957 17.6469C18.6083 17.3503 17.7398 16.9013 17.2353 16.5704C16.217 15.9028 15.5827 15.1854 15.4806 14.2342C15.3907 13.3975 15.6628 12.5259 16.0748 11.6074C16.2771 12.4656 16.6576 13.4974 17.3066 14.3622C18.031 15.3275 19.1603 16.1626 20.775 16.1626C21.3135 16.1626 21.75 15.7636 21.75 15.2713C21.75 14.7791 21.3135 14.3801 20.775 14.3801C20.0049 14.3801 19.4067 14.0097 18.9146 13.3538C18.4102 12.6817 18.0935 11.795 17.9373 11.0333C17.839 10.5537 17.6556 9.93008 17.1682 9.41394C17.0367 9.27471 16.8987 9.14087 16.7544 9.01281C15.5264 7.92266 13.8481 7.25 12 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.75 4C14.75 2.48122 13.5188 1.25 12 1.25C10.4812 1.25 9.25 2.48122 9.25 4C9.25 5.51878 10.4812 6.75 12 6.75C13.5188 6.75 14.75 5.51878 14.75 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 7.25C10.1235 7.25 8.42235 7.94341 7.18957 9.06312C7.0655 9.17581 6.94614 9.29284 6.83178 9.41394C6.34439 9.93008 6.16103 10.5537 6.0627 11.0333C5.90654 11.795 5.58981 12.6817 5.08541 13.3538C4.59326 14.0097 3.99506 14.3801 3.225 14.3801C2.68652 14.3801 2.25 14.7791 2.25 15.2713C2.25 15.7636 2.68652 16.1626 3.225 16.1626C4.83965 16.1626 5.969 15.3275 6.69344 14.3622C7.30685 13.5447 7.68044 12.5781 7.89034 11.7499C8.24924 12.6083 8.47419 13.4288 8.38933 14.2358C8.28871 15.1927 7.66503 15.9096 6.67209 16.5744C6.17894 16.9046 5.62657 17.2006 5.05147 17.4972C4.58022 17.7385 3.79958 18.1387 3.36717 18.3956C2.37708 18.9839 2.1003 20.0911 2.32348 20.9918C2.55038 21.9075 3.32941 22.75 4.53584 22.75C6.51757 22.75 8.38539 22.594 10.2897 21.6988L11.9098 20.7074L13.5681 21.7014C15.5076 22.5941 17.4098 22.75 19.4317 22.75C20.6442 22.75 21.4407 21.9198 21.6746 20.9954C21.9048 20.0856 21.6158 18.9767 20.6111 18.3922C20.1701 18.1356 19.677 17.8883 19.1957 17.6469C18.6083 17.3503 17.7398 16.9013 17.2353 16.5704C16.217 15.9028 15.5827 15.1854 15.4806 14.2342C15.3907 13.3975 15.6628 12.5259 16.0748 11.6074C16.2771 12.4656 16.6576 13.4974 17.3066 14.3622C18.031 15.3275 19.1603 16.1626 20.775 16.1626C21.3135 16.1626 21.75 15.7636 21.75 15.2713C21.75 14.7791 21.3135 14.3801 20.775 14.3801C20.0049 14.3801 19.4067 14.0097 18.9146 13.3538C18.4102 12.6817 18.0935 11.795 17.9373 11.0333C17.839 10.5537 17.6556 9.93008 17.1682 9.41394C17.0367 9.27471 16.8987 9.14087 16.7544 9.01281C15.5264 7.92266 13.8481 7.25 12 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-yoga-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5418 2.48138C12.4003 2.33358 12.2046 2.25 12 2.25C11.7954 2.25 11.5997 2.33358 11.4582 2.48138C11.2689 2.67911 11.0931 2.89584 10.9439 3.08373C10.646 3.45889 10.2504 3.99965 9.85463 4.66815C9.06918 5.99478 8.25 7.87988 8.25 10C8.25 12.1201 9.06918 14.0052 9.85463 15.3318C10.2504 16.0003 10.646 16.5411 10.9439 16.9163C11.0886 17.0986 11.3524 17.3984 11.4498 17.509L11.4582 17.5186C11.5997 17.6664 11.7954 17.75 12 17.75C12.2046 17.75 12.4007 17.6661 12.5421 17.5183L12.5502 17.5091C12.6472 17.3989 12.9112 17.0988 13.0561 16.9163C13.354 16.5411 13.7496 16.0003 14.1454 15.3318C14.9308 14.0052 15.75 12.1201 15.75 10C15.75 7.87988 14.9308 5.99478 14.1454 4.66815C13.7496 3.99965 13.354 3.45889 13.0561 3.08373C12.9069 2.89584 12.7274 2.6753 12.5418 2.48138Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25023 7.22926C1.24441 6.9679 1.34773 6.71555 1.53624 6.53069C1.72475 6.34583 1.98209 6.24452 2.24862 6.25023C2.63283 6.25846 3.26551 6.33157 3.68772 6.39877C4.52831 6.53257 5.6687 6.7896 6.84605 7.28636C7.34184 7.49555 7.57082 8.05926 7.35749 8.54544C7.14417 9.03162 6.56932 9.25616 6.07353 9.04697C5.0845 8.62966 4.05678 8.39938 3.3227 8.28253C3.37517 8.60827 3.45041 8.98867 3.55807 9.4007C3.89628 10.6951 4.5336 12.2218 5.71052 13.3759C6.88743 14.53 8.44434 15.155 9.76431 15.4867C10.4167 15.6506 10.9913 15.7379 11.4003 15.7839C11.5737 15.8312 12.0565 15.8975 12.5997 15.7839C13.0087 15.7379 13.5833 15.6506 14.2357 15.4867C15.5557 15.155 17.1126 14.53 18.2895 13.3759C19.4664 12.2218 20.1037 10.6951 20.4419 9.4007C20.5496 8.98867 20.6248 8.60827 20.6773 8.28253C19.9432 8.39938 18.9155 8.62966 17.9265 9.04697C17.4307 9.25616 16.8558 9.03162 16.6425 8.54544C16.4292 8.05926 16.6582 7.49555 17.154 7.28636C18.3313 6.7896 19.4717 6.53257 20.3123 6.39877C20.7345 6.33157 21.1989 6.26207 21.7514 6.25023C22.0179 6.24452 22.2753 6.34583 22.4638 6.53069C22.6523 6.71555 22.7556 6.9679 22.7498 7.22926C22.7498 7.46484 22.7144 7.78011 22.6868 8.01508C22.6319 8.48402 22.5289 9.13566 22.3353 9.87643C21.9521 11.3431 21.1933 13.239 19.6716 14.7312C18.1498 16.2235 16.2165 16.9676 14.7208 17.3433C13.9654 17.5332 13.3009 17.6342 12.8227 17.6881C11.9876 17.7625 11.3778 17.7191 11.1773 17.6881C10.6991 17.6342 10.0346 17.5332 9.27917 17.3433C7.78354 16.9676 5.85019 16.2235 4.32844 14.7312C2.8067 13.239 2.04791 11.3431 1.66469 9.87643C1.47113 9.13566 1.36807 8.48402 1.31316 8.01508C1.28565 7.78011 1.25023 7.47236 1.25023 7.22926Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.7315 16.3094C15.6316 14.6796 18.8153 15.5931 20.0314 16.3661C21.4303 17.2313 22.3105 18.7302 22.7354 20.8543C22.793 21.1427 22.6769 21.4382 22.4382 21.6101C22.1995 21.7819 21.8825 21.7984 21.6272 21.6523C20.0317 20.7387 19.1114 20.783 18.3889 20.976C18.1012 21.0529 17.8553 21.1485 17.5742 21.2578L17.5742 21.2578C17.4387 21.3105 17.295 21.3664 17.1345 21.4249C16.6744 21.5925 16.1414 21.7514 15.5134 21.7514C13.8098 21.7514 12.6674 20.936 12.0044 19.9079C11.3679 18.9207 11.1723 17.7428 11.2764 16.9086C11.3097 16.6417 11.4833 16.4131 11.7315 16.3094Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.2685 16.3094C8.36843 14.6796 5.18467 15.5931 3.96861 16.3661C2.56972 17.2313 1.68949 18.7302 1.26463 20.8543C1.20695 21.1427 1.32314 21.4382 1.5618 21.6101C1.80046 21.7819 2.11754 21.7984 2.37275 21.6523C3.96826 20.7387 4.88857 20.783 5.61105 20.976C5.89883 21.0529 6.14474 21.1485 6.42579 21.2578L6.4258 21.2578C6.56131 21.3105 6.70499 21.3664 6.86547 21.4249C7.32559 21.5925 7.8586 21.7514 8.48661 21.7514C10.1902 21.7514 11.3326 20.936 11.9956 19.9079C12.6321 18.9207 12.8277 17.7428 12.7236 16.9086C12.6903 16.6417 12.5167 16.4131 12.2685 16.3094Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5418 2.48138C12.4003 2.33358 12.2046 2.25 12 2.25C11.7954 2.25 11.5997 2.33358 11.4582 2.48138C11.2689 2.67911 11.0931 2.89584 10.9439 3.08373C10.646 3.45889 10.2504 3.99965 9.85463 4.66815C9.06918 5.99478 8.25 7.87988 8.25 10C8.25 12.1201 9.06918 14.0052 9.85463 15.3318C10.2504 16.0003 10.646 16.5411 10.9439 16.9163C11.0886 17.0986 11.3524 17.3984 11.4498 17.509L11.4582 17.5186C11.5997 17.6664 11.7954 17.75 12 17.75C12.2046 17.75 12.4007 17.6661 12.5421 17.5183L12.5502 17.5091C12.6472 17.3989 12.9112 17.0988 13.0561 16.9163C13.354 16.5411 13.7496 16.0003 14.1454 15.3318C14.9308 14.0052 15.75 12.1201 15.75 10C15.75 7.87988 14.9308 5.99478 14.1454 4.66815C13.7496 3.99965 13.354 3.45889 13.0561 3.08373C12.9069 2.89584 12.7274 2.6753 12.5418 2.48138Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25023 7.22926C1.24441 6.9679 1.34773 6.71555 1.53624 6.53069C1.72475 6.34583 1.98209 6.24452 2.24862 6.25023C2.63283 6.25846 3.26551 6.33157 3.68772 6.39877C4.52831 6.53257 5.6687 6.7896 6.84605 7.28636C7.34184 7.49555 7.57082 8.05926 7.35749 8.54544C7.14417 9.03162 6.56932 9.25616 6.07353 9.04697C5.0845 8.62966 4.05678 8.39938 3.3227 8.28253C3.37517 8.60827 3.45041 8.98867 3.55807 9.4007C3.89628 10.6951 4.5336 12.2218 5.71052 13.3759C6.88743 14.53 8.44434 15.155 9.76431 15.4867C10.4167 15.6506 10.9913 15.7379 11.4003 15.7839C11.5737 15.8312 12.0565 15.8975 12.5997 15.7839C13.0087 15.7379 13.5833 15.6506 14.2357 15.4867C15.5557 15.155 17.1126 14.53 18.2895 13.3759C19.4664 12.2218 20.1037 10.6951 20.4419 9.4007C20.5496 8.98867 20.6248 8.60827 20.6773 8.28253C19.9432 8.39938 18.9155 8.62966 17.9265 9.04697C17.4307 9.25616 16.8558 9.03162 16.6425 8.54544C16.4292 8.05926 16.6582 7.49555 17.154 7.28636C18.3313 6.7896 19.4717 6.53257 20.3123 6.39877C20.7345 6.33157 21.1989 6.26207 21.7514 6.25023C22.0179 6.24452 22.2753 6.34583 22.4638 6.53069C22.6523 6.71555 22.7556 6.9679 22.7498 7.22926C22.7498 7.46484 22.7144 7.78011 22.6868 8.01508C22.6319 8.48402 22.5289 9.13566 22.3353 9.87643C21.9521 11.3431 21.1933 13.239 19.6716 14.7312C18.1498 16.2235 16.2165 16.9676 14.7208 17.3433C13.9654 17.5332 13.3009 17.6342 12.8227 17.6881C11.9876 17.7625 11.3778 17.7191 11.1773 17.6881C10.6991 17.6342 10.0346 17.5332 9.27917 17.3433C7.78354 16.9676 5.85019 16.2235 4.32844 14.7312C2.8067 13.239 2.04791 11.3431 1.66469 9.87643C1.47113 9.13566 1.36807 8.48402 1.31316 8.01508C1.28565 7.78011 1.25023 7.47236 1.25023 7.22926Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.7315 16.3094C15.6316 14.6796 18.8153 15.5931 20.0314 16.3661C21.4303 17.2313 22.3105 18.7302 22.7354 20.8543C22.793 21.1427 22.6769 21.4382 22.4382 21.6101C22.1995 21.7819 21.8825 21.7984 21.6272 21.6523C20.0317 20.7387 19.1114 20.783 18.3889 20.976C18.1012 21.0529 17.8553 21.1485 17.5742 21.2578L17.5742 21.2578C17.4387 21.3105 17.295 21.3664 17.1345 21.4249C16.6744 21.5925 16.1414 21.7514 15.5134 21.7514C13.8098 21.7514 12.6674 20.936 12.0044 19.9079C11.3679 18.9207 11.1723 17.7428 11.2764 16.9086C11.3097 16.6417 11.4833 16.4131 11.7315 16.3094Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.2685 16.3094C8.36843 14.6796 5.18467 15.5931 3.96861 16.3661C2.56972 17.2313 1.68949 18.7302 1.26463 20.8543C1.20695 21.1427 1.32314 21.4382 1.5618 21.6101C1.80046 21.7819 2.11754 21.7984 2.37275 21.6523C3.96826 20.7387 4.88857 20.783 5.61105 20.976C5.89883 21.0529 6.14474 21.1485 6.42579 21.2578L6.4258 21.2578C6.56131 21.3105 6.70499 21.3664 6.86547 21.4249C7.32559 21.5925 7.8586 21.7514 8.48661 21.7514C10.1902 21.7514 11.3326 20.936 11.9956 19.9079C12.6321 18.9207 12.8277 17.7428 12.7236 16.9086C12.6903 16.6417 12.5167 16.4131 12.2685 16.3094Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-yoga-ball{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5973 2.53625C15.6377 2.28931 15.6579 2.16584 15.7311 2.09632C15.7685 2.06084 15.8165 2.03466 15.8666 2.02246C15.9648 1.99856 16.0719 2.04522 16.2863 2.13853C16.8995 2.4054 17.4829 2.72778 18.0302 3.09931C18.173 3.19625 18.2444 3.24471 18.279 3.32475C18.3137 3.40479 18.2998 3.4924 18.272 3.66761C18.2134 4.03682 18.1572 4.3596 18.1159 4.58073C18.1158 4.58074 18.1158 4.58075 18.1158 4.58075C18.1158 4.58075 18.1158 4.58076 18.1158 4.58078L18.1141 4.59057C17.361 8.94172 13.5662 12.2511 9.00001 12.2511C6.54639 12.2511 4.31731 11.2967 2.66103 9.73755C2.66102 9.73754 2.66102 9.73752 2.66103 9.7375C2.66104 9.73749 2.66104 9.73747 2.66103 9.73746L2.65386 9.73089C2.48378 9.5749 2.23692 9.32905 1.96346 9.02788C1.85472 8.90811 1.80035 8.84823 1.78391 8.76745C1.76746 8.68667 1.79384 8.61101 1.84659 8.45969C2.00535 8.00435 2.19387 7.56295 2.40983 7.13784C2.49522 6.96975 2.53792 6.8857 2.60594 6.84176C2.67362 6.79805 2.76169 6.78322 2.83995 6.80235C2.91861 6.82158 2.99047 6.89085 3.13419 7.02939C3.1516 7.04618 3.16982 7.06212 3.18877 7.07715C4.51036 8.12489 6.1831 8.75105 8.00001 8.75105C11.7448 8.75105 14.8677 6.09586 15.5918 2.56587C15.5938 2.55603 15.5956 2.54616 15.5973 2.53625ZM3.89941 4.93274C3.73684 5.11893 3.65555 5.21202 3.66012 5.33109C3.66469 5.45016 3.75545 5.53928 3.93697 5.71752C4.01377 5.79293 4.08493 5.86223 4.14854 5.92371C5.21008 6.75557 6.54616 7.25105 8.00001 7.25105C11.0132 7.25105 13.5299 5.11796 14.1194 2.27899C14.1316 2.20395 14.1447 2.11867 14.1582 2.02526C14.1954 1.76842 14.214 1.64 14.1409 1.54088C14.0679 1.44176 13.942 1.42188 13.6903 1.38213C13.1396 1.29516 12.5751 1.25 12 1.25C8.76851 1.25 5.87004 2.67585 3.89941 4.93274ZM1.30025 10.9539C1.31611 10.7897 1.5149 10.7215 1.63637 10.833C3.55947 12.6418 6.15101 13.7511 9.00001 13.7511C14.3066 13.7511 18.7138 9.90681 19.5912 4.85136C19.6218 4.68762 19.8233 4.62524 19.9357 4.74817C20.6536 5.53341 21.2566 6.42557 21.7179 7.398C21.7618 7.49037 21.7837 7.53655 21.7885 7.5899C21.7932 7.64325 21.7797 7.69356 21.7525 7.79417C21.5182 8.66151 21.2646 9.39009 21.1193 9.75834C19.1159 14.1787 14.666 17.2511 9.50001 17.2511C7.26854 17.2511 5.17305 16.6784 3.35018 15.6727C2.9739 15.4546 2.38761 15.101 1.75916 14.6986C1.65991 14.635 1.61028 14.6032 1.57622 14.5545C1.54216 14.5057 1.52975 14.4498 1.50495 14.3379C1.33803 13.5852 1.25 12.8029 1.25 12C1.25 11.6471 1.26701 11.2981 1.30025 10.9539ZM2.51373 17.0615C2.48243 17.0029 2.54747 16.9412 2.60493 16.9745L2.61815 16.982C4.659 18.1096 7.00571 18.7511 9.50001 18.7511C15.2831 18.7511 20.2599 15.3062 22.4935 10.3598C22.4983 10.3494 22.5028 10.3388 22.507 10.3281C22.5297 10.271 22.6132 10.2792 22.6226 10.3399C22.7065 10.881 22.75 11.4354 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C7.89291 22.75 4.32376 20.4468 2.51373 17.0615Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5973 2.53625C15.6377 2.28931 15.6579 2.16584 15.7311 2.09632C15.7685 2.06084 15.8165 2.03466 15.8666 2.02246C15.9648 1.99856 16.0719 2.04522 16.2863 2.13853C16.8995 2.4054 17.4829 2.72778 18.0302 3.09931C18.173 3.19625 18.2444 3.24471 18.279 3.32475C18.3137 3.40479 18.2998 3.4924 18.272 3.66761C18.2134 4.03682 18.1572 4.3596 18.1159 4.58073C18.1158 4.58074 18.1158 4.58075 18.1158 4.58075C18.1158 4.58075 18.1158 4.58076 18.1158 4.58078L18.1141 4.59057C17.361 8.94172 13.5662 12.2511 9.00001 12.2511C6.54639 12.2511 4.31731 11.2967 2.66103 9.73755C2.66102 9.73754 2.66102 9.73752 2.66103 9.7375C2.66104 9.73749 2.66104 9.73747 2.66103 9.73746L2.65386 9.73089C2.48378 9.5749 2.23692 9.32905 1.96346 9.02788C1.85472 8.90811 1.80035 8.84823 1.78391 8.76745C1.76746 8.68667 1.79384 8.61101 1.84659 8.45969C2.00535 8.00435 2.19387 7.56295 2.40983 7.13784C2.49522 6.96975 2.53792 6.8857 2.60594 6.84176C2.67362 6.79805 2.76169 6.78322 2.83995 6.80235C2.91861 6.82158 2.99047 6.89085 3.13419 7.02939C3.1516 7.04618 3.16982 7.06212 3.18877 7.07715C4.51036 8.12489 6.1831 8.75105 8.00001 8.75105C11.7448 8.75105 14.8677 6.09586 15.5918 2.56587C15.5938 2.55603 15.5956 2.54616 15.5973 2.53625ZM3.89941 4.93274C3.73684 5.11893 3.65555 5.21202 3.66012 5.33109C3.66469 5.45016 3.75545 5.53928 3.93697 5.71752C4.01377 5.79293 4.08493 5.86223 4.14854 5.92371C5.21008 6.75557 6.54616 7.25105 8.00001 7.25105C11.0132 7.25105 13.5299 5.11796 14.1194 2.27899C14.1316 2.20395 14.1447 2.11867 14.1582 2.02526C14.1954 1.76842 14.214 1.64 14.1409 1.54088C14.0679 1.44176 13.942 1.42188 13.6903 1.38213C13.1396 1.29516 12.5751 1.25 12 1.25C8.76851 1.25 5.87004 2.67585 3.89941 4.93274ZM1.30025 10.9539C1.31611 10.7897 1.5149 10.7215 1.63637 10.833C3.55947 12.6418 6.15101 13.7511 9.00001 13.7511C14.3066 13.7511 18.7138 9.90681 19.5912 4.85136C19.6218 4.68762 19.8233 4.62524 19.9357 4.74817C20.6536 5.53341 21.2566 6.42557 21.7179 7.398C21.7618 7.49037 21.7837 7.53655 21.7885 7.5899C21.7932 7.64325 21.7797 7.69356 21.7525 7.79417C21.5182 8.66151 21.2646 9.39009 21.1193 9.75834C19.1159 14.1787 14.666 17.2511 9.50001 17.2511C7.26854 17.2511 5.17305 16.6784 3.35018 15.6727C2.9739 15.4546 2.38761 15.101 1.75916 14.6986C1.65991 14.635 1.61028 14.6032 1.57622 14.5545C1.54216 14.5057 1.52975 14.4498 1.50495 14.3379C1.33803 13.5852 1.25 12.8029 1.25 12C1.25 11.6471 1.26701 11.2981 1.30025 10.9539ZM2.51373 17.0615C2.48243 17.0029 2.54747 16.9412 2.60493 16.9745L2.61815 16.982C4.659 18.1096 7.00571 18.7511 9.50001 18.7511C15.2831 18.7511 20.2599 15.3062 22.4935 10.3598C22.4983 10.3494 22.5028 10.3388 22.507 10.3281C22.5297 10.271 22.6132 10.2792 22.6226 10.3399C22.7065 10.881 22.75 11.4354 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C7.89291 22.75 4.32376 20.4468 2.51373 17.0615Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-gym-icons-yoga-mat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.6838 11.32L11.135 15.7775C10.7849 16.0726 10.2652 16.0969 9.88557 15.8081C9.45125 15.4777 9.36282 14.8613 9.68332 14.4226C9.6916 14.4109 9.70015 14.3993 9.70897 14.3879C9.8945 14.1262 9.94508 13.6663 9.7338 13.158C9.1964 11.8649 8.39805 11.2923 7.55717 11.0996C6.66294 10.8947 5.38016 10.6155 4.44751 11.6451C3.97983 11.8791 3.41085 11.7132 3.14217 11.2645C2.8735 10.8159 2.99585 10.236 3.42288 9.93416L10.4879 4.94025C10.4962 4.93443 10.5045 4.92874 10.5129 4.92317C11.3938 4.33964 12.4529 4 13.5884 4C15.8915 4 17.8706 5.39404 18.7062 7.38361C19.1027 8.32773 19.181 9.61159 18.4092 10.6155C18.2114 10.873 17.9785 11.102 17.7178 11.2958C17.7066 11.3041 17.6953 11.3122 17.6838 11.32Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 11C4.567 11 3 12.567 3 14.5C3 16.433 4.567 18 6.5 18H14.929C16.2368 18 16.6122 17.9823 16.937 17.8478C17.2618 17.7132 17.5397 17.4603 18.4645 16.5355L19.8787 15.1213C20.1371 14.863 20.4077 14.6089 20.6552 14.3367C20.7683 14.2123 20.8249 14.1501 20.7999 14.0912C20.775 14.0322 20.689 14.0295 20.517 14.024C20.182 14.0132 19.709 14 19.4143 14H18.5001C17.9478 14 17.5001 13.5523 17.5001 13C17.5001 12.4477 17.9478 12 18.5001 12L19.4644 12C20.0859 12 20.6246 11.9999 21.0418 12.0402C21.435 12.0782 21.9868 12.1679 22.3978 12.5695C22.7887 12.9515 23.0063 13.4767 22.9999 14.0231C22.9933 14.5978 22.6665 15.0514 22.4153 15.3563C22.1488 15.6797 21.7679 16.0606 21.3284 16.5001L19.8787 17.9497C19.0693 18.7592 18.4802 19.3733 17.7024 19.6955C16.9635 20.0016 16.1588 20.0009 15.0989 20.0001C12.2326 19.9978 9.36631 20 6.5 20C3.46243 20 1 17.5376 1 14.5C1 11.4624 3.46243 9 6.5 9C8.79186 9 10.754 10.4016 11.5806 12.3904C12.5066 14.6184 10.9233 17 8.5 17C6.567 17 5 15.433 5 13.5C5 12.9477 5.44772 12.5 6 12.5C6.55228 12.5 7 12.9477 7 13.5C7 14.3284 7.67157 15 8.5 15C8.98684 15 9.4194 14.7691 9.69507 14.4068C9.89178 14.1482 9.95035 13.6791 9.73376 13.158C9.20644 11.8892 7.95589 11 6.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.6838 11.32L11.135 15.7775C10.7849 16.0726 10.2652 16.0969 9.88557 15.8081C9.45125 15.4777 9.36282 14.8613 9.68332 14.4226C9.6916 14.4109 9.70015 14.3993 9.70897 14.3879C9.8945 14.1262 9.94508 13.6663 9.7338 13.158C9.1964 11.8649 8.39805 11.2923 7.55717 11.0996C6.66294 10.8947 5.38016 10.6155 4.44751 11.6451C3.97983 11.8791 3.41085 11.7132 3.14217 11.2645C2.8735 10.8159 2.99585 10.236 3.42288 9.93416L10.4879 4.94025C10.4962 4.93443 10.5045 4.92874 10.5129 4.92317C11.3938 4.33964 12.4529 4 13.5884 4C15.8915 4 17.8706 5.39404 18.7062 7.38361C19.1027 8.32773 19.181 9.61159 18.4092 10.6155C18.2114 10.873 17.9785 11.102 17.7178 11.2958C17.7066 11.3041 17.6953 11.3122 17.6838 11.32Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 11C4.567 11 3 12.567 3 14.5C3 16.433 4.567 18 6.5 18H14.929C16.2368 18 16.6122 17.9823 16.937 17.8478C17.2618 17.7132 17.5397 17.4603 18.4645 16.5355L19.8787 15.1213C20.1371 14.863 20.4077 14.6089 20.6552 14.3367C20.7683 14.2123 20.8249 14.1501 20.7999 14.0912C20.775 14.0322 20.689 14.0295 20.517 14.024C20.182 14.0132 19.709 14 19.4143 14H18.5001C17.9478 14 17.5001 13.5523 17.5001 13C17.5001 12.4477 17.9478 12 18.5001 12L19.4644 12C20.0859 12 20.6246 11.9999 21.0418 12.0402C21.435 12.0782 21.9868 12.1679 22.3978 12.5695C22.7887 12.9515 23.0063 13.4767 22.9999 14.0231C22.9933 14.5978 22.6665 15.0514 22.4153 15.3563C22.1488 15.6797 21.7679 16.0606 21.3284 16.5001L19.8787 17.9497C19.0693 18.7592 18.4802 19.3733 17.7024 19.6955C16.9635 20.0016 16.1588 20.0009 15.0989 20.0001C12.2326 19.9978 9.36631 20 6.5 20C3.46243 20 1 17.5376 1 14.5C1 11.4624 3.46243 9 6.5 9C8.79186 9 10.754 10.4016 11.5806 12.3904C12.5066 14.6184 10.9233 17 8.5 17C6.567 17 5 15.433 5 13.5C5 12.9477 5.44772 12.5 6 12.5C6.55228 12.5 7 12.9477 7 13.5C7 14.3284 7.67157 15 8.5 15C8.98684 15 9.4194 14.7691 9.69507 14.4068C9.89178 14.1482 9.95035 13.6791 9.73376 13.158C9.20644 11.8892 7.95589 11 6.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-clapping-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.464 2.89447C12.464 2.89451 12.4641 2.89444 12.464 2.89447L7.48017 7.7991C7.26454 8.0113 6.94253 8.07317 6.66362 7.956C6.3847 7.83882 6.20349 7.56554 6.20411 7.26301L6.20793 5.38005C6.20832 5.01651 5.88303 4.70882 5.4803 4.75345C5.17615 4.78716 4.94512 5.01508 4.90134 5.29207L4.31375 10.034C4.17583 11.1479 3.4954 12.2981 2.74678 13.0346C2.45148 13.325 1.97663 13.3211 1.68615 13.0258C1.39568 12.7305 1.39958 12.2557 1.69487 11.9652C2.26214 11.4072 2.73804 10.5529 2.82512 9.84965L3.41396 5.0976L3.41622 5.0809C3.55861 4.11087 4.34593 3.36998 5.31507 3.26258C6.5795 3.12245 7.70998 4.09623 7.70793 5.38244L7.70775 5.4706L11.412 1.82524C12.1917 1.05825 13.451 1.05814 14.2307 1.82513C14.3816 1.97359 14.5036 2.13995 14.5966 2.31733C15.3402 1.95908 16.2617 2.08448 16.8809 2.69355C17.2726 3.07891 17.4709 3.58806 17.4708 4.09733C17.4708 4.51155 17.135 4.8473 16.7208 4.84726C16.3065 4.84722 15.9708 4.5114 15.9708 4.09719C15.9708 3.97741 15.9251 3.85749 15.829 3.7629C15.633 3.57013 15.3103 3.57011 15.1143 3.76282C15.1143 3.76285 15.1143 3.7628 15.1143 3.76282L11.7468 7.07567C11.4515 7.36615 10.9766 7.36224 10.6862 7.06695C10.3957 6.77166 10.3996 6.2968 10.6949 6.00633L13.1789 3.56281C13.3677 3.37677 13.3678 3.08041 13.1788 2.89447C12.9828 2.70172 12.66 2.7018 12.464 2.89447Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.988 11.9853C11.15 12.0543 11.3375 12.0197 11.4643 11.8975L17.076 6.43487C17.4415 6.07911 18.0274 6.09116 18.3779 6.46163C18.7185 6.82163 18.7103 7.38745 18.3593 7.73739L15.1154 10.9721C14.941 11.1403 14.9359 11.418 15.104 11.5924C15.2721 11.7669 15.5499 11.772 15.7243 11.6039L19.9514 7.55648C20.3184 7.20503 20.9004 7.21587 21.2541 7.58076C21.6101 7.948 21.6001 8.53454 21.2318 8.88945L16.4336 13.5133C16.2592 13.6814 16.2541 13.9592 16.4222 14.1336C16.5903 14.308 16.8681 14.3132 17.0425 14.145L20.3972 10.8364C20.7771 10.4618 21.3907 10.4726 21.7571 10.8604C22.1148 11.2388 22.1019 11.8345 21.7281 12.197L17.752 16.0546C17.5775 16.2227 17.5724 16.5004 17.7405 16.6749C17.9087 16.8493 18.1864 16.8545 18.3608 16.6863L20.7044 14.3807C21.1302 13.9618 21.8162 13.9714 22.23 14.4021C22.6393 14.828 22.6272 15.5046 22.203 15.9156L18.7923 19.2201C17.6878 20.2852 16.983 20.9649 16.1816 21.3097C15.6556 21.5361 14.885 21.6107 14.4069 21.6412C14.1349 21.6585 13.9041 21.7591 13.7503 21.9074L13.0941 22.5398C12.8036 22.8198 12.3437 22.8198 12.0532 22.5398L6.70035 17.3806C6.55368 17.2393 6.47083 17.0443 6.47083 16.8406C6.47083 16.6369 6.55368 16.442 6.70035 16.3006C7.23879 15.7816 7.68593 14.9908 7.76712 14.3484L8.32974 9.89634L8.3321 9.87925C8.41697 9.31275 8.73184 8.83293 9.17263 8.51894C9.26413 8.48445 9.36182 8.46076 9.46415 8.44965C10.1555 8.37457 10.7256 8.89325 10.7246 9.51889L10.7212 11.5809C10.7209 11.757 10.826 11.9162 10.988 11.9853Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.464 2.89447C12.464 2.89451 12.4641 2.89444 12.464 2.89447L7.48017 7.7991C7.26454 8.0113 6.94253 8.07317 6.66362 7.956C6.3847 7.83882 6.20349 7.56554 6.20411 7.26301L6.20793 5.38005C6.20832 5.01651 5.88303 4.70882 5.4803 4.75345C5.17615 4.78716 4.94512 5.01508 4.90134 5.29207L4.31375 10.034C4.17583 11.1479 3.4954 12.2981 2.74678 13.0346C2.45148 13.325 1.97663 13.3211 1.68615 13.0258C1.39568 12.7305 1.39958 12.2557 1.69487 11.9652C2.26214 11.4072 2.73804 10.5529 2.82512 9.84965L3.41396 5.0976L3.41622 5.0809C3.55861 4.11087 4.34593 3.36998 5.31507 3.26258C6.5795 3.12245 7.70998 4.09623 7.70793 5.38244L7.70775 5.4706L11.412 1.82524C12.1917 1.05825 13.451 1.05814 14.2307 1.82513C14.3816 1.97359 14.5036 2.13995 14.5966 2.31733C15.3402 1.95908 16.2617 2.08448 16.8809 2.69355C17.2726 3.07891 17.4709 3.58806 17.4708 4.09733C17.4708 4.51155 17.135 4.8473 16.7208 4.84726C16.3065 4.84722 15.9708 4.5114 15.9708 4.09719C15.9708 3.97741 15.9251 3.85749 15.829 3.7629C15.633 3.57013 15.3103 3.57011 15.1143 3.76282C15.1143 3.76285 15.1143 3.7628 15.1143 3.76282L11.7468 7.07567C11.4515 7.36615 10.9766 7.36224 10.6862 7.06695C10.3957 6.77166 10.3996 6.2968 10.6949 6.00633L13.1789 3.56281C13.3677 3.37677 13.3678 3.08041 13.1788 2.89447C12.9828 2.70172 12.66 2.7018 12.464 2.89447Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.988 11.9853C11.15 12.0543 11.3375 12.0197 11.4643 11.8975L17.076 6.43487C17.4415 6.07911 18.0274 6.09116 18.3779 6.46163C18.7185 6.82163 18.7103 7.38745 18.3593 7.73739L15.1154 10.9721C14.941 11.1403 14.9359 11.418 15.104 11.5924C15.2721 11.7669 15.5499 11.772 15.7243 11.6039L19.9514 7.55648C20.3184 7.20503 20.9004 7.21587 21.2541 7.58076C21.6101 7.948 21.6001 8.53454 21.2318 8.88945L16.4336 13.5133C16.2592 13.6814 16.2541 13.9592 16.4222 14.1336C16.5903 14.308 16.8681 14.3132 17.0425 14.145L20.3972 10.8364C20.7771 10.4618 21.3907 10.4726 21.7571 10.8604C22.1148 11.2388 22.1019 11.8345 21.7281 12.197L17.752 16.0546C17.5775 16.2227 17.5724 16.5004 17.7405 16.6749C17.9087 16.8493 18.1864 16.8545 18.3608 16.6863L20.7044 14.3807C21.1302 13.9618 21.8162 13.9714 22.23 14.4021C22.6393 14.828 22.6272 15.5046 22.203 15.9156L18.7923 19.2201C17.6878 20.2852 16.983 20.9649 16.1816 21.3097C15.6556 21.5361 14.885 21.6107 14.4069 21.6412C14.1349 21.6585 13.9041 21.7591 13.7503 21.9074L13.0941 22.5398C12.8036 22.8198 12.3437 22.8198 12.0532 22.5398L6.70035 17.3806C6.55368 17.2393 6.47083 17.0443 6.47083 16.8406C6.47083 16.6369 6.55368 16.442 6.70035 16.3006C7.23879 15.7816 7.68593 14.9908 7.76712 14.3484L8.32974 9.89634L8.3321 9.87925C8.41697 9.31275 8.73184 8.83293 9.17263 8.51894C9.26413 8.48445 9.36182 8.46076 9.46415 8.44965C10.1555 8.37457 10.7256 8.89325 10.7246 9.51889L10.7212 11.5809C10.7209 11.757 10.826 11.9162 10.988 11.9853Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-clapping-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3079 6.5438C16.9304 6.15207 16.3272 6.15207 15.9496 6.5438L10.6591 12.0332C10.5352 12.1617 10.3448 12.2026 10.1783 12.1365C10.0117 12.0703 9.90271 11.9105 9.90298 11.7329L9.90636 9.49398C9.90749 8.74963 9.29314 8.21493 8.63625 8.29171C8.1278 8.35115 7.69914 8.76526 7.62109 9.3261L6.94747 14.1665C6.79205 15.2834 6.72511 15.7803 6.75831 16.2519C6.81011 16.9877 7.03731 17.6967 7.41799 18.3152C7.66147 18.7107 7.99882 19.0641 8.7669 19.8611C9.49049 20.6118 10.0191 21.16 10.4654 21.5674C10.9093 21.9727 11.2492 22.2172 11.5872 22.3729C12.6828 22.8776 13.9337 22.8758 15.0317 22.3671C15.3707 22.21 15.7117 21.9642 16.157 21.5573C16.6047 21.1483 17.1569 20.5771 17.8828 19.824L20.9831 16.6071L21.9585 15.5951C22.3472 15.1918 22.3472 14.5298 21.9585 14.1265C21.5809 13.7348 20.9778 13.7348 20.6002 14.1265L18.9393 15.8498C18.7721 16.0233 18.4944 16.0298 18.3191 15.8643C18.1438 15.6988 18.1372 15.4239 18.3045 15.2504L21.2941 12.1484C21.6828 11.7451 21.6828 11.0831 21.2941 10.6798C20.9166 10.2881 20.3134 10.2881 19.9358 10.6798L16.9462 13.7818C16.779 13.9553 16.5013 13.9618 16.326 13.7963C16.1507 13.6308 16.1441 13.3559 16.3114 13.1824L19.301 10.0804L20.6297 8.70171C21.0184 8.29841 21.0184 7.63644 20.6297 7.23314C20.2522 6.8414 19.649 6.8414 19.2715 7.23314L17.9433 8.61119L14.9531 11.7138C14.7859 11.8873 14.5082 11.8938 14.3329 11.7283C14.1576 11.5628 14.151 11.2879 14.3183 11.1144L17.3079 8.01238L17.3088 8.01145C17.6966 7.60807 17.6963 6.9468 17.3079 6.5438Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.7291 2.89221C11.5495 2.7026 11.2759 2.7026 11.0963 2.89221L6.52587 7.7164C6.31457 7.93944 5.9886 8.01105 5.70327 7.8971C5.41794 7.78316 5.23096 7.50671 5.23142 7.19947L5.23434 5.23191C5.23502 4.77337 4.87404 4.50341 4.55228 4.54167C4.29484 4.57229 4.0455 4.79357 3.99886 5.13449L3.41694 9.38835C3.28058 10.3852 3.23056 10.7781 3.25603 11.1462C3.29683 11.7358 3.47573 12.3023 3.7738 12.7949C3.95884 13.1007 4.21677 13.3788 4.89128 14.0908C5.02242 14.2292 5.14604 14.3597 5.26348 14.4832C5.54892 14.7833 5.537 15.258 5.23684 15.5435C4.93668 15.8289 4.46196 15.817 4.17651 15.5168C4.058 15.3922 3.87339 15.1974 3.74257 15.0593L3.74256 15.0593C3.1475 14.4313 2.76923 14.0322 2.49044 13.5714C2.06677 12.8712 1.81661 12.0734 1.75961 11.2497C1.72217 10.7087 1.79808 10.1542 1.91912 9.27026L2.5127 4.93119C2.64489 3.96485 3.38926 3.16941 4.37515 3.05217C5.67833 2.8972 6.73622 3.96725 6.73434 5.23414L6.73422 5.31547L10.0073 1.86058C10.7786 1.04647 12.0468 1.04647 12.818 1.86058C12.9332 1.98216 13.0307 2.11497 13.1105 2.25556C13.8858 1.65968 14.99 1.72996 15.6877 2.46638C16.4372 3.25751 16.4372 4.52427 15.6877 5.3154C15.4028 5.6161 14.9281 5.62892 14.6274 5.34404C14.3267 5.05917 14.3139 4.58447 14.5988 4.28377C14.8002 4.07119 14.8002 3.71059 14.5988 3.49801C14.4191 3.30839 14.1455 3.30839 13.9659 3.49801L11.0557 6.56981C10.7708 6.87051 10.2961 6.88333 9.99543 6.59846C9.69473 6.31358 9.68191 5.83888 9.96679 5.53818L11.7291 3.67797C11.9305 3.46539 11.9305 3.10479 11.7291 2.89221Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3079 6.5438C16.9304 6.15207 16.3272 6.15207 15.9496 6.5438L10.6591 12.0332C10.5352 12.1617 10.3448 12.2026 10.1783 12.1365C10.0117 12.0703 9.90271 11.9105 9.90298 11.7329L9.90636 9.49398C9.90749 8.74963 9.29314 8.21493 8.63625 8.29171C8.1278 8.35115 7.69914 8.76526 7.62109 9.3261L6.94747 14.1665C6.79205 15.2834 6.72511 15.7803 6.75831 16.2519C6.81011 16.9877 7.03731 17.6967 7.41799 18.3152C7.66147 18.7107 7.99882 19.0641 8.7669 19.8611C9.49049 20.6118 10.0191 21.16 10.4654 21.5674C10.9093 21.9727 11.2492 22.2172 11.5872 22.3729C12.6828 22.8776 13.9337 22.8758 15.0317 22.3671C15.3707 22.21 15.7117 21.9642 16.157 21.5573C16.6047 21.1483 17.1569 20.5771 17.8828 19.824L20.9831 16.6071L21.9585 15.5951C22.3472 15.1918 22.3472 14.5298 21.9585 14.1265C21.5809 13.7348 20.9778 13.7348 20.6002 14.1265L18.9393 15.8498C18.7721 16.0233 18.4944 16.0298 18.3191 15.8643C18.1438 15.6988 18.1372 15.4239 18.3045 15.2504L21.2941 12.1484C21.6828 11.7451 21.6828 11.0831 21.2941 10.6798C20.9166 10.2881 20.3134 10.2881 19.9358 10.6798L16.9462 13.7818C16.779 13.9553 16.5013 13.9618 16.326 13.7963C16.1507 13.6308 16.1441 13.3559 16.3114 13.1824L19.301 10.0804L20.6297 8.70171C21.0184 8.29841 21.0184 7.63644 20.6297 7.23314C20.2522 6.8414 19.649 6.8414 19.2715 7.23314L17.9433 8.61119L14.9531 11.7138C14.7859 11.8873 14.5082 11.8938 14.3329 11.7283C14.1576 11.5628 14.151 11.2879 14.3183 11.1144L17.3079 8.01238L17.3088 8.01145C17.6966 7.60807 17.6963 6.9468 17.3079 6.5438Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.7291 2.89221C11.5495 2.7026 11.2759 2.7026 11.0963 2.89221L6.52587 7.7164C6.31457 7.93944 5.9886 8.01105 5.70327 7.8971C5.41794 7.78316 5.23096 7.50671 5.23142 7.19947L5.23434 5.23191C5.23502 4.77337 4.87404 4.50341 4.55228 4.54167C4.29484 4.57229 4.0455 4.79357 3.99886 5.13449L3.41694 9.38835C3.28058 10.3852 3.23056 10.7781 3.25603 11.1462C3.29683 11.7358 3.47573 12.3023 3.7738 12.7949C3.95884 13.1007 4.21677 13.3788 4.89128 14.0908C5.02242 14.2292 5.14604 14.3597 5.26348 14.4832C5.54892 14.7833 5.537 15.258 5.23684 15.5435C4.93668 15.8289 4.46196 15.817 4.17651 15.5168C4.058 15.3922 3.87339 15.1974 3.74257 15.0593L3.74256 15.0593C3.1475 14.4313 2.76923 14.0322 2.49044 13.5714C2.06677 12.8712 1.81661 12.0734 1.75961 11.2497C1.72217 10.7087 1.79808 10.1542 1.91912 9.27026L2.5127 4.93119C2.64489 3.96485 3.38926 3.16941 4.37515 3.05217C5.67833 2.8972 6.73622 3.96725 6.73434 5.23414L6.73422 5.31547L10.0073 1.86058C10.7786 1.04647 12.0468 1.04647 12.818 1.86058C12.9332 1.98216 13.0307 2.11497 13.1105 2.25556C13.8858 1.65968 14.99 1.72996 15.6877 2.46638C16.4372 3.25751 16.4372 4.52427 15.6877 5.3154C15.4028 5.6161 14.9281 5.62892 14.6274 5.34404C14.3267 5.05917 14.3139 4.58447 14.5988 4.28377C14.8002 4.07119 14.8002 3.71059 14.5988 3.49801C14.4191 3.30839 14.1455 3.30839 13.9659 3.49801L11.0557 6.56981C10.7708 6.87051 10.2961 6.88333 9.99543 6.59846C9.69473 6.31358 9.68191 5.83888 9.96679 5.53818L11.7291 3.67797C11.9305 3.46539 11.9305 3.10479 11.7291 2.89221Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-do-not-touch-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8245 11.9998V4.66345C16.8245 3.95337 16.2489 3.37773 15.5388 3.37773C14.8287 3.37773 14.2531 3.95337 14.2531 4.66345V10.7169L20.1799 16.6437C20.1919 16.522 20.2018 16.3967 20.21 16.2673C20.2529 15.592 20.2529 14.7571 20.2529 13.6924V13.6924V6.55814C20.2529 5.84812 19.6773 5.27253 18.9673 5.27253C18.2572 5.27253 17.6816 5.84812 17.6816 6.55814V11.9998C17.6816 12.2311 17.4898 12.4186 17.2531 12.4186C17.0164 12.4186 16.8245 12.2311 16.8245 11.9998Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2529 20.8354C18.2529 20.5076 18.3861 20.1713 18.6322 19.8903C18.7995 19.6994 19.0016 19.4593 19.1981 19.1974L7.39593 7.39526V13.6331C7.39593 13.8026 7.29136 13.9554 7.13105 14.0202C6.97074 14.0849 6.7863 14.0489 6.66384 13.9288L4.81206 12.1134C4.1804 11.4942 3.14033 11.5505 2.58203 12.2347C2.37404 12.4895 2.2644 12.7959 2.25391 13.1051C2.25821 13.2525 2.27578 13.3995 2.30666 13.5444C2.35509 13.7173 2.43637 13.8836 2.55066 14.0339L6.34937 19.1092C6.59183 19.4189 6.80009 19.8239 6.95634 20.2803C7.12928 20.7853 7.28285 21.2339 7.41725 21.548C7.54291 21.8417 7.72014 22.1987 8.03506 22.4238C8.32623 22.6318 8.65569 22.6956 8.9459 22.7233C9.22627 22.75 9.57436 22.75 9.96881 22.7499L16.37 22.75C16.4897 22.7501 16.6141 22.7502 16.7284 22.7353C17.516 22.633 18.1359 22.0131 18.2383 21.2255C18.2531 21.1112 18.253 20.9551 18.2529 20.8354Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.68176 2.75042C9.39191 2.75042 9.9676 3.32611 9.9676 4.03625V6.4314L7.40654 3.87034C7.48792 3.23856 8.02784 2.75042 8.68176 2.75042Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.1105 1.25C12.8207 1.25 13.3964 1.82571 13.3964 2.53587L13.396 9.85978L10.8247 7.28854V2.53581C10.8247 1.82568 11.4004 1.25 12.1105 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8245 11.9998V4.66345C16.8245 3.95337 16.2489 3.37773 15.5388 3.37773C14.8287 3.37773 14.2531 3.95337 14.2531 4.66345V10.7169L20.1799 16.6437C20.1919 16.522 20.2018 16.3967 20.21 16.2673C20.2529 15.592 20.2529 14.7571 20.2529 13.6924V13.6924V6.55814C20.2529 5.84812 19.6773 5.27253 18.9673 5.27253C18.2572 5.27253 17.6816 5.84812 17.6816 6.55814V11.9998C17.6816 12.2311 17.4898 12.4186 17.2531 12.4186C17.0164 12.4186 16.8245 12.2311 16.8245 11.9998Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2529 20.8354C18.2529 20.5076 18.3861 20.1713 18.6322 19.8903C18.7995 19.6994 19.0016 19.4593 19.1981 19.1974L7.39593 7.39526V13.6331C7.39593 13.8026 7.29136 13.9554 7.13105 14.0202C6.97074 14.0849 6.7863 14.0489 6.66384 13.9288L4.81206 12.1134C4.1804 11.4942 3.14033 11.5505 2.58203 12.2347C2.37404 12.4895 2.2644 12.7959 2.25391 13.1051C2.25821 13.2525 2.27578 13.3995 2.30666 13.5444C2.35509 13.7173 2.43637 13.8836 2.55066 14.0339L6.34937 19.1092C6.59183 19.4189 6.80009 19.8239 6.95634 20.2803C7.12928 20.7853 7.28285 21.2339 7.41725 21.548C7.54291 21.8417 7.72014 22.1987 8.03506 22.4238C8.32623 22.6318 8.65569 22.6956 8.9459 22.7233C9.22627 22.75 9.57436 22.75 9.96881 22.7499L16.37 22.75C16.4897 22.7501 16.6141 22.7502 16.7284 22.7353C17.516 22.633 18.1359 22.0131 18.2383 21.2255C18.2531 21.1112 18.253 20.9551 18.2529 20.8354Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.68176 2.75042C9.39191 2.75042 9.9676 3.32611 9.9676 4.03625V6.4314L7.40654 3.87034C7.48792 3.23856 8.02784 2.75042 8.68176 2.75042Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.1105 1.25C12.8207 1.25 13.3964 1.82571 13.3964 2.53587L13.396 9.85978L10.8247 7.28854V2.53581C10.8247 1.82568 11.4004 1.25 12.1105 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-do-not-touch-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.3974 2.53591L13.3997 9.86332L10.8257 7.2893V2.53583C10.8257 1.82569 11.4014 1.25 12.1115 1.25C12.8217 1.25 13.3974 1.82573 13.3974 2.53591Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7691 10.2327C14.0058 10.2327 14.254 10.0478 14.254 9.81511V4.5357C14.254 3.82567 14.8296 3.25007 15.5397 3.25007C16.2497 3.25007 16.8253 3.82567 16.8253 4.5357V9.81511C16.8253 10.0478 17.0172 10.2363 17.2538 10.2363C17.4905 10.2363 17.6824 10.0478 17.6824 9.81511V6.55907C17.6824 5.84878 18.2582 5.27297 18.9685 5.27297C19.6788 5.27297 20.2546 5.84878 20.2546 6.55907V10.0001C20.2546 10.0138 20.2542 10.0274 20.2535 10.041V13.6925V13.6926C20.2535 14.7573 20.2535 15.5922 20.2106 16.2674C20.2024 16.3969 20.1925 16.5223 20.1805 16.6441L13.7691 10.2327Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7861 21.707C15.4712 21.6632 16.0429 21.5727 16.5749 21.3679C17.6702 20.9461 18.5992 20.2023 19.2502 19.2493L7.39737 7.3965V13.7055C7.39737 13.876 7.29282 14.0296 7.13251 14.0948C6.97222 14.1599 6.78779 14.1236 6.66533 14.0029L4.81243 12.1758C4.18082 11.553 3.14082 11.6097 2.58255 12.2977C2.38161 12.5454 2.27248 12.8414 2.25586 13.1417C2.26624 13.3772 2.31058 13.6117 2.389 13.8373C2.43313 13.9326 2.48807 14.0243 2.55385 14.1108L5.79999 18.5905C6.42838 19.4312 6.81489 19.9483 7.28738 20.3564C8.00731 20.9783 8.8702 21.4112 9.79857 21.6159C10.4079 21.7503 11.172 21.7502 12.2192 21.7501C13.2804 21.7501 14.1127 21.7501 14.7861 21.707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.683 3.25007C9.39303 3.25007 9.96862 3.82567 9.96862 4.5357V6.43221L7.5211 3.9847C7.72744 3.55036 8.17015 3.25007 8.683 3.25007Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.3974 2.53591L13.3997 9.86332L10.8257 7.2893V2.53583C10.8257 1.82569 11.4014 1.25 12.1115 1.25C12.8217 1.25 13.3974 1.82573 13.3974 2.53591Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7691 10.2327C14.0058 10.2327 14.254 10.0478 14.254 9.81511V4.5357C14.254 3.82567 14.8296 3.25007 15.5397 3.25007C16.2497 3.25007 16.8253 3.82567 16.8253 4.5357V9.81511C16.8253 10.0478 17.0172 10.2363 17.2538 10.2363C17.4905 10.2363 17.6824 10.0478 17.6824 9.81511V6.55907C17.6824 5.84878 18.2582 5.27297 18.9685 5.27297C19.6788 5.27297 20.2546 5.84878 20.2546 6.55907V10.0001C20.2546 10.0138 20.2542 10.0274 20.2535 10.041V13.6925V13.6926C20.2535 14.7573 20.2535 15.5922 20.2106 16.2674C20.2024 16.3969 20.1925 16.5223 20.1805 16.6441L13.7691 10.2327Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7861 21.707C15.4712 21.6632 16.0429 21.5727 16.5749 21.3679C17.6702 20.9461 18.5992 20.2023 19.2502 19.2493L7.39737 7.3965V13.7055C7.39737 13.876 7.29282 14.0296 7.13251 14.0948C6.97222 14.1599 6.78779 14.1236 6.66533 14.0029L4.81243 12.1758C4.18082 11.553 3.14082 11.6097 2.58255 12.2977C2.38161 12.5454 2.27248 12.8414 2.25586 13.1417C2.26624 13.3772 2.31058 13.6117 2.389 13.8373C2.43313 13.9326 2.48807 14.0243 2.55385 14.1108L5.79999 18.5905C6.42838 19.4312 6.81489 19.9483 7.28738 20.3564C8.00731 20.9783 8.8702 21.4112 9.79857 21.6159C10.4079 21.7503 11.172 21.7502 12.2192 21.7501C13.2804 21.7501 14.1127 21.7501 14.7861 21.707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.683 3.25007C9.39303 3.25007 9.96862 3.82567 9.96862 4.5357V6.43221L7.5211 3.9847C7.72744 3.55036 8.17015 3.25007 8.683 3.25007Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-drag-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.24976 3.74997C9.24976 2.36926 10.369 1.24997 11.7498 1.24997C13.1305 1.24997 14.2498 2.36926 14.2498 3.74997V8.74748C16.1136 8.81061 18.8188 9.38613 20.8528 11.4331C21.7888 12.3751 21.8442 13.7529 21.6735 14.8931C21.4973 16.0698 21.0468 17.2359 20.6747 18.0131C20.5554 18.2264 20.0739 19.1202 19.9723 19.3234C19.7559 19.7563 19.6416 20.1001 19.6416 20.3819V20.382C19.6417 20.6473 19.6417 20.9179 19.6246 21.1214C19.6061 21.3409 19.5638 21.5808 19.4395 21.8164C19.275 22.1284 19.02 22.3833 18.7081 22.5478C18.4725 22.6721 18.2326 22.7144 18.0131 22.7329C17.8096 22.75 17.5659 22.75 17.3006 22.75H11.7162H11.7162C11.4084 22.75 11.1249 22.75 10.8891 22.7266C10.6325 22.7011 10.1694 22.6003 9.90726 22.3382C9.63726 22.1107 9.48809 21.7789 9.38215 21.5062C9.26902 21.2149 9.14904 20.8293 9.00471 20.3655L9.0047 20.3655C8.89525 20.0584 8.65935 19.6676 8.06038 18.8762L4.78323 14.5465C4.07455 13.641 4.07154 12.3547 4.77658 11.4456C5.635 10.3388 7.22803 10.1793 8.27996 11.1094L9.24976 12.1242V3.74997Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.7101 6.59207C19.3831 6.84634 18.9119 6.78738 18.6577 6.46039C18.5511 6.32338 18.4996 6.16105 18.4998 5.99997V4.99992L16.9998 4.99992C16.4475 4.99992 15.9998 4.5522 15.9998 3.99992C15.9998 3.44763 16.4475 2.99992 16.9998 2.99992H18.4998V2.00677C18.4982 1.84349 18.5497 1.67854 18.6577 1.53962C18.9119 1.21263 19.3831 1.15367 19.7101 1.40793C19.7622 1.44841 19.8323 1.50128 19.915 1.56367L19.915 1.56368C20.1827 1.76562 20.5828 2.06741 20.9323 2.37209C21.1637 2.57387 21.4036 2.80247 21.5916 3.03492C21.6859 3.15153 21.7805 3.28545 21.8542 3.4317C21.9255 3.57292 21.9998 3.76983 21.9998 4C21.9998 4.23017 21.9255 4.42709 21.8542 4.56831C21.7805 4.71456 21.6859 4.84848 21.5916 4.96508C21.4036 5.19753 21.1637 5.42613 20.9323 5.62792C20.5828 5.93261 20.1827 6.23439 19.915 6.43633C19.8323 6.49872 19.7622 6.5516 19.7101 6.59207Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.28937 6.59207C4.61636 6.84634 5.08756 6.78738 5.34183 6.46039C5.44836 6.32338 5.49988 6.16105 5.49976 5.99997V4.99992L6.99976 4.99992C7.55204 4.99992 7.99976 4.5522 7.99976 3.99992C7.99976 3.44763 7.55204 2.99992 6.99976 2.99992H5.49976V2.00677C5.50134 1.84349 5.44985 1.67854 5.34183 1.53962C5.08756 1.21263 4.61636 1.15367 4.28937 1.40793C4.23732 1.44841 4.16723 1.50128 4.08451 1.56367L4.0845 1.56368C3.81678 1.76562 3.4167 2.06741 3.06724 2.37209C2.8358 2.57387 2.59587 2.80247 2.40793 3.03492C2.31365 3.15153 2.219 3.28545 2.14526 3.4317C2.07406 3.57292 1.99976 3.76983 1.99976 4C1.99976 4.23017 2.07406 4.42709 2.14526 4.56831C2.219 4.71456 2.31365 4.84848 2.40793 4.96508C2.59587 5.19753 2.8358 5.42613 3.06724 5.62792C3.41671 5.93261 3.81678 6.23439 4.0845 6.43633C4.16722 6.49872 4.23732 6.5516 4.28937 6.59207Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.24976 3.74997C9.24976 2.36926 10.369 1.24997 11.7498 1.24997C13.1305 1.24997 14.2498 2.36926 14.2498 3.74997V8.74748C16.1136 8.81061 18.8188 9.38613 20.8528 11.4331C21.7888 12.3751 21.8442 13.7529 21.6735 14.8931C21.4973 16.0698 21.0468 17.2359 20.6747 18.0131C20.5554 18.2264 20.0739 19.1202 19.9723 19.3234C19.7559 19.7563 19.6416 20.1001 19.6416 20.3819V20.382C19.6417 20.6473 19.6417 20.9179 19.6246 21.1214C19.6061 21.3409 19.5638 21.5808 19.4395 21.8164C19.275 22.1284 19.02 22.3833 18.7081 22.5478C18.4725 22.6721 18.2326 22.7144 18.0131 22.7329C17.8096 22.75 17.5659 22.75 17.3006 22.75H11.7162H11.7162C11.4084 22.75 11.1249 22.75 10.8891 22.7266C10.6325 22.7011 10.1694 22.6003 9.90726 22.3382C9.63726 22.1107 9.48809 21.7789 9.38215 21.5062C9.26902 21.2149 9.14904 20.8293 9.00471 20.3655L9.0047 20.3655C8.89525 20.0584 8.65935 19.6676 8.06038 18.8762L4.78323 14.5465C4.07455 13.641 4.07154 12.3547 4.77658 11.4456C5.635 10.3388 7.22803 10.1793 8.27996 11.1094L9.24976 12.1242V3.74997Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.7101 6.59207C19.3831 6.84634 18.9119 6.78738 18.6577 6.46039C18.5511 6.32338 18.4996 6.16105 18.4998 5.99997V4.99992L16.9998 4.99992C16.4475 4.99992 15.9998 4.5522 15.9998 3.99992C15.9998 3.44763 16.4475 2.99992 16.9998 2.99992H18.4998V2.00677C18.4982 1.84349 18.5497 1.67854 18.6577 1.53962C18.9119 1.21263 19.3831 1.15367 19.7101 1.40793C19.7622 1.44841 19.8323 1.50128 19.915 1.56367L19.915 1.56368C20.1827 1.76562 20.5828 2.06741 20.9323 2.37209C21.1637 2.57387 21.4036 2.80247 21.5916 3.03492C21.6859 3.15153 21.7805 3.28545 21.8542 3.4317C21.9255 3.57292 21.9998 3.76983 21.9998 4C21.9998 4.23017 21.9255 4.42709 21.8542 4.56831C21.7805 4.71456 21.6859 4.84848 21.5916 4.96508C21.4036 5.19753 21.1637 5.42613 20.9323 5.62792C20.5828 5.93261 20.1827 6.23439 19.915 6.43633C19.8323 6.49872 19.7622 6.5516 19.7101 6.59207Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.28937 6.59207C4.61636 6.84634 5.08756 6.78738 5.34183 6.46039C5.44836 6.32338 5.49988 6.16105 5.49976 5.99997V4.99992L6.99976 4.99992C7.55204 4.99992 7.99976 4.5522 7.99976 3.99992C7.99976 3.44763 7.55204 2.99992 6.99976 2.99992H5.49976V2.00677C5.50134 1.84349 5.44985 1.67854 5.34183 1.53962C5.08756 1.21263 4.61636 1.15367 4.28937 1.40793C4.23732 1.44841 4.16723 1.50128 4.08451 1.56367L4.0845 1.56368C3.81678 1.76562 3.4167 2.06741 3.06724 2.37209C2.8358 2.57387 2.59587 2.80247 2.40793 3.03492C2.31365 3.15153 2.219 3.28545 2.14526 3.4317C2.07406 3.57292 1.99976 3.76983 1.99976 4C1.99976 4.23017 2.07406 4.42709 2.14526 4.56831C2.219 4.71456 2.31365 4.84848 2.40793 4.96508C2.59587 5.19753 2.8358 5.42613 3.06724 5.62792C3.41671 5.93261 3.81678 6.23439 4.0845 6.43633C4.16722 6.49872 4.23732 6.5516 4.28937 6.59207Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-drag-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.1617 4.49433C18.9421 3.56119 20.3314 3.33373 21.3297 4.14819C22.2631 4.90961 22.5401 6.39431 21.6972 7.40217L18.9775 10.6541C20.286 11.7412 21.9371 13.7168 22.235 16.4035C22.3704 17.6258 21.5999 18.6173 20.8318 19.2916C20.0364 19.9899 19.0552 20.5187 18.353 20.8286C18.1481 20.919 17.9253 21.001 17.7215 21.0758L17.7212 21.0759C17.5171 21.1508 17.3061 21.2282 17.1228 21.3054C16.7297 21.4708 16.477 21.6281 16.3372 21.7951C16.1382 22.0343 15.8772 22.348 15.6171 22.503C15.1662 22.7718 14.6184 22.824 14.1249 22.6452C13.8402 22.5421 13.5881 22.3353 13.3475 22.138L9.29312 18.8303C9.12197 18.6907 8.96475 18.5624 8.84037 18.4455C8.70668 18.3198 8.56937 18.17 8.46673 17.9737C8.41277 17.8706 8.3543 17.7484 8.31619 17.6002C8.27808 17.452 8.27034 17.3167 8.26783 17.2003C8.26236 16.9461 8.34555 16.6849 8.41774 16.4794C8.49723 16.2531 8.6486 15.8731 8.79123 15.5192C8.87911 15.2715 8.89486 14.9947 8.91794 14.1131L9.04312 9.33084C9.05389 8.26078 9.81651 7.35369 10.8619 7.14008C12.1169 6.88364 13.3536 7.70332 13.5785 8.97109L13.7254 9.79884L18.1617 4.49433Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 3.5C8.75 2.25736 9.75736 1.25 11 1.25C12.2426 1.25 13.25 2.25736 13.25 3.5C13.25 4.74264 12.2426 5.75 11 5.75C9.75736 5.75 8.75 4.74264 8.75 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.75 10.5C1.75 9.25736 2.75736 8.25 4 8.25C5.24264 8.25 6.25 9.25736 6.25 10.5C6.25 11.7426 5.24264 12.75 4 12.75C2.75736 12.75 1.75 11.7426 1.75 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.41663 2.49994C9.44485 2.49997 9.47265 2.49999 9.5 2.49999C10.0523 2.49999 10.5 2.94771 10.5 3.49999C10.5 4.05228 10.0523 4.49999 9.5 4.49999L9.47221 4.49999C9.00732 4.49997 8.65505 4.49995 8.31356 4.55912C7.76939 4.6534 7.25181 4.28869 7.15753 3.74451C7.06325 3.20033 7.42796 2.68276 7.97214 2.58847C8.48861 2.49899 8.99916 2.49951 9.41663 2.49994ZM6.5616 4.02122C6.91587 4.44491 6.85959 5.07557 6.43589 5.42984C6.2525 5.58319 6.08302 5.75278 5.92961 5.93641C5.57553 6.36025 4.94489 6.41681 4.52105 6.06273C4.0972 5.70865 4.04065 5.07801 4.39473 4.65417C4.62432 4.37934 4.8781 4.12536 5.15299 3.89551C5.57668 3.54125 6.20734 3.59753 6.5616 4.02122ZM4.23264 6.66106C4.7781 6.74764 5.15009 7.26001 5.0635 7.80547C5.00645 8.16489 5 8.54027 5 8.99999C5 9.55228 4.55228 9.99999 4 9.99999C3.44772 9.99999 3 9.55228 3 8.99999C3 8.54494 3.00359 8.02516 3.08824 7.49192C3.17482 6.94646 3.68719 6.57448 4.23264 6.66106Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.1617 4.49433C18.9421 3.56119 20.3314 3.33373 21.3297 4.14819C22.2631 4.90961 22.5401 6.39431 21.6972 7.40217L18.9775 10.6541C20.286 11.7412 21.9371 13.7168 22.235 16.4035C22.3704 17.6258 21.5999 18.6173 20.8318 19.2916C20.0364 19.9899 19.0552 20.5187 18.353 20.8286C18.1481 20.919 17.9253 21.001 17.7215 21.0758L17.7212 21.0759C17.5171 21.1508 17.3061 21.2282 17.1228 21.3054C16.7297 21.4708 16.477 21.6281 16.3372 21.7951C16.1382 22.0343 15.8772 22.348 15.6171 22.503C15.1662 22.7718 14.6184 22.824 14.1249 22.6452C13.8402 22.5421 13.5881 22.3353 13.3475 22.138L9.29312 18.8303C9.12197 18.6907 8.96475 18.5624 8.84037 18.4455C8.70668 18.3198 8.56937 18.17 8.46673 17.9737C8.41277 17.8706 8.3543 17.7484 8.31619 17.6002C8.27808 17.452 8.27034 17.3167 8.26783 17.2003C8.26236 16.9461 8.34555 16.6849 8.41774 16.4794C8.49723 16.2531 8.6486 15.8731 8.79123 15.5192C8.87911 15.2715 8.89486 14.9947 8.91794 14.1131L9.04312 9.33084C9.05389 8.26078 9.81651 7.35369 10.8619 7.14008C12.1169 6.88364 13.3536 7.70332 13.5785 8.97109L13.7254 9.79884L18.1617 4.49433Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 3.5C8.75 2.25736 9.75736 1.25 11 1.25C12.2426 1.25 13.25 2.25736 13.25 3.5C13.25 4.74264 12.2426 5.75 11 5.75C9.75736 5.75 8.75 4.74264 8.75 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.75 10.5C1.75 9.25736 2.75736 8.25 4 8.25C5.24264 8.25 6.25 9.25736 6.25 10.5C6.25 11.7426 5.24264 12.75 4 12.75C2.75736 12.75 1.75 11.7426 1.75 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.41663 2.49994C9.44485 2.49997 9.47265 2.49999 9.5 2.49999C10.0523 2.49999 10.5 2.94771 10.5 3.49999C10.5 4.05228 10.0523 4.49999 9.5 4.49999L9.47221 4.49999C9.00732 4.49997 8.65505 4.49995 8.31356 4.55912C7.76939 4.6534 7.25181 4.28869 7.15753 3.74451C7.06325 3.20033 7.42796 2.68276 7.97214 2.58847C8.48861 2.49899 8.99916 2.49951 9.41663 2.49994ZM6.5616 4.02122C6.91587 4.44491 6.85959 5.07557 6.43589 5.42984C6.2525 5.58319 6.08302 5.75278 5.92961 5.93641C5.57553 6.36025 4.94489 6.41681 4.52105 6.06273C4.0972 5.70865 4.04065 5.07801 4.39473 4.65417C4.62432 4.37934 4.8781 4.12536 5.15299 3.89551C5.57668 3.54125 6.20734 3.59753 6.5616 4.02122ZM4.23264 6.66106C4.7781 6.74764 5.15009 7.26001 5.0635 7.80547C5.00645 8.16489 5 8.54027 5 8.99999C5 9.55228 4.55228 9.99999 4 9.99999C3.44772 9.99999 3 9.55228 3 8.99999C3 8.54494 3.00359 8.02516 3.08824 7.49192C3.17482 6.94646 3.68719 6.57448 4.23264 6.66106Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-drag-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.87806 4.25C8.87806 2.86929 9.99735 1.75 11.3781 1.75C12.7588 1.75 13.8781 2.86929 13.8781 4.25V8.86036L16.2535 9.23982C17.1955 9.38112 17.9388 9.4926 18.5298 9.62099C19.1304 9.75147 19.6324 9.91078 20.0736 10.1751C21.351 10.9404 22.3729 12.1633 22.3729 13.9736C22.3729 15.0606 22.1104 15.8446 21.5956 17.3824C21.2417 18.4448 20.8445 19.6359 20.4648 20.1888C19.841 21.0973 18.9207 21.7605 17.8617 22.065C17.217 22.2504 16.4988 22.2503 15.3791 22.25L14.0495 22.25H14.0495C12.557 22.2505 11.5931 22.2507 10.7217 21.8915C10.5658 21.8273 10.4134 21.7547 10.2651 21.6742C9.43685 21.2244 8.82921 20.4761 7.88841 19.3175L4.43025 15.0613C3.69161 14.1522 3.68668 12.8511 4.41841 11.9365C5.2979 10.8371 6.91333 10.6853 7.98226 11.6015L8.87806 12.3693V4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.91669 7.09204C4.24368 7.34631 4.71488 7.28735 4.96915 6.96036C5.07568 6.82335 5.12719 6.66102 5.12708 6.49994V5.49989L6.62708 5.49989C7.17936 5.49989 7.62708 5.05217 7.62708 4.49989C7.62708 3.9476 7.17936 3.49989 6.62708 3.49989H5.12708V2.50674C5.12866 2.34346 5.07717 2.17851 4.96915 2.03959C4.71488 1.7126 4.24368 1.65364 3.91669 1.9079C3.86464 1.94838 3.79455 2.00124 3.71183 2.06364L3.71182 2.06365C3.4441 2.26559 3.04402 2.56738 2.69456 2.87206C2.46312 3.07384 2.22319 3.30244 2.03525 3.53489C1.94097 3.6515 1.84632 3.78542 1.77258 3.93167C1.70138 4.07289 1.62708 4.2698 1.62708 4.49997C1.62708 4.73014 1.70138 4.92706 1.77258 5.06828C1.84632 5.21453 1.94097 5.34845 2.03525 5.46505C2.22319 5.6975 2.46312 5.9261 2.69456 6.12789C3.04402 6.43258 3.4441 6.73435 3.71182 6.9363C3.79454 6.99869 3.86464 7.05157 3.91669 7.09204Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.8375 7.09204C18.5105 7.34631 18.0393 7.28735 17.785 6.96036C17.6785 6.82335 17.627 6.66102 17.6271 6.49994V5.49989L16.1271 5.49989C15.5748 5.49989 15.1271 5.05217 15.1271 4.49989C15.1271 3.9476 15.5748 3.49989 16.1271 3.49989H17.6271V2.50674C17.6255 2.34346 17.677 2.17851 17.785 2.03959C18.0393 1.7126 18.5105 1.65364 18.8375 1.9079C18.8895 1.94838 18.9596 2.00124 19.0423 2.06364L19.0423 2.06365C19.3101 2.26559 19.7101 2.56738 20.0596 2.87206C20.291 3.07384 20.531 3.30244 20.7189 3.53489C20.8132 3.6515 20.9078 3.78542 20.9816 3.93167C21.0528 4.07289 21.1271 4.2698 21.1271 4.49997C21.1271 4.73014 21.0528 4.92706 20.9816 5.06828C20.9078 5.21453 20.8132 5.34845 20.7189 5.46505C20.531 5.6975 20.291 5.9261 20.0596 6.12789C19.7101 6.43258 19.3101 6.73435 19.0423 6.9363C18.9596 6.99869 18.8895 7.05157 18.8375 7.09204Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.87806 4.25C8.87806 2.86929 9.99735 1.75 11.3781 1.75C12.7588 1.75 13.8781 2.86929 13.8781 4.25V8.86036L16.2535 9.23982C17.1955 9.38112 17.9388 9.4926 18.5298 9.62099C19.1304 9.75147 19.6324 9.91078 20.0736 10.1751C21.351 10.9404 22.3729 12.1633 22.3729 13.9736C22.3729 15.0606 22.1104 15.8446 21.5956 17.3824C21.2417 18.4448 20.8445 19.6359 20.4648 20.1888C19.841 21.0973 18.9207 21.7605 17.8617 22.065C17.217 22.2504 16.4988 22.2503 15.3791 22.25L14.0495 22.25H14.0495C12.557 22.2505 11.5931 22.2507 10.7217 21.8915C10.5658 21.8273 10.4134 21.7547 10.2651 21.6742C9.43685 21.2244 8.82921 20.4761 7.88841 19.3175L4.43025 15.0613C3.69161 14.1522 3.68668 12.8511 4.41841 11.9365C5.2979 10.8371 6.91333 10.6853 7.98226 11.6015L8.87806 12.3693V4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.91669 7.09204C4.24368 7.34631 4.71488 7.28735 4.96915 6.96036C5.07568 6.82335 5.12719 6.66102 5.12708 6.49994V5.49989L6.62708 5.49989C7.17936 5.49989 7.62708 5.05217 7.62708 4.49989C7.62708 3.9476 7.17936 3.49989 6.62708 3.49989H5.12708V2.50674C5.12866 2.34346 5.07717 2.17851 4.96915 2.03959C4.71488 1.7126 4.24368 1.65364 3.91669 1.9079C3.86464 1.94838 3.79455 2.00124 3.71183 2.06364L3.71182 2.06365C3.4441 2.26559 3.04402 2.56738 2.69456 2.87206C2.46312 3.07384 2.22319 3.30244 2.03525 3.53489C1.94097 3.6515 1.84632 3.78542 1.77258 3.93167C1.70138 4.07289 1.62708 4.2698 1.62708 4.49997C1.62708 4.73014 1.70138 4.92706 1.77258 5.06828C1.84632 5.21453 1.94097 5.34845 2.03525 5.46505C2.22319 5.6975 2.46312 5.9261 2.69456 6.12789C3.04402 6.43258 3.4441 6.73435 3.71182 6.9363C3.79454 6.99869 3.86464 7.05157 3.91669 7.09204Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.8375 7.09204C18.5105 7.34631 18.0393 7.28735 17.785 6.96036C17.6785 6.82335 17.627 6.66102 17.6271 6.49994V5.49989L16.1271 5.49989C15.5748 5.49989 15.1271 5.05217 15.1271 4.49989C15.1271 3.9476 15.5748 3.49989 16.1271 3.49989H17.6271V2.50674C17.6255 2.34346 17.677 2.17851 17.785 2.03959C18.0393 1.7126 18.5105 1.65364 18.8375 1.9079C18.8895 1.94838 18.9596 2.00124 19.0423 2.06364L19.0423 2.06365C19.3101 2.26559 19.7101 2.56738 20.0596 2.87206C20.291 3.07384 20.531 3.30244 20.7189 3.53489C20.8132 3.6515 20.9078 3.78542 20.9816 3.93167C21.0528 4.07289 21.1271 4.2698 21.1271 4.49997C21.1271 4.73014 21.0528 4.92706 20.9816 5.06828C20.9078 5.21453 20.8132 5.34845 20.7189 5.46505C20.531 5.6975 20.291 5.9261 20.0596 6.12789C19.7101 6.43258 19.3101 6.73435 19.0423 6.9363C18.9596 6.99869 18.8895 7.05157 18.8375 7.09204Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-drag-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3.5C12 4.32843 11.3284 5 10.5 5C9.67157 5 9 4.32843 9 3.5C9 2.67157 9.67157 2 10.5 2C11.3284 2 12 2.67157 12 3.5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M5 10.5C5 11.3284 4.32843 12 3.5 12C2.67157 12 2 11.3284 2 10.5C2 9.67157 2.67157 9 3.5 9C4.32843 9 5 9.67157 5 10.5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M18.5454 3.95506C19.5071 3.01498 21.0594 3.01498 22.0212 3.95506C22.9924 4.90446 22.9924 6.45095 22.0212 7.40035L18.8481 10.502L20.1974 12.3228L20.2114 12.3413C20.7661 13.0749 21.2047 13.655 21.5261 14.1435C21.8528 14.6401 22.0932 15.0926 22.2176 15.5775C22.5761 16.9753 22.4342 18.5139 21.169 19.7506C20.4131 20.4895 19.6854 20.844 18.2634 21.5367C17.2812 22.017 16.1781 22.5559 15.5311 22.6734C14.4693 22.8662 13.3714 22.6925 12.4244 22.1802C11.8471 21.8679 11.3473 21.3792 10.5718 20.6208L9.64463 19.7145C8.61362 18.7073 7.94093 18.0502 7.58294 17.2094C7.51881 17.0588 7.4629 16.9049 7.41548 16.7483C7.15027 15.8729 7.24882 14.9445 7.39919 13.5281L7.95337 8.29179C8.07431 7.14898 8.98948 6.26293 10.1266 6.13942C11.4894 5.99141 12.736 6.9773 12.8444 8.35558L12.9301 9.44411L18.5454 3.95506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.91663 2.49994C8.94485 2.49997 8.97265 2.49999 9 2.49999C9.55228 2.49999 10 2.94771 10 3.49999C10 4.05228 9.55228 4.49999 9 4.49999L8.97221 4.49999C8.50732 4.49997 8.15505 4.49995 7.81356 4.55912C7.26939 4.6534 6.75181 4.28869 6.65753 3.74451C6.56325 3.20033 6.92796 2.68276 7.47214 2.58847C7.98861 2.49899 8.49916 2.49951 8.91663 2.49994ZM6.0616 4.02122C6.41587 4.44491 6.35959 5.07557 5.93589 5.42984C5.7525 5.58319 5.58302 5.75278 5.42961 5.93641C5.07553 6.36025 4.44489 6.41681 4.02105 6.06273C3.5972 5.70865 3.54065 5.07801 3.89473 4.65417C4.12432 4.37934 4.3781 4.12536 4.65299 3.89551C5.07668 3.54125 5.70734 3.59753 6.0616 4.02122ZM3.73264 6.66106C4.2781 6.74764 4.65009 7.26001 4.5635 7.80547C4.50645 8.16489 4.5 8.54027 4.5 8.99999C4.5 9.55228 4.05228 9.99999 3.5 9.99999C2.94772 9.99999 2.5 9.55228 2.5 8.99999C2.5 8.54494 2.50359 8.02516 2.58824 7.49192C2.67482 6.94646 3.18719 6.57448 3.73264 6.66106Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25 3.5C8.25 2.25736 9.25736 1.25 10.5 1.25C11.7426 1.25 12.75 2.25736 12.75 3.5C12.75 4.74264 11.7426 5.75 10.5 5.75C9.25736 5.75 8.25 4.74264 8.25 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 10.5C1.25 9.25736 2.25736 8.25 3.5 8.25C4.74264 8.25 5.75 9.25736 5.75 10.5C5.75 11.7426 4.74264 12.75 3.5 12.75C2.25736 12.75 1.25 11.7426 1.25 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3.5C12 4.32843 11.3284 5 10.5 5C9.67157 5 9 4.32843 9 3.5C9 2.67157 9.67157 2 10.5 2C11.3284 2 12 2.67157 12 3.5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M5 10.5C5 11.3284 4.32843 12 3.5 12C2.67157 12 2 11.3284 2 10.5C2 9.67157 2.67157 9 3.5 9C4.32843 9 5 9.67157 5 10.5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M18.5454 3.95506C19.5071 3.01498 21.0594 3.01498 22.0212 3.95506C22.9924 4.90446 22.9924 6.45095 22.0212 7.40035L18.8481 10.502L20.1974 12.3228L20.2114 12.3413C20.7661 13.0749 21.2047 13.655 21.5261 14.1435C21.8528 14.6401 22.0932 15.0926 22.2176 15.5775C22.5761 16.9753 22.4342 18.5139 21.169 19.7506C20.4131 20.4895 19.6854 20.844 18.2634 21.5367C17.2812 22.017 16.1781 22.5559 15.5311 22.6734C14.4693 22.8662 13.3714 22.6925 12.4244 22.1802C11.8471 21.8679 11.3473 21.3792 10.5718 20.6208L9.64463 19.7145C8.61362 18.7073 7.94093 18.0502 7.58294 17.2094C7.51881 17.0588 7.4629 16.9049 7.41548 16.7483C7.15027 15.8729 7.24882 14.9445 7.39919 13.5281L7.95337 8.29179C8.07431 7.14898 8.98948 6.26293 10.1266 6.13942C11.4894 5.99141 12.736 6.9773 12.8444 8.35558L12.9301 9.44411L18.5454 3.95506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.91663 2.49994C8.94485 2.49997 8.97265 2.49999 9 2.49999C9.55228 2.49999 10 2.94771 10 3.49999C10 4.05228 9.55228 4.49999 9 4.49999L8.97221 4.49999C8.50732 4.49997 8.15505 4.49995 7.81356 4.55912C7.26939 4.6534 6.75181 4.28869 6.65753 3.74451C6.56325 3.20033 6.92796 2.68276 7.47214 2.58847C7.98861 2.49899 8.49916 2.49951 8.91663 2.49994ZM6.0616 4.02122C6.41587 4.44491 6.35959 5.07557 5.93589 5.42984C5.7525 5.58319 5.58302 5.75278 5.42961 5.93641C5.07553 6.36025 4.44489 6.41681 4.02105 6.06273C3.5972 5.70865 3.54065 5.07801 3.89473 4.65417C4.12432 4.37934 4.3781 4.12536 4.65299 3.89551C5.07668 3.54125 5.70734 3.59753 6.0616 4.02122ZM3.73264 6.66106C4.2781 6.74764 4.65009 7.26001 4.5635 7.80547C4.50645 8.16489 4.5 8.54027 4.5 8.99999C4.5 9.55228 4.05228 9.99999 3.5 9.99999C2.94772 9.99999 2.5 9.55228 2.5 8.99999C2.5 8.54494 2.50359 8.02516 2.58824 7.49192C2.67482 6.94646 3.18719 6.57448 3.73264 6.66106Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25 3.5C8.25 2.25736 9.25736 1.25 10.5 1.25C11.7426 1.25 12.75 2.25736 12.75 3.5C12.75 4.74264 11.7426 5.75 10.5 5.75C9.25736 5.75 8.25 4.74264 8.25 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 10.5C1.25 9.25736 2.25736 8.25 3.5 8.25C4.74264 8.25 5.75 9.25736 5.75 10.5C5.75 11.7426 4.74264 12.75 3.5 12.75C2.25736 12.75 1.25 11.7426 1.25 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-drag-left-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.86563 6.85577C9.86563 5.48568 10.9763 4.375 12.3464 4.375C13.7165 4.375 14.8272 5.48568 14.8272 6.85577V10.1029C16.5596 10.1732 18.9896 10.7202 20.8849 12.5512C21.7899 13.4256 21.8396 14.7053 21.6775 15.7444C21.5102 16.8172 21.0835 17.8763 20.7324 18.5801C20.6301 18.7851 20.1853 19.5684 20.0733 19.7607C19.8713 20.1484 19.7739 20.4405 19.7739 20.6688C19.7739 20.8642 19.7739 21.0636 19.7645 21.2146C19.7544 21.3767 19.7314 21.5553 19.6627 21.7387C19.4853 22.2126 19.1114 22.5864 18.6376 22.7639C18.4542 22.8325 18.2756 22.8555 18.1135 22.8656C17.9624 22.875 17.7829 22.875 17.5874 22.875H12.2318C11.9906 22.875 11.7685 22.875 11.5823 22.8606C11.3814 22.845 11.1616 22.8093 10.942 22.7046C10.8585 22.6648 10.7625 22.6157 10.6636 22.5438C10.5647 22.472 10.4884 22.3957 10.4248 22.3286C10.2331 22.1263 10.1178 21.8525 10.0335 21.6314C9.94133 21.3897 9.80441 20.9728 9.67825 20.5836C9.58153 20.3231 9.40638 20.0874 8.84125 19.3706L5.76927 15.4743C5.07974 14.628 5.07676 13.4182 5.76322 12.5685C6.58731 11.5484 8.09604 11.4094 9.09503 12.2573L9.09643 12.2585L9.86563 12.9147V6.85577Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.51332 2.55456C4.82837 2.28565 5.30177 2.32305 5.57068 2.6381C5.7234 2.81703 5.77733 3.04702 5.73771 3.26162V4.125H9.00024C9.55253 4.125 10.0002 4.57272 10.0002 5.125C10.0002 5.67728 9.55253 6.125 9.00024 6.125H5.73771V6.9884C5.77733 7.20301 5.7234 7.433 5.57068 7.61193C5.30177 7.92698 4.82837 7.96438 4.51332 7.69547L3.30945 6.66791C3.06141 6.45628 2.82065 6.25086 2.64817 6.0579C2.45866 5.8459 2.25023 5.54052 2.25023 5.12502C2.25023 4.70951 2.45866 4.40413 2.64817 4.19213C2.82065 3.99917 3.0614 3.79376 3.30944 3.58213L3.30944 3.58212L4.51332 2.55456Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5002 3.125C13.881 3.125 15.0002 4.24429 15.0002 5.625C15.0002 6.53322 14.5166 7.32944 13.7879 7.76848C13.3149 8.05351 13.1625 8.66806 13.4475 9.14111C13.7325 9.61415 14.3471 9.76656 14.8201 9.48153C16.1244 8.69567 17.0002 7.26311 17.0002 5.625C17.0002 3.13972 14.9855 1.125 12.5002 1.125C10.015 1.125 8.00024 3.13972 8.00024 5.625C8.00024 7.26311 8.87614 8.69567 10.1803 9.48153C10.6534 9.76656 11.2679 9.61415 11.553 9.14111C11.838 8.66806 11.6856 8.05351 11.2126 7.76848C10.4839 7.32944 10.0002 6.53322 10.0002 5.625C10.0002 4.24429 11.1195 3.125 12.5002 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.86563 6.85577C9.86563 5.48568 10.9763 4.375 12.3464 4.375C13.7165 4.375 14.8272 5.48568 14.8272 6.85577V10.1029C16.5596 10.1732 18.9896 10.7202 20.8849 12.5512C21.7899 13.4256 21.8396 14.7053 21.6775 15.7444C21.5102 16.8172 21.0835 17.8763 20.7324 18.5801C20.6301 18.7851 20.1853 19.5684 20.0733 19.7607C19.8713 20.1484 19.7739 20.4405 19.7739 20.6688C19.7739 20.8642 19.7739 21.0636 19.7645 21.2146C19.7544 21.3767 19.7314 21.5553 19.6627 21.7387C19.4853 22.2126 19.1114 22.5864 18.6376 22.7639C18.4542 22.8325 18.2756 22.8555 18.1135 22.8656C17.9624 22.875 17.7829 22.875 17.5874 22.875H12.2318C11.9906 22.875 11.7685 22.875 11.5823 22.8606C11.3814 22.845 11.1616 22.8093 10.942 22.7046C10.8585 22.6648 10.7625 22.6157 10.6636 22.5438C10.5647 22.472 10.4884 22.3957 10.4248 22.3286C10.2331 22.1263 10.1178 21.8525 10.0335 21.6314C9.94133 21.3897 9.80441 20.9728 9.67825 20.5836C9.58153 20.3231 9.40638 20.0874 8.84125 19.3706L5.76927 15.4743C5.07974 14.628 5.07676 13.4182 5.76322 12.5685C6.58731 11.5484 8.09604 11.4094 9.09503 12.2573L9.09643 12.2585L9.86563 12.9147V6.85577Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.51332 2.55456C4.82837 2.28565 5.30177 2.32305 5.57068 2.6381C5.7234 2.81703 5.77733 3.04702 5.73771 3.26162V4.125H9.00024C9.55253 4.125 10.0002 4.57272 10.0002 5.125C10.0002 5.67728 9.55253 6.125 9.00024 6.125H5.73771V6.9884C5.77733 7.20301 5.7234 7.433 5.57068 7.61193C5.30177 7.92698 4.82837 7.96438 4.51332 7.69547L3.30945 6.66791C3.06141 6.45628 2.82065 6.25086 2.64817 6.0579C2.45866 5.8459 2.25023 5.54052 2.25023 5.12502C2.25023 4.70951 2.45866 4.40413 2.64817 4.19213C2.82065 3.99917 3.0614 3.79376 3.30944 3.58213L3.30944 3.58212L4.51332 2.55456Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5002 3.125C13.881 3.125 15.0002 4.24429 15.0002 5.625C15.0002 6.53322 14.5166 7.32944 13.7879 7.76848C13.3149 8.05351 13.1625 8.66806 13.4475 9.14111C13.7325 9.61415 14.3471 9.76656 14.8201 9.48153C16.1244 8.69567 17.0002 7.26311 17.0002 5.625C17.0002 3.13972 14.9855 1.125 12.5002 1.125C10.015 1.125 8.00024 3.13972 8.00024 5.625C8.00024 7.26311 8.87614 8.69567 10.1803 9.48153C10.6534 9.76656 11.2679 9.61415 11.553 9.14111C11.838 8.66806 11.6856 8.05351 11.2126 7.76848C10.4839 7.32944 10.0002 6.53322 10.0002 5.625C10.0002 4.24429 11.1195 3.125 12.5002 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-drag-left-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.74976 6.62568C9.74976 5.38268 10.7574 4.37503 12.0004 4.37503C13.2426 4.37503 14.25 5.3815 14.251 6.62374L14.2539 10.7498L16.2799 11.0779C17.1083 11.2039 17.7668 11.3041 18.2914 11.4196C18.8259 11.5374 19.2803 11.6827 19.682 11.9267C20.8361 12.6279 21.7498 13.8 21.7498 15.3908C21.7498 16.375 21.5145 17.0876 21.0615 18.4592L21.0615 18.4592C20.752 19.4015 20.3945 20.4886 20.0533 20.9924C19.4928 21.8202 18.6643 22.4268 17.7081 22.7056C17.1257 22.8754 16.4785 22.8752 15.5013 22.8749H15.5013L14.3035 22.875C13.0004 22.8754 12.131 22.8758 11.344 22.5468C11.2033 22.488 11.0658 22.4217 10.9322 22.3481C10.1857 21.937 9.63946 21.2547 8.81772 20.2284L5.75806 16.4098C5.08436 15.569 5.07993 14.3686 5.74724 13.5227C6.55346 12.5008 8.04152 12.3568 9.02521 13.2118L9.02686 13.2132L9.74976 13.8453V6.62568Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9998 3.12503C10.3429 3.12503 8.99976 4.46818 8.99976 6.12503C8.99976 7.25321 9.62209 8.23742 10.547 8.75063C11.0299 9.0186 11.2041 9.62732 10.9362 10.1102C10.6682 10.5932 10.0595 10.7674 9.57655 10.4994C8.042 9.64791 6.99976 8.00887 6.99976 6.12503C6.99976 3.36361 9.23833 1.12503 11.9998 1.12503C14.7612 1.12503 16.9998 3.36361 16.9998 6.12503C16.9998 8.00887 15.9575 9.64791 14.423 10.4994C13.94 10.7674 13.3313 10.5932 13.0634 10.1102C12.7954 9.62732 12.9696 9.0186 13.4526 8.75063C14.3774 8.23742 14.9998 7.25321 14.9998 6.12503C14.9998 4.46818 13.6566 3.12503 11.9998 3.12503Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.51283 3.55459C4.82788 3.28568 5.30128 3.32308 5.57019 3.63813C5.72291 3.81706 5.77684 4.04705 5.73722 4.26165V5.12503H7.99976C8.55204 5.12503 8.99976 5.57275 8.99976 6.12503C8.99976 6.67732 8.55204 7.12503 7.99976 7.12503H5.73722V7.98843C5.77684 8.20304 5.72292 8.43303 5.57019 8.61196C5.30128 8.92701 4.82788 8.96441 4.51283 8.6955L3.30896 7.66794C3.06092 7.45631 2.82016 7.25089 2.64768 7.05793C2.45817 6.84593 2.24974 6.54055 2.24974 6.12505C2.24974 5.70954 2.45817 5.40416 2.64768 5.19216C2.82016 4.9992 3.06091 4.79379 3.30895 4.58216L3.30896 4.58216L4.51283 3.55459Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.74976 6.62568C9.74976 5.38268 10.7574 4.37503 12.0004 4.37503C13.2426 4.37503 14.25 5.3815 14.251 6.62374L14.2539 10.7498L16.2799 11.0779C17.1083 11.2039 17.7668 11.3041 18.2914 11.4196C18.8259 11.5374 19.2803 11.6827 19.682 11.9267C20.8361 12.6279 21.7498 13.8 21.7498 15.3908C21.7498 16.375 21.5145 17.0876 21.0615 18.4592L21.0615 18.4592C20.752 19.4015 20.3945 20.4886 20.0533 20.9924C19.4928 21.8202 18.6643 22.4268 17.7081 22.7056C17.1257 22.8754 16.4785 22.8752 15.5013 22.8749H15.5013L14.3035 22.875C13.0004 22.8754 12.131 22.8758 11.344 22.5468C11.2033 22.488 11.0658 22.4217 10.9322 22.3481C10.1857 21.937 9.63946 21.2547 8.81772 20.2284L5.75806 16.4098C5.08436 15.569 5.07993 14.3686 5.74724 13.5227C6.55346 12.5008 8.04152 12.3568 9.02521 13.2118L9.02686 13.2132L9.74976 13.8453V6.62568Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9998 3.12503C10.3429 3.12503 8.99976 4.46818 8.99976 6.12503C8.99976 7.25321 9.62209 8.23742 10.547 8.75063C11.0299 9.0186 11.2041 9.62732 10.9362 10.1102C10.6682 10.5932 10.0595 10.7674 9.57655 10.4994C8.042 9.64791 6.99976 8.00887 6.99976 6.12503C6.99976 3.36361 9.23833 1.12503 11.9998 1.12503C14.7612 1.12503 16.9998 3.36361 16.9998 6.12503C16.9998 8.00887 15.9575 9.64791 14.423 10.4994C13.94 10.7674 13.3313 10.5932 13.0634 10.1102C12.7954 9.62732 12.9696 9.0186 13.4526 8.75063C14.3774 8.23742 14.9998 7.25321 14.9998 6.12503C14.9998 4.46818 13.6566 3.12503 11.9998 3.12503Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.51283 3.55459C4.82788 3.28568 5.30128 3.32308 5.57019 3.63813C5.72291 3.81706 5.77684 4.04705 5.73722 4.26165V5.12503H7.99976C8.55204 5.12503 8.99976 5.57275 8.99976 6.12503C8.99976 6.67732 8.55204 7.12503 7.99976 7.12503H5.73722V7.98843C5.77684 8.20304 5.72292 8.43303 5.57019 8.61196C5.30128 8.92701 4.82788 8.96441 4.51283 8.6955L3.30896 7.66794C3.06092 7.45631 2.82016 7.25089 2.64768 7.05793C2.45817 6.84593 2.24974 6.54055 2.24974 6.12505C2.24974 5.70954 2.45817 5.40416 2.64768 5.19216C2.82016 4.9992 3.06091 4.79379 3.30895 4.58216L3.30896 4.58216L4.51283 3.55459Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-drag-left-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.85424 14.3918C10.0162 14.326 10.1219 14.1701 10.1219 13.9971L10.1221 5.44181C10.1221 4.78357 10.6557 4.24997 11.314 4.25C11.9722 4.25003 12.5057 4.78362 12.5057 5.44183L12.5057 11.3494C12.5057 11.5852 12.6992 11.7764 12.9379 11.7764C13.1766 11.7764 13.3701 11.5852 13.3701 11.3494V9.45878C13.3701 9.28627 13.3701 9.20002 13.4416 9.116C13.513 9.03197 13.5793 9.02115 13.712 8.99951C13.8205 8.98182 13.9224 8.97398 13.985 8.97221C14.5722 8.97221 15.1134 9.16508 15.5502 9.49062C15.6435 9.5602 15.6902 9.59498 15.7221 9.65849C15.7539 9.722 15.7539 9.78914 15.7539 9.92343V12.4247C15.7539 12.6604 15.9474 12.8516 16.1861 12.8516C16.4248 12.8516 16.6183 12.6604 16.6183 12.4247V10.5266C16.6183 10.2354 16.6183 10.0898 16.7216 10.0001C16.8248 9.91042 16.9555 9.92884 17.2168 9.96568C17.9799 10.0733 18.4866 10.4015 18.8922 10.9288C18.944 10.9962 18.97 11.0299 18.986 11.0769C19.0019 11.1239 19.0019 11.1714 19.0019 11.2663V13.4999C19.0019 13.7356 19.1954 13.9268 19.4341 13.9268C19.6728 13.9268 19.8663 13.7356 19.8663 13.4999V11.758C19.8663 11.4191 19.8663 11.2497 19.9944 11.1601C20.1224 11.0705 20.2654 11.1228 20.5515 11.2272C21.5116 11.5776 22.25 12.3366 22.25 13.6834C22.25 14.688 22.2496 15.9493 22.2092 16.5883C22.1681 17.2388 22.0831 17.784 21.8895 18.2925C21.6553 18.9078 21.0909 19.6047 20.7172 20.0336C20.492 20.2921 20.3708 20.6007 20.3708 20.9002C20.3709 20.9728 20.3709 21.0675 20.3655 21.1371C20.298 21.9954 19.6163 22.6772 18.758 22.7447C18.6883 22.7501 18.6129 22.7501 18.5402 22.75L12.6633 22.75C12.2729 22.7501 11.9286 22.7501 11.6514 22.7241C11.365 22.6973 11.0392 22.6356 10.7502 22.433C10.4361 22.2128 10.2546 21.8574 10.1249 21.5668C9.98509 21.2533 9.83279 20.8334 9.64853 20.3253L9.63826 20.297C9.49629 19.9055 9.31428 19.5608 9.10658 19.2941L5.52714 14.3694C5.34782 14.1296 5.25554 13.8047 5.25 13.521C5.25327 13.2173 5.35573 12.9148 5.55653 12.6647C6.07582 12.018 7.04157 11.9653 7.62855 12.55L9.38279 14.2977C9.50611 14.4205 9.69229 14.4577 9.85424 14.3918Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.06445 6C8.06445 4.20507 9.51953 2.75 11.3145 2.75C13.1094 2.75 14.5645 4.20507 14.5645 6C14.5645 6.41421 14.9002 6.75 15.3145 6.75C15.7287 6.75 16.0645 6.41421 16.0645 6C16.0645 3.37665 13.9378 1.25 11.3145 1.25C8.9463 1.25 6.98291 2.98302 6.62333 5.25001H5.25V4.00001C5.25 3.70739 5.07982 3.4415 4.8141 3.31895C4.54838 3.1964 4.23565 3.23959 4.01309 3.42956L2.80922 4.45712C2.56117 4.66875 2.32042 4.87416 2.14794 5.06712C1.95843 5.27913 1.75 5.58451 1.75 6.00001C1.75 6.41552 1.95843 6.72089 2.14794 6.9329C2.32042 7.12586 2.56117 7.33127 2.80921 7.5429L2.80922 7.54291L4.01309 8.57046C4.23565 8.76043 4.54838 8.80362 4.8141 8.68107C5.07982 8.55852 5.25 8.29263 5.25 8.00001V6.75001H6.62333C6.98292 9.01699 8.94631 10.75 11.3145 10.75C11.7287 10.75 12.0645 10.4142 12.0645 10C12.0645 9.58579 11.7287 9.25 11.3145 9.25C9.51953 9.25 8.06445 7.79493 8.06445 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.85424 14.3918C10.0162 14.326 10.1219 14.1701 10.1219 13.9971L10.1221 5.44181C10.1221 4.78357 10.6557 4.24997 11.314 4.25C11.9722 4.25003 12.5057 4.78362 12.5057 5.44183L12.5057 11.3494C12.5057 11.5852 12.6992 11.7764 12.9379 11.7764C13.1766 11.7764 13.3701 11.5852 13.3701 11.3494V9.45878C13.3701 9.28627 13.3701 9.20002 13.4416 9.116C13.513 9.03197 13.5793 9.02115 13.712 8.99951C13.8205 8.98182 13.9224 8.97398 13.985 8.97221C14.5722 8.97221 15.1134 9.16508 15.5502 9.49062C15.6435 9.5602 15.6902 9.59498 15.7221 9.65849C15.7539 9.722 15.7539 9.78914 15.7539 9.92343V12.4247C15.7539 12.6604 15.9474 12.8516 16.1861 12.8516C16.4248 12.8516 16.6183 12.6604 16.6183 12.4247V10.5266C16.6183 10.2354 16.6183 10.0898 16.7216 10.0001C16.8248 9.91042 16.9555 9.92884 17.2168 9.96568C17.9799 10.0733 18.4866 10.4015 18.8922 10.9288C18.944 10.9962 18.97 11.0299 18.986 11.0769C19.0019 11.1239 19.0019 11.1714 19.0019 11.2663V13.4999C19.0019 13.7356 19.1954 13.9268 19.4341 13.9268C19.6728 13.9268 19.8663 13.7356 19.8663 13.4999V11.758C19.8663 11.4191 19.8663 11.2497 19.9944 11.1601C20.1224 11.0705 20.2654 11.1228 20.5515 11.2272C21.5116 11.5776 22.25 12.3366 22.25 13.6834C22.25 14.688 22.2496 15.9493 22.2092 16.5883C22.1681 17.2388 22.0831 17.784 21.8895 18.2925C21.6553 18.9078 21.0909 19.6047 20.7172 20.0336C20.492 20.2921 20.3708 20.6007 20.3708 20.9002C20.3709 20.9728 20.3709 21.0675 20.3655 21.1371C20.298 21.9954 19.6163 22.6772 18.758 22.7447C18.6883 22.7501 18.6129 22.7501 18.5402 22.75L12.6633 22.75C12.2729 22.7501 11.9286 22.7501 11.6514 22.7241C11.365 22.6973 11.0392 22.6356 10.7502 22.433C10.4361 22.2128 10.2546 21.8574 10.1249 21.5668C9.98509 21.2533 9.83279 20.8334 9.64853 20.3253L9.63826 20.297C9.49629 19.9055 9.31428 19.5608 9.10658 19.2941L5.52714 14.3694C5.34782 14.1296 5.25554 13.8047 5.25 13.521C5.25327 13.2173 5.35573 12.9148 5.55653 12.6647C6.07582 12.018 7.04157 11.9653 7.62855 12.55L9.38279 14.2977C9.50611 14.4205 9.69229 14.4577 9.85424 14.3918Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.06445 6C8.06445 4.20507 9.51953 2.75 11.3145 2.75C13.1094 2.75 14.5645 4.20507 14.5645 6C14.5645 6.41421 14.9002 6.75 15.3145 6.75C15.7287 6.75 16.0645 6.41421 16.0645 6C16.0645 3.37665 13.9378 1.25 11.3145 1.25C8.9463 1.25 6.98291 2.98302 6.62333 5.25001H5.25V4.00001C5.25 3.70739 5.07982 3.4415 4.8141 3.31895C4.54838 3.1964 4.23565 3.23959 4.01309 3.42956L2.80922 4.45712C2.56117 4.66875 2.32042 4.87416 2.14794 5.06712C1.95843 5.27913 1.75 5.58451 1.75 6.00001C1.75 6.41552 1.95843 6.72089 2.14794 6.9329C2.32042 7.12586 2.56117 7.33127 2.80921 7.5429L2.80922 7.54291L4.01309 8.57046C4.23565 8.76043 4.54838 8.80362 4.8141 8.68107C5.07982 8.55852 5.25 8.29263 5.25 8.00001V6.75001H6.62333C6.98292 9.01699 8.94631 10.75 11.3145 10.75C11.7287 10.75 12.0645 10.4142 12.0645 10C12.0645 9.58579 11.7287 9.25 11.3145 9.25C9.51953 9.25 8.06445 7.79493 8.06445 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-drag-left-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.6842 4.25C10.9648 4.25 10.3816 4.82342 10.3816 5.53077V15.4988C10.3816 15.6735 10.2734 15.8305 10.1084 15.8953C9.94345 15.9601 9.75499 15.9195 9.63262 15.7929L8.0374 14.1425C7.47073 13.5976 6.54007 13.6499 6.04226 14.254C5.66224 14.7151 5.65188 15.3658 6.01669 15.838L9.17878 19.9307C9.9081 20.8747 10.2351 21.2941 10.6225 21.6179C11.2266 22.1229 11.9509 22.4746 12.7306 22.641C13.2309 22.7477 13.7739 22.75 14.9891 22.75C16.1349 22.75 16.9741 22.7498 17.641 22.7086C18.3043 22.6675 18.7677 22.5871 19.1639 22.4394C20.4383 21.9646 21.4432 20.9879 21.931 19.7543C22.0824 19.3715 22.1651 18.9233 22.2073 18.2802C22.2498 17.6336 22.25 16.8195 22.25 15.707V13.1886C22.25 12.4067 21.665 11.731 20.8548 11.6003L20.7677 11.5863C20.3929 11.5258 20.2055 11.4956 20.083 11.5979C19.9605 11.7002 19.9605 11.8869 19.9605 12.2604V12.9907C19.9605 13.2265 19.7661 13.4176 19.5263 13.4176C19.2865 13.4176 19.0921 13.2265 19.0921 12.9907V11.9721C19.0921 11.0891 18.3505 10.3618 17.4211 10.3618C17.1671 10.3618 17.0401 10.3618 16.9502 10.4239C16.9174 10.4466 16.8889 10.4746 16.8658 10.5068C16.8026 10.5952 16.8026 10.7201 16.8026 10.9698V11.9721C16.8026 12.2079 16.6082 12.399 16.3684 12.399C16.1286 12.399 15.9342 12.2079 15.9342 11.9721V10.9535C15.9342 10.0705 15.1926 9.34313 14.2632 9.34313C14.2069 9.34313 14.1788 9.34313 14.1552 9.34632C14.001 9.3672 13.8798 9.48643 13.8585 9.63807C13.8553 9.66126 13.8553 9.6889 13.8553 9.74418V11.9721C13.8553 12.2079 13.6609 12.399 13.4211 12.399C13.1812 12.399 12.9868 12.2079 12.9868 11.9721V5.53077C12.9868 4.82342 12.4036 4.25 11.6842 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.99247 6.75001H5.25V8.00001C5.25 8.29263 5.07982 8.55852 4.8141 8.68107C4.54838 8.80362 4.23565 8.76043 4.01309 8.57046L2.80922 7.54291L2.80921 7.5429C2.56117 7.33127 2.32042 7.12586 2.14794 6.9329C1.95843 6.72089 1.75 6.41552 1.75 6.00001C1.75 5.58451 1.95843 5.27913 2.14794 5.06712C2.32042 4.87416 2.56117 4.66875 2.80922 4.45712L4.01309 3.42956C4.23565 3.23959 4.54838 3.1964 4.8141 3.31895C5.07982 3.4415 5.25 3.70739 5.25 4.00001V5.25001H6.99247C7.35205 2.98302 9.31544 1.25 11.6836 1.25C14.3069 1.25 16.4336 3.37665 16.4336 6C16.4336 6.41421 16.0978 6.75 15.6836 6.75C15.2694 6.75 14.9336 6.41421 14.9336 6C14.9336 4.20507 13.4785 2.75 11.6836 2.75C9.88867 2.75 8.43359 4.20507 8.43359 6C8.43359 7.79493 9.88867 9.25 11.6836 9.25C12.0978 9.25 12.4336 9.58579 12.4336 10C12.4336 10.4142 12.0978 10.75 11.6836 10.75C9.31545 10.75 7.35206 9.01699 6.99247 6.75001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.6842 4.25C10.9648 4.25 10.3816 4.82342 10.3816 5.53077V15.4988C10.3816 15.6735 10.2734 15.8305 10.1084 15.8953C9.94345 15.9601 9.75499 15.9195 9.63262 15.7929L8.0374 14.1425C7.47073 13.5976 6.54007 13.6499 6.04226 14.254C5.66224 14.7151 5.65188 15.3658 6.01669 15.838L9.17878 19.9307C9.9081 20.8747 10.2351 21.2941 10.6225 21.6179C11.2266 22.1229 11.9509 22.4746 12.7306 22.641C13.2309 22.7477 13.7739 22.75 14.9891 22.75C16.1349 22.75 16.9741 22.7498 17.641 22.7086C18.3043 22.6675 18.7677 22.5871 19.1639 22.4394C20.4383 21.9646 21.4432 20.9879 21.931 19.7543C22.0824 19.3715 22.1651 18.9233 22.2073 18.2802C22.2498 17.6336 22.25 16.8195 22.25 15.707V13.1886C22.25 12.4067 21.665 11.731 20.8548 11.6003L20.7677 11.5863C20.3929 11.5258 20.2055 11.4956 20.083 11.5979C19.9605 11.7002 19.9605 11.8869 19.9605 12.2604V12.9907C19.9605 13.2265 19.7661 13.4176 19.5263 13.4176C19.2865 13.4176 19.0921 13.2265 19.0921 12.9907V11.9721C19.0921 11.0891 18.3505 10.3618 17.4211 10.3618C17.1671 10.3618 17.0401 10.3618 16.9502 10.4239C16.9174 10.4466 16.8889 10.4746 16.8658 10.5068C16.8026 10.5952 16.8026 10.7201 16.8026 10.9698V11.9721C16.8026 12.2079 16.6082 12.399 16.3684 12.399C16.1286 12.399 15.9342 12.2079 15.9342 11.9721V10.9535C15.9342 10.0705 15.1926 9.34313 14.2632 9.34313C14.2069 9.34313 14.1788 9.34313 14.1552 9.34632C14.001 9.3672 13.8798 9.48643 13.8585 9.63807C13.8553 9.66126 13.8553 9.6889 13.8553 9.74418V11.9721C13.8553 12.2079 13.6609 12.399 13.4211 12.399C13.1812 12.399 12.9868 12.2079 12.9868 11.9721V5.53077C12.9868 4.82342 12.4036 4.25 11.6842 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.99247 6.75001H5.25V8.00001C5.25 8.29263 5.07982 8.55852 4.8141 8.68107C4.54838 8.80362 4.23565 8.76043 4.01309 8.57046L2.80922 7.54291L2.80921 7.5429C2.56117 7.33127 2.32042 7.12586 2.14794 6.9329C1.95843 6.72089 1.75 6.41552 1.75 6.00001C1.75 5.58451 1.95843 5.27913 2.14794 5.06712C2.32042 4.87416 2.56117 4.66875 2.80922 4.45712L4.01309 3.42956C4.23565 3.23959 4.54838 3.1964 4.8141 3.31895C5.07982 3.4415 5.25 3.70739 5.25 4.00001V5.25001H6.99247C7.35205 2.98302 9.31544 1.25 11.6836 1.25C14.3069 1.25 16.4336 3.37665 16.4336 6C16.4336 6.41421 16.0978 6.75 15.6836 6.75C15.2694 6.75 14.9336 6.41421 14.9336 6C14.9336 4.20507 13.4785 2.75 11.6836 2.75C9.88867 2.75 8.43359 4.20507 8.43359 6C8.43359 7.79493 9.88867 9.25 11.6836 9.25C12.0978 9.25 12.4336 9.58579 12.4336 10C12.4336 10.4142 12.0978 10.75 11.6836 10.75C9.31545 10.75 7.35206 9.01699 6.99247 6.75001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-drag-right-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.86538 6.73089C7.86538 5.3608 8.97606 4.25012 10.3462 4.25012C11.7162 4.25012 12.8269 5.3608 12.8269 6.73089V9.97799C14.5594 10.0483 16.9894 10.5953 18.8846 12.4264C19.7897 13.3007 19.8394 14.5804 19.6773 15.6195C19.51 16.6923 19.0833 17.7514 18.7322 18.4552C18.6299 18.6603 18.1851 19.4435 18.073 19.6358C17.8711 20.0235 17.7736 20.3156 17.7736 20.5439C17.7736 20.7393 17.7737 20.9387 17.7642 21.0897C17.7541 21.2518 17.7312 21.4304 17.6625 21.6138C17.485 22.0877 17.1112 22.4615 16.6374 22.639C16.4539 22.7077 16.2753 22.7306 16.1132 22.7407C15.9622 22.7501 15.7826 22.7501 15.5872 22.7501H10.2316C9.99031 22.7501 9.76825 22.7502 9.58206 22.7357C9.38112 22.7201 9.16135 22.6845 8.94172 22.5797C8.85826 22.5399 8.76223 22.4909 8.66334 22.419C8.56446 22.3471 8.48817 22.2708 8.42458 22.2037C8.23287 22.0014 8.11759 21.7277 8.03327 21.5065C7.94108 21.2648 7.80416 20.8479 7.678 20.4587C7.58129 20.1982 7.40614 19.9625 6.84101 19.2457L3.76902 15.3494C3.0795 14.5032 3.07652 13.2933 3.76297 12.4436C4.58707 11.4235 6.0958 11.2845 7.09479 12.1325L7.09618 12.1337L7.86538 12.7898V6.73089Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4869 2.42956C18.1719 2.16065 17.6985 2.19805 17.4296 2.5131C17.2768 2.69203 17.2229 2.92202 17.2625 3.13662V4H14C13.4477 4 13 4.44772 13 5C13 5.55228 13.4477 6 14 6H17.2625V6.8634C17.2229 7.07801 17.2768 7.308 17.4296 7.48693C17.6985 7.80198 18.1719 7.83938 18.4869 7.57047L19.6908 6.54291C19.9388 6.33128 20.1796 6.12586 20.3521 5.9329C20.5416 5.7209 20.75 5.41552 20.75 5.00002C20.75 4.58451 20.5416 4.27913 20.3521 4.06713C20.1796 3.87417 19.9388 3.66876 19.6908 3.45713L19.6908 3.45712L18.4869 2.42956Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 3C9.11929 3 8 4.11929 8 5.5C8 6.40822 8.48369 7.20444 9.21231 7.64348C9.68536 7.92851 9.83777 8.54306 9.55273 9.01611C9.26769 9.48915 8.65315 9.64156 8.1801 9.35653C6.87589 8.57067 6 7.13811 6 5.5C6 3.01472 8.01472 1 10.5 1C12.9853 1 15 3.01472 15 5.5C15 7.13811 14.1241 8.57067 12.8199 9.35653C12.3469 9.64156 11.7323 9.48915 11.4473 9.01611C11.1622 8.54306 11.3146 7.92851 11.7877 7.64348C12.5163 7.20444 13 6.40822 13 5.5C13 4.11929 11.8807 3 10.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.86538 6.73089C7.86538 5.3608 8.97606 4.25012 10.3462 4.25012C11.7162 4.25012 12.8269 5.3608 12.8269 6.73089V9.97799C14.5594 10.0483 16.9894 10.5953 18.8846 12.4264C19.7897 13.3007 19.8394 14.5804 19.6773 15.6195C19.51 16.6923 19.0833 17.7514 18.7322 18.4552C18.6299 18.6603 18.1851 19.4435 18.073 19.6358C17.8711 20.0235 17.7736 20.3156 17.7736 20.5439C17.7736 20.7393 17.7737 20.9387 17.7642 21.0897C17.7541 21.2518 17.7312 21.4304 17.6625 21.6138C17.485 22.0877 17.1112 22.4615 16.6374 22.639C16.4539 22.7077 16.2753 22.7306 16.1132 22.7407C15.9622 22.7501 15.7826 22.7501 15.5872 22.7501H10.2316C9.99031 22.7501 9.76825 22.7502 9.58206 22.7357C9.38112 22.7201 9.16135 22.6845 8.94172 22.5797C8.85826 22.5399 8.76223 22.4909 8.66334 22.419C8.56446 22.3471 8.48817 22.2708 8.42458 22.2037C8.23287 22.0014 8.11759 21.7277 8.03327 21.5065C7.94108 21.2648 7.80416 20.8479 7.678 20.4587C7.58129 20.1982 7.40614 19.9625 6.84101 19.2457L3.76902 15.3494C3.0795 14.5032 3.07652 13.2933 3.76297 12.4436C4.58707 11.4235 6.0958 11.2845 7.09479 12.1325L7.09618 12.1337L7.86538 12.7898V6.73089Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4869 2.42956C18.1719 2.16065 17.6985 2.19805 17.4296 2.5131C17.2768 2.69203 17.2229 2.92202 17.2625 3.13662V4H14C13.4477 4 13 4.44772 13 5C13 5.55228 13.4477 6 14 6H17.2625V6.8634C17.2229 7.07801 17.2768 7.308 17.4296 7.48693C17.6985 7.80198 18.1719 7.83938 18.4869 7.57047L19.6908 6.54291C19.9388 6.33128 20.1796 6.12586 20.3521 5.9329C20.5416 5.7209 20.75 5.41552 20.75 5.00002C20.75 4.58451 20.5416 4.27913 20.3521 4.06713C20.1796 3.87417 19.9388 3.66876 19.6908 3.45713L19.6908 3.45712L18.4869 2.42956Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 3C9.11929 3 8 4.11929 8 5.5C8 6.40822 8.48369 7.20444 9.21231 7.64348C9.68536 7.92851 9.83777 8.54306 9.55273 9.01611C9.26769 9.48915 8.65315 9.64156 8.1801 9.35653C6.87589 8.57067 6 7.13811 6 5.5C6 3.01472 8.01472 1 10.5 1C12.9853 1 15 3.01472 15 5.5C15 7.13811 14.1241 8.57067 12.8199 9.35653C12.3469 9.64156 11.7323 9.48915 11.4473 9.01611C11.1622 8.54306 11.3146 7.92851 11.7877 7.64348C12.5163 7.20444 13 6.40822 13 5.5C13 4.11929 11.8807 3 10.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-drag-right-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.24988 6.62569C8.24988 5.38269 9.25753 4.37505 10.5005 4.37505C11.7428 4.37505 12.7501 5.38151 12.7512 6.62375L12.754 10.7498L14.78 11.0779C15.6085 11.204 16.2669 11.3041 16.7915 11.4197C17.326 11.5374 17.7804 11.6827 18.1821 11.9268C19.3363 12.6279 20.2499 13.8 20.2499 15.3908C20.2499 16.375 20.0146 17.0876 19.5616 18.4592L19.5616 18.4592C19.2521 19.4015 18.8946 20.4886 18.5534 20.9925C17.9929 21.8202 17.1644 22.4268 16.2082 22.7056C15.6258 22.8754 14.9786 22.8752 14.0014 22.875H14.0014L12.8037 22.875C11.5005 22.8755 10.6311 22.8758 9.84412 22.5468C9.70344 22.488 9.56597 22.4217 9.43232 22.3481C8.68583 21.937 8.13958 21.2547 7.31784 20.2284L4.25818 16.4098C3.58449 15.569 3.58005 14.3686 4.24736 13.5228C5.05358 12.5008 6.54164 12.3568 7.52534 13.2118L7.52698 13.2133L8.24988 13.8453V6.62569Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5001 3.125C12.157 3.125 13.5001 4.46815 13.5001 6.125C13.5001 7.25318 12.8778 8.23739 11.9529 8.7506C11.47 9.01857 11.2958 9.62729 11.5637 10.1102C11.8317 10.5931 12.4404 10.7674 12.9233 10.4994C14.4579 9.64788 15.5001 8.00884 15.5001 6.125C15.5001 3.36358 13.2615 1.125 10.5001 1.125C7.7387 1.125 5.50012 3.36358 5.50012 6.125C5.50012 8.00884 6.54236 9.64788 8.07691 10.4994C8.55983 10.7674 9.16855 10.5931 9.43652 10.1102C9.70449 9.62729 9.53024 9.01857 9.04732 8.7506C8.12246 8.23739 7.50012 7.25318 7.50012 6.125C7.50012 4.46815 8.84327 3.125 10.5001 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9869 3.55456C17.6719 3.28565 17.1985 3.32305 16.9296 3.6381C16.7768 3.81703 16.7229 4.04702 16.7625 4.26162V5.125H14.5C13.9477 5.125 13.5 5.57272 13.5 6.125C13.5 6.67728 13.9477 7.125 14.5 7.125H16.7625V7.9884C16.7229 8.20301 16.7768 8.433 16.9296 8.61193C17.1985 8.92698 17.6719 8.96438 17.9869 8.69547L19.1908 7.66791C19.4388 7.45628 19.6796 7.25086 19.8521 7.0579C20.0416 6.8459 20.25 6.54052 20.25 6.12502C20.25 5.70951 20.0416 5.40413 19.8521 5.19213C19.6796 4.99917 19.4388 4.79376 19.1908 4.58213L19.1908 4.58212L17.9869 3.55456Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.24988 6.62569C8.24988 5.38269 9.25753 4.37505 10.5005 4.37505C11.7428 4.37505 12.7501 5.38151 12.7512 6.62375L12.754 10.7498L14.78 11.0779C15.6085 11.204 16.2669 11.3041 16.7915 11.4197C17.326 11.5374 17.7804 11.6827 18.1821 11.9268C19.3363 12.6279 20.2499 13.8 20.2499 15.3908C20.2499 16.375 20.0146 17.0876 19.5616 18.4592L19.5616 18.4592C19.2521 19.4015 18.8946 20.4886 18.5534 20.9925C17.9929 21.8202 17.1644 22.4268 16.2082 22.7056C15.6258 22.8754 14.9786 22.8752 14.0014 22.875H14.0014L12.8037 22.875C11.5005 22.8755 10.6311 22.8758 9.84412 22.5468C9.70344 22.488 9.56597 22.4217 9.43232 22.3481C8.68583 21.937 8.13958 21.2547 7.31784 20.2284L4.25818 16.4098C3.58449 15.569 3.58005 14.3686 4.24736 13.5228C5.05358 12.5008 6.54164 12.3568 7.52534 13.2118L7.52698 13.2133L8.24988 13.8453V6.62569Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5001 3.125C12.157 3.125 13.5001 4.46815 13.5001 6.125C13.5001 7.25318 12.8778 8.23739 11.9529 8.7506C11.47 9.01857 11.2958 9.62729 11.5637 10.1102C11.8317 10.5931 12.4404 10.7674 12.9233 10.4994C14.4579 9.64788 15.5001 8.00884 15.5001 6.125C15.5001 3.36358 13.2615 1.125 10.5001 1.125C7.7387 1.125 5.50012 3.36358 5.50012 6.125C5.50012 8.00884 6.54236 9.64788 8.07691 10.4994C8.55983 10.7674 9.16855 10.5931 9.43652 10.1102C9.70449 9.62729 9.53024 9.01857 9.04732 8.7506C8.12246 8.23739 7.50012 7.25318 7.50012 6.125C7.50012 4.46815 8.84327 3.125 10.5001 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9869 3.55456C17.6719 3.28565 17.1985 3.32305 16.9296 3.6381C16.7768 3.81703 16.7229 4.04702 16.7625 4.26162V5.125H14.5C13.9477 5.125 13.5 5.57272 13.5 6.125C13.5 6.67728 13.9477 7.125 14.5 7.125H16.7625V7.9884C16.7229 8.20301 16.7768 8.433 16.9296 8.61193C17.1985 8.92698 17.6719 8.96438 17.9869 8.69547L19.1908 7.66791C19.4388 7.45628 19.6796 7.25086 19.8521 7.0579C20.0416 6.8459 20.25 6.54052 20.25 6.12502C20.25 5.70951 20.0416 5.40413 19.8521 5.19213C19.6796 4.99917 19.4388 4.79376 19.1908 4.58213L19.1908 4.58212L17.9869 3.55456Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-drag-right-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.10424 14.3918C8.2662 14.326 8.3719 14.1701 8.37191 13.9971L8.37208 5.44181C8.37209 4.78357 8.90572 4.24997 9.56395 4.25C10.2222 4.25003 10.7557 4.78362 10.7557 5.44183L10.7557 11.3494C10.7557 11.5852 10.9492 11.7764 11.1879 11.7764C11.4266 11.7764 11.6201 11.5852 11.6201 11.3494V9.45878C11.6201 9.28627 11.6201 9.20002 11.6916 9.116C11.763 9.03197 11.8293 9.02115 11.962 8.99951C12.0705 8.98182 12.1724 8.97398 12.235 8.97221C12.8222 8.97221 13.3634 9.16508 13.8002 9.49062C13.8935 9.5602 13.9402 9.59498 13.9721 9.65849C14.0039 9.722 14.0039 9.78914 14.0039 9.92343V12.4247C14.0039 12.6604 14.1974 12.8516 14.4361 12.8516C14.6748 12.8516 14.8683 12.6604 14.8683 12.4247V10.5266C14.8683 10.2354 14.8683 10.0898 14.9716 10.0001C15.0748 9.91042 15.2055 9.92884 15.4668 9.96568C16.2299 10.0733 16.7366 10.4015 17.1422 10.9288C17.194 10.9962 17.22 11.0299 17.236 11.0769C17.2519 11.1239 17.2519 11.1714 17.2519 11.2663V13.4999C17.2519 13.7356 17.4454 13.9268 17.6841 13.9268C17.9228 13.9268 18.1163 13.7356 18.1163 13.4999V11.758C18.1163 11.4191 18.1163 11.2497 18.2444 11.1601C18.3724 11.0705 18.5154 11.1228 18.8015 11.2272C19.7616 11.5776 20.5 12.3366 20.5 13.6834C20.5 14.688 20.4996 15.9493 20.4592 16.5883C20.4181 17.2388 20.3331 17.784 20.1395 18.2925C19.9053 18.9078 19.3409 19.6047 18.9672 20.0336C18.742 20.2921 18.6208 20.6007 18.6208 20.9002C18.6209 20.9728 18.6209 21.0675 18.6155 21.1371C18.548 21.9954 17.8663 22.6772 17.008 22.7447C16.9383 22.7501 16.8629 22.7501 16.7902 22.75L10.9133 22.75C10.5229 22.7501 10.1786 22.7501 9.90138 22.7241C9.61502 22.6973 9.28924 22.6356 9.00021 22.433C8.68615 22.2128 8.50457 21.8574 8.37494 21.5668C8.23509 21.2533 8.08279 20.8334 7.89853 20.3253L7.88826 20.297C7.74629 19.9055 7.56428 19.5608 7.35658 19.2941L3.77714 14.3694C3.59782 14.1296 3.50554 13.8047 3.5 13.521C3.50327 13.2173 3.60573 12.9148 3.80653 12.6647C4.32582 12.018 5.29157 11.9653 5.87855 12.55L7.63279 14.2977C7.75611 14.4205 7.94229 14.4577 8.10424 14.3918Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4359 3.31895C16.1702 3.4415 16 3.70739 16 4.00001V5.25001H13.75C13.3358 5.25001 13 5.5858 13 6.00001C13 6.41422 13.3358 6.75001 13.75 6.75001H16V8.00001C16 8.29263 16.1702 8.55852 16.4359 8.68107C16.7016 8.80362 17.0143 8.76043 17.2369 8.57046L18.4408 7.54291L18.4408 7.5429C18.6888 7.33127 18.9296 7.12586 19.1021 6.9329C19.2916 6.72089 19.5 6.41552 19.5 6.00001C19.5 5.58451 19.2916 5.27913 19.1021 5.06712C18.9296 4.87416 18.6888 4.66875 18.4408 4.45712L17.2369 3.42956C17.0143 3.23959 16.7016 3.1964 16.4359 3.31895Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.56445 2.74988C7.76953 2.74988 6.31445 4.20495 6.31445 5.99988C6.31445 7.7948 7.76953 9.24988 9.56445 9.24988C9.97867 9.24988 10.3145 9.58566 10.3145 9.99988C10.3145 10.4141 9.97867 10.7499 9.56445 10.7499C6.9411 10.7499 4.81445 8.62323 4.81445 5.99988C4.81445 3.37653 6.9411 1.24988 9.56445 1.24988C12.1878 1.24988 14.3145 3.37653 14.3145 5.99988C14.3145 6.41409 13.9787 6.74988 13.5645 6.74988C13.1502 6.74988 12.8145 6.41409 12.8145 5.99988C12.8145 4.20495 11.3594 2.74988 9.56445 2.74988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.10424 14.3918C8.2662 14.326 8.3719 14.1701 8.37191 13.9971L8.37208 5.44181C8.37209 4.78357 8.90572 4.24997 9.56395 4.25C10.2222 4.25003 10.7557 4.78362 10.7557 5.44183L10.7557 11.3494C10.7557 11.5852 10.9492 11.7764 11.1879 11.7764C11.4266 11.7764 11.6201 11.5852 11.6201 11.3494V9.45878C11.6201 9.28627 11.6201 9.20002 11.6916 9.116C11.763 9.03197 11.8293 9.02115 11.962 8.99951C12.0705 8.98182 12.1724 8.97398 12.235 8.97221C12.8222 8.97221 13.3634 9.16508 13.8002 9.49062C13.8935 9.5602 13.9402 9.59498 13.9721 9.65849C14.0039 9.722 14.0039 9.78914 14.0039 9.92343V12.4247C14.0039 12.6604 14.1974 12.8516 14.4361 12.8516C14.6748 12.8516 14.8683 12.6604 14.8683 12.4247V10.5266C14.8683 10.2354 14.8683 10.0898 14.9716 10.0001C15.0748 9.91042 15.2055 9.92884 15.4668 9.96568C16.2299 10.0733 16.7366 10.4015 17.1422 10.9288C17.194 10.9962 17.22 11.0299 17.236 11.0769C17.2519 11.1239 17.2519 11.1714 17.2519 11.2663V13.4999C17.2519 13.7356 17.4454 13.9268 17.6841 13.9268C17.9228 13.9268 18.1163 13.7356 18.1163 13.4999V11.758C18.1163 11.4191 18.1163 11.2497 18.2444 11.1601C18.3724 11.0705 18.5154 11.1228 18.8015 11.2272C19.7616 11.5776 20.5 12.3366 20.5 13.6834C20.5 14.688 20.4996 15.9493 20.4592 16.5883C20.4181 17.2388 20.3331 17.784 20.1395 18.2925C19.9053 18.9078 19.3409 19.6047 18.9672 20.0336C18.742 20.2921 18.6208 20.6007 18.6208 20.9002C18.6209 20.9728 18.6209 21.0675 18.6155 21.1371C18.548 21.9954 17.8663 22.6772 17.008 22.7447C16.9383 22.7501 16.8629 22.7501 16.7902 22.75L10.9133 22.75C10.5229 22.7501 10.1786 22.7501 9.90138 22.7241C9.61502 22.6973 9.28924 22.6356 9.00021 22.433C8.68615 22.2128 8.50457 21.8574 8.37494 21.5668C8.23509 21.2533 8.08279 20.8334 7.89853 20.3253L7.88826 20.297C7.74629 19.9055 7.56428 19.5608 7.35658 19.2941L3.77714 14.3694C3.59782 14.1296 3.50554 13.8047 3.5 13.521C3.50327 13.2173 3.60573 12.9148 3.80653 12.6647C4.32582 12.018 5.29157 11.9653 5.87855 12.55L7.63279 14.2977C7.75611 14.4205 7.94229 14.4577 8.10424 14.3918Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4359 3.31895C16.1702 3.4415 16 3.70739 16 4.00001V5.25001H13.75C13.3358 5.25001 13 5.5858 13 6.00001C13 6.41422 13.3358 6.75001 13.75 6.75001H16V8.00001C16 8.29263 16.1702 8.55852 16.4359 8.68107C16.7016 8.80362 17.0143 8.76043 17.2369 8.57046L18.4408 7.54291L18.4408 7.5429C18.6888 7.33127 18.9296 7.12586 19.1021 6.9329C19.2916 6.72089 19.5 6.41552 19.5 6.00001C19.5 5.58451 19.2916 5.27913 19.1021 5.06712C18.9296 4.87416 18.6888 4.66875 18.4408 4.45712L17.2369 3.42956C17.0143 3.23959 16.7016 3.1964 16.4359 3.31895Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.56445 2.74988C7.76953 2.74988 6.31445 4.20495 6.31445 5.99988C6.31445 7.7948 7.76953 9.24988 9.56445 9.24988C9.97867 9.24988 10.3145 9.58566 10.3145 9.99988C10.3145 10.4141 9.97867 10.7499 9.56445 10.7499C6.9411 10.7499 4.81445 8.62323 4.81445 5.99988C4.81445 3.37653 6.9411 1.24988 9.56445 1.24988C12.1878 1.24988 14.3145 3.37653 14.3145 5.99988C14.3145 6.41409 13.9787 6.74988 13.5645 6.74988C13.1502 6.74988 12.8145 6.41409 12.8145 5.99988C12.8145 4.20495 11.3594 2.74988 9.56445 2.74988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-drag-right-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.18421 4.25C8.46479 4.25 7.88158 4.82342 7.88158 5.53077V15.4988C7.88158 15.6735 7.77338 15.8305 7.60842 15.8953C7.44345 15.9601 7.25499 15.9195 7.13262 15.7929L5.5374 14.1425C4.97073 13.5976 4.04007 13.6499 3.54226 14.254C3.16224 14.7151 3.15188 15.3658 3.51669 15.838L6.67878 19.9307C7.4081 20.8747 7.7351 21.2941 8.12251 21.6179C8.72659 22.1229 9.45094 22.4746 10.2306 22.641C10.7309 22.7477 11.2739 22.75 12.4891 22.75C13.6349 22.75 14.4741 22.7498 15.141 22.7086C15.8043 22.6675 16.2677 22.5871 16.6639 22.4394C17.9383 21.9646 18.9432 20.9879 19.431 19.7543C19.5824 19.3715 19.6651 18.9233 19.7073 18.2802C19.7498 17.6336 19.75 16.8195 19.75 15.707V13.1886C19.75 12.4067 19.165 11.731 18.3548 11.6003L18.2677 11.5863C17.8929 11.5258 17.7055 11.4956 17.583 11.5979C17.4605 11.7002 17.4605 11.8869 17.4605 12.2604V12.9907C17.4605 13.2265 17.2661 13.4176 17.0263 13.4176C16.7865 13.4176 16.5921 13.2265 16.5921 12.9907V11.9721C16.5921 11.0891 15.8505 10.3618 14.9211 10.3618C14.6671 10.3618 14.5401 10.3618 14.4502 10.4239C14.4174 10.4466 14.3889 10.4746 14.3658 10.5068C14.3026 10.5952 14.3026 10.7201 14.3026 10.9698V11.9721C14.3026 12.2079 14.1082 12.399 13.8684 12.399C13.6286 12.399 13.4342 12.2079 13.4342 11.9721V10.9535C13.4342 10.0705 12.6926 9.34313 11.7632 9.34313C11.7069 9.34313 11.6788 9.34313 11.6552 9.34632C11.501 9.3672 11.3798 9.48643 11.3585 9.63807C11.3553 9.66126 11.3553 9.6889 11.3553 9.74418V11.9721C11.3553 12.2079 11.1609 12.399 10.9211 12.399C10.6812 12.399 10.4868 12.2079 10.4868 11.9721V5.53077C10.4868 4.82342 9.90364 4.25 9.18421 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.93335 6C5.93335 4.20507 7.38842 2.75 9.18335 2.75C10.9783 2.75 12.4333 4.20507 12.4333 6C12.4333 6.41421 12.7691 6.75 13.1833 6.75C13.2376 6.75 13.2905 6.74424 13.3415 6.73329C13.3925 6.74424 13.4455 6.75001 13.4998 6.75001H17.2498V8.00001C17.2498 8.29263 17.4199 8.55852 17.6857 8.68107C17.9514 8.80362 18.2641 8.76043 18.4867 8.57046L19.6582 7.57046L19.6905 7.54291C19.9386 7.33127 20.1793 7.12586 20.3518 6.9329C20.5413 6.72089 20.7498 6.41552 20.7498 6.00001C20.7498 5.58451 20.5413 5.27913 20.3518 5.06712C20.1793 4.87416 19.9386 4.66875 19.6905 4.45712L19.6582 4.42956L18.4867 3.42956C18.2641 3.23959 17.9514 3.1964 17.6857 3.31895C17.4199 3.4415 17.2498 3.70739 17.2498 4.00001V5.25001H13.8745C13.5149 2.98302 11.5515 1.25 9.18335 1.25C6.56 1.25 4.43335 3.37665 4.43335 6C4.43335 8.6233 6.55974 10.75 9.18314 10.75C9.59735 10.75 9.93314 10.4142 9.93314 10C9.93314 9.58579 9.59735 9.25 9.18314 9.25C7.38827 9.25 5.93335 7.79498 5.93335 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.18421 4.25C8.46479 4.25 7.88158 4.82342 7.88158 5.53077V15.4988C7.88158 15.6735 7.77338 15.8305 7.60842 15.8953C7.44345 15.9601 7.25499 15.9195 7.13262 15.7929L5.5374 14.1425C4.97073 13.5976 4.04007 13.6499 3.54226 14.254C3.16224 14.7151 3.15188 15.3658 3.51669 15.838L6.67878 19.9307C7.4081 20.8747 7.7351 21.2941 8.12251 21.6179C8.72659 22.1229 9.45094 22.4746 10.2306 22.641C10.7309 22.7477 11.2739 22.75 12.4891 22.75C13.6349 22.75 14.4741 22.7498 15.141 22.7086C15.8043 22.6675 16.2677 22.5871 16.6639 22.4394C17.9383 21.9646 18.9432 20.9879 19.431 19.7543C19.5824 19.3715 19.6651 18.9233 19.7073 18.2802C19.7498 17.6336 19.75 16.8195 19.75 15.707V13.1886C19.75 12.4067 19.165 11.731 18.3548 11.6003L18.2677 11.5863C17.8929 11.5258 17.7055 11.4956 17.583 11.5979C17.4605 11.7002 17.4605 11.8869 17.4605 12.2604V12.9907C17.4605 13.2265 17.2661 13.4176 17.0263 13.4176C16.7865 13.4176 16.5921 13.2265 16.5921 12.9907V11.9721C16.5921 11.0891 15.8505 10.3618 14.9211 10.3618C14.6671 10.3618 14.5401 10.3618 14.4502 10.4239C14.4174 10.4466 14.3889 10.4746 14.3658 10.5068C14.3026 10.5952 14.3026 10.7201 14.3026 10.9698V11.9721C14.3026 12.2079 14.1082 12.399 13.8684 12.399C13.6286 12.399 13.4342 12.2079 13.4342 11.9721V10.9535C13.4342 10.0705 12.6926 9.34313 11.7632 9.34313C11.7069 9.34313 11.6788 9.34313 11.6552 9.34632C11.501 9.3672 11.3798 9.48643 11.3585 9.63807C11.3553 9.66126 11.3553 9.6889 11.3553 9.74418V11.9721C11.3553 12.2079 11.1609 12.399 10.9211 12.399C10.6812 12.399 10.4868 12.2079 10.4868 11.9721V5.53077C10.4868 4.82342 9.90364 4.25 9.18421 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.93335 6C5.93335 4.20507 7.38842 2.75 9.18335 2.75C10.9783 2.75 12.4333 4.20507 12.4333 6C12.4333 6.41421 12.7691 6.75 13.1833 6.75C13.2376 6.75 13.2905 6.74424 13.3415 6.73329C13.3925 6.74424 13.4455 6.75001 13.4998 6.75001H17.2498V8.00001C17.2498 8.29263 17.4199 8.55852 17.6857 8.68107C17.9514 8.80362 18.2641 8.76043 18.4867 8.57046L19.6582 7.57046L19.6905 7.54291C19.9386 7.33127 20.1793 7.12586 20.3518 6.9329C20.5413 6.72089 20.7498 6.41552 20.7498 6.00001C20.7498 5.58451 20.5413 5.27913 20.3518 5.06712C20.1793 4.87416 19.9386 4.66875 19.6905 4.45712L19.6582 4.42956L18.4867 3.42956C18.2641 3.23959 17.9514 3.1964 17.6857 3.31895C17.4199 3.4415 17.2498 3.70739 17.2498 4.00001V5.25001H13.8745C13.5149 2.98302 11.5515 1.25 9.18335 1.25C6.56 1.25 4.43335 3.37665 4.43335 6C4.43335 8.6233 6.55974 10.75 9.18314 10.75C9.59735 10.75 9.93314 10.4142 9.93314 10C9.93314 9.58579 9.59735 9.25 9.18314 9.25C7.38827 9.25 5.93335 7.79498 5.93335 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-four-finger-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.4491 10.883V4.54642C14.4491 3.83032 15.0296 3.24981 15.7457 3.24981C16.4618 3.24981 17.0423 3.83032 17.0423 4.54642V11.9999C17.0423 12.2312 17.2358 12.4187 17.4745 12.4187C17.7132 12.4187 17.9067 12.2312 17.9067 11.9999V6.57248C17.9067 5.85636 18.4873 5.27583 19.2034 5.27583C19.9195 5.27583 20.5 5.85636 20.5 6.57248V14.0117C20.5003 15.8576 20.5005 16.9879 20.1639 17.9221C19.9035 18.6447 19.5029 19.2985 18.9942 19.853C18.6291 20.251 18.4304 20.6628 18.4304 21.0447C18.4304 21.9864 17.667 22.7498 16.7253 22.7498L9.47222 22.7499C9.27199 22.7502 9.06349 22.7505 8.87474 22.7091C8.20791 22.5627 7.6871 22.0419 7.54071 21.3751C7.49927 21.1863 7.49967 20.9249 7.5 20.7246C7.5 20.4411 7.40358 20.1659 7.22657 19.9444L5.17578 17.3693C4.689 16.6524 4.29344 16.0698 4.01761 15.5646C3.73104 15.0398 3.53969 14.54 3.50651 13.9815C3.48749 13.6614 3.5102 13.3403 3.57406 13.026C3.68545 12.4778 3.94502 12.0093 4.30239 11.5288C4.64652 11.0661 5.12016 10.5429 5.70329 9.8988C6.09321 9.52543 6.28817 9.33874 6.45557 9.38892C6.47711 9.39538 6.49786 9.40424 6.51742 9.41533C6.66943 9.50153 6.66943 9.77146 6.66943 10.3113V13.6333C6.66943 13.8646 6.86293 14.0521 7.10163 14.0521C7.34033 14.0521 7.53383 13.8646 7.53384 13.6333L7.53403 4.04706C7.53404 3.33096 8.11456 2.75045 8.83066 2.75045C9.54678 2.75045 10.1273 3.33097 10.1273 4.04708V9.76614C10.1273 9.99745 10.3208 10.185 10.5595 10.185C10.7982 10.185 10.9917 9.99745 10.9917 9.76614V2.54649C10.9917 1.83046 11.5722 1.25 12.2882 1.25C13.0042 1.25 13.5847 1.83046 13.5847 2.54649V10.883C13.5847 11.1143 13.7782 11.3019 14.0169 11.3019C14.2556 11.3019 14.4491 11.1143 14.4491 10.883Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.4491 10.883V4.54642C14.4491 3.83032 15.0296 3.24981 15.7457 3.24981C16.4618 3.24981 17.0423 3.83032 17.0423 4.54642V11.9999C17.0423 12.2312 17.2358 12.4187 17.4745 12.4187C17.7132 12.4187 17.9067 12.2312 17.9067 11.9999V6.57248C17.9067 5.85636 18.4873 5.27583 19.2034 5.27583C19.9195 5.27583 20.5 5.85636 20.5 6.57248V14.0117C20.5003 15.8576 20.5005 16.9879 20.1639 17.9221C19.9035 18.6447 19.5029 19.2985 18.9942 19.853C18.6291 20.251 18.4304 20.6628 18.4304 21.0447C18.4304 21.9864 17.667 22.7498 16.7253 22.7498L9.47222 22.7499C9.27199 22.7502 9.06349 22.7505 8.87474 22.7091C8.20791 22.5627 7.6871 22.0419 7.54071 21.3751C7.49927 21.1863 7.49967 20.9249 7.5 20.7246C7.5 20.4411 7.40358 20.1659 7.22657 19.9444L5.17578 17.3693C4.689 16.6524 4.29344 16.0698 4.01761 15.5646C3.73104 15.0398 3.53969 14.54 3.50651 13.9815C3.48749 13.6614 3.5102 13.3403 3.57406 13.026C3.68545 12.4778 3.94502 12.0093 4.30239 11.5288C4.64652 11.0661 5.12016 10.5429 5.70329 9.8988C6.09321 9.52543 6.28817 9.33874 6.45557 9.38892C6.47711 9.39538 6.49786 9.40424 6.51742 9.41533C6.66943 9.50153 6.66943 9.77146 6.66943 10.3113V13.6333C6.66943 13.8646 6.86293 14.0521 7.10163 14.0521C7.34033 14.0521 7.53383 13.8646 7.53384 13.6333L7.53403 4.04706C7.53404 3.33096 8.11456 2.75045 8.83066 2.75045C9.54678 2.75045 10.1273 3.33097 10.1273 4.04708V9.76614C10.1273 9.99745 10.3208 10.185 10.5595 10.185C10.7982 10.185 10.9917 9.99745 10.9917 9.76614V2.54649C10.9917 1.83046 11.5722 1.25 12.2882 1.25C13.0042 1.25 13.5847 1.83046 13.5847 2.54649V10.883C13.5847 11.1143 13.7782 11.3019 14.0169 11.3019C14.2556 11.3019 14.4491 11.1143 14.4491 10.883Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-four-finger-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8093 10.7364C11.048 10.7364 11.2415 10.5478 11.2415 10.3152V3.04673C11.2415 2.33063 11.822 1.75012 12.5381 1.75012C13.2542 1.75012 13.8347 2.33064 13.8347 3.04673V10.3152C13.8347 10.5478 14.0282 10.7364 14.2669 10.7364C14.5056 10.7364 14.6991 10.5478 14.6991 10.3152V5.11467C14.6991 4.39857 15.2796 3.81806 15.9957 3.81806C16.7118 3.81806 17.2923 4.39857 17.2923 5.11467V11.4385C17.2923 11.6711 17.4858 11.8597 17.7245 11.8597C17.9632 11.8597 18.1567 11.6711 18.1567 11.4385V6.92366C18.1567 6.27658 18.6813 5.75202 19.3284 5.75202C19.9754 5.75202 20.5 6.27658 20.5 6.92366L20.5 14.512C20.5003 16.3579 20.5005 17.4882 20.1639 18.4224C19.5731 20.0617 18.2621 21.3456 16.6027 21.9221C15.6574 22.2506 14.513 22.2504 12.6268 22.2501C11.565 22.2502 10.6507 22.2503 10.0414 22.121C8.97624 21.895 7.99531 21.3801 7.21051 20.6329C6.76124 20.2051 6.40024 19.6733 5.81235 18.8072L5.17578 17.8697C4.689 17.1527 4.29344 16.5701 4.01761 16.065C3.73104 15.5401 3.53969 15.0403 3.50651 14.4818C3.48749 14.1617 3.5102 13.8406 3.57406 13.5263C3.68545 12.9781 3.94502 12.5096 4.30239 12.0291C4.63461 11.5825 5.1469 11.0167 5.70663 10.3985L5.90391 10.2091C6.33776 9.79259 6.55469 9.58434 6.73706 9.66207C6.91943 9.7398 6.91943 10.0405 6.91943 10.6419V14.2467C6.91943 14.4793 7.11294 14.6679 7.35164 14.6679C7.59034 14.6679 7.78384 14.4793 7.78384 14.2467V5.04673C7.78384 4.33063 8.36435 3.75012 9.08045 3.75012C9.79655 3.75012 10.3771 4.33063 10.3771 5.04673V10.3152C10.3771 10.5478 10.5706 10.7364 10.8093 10.7364Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8093 10.7364C11.048 10.7364 11.2415 10.5478 11.2415 10.3152V3.04673C11.2415 2.33063 11.822 1.75012 12.5381 1.75012C13.2542 1.75012 13.8347 2.33064 13.8347 3.04673V10.3152C13.8347 10.5478 14.0282 10.7364 14.2669 10.7364C14.5056 10.7364 14.6991 10.5478 14.6991 10.3152V5.11467C14.6991 4.39857 15.2796 3.81806 15.9957 3.81806C16.7118 3.81806 17.2923 4.39857 17.2923 5.11467V11.4385C17.2923 11.6711 17.4858 11.8597 17.7245 11.8597C17.9632 11.8597 18.1567 11.6711 18.1567 11.4385V6.92366C18.1567 6.27658 18.6813 5.75202 19.3284 5.75202C19.9754 5.75202 20.5 6.27658 20.5 6.92366L20.5 14.512C20.5003 16.3579 20.5005 17.4882 20.1639 18.4224C19.5731 20.0617 18.2621 21.3456 16.6027 21.9221C15.6574 22.2506 14.513 22.2504 12.6268 22.2501C11.565 22.2502 10.6507 22.2503 10.0414 22.121C8.97624 21.895 7.99531 21.3801 7.21051 20.6329C6.76124 20.2051 6.40024 19.6733 5.81235 18.8072L5.17578 17.8697C4.689 17.1527 4.29344 16.5701 4.01761 16.065C3.73104 15.5401 3.53969 15.0403 3.50651 14.4818C3.48749 14.1617 3.5102 13.8406 3.57406 13.5263C3.68545 12.9781 3.94502 12.5096 4.30239 12.0291C4.63461 11.5825 5.1469 11.0167 5.70663 10.3985L5.90391 10.2091C6.33776 9.79259 6.55469 9.58434 6.73706 9.66207C6.91943 9.7398 6.91943 10.0405 6.91943 10.6419V14.2467C6.91943 14.4793 7.11294 14.6679 7.35164 14.6679C7.59034 14.6679 7.78384 14.4793 7.78384 14.2467V5.04673C7.78384 4.33063 8.36435 3.75012 9.08045 3.75012C9.79655 3.75012 10.3771 4.33063 10.3771 5.04673V10.3152C10.3771 10.5478 10.5706 10.7364 10.8093 10.7364Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hand-pointing-down-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25012 20.25C8.25012 21.6307 9.36941 22.75 10.7501 22.75C12.1308 22.75 13.2501 21.6307 13.2501 20.25V15.2525C15.114 15.1894 17.8191 14.6138 19.8532 12.5668C20.7892 11.6249 20.8446 10.2471 20.6739 9.1069C20.4977 7.93015 20.0472 6.7641 19.675 5.98688C19.5557 5.77359 19.0743 4.8798 18.9727 4.67654C18.7562 4.24372 18.642 3.89992 18.642 3.61802C18.642 3.35274 18.642 3.08205 18.6249 2.87858C18.6065 2.65905 18.5641 2.41913 18.4399 2.18353C18.2753 1.87161 18.0204 1.61668 17.7085 1.45214C17.4729 1.32786 17.2329 1.28555 17.0134 1.26708C16.8099 1.24996 16.5663 1.24998 16.301 1.25H10.7165C10.4088 1.24997 10.1253 1.24995 9.88945 1.27336C9.63284 1.29882 9.16974 1.39965 8.90762 1.66177C8.63762 1.88929 8.48846 2.22105 8.38252 2.4938C8.26939 2.78506 8.1494 3.17067 8.00506 3.63451C7.89562 3.94162 7.65972 4.33239 7.06074 5.12375L3.7836 9.45347C3.07492 10.359 3.07191 11.6452 3.77694 12.5543C4.63536 13.6612 6.2284 13.8207 7.28033 12.8906L8.25012 11.8758V20.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25012 20.25C8.25012 21.6307 9.36941 22.75 10.7501 22.75C12.1308 22.75 13.2501 21.6307 13.2501 20.25V15.2525C15.114 15.1894 17.8191 14.6138 19.8532 12.5668C20.7892 11.6249 20.8446 10.2471 20.6739 9.1069C20.4977 7.93015 20.0472 6.7641 19.675 5.98688C19.5557 5.77359 19.0743 4.8798 18.9727 4.67654C18.7562 4.24372 18.642 3.89992 18.642 3.61802C18.642 3.35274 18.642 3.08205 18.6249 2.87858C18.6065 2.65905 18.5641 2.41913 18.4399 2.18353C18.2753 1.87161 18.0204 1.61668 17.7085 1.45214C17.4729 1.32786 17.2329 1.28555 17.0134 1.26708C16.8099 1.24996 16.5663 1.24998 16.301 1.25H10.7165C10.4088 1.24997 10.1253 1.24995 9.88945 1.27336C9.63284 1.29882 9.16974 1.39965 8.90762 1.66177C8.63762 1.88929 8.48846 2.22105 8.38252 2.4938C8.26939 2.78506 8.1494 3.17067 8.00506 3.63451C7.89562 3.94162 7.65972 4.33239 7.06074 5.12375L3.7836 9.45347C3.07492 10.359 3.07191 11.6452 3.77694 12.5543C4.63536 13.6612 6.2284 13.8207 7.28033 12.8906L8.25012 11.8758V20.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hand-pointing-down-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.66601 13.782L6.66601 19.7502C6.66601 21.1309 7.7853 22.2502 9.16601 22.2502C10.5467 22.2502 11.666 21.1309 11.666 19.7502V15.1428L14.1043 14.7643L14.108 14.7637L14.1306 14.7604C15.0726 14.6191 15.8158 14.5076 16.4068 14.3792C17.0075 14.2487 17.5095 14.0894 17.9506 13.8251C19.2281 13.0598 20.25 11.8369 20.25 10.0266C20.25 8.93962 19.9875 8.15559 19.4727 6.61777C19.1188 5.55544 18.7216 4.36431 18.3418 3.81134C17.718 2.90293 16.7978 2.23967 15.7388 1.93516C15.0941 1.74979 12.6741 1.74992 11.5544 1.75016C9.93866 1.74967 8.89712 1.74935 7.9854 2.14794C7.57436 2.32764 7.19085 2.56466 6.8463 2.85195C6.08206 3.48916 5.61655 4.42089 4.8944 5.86628C4.5825 6.49007 4.23662 7.18188 4.06139 7.61787C3.87909 8.07146 3.76179 8.49414 3.75103 8.95244C3.74216 9.33068 3.79057 9.70809 3.89464 10.0718C4.02073 10.5126 4.24093 10.892 4.53182 11.2849C4.81144 11.6625 5.18574 12.0903 5.645 12.6151L6.66601 13.782Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.66601 13.782L6.66601 19.7502C6.66601 21.1309 7.7853 22.2502 9.16601 22.2502C10.5467 22.2502 11.666 21.1309 11.666 19.7502V15.1428L14.1043 14.7643L14.108 14.7637L14.1306 14.7604C15.0726 14.6191 15.8158 14.5076 16.4068 14.3792C17.0075 14.2487 17.5095 14.0894 17.9506 13.8251C19.2281 13.0598 20.25 11.8369 20.25 10.0266C20.25 8.93962 19.9875 8.15559 19.4727 6.61777C19.1188 5.55544 18.7216 4.36431 18.3418 3.81134C17.718 2.90293 16.7978 2.23967 15.7388 1.93516C15.0941 1.74979 12.6741 1.74992 11.5544 1.75016C9.93866 1.74967 8.89712 1.74935 7.9854 2.14794C7.57436 2.32764 7.19085 2.56466 6.8463 2.85195C6.08206 3.48916 5.61655 4.42089 4.8944 5.86628C4.5825 6.49007 4.23662 7.18188 4.06139 7.61787C3.87909 8.07146 3.76179 8.49414 3.75103 8.95244C3.74216 9.33068 3.79057 9.70809 3.89464 10.0718C4.02073 10.5126 4.24093 10.892 4.53182 11.2849C4.81144 11.6625 5.18574 12.0903 5.645 12.6151L6.66601 13.782Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hand-pointing-down-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.14194 21.4644L8.14194 10.3666C8.14194 10.1971 8.03738 10.0443 7.87707 9.97952C7.71677 9.91477 7.53233 9.95085 7.40987 10.0709L5.55815 11.8863C4.9265 12.5055 3.88646 12.4492 3.32817 11.7651C3.1198 11.5097 3.01015 11.2027 3 10.8929C3.00439 10.7464 3.02191 10.6002 3.05258 10.4561C3.08328 10.3462 3.12725 10.2391 3.18452 10.1369L7.09541 4.89077C7.33787 4.58105 7.54612 4.17608 7.70238 3.71972L7.7124 3.69045C7.88532 3.1854 8.02889 2.76611 8.16328 2.45197C8.28895 2.15825 8.46618 1.80125 8.7811 1.57621C9.07226 1.36815 9.40172 1.30439 9.69193 1.27672C9.9723 1.25 10.3204 1.25002 10.7148 1.25004L17.116 1.25002C17.2357 1.2499 17.3601 1.24978 17.4745 1.26464C18.262 1.36701 18.8819 1.98691 18.9843 2.77449C18.9992 2.88881 18.999 3.04487 18.9989 3.16461C18.9989 3.49237 19.1321 3.82869 19.3782 4.10966C19.7763 4.56415 20.372 5.29662 20.6183 5.94016C20.8222 6.47307 20.9124 7.04581 20.956 7.73267C20.9989 8.40794 20.9989 9.24269 20.9989 10.3074L20.9993 11.806C20.9993 13.1503 20.0274 14.2975 18.7014 14.5185C18.5582 14.5424 18.4279 14.432 18.4279 14.2868V12C18.4279 11.7686 18.236 11.5811 17.9993 11.5811C17.7626 11.5811 17.5707 11.7686 17.5707 12V14.3304C17.5707 14.4205 17.5707 14.4656 17.5571 14.5093C17.5435 14.5529 17.5194 14.5878 17.4712 14.6575C17.0788 15.2246 16.6518 15.6068 15.5993 15.7066C15.3302 15.7321 15.1956 15.7448 15.0975 15.6556C14.9994 15.5663 14.9994 15.4217 14.9994 15.1325V13.1168C14.9994 12.8855 14.8075 12.698 14.5708 12.698C14.3341 12.698 14.1423 12.8855 14.1423 13.1168V15.7373C14.1423 15.8681 14.1423 15.9335 14.1121 15.9956C14.0819 16.0577 14.0371 16.093 13.9473 16.1635C13.4798 16.531 12.8902 16.7502 12.2493 16.7502C12.1335 16.7446 11.9551 16.7057 11.7899 16.6244C11.7042 16.5822 11.6613 16.5611 11.616 16.4883C11.5707 16.4155 11.5707 16.3482 11.5707 16.2137V14.2337C11.5707 14.0024 11.3788 13.8149 11.1421 13.8149C10.9054 13.8149 10.7135 14.0024 10.7135 14.2337L10.7135 21.4644C10.7135 22.1745 10.1379 22.7502 9.42774 22.7502C8.71762 22.7502 8.14194 22.1745 8.14194 21.4644Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.14194 21.4644L8.14194 10.3666C8.14194 10.1971 8.03738 10.0443 7.87707 9.97952C7.71677 9.91477 7.53233 9.95085 7.40987 10.0709L5.55815 11.8863C4.9265 12.5055 3.88646 12.4492 3.32817 11.7651C3.1198 11.5097 3.01015 11.2027 3 10.8929C3.00439 10.7464 3.02191 10.6002 3.05258 10.4561C3.08328 10.3462 3.12725 10.2391 3.18452 10.1369L7.09541 4.89077C7.33787 4.58105 7.54612 4.17608 7.70238 3.71972L7.7124 3.69045C7.88532 3.1854 8.02889 2.76611 8.16328 2.45197C8.28895 2.15825 8.46618 1.80125 8.7811 1.57621C9.07226 1.36815 9.40172 1.30439 9.69193 1.27672C9.9723 1.25 10.3204 1.25002 10.7148 1.25004L17.116 1.25002C17.2357 1.2499 17.3601 1.24978 17.4745 1.26464C18.262 1.36701 18.8819 1.98691 18.9843 2.77449C18.9992 2.88881 18.999 3.04487 18.9989 3.16461C18.9989 3.49237 19.1321 3.82869 19.3782 4.10966C19.7763 4.56415 20.372 5.29662 20.6183 5.94016C20.8222 6.47307 20.9124 7.04581 20.956 7.73267C20.9989 8.40794 20.9989 9.24269 20.9989 10.3074L20.9993 11.806C20.9993 13.1503 20.0274 14.2975 18.7014 14.5185C18.5582 14.5424 18.4279 14.432 18.4279 14.2868V12C18.4279 11.7686 18.236 11.5811 17.9993 11.5811C17.7626 11.5811 17.5707 11.7686 17.5707 12V14.3304C17.5707 14.4205 17.5707 14.4656 17.5571 14.5093C17.5435 14.5529 17.5194 14.5878 17.4712 14.6575C17.0788 15.2246 16.6518 15.6068 15.5993 15.7066C15.3302 15.7321 15.1956 15.7448 15.0975 15.6556C14.9994 15.5663 14.9994 15.4217 14.9994 15.1325V13.1168C14.9994 12.8855 14.8075 12.698 14.5708 12.698C14.3341 12.698 14.1423 12.8855 14.1423 13.1168V15.7373C14.1423 15.8681 14.1423 15.9335 14.1121 15.9956C14.0819 16.0577 14.0371 16.093 13.9473 16.1635C13.4798 16.531 12.8902 16.7502 12.2493 16.7502C12.1335 16.7446 11.9551 16.7057 11.7899 16.6244C11.7042 16.5822 11.6613 16.5611 11.616 16.4883C11.5707 16.4155 11.5707 16.3482 11.5707 16.2137V14.2337C11.5707 14.0024 11.3788 13.8149 11.1421 13.8149C10.9054 13.8149 10.7135 14.0024 10.7135 14.2337L10.7135 21.4644C10.7135 22.1745 10.1379 22.7502 9.42774 22.7502C8.71762 22.7502 8.14194 22.1745 8.14194 21.4644Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hand-pointing-down-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.66968 13.1884C6.66968 13.7285 6.66968 13.9986 6.51751 14.0848C6.49805 14.0958 6.47741 14.1046 6.45598 14.1111C6.2885 14.1614 6.09343 13.9746 5.70329 13.601C5.12016 12.9569 4.64652 12.4337 4.30239 11.971C3.94502 11.4905 3.68545 11.022 3.57406 10.4738C3.5102 10.1595 3.48749 9.83836 3.50651 9.51829C3.53969 8.95977 3.73104 8.46 4.01761 7.93515C4.29344 7.42997 4.689 6.84739 5.17578 6.13045L5.81233 5.19289C6.40022 4.32683 6.76124 3.79497 7.21051 3.36723C7.99531 2.62001 8.97624 2.10508 10.0414 1.8791C10.6507 1.74981 11.565 1.74986 12.6268 1.74997C14.513 1.74967 15.6574 1.74949 16.6027 2.07796C18.2621 2.65452 19.5731 3.9384 20.1639 5.5777C20.5005 6.51189 20.5003 7.64217 20.5 9.4881L20.5 11.5C20.5 11.7655 20.4803 12.4166 20.4705 12.709C20.4705 13.7116 19.636 14.6899 18.5021 14.9508C18.2562 15.0074 18.1333 15.0357 18.0201 14.9456C17.907 14.8555 17.907 14.7098 17.907 14.4183V12.5617C17.907 12.329 17.7135 12.1404 17.4748 12.1404C17.2361 12.1404 17.0426 12.329 17.0426 12.5617V14.9977C17.0426 15.1069 17.0426 15.1615 17.0206 15.2157C16.9987 15.2698 16.966 15.3037 16.9004 15.3713C16.4823 15.8031 15.8807 16.1153 15.0483 16.2155C14.7836 16.2474 14.6513 16.2634 14.5503 16.1738C14.4493 16.0843 14.4493 15.9395 14.4493 15.65V13.6849C14.4493 13.4523 14.2558 13.2637 14.0171 13.2637C13.7784 13.2637 13.5849 13.4523 13.5849 13.6849V16.2804C13.5849 16.4163 13.5849 16.4842 13.5526 16.5481C13.5203 16.6119 13.4726 16.647 13.3771 16.7172C12.9215 17.0521 12.3588 17.25 11.75 17.25C11.6676 17.2496 11.519 17.2397 11.3596 17.2106C11.2071 17.1827 11.1309 17.1688 11.0613 17.0853C10.9917 17.0019 10.9917 16.907 10.9917 16.7172V13.6849C10.9917 13.4523 10.7982 13.2637 10.5595 13.2637C10.3208 13.2637 10.1273 13.4523 10.1273 13.6849V20.9535C10.1273 21.6695 9.5468 22.2501 8.8307 22.2501C8.1146 22.2501 7.53409 21.6695 7.53409 20.9535V9.75344C7.53409 9.5208 7.34058 9.3322 7.10188 9.3322C6.86319 9.3322 6.66968 9.5208 6.66968 9.75344V13.1884Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.66968 13.1884C6.66968 13.7285 6.66968 13.9986 6.51751 14.0848C6.49805 14.0958 6.47741 14.1046 6.45598 14.1111C6.2885 14.1614 6.09343 13.9746 5.70329 13.601C5.12016 12.9569 4.64652 12.4337 4.30239 11.971C3.94502 11.4905 3.68545 11.022 3.57406 10.4738C3.5102 10.1595 3.48749 9.83836 3.50651 9.51829C3.53969 8.95977 3.73104 8.46 4.01761 7.93515C4.29344 7.42997 4.689 6.84739 5.17578 6.13045L5.81233 5.19289C6.40022 4.32683 6.76124 3.79497 7.21051 3.36723C7.99531 2.62001 8.97624 2.10508 10.0414 1.8791C10.6507 1.74981 11.565 1.74986 12.6268 1.74997C14.513 1.74967 15.6574 1.74949 16.6027 2.07796C18.2621 2.65452 19.5731 3.9384 20.1639 5.5777C20.5005 6.51189 20.5003 7.64217 20.5 9.4881L20.5 11.5C20.5 11.7655 20.4803 12.4166 20.4705 12.709C20.4705 13.7116 19.636 14.6899 18.5021 14.9508C18.2562 15.0074 18.1333 15.0357 18.0201 14.9456C17.907 14.8555 17.907 14.7098 17.907 14.4183V12.5617C17.907 12.329 17.7135 12.1404 17.4748 12.1404C17.2361 12.1404 17.0426 12.329 17.0426 12.5617V14.9977C17.0426 15.1069 17.0426 15.1615 17.0206 15.2157C16.9987 15.2698 16.966 15.3037 16.9004 15.3713C16.4823 15.8031 15.8807 16.1153 15.0483 16.2155C14.7836 16.2474 14.6513 16.2634 14.5503 16.1738C14.4493 16.0843 14.4493 15.9395 14.4493 15.65V13.6849C14.4493 13.4523 14.2558 13.2637 14.0171 13.2637C13.7784 13.2637 13.5849 13.4523 13.5849 13.6849V16.2804C13.5849 16.4163 13.5849 16.4842 13.5526 16.5481C13.5203 16.6119 13.4726 16.647 13.3771 16.7172C12.9215 17.0521 12.3588 17.25 11.75 17.25C11.6676 17.2496 11.519 17.2397 11.3596 17.2106C11.2071 17.1827 11.1309 17.1688 11.0613 17.0853C10.9917 17.0019 10.9917 16.907 10.9917 16.7172V13.6849C10.9917 13.4523 10.7982 13.2637 10.5595 13.2637C10.3208 13.2637 10.1273 13.4523 10.1273 13.6849V20.9535C10.1273 21.6695 9.5468 22.2501 8.8307 22.2501C8.1146 22.2501 7.53409 21.6695 7.53409 20.9535V9.75344C7.53409 9.5208 7.34058 9.3322 7.10188 9.3322C6.86319 9.3322 6.66968 9.5208 6.66968 9.75344V13.1884Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hand-pointing-left-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.75 8.25012C2.36929 8.25012 1.25 9.36941 1.25 10.7501C1.25 12.1308 2.36929 13.2501 3.75 13.2501H8.74751C8.81064 15.114 9.38616 17.8191 11.4332 19.8532C12.3751 20.7892 13.7529 20.8446 14.8931 20.6739C16.0698 20.4977 17.2359 20.0472 18.0131 19.675C18.2264 19.5557 19.1202 19.0743 19.3235 18.9727C19.7563 18.7562 20.1001 18.642 20.382 18.642C20.6473 18.642 20.9179 18.642 21.1214 18.6249C21.3409 18.6065 21.5809 18.5641 21.8165 18.4399C22.1284 18.2753 22.3833 18.0204 22.5479 17.7085C22.6721 17.4729 22.7145 17.2329 22.7329 17.0134C22.75 16.8099 22.75 16.5663 22.75 16.301L22.75 10.7165C22.75 10.4088 22.7501 10.1253 22.7266 9.88945C22.7012 9.63284 22.6003 9.16974 22.3382 8.90762C22.1107 8.63762 21.7789 8.48846 21.5062 8.38252C21.2149 8.26939 20.8293 8.1494 20.3655 8.00506C20.0584 7.89561 19.6676 7.65972 18.8762 7.06074L14.5465 3.78359C13.641 3.07492 12.3548 3.07191 11.4457 3.77694C10.3388 4.63536 10.1793 6.2284 11.1094 7.28033L12.1242 8.25012L3.75 8.25012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.75 8.25012C2.36929 8.25012 1.25 9.36941 1.25 10.7501C1.25 12.1308 2.36929 13.2501 3.75 13.2501H8.74751C8.81064 15.114 9.38616 17.8191 11.4332 19.8532C12.3751 20.7892 13.7529 20.8446 14.8931 20.6739C16.0698 20.4977 17.2359 20.0472 18.0131 19.675C18.2264 19.5557 19.1202 19.0743 19.3235 18.9727C19.7563 18.7562 20.1001 18.642 20.382 18.642C20.6473 18.642 20.9179 18.642 21.1214 18.6249C21.3409 18.6065 21.5809 18.5641 21.8165 18.4399C22.1284 18.2753 22.3833 18.0204 22.5479 17.7085C22.6721 17.4729 22.7145 17.2329 22.7329 17.0134C22.75 16.8099 22.75 16.5663 22.75 16.301L22.75 10.7165C22.75 10.4088 22.7501 10.1253 22.7266 9.88945C22.7012 9.63284 22.6003 9.16974 22.3382 8.90762C22.1107 8.63762 21.7789 8.48846 21.5062 8.38252C21.2149 8.26939 20.8293 8.1494 20.3655 8.00506C20.0584 7.89561 19.6676 7.65972 18.8762 7.06074L14.5465 3.78359C13.641 3.07492 12.3548 3.07191 11.4457 3.77694C10.3388 4.63536 10.1793 6.2284 11.1094 7.28033L12.1242 8.25012L3.75 8.25012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hand-pointing-left-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2182 6.66601L4.25 6.66601C2.86929 6.66601 1.75 7.78529 1.75 9.16601C1.75 10.5467 2.86929 11.666 4.25 11.666H8.85743L9.23587 14.1043L9.23645 14.108L9.23983 14.1306C9.38112 15.0726 9.4926 15.8158 9.62099 16.4068C9.75147 17.0075 9.91078 17.5095 10.1751 17.9506C10.9404 19.2281 12.1633 20.25 13.9736 20.25C15.0606 20.25 15.8446 19.9875 17.3824 19.4727C18.4447 19.1188 19.6359 18.7216 20.1888 18.3418C21.0973 17.718 21.7605 16.7978 22.065 15.7388C22.2504 15.0941 22.2503 12.6741 22.25 11.5544C22.2505 9.93866 22.2508 8.89712 21.8523 7.9854C21.6726 7.57436 21.4355 7.19085 21.1482 6.8463C20.511 6.08206 19.5793 5.61655 18.1339 4.8944C17.5101 4.5825 16.8183 4.23662 16.3823 4.06139C15.9287 3.87909 15.506 3.76179 15.0478 3.75103C14.6695 3.74216 14.2921 3.79057 13.9283 3.89464C13.4876 4.02073 13.1082 4.24093 12.7153 4.53182C12.3377 4.81144 11.9099 5.18574 11.3851 5.645L10.2182 6.66601Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2182 6.66601L4.25 6.66601C2.86929 6.66601 1.75 7.78529 1.75 9.16601C1.75 10.5467 2.86929 11.666 4.25 11.666H8.85743L9.23587 14.1043L9.23645 14.108L9.23983 14.1306C9.38112 15.0726 9.4926 15.8158 9.62099 16.4068C9.75147 17.0075 9.91078 17.5095 10.1751 17.9506C10.9404 19.2281 12.1633 20.25 13.9736 20.25C15.0606 20.25 15.8446 19.9875 17.3824 19.4727C18.4447 19.1188 19.6359 18.7216 20.1888 18.3418C21.0973 17.718 21.7605 16.7978 22.065 15.7388C22.2504 15.0941 22.2503 12.6741 22.25 11.5544C22.2505 9.93866 22.2508 8.89712 21.8523 7.9854C21.6726 7.57436 21.4355 7.19085 21.1482 6.8463C20.511 6.08206 19.5793 5.61655 18.1339 4.8944C17.5101 4.5825 16.8183 4.23662 16.3823 4.06139C15.9287 3.87909 15.506 3.76179 15.0478 3.75103C14.6695 3.74216 14.2921 3.79057 13.9283 3.89464C13.4876 4.02073 13.1082 4.24093 12.7153 4.53182C12.3377 4.81144 11.9099 5.18574 11.3851 5.645L10.2182 6.66601Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hand-pointing-left-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.53568 8.14194H13.6335C13.803 8.14194 13.9558 8.03738 14.0206 7.87707C14.0853 7.71677 14.0492 7.53233 13.9292 7.40987L12.1138 5.55815C11.4946 4.9265 11.5509 3.88646 12.235 3.32817C12.4904 3.1198 12.7974 3.01015 13.1072 3C13.2537 3.00439 13.3999 3.02191 13.5439 3.05258C13.6538 3.08328 13.761 3.12725 13.8632 3.18452L19.1093 7.09541C19.419 7.33787 19.824 7.54612 20.2804 7.70238L20.3096 7.7124C20.8147 7.88532 21.234 8.02889 21.5481 8.16329C21.8418 8.28895 22.1988 8.46618 22.4239 8.7811C22.6319 9.07226 22.6957 9.40172 22.7234 9.69193C22.7501 9.9723 22.7501 10.3204 22.75 10.7149L22.7501 17.116C22.7502 17.2357 22.7503 17.3601 22.7354 17.4745C22.6331 18.262 22.0132 18.8819 21.2256 18.9843C21.1113 18.9992 20.9552 18.999 20.8355 18.9989C20.5077 18.9989 20.1714 19.1321 19.8904 19.3782C19.4359 19.7763 18.7035 20.372 18.0599 20.6183C17.527 20.8222 16.9543 20.9124 16.2674 20.956C15.5921 20.9989 14.7574 20.9989 13.6927 20.9989L12.1941 20.9993C10.8498 20.9993 9.70255 20.0274 9.48155 18.7014C9.45768 18.5582 9.56811 18.4279 9.71328 18.4279H12.0001C12.2314 18.4279 12.419 18.236 12.419 17.9993C12.419 17.7626 12.2314 17.5707 12.0001 17.5707H9.66973C9.57955 17.5707 9.53446 17.5707 9.4908 17.5571C9.44714 17.5435 9.41229 17.5194 9.3426 17.4712C8.77548 17.0788 8.39327 16.6518 8.29351 15.5993C8.268 15.3302 8.25525 15.1956 8.34451 15.0975C8.43378 14.9994 8.57838 14.9994 8.86759 14.9994H10.8833C11.1146 14.9994 11.3021 14.8075 11.3021 14.5708C11.3021 14.3341 11.1146 14.1423 10.8833 14.1423H8.26279C8.13196 14.1423 8.06654 14.1423 8.00445 14.1121C7.94237 14.0819 7.90711 14.0371 7.83659 13.9473C7.46908 13.4798 7.24988 12.8902 7.24988 12.2493C7.25548 12.1335 7.29443 11.9551 7.37572 11.7899C7.41791 11.7042 7.439 11.6613 7.51179 11.616C7.58459 11.5707 7.65185 11.5707 7.78638 11.5707H9.76639C9.9977 11.5707 10.1852 11.3788 10.1852 11.1421C10.1852 10.9054 9.9977 10.7135 9.76639 10.7135L2.53568 10.7135C1.82555 10.7135 1.24988 10.1379 1.24988 9.42774C1.24988 8.71762 1.82555 8.14194 2.53568 8.14194Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.53568 8.14194H13.6335C13.803 8.14194 13.9558 8.03738 14.0206 7.87707C14.0853 7.71677 14.0492 7.53233 13.9292 7.40987L12.1138 5.55815C11.4946 4.9265 11.5509 3.88646 12.235 3.32817C12.4904 3.1198 12.7974 3.01015 13.1072 3C13.2537 3.00439 13.3999 3.02191 13.5439 3.05258C13.6538 3.08328 13.761 3.12725 13.8632 3.18452L19.1093 7.09541C19.419 7.33787 19.824 7.54612 20.2804 7.70238L20.3096 7.7124C20.8147 7.88532 21.234 8.02889 21.5481 8.16329C21.8418 8.28895 22.1988 8.46618 22.4239 8.7811C22.6319 9.07226 22.6957 9.40172 22.7234 9.69193C22.7501 9.9723 22.7501 10.3204 22.75 10.7149L22.7501 17.116C22.7502 17.2357 22.7503 17.3601 22.7354 17.4745C22.6331 18.262 22.0132 18.8819 21.2256 18.9843C21.1113 18.9992 20.9552 18.999 20.8355 18.9989C20.5077 18.9989 20.1714 19.1321 19.8904 19.3782C19.4359 19.7763 18.7035 20.372 18.0599 20.6183C17.527 20.8222 16.9543 20.9124 16.2674 20.956C15.5921 20.9989 14.7574 20.9989 13.6927 20.9989L12.1941 20.9993C10.8498 20.9993 9.70255 20.0274 9.48155 18.7014C9.45768 18.5582 9.56811 18.4279 9.71328 18.4279H12.0001C12.2314 18.4279 12.419 18.236 12.419 17.9993C12.419 17.7626 12.2314 17.5707 12.0001 17.5707H9.66973C9.57955 17.5707 9.53446 17.5707 9.4908 17.5571C9.44714 17.5435 9.41229 17.5194 9.3426 17.4712C8.77548 17.0788 8.39327 16.6518 8.29351 15.5993C8.268 15.3302 8.25525 15.1956 8.34451 15.0975C8.43378 14.9994 8.57838 14.9994 8.86759 14.9994H10.8833C11.1146 14.9994 11.3021 14.8075 11.3021 14.5708C11.3021 14.3341 11.1146 14.1423 10.8833 14.1423H8.26279C8.13196 14.1423 8.06654 14.1423 8.00445 14.1121C7.94237 14.0819 7.90711 14.0371 7.83659 13.9473C7.46908 13.4798 7.24988 12.8902 7.24988 12.2493C7.25548 12.1335 7.29443 11.9551 7.37572 11.7899C7.41791 11.7042 7.439 11.6613 7.51179 11.616C7.58459 11.5707 7.65185 11.5707 7.78638 11.5707H9.76639C9.9977 11.5707 10.1852 11.3788 10.1852 11.1421C10.1852 10.9054 9.9977 10.7135 9.76639 10.7135L2.53568 10.7135C1.82555 10.7135 1.24988 10.1379 1.24988 9.42774C1.24988 8.71762 1.82555 8.14194 2.53568 8.14194Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hand-pointing-left-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8114 6.66968C10.2713 6.66968 10.0012 6.66968 9.91503 6.51751C9.90401 6.49805 9.8952 6.47741 9.88876 6.45598C9.83845 6.2885 10.0252 6.09343 10.3988 5.70329C11.043 5.12016 11.5662 4.64652 12.0289 4.30239C12.5094 3.94502 12.9778 3.68545 13.5261 3.57406C13.8403 3.5102 14.1615 3.48749 14.4815 3.50651C15.0401 3.53969 15.5398 3.73104 16.0647 4.01761C16.5698 4.29344 17.1524 4.689 17.8694 5.17578L18.8069 5.81233C19.673 6.40022 20.2048 6.76124 20.6326 7.21051C21.3798 7.99531 21.8947 8.97624 22.1207 10.0414C22.25 10.6507 22.25 11.565 22.2499 12.6268C22.2501 14.513 22.2503 15.6574 21.9219 16.6027C21.3453 18.2621 20.0614 19.5731 18.4221 20.1639C17.4879 20.5005 16.3576 20.5003 14.5117 20.5L12.4998 20.5C12.2343 20.5 11.5832 20.4803 11.2909 20.4705C10.2882 20.4705 9.30994 19.636 9.04899 18.5021C8.99242 18.2562 8.96413 18.1333 9.05421 18.0201C9.14429 17.907 9.29003 17.907 9.5815 17.907H11.4382C11.6708 17.907 11.8594 17.7135 11.8594 17.4748C11.8594 17.2361 11.6708 17.0426 11.4382 17.0426H9.00216C8.89291 17.0426 8.83828 17.0426 8.78412 17.0206C8.72997 16.9987 8.69614 16.966 8.62849 16.9004C8.19676 16.4823 7.88456 15.8807 7.78428 15.0483C7.7524 14.7836 7.73646 14.6513 7.82598 14.5503C7.91551 14.4493 8.06028 14.4493 8.34983 14.4493H10.3149C10.5475 14.4493 10.7361 14.2558 10.7361 14.0171C10.7361 13.7784 10.5475 13.5849 10.3149 13.5849H7.71943C7.58355 13.5849 7.51561 13.5849 7.45174 13.5526C7.38787 13.5203 7.35278 13.4726 7.2826 13.3771C6.94768 12.9215 6.74983 12.3588 6.74983 11.75C6.75026 11.6676 6.7601 11.519 6.78922 11.3596C6.81709 11.2071 6.83102 11.1309 6.91448 11.0613C6.99794 10.9917 7.09282 10.9917 7.28257 10.9917L10.3149 10.9917C10.5475 10.9917 10.7361 10.7982 10.7361 10.5595C10.7361 10.3208 10.5475 10.1273 10.3149 10.1273L3.04636 10.1273C2.33027 10.1273 1.74976 9.54679 1.74976 8.8307C1.74976 8.1146 2.33027 7.53409 3.04637 7.53409L14.2464 7.53409C14.479 7.53409 14.6676 7.34058 14.6676 7.10188C14.6676 6.86319 14.479 6.66968 14.2464 6.66968L10.8114 6.66968Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8114 6.66968C10.2713 6.66968 10.0012 6.66968 9.91503 6.51751C9.90401 6.49805 9.8952 6.47741 9.88876 6.45598C9.83845 6.2885 10.0252 6.09343 10.3988 5.70329C11.043 5.12016 11.5662 4.64652 12.0289 4.30239C12.5094 3.94502 12.9778 3.68545 13.5261 3.57406C13.8403 3.5102 14.1615 3.48749 14.4815 3.50651C15.0401 3.53969 15.5398 3.73104 16.0647 4.01761C16.5698 4.29344 17.1524 4.689 17.8694 5.17578L18.8069 5.81233C19.673 6.40022 20.2048 6.76124 20.6326 7.21051C21.3798 7.99531 21.8947 8.97624 22.1207 10.0414C22.25 10.6507 22.25 11.565 22.2499 12.6268C22.2501 14.513 22.2503 15.6574 21.9219 16.6027C21.3453 18.2621 20.0614 19.5731 18.4221 20.1639C17.4879 20.5005 16.3576 20.5003 14.5117 20.5L12.4998 20.5C12.2343 20.5 11.5832 20.4803 11.2909 20.4705C10.2882 20.4705 9.30994 19.636 9.04899 18.5021C8.99242 18.2562 8.96413 18.1333 9.05421 18.0201C9.14429 17.907 9.29003 17.907 9.5815 17.907H11.4382C11.6708 17.907 11.8594 17.7135 11.8594 17.4748C11.8594 17.2361 11.6708 17.0426 11.4382 17.0426H9.00216C8.89291 17.0426 8.83828 17.0426 8.78412 17.0206C8.72997 16.9987 8.69614 16.966 8.62849 16.9004C8.19676 16.4823 7.88456 15.8807 7.78428 15.0483C7.7524 14.7836 7.73646 14.6513 7.82598 14.5503C7.91551 14.4493 8.06028 14.4493 8.34983 14.4493H10.3149C10.5475 14.4493 10.7361 14.2558 10.7361 14.0171C10.7361 13.7784 10.5475 13.5849 10.3149 13.5849H7.71943C7.58355 13.5849 7.51561 13.5849 7.45174 13.5526C7.38787 13.5203 7.35278 13.4726 7.2826 13.3771C6.94768 12.9215 6.74983 12.3588 6.74983 11.75C6.75026 11.6676 6.7601 11.519 6.78922 11.3596C6.81709 11.2071 6.83102 11.1309 6.91448 11.0613C6.99794 10.9917 7.09282 10.9917 7.28257 10.9917L10.3149 10.9917C10.5475 10.9917 10.7361 10.7982 10.7361 10.5595C10.7361 10.3208 10.5475 10.1273 10.3149 10.1273L3.04636 10.1273C2.33027 10.1273 1.74976 9.54679 1.74976 8.8307C1.74976 8.1146 2.33027 7.53409 3.04637 7.53409L14.2464 7.53409C14.479 7.53409 14.6676 7.34058 14.6676 7.10188C14.6676 6.86319 14.479 6.66968 14.2464 6.66968L10.8114 6.66968Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hand-pointing-right-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.25 8.25012C21.6307 8.25012 22.75 9.36941 22.75 10.7501C22.75 12.1308 21.6307 13.2501 20.25 13.2501H15.2525C15.1894 15.114 14.6138 17.8191 12.5668 19.8532C11.6249 20.7892 10.2471 20.8446 9.1069 20.6739C7.93015 20.4977 6.7641 20.0472 5.98688 19.675C5.77359 19.5557 4.8798 19.0743 4.67654 18.9727C4.24372 18.7562 3.89992 18.642 3.61802 18.642C3.35274 18.642 3.08205 18.642 2.87858 18.6249C2.65905 18.6065 2.41913 18.5641 2.18353 18.4399C1.87161 18.2753 1.61668 18.0204 1.45214 17.7085C1.32786 17.4729 1.28555 17.2329 1.26708 17.0134C1.24996 16.8099 1.24998 16.5663 1.25 16.301L1.25 10.7165C1.24997 10.4088 1.24995 10.1253 1.27336 9.88945C1.29882 9.63284 1.39965 9.16974 1.66177 8.90762C1.88929 8.63762 2.22105 8.48846 2.4938 8.38252C2.78506 8.26939 3.17067 8.1494 3.63451 8.00506C3.94162 7.89561 4.33239 7.65972 5.12375 7.06074L9.45347 3.78359C10.359 3.07492 11.6452 3.07191 12.5543 3.77694C13.6612 4.63536 13.8207 6.2284 12.8906 7.28033L11.8758 8.25012L20.25 8.25012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.25 8.25012C21.6307 8.25012 22.75 9.36941 22.75 10.7501C22.75 12.1308 21.6307 13.2501 20.25 13.2501H15.2525C15.1894 15.114 14.6138 17.8191 12.5668 19.8532C11.6249 20.7892 10.2471 20.8446 9.1069 20.6739C7.93015 20.4977 6.7641 20.0472 5.98688 19.675C5.77359 19.5557 4.8798 19.0743 4.67654 18.9727C4.24372 18.7562 3.89992 18.642 3.61802 18.642C3.35274 18.642 3.08205 18.642 2.87858 18.6249C2.65905 18.6065 2.41913 18.5641 2.18353 18.4399C1.87161 18.2753 1.61668 18.0204 1.45214 17.7085C1.32786 17.4729 1.28555 17.2329 1.26708 17.0134C1.24996 16.8099 1.24998 16.5663 1.25 16.301L1.25 10.7165C1.24997 10.4088 1.24995 10.1253 1.27336 9.88945C1.29882 9.63284 1.39965 9.16974 1.66177 8.90762C1.88929 8.63762 2.22105 8.48846 2.4938 8.38252C2.78506 8.26939 3.17067 8.1494 3.63451 8.00506C3.94162 7.89561 4.33239 7.65972 5.12375 7.06074L9.45347 3.78359C10.359 3.07492 11.6452 3.07191 12.5543 3.77694C13.6612 4.63536 13.8207 6.2284 12.8906 7.28033L11.8758 8.25012L20.25 8.25012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hand-pointing-right-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.7819 6.66601L19.7501 6.66601C21.1308 6.66601 22.2501 7.78529 22.2501 9.16601C22.2501 10.5467 21.1308 11.666 19.7501 11.666H15.1426L14.7642 14.1043L14.7636 14.108L14.7602 14.1306C14.6189 15.0726 14.5075 15.8158 14.3791 16.4068C14.2486 17.0075 14.0893 17.5095 13.825 17.9506C13.0597 19.2281 11.8368 20.25 10.0265 20.25C8.9395 20.25 8.15547 19.9875 6.61765 19.4727C5.55532 19.1188 4.36419 18.7216 3.81122 18.3418C2.90281 17.718 2.23955 16.7978 1.93503 15.7388C1.74967 15.0941 1.7498 12.6741 1.75003 11.5544C1.74954 9.93866 1.74923 8.89712 2.14782 7.9854C2.32752 7.57436 2.56454 7.19085 2.85182 6.8463C3.48904 6.08206 4.42076 5.61655 5.86616 4.8944C6.48994 4.5825 7.18176 4.23662 7.61775 4.06139C8.07134 3.87909 8.49402 3.76179 8.95232 3.75103C9.33056 3.74216 9.70797 3.79057 10.0717 3.89464C10.5125 4.02073 10.8918 4.24093 11.2847 4.53182C11.6624 4.81144 12.0901 5.18574 12.615 5.645L13.7819 6.66601Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.7819 6.66601L19.7501 6.66601C21.1308 6.66601 22.2501 7.78529 22.2501 9.16601C22.2501 10.5467 21.1308 11.666 19.7501 11.666H15.1426L14.7642 14.1043L14.7636 14.108L14.7602 14.1306C14.6189 15.0726 14.5075 15.8158 14.3791 16.4068C14.2486 17.0075 14.0893 17.5095 13.825 17.9506C13.0597 19.2281 11.8368 20.25 10.0265 20.25C8.9395 20.25 8.15547 19.9875 6.61765 19.4727C5.55532 19.1188 4.36419 18.7216 3.81122 18.3418C2.90281 17.718 2.23955 16.7978 1.93503 15.7388C1.74967 15.0941 1.7498 12.6741 1.75003 11.5544C1.74954 9.93866 1.74923 8.89712 2.14782 7.9854C2.32752 7.57436 2.56454 7.19085 2.85182 6.8463C3.48904 6.08206 4.42076 5.61655 5.86616 4.8944C6.48994 4.5825 7.18176 4.23662 7.61775 4.06139C8.07134 3.87909 8.49402 3.76179 8.95232 3.75103C9.33056 3.74216 9.70797 3.79057 10.0717 3.89464C10.5125 4.02073 10.8918 4.24093 11.2847 4.53182C11.6624 4.81144 12.0901 5.18574 12.615 5.645L13.7819 6.66601Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hand-pointing-right-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.4643 8.14194H10.3665C10.1969 8.14194 10.0441 8.03738 9.9794 7.87707C9.91465 7.71677 9.95073 7.53233 10.0708 7.40987L11.8861 5.55815C12.5054 4.9265 12.4491 3.88646 11.7649 3.32817C11.5096 3.1198 11.2026 3.01015 10.8928 3C10.7463 3.00439 10.6001 3.02191 10.456 3.05258C10.3461 3.08328 10.2389 3.12725 10.1368 3.18452L4.89064 7.09541C4.58093 7.33787 4.17595 7.54612 3.7196 7.70238L3.69033 7.7124C3.18528 7.88532 2.76599 8.02889 2.45185 8.16329C2.15812 8.28895 1.80113 8.46618 1.57609 8.7811C1.36803 9.07226 1.30426 9.40172 1.2766 9.69193C1.24988 9.9723 1.2499 10.3204 1.24992 10.7149L1.2499 17.116C1.24978 17.2357 1.24966 17.3601 1.26452 17.4745C1.36689 18.262 1.98678 18.8819 2.77436 18.9843C2.88869 18.9992 3.04474 18.999 3.16449 18.9989C3.49225 18.9989 3.82857 19.1321 4.10954 19.3782C4.56403 19.7763 5.2965 20.372 5.94004 20.6183C6.47295 20.8222 7.04568 20.9124 7.73255 20.956C8.40782 20.9989 9.24257 20.9989 10.3072 20.9989L11.8058 20.9993C13.1501 20.9993 14.2974 20.0274 14.5184 18.7014C14.5423 18.5582 14.4319 18.4279 14.2867 18.4279H11.9998C11.7685 18.4279 11.581 18.236 11.581 17.9993C11.581 17.7626 11.7685 17.5707 11.9998 17.5707H14.3302C14.4204 17.5707 14.4655 17.5707 14.5092 17.5571C14.5528 17.5435 14.5877 17.5194 14.6574 17.4712C15.2245 17.0788 15.6067 16.6518 15.7065 15.5993C15.732 15.3302 15.7447 15.1956 15.6554 15.0975C15.5662 14.9994 15.4216 14.9994 15.1324 14.9994H13.1167C12.8854 14.9994 12.6979 14.8075 12.6979 14.5708C12.6979 14.3341 12.8854 14.1423 13.1167 14.1423H15.7372C15.868 14.1423 15.9334 14.1423 15.9955 14.1121C16.0576 14.0819 16.0929 14.0371 16.1634 13.9473C16.5309 13.4798 16.7501 12.8902 16.7501 12.2493C16.7445 12.1335 16.7055 11.9551 16.6242 11.7899C16.5821 11.7042 16.561 11.6613 16.4882 11.616C16.4154 11.5707 16.3481 11.5707 16.2136 11.5707H14.2336C14.0023 11.5707 13.8147 11.3788 13.8147 11.1421C13.8147 10.9054 14.0023 10.7135 14.2336 10.7135L21.4643 10.7135C22.1744 10.7135 22.7501 10.1379 22.7501 9.42774C22.7501 8.71762 22.1744 8.14194 21.4643 8.14194Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.4643 8.14194H10.3665C10.1969 8.14194 10.0441 8.03738 9.9794 7.87707C9.91465 7.71677 9.95073 7.53233 10.0708 7.40987L11.8861 5.55815C12.5054 4.9265 12.4491 3.88646 11.7649 3.32817C11.5096 3.1198 11.2026 3.01015 10.8928 3C10.7463 3.00439 10.6001 3.02191 10.456 3.05258C10.3461 3.08328 10.2389 3.12725 10.1368 3.18452L4.89064 7.09541C4.58093 7.33787 4.17595 7.54612 3.7196 7.70238L3.69033 7.7124C3.18528 7.88532 2.76599 8.02889 2.45185 8.16329C2.15812 8.28895 1.80113 8.46618 1.57609 8.7811C1.36803 9.07226 1.30426 9.40172 1.2766 9.69193C1.24988 9.9723 1.2499 10.3204 1.24992 10.7149L1.2499 17.116C1.24978 17.2357 1.24966 17.3601 1.26452 17.4745C1.36689 18.262 1.98678 18.8819 2.77436 18.9843C2.88869 18.9992 3.04474 18.999 3.16449 18.9989C3.49225 18.9989 3.82857 19.1321 4.10954 19.3782C4.56403 19.7763 5.2965 20.372 5.94004 20.6183C6.47295 20.8222 7.04568 20.9124 7.73255 20.956C8.40782 20.9989 9.24257 20.9989 10.3072 20.9989L11.8058 20.9993C13.1501 20.9993 14.2974 20.0274 14.5184 18.7014C14.5423 18.5582 14.4319 18.4279 14.2867 18.4279H11.9998C11.7685 18.4279 11.581 18.236 11.581 17.9993C11.581 17.7626 11.7685 17.5707 11.9998 17.5707H14.3302C14.4204 17.5707 14.4655 17.5707 14.5092 17.5571C14.5528 17.5435 14.5877 17.5194 14.6574 17.4712C15.2245 17.0788 15.6067 16.6518 15.7065 15.5993C15.732 15.3302 15.7447 15.1956 15.6554 15.0975C15.5662 14.9994 15.4216 14.9994 15.1324 14.9994H13.1167C12.8854 14.9994 12.6979 14.8075 12.6979 14.5708C12.6979 14.3341 12.8854 14.1423 13.1167 14.1423H15.7372C15.868 14.1423 15.9334 14.1423 15.9955 14.1121C16.0576 14.0819 16.0929 14.0371 16.1634 13.9473C16.5309 13.4798 16.7501 12.8902 16.7501 12.2493C16.7445 12.1335 16.7055 11.9551 16.6242 11.7899C16.5821 11.7042 16.561 11.6613 16.4882 11.616C16.4154 11.5707 16.3481 11.5707 16.2136 11.5707H14.2336C14.0023 11.5707 13.8147 11.3788 13.8147 11.1421C13.8147 10.9054 14.0023 10.7135 14.2336 10.7135L21.4643 10.7135C22.1744 10.7135 22.7501 10.1379 22.7501 9.42774C22.7501 8.71762 22.1744 8.14194 21.4643 8.14194Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hand-pointing-right-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.1884 6.66968C13.7286 6.66968 13.9987 6.66968 14.0848 6.51751C14.0959 6.49805 14.1047 6.47741 14.1111 6.45598C14.1614 6.2885 13.9746 6.09343 13.601 5.70329C12.9569 5.12016 12.4337 4.64652 11.971 4.30239C11.4905 3.94502 11.022 3.68545 10.4738 3.57406C10.1595 3.5102 9.83841 3.48749 9.51834 3.50651C8.95982 3.53969 8.46005 3.73104 7.93521 4.01761C7.43002 4.29344 6.84744 4.689 6.1305 5.17578L5.19294 5.81233C4.32688 6.40022 3.79502 6.76124 3.36728 7.21051C2.62006 7.99531 2.10513 8.97624 1.87915 10.0414C1.74986 10.6507 1.74992 11.565 1.75002 12.6268C1.74972 14.513 1.74954 15.6574 2.07801 16.6027C2.65457 18.2621 3.93845 19.5731 5.57775 20.1639C6.51194 20.5005 7.64223 20.5003 9.48816 20.5L11.5 20.5C11.7655 20.5 12.4166 20.4803 12.709 20.4705C13.7116 20.4705 14.6899 19.636 14.9509 18.5021C15.0075 18.2562 15.0357 18.1333 14.9457 18.0201C14.8556 17.907 14.7098 17.907 14.4184 17.907H12.5617C12.3291 17.907 12.1405 17.7135 12.1405 17.4748C12.1405 17.2361 12.3291 17.0426 12.5617 17.0426H14.9977C15.107 17.0426 15.1616 17.0426 15.2157 17.0206C15.2699 16.9987 15.3037 16.966 15.3714 16.9004C15.8031 16.4823 16.1153 15.8807 16.2156 15.0483C16.2475 14.7836 16.2634 14.6513 16.1739 14.5503C16.0844 14.4493 15.9396 14.4493 15.65 14.4493H13.685C13.4524 14.4493 13.2638 14.2558 13.2638 14.0171C13.2638 13.7784 13.4524 13.5849 13.685 13.5849H16.2804C16.4163 13.5849 16.4843 13.5849 16.5481 13.5526C16.612 13.5203 16.6471 13.4726 16.7173 13.3771C17.0522 12.9215 17.25 12.3588 17.25 11.75C17.2496 11.6676 17.2398 11.519 17.2106 11.3596C17.1828 11.2071 17.1688 11.1309 17.0854 11.0613C17.0019 10.9917 16.9071 10.9917 16.7173 10.9917L13.685 10.9917C13.4524 10.9917 13.2638 10.7982 13.2638 10.5595C13.2638 10.3208 13.4524 10.1273 13.685 10.1273L20.9535 10.1273C21.6696 10.1273 22.2501 9.5468 22.2501 8.8307C22.2501 8.1146 21.6696 7.53409 20.9535 7.53409L9.75349 7.53409C9.52085 7.53409 9.33225 7.34058 9.33225 7.10188C9.33225 6.86319 9.52085 6.66968 9.75349 6.66968L13.1884 6.66968Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.1884 6.66968C13.7286 6.66968 13.9987 6.66968 14.0848 6.51751C14.0959 6.49805 14.1047 6.47741 14.1111 6.45598C14.1614 6.2885 13.9746 6.09343 13.601 5.70329C12.9569 5.12016 12.4337 4.64652 11.971 4.30239C11.4905 3.94502 11.022 3.68545 10.4738 3.57406C10.1595 3.5102 9.83841 3.48749 9.51834 3.50651C8.95982 3.53969 8.46005 3.73104 7.93521 4.01761C7.43002 4.29344 6.84744 4.689 6.1305 5.17578L5.19294 5.81233C4.32688 6.40022 3.79502 6.76124 3.36728 7.21051C2.62006 7.99531 2.10513 8.97624 1.87915 10.0414C1.74986 10.6507 1.74992 11.565 1.75002 12.6268C1.74972 14.513 1.74954 15.6574 2.07801 16.6027C2.65457 18.2621 3.93845 19.5731 5.57775 20.1639C6.51194 20.5005 7.64223 20.5003 9.48816 20.5L11.5 20.5C11.7655 20.5 12.4166 20.4803 12.709 20.4705C13.7116 20.4705 14.6899 19.636 14.9509 18.5021C15.0075 18.2562 15.0357 18.1333 14.9457 18.0201C14.8556 17.907 14.7098 17.907 14.4184 17.907H12.5617C12.3291 17.907 12.1405 17.7135 12.1405 17.4748C12.1405 17.2361 12.3291 17.0426 12.5617 17.0426H14.9977C15.107 17.0426 15.1616 17.0426 15.2157 17.0206C15.2699 16.9987 15.3037 16.966 15.3714 16.9004C15.8031 16.4823 16.1153 15.8807 16.2156 15.0483C16.2475 14.7836 16.2634 14.6513 16.1739 14.5503C16.0844 14.4493 15.9396 14.4493 15.65 14.4493H13.685C13.4524 14.4493 13.2638 14.2558 13.2638 14.0171C13.2638 13.7784 13.4524 13.5849 13.685 13.5849H16.2804C16.4163 13.5849 16.4843 13.5849 16.5481 13.5526C16.612 13.5203 16.6471 13.4726 16.7173 13.3771C17.0522 12.9215 17.25 12.3588 17.25 11.75C17.2496 11.6676 17.2398 11.519 17.2106 11.3596C17.1828 11.2071 17.1688 11.1309 17.0854 11.0613C17.0019 10.9917 16.9071 10.9917 16.7173 10.9917L13.685 10.9917C13.4524 10.9917 13.2638 10.7982 13.2638 10.5595C13.2638 10.3208 13.4524 10.1273 13.685 10.1273L20.9535 10.1273C21.6696 10.1273 22.2501 9.5468 22.2501 8.8307C22.2501 8.1146 21.6696 7.53409 20.9535 7.53409L9.75349 7.53409C9.52085 7.53409 9.33225 7.34058 9.33225 7.10188C9.33225 6.86319 9.52085 6.66968 9.75349 6.66968L13.1884 6.66968Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hand-prayer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.3644 1.25C12.859 1.25003 12.4492 1.67522 12.4492 2.19972V10.9254C12.5857 10.7764 12.7435 10.6455 12.9251 10.5377C13.2962 10.3172 13.7411 10.2079 14.2594 10.2079C14.4392 10.2079 14.5988 10.3273 14.6556 10.5043L16.3265 15.7057C16.3995 15.9328 16.2812 16.1783 16.0624 16.254C15.8435 16.3297 15.6069 16.207 15.534 15.9799L13.9636 11.0915C13.7056 11.1223 13.5023 11.1937 13.3402 11.29C13.1221 11.4195 12.9528 11.6092 12.821 11.8627C12.5472 12.3893 12.4492 13.1624 12.4492 14.1088V17.8519C12.4492 19.4803 13.5664 20.8594 15.0891 21.231C15.534 21.3396 16.0294 21.2569 16.7779 21.1991C18.6043 21.0582 20.1587 21.6625 21.3743 22.3297C22.0004 22.6733 22.3134 22.8451 22.523 22.696C22.7325 22.5469 22.7337 22.1667 22.7359 21.4065L22.749 16.9339C22.7502 16.5122 22.7508 16.3013 22.6581 16.1635C22.6524 16.155 22.6486 16.1497 22.6425 16.1416C22.5433 16.0098 22.3266 15.9583 21.8932 15.8553C21.4634 15.7532 21.0322 15.5524 20.4686 15.1876C19.8746 14.7431 19.1592 13.9154 18.7203 13.0404C18.2854 12.1732 17.8343 11.029 17.2478 9.54148L14.2116 1.84012C14.0709 1.48318 13.7361 1.24998 13.3644 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6375 1.25C11.143 1.25003 11.5527 1.67522 11.5527 2.19972V10.9254C11.4162 10.7764 11.2585 10.6455 11.0768 10.5377C10.7057 10.3172 10.2608 10.2079 9.74258 10.2079C9.56278 10.2079 9.40316 10.3273 9.34631 10.5043L7.67541 15.7057C7.60245 15.9328 7.72074 16.1783 7.9396 16.254C8.15846 16.3297 8.39503 16.207 8.46798 15.9799L10.0383 11.0915C10.2964 11.1223 10.4996 11.1937 10.6618 11.29C10.8798 11.4195 11.0492 11.6092 11.181 11.8627C11.4548 12.3893 11.5527 13.1624 11.5527 14.1088V17.8519C11.5527 19.4803 10.4356 20.8594 8.9129 21.231C8.46798 21.3396 7.97251 21.2569 7.22409 21.1991C5.3977 21.0582 3.84326 21.6625 2.62764 22.3297C2.00158 22.6733 1.68855 22.8451 1.47898 22.696C1.26941 22.5469 1.2683 22.1667 1.26607 21.4065L1.253 16.9339C1.25176 16.5122 1.25115 16.3013 1.34382 16.1635C1.34953 16.155 1.35332 16.1497 1.35944 16.1416C1.45867 16.0098 1.67539 15.9583 2.1088 15.8553C2.53852 15.7532 2.96977 15.5524 3.53338 15.1876C4.12737 14.7431 4.84273 13.9154 5.28161 13.0404C5.71657 12.1732 6.16766 11.029 6.75411 9.54148L9.79036 1.84012C9.93108 1.48318 10.2659 1.24998 10.6375 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.3644 1.25C12.859 1.25003 12.4492 1.67522 12.4492 2.19972V10.9254C12.5857 10.7764 12.7435 10.6455 12.9251 10.5377C13.2962 10.3172 13.7411 10.2079 14.2594 10.2079C14.4392 10.2079 14.5988 10.3273 14.6556 10.5043L16.3265 15.7057C16.3995 15.9328 16.2812 16.1783 16.0624 16.254C15.8435 16.3297 15.6069 16.207 15.534 15.9799L13.9636 11.0915C13.7056 11.1223 13.5023 11.1937 13.3402 11.29C13.1221 11.4195 12.9528 11.6092 12.821 11.8627C12.5472 12.3893 12.4492 13.1624 12.4492 14.1088V17.8519C12.4492 19.4803 13.5664 20.8594 15.0891 21.231C15.534 21.3396 16.0294 21.2569 16.7779 21.1991C18.6043 21.0582 20.1587 21.6625 21.3743 22.3297C22.0004 22.6733 22.3134 22.8451 22.523 22.696C22.7325 22.5469 22.7337 22.1667 22.7359 21.4065L22.749 16.9339C22.7502 16.5122 22.7508 16.3013 22.6581 16.1635C22.6524 16.155 22.6486 16.1497 22.6425 16.1416C22.5433 16.0098 22.3266 15.9583 21.8932 15.8553C21.4634 15.7532 21.0322 15.5524 20.4686 15.1876C19.8746 14.7431 19.1592 13.9154 18.7203 13.0404C18.2854 12.1732 17.8343 11.029 17.2478 9.54148L14.2116 1.84012C14.0709 1.48318 13.7361 1.24998 13.3644 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6375 1.25C11.143 1.25003 11.5527 1.67522 11.5527 2.19972V10.9254C11.4162 10.7764 11.2585 10.6455 11.0768 10.5377C10.7057 10.3172 10.2608 10.2079 9.74258 10.2079C9.56278 10.2079 9.40316 10.3273 9.34631 10.5043L7.67541 15.7057C7.60245 15.9328 7.72074 16.1783 7.9396 16.254C8.15846 16.3297 8.39503 16.207 8.46798 15.9799L10.0383 11.0915C10.2964 11.1223 10.4996 11.1937 10.6618 11.29C10.8798 11.4195 11.0492 11.6092 11.181 11.8627C11.4548 12.3893 11.5527 13.1624 11.5527 14.1088V17.8519C11.5527 19.4803 10.4356 20.8594 8.9129 21.231C8.46798 21.3396 7.97251 21.2569 7.22409 21.1991C5.3977 21.0582 3.84326 21.6625 2.62764 22.3297C2.00158 22.6733 1.68855 22.8451 1.47898 22.696C1.26941 22.5469 1.2683 22.1667 1.26607 21.4065L1.253 16.9339C1.25176 16.5122 1.25115 16.3013 1.34382 16.1635C1.34953 16.155 1.35332 16.1497 1.35944 16.1416C1.45867 16.0098 1.67539 15.9583 2.1088 15.8553C2.53852 15.7532 2.96977 15.5524 3.53338 15.1876C4.12737 14.7431 4.84273 13.9154 5.28161 13.0404C5.71657 12.1732 6.16766 11.029 6.75411 9.54148L9.79036 1.84012C9.93108 1.48318 10.2659 1.24998 10.6375 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hold-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1423 10.1848C11.379 10.1848 11.5708 9.99733 11.5708 9.76602V2.53581C11.5708 1.82568 12.1465 1.25 12.8566 1.25C13.5668 1.25 14.1425 1.82571 14.1424 2.53587L14.142 10.8829C14.142 11.1142 14.3339 11.3017 14.5706 11.3017C14.8073 11.3017 14.9992 11.1142 14.9992 10.8829V4.66345C14.9992 3.95337 15.5748 3.37773 16.2849 3.37773C16.995 3.37773 17.5706 3.95337 17.5706 4.66345V11.9998C17.5706 12.2311 17.7625 12.4186 17.9992 12.4186C18.2359 12.4186 18.4277 12.2311 18.4277 11.9998V6.55814C18.4277 5.84812 19.0033 5.27253 19.7133 5.27253C20.4234 5.27253 20.999 5.84812 20.999 6.55814V13.6924C20.999 14.7571 20.999 15.592 20.9561 16.2673C20.9124 16.9542 20.8223 17.5269 20.6184 18.0598C20.3721 18.7034 19.7764 19.4358 19.3783 19.8903C19.1322 20.1713 18.999 20.5076 18.999 20.8354C18.9991 20.9551 18.9992 21.1112 18.9844 21.2255C18.882 22.0131 18.2621 22.633 17.4745 22.7353C17.3602 22.7502 17.2358 22.7501 17.1161 22.75L10.7149 22.7499C10.3205 22.75 9.97236 22.75 9.69199 22.7233C9.40178 22.6956 9.07232 22.6318 8.78116 22.4238C8.46624 22.1987 8.28901 21.8417 8.16334 21.548C8.02894 21.2339 7.87537 20.7853 7.70244 20.2803C7.54618 19.8239 7.33793 19.4189 7.09546 19.1092L3.29675 14.0339C3.18246 13.8836 3.10118 13.7173 3.05275 13.5444C3.02188 13.3995 3.0043 13.2525 3 13.1051C3.0105 12.7959 3.12013 12.4895 3.32812 12.2347C3.88642 11.5505 4.9265 11.4942 5.55816 12.1134L7.40993 13.9288C7.53239 14.0489 7.71683 14.0849 7.87714 14.0202C8.03745 13.9554 8.14202 13.8026 8.14202 13.6331V4.03625C8.14202 3.32611 8.71771 2.75042 9.42786 2.75042C10.138 2.75042 10.7137 3.32611 10.7137 4.03625V9.76602C10.7137 9.99733 10.9056 10.1848 11.1423 10.1848Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1423 10.1848C11.379 10.1848 11.5708 9.99733 11.5708 9.76602V2.53581C11.5708 1.82568 12.1465 1.25 12.8566 1.25C13.5668 1.25 14.1425 1.82571 14.1424 2.53587L14.142 10.8829C14.142 11.1142 14.3339 11.3017 14.5706 11.3017C14.8073 11.3017 14.9992 11.1142 14.9992 10.8829V4.66345C14.9992 3.95337 15.5748 3.37773 16.2849 3.37773C16.995 3.37773 17.5706 3.95337 17.5706 4.66345V11.9998C17.5706 12.2311 17.7625 12.4186 17.9992 12.4186C18.2359 12.4186 18.4277 12.2311 18.4277 11.9998V6.55814C18.4277 5.84812 19.0033 5.27253 19.7133 5.27253C20.4234 5.27253 20.999 5.84812 20.999 6.55814V13.6924C20.999 14.7571 20.999 15.592 20.9561 16.2673C20.9124 16.9542 20.8223 17.5269 20.6184 18.0598C20.3721 18.7034 19.7764 19.4358 19.3783 19.8903C19.1322 20.1713 18.999 20.5076 18.999 20.8354C18.9991 20.9551 18.9992 21.1112 18.9844 21.2255C18.882 22.0131 18.2621 22.633 17.4745 22.7353C17.3602 22.7502 17.2358 22.7501 17.1161 22.75L10.7149 22.7499C10.3205 22.75 9.97236 22.75 9.69199 22.7233C9.40178 22.6956 9.07232 22.6318 8.78116 22.4238C8.46624 22.1987 8.28901 21.8417 8.16334 21.548C8.02894 21.2339 7.87537 20.7853 7.70244 20.2803C7.54618 19.8239 7.33793 19.4189 7.09546 19.1092L3.29675 14.0339C3.18246 13.8836 3.10118 13.7173 3.05275 13.5444C3.02188 13.3995 3.0043 13.2525 3 13.1051C3.0105 12.7959 3.12013 12.4895 3.32812 12.2347C3.88642 11.5505 4.9265 11.4942 5.55816 12.1134L7.40993 13.9288C7.53239 14.0489 7.71683 14.0849 7.87714 14.0202C8.03745 13.9554 8.14202 13.8026 8.14202 13.6331V4.03625C8.14202 3.32611 8.71771 2.75042 9.42786 2.75042C10.138 2.75042 10.7137 3.32611 10.7137 4.03625V9.76602C10.7137 9.99733 10.9056 10.1848 11.1423 10.1848Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hold-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8095 7.8401C11.0482 7.8401 11.2417 7.64743 11.2417 7.40977V3.85795C11.2417 3.67158 11.2417 3.57839 11.3003 3.49898C11.3589 3.41957 11.4342 3.39631 11.5847 3.34979C11.7949 3.28485 12.0183 3.24988 12.2498 3.24988C12.7782 3.24988 13.264 3.43202 13.648 3.73694C13.7327 3.80419 13.775 3.83782 13.8048 3.89962C13.8347 3.96143 13.8347 4.02518 13.8347 4.15268V7.83978C13.8347 8.07745 14.0282 8.27011 14.2669 8.27011C14.5056 8.27011 14.6991 8.07745 14.6991 7.83978V4.78551C14.6991 4.55331 14.6991 4.4372 14.7829 4.35009C14.8667 4.26298 14.9649 4.25918 15.1613 4.25159C15.1906 4.25045 15.2202 4.24988 15.2498 4.24988C16.0742 4.24988 16.827 4.67787 17.2226 5.33739C17.2546 5.39067 17.2706 5.41731 17.2814 5.4566C17.2923 5.49589 17.2923 5.53299 17.2923 5.60719V8.55731C17.2923 8.79497 17.4858 8.98764 17.7245 8.98764C17.9632 8.98764 18.1567 8.79497 18.1567 8.55731V5.85178C18.1567 5.5602 18.1567 5.41441 18.2736 5.32434C18.3904 5.23427 18.5103 5.26582 18.7502 5.32892C19.7296 5.58661 20.5 6.46023 20.5 7.49988L20.5 12.0118C20.5003 13.8577 20.5005 14.988 20.1639 15.9222C19.9035 16.6448 19.5029 17.2986 18.9942 17.8531C18.6291 18.2511 18.4304 18.6629 18.4304 19.0448C18.4304 19.9865 17.667 20.7499 16.7253 20.7499L9.47222 20.7499C9.27199 20.7503 9.06349 20.7506 8.87474 20.7092C8.20791 20.5628 7.6871 20.042 7.54071 19.3751C7.49927 19.1864 7.49967 18.9249 7.5 18.7247C7.5 18.4411 7.40358 18.166 7.22657 17.9445L5.17578 15.3694C4.689 14.6525 4.29344 14.0699 4.01761 13.5647C3.73104 13.0399 3.53969 12.5401 3.50651 11.9816C3.48749 11.6615 3.5102 11.3404 3.57406 11.0261C3.68545 10.4779 3.94502 10.0094 4.30239 9.5289C4.63461 9.08221 5.2073 8.44971 5.76704 7.83152L5.90563 7.69952C6.33906 7.2867 6.55578 7.08029 6.73761 7.15822C6.91943 7.23614 6.91943 7.53542 6.91943 8.13399V11.383C6.91942 11.6207 7.11292 11.8134 7.35162 11.8134C7.59032 11.8134 7.78383 11.6207 7.78384 11.3831L7.78404 4.56901C7.78404 4.42881 7.78405 4.35871 7.81954 4.29239C7.85503 4.22607 7.90446 4.19311 8.00333 4.12718C8.36019 3.88922 8.7889 3.75052 9.25 3.75052C9.5379 3.75052 9.81317 3.80459 10.0662 3.90313C10.2038 3.95672 10.2726 3.98351 10.325 4.06008C10.3773 4.13665 10.3773 4.22392 10.3773 4.39847V7.40977C10.3773 7.64743 10.5708 7.8401 10.8095 7.8401Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8095 7.8401C11.0482 7.8401 11.2417 7.64743 11.2417 7.40977V3.85795C11.2417 3.67158 11.2417 3.57839 11.3003 3.49898C11.3589 3.41957 11.4342 3.39631 11.5847 3.34979C11.7949 3.28485 12.0183 3.24988 12.2498 3.24988C12.7782 3.24988 13.264 3.43202 13.648 3.73694C13.7327 3.80419 13.775 3.83782 13.8048 3.89962C13.8347 3.96143 13.8347 4.02518 13.8347 4.15268V7.83978C13.8347 8.07745 14.0282 8.27011 14.2669 8.27011C14.5056 8.27011 14.6991 8.07745 14.6991 7.83978V4.78551C14.6991 4.55331 14.6991 4.4372 14.7829 4.35009C14.8667 4.26298 14.9649 4.25918 15.1613 4.25159C15.1906 4.25045 15.2202 4.24988 15.2498 4.24988C16.0742 4.24988 16.827 4.67787 17.2226 5.33739C17.2546 5.39067 17.2706 5.41731 17.2814 5.4566C17.2923 5.49589 17.2923 5.53299 17.2923 5.60719V8.55731C17.2923 8.79497 17.4858 8.98764 17.7245 8.98764C17.9632 8.98764 18.1567 8.79497 18.1567 8.55731V5.85178C18.1567 5.5602 18.1567 5.41441 18.2736 5.32434C18.3904 5.23427 18.5103 5.26582 18.7502 5.32892C19.7296 5.58661 20.5 6.46023 20.5 7.49988L20.5 12.0118C20.5003 13.8577 20.5005 14.988 20.1639 15.9222C19.9035 16.6448 19.5029 17.2986 18.9942 17.8531C18.6291 18.2511 18.4304 18.6629 18.4304 19.0448C18.4304 19.9865 17.667 20.7499 16.7253 20.7499L9.47222 20.7499C9.27199 20.7503 9.06349 20.7506 8.87474 20.7092C8.20791 20.5628 7.6871 20.042 7.54071 19.3751C7.49927 19.1864 7.49967 18.9249 7.5 18.7247C7.5 18.4411 7.40358 18.166 7.22657 17.9445L5.17578 15.3694C4.689 14.6525 4.29344 14.0699 4.01761 13.5647C3.73104 13.0399 3.53969 12.5401 3.50651 11.9816C3.48749 11.6615 3.5102 11.3404 3.57406 11.0261C3.68545 10.4779 3.94502 10.0094 4.30239 9.5289C4.63461 9.08221 5.2073 8.44971 5.76704 7.83152L5.90563 7.69952C6.33906 7.2867 6.55578 7.08029 6.73761 7.15822C6.91943 7.23614 6.91943 7.53542 6.91943 8.13399V11.383C6.91942 11.6207 7.11292 11.8134 7.35162 11.8134C7.59032 11.8134 7.78383 11.6207 7.78384 11.3831L7.78404 4.56901C7.78404 4.42881 7.78405 4.35871 7.81954 4.29239C7.85503 4.22607 7.90446 4.19311 8.00333 4.12718C8.36019 3.88922 8.7889 3.75052 9.25 3.75052C9.5379 3.75052 9.81317 3.80459 10.0662 3.90313C10.2038 3.95672 10.2726 3.98351 10.325 4.06008C10.3773 4.13665 10.3773 4.22392 10.3773 4.39847V7.40977C10.3773 7.64743 10.5708 7.8401 10.8095 7.8401Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hold-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1413 10.7363C11.378 10.7363 11.5698 10.5478 11.5698 10.3151V3.03583C11.5698 2.32569 12.1455 1.75 12.8557 1.75C13.5659 1.75 14.1416 2.32573 14.1415 3.03591L14.1411 10.3151C14.1411 10.5478 14.333 10.7363 14.5696 10.7363C14.8063 10.7363 14.9982 10.5478 14.9982 10.3151V5.0357C14.9982 4.32567 15.5738 3.75007 16.2838 3.75007C16.9938 3.75007 17.5694 4.32567 17.5694 5.0357V10.3151C17.5694 10.5478 17.7613 10.7363 17.998 10.7363C18.2346 10.7363 18.4265 10.5478 18.4265 10.3151V7.05907C18.4265 6.34878 19.0023 5.77297 19.7126 5.77297C20.4229 5.77297 20.9987 6.34878 20.9987 7.05907V10.5001C20.9987 10.5138 20.9984 10.5274 20.9976 10.541V14.1925C20.9976 15.2572 20.9976 16.0922 20.9547 16.7674C20.9111 17.4543 20.821 18.027 20.617 18.56C20.035 20.0809 18.8367 21.2835 17.319 21.8679C16.787 22.0727 16.2154 22.1632 15.5303 22.207C14.8569 22.2501 14.0246 22.2501 12.9633 22.2501C11.9161 22.2502 11.1521 22.2503 10.5427 22.1159C9.61434 21.9112 8.75145 21.4783 8.03152 20.8564C7.55903 20.4483 7.17252 19.9312 6.54413 19.0905L3.29799 14.6108C3.23221 14.5243 3.17727 14.4326 3.13314 14.3373C3.05472 14.1117 3.01038 13.8772 3 13.6417C3.01662 13.3414 3.12575 13.0454 3.32669 12.7977C3.88496 12.1097 4.92496 12.053 5.55657 12.6758L7.40947 14.5029C7.53193 14.6236 7.71636 14.6599 7.87666 14.5948C8.03696 14.5296 8.14151 14.376 8.14151 14.2055V5.0357C8.14151 4.32567 8.71711 3.75007 9.42714 3.75007C10.1372 3.75007 10.7128 4.32567 10.7128 5.0357V10.3151C10.7128 10.5478 10.9046 10.7363 11.1413 10.7363Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1413 10.7363C11.378 10.7363 11.5698 10.5478 11.5698 10.3151V3.03583C11.5698 2.32569 12.1455 1.75 12.8557 1.75C13.5659 1.75 14.1416 2.32573 14.1415 3.03591L14.1411 10.3151C14.1411 10.5478 14.333 10.7363 14.5696 10.7363C14.8063 10.7363 14.9982 10.5478 14.9982 10.3151V5.0357C14.9982 4.32567 15.5738 3.75007 16.2838 3.75007C16.9938 3.75007 17.5694 4.32567 17.5694 5.0357V10.3151C17.5694 10.5478 17.7613 10.7363 17.998 10.7363C18.2346 10.7363 18.4265 10.5478 18.4265 10.3151V7.05907C18.4265 6.34878 19.0023 5.77297 19.7126 5.77297C20.4229 5.77297 20.9987 6.34878 20.9987 7.05907V10.5001C20.9987 10.5138 20.9984 10.5274 20.9976 10.541V14.1925C20.9976 15.2572 20.9976 16.0922 20.9547 16.7674C20.9111 17.4543 20.821 18.027 20.617 18.56C20.035 20.0809 18.8367 21.2835 17.319 21.8679C16.787 22.0727 16.2154 22.1632 15.5303 22.207C14.8569 22.2501 14.0246 22.2501 12.9633 22.2501C11.9161 22.2502 11.1521 22.2503 10.5427 22.1159C9.61434 21.9112 8.75145 21.4783 8.03152 20.8564C7.55903 20.4483 7.17252 19.9312 6.54413 19.0905L3.29799 14.6108C3.23221 14.5243 3.17727 14.4326 3.13314 14.3373C3.05472 14.1117 3.01038 13.8772 3 13.6417C3.01662 13.3414 3.12575 13.0454 3.32669 12.7977C3.88496 12.1097 4.92496 12.053 5.55657 12.6758L7.40947 14.5029C7.53193 14.6236 7.71636 14.6599 7.87666 14.5948C8.03696 14.5296 8.14151 14.376 8.14151 14.2055V5.0357C8.14151 4.32567 8.71711 3.75007 9.42714 3.75007C10.1372 3.75007 10.7128 4.32567 10.7128 5.0357V10.3151C10.7128 10.5478 10.9046 10.7363 11.1413 10.7363Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hold-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5593 8.38159C10.798 8.38159 10.9915 8.18719 10.9915 7.94738V4.45326C10.9915 4.29182 10.9915 4.21111 11.0371 4.1381C11.0828 4.0651 11.1443 4.03521 11.2672 3.97544C11.5641 3.83102 11.8976 3.75 12.25 3.75C12.6412 3.75 13.0091 3.84985 13.3296 4.02546C13.4438 4.08803 13.5009 4.11932 13.5428 4.19003C13.5847 4.26074 13.5847 4.3376 13.5847 4.49134V8.38127C13.5847 8.62108 13.7782 8.81549 14.0169 8.81549C14.2556 8.81549 14.4491 8.62108 14.4491 8.38127V5.31019C14.4491 5.10323 14.4491 4.99976 14.5189 4.91624C14.5886 4.83273 14.6747 4.81716 14.8469 4.78602C14.9776 4.76235 15.1124 4.75 15.25 4.75C15.9088 4.75 16.5014 5.03313 16.9129 5.48434C16.9722 5.54929 17.0018 5.58176 17.022 5.63407C17.0423 5.68637 17.0423 5.73817 17.0423 5.84178V9.10528C17.0423 9.34508 17.2358 9.53949 17.4745 9.53949C17.7132 9.53949 17.9067 9.34508 17.9067 9.10528V6.12062C17.9067 6.04685 17.9067 6.00996 17.9172 5.97132C17.9423 5.87896 18.0357 5.7856 18.128 5.7605C18.1667 5.75 18.1945 5.75 18.25 5.75C19.4926 5.75 20.5 6.75736 20.5 8L20.5 12.5119C20.5003 14.3578 20.5005 15.4881 20.1639 16.4223C19.5731 18.0616 18.2621 19.3455 16.6027 19.922C15.6574 20.2505 14.513 20.2503 12.6268 20.25C12.5655 20.25 12.5046 20.25 12.4443 20.25C11.4604 20.2497 10.6155 20.2427 10.0414 20.1209C8.97624 19.8949 7.99531 19.38 7.21051 18.6328C6.76125 18.205 6.40024 17.6732 5.81237 16.8071L5.17578 15.8695C4.689 15.1526 4.29344 14.57 4.01761 14.0648C3.73104 13.54 3.53969 13.0402 3.50651 12.4817C3.48749 12.1616 3.5102 11.8405 3.57406 11.5262C3.68545 10.978 3.94502 10.5095 4.30239 10.029C4.63461 9.58233 5.14692 9.01653 5.70665 8.39834C6.09295 8.02672 6.28611 7.84091 6.45235 7.88872C6.4759 7.89549 6.49852 7.90512 6.51973 7.91739C6.66943 8.00405 6.66943 8.27207 6.66943 8.8081V12C6.66943 12.2398 6.86294 12.4342 7.10164 12.4342C7.34034 12.4342 7.53384 12.2398 7.53384 12L7.53384 5.26514C7.53384 5.15241 7.53384 5.09605 7.55759 5.03998C7.58133 4.9839 7.61567 4.95062 7.68434 4.88407C8.08936 4.49158 8.64147 4.25 9.25 4.25C9.4216 4.25 9.58871 4.26921 9.74931 4.3056C9.91368 4.34284 9.99586 4.36146 10.0615 4.44359C10.1271 4.52571 10.1271 4.6254 10.1271 4.82477V7.94738C10.1271 8.18719 10.3206 8.38159 10.5593 8.38159Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5593 8.38159C10.798 8.38159 10.9915 8.18719 10.9915 7.94738V4.45326C10.9915 4.29182 10.9915 4.21111 11.0371 4.1381C11.0828 4.0651 11.1443 4.03521 11.2672 3.97544C11.5641 3.83102 11.8976 3.75 12.25 3.75C12.6412 3.75 13.0091 3.84985 13.3296 4.02546C13.4438 4.08803 13.5009 4.11932 13.5428 4.19003C13.5847 4.26074 13.5847 4.3376 13.5847 4.49134V8.38127C13.5847 8.62108 13.7782 8.81549 14.0169 8.81549C14.2556 8.81549 14.4491 8.62108 14.4491 8.38127V5.31019C14.4491 5.10323 14.4491 4.99976 14.5189 4.91624C14.5886 4.83273 14.6747 4.81716 14.8469 4.78602C14.9776 4.76235 15.1124 4.75 15.25 4.75C15.9088 4.75 16.5014 5.03313 16.9129 5.48434C16.9722 5.54929 17.0018 5.58176 17.022 5.63407C17.0423 5.68637 17.0423 5.73817 17.0423 5.84178V9.10528C17.0423 9.34508 17.2358 9.53949 17.4745 9.53949C17.7132 9.53949 17.9067 9.34508 17.9067 9.10528V6.12062C17.9067 6.04685 17.9067 6.00996 17.9172 5.97132C17.9423 5.87896 18.0357 5.7856 18.128 5.7605C18.1667 5.75 18.1945 5.75 18.25 5.75C19.4926 5.75 20.5 6.75736 20.5 8L20.5 12.5119C20.5003 14.3578 20.5005 15.4881 20.1639 16.4223C19.5731 18.0616 18.2621 19.3455 16.6027 19.922C15.6574 20.2505 14.513 20.2503 12.6268 20.25C12.5655 20.25 12.5046 20.25 12.4443 20.25C11.4604 20.2497 10.6155 20.2427 10.0414 20.1209C8.97624 19.8949 7.99531 19.38 7.21051 18.6328C6.76125 18.205 6.40024 17.6732 5.81237 16.8071L5.17578 15.8695C4.689 15.1526 4.29344 14.57 4.01761 14.0648C3.73104 13.54 3.53969 13.0402 3.50651 12.4817C3.48749 12.1616 3.5102 11.8405 3.57406 11.5262C3.68545 10.978 3.94502 10.5095 4.30239 10.029C4.63461 9.58233 5.14692 9.01653 5.70665 8.39834C6.09295 8.02672 6.28611 7.84091 6.45235 7.88872C6.4759 7.89549 6.49852 7.90512 6.51973 7.91739C6.66943 8.00405 6.66943 8.27207 6.66943 8.8081V12C6.66943 12.2398 6.86294 12.4342 7.10164 12.4342C7.34034 12.4342 7.53384 12.2398 7.53384 12L7.53384 5.26514C7.53384 5.15241 7.53384 5.09605 7.55759 5.03998C7.58133 4.9839 7.61567 4.95062 7.68434 4.88407C8.08936 4.49158 8.64147 4.25 9.25 4.25C9.4216 4.25 9.58871 4.26921 9.74931 4.3056C9.91368 4.34284 9.99586 4.36146 10.0615 4.44359C10.1271 4.52571 10.1271 4.6254 10.1271 4.82477V7.94738C10.1271 8.18719 10.3206 8.38159 10.5593 8.38159Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hold-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8044 1.76947C14.1127 1.64828 13.4531 2.10721 13.3311 2.79454L12.0552 9.98501C12.0145 10.2141 11.7947 10.3671 11.5641 10.3267C11.3335 10.2863 11.1796 10.0678 11.2202 9.83871L12.1036 4.86069C12.2255 4.17337 11.7637 3.51794 11.072 3.39675C10.3803 3.27556 9.72066 3.73449 9.5987 4.42181L7.80087 14.7726C7.77689 14.9307 7.6649 15.0617 7.51175 15.1108C7.3586 15.1598 7.1907 15.1185 7.0783 15.0041L4.79022 12.6746C4.16252 12.0528 3.13019 12.1102 2.57629 12.7982C2.15209 13.3251 2.14037 14.0705 2.5478 14.6103L5.95435 19.1236C6.73882 20.1629 7.09457 20.6304 7.51666 20.9916C8.17312 21.5533 8.95977 21.9441 9.80589 22.1289C10.3499 22.2478 10.9398 22.2501 12.2472 22.2501H14.892C17.4086 22.2501 19.5681 20.4686 20.0311 18.0106L21.2397 11.5942L21.7305 8.82866C21.8524 8.14134 21.3906 7.48591 20.6989 7.36472C20.0072 7.24353 19.3476 7.70246 19.2256 8.38978L18.7348 11.1553C18.6942 11.3845 18.4743 11.5374 18.2437 11.497C18.0132 11.4566 17.8592 11.2382 17.8999 11.0091L18.7832 6.03104C18.9052 5.34372 18.4433 4.68829 17.7516 4.5671C17.0599 4.4459 16.4003 4.90484 16.2784 5.59216L15.395 10.5702C15.3544 10.7993 15.1345 10.9523 14.9039 10.9119C14.6733 10.8715 14.5194 10.653 14.5601 10.4239L15.836 3.23342C15.958 2.54609 15.4961 1.89066 14.8044 1.76947Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8044 1.76947C14.1127 1.64828 13.4531 2.10721 13.3311 2.79454L12.0552 9.98501C12.0145 10.2141 11.7947 10.3671 11.5641 10.3267C11.3335 10.2863 11.1796 10.0678 11.2202 9.83871L12.1036 4.86069C12.2255 4.17337 11.7637 3.51794 11.072 3.39675C10.3803 3.27556 9.72066 3.73449 9.5987 4.42181L7.80087 14.7726C7.77689 14.9307 7.6649 15.0617 7.51175 15.1108C7.3586 15.1598 7.1907 15.1185 7.0783 15.0041L4.79022 12.6746C4.16252 12.0528 3.13019 12.1102 2.57629 12.7982C2.15209 13.3251 2.14037 14.0705 2.5478 14.6103L5.95435 19.1236C6.73882 20.1629 7.09457 20.6304 7.51666 20.9916C8.17312 21.5533 8.95977 21.9441 9.80589 22.1289C10.3499 22.2478 10.9398 22.2501 12.2472 22.2501H14.892C17.4086 22.2501 19.5681 20.4686 20.0311 18.0106L21.2397 11.5942L21.7305 8.82866C21.8524 8.14134 21.3906 7.48591 20.6989 7.36472C20.0072 7.24353 19.3476 7.70246 19.2256 8.38978L18.7348 11.1553C18.6942 11.3845 18.4743 11.5374 18.2437 11.497C18.0132 11.4566 17.8592 11.2382 17.8999 11.0091L18.7832 6.03104C18.9052 5.34372 18.4433 4.68829 17.7516 4.5671C17.0599 4.4459 16.4003 4.90484 16.2784 5.59216L15.395 10.5702C15.3544 10.7993 15.1345 10.9523 14.9039 10.9119C14.6733 10.8715 14.5194 10.653 14.5601 10.4239L15.836 3.23342C15.958 2.54609 15.4961 1.89066 14.8044 1.76947Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hold-locked-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 13.25C16.7574 13.25 15.75 14.2574 15.75 15.5V16.3877C15.6227 16.4278 15.4974 16.4808 15.375 16.5514C15.033 16.7489 14.7489 17.033 14.5514 17.375C14.3741 17.6822 14.308 18.0082 14.2782 18.3374C14.25 18.6486 14.25 19.0925 14.25 19.5322C14.25 19.972 14.25 20.3514 14.2782 20.6627C14.308 20.9918 14.3741 21.3178 14.5514 21.625C14.7489 21.967 15.033 22.2511 15.375 22.4486C15.6822 22.6259 16.0082 22.692 16.3374 22.7218C16.6486 22.75 17.028 22.75 17.4678 22.75H18.5322C18.972 22.75 19.3514 22.75 19.6627 22.7218C19.9918 22.692 20.3178 22.6259 20.625 22.4486C20.967 22.2511 21.2511 21.967 21.4486 21.625C21.6259 21.3178 21.692 20.9918 21.7218 20.6627C21.75 20.3514 21.75 19.972 21.75 19.5322C21.75 19.0924 21.75 18.6486 21.7218 18.3374C21.692 18.0082 21.6259 17.6822 21.4486 17.375C21.2511 17.033 20.967 16.7489 20.625 16.5514C20.5026 16.4808 20.3773 16.4278 20.25 16.3877V15.5C20.25 14.2574 19.2426 13.25 18 13.25ZM18.75 16.25V15.5C18.75 15.0858 18.4142 14.75 18 14.75C17.5858 14.75 17.25 15.0858 17.25 15.5V16.25H18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.8208 9.76602C10.8208 9.99733 10.629 10.1848 10.3923 10.1848C10.1556 10.1848 9.96369 9.99733 9.96369 9.76602V4.03625C9.96369 3.32611 9.388 2.75042 8.67786 2.75042C7.96771 2.75042 7.39202 3.32611 7.39202 4.03625V13.6331C7.39202 13.8026 7.28745 13.9554 7.12714 14.0202C6.96683 14.0849 6.78239 14.0489 6.65993 13.9288L4.80816 12.1134C4.1765 11.4942 3.13642 11.5505 2.57812 12.2347C2.37013 12.4895 2.2605 12.7959 2.25 13.1051C2.2543 13.2525 2.27188 13.3995 2.30275 13.5444C2.35118 13.7173 2.43246 13.8836 2.54675 14.0339L6.34546 19.1092C6.58793 19.4189 6.79618 19.8239 6.95244 20.2803C7.12537 20.7853 7.27894 21.2339 7.41334 21.548C7.53901 21.8417 7.71624 22.1987 8.03116 22.4238C8.32232 22.6318 8.65178 22.6956 8.94199 22.7233C9.22236 22.75 9.57046 22.75 9.96491 22.7499L13.0504 22.75C13.2356 22.75 13.345 22.5354 13.2524 22.375C12.9214 21.8016 12.8236 21.2316 12.7843 20.798C12.7499 20.4181 12.75 19.9366 12.75 19.5323C12.7499 19.1282 12.7499 18.5822 12.7843 18.202C12.8236 17.7684 12.9214 17.1984 13.2524 16.625C13.456 16.2724 13.7148 15.9568 14.0175 15.6894C14.1334 15.587 14.1914 15.5358 14.2175 15.4836C14.2435 15.4314 14.2496 15.3543 14.2618 15.2003C14.3707 13.8234 15.2233 12.6557 16.418 12.0991C16.6237 12.0032 16.7266 11.9553 16.7736 11.8815C16.8206 11.8077 16.8206 11.7071 16.8206 11.5058V4.66345C16.8206 3.95337 16.245 3.37773 15.5349 3.37773C14.8248 3.37773 14.2492 3.95337 14.2492 4.66345V10.8829C14.2492 11.1142 14.0573 11.3017 13.8206 11.3017C13.5839 11.3017 13.392 11.1142 13.392 10.8829L13.3924 2.53587C13.3925 1.82571 12.8168 1.25 12.1066 1.25C11.3965 1.25 10.8208 1.82568 10.8208 2.53581V9.76602Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6777 11.441C17.6777 11.6146 17.8264 11.75 18 11.75C18.5577 11.75 19.087 11.8717 19.5626 12.0901C19.8975 12.2438 20.0649 12.3206 20.1569 12.2616C20.249 12.2026 20.249 12.0346 20.249 11.6986V6.55814C20.249 5.84812 19.6734 5.27253 18.9633 5.27253C18.2533 5.27253 17.6777 5.84812 17.6777 6.55814V11.441Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 13.25C16.7574 13.25 15.75 14.2574 15.75 15.5V16.3877C15.6227 16.4278 15.4974 16.4808 15.375 16.5514C15.033 16.7489 14.7489 17.033 14.5514 17.375C14.3741 17.6822 14.308 18.0082 14.2782 18.3374C14.25 18.6486 14.25 19.0925 14.25 19.5322C14.25 19.972 14.25 20.3514 14.2782 20.6627C14.308 20.9918 14.3741 21.3178 14.5514 21.625C14.7489 21.967 15.033 22.2511 15.375 22.4486C15.6822 22.6259 16.0082 22.692 16.3374 22.7218C16.6486 22.75 17.028 22.75 17.4678 22.75H18.5322C18.972 22.75 19.3514 22.75 19.6627 22.7218C19.9918 22.692 20.3178 22.6259 20.625 22.4486C20.967 22.2511 21.2511 21.967 21.4486 21.625C21.6259 21.3178 21.692 20.9918 21.7218 20.6627C21.75 20.3514 21.75 19.972 21.75 19.5322C21.75 19.0924 21.75 18.6486 21.7218 18.3374C21.692 18.0082 21.6259 17.6822 21.4486 17.375C21.2511 17.033 20.967 16.7489 20.625 16.5514C20.5026 16.4808 20.3773 16.4278 20.25 16.3877V15.5C20.25 14.2574 19.2426 13.25 18 13.25ZM18.75 16.25V15.5C18.75 15.0858 18.4142 14.75 18 14.75C17.5858 14.75 17.25 15.0858 17.25 15.5V16.25H18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.8208 9.76602C10.8208 9.99733 10.629 10.1848 10.3923 10.1848C10.1556 10.1848 9.96369 9.99733 9.96369 9.76602V4.03625C9.96369 3.32611 9.388 2.75042 8.67786 2.75042C7.96771 2.75042 7.39202 3.32611 7.39202 4.03625V13.6331C7.39202 13.8026 7.28745 13.9554 7.12714 14.0202C6.96683 14.0849 6.78239 14.0489 6.65993 13.9288L4.80816 12.1134C4.1765 11.4942 3.13642 11.5505 2.57812 12.2347C2.37013 12.4895 2.2605 12.7959 2.25 13.1051C2.2543 13.2525 2.27188 13.3995 2.30275 13.5444C2.35118 13.7173 2.43246 13.8836 2.54675 14.0339L6.34546 19.1092C6.58793 19.4189 6.79618 19.8239 6.95244 20.2803C7.12537 20.7853 7.27894 21.2339 7.41334 21.548C7.53901 21.8417 7.71624 22.1987 8.03116 22.4238C8.32232 22.6318 8.65178 22.6956 8.94199 22.7233C9.22236 22.75 9.57046 22.75 9.96491 22.7499L13.0504 22.75C13.2356 22.75 13.345 22.5354 13.2524 22.375C12.9214 21.8016 12.8236 21.2316 12.7843 20.798C12.7499 20.4181 12.75 19.9366 12.75 19.5323C12.7499 19.1282 12.7499 18.5822 12.7843 18.202C12.8236 17.7684 12.9214 17.1984 13.2524 16.625C13.456 16.2724 13.7148 15.9568 14.0175 15.6894C14.1334 15.587 14.1914 15.5358 14.2175 15.4836C14.2435 15.4314 14.2496 15.3543 14.2618 15.2003C14.3707 13.8234 15.2233 12.6557 16.418 12.0991C16.6237 12.0032 16.7266 11.9553 16.7736 11.8815C16.8206 11.8077 16.8206 11.7071 16.8206 11.5058V4.66345C16.8206 3.95337 16.245 3.37773 15.5349 3.37773C14.8248 3.37773 14.2492 3.95337 14.2492 4.66345V10.8829C14.2492 11.1142 14.0573 11.3017 13.8206 11.3017C13.5839 11.3017 13.392 11.1142 13.392 10.8829L13.3924 2.53587C13.3925 1.82571 12.8168 1.25 12.1066 1.25C11.3965 1.25 10.8208 1.82568 10.8208 2.53581V9.76602Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6777 11.441C17.6777 11.6146 17.8264 11.75 18 11.75C18.5577 11.75 19.087 11.8717 19.5626 12.0901C19.8975 12.2438 20.0649 12.3206 20.1569 12.2616C20.249 12.2026 20.249 12.0346 20.249 11.6986V6.55814C20.249 5.84812 19.6734 5.27253 18.9633 5.27253C18.2533 5.27253 17.6777 5.84812 17.6777 6.55814V11.441Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hold-locked-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 13.2499C16.7574 13.2499 15.75 14.2573 15.75 15.4999V16.3877C15.6227 16.4278 15.4974 16.4808 15.375 16.5514C15.033 16.7489 14.7489 17.0329 14.5514 17.375C14.3741 17.6822 14.308 18.0081 14.2782 18.3373C14.25 18.6486 14.25 19.0924 14.25 19.5322C14.25 19.9719 14.25 20.3513 14.2782 20.6626C14.308 20.9918 14.3741 21.3177 14.5514 21.625C14.7489 21.967 15.033 22.251 15.375 22.4485C15.6822 22.6259 16.0082 22.6919 16.3374 22.7218C16.6486 22.75 17.028 22.75 17.4678 22.75H18.5322C18.972 22.75 19.3514 22.75 19.6627 22.7218C19.9918 22.6919 20.3178 22.6259 20.625 22.4485C20.967 22.251 21.2511 21.967 21.4486 21.625C21.6259 21.3177 21.692 20.9918 21.7218 20.6626C21.75 20.3513 21.75 19.972 21.75 19.5322C21.75 19.0924 21.75 18.6486 21.7218 18.3373C21.692 18.0081 21.6259 17.6822 21.4486 17.375C21.2511 17.0329 20.967 16.7489 20.625 16.5514C20.5026 16.4808 20.3773 16.4278 20.25 16.3877V15.4999C20.25 14.2573 19.2426 13.2499 18 13.2499ZM18.75 16.2662V15.4999C18.75 15.0857 18.4142 14.7499 18 14.7499C17.5858 14.7499 17.25 15.0857 17.25 15.4999V16.2662H18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.8198 9.81487C10.8198 10.0475 10.628 10.2361 10.3913 10.2361C10.1546 10.2361 9.96276 10.0475 9.96276 9.81487V4.53545C9.96276 3.82542 9.38717 3.24983 8.67714 3.24983C7.96711 3.24983 7.39151 3.82542 7.39151 4.53545V13.7052C7.39151 13.8757 7.28696 14.0294 7.12666 14.0945C6.96636 14.1596 6.78193 14.1234 6.65947 14.0026L4.80657 12.1756C4.17496 11.5528 3.13496 11.6094 2.57669 12.2975C2.37575 12.5452 2.26662 12.8412 2.25 13.1414C2.26038 13.377 2.30472 13.6114 2.38314 13.837C2.42727 13.9323 2.48221 14.0241 2.54799 14.1105L5.79413 18.5903C6.42252 19.4309 6.80903 19.948 7.28152 20.3562C8.00145 20.9781 8.86434 21.4109 9.79271 21.6157C10.4021 21.75 11.1661 21.7499 12.2133 21.7498C12.5201 21.7498 12.6736 21.7498 12.7579 21.6774C12.7816 21.657 12.7962 21.6404 12.8134 21.6142C12.8743 21.5212 12.852 21.3505 12.8075 21.0091C12.7979 20.9357 12.7904 20.8652 12.7843 20.7979C12.7499 20.418 12.7499 19.8903 12.75 19.4859C12.7499 19.0818 12.7499 18.5821 12.7843 18.2019C12.8236 17.7683 12.9214 17.1983 13.2524 16.6249C13.456 16.2723 13.7148 15.9567 14.0175 15.6893C14.1334 15.5869 14.1914 15.5356 14.2175 15.4835C14.2435 15.4313 14.2496 15.3541 14.2618 15.1999C14.4146 13.2691 16.0299 11.7499 18 11.7499C18.6998 11.7499 19.3549 11.9416 19.9155 12.2753C20.0695 12.367 20.1465 12.4128 20.197 12.3841C20.2476 12.3553 20.2476 12.2695 20.2476 12.0978V10.0407C20.2484 10.0272 20.2487 10.0136 20.2487 9.99983V6.55883C20.2487 5.84854 19.6729 5.27273 18.9626 5.27273C18.2523 5.27273 17.6765 5.84853 17.6765 6.55883V9.81487C17.6765 10.0475 17.4846 10.2361 17.248 10.2361C17.0113 10.2361 16.8194 10.0475 16.8194 9.81487V4.53545C16.8194 3.82542 16.2438 3.24983 15.5338 3.24983C14.8238 3.24983 14.2482 3.82542 14.2482 4.53545V9.81487C14.2482 10.0475 14.0563 10.2361 13.8196 10.2361C13.583 10.2361 13.3911 10.0475 13.3911 9.81487L13.3915 2.53566C13.3916 1.82549 12.8159 1.24976 12.1057 1.24976C11.3955 1.24976 10.8198 1.82544 10.8198 2.53559V9.81487Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 13.2499C16.7574 13.2499 15.75 14.2573 15.75 15.4999V16.3877C15.6227 16.4278 15.4974 16.4808 15.375 16.5514C15.033 16.7489 14.7489 17.0329 14.5514 17.375C14.3741 17.6822 14.308 18.0081 14.2782 18.3373C14.25 18.6486 14.25 19.0924 14.25 19.5322C14.25 19.9719 14.25 20.3513 14.2782 20.6626C14.308 20.9918 14.3741 21.3177 14.5514 21.625C14.7489 21.967 15.033 22.251 15.375 22.4485C15.6822 22.6259 16.0082 22.6919 16.3374 22.7218C16.6486 22.75 17.028 22.75 17.4678 22.75H18.5322C18.972 22.75 19.3514 22.75 19.6627 22.7218C19.9918 22.6919 20.3178 22.6259 20.625 22.4485C20.967 22.251 21.2511 21.967 21.4486 21.625C21.6259 21.3177 21.692 20.9918 21.7218 20.6626C21.75 20.3513 21.75 19.972 21.75 19.5322C21.75 19.0924 21.75 18.6486 21.7218 18.3373C21.692 18.0081 21.6259 17.6822 21.4486 17.375C21.2511 17.0329 20.967 16.7489 20.625 16.5514C20.5026 16.4808 20.3773 16.4278 20.25 16.3877V15.4999C20.25 14.2573 19.2426 13.2499 18 13.2499ZM18.75 16.2662V15.4999C18.75 15.0857 18.4142 14.7499 18 14.7499C17.5858 14.7499 17.25 15.0857 17.25 15.4999V16.2662H18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.8198 9.81487C10.8198 10.0475 10.628 10.2361 10.3913 10.2361C10.1546 10.2361 9.96276 10.0475 9.96276 9.81487V4.53545C9.96276 3.82542 9.38717 3.24983 8.67714 3.24983C7.96711 3.24983 7.39151 3.82542 7.39151 4.53545V13.7052C7.39151 13.8757 7.28696 14.0294 7.12666 14.0945C6.96636 14.1596 6.78193 14.1234 6.65947 14.0026L4.80657 12.1756C4.17496 11.5528 3.13496 11.6094 2.57669 12.2975C2.37575 12.5452 2.26662 12.8412 2.25 13.1414C2.26038 13.377 2.30472 13.6114 2.38314 13.837C2.42727 13.9323 2.48221 14.0241 2.54799 14.1105L5.79413 18.5903C6.42252 19.4309 6.80903 19.948 7.28152 20.3562C8.00145 20.9781 8.86434 21.4109 9.79271 21.6157C10.4021 21.75 11.1661 21.7499 12.2133 21.7498C12.5201 21.7498 12.6736 21.7498 12.7579 21.6774C12.7816 21.657 12.7962 21.6404 12.8134 21.6142C12.8743 21.5212 12.852 21.3505 12.8075 21.0091C12.7979 20.9357 12.7904 20.8652 12.7843 20.7979C12.7499 20.418 12.7499 19.8903 12.75 19.4859C12.7499 19.0818 12.7499 18.5821 12.7843 18.2019C12.8236 17.7683 12.9214 17.1983 13.2524 16.6249C13.456 16.2723 13.7148 15.9567 14.0175 15.6893C14.1334 15.5869 14.1914 15.5356 14.2175 15.4835C14.2435 15.4313 14.2496 15.3541 14.2618 15.1999C14.4146 13.2691 16.0299 11.7499 18 11.7499C18.6998 11.7499 19.3549 11.9416 19.9155 12.2753C20.0695 12.367 20.1465 12.4128 20.197 12.3841C20.2476 12.3553 20.2476 12.2695 20.2476 12.0978V10.0407C20.2484 10.0272 20.2487 10.0136 20.2487 9.99983V6.55883C20.2487 5.84854 19.6729 5.27273 18.9626 5.27273C18.2523 5.27273 17.6765 5.84853 17.6765 6.55883V9.81487C17.6765 10.0475 17.4846 10.2361 17.248 10.2361C17.0113 10.2361 16.8194 10.0475 16.8194 9.81487V4.53545C16.8194 3.82542 16.2438 3.24983 15.5338 3.24983C14.8238 3.24983 14.2482 3.82542 14.2482 4.53545V9.81487C14.2482 10.0475 14.0563 10.2361 13.8196 10.2361C13.583 10.2361 13.3911 10.0475 13.3911 9.81487L13.3915 2.53566C13.3916 1.82549 12.8159 1.24976 12.1057 1.24976C11.3955 1.24976 10.8198 1.82544 10.8198 2.53559V9.81487Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-hold-phone{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.2501 6.57143C14.2501 4.73705 15.7371 3.25 17.5715 3.25C18.2224 3.25 18.7501 3.77766 18.7501 4.42857V8.05573C18.7501 8.64665 18.9385 9.19983 19.2486 9.82001C19.7202 10.7632 19.8277 11.8193 19.8349 12.7912C19.8385 13.2814 19.8162 13.7713 19.7942 14.2299C19.7732 14.6668 19.7501 15.1472 19.7501 15.5279C19.7501 16.0745 20.0057 16.7281 20.4174 17.4838C20.5979 17.815 20.8606 18.2522 21.0592 18.5829C21.2753 18.9429 21.4953 19.3133 21.6709 19.6646C21.7726 19.8681 21.7765 20.1067 21.6814 20.3134C21.5864 20.5201 21.4027 20.6724 21.182 20.7276L13.182 22.7276C12.8745 22.8045 12.5518 22.6798 12.376 22.416L11.6149 21.2744C11.5165 21.1267 11.3878 21.0018 11.2374 20.9077L7.60256 18.636C7.31884 18.4587 7.18689 18.1149 7.27913 17.7932C7.37136 17.4716 7.66548 17.25 8.00006 17.25H11.0001C11.9641 17.25 12.6116 17.2484 13.0947 17.1835C13.5561 17.1214 13.7536 17.0142 13.8839 16.8839C14.0143 16.7536 14.1215 16.5561 14.1835 16.0946C14.2485 15.6116 14.2501 14.964 14.2501 14V6.57143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94612 1.25H10.0535C11.1863 1.24998 12.1121 1.24996 12.8429 1.34822C13.6069 1.45093 14.2692 1.67321 14.7979 2.2019C15.3266 2.7306 15.5489 3.39294 15.6516 4.15689C15.7499 4.88775 15.7498 5.81348 15.7498 6.94631V13.0537C15.7498 14.1865 15.7499 15.1123 15.6516 15.8431C15.5489 16.6071 15.3266 17.2694 14.7979 17.7981C14.2692 18.3268 13.6069 18.5491 12.8429 18.6518C12.1121 18.75 11.1863 18.75 10.0535 18.75H9.94612C8.81329 18.75 7.88756 18.75 7.1567 18.6518C6.39274 18.5491 5.73041 18.3268 5.20171 17.7981C4.50085 17.0972 4.33402 16.1553 4.27829 15.0373C4.25767 14.6236 4.57632 14.2716 4.99002 14.2509C5.40372 14.2303 5.75581 14.549 5.77643 14.9627C5.83004 16.0382 5.98949 16.4646 6.26237 16.7374C6.46591 16.941 6.75895 17.0848 7.35657 17.1652C7.97576 17.2484 8.8001 17.25 9.99981 17.25C11.1995 17.25 12.0239 17.2484 12.6431 17.1652C13.2407 17.0848 13.5337 16.941 13.7372 16.7374C13.9408 16.5339 14.0846 16.2409 14.165 15.6432C14.2482 15.0241 14.2498 14.1997 14.2498 13V7C14.2498 5.80029 14.2482 4.97595 14.165 4.35676C14.0846 3.75914 13.9408 3.4661 13.7372 3.26256C13.5337 3.05902 13.2407 2.91519 12.6431 2.83484C12.0239 2.75159 11.1995 2.75 9.99981 2.75C8.8001 2.75 7.97576 2.75159 7.35657 2.83484C6.75895 2.91519 6.46591 3.05902 6.26237 3.26256C5.98949 3.53545 5.83004 3.96181 5.77643 5.03734C5.75581 5.45104 5.40372 5.76969 4.99002 5.74907C4.57632 5.72845 4.25767 5.37636 4.27829 4.96266C4.33402 3.84474 4.50085 2.90276 5.20171 2.2019C5.73041 1.67321 6.39274 1.45093 7.1567 1.34822C7.88756 1.24996 8.81329 1.24998 9.94612 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 15C9 14.4477 9.44571 14 9.99553 14H10.0045C10.5543 14 11 14.4477 11 15C11 15.5523 10.5543 16 10.0045 16H9.99553C9.44571 16 9 15.5523 9 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.34544 6.42566H6.65456C7.25535 6.42566 7.74239 5.93862 7.74239 5.33783C7.74239 4.73704 7.25535 4.25 6.65456 4.25H3.34544C2.74465 4.25 2.25761 4.73704 2.25761 5.33783C2.25761 5.93862 2.74464 6.42566 3.34544 6.42566Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.66216 7.35809H3.33828C2.73749 7.35809 2.25045 7.84513 2.25045 8.44593C2.25045 9.04673 2.73749 9.53377 3.33828 9.53377L7.66216 9.53377C8.26296 9.53377 8.75 9.04673 8.75 8.44593C8.75 7.84513 8.26296 7.35809 7.66216 7.35809Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.66216 10.4662H3.33784C2.73704 10.4662 2.25 10.9532 2.25 11.554C2.25 12.1548 2.73704 12.6419 3.33784 12.6419H6.66216C7.26296 12.6419 7.75 12.1548 7.75 11.554C7.75 10.9532 7.26296 10.4662 6.66216 10.4662Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.34537 13.5743H6.15454C6.75534 13.5743 7.24239 14.0614 7.24239 14.6622C7.24239 15.263 6.75534 15.75 6.15454 15.75H3.34537C2.74453 15.75 2.25747 15.2629 2.25752 14.6621C2.25757 14.0613 2.7446 13.5743 3.34537 13.5743Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.2501 6.57143C14.2501 4.73705 15.7371 3.25 17.5715 3.25C18.2224 3.25 18.7501 3.77766 18.7501 4.42857V8.05573C18.7501 8.64665 18.9385 9.19983 19.2486 9.82001C19.7202 10.7632 19.8277 11.8193 19.8349 12.7912C19.8385 13.2814 19.8162 13.7713 19.7942 14.2299C19.7732 14.6668 19.7501 15.1472 19.7501 15.5279C19.7501 16.0745 20.0057 16.7281 20.4174 17.4838C20.5979 17.815 20.8606 18.2522 21.0592 18.5829C21.2753 18.9429 21.4953 19.3133 21.6709 19.6646C21.7726 19.8681 21.7765 20.1067 21.6814 20.3134C21.5864 20.5201 21.4027 20.6724 21.182 20.7276L13.182 22.7276C12.8745 22.8045 12.5518 22.6798 12.376 22.416L11.6149 21.2744C11.5165 21.1267 11.3878 21.0018 11.2374 20.9077L7.60256 18.636C7.31884 18.4587 7.18689 18.1149 7.27913 17.7932C7.37136 17.4716 7.66548 17.25 8.00006 17.25H11.0001C11.9641 17.25 12.6116 17.2484 13.0947 17.1835C13.5561 17.1214 13.7536 17.0142 13.8839 16.8839C14.0143 16.7536 14.1215 16.5561 14.1835 16.0946C14.2485 15.6116 14.2501 14.964 14.2501 14V6.57143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94612 1.25H10.0535C11.1863 1.24998 12.1121 1.24996 12.8429 1.34822C13.6069 1.45093 14.2692 1.67321 14.7979 2.2019C15.3266 2.7306 15.5489 3.39294 15.6516 4.15689C15.7499 4.88775 15.7498 5.81348 15.7498 6.94631V13.0537C15.7498 14.1865 15.7499 15.1123 15.6516 15.8431C15.5489 16.6071 15.3266 17.2694 14.7979 17.7981C14.2692 18.3268 13.6069 18.5491 12.8429 18.6518C12.1121 18.75 11.1863 18.75 10.0535 18.75H9.94612C8.81329 18.75 7.88756 18.75 7.1567 18.6518C6.39274 18.5491 5.73041 18.3268 5.20171 17.7981C4.50085 17.0972 4.33402 16.1553 4.27829 15.0373C4.25767 14.6236 4.57632 14.2716 4.99002 14.2509C5.40372 14.2303 5.75581 14.549 5.77643 14.9627C5.83004 16.0382 5.98949 16.4646 6.26237 16.7374C6.46591 16.941 6.75895 17.0848 7.35657 17.1652C7.97576 17.2484 8.8001 17.25 9.99981 17.25C11.1995 17.25 12.0239 17.2484 12.6431 17.1652C13.2407 17.0848 13.5337 16.941 13.7372 16.7374C13.9408 16.5339 14.0846 16.2409 14.165 15.6432C14.2482 15.0241 14.2498 14.1997 14.2498 13V7C14.2498 5.80029 14.2482 4.97595 14.165 4.35676C14.0846 3.75914 13.9408 3.4661 13.7372 3.26256C13.5337 3.05902 13.2407 2.91519 12.6431 2.83484C12.0239 2.75159 11.1995 2.75 9.99981 2.75C8.8001 2.75 7.97576 2.75159 7.35657 2.83484C6.75895 2.91519 6.46591 3.05902 6.26237 3.26256C5.98949 3.53545 5.83004 3.96181 5.77643 5.03734C5.75581 5.45104 5.40372 5.76969 4.99002 5.74907C4.57632 5.72845 4.25767 5.37636 4.27829 4.96266C4.33402 3.84474 4.50085 2.90276 5.20171 2.2019C5.73041 1.67321 6.39274 1.45093 7.1567 1.34822C7.88756 1.24996 8.81329 1.24998 9.94612 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 15C9 14.4477 9.44571 14 9.99553 14H10.0045C10.5543 14 11 14.4477 11 15C11 15.5523 10.5543 16 10.0045 16H9.99553C9.44571 16 9 15.5523 9 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.34544 6.42566H6.65456C7.25535 6.42566 7.74239 5.93862 7.74239 5.33783C7.74239 4.73704 7.25535 4.25 6.65456 4.25H3.34544C2.74465 4.25 2.25761 4.73704 2.25761 5.33783C2.25761 5.93862 2.74464 6.42566 3.34544 6.42566Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.66216 7.35809H3.33828C2.73749 7.35809 2.25045 7.84513 2.25045 8.44593C2.25045 9.04673 2.73749 9.53377 3.33828 9.53377L7.66216 9.53377C8.26296 9.53377 8.75 9.04673 8.75 8.44593C8.75 7.84513 8.26296 7.35809 7.66216 7.35809Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.66216 10.4662H3.33784C2.73704 10.4662 2.25 10.9532 2.25 11.554C2.25 12.1548 2.73704 12.6419 3.33784 12.6419H6.66216C7.26296 12.6419 7.75 12.1548 7.75 11.554C7.75 10.9532 7.26296 10.4662 6.66216 10.4662Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.34537 13.5743H6.15454C6.75534 13.5743 7.24239 14.0614 7.24239 14.6622C7.24239 15.263 6.75534 15.75 6.15454 15.75H3.34537C2.74453 15.75 2.25747 15.2629 2.25752 14.6621C2.25757 14.0613 2.7446 13.5743 3.34537 13.5743Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-love-korean-finger{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.46338 1.63701C6.92444 1.121 6.05115 1.121 5.5122 1.63701C4.97257 2.15367 4.97257 2.99183 5.5122 3.50849L13.5892 11.2417C13.7603 11.4055 13.7599 11.6707 13.5883 11.8341C13.4168 11.9974 13.139 11.997 12.9679 11.8332L10.0358 9.02591C9.49688 8.5099 8.62359 8.5099 8.08464 9.02591C7.54502 9.54257 7.54502 10.3807 8.08464 10.8974L10.9895 13.6786C11.1605 13.8424 11.1601 14.1076 10.9886 14.2709C10.817 14.4342 10.5393 14.4339 10.3682 14.2701L8.32086 12.3099L8.31995 12.309C7.78093 11.7939 6.90832 11.7941 6.36968 12.3099C5.83005 12.8265 5.83005 13.6647 6.36968 14.1813L8.38973 16.1154C8.5608 16.2792 8.56041 16.5444 8.38885 16.7077C8.2173 16.8711 7.93954 16.8707 7.76847 16.7069L6.6059 15.5938C6.06696 15.0778 5.19367 15.0778 4.65472 15.5938C4.11509 16.1105 4.11509 16.9486 4.65472 17.4653L7.6559 20.3388C9.49387 22.0985 11.4384 22.78 13.1986 22.749C14.9657 22.7178 16.5912 21.968 17.7843 20.7885C20.1614 18.4384 20.801 14.407 17.3244 11.0784L7.46338 1.63701Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4498 3.91402C13.2442 4.07296 12.7856 4.56453 12.5816 5.35115L14.9587 7.627C14.9348 7.36015 14.9526 7.10049 15.0078 6.84869C15.2248 5.85867 15.9956 5.11925 16.727 4.6292C16.9757 4.46248 17.1397 4.20603 17.1789 3.98585C17.2142 3.78778 17.1526 3.65999 16.9913 3.58034C15.8681 3.02572 14.4711 3.12429 13.4498 3.91402Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.46338 1.63701C6.92444 1.121 6.05115 1.121 5.5122 1.63701C4.97257 2.15367 4.97257 2.99183 5.5122 3.50849L13.5892 11.2417C13.7603 11.4055 13.7599 11.6707 13.5883 11.8341C13.4168 11.9974 13.139 11.997 12.9679 11.8332L10.0358 9.02591C9.49688 8.5099 8.62359 8.5099 8.08464 9.02591C7.54502 9.54257 7.54502 10.3807 8.08464 10.8974L10.9895 13.6786C11.1605 13.8424 11.1601 14.1076 10.9886 14.2709C10.817 14.4342 10.5393 14.4339 10.3682 14.2701L8.32086 12.3099L8.31995 12.309C7.78093 11.7939 6.90832 11.7941 6.36968 12.3099C5.83005 12.8265 5.83005 13.6647 6.36968 14.1813L8.38973 16.1154C8.5608 16.2792 8.56041 16.5444 8.38885 16.7077C8.2173 16.8711 7.93954 16.8707 7.76847 16.7069L6.6059 15.5938C6.06696 15.0778 5.19367 15.0778 4.65472 15.5938C4.11509 16.1105 4.11509 16.9486 4.65472 17.4653L7.6559 20.3388C9.49387 22.0985 11.4384 22.78 13.1986 22.749C14.9657 22.7178 16.5912 21.968 17.7843 20.7885C20.1614 18.4384 20.801 14.407 17.3244 11.0784L7.46338 1.63701Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4498 3.91402C13.2442 4.07296 12.7856 4.56453 12.5816 5.35115L14.9587 7.627C14.9348 7.36015 14.9526 7.10049 15.0078 6.84869C15.2248 5.85867 15.9956 5.11925 16.727 4.6292C16.9757 4.46248 17.1397 4.20603 17.1789 3.98585C17.2142 3.78778 17.1526 3.65999 16.9913 3.58034C15.8681 3.02572 14.4711 3.12429 13.4498 3.91402Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-maximize-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.7033 4.55427C12.9886 3.48237 13.9699 2.75 15.0753 2.75C16.6055 2.75 17.7892 4.1305 17.4793 5.64628L16.5992 9.95912C18.2568 10.1858 20.1893 10.844 21.8393 12.4215C22.7896 13.33 22.8454 14.6649 22.6729 15.7597C22.4951 16.8872 22.0416 18.0015 21.6682 18.7423C21.5487 18.9453 21.0665 19.7959 20.9654 19.9879C20.7492 20.3987 20.6419 20.7134 20.6419 20.9629V20.9629C20.6419 21.1932 20.6419 21.4281 20.6289 21.6055C20.6149 21.7963 20.583 22.0058 20.4885 22.2166C20.3129 22.6078 19.9997 22.921 19.6084 23.0966C19.3977 23.1912 19.1882 23.2231 18.9974 23.237C18.82 23.25 18.6085 23.25 18.3782 23.25H12.6266C12.3547 23.25 12.1042 23.25 11.8947 23.2316C11.6675 23.2116 11.4206 23.1657 11.1794 23.0328C11.0346 22.9531 10.9508 22.8923 10.83 22.7796C10.5999 22.5649 10.4659 22.2621 10.369 22.016C10.2639 21.7491 10.1114 21.2897 9.97098 20.8609C9.86521 20.5789 9.67338 20.3245 9.07205 19.5698L5.79505 15.4567C5.07105 14.5776 5.06779 13.3185 5.78849 12.4357C6.64173 11.3905 8.19174 11.2408 9.23396 12.087L10.8377 13.1788L12.7033 4.55427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.69134 1.03575L7.29646 1.14597C6.74589 1.18947 6.33483 1.67106 6.37833 2.22162C6.39748 2.46403 6.50155 2.6794 6.65905 2.84083L7.20192 3.3837L6.18194 4.40368C5.79141 4.7942 5.79141 5.42737 6.18194 5.81789C6.57246 6.20842 7.20563 6.20842 7.59615 5.81789L8.61613 4.79791L9.15905 5.34083C9.3205 5.49845 9.53595 5.60261 9.77847 5.62177C10.329 5.66527 10.8106 5.25421 10.8541 4.70364L10.9642 3.31021C10.9861 3.03421 11.0099 2.73511 10.9957 2.48378C10.9797 2.19936 10.9084 1.78007 10.5641 1.43575C10.2196 1.0913 9.80022 1.02017 9.51584 1.00422C9.26515 0.990172 8.96671 1.01388 8.69134 1.03575Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.81839 6.18165C5.42788 5.79111 4.79472 5.79109 4.40418 6.1816L3.38416 7.20157L2.84123 6.65864C2.6798 6.50115 2.46444 6.39707 2.22203 6.37792C1.67146 6.33442 1.18987 6.74548 1.14637 7.29605L1.03606 8.69212V8.69214C1.01422 8.96702 0.990549 9.26498 1.00448 9.51518C1.0203 9.7993 1.09113 10.2192 1.4359 10.5639C1.78053 10.9086 2.20028 10.9795 2.48444 10.9955C2.73529 11.0095 3.03389 10.9858 3.3094 10.9639L4.70405 10.8537C5.25462 10.8102 5.66568 10.3286 5.62218 9.77806C5.60302 9.53554 5.49885 9.3201 5.34124 9.15864L4.79837 8.61578L5.81835 7.59586C6.20889 7.20535 6.20891 6.57218 5.81839 6.18165Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.7033 4.55427C12.9886 3.48237 13.9699 2.75 15.0753 2.75C16.6055 2.75 17.7892 4.1305 17.4793 5.64628L16.5992 9.95912C18.2568 10.1858 20.1893 10.844 21.8393 12.4215C22.7896 13.33 22.8454 14.6649 22.6729 15.7597C22.4951 16.8872 22.0416 18.0015 21.6682 18.7423C21.5487 18.9453 21.0665 19.7959 20.9654 19.9879C20.7492 20.3987 20.6419 20.7134 20.6419 20.9629V20.9629C20.6419 21.1932 20.6419 21.4281 20.6289 21.6055C20.6149 21.7963 20.583 22.0058 20.4885 22.2166C20.3129 22.6078 19.9997 22.921 19.6084 23.0966C19.3977 23.1912 19.1882 23.2231 18.9974 23.237C18.82 23.25 18.6085 23.25 18.3782 23.25H12.6266C12.3547 23.25 12.1042 23.25 11.8947 23.2316C11.6675 23.2116 11.4206 23.1657 11.1794 23.0328C11.0346 22.9531 10.9508 22.8923 10.83 22.7796C10.5999 22.5649 10.4659 22.2621 10.369 22.016C10.2639 21.7491 10.1114 21.2897 9.97098 20.8609C9.86521 20.5789 9.67338 20.3245 9.07205 19.5698L5.79505 15.4567C5.07105 14.5776 5.06779 13.3185 5.78849 12.4357C6.64173 11.3905 8.19174 11.2408 9.23396 12.087L10.8377 13.1788L12.7033 4.55427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.69134 1.03575L7.29646 1.14597C6.74589 1.18947 6.33483 1.67106 6.37833 2.22162C6.39748 2.46403 6.50155 2.6794 6.65905 2.84083L7.20192 3.3837L6.18194 4.40368C5.79141 4.7942 5.79141 5.42737 6.18194 5.81789C6.57246 6.20842 7.20563 6.20842 7.59615 5.81789L8.61613 4.79791L9.15905 5.34083C9.3205 5.49845 9.53595 5.60261 9.77847 5.62177C10.329 5.66527 10.8106 5.25421 10.8541 4.70364L10.9642 3.31021C10.9861 3.03421 11.0099 2.73511 10.9957 2.48378C10.9797 2.19936 10.9084 1.78007 10.5641 1.43575C10.2196 1.0913 9.80022 1.02017 9.51584 1.00422C9.26515 0.990172 8.96671 1.01388 8.69134 1.03575Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.81839 6.18165C5.42788 5.79111 4.79472 5.79109 4.40418 6.1816L3.38416 7.20157L2.84123 6.65864C2.6798 6.50115 2.46444 6.39707 2.22203 6.37792C1.67146 6.33442 1.18987 6.74548 1.14637 7.29605L1.03606 8.69212V8.69214C1.01422 8.96702 0.990549 9.26498 1.00448 9.51518C1.0203 9.7993 1.09113 10.2192 1.4359 10.5639C1.78053 10.9086 2.20028 10.9795 2.48444 10.9955C2.73529 11.0095 3.03389 10.9858 3.3094 10.9639L4.70405 10.8537C5.25462 10.8102 5.66568 10.3286 5.62218 9.77806C5.60302 9.53554 5.49885 9.3201 5.34124 9.15864L4.79837 8.61578L5.81835 7.59586C6.20889 7.20535 6.20891 6.57218 5.81839 6.18165Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-maximize-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.944 4.09584C12.2277 3.00855 13.2096 2.24988 14.3333 2.24988C15.926 2.24988 17.1021 3.73549 16.7367 5.28574L15.7208 9.59464L16.6305 9.73981C17.5725 9.88111 18.3157 9.99259 18.9067 10.121C19.5073 10.2515 20.0094 10.4108 20.4505 10.675C21.728 11.4404 22.7499 12.6633 22.7499 14.4736C22.7499 15.5606 22.4874 16.3446 21.9725 17.8824C21.6187 18.9448 21.2214 20.1359 20.8417 20.6888C20.2179 21.5972 19.2977 22.2605 18.2386 22.565C17.594 22.7504 16.8757 22.7502 15.756 22.75L14.4264 22.75H14.4264C12.934 22.7504 11.9701 22.7507 11.0987 22.3915C10.9427 22.3272 10.7903 22.2547 10.6421 22.1742C9.8138 21.7244 9.20617 20.9761 8.26537 19.8175L4.8072 15.5613C4.06856 14.6522 4.06364 13.3511 4.79536 12.4365C5.67485 11.3371 7.29028 11.1853 8.35922 12.1015L9.58215 13.1497L11.944 4.09584Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.70376 1.28557L7.31586 1.39523C6.90294 1.42785 6.59464 1.78904 6.62727 2.20197C6.64002 2.36333 6.70293 2.5087 6.7995 2.62401L7.55721 3.38171L6.35843 4.58049C6.06554 4.87339 6.06554 5.34826 6.35843 5.64115C6.65133 5.93405 7.1262 5.93405 7.41909 5.64115L8.61787 4.44237L9.28199 5.1065C9.40674 5.25542 9.58891 5.35607 9.79788 5.37258C10.2108 5.40521 10.572 5.09691 10.6046 4.68399L10.7142 3.29776C10.7366 3.01481 10.759 2.73161 10.7458 2.49789C10.7312 2.2392 10.668 1.89353 10.387 1.61257C10.106 1.33151 9.76022 1.26837 9.50157 1.25387C9.26848 1.24081 8.98597 1.2632 8.70376 1.28557Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.64133 6.35846C5.34845 6.06555 4.87357 6.06554 4.58067 6.35842L3.38185 7.55717L2.71794 6.89326C2.59319 6.74434 2.41102 6.64369 2.20206 6.62718C1.78913 6.59455 1.42794 6.90285 1.39532 7.31578L1.28554 8.70507V8.70508C1.26322 8.98671 1.24086 9.26869 1.25381 9.50133C1.2682 9.75979 1.3311 10.1059 1.61239 10.3872C1.89358 10.6684 2.23962 10.7314 2.49813 10.7459C2.7314 10.759 3.01408 10.7366 3.29644 10.7142L4.68407 10.6045C5.097 10.5719 5.4053 10.2107 5.37267 9.79779C5.35616 9.58883 5.25551 9.40666 5.10658 9.2819L4.44251 8.61783L5.6413 7.41912C5.9342 7.12623 5.93422 6.65136 5.64133 6.35846Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.944 4.09584C12.2277 3.00855 13.2096 2.24988 14.3333 2.24988C15.926 2.24988 17.1021 3.73549 16.7367 5.28574L15.7208 9.59464L16.6305 9.73981C17.5725 9.88111 18.3157 9.99259 18.9067 10.121C19.5073 10.2515 20.0094 10.4108 20.4505 10.675C21.728 11.4404 22.7499 12.6633 22.7499 14.4736C22.7499 15.5606 22.4874 16.3446 21.9725 17.8824C21.6187 18.9448 21.2214 20.1359 20.8417 20.6888C20.2179 21.5972 19.2977 22.2605 18.2386 22.565C17.594 22.7504 16.8757 22.7502 15.756 22.75L14.4264 22.75H14.4264C12.934 22.7504 11.9701 22.7507 11.0987 22.3915C10.9427 22.3272 10.7903 22.2547 10.6421 22.1742C9.8138 21.7244 9.20617 20.9761 8.26537 19.8175L4.8072 15.5613C4.06856 14.6522 4.06364 13.3511 4.79536 12.4365C5.67485 11.3371 7.29028 11.1853 8.35922 12.1015L9.58215 13.1497L11.944 4.09584Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.70376 1.28557L7.31586 1.39523C6.90294 1.42785 6.59464 1.78904 6.62727 2.20197C6.64002 2.36333 6.70293 2.5087 6.7995 2.62401L7.55721 3.38171L6.35843 4.58049C6.06554 4.87339 6.06554 5.34826 6.35843 5.64115C6.65133 5.93405 7.1262 5.93405 7.41909 5.64115L8.61787 4.44237L9.28199 5.1065C9.40674 5.25542 9.58891 5.35607 9.79788 5.37258C10.2108 5.40521 10.572 5.09691 10.6046 4.68399L10.7142 3.29776C10.7366 3.01481 10.759 2.73161 10.7458 2.49789C10.7312 2.2392 10.668 1.89353 10.387 1.61257C10.106 1.33151 9.76022 1.26837 9.50157 1.25387C9.26848 1.24081 8.98597 1.2632 8.70376 1.28557Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.64133 6.35846C5.34845 6.06555 4.87357 6.06554 4.58067 6.35842L3.38185 7.55717L2.71794 6.89326C2.59319 6.74434 2.41102 6.64369 2.20206 6.62718C1.78913 6.59455 1.42794 6.90285 1.39532 7.31578L1.28554 8.70507V8.70508C1.26322 8.98671 1.24086 9.26869 1.25381 9.50133C1.2682 9.75979 1.3311 10.1059 1.61239 10.3872C1.89358 10.6684 2.23962 10.7314 2.49813 10.7459C2.7314 10.759 3.01408 10.7366 3.29644 10.7142L4.68407 10.6045C5.097 10.5719 5.4053 10.2107 5.37267 9.79779C5.35616 9.58883 5.25551 9.40666 5.10658 9.2819L4.44251 8.61783L5.6413 7.41912C5.9342 7.12623 5.93422 6.65136 5.64133 6.35846Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-maximize-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.30921 11.2893C6.2967 11.2843 6.28374 11.295 6.28612 11.3082C6.31327 11.4591 6.35567 11.609 6.4139 11.7556L6.42018 11.771L8.52707 16.753C8.85134 17.5198 8.87324 18.648 8.63946 19.5261C8.53314 19.9254 8.76992 20.3356 9.16894 20.4432L17.6228 22.723C17.8153 22.7749 18.0205 22.748 18.1931 22.6484C18.3657 22.5487 18.4916 22.3844 18.5429 22.1918L18.8205 21.1488C18.8951 20.8686 19.0853 20.6101 19.3608 20.4246C19.8229 20.1134 20.536 19.5952 20.9152 19.0688C21.2283 18.6342 21.4471 18.1372 21.6504 17.5303C21.8501 16.9343 22.0495 16.1853 22.303 15.2331L22.6611 13.8897C22.9311 12.8754 22.5803 11.8158 21.7436 11.1636C21.5174 10.9874 21.4044 10.8992 21.2533 10.9477C21.1023 10.9962 21.0556 11.154 20.9623 11.4696L20.4929 13.0563C20.4312 13.2808 20.1933 13.4144 19.9616 13.3546C19.7298 13.2949 19.592 13.0644 19.6537 12.8399L20.2138 10.8273C20.2395 10.7351 20.2523 10.689 20.2487 10.6373C20.245 10.5856 20.2286 10.5482 20.1959 10.4735C19.9544 9.92227 19.4863 9.416 18.9206 9.1124C18.7049 8.99666 18.5971 8.93879 18.4656 8.99345C18.334 9.04812 18.2935 9.18383 18.2124 9.45526L17.6778 11.2439C17.6161 11.4684 17.3782 11.602 17.1465 11.5422C16.9148 11.4824 16.7769 11.252 16.8386 11.0275L17.5065 8.74466C17.5433 8.61897 17.5616 8.55612 17.5499 8.4877C17.5381 8.41928 17.505 8.37329 17.4386 8.28131C17.1024 7.81527 16.6106 7.4574 16.0127 7.29616C15.7755 7.23285 15.6569 7.2012 15.5505 7.26108C15.549 7.26193 15.5472 7.26294 15.5457 7.26383C15.4404 7.32565 15.4048 7.45573 15.3337 7.71589L15.3026 7.82981L14.8625 9.43146C14.8008 9.65598 14.5629 9.78953 14.3312 9.72976C14.0994 9.66998 13.9616 9.43952 14.0233 9.215L15.8911 2.82153C16.0693 2.21151 15.7122 1.57398 15.0989 1.40724C14.5017 1.24484 13.8844 1.59065 13.7109 2.1848L10.8151 12.1026C10.7698 12.2675 10.6262 12.3895 10.4516 12.4115C10.277 12.4336 10.1059 12.3513 10.0186 12.2031L8.79777 10.1338C8.39079 9.44394 7.46355 9.25596 6.80882 9.72713C6.52384 9.93221 6.33909 10.2299 6.27486 10.5528C6.26056 10.6488 6.25222 10.7459 6.25 10.8435C6.2537 10.9853 6.2805 11.1281 6.33199 11.2666C6.33725 11.2808 6.32325 11.2948 6.30921 11.2893Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.70376 1.28557L8.66333 1.28877L7.31586 1.39523C7.02416 1.41828 6.77249 1.60887 6.67125 1.88342C6.57002 2.15796 6.6377 2.46632 6.84461 2.67323L7.55515 3.38377L6.35843 4.58049C6.06554 4.87339 6.06554 5.34826 6.35843 5.64115C6.65133 5.93405 7.1262 5.93405 7.41909 5.64115L8.61581 4.44443L9.32662 5.15524C9.53353 5.36215 9.84189 5.42983 10.1164 5.3286C10.391 5.22736 10.5816 4.97569 10.6046 4.68399L10.7111 3.33652L10.7142 3.29776C10.7366 3.01482 10.759 2.73161 10.7458 2.49789C10.7312 2.2392 10.668 1.89353 10.387 1.61257C10.106 1.33151 9.76022 1.26837 9.50157 1.25387C9.26848 1.24081 8.98597 1.2632 8.70376 1.28557Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.64133 6.35846C5.34845 6.06555 4.87357 6.06554 4.58067 6.35843L3.38391 7.55512L2.67332 6.84452C2.46641 6.63761 2.15805 6.56993 1.88351 6.67117C1.60896 6.7724 1.41836 7.02407 1.39532 7.31578L1.28885 8.66325L1.28554 8.70507V8.70508C1.26322 8.98671 1.24086 9.26869 1.25381 9.50133C1.2682 9.75979 1.3311 10.1059 1.61239 10.3872C1.89358 10.6684 2.23962 10.7314 2.49813 10.7459C2.73141 10.759 3.01412 10.7366 3.29649 10.7142L3.33661 10.711L4.68407 10.6045C4.97578 10.5815 5.22745 10.3909 5.32868 10.1163C5.42992 9.8418 5.36224 9.53345 5.15533 9.32653L4.44457 8.61578L5.6413 7.41912C5.9342 7.12623 5.93422 6.65136 5.64133 6.35846Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.30921 11.2893C6.2967 11.2843 6.28374 11.295 6.28612 11.3082C6.31327 11.4591 6.35567 11.609 6.4139 11.7556L6.42018 11.771L8.52707 16.753C8.85134 17.5198 8.87324 18.648 8.63946 19.5261C8.53314 19.9254 8.76992 20.3356 9.16894 20.4432L17.6228 22.723C17.8153 22.7749 18.0205 22.748 18.1931 22.6484C18.3657 22.5487 18.4916 22.3844 18.5429 22.1918L18.8205 21.1488C18.8951 20.8686 19.0853 20.6101 19.3608 20.4246C19.8229 20.1134 20.536 19.5952 20.9152 19.0688C21.2283 18.6342 21.4471 18.1372 21.6504 17.5303C21.8501 16.9343 22.0495 16.1853 22.303 15.2331L22.6611 13.8897C22.9311 12.8754 22.5803 11.8158 21.7436 11.1636C21.5174 10.9874 21.4044 10.8992 21.2533 10.9477C21.1023 10.9962 21.0556 11.154 20.9623 11.4696L20.4929 13.0563C20.4312 13.2808 20.1933 13.4144 19.9616 13.3546C19.7298 13.2949 19.592 13.0644 19.6537 12.8399L20.2138 10.8273C20.2395 10.7351 20.2523 10.689 20.2487 10.6373C20.245 10.5856 20.2286 10.5482 20.1959 10.4735C19.9544 9.92227 19.4863 9.416 18.9206 9.1124C18.7049 8.99666 18.5971 8.93879 18.4656 8.99345C18.334 9.04812 18.2935 9.18383 18.2124 9.45526L17.6778 11.2439C17.6161 11.4684 17.3782 11.602 17.1465 11.5422C16.9148 11.4824 16.7769 11.252 16.8386 11.0275L17.5065 8.74466C17.5433 8.61897 17.5616 8.55612 17.5499 8.4877C17.5381 8.41928 17.505 8.37329 17.4386 8.28131C17.1024 7.81527 16.6106 7.4574 16.0127 7.29616C15.7755 7.23285 15.6569 7.2012 15.5505 7.26108C15.549 7.26193 15.5472 7.26294 15.5457 7.26383C15.4404 7.32565 15.4048 7.45573 15.3337 7.71589L15.3026 7.82981L14.8625 9.43146C14.8008 9.65598 14.5629 9.78953 14.3312 9.72976C14.0994 9.66998 13.9616 9.43952 14.0233 9.215L15.8911 2.82153C16.0693 2.21151 15.7122 1.57398 15.0989 1.40724C14.5017 1.24484 13.8844 1.59065 13.7109 2.1848L10.8151 12.1026C10.7698 12.2675 10.6262 12.3895 10.4516 12.4115C10.277 12.4336 10.1059 12.3513 10.0186 12.2031L8.79777 10.1338C8.39079 9.44394 7.46355 9.25596 6.80882 9.72713C6.52384 9.93221 6.33909 10.2299 6.27486 10.5528C6.26056 10.6488 6.25222 10.7459 6.25 10.8435C6.2537 10.9853 6.2805 11.1281 6.33199 11.2666C6.33725 11.2808 6.32325 11.2948 6.30921 11.2893Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.70376 1.28557L8.66333 1.28877L7.31586 1.39523C7.02416 1.41828 6.77249 1.60887 6.67125 1.88342C6.57002 2.15796 6.6377 2.46632 6.84461 2.67323L7.55515 3.38377L6.35843 4.58049C6.06554 4.87339 6.06554 5.34826 6.35843 5.64115C6.65133 5.93405 7.1262 5.93405 7.41909 5.64115L8.61581 4.44443L9.32662 5.15524C9.53353 5.36215 9.84189 5.42983 10.1164 5.3286C10.391 5.22736 10.5816 4.97569 10.6046 4.68399L10.7111 3.33652L10.7142 3.29776C10.7366 3.01482 10.759 2.73161 10.7458 2.49789C10.7312 2.2392 10.668 1.89353 10.387 1.61257C10.106 1.33151 9.76022 1.26837 9.50157 1.25387C9.26848 1.24081 8.98597 1.2632 8.70376 1.28557Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.64133 6.35846C5.34845 6.06555 4.87357 6.06554 4.58067 6.35843L3.38391 7.55512L2.67332 6.84452C2.46641 6.63761 2.15805 6.56993 1.88351 6.67117C1.60896 6.7724 1.41836 7.02407 1.39532 7.31578L1.28885 8.66325L1.28554 8.70507V8.70508C1.26322 8.98671 1.24086 9.26869 1.25381 9.50133C1.2682 9.75979 1.3311 10.1059 1.61239 10.3872C1.89358 10.6684 2.23962 10.7314 2.49813 10.7459C2.73141 10.759 3.01412 10.7366 3.29649 10.7142L3.33661 10.711L4.68407 10.6045C4.97578 10.5815 5.22745 10.3909 5.32868 10.1163C5.42992 9.8418 5.36224 9.53345 5.15533 9.32653L4.44457 8.61578L5.6413 7.41912C5.9342 7.12623 5.93422 6.65136 5.64133 6.35846Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-maximize-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6748 3.26759C13.0538 3.15704 12.4456 3.57455 12.3319 4.22536L10.4888 14.7769L10.336 15.5943C10.3066 15.7514 10.1901 15.8789 10.0345 15.9241C9.87891 15.9693 9.71076 15.9245 9.59954 15.8082L7.53915 13.6534C6.97444 13.0789 6.05063 13.1295 5.54934 13.7691C5.16031 14.2655 5.14924 14.9718 5.52335 15.4809L8.68498 19.7838C9.41387 20.7758 9.74214 21.2187 10.1309 21.5604C10.736 22.0923 11.4599 22.4613 12.2369 22.6356C12.7351 22.7474 13.2758 22.7499 14.4916 22.7499H16.5769C19.1154 22.7499 21.2985 20.9791 21.7856 18.5249L22.6404 14.2184L22.7317 13.6958C22.8459 13.0425 22.4125 12.435 21.7885 12.3239C21.1674 12.2134 20.5592 12.6309 20.4455 13.2817L20.3534 13.809C20.3131 14.0398 20.0906 14.1946 19.8563 14.1549C19.6221 14.1152 19.4649 13.896 19.5052 13.6652L19.5973 13.1379C19.6191 13.0134 19.6469 12.7253 19.6894 12.6106L19.7816 12.0832C19.8957 11.4299 19.4623 10.8224 18.8383 10.7114C18.2172 10.6008 17.609 11.0183 17.4954 11.6691L17.4032 12.1965C17.3629 12.4272 17.1404 12.5821 16.9062 12.5424C16.6719 12.5026 16.5147 12.2834 16.5551 12.0527L16.8314 10.4707C16.9455 9.81738 16.5122 9.20988 15.8881 9.0988C15.267 8.98826 14.6589 9.40576 14.5452 10.0566L14.2688 11.6386C14.2285 11.8693 14.006 12.0242 13.7718 11.9845C13.5376 11.9448 13.3804 11.7255 13.4207 11.4948L14.6181 4.63948C14.7322 3.98617 14.2989 3.37866 13.6748 3.26759Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.70376 1.28557L8.66333 1.28877L7.31586 1.39523C7.02416 1.41828 6.77249 1.60887 6.67125 1.88342C6.57002 2.15796 6.6377 2.46632 6.84461 2.67323L7.55515 3.38377L6.35843 4.58049C6.06554 4.87339 6.06554 5.34826 6.35843 5.64115C6.65133 5.93405 7.1262 5.93405 7.41909 5.64115L8.61581 4.44443L9.32662 5.15524C9.53353 5.36215 9.84189 5.42983 10.1164 5.3286C10.391 5.22736 10.5816 4.97569 10.6046 4.68399L10.7111 3.33652L10.7142 3.29776C10.7366 3.01482 10.759 2.73161 10.7458 2.49789C10.7312 2.2392 10.668 1.89353 10.387 1.61257C10.106 1.33151 9.76022 1.26837 9.50157 1.25387C9.26848 1.24081 8.98597 1.2632 8.70376 1.28557Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.64133 6.35846C5.34845 6.06555 4.87357 6.06554 4.58067 6.35843L3.38391 7.55512L2.67332 6.84452C2.46641 6.63761 2.15805 6.56993 1.88351 6.67117C1.60896 6.7724 1.41836 7.02407 1.39532 7.31578L1.28885 8.66325L1.28554 8.70507V8.70508C1.26322 8.98671 1.24086 9.26869 1.25381 9.50133C1.2682 9.75979 1.3311 10.1059 1.61239 10.3872C1.89358 10.6684 2.23962 10.7314 2.49813 10.7459C2.73141 10.759 3.01412 10.7366 3.29649 10.7142L3.33661 10.711L4.68407 10.6045C4.97578 10.5815 5.22745 10.3909 5.32868 10.1163C5.42992 9.8418 5.36224 9.53345 5.15533 9.32653L4.44457 8.61578L5.6413 7.41912C5.9342 7.12623 5.93422 6.65136 5.64133 6.35846Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6748 3.26759C13.0538 3.15704 12.4456 3.57455 12.3319 4.22536L10.4888 14.7769L10.336 15.5943C10.3066 15.7514 10.1901 15.8789 10.0345 15.9241C9.87891 15.9693 9.71076 15.9245 9.59954 15.8082L7.53915 13.6534C6.97444 13.0789 6.05063 13.1295 5.54934 13.7691C5.16031 14.2655 5.14924 14.9718 5.52335 15.4809L8.68498 19.7838C9.41387 20.7758 9.74214 21.2187 10.1309 21.5604C10.736 22.0923 11.4599 22.4613 12.2369 22.6356C12.7351 22.7474 13.2758 22.7499 14.4916 22.7499H16.5769C19.1154 22.7499 21.2985 20.9791 21.7856 18.5249L22.6404 14.2184L22.7317 13.6958C22.8459 13.0425 22.4125 12.435 21.7885 12.3239C21.1674 12.2134 20.5592 12.6309 20.4455 13.2817L20.3534 13.809C20.3131 14.0398 20.0906 14.1946 19.8563 14.1549C19.6221 14.1152 19.4649 13.896 19.5052 13.6652L19.5973 13.1379C19.6191 13.0134 19.6469 12.7253 19.6894 12.6106L19.7816 12.0832C19.8957 11.4299 19.4623 10.8224 18.8383 10.7114C18.2172 10.6008 17.609 11.0183 17.4954 11.6691L17.4032 12.1965C17.3629 12.4272 17.1404 12.5821 16.9062 12.5424C16.6719 12.5026 16.5147 12.2834 16.5551 12.0527L16.8314 10.4707C16.9455 9.81738 16.5122 9.20988 15.8881 9.0988C15.267 8.98826 14.6589 9.40576 14.5452 10.0566L14.2688 11.6386C14.2285 11.8693 14.006 12.0242 13.7718 11.9845C13.5376 11.9448 13.3804 11.7255 13.4207 11.4948L14.6181 4.63948C14.7322 3.98617 14.2989 3.37866 13.6748 3.26759Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.70376 1.28557L8.66333 1.28877L7.31586 1.39523C7.02416 1.41828 6.77249 1.60887 6.67125 1.88342C6.57002 2.15796 6.6377 2.46632 6.84461 2.67323L7.55515 3.38377L6.35843 4.58049C6.06554 4.87339 6.06554 5.34826 6.35843 5.64115C6.65133 5.93405 7.1262 5.93405 7.41909 5.64115L8.61581 4.44443L9.32662 5.15524C9.53353 5.36215 9.84189 5.42983 10.1164 5.3286C10.391 5.22736 10.5816 4.97569 10.6046 4.68399L10.7111 3.33652L10.7142 3.29776C10.7366 3.01482 10.759 2.73161 10.7458 2.49789C10.7312 2.2392 10.668 1.89353 10.387 1.61257C10.106 1.33151 9.76022 1.26837 9.50157 1.25387C9.26848 1.24081 8.98597 1.2632 8.70376 1.28557Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.64133 6.35846C5.34845 6.06555 4.87357 6.06554 4.58067 6.35843L3.38391 7.55512L2.67332 6.84452C2.46641 6.63761 2.15805 6.56993 1.88351 6.67117C1.60896 6.7724 1.41836 7.02407 1.39532 7.31578L1.28885 8.66325L1.28554 8.70507V8.70508C1.26322 8.98671 1.24086 9.26869 1.25381 9.50133C1.2682 9.75979 1.3311 10.1059 1.61239 10.3872C1.89358 10.6684 2.23962 10.7314 2.49813 10.7459C2.73141 10.759 3.01412 10.7366 3.29649 10.7142L3.33661 10.711L4.68407 10.6045C4.97578 10.5815 5.22745 10.3909 5.32868 10.1163C5.42992 9.8418 5.36224 9.53345 5.15533 9.32653L4.44457 8.61578L5.6413 7.41912C5.9342 7.12623 5.93422 6.65136 5.64133 6.35846Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-minimize-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8283 4.42927C13.1136 3.35737 14.0949 2.625 15.2003 2.625C16.7305 2.625 17.9142 4.0055 17.6043 5.52128L16.7242 9.83412C18.3818 10.0608 20.3143 10.719 21.9643 12.2965C22.9146 13.205 22.9704 14.5399 22.7979 15.6347C22.6201 16.7622 22.1666 17.8765 21.7932 18.6173C21.6737 18.8203 21.1915 19.6709 21.0904 19.8629C20.8742 20.2737 20.7669 20.5884 20.7669 20.8379V20.8379C20.7669 21.0682 20.7669 21.3031 20.7539 21.4805C20.7399 21.6713 20.708 21.8808 20.6135 22.0916C20.4379 22.4828 20.1247 22.796 19.7334 22.9716C19.5227 23.0662 19.3132 23.0981 19.1224 23.112C18.945 23.125 18.7335 23.125 18.5032 23.125H12.7516C12.4797 23.125 12.2292 23.125 12.0197 23.1066C11.7925 23.0866 11.5456 23.0407 11.3044 22.9078C11.1596 22.8281 11.0758 22.7673 10.955 22.6546C10.7249 22.4399 10.5909 22.1371 10.494 21.891C10.3889 21.6241 10.2364 21.1647 10.096 20.7359C9.99021 20.4539 9.79838 20.1995 9.19705 19.4448L5.92005 15.3317C5.19605 14.4526 5.19279 13.1935 5.91349 12.3107C6.76673 11.2655 8.31674 11.1158 9.35896 11.962L10.9627 13.0538L12.8283 4.42927Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.8321 1.16789C10.4416 0.777369 9.80842 0.777369 9.41789 1.16789L8.38562 2.20016L7.84273 1.65727C7.67708 1.46992 7.44139 1.34409 7.1724 1.32284C6.62183 1.27934 6.14024 1.6904 6.09674 2.24097L5.982 3.69313L5.982 3.69315C5.95913 3.98118 5.93465 4.28951 5.94912 4.54783C5.96548 4.83971 6.03818 5.26451 6.38653 5.61286C6.73488 5.96121 7.15969 6.03391 7.45156 6.05027C7.70989 6.06474 8.01824 6.04026 8.30627 6.01739L9.75844 5.90265C10.309 5.85915 10.7201 5.37756 10.6766 4.82699C10.6588 4.60234 10.5681 4.40091 10.4296 4.24411L9.79984 3.61438L10.8321 2.58211C11.2226 2.19158 11.2226 1.55842 10.8321 1.16789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.94426 5.73303L2.49068 5.84789C1.94011 5.89139 1.52905 6.37298 1.57255 6.92355C1.59379 7.19232 1.71942 7.42785 1.90652 7.59348L2.44942 8.13636L1.41789 9.16789C1.02737 9.55842 1.02737 10.1916 1.41789 10.5821C1.80842 10.9726 2.44158 10.9726 2.83211 10.5821L3.86364 9.55057L4.49339 10.1803C4.65025 10.3191 4.85185 10.4099 5.07672 10.4277C5.62729 10.4712 6.10888 10.0601 6.15238 9.50957L6.26711 8.05755C6.28999 7.76944 6.31447 7.461 6.3 7.20259C6.28366 6.91083 6.21103 6.48584 5.86259 6.1374C5.51402 5.78883 5.08891 5.71635 4.79719 5.70011C4.53945 5.68577 4.23172 5.71021 3.94428 5.73303L3.94426 5.73303Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8283 4.42927C13.1136 3.35737 14.0949 2.625 15.2003 2.625C16.7305 2.625 17.9142 4.0055 17.6043 5.52128L16.7242 9.83412C18.3818 10.0608 20.3143 10.719 21.9643 12.2965C22.9146 13.205 22.9704 14.5399 22.7979 15.6347C22.6201 16.7622 22.1666 17.8765 21.7932 18.6173C21.6737 18.8203 21.1915 19.6709 21.0904 19.8629C20.8742 20.2737 20.7669 20.5884 20.7669 20.8379V20.8379C20.7669 21.0682 20.7669 21.3031 20.7539 21.4805C20.7399 21.6713 20.708 21.8808 20.6135 22.0916C20.4379 22.4828 20.1247 22.796 19.7334 22.9716C19.5227 23.0662 19.3132 23.0981 19.1224 23.112C18.945 23.125 18.7335 23.125 18.5032 23.125H12.7516C12.4797 23.125 12.2292 23.125 12.0197 23.1066C11.7925 23.0866 11.5456 23.0407 11.3044 22.9078C11.1596 22.8281 11.0758 22.7673 10.955 22.6546C10.7249 22.4399 10.5909 22.1371 10.494 21.891C10.3889 21.6241 10.2364 21.1647 10.096 20.7359C9.99021 20.4539 9.79838 20.1995 9.19705 19.4448L5.92005 15.3317C5.19605 14.4526 5.19279 13.1935 5.91349 12.3107C6.76673 11.2655 8.31674 11.1158 9.35896 11.962L10.9627 13.0538L12.8283 4.42927Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.8321 1.16789C10.4416 0.777369 9.80842 0.777369 9.41789 1.16789L8.38562 2.20016L7.84273 1.65727C7.67708 1.46992 7.44139 1.34409 7.1724 1.32284C6.62183 1.27934 6.14024 1.6904 6.09674 2.24097L5.982 3.69313L5.982 3.69315C5.95913 3.98118 5.93465 4.28951 5.94912 4.54783C5.96548 4.83971 6.03818 5.26451 6.38653 5.61286C6.73488 5.96121 7.15969 6.03391 7.45156 6.05027C7.70989 6.06474 8.01824 6.04026 8.30627 6.01739L9.75844 5.90265C10.309 5.85915 10.7201 5.37756 10.6766 4.82699C10.6588 4.60234 10.5681 4.40091 10.4296 4.24411L9.79984 3.61438L10.8321 2.58211C11.2226 2.19158 11.2226 1.55842 10.8321 1.16789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.94426 5.73303L2.49068 5.84789C1.94011 5.89139 1.52905 6.37298 1.57255 6.92355C1.59379 7.19232 1.71942 7.42785 1.90652 7.59348L2.44942 8.13636L1.41789 9.16789C1.02737 9.55842 1.02737 10.1916 1.41789 10.5821C1.80842 10.9726 2.44158 10.9726 2.83211 10.5821L3.86364 9.55057L4.49339 10.1803C4.65025 10.3191 4.85185 10.4099 5.07672 10.4277C5.62729 10.4712 6.10888 10.0601 6.15238 9.50957L6.26711 8.05755C6.28999 7.76944 6.31447 7.461 6.3 7.20259C6.28366 6.91083 6.21103 6.48584 5.86259 6.1374C5.51402 5.78883 5.08891 5.71635 4.79719 5.70011C4.53945 5.68577 4.23172 5.71021 3.94428 5.73303L3.94426 5.73303Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-minimize-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9441 4.0959C12.2278 3.00861 13.2098 2.24994 14.3334 2.24994C15.9262 2.24994 17.1023 3.73556 16.7368 5.2858L15.721 9.5947L16.6078 9.73646L16.6306 9.73987C17.5726 9.88117 18.3158 9.99265 18.9068 10.121C19.5075 10.2515 20.0095 10.4108 20.4506 10.6751C21.7281 11.4404 22.75 12.6633 22.75 14.4737C22.75 15.5606 22.4875 16.3446 21.9726 17.8825C21.6188 18.9448 21.2216 20.1359 20.8418 20.6889C20.218 21.5973 19.2978 22.2606 18.2388 22.5651C17.5941 22.7505 16.8759 22.7503 15.7561 22.7501L14.4266 22.7501H14.4265C12.9341 22.7505 11.9702 22.7508 11.0988 22.3916C10.9429 22.3273 10.7904 22.2548 10.6422 22.1743C9.81393 21.7245 9.20629 20.9762 8.26549 19.8176L4.80732 15.5613C4.06869 14.6522 4.06376 13.3512 4.79549 12.4365C5.67497 11.3372 7.29041 11.1853 8.35934 12.1016L9.58227 13.1498L11.9441 4.0959Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5303 1.46961C10.2374 1.17672 9.76256 1.17672 9.46967 1.46961L8.25595 2.68333L7.57256 1.99994C7.44797 1.8309 7.25348 1.71484 7.02771 1.697C6.61478 1.66438 6.25359 1.97267 6.22097 2.3856L6.1068 3.83048L6.1068 3.83049C6.08342 4.12558 6.06024 4.41804 6.07373 4.65878C6.08865 4.92497 6.15337 5.27609 6.43831 5.56103C6.72324 5.84596 7.07436 5.91068 7.34055 5.9256C7.5813 5.93909 7.87377 5.91591 8.16887 5.89253L9.61375 5.77836C10.0267 5.74574 10.335 5.38455 10.3023 4.97162C10.2845 4.74582 10.1684 4.5513 9.99933 4.42671L9.31661 3.74399L10.5303 2.53027C10.8232 2.23737 10.8232 1.7625 10.5303 1.46961Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.83187 6.10776L2.38537 6.22205C1.97245 6.25468 1.66415 6.61587 1.69677 7.0288C1.71462 7.2547 1.83081 7.44928 2 7.57387L2.6827 8.25657L1.46967 9.46961C1.17678 9.7625 1.17678 10.2374 1.46967 10.5303C1.76256 10.8232 2.23744 10.8232 2.53033 10.5303L3.74337 9.31723L4.4264 10.0003C4.55098 10.1694 4.74554 10.2856 4.97141 10.3034C5.38434 10.336 5.74553 10.0277 5.77815 9.61482L5.89231 8.1701C5.9157 7.87492 5.93888 7.58236 5.92539 7.34151C5.91048 7.07539 5.84581 6.72411 5.56081 6.43912C5.27571 6.15402 4.92437 6.08948 4.6583 6.07467C4.4181 6.0613 4.12627 6.08443 3.83187 6.10776Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9441 4.0959C12.2278 3.00861 13.2098 2.24994 14.3334 2.24994C15.9262 2.24994 17.1023 3.73556 16.7368 5.2858L15.721 9.5947L16.6078 9.73646L16.6306 9.73987C17.5726 9.88117 18.3158 9.99265 18.9068 10.121C19.5075 10.2515 20.0095 10.4108 20.4506 10.6751C21.7281 11.4404 22.75 12.6633 22.75 14.4737C22.75 15.5606 22.4875 16.3446 21.9726 17.8825C21.6188 18.9448 21.2216 20.1359 20.8418 20.6889C20.218 21.5973 19.2978 22.2606 18.2388 22.5651C17.5941 22.7505 16.8759 22.7503 15.7561 22.7501L14.4266 22.7501H14.4265C12.9341 22.7505 11.9702 22.7508 11.0988 22.3916C10.9429 22.3273 10.7904 22.2548 10.6422 22.1743C9.81393 21.7245 9.20629 20.9762 8.26549 19.8176L4.80732 15.5613C4.06869 14.6522 4.06376 13.3512 4.79549 12.4365C5.67497 11.3372 7.29041 11.1853 8.35934 12.1016L9.58227 13.1498L11.9441 4.0959Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5303 1.46961C10.2374 1.17672 9.76256 1.17672 9.46967 1.46961L8.25595 2.68333L7.57256 1.99994C7.44797 1.8309 7.25348 1.71484 7.02771 1.697C6.61478 1.66438 6.25359 1.97267 6.22097 2.3856L6.1068 3.83048L6.1068 3.83049C6.08342 4.12558 6.06024 4.41804 6.07373 4.65878C6.08865 4.92497 6.15337 5.27609 6.43831 5.56103C6.72324 5.84596 7.07436 5.91068 7.34055 5.9256C7.5813 5.93909 7.87377 5.91591 8.16887 5.89253L9.61375 5.77836C10.0267 5.74574 10.335 5.38455 10.3023 4.97162C10.2845 4.74582 10.1684 4.5513 9.99933 4.42671L9.31661 3.74399L10.5303 2.53027C10.8232 2.23737 10.8232 1.7625 10.5303 1.46961Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.83187 6.10776L2.38537 6.22205C1.97245 6.25468 1.66415 6.61587 1.69677 7.0288C1.71462 7.2547 1.83081 7.44928 2 7.57387L2.6827 8.25657L1.46967 9.46961C1.17678 9.7625 1.17678 10.2374 1.46967 10.5303C1.76256 10.8232 2.23744 10.8232 2.53033 10.5303L3.74337 9.31723L4.4264 10.0003C4.55098 10.1694 4.74554 10.2856 4.97141 10.3034C5.38434 10.336 5.74553 10.0277 5.77815 9.61482L5.89231 8.1701C5.9157 7.87492 5.93888 7.58236 5.92539 7.34151C5.91048 7.07539 5.84581 6.72411 5.56081 6.43912C5.27571 6.15402 4.92437 6.08948 4.6583 6.07467C4.4181 6.0613 4.12627 6.08443 3.83187 6.10776Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-minimize-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.30921 11.2892C6.2967 11.2843 6.28374 11.2949 6.28612 11.3081C6.31327 11.459 6.35567 11.6089 6.4139 11.7555L6.42018 11.7709L8.52707 16.7529C8.85134 17.5197 8.87324 18.6479 8.63946 19.526C8.53314 19.9254 8.76992 20.3355 9.16894 20.4431L17.6228 22.7229C17.8153 22.7748 18.0205 22.7479 18.1931 22.6483C18.3657 22.5486 18.4916 22.3843 18.5429 22.1917L18.8205 21.1487C18.8951 20.8685 19.0853 20.61 19.3608 20.4245C19.8229 20.1133 20.536 19.5952 20.9152 19.0687C21.2283 18.6341 21.4471 18.1372 21.6504 17.5302C21.8501 16.9342 22.0495 16.1852 22.303 15.233L22.6611 13.8896C22.9311 12.8753 22.5803 11.8157 21.7436 11.1635C21.5174 10.9873 21.4044 10.8991 21.2533 10.9476C21.1023 10.9961 21.0556 11.1539 20.9623 11.4695L20.4929 13.0562C20.4312 13.2808 20.1933 13.4143 19.9616 13.3545C19.7298 13.2948 19.592 13.0643 19.6537 12.8398L20.2138 10.8272C20.2395 10.735 20.2523 10.6889 20.2487 10.6372C20.245 10.5855 20.2286 10.5481 20.1959 10.4734C19.9544 9.92218 19.4863 9.41591 18.9206 9.1123C18.7049 8.99657 18.5971 8.9387 18.4656 8.99336C18.334 9.04803 18.2935 9.18374 18.2124 9.45517L17.6778 11.2438C17.6161 11.4684 17.3782 11.6019 17.1465 11.5421C16.9148 11.4824 16.7769 11.2519 16.8386 11.0274L17.5065 8.74457C17.5433 8.61887 17.5616 8.55603 17.5499 8.48761C17.5381 8.41919 17.505 8.3732 17.4386 8.28122C17.1024 7.81518 16.6106 7.45731 16.0127 7.29606C15.7755 7.23276 15.6569 7.2011 15.5505 7.26098C15.549 7.26184 15.5472 7.26285 15.5457 7.26373C15.4404 7.32556 15.4048 7.45564 15.3337 7.7158L15.3026 7.82972L14.8625 9.43137C14.8008 9.65589 14.5629 9.78944 14.3312 9.72967C14.0994 9.66989 13.9616 9.43943 14.0233 9.2149L15.8911 2.82144C16.0693 2.21141 15.7122 1.57388 15.0989 1.40715C14.5017 1.24475 13.8844 1.59056 13.7109 2.18471L10.8151 12.1025C10.7698 12.2674 10.6262 12.3894 10.4516 12.4115C10.277 12.4335 10.1059 12.3512 10.0186 12.203L8.79777 10.1337C8.39079 9.44385 7.46355 9.25587 6.80882 9.72704C6.52384 9.93212 6.33909 10.2298 6.27486 10.5527C6.26056 10.6487 6.25222 10.7458 6.25 10.8434C6.2537 10.9852 6.2805 11.128 6.33199 11.2665C6.33725 11.2807 6.32325 11.2947 6.30921 11.2892Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5303 1.46958C10.2374 1.17668 9.76256 1.17669 9.46967 1.46958L8.26195 2.6773L7.49896 1.91431C7.29205 1.7074 6.9837 1.63972 6.70915 1.74096C6.43461 1.8422 6.24401 2.09386 6.22097 2.38557L6.11004 3.7895L6.10721 3.82535C6.08367 4.12262 6.06035 4.41704 6.07423 4.65951C6.08949 4.92613 6.15487 5.27639 6.4392 5.56072C6.72375 5.84527 7.07416 5.91036 7.34067 5.92541C7.58168 5.93902 7.87446 5.91582 8.17 5.89241L8.2098 5.88926L9.61375 5.77833C9.90545 5.75529 10.1571 5.56469 10.2584 5.29014C10.3596 5.0156 10.2919 4.70724 10.085 4.50033L9.32262 3.73795L10.5303 2.53024C10.8232 2.23734 10.8232 1.76247 10.5303 1.46958Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.83187 6.10773L3.78932 6.1111L2.38537 6.22202C2.09367 6.24507 1.842 6.43567 1.74076 6.71021C1.63952 6.98476 1.7072 7.29312 1.91412 7.50003L2.67667 8.26257L1.46967 9.46958C1.17678 9.76247 1.17678 10.2373 1.46967 10.5302C1.76256 10.8231 2.23744 10.8231 2.53033 10.5302L3.73734 9.32323L4.50015 10.086C4.70707 10.293 5.01542 10.3606 5.28996 10.2594C5.56451 10.1582 5.75511 9.90649 5.77815 9.61479L5.88908 8.21085L5.89231 8.17007C5.9157 7.87489 5.93888 7.58233 5.92539 7.34148C5.91048 7.07536 5.84581 6.72408 5.56081 6.43909C5.27571 6.15399 4.92437 6.08945 4.6583 6.07464C4.4181 6.06126 4.12627 6.0844 3.83187 6.10773Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.30921 11.2892C6.2967 11.2843 6.28374 11.2949 6.28612 11.3081C6.31327 11.459 6.35567 11.6089 6.4139 11.7555L6.42018 11.7709L8.52707 16.7529C8.85134 17.5197 8.87324 18.6479 8.63946 19.526C8.53314 19.9254 8.76992 20.3355 9.16894 20.4431L17.6228 22.7229C17.8153 22.7748 18.0205 22.7479 18.1931 22.6483C18.3657 22.5486 18.4916 22.3843 18.5429 22.1917L18.8205 21.1487C18.8951 20.8685 19.0853 20.61 19.3608 20.4245C19.8229 20.1133 20.536 19.5952 20.9152 19.0687C21.2283 18.6341 21.4471 18.1372 21.6504 17.5302C21.8501 16.9342 22.0495 16.1852 22.303 15.233L22.6611 13.8896C22.9311 12.8753 22.5803 11.8157 21.7436 11.1635C21.5174 10.9873 21.4044 10.8991 21.2533 10.9476C21.1023 10.9961 21.0556 11.1539 20.9623 11.4695L20.4929 13.0562C20.4312 13.2808 20.1933 13.4143 19.9616 13.3545C19.7298 13.2948 19.592 13.0643 19.6537 12.8398L20.2138 10.8272C20.2395 10.735 20.2523 10.6889 20.2487 10.6372C20.245 10.5855 20.2286 10.5481 20.1959 10.4734C19.9544 9.92218 19.4863 9.41591 18.9206 9.1123C18.7049 8.99657 18.5971 8.9387 18.4656 8.99336C18.334 9.04803 18.2935 9.18374 18.2124 9.45517L17.6778 11.2438C17.6161 11.4684 17.3782 11.6019 17.1465 11.5421C16.9148 11.4824 16.7769 11.2519 16.8386 11.0274L17.5065 8.74457C17.5433 8.61887 17.5616 8.55603 17.5499 8.48761C17.5381 8.41919 17.505 8.3732 17.4386 8.28122C17.1024 7.81518 16.6106 7.45731 16.0127 7.29606C15.7755 7.23276 15.6569 7.2011 15.5505 7.26098C15.549 7.26184 15.5472 7.26285 15.5457 7.26373C15.4404 7.32556 15.4048 7.45564 15.3337 7.7158L15.3026 7.82972L14.8625 9.43137C14.8008 9.65589 14.5629 9.78944 14.3312 9.72967C14.0994 9.66989 13.9616 9.43943 14.0233 9.2149L15.8911 2.82144C16.0693 2.21141 15.7122 1.57388 15.0989 1.40715C14.5017 1.24475 13.8844 1.59056 13.7109 2.18471L10.8151 12.1025C10.7698 12.2674 10.6262 12.3894 10.4516 12.4115C10.277 12.4335 10.1059 12.3512 10.0186 12.203L8.79777 10.1337C8.39079 9.44385 7.46355 9.25587 6.80882 9.72704C6.52384 9.93212 6.33909 10.2298 6.27486 10.5527C6.26056 10.6487 6.25222 10.7458 6.25 10.8434C6.2537 10.9852 6.2805 11.128 6.33199 11.2665C6.33725 11.2807 6.32325 11.2947 6.30921 11.2892Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5303 1.46958C10.2374 1.17668 9.76256 1.17669 9.46967 1.46958L8.26195 2.6773L7.49896 1.91431C7.29205 1.7074 6.9837 1.63972 6.70915 1.74096C6.43461 1.8422 6.24401 2.09386 6.22097 2.38557L6.11004 3.7895L6.10721 3.82535C6.08367 4.12262 6.06035 4.41704 6.07423 4.65951C6.08949 4.92613 6.15487 5.27639 6.4392 5.56072C6.72375 5.84527 7.07416 5.91036 7.34067 5.92541C7.58168 5.93902 7.87446 5.91582 8.17 5.89241L8.2098 5.88926L9.61375 5.77833C9.90545 5.75529 10.1571 5.56469 10.2584 5.29014C10.3596 5.0156 10.2919 4.70724 10.085 4.50033L9.32262 3.73795L10.5303 2.53024C10.8232 2.23734 10.8232 1.76247 10.5303 1.46958Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.83187 6.10773L3.78932 6.1111L2.38537 6.22202C2.09367 6.24507 1.842 6.43567 1.74076 6.71021C1.63952 6.98476 1.7072 7.29312 1.91412 7.50003L2.67667 8.26257L1.46967 9.46958C1.17678 9.76247 1.17678 10.2373 1.46967 10.5302C1.76256 10.8231 2.23744 10.8231 2.53033 10.5302L3.73734 9.32323L4.50015 10.086C4.70707 10.293 5.01542 10.3606 5.28996 10.2594C5.56451 10.1582 5.75511 9.90649 5.77815 9.61479L5.88908 8.21085L5.89231 8.17007C5.9157 7.87489 5.93888 7.58233 5.92539 7.34148C5.91048 7.07536 5.84581 6.72408 5.56081 6.43909C5.27571 6.15399 4.92437 6.08945 4.6583 6.07464C4.4181 6.06126 4.12627 6.0844 3.83187 6.10773Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-minimize-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6748 3.26771C13.0538 3.15717 12.4456 3.57467 12.3319 4.22548L10.4888 14.777L10.336 15.5944C10.3066 15.7515 10.1901 15.879 10.0345 15.9242C9.87891 15.9694 9.71076 15.9246 9.59954 15.8083L7.53915 13.6535C6.97444 13.079 6.05063 13.1296 5.54934 13.7692C5.16031 14.2656 5.14924 14.9719 5.52335 15.481L8.68498 19.7839C9.41387 20.776 9.74214 21.2188 10.1309 21.5605C10.736 22.0924 11.4599 22.4614 12.2369 22.6357C12.7351 22.7475 13.2758 22.75 14.4916 22.75H16.5769C19.1154 22.75 21.2985 20.9792 21.7856 18.525L22.6404 14.2185L22.7317 13.6959C22.8459 13.0426 22.4125 12.4351 21.7885 12.324C21.1674 12.2135 20.5592 12.631 20.4455 13.2818L20.3534 13.8091C20.3131 14.0399 20.0906 14.1947 19.8563 14.155C19.6221 14.1153 19.4649 13.8961 19.5052 13.6654L19.5973 13.138C19.6191 13.0135 19.6469 12.7254 19.6894 12.6107L19.7816 12.0834C19.8957 11.4301 19.4623 10.8226 18.8383 10.7115C18.2172 10.6009 17.609 11.0184 17.4954 11.6693L17.4032 12.1966C17.3629 12.4273 17.1404 12.5822 16.9062 12.5425C16.6719 12.5028 16.5147 12.2835 16.5551 12.0528L16.8314 10.4708C16.9455 9.8175 16.5122 9.21 15.8881 9.09892C15.267 8.98838 14.6589 9.40588 14.5452 10.0567L14.2688 11.6387C14.2285 11.8694 14.006 12.0243 13.7718 11.9846C13.5376 11.9449 13.3804 11.7256 13.4207 11.4949L14.6181 4.6396C14.7322 3.98629 14.2989 3.37879 13.6748 3.26771Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5303 1.46967C10.2374 1.17678 9.76256 1.17678 9.46967 1.46967L8.26195 2.67739L7.49896 1.9144C7.29205 1.70749 6.9837 1.63982 6.70915 1.74105C6.43461 1.84229 6.24401 2.09396 6.22097 2.38566L6.11004 3.7896L6.10721 3.82544C6.08367 4.12271 6.06035 4.41713 6.07423 4.6596C6.08949 4.92622 6.15487 5.27648 6.4392 5.56081C6.72375 5.84536 7.07416 5.91045 7.34067 5.9255C7.58168 5.93911 7.87446 5.91591 8.17 5.8925L8.2098 5.88935L9.61375 5.77842C9.90545 5.75538 10.1571 5.56478 10.2584 5.29023C10.3596 5.01569 10.2919 4.70733 10.085 4.50042L9.32262 3.73804L10.5303 2.53033C10.8232 2.23744 10.8232 1.76256 10.5303 1.46967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.83187 6.10782L3.78932 6.11119L2.38537 6.22212C2.09367 6.24516 1.842 6.43576 1.74076 6.71031C1.63952 6.98485 1.7072 7.29321 1.91412 7.50012L2.67667 8.26267L1.46967 9.46967C1.17678 9.76256 1.17678 10.2374 1.46967 10.5303C1.76256 10.8232 2.23744 10.8232 2.53033 10.5303L3.73734 9.32332L4.50015 10.0861C4.70707 10.293 5.01542 10.3607 5.28996 10.2595C5.56451 10.1582 5.75511 9.90658 5.77815 9.61488L5.88908 8.21094L5.89231 8.17016C5.9157 7.87499 5.93888 7.58242 5.92539 7.34157C5.91048 7.07545 5.84581 6.72417 5.56081 6.43918C5.27571 6.15408 4.92437 6.08954 4.6583 6.07473C4.4181 6.06136 4.12627 6.08449 3.83187 6.10782Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6748 3.26771C13.0538 3.15717 12.4456 3.57467 12.3319 4.22548L10.4888 14.777L10.336 15.5944C10.3066 15.7515 10.1901 15.879 10.0345 15.9242C9.87891 15.9694 9.71076 15.9246 9.59954 15.8083L7.53915 13.6535C6.97444 13.079 6.05063 13.1296 5.54934 13.7692C5.16031 14.2656 5.14924 14.9719 5.52335 15.481L8.68498 19.7839C9.41387 20.776 9.74214 21.2188 10.1309 21.5605C10.736 22.0924 11.4599 22.4614 12.2369 22.6357C12.7351 22.7475 13.2758 22.75 14.4916 22.75H16.5769C19.1154 22.75 21.2985 20.9792 21.7856 18.525L22.6404 14.2185L22.7317 13.6959C22.8459 13.0426 22.4125 12.4351 21.7885 12.324C21.1674 12.2135 20.5592 12.631 20.4455 13.2818L20.3534 13.8091C20.3131 14.0399 20.0906 14.1947 19.8563 14.155C19.6221 14.1153 19.4649 13.8961 19.5052 13.6654L19.5973 13.138C19.6191 13.0135 19.6469 12.7254 19.6894 12.6107L19.7816 12.0834C19.8957 11.4301 19.4623 10.8226 18.8383 10.7115C18.2172 10.6009 17.609 11.0184 17.4954 11.6693L17.4032 12.1966C17.3629 12.4273 17.1404 12.5822 16.9062 12.5425C16.6719 12.5028 16.5147 12.2835 16.5551 12.0528L16.8314 10.4708C16.9455 9.8175 16.5122 9.21 15.8881 9.09892C15.267 8.98838 14.6589 9.40588 14.5452 10.0567L14.2688 11.6387C14.2285 11.8694 14.006 12.0243 13.7718 11.9846C13.5376 11.9449 13.3804 11.7256 13.4207 11.4949L14.6181 4.6396C14.7322 3.98629 14.2989 3.37879 13.6748 3.26771Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5303 1.46967C10.2374 1.17678 9.76256 1.17678 9.46967 1.46967L8.26195 2.67739L7.49896 1.9144C7.29205 1.70749 6.9837 1.63982 6.70915 1.74105C6.43461 1.84229 6.24401 2.09396 6.22097 2.38566L6.11004 3.7896L6.10721 3.82544C6.08367 4.12271 6.06035 4.41713 6.07423 4.6596C6.08949 4.92622 6.15487 5.27648 6.4392 5.56081C6.72375 5.84536 7.07416 5.91045 7.34067 5.9255C7.58168 5.93911 7.87446 5.91591 8.17 5.8925L8.2098 5.88935L9.61375 5.77842C9.90545 5.75538 10.1571 5.56478 10.2584 5.29023C10.3596 5.01569 10.2919 4.70733 10.085 4.50042L9.32262 3.73804L10.5303 2.53033C10.8232 2.23744 10.8232 1.76256 10.5303 1.46967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.83187 6.10782L3.78932 6.11119L2.38537 6.22212C2.09367 6.24516 1.842 6.43576 1.74076 6.71031C1.63952 6.98485 1.7072 7.29321 1.91412 7.50012L2.67667 8.26267L1.46967 9.46967C1.17678 9.76256 1.17678 10.2374 1.46967 10.5303C1.76256 10.8232 2.23744 10.8232 2.53033 10.5303L3.73734 9.32332L4.50015 10.0861C4.70707 10.293 5.01542 10.3607 5.28996 10.2595C5.56451 10.1582 5.75511 9.90658 5.77815 9.61488L5.88908 8.21094L5.89231 8.17016C5.9157 7.87499 5.93888 7.58242 5.92539 7.34157C5.91048 7.07545 5.84581 6.72417 5.56081 6.43918C5.27571 6.15408 4.92437 6.08954 4.6583 6.07473C4.4181 6.06136 4.12627 6.08449 3.83187 6.10782Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-move-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.6389 2.11427C19.9346 2.40437 19.9391 2.87922 19.649 3.17488C19.5171 3.30926 19.3471 3.38349 19.1731 3.39726H18.7501V5H20.3529V4.57701C20.3666 4.403 20.4409 4.23299 20.5752 4.10114C20.8709 3.81104 21.3458 3.81555 21.6359 4.1112L22.0929 4.57699C22.2275 4.71403 22.3756 4.86484 22.484 5.00973C22.6122 5.18093 22.7501 5.42609 22.7501 5.75C22.7501 6.07391 22.6122 6.31907 22.484 6.49027C22.3756 6.63516 22.2275 6.78596 22.0929 6.923L21.6359 7.3888C21.3457 7.68445 20.8709 7.68896 20.5752 7.39886C20.4409 7.26701 20.3666 7.097 20.3529 6.923V6.5H18.7501V8.10274H19.1731C19.3471 8.11651 19.5171 8.19074 19.649 8.32512C19.9391 8.62078 19.9346 9.09563 19.6389 9.38573L19.1731 9.84279L19.1731 9.84281C19.0361 9.97737 18.8853 10.1255 18.7404 10.2339C18.5692 10.3621 18.324 10.5 18.0001 10.5C17.6762 10.5 17.431 10.3621 17.2599 10.2339C17.115 10.1255 16.9642 9.97736 16.8271 9.84278L16.3613 9.38573C16.0657 9.09563 16.0612 8.62078 16.3513 8.32512C16.4831 8.19074 16.6531 8.11651 16.8271 8.10274H17.2501V6.5H15.6474V6.923C15.6336 7.097 15.5594 7.26701 15.425 7.39886C15.1293 7.68896 14.6545 7.68445 14.3644 7.38879L13.9307 6.94676C13.7961 6.80973 13.6247 6.63516 13.5162 6.49027C13.388 6.31908 13.2501 6.07392 13.2501 5.75C13.2501 5.42608 13.388 5.18092 13.5162 5.00973C13.6247 4.86484 13.7961 4.69027 13.9307 4.55324L14.3644 4.1112C14.6545 3.81555 15.1293 3.81104 15.425 4.10114C15.5594 4.23299 15.6336 4.40299 15.6474 4.577V5H17.2501V3.395H16.8034C16.6377 3.3766 16.4771 3.30313 16.3513 3.17488C16.0612 2.87922 16.0657 2.40437 16.3613 2.11427L16.8271 1.65722C16.9642 1.52265 17.115 1.37455 17.2599 1.26608C17.431 1.13792 17.6762 1 18.0001 1C18.324 1 18.5692 1.13792 18.7404 1.26608C18.8853 1.37455 19.0361 1.52264 19.1731 1.65721L19.1731 1.65722L19.6389 2.11427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.25012 4C6.25012 2.61929 7.36941 1.5 8.75012 1.5C10.1308 1.5 11.2501 2.61929 11.2501 4V8.99751C13.114 9.06064 15.8191 9.63616 17.8532 11.6832C18.7892 12.6251 18.8446 14.0029 18.6739 15.1431C18.4977 16.3199 18.0472 17.4859 17.675 18.2631C17.5557 18.4764 17.0743 19.3702 16.9727 19.5735C16.7562 20.0063 16.642 20.3501 16.642 20.632V20.632C16.642 20.8973 16.642 21.168 16.6249 21.3714C16.6065 21.5909 16.5641 21.8309 16.4399 22.0665C16.2753 22.3784 16.0204 22.6333 15.7085 22.7979C15.4729 22.9221 15.2329 22.9645 15.0134 22.9829C14.8099 23 14.5663 23 14.301 23H8.71653H8.71652C8.40881 23 8.12531 23.0001 7.88945 22.9766C7.63284 22.9512 7.16974 22.8503 6.90762 22.5882C6.63762 22.3607 6.48846 22.0289 6.38252 21.7562C6.26939 21.4649 6.14941 21.0794 6.00507 20.6155L6.00506 20.6155C5.89562 20.3084 5.65972 19.9176 5.06074 19.1263L1.7836 14.7965C1.07492 13.891 1.07191 12.6048 1.77694 11.6957C2.63536 10.5888 4.2284 10.4293 5.28033 11.3594L6.25012 12.3742V4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.6389 2.11427C19.9346 2.40437 19.9391 2.87922 19.649 3.17488C19.5171 3.30926 19.3471 3.38349 19.1731 3.39726H18.7501V5H20.3529V4.57701C20.3666 4.403 20.4409 4.23299 20.5752 4.10114C20.8709 3.81104 21.3458 3.81555 21.6359 4.1112L22.0929 4.57699C22.2275 4.71403 22.3756 4.86484 22.484 5.00973C22.6122 5.18093 22.7501 5.42609 22.7501 5.75C22.7501 6.07391 22.6122 6.31907 22.484 6.49027C22.3756 6.63516 22.2275 6.78596 22.0929 6.923L21.6359 7.3888C21.3457 7.68445 20.8709 7.68896 20.5752 7.39886C20.4409 7.26701 20.3666 7.097 20.3529 6.923V6.5H18.7501V8.10274H19.1731C19.3471 8.11651 19.5171 8.19074 19.649 8.32512C19.9391 8.62078 19.9346 9.09563 19.6389 9.38573L19.1731 9.84279L19.1731 9.84281C19.0361 9.97737 18.8853 10.1255 18.7404 10.2339C18.5692 10.3621 18.324 10.5 18.0001 10.5C17.6762 10.5 17.431 10.3621 17.2599 10.2339C17.115 10.1255 16.9642 9.97736 16.8271 9.84278L16.3613 9.38573C16.0657 9.09563 16.0612 8.62078 16.3513 8.32512C16.4831 8.19074 16.6531 8.11651 16.8271 8.10274H17.2501V6.5H15.6474V6.923C15.6336 7.097 15.5594 7.26701 15.425 7.39886C15.1293 7.68896 14.6545 7.68445 14.3644 7.38879L13.9307 6.94676C13.7961 6.80973 13.6247 6.63516 13.5162 6.49027C13.388 6.31908 13.2501 6.07392 13.2501 5.75C13.2501 5.42608 13.388 5.18092 13.5162 5.00973C13.6247 4.86484 13.7961 4.69027 13.9307 4.55324L14.3644 4.1112C14.6545 3.81555 15.1293 3.81104 15.425 4.10114C15.5594 4.23299 15.6336 4.40299 15.6474 4.577V5H17.2501V3.395H16.8034C16.6377 3.3766 16.4771 3.30313 16.3513 3.17488C16.0612 2.87922 16.0657 2.40437 16.3613 2.11427L16.8271 1.65722C16.9642 1.52265 17.115 1.37455 17.2599 1.26608C17.431 1.13792 17.6762 1 18.0001 1C18.324 1 18.5692 1.13792 18.7404 1.26608C18.8853 1.37455 19.0361 1.52264 19.1731 1.65721L19.1731 1.65722L19.6389 2.11427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.25012 4C6.25012 2.61929 7.36941 1.5 8.75012 1.5C10.1308 1.5 11.2501 2.61929 11.2501 4V8.99751C13.114 9.06064 15.8191 9.63616 17.8532 11.6832C18.7892 12.6251 18.8446 14.0029 18.6739 15.1431C18.4977 16.3199 18.0472 17.4859 17.675 18.2631C17.5557 18.4764 17.0743 19.3702 16.9727 19.5735C16.7562 20.0063 16.642 20.3501 16.642 20.632V20.632C16.642 20.8973 16.642 21.168 16.6249 21.3714C16.6065 21.5909 16.5641 21.8309 16.4399 22.0665C16.2753 22.3784 16.0204 22.6333 15.7085 22.7979C15.4729 22.9221 15.2329 22.9645 15.0134 22.9829C14.8099 23 14.5663 23 14.301 23H8.71653H8.71652C8.40881 23 8.12531 23.0001 7.88945 22.9766C7.63284 22.9512 7.16974 22.8503 6.90762 22.5882C6.63762 22.3607 6.48846 22.0289 6.38252 21.7562C6.26939 21.4649 6.14941 21.0794 6.00507 20.6155L6.00506 20.6155C5.89562 20.3084 5.65972 19.9176 5.06074 19.1263L1.7836 14.7965C1.07492 13.891 1.07191 12.6048 1.77694 11.6957C2.63536 10.5888 4.2284 10.4293 5.28033 11.3594L6.25012 12.3742V4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-move-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.6388 1.86427C19.9345 2.15437 19.939 2.62922 19.6489 2.92488C19.517 3.05926 19.347 3.13349 19.173 3.14726H18.75V4.75H20.3527V4.32701C20.3665 4.153 20.4407 3.98299 20.5751 3.85114C20.8708 3.56104 21.3456 3.56555 21.6357 3.8612L22.0928 4.32699C22.2274 4.46403 22.3755 4.61484 22.4839 4.75973C22.6121 4.93093 22.75 5.17609 22.75 5.5C22.75 5.82391 22.6121 6.06907 22.4839 6.24027C22.3755 6.38516 22.2274 6.53596 22.0928 6.673L21.6357 7.1388C21.3456 7.43445 20.8708 7.43896 20.5751 7.14886C20.4407 7.01701 20.3665 6.847 20.3527 6.673V6.25H18.75V7.85274H19.173C19.347 7.86651 19.517 7.94074 19.6489 8.07512C19.939 8.37078 19.9345 8.84563 19.6388 9.13573L19.173 9.59279L19.173 9.59281C19.0359 9.72737 18.8851 9.87546 18.7403 9.98392C18.5691 10.1121 18.3239 10.25 18 10.25C17.6761 10.25 17.4309 10.1121 17.2597 9.98392C17.1148 9.87545 16.964 9.72736 16.827 9.59278L16.3612 9.13573C16.0655 8.84563 16.061 8.37078 16.3511 8.07512C16.483 7.94074 16.653 7.86651 16.827 7.85274H17.25V6.25H15.6473V6.673C15.6335 6.847 15.5593 7.01701 15.4249 7.14886C15.1292 7.43896 14.6544 7.43445 14.3643 7.13879L13.9305 6.69676C13.796 6.55973 13.6245 6.38516 13.5161 6.24027C13.3879 6.06908 13.25 5.82392 13.25 5.5C13.25 5.17608 13.3879 4.93092 13.5161 4.75973C13.6245 4.61484 13.796 4.44027 13.9305 4.30324L14.3643 3.8612C14.6544 3.56555 15.1292 3.56104 15.4249 3.85114C15.5593 3.98299 15.6335 4.15299 15.6473 4.327V4.75H17.25V3.145H16.8032C16.6376 3.1266 16.477 3.05313 16.3511 2.92488C16.061 2.62922 16.0655 2.15437 16.3612 1.86427L16.827 1.40722C16.964 1.27265 17.1148 1.12455 17.2597 1.01608C17.4309 0.887918 17.6761 0.75 18 0.75C18.3239 0.75 18.5691 0.887919 18.7403 1.01608C18.8852 1.12455 19.036 1.27264 19.173 1.40721L19.173 1.40722L19.6388 1.86427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.25514 5.24994C6.25514 3.86923 7.37442 2.74994 8.75514 2.74994C10.1358 2.74994 11.2551 3.86923 11.2551 5.24994V9.8603L13.6306 10.2398C14.5726 10.3811 15.3158 10.4925 15.9068 10.6209C16.5075 10.7514 17.0095 10.9107 17.4506 11.175C18.7281 11.9403 19.75 13.1632 19.75 14.9735C19.75 16.0605 19.4875 16.8445 18.9726 18.3824C18.6188 19.4447 18.2216 20.6358 17.8418 21.1888C17.218 22.0972 16.2978 22.7605 15.2388 23.065C14.5941 23.2503 13.8759 23.2502 12.7561 23.25L11.4266 23.25H11.4265C9.93411 23.2504 8.97018 23.2507 8.09879 22.8915C7.94285 22.8272 7.79043 22.7546 7.6422 22.6742C6.81393 22.2244 6.20629 21.4761 5.26549 20.3175L1.80732 16.0612C1.06869 15.1521 1.06376 13.8511 1.79549 12.9364C2.67497 11.8371 4.29041 11.6852 5.35934 12.6014L6.25514 13.3693V5.24994Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.6388 1.86427C19.9345 2.15437 19.939 2.62922 19.6489 2.92488C19.517 3.05926 19.347 3.13349 19.173 3.14726H18.75V4.75H20.3527V4.32701C20.3665 4.153 20.4407 3.98299 20.5751 3.85114C20.8708 3.56104 21.3456 3.56555 21.6357 3.8612L22.0928 4.32699C22.2274 4.46403 22.3755 4.61484 22.4839 4.75973C22.6121 4.93093 22.75 5.17609 22.75 5.5C22.75 5.82391 22.6121 6.06907 22.4839 6.24027C22.3755 6.38516 22.2274 6.53596 22.0928 6.673L21.6357 7.1388C21.3456 7.43445 20.8708 7.43896 20.5751 7.14886C20.4407 7.01701 20.3665 6.847 20.3527 6.673V6.25H18.75V7.85274H19.173C19.347 7.86651 19.517 7.94074 19.6489 8.07512C19.939 8.37078 19.9345 8.84563 19.6388 9.13573L19.173 9.59279L19.173 9.59281C19.0359 9.72737 18.8851 9.87546 18.7403 9.98392C18.5691 10.1121 18.3239 10.25 18 10.25C17.6761 10.25 17.4309 10.1121 17.2597 9.98392C17.1148 9.87545 16.964 9.72736 16.827 9.59278L16.3612 9.13573C16.0655 8.84563 16.061 8.37078 16.3511 8.07512C16.483 7.94074 16.653 7.86651 16.827 7.85274H17.25V6.25H15.6473V6.673C15.6335 6.847 15.5593 7.01701 15.4249 7.14886C15.1292 7.43896 14.6544 7.43445 14.3643 7.13879L13.9305 6.69676C13.796 6.55973 13.6245 6.38516 13.5161 6.24027C13.3879 6.06908 13.25 5.82392 13.25 5.5C13.25 5.17608 13.3879 4.93092 13.5161 4.75973C13.6245 4.61484 13.796 4.44027 13.9305 4.30324L14.3643 3.8612C14.6544 3.56555 15.1292 3.56104 15.4249 3.85114C15.5593 3.98299 15.6335 4.15299 15.6473 4.327V4.75H17.25V3.145H16.8032C16.6376 3.1266 16.477 3.05313 16.3511 2.92488C16.061 2.62922 16.0655 2.15437 16.3612 1.86427L16.827 1.40722C16.964 1.27265 17.1148 1.12455 17.2597 1.01608C17.4309 0.887918 17.6761 0.75 18 0.75C18.3239 0.75 18.5691 0.887919 18.7403 1.01608C18.8852 1.12455 19.036 1.27264 19.173 1.40721L19.173 1.40722L19.6388 1.86427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.25514 5.24994C6.25514 3.86923 7.37442 2.74994 8.75514 2.74994C10.1358 2.74994 11.2551 3.86923 11.2551 5.24994V9.8603L13.6306 10.2398C14.5726 10.3811 15.3158 10.4925 15.9068 10.6209C16.5075 10.7514 17.0095 10.9107 17.4506 11.175C18.7281 11.9403 19.75 13.1632 19.75 14.9735C19.75 16.0605 19.4875 16.8445 18.9726 18.3824C18.6188 19.4447 18.2216 20.6358 17.8418 21.1888C17.218 22.0972 16.2978 22.7605 15.2388 23.065C14.5941 23.2503 13.8759 23.2502 12.7561 23.25L11.4266 23.25H11.4265C9.93411 23.2504 8.97018 23.2507 8.09879 22.8915C7.94285 22.8272 7.79043 22.7546 7.6422 22.6742C6.81393 22.2244 6.20629 21.4761 5.26549 20.3175L1.80732 16.0612C1.06869 15.1521 1.06376 13.8511 1.79549 12.9364C2.67497 11.8371 4.29041 11.6852 5.35934 12.6014L6.25514 13.3693V5.24994Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-ok-finger{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.20071 2.31364C7.54765 2.31364 7.00662 2.83423 7.00662 3.49035V11.4681C7.00662 11.6994 6.81221 11.8869 6.5724 11.8869C6.33259 11.8869 6.13819 11.6994 6.13819 11.4681V7.74515C6.13819 7.08902 5.59715 6.56843 4.94409 6.56843C4.29104 6.56843 3.75 7.08902 3.75 7.74515V13.4629C3.75 14.8852 4.08796 16.2877 4.7368 17.5593L5.07422 18.2206C5.63124 19.3122 5.92108 20.5155 5.92108 21.7354C5.92108 22.0524 5.92378 22.1414 5.93893 22.206C6.0005 22.4684 6.21296 22.6733 6.48504 22.7327C6.55198 22.7473 6.64423 22.7499 6.97287 22.7499H13.7759C14.0988 22.7499 14.1894 22.7474 14.2553 22.7333C14.5296 22.6745 14.7429 22.4691 14.8044 22.2046C14.8191 22.1412 14.8219 22.053 14.8225 21.7397C14.824 20.9319 15.2701 20.3445 15.8091 19.9003C16.2491 19.5377 17.0695 19.0832 17.5528 18.816C18.7585 18.1373 19.7212 17.0438 20.1637 15.7354C20.266 15.4327 20.1822 15.1545 19.9691 14.9345C19.7482 14.7064 19.3884 14.5473 18.9815 14.5473C18.5905 14.5473 18.1986 14.7123 17.7872 14.9926C17.4403 15.2289 17.1175 15.5192 16.7922 15.8118C16.7922 15.8118 16.3334 16.2013 16.2195 16.2716C14.4576 17.3548 12.1225 16.0609 12.1225 14.1284C12.1225 12.2016 14.4439 10.9097 16.2039 11.9758C16.6154 12.1868 16.951 12.4627 17.2161 12.7437C17.7404 13.2994 18.3532 13.7096 18.9897 13.7096C19.4061 13.7096 19.7751 13.5469 20.0027 13.3125C20.2226 13.086 20.3103 12.7987 20.2066 12.4864C19.4783 10.2916 17.3267 8.69802 14.783 8.69802C14.2473 8.69802 13.7613 8.69802 13.3051 8.9558C13.1443 9.04664 12.9411 9.02846 12.8003 8.91012C12.6583 8.79068 12.6123 8.59647 12.6865 8.42938L15.1681 2.84532C15.4872 2.07492 14.905 1.24994 14.0802 1.24994C13.6388 1.24994 13.2312 1.49436 13.0305 1.8877L10.2186 7.39825C10.1294 7.57297 9.92721 7.66537 9.73058 7.62122C9.53395 7.57708 9.3948 7.40803 9.3948 7.2133V3.49035C9.3948 2.83423 8.85377 2.31364 8.20071 2.31364Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.20071 2.31364C7.54765 2.31364 7.00662 2.83423 7.00662 3.49035V11.4681C7.00662 11.6994 6.81221 11.8869 6.5724 11.8869C6.33259 11.8869 6.13819 11.6994 6.13819 11.4681V7.74515C6.13819 7.08902 5.59715 6.56843 4.94409 6.56843C4.29104 6.56843 3.75 7.08902 3.75 7.74515V13.4629C3.75 14.8852 4.08796 16.2877 4.7368 17.5593L5.07422 18.2206C5.63124 19.3122 5.92108 20.5155 5.92108 21.7354C5.92108 22.0524 5.92378 22.1414 5.93893 22.206C6.0005 22.4684 6.21296 22.6733 6.48504 22.7327C6.55198 22.7473 6.64423 22.7499 6.97287 22.7499H13.7759C14.0988 22.7499 14.1894 22.7474 14.2553 22.7333C14.5296 22.6745 14.7429 22.4691 14.8044 22.2046C14.8191 22.1412 14.8219 22.053 14.8225 21.7397C14.824 20.9319 15.2701 20.3445 15.8091 19.9003C16.2491 19.5377 17.0695 19.0832 17.5528 18.816C18.7585 18.1373 19.7212 17.0438 20.1637 15.7354C20.266 15.4327 20.1822 15.1545 19.9691 14.9345C19.7482 14.7064 19.3884 14.5473 18.9815 14.5473C18.5905 14.5473 18.1986 14.7123 17.7872 14.9926C17.4403 15.2289 17.1175 15.5192 16.7922 15.8118C16.7922 15.8118 16.3334 16.2013 16.2195 16.2716C14.4576 17.3548 12.1225 16.0609 12.1225 14.1284C12.1225 12.2016 14.4439 10.9097 16.2039 11.9758C16.6154 12.1868 16.951 12.4627 17.2161 12.7437C17.7404 13.2994 18.3532 13.7096 18.9897 13.7096C19.4061 13.7096 19.7751 13.5469 20.0027 13.3125C20.2226 13.086 20.3103 12.7987 20.2066 12.4864C19.4783 10.2916 17.3267 8.69802 14.783 8.69802C14.2473 8.69802 13.7613 8.69802 13.3051 8.9558C13.1443 9.04664 12.9411 9.02846 12.8003 8.91012C12.6583 8.79068 12.6123 8.59647 12.6865 8.42938L15.1681 2.84532C15.4872 2.07492 14.905 1.24994 14.0802 1.24994C13.6388 1.24994 13.2312 1.49436 13.0305 1.8877L10.2186 7.39825C10.1294 7.57297 9.92721 7.66537 9.73058 7.62122C9.53395 7.57708 9.3948 7.40803 9.3948 7.2133V3.49035C9.3948 2.83423 8.85377 2.31364 8.20071 2.31364Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-pointing-left-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.75 10.2501C2.36929 10.2501 1.25 11.3694 1.25 12.7501C1.25 14.1308 2.36929 15.2501 3.75 15.2501H8.74751C8.81064 17.114 9.38616 19.8191 11.4332 21.8532C12.3751 22.7892 13.7529 22.8446 14.8931 22.6739C16.0699 22.4977 17.2359 22.0472 18.0131 21.675C18.2264 21.5557 19.1202 21.0743 19.3235 20.9727C19.7563 20.7562 20.1001 20.642 20.382 20.642C20.6473 20.642 20.918 20.642 21.1214 20.6249C21.3409 20.6065 21.5809 20.5641 21.8165 20.4399C22.1284 20.2753 22.3833 20.0204 22.5479 19.7085C22.6721 19.4729 22.7145 19.2329 22.7329 19.0134C22.75 18.8099 22.75 18.5663 22.75 18.301V12.7165C22.75 12.4088 22.7501 12.1253 22.7266 11.8894C22.7012 11.6328 22.6003 11.1697 22.3382 10.9076C22.1107 10.6376 21.7789 10.4885 21.5062 10.3825C21.2149 10.2694 20.8293 10.1494 20.3655 10.0051C20.0584 9.89562 19.6676 9.65972 18.8763 9.06074L14.5465 5.7836C13.641 5.07492 12.3548 5.07191 11.4457 5.77694C10.3388 6.63536 10.1793 8.2284 11.1094 9.28033L12.1242 10.2501L3.75 10.2501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25391 5.50604C8.80619 5.50604 9.25391 5.05833 9.25391 4.50604C9.25391 3.95376 8.80619 3.50604 8.25391 3.50604L5.75387 3.50604L5.75389 2.91178C5.75401 2.73615 5.75417 2.52049 5.7321 2.34406L5.73168 2.34071C5.71591 2.21426 5.64407 1.63822 5.07848 1.36386C4.51165 1.0889 4.01151 1.39083 3.90331 1.45616L3.43482 1.7953C3.059 2.08993 2.54454 2.49563 2.15353 2.87606C1.95842 3.06589 1.75718 3.28316 1.59834 3.51406C1.45713 3.71932 1.25387 4.06952 1.25387 4.50018C1.25387 4.93085 1.45713 5.28104 1.59834 5.4863C1.75718 5.71721 1.95842 5.93447 2.15353 6.1243C2.54454 6.50474 3.05899 6.91043 3.43482 7.20506L3.90331 7.54421C4.01152 7.60953 4.51166 7.91147 5.07848 7.63651C5.64408 7.36214 5.71591 6.7861 5.73168 6.65966L5.7321 6.65631C5.75417 6.47987 5.75401 6.26422 5.75389 6.08858L5.75387 5.50604L8.25391 5.50604Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.75 10.2501C2.36929 10.2501 1.25 11.3694 1.25 12.7501C1.25 14.1308 2.36929 15.2501 3.75 15.2501H8.74751C8.81064 17.114 9.38616 19.8191 11.4332 21.8532C12.3751 22.7892 13.7529 22.8446 14.8931 22.6739C16.0699 22.4977 17.2359 22.0472 18.0131 21.675C18.2264 21.5557 19.1202 21.0743 19.3235 20.9727C19.7563 20.7562 20.1001 20.642 20.382 20.642C20.6473 20.642 20.918 20.642 21.1214 20.6249C21.3409 20.6065 21.5809 20.5641 21.8165 20.4399C22.1284 20.2753 22.3833 20.0204 22.5479 19.7085C22.6721 19.4729 22.7145 19.2329 22.7329 19.0134C22.75 18.8099 22.75 18.5663 22.75 18.301V12.7165C22.75 12.4088 22.7501 12.1253 22.7266 11.8894C22.7012 11.6328 22.6003 11.1697 22.3382 10.9076C22.1107 10.6376 21.7789 10.4885 21.5062 10.3825C21.2149 10.2694 20.8293 10.1494 20.3655 10.0051C20.0584 9.89562 19.6676 9.65972 18.8763 9.06074L14.5465 5.7836C13.641 5.07492 12.3548 5.07191 11.4457 5.77694C10.3388 6.63536 10.1793 8.2284 11.1094 9.28033L12.1242 10.2501L3.75 10.2501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25391 5.50604C8.80619 5.50604 9.25391 5.05833 9.25391 4.50604C9.25391 3.95376 8.80619 3.50604 8.25391 3.50604L5.75387 3.50604L5.75389 2.91178C5.75401 2.73615 5.75417 2.52049 5.7321 2.34406L5.73168 2.34071C5.71591 2.21426 5.64407 1.63822 5.07848 1.36386C4.51165 1.0889 4.01151 1.39083 3.90331 1.45616L3.43482 1.7953C3.059 2.08993 2.54454 2.49563 2.15353 2.87606C1.95842 3.06589 1.75718 3.28316 1.59834 3.51406C1.45713 3.71932 1.25387 4.06952 1.25387 4.50018C1.25387 4.93085 1.45713 5.28104 1.59834 5.4863C1.75718 5.71721 1.95842 5.93447 2.15353 6.1243C2.54454 6.50474 3.05899 6.91043 3.43482 7.20506L3.90331 7.54421C4.01152 7.60953 4.51166 7.91147 5.07848 7.63651C5.64408 7.36214 5.71591 6.7861 5.73168 6.65966L5.7321 6.65631C5.75417 6.47987 5.75401 6.26422 5.75389 6.08858L5.75387 5.50604L8.25391 5.50604Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-pointing-left-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.723 8.98063C10.2601 9.4808 9.86839 9.95654 9.6343 10.2501L3.75 10.2501C2.36929 10.2501 1.25 11.3694 1.25 12.7501C1.25 14.1308 2.36929 15.2501 3.75 15.2501L8.74751 15.2501C8.81064 17.114 9.38616 19.8191 11.4332 21.8532C12.3751 22.7892 13.7529 22.8446 14.8931 22.6738C16.0699 22.4977 17.2359 22.0472 18.0131 21.675C18.2378 21.5674 19.1093 21.0924 19.3235 20.9726C19.7563 20.7562 20.1001 20.642 20.382 20.642L20.382 20.642C20.6473 20.642 20.918 20.642 21.1214 20.6249C21.3409 20.6064 21.5809 20.5641 21.8165 20.4398C22.1284 20.2753 22.3833 20.0204 22.5479 19.7085C22.6721 19.4729 22.7145 19.2329 22.7329 19.0134C22.75 18.8099 22.75 18.5663 22.75 18.301L22.75 11.9953C22.75 11.0316 21.9687 10.2503 21.0049 10.2503C20.919 10.2503 20.7219 10.2037 20.395 10.038C20.088 9.88222 19.7424 9.66125 19.3828 9.40958C19.063 9.18571 18.7488 8.94957 18.4532 8.72739L18.4531 8.72733C18.1414 8.49328 17.428 7.99843 17.185 7.85084C16.7547 7.58245 16.2433 7.26344 15.7201 7.04791C15.0386 6.76716 14.2344 6.61251 13.3624 6.91547C12.8738 7.08524 12.3863 7.42754 11.9613 7.78299C11.5239 8.14895 11.0953 8.57822 10.723 8.98063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25 5.5061C8.80228 5.5061 9.25 5.05839 9.25 4.5061C9.25 3.95382 8.80228 3.5061 8.25 3.5061L5.74996 3.5061L5.74998 2.91184C5.75011 2.73621 5.75026 2.52056 5.72819 2.34412L5.72777 2.34077C5.712 2.21432 5.64017 1.63828 5.07457 1.36392C4.50775 1.08896 4.00761 1.3909 3.8994 1.45622L3.43092 1.79536C3.05509 2.08999 2.54063 2.49569 2.14962 2.87612C1.95451 3.06595 1.75328 3.28322 1.59443 3.51412C1.45323 3.71938 1.24996 4.06958 1.24996 4.50024C1.24996 4.93091 1.45323 5.2811 1.59443 5.48636C1.75328 5.71727 1.95451 5.93454 2.14962 6.12437C2.54063 6.5048 3.05508 6.91049 3.43091 7.20512L3.89941 7.54427C4.00761 7.60959 4.50775 7.91153 5.07457 7.63657C5.64017 7.36221 5.712 6.78616 5.72777 6.65972L5.72819 6.65637C5.75026 6.47993 5.75011 6.26428 5.74998 6.08864L5.74996 5.5061L8.25 5.5061Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.723 8.98063C10.2601 9.4808 9.86839 9.95654 9.6343 10.2501L3.75 10.2501C2.36929 10.2501 1.25 11.3694 1.25 12.7501C1.25 14.1308 2.36929 15.2501 3.75 15.2501L8.74751 15.2501C8.81064 17.114 9.38616 19.8191 11.4332 21.8532C12.3751 22.7892 13.7529 22.8446 14.8931 22.6738C16.0699 22.4977 17.2359 22.0472 18.0131 21.675C18.2378 21.5674 19.1093 21.0924 19.3235 20.9726C19.7563 20.7562 20.1001 20.642 20.382 20.642L20.382 20.642C20.6473 20.642 20.918 20.642 21.1214 20.6249C21.3409 20.6064 21.5809 20.5641 21.8165 20.4398C22.1284 20.2753 22.3833 20.0204 22.5479 19.7085C22.6721 19.4729 22.7145 19.2329 22.7329 19.0134C22.75 18.8099 22.75 18.5663 22.75 18.301L22.75 11.9953C22.75 11.0316 21.9687 10.2503 21.0049 10.2503C20.919 10.2503 20.7219 10.2037 20.395 10.038C20.088 9.88222 19.7424 9.66125 19.3828 9.40958C19.063 9.18571 18.7488 8.94957 18.4532 8.72739L18.4531 8.72733C18.1414 8.49328 17.428 7.99843 17.185 7.85084C16.7547 7.58245 16.2433 7.26344 15.7201 7.04791C15.0386 6.76716 14.2344 6.61251 13.3624 6.91547C12.8738 7.08524 12.3863 7.42754 11.9613 7.78299C11.5239 8.14895 11.0953 8.57822 10.723 8.98063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25 5.5061C8.80228 5.5061 9.25 5.05839 9.25 4.5061C9.25 3.95382 8.80228 3.5061 8.25 3.5061L5.74996 3.5061L5.74998 2.91184C5.75011 2.73621 5.75026 2.52056 5.72819 2.34412L5.72777 2.34077C5.712 2.21432 5.64017 1.63828 5.07457 1.36392C4.50775 1.08896 4.00761 1.3909 3.8994 1.45622L3.43092 1.79536C3.05509 2.08999 2.54063 2.49569 2.14962 2.87612C1.95451 3.06595 1.75328 3.28322 1.59443 3.51412C1.45323 3.71938 1.24996 4.06958 1.24996 4.50024C1.24996 4.93091 1.45323 5.2811 1.59443 5.48636C1.75328 5.71727 1.95451 5.93454 2.14962 6.12437C2.54063 6.5048 3.05508 6.91049 3.43091 7.20512L3.89941 7.54427C4.00761 7.60959 4.50775 7.91153 5.07457 7.63657C5.64017 7.36221 5.712 6.78616 5.72777 6.65972L5.72819 6.65637C5.75026 6.47993 5.75011 6.26428 5.74998 6.08864L5.74996 5.5061L8.25 5.5061Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-pointing-left-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.75 9.25513C3.36929 9.25513 2.25 10.3744 2.25 11.7551C2.25 13.1358 3.36929 14.2551 4.75 14.2551H9.36036L9.73641 16.6078L9.73982 16.6306C9.88112 17.5726 9.9926 18.3158 10.121 18.9068C10.2515 19.5075 10.4108 20.0095 10.6751 20.4506C11.4404 21.7281 12.6633 22.75 14.4736 22.75C15.5606 22.75 16.3446 22.4875 17.8824 21.9726C18.9448 21.6188 20.1359 21.2216 20.6888 20.8418C21.5973 20.218 22.2605 19.2978 22.565 18.2388C22.7504 17.5941 22.7503 16.8759 22.75 15.7561L22.75 14.4266C22.7505 12.9341 22.7507 11.9702 22.3915 11.0988C22.3273 10.9429 22.2547 10.7904 22.1742 10.6422C21.7244 9.81393 20.9761 9.20629 19.8175 8.26549L15.5613 4.80732C14.6522 4.06869 13.3511 4.06376 12.4365 4.79549C11.3371 5.67497 11.1853 7.29041 12.1015 8.35934L12.8693 9.25514L4.75 9.25513Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25004 5.50586C8.80232 5.50586 9.25004 5.05814 9.25004 4.50586C9.25004 3.95357 8.80232 3.50586 8.25004 3.50586L5.75 3.50586L5.75002 2.9116C5.75014 2.73596 5.7503 2.52031 5.72823 2.34387L5.72781 2.34053C5.71204 2.21408 5.64021 1.63804 5.07461 1.36368C4.50779 1.08872 4.00765 1.39065 3.89944 1.45597L3.43095 1.79511C3.05513 2.08975 2.54067 2.49545 2.14966 2.87588C1.95455 3.06571 1.75332 3.28297 1.59447 3.51388C1.45326 3.71914 1.25 4.06933 1.25 4.5C1.25 4.93067 1.45326 5.28086 1.59447 5.48612C1.75331 5.71703 1.95455 5.93429 2.14966 6.12412C2.54067 6.50455 3.05512 6.91025 3.43095 7.20488L3.89944 7.54403C4.00765 7.60935 4.50779 7.91128 5.07461 7.63632C5.64021 7.36196 5.71204 6.78592 5.72781 6.65947L5.72823 6.65613C5.7503 6.47969 5.75014 6.26403 5.75002 6.0884L5.75 5.50586L8.25004 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.75 9.25513C3.36929 9.25513 2.25 10.3744 2.25 11.7551C2.25 13.1358 3.36929 14.2551 4.75 14.2551H9.36036L9.73641 16.6078L9.73982 16.6306C9.88112 17.5726 9.9926 18.3158 10.121 18.9068C10.2515 19.5075 10.4108 20.0095 10.6751 20.4506C11.4404 21.7281 12.6633 22.75 14.4736 22.75C15.5606 22.75 16.3446 22.4875 17.8824 21.9726C18.9448 21.6188 20.1359 21.2216 20.6888 20.8418C21.5973 20.218 22.2605 19.2978 22.565 18.2388C22.7504 17.5941 22.7503 16.8759 22.75 15.7561L22.75 14.4266C22.7505 12.9341 22.7507 11.9702 22.3915 11.0988C22.3273 10.9429 22.2547 10.7904 22.1742 10.6422C21.7244 9.81393 20.9761 9.20629 19.8175 8.26549L15.5613 4.80732C14.6522 4.06869 13.3511 4.06376 12.4365 4.79549C11.3371 5.67497 11.1853 7.29041 12.1015 8.35934L12.8693 9.25514L4.75 9.25513Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25004 5.50586C8.80232 5.50586 9.25004 5.05814 9.25004 4.50586C9.25004 3.95357 8.80232 3.50586 8.25004 3.50586L5.75 3.50586L5.75002 2.9116C5.75014 2.73596 5.7503 2.52031 5.72823 2.34387L5.72781 2.34053C5.71204 2.21408 5.64021 1.63804 5.07461 1.36368C4.50779 1.08872 4.00765 1.39065 3.89944 1.45597L3.43095 1.79511C3.05513 2.08975 2.54067 2.49545 2.14966 2.87588C1.95455 3.06571 1.75332 3.28297 1.59447 3.51388C1.45326 3.71914 1.25 4.06933 1.25 4.5C1.25 4.93067 1.45326 5.28086 1.59447 5.48612C1.75331 5.71703 1.95455 5.93429 2.14966 6.12412C2.54067 6.50455 3.05512 6.91025 3.43095 7.20488L3.89944 7.54403C4.00765 7.60935 4.50779 7.91128 5.07461 7.63632C5.64021 7.36196 5.71204 6.78592 5.72781 6.65947L5.72823 6.65613C5.7503 6.47969 5.75014 6.26403 5.75002 6.0884L5.75 5.50586L8.25004 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-pointing-left-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7182 9.16601L4.75 9.16601C3.36929 9.16601 2.25 10.2853 2.25 11.666C2.25 13.0467 3.36929 14.166 4.75 14.166H9.35743L9.73587 16.6043L9.73645 16.608L9.73982 16.6306C9.88112 17.5726 9.9926 18.3158 10.121 18.9068C10.2515 19.5075 10.4108 20.0095 10.6751 20.4506C11.4404 21.7281 12.6633 22.75 14.4736 22.75C15.5606 22.75 16.3446 22.4875 17.8824 21.9727C18.9447 21.6188 20.1359 21.2216 20.6888 20.8418C21.5973 20.218 22.2605 19.2978 22.565 18.2388C22.7504 17.5941 22.7503 16.8758 22.75 15.7561L22.75 14.0544C22.7505 12.4387 22.7508 11.3971 22.3523 10.4854C22.1726 10.0744 21.9355 9.69085 21.6482 9.3463C21.011 8.58206 20.0793 8.11655 18.6339 7.3944C18.0101 7.0825 17.3183 6.73662 16.8823 6.56139C16.4287 6.37909 16.006 6.26179 15.5478 6.25103C15.1695 6.24216 14.7921 6.29057 14.4283 6.39464C13.9876 6.52073 13.6082 6.74093 13.2153 7.03182C12.8377 7.31143 12.4099 7.68574 11.8851 8.145L10.7182 9.16601Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25004 5.50586C8.80232 5.50586 9.25004 5.05814 9.25004 4.50586C9.25004 3.95357 8.80232 3.50586 8.25004 3.50586L5.75 3.50586L5.75002 2.9116C5.75014 2.73596 5.7503 2.52031 5.72823 2.34387L5.72781 2.34053C5.71204 2.21408 5.64021 1.63804 5.07461 1.36368C4.50779 1.08872 4.00765 1.39065 3.89944 1.45597L3.43095 1.79511C3.05513 2.08975 2.54067 2.49545 2.14966 2.87588C1.95455 3.06571 1.75332 3.28297 1.59447 3.51388C1.45326 3.71914 1.25 4.06933 1.25 4.5C1.25 4.93067 1.45326 5.28086 1.59447 5.48612C1.75331 5.71703 1.95455 5.93429 2.14966 6.12412C2.54067 6.50455 3.05512 6.91025 3.43095 7.20488L3.89944 7.54403C4.00765 7.60935 4.50779 7.91128 5.07461 7.63632C5.64021 7.36196 5.71204 6.78592 5.72781 6.65947L5.72823 6.65613C5.7503 6.47969 5.75014 6.26403 5.75002 6.0884L5.75 5.50586L8.25004 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7182 9.16601L4.75 9.16601C3.36929 9.16601 2.25 10.2853 2.25 11.666C2.25 13.0467 3.36929 14.166 4.75 14.166H9.35743L9.73587 16.6043L9.73645 16.608L9.73982 16.6306C9.88112 17.5726 9.9926 18.3158 10.121 18.9068C10.2515 19.5075 10.4108 20.0095 10.6751 20.4506C11.4404 21.7281 12.6633 22.75 14.4736 22.75C15.5606 22.75 16.3446 22.4875 17.8824 21.9727C18.9447 21.6188 20.1359 21.2216 20.6888 20.8418C21.5973 20.218 22.2605 19.2978 22.565 18.2388C22.7504 17.5941 22.7503 16.8758 22.75 15.7561L22.75 14.0544C22.7505 12.4387 22.7508 11.3971 22.3523 10.4854C22.1726 10.0744 21.9355 9.69085 21.6482 9.3463C21.011 8.58206 20.0793 8.11655 18.6339 7.3944C18.0101 7.0825 17.3183 6.73662 16.8823 6.56139C16.4287 6.37909 16.006 6.26179 15.5478 6.25103C15.1695 6.24216 14.7921 6.29057 14.4283 6.39464C13.9876 6.52073 13.6082 6.74093 13.2153 7.03182C12.8377 7.31143 12.4099 7.68574 11.8851 8.145L10.7182 9.16601Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25004 5.50586C8.80232 5.50586 9.25004 5.05814 9.25004 4.50586C9.25004 3.95357 8.80232 3.50586 8.25004 3.50586L5.75 3.50586L5.75002 2.9116C5.75014 2.73596 5.7503 2.52031 5.72823 2.34387L5.72781 2.34053C5.71204 2.21408 5.64021 1.63804 5.07461 1.36368C4.50779 1.08872 4.00765 1.39065 3.89944 1.45597L3.43095 1.79511C3.05513 2.08975 2.54067 2.49545 2.14966 2.87588C1.95455 3.06571 1.75332 3.28297 1.59447 3.51388C1.45326 3.71914 1.25 4.06933 1.25 4.5C1.25 4.93067 1.45326 5.28086 1.59447 5.48612C1.75331 5.71703 1.95455 5.93429 2.14966 6.12412C2.54067 6.50455 3.05512 6.91025 3.43095 7.20488L3.89944 7.54403C4.00765 7.60935 4.50779 7.91128 5.07461 7.63632C5.64021 7.36196 5.71204 6.78592 5.72781 6.65947L5.72823 6.65613C5.7503 6.47969 5.75014 6.26403 5.75002 6.0884L5.75 5.50586L8.25004 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-pointing-left-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5358 9.89194L13.6336 9.89194C13.8031 9.89194 13.9559 9.78738 14.0207 9.62707C14.0854 9.46677 14.0494 9.28233 13.9293 9.15987L12.1139 7.30815C11.4947 6.6765 11.551 5.63646 12.2351 5.07817C12.4905 4.8698 12.7975 4.76015 13.1073 4.75C13.2538 4.75439 13.4 4.77191 13.5441 4.80258C13.654 4.83328 13.7612 4.87725 13.8633 4.93452L19.1094 8.84541C19.4192 9.08787 19.8241 9.29612 20.2805 9.45238L20.3098 9.4624C20.8148 9.63532 21.2341 9.77889 21.5482 9.91329C21.842 10.039 22.199 10.2162 22.424 10.5311C22.6321 10.8223 22.6958 11.1517 22.7235 11.4419C22.7502 11.7223 22.7502 12.0704 22.7502 12.4649L22.7502 18.866C22.7503 18.9857 22.7504 19.1101 22.7356 19.2245C22.6332 20.012 22.0133 20.6319 21.2257 20.7343C21.1114 20.7492 20.9553 20.749 20.8356 20.7489C20.5078 20.7489 20.1715 20.8821 19.8905 21.1282C19.4361 21.5263 18.7036 22.122 18.06 22.3683C17.5271 22.5722 16.9544 22.6624 16.2675 22.706C15.5923 22.7489 14.7575 22.7489 13.6928 22.7489L12.1943 22.7493C10.8499 22.7493 9.70267 21.7774 9.48167 20.4514C9.4578 20.3082 9.56823 20.1779 9.7134 20.1779H12.0003C12.2316 20.1779 12.4191 19.986 12.4191 19.7493C12.4191 19.5126 12.2316 19.3207 12.0003 19.3207H9.66985C9.57967 19.3207 9.53458 19.3207 9.49092 19.3071C9.44726 19.2935 9.41241 19.2694 9.34272 19.2212C8.7756 18.8288 8.39339 18.4018 8.29363 17.3493C8.26812 17.0802 8.25537 16.9456 8.34464 16.8475C8.4339 16.7494 8.5785 16.7494 8.86771 16.7494H10.8834C11.1147 16.7494 11.3022 16.5575 11.3022 16.3208C11.3022 16.0841 11.1147 15.8923 10.8834 15.8923H8.26291C8.13208 15.8923 8.06666 15.8923 8.00458 15.8621C7.94249 15.8319 7.90723 15.7871 7.83671 15.6973C7.4692 15.2298 7.25 14.6402 7.25 13.9993C7.2556 13.8835 7.29455 13.7051 7.37584 13.5399C7.41803 13.4542 7.43912 13.4113 7.51192 13.366C7.58471 13.3207 7.65197 13.3207 7.7865 13.3207H9.76651C9.99782 13.3207 10.1853 13.1288 10.1853 12.8921C10.1853 12.6554 9.99782 12.4635 9.76651 12.4635H2.5358C1.82567 12.4635 1.25 11.8879 1.25 11.1777C1.25 10.4676 1.82567 9.89194 2.5358 9.89194Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25004 5.50586C8.80232 5.50586 9.25004 5.05814 9.25004 4.50586C9.25004 3.95358 8.80232 3.50586 8.25004 3.50586L5.75 3.50586L5.75002 2.9116C5.75014 2.73596 5.7503 2.52031 5.72823 2.34387L5.72781 2.34053C5.71204 2.21408 5.64021 1.63804 5.07461 1.36368C4.50779 1.08872 4.00765 1.39065 3.89944 1.45597L3.43095 1.79511C3.05513 2.08975 2.54067 2.49545 2.14966 2.87588C1.95455 3.06571 1.75331 3.28297 1.59447 3.51388C1.45326 3.71914 1.25 4.06933 1.25 4.5C1.25 4.93067 1.45326 5.28086 1.59447 5.48612C1.75331 5.71703 1.95455 5.93429 2.14966 6.12412C2.54067 6.50455 3.05512 6.91025 3.43095 7.20488L3.89944 7.54403C4.00765 7.60935 4.50779 7.91128 5.07461 7.63632C5.64021 7.36196 5.71204 6.78592 5.72781 6.65947L5.72823 6.65613C5.7503 6.47969 5.75014 6.26403 5.75002 6.0884L5.75 5.50586L8.25004 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5358 9.89194L13.6336 9.89194C13.8031 9.89194 13.9559 9.78738 14.0207 9.62707C14.0854 9.46677 14.0494 9.28233 13.9293 9.15987L12.1139 7.30815C11.4947 6.6765 11.551 5.63646 12.2351 5.07817C12.4905 4.8698 12.7975 4.76015 13.1073 4.75C13.2538 4.75439 13.4 4.77191 13.5441 4.80258C13.654 4.83328 13.7612 4.87725 13.8633 4.93452L19.1094 8.84541C19.4192 9.08787 19.8241 9.29612 20.2805 9.45238L20.3098 9.4624C20.8148 9.63532 21.2341 9.77889 21.5482 9.91329C21.842 10.039 22.199 10.2162 22.424 10.5311C22.6321 10.8223 22.6958 11.1517 22.7235 11.4419C22.7502 11.7223 22.7502 12.0704 22.7502 12.4649L22.7502 18.866C22.7503 18.9857 22.7504 19.1101 22.7356 19.2245C22.6332 20.012 22.0133 20.6319 21.2257 20.7343C21.1114 20.7492 20.9553 20.749 20.8356 20.7489C20.5078 20.7489 20.1715 20.8821 19.8905 21.1282C19.4361 21.5263 18.7036 22.122 18.06 22.3683C17.5271 22.5722 16.9544 22.6624 16.2675 22.706C15.5923 22.7489 14.7575 22.7489 13.6928 22.7489L12.1943 22.7493C10.8499 22.7493 9.70267 21.7774 9.48167 20.4514C9.4578 20.3082 9.56823 20.1779 9.7134 20.1779H12.0003C12.2316 20.1779 12.4191 19.986 12.4191 19.7493C12.4191 19.5126 12.2316 19.3207 12.0003 19.3207H9.66985C9.57967 19.3207 9.53458 19.3207 9.49092 19.3071C9.44726 19.2935 9.41241 19.2694 9.34272 19.2212C8.7756 18.8288 8.39339 18.4018 8.29363 17.3493C8.26812 17.0802 8.25537 16.9456 8.34464 16.8475C8.4339 16.7494 8.5785 16.7494 8.86771 16.7494H10.8834C11.1147 16.7494 11.3022 16.5575 11.3022 16.3208C11.3022 16.0841 11.1147 15.8923 10.8834 15.8923H8.26291C8.13208 15.8923 8.06666 15.8923 8.00458 15.8621C7.94249 15.8319 7.90723 15.7871 7.83671 15.6973C7.4692 15.2298 7.25 14.6402 7.25 13.9993C7.2556 13.8835 7.29455 13.7051 7.37584 13.5399C7.41803 13.4542 7.43912 13.4113 7.51192 13.366C7.58471 13.3207 7.65197 13.3207 7.7865 13.3207H9.76651C9.99782 13.3207 10.1853 13.1288 10.1853 12.8921C10.1853 12.6554 9.99782 12.4635 9.76651 12.4635H2.5358C1.82567 12.4635 1.25 11.8879 1.25 11.1777C1.25 10.4676 1.82567 9.89194 2.5358 9.89194Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25004 5.50586C8.80232 5.50586 9.25004 5.05814 9.25004 4.50586C9.25004 3.95358 8.80232 3.50586 8.25004 3.50586L5.75 3.50586L5.75002 2.9116C5.75014 2.73596 5.7503 2.52031 5.72823 2.34387L5.72781 2.34053C5.71204 2.21408 5.64021 1.63804 5.07461 1.36368C4.50779 1.08872 4.00765 1.39065 3.89944 1.45597L3.43095 1.79511C3.05513 2.08975 2.54067 2.49545 2.14966 2.87588C1.95455 3.06571 1.75331 3.28297 1.59447 3.51388C1.45326 3.71914 1.25 4.06933 1.25 4.5C1.25 4.93067 1.45326 5.28086 1.59447 5.48612C1.75331 5.71703 1.95455 5.93429 2.14966 6.12412C2.54067 6.50455 3.05512 6.91025 3.43095 7.20488L3.89944 7.54403C4.00765 7.60935 4.50779 7.91128 5.07461 7.63632C5.64021 7.36196 5.71204 6.78592 5.72781 6.65947L5.72823 6.65613C5.7503 6.47969 5.75014 6.26403 5.75002 6.0884L5.75 5.50586L8.25004 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-pointing-left-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.302 12.8092C11.302 13.0479 11.1144 13.2414 10.8831 13.2414L7.76549 13.2414C7.58807 13.2414 7.49936 13.2414 7.41657 13.309C7.33378 13.3765 7.31986 13.4444 7.29203 13.5801C7.25744 13.7487 7.24848 13.9112 7.25003 14C7.25003 14.6087 7.4478 15.1712 7.78258 15.6267C7.85276 15.7222 7.88785 15.77 7.95173 15.8023C8.0156 15.8347 8.08355 15.8347 8.21945 15.8347L10.8831 15.8347C11.1144 15.8347 11.302 16.0282 11.302 16.2669C11.302 16.5056 11.1144 16.6991 10.8831 16.6991L8.87581 16.6991C8.58575 16.6991 8.44072 16.6991 8.35115 16.8006C8.26158 16.9021 8.27813 17.034 8.31122 17.2978C8.42268 18.1863 8.79127 18.777 9.33264 19.1875C9.39728 19.2365 9.42961 19.261 9.47613 19.2766C9.52266 19.2923 9.56893 19.2923 9.66147 19.2923L12 19.2923C12.2313 19.2923 12.4188 19.4858 12.4188 19.7245C12.4188 19.9632 12.2313 20.1567 12 20.1567L10.0817 20.1567C9.79028 20.1567 9.64456 20.1567 9.55452 20.2748C9.46447 20.393 9.49715 20.5118 9.56252 20.7495C9.8748 21.8849 11.0425 22.7489 12.1923 22.75L14.0119 22.75C15.8578 22.7503 16.9881 22.7505 17.9223 22.4138C18.6449 22.1534 19.2988 21.7528 19.8532 21.2442C20.2513 20.8791 20.663 20.6803 21.0449 20.6803C21.9866 20.6803 22.75 19.9169 22.75 18.9752L22.7501 11.7222C22.7504 11.522 22.7508 11.3135 22.7093 11.1247C22.5629 10.4579 22.0421 9.93707 21.3753 9.79068C21.1865 9.74924 20.9251 9.74964 20.7249 9.74997C20.4413 9.74997 20.1662 9.65355 19.9446 9.47654L17.3696 7.42575C16.6526 6.93897 16.0701 6.54341 15.5649 6.26758C15.04 5.98101 14.5403 5.78966 13.9817 5.75648C13.6617 5.73746 13.3405 5.76017 13.0263 5.82403C12.478 5.93542 12.0096 6.19499 11.5291 6.55236C11.0824 6.88458 10.4499 7.45728 9.83167 8.01701C9.5131 8.35149 9.35381 8.51873 9.37553 8.66382C9.38317 8.71479 9.4038 8.76293 9.43544 8.80361C9.52552 8.9194 9.75648 8.9194 10.2184 8.9194L13.6753 8.9194C13.9066 8.9194 14.0942 9.11291 14.0942 9.35161C14.0942 9.59031 13.9066 9.78381 13.6753 9.78381L2.54649 9.78381C1.83039 9.78381 1.24988 10.3643 1.24988 11.0804C1.24988 11.7965 1.83039 12.377 2.54649 12.377L10.8831 12.377C11.1144 12.377 11.302 12.5705 11.302 12.8092Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.24992 5.50586C8.8022 5.50586 9.24992 5.05814 9.24992 4.50586C9.24992 3.95358 8.8022 3.50586 8.24992 3.50586L5.74988 3.50586L5.7499 2.9116C5.75002 2.73596 5.75018 2.52031 5.72811 2.34387L5.72769 2.34053C5.71192 2.21408 5.64008 1.63804 5.07449 1.36368C4.50766 1.08872 4.00752 1.39065 3.89932 1.45597L3.43083 1.79511C3.05501 2.08975 2.54055 2.49545 2.14954 2.87588C1.95443 3.06571 1.75319 3.28297 1.59434 3.51388C1.45314 3.71914 1.24988 4.06933 1.24988 4.5C1.24988 4.93067 1.45314 5.28086 1.59434 5.48612C1.75319 5.71703 1.95443 5.93429 2.14954 6.12412C2.54055 6.50455 3.055 6.91025 3.43082 7.20488L3.89932 7.54403C4.00753 7.60935 4.50767 7.91128 5.07449 7.63632C5.64008 7.36196 5.71192 6.78592 5.72769 6.65947L5.72811 6.65613C5.75018 6.47969 5.75002 6.26403 5.7499 6.0884L5.74988 5.50586L8.24992 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.302 12.8092C11.302 13.0479 11.1144 13.2414 10.8831 13.2414L7.76549 13.2414C7.58807 13.2414 7.49936 13.2414 7.41657 13.309C7.33378 13.3765 7.31986 13.4444 7.29203 13.5801C7.25744 13.7487 7.24848 13.9112 7.25003 14C7.25003 14.6087 7.4478 15.1712 7.78258 15.6267C7.85276 15.7222 7.88785 15.77 7.95173 15.8023C8.0156 15.8347 8.08355 15.8347 8.21945 15.8347L10.8831 15.8347C11.1144 15.8347 11.302 16.0282 11.302 16.2669C11.302 16.5056 11.1144 16.6991 10.8831 16.6991L8.87581 16.6991C8.58575 16.6991 8.44072 16.6991 8.35115 16.8006C8.26158 16.9021 8.27813 17.034 8.31122 17.2978C8.42268 18.1863 8.79127 18.777 9.33264 19.1875C9.39728 19.2365 9.42961 19.261 9.47613 19.2766C9.52266 19.2923 9.56893 19.2923 9.66147 19.2923L12 19.2923C12.2313 19.2923 12.4188 19.4858 12.4188 19.7245C12.4188 19.9632 12.2313 20.1567 12 20.1567L10.0817 20.1567C9.79028 20.1567 9.64456 20.1567 9.55452 20.2748C9.46447 20.393 9.49715 20.5118 9.56252 20.7495C9.8748 21.8849 11.0425 22.7489 12.1923 22.75L14.0119 22.75C15.8578 22.7503 16.9881 22.7505 17.9223 22.4138C18.6449 22.1534 19.2988 21.7528 19.8532 21.2442C20.2513 20.8791 20.663 20.6803 21.0449 20.6803C21.9866 20.6803 22.75 19.9169 22.75 18.9752L22.7501 11.7222C22.7504 11.522 22.7508 11.3135 22.7093 11.1247C22.5629 10.4579 22.0421 9.93707 21.3753 9.79068C21.1865 9.74924 20.9251 9.74964 20.7249 9.74997C20.4413 9.74997 20.1662 9.65355 19.9446 9.47654L17.3696 7.42575C16.6526 6.93897 16.0701 6.54341 15.5649 6.26758C15.04 5.98101 14.5403 5.78966 13.9817 5.75648C13.6617 5.73746 13.3405 5.76017 13.0263 5.82403C12.478 5.93542 12.0096 6.19499 11.5291 6.55236C11.0824 6.88458 10.4499 7.45728 9.83167 8.01701C9.5131 8.35149 9.35381 8.51873 9.37553 8.66382C9.38317 8.71479 9.4038 8.76293 9.43544 8.80361C9.52552 8.9194 9.75648 8.9194 10.2184 8.9194L13.6753 8.9194C13.9066 8.9194 14.0942 9.11291 14.0942 9.35161C14.0942 9.59031 13.9066 9.78381 13.6753 9.78381L2.54649 9.78381C1.83039 9.78381 1.24988 10.3643 1.24988 11.0804C1.24988 11.7965 1.83039 12.377 2.54649 12.377L10.8831 12.377C11.1144 12.377 11.302 12.5705 11.302 12.8092Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.24992 5.50586C8.8022 5.50586 9.24992 5.05814 9.24992 4.50586C9.24992 3.95358 8.8022 3.50586 8.24992 3.50586L5.74988 3.50586L5.7499 2.9116C5.75002 2.73596 5.75018 2.52031 5.72811 2.34387L5.72769 2.34053C5.71192 2.21408 5.64008 1.63804 5.07449 1.36368C4.50766 1.08872 4.00752 1.39065 3.89932 1.45597L3.43083 1.79511C3.05501 2.08975 2.54055 2.49545 2.14954 2.87588C1.95443 3.06571 1.75319 3.28297 1.59434 3.51388C1.45314 3.71914 1.24988 4.06933 1.24988 4.5C1.24988 4.93067 1.45314 5.28086 1.59434 5.48612C1.75319 5.71703 1.95443 5.93429 2.14954 6.12412C2.54055 6.50455 3.055 6.91025 3.43082 7.20488L3.89932 7.54403C4.00753 7.60935 4.50767 7.91128 5.07449 7.63632C5.64008 7.36196 5.71192 6.78592 5.72769 6.65947L5.72811 6.65613C5.75018 6.47969 5.75002 6.26403 5.7499 6.0884L5.74988 5.50586L8.24992 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-pointing-left-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.2363 12.8947C11.2363 13.1314 11.0477 13.3233 10.815 13.3233H7.765C7.61034 13.3233 7.53302 13.3233 7.45328 13.3826C7.37354 13.442 7.35698 13.4973 7.32385 13.608C7.2782 13.7605 7.25619 13.9153 7.24998 14.0014C7.24998 14.6424 7.46931 15.2322 7.83703 15.6999C7.90755 15.7895 7.94282 15.8344 8.00489 15.8645C8.06697 15.8947 8.13237 15.8947 8.26317 15.8947H10.815C11.0477 15.8947 11.2363 16.0866 11.2363 16.3233C11.2363 16.56 11.0477 16.7518 10.815 16.7518H8.84998C8.5604 16.7518 8.41561 16.7518 8.32614 16.8521C8.23668 16.9524 8.25187 17.0852 8.28226 17.3509C8.38068 18.2111 8.69699 18.771 9.13252 19.1822C9.20214 19.248 9.23697 19.2808 9.29034 19.3021C9.34371 19.3233 9.39821 19.3233 9.50719 19.3233H11.9383C12.1709 19.3233 12.3595 19.5151 12.3595 19.7518C12.3595 19.9885 12.1709 20.1804 11.9383 20.1804H10.0361C9.74406 20.1804 9.59802 20.1804 9.50795 20.2924C9.41789 20.4043 9.44508 20.5283 9.49946 20.7762C9.7622 21.9738 10.8088 22.7514 12 22.7514H14.6927C15.7573 22.7514 16.5921 22.7514 17.2674 22.7085C17.9542 22.6649 18.5269 22.5747 19.0599 22.3708C20.5808 21.7888 21.7834 20.5905 22.3678 19.0728C22.5726 18.5408 22.6631 17.9691 22.7069 17.284C22.75 16.6106 22.75 15.7783 22.75 14.7171C22.7501 13.6699 22.7502 12.9058 22.6158 12.2965C22.4111 11.3681 21.9782 10.5052 21.3563 9.78529C20.9482 9.3128 20.4311 8.92629 19.5904 8.29789L15.0806 5.0298C15.0022 4.97318 14.9197 4.92523 14.8344 4.88593C14.6106 4.80846 14.3782 4.7645 14.1447 4.75391C13.8434 4.76993 13.5462 4.87913 13.2976 5.08079C12.6096 5.6391 12.553 6.67917 13.1757 7.31083L15.0015 9.1626C15.1223 9.28507 15.1586 9.46951 15.0934 9.62982C15.0283 9.79013 14.8746 9.89469 14.7041 9.89469L3.53571 9.89469C2.82563 9.89469 2.25 10.4703 2.25 11.1804C2.25 11.8905 2.82563 12.4661 3.53571 12.4661L10.815 12.4661C11.0477 12.4661 11.2363 12.658 11.2363 12.8947Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25004 5.50586C8.80232 5.50586 9.25004 5.05814 9.25004 4.50586C9.25004 3.95357 8.80232 3.50586 8.25004 3.50586L5.75 3.50586L5.75002 2.9116C5.75014 2.73596 5.7503 2.52031 5.72823 2.34387L5.72781 2.34053C5.71204 2.21408 5.64021 1.63804 5.07461 1.36368C4.50779 1.08872 4.00765 1.39065 3.89944 1.45597L3.43095 1.79511C3.05513 2.08975 2.54067 2.49545 2.14966 2.87588C1.95455 3.06571 1.75332 3.28297 1.59447 3.51388C1.45326 3.71914 1.25 4.06933 1.25 4.5C1.25 4.93067 1.45326 5.28086 1.59447 5.48612C1.75331 5.71703 1.95455 5.93429 2.14966 6.12412C2.54067 6.50455 3.05512 6.91025 3.43095 7.20488L3.89944 7.54403C4.00765 7.60935 4.50779 7.91128 5.07461 7.63632C5.64021 7.36196 5.71204 6.78592 5.72781 6.65947L5.72823 6.65613C5.7503 6.47969 5.75014 6.26403 5.75002 6.0884L5.75 5.50586L8.25004 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.2363 12.8947C11.2363 13.1314 11.0477 13.3233 10.815 13.3233H7.765C7.61034 13.3233 7.53302 13.3233 7.45328 13.3826C7.37354 13.442 7.35698 13.4973 7.32385 13.608C7.2782 13.7605 7.25619 13.9153 7.24998 14.0014C7.24998 14.6424 7.46931 15.2322 7.83703 15.6999C7.90755 15.7895 7.94282 15.8344 8.00489 15.8645C8.06697 15.8947 8.13237 15.8947 8.26317 15.8947H10.815C11.0477 15.8947 11.2363 16.0866 11.2363 16.3233C11.2363 16.56 11.0477 16.7518 10.815 16.7518H8.84998C8.5604 16.7518 8.41561 16.7518 8.32614 16.8521C8.23668 16.9524 8.25187 17.0852 8.28226 17.3509C8.38068 18.2111 8.69699 18.771 9.13252 19.1822C9.20214 19.248 9.23697 19.2808 9.29034 19.3021C9.34371 19.3233 9.39821 19.3233 9.50719 19.3233H11.9383C12.1709 19.3233 12.3595 19.5151 12.3595 19.7518C12.3595 19.9885 12.1709 20.1804 11.9383 20.1804H10.0361C9.74406 20.1804 9.59802 20.1804 9.50795 20.2924C9.41789 20.4043 9.44508 20.5283 9.49946 20.7762C9.7622 21.9738 10.8088 22.7514 12 22.7514H14.6927C15.7573 22.7514 16.5921 22.7514 17.2674 22.7085C17.9542 22.6649 18.5269 22.5747 19.0599 22.3708C20.5808 21.7888 21.7834 20.5905 22.3678 19.0728C22.5726 18.5408 22.6631 17.9691 22.7069 17.284C22.75 16.6106 22.75 15.7783 22.75 14.7171C22.7501 13.6699 22.7502 12.9058 22.6158 12.2965C22.4111 11.3681 21.9782 10.5052 21.3563 9.78529C20.9482 9.3128 20.4311 8.92629 19.5904 8.29789L15.0806 5.0298C15.0022 4.97318 14.9197 4.92523 14.8344 4.88593C14.6106 4.80846 14.3782 4.7645 14.1447 4.75391C13.8434 4.76993 13.5462 4.87913 13.2976 5.08079C12.6096 5.6391 12.553 6.67917 13.1757 7.31083L15.0015 9.1626C15.1223 9.28507 15.1586 9.46951 15.0934 9.62982C15.0283 9.79013 14.8746 9.89469 14.7041 9.89469L3.53571 9.89469C2.82563 9.89469 2.25 10.4703 2.25 11.1804C2.25 11.8905 2.82563 12.4661 3.53571 12.4661L10.815 12.4661C11.0477 12.4661 11.2363 12.658 11.2363 12.8947Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25004 5.50586C8.80232 5.50586 9.25004 5.05814 9.25004 4.50586C9.25004 3.95357 8.80232 3.50586 8.25004 3.50586L5.75 3.50586L5.75002 2.9116C5.75014 2.73596 5.7503 2.52031 5.72823 2.34387L5.72781 2.34053C5.71204 2.21408 5.64021 1.63804 5.07461 1.36368C4.50779 1.08872 4.00765 1.39065 3.89944 1.45597L3.43095 1.79511C3.05513 2.08975 2.54067 2.49545 2.14966 2.87588C1.95455 3.06571 1.75332 3.28297 1.59447 3.51388C1.45326 3.71914 1.25 4.06933 1.25 4.5C1.25 4.93067 1.45326 5.28086 1.59447 5.48612C1.75331 5.71703 1.95455 5.93429 2.14966 6.12412C2.54067 6.50455 3.05512 6.91025 3.43095 7.20488L3.89944 7.54403C4.00765 7.60935 4.50779 7.91128 5.07461 7.63632C5.64021 7.36196 5.71204 6.78592 5.72781 6.65947L5.72823 6.65613C5.7503 6.47969 5.75014 6.26403 5.75002 6.0884L5.75 5.50586L8.25004 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-pointing-left-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.3117 8.91962C10.7715 8.91962 10.5014 8.91962 10.4153 8.76745C10.4043 8.74799 10.3954 8.72735 10.389 8.70592C10.3387 8.53844 10.5255 8.34337 10.8991 7.95323C11.5432 7.3701 12.0664 6.89645 12.5291 6.55233C13.0096 6.19496 13.4781 5.93539 14.0263 5.824C14.3406 5.76014 14.6617 5.73743 14.9818 5.75645C15.5403 5.78963 16.0401 5.98098 16.5649 6.26755C17.0701 6.54338 17.6527 6.93894 18.3696 7.42572L19.3072 8.06227C20.1732 8.65016 20.7051 9.01118 21.1328 9.46045C21.8801 10.2453 22.395 11.2262 22.621 12.2913C22.7502 12.9007 22.7502 13.815 22.7501 14.8767C22.7504 16.763 22.7506 17.9074 22.4221 18.8527C21.8455 20.512 20.5617 21.823 18.9224 22.4138C17.9882 22.7505 16.8579 22.7503 15.012 22.75L13.0001 22.7499C12.7346 22.7499 12.0835 22.7303 11.7911 22.7204C10.7885 22.7204 9.81018 21.8859 9.54924 20.752C9.49266 20.5062 9.46438 20.3832 9.55445 20.2701C9.64453 20.1569 9.79027 20.1569 10.0817 20.1569H11.9384C12.171 20.1569 12.3596 19.9634 12.3596 19.7247C12.3596 19.486 12.171 19.2925 11.9384 19.2925H9.5024C9.39315 19.2925 9.33852 19.2925 9.28437 19.2706C9.23021 19.2487 9.19639 19.2159 9.12873 19.1504C8.697 18.7323 8.3848 18.1307 8.28452 17.2982C8.25264 17.0335 8.2367 16.9012 8.32623 16.8002C8.41575 16.6993 8.56053 16.6993 8.85008 16.6993H10.8151C11.0478 16.6993 11.2364 16.5058 11.2364 16.2671C11.2364 16.0284 11.0478 15.8349 10.8151 15.8349H8.21967C8.08379 15.8349 8.01586 15.8349 7.95198 15.8026C7.88811 15.7702 7.85302 15.7225 7.78284 15.627C7.44793 15.1714 7.25008 14.6088 7.25008 13.9999C7.2505 13.9175 7.26034 13.769 7.28946 13.6096C7.31733 13.4571 7.33127 13.3808 7.41473 13.3112C7.49818 13.2417 7.59306 13.2417 7.78281 13.2417L10.8151 13.2417C11.0478 13.2417 11.2364 13.0481 11.2364 12.8095C11.2364 12.5708 11.0478 12.3772 10.8151 12.3772L3.54661 12.3772C2.83051 12.3772 2.25 11.7967 2.25 11.0806C2.25 10.3645 2.83051 9.78403 3.54661 9.78403L14.7466 9.78403C14.9793 9.78403 15.1679 9.59052 15.1679 9.35182C15.1679 9.11312 14.9793 8.91962 14.7466 8.91962L11.3117 8.91962Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25004 3.49411C8.80232 3.49411 9.25004 3.94183 9.25004 4.49411C9.25004 5.04639 8.80232 5.49411 8.25004 5.49411L5.75 5.49411L5.75002 6.08837C5.75014 6.264 5.7503 6.47966 5.72823 6.6561L5.72781 6.65944C5.71204 6.78589 5.64021 7.36193 5.07461 7.63629C4.50779 7.91125 4.00765 7.60932 3.89944 7.544L3.43095 7.20486C3.05513 6.91022 2.54067 6.50452 2.14966 6.12409C1.95455 5.93426 1.75332 5.717 1.59447 5.48609C1.45326 5.28083 1.25 4.93063 1.25 4.49997C1.25 4.0693 1.45326 3.71911 1.59447 3.51385C1.75331 3.28294 1.95455 3.06568 2.14966 2.87585C2.54067 2.49542 3.05512 2.08972 3.43095 1.79509L3.89944 1.45594C4.00765 1.39062 4.50779 1.08869 5.07461 1.36365C5.64021 1.63801 5.71204 2.21405 5.72781 2.3405L5.72823 2.34384C5.7503 2.52028 5.75014 2.73594 5.75002 2.91157L5.75 3.49411L8.25004 3.49411Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.3117 8.91962C10.7715 8.91962 10.5014 8.91962 10.4153 8.76745C10.4043 8.74799 10.3954 8.72735 10.389 8.70592C10.3387 8.53844 10.5255 8.34337 10.8991 7.95323C11.5432 7.3701 12.0664 6.89645 12.5291 6.55233C13.0096 6.19496 13.4781 5.93539 14.0263 5.824C14.3406 5.76014 14.6617 5.73743 14.9818 5.75645C15.5403 5.78963 16.0401 5.98098 16.5649 6.26755C17.0701 6.54338 17.6527 6.93894 18.3696 7.42572L19.3072 8.06227C20.1732 8.65016 20.7051 9.01118 21.1328 9.46045C21.8801 10.2453 22.395 11.2262 22.621 12.2913C22.7502 12.9007 22.7502 13.815 22.7501 14.8767C22.7504 16.763 22.7506 17.9074 22.4221 18.8527C21.8455 20.512 20.5617 21.823 18.9224 22.4138C17.9882 22.7505 16.8579 22.7503 15.012 22.75L13.0001 22.7499C12.7346 22.7499 12.0835 22.7303 11.7911 22.7204C10.7885 22.7204 9.81018 21.8859 9.54924 20.752C9.49266 20.5062 9.46438 20.3832 9.55445 20.2701C9.64453 20.1569 9.79027 20.1569 10.0817 20.1569H11.9384C12.171 20.1569 12.3596 19.9634 12.3596 19.7247C12.3596 19.486 12.171 19.2925 11.9384 19.2925H9.5024C9.39315 19.2925 9.33852 19.2925 9.28437 19.2706C9.23021 19.2487 9.19639 19.2159 9.12873 19.1504C8.697 18.7323 8.3848 18.1307 8.28452 17.2982C8.25264 17.0335 8.2367 16.9012 8.32623 16.8002C8.41575 16.6993 8.56053 16.6993 8.85008 16.6993H10.8151C11.0478 16.6993 11.2364 16.5058 11.2364 16.2671C11.2364 16.0284 11.0478 15.8349 10.8151 15.8349H8.21967C8.08379 15.8349 8.01586 15.8349 7.95198 15.8026C7.88811 15.7702 7.85302 15.7225 7.78284 15.627C7.44793 15.1714 7.25008 14.6088 7.25008 13.9999C7.2505 13.9175 7.26034 13.769 7.28946 13.6096C7.31733 13.4571 7.33127 13.3808 7.41473 13.3112C7.49818 13.2417 7.59306 13.2417 7.78281 13.2417L10.8151 13.2417C11.0478 13.2417 11.2364 13.0481 11.2364 12.8095C11.2364 12.5708 11.0478 12.3772 10.8151 12.3772L3.54661 12.3772C2.83051 12.3772 2.25 11.7967 2.25 11.0806C2.25 10.3645 2.83051 9.78403 3.54661 9.78403L14.7466 9.78403C14.9793 9.78403 15.1679 9.59052 15.1679 9.35182C15.1679 9.11312 14.9793 8.91962 14.7466 8.91962L11.3117 8.91962Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25004 3.49411C8.80232 3.49411 9.25004 3.94183 9.25004 4.49411C9.25004 5.04639 8.80232 5.49411 8.25004 5.49411L5.75 5.49411L5.75002 6.08837C5.75014 6.264 5.7503 6.47966 5.72823 6.6561L5.72781 6.65944C5.71204 6.78589 5.64021 7.36193 5.07461 7.63629C4.50779 7.91125 4.00765 7.60932 3.89944 7.544L3.43095 7.20486C3.05513 6.91022 2.54067 6.50452 2.14966 6.12409C1.95455 5.93426 1.75332 5.717 1.59447 5.48609C1.45326 5.28083 1.25 4.93063 1.25 4.49997C1.25 4.0693 1.45326 3.71911 1.59447 3.51385C1.75331 3.28294 1.95455 3.06568 2.14966 2.87585C2.54067 2.49542 3.05512 2.08972 3.43095 1.79509L3.89944 1.45594C4.00765 1.39062 4.50779 1.08869 5.07461 1.36365C5.64021 1.63801 5.71204 2.21405 5.72781 2.3405L5.72823 2.34384C5.7503 2.52028 5.75014 2.73594 5.75002 2.91157L5.75 3.49411L8.25004 3.49411Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-pointing-right-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.25 10.2502C21.6307 10.2502 22.75 11.3695 22.75 12.7502C22.75 14.1309 21.6307 15.2502 20.25 15.2502H15.2525C15.1894 17.1141 14.6138 19.8192 12.5668 21.8533C11.6249 22.7892 10.2471 22.8446 9.1069 22.6739C7.93015 22.4977 6.76409 22.0473 5.98688 21.6751C5.77359 21.5558 4.8798 21.0744 4.67654 20.9727C4.24372 20.7563 3.89992 20.6421 3.61802 20.6421C3.35274 20.6421 3.08205 20.6421 2.87858 20.625C2.65905 20.6065 2.41913 20.5642 2.18353 20.4399C1.87161 20.2754 1.61667 20.0205 1.45214 19.7085C1.32786 19.4729 1.28555 19.233 1.26708 19.0135C1.24996 18.81 1.24998 18.5663 1.25 18.301V12.7166C1.24997 12.4089 1.24994 12.1254 1.27335 11.8895C1.29882 11.6329 1.39965 11.1698 1.66177 10.9077C1.88929 10.6377 2.22105 10.4885 2.4938 10.3826C2.78506 10.2695 3.17066 10.1495 3.63451 10.0051C3.94162 9.89568 4.33239 9.65978 5.12375 9.0608L9.45346 5.78366C10.359 5.07498 11.6452 5.07197 12.5543 5.777C13.6612 6.63542 13.8207 8.22846 12.8906 9.28039L11.8758 10.2502L20.25 10.2502Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7461 5.50604C15.1938 5.50604 14.7461 5.05833 14.7461 4.50604C14.7461 3.95376 15.1938 3.50604 15.7461 3.50604L18.2461 3.50604L18.2461 2.91178C18.246 2.73615 18.2458 2.52049 18.2679 2.34406L18.2683 2.34071C18.2841 2.21426 18.3559 1.63822 18.9215 1.36386C19.4883 1.0889 19.9885 1.39083 20.0967 1.45616L20.5652 1.7953C20.941 2.08993 21.4555 2.49563 21.8465 2.87606C22.0416 3.06589 22.2428 3.28316 22.4017 3.51406C22.5429 3.71932 22.7461 4.06952 22.7461 4.50018C22.7461 4.93085 22.5429 5.28104 22.4017 5.4863C22.2428 5.71721 22.0416 5.93447 21.8465 6.1243C21.4555 6.50474 20.941 6.91043 20.5652 7.20506L20.0967 7.54421C19.9885 7.60953 19.4883 7.91147 18.9215 7.63651C18.3559 7.36214 18.2841 6.7861 18.2683 6.65966L18.2679 6.65631C18.2458 6.47987 18.246 6.26422 18.2461 6.08858L18.2461 5.50604L15.7461 5.50604Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.25 10.2502C21.6307 10.2502 22.75 11.3695 22.75 12.7502C22.75 14.1309 21.6307 15.2502 20.25 15.2502H15.2525C15.1894 17.1141 14.6138 19.8192 12.5668 21.8533C11.6249 22.7892 10.2471 22.8446 9.1069 22.6739C7.93015 22.4977 6.76409 22.0473 5.98688 21.6751C5.77359 21.5558 4.8798 21.0744 4.67654 20.9727C4.24372 20.7563 3.89992 20.6421 3.61802 20.6421C3.35274 20.6421 3.08205 20.6421 2.87858 20.625C2.65905 20.6065 2.41913 20.5642 2.18353 20.4399C1.87161 20.2754 1.61667 20.0205 1.45214 19.7085C1.32786 19.4729 1.28555 19.233 1.26708 19.0135C1.24996 18.81 1.24998 18.5663 1.25 18.301V12.7166C1.24997 12.4089 1.24994 12.1254 1.27335 11.8895C1.29882 11.6329 1.39965 11.1698 1.66177 10.9077C1.88929 10.6377 2.22105 10.4885 2.4938 10.3826C2.78506 10.2695 3.17066 10.1495 3.63451 10.0051C3.94162 9.89568 4.33239 9.65978 5.12375 9.0608L9.45346 5.78366C10.359 5.07498 11.6452 5.07197 12.5543 5.777C13.6612 6.63542 13.8207 8.22846 12.8906 9.28039L11.8758 10.2502L20.25 10.2502Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7461 5.50604C15.1938 5.50604 14.7461 5.05833 14.7461 4.50604C14.7461 3.95376 15.1938 3.50604 15.7461 3.50604L18.2461 3.50604L18.2461 2.91178C18.246 2.73615 18.2458 2.52049 18.2679 2.34406L18.2683 2.34071C18.2841 2.21426 18.3559 1.63822 18.9215 1.36386C19.4883 1.0889 19.9885 1.39083 20.0967 1.45616L20.5652 1.7953C20.941 2.08993 21.4555 2.49563 21.8465 2.87606C22.0416 3.06589 22.2428 3.28316 22.4017 3.51406C22.5429 3.71932 22.7461 4.06952 22.7461 4.50018C22.7461 4.93085 22.5429 5.28104 22.4017 5.4863C22.2428 5.71721 22.0416 5.93447 21.8465 6.1243C21.4555 6.50474 20.941 6.91043 20.5652 7.20506L20.0967 7.54421C19.9885 7.60953 19.4883 7.91147 18.9215 7.63651C18.3559 7.36214 18.2841 6.7861 18.2683 6.65966L18.2679 6.65631C18.2458 6.47987 18.246 6.26422 18.2461 6.08858L18.2461 5.50604L15.7461 5.50604Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-pointing-right-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.277 8.98063C13.7399 9.4808 14.1316 9.95654 14.3657 10.2501L20.25 10.2501C21.6307 10.2501 22.75 11.3694 22.75 12.7501C22.75 14.1308 21.6307 15.2501 20.25 15.2501L15.2525 15.2501C15.1894 17.114 14.6138 19.8191 12.5668 21.8532C11.6249 22.7892 10.2471 22.8446 9.1069 22.6738C7.93015 22.4977 6.7641 22.0472 5.98688 21.675C5.76221 21.5674 4.89071 21.0924 4.67654 20.9726C4.24372 20.7562 3.89992 20.642 3.61802 20.642L3.61799 20.642C3.35271 20.642 3.08205 20.642 2.87858 20.6249C2.65905 20.6064 2.41913 20.5641 2.18353 20.4398C1.87161 20.2753 1.61668 20.0204 1.45214 19.7085C1.32786 19.4729 1.28555 19.2329 1.26708 19.0134C1.24996 18.8099 1.24998 18.5663 1.25 18.301L1.25 11.9953C1.25 11.0316 2.0313 10.2503 2.99509 10.2503C3.08102 10.2503 3.27813 10.2037 3.60495 10.038C3.91201 9.88222 4.25757 9.66125 4.61715 9.40958C4.93702 9.18571 5.25121 8.94957 5.54681 8.72739L5.54689 8.72733C5.85865 8.49328 6.57195 7.99843 6.81502 7.85084C7.24527 7.58245 7.75666 7.26344 8.27987 7.04791C8.96136 6.76716 9.76557 6.61251 10.6376 6.91547C11.1262 7.08524 11.6137 7.42754 12.0387 7.78299C12.4761 8.14895 12.9047 8.57822 13.277 8.98063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.75 5.5061C15.1977 5.5061 14.75 5.05839 14.75 4.5061C14.75 3.95382 15.1977 3.5061 15.75 3.5061L18.25 3.5061L18.25 2.91184C18.2499 2.73621 18.2497 2.52056 18.2718 2.34412L18.2722 2.34077C18.288 2.21432 18.3598 1.63828 18.9254 1.36392C19.4923 1.08896 19.9924 1.3909 20.1006 1.45622L20.5691 1.79536C20.9449 2.08999 21.4594 2.49569 21.8504 2.87612C22.0455 3.06595 22.2467 3.28322 22.4056 3.51412C22.5468 3.71938 22.75 4.06958 22.75 4.50024C22.75 4.93091 22.5468 5.2811 22.4056 5.48636C22.2467 5.71727 22.0455 5.93454 21.8504 6.12437C21.4594 6.5048 20.9449 6.91049 20.5691 7.20512L20.1006 7.54427C19.9924 7.60959 19.4922 7.91153 18.9254 7.63657C18.3598 7.36221 18.288 6.78616 18.2722 6.65972L18.2718 6.65637C18.2497 6.47993 18.2499 6.26428 18.25 6.08864L18.25 5.5061L15.75 5.5061Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.277 8.98063C13.7399 9.4808 14.1316 9.95654 14.3657 10.2501L20.25 10.2501C21.6307 10.2501 22.75 11.3694 22.75 12.7501C22.75 14.1308 21.6307 15.2501 20.25 15.2501L15.2525 15.2501C15.1894 17.114 14.6138 19.8191 12.5668 21.8532C11.6249 22.7892 10.2471 22.8446 9.1069 22.6738C7.93015 22.4977 6.7641 22.0472 5.98688 21.675C5.76221 21.5674 4.89071 21.0924 4.67654 20.9726C4.24372 20.7562 3.89992 20.642 3.61802 20.642L3.61799 20.642C3.35271 20.642 3.08205 20.642 2.87858 20.6249C2.65905 20.6064 2.41913 20.5641 2.18353 20.4398C1.87161 20.2753 1.61668 20.0204 1.45214 19.7085C1.32786 19.4729 1.28555 19.2329 1.26708 19.0134C1.24996 18.8099 1.24998 18.5663 1.25 18.301L1.25 11.9953C1.25 11.0316 2.0313 10.2503 2.99509 10.2503C3.08102 10.2503 3.27813 10.2037 3.60495 10.038C3.91201 9.88222 4.25757 9.66125 4.61715 9.40958C4.93702 9.18571 5.25121 8.94957 5.54681 8.72739L5.54689 8.72733C5.85865 8.49328 6.57195 7.99843 6.81502 7.85084C7.24527 7.58245 7.75666 7.26344 8.27987 7.04791C8.96136 6.76716 9.76557 6.61251 10.6376 6.91547C11.1262 7.08524 11.6137 7.42754 12.0387 7.78299C12.4761 8.14895 12.9047 8.57822 13.277 8.98063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.75 5.5061C15.1977 5.5061 14.75 5.05839 14.75 4.5061C14.75 3.95382 15.1977 3.5061 15.75 3.5061L18.25 3.5061L18.25 2.91184C18.2499 2.73621 18.2497 2.52056 18.2718 2.34412L18.2722 2.34077C18.288 2.21432 18.3598 1.63828 18.9254 1.36392C19.4923 1.08896 19.9924 1.3909 20.1006 1.45622L20.5691 1.79536C20.9449 2.08999 21.4594 2.49569 21.8504 2.87612C22.0455 3.06595 22.2467 3.28322 22.4056 3.51412C22.5468 3.71938 22.75 4.06958 22.75 4.50024C22.75 4.93091 22.5468 5.2811 22.4056 5.48636C22.2467 5.71727 22.0455 5.93454 21.8504 6.12437C21.4594 6.5048 20.9449 6.91049 20.5691 7.20512L20.1006 7.54427C19.9924 7.60959 19.4922 7.91153 18.9254 7.63657C18.3598 7.36221 18.288 6.78616 18.2722 6.65972L18.2718 6.65637C18.2497 6.47993 18.2499 6.26428 18.25 6.08864L18.25 5.5061L15.75 5.5061Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-pointing-right-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.25 9.25513C20.6307 9.25513 21.75 10.3744 21.75 11.7551C21.75 13.1358 20.6307 14.2551 19.25 14.2551H14.6396L14.2636 16.6078L14.2602 16.6306C14.1189 17.5726 14.0074 18.3158 13.879 18.9068C13.7485 19.5075 13.5892 20.0095 13.3249 20.4506C12.5596 21.7281 11.3367 22.75 9.52639 22.75C8.43942 22.75 7.6554 22.4875 6.11755 21.9726C5.05523 21.6188 3.86413 21.2216 3.31116 20.8418C2.40274 20.218 1.73948 19.2978 1.43497 18.2388C1.2496 17.5941 1.24975 16.8759 1.24998 15.7561L1.24997 14.4266C1.24954 12.9341 1.24927 11.9702 1.60846 11.0988C1.67274 10.9429 1.74529 10.7904 1.82579 10.6422C2.27559 9.81393 3.02388 9.20629 4.18247 8.26549L8.43872 4.80732C9.34781 4.06869 10.6489 4.06376 11.5635 4.79549C12.6629 5.67497 12.8147 7.29041 11.8985 8.35934L11.1307 9.25514L19.25 9.25513Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.75 5.50586C15.1977 5.50586 14.75 5.05814 14.75 4.50586C14.75 3.95357 15.1977 3.50586 15.75 3.50586L18.25 3.50586L18.25 2.9116C18.2499 2.73596 18.2497 2.52031 18.2718 2.34387L18.2722 2.34053C18.288 2.21408 18.3598 1.63804 18.9254 1.36368C19.4922 1.08872 19.9924 1.39065 20.1006 1.45597L20.569 1.79511C20.9449 2.08975 21.4593 2.49545 21.8503 2.87588C22.0454 3.06571 22.2467 3.28297 22.4055 3.51388C22.5467 3.71914 22.75 4.06933 22.75 4.5C22.75 4.93067 22.5467 5.28086 22.4055 5.48612C22.2467 5.71703 22.0454 5.93429 21.8503 6.12412C21.4593 6.50455 20.9449 6.91025 20.5691 7.20488L20.1006 7.54403C19.9924 7.60935 19.4922 7.91128 18.9254 7.63632C18.3598 7.36196 18.288 6.78592 18.2722 6.65947L18.2718 6.65613C18.2497 6.47969 18.2499 6.26403 18.25 6.0884L18.25 5.50586L15.75 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.25 9.25513C20.6307 9.25513 21.75 10.3744 21.75 11.7551C21.75 13.1358 20.6307 14.2551 19.25 14.2551H14.6396L14.2636 16.6078L14.2602 16.6306C14.1189 17.5726 14.0074 18.3158 13.879 18.9068C13.7485 19.5075 13.5892 20.0095 13.3249 20.4506C12.5596 21.7281 11.3367 22.75 9.52639 22.75C8.43942 22.75 7.6554 22.4875 6.11755 21.9726C5.05523 21.6188 3.86413 21.2216 3.31116 20.8418C2.40274 20.218 1.73948 19.2978 1.43497 18.2388C1.2496 17.5941 1.24975 16.8759 1.24998 15.7561L1.24997 14.4266C1.24954 12.9341 1.24927 11.9702 1.60846 11.0988C1.67274 10.9429 1.74529 10.7904 1.82579 10.6422C2.27559 9.81393 3.02388 9.20629 4.18247 8.26549L8.43872 4.80732C9.34781 4.06869 10.6489 4.06376 11.5635 4.79549C12.6629 5.67497 12.8147 7.29041 11.8985 8.35934L11.1307 9.25514L19.25 9.25513Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.75 5.50586C15.1977 5.50586 14.75 5.05814 14.75 4.50586C14.75 3.95357 15.1977 3.50586 15.75 3.50586L18.25 3.50586L18.25 2.9116C18.2499 2.73596 18.2497 2.52031 18.2718 2.34387L18.2722 2.34053C18.288 2.21408 18.3598 1.63804 18.9254 1.36368C19.4922 1.08872 19.9924 1.39065 20.1006 1.45597L20.569 1.79511C20.9449 2.08975 21.4593 2.49545 21.8503 2.87588C22.0454 3.06571 22.2467 3.28297 22.4055 3.51388C22.5467 3.71914 22.75 4.06933 22.75 4.5C22.75 4.93067 22.5467 5.28086 22.4055 5.48612C22.2467 5.71703 22.0454 5.93429 21.8503 6.12412C21.4593 6.50455 20.9449 6.91025 20.5691 7.20488L20.1006 7.54403C19.9924 7.60935 19.4922 7.91128 18.9254 7.63632C18.3598 7.36196 18.288 6.78592 18.2722 6.65947L18.2718 6.65613C18.2497 6.47969 18.2499 6.26403 18.25 6.0884L18.25 5.50586L15.75 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-pointing-right-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2819 9.16601L19.2501 9.16601C20.6308 9.16601 21.7501 10.2853 21.7501 11.666C21.7501 13.0467 20.6308 14.166 19.2501 14.166H14.6427L14.2642 16.6043L14.2637 16.608L14.2603 16.6306C14.119 17.5726 14.0075 18.3158 13.8791 18.9068C13.7487 19.5075 13.5893 20.0095 13.3251 20.4506C12.5598 21.7281 11.3368 22.75 9.52651 22.75C8.43955 22.75 7.65552 22.4875 6.1177 21.9727C5.05538 21.6188 3.86425 21.2216 3.31128 20.8418C2.40287 20.218 1.7396 19.2978 1.43509 18.2388C1.24972 17.5941 1.24987 16.8758 1.25011 15.7561L1.25009 14.0544C1.2496 12.4387 1.24928 11.3971 1.64787 10.4854C1.82757 10.0744 2.06459 9.69085 2.35188 9.3463C2.98909 8.58206 3.92082 8.11655 5.36621 7.3944C5.99 7.0825 6.68181 6.73662 7.11781 6.56139C7.5714 6.37909 7.99407 6.26179 8.45237 6.25103C8.83061 6.24216 9.20802 6.29057 9.57178 6.39464C10.0125 6.52073 10.3919 6.74093 10.7848 7.03182C11.1624 7.31143 11.5902 7.68574 12.1151 8.145L13.2819 9.16601Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7501 5.50586C15.1978 5.50586 14.7501 5.05814 14.7501 4.50586C14.7501 3.95357 15.1978 3.50586 15.7501 3.50586L18.2501 3.50586L18.2501 2.9116C18.25 2.73596 18.2498 2.52031 18.2719 2.34387L18.2723 2.34053C18.2881 2.21408 18.3599 1.63804 18.9255 1.36368C19.4923 1.08872 19.9925 1.39065 20.1007 1.45597L20.5692 1.79511C20.945 2.08975 21.4595 2.49545 21.8505 2.87588C22.0456 3.06571 22.2468 3.28297 22.4057 3.51388C22.5469 3.71914 22.7501 4.06933 22.7501 4.5C22.7501 4.93067 22.5469 5.28086 22.4057 5.48612C22.2468 5.71703 22.0456 5.93429 21.8505 6.12412C21.4595 6.50455 20.945 6.91025 20.5692 7.20488L20.1007 7.54403C19.9925 7.60935 19.4923 7.91128 18.9255 7.63632C18.3599 7.36196 18.2881 6.78592 18.2723 6.65947L18.2719 6.65613C18.2498 6.47969 18.25 6.26403 18.2501 6.0884L18.2501 5.50586L15.7501 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2819 9.16601L19.2501 9.16601C20.6308 9.16601 21.7501 10.2853 21.7501 11.666C21.7501 13.0467 20.6308 14.166 19.2501 14.166H14.6427L14.2642 16.6043L14.2637 16.608L14.2603 16.6306C14.119 17.5726 14.0075 18.3158 13.8791 18.9068C13.7487 19.5075 13.5893 20.0095 13.3251 20.4506C12.5598 21.7281 11.3368 22.75 9.52651 22.75C8.43955 22.75 7.65552 22.4875 6.1177 21.9727C5.05538 21.6188 3.86425 21.2216 3.31128 20.8418C2.40287 20.218 1.7396 19.2978 1.43509 18.2388C1.24972 17.5941 1.24987 16.8758 1.25011 15.7561L1.25009 14.0544C1.2496 12.4387 1.24928 11.3971 1.64787 10.4854C1.82757 10.0744 2.06459 9.69085 2.35188 9.3463C2.98909 8.58206 3.92082 8.11655 5.36621 7.3944C5.99 7.0825 6.68181 6.73662 7.11781 6.56139C7.5714 6.37909 7.99407 6.26179 8.45237 6.25103C8.83061 6.24216 9.20802 6.29057 9.57178 6.39464C10.0125 6.52073 10.3919 6.74093 10.7848 7.03182C11.1624 7.31143 11.5902 7.68574 12.1151 8.145L13.2819 9.16601Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7501 5.50586C15.1978 5.50586 14.7501 5.05814 14.7501 4.50586C14.7501 3.95357 15.1978 3.50586 15.7501 3.50586L18.2501 3.50586L18.2501 2.9116C18.25 2.73596 18.2498 2.52031 18.2719 2.34387L18.2723 2.34053C18.2881 2.21408 18.3599 1.63804 18.9255 1.36368C19.4923 1.08872 19.9925 1.39065 20.1007 1.45597L20.5692 1.79511C20.945 2.08975 21.4595 2.49545 21.8505 2.87588C22.0456 3.06571 22.2468 3.28297 22.4057 3.51388C22.5469 3.71914 22.7501 4.06933 22.7501 4.5C22.7501 4.93067 22.5469 5.28086 22.4057 5.48612C22.2468 5.71703 22.0456 5.93429 21.8505 6.12412C21.4595 6.50455 20.945 6.91025 20.5692 7.20488L20.1007 7.54403C19.9925 7.60935 19.4923 7.91128 18.9255 7.63632C18.3599 7.36196 18.2881 6.78592 18.2723 6.65947L18.2719 6.65613C18.2498 6.47969 18.25 6.26403 18.2501 6.0884L18.2501 5.50586L15.7501 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-pointing-right-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.4644 9.89194L10.3666 9.89194C10.1971 9.89194 10.0443 9.78738 9.97952 9.62707C9.91477 9.46677 9.95085 9.28233 10.0709 9.15987L11.8863 7.30815C12.5055 6.6765 12.4492 5.63646 11.7651 5.07817C11.5097 4.8698 11.2027 4.76015 10.8929 4.75C10.7464 4.75439 10.6002 4.77191 10.4561 4.80258C10.3462 4.83328 10.2391 4.87725 10.1369 4.93452L4.89077 8.84541C4.58105 9.08787 4.17608 9.29612 3.71972 9.45238L3.69045 9.4624C3.1854 9.63532 2.76611 9.77889 2.45197 9.91329C2.15825 10.039 1.80125 10.2162 1.57621 10.5311C1.36815 10.8223 1.30439 11.1517 1.27672 11.4419C1.25 11.7223 1.25002 12.0704 1.25004 12.4649L1.25002 18.866C1.2499 18.9857 1.24978 19.1101 1.26464 19.2245C1.36701 20.012 1.98691 20.6319 2.77449 20.7343C2.88881 20.7492 3.04487 20.749 3.16461 20.7489C3.49237 20.7489 3.82869 20.8821 4.10966 21.1282C4.56415 21.5263 5.29662 22.122 5.94016 22.3683C6.47307 22.5722 7.04581 22.6624 7.73268 22.706C8.40795 22.7489 9.2427 22.7489 10.3074 22.7489L11.806 22.7493C13.1503 22.7493 14.2975 21.7774 14.5185 20.4514C14.5424 20.3082 14.432 20.1779 14.2868 20.1779H12C11.7686 20.1779 11.5811 19.986 11.5811 19.7493C11.5811 19.5126 11.7686 19.3207 12 19.3207H14.3304C14.4205 19.3207 14.4656 19.3207 14.5093 19.3071C14.5529 19.2935 14.5878 19.2694 14.6575 19.2212C15.2246 18.8288 15.6068 18.4018 15.7066 17.3493C15.7321 17.0802 15.7448 16.9456 15.6556 16.8475C15.5663 16.7494 15.4217 16.7494 15.1325 16.7494H13.1168C12.8855 16.7494 12.698 16.5575 12.698 16.3208C12.698 16.0841 12.8855 15.8923 13.1168 15.8923H15.7373C15.8681 15.8923 15.9335 15.8923 15.9956 15.8621C16.0577 15.8319 16.093 15.7871 16.1635 15.6973C16.531 15.2298 16.7502 14.6402 16.7502 13.9993C16.7446 13.8835 16.7057 13.7051 16.6244 13.5399C16.5822 13.4542 16.5611 13.4113 16.4883 13.366C16.4155 13.3207 16.3482 13.3207 16.2137 13.3207H14.2337C14.0024 13.3207 13.8149 13.1288 13.8149 12.8921C13.8149 12.6554 14.0024 12.4635 14.2337 12.4635H21.4644C22.1745 12.4635 22.7502 11.8879 22.7502 11.1777C22.7502 10.4676 22.1745 9.89194 21.4644 9.89194Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.75 5.50586C15.1977 5.50586 14.75 5.05814 14.75 4.50586C14.75 3.95357 15.1977 3.50586 15.75 3.50586L18.25 3.50586L18.25 2.9116C18.2499 2.73596 18.2497 2.52031 18.2718 2.34387L18.2722 2.34053C18.288 2.21408 18.3598 1.63804 18.9254 1.36368C19.4923 1.08872 19.9924 1.39065 20.1006 1.45597L20.5691 1.79511C20.9449 2.08975 21.4594 2.49545 21.8504 2.87588C22.0455 3.06571 22.2467 3.28297 22.4056 3.51388C22.5468 3.71914 22.75 4.06933 22.75 4.5C22.75 4.93067 22.5468 5.28086 22.4056 5.48612C22.2467 5.71703 22.0455 5.93429 21.8504 6.12412C21.4594 6.50455 20.9449 6.91025 20.5691 7.20488L20.1006 7.54403C19.9924 7.60935 19.4922 7.91128 18.9254 7.63632C18.3598 7.36196 18.288 6.78592 18.2722 6.65947L18.2718 6.65613C18.2497 6.47969 18.2499 6.26403 18.25 6.0884L18.25 5.50586L15.75 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.4644 9.89194L10.3666 9.89194C10.1971 9.89194 10.0443 9.78738 9.97952 9.62707C9.91477 9.46677 9.95085 9.28233 10.0709 9.15987L11.8863 7.30815C12.5055 6.6765 12.4492 5.63646 11.7651 5.07817C11.5097 4.8698 11.2027 4.76015 10.8929 4.75C10.7464 4.75439 10.6002 4.77191 10.4561 4.80258C10.3462 4.83328 10.2391 4.87725 10.1369 4.93452L4.89077 8.84541C4.58105 9.08787 4.17608 9.29612 3.71972 9.45238L3.69045 9.4624C3.1854 9.63532 2.76611 9.77889 2.45197 9.91329C2.15825 10.039 1.80125 10.2162 1.57621 10.5311C1.36815 10.8223 1.30439 11.1517 1.27672 11.4419C1.25 11.7223 1.25002 12.0704 1.25004 12.4649L1.25002 18.866C1.2499 18.9857 1.24978 19.1101 1.26464 19.2245C1.36701 20.012 1.98691 20.6319 2.77449 20.7343C2.88881 20.7492 3.04487 20.749 3.16461 20.7489C3.49237 20.7489 3.82869 20.8821 4.10966 21.1282C4.56415 21.5263 5.29662 22.122 5.94016 22.3683C6.47307 22.5722 7.04581 22.6624 7.73268 22.706C8.40795 22.7489 9.2427 22.7489 10.3074 22.7489L11.806 22.7493C13.1503 22.7493 14.2975 21.7774 14.5185 20.4514C14.5424 20.3082 14.432 20.1779 14.2868 20.1779H12C11.7686 20.1779 11.5811 19.986 11.5811 19.7493C11.5811 19.5126 11.7686 19.3207 12 19.3207H14.3304C14.4205 19.3207 14.4656 19.3207 14.5093 19.3071C14.5529 19.2935 14.5878 19.2694 14.6575 19.2212C15.2246 18.8288 15.6068 18.4018 15.7066 17.3493C15.7321 17.0802 15.7448 16.9456 15.6556 16.8475C15.5663 16.7494 15.4217 16.7494 15.1325 16.7494H13.1168C12.8855 16.7494 12.698 16.5575 12.698 16.3208C12.698 16.0841 12.8855 15.8923 13.1168 15.8923H15.7373C15.8681 15.8923 15.9335 15.8923 15.9956 15.8621C16.0577 15.8319 16.093 15.7871 16.1635 15.6973C16.531 15.2298 16.7502 14.6402 16.7502 13.9993C16.7446 13.8835 16.7057 13.7051 16.6244 13.5399C16.5822 13.4542 16.5611 13.4113 16.4883 13.366C16.4155 13.3207 16.3482 13.3207 16.2137 13.3207H14.2337C14.0024 13.3207 13.8149 13.1288 13.8149 12.8921C13.8149 12.6554 14.0024 12.4635 14.2337 12.4635H21.4644C22.1745 12.4635 22.7502 11.8879 22.7502 11.1777C22.7502 10.4676 22.1745 9.89194 21.4644 9.89194Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.75 5.50586C15.1977 5.50586 14.75 5.05814 14.75 4.50586C14.75 3.95357 15.1977 3.50586 15.75 3.50586L18.25 3.50586L18.25 2.9116C18.2499 2.73596 18.2497 2.52031 18.2718 2.34387L18.2722 2.34053C18.288 2.21408 18.3598 1.63804 18.9254 1.36368C19.4923 1.08872 19.9924 1.39065 20.1006 1.45597L20.5691 1.79511C20.9449 2.08975 21.4594 2.49545 21.8504 2.87588C22.0455 3.06571 22.2467 3.28297 22.4056 3.51388C22.5468 3.71914 22.75 4.06933 22.75 4.5C22.75 4.93067 22.5468 5.28086 22.4056 5.48612C22.2467 5.71703 22.0455 5.93429 21.8504 6.12412C21.4594 6.50455 20.9449 6.91025 20.5691 7.20488L20.1006 7.54403C19.9924 7.60935 19.4922 7.91128 18.9254 7.63632C18.3598 7.36196 18.288 6.78592 18.2722 6.65947L18.2718 6.65613C18.2497 6.47969 18.2499 6.26403 18.25 6.0884L18.25 5.50586L15.75 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-pointing-right-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.6979 12.8093C12.6979 13.048 12.8854 13.2415 13.1168 13.2415L16.2344 13.2415C16.4118 13.2415 16.5005 13.2415 16.5833 13.309C16.6661 13.3765 16.68 13.4444 16.7079 13.5801C16.7424 13.7487 16.7514 13.9112 16.7498 14C16.7498 14.6087 16.5521 15.1712 16.2173 15.6268C16.1471 15.7223 16.112 15.77 16.0482 15.8024C15.9843 15.8347 15.9163 15.8347 15.7804 15.8347L13.1168 15.8347C12.8854 15.8347 12.6979 16.0282 12.6979 16.2669C12.6979 16.5056 12.8854 16.6991 13.1168 16.6991L15.1241 16.6991C15.4141 16.6991 15.5592 16.6991 15.6487 16.8006C15.7383 16.9021 15.7218 17.034 15.6887 17.2979C15.5772 18.1863 15.2086 18.777 14.6672 19.1875C14.6026 19.2365 14.5703 19.261 14.5237 19.2767C14.4772 19.2923 14.4309 19.2923 14.3384 19.2923L11.9999 19.2923C11.7686 19.2923 11.581 19.4858 11.581 19.7245C11.581 19.9632 11.7686 20.1567 11.9999 20.1567L13.9182 20.1567C14.2096 20.1567 14.3553 20.1567 14.4454 20.2749C14.5354 20.393 14.5027 20.5119 14.4374 20.7496C14.1251 21.885 12.9574 22.7489 11.8076 22.75L9.98796 22.75C8.14203 22.7503 7.01175 22.7506 6.07756 22.4139C5.35497 22.1535 4.70111 21.7529 4.14665 21.2442C3.74861 20.8791 3.33685 20.6804 2.95494 20.6804C2.01324 20.6804 1.24984 19.917 1.24984 18.9753L1.24979 11.7222C1.24946 11.522 1.24911 11.3135 1.29055 11.1247C1.43695 10.4579 1.95776 9.93711 2.62458 9.79071C2.81333 9.74927 3.07478 9.74967 3.27501 9.75C3.55858 9.75 3.83373 9.65358 4.05527 9.47657L6.63031 7.42578C7.34725 6.939 7.92983 6.54344 8.43501 6.26761C8.95986 5.98104 9.45963 5.78969 10.0181 5.75651C10.3382 5.73749 10.6593 5.7602 10.9736 5.82406C11.5218 5.93545 11.9903 6.19502 12.4708 6.55239C12.9175 6.88461 13.55 7.45731 14.1682 8.01704C14.4868 8.35152 14.6461 8.51876 14.6243 8.66385C14.6167 8.71482 14.5961 8.76296 14.5644 8.80364C14.4744 8.91943 14.2434 8.91943 13.7815 8.91943L10.3245 8.91943C10.0932 8.91943 9.90571 9.11294 9.90571 9.35164C9.90571 9.59034 10.0932 9.78384 10.3245 9.78384L21.4534 9.78384C22.1695 9.78384 22.75 10.3644 22.75 11.0805C22.75 11.7965 22.1695 12.3771 21.4534 12.3771L13.1168 12.3771C12.8854 12.3771 12.6979 12.5706 12.6979 12.8093Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.75 5.50586C15.1977 5.50586 14.75 5.05814 14.75 4.50586C14.75 3.95358 15.1977 3.50586 15.75 3.50586L18.25 3.50586L18.25 2.9116C18.2499 2.73596 18.2497 2.52031 18.2718 2.34387L18.2722 2.34053C18.288 2.21408 18.3598 1.63804 18.9254 1.36368C19.4922 1.08872 19.9924 1.39065 20.1006 1.45597L20.569 1.79511C20.9449 2.08975 21.4593 2.49545 21.8503 2.87588C22.0454 3.06571 22.2467 3.28297 22.4055 3.51388C22.5467 3.71914 22.75 4.06933 22.75 4.5C22.75 4.93067 22.5467 5.28086 22.4055 5.48612C22.2467 5.71703 22.0454 5.93429 21.8503 6.12412C21.4593 6.50455 20.9449 6.91025 20.5691 7.20488L20.1006 7.54403C19.9924 7.60935 19.4922 7.91128 18.9254 7.63632C18.3598 7.36196 18.288 6.78592 18.2722 6.65947L18.2718 6.65613C18.2497 6.47969 18.2499 6.26403 18.25 6.0884L18.25 5.50586L15.75 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.6979 12.8093C12.6979 13.048 12.8854 13.2415 13.1168 13.2415L16.2344 13.2415C16.4118 13.2415 16.5005 13.2415 16.5833 13.309C16.6661 13.3765 16.68 13.4444 16.7079 13.5801C16.7424 13.7487 16.7514 13.9112 16.7498 14C16.7498 14.6087 16.5521 15.1712 16.2173 15.6268C16.1471 15.7223 16.112 15.77 16.0482 15.8024C15.9843 15.8347 15.9163 15.8347 15.7804 15.8347L13.1168 15.8347C12.8854 15.8347 12.6979 16.0282 12.6979 16.2669C12.6979 16.5056 12.8854 16.6991 13.1168 16.6991L15.1241 16.6991C15.4141 16.6991 15.5592 16.6991 15.6487 16.8006C15.7383 16.9021 15.7218 17.034 15.6887 17.2979C15.5772 18.1863 15.2086 18.777 14.6672 19.1875C14.6026 19.2365 14.5703 19.261 14.5237 19.2767C14.4772 19.2923 14.4309 19.2923 14.3384 19.2923L11.9999 19.2923C11.7686 19.2923 11.581 19.4858 11.581 19.7245C11.581 19.9632 11.7686 20.1567 11.9999 20.1567L13.9182 20.1567C14.2096 20.1567 14.3553 20.1567 14.4454 20.2749C14.5354 20.393 14.5027 20.5119 14.4374 20.7496C14.1251 21.885 12.9574 22.7489 11.8076 22.75L9.98796 22.75C8.14203 22.7503 7.01175 22.7506 6.07756 22.4139C5.35497 22.1535 4.70111 21.7529 4.14665 21.2442C3.74861 20.8791 3.33685 20.6804 2.95494 20.6804C2.01324 20.6804 1.24984 19.917 1.24984 18.9753L1.24979 11.7222C1.24946 11.522 1.24911 11.3135 1.29055 11.1247C1.43695 10.4579 1.95776 9.93711 2.62458 9.79071C2.81333 9.74927 3.07478 9.74967 3.27501 9.75C3.55858 9.75 3.83373 9.65358 4.05527 9.47657L6.63031 7.42578C7.34725 6.939 7.92983 6.54344 8.43501 6.26761C8.95986 5.98104 9.45963 5.78969 10.0181 5.75651C10.3382 5.73749 10.6593 5.7602 10.9736 5.82406C11.5218 5.93545 11.9903 6.19502 12.4708 6.55239C12.9175 6.88461 13.55 7.45731 14.1682 8.01704C14.4868 8.35152 14.6461 8.51876 14.6243 8.66385C14.6167 8.71482 14.5961 8.76296 14.5644 8.80364C14.4744 8.91943 14.2434 8.91943 13.7815 8.91943L10.3245 8.91943C10.0932 8.91943 9.90571 9.11294 9.90571 9.35164C9.90571 9.59034 10.0932 9.78384 10.3245 9.78384L21.4534 9.78384C22.1695 9.78384 22.75 10.3644 22.75 11.0805C22.75 11.7965 22.1695 12.3771 21.4534 12.3771L13.1168 12.3771C12.8854 12.3771 12.6979 12.5706 12.6979 12.8093Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.75 5.50586C15.1977 5.50586 14.75 5.05814 14.75 4.50586C14.75 3.95358 15.1977 3.50586 15.75 3.50586L18.25 3.50586L18.25 2.9116C18.2499 2.73596 18.2497 2.52031 18.2718 2.34387L18.2722 2.34053C18.288 2.21408 18.3598 1.63804 18.9254 1.36368C19.4922 1.08872 19.9924 1.39065 20.1006 1.45597L20.569 1.79511C20.9449 2.08975 21.4593 2.49545 21.8503 2.87588C22.0454 3.06571 22.2467 3.28297 22.4055 3.51388C22.5467 3.71914 22.75 4.06933 22.75 4.5C22.75 4.93067 22.5467 5.28086 22.4055 5.48612C22.2467 5.71703 22.0454 5.93429 21.8503 6.12412C21.4593 6.50455 20.9449 6.91025 20.5691 7.20488L20.1006 7.54403C19.9924 7.60935 19.4922 7.91128 18.9254 7.63632C18.3598 7.36196 18.288 6.78592 18.2722 6.65947L18.2718 6.65613C18.2497 6.47969 18.2499 6.26403 18.25 6.0884L18.25 5.50586L15.75 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-pointing-right-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.7637 12.8946C12.7637 13.1313 12.9523 13.3231 13.185 13.3231H16.235C16.3896 13.3231 16.467 13.3231 16.5467 13.3825C16.6264 13.4419 16.643 13.4972 16.6761 13.6079C16.7218 13.7604 16.7438 13.9152 16.75 14.0013C16.75 14.6423 16.5307 15.2321 16.163 15.6997C16.0924 15.7894 16.0572 15.8343 15.9951 15.8644C15.933 15.8946 15.8676 15.8946 15.7368 15.8946H13.185C12.9523 15.8946 12.7637 16.0865 12.7637 16.3231C12.7637 16.5598 12.9523 16.7517 13.185 16.7517H15.15C15.4396 16.7517 15.5844 16.7517 15.6738 16.852C15.7633 16.9523 15.7481 17.0851 15.7177 17.3507C15.6193 18.211 15.303 18.7709 14.8675 19.1821C14.7978 19.2478 14.763 19.2807 14.7096 19.3019C14.6563 19.3231 14.6018 19.3231 14.4928 19.3231H12.0617C11.829 19.3231 11.6404 19.515 11.6404 19.7517C11.6404 19.9884 11.829 20.1803 12.0617 20.1803H13.9638C14.2559 20.1803 14.402 20.1803 14.492 20.2923C14.5821 20.4042 14.5549 20.5282 14.5005 20.776C14.2378 21.9737 13.1912 22.7513 12 22.7513H9.30733C8.24265 22.7513 7.4079 22.7513 6.73263 22.7084C6.04576 22.6647 5.47304 22.5746 4.94013 22.3707C3.41921 21.7887 2.21661 20.5903 1.6322 19.0727C1.42734 18.5407 1.33684 17.969 1.29305 17.2839C1.25 16.6105 1.25 15.7782 1.25001 14.717C1.24989 13.6698 1.24982 12.9057 1.38418 12.2964C1.58889 11.368 2.02176 10.5051 2.64366 9.78517C3.05182 9.31267 3.56891 8.92616 4.40958 8.29777L8.91935 5.02968C8.99779 4.97306 9.0803 4.92511 9.16562 4.88581C9.38934 4.80834 9.62175 4.76437 9.85526 4.75378C10.1566 4.76981 10.4538 4.87901 10.7023 5.08067C11.3904 5.63897 11.447 6.67905 10.8242 7.31071L8.99845 9.16248C8.8777 9.28494 8.84142 9.46939 8.90654 9.6297C8.97166 9.79001 9.12534 9.89457 9.29584 9.89457L20.4643 9.89457C21.1744 9.89457 21.75 10.4702 21.75 11.1803C21.75 11.8904 21.1744 12.466 20.4643 12.466L13.185 12.466C12.9523 12.466 12.7637 12.6579 12.7637 12.8946Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.75 5.50574C15.1977 5.50574 14.75 5.05802 14.75 4.50574C14.75 3.95345 15.1977 3.50574 15.75 3.50574L18.25 3.50574L18.25 2.91148C18.2499 2.73584 18.2497 2.52019 18.2718 2.34375L18.2722 2.3404C18.288 2.21396 18.3598 1.63792 18.9254 1.36355C19.4923 1.0886 19.9924 1.39053 20.1006 1.45585L20.5691 1.79499C20.9449 2.08962 21.4594 2.49532 21.8504 2.87576C22.0455 3.06559 22.2467 3.28285 22.4056 3.51376C22.5468 3.71902 22.75 4.06921 22.75 4.49988C22.75 4.93054 22.5468 5.28074 22.4056 5.486C22.2467 5.71691 22.0455 5.93417 21.8504 6.124C21.4594 6.50443 20.9449 6.91013 20.5691 7.20476L20.1006 7.54391C19.9924 7.60923 19.4922 7.91116 18.9254 7.6362C18.3598 7.36184 18.288 6.7858 18.2722 6.65935L18.2718 6.656C18.2497 6.47957 18.2499 6.26391 18.25 6.08827L18.25 5.50574L15.75 5.50574Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.7637 12.8946C12.7637 13.1313 12.9523 13.3231 13.185 13.3231H16.235C16.3896 13.3231 16.467 13.3231 16.5467 13.3825C16.6264 13.4419 16.643 13.4972 16.6761 13.6079C16.7218 13.7604 16.7438 13.9152 16.75 14.0013C16.75 14.6423 16.5307 15.2321 16.163 15.6997C16.0924 15.7894 16.0572 15.8343 15.9951 15.8644C15.933 15.8946 15.8676 15.8946 15.7368 15.8946H13.185C12.9523 15.8946 12.7637 16.0865 12.7637 16.3231C12.7637 16.5598 12.9523 16.7517 13.185 16.7517H15.15C15.4396 16.7517 15.5844 16.7517 15.6738 16.852C15.7633 16.9523 15.7481 17.0851 15.7177 17.3507C15.6193 18.211 15.303 18.7709 14.8675 19.1821C14.7978 19.2478 14.763 19.2807 14.7096 19.3019C14.6563 19.3231 14.6018 19.3231 14.4928 19.3231H12.0617C11.829 19.3231 11.6404 19.515 11.6404 19.7517C11.6404 19.9884 11.829 20.1803 12.0617 20.1803H13.9638C14.2559 20.1803 14.402 20.1803 14.492 20.2923C14.5821 20.4042 14.5549 20.5282 14.5005 20.776C14.2378 21.9737 13.1912 22.7513 12 22.7513H9.30733C8.24265 22.7513 7.4079 22.7513 6.73263 22.7084C6.04576 22.6647 5.47304 22.5746 4.94013 22.3707C3.41921 21.7887 2.21661 20.5903 1.6322 19.0727C1.42734 18.5407 1.33684 17.969 1.29305 17.2839C1.25 16.6105 1.25 15.7782 1.25001 14.717C1.24989 13.6698 1.24982 12.9057 1.38418 12.2964C1.58889 11.368 2.02176 10.5051 2.64366 9.78517C3.05182 9.31267 3.56891 8.92616 4.40958 8.29777L8.91935 5.02968C8.99779 4.97306 9.0803 4.92511 9.16562 4.88581C9.38934 4.80834 9.62175 4.76437 9.85526 4.75378C10.1566 4.76981 10.4538 4.87901 10.7023 5.08067C11.3904 5.63897 11.447 6.67905 10.8242 7.31071L8.99845 9.16248C8.8777 9.28494 8.84142 9.46939 8.90654 9.6297C8.97166 9.79001 9.12534 9.89457 9.29584 9.89457L20.4643 9.89457C21.1744 9.89457 21.75 10.4702 21.75 11.1803C21.75 11.8904 21.1744 12.466 20.4643 12.466L13.185 12.466C12.9523 12.466 12.7637 12.6579 12.7637 12.8946Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.75 5.50574C15.1977 5.50574 14.75 5.05802 14.75 4.50574C14.75 3.95345 15.1977 3.50574 15.75 3.50574L18.25 3.50574L18.25 2.91148C18.2499 2.73584 18.2497 2.52019 18.2718 2.34375L18.2722 2.3404C18.288 2.21396 18.3598 1.63792 18.9254 1.36355C19.4923 1.0886 19.9924 1.39053 20.1006 1.45585L20.5691 1.79499C20.9449 2.08962 21.4594 2.49532 21.8504 2.87576C22.0455 3.06559 22.2467 3.28285 22.4056 3.51376C22.5468 3.71902 22.75 4.06921 22.75 4.49988C22.75 4.93054 22.5468 5.28074 22.4056 5.486C22.2467 5.71691 22.0455 5.93417 21.8504 6.124C21.4594 6.50443 20.9449 6.91013 20.5691 7.20476L20.1006 7.54391C19.9924 7.60923 19.4922 7.91116 18.9254 7.6362C18.3598 7.36184 18.288 6.7858 18.2722 6.65935L18.2718 6.656C18.2497 6.47957 18.2499 6.26391 18.25 6.08827L18.25 5.50574L15.75 5.50574Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-pointing-right-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.6884 8.9198C13.2286 8.9198 13.4987 8.9198 13.5848 8.76764C13.5959 8.74817 13.6047 8.72753 13.6111 8.7061C13.6614 8.53862 13.4746 8.34355 13.101 7.95342C12.4569 7.37028 11.9337 6.89664 11.471 6.55251C10.9905 6.19514 10.522 5.93557 9.97382 5.82418C9.65952 5.76033 9.33841 5.73761 9.01834 5.75663C8.45982 5.78981 7.96005 5.98116 7.43521 6.26773C6.93002 6.54356 6.34744 6.93912 5.6305 7.4259L4.69294 8.06245C3.82688 8.65034 3.29502 9.01137 2.86728 9.46063C2.12006 10.2454 1.60513 11.2264 1.37915 12.2915C1.24986 12.9009 1.24992 13.8151 1.25002 14.8769C1.24972 16.7631 1.24954 17.9075 1.57801 18.8529C2.15457 20.5122 3.43845 21.8232 5.07775 22.414C6.01194 22.7507 7.14223 22.7505 8.98816 22.7501L11 22.7501C11.2655 22.7501 11.9166 22.7305 12.209 22.7206C13.2116 22.7206 14.1899 21.8861 14.4509 20.7522C14.5075 20.5063 14.5357 20.3834 14.4457 20.2703C14.3556 20.1571 14.2098 20.1571 13.9184 20.1571H12.0617C11.8291 20.1571 11.6405 19.9636 11.6405 19.7249C11.6405 19.4862 11.8291 19.2927 12.0617 19.2927H14.4977C14.607 19.2927 14.6616 19.2927 14.7157 19.2708C14.7699 19.2488 14.8037 19.2161 14.8714 19.1506C15.3031 18.7324 15.6153 18.1308 15.7156 17.2984C15.7475 17.0337 15.7634 16.9014 15.6739 16.8004C15.5844 16.6995 15.4396 16.6995 15.15 16.6995H13.185C12.9524 16.6995 12.7638 16.506 12.7638 16.2673C12.7638 16.0286 12.9524 15.8351 13.185 15.8351H15.7804C15.9163 15.8351 15.9843 15.8351 16.0481 15.8027C16.112 15.7704 16.1471 15.7227 16.2173 15.6272C16.5522 15.1716 16.75 14.609 16.75 14.0001C16.7496 13.9177 16.7398 13.7692 16.7106 13.6098C16.6828 13.4573 16.6688 13.381 16.5854 13.3114C16.5019 13.2418 16.4071 13.2418 16.2173 13.2418L13.185 13.2418C12.9524 13.2418 12.7638 13.0483 12.7638 12.8096C12.7638 12.5709 12.9524 12.3774 13.185 12.3774L20.4535 12.3774C21.1696 12.3774 21.7501 11.7969 21.7501 11.0808C21.7501 10.3647 21.1696 9.78421 20.4535 9.78421L9.25349 9.78421C9.02085 9.78421 8.83225 9.59071 8.83225 9.35201C8.83225 9.11331 9.02085 8.9198 9.25349 8.9198L12.6884 8.9198Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7502 3.49426C15.198 3.49426 14.7502 3.94198 14.7502 4.49426C14.7502 5.04655 15.198 5.49426 15.7502 5.49426L18.2503 5.49426L18.2503 6.08852C18.2501 6.26416 18.25 6.47981 18.2721 6.65625L18.2725 6.6596C18.2882 6.78604 18.3601 7.36208 18.9257 7.63645C19.4925 7.9114 19.9926 7.60947 20.1008 7.54415L20.5693 7.20501C20.9452 6.91038 21.4596 6.50468 21.8506 6.12424C22.0457 5.93441 22.247 5.71715 22.4058 5.48624C22.547 5.28098 22.7503 4.93079 22.7503 4.50012C22.7503 4.06946 22.547 3.71926 22.4058 3.514C22.247 3.28309 22.0457 3.06583 21.8506 2.876C21.4596 2.49557 20.9452 2.08987 20.5693 1.79524L20.1008 1.45609C19.9926 1.39077 19.4925 1.08884 18.9257 1.3638C18.3601 1.63816 18.2882 2.2142 18.2725 2.34065L18.2721 2.344C18.25 2.52043 18.2501 2.73609 18.2503 2.91173L18.2503 3.49426L15.7502 3.49426Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.6884 8.9198C13.2286 8.9198 13.4987 8.9198 13.5848 8.76764C13.5959 8.74817 13.6047 8.72753 13.6111 8.7061C13.6614 8.53862 13.4746 8.34355 13.101 7.95342C12.4569 7.37028 11.9337 6.89664 11.471 6.55251C10.9905 6.19514 10.522 5.93557 9.97382 5.82418C9.65952 5.76033 9.33841 5.73761 9.01834 5.75663C8.45982 5.78981 7.96005 5.98116 7.43521 6.26773C6.93002 6.54356 6.34744 6.93912 5.6305 7.4259L4.69294 8.06245C3.82688 8.65034 3.29502 9.01137 2.86728 9.46063C2.12006 10.2454 1.60513 11.2264 1.37915 12.2915C1.24986 12.9009 1.24992 13.8151 1.25002 14.8769C1.24972 16.7631 1.24954 17.9075 1.57801 18.8529C2.15457 20.5122 3.43845 21.8232 5.07775 22.414C6.01194 22.7507 7.14223 22.7505 8.98816 22.7501L11 22.7501C11.2655 22.7501 11.9166 22.7305 12.209 22.7206C13.2116 22.7206 14.1899 21.8861 14.4509 20.7522C14.5075 20.5063 14.5357 20.3834 14.4457 20.2703C14.3556 20.1571 14.2098 20.1571 13.9184 20.1571H12.0617C11.8291 20.1571 11.6405 19.9636 11.6405 19.7249C11.6405 19.4862 11.8291 19.2927 12.0617 19.2927H14.4977C14.607 19.2927 14.6616 19.2927 14.7157 19.2708C14.7699 19.2488 14.8037 19.2161 14.8714 19.1506C15.3031 18.7324 15.6153 18.1308 15.7156 17.2984C15.7475 17.0337 15.7634 16.9014 15.6739 16.8004C15.5844 16.6995 15.4396 16.6995 15.15 16.6995H13.185C12.9524 16.6995 12.7638 16.506 12.7638 16.2673C12.7638 16.0286 12.9524 15.8351 13.185 15.8351H15.7804C15.9163 15.8351 15.9843 15.8351 16.0481 15.8027C16.112 15.7704 16.1471 15.7227 16.2173 15.6272C16.5522 15.1716 16.75 14.609 16.75 14.0001C16.7496 13.9177 16.7398 13.7692 16.7106 13.6098C16.6828 13.4573 16.6688 13.381 16.5854 13.3114C16.5019 13.2418 16.4071 13.2418 16.2173 13.2418L13.185 13.2418C12.9524 13.2418 12.7638 13.0483 12.7638 12.8096C12.7638 12.5709 12.9524 12.3774 13.185 12.3774L20.4535 12.3774C21.1696 12.3774 21.7501 11.7969 21.7501 11.0808C21.7501 10.3647 21.1696 9.78421 20.4535 9.78421L9.25349 9.78421C9.02085 9.78421 8.83225 9.59071 8.83225 9.35201C8.83225 9.11331 9.02085 8.9198 9.25349 8.9198L12.6884 8.9198Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7502 3.49426C15.198 3.49426 14.7502 3.94198 14.7502 4.49426C14.7502 5.04655 15.198 5.49426 15.7502 5.49426L18.2503 5.49426L18.2503 6.08852C18.2501 6.26416 18.25 6.47981 18.2721 6.65625L18.2725 6.6596C18.2882 6.78604 18.3601 7.36208 18.9257 7.63645C19.4925 7.9114 19.9926 7.60947 20.1008 7.54415L20.5693 7.20501C20.9452 6.91038 21.4596 6.50468 21.8506 6.12424C22.0457 5.93441 22.247 5.71715 22.4058 5.48624C22.547 5.28098 22.7503 4.93079 22.7503 4.50012C22.7503 4.06946 22.547 3.71926 22.4058 3.514C22.247 3.28309 22.0457 3.06583 21.8506 2.876C21.4596 2.49557 20.9452 2.08987 20.5693 1.79524L20.1008 1.45609C19.9926 1.39077 19.4925 1.08884 18.9257 1.3638C18.3601 1.63816 18.2882 2.2142 18.2725 2.34065L18.2721 2.344C18.25 2.52043 18.2501 2.73609 18.2503 2.91173L18.2503 3.49426L15.7502 3.49426Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-punch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.31956 15.5759C6.31956 16.4606 7.03597 17.1866 7.93043 17.1866C8.82489 17.1866 9.5413 16.4606 9.5413 15.5759V10.9837C9.5413 10.746 9.7311 10.5533 9.96522 10.5533C10.1993 10.5533 10.3891 10.746 10.3891 10.9837V16.4897C10.3891 17.3744 11.1055 18.1004 12 18.1004C12.8945 18.1004 13.6109 17.3744 13.6109 16.4897V10.9837C13.6109 10.746 13.8007 10.5533 14.0348 10.5533C14.2689 10.5533 14.4587 10.746 14.4587 10.9837V15.5759C14.4587 16.4606 15.1751 17.1866 16.0696 17.1866C16.964 17.1866 17.6804 16.4606 17.6804 15.5759V11.4263C17.6804 11.1887 17.8702 10.996 18.1043 10.996C18.3385 10.996 18.5283 11.1887 18.5283 11.4263V15.5759C18.5283 16.9457 17.4227 18.0473 16.0696 18.0473H15.3065C14.7524 18.0473 14.4448 18.2782 14.2515 18.6078C14.0393 18.9695 13.95 19.483 13.95 20.0328C13.95 20.5826 14.273 20.75 15.3036 20.75C16.2815 20.735 17.0252 20.6928 17.4301 20.5927C19.4821 20.0853 21.0809 18.4793 21.5852 16.4269C21.7468 15.7692 21.75 14.9591 21.75 13.1817C21.75 11.0093 21.7494 9.4144 21.6175 8.17288C21.4864 6.93916 21.2298 6.10606 20.7515 5.43781C20.429 4.98723 20.0387 4.59099 19.5948 4.26363C18.9363 3.7779 18.1181 3.51748 16.9087 3.38447C15.6914 3.25059 14.1289 3.25 12 3.25C9.87114 3.25 8.30855 3.25059 7.09126 3.38447C5.8819 3.51748 5.06374 3.7779 4.40517 4.26363C3.96131 4.59099 3.57099 4.98723 3.24851 5.4378C2.77003 6.10635 2.51349 6.9369 2.38247 8.16458C2.25058 9.4003 2.25 10.9866 2.25 13.1477V14.0452C2.25 14.9299 2.96641 15.6559 3.86087 15.6559C4.75533 15.6559 5.47174 14.9299 5.47174 14.0452V11.4263C5.47174 11.1887 5.66153 10.996 5.89565 10.996C6.12977 10.996 6.31956 11.1887 6.31956 11.4263V15.5759Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.31956 15.5759C6.31956 16.4606 7.03597 17.1866 7.93043 17.1866C8.82489 17.1866 9.5413 16.4606 9.5413 15.5759V10.9837C9.5413 10.746 9.7311 10.5533 9.96522 10.5533C10.1993 10.5533 10.3891 10.746 10.3891 10.9837V16.4897C10.3891 17.3744 11.1055 18.1004 12 18.1004C12.8945 18.1004 13.6109 17.3744 13.6109 16.4897V10.9837C13.6109 10.746 13.8007 10.5533 14.0348 10.5533C14.2689 10.5533 14.4587 10.746 14.4587 10.9837V15.5759C14.4587 16.4606 15.1751 17.1866 16.0696 17.1866C16.964 17.1866 17.6804 16.4606 17.6804 15.5759V11.4263C17.6804 11.1887 17.8702 10.996 18.1043 10.996C18.3385 10.996 18.5283 11.1887 18.5283 11.4263V15.5759C18.5283 16.9457 17.4227 18.0473 16.0696 18.0473H15.3065C14.7524 18.0473 14.4448 18.2782 14.2515 18.6078C14.0393 18.9695 13.95 19.483 13.95 20.0328C13.95 20.5826 14.273 20.75 15.3036 20.75C16.2815 20.735 17.0252 20.6928 17.4301 20.5927C19.4821 20.0853 21.0809 18.4793 21.5852 16.4269C21.7468 15.7692 21.75 14.9591 21.75 13.1817C21.75 11.0093 21.7494 9.4144 21.6175 8.17288C21.4864 6.93916 21.2298 6.10606 20.7515 5.43781C20.429 4.98723 20.0387 4.59099 19.5948 4.26363C18.9363 3.7779 18.1181 3.51748 16.9087 3.38447C15.6914 3.25059 14.1289 3.25 12 3.25C9.87114 3.25 8.30855 3.25059 7.09126 3.38447C5.8819 3.51748 5.06374 3.7779 4.40517 4.26363C3.96131 4.59099 3.57099 4.98723 3.24851 5.4378C2.77003 6.10635 2.51349 6.9369 2.38247 8.16458C2.25058 9.4003 2.25 10.9866 2.25 13.1477V14.0452C2.25 14.9299 2.96641 15.6559 3.86087 15.6559C4.75533 15.6559 5.47174 14.9299 5.47174 14.0452V11.4263C5.47174 11.1887 5.66153 10.996 5.89565 10.996C6.12977 10.996 6.31956 11.1887 6.31956 11.4263V15.5759Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-resize-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.25 3.75C9.25 2.36929 10.3693 1.25 11.75 1.25C13.1307 1.25 14.25 2.36929 14.25 3.75V8.74751C16.1139 8.81064 18.819 9.38616 20.8531 11.4332C21.789 12.3751 21.8445 13.7529 21.6737 14.8931C21.4975 16.0699 21.0471 17.2359 20.6749 18.0131C20.5556 18.2264 20.0742 19.1202 19.9725 19.3235C19.7561 19.7563 19.6419 20.1001 19.6419 20.382V20.382C19.6419 20.6473 19.6419 20.918 19.6248 21.1214C19.6063 21.3409 19.564 21.5809 19.4397 21.8165C19.2752 22.1284 19.0203 22.3833 18.7084 22.5479C18.4727 22.6721 18.2328 22.7145 18.0133 22.7329C17.8098 22.75 17.5662 22.75 17.3009 22.75H11.7164H11.7164C11.4087 22.75 11.1252 22.7501 10.8893 22.7266C10.6327 22.7012 10.1696 22.6003 9.9075 22.3382C9.6375 22.1107 9.48834 21.7789 9.3824 21.5062C9.26927 21.2149 9.14929 20.8294 9.00495 20.3655L9.00494 20.3655C8.89549 20.0584 8.6596 19.6676 8.06062 18.8763L4.78347 14.5465C4.0748 13.641 4.07179 12.3548 4.77682 11.4457C5.63524 10.3388 7.22827 10.1793 8.2802 11.1094L9.25 12.1242V3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2896 6.5921C18.6166 6.84637 19.0878 6.78741 19.3421 6.46042C19.4486 6.32341 19.5001 6.16108 19.5 6V4.99995L21 4.99995C21.5523 4.99995 22 4.55223 22 3.99995C22 3.44766 21.5523 2.99995 21 2.99995H19.5V2.0068C19.5016 1.84352 19.4501 1.67857 19.3421 1.53965C19.0878 1.21266 18.6166 1.1537 18.2896 1.40796C18.2376 1.44844 18.1675 1.50131 18.0848 1.5637L18.0847 1.56371C17.817 1.76565 17.4169 2.06744 17.0675 2.37212C16.836 2.5739 16.5961 2.8025 16.4082 3.03496C16.3139 3.15156 16.2192 3.28548 16.1455 3.43173C16.0743 3.57295 16 3.76987 16 4.00003C16 4.2302 16.0743 4.42712 16.1455 4.56834C16.2192 4.71459 16.3139 4.84851 16.4082 4.96511C16.5961 5.19756 16.836 5.42616 17.0675 5.62795C17.4169 5.93264 17.817 6.23442 18.0847 6.43636C18.1675 6.49875 18.2376 6.55163 18.2896 6.5921Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.71038 6.5921C5.38339 6.84637 4.91219 6.78741 4.65793 6.46042C4.55139 6.32341 4.49988 6.16108 4.5 6V4.99995L3 4.99995C2.44772 4.99995 2 4.55223 2 3.99995C2 3.44766 2.44772 2.99995 3 2.99995H4.5V2.0068C4.49842 1.84352 4.54991 1.67857 4.65793 1.53965C4.91219 1.21266 5.38339 1.1537 5.71038 1.40796C5.76244 1.44844 5.83252 1.50131 5.91524 1.5637L5.91525 1.56371C6.18298 1.76565 6.58306 2.06744 6.93251 2.37212C7.16395 2.5739 7.40389 2.8025 7.59183 3.03496C7.68611 3.15156 7.78075 3.28548 7.85449 3.43173C7.9257 3.57295 8 3.76987 8 4.00003C8 4.2302 7.9257 4.42712 7.85449 4.56834C7.78075 4.71459 7.68611 4.84851 7.59183 4.96511C7.40389 5.19756 7.16395 5.42616 6.93251 5.62795C6.58305 5.93264 6.18298 6.23442 5.91525 6.43636C5.83253 6.49875 5.76244 6.55163 5.71038 6.5921Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.25 3.75C9.25 2.36929 10.3693 1.25 11.75 1.25C13.1307 1.25 14.25 2.36929 14.25 3.75V8.74751C16.1139 8.81064 18.819 9.38616 20.8531 11.4332C21.789 12.3751 21.8445 13.7529 21.6737 14.8931C21.4975 16.0699 21.0471 17.2359 20.6749 18.0131C20.5556 18.2264 20.0742 19.1202 19.9725 19.3235C19.7561 19.7563 19.6419 20.1001 19.6419 20.382V20.382C19.6419 20.6473 19.6419 20.918 19.6248 21.1214C19.6063 21.3409 19.564 21.5809 19.4397 21.8165C19.2752 22.1284 19.0203 22.3833 18.7084 22.5479C18.4727 22.6721 18.2328 22.7145 18.0133 22.7329C17.8098 22.75 17.5662 22.75 17.3009 22.75H11.7164H11.7164C11.4087 22.75 11.1252 22.7501 10.8893 22.7266C10.6327 22.7012 10.1696 22.6003 9.9075 22.3382C9.6375 22.1107 9.48834 21.7789 9.3824 21.5062C9.26927 21.2149 9.14929 20.8294 9.00495 20.3655L9.00494 20.3655C8.89549 20.0584 8.6596 19.6676 8.06062 18.8763L4.78347 14.5465C4.0748 13.641 4.07179 12.3548 4.77682 11.4457C5.63524 10.3388 7.22827 10.1793 8.2802 11.1094L9.25 12.1242V3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2896 6.5921C18.6166 6.84637 19.0878 6.78741 19.3421 6.46042C19.4486 6.32341 19.5001 6.16108 19.5 6V4.99995L21 4.99995C21.5523 4.99995 22 4.55223 22 3.99995C22 3.44766 21.5523 2.99995 21 2.99995H19.5V2.0068C19.5016 1.84352 19.4501 1.67857 19.3421 1.53965C19.0878 1.21266 18.6166 1.1537 18.2896 1.40796C18.2376 1.44844 18.1675 1.50131 18.0848 1.5637L18.0847 1.56371C17.817 1.76565 17.4169 2.06744 17.0675 2.37212C16.836 2.5739 16.5961 2.8025 16.4082 3.03496C16.3139 3.15156 16.2192 3.28548 16.1455 3.43173C16.0743 3.57295 16 3.76987 16 4.00003C16 4.2302 16.0743 4.42712 16.1455 4.56834C16.2192 4.71459 16.3139 4.84851 16.4082 4.96511C16.5961 5.19756 16.836 5.42616 17.0675 5.62795C17.4169 5.93264 17.817 6.23442 18.0847 6.43636C18.1675 6.49875 18.2376 6.55163 18.2896 6.5921Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.71038 6.5921C5.38339 6.84637 4.91219 6.78741 4.65793 6.46042C4.55139 6.32341 4.49988 6.16108 4.5 6V4.99995L3 4.99995C2.44772 4.99995 2 4.55223 2 3.99995C2 3.44766 2.44772 2.99995 3 2.99995H4.5V2.0068C4.49842 1.84352 4.54991 1.67857 4.65793 1.53965C4.91219 1.21266 5.38339 1.1537 5.71038 1.40796C5.76244 1.44844 5.83252 1.50131 5.91524 1.5637L5.91525 1.56371C6.18298 1.76565 6.58306 2.06744 6.93251 2.37212C7.16395 2.5739 7.40389 2.8025 7.59183 3.03496C7.68611 3.15156 7.78075 3.28548 7.85449 3.43173C7.9257 3.57295 8 3.76987 8 4.00003C8 4.2302 7.9257 4.42712 7.85449 4.56834C7.78075 4.71459 7.68611 4.84851 7.59183 4.96511C7.40389 5.19756 7.16395 5.42616 6.93251 5.62795C6.58305 5.93264 6.18298 6.23442 5.91525 6.43636C5.83253 6.49875 5.76244 6.55163 5.71038 6.5921Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-resize-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.87818 4.24997C8.87818 2.86926 9.99747 1.74997 11.3782 1.74997C12.7589 1.74997 13.8782 2.86926 13.8782 4.24997V8.86033L16.2537 9.23979C17.1957 9.38109 17.9389 9.49257 18.5299 9.62096C19.1305 9.75144 19.6326 9.91075 20.0737 10.175C21.3512 10.9403 22.373 12.1633 22.373 13.9736C22.373 15.0605 22.1106 15.8446 21.5957 17.3824C21.2418 18.4447 20.8446 19.6358 20.4649 20.1888C19.8411 21.0972 18.9209 21.7605 17.8618 22.065C17.2171 22.2504 16.4989 22.2502 15.3792 22.25L14.0496 22.25H14.0496C12.5572 22.2504 11.5932 22.2507 10.7218 21.8915C10.5659 21.8272 10.4135 21.7547 10.2652 21.6742C9.43697 21.2244 8.82933 20.4761 7.88853 19.3175L4.43037 15.0612C3.69173 14.1522 3.68681 12.8511 4.41853 11.9364C5.29802 10.8371 6.91345 10.6852 7.98239 11.6015L8.87818 12.3693V4.24997Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.33734 7.09207C5.01035 7.34634 4.53915 7.28738 4.28488 6.96039C4.17835 6.82338 4.12683 6.66105 4.12695 6.49997V5.49992L2.62695 5.49992C2.07467 5.49992 1.62695 5.0522 1.62695 4.49992C1.62695 3.94763 2.07467 3.49992 2.62695 3.49992H4.12695V2.50677C4.12537 2.34349 4.17686 2.17854 4.28488 2.03962C4.53915 1.71263 5.01035 1.65367 5.33734 1.90793C5.38939 1.94841 5.45947 2.00128 5.5422 2.06367L5.54221 2.06368C5.80993 2.26562 6.21001 2.56741 6.55947 2.87209C6.79091 3.07387 7.03084 3.30247 7.21878 3.53492C7.31306 3.65153 7.40771 3.78545 7.48145 3.9317C7.55265 4.07292 7.62695 4.26983 7.62695 4.5C7.62695 4.73017 7.55265 4.92709 7.48145 5.06831C7.40771 5.21456 7.31306 5.34848 7.21878 5.46508C7.03084 5.69753 6.79091 5.92613 6.55947 6.12792C6.21 6.43261 5.80993 6.73439 5.54221 6.93633C5.45949 6.99872 5.38939 7.0516 5.33734 7.09207Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4166 7.09207C17.7436 7.34634 18.2148 7.28738 18.469 6.96039C18.5756 6.82338 18.6271 6.66105 18.627 6.49997V5.49992L20.127 5.49992C20.6792 5.49992 21.127 5.0522 21.127 4.49992C21.127 3.94763 20.6792 3.49992 20.127 3.49992H18.627V2.50677C18.6285 2.34349 18.577 2.17854 18.469 2.03962C18.2148 1.71263 17.7436 1.65367 17.4166 1.90793C17.3645 1.94841 17.2944 2.00128 17.2117 2.06367L17.2117 2.06368C16.944 2.26562 16.5439 2.56741 16.1944 2.87209C15.963 3.07387 15.7231 3.30247 15.5351 3.53492C15.4408 3.65153 15.3462 3.78545 15.2725 3.9317C15.2013 4.07292 15.127 4.26983 15.127 4.5C15.127 4.73017 15.2013 4.92709 15.2725 5.06831C15.3462 5.21456 15.4408 5.34848 15.5351 5.46508C15.7231 5.69753 15.963 5.92613 16.1944 6.12792C16.5439 6.43261 16.944 6.73439 17.2117 6.93633C17.2944 6.99872 17.3645 7.0516 17.4166 7.09207Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.87818 4.24997C8.87818 2.86926 9.99747 1.74997 11.3782 1.74997C12.7589 1.74997 13.8782 2.86926 13.8782 4.24997V8.86033L16.2537 9.23979C17.1957 9.38109 17.9389 9.49257 18.5299 9.62096C19.1305 9.75144 19.6326 9.91075 20.0737 10.175C21.3512 10.9403 22.373 12.1633 22.373 13.9736C22.373 15.0605 22.1106 15.8446 21.5957 17.3824C21.2418 18.4447 20.8446 19.6358 20.4649 20.1888C19.8411 21.0972 18.9209 21.7605 17.8618 22.065C17.2171 22.2504 16.4989 22.2502 15.3792 22.25L14.0496 22.25H14.0496C12.5572 22.2504 11.5932 22.2507 10.7218 21.8915C10.5659 21.8272 10.4135 21.7547 10.2652 21.6742C9.43697 21.2244 8.82933 20.4761 7.88853 19.3175L4.43037 15.0612C3.69173 14.1522 3.68681 12.8511 4.41853 11.9364C5.29802 10.8371 6.91345 10.6852 7.98239 11.6015L8.87818 12.3693V4.24997Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.33734 7.09207C5.01035 7.34634 4.53915 7.28738 4.28488 6.96039C4.17835 6.82338 4.12683 6.66105 4.12695 6.49997V5.49992L2.62695 5.49992C2.07467 5.49992 1.62695 5.0522 1.62695 4.49992C1.62695 3.94763 2.07467 3.49992 2.62695 3.49992H4.12695V2.50677C4.12537 2.34349 4.17686 2.17854 4.28488 2.03962C4.53915 1.71263 5.01035 1.65367 5.33734 1.90793C5.38939 1.94841 5.45947 2.00128 5.5422 2.06367L5.54221 2.06368C5.80993 2.26562 6.21001 2.56741 6.55947 2.87209C6.79091 3.07387 7.03084 3.30247 7.21878 3.53492C7.31306 3.65153 7.40771 3.78545 7.48145 3.9317C7.55265 4.07292 7.62695 4.26983 7.62695 4.5C7.62695 4.73017 7.55265 4.92709 7.48145 5.06831C7.40771 5.21456 7.31306 5.34848 7.21878 5.46508C7.03084 5.69753 6.79091 5.92613 6.55947 6.12792C6.21 6.43261 5.80993 6.73439 5.54221 6.93633C5.45949 6.99872 5.38939 7.0516 5.33734 7.09207Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4166 7.09207C17.7436 7.34634 18.2148 7.28738 18.469 6.96039C18.5756 6.82338 18.6271 6.66105 18.627 6.49997V5.49992L20.127 5.49992C20.6792 5.49992 21.127 5.0522 21.127 4.49992C21.127 3.94763 20.6792 3.49992 20.127 3.49992H18.627V2.50677C18.6285 2.34349 18.577 2.17854 18.469 2.03962C18.2148 1.71263 17.7436 1.65367 17.4166 1.90793C17.3645 1.94841 17.2944 2.00128 17.2117 2.06367L17.2117 2.06368C16.944 2.26562 16.5439 2.56741 16.1944 2.87209C15.963 3.07387 15.7231 3.30247 15.5351 3.53492C15.4408 3.65153 15.3462 3.78545 15.2725 3.9317C15.2013 4.07292 15.127 4.26983 15.127 4.5C15.127 4.73017 15.2013 4.92709 15.2725 5.06831C15.3462 5.21456 15.4408 5.34848 15.5351 5.46508C15.7231 5.69753 15.963 5.92613 16.1944 6.12792C16.5439 6.43261 16.944 6.73439 17.2117 6.93633C17.2944 6.99872 17.3645 7.0516 17.4166 7.09207Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-rotate-left-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.6439 5.55538C21.8916 6.04901 21.6922 6.64996 21.1986 6.89763C20.7049 7.1453 20.104 6.9459 19.8563 6.45226C18.183 3.11714 14.3356 2.10258 11.62 3.85389L12.4308 4.68487C12.5122 4.78651 12.5683 4.91068 12.5877 5.04901C12.6453 5.45919 12.3595 5.83843 11.9493 5.89606C11.4878 5.96091 11.0282 5.98765 10.6962 5.99588C10.3688 6.004 9.99698 5.99672 9.65759 5.94696C9.36207 5.90363 8.91495 5.80662 8.60275 5.5047C8.42919 5.33686 8.3255 5.13323 8.26019 4.96713C8.192 4.7937 8.14513 4.60772 8.1114 4.42964C8.04402 4.07388 8.01582 3.67698 8.00531 3.3228C7.99465 2.96402 7.9975 2.43352 8.03322 1.96126C8.06428 1.54821 8.424 1.23855 8.83705 1.2696C9.03157 1.28423 9.20316 1.37193 9.32702 1.50378L10.1953 2.39373C13.9554 -0.37211 19.4241 1.13097 21.6439 5.55538Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0227 22.525C13.8132 22.405 13.4977 22.3412 13.0494 22.3201C12.8397 22.3102 12.6255 22.3102 12.3975 22.3101C12.1694 22.31 11.8983 22.3097 11.665 22.2946C10.8624 22.243 9.70716 22.0767 8.67225 21.678C7.67111 21.2923 6.56567 20.602 6.24973 19.3715C5.54056 16.6096 6.44003 14.0581 7.324 12.5211L3.40461 10.276C2.23187 9.60419 1.94719 8.0704 2.57486 6.99177C3.24597 5.83848 4.67646 5.5707 5.76724 6.19553L12.1583 9.85646L11.982 8.92232C11.735 7.61286 12.6315 6.37039 13.9447 6.17194C15.0342 6.00731 16.0974 6.61602 16.4972 7.64398L18.3999 12.3123C18.7495 13.17 18.8708 13.4455 19.0554 13.6652C19.3401 13.9767 19.6452 14.3131 19.8151 14.5204C19.9713 14.711 20.1578 14.9569 20.2366 15.2378C20.323 15.4205 20.3611 15.9464 20.1099 16.4805L16.7787 22.2143C16.6788 22.3617 16.5567 22.5166 16.3858 22.6467C16.0201 22.9253 15.5593 23.0488 15.1033 22.9904C14.8902 22.9631 14.707 22.8901 14.5468 22.8123C14.3978 22.74 14.2083 22.6314 14.0227 22.525Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.6439 5.55538C21.8916 6.04901 21.6922 6.64996 21.1986 6.89763C20.7049 7.1453 20.104 6.9459 19.8563 6.45226C18.183 3.11714 14.3356 2.10258 11.62 3.85389L12.4308 4.68487C12.5122 4.78651 12.5683 4.91068 12.5877 5.04901C12.6453 5.45919 12.3595 5.83843 11.9493 5.89606C11.4878 5.96091 11.0282 5.98765 10.6962 5.99588C10.3688 6.004 9.99698 5.99672 9.65759 5.94696C9.36207 5.90363 8.91495 5.80662 8.60275 5.5047C8.42919 5.33686 8.3255 5.13323 8.26019 4.96713C8.192 4.7937 8.14513 4.60772 8.1114 4.42964C8.04402 4.07388 8.01582 3.67698 8.00531 3.3228C7.99465 2.96402 7.9975 2.43352 8.03322 1.96126C8.06428 1.54821 8.424 1.23855 8.83705 1.2696C9.03157 1.28423 9.20316 1.37193 9.32702 1.50378L10.1953 2.39373C13.9554 -0.37211 19.4241 1.13097 21.6439 5.55538Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0227 22.525C13.8132 22.405 13.4977 22.3412 13.0494 22.3201C12.8397 22.3102 12.6255 22.3102 12.3975 22.3101C12.1694 22.31 11.8983 22.3097 11.665 22.2946C10.8624 22.243 9.70716 22.0767 8.67225 21.678C7.67111 21.2923 6.56567 20.602 6.24973 19.3715C5.54056 16.6096 6.44003 14.0581 7.324 12.5211L3.40461 10.276C2.23187 9.60419 1.94719 8.0704 2.57486 6.99177C3.24597 5.83848 4.67646 5.5707 5.76724 6.19553L12.1583 9.85646L11.982 8.92232C11.735 7.61286 12.6315 6.37039 13.9447 6.17194C15.0342 6.00731 16.0974 6.61602 16.4972 7.64398L18.3999 12.3123C18.7495 13.17 18.8708 13.4455 19.0554 13.6652C19.3401 13.9767 19.6452 14.3131 19.8151 14.5204C19.9713 14.711 20.1578 14.9569 20.2366 15.2378C20.323 15.4205 20.3611 15.9464 20.1099 16.4805L16.7787 22.2143C16.6788 22.3617 16.5567 22.5166 16.3858 22.6467C16.0201 22.9253 15.5593 23.0488 15.1033 22.9904C14.8902 22.9631 14.707 22.8901 14.5468 22.8123C14.3978 22.74 14.2083 22.6314 14.0227 22.525Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-rotate-left-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.2679 5.30531C21.5156 5.79895 21.3162 6.3999 20.8225 6.64756C20.3289 6.89523 19.728 6.69584 19.4803 6.2022C17.7983 2.84975 13.9209 1.84135 11.2016 3.63209L11.7996 4.23009C11.8739 4.25378 12.1883 4.63287 12.2117 4.79901C12.2693 5.20919 11.9835 5.58843 11.5733 5.64606C11.2588 5.69025 10.6522 5.73765 10.3201 5.74588C9.99278 5.754 9.62095 5.74672 9.28156 5.69696C8.98604 5.65363 8.53892 5.55662 8.22672 5.2547C8.05316 5.08686 7.94947 4.88323 7.88416 4.71713C7.81596 4.5437 7.7691 4.35772 7.73537 4.17964C7.66799 3.82388 7.63979 3.42698 7.62928 3.0728C7.6188 2.71993 7.64672 1.98333 7.65655 1.72389L7.65703 1.71126C7.68808 1.29821 8.04797 0.988547 8.46102 1.0196C8.65118 1.0196 8.8739 1.25378 9.12392 1.55441L9.75806 2.18855C13.518 -0.637827 19.0359 0.856709 21.2679 5.30531Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.9553 6.95662C3.6293 5.80323 5.11405 5.41483 6.27197 6.07533L12.9763 9.89963L12.7817 8.8723C12.527 7.5279 13.4516 6.25712 14.7984 6.05446C15.9181 5.88597 17.0136 6.51054 17.4228 7.56905L19.3061 12.4402C19.8159 13.7573 20.1499 14.6204 20.126 15.5245C20.1217 15.6863 20.1087 15.8477 20.0871 16.0081C19.9661 16.9043 19.4984 17.7039 18.7843 18.925L18.14 20.0277C17.604 20.9453 17.2564 21.5405 16.7886 21.9861C16.0208 22.7176 15.021 23.1613 13.9607 23.2434C13.3151 23.2933 12.6361 23.1559 11.584 22.9429C10.0585 22.6366 8.76623 22.3767 7.8579 21.8586C6.33952 20.9925 5.80656 19.5574 5.78324 18.1304C5.77514 17.6347 5.8855 17.1407 6.06612 16.583C6.24371 16.0346 6.50851 15.3694 6.84312 14.5288L6.8517 14.5073L7.65572 12.4291L3.84685 10.2564C2.68372 9.59296 2.27814 8.11542 2.9553 6.95662Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.2679 5.30531C21.5156 5.79895 21.3162 6.3999 20.8225 6.64756C20.3289 6.89523 19.728 6.69584 19.4803 6.2022C17.7983 2.84975 13.9209 1.84135 11.2016 3.63209L11.7996 4.23009C11.8739 4.25378 12.1883 4.63287 12.2117 4.79901C12.2693 5.20919 11.9835 5.58843 11.5733 5.64606C11.2588 5.69025 10.6522 5.73765 10.3201 5.74588C9.99278 5.754 9.62095 5.74672 9.28156 5.69696C8.98604 5.65363 8.53892 5.55662 8.22672 5.2547C8.05316 5.08686 7.94947 4.88323 7.88416 4.71713C7.81596 4.5437 7.7691 4.35772 7.73537 4.17964C7.66799 3.82388 7.63979 3.42698 7.62928 3.0728C7.6188 2.71993 7.64672 1.98333 7.65655 1.72389L7.65703 1.71126C7.68808 1.29821 8.04797 0.988547 8.46102 1.0196C8.65118 1.0196 8.8739 1.25378 9.12392 1.55441L9.75806 2.18855C13.518 -0.637827 19.0359 0.856709 21.2679 5.30531Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.9553 6.95662C3.6293 5.80323 5.11405 5.41483 6.27197 6.07533L12.9763 9.89963L12.7817 8.8723C12.527 7.5279 13.4516 6.25712 14.7984 6.05446C15.9181 5.88597 17.0136 6.51054 17.4228 7.56905L19.3061 12.4402C19.8159 13.7573 20.1499 14.6204 20.126 15.5245C20.1217 15.6863 20.1087 15.8477 20.0871 16.0081C19.9661 16.9043 19.4984 17.7039 18.7843 18.925L18.14 20.0277C17.604 20.9453 17.2564 21.5405 16.7886 21.9861C16.0208 22.7176 15.021 23.1613 13.9607 23.2434C13.3151 23.2933 12.6361 23.1559 11.584 22.9429C10.0585 22.6366 8.76623 22.3767 7.8579 21.8586C6.33952 20.9925 5.80656 19.5574 5.78324 18.1304C5.77514 17.6347 5.8855 17.1407 6.06612 16.583C6.24371 16.0346 6.50851 15.3694 6.84312 14.5288L6.8517 14.5073L7.65572 12.4291L3.84685 10.2564C2.68372 9.59296 2.27814 8.11542 2.9553 6.95662Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-rotate-left-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.40809 2.07346C7.40342 2.15274 7.3906 2.3704 7.38595 2.49334C7.37644 2.74419 7.36937 3.08875 7.38025 3.45489C7.39093 3.81491 7.41971 4.22659 7.4906 4.60084C7.52609 4.78823 7.57656 4.99054 7.65236 5.18329C7.72432 5.36628 7.84432 5.60652 8.05378 5.80909C8.42716 6.17017 8.94519 6.27486 9.24616 6.31899C9.6056 6.37169 9.99337 6.37876 10.3272 6.37048C10.6673 6.36205 10.9851 6.33664 11.2156 6.31381C11.3282 6.30266 11.5284 6.27816 11.6022 6.26913L11.6087 6.26834C11.9821 6.21587 12.2945 5.95775 12.4163 5.60083C12.538 5.24391 12.4486 4.84887 12.185 4.57914L11.4676 3.84489C14.1722 2.28084 17.8531 3.33231 19.4809 6.57689C19.7286 7.07053 20.3296 7.26992 20.8232 7.02225C21.3168 6.77459 21.5162 6.17364 21.2686 5.68C19.0887 1.33522 13.7707 -0.189101 10.0259 2.36948L9.12089 1.44328C8.84627 1.16224 8.43251 1.06807 8.06332 1.20259C7.69412 1.3371 7.4379 1.67562 7.40844 2.06745L7.40809 2.07346Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.75174 11.0812C7.50852 10.9426 7.38691 10.8733 7.26783 10.9052C7.14875 10.9371 7.07808 11.0579 6.93675 11.2996L6.93193 11.3078C6.47455 12.0898 6.74508 13.0907 7.53964 13.5435L8.45157 14.0633C8.66457 14.1846 8.73804 14.4543 8.61567 14.6656C8.49331 14.8769 8.22144 14.9498 8.00844 14.8284L7.09651 14.3087C6.80432 14.1422 6.43171 14.2419 6.26435 14.528C5.80696 15.31 6.0775 16.3109 6.87206 16.7638L7.78399 17.2835C7.99699 17.4049 8.07046 17.6746 7.94809 17.8859C7.82573 18.0971 7.55386 18.17 7.34086 18.0486L6.42893 17.5289C6.18783 17.3915 5.88159 17.502 5.7854 17.7555L5.65716 18.0933C5.37318 18.8416 5.67823 19.6841 6.38162 20.0849C7.37748 20.6525 9.44968 21.8327 10.05 22.1264C10.6471 22.4185 11.0901 22.5766 11.5091 22.6426C11.9794 22.7166 12.7563 22.6112 13.3975 22.4857C14.0383 22.3603 14.7257 22.4393 15.3152 22.7752C15.6901 22.9889 16.1686 22.8617 16.3856 22.4907L19.4458 17.2587C19.9133 16.4594 20.147 16.0598 20.1234 15.7023C20.0997 15.3447 19.7159 14.8508 18.9483 13.8629C18.6574 13.4885 18.4144 13.0877 18.247 12.6776L15.951 7.0524C15.7103 6.50358 15.1229 6.18063 14.5204 6.27027C13.7322 6.38756 13.2291 7.15194 13.435 7.90553L14.0641 10.2088C14.1112 10.3811 14.049 10.5646 13.9065 10.6736C13.764 10.7826 13.5693 10.7957 13.4133 10.7068L4.32809 5.52937C3.78408 5.21934 3.08945 5.40419 2.7767 5.9389C2.46471 6.47232 2.64896 7.15541 3.1917 7.46472L9.11927 10.8428C9.33226 10.9642 9.40573 11.2339 9.28337 11.4452C9.161 11.6565 8.88913 11.7294 8.67613 11.608L7.75174 11.0812Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.40809 2.07346C7.40342 2.15274 7.3906 2.3704 7.38595 2.49334C7.37644 2.74419 7.36937 3.08875 7.38025 3.45489C7.39093 3.81491 7.41971 4.22659 7.4906 4.60084C7.52609 4.78823 7.57656 4.99054 7.65236 5.18329C7.72432 5.36628 7.84432 5.60652 8.05378 5.80909C8.42716 6.17017 8.94519 6.27486 9.24616 6.31899C9.6056 6.37169 9.99337 6.37876 10.3272 6.37048C10.6673 6.36205 10.9851 6.33664 11.2156 6.31381C11.3282 6.30266 11.5284 6.27816 11.6022 6.26913L11.6087 6.26834C11.9821 6.21587 12.2945 5.95775 12.4163 5.60083C12.538 5.24391 12.4486 4.84887 12.185 4.57914L11.4676 3.84489C14.1722 2.28084 17.8531 3.33231 19.4809 6.57689C19.7286 7.07053 20.3296 7.26992 20.8232 7.02225C21.3168 6.77459 21.5162 6.17364 21.2686 5.68C19.0887 1.33522 13.7707 -0.189101 10.0259 2.36948L9.12089 1.44328C8.84627 1.16224 8.43251 1.06807 8.06332 1.20259C7.69412 1.3371 7.4379 1.67562 7.40844 2.06745L7.40809 2.07346Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.75174 11.0812C7.50852 10.9426 7.38691 10.8733 7.26783 10.9052C7.14875 10.9371 7.07808 11.0579 6.93675 11.2996L6.93193 11.3078C6.47455 12.0898 6.74508 13.0907 7.53964 13.5435L8.45157 14.0633C8.66457 14.1846 8.73804 14.4543 8.61567 14.6656C8.49331 14.8769 8.22144 14.9498 8.00844 14.8284L7.09651 14.3087C6.80432 14.1422 6.43171 14.2419 6.26435 14.528C5.80696 15.31 6.0775 16.3109 6.87206 16.7638L7.78399 17.2835C7.99699 17.4049 8.07046 17.6746 7.94809 17.8859C7.82573 18.0971 7.55386 18.17 7.34086 18.0486L6.42893 17.5289C6.18783 17.3915 5.88159 17.502 5.7854 17.7555L5.65716 18.0933C5.37318 18.8416 5.67823 19.6841 6.38162 20.0849C7.37748 20.6525 9.44968 21.8327 10.05 22.1264C10.6471 22.4185 11.0901 22.5766 11.5091 22.6426C11.9794 22.7166 12.7563 22.6112 13.3975 22.4857C14.0383 22.3603 14.7257 22.4393 15.3152 22.7752C15.6901 22.9889 16.1686 22.8617 16.3856 22.4907L19.4458 17.2587C19.9133 16.4594 20.147 16.0598 20.1234 15.7023C20.0997 15.3447 19.7159 14.8508 18.9483 13.8629C18.6574 13.4885 18.4144 13.0877 18.247 12.6776L15.951 7.0524C15.7103 6.50358 15.1229 6.18063 14.5204 6.27027C13.7322 6.38756 13.2291 7.15194 13.435 7.90553L14.0641 10.2088C14.1112 10.3811 14.049 10.5646 13.9065 10.6736C13.764 10.7826 13.5693 10.7957 13.4133 10.7068L4.32809 5.52937C3.78408 5.21934 3.08945 5.40419 2.7767 5.9389C2.46471 6.47232 2.64896 7.15541 3.1917 7.46472L9.11927 10.8428C9.33226 10.9642 9.40573 11.2339 9.28337 11.4452C9.161 11.6565 8.88913 11.7294 8.67613 11.608L7.75174 11.0812Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-rotate-left-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.90833 2.07346C7.90366 2.15274 7.89085 2.3704 7.88619 2.49334C7.87669 2.74419 7.86962 3.08875 7.88049 3.45489C7.89118 3.81491 7.91995 4.22659 7.99084 4.60084C8.02634 4.78823 8.07681 4.99054 8.1526 5.18329C8.22456 5.36628 8.34456 5.60652 8.55403 5.80909C8.9274 6.17017 9.44544 6.27486 9.7464 6.31899C10.1058 6.37169 10.4936 6.37876 10.8274 6.37048C11.1676 6.36205 11.4854 6.33664 11.7159 6.31381C11.8285 6.30266 12.0287 6.27816 12.1025 6.26913L12.1089 6.26834C12.4823 6.21587 12.7948 5.95775 12.9165 5.60083C13.0382 5.24391 12.9488 4.84887 12.6853 4.57914L11.9678 3.84489C14.6724 2.28084 18.3533 3.33231 19.9812 6.57689C20.2289 7.07053 20.8298 7.26992 21.3234 7.02225C21.8171 6.77459 22.0165 6.17364 21.7688 5.68C19.5889 1.33522 14.271 -0.189101 10.5261 2.36948L9.62113 1.44328C9.34651 1.16224 8.93276 1.06807 8.56356 1.20259C8.19437 1.3371 7.93815 1.67562 7.90869 2.06745L7.90833 2.07346Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.77845 8.45576C3.26344 8.15822 2.58806 8.34108 2.27725 8.88034C1.96864 9.41578 2.14609 10.0828 2.65691 10.3779L9.24928 14.1871C9.45969 14.3087 9.53334 14.5807 9.41379 14.7947C9.29423 15.0086 9.02674 15.0835 8.81633 14.962L3.98193 12.1686C3.46691 11.871 2.79155 12.0539 2.48073 12.5932C2.17212 13.1286 2.34957 13.7956 2.86039 14.0908L8.57378 17.392C8.78419 17.5136 8.85784 17.7856 8.73829 17.9996C8.61873 18.2136 8.35124 18.2885 8.14083 18.1669L4.18541 15.8814C3.67039 15.5838 2.99503 15.7667 2.68421 16.306C2.3756 16.8414 2.55305 17.5084 3.06387 17.8036L8.48441 20.9356C9.44446 21.4904 10.1467 21.8959 10.7251 22.1818C11.3002 22.4661 11.7266 22.6185 12.1303 22.6799C12.5836 22.7488 13.3362 22.6373 13.9591 22.5067C14.5814 22.3761 15.2496 22.4478 15.8219 22.7785C16.1794 22.9851 16.637 22.8626 16.843 22.5051L20.4888 16.1795C20.7537 15.7201 20.6146 15.1393 20.2238 14.7805C19.5921 14.2005 19.0434 13.4791 18.7479 12.7228L16.5733 7.15622C16.3487 6.62252 15.7912 6.30904 15.2091 6.40322C14.4415 6.52741 13.9497 7.295 14.1409 8.03574L14.73 10.3179C14.7748 10.4913 14.713 10.6751 14.5733 10.7844C14.4335 10.8936 14.243 10.9071 14.0897 10.8185L6.65186 6.52107C6.13685 6.22348 5.46148 6.40637 5.15066 6.94564C4.84216 7.48089 5.01938 8.14759 5.52976 8.44291L9.92467 10.9823C10.1351 11.1039 10.2087 11.3759 10.0892 11.5899C9.96962 11.8039 9.70213 11.8788 9.49172 11.7572L3.77845 8.45576Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.90833 2.07346C7.90366 2.15274 7.89085 2.3704 7.88619 2.49334C7.87669 2.74419 7.86962 3.08875 7.88049 3.45489C7.89118 3.81491 7.91995 4.22659 7.99084 4.60084C8.02634 4.78823 8.07681 4.99054 8.1526 5.18329C8.22456 5.36628 8.34456 5.60652 8.55403 5.80909C8.9274 6.17017 9.44544 6.27486 9.7464 6.31899C10.1058 6.37169 10.4936 6.37876 10.8274 6.37048C11.1676 6.36205 11.4854 6.33664 11.7159 6.31381C11.8285 6.30266 12.0287 6.27816 12.1025 6.26913L12.1089 6.26834C12.4823 6.21587 12.7948 5.95775 12.9165 5.60083C13.0382 5.24391 12.9488 4.84887 12.6853 4.57914L11.9678 3.84489C14.6724 2.28084 18.3533 3.33231 19.9812 6.57689C20.2289 7.07053 20.8298 7.26992 21.3234 7.02225C21.8171 6.77459 22.0165 6.17364 21.7688 5.68C19.5889 1.33522 14.271 -0.189101 10.5261 2.36948L9.62113 1.44328C9.34651 1.16224 8.93276 1.06807 8.56356 1.20259C8.19437 1.3371 7.93815 1.67562 7.90869 2.06745L7.90833 2.07346Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.77845 8.45576C3.26344 8.15822 2.58806 8.34108 2.27725 8.88034C1.96864 9.41578 2.14609 10.0828 2.65691 10.3779L9.24928 14.1871C9.45969 14.3087 9.53334 14.5807 9.41379 14.7947C9.29423 15.0086 9.02674 15.0835 8.81633 14.962L3.98193 12.1686C3.46691 11.871 2.79155 12.0539 2.48073 12.5932C2.17212 13.1286 2.34957 13.7956 2.86039 14.0908L8.57378 17.392C8.78419 17.5136 8.85784 17.7856 8.73829 17.9996C8.61873 18.2136 8.35124 18.2885 8.14083 18.1669L4.18541 15.8814C3.67039 15.5838 2.99503 15.7667 2.68421 16.306C2.3756 16.8414 2.55305 17.5084 3.06387 17.8036L8.48441 20.9356C9.44446 21.4904 10.1467 21.8959 10.7251 22.1818C11.3002 22.4661 11.7266 22.6185 12.1303 22.6799C12.5836 22.7488 13.3362 22.6373 13.9591 22.5067C14.5814 22.3761 15.2496 22.4478 15.8219 22.7785C16.1794 22.9851 16.637 22.8626 16.843 22.5051L20.4888 16.1795C20.7537 15.7201 20.6146 15.1393 20.2238 14.7805C19.5921 14.2005 19.0434 13.4791 18.7479 12.7228L16.5733 7.15622C16.3487 6.62252 15.7912 6.30904 15.2091 6.40322C14.4415 6.52741 13.9497 7.295 14.1409 8.03574L14.73 10.3179C14.7748 10.4913 14.713 10.6751 14.5733 10.7844C14.4335 10.8936 14.243 10.9071 14.0897 10.8185L6.65186 6.52107C6.13685 6.22348 5.46148 6.40637 5.15066 6.94564C4.84216 7.48089 5.01938 8.14759 5.52976 8.44291L9.92467 10.9823C10.1351 11.1039 10.2087 11.3759 10.0892 11.5899C9.96962 11.8039 9.70213 11.8788 9.49172 11.7572L3.77845 8.45576Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-rotate-left-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.90809 2.07346C7.90342 2.15274 7.8906 2.3704 7.88595 2.49334C7.87644 2.74419 7.86937 3.08875 7.88025 3.45489C7.89093 3.81491 7.91971 4.22659 7.9906 4.60084C8.02609 4.78823 8.07656 4.99054 8.15236 5.18329C8.22432 5.36628 8.34432 5.60652 8.55378 5.80909C8.92716 6.17017 9.44519 6.27486 9.74616 6.31899C10.1056 6.37169 10.4934 6.37876 10.8272 6.37048C11.1673 6.36205 11.4851 6.33664 11.7156 6.31381C11.8282 6.30266 12.0284 6.27816 12.1022 6.26913L12.1087 6.26834C12.4821 6.21587 12.7945 5.95775 12.9163 5.60083C13.038 5.24391 12.9486 4.84887 12.685 4.57914L11.9676 3.84489C14.6722 2.28084 18.3531 3.33231 19.9809 6.57689C20.2286 7.07053 20.8296 7.26992 21.3232 7.02225C21.8168 6.77459 22.0162 6.17364 21.7686 5.68C19.5887 1.33522 14.2707 -0.189101 10.5259 2.36948L9.62089 1.44328C9.34627 1.16224 8.93251 1.06807 8.56332 1.20259C8.19412 1.3371 7.9379 1.67562 7.90844 2.06745L7.90809 2.07346Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25136 11.2932C8.45021 11.429 8.49923 11.6972 8.36083 11.8923C8.22243 12.0873 7.94904 12.1354 7.75019 11.9996L6.44838 11.1109C5.93075 10.7574 5.20617 10.8821 4.83341 11.4012C4.46173 11.9187 4.58883 12.6211 5.10481 12.9734L5.97201 13.5654L6.40662 13.8622C6.60547 13.9979 6.65448 14.2661 6.51609 14.4612C6.37769 14.6563 6.1043 14.7043 5.90544 14.5686L5.47151 14.2723C4.95387 13.9189 4.2293 14.0435 3.85654 14.5626C3.48486 15.0802 3.61196 15.7826 4.12794 16.1348L5.42974 17.0236C5.6286 17.1594 5.67761 17.4276 5.53921 17.6226C5.40082 17.8177 5.12742 17.8658 4.92857 17.73L4.49463 17.4338C3.977 17.0804 3.25243 17.205 2.87966 17.7241C2.50798 18.2417 2.63508 18.944 3.15106 19.2963L3.5808 19.5897L7.42929 22.0879C9.35251 23.3363 11.9079 23.0853 13.5394 21.4881L15.3359 19.7293C16.2023 18.8811 16.5869 18.5012 16.8646 18.0761C17.2975 17.4134 17.5554 16.6559 17.6152 15.8717C17.6535 15.3686 17.5787 14.8388 17.4054 13.6513L16.6541 8.50282C16.5671 7.90653 16.0788 7.44248 15.4658 7.3758C14.6653 7.28871 13.9668 7.9014 13.9654 8.68721L14.0015 11.5983C14.0034 11.7586 13.9145 11.9066 13.7706 11.9826C13.6268 12.0585 13.4518 12.0497 13.3166 11.9597L3.95376 5.5793C3.43613 5.2259 2.71155 5.35051 2.33879 5.8696C1.96711 6.38719 2.09421 7.08955 2.61019 7.44182L8.25136 11.2932Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.90809 2.07346C7.90342 2.15274 7.8906 2.3704 7.88595 2.49334C7.87644 2.74419 7.86937 3.08875 7.88025 3.45489C7.89093 3.81491 7.91971 4.22659 7.9906 4.60084C8.02609 4.78823 8.07656 4.99054 8.15236 5.18329C8.22432 5.36628 8.34432 5.60652 8.55378 5.80909C8.92716 6.17017 9.44519 6.27486 9.74616 6.31899C10.1056 6.37169 10.4934 6.37876 10.8272 6.37048C11.1673 6.36205 11.4851 6.33664 11.7156 6.31381C11.8282 6.30266 12.0284 6.27816 12.1022 6.26913L12.1087 6.26834C12.4821 6.21587 12.7945 5.95775 12.9163 5.60083C13.038 5.24391 12.9486 4.84887 12.685 4.57914L11.9676 3.84489C14.6722 2.28084 18.3531 3.33231 19.9809 6.57689C20.2286 7.07053 20.8296 7.26992 21.3232 7.02225C21.8168 6.77459 22.0162 6.17364 21.7686 5.68C19.5887 1.33522 14.2707 -0.189101 10.5259 2.36948L9.62089 1.44328C9.34627 1.16224 8.93251 1.06807 8.56332 1.20259C8.19412 1.3371 7.9379 1.67562 7.90844 2.06745L7.90809 2.07346Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25136 11.2932C8.45021 11.429 8.49923 11.6972 8.36083 11.8923C8.22243 12.0873 7.94904 12.1354 7.75019 11.9996L6.44838 11.1109C5.93075 10.7574 5.20617 10.8821 4.83341 11.4012C4.46173 11.9187 4.58883 12.6211 5.10481 12.9734L5.97201 13.5654L6.40662 13.8622C6.60547 13.9979 6.65448 14.2661 6.51609 14.4612C6.37769 14.6563 6.1043 14.7043 5.90544 14.5686L5.47151 14.2723C4.95387 13.9189 4.2293 14.0435 3.85654 14.5626C3.48486 15.0802 3.61196 15.7826 4.12794 16.1348L5.42974 17.0236C5.6286 17.1594 5.67761 17.4276 5.53921 17.6226C5.40082 17.8177 5.12742 17.8658 4.92857 17.73L4.49463 17.4338C3.977 17.0804 3.25243 17.205 2.87966 17.7241C2.50798 18.2417 2.63508 18.944 3.15106 19.2963L3.5808 19.5897L7.42929 22.0879C9.35251 23.3363 11.9079 23.0853 13.5394 21.4881L15.3359 19.7293C16.2023 18.8811 16.5869 18.5012 16.8646 18.0761C17.2975 17.4134 17.5554 16.6559 17.6152 15.8717C17.6535 15.3686 17.5787 14.8388 17.4054 13.6513L16.6541 8.50282C16.5671 7.90653 16.0788 7.44248 15.4658 7.3758C14.6653 7.28871 13.9668 7.9014 13.9654 8.68721L14.0015 11.5983C14.0034 11.7586 13.9145 11.9066 13.7706 11.9826C13.6268 12.0585 13.4518 12.0497 13.3166 11.9597L3.95376 5.5793C3.43613 5.2259 2.71155 5.35051 2.33879 5.8696C1.96711 6.38719 2.09421 7.08955 2.61019 7.44182L8.25136 11.2932Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-rotate-left-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.90833 2.07346C7.90366 2.15274 7.89085 2.3704 7.88619 2.49334C7.87669 2.74419 7.86962 3.08875 7.88049 3.45489C7.89118 3.81491 7.91995 4.22659 7.99084 4.60084C8.02634 4.78823 8.07681 4.99054 8.1526 5.18329C8.22456 5.36628 8.34456 5.60652 8.55403 5.80909C8.9274 6.17017 9.44544 6.27486 9.7464 6.31899C10.1058 6.37169 10.4936 6.37876 10.8274 6.37048C11.1676 6.36205 11.4854 6.33664 11.7159 6.31381C11.8285 6.30266 12.0287 6.27816 12.1025 6.26913L12.1089 6.26834C12.4823 6.21587 12.7948 5.95775 12.9165 5.60083C13.0382 5.24391 12.9488 4.84887 12.6853 4.57914L11.9678 3.84489C14.6724 2.28084 18.3533 3.33231 19.9812 6.57689C20.2289 7.07053 20.8298 7.26992 21.3234 7.02225C21.8171 6.77459 22.0165 6.17364 21.7688 5.68C19.5889 1.33522 14.271 -0.189101 10.5261 2.36948L9.62113 1.44328C9.34651 1.16224 8.93276 1.06807 8.56356 1.20259C8.19437 1.3371 7.93815 1.67562 7.90869 2.06745L7.90833 2.07346Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.75075 7.8164C5.42816 8.27518 5.53802 8.90846 6.00312 9.23276L9.60265 11.7426C9.80002 11.8802 9.84959 12.1534 9.71338 12.3528C9.57716 12.5522 9.30674 12.6023 9.10937 12.4647L3.91004 8.83934C3.44123 8.51245 2.79598 8.62792 2.47068 9.09055C2.14809 9.54933 2.25794 10.1826 2.72304 10.5069L7.92237 14.1323C8.11974 14.2699 8.16931 14.5431 8.03309 14.7425C7.89688 14.9419 7.62646 14.992 7.42909 14.8543L3.82955 12.3445C3.36074 12.0176 2.71549 12.1331 2.39019 12.5957C2.0676 13.0545 2.17746 13.6877 2.64255 14.012L6.24209 16.5219C6.43946 16.6595 6.48903 16.9327 6.35281 17.1321C6.2166 17.3315 5.94617 17.3816 5.74881 17.244L3.74859 15.8493C3.27982 15.5228 2.63489 15.6384 2.3097 16.1008C1.98711 16.5596 2.09697 17.1929 2.56206 17.5172L4.55993 18.9102L9.24359 22.1036C11.012 23.3094 13.3927 23.0887 14.9067 21.581C14.9067 21.581 17.675 18.8208 17.9289 18.4255C18.3254 17.8082 18.5614 17.103 18.616 16.3732C18.651 15.9062 18.5829 15.4138 18.4226 14.2968L17.7291 9.46213C17.6515 8.92111 17.2143 8.49409 16.6582 8.43255C15.9303 8.35202 15.3062 8.91799 15.3048 9.62944L15.3391 12.4465C15.3411 12.6125 15.2503 12.7654 15.1043 12.8416C14.9584 12.9178 14.6495 12.8066 14.6495 12.8066L7.19012 7.56519C6.7213 7.2383 6.07606 7.35377 5.75075 7.8164Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.90833 2.07346C7.90366 2.15274 7.89085 2.3704 7.88619 2.49334C7.87669 2.74419 7.86962 3.08875 7.88049 3.45489C7.89118 3.81491 7.91995 4.22659 7.99084 4.60084C8.02634 4.78823 8.07681 4.99054 8.1526 5.18329C8.22456 5.36628 8.34456 5.60652 8.55403 5.80909C8.9274 6.17017 9.44544 6.27486 9.7464 6.31899C10.1058 6.37169 10.4936 6.37876 10.8274 6.37048C11.1676 6.36205 11.4854 6.33664 11.7159 6.31381C11.8285 6.30266 12.0287 6.27816 12.1025 6.26913L12.1089 6.26834C12.4823 6.21587 12.7948 5.95775 12.9165 5.60083C13.0382 5.24391 12.9488 4.84887 12.6853 4.57914L11.9678 3.84489C14.6724 2.28084 18.3533 3.33231 19.9812 6.57689C20.2289 7.07053 20.8298 7.26992 21.3234 7.02225C21.8171 6.77459 22.0165 6.17364 21.7688 5.68C19.5889 1.33522 14.271 -0.189101 10.5261 2.36948L9.62113 1.44328C9.34651 1.16224 8.93276 1.06807 8.56356 1.20259C8.19437 1.3371 7.93815 1.67562 7.90869 2.06745L7.90833 2.07346Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.75075 7.8164C5.42816 8.27518 5.53802 8.90846 6.00312 9.23276L9.60265 11.7426C9.80002 11.8802 9.84959 12.1534 9.71338 12.3528C9.57716 12.5522 9.30674 12.6023 9.10937 12.4647L3.91004 8.83934C3.44123 8.51245 2.79598 8.62792 2.47068 9.09055C2.14809 9.54933 2.25794 10.1826 2.72304 10.5069L7.92237 14.1323C8.11974 14.2699 8.16931 14.5431 8.03309 14.7425C7.89688 14.9419 7.62646 14.992 7.42909 14.8543L3.82955 12.3445C3.36074 12.0176 2.71549 12.1331 2.39019 12.5957C2.0676 13.0545 2.17746 13.6877 2.64255 14.012L6.24209 16.5219C6.43946 16.6595 6.48903 16.9327 6.35281 17.1321C6.2166 17.3315 5.94617 17.3816 5.74881 17.244L3.74859 15.8493C3.27982 15.5228 2.63489 15.6384 2.3097 16.1008C1.98711 16.5596 2.09697 17.1929 2.56206 17.5172L4.55993 18.9102L9.24359 22.1036C11.012 23.3094 13.3927 23.0887 14.9067 21.581C14.9067 21.581 17.675 18.8208 17.9289 18.4255C18.3254 17.8082 18.5614 17.103 18.616 16.3732C18.651 15.9062 18.5829 15.4138 18.4226 14.2968L17.7291 9.46213C17.6515 8.92111 17.2143 8.49409 16.6582 8.43255C15.9303 8.35202 15.3062 8.91799 15.3048 9.62944L15.3391 12.4465C15.3411 12.6125 15.2503 12.7654 15.1043 12.8416C14.9584 12.9178 14.6495 12.8066 14.6495 12.8066L7.19012 7.56519C6.7213 7.2383 6.07606 7.35377 5.75075 7.8164Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-rotate-right-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.35606 5.55538C2.10839 6.04901 2.30779 6.64996 2.80143 6.89763C3.29507 7.1453 3.89602 6.9459 4.14368 6.45226C5.81699 3.11714 9.66436 2.10258 12.38 3.85389L11.5692 4.68487C11.4878 4.78651 11.4317 4.91068 11.4123 5.04901C11.3547 5.45919 11.6405 5.83843 12.0507 5.89606C12.5122 5.96091 12.9718 5.98765 13.3038 5.99588C13.6312 6.004 14.003 5.99672 14.3424 5.94696C14.6379 5.90363 15.0851 5.80662 15.3973 5.5047C15.5708 5.33686 15.6745 5.13323 15.7398 4.96713C15.808 4.7937 15.8549 4.60772 15.8886 4.42964C15.956 4.07388 15.9842 3.67698 15.9947 3.3228C16.0053 2.96402 16.0025 2.43352 15.9668 1.96126C15.9357 1.54821 15.576 1.23855 15.163 1.2696C14.9684 1.28423 14.7968 1.37193 14.673 1.50378L13.8047 2.39373C10.0446 -0.37211 4.57588 1.13097 2.35606 5.55538Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.97734 22.525C10.1868 22.405 10.5023 22.3412 10.9506 22.3201C11.1603 22.3102 11.3745 22.3102 11.6025 22.3101C11.8306 22.31 12.1017 22.3097 12.335 22.2946C13.1376 22.243 14.2928 22.0767 15.3278 21.678C16.3289 21.2923 17.4343 20.602 17.7503 19.3715C18.4594 16.6096 17.56 14.0581 16.676 12.5211L20.5954 10.276C21.7681 9.60419 22.0528 8.0704 21.4251 6.99177C20.754 5.83848 19.3235 5.5707 18.2328 6.19553L11.8417 9.85646L12.018 8.92232C12.265 7.61286 11.3685 6.37039 10.0553 6.17194C8.96579 6.00731 7.90258 6.61602 7.50282 7.64398L5.60007 12.3123C5.25049 13.17 5.12919 13.4455 4.94457 13.6652C4.65987 13.9767 4.35476 14.3131 4.18492 14.5204C4.02875 14.711 3.84225 14.9569 3.76343 15.2378C3.67698 15.4205 3.63892 15.9464 3.89008 16.4805L7.22132 22.2143C7.32116 22.3617 7.44327 22.5166 7.61417 22.6467C7.97995 22.9253 8.44068 23.0488 8.89675 22.9904C9.10984 22.9631 9.29299 22.8901 9.45317 22.8123C9.60218 22.74 9.79166 22.6314 9.97734 22.525Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.35606 5.55538C2.10839 6.04901 2.30779 6.64996 2.80143 6.89763C3.29507 7.1453 3.89602 6.9459 4.14368 6.45226C5.81699 3.11714 9.66436 2.10258 12.38 3.85389L11.5692 4.68487C11.4878 4.78651 11.4317 4.91068 11.4123 5.04901C11.3547 5.45919 11.6405 5.83843 12.0507 5.89606C12.5122 5.96091 12.9718 5.98765 13.3038 5.99588C13.6312 6.004 14.003 5.99672 14.3424 5.94696C14.6379 5.90363 15.0851 5.80662 15.3973 5.5047C15.5708 5.33686 15.6745 5.13323 15.7398 4.96713C15.808 4.7937 15.8549 4.60772 15.8886 4.42964C15.956 4.07388 15.9842 3.67698 15.9947 3.3228C16.0053 2.96402 16.0025 2.43352 15.9668 1.96126C15.9357 1.54821 15.576 1.23855 15.163 1.2696C14.9684 1.28423 14.7968 1.37193 14.673 1.50378L13.8047 2.39373C10.0446 -0.37211 4.57588 1.13097 2.35606 5.55538Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.97734 22.525C10.1868 22.405 10.5023 22.3412 10.9506 22.3201C11.1603 22.3102 11.3745 22.3102 11.6025 22.3101C11.8306 22.31 12.1017 22.3097 12.335 22.2946C13.1376 22.243 14.2928 22.0767 15.3278 21.678C16.3289 21.2923 17.4343 20.602 17.7503 19.3715C18.4594 16.6096 17.56 14.0581 16.676 12.5211L20.5954 10.276C21.7681 9.60419 22.0528 8.0704 21.4251 6.99177C20.754 5.83848 19.3235 5.5707 18.2328 6.19553L11.8417 9.85646L12.018 8.92232C12.265 7.61286 11.3685 6.37039 10.0553 6.17194C8.96579 6.00731 7.90258 6.61602 7.50282 7.64398L5.60007 12.3123C5.25049 13.17 5.12919 13.4455 4.94457 13.6652C4.65987 13.9767 4.35476 14.3131 4.18492 14.5204C4.02875 14.711 3.84225 14.9569 3.76343 15.2378C3.67698 15.4205 3.63892 15.9464 3.89008 16.4805L7.22132 22.2143C7.32116 22.3617 7.44327 22.5166 7.61417 22.6467C7.97995 22.9253 8.44068 23.0488 8.89675 22.9904C9.10984 22.9631 9.29299 22.8901 9.45317 22.8123C9.60218 22.74 9.79166 22.6314 9.97734 22.525Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-rotate-right-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.73405 5.30531C2.48638 5.79895 2.68577 6.3999 3.17941 6.64756C3.67305 6.89523 4.274 6.69584 4.52167 6.2022C6.20366 2.84975 10.081 1.84135 12.8003 3.63209L12.2024 4.23009C12.1281 4.25378 11.8136 4.63287 11.7903 4.79901C11.7327 5.20919 12.0185 5.58843 12.4287 5.64606C12.7432 5.69025 13.3497 5.73765 13.6818 5.74588C14.0092 5.754 14.381 5.74672 14.7204 5.69696C15.0159 5.65363 15.463 5.55662 15.7752 5.2547C15.9488 5.08686 16.0525 4.88323 16.1178 4.71713C16.186 4.5437 16.2329 4.35772 16.2666 4.17964C16.334 3.82388 16.3622 3.42698 16.3727 3.0728C16.3832 2.71993 16.3552 1.98333 16.3454 1.72389L16.3449 1.71126C16.3139 1.29821 15.954 0.988547 15.5409 1.0196C15.3508 1.0196 15.1281 1.25378 14.878 1.55441L14.2439 2.18855C10.484 -0.637827 4.966 0.856709 2.73405 5.30531Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.0467 6.95662C20.3727 5.80323 18.8879 5.41483 17.73 6.07533L11.0256 9.89963L11.2203 8.8723C11.4749 7.5279 10.5504 6.25712 9.20357 6.05446C8.08381 5.88597 6.9884 6.51054 6.57915 7.56905L4.69583 12.4402C4.1861 13.7573 3.85207 14.6204 3.87597 15.5245C3.88024 15.6863 3.89324 15.8477 3.91489 16.0081C4.03589 16.9043 4.50353 17.7039 5.21761 18.925L5.86199 20.0277C6.39792 20.9453 6.74554 21.5405 7.21332 21.9861C7.98113 22.7176 8.981 23.1613 10.0412 23.2434C10.6869 23.2933 11.3659 23.1559 12.4179 22.9429C13.9435 22.6366 15.2357 22.3767 16.1441 21.8586C17.6624 20.9925 18.1954 19.5574 18.2187 18.1304C18.2268 17.6347 18.1165 17.1407 17.9358 16.583C17.7582 16.0346 17.4934 15.3694 17.1588 14.5288L17.1503 14.5073L16.3462 12.4291L20.1551 10.2564C21.3182 9.59296 21.7238 8.11542 21.0467 6.95662Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.73405 5.30531C2.48638 5.79895 2.68577 6.3999 3.17941 6.64756C3.67305 6.89523 4.274 6.69584 4.52167 6.2022C6.20366 2.84975 10.081 1.84135 12.8003 3.63209L12.2024 4.23009C12.1281 4.25378 11.8136 4.63287 11.7903 4.79901C11.7327 5.20919 12.0185 5.58843 12.4287 5.64606C12.7432 5.69025 13.3497 5.73765 13.6818 5.74588C14.0092 5.754 14.381 5.74672 14.7204 5.69696C15.0159 5.65363 15.463 5.55662 15.7752 5.2547C15.9488 5.08686 16.0525 4.88323 16.1178 4.71713C16.186 4.5437 16.2329 4.35772 16.2666 4.17964C16.334 3.82388 16.3622 3.42698 16.3727 3.0728C16.3832 2.71993 16.3552 1.98333 16.3454 1.72389L16.3449 1.71126C16.3139 1.29821 15.954 0.988547 15.5409 1.0196C15.3508 1.0196 15.1281 1.25378 14.878 1.55441L14.2439 2.18855C10.484 -0.637827 4.966 0.856709 2.73405 5.30531Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.0467 6.95662C20.3727 5.80323 18.8879 5.41483 17.73 6.07533L11.0256 9.89963L11.2203 8.8723C11.4749 7.5279 10.5504 6.25712 9.20357 6.05446C8.08381 5.88597 6.9884 6.51054 6.57915 7.56905L4.69583 12.4402C4.1861 13.7573 3.85207 14.6204 3.87597 15.5245C3.88024 15.6863 3.89324 15.8477 3.91489 16.0081C4.03589 16.9043 4.50353 17.7039 5.21761 18.925L5.86199 20.0277C6.39792 20.9453 6.74554 21.5405 7.21332 21.9861C7.98113 22.7176 8.981 23.1613 10.0412 23.2434C10.6869 23.2933 11.3659 23.1559 12.4179 22.9429C13.9435 22.6366 15.2357 22.3767 16.1441 21.8586C17.6624 20.9925 18.1954 19.5574 18.2187 18.1304C18.2268 17.6347 18.1165 17.1407 17.9358 16.583C17.7582 16.0346 17.4934 15.3694 17.1588 14.5288L17.1503 14.5073L16.3462 12.4291L20.1551 10.2564C21.3182 9.59296 21.7238 8.11542 21.0467 6.95662Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-rotate-right-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5919 2.07346C16.5966 2.15274 16.6094 2.3704 16.614 2.49334C16.6235 2.74419 16.6306 3.08875 16.6197 3.45489C16.609 3.81491 16.5803 4.22659 16.5094 4.60084C16.4739 4.78823 16.4234 4.99054 16.3476 5.18329C16.2757 5.36628 16.1557 5.60652 15.9462 5.80909C15.5728 6.17017 15.0548 6.27486 14.7538 6.31899C14.3944 6.37169 14.0066 6.37876 13.6728 6.37048C13.3327 6.36205 13.0149 6.33664 12.7844 6.31381C12.6717 6.30266 12.4715 6.27816 12.3977 6.26913L12.3913 6.26834C12.0179 6.21587 11.7054 5.95775 11.5837 5.60083C11.462 5.24391 11.5514 4.84887 11.8149 4.57914L12.5324 3.84489C9.82782 2.28084 6.1469 3.33231 4.51903 6.57689C4.27136 7.07053 3.67041 7.26992 3.17677 7.02225C2.68314 6.77459 2.48374 6.17364 2.73141 5.68C4.91127 1.33522 10.2293 -0.189101 13.9741 2.36948L14.8791 1.44328C15.1537 1.16224 15.5675 1.06807 15.9367 1.20259C16.3058 1.3371 16.5621 1.67562 16.5915 2.06745L16.5919 2.07346Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2483 11.0812C16.4915 10.9426 16.6131 10.8733 16.7322 10.9052C16.8512 10.9371 16.9219 11.0579 17.0633 11.2996L17.0681 11.3078C17.5255 12.0898 17.2549 13.0907 16.4604 13.5435L15.5484 14.0633C15.3354 14.1846 15.262 14.4543 15.3843 14.6656C15.5067 14.8769 15.7786 14.9498 15.9916 14.8284L16.9035 14.3087C17.1957 14.1422 17.5683 14.2419 17.7357 14.528C18.193 15.31 17.9225 16.3109 17.1279 16.7638L16.216 17.2835C16.003 17.4049 15.9295 17.6746 16.0519 17.8859C16.1743 18.0971 16.4461 18.17 16.6591 18.0486L17.5711 17.5289C17.8122 17.3915 18.1184 17.502 18.2146 17.7555L18.3428 18.0933C18.6268 18.8416 18.3218 19.6841 17.6184 20.0849C16.6225 20.6525 14.5503 21.8327 13.95 22.1264C13.3529 22.4185 12.9099 22.5766 12.4909 22.6426C12.0206 22.7166 11.2437 22.6112 10.6025 22.4857C9.96165 22.3603 9.2743 22.4393 8.68482 22.7752C8.3099 22.9889 7.83141 22.8617 7.61442 22.4907L4.55422 17.2587C4.08674 16.4594 3.853 16.0598 3.87663 15.7023C3.90026 15.3447 4.28408 14.8508 5.05171 13.8629C5.34265 13.4885 5.58557 13.0877 5.75296 12.6776L8.04897 7.0524C8.28973 6.50358 8.87714 6.18063 9.47962 6.27027C10.2678 6.38756 10.7709 7.15194 10.565 7.90553L9.93586 10.2088C9.8888 10.3811 9.95103 10.5646 10.0935 10.6736C10.236 10.7826 10.4307 10.7957 10.5867 10.7068L19.6719 5.52937C20.2159 5.21934 20.9106 5.40419 21.2233 5.9389C21.5353 6.47232 21.351 7.15541 20.8083 7.46472L14.8807 10.8428C14.6677 10.9642 14.5943 11.2339 14.7166 11.4452C14.839 11.6565 15.1109 11.7294 15.3239 11.608L16.2483 11.0812Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5919 2.07346C16.5966 2.15274 16.6094 2.3704 16.614 2.49334C16.6235 2.74419 16.6306 3.08875 16.6197 3.45489C16.609 3.81491 16.5803 4.22659 16.5094 4.60084C16.4739 4.78823 16.4234 4.99054 16.3476 5.18329C16.2757 5.36628 16.1557 5.60652 15.9462 5.80909C15.5728 6.17017 15.0548 6.27486 14.7538 6.31899C14.3944 6.37169 14.0066 6.37876 13.6728 6.37048C13.3327 6.36205 13.0149 6.33664 12.7844 6.31381C12.6717 6.30266 12.4715 6.27816 12.3977 6.26913L12.3913 6.26834C12.0179 6.21587 11.7054 5.95775 11.5837 5.60083C11.462 5.24391 11.5514 4.84887 11.8149 4.57914L12.5324 3.84489C9.82782 2.28084 6.1469 3.33231 4.51903 6.57689C4.27136 7.07053 3.67041 7.26992 3.17677 7.02225C2.68314 6.77459 2.48374 6.17364 2.73141 5.68C4.91127 1.33522 10.2293 -0.189101 13.9741 2.36948L14.8791 1.44328C15.1537 1.16224 15.5675 1.06807 15.9367 1.20259C16.3058 1.3371 16.5621 1.67562 16.5915 2.06745L16.5919 2.07346Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2483 11.0812C16.4915 10.9426 16.6131 10.8733 16.7322 10.9052C16.8512 10.9371 16.9219 11.0579 17.0633 11.2996L17.0681 11.3078C17.5255 12.0898 17.2549 13.0907 16.4604 13.5435L15.5484 14.0633C15.3354 14.1846 15.262 14.4543 15.3843 14.6656C15.5067 14.8769 15.7786 14.9498 15.9916 14.8284L16.9035 14.3087C17.1957 14.1422 17.5683 14.2419 17.7357 14.528C18.193 15.31 17.9225 16.3109 17.1279 16.7638L16.216 17.2835C16.003 17.4049 15.9295 17.6746 16.0519 17.8859C16.1743 18.0971 16.4461 18.17 16.6591 18.0486L17.5711 17.5289C17.8122 17.3915 18.1184 17.502 18.2146 17.7555L18.3428 18.0933C18.6268 18.8416 18.3218 19.6841 17.6184 20.0849C16.6225 20.6525 14.5503 21.8327 13.95 22.1264C13.3529 22.4185 12.9099 22.5766 12.4909 22.6426C12.0206 22.7166 11.2437 22.6112 10.6025 22.4857C9.96165 22.3603 9.2743 22.4393 8.68482 22.7752C8.3099 22.9889 7.83141 22.8617 7.61442 22.4907L4.55422 17.2587C4.08674 16.4594 3.853 16.0598 3.87663 15.7023C3.90026 15.3447 4.28408 14.8508 5.05171 13.8629C5.34265 13.4885 5.58557 13.0877 5.75296 12.6776L8.04897 7.0524C8.28973 6.50358 8.87714 6.18063 9.47962 6.27027C10.2678 6.38756 10.7709 7.15194 10.565 7.90553L9.93586 10.2088C9.8888 10.3811 9.95103 10.5646 10.0935 10.6736C10.236 10.7826 10.4307 10.7957 10.5867 10.7068L19.6719 5.52937C20.2159 5.21934 20.9106 5.40419 21.2233 5.9389C21.5353 6.47232 21.351 7.15541 20.8083 7.46472L14.8807 10.8428C14.6677 10.9642 14.5943 11.2339 14.7166 11.4452C14.839 11.6565 15.1109 11.7294 15.3239 11.608L16.2483 11.0812Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-rotate-right-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0919 2.07346C16.0966 2.15274 16.1094 2.3704 16.114 2.49334C16.1235 2.74419 16.1306 3.08875 16.1197 3.45489C16.109 3.81491 16.0803 4.22659 16.0094 4.60084C15.9739 4.78823 15.9234 4.99054 15.8476 5.18329C15.7757 5.36628 15.6557 5.60652 15.4462 5.80909C15.0728 6.17017 14.5548 6.27486 14.2538 6.31899C13.8944 6.37169 13.5066 6.37876 13.1728 6.37048C12.8327 6.36205 12.5149 6.33664 12.2844 6.31381C12.1717 6.30266 11.9715 6.27816 11.8977 6.26913L11.8913 6.26834C11.5179 6.21587 11.2054 5.95775 11.0837 5.60083C10.962 5.24391 11.0514 4.84887 11.3149 4.57914L12.0324 3.84489C9.32782 2.28084 5.6469 3.33231 4.01903 6.57689C3.77136 7.07053 3.17041 7.26992 2.67677 7.02225C2.18314 6.77459 1.98374 6.17364 2.23141 5.68C4.41127 1.33522 9.72925 -0.189101 13.4741 2.36948L14.3791 1.44328C14.6537 1.16224 15.0675 1.06807 15.4367 1.20259C15.8058 1.3371 16.0621 1.67562 16.0915 2.06745L16.0919 2.07346Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.2216 8.45576C20.7366 8.15822 21.4119 8.34108 21.7228 8.88034C22.0314 9.41578 21.8539 10.0828 21.3431 10.3779L14.7507 14.1871C14.5403 14.3087 14.4667 14.5807 14.5862 14.7947C14.7058 15.0086 14.9733 15.0835 15.1837 14.962L20.0181 12.1686C20.5331 11.871 21.2085 12.0539 21.5193 12.5932C21.8279 13.1286 21.6504 13.7956 21.1396 14.0908L15.4262 17.392C15.2158 17.5136 15.1422 17.7856 15.2617 17.9996C15.3813 18.2136 15.6488 18.2885 15.8592 18.1669L19.8146 15.8814C20.3296 15.5838 21.005 15.7667 21.3158 16.306C21.6244 16.8414 21.4469 17.5084 20.9361 17.8036L15.5156 20.9356C14.5555 21.4904 13.8533 21.8959 13.2749 22.1818C12.6998 22.4661 12.2734 22.6185 11.8697 22.6799C11.4164 22.7488 10.6638 22.6373 10.0409 22.5067C9.41862 22.3761 8.75043 22.4478 8.17805 22.7785C7.82056 22.9851 7.36304 22.8626 7.15701 22.5051L3.51117 16.1795C3.24635 15.7201 3.38538 15.1393 3.77619 14.7805C4.40792 14.2005 4.95662 13.4791 5.2521 12.7228L7.42666 7.15622C7.65126 6.62252 8.2088 6.30904 8.79088 6.40322C9.55846 6.52741 10.0503 7.295 9.85908 8.03574L9.26996 10.3179C9.22521 10.4913 9.28697 10.6751 9.42672 10.7844C9.56647 10.8936 9.75699 10.9071 9.91026 10.8185L17.3481 6.52107C17.8632 6.22348 18.5385 6.40637 18.8493 6.94564C19.1578 7.48089 18.9806 8.14759 18.4702 8.44291L14.0753 10.9823C13.8649 11.1039 13.7913 11.3759 13.9108 11.5899C14.0304 11.8039 14.2979 11.8788 14.5083 11.7572L20.2216 8.45576Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0919 2.07346C16.0966 2.15274 16.1094 2.3704 16.114 2.49334C16.1235 2.74419 16.1306 3.08875 16.1197 3.45489C16.109 3.81491 16.0803 4.22659 16.0094 4.60084C15.9739 4.78823 15.9234 4.99054 15.8476 5.18329C15.7757 5.36628 15.6557 5.60652 15.4462 5.80909C15.0728 6.17017 14.5548 6.27486 14.2538 6.31899C13.8944 6.37169 13.5066 6.37876 13.1728 6.37048C12.8327 6.36205 12.5149 6.33664 12.2844 6.31381C12.1717 6.30266 11.9715 6.27816 11.8977 6.26913L11.8913 6.26834C11.5179 6.21587 11.2054 5.95775 11.0837 5.60083C10.962 5.24391 11.0514 4.84887 11.3149 4.57914L12.0324 3.84489C9.32782 2.28084 5.6469 3.33231 4.01903 6.57689C3.77136 7.07053 3.17041 7.26992 2.67677 7.02225C2.18314 6.77459 1.98374 6.17364 2.23141 5.68C4.41127 1.33522 9.72925 -0.189101 13.4741 2.36948L14.3791 1.44328C14.6537 1.16224 15.0675 1.06807 15.4367 1.20259C15.8058 1.3371 16.0621 1.67562 16.0915 2.06745L16.0919 2.07346Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.2216 8.45576C20.7366 8.15822 21.4119 8.34108 21.7228 8.88034C22.0314 9.41578 21.8539 10.0828 21.3431 10.3779L14.7507 14.1871C14.5403 14.3087 14.4667 14.5807 14.5862 14.7947C14.7058 15.0086 14.9733 15.0835 15.1837 14.962L20.0181 12.1686C20.5331 11.871 21.2085 12.0539 21.5193 12.5932C21.8279 13.1286 21.6504 13.7956 21.1396 14.0908L15.4262 17.392C15.2158 17.5136 15.1422 17.7856 15.2617 17.9996C15.3813 18.2136 15.6488 18.2885 15.8592 18.1669L19.8146 15.8814C20.3296 15.5838 21.005 15.7667 21.3158 16.306C21.6244 16.8414 21.4469 17.5084 20.9361 17.8036L15.5156 20.9356C14.5555 21.4904 13.8533 21.8959 13.2749 22.1818C12.6998 22.4661 12.2734 22.6185 11.8697 22.6799C11.4164 22.7488 10.6638 22.6373 10.0409 22.5067C9.41862 22.3761 8.75043 22.4478 8.17805 22.7785C7.82056 22.9851 7.36304 22.8626 7.15701 22.5051L3.51117 16.1795C3.24635 15.7201 3.38538 15.1393 3.77619 14.7805C4.40792 14.2005 4.95662 13.4791 5.2521 12.7228L7.42666 7.15622C7.65126 6.62252 8.2088 6.30904 8.79088 6.40322C9.55846 6.52741 10.0503 7.295 9.85908 8.03574L9.26996 10.3179C9.22521 10.4913 9.28697 10.6751 9.42672 10.7844C9.56647 10.8936 9.75699 10.9071 9.91026 10.8185L17.3481 6.52107C17.8632 6.22348 18.5385 6.40637 18.8493 6.94564C19.1578 7.48089 18.9806 8.14759 18.4702 8.44291L14.0753 10.9823C13.8649 11.1039 13.7913 11.3759 13.9108 11.5899C14.0304 11.8039 14.2979 11.8788 14.5083 11.7572L20.2216 8.45576Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-rotate-right-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0919 2.07346C16.0966 2.15274 16.1094 2.3704 16.114 2.49334C16.1235 2.74419 16.1306 3.08875 16.1197 3.45489C16.109 3.81491 16.0803 4.22659 16.0094 4.60084C15.9739 4.78823 15.9234 4.99054 15.8476 5.18329C15.7757 5.36628 15.6557 5.60652 15.4462 5.80909C15.0728 6.17017 14.5548 6.27486 14.2538 6.31899C13.8944 6.37169 13.5066 6.37876 13.1728 6.37048C12.8327 6.36205 12.5149 6.33664 12.2844 6.31381C12.1717 6.30266 11.9715 6.27816 11.8977 6.26913L11.8913 6.26834C11.5179 6.21587 11.2054 5.95775 11.0837 5.60083C10.962 5.24391 11.0514 4.84887 11.3149 4.57914L12.0324 3.84489C9.32782 2.28084 5.6469 3.33231 4.01903 6.57689C3.77136 7.07053 3.17041 7.26992 2.67677 7.02225C2.18314 6.77459 1.98374 6.17364 2.23141 5.68C4.41127 1.33522 9.72925 -0.189101 13.4741 2.36948L14.3791 1.44328C14.6537 1.16224 15.0675 1.06807 15.4367 1.20259C15.8058 1.3371 16.0621 1.67562 16.0915 2.06745L16.0919 2.07346Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7486 11.2932C15.5498 11.429 15.5008 11.6972 15.6392 11.8923C15.7776 12.0873 16.051 12.1354 16.2498 11.9996L17.5516 11.1109C18.0693 10.7574 18.7938 10.8821 19.1666 11.4012C19.5383 11.9187 19.4112 12.6211 18.8952 12.9734L17.5934 13.8622C17.3945 13.9979 17.3455 14.2661 17.4839 14.4612C17.6223 14.6563 17.8957 14.7043 18.0946 14.5686L18.5285 14.2723C19.0461 13.9189 19.7707 14.0435 20.1435 14.5626C20.5151 15.0802 20.388 15.7826 19.8721 16.1348L18.5703 17.0236C18.3714 17.1594 18.3224 17.4276 18.4608 17.6226C18.5992 17.8177 18.8726 17.8658 19.0714 17.73L19.5054 17.4338C20.023 17.0804 20.7476 17.205 21.1203 17.7241C21.492 18.2417 21.3649 18.944 20.8489 19.2963L20.4192 19.5897L16.5707 22.0879C14.6475 23.3363 12.0921 23.0853 10.4606 21.4881L8.66411 19.7293C7.79774 18.8811 7.41309 18.5012 7.13537 18.0761C6.70247 17.4134 6.44458 16.6559 6.38481 15.8717C6.34647 15.3686 6.42133 14.8388 6.59461 13.6513L7.34587 8.50282C7.43288 7.90653 7.92118 7.44248 8.53416 7.3758C9.33471 7.28871 10.0332 7.9014 10.0346 8.68721L9.99854 11.5983C9.99655 11.7586 10.0855 11.9066 10.2294 11.9826C10.3732 12.0585 10.5482 12.0497 10.6834 11.9597L20.0462 5.5793C20.5639 5.2259 21.2884 5.35051 21.6612 5.8696C22.0329 6.38719 21.9058 7.08955 21.3898 7.44182L15.7486 11.2932Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0919 2.07346C16.0966 2.15274 16.1094 2.3704 16.114 2.49334C16.1235 2.74419 16.1306 3.08875 16.1197 3.45489C16.109 3.81491 16.0803 4.22659 16.0094 4.60084C15.9739 4.78823 15.9234 4.99054 15.8476 5.18329C15.7757 5.36628 15.6557 5.60652 15.4462 5.80909C15.0728 6.17017 14.5548 6.27486 14.2538 6.31899C13.8944 6.37169 13.5066 6.37876 13.1728 6.37048C12.8327 6.36205 12.5149 6.33664 12.2844 6.31381C12.1717 6.30266 11.9715 6.27816 11.8977 6.26913L11.8913 6.26834C11.5179 6.21587 11.2054 5.95775 11.0837 5.60083C10.962 5.24391 11.0514 4.84887 11.3149 4.57914L12.0324 3.84489C9.32782 2.28084 5.6469 3.33231 4.01903 6.57689C3.77136 7.07053 3.17041 7.26992 2.67677 7.02225C2.18314 6.77459 1.98374 6.17364 2.23141 5.68C4.41127 1.33522 9.72925 -0.189101 13.4741 2.36948L14.3791 1.44328C14.6537 1.16224 15.0675 1.06807 15.4367 1.20259C15.8058 1.3371 16.0621 1.67562 16.0915 2.06745L16.0919 2.07346Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7486 11.2932C15.5498 11.429 15.5008 11.6972 15.6392 11.8923C15.7776 12.0873 16.051 12.1354 16.2498 11.9996L17.5516 11.1109C18.0693 10.7574 18.7938 10.8821 19.1666 11.4012C19.5383 11.9187 19.4112 12.6211 18.8952 12.9734L17.5934 13.8622C17.3945 13.9979 17.3455 14.2661 17.4839 14.4612C17.6223 14.6563 17.8957 14.7043 18.0946 14.5686L18.5285 14.2723C19.0461 13.9189 19.7707 14.0435 20.1435 14.5626C20.5151 15.0802 20.388 15.7826 19.8721 16.1348L18.5703 17.0236C18.3714 17.1594 18.3224 17.4276 18.4608 17.6226C18.5992 17.8177 18.8726 17.8658 19.0714 17.73L19.5054 17.4338C20.023 17.0804 20.7476 17.205 21.1203 17.7241C21.492 18.2417 21.3649 18.944 20.8489 19.2963L20.4192 19.5897L16.5707 22.0879C14.6475 23.3363 12.0921 23.0853 10.4606 21.4881L8.66411 19.7293C7.79774 18.8811 7.41309 18.5012 7.13537 18.0761C6.70247 17.4134 6.44458 16.6559 6.38481 15.8717C6.34647 15.3686 6.42133 14.8388 6.59461 13.6513L7.34587 8.50282C7.43288 7.90653 7.92118 7.44248 8.53416 7.3758C9.33471 7.28871 10.0332 7.9014 10.0346 8.68721L9.99854 11.5983C9.99655 11.7586 10.0855 11.9066 10.2294 11.9826C10.3732 12.0585 10.5482 12.0497 10.6834 11.9597L20.0462 5.5793C20.5639 5.2259 21.2884 5.35051 21.6612 5.8696C22.0329 6.38719 21.9058 7.08955 21.3898 7.44182L15.7486 11.2932Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-rotate-right-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0916 2.07346C16.0963 2.15274 16.1091 2.3704 16.1138 2.49334C16.1233 2.74419 16.1304 3.08875 16.1195 3.45489C16.1088 3.81491 16.08 4.22659 16.0091 4.60084C15.9736 4.78823 15.9232 4.99054 15.8474 5.18329C15.7754 5.36628 15.6554 5.60652 15.4459 5.80909C15.0726 6.17017 14.5545 6.27486 14.2536 6.31899C13.8941 6.37169 13.5064 6.37876 13.1726 6.37048C12.8324 6.36205 12.5146 6.33664 12.2841 6.31381C12.1715 6.30266 11.9713 6.27816 11.8975 6.26913L11.8911 6.26834C11.5176 6.21587 11.2052 5.95775 11.0835 5.60083C10.9617 5.24391 11.0511 4.84887 11.3147 4.57914L12.0321 3.84489C9.32757 2.28084 5.64666 3.33231 4.01878 6.57689C3.77112 7.07053 3.17017 7.26992 2.67653 7.02225C2.18289 6.77459 1.98349 6.17364 2.23116 5.68C4.41103 1.33522 9.72901 -0.189101 13.4738 2.36948L14.3788 1.44328C14.6535 1.16224 15.0672 1.06807 15.4364 1.20259C15.8056 1.3371 16.0618 1.67562 16.0913 2.06745L16.0916 2.07346Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2492 7.8164C18.5718 8.27518 18.462 8.90846 17.9969 9.23276L14.3973 11.7426C14.2 11.8802 14.1504 12.1534 14.2866 12.3528C14.4228 12.5522 14.6933 12.6023 14.8906 12.4647L20.09 8.83934C20.5588 8.51245 21.204 8.62792 21.5293 9.09055C21.8519 9.54933 21.7421 10.1826 21.277 10.5069L16.0776 14.1323C15.8803 14.2699 15.8307 14.5431 15.9669 14.7425C16.1031 14.9419 16.3735 14.992 16.5709 14.8543L20.1704 12.3445C20.6393 12.0176 21.2845 12.1331 21.6098 12.5957C21.9324 13.0545 21.8225 13.6877 21.3574 14.012L17.7579 16.5219C17.5605 16.6595 17.511 16.9327 17.6472 17.1321C17.7834 17.3315 18.0538 17.3816 18.2512 17.244L20.2514 15.8493C20.7202 15.5228 21.3651 15.6384 21.6903 16.1008C22.0129 16.5596 21.903 17.1929 21.4379 17.5172L19.4401 18.9102L14.7564 22.1036C12.988 23.3094 10.6073 23.0887 9.09334 21.581C9.09334 21.581 6.32497 18.8208 6.07106 18.4255C5.67458 17.8082 5.43864 17.103 5.38396 16.3732C5.34896 15.9062 5.41713 15.4138 5.57736 14.2968L6.27094 9.46213C6.34855 8.92111 6.78567 8.49409 7.34182 8.43255C8.06971 8.35202 8.69378 8.91799 8.69523 9.62944L8.66089 12.4465C8.65887 12.6125 8.74974 12.7654 8.8957 12.8416C9.04165 12.9178 9.35053 12.8066 9.35053 12.8066L16.8099 7.56519C17.2787 7.2383 17.9239 7.35377 18.2492 7.8164Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0916 2.07346C16.0963 2.15274 16.1091 2.3704 16.1138 2.49334C16.1233 2.74419 16.1304 3.08875 16.1195 3.45489C16.1088 3.81491 16.08 4.22659 16.0091 4.60084C15.9736 4.78823 15.9232 4.99054 15.8474 5.18329C15.7754 5.36628 15.6554 5.60652 15.4459 5.80909C15.0726 6.17017 14.5545 6.27486 14.2536 6.31899C13.8941 6.37169 13.5064 6.37876 13.1726 6.37048C12.8324 6.36205 12.5146 6.33664 12.2841 6.31381C12.1715 6.30266 11.9713 6.27816 11.8975 6.26913L11.8911 6.26834C11.5176 6.21587 11.2052 5.95775 11.0835 5.60083C10.9617 5.24391 11.0511 4.84887 11.3147 4.57914L12.0321 3.84489C9.32757 2.28084 5.64666 3.33231 4.01878 6.57689C3.77112 7.07053 3.17017 7.26992 2.67653 7.02225C2.18289 6.77459 1.98349 6.17364 2.23116 5.68C4.41103 1.33522 9.72901 -0.189101 13.4738 2.36948L14.3788 1.44328C14.6535 1.16224 15.0672 1.06807 15.4364 1.20259C15.8056 1.3371 16.0618 1.67562 16.0913 2.06745L16.0916 2.07346Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2492 7.8164C18.5718 8.27518 18.462 8.90846 17.9969 9.23276L14.3973 11.7426C14.2 11.8802 14.1504 12.1534 14.2866 12.3528C14.4228 12.5522 14.6933 12.6023 14.8906 12.4647L20.09 8.83934C20.5588 8.51245 21.204 8.62792 21.5293 9.09055C21.8519 9.54933 21.7421 10.1826 21.277 10.5069L16.0776 14.1323C15.8803 14.2699 15.8307 14.5431 15.9669 14.7425C16.1031 14.9419 16.3735 14.992 16.5709 14.8543L20.1704 12.3445C20.6393 12.0176 21.2845 12.1331 21.6098 12.5957C21.9324 13.0545 21.8225 13.6877 21.3574 14.012L17.7579 16.5219C17.5605 16.6595 17.511 16.9327 17.6472 17.1321C17.7834 17.3315 18.0538 17.3816 18.2512 17.244L20.2514 15.8493C20.7202 15.5228 21.3651 15.6384 21.6903 16.1008C22.0129 16.5596 21.903 17.1929 21.4379 17.5172L19.4401 18.9102L14.7564 22.1036C12.988 23.3094 10.6073 23.0887 9.09334 21.581C9.09334 21.581 6.32497 18.8208 6.07106 18.4255C5.67458 17.8082 5.43864 17.103 5.38396 16.3732C5.34896 15.9062 5.41713 15.4138 5.57736 14.2968L6.27094 9.46213C6.34855 8.92111 6.78567 8.49409 7.34182 8.43255C8.06971 8.35202 8.69378 8.91799 8.69523 9.62944L8.66089 12.4465C8.65887 12.6125 8.74974 12.7654 8.8957 12.8416C9.04165 12.9178 9.35053 12.8066 9.35053 12.8066L16.8099 7.56519C17.2787 7.2383 17.9239 7.35377 18.2492 7.8164Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-shaka-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.43084 2.82486C10.3427 2.06304 11.6539 2.05782 12.5715 2.81271C13.6639 3.71129 13.8094 5.34787 12.9052 6.43264L12.0828 7.41927C12.5307 7.44819 13.0228 7.51475 13.3942 7.6648C14.5512 8.13214 15.399 9.15168 15.6726 10.3787C15.76 10.7706 15.7601 11.1762 15.7218 11.6329C15.6842 12.0803 15.6041 12.629 15.504 13.3151L15.504 13.3152L14.8987 16.6511H19.25C20.6503 16.6511 21.75 17.8123 21.75 19.2005C21.75 20.5887 20.6503 21.75 19.25 21.75H11.0155C9.62118 21.75 8.52673 21.75 7.64731 21.6749C6.75087 21.5983 6.00996 21.4396 5.34132 21.0823C4.28997 20.5204 3.43639 19.6407 2.89372 18.5664C2.55001 17.8859 2.39694 17.1319 2.32287 16.2147C2.25004 15.3128 2.25004 14.1892 2.25004 12.7528L2.25004 12.7528C2.24971 11.3349 2.24948 10.2525 2.55231 9.42545C2.64559 9.17068 2.75965 8.92424 2.89334 8.68875C3.32831 7.92256 4.01503 7.34911 5.08426 6.45626L9.43084 2.82486Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.43084 2.82486C10.3427 2.06304 11.6539 2.05782 12.5715 2.81271C13.6639 3.71129 13.8094 5.34787 12.9052 6.43264L12.0828 7.41927C12.5307 7.44819 13.0228 7.51475 13.3942 7.6648C14.5512 8.13214 15.399 9.15168 15.6726 10.3787C15.76 10.7706 15.7601 11.1762 15.7218 11.6329C15.6842 12.0803 15.6041 12.629 15.504 13.3151L15.504 13.3152L14.8987 16.6511H19.25C20.6503 16.6511 21.75 17.8123 21.75 19.2005C21.75 20.5887 20.6503 21.75 19.25 21.75H11.0155C9.62118 21.75 8.52673 21.75 7.64731 21.6749C6.75087 21.5983 6.00996 21.4396 5.34132 21.0823C4.28997 20.5204 3.43639 19.6407 2.89372 18.5664C2.55001 17.8859 2.39694 17.1319 2.32287 16.2147C2.25004 15.3128 2.25004 14.1892 2.25004 12.7528L2.25004 12.7528C2.24971 11.3349 2.24948 10.2525 2.55231 9.42545C2.64559 9.17068 2.75965 8.92424 2.89334 8.68875C3.32831 7.92256 4.01503 7.34911 5.08426 6.45626L9.43084 2.82486Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-shaka-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.75 4.75C2.75 3.39014 3.82613 2.25 5.1995 2.25C6.57287 2.25 7.649 3.39014 7.649 4.75V9.09182L10.748 8.4966L10.7481 8.49659C11.394 8.39682 11.9144 8.31643 12.3395 8.27861C12.7747 8.2399 13.1676 8.23937 13.5494 8.32953C14.7359 8.6097 15.7006 9.47186 16.1383 10.6194C16.2784 10.9866 16.3355 11.3792 16.3627 11.8249L16.3647 11.8594L17.2153 11.1086C18.2682 10.1794 19.8625 10.3384 20.7221 11.4449C21.4302 12.3562 21.4255 13.6469 20.7106 14.5529L17.2766 18.905C16.4378 19.9687 15.8937 20.6587 15.164 21.0973C14.9391 21.2325 14.7033 21.3481 14.4591 21.4427C13.6648 21.7507 12.6181 21.7504 11.289 21.75H11.2889C10.0001 21.75 8.98961 21.75 8.1759 21.6875C7.34756 21.6238 6.66132 21.492 6.03503 21.1948C4.83766 20.6267 3.87331 19.6623 3.30515 18.465C3.00798 17.8387 2.87623 17.1524 2.81255 16.3241C2.74999 15.5104 2.75 14.4999 2.75 13.211V13.211V4.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.75 4.75C2.75 3.39014 3.82613 2.25 5.1995 2.25C6.57287 2.25 7.649 3.39014 7.649 4.75V9.09182L10.748 8.4966L10.7481 8.49659C11.394 8.39682 11.9144 8.31643 12.3395 8.27861C12.7747 8.2399 13.1676 8.23937 13.5494 8.32953C14.7359 8.6097 15.7006 9.47186 16.1383 10.6194C16.2784 10.9866 16.3355 11.3792 16.3627 11.8249L16.3647 11.8594L17.2153 11.1086C18.2682 10.1794 19.8625 10.3384 20.7221 11.4449C21.4302 12.3562 21.4255 13.6469 20.7106 14.5529L17.2766 18.905C16.4378 19.9687 15.8937 20.6587 15.164 21.0973C14.9391 21.2325 14.7033 21.3481 14.4591 21.4427C13.6648 21.7507 12.6181 21.7504 11.289 21.75H11.2889C10.0001 21.75 8.98961 21.75 8.1759 21.6875C7.34756 21.6238 6.66132 21.492 6.03503 21.1948C4.83766 20.6267 3.87331 19.6623 3.30515 18.465C3.00798 17.8387 2.87623 17.1524 2.81255 16.3241C2.74999 15.5104 2.75 14.4999 2.75 13.211V13.211V4.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-shaka-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.6315 21.7365L10.7604 20.0445C10.3634 19.9704 9.41349 19.8799 8.93287 19.8108C8.45161 19.7415 7.94394 19.6612 7.49852 19.5756C7.04445 19.4884 6.47848 19.322 6.47848 19.322C6.47848 19.322 5.47394 19.0096 5.02588 18.8211C4.72649 18.6909 3.97335 18.3655 3.66847 18.249C3.47542 18.1752 3.20966 18.0648 2.93745 17.9488C2.3669 17.7056 2.08162 17.5839 1.91593 17.3332C1.75024 17.0824 1.75024 16.7662 1.75024 16.1338L1.75024 9.58123C1.75024 8.90052 1.75024 8.56016 1.93369 8.30067C2.11714 8.04119 2.43628 7.92828 3.07457 7.70248C3.29824 7.62335 3.50957 7.54914 3.67002 7.4939C4.28242 7.28304 4.87096 6.98773 5.35492 6.60677L10.5161 2.54407C11.0559 2.14073 11.7999 2.1533 12.3259 2.57507C13.0138 3.12673 13.0703 4.15417 12.4477 4.77823L10.622 6.60833C10.4571 6.77355 10.4566 7.04195 10.6208 7.20783C10.8999 7.48988 11.1689 7.42417 11.3337 7.25895C11.2283 7.50422 11.0174 8.11644 11.0174 8.60313C11.0174 9.18422 11.2501 9.71052 11.6267 10.0931C10.9329 10.4395 10.4558 11.1593 10.4558 11.9914C10.4558 12.5725 10.6884 13.0988 11.0651 13.4814C10.3712 13.8278 9.89417 14.5476 9.89417 15.3798C9.89417 16.5499 10.8375 17.4979 12.0003 17.4979H14.2044L21.0339 18.8981C21.0396 18.8993 21.0454 18.9003 21.0511 18.9012C21.7424 19.0131 22.2502 19.613 22.2502 20.3163C22.2502 21.185 21.4876 21.8541 20.6315 21.7365Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.2469 14.1095C14.9451 14.1095 15.5105 14.6785 15.5105 15.3798C15.5105 16.081 14.9451 16.6501 14.2469 16.6501H12.0003C11.3021 16.6501 10.7366 16.081 10.7366 15.3798C10.7366 14.6785 11.3021 14.1095 12.0003 14.1095H14.2469Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.5619 13.2616C11.8637 13.2616 11.2983 12.6926 11.2983 11.9914C11.2983 11.2902 11.8637 10.7211 12.562 10.7212L14.8207 10.7211C15.5133 10.7277 16.0722 11.2942 16.0722 11.9913C16.0722 12.6926 15.5068 13.2616 14.8085 13.2616H12.5619Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.8599 8.60313C11.8599 9.30427 12.4255 9.87329 13.1236 9.87344L14.8014 9.87326L15.3701 9.8732C16.0681 9.87281 16.6331 9.30389 16.6331 8.6029C16.6331 7.90168 16.0676 7.33262 15.3694 7.33259L13.1236 7.33283C12.4253 7.33283 11.8599 7.9019 11.8599 8.60313Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.6315 21.7365L10.7604 20.0445C10.3634 19.9704 9.41349 19.8799 8.93287 19.8108C8.45161 19.7415 7.94394 19.6612 7.49852 19.5756C7.04445 19.4884 6.47848 19.322 6.47848 19.322C6.47848 19.322 5.47394 19.0096 5.02588 18.8211C4.72649 18.6909 3.97335 18.3655 3.66847 18.249C3.47542 18.1752 3.20966 18.0648 2.93745 17.9488C2.3669 17.7056 2.08162 17.5839 1.91593 17.3332C1.75024 17.0824 1.75024 16.7662 1.75024 16.1338L1.75024 9.58123C1.75024 8.90052 1.75024 8.56016 1.93369 8.30067C2.11714 8.04119 2.43628 7.92828 3.07457 7.70248C3.29824 7.62335 3.50957 7.54914 3.67002 7.4939C4.28242 7.28304 4.87096 6.98773 5.35492 6.60677L10.5161 2.54407C11.0559 2.14073 11.7999 2.1533 12.3259 2.57507C13.0138 3.12673 13.0703 4.15417 12.4477 4.77823L10.622 6.60833C10.4571 6.77355 10.4566 7.04195 10.6208 7.20783C10.8999 7.48988 11.1689 7.42417 11.3337 7.25895C11.2283 7.50422 11.0174 8.11644 11.0174 8.60313C11.0174 9.18422 11.2501 9.71052 11.6267 10.0931C10.9329 10.4395 10.4558 11.1593 10.4558 11.9914C10.4558 12.5725 10.6884 13.0988 11.0651 13.4814C10.3712 13.8278 9.89417 14.5476 9.89417 15.3798C9.89417 16.5499 10.8375 17.4979 12.0003 17.4979H14.2044L21.0339 18.8981C21.0396 18.8993 21.0454 18.9003 21.0511 18.9012C21.7424 19.0131 22.2502 19.613 22.2502 20.3163C22.2502 21.185 21.4876 21.8541 20.6315 21.7365Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.2469 14.1095C14.9451 14.1095 15.5105 14.6785 15.5105 15.3798C15.5105 16.081 14.9451 16.6501 14.2469 16.6501H12.0003C11.3021 16.6501 10.7366 16.081 10.7366 15.3798C10.7366 14.6785 11.3021 14.1095 12.0003 14.1095H14.2469Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.5619 13.2616C11.8637 13.2616 11.2983 12.6926 11.2983 11.9914C11.2983 11.2902 11.8637 10.7211 12.562 10.7212L14.8207 10.7211C15.5133 10.7277 16.0722 11.2942 16.0722 11.9913C16.0722 12.6926 15.5068 13.2616 14.8085 13.2616H12.5619Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.8599 8.60313C11.8599 9.30427 12.4255 9.87329 13.1236 9.87344L14.8014 9.87326L15.3701 9.8732C16.0681 9.87281 16.6331 9.30389 16.6331 8.6029C16.6331 7.90168 16.0676 7.33262 15.3694 7.33259L13.1236 7.33283C12.4253 7.33283 11.8599 7.9019 11.8599 8.60313Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-shaka-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.26344 3.36873L3.95541 13.2399C4.02956 13.6368 4.12004 14.5868 4.18918 15.0674C4.2584 15.5486 4.33871 16.0563 4.4243 16.5017C4.51155 16.9558 4.67794 17.5218 4.67794 17.5218C4.67794 17.5218 4.99037 18.5263 5.17887 18.9744C5.30903 19.2738 5.6344 20.0269 5.75093 20.3318C5.82472 20.5248 5.93512 20.7906 6.05116 21.0628C6.29439 21.6333 6.416 21.9186 6.66675 22.0843C6.9175 22.25 7.2337 22.25 7.8661 22.25H14.4187C15.0994 22.25 15.4398 22.25 15.6993 22.0666C15.9588 21.8831 16.0717 21.564 16.2975 20.9257C16.3766 20.702 16.4508 20.4907 16.506 20.3302C16.7169 19.7178 17.0122 19.1293 17.3932 18.6453L21.4559 13.4842C21.8592 12.9444 21.8466 12.2004 21.4249 11.6744C20.8732 10.9865 19.8458 10.9299 19.2217 11.5525L17.3916 13.3783C17.2264 13.5431 16.958 13.5436 16.7921 13.3795C16.5101 13.1003 16.5758 12.8313 16.741 12.6665C16.4957 12.7719 15.8835 12.9828 15.3968 12.9828C14.8157 12.9828 14.2894 12.7502 13.9068 12.3736C13.5604 13.0674 12.8407 13.5444 12.0085 13.5444C11.4274 13.5444 10.9011 13.3118 10.5185 12.9352C10.1721 13.629 9.45233 14.1061 8.62017 14.1061C7.45002 14.1061 6.50204 13.1628 6.50204 11.9999V9.79585L5.10185 2.96632C5.10068 2.96061 5.09963 2.95488 5.0987 2.94913C4.98679 2.25782 4.38698 1.75 3.6836 1.75C2.81493 1.75 2.14582 2.51263 2.26344 3.36873Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.89047 9.75338C9.89047 9.05513 9.3214 8.4897 8.62017 8.4897C7.91894 8.4897 7.34987 9.05513 7.34987 9.75338V11.9999C7.34987 12.6982 7.91894 13.2636 8.62017 13.2636C9.3214 13.2636 9.89047 12.6982 9.89047 11.9999V9.75338Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.7383 11.4384C10.7383 12.1366 11.3073 12.702 12.0085 12.702C12.7098 12.702 13.2788 12.1365 13.2787 11.4383L13.2789 9.17957C13.2723 8.48693 12.7058 7.92806 12.0086 7.92806C11.3074 7.92806 10.7383 8.49349 10.7383 9.19174V11.4384Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3968 12.1403C14.6957 12.1403 14.1267 11.5747 14.1265 10.8766L14.1267 9.19889L14.1267 8.63011C14.1271 7.93219 14.6961 7.36714 15.397 7.36714C16.0983 7.36714 16.6673 7.9326 16.6673 8.63083L16.6671 10.8767C16.6671 11.5749 16.098 12.1403 15.3968 12.1403Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.26344 3.36873L3.95541 13.2399C4.02956 13.6368 4.12004 14.5868 4.18918 15.0674C4.2584 15.5486 4.33871 16.0563 4.4243 16.5017C4.51155 16.9558 4.67794 17.5218 4.67794 17.5218C4.67794 17.5218 4.99037 18.5263 5.17887 18.9744C5.30903 19.2738 5.6344 20.0269 5.75093 20.3318C5.82472 20.5248 5.93512 20.7906 6.05116 21.0628C6.29439 21.6333 6.416 21.9186 6.66675 22.0843C6.9175 22.25 7.2337 22.25 7.8661 22.25H14.4187C15.0994 22.25 15.4398 22.25 15.6993 22.0666C15.9588 21.8831 16.0717 21.564 16.2975 20.9257C16.3766 20.702 16.4508 20.4907 16.506 20.3302C16.7169 19.7178 17.0122 19.1293 17.3932 18.6453L21.4559 13.4842C21.8592 12.9444 21.8466 12.2004 21.4249 11.6744C20.8732 10.9865 19.8458 10.9299 19.2217 11.5525L17.3916 13.3783C17.2264 13.5431 16.958 13.5436 16.7921 13.3795C16.5101 13.1003 16.5758 12.8313 16.741 12.6665C16.4957 12.7719 15.8835 12.9828 15.3968 12.9828C14.8157 12.9828 14.2894 12.7502 13.9068 12.3736C13.5604 13.0674 12.8407 13.5444 12.0085 13.5444C11.4274 13.5444 10.9011 13.3118 10.5185 12.9352C10.1721 13.629 9.45233 14.1061 8.62017 14.1061C7.45002 14.1061 6.50204 13.1628 6.50204 11.9999V9.79585L5.10185 2.96632C5.10068 2.96061 5.09963 2.95488 5.0987 2.94913C4.98679 2.25782 4.38698 1.75 3.6836 1.75C2.81493 1.75 2.14582 2.51263 2.26344 3.36873Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.89047 9.75338C9.89047 9.05513 9.3214 8.4897 8.62017 8.4897C7.91894 8.4897 7.34987 9.05513 7.34987 9.75338V11.9999C7.34987 12.6982 7.91894 13.2636 8.62017 13.2636C9.3214 13.2636 9.89047 12.6982 9.89047 11.9999V9.75338Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.7383 11.4384C10.7383 12.1366 11.3073 12.702 12.0085 12.702C12.7098 12.702 13.2788 12.1365 13.2787 11.4383L13.2789 9.17957C13.2723 8.48693 12.7058 7.92806 12.0086 7.92806C11.3074 7.92806 10.7383 8.49349 10.7383 9.19174V11.4384Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3968 12.1403C14.6957 12.1403 14.1267 11.5747 14.1265 10.8766L14.1267 9.19889L14.1267 8.63011C14.1271 7.93219 14.6961 7.36714 15.397 7.36714C16.0983 7.36714 16.6673 7.9326 16.6673 8.63083L16.6671 10.8767C16.6671 11.5749 16.098 12.1403 15.3968 12.1403Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-sign-language-c{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7256 2.3742C14.2225 2.2607 13.7446 2.23906 13.3527 2.25423L13.3358 2.25456C13.0775 2.25456 12.6795 2.31927 12.1847 2.44495C11.6979 2.56864 11.144 2.74439 10.5849 2.95026C9.45627 3.36577 8.35271 3.88679 7.74632 4.32136C6.9646 4.88159 6.06898 5.64346 5.30034 6.48702C4.52661 7.33616 3.90862 8.23868 3.64209 9.07905C3.25473 10.3004 3.25 11.707 3.25 14.7058V19.913C3.25 20.4579 3.25091 20.8239 3.28818 21.0969C3.32377 21.3577 3.3853 21.4693 3.46007 21.543C3.53484 21.6167 3.64816 21.6773 3.91294 21.7123C4.19009 21.749 4.56165 21.7499 5.11477 21.7499H11.2361C11.2361 21.7499 12.1579 20.8185 12.6365 20.3721C13.1471 19.8958 14.2166 19.3548 14.5279 19.2039L17.208 17.8502L20.4206 15.785C20.639 15.6025 20.6718 15.4146 20.6299 15.2371C20.58 15.0254 20.4089 14.7901 20.1546 14.624C19.2232 14.0156 18.3218 13.9726 17.4013 14.1974C16.5916 14.3951 15.7953 14.7912 14.9607 15.2063L14.9605 15.2064C14.8138 15.2794 14.6659 15.3529 14.5166 15.4261C13.5261 15.9114 12.3963 15.7951 11.5229 15.306C10.6477 14.816 9.98376 13.9238 9.98376 12.8181C9.98376 11.2909 11.2013 10.3152 12.5204 9.81224C13.8496 9.30541 15.4582 9.1993 16.5781 9.51911L16.5794 9.5195L19.0975 10.2474C19.8007 10.4506 20.5276 10.047 20.7088 9.3757C20.8717 8.77188 20.5398 8.13869 19.9239 7.91287L17.1964 6.91285C16.8023 6.79439 16.161 6.61978 15.5385 6.48447C15.2239 6.41609 14.9197 6.35897 14.6575 6.32388C14.386 6.28753 14.1925 6.27958 14.0838 6.29269C13.8335 6.32289 13.4582 6.4277 13.0126 6.58348L10.5342 7.61877C10.3204 7.71693 10.0659 7.62829 9.96318 7.41913C9.85888 7.20684 9.95045 6.95147 10.1675 6.85184C10.5269 6.68685 12.4101 5.91851 12.7247 5.78448C13.1839 5.58891 13.6295 5.49334 13.9792 5.45115C14.2035 5.42409 14.4888 5.44567 14.7734 5.48377C15.0674 5.52312 15.3965 5.58538 15.7239 5.65656C16.361 5.79502 17.0126 5.97186 17.4259 6.09543C17.4259 6.09543 17.5545 6.10714 17.629 6.10932C17.7798 6.11371 17.9803 6.1074 18.1884 6.06761C18.6087 5.98725 18.9841 5.79109 19.1408 5.34345C19.3558 4.72963 19.0619 4.05871 18.4694 3.78861C18.2587 3.70588 16.1729 2.90411 15.3459 2.58749C15.0006 2.46101 14.7823 2.38701 14.7256 2.3742Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7256 2.3742C14.2225 2.2607 13.7446 2.23906 13.3527 2.25423L13.3358 2.25456C13.0775 2.25456 12.6795 2.31927 12.1847 2.44495C11.6979 2.56864 11.144 2.74439 10.5849 2.95026C9.45627 3.36577 8.35271 3.88679 7.74632 4.32136C6.9646 4.88159 6.06898 5.64346 5.30034 6.48702C4.52661 7.33616 3.90862 8.23868 3.64209 9.07905C3.25473 10.3004 3.25 11.707 3.25 14.7058V19.913C3.25 20.4579 3.25091 20.8239 3.28818 21.0969C3.32377 21.3577 3.3853 21.4693 3.46007 21.543C3.53484 21.6167 3.64816 21.6773 3.91294 21.7123C4.19009 21.749 4.56165 21.7499 5.11477 21.7499H11.2361C11.2361 21.7499 12.1579 20.8185 12.6365 20.3721C13.1471 19.8958 14.2166 19.3548 14.5279 19.2039L17.208 17.8502L20.4206 15.785C20.639 15.6025 20.6718 15.4146 20.6299 15.2371C20.58 15.0254 20.4089 14.7901 20.1546 14.624C19.2232 14.0156 18.3218 13.9726 17.4013 14.1974C16.5916 14.3951 15.7953 14.7912 14.9607 15.2063L14.9605 15.2064C14.8138 15.2794 14.6659 15.3529 14.5166 15.4261C13.5261 15.9114 12.3963 15.7951 11.5229 15.306C10.6477 14.816 9.98376 13.9238 9.98376 12.8181C9.98376 11.2909 11.2013 10.3152 12.5204 9.81224C13.8496 9.30541 15.4582 9.1993 16.5781 9.51911L16.5794 9.5195L19.0975 10.2474C19.8007 10.4506 20.5276 10.047 20.7088 9.3757C20.8717 8.77188 20.5398 8.13869 19.9239 7.91287L17.1964 6.91285C16.8023 6.79439 16.161 6.61978 15.5385 6.48447C15.2239 6.41609 14.9197 6.35897 14.6575 6.32388C14.386 6.28753 14.1925 6.27958 14.0838 6.29269C13.8335 6.32289 13.4582 6.4277 13.0126 6.58348L10.5342 7.61877C10.3204 7.71693 10.0659 7.62829 9.96318 7.41913C9.85888 7.20684 9.95045 6.95147 10.1675 6.85184C10.5269 6.68685 12.4101 5.91851 12.7247 5.78448C13.1839 5.58891 13.6295 5.49334 13.9792 5.45115C14.2035 5.42409 14.4888 5.44567 14.7734 5.48377C15.0674 5.52312 15.3965 5.58538 15.7239 5.65656C16.361 5.79502 17.0126 5.97186 17.4259 6.09543C17.4259 6.09543 17.5545 6.10714 17.629 6.10932C17.7798 6.11371 17.9803 6.1074 18.1884 6.06761C18.6087 5.98725 18.9841 5.79109 19.1408 5.34345C19.3558 4.72963 19.0619 4.05871 18.4694 3.78861C18.2587 3.70588 16.1729 2.90411 15.3459 2.58749C15.0006 2.46101 14.7823 2.38701 14.7256 2.3742Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-down-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.25 3.75006C7.25 2.36935 8.36929 1.25006 9.75 1.25006C11.1307 1.25006 12.25 2.36935 12.25 3.75006V8.74757C14.1139 8.8107 16.819 9.38622 18.8531 11.4332C19.789 12.3752 19.8445 13.7529 19.6737 14.8932C19.4975 16.0699 19.0471 17.236 18.6749 18.0132C18.5556 18.2265 18.0742 19.1203 17.9725 19.3235C17.7561 19.7563 17.6419 20.1001 17.6419 20.382V20.3821C17.6419 20.6473 17.6419 20.918 17.6248 21.1215C17.6063 21.341 17.564 21.5809 17.4397 21.8165C17.2752 22.1285 17.0203 22.3834 16.7084 22.5479C16.4727 22.6722 16.2328 22.7145 16.0133 22.733C15.8098 22.7501 15.5662 22.7501 15.3009 22.7501H9.71641H9.7164C9.40868 22.7501 9.12519 22.7501 8.88933 22.7267C8.63272 22.7012 8.16962 22.6004 7.9075 22.3383C7.6375 22.1108 7.48834 21.779 7.3824 21.5063C7.26927 21.215 7.14929 20.8294 7.00495 20.3656L7.00494 20.3656C6.89549 20.0584 6.6596 19.6677 6.06062 18.8763L2.78347 14.5466C2.0748 13.6411 2.07179 12.3548 2.77682 11.4457C3.63524 10.3389 5.22827 10.1794 6.2802 11.1095L7.25 12.1243V3.75006Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5059 2.25006C19.5059 1.69778 19.0581 1.25006 18.5059 1.25006C17.9536 1.25006 17.5059 1.69778 17.5059 2.25006L17.5059 4.7501L16.9116 4.75008C16.736 4.74996 16.5203 4.7498 16.3439 4.77187L16.3405 4.77229C16.2141 4.78806 15.638 4.85989 15.3637 5.42549C15.0887 5.99231 15.3907 6.49245 15.456 6.60066L15.7951 7.06915C16.0897 7.44497 16.4954 7.95943 16.8759 8.35044C17.0657 8.54555 17.283 8.74678 17.5139 8.90563C17.7191 9.04683 18.0693 9.2501 18.5 9.2501C18.9307 9.2501 19.2809 9.04683 19.4861 8.90563C19.717 8.74678 19.9343 8.54555 20.1241 8.35044C20.5046 7.95943 20.9102 7.44498 21.2049 7.06915L21.544 6.60066C21.6093 6.49245 21.9113 5.99231 21.6363 5.42549C21.362 4.85989 20.7859 4.78806 20.6595 4.77229L20.6561 4.77187C20.4797 4.7498 20.264 4.74995 20.0884 4.75008L19.5059 4.7501L19.5059 2.25006Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.25 3.75006C7.25 2.36935 8.36929 1.25006 9.75 1.25006C11.1307 1.25006 12.25 2.36935 12.25 3.75006V8.74757C14.1139 8.8107 16.819 9.38622 18.8531 11.4332C19.789 12.3752 19.8445 13.7529 19.6737 14.8932C19.4975 16.0699 19.0471 17.236 18.6749 18.0132C18.5556 18.2265 18.0742 19.1203 17.9725 19.3235C17.7561 19.7563 17.6419 20.1001 17.6419 20.382V20.3821C17.6419 20.6473 17.6419 20.918 17.6248 21.1215C17.6063 21.341 17.564 21.5809 17.4397 21.8165C17.2752 22.1285 17.0203 22.3834 16.7084 22.5479C16.4727 22.6722 16.2328 22.7145 16.0133 22.733C15.8098 22.7501 15.5662 22.7501 15.3009 22.7501H9.71641H9.7164C9.40868 22.7501 9.12519 22.7501 8.88933 22.7267C8.63272 22.7012 8.16962 22.6004 7.9075 22.3383C7.6375 22.1108 7.48834 21.779 7.3824 21.5063C7.26927 21.215 7.14929 20.8294 7.00495 20.3656L7.00494 20.3656C6.89549 20.0584 6.6596 19.6677 6.06062 18.8763L2.78347 14.5466C2.0748 13.6411 2.07179 12.3548 2.77682 11.4457C3.63524 10.3389 5.22827 10.1794 6.2802 11.1095L7.25 12.1243V3.75006Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5059 2.25006C19.5059 1.69778 19.0581 1.25006 18.5059 1.25006C17.9536 1.25006 17.5059 1.69778 17.5059 2.25006L17.5059 4.7501L16.9116 4.75008C16.736 4.74996 16.5203 4.7498 16.3439 4.77187L16.3405 4.77229C16.2141 4.78806 15.638 4.85989 15.3637 5.42549C15.0887 5.99231 15.3907 6.49245 15.456 6.60066L15.7951 7.06915C16.0897 7.44497 16.4954 7.95943 16.8759 8.35044C17.0657 8.54555 17.283 8.74678 17.5139 8.90563C17.7191 9.04683 18.0693 9.2501 18.5 9.2501C18.9307 9.2501 19.2809 9.04683 19.4861 8.90563C19.717 8.74678 19.9343 8.54555 20.1241 8.35044C20.5046 7.95943 20.9102 7.44498 21.2049 7.06915L21.544 6.60066C21.6093 6.49245 21.9113 5.99231 21.6363 5.42549C21.362 4.85989 20.7859 4.78806 20.6595 4.77229L20.6561 4.77187C20.4797 4.7498 20.264 4.74995 20.0884 4.75008L19.5059 4.7501L19.5059 2.25006Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-down-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.48063 10.723C4.9808 10.2601 5.45654 9.86839 5.75011 9.6343V3.75C5.75011 2.36929 6.8694 1.25 8.25011 1.25C9.63082 1.25 10.7501 2.36929 10.7501 3.75V8.74751C12.614 8.81064 15.3191 9.38616 17.3532 11.4332C18.2892 12.3751 18.3446 13.7529 18.1738 14.8931C17.9977 16.0699 17.5472 17.2359 17.175 18.0131C17.0674 18.2378 16.5924 19.1093 16.4726 19.3235C16.2562 19.7563 16.142 20.1001 16.142 20.382V20.382C16.142 20.6473 16.142 20.918 16.1249 21.1214C16.1064 21.3409 16.0641 21.5809 15.9398 21.8165C15.7753 22.1284 15.5204 22.3833 15.2085 22.5479C14.9729 22.6721 14.7329 22.7145 14.5134 22.7329C14.3099 22.75 14.0663 22.75 13.801 22.75H7.49535C6.53156 22.75 5.75025 21.9687 5.75025 21.0049C5.75025 20.919 5.70373 20.7219 5.53796 20.395C5.38222 20.088 5.16125 19.7424 4.90958 19.3828C4.68571 19.063 4.44956 18.7488 4.22739 18.4532L4.22733 18.4531C3.99327 18.1414 3.49843 17.428 3.35084 17.185C3.08245 16.7547 2.76344 16.2433 2.54791 15.7201C2.26716 15.0386 2.11251 14.2344 2.41547 13.3624C2.58523 12.8738 2.92754 12.3863 3.28299 11.9613C3.64895 11.5239 4.07822 11.0953 4.48063 10.723Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.506 2.25C19.506 1.69772 19.0583 1.25 18.506 1.25C17.9537 1.25 17.506 1.69772 17.506 2.25L17.506 4.75004L16.9117 4.75002C16.7361 4.74989 16.5204 4.74974 16.344 4.77181L16.3406 4.77223C16.2142 4.788 15.6382 4.85983 15.3638 5.42543C15.0888 5.99225 15.3908 6.49239 15.4561 6.6006L15.7952 7.06908C16.0899 7.44491 16.4956 7.95937 16.876 8.35038C17.0658 8.54549 17.2831 8.74672 17.514 8.90557C17.7193 9.04677 18.0695 9.25004 18.5001 9.25004C18.9308 9.25004 19.281 9.04677 19.4862 8.90557C19.7172 8.74672 19.9344 8.54549 20.1242 8.35038C20.5047 7.95937 20.9104 7.44492 21.205 7.06909L21.5441 6.60059C21.6095 6.49239 21.9114 5.99225 21.6364 5.42543C21.3621 4.85983 20.786 4.78799 20.6596 4.77223L20.6562 4.77181C20.4798 4.74974 20.2642 4.74989 20.0885 4.75002L19.506 4.75004L19.506 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.48063 10.723C4.9808 10.2601 5.45654 9.86839 5.75011 9.6343V3.75C5.75011 2.36929 6.8694 1.25 8.25011 1.25C9.63082 1.25 10.7501 2.36929 10.7501 3.75V8.74751C12.614 8.81064 15.3191 9.38616 17.3532 11.4332C18.2892 12.3751 18.3446 13.7529 18.1738 14.8931C17.9977 16.0699 17.5472 17.2359 17.175 18.0131C17.0674 18.2378 16.5924 19.1093 16.4726 19.3235C16.2562 19.7563 16.142 20.1001 16.142 20.382V20.382C16.142 20.6473 16.142 20.918 16.1249 21.1214C16.1064 21.3409 16.0641 21.5809 15.9398 21.8165C15.7753 22.1284 15.5204 22.3833 15.2085 22.5479C14.9729 22.6721 14.7329 22.7145 14.5134 22.7329C14.3099 22.75 14.0663 22.75 13.801 22.75H7.49535C6.53156 22.75 5.75025 21.9687 5.75025 21.0049C5.75025 20.919 5.70373 20.7219 5.53796 20.395C5.38222 20.088 5.16125 19.7424 4.90958 19.3828C4.68571 19.063 4.44956 18.7488 4.22739 18.4532L4.22733 18.4531C3.99327 18.1414 3.49843 17.428 3.35084 17.185C3.08245 16.7547 2.76344 16.2433 2.54791 15.7201C2.26716 15.0386 2.11251 14.2344 2.41547 13.3624C2.58523 12.8738 2.92754 12.3863 3.28299 11.9613C3.64895 11.5239 4.07822 11.0953 4.48063 10.723Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.506 2.25C19.506 1.69772 19.0583 1.25 18.506 1.25C17.9537 1.25 17.506 1.69772 17.506 2.25L17.506 4.75004L16.9117 4.75002C16.7361 4.74989 16.5204 4.74974 16.344 4.77181L16.3406 4.77223C16.2142 4.788 15.6382 4.85983 15.3638 5.42543C15.0888 5.99225 15.3908 6.49239 15.4561 6.6006L15.7952 7.06908C16.0899 7.44491 16.4956 7.95937 16.876 8.35038C17.0658 8.54549 17.2831 8.74672 17.514 8.90557C17.7193 9.04677 18.0695 9.25004 18.5001 9.25004C18.9308 9.25004 19.281 9.04677 19.4862 8.90557C19.7172 8.74672 19.9344 8.54549 20.1242 8.35038C20.5047 7.95937 20.9104 7.44492 21.205 7.06909L21.5441 6.60059C21.6095 6.49239 21.9114 5.99225 21.6364 5.42543C21.3621 4.85983 20.786 4.78799 20.6596 4.77223L20.6562 4.77181C20.4798 4.74974 20.2642 4.74989 20.0885 4.75002L19.506 4.75004L19.506 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-down-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.25514 4.75C7.25514 3.36929 8.37442 2.25 9.75514 2.25C11.1358 2.25 12.2551 3.36929 12.2551 4.75V9.36036L14.6078 9.73641L14.6306 9.73982C15.5726 9.88112 16.3158 9.9926 16.9068 10.121C17.5075 10.2515 18.0095 10.4108 18.4506 10.6751C19.7281 11.4404 20.75 12.6633 20.75 14.4736C20.75 15.5606 20.4875 16.3446 19.9726 17.8824C19.6188 18.9448 19.2216 20.1359 18.8418 20.6888C18.218 21.5973 17.2978 22.2605 16.2388 22.565C15.5941 22.7504 14.8759 22.7503 13.7561 22.75L12.4266 22.75H12.4265C10.9341 22.7505 9.97018 22.7507 9.09879 22.3915C8.94285 22.3273 8.79043 22.2547 8.6422 22.1742C7.81393 21.7244 7.20629 20.9761 6.26549 19.8175L2.80732 15.5613C2.06869 14.6522 2.06376 13.3511 2.79549 12.4365C3.67497 11.3371 5.29041 11.1853 6.35934 12.1015L7.25514 12.8693V4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5059 2.24996C19.5059 1.69768 19.0581 1.24996 18.5059 1.24996C17.9536 1.24996 17.5059 1.69768 17.5059 2.24996L17.5059 4.75L16.9116 4.74998C16.736 4.74986 16.5203 4.7497 16.3439 4.77177L16.3405 4.77219C16.2141 4.78796 15.638 4.85979 15.3637 5.42539C15.0887 5.99221 15.3907 6.49235 15.456 6.60056L15.7951 7.06905C16.0897 7.44487 16.4954 7.95933 16.8759 8.35034C17.0657 8.54545 17.283 8.74669 17.5139 8.90553C17.7191 9.04674 18.0693 9.25 18.5 9.25C18.9307 9.25 19.2809 9.04674 19.4861 8.90553C19.717 8.74669 19.9343 8.54545 20.1241 8.35034C20.5046 7.95933 20.9102 7.44488 21.2049 7.06905L21.544 6.60056C21.6093 6.49235 21.9113 5.99221 21.6363 5.42539C21.362 4.85979 20.7859 4.78796 20.6595 4.77219L20.6561 4.77177C20.4797 4.7497 20.264 4.74986 20.0884 4.74998L19.5059 4.75L19.5059 2.24996Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.25514 4.75C7.25514 3.36929 8.37442 2.25 9.75514 2.25C11.1358 2.25 12.2551 3.36929 12.2551 4.75V9.36036L14.6078 9.73641L14.6306 9.73982C15.5726 9.88112 16.3158 9.9926 16.9068 10.121C17.5075 10.2515 18.0095 10.4108 18.4506 10.6751C19.7281 11.4404 20.75 12.6633 20.75 14.4736C20.75 15.5606 20.4875 16.3446 19.9726 17.8824C19.6188 18.9448 19.2216 20.1359 18.8418 20.6888C18.218 21.5973 17.2978 22.2605 16.2388 22.565C15.5941 22.7504 14.8759 22.7503 13.7561 22.75L12.4266 22.75H12.4265C10.9341 22.7505 9.97018 22.7507 9.09879 22.3915C8.94285 22.3273 8.79043 22.2547 8.6422 22.1742C7.81393 21.7244 7.20629 20.9761 6.26549 19.8175L2.80732 15.5613C2.06869 14.6522 2.06376 13.3511 2.79549 12.4365C3.67497 11.3371 5.29041 11.1853 6.35934 12.1015L7.25514 12.8693V4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5059 2.24996C19.5059 1.69768 19.0581 1.24996 18.5059 1.24996C17.9536 1.24996 17.5059 1.69768 17.5059 2.24996L17.5059 4.75L16.9116 4.74998C16.736 4.74986 16.5203 4.7497 16.3439 4.77177L16.3405 4.77219C16.2141 4.78796 15.638 4.85979 15.3637 5.42539C15.0887 5.99221 15.3907 6.49235 15.456 6.60056L15.7951 7.06905C16.0897 7.44487 16.4954 7.95933 16.8759 8.35034C17.0657 8.54545 17.283 8.74669 17.5139 8.90553C17.7191 9.04674 18.0693 9.25 18.5 9.25C18.9307 9.25 19.2809 9.04674 19.4861 8.90553C19.717 8.74669 19.9343 8.54545 20.1241 8.35034C20.5046 7.95933 20.9102 7.44488 21.2049 7.06905L21.544 6.60056C21.6093 6.49235 21.9113 5.99221 21.6363 5.42539C21.362 4.85979 20.7859 4.78796 20.6595 4.77219L20.6561 4.77177C20.4797 4.7497 20.264 4.74986 20.0884 4.74998L19.5059 4.75L19.5059 2.24996Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-down-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.66601 10.7181V4.74994C5.66601 3.36923 6.78529 2.24994 8.16601 2.24994C9.54672 2.24994 10.666 3.36923 10.666 4.74994V9.35736L13.1043 9.73581L13.108 9.73639L13.1306 9.73976C14.0726 9.88106 14.8158 9.99254 15.4068 10.1209C16.0075 10.2514 16.5095 10.4107 16.9506 10.675C18.2281 11.4403 19.25 12.6632 19.25 14.4735C19.25 15.5605 18.9875 16.3445 18.4727 17.8823L18.4727 17.8824C18.1188 18.9447 17.7216 20.1358 17.3418 20.6888C16.718 21.5972 15.7978 22.2605 14.7388 22.565C14.0941 22.7503 13.3758 22.7502 12.2561 22.75L10.5544 22.75C8.93867 22.7505 7.89712 22.7508 6.9854 22.3522C6.57436 22.1725 6.19085 21.9355 5.8463 21.6482C5.08206 21.011 4.61655 20.0792 3.8944 18.6338C3.5825 18.0101 3.23662 17.3183 3.06139 16.8823C2.87909 16.4287 2.76179 16.006 2.75103 15.5477C2.74216 15.1694 2.79057 14.792 2.89464 14.4283C3.02073 13.9875 3.24093 13.6082 3.53182 13.2153C3.81144 12.8376 4.18574 12.4099 4.645 11.885L5.66601 10.7181Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0059 2.2499C19.0059 1.69762 18.5581 1.2499 18.0059 1.2499C17.4536 1.2499 17.0059 1.69762 17.0059 2.2499L17.0059 4.74994L16.4116 4.74992C16.236 4.74979 16.0203 4.74964 15.8439 4.77171L15.8405 4.77213C15.7141 4.7879 15.138 4.85973 14.8637 5.42533C14.5887 5.99215 14.8907 6.49229 14.956 6.6005L15.2951 7.06898C15.5897 7.44481 15.9954 7.95927 16.3759 8.35028C16.5657 8.54539 16.783 8.74662 17.0139 8.90547C17.2191 9.04667 17.5693 9.24994 18 9.24994C18.4307 9.24994 18.7809 9.04667 18.9861 8.90547C19.217 8.74662 19.4343 8.54539 19.6241 8.35028C20.0046 7.95927 20.4102 7.44482 20.7049 7.06899L21.044 6.6005C21.1093 6.49229 21.4113 5.99215 21.1363 5.42533C20.862 4.85973 20.2859 4.7879 20.1595 4.77213L20.1561 4.77171C19.9797 4.74964 19.764 4.74979 19.5884 4.74992L19.0059 4.74994L19.0059 2.2499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.66601 10.7181V4.74994C5.66601 3.36923 6.78529 2.24994 8.16601 2.24994C9.54672 2.24994 10.666 3.36923 10.666 4.74994V9.35736L13.1043 9.73581L13.108 9.73639L13.1306 9.73976C14.0726 9.88106 14.8158 9.99254 15.4068 10.1209C16.0075 10.2514 16.5095 10.4107 16.9506 10.675C18.2281 11.4403 19.25 12.6632 19.25 14.4735C19.25 15.5605 18.9875 16.3445 18.4727 17.8823L18.4727 17.8824C18.1188 18.9447 17.7216 20.1358 17.3418 20.6888C16.718 21.5972 15.7978 22.2605 14.7388 22.565C14.0941 22.7503 13.3758 22.7502 12.2561 22.75L10.5544 22.75C8.93867 22.7505 7.89712 22.7508 6.9854 22.3522C6.57436 22.1725 6.19085 21.9355 5.8463 21.6482C5.08206 21.011 4.61655 20.0792 3.8944 18.6338C3.5825 18.0101 3.23662 17.3183 3.06139 16.8823C2.87909 16.4287 2.76179 16.006 2.75103 15.5477C2.74216 15.1694 2.79057 14.792 2.89464 14.4283C3.02073 13.9875 3.24093 13.6082 3.53182 13.2153C3.81144 12.8376 4.18574 12.4099 4.645 11.885L5.66601 10.7181Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0059 2.2499C19.0059 1.69762 18.5581 1.2499 18.0059 1.2499C17.4536 1.2499 17.0059 1.69762 17.0059 2.2499L17.0059 4.74994L16.4116 4.74992C16.236 4.74979 16.0203 4.74964 15.8439 4.77171L15.8405 4.77213C15.7141 4.7879 15.138 4.85973 14.8637 5.42533C14.5887 5.99215 14.8907 6.49229 14.956 6.6005L15.2951 7.06898C15.5897 7.44481 15.9954 7.95927 16.3759 8.35028C16.5657 8.54539 16.783 8.74662 17.0139 8.90547C17.2191 9.04667 17.5693 9.24994 18 9.24994C18.4307 9.24994 18.7809 9.04667 18.9861 8.90547C19.217 8.74662 19.4343 8.54539 19.6241 8.35028C20.0046 7.95927 20.4102 7.44482 20.7049 7.06899L21.044 6.6005C21.1093 6.49229 21.4113 5.99215 21.1363 5.42533C20.862 4.85973 20.2859 4.7879 20.1595 4.77213L20.1561 4.77171C19.9797 4.74964 19.764 4.74979 19.5884 4.74992L19.0059 4.74994L19.0059 2.2499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-down-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.26694 2.66068L7.26694 13.7585C7.26694 13.928 7.16238 14.0808 7.00207 14.1456C6.84177 14.2103 6.65733 14.1742 6.53487 14.0542L4.68315 12.2388C4.0515 11.6196 3.01146 11.6759 2.45317 12.36C2.2448 12.6154 2.13515 12.9224 2.125 13.2322C2.12939 13.3787 2.14691 13.5249 2.17758 13.6689C2.20828 13.7788 2.25225 13.886 2.30952 13.9882L6.22041 19.2343C6.46287 19.544 6.67112 19.949 6.82738 20.4054L6.8374 20.4346C7.01032 20.9397 7.15389 21.359 7.28829 21.6731C7.41395 21.9668 7.59118 22.3238 7.9061 22.5489C8.19726 22.7569 8.52672 22.8207 8.81694 22.8484C9.0973 22.8751 9.4454 22.8751 9.83985 22.875L16.241 22.8751C16.3607 22.8752 16.4851 22.8753 16.5995 22.8604C17.387 22.7581 18.0069 22.1382 18.1093 21.3506C18.1242 21.2363 18.124 21.0802 18.1239 20.9605C18.1239 20.6327 18.2571 20.2964 18.5032 20.0154C18.9013 19.5609 19.497 18.8285 19.7433 18.1849C19.9472 17.652 20.0374 17.0793 20.081 16.3924C20.1239 15.7171 20.1239 14.8824 20.1239 13.8177L20.1243 12.3191C20.1243 10.9748 19.1524 9.82755 17.8264 9.60655C17.6832 9.58268 17.5529 9.69311 17.5529 9.83828V12.1251C17.5529 12.3564 17.361 12.544 17.1243 12.544C16.8876 12.544 16.6957 12.3564 16.6957 12.1251V9.79473C16.6957 9.70455 16.6957 9.65946 16.6821 9.6158C16.6685 9.57214 16.6444 9.53729 16.5962 9.4676C16.2038 8.90048 15.7768 8.51827 14.7243 8.41851C14.4552 8.393 14.3206 8.38025 14.2225 8.46951C14.1244 8.55878 14.1244 8.70338 14.1244 8.99259V11.0083C14.1244 11.2396 13.9325 11.4271 13.6958 11.4271C13.4591 11.4271 13.2673 11.2396 13.2673 11.0083V8.38779C13.2673 8.25696 13.2673 8.19154 13.2371 8.12945C13.2069 8.06737 13.1621 8.03211 13.0723 7.96159C12.6048 7.59408 12.0152 7.37488 11.3743 7.37488C11.2585 7.38048 11.0801 7.41943 10.9149 7.50072C10.8292 7.54291 10.7863 7.564 10.741 7.63679C10.6957 7.70959 10.6957 7.77685 10.6957 7.91138V9.89139C10.6957 10.1227 10.5038 10.3102 10.2671 10.3102C10.0304 10.3102 9.83854 10.1227 9.83854 9.89139L9.83854 2.66068C9.83854 1.95055 9.26287 1.37488 8.55274 1.37488C7.84262 1.37488 7.26694 1.95055 7.26694 2.66068Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.6307 2.1249C19.6307 1.57262 19.183 1.1249 18.6307 1.1249C18.0785 1.1249 17.6307 1.57262 17.6307 2.1249L17.6307 4.62494L17.0365 4.62492C16.8608 4.62479 16.6452 4.62464 16.4688 4.64671L16.4654 4.64713C16.339 4.6629 15.7629 4.73473 15.4886 5.30033C15.2136 5.86715 15.5155 6.36729 15.5809 6.4755L15.92 6.94398C16.2146 7.31981 16.6203 7.83427 17.0008 8.22528C17.1906 8.42039 17.4079 8.62162 17.6388 8.78047C17.844 8.92167 18.1942 9.12494 18.6249 9.12494C19.0555 9.12494 19.4057 8.92167 19.611 8.78047C19.8419 8.62162 20.0592 8.42039 20.249 8.22528C20.6294 7.83427 21.0351 7.31982 21.3298 6.94399L21.6689 6.4755C21.7342 6.36729 22.0362 5.86715 21.7612 5.30033C21.4868 4.73473 20.9108 4.6629 20.7844 4.64713L20.781 4.64671C20.6046 4.62464 20.3889 4.62479 20.2133 4.62492L19.6307 4.62494L19.6307 2.1249Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.26694 2.66068L7.26694 13.7585C7.26694 13.928 7.16238 14.0808 7.00207 14.1456C6.84177 14.2103 6.65733 14.1742 6.53487 14.0542L4.68315 12.2388C4.0515 11.6196 3.01146 11.6759 2.45317 12.36C2.2448 12.6154 2.13515 12.9224 2.125 13.2322C2.12939 13.3787 2.14691 13.5249 2.17758 13.6689C2.20828 13.7788 2.25225 13.886 2.30952 13.9882L6.22041 19.2343C6.46287 19.544 6.67112 19.949 6.82738 20.4054L6.8374 20.4346C7.01032 20.9397 7.15389 21.359 7.28829 21.6731C7.41395 21.9668 7.59118 22.3238 7.9061 22.5489C8.19726 22.7569 8.52672 22.8207 8.81694 22.8484C9.0973 22.8751 9.4454 22.8751 9.83985 22.875L16.241 22.8751C16.3607 22.8752 16.4851 22.8753 16.5995 22.8604C17.387 22.7581 18.0069 22.1382 18.1093 21.3506C18.1242 21.2363 18.124 21.0802 18.1239 20.9605C18.1239 20.6327 18.2571 20.2964 18.5032 20.0154C18.9013 19.5609 19.497 18.8285 19.7433 18.1849C19.9472 17.652 20.0374 17.0793 20.081 16.3924C20.1239 15.7171 20.1239 14.8824 20.1239 13.8177L20.1243 12.3191C20.1243 10.9748 19.1524 9.82755 17.8264 9.60655C17.6832 9.58268 17.5529 9.69311 17.5529 9.83828V12.1251C17.5529 12.3564 17.361 12.544 17.1243 12.544C16.8876 12.544 16.6957 12.3564 16.6957 12.1251V9.79473C16.6957 9.70455 16.6957 9.65946 16.6821 9.6158C16.6685 9.57214 16.6444 9.53729 16.5962 9.4676C16.2038 8.90048 15.7768 8.51827 14.7243 8.41851C14.4552 8.393 14.3206 8.38025 14.2225 8.46951C14.1244 8.55878 14.1244 8.70338 14.1244 8.99259V11.0083C14.1244 11.2396 13.9325 11.4271 13.6958 11.4271C13.4591 11.4271 13.2673 11.2396 13.2673 11.0083V8.38779C13.2673 8.25696 13.2673 8.19154 13.2371 8.12945C13.2069 8.06737 13.1621 8.03211 13.0723 7.96159C12.6048 7.59408 12.0152 7.37488 11.3743 7.37488C11.2585 7.38048 11.0801 7.41943 10.9149 7.50072C10.8292 7.54291 10.7863 7.564 10.741 7.63679C10.6957 7.70959 10.6957 7.77685 10.6957 7.91138V9.89139C10.6957 10.1227 10.5038 10.3102 10.2671 10.3102C10.0304 10.3102 9.83854 10.1227 9.83854 9.89139L9.83854 2.66068C9.83854 1.95055 9.26287 1.37488 8.55274 1.37488C7.84262 1.37488 7.26694 1.95055 7.26694 2.66068Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.6307 2.1249C19.6307 1.57262 19.183 1.1249 18.6307 1.1249C18.0785 1.1249 17.6307 1.57262 17.6307 2.1249L17.6307 4.62494L17.0365 4.62492C16.8608 4.62479 16.6452 4.62464 16.4688 4.64671L16.4654 4.64713C16.339 4.6629 15.7629 4.73473 15.4886 5.30033C15.2136 5.86715 15.5155 6.36729 15.5809 6.4755L15.92 6.94398C16.2146 7.31981 16.6203 7.83427 17.0008 8.22528C17.1906 8.42039 17.4079 8.62162 17.6388 8.78047C17.844 8.92167 18.1942 9.12494 18.6249 9.12494C19.0555 9.12494 19.4057 8.92167 19.611 8.78047C19.8419 8.62162 20.0592 8.42039 20.249 8.22528C20.6294 7.83427 21.0351 7.31982 21.3298 6.94399L21.6689 6.4755C21.7342 6.36729 22.0362 5.86715 21.7612 5.30033C21.4868 4.73473 20.9108 4.6629 20.7844 4.64713L20.781 4.64671C20.6046 4.62464 20.3889 4.62479 20.2133 4.62492L19.6307 4.62494L19.6307 2.1249Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-down-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5059 2.24988C19.5059 1.69759 19.0581 1.24988 18.5059 1.24988C17.9536 1.24988 17.5059 1.69759 17.5059 2.24988L17.5059 4.74992L16.9116 4.7499C16.736 4.74977 16.5203 4.74962 16.3439 4.77169L16.3405 4.7721C16.2141 4.78787 15.638 4.85971 15.3637 5.42531C15.0887 5.99213 15.3907 6.49227 15.456 6.60047L15.7951 7.06896C16.0897 7.44479 16.4954 7.95925 16.8759 8.35026C17.0657 8.54536 17.283 8.7466 17.5139 8.90545C17.7191 9.04665 18.0693 9.24992 18.5 9.24992C18.9307 9.24992 19.2809 9.04665 19.4861 8.90545C19.717 8.7466 19.9343 8.54536 20.1241 8.35026C20.5046 7.95925 20.9102 7.44479 21.2049 7.06897L21.544 6.60047C21.6093 6.49227 21.9113 5.99213 21.6363 5.4253C21.362 4.85971 20.7859 4.78787 20.6595 4.7721L20.6561 4.77169C20.4797 4.74962 20.264 4.74977 20.0884 4.7499L19.5059 4.74992L19.5059 2.24988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.30926 11.3021C9.54796 11.3021 9.74147 11.1146 9.74147 10.8833V7.76561C9.74147 7.58819 9.74147 7.49948 9.809 7.41669C9.87653 7.3339 9.94438 7.31999 10.0801 7.29215C10.2487 7.25756 10.4112 7.2486 10.5 7.25016C11.1087 7.25016 11.6712 7.44792 12.1268 7.7827C12.2223 7.85288 12.27 7.88797 12.3024 7.95185C12.3347 8.01573 12.3347 8.08368 12.3347 8.21958V10.8833C12.3347 11.1146 12.5282 11.3021 12.7669 11.3021C13.0056 11.3021 13.1991 11.1146 13.1991 10.8833V8.87593C13.1991 8.58587 13.1991 8.44084 13.3006 8.35127C13.4021 8.2617 13.534 8.27825 13.7979 8.31135C14.6863 8.4228 15.277 8.7914 15.6875 9.33276C15.7365 9.39741 15.761 9.42973 15.7767 9.47626C15.7923 9.52278 15.7923 9.56905 15.7923 9.6616V12.0001C15.7923 12.2314 15.9858 12.419 16.2245 12.419C16.4632 12.419 16.6567 12.2314 16.6567 12.0001V10.0818C16.6567 9.7904 16.6567 9.64469 16.7749 9.55464C16.893 9.46459 17.0119 9.49728 17.2496 9.56264C18.385 9.87492 19.2489 11.0426 19.25 12.1924L19.25 14.012C19.2503 15.858 19.2505 16.9882 18.9139 17.9224C18.6535 18.645 18.2529 19.2989 17.7442 19.8533C17.3791 20.2514 17.1804 20.6631 17.1804 21.0451C17.1804 21.9868 16.417 22.7502 15.4753 22.7502L8.22222 22.7502C8.02199 22.7505 7.81349 22.7509 7.62474 22.7094C6.95791 22.5631 6.4371 22.0422 6.29071 21.3754C6.24927 21.1867 6.24967 20.9252 6.25 20.725C6.25 20.4414 6.15358 20.1663 5.97657 19.9447L3.92578 17.3697C3.439 16.6528 3.04344 16.0702 2.76761 15.565C2.48104 15.0401 2.28969 14.5404 2.25651 13.9819C2.23749 13.6618 2.2602 13.3407 2.32406 13.0264C2.43545 12.4782 2.69502 12.0097 3.05239 11.5292C3.38461 11.0825 3.95731 10.45 4.51704 9.83179C4.85152 9.51322 5.01876 9.35393 5.16385 9.37566C5.21482 9.38329 5.26296 9.40392 5.30364 9.43556C5.41943 9.52564 5.41943 9.7566 5.41943 10.2185V13.6755C5.41943 13.9068 5.61294 14.0943 5.85164 14.0943C6.09034 14.0943 6.28384 13.9068 6.28384 13.6755V2.54661C6.28384 1.83051 6.86435 1.25 7.58045 1.25C8.29655 1.25 8.87706 1.83051 8.87706 2.54661V10.8833C8.87706 11.1146 9.07057 11.3021 9.30926 11.3021Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5059 2.24988C19.5059 1.69759 19.0581 1.24988 18.5059 1.24988C17.9536 1.24988 17.5059 1.69759 17.5059 2.24988L17.5059 4.74992L16.9116 4.7499C16.736 4.74977 16.5203 4.74962 16.3439 4.77169L16.3405 4.7721C16.2141 4.78787 15.638 4.85971 15.3637 5.42531C15.0887 5.99213 15.3907 6.49227 15.456 6.60047L15.7951 7.06896C16.0897 7.44479 16.4954 7.95925 16.8759 8.35026C17.0657 8.54536 17.283 8.7466 17.5139 8.90545C17.7191 9.04665 18.0693 9.24992 18.5 9.24992C18.9307 9.24992 19.2809 9.04665 19.4861 8.90545C19.717 8.7466 19.9343 8.54536 20.1241 8.35026C20.5046 7.95925 20.9102 7.44479 21.2049 7.06897L21.544 6.60047C21.6093 6.49227 21.9113 5.99213 21.6363 5.4253C21.362 4.85971 20.7859 4.78787 20.6595 4.7721L20.6561 4.77169C20.4797 4.74962 20.264 4.74977 20.0884 4.7499L19.5059 4.74992L19.5059 2.24988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.30926 11.3021C9.54796 11.3021 9.74147 11.1146 9.74147 10.8833V7.76561C9.74147 7.58819 9.74147 7.49948 9.809 7.41669C9.87653 7.3339 9.94438 7.31999 10.0801 7.29215C10.2487 7.25756 10.4112 7.2486 10.5 7.25016C11.1087 7.25016 11.6712 7.44792 12.1268 7.7827C12.2223 7.85288 12.27 7.88797 12.3024 7.95185C12.3347 8.01573 12.3347 8.08368 12.3347 8.21958V10.8833C12.3347 11.1146 12.5282 11.3021 12.7669 11.3021C13.0056 11.3021 13.1991 11.1146 13.1991 10.8833V8.87593C13.1991 8.58587 13.1991 8.44084 13.3006 8.35127C13.4021 8.2617 13.534 8.27825 13.7979 8.31135C14.6863 8.4228 15.277 8.7914 15.6875 9.33276C15.7365 9.39741 15.761 9.42973 15.7767 9.47626C15.7923 9.52278 15.7923 9.56905 15.7923 9.6616V12.0001C15.7923 12.2314 15.9858 12.419 16.2245 12.419C16.4632 12.419 16.6567 12.2314 16.6567 12.0001V10.0818C16.6567 9.7904 16.6567 9.64469 16.7749 9.55464C16.893 9.46459 17.0119 9.49728 17.2496 9.56264C18.385 9.87492 19.2489 11.0426 19.25 12.1924L19.25 14.012C19.2503 15.858 19.2505 16.9882 18.9139 17.9224C18.6535 18.645 18.2529 19.2989 17.7442 19.8533C17.3791 20.2514 17.1804 20.6631 17.1804 21.0451C17.1804 21.9868 16.417 22.7502 15.4753 22.7502L8.22222 22.7502C8.02199 22.7505 7.81349 22.7509 7.62474 22.7094C6.95791 22.5631 6.4371 22.0422 6.29071 21.3754C6.24927 21.1867 6.24967 20.9252 6.25 20.725C6.25 20.4414 6.15358 20.1663 5.97657 19.9447L3.92578 17.3697C3.439 16.6528 3.04344 16.0702 2.76761 15.565C2.48104 15.0401 2.28969 14.5404 2.25651 13.9819C2.23749 13.6618 2.2602 13.3407 2.32406 13.0264C2.43545 12.4782 2.69502 12.0097 3.05239 11.5292C3.38461 11.0825 3.95731 10.45 4.51704 9.83179C4.85152 9.51322 5.01876 9.35393 5.16385 9.37566C5.21482 9.38329 5.26296 9.40392 5.30364 9.43556C5.41943 9.52564 5.41943 9.7566 5.41943 10.2185V13.6755C5.41943 13.9068 5.61294 14.0943 5.85164 14.0943C6.09034 14.0943 6.28384 13.9068 6.28384 13.6755V2.54661C6.28384 1.83051 6.86435 1.25 7.58045 1.25C8.29655 1.25 8.87706 1.83051 8.87706 2.54661V10.8833C8.87706 11.1146 9.07057 11.3021 9.30926 11.3021Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-down-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.89079 11.2363C10.1275 11.2363 10.3194 11.0477 10.3194 10.815V7.765C10.3194 7.61034 10.3194 7.53302 10.3787 7.45328C10.4381 7.37354 10.4934 7.35698 10.6041 7.32385C10.7566 7.2782 10.9114 7.25619 10.9975 7.24998C11.6385 7.24998 12.2283 7.46931 12.696 7.83703C12.7856 7.90755 12.8305 7.94282 12.8606 8.00489C12.8908 8.06697 12.8908 8.13237 12.8908 8.26317V10.815C12.8908 11.0477 13.0827 11.2363 13.3194 11.2363C13.5561 11.2363 13.7479 11.0477 13.7479 10.815V8.84998C13.7479 8.5604 13.7479 8.41561 13.8482 8.32614C13.9485 8.23668 14.0813 8.25187 14.3469 8.28226C15.2072 8.38068 15.7671 8.69699 16.1783 9.13252L16.1783 9.13252C16.2441 9.20215 16.2769 9.23697 16.2981 9.29034C16.3194 9.34371 16.3194 9.39821 16.3194 9.50719V11.9383C16.3194 12.1709 16.5112 12.3595 16.7479 12.3595C16.9846 12.3595 17.1765 12.1709 17.1765 11.9383V10.0361C17.1765 9.74406 17.1765 9.59802 17.2885 9.50795C17.4004 9.41789 17.5244 9.44508 17.7723 9.49946C18.9699 9.76221 19.7475 10.8088 19.7475 12V14.6927V14.6927C19.7475 15.7574 19.7475 16.5921 19.7046 17.2674C19.661 17.9542 19.5708 18.5269 19.3669 19.0599C18.7849 20.5808 17.5866 21.7834 16.0689 22.3678C15.5369 22.5726 14.9652 22.6631 14.2801 22.7069C13.6067 22.75 12.7744 22.75 11.7132 22.75C10.666 22.7501 9.90193 22.7502 9.29257 22.6158C8.3642 22.4111 7.5013 21.9782 6.78138 21.3563C6.30889 20.9482 5.92238 20.4311 5.29399 19.5904L2.0259 15.0806C1.96927 15.0022 1.92132 14.9197 1.88203 14.8344C1.80456 14.6106 1.76059 14.3782 1.75 14.1447C1.76603 13.8434 1.87523 13.5462 2.07689 13.2976C2.63519 12.6096 3.67526 12.553 4.30692 13.1757L6.1587 15.0015C6.28116 15.1223 6.4656 15.1586 6.62591 15.0934C6.78623 15.0283 6.89079 14.8746 6.89079 14.7041V3.53571C6.89079 2.82563 7.46642 2.25 8.1765 2.25C8.88658 2.25 9.46222 2.82563 9.46222 3.53571V10.815C9.46222 11.0477 9.65409 11.2363 9.89079 11.2363Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9941 2.24996C17.9941 1.69768 18.4419 1.24996 18.9941 1.24996C19.5464 1.24996 19.9941 1.69768 19.9941 2.24996L19.9941 4.75L20.5884 4.74998C20.764 4.74986 20.9797 4.7497 21.1561 4.77177L21.1595 4.77219C21.2859 4.78796 21.862 4.85979 22.1363 5.42539C22.4113 5.99221 22.1093 6.49235 22.044 6.60056L21.7049 7.06905C21.4103 7.44487 21.0046 7.95933 20.6241 8.35034C20.4343 8.54545 20.217 8.74668 19.9861 8.90553C19.7809 9.04674 19.4307 9.25 19 9.25C18.5693 9.25 18.2191 9.04674 18.0139 8.90553C17.783 8.74668 17.5657 8.54545 17.3759 8.35034C16.9954 7.95933 16.5898 7.44488 16.2951 7.06905L15.956 6.60056C15.8907 6.49235 15.5887 5.99221 15.8637 5.42539C16.138 4.85979 16.7141 4.78796 16.8405 4.77219L16.8439 4.77177C17.0203 4.7497 17.236 4.74986 17.4116 4.74998L17.9941 4.75L17.9941 2.24996Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.89079 11.2363C10.1275 11.2363 10.3194 11.0477 10.3194 10.815V7.765C10.3194 7.61034 10.3194 7.53302 10.3787 7.45328C10.4381 7.37354 10.4934 7.35698 10.6041 7.32385C10.7566 7.2782 10.9114 7.25619 10.9975 7.24998C11.6385 7.24998 12.2283 7.46931 12.696 7.83703C12.7856 7.90755 12.8305 7.94282 12.8606 8.00489C12.8908 8.06697 12.8908 8.13237 12.8908 8.26317V10.815C12.8908 11.0477 13.0827 11.2363 13.3194 11.2363C13.5561 11.2363 13.7479 11.0477 13.7479 10.815V8.84998C13.7479 8.5604 13.7479 8.41561 13.8482 8.32614C13.9485 8.23668 14.0813 8.25187 14.3469 8.28226C15.2072 8.38068 15.7671 8.69699 16.1783 9.13252L16.1783 9.13252C16.2441 9.20215 16.2769 9.23697 16.2981 9.29034C16.3194 9.34371 16.3194 9.39821 16.3194 9.50719V11.9383C16.3194 12.1709 16.5112 12.3595 16.7479 12.3595C16.9846 12.3595 17.1765 12.1709 17.1765 11.9383V10.0361C17.1765 9.74406 17.1765 9.59802 17.2885 9.50795C17.4004 9.41789 17.5244 9.44508 17.7723 9.49946C18.9699 9.76221 19.7475 10.8088 19.7475 12V14.6927V14.6927C19.7475 15.7574 19.7475 16.5921 19.7046 17.2674C19.661 17.9542 19.5708 18.5269 19.3669 19.0599C18.7849 20.5808 17.5866 21.7834 16.0689 22.3678C15.5369 22.5726 14.9652 22.6631 14.2801 22.7069C13.6067 22.75 12.7744 22.75 11.7132 22.75C10.666 22.7501 9.90193 22.7502 9.29257 22.6158C8.3642 22.4111 7.5013 21.9782 6.78138 21.3563C6.30889 20.9482 5.92238 20.4311 5.29399 19.5904L2.0259 15.0806C1.96927 15.0022 1.92132 14.9197 1.88203 14.8344C1.80456 14.6106 1.76059 14.3782 1.75 14.1447C1.76603 13.8434 1.87523 13.5462 2.07689 13.2976C2.63519 12.6096 3.67526 12.553 4.30692 13.1757L6.1587 15.0015C6.28116 15.1223 6.4656 15.1586 6.62591 15.0934C6.78623 15.0283 6.89079 14.8746 6.89079 14.7041V3.53571C6.89079 2.82563 7.46642 2.25 8.1765 2.25C8.88658 2.25 9.46222 2.82563 9.46222 3.53571V10.815C9.46222 11.0477 9.65409 11.2363 9.89079 11.2363Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9941 2.24996C17.9941 1.69768 18.4419 1.24996 18.9941 1.24996C19.5464 1.24996 19.9941 1.69768 19.9941 2.24996L19.9941 4.75L20.5884 4.74998C20.764 4.74986 20.9797 4.7497 21.1561 4.77177L21.1595 4.77219C21.2859 4.78796 21.862 4.85979 22.1363 5.42539C22.4113 5.99221 22.1093 6.49235 22.044 6.60056L21.7049 7.06905C21.4103 7.44487 21.0046 7.95933 20.6241 8.35034C20.4343 8.54545 20.217 8.74668 19.9861 8.90553C19.7809 9.04674 19.4307 9.25 19 9.25C18.5693 9.25 18.2191 9.04674 18.0139 8.90553C17.783 8.74668 17.5657 8.54545 17.3759 8.35034C16.9954 7.95933 16.5898 7.44488 16.2951 7.06905L15.956 6.60056C15.8907 6.49235 15.5887 5.99221 15.8637 5.42539C16.138 4.85979 16.7141 4.78796 16.8405 4.77219L16.8439 4.77177C17.0203 4.7497 17.236 4.74986 17.4116 4.74998L17.9941 4.75L17.9941 2.24996Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-down-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.41968 11.3116C4.41968 10.7714 4.41968 10.5013 4.26751 10.4152C4.24805 10.4041 4.22741 10.3953 4.20598 10.3889C4.0385 10.3386 3.84343 10.5254 3.45329 10.8989C2.87016 11.5431 2.39652 12.0663 2.05239 12.529C1.69502 13.0095 1.43545 13.478 1.32406 14.0262C1.2602 14.3405 1.23749 14.6616 1.25651 14.9817C1.28969 15.5402 1.48104 16.0399 1.76761 16.5648C2.04344 17.07 2.439 17.6526 2.92578 18.3695L3.56233 19.307C4.15022 20.1731 4.51124 20.705 4.96051 21.1327C5.74531 21.8799 6.72624 22.3949 7.79137 22.6208C8.40074 22.7501 9.31501 22.7501 10.3768 22.75C12.263 22.7503 13.4074 22.7504 14.3527 22.422C16.0121 21.8454 17.3231 20.5615 17.9139 18.9222C18.2505 17.988 18.2503 16.8578 18.25 15.0118L18.25 13C18.25 12.7345 18.2303 12.0834 18.2205 11.791C18.2205 10.7884 17.386 9.81006 16.2521 9.54911C16.0062 9.49254 15.8833 9.46425 15.7701 9.55433C15.657 9.64441 15.657 9.79015 15.657 10.0816V11.9383C15.657 12.1709 15.4635 12.3595 15.2248 12.3595C14.9861 12.3595 14.7926 12.1709 14.7926 11.9383V9.50228C14.7926 9.39303 14.7926 9.3384 14.7706 9.28425C14.7487 9.23009 14.716 9.19626 14.6504 9.12861C14.2323 8.69688 13.6307 8.38468 12.7983 8.2844C12.5336 8.25252 12.4013 8.23658 12.3003 8.3261C12.1993 8.41563 12.1993 8.56041 12.1993 8.84995V10.815C12.1993 11.0476 12.0058 11.2362 11.7671 11.2362C11.5284 11.2362 11.3349 11.0476 11.3349 10.815V8.21955C11.3349 8.08367 11.3349 8.01573 11.3026 7.95186C11.2703 7.88799 11.2226 7.8529 11.1271 7.78272C10.6715 7.44781 10.1088 7.24995 9.5 7.24995C9.4176 7.25038 9.26903 7.26022 9.10965 7.28934C8.95714 7.31721 8.88089 7.33115 8.8113 7.4146C8.74171 7.49806 8.74171 7.59294 8.74171 7.78269V10.815C8.74171 11.0476 8.54821 11.2362 8.30951 11.2362C8.07081 11.2362 7.87731 11.0476 7.87731 10.815V3.54649C7.87731 2.83039 7.2968 2.24988 6.5807 2.24988C5.8646 2.24988 5.28409 2.83039 5.28409 3.54649V14.7465C5.28409 14.9791 5.09058 15.1677 4.85188 15.1677C4.61319 15.1677 4.41968 14.9791 4.41968 14.7465V11.3116Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5059 2.24996C20.5059 1.69768 20.0581 1.24996 19.5059 1.24996C18.9536 1.24996 18.5059 1.69768 18.5059 2.24996L18.5059 4.75L17.9116 4.74998C17.736 4.74986 17.5203 4.7497 17.3439 4.77177L17.3405 4.77219C17.2141 4.78796 16.638 4.85979 16.3637 5.42539C16.0887 5.99221 16.3907 6.49235 16.456 6.60056L16.7951 7.06905C17.0897 7.44487 17.4954 7.95933 17.8759 8.35034C18.0657 8.54545 18.283 8.74669 18.5139 8.90553C18.7191 9.04674 19.0693 9.25 19.5 9.25C19.9307 9.25 20.2809 9.04674 20.4861 8.90553C20.717 8.74669 20.9343 8.54545 21.1241 8.35034C21.5046 7.95933 21.9102 7.44488 22.2049 7.06905L22.544 6.60056C22.6093 6.49235 22.9113 5.99221 22.6363 5.42539C22.362 4.85979 21.7859 4.78796 21.6595 4.77219L21.6561 4.77177C21.4797 4.7497 21.264 4.74986 21.0884 4.74998L20.5059 4.75L20.5059 2.24996Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.41968 11.3116C4.41968 10.7714 4.41968 10.5013 4.26751 10.4152C4.24805 10.4041 4.22741 10.3953 4.20598 10.3889C4.0385 10.3386 3.84343 10.5254 3.45329 10.8989C2.87016 11.5431 2.39652 12.0663 2.05239 12.529C1.69502 13.0095 1.43545 13.478 1.32406 14.0262C1.2602 14.3405 1.23749 14.6616 1.25651 14.9817C1.28969 15.5402 1.48104 16.0399 1.76761 16.5648C2.04344 17.07 2.439 17.6526 2.92578 18.3695L3.56233 19.307C4.15022 20.1731 4.51124 20.705 4.96051 21.1327C5.74531 21.8799 6.72624 22.3949 7.79137 22.6208C8.40074 22.7501 9.31501 22.7501 10.3768 22.75C12.263 22.7503 13.4074 22.7504 14.3527 22.422C16.0121 21.8454 17.3231 20.5615 17.9139 18.9222C18.2505 17.988 18.2503 16.8578 18.25 15.0118L18.25 13C18.25 12.7345 18.2303 12.0834 18.2205 11.791C18.2205 10.7884 17.386 9.81006 16.2521 9.54911C16.0062 9.49254 15.8833 9.46425 15.7701 9.55433C15.657 9.64441 15.657 9.79015 15.657 10.0816V11.9383C15.657 12.1709 15.4635 12.3595 15.2248 12.3595C14.9861 12.3595 14.7926 12.1709 14.7926 11.9383V9.50228C14.7926 9.39303 14.7926 9.3384 14.7706 9.28425C14.7487 9.23009 14.716 9.19626 14.6504 9.12861C14.2323 8.69688 13.6307 8.38468 12.7983 8.2844C12.5336 8.25252 12.4013 8.23658 12.3003 8.3261C12.1993 8.41563 12.1993 8.56041 12.1993 8.84995V10.815C12.1993 11.0476 12.0058 11.2362 11.7671 11.2362C11.5284 11.2362 11.3349 11.0476 11.3349 10.815V8.21955C11.3349 8.08367 11.3349 8.01573 11.3026 7.95186C11.2703 7.88799 11.2226 7.8529 11.1271 7.78272C10.6715 7.44781 10.1088 7.24995 9.5 7.24995C9.4176 7.25038 9.26903 7.26022 9.10965 7.28934C8.95714 7.31721 8.88089 7.33115 8.8113 7.4146C8.74171 7.49806 8.74171 7.59294 8.74171 7.78269V10.815C8.74171 11.0476 8.54821 11.2362 8.30951 11.2362C8.07081 11.2362 7.87731 11.0476 7.87731 10.815V3.54649C7.87731 2.83039 7.2968 2.24988 6.5807 2.24988C5.8646 2.24988 5.28409 2.83039 5.28409 3.54649V14.7465C5.28409 14.9791 5.09058 15.1677 4.85188 15.1677C4.61319 15.1677 4.41968 14.9791 4.41968 14.7465V11.3116Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5059 2.24996C20.5059 1.69768 20.0581 1.24996 19.5059 1.24996C18.9536 1.24996 18.5059 1.69768 18.5059 2.24996L18.5059 4.75L17.9116 4.74998C17.736 4.74986 17.5203 4.7497 17.3439 4.77177L17.3405 4.77219C17.2141 4.78796 16.638 4.85979 16.3637 5.42539C16.0887 5.99221 16.3907 6.49235 16.456 6.60056L16.7951 7.06905C17.0897 7.44487 17.4954 7.95933 17.8759 8.35034C18.0657 8.54545 18.283 8.74669 18.5139 8.90553C18.7191 9.04674 19.0693 9.25 19.5 9.25C19.9307 9.25 20.2809 9.04674 20.4861 8.90553C20.717 8.74669 20.9343 8.54545 21.1241 8.35034C21.5046 7.95933 21.9102 7.44488 22.2049 7.06905L22.544 6.60056C22.6093 6.49235 22.9113 5.99221 22.6363 5.42539C22.362 4.85979 21.7859 4.78796 21.6595 4.77219L21.6561 4.77177C21.4797 4.7497 21.264 4.74986 21.0884 4.74998L20.5059 4.75L20.5059 2.24996Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-left-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.125 3.75012C7.125 2.36941 8.24429 1.25012 9.625 1.25012C11.0057 1.25012 12.125 2.36941 12.125 3.75012V8.74763C13.9889 8.81076 16.694 9.38628 18.7281 11.4333C19.664 12.3752 19.7195 13.753 19.5487 14.8932C19.3725 16.07 18.9221 17.236 18.5499 18.0132C18.4306 18.2265 17.9492 19.1203 17.8475 19.3236C17.6311 19.7564 17.5169 20.1002 17.5169 20.3821V20.3821C17.5169 20.6474 17.5169 20.9181 17.4998 21.1215C17.4813 21.3411 17.439 21.581 17.3147 21.8166C17.1502 22.1285 16.8953 22.3834 16.5834 22.548C16.3477 22.6723 16.1078 22.7146 15.8883 22.733C15.6848 22.7502 15.4412 22.7501 15.1759 22.7501H9.59141H9.5914C9.28368 22.7502 9.00019 22.7502 8.76433 22.7268C8.50772 22.7013 8.04462 22.6005 7.7825 22.3384C7.5125 22.1108 7.36334 21.7791 7.2574 21.5063C7.14427 21.2151 7.02429 20.8295 6.87995 20.3656L6.87994 20.3656C6.77049 20.0585 6.5346 19.6677 5.93562 18.8764L2.65847 14.5467C1.9498 13.6411 1.94679 12.3549 2.65182 11.4458C3.51024 10.3389 5.10327 10.1794 6.1552 11.1095L7.125 12.1244V3.75012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.875 5.50586C21.4273 5.50586 21.875 5.05814 21.875 4.50586C21.875 3.95357 21.4273 3.50586 20.875 3.50586L18.375 3.50586L18.375 2.9116C18.3751 2.73596 18.3753 2.52031 18.3532 2.34387L18.3528 2.34053C18.337 2.21408 18.2652 1.63804 17.6996 1.36368C17.1327 1.08872 16.6326 1.39065 16.5244 1.45597L16.0559 1.79511C15.6801 2.08975 15.1656 2.49545 14.7746 2.87588C14.5795 3.06571 14.3783 3.28297 14.2194 3.51388C14.0782 3.71914 13.875 4.06933 13.875 4.5C13.875 4.93067 14.0782 5.28086 14.2194 5.48612C14.3783 5.71703 14.5795 5.93429 14.7746 6.12412C15.1656 6.50455 15.6801 6.91025 16.0559 7.20488L16.5244 7.54403C16.6326 7.60935 17.1328 7.91128 17.6996 7.63632C18.2652 7.36196 18.337 6.78592 18.3528 6.65947L18.3532 6.65613C18.3753 6.47969 18.3751 6.26403 18.375 6.0884L18.375 5.50586L20.875 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.125 3.75012C7.125 2.36941 8.24429 1.25012 9.625 1.25012C11.0057 1.25012 12.125 2.36941 12.125 3.75012V8.74763C13.9889 8.81076 16.694 9.38628 18.7281 11.4333C19.664 12.3752 19.7195 13.753 19.5487 14.8932C19.3725 16.07 18.9221 17.236 18.5499 18.0132C18.4306 18.2265 17.9492 19.1203 17.8475 19.3236C17.6311 19.7564 17.5169 20.1002 17.5169 20.3821V20.3821C17.5169 20.6474 17.5169 20.9181 17.4998 21.1215C17.4813 21.3411 17.439 21.581 17.3147 21.8166C17.1502 22.1285 16.8953 22.3834 16.5834 22.548C16.3477 22.6723 16.1078 22.7146 15.8883 22.733C15.6848 22.7502 15.4412 22.7501 15.1759 22.7501H9.59141H9.5914C9.28368 22.7502 9.00019 22.7502 8.76433 22.7268C8.50772 22.7013 8.04462 22.6005 7.7825 22.3384C7.5125 22.1108 7.36334 21.7791 7.2574 21.5063C7.14427 21.2151 7.02429 20.8295 6.87995 20.3656L6.87994 20.3656C6.77049 20.0585 6.5346 19.6677 5.93562 18.8764L2.65847 14.5467C1.9498 13.6411 1.94679 12.3549 2.65182 11.4458C3.51024 10.3389 5.10327 10.1794 6.1552 11.1095L7.125 12.1244V3.75012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.875 5.50586C21.4273 5.50586 21.875 5.05814 21.875 4.50586C21.875 3.95357 21.4273 3.50586 20.875 3.50586L18.375 3.50586L18.375 2.9116C18.3751 2.73596 18.3753 2.52031 18.3532 2.34387L18.3528 2.34053C18.337 2.21408 18.2652 1.63804 17.6996 1.36368C17.1327 1.08872 16.6326 1.39065 16.5244 1.45597L16.0559 1.79511C15.6801 2.08975 15.1656 2.49545 14.7746 2.87588C14.5795 3.06571 14.3783 3.28297 14.2194 3.51388C14.0782 3.71914 13.875 4.06933 13.875 4.5C13.875 4.93067 14.0782 5.28086 14.2194 5.48612C14.3783 5.71703 14.5795 5.93429 14.7746 6.12412C15.1656 6.50455 15.6801 6.91025 16.0559 7.20488L16.5244 7.54403C16.6326 7.60935 17.1328 7.91128 17.6996 7.63632C18.2652 7.36196 18.337 6.78592 18.3528 6.65947L18.3532 6.65613C18.3753 6.47969 18.3751 6.26403 18.375 6.0884L18.375 5.50586L20.875 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-left-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.35538 10.723C4.85556 10.2601 5.3313 9.86839 5.62487 9.6343V3.75C5.62487 2.36929 6.74415 1.25 8.12487 1.25C9.50558 1.25 10.6249 2.36929 10.6249 3.75V8.74751C12.4887 8.81064 15.1939 9.38616 17.2279 11.4332C18.1639 12.3751 18.2193 13.7529 18.0486 14.8931C17.8724 16.0699 17.422 17.2359 17.0498 18.0131C16.9422 18.2378 16.4672 19.1093 16.3474 19.3235C16.131 19.7563 16.0167 20.1001 16.0167 20.382V20.382C16.0168 20.6473 16.0168 20.918 15.9997 21.1214C15.9812 21.3409 15.9389 21.5809 15.8146 21.8165C15.6501 22.1284 15.3951 22.3833 15.0832 22.5479C14.8476 22.6721 14.6077 22.7145 14.3882 22.7329C14.1847 22.75 13.941 22.75 13.6757 22.75H7.3701C6.40632 22.75 5.62501 21.9687 5.62501 21.0049C5.62501 20.919 5.57849 20.7219 5.41272 20.395C5.25698 20.088 5.036 19.7424 4.78434 19.3828C4.56046 19.063 4.32432 18.7488 4.10215 18.4532L4.10209 18.4531C3.86803 18.1414 3.37319 17.428 3.2256 17.185C2.95721 16.7547 2.6382 16.2433 2.42266 15.7201C2.14192 15.0386 1.98727 14.2344 2.29022 13.3624C2.45999 12.8738 2.80229 12.3863 3.15775 11.9613C3.52371 11.5239 3.95298 11.0953 4.35538 10.723Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.875 5.50586C21.4273 5.50586 21.875 5.05814 21.875 4.50586C21.875 3.95357 21.4273 3.50586 20.875 3.50586L18.375 3.50586L18.375 2.9116C18.3751 2.73596 18.3753 2.52031 18.3532 2.34387L18.3528 2.34053C18.337 2.21408 18.2652 1.63804 17.6996 1.36368C17.1327 1.08872 16.6326 1.39065 16.5244 1.45597L16.0559 1.79511C15.6801 2.08975 15.1656 2.49545 14.7746 2.87588C14.5795 3.06571 14.3783 3.28297 14.2194 3.51388C14.0782 3.71914 13.875 4.06933 13.875 4.5C13.875 4.93067 14.0782 5.28086 14.2194 5.48612C14.3783 5.71703 14.5795 5.93429 14.7746 6.12412C15.1656 6.50455 15.6801 6.91025 16.0559 7.20488L16.5244 7.54403C16.6326 7.60935 17.1328 7.91128 17.6996 7.63632C18.2652 7.36196 18.337 6.78592 18.3528 6.65947L18.3532 6.65613C18.3753 6.47969 18.3751 6.26403 18.375 6.0884L18.375 5.50586L20.875 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.35538 10.723C4.85556 10.2601 5.3313 9.86839 5.62487 9.6343V3.75C5.62487 2.36929 6.74415 1.25 8.12487 1.25C9.50558 1.25 10.6249 2.36929 10.6249 3.75V8.74751C12.4887 8.81064 15.1939 9.38616 17.2279 11.4332C18.1639 12.3751 18.2193 13.7529 18.0486 14.8931C17.8724 16.0699 17.422 17.2359 17.0498 18.0131C16.9422 18.2378 16.4672 19.1093 16.3474 19.3235C16.131 19.7563 16.0167 20.1001 16.0167 20.382V20.382C16.0168 20.6473 16.0168 20.918 15.9997 21.1214C15.9812 21.3409 15.9389 21.5809 15.8146 21.8165C15.6501 22.1284 15.3951 22.3833 15.0832 22.5479C14.8476 22.6721 14.6077 22.7145 14.3882 22.7329C14.1847 22.75 13.941 22.75 13.6757 22.75H7.3701C6.40632 22.75 5.62501 21.9687 5.62501 21.0049C5.62501 20.919 5.57849 20.7219 5.41272 20.395C5.25698 20.088 5.036 19.7424 4.78434 19.3828C4.56046 19.063 4.32432 18.7488 4.10215 18.4532L4.10209 18.4531C3.86803 18.1414 3.37319 17.428 3.2256 17.185C2.95721 16.7547 2.6382 16.2433 2.42266 15.7201C2.14192 15.0386 1.98727 14.2344 2.29022 13.3624C2.45999 12.8738 2.80229 12.3863 3.15775 11.9613C3.52371 11.5239 3.95298 11.0953 4.35538 10.723Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.875 5.50586C21.4273 5.50586 21.875 5.05814 21.875 4.50586C21.875 3.95357 21.4273 3.50586 20.875 3.50586L18.375 3.50586L18.375 2.9116C18.3751 2.73596 18.3753 2.52031 18.3532 2.34387L18.3528 2.34053C18.337 2.21408 18.2652 1.63804 17.6996 1.36368C17.1327 1.08872 16.6326 1.39065 16.5244 1.45597L16.0559 1.79511C15.6801 2.08975 15.1656 2.49545 14.7746 2.87588C14.5795 3.06571 14.3783 3.28297 14.2194 3.51388C14.0782 3.71914 13.875 4.06933 13.875 4.5C13.875 4.93067 14.0782 5.28086 14.2194 5.48612C14.3783 5.71703 14.5795 5.93429 14.7746 6.12412C15.1656 6.50455 15.6801 6.91025 16.0559 7.20488L16.5244 7.54403C16.6326 7.60935 17.1328 7.91128 17.6996 7.63632C18.2652 7.36196 18.337 6.78592 18.3528 6.65947L18.3532 6.65613C18.3753 6.47969 18.3751 6.26403 18.375 6.0884L18.375 5.50586L20.875 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-left-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.25514 4.75C7.25514 3.36929 8.37442 2.25 9.75514 2.25C11.1358 2.25 12.2551 3.36929 12.2551 4.75V9.36036L14.6078 9.73641L14.6306 9.73982C15.5726 9.88112 16.3158 9.9926 16.9068 10.121C17.5075 10.2515 18.0095 10.4108 18.4506 10.6751C19.7281 11.4404 20.75 12.6633 20.75 14.4736C20.75 15.5606 20.4875 16.3446 19.9726 17.8824C19.6188 18.9448 19.2216 20.1359 18.8418 20.6888C18.218 21.5973 17.2978 22.2605 16.2388 22.565C15.5941 22.7504 14.8759 22.7503 13.7561 22.75L12.4266 22.75H12.4265C10.9341 22.7505 9.97018 22.7507 9.09879 22.3915C8.94285 22.3273 8.79043 22.2547 8.6422 22.1742C7.81393 21.7244 7.20629 20.9761 6.26549 19.8175L2.80732 15.5613C2.06869 14.6522 2.06376 13.3511 2.79549 12.4365C3.67497 11.3371 5.29041 11.1853 6.35934 12.1015L7.25514 12.8693V4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.75 5.50586C21.3023 5.50586 21.75 5.05814 21.75 4.50586C21.75 3.95357 21.3023 3.50586 20.75 3.50586L18.25 3.50586L18.25 2.9116C18.2501 2.73596 18.2503 2.52031 18.2282 2.34387L18.2278 2.34053C18.212 2.21408 18.1402 1.63804 17.5746 1.36368C17.0077 1.08872 16.5076 1.39065 16.3994 1.45597L15.9309 1.79511C15.5551 2.08975 15.0406 2.49545 14.6496 2.87588C14.4545 3.06571 14.2533 3.28297 14.0944 3.51388C13.9532 3.71914 13.75 4.06933 13.75 4.5C13.75 4.93067 13.9532 5.28086 14.0944 5.48612C14.2533 5.71703 14.4545 5.93429 14.6496 6.12412C15.0406 6.50455 15.5551 6.91025 15.9309 7.20488L16.3994 7.54403C16.5076 7.60935 17.0078 7.91128 17.5746 7.63632C18.1402 7.36196 18.212 6.78592 18.2278 6.65947L18.2282 6.65613C18.2503 6.47969 18.2501 6.26403 18.25 6.0884L18.25 5.50586L20.75 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.25514 4.75C7.25514 3.36929 8.37442 2.25 9.75514 2.25C11.1358 2.25 12.2551 3.36929 12.2551 4.75V9.36036L14.6078 9.73641L14.6306 9.73982C15.5726 9.88112 16.3158 9.9926 16.9068 10.121C17.5075 10.2515 18.0095 10.4108 18.4506 10.6751C19.7281 11.4404 20.75 12.6633 20.75 14.4736C20.75 15.5606 20.4875 16.3446 19.9726 17.8824C19.6188 18.9448 19.2216 20.1359 18.8418 20.6888C18.218 21.5973 17.2978 22.2605 16.2388 22.565C15.5941 22.7504 14.8759 22.7503 13.7561 22.75L12.4266 22.75H12.4265C10.9341 22.7505 9.97018 22.7507 9.09879 22.3915C8.94285 22.3273 8.79043 22.2547 8.6422 22.1742C7.81393 21.7244 7.20629 20.9761 6.26549 19.8175L2.80732 15.5613C2.06869 14.6522 2.06376 13.3511 2.79549 12.4365C3.67497 11.3371 5.29041 11.1853 6.35934 12.1015L7.25514 12.8693V4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.75 5.50586C21.3023 5.50586 21.75 5.05814 21.75 4.50586C21.75 3.95357 21.3023 3.50586 20.75 3.50586L18.25 3.50586L18.25 2.9116C18.2501 2.73596 18.2503 2.52031 18.2282 2.34387L18.2278 2.34053C18.212 2.21408 18.1402 1.63804 17.5746 1.36368C17.0077 1.08872 16.5076 1.39065 16.3994 1.45597L15.9309 1.79511C15.5551 2.08975 15.0406 2.49545 14.6496 2.87588C14.4545 3.06571 14.2533 3.28297 14.0944 3.51388C13.9532 3.71914 13.75 4.06933 13.75 4.5C13.75 4.93067 13.9532 5.28086 14.0944 5.48612C14.2533 5.71703 14.4545 5.93429 14.6496 6.12412C15.0406 6.50455 15.5551 6.91025 15.9309 7.20488L16.3994 7.54403C16.5076 7.60935 17.0078 7.91128 17.5746 7.63632C18.1402 7.36196 18.212 6.78592 18.2278 6.65947L18.2282 6.65613C18.2503 6.47969 18.2501 6.26403 18.25 6.0884L18.25 5.50586L20.75 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-left-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.66601 10.7182V4.75C5.66601 3.36929 6.78529 2.25 8.16601 2.25C9.54672 2.25 10.666 3.36929 10.666 4.75V9.35743L13.1043 9.73587L13.108 9.73645L13.1306 9.73982C14.0726 9.88112 14.8158 9.9926 15.4068 10.121C16.0075 10.2515 16.5095 10.4108 16.9506 10.6751C18.2281 11.4404 19.25 12.6633 19.25 14.4736C19.25 15.5606 18.9875 16.3446 18.4727 17.8824L18.4727 17.8824C18.1188 18.9447 17.7216 20.1359 17.3418 20.6888C16.718 21.5973 15.7978 22.2605 14.7388 22.565C14.0941 22.7504 13.3758 22.7503 12.2561 22.75L10.5544 22.75C8.93867 22.7505 7.89712 22.7508 6.9854 22.3523C6.57436 22.1726 6.19085 21.9355 5.8463 21.6482C5.08206 21.011 4.61655 20.0793 3.8944 18.6339C3.5825 18.0101 3.23662 17.3183 3.06139 16.8823C2.87909 16.4287 2.76179 16.006 2.75103 15.5478C2.74216 15.1695 2.79057 14.7921 2.89464 14.4283C3.02073 13.9876 3.24093 13.6082 3.53182 13.2153C3.81144 12.8377 4.18574 12.4099 4.645 11.8851L5.66601 10.7182Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.25 5.50586C20.8023 5.50586 21.25 5.05814 21.25 4.50586C21.25 3.95357 20.8023 3.50586 20.25 3.50586L17.75 3.50586L17.75 2.9116C17.7501 2.73596 17.7503 2.52031 17.7282 2.34387L17.7278 2.34053C17.712 2.21408 17.6402 1.63804 17.0746 1.36368C16.5077 1.08872 16.0076 1.39065 15.8994 1.45597L15.4309 1.79511C15.0551 2.08975 14.5406 2.49545 14.1496 2.87588C13.9545 3.06571 13.7533 3.28297 13.5944 3.51388C13.4532 3.71914 13.25 4.06933 13.25 4.5C13.25 4.93067 13.4532 5.28086 13.5944 5.48612C13.7533 5.71703 13.9545 5.93429 14.1496 6.12412C14.5406 6.50455 15.0551 6.91025 15.4309 7.20488L15.8994 7.54403C16.0076 7.60935 16.5078 7.91128 17.0746 7.63632C17.6402 7.36196 17.712 6.78592 17.7278 6.65947L17.7282 6.65613C17.7503 6.47969 17.7501 6.26403 17.75 6.0884L17.75 5.50586L20.25 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.66601 10.7182V4.75C5.66601 3.36929 6.78529 2.25 8.16601 2.25C9.54672 2.25 10.666 3.36929 10.666 4.75V9.35743L13.1043 9.73587L13.108 9.73645L13.1306 9.73982C14.0726 9.88112 14.8158 9.9926 15.4068 10.121C16.0075 10.2515 16.5095 10.4108 16.9506 10.6751C18.2281 11.4404 19.25 12.6633 19.25 14.4736C19.25 15.5606 18.9875 16.3446 18.4727 17.8824L18.4727 17.8824C18.1188 18.9447 17.7216 20.1359 17.3418 20.6888C16.718 21.5973 15.7978 22.2605 14.7388 22.565C14.0941 22.7504 13.3758 22.7503 12.2561 22.75L10.5544 22.75C8.93867 22.7505 7.89712 22.7508 6.9854 22.3523C6.57436 22.1726 6.19085 21.9355 5.8463 21.6482C5.08206 21.011 4.61655 20.0793 3.8944 18.6339C3.5825 18.0101 3.23662 17.3183 3.06139 16.8823C2.87909 16.4287 2.76179 16.006 2.75103 15.5478C2.74216 15.1695 2.79057 14.7921 2.89464 14.4283C3.02073 13.9876 3.24093 13.6082 3.53182 13.2153C3.81144 12.8377 4.18574 12.4099 4.645 11.8851L5.66601 10.7182Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.25 5.50586C20.8023 5.50586 21.25 5.05814 21.25 4.50586C21.25 3.95357 20.8023 3.50586 20.25 3.50586L17.75 3.50586L17.75 2.9116C17.7501 2.73596 17.7503 2.52031 17.7282 2.34387L17.7278 2.34053C17.712 2.21408 17.6402 1.63804 17.0746 1.36368C16.5077 1.08872 16.0076 1.39065 15.8994 1.45597L15.4309 1.79511C15.0551 2.08975 14.5406 2.49545 14.1496 2.87588C13.9545 3.06571 13.7533 3.28297 13.5944 3.51388C13.4532 3.71914 13.25 4.06933 13.25 4.5C13.25 4.93067 13.4532 5.28086 13.5944 5.48612C13.7533 5.71703 13.9545 5.93429 14.1496 6.12412C14.5406 6.50455 15.0551 6.91025 15.4309 7.20488L15.8994 7.54403C16.0076 7.60935 16.5078 7.91128 17.0746 7.63632C17.6402 7.36196 17.712 6.78592 17.7278 6.65947L17.7282 6.65613C17.7503 6.47969 17.7501 6.26403 17.75 6.0884L17.75 5.50586L20.25 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-left-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.76694 2.66068L6.76694 13.7585C6.76694 13.928 6.66238 14.0808 6.50207 14.1456C6.34177 14.2103 6.15733 14.1742 6.03487 14.0542L4.18315 12.2388C3.5515 11.6196 2.51146 11.6759 1.95317 12.36C1.7448 12.6154 1.63515 12.9224 1.625 13.2322C1.62939 13.3787 1.64691 13.5249 1.67758 13.6689C1.70828 13.7788 1.75225 13.886 1.80952 13.9882L5.72041 19.2343C5.96287 19.544 6.17112 19.949 6.32738 20.4054L6.3374 20.4346C6.51032 20.9397 6.65389 21.359 6.78829 21.6731C6.91395 21.9668 7.09118 22.3238 7.4061 22.5489C7.69726 22.7569 8.02672 22.8207 8.31694 22.8484C8.5973 22.8751 8.9454 22.8751 9.33985 22.875L15.741 22.8751C15.8607 22.8752 15.9851 22.8753 16.0995 22.8604C16.887 22.7581 17.5069 22.1382 17.6093 21.3506C17.6242 21.2363 17.624 21.0802 17.6239 20.9605C17.6239 20.6327 17.7571 20.2964 18.0032 20.0154C18.4013 19.5609 18.997 18.8285 19.2433 18.1849C19.4472 17.652 19.5374 17.0793 19.581 16.3924C19.6239 15.7171 19.6239 14.8824 19.6239 13.8177L19.6243 12.3191C19.6243 10.9748 18.6524 9.82755 17.3264 9.60655C17.1832 9.58268 17.0529 9.69311 17.0529 9.83828V12.1251C17.0529 12.3564 16.861 12.544 16.6243 12.544C16.3876 12.544 16.1957 12.3564 16.1957 12.1251V9.79473C16.1957 9.70455 16.1957 9.65946 16.1821 9.6158C16.1685 9.57214 16.1444 9.53729 16.0962 9.4676C15.7038 8.90048 15.2768 8.51827 14.2243 8.41851C13.9552 8.393 13.8206 8.38025 13.7225 8.46951C13.6244 8.55878 13.6244 8.70338 13.6244 8.99259V11.0083C13.6244 11.2396 13.4325 11.4271 13.1958 11.4271C12.9591 11.4271 12.7673 11.2396 12.7673 11.0083V8.38779C12.7673 8.25696 12.7673 8.19154 12.7371 8.12945C12.7069 8.06737 12.6621 8.03211 12.5723 7.96159C12.1048 7.59408 11.5152 7.37488 10.8743 7.37488C10.7585 7.38048 10.5801 7.41943 10.4149 7.50072C10.3292 7.54291 10.2863 7.564 10.241 7.63679C10.1957 7.70959 10.1957 7.77685 10.1957 7.91138V9.89139C10.1957 10.1227 10.0038 10.3102 9.7671 10.3102C9.53042 10.3102 9.33854 10.1227 9.33854 9.89139L9.33854 2.66068C9.33854 1.95055 8.76287 1.37488 8.05274 1.37488C7.34262 1.37488 6.76694 1.95055 6.76694 2.66068Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.375 5.38074C21.9273 5.38074 22.375 4.93302 22.375 4.38074C22.375 3.82845 21.9273 3.38074 21.375 3.38074L18.875 3.38074L18.875 2.78648C18.8751 2.61084 18.8753 2.39519 18.8532 2.21875L18.8528 2.2154C18.837 2.08896 18.7652 1.51292 18.1996 1.23855C17.6327 0.963595 17.1326 1.26553 17.0244 1.33085L16.5559 1.66999C16.1801 1.96462 15.6656 2.37032 15.2746 2.75076C15.0795 2.94059 14.8783 3.15785 14.7194 3.38876C14.5782 3.59402 14.375 3.94421 14.375 4.37488C14.375 4.80554 14.5782 5.15574 14.7194 5.361C14.8783 5.59191 15.0795 5.80917 15.2746 5.999C15.6656 6.37943 16.1801 6.78513 16.5559 7.07976L17.0244 7.41891C17.1326 7.48423 17.6328 7.78616 18.1996 7.5112C18.7652 7.23684 18.837 6.6608 18.8528 6.53435L18.8532 6.531C18.8753 6.35457 18.8751 6.13891 18.875 5.96327L18.875 5.38074L21.375 5.38074Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.76694 2.66068L6.76694 13.7585C6.76694 13.928 6.66238 14.0808 6.50207 14.1456C6.34177 14.2103 6.15733 14.1742 6.03487 14.0542L4.18315 12.2388C3.5515 11.6196 2.51146 11.6759 1.95317 12.36C1.7448 12.6154 1.63515 12.9224 1.625 13.2322C1.62939 13.3787 1.64691 13.5249 1.67758 13.6689C1.70828 13.7788 1.75225 13.886 1.80952 13.9882L5.72041 19.2343C5.96287 19.544 6.17112 19.949 6.32738 20.4054L6.3374 20.4346C6.51032 20.9397 6.65389 21.359 6.78829 21.6731C6.91395 21.9668 7.09118 22.3238 7.4061 22.5489C7.69726 22.7569 8.02672 22.8207 8.31694 22.8484C8.5973 22.8751 8.9454 22.8751 9.33985 22.875L15.741 22.8751C15.8607 22.8752 15.9851 22.8753 16.0995 22.8604C16.887 22.7581 17.5069 22.1382 17.6093 21.3506C17.6242 21.2363 17.624 21.0802 17.6239 20.9605C17.6239 20.6327 17.7571 20.2964 18.0032 20.0154C18.4013 19.5609 18.997 18.8285 19.2433 18.1849C19.4472 17.652 19.5374 17.0793 19.581 16.3924C19.6239 15.7171 19.6239 14.8824 19.6239 13.8177L19.6243 12.3191C19.6243 10.9748 18.6524 9.82755 17.3264 9.60655C17.1832 9.58268 17.0529 9.69311 17.0529 9.83828V12.1251C17.0529 12.3564 16.861 12.544 16.6243 12.544C16.3876 12.544 16.1957 12.3564 16.1957 12.1251V9.79473C16.1957 9.70455 16.1957 9.65946 16.1821 9.6158C16.1685 9.57214 16.1444 9.53729 16.0962 9.4676C15.7038 8.90048 15.2768 8.51827 14.2243 8.41851C13.9552 8.393 13.8206 8.38025 13.7225 8.46951C13.6244 8.55878 13.6244 8.70338 13.6244 8.99259V11.0083C13.6244 11.2396 13.4325 11.4271 13.1958 11.4271C12.9591 11.4271 12.7673 11.2396 12.7673 11.0083V8.38779C12.7673 8.25696 12.7673 8.19154 12.7371 8.12945C12.7069 8.06737 12.6621 8.03211 12.5723 7.96159C12.1048 7.59408 11.5152 7.37488 10.8743 7.37488C10.7585 7.38048 10.5801 7.41943 10.4149 7.50072C10.3292 7.54291 10.2863 7.564 10.241 7.63679C10.1957 7.70959 10.1957 7.77685 10.1957 7.91138V9.89139C10.1957 10.1227 10.0038 10.3102 9.7671 10.3102C9.53042 10.3102 9.33854 10.1227 9.33854 9.89139L9.33854 2.66068C9.33854 1.95055 8.76287 1.37488 8.05274 1.37488C7.34262 1.37488 6.76694 1.95055 6.76694 2.66068Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.375 5.38074C21.9273 5.38074 22.375 4.93302 22.375 4.38074C22.375 3.82845 21.9273 3.38074 21.375 3.38074L18.875 3.38074L18.875 2.78648C18.8751 2.61084 18.8753 2.39519 18.8532 2.21875L18.8528 2.2154C18.837 2.08896 18.7652 1.51292 18.1996 1.23855C17.6327 0.963595 17.1326 1.26553 17.0244 1.33085L16.5559 1.66999C16.1801 1.96462 15.6656 2.37032 15.2746 2.75076C15.0795 2.94059 14.8783 3.15785 14.7194 3.38876C14.5782 3.59402 14.375 3.94421 14.375 4.37488C14.375 4.80554 14.5782 5.15574 14.7194 5.361C14.8783 5.59191 15.0795 5.80917 15.2746 5.999C15.6656 6.37943 16.1801 6.78513 16.5559 7.07976L17.0244 7.41891C17.1326 7.48423 17.6328 7.78616 18.1996 7.5112C18.7652 7.23684 18.837 6.6608 18.8528 6.53435L18.8532 6.531C18.8753 6.35457 18.8751 6.13891 18.875 5.96327L18.875 5.38074L21.375 5.38074Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-left-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.75 5.50574C21.3023 5.50574 21.75 5.05802 21.75 4.50574C21.75 3.95345 21.3023 3.50574 20.75 3.50574L18.25 3.50574L18.25 2.91148C18.2501 2.73584 18.2503 2.52019 18.2282 2.34375L18.2278 2.3404C18.212 2.21396 18.1402 1.63792 17.5746 1.36355C17.0077 1.08859 16.5076 1.39053 16.3994 1.45585L15.9309 1.79499C15.5551 2.08962 15.0406 2.49532 14.6496 2.87576C14.4545 3.06559 14.2533 3.28285 14.0944 3.51376C13.9532 3.71902 13.75 4.06921 13.75 4.49988C13.75 4.93054 13.9532 5.28074 14.0944 5.486C14.2533 5.71691 14.4545 5.93417 14.6496 6.124C15.0406 6.50443 15.5551 6.91013 15.9309 7.20476L16.3994 7.54391C16.5076 7.60923 17.0078 7.91116 17.5746 7.6362C18.1402 7.36184 18.212 6.7858 18.2278 6.65935L18.2282 6.656C18.2503 6.47957 18.2501 6.26391 18.25 6.08827L18.25 5.50574L20.75 5.50574Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.30926 11.302C9.54796 11.302 9.74147 11.1144 9.74147 10.8831V7.76549C9.74147 7.58807 9.74147 7.49936 9.809 7.41657C9.87653 7.33378 9.94438 7.31986 10.0801 7.29203C10.2487 7.25744 10.4112 7.24848 10.5 7.25003C11.1087 7.25003 11.6712 7.4478 12.1268 7.78258C12.2223 7.85276 12.27 7.88785 12.3024 7.95173C12.3347 8.0156 12.3347 8.08355 12.3347 8.21945V10.8831C12.3347 11.1144 12.5282 11.302 12.7669 11.302C13.0056 11.302 13.1991 11.1144 13.1991 10.8831V8.87581C13.1991 8.58575 13.1991 8.44072 13.3006 8.35115C13.4021 8.26158 13.534 8.27813 13.7979 8.31122C14.6863 8.42268 15.277 8.79127 15.6875 9.33264C15.7365 9.39728 15.761 9.42961 15.7767 9.47613C15.7923 9.52266 15.7923 9.56893 15.7923 9.66147V12C15.7923 12.2313 15.9858 12.4188 16.2245 12.4188C16.4632 12.4188 16.6567 12.2313 16.6567 12V10.0817C16.6567 9.79028 16.6567 9.64457 16.7749 9.55452C16.893 9.46447 17.0119 9.49715 17.2496 9.56252C18.385 9.8748 19.2489 11.0425 19.25 12.1923L19.25 14.0119C19.2503 15.8578 19.2505 16.9881 18.9139 17.9223C18.6535 18.6449 18.2529 19.2988 17.7442 19.8532C17.3791 20.2513 17.1804 20.663 17.1804 21.0449C17.1804 21.9866 16.417 22.75 15.4753 22.75L8.22222 22.7501C8.02199 22.7504 7.81349 22.7508 7.62474 22.7093C6.95791 22.5629 6.4371 22.0421 6.29071 21.3753C6.24927 21.1865 6.24967 20.9251 6.25 20.7249C6.25 20.4413 6.15358 20.1662 5.97657 19.9446L3.92578 17.3696C3.439 16.6526 3.04344 16.0701 2.76761 15.5649C2.48104 15.04 2.28969 14.5403 2.25651 13.9817C2.23749 13.6617 2.2602 13.3405 2.32406 13.0263C2.43545 12.478 2.69502 12.0096 3.05239 11.5291C3.38461 11.0824 3.95731 10.4499 4.51704 9.83167C4.85152 9.5131 5.01876 9.35381 5.16385 9.37553C5.21482 9.38317 5.26296 9.4038 5.30364 9.43544C5.41943 9.52552 5.41943 9.75648 5.41943 10.2184V13.6753C5.41943 13.9066 5.61294 14.0942 5.85164 14.0942C6.09034 14.0942 6.28384 13.9066 6.28384 13.6753V2.54649C6.28384 1.83039 6.86435 1.24988 7.58045 1.24988C8.29655 1.24988 8.87706 1.83039 8.87706 2.54649V10.8831C8.87706 11.1144 9.07057 11.302 9.30926 11.302Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.75 5.50574C21.3023 5.50574 21.75 5.05802 21.75 4.50574C21.75 3.95345 21.3023 3.50574 20.75 3.50574L18.25 3.50574L18.25 2.91148C18.2501 2.73584 18.2503 2.52019 18.2282 2.34375L18.2278 2.3404C18.212 2.21396 18.1402 1.63792 17.5746 1.36355C17.0077 1.08859 16.5076 1.39053 16.3994 1.45585L15.9309 1.79499C15.5551 2.08962 15.0406 2.49532 14.6496 2.87576C14.4545 3.06559 14.2533 3.28285 14.0944 3.51376C13.9532 3.71902 13.75 4.06921 13.75 4.49988C13.75 4.93054 13.9532 5.28074 14.0944 5.486C14.2533 5.71691 14.4545 5.93417 14.6496 6.124C15.0406 6.50443 15.5551 6.91013 15.9309 7.20476L16.3994 7.54391C16.5076 7.60923 17.0078 7.91116 17.5746 7.6362C18.1402 7.36184 18.212 6.7858 18.2278 6.65935L18.2282 6.656C18.2503 6.47957 18.2501 6.26391 18.25 6.08827L18.25 5.50574L20.75 5.50574Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.30926 11.302C9.54796 11.302 9.74147 11.1144 9.74147 10.8831V7.76549C9.74147 7.58807 9.74147 7.49936 9.809 7.41657C9.87653 7.33378 9.94438 7.31986 10.0801 7.29203C10.2487 7.25744 10.4112 7.24848 10.5 7.25003C11.1087 7.25003 11.6712 7.4478 12.1268 7.78258C12.2223 7.85276 12.27 7.88785 12.3024 7.95173C12.3347 8.0156 12.3347 8.08355 12.3347 8.21945V10.8831C12.3347 11.1144 12.5282 11.302 12.7669 11.302C13.0056 11.302 13.1991 11.1144 13.1991 10.8831V8.87581C13.1991 8.58575 13.1991 8.44072 13.3006 8.35115C13.4021 8.26158 13.534 8.27813 13.7979 8.31122C14.6863 8.42268 15.277 8.79127 15.6875 9.33264C15.7365 9.39728 15.761 9.42961 15.7767 9.47613C15.7923 9.52266 15.7923 9.56893 15.7923 9.66147V12C15.7923 12.2313 15.9858 12.4188 16.2245 12.4188C16.4632 12.4188 16.6567 12.2313 16.6567 12V10.0817C16.6567 9.79028 16.6567 9.64457 16.7749 9.55452C16.893 9.46447 17.0119 9.49715 17.2496 9.56252C18.385 9.8748 19.2489 11.0425 19.25 12.1923L19.25 14.0119C19.2503 15.8578 19.2505 16.9881 18.9139 17.9223C18.6535 18.6449 18.2529 19.2988 17.7442 19.8532C17.3791 20.2513 17.1804 20.663 17.1804 21.0449C17.1804 21.9866 16.417 22.75 15.4753 22.75L8.22222 22.7501C8.02199 22.7504 7.81349 22.7508 7.62474 22.7093C6.95791 22.5629 6.4371 22.0421 6.29071 21.3753C6.24927 21.1865 6.24967 20.9251 6.25 20.7249C6.25 20.4413 6.15358 20.1662 5.97657 19.9446L3.92578 17.3696C3.439 16.6526 3.04344 16.0701 2.76761 15.5649C2.48104 15.04 2.28969 14.5403 2.25651 13.9817C2.23749 13.6617 2.2602 13.3405 2.32406 13.0263C2.43545 12.478 2.69502 12.0096 3.05239 11.5291C3.38461 11.0824 3.95731 10.4499 4.51704 9.83167C4.85152 9.5131 5.01876 9.35381 5.16385 9.37553C5.21482 9.38317 5.26296 9.4038 5.30364 9.43544C5.41943 9.52552 5.41943 9.75648 5.41943 10.2184V13.6753C5.41943 13.9066 5.61294 14.0942 5.85164 14.0942C6.09034 14.0942 6.28384 13.9066 6.28384 13.6753V2.54649C6.28384 1.83039 6.86435 1.24988 7.58045 1.24988C8.29655 1.24988 8.87706 1.83039 8.87706 2.54649V10.8831C8.87706 11.1144 9.07057 11.302 9.30926 11.302Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-left-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3908 11.2363C10.6275 11.2363 10.8194 11.0477 10.8194 10.815V7.765C10.8194 7.61034 10.8194 7.53302 10.8787 7.45328C10.9381 7.37354 10.9934 7.35698 11.1041 7.32385C11.2566 7.2782 11.4114 7.25619 11.4975 7.24998C12.1385 7.24998 12.7283 7.46931 13.196 7.83703C13.2856 7.90755 13.3305 7.94282 13.3606 8.00489C13.3908 8.06697 13.3908 8.13237 13.3908 8.26317V10.815C13.3908 11.0477 13.5827 11.2363 13.8194 11.2363C14.0561 11.2363 14.2479 11.0477 14.2479 10.815V8.84998C14.2479 8.5604 14.2479 8.41561 14.3482 8.32614C14.4485 8.23668 14.5813 8.25187 14.8469 8.28226C15.7072 8.38068 16.2671 8.69699 16.6783 9.13252L16.6783 9.13252C16.7441 9.20215 16.7769 9.23697 16.7981 9.29034C16.8194 9.34371 16.8194 9.39821 16.8194 9.50719V11.9383C16.8194 12.1709 17.0112 12.3595 17.2479 12.3595C17.4846 12.3595 17.6765 12.1709 17.6765 11.9383V10.0361C17.6765 9.74406 17.6765 9.59802 17.7885 9.50795C17.9004 9.41789 18.0244 9.44508 18.2723 9.49946C19.4699 9.76221 20.2475 10.8088 20.2475 12V14.6927V14.6927C20.2475 15.7574 20.2475 16.5921 20.2046 17.2674C20.161 17.9542 20.0708 18.5269 19.8669 19.0599C19.2849 20.5808 18.0866 21.7834 16.5689 22.3678C16.0369 22.5726 15.4652 22.6631 14.7801 22.7069C14.1067 22.75 13.2744 22.75 12.2132 22.75C11.166 22.7501 10.4019 22.7502 9.79257 22.6158C8.8642 22.4111 8.0013 21.9782 7.28138 21.3563C6.80889 20.9482 6.42238 20.4311 5.79399 19.5904L2.5259 15.0806C2.46927 15.0022 2.42132 14.9197 2.38203 14.8344C2.30456 14.6106 2.26059 14.3782 2.25 14.1447C2.26603 13.8434 2.37523 13.5462 2.57689 13.2976C3.13519 12.6096 4.17526 12.553 4.80692 13.1757L6.6587 15.0015C6.78116 15.1223 6.9656 15.1586 7.12591 15.0934C7.28623 15.0283 7.39079 14.8746 7.39079 14.7041V3.53571C7.39079 2.82563 7.96642 2.25 8.6765 2.25C9.38658 2.25 9.96222 2.82563 9.96222 3.53571V10.815C9.96222 11.0477 10.1541 11.2363 10.3908 11.2363Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7481 3.49414C21.3004 3.49414 21.7481 3.94186 21.7481 4.49414C21.7481 5.04643 21.3004 5.49414 20.7481 5.49414L18.248 5.49414L18.2481 6.0884C18.2482 6.26404 18.2483 6.47969 18.2263 6.65613L18.2259 6.65947C18.2101 6.78592 18.1383 7.36196 17.5727 7.63632C17.0058 7.91128 16.5057 7.60935 16.3975 7.54403L15.929 7.20489C15.5532 6.91025 15.0387 6.50455 14.6477 6.12412C14.4526 5.93429 14.2514 5.71703 14.0925 5.48612C13.9513 5.28086 13.748 4.93067 13.748 4.5C13.748 4.06933 13.9513 3.71914 14.0925 3.51388C14.2514 3.28297 14.4526 3.06571 14.6477 2.87588C15.0387 2.49545 15.5532 2.08975 15.929 1.79512L16.3975 1.45597C16.5057 1.39065 17.0058 1.08872 17.5727 1.36368C18.1383 1.63804 18.2101 2.21408 18.2259 2.34053L18.2263 2.34387C18.2483 2.52031 18.2482 2.73597 18.2481 2.9116L18.248 3.49414L20.7481 3.49414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3908 11.2363C10.6275 11.2363 10.8194 11.0477 10.8194 10.815V7.765C10.8194 7.61034 10.8194 7.53302 10.8787 7.45328C10.9381 7.37354 10.9934 7.35698 11.1041 7.32385C11.2566 7.2782 11.4114 7.25619 11.4975 7.24998C12.1385 7.24998 12.7283 7.46931 13.196 7.83703C13.2856 7.90755 13.3305 7.94282 13.3606 8.00489C13.3908 8.06697 13.3908 8.13237 13.3908 8.26317V10.815C13.3908 11.0477 13.5827 11.2363 13.8194 11.2363C14.0561 11.2363 14.2479 11.0477 14.2479 10.815V8.84998C14.2479 8.5604 14.2479 8.41561 14.3482 8.32614C14.4485 8.23668 14.5813 8.25187 14.8469 8.28226C15.7072 8.38068 16.2671 8.69699 16.6783 9.13252L16.6783 9.13252C16.7441 9.20215 16.7769 9.23697 16.7981 9.29034C16.8194 9.34371 16.8194 9.39821 16.8194 9.50719V11.9383C16.8194 12.1709 17.0112 12.3595 17.2479 12.3595C17.4846 12.3595 17.6765 12.1709 17.6765 11.9383V10.0361C17.6765 9.74406 17.6765 9.59802 17.7885 9.50795C17.9004 9.41789 18.0244 9.44508 18.2723 9.49946C19.4699 9.76221 20.2475 10.8088 20.2475 12V14.6927V14.6927C20.2475 15.7574 20.2475 16.5921 20.2046 17.2674C20.161 17.9542 20.0708 18.5269 19.8669 19.0599C19.2849 20.5808 18.0866 21.7834 16.5689 22.3678C16.0369 22.5726 15.4652 22.6631 14.7801 22.7069C14.1067 22.75 13.2744 22.75 12.2132 22.75C11.166 22.7501 10.4019 22.7502 9.79257 22.6158C8.8642 22.4111 8.0013 21.9782 7.28138 21.3563C6.80889 20.9482 6.42238 20.4311 5.79399 19.5904L2.5259 15.0806C2.46927 15.0022 2.42132 14.9197 2.38203 14.8344C2.30456 14.6106 2.26059 14.3782 2.25 14.1447C2.26603 13.8434 2.37523 13.5462 2.57689 13.2976C3.13519 12.6096 4.17526 12.553 4.80692 13.1757L6.6587 15.0015C6.78116 15.1223 6.9656 15.1586 7.12591 15.0934C7.28623 15.0283 7.39079 14.8746 7.39079 14.7041V3.53571C7.39079 2.82563 7.96642 2.25 8.6765 2.25C9.38658 2.25 9.96222 2.82563 9.96222 3.53571V10.815C9.96222 11.0477 10.1541 11.2363 10.3908 11.2363Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7481 3.49414C21.3004 3.49414 21.7481 3.94186 21.7481 4.49414C21.7481 5.04643 21.3004 5.49414 20.7481 5.49414L18.248 5.49414L18.2481 6.0884C18.2482 6.26404 18.2483 6.47969 18.2263 6.65613L18.2259 6.65947C18.2101 6.78592 18.1383 7.36196 17.5727 7.63632C17.0058 7.91128 16.5057 7.60935 16.3975 7.54403L15.929 7.20489C15.5532 6.91025 15.0387 6.50455 14.6477 6.12412C14.4526 5.93429 14.2514 5.71703 14.0925 5.48612C13.9513 5.28086 13.748 4.93067 13.748 4.5C13.748 4.06933 13.9513 3.71914 14.0925 3.51388C14.2514 3.28297 14.4526 3.06571 14.6477 2.87588C15.0387 2.49545 15.5532 2.08975 15.929 1.79512L16.3975 1.45597C16.5057 1.39065 17.0058 1.08872 17.5727 1.36368C18.1383 1.63804 18.2101 2.21408 18.2259 2.34053L18.2263 2.34387C18.2483 2.52031 18.2482 2.73597 18.2481 2.9116L18.248 3.49414L20.7481 3.49414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-left-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.29468 11.3115C5.29468 10.7713 5.29468 10.5013 5.14251 10.4151C5.12305 10.4041 5.10241 10.3953 5.08098 10.3888C4.9135 10.3385 4.71843 10.5253 4.32829 10.8989C3.74516 11.543 3.27152 12.0662 2.92739 12.5289C2.57002 13.0094 2.31045 13.4779 2.19906 14.0261C2.1352 14.3404 2.11249 14.6615 2.13151 14.9816C2.16469 15.5401 2.35604 16.0399 2.64261 16.5647C2.91844 17.0699 3.314 17.6525 3.80078 18.3694L4.43733 19.307C5.02522 20.173 5.38624 20.7049 5.83551 21.1327C6.62031 21.8799 7.60124 22.3948 8.66637 22.6208C9.27574 22.7501 10.19 22.75 11.2518 22.7499C13.138 22.7502 14.2824 22.7504 15.2277 22.4219C16.8871 21.8454 18.1981 20.5615 18.7889 18.9222C19.1255 17.988 19.1253 16.8577 19.125 15.0118L19.125 12.9999C19.125 12.7344 19.1053 12.0833 19.0955 11.7909C19.0955 10.7883 18.261 9.81 17.1271 9.54905C16.8812 9.49248 16.7583 9.46419 16.6451 9.55427C16.532 9.64435 16.532 9.79009 16.532 10.0816V11.9382C16.532 12.1709 16.3385 12.3595 16.0998 12.3595C15.8611 12.3595 15.6676 12.1709 15.6676 11.9382V9.50222C15.6676 9.39297 15.6676 9.33834 15.6456 9.28418C15.6237 9.23003 15.591 9.1962 15.5254 9.12855C15.1073 8.69682 14.5057 8.38462 13.6733 8.28434C13.4086 8.25246 13.2763 8.23652 13.1753 8.32604C13.0743 8.41557 13.0743 8.56034 13.0743 8.84989V10.8149C13.0743 11.0476 12.8808 11.2362 12.6421 11.2362C12.4034 11.2362 12.2099 11.0476 12.2099 10.8149V8.21949C12.2099 8.08361 12.2099 8.01567 12.1776 7.9518C12.1453 7.88793 12.0976 7.85284 12.0021 7.78266C11.5465 7.44774 10.9838 7.24989 10.375 7.24989C10.2926 7.25032 10.144 7.26016 9.98465 7.28928C9.83214 7.31715 9.75589 7.33108 9.6863 7.41454C9.61671 7.498 9.61671 7.59288 9.61671 7.78263V10.8149C9.61671 11.0476 9.42321 11.2362 9.18451 11.2362C8.94581 11.2362 8.75231 11.0476 8.75231 10.8149V3.54642C8.75231 2.83033 8.1718 2.24982 7.4557 2.24982C6.7396 2.24982 6.15909 2.83033 6.15909 3.54642V14.7464C6.15909 14.9791 5.96558 15.1677 5.72688 15.1677C5.48819 15.1677 5.29468 14.9791 5.29468 14.7464V11.3115Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.875 3.49414C21.4273 3.49414 21.875 3.94186 21.875 4.49414C21.875 5.04643 21.4273 5.49414 20.875 5.49414L18.375 5.49414L18.375 6.0884C18.3751 6.26404 18.3753 6.47969 18.3532 6.65613L18.3528 6.65947C18.337 6.78592 18.2652 7.36196 17.6996 7.63632C17.1328 7.91128 16.6326 7.60935 16.5244 7.54403L16.056 7.20489C15.6801 6.91025 15.1657 6.50455 14.7747 6.12412C14.5796 5.93429 14.3783 5.71703 14.2195 5.48612C14.0783 5.28086 13.875 4.93067 13.875 4.5C13.875 4.06933 14.0783 3.71914 14.2195 3.51388C14.3783 3.28297 14.5796 3.06571 14.7747 2.87588C15.1657 2.49545 15.6801 2.08975 16.0559 1.79512L16.5244 1.45597C16.6326 1.39065 17.1328 1.08872 17.6996 1.36368C18.2652 1.63804 18.337 2.21408 18.3528 2.34053L18.3532 2.34387C18.3753 2.52031 18.3751 2.73597 18.375 2.9116L18.375 3.49414L20.875 3.49414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.29468 11.3115C5.29468 10.7713 5.29468 10.5013 5.14251 10.4151C5.12305 10.4041 5.10241 10.3953 5.08098 10.3888C4.9135 10.3385 4.71843 10.5253 4.32829 10.8989C3.74516 11.543 3.27152 12.0662 2.92739 12.5289C2.57002 13.0094 2.31045 13.4779 2.19906 14.0261C2.1352 14.3404 2.11249 14.6615 2.13151 14.9816C2.16469 15.5401 2.35604 16.0399 2.64261 16.5647C2.91844 17.0699 3.314 17.6525 3.80078 18.3694L4.43733 19.307C5.02522 20.173 5.38624 20.7049 5.83551 21.1327C6.62031 21.8799 7.60124 22.3948 8.66637 22.6208C9.27574 22.7501 10.19 22.75 11.2518 22.7499C13.138 22.7502 14.2824 22.7504 15.2277 22.4219C16.8871 21.8454 18.1981 20.5615 18.7889 18.9222C19.1255 17.988 19.1253 16.8577 19.125 15.0118L19.125 12.9999C19.125 12.7344 19.1053 12.0833 19.0955 11.7909C19.0955 10.7883 18.261 9.81 17.1271 9.54905C16.8812 9.49248 16.7583 9.46419 16.6451 9.55427C16.532 9.64435 16.532 9.79009 16.532 10.0816V11.9382C16.532 12.1709 16.3385 12.3595 16.0998 12.3595C15.8611 12.3595 15.6676 12.1709 15.6676 11.9382V9.50222C15.6676 9.39297 15.6676 9.33834 15.6456 9.28418C15.6237 9.23003 15.591 9.1962 15.5254 9.12855C15.1073 8.69682 14.5057 8.38462 13.6733 8.28434C13.4086 8.25246 13.2763 8.23652 13.1753 8.32604C13.0743 8.41557 13.0743 8.56034 13.0743 8.84989V10.8149C13.0743 11.0476 12.8808 11.2362 12.6421 11.2362C12.4034 11.2362 12.2099 11.0476 12.2099 10.8149V8.21949C12.2099 8.08361 12.2099 8.01567 12.1776 7.9518C12.1453 7.88793 12.0976 7.85284 12.0021 7.78266C11.5465 7.44774 10.9838 7.24989 10.375 7.24989C10.2926 7.25032 10.144 7.26016 9.98465 7.28928C9.83214 7.31715 9.75589 7.33108 9.6863 7.41454C9.61671 7.498 9.61671 7.59288 9.61671 7.78263V10.8149C9.61671 11.0476 9.42321 11.2362 9.18451 11.2362C8.94581 11.2362 8.75231 11.0476 8.75231 10.8149V3.54642C8.75231 2.83033 8.1718 2.24982 7.4557 2.24982C6.7396 2.24982 6.15909 2.83033 6.15909 3.54642V14.7464C6.15909 14.9791 5.96558 15.1677 5.72688 15.1677C5.48819 15.1677 5.29468 14.9791 5.29468 14.7464V11.3115Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.875 3.49414C21.4273 3.49414 21.875 3.94186 21.875 4.49414C21.875 5.04643 21.4273 5.49414 20.875 5.49414L18.375 5.49414L18.375 6.0884C18.3751 6.26404 18.3753 6.47969 18.3532 6.65613L18.3528 6.65947C18.337 6.78592 18.2652 7.36196 17.6996 7.63632C17.1328 7.91128 16.6326 7.60935 16.5244 7.54403L16.056 7.20489C15.6801 6.91025 15.1657 6.50455 14.7747 6.12412C14.5796 5.93429 14.3783 5.71703 14.2195 5.48612C14.0783 5.28086 13.875 4.93067 13.875 4.5C13.875 4.06933 14.0783 3.71914 14.2195 3.51388C14.3783 3.28297 14.5796 3.06571 14.7747 2.87588C15.1657 2.49545 15.6801 2.08975 16.0559 1.79512L16.5244 1.45597C16.6326 1.39065 17.1328 1.08872 17.6996 1.36368C18.2652 1.63804 18.337 2.21408 18.3528 2.34053L18.3532 2.34387C18.3753 2.52031 18.3751 2.73597 18.375 2.9116L18.375 3.49414L20.875 3.49414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-left-09{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.4084 2.26948C9.69935 2.14704 9.03026 2.61124 8.90712 3.29519L6.74922 15.2196C6.71952 15.3737 6.60574 15.4988 6.45398 15.544C6.30223 15.5892 6.13766 15.5472 6.02696 15.4349L3.79919 13.1746C3.16933 12.5528 2.13346 12.6102 1.57766 13.2982C1.15199 13.8251 1.14024 14.5704 1.54907 15.1102L4.96732 19.6234C5.75448 20.6627 6.11147 21.1302 6.535 21.4914C7.19372 22.0531 7.98307 22.4439 8.8321 22.6287C9.37801 22.7476 9.96986 22.7499 11.2818 22.7499H14.0065C16.5024 22.7499 18.6527 21.0087 19.1484 18.5864L20.2306 13.2314C20.3535 12.5487 19.8885 11.8906 19.1806 11.7684C18.4715 11.646 17.8024 12.1102 17.6793 12.7941L17.5797 13.3472C17.5385 13.5762 17.3175 13.7288 17.0863 13.688C16.855 13.6471 16.7009 13.4284 16.7422 13.1993L16.8417 12.6462L17.0409 11.54C17.1638 10.8574 16.6989 10.1993 15.991 10.077C15.2819 9.95459 14.6128 10.4188 14.4897 11.1027L14.3901 11.6558C14.3488 11.8849 14.1279 12.0374 13.8966 11.9966C13.6653 11.9558 13.5113 11.737 13.5525 11.508L13.8513 9.84866C13.9742 9.16599 13.5093 8.50791 12.8014 8.38567C12.0924 8.26326 11.4235 8.72721 11.3001 9.41089L11.0013 11.0707C10.96 11.2997 10.7391 11.4523 10.5078 11.4114C10.2765 11.3706 10.1225 11.1518 10.1637 10.9228L11.4584 3.73247C11.5813 3.0498 11.1163 2.39172 10.4084 2.26948Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.7503 3.49402C22.3026 3.49402 22.7503 3.94173 22.7503 4.49402C22.7503 5.0463 22.3026 5.49402 21.7503 5.49402L19.2502 5.49402L19.2503 6.08828C19.2504 6.26391 19.2505 6.47957 19.2285 6.65601L19.2281 6.65935C19.2123 6.7858 19.1405 7.36184 18.5749 7.6362C18.008 7.91116 17.5079 7.60923 17.3997 7.5439L16.9312 7.20476C16.5554 6.91013 16.0409 6.50443 15.6499 6.124C15.4548 5.93417 15.2536 5.71691 15.0947 5.486C14.9535 5.28074 14.7502 4.93054 14.7502 4.49988C14.7502 4.06921 14.9535 3.71902 15.0947 3.51376C15.2536 3.28285 15.4548 3.06559 15.6499 2.87576C16.0409 2.49532 16.5554 2.08963 16.9312 1.795L17.3997 1.45585C17.5079 1.39053 18.008 1.0886 18.5749 1.36355C19.1405 1.63792 19.2123 2.21396 19.2281 2.3404L19.2285 2.34375C19.2505 2.52019 19.2504 2.73584 19.2503 2.91148L19.2502 3.49402L21.7503 3.49402Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.4084 2.26948C9.69935 2.14704 9.03026 2.61124 8.90712 3.29519L6.74922 15.2196C6.71952 15.3737 6.60574 15.4988 6.45398 15.544C6.30223 15.5892 6.13766 15.5472 6.02696 15.4349L3.79919 13.1746C3.16933 12.5528 2.13346 12.6102 1.57766 13.2982C1.15199 13.8251 1.14024 14.5704 1.54907 15.1102L4.96732 19.6234C5.75448 20.6627 6.11147 21.1302 6.535 21.4914C7.19372 22.0531 7.98307 22.4439 8.8321 22.6287C9.37801 22.7476 9.96986 22.7499 11.2818 22.7499H14.0065C16.5024 22.7499 18.6527 21.0087 19.1484 18.5864L20.2306 13.2314C20.3535 12.5487 19.8885 11.8906 19.1806 11.7684C18.4715 11.646 17.8024 12.1102 17.6793 12.7941L17.5797 13.3472C17.5385 13.5762 17.3175 13.7288 17.0863 13.688C16.855 13.6471 16.7009 13.4284 16.7422 13.1993L16.8417 12.6462L17.0409 11.54C17.1638 10.8574 16.6989 10.1993 15.991 10.077C15.2819 9.95459 14.6128 10.4188 14.4897 11.1027L14.3901 11.6558C14.3488 11.8849 14.1279 12.0374 13.8966 11.9966C13.6653 11.9558 13.5113 11.737 13.5525 11.508L13.8513 9.84866C13.9742 9.16599 13.5093 8.50791 12.8014 8.38567C12.0924 8.26326 11.4235 8.72721 11.3001 9.41089L11.0013 11.0707C10.96 11.2997 10.7391 11.4523 10.5078 11.4114C10.2765 11.3706 10.1225 11.1518 10.1637 10.9228L11.4584 3.73247C11.5813 3.0498 11.1163 2.39172 10.4084 2.26948Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.7503 3.49402C22.3026 3.49402 22.7503 3.94173 22.7503 4.49402C22.7503 5.0463 22.3026 5.49402 21.7503 5.49402L19.2502 5.49402L19.2503 6.08828C19.2504 6.26391 19.2505 6.47957 19.2285 6.65601L19.2281 6.65935C19.2123 6.7858 19.1405 7.36184 18.5749 7.6362C18.008 7.91116 17.5079 7.60923 17.3997 7.5439L16.9312 7.20476C16.5554 6.91013 16.0409 6.50443 15.6499 6.124C15.4548 5.93417 15.2536 5.71691 15.0947 5.486C14.9535 5.28074 14.7502 4.93054 14.7502 4.49988C14.7502 4.06921 14.9535 3.71902 15.0947 3.51376C15.2536 3.28285 15.4548 3.06559 15.6499 2.87576C16.0409 2.49532 16.5554 2.08963 16.9312 1.795L17.3997 1.45585C17.5079 1.39053 18.008 1.0886 18.5749 1.36355C19.1405 1.63792 19.2123 2.21396 19.2281 2.3404L19.2285 2.34375C19.2505 2.52019 19.2504 2.73584 19.2503 2.91148L19.2502 3.49402L21.7503 3.49402Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-right-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.125 3.75C7.125 2.36929 8.24429 1.25 9.625 1.25C11.0057 1.25 12.125 2.36929 12.125 3.75V8.74751C13.9889 8.81064 16.694 9.38616 18.7281 11.4332C19.664 12.3751 19.7195 13.7529 19.5487 14.8931C19.3725 16.0699 18.9221 17.2359 18.5499 18.0131C18.4306 18.2264 17.9492 19.1202 17.8475 19.3235C17.6311 19.7563 17.5169 20.1001 17.5169 20.382V20.382C17.5169 20.6473 17.5169 20.918 17.4998 21.1214C17.4813 21.3409 17.439 21.5809 17.3147 21.8165C17.1502 22.1284 16.8953 22.3833 16.5834 22.5479C16.3477 22.6721 16.1078 22.7145 15.8883 22.7329C15.6848 22.75 15.4412 22.75 15.1759 22.75H9.59141H9.5914C9.28368 22.75 9.00019 22.7501 8.76433 22.7266C8.50772 22.7012 8.04462 22.6003 7.7825 22.3382C7.5125 22.1107 7.36334 21.7789 7.2574 21.5062C7.14427 21.2149 7.02429 20.8294 6.87995 20.3655L6.87994 20.3655C6.77049 20.0584 6.5346 19.6676 5.93562 18.8763L2.65847 14.5465C1.9498 13.641 1.94679 12.3548 2.65182 11.4457C3.51024 10.3388 5.10327 10.1793 6.1552 11.1094L7.125 12.1242V3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.875 5.50586C14.3227 5.50586 13.875 5.05814 13.875 4.50586C13.875 3.95357 14.3227 3.50586 14.875 3.50586L17.375 3.50586L17.375 2.9116C17.3749 2.73596 17.3747 2.52031 17.3968 2.34387L17.3972 2.34053C17.413 2.21408 17.4848 1.63804 18.0504 1.36368C18.6173 1.08872 19.1174 1.39065 19.2256 1.45597L19.6941 1.79511C20.0699 2.08975 20.5844 2.49545 20.9754 2.87588C21.1705 3.06571 21.3717 3.28297 21.5306 3.51388C21.6718 3.71914 21.875 4.06933 21.875 4.5C21.875 4.93067 21.6718 5.28086 21.5306 5.48612C21.3717 5.71703 21.1705 5.93429 20.9754 6.12412C20.5844 6.50455 20.0699 6.91025 19.6941 7.20488L19.2256 7.54403C19.1174 7.60935 18.6172 7.91128 18.0504 7.63632C17.4848 7.36196 17.413 6.78592 17.3972 6.65947L17.3968 6.65613C17.3747 6.47969 17.3749 6.26403 17.375 6.0884L17.375 5.50586L14.875 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.125 3.75C7.125 2.36929 8.24429 1.25 9.625 1.25C11.0057 1.25 12.125 2.36929 12.125 3.75V8.74751C13.9889 8.81064 16.694 9.38616 18.7281 11.4332C19.664 12.3751 19.7195 13.7529 19.5487 14.8931C19.3725 16.0699 18.9221 17.2359 18.5499 18.0131C18.4306 18.2264 17.9492 19.1202 17.8475 19.3235C17.6311 19.7563 17.5169 20.1001 17.5169 20.382V20.382C17.5169 20.6473 17.5169 20.918 17.4998 21.1214C17.4813 21.3409 17.439 21.5809 17.3147 21.8165C17.1502 22.1284 16.8953 22.3833 16.5834 22.5479C16.3477 22.6721 16.1078 22.7145 15.8883 22.7329C15.6848 22.75 15.4412 22.75 15.1759 22.75H9.59141H9.5914C9.28368 22.75 9.00019 22.7501 8.76433 22.7266C8.50772 22.7012 8.04462 22.6003 7.7825 22.3382C7.5125 22.1107 7.36334 21.7789 7.2574 21.5062C7.14427 21.2149 7.02429 20.8294 6.87995 20.3655L6.87994 20.3655C6.77049 20.0584 6.5346 19.6676 5.93562 18.8763L2.65847 14.5465C1.9498 13.641 1.94679 12.3548 2.65182 11.4457C3.51024 10.3388 5.10327 10.1793 6.1552 11.1094L7.125 12.1242V3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.875 5.50586C14.3227 5.50586 13.875 5.05814 13.875 4.50586C13.875 3.95357 14.3227 3.50586 14.875 3.50586L17.375 3.50586L17.375 2.9116C17.3749 2.73596 17.3747 2.52031 17.3968 2.34387L17.3972 2.34053C17.413 2.21408 17.4848 1.63804 18.0504 1.36368C18.6173 1.08872 19.1174 1.39065 19.2256 1.45597L19.6941 1.79511C20.0699 2.08975 20.5844 2.49545 20.9754 2.87588C21.1705 3.06571 21.3717 3.28297 21.5306 3.51388C21.6718 3.71914 21.875 4.06933 21.875 4.5C21.875 4.93067 21.6718 5.28086 21.5306 5.48612C21.3717 5.71703 21.1705 5.93429 20.9754 6.12412C20.5844 6.50455 20.0699 6.91025 19.6941 7.20488L19.2256 7.54403C19.1174 7.60935 18.6172 7.91128 18.0504 7.63632C17.4848 7.36196 17.413 6.78592 17.3972 6.65947L17.3968 6.65613C17.3747 6.47969 17.3749 6.26403 17.375 6.0884L17.375 5.50586L14.875 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-right-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.3555 10.723C4.85568 10.2601 5.33142 9.86839 5.62499 9.6343V3.75C5.62499 2.36929 6.74428 1.25 8.12499 1.25C9.5057 1.25 10.625 2.36929 10.625 3.75V8.74751C12.4889 8.81064 15.194 9.38616 17.2281 11.4332C18.164 12.3751 18.2194 13.7529 18.0487 14.8931C17.8725 16.0699 17.4221 17.2359 17.0499 18.0131C16.9423 18.2378 16.4673 19.1093 16.3475 19.3235C16.1311 19.7563 16.0169 20.1001 16.0169 20.382V20.382C16.0169 20.6473 16.0169 20.918 15.9998 21.1214C15.9813 21.3409 15.939 21.5809 15.8147 21.8165C15.6502 22.1284 15.3953 22.3833 15.0833 22.5479C14.8477 22.6721 14.6078 22.7145 14.3883 22.7329C14.1848 22.75 13.9412 22.75 13.6759 22.75H7.37023C6.40644 22.75 5.62513 21.9687 5.62513 21.0049C5.62513 20.919 5.57861 20.7219 5.41284 20.395C5.2571 20.088 5.03613 19.7424 4.78446 19.3828C4.56059 19.063 4.32444 18.7488 4.10227 18.4532L4.10221 18.4531C3.86815 18.1414 3.37331 17.428 3.22572 17.185C2.95733 16.7547 2.63832 16.2433 2.42278 15.7201C2.14204 15.0386 1.98739 14.2344 2.29034 13.3624C2.46011 12.8738 2.80241 12.3863 3.15787 11.9613C3.52383 11.5239 3.9531 11.0953 4.3555 10.723Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.875 5.50586C14.3227 5.50586 13.875 5.05814 13.875 4.50586C13.875 3.95357 14.3227 3.50586 14.875 3.50586L17.375 3.50586L17.375 2.9116C17.3749 2.73596 17.3747 2.52031 17.3968 2.34387L17.3972 2.34053C17.413 2.21408 17.4848 1.63804 18.0504 1.36368C18.6173 1.08872 19.1174 1.39065 19.2256 1.45597L19.6941 1.79511C20.0699 2.08975 20.5844 2.49545 20.9754 2.87588C21.1705 3.06571 21.3717 3.28297 21.5306 3.51388C21.6718 3.71914 21.875 4.06933 21.875 4.5C21.875 4.93067 21.6718 5.28086 21.5306 5.48612C21.3717 5.71703 21.1705 5.93429 20.9754 6.12412C20.5844 6.50455 20.0699 6.91025 19.6941 7.20488L19.2256 7.54403C19.1174 7.60935 18.6172 7.91128 18.0504 7.63632C17.4848 7.36196 17.413 6.78592 17.3972 6.65947L17.3968 6.65613C17.3747 6.47969 17.3749 6.26403 17.375 6.0884L17.375 5.50586L14.875 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.3555 10.723C4.85568 10.2601 5.33142 9.86839 5.62499 9.6343V3.75C5.62499 2.36929 6.74428 1.25 8.12499 1.25C9.5057 1.25 10.625 2.36929 10.625 3.75V8.74751C12.4889 8.81064 15.194 9.38616 17.2281 11.4332C18.164 12.3751 18.2194 13.7529 18.0487 14.8931C17.8725 16.0699 17.4221 17.2359 17.0499 18.0131C16.9423 18.2378 16.4673 19.1093 16.3475 19.3235C16.1311 19.7563 16.0169 20.1001 16.0169 20.382V20.382C16.0169 20.6473 16.0169 20.918 15.9998 21.1214C15.9813 21.3409 15.939 21.5809 15.8147 21.8165C15.6502 22.1284 15.3953 22.3833 15.0833 22.5479C14.8477 22.6721 14.6078 22.7145 14.3883 22.7329C14.1848 22.75 13.9412 22.75 13.6759 22.75H7.37023C6.40644 22.75 5.62513 21.9687 5.62513 21.0049C5.62513 20.919 5.57861 20.7219 5.41284 20.395C5.2571 20.088 5.03613 19.7424 4.78446 19.3828C4.56059 19.063 4.32444 18.7488 4.10227 18.4532L4.10221 18.4531C3.86815 18.1414 3.37331 17.428 3.22572 17.185C2.95733 16.7547 2.63832 16.2433 2.42278 15.7201C2.14204 15.0386 1.98739 14.2344 2.29034 13.3624C2.46011 12.8738 2.80241 12.3863 3.15787 11.9613C3.52383 11.5239 3.9531 11.0953 4.3555 10.723Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.875 5.50586C14.3227 5.50586 13.875 5.05814 13.875 4.50586C13.875 3.95357 14.3227 3.50586 14.875 3.50586L17.375 3.50586L17.375 2.9116C17.3749 2.73596 17.3747 2.52031 17.3968 2.34387L17.3972 2.34053C17.413 2.21408 17.4848 1.63804 18.0504 1.36368C18.6173 1.08872 19.1174 1.39065 19.2256 1.45597L19.6941 1.79511C20.0699 2.08975 20.5844 2.49545 20.9754 2.87588C21.1705 3.06571 21.3717 3.28297 21.5306 3.51388C21.6718 3.71914 21.875 4.06933 21.875 4.5C21.875 4.93067 21.6718 5.28086 21.5306 5.48612C21.3717 5.71703 21.1705 5.93429 20.9754 6.12412C20.5844 6.50455 20.0699 6.91025 19.6941 7.20488L19.2256 7.54403C19.1174 7.60935 18.6172 7.91128 18.0504 7.63632C17.4848 7.36196 17.413 6.78592 17.3972 6.65947L17.3968 6.65613C17.3747 6.47969 17.3749 6.26403 17.375 6.0884L17.375 5.50586L14.875 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-right-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.25489 4.74988C7.25489 3.36917 8.37418 2.24988 9.75489 2.24988C11.1356 2.24988 12.2549 3.36917 12.2549 4.74988V9.36024L14.6076 9.73629L14.6304 9.7397C15.5724 9.881 16.3156 9.99248 16.9066 10.1209C17.5072 10.2513 18.0093 10.4107 18.4504 10.6749C19.7279 11.4402 20.7498 12.6632 20.7498 14.4735C20.7498 15.5605 20.4873 16.3445 19.9724 17.8823C19.6185 18.9447 19.2213 20.1357 18.8416 20.6887C18.2178 21.5971 17.2976 22.2604 16.2385 22.5649C15.5938 22.7503 14.8756 22.7501 13.7559 22.7499L12.4263 22.7499H12.4263C10.9339 22.7503 9.96994 22.7506 9.09855 22.3914C8.94261 22.3271 8.79019 22.2546 8.64196 22.1741C7.81368 21.7243 7.20604 20.976 6.26524 19.8174L2.80708 15.5612C2.06844 14.6521 2.06351 13.351 2.79524 12.4364C3.67473 11.337 5.29016 11.1852 6.35909 12.1014L7.25489 12.8692V4.74988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7498 5.50574C14.1975 5.50574 13.7498 5.05802 13.7498 4.50574C13.7498 3.95345 14.1975 3.50574 14.7498 3.50574L17.2498 3.50574L17.2498 2.91148C17.2497 2.73584 17.2495 2.52019 17.2716 2.34375L17.272 2.3404C17.2878 2.21396 17.3596 1.63792 17.9252 1.36355C18.492 1.08859 18.9921 1.39053 19.1004 1.45585L19.5688 1.79499C19.9447 2.08962 20.4591 2.49532 20.8501 2.87576C21.0452 3.06559 21.2465 3.28285 21.4053 3.51376C21.5465 3.71902 21.7498 4.06921 21.7498 4.49988C21.7498 4.93054 21.5465 5.28074 21.4053 5.486C21.2465 5.71691 21.0452 5.93417 20.8501 6.124C20.4591 6.50443 19.9447 6.91013 19.5688 7.20476L19.1004 7.54391C18.9921 7.60923 18.492 7.91116 17.9252 7.6362C17.3596 7.36184 17.2878 6.7858 17.272 6.65935L17.2716 6.656C17.2495 6.47957 17.2496 6.26391 17.2498 6.08827L17.2498 5.50574L14.7498 5.50574Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.25489 4.74988C7.25489 3.36917 8.37418 2.24988 9.75489 2.24988C11.1356 2.24988 12.2549 3.36917 12.2549 4.74988V9.36024L14.6076 9.73629L14.6304 9.7397C15.5724 9.881 16.3156 9.99248 16.9066 10.1209C17.5072 10.2513 18.0093 10.4107 18.4504 10.6749C19.7279 11.4402 20.7498 12.6632 20.7498 14.4735C20.7498 15.5605 20.4873 16.3445 19.9724 17.8823C19.6185 18.9447 19.2213 20.1357 18.8416 20.6887C18.2178 21.5971 17.2976 22.2604 16.2385 22.5649C15.5938 22.7503 14.8756 22.7501 13.7559 22.7499L12.4263 22.7499H12.4263C10.9339 22.7503 9.96994 22.7506 9.09855 22.3914C8.94261 22.3271 8.79019 22.2546 8.64196 22.1741C7.81368 21.7243 7.20604 20.976 6.26524 19.8174L2.80708 15.5612C2.06844 14.6521 2.06351 13.351 2.79524 12.4364C3.67473 11.337 5.29016 11.1852 6.35909 12.1014L7.25489 12.8692V4.74988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7498 5.50574C14.1975 5.50574 13.7498 5.05802 13.7498 4.50574C13.7498 3.95345 14.1975 3.50574 14.7498 3.50574L17.2498 3.50574L17.2498 2.91148C17.2497 2.73584 17.2495 2.52019 17.2716 2.34375L17.272 2.3404C17.2878 2.21396 17.3596 1.63792 17.9252 1.36355C18.492 1.08859 18.9921 1.39053 19.1004 1.45585L19.5688 1.79499C19.9447 2.08962 20.4591 2.49532 20.8501 2.87576C21.0452 3.06559 21.2465 3.28285 21.4053 3.51376C21.5465 3.71902 21.7498 4.06921 21.7498 4.49988C21.7498 4.93054 21.5465 5.28074 21.4053 5.486C21.2465 5.71691 21.0452 5.93417 20.8501 6.124C20.4591 6.50443 19.9447 6.91013 19.5688 7.20476L19.1004 7.54391C18.9921 7.60923 18.492 7.91116 17.9252 7.6362C17.3596 7.36184 17.2878 6.7858 17.272 6.65935L17.2716 6.656C17.2495 6.47957 17.2496 6.26391 17.2498 6.08827L17.2498 5.50574L14.7498 5.50574Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-right-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.66601 10.7182V4.75C5.66601 3.36929 6.78529 2.25 8.16601 2.25C9.54672 2.25 10.666 3.36929 10.666 4.75V9.35743L13.1043 9.73587L13.108 9.73645L13.1306 9.73982C14.0726 9.88112 14.8158 9.9926 15.4068 10.121C16.0075 10.2515 16.5095 10.4108 16.9506 10.6751C18.2281 11.4404 19.25 12.6633 19.25 14.4736C19.25 15.5606 18.9875 16.3446 18.4727 17.8824L18.4727 17.8824C18.1188 18.9447 17.7216 20.1359 17.3418 20.6888C16.718 21.5973 15.7978 22.2605 14.7388 22.565C14.0941 22.7504 13.3758 22.7503 12.2561 22.75L10.5544 22.75C8.93867 22.7505 7.89712 22.7508 6.9854 22.3523C6.57436 22.1726 6.19085 21.9355 5.8463 21.6482C5.08206 21.011 4.61655 20.0793 3.8944 18.6339C3.5825 18.0101 3.23662 17.3183 3.06139 16.8823C2.87909 16.4287 2.76179 16.006 2.75103 15.5478C2.74216 15.1695 2.79057 14.7921 2.89464 14.4283C3.02073 13.9876 3.24093 13.6082 3.53182 13.2153C3.81144 12.8377 4.18574 12.4099 4.645 11.8851L5.66601 10.7182Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 5.50586C13.6977 5.50586 13.25 5.05814 13.25 4.50586C13.25 3.95357 13.6977 3.50586 14.25 3.50586L16.75 3.50586L16.75 2.9116C16.7499 2.73596 16.7497 2.52031 16.7718 2.34387L16.7722 2.34053C16.788 2.21408 16.8598 1.63804 17.4254 1.36368C17.9923 1.08872 18.4924 1.39065 18.6006 1.45597L19.0691 1.79511C19.4449 2.08975 19.9594 2.49545 20.3504 2.87588C20.5455 3.06571 20.7467 3.28297 20.9056 3.51388C21.0468 3.71914 21.25 4.06933 21.25 4.5C21.25 4.93067 21.0468 5.28086 20.9056 5.48612C20.7467 5.71703 20.5455 5.93429 20.3504 6.12412C19.9594 6.50455 19.4449 6.91025 19.0691 7.20488L18.6006 7.54403C18.4924 7.60935 17.9922 7.91128 17.4254 7.63632C16.8598 7.36196 16.788 6.78592 16.7722 6.65947L16.7718 6.65613C16.7497 6.47969 16.7499 6.26403 16.75 6.0884L16.75 5.50586L14.25 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.66601 10.7182V4.75C5.66601 3.36929 6.78529 2.25 8.16601 2.25C9.54672 2.25 10.666 3.36929 10.666 4.75V9.35743L13.1043 9.73587L13.108 9.73645L13.1306 9.73982C14.0726 9.88112 14.8158 9.9926 15.4068 10.121C16.0075 10.2515 16.5095 10.4108 16.9506 10.6751C18.2281 11.4404 19.25 12.6633 19.25 14.4736C19.25 15.5606 18.9875 16.3446 18.4727 17.8824L18.4727 17.8824C18.1188 18.9447 17.7216 20.1359 17.3418 20.6888C16.718 21.5973 15.7978 22.2605 14.7388 22.565C14.0941 22.7504 13.3758 22.7503 12.2561 22.75L10.5544 22.75C8.93867 22.7505 7.89712 22.7508 6.9854 22.3523C6.57436 22.1726 6.19085 21.9355 5.8463 21.6482C5.08206 21.011 4.61655 20.0793 3.8944 18.6339C3.5825 18.0101 3.23662 17.3183 3.06139 16.8823C2.87909 16.4287 2.76179 16.006 2.75103 15.5478C2.74216 15.1695 2.79057 14.7921 2.89464 14.4283C3.02073 13.9876 3.24093 13.6082 3.53182 13.2153C3.81144 12.8377 4.18574 12.4099 4.645 11.8851L5.66601 10.7182Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 5.50586C13.6977 5.50586 13.25 5.05814 13.25 4.50586C13.25 3.95357 13.6977 3.50586 14.25 3.50586L16.75 3.50586L16.75 2.9116C16.7499 2.73596 16.7497 2.52031 16.7718 2.34387L16.7722 2.34053C16.788 2.21408 16.8598 1.63804 17.4254 1.36368C17.9923 1.08872 18.4924 1.39065 18.6006 1.45597L19.0691 1.79511C19.4449 2.08975 19.9594 2.49545 20.3504 2.87588C20.5455 3.06571 20.7467 3.28297 20.9056 3.51388C21.0468 3.71914 21.25 4.06933 21.25 4.5C21.25 4.93067 21.0468 5.28086 20.9056 5.48612C20.7467 5.71703 20.5455 5.93429 20.3504 6.12412C19.9594 6.50455 19.4449 6.91025 19.0691 7.20488L18.6006 7.54403C18.4924 7.60935 17.9922 7.91128 17.4254 7.63632C16.8598 7.36196 16.788 6.78592 16.7722 6.65947L16.7718 6.65613C16.7497 6.47969 16.7499 6.26403 16.75 6.0884L16.75 5.50586L14.25 5.50586Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-right-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.76694 2.66062L6.76694 13.7584C6.76694 13.928 6.66238 14.0808 6.50207 14.1455C6.34177 14.2103 6.15733 14.1742 6.03487 14.0541L4.18315 12.2388C3.5515 11.6195 2.51146 11.6758 1.95317 12.36C1.7448 12.6153 1.63515 12.9223 1.625 13.2321C1.62939 13.3786 1.64691 13.5248 1.67758 13.6689C1.70828 13.7788 1.75225 13.886 1.80952 13.9881L5.72041 19.2343C5.96287 19.544 6.17112 19.9489 6.32738 20.4053L6.3374 20.4346C6.51032 20.9396 6.65389 21.3589 6.78829 21.6731C6.91395 21.9668 7.09118 22.3238 7.4061 22.5488C7.69726 22.7569 8.02672 22.8206 8.31694 22.8483C8.5973 22.875 8.9454 22.875 9.33985 22.875L15.741 22.875C15.8607 22.8751 15.9851 22.8752 16.0995 22.8604C16.887 22.758 17.5069 22.1381 17.6093 21.3505C17.6242 21.2362 17.624 21.0802 17.6239 20.9604C17.6239 20.6327 17.7571 20.2963 18.0032 20.0154C18.4013 19.5609 18.997 18.8284 19.2433 18.1849C19.4472 17.652 19.5374 17.0792 19.581 16.3923C19.6239 15.7171 19.6239 14.8823 19.6239 13.8177L19.6243 12.3191C19.6243 10.9748 18.6524 9.82749 17.3264 9.60649C17.1832 9.58262 17.0529 9.69305 17.0529 9.83822V12.1251C17.0529 12.3564 16.861 12.5439 16.6243 12.5439C16.3876 12.5439 16.1957 12.3564 16.1957 12.1251V9.79466C16.1957 9.70449 16.1957 9.6594 16.1821 9.61574C16.1685 9.57208 16.1444 9.53723 16.0962 9.46754C15.7038 8.90041 15.2768 8.51821 14.2243 8.41845C13.9552 8.39294 13.8206 8.38019 13.7225 8.46945C13.6244 8.55872 13.6244 8.70332 13.6244 8.99253V11.0082C13.6244 11.2395 13.4325 11.427 13.1958 11.427C12.9591 11.427 12.7673 11.2395 12.7673 11.0082V8.38773C12.7673 8.2569 12.7673 8.19148 12.7371 8.12939C12.7069 8.06731 12.6621 8.03205 12.5723 7.96152C12.1048 7.59402 11.5152 7.37482 10.8743 7.37482C10.7585 7.38041 10.5801 7.41937 10.4149 7.50066C10.3292 7.54285 10.2863 7.56394 10.241 7.63673C10.1957 7.70952 10.1957 7.77679 10.1957 7.91132V9.89132C10.1957 10.1226 10.0038 10.3102 9.7671 10.3102C9.53042 10.3102 9.33854 10.1226 9.33854 9.89132L9.33854 2.66062C9.33854 1.95049 8.76287 1.37482 8.05274 1.37482C7.34262 1.37482 6.76694 1.95049 6.76694 2.66062Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.375 5.3808C14.8227 5.3808 14.375 4.93308 14.375 4.3808C14.375 3.82851 14.8227 3.3808 15.375 3.3808L17.875 3.3808L17.875 2.78654C17.8749 2.6109 17.8747 2.39525 17.8968 2.21881L17.8972 2.21547C17.913 2.08902 17.9848 1.51298 18.5504 1.23861C19.1173 0.963656 19.6174 1.26559 19.7256 1.33091L20.1941 1.67005C20.5699 1.96468 21.0844 2.37039 21.4754 2.75082C21.6705 2.94065 21.8717 3.15791 22.0306 3.38882C22.1718 3.59408 22.375 3.94427 22.375 4.37494C22.375 4.8056 22.1718 5.1558 22.0306 5.36106C21.8717 5.59197 21.6705 5.80923 21.4754 5.99906C21.0844 6.37949 20.5699 6.78519 20.1941 7.07982L19.7256 7.41897C19.6174 7.48429 19.1172 7.78622 18.5504 7.51126C17.9848 7.2369 17.913 6.66086 17.8972 6.53441L17.8968 6.53107C17.8747 6.35463 17.8749 6.13897 17.875 5.96334L17.875 5.3808L15.375 5.3808Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.76694 2.66062L6.76694 13.7584C6.76694 13.928 6.66238 14.0808 6.50207 14.1455C6.34177 14.2103 6.15733 14.1742 6.03487 14.0541L4.18315 12.2388C3.5515 11.6195 2.51146 11.6758 1.95317 12.36C1.7448 12.6153 1.63515 12.9223 1.625 13.2321C1.62939 13.3786 1.64691 13.5248 1.67758 13.6689C1.70828 13.7788 1.75225 13.886 1.80952 13.9881L5.72041 19.2343C5.96287 19.544 6.17112 19.9489 6.32738 20.4053L6.3374 20.4346C6.51032 20.9396 6.65389 21.3589 6.78829 21.6731C6.91395 21.9668 7.09118 22.3238 7.4061 22.5488C7.69726 22.7569 8.02672 22.8206 8.31694 22.8483C8.5973 22.875 8.9454 22.875 9.33985 22.875L15.741 22.875C15.8607 22.8751 15.9851 22.8752 16.0995 22.8604C16.887 22.758 17.5069 22.1381 17.6093 21.3505C17.6242 21.2362 17.624 21.0802 17.6239 20.9604C17.6239 20.6327 17.7571 20.2963 18.0032 20.0154C18.4013 19.5609 18.997 18.8284 19.2433 18.1849C19.4472 17.652 19.5374 17.0792 19.581 16.3923C19.6239 15.7171 19.6239 14.8823 19.6239 13.8177L19.6243 12.3191C19.6243 10.9748 18.6524 9.82749 17.3264 9.60649C17.1832 9.58262 17.0529 9.69305 17.0529 9.83822V12.1251C17.0529 12.3564 16.861 12.5439 16.6243 12.5439C16.3876 12.5439 16.1957 12.3564 16.1957 12.1251V9.79466C16.1957 9.70449 16.1957 9.6594 16.1821 9.61574C16.1685 9.57208 16.1444 9.53723 16.0962 9.46754C15.7038 8.90041 15.2768 8.51821 14.2243 8.41845C13.9552 8.39294 13.8206 8.38019 13.7225 8.46945C13.6244 8.55872 13.6244 8.70332 13.6244 8.99253V11.0082C13.6244 11.2395 13.4325 11.427 13.1958 11.427C12.9591 11.427 12.7673 11.2395 12.7673 11.0082V8.38773C12.7673 8.2569 12.7673 8.19148 12.7371 8.12939C12.7069 8.06731 12.6621 8.03205 12.5723 7.96152C12.1048 7.59402 11.5152 7.37482 10.8743 7.37482C10.7585 7.38041 10.5801 7.41937 10.4149 7.50066C10.3292 7.54285 10.2863 7.56394 10.241 7.63673C10.1957 7.70952 10.1957 7.77679 10.1957 7.91132V9.89132C10.1957 10.1226 10.0038 10.3102 9.7671 10.3102C9.53042 10.3102 9.33854 10.1226 9.33854 9.89132L9.33854 2.66062C9.33854 1.95049 8.76287 1.37482 8.05274 1.37482C7.34262 1.37482 6.76694 1.95049 6.76694 2.66062Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.375 5.3808C14.8227 5.3808 14.375 4.93308 14.375 4.3808C14.375 3.82851 14.8227 3.3808 15.375 3.3808L17.875 3.3808L17.875 2.78654C17.8749 2.6109 17.8747 2.39525 17.8968 2.21881L17.8972 2.21547C17.913 2.08902 17.9848 1.51298 18.5504 1.23861C19.1173 0.963656 19.6174 1.26559 19.7256 1.33091L20.1941 1.67005C20.5699 1.96468 21.0844 2.37039 21.4754 2.75082C21.6705 2.94065 21.8717 3.15791 22.0306 3.38882C22.1718 3.59408 22.375 3.94427 22.375 4.37494C22.375 4.8056 22.1718 5.1558 22.0306 5.36106C21.8717 5.59197 21.6705 5.80923 21.4754 5.99906C21.0844 6.37949 20.5699 6.78519 20.1941 7.07982L19.7256 7.41897C19.6174 7.48429 19.1172 7.78622 18.5504 7.51126C17.9848 7.2369 17.913 6.66086 17.8972 6.53441L17.8968 6.53107C17.8747 6.35463 17.8749 6.13897 17.875 5.96334L17.875 5.3808L15.375 5.3808Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-right-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.75 5.50574C14.1977 5.50574 13.75 5.05802 13.75 4.50574C13.75 3.95345 14.1977 3.50574 14.75 3.50574L17.25 3.50574L17.25 2.91148C17.2499 2.73584 17.2497 2.52019 17.2718 2.34375L17.2722 2.3404C17.288 2.21396 17.3598 1.63792 17.9254 1.36355C18.4923 1.08859 18.9924 1.39053 19.1006 1.45585L19.5691 1.79499C19.9449 2.08962 20.4594 2.49532 20.8504 2.87576C21.0455 3.06559 21.2467 3.28285 21.4056 3.51376C21.5468 3.71902 21.75 4.06921 21.75 4.49988C21.75 4.93054 21.5468 5.28074 21.4056 5.486C21.2467 5.71691 21.0455 5.93417 20.8504 6.124C20.4594 6.50443 19.9449 6.91013 19.5691 7.20476L19.1006 7.54391C18.9924 7.60923 18.4922 7.91116 17.9254 7.6362C17.3598 7.36184 17.288 6.7858 17.2722 6.65935L17.2718 6.656C17.2497 6.47957 17.2499 6.26391 17.25 6.08827L17.25 5.50574L14.75 5.50574Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.30926 11.302C9.54796 11.302 9.74147 11.1144 9.74147 10.8831V7.76549C9.74147 7.58807 9.74147 7.49936 9.809 7.41657C9.87653 7.33378 9.94438 7.31986 10.0801 7.29203C10.2487 7.25744 10.4112 7.24848 10.5 7.25003C11.1087 7.25003 11.6712 7.4478 12.1268 7.78258C12.2223 7.85276 12.27 7.88785 12.3024 7.95173C12.3347 8.0156 12.3347 8.08355 12.3347 8.21945V10.8831C12.3347 11.1144 12.5282 11.302 12.7669 11.302C13.0056 11.302 13.1991 11.1144 13.1991 10.8831V8.87581C13.1991 8.58575 13.1991 8.44072 13.3006 8.35115C13.4021 8.26158 13.534 8.27813 13.7979 8.31122C14.6863 8.42268 15.277 8.79127 15.6875 9.33264C15.7365 9.39728 15.761 9.42961 15.7767 9.47613C15.7923 9.52266 15.7923 9.56893 15.7923 9.66147V12C15.7923 12.2313 15.9858 12.4188 16.2245 12.4188C16.4632 12.4188 16.6567 12.2313 16.6567 12V10.0817C16.6567 9.79028 16.6567 9.64457 16.7749 9.55452C16.893 9.46447 17.0119 9.49715 17.2496 9.56252C18.385 9.8748 19.2489 11.0425 19.25 12.1923L19.25 14.0119C19.2503 15.8578 19.2505 16.9881 18.9139 17.9223C18.6535 18.6449 18.2529 19.2988 17.7442 19.8532C17.3791 20.2513 17.1804 20.663 17.1804 21.0449C17.1804 21.9866 16.417 22.75 15.4753 22.75L8.22222 22.7501C8.02199 22.7504 7.81349 22.7508 7.62474 22.7093C6.95791 22.5629 6.4371 22.0421 6.29071 21.3753C6.24927 21.1865 6.24967 20.9251 6.25 20.7249C6.25 20.4413 6.15358 20.1662 5.97657 19.9446L3.92578 17.3696C3.439 16.6526 3.04344 16.0701 2.76761 15.5649C2.48104 15.04 2.28969 14.5403 2.25651 13.9817C2.23749 13.6617 2.2602 13.3405 2.32406 13.0263C2.43545 12.478 2.69502 12.0096 3.05239 11.5291C3.38461 11.0824 3.95731 10.4499 4.51704 9.83167C4.85152 9.5131 5.01876 9.35381 5.16385 9.37553C5.21482 9.38317 5.26296 9.4038 5.30364 9.43544C5.41943 9.52552 5.41943 9.75648 5.41943 10.2184V13.6753C5.41943 13.9066 5.61294 14.0942 5.85164 14.0942C6.09034 14.0942 6.28384 13.9066 6.28384 13.6753V2.54649C6.28384 1.83039 6.86435 1.24988 7.58045 1.24988C8.29655 1.24988 8.87706 1.83039 8.87706 2.54649V10.8831C8.87706 11.1144 9.07057 11.302 9.30926 11.302Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.75 5.50574C14.1977 5.50574 13.75 5.05802 13.75 4.50574C13.75 3.95345 14.1977 3.50574 14.75 3.50574L17.25 3.50574L17.25 2.91148C17.2499 2.73584 17.2497 2.52019 17.2718 2.34375L17.2722 2.3404C17.288 2.21396 17.3598 1.63792 17.9254 1.36355C18.4923 1.08859 18.9924 1.39053 19.1006 1.45585L19.5691 1.79499C19.9449 2.08962 20.4594 2.49532 20.8504 2.87576C21.0455 3.06559 21.2467 3.28285 21.4056 3.51376C21.5468 3.71902 21.75 4.06921 21.75 4.49988C21.75 4.93054 21.5468 5.28074 21.4056 5.486C21.2467 5.71691 21.0455 5.93417 20.8504 6.124C20.4594 6.50443 19.9449 6.91013 19.5691 7.20476L19.1006 7.54391C18.9924 7.60923 18.4922 7.91116 17.9254 7.6362C17.3598 7.36184 17.288 6.7858 17.2722 6.65935L17.2718 6.656C17.2497 6.47957 17.2499 6.26391 17.25 6.08827L17.25 5.50574L14.75 5.50574Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.30926 11.302C9.54796 11.302 9.74147 11.1144 9.74147 10.8831V7.76549C9.74147 7.58807 9.74147 7.49936 9.809 7.41657C9.87653 7.33378 9.94438 7.31986 10.0801 7.29203C10.2487 7.25744 10.4112 7.24848 10.5 7.25003C11.1087 7.25003 11.6712 7.4478 12.1268 7.78258C12.2223 7.85276 12.27 7.88785 12.3024 7.95173C12.3347 8.0156 12.3347 8.08355 12.3347 8.21945V10.8831C12.3347 11.1144 12.5282 11.302 12.7669 11.302C13.0056 11.302 13.1991 11.1144 13.1991 10.8831V8.87581C13.1991 8.58575 13.1991 8.44072 13.3006 8.35115C13.4021 8.26158 13.534 8.27813 13.7979 8.31122C14.6863 8.42268 15.277 8.79127 15.6875 9.33264C15.7365 9.39728 15.761 9.42961 15.7767 9.47613C15.7923 9.52266 15.7923 9.56893 15.7923 9.66147V12C15.7923 12.2313 15.9858 12.4188 16.2245 12.4188C16.4632 12.4188 16.6567 12.2313 16.6567 12V10.0817C16.6567 9.79028 16.6567 9.64457 16.7749 9.55452C16.893 9.46447 17.0119 9.49715 17.2496 9.56252C18.385 9.8748 19.2489 11.0425 19.25 12.1923L19.25 14.0119C19.2503 15.8578 19.2505 16.9881 18.9139 17.9223C18.6535 18.6449 18.2529 19.2988 17.7442 19.8532C17.3791 20.2513 17.1804 20.663 17.1804 21.0449C17.1804 21.9866 16.417 22.75 15.4753 22.75L8.22222 22.7501C8.02199 22.7504 7.81349 22.7508 7.62474 22.7093C6.95791 22.5629 6.4371 22.0421 6.29071 21.3753C6.24927 21.1865 6.24967 20.9251 6.25 20.7249C6.25 20.4413 6.15358 20.1662 5.97657 19.9446L3.92578 17.3696C3.439 16.6526 3.04344 16.0701 2.76761 15.5649C2.48104 15.04 2.28969 14.5403 2.25651 13.9817C2.23749 13.6617 2.2602 13.3405 2.32406 13.0263C2.43545 12.478 2.69502 12.0096 3.05239 11.5291C3.38461 11.0824 3.95731 10.4499 4.51704 9.83167C4.85152 9.5131 5.01876 9.35381 5.16385 9.37553C5.21482 9.38317 5.26296 9.4038 5.30364 9.43544C5.41943 9.52552 5.41943 9.75648 5.41943 10.2184V13.6753C5.41943 13.9066 5.61294 14.0942 5.85164 14.0942C6.09034 14.0942 6.28384 13.9066 6.28384 13.6753V2.54649C6.28384 1.83039 6.86435 1.24988 7.58045 1.24988C8.29655 1.24988 8.87706 1.83039 8.87706 2.54649V10.8831C8.87706 11.1144 9.07057 11.302 9.30926 11.302Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-right-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3908 11.2363C10.6275 11.2363 10.8194 11.0477 10.8194 10.8151V7.76506C10.8194 7.61041 10.8194 7.53308 10.8787 7.45334C10.9381 7.3736 10.9934 7.35704 11.1041 7.32391C11.2566 7.27826 11.4114 7.25625 11.4975 7.25004C12.1385 7.25004 12.7283 7.46938 13.196 7.83709C13.2856 7.90762 13.3305 7.94288 13.3606 8.00495C13.3908 8.06703 13.3908 8.13243 13.3908 8.26323V10.8151C13.3908 11.0477 13.5827 11.2363 13.8194 11.2363C14.0561 11.2363 14.2479 11.0477 14.2479 10.8151V8.85004C14.2479 8.56046 14.2479 8.41567 14.3482 8.32621C14.4485 8.23674 14.5813 8.25193 14.8469 8.28232C15.7072 8.38074 16.2671 8.69705 16.6783 9.13258L16.6783 9.13259C16.7441 9.20221 16.7769 9.23703 16.7981 9.2904C16.8194 9.34377 16.8194 9.39827 16.8194 9.50725V11.9384C16.8194 12.171 17.0112 12.3596 17.2479 12.3596C17.4846 12.3596 17.6765 12.171 17.6765 11.9384V10.0362C17.6765 9.74412 17.6765 9.59808 17.7885 9.50801C17.9004 9.41795 18.0244 9.44514 18.2723 9.49952C19.4699 9.76227 20.2475 10.8088 20.2475 12V14.6927V14.6927C20.2475 15.7574 20.2475 16.5921 20.2046 17.2674C20.161 17.9543 20.0708 18.527 19.8669 19.0599C19.2849 20.5808 18.0866 21.7834 16.5689 22.3678C16.0369 22.5727 15.4652 22.6632 14.7801 22.707C14.1067 22.75 13.2744 22.75 12.2132 22.75C11.166 22.7502 10.4019 22.7502 9.79257 22.6159C8.8642 22.4112 8.0013 21.9783 7.28138 21.3564C6.80889 20.9482 6.42238 20.4311 5.79399 19.5905L2.5259 15.0807C2.46927 15.0023 2.42132 14.9197 2.38203 14.8344C2.30456 14.6107 2.26059 14.3783 2.25 14.1448C2.26603 13.8434 2.37523 13.5462 2.57689 13.2977C3.13519 12.6096 4.17526 12.553 4.80692 13.1758L6.6587 15.0016C6.78116 15.1223 6.9656 15.1586 7.12591 15.0935C7.28623 15.0284 7.39079 14.8747 7.39079 14.7042V3.53578C7.39079 2.8257 7.96642 2.25006 8.6765 2.25006C9.38658 2.25006 9.96222 2.82569 9.96222 3.53578V10.8151C9.96222 11.0477 10.1541 11.2363 10.3908 11.2363Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.748 3.49414C14.1957 3.49414 13.748 3.94186 13.748 4.49414C13.748 5.04643 14.1957 5.49414 14.748 5.49414L17.248 5.49414L17.248 6.0884C17.2479 6.26404 17.2477 6.47969 17.2698 6.65613L17.2702 6.65947C17.286 6.78592 17.3578 7.36196 17.9234 7.63632C18.4903 7.91128 18.9904 7.60935 19.0986 7.54403L19.5671 7.20489C19.9429 6.91025 20.4574 6.50455 20.8484 6.12412C21.0435 5.93429 21.2447 5.71703 21.4036 5.48612C21.5448 5.28086 21.748 4.93067 21.748 4.5C21.748 4.06933 21.5448 3.71914 21.4036 3.51388C21.2447 3.28297 21.0435 3.06571 20.8484 2.87588C20.4574 2.49545 19.9429 2.08975 19.5671 1.79512L19.0986 1.45597C18.9904 1.39065 18.4903 1.08872 17.9234 1.36368C17.3578 1.63804 17.286 2.21408 17.2702 2.34053L17.2698 2.34387C17.2477 2.52031 17.2479 2.73597 17.248 2.9116L17.248 3.49414L14.748 3.49414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3908 11.2363C10.6275 11.2363 10.8194 11.0477 10.8194 10.8151V7.76506C10.8194 7.61041 10.8194 7.53308 10.8787 7.45334C10.9381 7.3736 10.9934 7.35704 11.1041 7.32391C11.2566 7.27826 11.4114 7.25625 11.4975 7.25004C12.1385 7.25004 12.7283 7.46938 13.196 7.83709C13.2856 7.90762 13.3305 7.94288 13.3606 8.00495C13.3908 8.06703 13.3908 8.13243 13.3908 8.26323V10.8151C13.3908 11.0477 13.5827 11.2363 13.8194 11.2363C14.0561 11.2363 14.2479 11.0477 14.2479 10.8151V8.85004C14.2479 8.56046 14.2479 8.41567 14.3482 8.32621C14.4485 8.23674 14.5813 8.25193 14.8469 8.28232C15.7072 8.38074 16.2671 8.69705 16.6783 9.13258L16.6783 9.13259C16.7441 9.20221 16.7769 9.23703 16.7981 9.2904C16.8194 9.34377 16.8194 9.39827 16.8194 9.50725V11.9384C16.8194 12.171 17.0112 12.3596 17.2479 12.3596C17.4846 12.3596 17.6765 12.171 17.6765 11.9384V10.0362C17.6765 9.74412 17.6765 9.59808 17.7885 9.50801C17.9004 9.41795 18.0244 9.44514 18.2723 9.49952C19.4699 9.76227 20.2475 10.8088 20.2475 12V14.6927V14.6927C20.2475 15.7574 20.2475 16.5921 20.2046 17.2674C20.161 17.9543 20.0708 18.527 19.8669 19.0599C19.2849 20.5808 18.0866 21.7834 16.5689 22.3678C16.0369 22.5727 15.4652 22.6632 14.7801 22.707C14.1067 22.75 13.2744 22.75 12.2132 22.75C11.166 22.7502 10.4019 22.7502 9.79257 22.6159C8.8642 22.4112 8.0013 21.9783 7.28138 21.3564C6.80889 20.9482 6.42238 20.4311 5.79399 19.5905L2.5259 15.0807C2.46927 15.0023 2.42132 14.9197 2.38203 14.8344C2.30456 14.6107 2.26059 14.3783 2.25 14.1448C2.26603 13.8434 2.37523 13.5462 2.57689 13.2977C3.13519 12.6096 4.17526 12.553 4.80692 13.1758L6.6587 15.0016C6.78116 15.1223 6.9656 15.1586 7.12591 15.0935C7.28623 15.0284 7.39079 14.8747 7.39079 14.7042V3.53578C7.39079 2.8257 7.96642 2.25006 8.6765 2.25006C9.38658 2.25006 9.96222 2.82569 9.96222 3.53578V10.8151C9.96222 11.0477 10.1541 11.2363 10.3908 11.2363Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.748 3.49414C14.1957 3.49414 13.748 3.94186 13.748 4.49414C13.748 5.04643 14.1957 5.49414 14.748 5.49414L17.248 5.49414L17.248 6.0884C17.2479 6.26404 17.2477 6.47969 17.2698 6.65613L17.2702 6.65947C17.286 6.78592 17.3578 7.36196 17.9234 7.63632C18.4903 7.91128 18.9904 7.60935 19.0986 7.54403L19.5671 7.20489C19.9429 6.91025 20.4574 6.50455 20.8484 6.12412C21.0435 5.93429 21.2447 5.71703 21.4036 5.48612C21.5448 5.28086 21.748 4.93067 21.748 4.5C21.748 4.06933 21.5448 3.71914 21.4036 3.51388C21.2447 3.28297 21.0435 3.06571 20.8484 2.87588C20.4574 2.49545 19.9429 2.08975 19.5671 1.79512L19.0986 1.45597C18.9904 1.39065 18.4903 1.08872 17.9234 1.36368C17.3578 1.63804 17.286 2.21408 17.2702 2.34053L17.2698 2.34387C17.2477 2.52031 17.2479 2.73597 17.248 2.9116L17.248 3.49414L14.748 3.49414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-right-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.29468 11.3116C5.29468 10.7714 5.29468 10.5013 5.14251 10.4152C5.12305 10.4041 5.10241 10.3953 5.08098 10.3889C4.9135 10.3386 4.71843 10.5254 4.32829 10.8989C3.74516 11.5431 3.27152 12.0663 2.92739 12.529C2.57002 13.0095 2.31045 13.478 2.19906 14.0262C2.1352 14.3405 2.11249 14.6616 2.13151 14.9817C2.16469 15.5402 2.35604 16.0399 2.64261 16.5648C2.91844 17.07 3.314 17.6526 3.80078 18.3695L4.43733 19.307C5.02522 20.1731 5.38624 20.705 5.83551 21.1327C6.62031 21.8799 7.60124 22.3949 8.66637 22.6208C9.27574 22.7501 10.19 22.7501 11.2518 22.75C13.138 22.7503 14.2824 22.7504 15.2277 22.422C16.8871 21.8454 18.1981 20.5615 18.7889 18.9222C19.1255 17.988 19.1253 16.8578 19.125 15.0118L19.125 13C19.125 12.7345 19.1053 12.0834 19.0955 11.791C19.0955 10.7884 18.261 9.81006 17.1271 9.54911C16.8812 9.49254 16.7583 9.46425 16.6451 9.55433C16.532 9.64441 16.532 9.79015 16.532 10.0816V11.9383C16.532 12.1709 16.3385 12.3595 16.0998 12.3595C15.8611 12.3595 15.6676 12.1709 15.6676 11.9383V9.50228C15.6676 9.39303 15.6676 9.3384 15.6456 9.28425C15.6237 9.23009 15.591 9.19626 15.5254 9.12861C15.1073 8.69688 14.5057 8.38468 13.6733 8.2844C13.4086 8.25252 13.2763 8.23658 13.1753 8.3261C13.0743 8.41563 13.0743 8.56041 13.0743 8.84995V10.815C13.0743 11.0476 12.8808 11.2362 12.6421 11.2362C12.4034 11.2362 12.2099 11.0476 12.2099 10.815V8.21955C12.2099 8.08367 12.2099 8.01573 12.1776 7.95186C12.1453 7.88799 12.0976 7.8529 12.0021 7.78272C11.5465 7.44781 10.9838 7.24995 10.375 7.24995C10.2926 7.25038 10.144 7.26022 9.98465 7.28934C9.83214 7.31721 9.75589 7.33115 9.6863 7.4146C9.61671 7.49806 9.61671 7.59294 9.61671 7.78269V10.815C9.61671 11.0476 9.42321 11.2362 9.18451 11.2362C8.94581 11.2362 8.75231 11.0476 8.75231 10.815V3.54649C8.75231 2.83039 8.1718 2.24988 7.4557 2.24988C6.7396 2.24988 6.15909 2.83039 6.15909 3.54649V14.7465C6.15909 14.9791 5.96558 15.1677 5.72688 15.1677C5.48819 15.1677 5.29468 14.9791 5.29468 14.7465V11.3116Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.875 3.49414C14.3227 3.49414 13.875 3.94186 13.875 4.49414C13.875 5.04643 14.3227 5.49414 14.875 5.49414L17.375 5.49414L17.375 6.0884C17.3749 6.26404 17.3747 6.47969 17.3968 6.65613L17.3972 6.65947C17.413 6.78592 17.4848 7.36196 18.0504 7.63632C18.6172 7.91128 19.1174 7.60935 19.2256 7.54403L19.694 7.20489C20.0699 6.91025 20.5843 6.50455 20.9753 6.12412C21.1704 5.93429 21.3717 5.71703 21.5305 5.48612C21.6717 5.28086 21.875 4.93067 21.875 4.5C21.875 4.06933 21.6717 3.71914 21.5305 3.51388C21.3717 3.28297 21.1704 3.06571 20.9753 2.87588C20.5843 2.49545 20.0699 2.08975 19.6941 1.79512L19.2256 1.45597C19.1174 1.39065 18.6172 1.08872 18.0504 1.36368C17.4848 1.63804 17.413 2.21408 17.3972 2.34053L17.3968 2.34387C17.3747 2.52031 17.3749 2.73597 17.375 2.9116L17.375 3.49414L14.875 3.49414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.29468 11.3116C5.29468 10.7714 5.29468 10.5013 5.14251 10.4152C5.12305 10.4041 5.10241 10.3953 5.08098 10.3889C4.9135 10.3386 4.71843 10.5254 4.32829 10.8989C3.74516 11.5431 3.27152 12.0663 2.92739 12.529C2.57002 13.0095 2.31045 13.478 2.19906 14.0262C2.1352 14.3405 2.11249 14.6616 2.13151 14.9817C2.16469 15.5402 2.35604 16.0399 2.64261 16.5648C2.91844 17.07 3.314 17.6526 3.80078 18.3695L4.43733 19.307C5.02522 20.1731 5.38624 20.705 5.83551 21.1327C6.62031 21.8799 7.60124 22.3949 8.66637 22.6208C9.27574 22.7501 10.19 22.7501 11.2518 22.75C13.138 22.7503 14.2824 22.7504 15.2277 22.422C16.8871 21.8454 18.1981 20.5615 18.7889 18.9222C19.1255 17.988 19.1253 16.8578 19.125 15.0118L19.125 13C19.125 12.7345 19.1053 12.0834 19.0955 11.791C19.0955 10.7884 18.261 9.81006 17.1271 9.54911C16.8812 9.49254 16.7583 9.46425 16.6451 9.55433C16.532 9.64441 16.532 9.79015 16.532 10.0816V11.9383C16.532 12.1709 16.3385 12.3595 16.0998 12.3595C15.8611 12.3595 15.6676 12.1709 15.6676 11.9383V9.50228C15.6676 9.39303 15.6676 9.3384 15.6456 9.28425C15.6237 9.23009 15.591 9.19626 15.5254 9.12861C15.1073 8.69688 14.5057 8.38468 13.6733 8.2844C13.4086 8.25252 13.2763 8.23658 13.1753 8.3261C13.0743 8.41563 13.0743 8.56041 13.0743 8.84995V10.815C13.0743 11.0476 12.8808 11.2362 12.6421 11.2362C12.4034 11.2362 12.2099 11.0476 12.2099 10.815V8.21955C12.2099 8.08367 12.2099 8.01573 12.1776 7.95186C12.1453 7.88799 12.0976 7.8529 12.0021 7.78272C11.5465 7.44781 10.9838 7.24995 10.375 7.24995C10.2926 7.25038 10.144 7.26022 9.98465 7.28934C9.83214 7.31721 9.75589 7.33115 9.6863 7.4146C9.61671 7.49806 9.61671 7.59294 9.61671 7.78269V10.815C9.61671 11.0476 9.42321 11.2362 9.18451 11.2362C8.94581 11.2362 8.75231 11.0476 8.75231 10.815V3.54649C8.75231 2.83039 8.1718 2.24988 7.4557 2.24988C6.7396 2.24988 6.15909 2.83039 6.15909 3.54649V14.7465C6.15909 14.9791 5.96558 15.1677 5.72688 15.1677C5.48819 15.1677 5.29468 14.9791 5.29468 14.7465V11.3116Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.875 3.49414C14.3227 3.49414 13.875 3.94186 13.875 4.49414C13.875 5.04643 14.3227 5.49414 14.875 5.49414L17.375 5.49414L17.375 6.0884C17.3749 6.26404 17.3747 6.47969 17.3968 6.65613L17.3972 6.65947C17.413 6.78592 17.4848 7.36196 18.0504 7.63632C18.6172 7.91128 19.1174 7.60935 19.2256 7.54403L19.694 7.20489C20.0699 6.91025 20.5843 6.50455 20.9753 6.12412C21.1704 5.93429 21.3717 5.71703 21.5305 5.48612C21.6717 5.28086 21.875 4.93067 21.875 4.5C21.875 4.06933 21.6717 3.71914 21.5305 3.51388C21.3717 3.28297 21.1704 3.06571 20.9753 2.87588C20.5843 2.49545 20.0699 2.08975 19.6941 1.79512L19.2256 1.45597C19.1174 1.39065 18.6172 1.08872 18.0504 1.36368C17.4848 1.63804 17.413 2.21408 17.3972 2.34053L17.3968 2.34387C17.3747 2.52031 17.3749 2.73597 17.375 2.9116L17.375 3.49414L14.875 3.49414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-right-09{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.4082 2.26942C9.6991 2.14698 9.03002 2.61118 8.90687 3.29512L6.74897 15.2195C6.71927 15.3737 6.60549 15.4987 6.45374 15.5439C6.30198 15.5892 6.13741 15.5471 6.02672 15.4348L3.79895 13.1745C3.16909 12.5528 2.13322 12.6102 1.57741 13.2982C1.15175 13.8251 1.13999 14.5704 1.54883 15.1102L4.96708 19.6234C5.75424 20.6627 6.11122 21.1302 6.53476 21.4913C7.19348 22.0531 7.98283 22.4439 8.83186 22.6287C9.37776 22.7475 9.96961 22.7498 11.2816 22.7498H14.0063C16.5022 22.7498 18.6525 21.0086 19.1481 18.5863L20.2303 13.2313C20.3532 12.5487 19.8883 11.8906 19.1804 11.7683C18.4713 11.6459 17.8022 12.1101 17.679 12.794L17.5795 13.3471C17.5382 13.5762 17.3173 13.7287 17.086 13.6879C16.8547 13.6471 16.7007 13.4283 16.7419 13.1993L16.8415 12.6462L17.0407 11.54C17.1636 10.8573 16.6986 10.1992 15.9907 10.077C15.2816 9.95453 14.6126 10.4187 14.4894 11.1027L14.3898 11.6558C14.3486 11.8848 14.1277 12.0374 13.8964 11.9965C13.6651 11.9557 13.511 11.7369 13.5523 11.5079L13.8511 9.84859C13.974 9.16593 13.509 8.50785 12.8011 8.38561C12.0922 8.2632 11.4232 8.72714 11.2999 9.41083L11.001 11.0706C10.9598 11.2996 10.7389 11.4522 10.5076 11.4114C10.2763 11.3705 10.1222 11.1518 10.1635 10.9227L11.4581 3.73241C11.5811 3.04974 11.1161 2.39166 10.4082 2.26942Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.75 3.49396C15.1977 3.49396 14.75 3.94167 14.75 4.49396C14.75 5.04624 15.1977 5.49396 15.75 5.49396L18.25 5.49396L18.25 6.08822C18.2499 6.26385 18.2497 6.47951 18.2718 6.65594L18.2722 6.65929C18.288 6.78574 18.3598 7.36178 18.9254 7.63614C19.4922 7.9111 19.9924 7.60917 20.1006 7.54384L20.569 7.2047C20.9449 6.91007 21.4593 6.50437 21.8503 6.12394C22.0454 5.93411 22.2467 5.71684 22.4055 5.48594C22.5467 5.28068 22.75 4.93048 22.75 4.49982C22.75 4.06915 22.5467 3.71896 22.4055 3.5137C22.2467 3.28279 22.0454 3.06553 21.8503 2.8757C21.4593 2.49526 20.9449 2.08957 20.5691 1.79494L20.1006 1.45579C19.9924 1.39047 19.4922 1.08853 18.9254 1.36349C18.3598 1.63786 18.288 2.2139 18.2722 2.34034L18.2718 2.34369C18.2497 2.52013 18.2499 2.73578 18.25 2.91142L18.25 3.49396L15.75 3.49396Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.4082 2.26942C9.6991 2.14698 9.03002 2.61118 8.90687 3.29512L6.74897 15.2195C6.71927 15.3737 6.60549 15.4987 6.45374 15.5439C6.30198 15.5892 6.13741 15.5471 6.02672 15.4348L3.79895 13.1745C3.16909 12.5528 2.13322 12.6102 1.57741 13.2982C1.15175 13.8251 1.13999 14.5704 1.54883 15.1102L4.96708 19.6234C5.75424 20.6627 6.11122 21.1302 6.53476 21.4913C7.19348 22.0531 7.98283 22.4439 8.83186 22.6287C9.37776 22.7475 9.96961 22.7498 11.2816 22.7498H14.0063C16.5022 22.7498 18.6525 21.0086 19.1481 18.5863L20.2303 13.2313C20.3532 12.5487 19.8883 11.8906 19.1804 11.7683C18.4713 11.6459 17.8022 12.1101 17.679 12.794L17.5795 13.3471C17.5382 13.5762 17.3173 13.7287 17.086 13.6879C16.8547 13.6471 16.7007 13.4283 16.7419 13.1993L16.8415 12.6462L17.0407 11.54C17.1636 10.8573 16.6986 10.1992 15.9907 10.077C15.2816 9.95453 14.6126 10.4187 14.4894 11.1027L14.3898 11.6558C14.3486 11.8848 14.1277 12.0374 13.8964 11.9965C13.6651 11.9557 13.511 11.7369 13.5523 11.5079L13.8511 9.84859C13.974 9.16593 13.509 8.50785 12.8011 8.38561C12.0922 8.2632 11.4232 8.72714 11.2999 9.41083L11.001 11.0706C10.9598 11.2996 10.7389 11.4522 10.5076 11.4114C10.2763 11.3705 10.1222 11.1518 10.1635 10.9227L11.4581 3.73241C11.5811 3.04974 11.1161 2.39166 10.4082 2.26942Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.75 3.49396C15.1977 3.49396 14.75 3.94167 14.75 4.49396C14.75 5.04624 15.1977 5.49396 15.75 5.49396L18.25 5.49396L18.25 6.08822C18.2499 6.26385 18.2497 6.47951 18.2718 6.65594L18.2722 6.65929C18.288 6.78574 18.3598 7.36178 18.9254 7.63614C19.4922 7.9111 19.9924 7.60917 20.1006 7.54384L20.569 7.2047C20.9449 6.91007 21.4593 6.50437 21.8503 6.12394C22.0454 5.93411 22.2467 5.71684 22.4055 5.48594C22.5467 5.28068 22.75 4.93048 22.75 4.49982C22.75 4.06915 22.5467 3.71896 22.4055 3.5137C22.2467 3.28279 22.0454 3.06553 21.8503 2.8757C21.4593 2.49526 20.9449 2.08957 20.5691 1.79494L20.1006 1.45579C19.9924 1.39047 19.4922 1.08853 18.9254 1.36349C18.3598 1.63786 18.288 2.2139 18.2722 2.34034L18.2718 2.34369C18.2497 2.52013 18.2499 2.73578 18.25 2.91142L18.25 3.49396L15.75 3.49396Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-up-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.25 3.75C7.25 2.36929 8.36929 1.25 9.75 1.25C11.1307 1.25 12.25 2.36929 12.25 3.75V8.74751C14.1139 8.81064 16.819 9.38616 18.8531 11.4332C19.789 12.3751 19.8445 13.7529 19.6737 14.8931C19.4975 16.0699 19.0471 17.2359 18.6749 18.0131C18.5556 18.2264 18.0742 19.1202 17.9725 19.3235C17.7561 19.7563 17.6419 20.1001 17.6419 20.382V20.382C17.6419 20.6473 17.6419 20.918 17.6248 21.1214C17.6063 21.3409 17.564 21.5809 17.4397 21.8165C17.2752 22.1284 17.0203 22.3833 16.7084 22.5479C16.4727 22.6721 16.2328 22.7145 16.0133 22.7329C15.8098 22.75 15.5662 22.75 15.3009 22.75H9.71641H9.7164C9.40868 22.75 9.12519 22.7501 8.88933 22.7266C8.63272 22.7012 8.16962 22.6003 7.9075 22.3382C7.6375 22.1107 7.48834 21.7789 7.3824 21.5062C7.26927 21.2149 7.14929 20.8294 7.00495 20.3655L7.00494 20.3655C6.89549 20.0584 6.6596 19.6676 6.06062 18.8763L2.78347 14.5465C2.0748 13.641 2.07179 12.3548 2.77682 11.4457C3.63524 10.3388 5.22827 10.1793 6.2802 11.1094L7.25 12.1242V3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5059 8.25006C19.5059 8.80235 19.0581 9.25006 18.5059 9.25006C17.9536 9.25006 17.5059 8.80235 17.5059 8.25006L17.5059 5.75002L16.9116 5.75004C16.736 5.75017 16.5203 5.75032 16.3439 5.72825L16.3405 5.72783C16.2141 5.71207 15.638 5.64023 15.3637 5.07463C15.0887 4.50781 15.3907 4.00767 15.456 3.89947L15.7951 3.43098C16.0897 3.05515 16.4954 2.54069 16.8759 2.14968C17.0657 1.95457 17.283 1.75334 17.5139 1.59449C17.7191 1.45329 18.0693 1.25002 18.5 1.25002C18.9307 1.25002 19.2809 1.45329 19.4861 1.59449C19.717 1.75334 19.9343 1.95457 20.1241 2.14968C20.5046 2.54069 20.9102 3.05515 21.2049 3.43097L21.544 3.89947C21.6093 4.00767 21.9113 4.50781 21.6363 5.07463C21.362 5.64023 20.7859 5.71207 20.6595 5.72783L20.6561 5.72825C20.4797 5.75032 20.264 5.75017 20.0884 5.75004L19.5059 5.75002L19.5059 8.25006Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.25 3.75C7.25 2.36929 8.36929 1.25 9.75 1.25C11.1307 1.25 12.25 2.36929 12.25 3.75V8.74751C14.1139 8.81064 16.819 9.38616 18.8531 11.4332C19.789 12.3751 19.8445 13.7529 19.6737 14.8931C19.4975 16.0699 19.0471 17.2359 18.6749 18.0131C18.5556 18.2264 18.0742 19.1202 17.9725 19.3235C17.7561 19.7563 17.6419 20.1001 17.6419 20.382V20.382C17.6419 20.6473 17.6419 20.918 17.6248 21.1214C17.6063 21.3409 17.564 21.5809 17.4397 21.8165C17.2752 22.1284 17.0203 22.3833 16.7084 22.5479C16.4727 22.6721 16.2328 22.7145 16.0133 22.7329C15.8098 22.75 15.5662 22.75 15.3009 22.75H9.71641H9.7164C9.40868 22.75 9.12519 22.7501 8.88933 22.7266C8.63272 22.7012 8.16962 22.6003 7.9075 22.3382C7.6375 22.1107 7.48834 21.7789 7.3824 21.5062C7.26927 21.2149 7.14929 20.8294 7.00495 20.3655L7.00494 20.3655C6.89549 20.0584 6.6596 19.6676 6.06062 18.8763L2.78347 14.5465C2.0748 13.641 2.07179 12.3548 2.77682 11.4457C3.63524 10.3388 5.22827 10.1793 6.2802 11.1094L7.25 12.1242V3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5059 8.25006C19.5059 8.80235 19.0581 9.25006 18.5059 9.25006C17.9536 9.25006 17.5059 8.80235 17.5059 8.25006L17.5059 5.75002L16.9116 5.75004C16.736 5.75017 16.5203 5.75032 16.3439 5.72825L16.3405 5.72783C16.2141 5.71207 15.638 5.64023 15.3637 5.07463C15.0887 4.50781 15.3907 4.00767 15.456 3.89947L15.7951 3.43098C16.0897 3.05515 16.4954 2.54069 16.8759 2.14968C17.0657 1.95457 17.283 1.75334 17.5139 1.59449C17.7191 1.45329 18.0693 1.25002 18.5 1.25002C18.9307 1.25002 19.2809 1.45329 19.4861 1.59449C19.717 1.75334 19.9343 1.95457 20.1241 2.14968C20.5046 2.54069 20.9102 3.05515 21.2049 3.43097L21.544 3.89947C21.6093 4.00767 21.9113 4.50781 21.6363 5.07463C21.362 5.64023 20.7859 5.71207 20.6595 5.72783L20.6561 5.72825C20.4797 5.75032 20.264 5.75017 20.0884 5.75004L19.5059 5.75002L19.5059 8.25006Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-up-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.4805 10.723C4.98068 10.2601 5.45642 9.86839 5.74999 9.6343V3.75C5.74999 2.36929 6.86928 1.25 8.24999 1.25C9.6307 1.25 10.75 2.36929 10.75 3.75V8.74751C12.6139 8.81064 15.319 9.38616 17.3531 11.4332C18.289 12.3751 18.3444 13.7529 18.1737 14.8931C17.9975 16.0699 17.5471 17.2359 17.1749 18.0131C17.0673 18.2378 16.5923 19.1093 16.4725 19.3235C16.2561 19.7563 16.1419 20.1001 16.1419 20.382V20.382C16.1419 20.6473 16.1419 20.918 16.1248 21.1214C16.1063 21.3409 16.064 21.5809 15.9397 21.8165C15.7752 22.1284 15.5203 22.3833 15.2083 22.5479C14.9727 22.6721 14.7328 22.7145 14.5133 22.7329C14.3098 22.75 14.0662 22.75 13.8009 22.75H7.49523C6.53144 22.75 5.75013 21.9687 5.75013 21.0049C5.75013 20.919 5.70361 20.7219 5.53784 20.395C5.3821 20.088 5.16113 19.7424 4.90946 19.3828C4.68559 19.063 4.44944 18.7488 4.22727 18.4532L4.22721 18.4531C3.99315 18.1414 3.49831 17.428 3.35072 17.185C3.08233 16.7547 2.76332 16.2433 2.54778 15.7201C2.26704 15.0386 2.11239 14.2344 2.41534 13.3624C2.58511 12.8738 2.92741 12.3863 3.28287 11.9613C3.64883 11.5239 4.0781 11.0953 4.4805 10.723Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5059 8.25C19.5059 8.80228 19.0581 9.25 18.5059 9.25C17.9536 9.25 17.5059 8.80228 17.5059 8.25L17.5059 5.74996L16.9116 5.74998C16.736 5.75011 16.5203 5.75026 16.3439 5.72819L16.3405 5.72777C16.2141 5.712 15.638 5.64017 15.3637 5.07457C15.0887 4.50775 15.3907 4.00761 15.456 3.8994L15.7951 3.43092C16.0897 3.05509 16.4954 2.54063 16.8759 2.14962C17.0657 1.95451 17.283 1.75328 17.5139 1.59443C17.7191 1.45323 18.0693 1.24996 18.5 1.24996C18.9307 1.24996 19.2809 1.45323 19.4861 1.59443C19.717 1.75328 19.9343 1.95451 20.1241 2.14962C20.5046 2.54063 20.9102 3.05508 21.2049 3.43091L21.544 3.89941C21.6093 4.00761 21.9113 4.50775 21.6363 5.07457C21.362 5.64017 20.7859 5.71201 20.6595 5.72777L20.6561 5.72819C20.4797 5.75026 20.264 5.75011 20.0884 5.74998L19.5059 5.74996L19.5059 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.4805 10.723C4.98068 10.2601 5.45642 9.86839 5.74999 9.6343V3.75C5.74999 2.36929 6.86928 1.25 8.24999 1.25C9.6307 1.25 10.75 2.36929 10.75 3.75V8.74751C12.6139 8.81064 15.319 9.38616 17.3531 11.4332C18.289 12.3751 18.3444 13.7529 18.1737 14.8931C17.9975 16.0699 17.5471 17.2359 17.1749 18.0131C17.0673 18.2378 16.5923 19.1093 16.4725 19.3235C16.2561 19.7563 16.1419 20.1001 16.1419 20.382V20.382C16.1419 20.6473 16.1419 20.918 16.1248 21.1214C16.1063 21.3409 16.064 21.5809 15.9397 21.8165C15.7752 22.1284 15.5203 22.3833 15.2083 22.5479C14.9727 22.6721 14.7328 22.7145 14.5133 22.7329C14.3098 22.75 14.0662 22.75 13.8009 22.75H7.49523C6.53144 22.75 5.75013 21.9687 5.75013 21.0049C5.75013 20.919 5.70361 20.7219 5.53784 20.395C5.3821 20.088 5.16113 19.7424 4.90946 19.3828C4.68559 19.063 4.44944 18.7488 4.22727 18.4532L4.22721 18.4531C3.99315 18.1414 3.49831 17.428 3.35072 17.185C3.08233 16.7547 2.76332 16.2433 2.54778 15.7201C2.26704 15.0386 2.11239 14.2344 2.41534 13.3624C2.58511 12.8738 2.92741 12.3863 3.28287 11.9613C3.64883 11.5239 4.0781 11.0953 4.4805 10.723Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5059 8.25C19.5059 8.80228 19.0581 9.25 18.5059 9.25C17.9536 9.25 17.5059 8.80228 17.5059 8.25L17.5059 5.74996L16.9116 5.74998C16.736 5.75011 16.5203 5.75026 16.3439 5.72819L16.3405 5.72777C16.2141 5.712 15.638 5.64017 15.3637 5.07457C15.0887 4.50775 15.3907 4.00761 15.456 3.8994L15.7951 3.43092C16.0897 3.05509 16.4954 2.54063 16.8759 2.14962C17.0657 1.95451 17.283 1.75328 17.5139 1.59443C17.7191 1.45323 18.0693 1.24996 18.5 1.24996C18.9307 1.24996 19.2809 1.45323 19.4861 1.59443C19.717 1.75328 19.9343 1.95451 20.1241 2.14962C20.5046 2.54063 20.9102 3.05508 21.2049 3.43091L21.544 3.89941C21.6093 4.00761 21.9113 4.50775 21.6363 5.07457C21.362 5.64017 20.7859 5.71201 20.6595 5.72777L20.6561 5.72819C20.4797 5.75026 20.264 5.75011 20.0884 5.74998L19.5059 5.74996L19.5059 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-up-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.25514 4.75C7.25514 3.36929 8.37442 2.25 9.75514 2.25C11.1358 2.25 12.2551 3.36929 12.2551 4.75V9.36036L14.6078 9.73641L14.6306 9.73982C15.5726 9.88112 16.3158 9.9926 16.9068 10.121C17.5075 10.2515 18.0095 10.4108 18.4506 10.6751C19.7281 11.4404 20.75 12.6633 20.75 14.4736C20.75 15.5606 20.4875 16.3446 19.9726 17.8824C19.6188 18.9448 19.2216 20.1359 18.8418 20.6888C18.218 21.5973 17.2978 22.2605 16.2388 22.565C15.5941 22.7504 14.8759 22.7503 13.7561 22.75L12.4266 22.75H12.4265C10.9341 22.7505 9.97018 22.7507 9.09879 22.3915C8.94285 22.3273 8.79043 22.2547 8.6422 22.1742C7.81393 21.7244 7.20629 20.9761 6.26549 19.8175L2.80732 15.5613C2.06869 14.6522 2.06376 13.3511 2.79549 12.4365C3.67497 11.3371 5.29041 11.1853 6.35934 12.1015L7.25514 12.8693V4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5059 8.25004C19.5059 8.80232 19.0581 9.25004 18.5059 9.25004C17.9536 9.25004 17.5059 8.80232 17.5059 8.25004L17.5059 5.75L16.9116 5.75002C16.736 5.75014 16.5203 5.7503 16.3439 5.72823L16.3405 5.72781C16.2141 5.71204 15.638 5.64021 15.3637 5.07461C15.0887 4.50779 15.3907 4.00765 15.456 3.89944L15.7951 3.43095C16.0897 3.05513 16.4954 2.54067 16.8759 2.14966C17.0657 1.95455 17.283 1.75331 17.5139 1.59447C17.7191 1.45326 18.0693 1.25 18.5 1.25C18.9307 1.25 19.2809 1.45326 19.4861 1.59447C19.717 1.75331 19.9343 1.95455 20.1241 2.14966C20.5046 2.54067 20.9102 3.05512 21.2049 3.43095L21.544 3.89944C21.6093 4.00765 21.9113 4.50779 21.6363 5.07461C21.362 5.64021 20.7859 5.71204 20.6595 5.72781L20.6561 5.72823C20.4797 5.7503 20.264 5.75014 20.0884 5.75002L19.5059 5.75L19.5059 8.25004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.25514 4.75C7.25514 3.36929 8.37442 2.25 9.75514 2.25C11.1358 2.25 12.2551 3.36929 12.2551 4.75V9.36036L14.6078 9.73641L14.6306 9.73982C15.5726 9.88112 16.3158 9.9926 16.9068 10.121C17.5075 10.2515 18.0095 10.4108 18.4506 10.6751C19.7281 11.4404 20.75 12.6633 20.75 14.4736C20.75 15.5606 20.4875 16.3446 19.9726 17.8824C19.6188 18.9448 19.2216 20.1359 18.8418 20.6888C18.218 21.5973 17.2978 22.2605 16.2388 22.565C15.5941 22.7504 14.8759 22.7503 13.7561 22.75L12.4266 22.75H12.4265C10.9341 22.7505 9.97018 22.7507 9.09879 22.3915C8.94285 22.3273 8.79043 22.2547 8.6422 22.1742C7.81393 21.7244 7.20629 20.9761 6.26549 19.8175L2.80732 15.5613C2.06869 14.6522 2.06376 13.3511 2.79549 12.4365C3.67497 11.3371 5.29041 11.1853 6.35934 12.1015L7.25514 12.8693V4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5059 8.25004C19.5059 8.80232 19.0581 9.25004 18.5059 9.25004C17.9536 9.25004 17.5059 8.80232 17.5059 8.25004L17.5059 5.75L16.9116 5.75002C16.736 5.75014 16.5203 5.7503 16.3439 5.72823L16.3405 5.72781C16.2141 5.71204 15.638 5.64021 15.3637 5.07461C15.0887 4.50779 15.3907 4.00765 15.456 3.89944L15.7951 3.43095C16.0897 3.05513 16.4954 2.54067 16.8759 2.14966C17.0657 1.95455 17.283 1.75331 17.5139 1.59447C17.7191 1.45326 18.0693 1.25 18.5 1.25C18.9307 1.25 19.2809 1.45326 19.4861 1.59447C19.717 1.75331 19.9343 1.95455 20.1241 2.14966C20.5046 2.54067 20.9102 3.05512 21.2049 3.43095L21.544 3.89944C21.6093 4.00765 21.9113 4.50779 21.6363 5.07461C21.362 5.64021 20.7859 5.71204 20.6595 5.72781L20.6561 5.72823C20.4797 5.7503 20.264 5.75014 20.0884 5.75002L19.5059 5.75L19.5059 8.25004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-up-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.66588 10.7181V4.74994C5.66588 3.36923 6.78517 2.24994 8.16588 2.24994C9.5466 2.24994 10.6659 3.36923 10.6659 4.74994V9.35736L13.1041 9.73581L13.1079 9.73639L13.1305 9.73976C14.0725 9.88106 14.8157 9.99254 15.4067 10.1209C16.0073 10.2514 16.5094 10.4107 16.9505 10.675C18.228 11.4403 19.2499 12.6632 19.2499 14.4735C19.2499 15.5605 18.9874 16.3445 18.4725 17.8823L18.4725 17.8824C18.1187 18.9447 17.7214 20.1358 17.3417 20.6888C16.7179 21.5972 15.7977 22.2605 14.7386 22.565C14.094 22.7503 13.3757 22.7502 12.256 22.75L10.5543 22.75C8.93854 22.7505 7.897 22.7508 6.98528 22.3522C6.57424 22.1725 6.19073 21.9355 5.84618 21.6482C5.08193 21.011 4.61642 20.0792 3.89427 18.6338C3.58237 18.0101 3.2365 17.3183 3.06127 16.8823C2.87897 16.4287 2.76166 16.006 2.75091 15.5477C2.74203 15.1694 2.79045 14.792 2.89452 14.4283C3.02061 13.9875 3.2408 13.6082 3.5317 13.2153C3.81131 12.8376 4.18561 12.4099 4.64487 11.885L5.66588 10.7181Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.006 8.24998C19.006 8.80226 18.5583 9.24998 18.006 9.24998C17.4537 9.24998 17.006 8.80226 17.006 8.24998L17.006 5.74994L16.4117 5.74996C16.2361 5.75008 16.0204 5.75024 15.844 5.72817L15.8406 5.72775C15.7142 5.71198 15.1382 5.64015 14.8638 5.07455C14.5888 4.50773 14.8908 4.00759 14.9561 3.89938L15.2952 3.43089C15.5899 3.05507 15.9956 2.54061 16.376 2.1496C16.5658 1.95449 16.7831 1.75325 17.014 1.59441C17.2193 1.4532 17.5695 1.24994 18.0001 1.24994C18.4308 1.24994 18.781 1.4532 18.9862 1.59441C19.2172 1.75325 19.4344 1.95449 19.6242 2.1496C20.0047 2.54061 20.4104 3.05506 20.705 3.43089L21.0441 3.89938C21.1095 4.00759 21.4114 4.50773 21.1364 5.07455C20.8621 5.64015 20.286 5.71198 20.1596 5.72775L20.1562 5.72817C19.9798 5.75024 19.7642 5.75008 19.5885 5.74996L19.006 5.74994L19.006 8.24998Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.66588 10.7181V4.74994C5.66588 3.36923 6.78517 2.24994 8.16588 2.24994C9.5466 2.24994 10.6659 3.36923 10.6659 4.74994V9.35736L13.1041 9.73581L13.1079 9.73639L13.1305 9.73976C14.0725 9.88106 14.8157 9.99254 15.4067 10.1209C16.0073 10.2514 16.5094 10.4107 16.9505 10.675C18.228 11.4403 19.2499 12.6632 19.2499 14.4735C19.2499 15.5605 18.9874 16.3445 18.4725 17.8823L18.4725 17.8824C18.1187 18.9447 17.7214 20.1358 17.3417 20.6888C16.7179 21.5972 15.7977 22.2605 14.7386 22.565C14.094 22.7503 13.3757 22.7502 12.256 22.75L10.5543 22.75C8.93854 22.7505 7.897 22.7508 6.98528 22.3522C6.57424 22.1725 6.19073 21.9355 5.84618 21.6482C5.08193 21.011 4.61642 20.0792 3.89427 18.6338C3.58237 18.0101 3.2365 17.3183 3.06127 16.8823C2.87897 16.4287 2.76166 16.006 2.75091 15.5477C2.74203 15.1694 2.79045 14.792 2.89452 14.4283C3.02061 13.9875 3.2408 13.6082 3.5317 13.2153C3.81131 12.8376 4.18561 12.4099 4.64487 11.885L5.66588 10.7181Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.006 8.24998C19.006 8.80226 18.5583 9.24998 18.006 9.24998C17.4537 9.24998 17.006 8.80226 17.006 8.24998L17.006 5.74994L16.4117 5.74996C16.2361 5.75008 16.0204 5.75024 15.844 5.72817L15.8406 5.72775C15.7142 5.71198 15.1382 5.64015 14.8638 5.07455C14.5888 4.50773 14.8908 4.00759 14.9561 3.89938L15.2952 3.43089C15.5899 3.05507 15.9956 2.54061 16.376 2.1496C16.5658 1.95449 16.7831 1.75325 17.014 1.59441C17.2193 1.4532 17.5695 1.24994 18.0001 1.24994C18.4308 1.24994 18.781 1.4532 18.9862 1.59441C19.2172 1.75325 19.4344 1.95449 19.6242 2.1496C20.0047 2.54061 20.4104 3.05506 20.705 3.43089L21.0441 3.89938C21.1095 4.00759 21.4114 4.50773 21.1364 5.07455C20.8621 5.64015 20.286 5.71198 20.1596 5.72775L20.1562 5.72817C19.9798 5.75024 19.7642 5.75008 19.5885 5.74996L19.006 5.74994L19.006 8.24998Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-up-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.26694 2.66068L7.26694 13.7585C7.26694 13.928 7.16238 14.0808 7.00207 14.1456C6.84177 14.2103 6.65733 14.1742 6.53487 14.0542L4.68315 12.2388C4.0515 11.6196 3.01146 11.6759 2.45317 12.36C2.2448 12.6154 2.13515 12.9224 2.125 13.2322C2.12939 13.3787 2.14691 13.5249 2.17758 13.6689C2.20828 13.7788 2.25225 13.886 2.30952 13.9882L6.22041 19.2343C6.46287 19.544 6.67112 19.949 6.82738 20.4054L6.8374 20.4346C7.01032 20.9397 7.15389 21.359 7.28829 21.6731C7.41395 21.9668 7.59118 22.3238 7.9061 22.5489C8.19726 22.7569 8.52672 22.8207 8.81694 22.8484C9.0973 22.8751 9.4454 22.8751 9.83985 22.875L16.241 22.8751C16.3607 22.8752 16.4851 22.8753 16.5995 22.8604C17.387 22.7581 18.0069 22.1382 18.1093 21.3506C18.1242 21.2363 18.124 21.0802 18.1239 20.9605C18.1239 20.6327 18.2571 20.2964 18.5032 20.0154C18.9013 19.5609 19.497 18.8285 19.7433 18.1849C19.9472 17.652 20.0374 17.0793 20.081 16.3924C20.1239 15.7171 20.1239 14.8824 20.1239 13.8177L20.1243 12.3191C20.1243 10.9748 19.1524 9.82755 17.8264 9.60655C17.6832 9.58268 17.5529 9.69311 17.5529 9.83828V12.1251C17.5529 12.3564 17.361 12.544 17.1243 12.544C16.8876 12.544 16.6957 12.3564 16.6957 12.1251V9.79473C16.6957 9.70455 16.6957 9.65946 16.6821 9.6158C16.6685 9.57214 16.6444 9.53729 16.5962 9.4676C16.2038 8.90048 15.7768 8.51827 14.7243 8.41851C14.4552 8.393 14.3206 8.38025 14.2225 8.46951C14.1244 8.55878 14.1244 8.70338 14.1244 8.99259V11.0083C14.1244 11.2396 13.9325 11.4271 13.6958 11.4271C13.4591 11.4271 13.2673 11.2396 13.2673 11.0083V8.38779C13.2673 8.25696 13.2673 8.19154 13.2371 8.12945C13.2069 8.06737 13.1621 8.03211 13.0723 7.96159C12.6048 7.59408 12.0152 7.37488 11.3743 7.37488C11.2585 7.38048 11.0801 7.41943 10.9149 7.50072C10.8292 7.54291 10.7863 7.564 10.741 7.63679C10.6957 7.70959 10.6957 7.77685 10.6957 7.91138V9.89139C10.6957 10.1227 10.5038 10.3102 10.2671 10.3102C10.0304 10.3102 9.83854 10.1227 9.83854 9.89139L9.83854 2.66068C9.83854 1.95055 9.26287 1.37488 8.55274 1.37488C7.84262 1.37488 7.26694 1.95055 7.26694 2.66068Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.6311 8.12492C19.6311 8.6772 19.1834 9.12492 18.6311 9.12492C18.0788 9.12492 17.6311 8.6772 17.6311 8.12492L17.6311 5.62488L17.0368 5.6249C16.8612 5.62502 16.6456 5.62518 16.4691 5.60311L16.4658 5.60269C16.3393 5.58692 15.7633 5.51508 15.4889 4.94949C15.214 4.38266 15.5159 3.88252 15.5812 3.77432L15.9204 3.30583C16.215 2.93001 16.6207 2.41555 17.0011 2.02454C17.191 1.82943 17.4082 1.62819 17.6391 1.46935C17.8444 1.32814 18.1946 1.12488 18.6252 1.12488C19.0559 1.12488 19.4061 1.32814 19.6114 1.46935C19.8423 1.62819 20.0595 1.82943 20.2494 2.02454C20.6298 2.41555 21.0355 2.93 21.3301 3.30583L21.6693 3.77432C21.7346 3.88253 22.0365 4.38267 21.7616 4.94949C21.4872 5.51509 20.9112 5.58692 20.7847 5.60269L20.7814 5.60311C20.6049 5.62518 20.3893 5.62502 20.2136 5.6249L19.6311 5.62488L19.6311 8.12492Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.26694 2.66068L7.26694 13.7585C7.26694 13.928 7.16238 14.0808 7.00207 14.1456C6.84177 14.2103 6.65733 14.1742 6.53487 14.0542L4.68315 12.2388C4.0515 11.6196 3.01146 11.6759 2.45317 12.36C2.2448 12.6154 2.13515 12.9224 2.125 13.2322C2.12939 13.3787 2.14691 13.5249 2.17758 13.6689C2.20828 13.7788 2.25225 13.886 2.30952 13.9882L6.22041 19.2343C6.46287 19.544 6.67112 19.949 6.82738 20.4054L6.8374 20.4346C7.01032 20.9397 7.15389 21.359 7.28829 21.6731C7.41395 21.9668 7.59118 22.3238 7.9061 22.5489C8.19726 22.7569 8.52672 22.8207 8.81694 22.8484C9.0973 22.8751 9.4454 22.8751 9.83985 22.875L16.241 22.8751C16.3607 22.8752 16.4851 22.8753 16.5995 22.8604C17.387 22.7581 18.0069 22.1382 18.1093 21.3506C18.1242 21.2363 18.124 21.0802 18.1239 20.9605C18.1239 20.6327 18.2571 20.2964 18.5032 20.0154C18.9013 19.5609 19.497 18.8285 19.7433 18.1849C19.9472 17.652 20.0374 17.0793 20.081 16.3924C20.1239 15.7171 20.1239 14.8824 20.1239 13.8177L20.1243 12.3191C20.1243 10.9748 19.1524 9.82755 17.8264 9.60655C17.6832 9.58268 17.5529 9.69311 17.5529 9.83828V12.1251C17.5529 12.3564 17.361 12.544 17.1243 12.544C16.8876 12.544 16.6957 12.3564 16.6957 12.1251V9.79473C16.6957 9.70455 16.6957 9.65946 16.6821 9.6158C16.6685 9.57214 16.6444 9.53729 16.5962 9.4676C16.2038 8.90048 15.7768 8.51827 14.7243 8.41851C14.4552 8.393 14.3206 8.38025 14.2225 8.46951C14.1244 8.55878 14.1244 8.70338 14.1244 8.99259V11.0083C14.1244 11.2396 13.9325 11.4271 13.6958 11.4271C13.4591 11.4271 13.2673 11.2396 13.2673 11.0083V8.38779C13.2673 8.25696 13.2673 8.19154 13.2371 8.12945C13.2069 8.06737 13.1621 8.03211 13.0723 7.96159C12.6048 7.59408 12.0152 7.37488 11.3743 7.37488C11.2585 7.38048 11.0801 7.41943 10.9149 7.50072C10.8292 7.54291 10.7863 7.564 10.741 7.63679C10.6957 7.70959 10.6957 7.77685 10.6957 7.91138V9.89139C10.6957 10.1227 10.5038 10.3102 10.2671 10.3102C10.0304 10.3102 9.83854 10.1227 9.83854 9.89139L9.83854 2.66068C9.83854 1.95055 9.26287 1.37488 8.55274 1.37488C7.84262 1.37488 7.26694 1.95055 7.26694 2.66068Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.6311 8.12492C19.6311 8.6772 19.1834 9.12492 18.6311 9.12492C18.0788 9.12492 17.6311 8.6772 17.6311 8.12492L17.6311 5.62488L17.0368 5.6249C16.8612 5.62502 16.6456 5.62518 16.4691 5.60311L16.4658 5.60269C16.3393 5.58692 15.7633 5.51508 15.4889 4.94949C15.214 4.38266 15.5159 3.88252 15.5812 3.77432L15.9204 3.30583C16.215 2.93001 16.6207 2.41555 17.0011 2.02454C17.191 1.82943 17.4082 1.62819 17.6391 1.46935C17.8444 1.32814 18.1946 1.12488 18.6252 1.12488C19.0559 1.12488 19.4061 1.32814 19.6114 1.46935C19.8423 1.62819 20.0595 1.82943 20.2494 2.02454C20.6298 2.41555 21.0355 2.93 21.3301 3.30583L21.6693 3.77432C21.7346 3.88253 22.0365 4.38267 21.7616 4.94949C21.4872 5.51509 20.9112 5.58692 20.7847 5.60269L20.7814 5.60311C20.6049 5.62518 20.3893 5.62502 20.2136 5.6249L19.6311 5.62488L19.6311 8.12492Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-up-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5059 8.24994C19.5059 8.80222 19.0581 9.24994 18.5059 9.24994C17.9536 9.24994 17.5059 8.80222 17.5059 8.24994L17.5059 5.7499L16.9116 5.74992C16.736 5.75004 16.5203 5.7502 16.3439 5.72813L16.3405 5.72771C16.2141 5.71194 15.638 5.64011 15.3637 5.07451C15.0887 4.50769 15.3907 4.00755 15.456 3.89934L15.7951 3.43085C16.0897 3.05503 16.4954 2.54057 16.8759 2.14956C17.0657 1.95445 17.283 1.75322 17.5139 1.59437C17.7191 1.45317 18.0693 1.2499 18.5 1.2499C18.9307 1.2499 19.2809 1.45317 19.4861 1.59437C19.717 1.75322 19.9343 1.95445 20.1241 2.14956C20.5046 2.54057 20.9102 3.05502 21.2049 3.43085L21.544 3.89934C21.6093 4.00755 21.9113 4.50769 21.6363 5.07451C21.362 5.64011 20.7859 5.71194 20.6595 5.72771L20.6561 5.72813C20.4797 5.7502 20.264 5.75005 20.0884 5.74992L19.5059 5.7499L19.5059 8.24994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.30926 11.3019C9.54796 11.3019 9.74147 11.1144 9.74147 10.8831V7.76543C9.74147 7.58801 9.74147 7.4993 9.809 7.41651C9.87653 7.33372 9.94438 7.3198 10.0801 7.29197C10.2487 7.25738 10.4112 7.24841 10.5 7.24997C11.1087 7.24997 11.6712 7.44774 12.1268 7.78252C12.2223 7.8527 12.27 7.88779 12.3024 7.95167C12.3347 8.01554 12.3347 8.08349 12.3347 8.21939V10.8831C12.3347 11.1144 12.5282 11.3019 12.7669 11.3019C13.0056 11.3019 13.1991 11.1144 13.1991 10.8831V8.87575C13.1991 8.58569 13.1991 8.44066 13.3006 8.35109C13.4021 8.26152 13.534 8.27807 13.7979 8.31116C14.6863 8.42262 15.277 8.79121 15.6875 9.33258C15.7365 9.39722 15.761 9.42955 15.7767 9.47607C15.7923 9.5226 15.7923 9.56887 15.7923 9.66141V11.9999C15.7923 12.2313 15.9858 12.4188 16.2245 12.4188C16.4632 12.4188 16.6567 12.2313 16.6567 11.9999V10.0816C16.6567 9.79022 16.6567 9.6445 16.7749 9.55446C16.893 9.46441 17.0119 9.49709 17.2496 9.56246C18.385 9.87474 19.2489 11.0424 19.25 12.1923L19.25 14.0119C19.2503 15.8578 19.2505 16.9881 18.9139 17.9223C18.6535 18.6448 18.2529 19.2987 17.7442 19.8532C17.3791 20.2512 17.1804 20.663 17.1804 21.0449C17.1804 21.9866 16.417 22.75 15.4753 22.75L8.22222 22.75C8.02199 22.7504 7.81349 22.7507 7.62474 22.7093C6.95791 22.5629 6.4371 22.0421 6.29071 21.3752C6.24927 21.1865 6.24967 20.925 6.25 20.7248C6.25 20.4412 6.15358 20.1661 5.97657 19.9445L3.92578 17.3695C3.439 16.6526 3.04344 16.07 2.76761 15.5648C2.48104 15.04 2.28969 14.5402 2.25651 13.9817C2.23749 13.6616 2.2602 13.3405 2.32406 13.0262C2.43545 12.478 2.69502 12.0095 3.05239 11.529C3.38461 11.0823 3.95731 10.4498 4.51704 9.83161C4.85152 9.51304 5.01876 9.35375 5.16385 9.37547C5.21482 9.3831 5.26296 9.40374 5.30364 9.43538C5.41943 9.52546 5.41943 9.75642 5.41943 10.2183V13.6753C5.41943 13.9066 5.61294 14.0941 5.85164 14.0941C6.09034 14.0941 6.28384 13.9066 6.28384 13.6753V2.54643C6.28384 1.83033 6.86435 1.24982 7.58045 1.24982C8.29655 1.24982 8.87706 1.83033 8.87706 2.54643V10.8831C8.87706 11.1144 9.07057 11.3019 9.30926 11.3019Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5059 8.24994C19.5059 8.80222 19.0581 9.24994 18.5059 9.24994C17.9536 9.24994 17.5059 8.80222 17.5059 8.24994L17.5059 5.7499L16.9116 5.74992C16.736 5.75004 16.5203 5.7502 16.3439 5.72813L16.3405 5.72771C16.2141 5.71194 15.638 5.64011 15.3637 5.07451C15.0887 4.50769 15.3907 4.00755 15.456 3.89934L15.7951 3.43085C16.0897 3.05503 16.4954 2.54057 16.8759 2.14956C17.0657 1.95445 17.283 1.75322 17.5139 1.59437C17.7191 1.45317 18.0693 1.2499 18.5 1.2499C18.9307 1.2499 19.2809 1.45317 19.4861 1.59437C19.717 1.75322 19.9343 1.95445 20.1241 2.14956C20.5046 2.54057 20.9102 3.05502 21.2049 3.43085L21.544 3.89934C21.6093 4.00755 21.9113 4.50769 21.6363 5.07451C21.362 5.64011 20.7859 5.71194 20.6595 5.72771L20.6561 5.72813C20.4797 5.7502 20.264 5.75005 20.0884 5.74992L19.5059 5.7499L19.5059 8.24994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.30926 11.3019C9.54796 11.3019 9.74147 11.1144 9.74147 10.8831V7.76543C9.74147 7.58801 9.74147 7.4993 9.809 7.41651C9.87653 7.33372 9.94438 7.3198 10.0801 7.29197C10.2487 7.25738 10.4112 7.24841 10.5 7.24997C11.1087 7.24997 11.6712 7.44774 12.1268 7.78252C12.2223 7.8527 12.27 7.88779 12.3024 7.95167C12.3347 8.01554 12.3347 8.08349 12.3347 8.21939V10.8831C12.3347 11.1144 12.5282 11.3019 12.7669 11.3019C13.0056 11.3019 13.1991 11.1144 13.1991 10.8831V8.87575C13.1991 8.58569 13.1991 8.44066 13.3006 8.35109C13.4021 8.26152 13.534 8.27807 13.7979 8.31116C14.6863 8.42262 15.277 8.79121 15.6875 9.33258C15.7365 9.39722 15.761 9.42955 15.7767 9.47607C15.7923 9.5226 15.7923 9.56887 15.7923 9.66141V11.9999C15.7923 12.2313 15.9858 12.4188 16.2245 12.4188C16.4632 12.4188 16.6567 12.2313 16.6567 11.9999V10.0816C16.6567 9.79022 16.6567 9.6445 16.7749 9.55446C16.893 9.46441 17.0119 9.49709 17.2496 9.56246C18.385 9.87474 19.2489 11.0424 19.25 12.1923L19.25 14.0119C19.2503 15.8578 19.2505 16.9881 18.9139 17.9223C18.6535 18.6448 18.2529 19.2987 17.7442 19.8532C17.3791 20.2512 17.1804 20.663 17.1804 21.0449C17.1804 21.9866 16.417 22.75 15.4753 22.75L8.22222 22.75C8.02199 22.7504 7.81349 22.7507 7.62474 22.7093C6.95791 22.5629 6.4371 22.0421 6.29071 21.3752C6.24927 21.1865 6.24967 20.925 6.25 20.7248C6.25 20.4412 6.15358 20.1661 5.97657 19.9445L3.92578 17.3695C3.439 16.6526 3.04344 16.07 2.76761 15.5648C2.48104 15.04 2.28969 14.5402 2.25651 13.9817C2.23749 13.6616 2.2602 13.3405 2.32406 13.0262C2.43545 12.478 2.69502 12.0095 3.05239 11.529C3.38461 11.0823 3.95731 10.4498 4.51704 9.83161C4.85152 9.51304 5.01876 9.35375 5.16385 9.37547C5.21482 9.3831 5.26296 9.40374 5.30364 9.43538C5.41943 9.52546 5.41943 9.75642 5.41943 10.2183V13.6753C5.41943 13.9066 5.61294 14.0941 5.85164 14.0941C6.09034 14.0941 6.28384 13.9066 6.28384 13.6753V2.54643C6.28384 1.83033 6.86435 1.24982 7.58045 1.24982C8.29655 1.24982 8.87706 1.83033 8.87706 2.54643V10.8831C8.87706 11.1144 9.07057 11.3019 9.30926 11.3019Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-up-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.89079 11.2363C10.1275 11.2363 10.3194 11.0477 10.3194 10.815V7.765C10.3194 7.61034 10.3194 7.53302 10.3787 7.45328C10.4381 7.37354 10.4934 7.35698 10.6041 7.32385C10.7566 7.2782 10.9114 7.25619 10.9975 7.24998C11.6385 7.24998 12.2283 7.46931 12.696 7.83703C12.7856 7.90755 12.8305 7.94282 12.8606 8.00489C12.8908 8.06697 12.8908 8.13237 12.8908 8.26317V10.815C12.8908 11.0477 13.0827 11.2363 13.3194 11.2363C13.5561 11.2363 13.7479 11.0477 13.7479 10.815V8.84998C13.7479 8.5604 13.7479 8.41561 13.8482 8.32614C13.9485 8.23668 14.0813 8.25187 14.3469 8.28226C15.2072 8.38068 15.7671 8.69699 16.1783 9.13252L16.1783 9.13252C16.2441 9.20215 16.2769 9.23697 16.2981 9.29034C16.3194 9.34371 16.3194 9.39821 16.3194 9.50719V11.9383C16.3194 12.1709 16.5112 12.3595 16.7479 12.3595C16.9846 12.3595 17.1765 12.1709 17.1765 11.9383V10.0361C17.1765 9.74406 17.1765 9.59802 17.2885 9.50795C17.4004 9.41789 17.5244 9.44508 17.7723 9.49946C18.9699 9.76221 19.7475 10.8088 19.7475 12V14.6927V14.6927C19.7475 15.7574 19.7475 16.5921 19.7046 17.2674C19.661 17.9542 19.5708 18.5269 19.3669 19.0599C18.7849 20.5808 17.5866 21.7834 16.0689 22.3678C15.5369 22.5726 14.9652 22.6631 14.2801 22.7069C13.6067 22.75 12.7744 22.75 11.7132 22.75C10.666 22.7501 9.90193 22.7502 9.29257 22.6158C8.3642 22.4111 7.5013 21.9782 6.78138 21.3563C6.30889 20.9482 5.92238 20.4311 5.29399 19.5904L2.0259 15.0806C1.96927 15.0022 1.92132 14.9197 1.88203 14.8344C1.80456 14.6106 1.76059 14.3782 1.75 14.1447C1.76603 13.8434 1.87523 13.5462 2.07689 13.2976C2.63519 12.6096 3.67526 12.553 4.30692 13.1757L6.1587 15.0015C6.28116 15.1223 6.4656 15.1586 6.62591 15.0934C6.78623 15.0283 6.89079 14.8746 6.89079 14.7041V3.53571C6.89079 2.82563 7.46642 2.25 8.1765 2.25C8.88658 2.25 9.46222 2.82563 9.46222 3.53571V10.815C9.46222 11.0477 9.65409 11.2363 9.89079 11.2363Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9941 8.25004C17.9941 8.80232 18.4419 9.25004 18.9941 9.25004C19.5464 9.25004 19.9941 8.80232 19.9941 8.25004L19.9941 5.75L20.5884 5.75002C20.764 5.75014 20.9797 5.7503 21.1561 5.72823L21.1595 5.72781C21.2859 5.71204 21.862 5.64021 22.1363 5.07461C22.4113 4.50779 22.1093 4.00765 22.044 3.89944L21.7049 3.43095C21.4103 3.05513 21.0046 2.54067 20.6241 2.14966C20.4343 1.95455 20.217 1.75332 19.9861 1.59447C19.7809 1.45326 19.4307 1.25 19 1.25C18.5693 1.25 18.2191 1.45326 18.0139 1.59447C17.783 1.75332 17.5657 1.95455 17.3759 2.14966C16.9954 2.54067 16.5898 3.05512 16.2951 3.43095L15.956 3.89944C15.8907 4.00765 15.5887 4.50779 15.8637 5.07461C16.138 5.64021 16.7141 5.71204 16.8405 5.72781L16.8439 5.72823C17.0203 5.7503 17.236 5.75014 17.4116 5.75002L17.9941 5.75L17.9941 8.25004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.89079 11.2363C10.1275 11.2363 10.3194 11.0477 10.3194 10.815V7.765C10.3194 7.61034 10.3194 7.53302 10.3787 7.45328C10.4381 7.37354 10.4934 7.35698 10.6041 7.32385C10.7566 7.2782 10.9114 7.25619 10.9975 7.24998C11.6385 7.24998 12.2283 7.46931 12.696 7.83703C12.7856 7.90755 12.8305 7.94282 12.8606 8.00489C12.8908 8.06697 12.8908 8.13237 12.8908 8.26317V10.815C12.8908 11.0477 13.0827 11.2363 13.3194 11.2363C13.5561 11.2363 13.7479 11.0477 13.7479 10.815V8.84998C13.7479 8.5604 13.7479 8.41561 13.8482 8.32614C13.9485 8.23668 14.0813 8.25187 14.3469 8.28226C15.2072 8.38068 15.7671 8.69699 16.1783 9.13252L16.1783 9.13252C16.2441 9.20215 16.2769 9.23697 16.2981 9.29034C16.3194 9.34371 16.3194 9.39821 16.3194 9.50719V11.9383C16.3194 12.1709 16.5112 12.3595 16.7479 12.3595C16.9846 12.3595 17.1765 12.1709 17.1765 11.9383V10.0361C17.1765 9.74406 17.1765 9.59802 17.2885 9.50795C17.4004 9.41789 17.5244 9.44508 17.7723 9.49946C18.9699 9.76221 19.7475 10.8088 19.7475 12V14.6927V14.6927C19.7475 15.7574 19.7475 16.5921 19.7046 17.2674C19.661 17.9542 19.5708 18.5269 19.3669 19.0599C18.7849 20.5808 17.5866 21.7834 16.0689 22.3678C15.5369 22.5726 14.9652 22.6631 14.2801 22.7069C13.6067 22.75 12.7744 22.75 11.7132 22.75C10.666 22.7501 9.90193 22.7502 9.29257 22.6158C8.3642 22.4111 7.5013 21.9782 6.78138 21.3563C6.30889 20.9482 5.92238 20.4311 5.29399 19.5904L2.0259 15.0806C1.96927 15.0022 1.92132 14.9197 1.88203 14.8344C1.80456 14.6106 1.76059 14.3782 1.75 14.1447C1.76603 13.8434 1.87523 13.5462 2.07689 13.2976C2.63519 12.6096 3.67526 12.553 4.30692 13.1757L6.1587 15.0015C6.28116 15.1223 6.4656 15.1586 6.62591 15.0934C6.78623 15.0283 6.89079 14.8746 6.89079 14.7041V3.53571C6.89079 2.82563 7.46642 2.25 8.1765 2.25C8.88658 2.25 9.46222 2.82563 9.46222 3.53571V10.815C9.46222 11.0477 9.65409 11.2363 9.89079 11.2363Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9941 8.25004C17.9941 8.80232 18.4419 9.25004 18.9941 9.25004C19.5464 9.25004 19.9941 8.80232 19.9941 8.25004L19.9941 5.75L20.5884 5.75002C20.764 5.75014 20.9797 5.7503 21.1561 5.72823L21.1595 5.72781C21.2859 5.71204 21.862 5.64021 22.1363 5.07461C22.4113 4.50779 22.1093 4.00765 22.044 3.89944L21.7049 3.43095C21.4103 3.05513 21.0046 2.54067 20.6241 2.14966C20.4343 1.95455 20.217 1.75332 19.9861 1.59447C19.7809 1.45326 19.4307 1.25 19 1.25C18.5693 1.25 18.2191 1.45326 18.0139 1.59447C17.783 1.75332 17.5657 1.95455 17.3759 2.14966C16.9954 2.54067 16.5898 3.05512 16.2951 3.43095L15.956 3.89944C15.8907 4.00765 15.5887 4.50779 15.8637 5.07461C16.138 5.64021 16.7141 5.71204 16.8405 5.72781L16.8439 5.72823C17.0203 5.7503 17.236 5.75014 17.4116 5.75002L17.9941 5.75L17.9941 8.25004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-swipe-up-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.41968 11.3116C4.41968 10.7714 4.41968 10.5014 4.26751 10.4152C4.24805 10.4042 4.22741 10.3953 4.20598 10.3889C4.0385 10.3386 3.84343 10.5254 3.45329 10.899C2.87016 11.5431 2.39652 12.0663 2.05239 12.529C1.69502 13.0095 1.43545 13.478 1.32406 14.0262C1.2602 14.3405 1.23749 14.6616 1.25651 14.9817C1.28969 15.5402 1.48104 16.04 1.76761 16.5648C2.04344 17.07 2.439 17.6526 2.92578 18.3695L3.56233 19.3071C4.15022 20.1731 4.51124 20.705 4.96051 21.1327C5.74531 21.88 6.72624 22.3949 7.79137 22.6209C8.40074 22.7502 9.31501 22.7501 10.3768 22.75C12.263 22.7503 13.4074 22.7505 14.3527 22.422C16.0121 21.8455 17.3231 20.5616 17.9139 18.9223C18.2505 17.9881 18.2503 16.8578 18.25 15.0119L18.25 13C18.25 12.7345 18.2303 12.0834 18.2205 11.791C18.2205 10.7884 17.386 9.81009 16.2521 9.54914C16.0062 9.49257 15.8833 9.46428 15.7701 9.55436C15.657 9.64444 15.657 9.79018 15.657 10.0817V11.9383C15.657 12.171 15.4635 12.3595 15.2248 12.3595C14.9861 12.3595 14.7926 12.171 14.7926 11.9383V9.50231C14.7926 9.39306 14.7926 9.33843 14.7706 9.28428C14.7487 9.23012 14.716 9.1963 14.6504 9.12864C14.2323 8.69691 13.6307 8.38471 12.7983 8.28443C12.5336 8.25255 12.4013 8.23661 12.3003 8.32614C12.1993 8.41566 12.1993 8.56044 12.1993 8.84998V10.815C12.1993 11.0477 12.0058 11.2363 11.7671 11.2363C11.5284 11.2363 11.3349 11.0477 11.3349 10.815V8.21958C11.3349 8.0837 11.3349 8.01576 11.3026 7.95189C11.2703 7.88802 11.2226 7.85293 11.1271 7.78275C10.6715 7.44784 10.1088 7.24998 9.5 7.24998C9.4176 7.25041 9.26903 7.26025 9.10965 7.28937C8.95714 7.31724 8.88089 7.33118 8.8113 7.41463C8.74171 7.49809 8.74171 7.59297 8.74171 7.78272V10.815C8.74171 11.0477 8.54821 11.2363 8.30951 11.2363C8.07081 11.2363 7.87731 11.0477 7.87731 10.815V3.54652C7.87731 2.83042 7.2968 2.24991 6.5807 2.24991C5.8646 2.24991 5.28409 2.83042 5.28409 3.54652V14.7465C5.28409 14.9792 5.09058 15.1678 4.85188 15.1678C4.61319 15.1678 4.41968 14.9792 4.41968 14.7465V11.3116Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5059 8.25004C20.5059 8.80232 20.0581 9.25004 19.5059 9.25004C18.9536 9.25004 18.5059 8.80232 18.5059 8.25004L18.5059 5.75L17.9116 5.75002C17.736 5.75014 17.5203 5.7503 17.3439 5.72823L17.3405 5.72781C17.2141 5.71204 16.638 5.64021 16.3637 5.07461C16.0887 4.50779 16.3907 4.00765 16.456 3.89944L16.7951 3.43095C17.0897 3.05513 17.4954 2.54067 17.8759 2.14966C18.0657 1.95455 18.283 1.75331 18.5139 1.59447C18.7191 1.45326 19.0693 1.25 19.5 1.25C19.9307 1.25 20.2809 1.45326 20.4861 1.59447C20.717 1.75331 20.9343 1.95455 21.1241 2.14966C21.5046 2.54067 21.9102 3.05512 22.2049 3.43095L22.544 3.89944C22.6093 4.00765 22.9113 4.50779 22.6363 5.07461C22.362 5.64021 21.7859 5.71204 21.6595 5.72781L21.6561 5.72823C21.4797 5.7503 21.264 5.75014 21.0884 5.75002L20.5059 5.75L20.5059 8.25004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.41968 11.3116C4.41968 10.7714 4.41968 10.5014 4.26751 10.4152C4.24805 10.4042 4.22741 10.3953 4.20598 10.3889C4.0385 10.3386 3.84343 10.5254 3.45329 10.899C2.87016 11.5431 2.39652 12.0663 2.05239 12.529C1.69502 13.0095 1.43545 13.478 1.32406 14.0262C1.2602 14.3405 1.23749 14.6616 1.25651 14.9817C1.28969 15.5402 1.48104 16.04 1.76761 16.5648C2.04344 17.07 2.439 17.6526 2.92578 18.3695L3.56233 19.3071C4.15022 20.1731 4.51124 20.705 4.96051 21.1327C5.74531 21.88 6.72624 22.3949 7.79137 22.6209C8.40074 22.7502 9.31501 22.7501 10.3768 22.75C12.263 22.7503 13.4074 22.7505 14.3527 22.422C16.0121 21.8455 17.3231 20.5616 17.9139 18.9223C18.2505 17.9881 18.2503 16.8578 18.25 15.0119L18.25 13C18.25 12.7345 18.2303 12.0834 18.2205 11.791C18.2205 10.7884 17.386 9.81009 16.2521 9.54914C16.0062 9.49257 15.8833 9.46428 15.7701 9.55436C15.657 9.64444 15.657 9.79018 15.657 10.0817V11.9383C15.657 12.171 15.4635 12.3595 15.2248 12.3595C14.9861 12.3595 14.7926 12.171 14.7926 11.9383V9.50231C14.7926 9.39306 14.7926 9.33843 14.7706 9.28428C14.7487 9.23012 14.716 9.1963 14.6504 9.12864C14.2323 8.69691 13.6307 8.38471 12.7983 8.28443C12.5336 8.25255 12.4013 8.23661 12.3003 8.32614C12.1993 8.41566 12.1993 8.56044 12.1993 8.84998V10.815C12.1993 11.0477 12.0058 11.2363 11.7671 11.2363C11.5284 11.2363 11.3349 11.0477 11.3349 10.815V8.21958C11.3349 8.0837 11.3349 8.01576 11.3026 7.95189C11.2703 7.88802 11.2226 7.85293 11.1271 7.78275C10.6715 7.44784 10.1088 7.24998 9.5 7.24998C9.4176 7.25041 9.26903 7.26025 9.10965 7.28937C8.95714 7.31724 8.88089 7.33118 8.8113 7.41463C8.74171 7.49809 8.74171 7.59297 8.74171 7.78272V10.815C8.74171 11.0477 8.54821 11.2363 8.30951 11.2363C8.07081 11.2363 7.87731 11.0477 7.87731 10.815V3.54652C7.87731 2.83042 7.2968 2.24991 6.5807 2.24991C5.8646 2.24991 5.28409 2.83042 5.28409 3.54652V14.7465C5.28409 14.9792 5.09058 15.1678 4.85188 15.1678C4.61319 15.1678 4.41968 14.9792 4.41968 14.7465V11.3116Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5059 8.25004C20.5059 8.80232 20.0581 9.25004 19.5059 9.25004C18.9536 9.25004 18.5059 8.80232 18.5059 8.25004L18.5059 5.75L17.9116 5.75002C17.736 5.75014 17.5203 5.7503 17.3439 5.72823L17.3405 5.72781C17.2141 5.71204 16.638 5.64021 16.3637 5.07461C16.0887 4.50779 16.3907 4.00765 16.456 3.89944L16.7951 3.43095C17.0897 3.05513 17.4954 2.54067 17.8759 2.14966C18.0657 1.95455 18.283 1.75331 18.5139 1.59447C18.7191 1.45326 19.0693 1.25 19.5 1.25C19.9307 1.25 20.2809 1.45326 20.4861 1.59447C20.717 1.75331 20.9343 1.95455 21.1241 2.14966C21.5046 2.54067 21.9102 3.05512 22.2049 3.43095L22.544 3.89944C22.6093 4.00765 22.9113 4.50779 22.6363 5.07461C22.362 5.64021 21.7859 5.71204 21.6595 5.72781L21.6561 5.72823C21.4797 5.7503 21.264 5.75014 21.0884 5.75002L20.5059 5.75L20.5059 8.25004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-tap-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.55794 6.74026C8.55794 5.4339 9.61696 4.37488 10.9233 4.37488C12.2297 4.37488 13.2887 5.4339 13.2887 6.74026V10.7311C14.9123 10.8061 17.1675 11.3326 18.9305 13.0561C19.79 13.8964 19.8336 15.1206 19.682 16.1039C19.5251 17.1217 19.1253 18.1255 18.7966 18.7923C18.7005 18.9873 18.5859 19.1868 18.4814 19.3683C18.3766 19.5504 18.2687 19.7377 18.1811 19.908C17.9934 20.2726 17.9056 20.5423 17.9056 20.7496C17.9062 21.0227 17.907 21.3802 17.8302 21.6333C17.6604 22.1923 17.223 22.6297 16.6641 22.7994C16.411 22.8762 16.1256 22.8756 15.8525 22.875L10.27 22.864C9.68242 22.864 9.20033 22.4528 9.02391 22.2472C8.86812 22.0608 8.77053 21.8168 8.69835 21.621C8.61869 21.4048 8.49715 21.0305 8.38517 20.6809C8.29742 20.4417 8.13877 20.2247 7.60993 19.5459L4.74296 15.8663C4.08829 15.053 4.08558 13.8929 4.73741 13.0765C5.5235 12.0918 6.96843 11.9554 7.9244 12.7765L7.92579 12.7777L8.55794 13.3234V6.74026Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0002 3.12488C9.34339 3.12488 8.00024 4.46802 8.00024 6.12488C8.00024 6.67716 7.55253 7.12488 7.00024 7.12488C6.44796 7.12488 6.00024 6.67716 6.00024 6.12488C6.00024 3.36345 8.23882 1.12488 11.0002 1.12488C13.7617 1.12488 16.0002 3.36345 16.0002 6.12488C16.0002 6.67716 15.5525 7.12488 15.0002 7.12488C14.448 7.12488 14.0002 6.67716 14.0002 6.12488C14.0002 4.46802 12.6571 3.12488 11.0002 3.12488Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.55794 6.74026C8.55794 5.4339 9.61696 4.37488 10.9233 4.37488C12.2297 4.37488 13.2887 5.4339 13.2887 6.74026V10.7311C14.9123 10.8061 17.1675 11.3326 18.9305 13.0561C19.79 13.8964 19.8336 15.1206 19.682 16.1039C19.5251 17.1217 19.1253 18.1255 18.7966 18.7923C18.7005 18.9873 18.5859 19.1868 18.4814 19.3683C18.3766 19.5504 18.2687 19.7377 18.1811 19.908C17.9934 20.2726 17.9056 20.5423 17.9056 20.7496C17.9062 21.0227 17.907 21.3802 17.8302 21.6333C17.6604 22.1923 17.223 22.6297 16.6641 22.7994C16.411 22.8762 16.1256 22.8756 15.8525 22.875L10.27 22.864C9.68242 22.864 9.20033 22.4528 9.02391 22.2472C8.86812 22.0608 8.77053 21.8168 8.69835 21.621C8.61869 21.4048 8.49715 21.0305 8.38517 20.6809C8.29742 20.4417 8.13877 20.2247 7.60993 19.5459L4.74296 15.8663C4.08829 15.053 4.08558 13.8929 4.73741 13.0765C5.5235 12.0918 6.96843 11.9554 7.9244 12.7765L7.92579 12.7777L8.55794 13.3234V6.74026Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0002 3.12488C9.34339 3.12488 8.00024 4.46802 8.00024 6.12488C8.00024 6.67716 7.55253 7.12488 7.00024 7.12488C6.44796 7.12488 6.00024 6.67716 6.00024 6.12488C6.00024 3.36345 8.23882 1.12488 11.0002 1.12488C13.7617 1.12488 16.0002 3.36345 16.0002 6.12488C16.0002 6.67716 15.5525 7.12488 15.0002 7.12488C14.448 7.12488 14.0002 6.67716 14.0002 6.12488C14.0002 4.46802 12.6571 3.12488 11.0002 3.12488Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-tap-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.1467 11.566V6.61238C8.1467 5.39565 9.11215 4.37488 10.345 4.37488C11.5778 4.37488 12.5433 5.39565 12.5433 6.61238V10.7531C14.105 10.8294 16.3083 11.3457 17.9774 13.0709C18.7894 13.9102 18.8282 15.1232 18.6861 16.0978C18.5385 17.1106 18.1617 18.1115 17.8511 18.7776C17.7605 18.9721 17.6523 19.1712 17.5534 19.3528L17.5534 19.3528C17.4543 19.5348 17.3521 19.7225 17.2691 19.893C17.092 20.2568 17.0056 20.5324 17.0056 20.7496C17.0062 21.0227 17.0069 21.3802 16.9301 21.6333C16.7604 22.1923 16.3229 22.6297 15.764 22.7994C15.5109 22.8762 15.2256 22.8756 14.9524 22.875L9.74265 22.8749C8.8613 22.8749 8.14682 22.1604 8.14682 21.279C8.14682 21.2287 8.11659 21.0779 7.98153 20.8044C7.85585 20.5499 7.6762 20.261 7.46913 19.9571C7.28498 19.6869 7.0907 19.4214 6.90671 19.1699C6.71402 18.9063 6.30353 18.2998 6.17806 18.0875C5.95581 17.7217 5.68566 17.2771 5.50369 16.8234C5.26579 16.2302 5.13157 15.5221 5.39214 14.7518C5.53861 14.3188 5.83155 13.8924 6.12879 13.5274C6.43593 13.1503 6.79511 12.7822 7.13028 12.4637C7.5243 12.0892 7.90003 11.7692 8.1467 11.566Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.3458 3.12488C8.68897 3.12488 7.34583 4.46802 7.34583 6.12488C7.34583 6.67716 6.89811 7.12488 6.34583 7.12488C5.79354 7.12488 5.34583 6.67716 5.34583 6.12488C5.34583 3.36345 7.5844 1.12488 10.3458 1.12488C13.1072 1.12488 15.3458 3.36345 15.3458 6.12488C15.3458 6.67716 14.8981 7.12488 14.3458 7.12488C13.7935 7.12488 13.3458 6.67716 13.3458 6.12488C13.3458 4.46802 12.0027 3.12488 10.3458 3.12488Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.1467 11.566V6.61238C8.1467 5.39565 9.11215 4.37488 10.345 4.37488C11.5778 4.37488 12.5433 5.39565 12.5433 6.61238V10.7531C14.105 10.8294 16.3083 11.3457 17.9774 13.0709C18.7894 13.9102 18.8282 15.1232 18.6861 16.0978C18.5385 17.1106 18.1617 18.1115 17.8511 18.7776C17.7605 18.9721 17.6523 19.1712 17.5534 19.3528L17.5534 19.3528C17.4543 19.5348 17.3521 19.7225 17.2691 19.893C17.092 20.2568 17.0056 20.5324 17.0056 20.7496C17.0062 21.0227 17.0069 21.3802 16.9301 21.6333C16.7604 22.1923 16.3229 22.6297 15.764 22.7994C15.5109 22.8762 15.2256 22.8756 14.9524 22.875L9.74265 22.8749C8.8613 22.8749 8.14682 22.1604 8.14682 21.279C8.14682 21.2287 8.11659 21.0779 7.98153 20.8044C7.85585 20.5499 7.6762 20.261 7.46913 19.9571C7.28498 19.6869 7.0907 19.4214 6.90671 19.1699C6.71402 18.9063 6.30353 18.2998 6.17806 18.0875C5.95581 17.7217 5.68566 17.2771 5.50369 16.8234C5.26579 16.2302 5.13157 15.5221 5.39214 14.7518C5.53861 14.3188 5.83155 13.8924 6.12879 13.5274C6.43593 13.1503 6.79511 12.7822 7.13028 12.4637C7.5243 12.0892 7.90003 11.7692 8.1467 11.566Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.3458 3.12488C8.68897 3.12488 7.34583 4.46802 7.34583 6.12488C7.34583 6.67716 6.89811 7.12488 6.34583 7.12488C5.79354 7.12488 5.34583 6.67716 5.34583 6.12488C5.34583 3.36345 7.5844 1.12488 10.3458 1.12488C13.1072 1.12488 15.3458 3.36345 15.3458 6.12488C15.3458 6.67716 14.8981 7.12488 14.3458 7.12488C13.7935 7.12488 13.3458 6.67716 13.3458 6.12488C13.3458 4.46802 12.0027 3.12488 10.3458 3.12488Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-tap-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.96072 6.28302C7.96072 4.95782 9.02929 3.87512 10.3578 3.87512C11.6863 3.87512 12.7548 4.95782 12.7548 6.28302V10.1175L14.9553 10.4713C15.8406 10.605 16.5414 10.7108 17.0992 10.8327C17.6667 10.9568 18.1449 11.1091 18.5663 11.3633C19.7786 12.0943 20.75 13.2643 20.75 14.9946C20.75 16.0303 20.5011 16.7786 20.0172 18.2333L20.0172 18.2333C19.6855 19.2356 19.3081 20.3748 18.9476 20.9032C18.3554 21.7713 17.481 22.4061 16.4735 22.6978C15.86 22.8753 13.9134 22.8752 12.865 22.8749C11.4674 22.8754 10.5508 22.8757 9.72162 22.5317C9.57331 22.4701 9.42838 22.4007 9.28744 22.3236C8.50005 21.8932 7.92309 21.178 7.04187 20.0856L3.7829 16.0481C3.07662 15.1731 3.07194 13.9222 3.77157 13.0419C4.61446 11.9814 6.16605 11.8336 7.19229 12.719L7.96072 13.382V6.28302Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.3164 3.12512C8.65955 3.12512 7.31641 4.46827 7.31641 6.12512C7.31641 6.67741 6.86869 7.12512 6.31641 7.12512C5.76412 7.12512 5.31641 6.67741 5.31641 6.12512C5.31641 3.3637 7.55498 1.12512 10.3164 1.12512C13.0778 1.12512 15.3164 3.3637 15.3164 6.12512C15.3164 6.67741 14.8687 7.12512 14.3164 7.12512C13.7641 7.12512 13.3164 6.67741 13.3164 6.12512C13.3164 4.46827 11.9733 3.12512 10.3164 3.12512Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.96072 6.28302C7.96072 4.95782 9.02929 3.87512 10.3578 3.87512C11.6863 3.87512 12.7548 4.95782 12.7548 6.28302V10.1175L14.9553 10.4713C15.8406 10.605 16.5414 10.7108 17.0992 10.8327C17.6667 10.9568 18.1449 11.1091 18.5663 11.3633C19.7786 12.0943 20.75 13.2643 20.75 14.9946C20.75 16.0303 20.5011 16.7786 20.0172 18.2333L20.0172 18.2333C19.6855 19.2356 19.3081 20.3748 18.9476 20.9032C18.3554 21.7713 17.481 22.4061 16.4735 22.6978C15.86 22.8753 13.9134 22.8752 12.865 22.8749C11.4674 22.8754 10.5508 22.8757 9.72162 22.5317C9.57331 22.4701 9.42838 22.4007 9.28744 22.3236C8.50005 21.8932 7.92309 21.178 7.04187 20.0856L3.7829 16.0481C3.07662 15.1731 3.07194 13.9222 3.77157 13.0419C4.61446 11.9814 6.16605 11.8336 7.19229 12.719L7.96072 13.382V6.28302Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.3164 3.12512C8.65955 3.12512 7.31641 4.46827 7.31641 6.12512C7.31641 6.67741 6.86869 7.12512 6.31641 7.12512C5.76412 7.12512 5.31641 6.67741 5.31641 6.12512C5.31641 3.3637 7.55498 1.12512 10.3164 1.12512C13.0778 1.12512 15.3164 3.3637 15.3164 6.12512C15.3164 6.67741 14.8687 7.12512 14.3164 7.12512C13.7641 7.12512 13.3164 6.67741 13.3164 6.12512C13.3164 4.46827 11.9733 3.12512 10.3164 3.12512Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-tap-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.97161 11.4253V6.2829C6.97161 4.96364 8.02815 3.875 9.35494 3.875C10.6817 3.875 11.7383 4.96364 11.7383 6.28289V10.1155L13.9995 10.4716L13.9996 10.4716C14.8771 10.6052 15.5724 10.7111 16.126 10.8331C16.6894 10.9574 17.1648 11.11 17.5839 11.3648C18.7884 12.0973 19.75 13.2675 19.75 14.9947C19.75 16.0294 19.5034 16.7768 19.0235 18.232L19.0234 18.232C18.6945 19.2343 18.3205 20.3727 17.9632 20.9009C17.376 21.7689 16.508 22.405 15.5062 22.6974C14.8962 22.8754 12.6132 22.8753 11.5748 22.875C10.0761 22.8756 9.09165 22.8759 8.22924 22.4932C7.84076 22.3208 7.47866 22.0936 7.15364 21.8185C6.43329 21.2089 5.99537 20.3191 5.32476 18.9566C5.0341 18.3665 4.70687 17.7021 4.54281 17.2878C4.37182 16.856 4.26112 16.4518 4.25097 16.013C4.24262 15.6518 4.28816 15.2914 4.38612 14.9438C4.50521 14.5213 4.71316 14.158 4.98635 13.7835C5.2483 13.4244 5.59859 13.018 6.02641 12.5218L6.02645 12.5217L6.97161 11.4253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.31641 3.125C7.65955 3.125 6.31641 4.46815 6.31641 6.125C6.31641 6.67728 5.86869 7.125 5.31641 7.125C4.76412 7.125 4.31641 6.67728 4.31641 6.125C4.31641 3.36358 6.55498 1.125 9.31641 1.125C12.0778 1.125 14.3164 3.36358 14.3164 6.125C14.3164 6.67728 13.8687 7.125 13.3164 7.125C12.7641 7.125 12.3164 6.67728 12.3164 6.125C12.3164 4.46815 10.9733 3.125 9.31641 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.97161 11.4253V6.2829C6.97161 4.96364 8.02815 3.875 9.35494 3.875C10.6817 3.875 11.7383 4.96364 11.7383 6.28289V10.1155L13.9995 10.4716L13.9996 10.4716C14.8771 10.6052 15.5724 10.7111 16.126 10.8331C16.6894 10.9574 17.1648 11.11 17.5839 11.3648C18.7884 12.0973 19.75 13.2675 19.75 14.9947C19.75 16.0294 19.5034 16.7768 19.0235 18.232L19.0234 18.232C18.6945 19.2343 18.3205 20.3727 17.9632 20.9009C17.376 21.7689 16.508 22.405 15.5062 22.6974C14.8962 22.8754 12.6132 22.8753 11.5748 22.875C10.0761 22.8756 9.09165 22.8759 8.22924 22.4932C7.84076 22.3208 7.47866 22.0936 7.15364 21.8185C6.43329 21.2089 5.99537 20.3191 5.32476 18.9566C5.0341 18.3665 4.70687 17.7021 4.54281 17.2878C4.37182 16.856 4.26112 16.4518 4.25097 16.013C4.24262 15.6518 4.28816 15.2914 4.38612 14.9438C4.50521 14.5213 4.71316 14.158 4.98635 13.7835C5.2483 13.4244 5.59859 13.018 6.02641 12.5218L6.02645 12.5217L6.97161 11.4253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.31641 3.125C7.65955 3.125 6.31641 4.46815 6.31641 6.125C6.31641 6.67728 5.86869 7.125 5.31641 7.125C4.76412 7.125 4.31641 6.67728 4.31641 6.125C4.31641 3.36358 6.55498 1.125 9.31641 1.125C12.0778 1.125 14.3164 3.36358 14.3164 6.125C14.3164 6.67728 13.8687 7.125 13.3164 7.125C12.7641 7.125 12.3164 6.67728 12.3164 6.125C12.3164 4.46815 10.9733 3.125 9.31641 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-tap-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.16138 14.9613L5.95056 12.8097C5.37699 12.3272 4.51862 12.4092 4.0467 12.9992C3.6502 13.495 3.65156 14.2018 4.04902 14.6959L7.45772 19.0105C7.76877 19.3278 8.08544 19.8844 8.28481 20.4474C8.46379 20.9529 8.61208 21.3716 8.74942 21.6847C8.8773 21.9763 9.05691 22.3318 9.37115 22.5538C9.66291 22.76 9.99448 22.8218 10.2841 22.8486C10.5663 22.8748 10.9181 22.8747 11.319 22.8747L16.7492 22.8741C17.6403 22.8741 18.4102 22.1205 18.4789 21.2662C18.4837 20.9592 18.6205 20.4817 18.8023 20.2701C19.1533 19.8613 19.6873 19.1931 19.9094 18.601C20.0926 18.1127 20.1727 17.5903 20.2114 16.9693C20.2493 16.3597 20.2493 15.6068 20.2493 14.6503V14.6503L20.2497 13.2998C20.2497 12.0649 19.2751 10.9758 18.0532 10.7681V13.0912C18.0532 13.3261 17.8588 13.5166 17.619 13.5166C17.3792 13.5166 17.1848 13.3261 17.1848 13.0912V10.7701C16.7335 10.1063 15.9529 9.6748 15.0879 9.6748C15.0544 9.6748 15.0212 9.6758 14.9882 9.67779V12.0703C14.9882 12.3052 14.7938 12.4957 14.554 12.4957C14.3142 12.4957 14.1198 12.3052 14.1198 12.0703V9.4263C13.5703 8.94697 12.8738 8.89315 12.3359 9.05917C12.2481 9.08986 12.0426 9.16907 11.923 9.24037L11.923 11.0494C11.923 11.2843 11.7286 11.4748 11.4888 11.4748C11.249 11.4748 11.0546 11.2844 11.0546 11.0494L11.0544 5.3215C11.0544 4.52255 10.4067 3.87488 9.60779 3.87488C8.80881 3.87488 8.16111 4.52259 8.16114 5.32157L8.16138 14.9613Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.60754 3.12512C7.95069 3.12512 6.60754 4.46827 6.60754 6.12512C6.60754 6.67741 6.15983 7.12512 5.60754 7.12512C5.05526 7.12512 4.60754 6.67741 4.60754 6.12512C4.60754 3.3637 6.84612 1.12512 9.60754 1.12512C12.369 1.12512 14.6075 3.3637 14.6075 6.12512C14.6075 6.67741 14.1598 7.12512 13.6075 7.12512C13.0553 7.12512 12.6075 6.67741 12.6075 6.12512C12.6075 4.46827 11.2644 3.12512 9.60754 3.12512Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.16138 14.9613L5.95056 12.8097C5.37699 12.3272 4.51862 12.4092 4.0467 12.9992C3.6502 13.495 3.65156 14.2018 4.04902 14.6959L7.45772 19.0105C7.76877 19.3278 8.08544 19.8844 8.28481 20.4474C8.46379 20.9529 8.61208 21.3716 8.74942 21.6847C8.8773 21.9763 9.05691 22.3318 9.37115 22.5538C9.66291 22.76 9.99448 22.8218 10.2841 22.8486C10.5663 22.8748 10.9181 22.8747 11.319 22.8747L16.7492 22.8741C17.6403 22.8741 18.4102 22.1205 18.4789 21.2662C18.4837 20.9592 18.6205 20.4817 18.8023 20.2701C19.1533 19.8613 19.6873 19.1931 19.9094 18.601C20.0926 18.1127 20.1727 17.5903 20.2114 16.9693C20.2493 16.3597 20.2493 15.6068 20.2493 14.6503V14.6503L20.2497 13.2998C20.2497 12.0649 19.2751 10.9758 18.0532 10.7681V13.0912C18.0532 13.3261 17.8588 13.5166 17.619 13.5166C17.3792 13.5166 17.1848 13.3261 17.1848 13.0912V10.7701C16.7335 10.1063 15.9529 9.6748 15.0879 9.6748C15.0544 9.6748 15.0212 9.6758 14.9882 9.67779V12.0703C14.9882 12.3052 14.7938 12.4957 14.554 12.4957C14.3142 12.4957 14.1198 12.3052 14.1198 12.0703V9.4263C13.5703 8.94697 12.8738 8.89315 12.3359 9.05917C12.2481 9.08986 12.0426 9.16907 11.923 9.24037L11.923 11.0494C11.923 11.2843 11.7286 11.4748 11.4888 11.4748C11.249 11.4748 11.0546 11.2844 11.0546 11.0494L11.0544 5.3215C11.0544 4.52255 10.4067 3.87488 9.60779 3.87488C8.80881 3.87488 8.16111 4.52259 8.16114 5.32157L8.16138 14.9613Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.60754 3.12512C7.95069 3.12512 6.60754 4.46827 6.60754 6.12512C6.60754 6.67741 6.15983 7.12512 5.60754 7.12512C5.05526 7.12512 4.60754 6.67741 4.60754 6.12512C4.60754 3.3637 6.84612 1.12512 9.60754 1.12512C12.369 1.12512 14.6075 3.3637 14.6075 6.12512C14.6075 6.67741 14.1598 7.12512 13.6075 7.12512C13.0553 7.12512 12.6075 6.67741 12.6075 6.12512C12.6075 4.46827 11.2644 3.12512 9.60754 3.12512Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-tap-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8089 11.3151C10.8089 11.55 10.6145 11.7405 10.3747 11.7405C10.1349 11.7405 9.94048 11.55 9.94048 11.3151V5.17763C9.94048 4.45821 9.35727 3.875 8.63785 3.875C7.91843 3.875 7.33522 4.45821 7.33522 5.17763V14.6228C7.33522 14.8577 7.14082 15.0482 6.90101 15.0482C6.6612 15.0482 6.4668 14.8577 6.4668 14.6228V11.4362C6.4668 11.3373 6.4668 11.2878 6.46101 11.2588C6.4197 11.0515 6.18269 10.9507 6.00478 11.0649C5.97987 11.0809 5.94427 11.1152 5.87305 11.1839C5.37054 11.7369 4.90234 12.2521 4.60118 12.6556C4.27494 13.0926 4.03352 13.5247 3.92978 14.0334C3.87076 14.3228 3.84976 14.6186 3.86734 14.9134C3.89826 15.4318 4.07659 15.893 4.33826 16.3705C4.58918 16.8284 4.94823 17.3554 5.38632 17.9983L7.24396 20.3232C7.39321 20.5093 7.47423 20.7401 7.47423 20.9776C7.47414 21.085 7.47402 21.225 7.48598 21.3277C7.57988 22.1338 8.21566 22.7696 9.02175 22.8635C9.12446 22.8755 9.23602 22.8754 9.34345 22.8753L16.8824 22.8752C17.7713 22.8752 18.492 22.1546 18.492 21.2657C18.492 20.9488 18.6581 20.5959 18.9813 20.2448C19.4472 19.7387 19.8144 19.1416 20.0531 18.4815C20.3619 17.6278 20.3617 16.5975 20.3614 14.9493L20.3613 12.6252C20.3613 11.3826 19.354 10.3752 18.1113 10.3752C18.0436 10.3752 18.0098 10.3752 17.9654 10.3893C17.8822 10.4158 17.7968 10.5012 17.7703 10.5844C17.7563 10.6287 17.7563 10.6724 17.7563 10.7596V13.0916C17.7563 13.3265 17.5619 13.517 17.3221 13.517C17.0823 13.517 16.8878 13.3265 16.8878 13.0916V10.4503C16.8878 10.3448 16.8878 10.292 16.8669 10.2389C16.8459 10.1858 16.8153 10.1531 16.7541 10.0878C16.3435 9.64926 15.7594 9.37525 15.1113 9.37525C14.9614 9.37525 14.8148 9.38992 14.6731 9.41791C14.5037 9.45134 14.4191 9.46806 14.3508 9.55108C14.2826 9.6341 14.2826 9.73619 14.2826 9.94037V12.5245C14.2826 12.7594 14.0882 12.9498 13.8484 12.9498C13.6086 12.9498 13.4142 12.7594 13.4142 12.5245V9.1001C13.4142 8.94313 13.4142 8.86465 13.3707 8.79296C13.3272 8.72127 13.2683 8.69053 13.1505 8.62906C12.8396 8.46692 12.4862 8.37525 12.1113 8.37525C11.8857 8.38156 11.4142 8.4449 11.0436 8.63719C10.9453 8.68821 10.8962 8.71372 10.8525 8.78551C10.8089 8.8573 10.8089 8.92873 10.8089 9.07157V11.3151Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.63867 3.125C6.98182 3.125 5.63867 4.46816 5.63867 6.125C5.63867 6.67728 5.19096 7.125 4.63867 7.125C4.08639 7.125 3.63867 6.67728 3.63867 6.125C3.63867 3.3636 5.87724 1.125 8.63867 1.125C11.4001 1.125 13.6387 3.3636 13.6387 6.125C13.6387 6.67728 13.191 7.125 12.6387 7.125C12.0864 7.125 11.6387 6.67728 11.6387 6.125C11.6387 4.46816 10.2955 3.125 8.63867 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8089 11.3151C10.8089 11.55 10.6145 11.7405 10.3747 11.7405C10.1349 11.7405 9.94048 11.55 9.94048 11.3151V5.17763C9.94048 4.45821 9.35727 3.875 8.63785 3.875C7.91843 3.875 7.33522 4.45821 7.33522 5.17763V14.6228C7.33522 14.8577 7.14082 15.0482 6.90101 15.0482C6.6612 15.0482 6.4668 14.8577 6.4668 14.6228V11.4362C6.4668 11.3373 6.4668 11.2878 6.46101 11.2588C6.4197 11.0515 6.18269 10.9507 6.00478 11.0649C5.97987 11.0809 5.94427 11.1152 5.87305 11.1839C5.37054 11.7369 4.90234 12.2521 4.60118 12.6556C4.27494 13.0926 4.03352 13.5247 3.92978 14.0334C3.87076 14.3228 3.84976 14.6186 3.86734 14.9134C3.89826 15.4318 4.07659 15.893 4.33826 16.3705C4.58918 16.8284 4.94823 17.3554 5.38632 17.9983L7.24396 20.3232C7.39321 20.5093 7.47423 20.7401 7.47423 20.9776C7.47414 21.085 7.47402 21.225 7.48598 21.3277C7.57988 22.1338 8.21566 22.7696 9.02175 22.8635C9.12446 22.8755 9.23602 22.8754 9.34345 22.8753L16.8824 22.8752C17.7713 22.8752 18.492 22.1546 18.492 21.2657C18.492 20.9488 18.6581 20.5959 18.9813 20.2448C19.4472 19.7387 19.8144 19.1416 20.0531 18.4815C20.3619 17.6278 20.3617 16.5975 20.3614 14.9493L20.3613 12.6252C20.3613 11.3826 19.354 10.3752 18.1113 10.3752C18.0436 10.3752 18.0098 10.3752 17.9654 10.3893C17.8822 10.4158 17.7968 10.5012 17.7703 10.5844C17.7563 10.6287 17.7563 10.6724 17.7563 10.7596V13.0916C17.7563 13.3265 17.5619 13.517 17.3221 13.517C17.0823 13.517 16.8878 13.3265 16.8878 13.0916V10.4503C16.8878 10.3448 16.8878 10.292 16.8669 10.2389C16.8459 10.1858 16.8153 10.1531 16.7541 10.0878C16.3435 9.64926 15.7594 9.37525 15.1113 9.37525C14.9614 9.37525 14.8148 9.38992 14.6731 9.41791C14.5037 9.45134 14.4191 9.46806 14.3508 9.55108C14.2826 9.6341 14.2826 9.73619 14.2826 9.94037V12.5245C14.2826 12.7594 14.0882 12.9498 13.8484 12.9498C13.6086 12.9498 13.4142 12.7594 13.4142 12.5245V9.1001C13.4142 8.94313 13.4142 8.86465 13.3707 8.79296C13.3272 8.72127 13.2683 8.69053 13.1505 8.62906C12.8396 8.46692 12.4862 8.37525 12.1113 8.37525C11.8857 8.38156 11.4142 8.4449 11.0436 8.63719C10.9453 8.68821 10.8962 8.71372 10.8525 8.78551C10.8089 8.8573 10.8089 8.92873 10.8089 9.07157V11.3151Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.63867 3.125C6.98182 3.125 5.63867 4.46816 5.63867 6.125C5.63867 6.67728 5.19096 7.125 4.63867 7.125C4.08639 7.125 3.63867 6.67728 3.63867 6.125C3.63867 3.3636 5.87724 1.125 8.63867 1.125C11.4001 1.125 13.6387 3.3636 13.6387 6.125C13.6387 6.67728 13.191 7.125 12.6387 7.125C12.0864 7.125 11.6387 6.67728 11.6387 6.125C11.6387 4.46816 10.2955 3.125 8.63867 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-tap-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.48569 15.066V6.01974C8.48569 5.38752 8.99821 4.875 9.63043 4.875C10.2626 4.875 10.7752 5.38752 10.7752 6.01974V11.5111C10.7752 11.7488 10.9696 11.9414 11.2094 11.9414C11.4492 11.9414 11.6436 11.7488 11.6436 11.5111V8.97459C11.6436 8.77083 11.6436 8.66896 11.6968 8.59197C11.7018 8.58469 11.7072 8.57763 11.7128 8.57082C11.7726 8.49885 11.8707 8.47139 12.067 8.41649C12.2962 8.36733 12.5535 8.35417 12.8237 8.41791C13.1505 8.49503 13.4541 8.63433 13.7203 8.82289C13.8174 8.8917 13.866 8.92611 13.8995 8.99093C13.9331 9.05575 13.9331 9.12462 13.9331 9.26236V11.5111C13.9331 11.7488 14.1275 11.9414 14.3673 11.9414C14.6071 11.9414 14.8015 11.7488 14.8015 11.5111V9.85021C14.8015 9.56026 14.8015 9.41529 14.912 9.32525C15.0224 9.23522 15.1474 9.26096 15.3972 9.31245C16.0123 9.43923 16.6024 9.75312 16.9765 10.1939C17.0283 10.2549 17.0542 10.2855 17.0726 10.3355C17.091 10.3856 17.091 10.4339 17.091 10.5305V12.5378C17.091 12.7755 17.2854 12.9682 17.5252 12.9682C17.765 12.9682 17.9594 12.7755 17.9594 12.5378V10.9461C17.9594 10.6537 17.9594 10.5075 18.0802 10.4175C18.201 10.3276 18.3177 10.3625 18.5511 10.4323C19.5659 10.736 20.2488 11.795 20.2488 12.8514V15.0896C20.2488 16.0398 20.2488 16.7891 20.2096 17.3962C20.1696 18.0152 20.0868 18.5377 19.8968 19.0263C19.3588 20.4102 18.2527 21.5003 16.8572 22.0291C16.3655 22.2155 15.8393 22.297 15.2139 22.3363C14.5999 22.3749 13.8418 22.3749 12.8786 22.3749C11.9318 22.3751 11.224 22.3751 10.6639 22.2536C9.81064 22.0684 9.01651 21.6766 8.35314 21.1126C7.91739 20.7421 7.56126 20.2732 6.99386 19.5261L4.01553 15.4078C3.92138 15.285 3.85222 15.1502 3.80796 15.0098C3.77417 14.8655 3.75486 14.7186 3.75 14.5715C3.76148 14.3014 3.85872 14.0343 4.0411 13.8112C4.54026 13.2007 5.47461 13.1493 6.04083 13.7033L7.74641 15.3722C7.87103 15.4941 8.05735 15.53 8.21892 15.463C8.3805 15.3961 8.48569 15.2395 8.48569 15.066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.63086 3.625C7.97401 3.625 6.63086 4.96815 6.63086 6.625C6.63086 7.17728 6.18314 7.625 5.63086 7.625C5.07857 7.625 4.63086 7.17728 4.63086 6.625C4.63086 3.86358 6.86944 1.625 9.63086 1.625C12.3923 1.625 14.6309 3.86358 14.6309 6.625C14.6309 7.17728 14.1831 7.625 13.6309 7.625C13.0786 7.625 12.6309 7.17728 12.6309 6.625C12.6309 4.96815 11.2877 3.625 9.63086 3.625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.48569 15.066V6.01974C8.48569 5.38752 8.99821 4.875 9.63043 4.875C10.2626 4.875 10.7752 5.38752 10.7752 6.01974V11.5111C10.7752 11.7488 10.9696 11.9414 11.2094 11.9414C11.4492 11.9414 11.6436 11.7488 11.6436 11.5111V8.97459C11.6436 8.77083 11.6436 8.66896 11.6968 8.59197C11.7018 8.58469 11.7072 8.57763 11.7128 8.57082C11.7726 8.49885 11.8707 8.47139 12.067 8.41649C12.2962 8.36733 12.5535 8.35417 12.8237 8.41791C13.1505 8.49503 13.4541 8.63433 13.7203 8.82289C13.8174 8.8917 13.866 8.92611 13.8995 8.99093C13.9331 9.05575 13.9331 9.12462 13.9331 9.26236V11.5111C13.9331 11.7488 14.1275 11.9414 14.3673 11.9414C14.6071 11.9414 14.8015 11.7488 14.8015 11.5111V9.85021C14.8015 9.56026 14.8015 9.41529 14.912 9.32525C15.0224 9.23522 15.1474 9.26096 15.3972 9.31245C16.0123 9.43923 16.6024 9.75312 16.9765 10.1939C17.0283 10.2549 17.0542 10.2855 17.0726 10.3355C17.091 10.3856 17.091 10.4339 17.091 10.5305V12.5378C17.091 12.7755 17.2854 12.9682 17.5252 12.9682C17.765 12.9682 17.9594 12.7755 17.9594 12.5378V10.9461C17.9594 10.6537 17.9594 10.5075 18.0802 10.4175C18.201 10.3276 18.3177 10.3625 18.5511 10.4323C19.5659 10.736 20.2488 11.795 20.2488 12.8514V15.0896C20.2488 16.0398 20.2488 16.7891 20.2096 17.3962C20.1696 18.0152 20.0868 18.5377 19.8968 19.0263C19.3588 20.4102 18.2527 21.5003 16.8572 22.0291C16.3655 22.2155 15.8393 22.297 15.2139 22.3363C14.5999 22.3749 13.8418 22.3749 12.8786 22.3749C11.9318 22.3751 11.224 22.3751 10.6639 22.2536C9.81064 22.0684 9.01651 21.6766 8.35314 21.1126C7.91739 20.7421 7.56126 20.2732 6.99386 19.5261L4.01553 15.4078C3.92138 15.285 3.85222 15.1502 3.80796 15.0098C3.77417 14.8655 3.75486 14.7186 3.75 14.5715C3.76148 14.3014 3.85872 14.0343 4.0411 13.8112C4.54026 13.2007 5.47461 13.1493 6.04083 13.7033L7.74641 15.3722C7.87103 15.4941 8.05735 15.53 8.21892 15.463C8.3805 15.3961 8.48569 15.2395 8.48569 15.066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.63086 3.625C7.97401 3.625 6.63086 4.96815 6.63086 6.625C6.63086 7.17728 6.18314 7.625 5.63086 7.625C5.07857 7.625 4.63086 7.17728 4.63086 6.625C4.63086 3.86358 6.86944 1.625 9.63086 1.625C12.3923 1.625 14.6309 3.86358 14.6309 6.625C14.6309 7.17728 14.1831 7.625 13.6309 7.625C13.0786 7.625 12.6309 7.17728 12.6309 6.625C12.6309 4.96815 11.2877 3.625 9.63086 3.625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-tap-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.41968 10.8117C6.41968 10.2715 6.41968 10.0014 6.26751 9.91528C6.24805 9.90425 6.22741 9.89544 6.20598 9.889C6.0385 9.8387 5.84343 10.0255 5.45329 10.3991C4.87016 11.0432 4.39652 11.5664 4.05239 12.0291C3.69502 12.5096 3.43545 12.9781 3.32406 13.5263C3.2602 13.8406 3.23749 14.1617 3.25651 14.4818C3.28969 15.0403 3.48104 15.5401 3.76761 16.0649C4.04344 16.5701 4.439 17.1527 4.92578 17.8696L5.56233 18.8072C6.15022 19.6732 6.51124 20.2051 6.96051 20.6328C7.74531 21.3801 8.72624 21.895 9.79137 22.121C10.4007 22.2502 11.315 22.2502 12.3768 22.2501C14.263 22.2504 15.4074 22.2506 16.3527 21.9221C18.0121 21.3455 19.3231 20.0617 19.9139 18.4224C20.2505 17.4882 20.2503 16.3579 20.25 14.512L20.25 12.5001C20.25 12.2346 20.2303 11.5835 20.2205 11.2911C20.2205 10.2885 19.386 9.31018 18.2521 9.04924C18.0062 8.99266 17.8833 8.96438 17.7701 9.05445C17.657 9.14453 17.657 9.29027 17.657 9.58175V11.4384C17.657 11.671 17.4635 11.8596 17.2248 11.8596C16.9861 11.8596 16.7926 11.671 16.7926 11.4384V9.0024C16.7926 8.89315 16.7926 8.83852 16.7706 8.78437C16.7487 8.73021 16.716 8.69639 16.6504 8.62873C16.2323 8.197 15.6307 7.8848 14.7983 7.78452C14.5336 7.75264 14.4013 7.7367 14.3003 7.82623C14.1993 7.91575 14.1993 8.06053 14.1993 8.35008V10.3151C14.1993 10.5478 14.0058 10.7364 13.7671 10.7364C13.5284 10.7364 13.3349 10.5478 13.3349 10.3151V7.71967C13.3349 7.5838 13.3349 7.51586 13.3026 7.45198C13.2703 7.38811 13.2226 7.35302 13.1271 7.28284C12.6715 6.94793 12.1088 6.75008 11.5 6.75008C11.4176 6.7505 11.269 6.76034 11.1096 6.78947C10.9571 6.81733 10.8809 6.83127 10.8113 6.91473C10.7417 6.99818 10.7417 7.09306 10.7417 7.28281V10.3151C10.7417 10.5478 10.5482 10.7364 10.3095 10.7364C10.0708 10.7364 9.87731 10.5478 9.87731 10.3151V3.04661C9.87731 2.33051 9.2968 1.75 8.5807 1.75C7.8646 1.75 7.28409 2.33051 7.28409 3.04661V14.2466C7.28409 14.4793 7.09058 14.6679 6.85188 14.6679C6.61319 14.6679 6.41968 14.4793 6.41968 14.2466V10.8117Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.41968 10.8117C6.41968 10.2715 6.41968 10.0014 6.26751 9.91528C6.24805 9.90425 6.22741 9.89544 6.20598 9.889C6.0385 9.8387 5.84343 10.0255 5.45329 10.3991C4.87016 11.0432 4.39652 11.5664 4.05239 12.0291C3.69502 12.5096 3.43545 12.9781 3.32406 13.5263C3.2602 13.8406 3.23749 14.1617 3.25651 14.4818C3.28969 15.0403 3.48104 15.5401 3.76761 16.0649C4.04344 16.5701 4.439 17.1527 4.92578 17.8696L5.56233 18.8072C6.15022 19.6732 6.51124 20.2051 6.96051 20.6328C7.74531 21.3801 8.72624 21.895 9.79137 22.121C10.4007 22.2502 11.315 22.2502 12.3768 22.2501C14.263 22.2504 15.4074 22.2506 16.3527 21.9221C18.0121 21.3455 19.3231 20.0617 19.9139 18.4224C20.2505 17.4882 20.2503 16.3579 20.25 14.512L20.25 12.5001C20.25 12.2346 20.2303 11.5835 20.2205 11.2911C20.2205 10.2885 19.386 9.31018 18.2521 9.04924C18.0062 8.99266 17.8833 8.96438 17.7701 9.05445C17.657 9.14453 17.657 9.29027 17.657 9.58175V11.4384C17.657 11.671 17.4635 11.8596 17.2248 11.8596C16.9861 11.8596 16.7926 11.671 16.7926 11.4384V9.0024C16.7926 8.89315 16.7926 8.83852 16.7706 8.78437C16.7487 8.73021 16.716 8.69639 16.6504 8.62873C16.2323 8.197 15.6307 7.8848 14.7983 7.78452C14.5336 7.75264 14.4013 7.7367 14.3003 7.82623C14.1993 7.91575 14.1993 8.06053 14.1993 8.35008V10.3151C14.1993 10.5478 14.0058 10.7364 13.7671 10.7364C13.5284 10.7364 13.3349 10.5478 13.3349 10.3151V7.71967C13.3349 7.5838 13.3349 7.51586 13.3026 7.45198C13.2703 7.38811 13.2226 7.35302 13.1271 7.28284C12.6715 6.94793 12.1088 6.75008 11.5 6.75008C11.4176 6.7505 11.269 6.76034 11.1096 6.78947C10.9571 6.81733 10.8809 6.83127 10.8113 6.91473C10.7417 6.99818 10.7417 7.09306 10.7417 7.28281V10.3151C10.7417 10.5478 10.5482 10.7364 10.3095 10.7364C10.0708 10.7364 9.87731 10.5478 9.87731 10.3151V3.04661C9.87731 2.33051 9.2968 1.75 8.5807 1.75C7.8646 1.75 7.28409 2.33051 7.28409 3.04661V14.2466C7.28409 14.4793 7.09058 14.6679 6.85188 14.6679C6.61319 14.6679 6.41968 14.4793 6.41968 14.2466V10.8117Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-three-finger-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1641 10.1849C11.4017 10.1849 11.5944 9.99739 11.5944 9.76607V2.48866C11.5944 1.80457 12.149 1.25 12.8331 1.25C13.5171 1.25 14.0717 1.80457 14.0717 2.48867V10.8829C14.0717 11.1143 14.2644 11.3018 14.502 11.3018C14.7397 11.3018 14.9324 11.1143 14.9324 10.8829V4.60476C14.9324 3.9205 15.4871 3.36581 16.1713 3.36581C16.8556 3.36581 17.4103 3.92054 17.4103 4.60482L17.4099 11.9997C17.4098 12.231 17.6024 12.4186 17.8401 12.4187C18.0778 12.4187 18.2705 12.2313 18.2706 12L18.2707 10.0417C18.2707 9.74889 18.2707 9.60248 18.3872 9.51241C18.5038 9.42234 18.6241 9.45367 18.8647 9.51633C20.0537 9.82596 20.749 11.0473 20.749 12.194L20.7486 13.6916C20.7486 14.757 20.7486 15.5912 20.707 16.2658C20.6648 16.9514 20.5776 17.5219 20.3807 18.0526C20.1426 18.6943 19.5656 19.4263 19.1789 19.8816C18.9412 20.1615 18.8092 20.6652 18.8092 20.9998C18.8092 21.9663 18.0257 22.7498 17.0592 22.7498H9.84734C8.85881 22.7498 8.16142 21.9612 8.02103 21.1296C7.8904 20.3558 7.60367 19.6067 7.21927 19.1003L3.5395 14.0389C3.43165 13.8932 3.35388 13.7324 3.30604 13.565C3.27243 13.4104 3.25368 13.2533 3.24976 13.0959C3.26177 12.7878 3.36881 12.483 3.57003 12.2298C4.10962 11.5507 5.10574 11.4972 5.71324 12.1089L7.51621 13.9243C7.6381 14.047 7.82432 14.0855 7.98691 14.0215C8.1495 13.9575 8.25594 13.8039 8.25594 13.6332V3.98936C8.25594 3.30514 8.81061 2.75047 9.49484 2.75047C10.1791 2.75047 10.7337 3.30514 10.7337 3.98936V9.76607C10.7337 9.99739 10.9264 10.1849 11.1641 10.1849Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1641 10.1849C11.4017 10.1849 11.5944 9.99739 11.5944 9.76607V2.48866C11.5944 1.80457 12.149 1.25 12.8331 1.25C13.5171 1.25 14.0717 1.80457 14.0717 2.48867V10.8829C14.0717 11.1143 14.2644 11.3018 14.502 11.3018C14.7397 11.3018 14.9324 11.1143 14.9324 10.8829V4.60476C14.9324 3.9205 15.4871 3.36581 16.1713 3.36581C16.8556 3.36581 17.4103 3.92054 17.4103 4.60482L17.4099 11.9997C17.4098 12.231 17.6024 12.4186 17.8401 12.4187C18.0778 12.4187 18.2705 12.2313 18.2706 12L18.2707 10.0417C18.2707 9.74889 18.2707 9.60248 18.3872 9.51241C18.5038 9.42234 18.6241 9.45367 18.8647 9.51633C20.0537 9.82596 20.749 11.0473 20.749 12.194L20.7486 13.6916C20.7486 14.757 20.7486 15.5912 20.707 16.2658C20.6648 16.9514 20.5776 17.5219 20.3807 18.0526C20.1426 18.6943 19.5656 19.4263 19.1789 19.8816C18.9412 20.1615 18.8092 20.6652 18.8092 20.9998C18.8092 21.9663 18.0257 22.7498 17.0592 22.7498H9.84734C8.85881 22.7498 8.16142 21.9612 8.02103 21.1296C7.8904 20.3558 7.60367 19.6067 7.21927 19.1003L3.5395 14.0389C3.43165 13.8932 3.35388 13.7324 3.30604 13.565C3.27243 13.4104 3.25368 13.2533 3.24976 13.0959C3.26177 12.7878 3.36881 12.483 3.57003 12.2298C4.10962 11.5507 5.10574 11.4972 5.71324 12.1089L7.51621 13.9243C7.6381 14.047 7.82432 14.0855 7.98691 14.0215C8.1495 13.9575 8.25594 13.8039 8.25594 13.6332V3.98936C8.25594 3.30514 8.81061 2.75047 9.49484 2.75047C10.1791 2.75047 10.7337 3.30514 10.7337 3.98936V9.76607C10.7337 9.99739 10.9264 10.1849 11.1641 10.1849Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-three-finger-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8095 10.1849C11.0482 10.1849 11.2417 9.99741 11.2417 9.76609V2.54637C11.2417 1.83034 11.8222 1.24988 12.5382 1.24988C13.2542 1.24988 13.8347 1.83034 13.8347 2.54637V10.883C13.8347 11.1143 14.0282 11.3018 14.2669 11.3018C14.5056 11.3018 14.6991 11.1143 14.6991 10.883V4.6143C14.6991 3.8982 15.2796 3.31769 15.9957 3.31769C16.7118 3.31769 17.2923 3.8982 17.2923 4.6143V11.9999C17.2923 12.2312 17.4858 12.4187 17.7245 12.4187C17.9632 12.4187 18.1567 12.2312 18.1567 11.9999V10.1822C18.1567 9.84427 18.1567 9.67531 18.2933 9.58659C18.4298 9.49786 18.5643 9.55768 18.8333 9.6773C19.8127 10.1129 20.4989 11.0881 20.5 12.1914L20.5 14.0117C20.5003 15.8576 20.5005 16.9879 20.1639 17.9221C19.9035 18.6447 19.5029 19.2985 18.9942 19.853C18.6291 20.251 18.4304 20.6628 18.4304 21.0447C18.4304 21.9864 17.667 22.7498 16.7253 22.7498H9.52517L9.47222 22.7499C9.27199 22.7502 9.06349 22.7505 8.87474 22.7091C8.20791 22.5627 7.6871 22.0419 7.54071 21.3751C7.49927 21.1863 7.49961 20.9778 7.49994 20.7776L7.5 20.7246C7.5 20.4411 7.40358 20.1659 7.22657 19.9444L5.23135 17.4472C5.21923 17.432 5.2077 17.4164 5.19679 17.4003L5.17578 17.3693C4.689 16.6524 4.29344 16.0698 4.01761 15.5646C3.73104 15.0398 3.53969 14.54 3.50651 13.9815C3.48749 13.6614 3.5102 13.3403 3.57406 13.026C3.68545 12.4778 3.94502 12.0093 4.30239 11.5288C4.63461 11.0821 5.1469 10.5163 5.70663 9.89816L5.76704 9.83144L5.90566 9.69942C6.33909 9.28659 6.55581 9.08018 6.73764 9.15811C6.91947 9.23603 6.91947 9.53532 6.91946 10.1339L6.91943 13.6332C6.91943 13.8645 7.11293 14.0521 7.35163 14.0521C7.59033 14.0521 7.78383 13.8646 7.78384 13.6332V4.04717C7.78384 3.33101 8.36441 2.75044 9.08057 2.75044C9.79673 2.75044 10.3773 3.33101 10.3773 4.04718V9.76609C10.3773 9.99741 10.5708 10.1849 10.8095 10.1849Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8095 10.1849C11.0482 10.1849 11.2417 9.99741 11.2417 9.76609V2.54637C11.2417 1.83034 11.8222 1.24988 12.5382 1.24988C13.2542 1.24988 13.8347 1.83034 13.8347 2.54637V10.883C13.8347 11.1143 14.0282 11.3018 14.2669 11.3018C14.5056 11.3018 14.6991 11.1143 14.6991 10.883V4.6143C14.6991 3.8982 15.2796 3.31769 15.9957 3.31769C16.7118 3.31769 17.2923 3.8982 17.2923 4.6143V11.9999C17.2923 12.2312 17.4858 12.4187 17.7245 12.4187C17.9632 12.4187 18.1567 12.2312 18.1567 11.9999V10.1822C18.1567 9.84427 18.1567 9.67531 18.2933 9.58659C18.4298 9.49786 18.5643 9.55768 18.8333 9.6773C19.8127 10.1129 20.4989 11.0881 20.5 12.1914L20.5 14.0117C20.5003 15.8576 20.5005 16.9879 20.1639 17.9221C19.9035 18.6447 19.5029 19.2985 18.9942 19.853C18.6291 20.251 18.4304 20.6628 18.4304 21.0447C18.4304 21.9864 17.667 22.7498 16.7253 22.7498H9.52517L9.47222 22.7499C9.27199 22.7502 9.06349 22.7505 8.87474 22.7091C8.20791 22.5627 7.6871 22.0419 7.54071 21.3751C7.49927 21.1863 7.49961 20.9778 7.49994 20.7776L7.5 20.7246C7.5 20.4411 7.40358 20.1659 7.22657 19.9444L5.23135 17.4472C5.21923 17.432 5.2077 17.4164 5.19679 17.4003L5.17578 17.3693C4.689 16.6524 4.29344 16.0698 4.01761 15.5646C3.73104 15.0398 3.53969 14.54 3.50651 13.9815C3.48749 13.6614 3.5102 13.3403 3.57406 13.026C3.68545 12.4778 3.94502 12.0093 4.30239 11.5288C4.63461 11.0821 5.1469 10.5163 5.70663 9.89816L5.76704 9.83144L5.90566 9.69942C6.33909 9.28659 6.55581 9.08018 6.73764 9.15811C6.91947 9.23603 6.91947 9.53532 6.91946 10.1339L6.91943 13.6332C6.91943 13.8645 7.11293 14.0521 7.35163 14.0521C7.59033 14.0521 7.78383 13.8646 7.78384 13.6332V4.04717C7.78384 3.33101 8.36441 2.75044 9.08057 2.75044C9.79673 2.75044 10.3773 3.33101 10.3773 4.04718V9.76609C10.3773 9.99741 10.5708 10.1849 10.8095 10.1849Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-three-finger-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.143 10.7364C11.3797 10.7364 11.5716 10.5478 11.5716 10.3152V3.03592C11.5716 2.32573 12.1473 1.75 12.8575 1.75C13.5678 1.75 14.1435 2.32577 14.1435 3.036L14.143 10.3152C14.143 10.5478 14.3349 10.7364 14.5716 10.7364C14.8083 10.7364 15.0002 10.5478 15.0002 10.3152V5.16444C15.0002 4.45412 15.5762 3.87839 16.2865 3.87872C16.9963 3.87905 17.5716 4.45459 17.5716 5.16444V11.4385C17.5716 11.6711 17.7635 11.8597 18.0002 11.8597C18.2369 11.8597 18.4288 11.6711 18.4288 11.4385V9.39559C18.4288 9.08678 18.4288 8.93237 18.5504 8.84243C18.672 8.75249 18.8003 8.79179 19.0568 8.8704C20.1819 9.21518 20.9996 10.2623 20.9996 11.5002V14.1926C20.9996 15.2572 20.9996 16.0923 20.9567 16.7675C20.9131 17.4544 20.8229 18.0271 20.619 18.56C20.037 20.0809 18.8387 21.2836 17.321 21.868C16.789 22.0728 16.2173 22.1633 15.5322 22.2071C14.8588 22.2502 14.0265 22.2502 12.9653 22.2502C11.9181 22.2503 11.154 22.2503 10.5447 22.116C9.61631 21.9113 8.75342 21.4784 8.03349 20.8565C7.561 20.4483 7.17449 19.9313 6.5461 19.0906L3.48629 14.998C3.3897 14.8688 3.30752 14.7325 3.23972 14.5912C3.2356 14.5826 3.24535 14.5741 3.25323 14.5795C3.26201 14.5854 3.27287 14.5742 3.26678 14.5655C3.21553 14.4926 3.17167 14.4163 3.13519 14.3376C3.05668 14.1118 3.0123 13.8771 3.00195 13.6414C3.01864 13.3412 3.12778 13.0454 3.32865 12.7978C3.88695 12.1097 4.92702 12.0531 5.55868 12.6759L7.41094 14.5022C7.53341 14.6229 7.71785 14.6592 7.87816 14.5941C8.03847 14.529 8.14303 14.3753 8.14303 14.2048V5.03587C8.14303 4.32579 8.71867 3.75015 9.42875 3.75015C10.1388 3.75015 10.7145 4.32579 10.7145 5.03587V10.3152C10.7145 10.5478 10.9063 10.7364 11.143 10.7364Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.143 10.7364C11.3797 10.7364 11.5716 10.5478 11.5716 10.3152V3.03592C11.5716 2.32573 12.1473 1.75 12.8575 1.75C13.5678 1.75 14.1435 2.32577 14.1435 3.036L14.143 10.3152C14.143 10.5478 14.3349 10.7364 14.5716 10.7364C14.8083 10.7364 15.0002 10.5478 15.0002 10.3152V5.16444C15.0002 4.45412 15.5762 3.87839 16.2865 3.87872C16.9963 3.87905 17.5716 4.45459 17.5716 5.16444V11.4385C17.5716 11.6711 17.7635 11.8597 18.0002 11.8597C18.2369 11.8597 18.4288 11.6711 18.4288 11.4385V9.39559C18.4288 9.08678 18.4288 8.93237 18.5504 8.84243C18.672 8.75249 18.8003 8.79179 19.0568 8.8704C20.1819 9.21518 20.9996 10.2623 20.9996 11.5002V14.1926C20.9996 15.2572 20.9996 16.0923 20.9567 16.7675C20.9131 17.4544 20.8229 18.0271 20.619 18.56C20.037 20.0809 18.8387 21.2836 17.321 21.868C16.789 22.0728 16.2173 22.1633 15.5322 22.2071C14.8588 22.2502 14.0265 22.2502 12.9653 22.2502C11.9181 22.2503 11.154 22.2503 10.5447 22.116C9.61631 21.9113 8.75342 21.4784 8.03349 20.8565C7.561 20.4483 7.17449 19.9313 6.5461 19.0906L3.48629 14.998C3.3897 14.8688 3.30752 14.7325 3.23972 14.5912C3.2356 14.5826 3.24535 14.5741 3.25323 14.5795C3.26201 14.5854 3.27287 14.5742 3.26678 14.5655C3.21553 14.4926 3.17167 14.4163 3.13519 14.3376C3.05668 14.1118 3.0123 13.8771 3.00195 13.6414C3.01864 13.3412 3.12778 13.0454 3.32865 12.7978C3.88695 12.1097 4.92702 12.0531 5.55868 12.6759L7.41094 14.5022C7.53341 14.6229 7.71785 14.6592 7.87816 14.5941C8.03847 14.529 8.14303 14.3753 8.14303 14.2048V5.03587C8.14303 4.32579 8.71867 3.75015 9.42875 3.75015C10.1388 3.75015 10.7145 4.32579 10.7145 5.03587V10.3152C10.7145 10.5478 10.9063 10.7364 11.143 10.7364Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-three-finger-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5593 10.7363C10.798 10.7363 10.9915 10.5477 10.9915 10.3151V3.04661C10.9915 2.33051 11.572 1.75 12.2881 1.75C13.0042 1.75 13.5847 2.33051 13.5847 3.04661V10.3151C13.5847 10.5477 13.7782 10.7363 14.0169 10.7363C14.2556 10.7363 14.4491 10.5477 14.4491 10.3151V5.04665C14.4491 4.33055 15.0296 3.75004 15.7457 3.75004C16.4618 3.75004 17.0423 4.33055 17.0423 5.04665V11.4384C17.0423 11.671 17.2358 11.8596 17.4745 11.8596C17.7132 11.8596 17.9067 11.671 17.9067 11.4384V9.53248C17.9067 9.24023 17.9067 9.09411 18.0221 9.00402C18.1375 8.91394 18.2587 8.94425 18.5011 9.00488C19.7131 9.30806 20.5 10.5145 20.5 11.691L20.5 14.5119C20.5003 16.3578 20.5005 17.4881 20.1639 18.4223C19.5731 20.0616 18.2621 21.3455 16.6027 21.9221C15.6574 22.2505 14.513 22.2503 12.6268 22.2501C12.5306 22.2501 12.4355 22.2501 12.3418 22.25C11.4018 22.2491 10.5955 22.2385 10.0414 22.1209C8.97624 21.8949 7.99531 21.38 7.21051 20.6328C6.76124 20.205 6.40024 19.6732 5.81235 18.8072L5.17578 17.8696C4.689 17.1526 4.29344 16.5701 4.01761 16.0649C3.73104 15.54 3.53969 15.0403 3.50651 14.4817C3.48749 14.1617 3.5102 13.8406 3.57406 13.5263C3.68545 12.978 3.94502 12.5096 4.30239 12.0291C4.63461 11.5824 5.1469 11.0166 5.70663 10.3984C6.09296 10.0268 6.28612 9.84093 6.45238 9.88876C6.4759 9.89553 6.49852 9.90516 6.51971 9.91742C6.66943 10.0041 6.66943 10.2721 6.66943 10.8082V14.2466C6.66943 14.4792 6.86294 14.6678 7.10164 14.6678C7.34034 14.6678 7.53384 14.4792 7.53384 14.2466V5.04665C7.53384 4.33055 8.11435 3.75004 8.83045 3.75004C9.54655 3.75004 10.1271 4.33055 10.1271 5.04665V10.3151C10.1271 10.5477 10.3206 10.7363 10.5593 10.7363Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5593 10.7363C10.798 10.7363 10.9915 10.5477 10.9915 10.3151V3.04661C10.9915 2.33051 11.572 1.75 12.2881 1.75C13.0042 1.75 13.5847 2.33051 13.5847 3.04661V10.3151C13.5847 10.5477 13.7782 10.7363 14.0169 10.7363C14.2556 10.7363 14.4491 10.5477 14.4491 10.3151V5.04665C14.4491 4.33055 15.0296 3.75004 15.7457 3.75004C16.4618 3.75004 17.0423 4.33055 17.0423 5.04665V11.4384C17.0423 11.671 17.2358 11.8596 17.4745 11.8596C17.7132 11.8596 17.9067 11.671 17.9067 11.4384V9.53248C17.9067 9.24023 17.9067 9.09411 18.0221 9.00402C18.1375 8.91394 18.2587 8.94425 18.5011 9.00488C19.7131 9.30806 20.5 10.5145 20.5 11.691L20.5 14.5119C20.5003 16.3578 20.5005 17.4881 20.1639 18.4223C19.5731 20.0616 18.2621 21.3455 16.6027 21.9221C15.6574 22.2505 14.513 22.2503 12.6268 22.2501C12.5306 22.2501 12.4355 22.2501 12.3418 22.25C11.4018 22.2491 10.5955 22.2385 10.0414 22.1209C8.97624 21.8949 7.99531 21.38 7.21051 20.6328C6.76124 20.205 6.40024 19.6732 5.81235 18.8072L5.17578 17.8696C4.689 17.1526 4.29344 16.5701 4.01761 16.0649C3.73104 15.54 3.53969 15.0403 3.50651 14.4817C3.48749 14.1617 3.5102 13.8406 3.57406 13.5263C3.68545 12.978 3.94502 12.5096 4.30239 12.0291C4.63461 11.5824 5.1469 11.0166 5.70663 10.3984C6.09296 10.0268 6.28612 9.84093 6.45238 9.88876C6.4759 9.89553 6.49852 9.90516 6.51971 9.91742C6.66943 10.0041 6.66943 10.2721 6.66943 10.8082V14.2466C6.66943 14.4792 6.86294 14.6678 7.10164 14.6678C7.34034 14.6678 7.53384 14.4792 7.53384 14.2466V5.04665C7.53384 4.33055 8.11435 3.75004 8.83045 3.75004C9.54655 3.75004 10.1271 4.33055 10.1271 5.04665V10.3151C10.1271 10.5477 10.3206 10.7363 10.5593 10.7363Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-three-finger-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1978 1.76941C14.5061 1.64822 13.8466 2.10715 13.7246 2.79447L12.4488 9.98491C12.4082 10.214 12.1883 10.367 11.9578 10.3266C11.7273 10.2862 11.5733 10.0677 11.614 9.83862L12.4972 4.86062C12.6192 4.1733 12.1574 3.51788 11.4657 3.39668C10.7741 3.27549 10.1146 3.73443 9.99264 4.42174L8.06093 15.1065C8.03232 15.2622 7.91826 15.3889 7.76567 15.4343C7.61308 15.4798 7.44772 15.4364 7.33762 15.322L4.7885 12.6732C4.16073 12.0529 3.12967 12.1107 2.57625 12.7982C2.1521 13.3251 2.14038 14.0704 2.54777 14.6102L5.95393 19.1235C6.73831 20.1628 7.09402 20.6303 7.51606 20.9915C8.17245 21.5532 8.959 21.9441 9.80503 22.1289C10.349 22.2477 10.9388 22.25 12.2461 22.25H15.0516C17.5007 22.25 19.6216 20.5603 20.1542 18.1847L21.7305 11.041C21.8524 10.3537 21.3906 9.69828 20.699 9.57708C20.0074 9.45589 19.3478 9.91483 19.2259 10.6021L19.1277 11.1553C19.0871 11.3844 18.8672 11.5373 18.6367 11.4969C18.4062 11.4565 18.2522 11.2381 18.2929 11.009L19.1761 6.03096C19.2981 5.34365 18.8363 4.68822 18.1447 4.56702C17.4531 4.44585 16.7937 4.90461 16.6716 5.59174L15.7883 10.5701C15.7476 10.7992 15.5278 10.9522 15.2973 10.9118C15.0667 10.8714 14.9128 10.6529 14.9534 10.4238L16.2292 3.23335C16.3512 2.54603 15.8894 1.8906 15.1978 1.76941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1978 1.76941C14.5061 1.64822 13.8466 2.10715 13.7246 2.79447L12.4488 9.98491C12.4082 10.214 12.1883 10.367 11.9578 10.3266C11.7273 10.2862 11.5733 10.0677 11.614 9.83862L12.4972 4.86062C12.6192 4.1733 12.1574 3.51788 11.4657 3.39668C10.7741 3.27549 10.1146 3.73443 9.99264 4.42174L8.06093 15.1065C8.03232 15.2622 7.91826 15.3889 7.76567 15.4343C7.61308 15.4798 7.44772 15.4364 7.33762 15.322L4.7885 12.6732C4.16073 12.0529 3.12967 12.1107 2.57625 12.7982C2.1521 13.3251 2.14038 14.0704 2.54777 14.6102L5.95393 19.1235C6.73831 20.1628 7.09402 20.6303 7.51606 20.9915C8.17245 21.5532 8.959 21.9441 9.80503 22.1289C10.349 22.2477 10.9388 22.25 12.2461 22.25H15.0516C17.5007 22.25 19.6216 20.5603 20.1542 18.1847L21.7305 11.041C21.8524 10.3537 21.3906 9.69828 20.699 9.57708C20.0074 9.45589 19.3478 9.91483 19.2259 10.6021L19.1277 11.1553C19.0871 11.3844 18.8672 11.5373 18.6367 11.4969C18.4062 11.4565 18.2522 11.2381 18.2929 11.009L19.1761 6.03096C19.2981 5.34365 18.8363 4.68822 18.1447 4.56702C17.4531 4.44585 16.7937 4.90461 16.6716 5.59174L15.7883 10.5701C15.7476 10.7992 15.5278 10.9522 15.2973 10.9118C15.0667 10.8714 14.9128 10.6529 14.9534 10.4238L16.2292 3.23335C16.3512 2.54603 15.8894 1.8906 15.1978 1.76941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touch-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 3.75C8.25 2.36929 9.36929 1.25 10.75 1.25C12.1307 1.25 13.25 2.36929 13.25 3.75V8.74751C15.1139 8.81064 17.819 9.38616 19.8531 11.4332C20.789 12.3751 20.8445 13.7529 20.6737 14.8931C20.4975 16.0699 20.0471 17.2359 19.6749 18.0131C19.5556 18.2264 19.0742 19.1202 18.9725 19.3235C18.7561 19.7563 18.6419 20.1001 18.6419 20.382V20.382C18.6419 20.6473 18.6419 20.918 18.6248 21.1214C18.6063 21.3409 18.564 21.5809 18.4397 21.8165C18.2752 22.1284 18.0203 22.3833 17.7084 22.5479C17.4727 22.6721 17.2328 22.7145 17.0133 22.7329C16.8098 22.75 16.5662 22.75 16.3009 22.75H10.7164H10.7164C10.4087 22.75 10.1252 22.7501 9.88933 22.7266C9.63272 22.7012 9.16962 22.6003 8.9075 22.3382C8.6375 22.1107 8.48834 21.7789 8.3824 21.5062C8.26927 21.2149 8.14929 20.8294 8.00495 20.3655L8.00494 20.3655C7.89549 20.0584 7.6596 19.6676 7.06062 18.8763L3.78347 14.5465C3.0748 13.641 3.07179 12.3548 3.77682 11.4457C4.63524 10.3388 6.22827 10.1793 7.2802 11.1094L8.25 12.1242V3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 3.75C8.25 2.36929 9.36929 1.25 10.75 1.25C12.1307 1.25 13.25 2.36929 13.25 3.75V8.74751C15.1139 8.81064 17.819 9.38616 19.8531 11.4332C20.789 12.3751 20.8445 13.7529 20.6737 14.8931C20.4975 16.0699 20.0471 17.2359 19.6749 18.0131C19.5556 18.2264 19.0742 19.1202 18.9725 19.3235C18.7561 19.7563 18.6419 20.1001 18.6419 20.382V20.382C18.6419 20.6473 18.6419 20.918 18.6248 21.1214C18.6063 21.3409 18.564 21.5809 18.4397 21.8165C18.2752 22.1284 18.0203 22.3833 17.7084 22.5479C17.4727 22.6721 17.2328 22.7145 17.0133 22.7329C16.8098 22.75 16.5662 22.75 16.3009 22.75H10.7164H10.7164C10.4087 22.75 10.1252 22.7501 9.88933 22.7266C9.63272 22.7012 9.16962 22.6003 8.9075 22.3382C8.6375 22.1107 8.48834 21.7789 8.3824 21.5062C8.26927 21.2149 8.14929 20.8294 8.00495 20.3655L8.00494 20.3655C7.89549 20.0584 7.6596 19.6676 7.06062 18.8763L3.78347 14.5465C3.0748 13.641 3.07179 12.3548 3.77682 11.4457C4.63524 10.3388 6.22827 10.1793 7.2802 11.1094L8.25 12.1242V3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touch-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.23063 10.723C6.7308 10.2601 7.20654 9.86839 7.50011 9.6343V3.75C7.50011 2.36929 8.6194 1.25 10.0001 1.25C11.3808 1.25 12.5001 2.36929 12.5001 3.75V8.74751C14.364 8.81064 17.0691 9.38616 19.1032 11.4332C20.0392 12.3751 20.0946 13.7529 19.9238 14.8931C19.7477 16.0699 19.2972 17.2359 18.925 18.0131C18.8174 18.2378 18.3424 19.1093 18.2226 19.3235C18.0062 19.7563 17.892 20.1001 17.892 20.382V20.382C17.892 20.6473 17.892 20.918 17.8749 21.1214C17.8564 21.3409 17.8141 21.5809 17.6898 21.8165C17.5253 22.1284 17.2704 22.3833 16.9585 22.5479C16.7229 22.6721 16.4829 22.7145 16.2634 22.7329C16.0599 22.75 15.8163 22.75 15.551 22.75H9.24535C8.28156 22.75 7.50025 21.9687 7.50025 21.0049C7.50025 20.919 7.45373 20.7219 7.28796 20.395C7.13222 20.088 6.91125 19.7424 6.65958 19.3828C6.43571 19.063 6.19956 18.7488 5.97739 18.4532L5.97733 18.4531C5.74327 18.1414 5.24843 17.428 5.10084 17.185C4.83245 16.7547 4.51344 16.2433 4.29791 15.7201C4.01716 15.0386 3.86251 14.2344 4.16547 13.3624C4.33523 12.8738 4.67754 12.3863 5.03299 11.9613C5.39895 11.5239 5.82822 11.0953 6.23063 10.723Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.23063 10.723C6.7308 10.2601 7.20654 9.86839 7.50011 9.6343V3.75C7.50011 2.36929 8.6194 1.25 10.0001 1.25C11.3808 1.25 12.5001 2.36929 12.5001 3.75V8.74751C14.364 8.81064 17.0691 9.38616 19.1032 11.4332C20.0392 12.3751 20.0946 13.7529 19.9238 14.8931C19.7477 16.0699 19.2972 17.2359 18.925 18.0131C18.8174 18.2378 18.3424 19.1093 18.2226 19.3235C18.0062 19.7563 17.892 20.1001 17.892 20.382V20.382C17.892 20.6473 17.892 20.918 17.8749 21.1214C17.8564 21.3409 17.8141 21.5809 17.6898 21.8165C17.5253 22.1284 17.2704 22.3833 16.9585 22.5479C16.7229 22.6721 16.4829 22.7145 16.2634 22.7329C16.0599 22.75 15.8163 22.75 15.551 22.75H9.24535C8.28156 22.75 7.50025 21.9687 7.50025 21.0049C7.50025 20.919 7.45373 20.7219 7.28796 20.395C7.13222 20.088 6.91125 19.7424 6.65958 19.3828C6.43571 19.063 6.19956 18.7488 5.97739 18.4532L5.97733 18.4531C5.74327 18.1414 5.24843 17.428 5.10084 17.185C4.83245 16.7547 4.51344 16.2433 4.29791 15.7201C4.01716 15.0386 3.86251 14.2344 4.16547 13.3624C4.33523 12.8738 4.67754 12.3863 5.03299 11.9613C5.39895 11.5239 5.82822 11.0953 6.23063 10.723Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touch-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75514 4.25C7.75514 2.86929 8.87442 1.75 10.2551 1.75C11.6358 1.75 12.7551 2.86929 12.7551 4.25V8.86036L15.1306 9.23982C16.0726 9.38112 16.8158 9.4926 17.4068 9.62099C18.0075 9.75147 18.5095 9.91078 18.9506 10.1751C20.2281 10.9404 21.25 12.1633 21.25 13.9736C21.25 15.0606 20.9875 15.8446 20.4726 17.3824C20.1188 18.4448 19.7216 19.6359 19.3418 20.1888C18.718 21.0973 17.7978 21.7605 16.7388 22.065C16.0941 22.2504 14.0463 22.2503 12.9266 22.25H12.9265C11.4341 22.2505 10.4702 22.2507 9.59879 21.8915C9.44285 21.8273 9.29043 21.7547 9.1422 21.6742C8.31393 21.2244 7.60662 20.3534 6.66582 19.1948L3.30732 15.0613C2.56869 14.1522 2.56376 12.8511 3.29549 11.9365C4.17497 10.8371 5.79041 10.6853 6.85934 11.6015L7.75514 12.3693V4.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75514 4.25C7.75514 2.86929 8.87442 1.75 10.2551 1.75C11.6358 1.75 12.7551 2.86929 12.7551 4.25V8.86036L15.1306 9.23982C16.0726 9.38112 16.8158 9.4926 17.4068 9.62099C18.0075 9.75147 18.5095 9.91078 18.9506 10.1751C20.2281 10.9404 21.25 12.1633 21.25 13.9736C21.25 15.0606 20.9875 15.8446 20.4726 17.3824C20.1188 18.4448 19.7216 19.6359 19.3418 20.1888C18.718 21.0973 17.7978 21.7605 16.7388 22.065C16.0941 22.2504 14.0463 22.2503 12.9266 22.25H12.9265C11.4341 22.2505 10.4702 22.2507 9.59879 21.8915C9.44285 21.8273 9.29043 21.7547 9.1422 21.6742C8.31393 21.2244 7.60662 20.3534 6.66582 19.1948L3.30732 15.0613C2.56869 14.1522 2.56376 12.8511 3.29549 11.9365C4.17497 10.8371 5.79041 10.6853 6.85934 11.6015L7.75514 12.3693V4.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touch-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.66601 10.2182V4.25C6.66601 2.86929 7.78529 1.75 9.16601 1.75C10.5467 1.75 11.666 2.86929 11.666 4.25V8.85743L14.1043 9.23587L14.108 9.23645L14.1306 9.23982C15.0726 9.38112 15.8158 9.4926 16.4068 9.62099C17.0075 9.75147 17.5095 9.91078 17.9506 10.1751C19.2281 10.9404 20.25 12.1633 20.25 13.9736C20.25 15.0606 19.9875 15.8446 19.4727 17.3824L19.4727 17.3824C19.1188 18.4447 18.7216 19.6359 18.3418 20.1888C17.718 21.0973 16.7978 21.7605 15.7388 22.065C15.0941 22.2504 12.6741 22.2503 11.5544 22.25C9.93867 22.2505 8.89712 22.2508 7.9854 21.8523C7.57436 21.6726 7.19085 21.4355 6.8463 21.1482C6.08206 20.511 5.61655 19.5793 4.8944 18.1339C4.5825 17.5101 4.23662 16.8183 4.06139 16.3823C3.87909 15.9287 3.76179 15.506 3.75103 15.0478C3.74216 14.6695 3.79057 14.2921 3.89464 13.9283C4.02073 13.4876 4.24093 13.1082 4.53182 12.7153C4.81144 12.3377 5.18574 11.9099 5.645 11.3851L6.66601 10.2182Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.66601 10.2182V4.25C6.66601 2.86929 7.78529 1.75 9.16601 1.75C10.5467 1.75 11.666 2.86929 11.666 4.25V8.85743L14.1043 9.23587L14.108 9.23645L14.1306 9.23982C15.0726 9.38112 15.8158 9.4926 16.4068 9.62099C17.0075 9.75147 17.5095 9.91078 17.9506 10.1751C19.2281 10.9404 20.25 12.1633 20.25 13.9736C20.25 15.0606 19.9875 15.8446 19.4727 17.3824L19.4727 17.3824C19.1188 18.4447 18.7216 19.6359 18.3418 20.1888C17.718 21.0973 16.7978 21.7605 15.7388 22.065C15.0941 22.2504 12.6741 22.2503 11.5544 22.25C9.93867 22.2505 8.89712 22.2508 7.9854 21.8523C7.57436 21.6726 7.19085 21.4355 6.8463 21.1482C6.08206 20.511 5.61655 19.5793 4.8944 18.1339C4.5825 17.5101 4.23662 16.8183 4.06139 16.3823C3.87909 15.9287 3.76179 15.506 3.75103 15.0478C3.74216 14.6695 3.79057 14.2921 3.89464 13.9283C4.02073 13.4876 4.24093 13.1082 4.53182 12.7153C4.81144 12.3377 5.18574 11.9099 5.645 11.3851L6.66601 10.2182Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touch-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.71714 13.9748L5.30069 11.6603C4.63467 11.1089 3.63544 11.204 3.09005 11.8735C2.63526 12.4318 2.63696 13.2254 3.09332 13.7816L6.93339 18.4911C6.94502 18.5045 6.95712 18.5175 6.96967 18.5301C7.37359 18.934 7.70969 19.568 7.93955 20.271L7.94936 20.3011C8.11329 20.8025 8.24991 21.2203 8.37998 21.5344C8.50251 21.8303 8.67634 22.1878 8.99164 22.4165C9.28612 22.63 9.6224 22.6946 9.91708 22.7226C10.2033 22.7498 10.5599 22.7498 10.9656 22.7498L17.3666 22.7499C17.4864 22.75 17.6108 22.7501 17.7251 22.7353C18.5127 22.6329 19.1326 22.013 19.235 21.2254C19.2498 21.1111 19.2497 20.9867 19.2496 20.867L19.2496 20.8353C19.2496 20.5076 19.3828 20.1712 19.6289 19.8903C20.027 19.4358 20.6227 18.7033 20.869 18.0598C21.0729 17.5269 21.1631 16.9541 21.2067 16.2673C21.2496 15.592 21.2496 14.7573 21.2496 13.6926V13.6926L21.25 12.1942C21.25 10.8499 20.2781 9.70241 18.9521 9.4814L18.6883 9.43743V11.9995C18.6883 12.2308 18.4971 12.4183 18.2614 12.4183C18.0256 12.4183 17.8344 12.2308 17.8344 11.9995V9.48642C17.3435 8.73526 16.4643 8.24973 15.5 8.24973C15.423 8.24973 15.3472 8.2547 15.2729 8.26433V10.8826C15.2729 11.114 15.0817 11.3015 14.846 11.3015C14.6102 11.3015 14.419 11.114 14.419 10.8826V8.03003C14.3763 7.98833 14.3321 7.94803 14.2867 7.9092C13.6975 7.40527 12.9963 7.38475 12.4145 7.56077C12.359 7.57755 12.3041 7.5962 12.2498 7.61654C12.118 7.66116 11.9332 7.79103 11.8573 7.8504V9.76577C11.8573 9.99708 11.6661 10.1846 11.4303 10.1846C11.1946 10.1846 11.0034 9.99708 11.0034 9.76577V2.87658C11.0034 1.97812 10.2751 1.24978 9.37663 1.24976C8.47815 1.24974 7.74978 1.97808 7.74977 2.87655L7.71714 13.9748Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.71714 13.9748L5.30069 11.6603C4.63467 11.1089 3.63544 11.204 3.09005 11.8735C2.63526 12.4318 2.63696 13.2254 3.09332 13.7816L6.93339 18.4911C6.94502 18.5045 6.95712 18.5175 6.96967 18.5301C7.37359 18.934 7.70969 19.568 7.93955 20.271L7.94936 20.3011C8.11329 20.8025 8.24991 21.2203 8.37998 21.5344C8.50251 21.8303 8.67634 22.1878 8.99164 22.4165C9.28612 22.63 9.6224 22.6946 9.91708 22.7226C10.2033 22.7498 10.5599 22.7498 10.9656 22.7498L17.3666 22.7499C17.4864 22.75 17.6108 22.7501 17.7251 22.7353C18.5127 22.6329 19.1326 22.013 19.235 21.2254C19.2498 21.1111 19.2497 20.9867 19.2496 20.867L19.2496 20.8353C19.2496 20.5076 19.3828 20.1712 19.6289 19.8903C20.027 19.4358 20.6227 18.7033 20.869 18.0598C21.0729 17.5269 21.1631 16.9541 21.2067 16.2673C21.2496 15.592 21.2496 14.7573 21.2496 13.6926V13.6926L21.25 12.1942C21.25 10.8499 20.2781 9.70241 18.9521 9.4814L18.6883 9.43743V11.9995C18.6883 12.2308 18.4971 12.4183 18.2614 12.4183C18.0256 12.4183 17.8344 12.2308 17.8344 11.9995V9.48642C17.3435 8.73526 16.4643 8.24973 15.5 8.24973C15.423 8.24973 15.3472 8.2547 15.2729 8.26433V10.8826C15.2729 11.114 15.0817 11.3015 14.846 11.3015C14.6102 11.3015 14.419 11.114 14.419 10.8826V8.03003C14.3763 7.98833 14.3321 7.94803 14.2867 7.9092C13.6975 7.40527 12.9963 7.38475 12.4145 7.56077C12.359 7.57755 12.3041 7.5962 12.2498 7.61654C12.118 7.66116 11.9332 7.79103 11.8573 7.8504V9.76577C11.8573 9.99708 11.6661 10.1846 11.4303 10.1846C11.1946 10.1846 11.0034 9.99708 11.0034 9.76577V2.87658C11.0034 1.97812 10.2751 1.24978 9.37663 1.24976C8.47815 1.24974 7.74978 1.97808 7.74977 2.87655L7.71714 13.9748Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touch-06-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.55028 9.80108C5.32155 10.0078 5.10889 10.2053 4.9679 10.3476C4.25563 11.0664 3.55014 11.9571 3.32692 13.0214C3.26061 13.3376 3.237 13.6608 3.25676 13.983C3.29131 14.5462 3.49043 15.0486 3.78625 15.5735C4.07108 16.0789 4.47953 16.6616 4.98183 17.3783L7.09883 19.9535C7.28192 20.1754 7.37903 20.4475 7.37903 20.7247C7.3787 20.9249 7.3783 21.1863 7.41974 21.3751C7.56614 22.0419 8.08695 22.5627 8.75377 22.7091C8.94252 22.7506 9.15102 22.7502 9.35126 22.7499L16.9085 22.7498C17.8502 22.7498 18.6136 21.9864 18.6136 21.0447C18.6136 20.6713 18.8147 20.2622 19.1939 19.8617C19.7181 19.3081 20.1322 18.654 20.4018 17.9293C20.5888 17.4268 20.6711 16.8902 20.7109 16.2502C20.75 15.6218 20.75 14.8465 20.75 13.86V12.1921C20.7491 11.335 20.3871 10.6648 19.8372 10.2005C19.5133 9.92698 19.1356 9.73289 18.7462 9.60027C18.4538 9.50068 18.3076 9.45089 18.1822 9.54064C18.0568 9.63039 18.0568 9.79968 18.0568 10.1383V11.9999C18.0568 12.2313 17.8642 12.4188 17.6265 12.4188C17.3888 12.4188 17.1962 12.2313 17.1962 11.9999V9.67831C17.1962 9.5849 17.1962 9.53819 17.18 9.491C17.1639 9.4438 17.1391 9.41174 17.0894 9.34764C16.6609 8.79439 16.0195 8.42498 15.1019 8.31541C14.8372 8.2838 14.7048 8.26799 14.604 8.35751C14.5032 8.44702 14.5032 8.59183 14.5032 8.88144V10.8831C14.5032 11.1144 14.3105 11.3019 14.0728 11.3019C13.8352 11.3019 13.6425 11.1144 13.6425 10.8831V8.24032C13.6425 8.10427 13.6425 8.03625 13.6102 7.97241C13.5779 7.90856 13.53 7.8733 13.4342 7.80278C13.1185 7.57048 12.7524 7.4021 12.3573 7.31592C12.0276 7.24398 11.7211 7.27855 11.4597 7.34845L11.3708 7.3762C11.1677 7.43957 11.0661 7.47125 11.0078 7.55056C10.9495 7.62986 10.9495 7.73623 10.9495 7.94896V10.8831C10.9495 11.1144 10.7568 11.3019 10.5192 11.3019C10.2815 11.3019 10.0888 11.1144 10.0888 10.8831V2.59651C10.0888 1.85282 9.48593 1.24995 8.74224 1.25C7.99861 1.25005 7.39581 1.85289 7.39581 2.59651V13.6753C7.39581 13.9066 7.20315 14.0941 6.96548 14.0941C6.72782 14.0941 6.53516 13.9066 6.53516 13.6753V10.2455C6.53516 9.67606 6.53516 9.39134 6.35691 9.31219C6.17866 9.23303 5.9692 9.42238 5.55028 9.80108Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.55028 9.80108C5.32155 10.0078 5.10889 10.2053 4.9679 10.3476C4.25563 11.0664 3.55014 11.9571 3.32692 13.0214C3.26061 13.3376 3.237 13.6608 3.25676 13.983C3.29131 14.5462 3.49043 15.0486 3.78625 15.5735C4.07108 16.0789 4.47953 16.6616 4.98183 17.3783L7.09883 19.9535C7.28192 20.1754 7.37903 20.4475 7.37903 20.7247C7.3787 20.9249 7.3783 21.1863 7.41974 21.3751C7.56614 22.0419 8.08695 22.5627 8.75377 22.7091C8.94252 22.7506 9.15102 22.7502 9.35126 22.7499L16.9085 22.7498C17.8502 22.7498 18.6136 21.9864 18.6136 21.0447C18.6136 20.6713 18.8147 20.2622 19.1939 19.8617C19.7181 19.3081 20.1322 18.654 20.4018 17.9293C20.5888 17.4268 20.6711 16.8902 20.7109 16.2502C20.75 15.6218 20.75 14.8465 20.75 13.86V12.1921C20.7491 11.335 20.3871 10.6648 19.8372 10.2005C19.5133 9.92698 19.1356 9.73289 18.7462 9.60027C18.4538 9.50068 18.3076 9.45089 18.1822 9.54064C18.0568 9.63039 18.0568 9.79968 18.0568 10.1383V11.9999C18.0568 12.2313 17.8642 12.4188 17.6265 12.4188C17.3888 12.4188 17.1962 12.2313 17.1962 11.9999V9.67831C17.1962 9.5849 17.1962 9.53819 17.18 9.491C17.1639 9.4438 17.1391 9.41174 17.0894 9.34764C16.6609 8.79439 16.0195 8.42498 15.1019 8.31541C14.8372 8.2838 14.7048 8.26799 14.604 8.35751C14.5032 8.44702 14.5032 8.59183 14.5032 8.88144V10.8831C14.5032 11.1144 14.3105 11.3019 14.0728 11.3019C13.8352 11.3019 13.6425 11.1144 13.6425 10.8831V8.24032C13.6425 8.10427 13.6425 8.03625 13.6102 7.97241C13.5779 7.90856 13.53 7.8733 13.4342 7.80278C13.1185 7.57048 12.7524 7.4021 12.3573 7.31592C12.0276 7.24398 11.7211 7.27855 11.4597 7.34845L11.3708 7.3762C11.1677 7.43957 11.0661 7.47125 11.0078 7.55056C10.9495 7.62986 10.9495 7.73623 10.9495 7.94896V10.8831C10.9495 11.1144 10.7568 11.3019 10.5192 11.3019C10.2815 11.3019 10.0888 11.1144 10.0888 10.8831V2.59651C10.0888 1.85282 9.48593 1.24995 8.74224 1.25C7.99861 1.25005 7.39581 1.85289 7.39581 2.59651V13.6753C7.39581 13.9066 7.20315 14.0941 6.96548 14.0941C6.72782 14.0941 6.53516 13.9066 6.53516 13.6753V10.2455C6.53516 9.67606 6.53516 9.39134 6.35691 9.31219C6.17866 9.23303 5.9692 9.42238 5.55028 9.80108Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touch-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.06299 14.7491L6.39311 19.4315C7.04214 20.3186 7.43824 20.86 7.92247 21.2873C8.66082 21.939 9.5472 22.3937 10.5025 22.6089C11.1295 22.7502 11.9149 22.7501 12.9946 22.75C14.0882 22.75 14.9456 22.75 15.6392 22.7047C16.3449 22.6586 16.9328 22.5634 17.4795 22.3483C19.0401 21.7343 20.2666 20.4734 20.8612 18.886C21.0687 18.3319 21.161 17.735 21.2058 17.0147C21.2499 16.3057 21.2499 15.4285 21.2499 14.3062V11.6781C21.2499 10.4784 20.4017 9.24132 19.1377 8.9343C18.8886 8.87381 18.7641 8.84356 18.649 8.93611C18.5338 9.02865 18.537 9.17741 18.5433 9.47494L18.5846 11.4122C18.5846 11.6435 18.3935 11.831 18.1577 11.831C17.9219 11.831 17.7308 11.6435 17.7308 11.4122V9.04866C17.7308 8.9602 17.7308 8.91597 17.7167 8.87167C17.7026 8.82737 17.6799 8.7952 17.6345 8.73084C17.2175 8.14032 16.629 7.73647 15.6647 7.62162C15.3998 7.59007 15.2673 7.5743 15.1665 7.66381C15.0657 7.75333 15.0657 7.89827 15.0657 8.18816V10.2365C15.0657 10.4678 14.8746 10.6553 14.6388 10.6553C14.403 10.6553 14.2119 10.4678 14.2119 10.2365V7.56781C14.2119 7.44014 14.2119 7.3763 14.1832 7.31547C14.1544 7.25463 14.1113 7.21915 14.025 7.14818C13.7071 6.88666 13.3311 6.69377 12.918 6.59259C12.7018 6.53965 12.3187 6.53365 11.9967 6.5564C11.8042 6.57 11.7079 6.5768 11.6274 6.66321C11.5469 6.74962 11.5469 6.85819 11.5469 7.07533V10.2365C11.5469 10.4678 11.3557 10.6553 11.1199 10.6553C10.8841 10.6553 10.693 10.4678 10.693 10.2365L10.6934 2.5828C10.6935 1.84672 10.0968 1.25 9.3607 1.25C8.62466 1.25 8.02798 1.84668 8.02798 2.58272V14.307C8.02798 14.4773 7.92282 14.6307 7.762 14.6949C7.60118 14.7591 7.41674 14.7214 7.29549 14.5995L5.39494 12.6885C4.74257 12.0326 3.67125 12.0908 3.09285 12.8177C2.88307 13.0814 2.76917 13.3971 2.75195 13.7173C2.76211 13.9714 2.80982 14.2244 2.8952 14.4672C2.94052 14.5654 2.99644 14.6599 3.06299 14.7491Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.06299 14.7491L6.39311 19.4315C7.04214 20.3186 7.43824 20.86 7.92247 21.2873C8.66082 21.939 9.5472 22.3937 10.5025 22.6089C11.1295 22.7502 11.9149 22.7501 12.9946 22.75C14.0882 22.75 14.9456 22.75 15.6392 22.7047C16.3449 22.6586 16.9328 22.5634 17.4795 22.3483C19.0401 21.7343 20.2666 20.4734 20.8612 18.886C21.0687 18.3319 21.161 17.735 21.2058 17.0147C21.2499 16.3057 21.2499 15.4285 21.2499 14.3062V11.6781C21.2499 10.4784 20.4017 9.24132 19.1377 8.9343C18.8886 8.87381 18.7641 8.84356 18.649 8.93611C18.5338 9.02865 18.537 9.17741 18.5433 9.47494L18.5846 11.4122C18.5846 11.6435 18.3935 11.831 18.1577 11.831C17.9219 11.831 17.7308 11.6435 17.7308 11.4122V9.04866C17.7308 8.9602 17.7308 8.91597 17.7167 8.87167C17.7026 8.82737 17.6799 8.7952 17.6345 8.73084C17.2175 8.14032 16.629 7.73647 15.6647 7.62162C15.3998 7.59007 15.2673 7.5743 15.1665 7.66381C15.0657 7.75333 15.0657 7.89827 15.0657 8.18816V10.2365C15.0657 10.4678 14.8746 10.6553 14.6388 10.6553C14.403 10.6553 14.2119 10.4678 14.2119 10.2365V7.56781C14.2119 7.44014 14.2119 7.3763 14.1832 7.31547C14.1544 7.25463 14.1113 7.21915 14.025 7.14818C13.7071 6.88666 13.3311 6.69377 12.918 6.59259C12.7018 6.53965 12.3187 6.53365 11.9967 6.5564C11.8042 6.57 11.7079 6.5768 11.6274 6.66321C11.5469 6.74962 11.5469 6.85819 11.5469 7.07533V10.2365C11.5469 10.4678 11.3557 10.6553 11.1199 10.6553C10.8841 10.6553 10.693 10.4678 10.693 10.2365L10.6934 2.5828C10.6935 1.84672 10.0968 1.25 9.3607 1.25C8.62466 1.25 8.02798 1.84668 8.02798 2.58272V14.307C8.02798 14.4773 7.92282 14.6307 7.762 14.6949C7.60118 14.7591 7.41674 14.7214 7.29549 14.5995L5.39494 12.6885C4.74257 12.0326 3.67125 12.0908 3.09285 12.8177C2.88307 13.0814 2.76917 13.3971 2.75195 13.7173C2.76211 13.9714 2.80982 14.2244 2.8952 14.4672C2.94052 14.5654 2.99644 14.6599 3.06299 14.7491Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touch-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.66968 10.8116C6.66968 10.2714 6.66968 10.0013 6.51751 9.91515C6.49805 9.90413 6.47741 9.89532 6.45598 9.88888C6.2885 9.83858 6.09343 10.0254 5.70329 10.3989C5.12016 11.0431 4.64652 11.5663 4.30239 12.029C3.94502 12.5095 3.68545 12.978 3.57406 13.5262C3.5102 13.8405 3.48749 14.1616 3.50651 14.4817C3.53969 15.0402 3.73104 15.5399 4.01761 16.0648C4.29344 16.57 4.689 17.1526 5.17578 17.8695L5.81233 18.807C6.40022 19.6731 6.76124 20.205 7.21051 20.6327C7.99531 21.3799 8.97624 21.8949 10.0414 22.1208C10.6507 22.2501 11.565 22.2501 12.6268 22.25C14.513 22.2503 15.6574 22.2504 16.6027 21.922C18.2621 21.3454 19.5731 20.0615 20.1639 18.4222C20.5005 17.488 20.5003 16.3578 20.5 14.5118L20.5 12.5C20.5 12.2345 20.4803 11.5834 20.4705 11.291C20.4705 10.2884 19.636 9.31006 18.5021 9.04911C18.2562 8.99254 18.1333 8.96425 18.0201 9.05433C17.907 9.14441 17.907 9.29015 17.907 9.58163V11.4383C17.907 11.6709 17.7135 11.8595 17.4748 11.8595C17.2361 11.8595 17.0426 11.6709 17.0426 11.4383V9.00228C17.0426 8.89303 17.0426 8.8384 17.0206 8.78425C16.9987 8.73009 16.966 8.69627 16.9004 8.62861C16.4823 8.19688 15.8807 7.88468 15.0483 7.7844C14.7836 7.75252 14.6513 7.73658 14.5503 7.82611C14.4493 7.91563 14.4493 8.06041 14.4493 8.34995V10.315C14.4493 10.5476 14.2558 10.7362 14.0171 10.7362C13.7784 10.7362 13.5849 10.5476 13.5849 10.315V7.71955C13.5849 7.58367 13.5849 7.51573 13.5526 7.45186C13.5203 7.38799 13.4726 7.3529 13.3771 7.28272C12.9215 6.94781 12.3588 6.74995 11.75 6.74995C11.6676 6.75038 11.519 6.76022 11.3596 6.78934C11.2071 6.81721 11.1309 6.83115 11.0613 6.9146C10.9917 6.99806 10.9917 7.09294 10.9917 7.28269V10.315C10.9917 10.5476 10.7982 10.7362 10.5595 10.7362C10.3208 10.7362 10.1273 10.5476 10.1273 10.315V3.04649C10.1273 2.33039 9.5468 1.74988 8.8307 1.74988C8.1146 1.74988 7.53409 2.33039 7.53409 3.04649V14.2465C7.53409 14.4791 7.34058 14.6677 7.10188 14.6677C6.86319 14.6677 6.66968 14.4791 6.66968 14.2465V10.8116Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.66968 10.8116C6.66968 10.2714 6.66968 10.0013 6.51751 9.91515C6.49805 9.90413 6.47741 9.89532 6.45598 9.88888C6.2885 9.83858 6.09343 10.0254 5.70329 10.3989C5.12016 11.0431 4.64652 11.5663 4.30239 12.029C3.94502 12.5095 3.68545 12.978 3.57406 13.5262C3.5102 13.8405 3.48749 14.1616 3.50651 14.4817C3.53969 15.0402 3.73104 15.5399 4.01761 16.0648C4.29344 16.57 4.689 17.1526 5.17578 17.8695L5.81233 18.807C6.40022 19.6731 6.76124 20.205 7.21051 20.6327C7.99531 21.3799 8.97624 21.8949 10.0414 22.1208C10.6507 22.2501 11.565 22.2501 12.6268 22.25C14.513 22.2503 15.6574 22.2504 16.6027 21.922C18.2621 21.3454 19.5731 20.0615 20.1639 18.4222C20.5005 17.488 20.5003 16.3578 20.5 14.5118L20.5 12.5C20.5 12.2345 20.4803 11.5834 20.4705 11.291C20.4705 10.2884 19.636 9.31006 18.5021 9.04911C18.2562 8.99254 18.1333 8.96425 18.0201 9.05433C17.907 9.14441 17.907 9.29015 17.907 9.58163V11.4383C17.907 11.6709 17.7135 11.8595 17.4748 11.8595C17.2361 11.8595 17.0426 11.6709 17.0426 11.4383V9.00228C17.0426 8.89303 17.0426 8.8384 17.0206 8.78425C16.9987 8.73009 16.966 8.69627 16.9004 8.62861C16.4823 8.19688 15.8807 7.88468 15.0483 7.7844C14.7836 7.75252 14.6513 7.73658 14.5503 7.82611C14.4493 7.91563 14.4493 8.06041 14.4493 8.34995V10.315C14.4493 10.5476 14.2558 10.7362 14.0171 10.7362C13.7784 10.7362 13.5849 10.5476 13.5849 10.315V7.71955C13.5849 7.58367 13.5849 7.51573 13.5526 7.45186C13.5203 7.38799 13.4726 7.3529 13.3771 7.28272C12.9215 6.94781 12.3588 6.74995 11.75 6.74995C11.6676 6.75038 11.519 6.76022 11.3596 6.78934C11.2071 6.81721 11.1309 6.83115 11.0613 6.9146C10.9917 6.99806 10.9917 7.09294 10.9917 7.28269V10.315C10.9917 10.5476 10.7982 10.7362 10.5595 10.7362C10.3208 10.7362 10.1273 10.5476 10.1273 10.315V3.04649C10.1273 2.33039 9.5468 1.74988 8.8307 1.74988C8.1146 1.74988 7.53409 2.33039 7.53409 3.04649V14.2465C7.53409 14.4791 7.34058 14.6677 7.10188 14.6677C6.86319 14.6677 6.66968 14.4791 6.66968 14.2465V10.8116Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touch-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.6625 1.76908C10.9899 1.64996 10.3369 2.10026 10.2153 2.7931L8.11148 14.7175C8.08222 14.8732 7.96684 14.9996 7.81287 15.0446C7.6589 15.0896 7.49238 15.0455 7.3819 14.9305L5.20992 12.6703C4.60286 12.0557 3.60838 12.1104 3.07027 12.7936C2.65401 13.3221 2.64225 14.0731 3.04242 14.615L6.37508 19.1282C7.14273 20.1678 7.49051 20.6349 7.9028 20.9955C8.54391 21.5562 9.31108 21.9455 10.135 22.1294C10.6641 22.2476 11.238 22.25 12.5182 22.25H15.1747C17.593 22.25 19.6907 20.5182 20.1753 18.0888L21.2305 12.7335C21.3524 12.0388 20.8898 11.3876 20.215 11.2681C19.5424 11.149 18.8895 11.5993 18.7678 12.2921L18.6707 12.8452C18.6305 13.0744 18.4095 13.2281 18.1772 13.1884C17.9449 13.1487 17.7892 12.9307 17.8294 12.7014L18.1207 11.0421C18.2427 10.3474 17.78 9.69621 17.1053 9.5767C16.4329 9.45761 15.7801 9.90757 15.6582 10.6L15.561 11.1538C15.5207 11.3831 15.2998 11.5367 15.0675 11.497C14.8351 11.4573 14.6794 11.2393 14.7197 11.01L15.011 9.35072C15.1329 8.65602 14.6702 8.00482 13.9955 7.88532C13.3229 7.76619 12.6699 8.21649 12.5483 8.90934L12.257 10.5687C12.2168 10.7979 11.9958 10.9515 11.7635 10.9118C11.5312 10.8721 11.3755 10.6541 11.4157 10.4249L12.678 3.23449C12.7999 2.53978 12.3372 1.88859 11.6625 1.76908Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.6625 1.76908C10.9899 1.64996 10.3369 2.10026 10.2153 2.7931L8.11148 14.7175C8.08222 14.8732 7.96684 14.9996 7.81287 15.0446C7.6589 15.0896 7.49238 15.0455 7.3819 14.9305L5.20992 12.6703C4.60286 12.0557 3.60838 12.1104 3.07027 12.7936C2.65401 13.3221 2.64225 14.0731 3.04242 14.615L6.37508 19.1282C7.14273 20.1678 7.49051 20.6349 7.9028 20.9955C8.54391 21.5562 9.31108 21.9455 10.135 22.1294C10.6641 22.2476 11.238 22.25 12.5182 22.25H15.1747C17.593 22.25 19.6907 20.5182 20.1753 18.0888L21.2305 12.7335C21.3524 12.0388 20.8898 11.3876 20.215 11.2681C19.5424 11.149 18.8895 11.5993 18.7678 12.2921L18.6707 12.8452C18.6305 13.0744 18.4095 13.2281 18.1772 13.1884C17.9449 13.1487 17.7892 12.9307 17.8294 12.7014L18.1207 11.0421C18.2427 10.3474 17.78 9.69621 17.1053 9.5767C16.4329 9.45761 15.7801 9.90757 15.6582 10.6L15.561 11.1538C15.5207 11.3831 15.2998 11.5367 15.0675 11.497C14.8351 11.4573 14.6794 11.2393 14.7197 11.01L15.011 9.35072C15.1329 8.65602 14.6702 8.00482 13.9955 7.88532C13.3229 7.76619 12.6699 8.21649 12.5483 8.90934L12.257 10.5687C12.2168 10.7979 11.9958 10.9515 11.7635 10.9118C11.5312 10.8721 11.3755 10.6541 11.4157 10.4249L12.678 3.23449C12.7999 2.53978 12.3372 1.88859 11.6625 1.76908Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touch-09{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12V13C2 13.5523 2.44772 14 3 14C3.55228 14 4 13.5523 4 13V12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12V13C20 13.5523 20.4477 14 21 14C21.5523 14 22 13.5523 22 13V12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5.24999C8.54823 5.24999 5.75001 8.04821 5.75001 11.5L5.75 19.0447C5.74995 19.4776 5.74991 19.8744 5.79331 20.1972C5.8411 20.5527 5.95355 20.9284 6.26257 21.2374C6.57159 21.5465 6.94732 21.6589 7.3028 21.7067C7.62561 21.7501 8.02244 21.75 8.45525 21.75L8.45526 21.75H15.5448L15.5448 21.75C15.9776 21.75 16.3744 21.7501 16.6972 21.7067C17.0527 21.6589 17.4284 21.5465 17.7374 21.2374C18.0465 20.9284 18.1589 20.5527 18.2067 20.1972C18.2501 19.8744 18.2501 19.4776 18.25 19.0448V19.0447V19.0447L18.25 11.5C18.25 8.04821 15.4518 5.24999 12 5.24999ZM12 8.24999C13.7949 8.24999 15.25 9.70507 15.25 11.5V12.75C15.25 13.8546 14.3546 14.75 13.25 14.75H10.75C9.64543 14.75 8.75 13.8546 8.75 12.75L8.75 11.5C8.75 9.70507 10.2051 8.24999 12 8.24999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12V13C2 13.5523 2.44772 14 3 14C3.55228 14 4 13.5523 4 13V12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12V13C20 13.5523 20.4477 14 21 14C21.5523 14 22 13.5523 22 13V12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5.24999C8.54823 5.24999 5.75001 8.04821 5.75001 11.5L5.75 19.0447C5.74995 19.4776 5.74991 19.8744 5.79331 20.1972C5.8411 20.5527 5.95355 20.9284 6.26257 21.2374C6.57159 21.5465 6.94732 21.6589 7.3028 21.7067C7.62561 21.7501 8.02244 21.75 8.45525 21.75L8.45526 21.75H15.5448L15.5448 21.75C15.9776 21.75 16.3744 21.7501 16.6972 21.7067C17.0527 21.6589 17.4284 21.5465 17.7374 21.2374C18.0465 20.9284 18.1589 20.5527 18.2067 20.1972C18.2501 19.8744 18.2501 19.4776 18.25 19.0448V19.0447V19.0447L18.25 11.5C18.25 8.04821 15.4518 5.24999 12 5.24999ZM12 8.24999C13.7949 8.24999 15.25 9.70507 15.25 11.5V12.75C15.25 13.8546 14.3546 14.75 13.25 14.75H10.75C9.64543 14.75 8.75 13.8546 8.75 12.75L8.75 11.5C8.75 9.70507 10.2051 8.24999 12 8.24999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touch-interaction-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.86538 6.73077C8.86538 5.36068 9.97606 4.25 11.3462 4.25C12.7162 4.25 13.8269 5.36068 13.8269 6.73077V9.97787C15.5594 10.0482 17.9894 10.5952 19.8846 12.4262C20.7897 13.3006 20.8394 14.5803 20.6773 15.6194C20.51 16.6922 20.0833 17.7513 19.7322 18.4551C19.6299 18.6601 19.1851 19.4434 19.073 19.6357C18.8711 20.0234 18.7736 20.3155 18.7736 20.5438C18.7736 20.7392 18.7737 20.9386 18.7642 21.0896C18.7541 21.2517 18.7312 21.4303 18.6625 21.6137C18.485 22.0876 18.1112 22.4614 17.6374 22.6389C17.4539 22.7075 17.2753 22.7305 17.1132 22.7406C16.9622 22.75 16.7826 22.75 16.5872 22.75H11.2316C10.9903 22.75 10.7683 22.75 10.5821 22.7356C10.3811 22.72 10.1613 22.6843 9.94172 22.5796C9.85826 22.5398 9.76223 22.4907 9.66334 22.4188C9.56446 22.347 9.48817 22.2707 9.42458 22.2036C9.23287 22.0013 9.11759 21.7275 9.03327 21.5064C8.94108 21.2647 8.80416 20.8478 8.678 20.4586C8.58129 20.1981 8.40614 19.9624 7.84101 19.2456L4.76902 15.3493C4.0795 14.503 4.07652 13.2932 4.76297 12.4435C5.58707 11.4234 7.0958 11.2844 8.09479 12.1323L8.09618 12.1335L8.86538 12.7897V6.73077Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.26361 1.25006L6.32206 1.25007L17.7364 1.25006C18.4162 1.25002 19.0163 1.24997 19.4999 1.30902C20.0199 1.37251 20.5511 1.51846 20.9909 1.91787C21.4386 2.32443 21.61 2.82786 21.6836 3.3249C21.7501 3.77451 21.7501 4.44909 21.75 5.06021V5.06024C21.7501 5.67134 21.7501 6.22562 21.6836 6.67522C21.61 7.17226 21.4386 7.67569 20.9909 8.08225C20.5511 8.48166 20.0199 8.62761 19.4999 8.6911C19.0163 8.75015 18.4162 8.75011 17.7364 8.75006L16.3875 8.75006C15.849 8.75006 15.4125 8.33032 15.4125 7.81256C15.4125 7.29479 15.849 6.87506 16.3875 6.87506H17.6779C18.434 6.87506 18.9083 6.87328 19.2543 6.83104C19.5719 6.79225 19.636 6.73367 19.6512 6.7198L19.652 6.7191L19.6531 6.71818C19.6629 6.7102 19.715 6.66758 19.753 6.41097C19.7977 6.10941 19.8 5.69099 19.8 5.00006C19.8 4.30913 19.7977 3.89071 19.753 3.58915C19.715 3.33254 19.6629 3.28992 19.6531 3.28194L19.652 3.28102L19.6512 3.28032C19.636 3.26645 19.5719 3.20787 19.2543 3.16908C18.9083 3.12684 18.434 3.12506 17.6779 3.12506H6.32206C5.56601 3.12506 5.09167 3.12684 4.74572 3.16908C4.42805 3.20787 4.36396 3.26645 4.34879 3.28032L4.34802 3.28102L4.34692 3.28194C4.33715 3.28992 4.28496 3.33254 4.24697 3.58915C4.20232 3.89071 4.20001 4.30913 4.20001 5.00006C4.20001 5.69099 4.20232 6.10941 4.24697 6.41097C4.28496 6.66759 4.33715 6.7102 4.34692 6.71818L4.34802 6.7191L4.34879 6.7198C4.36396 6.73367 4.42805 6.79225 4.74572 6.83104C5.09167 6.87328 5.56601 6.87506 6.32206 6.87506C6.86054 6.87506 7.29706 7.29479 7.29706 7.81256C7.29706 8.33032 6.86054 8.75006 6.32206 8.75006C5.64223 8.7501 4.9837 8.75015 4.50009 8.6911C3.98007 8.62761 3.44893 8.48166 3.0091 8.08225C2.56141 7.67569 2.39002 7.17226 2.31643 6.67522C2.24987 6.22561 2.24994 5.61119 2.25001 5.00006C2.24994 4.38893 2.24987 3.77451 2.31643 3.3249C2.39002 2.82786 2.56141 2.32443 3.0091 1.91787C3.44893 1.51846 3.98007 1.37251 4.50009 1.30902C4.9837 1.24997 5.58378 1.25002 6.26361 1.25006Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.86538 6.73077C8.86538 5.36068 9.97606 4.25 11.3462 4.25C12.7162 4.25 13.8269 5.36068 13.8269 6.73077V9.97787C15.5594 10.0482 17.9894 10.5952 19.8846 12.4262C20.7897 13.3006 20.8394 14.5803 20.6773 15.6194C20.51 16.6922 20.0833 17.7513 19.7322 18.4551C19.6299 18.6601 19.1851 19.4434 19.073 19.6357C18.8711 20.0234 18.7736 20.3155 18.7736 20.5438C18.7736 20.7392 18.7737 20.9386 18.7642 21.0896C18.7541 21.2517 18.7312 21.4303 18.6625 21.6137C18.485 22.0876 18.1112 22.4614 17.6374 22.6389C17.4539 22.7075 17.2753 22.7305 17.1132 22.7406C16.9622 22.75 16.7826 22.75 16.5872 22.75H11.2316C10.9903 22.75 10.7683 22.75 10.5821 22.7356C10.3811 22.72 10.1613 22.6843 9.94172 22.5796C9.85826 22.5398 9.76223 22.4907 9.66334 22.4188C9.56446 22.347 9.48817 22.2707 9.42458 22.2036C9.23287 22.0013 9.11759 21.7275 9.03327 21.5064C8.94108 21.2647 8.80416 20.8478 8.678 20.4586C8.58129 20.1981 8.40614 19.9624 7.84101 19.2456L4.76902 15.3493C4.0795 14.503 4.07652 13.2932 4.76297 12.4435C5.58707 11.4234 7.0958 11.2844 8.09479 12.1323L8.09618 12.1335L8.86538 12.7897V6.73077Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.26361 1.25006L6.32206 1.25007L17.7364 1.25006C18.4162 1.25002 19.0163 1.24997 19.4999 1.30902C20.0199 1.37251 20.5511 1.51846 20.9909 1.91787C21.4386 2.32443 21.61 2.82786 21.6836 3.3249C21.7501 3.77451 21.7501 4.44909 21.75 5.06021V5.06024C21.7501 5.67134 21.7501 6.22562 21.6836 6.67522C21.61 7.17226 21.4386 7.67569 20.9909 8.08225C20.5511 8.48166 20.0199 8.62761 19.4999 8.6911C19.0163 8.75015 18.4162 8.75011 17.7364 8.75006L16.3875 8.75006C15.849 8.75006 15.4125 8.33032 15.4125 7.81256C15.4125 7.29479 15.849 6.87506 16.3875 6.87506H17.6779C18.434 6.87506 18.9083 6.87328 19.2543 6.83104C19.5719 6.79225 19.636 6.73367 19.6512 6.7198L19.652 6.7191L19.6531 6.71818C19.6629 6.7102 19.715 6.66758 19.753 6.41097C19.7977 6.10941 19.8 5.69099 19.8 5.00006C19.8 4.30913 19.7977 3.89071 19.753 3.58915C19.715 3.33254 19.6629 3.28992 19.6531 3.28194L19.652 3.28102L19.6512 3.28032C19.636 3.26645 19.5719 3.20787 19.2543 3.16908C18.9083 3.12684 18.434 3.12506 17.6779 3.12506H6.32206C5.56601 3.12506 5.09167 3.12684 4.74572 3.16908C4.42805 3.20787 4.36396 3.26645 4.34879 3.28032L4.34802 3.28102L4.34692 3.28194C4.33715 3.28992 4.28496 3.33254 4.24697 3.58915C4.20232 3.89071 4.20001 4.30913 4.20001 5.00006C4.20001 5.69099 4.20232 6.10941 4.24697 6.41097C4.28496 6.66759 4.33715 6.7102 4.34692 6.71818L4.34802 6.7191L4.34879 6.7198C4.36396 6.73367 4.42805 6.79225 4.74572 6.83104C5.09167 6.87328 5.56601 6.87506 6.32206 6.87506C6.86054 6.87506 7.29706 7.29479 7.29706 7.81256C7.29706 8.33032 6.86054 8.75006 6.32206 8.75006C5.64223 8.7501 4.9837 8.75015 4.50009 8.6911C3.98007 8.62761 3.44893 8.48166 3.0091 8.08225C2.56141 7.67569 2.39002 7.17226 2.31643 6.67522C2.24987 6.22561 2.24994 5.61119 2.25001 5.00006C2.24994 4.38893 2.24987 3.77451 2.31643 3.3249C2.39002 2.82786 2.56141 2.32443 3.0091 1.91787C3.44893 1.51846 3.98007 1.37251 4.50009 1.30902C4.9837 1.24997 5.58378 1.25002 6.26361 1.25006Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touch-interaction-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.75 6.50066C9.75 5.25766 10.7576 4.25002 12.0006 4.25002C13.2429 4.25002 14.2502 5.25648 14.2513 6.49872L14.2541 10.6248L16.2801 10.9529C17.1086 11.0789 17.767 11.1791 18.2916 11.2946C18.8261 11.4124 19.2805 11.5577 19.6822 11.8017C20.8364 12.5029 21.75 13.675 21.75 15.2658C21.75 16.25 21.5147 16.9625 21.0618 18.3342L21.0618 18.3342C20.7523 19.2765 20.3947 20.3636 20.0536 20.8674C19.493 21.6952 18.6645 22.3018 17.7083 22.5806C17.1259 22.7504 16.4788 22.7502 15.5015 22.7499H15.5015L14.3038 22.7499C13.0006 22.7504 12.1312 22.7507 11.3442 22.4218C11.2036 22.363 11.0661 22.2966 10.9324 22.223C10.186 21.812 9.6397 21.1297 8.81796 20.1034L5.7583 16.2847C5.08461 15.444 5.08017 14.2436 5.74748 13.3977C6.5537 12.3758 8.04177 12.2318 9.02546 13.0868L9.0271 13.0882L9.75 13.7202V6.50066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.26361 1.25002L6.32206 1.25002L17.7364 1.25002C18.4162 1.24997 19.0163 1.24993 19.4999 1.30897C20.0199 1.37246 20.5511 1.51842 20.9909 1.91783C21.4386 2.32438 21.61 2.82781 21.6836 3.32485C21.7501 3.77446 21.7501 4.44905 21.75 5.06017V5.06019C21.7501 5.6713 21.7501 6.22557 21.6836 6.67518C21.61 7.17222 21.4386 7.67565 20.9909 8.0822C20.5511 8.48161 20.0199 8.62757 19.4999 8.69106C19.0163 8.7501 18.4162 8.75006 17.7364 8.75001L16.3875 8.75001C15.849 8.75001 15.4125 8.33028 15.4125 7.81251C15.4125 7.29474 15.849 6.87501 16.3875 6.87501H17.6779C18.434 6.87501 18.9083 6.87323 19.2543 6.83099C19.5719 6.79221 19.636 6.73363 19.6512 6.71976L19.652 6.71906L19.6531 6.71813C19.6629 6.71016 19.715 6.66753 19.753 6.41093C19.7977 6.10936 19.8 5.69094 19.8 5.00002C19.8 4.30909 19.7977 3.89067 19.753 3.5891C19.715 3.3325 19.6629 3.28988 19.6531 3.2819L19.652 3.28097L19.6512 3.28027C19.636 3.2664 19.5719 3.20782 19.2543 3.16904C18.9083 3.1268 18.434 3.12502 17.6779 3.12502H6.32206C5.56601 3.12502 5.09167 3.1268 4.74572 3.16904C4.42805 3.20782 4.36396 3.2664 4.34879 3.28027L4.34802 3.28097L4.34692 3.2819C4.33715 3.28987 4.28496 3.33249 4.24697 3.5891C4.20232 3.89067 4.20001 4.30909 4.20001 5.00002C4.20001 5.69094 4.20232 6.10936 4.24697 6.41093C4.28496 6.66754 4.33715 6.71016 4.34692 6.71813L4.34802 6.71906L4.34879 6.71976C4.36396 6.73363 4.42805 6.79221 4.74572 6.83099C5.09167 6.87323 5.56601 6.87501 6.32206 6.87501C6.86054 6.87501 7.29706 7.29474 7.29706 7.81251C7.29706 8.33028 6.86054 8.75001 6.32206 8.75001C5.64223 8.75006 4.9837 8.7501 4.50009 8.69106C3.98007 8.62757 3.44893 8.48161 3.0091 8.0822C2.56141 7.67565 2.39002 7.17222 2.31643 6.67518C2.24987 6.22556 2.24994 5.61114 2.25001 5.00002C2.24994 4.38889 2.24987 3.77447 2.31643 3.32485C2.39002 2.82781 2.56141 2.32438 3.0091 1.91783C3.44893 1.51842 3.98007 1.37246 4.50009 1.30897C4.9837 1.24993 5.58378 1.24997 6.26361 1.25002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.75 6.50066C9.75 5.25766 10.7576 4.25002 12.0006 4.25002C13.2429 4.25002 14.2502 5.25648 14.2513 6.49872L14.2541 10.6248L16.2801 10.9529C17.1086 11.0789 17.767 11.1791 18.2916 11.2946C18.8261 11.4124 19.2805 11.5577 19.6822 11.8017C20.8364 12.5029 21.75 13.675 21.75 15.2658C21.75 16.25 21.5147 16.9625 21.0618 18.3342L21.0618 18.3342C20.7523 19.2765 20.3947 20.3636 20.0536 20.8674C19.493 21.6952 18.6645 22.3018 17.7083 22.5806C17.1259 22.7504 16.4788 22.7502 15.5015 22.7499H15.5015L14.3038 22.7499C13.0006 22.7504 12.1312 22.7507 11.3442 22.4218C11.2036 22.363 11.0661 22.2966 10.9324 22.223C10.186 21.812 9.6397 21.1297 8.81796 20.1034L5.7583 16.2847C5.08461 15.444 5.08017 14.2436 5.74748 13.3977C6.5537 12.3758 8.04177 12.2318 9.02546 13.0868L9.0271 13.0882L9.75 13.7202V6.50066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.26361 1.25002L6.32206 1.25002L17.7364 1.25002C18.4162 1.24997 19.0163 1.24993 19.4999 1.30897C20.0199 1.37246 20.5511 1.51842 20.9909 1.91783C21.4386 2.32438 21.61 2.82781 21.6836 3.32485C21.7501 3.77446 21.7501 4.44905 21.75 5.06017V5.06019C21.7501 5.6713 21.7501 6.22557 21.6836 6.67518C21.61 7.17222 21.4386 7.67565 20.9909 8.0822C20.5511 8.48161 20.0199 8.62757 19.4999 8.69106C19.0163 8.7501 18.4162 8.75006 17.7364 8.75001L16.3875 8.75001C15.849 8.75001 15.4125 8.33028 15.4125 7.81251C15.4125 7.29474 15.849 6.87501 16.3875 6.87501H17.6779C18.434 6.87501 18.9083 6.87323 19.2543 6.83099C19.5719 6.79221 19.636 6.73363 19.6512 6.71976L19.652 6.71906L19.6531 6.71813C19.6629 6.71016 19.715 6.66753 19.753 6.41093C19.7977 6.10936 19.8 5.69094 19.8 5.00002C19.8 4.30909 19.7977 3.89067 19.753 3.5891C19.715 3.3325 19.6629 3.28988 19.6531 3.2819L19.652 3.28097L19.6512 3.28027C19.636 3.2664 19.5719 3.20782 19.2543 3.16904C18.9083 3.1268 18.434 3.12502 17.6779 3.12502H6.32206C5.56601 3.12502 5.09167 3.1268 4.74572 3.16904C4.42805 3.20782 4.36396 3.2664 4.34879 3.28027L4.34802 3.28097L4.34692 3.2819C4.33715 3.28987 4.28496 3.33249 4.24697 3.5891C4.20232 3.89067 4.20001 4.30909 4.20001 5.00002C4.20001 5.69094 4.20232 6.10936 4.24697 6.41093C4.28496 6.66754 4.33715 6.71016 4.34692 6.71813L4.34802 6.71906L4.34879 6.71976C4.36396 6.73363 4.42805 6.79221 4.74572 6.83099C5.09167 6.87323 5.56601 6.87501 6.32206 6.87501C6.86054 6.87501 7.29706 7.29474 7.29706 7.81251C7.29706 8.33028 6.86054 8.75001 6.32206 8.75001C5.64223 8.75006 4.9837 8.7501 4.50009 8.69106C3.98007 8.62757 3.44893 8.48161 3.0091 8.0822C2.56141 7.67565 2.39002 7.17222 2.31643 6.67518C2.24987 6.22556 2.24994 5.61114 2.25001 5.00002C2.24994 4.38889 2.24987 3.77447 2.31643 3.32485C2.39002 2.82781 2.56141 2.32438 3.0091 1.91783C3.44893 1.51842 3.98007 1.37246 4.50009 1.30897C4.9837 1.24993 5.58378 1.24997 6.26361 1.25002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touch-interaction-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.85424 14.3918C10.0162 14.326 10.1219 14.1701 10.1219 13.9971L10.1221 5.44181C10.1221 4.78357 10.6557 4.24997 11.314 4.25C11.9722 4.25003 12.5057 4.78362 12.5057 5.44183L12.5057 11.3494C12.5057 11.5852 12.6992 11.7764 12.9379 11.7764C13.1766 11.7764 13.3701 11.5852 13.3701 11.3494V9.45878C13.3701 9.28627 13.3701 9.20002 13.4416 9.116C13.513 9.03197 13.5793 9.02115 13.712 8.99951C13.8205 8.98182 13.9224 8.97398 13.985 8.97221C14.5722 8.97221 15.1134 9.16508 15.5502 9.49062C15.6435 9.5602 15.6902 9.59498 15.7221 9.65849C15.7539 9.722 15.7539 9.78914 15.7539 9.92343V12.4247C15.7539 12.6604 15.9474 12.8516 16.1861 12.8516C16.4248 12.8516 16.6183 12.6604 16.6183 12.4247V10.5266C16.6183 10.2354 16.6183 10.0898 16.7216 10.0001C16.8248 9.91042 16.9555 9.92884 17.2168 9.96568C17.9799 10.0733 18.4866 10.4015 18.8922 10.9288C18.944 10.9962 18.97 11.0299 18.986 11.0769C19.0019 11.1239 19.0019 11.1714 19.0019 11.2663V13.4999C19.0019 13.7356 19.1954 13.9268 19.4341 13.9268C19.6728 13.9268 19.8663 13.7356 19.8663 13.4999V11.758C19.8663 11.4191 19.8663 11.2497 19.9944 11.1601C20.1224 11.0705 20.2654 11.1228 20.5515 11.2272C21.5116 11.5776 22.25 12.3366 22.25 13.6834C22.25 14.688 22.2496 15.9493 22.2092 16.5883C22.1681 17.2388 22.0831 17.784 21.8895 18.2925C21.6553 18.9078 21.0909 19.6047 20.7172 20.0336C20.492 20.2921 20.3708 20.6007 20.3708 20.9002C20.3709 20.9728 20.3709 21.0675 20.3655 21.1371C20.298 21.9954 19.6163 22.6772 18.758 22.7447C18.6883 22.7501 18.6129 22.7501 18.5402 22.75L12.6633 22.75C12.2729 22.7501 11.9286 22.7501 11.6514 22.7241C11.365 22.6973 11.0392 22.6356 10.7502 22.433C10.4361 22.2128 10.2546 21.8574 10.1249 21.5668C9.98509 21.2533 9.83279 20.8334 9.64853 20.3253L9.63826 20.297C9.49629 19.9055 9.31428 19.5608 9.10658 19.2941L5.52714 14.3694C5.34782 14.1296 5.25554 13.8047 5.25 13.521C5.25327 13.2173 5.35573 12.9148 5.55653 12.6647C6.07582 12.018 7.04157 11.9653 7.62855 12.55L9.38279 14.2977C9.50611 14.4205 9.69229 14.4577 9.85424 14.3918Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.2364 1.25C17.9162 1.24995 18.5163 1.24991 18.9999 1.30896C19.5199 1.37245 20.0511 1.5184 20.4909 1.91781C20.9386 2.32437 21.11 2.8278 21.1836 3.32484C21.2501 3.77444 21.2501 4.32872 21.25 4.93983V4.93985C21.2501 5.55097 21.2501 6.22555 21.1836 6.67516C21.11 7.1722 20.9386 7.67563 20.4909 8.08219C20.0511 8.4816 19.5199 8.62755 18.9999 8.69104C18.5163 8.75009 17.9162 8.75005 17.2364 8.75L16.375 8.74999C15.8365 8.74999 15.4 8.33026 15.4 7.8125C15.4 7.29473 15.8365 6.875 16.375 6.875H17.1779C17.934 6.875 18.4083 6.87322 18.7543 6.83098C19.0719 6.79219 19.136 6.73361 19.1512 6.71974L19.152 6.71904L19.1531 6.71812C19.1629 6.71014 19.215 6.66752 19.253 6.41091C19.2977 6.10935 19.3 5.69093 19.3 5C19.3 4.30907 19.2977 3.89065 19.253 3.58909C19.215 3.33248 19.1629 3.28986 19.1531 3.28188L19.152 3.28096L19.1512 3.28026C19.136 3.26639 19.0719 3.20781 18.7543 3.16902C18.4083 3.12678 17.934 3.125 17.1779 3.125H5.82206C5.06601 3.125 4.59167 3.12678 4.24572 3.16902C3.92805 3.20781 3.86396 3.26639 3.84879 3.28026L3.84802 3.28096L3.84692 3.28188C3.83715 3.28986 3.78496 3.33248 3.74697 3.58909C3.70232 3.89065 3.70001 4.30907 3.70001 5C3.70001 5.69093 3.70232 6.10935 3.74697 6.41091C3.78496 6.66753 3.83715 6.71014 3.84692 6.71812L3.84802 6.71904L3.84879 6.71974C3.86396 6.73361 3.92805 6.79219 4.24572 6.83098C4.59167 6.87322 5.06601 6.875 5.82206 6.875H6.625C7.16348 6.875 7.6 7.29473 7.6 7.8125C7.6 8.33026 7.16348 8.74999 6.625 8.74999L5.76361 8.75C5.08377 8.75005 4.4837 8.75009 4.00009 8.69104C3.48007 8.62755 2.94893 8.4816 2.5091 8.08219C2.06141 7.67563 1.89002 7.1722 1.81643 6.67516C1.74987 6.22555 1.74994 5.61113 1.75001 5C1.74994 4.38887 1.74987 3.77445 1.81643 3.32484C1.89002 2.8278 2.06141 2.32437 2.5091 1.91781C2.94893 1.5184 3.48007 1.37245 4.00009 1.30896C4.4837 1.24991 5.08378 1.24995 5.76361 1.25L17.2364 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.85424 14.3918C10.0162 14.326 10.1219 14.1701 10.1219 13.9971L10.1221 5.44181C10.1221 4.78357 10.6557 4.24997 11.314 4.25C11.9722 4.25003 12.5057 4.78362 12.5057 5.44183L12.5057 11.3494C12.5057 11.5852 12.6992 11.7764 12.9379 11.7764C13.1766 11.7764 13.3701 11.5852 13.3701 11.3494V9.45878C13.3701 9.28627 13.3701 9.20002 13.4416 9.116C13.513 9.03197 13.5793 9.02115 13.712 8.99951C13.8205 8.98182 13.9224 8.97398 13.985 8.97221C14.5722 8.97221 15.1134 9.16508 15.5502 9.49062C15.6435 9.5602 15.6902 9.59498 15.7221 9.65849C15.7539 9.722 15.7539 9.78914 15.7539 9.92343V12.4247C15.7539 12.6604 15.9474 12.8516 16.1861 12.8516C16.4248 12.8516 16.6183 12.6604 16.6183 12.4247V10.5266C16.6183 10.2354 16.6183 10.0898 16.7216 10.0001C16.8248 9.91042 16.9555 9.92884 17.2168 9.96568C17.9799 10.0733 18.4866 10.4015 18.8922 10.9288C18.944 10.9962 18.97 11.0299 18.986 11.0769C19.0019 11.1239 19.0019 11.1714 19.0019 11.2663V13.4999C19.0019 13.7356 19.1954 13.9268 19.4341 13.9268C19.6728 13.9268 19.8663 13.7356 19.8663 13.4999V11.758C19.8663 11.4191 19.8663 11.2497 19.9944 11.1601C20.1224 11.0705 20.2654 11.1228 20.5515 11.2272C21.5116 11.5776 22.25 12.3366 22.25 13.6834C22.25 14.688 22.2496 15.9493 22.2092 16.5883C22.1681 17.2388 22.0831 17.784 21.8895 18.2925C21.6553 18.9078 21.0909 19.6047 20.7172 20.0336C20.492 20.2921 20.3708 20.6007 20.3708 20.9002C20.3709 20.9728 20.3709 21.0675 20.3655 21.1371C20.298 21.9954 19.6163 22.6772 18.758 22.7447C18.6883 22.7501 18.6129 22.7501 18.5402 22.75L12.6633 22.75C12.2729 22.7501 11.9286 22.7501 11.6514 22.7241C11.365 22.6973 11.0392 22.6356 10.7502 22.433C10.4361 22.2128 10.2546 21.8574 10.1249 21.5668C9.98509 21.2533 9.83279 20.8334 9.64853 20.3253L9.63826 20.297C9.49629 19.9055 9.31428 19.5608 9.10658 19.2941L5.52714 14.3694C5.34782 14.1296 5.25554 13.8047 5.25 13.521C5.25327 13.2173 5.35573 12.9148 5.55653 12.6647C6.07582 12.018 7.04157 11.9653 7.62855 12.55L9.38279 14.2977C9.50611 14.4205 9.69229 14.4577 9.85424 14.3918Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.2364 1.25C17.9162 1.24995 18.5163 1.24991 18.9999 1.30896C19.5199 1.37245 20.0511 1.5184 20.4909 1.91781C20.9386 2.32437 21.11 2.8278 21.1836 3.32484C21.2501 3.77444 21.2501 4.32872 21.25 4.93983V4.93985C21.2501 5.55097 21.2501 6.22555 21.1836 6.67516C21.11 7.1722 20.9386 7.67563 20.4909 8.08219C20.0511 8.4816 19.5199 8.62755 18.9999 8.69104C18.5163 8.75009 17.9162 8.75005 17.2364 8.75L16.375 8.74999C15.8365 8.74999 15.4 8.33026 15.4 7.8125C15.4 7.29473 15.8365 6.875 16.375 6.875H17.1779C17.934 6.875 18.4083 6.87322 18.7543 6.83098C19.0719 6.79219 19.136 6.73361 19.1512 6.71974L19.152 6.71904L19.1531 6.71812C19.1629 6.71014 19.215 6.66752 19.253 6.41091C19.2977 6.10935 19.3 5.69093 19.3 5C19.3 4.30907 19.2977 3.89065 19.253 3.58909C19.215 3.33248 19.1629 3.28986 19.1531 3.28188L19.152 3.28096L19.1512 3.28026C19.136 3.26639 19.0719 3.20781 18.7543 3.16902C18.4083 3.12678 17.934 3.125 17.1779 3.125H5.82206C5.06601 3.125 4.59167 3.12678 4.24572 3.16902C3.92805 3.20781 3.86396 3.26639 3.84879 3.28026L3.84802 3.28096L3.84692 3.28188C3.83715 3.28986 3.78496 3.33248 3.74697 3.58909C3.70232 3.89065 3.70001 4.30907 3.70001 5C3.70001 5.69093 3.70232 6.10935 3.74697 6.41091C3.78496 6.66753 3.83715 6.71014 3.84692 6.71812L3.84802 6.71904L3.84879 6.71974C3.86396 6.73361 3.92805 6.79219 4.24572 6.83098C4.59167 6.87322 5.06601 6.875 5.82206 6.875H6.625C7.16348 6.875 7.6 7.29473 7.6 7.8125C7.6 8.33026 7.16348 8.74999 6.625 8.74999L5.76361 8.75C5.08377 8.75005 4.4837 8.75009 4.00009 8.69104C3.48007 8.62755 2.94893 8.4816 2.5091 8.08219C2.06141 7.67563 1.89002 7.1722 1.81643 6.67516C1.74987 6.22555 1.74994 5.61113 1.75001 5C1.74994 4.38887 1.74987 3.77445 1.81643 3.32484C1.89002 2.8278 2.06141 2.32437 2.5091 1.91781C2.94893 1.5184 3.48007 1.37245 4.00009 1.30896C4.4837 1.24991 5.08378 1.24995 5.76361 1.25L17.2364 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touch-interaction-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1842 4.25C10.4648 4.25 9.88158 4.82342 9.88158 5.53077V15.4988C9.88158 15.6735 9.77338 15.8305 9.60842 15.8953C9.44345 15.9601 9.25499 15.9195 9.13262 15.7929L7.5374 14.1425C6.97073 13.5976 6.04007 13.6499 5.54226 14.254C5.16224 14.7151 5.15188 15.3658 5.51669 15.838L8.67878 19.9307C9.4081 20.8747 9.7351 21.2941 10.1225 21.6179C10.7266 22.1229 11.4509 22.4746 12.2306 22.641C12.7309 22.7477 13.2739 22.75 14.4891 22.75C15.6349 22.75 16.4741 22.7498 17.141 22.7086C17.8043 22.6675 18.2677 22.5871 18.6639 22.4394C19.9383 21.9646 20.9432 20.9879 21.431 19.7543C21.5824 19.3715 21.6651 18.9233 21.7073 18.2802C21.7498 17.6336 21.75 16.8195 21.75 15.707V13.1886C21.75 12.4067 21.165 11.731 20.3548 11.6003L20.2677 11.5863C19.8929 11.5258 19.7055 11.4956 19.583 11.5979C19.4605 11.7002 19.4605 11.8869 19.4605 12.2604V12.9907C19.4605 13.2265 19.2661 13.4176 19.0263 13.4176C18.7865 13.4176 18.5921 13.2265 18.5921 12.9907V11.9721C18.5921 11.0891 17.8505 10.3618 16.9211 10.3618C16.6671 10.3618 16.5401 10.3618 16.4502 10.4239C16.4174 10.4466 16.3889 10.4746 16.3658 10.5068C16.3026 10.5952 16.3026 10.7201 16.3026 10.9698V11.9721C16.3026 12.2079 16.1082 12.399 15.8684 12.399C15.6286 12.399 15.4342 12.2079 15.4342 11.9721V10.9535C15.4342 10.0705 14.6926 9.34313 13.7632 9.34313C13.7069 9.34313 13.6788 9.34313 13.6552 9.34632C13.501 9.3672 13.3798 9.48643 13.3585 9.63807C13.3553 9.66126 13.3553 9.6889 13.3553 9.74418V11.9721C13.3553 12.2079 13.1609 12.399 12.9211 12.399C12.6812 12.399 12.4868 12.2079 12.4868 11.9721V5.53077C12.4868 4.82342 11.9036 4.25 11.1842 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.7364 1.25C18.4162 1.24995 19.0163 1.24991 19.4999 1.30896C20.0199 1.37245 20.5511 1.5184 20.9909 1.91781C21.4386 2.32437 21.61 2.8278 21.6836 3.32484C21.7501 3.77445 21.7501 4.44903 21.75 5.06015V5.06017C21.7501 5.67128 21.7501 6.22556 21.6836 6.67516C21.61 7.1722 21.4386 7.67563 20.9909 8.08219C20.5511 8.4816 20.0199 8.62755 19.4999 8.69104C19.0163 8.75009 18.4162 8.75005 17.7364 8.75L16.3875 8.74999C15.849 8.74999 15.4125 8.33026 15.4125 7.8125C15.4125 7.29473 15.849 6.875 16.3875 6.875H17.6779C18.434 6.875 18.9083 6.87322 19.2543 6.83098C19.572 6.79219 19.636 6.73361 19.6512 6.71974L19.652 6.71904L19.6531 6.71812C19.6629 6.71014 19.715 6.66752 19.753 6.41091C19.7977 6.10935 19.8 5.69093 19.8 5C19.8 4.30907 19.7977 3.89065 19.753 3.58909C19.715 3.33248 19.6629 3.28986 19.6531 3.28188L19.652 3.28096L19.6512 3.28026C19.636 3.26639 19.572 3.20781 19.2543 3.16902C18.9083 3.12678 18.434 3.125 17.6779 3.125H6.32206C5.56601 3.125 5.09167 3.12678 4.74572 3.16902C4.42805 3.20781 4.36396 3.26639 4.34879 3.28026L4.34802 3.28096L4.34692 3.28188C4.33715 3.28986 4.28496 3.33248 4.24697 3.58909C4.20232 3.89065 4.20001 4.30907 4.20001 5C4.20001 5.69093 4.20232 6.10935 4.24697 6.41091C4.28496 6.66753 4.33715 6.71014 4.34692 6.71812L4.34802 6.71904L4.34879 6.71974C4.36396 6.73361 4.42805 6.79219 4.74572 6.83098C5.09167 6.87322 5.56601 6.875 6.32206 6.875H7.12501C7.66348 6.875 8.1 7.29473 8.1 7.8125C8.1 8.33026 7.66348 8.74999 7.12501 8.74999L6.26361 8.75C5.58377 8.75005 4.9837 8.75009 4.50009 8.69104C3.98007 8.62755 3.44893 8.4816 3.0091 8.08219C2.56141 7.67563 2.39002 7.1722 2.31643 6.67516C2.24987 6.22555 2.24993 5.67126 2.25 5.06013L2.25 5.06013C2.24993 4.449 2.24987 3.77445 2.31643 3.32484C2.39002 2.8278 2.56141 2.32437 3.0091 1.91781C3.44893 1.5184 3.98007 1.37245 4.50009 1.30896C4.9837 1.24991 5.58378 1.24995 6.26362 1.25L17.7364 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1842 4.25C10.4648 4.25 9.88158 4.82342 9.88158 5.53077V15.4988C9.88158 15.6735 9.77338 15.8305 9.60842 15.8953C9.44345 15.9601 9.25499 15.9195 9.13262 15.7929L7.5374 14.1425C6.97073 13.5976 6.04007 13.6499 5.54226 14.254C5.16224 14.7151 5.15188 15.3658 5.51669 15.838L8.67878 19.9307C9.4081 20.8747 9.7351 21.2941 10.1225 21.6179C10.7266 22.1229 11.4509 22.4746 12.2306 22.641C12.7309 22.7477 13.2739 22.75 14.4891 22.75C15.6349 22.75 16.4741 22.7498 17.141 22.7086C17.8043 22.6675 18.2677 22.5871 18.6639 22.4394C19.9383 21.9646 20.9432 20.9879 21.431 19.7543C21.5824 19.3715 21.6651 18.9233 21.7073 18.2802C21.7498 17.6336 21.75 16.8195 21.75 15.707V13.1886C21.75 12.4067 21.165 11.731 20.3548 11.6003L20.2677 11.5863C19.8929 11.5258 19.7055 11.4956 19.583 11.5979C19.4605 11.7002 19.4605 11.8869 19.4605 12.2604V12.9907C19.4605 13.2265 19.2661 13.4176 19.0263 13.4176C18.7865 13.4176 18.5921 13.2265 18.5921 12.9907V11.9721C18.5921 11.0891 17.8505 10.3618 16.9211 10.3618C16.6671 10.3618 16.5401 10.3618 16.4502 10.4239C16.4174 10.4466 16.3889 10.4746 16.3658 10.5068C16.3026 10.5952 16.3026 10.7201 16.3026 10.9698V11.9721C16.3026 12.2079 16.1082 12.399 15.8684 12.399C15.6286 12.399 15.4342 12.2079 15.4342 11.9721V10.9535C15.4342 10.0705 14.6926 9.34313 13.7632 9.34313C13.7069 9.34313 13.6788 9.34313 13.6552 9.34632C13.501 9.3672 13.3798 9.48643 13.3585 9.63807C13.3553 9.66126 13.3553 9.6889 13.3553 9.74418V11.9721C13.3553 12.2079 13.1609 12.399 12.9211 12.399C12.6812 12.399 12.4868 12.2079 12.4868 11.9721V5.53077C12.4868 4.82342 11.9036 4.25 11.1842 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.7364 1.25C18.4162 1.24995 19.0163 1.24991 19.4999 1.30896C20.0199 1.37245 20.5511 1.5184 20.9909 1.91781C21.4386 2.32437 21.61 2.8278 21.6836 3.32484C21.7501 3.77445 21.7501 4.44903 21.75 5.06015V5.06017C21.7501 5.67128 21.7501 6.22556 21.6836 6.67516C21.61 7.1722 21.4386 7.67563 20.9909 8.08219C20.5511 8.4816 20.0199 8.62755 19.4999 8.69104C19.0163 8.75009 18.4162 8.75005 17.7364 8.75L16.3875 8.74999C15.849 8.74999 15.4125 8.33026 15.4125 7.8125C15.4125 7.29473 15.849 6.875 16.3875 6.875H17.6779C18.434 6.875 18.9083 6.87322 19.2543 6.83098C19.572 6.79219 19.636 6.73361 19.6512 6.71974L19.652 6.71904L19.6531 6.71812C19.6629 6.71014 19.715 6.66752 19.753 6.41091C19.7977 6.10935 19.8 5.69093 19.8 5C19.8 4.30907 19.7977 3.89065 19.753 3.58909C19.715 3.33248 19.6629 3.28986 19.6531 3.28188L19.652 3.28096L19.6512 3.28026C19.636 3.26639 19.572 3.20781 19.2543 3.16902C18.9083 3.12678 18.434 3.125 17.6779 3.125H6.32206C5.56601 3.125 5.09167 3.12678 4.74572 3.16902C4.42805 3.20781 4.36396 3.26639 4.34879 3.28026L4.34802 3.28096L4.34692 3.28188C4.33715 3.28986 4.28496 3.33248 4.24697 3.58909C4.20232 3.89065 4.20001 4.30907 4.20001 5C4.20001 5.69093 4.20232 6.10935 4.24697 6.41091C4.28496 6.66753 4.33715 6.71014 4.34692 6.71812L4.34802 6.71904L4.34879 6.71974C4.36396 6.73361 4.42805 6.79219 4.74572 6.83098C5.09167 6.87322 5.56601 6.875 6.32206 6.875H7.12501C7.66348 6.875 8.1 7.29473 8.1 7.8125C8.1 8.33026 7.66348 8.74999 7.12501 8.74999L6.26361 8.75C5.58377 8.75005 4.9837 8.75009 4.50009 8.69104C3.98007 8.62755 3.44893 8.4816 3.0091 8.08219C2.56141 7.67563 2.39002 7.1722 2.31643 6.67516C2.24987 6.22555 2.24993 5.67126 2.25 5.06013L2.25 5.06013C2.24993 4.449 2.24987 3.77445 2.31643 3.32484C2.39002 2.8278 2.56141 2.32437 3.0091 1.91781C3.44893 1.5184 3.98007 1.37245 4.50009 1.30896C4.9837 1.24991 5.58378 1.24995 6.26362 1.25L17.7364 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touch-locked-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 13.25C16.2574 13.25 15.25 14.2574 15.25 15.5V16.3877C15.1227 16.4278 14.9974 16.4808 14.875 16.5514C14.533 16.7489 14.2489 17.033 14.0514 17.375C13.8741 17.6822 13.808 18.0082 13.7782 18.3374C13.75 18.6486 13.75 19.0924 13.75 19.5322C13.75 19.972 13.75 20.3514 13.7782 20.6626C13.808 20.9918 13.8741 21.3178 14.0514 21.625C14.2489 21.967 14.533 22.2511 14.875 22.4486C15.1822 22.6259 15.5082 22.692 15.8374 22.7218C16.1487 22.75 16.528 22.75 16.9678 22.75H18.0322C18.472 22.75 18.8514 22.75 19.1627 22.7218C19.4918 22.692 19.8178 22.6259 20.125 22.4486C20.467 22.2511 20.7511 21.967 20.9486 21.625C21.1259 21.3178 21.192 20.9918 21.2218 20.6627C21.25 20.3514 21.25 19.972 21.25 19.5322C21.25 19.0924 21.25 18.6486 21.2218 18.3373C21.192 18.0082 21.1259 17.6822 20.9486 17.375C20.7511 17.033 20.467 16.7489 20.125 16.5514C20.0026 16.4808 19.8773 16.4278 19.75 16.3877V15.5C19.75 14.2574 18.7426 13.25 17.5 13.25ZM18.25 16.25H16.75V15.5C16.75 15.0858 17.0858 14.75 17.5 14.75C17.9142 14.75 18.25 15.0858 18.25 15.5V16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.25 1.25C8.86929 1.25 7.75 2.36929 7.75 3.75V12.1242L6.7802 11.1094C5.72827 10.1793 4.13524 10.3388 3.27682 11.4457C2.57179 12.3548 2.5748 13.641 3.28347 14.5465L6.56062 18.8763C7.1596 19.6676 7.39549 20.0584 7.50494 20.3655C7.64927 20.8293 7.76927 21.2149 7.8824 21.5062C7.98834 21.7789 8.1375 22.1107 8.4075 22.3382C8.66962 22.6003 9.13272 22.7012 9.38933 22.7266C9.62519 22.7501 9.90868 22.75 10.2164 22.75H11.9608C12.417 22.75 12.6451 22.75 12.7345 22.6204C12.824 22.4908 12.7376 22.263 12.5647 21.8074C12.4157 21.4145 12.3055 21.0319 12.2843 20.798C12.2499 20.4181 12.2499 19.9803 12.25 19.5759C12.2499 19.1718 12.2499 18.5822 12.2843 18.202C12.3236 17.7684 12.4214 17.1984 12.7524 16.625C13.0064 16.1852 13.3462 15.8029 13.75 15.5C13.75 13.4289 15.4289 11.75 17.5 11.75C18.0073 11.75 18.4911 11.8507 18.9325 12.0333C19.5024 12.2691 19.7874 12.387 19.8798 12.2577C19.9722 12.1285 19.8045 11.9381 19.4692 11.5572C19.4321 11.5151 19.3934 11.4737 19.3531 11.4332C17.319 9.38616 14.6139 8.81064 12.75 8.74751V3.75C12.75 2.36929 11.6307 1.25 10.25 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 13.25C16.2574 13.25 15.25 14.2574 15.25 15.5V16.3877C15.1227 16.4278 14.9974 16.4808 14.875 16.5514C14.533 16.7489 14.2489 17.033 14.0514 17.375C13.8741 17.6822 13.808 18.0082 13.7782 18.3374C13.75 18.6486 13.75 19.0924 13.75 19.5322C13.75 19.972 13.75 20.3514 13.7782 20.6626C13.808 20.9918 13.8741 21.3178 14.0514 21.625C14.2489 21.967 14.533 22.2511 14.875 22.4486C15.1822 22.6259 15.5082 22.692 15.8374 22.7218C16.1487 22.75 16.528 22.75 16.9678 22.75H18.0322C18.472 22.75 18.8514 22.75 19.1627 22.7218C19.4918 22.692 19.8178 22.6259 20.125 22.4486C20.467 22.2511 20.7511 21.967 20.9486 21.625C21.1259 21.3178 21.192 20.9918 21.2218 20.6627C21.25 20.3514 21.25 19.972 21.25 19.5322C21.25 19.0924 21.25 18.6486 21.2218 18.3373C21.192 18.0082 21.1259 17.6822 20.9486 17.375C20.7511 17.033 20.467 16.7489 20.125 16.5514C20.0026 16.4808 19.8773 16.4278 19.75 16.3877V15.5C19.75 14.2574 18.7426 13.25 17.5 13.25ZM18.25 16.25H16.75V15.5C16.75 15.0858 17.0858 14.75 17.5 14.75C17.9142 14.75 18.25 15.0858 18.25 15.5V16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.25 1.25C8.86929 1.25 7.75 2.36929 7.75 3.75V12.1242L6.7802 11.1094C5.72827 10.1793 4.13524 10.3388 3.27682 11.4457C2.57179 12.3548 2.5748 13.641 3.28347 14.5465L6.56062 18.8763C7.1596 19.6676 7.39549 20.0584 7.50494 20.3655C7.64927 20.8293 7.76927 21.2149 7.8824 21.5062C7.98834 21.7789 8.1375 22.1107 8.4075 22.3382C8.66962 22.6003 9.13272 22.7012 9.38933 22.7266C9.62519 22.7501 9.90868 22.75 10.2164 22.75H11.9608C12.417 22.75 12.6451 22.75 12.7345 22.6204C12.824 22.4908 12.7376 22.263 12.5647 21.8074C12.4157 21.4145 12.3055 21.0319 12.2843 20.798C12.2499 20.4181 12.2499 19.9803 12.25 19.5759C12.2499 19.1718 12.2499 18.5822 12.2843 18.202C12.3236 17.7684 12.4214 17.1984 12.7524 16.625C13.0064 16.1852 13.3462 15.8029 13.75 15.5C13.75 13.4289 15.4289 11.75 17.5 11.75C18.0073 11.75 18.4911 11.8507 18.9325 12.0333C19.5024 12.2691 19.7874 12.387 19.8798 12.2577C19.9722 12.1285 19.8045 11.9381 19.4692 11.5572C19.4321 11.5151 19.3934 11.4737 19.3531 11.4332C17.319 9.38616 14.6139 8.81064 12.75 8.74751V3.75C12.75 2.36929 11.6307 1.25 10.25 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touch-locked-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9999 13.25C15.7572 13.25 14.7499 14.2574 14.7499 15.5V16.3877C14.6226 16.4278 14.4972 16.4808 14.3749 16.5514C14.0328 16.7489 13.7488 17.033 13.5513 17.375C13.374 17.6822 13.3079 18.0082 13.2781 18.3374C13.2498 18.6486 13.2499 19.0924 13.2499 19.5322C13.2499 19.972 13.2499 20.3514 13.2781 20.6626C13.3079 20.9918 13.374 21.3178 13.5513 21.625C13.7488 21.967 14.0328 22.2511 14.3749 22.4486C14.6821 22.6259 15.008 22.692 15.3372 22.7218C15.6485 22.75 16.0279 22.75 16.4677 22.75H17.5321C17.9719 22.75 18.3512 22.75 18.6625 22.7218C18.9917 22.692 19.3177 22.6259 19.6249 22.4486C19.9669 22.2511 20.251 21.967 20.4484 21.625C20.6258 21.3178 20.6919 20.9918 20.7217 20.6627C20.7499 20.3514 20.7499 19.972 20.7499 19.5322C20.7499 19.0924 20.7499 18.6486 20.7217 18.3373C20.6919 18.0082 20.6258 17.6822 20.4484 17.375C20.251 17.033 19.9669 16.7489 19.6249 16.5514C19.5025 16.4808 19.3772 16.4278 19.2499 16.3877V15.5C19.2499 14.2574 18.2425 13.25 16.9999 13.25ZM17.7499 16.25H16.2499V15.5C16.2499 15.0858 16.5857 14.75 16.9999 14.75C17.4141 14.75 17.7499 15.0858 17.7499 15.5V16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.74987 9.6343C6.4563 9.86839 5.98056 10.2601 5.48038 10.723C5.07798 11.0953 4.64871 11.5239 4.28275 11.9613C3.92729 12.3863 3.58499 12.8738 3.41522 13.3624C3.11227 14.2344 3.26692 15.0386 3.54766 15.7201C3.7632 16.2433 4.08221 16.7547 4.3506 17.185C4.49819 17.428 4.99303 18.1414 5.22709 18.4531C5.44925 18.7487 5.68548 19.063 5.90934 19.3828C6.161 19.7424 6.38198 20.088 6.53772 20.395C6.70349 20.7219 6.75001 20.919 6.75001 21.0049C6.75001 21.9687 7.53132 22.75 8.4951 22.75H11.196C11.688 22.75 11.9341 22.75 12.0242 22.6344C12.1142 22.5187 12.0381 22.2168 11.8858 21.613C11.8038 21.2882 11.8036 21.0126 11.7842 20.798C11.7498 20.4181 11.7498 19.9366 11.7499 19.5323C11.7499 19.5323 11.7497 18.5822 11.7842 18.202C11.8235 17.7684 11.9213 17.1984 12.2523 16.625C12.5062 16.1852 12.846 15.8029 13.2499 15.5C13.2499 13.4289 14.9288 11.75 16.9999 11.75C17.4812 11.75 17.9413 11.8407 18.3641 12.0059C18.6176 12.1049 18.7444 12.1545 18.7901 12.0946C18.8358 12.0347 18.7622 11.9357 18.615 11.7376C18.5365 11.632 18.4494 11.5303 18.3529 11.4332C16.3189 9.38616 13.6137 8.81064 11.7499 8.74751V3.75C11.7499 2.36929 10.6306 1.25 9.24987 1.25C7.86915 1.25 6.74987 2.36929 6.74987 3.75V9.6343Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9999 13.25C15.7572 13.25 14.7499 14.2574 14.7499 15.5V16.3877C14.6226 16.4278 14.4972 16.4808 14.3749 16.5514C14.0328 16.7489 13.7488 17.033 13.5513 17.375C13.374 17.6822 13.3079 18.0082 13.2781 18.3374C13.2498 18.6486 13.2499 19.0924 13.2499 19.5322C13.2499 19.972 13.2499 20.3514 13.2781 20.6626C13.3079 20.9918 13.374 21.3178 13.5513 21.625C13.7488 21.967 14.0328 22.2511 14.3749 22.4486C14.6821 22.6259 15.008 22.692 15.3372 22.7218C15.6485 22.75 16.0279 22.75 16.4677 22.75H17.5321C17.9719 22.75 18.3512 22.75 18.6625 22.7218C18.9917 22.692 19.3177 22.6259 19.6249 22.4486C19.9669 22.2511 20.251 21.967 20.4484 21.625C20.6258 21.3178 20.6919 20.9918 20.7217 20.6627C20.7499 20.3514 20.7499 19.972 20.7499 19.5322C20.7499 19.0924 20.7499 18.6486 20.7217 18.3373C20.6919 18.0082 20.6258 17.6822 20.4484 17.375C20.251 17.033 19.9669 16.7489 19.6249 16.5514C19.5025 16.4808 19.3772 16.4278 19.2499 16.3877V15.5C19.2499 14.2574 18.2425 13.25 16.9999 13.25ZM17.7499 16.25H16.2499V15.5C16.2499 15.0858 16.5857 14.75 16.9999 14.75C17.4141 14.75 17.7499 15.0858 17.7499 15.5V16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.74987 9.6343C6.4563 9.86839 5.98056 10.2601 5.48038 10.723C5.07798 11.0953 4.64871 11.5239 4.28275 11.9613C3.92729 12.3863 3.58499 12.8738 3.41522 13.3624C3.11227 14.2344 3.26692 15.0386 3.54766 15.7201C3.7632 16.2433 4.08221 16.7547 4.3506 17.185C4.49819 17.428 4.99303 18.1414 5.22709 18.4531C5.44925 18.7487 5.68548 19.063 5.90934 19.3828C6.161 19.7424 6.38198 20.088 6.53772 20.395C6.70349 20.7219 6.75001 20.919 6.75001 21.0049C6.75001 21.9687 7.53132 22.75 8.4951 22.75H11.196C11.688 22.75 11.9341 22.75 12.0242 22.6344C12.1142 22.5187 12.0381 22.2168 11.8858 21.613C11.8038 21.2882 11.8036 21.0126 11.7842 20.798C11.7498 20.4181 11.7498 19.9366 11.7499 19.5323C11.7499 19.5323 11.7497 18.5822 11.7842 18.202C11.8235 17.7684 11.9213 17.1984 12.2523 16.625C12.5062 16.1852 12.846 15.8029 13.2499 15.5C13.2499 13.4289 14.9288 11.75 16.9999 11.75C17.4812 11.75 17.9413 11.8407 18.3641 12.0059C18.6176 12.1049 18.7444 12.1545 18.7901 12.0946C18.8358 12.0347 18.7622 11.9357 18.615 11.7376C18.5365 11.632 18.4494 11.5303 18.3529 11.4332C16.3189 9.38616 13.6137 8.81064 11.7499 8.74751V3.75C11.7499 2.36929 10.6306 1.25 9.24987 1.25C7.86915 1.25 6.74987 2.36929 6.74987 3.75V9.6343Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touch-locked-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 13.25C16.7574 13.25 15.75 14.2574 15.75 15.5V16.3877C15.6227 16.4278 15.4974 16.4808 15.375 16.5514C15.033 16.7489 14.7489 17.033 14.5514 17.375C14.3741 17.6822 14.308 18.0082 14.2782 18.3374C14.25 18.6486 14.25 19.0924 14.25 19.5322C14.25 19.972 14.25 20.3514 14.2782 20.6626C14.308 20.9918 14.3741 21.3178 14.5514 21.625C14.7489 21.967 15.033 22.2511 15.375 22.4486C15.6822 22.6259 16.0082 22.692 16.3374 22.7218C16.6487 22.75 17.028 22.75 17.4678 22.75H18.5322C18.972 22.75 19.3514 22.75 19.6627 22.7218C19.9918 22.692 20.3178 22.6259 20.625 22.4486C20.967 22.2511 21.2511 21.967 21.4486 21.625C21.6259 21.3178 21.692 20.9918 21.7218 20.6627C21.75 20.3514 21.75 19.972 21.75 19.5322C21.75 19.0924 21.75 18.6486 21.7218 18.3373C21.692 18.0082 21.6259 17.6822 21.4486 17.375C21.2511 17.033 20.967 16.7489 20.625 16.5514C20.5026 16.4808 20.3773 16.4278 20.25 16.3877V15.5C20.25 14.2574 19.2426 13.25 18 13.25ZM18.75 16.25H17.25V15.5C17.25 15.0858 17.5858 14.75 18 14.75C18.4142 14.75 18.75 15.0858 18.75 15.5V16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.75514 1.25C8.37442 1.25 7.25514 2.36929 7.25514 3.75V11.8693L6.35934 11.1015C5.29041 10.1853 3.67497 10.3371 2.79549 11.4365C2.06376 12.3511 2.06869 13.6522 2.80732 14.5613L6.16582 18.6948C7.10662 19.8534 7.81393 20.7244 8.6422 21.1742C8.79043 21.2547 8.94285 21.3273 9.09879 21.3915C9.97018 21.7507 10.9341 21.7505 12.4265 21.75C12.5544 21.7501 12.6184 21.7501 12.6589 21.7385C12.7868 21.7018 12.8611 21.6131 12.8747 21.4807C12.879 21.4388 12.866 21.3659 12.8399 21.2201C12.8131 21.0696 12.7961 20.9277 12.7843 20.798C12.7499 20.4181 12.7499 19.8904 12.75 19.486C12.7499 19.082 12.7499 18.5822 12.7843 18.202C12.8236 17.7684 12.9214 17.1984 13.2524 16.625C13.5064 16.1852 13.8462 15.8029 14.25 15.5C14.25 13.4289 15.9289 11.75 18 11.75C18.8509 11.75 19.6355 12.0334 20.2648 12.5109C20.4716 12.6678 20.575 12.7463 20.6344 12.7061C20.6938 12.6658 20.662 12.5506 20.5983 12.3202C20.2683 11.1269 19.4354 10.265 18.4506 9.67506C18.0095 9.41078 17.5075 9.25147 16.9068 9.12099C16.3158 8.9926 15.5726 8.88112 14.6306 8.73982L12.2551 8.36036V3.75C12.2551 2.36929 11.1358 1.25 9.75514 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 13.25C16.7574 13.25 15.75 14.2574 15.75 15.5V16.3877C15.6227 16.4278 15.4974 16.4808 15.375 16.5514C15.033 16.7489 14.7489 17.033 14.5514 17.375C14.3741 17.6822 14.308 18.0082 14.2782 18.3374C14.25 18.6486 14.25 19.0924 14.25 19.5322C14.25 19.972 14.25 20.3514 14.2782 20.6626C14.308 20.9918 14.3741 21.3178 14.5514 21.625C14.7489 21.967 15.033 22.2511 15.375 22.4486C15.6822 22.6259 16.0082 22.692 16.3374 22.7218C16.6487 22.75 17.028 22.75 17.4678 22.75H18.5322C18.972 22.75 19.3514 22.75 19.6627 22.7218C19.9918 22.692 20.3178 22.6259 20.625 22.4486C20.967 22.2511 21.2511 21.967 21.4486 21.625C21.6259 21.3178 21.692 20.9918 21.7218 20.6627C21.75 20.3514 21.75 19.972 21.75 19.5322C21.75 19.0924 21.75 18.6486 21.7218 18.3373C21.692 18.0082 21.6259 17.6822 21.4486 17.375C21.2511 17.033 20.967 16.7489 20.625 16.5514C20.5026 16.4808 20.3773 16.4278 20.25 16.3877V15.5C20.25 14.2574 19.2426 13.25 18 13.25ZM18.75 16.25H17.25V15.5C17.25 15.0858 17.5858 14.75 18 14.75C18.4142 14.75 18.75 15.0858 18.75 15.5V16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.75514 1.25C8.37442 1.25 7.25514 2.36929 7.25514 3.75V11.8693L6.35934 11.1015C5.29041 10.1853 3.67497 10.3371 2.79549 11.4365C2.06376 12.3511 2.06869 13.6522 2.80732 14.5613L6.16582 18.6948C7.10662 19.8534 7.81393 20.7244 8.6422 21.1742C8.79043 21.2547 8.94285 21.3273 9.09879 21.3915C9.97018 21.7507 10.9341 21.7505 12.4265 21.75C12.5544 21.7501 12.6184 21.7501 12.6589 21.7385C12.7868 21.7018 12.8611 21.6131 12.8747 21.4807C12.879 21.4388 12.866 21.3659 12.8399 21.2201C12.8131 21.0696 12.7961 20.9277 12.7843 20.798C12.7499 20.4181 12.7499 19.8904 12.75 19.486C12.7499 19.082 12.7499 18.5822 12.7843 18.202C12.8236 17.7684 12.9214 17.1984 13.2524 16.625C13.5064 16.1852 13.8462 15.8029 14.25 15.5C14.25 13.4289 15.9289 11.75 18 11.75C18.8509 11.75 19.6355 12.0334 20.2648 12.5109C20.4716 12.6678 20.575 12.7463 20.6344 12.7061C20.6938 12.6658 20.662 12.5506 20.5983 12.3202C20.2683 11.1269 19.4354 10.265 18.4506 9.67506C18.0095 9.41078 17.5075 9.25147 16.9068 9.12099C16.3158 8.9926 15.5726 8.88112 14.6306 8.73982L12.2551 8.36036V3.75C12.2551 2.36929 11.1358 1.25 9.75514 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touch-locked-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 13.25C15.7574 13.25 14.75 14.2574 14.75 15.5V16.3877C14.6227 16.4278 14.4974 16.4808 14.375 16.5514C14.033 16.7489 13.7489 17.033 13.5514 17.375C13.3741 17.6822 13.308 18.0082 13.2782 18.3374C13.25 18.6486 13.25 19.0924 13.25 19.5322C13.25 19.972 13.25 20.3514 13.2782 20.6626C13.308 20.9918 13.3741 21.3178 13.5514 21.625C13.7489 21.967 14.033 22.2511 14.375 22.4486C14.6822 22.6259 15.0082 22.692 15.3374 22.7218C15.6487 22.75 16.028 22.75 16.4678 22.75H17.5322C17.972 22.75 18.3514 22.75 18.6627 22.7218C18.9918 22.692 19.3178 22.6259 19.625 22.4486C19.967 22.2511 20.2511 21.967 20.4486 21.625C20.6259 21.3178 20.692 20.9918 20.7218 20.6627C20.75 20.3514 20.75 19.972 20.75 19.5322C20.75 19.0924 20.75 18.6486 20.7218 18.3373C20.692 18.0082 20.6259 17.6822 20.4486 17.375C20.2511 17.033 19.967 16.7489 19.625 16.5514C19.5026 16.4808 19.3773 16.4278 19.25 16.3877V15.5C19.25 14.2574 18.2426 13.25 17 13.25ZM17.75 16.25H16.25V15.5C16.25 15.0858 16.5858 14.75 17 14.75C17.4142 14.75 17.75 15.0858 17.75 15.5V16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.16601 3.75V9.7182L5.145 10.8851C4.68574 11.4099 4.31144 11.8377 4.03182 12.2153C3.74093 12.6082 3.52073 12.9876 3.39464 13.4283C3.29057 13.7921 3.24216 14.1695 3.25103 14.5478C3.26179 15.006 3.37909 15.4287 3.56139 15.8823C3.73662 16.3183 4.0825 17.0101 4.3944 17.6339C5.11655 19.0793 5.58206 20.011 6.3463 20.6482C6.69085 20.9355 7.07436 21.1726 7.4854 21.3523C8.39712 21.7508 9.43867 21.7505 11.0544 21.75C11.0845 21.75 11.1155 21.75 11.1474 21.75C11.5099 21.7501 11.6911 21.7501 11.7806 21.6495C11.8701 21.549 11.8465 21.3469 11.7993 20.9429C11.7935 20.8931 11.7886 20.8448 11.7843 20.798C11.7499 20.4181 11.7499 19.9803 11.75 19.5759C11.7499 19.1718 11.7499 18.5822 11.7843 18.202C11.8236 17.7684 11.9214 17.1984 12.2524 16.625C12.5064 16.1852 12.8462 15.8029 13.25 15.5C13.25 13.4289 14.9289 11.75 17 11.75C17.6339 11.75 18.2311 11.9073 18.7546 12.185C19.225 12.4345 19.4603 12.5592 19.5645 12.4615C19.6688 12.3638 19.5768 12.1595 19.393 11.7508C18.9864 10.8471 18.2713 10.1667 17.4506 9.67506C17.0095 9.41078 16.5075 9.25147 15.9068 9.12099C15.3158 8.9926 14.5726 8.88112 13.6306 8.73982L13.608 8.73645L13.6043 8.73587L11.166 8.35743V3.75C11.166 2.36929 10.0467 1.25 8.66601 1.25C7.28529 1.25 6.16601 2.36929 6.16601 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 13.25C15.7574 13.25 14.75 14.2574 14.75 15.5V16.3877C14.6227 16.4278 14.4974 16.4808 14.375 16.5514C14.033 16.7489 13.7489 17.033 13.5514 17.375C13.3741 17.6822 13.308 18.0082 13.2782 18.3374C13.25 18.6486 13.25 19.0924 13.25 19.5322C13.25 19.972 13.25 20.3514 13.2782 20.6626C13.308 20.9918 13.3741 21.3178 13.5514 21.625C13.7489 21.967 14.033 22.2511 14.375 22.4486C14.6822 22.6259 15.0082 22.692 15.3374 22.7218C15.6487 22.75 16.028 22.75 16.4678 22.75H17.5322C17.972 22.75 18.3514 22.75 18.6627 22.7218C18.9918 22.692 19.3178 22.6259 19.625 22.4486C19.967 22.2511 20.2511 21.967 20.4486 21.625C20.6259 21.3178 20.692 20.9918 20.7218 20.6627C20.75 20.3514 20.75 19.972 20.75 19.5322C20.75 19.0924 20.75 18.6486 20.7218 18.3373C20.692 18.0082 20.6259 17.6822 20.4486 17.375C20.2511 17.033 19.967 16.7489 19.625 16.5514C19.5026 16.4808 19.3773 16.4278 19.25 16.3877V15.5C19.25 14.2574 18.2426 13.25 17 13.25ZM17.75 16.25H16.25V15.5C16.25 15.0858 16.5858 14.75 17 14.75C17.4142 14.75 17.75 15.0858 17.75 15.5V16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.16601 3.75V9.7182L5.145 10.8851C4.68574 11.4099 4.31144 11.8377 4.03182 12.2153C3.74093 12.6082 3.52073 12.9876 3.39464 13.4283C3.29057 13.7921 3.24216 14.1695 3.25103 14.5478C3.26179 15.006 3.37909 15.4287 3.56139 15.8823C3.73662 16.3183 4.0825 17.0101 4.3944 17.6339C5.11655 19.0793 5.58206 20.011 6.3463 20.6482C6.69085 20.9355 7.07436 21.1726 7.4854 21.3523C8.39712 21.7508 9.43867 21.7505 11.0544 21.75C11.0845 21.75 11.1155 21.75 11.1474 21.75C11.5099 21.7501 11.6911 21.7501 11.7806 21.6495C11.8701 21.549 11.8465 21.3469 11.7993 20.9429C11.7935 20.8931 11.7886 20.8448 11.7843 20.798C11.7499 20.4181 11.7499 19.9803 11.75 19.5759C11.7499 19.1718 11.7499 18.5822 11.7843 18.202C11.8236 17.7684 11.9214 17.1984 12.2524 16.625C12.5064 16.1852 12.8462 15.8029 13.25 15.5C13.25 13.4289 14.9289 11.75 17 11.75C17.6339 11.75 18.2311 11.9073 18.7546 12.185C19.225 12.4345 19.4603 12.5592 19.5645 12.4615C19.6688 12.3638 19.5768 12.1595 19.393 11.7508C18.9864 10.8471 18.2713 10.1667 17.4506 9.67506C17.0095 9.41078 16.5075 9.25147 15.9068 9.12099C15.3158 8.9926 14.5726 8.88112 13.6306 8.73982L13.608 8.73645L13.6043 8.73587L11.166 8.35743V3.75C11.166 2.36929 10.0467 1.25 8.66601 1.25C7.28529 1.25 6.16601 2.36929 6.16601 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touchpad-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0372 20.7056C21.0375 20.9198 21.038 21.1997 20.9906 21.4011C20.8385 22.047 20.3341 22.5513 19.6882 22.7034C19.4868 22.7508 19.2636 22.7504 19.0494 22.7501H19.0494L14.3786 22.7501C14.0732 22.7509 13.7542 22.7517 13.4757 22.6571C13.3281 22.607 13.1604 22.5405 12.9971 22.4208C12.8339 22.3012 12.7199 22.1614 12.6276 22.0358C12.505 21.8688 12.4241 21.6552 12.3636 21.4849C12.296 21.2946 12.1897 20.9629 12.0917 20.6531C12.0128 20.4351 11.8705 20.2367 11.378 19.596L8.71607 16.1332C8.09671 15.353 8.09428 14.2432 8.71102 13.4602C9.45892 12.5106 10.8407 12.3763 11.754 13.1713L11.7554 13.1725L12.25 13.6053V7.5C12.25 6.25736 13.2574 5.25 14.5 5.25C15.7426 5.25 16.75 6.25736 16.75 7.5V11.2349C18.2645 11.3148 20.3454 11.8207 21.9763 13.4367C22.7898 14.2428 22.8272 15.4112 22.6862 16.3384C22.5398 17.3011 22.167 18.2497 21.8607 18.8794C21.7708 19.0643 21.3858 19.7594 21.2889 19.93C21.1154 20.2715 21.0372 20.519 21.0372 20.7056Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0261 1.25C15.8081 1.24997 17.2444 1.24995 18.3741 1.40107C19.547 1.55796 20.5345 1.89361 21.3188 2.67397C22.1031 3.45434 22.4405 4.43689 22.5982 5.60385C22.75 6.72785 22.75 8.15698 22.75 9.93002V10.0011C22.75 10.5382 22.3125 10.9735 21.7727 10.9735C21.233 10.9735 20.7955 10.5382 20.7955 10.0011C20.7955 8.14017 20.7934 6.84226 20.6611 5.86298C20.5325 4.91166 20.2974 4.40789 19.9367 4.04908C19.5761 3.69027 19.0698 3.45633 18.1137 3.32842C17.1294 3.19676 15.8249 3.1947 13.9545 3.1947H10.0455C8.17507 3.1947 6.87058 3.19676 5.88634 3.32842C4.93021 3.45633 4.42389 3.69027 4.06326 4.04908C3.70263 4.40789 3.4675 4.91166 3.33895 5.86298C3.20662 6.84226 3.20455 8.14017 3.20455 10.0011V11.9458C3.20455 12.8653 3.20508 13.5061 3.23948 14.0078C3.27328 14.5006 3.33648 14.7877 3.42772 15.0068C3.72528 15.7216 4.29603 16.2895 5.01441 16.5855C5.38829 16.7396 5.89873 16.7959 7.12123 16.8053C7.66095 16.8095 8.09508 17.2482 8.09088 17.7852C8.08668 18.3222 7.64576 18.7541 7.10604 18.75C5.93651 18.7409 5.04583 18.7034 4.26643 18.3822C3.06914 17.8888 2.11789 16.9423 1.62195 15.751C1.41563 15.2554 1.33005 14.732 1.28946 14.1401C1.24999 13.5645 1.24999 12.8572 1.25 11.9804V11.9804V9.93V9.92998C1.24997 8.15695 1.24995 6.72784 1.40183 5.60385C1.55952 4.43689 1.89687 3.45434 2.68118 2.67397C3.4655 1.89361 4.45303 1.55796 5.6259 1.40107C6.75558 1.24995 8.19193 1.24997 9.97393 1.25H9.97395H14.026H14.0261Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0372 20.7056C21.0375 20.9198 21.038 21.1997 20.9906 21.4011C20.8385 22.047 20.3341 22.5513 19.6882 22.7034C19.4868 22.7508 19.2636 22.7504 19.0494 22.7501H19.0494L14.3786 22.7501C14.0732 22.7509 13.7542 22.7517 13.4757 22.6571C13.3281 22.607 13.1604 22.5405 12.9971 22.4208C12.8339 22.3012 12.7199 22.1614 12.6276 22.0358C12.505 21.8688 12.4241 21.6552 12.3636 21.4849C12.296 21.2946 12.1897 20.9629 12.0917 20.6531C12.0128 20.4351 11.8705 20.2367 11.378 19.596L8.71607 16.1332C8.09671 15.353 8.09428 14.2432 8.71102 13.4602C9.45892 12.5106 10.8407 12.3763 11.754 13.1713L11.7554 13.1725L12.25 13.6053V7.5C12.25 6.25736 13.2574 5.25 14.5 5.25C15.7426 5.25 16.75 6.25736 16.75 7.5V11.2349C18.2645 11.3148 20.3454 11.8207 21.9763 13.4367C22.7898 14.2428 22.8272 15.4112 22.6862 16.3384C22.5398 17.3011 22.167 18.2497 21.8607 18.8794C21.7708 19.0643 21.3858 19.7594 21.2889 19.93C21.1154 20.2715 21.0372 20.519 21.0372 20.7056Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0261 1.25C15.8081 1.24997 17.2444 1.24995 18.3741 1.40107C19.547 1.55796 20.5345 1.89361 21.3188 2.67397C22.1031 3.45434 22.4405 4.43689 22.5982 5.60385C22.75 6.72785 22.75 8.15698 22.75 9.93002V10.0011C22.75 10.5382 22.3125 10.9735 21.7727 10.9735C21.233 10.9735 20.7955 10.5382 20.7955 10.0011C20.7955 8.14017 20.7934 6.84226 20.6611 5.86298C20.5325 4.91166 20.2974 4.40789 19.9367 4.04908C19.5761 3.69027 19.0698 3.45633 18.1137 3.32842C17.1294 3.19676 15.8249 3.1947 13.9545 3.1947H10.0455C8.17507 3.1947 6.87058 3.19676 5.88634 3.32842C4.93021 3.45633 4.42389 3.69027 4.06326 4.04908C3.70263 4.40789 3.4675 4.91166 3.33895 5.86298C3.20662 6.84226 3.20455 8.14017 3.20455 10.0011V11.9458C3.20455 12.8653 3.20508 13.5061 3.23948 14.0078C3.27328 14.5006 3.33648 14.7877 3.42772 15.0068C3.72528 15.7216 4.29603 16.2895 5.01441 16.5855C5.38829 16.7396 5.89873 16.7959 7.12123 16.8053C7.66095 16.8095 8.09508 17.2482 8.09088 17.7852C8.08668 18.3222 7.64576 18.7541 7.10604 18.75C5.93651 18.7409 5.04583 18.7034 4.26643 18.3822C3.06914 17.8888 2.11789 16.9423 1.62195 15.751C1.41563 15.2554 1.33005 14.732 1.28946 14.1401C1.24999 13.5645 1.24999 12.8572 1.25 11.9804V11.9804V9.93V9.92998C1.24997 8.15695 1.24995 6.72784 1.40183 5.60385C1.55952 4.43689 1.89687 3.45434 2.68118 2.67397C3.4655 1.89361 4.45303 1.55796 5.6259 1.40107C6.75558 1.24995 8.19193 1.24997 9.97393 1.25H9.97395H14.026H14.0261Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touchpad-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.25 7.49994C12.25 6.2573 13.2574 5.24994 14.5 5.24994C15.7426 5.24994 16.75 6.2573 16.75 7.49994V11.3525L17.9388 11.5615L17.9388 11.5615C18.6526 11.6794 19.2277 11.7744 19.6874 11.8843C20.1589 11.9971 20.5692 12.1386 20.9335 12.3789C21.9564 13.0538 22.75 14.119 22.75 15.6619C22.75 16.5862 22.5465 17.2553 22.1536 18.5478C21.8863 19.4314 21.5754 20.4582 21.278 20.9352C20.7881 21.7208 20.0548 22.3105 19.1917 22.5838C18.6649 22.7506 18.0814 22.7504 17.2499 22.75H17.2498L16.1784 22.7501H16.1783C15.0676 22.7507 14.2826 22.7511 13.5723 22.4287C13.446 22.3714 13.3229 22.3068 13.2034 22.2354C12.5397 21.8385 12.0579 21.1848 11.3554 20.2318L8.69427 16.6249C8.10532 15.8267 8.10174 14.7026 8.68467 13.9002C9.40932 12.9027 10.7915 12.7393 11.7028 13.5913L12.25 14.082V7.49994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0261 1.24989C15.8081 1.24987 17.2444 1.24985 18.3741 1.40096C19.547 1.55786 20.5345 1.8935 21.3188 2.67387C22.1031 3.45423 22.4405 4.43679 22.5982 5.60375C22.75 6.72774 22.75 8.15687 22.75 9.92992V10.001C22.75 10.538 22.3125 10.9734 21.7727 10.9734C21.233 10.9734 20.7955 10.538 20.7955 10.001C20.7955 8.14007 20.7934 6.84216 20.6611 5.86287C20.5325 4.91156 20.2974 4.40779 19.9367 4.04897C19.5761 3.69016 19.0698 3.45622 18.1137 3.32832C17.1294 3.19666 15.8249 3.19459 13.9545 3.19459H10.0455C8.17507 3.19459 6.87058 3.19666 5.88634 3.32832C4.93021 3.45622 4.42389 3.69016 4.06326 4.04897C3.70263 4.40779 3.4675 4.91156 3.33895 5.86287C3.20662 6.84216 3.20455 8.14007 3.20455 10.001V11.9457C3.20455 12.8651 3.20508 13.506 3.23948 14.0076C3.27328 14.5005 3.33648 14.7876 3.42772 15.0067C3.72528 15.7215 4.29603 16.2894 5.01441 16.5854C5.38829 16.7395 5.89873 16.7958 7.12123 16.8052C7.66095 16.8094 8.09508 17.2481 8.09088 17.7851C8.08668 18.3221 7.64576 18.754 7.10604 18.7499C5.93651 18.7408 5.04583 18.7033 4.26643 18.3821C3.06914 17.8887 2.11789 16.9422 1.62195 15.7509C1.41563 15.2553 1.33005 14.7319 1.28946 14.14C1.24999 13.5644 1.24999 12.8571 1.25 11.9803V11.9803V9.92989V9.92987C1.24997 8.15685 1.24995 6.72773 1.40183 5.60375C1.55952 4.43679 1.89687 3.45423 2.68118 2.67387C3.4655 1.8935 4.45303 1.55786 5.6259 1.40096C6.75558 1.24985 8.19193 1.24987 9.97393 1.24989H9.97395H14.026H14.0261Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.25 7.49994C12.25 6.2573 13.2574 5.24994 14.5 5.24994C15.7426 5.24994 16.75 6.2573 16.75 7.49994V11.3525L17.9388 11.5615L17.9388 11.5615C18.6526 11.6794 19.2277 11.7744 19.6874 11.8843C20.1589 11.9971 20.5692 12.1386 20.9335 12.3789C21.9564 13.0538 22.75 14.119 22.75 15.6619C22.75 16.5862 22.5465 17.2553 22.1536 18.5478C21.8863 19.4314 21.5754 20.4582 21.278 20.9352C20.7881 21.7208 20.0548 22.3105 19.1917 22.5838C18.6649 22.7506 18.0814 22.7504 17.2499 22.75H17.2498L16.1784 22.7501H16.1783C15.0676 22.7507 14.2826 22.7511 13.5723 22.4287C13.446 22.3714 13.3229 22.3068 13.2034 22.2354C12.5397 21.8385 12.0579 21.1848 11.3554 20.2318L8.69427 16.6249C8.10532 15.8267 8.10174 14.7026 8.68467 13.9002C9.40932 12.9027 10.7915 12.7393 11.7028 13.5913L12.25 14.082V7.49994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0261 1.24989C15.8081 1.24987 17.2444 1.24985 18.3741 1.40096C19.547 1.55786 20.5345 1.8935 21.3188 2.67387C22.1031 3.45423 22.4405 4.43679 22.5982 5.60375C22.75 6.72774 22.75 8.15687 22.75 9.92992V10.001C22.75 10.538 22.3125 10.9734 21.7727 10.9734C21.233 10.9734 20.7955 10.538 20.7955 10.001C20.7955 8.14007 20.7934 6.84216 20.6611 5.86287C20.5325 4.91156 20.2974 4.40779 19.9367 4.04897C19.5761 3.69016 19.0698 3.45622 18.1137 3.32832C17.1294 3.19666 15.8249 3.19459 13.9545 3.19459H10.0455C8.17507 3.19459 6.87058 3.19666 5.88634 3.32832C4.93021 3.45622 4.42389 3.69016 4.06326 4.04897C3.70263 4.40779 3.4675 4.91156 3.33895 5.86287C3.20662 6.84216 3.20455 8.14007 3.20455 10.001V11.9457C3.20455 12.8651 3.20508 13.506 3.23948 14.0076C3.27328 14.5005 3.33648 14.7876 3.42772 15.0067C3.72528 15.7215 4.29603 16.2894 5.01441 16.5854C5.38829 16.7395 5.89873 16.7958 7.12123 16.8052C7.66095 16.8094 8.09508 17.2481 8.09088 17.7851C8.08668 18.3221 7.64576 18.754 7.10604 18.7499C5.93651 18.7408 5.04583 18.7033 4.26643 18.3821C3.06914 17.8887 2.11789 16.9422 1.62195 15.7509C1.41563 15.2553 1.33005 14.7319 1.28946 14.14C1.24999 13.5644 1.24999 12.8571 1.25 11.9803V11.9803V9.92989V9.92987C1.24997 8.15685 1.24995 6.72773 1.40183 5.60375C1.55952 4.43679 1.89687 3.45423 2.68118 2.67387C3.4655 1.8935 4.45303 1.55786 5.6259 1.40096C6.75558 1.24985 8.19193 1.24987 9.97393 1.24989H9.97395H14.026H14.0261Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touchpad-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.2106 11.8901C14.4504 11.8901 14.6448 11.6974 14.6448 11.4597V9.71619C14.6448 9.53756 14.6448 9.44824 14.7085 9.36683C14.7721 9.28541 14.8401 9.26848 14.9762 9.23462C15.084 9.20779 15.1762 9.19653 15.2276 9.19438C15.7811 9.19438 16.2977 9.36818 16.7203 9.66537C16.818 9.73411 16.8669 9.76848 16.9007 9.83349C16.9344 9.89849 16.9344 9.96763 16.9344 10.1059V12.4798C16.9344 12.7174 17.1288 12.9101 17.3686 12.9101C17.6084 12.9101 17.8029 12.7174 17.8029 12.4798V10.6901C17.8029 10.4002 17.8029 10.2553 17.9132 10.1652C18.0236 10.0752 18.1486 10.1008 18.3986 10.1521C19.0122 10.2779 19.6021 10.589 19.9766 11.0268C20.0289 11.0879 20.0551 11.1185 20.0737 11.1688C20.0922 11.2191 20.0922 11.2676 20.0922 11.3647V13.4998C20.0922 13.7374 20.2866 13.9301 20.5265 13.9301C20.7663 13.9301 20.9607 13.7374 20.9607 13.4998V11.8615C20.9607 11.5237 20.9607 11.3548 21.0899 11.2653C21.2192 11.1758 21.3602 11.2289 21.6421 11.335C22.5563 11.679 23.2502 12.4209 23.2502 13.6732C23.2502 14.617 23.2498 15.8072 23.2106 16.4107C23.1706 17.0261 23.0876 17.5463 22.8973 18.0327C22.6667 18.6218 22.1146 19.2834 21.7541 19.6859C21.5414 19.9234 21.431 20.2848 21.431 20.5483C21.4053 21.4769 20.6586 22.2237 19.73 22.2493L14.0129 22.25C13.6293 22.25 13.2919 22.25 13.0202 22.2254C12.7406 22.2 12.4213 22.1418 12.1362 21.9486C11.8239 21.737 11.6345 21.3845 11.4979 21.0994C11.3484 20.7872 11.1805 20.3661 10.9759 19.8532L10.9652 19.8266C10.8349 19.4999 10.6741 19.2135 10.4938 18.9883L7.01318 14.3048C6.84461 14.0847 6.75698 13.7729 6.75024 13.5132C6.75488 13.2348 6.85215 12.9578 7.04143 12.7278C7.54043 12.1214 8.47633 12.0699 9.04298 12.6207L10.7485 14.2787C10.8734 14.4 11.0594 14.4353 11.2207 14.3683C11.3819 14.3012 11.4868 14.1448 11.4868 13.9715L11.4869 5.8947C11.487 5.26253 11.9994 4.75005 12.6316 4.75C13.2638 4.74995 13.7764 5.26248 13.7764 5.89473V11.4597C13.7764 11.6974 13.9708 11.8901 14.2106 11.8901Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5312 1.75C15.314 1.74997 16.7509 1.74995 17.881 1.90107C19.0543 2.05795 20.0421 2.39356 20.8267 3.17386C22.0709 4.41126 22.2158 6.19881 22.2499 8.54234C22.2577 9.07923 21.8265 9.52076 21.2869 9.52853C20.7472 9.5363 20.3034 9.10736 20.2956 8.57048C20.2595 6.09192 20.0448 5.14563 19.4448 4.54898C19.084 4.19008 18.5773 3.9561 17.6207 3.82818C16.6359 3.69651 15.3308 3.69445 13.4596 3.69445H9.54885C7.67767 3.69445 6.37257 3.69651 5.38784 3.82818C4.43119 3.9561 3.92452 4.19008 3.56365 4.54898C3.20282 4.90784 2.96761 5.41164 2.83901 6.36293C2.70662 7.34222 2.70455 8.64014 2.70455 10.5011V12.4459C2.70455 13.3653 2.70508 14.0062 2.73949 14.5078C2.7733 15.0007 2.83654 15.2877 2.92781 15.5069C3.2255 16.2216 3.79652 16.7896 4.51536 17.0857C4.88954 17.2399 5.40033 17.2961 6.62336 17.3056C7.16307 17.3098 7.5972 17.7484 7.593 18.2853C7.58881 18.8223 7.14788 19.2541 6.60817 19.25C5.43811 19.2409 4.54718 19.2034 3.76757 18.8822C2.56991 18.3889 1.61828 17.4425 1.12212 16.2512C0.915703 15.7556 0.830089 15.2321 0.789481 14.6402C0.74999 14.0646 0.749994 13.3573 0.75 12.4805V12.4804V10.43V10.43C0.749974 8.65692 0.749953 7.22778 0.901901 6.10376C1.05966 4.93675 1.39717 3.95419 2.18178 3.17386C2.96636 2.39356 3.95419 2.05795 5.12747 1.90107C6.25759 1.74995 7.69453 1.74997 9.47734 1.75H9.47736H13.5311H13.5312Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.2106 11.8901C14.4504 11.8901 14.6448 11.6974 14.6448 11.4597V9.71619C14.6448 9.53756 14.6448 9.44824 14.7085 9.36683C14.7721 9.28541 14.8401 9.26848 14.9762 9.23462C15.084 9.20779 15.1762 9.19653 15.2276 9.19438C15.7811 9.19438 16.2977 9.36818 16.7203 9.66537C16.818 9.73411 16.8669 9.76848 16.9007 9.83349C16.9344 9.89849 16.9344 9.96763 16.9344 10.1059V12.4798C16.9344 12.7174 17.1288 12.9101 17.3686 12.9101C17.6084 12.9101 17.8029 12.7174 17.8029 12.4798V10.6901C17.8029 10.4002 17.8029 10.2553 17.9132 10.1652C18.0236 10.0752 18.1486 10.1008 18.3986 10.1521C19.0122 10.2779 19.6021 10.589 19.9766 11.0268C20.0289 11.0879 20.0551 11.1185 20.0737 11.1688C20.0922 11.2191 20.0922 11.2676 20.0922 11.3647V13.4998C20.0922 13.7374 20.2866 13.9301 20.5265 13.9301C20.7663 13.9301 20.9607 13.7374 20.9607 13.4998V11.8615C20.9607 11.5237 20.9607 11.3548 21.0899 11.2653C21.2192 11.1758 21.3602 11.2289 21.6421 11.335C22.5563 11.679 23.2502 12.4209 23.2502 13.6732C23.2502 14.617 23.2498 15.8072 23.2106 16.4107C23.1706 17.0261 23.0876 17.5463 22.8973 18.0327C22.6667 18.6218 22.1146 19.2834 21.7541 19.6859C21.5414 19.9234 21.431 20.2848 21.431 20.5483C21.4053 21.4769 20.6586 22.2237 19.73 22.2493L14.0129 22.25C13.6293 22.25 13.2919 22.25 13.0202 22.2254C12.7406 22.2 12.4213 22.1418 12.1362 21.9486C11.8239 21.737 11.6345 21.3845 11.4979 21.0994C11.3484 20.7872 11.1805 20.3661 10.9759 19.8532L10.9652 19.8266C10.8349 19.4999 10.6741 19.2135 10.4938 18.9883L7.01318 14.3048C6.84461 14.0847 6.75698 13.7729 6.75024 13.5132C6.75488 13.2348 6.85215 12.9578 7.04143 12.7278C7.54043 12.1214 8.47633 12.0699 9.04298 12.6207L10.7485 14.2787C10.8734 14.4 11.0594 14.4353 11.2207 14.3683C11.3819 14.3012 11.4868 14.1448 11.4868 13.9715L11.4869 5.8947C11.487 5.26253 11.9994 4.75005 12.6316 4.75C13.2638 4.74995 13.7764 5.26248 13.7764 5.89473V11.4597C13.7764 11.6974 13.9708 11.8901 14.2106 11.8901Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5312 1.75C15.314 1.74997 16.7509 1.74995 17.881 1.90107C19.0543 2.05795 20.0421 2.39356 20.8267 3.17386C22.0709 4.41126 22.2158 6.19881 22.2499 8.54234C22.2577 9.07923 21.8265 9.52076 21.2869 9.52853C20.7472 9.5363 20.3034 9.10736 20.2956 8.57048C20.2595 6.09192 20.0448 5.14563 19.4448 4.54898C19.084 4.19008 18.5773 3.9561 17.6207 3.82818C16.6359 3.69651 15.3308 3.69445 13.4596 3.69445H9.54885C7.67767 3.69445 6.37257 3.69651 5.38784 3.82818C4.43119 3.9561 3.92452 4.19008 3.56365 4.54898C3.20282 4.90784 2.96761 5.41164 2.83901 6.36293C2.70662 7.34222 2.70455 8.64014 2.70455 10.5011V12.4459C2.70455 13.3653 2.70508 14.0062 2.73949 14.5078C2.7733 15.0007 2.83654 15.2877 2.92781 15.5069C3.2255 16.2216 3.79652 16.7896 4.51536 17.0857C4.88954 17.2399 5.40033 17.2961 6.62336 17.3056C7.16307 17.3098 7.5972 17.7484 7.593 18.2853C7.58881 18.8223 7.14788 19.2541 6.60817 19.25C5.43811 19.2409 4.54718 19.2034 3.76757 18.8822C2.56991 18.3889 1.61828 17.4425 1.12212 16.2512C0.915703 15.7556 0.830089 15.2321 0.789481 14.6402C0.74999 14.0646 0.749994 13.3573 0.75 12.4805V12.4804V10.43V10.43C0.749974 8.65692 0.749953 7.22778 0.901901 6.10376C1.05966 4.93675 1.39717 3.95419 2.18178 3.17386C2.96636 2.39356 3.95419 2.05795 5.12747 1.90107C6.25759 1.74995 7.69453 1.74997 9.47734 1.75H9.47736H13.5311H13.5312Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-touchpad-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8164 5.25C12.1576 5.25 11.6173 5.77926 11.6173 6.43973V15.8962C11.6173 16.0726 11.5076 16.2311 11.3405 16.2962C11.1734 16.3613 10.9827 16.3197 10.8594 16.1914L9.35552 14.626C8.83401 14.1219 7.9788 14.17 7.52018 14.7299C7.1689 15.1587 7.15924 15.7648 7.49658 16.2041L10.4782 20.0868C11.1667 20.9833 11.4731 21.3783 11.8356 21.6832C12.4016 22.1592 13.08 22.4906 13.81 22.6473C14.2775 22.7477 14.7853 22.75 15.9327 22.75C17.0135 22.75 17.8036 22.7498 18.4311 22.7107C19.0551 22.6719 19.4884 22.5959 19.8577 22.4574C21.051 22.0101 21.9932 21.0895 22.4508 19.9253C22.5923 19.5652 22.6701 19.1426 22.7098 18.5335C22.7498 17.9209 22.75 14.7602 22.75 13.7045C22.75 12.9727 22.2061 12.344 21.4583 12.2227C21.0868 12.1624 20.901 12.1323 20.7781 12.2312L20.7692 12.2385C20.6497 12.3414 20.6497 12.5261 20.6497 12.8955V13.5168C20.6497 13.7545 20.4533 13.9472 20.211 13.9472C19.9687 13.9472 19.7723 13.7545 19.7723 13.5168V12.5505C19.7723 11.7238 19.0831 11.0481 18.2258 11.0481C18.0365 11.0481 17.9418 11.0481 17.8689 11.083C17.7987 11.1167 17.7418 11.1724 17.7075 11.2413C17.672 11.3128 17.672 11.4057 17.672 11.5915V12.5505C17.672 12.7881 17.4756 12.9808 17.2333 12.9808C16.991 12.9808 16.7946 12.7881 16.7946 12.5505V11.5841C16.7946 10.7575 16.1054 10.0818 15.2481 10.0818L15.2402 10.0818C15.0491 10.0836 14.8947 10.2351 14.8928 10.4226L14.8928 10.4304V12.5505C14.8928 12.7881 14.6964 12.9808 14.4541 12.9808C14.2118 12.9808 14.0154 12.7881 14.0154 12.5505V6.43973C14.0154 5.77926 13.4751 5.25 12.8164 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0312 1.25C15.814 1.24997 17.251 1.24995 18.3812 1.40131C19.5548 1.55847 20.5427 1.8947 21.3272 2.67614C22.5709 3.91491 22.7158 5.70421 22.7499 8.05135C22.7577 8.58823 22.3265 9.02975 21.7868 9.03751C21.2472 9.04527 20.8034 8.61632 20.7956 8.07944C20.7595 5.59706 20.5448 4.6483 19.9443 4.05021C19.5834 3.69069 19.0768 3.45645 18.1205 3.32837C17.1359 3.19651 15.8309 3.19444 13.9596 3.19444H10.0489C8.17763 3.19444 6.87264 3.19651 5.88803 3.32837C4.93166 3.45645 4.42511 3.69069 4.06419 4.05021C3.70309 4.40989 3.46769 4.91494 3.33903 5.86814C3.20662 6.84918 3.20455 8.14933 3.20455 10.0131V11.9608C3.20455 12.8816 3.20507 13.5236 3.2395 14.0262C3.27332 14.52 3.33659 14.8078 3.42801 15.0276C3.72595 15.7441 4.29726 16.3129 5.01586 16.6094C5.2614 16.7107 5.58817 16.7762 6.18649 16.8068C6.72551 16.8344 7.14003 17.2914 7.11235 17.8276C7.08467 18.3639 6.62526 18.7762 6.08624 18.7487C5.40652 18.714 4.81829 18.633 4.26708 18.4055C3.06918 17.9113 2.11782 16.9635 1.62192 15.7709C1.41565 15.2749 1.33007 14.751 1.28947 14.1583C1.24999 13.5819 1.24999 12.8736 1.25 11.9954V11.9953V9.94205V9.94202C1.24997 8.16608 1.24995 6.73491 1.40187 5.60936C1.55958 4.44099 1.8969 3.45741 2.68125 2.67614C3.46576 1.8947 4.45372 1.55847 5.62727 1.40131C6.7575 1.24995 8.19452 1.24997 9.97725 1.25H9.97727H14.0312H14.0312Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8164 5.25C12.1576 5.25 11.6173 5.77926 11.6173 6.43973V15.8962C11.6173 16.0726 11.5076 16.2311 11.3405 16.2962C11.1734 16.3613 10.9827 16.3197 10.8594 16.1914L9.35552 14.626C8.83401 14.1219 7.9788 14.17 7.52018 14.7299C7.1689 15.1587 7.15924 15.7648 7.49658 16.2041L10.4782 20.0868C11.1667 20.9833 11.4731 21.3783 11.8356 21.6832C12.4016 22.1592 13.08 22.4906 13.81 22.6473C14.2775 22.7477 14.7853 22.75 15.9327 22.75C17.0135 22.75 17.8036 22.7498 18.4311 22.7107C19.0551 22.6719 19.4884 22.5959 19.8577 22.4574C21.051 22.0101 21.9932 21.0895 22.4508 19.9253C22.5923 19.5652 22.6701 19.1426 22.7098 18.5335C22.7498 17.9209 22.75 14.7602 22.75 13.7045C22.75 12.9727 22.2061 12.344 21.4583 12.2227C21.0868 12.1624 20.901 12.1323 20.7781 12.2312L20.7692 12.2385C20.6497 12.3414 20.6497 12.5261 20.6497 12.8955V13.5168C20.6497 13.7545 20.4533 13.9472 20.211 13.9472C19.9687 13.9472 19.7723 13.7545 19.7723 13.5168V12.5505C19.7723 11.7238 19.0831 11.0481 18.2258 11.0481C18.0365 11.0481 17.9418 11.0481 17.8689 11.083C17.7987 11.1167 17.7418 11.1724 17.7075 11.2413C17.672 11.3128 17.672 11.4057 17.672 11.5915V12.5505C17.672 12.7881 17.4756 12.9808 17.2333 12.9808C16.991 12.9808 16.7946 12.7881 16.7946 12.5505V11.5841C16.7946 10.7575 16.1054 10.0818 15.2481 10.0818L15.2402 10.0818C15.0491 10.0836 14.8947 10.2351 14.8928 10.4226L14.8928 10.4304V12.5505C14.8928 12.7881 14.6964 12.9808 14.4541 12.9808C14.2118 12.9808 14.0154 12.7881 14.0154 12.5505V6.43973C14.0154 5.77926 13.4751 5.25 12.8164 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0312 1.25C15.814 1.24997 17.251 1.24995 18.3812 1.40131C19.5548 1.55847 20.5427 1.8947 21.3272 2.67614C22.5709 3.91491 22.7158 5.70421 22.7499 8.05135C22.7577 8.58823 22.3265 9.02975 21.7868 9.03751C21.2472 9.04527 20.8034 8.61632 20.7956 8.07944C20.7595 5.59706 20.5448 4.6483 19.9443 4.05021C19.5834 3.69069 19.0768 3.45645 18.1205 3.32837C17.1359 3.19651 15.8309 3.19444 13.9596 3.19444H10.0489C8.17763 3.19444 6.87264 3.19651 5.88803 3.32837C4.93166 3.45645 4.42511 3.69069 4.06419 4.05021C3.70309 4.40989 3.46769 4.91494 3.33903 5.86814C3.20662 6.84918 3.20455 8.14933 3.20455 10.0131V11.9608C3.20455 12.8816 3.20507 13.5236 3.2395 14.0262C3.27332 14.52 3.33659 14.8078 3.42801 15.0276C3.72595 15.7441 4.29726 16.3129 5.01586 16.6094C5.2614 16.7107 5.58817 16.7762 6.18649 16.8068C6.72551 16.8344 7.14003 17.2914 7.11235 17.8276C7.08467 18.3639 6.62526 18.7762 6.08624 18.7487C5.40652 18.714 4.81829 18.633 4.26708 18.4055C3.06918 17.9113 2.11782 16.9635 1.62192 15.7709C1.41565 15.2749 1.33007 14.751 1.28947 14.1583C1.24999 13.5819 1.24999 12.8736 1.25 11.9954V11.9953V9.94205V9.94202C1.24997 8.16608 1.24995 6.73491 1.40187 5.60936C1.55958 4.44099 1.8969 3.45741 2.68125 2.67614C3.46576 1.8947 4.45372 1.55847 5.62727 1.40131C6.7575 1.24995 8.19452 1.24997 9.97725 1.25H9.97727H14.0312H14.0312Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-two-finger-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25648 3.98882V13.6332C8.25647 13.8039 8.15004 13.9575 7.98745 14.0215C7.82485 14.0855 7.63864 14.047 7.51675 13.9243L5.71377 12.1089C5.10627 11.4973 4.11016 11.5507 3.57057 12.2298C3.36759 12.4853 3.26045 12.7931 3.25 13.104C3.25428 13.256 3.27239 13.4078 3.30437 13.5572C3.35201 13.7274 3.43052 13.8909 3.54004 14.0389L7.2193 19.1004C7.45405 19.4096 7.65626 19.8147 7.80823 20.2718L7.81811 20.3015C7.98551 20.8051 8.12479 21.2241 8.25651 21.5386C8.38021 21.834 8.55531 22.1917 8.87061 22.4192C9.16271 22.6299 9.49374 22.6948 9.78577 22.7229C10.0675 22.75 10.4171 22.75 10.813 22.7499L16.9264 22.75C17.0461 22.7501 17.1705 22.7502 17.2848 22.7353C18.0724 22.633 18.6923 22.0131 18.7947 21.2255C18.8095 21.1112 18.8094 20.9551 18.8093 20.8354C18.8093 20.5007 18.9412 20.1616 19.1789 19.8817C19.5656 19.4264 20.1427 18.6944 20.3807 18.0527C20.5777 17.522 20.6648 16.9515 20.7071 16.2659C20.7486 15.5913 20.7486 14.7572 20.7486 13.6918L20.749 12.1941C20.749 11.1034 19.9602 10.0977 18.9507 9.64954C18.6799 9.52933 18.5445 9.46922 18.4081 9.55795C18.2716 9.64668 18.2716 9.81575 18.2716 10.1539V11.9998C18.2716 12.2312 18.0789 12.4187 17.8413 12.4187C17.6036 12.4187 17.4109 12.2312 17.4109 11.9998V9.49313C17.4109 9.48855 17.4064 9.48534 17.4021 9.48684C17.3992 9.48785 17.396 9.48675 17.3943 9.48417C17.0151 8.89849 16.2864 8.47471 15.529 8.3239C15.278 8.27391 15.1524 8.24892 15.0427 8.33893C14.933 8.42894 14.933 8.57381 14.933 8.86355L14.9329 10.883C14.9328 11.1143 14.7401 11.3019 14.5025 11.3018C14.2649 11.3018 14.0723 11.1143 14.0723 10.883L14.0727 2.48894C14.0727 1.8047 13.518 1.25 12.8338 1.25C12.1496 1.25 11.5949 1.80466 11.5949 2.48888V9.7661C11.5949 9.99741 11.4023 10.1849 11.1646 10.1849C10.9269 10.1849 10.7343 9.99741 10.7343 9.7661V3.98882C10.7343 3.3046 10.1796 2.74993 9.49538 2.74993C8.81115 2.74993 8.25648 3.3046 8.25648 3.98882Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25648 3.98882V13.6332C8.25647 13.8039 8.15004 13.9575 7.98745 14.0215C7.82485 14.0855 7.63864 14.047 7.51675 13.9243L5.71377 12.1089C5.10627 11.4973 4.11016 11.5507 3.57057 12.2298C3.36759 12.4853 3.26045 12.7931 3.25 13.104C3.25428 13.256 3.27239 13.4078 3.30437 13.5572C3.35201 13.7274 3.43052 13.8909 3.54004 14.0389L7.2193 19.1004C7.45405 19.4096 7.65626 19.8147 7.80823 20.2718L7.81811 20.3015C7.98551 20.8051 8.12479 21.2241 8.25651 21.5386C8.38021 21.834 8.55531 22.1917 8.87061 22.4192C9.16271 22.6299 9.49374 22.6948 9.78577 22.7229C10.0675 22.75 10.4171 22.75 10.813 22.7499L16.9264 22.75C17.0461 22.7501 17.1705 22.7502 17.2848 22.7353C18.0724 22.633 18.6923 22.0131 18.7947 21.2255C18.8095 21.1112 18.8094 20.9551 18.8093 20.8354C18.8093 20.5007 18.9412 20.1616 19.1789 19.8817C19.5656 19.4264 20.1427 18.6944 20.3807 18.0527C20.5777 17.522 20.6648 16.9515 20.7071 16.2659C20.7486 15.5913 20.7486 14.7572 20.7486 13.6918L20.749 12.1941C20.749 11.1034 19.9602 10.0977 18.9507 9.64954C18.6799 9.52933 18.5445 9.46922 18.4081 9.55795C18.2716 9.64668 18.2716 9.81575 18.2716 10.1539V11.9998C18.2716 12.2312 18.0789 12.4187 17.8413 12.4187C17.6036 12.4187 17.4109 12.2312 17.4109 11.9998V9.49313C17.4109 9.48855 17.4064 9.48534 17.4021 9.48684C17.3992 9.48785 17.396 9.48675 17.3943 9.48417C17.0151 8.89849 16.2864 8.47471 15.529 8.3239C15.278 8.27391 15.1524 8.24892 15.0427 8.33893C14.933 8.42894 14.933 8.57381 14.933 8.86355L14.9329 10.883C14.9328 11.1143 14.7401 11.3019 14.5025 11.3018C14.2649 11.3018 14.0723 11.1143 14.0723 10.883L14.0727 2.48894C14.0727 1.8047 13.518 1.25 12.8338 1.25C12.1496 1.25 11.5949 1.80466 11.5949 2.48888V9.7661C11.5949 9.99741 11.4023 10.1849 11.1646 10.1849C10.9269 10.1849 10.7343 9.99741 10.7343 9.7661V3.98882C10.7343 3.3046 10.1796 2.74993 9.49538 2.74993C8.81115 2.74993 8.25648 3.3046 8.25648 3.98882Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-two-finger-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9913 9.76423L10.9707 2.56039C10.9687 1.83721 11.5544 1.24986 12.2776 1.24988C12.9993 1.2499 13.5843 1.83496 13.5843 2.55666V10.883C13.5843 11.1143 13.7778 11.3018 14.0165 11.3018C14.2552 11.3018 14.4487 11.1143 14.4487 10.883V8.84994C14.4487 8.56002 14.4487 8.41506 14.5491 8.32558C14.6496 8.23609 14.7823 8.25146 15.0478 8.2822C16.0028 8.39277 16.5367 8.78026 16.9396 9.33198C16.9883 9.39863 17.0126 9.43195 17.0274 9.4773C17.0422 9.52265 17.0422 9.56844 17.0422 9.66002V11.9999C17.0422 12.2312 17.2357 12.4187 17.4744 12.4187C17.7131 12.4187 17.9066 12.2312 17.9066 11.9999V10.0816C17.9066 9.79017 17.9066 9.64446 18.0247 9.55441C18.1428 9.46436 18.2617 9.49701 18.4994 9.56231C19.6354 9.87433 20.4989 11.0416 20.5 12.1915L20.5 14.0118C20.5003 15.8577 20.5005 16.988 20.1639 17.9222C19.9035 18.6448 19.5029 19.2987 18.9942 19.8531C18.6291 20.2512 18.4304 20.6629 18.4304 21.0448C18.4304 21.9865 17.667 22.7499 16.7253 22.7499L9.47222 22.75C9.27199 22.7503 9.06349 22.7507 8.87474 22.7092C8.20791 22.5628 7.6871 22.042 7.54071 21.3752C7.49927 21.1864 7.49961 20.9779 7.49994 20.7777C7.49994 20.4941 7.40358 20.1661 7.22657 19.9445L5.23135 17.4473L5.17641 17.3664C4.71078 16.6807 4.28303 16.0509 4.01761 15.5648C3.73104 15.0399 3.53969 14.5402 3.50651 13.9816C3.48749 13.6616 3.5102 13.3405 3.57406 13.0262C3.68545 12.4779 3.94502 12.0095 4.30239 11.529C4.64652 11.0663 5.12016 10.5431 5.70329 9.89893C6.0895 9.52909 6.28261 9.34418 6.44874 9.39237C6.47195 9.3991 6.49426 9.40862 6.51519 9.4207C6.66499 9.50721 6.66525 9.77458 6.66578 10.3093L6.66905 13.6343C6.66967 13.8657 6.86368 14.0527 7.10238 14.0521C7.34108 14.0515 7.53408 13.8635 7.53345 13.6321L7.5137 4.05925C7.51221 3.33657 8.09763 2.74994 8.82031 2.74994C9.54193 2.74994 10.1269 3.33493 10.1269 4.05655V9.76797C10.128 9.99929 10.3224 10.186 10.5611 10.1849C10.7997 10.1839 10.9924 9.99555 10.9913 9.76423Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9913 9.76423L10.9707 2.56039C10.9687 1.83721 11.5544 1.24986 12.2776 1.24988C12.9993 1.2499 13.5843 1.83496 13.5843 2.55666V10.883C13.5843 11.1143 13.7778 11.3018 14.0165 11.3018C14.2552 11.3018 14.4487 11.1143 14.4487 10.883V8.84994C14.4487 8.56002 14.4487 8.41506 14.5491 8.32558C14.6496 8.23609 14.7823 8.25146 15.0478 8.2822C16.0028 8.39277 16.5367 8.78026 16.9396 9.33198C16.9883 9.39863 17.0126 9.43195 17.0274 9.4773C17.0422 9.52265 17.0422 9.56844 17.0422 9.66002V11.9999C17.0422 12.2312 17.2357 12.4187 17.4744 12.4187C17.7131 12.4187 17.9066 12.2312 17.9066 11.9999V10.0816C17.9066 9.79017 17.9066 9.64446 18.0247 9.55441C18.1428 9.46436 18.2617 9.49701 18.4994 9.56231C19.6354 9.87433 20.4989 11.0416 20.5 12.1915L20.5 14.0118C20.5003 15.8577 20.5005 16.988 20.1639 17.9222C19.9035 18.6448 19.5029 19.2987 18.9942 19.8531C18.6291 20.2512 18.4304 20.6629 18.4304 21.0448C18.4304 21.9865 17.667 22.7499 16.7253 22.7499L9.47222 22.75C9.27199 22.7503 9.06349 22.7507 8.87474 22.7092C8.20791 22.5628 7.6871 22.042 7.54071 21.3752C7.49927 21.1864 7.49961 20.9779 7.49994 20.7777C7.49994 20.4941 7.40358 20.1661 7.22657 19.9445L5.23135 17.4473L5.17641 17.3664C4.71078 16.6807 4.28303 16.0509 4.01761 15.5648C3.73104 15.0399 3.53969 14.5402 3.50651 13.9816C3.48749 13.6616 3.5102 13.3405 3.57406 13.0262C3.68545 12.4779 3.94502 12.0095 4.30239 11.529C4.64652 11.0663 5.12016 10.5431 5.70329 9.89893C6.0895 9.52909 6.28261 9.34418 6.44874 9.39237C6.47195 9.3991 6.49426 9.40862 6.51519 9.4207C6.66499 9.50721 6.66525 9.77458 6.66578 10.3093L6.66905 13.6343C6.66967 13.8657 6.86368 14.0527 7.10238 14.0521C7.34108 14.0515 7.53408 13.8635 7.53345 13.6321L7.5137 4.05925C7.51221 3.33657 8.09763 2.74994 8.82031 2.74994C9.54193 2.74994 10.1269 3.33493 10.1269 4.05655V9.76797C10.128 9.99929 10.3224 10.186 10.5611 10.1849C10.7997 10.1839 10.9924 9.99555 10.9913 9.76423Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-two-finger-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1425 10.7364C11.3792 10.7364 11.5711 10.5478 11.5711 10.3152V3.03592C11.5711 2.32573 12.1468 1.75 12.857 1.75C13.5672 1.75 14.143 2.32577 14.1429 3.03599L14.1425 10.3152C14.1425 10.5478 14.3344 10.7364 14.5711 10.7364C14.8078 10.7364 14.9997 10.5478 14.9997 10.3152V8.30873C14.9997 8.07684 14.9997 7.96089 15.0852 7.87343C15.1708 7.78598 15.2662 7.7839 15.4569 7.77976C15.597 7.77671 15.7429 7.79001 15.8924 7.82584C16.4891 7.96888 17.0688 8.28006 17.4548 8.73622C17.5079 8.799 17.5345 8.83039 17.5528 8.88036C17.5711 8.93033 17.5711 8.97911 17.5711 9.07666V11.4385C17.5711 11.6711 17.763 11.8597 17.9997 11.8597C18.2363 11.8597 18.4282 11.6711 18.4282 11.4385V9.39553C18.4282 9.08673 18.4282 8.93233 18.5498 8.84239C18.6715 8.75245 18.7997 8.79174 19.0562 8.87032C20.1814 9.21501 20.9996 10.262 20.9996 11.5001V14.1926C20.9996 15.2573 20.9996 16.0922 20.9567 16.7675C20.9131 17.4544 20.823 18.0271 20.619 18.56C20.037 20.0809 18.8387 21.2835 17.321 21.8679C16.789 22.0728 16.2174 22.1633 15.5323 22.2071C14.8589 22.2501 14.0005 22.2501 12.9393 22.2501C11.8921 22.2502 11.1541 22.2503 10.5447 22.116C9.61634 21.9112 8.75345 21.4784 8.03353 20.8565C7.56103 20.4483 7.17452 19.9312 6.54612 19.0905L3.2999 14.6108C3.23432 14.5246 3.17951 14.4332 3.13544 14.3382C3.05671 14.112 3.01225 13.8768 3.00195 13.6406C3.01878 13.3407 3.1279 13.0452 3.32861 12.7978C3.88691 12.1097 4.92698 12.0531 5.55864 12.6759L7.41042 14.5017C7.53288 14.6224 7.71732 14.6587 7.87764 14.5936C8.03795 14.5285 8.14251 14.3748 8.14251 14.2043V5.03584C8.14251 4.32576 8.71814 3.75013 9.42822 3.75013C10.1383 3.75013 10.7139 4.32576 10.7139 5.03584V10.3152C10.7139 10.5478 10.9058 10.7364 11.1425 10.7364Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1425 10.7364C11.3792 10.7364 11.5711 10.5478 11.5711 10.3152V3.03592C11.5711 2.32573 12.1468 1.75 12.857 1.75C13.5672 1.75 14.143 2.32577 14.1429 3.03599L14.1425 10.3152C14.1425 10.5478 14.3344 10.7364 14.5711 10.7364C14.8078 10.7364 14.9997 10.5478 14.9997 10.3152V8.30873C14.9997 8.07684 14.9997 7.96089 15.0852 7.87343C15.1708 7.78598 15.2662 7.7839 15.4569 7.77976C15.597 7.77671 15.7429 7.79001 15.8924 7.82584C16.4891 7.96888 17.0688 8.28006 17.4548 8.73622C17.5079 8.799 17.5345 8.83039 17.5528 8.88036C17.5711 8.93033 17.5711 8.97911 17.5711 9.07666V11.4385C17.5711 11.6711 17.763 11.8597 17.9997 11.8597C18.2363 11.8597 18.4282 11.6711 18.4282 11.4385V9.39553C18.4282 9.08673 18.4282 8.93233 18.5498 8.84239C18.6715 8.75245 18.7997 8.79174 19.0562 8.87032C20.1814 9.21501 20.9996 10.262 20.9996 11.5001V14.1926C20.9996 15.2573 20.9996 16.0922 20.9567 16.7675C20.9131 17.4544 20.823 18.0271 20.619 18.56C20.037 20.0809 18.8387 21.2835 17.321 21.8679C16.789 22.0728 16.2174 22.1633 15.5323 22.2071C14.8589 22.2501 14.0005 22.2501 12.9393 22.2501C11.8921 22.2502 11.1541 22.2503 10.5447 22.116C9.61634 21.9112 8.75345 21.4784 8.03353 20.8565C7.56103 20.4483 7.17452 19.9312 6.54612 19.0905L3.2999 14.6108C3.23432 14.5246 3.17951 14.4332 3.13544 14.3382C3.05671 14.112 3.01225 13.8768 3.00195 13.6406C3.01878 13.3407 3.1279 13.0452 3.32861 12.7978C3.88691 12.1097 4.92698 12.0531 5.55864 12.6759L7.41042 14.5017C7.53288 14.6224 7.71732 14.6587 7.87764 14.5936C8.03795 14.5285 8.14251 14.3748 8.14251 14.2043V5.03584C8.14251 4.32576 8.71814 3.75013 9.42822 3.75013C10.1383 3.75013 10.7139 4.32576 10.7139 5.03584V10.3152C10.7139 10.5478 10.9058 10.7364 11.1425 10.7364Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-two-finger-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8093 10.7365C11.048 10.7365 11.2415 10.5479 11.2415 10.3152V3.04685C11.2415 2.33076 11.822 1.75024 12.5381 1.75024C13.2542 1.75024 13.8347 2.33076 13.8347 3.04685V10.3152C13.8347 10.5479 14.0282 10.7365 14.2669 10.7365C14.5056 10.7365 14.6991 10.5479 14.6991 10.3152V8.35019C14.6991 8.06118 14.6991 7.91668 14.8005 7.82711C14.9019 7.73755 15.0338 7.75396 15.2976 7.78676C15.9803 7.87164 16.7173 8.11937 17.1822 8.68304C17.2321 8.74348 17.257 8.77371 17.2747 8.82288C17.2923 8.87205 17.2923 8.9194 17.2923 9.01408V11.4385C17.2923 11.6712 17.4858 11.8598 17.7245 11.8598C17.9632 11.8598 18.1567 11.6712 18.1567 11.4385V9.68258C18.1567 9.34677 18.1567 9.17886 18.2947 9.09032C18.4327 9.00178 18.5655 9.06266 18.831 9.18442C19.748 9.60498 20.5 10.5212 20.5 11.5002L20.5 14.5121C20.5003 16.358 20.5005 17.4883 20.1639 18.4225C19.5731 20.0618 18.2621 21.3457 16.6027 21.9222C15.6574 22.2507 14.513 22.2505 12.6268 22.2502C11.565 22.2503 10.6507 22.2504 10.0414 22.1211C8.97624 21.8951 7.99531 21.3802 7.21051 20.6329C6.76124 20.2052 6.40024 19.6734 5.81235 18.8073L5.17578 17.8697C4.689 17.1528 4.29344 16.5702 4.01761 16.065C3.73104 15.5402 3.53969 15.0404 3.50651 14.4819C3.48749 14.1618 3.5102 13.8407 3.57406 13.5264C3.68545 12.9782 3.94502 12.5097 4.30239 12.0292C4.63461 11.5825 5.1469 11.0167 5.70663 10.3986L5.90391 10.2092C6.33776 9.79266 6.55469 9.58441 6.73706 9.66214C6.91943 9.73987 6.91943 10.0406 6.91943 10.642V14.2467C6.91943 14.4794 7.11294 14.668 7.35164 14.668C7.59034 14.668 7.78384 14.4794 7.78384 14.2467V5.0468C7.78384 4.33071 8.36435 3.75019 9.08045 3.75019C9.79655 3.75019 10.3771 4.3307 10.3771 5.0468V10.3152C10.3771 10.5479 10.5706 10.7365 10.8093 10.7365Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8093 10.7365C11.048 10.7365 11.2415 10.5479 11.2415 10.3152V3.04685C11.2415 2.33076 11.822 1.75024 12.5381 1.75024C13.2542 1.75024 13.8347 2.33076 13.8347 3.04685V10.3152C13.8347 10.5479 14.0282 10.7365 14.2669 10.7365C14.5056 10.7365 14.6991 10.5479 14.6991 10.3152V8.35019C14.6991 8.06118 14.6991 7.91668 14.8005 7.82711C14.9019 7.73755 15.0338 7.75396 15.2976 7.78676C15.9803 7.87164 16.7173 8.11937 17.1822 8.68304C17.2321 8.74348 17.257 8.77371 17.2747 8.82288C17.2923 8.87205 17.2923 8.9194 17.2923 9.01408V11.4385C17.2923 11.6712 17.4858 11.8598 17.7245 11.8598C17.9632 11.8598 18.1567 11.6712 18.1567 11.4385V9.68258C18.1567 9.34677 18.1567 9.17886 18.2947 9.09032C18.4327 9.00178 18.5655 9.06266 18.831 9.18442C19.748 9.60498 20.5 10.5212 20.5 11.5002L20.5 14.5121C20.5003 16.358 20.5005 17.4883 20.1639 18.4225C19.5731 20.0618 18.2621 21.3457 16.6027 21.9222C15.6574 22.2507 14.513 22.2505 12.6268 22.2502C11.565 22.2503 10.6507 22.2504 10.0414 22.1211C8.97624 21.8951 7.99531 21.3802 7.21051 20.6329C6.76124 20.2052 6.40024 19.6734 5.81235 18.8073L5.17578 17.8697C4.689 17.1528 4.29344 16.5702 4.01761 16.065C3.73104 15.5402 3.53969 15.0404 3.50651 14.4819C3.48749 14.1618 3.5102 13.8407 3.57406 13.5264C3.68545 12.9782 3.94502 12.5097 4.30239 12.0292C4.63461 11.5825 5.1469 11.0167 5.70663 10.3986L5.90391 10.2092C6.33776 9.79266 6.55469 9.58441 6.73706 9.66214C6.91943 9.73987 6.91943 10.0406 6.91943 10.642V14.2467C6.91943 14.4794 7.11294 14.668 7.35164 14.668C7.59034 14.668 7.78384 14.4794 7.78384 14.2467V5.0468C7.78384 4.33071 8.36435 3.75019 9.08045 3.75019C9.79655 3.75019 10.3771 4.3307 10.3771 5.0468V10.3152C10.3771 10.5479 10.5706 10.7365 10.8093 10.7365Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-two-finger-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1982 1.76941C14.5066 1.64822 13.8471 2.10715 13.7251 2.79447L12.4494 9.98491C12.4088 10.214 12.1889 10.367 11.9584 10.3266C11.7279 10.2862 11.574 10.0677 11.6146 9.83862L12.4978 4.86062C12.6197 4.1733 12.158 3.51788 11.4664 3.39668C10.7748 3.27549 10.1153 3.73443 9.99336 4.42174L8.06055 15.1066C8.03192 15.2623 7.91786 15.3889 7.76529 15.4343C7.61272 15.4798 7.44739 15.4364 7.33731 15.322L4.78834 12.6732C4.16061 12.0529 3.12962 12.1107 2.57623 12.7982C2.1521 13.3251 2.14039 14.0704 2.54775 14.6102L5.9537 19.1235C6.73803 20.1628 7.09372 20.6303 7.51573 20.9915C8.17208 21.5532 8.95859 21.9441 9.80457 22.1289C10.3485 22.2477 10.9382 22.25 12.2454 22.25H15.0513C17.5001 22.25 19.6207 20.5606 20.1535 18.1852L21.7305 11.041C21.8524 10.3537 21.3906 9.69828 20.6991 9.57708C20.0077 9.45593 19.3484 9.91452 19.2262 10.6015L19.1279 11.1553C19.0873 11.3844 18.8674 11.5373 18.6369 11.4969C18.4064 11.4565 18.2524 11.2381 18.2931 11.009L18.5875 9.34963C18.7094 8.66231 18.2477 8.00688 17.5561 7.88569C16.8645 7.7645 16.205 8.22343 16.0831 8.91075L15.7887 10.5701C15.748 10.7992 15.5282 10.9522 15.2977 10.9118C15.0671 10.8714 14.9132 10.6529 14.9538 10.4238L15.2482 8.76446L16.2296 3.23335C16.3515 2.54603 15.8897 1.8906 15.1982 1.76941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1982 1.76941C14.5066 1.64822 13.8471 2.10715 13.7251 2.79447L12.4494 9.98491C12.4088 10.214 12.1889 10.367 11.9584 10.3266C11.7279 10.2862 11.574 10.0677 11.6146 9.83862L12.4978 4.86062C12.6197 4.1733 12.158 3.51788 11.4664 3.39668C10.7748 3.27549 10.1153 3.73443 9.99336 4.42174L8.06055 15.1066C8.03192 15.2623 7.91786 15.3889 7.76529 15.4343C7.61272 15.4798 7.44739 15.4364 7.33731 15.322L4.78834 12.6732C4.16061 12.0529 3.12962 12.1107 2.57623 12.7982C2.1521 13.3251 2.14039 14.0704 2.54775 14.6102L5.9537 19.1235C6.73803 20.1628 7.09372 20.6303 7.51573 20.9915C8.17208 21.5532 8.95859 21.9441 9.80457 22.1289C10.3485 22.2477 10.9382 22.25 12.2454 22.25H15.0513C17.5001 22.25 19.6207 20.5606 20.1535 18.1852L21.7305 11.041C21.8524 10.3537 21.3906 9.69828 20.6991 9.57708C20.0077 9.45593 19.3484 9.91452 19.2262 10.6015L19.1279 11.1553C19.0873 11.3844 18.8674 11.5373 18.6369 11.4969C18.4064 11.4565 18.2524 11.2381 18.2931 11.009L18.5875 9.34963C18.7094 8.66231 18.2477 8.00688 17.5561 7.88569C16.8645 7.7645 16.205 8.22343 16.0831 8.91075L15.7887 10.5701C15.748 10.7992 15.5282 10.9522 15.2977 10.9118C15.0671 10.8714 14.9132 10.6529 14.9538 10.4238L15.2482 8.76446L16.2296 3.23335C16.3515 2.54603 15.8897 1.8906 15.1982 1.76941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-victory-finger-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.47314 4.1788C5.19587 2.65379 6.36743 1.25 7.91745 1.25C9.1017 1.25 10.1213 2.08589 10.3536 3.24715L11.4059 7.31143C11.4316 7.41069 11.5722 7.41158 11.5992 7.31266L12.7073 3.24719C12.9396 2.08593 13.9592 1.25004 15.1434 1.25004C16.6935 1.25004 17.865 2.65383 17.5877 4.17884L15.928 9.34012C17.0898 9.7515 18.2816 10.4083 19.3236 11.4249C20.2896 12.3673 20.3482 13.7513 20.1713 14.8965C19.9891 16.076 19.5236 17.2438 19.1395 18.0213C19.0284 18.2463 18.8954 18.4774 18.7719 18.6915L18.7719 18.6916C18.6488 18.9049 18.5197 19.1288 18.4149 19.3318C18.1914 19.7651 18.0756 20.1056 18.0756 20.382V21C18.0756 21.9665 17.2921 22.75 16.3256 22.75H9.00024C8.01002 22.75 7.33414 21.9622 7.13986 21.1957C7.01015 20.6839 6.79227 20.245 6.56482 20.008C5.97941 19.3981 5.29035 18.6167 4.74452 17.7667C4.21219 16.9378 3.75994 15.9583 3.75546 14.9587C3.73885 14.6462 3.76198 14.333 3.82431 14.0262C3.93569 13.478 4.19526 13.0095 4.55263 12.529C4.89676 12.0663 5.37036 11.5432 5.95351 10.899L5.95354 10.899L7.15045 9.76877L5.47314 4.1788Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.47314 4.1788C5.19587 2.65379 6.36743 1.25 7.91745 1.25C9.1017 1.25 10.1213 2.08589 10.3536 3.24715L11.4059 7.31143C11.4316 7.41069 11.5722 7.41158 11.5992 7.31266L12.7073 3.24719C12.9396 2.08593 13.9592 1.25004 15.1434 1.25004C16.6935 1.25004 17.865 2.65383 17.5877 4.17884L15.928 9.34012C17.0898 9.7515 18.2816 10.4083 19.3236 11.4249C20.2896 12.3673 20.3482 13.7513 20.1713 14.8965C19.9891 16.076 19.5236 17.2438 19.1395 18.0213C19.0284 18.2463 18.8954 18.4774 18.7719 18.6915L18.7719 18.6916C18.6488 18.9049 18.5197 19.1288 18.4149 19.3318C18.1914 19.7651 18.0756 20.1056 18.0756 20.382V21C18.0756 21.9665 17.2921 22.75 16.3256 22.75H9.00024C8.01002 22.75 7.33414 21.9622 7.13986 21.1957C7.01015 20.6839 6.79227 20.245 6.56482 20.008C5.97941 19.3981 5.29035 18.6167 4.74452 17.7667C4.21219 16.9378 3.75994 15.9583 3.75546 14.9587C3.73885 14.6462 3.76198 14.333 3.82431 14.0262C3.93569 13.478 4.19526 13.0095 4.55263 12.529C4.89676 12.0663 5.37036 11.5432 5.95351 10.899L5.95354 10.899L7.15045 9.76877L5.47314 4.1788Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-victory-finger-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.09889 4.74621C4.81923 3.19396 6.00074 1.75 7.58463 1.75C8.71723 1.75 9.70602 2.50727 10.0142 3.5958L11.362 7.74681L12.6201 3.57744C12.9253 2.49978 13.9042 1.75 15.0256 1.75C16.6171 1.75 17.7918 3.21971 17.476 4.7722L16.1527 9.50277C16.4948 9.56425 16.7666 9.62356 16.9854 9.69482C19.2137 10.4205 20.5701 12.6808 20.1847 14.9993C20.124 15.3648 19.9862 15.7818 19.7683 16.4413L19.7682 16.4414L19.2955 17.8726C18.9393 18.9518 18.711 19.6436 18.3264 20.2035C17.7125 21.0972 16.8122 21.7527 15.775 22.0587C15.125 22.2504 14.4001 22.2503 13.2744 22.25L11.5148 22.2501H11.5147C9.89851 22.2506 8.85257 22.2509 7.93868 21.8429C7.54387 21.6666 7.17512 21.4366 6.8427 21.1594C6.07394 20.5182 5.60773 19.5765 4.88486 18.1164C4.5754 17.4918 4.23124 16.7971 4.05753 16.3606C3.87678 15.9063 3.76093 15.4835 3.7508 15.0252C3.74278 14.6622 3.78712 14.3 3.88248 13.9498C4.00293 13.5074 4.21746 13.1255 4.50253 12.729C4.77643 12.3481 5.14387 11.9163 5.59457 11.3866L5.59458 11.3866L6.55163 10.2802L5.09889 4.74621Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.09889 4.74621C4.81923 3.19396 6.00074 1.75 7.58463 1.75C8.71723 1.75 9.70602 2.50727 10.0142 3.5958L11.362 7.74681L12.6201 3.57744C12.9253 2.49978 13.9042 1.75 15.0256 1.75C16.6171 1.75 17.7918 3.21971 17.476 4.7722L16.1527 9.50277C16.4948 9.56425 16.7666 9.62356 16.9854 9.69482C19.2137 10.4205 20.5701 12.6808 20.1847 14.9993C20.124 15.3648 19.9862 15.7818 19.7683 16.4413L19.7682 16.4414L19.2955 17.8726C18.9393 18.9518 18.711 19.6436 18.3264 20.2035C17.7125 21.0972 16.8122 21.7527 15.775 22.0587C15.125 22.2504 14.4001 22.2503 13.2744 22.25L11.5148 22.2501H11.5147C9.89851 22.2506 8.85257 22.2509 7.93868 21.8429C7.54387 21.6666 7.17512 21.4366 6.8427 21.1594C6.07394 20.5182 5.60773 19.5765 4.88486 18.1164C4.5754 17.4918 4.23124 16.7971 4.05753 16.3606C3.87678 15.9063 3.76093 15.4835 3.7508 15.0252C3.74278 14.6622 3.78712 14.3 3.88248 13.9498C4.00293 13.5074 4.21746 13.1255 4.50253 12.729C4.77643 12.3481 5.14387 11.9163 5.59457 11.3866L5.59458 11.3866L6.55163 10.2802L5.09889 4.74621Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-victory-finger-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.04545 1.25C5.22757 1.25 4.60733 1.96772 4.74747 2.75197L6.6865 13.6036C6.72722 13.8315 6.57042 14.0483 6.33627 14.088C6.10212 14.1276 5.8793 13.975 5.83858 13.7471L5.49947 11.8493C5.40621 11.3274 5.35959 11.0665 5.17858 11.0156C4.99758 10.9646 4.82375 11.1607 4.47611 11.5529C4.25777 11.7992 4.07238 12.0191 3.91592 12.2238C3.56593 12.6818 3.38501 13.0341 3.30938 13.3963C3.25838 13.6407 3.24026 13.8902 3.25544 14.1388C3.27794 14.5074 3.40607 14.8798 3.68633 15.3794C3.96895 15.8832 4.38619 16.4826 4.96508 17.3125L7.24425 20.0888C7.63018 20.559 7.84041 21.1429 7.84041 21.7446C7.84041 22.0524 7.84293 22.1389 7.85709 22.2016C7.91709 22.4676 8.13054 22.6754 8.40382 22.7338C8.46832 22.7475 8.55714 22.75 8.87338 22.75H17.1358C17.5034 22.75 17.8015 22.4599 17.8015 22.1021C17.8015 21.9765 17.8346 21.8447 17.8699 21.7327C17.9078 21.6131 17.96 21.4808 18.0202 21.3433C18.1407 21.068 18.3041 20.7474 18.4801 20.4234C18.8327 19.7741 19.2498 19.0848 19.5134 18.6641C19.664 18.4237 19.7288 18.32 19.7478 18.2862C19.7669 18.2524 19.8169 18.1535 19.9338 17.9214C20.2469 17.3 20.7502 16.2084 20.7502 13.6757C20.7495 13.6467 20.7473 13.5626 20.7441 13.5058C20.7379 13.392 20.7252 13.2274 20.6998 13.0292C20.6486 12.6306 20.5469 12.1066 20.3473 11.5886C20.1471 11.0689 19.8569 10.5775 19.4423 10.2189C19.2658 10.0661 19.063 9.93416 18.8281 9.83381C18.5666 9.72209 18.4358 9.66623 18.301 9.7554C18.1663 9.84457 18.1666 10.0106 18.1672 10.3426L18.1683 10.8831C18.1683 11.1144 17.9756 11.3019 17.7379 11.3019C17.5003 11.3019 17.3076 11.1144 17.3076 10.8831V9.76623C17.3076 8.76387 16.4727 7.9513 15.4429 7.9513H15.0899C14.8503 7.9513 14.7306 7.9513 14.6471 8.02102C14.5636 8.09074 14.5422 8.20858 14.4995 8.44426L14.1453 10.3975C14.104 10.6253 13.8808 10.7773 13.6468 10.7371C13.4127 10.6969 13.2565 10.4797 13.2978 10.2519L14.6576 2.75207C14.7997 1.96847 14.1803 1.25 13.3628 1.25C12.7595 1.25 12.2336 1.64964 12.0873 2.21931L10.1226 9.86782C10.0747 10.0543 9.90263 10.1851 9.70516 10.1851C9.5077 10.1851 9.33557 10.0543 9.28768 9.86782L7.32357 2.22127C7.17695 1.65045 6.64999 1.25 6.04545 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.04545 1.25C5.22757 1.25 4.60733 1.96772 4.74747 2.75197L6.6865 13.6036C6.72722 13.8315 6.57042 14.0483 6.33627 14.088C6.10212 14.1276 5.8793 13.975 5.83858 13.7471L5.49947 11.8493C5.40621 11.3274 5.35959 11.0665 5.17858 11.0156C4.99758 10.9646 4.82375 11.1607 4.47611 11.5529C4.25777 11.7992 4.07238 12.0191 3.91592 12.2238C3.56593 12.6818 3.38501 13.0341 3.30938 13.3963C3.25838 13.6407 3.24026 13.8902 3.25544 14.1388C3.27794 14.5074 3.40607 14.8798 3.68633 15.3794C3.96895 15.8832 4.38619 16.4826 4.96508 17.3125L7.24425 20.0888C7.63018 20.559 7.84041 21.1429 7.84041 21.7446C7.84041 22.0524 7.84293 22.1389 7.85709 22.2016C7.91709 22.4676 8.13054 22.6754 8.40382 22.7338C8.46832 22.7475 8.55714 22.75 8.87338 22.75H17.1358C17.5034 22.75 17.8015 22.4599 17.8015 22.1021C17.8015 21.9765 17.8346 21.8447 17.8699 21.7327C17.9078 21.6131 17.96 21.4808 18.0202 21.3433C18.1407 21.068 18.3041 20.7474 18.4801 20.4234C18.8327 19.7741 19.2498 19.0848 19.5134 18.6641C19.664 18.4237 19.7288 18.32 19.7478 18.2862C19.7669 18.2524 19.8169 18.1535 19.9338 17.9214C20.2469 17.3 20.7502 16.2084 20.7502 13.6757C20.7495 13.6467 20.7473 13.5626 20.7441 13.5058C20.7379 13.392 20.7252 13.2274 20.6998 13.0292C20.6486 12.6306 20.5469 12.1066 20.3473 11.5886C20.1471 11.0689 19.8569 10.5775 19.4423 10.2189C19.2658 10.0661 19.063 9.93416 18.8281 9.83381C18.5666 9.72209 18.4358 9.66623 18.301 9.7554C18.1663 9.84457 18.1666 10.0106 18.1672 10.3426L18.1683 10.8831C18.1683 11.1144 17.9756 11.3019 17.7379 11.3019C17.5003 11.3019 17.3076 11.1144 17.3076 10.8831V9.76623C17.3076 8.76387 16.4727 7.9513 15.4429 7.9513H15.0899C14.8503 7.9513 14.7306 7.9513 14.6471 8.02102C14.5636 8.09074 14.5422 8.20858 14.4995 8.44426L14.1453 10.3975C14.104 10.6253 13.8808 10.7773 13.6468 10.7371C13.4127 10.6969 13.2565 10.4797 13.2978 10.2519L14.6576 2.75207C14.7997 1.96847 14.1803 1.25 13.3628 1.25C12.7595 1.25 12.2336 1.64964 12.0873 2.21931L10.1226 9.86782C10.0747 10.0543 9.90263 10.1851 9.70516 10.1851C9.5077 10.1851 9.33557 10.0543 9.28768 9.86782L7.32357 2.22127C7.17695 1.65045 6.64999 1.25 6.04545 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-waving-hand-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6061 8.58412L12.488 3.50133L13.0498 2.08222C13.2941 1.46522 13.9893 1.15957 14.6091 1.3967C15.2327 1.63529 15.5457 2.33346 15.3089 2.95776L14.616 4.78478L12.5292 10.4212C12.4483 10.6397 12.5623 10.8815 12.7837 10.9613C13.0052 11.0411 13.2503 10.9287 13.3312 10.7102L15.4507 5.07578C15.6837 4.45629 16.3726 4.14054 16.994 4.36841C17.6205 4.59815 17.9412 5.29312 17.7094 5.91887L15.2545 12.5474C15.1736 12.7659 15.2876 13.0077 15.5091 13.0874C15.7306 13.1672 15.9757 13.0548 16.0566 12.8363L17.7499 8.26269L17.8533 7.99849C18.1104 7.34128 18.844 7.00816 19.5081 7.24703C20.1906 7.49253 20.5414 8.24806 20.2884 8.92787L19.9902 9.72927L17.943 15.3347C17.5914 16.2974 17.3151 17.0539 17.0526 17.6517C16.7854 18.2603 16.5129 18.7518 16.149 19.1699C15.7091 19.6752 14.9221 20.1438 14.4108 20.4238C14.0988 20.5946 13.8717 20.8504 13.7661 21.1396L13.3812 22.1936C13.2393 22.582 12.8097 22.7823 12.421 22.6413L3.79375 19.512C3.60649 19.4441 3.45395 19.3044 3.36977 19.1239C3.28558 18.9434 3.27667 18.7367 3.34501 18.5496C3.67038 17.6587 3.75082 16.4843 3.47967 15.6554L1.68333 9.77892C1.6528 9.6783 1.63422 9.57637 1.62695 9.47478C1.642 9.19908 1.70503 8.92938 1.8114 8.67761C1.92868 8.47462 2.09799 8.2985 2.31126 8.17039C3.04051 7.73231 3.99108 8.01605 4.34979 8.77538L5.41334 11.0268C5.48625 11.1811 5.64619 11.2769 5.81865 11.2696C5.9911 11.2623 6.14212 11.1533 6.20134 10.9934L9.42824 2.4295C9.66403 1.80373 10.3636 1.48884 10.9884 1.72725C11.609 1.96409 11.9217 2.65785 11.6881 3.27972L9.80407 8.29517C9.72318 8.51365 9.83715 8.75543 10.0586 8.83522C10.2801 8.91501 10.5252 8.80259 10.6061 8.58412Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.8872 11.9893C21.411 11.8143 21.9775 12.0971 22.1525 12.6209C22.8591 14.736 21.8154 17.1039 19.719 17.8761C19.2007 18.067 18.6259 17.8017 18.435 17.2834C18.2441 16.7652 18.5094 16.1903 19.0277 15.9994C20.046 15.6243 20.6417 14.4104 20.2556 13.2546C20.0806 12.7308 20.3634 12.1643 20.8872 11.9893Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6061 8.58412L12.488 3.50133L13.0498 2.08222C13.2941 1.46522 13.9893 1.15957 14.6091 1.3967C15.2327 1.63529 15.5457 2.33346 15.3089 2.95776L14.616 4.78478L12.5292 10.4212C12.4483 10.6397 12.5623 10.8815 12.7837 10.9613C13.0052 11.0411 13.2503 10.9287 13.3312 10.7102L15.4507 5.07578C15.6837 4.45629 16.3726 4.14054 16.994 4.36841C17.6205 4.59815 17.9412 5.29312 17.7094 5.91887L15.2545 12.5474C15.1736 12.7659 15.2876 13.0077 15.5091 13.0874C15.7306 13.1672 15.9757 13.0548 16.0566 12.8363L17.7499 8.26269L17.8533 7.99849C18.1104 7.34128 18.844 7.00816 19.5081 7.24703C20.1906 7.49253 20.5414 8.24806 20.2884 8.92787L19.9902 9.72927L17.943 15.3347C17.5914 16.2974 17.3151 17.0539 17.0526 17.6517C16.7854 18.2603 16.5129 18.7518 16.149 19.1699C15.7091 19.6752 14.9221 20.1438 14.4108 20.4238C14.0988 20.5946 13.8717 20.8504 13.7661 21.1396L13.3812 22.1936C13.2393 22.582 12.8097 22.7823 12.421 22.6413L3.79375 19.512C3.60649 19.4441 3.45395 19.3044 3.36977 19.1239C3.28558 18.9434 3.27667 18.7367 3.34501 18.5496C3.67038 17.6587 3.75082 16.4843 3.47967 15.6554L1.68333 9.77892C1.6528 9.6783 1.63422 9.57637 1.62695 9.47478C1.642 9.19908 1.70503 8.92938 1.8114 8.67761C1.92868 8.47462 2.09799 8.2985 2.31126 8.17039C3.04051 7.73231 3.99108 8.01605 4.34979 8.77538L5.41334 11.0268C5.48625 11.1811 5.64619 11.2769 5.81865 11.2696C5.9911 11.2623 6.14212 11.1533 6.20134 10.9934L9.42824 2.4295C9.66403 1.80373 10.3636 1.48884 10.9884 1.72725C11.609 1.96409 11.9217 2.65785 11.6881 3.27972L9.80407 8.29517C9.72318 8.51365 9.83715 8.75543 10.0586 8.83522C10.2801 8.91501 10.5252 8.80259 10.6061 8.58412Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.8872 11.9893C21.411 11.8143 21.9775 12.0971 22.1525 12.6209C22.8591 14.736 21.8154 17.1039 19.719 17.8761C19.2007 18.067 18.6259 17.8017 18.435 17.2834C18.2441 16.7652 18.5094 16.1903 19.0277 15.9994C20.046 15.6243 20.6417 14.4104 20.2556 13.2546C20.0806 12.7308 20.3634 12.1643 20.8872 11.9893Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hands-icons-waving-hand-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.057 9.68742C10.2779 9.7693 10.5239 9.65787 10.6063 9.43854L13.2613 3.05795C13.5077 2.46566 14.1883 2.18611 14.7799 2.43418C15.3624 2.67839 15.6422 3.34387 15.4092 3.9309L12.9079 10.2349C12.8254 10.4542 12.9377 10.6984 13.1586 10.7803C13.3795 10.8621 13.6254 10.7507 13.7078 10.5314L15.4327 6.10199C15.6728 5.48555 16.3728 5.18705 16.9838 5.44056C17.5694 5.68352 17.8582 6.34595 17.6376 6.94034L16.0094 11.3277C15.927 11.547 16.0392 11.7912 16.2601 11.8731C16.481 11.955 16.7269 11.8435 16.8094 11.6242L17.7346 9.124C17.9851 8.44692 18.7572 8.12421 19.415 8.4216C20.0041 8.68785 20.2913 9.36057 20.0764 9.97016L17.941 16.0252C17.5896 16.9666 17.3132 17.707 17.0504 18.2927C16.7825 18.8894 16.509 19.3721 16.1438 19.7825C15.1058 20.9493 13.6148 21.628 12.043 21.6564C11.4912 21.6663 10.9414 21.562 10.3042 21.3799C9.67807 21.2009 8.92192 20.9325 7.95845 20.5906C7.00928 20.2539 6.31189 20.0065 5.80116 19.6901C5.02271 19.2078 4.37761 18.5425 3.92535 17.7528C3.62832 17.2342 3.44655 16.6464 3.15512 15.7038L1.6846 10.6076C1.65257 10.5048 1.63358 10.4004 1.62695 10.2964C1.63821 10.0635 1.6848 9.83511 1.76353 9.61846C1.87934 9.38383 2.06456 9.1789 2.30844 9.03463C3.04385 8.59958 3.99626 8.8861 4.35193 9.62753L5.41617 11.846C5.48988 11.9997 5.64899 12.0947 5.82023 12.0872C5.99147 12.0798 6.14164 11.9714 6.20159 11.812L9.37529 3.69223C9.61412 3.08121 10.3003 2.77631 10.9138 3.00859C11.5375 3.24469 11.8479 3.94491 11.6041 4.56557L9.80638 9.14202C9.72392 9.36136 9.83614 9.60554 10.057 9.68742Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.8891 12.958C21.413 12.7831 21.9795 13.0658 22.1545 13.5897C22.861 15.7048 21.8174 18.0726 19.7209 18.8449C19.2027 19.0358 18.6278 18.7704 18.4369 18.2522C18.246 17.7339 18.5114 17.1591 19.0296 16.9682C20.048 16.593 20.6436 15.3792 20.2575 14.2234C20.0825 13.6995 20.3653 13.133 20.8891 12.958Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.057 9.68742C10.2779 9.7693 10.5239 9.65787 10.6063 9.43854L13.2613 3.05795C13.5077 2.46566 14.1883 2.18611 14.7799 2.43418C15.3624 2.67839 15.6422 3.34387 15.4092 3.9309L12.9079 10.2349C12.8254 10.4542 12.9377 10.6984 13.1586 10.7803C13.3795 10.8621 13.6254 10.7507 13.7078 10.5314L15.4327 6.10199C15.6728 5.48555 16.3728 5.18705 16.9838 5.44056C17.5694 5.68352 17.8582 6.34595 17.6376 6.94034L16.0094 11.3277C15.927 11.547 16.0392 11.7912 16.2601 11.8731C16.481 11.955 16.7269 11.8435 16.8094 11.6242L17.7346 9.124C17.9851 8.44692 18.7572 8.12421 19.415 8.4216C20.0041 8.68785 20.2913 9.36057 20.0764 9.97016L17.941 16.0252C17.5896 16.9666 17.3132 17.707 17.0504 18.2927C16.7825 18.8894 16.509 19.3721 16.1438 19.7825C15.1058 20.9493 13.6148 21.628 12.043 21.6564C11.4912 21.6663 10.9414 21.562 10.3042 21.3799C9.67807 21.2009 8.92192 20.9325 7.95845 20.5906C7.00928 20.2539 6.31189 20.0065 5.80116 19.6901C5.02271 19.2078 4.37761 18.5425 3.92535 17.7528C3.62832 17.2342 3.44655 16.6464 3.15512 15.7038L1.6846 10.6076C1.65257 10.5048 1.63358 10.4004 1.62695 10.2964C1.63821 10.0635 1.6848 9.83511 1.76353 9.61846C1.87934 9.38383 2.06456 9.1789 2.30844 9.03463C3.04385 8.59958 3.99626 8.8861 4.35193 9.62753L5.41617 11.846C5.48988 11.9997 5.64899 12.0947 5.82023 12.0872C5.99147 12.0798 6.14164 11.9714 6.20159 11.812L9.37529 3.69223C9.61412 3.08121 10.3003 2.77631 10.9138 3.00859C11.5375 3.24469 11.8479 3.94491 11.6041 4.56557L9.80638 9.14202C9.72392 9.36136 9.83614 9.60554 10.057 9.68742Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.8891 12.958C21.413 12.7831 21.9795 13.0658 22.1545 13.5897C22.861 15.7048 21.8174 18.0726 19.7209 18.8449C19.2027 19.0358 18.6278 18.7704 18.4369 18.2522C18.246 17.7339 18.5114 17.1591 19.0296 16.9682C20.048 16.593 20.6436 15.3792 20.2575 14.2234C20.0825 13.6995 20.3653 13.133 20.8891 12.958Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-flow-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.125 4.5C12.125 2.70507 13.5801 1.25 15.375 1.25C17.1699 1.25 18.625 2.70507 18.625 4.5C18.625 6.29493 17.1699 7.75 15.375 7.75C13.5801 7.75 12.125 6.29493 12.125 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.125 19.5C12.125 17.7051 13.5801 16.25 15.375 16.25C17.1699 16.25 18.625 17.7051 18.625 19.5C18.625 21.2949 17.1699 22.75 15.375 22.75C13.5801 22.75 12.125 21.2949 12.125 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.125 12C1.125 9.37665 3.25165 7.25 5.875 7.25C8.49835 7.25 10.625 9.37665 10.625 12C10.625 14.6234 8.49835 16.75 5.875 16.75C3.25165 16.75 1.125 14.6234 1.125 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.32644 3.49988C9.34257 3.49988 9.35876 3.49988 9.375 3.49988H12.875C13.4273 3.49988 13.875 3.9476 13.875 4.49988C13.875 5.05217 13.4273 5.49988 12.875 5.49988H9.375C8.65196 5.49988 8.18494 5.50109 7.83313 5.53688C7.49803 5.57097 7.37996 5.62797 7.31943 5.66841C7.21024 5.74137 7.11649 5.83512 7.04353 5.94431C7.00309 6.00484 6.94609 6.12291 6.912 6.45801C6.87621 6.80983 6.875 7.27684 6.875 7.99988C6.875 8.55217 6.42728 8.99988 5.875 8.99988C5.32271 8.99988 4.875 8.55217 4.875 7.99988C4.875 7.98364 4.875 7.96745 4.875 7.95132C4.87497 7.29058 4.87495 6.72077 4.92227 6.2556C4.97244 5.76236 5.08397 5.27709 5.38059 4.83317C5.59947 4.5056 5.88072 4.22435 6.20829 4.00547C6.65221 3.70885 7.13748 3.59732 7.63072 3.54715C8.09589 3.49983 8.66569 3.49985 9.32644 3.49988ZM16.875 4.49995C16.875 3.94766 17.3227 3.49996 17.875 3.49997L21.875 3.50006C22.4273 3.50007 22.875 3.9478 22.875 4.50008C22.875 5.05237 22.4273 5.50007 21.875 5.50006L17.875 5.49997C17.3227 5.49996 16.875 5.05223 16.875 4.49995ZM5.875 15.0002C6.42728 15.0002 6.875 15.4479 6.875 16.0002C6.875 16.7232 6.87621 17.1902 6.912 17.542C6.94609 17.8772 7.00309 17.9952 7.04353 18.0557C7.11649 18.1649 7.21024 18.2587 7.31943 18.3316C7.37996 18.3721 7.49803 18.4291 7.83313 18.4632C8.18494 18.499 8.65196 18.5002 9.375 18.5002H12.875C13.4273 18.5002 13.875 18.9479 13.875 19.5002C13.875 20.0525 13.4273 20.5002 12.875 20.5002H9.32643C8.66569 20.5002 8.09588 20.5002 7.63072 20.4529C7.13748 20.4027 6.65221 20.2912 6.20829 19.9946C5.88072 19.7757 5.59947 19.4945 5.38059 19.1669C5.08397 18.723 4.97244 18.2377 4.92227 17.7445C4.87495 17.2793 4.87497 16.7095 4.875 16.0487L4.875 16.0002C4.875 15.4479 5.32271 15.0002 5.875 15.0002ZM16.875 19.5001C16.875 18.9478 17.3227 18.5001 17.875 18.5001L21.875 18.5002C22.4273 18.5002 22.875 18.9479 22.875 19.5002C22.875 20.0525 22.4273 20.5002 21.875 20.5002L17.875 20.5001C17.3227 20.5001 16.875 20.0523 16.875 19.5001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.125 4.5C12.125 2.70507 13.5801 1.25 15.375 1.25C17.1699 1.25 18.625 2.70507 18.625 4.5C18.625 6.29493 17.1699 7.75 15.375 7.75C13.5801 7.75 12.125 6.29493 12.125 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.125 19.5C12.125 17.7051 13.5801 16.25 15.375 16.25C17.1699 16.25 18.625 17.7051 18.625 19.5C18.625 21.2949 17.1699 22.75 15.375 22.75C13.5801 22.75 12.125 21.2949 12.125 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.125 12C1.125 9.37665 3.25165 7.25 5.875 7.25C8.49835 7.25 10.625 9.37665 10.625 12C10.625 14.6234 8.49835 16.75 5.875 16.75C3.25165 16.75 1.125 14.6234 1.125 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.32644 3.49988C9.34257 3.49988 9.35876 3.49988 9.375 3.49988H12.875C13.4273 3.49988 13.875 3.9476 13.875 4.49988C13.875 5.05217 13.4273 5.49988 12.875 5.49988H9.375C8.65196 5.49988 8.18494 5.50109 7.83313 5.53688C7.49803 5.57097 7.37996 5.62797 7.31943 5.66841C7.21024 5.74137 7.11649 5.83512 7.04353 5.94431C7.00309 6.00484 6.94609 6.12291 6.912 6.45801C6.87621 6.80983 6.875 7.27684 6.875 7.99988C6.875 8.55217 6.42728 8.99988 5.875 8.99988C5.32271 8.99988 4.875 8.55217 4.875 7.99988C4.875 7.98364 4.875 7.96745 4.875 7.95132C4.87497 7.29058 4.87495 6.72077 4.92227 6.2556C4.97244 5.76236 5.08397 5.27709 5.38059 4.83317C5.59947 4.5056 5.88072 4.22435 6.20829 4.00547C6.65221 3.70885 7.13748 3.59732 7.63072 3.54715C8.09589 3.49983 8.66569 3.49985 9.32644 3.49988ZM16.875 4.49995C16.875 3.94766 17.3227 3.49996 17.875 3.49997L21.875 3.50006C22.4273 3.50007 22.875 3.9478 22.875 4.50008C22.875 5.05237 22.4273 5.50007 21.875 5.50006L17.875 5.49997C17.3227 5.49996 16.875 5.05223 16.875 4.49995ZM5.875 15.0002C6.42728 15.0002 6.875 15.4479 6.875 16.0002C6.875 16.7232 6.87621 17.1902 6.912 17.542C6.94609 17.8772 7.00309 17.9952 7.04353 18.0557C7.11649 18.1649 7.21024 18.2587 7.31943 18.3316C7.37996 18.3721 7.49803 18.4291 7.83313 18.4632C8.18494 18.499 8.65196 18.5002 9.375 18.5002H12.875C13.4273 18.5002 13.875 18.9479 13.875 19.5002C13.875 20.0525 13.4273 20.5002 12.875 20.5002H9.32643C8.66569 20.5002 8.09588 20.5002 7.63072 20.4529C7.13748 20.4027 6.65221 20.2912 6.20829 19.9946C5.88072 19.7757 5.59947 19.4945 5.38059 19.1669C5.08397 18.723 4.97244 18.2377 4.92227 17.7445C4.87495 17.2793 4.87497 16.7095 4.875 16.0487L4.875 16.0002C4.875 15.4479 5.32271 15.0002 5.875 15.0002ZM16.875 19.5001C16.875 18.9478 17.3227 18.5001 17.875 18.5001L21.875 18.5002C22.4273 18.5002 22.875 18.9479 22.875 19.5002C22.875 20.0525 22.4273 20.5002 21.875 20.5002L17.875 20.5001C17.3227 20.5001 16.875 20.0523 16.875 19.5001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-flow-connection{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.94915 1.25L6 1.25L6.05084 1.25H6.05089C6.83241 1.24997 7.49341 1.24994 8.02016 1.32076C8.57988 1.39601 9.09891 1.56338 9.51777 1.98224C9.93662 2.40109 10.104 2.92013 10.1792 3.47984C10.2501 4.00659 10.25 4.66759 10.25 5.44912V5.44916V5.55084V5.55088C10.25 6.33241 10.2501 6.99342 10.1792 7.52016C10.104 8.07988 9.93662 8.59891 9.51777 9.01777C9.09891 9.43663 8.57988 9.60399 8.02016 9.67924C7.49341 9.75006 6.83241 9.75004 6.05088 9.75H6.05084H5.94916H5.94912C5.16759 9.75004 4.50659 9.75006 3.97984 9.67924C3.42012 9.60399 2.90109 9.43663 2.48223 9.01777C2.06337 8.59891 1.89601 8.07988 1.82076 7.52016C1.74994 6.99342 1.74996 6.33242 1.75 5.55089V5.55085L1.75 5.5L1.75 5.44916V5.44912C1.74996 4.66759 1.74994 4.00659 1.82076 3.47984C1.89601 2.92013 2.06337 2.40109 2.48223 1.98224C2.90109 1.56338 3.42012 1.39601 3.97984 1.32076C4.50658 1.24994 5.16758 1.24997 5.94911 1.25H5.94915Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.53035 13.8179C4.95899 13.4909 5.42694 13.25 6 13.25C6.57306 13.25 7.04101 13.4909 7.46965 13.8179C7.87188 14.1248 8.38723 14.6402 8.90907 15.1621C9.43097 15.684 9.87517 16.1281 10.1821 16.5303C10.5091 16.959 10.75 17.4269 10.75 18C10.75 18.5731 10.5091 19.041 10.1821 19.4697C9.87517 19.8719 9.43097 20.316 8.90907 20.8379C8.38723 21.3598 7.87187 21.8752 7.46965 22.1821C7.04101 22.5091 6.57306 22.75 6 22.75C5.42694 22.75 4.95899 22.5091 4.53035 22.1821C4.12812 21.8752 3.61278 21.3598 3.09093 20.8379C2.56903 20.316 2.12483 19.8719 1.81795 19.4697C1.4909 19.041 1.25 18.5731 1.25 18C1.25 17.4269 1.4909 16.959 1.81795 16.5303C2.12483 16.1281 2.64022 15.6128 3.16212 15.0909C3.68397 14.569 4.12812 14.1248 4.53035 13.8179Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 8C5.44771 8 5 8.44772 5 9V14C5 14.5523 5.44771 15 6 15C6.55229 15 7 14.5523 7 14V9C7 8.44772 6.55229 8 6 8ZM16 18C16 17.4477 15.5523 17 15 17H10C9.44772 17 9 17.4477 9 18C9 18.5523 9.44772 19 10 19H15C15.5523 19 16 18.5523 16 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4492 13.75L18.5 13.75L18.5508 13.75H18.5509C19.3324 13.75 19.9934 13.7499 20.5202 13.8208C21.0799 13.896 21.5989 14.0634 22.0178 14.4822C22.4366 14.9011 22.604 15.4201 22.6792 15.9798C22.7501 16.5066 22.75 17.1676 22.75 17.9491V17.9492V18.0508V18.0509C22.75 18.8324 22.7501 19.4934 22.6792 20.0202C22.604 20.5799 22.4366 21.0989 22.0178 21.5178C21.5989 21.9366 21.0799 22.104 20.5202 22.1792C19.9934 22.2501 19.3324 22.25 18.5509 22.25H18.5508H18.4492H18.4491C17.6676 22.25 17.0066 22.2501 16.4798 22.1792C15.9201 22.104 15.4011 21.9366 14.9822 21.5178C14.5634 21.0989 14.396 20.5799 14.3208 20.0202C14.2499 19.4934 14.25 18.8324 14.25 18.0509V18.0508L14.25 18L14.25 17.9492V17.9491C14.25 17.1676 14.2499 16.5066 14.3208 15.9798C14.396 15.4201 14.5634 14.9011 14.9822 14.4822C15.4011 14.0634 15.9201 13.896 16.4798 13.8208C17.0066 13.7499 17.6676 13.75 18.4491 13.75H18.4492Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.94915 1.25L6 1.25L6.05084 1.25H6.05089C6.83241 1.24997 7.49341 1.24994 8.02016 1.32076C8.57988 1.39601 9.09891 1.56338 9.51777 1.98224C9.93662 2.40109 10.104 2.92013 10.1792 3.47984C10.2501 4.00659 10.25 4.66759 10.25 5.44912V5.44916V5.55084V5.55088C10.25 6.33241 10.2501 6.99342 10.1792 7.52016C10.104 8.07988 9.93662 8.59891 9.51777 9.01777C9.09891 9.43663 8.57988 9.60399 8.02016 9.67924C7.49341 9.75006 6.83241 9.75004 6.05088 9.75H6.05084H5.94916H5.94912C5.16759 9.75004 4.50659 9.75006 3.97984 9.67924C3.42012 9.60399 2.90109 9.43663 2.48223 9.01777C2.06337 8.59891 1.89601 8.07988 1.82076 7.52016C1.74994 6.99342 1.74996 6.33242 1.75 5.55089V5.55085L1.75 5.5L1.75 5.44916V5.44912C1.74996 4.66759 1.74994 4.00659 1.82076 3.47984C1.89601 2.92013 2.06337 2.40109 2.48223 1.98224C2.90109 1.56338 3.42012 1.39601 3.97984 1.32076C4.50658 1.24994 5.16758 1.24997 5.94911 1.25H5.94915Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.53035 13.8179C4.95899 13.4909 5.42694 13.25 6 13.25C6.57306 13.25 7.04101 13.4909 7.46965 13.8179C7.87188 14.1248 8.38723 14.6402 8.90907 15.1621C9.43097 15.684 9.87517 16.1281 10.1821 16.5303C10.5091 16.959 10.75 17.4269 10.75 18C10.75 18.5731 10.5091 19.041 10.1821 19.4697C9.87517 19.8719 9.43097 20.316 8.90907 20.8379C8.38723 21.3598 7.87187 21.8752 7.46965 22.1821C7.04101 22.5091 6.57306 22.75 6 22.75C5.42694 22.75 4.95899 22.5091 4.53035 22.1821C4.12812 21.8752 3.61278 21.3598 3.09093 20.8379C2.56903 20.316 2.12483 19.8719 1.81795 19.4697C1.4909 19.041 1.25 18.5731 1.25 18C1.25 17.4269 1.4909 16.959 1.81795 16.5303C2.12483 16.1281 2.64022 15.6128 3.16212 15.0909C3.68397 14.569 4.12812 14.1248 4.53035 13.8179Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 8C5.44771 8 5 8.44772 5 9V14C5 14.5523 5.44771 15 6 15C6.55229 15 7 14.5523 7 14V9C7 8.44772 6.55229 8 6 8ZM16 18C16 17.4477 15.5523 17 15 17H10C9.44772 17 9 17.4477 9 18C9 18.5523 9.44772 19 10 19H15C15.5523 19 16 18.5523 16 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4492 13.75L18.5 13.75L18.5508 13.75H18.5509C19.3324 13.75 19.9934 13.7499 20.5202 13.8208C21.0799 13.896 21.5989 14.0634 22.0178 14.4822C22.4366 14.9011 22.604 15.4201 22.6792 15.9798C22.7501 16.5066 22.75 17.1676 22.75 17.9491V17.9492V18.0508V18.0509C22.75 18.8324 22.7501 19.4934 22.6792 20.0202C22.604 20.5799 22.4366 21.0989 22.0178 21.5178C21.5989 21.9366 21.0799 22.104 20.5202 22.1792C19.9934 22.2501 19.3324 22.25 18.5509 22.25H18.5508H18.4492H18.4491C17.6676 22.25 17.0066 22.2501 16.4798 22.1792C15.9201 22.104 15.4011 21.9366 14.9822 21.5178C14.5634 21.0989 14.396 20.5799 14.3208 20.0202C14.2499 19.4934 14.25 18.8324 14.25 18.0509V18.0508L14.25 18L14.25 17.9492V17.9491C14.25 17.1676 14.2499 16.5066 14.3208 15.9798C14.396 15.4201 14.5634 14.9011 14.9822 14.4822C15.4011 14.0634 15.9201 13.896 16.4798 13.8208C17.0066 13.7499 17.6676 13.75 18.4491 13.75H18.4492Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-flow-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8276 1.25L14.875 1.25L14.9224 1.25L14.9224 1.25C15.471 1.24996 15.9558 1.24992 16.3465 1.30246C16.7701 1.3594 17.1936 1.49016 17.5392 1.83579C17.8849 2.18143 18.0156 2.60492 18.0726 3.02848C18.1251 3.41923 18.1251 3.90401 18.125 4.45256V4.45258L18.125 4.50001L18.125 4.54743V4.54745C18.1251 5.096 18.1251 5.58078 18.0726 5.97153C18.0156 6.39509 17.8849 6.81858 17.5392 7.16422C17.1936 7.50985 16.7701 7.64061 16.3465 7.69755C15.9558 7.75009 15.471 7.75005 14.9225 7.75001H14.9224L14.875 7.75L14.8276 7.75001H14.8276C14.279 7.75005 13.7942 7.75009 13.4035 7.69755C12.9799 7.64061 12.5564 7.50985 12.2108 7.16422C11.8652 6.81858 11.7344 6.39509 11.6775 5.97153C11.6249 5.58077 11.625 5.09599 11.625 4.54744L11.625 4.50001L11.625 4.45257L11.625 4.45257C11.625 3.90402 11.6249 3.41924 11.6775 3.02848C11.7344 2.60492 11.8652 2.18143 12.2108 1.83579C12.5564 1.49016 12.9799 1.3594 13.4035 1.30246C13.7942 1.24992 14.279 1.24996 14.8276 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8276 16.25L14.875 16.25L14.9224 16.25L14.9224 16.25C15.471 16.25 15.9558 16.2499 16.3465 16.3025C16.7701 16.3594 17.1936 16.4902 17.5392 16.8358C17.8849 17.1814 18.0156 17.6049 18.0726 18.0285C18.1251 18.4192 18.1251 18.904 18.125 19.4526V19.4526L18.125 19.5L18.125 19.5474V19.5475C18.1251 20.096 18.1251 20.5808 18.0726 20.9715C18.0156 21.3951 17.8849 21.8186 17.5392 22.1642C17.1936 22.5099 16.7701 22.6406 16.3465 22.6976C15.9558 22.7501 15.471 22.7501 14.9225 22.75H14.9224L14.875 22.75L14.8276 22.75H14.8276C14.279 22.7501 13.7942 22.7501 13.4035 22.6976C12.9799 22.6406 12.5564 22.5099 12.2108 22.1642C11.8652 21.8186 11.7344 21.3951 11.6775 20.9715C11.6249 20.5808 11.625 20.096 11.625 19.5474L11.625 19.5L11.625 19.4526L11.625 19.4526C11.625 18.904 11.6249 18.4192 11.6775 18.0285C11.7344 17.6049 11.8652 17.1814 12.2108 16.8358C12.5564 16.4902 12.9799 16.3594 13.4035 16.3025C13.7942 16.2499 14.279 16.25 14.8276 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.41994 8.25C6.20663 8.24998 6.86141 8.24996 7.38109 8.30985C7.92186 8.37217 8.4299 8.50935 8.85054 8.8699C9.28785 9.24474 9.47112 9.72301 9.55188 10.2379C9.62512 10.7048 9.62507 11.285 9.62501 11.9446L9.62501 12L9.62501 12.0554C9.62507 12.715 9.62512 13.2952 9.55188 13.7621C9.47112 14.277 9.28785 14.7553 8.85054 15.1301C8.4299 15.4907 7.92186 15.6278 7.38109 15.6902C6.86141 15.75 6.20661 15.75 5.41991 15.75H5.3301C4.5434 15.75 3.88861 15.75 3.36892 15.6902C2.82815 15.6278 2.32011 15.4907 1.89948 15.1301C1.46216 14.7553 1.27889 14.277 1.19814 13.7621C1.1249 13.2952 1.12495 12.715 1.125 12.0554L1.125 12.0554L1.12501 12L1.125 11.9446L1.125 11.9446C1.12495 11.285 1.1249 10.7048 1.19814 10.2379C1.27889 9.72301 1.46216 9.24474 1.89948 8.8699C2.32011 8.50935 2.82815 8.37217 3.36892 8.30985C3.8886 8.24996 4.54338 8.24998 5.33007 8.25H5.3301H5.41991H5.41994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.82645 3.49976C8.84258 3.49976 8.85877 3.49976 8.87501 3.49976H12.375C12.9273 3.49976 13.375 3.94747 13.375 4.49976C13.375 5.05204 12.9273 5.49976 12.375 5.49976H8.87501C8.15196 5.49976 7.68495 5.50097 7.33314 5.53676C6.99803 5.57085 6.87996 5.62785 6.81944 5.66829C6.71025 5.74125 6.6165 5.835 6.54354 5.94419C6.50309 6.00471 6.44609 6.12279 6.412 6.45789C6.37622 6.8097 6.37501 7.27672 6.37501 7.99976V8.99994C6.37501 9.55222 5.92729 9.99994 5.37501 9.99994C4.82272 9.99994 4.37501 9.55222 4.37501 8.99994V7.99976C4.37501 7.98352 4.37501 7.96733 4.37501 7.9512C4.37498 7.29045 4.37495 6.72065 4.42227 6.25548C4.47245 5.76224 4.58398 5.27697 4.8806 4.83305C5.09947 4.50548 5.38073 4.22423 5.7083 4.00535C6.15222 3.70873 6.63749 3.5972 7.13073 3.54703C7.5959 3.49971 8.1657 3.49973 8.82645 3.49976ZM16.375 4.49985C16.375 3.94756 16.8227 3.49985 17.375 3.49985H21.8744C22.4266 3.49985 22.8744 3.94756 22.8744 4.49985C22.8744 5.05213 22.4266 5.49985 21.8744 5.49985H17.375C16.8227 5.49985 16.375 5.05213 16.375 4.49985ZM5.37501 14.0001C5.92729 14.0001 6.37501 14.4478 6.37501 15.0001V16.0002C6.37501 16.7233 6.37622 17.1903 6.412 17.5421C6.44609 17.8772 6.50309 17.9953 6.54354 18.0558C6.6165 18.165 6.71025 18.2588 6.81944 18.3317C6.87996 18.3722 6.99803 18.4292 7.33314 18.4632C7.68495 18.499 8.15196 18.5002 8.87501 18.5002H12.375C12.9273 18.5002 13.375 18.948 13.375 19.5002C13.375 20.0525 12.9273 20.5002 12.375 20.5002H8.82643C8.16569 20.5003 7.59589 20.5003 7.13073 20.453C6.63749 20.4028 6.15222 20.2913 5.7083 19.9947C5.38073 19.7758 5.09947 19.4945 4.8806 19.167C4.58398 18.723 4.47245 18.2378 4.42227 17.7445C4.37495 17.2794 4.37498 16.7096 4.37501 16.0488L4.37501 15.0001C4.37501 14.4478 4.82272 14.0001 5.37501 14.0001ZM16.375 19.5002C16.375 18.9479 16.8227 18.5002 17.375 18.5002H21.8744C22.4266 18.5002 22.8744 18.9479 22.8744 19.5002C22.8744 20.0524 22.4266 20.5002 21.8744 20.5002H17.375C16.8227 20.5002 16.375 20.0524 16.375 19.5002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8276 1.25L14.875 1.25L14.9224 1.25L14.9224 1.25C15.471 1.24996 15.9558 1.24992 16.3465 1.30246C16.7701 1.3594 17.1936 1.49016 17.5392 1.83579C17.8849 2.18143 18.0156 2.60492 18.0726 3.02848C18.1251 3.41923 18.1251 3.90401 18.125 4.45256V4.45258L18.125 4.50001L18.125 4.54743V4.54745C18.1251 5.096 18.1251 5.58078 18.0726 5.97153C18.0156 6.39509 17.8849 6.81858 17.5392 7.16422C17.1936 7.50985 16.7701 7.64061 16.3465 7.69755C15.9558 7.75009 15.471 7.75005 14.9225 7.75001H14.9224L14.875 7.75L14.8276 7.75001H14.8276C14.279 7.75005 13.7942 7.75009 13.4035 7.69755C12.9799 7.64061 12.5564 7.50985 12.2108 7.16422C11.8652 6.81858 11.7344 6.39509 11.6775 5.97153C11.6249 5.58077 11.625 5.09599 11.625 4.54744L11.625 4.50001L11.625 4.45257L11.625 4.45257C11.625 3.90402 11.6249 3.41924 11.6775 3.02848C11.7344 2.60492 11.8652 2.18143 12.2108 1.83579C12.5564 1.49016 12.9799 1.3594 13.4035 1.30246C13.7942 1.24992 14.279 1.24996 14.8276 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8276 16.25L14.875 16.25L14.9224 16.25L14.9224 16.25C15.471 16.25 15.9558 16.2499 16.3465 16.3025C16.7701 16.3594 17.1936 16.4902 17.5392 16.8358C17.8849 17.1814 18.0156 17.6049 18.0726 18.0285C18.1251 18.4192 18.1251 18.904 18.125 19.4526V19.4526L18.125 19.5L18.125 19.5474V19.5475C18.1251 20.096 18.1251 20.5808 18.0726 20.9715C18.0156 21.3951 17.8849 21.8186 17.5392 22.1642C17.1936 22.5099 16.7701 22.6406 16.3465 22.6976C15.9558 22.7501 15.471 22.7501 14.9225 22.75H14.9224L14.875 22.75L14.8276 22.75H14.8276C14.279 22.7501 13.7942 22.7501 13.4035 22.6976C12.9799 22.6406 12.5564 22.5099 12.2108 22.1642C11.8652 21.8186 11.7344 21.3951 11.6775 20.9715C11.6249 20.5808 11.625 20.096 11.625 19.5474L11.625 19.5L11.625 19.4526L11.625 19.4526C11.625 18.904 11.6249 18.4192 11.6775 18.0285C11.7344 17.6049 11.8652 17.1814 12.2108 16.8358C12.5564 16.4902 12.9799 16.3594 13.4035 16.3025C13.7942 16.2499 14.279 16.25 14.8276 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.41994 8.25C6.20663 8.24998 6.86141 8.24996 7.38109 8.30985C7.92186 8.37217 8.4299 8.50935 8.85054 8.8699C9.28785 9.24474 9.47112 9.72301 9.55188 10.2379C9.62512 10.7048 9.62507 11.285 9.62501 11.9446L9.62501 12L9.62501 12.0554C9.62507 12.715 9.62512 13.2952 9.55188 13.7621C9.47112 14.277 9.28785 14.7553 8.85054 15.1301C8.4299 15.4907 7.92186 15.6278 7.38109 15.6902C6.86141 15.75 6.20661 15.75 5.41991 15.75H5.3301C4.5434 15.75 3.88861 15.75 3.36892 15.6902C2.82815 15.6278 2.32011 15.4907 1.89948 15.1301C1.46216 14.7553 1.27889 14.277 1.19814 13.7621C1.1249 13.2952 1.12495 12.715 1.125 12.0554L1.125 12.0554L1.12501 12L1.125 11.9446L1.125 11.9446C1.12495 11.285 1.1249 10.7048 1.19814 10.2379C1.27889 9.72301 1.46216 9.24474 1.89948 8.8699C2.32011 8.50935 2.82815 8.37217 3.36892 8.30985C3.8886 8.24996 4.54338 8.24998 5.33007 8.25H5.3301H5.41991H5.41994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.82645 3.49976C8.84258 3.49976 8.85877 3.49976 8.87501 3.49976H12.375C12.9273 3.49976 13.375 3.94747 13.375 4.49976C13.375 5.05204 12.9273 5.49976 12.375 5.49976H8.87501C8.15196 5.49976 7.68495 5.50097 7.33314 5.53676C6.99803 5.57085 6.87996 5.62785 6.81944 5.66829C6.71025 5.74125 6.6165 5.835 6.54354 5.94419C6.50309 6.00471 6.44609 6.12279 6.412 6.45789C6.37622 6.8097 6.37501 7.27672 6.37501 7.99976V8.99994C6.37501 9.55222 5.92729 9.99994 5.37501 9.99994C4.82272 9.99994 4.37501 9.55222 4.37501 8.99994V7.99976C4.37501 7.98352 4.37501 7.96733 4.37501 7.9512C4.37498 7.29045 4.37495 6.72065 4.42227 6.25548C4.47245 5.76224 4.58398 5.27697 4.8806 4.83305C5.09947 4.50548 5.38073 4.22423 5.7083 4.00535C6.15222 3.70873 6.63749 3.5972 7.13073 3.54703C7.5959 3.49971 8.1657 3.49973 8.82645 3.49976ZM16.375 4.49985C16.375 3.94756 16.8227 3.49985 17.375 3.49985H21.8744C22.4266 3.49985 22.8744 3.94756 22.8744 4.49985C22.8744 5.05213 22.4266 5.49985 21.8744 5.49985H17.375C16.8227 5.49985 16.375 5.05213 16.375 4.49985ZM5.37501 14.0001C5.92729 14.0001 6.37501 14.4478 6.37501 15.0001V16.0002C6.37501 16.7233 6.37622 17.1903 6.412 17.5421C6.44609 17.8772 6.50309 17.9953 6.54354 18.0558C6.6165 18.165 6.71025 18.2588 6.81944 18.3317C6.87996 18.3722 6.99803 18.4292 7.33314 18.4632C7.68495 18.499 8.15196 18.5002 8.87501 18.5002H12.375C12.9273 18.5002 13.375 18.948 13.375 19.5002C13.375 20.0525 12.9273 20.5002 12.375 20.5002H8.82643C8.16569 20.5003 7.59589 20.5003 7.13073 20.453C6.63749 20.4028 6.15222 20.2913 5.7083 19.9947C5.38073 19.7758 5.09947 19.4945 4.8806 19.167C4.58398 18.723 4.47245 18.2378 4.42227 17.7445C4.37495 17.2794 4.37498 16.7096 4.37501 16.0488L4.37501 15.0001C4.37501 14.4478 4.82272 14.0001 5.37501 14.0001ZM16.375 19.5002C16.375 18.9479 16.8227 18.5002 17.375 18.5002H21.8744C22.4266 18.5002 22.8744 18.9479 22.8744 19.5002C22.8744 20.0524 22.4266 20.5002 21.8744 20.5002H17.375C16.8227 20.5002 16.375 20.0524 16.375 19.5002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-flow{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.25 6.5C13.25 4.15279 15.1528 2.25 17.5 2.25C19.8472 2.25 21.75 4.15279 21.75 6.5C21.75 8.84721 19.8472 10.75 17.5 10.75C15.1528 10.75 13.25 8.84721 13.25 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.44915 2.25L6.5 2.25L6.55084 2.25H6.55089C7.33241 2.24997 7.99341 2.24994 8.52016 2.32076C9.07988 2.39601 9.59891 2.56338 10.0178 2.98224C10.4366 3.40109 10.604 3.92013 10.6792 4.47984C10.7501 5.00659 10.75 5.66759 10.75 6.44912V6.44916V6.55084V6.55088C10.75 7.33241 10.7501 7.99342 10.6792 8.52016C10.604 9.07988 10.4366 9.59891 10.0178 10.0178C9.59891 10.4366 9.07988 10.604 8.52016 10.6792C7.99341 10.7501 7.33241 10.75 6.55088 10.75H6.55084H6.44916H6.44912C5.66759 10.75 5.00659 10.7501 4.47984 10.6792C3.92012 10.604 3.40109 10.4366 2.98223 10.0178C2.56337 9.59891 2.39601 9.07988 2.32076 8.52016C2.24994 7.99342 2.24996 7.33242 2.25 6.55089V6.55085L2.25 6.5L2.25 6.44916V6.44912C2.24996 5.66759 2.24994 5.00659 2.32076 4.47984C2.39601 3.92013 2.56337 3.40109 2.98223 2.98224C3.40109 2.56338 3.92012 2.39601 4.47984 2.32076C5.00658 2.24994 5.66758 2.24997 6.44911 2.25H6.44915Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.44915 13.25L6.5 13.25L6.55084 13.25H6.55089C7.33241 13.25 7.99341 13.2499 8.52016 13.3208C9.07988 13.396 9.59891 13.5634 10.0178 13.9822C10.4366 14.4011 10.604 14.9201 10.6792 15.4798C10.7501 16.0066 10.75 16.6676 10.75 17.4491V17.4492V17.5508V17.5509C10.75 18.3324 10.7501 18.9934 10.6792 19.5202C10.604 20.0799 10.4366 20.5989 10.0178 21.0178C9.59891 21.4366 9.07988 21.604 8.52016 21.6792C7.99341 21.7501 7.33241 21.75 6.55088 21.75H6.55084H6.44916H6.44912C5.66759 21.75 5.00659 21.7501 4.47984 21.6792C3.92012 21.604 3.40109 21.4366 2.98223 21.0178C2.56337 20.5989 2.39601 20.0799 2.32076 19.5202C2.24994 18.9934 2.24996 18.3324 2.25 17.5509V17.5508L2.25 17.5L2.25 17.4492V17.4491C2.24996 16.6676 2.24994 16.0066 2.32076 15.4798C2.39601 14.9201 2.56337 14.4011 2.98223 13.9822C3.40109 13.5634 3.92012 13.396 4.47984 13.3208C5.00658 13.2499 5.66758 13.25 6.44911 13.25H6.44915Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4492 13.25L17.5 13.25L17.5508 13.25H17.5509C18.3324 13.25 18.9934 13.2499 19.5202 13.3208C20.0799 13.396 20.5989 13.5634 21.0178 13.9822C21.4366 14.4011 21.604 14.9201 21.6792 15.4798C21.7501 16.0066 21.75 16.6676 21.75 17.4491V17.4492V17.5508V17.5509C21.75 18.3324 21.7501 18.9934 21.6792 19.5202C21.604 20.0799 21.4366 20.5989 21.0178 21.0178C20.5989 21.4366 20.0799 21.604 19.5202 21.6792C18.9934 21.7501 18.3324 21.75 17.5509 21.75H17.5508H17.4492H17.4491C16.6676 21.75 16.0066 21.7501 15.4798 21.6792C14.9201 21.604 14.4011 21.4366 13.9822 21.0178C13.5634 20.5989 13.396 20.0799 13.3208 19.5202C13.2499 18.9934 13.25 18.3324 13.25 17.5509V17.5508L13.25 17.5L13.25 17.4492V17.4491C13.25 16.6676 13.2499 16.0066 13.3208 15.4798C13.396 14.9201 13.5634 14.4011 13.9822 13.9822C14.4011 13.5634 14.9201 13.396 15.4798 13.3208C16.0066 13.2499 16.6676 13.25 17.4491 13.25H17.4492Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 6.5C9 5.94772 9.44772 5.5 10 5.5H14C14.5523 5.5 15 5.94772 15 6.5C15 7.05228 14.5523 7.5 14 7.5H10C9.44772 7.5 9 7.05228 9 6.5ZM17.5 9C18.0523 9 18.5 9.44772 18.5 10V14C18.5 14.5523 18.0523 15 17.5 15C16.9477 15 16.5 14.5523 16.5 14V10C16.5 9.44772 16.9477 9 17.5 9ZM9 17.5C9 16.9477 9.44772 16.5 10 16.5H14C14.5523 16.5 15 16.9477 15 17.5C15 18.0523 14.5523 18.5 14 18.5H10C9.44772 18.5 9 18.0523 9 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.25 6.5C13.25 4.15279 15.1528 2.25 17.5 2.25C19.8472 2.25 21.75 4.15279 21.75 6.5C21.75 8.84721 19.8472 10.75 17.5 10.75C15.1528 10.75 13.25 8.84721 13.25 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.44915 2.25L6.5 2.25L6.55084 2.25H6.55089C7.33241 2.24997 7.99341 2.24994 8.52016 2.32076C9.07988 2.39601 9.59891 2.56338 10.0178 2.98224C10.4366 3.40109 10.604 3.92013 10.6792 4.47984C10.7501 5.00659 10.75 5.66759 10.75 6.44912V6.44916V6.55084V6.55088C10.75 7.33241 10.7501 7.99342 10.6792 8.52016C10.604 9.07988 10.4366 9.59891 10.0178 10.0178C9.59891 10.4366 9.07988 10.604 8.52016 10.6792C7.99341 10.7501 7.33241 10.75 6.55088 10.75H6.55084H6.44916H6.44912C5.66759 10.75 5.00659 10.7501 4.47984 10.6792C3.92012 10.604 3.40109 10.4366 2.98223 10.0178C2.56337 9.59891 2.39601 9.07988 2.32076 8.52016C2.24994 7.99342 2.24996 7.33242 2.25 6.55089V6.55085L2.25 6.5L2.25 6.44916V6.44912C2.24996 5.66759 2.24994 5.00659 2.32076 4.47984C2.39601 3.92013 2.56337 3.40109 2.98223 2.98224C3.40109 2.56338 3.92012 2.39601 4.47984 2.32076C5.00658 2.24994 5.66758 2.24997 6.44911 2.25H6.44915Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.44915 13.25L6.5 13.25L6.55084 13.25H6.55089C7.33241 13.25 7.99341 13.2499 8.52016 13.3208C9.07988 13.396 9.59891 13.5634 10.0178 13.9822C10.4366 14.4011 10.604 14.9201 10.6792 15.4798C10.7501 16.0066 10.75 16.6676 10.75 17.4491V17.4492V17.5508V17.5509C10.75 18.3324 10.7501 18.9934 10.6792 19.5202C10.604 20.0799 10.4366 20.5989 10.0178 21.0178C9.59891 21.4366 9.07988 21.604 8.52016 21.6792C7.99341 21.7501 7.33241 21.75 6.55088 21.75H6.55084H6.44916H6.44912C5.66759 21.75 5.00659 21.7501 4.47984 21.6792C3.92012 21.604 3.40109 21.4366 2.98223 21.0178C2.56337 20.5989 2.39601 20.0799 2.32076 19.5202C2.24994 18.9934 2.24996 18.3324 2.25 17.5509V17.5508L2.25 17.5L2.25 17.4492V17.4491C2.24996 16.6676 2.24994 16.0066 2.32076 15.4798C2.39601 14.9201 2.56337 14.4011 2.98223 13.9822C3.40109 13.5634 3.92012 13.396 4.47984 13.3208C5.00658 13.2499 5.66758 13.25 6.44911 13.25H6.44915Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4492 13.25L17.5 13.25L17.5508 13.25H17.5509C18.3324 13.25 18.9934 13.2499 19.5202 13.3208C20.0799 13.396 20.5989 13.5634 21.0178 13.9822C21.4366 14.4011 21.604 14.9201 21.6792 15.4798C21.7501 16.0066 21.75 16.6676 21.75 17.4491V17.4492V17.5508V17.5509C21.75 18.3324 21.7501 18.9934 21.6792 19.5202C21.604 20.0799 21.4366 20.5989 21.0178 21.0178C20.5989 21.4366 20.0799 21.604 19.5202 21.6792C18.9934 21.7501 18.3324 21.75 17.5509 21.75H17.5508H17.4492H17.4491C16.6676 21.75 16.0066 21.7501 15.4798 21.6792C14.9201 21.604 14.4011 21.4366 13.9822 21.0178C13.5634 20.5989 13.396 20.0799 13.3208 19.5202C13.2499 18.9934 13.25 18.3324 13.25 17.5509V17.5508L13.25 17.5L13.25 17.4492V17.4491C13.25 16.6676 13.2499 16.0066 13.3208 15.4798C13.396 14.9201 13.5634 14.4011 13.9822 13.9822C14.4011 13.5634 14.9201 13.396 15.4798 13.3208C16.0066 13.2499 16.6676 13.25 17.4491 13.25H17.4492Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 6.5C9 5.94772 9.44772 5.5 10 5.5H14C14.5523 5.5 15 5.94772 15 6.5C15 7.05228 14.5523 7.5 14 7.5H10C9.44772 7.5 9 7.05228 9 6.5ZM17.5 9C18.0523 9 18.5 9.44772 18.5 10V14C18.5 14.5523 18.0523 15 17.5 15C16.9477 15 16.5 14.5523 16.5 14V10C16.5 9.44772 16.9477 9 17.5 9ZM9 17.5C9 16.9477 9.44772 16.5 10 16.5H14C14.5523 16.5 15 16.9477 15 17.5C15 18.0523 14.5523 18.5 14 18.5H10C9.44772 18.5 9 18.0523 9 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-flowchart-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9497 8.64678C11.2287 8.43385 11.5687 8.25 12 8.25C12.4313 8.25 12.7713 8.43385 13.0503 8.64678C13.3032 8.83973 13.5769 9.11346 13.8738 9.41048L14.5895 10.1262L14.5895 10.1262C14.8866 10.4231 15.1603 10.6968 15.3532 10.9497C15.5662 11.2287 15.75 11.5687 15.75 12C15.75 12.4313 15.5662 12.7713 15.3532 13.0503C15.1603 13.3032 14.8865 13.5769 14.5895 13.8738L14.5895 13.8738L13.8738 14.5895L13.8738 14.5895C13.5769 14.8865 13.3032 15.1603 13.0503 15.3532C12.7713 15.5662 12.4313 15.75 12 15.75C11.5687 15.75 11.2287 15.5662 10.9497 15.3532C10.6968 15.1603 10.4231 14.8865 10.1262 14.5895L10.1262 14.5895L9.41049 13.8739C9.11347 13.5769 8.83974 13.3032 8.64678 13.0503C8.43385 12.7713 8.25 12.4313 8.25 12C8.25 11.5687 8.43385 11.2287 8.64678 10.9497C8.83973 10.6968 9.11346 10.4231 9.41048 10.1262L9.41048 10.1262L10.1262 9.41048L10.1262 9.41048C10.4231 9.11346 10.6968 8.83973 10.9497 8.64678Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.82851 1.34728C9.17373 1.27144 9.5701 1.25 10 1.25H14C14.4299 1.25 14.8263 1.27144 15.1715 1.34728C15.5252 1.42498 15.8713 1.56966 16.1508 1.84917C16.4303 2.12868 16.575 2.4748 16.6527 2.82851C16.7286 3.17373 16.75 3.5701 16.75 4C16.75 4.4299 16.7286 4.82627 16.6527 5.17149C16.575 5.5252 16.4303 5.87132 16.1508 6.15083C15.8713 6.43034 15.5252 6.57502 15.1715 6.65272C14.8263 6.72856 14.4299 6.75 14 6.75H10C9.5701 6.75 9.17373 6.72856 8.82851 6.65272C8.4748 6.57502 8.12868 6.43034 7.84917 6.15083C7.56966 5.87132 7.42498 5.5252 7.34728 5.17149C7.27144 4.82627 7.25 4.4299 7.25 4C7.25 3.5701 7.27144 3.17373 7.34728 2.82851C7.42498 2.4748 7.56966 2.12868 7.84917 1.84917C8.12868 1.56966 8.4748 1.42498 8.82851 1.34728Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.82851 17.3473C9.17373 17.2714 9.5701 17.25 10 17.25H14C14.4299 17.25 14.8263 17.2714 15.1715 17.3473C15.5252 17.425 15.8713 17.5697 16.1508 17.8492C16.4303 18.1287 16.575 18.4748 16.6527 18.8285C16.7286 19.1737 16.75 19.5701 16.75 20C16.75 20.4299 16.7286 20.8263 16.6527 21.1715C16.575 21.5252 16.4303 21.8713 16.1508 22.1508C15.8713 22.4303 15.5252 22.575 15.1715 22.6527C14.8263 22.7286 14.4299 22.75 14 22.75H10C9.5701 22.75 9.17373 22.7286 8.82851 22.6527C8.4748 22.575 8.12868 22.4303 7.84917 22.1508C7.56966 21.8713 7.42498 21.5252 7.34728 21.1715C7.27144 20.8263 7.25 20.4299 7.25 20C7.25 19.5701 7.27144 19.1737 7.34728 18.8285C7.42498 18.4748 7.56966 18.1287 7.84917 17.8492C8.12868 17.5697 8.4748 17.425 8.82851 17.3473Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.93417 3C7.95604 3 7.97798 3 8 3C8.55229 3 9 3.44772 9 4C9 4.55229 8.55229 5 8 5C7.02892 5 6.40121 5.00213 5.9387 5.06431C5.50497 5.12263 5.36902 5.21677 5.29289 5.2929C5.21677 5.36902 5.12262 5.50497 5.06431 5.93871C5.00212 6.40122 5 7.02893 5 8C5 8.97108 5.00212 9.59879 5.06431 10.0613C5.12262 10.495 5.21677 10.631 5.29289 10.7071C5.36902 10.7832 5.50497 10.8774 5.9387 10.9357C6.40121 10.9979 7.02892 11 8 11H8.5C9.05229 11 9.5 11.4477 9.5 12C9.5 12.5523 9.05229 13 8.5 13L7.93417 13C7.04768 13.0001 6.28387 13.0001 5.67221 12.9179C5.01669 12.8297 4.38834 12.631 3.87868 12.1213C3.36902 11.6117 3.17027 10.9833 3.08214 10.3278C2.99991 9.71614 2.99995 8.95232 3 8.06583C3 8.04397 3 8.02202 3 8C3 7.97799 3 7.95604 3 7.93417C2.99995 7.04769 2.99991 6.28387 3.08214 5.67221C3.17027 5.0167 3.36902 4.38835 3.87868 3.87868C4.38834 3.36902 5.01669 3.17028 5.67221 3.08215C6.28387 2.99991 7.04768 2.99995 7.93417 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.0613 13.0643C17.5988 13.0021 16.9711 13 16 13H15.5C14.9477 13 14.5 12.5523 14.5 12C14.5 11.4477 14.9477 11 15.5 11H16C16.022 11 16.044 11 16.0658 11C16.9523 11 17.7161 10.9999 18.3278 11.0821C18.9833 11.1703 19.6117 11.369 20.1213 11.8787C20.631 12.3883 20.8297 13.0167 20.9179 13.6722C21.0001 14.2839 21.0001 15.0477 21 15.9342C21 15.956 21 15.978 21 16C21 16.022 21 16.044 21 16.0658C21.0001 16.9523 21.0001 17.7161 20.9179 18.3278C20.8297 18.9833 20.631 19.6117 20.1213 20.1213C19.6117 20.631 18.9833 20.8297 18.3278 20.9179C17.7161 21.0001 16.9523 21.0001 16.0658 21L16 21C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19C16.9711 19 17.5988 18.9979 18.0613 18.9357C18.495 18.8774 18.631 18.7832 18.7071 18.7071C18.7832 18.631 18.8774 18.495 18.9357 18.0613C18.9979 17.5988 19 16.9711 19 16C19 15.0289 18.9979 14.4012 18.9357 13.9387C18.8774 13.505 18.7832 13.369 18.7071 13.2929C18.631 13.2168 18.495 13.1226 18.0613 13.0643Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5C12.5523 5 13 5.44772 13 6V8.5C13 9.05228 12.5523 9.5 12 9.5C11.4477 9.5 11 9.05228 11 8.5V6C11 5.44772 11.4477 5 12 5ZM12 14.5C12.5523 14.5 13 14.9477 13 15.5V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V15.5C11 14.9477 11.4477 14.5 12 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9497 8.64678C11.2287 8.43385 11.5687 8.25 12 8.25C12.4313 8.25 12.7713 8.43385 13.0503 8.64678C13.3032 8.83973 13.5769 9.11346 13.8738 9.41048L14.5895 10.1262L14.5895 10.1262C14.8866 10.4231 15.1603 10.6968 15.3532 10.9497C15.5662 11.2287 15.75 11.5687 15.75 12C15.75 12.4313 15.5662 12.7713 15.3532 13.0503C15.1603 13.3032 14.8865 13.5769 14.5895 13.8738L14.5895 13.8738L13.8738 14.5895L13.8738 14.5895C13.5769 14.8865 13.3032 15.1603 13.0503 15.3532C12.7713 15.5662 12.4313 15.75 12 15.75C11.5687 15.75 11.2287 15.5662 10.9497 15.3532C10.6968 15.1603 10.4231 14.8865 10.1262 14.5895L10.1262 14.5895L9.41049 13.8739C9.11347 13.5769 8.83974 13.3032 8.64678 13.0503C8.43385 12.7713 8.25 12.4313 8.25 12C8.25 11.5687 8.43385 11.2287 8.64678 10.9497C8.83973 10.6968 9.11346 10.4231 9.41048 10.1262L9.41048 10.1262L10.1262 9.41048L10.1262 9.41048C10.4231 9.11346 10.6968 8.83973 10.9497 8.64678Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.82851 1.34728C9.17373 1.27144 9.5701 1.25 10 1.25H14C14.4299 1.25 14.8263 1.27144 15.1715 1.34728C15.5252 1.42498 15.8713 1.56966 16.1508 1.84917C16.4303 2.12868 16.575 2.4748 16.6527 2.82851C16.7286 3.17373 16.75 3.5701 16.75 4C16.75 4.4299 16.7286 4.82627 16.6527 5.17149C16.575 5.5252 16.4303 5.87132 16.1508 6.15083C15.8713 6.43034 15.5252 6.57502 15.1715 6.65272C14.8263 6.72856 14.4299 6.75 14 6.75H10C9.5701 6.75 9.17373 6.72856 8.82851 6.65272C8.4748 6.57502 8.12868 6.43034 7.84917 6.15083C7.56966 5.87132 7.42498 5.5252 7.34728 5.17149C7.27144 4.82627 7.25 4.4299 7.25 4C7.25 3.5701 7.27144 3.17373 7.34728 2.82851C7.42498 2.4748 7.56966 2.12868 7.84917 1.84917C8.12868 1.56966 8.4748 1.42498 8.82851 1.34728Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.82851 17.3473C9.17373 17.2714 9.5701 17.25 10 17.25H14C14.4299 17.25 14.8263 17.2714 15.1715 17.3473C15.5252 17.425 15.8713 17.5697 16.1508 17.8492C16.4303 18.1287 16.575 18.4748 16.6527 18.8285C16.7286 19.1737 16.75 19.5701 16.75 20C16.75 20.4299 16.7286 20.8263 16.6527 21.1715C16.575 21.5252 16.4303 21.8713 16.1508 22.1508C15.8713 22.4303 15.5252 22.575 15.1715 22.6527C14.8263 22.7286 14.4299 22.75 14 22.75H10C9.5701 22.75 9.17373 22.7286 8.82851 22.6527C8.4748 22.575 8.12868 22.4303 7.84917 22.1508C7.56966 21.8713 7.42498 21.5252 7.34728 21.1715C7.27144 20.8263 7.25 20.4299 7.25 20C7.25 19.5701 7.27144 19.1737 7.34728 18.8285C7.42498 18.4748 7.56966 18.1287 7.84917 17.8492C8.12868 17.5697 8.4748 17.425 8.82851 17.3473Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.93417 3C7.95604 3 7.97798 3 8 3C8.55229 3 9 3.44772 9 4C9 4.55229 8.55229 5 8 5C7.02892 5 6.40121 5.00213 5.9387 5.06431C5.50497 5.12263 5.36902 5.21677 5.29289 5.2929C5.21677 5.36902 5.12262 5.50497 5.06431 5.93871C5.00212 6.40122 5 7.02893 5 8C5 8.97108 5.00212 9.59879 5.06431 10.0613C5.12262 10.495 5.21677 10.631 5.29289 10.7071C5.36902 10.7832 5.50497 10.8774 5.9387 10.9357C6.40121 10.9979 7.02892 11 8 11H8.5C9.05229 11 9.5 11.4477 9.5 12C9.5 12.5523 9.05229 13 8.5 13L7.93417 13C7.04768 13.0001 6.28387 13.0001 5.67221 12.9179C5.01669 12.8297 4.38834 12.631 3.87868 12.1213C3.36902 11.6117 3.17027 10.9833 3.08214 10.3278C2.99991 9.71614 2.99995 8.95232 3 8.06583C3 8.04397 3 8.02202 3 8C3 7.97799 3 7.95604 3 7.93417C2.99995 7.04769 2.99991 6.28387 3.08214 5.67221C3.17027 5.0167 3.36902 4.38835 3.87868 3.87868C4.38834 3.36902 5.01669 3.17028 5.67221 3.08215C6.28387 2.99991 7.04768 2.99995 7.93417 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.0613 13.0643C17.5988 13.0021 16.9711 13 16 13H15.5C14.9477 13 14.5 12.5523 14.5 12C14.5 11.4477 14.9477 11 15.5 11H16C16.022 11 16.044 11 16.0658 11C16.9523 11 17.7161 10.9999 18.3278 11.0821C18.9833 11.1703 19.6117 11.369 20.1213 11.8787C20.631 12.3883 20.8297 13.0167 20.9179 13.6722C21.0001 14.2839 21.0001 15.0477 21 15.9342C21 15.956 21 15.978 21 16C21 16.022 21 16.044 21 16.0658C21.0001 16.9523 21.0001 17.7161 20.9179 18.3278C20.8297 18.9833 20.631 19.6117 20.1213 20.1213C19.6117 20.631 18.9833 20.8297 18.3278 20.9179C17.7161 21.0001 16.9523 21.0001 16.0658 21L16 21C15.4477 21 15 20.5523 15 20C15 19.4477 15.4477 19 16 19C16.9711 19 17.5988 18.9979 18.0613 18.9357C18.495 18.8774 18.631 18.7832 18.7071 18.7071C18.7832 18.631 18.8774 18.495 18.9357 18.0613C18.9979 17.5988 19 16.9711 19 16C19 15.0289 18.9979 14.4012 18.9357 13.9387C18.8774 13.505 18.7832 13.369 18.7071 13.2929C18.631 13.2168 18.495 13.1226 18.0613 13.0643Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5C12.5523 5 13 5.44772 13 6V8.5C13 9.05228 12.5523 9.5 12 9.5C11.4477 9.5 11 9.05228 11 8.5V6C11 5.44772 11.4477 5 12 5ZM12 14.5C12.5523 14.5 13 14.9477 13 15.5V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V15.5C11 14.9477 11.4477 14.5 12 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-flowchart-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.125 20C1.125 18.4812 2.35621 17.25 3.875 17.25C5.39378 17.25 6.625 18.4812 6.625 20C6.625 21.5188 5.39378 22.75 3.875 22.75C2.35621 22.75 1.125 21.5188 1.125 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 5C14.4273 5 14.875 5.44772 14.875 6V10C14.875 10.5523 14.4273 11 13.875 11C13.3227 11 12.875 10.5523 12.875 10V6C12.875 5.44772 13.3227 5 13.875 5ZM7.80916 11C7.83103 11 7.85298 11 7.875 11H9.875C10.4273 11 10.875 11.4477 10.875 12C10.875 12.5523 10.4273 13 9.875 13H7.875C6.90392 13 6.27621 13.0021 5.8137 13.0643C5.37996 13.1226 5.24401 13.2168 5.16789 13.2929C5.09177 13.369 4.99762 13.505 4.9393 13.9387C4.87712 14.4012 4.875 15.0289 4.875 16V18C4.875 18.5523 4.42728 19 3.875 19C3.32271 19 2.875 18.5523 2.875 18L2.87499 15.9342C2.87494 15.0477 2.8749 14.2839 2.95714 13.6722C3.04527 13.0167 3.24401 12.3883 3.75368 11.8787C4.26334 11.369 4.89169 11.1703 5.54721 11.0821C6.15887 10.9999 6.92268 10.9999 7.80916 11ZM4.875 20C4.875 19.4477 5.32271 19 5.875 19H9.875C10.4273 19 10.875 19.4477 10.875 20C10.875 20.5523 10.4273 21 9.875 21H5.875C5.32271 21 4.875 20.5523 4.875 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.7035 1.34728C11.0487 1.27144 11.4451 1.25 11.875 1.25H15.875C16.3049 1.25 16.7013 1.27144 17.0465 1.34728C17.4002 1.42498 17.7463 1.56966 18.0258 1.84917C18.3053 2.12868 18.45 2.4748 18.5277 2.82851C18.6036 3.17373 18.625 3.5701 18.625 4C18.625 4.4299 18.6036 4.82627 18.5277 5.17149C18.45 5.5252 18.3053 5.87132 18.0258 6.15083C17.7463 6.43034 17.4002 6.57502 17.0465 6.65272C16.7013 6.72856 16.3049 6.75 15.875 6.75H11.875C11.4451 6.75 11.0487 6.72856 10.7035 6.65272C10.3498 6.57502 10.0037 6.43034 9.72417 6.15083C9.44465 5.87132 9.29998 5.5252 9.22228 5.17149C9.14644 4.82627 9.125 4.4299 9.125 4C9.125 3.5701 9.14644 3.17373 9.22228 2.82851C9.29998 2.4748 9.44465 2.12868 9.72417 1.84917C10.0037 1.56966 10.3498 1.42498 10.7035 1.34728Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.7035 9.34728C11.0487 9.27144 11.4451 9.25 11.875 9.25H15.875C16.3049 9.25 16.7013 9.27144 17.0465 9.34728C17.4002 9.42498 17.7463 9.56966 18.0258 9.84917C18.3053 10.1287 18.45 10.4748 18.5277 10.8285C18.6036 11.1737 18.625 11.5701 18.625 12C18.625 12.4299 18.6036 12.8263 18.5277 13.1715C18.45 13.5252 18.3053 13.8713 18.0258 14.1508C17.7463 14.4303 17.4002 14.575 17.0465 14.6527C16.7013 14.7286 16.3049 14.75 15.875 14.75H11.875C11.4451 14.75 11.0487 14.7286 10.7035 14.6527C10.3498 14.575 10.0037 14.4303 9.72417 14.1508C9.44465 13.8713 9.29998 13.5252 9.22228 13.1715C9.14644 12.8263 9.125 12.4299 9.125 12C9.125 11.5701 9.14644 11.1737 9.22228 10.8285C9.29998 10.4748 9.44465 10.1287 9.72417 9.84917C10.0037 9.56966 10.3498 9.42498 10.7035 9.34728Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.7035 17.3473C11.0487 17.2714 11.4451 17.25 11.875 17.25H15.875C16.3049 17.25 16.7013 17.2714 17.0465 17.3473C17.4002 17.425 17.7463 17.5697 18.0258 17.8492C18.3053 18.1287 18.45 18.4748 18.5277 18.8285C18.6036 19.1737 18.625 19.5701 18.625 20C18.625 20.4299 18.6036 20.8263 18.5277 21.1715C18.45 21.5252 18.3053 21.8713 18.0258 22.1508C17.7463 22.4303 17.4002 22.575 17.0465 22.6527C16.7013 22.7286 16.3049 22.75 15.875 22.75H11.875C11.4451 22.75 11.0487 22.7286 10.7035 22.6527C10.3498 22.575 10.0037 22.4303 9.72417 22.1508C9.44465 21.8713 9.29998 21.5252 9.22228 21.1715C9.14644 20.8263 9.125 20.4299 9.125 20C9.125 19.5701 9.14644 19.1737 9.22228 18.8285C9.29998 18.4748 9.44465 18.1287 9.72417 17.8492C10.0037 17.5697 10.3498 17.425 10.7035 17.3473Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.9363 5.06431C19.4738 5.00213 18.8461 5 17.875 5C17.3227 5 16.875 4.55229 16.875 4C16.875 3.44772 17.3227 3 17.875 3C17.897 3 17.919 3 17.9408 3C18.8273 2.99995 19.5911 2.99991 20.2028 3.08215C20.8583 3.17028 21.4867 3.36902 21.9963 3.87868C22.506 4.38835 22.7047 5.0167 22.7929 5.67221C22.8751 6.28387 22.875 7.04769 22.875 7.93417C22.875 7.95604 22.875 7.97799 22.875 8C22.875 8.02202 22.875 8.04397 22.875 8.06584C22.875 8.95232 22.8751 9.71614 22.7929 10.3278C22.7047 10.9833 22.506 11.6117 21.9963 12.1213C21.4867 12.631 20.8583 12.8297 20.2028 12.9179C19.5911 13.0001 18.8273 13.0001 17.9408 13L17.875 13C17.3227 13 16.875 12.5523 16.875 12C16.875 11.4477 17.3227 11 17.875 11C18.8461 11 19.4738 10.9979 19.9363 10.9357C20.37 10.8774 20.506 10.7832 20.5821 10.7071C20.6582 10.631 20.7524 10.495 20.8107 10.0613C20.8729 9.59879 20.875 8.97108 20.875 8C20.875 7.02893 20.8729 6.40122 20.8107 5.93871C20.7524 5.50497 20.6582 5.36902 20.5821 5.2929C20.506 5.21677 20.37 5.12263 19.9363 5.06431Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.125 20C1.125 18.4812 2.35621 17.25 3.875 17.25C5.39378 17.25 6.625 18.4812 6.625 20C6.625 21.5188 5.39378 22.75 3.875 22.75C2.35621 22.75 1.125 21.5188 1.125 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 5C14.4273 5 14.875 5.44772 14.875 6V10C14.875 10.5523 14.4273 11 13.875 11C13.3227 11 12.875 10.5523 12.875 10V6C12.875 5.44772 13.3227 5 13.875 5ZM7.80916 11C7.83103 11 7.85298 11 7.875 11H9.875C10.4273 11 10.875 11.4477 10.875 12C10.875 12.5523 10.4273 13 9.875 13H7.875C6.90392 13 6.27621 13.0021 5.8137 13.0643C5.37996 13.1226 5.24401 13.2168 5.16789 13.2929C5.09177 13.369 4.99762 13.505 4.9393 13.9387C4.87712 14.4012 4.875 15.0289 4.875 16V18C4.875 18.5523 4.42728 19 3.875 19C3.32271 19 2.875 18.5523 2.875 18L2.87499 15.9342C2.87494 15.0477 2.8749 14.2839 2.95714 13.6722C3.04527 13.0167 3.24401 12.3883 3.75368 11.8787C4.26334 11.369 4.89169 11.1703 5.54721 11.0821C6.15887 10.9999 6.92268 10.9999 7.80916 11ZM4.875 20C4.875 19.4477 5.32271 19 5.875 19H9.875C10.4273 19 10.875 19.4477 10.875 20C10.875 20.5523 10.4273 21 9.875 21H5.875C5.32271 21 4.875 20.5523 4.875 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.7035 1.34728C11.0487 1.27144 11.4451 1.25 11.875 1.25H15.875C16.3049 1.25 16.7013 1.27144 17.0465 1.34728C17.4002 1.42498 17.7463 1.56966 18.0258 1.84917C18.3053 2.12868 18.45 2.4748 18.5277 2.82851C18.6036 3.17373 18.625 3.5701 18.625 4C18.625 4.4299 18.6036 4.82627 18.5277 5.17149C18.45 5.5252 18.3053 5.87132 18.0258 6.15083C17.7463 6.43034 17.4002 6.57502 17.0465 6.65272C16.7013 6.72856 16.3049 6.75 15.875 6.75H11.875C11.4451 6.75 11.0487 6.72856 10.7035 6.65272C10.3498 6.57502 10.0037 6.43034 9.72417 6.15083C9.44465 5.87132 9.29998 5.5252 9.22228 5.17149C9.14644 4.82627 9.125 4.4299 9.125 4C9.125 3.5701 9.14644 3.17373 9.22228 2.82851C9.29998 2.4748 9.44465 2.12868 9.72417 1.84917C10.0037 1.56966 10.3498 1.42498 10.7035 1.34728Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.7035 9.34728C11.0487 9.27144 11.4451 9.25 11.875 9.25H15.875C16.3049 9.25 16.7013 9.27144 17.0465 9.34728C17.4002 9.42498 17.7463 9.56966 18.0258 9.84917C18.3053 10.1287 18.45 10.4748 18.5277 10.8285C18.6036 11.1737 18.625 11.5701 18.625 12C18.625 12.4299 18.6036 12.8263 18.5277 13.1715C18.45 13.5252 18.3053 13.8713 18.0258 14.1508C17.7463 14.4303 17.4002 14.575 17.0465 14.6527C16.7013 14.7286 16.3049 14.75 15.875 14.75H11.875C11.4451 14.75 11.0487 14.7286 10.7035 14.6527C10.3498 14.575 10.0037 14.4303 9.72417 14.1508C9.44465 13.8713 9.29998 13.5252 9.22228 13.1715C9.14644 12.8263 9.125 12.4299 9.125 12C9.125 11.5701 9.14644 11.1737 9.22228 10.8285C9.29998 10.4748 9.44465 10.1287 9.72417 9.84917C10.0037 9.56966 10.3498 9.42498 10.7035 9.34728Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.7035 17.3473C11.0487 17.2714 11.4451 17.25 11.875 17.25H15.875C16.3049 17.25 16.7013 17.2714 17.0465 17.3473C17.4002 17.425 17.7463 17.5697 18.0258 17.8492C18.3053 18.1287 18.45 18.4748 18.5277 18.8285C18.6036 19.1737 18.625 19.5701 18.625 20C18.625 20.4299 18.6036 20.8263 18.5277 21.1715C18.45 21.5252 18.3053 21.8713 18.0258 22.1508C17.7463 22.4303 17.4002 22.575 17.0465 22.6527C16.7013 22.7286 16.3049 22.75 15.875 22.75H11.875C11.4451 22.75 11.0487 22.7286 10.7035 22.6527C10.3498 22.575 10.0037 22.4303 9.72417 22.1508C9.44465 21.8713 9.29998 21.5252 9.22228 21.1715C9.14644 20.8263 9.125 20.4299 9.125 20C9.125 19.5701 9.14644 19.1737 9.22228 18.8285C9.29998 18.4748 9.44465 18.1287 9.72417 17.8492C10.0037 17.5697 10.3498 17.425 10.7035 17.3473Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.9363 5.06431C19.4738 5.00213 18.8461 5 17.875 5C17.3227 5 16.875 4.55229 16.875 4C16.875 3.44772 17.3227 3 17.875 3C17.897 3 17.919 3 17.9408 3C18.8273 2.99995 19.5911 2.99991 20.2028 3.08215C20.8583 3.17028 21.4867 3.36902 21.9963 3.87868C22.506 4.38835 22.7047 5.0167 22.7929 5.67221C22.8751 6.28387 22.875 7.04769 22.875 7.93417C22.875 7.95604 22.875 7.97799 22.875 8C22.875 8.02202 22.875 8.04397 22.875 8.06584C22.875 8.95232 22.8751 9.71614 22.7929 10.3278C22.7047 10.9833 22.506 11.6117 21.9963 12.1213C21.4867 12.631 20.8583 12.8297 20.2028 12.9179C19.5911 13.0001 18.8273 13.0001 17.9408 13L17.875 13C17.3227 13 16.875 12.5523 16.875 12C16.875 11.4477 17.3227 11 17.875 11C18.8461 11 19.4738 10.9979 19.9363 10.9357C20.37 10.8774 20.506 10.7832 20.5821 10.7071C20.6582 10.631 20.7524 10.495 20.8107 10.0613C20.8729 9.59879 20.875 8.97108 20.875 8C20.875 7.02893 20.8729 6.40122 20.8107 5.93871C20.7524 5.50497 20.6582 5.36902 20.5821 5.2929C20.506 5.21677 20.37 5.12263 19.9363 5.06431Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-hierarchy-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 5C8.25 2.92893 9.92893 1.25 12 1.25C14.0711 1.25 15.75 2.92893 15.75 5C15.75 7.07107 14.0711 8.75 12 8.75C9.92893 8.75 8.25 7.07107 8.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 19C1.25 16.9289 2.92893 15.25 5 15.25C7.07107 15.25 8.75 16.9289 8.75 19C8.75 21.0711 7.07107 22.75 5 22.75C2.92893 22.75 1.25 21.0711 1.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 19C15.25 16.9289 16.9289 15.25 19 15.25C21.0711 15.25 22.75 16.9289 22.75 19C22.75 21.0711 21.0711 22.75 19 22.75C16.9289 22.75 15.25 21.0711 15.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 7C12.5523 7 13 7.44772 13 8V11L15.5569 11H15.5569C16.3332 11 17.0005 10.9999 17.5347 11.0615C18.0969 11.1263 18.6628 11.2726 19.1382 11.6801C19.6359 12.1067 19.8375 12.6488 19.9238 13.1991C20.0002 13.6858 20.0001 14.2836 20 14.9315L20 15V16C20 16.5523 19.5523 17 19 17C18.4477 17 18 16.5523 18 16V15C18 14.2601 17.9971 13.8222 17.948 13.5091C17.9084 13.2566 17.8573 13.2153 17.8393 13.2008L17.8366 13.1986C17.7995 13.1668 17.6967 13.0934 17.3057 13.0483C16.8998 13.0016 16.3493 13 15.5 13H8.5C7.65072 13 7.10015 13.0016 6.69425 13.0483C6.30333 13.0934 6.20049 13.1668 6.16335 13.1986L6.16065 13.2008C6.14268 13.2153 6.09159 13.2566 6.05199 13.5091C6.00287 13.8222 6 14.2601 6 15V16C6 16.5523 5.55228 17 5 17C4.44771 17 4 16.5523 4 16V15L3.99999 14.9315C3.9999 14.2835 3.99981 13.6858 4.07615 13.1991C4.16247 12.6488 4.36411 12.1066 4.86177 11.6801C5.33719 11.2726 5.90312 11.1263 6.46529 11.0615C6.99949 10.9999 7.66677 11 8.44308 11H8.4431L8.5 11H11V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 5C8.25 2.92893 9.92893 1.25 12 1.25C14.0711 1.25 15.75 2.92893 15.75 5C15.75 7.07107 14.0711 8.75 12 8.75C9.92893 8.75 8.25 7.07107 8.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 19C1.25 16.9289 2.92893 15.25 5 15.25C7.07107 15.25 8.75 16.9289 8.75 19C8.75 21.0711 7.07107 22.75 5 22.75C2.92893 22.75 1.25 21.0711 1.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 19C15.25 16.9289 16.9289 15.25 19 15.25C21.0711 15.25 22.75 16.9289 22.75 19C22.75 21.0711 21.0711 22.75 19 22.75C16.9289 22.75 15.25 21.0711 15.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 7C12.5523 7 13 7.44772 13 8V11L15.5569 11H15.5569C16.3332 11 17.0005 10.9999 17.5347 11.0615C18.0969 11.1263 18.6628 11.2726 19.1382 11.6801C19.6359 12.1067 19.8375 12.6488 19.9238 13.1991C20.0002 13.6858 20.0001 14.2836 20 14.9315L20 15V16C20 16.5523 19.5523 17 19 17C18.4477 17 18 16.5523 18 16V15C18 14.2601 17.9971 13.8222 17.948 13.5091C17.9084 13.2566 17.8573 13.2153 17.8393 13.2008L17.8366 13.1986C17.7995 13.1668 17.6967 13.0934 17.3057 13.0483C16.8998 13.0016 16.3493 13 15.5 13H8.5C7.65072 13 7.10015 13.0016 6.69425 13.0483C6.30333 13.0934 6.20049 13.1668 6.16335 13.1986L6.16065 13.2008C6.14268 13.2153 6.09159 13.2566 6.05199 13.5091C6.00287 13.8222 6 14.2601 6 15V16C6 16.5523 5.55228 17 5 17C4.44771 17 4 16.5523 4 16V15L3.99999 14.9315C3.9999 14.2835 3.99981 13.6858 4.07615 13.1991C4.16247 12.6488 4.36411 12.1066 4.86177 11.6801C5.33719 11.2726 5.90312 11.1263 6.46529 11.0615C6.99949 10.9999 7.66677 11 8.44308 11H8.4431L8.5 11H11V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-hierarchy-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 15.25C7.07107 15.25 8.75 16.9289 8.75 19C8.75 21.0711 7.07107 22.75 5 22.75C2.92893 22.75 1.25 21.0711 1.25 19C1.25 16.9289 2.92893 15.25 5 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 15.25C21.0711 15.25 22.75 16.9289 22.75 19C22.75 21.0711 21.0711 22.75 19 22.75C16.9289 22.75 15.25 21.0711 15.25 19C15.25 16.9289 16.9289 15.25 19 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.57119 12.7322C6.55526 12.1169 7.95518 12 9.65278 12L14.3472 12C16.0448 12 17.4447 12.1169 18.4288 12.7322C19.5481 13.432 19.898 14.5937 19.9972 15.9257C20.0383 16.4764 19.6251 16.9562 19.0743 16.9972C18.5236 17.0383 18.0438 16.6251 18.0028 16.0743C17.9192 14.9533 17.6676 14.615 17.3685 14.428C16.9343 14.1566 16.0992 14 14.3472 14L9.65278 14C7.90075 14 7.06568 14.1566 6.63147 14.428C6.33243 14.615 6.08077 14.9533 5.99723 16.0743C5.95619 16.6251 5.47644 17.0383 4.92568 16.9972C4.37493 16.9562 3.96172 16.4764 4.00277 15.9257C4.10203 14.5937 4.45194 13.432 5.57119 12.7322Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 1.25C14.6234 1.25 16.75 3.37665 16.75 6C16.75 8.62335 14.6234 10.75 12 10.75C9.37665 10.75 7.25 8.62335 7.25 6C7.25 3.37665 9.37665 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 15.25C7.07107 15.25 8.75 16.9289 8.75 19C8.75 21.0711 7.07107 22.75 5 22.75C2.92893 22.75 1.25 21.0711 1.25 19C1.25 16.9289 2.92893 15.25 5 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 15.25C21.0711 15.25 22.75 16.9289 22.75 19C22.75 21.0711 21.0711 22.75 19 22.75C16.9289 22.75 15.25 21.0711 15.25 19C15.25 16.9289 16.9289 15.25 19 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.57119 12.7322C6.55526 12.1169 7.95518 12 9.65278 12L14.3472 12C16.0448 12 17.4447 12.1169 18.4288 12.7322C19.5481 13.432 19.898 14.5937 19.9972 15.9257C20.0383 16.4764 19.6251 16.9562 19.0743 16.9972C18.5236 17.0383 18.0438 16.6251 18.0028 16.0743C17.9192 14.9533 17.6676 14.615 17.3685 14.428C16.9343 14.1566 16.0992 14 14.3472 14L9.65278 14C7.90075 14 7.06568 14.1566 6.63147 14.428C6.33243 14.615 6.08077 14.9533 5.99723 16.0743C5.95619 16.6251 5.47644 17.0383 4.92568 16.9972C4.37493 16.9562 3.96172 16.4764 4.00277 15.9257C4.10203 14.5937 4.45194 13.432 5.57119 12.7322Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 1.25C14.6234 1.25 16.75 3.37665 16.75 6C16.75 8.62335 14.6234 10.75 12 10.75C9.37665 10.75 7.25 8.62335 7.25 6C7.25 3.37665 9.37665 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-hierarchy-circle-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.25 19C15.25 16.9289 16.9289 15.25 19 15.25C21.0711 15.25 22.75 16.9289 22.75 19C22.75 21.0711 21.0711 22.75 19 22.75C16.9289 22.75 15.25 21.0711 15.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 5C15.25 2.92893 16.9289 1.25 19 1.25C21.0711 1.25 22.75 2.92893 22.75 5C22.75 7.07107 21.0711 8.75 19 8.75C16.9289 8.75 15.25 7.07107 15.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9972 4.92573C17.0383 5.47649 16.6251 5.95624 16.0743 5.99728C14.9533 6.08082 14.615 6.33248 14.428 6.63151C14.1566 7.06572 14 7.9008 14 9.65283V14.3473C14 16.0993 14.1566 16.9344 14.428 17.3686C14.615 17.6676 14.9533 17.9193 16.0743 18.0028C16.6251 18.0439 17.0383 18.5236 16.9972 19.0744C16.9562 19.6251 16.4764 20.0383 15.9257 19.9973C14.5937 19.898 13.432 19.5481 12.7322 18.4289C12.1169 17.4448 12 16.0449 12 14.3473L12 13H10C9.44772 13 9 12.5523 9 12C9 11.4478 9.44772 11 10 11H12V9.65283C12 7.95522 12.1169 6.55531 12.7322 5.57124C13.432 4.45199 14.5937 4.10207 15.9257 4.00281C16.4764 3.96177 16.9562 4.37497 16.9972 4.92573Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 12C1.25 9.37665 3.37665 7.25 6 7.25C8.62335 7.25 10.75 9.37665 10.75 12C10.75 14.6234 8.62335 16.75 6 16.75C3.37665 16.75 1.25 14.6234 1.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.25 19C15.25 16.9289 16.9289 15.25 19 15.25C21.0711 15.25 22.75 16.9289 22.75 19C22.75 21.0711 21.0711 22.75 19 22.75C16.9289 22.75 15.25 21.0711 15.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 5C15.25 2.92893 16.9289 1.25 19 1.25C21.0711 1.25 22.75 2.92893 22.75 5C22.75 7.07107 21.0711 8.75 19 8.75C16.9289 8.75 15.25 7.07107 15.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9972 4.92573C17.0383 5.47649 16.6251 5.95624 16.0743 5.99728C14.9533 6.08082 14.615 6.33248 14.428 6.63151C14.1566 7.06572 14 7.9008 14 9.65283V14.3473C14 16.0993 14.1566 16.9344 14.428 17.3686C14.615 17.6676 14.9533 17.9193 16.0743 18.0028C16.6251 18.0439 17.0383 18.5236 16.9972 19.0744C16.9562 19.6251 16.4764 20.0383 15.9257 19.9973C14.5937 19.898 13.432 19.5481 12.7322 18.4289C12.1169 17.4448 12 16.0449 12 14.3473L12 13H10C9.44772 13 9 12.5523 9 12C9 11.4478 9.44772 11 10 11H12V9.65283C12 7.95522 12.1169 6.55531 12.7322 5.57124C13.432 4.45199 14.5937 4.10207 15.9257 4.00281C16.4764 3.96177 16.9562 4.37497 16.9972 4.92573Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 12C1.25 9.37665 3.37665 7.25 6 7.25C8.62335 7.25 10.75 9.37665 10.75 12C10.75 14.6234 8.62335 16.75 6 16.75C3.37665 16.75 1.25 14.6234 1.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-hierarchy-files{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.4913 13.3751C16.7052 13.3747 16.9342 13.3742 17.1572 13.433C17.3094 13.4732 17.4555 13.5337 17.5916 13.613C17.7908 13.729 17.9525 13.8913 18.1034 14.0428L19.6854 15.6248C20.0646 16.0035 20.3637 16.3022 20.5592 16.6742C20.6371 16.8223 20.7012 16.9772 20.7509 17.1369C20.8757 17.5383 20.8754 17.9645 20.875 18.5057C20.875 19.1838 20.875 19.881 20.829 20.3371C20.7811 20.8134 20.6768 21.2559 20.4115 21.653C20.2109 21.9532 19.953 22.211 19.6528 22.4117C19.2568 22.6763 18.8174 22.781 18.3439 22.8292C17.8916 22.8752 17.3329 22.8752 16.6633 22.8751C15.9937 22.8752 15.3583 22.8752 14.906 22.8292C14.4325 22.781 13.9931 22.6763 13.5971 22.4117C13.2969 22.211 13.039 21.9532 12.8384 21.653C12.5738 21.257 12.4691 20.8176 12.4209 20.3441C12.3749 19.8918 12.3749 19.3331 12.375 18.6635V18.6635V17.4054V17.4054C12.3749 16.8201 12.3749 16.3316 12.4105 15.9337C12.4476 15.5183 12.528 15.1298 12.7329 14.7685C12.9781 14.3361 13.3359 13.9783 13.7684 13.733C14.1296 13.5281 14.5181 13.4478 14.9335 13.4106C15.3314 13.3751 15.906 13.3751 16.4913 13.3751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4913 1.37495C16.7052 1.37454 16.9342 1.3741 17.1572 1.43291C17.3094 1.47308 17.4555 1.5336 17.5916 1.61285C17.7908 1.72889 17.9525 1.89118 18.1034 2.04268L19.6854 3.62471C20.0646 4.00338 20.3637 4.30203 20.5592 4.67405C20.6371 4.82216 20.7012 4.97705 20.7509 5.13682C20.8757 5.53817 20.8754 5.9644 20.875 6.50562C20.875 7.18368 20.875 7.88085 20.829 8.33698C20.7811 8.81328 20.6768 9.25575 20.4115 9.65283C20.2109 9.9531 19.953 10.2109 19.6528 10.4116C19.2568 10.6762 18.8174 10.7809 18.3439 10.829C17.8916 10.875 17.3329 10.875 16.6633 10.875C15.9937 10.875 15.3583 10.875 14.906 10.829C14.4325 10.7809 13.9931 10.6762 13.5971 10.4116C13.2969 10.2109 13.039 9.9531 12.8384 9.65283C12.5738 9.25684 12.4691 8.81747 12.4209 8.34399C12.3749 7.89167 12.3749 7.33295 12.375 6.66338V6.66336V5.40531V5.40528C12.3749 4.81995 12.3749 4.33143 12.4105 3.93361C12.4476 3.51816 12.528 3.1297 12.7329 2.76841C12.9781 2.336 13.3359 1.97815 13.7684 1.73292C14.1296 1.52802 14.5181 1.44763 14.9335 1.41052C15.3314 1.37499 15.906 1.37493 16.4913 1.37495Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.12496 1.125C4.67724 1.125 5.12496 1.57272 5.12496 2.125V5.125H10.125C10.6772 5.125 11.125 5.57272 11.125 6.125C11.125 6.67728 10.6772 7.125 10.125 7.125H5.12496V12.125C5.12496 13.5675 5.12708 14.5487 5.22587 15.2836C5.3208 15.9896 5.48817 16.3166 5.71074 16.5392C5.93331 16.7618 6.26034 16.9292 6.96639 17.0241C7.70121 17.1229 8.68247 17.125 10.125 17.125C10.6772 17.125 11.125 17.5727 11.125 18.125C11.125 18.6773 10.6772 19.125 10.125 19.125H10.0544C8.70028 19.125 7.58366 19.1251 6.69989 19.0062C5.77206 18.8815 4.95264 18.6095 4.29653 17.9534C3.64042 17.2973 3.36845 16.4779 3.24371 15.5501C3.12489 14.6663 3.12492 13.5497 3.12496 12.1956L3.12496 2.125C3.12496 1.57272 3.57267 1.125 4.12496 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.4913 13.3751C16.7052 13.3747 16.9342 13.3742 17.1572 13.433C17.3094 13.4732 17.4555 13.5337 17.5916 13.613C17.7908 13.729 17.9525 13.8913 18.1034 14.0428L19.6854 15.6248C20.0646 16.0035 20.3637 16.3022 20.5592 16.6742C20.6371 16.8223 20.7012 16.9772 20.7509 17.1369C20.8757 17.5383 20.8754 17.9645 20.875 18.5057C20.875 19.1838 20.875 19.881 20.829 20.3371C20.7811 20.8134 20.6768 21.2559 20.4115 21.653C20.2109 21.9532 19.953 22.211 19.6528 22.4117C19.2568 22.6763 18.8174 22.781 18.3439 22.8292C17.8916 22.8752 17.3329 22.8752 16.6633 22.8751C15.9937 22.8752 15.3583 22.8752 14.906 22.8292C14.4325 22.781 13.9931 22.6763 13.5971 22.4117C13.2969 22.211 13.039 21.9532 12.8384 21.653C12.5738 21.257 12.4691 20.8176 12.4209 20.3441C12.3749 19.8918 12.3749 19.3331 12.375 18.6635V18.6635V17.4054V17.4054C12.3749 16.8201 12.3749 16.3316 12.4105 15.9337C12.4476 15.5183 12.528 15.1298 12.7329 14.7685C12.9781 14.3361 13.3359 13.9783 13.7684 13.733C14.1296 13.5281 14.5181 13.4478 14.9335 13.4106C15.3314 13.3751 15.906 13.3751 16.4913 13.3751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4913 1.37495C16.7052 1.37454 16.9342 1.3741 17.1572 1.43291C17.3094 1.47308 17.4555 1.5336 17.5916 1.61285C17.7908 1.72889 17.9525 1.89118 18.1034 2.04268L19.6854 3.62471C20.0646 4.00338 20.3637 4.30203 20.5592 4.67405C20.6371 4.82216 20.7012 4.97705 20.7509 5.13682C20.8757 5.53817 20.8754 5.9644 20.875 6.50562C20.875 7.18368 20.875 7.88085 20.829 8.33698C20.7811 8.81328 20.6768 9.25575 20.4115 9.65283C20.2109 9.9531 19.953 10.2109 19.6528 10.4116C19.2568 10.6762 18.8174 10.7809 18.3439 10.829C17.8916 10.875 17.3329 10.875 16.6633 10.875C15.9937 10.875 15.3583 10.875 14.906 10.829C14.4325 10.7809 13.9931 10.6762 13.5971 10.4116C13.2969 10.2109 13.039 9.9531 12.8384 9.65283C12.5738 9.25684 12.4691 8.81747 12.4209 8.34399C12.3749 7.89167 12.3749 7.33295 12.375 6.66338V6.66336V5.40531V5.40528C12.3749 4.81995 12.3749 4.33143 12.4105 3.93361C12.4476 3.51816 12.528 3.1297 12.7329 2.76841C12.9781 2.336 13.3359 1.97815 13.7684 1.73292C14.1296 1.52802 14.5181 1.44763 14.9335 1.41052C15.3314 1.37499 15.906 1.37493 16.4913 1.37495Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.12496 1.125C4.67724 1.125 5.12496 1.57272 5.12496 2.125V5.125H10.125C10.6772 5.125 11.125 5.57272 11.125 6.125C11.125 6.67728 10.6772 7.125 10.125 7.125H5.12496V12.125C5.12496 13.5675 5.12708 14.5487 5.22587 15.2836C5.3208 15.9896 5.48817 16.3166 5.71074 16.5392C5.93331 16.7618 6.26034 16.9292 6.96639 17.0241C7.70121 17.1229 8.68247 17.125 10.125 17.125C10.6772 17.125 11.125 17.5727 11.125 18.125C11.125 18.6773 10.6772 19.125 10.125 19.125H10.0544C8.70028 19.125 7.58366 19.1251 6.69989 19.0062C5.77206 18.8815 4.95264 18.6095 4.29653 17.9534C3.64042 17.2973 3.36845 16.4779 3.24371 15.5501C3.12489 14.6663 3.12492 13.5497 3.12496 12.1956L3.12496 2.125C3.12496 1.57272 3.57267 1.125 4.12496 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-hierarchy-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 7C7.55228 7 8 7.44772 8 8V10.5H14C14.5523 10.5 15 10.9477 15 11.5C15 12.0523 14.5523 12.5 14 12.5H8V13.5C8 14.9425 8.00212 15.9237 8.10092 16.6586C8.19584 17.3646 8.36321 17.6916 8.58579 17.9142C8.80836 18.1368 9.13538 18.3042 9.84143 18.3991C10.5763 18.4979 11.5575 18.5 13 18.5H14C14.5523 18.5 15 18.9477 15 19.5C15 20.0523 14.5523 20.5 14 20.5L12.9294 20.5C11.5753 20.5 10.4587 20.5001 9.57494 20.3812C8.64711 20.2565 7.82768 19.9845 7.17157 19.3284C6.51546 18.6723 6.24349 17.8529 6.11875 16.9251C5.99993 16.0413 5.99996 14.9247 6 13.5706L6 8C6 7.44772 6.44771 7 7 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.3516 8.25L16.4 8.25001H17.6L17.6484 8.25C18.1725 8.24995 18.6415 8.24991 19.0207 8.30302C19.4364 8.36123 19.8527 8.49578 20.1896 8.84672C20.5223 9.19337 20.6459 9.61428 20.6999 10.0324C20.7501 10.4212 20.75 10.9042 20.75 11.454V11.546C20.75 12.0958 20.7501 12.5788 20.6999 12.9676C20.6459 13.3857 20.5223 13.8066 20.1896 14.1533C19.8527 14.5042 19.4364 14.6388 19.0207 14.697C18.6415 14.7501 18.1725 14.7501 17.6484 14.75L17.6 14.75H16.4L16.3516 14.75C15.8275 14.7501 15.3585 14.7501 14.9793 14.697C14.5636 14.6388 14.1473 14.5042 13.8104 14.1533C13.4777 13.8066 13.3541 13.3857 13.3001 12.9676C13.2499 12.5788 13.25 12.0958 13.25 11.546L13.25 11.5L13.25 11.454C13.25 10.9042 13.2499 10.4212 13.3001 10.0324C13.3541 9.61428 13.4777 9.19337 13.8104 8.84672C14.1473 8.49578 14.5636 8.36123 14.9793 8.30302C15.3585 8.24991 15.8275 8.24995 16.3516 8.25L16.3516 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.3516 16.25L16.4 16.25H17.6L17.6484 16.25C18.1725 16.25 18.6415 16.2499 19.0207 16.303C19.4364 16.3612 19.8527 16.4958 20.1896 16.8467C20.5223 17.1934 20.6459 17.6143 20.6999 18.0324C20.7501 18.4212 20.75 18.9042 20.75 19.454V19.546C20.75 20.0958 20.7501 20.5788 20.6999 20.9676C20.6459 21.3857 20.5223 21.8066 20.1896 22.1533C19.8527 22.5042 19.4364 22.6388 19.0207 22.697C18.6415 22.7501 18.1725 22.7501 17.6484 22.75L17.6 22.75H16.4L16.3516 22.75C15.8275 22.7501 15.3585 22.7501 14.9793 22.697C14.5636 22.6388 14.1473 22.5042 13.8104 22.1533C13.4777 21.8066 13.3541 21.3857 13.3001 20.9676C13.2499 20.5788 13.25 20.0958 13.25 19.546L13.25 19.5L13.25 19.454C13.25 18.9042 13.2499 18.4212 13.3001 18.0324C13.3541 17.6143 13.4777 17.1934 13.8104 16.8467C14.1473 16.4958 14.5636 16.3612 14.9793 16.303C15.3585 16.2499 15.8275 16.25 16.3516 16.25L16.3516 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.72393 2.40181C3.22979 1.56916 4.12113 1.25 5.28571 1.25H8.71429C9.87887 1.25 10.7702 1.56916 11.2761 2.40181C11.7139 3.12249 11.75 4.08766 11.75 5C11.75 5.91234 11.7139 6.87751 11.2761 7.59819C10.7702 8.43084 9.87887 8.75 8.71429 8.75H5.28571C4.12113 8.75 3.22979 8.43084 2.72393 7.59819C2.2861 6.87751 2.25 5.91234 2.25 5C2.25 4.08766 2.2861 3.12249 2.72393 2.40181Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 7C7.55228 7 8 7.44772 8 8V10.5H14C14.5523 10.5 15 10.9477 15 11.5C15 12.0523 14.5523 12.5 14 12.5H8V13.5C8 14.9425 8.00212 15.9237 8.10092 16.6586C8.19584 17.3646 8.36321 17.6916 8.58579 17.9142C8.80836 18.1368 9.13538 18.3042 9.84143 18.3991C10.5763 18.4979 11.5575 18.5 13 18.5H14C14.5523 18.5 15 18.9477 15 19.5C15 20.0523 14.5523 20.5 14 20.5L12.9294 20.5C11.5753 20.5 10.4587 20.5001 9.57494 20.3812C8.64711 20.2565 7.82768 19.9845 7.17157 19.3284C6.51546 18.6723 6.24349 17.8529 6.11875 16.9251C5.99993 16.0413 5.99996 14.9247 6 13.5706L6 8C6 7.44772 6.44771 7 7 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.3516 8.25L16.4 8.25001H17.6L17.6484 8.25C18.1725 8.24995 18.6415 8.24991 19.0207 8.30302C19.4364 8.36123 19.8527 8.49578 20.1896 8.84672C20.5223 9.19337 20.6459 9.61428 20.6999 10.0324C20.7501 10.4212 20.75 10.9042 20.75 11.454V11.546C20.75 12.0958 20.7501 12.5788 20.6999 12.9676C20.6459 13.3857 20.5223 13.8066 20.1896 14.1533C19.8527 14.5042 19.4364 14.6388 19.0207 14.697C18.6415 14.7501 18.1725 14.7501 17.6484 14.75L17.6 14.75H16.4L16.3516 14.75C15.8275 14.7501 15.3585 14.7501 14.9793 14.697C14.5636 14.6388 14.1473 14.5042 13.8104 14.1533C13.4777 13.8066 13.3541 13.3857 13.3001 12.9676C13.2499 12.5788 13.25 12.0958 13.25 11.546L13.25 11.5L13.25 11.454C13.25 10.9042 13.2499 10.4212 13.3001 10.0324C13.3541 9.61428 13.4777 9.19337 13.8104 8.84672C14.1473 8.49578 14.5636 8.36123 14.9793 8.30302C15.3585 8.24991 15.8275 8.24995 16.3516 8.25L16.3516 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.3516 16.25L16.4 16.25H17.6L17.6484 16.25C18.1725 16.25 18.6415 16.2499 19.0207 16.303C19.4364 16.3612 19.8527 16.4958 20.1896 16.8467C20.5223 17.1934 20.6459 17.6143 20.6999 18.0324C20.7501 18.4212 20.75 18.9042 20.75 19.454V19.546C20.75 20.0958 20.7501 20.5788 20.6999 20.9676C20.6459 21.3857 20.5223 21.8066 20.1896 22.1533C19.8527 22.5042 19.4364 22.6388 19.0207 22.697C18.6415 22.7501 18.1725 22.7501 17.6484 22.75L17.6 22.75H16.4L16.3516 22.75C15.8275 22.7501 15.3585 22.7501 14.9793 22.697C14.5636 22.6388 14.1473 22.5042 13.8104 22.1533C13.4777 21.8066 13.3541 21.3857 13.3001 20.9676C13.2499 20.5788 13.25 20.0958 13.25 19.546L13.25 19.5L13.25 19.454C13.25 18.9042 13.2499 18.4212 13.3001 18.0324C13.3541 17.6143 13.4777 17.1934 13.8104 16.8467C14.1473 16.4958 14.5636 16.3612 14.9793 16.303C15.3585 16.2499 15.8275 16.25 16.3516 16.25L16.3516 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.72393 2.40181C3.22979 1.56916 4.12113 1.25 5.28571 1.25H8.71429C9.87887 1.25 10.7702 1.56916 11.2761 2.40181C11.7139 3.12249 11.75 4.08766 11.75 5C11.75 5.91234 11.7139 6.87751 11.2761 7.59819C10.7702 8.43084 9.87887 8.75 8.71429 8.75H5.28571C4.12113 8.75 3.22979 8.43084 2.72393 7.59819C2.2861 6.87751 2.25 5.91234 2.25 5C2.25 4.08766 2.2861 3.12249 2.72393 2.40181Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-hierarchy-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V11L15.0658 11C15.9523 10.9999 16.7161 10.9999 17.3278 11.0821C17.9833 11.1703 18.6117 11.369 19.1213 11.8787C19.631 12.3883 19.8297 13.0167 19.9179 13.6722C20.0001 14.2839 20.0001 15.0477 20 15.9342L20 16C20 16.5523 19.5523 17 19 17C18.4477 17 18 16.5523 18 16C18 15.0289 17.9979 14.4012 17.9357 13.9387C17.8774 13.505 17.7832 13.369 17.7071 13.2929C17.631 13.2168 17.495 13.1226 17.0613 13.0643C16.5988 13.0021 15.9711 13 15 13H9C8.02892 13 7.40121 13.0021 6.9387 13.0643C6.50497 13.1226 6.36902 13.2168 6.29289 13.2929C6.21677 13.369 6.12262 13.505 6.06431 13.9387C6.00212 14.4012 6 15.0289 6 16C6 16.5523 5.55229 17 5 17C4.44772 17 4 16.5523 4 16L4 15.9342C3.99995 15.0477 3.99991 14.2839 4.08214 13.6722C4.17027 13.0167 4.36902 12.3883 4.87868 11.8787C5.38834 11.369 6.01669 11.1703 6.67221 11.0821C7.28387 10.9999 8.04768 10.9999 8.93417 11C8.95604 11 8.97798 11 9 11H11V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.95063 15.25L5 15.25L5.04937 15.25H5.04943C5.71427 15.25 6.28711 15.2499 6.74584 15.3116C7.23748 15.3777 7.70874 15.5268 8.09099 15.909C8.47324 16.2913 8.6223 16.7625 8.68839 17.2542C8.75007 17.7129 8.75004 18.2858 8.75 18.9506V19.0494C8.75004 19.7142 8.75007 20.2871 8.68839 20.7458C8.6223 21.2375 8.47324 21.7087 8.09099 22.091C7.70874 22.4732 7.23748 22.6223 6.74584 22.6884C6.2871 22.7501 5.71424 22.75 5.04937 22.75H4.95063C4.28576 22.75 3.7129 22.7501 3.25416 22.6884C2.76252 22.6223 2.29126 22.4732 1.90901 22.091C1.52676 21.7087 1.3777 21.2375 1.31161 20.7458C1.24993 20.2871 1.24996 19.7143 1.25 19.0494V19.0494L1.25 19L1.25 18.9506V18.9506C1.24996 18.2857 1.24993 17.7129 1.31161 17.2542C1.3777 16.7625 1.52676 16.2913 1.90901 15.909C2.29126 15.5268 2.76252 15.3777 3.25416 15.3116C3.71289 15.2499 4.28573 15.25 4.95057 15.25H4.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9506 15.25L19 15.25L19.0494 15.25H19.0494C19.7143 15.25 20.2871 15.2499 20.7458 15.3116C21.2375 15.3777 21.7087 15.5268 22.091 15.909C22.4732 16.2913 22.6223 16.7625 22.6884 17.2542C22.7501 17.7129 22.75 18.2858 22.75 18.9506V19.0494C22.75 19.7142 22.7501 20.2871 22.6884 20.7458C22.6223 21.2375 22.4732 21.7087 22.091 22.091C21.7087 22.4732 21.2375 22.6223 20.7458 22.6884C20.2871 22.7501 19.7142 22.75 19.0494 22.75H18.9506C18.2858 22.75 17.7129 22.7501 17.2542 22.6884C16.7625 22.6223 16.2913 22.4732 15.909 22.091C15.5268 21.7087 15.3777 21.2375 15.3116 20.7458C15.2499 20.2871 15.25 19.7143 15.25 19.0494V19.0494L15.25 19L15.25 18.9506V18.9506C15.25 18.2857 15.2499 17.7129 15.3116 17.2542C15.3777 16.7625 15.5268 16.2913 15.909 15.909C16.2913 15.5268 16.7625 15.3777 17.2542 15.3116C17.7129 15.2499 18.2857 15.25 18.9506 15.25H18.9506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.72393 2.40181C8.22979 1.56916 9.12113 1.25 10.2857 1.25H13.7143C14.8789 1.25 15.7702 1.56916 16.2761 2.40181C16.7139 3.12249 16.75 4.08766 16.75 5C16.75 5.91234 16.7139 6.87751 16.2761 7.59819C15.7702 8.43084 14.8789 8.75 13.7143 8.75H10.2857C9.12113 8.75 8.22979 8.43084 7.72393 7.59819C7.2861 6.87751 7.25 5.91234 7.25 5C7.25 4.08766 7.2861 3.12249 7.72393 2.40181Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C12.5523 7 13 7.44772 13 8V11L15.0658 11C15.9523 10.9999 16.7161 10.9999 17.3278 11.0821C17.9833 11.1703 18.6117 11.369 19.1213 11.8787C19.631 12.3883 19.8297 13.0167 19.9179 13.6722C20.0001 14.2839 20.0001 15.0477 20 15.9342L20 16C20 16.5523 19.5523 17 19 17C18.4477 17 18 16.5523 18 16C18 15.0289 17.9979 14.4012 17.9357 13.9387C17.8774 13.505 17.7832 13.369 17.7071 13.2929C17.631 13.2168 17.495 13.1226 17.0613 13.0643C16.5988 13.0021 15.9711 13 15 13H9C8.02892 13 7.40121 13.0021 6.9387 13.0643C6.50497 13.1226 6.36902 13.2168 6.29289 13.2929C6.21677 13.369 6.12262 13.505 6.06431 13.9387C6.00212 14.4012 6 15.0289 6 16C6 16.5523 5.55229 17 5 17C4.44772 17 4 16.5523 4 16L4 15.9342C3.99995 15.0477 3.99991 14.2839 4.08214 13.6722C4.17027 13.0167 4.36902 12.3883 4.87868 11.8787C5.38834 11.369 6.01669 11.1703 6.67221 11.0821C7.28387 10.9999 8.04768 10.9999 8.93417 11C8.95604 11 8.97798 11 9 11H11V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.95063 15.25L5 15.25L5.04937 15.25H5.04943C5.71427 15.25 6.28711 15.2499 6.74584 15.3116C7.23748 15.3777 7.70874 15.5268 8.09099 15.909C8.47324 16.2913 8.6223 16.7625 8.68839 17.2542C8.75007 17.7129 8.75004 18.2858 8.75 18.9506V19.0494C8.75004 19.7142 8.75007 20.2871 8.68839 20.7458C8.6223 21.2375 8.47324 21.7087 8.09099 22.091C7.70874 22.4732 7.23748 22.6223 6.74584 22.6884C6.2871 22.7501 5.71424 22.75 5.04937 22.75H4.95063C4.28576 22.75 3.7129 22.7501 3.25416 22.6884C2.76252 22.6223 2.29126 22.4732 1.90901 22.091C1.52676 21.7087 1.3777 21.2375 1.31161 20.7458C1.24993 20.2871 1.24996 19.7143 1.25 19.0494V19.0494L1.25 19L1.25 18.9506V18.9506C1.24996 18.2857 1.24993 17.7129 1.31161 17.2542C1.3777 16.7625 1.52676 16.2913 1.90901 15.909C2.29126 15.5268 2.76252 15.3777 3.25416 15.3116C3.71289 15.2499 4.28573 15.25 4.95057 15.25H4.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9506 15.25L19 15.25L19.0494 15.25H19.0494C19.7143 15.25 20.2871 15.2499 20.7458 15.3116C21.2375 15.3777 21.7087 15.5268 22.091 15.909C22.4732 16.2913 22.6223 16.7625 22.6884 17.2542C22.7501 17.7129 22.75 18.2858 22.75 18.9506V19.0494C22.75 19.7142 22.7501 20.2871 22.6884 20.7458C22.6223 21.2375 22.4732 21.7087 22.091 22.091C21.7087 22.4732 21.2375 22.6223 20.7458 22.6884C20.2871 22.7501 19.7142 22.75 19.0494 22.75H18.9506C18.2858 22.75 17.7129 22.7501 17.2542 22.6884C16.7625 22.6223 16.2913 22.4732 15.909 22.091C15.5268 21.7087 15.3777 21.2375 15.3116 20.7458C15.2499 20.2871 15.25 19.7143 15.25 19.0494V19.0494L15.25 19L15.25 18.9506V18.9506C15.25 18.2857 15.2499 17.7129 15.3116 17.2542C15.3777 16.7625 15.5268 16.2913 15.909 15.909C16.2913 15.5268 16.7625 15.3777 17.2542 15.3116C17.7129 15.2499 18.2857 15.25 18.9506 15.25H18.9506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.72393 2.40181C8.22979 1.56916 9.12113 1.25 10.2857 1.25H13.7143C14.8789 1.25 15.7702 1.56916 16.2761 2.40181C16.7139 3.12249 16.75 4.08766 16.75 5C16.75 5.91234 16.7139 6.87751 16.2761 7.59819C15.7702 8.43084 14.8789 8.75 13.7143 8.75H10.2857C9.12113 8.75 8.22979 8.43084 7.72393 7.59819C7.2861 6.87751 7.25 5.91234 7.25 5C7.25 4.08766 7.2861 3.12249 7.72393 2.40181Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-hierarchy-square-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.052 1.25C12.9505 1.24997 13.6997 1.24995 14.2945 1.32991C14.9223 1.41432 15.4891 1.59999 15.9445 2.05546C16.4 2.51093 16.5857 3.07773 16.6701 3.70552C16.7501 4.3003 16.75 5.04951 16.75 5.94798V5.94801V6.052V6.05203C16.75 6.9505 16.7501 7.69971 16.6701 8.29448C16.5857 8.92228 16.4 9.48908 15.9445 9.94455C15.4891 10.4 14.9223 10.5857 14.2945 10.6701C13.6997 10.7501 12.9505 10.75 12.052 10.75H12.052H11.948H11.948C11.0495 10.75 10.3003 10.7501 9.70552 10.6701C9.07772 10.5857 8.51092 10.4 8.05545 9.94455C7.59998 9.48908 7.41431 8.92228 7.32991 8.29448C7.24994 7.69971 7.24997 6.9505 7.25 6.05203V6.052V5.948V5.94797C7.24997 5.04951 7.24994 4.3003 7.32991 3.70552C7.41431 3.07773 7.59998 2.51093 8.05545 2.05546C8.51092 1.59999 9.07772 1.41432 9.70552 1.32991C10.3003 1.24995 11.0495 1.24997 11.948 1.25H11.948H12.052H12.052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.95063 15.25L5 15.25L5.04937 15.25H5.04943C5.71427 15.25 6.28711 15.2499 6.74584 15.3116C7.23748 15.3777 7.70874 15.5268 8.09099 15.909C8.47324 16.2913 8.6223 16.7625 8.6884 17.2542C8.75007 17.7129 8.75004 18.2858 8.75 18.9506V18.9506V19.0494V19.0494C8.75004 19.7143 8.75007 20.2871 8.6884 20.7458C8.6223 21.2375 8.47324 21.7087 8.09099 22.091C7.70874 22.4732 7.23748 22.6223 6.74584 22.6884C6.2871 22.7501 5.71424 22.75 5.04937 22.75H4.95063C4.28576 22.75 3.7129 22.7501 3.25416 22.6884C2.76252 22.6223 2.29126 22.4732 1.90901 22.091C1.52676 21.7087 1.3777 21.2375 1.31161 20.7458C1.24993 20.2871 1.24996 19.7143 1.25 19.0494V19.0494L1.25 19L1.25 18.9506V18.9506C1.24996 18.2857 1.24993 17.7129 1.31161 17.2542C1.3777 16.7625 1.52676 16.2913 1.90901 15.909C2.29126 15.5268 2.76252 15.3777 3.25416 15.3116C3.71289 15.2499 4.28573 15.25 4.95057 15.25H4.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9506 15.25L19 15.25L19.0494 15.25H19.0494C19.7143 15.25 20.2871 15.2499 20.7458 15.3116C21.2375 15.3777 21.7087 15.5268 22.091 15.909C22.4732 16.2913 22.6223 16.7625 22.6884 17.2542C22.7501 17.7129 22.75 18.2858 22.75 18.9506V18.9506V19.0494V19.0494C22.75 19.7143 22.7501 20.2871 22.6884 20.7458C22.6223 21.2375 22.4732 21.7087 22.091 22.091C21.7087 22.4732 21.2375 22.6223 20.7458 22.6884C20.2871 22.7501 19.7142 22.75 19.0494 22.75H18.9506C18.2858 22.75 17.7129 22.7501 17.2542 22.6884C16.7625 22.6223 16.2913 22.4732 15.909 22.091C15.5268 21.7087 15.3777 21.2375 15.3116 20.7458C15.2499 20.2871 15.25 19.7143 15.25 19.0494V19.0494L15.25 19L15.25 18.9506V18.9506C15.25 18.2857 15.2499 17.7129 15.3116 17.2542C15.3777 16.7625 15.5268 16.2913 15.909 15.909C16.2913 15.5268 16.7625 15.3777 17.2542 15.3116C17.7129 15.2499 18.2857 15.25 18.9506 15.25H18.9506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0743 16.9971C18.5236 17.0382 18.0438 16.625 18.0028 16.0742C17.9192 14.9532 17.6676 14.6149 17.3685 14.4279C16.9343 14.1564 16.0992 13.9999 14.3472 13.9999L9.65278 13.9999C7.90075 13.9999 7.06567 14.1564 6.63147 14.4279C6.33243 14.6149 6.08077 14.9532 5.99724 16.0742C5.95619 16.625 5.47644 17.0382 4.92568 16.9971C4.37493 16.9561 3.96172 16.4763 4.00277 15.9256C4.10203 14.5936 4.45194 13.4319 5.57119 12.7321C6.55526 12.1168 7.95518 11.9999 9.65278 11.9999L14.3472 11.9999C16.0448 11.9999 17.4447 12.1168 18.4288 12.7321C19.5481 13.4319 19.898 14.5936 19.9972 15.9256C20.0383 16.4763 19.6251 16.9561 19.0743 16.9971Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.052 1.25C12.9505 1.24997 13.6997 1.24995 14.2945 1.32991C14.9223 1.41432 15.4891 1.59999 15.9445 2.05546C16.4 2.51093 16.5857 3.07773 16.6701 3.70552C16.7501 4.3003 16.75 5.04951 16.75 5.94798V5.94801V6.052V6.05203C16.75 6.9505 16.7501 7.69971 16.6701 8.29448C16.5857 8.92228 16.4 9.48908 15.9445 9.94455C15.4891 10.4 14.9223 10.5857 14.2945 10.6701C13.6997 10.7501 12.9505 10.75 12.052 10.75H12.052H11.948H11.948C11.0495 10.75 10.3003 10.7501 9.70552 10.6701C9.07772 10.5857 8.51092 10.4 8.05545 9.94455C7.59998 9.48908 7.41431 8.92228 7.32991 8.29448C7.24994 7.69971 7.24997 6.9505 7.25 6.05203V6.052V5.948V5.94797C7.24997 5.04951 7.24994 4.3003 7.32991 3.70552C7.41431 3.07773 7.59998 2.51093 8.05545 2.05546C8.51092 1.59999 9.07772 1.41432 9.70552 1.32991C10.3003 1.24995 11.0495 1.24997 11.948 1.25H11.948H12.052H12.052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.95063 15.25L5 15.25L5.04937 15.25H5.04943C5.71427 15.25 6.28711 15.2499 6.74584 15.3116C7.23748 15.3777 7.70874 15.5268 8.09099 15.909C8.47324 16.2913 8.6223 16.7625 8.6884 17.2542C8.75007 17.7129 8.75004 18.2858 8.75 18.9506V18.9506V19.0494V19.0494C8.75004 19.7143 8.75007 20.2871 8.6884 20.7458C8.6223 21.2375 8.47324 21.7087 8.09099 22.091C7.70874 22.4732 7.23748 22.6223 6.74584 22.6884C6.2871 22.7501 5.71424 22.75 5.04937 22.75H4.95063C4.28576 22.75 3.7129 22.7501 3.25416 22.6884C2.76252 22.6223 2.29126 22.4732 1.90901 22.091C1.52676 21.7087 1.3777 21.2375 1.31161 20.7458C1.24993 20.2871 1.24996 19.7143 1.25 19.0494V19.0494L1.25 19L1.25 18.9506V18.9506C1.24996 18.2857 1.24993 17.7129 1.31161 17.2542C1.3777 16.7625 1.52676 16.2913 1.90901 15.909C2.29126 15.5268 2.76252 15.3777 3.25416 15.3116C3.71289 15.2499 4.28573 15.25 4.95057 15.25H4.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9506 15.25L19 15.25L19.0494 15.25H19.0494C19.7143 15.25 20.2871 15.2499 20.7458 15.3116C21.2375 15.3777 21.7087 15.5268 22.091 15.909C22.4732 16.2913 22.6223 16.7625 22.6884 17.2542C22.7501 17.7129 22.75 18.2858 22.75 18.9506V18.9506V19.0494V19.0494C22.75 19.7143 22.7501 20.2871 22.6884 20.7458C22.6223 21.2375 22.4732 21.7087 22.091 22.091C21.7087 22.4732 21.2375 22.6223 20.7458 22.6884C20.2871 22.7501 19.7142 22.75 19.0494 22.75H18.9506C18.2858 22.75 17.7129 22.7501 17.2542 22.6884C16.7625 22.6223 16.2913 22.4732 15.909 22.091C15.5268 21.7087 15.3777 21.2375 15.3116 20.7458C15.2499 20.2871 15.25 19.7143 15.25 19.0494V19.0494L15.25 19L15.25 18.9506V18.9506C15.25 18.2857 15.2499 17.7129 15.3116 17.2542C15.3777 16.7625 15.5268 16.2913 15.909 15.909C16.2913 15.5268 16.7625 15.3777 17.2542 15.3116C17.7129 15.2499 18.2857 15.25 18.9506 15.25H18.9506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0743 16.9971C18.5236 17.0382 18.0438 16.625 18.0028 16.0742C17.9192 14.9532 17.6676 14.6149 17.3685 14.4279C16.9343 14.1564 16.0992 13.9999 14.3472 13.9999L9.65278 13.9999C7.90075 13.9999 7.06567 14.1564 6.63147 14.4279C6.33243 14.6149 6.08077 14.9532 5.99724 16.0742C5.95619 16.625 5.47644 17.0382 4.92568 16.9971C4.37493 16.9561 3.96172 16.4763 4.00277 15.9256C4.10203 14.5936 4.45194 13.4319 5.57119 12.7321C6.55526 12.1168 7.95518 11.9999 9.65278 11.9999L14.3472 11.9999C16.0448 11.9999 17.4447 12.1168 18.4288 12.7321C19.5481 13.4319 19.898 14.5936 19.9972 15.9256C20.0383 16.4763 19.6251 16.9561 19.0743 16.9971Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-hierarchy-square-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.45507 8.25C4.66838 8.24998 4.01359 8.24996 3.49391 8.30985C2.95315 8.37217 2.44511 8.50935 2.02447 8.8699C1.58715 9.24474 1.40389 9.72301 1.32313 10.2379C1.24989 10.7048 1.24994 11.285 1.25 11.9446L1.25 12L1.25 12.0554C1.24994 12.715 1.24989 13.2952 1.32313 13.7621C1.40389 14.277 1.58715 14.7553 2.02447 15.1301C2.44511 15.4907 2.95315 15.6278 3.49391 15.6902C4.0136 15.75 4.6684 15.75 5.4551 15.75H5.54491C6.33161 15.75 6.9864 15.75 7.50609 15.6902C8.04686 15.6278 8.55489 15.4907 8.97553 15.1301C9.41285 14.7553 9.59611 14.277 9.67687 13.7621C9.75011 13.2952 9.75006 12.715 9.75 12.0554L9.75 12.0554L9.75 12L9.75 11.9446L9.75 11.9446C9.75006 11.285 9.75011 10.7048 9.67687 10.2379C9.59611 9.72301 9.41285 9.24474 8.97553 8.8699C8.55489 8.50935 8.04686 8.37217 7.50609 8.30985C6.98641 8.24996 6.33162 8.24998 5.54494 8.25H5.54491H5.45509H5.45507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.2512 1.25L19.2 1.25001H17.8L17.7488 1.25C17.1327 1.24996 16.592 1.24991 16.1569 1.31259C15.6826 1.3809 15.2267 1.53655 14.8618 1.92761C14.5036 2.31133 14.3677 2.77808 14.3071 3.26072C14.2499 3.71616 14.25 4.28608 14.25 4.95319V4.95321V5.0468V5.04682C14.25 5.71393 14.2499 6.28385 14.3071 6.73929C14.3677 7.22193 14.5036 7.68868 14.8618 8.0724C15.2267 8.46346 15.6826 8.61911 16.1569 8.68743C16.592 8.7501 17.1327 8.75006 17.7488 8.75001H17.7488L17.8 8.75001H19.2L19.2512 8.75001H19.2512C19.8673 8.75006 20.408 8.7501 20.8431 8.68743C21.3174 8.61911 21.7733 8.46346 22.1382 8.0724C22.4964 7.68868 22.6323 7.22193 22.6929 6.73929C22.7501 6.28386 22.75 5.71394 22.75 5.04685V5.04681L22.75 5.00001L22.75 4.9532V4.95316C22.75 4.28607 22.7501 3.71615 22.6929 3.26072C22.6323 2.77808 22.4964 2.31133 22.1382 1.92761C21.7733 1.53655 21.3174 1.3809 20.8431 1.31259C20.408 1.24991 19.8673 1.24996 19.2512 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.2512 15.25L19.2 15.25H17.8L17.7488 15.25C17.1327 15.25 16.592 15.2499 16.1569 15.3126C15.6826 15.3809 15.2267 15.5365 14.8618 15.9276C14.5036 16.3113 14.3677 16.7781 14.3071 17.2607C14.2499 17.7162 14.25 18.2861 14.25 18.9532V18.9532V19.0468V19.0468C14.25 19.7139 14.2499 20.2838 14.3071 20.7393C14.3677 21.2219 14.5036 21.6887 14.8618 22.0724C15.2267 22.4635 15.6826 22.6191 16.1569 22.6874C16.592 22.7501 17.1327 22.7501 17.7488 22.75H17.7488L17.8 22.75H19.2L19.2512 22.75H19.2512C19.8673 22.7501 20.408 22.7501 20.8431 22.6874C21.3174 22.6191 21.7733 22.4635 22.1382 22.0724C22.4964 21.6887 22.6323 21.2219 22.6929 20.7393C22.7501 20.2839 22.75 19.7139 22.75 19.0469V19.0468L22.75 19L22.75 18.9532V18.9532C22.75 18.2861 22.7501 17.7162 22.6929 17.2607C22.6323 16.7781 22.4964 16.3113 22.1382 15.9276C21.7733 15.5365 21.3174 15.3809 20.8431 15.3126C20.408 15.2499 19.8673 15.25 19.2512 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9935 19.1138C16.0563 18.5651 15.6624 18.0693 15.1137 18.0065C14.1597 17.8973 13.6718 17.6672 13.4148 17.4182C13.1869 17.1974 13 16.8232 13 16.0462L13 7.95195C13 7.2046 13.1644 6.83273 13.3833 6.60805C13.6222 6.36288 14.1012 6.11137 15.1156 5.99333C15.6642 5.92948 16.0571 5.43302 15.9933 4.88443C15.9295 4.33585 15.433 3.94289 14.8844 4.00673C13.6778 4.14715 12.6568 4.4879 11.951 5.21223C11.2251 5.95705 11 6.93191 11 7.95195L11 10.9991L9 10.9991C8.44772 10.9991 8 11.4468 8 11.9991C8 12.5514 8.44772 12.9991 9 12.9991L11 12.9991L11 16.0462C11 17.1431 11.2717 18.1266 12.0231 18.8546C12.7454 19.5544 13.7575 19.8643 14.8863 19.9935C15.435 20.0564 15.9307 19.6625 15.9935 19.1138Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.45507 8.25C4.66838 8.24998 4.01359 8.24996 3.49391 8.30985C2.95315 8.37217 2.44511 8.50935 2.02447 8.8699C1.58715 9.24474 1.40389 9.72301 1.32313 10.2379C1.24989 10.7048 1.24994 11.285 1.25 11.9446L1.25 12L1.25 12.0554C1.24994 12.715 1.24989 13.2952 1.32313 13.7621C1.40389 14.277 1.58715 14.7553 2.02447 15.1301C2.44511 15.4907 2.95315 15.6278 3.49391 15.6902C4.0136 15.75 4.6684 15.75 5.4551 15.75H5.54491C6.33161 15.75 6.9864 15.75 7.50609 15.6902C8.04686 15.6278 8.55489 15.4907 8.97553 15.1301C9.41285 14.7553 9.59611 14.277 9.67687 13.7621C9.75011 13.2952 9.75006 12.715 9.75 12.0554L9.75 12.0554L9.75 12L9.75 11.9446L9.75 11.9446C9.75006 11.285 9.75011 10.7048 9.67687 10.2379C9.59611 9.72301 9.41285 9.24474 8.97553 8.8699C8.55489 8.50935 8.04686 8.37217 7.50609 8.30985C6.98641 8.24996 6.33162 8.24998 5.54494 8.25H5.54491H5.45509H5.45507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.2512 1.25L19.2 1.25001H17.8L17.7488 1.25C17.1327 1.24996 16.592 1.24991 16.1569 1.31259C15.6826 1.3809 15.2267 1.53655 14.8618 1.92761C14.5036 2.31133 14.3677 2.77808 14.3071 3.26072C14.2499 3.71616 14.25 4.28608 14.25 4.95319V4.95321V5.0468V5.04682C14.25 5.71393 14.2499 6.28385 14.3071 6.73929C14.3677 7.22193 14.5036 7.68868 14.8618 8.0724C15.2267 8.46346 15.6826 8.61911 16.1569 8.68743C16.592 8.7501 17.1327 8.75006 17.7488 8.75001H17.7488L17.8 8.75001H19.2L19.2512 8.75001H19.2512C19.8673 8.75006 20.408 8.7501 20.8431 8.68743C21.3174 8.61911 21.7733 8.46346 22.1382 8.0724C22.4964 7.68868 22.6323 7.22193 22.6929 6.73929C22.7501 6.28386 22.75 5.71394 22.75 5.04685V5.04681L22.75 5.00001L22.75 4.9532V4.95316C22.75 4.28607 22.7501 3.71615 22.6929 3.26072C22.6323 2.77808 22.4964 2.31133 22.1382 1.92761C21.7733 1.53655 21.3174 1.3809 20.8431 1.31259C20.408 1.24991 19.8673 1.24996 19.2512 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.2512 15.25L19.2 15.25H17.8L17.7488 15.25C17.1327 15.25 16.592 15.2499 16.1569 15.3126C15.6826 15.3809 15.2267 15.5365 14.8618 15.9276C14.5036 16.3113 14.3677 16.7781 14.3071 17.2607C14.2499 17.7162 14.25 18.2861 14.25 18.9532V18.9532V19.0468V19.0468C14.25 19.7139 14.2499 20.2838 14.3071 20.7393C14.3677 21.2219 14.5036 21.6887 14.8618 22.0724C15.2267 22.4635 15.6826 22.6191 16.1569 22.6874C16.592 22.7501 17.1327 22.7501 17.7488 22.75H17.7488L17.8 22.75H19.2L19.2512 22.75H19.2512C19.8673 22.7501 20.408 22.7501 20.8431 22.6874C21.3174 22.6191 21.7733 22.4635 22.1382 22.0724C22.4964 21.6887 22.6323 21.2219 22.6929 20.7393C22.7501 20.2839 22.75 19.7139 22.75 19.0469V19.0468L22.75 19L22.75 18.9532V18.9532C22.75 18.2861 22.7501 17.7162 22.6929 17.2607C22.6323 16.7781 22.4964 16.3113 22.1382 15.9276C21.7733 15.5365 21.3174 15.3809 20.8431 15.3126C20.408 15.2499 19.8673 15.25 19.2512 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9935 19.1138C16.0563 18.5651 15.6624 18.0693 15.1137 18.0065C14.1597 17.8973 13.6718 17.6672 13.4148 17.4182C13.1869 17.1974 13 16.8232 13 16.0462L13 7.95195C13 7.2046 13.1644 6.83273 13.3833 6.60805C13.6222 6.36288 14.1012 6.11137 15.1156 5.99333C15.6642 5.92948 16.0571 5.43302 15.9933 4.88443C15.9295 4.33585 15.433 3.94289 14.8844 4.00673C13.6778 4.14715 12.6568 4.4879 11.951 5.21223C11.2251 5.95705 11 6.93191 11 7.95195L11 10.9991L9 10.9991C8.44772 10.9991 8 11.4468 8 11.9991C8 12.5514 8.44772 12.9991 9 12.9991L11 12.9991L11 16.0462C11 17.1431 11.2717 18.1266 12.0231 18.8546C12.7454 19.5544 13.7575 19.8643 14.8863 19.9935C15.435 20.0564 15.9307 19.6625 15.9935 19.1138Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-hierarchy-square-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5449 15.75C19.3316 15.75 19.9864 15.75 20.5061 15.6901C21.0469 15.6278 21.5549 15.4906 21.9755 15.1301C22.4128 14.7553 22.5961 14.277 22.6769 13.7621C22.7501 13.2952 22.7501 12.715 22.75 12.0554L22.75 12L22.75 11.9446C22.7501 11.285 22.7501 10.7048 22.6769 10.2379C22.5961 9.72301 22.4128 9.24474 21.9755 8.8699C21.5549 8.50935 21.0469 8.37217 20.5061 8.30985C19.9864 8.24996 19.3316 8.24998 18.5449 8.25H18.4551C17.6684 8.24998 17.0136 8.24996 16.4939 8.30985C15.9531 8.37217 15.4451 8.50935 15.0245 8.8699C14.5872 9.24474 14.4039 9.72301 14.3231 10.2379C14.2499 10.7048 14.2499 11.285 14.25 11.9446L14.25 11.9446L14.25 12L14.25 12.0554L14.25 12.0554C14.2499 12.715 14.2499 13.2952 14.3231 13.7621C14.4039 14.277 14.5872 14.7553 15.0245 15.1301C15.4451 15.4906 15.9531 15.6278 16.4939 15.6901C17.0136 15.75 17.6684 15.75 18.4551 15.75H18.4551H18.5449H18.5449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.74877 22.75L4.8 22.75H6.2L6.25123 22.75C6.86726 22.75 7.40804 22.7501 7.84311 22.6874C8.31739 22.6191 8.77325 22.4635 9.13824 22.0724C9.49638 21.6887 9.63234 21.2219 9.69291 20.7393C9.75006 20.2838 9.75003 19.7139 9.75 19.0468V19.0468V18.9532V18.9532C9.75003 18.2861 9.75006 17.7162 9.69291 17.2607C9.63234 16.7781 9.49638 16.3113 9.13824 15.9276C8.77325 15.5365 8.31739 15.3809 7.84311 15.3126C7.40805 15.2499 6.86727 15.2499 6.25125 15.25H6.25123L6.2 15.25H4.8L4.74877 15.25H4.74875C4.13273 15.2499 3.59195 15.2499 3.15688 15.3126C2.68261 15.3809 2.22675 15.5365 1.86176 15.9276C1.50362 16.3113 1.36765 16.7781 1.30709 17.2607C1.24994 17.7161 1.24997 18.2861 1.25 18.9531V18.9532L1.25 19L1.25 19.0468V19.0468C1.24997 19.7139 1.24994 20.2838 1.30709 20.7393C1.36765 21.2219 1.50362 21.6887 1.86176 22.0724C2.22675 22.4635 2.68261 22.6191 3.15688 22.6874C3.59195 22.7501 4.13274 22.75 4.74877 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.74877 8.75L4.8 8.74999H6.2L6.25123 8.75C6.86726 8.75004 7.40804 8.75009 7.84311 8.68741C8.31739 8.6191 8.77325 8.46345 9.13824 8.07239C9.49638 7.68867 9.63234 7.22192 9.69291 6.73928C9.75006 6.28384 9.75003 5.71392 9.75 5.04681V5.04679V4.9532V4.95318C9.75003 4.28607 9.75006 3.71615 9.69291 3.26071C9.63234 2.77807 9.49638 2.31132 9.13824 1.9276C8.77325 1.53654 8.31739 1.38089 7.84311 1.31257C7.40805 1.2499 6.86727 1.24994 6.25125 1.24999H6.25123L6.2 1.24999L4.8 1.24999L4.74877 1.24999H4.74875C4.13273 1.24994 3.59195 1.2499 3.15688 1.31257C2.68261 1.38089 2.22675 1.53654 1.86176 1.9276C1.50362 2.31132 1.36765 2.77807 1.30709 3.26071C1.24994 3.71614 1.24997 4.28606 1.25 4.95315V4.95319L1.25 4.99999L1.25 5.0468V5.04684C1.24997 5.71393 1.24994 6.28385 1.30709 6.73928C1.36765 7.22192 1.50362 7.68867 1.86176 8.07239C2.22675 8.46345 2.68261 8.6191 3.15688 8.68741C3.59195 8.75009 4.13274 8.75004 4.74877 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.00649 4.88623C7.94367 5.43493 8.33756 5.93066 8.88626 5.99348C9.84032 6.10271 10.3282 6.3328 10.5852 6.58178C10.8131 6.80262 11 7.17676 11 7.9538L11 16.0481C11 16.7954 10.8356 17.1673 10.6167 17.3919C10.3778 17.6371 9.8988 17.8886 8.88441 18.0067C8.33583 18.0705 7.94286 18.567 8.00671 19.1156C8.07055 19.6641 8.56701 20.0571 9.1156 19.9933C10.3222 19.8529 11.3432 19.5121 12.049 18.7878C12.7749 18.0429 13 17.0681 13 16.0481L13 13.0009L15 13.0009C15.5523 13.0009 16 12.5532 16 12.0009C16 11.4486 15.5523 11.0009 15 11.0009L13 11.0009L13 7.9538C13 6.85694 12.7283 5.87339 11.9769 5.1454C11.2546 4.44555 10.2425 4.13569 9.11374 4.00646C8.56504 3.94364 8.06931 4.33753 8.00649 4.88623Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5449 15.75C19.3316 15.75 19.9864 15.75 20.5061 15.6901C21.0469 15.6278 21.5549 15.4906 21.9755 15.1301C22.4128 14.7553 22.5961 14.277 22.6769 13.7621C22.7501 13.2952 22.7501 12.715 22.75 12.0554L22.75 12L22.75 11.9446C22.7501 11.285 22.7501 10.7048 22.6769 10.2379C22.5961 9.72301 22.4128 9.24474 21.9755 8.8699C21.5549 8.50935 21.0469 8.37217 20.5061 8.30985C19.9864 8.24996 19.3316 8.24998 18.5449 8.25H18.4551C17.6684 8.24998 17.0136 8.24996 16.4939 8.30985C15.9531 8.37217 15.4451 8.50935 15.0245 8.8699C14.5872 9.24474 14.4039 9.72301 14.3231 10.2379C14.2499 10.7048 14.2499 11.285 14.25 11.9446L14.25 11.9446L14.25 12L14.25 12.0554L14.25 12.0554C14.2499 12.715 14.2499 13.2952 14.3231 13.7621C14.4039 14.277 14.5872 14.7553 15.0245 15.1301C15.4451 15.4906 15.9531 15.6278 16.4939 15.6901C17.0136 15.75 17.6684 15.75 18.4551 15.75H18.4551H18.5449H18.5449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.74877 22.75L4.8 22.75H6.2L6.25123 22.75C6.86726 22.75 7.40804 22.7501 7.84311 22.6874C8.31739 22.6191 8.77325 22.4635 9.13824 22.0724C9.49638 21.6887 9.63234 21.2219 9.69291 20.7393C9.75006 20.2838 9.75003 19.7139 9.75 19.0468V19.0468V18.9532V18.9532C9.75003 18.2861 9.75006 17.7162 9.69291 17.2607C9.63234 16.7781 9.49638 16.3113 9.13824 15.9276C8.77325 15.5365 8.31739 15.3809 7.84311 15.3126C7.40805 15.2499 6.86727 15.2499 6.25125 15.25H6.25123L6.2 15.25H4.8L4.74877 15.25H4.74875C4.13273 15.2499 3.59195 15.2499 3.15688 15.3126C2.68261 15.3809 2.22675 15.5365 1.86176 15.9276C1.50362 16.3113 1.36765 16.7781 1.30709 17.2607C1.24994 17.7161 1.24997 18.2861 1.25 18.9531V18.9532L1.25 19L1.25 19.0468V19.0468C1.24997 19.7139 1.24994 20.2838 1.30709 20.7393C1.36765 21.2219 1.50362 21.6887 1.86176 22.0724C2.22675 22.4635 2.68261 22.6191 3.15688 22.6874C3.59195 22.7501 4.13274 22.75 4.74877 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.74877 8.75L4.8 8.74999H6.2L6.25123 8.75C6.86726 8.75004 7.40804 8.75009 7.84311 8.68741C8.31739 8.6191 8.77325 8.46345 9.13824 8.07239C9.49638 7.68867 9.63234 7.22192 9.69291 6.73928C9.75006 6.28384 9.75003 5.71392 9.75 5.04681V5.04679V4.9532V4.95318C9.75003 4.28607 9.75006 3.71615 9.69291 3.26071C9.63234 2.77807 9.49638 2.31132 9.13824 1.9276C8.77325 1.53654 8.31739 1.38089 7.84311 1.31257C7.40805 1.2499 6.86727 1.24994 6.25125 1.24999H6.25123L6.2 1.24999L4.8 1.24999L4.74877 1.24999H4.74875C4.13273 1.24994 3.59195 1.2499 3.15688 1.31257C2.68261 1.38089 2.22675 1.53654 1.86176 1.9276C1.50362 2.31132 1.36765 2.77807 1.30709 3.26071C1.24994 3.71614 1.24997 4.28606 1.25 4.95315V4.95319L1.25 4.99999L1.25 5.0468V5.04684C1.24997 5.71393 1.24994 6.28385 1.30709 6.73928C1.36765 7.22192 1.50362 7.68867 1.86176 8.07239C2.22675 8.46345 2.68261 8.6191 3.15688 8.68741C3.59195 8.75009 4.13274 8.75004 4.74877 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.00649 4.88623C7.94367 5.43493 8.33756 5.93066 8.88626 5.99348C9.84032 6.10271 10.3282 6.3328 10.5852 6.58178C10.8131 6.80262 11 7.17676 11 7.9538L11 16.0481C11 16.7954 10.8356 17.1673 10.6167 17.3919C10.3778 17.6371 9.8988 17.8886 8.88441 18.0067C8.33583 18.0705 7.94286 18.567 8.00671 19.1156C8.07055 19.6641 8.56701 20.0571 9.1156 19.9933C10.3222 19.8529 11.3432 19.5121 12.049 18.7878C12.7749 18.0429 13 17.0681 13 16.0481L13 13.0009L15 13.0009C15.5523 13.0009 16 12.5532 16 12.0009C16 11.4486 15.5523 11.0009 15 11.0009L13 11.0009L13 7.9538C13 6.85694 12.7283 5.87339 11.9769 5.1454C11.2546 4.44555 10.2425 4.13569 9.11374 4.00646C8.56504 3.94364 8.06931 4.33753 8.00649 4.88623Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-hierarchy-square-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6C12.5523 6 13 6.44772 13 7V10C13 10.5523 12.5523 11 12 11C11.4477 11 11 10.5523 11 10V7C11 6.44772 11.4477 6 12 6ZM10.2809 12.3753C10.6259 12.8066 10.556 13.4359 10.1247 13.7809L5.1247 17.7809C4.69344 18.1259 4.06414 18.056 3.71913 17.6247C3.37412 17.1934 3.44405 16.5641 3.87531 16.2191L8.87531 12.2191C9.30657 11.8741 9.93586 11.944 10.2809 12.3753ZM13.7191 12.3753C14.0641 11.944 14.6934 11.8741 15.1247 12.2191L20.1247 16.2191C20.556 16.5641 20.6259 17.1934 20.2809 17.6247C19.9359 18.056 19.3066 18.1259 18.8753 17.7809L13.8753 13.7809C13.444 13.4359 13.3741 12.8066 13.7191 12.3753Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.68699 2.256C8.16023 1.51414 8.97917 1.25 10 1.25H14C15.0208 1.25 15.8398 1.51414 16.313 2.256C16.7214 2.89623 16.75 3.74489 16.75 4.5C16.75 5.25511 16.7214 6.10377 16.313 6.744C15.8398 7.48586 15.0208 7.75 14 7.75H10C8.97917 7.75 8.16023 7.48586 7.68699 6.744C7.27859 6.10377 7.25 5.25511 7.25 4.5C7.25 3.74489 7.27859 2.89623 7.68699 2.256Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.45257 16.25L4.5 16.25L4.54743 16.25L4.54744 16.25C5.09599 16.25 5.58077 16.2499 5.97153 16.3025C6.39509 16.3594 6.81858 16.4902 7.16422 16.8358C7.50985 17.1814 7.6406 17.6049 7.69755 18.0285C7.75008 18.4192 7.75005 18.904 7.75 19.4525V19.4526L7.75 19.5L7.75 19.5474V19.5475C7.75005 20.096 7.75008 20.5808 7.69755 20.9715C7.6406 21.3951 7.50985 21.8186 7.16422 22.1642C6.81858 22.5099 6.39509 22.6406 5.97153 22.6976C5.58077 22.7501 5.09599 22.7501 4.54745 22.75H4.54743L4.5 22.75L4.45258 22.75H4.45256C3.90401 22.7501 3.41923 22.7501 3.02848 22.6976C2.60492 22.6406 2.18142 22.5099 1.83579 22.1642C1.49015 21.8186 1.3594 21.3951 1.30245 20.9715C1.24992 20.5808 1.24996 20.096 1.25 19.5474L1.25 19.5L1.25 19.4526L1.25 19.4526C1.24996 18.904 1.24992 18.4192 1.30245 18.0285C1.3594 17.6049 1.49015 17.1814 1.83579 16.8358C2.18142 16.4902 2.60492 16.3594 3.02848 16.3025C3.41923 16.2499 3.90402 16.25 4.45257 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4526 16.25L19.5 16.25L19.5474 16.25L19.5474 16.25C20.096 16.25 20.5808 16.2499 20.9715 16.3025C21.3951 16.3594 21.8186 16.4902 22.1642 16.8358C22.5099 17.1814 22.6406 17.6049 22.6975 18.0285C22.7501 18.4192 22.75 18.904 22.75 19.4525V19.4526L22.75 19.5L22.75 19.5474V19.5475C22.75 20.096 22.7501 20.5808 22.6975 20.9715C22.6406 21.3951 22.5099 21.8186 22.1642 22.1642C21.8186 22.5099 21.3951 22.6406 20.9715 22.6976C20.5808 22.7501 20.096 22.7501 19.5474 22.75H19.5474L19.5 22.75L19.4526 22.75H19.4526C18.904 22.7501 18.4192 22.7501 18.0285 22.6976C17.6049 22.6406 17.1814 22.5099 16.8358 22.1642C16.4902 21.8186 16.3594 21.3951 16.3025 20.9715C16.2499 20.5808 16.25 20.096 16.25 19.5474L16.25 19.5L16.25 19.4526L16.25 19.4526C16.25 18.904 16.2499 18.4192 16.3025 18.0285C16.3594 17.6049 16.4902 17.1814 16.8358 16.8358C17.1814 16.4902 17.6049 16.3594 18.0285 16.3025C18.4192 16.2499 18.904 16.25 19.4526 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 12.5C8.75 10.7051 10.2051 9.25 12 9.25C13.7949 9.25 15.25 10.7051 15.25 12.5C15.25 14.2949 13.7949 15.75 12 15.75C10.2051 15.75 8.75 14.2949 8.75 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6C12.5523 6 13 6.44772 13 7V10C13 10.5523 12.5523 11 12 11C11.4477 11 11 10.5523 11 10V7C11 6.44772 11.4477 6 12 6ZM10.2809 12.3753C10.6259 12.8066 10.556 13.4359 10.1247 13.7809L5.1247 17.7809C4.69344 18.1259 4.06414 18.056 3.71913 17.6247C3.37412 17.1934 3.44405 16.5641 3.87531 16.2191L8.87531 12.2191C9.30657 11.8741 9.93586 11.944 10.2809 12.3753ZM13.7191 12.3753C14.0641 11.944 14.6934 11.8741 15.1247 12.2191L20.1247 16.2191C20.556 16.5641 20.6259 17.1934 20.2809 17.6247C19.9359 18.056 19.3066 18.1259 18.8753 17.7809L13.8753 13.7809C13.444 13.4359 13.3741 12.8066 13.7191 12.3753Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.68699 2.256C8.16023 1.51414 8.97917 1.25 10 1.25H14C15.0208 1.25 15.8398 1.51414 16.313 2.256C16.7214 2.89623 16.75 3.74489 16.75 4.5C16.75 5.25511 16.7214 6.10377 16.313 6.744C15.8398 7.48586 15.0208 7.75 14 7.75H10C8.97917 7.75 8.16023 7.48586 7.68699 6.744C7.27859 6.10377 7.25 5.25511 7.25 4.5C7.25 3.74489 7.27859 2.89623 7.68699 2.256Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.45257 16.25L4.5 16.25L4.54743 16.25L4.54744 16.25C5.09599 16.25 5.58077 16.2499 5.97153 16.3025C6.39509 16.3594 6.81858 16.4902 7.16422 16.8358C7.50985 17.1814 7.6406 17.6049 7.69755 18.0285C7.75008 18.4192 7.75005 18.904 7.75 19.4525V19.4526L7.75 19.5L7.75 19.5474V19.5475C7.75005 20.096 7.75008 20.5808 7.69755 20.9715C7.6406 21.3951 7.50985 21.8186 7.16422 22.1642C6.81858 22.5099 6.39509 22.6406 5.97153 22.6976C5.58077 22.7501 5.09599 22.7501 4.54745 22.75H4.54743L4.5 22.75L4.45258 22.75H4.45256C3.90401 22.7501 3.41923 22.7501 3.02848 22.6976C2.60492 22.6406 2.18142 22.5099 1.83579 22.1642C1.49015 21.8186 1.3594 21.3951 1.30245 20.9715C1.24992 20.5808 1.24996 20.096 1.25 19.5474L1.25 19.5L1.25 19.4526L1.25 19.4526C1.24996 18.904 1.24992 18.4192 1.30245 18.0285C1.3594 17.6049 1.49015 17.1814 1.83579 16.8358C2.18142 16.4902 2.60492 16.3594 3.02848 16.3025C3.41923 16.2499 3.90402 16.25 4.45257 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4526 16.25L19.5 16.25L19.5474 16.25L19.5474 16.25C20.096 16.25 20.5808 16.2499 20.9715 16.3025C21.3951 16.3594 21.8186 16.4902 22.1642 16.8358C22.5099 17.1814 22.6406 17.6049 22.6975 18.0285C22.7501 18.4192 22.75 18.904 22.75 19.4525V19.4526L22.75 19.5L22.75 19.5474V19.5475C22.75 20.096 22.7501 20.5808 22.6975 20.9715C22.6406 21.3951 22.5099 21.8186 22.1642 22.1642C21.8186 22.5099 21.3951 22.6406 20.9715 22.6976C20.5808 22.7501 20.096 22.7501 19.5474 22.75H19.5474L19.5 22.75L19.4526 22.75H19.4526C18.904 22.7501 18.4192 22.7501 18.0285 22.6976C17.6049 22.6406 17.1814 22.5099 16.8358 22.1642C16.4902 21.8186 16.3594 21.3951 16.3025 20.9715C16.2499 20.5808 16.25 20.096 16.25 19.5474L16.25 19.5L16.25 19.4526L16.25 19.4526C16.25 18.904 16.2499 18.4192 16.3025 18.0285C16.3594 17.6049 16.4902 17.1814 16.8358 16.8358C17.1814 16.4902 17.6049 16.3594 18.0285 16.3025C18.4192 16.2499 18.904 16.25 19.4526 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 12.5C8.75 10.7051 10.2051 9.25 12 9.25C13.7949 9.25 15.25 10.7051 15.25 12.5C15.25 14.2949 13.7949 15.75 12 15.75C10.2051 15.75 8.75 14.2949 8.75 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-hierarchy-square-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.04282 16.25C5.71341 16.25 6.27895 16.25 6.72942 16.3004C7.19909 16.3531 7.65703 16.4701 8.0408 16.79C8.44433 17.1262 8.61267 17.5575 8.68551 18.009C8.75014 18.4096 8.75008 18.9033 8.75001 19.446L8.75 19.5L8.75001 19.554C8.75008 20.0967 8.75014 20.5905 8.68551 20.991C8.61267 21.4425 8.44433 21.8738 8.0408 22.2101C7.65703 22.5299 7.19909 22.647 6.72942 22.6996C6.27894 22.75 5.7134 22.75 5.0428 22.75H5.04279H4.95721H4.9572C4.2866 22.75 3.72106 22.75 3.27059 22.6996C2.80091 22.647 2.34298 22.5299 1.9592 22.2101C1.55568 21.8738 1.38733 21.4425 1.31449 20.991C1.24986 20.5905 1.24993 20.0967 1.25 19.554L1.25 19.554L1.25 19.5L1.25 19.446L1.25 19.446C1.24993 18.9033 1.24986 18.4096 1.31449 18.009C1.38733 17.5575 1.55568 17.1262 1.9592 16.79C2.34298 16.4701 2.80091 16.3531 3.27059 16.3004C3.72105 16.25 4.28659 16.25 4.95718 16.25H4.95721H5.04279H5.04282Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0428 16.25C19.7134 16.25 20.2789 16.25 20.7294 16.3004C21.1991 16.3531 21.657 16.4701 22.0408 16.79C22.4443 17.1262 22.6127 17.5575 22.6855 18.009C22.7501 18.4096 22.7501 18.9033 22.75 19.446L22.75 19.5L22.75 19.554C22.7501 20.0967 22.7501 20.5905 22.6855 20.991C22.6127 21.4425 22.4443 21.8738 22.0408 22.2101C21.657 22.5299 21.1991 22.647 20.7294 22.6996C20.2789 22.75 19.7134 22.75 19.0428 22.75H19.0428H18.9572H18.9572C18.2866 22.75 17.7211 22.75 17.2706 22.6996C16.8009 22.647 16.343 22.5299 15.9592 22.2101C15.5557 21.8738 15.3873 21.4425 15.3145 20.991C15.2499 20.5905 15.2499 20.0967 15.25 19.554L15.25 19.554L15.25 19.5L15.25 19.446L15.25 19.446C15.2499 18.9033 15.2499 18.4096 15.3145 18.009C15.3873 17.5575 15.5557 17.1262 15.9592 16.79C16.343 16.4701 16.8009 16.3531 17.2706 16.3004C17.7211 16.25 18.2866 16.25 18.9572 16.25H18.9572H19.0428H19.0428Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.97986 13.1312C7.62694 13.0322 8.40211 13 9.30769 13H14.6923C15.5979 13 16.3731 13.0322 17.0201 13.1312C17.6633 13.2296 18.2608 13.4051 18.7541 13.7486C19.8334 14.5003 20 15.7391 20 17C20 17.5523 19.5523 18 19 18C18.4477 18 18 17.5523 18 17C18 15.7789 17.7947 15.5177 17.6111 15.3899C17.473 15.2936 17.2163 15.1845 16.7177 15.1082C16.2229 15.0325 15.5687 15 14.6923 15H9.30769C8.43133 15 7.77706 15.0325 7.28233 15.1082C6.78373 15.1845 6.52703 15.2936 6.38888 15.3899C6.20526 15.5177 6 15.7789 6 17C6 17.5523 5.55228 18 5 18C4.44772 18 4 17.5523 4 17C4 15.7391 4.16664 14.5003 5.24589 13.7486C5.73917 13.4051 6.33666 13.2296 6.97986 13.1312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.46583 7.44756C11.0122 6.38207 12.9879 6.38206 14.5343 7.44755C14.5669 7.47002 14.6117 7.49909 14.6655 7.53405L14.6655 7.53405C14.9347 7.70885 15.4303 8.03074 15.7639 8.40856C15.9764 8.64925 16.2023 8.99321 16.2436 9.42952C16.2878 9.89757 16.1074 10.3281 15.7784 10.6908C15.2957 11.2229 14.6306 11.7484 13.7147 11.7484H10.2854C9.36952 11.7484 8.70441 11.2229 8.22172 10.6908C7.89276 10.3281 7.71238 9.89757 7.75659 9.42952C7.79781 8.99321 8.02376 8.64925 8.23626 8.40856C8.56985 8.03074 9.06548 7.70885 9.33462 7.53405C9.38846 7.49909 9.43323 7.47002 9.46583 7.44756Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.5 3.75C9.5 2.36929 10.6193 1.25 12 1.25C13.3807 1.25 14.5 2.36929 14.5 3.75C14.5 5.13071 13.3807 6.25 12 6.25C10.6193 6.25 9.5 5.13071 9.5 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.04282 16.25C5.71341 16.25 6.27895 16.25 6.72942 16.3004C7.19909 16.3531 7.65703 16.4701 8.0408 16.79C8.44433 17.1262 8.61267 17.5575 8.68551 18.009C8.75014 18.4096 8.75008 18.9033 8.75001 19.446L8.75 19.5L8.75001 19.554C8.75008 20.0967 8.75014 20.5905 8.68551 20.991C8.61267 21.4425 8.44433 21.8738 8.0408 22.2101C7.65703 22.5299 7.19909 22.647 6.72942 22.6996C6.27894 22.75 5.7134 22.75 5.0428 22.75H5.04279H4.95721H4.9572C4.2866 22.75 3.72106 22.75 3.27059 22.6996C2.80091 22.647 2.34298 22.5299 1.9592 22.2101C1.55568 21.8738 1.38733 21.4425 1.31449 20.991C1.24986 20.5905 1.24993 20.0967 1.25 19.554L1.25 19.554L1.25 19.5L1.25 19.446L1.25 19.446C1.24993 18.9033 1.24986 18.4096 1.31449 18.009C1.38733 17.5575 1.55568 17.1262 1.9592 16.79C2.34298 16.4701 2.80091 16.3531 3.27059 16.3004C3.72105 16.25 4.28659 16.25 4.95718 16.25H4.95721H5.04279H5.04282Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0428 16.25C19.7134 16.25 20.2789 16.25 20.7294 16.3004C21.1991 16.3531 21.657 16.4701 22.0408 16.79C22.4443 17.1262 22.6127 17.5575 22.6855 18.009C22.7501 18.4096 22.7501 18.9033 22.75 19.446L22.75 19.5L22.75 19.554C22.7501 20.0967 22.7501 20.5905 22.6855 20.991C22.6127 21.4425 22.4443 21.8738 22.0408 22.2101C21.657 22.5299 21.1991 22.647 20.7294 22.6996C20.2789 22.75 19.7134 22.75 19.0428 22.75H19.0428H18.9572H18.9572C18.2866 22.75 17.7211 22.75 17.2706 22.6996C16.8009 22.647 16.343 22.5299 15.9592 22.2101C15.5557 21.8738 15.3873 21.4425 15.3145 20.991C15.2499 20.5905 15.2499 20.0967 15.25 19.554L15.25 19.554L15.25 19.5L15.25 19.446L15.25 19.446C15.2499 18.9033 15.2499 18.4096 15.3145 18.009C15.3873 17.5575 15.5557 17.1262 15.9592 16.79C16.343 16.4701 16.8009 16.3531 17.2706 16.3004C17.7211 16.25 18.2866 16.25 18.9572 16.25H18.9572H19.0428H19.0428Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.97986 13.1312C7.62694 13.0322 8.40211 13 9.30769 13H14.6923C15.5979 13 16.3731 13.0322 17.0201 13.1312C17.6633 13.2296 18.2608 13.4051 18.7541 13.7486C19.8334 14.5003 20 15.7391 20 17C20 17.5523 19.5523 18 19 18C18.4477 18 18 17.5523 18 17C18 15.7789 17.7947 15.5177 17.6111 15.3899C17.473 15.2936 17.2163 15.1845 16.7177 15.1082C16.2229 15.0325 15.5687 15 14.6923 15H9.30769C8.43133 15 7.77706 15.0325 7.28233 15.1082C6.78373 15.1845 6.52703 15.2936 6.38888 15.3899C6.20526 15.5177 6 15.7789 6 17C6 17.5523 5.55228 18 5 18C4.44772 18 4 17.5523 4 17C4 15.7391 4.16664 14.5003 5.24589 13.7486C5.73917 13.4051 6.33666 13.2296 6.97986 13.1312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.46583 7.44756C11.0122 6.38207 12.9879 6.38206 14.5343 7.44755C14.5669 7.47002 14.6117 7.49909 14.6655 7.53405L14.6655 7.53405C14.9347 7.70885 15.4303 8.03074 15.7639 8.40856C15.9764 8.64925 16.2023 8.99321 16.2436 9.42952C16.2878 9.89757 16.1074 10.3281 15.7784 10.6908C15.2957 11.2229 14.6306 11.7484 13.7147 11.7484H10.2854C9.36952 11.7484 8.70441 11.2229 8.22172 10.6908C7.89276 10.3281 7.71238 9.89757 7.75659 9.42952C7.79781 8.99321 8.02376 8.64925 8.23626 8.40856C8.56985 8.03074 9.06548 7.70885 9.33462 7.53405C9.38846 7.49909 9.43323 7.47002 9.46583 7.44756Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.5 3.75C9.5 2.36929 10.6193 1.25 12 1.25C13.3807 1.25 14.5 2.36929 14.5 3.75C14.5 5.13071 13.3807 6.25 12 6.25C10.6193 6.25 9.5 5.13071 9.5 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-hierarchy-square-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.62034 9.15046C7.86153 8.75668 7.99997 8.2926 7.99997 7.8C7.99997 6.41173 6.90045 5.25 5.49997 5.25C4.09948 5.25 2.99997 6.41173 2.99997 7.8C2.99997 8.2926 3.1384 8.75668 3.37959 9.15046C1.65692 9.9245 0.754934 12.0597 1.53524 13.964C1.75499 14.5003 2.27275 14.8731 2.87225 14.8731H3.0547L3.61905 17.2341C3.82683 18.1033 4.58724 18.75 5.49997 18.75C6.41269 18.75 7.1731 18.1033 7.38088 17.2341L7.94523 14.8731H8.12768C8.72718 14.8731 9.24494 14.5003 9.46469 13.964C10.245 12.0597 9.34301 9.9245 7.62034 9.15046ZM4.5 7.8C4.5 7.20004 4.96749 6.75 5.5 6.75C6.03251 6.75 6.5 7.20004 6.5 7.8C6.5 8.39996 6.03251 8.85 5.5 8.85C4.96749 8.85 4.5 8.39996 4.5 7.8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9506 1.25L18.9999 1.25L19.0493 1.25H19.0494C19.7142 1.24996 20.287 1.24993 20.7458 1.31161C21.2374 1.37771 21.7087 1.52677 22.0909 1.90901C22.4732 2.29126 22.6222 2.76252 22.6883 3.25416C22.75 3.7129 22.75 4.28575 22.7499 4.95061V4.95062V5.04939V5.0494C22.75 5.71425 22.75 6.28711 22.6883 6.74585C22.6222 7.23748 22.4732 7.70875 22.0909 8.09099C21.7087 8.47324 21.2374 8.6223 20.7458 8.6884C20.287 8.75007 19.7142 8.75004 19.0493 8.75001H18.9506C18.2857 8.75004 17.7128 8.75007 17.2541 8.6884C16.7624 8.6223 16.2912 8.47324 15.9089 8.09099C15.5267 7.70875 15.3776 7.23748 15.3115 6.74585C15.2499 6.28711 15.2499 5.71427 15.2499 5.04943V5.04938L15.2499 5L15.2499 4.95063V4.95058C15.2499 4.28574 15.2499 3.71289 15.3115 3.25416C15.3776 2.76252 15.5267 2.29126 15.9089 1.90901C16.2912 1.52677 16.7624 1.37771 17.2541 1.31161C17.7128 1.24993 18.2857 1.24996 18.9505 1.25H18.9506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9506 15.25L18.9999 15.25L19.0493 15.25H19.0494C19.7142 15.25 20.287 15.2499 20.7458 15.3116C21.2374 15.3777 21.7087 15.5268 22.0909 15.909C22.4732 16.2913 22.6222 16.7625 22.6883 17.2542C22.75 17.7129 22.75 18.2858 22.7499 18.9506V18.9506V19.0494V19.0494C22.75 19.7143 22.75 20.2871 22.6883 20.7458C22.6222 21.2375 22.4732 21.7087 22.0909 22.091C21.7087 22.4732 21.2374 22.6223 20.7458 22.6884C20.287 22.7501 19.7142 22.75 19.0493 22.75H18.9506C18.2857 22.75 17.7128 22.7501 17.2541 22.6884C16.7624 22.6223 16.2912 22.4732 15.9089 22.091C15.5267 21.7087 15.3776 21.2375 15.3115 20.7458C15.2499 20.2871 15.2499 19.7143 15.2499 19.0494V19.0494L15.2499 19L15.2499 18.9506V18.9506C15.2499 18.2857 15.2499 17.7129 15.3115 17.2542C15.3776 16.7625 15.5267 16.2913 15.9089 15.909C16.2912 15.5268 16.7624 15.3777 17.2541 15.3116C17.7128 15.2499 18.2857 15.25 18.9505 15.25H18.9506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9256 4.00277C14.9503 4.00092 14.9751 4 14.9999 4H15.9999C16.5522 4 16.9999 4.44772 16.9999 5C16.9999 5.55228 16.5522 6 15.9999 6H15.0382C13.946 6.08621 13.6129 6.33566 13.428 6.63147C13.1565 7.06568 12.9999 7.90075 12.9999 9.65278L12.9999 14.3472C12.9999 16.0992 13.1565 16.9343 13.428 17.3685C13.6129 17.6643 13.946 17.9138 15.0382 18H15.9999C16.5522 18 16.9999 18.4477 16.9999 19C16.9999 19.5523 16.5522 20 15.9999 20H14.9999C14.9751 20 14.9503 19.9991 14.9256 19.9972C13.5936 19.898 12.4319 19.5481 11.7322 18.4288C11.1169 17.4447 10.9999 16.0448 10.9999 14.3472L10.9999 9.65278C10.9999 7.95518 11.1169 6.55526 11.7322 5.57119C12.4319 4.45194 13.5936 4.10203 14.9256 4.00277Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.62034 9.15046C7.86153 8.75668 7.99997 8.2926 7.99997 7.8C7.99997 6.41173 6.90045 5.25 5.49997 5.25C4.09948 5.25 2.99997 6.41173 2.99997 7.8C2.99997 8.2926 3.1384 8.75668 3.37959 9.15046C1.65692 9.9245 0.754934 12.0597 1.53524 13.964C1.75499 14.5003 2.27275 14.8731 2.87225 14.8731H3.0547L3.61905 17.2341C3.82683 18.1033 4.58724 18.75 5.49997 18.75C6.41269 18.75 7.1731 18.1033 7.38088 17.2341L7.94523 14.8731H8.12768C8.72718 14.8731 9.24494 14.5003 9.46469 13.964C10.245 12.0597 9.34301 9.9245 7.62034 9.15046ZM4.5 7.8C4.5 7.20004 4.96749 6.75 5.5 6.75C6.03251 6.75 6.5 7.20004 6.5 7.8C6.5 8.39996 6.03251 8.85 5.5 8.85C4.96749 8.85 4.5 8.39996 4.5 7.8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9506 1.25L18.9999 1.25L19.0493 1.25H19.0494C19.7142 1.24996 20.287 1.24993 20.7458 1.31161C21.2374 1.37771 21.7087 1.52677 22.0909 1.90901C22.4732 2.29126 22.6222 2.76252 22.6883 3.25416C22.75 3.7129 22.75 4.28575 22.7499 4.95061V4.95062V5.04939V5.0494C22.75 5.71425 22.75 6.28711 22.6883 6.74585C22.6222 7.23748 22.4732 7.70875 22.0909 8.09099C21.7087 8.47324 21.2374 8.6223 20.7458 8.6884C20.287 8.75007 19.7142 8.75004 19.0493 8.75001H18.9506C18.2857 8.75004 17.7128 8.75007 17.2541 8.6884C16.7624 8.6223 16.2912 8.47324 15.9089 8.09099C15.5267 7.70875 15.3776 7.23748 15.3115 6.74585C15.2499 6.28711 15.2499 5.71427 15.2499 5.04943V5.04938L15.2499 5L15.2499 4.95063V4.95058C15.2499 4.28574 15.2499 3.71289 15.3115 3.25416C15.3776 2.76252 15.5267 2.29126 15.9089 1.90901C16.2912 1.52677 16.7624 1.37771 17.2541 1.31161C17.7128 1.24993 18.2857 1.24996 18.9505 1.25H18.9506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9506 15.25L18.9999 15.25L19.0493 15.25H19.0494C19.7142 15.25 20.287 15.2499 20.7458 15.3116C21.2374 15.3777 21.7087 15.5268 22.0909 15.909C22.4732 16.2913 22.6222 16.7625 22.6883 17.2542C22.75 17.7129 22.75 18.2858 22.7499 18.9506V18.9506V19.0494V19.0494C22.75 19.7143 22.75 20.2871 22.6883 20.7458C22.6222 21.2375 22.4732 21.7087 22.0909 22.091C21.7087 22.4732 21.2374 22.6223 20.7458 22.6884C20.287 22.7501 19.7142 22.75 19.0493 22.75H18.9506C18.2857 22.75 17.7128 22.7501 17.2541 22.6884C16.7624 22.6223 16.2912 22.4732 15.9089 22.091C15.5267 21.7087 15.3776 21.2375 15.3115 20.7458C15.2499 20.2871 15.2499 19.7143 15.2499 19.0494V19.0494L15.2499 19L15.2499 18.9506V18.9506C15.2499 18.2857 15.2499 17.7129 15.3115 17.2542C15.3776 16.7625 15.5267 16.2913 15.9089 15.909C16.2912 15.5268 16.7624 15.3777 17.2541 15.3116C17.7128 15.2499 18.2857 15.25 18.9505 15.25H18.9506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9256 4.00277C14.9503 4.00092 14.9751 4 14.9999 4H15.9999C16.5522 4 16.9999 4.44772 16.9999 5C16.9999 5.55228 16.5522 6 15.9999 6H15.0382C13.946 6.08621 13.6129 6.33566 13.428 6.63147C13.1565 7.06568 12.9999 7.90075 12.9999 9.65278L12.9999 14.3472C12.9999 16.0992 13.1565 16.9343 13.428 17.3685C13.6129 17.6643 13.946 17.9138 15.0382 18H15.9999C16.5522 18 16.9999 18.4477 16.9999 19C16.9999 19.5523 16.5522 20 15.9999 20H14.9999C14.9751 20 14.9503 19.9991 14.9256 19.9972C13.5936 19.898 12.4319 19.5481 11.7322 18.4288C11.1169 17.4447 10.9999 16.0448 10.9999 14.3472L10.9999 9.65278C10.9999 7.95518 11.1169 6.55526 11.7322 5.57119C12.4319 4.45194 13.5936 4.10203 14.9256 4.00277Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-hierarchy-square-10{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.95526 17.25L4.00001 17.25H5.00001L5.04476 17.25C5.47757 17.25 5.8744 17.2499 6.19721 17.2933C6.55269 17.3411 6.92842 17.4535 7.23744 17.7626C7.54647 18.0716 7.65891 18.4473 7.70671 18.8028C7.75011 19.1256 7.75006 19.5224 7.75001 19.9553V19.9553L7.75001 20L7.75001 20.0448V20.0448C7.75006 20.4776 7.75011 20.8744 7.70671 21.1972C7.65891 21.5527 7.54647 21.9284 7.23744 22.2374C6.92842 22.5465 6.55269 22.6589 6.19721 22.7067C5.8744 22.7501 5.47758 22.7501 5.04476 22.75H5.04475L5.00001 22.75H4.00001L3.95526 22.75H3.95525C3.52244 22.7501 3.12561 22.7501 2.8028 22.7067C2.44732 22.6589 2.07159 22.5465 1.76257 22.2374C1.45355 21.9284 1.3411 21.5527 1.29331 21.1972C1.24991 20.8744 1.24995 20.4776 1.25 20.0448L1.25001 20L1.25 19.9553C1.24995 19.5224 1.24991 19.1256 1.29331 18.8028C1.3411 18.4473 1.45355 18.0716 1.76257 17.7626C2.07159 17.4535 2.44732 17.3411 2.8028 17.2933C3.12561 17.2499 3.52244 17.25 3.95526 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9553 17.25L19 17.25H20L20.0448 17.25C20.4776 17.25 20.8744 17.2499 21.1972 17.2933C21.5527 17.3411 21.9284 17.4535 22.2374 17.7626C22.5465 18.0716 22.6589 18.4473 22.7067 18.8028C22.7501 19.1256 22.7501 19.5224 22.75 19.9553V19.9553L22.75 20L22.75 20.0448V20.0448C22.7501 20.4776 22.7501 20.8744 22.7067 21.1972C22.6589 21.5527 22.5465 21.9284 22.2374 22.2374C21.9284 22.5465 21.5527 22.6589 21.1972 22.7067C20.8744 22.7501 20.4776 22.7501 20.0448 22.75H20.0448L20 22.75H19L18.9553 22.75H18.9553C18.5224 22.7501 18.1256 22.7501 17.8028 22.7067C17.4473 22.6589 17.0716 22.5465 16.7626 22.2374C16.4535 21.9284 16.3411 21.5527 16.2933 21.1972C16.2499 20.8744 16.25 20.4776 16.25 20.0448L16.25 20L16.25 19.9553C16.25 19.5224 16.2499 19.1256 16.2933 18.8028C16.3411 18.4473 16.4535 18.0716 16.7626 17.7626C17.0716 17.4535 17.4473 17.3411 17.8028 17.2933C18.1256 17.2499 18.5224 17.25 18.9553 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6C12.5523 6 13 6.44772 13 7V11C13 11.5523 12.5523 12 12 12C11.4477 12 11 11.5523 11 11V7C11 6.44772 11.4477 6 12 6ZM4.48203 13.5751C5.36085 12.6376 6.73394 12.5 8.25 12.5H9.5C10.0523 12.5 10.5 12.9477 10.5 13.5C10.5 14.0523 10.0523 14.5 9.5 14.5H8.25C6.66356 14.5 6.16165 14.7077 5.9411 14.9429C5.83477 15.0564 5.7159 15.2591 5.62909 15.6806C5.54066 16.11 5.5 16.6928 5.5 17.5C5.5 18.0523 5.05228 18.5 4.5 18.5C3.94772 18.5 3.5 18.0523 3.5 17.5C3.5 16.6525 3.54028 15.908 3.6702 15.2772C3.80175 14.6384 4.03867 14.048 4.48203 13.5751ZM13.5 13.5C13.5 12.9477 13.9477 12.5 14.5 12.5H15.75C17.2661 12.5 18.6391 12.6376 19.518 13.5751C19.9613 14.048 20.1982 14.6384 20.3298 15.2772C20.4597 15.908 20.5 16.6525 20.5 17.5C20.5 18.0523 20.0523 18.5 19.5 18.5C18.9477 18.5 18.5 18.0523 18.5 17.5C18.5 16.6928 18.4593 16.11 18.3709 15.6806C18.2841 15.2591 18.1652 15.0564 18.0589 14.9429C17.8384 14.7077 17.3364 14.5 15.75 14.5H14.5C13.9477 14.5 13.5 14.0523 13.5 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.68699 2.256C8.16023 1.51414 8.97917 1.25 10 1.25H14C15.0208 1.25 15.8398 1.51414 16.313 2.256C16.7214 2.89623 16.75 3.74489 16.75 4.5C16.75 5.25511 16.7214 6.10377 16.313 6.744C15.8398 7.48586 15.0208 7.75 14 7.75H10C8.97917 7.75 8.16023 7.48586 7.68699 6.744C7.27859 6.10377 7.25 5.25511 7.25 4.5C7.25 3.74489 7.27859 2.89623 7.68699 2.256Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 13.5C8.75 11.7051 10.2051 10.25 12 10.25C13.7949 10.25 15.25 11.7051 15.25 13.5C15.25 15.2949 13.7949 16.75 12 16.75C10.2051 16.75 8.75 15.2949 8.75 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.95526 17.25L4.00001 17.25H5.00001L5.04476 17.25C5.47757 17.25 5.8744 17.2499 6.19721 17.2933C6.55269 17.3411 6.92842 17.4535 7.23744 17.7626C7.54647 18.0716 7.65891 18.4473 7.70671 18.8028C7.75011 19.1256 7.75006 19.5224 7.75001 19.9553V19.9553L7.75001 20L7.75001 20.0448V20.0448C7.75006 20.4776 7.75011 20.8744 7.70671 21.1972C7.65891 21.5527 7.54647 21.9284 7.23744 22.2374C6.92842 22.5465 6.55269 22.6589 6.19721 22.7067C5.8744 22.7501 5.47758 22.7501 5.04476 22.75H5.04475L5.00001 22.75H4.00001L3.95526 22.75H3.95525C3.52244 22.7501 3.12561 22.7501 2.8028 22.7067C2.44732 22.6589 2.07159 22.5465 1.76257 22.2374C1.45355 21.9284 1.3411 21.5527 1.29331 21.1972C1.24991 20.8744 1.24995 20.4776 1.25 20.0448L1.25001 20L1.25 19.9553C1.24995 19.5224 1.24991 19.1256 1.29331 18.8028C1.3411 18.4473 1.45355 18.0716 1.76257 17.7626C2.07159 17.4535 2.44732 17.3411 2.8028 17.2933C3.12561 17.2499 3.52244 17.25 3.95526 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9553 17.25L19 17.25H20L20.0448 17.25C20.4776 17.25 20.8744 17.2499 21.1972 17.2933C21.5527 17.3411 21.9284 17.4535 22.2374 17.7626C22.5465 18.0716 22.6589 18.4473 22.7067 18.8028C22.7501 19.1256 22.7501 19.5224 22.75 19.9553V19.9553L22.75 20L22.75 20.0448V20.0448C22.7501 20.4776 22.7501 20.8744 22.7067 21.1972C22.6589 21.5527 22.5465 21.9284 22.2374 22.2374C21.9284 22.5465 21.5527 22.6589 21.1972 22.7067C20.8744 22.7501 20.4776 22.7501 20.0448 22.75H20.0448L20 22.75H19L18.9553 22.75H18.9553C18.5224 22.7501 18.1256 22.7501 17.8028 22.7067C17.4473 22.6589 17.0716 22.5465 16.7626 22.2374C16.4535 21.9284 16.3411 21.5527 16.2933 21.1972C16.2499 20.8744 16.25 20.4776 16.25 20.0448L16.25 20L16.25 19.9553C16.25 19.5224 16.2499 19.1256 16.2933 18.8028C16.3411 18.4473 16.4535 18.0716 16.7626 17.7626C17.0716 17.4535 17.4473 17.3411 17.8028 17.2933C18.1256 17.2499 18.5224 17.25 18.9553 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6C12.5523 6 13 6.44772 13 7V11C13 11.5523 12.5523 12 12 12C11.4477 12 11 11.5523 11 11V7C11 6.44772 11.4477 6 12 6ZM4.48203 13.5751C5.36085 12.6376 6.73394 12.5 8.25 12.5H9.5C10.0523 12.5 10.5 12.9477 10.5 13.5C10.5 14.0523 10.0523 14.5 9.5 14.5H8.25C6.66356 14.5 6.16165 14.7077 5.9411 14.9429C5.83477 15.0564 5.7159 15.2591 5.62909 15.6806C5.54066 16.11 5.5 16.6928 5.5 17.5C5.5 18.0523 5.05228 18.5 4.5 18.5C3.94772 18.5 3.5 18.0523 3.5 17.5C3.5 16.6525 3.54028 15.908 3.6702 15.2772C3.80175 14.6384 4.03867 14.048 4.48203 13.5751ZM13.5 13.5C13.5 12.9477 13.9477 12.5 14.5 12.5H15.75C17.2661 12.5 18.6391 12.6376 19.518 13.5751C19.9613 14.048 20.1982 14.6384 20.3298 15.2772C20.4597 15.908 20.5 16.6525 20.5 17.5C20.5 18.0523 20.0523 18.5 19.5 18.5C18.9477 18.5 18.5 18.0523 18.5 17.5C18.5 16.6928 18.4593 16.11 18.3709 15.6806C18.2841 15.2591 18.1652 15.0564 18.0589 14.9429C17.8384 14.7077 17.3364 14.5 15.75 14.5H14.5C13.9477 14.5 13.5 14.0523 13.5 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.68699 2.256C8.16023 1.51414 8.97917 1.25 10 1.25H14C15.0208 1.25 15.8398 1.51414 16.313 2.256C16.7214 2.89623 16.75 3.74489 16.75 4.5C16.75 5.25511 16.7214 6.10377 16.313 6.744C15.8398 7.48586 15.0208 7.75 14 7.75H10C8.97917 7.75 8.16023 7.48586 7.68699 6.744C7.27859 6.10377 7.25 5.25511 7.25 4.5C7.25 3.74489 7.27859 2.89623 7.68699 2.256Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 13.5C8.75 11.7051 10.2051 10.25 12 10.25C13.7949 10.25 15.25 11.7051 15.25 13.5C15.25 15.2949 13.7949 16.75 12 16.75C10.2051 16.75 8.75 15.2949 8.75 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-hierarchy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.51783 6.90518C11.0393 6.03161 12.9607 6.03161 14.4822 6.90518C14.5143 6.92361 14.5585 6.94753 14.6118 6.97636L14.6118 6.97637C14.8801 7.12151 15.3785 7.39106 15.7164 7.71001C15.9256 7.9075 16.1922 8.22751 16.242 8.66687C16.2976 9.15696 16.0641 9.56934 15.7303 9.87602C15.2304 10.3352 14.5788 10.75 13.7147 10.75H10.2853C9.42118 10.75 8.76958 10.3352 8.26975 9.87602C7.93592 9.56934 7.70241 9.15696 7.75797 8.66687C7.80777 8.22751 8.07437 7.9075 8.28361 7.71001C8.62154 7.39106 9.11987 7.12151 9.3882 6.97637C9.44151 6.94753 9.48574 6.92361 9.51783 6.90518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.75 3.5C9.75 2.25736 10.7574 1.25 12 1.25C13.2426 1.25 14.25 2.25736 14.25 3.5C14.25 4.74264 13.2426 5.75 12 5.75C10.7574 5.75 9.75 4.74264 9.75 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.1118 18.9764L21.1118 18.9764C21.3801 19.1215 21.8785 19.3911 22.2164 19.71C22.4256 19.9075 22.6922 20.2275 22.742 20.6669C22.7976 21.157 22.5641 21.5693 22.2303 21.876C21.7304 22.3352 21.0788 22.75 20.2147 22.75H16.7853C15.9212 22.75 15.2696 22.3352 14.7697 21.876C14.4359 21.5693 14.2024 21.157 14.258 20.6669C14.3078 20.2275 14.5744 19.9075 14.7836 19.71C15.1215 19.3911 15.6199 19.1215 15.8882 18.9764L15.8882 18.9764C15.9415 18.9475 15.9857 18.9236 16.0178 18.9052C17.5393 18.0316 19.4607 18.0316 20.9822 18.9052C21.0143 18.9236 21.0585 18.9475 21.1118 18.9764Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.25 15.5C16.25 14.2574 17.2574 13.25 18.5 13.25C19.7426 13.25 20.75 14.2574 20.75 15.5C20.75 16.7426 19.7426 17.75 18.5 17.75C17.2574 17.75 16.25 16.7426 16.25 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.11179 18.9764L8.1118 18.9764C8.38013 19.1215 8.87846 19.3911 9.21639 19.71C9.42563 19.9075 9.69223 20.2275 9.74203 20.6669C9.79759 21.157 9.56408 21.5693 9.23025 21.876C8.73042 22.3352 8.07882 22.75 7.21466 22.75H3.78534C2.92118 22.75 2.26958 22.3352 1.76975 21.876C1.43592 21.5693 1.20241 21.157 1.25797 20.6669C1.30777 20.2275 1.57437 19.9075 1.78361 19.71C2.12154 19.3911 2.61987 19.1215 2.8882 18.9764L2.88821 18.9764C2.94151 18.9475 2.98574 18.9236 3.01783 18.9052C4.53927 18.0316 6.46073 18.0316 7.98217 18.9052C8.01426 18.9236 8.05849 18.9475 8.11179 18.9764Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.25 15.5C3.25 14.2574 4.25736 13.25 5.5 13.25C6.74264 13.25 7.75 14.2574 7.75 15.5C7.75 16.7426 6.74264 17.75 5.5 17.75C4.25736 17.75 3.25 16.7426 3.25 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 12C12.5523 12 13 12.4477 13 13V14.9338L15.0145 16.1425C15.4881 16.4267 15.6416 17.0409 15.3575 17.5145C15.0733 17.9881 14.4591 18.1416 13.9855 17.8575L12 16.6662L10.0145 17.8575C9.54091 18.1416 8.92665 17.9881 8.64251 17.5145C8.35836 17.0409 8.51192 16.4267 8.9855 16.1425L11 14.9338V13C11 12.4477 11.4477 12 12 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.51783 6.90518C11.0393 6.03161 12.9607 6.03161 14.4822 6.90518C14.5143 6.92361 14.5585 6.94753 14.6118 6.97636L14.6118 6.97637C14.8801 7.12151 15.3785 7.39106 15.7164 7.71001C15.9256 7.9075 16.1922 8.22751 16.242 8.66687C16.2976 9.15696 16.0641 9.56934 15.7303 9.87602C15.2304 10.3352 14.5788 10.75 13.7147 10.75H10.2853C9.42118 10.75 8.76958 10.3352 8.26975 9.87602C7.93592 9.56934 7.70241 9.15696 7.75797 8.66687C7.80777 8.22751 8.07437 7.9075 8.28361 7.71001C8.62154 7.39106 9.11987 7.12151 9.3882 6.97637C9.44151 6.94753 9.48574 6.92361 9.51783 6.90518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.75 3.5C9.75 2.25736 10.7574 1.25 12 1.25C13.2426 1.25 14.25 2.25736 14.25 3.5C14.25 4.74264 13.2426 5.75 12 5.75C10.7574 5.75 9.75 4.74264 9.75 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.1118 18.9764L21.1118 18.9764C21.3801 19.1215 21.8785 19.3911 22.2164 19.71C22.4256 19.9075 22.6922 20.2275 22.742 20.6669C22.7976 21.157 22.5641 21.5693 22.2303 21.876C21.7304 22.3352 21.0788 22.75 20.2147 22.75H16.7853C15.9212 22.75 15.2696 22.3352 14.7697 21.876C14.4359 21.5693 14.2024 21.157 14.258 20.6669C14.3078 20.2275 14.5744 19.9075 14.7836 19.71C15.1215 19.3911 15.6199 19.1215 15.8882 18.9764L15.8882 18.9764C15.9415 18.9475 15.9857 18.9236 16.0178 18.9052C17.5393 18.0316 19.4607 18.0316 20.9822 18.9052C21.0143 18.9236 21.0585 18.9475 21.1118 18.9764Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.25 15.5C16.25 14.2574 17.2574 13.25 18.5 13.25C19.7426 13.25 20.75 14.2574 20.75 15.5C20.75 16.7426 19.7426 17.75 18.5 17.75C17.2574 17.75 16.25 16.7426 16.25 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.11179 18.9764L8.1118 18.9764C8.38013 19.1215 8.87846 19.3911 9.21639 19.71C9.42563 19.9075 9.69223 20.2275 9.74203 20.6669C9.79759 21.157 9.56408 21.5693 9.23025 21.876C8.73042 22.3352 8.07882 22.75 7.21466 22.75H3.78534C2.92118 22.75 2.26958 22.3352 1.76975 21.876C1.43592 21.5693 1.20241 21.157 1.25797 20.6669C1.30777 20.2275 1.57437 19.9075 1.78361 19.71C2.12154 19.3911 2.61987 19.1215 2.8882 18.9764L2.88821 18.9764C2.94151 18.9475 2.98574 18.9236 3.01783 18.9052C4.53927 18.0316 6.46073 18.0316 7.98217 18.9052C8.01426 18.9236 8.05849 18.9475 8.11179 18.9764Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.25 15.5C3.25 14.2574 4.25736 13.25 5.5 13.25C6.74264 13.25 7.75 14.2574 7.75 15.5C7.75 16.7426 6.74264 17.75 5.5 17.75C4.25736 17.75 3.25 16.7426 3.25 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 12C12.5523 12 13 12.4477 13 13V14.9338L15.0145 16.1425C15.4881 16.4267 15.6416 17.0409 15.3575 17.5145C15.0733 17.9881 14.4591 18.1416 13.9855 17.8575L12 16.6662L10.0145 17.8575C9.54091 18.1416 8.92665 17.9881 8.64251 17.5145C8.35836 17.0409 8.51192 16.4267 8.9855 16.1425L11 14.9338V13C11 12.4477 11.4477 12 12 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-node-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.375 11.625C6.375 11.0727 6.82272 10.625 7.375 10.625H13.875C14.4273 10.625 14.875 11.0727 14.875 11.625C14.875 12.1773 14.4273 12.625 13.875 12.625H8.375V13.625C8.375 15.0675 8.37713 16.0487 8.47592 16.7836C8.57085 17.4896 8.73822 17.8166 8.96079 18.0392C9.14943 18.2279 9.55459 18.4176 10.449 18.5219C11.3202 18.6235 12.4391 18.625 13.875 18.625C14.4273 18.625 14.875 19.0727 14.875 19.625C14.875 20.1773 14.4273 20.625 13.875 20.625H13.8224C12.451 20.625 11.2173 20.625 10.2174 20.5084C9.2279 20.3931 8.23661 20.1435 7.54658 19.4534C6.89047 18.7973 6.6185 17.9779 6.49375 17.0501C6.37494 16.1663 6.37497 15.0497 6.375 13.6956V13.6956L6.375 13.625V11.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2266 8.375L16.275 8.37501H17.475L17.5234 8.375C18.0475 8.37495 18.5165 8.37491 18.8958 8.42802C19.3114 8.48623 19.7277 8.62078 20.0646 8.97172C20.3974 9.31837 20.5209 9.73928 20.5749 10.1574C20.6251 10.5462 20.625 11.0292 20.625 11.579V11.671C20.625 12.2208 20.6251 12.7038 20.5749 13.0926C20.5209 13.5107 20.3974 13.9316 20.0646 14.2783C19.7277 14.6292 19.3114 14.7638 18.8958 14.822C18.5165 14.8751 18.0475 14.8751 17.5234 14.875L17.475 14.875H16.275L16.2266 14.875C15.7025 14.8751 15.2335 14.8751 14.8543 14.822C14.4386 14.7638 14.0223 14.6292 13.6854 14.2783C13.3527 13.9316 13.2291 13.5107 13.1751 13.0926C13.1249 12.7038 13.125 12.2208 13.125 11.671L13.125 11.625L13.125 11.579C13.125 11.0292 13.1249 10.5462 13.1751 10.1574C13.2291 9.73928 13.3527 9.31837 13.6854 8.97172C14.0223 8.62078 14.4386 8.48623 14.8543 8.42802C15.2335 8.37491 15.7025 8.37495 16.2266 8.375L16.2266 8.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2266 16.375L16.275 16.375H17.475L17.5234 16.375C18.0475 16.375 18.5165 16.3749 18.8958 16.428C19.3114 16.4862 19.7277 16.6208 20.0646 16.9717C20.3974 17.3184 20.5209 17.7393 20.5749 18.1574C20.6251 18.5462 20.625 19.0292 20.625 19.579V19.671C20.625 20.2208 20.6251 20.7038 20.5749 21.0926C20.5209 21.5107 20.3974 21.9316 20.0646 22.2783C19.7277 22.6292 19.3114 22.7638 18.8958 22.822C18.5165 22.8751 18.0475 22.8751 17.5234 22.875L17.475 22.875H16.275L16.2266 22.875C15.7025 22.8751 15.2335 22.8751 14.8543 22.822C14.4386 22.7638 14.0223 22.6292 13.6854 22.2783C13.3527 21.9316 13.2291 21.5107 13.1751 21.0926C13.1249 20.7038 13.125 20.2208 13.125 19.671L13.125 19.625L13.125 19.579C13.125 19.0292 13.1249 18.5462 13.1751 18.1574C13.2291 17.7393 13.3527 17.3184 13.6854 16.9717C14.0223 16.6208 14.4386 16.4862 14.8543 16.428C15.2335 16.3749 15.7025 16.375 16.2266 16.375L16.2266 16.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.375 1.125C7.92729 1.125 8.375 1.57272 8.375 2.125V4.125L10.375 4.125C10.9273 4.125 11.375 4.57272 11.375 5.125C11.375 5.67728 10.9273 6.125 10.375 6.125H8.375V8.125C8.375 8.67729 7.92729 9.125 7.375 9.125C6.82272 9.125 6.375 8.67729 6.375 8.125V6.125H4.375C3.82272 6.125 3.375 5.67728 3.375 5.125C3.375 4.57272 3.82272 4.125 4.375 4.125H6.375V2.125C6.375 1.57272 6.82272 1.125 7.375 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.375 11.625C6.375 11.0727 6.82272 10.625 7.375 10.625H13.875C14.4273 10.625 14.875 11.0727 14.875 11.625C14.875 12.1773 14.4273 12.625 13.875 12.625H8.375V13.625C8.375 15.0675 8.37713 16.0487 8.47592 16.7836C8.57085 17.4896 8.73822 17.8166 8.96079 18.0392C9.14943 18.2279 9.55459 18.4176 10.449 18.5219C11.3202 18.6235 12.4391 18.625 13.875 18.625C14.4273 18.625 14.875 19.0727 14.875 19.625C14.875 20.1773 14.4273 20.625 13.875 20.625H13.8224C12.451 20.625 11.2173 20.625 10.2174 20.5084C9.2279 20.3931 8.23661 20.1435 7.54658 19.4534C6.89047 18.7973 6.6185 17.9779 6.49375 17.0501C6.37494 16.1663 6.37497 15.0497 6.375 13.6956V13.6956L6.375 13.625V11.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2266 8.375L16.275 8.37501H17.475L17.5234 8.375C18.0475 8.37495 18.5165 8.37491 18.8958 8.42802C19.3114 8.48623 19.7277 8.62078 20.0646 8.97172C20.3974 9.31837 20.5209 9.73928 20.5749 10.1574C20.6251 10.5462 20.625 11.0292 20.625 11.579V11.671C20.625 12.2208 20.6251 12.7038 20.5749 13.0926C20.5209 13.5107 20.3974 13.9316 20.0646 14.2783C19.7277 14.6292 19.3114 14.7638 18.8958 14.822C18.5165 14.8751 18.0475 14.8751 17.5234 14.875L17.475 14.875H16.275L16.2266 14.875C15.7025 14.8751 15.2335 14.8751 14.8543 14.822C14.4386 14.7638 14.0223 14.6292 13.6854 14.2783C13.3527 13.9316 13.2291 13.5107 13.1751 13.0926C13.1249 12.7038 13.125 12.2208 13.125 11.671L13.125 11.625L13.125 11.579C13.125 11.0292 13.1249 10.5462 13.1751 10.1574C13.2291 9.73928 13.3527 9.31837 13.6854 8.97172C14.0223 8.62078 14.4386 8.48623 14.8543 8.42802C15.2335 8.37491 15.7025 8.37495 16.2266 8.375L16.2266 8.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2266 16.375L16.275 16.375H17.475L17.5234 16.375C18.0475 16.375 18.5165 16.3749 18.8958 16.428C19.3114 16.4862 19.7277 16.6208 20.0646 16.9717C20.3974 17.3184 20.5209 17.7393 20.5749 18.1574C20.6251 18.5462 20.625 19.0292 20.625 19.579V19.671C20.625 20.2208 20.6251 20.7038 20.5749 21.0926C20.5209 21.5107 20.3974 21.9316 20.0646 22.2783C19.7277 22.6292 19.3114 22.7638 18.8958 22.822C18.5165 22.8751 18.0475 22.8751 17.5234 22.875L17.475 22.875H16.275L16.2266 22.875C15.7025 22.8751 15.2335 22.8751 14.8543 22.822C14.4386 22.7638 14.0223 22.6292 13.6854 22.2783C13.3527 21.9316 13.2291 21.5107 13.1751 21.0926C13.1249 20.7038 13.125 20.2208 13.125 19.671L13.125 19.625L13.125 19.579C13.125 19.0292 13.1249 18.5462 13.1751 18.1574C13.2291 17.7393 13.3527 17.3184 13.6854 16.9717C14.0223 16.6208 14.4386 16.4862 14.8543 16.428C15.2335 16.3749 15.7025 16.375 16.2266 16.375L16.2266 16.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.375 1.125C7.92729 1.125 8.375 1.57272 8.375 2.125V4.125L10.375 4.125C10.9273 4.125 11.375 4.57272 11.375 5.125C11.375 5.67728 10.9273 6.125 10.375 6.125H8.375V8.125C8.375 8.67729 7.92729 9.125 7.375 9.125C6.82272 9.125 6.375 8.67729 6.375 8.125V6.125H4.375C3.82272 6.125 3.375 5.67728 3.375 5.125C3.375 4.57272 3.82272 4.125 4.375 4.125H6.375V2.125C6.375 1.57272 6.82272 1.125 7.375 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-node-edit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55229 7 7 7.44772 7 8V10.5H11.5C12.0523 10.5 12.5 10.9477 12.5 11.5C12.5 12.0523 12.0523 12.5 11.5 12.5H7V13.5C7 14.9425 7.00213 15.9237 7.10092 16.6586C7.19585 17.3646 7.36322 17.6916 7.58579 17.9142C7.80836 18.1368 8.13538 18.3042 8.84143 18.3991C9.57625 18.4979 10.5575 18.5 12 18.5H13C13.5523 18.5 14 18.9477 14 19.5C14 20.0523 13.5523 20.5 13 20.5L11.9294 20.5C10.5753 20.5 9.4587 20.5001 8.57494 20.3812C7.64711 20.2565 6.82768 19.9845 6.17158 19.3284C5.51547 18.6723 5.2435 17.8529 5.11875 16.9251C4.99994 16.0413 4.99997 14.9247 5 13.5706L5 8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3516 16.25L15.4 16.25H16.6L16.6484 16.25C17.1725 16.25 17.6415 16.2499 18.0208 16.303C18.4364 16.3612 18.8527 16.4958 19.1896 16.8467C19.5224 17.1934 19.6459 17.6143 19.6999 18.0324C19.7501 18.4212 19.75 18.9042 19.75 19.454V19.546C19.75 20.0958 19.7501 20.5788 19.6999 20.9676C19.6459 21.3857 19.5224 21.8066 19.1896 22.1533C18.8527 22.5042 18.4364 22.6388 18.0208 22.697C17.6415 22.7501 17.1725 22.7501 16.6484 22.75L16.6 22.75H15.4L15.3516 22.75C14.8275 22.7501 14.3585 22.7501 13.9793 22.697C13.5636 22.6388 13.1473 22.5042 12.8104 22.1533C12.4777 21.8066 12.3541 21.3857 12.3001 20.9676C12.2499 20.5788 12.25 20.0958 12.25 19.546L12.25 19.5L12.25 19.454C12.25 18.9042 12.2499 18.4212 12.3001 18.0324C12.3541 17.6143 12.4777 17.1934 12.8104 16.8467C13.1473 16.4958 13.5636 16.3612 13.9793 16.303C14.3585 16.2499 14.8275 16.25 15.3516 16.25L15.3516 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.72393 2.40181C2.22979 1.56916 3.12113 1.25 4.28571 1.25H7.71429C8.87887 1.25 9.77021 1.56916 10.2761 2.40181C10.7139 3.12249 10.75 4.08766 10.75 5C10.75 5.91234 10.7139 6.87751 10.2761 7.59819C9.77021 8.43084 8.87887 8.75 7.71429 8.75H4.28571C3.12113 8.75 2.22979 8.43084 1.72393 7.59819C1.2861 6.87751 1.25 5.91234 1.25 5C1.25 4.08766 1.2861 3.12249 1.72393 2.40181Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0017 4.52876C19.6455 4.15708 20.4386 4.15708 21.0824 4.52876C21.3225 4.66742 21.5915 4.93706 21.8269 5.17306C22.0629 5.40846 22.3326 5.67746 22.4712 5.91763C22.8429 6.5614 22.8429 7.35455 22.4712 7.99831C22.3326 8.23849 22.1182 8.45236 21.8822 8.68775L21.8822 8.68776L18.9326 11.6372C18.5086 12.0613 17.9985 12.2572 17.549 12.372C17.3246 12.4292 17.0999 12.4699 16.8987 12.5047C16.6339 12.5614 15.7552 12.7316 15.5264 12.7461C15.272 12.7623 14.8844 12.7388 14.5728 12.4272C14.2612 12.1156 14.2377 11.728 14.2539 11.4736C14.2684 11.2448 14.4386 10.3661 14.4953 10.1013C14.5301 9.90012 14.5708 9.67544 14.628 9.45104C14.7428 9.00154 14.9387 8.49143 15.3628 8.06742L18.3122 5.11785C18.5476 4.88185 18.7615 4.66742 19.0017 4.52876Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55229 7 7 7.44772 7 8V10.5H11.5C12.0523 10.5 12.5 10.9477 12.5 11.5C12.5 12.0523 12.0523 12.5 11.5 12.5H7V13.5C7 14.9425 7.00213 15.9237 7.10092 16.6586C7.19585 17.3646 7.36322 17.6916 7.58579 17.9142C7.80836 18.1368 8.13538 18.3042 8.84143 18.3991C9.57625 18.4979 10.5575 18.5 12 18.5H13C13.5523 18.5 14 18.9477 14 19.5C14 20.0523 13.5523 20.5 13 20.5L11.9294 20.5C10.5753 20.5 9.4587 20.5001 8.57494 20.3812C7.64711 20.2565 6.82768 19.9845 6.17158 19.3284C5.51547 18.6723 5.2435 17.8529 5.11875 16.9251C4.99994 16.0413 4.99997 14.9247 5 13.5706L5 8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3516 16.25L15.4 16.25H16.6L16.6484 16.25C17.1725 16.25 17.6415 16.2499 18.0208 16.303C18.4364 16.3612 18.8527 16.4958 19.1896 16.8467C19.5224 17.1934 19.6459 17.6143 19.6999 18.0324C19.7501 18.4212 19.75 18.9042 19.75 19.454V19.546C19.75 20.0958 19.7501 20.5788 19.6999 20.9676C19.6459 21.3857 19.5224 21.8066 19.1896 22.1533C18.8527 22.5042 18.4364 22.6388 18.0208 22.697C17.6415 22.7501 17.1725 22.7501 16.6484 22.75L16.6 22.75H15.4L15.3516 22.75C14.8275 22.7501 14.3585 22.7501 13.9793 22.697C13.5636 22.6388 13.1473 22.5042 12.8104 22.1533C12.4777 21.8066 12.3541 21.3857 12.3001 20.9676C12.2499 20.5788 12.25 20.0958 12.25 19.546L12.25 19.5L12.25 19.454C12.25 18.9042 12.2499 18.4212 12.3001 18.0324C12.3541 17.6143 12.4777 17.1934 12.8104 16.8467C13.1473 16.4958 13.5636 16.3612 13.9793 16.303C14.3585 16.2499 14.8275 16.25 15.3516 16.25L15.3516 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.72393 2.40181C2.22979 1.56916 3.12113 1.25 4.28571 1.25H7.71429C8.87887 1.25 9.77021 1.56916 10.2761 2.40181C10.7139 3.12249 10.75 4.08766 10.75 5C10.75 5.91234 10.7139 6.87751 10.2761 7.59819C9.77021 8.43084 8.87887 8.75 7.71429 8.75H4.28571C3.12113 8.75 2.22979 8.43084 1.72393 7.59819C1.2861 6.87751 1.25 5.91234 1.25 5C1.25 4.08766 1.2861 3.12249 1.72393 2.40181Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0017 4.52876C19.6455 4.15708 20.4386 4.15708 21.0824 4.52876C21.3225 4.66742 21.5915 4.93706 21.8269 5.17306C22.0629 5.40846 22.3326 5.67746 22.4712 5.91763C22.8429 6.5614 22.8429 7.35455 22.4712 7.99831C22.3326 8.23849 22.1182 8.45236 21.8822 8.68775L21.8822 8.68776L18.9326 11.6372C18.5086 12.0613 17.9985 12.2572 17.549 12.372C17.3246 12.4292 17.0999 12.4699 16.8987 12.5047C16.6339 12.5614 15.7552 12.7316 15.5264 12.7461C15.272 12.7623 14.8844 12.7388 14.5728 12.4272C14.2612 12.1156 14.2377 11.728 14.2539 11.4736C14.2684 11.2448 14.4386 10.3661 14.4953 10.1013C14.5301 9.90012 14.5708 9.67544 14.628 9.45104C14.7428 9.00154 14.9387 8.49143 15.3628 8.06742L18.3122 5.11785C18.5476 4.88185 18.7615 4.66742 19.0017 4.52876Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-node-move-down{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 7C6.05229 7 6.5 7.44772 6.5 8V11.5H11C11.5523 11.5 12 11.9477 12 12.5C12 13.0523 11.5523 13.5 11 13.5H6.5V14C6.5 15.4425 6.50213 16.4237 6.60092 17.1586C6.69585 17.8646 6.86322 18.1916 7.08579 18.4142C7.29564 18.6241 7.59723 18.7838 8.21697 18.881C8.86597 18.9828 9.73354 18.9983 11.0012 18.9998C11.5535 19.0005 12.0007 19.4487 12 20.001C11.9993 20.5533 11.5511 21.0005 10.9988 20.9998C9.7682 20.9983 8.73775 20.9872 7.90699 20.8568C7.04696 20.7219 6.28702 20.4439 5.67158 19.8284C5.01547 19.1723 4.7435 18.3529 4.61875 17.4251C4.49994 16.5413 4.49997 15.4247 4.5 14.0706L4.5 8C4.5 7.44772 4.94772 7 5.5 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.59166 1.52949C3.00042 1.32916 3.47599 1.25 4 1.25H7C7.52401 1.25 7.99958 1.32916 8.40834 1.52949C8.83238 1.7373 9.13747 2.05266 9.34295 2.43918C9.71797 3.14465 9.75 4.08743 9.75 5C9.75 5.91257 9.71797 6.85535 9.34295 7.56082C9.13747 7.94734 8.83238 8.2627 8.40834 8.47051C7.99958 8.67084 7.52401 8.75 7 8.75H4C3.47599 8.75 3.00042 8.67084 2.59166 8.47051C2.16762 8.2627 1.86253 7.94734 1.65705 7.56082C1.28203 6.85535 1.25 5.91257 1.25 5C1.25 4.08743 1.28203 3.14465 1.65705 2.43918C1.86253 2.05266 2.16762 1.7373 2.59166 1.52949Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9553 9.75L13 9.75001L13.0448 9.75C13.4776 9.74995 13.8744 9.74991 14.1972 9.79331C14.5527 9.8411 14.9284 9.95355 15.2374 10.2626C15.5465 10.5716 15.6589 10.9473 15.7067 11.3028C15.7501 11.6256 15.7501 12.0224 15.75 12.4553V12.4553L15.75 12.5L15.75 12.5448V12.5448C15.7501 12.9776 15.7501 13.3744 15.7067 13.6972C15.6589 14.0527 15.5465 14.4284 15.2374 14.7374C14.9284 15.0465 14.5527 15.1589 14.1972 15.2067C13.8744 15.2501 13.4776 15.2501 13.0448 15.25H13.0448L13 15.25L12.9553 15.25H12.9553C12.5224 15.2501 12.1256 15.2501 11.8028 15.2067C11.4473 15.1589 11.0716 15.0465 10.7626 14.7374C10.4535 14.4284 10.3411 14.0527 10.2933 13.6972C10.2499 13.3744 10.25 12.9776 10.25 12.5448L10.25 12.5L10.25 12.4553C10.25 12.0224 10.2499 11.6256 10.2933 11.3028C10.3411 10.9473 10.4535 10.5716 10.7626 10.2626C11.0716 9.95355 11.4473 9.8411 11.8028 9.79331C12.1256 9.74991 12.5224 9.74995 12.9553 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9553 17.25L13 17.25L13.0448 17.25C13.4776 17.25 13.8744 17.2499 14.1972 17.2933C14.5527 17.3411 14.9284 17.4535 15.2374 17.7626C15.5465 18.0716 15.6589 18.4473 15.7067 18.8028C15.7501 19.1256 15.7501 19.5224 15.75 19.9553V19.9553L15.75 20L15.75 20.0448V20.0448C15.7501 20.4776 15.7501 20.8744 15.7067 21.1972C15.6589 21.5527 15.5465 21.9284 15.2374 22.2374C14.9284 22.5465 14.5527 22.6589 14.1972 22.7067C13.8744 22.7501 13.4776 22.7501 13.0448 22.75H13.0448L13 22.75L12.9553 22.75H12.9553C12.5224 22.7501 12.1256 22.7501 11.8028 22.7067C11.4473 22.6589 11.0716 22.5465 10.7626 22.2374C10.4535 21.9284 10.3411 21.5527 10.2933 21.1972C10.2499 20.8744 10.25 20.4776 10.25 20.0448L10.25 20L10.25 19.9553C10.25 19.5224 10.2499 19.1256 10.2933 18.8028C10.3411 18.4473 10.4535 18.0716 10.7626 17.7626C11.0716 17.4535 11.4473 17.3411 11.8028 17.2933C12.1256 17.2499 12.5224 17.25 12.9553 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21 19.3453V13.9049C21 12.2552 19.6103 11.0001 18 11.0001C17.4477 11.0001 17 11.4478 17 12.0001C17 12.5524 17.4477 13.0001 18 13.0001C18.5988 13.0001 19 13.4506 19 13.9049V19.3453H18C17.8217 19.3452 17.6427 19.4084 17.4994 19.5367C17.191 19.8132 17.165 20.2874 17.4415 20.5958L18.4415 21.7116C18.6529 21.9476 18.887 22.2089 19.0808 22.3739C19.2962 22.5572 19.5971 22.75 20 22.75C20.4029 22.75 20.7038 22.5572 20.9192 22.3739C21.113 22.2089 21.3471 21.9476 21.5585 21.7116L22.5585 20.5958C22.835 20.2874 22.809 19.8132 22.5006 19.5367C22.3573 19.4084 22.1783 19.3452 22 19.3453H21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 7C6.05229 7 6.5 7.44772 6.5 8V11.5H11C11.5523 11.5 12 11.9477 12 12.5C12 13.0523 11.5523 13.5 11 13.5H6.5V14C6.5 15.4425 6.50213 16.4237 6.60092 17.1586C6.69585 17.8646 6.86322 18.1916 7.08579 18.4142C7.29564 18.6241 7.59723 18.7838 8.21697 18.881C8.86597 18.9828 9.73354 18.9983 11.0012 18.9998C11.5535 19.0005 12.0007 19.4487 12 20.001C11.9993 20.5533 11.5511 21.0005 10.9988 20.9998C9.7682 20.9983 8.73775 20.9872 7.90699 20.8568C7.04696 20.7219 6.28702 20.4439 5.67158 19.8284C5.01547 19.1723 4.7435 18.3529 4.61875 17.4251C4.49994 16.5413 4.49997 15.4247 4.5 14.0706L4.5 8C4.5 7.44772 4.94772 7 5.5 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.59166 1.52949C3.00042 1.32916 3.47599 1.25 4 1.25H7C7.52401 1.25 7.99958 1.32916 8.40834 1.52949C8.83238 1.7373 9.13747 2.05266 9.34295 2.43918C9.71797 3.14465 9.75 4.08743 9.75 5C9.75 5.91257 9.71797 6.85535 9.34295 7.56082C9.13747 7.94734 8.83238 8.2627 8.40834 8.47051C7.99958 8.67084 7.52401 8.75 7 8.75H4C3.47599 8.75 3.00042 8.67084 2.59166 8.47051C2.16762 8.2627 1.86253 7.94734 1.65705 7.56082C1.28203 6.85535 1.25 5.91257 1.25 5C1.25 4.08743 1.28203 3.14465 1.65705 2.43918C1.86253 2.05266 2.16762 1.7373 2.59166 1.52949Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9553 9.75L13 9.75001L13.0448 9.75C13.4776 9.74995 13.8744 9.74991 14.1972 9.79331C14.5527 9.8411 14.9284 9.95355 15.2374 10.2626C15.5465 10.5716 15.6589 10.9473 15.7067 11.3028C15.7501 11.6256 15.7501 12.0224 15.75 12.4553V12.4553L15.75 12.5L15.75 12.5448V12.5448C15.7501 12.9776 15.7501 13.3744 15.7067 13.6972C15.6589 14.0527 15.5465 14.4284 15.2374 14.7374C14.9284 15.0465 14.5527 15.1589 14.1972 15.2067C13.8744 15.2501 13.4776 15.2501 13.0448 15.25H13.0448L13 15.25L12.9553 15.25H12.9553C12.5224 15.2501 12.1256 15.2501 11.8028 15.2067C11.4473 15.1589 11.0716 15.0465 10.7626 14.7374C10.4535 14.4284 10.3411 14.0527 10.2933 13.6972C10.2499 13.3744 10.25 12.9776 10.25 12.5448L10.25 12.5L10.25 12.4553C10.25 12.0224 10.2499 11.6256 10.2933 11.3028C10.3411 10.9473 10.4535 10.5716 10.7626 10.2626C11.0716 9.95355 11.4473 9.8411 11.8028 9.79331C12.1256 9.74991 12.5224 9.74995 12.9553 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9553 17.25L13 17.25L13.0448 17.25C13.4776 17.25 13.8744 17.2499 14.1972 17.2933C14.5527 17.3411 14.9284 17.4535 15.2374 17.7626C15.5465 18.0716 15.6589 18.4473 15.7067 18.8028C15.7501 19.1256 15.7501 19.5224 15.75 19.9553V19.9553L15.75 20L15.75 20.0448V20.0448C15.7501 20.4776 15.7501 20.8744 15.7067 21.1972C15.6589 21.5527 15.5465 21.9284 15.2374 22.2374C14.9284 22.5465 14.5527 22.6589 14.1972 22.7067C13.8744 22.7501 13.4776 22.7501 13.0448 22.75H13.0448L13 22.75L12.9553 22.75H12.9553C12.5224 22.7501 12.1256 22.7501 11.8028 22.7067C11.4473 22.6589 11.0716 22.5465 10.7626 22.2374C10.4535 21.9284 10.3411 21.5527 10.2933 21.1972C10.2499 20.8744 10.25 20.4776 10.25 20.0448L10.25 20L10.25 19.9553C10.25 19.5224 10.2499 19.1256 10.2933 18.8028C10.3411 18.4473 10.4535 18.0716 10.7626 17.7626C11.0716 17.4535 11.4473 17.3411 11.8028 17.2933C12.1256 17.2499 12.5224 17.25 12.9553 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21 19.3453V13.9049C21 12.2552 19.6103 11.0001 18 11.0001C17.4477 11.0001 17 11.4478 17 12.0001C17 12.5524 17.4477 13.0001 18 13.0001C18.5988 13.0001 19 13.4506 19 13.9049V19.3453H18C17.8217 19.3452 17.6427 19.4084 17.4994 19.5367C17.191 19.8132 17.165 20.2874 17.4415 20.5958L18.4415 21.7116C18.6529 21.9476 18.887 22.2089 19.0808 22.3739C19.2962 22.5572 19.5971 22.75 20 22.75C20.4029 22.75 20.7038 22.5572 20.9192 22.3739C21.113 22.2089 21.3471 21.9476 21.5585 21.7116L22.5585 20.5958C22.835 20.2874 22.809 19.8132 22.5006 19.5367C22.3573 19.4084 22.1783 19.3452 22 19.3453H21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-node-move-up{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 11.6549V18.0952C21 19.7449 19.6103 21 18 21C17.4477 21 17 20.5523 17 20C17 19.4477 17.4477 19 18 19C18.5988 19 19 18.5495 19 18.0952V11.6549H18C17.8217 11.6549 17.6427 11.5918 17.4994 11.4634C17.191 11.1869 17.165 10.7128 17.4415 10.4043L18.4415 9.28852C18.6529 9.05257 18.887 8.79123 19.0808 8.62626C19.2961 8.4429 19.5971 8.2501 20 8.2501C20.4029 8.2501 20.7038 8.44289 20.9192 8.62626C21.113 8.79123 21.3471 9.05257 21.5585 9.28852L22.5585 10.4043C22.835 10.7128 22.809 11.1869 22.5006 11.4634C22.3573 11.5918 22.1783 11.6549 22 11.6549H21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 7C6.05229 7 6.5 7.44772 6.5 8V11.5H11C11.5523 11.5 12 11.9477 12 12.5C12 13.0523 11.5523 13.5 11 13.5H6.5V14C6.5 15.4425 6.50213 16.4237 6.60092 17.1586C6.69585 17.8646 6.86322 18.1916 7.08579 18.4142C7.29564 18.6241 7.59723 18.7838 8.21697 18.881C8.86597 18.9828 9.73354 18.9983 11.0012 18.9998C11.5535 19.0005 12.0007 19.4487 12 20.001C11.9993 20.5533 11.5511 21.0005 10.9988 20.9998C9.7682 20.9983 8.73775 20.9872 7.90699 20.8568C7.04696 20.7219 6.28702 20.4439 5.67158 19.8284C5.01547 19.1723 4.7435 18.3529 4.61875 17.4251C4.49994 16.5413 4.49997 15.4247 4.5 14.0706L4.5 8C4.5 7.44772 4.94772 7 5.5 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9553 9.75L13 9.75001L13.0448 9.75C13.4776 9.74995 13.8744 9.74991 14.1972 9.79331C14.5527 9.8411 14.9284 9.95355 15.2374 10.2626C15.5465 10.5716 15.6589 10.9473 15.7067 11.3028C15.7501 11.6256 15.7501 12.0224 15.75 12.4553V12.4553L15.75 12.5L15.75 12.5448V12.5448C15.7501 12.9776 15.7501 13.3744 15.7067 13.6972C15.6589 14.0527 15.5465 14.4284 15.2374 14.7374C14.9284 15.0465 14.5527 15.1589 14.1972 15.2067C13.8744 15.2501 13.4776 15.2501 13.0448 15.25H13.0448L13 15.25L12.9553 15.25H12.9553C12.5224 15.2501 12.1256 15.2501 11.8028 15.2067C11.4473 15.1589 11.0716 15.0465 10.7626 14.7374C10.4535 14.4284 10.3411 14.0527 10.2933 13.6972C10.2499 13.3744 10.25 12.9776 10.25 12.5448L10.25 12.5L10.25 12.4553C10.25 12.0224 10.2499 11.6256 10.2933 11.3028C10.3411 10.9473 10.4535 10.5716 10.7626 10.2626C11.0716 9.95355 11.4473 9.8411 11.8028 9.79331C12.1256 9.74991 12.5224 9.74995 12.9553 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9553 17.25L13 17.25L13.0448 17.25C13.4776 17.25 13.8744 17.2499 14.1972 17.2933C14.5527 17.3411 14.9284 17.4535 15.2374 17.7626C15.5465 18.0716 15.6589 18.4473 15.7067 18.8028C15.7501 19.1256 15.7501 19.5224 15.75 19.9553V19.9553L15.75 20L15.75 20.0448V20.0448C15.7501 20.4776 15.7501 20.8744 15.7067 21.1972C15.6589 21.5527 15.5465 21.9284 15.2374 22.2374C14.9284 22.5465 14.5527 22.6589 14.1972 22.7067C13.8744 22.7501 13.4776 22.7501 13.0448 22.75H13.0448L13 22.75L12.9553 22.75H12.9553C12.5224 22.7501 12.1256 22.7501 11.8028 22.7067C11.4473 22.6589 11.0716 22.5465 10.7626 22.2374C10.4535 21.9284 10.3411 21.5527 10.2933 21.1972C10.2499 20.8744 10.25 20.4776 10.25 20.0448L10.25 20L10.25 19.9553C10.25 19.5224 10.2499 19.1256 10.2933 18.8028C10.3411 18.4473 10.4535 18.0716 10.7626 17.7626C11.0716 17.4535 11.4473 17.3411 11.8028 17.2933C12.1256 17.2499 12.5224 17.25 12.9553 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.59166 1.52949C3.00042 1.32916 3.47599 1.25 4 1.25H7C7.52401 1.25 7.99958 1.32916 8.40834 1.52949C8.83238 1.7373 9.13747 2.05266 9.34295 2.43918C9.71797 3.14465 9.75 4.08743 9.75 5C9.75 5.91257 9.71797 6.85535 9.34295 7.56082C9.13747 7.94734 8.83238 8.2627 8.40834 8.47051C7.99958 8.67084 7.52401 8.75 7 8.75H4C3.47599 8.75 3.00042 8.67084 2.59166 8.47051C2.16762 8.2627 1.86253 7.94734 1.65705 7.56082C1.28203 6.85535 1.25 5.91257 1.25 5C1.25 4.08743 1.28203 3.14465 1.65705 2.43918C1.86253 2.05266 2.16762 1.7373 2.59166 1.52949Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 11.6549V18.0952C21 19.7449 19.6103 21 18 21C17.4477 21 17 20.5523 17 20C17 19.4477 17.4477 19 18 19C18.5988 19 19 18.5495 19 18.0952V11.6549H18C17.8217 11.6549 17.6427 11.5918 17.4994 11.4634C17.191 11.1869 17.165 10.7128 17.4415 10.4043L18.4415 9.28852C18.6529 9.05257 18.887 8.79123 19.0808 8.62626C19.2961 8.4429 19.5971 8.2501 20 8.2501C20.4029 8.2501 20.7038 8.44289 20.9192 8.62626C21.113 8.79123 21.3471 9.05257 21.5585 9.28852L22.5585 10.4043C22.835 10.7128 22.809 11.1869 22.5006 11.4634C22.3573 11.5918 22.1783 11.6549 22 11.6549H21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 7C6.05229 7 6.5 7.44772 6.5 8V11.5H11C11.5523 11.5 12 11.9477 12 12.5C12 13.0523 11.5523 13.5 11 13.5H6.5V14C6.5 15.4425 6.50213 16.4237 6.60092 17.1586C6.69585 17.8646 6.86322 18.1916 7.08579 18.4142C7.29564 18.6241 7.59723 18.7838 8.21697 18.881C8.86597 18.9828 9.73354 18.9983 11.0012 18.9998C11.5535 19.0005 12.0007 19.4487 12 20.001C11.9993 20.5533 11.5511 21.0005 10.9988 20.9998C9.7682 20.9983 8.73775 20.9872 7.90699 20.8568C7.04696 20.7219 6.28702 20.4439 5.67158 19.8284C5.01547 19.1723 4.7435 18.3529 4.61875 17.4251C4.49994 16.5413 4.49997 15.4247 4.5 14.0706L4.5 8C4.5 7.44772 4.94772 7 5.5 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9553 9.75L13 9.75001L13.0448 9.75C13.4776 9.74995 13.8744 9.74991 14.1972 9.79331C14.5527 9.8411 14.9284 9.95355 15.2374 10.2626C15.5465 10.5716 15.6589 10.9473 15.7067 11.3028C15.7501 11.6256 15.7501 12.0224 15.75 12.4553V12.4553L15.75 12.5L15.75 12.5448V12.5448C15.7501 12.9776 15.7501 13.3744 15.7067 13.6972C15.6589 14.0527 15.5465 14.4284 15.2374 14.7374C14.9284 15.0465 14.5527 15.1589 14.1972 15.2067C13.8744 15.2501 13.4776 15.2501 13.0448 15.25H13.0448L13 15.25L12.9553 15.25H12.9553C12.5224 15.2501 12.1256 15.2501 11.8028 15.2067C11.4473 15.1589 11.0716 15.0465 10.7626 14.7374C10.4535 14.4284 10.3411 14.0527 10.2933 13.6972C10.2499 13.3744 10.25 12.9776 10.25 12.5448L10.25 12.5L10.25 12.4553C10.25 12.0224 10.2499 11.6256 10.2933 11.3028C10.3411 10.9473 10.4535 10.5716 10.7626 10.2626C11.0716 9.95355 11.4473 9.8411 11.8028 9.79331C12.1256 9.74991 12.5224 9.74995 12.9553 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9553 17.25L13 17.25L13.0448 17.25C13.4776 17.25 13.8744 17.2499 14.1972 17.2933C14.5527 17.3411 14.9284 17.4535 15.2374 17.7626C15.5465 18.0716 15.6589 18.4473 15.7067 18.8028C15.7501 19.1256 15.7501 19.5224 15.75 19.9553V19.9553L15.75 20L15.75 20.0448V20.0448C15.7501 20.4776 15.7501 20.8744 15.7067 21.1972C15.6589 21.5527 15.5465 21.9284 15.2374 22.2374C14.9284 22.5465 14.5527 22.6589 14.1972 22.7067C13.8744 22.7501 13.4776 22.7501 13.0448 22.75H13.0448L13 22.75L12.9553 22.75H12.9553C12.5224 22.7501 12.1256 22.7501 11.8028 22.7067C11.4473 22.6589 11.0716 22.5465 10.7626 22.2374C10.4535 21.9284 10.3411 21.5527 10.2933 21.1972C10.2499 20.8744 10.25 20.4776 10.25 20.0448L10.25 20L10.25 19.9553C10.25 19.5224 10.2499 19.1256 10.2933 18.8028C10.3411 18.4473 10.4535 18.0716 10.7626 17.7626C11.0716 17.4535 11.4473 17.3411 11.8028 17.2933C12.1256 17.2499 12.5224 17.25 12.9553 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.59166 1.52949C3.00042 1.32916 3.47599 1.25 4 1.25H7C7.52401 1.25 7.99958 1.32916 8.40834 1.52949C8.83238 1.7373 9.13747 2.05266 9.34295 2.43918C9.71797 3.14465 9.75 4.08743 9.75 5C9.75 5.91257 9.71797 6.85535 9.34295 7.56082C9.13747 7.94734 8.83238 8.2627 8.40834 8.47051C7.99958 8.67084 7.52401 8.75 7 8.75H4C3.47599 8.75 3.00042 8.67084 2.59166 8.47051C2.16762 8.2627 1.86253 7.94734 1.65705 7.56082C1.28203 6.85535 1.25 5.91257 1.25 5C1.25 4.08743 1.28203 3.14465 1.65705 2.43918C1.86253 2.05266 2.16762 1.7373 2.59166 1.52949Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-node-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.875 8.125C7.42729 8.125 7.875 8.57272 7.875 9.125V10.625H13.875C14.4273 10.625 14.875 11.0727 14.875 11.625C14.875 12.1773 14.4273 12.625 13.875 12.625H7.875V13.625C7.875 15.0675 7.87713 16.0487 7.97592 16.7836C8.07085 17.4896 8.23822 17.8166 8.46079 18.0392C8.68336 18.2618 9.01038 18.4292 9.71643 18.5241C10.4513 18.6229 11.4325 18.625 12.875 18.625H13.875C14.4273 18.625 14.875 19.0727 14.875 19.625C14.875 20.1773 14.4273 20.625 13.875 20.625L12.8044 20.625C11.4503 20.625 10.3337 20.6251 9.44994 20.5062C8.52211 20.3815 7.70268 20.1095 7.04658 19.4534C6.39047 18.7973 6.1185 17.9779 5.99375 17.0501C5.87494 16.1663 5.87497 15.0497 5.875 13.6956L5.875 9.125C5.875 8.57272 6.32272 8.125 6.875 8.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2266 8.375L16.275 8.37501H17.475L17.5234 8.375C18.0475 8.37495 18.5165 8.37491 18.8958 8.42802C19.3114 8.48623 19.7277 8.62078 20.0646 8.97172C20.3974 9.31837 20.5209 9.73928 20.5749 10.1574C20.6251 10.5462 20.625 11.0292 20.625 11.579V11.671C20.625 12.2208 20.6251 12.7038 20.5749 13.0926C20.5209 13.5107 20.3974 13.9316 20.0646 14.2783C19.7277 14.6292 19.3114 14.7638 18.8958 14.822C18.5165 14.8751 18.0475 14.8751 17.5234 14.875L17.475 14.875H16.275L16.2266 14.875C15.7025 14.8751 15.2335 14.8751 14.8543 14.822C14.4386 14.7638 14.0223 14.6292 13.6854 14.2783C13.3527 13.9316 13.2291 13.5107 13.1751 13.0926C13.1249 12.7038 13.125 12.2208 13.125 11.671L13.125 11.625L13.125 11.579C13.125 11.0292 13.1249 10.5462 13.1751 10.1574C13.2291 9.73928 13.3527 9.31837 13.6854 8.97172C14.0223 8.62078 14.4386 8.48623 14.8543 8.42802C15.2335 8.37491 15.7025 8.37495 16.2266 8.375L16.2266 8.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2266 16.375L16.275 16.375H17.475L17.5234 16.375C18.0475 16.375 18.5165 16.3749 18.8958 16.428C19.3114 16.4862 19.7277 16.6208 20.0646 16.9717C20.3974 17.3184 20.5209 17.7393 20.5749 18.1574C20.6251 18.5462 20.625 19.0292 20.625 19.579V19.671C20.625 20.2208 20.6251 20.7038 20.5749 21.0926C20.5209 21.5107 20.3974 21.9316 20.0646 22.2783C19.7277 22.6292 19.3114 22.7638 18.8958 22.822C18.5165 22.8751 18.0475 22.8751 17.5234 22.875L17.475 22.875H16.275L16.2266 22.875C15.7025 22.8751 15.2335 22.8751 14.8543 22.822C14.4386 22.7638 14.0223 22.6292 13.6854 22.2783C13.3527 21.9316 13.2291 21.5107 13.1751 21.0926C13.1249 20.7038 13.125 20.2208 13.125 19.671L13.125 19.625L13.125 19.579C13.125 19.0292 13.1249 18.5462 13.1751 18.1574C13.2291 17.7393 13.3527 17.3184 13.6854 16.9717C14.0223 16.6208 14.4386 16.4862 14.8543 16.428C15.2335 16.3749 15.7025 16.375 16.2266 16.375L16.2266 16.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.66789 1.41789C4.05842 1.02737 4.69158 1.02737 5.08211 1.41789L6.875 3.21079L8.66789 1.41789C9.05842 1.02737 9.69158 1.02737 10.0821 1.41789C10.4726 1.80842 10.4726 2.44158 10.0821 2.83211L8.28921 4.625L10.0821 6.41789C10.4726 6.80842 10.4726 7.44158 10.0821 7.83211C9.69158 8.22263 9.05842 8.22263 8.66789 7.83211L6.875 6.03921L5.08211 7.83211C4.69158 8.22263 4.05842 8.22263 3.66789 7.83211C3.27737 7.44158 3.27737 6.80842 3.66789 6.41789L5.46079 4.625L3.66789 2.83211C3.27737 2.44158 3.27737 1.80842 3.66789 1.41789Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.875 8.125C7.42729 8.125 7.875 8.57272 7.875 9.125V10.625H13.875C14.4273 10.625 14.875 11.0727 14.875 11.625C14.875 12.1773 14.4273 12.625 13.875 12.625H7.875V13.625C7.875 15.0675 7.87713 16.0487 7.97592 16.7836C8.07085 17.4896 8.23822 17.8166 8.46079 18.0392C8.68336 18.2618 9.01038 18.4292 9.71643 18.5241C10.4513 18.6229 11.4325 18.625 12.875 18.625H13.875C14.4273 18.625 14.875 19.0727 14.875 19.625C14.875 20.1773 14.4273 20.625 13.875 20.625L12.8044 20.625C11.4503 20.625 10.3337 20.6251 9.44994 20.5062C8.52211 20.3815 7.70268 20.1095 7.04658 19.4534C6.39047 18.7973 6.1185 17.9779 5.99375 17.0501C5.87494 16.1663 5.87497 15.0497 5.875 13.6956L5.875 9.125C5.875 8.57272 6.32272 8.125 6.875 8.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2266 8.375L16.275 8.37501H17.475L17.5234 8.375C18.0475 8.37495 18.5165 8.37491 18.8958 8.42802C19.3114 8.48623 19.7277 8.62078 20.0646 8.97172C20.3974 9.31837 20.5209 9.73928 20.5749 10.1574C20.6251 10.5462 20.625 11.0292 20.625 11.579V11.671C20.625 12.2208 20.6251 12.7038 20.5749 13.0926C20.5209 13.5107 20.3974 13.9316 20.0646 14.2783C19.7277 14.6292 19.3114 14.7638 18.8958 14.822C18.5165 14.8751 18.0475 14.8751 17.5234 14.875L17.475 14.875H16.275L16.2266 14.875C15.7025 14.8751 15.2335 14.8751 14.8543 14.822C14.4386 14.7638 14.0223 14.6292 13.6854 14.2783C13.3527 13.9316 13.2291 13.5107 13.1751 13.0926C13.1249 12.7038 13.125 12.2208 13.125 11.671L13.125 11.625L13.125 11.579C13.125 11.0292 13.1249 10.5462 13.1751 10.1574C13.2291 9.73928 13.3527 9.31837 13.6854 8.97172C14.0223 8.62078 14.4386 8.48623 14.8543 8.42802C15.2335 8.37491 15.7025 8.37495 16.2266 8.375L16.2266 8.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2266 16.375L16.275 16.375H17.475L17.5234 16.375C18.0475 16.375 18.5165 16.3749 18.8958 16.428C19.3114 16.4862 19.7277 16.6208 20.0646 16.9717C20.3974 17.3184 20.5209 17.7393 20.5749 18.1574C20.6251 18.5462 20.625 19.0292 20.625 19.579V19.671C20.625 20.2208 20.6251 20.7038 20.5749 21.0926C20.5209 21.5107 20.3974 21.9316 20.0646 22.2783C19.7277 22.6292 19.3114 22.7638 18.8958 22.822C18.5165 22.8751 18.0475 22.8751 17.5234 22.875L17.475 22.875H16.275L16.2266 22.875C15.7025 22.8751 15.2335 22.8751 14.8543 22.822C14.4386 22.7638 14.0223 22.6292 13.6854 22.2783C13.3527 21.9316 13.2291 21.5107 13.1751 21.0926C13.1249 20.7038 13.125 20.2208 13.125 19.671L13.125 19.625L13.125 19.579C13.125 19.0292 13.1249 18.5462 13.1751 18.1574C13.2291 17.7393 13.3527 17.3184 13.6854 16.9717C14.0223 16.6208 14.4386 16.4862 14.8543 16.428C15.2335 16.3749 15.7025 16.375 16.2266 16.375L16.2266 16.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.66789 1.41789C4.05842 1.02737 4.69158 1.02737 5.08211 1.41789L6.875 3.21079L8.66789 1.41789C9.05842 1.02737 9.69158 1.02737 10.0821 1.41789C10.4726 1.80842 10.4726 2.44158 10.0821 2.83211L8.28921 4.625L10.0821 6.41789C10.4726 6.80842 10.4726 7.44158 10.0821 7.83211C9.69158 8.22263 9.05842 8.22263 8.66789 7.83211L6.875 6.03921L5.08211 7.83211C4.69158 8.22263 4.05842 8.22263 3.66789 7.83211C3.27737 7.44158 3.27737 6.80842 3.66789 6.41789L5.46079 4.625L3.66789 2.83211C3.27737 2.44158 3.27737 1.80842 3.66789 1.41789Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-pipeline{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0003 21.7501C10.9849 21.7501 10.2122 21.1657 9.51092 20.346C8.82409 19.5433 8.08079 18.364 7.15068 16.8884C6.91289 16.5112 6.79399 16.3226 6.86188 16.1748C6.86801 16.1615 6.87512 16.1486 6.88314 16.1363C6.9719 16.0001 7.19486 16.0001 7.64079 16.0001H16.3598C16.8057 16.0001 17.0286 16.0001 17.1174 16.1363C17.1254 16.1486 17.1325 16.1615 17.1387 16.1749C17.2065 16.3226 17.0876 16.5112 16.8499 16.8884L16.8499 16.8884L16.8499 16.8884C15.9197 18.364 15.1764 19.5433 14.4896 20.346C13.7884 21.1657 13.0156 21.7501 12.0003 21.7501ZM18.847 13.7201C18.7607 13.857 18.7175 13.9255 18.6499 13.9628C18.5822 14.0001 18.5013 14.0001 18.3394 14.0001H5.6611C5.49923 14.0001 5.4183 14.0001 5.35065 13.9628C5.28299 13.9255 5.23983 13.857 5.15352 13.7201L4.83594 13.2162C4.30472 12.3735 3.81892 11.6028 3.38865 10.8957C3.14951 10.5026 3.02994 10.3061 3.11594 10.1531C3.20194 10.0001 3.4338 10.0001 3.89753 10.0001H20.103C20.5667 10.0001 20.7986 10.0001 20.8846 10.1531C20.9706 10.3061 20.851 10.5026 20.6119 10.8957C20.1816 11.6028 19.6958 12.3735 19.1646 13.2163L18.847 13.7201ZM22.3396 7.63731C22.2724 7.80949 22.2387 7.89558 22.1622 7.94785C22.0857 8.00012 21.9893 8.00012 21.7966 8.00012H2.20392C2.0112 8.00012 1.91484 8.00012 1.83831 7.94785C1.76178 7.89558 1.72816 7.80949 1.66093 7.63731C1.19652 6.44808 1.06285 5.35294 1.59133 4.32981C2.19031 3.1702 3.33519 2.68975 4.77068 2.46814C6.18313 2.25008 8.10036 2.2501 10.5343 2.25012H10.5344H10.5344H13.4662H13.4662H13.4662C15.9002 2.2501 17.8174 2.25008 19.2298 2.46814C20.6653 2.68975 21.8102 3.1702 22.4092 4.32981C22.9377 5.35294 22.804 6.44808 22.3396 7.63731Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0003 21.7501C10.9849 21.7501 10.2122 21.1657 9.51092 20.346C8.82409 19.5433 8.08079 18.364 7.15068 16.8884C6.91289 16.5112 6.79399 16.3226 6.86188 16.1748C6.86801 16.1615 6.87512 16.1486 6.88314 16.1363C6.9719 16.0001 7.19486 16.0001 7.64079 16.0001H16.3598C16.8057 16.0001 17.0286 16.0001 17.1174 16.1363C17.1254 16.1486 17.1325 16.1615 17.1387 16.1749C17.2065 16.3226 17.0876 16.5112 16.8499 16.8884L16.8499 16.8884L16.8499 16.8884C15.9197 18.364 15.1764 19.5433 14.4896 20.346C13.7884 21.1657 13.0156 21.7501 12.0003 21.7501ZM18.847 13.7201C18.7607 13.857 18.7175 13.9255 18.6499 13.9628C18.5822 14.0001 18.5013 14.0001 18.3394 14.0001H5.6611C5.49923 14.0001 5.4183 14.0001 5.35065 13.9628C5.28299 13.9255 5.23983 13.857 5.15352 13.7201L4.83594 13.2162C4.30472 12.3735 3.81892 11.6028 3.38865 10.8957C3.14951 10.5026 3.02994 10.3061 3.11594 10.1531C3.20194 10.0001 3.4338 10.0001 3.89753 10.0001H20.103C20.5667 10.0001 20.7986 10.0001 20.8846 10.1531C20.9706 10.3061 20.851 10.5026 20.6119 10.8957C20.1816 11.6028 19.6958 12.3735 19.1646 13.2163L18.847 13.7201ZM22.3396 7.63731C22.2724 7.80949 22.2387 7.89558 22.1622 7.94785C22.0857 8.00012 21.9893 8.00012 21.7966 8.00012H2.20392C2.0112 8.00012 1.91484 8.00012 1.83831 7.94785C1.76178 7.89558 1.72816 7.80949 1.66093 7.63731C1.19652 6.44808 1.06285 5.35294 1.59133 4.32981C2.19031 3.1702 3.33519 2.68975 4.77068 2.46814C6.18313 2.25008 8.10036 2.2501 10.5343 2.25012H10.5344H10.5344H13.4662H13.4662H13.4662C15.9002 2.2501 17.8174 2.25008 19.2298 2.46814C20.6653 2.68975 21.8102 3.1702 22.4092 4.32981C22.9377 5.35294 22.804 6.44808 22.3396 7.63731Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-pyramid-maslowo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0003 2.25C10.985 2.25 10.2122 2.83442 9.51098 3.65408C8.82416 4.45686 8.08085 5.63611 7.15074 7.1117C6.91295 7.48894 6.79405 7.67756 6.86194 7.82528C6.86808 7.83862 6.87518 7.85149 6.8832 7.8638C6.97196 8 7.19492 8 7.64085 8H16.3598C16.8057 8 17.0287 8 17.1175 7.86381C17.1255 7.8515 17.1326 7.83862 17.1387 7.82527C17.2066 7.67755 17.0877 7.48894 16.8499 7.11172L16.8499 7.11171L16.8499 7.11169C15.9198 5.6361 15.1765 4.45686 14.4897 3.65407C13.7884 2.83442 13.0157 2.25 12.0003 2.25ZM18.8471 10.2801C18.7608 10.1431 18.7176 10.0747 18.6499 10.0373C18.5823 10 18.5014 10 18.3395 10H13.602C13.3191 10 13.1777 10 13.0898 10.0879C13.002 10.1757 13.002 10.3172 13.002 10.6L13.002 21.2857C13.002 21.4389 13.002 21.5155 13.0293 21.5751C13.0592 21.6404 13.1116 21.6927 13.1769 21.7227C13.2364 21.75 13.313 21.75 13.4662 21.75H13.4662H13.4663C15.9002 21.75 17.8175 21.75 19.2299 21.532C20.6654 21.3104 21.8103 20.8299 22.4093 19.6703C22.9377 18.6472 22.8041 17.552 22.3397 16.3628C22.2724 16.1906 22.2388 16.1045 22.1623 16.0523C22.0857 16 21.9894 16 21.7967 16H16.002C15.4497 16 15.002 15.5523 15.002 15C15.002 14.4477 15.4497 14 16.002 14H20.1031C20.5668 14 20.7987 14 20.8847 13.847C20.9707 13.694 20.8511 13.4975 20.6119 13.1044C20.1817 12.3973 19.6959 11.6266 19.1646 10.7839L18.8471 10.2801ZM10.5344 21.75C10.6907 21.75 10.7688 21.75 10.8293 21.7216C10.8928 21.6919 10.9438 21.6408 10.9736 21.5774C11.002 21.5169 11.002 21.4387 11.002 21.2825L11.002 10.6C11.002 10.3172 11.002 10.1757 10.9141 10.0879C10.8262 10 10.6848 10 10.402 10H5.66116C5.49929 10 5.41836 10 5.35071 10.0373C5.28305 10.0747 5.23989 10.1431 5.15358 10.2801L4.836 10.7839C4.30478 11.6266 3.81898 12.3973 3.38872 13.1044C3.14957 13.4975 3.03 13.694 3.116 13.847C3.202 14 3.43386 14 3.89759 14H8.00195C8.55424 14 9.00195 14.4477 9.00195 15C9.00195 15.5523 8.55424 16 8.00195 16H2.20398C2.01126 16 1.9149 16 1.83837 16.0523C1.76184 16.1045 1.72823 16.1906 1.66099 16.3628C1.19658 17.552 1.06291 18.6472 1.59139 19.6703C2.19038 20.8299 3.33525 21.3104 4.77075 21.532C6.1832 21.75 8.10042 21.75 10.5344 21.75H10.5344H10.5344Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0003 2.25C10.985 2.25 10.2122 2.83442 9.51098 3.65408C8.82416 4.45686 8.08085 5.63611 7.15074 7.1117C6.91295 7.48894 6.79405 7.67756 6.86194 7.82528C6.86808 7.83862 6.87518 7.85149 6.8832 7.8638C6.97196 8 7.19492 8 7.64085 8H16.3598C16.8057 8 17.0287 8 17.1175 7.86381C17.1255 7.8515 17.1326 7.83862 17.1387 7.82527C17.2066 7.67755 17.0877 7.48894 16.8499 7.11172L16.8499 7.11171L16.8499 7.11169C15.9198 5.6361 15.1765 4.45686 14.4897 3.65407C13.7884 2.83442 13.0157 2.25 12.0003 2.25ZM18.8471 10.2801C18.7608 10.1431 18.7176 10.0747 18.6499 10.0373C18.5823 10 18.5014 10 18.3395 10H13.602C13.3191 10 13.1777 10 13.0898 10.0879C13.002 10.1757 13.002 10.3172 13.002 10.6L13.002 21.2857C13.002 21.4389 13.002 21.5155 13.0293 21.5751C13.0592 21.6404 13.1116 21.6927 13.1769 21.7227C13.2364 21.75 13.313 21.75 13.4662 21.75H13.4662H13.4663C15.9002 21.75 17.8175 21.75 19.2299 21.532C20.6654 21.3104 21.8103 20.8299 22.4093 19.6703C22.9377 18.6472 22.8041 17.552 22.3397 16.3628C22.2724 16.1906 22.2388 16.1045 22.1623 16.0523C22.0857 16 21.9894 16 21.7967 16H16.002C15.4497 16 15.002 15.5523 15.002 15C15.002 14.4477 15.4497 14 16.002 14H20.1031C20.5668 14 20.7987 14 20.8847 13.847C20.9707 13.694 20.8511 13.4975 20.6119 13.1044C20.1817 12.3973 19.6959 11.6266 19.1646 10.7839L18.8471 10.2801ZM10.5344 21.75C10.6907 21.75 10.7688 21.75 10.8293 21.7216C10.8928 21.6919 10.9438 21.6408 10.9736 21.5774C11.002 21.5169 11.002 21.4387 11.002 21.2825L11.002 10.6C11.002 10.3172 11.002 10.1757 10.9141 10.0879C10.8262 10 10.6848 10 10.402 10H5.66116C5.49929 10 5.41836 10 5.35071 10.0373C5.28305 10.0747 5.23989 10.1431 5.15358 10.2801L4.836 10.7839C4.30478 11.6266 3.81898 12.3973 3.38872 13.1044C3.14957 13.4975 3.03 13.694 3.116 13.847C3.202 14 3.43386 14 3.89759 14H8.00195C8.55424 14 9.00195 14.4477 9.00195 15C9.00195 15.5523 8.55424 16 8.00195 16H2.20398C2.01126 16 1.9149 16 1.83837 16.0523C1.76184 16.1045 1.72823 16.1906 1.66099 16.3628C1.19658 17.552 1.06291 18.6472 1.59139 19.6703C2.19038 20.8299 3.33525 21.3104 4.77075 21.532C6.1832 21.75 8.10042 21.75 10.5344 21.75H10.5344H10.5344Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-pyramid-structure-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2403 1.93101C10.7531 1.51812 11.3327 1.25 12.0005 1.25C12.6683 1.25 13.2479 1.51812 13.7607 1.93101C14.2616 2.3343 14.7304 2.9003 15.2001 3.56392C15.6228 4.16094 16.027 4.73173 16.2451 5.17292C16.4762 5.64016 16.6379 6.21565 16.3355 6.80253C16.0282 7.39887 15.4454 7.59445 14.9259 7.67378C14.426 7.7501 13.7663 7.75006 13.0023 7.75L12.9414 7.75H11.0595L10.9986 7.75C10.2346 7.75006 9.57496 7.7501 9.07507 7.67378C8.55551 7.59445 7.9728 7.39887 7.66548 6.80253C7.36304 6.21565 7.52476 5.64016 7.75582 5.17292C7.974 4.73173 8.37811 4.16095 8.80081 3.56392C9.27056 2.9003 9.73933 2.3343 10.2403 1.93101Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2872 9.25C15.8252 9.24998 16.2822 9.24997 16.661 9.28711C17.0642 9.32663 17.4377 9.41232 17.7954 9.61838C18.153 9.82436 18.4141 10.1039 18.6498 10.4323C18.871 10.7405 19.0988 11.1343 19.3665 11.5974L19.3665 11.5975C19.4675 11.7722 19.6096 12.0187 19.7102 12.194C19.8762 12.483 20.0409 12.7698 20.137 13.0175C20.2421 13.2882 20.3438 13.7076 20.0993 14.1279C19.8546 14.5487 19.4381 14.6675 19.1519 14.7105C18.888 14.7502 18.5554 14.7501 18.2187 14.75H5.7816C5.44493 14.7501 5.11225 14.7502 4.84836 14.7105C4.56219 14.6675 4.14572 14.5487 3.90098 14.1279C3.65653 13.7076 3.75824 13.2882 3.86327 13.0175C3.95942 12.7698 4.12414 12.4829 4.29006 12.194C4.39067 12.0187 4.53274 11.7722 4.63375 11.5975C4.90152 11.1344 5.12925 10.7405 5.35052 10.4323C5.58625 10.1039 5.84731 9.82436 6.20488 9.61838C6.56258 9.41232 6.93613 9.32663 7.33927 9.28711C7.71813 9.24997 8.17506 9.24998 8.71305 9.25H8.71308H15.2872H15.2872Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.6933 16.25C19.9604 16.25 20.2162 16.2499 20.4344 16.2733C20.6806 16.2998 20.9364 16.3604 21.1862 16.5169C21.6186 16.7876 21.8757 17.3225 22.0673 17.7213C22.6845 18.9933 23.0632 20.1975 22.4081 21.2729C21.8896 22.1242 20.9881 22.4533 19.9461 22.6028C18.9195 22.75 17.5436 22.75 15.8215 22.75H15.8215H8.17948H8.17946C6.45736 22.75 5.08144 22.75 4.0548 22.6028C3.01285 22.4533 2.11136 22.1242 1.59287 21.2729C0.937786 20.1975 1.31642 18.9933 1.93368 17.7213C2.12524 17.3225 2.38234 16.7876 2.81474 16.5169C3.06455 16.3604 3.32034 16.2998 3.56654 16.2733C3.78472 16.2499 4.04059 16.25 4.30769 16.25L19.6933 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2403 1.93101C10.7531 1.51812 11.3327 1.25 12.0005 1.25C12.6683 1.25 13.2479 1.51812 13.7607 1.93101C14.2616 2.3343 14.7304 2.9003 15.2001 3.56392C15.6228 4.16094 16.027 4.73173 16.2451 5.17292C16.4762 5.64016 16.6379 6.21565 16.3355 6.80253C16.0282 7.39887 15.4454 7.59445 14.9259 7.67378C14.426 7.7501 13.7663 7.75006 13.0023 7.75L12.9414 7.75H11.0595L10.9986 7.75C10.2346 7.75006 9.57496 7.7501 9.07507 7.67378C8.55551 7.59445 7.9728 7.39887 7.66548 6.80253C7.36304 6.21565 7.52476 5.64016 7.75582 5.17292C7.974 4.73173 8.37811 4.16095 8.80081 3.56392C9.27056 2.9003 9.73933 2.3343 10.2403 1.93101Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2872 9.25C15.8252 9.24998 16.2822 9.24997 16.661 9.28711C17.0642 9.32663 17.4377 9.41232 17.7954 9.61838C18.153 9.82436 18.4141 10.1039 18.6498 10.4323C18.871 10.7405 19.0988 11.1343 19.3665 11.5974L19.3665 11.5975C19.4675 11.7722 19.6096 12.0187 19.7102 12.194C19.8762 12.483 20.0409 12.7698 20.137 13.0175C20.2421 13.2882 20.3438 13.7076 20.0993 14.1279C19.8546 14.5487 19.4381 14.6675 19.1519 14.7105C18.888 14.7502 18.5554 14.7501 18.2187 14.75H5.7816C5.44493 14.7501 5.11225 14.7502 4.84836 14.7105C4.56219 14.6675 4.14572 14.5487 3.90098 14.1279C3.65653 13.7076 3.75824 13.2882 3.86327 13.0175C3.95942 12.7698 4.12414 12.4829 4.29006 12.194C4.39067 12.0187 4.53274 11.7722 4.63375 11.5975C4.90152 11.1344 5.12925 10.7405 5.35052 10.4323C5.58625 10.1039 5.84731 9.82436 6.20488 9.61838C6.56258 9.41232 6.93613 9.32663 7.33927 9.28711C7.71813 9.24997 8.17506 9.24998 8.71305 9.25H8.71308H15.2872H15.2872Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.6933 16.25C19.9604 16.25 20.2162 16.2499 20.4344 16.2733C20.6806 16.2998 20.9364 16.3604 21.1862 16.5169C21.6186 16.7876 21.8757 17.3225 22.0673 17.7213C22.6845 18.9933 23.0632 20.1975 22.4081 21.2729C21.8896 22.1242 20.9881 22.4533 19.9461 22.6028C18.9195 22.75 17.5436 22.75 15.8215 22.75H15.8215H8.17948H8.17946C6.45736 22.75 5.08144 22.75 4.0548 22.6028C3.01285 22.4533 2.11136 22.1242 1.59287 21.2729C0.937786 20.1975 1.31642 18.9933 1.93368 17.7213C2.12524 17.3225 2.38234 16.7876 2.81474 16.5169C3.06455 16.3604 3.32034 16.2998 3.56654 16.2733C3.78472 16.2499 4.04059 16.25 4.30769 16.25L19.6933 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-pyramid-structure-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0003 2.25C10.985 2.25 10.2122 2.83442 9.51098 3.65408C8.82416 4.45686 8.08085 5.63611 7.15074 7.1117C6.91295 7.48894 6.79405 7.67756 6.86194 7.82528C6.86808 7.83862 6.87518 7.85149 6.8832 7.8638C6.97196 8 7.19492 8 7.64085 8H16.3598C16.8057 8 17.0287 8 17.1175 7.86381C17.1255 7.8515 17.1326 7.83862 17.1387 7.82527C17.2066 7.67755 17.0877 7.48894 16.8499 7.11172L16.8499 7.11171L16.8499 7.11169C15.9198 5.6361 15.1765 4.45686 14.4897 3.65407C13.7884 2.83442 13.0157 2.25 12.0003 2.25ZM18.8471 10.2801C18.7608 10.1431 18.7176 10.0747 18.6499 10.0373C18.5823 10 18.5014 10 18.3395 10H5.66116C5.4993 10 5.41836 10 5.35071 10.0373C5.28305 10.0747 5.23989 10.1431 5.15358 10.2801L4.836 10.7839C4.30478 11.6266 3.81898 12.3973 3.38872 13.1044C3.14957 13.4975 3.03 13.694 3.116 13.847C3.202 14 3.43386 14 3.89759 14H20.1031C20.5668 14 20.7987 14 20.8847 13.847C20.9707 13.694 20.8511 13.4975 20.6119 13.1044C20.1817 12.3973 19.6959 11.6266 19.1646 10.7839L18.8471 10.2801ZM22.3397 16.3628C22.2724 16.1906 22.2388 16.1045 22.1623 16.0523C22.0857 16 21.9894 16 21.7967 16H2.20398C2.01126 16 1.9149 16 1.83837 16.0523C1.76184 16.1045 1.72823 16.1906 1.66099 16.3628C1.19658 17.552 1.06291 18.6472 1.59139 19.6703C2.19038 20.8299 3.33525 21.3104 4.77075 21.532C6.1832 21.75 8.10042 21.75 10.5344 21.75H10.5344H10.5344H13.4662H13.4662H13.4663C15.9002 21.75 17.8175 21.75 19.2299 21.532C20.6654 21.3104 21.8103 20.8299 22.4093 19.6703C22.9377 18.6472 22.8041 17.552 22.3397 16.3628Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0003 2.25C10.985 2.25 10.2122 2.83442 9.51098 3.65408C8.82416 4.45686 8.08085 5.63611 7.15074 7.1117C6.91295 7.48894 6.79405 7.67756 6.86194 7.82528C6.86808 7.83862 6.87518 7.85149 6.8832 7.8638C6.97196 8 7.19492 8 7.64085 8H16.3598C16.8057 8 17.0287 8 17.1175 7.86381C17.1255 7.8515 17.1326 7.83862 17.1387 7.82527C17.2066 7.67755 17.0877 7.48894 16.8499 7.11172L16.8499 7.11171L16.8499 7.11169C15.9198 5.6361 15.1765 4.45686 14.4897 3.65407C13.7884 2.83442 13.0157 2.25 12.0003 2.25ZM18.8471 10.2801C18.7608 10.1431 18.7176 10.0747 18.6499 10.0373C18.5823 10 18.5014 10 18.3395 10H5.66116C5.4993 10 5.41836 10 5.35071 10.0373C5.28305 10.0747 5.23989 10.1431 5.15358 10.2801L4.836 10.7839C4.30478 11.6266 3.81898 12.3973 3.38872 13.1044C3.14957 13.4975 3.03 13.694 3.116 13.847C3.202 14 3.43386 14 3.89759 14H20.1031C20.5668 14 20.7987 14 20.8847 13.847C20.9707 13.694 20.8511 13.4975 20.6119 13.1044C20.1817 12.3973 19.6959 11.6266 19.1646 10.7839L18.8471 10.2801ZM22.3397 16.3628C22.2724 16.1906 22.2388 16.1045 22.1623 16.0523C22.0857 16 21.9894 16 21.7967 16H2.20398C2.01126 16 1.9149 16 1.83837 16.0523C1.76184 16.1045 1.72823 16.1906 1.66099 16.3628C1.19658 17.552 1.06291 18.6472 1.59139 19.6703C2.19038 20.8299 3.33525 21.3104 4.77075 21.532C6.1832 21.75 8.10042 21.75 10.5344 21.75H10.5344H10.5344H13.4662H13.4662H13.4663C15.9002 21.75 17.8175 21.75 19.2299 21.532C20.6654 21.3104 21.8103 20.8299 22.4093 19.6703C22.9377 18.6472 22.8041 17.552 22.3397 16.3628Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-scheme{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9553 1.25L19 1.25001H20L20.0448 1.25C20.4776 1.24995 20.8744 1.24991 21.1972 1.29331C21.5527 1.3411 21.9284 1.45355 22.2374 1.76257C22.5465 2.07159 22.6589 2.44732 22.7067 2.8028C22.7501 3.12561 22.7501 3.52244 22.75 3.95525V3.95526L22.75 4.00001V5.00001L22.75 5.04475V5.04476C22.7501 5.47758 22.7501 5.8744 22.7067 6.19721C22.6589 6.5527 22.5465 6.92842 22.2374 7.23744C21.9284 7.54647 21.5527 7.65891 21.1972 7.70671C20.8744 7.75011 20.4776 7.75006 20.0448 7.75001H20.0448L20 7.75001H19L18.9553 7.75001H18.9553C18.5224 7.75006 18.1256 7.75011 17.8028 7.70671C17.4473 7.65891 17.0716 7.54647 16.7626 7.23744C16.4535 6.92842 16.3411 6.55269 16.2933 6.19721C16.2499 5.8744 16.25 5.47757 16.25 5.04476L16.25 5.00001V4.00001L16.25 3.95526C16.25 3.52244 16.2499 3.12561 16.2933 2.8028C16.3411 2.44732 16.4535 2.07159 16.7626 1.76257C17.0716 1.45355 17.4473 1.3411 17.8028 1.29331C18.1256 1.24991 18.5224 1.24995 18.9553 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4553 8.75L11.5 8.75001H12.5L12.5448 8.75C12.9776 8.74995 13.3744 8.74991 13.6972 8.79331C14.0527 8.8411 14.4284 8.95355 14.7374 9.26257C15.0465 9.57159 15.1589 9.94732 15.2067 10.3028C15.2501 10.6256 15.2501 11.0224 15.25 11.4553V11.4553L15.25 11.5V12.5L15.25 12.5448V12.5448C15.2501 12.9776 15.2501 13.3744 15.2067 13.6972C15.1589 14.0527 15.0465 14.4284 14.7374 14.7374C14.4284 15.0465 14.0527 15.1589 13.6972 15.2067C13.3744 15.2501 12.9776 15.2501 12.5448 15.25H12.5448L12.5 15.25H11.5L11.4553 15.25H11.4553C11.0224 15.2501 10.6256 15.2501 10.3028 15.2067C9.94732 15.1589 9.57159 15.0465 9.26257 14.7374C8.95355 14.4284 8.8411 14.0527 8.79331 13.6972C8.74991 13.3744 8.74995 12.9776 8.75 12.5448L8.75001 12.5V11.5L8.75 11.4553C8.74995 11.0224 8.74991 10.6256 8.79331 10.3028C8.8411 9.94732 8.95355 9.57159 9.26257 9.26257C9.57159 8.95355 9.94732 8.8411 10.3028 8.79331C10.6256 8.74991 11.0224 8.74995 11.4553 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9553 16.25L19 16.25H20L20.0448 16.25C20.4776 16.25 20.8744 16.2499 21.1972 16.2933C21.5527 16.3411 21.9284 16.4535 22.2374 16.7626C22.5465 17.0716 22.6589 17.4473 22.7067 17.8028C22.7501 18.1256 22.7501 18.5224 22.75 18.9553V18.9553L22.75 19V20L22.75 20.0448V20.0448C22.7501 20.4776 22.7501 20.8744 22.7067 21.1972C22.6589 21.5527 22.5465 21.9284 22.2374 22.2374C21.9284 22.5465 21.5527 22.6589 21.1972 22.7067C20.8744 22.7501 20.4776 22.7501 20.0448 22.75H20.0448L20 22.75H19L18.9553 22.75H18.9553C18.5224 22.7501 18.1256 22.7501 17.8028 22.7067C17.4473 22.6589 17.0716 22.5465 16.7626 22.2374C16.4535 21.9284 16.3411 21.5527 16.2933 21.1972C16.2499 20.8744 16.25 20.4776 16.25 20.0448L16.25 20V19L16.25 18.9553C16.25 18.5224 16.2499 18.1256 16.2933 17.8028C16.3411 17.4473 16.4535 17.0716 16.7626 16.7626C17.0716 16.4535 17.4473 16.3411 17.8028 16.2933C18.1256 16.2499 18.5224 16.25 18.9553 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95526 16.25L4.00001 16.25H5.00001L5.04476 16.25C5.47757 16.25 5.8744 16.2499 6.19721 16.2933C6.55269 16.3411 6.92842 16.4535 7.23744 16.7626C7.54647 17.0716 7.65891 17.4473 7.70671 17.8028C7.75011 18.1256 7.75006 18.5224 7.75001 18.9553V18.9553L7.75001 19V20L7.75001 20.0448V20.0448C7.75006 20.4776 7.75011 20.8744 7.70671 21.1972C7.65891 21.5527 7.54647 21.9284 7.23744 22.2374C6.92842 22.5465 6.5527 22.6589 6.19721 22.7067C5.8744 22.7501 5.47758 22.7501 5.04476 22.75H5.04475L5.00001 22.75H4.00001L3.95526 22.75H3.95525C3.52244 22.7501 3.12561 22.7501 2.8028 22.7067C2.44732 22.6589 2.07159 22.5465 1.76257 22.2374C1.45355 21.9284 1.3411 21.5527 1.29331 21.1972C1.24991 20.8744 1.24995 20.4776 1.25 20.0448L1.25001 20V19L1.25 18.9553C1.24995 18.5224 1.24991 18.1256 1.29331 17.8028C1.3411 17.4473 1.45355 17.0716 1.76257 16.7626C2.07159 16.4535 2.44732 16.3411 2.8028 16.2933C3.12561 16.2499 3.52244 16.25 3.95526 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95526 1.25L4.00001 1.25001H5.00001L5.04476 1.25C5.47757 1.24995 5.8744 1.24991 6.19721 1.29331C6.55269 1.3411 6.92842 1.45355 7.23744 1.76257C7.54647 2.07159 7.65891 2.44732 7.70671 2.8028C7.75011 3.12561 7.75006 3.52244 7.75001 3.95525V3.95526L7.75001 4.00001V5.00001L7.75001 5.04475V5.04476C7.75006 5.47758 7.75011 5.8744 7.70671 6.19721C7.65891 6.5527 7.54647 6.92842 7.23744 7.23744C6.92842 7.54647 6.5527 7.65891 6.19721 7.70671C5.8744 7.75011 5.47758 7.75006 5.04476 7.75001H5.04475L5.00001 7.75001H4.00001L3.95526 7.75001H3.95525C3.52244 7.75006 3.12561 7.75011 2.8028 7.70671C2.44732 7.65891 2.07159 7.54647 1.76257 7.23744C1.45355 6.92842 1.3411 6.55269 1.29331 6.19721C1.24991 5.8744 1.24995 5.47757 1.25 5.04476L1.25001 5.00001V4.00001L1.25 3.95526C1.24995 3.52244 1.24991 3.12561 1.29331 2.8028C1.3411 2.44732 1.45355 2.07159 1.76257 1.76257C2.07159 1.45355 2.44732 1.3411 2.8028 1.29331C3.12561 1.24991 3.52244 1.24995 3.95526 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 4.5C10 3.94772 10.4477 3.5 11 3.5H17C17.5523 3.5 18 3.94772 18 4.5C18 5.05228 17.5523 5.5 17 5.5H11C10.4477 5.5 10 5.05228 10 4.5ZM4.5 6.04545C5.05228 6.04545 5.5 6.49317 5.5 7.04545V13C5.5 13.5523 5.05228 14 4.5 14C3.94772 14 3.5 13.5523 3.5 13V7.04545C3.5 6.49317 3.94772 6.04545 4.5 6.04545ZM19.5 10C20.0523 10 20.5 10.4477 20.5 11V17C20.5 17.5523 20.0523 18 19.5 18C18.9477 18 18.5 17.5523 18.5 17V11C18.5 10.4477 18.9477 10 19.5 10ZM13.7929 13.7929C14.1834 13.4024 14.8166 13.4024 15.2071 13.7929L16.2071 14.7929C16.5976 15.1834 16.5976 15.8166 16.2071 16.2071C15.8166 16.5976 15.1834 16.5976 14.7929 16.2071L13.7929 15.2071C13.4024 14.8166 13.4024 14.1834 13.7929 13.7929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9553 1.25L19 1.25001H20L20.0448 1.25C20.4776 1.24995 20.8744 1.24991 21.1972 1.29331C21.5527 1.3411 21.9284 1.45355 22.2374 1.76257C22.5465 2.07159 22.6589 2.44732 22.7067 2.8028C22.7501 3.12561 22.7501 3.52244 22.75 3.95525V3.95526L22.75 4.00001V5.00001L22.75 5.04475V5.04476C22.7501 5.47758 22.7501 5.8744 22.7067 6.19721C22.6589 6.5527 22.5465 6.92842 22.2374 7.23744C21.9284 7.54647 21.5527 7.65891 21.1972 7.70671C20.8744 7.75011 20.4776 7.75006 20.0448 7.75001H20.0448L20 7.75001H19L18.9553 7.75001H18.9553C18.5224 7.75006 18.1256 7.75011 17.8028 7.70671C17.4473 7.65891 17.0716 7.54647 16.7626 7.23744C16.4535 6.92842 16.3411 6.55269 16.2933 6.19721C16.2499 5.8744 16.25 5.47757 16.25 5.04476L16.25 5.00001V4.00001L16.25 3.95526C16.25 3.52244 16.2499 3.12561 16.2933 2.8028C16.3411 2.44732 16.4535 2.07159 16.7626 1.76257C17.0716 1.45355 17.4473 1.3411 17.8028 1.29331C18.1256 1.24991 18.5224 1.24995 18.9553 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.4553 8.75L11.5 8.75001H12.5L12.5448 8.75C12.9776 8.74995 13.3744 8.74991 13.6972 8.79331C14.0527 8.8411 14.4284 8.95355 14.7374 9.26257C15.0465 9.57159 15.1589 9.94732 15.2067 10.3028C15.2501 10.6256 15.2501 11.0224 15.25 11.4553V11.4553L15.25 11.5V12.5L15.25 12.5448V12.5448C15.2501 12.9776 15.2501 13.3744 15.2067 13.6972C15.1589 14.0527 15.0465 14.4284 14.7374 14.7374C14.4284 15.0465 14.0527 15.1589 13.6972 15.2067C13.3744 15.2501 12.9776 15.2501 12.5448 15.25H12.5448L12.5 15.25H11.5L11.4553 15.25H11.4553C11.0224 15.2501 10.6256 15.2501 10.3028 15.2067C9.94732 15.1589 9.57159 15.0465 9.26257 14.7374C8.95355 14.4284 8.8411 14.0527 8.79331 13.6972C8.74991 13.3744 8.74995 12.9776 8.75 12.5448L8.75001 12.5V11.5L8.75 11.4553C8.74995 11.0224 8.74991 10.6256 8.79331 10.3028C8.8411 9.94732 8.95355 9.57159 9.26257 9.26257C9.57159 8.95355 9.94732 8.8411 10.3028 8.79331C10.6256 8.74991 11.0224 8.74995 11.4553 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9553 16.25L19 16.25H20L20.0448 16.25C20.4776 16.25 20.8744 16.2499 21.1972 16.2933C21.5527 16.3411 21.9284 16.4535 22.2374 16.7626C22.5465 17.0716 22.6589 17.4473 22.7067 17.8028C22.7501 18.1256 22.7501 18.5224 22.75 18.9553V18.9553L22.75 19V20L22.75 20.0448V20.0448C22.7501 20.4776 22.7501 20.8744 22.7067 21.1972C22.6589 21.5527 22.5465 21.9284 22.2374 22.2374C21.9284 22.5465 21.5527 22.6589 21.1972 22.7067C20.8744 22.7501 20.4776 22.7501 20.0448 22.75H20.0448L20 22.75H19L18.9553 22.75H18.9553C18.5224 22.7501 18.1256 22.7501 17.8028 22.7067C17.4473 22.6589 17.0716 22.5465 16.7626 22.2374C16.4535 21.9284 16.3411 21.5527 16.2933 21.1972C16.2499 20.8744 16.25 20.4776 16.25 20.0448L16.25 20V19L16.25 18.9553C16.25 18.5224 16.2499 18.1256 16.2933 17.8028C16.3411 17.4473 16.4535 17.0716 16.7626 16.7626C17.0716 16.4535 17.4473 16.3411 17.8028 16.2933C18.1256 16.2499 18.5224 16.25 18.9553 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95526 16.25L4.00001 16.25H5.00001L5.04476 16.25C5.47757 16.25 5.8744 16.2499 6.19721 16.2933C6.55269 16.3411 6.92842 16.4535 7.23744 16.7626C7.54647 17.0716 7.65891 17.4473 7.70671 17.8028C7.75011 18.1256 7.75006 18.5224 7.75001 18.9553V18.9553L7.75001 19V20L7.75001 20.0448V20.0448C7.75006 20.4776 7.75011 20.8744 7.70671 21.1972C7.65891 21.5527 7.54647 21.9284 7.23744 22.2374C6.92842 22.5465 6.5527 22.6589 6.19721 22.7067C5.8744 22.7501 5.47758 22.7501 5.04476 22.75H5.04475L5.00001 22.75H4.00001L3.95526 22.75H3.95525C3.52244 22.7501 3.12561 22.7501 2.8028 22.7067C2.44732 22.6589 2.07159 22.5465 1.76257 22.2374C1.45355 21.9284 1.3411 21.5527 1.29331 21.1972C1.24991 20.8744 1.24995 20.4776 1.25 20.0448L1.25001 20V19L1.25 18.9553C1.24995 18.5224 1.24991 18.1256 1.29331 17.8028C1.3411 17.4473 1.45355 17.0716 1.76257 16.7626C2.07159 16.4535 2.44732 16.3411 2.8028 16.2933C3.12561 16.2499 3.52244 16.25 3.95526 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95526 1.25L4.00001 1.25001H5.00001L5.04476 1.25C5.47757 1.24995 5.8744 1.24991 6.19721 1.29331C6.55269 1.3411 6.92842 1.45355 7.23744 1.76257C7.54647 2.07159 7.65891 2.44732 7.70671 2.8028C7.75011 3.12561 7.75006 3.52244 7.75001 3.95525V3.95526L7.75001 4.00001V5.00001L7.75001 5.04475V5.04476C7.75006 5.47758 7.75011 5.8744 7.70671 6.19721C7.65891 6.5527 7.54647 6.92842 7.23744 7.23744C6.92842 7.54647 6.5527 7.65891 6.19721 7.70671C5.8744 7.75011 5.47758 7.75006 5.04476 7.75001H5.04475L5.00001 7.75001H4.00001L3.95526 7.75001H3.95525C3.52244 7.75006 3.12561 7.75011 2.8028 7.70671C2.44732 7.65891 2.07159 7.54647 1.76257 7.23744C1.45355 6.92842 1.3411 6.55269 1.29331 6.19721C1.24991 5.8744 1.24995 5.47757 1.25 5.04476L1.25001 5.00001V4.00001L1.25 3.95526C1.24995 3.52244 1.24991 3.12561 1.29331 2.8028C1.3411 2.44732 1.45355 2.07159 1.76257 1.76257C2.07159 1.45355 2.44732 1.3411 2.8028 1.29331C3.12561 1.24991 3.52244 1.24995 3.95526 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 4.5C10 3.94772 10.4477 3.5 11 3.5H17C17.5523 3.5 18 3.94772 18 4.5C18 5.05228 17.5523 5.5 17 5.5H11C10.4477 5.5 10 5.05228 10 4.5ZM4.5 6.04545C5.05228 6.04545 5.5 6.49317 5.5 7.04545V13C5.5 13.5523 5.05228 14 4.5 14C3.94772 14 3.5 13.5523 3.5 13V7.04545C3.5 6.49317 3.94772 6.04545 4.5 6.04545ZM19.5 10C20.0523 10 20.5 10.4477 20.5 11V17C20.5 17.5523 20.0523 18 19.5 18C18.9477 18 18.5 17.5523 18.5 17V11C18.5 10.4477 18.9477 10 19.5 10ZM13.7929 13.7929C14.1834 13.4024 14.8166 13.4024 15.2071 13.7929L16.2071 14.7929C16.5976 15.1834 16.5976 15.8166 16.2071 16.2071C15.8166 16.5976 15.1834 16.5976 14.7929 16.2071L13.7929 15.2071C13.4024 14.8166 13.4024 14.1834 13.7929 13.7929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-structure-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.875C12.5523 7.875 13 8.32272 13 8.875V11.875L15.0658 11.875C15.9523 11.8749 16.7161 11.8749 17.3278 11.9571C17.9833 12.0453 18.6117 12.244 19.1213 12.7537C19.631 13.2633 19.8297 13.8917 19.9179 14.5472C20.0001 15.1589 20.0001 15.9227 20 16.8092L20 16.875C20 17.4273 19.5523 17.875 19 17.875C18.4477 17.875 18 17.4273 18 16.875C18 15.9039 17.9979 15.2762 17.9357 14.8137C17.8774 14.38 17.7832 14.244 17.7071 14.1679C17.631 14.0918 17.495 13.9976 17.0613 13.9393C16.5988 13.8771 15.9711 13.875 15 13.875H9C8.02893 13.875 7.40122 13.8771 6.93871 13.9393C6.50497 13.9976 6.36902 14.0918 6.2929 14.1679C6.21677 14.244 6.12263 14.38 6.06431 14.8137C6.00213 15.2762 6 15.9039 6 16.875C6 17.4273 5.55229 17.875 5 17.875C4.44772 17.875 4 17.4273 4 16.875L4 16.8092C3.99995 15.9227 3.99991 15.1589 4.08215 14.5472C4.17028 13.8917 4.36902 13.2633 4.87868 12.7537C5.38835 12.244 6.0167 12.0453 6.67221 11.9571C7.28387 11.8749 8.04769 11.8749 8.93417 11.875C8.95604 11.875 8.97799 11.875 9 11.875H11V8.875C11 8.32272 11.4477 7.875 12 7.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.9384 15.875C4.95887 15.875 4.97941 15.875 5.00001 15.875C5.02061 15.875 5.04114 15.875 5.06161 15.875C5.71574 15.8749 6.30346 15.8749 6.77916 15.9388C7.29852 16.0087 7.83134 16.1708 8.26777 16.6072C8.70421 17.0437 8.86635 17.5765 8.93617 18.0959C9.00013 18.5716 9.00007 19.1593 9.00001 19.8134C9.00001 19.8339 9.00001 19.8544 9.00001 19.875V19.8864C9.00001 20.2594 9.00001 20.6025 8.99089 20.9051C8.97426 21.4572 8.51326 21.8912 7.96123 21.8746C7.4092 21.8579 6.97517 21.3969 6.9918 20.8449C6.99991 20.5756 7.00001 20.2617 7.00001 19.875C7.00001 19.1396 6.99788 18.6887 6.95401 18.3623C6.91544 18.0755 6.86059 18.0276 6.85409 18.0219C6.85384 18.0217 6.85367 18.0216 6.85356 18.0215C6.85346 18.0213 6.8533 18.0212 6.85309 18.0209C6.84741 18.0144 6.79951 17.9596 6.51267 17.921C6.18632 17.8771 5.73538 17.875 5.00001 17.875C4.26463 17.875 3.8137 17.8771 3.48735 17.921C3.2005 17.9596 3.15261 18.0144 3.14692 18.0209C3.14671 18.0212 3.14656 18.0213 3.14645 18.0215C3.14635 18.0216 3.14617 18.0217 3.14593 18.0219C3.13942 18.0276 3.08457 18.0755 3.04601 18.3623C3.00213 18.6887 3.00001 19.1396 3.00001 19.875C3.00001 20.2617 3.0001 20.5756 3.00822 20.8449C3.02485 21.3969 2.59082 21.8579 2.03878 21.8746C1.48675 21.8912 1.02576 21.4572 1.00912 20.9051C1.00001 20.6025 1.00001 20.2595 1.00001 19.8864V19.875C1.00001 19.8544 1.00001 19.8339 1 19.8134C0.999941 19.1593 0.999886 18.5716 1.06384 18.0959C1.13367 17.5765 1.2958 17.0437 1.73224 16.6072C2.16868 16.1708 2.70149 16.0087 3.22085 15.9388C3.69656 15.8749 4.28428 15.8749 4.9384 15.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9384 15.875C18.9589 15.875 18.9794 15.875 19 15.875C19.0206 15.875 19.0411 15.875 19.0616 15.875C19.7157 15.8749 20.3035 15.8749 20.7792 15.9388C21.2985 16.0087 21.8313 16.1708 22.2678 16.6072C22.7042 17.0437 22.8663 17.5765 22.9362 18.0959C23.0001 18.5716 23.0001 19.1593 23 19.8134C23 19.8339 23 19.8544 23 19.875V19.8864C23 20.2594 23 20.6025 22.9909 20.9051C22.9743 21.4572 22.5133 21.8912 21.9612 21.8746C21.4092 21.8579 20.9752 21.3969 20.9918 20.8449C20.9999 20.5756 21 20.2617 21 19.875C21 19.1396 20.9979 18.6887 20.954 18.3623C20.9154 18.0755 20.8606 18.0276 20.8541 18.0219C20.8538 18.0217 20.8537 18.0216 20.8536 18.0215C20.8535 18.0213 20.8533 18.0212 20.8531 18.0209C20.8474 18.0144 20.7995 17.9596 20.5127 17.921C20.1863 17.8771 19.7354 17.875 19 17.875C18.2646 17.875 17.8137 17.8771 17.4873 17.921C17.2005 17.9596 17.1526 18.0144 17.1469 18.0209C17.1467 18.0212 17.1466 18.0213 17.1465 18.0215C17.1463 18.0216 17.1462 18.0217 17.1459 18.0219C17.1394 18.0276 17.0846 18.0755 17.046 18.3623C17.0021 18.6887 17 19.1396 17 19.875C17 20.2617 17.0001 20.5756 17.0082 20.8449C17.0248 21.3969 16.5908 21.8579 16.0388 21.8746C15.4868 21.8912 15.0258 21.4572 15.0091 20.9051C15 20.6025 15 20.2595 15 19.8864V19.875C15 19.8544 15 19.8339 15 19.8134C14.9999 19.1593 14.9999 18.5716 15.0638 18.0959C15.1337 17.5765 15.2958 17.0437 15.7322 16.6072C16.1687 16.1708 16.7015 16.0087 17.2209 15.9388C17.6966 15.8749 18.2843 15.8749 18.9384 15.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.72393 3.27681C8.22979 2.44416 9.12113 2.125 10.2857 2.125H13.7143C14.8789 2.125 15.7702 2.44416 16.2761 3.27681C16.7139 3.99749 16.75 4.96266 16.75 5.875C16.75 6.78734 16.7139 7.75251 16.2761 8.47319C15.7702 9.30584 14.8789 9.625 13.7143 9.625H10.2857C9.12113 9.625 8.22979 9.30584 7.72393 8.47319C7.2861 7.75251 7.25 6.78734 7.25 5.875C7.25 4.96266 7.2861 3.99749 7.72393 3.27681Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.875C12.5523 7.875 13 8.32272 13 8.875V11.875L15.0658 11.875C15.9523 11.8749 16.7161 11.8749 17.3278 11.9571C17.9833 12.0453 18.6117 12.244 19.1213 12.7537C19.631 13.2633 19.8297 13.8917 19.9179 14.5472C20.0001 15.1589 20.0001 15.9227 20 16.8092L20 16.875C20 17.4273 19.5523 17.875 19 17.875C18.4477 17.875 18 17.4273 18 16.875C18 15.9039 17.9979 15.2762 17.9357 14.8137C17.8774 14.38 17.7832 14.244 17.7071 14.1679C17.631 14.0918 17.495 13.9976 17.0613 13.9393C16.5988 13.8771 15.9711 13.875 15 13.875H9C8.02893 13.875 7.40122 13.8771 6.93871 13.9393C6.50497 13.9976 6.36902 14.0918 6.2929 14.1679C6.21677 14.244 6.12263 14.38 6.06431 14.8137C6.00213 15.2762 6 15.9039 6 16.875C6 17.4273 5.55229 17.875 5 17.875C4.44772 17.875 4 17.4273 4 16.875L4 16.8092C3.99995 15.9227 3.99991 15.1589 4.08215 14.5472C4.17028 13.8917 4.36902 13.2633 4.87868 12.7537C5.38835 12.244 6.0167 12.0453 6.67221 11.9571C7.28387 11.8749 8.04769 11.8749 8.93417 11.875C8.95604 11.875 8.97799 11.875 9 11.875H11V8.875C11 8.32272 11.4477 7.875 12 7.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.9384 15.875C4.95887 15.875 4.97941 15.875 5.00001 15.875C5.02061 15.875 5.04114 15.875 5.06161 15.875C5.71574 15.8749 6.30346 15.8749 6.77916 15.9388C7.29852 16.0087 7.83134 16.1708 8.26777 16.6072C8.70421 17.0437 8.86635 17.5765 8.93617 18.0959C9.00013 18.5716 9.00007 19.1593 9.00001 19.8134C9.00001 19.8339 9.00001 19.8544 9.00001 19.875V19.8864C9.00001 20.2594 9.00001 20.6025 8.99089 20.9051C8.97426 21.4572 8.51326 21.8912 7.96123 21.8746C7.4092 21.8579 6.97517 21.3969 6.9918 20.8449C6.99991 20.5756 7.00001 20.2617 7.00001 19.875C7.00001 19.1396 6.99788 18.6887 6.95401 18.3623C6.91544 18.0755 6.86059 18.0276 6.85409 18.0219C6.85384 18.0217 6.85367 18.0216 6.85356 18.0215C6.85346 18.0213 6.8533 18.0212 6.85309 18.0209C6.84741 18.0144 6.79951 17.9596 6.51267 17.921C6.18632 17.8771 5.73538 17.875 5.00001 17.875C4.26463 17.875 3.8137 17.8771 3.48735 17.921C3.2005 17.9596 3.15261 18.0144 3.14692 18.0209C3.14671 18.0212 3.14656 18.0213 3.14645 18.0215C3.14635 18.0216 3.14617 18.0217 3.14593 18.0219C3.13942 18.0276 3.08457 18.0755 3.04601 18.3623C3.00213 18.6887 3.00001 19.1396 3.00001 19.875C3.00001 20.2617 3.0001 20.5756 3.00822 20.8449C3.02485 21.3969 2.59082 21.8579 2.03878 21.8746C1.48675 21.8912 1.02576 21.4572 1.00912 20.9051C1.00001 20.6025 1.00001 20.2595 1.00001 19.8864V19.875C1.00001 19.8544 1.00001 19.8339 1 19.8134C0.999941 19.1593 0.999886 18.5716 1.06384 18.0959C1.13367 17.5765 1.2958 17.0437 1.73224 16.6072C2.16868 16.1708 2.70149 16.0087 3.22085 15.9388C3.69656 15.8749 4.28428 15.8749 4.9384 15.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9384 15.875C18.9589 15.875 18.9794 15.875 19 15.875C19.0206 15.875 19.0411 15.875 19.0616 15.875C19.7157 15.8749 20.3035 15.8749 20.7792 15.9388C21.2985 16.0087 21.8313 16.1708 22.2678 16.6072C22.7042 17.0437 22.8663 17.5765 22.9362 18.0959C23.0001 18.5716 23.0001 19.1593 23 19.8134C23 19.8339 23 19.8544 23 19.875V19.8864C23 20.2594 23 20.6025 22.9909 20.9051C22.9743 21.4572 22.5133 21.8912 21.9612 21.8746C21.4092 21.8579 20.9752 21.3969 20.9918 20.8449C20.9999 20.5756 21 20.2617 21 19.875C21 19.1396 20.9979 18.6887 20.954 18.3623C20.9154 18.0755 20.8606 18.0276 20.8541 18.0219C20.8538 18.0217 20.8537 18.0216 20.8536 18.0215C20.8535 18.0213 20.8533 18.0212 20.8531 18.0209C20.8474 18.0144 20.7995 17.9596 20.5127 17.921C20.1863 17.8771 19.7354 17.875 19 17.875C18.2646 17.875 17.8137 17.8771 17.4873 17.921C17.2005 17.9596 17.1526 18.0144 17.1469 18.0209C17.1467 18.0212 17.1466 18.0213 17.1465 18.0215C17.1463 18.0216 17.1462 18.0217 17.1459 18.0219C17.1394 18.0276 17.0846 18.0755 17.046 18.3623C17.0021 18.6887 17 19.1396 17 19.875C17 20.2617 17.0001 20.5756 17.0082 20.8449C17.0248 21.3969 16.5908 21.8579 16.0388 21.8746C15.4868 21.8912 15.0258 21.4572 15.0091 20.9051C15 20.6025 15 20.2595 15 19.8864V19.875C15 19.8544 15 19.8339 15 19.8134C14.9999 19.1593 14.9999 18.5716 15.0638 18.0959C15.1337 17.5765 15.2958 17.0437 15.7322 16.6072C16.1687 16.1708 16.7015 16.0087 17.2209 15.9388C17.6966 15.8749 18.2843 15.8749 18.9384 15.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.72393 3.27681C8.22979 2.44416 9.12113 2.125 10.2857 2.125H13.7143C14.8789 2.125 15.7702 2.44416 16.2761 3.27681C16.7139 3.99749 16.75 4.96266 16.75 5.875C16.75 6.78734 16.7139 7.75251 16.2761 8.47319C15.7702 9.30584 14.8789 9.625 13.7143 9.625H10.2857C9.12113 9.625 8.22979 9.30584 7.72393 8.47319C7.2861 7.75251 7.25 6.78734 7.25 5.875C7.25 4.96266 7.2861 3.99749 7.72393 3.27681Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-structure-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.95526 10.125L4.00001 10.125L4.04476 10.125C4.47757 10.125 4.8744 10.1249 5.19721 10.1683C5.55269 10.2161 5.92842 10.3285 6.23744 10.6376C6.54647 10.9466 6.65891 11.3223 6.70671 11.6778C6.75011 12.0006 6.75006 12.3974 6.75001 12.8302V12.8303L6.75001 12.875L6.75001 12.9198V12.9198C6.75006 13.3526 6.75011 13.7494 6.70671 14.0722C6.65891 14.4277 6.54647 14.8034 6.23744 15.1124C5.92842 15.4215 5.55269 15.5339 5.19721 15.5817C4.8744 15.6251 4.47758 15.6251 4.04476 15.625H4.04475L4.00001 15.625L3.95526 15.625H3.95525C3.52244 15.6251 3.12561 15.6251 2.8028 15.5817C2.44732 15.5339 2.07159 15.4215 1.76257 15.1124C1.45355 14.8034 1.3411 14.4277 1.29331 14.0722C1.24991 13.7494 1.24995 13.3526 1.25 12.9198L1.25001 12.875L1.25 12.8303C1.24995 12.3974 1.24991 12.0006 1.29331 11.6778C1.3411 11.3223 1.45355 10.9466 1.76257 10.6376C2.07159 10.3285 2.44732 10.2161 2.8028 10.1683C3.12561 10.1249 3.52244 10.125 3.95526 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9553 10.125L20 10.125L20.0448 10.125C20.4776 10.125 20.8744 10.1249 21.1972 10.1683C21.5527 10.2161 21.9284 10.3285 22.2374 10.6376C22.5465 10.9466 22.6589 11.3223 22.7067 11.6778C22.7501 12.0006 22.7501 12.3974 22.75 12.8302V12.8303L22.75 12.875L22.75 12.9198V12.9198C22.7501 13.3526 22.7501 13.7494 22.7067 14.0722C22.6589 14.4277 22.5465 14.8034 22.2374 15.1124C21.9284 15.4215 21.5527 15.5339 21.1972 15.5817C20.8744 15.6251 20.4776 15.6251 20.0448 15.625H20.0448L20 15.625L19.9553 15.625H19.9553C19.5224 15.6251 19.1256 15.6251 18.8028 15.5817C18.4473 15.5339 18.0716 15.4215 17.7626 15.1124C17.4535 14.8034 17.3411 14.4277 17.2933 14.0722C17.2499 13.7494 17.25 13.3526 17.25 12.9198L17.25 12.875L17.25 12.8303C17.25 12.3974 17.2499 12.0006 17.2933 11.6778C17.3411 11.3223 17.4535 10.9466 17.7626 10.6376C18.0716 10.3285 18.4473 10.2161 18.8028 10.1683C19.1256 10.1249 19.5224 10.125 19.9553 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.13633 7.06844C5.04336 7.49169 5 8.06931 5 8.875V10.875C5 11.4273 4.55228 11.875 4 11.875C3.44772 11.875 3 11.4273 3 10.875V8.875C3 8.02602 3.04298 7.27631 3.18292 6.63931C3.32534 5.99098 3.58149 5.3973 4.05189 4.92689C4.5223 4.45649 5.11598 4.20034 5.76431 4.05792C6.40131 3.91798 7.15102 3.875 8 3.875C8.55228 3.875 9 4.32272 9 4.875C9 5.42728 8.55228 5.875 8 5.875C7.19431 5.875 6.61669 5.91836 6.19344 6.01133C5.78152 6.10183 5.58204 6.22518 5.46611 6.34111C5.35018 6.45704 5.22683 6.65652 5.13633 7.06844ZM15 4.875C15 4.32272 15.4477 3.875 16 3.875C16.849 3.875 17.5987 3.91798 18.2357 4.05792C18.884 4.20034 19.4777 4.45649 19.9481 4.92689C20.4185 5.3973 20.6747 5.99098 20.8171 6.63931C20.957 7.27631 21 8.02602 21 8.875V10.875C21 11.4273 20.5523 11.875 20 11.875C19.4477 11.875 19 11.4273 19 10.875V8.875C19 8.06931 18.9566 7.49169 18.8637 7.06844C18.7732 6.65652 18.6498 6.45704 18.5339 6.34111C18.418 6.22518 18.2185 6.10183 17.8066 6.01133C17.3833 5.91836 16.8057 5.875 16 5.875C15.4477 5.875 15 5.42728 15 4.875ZM12 5.87489C12.5523 5.87489 13 6.32261 13 6.87489V13.8749C13 14.4272 12.5523 14.8749 12 14.8749C11.4477 14.8749 11 14.4272 11 13.8749V6.87489C11 6.32261 11.4477 5.87489 12 5.87489ZM12 17.8749C12.5523 17.8749 13 18.3226 13 18.8749V21.8749C13 22.4272 12.5523 22.8749 12 22.8749C11.4477 22.8749 11 22.4272 11 21.8749V18.8749C11 18.3226 11.4477 17.8749 12 17.8749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 16.375C8.75 14.5801 10.2051 13.125 12 13.125C13.7949 13.125 15.25 14.5801 15.25 16.375C15.25 18.1699 13.7949 19.625 12 19.625C10.2051 19.625 8.75 18.1699 8.75 16.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.68699 2.131C8.16023 1.38914 8.97917 1.125 10 1.125H14C15.0208 1.125 15.8398 1.38914 16.313 2.131C16.7214 2.77123 16.75 3.61989 16.75 4.375C16.75 5.13011 16.7214 5.97877 16.313 6.619C15.8398 7.36086 15.0208 7.625 14 7.625H10C8.97917 7.625 8.16023 7.36086 7.68699 6.619C7.27859 5.97877 7.25 5.13011 7.25 4.375C7.25 3.61989 7.27859 2.77123 7.68699 2.131Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.95526 10.125L4.00001 10.125L4.04476 10.125C4.47757 10.125 4.8744 10.1249 5.19721 10.1683C5.55269 10.2161 5.92842 10.3285 6.23744 10.6376C6.54647 10.9466 6.65891 11.3223 6.70671 11.6778C6.75011 12.0006 6.75006 12.3974 6.75001 12.8302V12.8303L6.75001 12.875L6.75001 12.9198V12.9198C6.75006 13.3526 6.75011 13.7494 6.70671 14.0722C6.65891 14.4277 6.54647 14.8034 6.23744 15.1124C5.92842 15.4215 5.55269 15.5339 5.19721 15.5817C4.8744 15.6251 4.47758 15.6251 4.04476 15.625H4.04475L4.00001 15.625L3.95526 15.625H3.95525C3.52244 15.6251 3.12561 15.6251 2.8028 15.5817C2.44732 15.5339 2.07159 15.4215 1.76257 15.1124C1.45355 14.8034 1.3411 14.4277 1.29331 14.0722C1.24991 13.7494 1.24995 13.3526 1.25 12.9198L1.25001 12.875L1.25 12.8303C1.24995 12.3974 1.24991 12.0006 1.29331 11.6778C1.3411 11.3223 1.45355 10.9466 1.76257 10.6376C2.07159 10.3285 2.44732 10.2161 2.8028 10.1683C3.12561 10.1249 3.52244 10.125 3.95526 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9553 10.125L20 10.125L20.0448 10.125C20.4776 10.125 20.8744 10.1249 21.1972 10.1683C21.5527 10.2161 21.9284 10.3285 22.2374 10.6376C22.5465 10.9466 22.6589 11.3223 22.7067 11.6778C22.7501 12.0006 22.7501 12.3974 22.75 12.8302V12.8303L22.75 12.875L22.75 12.9198V12.9198C22.7501 13.3526 22.7501 13.7494 22.7067 14.0722C22.6589 14.4277 22.5465 14.8034 22.2374 15.1124C21.9284 15.4215 21.5527 15.5339 21.1972 15.5817C20.8744 15.6251 20.4776 15.6251 20.0448 15.625H20.0448L20 15.625L19.9553 15.625H19.9553C19.5224 15.6251 19.1256 15.6251 18.8028 15.5817C18.4473 15.5339 18.0716 15.4215 17.7626 15.1124C17.4535 14.8034 17.3411 14.4277 17.2933 14.0722C17.2499 13.7494 17.25 13.3526 17.25 12.9198L17.25 12.875L17.25 12.8303C17.25 12.3974 17.2499 12.0006 17.2933 11.6778C17.3411 11.3223 17.4535 10.9466 17.7626 10.6376C18.0716 10.3285 18.4473 10.2161 18.8028 10.1683C19.1256 10.1249 19.5224 10.125 19.9553 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.13633 7.06844C5.04336 7.49169 5 8.06931 5 8.875V10.875C5 11.4273 4.55228 11.875 4 11.875C3.44772 11.875 3 11.4273 3 10.875V8.875C3 8.02602 3.04298 7.27631 3.18292 6.63931C3.32534 5.99098 3.58149 5.3973 4.05189 4.92689C4.5223 4.45649 5.11598 4.20034 5.76431 4.05792C6.40131 3.91798 7.15102 3.875 8 3.875C8.55228 3.875 9 4.32272 9 4.875C9 5.42728 8.55228 5.875 8 5.875C7.19431 5.875 6.61669 5.91836 6.19344 6.01133C5.78152 6.10183 5.58204 6.22518 5.46611 6.34111C5.35018 6.45704 5.22683 6.65652 5.13633 7.06844ZM15 4.875C15 4.32272 15.4477 3.875 16 3.875C16.849 3.875 17.5987 3.91798 18.2357 4.05792C18.884 4.20034 19.4777 4.45649 19.9481 4.92689C20.4185 5.3973 20.6747 5.99098 20.8171 6.63931C20.957 7.27631 21 8.02602 21 8.875V10.875C21 11.4273 20.5523 11.875 20 11.875C19.4477 11.875 19 11.4273 19 10.875V8.875C19 8.06931 18.9566 7.49169 18.8637 7.06844C18.7732 6.65652 18.6498 6.45704 18.5339 6.34111C18.418 6.22518 18.2185 6.10183 17.8066 6.01133C17.3833 5.91836 16.8057 5.875 16 5.875C15.4477 5.875 15 5.42728 15 4.875ZM12 5.87489C12.5523 5.87489 13 6.32261 13 6.87489V13.8749C13 14.4272 12.5523 14.8749 12 14.8749C11.4477 14.8749 11 14.4272 11 13.8749V6.87489C11 6.32261 11.4477 5.87489 12 5.87489ZM12 17.8749C12.5523 17.8749 13 18.3226 13 18.8749V21.8749C13 22.4272 12.5523 22.8749 12 22.8749C11.4477 22.8749 11 22.4272 11 21.8749V18.8749C11 18.3226 11.4477 17.8749 12 17.8749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 16.375C8.75 14.5801 10.2051 13.125 12 13.125C13.7949 13.125 15.25 14.5801 15.25 16.375C15.25 18.1699 13.7949 19.625 12 19.625C10.2051 19.625 8.75 18.1699 8.75 16.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.68699 2.131C8.16023 1.38914 8.97917 1.125 10 1.125H14C15.0208 1.125 15.8398 1.38914 16.313 2.131C16.7214 2.77123 16.75 3.61989 16.75 4.375C16.75 5.13011 16.7214 5.97877 16.313 6.619C15.8398 7.36086 15.0208 7.625 14 7.625H10C8.97917 7.625 8.16023 7.36086 7.68699 6.619C7.27859 5.97877 7.25 5.13011 7.25 4.375C7.25 3.61989 7.27859 2.77123 7.68699 2.131Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-structure-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.75 16.375C8.75 14.5801 10.2051 13.125 12 13.125C13.7949 13.125 15.25 14.5801 15.25 16.375C15.25 18.1699 13.7949 19.625 12 19.625C10.2051 19.625 8.75 18.1699 8.75 16.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.75887 2.09252C8.28551 1.37015 9.16897 1.125 10.2857 1.125H13.7143C14.831 1.125 15.7145 1.37015 16.2411 2.09252C16.7171 2.74538 16.75 3.61777 16.75 4.375C16.75 5.13223 16.7171 6.00462 16.2411 6.65748C15.7145 7.37985 14.831 7.625 13.7143 7.625H10.2857C9.16897 7.625 8.28551 7.37985 7.75887 6.65748C7.28291 6.00462 7.25 5.13223 7.25 4.375C7.25 3.61777 7.28291 2.74538 7.75887 2.09252Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95526 12.125L4.00001 12.125L4.04476 12.125C4.47757 12.125 4.8744 12.1249 5.19721 12.1683C5.55269 12.2161 5.92842 12.3285 6.23744 12.6376C6.54647 12.9466 6.65891 13.3223 6.70671 13.6778C6.75011 14.0006 6.75006 14.3974 6.75001 14.8302V14.8303L6.75001 14.875L6.75001 14.9198V14.9198C6.75006 15.3526 6.75011 15.7494 6.70671 16.0722C6.65891 16.4277 6.54647 16.8034 6.23744 17.1124C5.92842 17.4215 5.55269 17.5339 5.19721 17.5817C4.8744 17.6251 4.47758 17.6251 4.04476 17.625H4.04475L4.00001 17.625L3.95526 17.625H3.95525C3.52244 17.6251 3.12561 17.6251 2.8028 17.5817C2.44732 17.5339 2.07159 17.4215 1.76257 17.1124C1.45355 16.8034 1.3411 16.4277 1.29331 16.0722C1.24991 15.7494 1.24995 15.3526 1.25 14.9198L1.25001 14.875L1.25 14.8303C1.24995 14.3974 1.24991 14.0006 1.29331 13.6778C1.3411 13.3223 1.45355 12.9466 1.76257 12.6376C2.07159 12.3285 2.44732 12.2161 2.8028 12.1683C3.12561 12.1249 3.52244 12.125 3.95526 12.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9553 12.125L20 12.125L20.0448 12.125C20.4776 12.125 20.8744 12.1249 21.1972 12.1683C21.5527 12.2161 21.9284 12.3285 22.2374 12.6376C22.5465 12.9466 22.6589 13.3223 22.7067 13.6778C22.7501 14.0006 22.7501 14.3974 22.75 14.8302V14.8303L22.75 14.875L22.75 14.9198V14.9198C22.7501 15.3526 22.7501 15.7494 22.7067 16.0722C22.6589 16.4277 22.5465 16.8034 22.2374 17.1124C21.9284 17.4215 21.5527 17.5339 21.1972 17.5817C20.8744 17.6251 20.4776 17.6251 20.0448 17.625H20.0448L20 17.625L19.9553 17.625H19.9553C19.5224 17.6251 19.1256 17.6251 18.8028 17.5817C18.4473 17.5339 18.0716 17.4215 17.7626 17.1124C17.4535 16.8034 17.3411 16.4277 17.2933 16.0722C17.2499 15.7494 17.25 15.3526 17.25 14.9198L17.25 14.875L17.25 14.8303C17.25 14.3974 17.2499 14.0006 17.2933 13.6778C17.3411 13.3223 17.4535 12.9466 17.7626 12.6376C18.0716 12.3285 18.4473 12.2161 18.8028 12.1683C19.1256 12.1249 19.5224 12.125 19.9553 12.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5.875C12.5523 5.875 13 6.32272 13 6.875V9.875H16.0154C17.3739 9.875 18.523 9.95754 19.3742 10.3639C19.835 10.5839 20.2167 10.9003 20.4978 11.3338C20.7702 11.7541 20.9133 12.2308 20.9886 12.7242C21.0719 13.2701 20.6968 13.7803 20.1509 13.8636C19.6049 13.9469 19.0948 13.5718 19.0115 13.0258C18.9629 12.7077 18.8889 12.5287 18.8196 12.4218C18.7588 12.3281 18.6742 12.2459 18.5126 12.1688C18.1191 11.9809 17.3997 11.875 16.0154 11.875H13V13.875C13 14.4273 12.5523 14.875 12 14.875C11.4477 14.875 11 14.4273 11 13.875V11.875H7.9876C6.60336 11.875 5.88296 11.9809 5.48851 12.169C5.32635 12.2463 5.24136 12.3287 5.18053 12.4224C5.11117 12.5292 5.03706 12.708 4.98858 13.0258C4.90527 13.5718 4.39515 13.9469 3.84918 13.8636C3.30322 13.7803 2.92815 13.2701 3.01146 12.7242C3.08679 12.2304 3.23019 11.7535 3.50314 11.3332C3.78461 10.8997 4.16675 10.5835 4.62767 10.3637C5.47938 9.95759 6.62896 9.875 7.9876 9.875H11V6.875C11 6.32272 11.4477 5.875 12 5.875ZM12 17.875C12.5523 17.875 13 18.3227 13 18.875V21.875C13 22.4273 12.5523 22.875 12 22.875C11.4477 22.875 11 22.4273 11 21.875V18.875C11 18.3227 11.4477 17.875 12 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.75 16.375C8.75 14.5801 10.2051 13.125 12 13.125C13.7949 13.125 15.25 14.5801 15.25 16.375C15.25 18.1699 13.7949 19.625 12 19.625C10.2051 19.625 8.75 18.1699 8.75 16.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.75887 2.09252C8.28551 1.37015 9.16897 1.125 10.2857 1.125H13.7143C14.831 1.125 15.7145 1.37015 16.2411 2.09252C16.7171 2.74538 16.75 3.61777 16.75 4.375C16.75 5.13223 16.7171 6.00462 16.2411 6.65748C15.7145 7.37985 14.831 7.625 13.7143 7.625H10.2857C9.16897 7.625 8.28551 7.37985 7.75887 6.65748C7.28291 6.00462 7.25 5.13223 7.25 4.375C7.25 3.61777 7.28291 2.74538 7.75887 2.09252Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95526 12.125L4.00001 12.125L4.04476 12.125C4.47757 12.125 4.8744 12.1249 5.19721 12.1683C5.55269 12.2161 5.92842 12.3285 6.23744 12.6376C6.54647 12.9466 6.65891 13.3223 6.70671 13.6778C6.75011 14.0006 6.75006 14.3974 6.75001 14.8302V14.8303L6.75001 14.875L6.75001 14.9198V14.9198C6.75006 15.3526 6.75011 15.7494 6.70671 16.0722C6.65891 16.4277 6.54647 16.8034 6.23744 17.1124C5.92842 17.4215 5.55269 17.5339 5.19721 17.5817C4.8744 17.6251 4.47758 17.6251 4.04476 17.625H4.04475L4.00001 17.625L3.95526 17.625H3.95525C3.52244 17.6251 3.12561 17.6251 2.8028 17.5817C2.44732 17.5339 2.07159 17.4215 1.76257 17.1124C1.45355 16.8034 1.3411 16.4277 1.29331 16.0722C1.24991 15.7494 1.24995 15.3526 1.25 14.9198L1.25001 14.875L1.25 14.8303C1.24995 14.3974 1.24991 14.0006 1.29331 13.6778C1.3411 13.3223 1.45355 12.9466 1.76257 12.6376C2.07159 12.3285 2.44732 12.2161 2.8028 12.1683C3.12561 12.1249 3.52244 12.125 3.95526 12.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9553 12.125L20 12.125L20.0448 12.125C20.4776 12.125 20.8744 12.1249 21.1972 12.1683C21.5527 12.2161 21.9284 12.3285 22.2374 12.6376C22.5465 12.9466 22.6589 13.3223 22.7067 13.6778C22.7501 14.0006 22.7501 14.3974 22.75 14.8302V14.8303L22.75 14.875L22.75 14.9198V14.9198C22.7501 15.3526 22.7501 15.7494 22.7067 16.0722C22.6589 16.4277 22.5465 16.8034 22.2374 17.1124C21.9284 17.4215 21.5527 17.5339 21.1972 17.5817C20.8744 17.6251 20.4776 17.6251 20.0448 17.625H20.0448L20 17.625L19.9553 17.625H19.9553C19.5224 17.6251 19.1256 17.6251 18.8028 17.5817C18.4473 17.5339 18.0716 17.4215 17.7626 17.1124C17.4535 16.8034 17.3411 16.4277 17.2933 16.0722C17.2499 15.7494 17.25 15.3526 17.25 14.9198L17.25 14.875L17.25 14.8303C17.25 14.3974 17.2499 14.0006 17.2933 13.6778C17.3411 13.3223 17.4535 12.9466 17.7626 12.6376C18.0716 12.3285 18.4473 12.2161 18.8028 12.1683C19.1256 12.1249 19.5224 12.125 19.9553 12.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5.875C12.5523 5.875 13 6.32272 13 6.875V9.875H16.0154C17.3739 9.875 18.523 9.95754 19.3742 10.3639C19.835 10.5839 20.2167 10.9003 20.4978 11.3338C20.7702 11.7541 20.9133 12.2308 20.9886 12.7242C21.0719 13.2701 20.6968 13.7803 20.1509 13.8636C19.6049 13.9469 19.0948 13.5718 19.0115 13.0258C18.9629 12.7077 18.8889 12.5287 18.8196 12.4218C18.7588 12.3281 18.6742 12.2459 18.5126 12.1688C18.1191 11.9809 17.3997 11.875 16.0154 11.875H13V13.875C13 14.4273 12.5523 14.875 12 14.875C11.4477 14.875 11 14.4273 11 13.875V11.875H7.9876C6.60336 11.875 5.88296 11.9809 5.48851 12.169C5.32635 12.2463 5.24136 12.3287 5.18053 12.4224C5.11117 12.5292 5.03706 12.708 4.98858 13.0258C4.90527 13.5718 4.39515 13.9469 3.84918 13.8636C3.30322 13.7803 2.92815 13.2701 3.01146 12.7242C3.08679 12.2304 3.23019 11.7535 3.50314 11.3332C3.78461 10.8997 4.16675 10.5835 4.62767 10.3637C5.47938 9.95759 6.62896 9.875 7.9876 9.875H11V6.875C11 6.32272 11.4477 5.875 12 5.875ZM12 17.875C12.5523 17.875 13 18.3227 13 18.875V21.875C13 22.4273 12.5523 22.875 12 22.875C11.4477 22.875 11 22.4273 11 21.875V18.875C11 18.3227 11.4477 17.875 12 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-structure-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5145 6.14254C14.9881 6.42668 15.1416 7.04094 14.8575 7.51452L12.1662 12L14.8575 16.4855C15.1416 16.9591 14.9881 17.5734 14.5145 17.8575C14.0409 18.1417 13.4267 17.9881 13.1425 17.5145L10.1425 12.5145C9.9525 12.1978 9.9525 11.8022 10.1425 11.4855L13.1425 6.48553C13.4267 6.01195 14.0409 5.85839 14.5145 6.14254Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.32323 8.38719C3.80098 8.28223 4.36327 8.25 5 8.25H7C7.63673 8.25 8.19902 8.28223 8.67677 8.38719C9.16301 8.49401 9.60828 8.68612 9.96108 9.03892C10.3139 9.39172 10.506 9.83699 10.6128 10.3232C10.7178 10.801 10.75 11.3633 10.75 12C10.75 12.6367 10.7178 13.199 10.6128 13.6768C10.506 14.163 10.3139 14.6083 9.96108 14.9611C9.60828 15.3139 9.16301 15.506 8.67677 15.6128C8.19902 15.7178 7.63673 15.75 7 15.75H5C4.36327 15.75 3.80098 15.7178 3.32323 15.6128C2.83699 15.506 2.39172 15.3139 2.03892 14.9611C1.68612 14.6083 1.49401 14.163 1.38719 13.6768C1.28223 13.199 1.25 12.6367 1.25 12C1.25 11.3633 1.28223 10.801 1.38719 10.3232C1.49401 9.83699 1.68612 9.39172 2.03892 9.03892C2.39172 8.68612 2.83699 8.49401 3.32323 8.38719Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3232 3.38719C15.801 3.28223 16.3633 3.25 17 3.25H19C19.6367 3.25 20.199 3.28223 20.6768 3.38719C21.163 3.49401 21.6083 3.68612 21.9611 4.03892C22.3139 4.39172 22.506 4.83699 22.6128 5.32323C22.7178 5.80098 22.75 6.36327 22.75 7C22.75 7.63673 22.7178 8.19902 22.6128 8.67677C22.506 9.16301 22.3139 9.60828 21.9611 9.96108C21.6083 10.3139 21.163 10.506 20.6768 10.6128C20.199 10.7178 19.6367 10.75 19 10.75H17C16.3633 10.75 15.801 10.7178 15.3232 10.6128C14.837 10.506 14.3917 10.3139 14.0389 9.96108C13.6861 9.60828 13.494 9.16301 13.3872 8.67677C13.2822 8.19902 13.25 7.63673 13.25 7C13.25 6.36327 13.2822 5.80098 13.3872 5.32323C13.494 4.83699 13.6861 4.39172 14.0389 4.03892C14.3917 3.68612 14.837 3.49401 15.3232 3.38719Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3232 13.3872C15.801 13.2822 16.3633 13.25 17 13.25H19C19.6367 13.25 20.199 13.2822 20.6768 13.3872C21.163 13.494 21.6083 13.6861 21.9611 14.0389C22.3139 14.3917 22.506 14.837 22.6128 15.3232C22.7178 15.801 22.75 16.3633 22.75 17C22.75 17.6367 22.7178 18.199 22.6128 18.6768C22.506 19.163 22.3139 19.6083 21.9611 19.9611C21.6083 20.3139 21.163 20.506 20.6768 20.6128C20.199 20.7178 19.6367 20.75 19 20.75H17C16.3633 20.75 15.801 20.7178 15.3232 20.6128C14.837 20.506 14.3917 20.3139 14.0389 19.9611C13.6861 19.6083 13.494 19.163 13.3872 18.6768C13.2822 18.199 13.25 17.6367 13.25 17C13.25 16.3633 13.2822 15.801 13.3872 15.3232C13.494 14.837 13.6861 14.3917 14.0389 14.0389C14.3917 13.6861 14.837 13.494 15.3232 13.3872Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5145 6.14254C14.9881 6.42668 15.1416 7.04094 14.8575 7.51452L12.1662 12L14.8575 16.4855C15.1416 16.9591 14.9881 17.5734 14.5145 17.8575C14.0409 18.1417 13.4267 17.9881 13.1425 17.5145L10.1425 12.5145C9.9525 12.1978 9.9525 11.8022 10.1425 11.4855L13.1425 6.48553C13.4267 6.01195 14.0409 5.85839 14.5145 6.14254Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.32323 8.38719C3.80098 8.28223 4.36327 8.25 5 8.25H7C7.63673 8.25 8.19902 8.28223 8.67677 8.38719C9.16301 8.49401 9.60828 8.68612 9.96108 9.03892C10.3139 9.39172 10.506 9.83699 10.6128 10.3232C10.7178 10.801 10.75 11.3633 10.75 12C10.75 12.6367 10.7178 13.199 10.6128 13.6768C10.506 14.163 10.3139 14.6083 9.96108 14.9611C9.60828 15.3139 9.16301 15.506 8.67677 15.6128C8.19902 15.7178 7.63673 15.75 7 15.75H5C4.36327 15.75 3.80098 15.7178 3.32323 15.6128C2.83699 15.506 2.39172 15.3139 2.03892 14.9611C1.68612 14.6083 1.49401 14.163 1.38719 13.6768C1.28223 13.199 1.25 12.6367 1.25 12C1.25 11.3633 1.28223 10.801 1.38719 10.3232C1.49401 9.83699 1.68612 9.39172 2.03892 9.03892C2.39172 8.68612 2.83699 8.49401 3.32323 8.38719Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3232 3.38719C15.801 3.28223 16.3633 3.25 17 3.25H19C19.6367 3.25 20.199 3.28223 20.6768 3.38719C21.163 3.49401 21.6083 3.68612 21.9611 4.03892C22.3139 4.39172 22.506 4.83699 22.6128 5.32323C22.7178 5.80098 22.75 6.36327 22.75 7C22.75 7.63673 22.7178 8.19902 22.6128 8.67677C22.506 9.16301 22.3139 9.60828 21.9611 9.96108C21.6083 10.3139 21.163 10.506 20.6768 10.6128C20.199 10.7178 19.6367 10.75 19 10.75H17C16.3633 10.75 15.801 10.7178 15.3232 10.6128C14.837 10.506 14.3917 10.3139 14.0389 9.96108C13.6861 9.60828 13.494 9.16301 13.3872 8.67677C13.2822 8.19902 13.25 7.63673 13.25 7C13.25 6.36327 13.2822 5.80098 13.3872 5.32323C13.494 4.83699 13.6861 4.39172 14.0389 4.03892C14.3917 3.68612 14.837 3.49401 15.3232 3.38719Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3232 13.3872C15.801 13.2822 16.3633 13.25 17 13.25H19C19.6367 13.25 20.199 13.2822 20.6768 13.3872C21.163 13.494 21.6083 13.6861 21.9611 14.0389C22.3139 14.3917 22.506 14.837 22.6128 15.3232C22.7178 15.801 22.75 16.3633 22.75 17C22.75 17.6367 22.7178 18.199 22.6128 18.6768C22.506 19.163 22.3139 19.6083 21.9611 19.9611C21.6083 20.3139 21.163 20.506 20.6768 20.6128C20.199 20.7178 19.6367 20.75 19 20.75H17C16.3633 20.75 15.801 20.7178 15.3232 20.6128C14.837 20.506 14.3917 20.3139 14.0389 19.9611C13.6861 19.6083 13.494 19.163 13.3872 18.6768C13.2822 18.199 13.25 17.6367 13.25 17C13.25 16.3633 13.2822 15.801 13.3872 15.3232C13.494 14.837 13.6861 14.3917 14.0389 14.0389C14.3917 13.6861 14.837 13.494 15.3232 13.3872Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-structure-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.31682 4.26978C9.60013 4.00473 10.0112 3.92746 10.3714 4.07155L15.3714 6.07155C15.8842 6.27666 16.1336 6.85863 15.9285 7.37141C15.7234 7.8842 15.1414 8.13361 14.6286 7.9285L11.6102 6.72113L14.5226 15.6912C14.6931 16.2165 14.4055 16.7806 13.8802 16.9511C13.3549 17.1217 12.7909 16.8341 12.6203 16.3088L9.04888 5.30883C8.92907 4.93983 9.03351 4.53483 9.31682 4.26978Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.32323 1.38719C3.80098 1.28223 4.36327 1.25 5 1.25H7C7.63673 1.25 8.19902 1.28223 8.67677 1.38719C9.16301 1.49401 9.60828 1.68612 9.96108 2.03892C10.3139 2.39172 10.506 2.83699 10.6128 3.32323C10.7178 3.80098 10.75 4.36327 10.75 5C10.75 5.63673 10.7178 6.19902 10.6128 6.67677C10.506 7.16301 10.3139 7.60828 9.96108 7.96108C9.60828 8.31388 9.16301 8.50599 8.67677 8.61281C8.19902 8.71777 7.63673 8.75 7 8.75H5C4.36327 8.75 3.80098 8.71777 3.32323 8.61281C2.83699 8.50599 2.39172 8.31388 2.03892 7.96108C1.68612 7.60828 1.49401 7.16301 1.38719 6.67677C1.28223 6.19902 1.25 5.63673 1.25 5C1.25 4.36327 1.28223 3.80098 1.38719 3.32323C1.49401 2.83699 1.68612 2.39172 2.03892 2.03892C2.39172 1.68612 2.83699 1.49401 3.32323 1.38719Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.9337 6.07537C15.5646 5.35433 16.5586 5.25 17.625 5.25H19.375C20.4414 5.25 21.4354 5.35433 22.0663 6.07537C22.3776 6.43114 22.5411 6.87072 22.6318 7.34258C22.7218 7.81105 22.75 8.36549 22.75 9C22.75 9.63451 22.7218 10.1889 22.6318 10.6574C22.5411 11.1293 22.3776 11.5689 22.0663 11.9246C21.4354 12.6457 20.4414 12.75 19.375 12.75H17.625C16.5586 12.75 15.5646 12.6457 14.9337 11.9246C14.6224 11.5689 14.4589 11.1293 14.3682 10.6574C14.2782 10.1889 14.25 9.63451 14.25 9C14.25 8.36549 14.2782 7.81105 14.3682 7.34258C14.4589 6.87072 14.6224 6.43114 14.9337 6.07537Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.3232 15.3872C14.801 15.2822 15.3633 15.25 16 15.25H18C18.6367 15.25 19.199 15.2822 19.6768 15.3872C20.163 15.494 20.6083 15.6861 20.9611 16.0389C21.3139 16.3917 21.506 16.837 21.6128 17.3232C21.7178 17.801 21.75 18.3633 21.75 19C21.75 19.6367 21.7178 20.199 21.6128 20.6768C21.506 21.163 21.3139 21.6083 20.9611 21.9611C20.6083 22.3139 20.163 22.506 19.6768 22.6128C19.199 22.7178 18.6367 22.75 18 22.75H16C15.3633 22.75 14.801 22.7178 14.3232 22.6128C13.837 22.506 13.3917 22.3139 13.0389 21.9611C12.6861 21.6083 12.494 21.163 12.3872 20.6768C12.2822 20.199 12.25 19.6367 12.25 19C12.25 18.3633 12.2822 17.801 12.3872 17.3232C12.494 16.837 12.6861 16.3917 13.0389 16.0389C13.3917 15.6861 13.837 15.494 14.3232 15.3872Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.31682 4.26978C9.60013 4.00473 10.0112 3.92746 10.3714 4.07155L15.3714 6.07155C15.8842 6.27666 16.1336 6.85863 15.9285 7.37141C15.7234 7.8842 15.1414 8.13361 14.6286 7.9285L11.6102 6.72113L14.5226 15.6912C14.6931 16.2165 14.4055 16.7806 13.8802 16.9511C13.3549 17.1217 12.7909 16.8341 12.6203 16.3088L9.04888 5.30883C8.92907 4.93983 9.03351 4.53483 9.31682 4.26978Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.32323 1.38719C3.80098 1.28223 4.36327 1.25 5 1.25H7C7.63673 1.25 8.19902 1.28223 8.67677 1.38719C9.16301 1.49401 9.60828 1.68612 9.96108 2.03892C10.3139 2.39172 10.506 2.83699 10.6128 3.32323C10.7178 3.80098 10.75 4.36327 10.75 5C10.75 5.63673 10.7178 6.19902 10.6128 6.67677C10.506 7.16301 10.3139 7.60828 9.96108 7.96108C9.60828 8.31388 9.16301 8.50599 8.67677 8.61281C8.19902 8.71777 7.63673 8.75 7 8.75H5C4.36327 8.75 3.80098 8.71777 3.32323 8.61281C2.83699 8.50599 2.39172 8.31388 2.03892 7.96108C1.68612 7.60828 1.49401 7.16301 1.38719 6.67677C1.28223 6.19902 1.25 5.63673 1.25 5C1.25 4.36327 1.28223 3.80098 1.38719 3.32323C1.49401 2.83699 1.68612 2.39172 2.03892 2.03892C2.39172 1.68612 2.83699 1.49401 3.32323 1.38719Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.9337 6.07537C15.5646 5.35433 16.5586 5.25 17.625 5.25H19.375C20.4414 5.25 21.4354 5.35433 22.0663 6.07537C22.3776 6.43114 22.5411 6.87072 22.6318 7.34258C22.7218 7.81105 22.75 8.36549 22.75 9C22.75 9.63451 22.7218 10.1889 22.6318 10.6574C22.5411 11.1293 22.3776 11.5689 22.0663 11.9246C21.4354 12.6457 20.4414 12.75 19.375 12.75H17.625C16.5586 12.75 15.5646 12.6457 14.9337 11.9246C14.6224 11.5689 14.4589 11.1293 14.3682 10.6574C14.2782 10.1889 14.25 9.63451 14.25 9C14.25 8.36549 14.2782 7.81105 14.3682 7.34258C14.4589 6.87072 14.6224 6.43114 14.9337 6.07537Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.3232 15.3872C14.801 15.2822 15.3633 15.25 16 15.25H18C18.6367 15.25 19.199 15.2822 19.6768 15.3872C20.163 15.494 20.6083 15.6861 20.9611 16.0389C21.3139 16.3917 21.506 16.837 21.6128 17.3232C21.7178 17.801 21.75 18.3633 21.75 19C21.75 19.6367 21.7178 20.199 21.6128 20.6768C21.506 21.163 21.3139 21.6083 20.9611 21.9611C20.6083 22.3139 20.163 22.506 19.6768 22.6128C19.199 22.7178 18.6367 22.75 18 22.75H16C15.3633 22.75 14.801 22.7178 14.3232 22.6128C13.837 22.506 13.3917 22.3139 13.0389 21.9611C12.6861 21.6083 12.494 21.163 12.3872 20.6768C12.2822 20.199 12.25 19.6367 12.25 19C12.25 18.3633 12.2822 17.801 12.3872 17.3232C12.494 16.837 12.6861 16.3917 13.0389 16.0389C13.3917 15.6861 13.837 15.494 14.3232 15.3872Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-structure-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.4895 5.51346C8.20664 5.80453 8 6.27959 8 7C8 7.55228 7.55228 8 7 8C6.44772 8 6 7.55228 6 7C6 5.89786 6.32316 4.87292 7.0552 4.11963C7.79189 3.36155 8.82464 3 10 3H12C12.5523 3 13 3.44772 13 4C13 4.55228 12.5523 5 12 5H10C9.23497 5 8.76772 5.22717 8.4895 5.51346ZM7 16C7.55228 16 8 16.4477 8 17C8 17.765 8.22717 18.2323 8.51346 18.5105C8.80453 18.7934 9.27959 19 10 19H12C12.5523 19 13 19.4477 13 20C13 20.5523 12.5523 21 12 21H10C8.89786 21 7.87292 20.6768 7.11963 19.9448C6.36155 19.2081 6 18.1754 6 17C6 16.4477 6.44772 16 7 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5449 1.25C19.3316 1.24998 19.9864 1.24996 20.5061 1.30985C21.0469 1.37217 21.5549 1.50935 21.9755 1.8699C22.4129 2.24474 22.5961 2.72301 22.6769 3.23787C22.7501 3.7048 22.7501 4.28503 22.75 4.94459L22.75 5L22.75 5.05541C22.7501 5.71497 22.7501 6.2952 22.6769 6.76213C22.5961 7.27699 22.4129 7.75526 21.9755 8.1301C21.5549 8.49065 21.0469 8.62783 20.5061 8.69015C19.9864 8.75004 19.3316 8.75002 18.5449 8.75H18.4551C17.6684 8.75002 17.0136 8.75004 16.4939 8.69015C15.9532 8.62783 15.4451 8.49065 15.0245 8.1301C14.5872 7.75526 14.4039 7.27699 14.3231 6.76213C14.2499 6.2952 14.2499 5.71497 14.25 5.05541L14.25 5.0554L14.25 5L14.25 4.9446L14.25 4.9446C14.2499 4.28504 14.2499 3.7048 14.3231 3.23787C14.4039 2.72301 14.5872 2.24474 15.0245 1.8699C15.4451 1.50935 15.9532 1.37217 16.4939 1.30985C17.0136 1.24996 17.6684 1.24998 18.4551 1.25H18.4551H18.5449H18.5449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5449 15.25C19.3316 15.25 19.9864 15.25 20.5061 15.3099C21.0469 15.3722 21.5549 15.5094 21.9755 15.8699C22.4129 16.2447 22.5961 16.723 22.6769 17.2379C22.7501 17.7048 22.7501 18.285 22.75 18.9446L22.75 19L22.75 19.0554C22.7501 19.715 22.7501 20.2952 22.6769 20.7621C22.5961 21.277 22.4129 21.7553 21.9755 22.1301C21.5549 22.4907 21.0469 22.6278 20.5061 22.6902C19.9864 22.75 19.3316 22.75 18.5449 22.75H18.4551C17.6684 22.75 17.0136 22.75 16.4939 22.6902C15.9532 22.6278 15.4451 22.4907 15.0245 22.1301C14.5872 21.7553 14.4039 21.277 14.3231 20.7621C14.2499 20.2952 14.2499 19.715 14.25 19.0554L14.25 19.0554L14.25 19L14.25 18.9446L14.25 18.9446C14.2499 18.285 14.2499 17.7048 14.3231 17.2379C14.4039 16.723 14.5872 16.2447 15.0245 15.8699C15.4451 15.5094 15.9532 15.3722 16.4939 15.3099C17.0136 15.25 17.6684 15.25 18.4551 15.25H18.4551H18.5449H18.5449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 6.25C3.82436 6.25 1.25 8.82436 1.25 12C1.25 15.1756 3.82436 17.75 7 17.75C10.1756 17.75 12.75 15.1756 12.75 12C12.75 8.82436 10.1756 6.25 7 6.25ZM7.75 10C7.75 9.58579 7.41421 9.25 7 9.25C6.58579 9.25 6.25 9.58579 6.25 10V11.25H5C4.58579 11.25 4.25 11.5858 4.25 12C4.25 12.4142 4.58579 12.75 5 12.75H6.25V14C6.25 14.4142 6.58579 14.75 7 14.75C7.41421 14.75 7.75 14.4142 7.75 14V12.75H9C9.41421 12.75 9.75 12.4142 9.75 12C9.75 11.5858 9.41421 11.25 9 11.25H7.75V10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.4895 5.51346C8.20664 5.80453 8 6.27959 8 7C8 7.55228 7.55228 8 7 8C6.44772 8 6 7.55228 6 7C6 5.89786 6.32316 4.87292 7.0552 4.11963C7.79189 3.36155 8.82464 3 10 3H12C12.5523 3 13 3.44772 13 4C13 4.55228 12.5523 5 12 5H10C9.23497 5 8.76772 5.22717 8.4895 5.51346ZM7 16C7.55228 16 8 16.4477 8 17C8 17.765 8.22717 18.2323 8.51346 18.5105C8.80453 18.7934 9.27959 19 10 19H12C12.5523 19 13 19.4477 13 20C13 20.5523 12.5523 21 12 21H10C8.89786 21 7.87292 20.6768 7.11963 19.9448C6.36155 19.2081 6 18.1754 6 17C6 16.4477 6.44772 16 7 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5449 1.25C19.3316 1.24998 19.9864 1.24996 20.5061 1.30985C21.0469 1.37217 21.5549 1.50935 21.9755 1.8699C22.4129 2.24474 22.5961 2.72301 22.6769 3.23787C22.7501 3.7048 22.7501 4.28503 22.75 4.94459L22.75 5L22.75 5.05541C22.7501 5.71497 22.7501 6.2952 22.6769 6.76213C22.5961 7.27699 22.4129 7.75526 21.9755 8.1301C21.5549 8.49065 21.0469 8.62783 20.5061 8.69015C19.9864 8.75004 19.3316 8.75002 18.5449 8.75H18.4551C17.6684 8.75002 17.0136 8.75004 16.4939 8.69015C15.9532 8.62783 15.4451 8.49065 15.0245 8.1301C14.5872 7.75526 14.4039 7.27699 14.3231 6.76213C14.2499 6.2952 14.2499 5.71497 14.25 5.05541L14.25 5.0554L14.25 5L14.25 4.9446L14.25 4.9446C14.2499 4.28504 14.2499 3.7048 14.3231 3.23787C14.4039 2.72301 14.5872 2.24474 15.0245 1.8699C15.4451 1.50935 15.9532 1.37217 16.4939 1.30985C17.0136 1.24996 17.6684 1.24998 18.4551 1.25H18.4551H18.5449H18.5449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5449 15.25C19.3316 15.25 19.9864 15.25 20.5061 15.3099C21.0469 15.3722 21.5549 15.5094 21.9755 15.8699C22.4129 16.2447 22.5961 16.723 22.6769 17.2379C22.7501 17.7048 22.7501 18.285 22.75 18.9446L22.75 19L22.75 19.0554C22.7501 19.715 22.7501 20.2952 22.6769 20.7621C22.5961 21.277 22.4129 21.7553 21.9755 22.1301C21.5549 22.4907 21.0469 22.6278 20.5061 22.6902C19.9864 22.75 19.3316 22.75 18.5449 22.75H18.4551C17.6684 22.75 17.0136 22.75 16.4939 22.6902C15.9532 22.6278 15.4451 22.4907 15.0245 22.1301C14.5872 21.7553 14.4039 21.277 14.3231 20.7621C14.2499 20.2952 14.2499 19.715 14.25 19.0554L14.25 19.0554L14.25 19L14.25 18.9446L14.25 18.9446C14.2499 18.285 14.2499 17.7048 14.3231 17.2379C14.4039 16.723 14.5872 16.2447 15.0245 15.8699C15.4451 15.5094 15.9532 15.3722 16.4939 15.3099C17.0136 15.25 17.6684 15.25 18.4551 15.25H18.4551H18.5449H18.5449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 6.25C3.82436 6.25 1.25 8.82436 1.25 12C1.25 15.1756 3.82436 17.75 7 17.75C10.1756 17.75 12.75 15.1756 12.75 12C12.75 8.82436 10.1756 6.25 7 6.25ZM7.75 10C7.75 9.58579 7.41421 9.25 7 9.25C6.58579 9.25 6.25 9.58579 6.25 10V11.25H5C4.58579 11.25 4.25 11.5858 4.25 12C4.25 12.4142 4.58579 12.75 5 12.75H6.25V14C6.25 14.4142 6.58579 14.75 7 14.75C7.41421 14.75 7.75 14.4142 7.75 14V12.75H9C9.41421 12.75 9.75 12.4142 9.75 12C9.75 11.5858 9.41421 11.25 9 11.25H7.75V10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-structure-check{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.4895 5.51346C8.20664 5.80453 8 6.27959 8 7C8 7.55228 7.55228 8 7 8C6.44772 8 6 7.55228 6 7C6 5.89786 6.32316 4.87292 7.0552 4.11963C7.79189 3.36155 8.82464 3 10 3H12C12.5523 3 13 3.44772 13 4C13 4.55228 12.5523 5 12 5H10C9.23497 5 8.76772 5.22717 8.4895 5.51346ZM7 16C7.55228 16 8 16.4477 8 17C8 17.765 8.22717 18.2323 8.51346 18.5105C8.80453 18.7934 9.27959 19 10 19H12C12.5523 19 13 19.4477 13 20C13 20.5523 12.5523 21 12 21H10C8.89786 21 7.87292 20.6768 7.11963 19.9448C6.36155 19.2081 6 18.1754 6 17C6 16.4477 6.44772 16 7 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5449 1.25C19.3316 1.24998 19.9864 1.24996 20.5061 1.30985C21.0469 1.37217 21.5549 1.50935 21.9755 1.8699C22.4129 2.24474 22.5961 2.72301 22.6769 3.23787C22.7501 3.7048 22.7501 4.28503 22.75 4.94459L22.75 5L22.75 5.05541C22.7501 5.71497 22.7501 6.2952 22.6769 6.76213C22.5961 7.27699 22.4129 7.75526 21.9755 8.1301C21.5549 8.49065 21.0469 8.62783 20.5061 8.69015C19.9864 8.75004 19.3316 8.75002 18.5449 8.75H18.4551C17.6684 8.75002 17.0136 8.75004 16.4939 8.69015C15.9532 8.62783 15.4451 8.49065 15.0245 8.1301C14.5872 7.75526 14.4039 7.27699 14.3231 6.76213C14.2499 6.2952 14.2499 5.71497 14.25 5.05541L14.25 5.0554L14.25 5L14.25 4.9446L14.25 4.9446C14.2499 4.28504 14.2499 3.7048 14.3231 3.23787C14.4039 2.72301 14.5872 2.24474 15.0245 1.8699C15.4451 1.50935 15.9532 1.37217 16.4939 1.30985C17.0136 1.24996 17.6684 1.24998 18.4551 1.25H18.4551H18.5449H18.5449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5449 15.25C19.3316 15.25 19.9864 15.25 20.5061 15.3099C21.0469 15.3722 21.5549 15.5094 21.9755 15.8699C22.4129 16.2447 22.5961 16.723 22.6769 17.2379C22.7501 17.7048 22.7501 18.285 22.75 18.9446L22.75 19L22.75 19.0554C22.7501 19.715 22.7501 20.2952 22.6769 20.7621C22.5961 21.277 22.4129 21.7553 21.9755 22.1301C21.5549 22.4907 21.0469 22.6278 20.5061 22.6902C19.9864 22.75 19.3316 22.75 18.5449 22.75H18.4551C17.6684 22.75 17.0136 22.75 16.4939 22.6902C15.9532 22.6278 15.4451 22.4907 15.0245 22.1301C14.5872 21.7553 14.4039 21.277 14.3231 20.7621C14.2499 20.2952 14.2499 19.715 14.25 19.0554L14.25 19.0554L14.25 19L14.25 18.9446L14.25 18.9446C14.2499 18.285 14.2499 17.7048 14.3231 17.2379C14.4039 16.723 14.5872 16.2447 15.0245 15.8699C15.4451 15.5094 15.9532 15.3722 16.4939 15.3099C17.0136 15.25 17.6684 15.25 18.4551 15.25H18.4551H18.5449H18.5449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 6.25C3.82436 6.25 1.25 8.82436 1.25 12C1.25 15.1756 3.82436 17.75 7 17.75C10.1756 17.75 12.75 15.1756 12.75 12C12.75 8.82436 10.1756 6.25 7 6.25ZM9.20679 11.4096C9.49343 11.1106 9.48339 10.6358 9.18436 10.3492C8.88534 10.0626 8.41058 10.0726 8.12394 10.3716L6.44314 12.1251L5.87346 11.5308C5.58682 11.2317 5.11205 11.2217 4.81303 11.5083C4.51401 11.795 4.50397 12.2697 4.79061 12.5687L5.60189 13.4151C5.66155 13.4775 5.75011 13.5702 5.83998 13.6417C5.95329 13.7319 6.15726 13.8628 6.44314 13.8628C6.72903 13.8628 6.933 13.7319 7.04631 13.6417C7.13618 13.5702 7.22473 13.4775 7.2844 13.4151L9.20679 11.4096Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.4895 5.51346C8.20664 5.80453 8 6.27959 8 7C8 7.55228 7.55228 8 7 8C6.44772 8 6 7.55228 6 7C6 5.89786 6.32316 4.87292 7.0552 4.11963C7.79189 3.36155 8.82464 3 10 3H12C12.5523 3 13 3.44772 13 4C13 4.55228 12.5523 5 12 5H10C9.23497 5 8.76772 5.22717 8.4895 5.51346ZM7 16C7.55228 16 8 16.4477 8 17C8 17.765 8.22717 18.2323 8.51346 18.5105C8.80453 18.7934 9.27959 19 10 19H12C12.5523 19 13 19.4477 13 20C13 20.5523 12.5523 21 12 21H10C8.89786 21 7.87292 20.6768 7.11963 19.9448C6.36155 19.2081 6 18.1754 6 17C6 16.4477 6.44772 16 7 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5449 1.25C19.3316 1.24998 19.9864 1.24996 20.5061 1.30985C21.0469 1.37217 21.5549 1.50935 21.9755 1.8699C22.4129 2.24474 22.5961 2.72301 22.6769 3.23787C22.7501 3.7048 22.7501 4.28503 22.75 4.94459L22.75 5L22.75 5.05541C22.7501 5.71497 22.7501 6.2952 22.6769 6.76213C22.5961 7.27699 22.4129 7.75526 21.9755 8.1301C21.5549 8.49065 21.0469 8.62783 20.5061 8.69015C19.9864 8.75004 19.3316 8.75002 18.5449 8.75H18.4551C17.6684 8.75002 17.0136 8.75004 16.4939 8.69015C15.9532 8.62783 15.4451 8.49065 15.0245 8.1301C14.5872 7.75526 14.4039 7.27699 14.3231 6.76213C14.2499 6.2952 14.2499 5.71497 14.25 5.05541L14.25 5.0554L14.25 5L14.25 4.9446L14.25 4.9446C14.2499 4.28504 14.2499 3.7048 14.3231 3.23787C14.4039 2.72301 14.5872 2.24474 15.0245 1.8699C15.4451 1.50935 15.9532 1.37217 16.4939 1.30985C17.0136 1.24996 17.6684 1.24998 18.4551 1.25H18.4551H18.5449H18.5449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5449 15.25C19.3316 15.25 19.9864 15.25 20.5061 15.3099C21.0469 15.3722 21.5549 15.5094 21.9755 15.8699C22.4129 16.2447 22.5961 16.723 22.6769 17.2379C22.7501 17.7048 22.7501 18.285 22.75 18.9446L22.75 19L22.75 19.0554C22.7501 19.715 22.7501 20.2952 22.6769 20.7621C22.5961 21.277 22.4129 21.7553 21.9755 22.1301C21.5549 22.4907 21.0469 22.6278 20.5061 22.6902C19.9864 22.75 19.3316 22.75 18.5449 22.75H18.4551C17.6684 22.75 17.0136 22.75 16.4939 22.6902C15.9532 22.6278 15.4451 22.4907 15.0245 22.1301C14.5872 21.7553 14.4039 21.277 14.3231 20.7621C14.2499 20.2952 14.2499 19.715 14.25 19.0554L14.25 19.0554L14.25 19L14.25 18.9446L14.25 18.9446C14.2499 18.285 14.2499 17.7048 14.3231 17.2379C14.4039 16.723 14.5872 16.2447 15.0245 15.8699C15.4451 15.5094 15.9532 15.3722 16.4939 15.3099C17.0136 15.25 17.6684 15.25 18.4551 15.25H18.4551H18.5449H18.5449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 6.25C3.82436 6.25 1.25 8.82436 1.25 12C1.25 15.1756 3.82436 17.75 7 17.75C10.1756 17.75 12.75 15.1756 12.75 12C12.75 8.82436 10.1756 6.25 7 6.25ZM9.20679 11.4096C9.49343 11.1106 9.48339 10.6358 9.18436 10.3492C8.88534 10.0626 8.41058 10.0726 8.12394 10.3716L6.44314 12.1251L5.87346 11.5308C5.58682 11.2317 5.11205 11.2217 4.81303 11.5083C4.51401 11.795 4.50397 12.2697 4.79061 12.5687L5.60189 13.4151C5.66155 13.4775 5.75011 13.5702 5.83998 13.6417C5.95329 13.7319 6.15726 13.8628 6.44314 13.8628C6.72903 13.8628 6.933 13.7319 7.04631 13.6417C7.13618 13.5702 7.22473 13.4775 7.2844 13.4151L9.20679 11.4096Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-structure-fail{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.4895 5.51346C8.20664 5.80453 8 6.27959 8 7C8 7.55228 7.55228 8 7 8C6.44772 8 6 7.55228 6 7C6 5.89786 6.32316 4.87292 7.0552 4.11963C7.79189 3.36155 8.82464 3 10 3H12C12.5523 3 13 3.44772 13 4C13 4.55228 12.5523 5 12 5H10C9.23497 5 8.76772 5.22717 8.4895 5.51346ZM7 16C7.55228 16 8 16.4477 8 17C8 17.765 8.22717 18.2323 8.51346 18.5105C8.80453 18.7934 9.27959 19 10 19H12C12.5523 19 13 19.4477 13 20C13 20.5523 12.5523 21 12 21H10C8.89786 21 7.87292 20.6768 7.11963 19.9448C6.36155 19.2081 6 18.1754 6 17C6 16.4477 6.44772 16 7 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5449 1.25C19.3316 1.24998 19.9864 1.24996 20.5061 1.30985C21.0469 1.37217 21.5549 1.50935 21.9755 1.8699C22.4129 2.24474 22.5961 2.72301 22.6769 3.23787C22.7501 3.7048 22.7501 4.28503 22.75 4.94459L22.75 5L22.75 5.05541C22.7501 5.71497 22.7501 6.2952 22.6769 6.76213C22.5961 7.27699 22.4129 7.75526 21.9755 8.1301C21.5549 8.49065 21.0469 8.62783 20.5061 8.69015C19.9864 8.75004 19.3316 8.75002 18.5449 8.75H18.4551C17.6684 8.75002 17.0136 8.75004 16.4939 8.69015C15.9532 8.62783 15.4451 8.49065 15.0245 8.1301C14.5872 7.75526 14.4039 7.27699 14.3231 6.76213C14.2499 6.2952 14.2499 5.71497 14.25 5.05541L14.25 5.0554L14.25 5L14.25 4.9446L14.25 4.9446C14.2499 4.28504 14.2499 3.7048 14.3231 3.23787C14.4039 2.72301 14.5872 2.24474 15.0245 1.8699C15.4451 1.50935 15.9532 1.37217 16.4939 1.30985C17.0136 1.24996 17.6684 1.24998 18.4551 1.25H18.4551H18.5449H18.5449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5449 15.25C19.3316 15.25 19.9864 15.25 20.5061 15.3099C21.0469 15.3722 21.5549 15.5094 21.9755 15.8699C22.4129 16.2447 22.5961 16.723 22.6769 17.2379C22.7501 17.7048 22.7501 18.285 22.75 18.9446L22.75 19L22.75 19.0554C22.7501 19.715 22.7501 20.2952 22.6769 20.7621C22.5961 21.277 22.4129 21.7553 21.9755 22.1301C21.5549 22.4907 21.0469 22.6278 20.5061 22.6902C19.9864 22.75 19.3316 22.75 18.5449 22.75H18.4551C17.6684 22.75 17.0136 22.75 16.4939 22.6902C15.9532 22.6278 15.4451 22.4907 15.0245 22.1301C14.5872 21.7553 14.4039 21.277 14.3231 20.7621C14.2499 20.2952 14.2499 19.715 14.25 19.0554L14.25 19.0554L14.25 19L14.25 18.9446L14.25 18.9446C14.2499 18.285 14.2499 17.7048 14.3231 17.2379C14.4039 16.723 14.5872 16.2447 15.0245 15.8699C15.4451 15.5094 15.9532 15.3722 16.4939 15.3099C17.0136 15.25 17.6684 15.25 18.4551 15.25H18.4551H18.5449H18.5449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 6.25C3.82436 6.25 1.25 8.82436 1.25 12C1.25 15.1756 3.82436 17.75 7 17.75C10.1756 17.75 12.75 15.1756 12.75 12C12.75 8.82436 10.1756 6.25 7 6.25ZM6.03033 9.96967C5.73744 9.67678 5.26256 9.67678 4.96967 9.96967C4.67678 10.2626 4.67678 10.7374 4.96967 11.0303L5.93934 12L4.96967 12.9697C4.67678 13.2626 4.67678 13.7374 4.96967 14.0303C5.26256 14.3232 5.73744 14.3232 6.03033 14.0303L7 13.0607L7.96967 14.0303C8.26256 14.3232 8.73744 14.3232 9.03033 14.0303C9.32322 13.7374 9.32322 13.2626 9.03033 12.9697L8.06066 12L9.03033 11.0303C9.32322 10.7374 9.32322 10.2626 9.03033 9.96967C8.73744 9.67678 8.26256 9.67678 7.96967 9.96967L7 10.9393L6.03033 9.96967Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.4895 5.51346C8.20664 5.80453 8 6.27959 8 7C8 7.55228 7.55228 8 7 8C6.44772 8 6 7.55228 6 7C6 5.89786 6.32316 4.87292 7.0552 4.11963C7.79189 3.36155 8.82464 3 10 3H12C12.5523 3 13 3.44772 13 4C13 4.55228 12.5523 5 12 5H10C9.23497 5 8.76772 5.22717 8.4895 5.51346ZM7 16C7.55228 16 8 16.4477 8 17C8 17.765 8.22717 18.2323 8.51346 18.5105C8.80453 18.7934 9.27959 19 10 19H12C12.5523 19 13 19.4477 13 20C13 20.5523 12.5523 21 12 21H10C8.89786 21 7.87292 20.6768 7.11963 19.9448C6.36155 19.2081 6 18.1754 6 17C6 16.4477 6.44772 16 7 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5449 1.25C19.3316 1.24998 19.9864 1.24996 20.5061 1.30985C21.0469 1.37217 21.5549 1.50935 21.9755 1.8699C22.4129 2.24474 22.5961 2.72301 22.6769 3.23787C22.7501 3.7048 22.7501 4.28503 22.75 4.94459L22.75 5L22.75 5.05541C22.7501 5.71497 22.7501 6.2952 22.6769 6.76213C22.5961 7.27699 22.4129 7.75526 21.9755 8.1301C21.5549 8.49065 21.0469 8.62783 20.5061 8.69015C19.9864 8.75004 19.3316 8.75002 18.5449 8.75H18.4551C17.6684 8.75002 17.0136 8.75004 16.4939 8.69015C15.9532 8.62783 15.4451 8.49065 15.0245 8.1301C14.5872 7.75526 14.4039 7.27699 14.3231 6.76213C14.2499 6.2952 14.2499 5.71497 14.25 5.05541L14.25 5.0554L14.25 5L14.25 4.9446L14.25 4.9446C14.2499 4.28504 14.2499 3.7048 14.3231 3.23787C14.4039 2.72301 14.5872 2.24474 15.0245 1.8699C15.4451 1.50935 15.9532 1.37217 16.4939 1.30985C17.0136 1.24996 17.6684 1.24998 18.4551 1.25H18.4551H18.5449H18.5449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5449 15.25C19.3316 15.25 19.9864 15.25 20.5061 15.3099C21.0469 15.3722 21.5549 15.5094 21.9755 15.8699C22.4129 16.2447 22.5961 16.723 22.6769 17.2379C22.7501 17.7048 22.7501 18.285 22.75 18.9446L22.75 19L22.75 19.0554C22.7501 19.715 22.7501 20.2952 22.6769 20.7621C22.5961 21.277 22.4129 21.7553 21.9755 22.1301C21.5549 22.4907 21.0469 22.6278 20.5061 22.6902C19.9864 22.75 19.3316 22.75 18.5449 22.75H18.4551C17.6684 22.75 17.0136 22.75 16.4939 22.6902C15.9532 22.6278 15.4451 22.4907 15.0245 22.1301C14.5872 21.7553 14.4039 21.277 14.3231 20.7621C14.2499 20.2952 14.2499 19.715 14.25 19.0554L14.25 19.0554L14.25 19L14.25 18.9446L14.25 18.9446C14.2499 18.285 14.2499 17.7048 14.3231 17.2379C14.4039 16.723 14.5872 16.2447 15.0245 15.8699C15.4451 15.5094 15.9532 15.3722 16.4939 15.3099C17.0136 15.25 17.6684 15.25 18.4551 15.25H18.4551H18.5449H18.5449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 6.25C3.82436 6.25 1.25 8.82436 1.25 12C1.25 15.1756 3.82436 17.75 7 17.75C10.1756 17.75 12.75 15.1756 12.75 12C12.75 8.82436 10.1756 6.25 7 6.25ZM6.03033 9.96967C5.73744 9.67678 5.26256 9.67678 4.96967 9.96967C4.67678 10.2626 4.67678 10.7374 4.96967 11.0303L5.93934 12L4.96967 12.9697C4.67678 13.2626 4.67678 13.7374 4.96967 14.0303C5.26256 14.3232 5.73744 14.3232 6.03033 14.0303L7 13.0607L7.96967 14.0303C8.26256 14.3232 8.73744 14.3232 9.03033 14.0303C9.32322 13.7374 9.32322 13.2626 9.03033 12.9697L8.06066 12L9.03033 11.0303C9.32322 10.7374 9.32322 10.2626 9.03033 9.96967C8.73744 9.67678 8.26256 9.67678 7.96967 9.96967L7 10.9393L6.03033 9.96967Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-structure-folder-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 19.0001C1.25 16.9291 2.92893 15.2501 5 15.2501C7.07107 15.2501 8.75 16.9291 8.75 19.0001C8.75 21.0712 7.07107 22.7501 5 22.7501C2.92893 22.7501 1.25 21.0712 1.25 19.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 19.0001C15.25 16.9291 16.9289 15.2501 19 15.2501C21.0711 15.2501 22.75 16.9291 22.75 19.0001C22.75 21.0712 21.0711 22.7501 19 22.7501C16.9289 22.7501 15.25 21.0712 15.25 19.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.35469 12.7723C6.25637 12.1146 7.53138 12.0001 8.9881 12.0001H15.0119C16.4686 12.0001 17.7436 12.1146 18.6453 12.7723C19.6342 13.4936 19.9157 14.6488 19.998 15.9364C20.0332 16.4875 19.6149 16.9629 19.0637 16.9981C18.5126 17.0333 18.0372 16.615 18.002 16.0639C17.9276 14.8985 17.6935 14.5536 17.4667 14.3882C17.1527 14.1591 16.512 14.0001 15.0119 14.0001H8.9881C7.48799 14.0001 6.8473 14.1591 6.53331 14.3882C6.30648 14.5536 6.07241 14.8985 5.99797 16.0639C5.96277 16.615 5.48742 17.0333 4.93626 16.9981C4.3851 16.9629 3.96683 16.4875 4.00204 15.9364C4.08428 14.6488 4.36585 13.4936 5.35469 12.7723Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.0002 1.38166C11.7884 1.67359 12.1334 2.37033 12.338 2.78357C12.3751 2.865 12.4881 3.02786 12.6425 3.02786L14.1728 3.02786C14.6166 3.02784 15.0042 3.02782 15.3216 3.05971C15.6594 3.09365 15.9996 3.16971 16.3131 3.37659C16.5423 3.52784 16.7397 3.72262 16.8937 3.95018C17.1051 4.26261 17.183 4.6025 17.2176 4.93897C17.25 5.25385 17.25 5.71308 17.25 6.15055C17.25 6.89732 17.25 7.51488 17.1987 8.01368C17.145 8.53422 17.0292 9.00818 16.742 9.43272C16.5224 9.75733 16.2406 10.0354 15.9131 10.2515C15.4862 10.5333 15.0102 10.6468 14.4859 10.6995C13.9823 10.7501 13.3583 10.7501 12.6012 10.7501H12.6011H11.9476H11.9476C10.9315 10.7501 10.0946 10.7501 9.43242 10.6622C8.73823 10.57 8.12442 10.3692 7.63199 9.88282C7.13826 9.3952 6.93316 8.7852 6.83923 8.09518C6.74995 7.43932 6.74997 6.61113 6.75 5.60904V5.60901L6.75 4.19754C6.74998 3.82024 6.74997 3.45811 6.77436 3.18476C6.80033 2.89381 6.85841 2.59746 7.01817 2.31471C7.20905 1.97689 7.49054 1.69943 7.8301 1.51227C8.11323 1.35622 8.40965 1.29948 8.70195 1.27404C8.97747 1.25005 9.43647 1.24996 9.81926 1.24998C10.2477 1.24928 10.641 1.24863 11.0002 1.38166Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 19.0001C1.25 16.9291 2.92893 15.2501 5 15.2501C7.07107 15.2501 8.75 16.9291 8.75 19.0001C8.75 21.0712 7.07107 22.7501 5 22.7501C2.92893 22.7501 1.25 21.0712 1.25 19.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 19.0001C15.25 16.9291 16.9289 15.2501 19 15.2501C21.0711 15.2501 22.75 16.9291 22.75 19.0001C22.75 21.0712 21.0711 22.7501 19 22.7501C16.9289 22.7501 15.25 21.0712 15.25 19.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.35469 12.7723C6.25637 12.1146 7.53138 12.0001 8.9881 12.0001H15.0119C16.4686 12.0001 17.7436 12.1146 18.6453 12.7723C19.6342 13.4936 19.9157 14.6488 19.998 15.9364C20.0332 16.4875 19.6149 16.9629 19.0637 16.9981C18.5126 17.0333 18.0372 16.615 18.002 16.0639C17.9276 14.8985 17.6935 14.5536 17.4667 14.3882C17.1527 14.1591 16.512 14.0001 15.0119 14.0001H8.9881C7.48799 14.0001 6.8473 14.1591 6.53331 14.3882C6.30648 14.5536 6.07241 14.8985 5.99797 16.0639C5.96277 16.615 5.48742 17.0333 4.93626 16.9981C4.3851 16.9629 3.96683 16.4875 4.00204 15.9364C4.08428 14.6488 4.36585 13.4936 5.35469 12.7723Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.0002 1.38166C11.7884 1.67359 12.1334 2.37033 12.338 2.78357C12.3751 2.865 12.4881 3.02786 12.6425 3.02786L14.1728 3.02786C14.6166 3.02784 15.0042 3.02782 15.3216 3.05971C15.6594 3.09365 15.9996 3.16971 16.3131 3.37659C16.5423 3.52784 16.7397 3.72262 16.8937 3.95018C17.1051 4.26261 17.183 4.6025 17.2176 4.93897C17.25 5.25385 17.25 5.71308 17.25 6.15055C17.25 6.89732 17.25 7.51488 17.1987 8.01368C17.145 8.53422 17.0292 9.00818 16.742 9.43272C16.5224 9.75733 16.2406 10.0354 15.9131 10.2515C15.4862 10.5333 15.0102 10.6468 14.4859 10.6995C13.9823 10.7501 13.3583 10.7501 12.6012 10.7501H12.6011H11.9476H11.9476C10.9315 10.7501 10.0946 10.7501 9.43242 10.6622C8.73823 10.57 8.12442 10.3692 7.63199 9.88282C7.13826 9.3952 6.93316 8.7852 6.83923 8.09518C6.74995 7.43932 6.74997 6.61113 6.75 5.60904V5.60901L6.75 4.19754C6.74998 3.82024 6.74997 3.45811 6.77436 3.18476C6.80033 2.89381 6.85841 2.59746 7.01817 2.31471C7.20905 1.97689 7.49054 1.69943 7.8301 1.51227C8.11323 1.35622 8.40965 1.29948 8.70195 1.27404C8.97747 1.25005 9.43647 1.24996 9.81926 1.24998C10.2477 1.24928 10.641 1.24863 11.0002 1.38166Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-structure-folder{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.04283 16.2501C5.71342 16.2501 6.27896 16.2501 6.72942 16.3006C7.1991 16.3532 7.65703 16.4703 8.04081 16.7901C8.44434 17.1263 8.61268 17.5576 8.68552 18.0091C8.75015 18.4097 8.75008 18.9034 8.75001 19.4461L8.75001 19.5001L8.75001 19.5541C8.75008 20.0968 8.75015 20.5906 8.68552 20.9912C8.61268 21.4427 8.44434 21.8739 8.04081 22.2102C7.65703 22.53 7.1991 22.6471 6.72942 22.6997C6.27895 22.7502 5.71341 22.7501 5.04281 22.7501H5.0428H4.95722H4.95721C4.28661 22.7501 3.72107 22.7502 3.27059 22.6997C2.80092 22.6471 2.34298 22.53 1.95921 22.2102C1.55568 21.8739 1.38734 21.4427 1.3145 20.9912C1.24987 20.5906 1.24993 20.0968 1.25 19.5541L1.25 19.5541L1.25001 19.5001L1.25 19.4461L1.25 19.4461C1.24993 18.9034 1.24987 18.4097 1.3145 18.0091C1.38734 17.5576 1.55568 17.1263 1.95921 16.7901C2.34298 16.4703 2.80092 16.3532 3.27059 16.3006C3.72106 16.2501 4.2866 16.2501 4.95719 16.2501H4.95722H5.0428H5.04283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0428 16.2501C19.7134 16.2501 20.279 16.2501 20.7294 16.3006C21.1991 16.3532 21.657 16.4703 22.0408 16.7901C22.4443 17.1263 22.6127 17.5576 22.6855 18.0091C22.7501 18.4097 22.7501 18.9034 22.75 19.4462L22.75 19.5001L22.75 19.5541C22.7501 20.0968 22.7501 20.5906 22.6855 20.9912C22.6127 21.4427 22.4443 21.8739 22.0408 22.2102C21.657 22.53 21.1991 22.6471 20.7294 22.6997C20.279 22.7502 19.7134 22.7501 19.0428 22.7501H19.0428H18.9572H18.9572C18.2866 22.7501 17.7211 22.7502 17.2706 22.6997C16.8009 22.6471 16.343 22.53 15.9592 22.2102C15.5557 21.8739 15.3873 21.4427 15.3145 20.9912C15.2499 20.5906 15.2499 20.0968 15.25 19.5541L15.25 19.5541L15.25 19.5001L15.25 19.4461L15.25 19.4461C15.2499 18.9034 15.2499 18.4097 15.3145 18.0091C15.3873 17.5576 15.5557 17.1263 15.9592 16.7901C16.343 16.4703 16.8009 16.3532 17.2706 16.3006C17.7211 16.2501 18.2866 16.2501 18.9572 16.2501H18.9572H19.0428H19.0428Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.93122 12.1799C7.60198 12.0431 8.39678 12.0001 9.30769 12.0001H14.6923C15.6032 12.0001 16.398 12.0431 17.0688 12.1799C17.7469 12.3183 18.3673 12.566 18.8631 13.0263C19.8489 13.9418 20 15.3795 20 17.0001C20 17.5524 19.5523 18.0001 19 18.0001C18.4477 18.0001 18 17.5524 18 17.0001C18 15.3114 17.7792 14.7491 17.5022 14.4919C17.3665 14.3659 17.1327 14.2342 16.669 14.1396C16.198 14.0435 15.5633 14.0001 14.6923 14.0001H9.30769C8.43665 14.0001 7.80202 14.0435 7.33097 14.1396C6.86731 14.2342 6.63353 14.3659 6.49784 14.4919C6.22083 14.7491 6 15.3114 6 17.0001C6 17.5524 5.55228 18.0001 5 18.0001C4.44772 18.0001 4 17.5524 4 17.0001C4 15.3795 4.15107 13.9418 5.13693 13.0263C5.63267 12.566 6.25308 12.3183 6.93122 12.1799Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.0002 1.38166C11.7884 1.67359 12.1334 2.37033 12.338 2.78357C12.3763 2.865 12.4909 3.02786 12.6425 3.02786L14.1728 3.02786C14.6166 3.02784 15.0042 3.02782 15.3216 3.05971C15.6594 3.09365 15.9996 3.16971 16.3131 3.37659C16.5423 3.52784 16.7397 3.72262 16.8937 3.95018C17.1051 4.26261 17.183 4.6025 17.2176 4.93897C17.25 5.25385 17.25 5.63788 17.25 6.07535L17.25 6.15055C17.25 6.89732 17.25 7.51488 17.1987 8.01368C17.145 8.53422 17.0292 9.00818 16.742 9.43272C16.5224 9.75733 16.2406 10.0354 15.9131 10.2515C15.4862 10.5333 15.0102 10.6468 14.4859 10.6995C13.9823 10.7501 13.3583 10.7501 12.6012 10.7501H12.6011H11.9476H11.9476C10.9315 10.7501 10.0946 10.7501 9.43242 10.6622C8.73823 10.57 8.12442 10.3692 7.63199 9.88282C7.13826 9.3952 6.93316 8.7852 6.83923 8.09518C6.74995 7.43932 6.74997 6.61113 6.75 5.60904V5.60901L6.75 4.19754L6.75 4.16672V4.16669C6.74998 3.7894 6.74997 3.4581 6.77436 3.18476C6.80033 2.89381 6.85841 2.59746 7.01817 2.31471C7.20905 1.97689 7.49054 1.69943 7.8301 1.51227C8.11323 1.35622 8.40965 1.29948 8.70195 1.27404C8.97747 1.25005 9.43647 1.24996 9.81926 1.24998C10.2477 1.24928 10.641 1.24863 11.0002 1.38166Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.04283 16.2501C5.71342 16.2501 6.27896 16.2501 6.72942 16.3006C7.1991 16.3532 7.65703 16.4703 8.04081 16.7901C8.44434 17.1263 8.61268 17.5576 8.68552 18.0091C8.75015 18.4097 8.75008 18.9034 8.75001 19.4461L8.75001 19.5001L8.75001 19.5541C8.75008 20.0968 8.75015 20.5906 8.68552 20.9912C8.61268 21.4427 8.44434 21.8739 8.04081 22.2102C7.65703 22.53 7.1991 22.6471 6.72942 22.6997C6.27895 22.7502 5.71341 22.7501 5.04281 22.7501H5.0428H4.95722H4.95721C4.28661 22.7501 3.72107 22.7502 3.27059 22.6997C2.80092 22.6471 2.34298 22.53 1.95921 22.2102C1.55568 21.8739 1.38734 21.4427 1.3145 20.9912C1.24987 20.5906 1.24993 20.0968 1.25 19.5541L1.25 19.5541L1.25001 19.5001L1.25 19.4461L1.25 19.4461C1.24993 18.9034 1.24987 18.4097 1.3145 18.0091C1.38734 17.5576 1.55568 17.1263 1.95921 16.7901C2.34298 16.4703 2.80092 16.3532 3.27059 16.3006C3.72106 16.2501 4.2866 16.2501 4.95719 16.2501H4.95722H5.0428H5.04283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0428 16.2501C19.7134 16.2501 20.279 16.2501 20.7294 16.3006C21.1991 16.3532 21.657 16.4703 22.0408 16.7901C22.4443 17.1263 22.6127 17.5576 22.6855 18.0091C22.7501 18.4097 22.7501 18.9034 22.75 19.4462L22.75 19.5001L22.75 19.5541C22.7501 20.0968 22.7501 20.5906 22.6855 20.9912C22.6127 21.4427 22.4443 21.8739 22.0408 22.2102C21.657 22.53 21.1991 22.6471 20.7294 22.6997C20.279 22.7502 19.7134 22.7501 19.0428 22.7501H19.0428H18.9572H18.9572C18.2866 22.7501 17.7211 22.7502 17.2706 22.6997C16.8009 22.6471 16.343 22.53 15.9592 22.2102C15.5557 21.8739 15.3873 21.4427 15.3145 20.9912C15.2499 20.5906 15.2499 20.0968 15.25 19.5541L15.25 19.5541L15.25 19.5001L15.25 19.4461L15.25 19.4461C15.2499 18.9034 15.2499 18.4097 15.3145 18.0091C15.3873 17.5576 15.5557 17.1263 15.9592 16.7901C16.343 16.4703 16.8009 16.3532 17.2706 16.3006C17.7211 16.2501 18.2866 16.2501 18.9572 16.2501H18.9572H19.0428H19.0428Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.93122 12.1799C7.60198 12.0431 8.39678 12.0001 9.30769 12.0001H14.6923C15.6032 12.0001 16.398 12.0431 17.0688 12.1799C17.7469 12.3183 18.3673 12.566 18.8631 13.0263C19.8489 13.9418 20 15.3795 20 17.0001C20 17.5524 19.5523 18.0001 19 18.0001C18.4477 18.0001 18 17.5524 18 17.0001C18 15.3114 17.7792 14.7491 17.5022 14.4919C17.3665 14.3659 17.1327 14.2342 16.669 14.1396C16.198 14.0435 15.5633 14.0001 14.6923 14.0001H9.30769C8.43665 14.0001 7.80202 14.0435 7.33097 14.1396C6.86731 14.2342 6.63353 14.3659 6.49784 14.4919C6.22083 14.7491 6 15.3114 6 17.0001C6 17.5524 5.55228 18.0001 5 18.0001C4.44772 18.0001 4 17.5524 4 17.0001C4 15.3795 4.15107 13.9418 5.13693 13.0263C5.63267 12.566 6.25308 12.3183 6.93122 12.1799Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.0002 1.38166C11.7884 1.67359 12.1334 2.37033 12.338 2.78357C12.3763 2.865 12.4909 3.02786 12.6425 3.02786L14.1728 3.02786C14.6166 3.02784 15.0042 3.02782 15.3216 3.05971C15.6594 3.09365 15.9996 3.16971 16.3131 3.37659C16.5423 3.52784 16.7397 3.72262 16.8937 3.95018C17.1051 4.26261 17.183 4.6025 17.2176 4.93897C17.25 5.25385 17.25 5.63788 17.25 6.07535L17.25 6.15055C17.25 6.89732 17.25 7.51488 17.1987 8.01368C17.145 8.53422 17.0292 9.00818 16.742 9.43272C16.5224 9.75733 16.2406 10.0354 15.9131 10.2515C15.4862 10.5333 15.0102 10.6468 14.4859 10.6995C13.9823 10.7501 13.3583 10.7501 12.6012 10.7501H12.6011H11.9476H11.9476C10.9315 10.7501 10.0946 10.7501 9.43242 10.6622C8.73823 10.57 8.12442 10.3692 7.63199 9.88282C7.13826 9.3952 6.93316 8.7852 6.83923 8.09518C6.74995 7.43932 6.74997 6.61113 6.75 5.60904V5.60901L6.75 4.19754L6.75 4.16672V4.16669C6.74998 3.7894 6.74997 3.4581 6.77436 3.18476C6.80033 2.89381 6.85841 2.59746 7.01817 2.31471C7.20905 1.97689 7.49054 1.69943 7.8301 1.51227C8.11323 1.35622 8.40965 1.29948 8.70195 1.27404C8.97747 1.25005 9.43647 1.24996 9.81926 1.24998C10.2477 1.24928 10.641 1.24863 11.0002 1.38166Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-subnode-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 7C8.05229 7 8.5 7.44772 8.5 8V10.5H12C12.5523 10.5 13 10.9477 13 11.5C13 12.0523 12.5523 12.5 12 12.5H8.5V13.5C8.5 14.9425 8.50213 15.9237 8.60092 16.6586C8.69585 17.3646 8.86322 17.6916 9.08579 17.9142C9.30836 18.1368 9.63538 18.3042 10.3414 18.3991C11.0763 18.4979 12.0575 18.5 13.5 18.5H14.5C15.0523 18.5 15.5 18.9477 15.5 19.5C15.5 20.0523 15.0523 20.5 14.5 20.5L13.4294 20.5C12.0753 20.5 10.9587 20.5001 10.0749 20.3812C9.14711 20.2565 8.32768 19.9845 7.67158 19.3284C7.01547 18.6723 6.7435 17.8529 6.61875 16.9251C6.49994 16.0413 6.49997 14.9247 6.5 13.5706L6.5 8C6.5 7.44772 6.94772 7 7.5 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 8C18.0523 8 18.5 8.44772 18.5 9V10.5H20C20.5523 10.5 21 10.9477 21 11.5C21 12.0523 20.5523 12.5 20 12.5H18.5V14C18.5 14.5523 18.0523 15 17.5 15C16.9477 15 16.5 14.5523 16.5 14V12.5H15C14.4477 12.5 14 12.0523 14 11.5C14 10.9477 14.4477 10.5 15 10.5L16.5 10.5V9C16.5 8.44772 16.9477 8 17.5 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8516 16.25L16.9 16.25H18.1L18.1484 16.25C18.6725 16.25 19.1415 16.2499 19.5208 16.303C19.9364 16.3612 20.3527 16.4958 20.6896 16.8467C21.0224 17.1934 21.1459 17.6143 21.1999 18.0324C21.2501 18.4212 21.25 18.9042 21.25 19.454V19.546C21.25 20.0958 21.2501 20.5788 21.1999 20.9676C21.1459 21.3857 21.0224 21.8066 20.6896 22.1533C20.3527 22.5042 19.9364 22.6388 19.5208 22.697C19.1415 22.7501 18.6725 22.7501 18.1484 22.75L18.1 22.75H16.9L16.8516 22.75C16.3275 22.7501 15.8585 22.7501 15.4793 22.697C15.0636 22.6388 14.6473 22.5042 14.3104 22.1533C13.9777 21.8066 13.8541 21.3857 13.8001 20.9676C13.7499 20.5788 13.75 20.0958 13.75 19.546L13.75 19.5L13.75 19.454C13.75 18.9042 13.7499 18.4212 13.8001 18.0324C13.8541 17.6143 13.9777 17.1934 14.3104 16.8467C14.6473 16.4958 15.0636 16.3612 15.4793 16.303C15.8585 16.2499 16.3275 16.25 16.8516 16.25L16.8516 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.22393 2.40181C3.72979 1.56916 4.62113 1.25 5.78571 1.25H9.21429C10.3789 1.25 11.2702 1.56916 11.7761 2.40181C12.2139 3.12249 12.25 4.08766 12.25 5C12.25 5.91234 12.2139 6.87751 11.7761 7.59819C11.2702 8.43084 10.3789 8.75 9.21429 8.75H5.78571C4.62113 8.75 3.72979 8.43084 3.22393 7.59819C2.7861 6.87751 2.75 5.91234 2.75 5C2.75 4.08766 2.7861 3.12249 3.22393 2.40181Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 7C8.05229 7 8.5 7.44772 8.5 8V10.5H12C12.5523 10.5 13 10.9477 13 11.5C13 12.0523 12.5523 12.5 12 12.5H8.5V13.5C8.5 14.9425 8.50213 15.9237 8.60092 16.6586C8.69585 17.3646 8.86322 17.6916 9.08579 17.9142C9.30836 18.1368 9.63538 18.3042 10.3414 18.3991C11.0763 18.4979 12.0575 18.5 13.5 18.5H14.5C15.0523 18.5 15.5 18.9477 15.5 19.5C15.5 20.0523 15.0523 20.5 14.5 20.5L13.4294 20.5C12.0753 20.5 10.9587 20.5001 10.0749 20.3812C9.14711 20.2565 8.32768 19.9845 7.67158 19.3284C7.01547 18.6723 6.7435 17.8529 6.61875 16.9251C6.49994 16.0413 6.49997 14.9247 6.5 13.5706L6.5 8C6.5 7.44772 6.94772 7 7.5 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 8C18.0523 8 18.5 8.44772 18.5 9V10.5H20C20.5523 10.5 21 10.9477 21 11.5C21 12.0523 20.5523 12.5 20 12.5H18.5V14C18.5 14.5523 18.0523 15 17.5 15C16.9477 15 16.5 14.5523 16.5 14V12.5H15C14.4477 12.5 14 12.0523 14 11.5C14 10.9477 14.4477 10.5 15 10.5L16.5 10.5V9C16.5 8.44772 16.9477 8 17.5 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8516 16.25L16.9 16.25H18.1L18.1484 16.25C18.6725 16.25 19.1415 16.2499 19.5208 16.303C19.9364 16.3612 20.3527 16.4958 20.6896 16.8467C21.0224 17.1934 21.1459 17.6143 21.1999 18.0324C21.2501 18.4212 21.25 18.9042 21.25 19.454V19.546C21.25 20.0958 21.2501 20.5788 21.1999 20.9676C21.1459 21.3857 21.0224 21.8066 20.6896 22.1533C20.3527 22.5042 19.9364 22.6388 19.5208 22.697C19.1415 22.7501 18.6725 22.7501 18.1484 22.75L18.1 22.75H16.9L16.8516 22.75C16.3275 22.7501 15.8585 22.7501 15.4793 22.697C15.0636 22.6388 14.6473 22.5042 14.3104 22.1533C13.9777 21.8066 13.8541 21.3857 13.8001 20.9676C13.7499 20.5788 13.75 20.0958 13.75 19.546L13.75 19.5L13.75 19.454C13.75 18.9042 13.7499 18.4212 13.8001 18.0324C13.8541 17.6143 13.9777 17.1934 14.3104 16.8467C14.6473 16.4958 15.0636 16.3612 15.4793 16.303C15.8585 16.2499 16.3275 16.25 16.8516 16.25L16.8516 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.22393 2.40181C3.72979 1.56916 4.62113 1.25 5.78571 1.25H9.21429C10.3789 1.25 11.2702 1.56916 11.7761 2.40181C12.2139 3.12249 12.25 4.08766 12.25 5C12.25 5.91234 12.2139 6.87751 11.7761 7.59819C11.2702 8.43084 10.3789 8.75 9.21429 8.75H5.78571C4.62113 8.75 3.72979 8.43084 3.22393 7.59819C2.7861 6.87751 2.75 5.91234 2.75 5C2.75 4.08766 2.7861 3.12249 3.22393 2.40181Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-subnode-delete{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 7C8.05229 7 8.5 7.44772 8.5 8V10.5H12.5C13.0523 10.5 13.5 10.9477 13.5 11.5C13.5 12.0523 13.0523 12.5 12.5 12.5H8.5V13.5C8.5 14.9425 8.50213 15.9237 8.60092 16.6586C8.69585 17.3646 8.86322 17.6916 9.08579 17.9142C9.30836 18.1368 9.63538 18.3042 10.3414 18.3991C11.0763 18.4979 12.0575 18.5 13.5 18.5H14.5C15.0523 18.5 15.5 18.9477 15.5 19.5C15.5 20.0523 15.0523 20.5 14.5 20.5L13.4294 20.5C12.0753 20.5 10.9587 20.5001 10.0749 20.3812C9.14711 20.2565 8.32768 19.9845 7.67158 19.3284C7.01547 18.6723 6.7435 17.8529 6.61875 16.9251C6.49994 16.0413 6.49997 14.9247 6.5 13.5706L6.5 8C6.5 7.44772 6.94772 7 7.5 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7929 8.79289C15.1834 8.40237 15.8166 8.40237 16.2071 8.79289L17.5 10.0858L18.7929 8.79289C19.1834 8.40237 19.8166 8.40237 20.2071 8.79289C20.5976 9.18342 20.5976 9.81658 20.2071 10.2071L18.9142 11.5L20.2071 12.7929C20.5976 13.1834 20.5976 13.8166 20.2071 14.2071C19.8166 14.5976 19.1834 14.5976 18.7929 14.2071L17.5 12.9142L16.2071 14.2071C15.8166 14.5976 15.1834 14.5976 14.7929 14.2071C14.4024 13.8166 14.4024 13.1834 14.7929 12.7929L16.0858 11.5L14.7929 10.2071C14.4024 9.81658 14.4024 9.18342 14.7929 8.79289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8516 16.25L16.9 16.25H18.1L18.1484 16.25C18.6725 16.25 19.1415 16.2499 19.5208 16.303C19.9364 16.3612 20.3527 16.4958 20.6896 16.8467C21.0224 17.1934 21.1459 17.6143 21.1999 18.0324C21.2501 18.4212 21.25 18.9042 21.25 19.454V19.546C21.25 20.0958 21.2501 20.5788 21.1999 20.9676C21.1459 21.3857 21.0224 21.8066 20.6896 22.1533C20.3527 22.5042 19.9364 22.6388 19.5208 22.697C19.1415 22.7501 18.6725 22.7501 18.1484 22.75L18.1 22.75H16.9L16.8516 22.75C16.3275 22.7501 15.8585 22.7501 15.4793 22.697C15.0636 22.6388 14.6473 22.5042 14.3104 22.1533C13.9777 21.8066 13.8541 21.3857 13.8001 20.9676C13.7499 20.5788 13.75 20.0958 13.75 19.546L13.75 19.5L13.75 19.454C13.75 18.9042 13.7499 18.4212 13.8001 18.0324C13.8541 17.6143 13.9777 17.1934 14.3104 16.8467C14.6473 16.4958 15.0636 16.3612 15.4793 16.303C15.8585 16.2499 16.3275 16.25 16.8516 16.25L16.8516 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.22393 2.40181C3.72979 1.56916 4.62113 1.25 5.78571 1.25H9.21429C10.3789 1.25 11.2702 1.56916 11.7761 2.40181C12.2139 3.12249 12.25 4.08766 12.25 5C12.25 5.91234 12.2139 6.87751 11.7761 7.59819C11.2702 8.43084 10.3789 8.75 9.21429 8.75H5.78571C4.62113 8.75 3.72979 8.43084 3.22393 7.59819C2.7861 6.87751 2.75 5.91234 2.75 5C2.75 4.08766 2.7861 3.12249 3.22393 2.40181Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 7C8.05229 7 8.5 7.44772 8.5 8V10.5H12.5C13.0523 10.5 13.5 10.9477 13.5 11.5C13.5 12.0523 13.0523 12.5 12.5 12.5H8.5V13.5C8.5 14.9425 8.50213 15.9237 8.60092 16.6586C8.69585 17.3646 8.86322 17.6916 9.08579 17.9142C9.30836 18.1368 9.63538 18.3042 10.3414 18.3991C11.0763 18.4979 12.0575 18.5 13.5 18.5H14.5C15.0523 18.5 15.5 18.9477 15.5 19.5C15.5 20.0523 15.0523 20.5 14.5 20.5L13.4294 20.5C12.0753 20.5 10.9587 20.5001 10.0749 20.3812C9.14711 20.2565 8.32768 19.9845 7.67158 19.3284C7.01547 18.6723 6.7435 17.8529 6.61875 16.9251C6.49994 16.0413 6.49997 14.9247 6.5 13.5706L6.5 8C6.5 7.44772 6.94772 7 7.5 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7929 8.79289C15.1834 8.40237 15.8166 8.40237 16.2071 8.79289L17.5 10.0858L18.7929 8.79289C19.1834 8.40237 19.8166 8.40237 20.2071 8.79289C20.5976 9.18342 20.5976 9.81658 20.2071 10.2071L18.9142 11.5L20.2071 12.7929C20.5976 13.1834 20.5976 13.8166 20.2071 14.2071C19.8166 14.5976 19.1834 14.5976 18.7929 14.2071L17.5 12.9142L16.2071 14.2071C15.8166 14.5976 15.1834 14.5976 14.7929 14.2071C14.4024 13.8166 14.4024 13.1834 14.7929 12.7929L16.0858 11.5L14.7929 10.2071C14.4024 9.81658 14.4024 9.18342 14.7929 8.79289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8516 16.25L16.9 16.25H18.1L18.1484 16.25C18.6725 16.25 19.1415 16.2499 19.5208 16.303C19.9364 16.3612 20.3527 16.4958 20.6896 16.8467C21.0224 17.1934 21.1459 17.6143 21.1999 18.0324C21.2501 18.4212 21.25 18.9042 21.25 19.454V19.546C21.25 20.0958 21.2501 20.5788 21.1999 20.9676C21.1459 21.3857 21.0224 21.8066 20.6896 22.1533C20.3527 22.5042 19.9364 22.6388 19.5208 22.697C19.1415 22.7501 18.6725 22.7501 18.1484 22.75L18.1 22.75H16.9L16.8516 22.75C16.3275 22.7501 15.8585 22.7501 15.4793 22.697C15.0636 22.6388 14.6473 22.5042 14.3104 22.1533C13.9777 21.8066 13.8541 21.3857 13.8001 20.9676C13.7499 20.5788 13.75 20.0958 13.75 19.546L13.75 19.5L13.75 19.454C13.75 18.9042 13.7499 18.4212 13.8001 18.0324C13.8541 17.6143 13.9777 17.1934 14.3104 16.8467C14.6473 16.4958 15.0636 16.3612 15.4793 16.303C15.8585 16.2499 16.3275 16.25 16.8516 16.25L16.8516 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.22393 2.40181C3.72979 1.56916 4.62113 1.25 5.78571 1.25H9.21429C10.3789 1.25 11.2702 1.56916 11.7761 2.40181C12.2139 3.12249 12.25 4.08766 12.25 5C12.25 5.91234 12.2139 6.87751 11.7761 7.59819C11.2702 8.43084 10.3789 8.75 9.21429 8.75H5.78571C4.62113 8.75 3.72979 8.43084 3.22393 7.59819C2.7861 6.87751 2.75 5.91234 2.75 5C2.75 4.08766 2.7861 3.12249 3.22393 2.40181Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-time-management-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 19.5C1.25 17.7051 2.70507 16.25 4.5 16.25C6.29493 16.25 7.75 17.7051 7.75 19.5C7.75 21.2949 6.29493 22.75 4.5 22.75C2.70507 22.75 1.25 21.2949 1.25 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.25 19.5C16.25 17.7051 17.7051 16.25 19.5 16.25C21.2949 16.25 22.75 17.7051 22.75 19.5C22.75 21.2949 21.2949 22.75 19.5 22.75C17.7051 22.75 16.25 21.2949 16.25 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.94867 13.7535C5.88586 13.1155 7.21363 13 8.77297 13H15.227C16.7864 13 18.1142 13.1155 19.0514 13.7535C20.0981 14.4661 20.4083 15.6256 20.4977 16.9317C20.5354 17.4827 20.1193 17.96 19.5683 17.9977C19.0173 18.0354 18.5401 17.6193 18.5023 17.0683C18.4239 15.9214 18.1816 15.5809 17.9258 15.4067C17.5605 15.158 16.8357 15 15.227 15H8.77297C7.16428 15 6.43951 15.158 6.0742 15.4067C5.81843 15.5809 5.57616 15.9214 5.49768 17.0683C5.45997 17.6193 4.98273 18.0354 4.43173 17.9977C3.88074 17.96 3.46463 17.4827 3.50234 16.9317C3.59173 15.6256 3.90193 14.4661 4.94867 13.7535Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C9.1005 1.25 6.75 3.6005 6.75 6.5C6.75 9.3995 9.1005 11.75 12 11.75C14.8995 11.75 17.25 9.3995 17.25 6.5C17.25 3.6005 14.8995 1.25 12 1.25ZM13.8322 5.55481C14.1385 5.09528 14.0143 4.47441 13.5548 4.16806C13.0953 3.8617 12.4744 3.98588 12.1681 4.44541L11.1681 5.94541C10.8617 6.40493 10.9859 7.0258 11.4454 7.33216C11.9049 7.63851 12.5258 7.51434 12.8322 7.05481L13.8322 5.55481Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 19.5C1.25 17.7051 2.70507 16.25 4.5 16.25C6.29493 16.25 7.75 17.7051 7.75 19.5C7.75 21.2949 6.29493 22.75 4.5 22.75C2.70507 22.75 1.25 21.2949 1.25 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.25 19.5C16.25 17.7051 17.7051 16.25 19.5 16.25C21.2949 16.25 22.75 17.7051 22.75 19.5C22.75 21.2949 21.2949 22.75 19.5 22.75C17.7051 22.75 16.25 21.2949 16.25 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.94867 13.7535C5.88586 13.1155 7.21363 13 8.77297 13H15.227C16.7864 13 18.1142 13.1155 19.0514 13.7535C20.0981 14.4661 20.4083 15.6256 20.4977 16.9317C20.5354 17.4827 20.1193 17.96 19.5683 17.9977C19.0173 18.0354 18.5401 17.6193 18.5023 17.0683C18.4239 15.9214 18.1816 15.5809 17.9258 15.4067C17.5605 15.158 16.8357 15 15.227 15H8.77297C7.16428 15 6.43951 15.158 6.0742 15.4067C5.81843 15.5809 5.57616 15.9214 5.49768 17.0683C5.45997 17.6193 4.98273 18.0354 4.43173 17.9977C3.88074 17.96 3.46463 17.4827 3.50234 16.9317C3.59173 15.6256 3.90193 14.4661 4.94867 13.7535Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C9.1005 1.25 6.75 3.6005 6.75 6.5C6.75 9.3995 9.1005 11.75 12 11.75C14.8995 11.75 17.25 9.3995 17.25 6.5C17.25 3.6005 14.8995 1.25 12 1.25ZM13.8322 5.55481C14.1385 5.09528 14.0143 4.47441 13.5548 4.16806C13.0953 3.8617 12.4744 3.98588 12.1681 4.44541L11.1681 5.94541C10.8617 6.40493 10.9859 7.0258 11.4454 7.33216C11.9049 7.63851 12.5258 7.51434 12.8322 7.05481L13.8322 5.55481Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-time-management{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.04283 16.25C5.71342 16.25 6.27896 16.25 6.72942 16.3004C7.1991 16.3531 7.65703 16.4701 8.04081 16.79C8.44434 17.1262 8.61268 17.5575 8.68552 18.009C8.75015 18.4096 8.75008 18.9033 8.75001 19.446L8.75001 19.5L8.75001 19.554C8.75008 20.0967 8.75015 20.5905 8.68552 20.991C8.61268 21.4425 8.44434 21.8738 8.04081 22.2101C7.65703 22.5299 7.1991 22.647 6.72942 22.6996C6.27895 22.75 5.71341 22.75 5.04281 22.75H5.0428H4.95722H4.95721C4.28661 22.75 3.72107 22.75 3.27059 22.6996C2.80092 22.647 2.34298 22.5299 1.95921 22.2101C1.55568 21.8738 1.38734 21.4425 1.3145 20.991C1.24987 20.5905 1.24993 20.0967 1.25 19.554L1.25 19.554L1.25001 19.5L1.25 19.446L1.25 19.446C1.24993 18.9033 1.24987 18.4096 1.3145 18.009C1.38734 17.5575 1.55568 17.1262 1.95921 16.79C2.34298 16.4701 2.80092 16.3531 3.27059 16.3004C3.72106 16.25 4.2866 16.25 4.95719 16.25H4.95722H5.0428H5.04283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0428 16.25C19.7134 16.25 20.279 16.25 20.7294 16.3004C21.1991 16.3531 21.657 16.4701 22.0408 16.79C22.4443 17.1262 22.6127 17.5575 22.6855 18.009C22.7501 18.4096 22.7501 18.9033 22.75 19.446L22.75 19.5L22.75 19.554C22.7501 20.0967 22.7501 20.5905 22.6855 20.991C22.6127 21.4425 22.4443 21.8738 22.0408 22.2101C21.657 22.5299 21.1991 22.647 20.7294 22.6996C20.279 22.75 19.7134 22.75 19.0428 22.75H19.0428H18.9572H18.9572C18.2866 22.75 17.7211 22.75 17.2706 22.6996C16.8009 22.647 16.343 22.5299 15.9592 22.2101C15.5557 21.8738 15.3873 21.4425 15.3145 20.991C15.2499 20.5905 15.2499 20.0967 15.25 19.554L15.25 19.554L15.25 19.5L15.25 19.446L15.25 19.446C15.2499 18.9033 15.2499 18.4096 15.3145 18.009C15.3873 17.5575 15.5557 17.1262 15.9592 16.79C16.343 16.4701 16.8009 16.3531 17.2706 16.3004C17.7211 16.25 18.2866 16.25 18.9572 16.25H18.9572H19.0428H19.0428Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.97986 13.1312C7.62694 13.0322 8.40211 13 9.30769 13H14.6923C15.5979 13 16.3731 13.0322 17.0201 13.1312C17.6633 13.2296 18.2608 13.4051 18.7541 13.7486C19.8334 14.5003 20 15.7391 20 17C20 17.5523 19.5523 18 19 18C18.4477 18 18 17.5523 18 17C18 15.7789 17.7947 15.5177 17.6111 15.3899C17.473 15.2936 17.2163 15.1845 16.7177 15.1082C16.2229 15.0325 15.5687 15 14.6923 15H9.30769C8.43133 15 7.77706 15.0325 7.28233 15.1082C6.78373 15.1845 6.52703 15.2936 6.38888 15.3899C6.20526 15.5177 6 15.7789 6 17C6 17.5523 5.55228 18 5 18C4.44772 18 4 17.5523 4 17C4 15.7391 4.16664 14.5003 5.24589 13.7486C5.73917 13.4051 6.33666 13.2296 6.97986 13.1312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C9.1005 1.25 6.75 3.6005 6.75 6.5C6.75 9.3995 9.1005 11.75 12 11.75C14.8995 11.75 17.25 9.3995 17.25 6.5C17.25 3.6005 14.8995 1.25 12 1.25ZM13.8322 5.55481C14.1385 5.09528 14.0143 4.47441 13.5548 4.16806C13.0953 3.8617 12.4744 3.98588 12.1681 4.44541L11.1681 5.94541C10.8617 6.40493 10.9859 7.0258 11.4454 7.33216C11.9049 7.63851 12.5258 7.51434 12.8322 7.05481L13.8322 5.55481Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.04283 16.25C5.71342 16.25 6.27896 16.25 6.72942 16.3004C7.1991 16.3531 7.65703 16.4701 8.04081 16.79C8.44434 17.1262 8.61268 17.5575 8.68552 18.009C8.75015 18.4096 8.75008 18.9033 8.75001 19.446L8.75001 19.5L8.75001 19.554C8.75008 20.0967 8.75015 20.5905 8.68552 20.991C8.61268 21.4425 8.44434 21.8738 8.04081 22.2101C7.65703 22.5299 7.1991 22.647 6.72942 22.6996C6.27895 22.75 5.71341 22.75 5.04281 22.75H5.0428H4.95722H4.95721C4.28661 22.75 3.72107 22.75 3.27059 22.6996C2.80092 22.647 2.34298 22.5299 1.95921 22.2101C1.55568 21.8738 1.38734 21.4425 1.3145 20.991C1.24987 20.5905 1.24993 20.0967 1.25 19.554L1.25 19.554L1.25001 19.5L1.25 19.446L1.25 19.446C1.24993 18.9033 1.24987 18.4096 1.3145 18.009C1.38734 17.5575 1.55568 17.1262 1.95921 16.79C2.34298 16.4701 2.80092 16.3531 3.27059 16.3004C3.72106 16.25 4.2866 16.25 4.95719 16.25H4.95722H5.0428H5.04283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0428 16.25C19.7134 16.25 20.279 16.25 20.7294 16.3004C21.1991 16.3531 21.657 16.4701 22.0408 16.79C22.4443 17.1262 22.6127 17.5575 22.6855 18.009C22.7501 18.4096 22.7501 18.9033 22.75 19.446L22.75 19.5L22.75 19.554C22.7501 20.0967 22.7501 20.5905 22.6855 20.991C22.6127 21.4425 22.4443 21.8738 22.0408 22.2101C21.657 22.5299 21.1991 22.647 20.7294 22.6996C20.279 22.75 19.7134 22.75 19.0428 22.75H19.0428H18.9572H18.9572C18.2866 22.75 17.7211 22.75 17.2706 22.6996C16.8009 22.647 16.343 22.5299 15.9592 22.2101C15.5557 21.8738 15.3873 21.4425 15.3145 20.991C15.2499 20.5905 15.2499 20.0967 15.25 19.554L15.25 19.554L15.25 19.5L15.25 19.446L15.25 19.446C15.2499 18.9033 15.2499 18.4096 15.3145 18.009C15.3873 17.5575 15.5557 17.1262 15.9592 16.79C16.343 16.4701 16.8009 16.3531 17.2706 16.3004C17.7211 16.25 18.2866 16.25 18.9572 16.25H18.9572H19.0428H19.0428Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.97986 13.1312C7.62694 13.0322 8.40211 13 9.30769 13H14.6923C15.5979 13 16.3731 13.0322 17.0201 13.1312C17.6633 13.2296 18.2608 13.4051 18.7541 13.7486C19.8334 14.5003 20 15.7391 20 17C20 17.5523 19.5523 18 19 18C18.4477 18 18 17.5523 18 17C18 15.7789 17.7947 15.5177 17.6111 15.3899C17.473 15.2936 17.2163 15.1845 16.7177 15.1082C16.2229 15.0325 15.5687 15 14.6923 15H9.30769C8.43133 15 7.77706 15.0325 7.28233 15.1082C6.78373 15.1845 6.52703 15.2936 6.38888 15.3899C6.20526 15.5177 6 15.7789 6 17C6 17.5523 5.55228 18 5 18C4.44772 18 4 17.5523 4 17C4 15.7391 4.16664 14.5003 5.24589 13.7486C5.73917 13.4051 6.33666 13.2296 6.97986 13.1312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C9.1005 1.25 6.75 3.6005 6.75 6.5C6.75 9.3995 9.1005 11.75 12 11.75C14.8995 11.75 17.25 9.3995 17.25 6.5C17.25 3.6005 14.8995 1.25 12 1.25ZM13.8322 5.55481C14.1385 5.09528 14.0143 4.47441 13.5548 4.16806C13.0953 3.8617 12.4744 3.98588 12.1681 4.44541L11.1681 5.94541C10.8617 6.40493 10.9859 7.0258 11.4454 7.33216C11.9049 7.63851 12.5258 7.51434 12.8322 7.05481L13.8322 5.55481Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-workflow-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0613 10.0643C15.5988 10.0021 14.9711 10 14 10H9C8.44772 10 8 9.55229 8 9C8 8.44772 8.44772 8 9 8H14C14.022 8 14.044 8 14.0658 8C14.9523 7.99995 15.7161 7.99991 16.3278 8.08215C16.9833 8.17028 17.6117 8.36902 18.1213 8.87868C18.631 9.38835 18.8297 10.0167 18.9179 10.6722C19.0001 11.2839 19.0001 12.0477 19 12.9342L19 15C19 15.5523 18.5523 16 18 16C17.4477 16 17 15.5523 17 15V13C17 12.0289 16.9979 11.4012 16.9357 10.9387C16.8774 10.505 16.7832 10.369 16.7071 10.2929C16.631 10.2168 16.495 10.1226 16.0613 10.0643Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1C6.55228 1 7 1.44772 7 2V6C7 6.55228 6.55228 7 6 7C5.44772 7 5 6.55228 5 6V2C5 1.44772 5.44772 1 6 1ZM6 11C6.55228 11 7 11.4477 7 12V22C7 22.5523 6.55228 23 6 23C5.44772 23 5 22.5523 5 22V12C5 11.4477 5.44772 11 6 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 9C2.25 6.92893 3.92893 5.25 6 5.25C8.07107 5.25 9.75 6.92893 9.75 9C9.75 11.0711 8.07107 12.75 6 12.75C3.92893 12.75 2.25 11.0711 2.25 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 18C14.25 15.9289 15.9289 14.25 18 14.25C20.0711 14.25 21.75 15.9289 21.75 18C21.75 20.0711 20.0711 21.75 18 21.75C15.9289 21.75 14.25 20.0711 14.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0613 10.0643C15.5988 10.0021 14.9711 10 14 10H9C8.44772 10 8 9.55229 8 9C8 8.44772 8.44772 8 9 8H14C14.022 8 14.044 8 14.0658 8C14.9523 7.99995 15.7161 7.99991 16.3278 8.08215C16.9833 8.17028 17.6117 8.36902 18.1213 8.87868C18.631 9.38835 18.8297 10.0167 18.9179 10.6722C19.0001 11.2839 19.0001 12.0477 19 12.9342L19 15C19 15.5523 18.5523 16 18 16C17.4477 16 17 15.5523 17 15V13C17 12.0289 16.9979 11.4012 16.9357 10.9387C16.8774 10.505 16.7832 10.369 16.7071 10.2929C16.631 10.2168 16.495 10.1226 16.0613 10.0643Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1C6.55228 1 7 1.44772 7 2V6C7 6.55228 6.55228 7 6 7C5.44772 7 5 6.55228 5 6V2C5 1.44772 5.44772 1 6 1ZM6 11C6.55228 11 7 11.4477 7 12V22C7 22.5523 6.55228 23 6 23C5.44772 23 5 22.5523 5 22V12C5 11.4477 5.44772 11 6 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 9C2.25 6.92893 3.92893 5.25 6 5.25C8.07107 5.25 9.75 6.92893 9.75 9C9.75 11.0711 8.07107 12.75 6 12.75C3.92893 12.75 2.25 11.0711 2.25 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 18C14.25 15.9289 15.9289 14.25 18 14.25C20.0711 14.25 21.75 15.9289 21.75 18C21.75 20.0711 20.0711 21.75 18 21.75C15.9289 21.75 14.25 20.0711 14.25 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-workflow-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.16793 3.94528C7.47429 3.48576 8.09516 3.36158 8.55468 3.66793L16.0547 8.66793C16.3281 8.85023 16.4946 9.15526 16.4999 9.48386C16.5052 9.81247 16.3487 10.1227 16.0812 10.3137L10.2602 14.4716L16.5547 18.6679C17.0142 18.9743 17.1384 19.5952 16.832 20.0547C16.5257 20.5142 15.9048 20.6384 15.4453 20.332L7.94528 15.332C7.67183 15.1497 7.50541 14.8447 7.50011 14.5161C7.49482 14.1875 7.65132 13.8773 7.91875 13.6863L13.7398 9.52837L7.44528 5.33203C6.98576 5.02568 6.86158 4.40481 7.16793 3.94528Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 19.5C15.25 17.7051 16.7051 16.25 18.5 16.25C20.2949 16.25 21.75 17.7051 21.75 19.5C21.75 21.2949 20.2949 22.75 18.5 22.75C16.7051 22.75 15.25 21.2949 15.25 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 9.5C15.25 7.70507 16.7051 6.25 18.5 6.25C20.2949 6.25 21.75 7.70507 21.75 9.5C21.75 11.2949 20.2949 12.75 18.5 12.75C16.7051 12.75 15.25 11.2949 15.25 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 14.5C2.25 12.7051 3.70507 11.25 5.5 11.25C7.29493 11.25 8.75 12.7051 8.75 14.5C8.75 16.2949 7.29493 17.75 5.5 17.75C3.70507 17.75 2.25 16.2949 2.25 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 4.5C2.25 2.70507 3.70507 1.25 5.5 1.25C7.29493 1.25 8.75 2.70507 8.75 4.5C8.75 6.29493 7.29493 7.75 5.5 7.75C3.70507 7.75 2.25 6.29493 2.25 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.16793 3.94528C7.47429 3.48576 8.09516 3.36158 8.55468 3.66793L16.0547 8.66793C16.3281 8.85023 16.4946 9.15526 16.4999 9.48386C16.5052 9.81247 16.3487 10.1227 16.0812 10.3137L10.2602 14.4716L16.5547 18.6679C17.0142 18.9743 17.1384 19.5952 16.832 20.0547C16.5257 20.5142 15.9048 20.6384 15.4453 20.332L7.94528 15.332C7.67183 15.1497 7.50541 14.8447 7.50011 14.5161C7.49482 14.1875 7.65132 13.8773 7.91875 13.6863L13.7398 9.52837L7.44528 5.33203C6.98576 5.02568 6.86158 4.40481 7.16793 3.94528Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 19.5C15.25 17.7051 16.7051 16.25 18.5 16.25C20.2949 16.25 21.75 17.7051 21.75 19.5C21.75 21.2949 20.2949 22.75 18.5 22.75C16.7051 22.75 15.25 21.2949 15.25 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 9.5C15.25 7.70507 16.7051 6.25 18.5 6.25C20.2949 6.25 21.75 7.70507 21.75 9.5C21.75 11.2949 20.2949 12.75 18.5 12.75C16.7051 12.75 15.25 11.2949 15.25 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 14.5C2.25 12.7051 3.70507 11.25 5.5 11.25C7.29493 11.25 8.75 12.7051 8.75 14.5C8.75 16.2949 7.29493 17.75 5.5 17.75C3.70507 17.75 2.25 16.2949 2.25 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 4.5C2.25 2.70507 3.70507 1.25 5.5 1.25C7.29493 1.25 8.75 2.70507 8.75 4.5C8.75 6.29493 7.29493 7.75 5.5 7.75C3.70507 7.75 2.25 6.29493 2.25 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-workflow-circle-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7C12.5523 7 13 7.44772 13 8L13 9.03602V9.03973C13.0001 9.49866 13.0012 9.79129 13.0191 10.015C13.0364 10.2324 13.0648 10.303 13.078 10.3303C13.1867 10.5552 13.4202 10.7794 13.775 10.9054C13.8621 10.9363 13.9987 10.9661 14.2817 10.9827C14.5711 10.9996 14.9447 11 15.5 11L15.529 11H15.529C16.048 11 16.4803 11 16.8351 11.0207C17.2029 11.0422 17.5525 11.0885 17.8942 11.2099C18.6828 11.4899 19.3579 12.0444 19.7228 12.7995C19.8872 13.1398 19.9476 13.486 19.9746 13.8263C20 14.1453 20 14.5289 20 14.964L20 16C20 16.5523 19.5523 17 19 17C18.4477 17 18 16.5523 18 16V15C18 14.5181 17.9993 14.2151 17.981 13.985C17.9636 13.7676 17.9352 13.697 17.922 13.6697C17.8133 13.4448 17.5798 13.2206 17.225 13.0946C17.1379 13.0637 17.0013 13.0339 16.7183 13.0173C16.4289 13.0004 16.0553 13 15.5 13H15.471H15.471C14.952 13 14.5197 13 14.1649 12.9793C13.7971 12.9578 13.4475 12.9115 13.1058 12.7901C12.6977 12.6452 12.32 12.4268 12 12.1451C11.68 12.4268 11.3023 12.6452 10.8942 12.7901C10.5525 12.9115 10.2029 12.9578 9.83508 12.9793C9.4803 13 9.04796 13 8.52902 13H8.529H8.5C7.94466 13 7.57111 13.0004 7.28169 13.0173C6.99873 13.0339 6.86207 13.0637 6.77499 13.0946C6.42018 13.2206 6.18672 13.4448 6.07799 13.6697C6.06483 13.697 6.03636 13.7676 6.01905 13.985C6.00074 14.2151 6 14.5181 6 15V16C6 16.5523 5.55229 17 5 17C4.44772 17 4 16.5523 4 16L4 14.964V14.9639C3.99998 14.5288 3.99997 14.1453 4.02536 13.8263C4.05245 13.486 4.11279 13.1398 4.27724 12.7995C4.64215 12.0444 5.31717 11.4899 6.10583 11.2099C6.44755 11.0885 6.79708 11.0422 7.16492 11.0207C7.5197 11 7.95204 11 8.47097 11H8.47102L8.5 11C9.05534 11 9.42889 10.9996 9.71832 10.9827C10.0013 10.9661 10.1379 10.9363 10.225 10.9054C10.5798 10.7794 10.8133 10.5552 10.922 10.3303C10.9352 10.303 10.9636 10.2324 10.981 10.015C10.999 9.78845 11 9.4912 11 9.02214L11 9V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25 5C8.25 2.92893 9.92893 1.25 12 1.25C14.0711 1.25 15.75 2.92893 15.75 5C15.75 7.07107 14.0711 8.75 12 8.75C9.92893 8.75 8.25 7.07107 8.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 19C1.25 16.9289 2.92893 15.25 5 15.25C7.07107 15.25 8.75 16.9289 8.75 19C8.75 21.0711 7.07107 22.75 5 22.75C2.92893 22.75 1.25 21.0711 1.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 19C15.25 16.9289 16.9289 15.25 19 15.25C21.0711 15.25 22.75 16.9289 22.75 19C22.75 21.0711 21.0711 22.75 19 22.75C16.9289 22.75 15.25 21.0711 15.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7C12.5523 7 13 7.44772 13 8L13 9.03602V9.03973C13.0001 9.49866 13.0012 9.79129 13.0191 10.015C13.0364 10.2324 13.0648 10.303 13.078 10.3303C13.1867 10.5552 13.4202 10.7794 13.775 10.9054C13.8621 10.9363 13.9987 10.9661 14.2817 10.9827C14.5711 10.9996 14.9447 11 15.5 11L15.529 11H15.529C16.048 11 16.4803 11 16.8351 11.0207C17.2029 11.0422 17.5525 11.0885 17.8942 11.2099C18.6828 11.4899 19.3579 12.0444 19.7228 12.7995C19.8872 13.1398 19.9476 13.486 19.9746 13.8263C20 14.1453 20 14.5289 20 14.964L20 16C20 16.5523 19.5523 17 19 17C18.4477 17 18 16.5523 18 16V15C18 14.5181 17.9993 14.2151 17.981 13.985C17.9636 13.7676 17.9352 13.697 17.922 13.6697C17.8133 13.4448 17.5798 13.2206 17.225 13.0946C17.1379 13.0637 17.0013 13.0339 16.7183 13.0173C16.4289 13.0004 16.0553 13 15.5 13H15.471H15.471C14.952 13 14.5197 13 14.1649 12.9793C13.7971 12.9578 13.4475 12.9115 13.1058 12.7901C12.6977 12.6452 12.32 12.4268 12 12.1451C11.68 12.4268 11.3023 12.6452 10.8942 12.7901C10.5525 12.9115 10.2029 12.9578 9.83508 12.9793C9.4803 13 9.04796 13 8.52902 13H8.529H8.5C7.94466 13 7.57111 13.0004 7.28169 13.0173C6.99873 13.0339 6.86207 13.0637 6.77499 13.0946C6.42018 13.2206 6.18672 13.4448 6.07799 13.6697C6.06483 13.697 6.03636 13.7676 6.01905 13.985C6.00074 14.2151 6 14.5181 6 15V16C6 16.5523 5.55229 17 5 17C4.44772 17 4 16.5523 4 16L4 14.964V14.9639C3.99998 14.5288 3.99997 14.1453 4.02536 13.8263C4.05245 13.486 4.11279 13.1398 4.27724 12.7995C4.64215 12.0444 5.31717 11.4899 6.10583 11.2099C6.44755 11.0885 6.79708 11.0422 7.16492 11.0207C7.5197 11 7.95204 11 8.47097 11H8.47102L8.5 11C9.05534 11 9.42889 10.9996 9.71832 10.9827C10.0013 10.9661 10.1379 10.9363 10.225 10.9054C10.5798 10.7794 10.8133 10.5552 10.922 10.3303C10.9352 10.303 10.9636 10.2324 10.981 10.015C10.999 9.78845 11 9.4912 11 9.02214L11 9V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25 5C8.25 2.92893 9.92893 1.25 12 1.25C14.0711 1.25 15.75 2.92893 15.75 5C15.75 7.07107 14.0711 8.75 12 8.75C9.92893 8.75 8.25 7.07107 8.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 19C1.25 16.9289 2.92893 15.25 5 15.25C7.07107 15.25 8.75 16.9289 8.75 19C8.75 21.0711 7.07107 22.75 5 22.75C2.92893 22.75 1.25 21.0711 1.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 19C15.25 16.9289 16.9289 15.25 19 15.25C21.0711 15.25 22.75 16.9289 22.75 19C22.75 21.0711 21.0711 22.75 19 22.75C16.9289 22.75 15.25 21.0711 15.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-workflow-circle-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55229 7 7 7.44772 7 8V12.1728C7.27761 12.079 7.55764 12.0405 7.83762 12.0213C8.15088 12 8.52937 12 8.96802 12L15 12C15.4796 12 15.7893 11.9995 16.0262 11.9833C16.2542 11.9677 16.3411 11.9411 16.3827 11.9239C16.6117 11.829 16.7968 11.6527 16.9028 11.43C16.9042 11.4213 16.9058 11.4108 16.9076 11.3981C16.9178 11.3247 16.9284 11.2191 16.9384 11.0812C16.9581 10.8071 16.9719 10.4536 16.9813 10.0699C17 9.30497 17 8.46727 17 8C17 7.44772 17.4477 7 18 7C18.5523 7 19 7.44772 19 8V8.00314C19 8.46849 19 9.32761 18.9807 10.1187C18.971 10.514 18.9563 10.9041 18.9332 11.2248C18.9217 11.3844 18.9073 11.539 18.8884 11.6745C18.8737 11.7802 18.8443 11.9726 18.7716 12.148C18.4672 12.8831 17.8831 13.4672 17.1481 13.7716C16.8221 13.9066 16.4922 13.9561 16.1624 13.9787C15.8491 14 15.4706 14 15.032 14L9 14C8.52038 14 8.21074 14.0005 7.97376 14.0167C7.74576 14.0323 7.65893 14.0589 7.61732 14.0761C7.37229 14.1776 7.17762 14.3723 7.07612 14.6173C7.05888 14.6589 7.03227 14.7458 7.01671 14.9738C7.00054 15.2107 7 15.5204 7 16C7 16.5523 6.55229 17 6 17C5.44772 17 5 16.5523 5 16L5 15.968C5 15.9465 5 15.9252 5 15.904V8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 5C2.25 2.92893 3.92893 1.25 6 1.25C8.07107 1.25 9.75 2.92893 9.75 5C9.75 7.07107 8.07107 8.75 6 8.75C3.92893 8.75 2.25 7.07107 2.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 5C14.25 2.92893 15.9289 1.25 18 1.25C20.0711 1.25 21.75 2.92893 21.75 5C21.75 7.07107 20.0711 8.75 18 8.75C15.9289 8.75 14.25 7.07107 14.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 19C2.25 16.9289 3.92893 15.25 6 15.25C8.07107 15.25 9.75 16.9289 9.75 19C9.75 21.0711 8.07107 22.75 6 22.75C3.92893 22.75 2.25 21.0711 2.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55229 7 7 7.44772 7 8V12.1728C7.27761 12.079 7.55764 12.0405 7.83762 12.0213C8.15088 12 8.52937 12 8.96802 12L15 12C15.4796 12 15.7893 11.9995 16.0262 11.9833C16.2542 11.9677 16.3411 11.9411 16.3827 11.9239C16.6117 11.829 16.7968 11.6527 16.9028 11.43C16.9042 11.4213 16.9058 11.4108 16.9076 11.3981C16.9178 11.3247 16.9284 11.2191 16.9384 11.0812C16.9581 10.8071 16.9719 10.4536 16.9813 10.0699C17 9.30497 17 8.46727 17 8C17 7.44772 17.4477 7 18 7C18.5523 7 19 7.44772 19 8V8.00314C19 8.46849 19 9.32761 18.9807 10.1187C18.971 10.514 18.9563 10.9041 18.9332 11.2248C18.9217 11.3844 18.9073 11.539 18.8884 11.6745C18.8737 11.7802 18.8443 11.9726 18.7716 12.148C18.4672 12.8831 17.8831 13.4672 17.1481 13.7716C16.8221 13.9066 16.4922 13.9561 16.1624 13.9787C15.8491 14 15.4706 14 15.032 14L9 14C8.52038 14 8.21074 14.0005 7.97376 14.0167C7.74576 14.0323 7.65893 14.0589 7.61732 14.0761C7.37229 14.1776 7.17762 14.3723 7.07612 14.6173C7.05888 14.6589 7.03227 14.7458 7.01671 14.9738C7.00054 15.2107 7 15.5204 7 16C7 16.5523 6.55229 17 6 17C5.44772 17 5 16.5523 5 16L5 15.968C5 15.9465 5 15.9252 5 15.904V8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 5C2.25 2.92893 3.92893 1.25 6 1.25C8.07107 1.25 9.75 2.92893 9.75 5C9.75 7.07107 8.07107 8.75 6 8.75C3.92893 8.75 2.25 7.07107 2.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 5C14.25 2.92893 15.9289 1.25 18 1.25C20.0711 1.25 21.75 2.92893 21.75 5C21.75 7.07107 20.0711 8.75 18 8.75C15.9289 8.75 14.25 7.07107 14.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 19C2.25 16.9289 3.92893 15.25 6 15.25C8.07107 15.25 9.75 16.9289 9.75 19C9.75 21.0711 8.07107 22.75 6 22.75C3.92893 22.75 2.25 21.0711 2.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-workflow-circle-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55228 7 7 7.44772 7 8V11H14C14.7166 11 15.1938 10.9992 15.5606 10.9693C15.9156 10.9403 16.0781 10.889 16.181 10.8365C16.4632 10.6927 16.6927 10.4632 16.8365 10.181C16.889 10.0781 16.9403 9.9156 16.9693 9.56056C16.9992 9.19385 17 8.71657 17 8C17 7.44772 17.4477 7 18 7C18.5523 7 19 7.44772 19 8V8.04014C19 8.70602 19 9.26555 18.9626 9.72343C18.9235 10.2021 18.8386 10.6571 18.6185 11.089C18.283 11.7475 17.7475 12.283 17.089 12.6185C16.6571 12.8386 16.2021 12.9235 15.7234 12.9626C15.2656 13 14.706 13 14.0402 13L7 13V16C7 16.5523 6.55228 17 6 17C5.44772 17 5 16.5523 5 16V8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 5C2.25 2.92893 3.92893 1.25 6 1.25C8.07107 1.25 9.75 2.92893 9.75 5C9.75 7.07107 8.07107 8.75 6 8.75C3.92893 8.75 2.25 7.07107 2.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 5C14.25 2.92893 15.9289 1.25 18 1.25C20.0711 1.25 21.75 2.92893 21.75 5C21.75 7.07107 20.0711 8.75 18 8.75C15.9289 8.75 14.25 7.07107 14.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 19C2.25 16.9289 3.92893 15.25 6 15.25C8.07107 15.25 9.75 16.9289 9.75 19C9.75 21.0711 8.07107 22.75 6 22.75C3.92893 22.75 2.25 21.0711 2.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55228 7 7 7.44772 7 8V11H14C14.7166 11 15.1938 10.9992 15.5606 10.9693C15.9156 10.9403 16.0781 10.889 16.181 10.8365C16.4632 10.6927 16.6927 10.4632 16.8365 10.181C16.889 10.0781 16.9403 9.9156 16.9693 9.56056C16.9992 9.19385 17 8.71657 17 8C17 7.44772 17.4477 7 18 7C18.5523 7 19 7.44772 19 8V8.04014C19 8.70602 19 9.26555 18.9626 9.72343C18.9235 10.2021 18.8386 10.6571 18.6185 11.089C18.283 11.7475 17.7475 12.283 17.089 12.6185C16.6571 12.8386 16.2021 12.9235 15.7234 12.9626C15.2656 13 14.706 13 14.0402 13L7 13V16C7 16.5523 6.55228 17 6 17C5.44772 17 5 16.5523 5 16V8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 5C2.25 2.92893 3.92893 1.25 6 1.25C8.07107 1.25 9.75 2.92893 9.75 5C9.75 7.07107 8.07107 8.75 6 8.75C3.92893 8.75 2.25 7.07107 2.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 5C14.25 2.92893 15.9289 1.25 18 1.25C20.0711 1.25 21.75 2.92893 21.75 5C21.75 7.07107 20.0711 8.75 18 8.75C15.9289 8.75 14.25 7.07107 14.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 19C2.25 16.9289 3.92893 15.25 6 15.25C8.07107 15.25 9.75 16.9289 9.75 19C9.75 21.0711 8.07107 22.75 6 22.75C3.92893 22.75 2.25 21.0711 2.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-workflow-circle-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55228 7 7 7.44772 7 8C7 10.7614 9.23858 13 12 13H15C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H12C10.0413 15 8.27052 14.1955 7 12.899V16C7 16.5523 6.55228 17 6 17C5.44772 17 5 16.5523 5 16V8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 5C2.25 2.92893 3.92893 1.25 6 1.25C8.07107 1.25 9.75 2.92893 9.75 5C9.75 7.07107 8.07107 8.75 6 8.75C3.92893 8.75 2.25 7.07107 2.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 14C14.25 11.9289 15.9289 10.25 18 10.25C20.0711 10.25 21.75 11.9289 21.75 14C21.75 16.0711 20.0711 17.75 18 17.75C15.9289 17.75 14.25 16.0711 14.25 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 19C2.25 16.9289 3.92893 15.25 6 15.25C8.07107 15.25 9.75 16.9289 9.75 19C9.75 21.0711 8.07107 22.75 6 22.75C3.92893 22.75 2.25 21.0711 2.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55228 7 7 7.44772 7 8C7 10.7614 9.23858 13 12 13H15C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H12C10.0413 15 8.27052 14.1955 7 12.899V16C7 16.5523 6.55228 17 6 17C5.44772 17 5 16.5523 5 16V8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 5C2.25 2.92893 3.92893 1.25 6 1.25C8.07107 1.25 9.75 2.92893 9.75 5C9.75 7.07107 8.07107 8.75 6 8.75C3.92893 8.75 2.25 7.07107 2.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 14C14.25 11.9289 15.9289 10.25 18 10.25C20.0711 10.25 21.75 11.9289 21.75 14C21.75 16.0711 20.0711 17.75 18 17.75C15.9289 17.75 14.25 16.0711 14.25 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 19C2.25 16.9289 3.92893 15.25 6 15.25C8.07107 15.25 9.75 16.9289 9.75 19C9.75 21.0711 8.07107 22.75 6 22.75C3.92893 22.75 2.25 21.0711 2.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-workflow-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.00784 1C2.56012 1 3.00784 1.44772 3.00784 2V4.5H6.00603C6.55831 4.5 7.00603 4.94772 7.00603 5.5C7.00603 6.05228 6.55831 6.5 6.00603 6.5H3.00784V12C3.00784 12.1598 3.00576 12.3091 3.00379 12.4503C2.99785 12.8761 2.99293 13.2287 3.04916 13.574C3.11536 13.9806 3.24397 14.1925 3.45204 14.3316C3.51243 14.372 3.63031 14.4289 3.96517 14.463C4.31677 14.4988 4.78352 14.5 5.50625 14.5C6.05854 14.5 6.50625 14.9477 6.50625 15.5C6.50625 16.0523 6.05854 16.5 5.50625 16.5L5.45767 16.5C4.79726 16.5 4.22767 16.5001 3.76267 16.4527C3.26957 16.4025 2.78438 16.291 2.34055 15.9943C1.50886 15.4383 1.19324 14.6206 1.07516 13.8954C0.987522 13.3573 0.997083 12.7618 1.00436 12.3085C1.00617 12.1959 1.00784 12.092 1.00784 12V2C1.00784 1.44772 1.45555 1 2.00784 1ZM17.0622 6.5643C16.6 6.50213 15.9726 6.5 15.002 6.5H14.0024C13.4501 6.5 13.0024 6.05228 13.0024 5.5C13.0024 4.94772 13.4501 4.5 14.0024 4.5L15.0678 4.5C15.9539 4.49995 16.7174 4.4999 17.3288 4.58215C17.9842 4.6703 18.6124 4.8691 19.1219 5.37884C19.6313 5.88852 19.83 6.51683 19.918 7.17227C20.0002 7.78389 20.0002 8.54767 20.0002 9.43416L20.0001 12.5C20.0001 13.0523 19.5524 13.5 19.0001 13.5C18.4479 13.5 18.0001 13.0523 18.0001 12.5V9.5C18.0001 8.52893 17.998 7.90119 17.9359 7.43864C17.8776 7.00482 17.7834 6.86884 17.7074 6.79273C17.6314 6.71669 17.4956 6.62259 17.0622 6.5643ZM13.0024 15.5C13.0024 14.9477 13.4501 14.5 14.0024 14.5H16.0015C16.5538 14.5 17.0015 14.9477 17.0015 15.5C17.0015 16.0523 16.5538 16.5 16.0015 16.5H14.0024C13.4501 16.5 13.0024 16.0523 13.0024 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9999 18C19.5522 18 19.9999 18.4477 19.9999 19V19.4286C19.9999 19.8439 20.0006 20.097 20.0158 20.2872C20.0296 20.4617 20.0512 20.5042 20.0525 20.5065C20.0525 20.5066 20.0525 20.5066 20.0525 20.5066C20.1274 20.6616 20.296 20.8302 20.5691 20.9271C20.6255 20.9472 20.7275 20.9716 20.964 20.9854C21.2069 20.9996 21.5222 21 21.9999 21C22.5522 21 22.9999 21.4477 22.9999 22C22.9999 22.5523 22.5522 23 21.9999 23H21.9716C21.5297 23 21.1555 23 20.8472 22.982C20.5258 22.9632 20.211 22.9223 19.8999 22.8119C19.193 22.5609 18.5828 22.062 18.2517 21.3769C18.1 21.0628 18.046 20.7464 18.0221 20.4459C17.9998 20.1667 17.9999 19.8329 17.9999 19.4633C17.9999 19.4517 17.9999 19.4402 17.9999 19.4286V19C17.9999 18.4477 18.4476 18 18.9999 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5323 2.25C11.9721 2.24998 12.3514 2.24997 12.6627 2.27818C12.9919 2.30802 13.3178 2.37407 13.625 2.55144C13.9671 2.74892 14.2511 3.03296 14.4486 3.375C14.626 3.68221 14.692 4.00817 14.7219 4.33735C14.7501 4.64864 14.75 5.02798 14.75 5.46776V5.53225C14.75 5.97203 14.7501 6.35136 14.7219 6.66265C14.692 6.99183 14.626 7.31779 14.4486 7.625C14.2511 7.96704 13.9671 8.25108 13.625 8.44856C13.3178 8.62593 12.9919 8.69198 12.6627 8.72182C12.3514 8.75003 11.972 8.75002 11.5323 8.75H8.46781C8.02802 8.75002 7.64868 8.75003 7.33738 8.72182C7.0082 8.69198 6.68225 8.62593 6.37503 8.44856C6.03299 8.25108 5.74895 7.96704 5.55147 7.625C5.37411 7.31779 5.30805 6.99183 5.27821 6.66265C5.25 6.35137 5.25001 5.97204 5.25003 5.53226V5.53223V5.46778V5.46774C5.25001 5.02797 5.25 4.64864 5.27821 4.33735C5.30805 4.00817 5.37411 3.68221 5.55147 3.375C5.74895 3.03296 6.03299 2.74892 6.37503 2.55144C6.68225 2.37407 7.0082 2.30802 7.33738 2.27818C7.64867 2.24997 8.028 2.24998 8.46777 2.25H8.46781H11.5323H11.5323Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5323 12.25C11.9721 12.25 12.3514 12.25 12.6627 12.2782C12.9919 12.308 13.3178 12.3741 13.625 12.5514C13.9671 12.7489 14.2511 13.033 14.4486 13.375C14.626 13.6822 14.692 14.0082 14.7219 14.3374C14.7501 14.6486 14.75 15.028 14.75 15.4678V15.5322C14.75 15.972 14.7501 16.3514 14.7219 16.6627C14.692 16.9918 14.626 17.3178 14.4486 17.625C14.2511 17.967 13.9671 18.2511 13.625 18.4486C13.3178 18.6259 12.9919 18.692 12.6627 18.7218C12.3514 18.75 11.972 18.75 11.5323 18.75H8.46781C8.02802 18.75 7.64868 18.75 7.33738 18.7218C7.0082 18.692 6.68225 18.6259 6.37503 18.4486C6.03299 18.2511 5.74895 17.967 5.55147 17.625C5.37411 17.3178 5.30805 16.9918 5.27821 16.6627C5.25 16.3514 5.25001 15.972 5.25003 15.5323V15.5322V15.4678V15.4677C5.25001 15.028 5.25 14.6486 5.27821 14.3374C5.30805 14.0082 5.37411 13.6822 5.55147 13.375C5.74895 13.033 6.03299 12.7489 6.37503 12.5514C6.68225 12.3741 7.0082 12.308 7.33738 12.2782C7.64867 12.25 8.028 12.25 8.46777 12.25H8.46781H11.5323H11.5323Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.8346 12.1938C18.1547 11.9495 18.5298 11.75 19 11.75C19.4702 11.75 19.8454 11.9495 20.1655 12.1938C20.4594 12.418 20.7798 12.7385 21.1382 13.0969L21.1382 13.0969L21.4031 13.3618C21.7616 13.7202 22.082 14.0407 22.3062 14.3345C22.5505 14.6547 22.75 15.0298 22.75 15.5C22.75 15.9702 22.5505 16.3453 22.3062 16.6655C22.082 16.9593 21.7616 17.2798 21.4031 17.6381L21.4031 17.6382L21.1382 17.9031L21.1382 17.9031C20.7798 18.2615 20.4594 18.582 20.1655 18.8062C19.8454 19.0505 19.4702 19.25 19 19.25C18.5298 19.25 18.1547 19.0505 17.8346 18.8062C17.5407 18.582 17.2203 18.2615 16.8619 17.9031L16.597 17.6382C16.2385 17.2798 15.918 16.9594 15.6938 16.6655C15.4495 16.3453 15.25 15.9702 15.25 15.5C15.25 15.0298 15.4495 14.6547 15.6938 14.3345C15.918 14.0407 16.2385 13.7202 16.597 13.3618L16.597 13.3618L16.8619 13.0969C17.2203 12.7385 17.5407 12.418 17.8346 12.1938Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.00784 1C2.56012 1 3.00784 1.44772 3.00784 2V4.5H6.00603C6.55831 4.5 7.00603 4.94772 7.00603 5.5C7.00603 6.05228 6.55831 6.5 6.00603 6.5H3.00784V12C3.00784 12.1598 3.00576 12.3091 3.00379 12.4503C2.99785 12.8761 2.99293 13.2287 3.04916 13.574C3.11536 13.9806 3.24397 14.1925 3.45204 14.3316C3.51243 14.372 3.63031 14.4289 3.96517 14.463C4.31677 14.4988 4.78352 14.5 5.50625 14.5C6.05854 14.5 6.50625 14.9477 6.50625 15.5C6.50625 16.0523 6.05854 16.5 5.50625 16.5L5.45767 16.5C4.79726 16.5 4.22767 16.5001 3.76267 16.4527C3.26957 16.4025 2.78438 16.291 2.34055 15.9943C1.50886 15.4383 1.19324 14.6206 1.07516 13.8954C0.987522 13.3573 0.997083 12.7618 1.00436 12.3085C1.00617 12.1959 1.00784 12.092 1.00784 12V2C1.00784 1.44772 1.45555 1 2.00784 1ZM17.0622 6.5643C16.6 6.50213 15.9726 6.5 15.002 6.5H14.0024C13.4501 6.5 13.0024 6.05228 13.0024 5.5C13.0024 4.94772 13.4501 4.5 14.0024 4.5L15.0678 4.5C15.9539 4.49995 16.7174 4.4999 17.3288 4.58215C17.9842 4.6703 18.6124 4.8691 19.1219 5.37884C19.6313 5.88852 19.83 6.51683 19.918 7.17227C20.0002 7.78389 20.0002 8.54767 20.0002 9.43416L20.0001 12.5C20.0001 13.0523 19.5524 13.5 19.0001 13.5C18.4479 13.5 18.0001 13.0523 18.0001 12.5V9.5C18.0001 8.52893 17.998 7.90119 17.9359 7.43864C17.8776 7.00482 17.7834 6.86884 17.7074 6.79273C17.6314 6.71669 17.4956 6.62259 17.0622 6.5643ZM13.0024 15.5C13.0024 14.9477 13.4501 14.5 14.0024 14.5H16.0015C16.5538 14.5 17.0015 14.9477 17.0015 15.5C17.0015 16.0523 16.5538 16.5 16.0015 16.5H14.0024C13.4501 16.5 13.0024 16.0523 13.0024 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9999 18C19.5522 18 19.9999 18.4477 19.9999 19V19.4286C19.9999 19.8439 20.0006 20.097 20.0158 20.2872C20.0296 20.4617 20.0512 20.5042 20.0525 20.5065C20.0525 20.5066 20.0525 20.5066 20.0525 20.5066C20.1274 20.6616 20.296 20.8302 20.5691 20.9271C20.6255 20.9472 20.7275 20.9716 20.964 20.9854C21.2069 20.9996 21.5222 21 21.9999 21C22.5522 21 22.9999 21.4477 22.9999 22C22.9999 22.5523 22.5522 23 21.9999 23H21.9716C21.5297 23 21.1555 23 20.8472 22.982C20.5258 22.9632 20.211 22.9223 19.8999 22.8119C19.193 22.5609 18.5828 22.062 18.2517 21.3769C18.1 21.0628 18.046 20.7464 18.0221 20.4459C17.9998 20.1667 17.9999 19.8329 17.9999 19.4633C17.9999 19.4517 17.9999 19.4402 17.9999 19.4286V19C17.9999 18.4477 18.4476 18 18.9999 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5323 2.25C11.9721 2.24998 12.3514 2.24997 12.6627 2.27818C12.9919 2.30802 13.3178 2.37407 13.625 2.55144C13.9671 2.74892 14.2511 3.03296 14.4486 3.375C14.626 3.68221 14.692 4.00817 14.7219 4.33735C14.7501 4.64864 14.75 5.02798 14.75 5.46776V5.53225C14.75 5.97203 14.7501 6.35136 14.7219 6.66265C14.692 6.99183 14.626 7.31779 14.4486 7.625C14.2511 7.96704 13.9671 8.25108 13.625 8.44856C13.3178 8.62593 12.9919 8.69198 12.6627 8.72182C12.3514 8.75003 11.972 8.75002 11.5323 8.75H8.46781C8.02802 8.75002 7.64868 8.75003 7.33738 8.72182C7.0082 8.69198 6.68225 8.62593 6.37503 8.44856C6.03299 8.25108 5.74895 7.96704 5.55147 7.625C5.37411 7.31779 5.30805 6.99183 5.27821 6.66265C5.25 6.35137 5.25001 5.97204 5.25003 5.53226V5.53223V5.46778V5.46774C5.25001 5.02797 5.25 4.64864 5.27821 4.33735C5.30805 4.00817 5.37411 3.68221 5.55147 3.375C5.74895 3.03296 6.03299 2.74892 6.37503 2.55144C6.68225 2.37407 7.0082 2.30802 7.33738 2.27818C7.64867 2.24997 8.028 2.24998 8.46777 2.25H8.46781H11.5323H11.5323Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5323 12.25C11.9721 12.25 12.3514 12.25 12.6627 12.2782C12.9919 12.308 13.3178 12.3741 13.625 12.5514C13.9671 12.7489 14.2511 13.033 14.4486 13.375C14.626 13.6822 14.692 14.0082 14.7219 14.3374C14.7501 14.6486 14.75 15.028 14.75 15.4678V15.5322C14.75 15.972 14.7501 16.3514 14.7219 16.6627C14.692 16.9918 14.626 17.3178 14.4486 17.625C14.2511 17.967 13.9671 18.2511 13.625 18.4486C13.3178 18.6259 12.9919 18.692 12.6627 18.7218C12.3514 18.75 11.972 18.75 11.5323 18.75H8.46781C8.02802 18.75 7.64868 18.75 7.33738 18.7218C7.0082 18.692 6.68225 18.6259 6.37503 18.4486C6.03299 18.2511 5.74895 17.967 5.55147 17.625C5.37411 17.3178 5.30805 16.9918 5.27821 16.6627C5.25 16.3514 5.25001 15.972 5.25003 15.5323V15.5322V15.4678V15.4677C5.25001 15.028 5.25 14.6486 5.27821 14.3374C5.30805 14.0082 5.37411 13.6822 5.55147 13.375C5.74895 13.033 6.03299 12.7489 6.37503 12.5514C6.68225 12.3741 7.0082 12.308 7.33738 12.2782C7.64867 12.25 8.028 12.25 8.46777 12.25H8.46781H11.5323H11.5323Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.8346 12.1938C18.1547 11.9495 18.5298 11.75 19 11.75C19.4702 11.75 19.8454 11.9495 20.1655 12.1938C20.4594 12.418 20.7798 12.7385 21.1382 13.0969L21.1382 13.0969L21.4031 13.3618C21.7616 13.7202 22.082 14.0407 22.3062 14.3345C22.5505 14.6547 22.75 15.0298 22.75 15.5C22.75 15.9702 22.5505 16.3453 22.3062 16.6655C22.082 16.9593 21.7616 17.2798 21.4031 17.6381L21.4031 17.6382L21.1382 17.9031L21.1382 17.9031C20.7798 18.2615 20.4594 18.582 20.1655 18.8062C19.8454 19.0505 19.4702 19.25 19 19.25C18.5298 19.25 18.1547 19.0505 17.8346 18.8062C17.5407 18.582 17.2203 18.2615 16.8619 17.9031L16.597 17.6382C16.2385 17.2798 15.918 16.9594 15.6938 16.6655C15.4495 16.3453 15.25 15.9702 15.25 15.5C15.25 15.0298 15.4495 14.6547 15.6938 14.3345C15.918 14.0407 16.2385 13.7202 16.597 13.3618L16.597 13.3618L16.8619 13.0969C17.2203 12.7385 17.5407 12.418 17.8346 12.1938Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-workflow-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00003 5C7.55231 5 8.00003 5.44772 8.00003 6C8.00003 6.51259 8.00487 6.62284 8.01924 6.69509C8.09815 7.09178 8.40825 7.40188 8.80494 7.48079C8.87718 7.49516 8.98744 7.5 9.50003 7.5H14.5C14.5283 7.5 14.5562 7.49998 14.5839 7.49996C14.9646 7.49965 15.2924 7.49939 15.5853 7.55764C16.7754 7.79436 17.7057 8.72466 17.9424 9.91473C18.0006 10.2076 18.0004 10.5354 18.0001 10.9161C18 10.9438 18 10.9718 18 11C18 11.5523 17.5523 12 17 12C16.4477 12 16 11.5523 16 11C16 10.4874 15.9952 10.3772 15.9808 10.3049C15.9019 9.90822 15.5918 9.59812 15.1951 9.51921C15.1229 9.50484 15.0126 9.5 14.5 9.5H9.50003C9.47178 9.5 9.44382 9.50002 9.41614 9.50004C9.03545 9.50035 8.70761 9.50061 8.41476 9.44236C7.22468 9.20564 6.29439 8.27534 6.05767 7.08527C5.99942 6.79242 5.99968 6.46458 5.99998 6.08388C6 6.0562 6.00003 6.02825 6.00003 6C6.00003 5.44772 6.44774 5 7.00003 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 14C17.5523 14 18 14.4477 18 15V18C18 18.5523 17.5523 19 17 19C16.4477 19 16 18.5523 16 18V15C16 14.4477 16.4477 14 17 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.82851 1.34728C4.17373 1.27144 4.5701 1.25 5 1.25H9C9.4299 1.25 9.82627 1.27144 10.1715 1.34728C10.5252 1.42498 10.8713 1.56966 11.1508 1.84917C11.4303 2.12868 11.575 2.4748 11.6527 2.82851C11.7286 3.17373 11.75 3.5701 11.75 4C11.75 4.4299 11.7286 4.82627 11.6527 5.17149C11.575 5.5252 11.4303 5.87132 11.1508 6.15083C10.8713 6.43034 10.5252 6.57502 10.1715 6.65272C9.82627 6.72856 9.4299 6.75 9 6.75H5C4.5701 6.75 4.17373 6.72856 3.82851 6.65272C3.4748 6.57502 3.12868 6.43034 2.84917 6.15083C2.56966 5.87132 2.42498 5.5252 2.34728 5.17149C2.27144 4.82627 2.25 4.4299 2.25 4C2.25 3.5701 2.27144 3.17373 2.34728 2.82851C2.42498 2.4748 2.56966 2.12868 2.84917 1.84917C3.12868 1.56966 3.4748 1.42498 3.82851 1.34728Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.8285 10.3473C14.1737 10.2714 14.5701 10.25 15 10.25H19C19.4299 10.25 19.8263 10.2714 20.1715 10.3473C20.5252 10.425 20.8713 10.5697 21.1508 10.8492C21.4303 11.1287 21.575 11.4748 21.6527 11.8285C21.7286 12.1737 21.75 12.5701 21.75 13C21.75 13.4299 21.7286 13.8263 21.6527 14.1715C21.575 14.5252 21.4303 14.8713 21.1508 15.1508C20.8713 15.4303 20.5252 15.575 20.1715 15.6527C19.8263 15.7286 19.4299 15.75 19 15.75H15C14.5701 15.75 14.1737 15.7286 13.8285 15.6527C13.4748 15.575 13.1287 15.4303 12.8492 15.1508C12.5697 14.8713 12.425 14.5252 12.3473 14.1715C12.2714 13.8263 12.25 13.4299 12.25 13C12.25 12.5701 12.2714 12.1737 12.3473 11.8285C12.425 11.4748 12.5697 11.1287 12.8492 10.8492C13.1287 10.5697 13.4748 10.425 13.8285 10.3473Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.8285 17.3473C14.1737 17.2714 14.5701 17.25 15 17.25H19C19.4299 17.25 19.8263 17.2714 20.1715 17.3473C20.5252 17.425 20.8713 17.5697 21.1508 17.8492C21.4303 18.1287 21.575 18.4748 21.6527 18.8285C21.7286 19.1737 21.75 19.5701 21.75 20C21.75 20.4299 21.7286 20.8263 21.6527 21.1715C21.575 21.5252 21.4303 21.8713 21.1508 22.1508C20.8713 22.4303 20.5252 22.575 20.1715 22.6527C19.8263 22.7286 19.4299 22.75 19 22.75H15C14.5701 22.75 14.1737 22.7286 13.8285 22.6527C13.4748 22.575 13.1287 22.4303 12.8492 22.1508C12.5697 21.8713 12.425 21.5252 12.3473 21.1715C12.2714 20.8263 12.25 20.4299 12.25 20C12.25 19.5701 12.2714 19.1737 12.3473 18.8285C12.425 18.4748 12.5697 18.1287 12.8492 17.8492C13.1287 17.5697 13.4748 17.425 13.8285 17.3473Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00003 5C7.55231 5 8.00003 5.44772 8.00003 6C8.00003 6.51259 8.00487 6.62284 8.01924 6.69509C8.09815 7.09178 8.40825 7.40188 8.80494 7.48079C8.87718 7.49516 8.98744 7.5 9.50003 7.5H14.5C14.5283 7.5 14.5562 7.49998 14.5839 7.49996C14.9646 7.49965 15.2924 7.49939 15.5853 7.55764C16.7754 7.79436 17.7057 8.72466 17.9424 9.91473C18.0006 10.2076 18.0004 10.5354 18.0001 10.9161C18 10.9438 18 10.9718 18 11C18 11.5523 17.5523 12 17 12C16.4477 12 16 11.5523 16 11C16 10.4874 15.9952 10.3772 15.9808 10.3049C15.9019 9.90822 15.5918 9.59812 15.1951 9.51921C15.1229 9.50484 15.0126 9.5 14.5 9.5H9.50003C9.47178 9.5 9.44382 9.50002 9.41614 9.50004C9.03545 9.50035 8.70761 9.50061 8.41476 9.44236C7.22468 9.20564 6.29439 8.27534 6.05767 7.08527C5.99942 6.79242 5.99968 6.46458 5.99998 6.08388C6 6.0562 6.00003 6.02825 6.00003 6C6.00003 5.44772 6.44774 5 7.00003 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 14C17.5523 14 18 14.4477 18 15V18C18 18.5523 17.5523 19 17 19C16.4477 19 16 18.5523 16 18V15C16 14.4477 16.4477 14 17 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.82851 1.34728C4.17373 1.27144 4.5701 1.25 5 1.25H9C9.4299 1.25 9.82627 1.27144 10.1715 1.34728C10.5252 1.42498 10.8713 1.56966 11.1508 1.84917C11.4303 2.12868 11.575 2.4748 11.6527 2.82851C11.7286 3.17373 11.75 3.5701 11.75 4C11.75 4.4299 11.7286 4.82627 11.6527 5.17149C11.575 5.5252 11.4303 5.87132 11.1508 6.15083C10.8713 6.43034 10.5252 6.57502 10.1715 6.65272C9.82627 6.72856 9.4299 6.75 9 6.75H5C4.5701 6.75 4.17373 6.72856 3.82851 6.65272C3.4748 6.57502 3.12868 6.43034 2.84917 6.15083C2.56966 5.87132 2.42498 5.5252 2.34728 5.17149C2.27144 4.82627 2.25 4.4299 2.25 4C2.25 3.5701 2.27144 3.17373 2.34728 2.82851C2.42498 2.4748 2.56966 2.12868 2.84917 1.84917C3.12868 1.56966 3.4748 1.42498 3.82851 1.34728Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.8285 10.3473C14.1737 10.2714 14.5701 10.25 15 10.25H19C19.4299 10.25 19.8263 10.2714 20.1715 10.3473C20.5252 10.425 20.8713 10.5697 21.1508 10.8492C21.4303 11.1287 21.575 11.4748 21.6527 11.8285C21.7286 12.1737 21.75 12.5701 21.75 13C21.75 13.4299 21.7286 13.8263 21.6527 14.1715C21.575 14.5252 21.4303 14.8713 21.1508 15.1508C20.8713 15.4303 20.5252 15.575 20.1715 15.6527C19.8263 15.7286 19.4299 15.75 19 15.75H15C14.5701 15.75 14.1737 15.7286 13.8285 15.6527C13.4748 15.575 13.1287 15.4303 12.8492 15.1508C12.5697 14.8713 12.425 14.5252 12.3473 14.1715C12.2714 13.8263 12.25 13.4299 12.25 13C12.25 12.5701 12.2714 12.1737 12.3473 11.8285C12.425 11.4748 12.5697 11.1287 12.8492 10.8492C13.1287 10.5697 13.4748 10.425 13.8285 10.3473Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.8285 17.3473C14.1737 17.2714 14.5701 17.25 15 17.25H19C19.4299 17.25 19.8263 17.2714 20.1715 17.3473C20.5252 17.425 20.8713 17.5697 21.1508 17.8492C21.4303 18.1287 21.575 18.4748 21.6527 18.8285C21.7286 19.1737 21.75 19.5701 21.75 20C21.75 20.4299 21.7286 20.8263 21.6527 21.1715C21.575 21.5252 21.4303 21.8713 21.1508 22.1508C20.8713 22.4303 20.5252 22.575 20.1715 22.6527C19.8263 22.7286 19.4299 22.75 19 22.75H15C14.5701 22.75 14.1737 22.7286 13.8285 22.6527C13.4748 22.575 13.1287 22.4303 12.8492 22.1508C12.5697 21.8713 12.425 21.5252 12.3473 21.1715C12.2714 20.8263 12.25 20.4299 12.25 20C12.25 19.5701 12.2714 19.1737 12.3473 18.8285C12.425 18.4748 12.5697 18.1287 12.8492 17.8492C13.1287 17.5697 13.4748 17.425 13.8285 17.3473Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-workflow-square-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00003 5C7.55231 5 8.00003 5.44772 8.00003 6C8.00003 6.51259 8.00487 6.62284 8.01924 6.69509C8.09815 7.09178 8.40825 7.40188 8.80494 7.48079C8.87718 7.49516 8.98744 7.5 9.50003 7.5H14.5C14.5283 7.5 14.5562 7.49998 14.5839 7.49996C14.9646 7.49965 15.2924 7.49939 15.5853 7.55764C16.7754 7.79436 17.7057 8.72466 17.9424 9.91473C18.0006 10.2076 18.0004 10.5354 18.0001 10.9161C18 10.9438 18 10.9718 18 11C18 11.5523 17.5523 12 17 12C16.4477 12 16 11.5523 16 11C16 10.4874 15.9952 10.3772 15.9808 10.3049C15.9019 9.90822 15.5918 9.59812 15.1951 9.51921C15.1229 9.50484 15.0126 9.5 14.5 9.5H9.50003C9.47178 9.5 9.44382 9.50002 9.41614 9.50004C9.03545 9.50035 8.70761 9.50061 8.41476 9.44236C7.22468 9.20564 6.29439 8.27534 6.05767 7.08527C5.99942 6.79242 5.99968 6.46458 5.99998 6.08388C6 6.0562 6.00003 6.02825 6.00003 6C6.00003 5.44772 6.44774 5 7.00003 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 14C17.5523 14 18 14.4477 18 15V16C18 16.022 18 16.044 18 16.0658C18.0001 16.9523 18.0001 17.7161 17.9179 18.3278C17.8297 18.9833 17.631 19.6117 17.1213 20.1213C16.6117 20.631 15.9833 20.8297 15.3278 20.9179C14.7161 21.0001 13.9523 21.0001 13.0658 21C13.044 21 13.022 21 13 21H12C11.4477 21 11 20.5523 11 20C11 19.4477 11.4477 19 12 19H13C13.9711 19 14.5988 18.9979 15.0613 18.9357C15.495 18.8774 15.631 18.7832 15.7071 18.7071C15.7832 18.631 15.8774 18.495 15.9357 18.0613C15.9979 17.5988 16 16.9711 16 16V15C16 14.4477 16.4477 14 17 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.82851 1.34728C4.17373 1.27144 4.5701 1.25 5 1.25H9C9.4299 1.25 9.82627 1.27144 10.1715 1.34728C10.5252 1.42498 10.8713 1.56966 11.1508 1.84917C11.4303 2.12868 11.575 2.4748 11.6527 2.82851C11.7286 3.17373 11.75 3.5701 11.75 4C11.75 4.4299 11.7286 4.82627 11.6527 5.17149C11.575 5.5252 11.4303 5.87132 11.1508 6.15083C10.8713 6.43034 10.5252 6.57502 10.1715 6.65272C9.82627 6.72856 9.4299 6.75 9 6.75H5C4.5701 6.75 4.17373 6.72856 3.82851 6.65272C3.4748 6.57502 3.12868 6.43034 2.84917 6.15083C2.56966 5.87132 2.42498 5.5252 2.34728 5.17149C2.27144 4.82627 2.25 4.4299 2.25 4C2.25 3.5701 2.27144 3.17373 2.34728 2.82851C2.42498 2.4748 2.56966 2.12868 2.84917 1.84917C3.12868 1.56966 3.4748 1.42498 3.82851 1.34728Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.8285 10.3473C14.1737 10.2714 14.5701 10.25 15 10.25H19C19.4299 10.25 19.8263 10.2714 20.1715 10.3473C20.5252 10.425 20.8713 10.5697 21.1508 10.8492C21.4303 11.1287 21.575 11.4748 21.6527 11.8285C21.7286 12.1737 21.75 12.5701 21.75 13C21.75 13.4299 21.7286 13.8263 21.6527 14.1715C21.575 14.5252 21.4303 14.8713 21.1508 15.1508C20.8713 15.4303 20.5252 15.575 20.1715 15.6527C19.8263 15.7286 19.4299 15.75 19 15.75H15C14.5701 15.75 14.1737 15.7286 13.8285 15.6527C13.4748 15.575 13.1287 15.4303 12.8492 15.1508C12.5697 14.8713 12.425 14.5252 12.3473 14.1715C12.2714 13.8263 12.25 13.4299 12.25 13C12.25 12.5701 12.2714 12.1737 12.3473 11.8285C12.425 11.4748 12.5697 11.1287 12.8492 10.8492C13.1287 10.5697 13.4748 10.425 13.8285 10.3473Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.82851 17.3473C5.17373 17.2714 5.5701 17.25 6 17.25H10C10.4299 17.25 10.8263 17.2714 11.1715 17.3473C11.5252 17.425 11.8713 17.5697 12.1508 17.8492C12.4303 18.1287 12.575 18.4748 12.6527 18.8285C12.7286 19.1737 12.75 19.5701 12.75 20C12.75 20.4299 12.7286 20.8263 12.6527 21.1715C12.575 21.5252 12.4303 21.8713 12.1508 22.1508C11.8713 22.4303 11.5252 22.575 11.1715 22.6527C10.8263 22.7286 10.4299 22.75 10 22.75H6C5.5701 22.75 5.17373 22.7286 4.82851 22.6527C4.4748 22.575 4.12868 22.4303 3.84917 22.1508C3.56966 21.8713 3.42498 21.5252 3.34728 21.1715C3.27144 20.8263 3.25 20.4299 3.25 20C3.25 19.5701 3.27144 19.1737 3.34728 18.8285C3.42498 18.4748 3.56966 18.1287 3.84917 17.8492C4.12868 17.5697 4.4748 17.425 4.82851 17.3473Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00003 5C7.55231 5 8.00003 5.44772 8.00003 6C8.00003 6.51259 8.00487 6.62284 8.01924 6.69509C8.09815 7.09178 8.40825 7.40188 8.80494 7.48079C8.87718 7.49516 8.98744 7.5 9.50003 7.5H14.5C14.5283 7.5 14.5562 7.49998 14.5839 7.49996C14.9646 7.49965 15.2924 7.49939 15.5853 7.55764C16.7754 7.79436 17.7057 8.72466 17.9424 9.91473C18.0006 10.2076 18.0004 10.5354 18.0001 10.9161C18 10.9438 18 10.9718 18 11C18 11.5523 17.5523 12 17 12C16.4477 12 16 11.5523 16 11C16 10.4874 15.9952 10.3772 15.9808 10.3049C15.9019 9.90822 15.5918 9.59812 15.1951 9.51921C15.1229 9.50484 15.0126 9.5 14.5 9.5H9.50003C9.47178 9.5 9.44382 9.50002 9.41614 9.50004C9.03545 9.50035 8.70761 9.50061 8.41476 9.44236C7.22468 9.20564 6.29439 8.27534 6.05767 7.08527C5.99942 6.79242 5.99968 6.46458 5.99998 6.08388C6 6.0562 6.00003 6.02825 6.00003 6C6.00003 5.44772 6.44774 5 7.00003 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 14C17.5523 14 18 14.4477 18 15V16C18 16.022 18 16.044 18 16.0658C18.0001 16.9523 18.0001 17.7161 17.9179 18.3278C17.8297 18.9833 17.631 19.6117 17.1213 20.1213C16.6117 20.631 15.9833 20.8297 15.3278 20.9179C14.7161 21.0001 13.9523 21.0001 13.0658 21C13.044 21 13.022 21 13 21H12C11.4477 21 11 20.5523 11 20C11 19.4477 11.4477 19 12 19H13C13.9711 19 14.5988 18.9979 15.0613 18.9357C15.495 18.8774 15.631 18.7832 15.7071 18.7071C15.7832 18.631 15.8774 18.495 15.9357 18.0613C15.9979 17.5988 16 16.9711 16 16V15C16 14.4477 16.4477 14 17 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.82851 1.34728C4.17373 1.27144 4.5701 1.25 5 1.25H9C9.4299 1.25 9.82627 1.27144 10.1715 1.34728C10.5252 1.42498 10.8713 1.56966 11.1508 1.84917C11.4303 2.12868 11.575 2.4748 11.6527 2.82851C11.7286 3.17373 11.75 3.5701 11.75 4C11.75 4.4299 11.7286 4.82627 11.6527 5.17149C11.575 5.5252 11.4303 5.87132 11.1508 6.15083C10.8713 6.43034 10.5252 6.57502 10.1715 6.65272C9.82627 6.72856 9.4299 6.75 9 6.75H5C4.5701 6.75 4.17373 6.72856 3.82851 6.65272C3.4748 6.57502 3.12868 6.43034 2.84917 6.15083C2.56966 5.87132 2.42498 5.5252 2.34728 5.17149C2.27144 4.82627 2.25 4.4299 2.25 4C2.25 3.5701 2.27144 3.17373 2.34728 2.82851C2.42498 2.4748 2.56966 2.12868 2.84917 1.84917C3.12868 1.56966 3.4748 1.42498 3.82851 1.34728Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.8285 10.3473C14.1737 10.2714 14.5701 10.25 15 10.25H19C19.4299 10.25 19.8263 10.2714 20.1715 10.3473C20.5252 10.425 20.8713 10.5697 21.1508 10.8492C21.4303 11.1287 21.575 11.4748 21.6527 11.8285C21.7286 12.1737 21.75 12.5701 21.75 13C21.75 13.4299 21.7286 13.8263 21.6527 14.1715C21.575 14.5252 21.4303 14.8713 21.1508 15.1508C20.8713 15.4303 20.5252 15.575 20.1715 15.6527C19.8263 15.7286 19.4299 15.75 19 15.75H15C14.5701 15.75 14.1737 15.7286 13.8285 15.6527C13.4748 15.575 13.1287 15.4303 12.8492 15.1508C12.5697 14.8713 12.425 14.5252 12.3473 14.1715C12.2714 13.8263 12.25 13.4299 12.25 13C12.25 12.5701 12.2714 12.1737 12.3473 11.8285C12.425 11.4748 12.5697 11.1287 12.8492 10.8492C13.1287 10.5697 13.4748 10.425 13.8285 10.3473Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.82851 17.3473C5.17373 17.2714 5.5701 17.25 6 17.25H10C10.4299 17.25 10.8263 17.2714 11.1715 17.3473C11.5252 17.425 11.8713 17.5697 12.1508 17.8492C12.4303 18.1287 12.575 18.4748 12.6527 18.8285C12.7286 19.1737 12.75 19.5701 12.75 20C12.75 20.4299 12.7286 20.8263 12.6527 21.1715C12.575 21.5252 12.4303 21.8713 12.1508 22.1508C11.8713 22.4303 11.5252 22.575 11.1715 22.6527C10.8263 22.7286 10.4299 22.75 10 22.75H6C5.5701 22.75 5.17373 22.7286 4.82851 22.6527C4.4748 22.575 4.12868 22.4303 3.84917 22.1508C3.56966 21.8713 3.42498 21.5252 3.34728 21.1715C3.27144 20.8263 3.25 20.4299 3.25 20C3.25 19.5701 3.27144 19.1737 3.34728 18.8285C3.42498 18.4748 3.56966 18.1287 3.84917 17.8492C4.12868 17.5697 4.4748 17.425 4.82851 17.3473Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-workflow-square-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1586 10.1009C14.4237 10.0021 13.4425 10 12 10H9C8.44772 10 8 9.55229 8 9C8 8.44772 8.44772 8 9 8H12C12.0236 8 12.0471 8 12.0706 8C13.4247 7.99997 14.5413 7.99994 15.4251 8.11875C16.3529 8.2435 17.1723 8.51547 17.8284 9.17158C18.4845 9.82768 18.7565 10.6471 18.8812 11.5749C19.0001 12.4587 19 13.5753 19 14.9294L19 15C19 15.5523 18.5523 16 18 16C17.4477 16 17 15.5523 17 15C17 13.5575 16.9979 12.5763 16.8991 11.8414C16.8042 11.1354 16.6368 10.8084 16.4142 10.5858C16.1916 10.3632 15.8646 10.1958 15.1586 10.1009Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1C6.55228 1 7 1.44772 7 2V6C7 6.55228 6.55228 7 6 7C5.44772 7 5 6.55228 5 6V2C5 1.44772 5.44772 1 6 1ZM6 11C6.55228 11 7 11.4477 7 12V22C7 22.5523 6.55228 23 6 23C5.44772 23 5 22.5523 5 22V12C5 11.4477 5.44772 11 6 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9506 14.25L18 14.25L18.0494 14.25H18.0494C18.7143 14.25 19.2871 14.2499 19.7458 14.3116C20.2375 14.3777 20.7087 14.5268 21.091 14.909C21.4732 15.2913 21.6223 15.7625 21.6884 16.2542C21.7501 16.7129 21.75 17.2858 21.75 17.9506V18.0494C21.75 18.7142 21.7501 19.2871 21.6884 19.7458C21.6223 20.2375 21.4732 20.7087 21.091 21.091C20.7087 21.4732 20.2375 21.6223 19.7458 21.6884C19.2871 21.7501 18.7142 21.75 18.0494 21.75H17.9506C17.2858 21.75 16.7129 21.7501 16.2542 21.6884C15.7625 21.6223 15.2913 21.4732 14.909 21.091C14.5268 20.7087 14.3777 20.2375 14.3116 19.7458C14.2499 19.2871 14.25 18.7143 14.25 18.0494V18.0494L14.25 18L14.25 17.9506V17.9506C14.25 17.2857 14.2499 16.7129 14.3116 16.2542C14.3777 15.7625 14.5268 15.2913 14.909 14.909C15.2913 14.5268 15.7625 14.3777 16.2542 14.3116C16.7129 14.2499 17.2857 14.25 17.9506 14.25H17.9506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95063 5.25L6 5.25L6.04938 5.25H6.04943C6.71427 5.24996 7.28711 5.24993 7.74585 5.31161C8.23748 5.37771 8.70875 5.52677 9.09099 5.90901C9.47324 6.29126 9.6223 6.76252 9.6884 7.25416C9.75007 7.71291 9.75004 8.28577 9.75001 8.95064V9.04937C9.75004 9.71424 9.75007 10.2871 9.6884 10.7458C9.6223 11.2375 9.47324 11.7087 9.09099 12.091C8.70875 12.4732 8.23748 12.6223 7.74585 12.6884C7.2871 12.7501 6.71424 12.75 6.04937 12.75H5.95064C5.28577 12.75 4.71291 12.7501 4.25416 12.6884C3.76252 12.6223 3.29126 12.4732 2.90901 12.091C2.52677 11.7087 2.37771 11.2375 2.31161 10.7458C2.24993 10.2871 2.24996 9.71427 2.25 9.04943V9.04938L2.25 9L2.25 8.95063V8.95058C2.24996 8.28574 2.24993 7.71289 2.31161 7.25416C2.37771 6.76252 2.52677 6.29126 2.90901 5.90901C3.29126 5.52677 3.76252 5.37771 4.25416 5.31161C4.71289 5.24993 5.28574 5.24996 5.95058 5.25H5.95063Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1586 10.1009C14.4237 10.0021 13.4425 10 12 10H9C8.44772 10 8 9.55229 8 9C8 8.44772 8.44772 8 9 8H12C12.0236 8 12.0471 8 12.0706 8C13.4247 7.99997 14.5413 7.99994 15.4251 8.11875C16.3529 8.2435 17.1723 8.51547 17.8284 9.17158C18.4845 9.82768 18.7565 10.6471 18.8812 11.5749C19.0001 12.4587 19 13.5753 19 14.9294L19 15C19 15.5523 18.5523 16 18 16C17.4477 16 17 15.5523 17 15C17 13.5575 16.9979 12.5763 16.8991 11.8414C16.8042 11.1354 16.6368 10.8084 16.4142 10.5858C16.1916 10.3632 15.8646 10.1958 15.1586 10.1009Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1C6.55228 1 7 1.44772 7 2V6C7 6.55228 6.55228 7 6 7C5.44772 7 5 6.55228 5 6V2C5 1.44772 5.44772 1 6 1ZM6 11C6.55228 11 7 11.4477 7 12V22C7 22.5523 6.55228 23 6 23C5.44772 23 5 22.5523 5 22V12C5 11.4477 5.44772 11 6 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9506 14.25L18 14.25L18.0494 14.25H18.0494C18.7143 14.25 19.2871 14.2499 19.7458 14.3116C20.2375 14.3777 20.7087 14.5268 21.091 14.909C21.4732 15.2913 21.6223 15.7625 21.6884 16.2542C21.7501 16.7129 21.75 17.2858 21.75 17.9506V18.0494C21.75 18.7142 21.7501 19.2871 21.6884 19.7458C21.6223 20.2375 21.4732 20.7087 21.091 21.091C20.7087 21.4732 20.2375 21.6223 19.7458 21.6884C19.2871 21.7501 18.7142 21.75 18.0494 21.75H17.9506C17.2858 21.75 16.7129 21.7501 16.2542 21.6884C15.7625 21.6223 15.2913 21.4732 14.909 21.091C14.5268 20.7087 14.3777 20.2375 14.3116 19.7458C14.2499 19.2871 14.25 18.7143 14.25 18.0494V18.0494L14.25 18L14.25 17.9506V17.9506C14.25 17.2857 14.2499 16.7129 14.3116 16.2542C14.3777 15.7625 14.5268 15.2913 14.909 14.909C15.2913 14.5268 15.7625 14.3777 16.2542 14.3116C16.7129 14.2499 17.2857 14.25 17.9506 14.25H17.9506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95063 5.25L6 5.25L6.04938 5.25H6.04943C6.71427 5.24996 7.28711 5.24993 7.74585 5.31161C8.23748 5.37771 8.70875 5.52677 9.09099 5.90901C9.47324 6.29126 9.6223 6.76252 9.6884 7.25416C9.75007 7.71291 9.75004 8.28577 9.75001 8.95064V9.04937C9.75004 9.71424 9.75007 10.2871 9.6884 10.7458C9.6223 11.2375 9.47324 11.7087 9.09099 12.091C8.70875 12.4732 8.23748 12.6223 7.74585 12.6884C7.2871 12.7501 6.71424 12.75 6.04937 12.75H5.95064C5.28577 12.75 4.71291 12.7501 4.25416 12.6884C3.76252 12.6223 3.29126 12.4732 2.90901 12.091C2.52677 11.7087 2.37771 11.2375 2.31161 10.7458C2.24993 10.2871 2.24996 9.71427 2.25 9.04943V9.04938L2.25 9L2.25 8.95063V8.95058C2.24996 8.28574 2.24993 7.71289 2.31161 7.25416C2.37771 6.76252 2.52677 6.29126 2.90901 5.90901C3.29126 5.52677 3.76252 5.37771 4.25416 5.31161C4.71289 5.24993 5.28574 5.24996 5.95058 5.25H5.95063Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-workflow-square-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.18628 3.91872C7.50729 3.4693 8.13184 3.36521 8.58125 3.68622L15.5813 8.68622C15.8334 8.86631 15.9878 9.1531 15.9993 9.46272C16.0109 9.77234 15.8782 10.0698 15.6402 10.2682L10.6352 14.439L16.5813 18.6862C17.0307 19.0072 17.1348 19.6318 16.8137 20.0812C16.4927 20.5306 15.8682 20.6347 15.4188 20.3137L8.41878 15.3137C8.16665 15.1336 8.01225 14.8468 8.00071 14.5372C7.98917 14.2276 8.12181 13.9301 8.35983 13.7317L13.3649 9.56088L7.41878 5.31369C6.96937 4.99268 6.86527 4.36813 7.18628 3.91872Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.35304 1.25L5.40001 1.25001H5.60001L5.64697 1.25C6.17232 1.24996 6.6395 1.24992 7.01667 1.30063C7.42661 1.35574 7.84055 1.48283 8.17886 1.82115C8.51718 2.15946 8.64427 2.5734 8.69938 2.98334C8.75009 3.3605 8.75005 3.82767 8.75001 4.35301V4.35305L8.75001 4.40001V4.60001L8.75001 4.64697V4.647C8.75005 5.17234 8.75009 5.63951 8.69938 6.01667C8.64427 6.42661 8.51718 6.84055 8.17886 7.17886C7.84055 7.51718 7.42661 7.64427 7.01667 7.69938C6.63951 7.75009 6.17234 7.75005 5.647 7.75001H5.64697L5.60001 7.75001H5.40001L5.35305 7.75001H5.35301C4.82767 7.75005 4.3605 7.75009 3.98334 7.69938C3.5734 7.64427 3.15946 7.51718 2.82115 7.17886C2.48283 6.84055 2.35574 6.42661 2.30063 6.01667C2.24992 5.6395 2.24996 5.17232 2.25 4.64697L2.25001 4.60001V4.40001L2.25 4.35304C2.24996 3.82769 2.24992 3.36051 2.30063 2.98334C2.35574 2.5734 2.48283 2.15946 2.82115 1.82115C3.15946 1.48283 3.5734 1.35574 3.98334 1.30063C4.36051 1.24992 4.82769 1.24996 5.35304 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.353 6.25L18.4 6.25001H18.6L18.647 6.25C19.1723 6.24996 19.6395 6.24992 20.0167 6.30063C20.4266 6.35574 20.8406 6.48283 21.1789 6.82115C21.5172 7.15946 21.6443 7.5734 21.6994 7.98334C21.7501 8.3605 21.7501 8.82767 21.75 9.35301V9.35305L21.75 9.40001V9.60001L21.75 9.64697V9.647C21.7501 10.1723 21.7501 10.6395 21.6994 11.0167C21.6443 11.4266 21.5172 11.8406 21.1789 12.1789C20.8406 12.5172 20.4266 12.6443 20.0167 12.6994C19.6395 12.7501 19.1723 12.7501 18.647 12.75H18.647L18.6 12.75H18.4L18.353 12.75H18.353C17.8277 12.7501 17.3605 12.7501 16.9833 12.6994C16.5734 12.6443 16.1595 12.5172 15.8211 12.1789C15.4828 11.8406 15.3557 11.4266 15.3006 11.0167C15.2499 10.6395 15.25 10.1723 15.25 9.64697L15.25 9.60001V9.40001L15.25 9.35304C15.25 8.82769 15.2499 8.36051 15.3006 7.98334C15.3557 7.5734 15.4828 7.15946 15.8211 6.82115C16.1595 6.48283 16.5734 6.35574 16.9833 6.30063C17.3605 6.24992 17.8277 6.24996 18.353 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.35304 11.25L5.40001 11.25H5.60001L5.64697 11.25C6.17232 11.25 6.6395 11.2499 7.01667 11.3006C7.42661 11.3557 7.84055 11.4828 8.17886 11.8211C8.51718 12.1595 8.64427 12.5734 8.69938 12.9833C8.75009 13.3605 8.75005 13.8277 8.75001 14.353V14.353L8.75001 14.4V14.6L8.75001 14.647V14.647C8.75005 15.1723 8.75009 15.6395 8.69938 16.0167C8.64427 16.4266 8.51718 16.8406 8.17886 17.1789C7.84055 17.5172 7.42661 17.6443 7.01667 17.6994C6.63951 17.7501 6.17234 17.7501 5.647 17.75H5.64697L5.60001 17.75H5.40001L5.35305 17.75H5.35301C4.82767 17.7501 4.3605 17.7501 3.98334 17.6994C3.5734 17.6443 3.15946 17.5172 2.82115 17.1789C2.48283 16.8406 2.35574 16.4266 2.30063 16.0167C2.24992 15.6395 2.24996 15.1723 2.25 14.647L2.25001 14.6V14.4L2.25 14.353C2.24996 13.8277 2.24992 13.3605 2.30063 12.9833C2.35574 12.5734 2.48283 12.1595 2.82115 11.8211C3.15946 11.4828 3.5734 11.3557 3.98334 11.3006C4.36051 11.2499 4.82769 11.25 5.35304 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.353 16.25L18.4 16.25H18.6L18.647 16.25C19.1723 16.25 19.6395 16.2499 20.0167 16.3006C20.4266 16.3557 20.8406 16.4828 21.1789 16.8211C21.5172 17.1595 21.6443 17.5734 21.6994 17.9833C21.7501 18.3605 21.7501 18.8277 21.75 19.353V19.353L21.75 19.4V19.6L21.75 19.647V19.647C21.7501 20.1723 21.7501 20.6395 21.6994 21.0167C21.6443 21.4266 21.5172 21.8406 21.1789 22.1789C20.8406 22.5172 20.4266 22.6443 20.0167 22.6994C19.6395 22.7501 19.1723 22.7501 18.647 22.75H18.647L18.6 22.75H18.4L18.353 22.75H18.353C17.8277 22.7501 17.3605 22.7501 16.9833 22.6994C16.5734 22.6443 16.1595 22.5172 15.8211 22.1789C15.4828 21.8406 15.3557 21.4266 15.3006 21.0167C15.2499 20.6395 15.25 20.1723 15.25 19.647L15.25 19.6V19.4L15.25 19.353C15.25 18.8277 15.2499 18.3605 15.3006 17.9833C15.3557 17.5734 15.4828 17.1595 15.8211 16.8211C16.1595 16.4828 16.5734 16.3557 16.9833 16.3006C17.3605 16.2499 17.8277 16.25 18.353 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.18628 3.91872C7.50729 3.4693 8.13184 3.36521 8.58125 3.68622L15.5813 8.68622C15.8334 8.86631 15.9878 9.1531 15.9993 9.46272C16.0109 9.77234 15.8782 10.0698 15.6402 10.2682L10.6352 14.439L16.5813 18.6862C17.0307 19.0072 17.1348 19.6318 16.8137 20.0812C16.4927 20.5306 15.8682 20.6347 15.4188 20.3137L8.41878 15.3137C8.16665 15.1336 8.01225 14.8468 8.00071 14.5372C7.98917 14.2276 8.12181 13.9301 8.35983 13.7317L13.3649 9.56088L7.41878 5.31369C6.96937 4.99268 6.86527 4.36813 7.18628 3.91872Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.35304 1.25L5.40001 1.25001H5.60001L5.64697 1.25C6.17232 1.24996 6.6395 1.24992 7.01667 1.30063C7.42661 1.35574 7.84055 1.48283 8.17886 1.82115C8.51718 2.15946 8.64427 2.5734 8.69938 2.98334C8.75009 3.3605 8.75005 3.82767 8.75001 4.35301V4.35305L8.75001 4.40001V4.60001L8.75001 4.64697V4.647C8.75005 5.17234 8.75009 5.63951 8.69938 6.01667C8.64427 6.42661 8.51718 6.84055 8.17886 7.17886C7.84055 7.51718 7.42661 7.64427 7.01667 7.69938C6.63951 7.75009 6.17234 7.75005 5.647 7.75001H5.64697L5.60001 7.75001H5.40001L5.35305 7.75001H5.35301C4.82767 7.75005 4.3605 7.75009 3.98334 7.69938C3.5734 7.64427 3.15946 7.51718 2.82115 7.17886C2.48283 6.84055 2.35574 6.42661 2.30063 6.01667C2.24992 5.6395 2.24996 5.17232 2.25 4.64697L2.25001 4.60001V4.40001L2.25 4.35304C2.24996 3.82769 2.24992 3.36051 2.30063 2.98334C2.35574 2.5734 2.48283 2.15946 2.82115 1.82115C3.15946 1.48283 3.5734 1.35574 3.98334 1.30063C4.36051 1.24992 4.82769 1.24996 5.35304 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.353 6.25L18.4 6.25001H18.6L18.647 6.25C19.1723 6.24996 19.6395 6.24992 20.0167 6.30063C20.4266 6.35574 20.8406 6.48283 21.1789 6.82115C21.5172 7.15946 21.6443 7.5734 21.6994 7.98334C21.7501 8.3605 21.7501 8.82767 21.75 9.35301V9.35305L21.75 9.40001V9.60001L21.75 9.64697V9.647C21.7501 10.1723 21.7501 10.6395 21.6994 11.0167C21.6443 11.4266 21.5172 11.8406 21.1789 12.1789C20.8406 12.5172 20.4266 12.6443 20.0167 12.6994C19.6395 12.7501 19.1723 12.7501 18.647 12.75H18.647L18.6 12.75H18.4L18.353 12.75H18.353C17.8277 12.7501 17.3605 12.7501 16.9833 12.6994C16.5734 12.6443 16.1595 12.5172 15.8211 12.1789C15.4828 11.8406 15.3557 11.4266 15.3006 11.0167C15.2499 10.6395 15.25 10.1723 15.25 9.64697L15.25 9.60001V9.40001L15.25 9.35304C15.25 8.82769 15.2499 8.36051 15.3006 7.98334C15.3557 7.5734 15.4828 7.15946 15.8211 6.82115C16.1595 6.48283 16.5734 6.35574 16.9833 6.30063C17.3605 6.24992 17.8277 6.24996 18.353 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.35304 11.25L5.40001 11.25H5.60001L5.64697 11.25C6.17232 11.25 6.6395 11.2499 7.01667 11.3006C7.42661 11.3557 7.84055 11.4828 8.17886 11.8211C8.51718 12.1595 8.64427 12.5734 8.69938 12.9833C8.75009 13.3605 8.75005 13.8277 8.75001 14.353V14.353L8.75001 14.4V14.6L8.75001 14.647V14.647C8.75005 15.1723 8.75009 15.6395 8.69938 16.0167C8.64427 16.4266 8.51718 16.8406 8.17886 17.1789C7.84055 17.5172 7.42661 17.6443 7.01667 17.6994C6.63951 17.7501 6.17234 17.7501 5.647 17.75H5.64697L5.60001 17.75H5.40001L5.35305 17.75H5.35301C4.82767 17.7501 4.3605 17.7501 3.98334 17.6994C3.5734 17.6443 3.15946 17.5172 2.82115 17.1789C2.48283 16.8406 2.35574 16.4266 2.30063 16.0167C2.24992 15.6395 2.24996 15.1723 2.25 14.647L2.25001 14.6V14.4L2.25 14.353C2.24996 13.8277 2.24992 13.3605 2.30063 12.9833C2.35574 12.5734 2.48283 12.1595 2.82115 11.8211C3.15946 11.4828 3.5734 11.3557 3.98334 11.3006C4.36051 11.2499 4.82769 11.25 5.35304 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.353 16.25L18.4 16.25H18.6L18.647 16.25C19.1723 16.25 19.6395 16.2499 20.0167 16.3006C20.4266 16.3557 20.8406 16.4828 21.1789 16.8211C21.5172 17.1595 21.6443 17.5734 21.6994 17.9833C21.7501 18.3605 21.7501 18.8277 21.75 19.353V19.353L21.75 19.4V19.6L21.75 19.647V19.647C21.7501 20.1723 21.7501 20.6395 21.6994 21.0167C21.6443 21.4266 21.5172 21.8406 21.1789 22.1789C20.8406 22.5172 20.4266 22.6443 20.0167 22.6994C19.6395 22.7501 19.1723 22.7501 18.647 22.75H18.647L18.6 22.75H18.4L18.353 22.75H18.353C17.8277 22.7501 17.3605 22.7501 16.9833 22.6994C16.5734 22.6443 16.1595 22.5172 15.8211 22.1789C15.4828 21.8406 15.3557 21.4266 15.3006 21.0167C15.2499 20.6395 15.25 20.1723 15.25 19.647L15.25 19.6V19.4L15.25 19.353C15.25 18.8277 15.2499 18.3605 15.3006 17.9833C15.3557 17.5734 15.4828 17.1595 15.8211 16.8211C16.1595 16.4828 16.5734 16.3557 16.9833 16.3006C17.3605 16.2499 17.8277 16.25 18.353 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-workflow-square-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9506 1.25L12 1.25L12.0494 1.25H12.0494C12.7143 1.24996 13.2871 1.24993 13.7458 1.31161C14.2375 1.37771 14.7087 1.52677 15.091 1.90901C15.4732 2.29126 15.6223 2.76252 15.6884 3.25416C15.7501 3.71291 15.75 4.28577 15.75 4.95064V5.04937C15.75 5.71424 15.7501 6.2871 15.6884 6.74585C15.6223 7.23748 15.4732 7.70875 15.091 8.09099C14.7087 8.47324 14.2375 8.6223 13.7458 8.6884C13.2871 8.75007 12.7142 8.75004 12.0494 8.75001H11.9506C11.2858 8.75004 10.7129 8.75007 10.2542 8.6884C9.76252 8.6223 9.29126 8.47324 8.90901 8.09099C8.52677 7.70875 8.37771 7.23748 8.31161 6.74585C8.24993 6.28711 8.24996 5.71427 8.25 5.04943V5.04938L8.25 5L8.25 4.95063V4.95058C8.24996 4.28574 8.24993 3.71289 8.31161 3.25416C8.37771 2.76252 8.52677 2.29126 8.90901 1.90901C9.29126 1.52677 9.76252 1.37771 10.2542 1.31161C10.7129 1.24993 11.2857 1.24996 11.9506 1.25H11.9506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.95063 15.25L5 15.25L5.04938 15.25H5.04943C5.71427 15.25 6.28711 15.2499 6.74585 15.3116C7.23748 15.3777 7.70875 15.5268 8.09099 15.909C8.47324 16.2913 8.6223 16.7625 8.6884 17.2542C8.75007 17.7129 8.75004 18.2858 8.75001 18.9506V19.0494C8.75004 19.7142 8.75007 20.2871 8.6884 20.7458C8.6223 21.2375 8.47324 21.7087 8.09099 22.091C7.70875 22.4732 7.23748 22.6223 6.74585 22.6884C6.2871 22.7501 5.71424 22.75 5.04937 22.75H4.95064C4.28577 22.75 3.71291 22.7501 3.25416 22.6884C2.76252 22.6223 2.29126 22.4732 1.90901 22.091C1.52677 21.7087 1.37771 21.2375 1.31161 20.7458C1.24993 20.2871 1.24996 19.7143 1.25 19.0494V19.0494L1.25 19L1.25 18.9506V18.9506C1.24996 18.2857 1.24993 17.7129 1.31161 17.2542C1.37771 16.7625 1.52677 16.2913 1.90901 15.909C2.29126 15.5268 2.76252 15.3777 3.25416 15.3116C3.71289 15.2499 4.28574 15.25 4.95058 15.25H4.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9506 15.25L19 15.25L19.0494 15.25H19.0494C19.7143 15.25 20.2871 15.2499 20.7458 15.3116C21.2375 15.3777 21.7087 15.5268 22.091 15.909C22.4732 16.2913 22.6223 16.7625 22.6884 17.2542C22.7501 17.7129 22.75 18.2858 22.75 18.9506V19.0494C22.75 19.7142 22.7501 20.2871 22.6884 20.7458C22.6223 21.2375 22.4732 21.7087 22.091 22.091C21.7087 22.4732 21.2375 22.6223 20.7458 22.6884C20.2871 22.7501 19.7142 22.75 19.0494 22.75H18.9506C18.2858 22.75 17.7129 22.7501 17.2542 22.6884C16.7625 22.6223 16.2913 22.4732 15.909 22.091C15.5268 21.7087 15.3777 21.2375 15.3116 20.7458C15.2499 20.2871 15.25 19.7143 15.25 19.0494V19.0494L15.25 19L15.25 18.9506V18.9506C15.25 18.2857 15.2499 17.7129 15.3116 17.2542C15.3777 16.7625 15.5268 16.2913 15.909 15.909C16.2913 15.5268 16.7625 15.3777 17.2542 15.3116C17.7129 15.2499 18.2857 15.25 18.9506 15.25H18.9506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 7C12.5523 7 13 7.44772 13 8L13 9.03602V9.03973C13.0001 9.49866 13.0012 9.79129 13.0191 10.015C13.0364 10.2324 13.0648 10.303 13.078 10.3303C13.1867 10.5552 13.4202 10.7794 13.775 10.9054C13.8621 10.9363 13.9987 10.9661 14.2817 10.9827C14.5711 10.9996 14.9447 11 15.5 11L15.529 11H15.529C16.048 11 16.4803 11 16.8351 11.0207C17.2029 11.0422 17.5525 11.0885 17.8942 11.2099C18.6828 11.4899 19.3579 12.0444 19.7228 12.7995C19.8872 13.1398 19.9476 13.486 19.9746 13.8263C20 14.1453 20 14.5289 20 14.964L20 16C20 16.5523 19.5523 17 19 17C18.4477 17 18 16.5523 18 16V15C18 14.5181 17.9993 14.2151 17.981 13.985C17.9636 13.7676 17.9352 13.697 17.922 13.6697C17.8133 13.4448 17.5798 13.2206 17.225 13.0946C17.1379 13.0637 17.0013 13.0339 16.7183 13.0173C16.4289 13.0004 16.0553 13 15.5 13H15.471H15.471C14.952 13 14.5197 13 14.1649 12.9793C13.7971 12.9578 13.4475 12.9115 13.1058 12.7901C12.6977 12.6452 12.32 12.4268 12 12.1451C11.68 12.4268 11.3023 12.6452 10.8942 12.7901C10.5525 12.9115 10.2029 12.9578 9.83508 12.9793C9.4803 13 9.04796 13 8.52902 13H8.529H8.5C7.94466 13 7.57111 13.0004 7.28169 13.0173C6.99873 13.0339 6.86207 13.0637 6.77499 13.0946C6.42018 13.2206 6.18672 13.4448 6.07799 13.6697C6.06483 13.697 6.03636 13.7676 6.01905 13.985C6.00074 14.2151 6 14.5181 6 15V16C6 16.5523 5.55229 17 5 17C4.44772 17 4 16.5523 4 16L4 14.964V14.9639C3.99998 14.5288 3.99997 14.1453 4.02536 13.8263C4.05245 13.486 4.11279 13.1398 4.27724 12.7995C4.64215 12.0444 5.31717 11.4899 6.10583 11.2099C6.44755 11.0885 6.79708 11.0422 7.16492 11.0207C7.5197 11 7.95204 11 8.47097 11H8.47102L8.5 11C9.05534 11 9.42889 10.9996 9.71832 10.9827C10.0013 10.9661 10.1379 10.9363 10.225 10.9054C10.5798 10.7794 10.8133 10.5552 10.922 10.3303C10.9352 10.303 10.9636 10.2324 10.981 10.015C10.999 9.78845 11 9.4912 11 9.02214L11 9V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9506 1.25L12 1.25L12.0494 1.25H12.0494C12.7143 1.24996 13.2871 1.24993 13.7458 1.31161C14.2375 1.37771 14.7087 1.52677 15.091 1.90901C15.4732 2.29126 15.6223 2.76252 15.6884 3.25416C15.7501 3.71291 15.75 4.28577 15.75 4.95064V5.04937C15.75 5.71424 15.7501 6.2871 15.6884 6.74585C15.6223 7.23748 15.4732 7.70875 15.091 8.09099C14.7087 8.47324 14.2375 8.6223 13.7458 8.6884C13.2871 8.75007 12.7142 8.75004 12.0494 8.75001H11.9506C11.2858 8.75004 10.7129 8.75007 10.2542 8.6884C9.76252 8.6223 9.29126 8.47324 8.90901 8.09099C8.52677 7.70875 8.37771 7.23748 8.31161 6.74585C8.24993 6.28711 8.24996 5.71427 8.25 5.04943V5.04938L8.25 5L8.25 4.95063V4.95058C8.24996 4.28574 8.24993 3.71289 8.31161 3.25416C8.37771 2.76252 8.52677 2.29126 8.90901 1.90901C9.29126 1.52677 9.76252 1.37771 10.2542 1.31161C10.7129 1.24993 11.2857 1.24996 11.9506 1.25H11.9506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.95063 15.25L5 15.25L5.04938 15.25H5.04943C5.71427 15.25 6.28711 15.2499 6.74585 15.3116C7.23748 15.3777 7.70875 15.5268 8.09099 15.909C8.47324 16.2913 8.6223 16.7625 8.6884 17.2542C8.75007 17.7129 8.75004 18.2858 8.75001 18.9506V19.0494C8.75004 19.7142 8.75007 20.2871 8.6884 20.7458C8.6223 21.2375 8.47324 21.7087 8.09099 22.091C7.70875 22.4732 7.23748 22.6223 6.74585 22.6884C6.2871 22.7501 5.71424 22.75 5.04937 22.75H4.95064C4.28577 22.75 3.71291 22.7501 3.25416 22.6884C2.76252 22.6223 2.29126 22.4732 1.90901 22.091C1.52677 21.7087 1.37771 21.2375 1.31161 20.7458C1.24993 20.2871 1.24996 19.7143 1.25 19.0494V19.0494L1.25 19L1.25 18.9506V18.9506C1.24996 18.2857 1.24993 17.7129 1.31161 17.2542C1.37771 16.7625 1.52677 16.2913 1.90901 15.909C2.29126 15.5268 2.76252 15.3777 3.25416 15.3116C3.71289 15.2499 4.28574 15.25 4.95058 15.25H4.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9506 15.25L19 15.25L19.0494 15.25H19.0494C19.7143 15.25 20.2871 15.2499 20.7458 15.3116C21.2375 15.3777 21.7087 15.5268 22.091 15.909C22.4732 16.2913 22.6223 16.7625 22.6884 17.2542C22.7501 17.7129 22.75 18.2858 22.75 18.9506V19.0494C22.75 19.7142 22.7501 20.2871 22.6884 20.7458C22.6223 21.2375 22.4732 21.7087 22.091 22.091C21.7087 22.4732 21.2375 22.6223 20.7458 22.6884C20.2871 22.7501 19.7142 22.75 19.0494 22.75H18.9506C18.2858 22.75 17.7129 22.7501 17.2542 22.6884C16.7625 22.6223 16.2913 22.4732 15.909 22.091C15.5268 21.7087 15.3777 21.2375 15.3116 20.7458C15.2499 20.2871 15.25 19.7143 15.25 19.0494V19.0494L15.25 19L15.25 18.9506V18.9506C15.25 18.2857 15.2499 17.7129 15.3116 17.2542C15.3777 16.7625 15.5268 16.2913 15.909 15.909C16.2913 15.5268 16.7625 15.3777 17.2542 15.3116C17.7129 15.2499 18.2857 15.25 18.9506 15.25H18.9506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 7C12.5523 7 13 7.44772 13 8L13 9.03602V9.03973C13.0001 9.49866 13.0012 9.79129 13.0191 10.015C13.0364 10.2324 13.0648 10.303 13.078 10.3303C13.1867 10.5552 13.4202 10.7794 13.775 10.9054C13.8621 10.9363 13.9987 10.9661 14.2817 10.9827C14.5711 10.9996 14.9447 11 15.5 11L15.529 11H15.529C16.048 11 16.4803 11 16.8351 11.0207C17.2029 11.0422 17.5525 11.0885 17.8942 11.2099C18.6828 11.4899 19.3579 12.0444 19.7228 12.7995C19.8872 13.1398 19.9476 13.486 19.9746 13.8263C20 14.1453 20 14.5289 20 14.964L20 16C20 16.5523 19.5523 17 19 17C18.4477 17 18 16.5523 18 16V15C18 14.5181 17.9993 14.2151 17.981 13.985C17.9636 13.7676 17.9352 13.697 17.922 13.6697C17.8133 13.4448 17.5798 13.2206 17.225 13.0946C17.1379 13.0637 17.0013 13.0339 16.7183 13.0173C16.4289 13.0004 16.0553 13 15.5 13H15.471H15.471C14.952 13 14.5197 13 14.1649 12.9793C13.7971 12.9578 13.4475 12.9115 13.1058 12.7901C12.6977 12.6452 12.32 12.4268 12 12.1451C11.68 12.4268 11.3023 12.6452 10.8942 12.7901C10.5525 12.9115 10.2029 12.9578 9.83508 12.9793C9.4803 13 9.04796 13 8.52902 13H8.529H8.5C7.94466 13 7.57111 13.0004 7.28169 13.0173C6.99873 13.0339 6.86207 13.0637 6.77499 13.0946C6.42018 13.2206 6.18672 13.4448 6.07799 13.6697C6.06483 13.697 6.03636 13.7676 6.01905 13.985C6.00074 14.2151 6 14.5181 6 15V16C6 16.5523 5.55229 17 5 17C4.44772 17 4 16.5523 4 16L4 14.964V14.9639C3.99998 14.5288 3.99997 14.1453 4.02536 13.8263C4.05245 13.486 4.11279 13.1398 4.27724 12.7995C4.64215 12.0444 5.31717 11.4899 6.10583 11.2099C6.44755 11.0885 6.79708 11.0422 7.16492 11.0207C7.5197 11 7.95204 11 8.47097 11H8.47102L8.5 11C9.05534 11 9.42889 10.9996 9.71832 10.9827C10.0013 10.9661 10.1379 10.9363 10.225 10.9054C10.5798 10.7794 10.8133 10.5552 10.922 10.3303C10.9352 10.303 10.9636 10.2324 10.981 10.015C10.999 9.78845 11 9.4912 11 9.02214L11 9V8C11 7.44772 11.4477 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-workflow-square-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55228 7 7 7.44772 7 8V12.5351C7.58835 12.1948 8.27143 12 9 12H15C16.1046 12 17 11.1046 17 10C17 9.44772 17.4477 9 18 9C18.5523 9 19 9.44772 19 10C19 12.2091 17.2091 14 15 14H9C7.89543 14 7 14.8954 7 16C7 16.5523 6.55228 17 6 17C5.44772 17 5 16.5523 5 16V8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95063 1.25L6 1.25L6.04938 1.25H6.04943C6.71427 1.24996 7.28711 1.24993 7.74585 1.31161C8.23748 1.37771 8.70875 1.52677 9.09099 1.90901C9.47324 2.29126 9.6223 2.76252 9.6884 3.25416C9.75007 3.71291 9.75004 4.28577 9.75001 4.95064V5.04937C9.75004 5.71424 9.75007 6.2871 9.6884 6.74585C9.6223 7.23748 9.47324 7.70875 9.09099 8.09099C8.70875 8.47324 8.23748 8.6223 7.74585 8.6884C7.2871 8.75007 6.71424 8.75004 6.04937 8.75001H5.95064C5.28577 8.75004 4.71291 8.75007 4.25416 8.6884C3.76252 8.6223 3.29126 8.47324 2.90901 8.09099C2.52677 7.70875 2.37771 7.23748 2.31161 6.74585C2.24993 6.28711 2.24996 5.71427 2.25 5.04943V5.04938L2.25 5L2.25 4.95063V4.95058C2.24996 4.28574 2.24993 3.71289 2.31161 3.25416C2.37771 2.76252 2.52677 2.29126 2.90901 1.90901C3.29126 1.52677 3.76252 1.37771 4.25416 1.31161C4.71289 1.24993 5.28574 1.24996 5.95058 1.25H5.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95063 15.25L6 15.25L6.04938 15.25H6.04943C6.71427 15.25 7.28711 15.2499 7.74585 15.3116C8.23748 15.3777 8.70875 15.5268 9.09099 15.909C9.47324 16.2913 9.6223 16.7625 9.6884 17.2542C9.75007 17.7129 9.75004 18.2858 9.75001 18.9506V19.0494C9.75004 19.7142 9.75007 20.2871 9.6884 20.7458C9.6223 21.2375 9.47324 21.7087 9.09099 22.091C8.70875 22.4732 8.23748 22.6223 7.74585 22.6884C7.2871 22.7501 6.71424 22.75 6.04937 22.75H5.95064C5.28577 22.75 4.71291 22.7501 4.25416 22.6884C3.76252 22.6223 3.29126 22.4732 2.90901 22.091C2.52677 21.7087 2.37771 21.2375 2.31161 20.7458C2.24993 20.2871 2.24996 19.7143 2.25 19.0494V19.0494L2.25 19L2.25 18.9506V18.9506C2.24996 18.2857 2.24993 17.7129 2.31161 17.2542C2.37771 16.7625 2.52677 16.2913 2.90901 15.909C3.29126 15.5268 3.76252 15.3777 4.25416 15.3116C4.71289 15.2499 5.28574 15.25 5.95058 15.25H5.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9506 3.25L18 3.25L18.0494 3.25H18.0494C18.7143 3.24996 19.2871 3.24993 19.7458 3.31161C20.2375 3.37771 20.7087 3.52677 21.091 3.90901C21.4732 4.29126 21.6223 4.76252 21.6884 5.25416C21.7501 5.71291 21.75 6.28577 21.75 6.95064V7.04937C21.75 7.71424 21.7501 8.2871 21.6884 8.74585C21.6223 9.23748 21.4732 9.70875 21.091 10.091C20.7087 10.4732 20.2375 10.6223 19.7458 10.6884C19.2871 10.7501 18.7142 10.75 18.0494 10.75H17.9506C17.2858 10.75 16.7129 10.7501 16.2542 10.6884C15.7625 10.6223 15.2913 10.4732 14.909 10.091C14.5268 9.70875 14.3777 9.23748 14.3116 8.74585C14.2499 8.28711 14.25 7.71427 14.25 7.04943V7.04938L14.25 7L14.25 6.95063V6.95058C14.25 6.28574 14.2499 5.71289 14.3116 5.25416C14.3777 4.76252 14.5268 4.29126 14.909 3.90901C15.2913 3.52677 15.7625 3.37771 16.2542 3.31161C16.7129 3.24993 17.2857 3.24996 17.9506 3.25H17.9506Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55228 7 7 7.44772 7 8V12.5351C7.58835 12.1948 8.27143 12 9 12H15C16.1046 12 17 11.1046 17 10C17 9.44772 17.4477 9 18 9C18.5523 9 19 9.44772 19 10C19 12.2091 17.2091 14 15 14H9C7.89543 14 7 14.8954 7 16C7 16.5523 6.55228 17 6 17C5.44772 17 5 16.5523 5 16V8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95063 1.25L6 1.25L6.04938 1.25H6.04943C6.71427 1.24996 7.28711 1.24993 7.74585 1.31161C8.23748 1.37771 8.70875 1.52677 9.09099 1.90901C9.47324 2.29126 9.6223 2.76252 9.6884 3.25416C9.75007 3.71291 9.75004 4.28577 9.75001 4.95064V5.04937C9.75004 5.71424 9.75007 6.2871 9.6884 6.74585C9.6223 7.23748 9.47324 7.70875 9.09099 8.09099C8.70875 8.47324 8.23748 8.6223 7.74585 8.6884C7.2871 8.75007 6.71424 8.75004 6.04937 8.75001H5.95064C5.28577 8.75004 4.71291 8.75007 4.25416 8.6884C3.76252 8.6223 3.29126 8.47324 2.90901 8.09099C2.52677 7.70875 2.37771 7.23748 2.31161 6.74585C2.24993 6.28711 2.24996 5.71427 2.25 5.04943V5.04938L2.25 5L2.25 4.95063V4.95058C2.24996 4.28574 2.24993 3.71289 2.31161 3.25416C2.37771 2.76252 2.52677 2.29126 2.90901 1.90901C3.29126 1.52677 3.76252 1.37771 4.25416 1.31161C4.71289 1.24993 5.28574 1.24996 5.95058 1.25H5.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95063 15.25L6 15.25L6.04938 15.25H6.04943C6.71427 15.25 7.28711 15.2499 7.74585 15.3116C8.23748 15.3777 8.70875 15.5268 9.09099 15.909C9.47324 16.2913 9.6223 16.7625 9.6884 17.2542C9.75007 17.7129 9.75004 18.2858 9.75001 18.9506V19.0494C9.75004 19.7142 9.75007 20.2871 9.6884 20.7458C9.6223 21.2375 9.47324 21.7087 9.09099 22.091C8.70875 22.4732 8.23748 22.6223 7.74585 22.6884C7.2871 22.7501 6.71424 22.75 6.04937 22.75H5.95064C5.28577 22.75 4.71291 22.7501 4.25416 22.6884C3.76252 22.6223 3.29126 22.4732 2.90901 22.091C2.52677 21.7087 2.37771 21.2375 2.31161 20.7458C2.24993 20.2871 2.24996 19.7143 2.25 19.0494V19.0494L2.25 19L2.25 18.9506V18.9506C2.24996 18.2857 2.24993 17.7129 2.31161 17.2542C2.37771 16.7625 2.52677 16.2913 2.90901 15.909C3.29126 15.5268 3.76252 15.3777 4.25416 15.3116C4.71289 15.2499 5.28574 15.25 5.95058 15.25H5.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9506 3.25L18 3.25L18.0494 3.25H18.0494C18.7143 3.24996 19.2871 3.24993 19.7458 3.31161C20.2375 3.37771 20.7087 3.52677 21.091 3.90901C21.4732 4.29126 21.6223 4.76252 21.6884 5.25416C21.7501 5.71291 21.75 6.28577 21.75 6.95064V7.04937C21.75 7.71424 21.7501 8.2871 21.6884 8.74585C21.6223 9.23748 21.4732 9.70875 21.091 10.091C20.7087 10.4732 20.2375 10.6223 19.7458 10.6884C19.2871 10.7501 18.7142 10.75 18.0494 10.75H17.9506C17.2858 10.75 16.7129 10.7501 16.2542 10.6884C15.7625 10.6223 15.2913 10.4732 14.909 10.091C14.5268 9.70875 14.3777 9.23748 14.3116 8.74585C14.2499 8.28711 14.25 7.71427 14.25 7.04943V7.04938L14.25 7L14.25 6.95063V6.95058C14.25 6.28574 14.2499 5.71289 14.3116 5.25416C14.3777 4.76252 14.5268 4.29126 14.909 3.90901C15.2913 3.52677 15.7625 3.37771 16.2542 3.31161C16.7129 3.24993 17.2857 3.24996 17.9506 3.25H17.9506Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-workflow-square-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55228 7 7 7.44772 7 8C7 10.7614 9.23858 13 12 13H15C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H12C10.0413 15 8.27052 14.1955 7 12.899V16C7 16.5523 6.55228 17 6 17C5.44772 17 5 16.5523 5 16V8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95063 15.25L6 15.25L6.04938 15.25H6.04943C6.71427 15.25 7.28711 15.2499 7.74585 15.3116C8.23748 15.3777 8.70875 15.5268 9.09099 15.909C9.47324 16.2913 9.6223 16.7625 9.6884 17.2542C9.75007 17.7129 9.75004 18.2858 9.75001 18.9506V19.0494C9.75004 19.7142 9.75007 20.2871 9.6884 20.7458C9.6223 21.2375 9.47324 21.7087 9.09099 22.091C8.70875 22.4732 8.23748 22.6223 7.74585 22.6884C7.2871 22.7501 6.71424 22.75 6.04937 22.75H5.95064C5.28577 22.75 4.71291 22.7501 4.25416 22.6884C3.76252 22.6223 3.29126 22.4732 2.90901 22.091C2.52677 21.7087 2.37771 21.2375 2.31161 20.7458C2.24993 20.2871 2.24996 19.7143 2.25 19.0494V19.0494L2.25 19L2.25 18.9506V18.9506C2.24996 18.2857 2.24993 17.7129 2.31161 17.2542C2.37771 16.7625 2.52677 16.2913 2.90901 15.909C3.29126 15.5268 3.76252 15.3777 4.25416 15.3116C4.71289 15.2499 5.28574 15.25 5.95058 15.25H5.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95063 1.25L6 1.25L6.04938 1.25H6.04943C6.71427 1.24996 7.28711 1.24993 7.74585 1.31161C8.23748 1.37771 8.70875 1.52677 9.09099 1.90901C9.47324 2.29126 9.6223 2.76252 9.6884 3.25416C9.75007 3.71291 9.75004 4.28577 9.75001 4.95064V5.04937C9.75004 5.71424 9.75007 6.2871 9.6884 6.74585C9.6223 7.23748 9.47324 7.70875 9.09099 8.09099C8.70875 8.47324 8.23748 8.6223 7.74585 8.6884C7.2871 8.75007 6.71424 8.75004 6.04937 8.75001H5.95064C5.28577 8.75004 4.71291 8.75007 4.25416 8.6884C3.76252 8.6223 3.29126 8.47324 2.90901 8.09099C2.52677 7.70875 2.37771 7.23748 2.31161 6.74585C2.24993 6.28711 2.24996 5.71427 2.25 5.04943V5.04938L2.25 5L2.25 4.95063V4.95058C2.24996 4.28574 2.24993 3.71289 2.31161 3.25416C2.37771 2.76252 2.52677 2.29126 2.90901 1.90901C3.29126 1.52677 3.76252 1.37771 4.25416 1.31161C4.71289 1.24993 5.28574 1.24996 5.95058 1.25H5.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9506 10.25L18 10.25L18.0494 10.25H18.0494C18.7143 10.25 19.2871 10.2499 19.7458 10.3116C20.2375 10.3777 20.7087 10.5268 21.091 10.909C21.4732 11.2913 21.6223 11.7625 21.6884 12.2542C21.7501 12.7129 21.75 13.2858 21.75 13.9506V14.0494C21.75 14.7142 21.7501 15.2871 21.6884 15.7458C21.6223 16.2375 21.4732 16.7087 21.091 17.091C20.7087 17.4732 20.2375 17.6223 19.7458 17.6884C19.2871 17.7501 18.7142 17.75 18.0494 17.75H17.9506C17.2858 17.75 16.7129 17.7501 16.2542 17.6884C15.7625 17.6223 15.2913 17.4732 14.909 17.091C14.5268 16.7087 14.3777 16.2375 14.3116 15.7458C14.2499 15.2871 14.25 14.7143 14.25 14.0494V14.0494L14.25 14L14.25 13.9506V13.9506C14.25 13.2857 14.2499 12.7129 14.3116 12.2542C14.3777 11.7625 14.5268 11.2913 14.909 10.909C15.2913 10.5268 15.7625 10.3777 16.2542 10.3116C16.7129 10.2499 17.2857 10.25 17.9506 10.25H17.9506Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 7C6.55228 7 7 7.44772 7 8C7 10.7614 9.23858 13 12 13H15C15.5523 13 16 13.4477 16 14C16 14.5523 15.5523 15 15 15H12C10.0413 15 8.27052 14.1955 7 12.899V16C7 16.5523 6.55228 17 6 17C5.44772 17 5 16.5523 5 16V8C5 7.44772 5.44772 7 6 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95063 15.25L6 15.25L6.04938 15.25H6.04943C6.71427 15.25 7.28711 15.2499 7.74585 15.3116C8.23748 15.3777 8.70875 15.5268 9.09099 15.909C9.47324 16.2913 9.6223 16.7625 9.6884 17.2542C9.75007 17.7129 9.75004 18.2858 9.75001 18.9506V19.0494C9.75004 19.7142 9.75007 20.2871 9.6884 20.7458C9.6223 21.2375 9.47324 21.7087 9.09099 22.091C8.70875 22.4732 8.23748 22.6223 7.74585 22.6884C7.2871 22.7501 6.71424 22.75 6.04937 22.75H5.95064C5.28577 22.75 4.71291 22.7501 4.25416 22.6884C3.76252 22.6223 3.29126 22.4732 2.90901 22.091C2.52677 21.7087 2.37771 21.2375 2.31161 20.7458C2.24993 20.2871 2.24996 19.7143 2.25 19.0494V19.0494L2.25 19L2.25 18.9506V18.9506C2.24996 18.2857 2.24993 17.7129 2.31161 17.2542C2.37771 16.7625 2.52677 16.2913 2.90901 15.909C3.29126 15.5268 3.76252 15.3777 4.25416 15.3116C4.71289 15.2499 5.28574 15.25 5.95058 15.25H5.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95063 1.25L6 1.25L6.04938 1.25H6.04943C6.71427 1.24996 7.28711 1.24993 7.74585 1.31161C8.23748 1.37771 8.70875 1.52677 9.09099 1.90901C9.47324 2.29126 9.6223 2.76252 9.6884 3.25416C9.75007 3.71291 9.75004 4.28577 9.75001 4.95064V5.04937C9.75004 5.71424 9.75007 6.2871 9.6884 6.74585C9.6223 7.23748 9.47324 7.70875 9.09099 8.09099C8.70875 8.47324 8.23748 8.6223 7.74585 8.6884C7.2871 8.75007 6.71424 8.75004 6.04937 8.75001H5.95064C5.28577 8.75004 4.71291 8.75007 4.25416 8.6884C3.76252 8.6223 3.29126 8.47324 2.90901 8.09099C2.52677 7.70875 2.37771 7.23748 2.31161 6.74585C2.24993 6.28711 2.24996 5.71427 2.25 5.04943V5.04938L2.25 5L2.25 4.95063V4.95058C2.24996 4.28574 2.24993 3.71289 2.31161 3.25416C2.37771 2.76252 2.52677 2.29126 2.90901 1.90901C3.29126 1.52677 3.76252 1.37771 4.25416 1.31161C4.71289 1.24993 5.28574 1.24996 5.95058 1.25H5.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9506 10.25L18 10.25L18.0494 10.25H18.0494C18.7143 10.25 19.2871 10.2499 19.7458 10.3116C20.2375 10.3777 20.7087 10.5268 21.091 10.909C21.4732 11.2913 21.6223 11.7625 21.6884 12.2542C21.7501 12.7129 21.75 13.2858 21.75 13.9506V14.0494C21.75 14.7142 21.7501 15.2871 21.6884 15.7458C21.6223 16.2375 21.4732 16.7087 21.091 17.091C20.7087 17.4732 20.2375 17.6223 19.7458 17.6884C19.2871 17.7501 18.7142 17.75 18.0494 17.75H17.9506C17.2858 17.75 16.7129 17.7501 16.2542 17.6884C15.7625 17.6223 15.2913 17.4732 14.909 17.091C14.5268 16.7087 14.3777 16.2375 14.3116 15.7458C14.2499 15.2871 14.25 14.7143 14.25 14.0494V14.0494L14.25 14L14.25 13.9506V13.9506C14.25 13.2857 14.2499 12.7129 14.3116 12.2542C14.3777 11.7625 14.5268 11.2913 14.909 10.909C15.2913 10.5268 15.7625 10.3777 16.2542 10.3116C16.7129 10.2499 17.2857 10.25 17.9506 10.25H17.9506Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-workflow-square-09{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.95063 15.25L6 15.25L6.04938 15.25H6.04943C6.71427 15.25 7.28711 15.2499 7.74585 15.3116C8.23748 15.3777 8.70875 15.5268 9.09099 15.909C9.47324 16.2913 9.6223 16.7625 9.6884 17.2542C9.75007 17.7129 9.75004 18.2858 9.75001 18.9506V19.0494C9.75004 19.7142 9.75007 20.2871 9.6884 20.7458C9.6223 21.2375 9.47324 21.7087 9.09099 22.091C8.70875 22.4732 8.23748 22.6223 7.74585 22.6884C7.2871 22.7501 6.71424 22.75 6.04937 22.75H5.95064C5.28577 22.75 4.71291 22.7501 4.25416 22.6884C3.76252 22.6223 3.29126 22.4732 2.90901 22.091C2.52677 21.7087 2.37771 21.2375 2.31161 20.7458C2.24993 20.2871 2.24996 19.7143 2.25 19.0494V19.0494L2.25 19L2.25 18.9506V18.9506C2.24996 18.2857 2.24993 17.7129 2.31161 17.2542C2.37771 16.7625 2.52677 16.2913 2.90901 15.909C3.29126 15.5268 3.76252 15.3777 4.25416 15.3116C4.71289 15.2499 5.28574 15.25 5.95058 15.25H5.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95063 1.25L6 1.25L6.04938 1.25H6.04943C6.71427 1.24996 7.28711 1.24993 7.74585 1.31161C8.23748 1.37771 8.70875 1.52677 9.09099 1.90901C9.47324 2.29126 9.6223 2.76252 9.6884 3.25416C9.75007 3.71291 9.75004 4.28577 9.75001 4.95064V5.04937C9.75004 5.71424 9.75007 6.2871 9.6884 6.74585C9.6223 7.23748 9.47324 7.70875 9.09099 8.09099C8.70875 8.47324 8.23748 8.6223 7.74585 8.6884C7.2871 8.75007 6.71424 8.75004 6.04937 8.75001H5.95064C5.28577 8.75004 4.71291 8.75007 4.25416 8.6884C3.76252 8.6223 3.29126 8.47324 2.90901 8.09099C2.52677 7.70875 2.37771 7.23748 2.31161 6.74585C2.24993 6.28711 2.24996 5.71427 2.25 5.04943V5.04938L2.25 5L2.25 4.95063V4.95058C2.24996 4.28574 2.24993 3.71289 2.31161 3.25416C2.37771 2.76252 2.52677 2.29126 2.90901 1.90901C3.29126 1.52677 3.76252 1.37771 4.25416 1.31161C4.71289 1.24993 5.28574 1.24996 5.95058 1.25H5.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9506 1.25L18 1.25L18.0494 1.25H18.0494C18.7143 1.24996 19.2871 1.24993 19.7458 1.31161C20.2375 1.37771 20.7087 1.52677 21.091 1.90901C21.4732 2.29126 21.6223 2.76252 21.6884 3.25416C21.7501 3.71291 21.75 4.28577 21.75 4.95064V5.04937C21.75 5.71424 21.7501 6.2871 21.6884 6.74585C21.6223 7.23748 21.4732 7.70875 21.091 8.09099C20.7087 8.47324 20.2375 8.6223 19.7458 8.6884C19.2871 8.75007 18.7142 8.75004 18.0494 8.75001H17.9506C17.2858 8.75004 16.7129 8.75007 16.2542 8.6884C15.7625 8.6223 15.2913 8.47324 14.909 8.09099C14.5268 7.70875 14.3777 7.23748 14.3116 6.74585C14.2499 6.28711 14.25 5.71427 14.25 5.04943V5.04938L14.25 5L14.25 4.95063V4.95058C14.25 4.28574 14.2499 3.71289 14.3116 3.25416C14.3777 2.76252 14.5268 2.29126 14.909 1.90901C15.2913 1.52677 15.7625 1.37771 16.2542 1.31161C16.7129 1.24993 17.2857 1.24996 17.9506 1.25H17.9506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 16C7 16.5523 6.55228 17 6 17C5.44772 17 5 16.5523 5 16V8C5 7.44771 5.44772 7 6 7C6.55228 7 7 7.44771 7 8V11H14C14.9711 11 15.5988 10.9979 16.0613 10.9357C16.495 10.8774 16.631 10.7832 16.7071 10.7071C16.7832 10.631 16.8774 10.495 16.9357 10.0613C16.9979 9.59879 17 8.97108 17 8C17 7.44771 17.4477 7 18 7C18.5523 7 19 7.44771 19 8L19 8.06583C19.0001 8.95232 19.0001 9.71613 18.9179 10.3278C18.8297 10.9833 18.631 11.6117 18.1213 12.1213C17.6117 12.631 16.9833 12.8297 16.3278 12.9179C15.7161 13.0001 14.9523 13.0001 14.0659 13L7 13V16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.95063 15.25L6 15.25L6.04938 15.25H6.04943C6.71427 15.25 7.28711 15.2499 7.74585 15.3116C8.23748 15.3777 8.70875 15.5268 9.09099 15.909C9.47324 16.2913 9.6223 16.7625 9.6884 17.2542C9.75007 17.7129 9.75004 18.2858 9.75001 18.9506V19.0494C9.75004 19.7142 9.75007 20.2871 9.6884 20.7458C9.6223 21.2375 9.47324 21.7087 9.09099 22.091C8.70875 22.4732 8.23748 22.6223 7.74585 22.6884C7.2871 22.7501 6.71424 22.75 6.04937 22.75H5.95064C5.28577 22.75 4.71291 22.7501 4.25416 22.6884C3.76252 22.6223 3.29126 22.4732 2.90901 22.091C2.52677 21.7087 2.37771 21.2375 2.31161 20.7458C2.24993 20.2871 2.24996 19.7143 2.25 19.0494V19.0494L2.25 19L2.25 18.9506V18.9506C2.24996 18.2857 2.24993 17.7129 2.31161 17.2542C2.37771 16.7625 2.52677 16.2913 2.90901 15.909C3.29126 15.5268 3.76252 15.3777 4.25416 15.3116C4.71289 15.2499 5.28574 15.25 5.95058 15.25H5.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95063 1.25L6 1.25L6.04938 1.25H6.04943C6.71427 1.24996 7.28711 1.24993 7.74585 1.31161C8.23748 1.37771 8.70875 1.52677 9.09099 1.90901C9.47324 2.29126 9.6223 2.76252 9.6884 3.25416C9.75007 3.71291 9.75004 4.28577 9.75001 4.95064V5.04937C9.75004 5.71424 9.75007 6.2871 9.6884 6.74585C9.6223 7.23748 9.47324 7.70875 9.09099 8.09099C8.70875 8.47324 8.23748 8.6223 7.74585 8.6884C7.2871 8.75007 6.71424 8.75004 6.04937 8.75001H5.95064C5.28577 8.75004 4.71291 8.75007 4.25416 8.6884C3.76252 8.6223 3.29126 8.47324 2.90901 8.09099C2.52677 7.70875 2.37771 7.23748 2.31161 6.74585C2.24993 6.28711 2.24996 5.71427 2.25 5.04943V5.04938L2.25 5L2.25 4.95063V4.95058C2.24996 4.28574 2.24993 3.71289 2.31161 3.25416C2.37771 2.76252 2.52677 2.29126 2.90901 1.90901C3.29126 1.52677 3.76252 1.37771 4.25416 1.31161C4.71289 1.24993 5.28574 1.24996 5.95058 1.25H5.95063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9506 1.25L18 1.25L18.0494 1.25H18.0494C18.7143 1.24996 19.2871 1.24993 19.7458 1.31161C20.2375 1.37771 20.7087 1.52677 21.091 1.90901C21.4732 2.29126 21.6223 2.76252 21.6884 3.25416C21.7501 3.71291 21.75 4.28577 21.75 4.95064V5.04937C21.75 5.71424 21.7501 6.2871 21.6884 6.74585C21.6223 7.23748 21.4732 7.70875 21.091 8.09099C20.7087 8.47324 20.2375 8.6223 19.7458 8.6884C19.2871 8.75007 18.7142 8.75004 18.0494 8.75001H17.9506C17.2858 8.75004 16.7129 8.75007 16.2542 8.6884C15.7625 8.6223 15.2913 8.47324 14.909 8.09099C14.5268 7.70875 14.3777 7.23748 14.3116 6.74585C14.2499 6.28711 14.25 5.71427 14.25 5.04943V5.04938L14.25 5L14.25 4.95063V4.95058C14.25 4.28574 14.2499 3.71289 14.3116 3.25416C14.3777 2.76252 14.5268 2.29126 14.909 1.90901C15.2913 1.52677 15.7625 1.37771 16.2542 1.31161C16.7129 1.24993 17.2857 1.24996 17.9506 1.25H17.9506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 16C7 16.5523 6.55228 17 6 17C5.44772 17 5 16.5523 5 16V8C5 7.44771 5.44772 7 6 7C6.55228 7 7 7.44771 7 8V11H14C14.9711 11 15.5988 10.9979 16.0613 10.9357C16.495 10.8774 16.631 10.7832 16.7071 10.7071C16.7832 10.631 16.8774 10.495 16.9357 10.0613C16.9979 9.59879 17 8.97108 17 8C17 7.44771 17.4477 7 18 7C18.5523 7 19 7.44771 19 8L19 8.06583C19.0001 8.95232 19.0001 9.71613 18.9179 10.3278C18.8297 10.9833 18.631 11.6117 18.1213 12.1213C17.6117 12.631 16.9833 12.8297 16.3278 12.9179C15.7161 13.0001 14.9523 13.0001 14.0659 13L7 13V16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-hierarchy-icons-workflow-square-10{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9C12.5523 9 13 9.44772 13 10L13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17L11 10C11 9.44772 11.4477 9 12 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2071 7.79289C10.5976 8.18342 10.5976 8.81658 10.2071 9.20711L7.20711 12.2071C6.81658 12.5976 6.18342 12.5976 5.79289 12.2071C5.40237 11.8166 5.40237 11.1834 5.79289 10.7929L8.79289 7.79289C9.18342 7.40237 9.81658 7.40237 10.2071 7.79289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.7929 7.79289C14.1834 7.40237 14.8166 7.40237 15.2071 7.79289L18.2071 10.7929C18.5976 11.1834 18.5976 11.8166 18.2071 12.2071C17.8166 12.5976 17.1834 12.5976 16.7929 12.2071L13.7929 9.20711C13.4024 8.81658 13.4024 8.18342 13.7929 7.79289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5967 1.79489C11.0305 1.47465 11.5022 1.24118 12.0752 1.25026C12.6483 1.25933 13.1124 1.50763 13.5358 1.84145C13.9331 2.15469 14.4403 2.67821 14.9539 3.20836L14.9539 3.20837C15.4675 3.73846 15.9046 4.18963 16.2051 4.59669C16.5254 5.03049 16.7588 5.50222 16.7497 6.07524C16.7407 6.64826 16.4924 7.11236 16.1586 7.5358C15.8453 7.93314 15.3941 8.37024 14.864 8.88381C14.3339 9.39742 13.8104 9.90462 13.4033 10.2051C12.9695 10.5254 12.4978 10.7588 11.9248 10.7497C11.3517 10.7407 10.8876 10.4924 10.4642 10.1586C10.0669 9.84532 9.62976 9.3941 9.1162 8.86396C8.60258 8.33386 8.09539 7.81038 7.79489 7.40332C7.47465 6.96952 7.24118 6.49779 7.25026 5.92476C7.25933 5.35174 7.50763 4.88764 7.84145 4.4642C8.15469 4.06686 8.64206 3.59473 9.1722 3.08117C9.7023 2.56756 10.1896 2.09539 10.5967 1.79489Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 13.5C1.25 11.7051 2.70507 10.25 4.5 10.25C6.29493 10.25 7.75 11.7051 7.75 13.5C7.75 15.2949 6.29493 16.75 4.5 16.75C2.70507 16.75 1.25 15.2949 1.25 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.25 13.5C16.25 15.2949 17.7051 16.75 19.5 16.75C21.2949 16.75 22.75 15.2949 22.75 13.5C22.75 11.7051 21.2949 10.25 19.5 10.25C17.7051 10.25 16.25 11.7051 16.25 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.853 16.25L11.9 16.25H12.1L12.147 16.25C12.6723 16.25 13.1395 16.2499 13.5167 16.3006C13.9266 16.3557 14.3406 16.4828 14.6789 16.8211C15.0172 17.1595 15.1443 17.5734 15.1994 17.9833C15.2501 18.3605 15.2501 18.8277 15.25 19.353V19.353L15.25 19.4V19.6L15.25 19.647V19.647C15.2501 20.1723 15.2501 20.6395 15.1994 21.0167C15.1443 21.4266 15.0172 21.8406 14.6789 22.1789C14.3406 22.5172 13.9266 22.6443 13.5167 22.6994C13.1395 22.7501 12.6723 22.7501 12.147 22.75H12.147L12.1 22.75H11.9L11.853 22.75H11.853C11.3277 22.7501 10.8605 22.7501 10.4833 22.6994C10.0734 22.6443 9.65946 22.5172 9.32115 22.1789C8.98283 21.8406 8.85574 21.4266 8.80063 21.0167C8.74992 20.6395 8.74996 20.1723 8.75 19.647L8.75001 19.6V19.4L8.75 19.353C8.74996 18.8277 8.74992 18.3605 8.80063 17.9833C8.85574 17.5734 8.98283 17.1595 9.32115 16.8211C9.65946 16.4828 10.0734 16.3557 10.4833 16.3006C10.8605 16.2499 11.3277 16.25 11.853 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9C12.5523 9 13 9.44772 13 10L13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17L11 10C11 9.44772 11.4477 9 12 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2071 7.79289C10.5976 8.18342 10.5976 8.81658 10.2071 9.20711L7.20711 12.2071C6.81658 12.5976 6.18342 12.5976 5.79289 12.2071C5.40237 11.8166 5.40237 11.1834 5.79289 10.7929L8.79289 7.79289C9.18342 7.40237 9.81658 7.40237 10.2071 7.79289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.7929 7.79289C14.1834 7.40237 14.8166 7.40237 15.2071 7.79289L18.2071 10.7929C18.5976 11.1834 18.5976 11.8166 18.2071 12.2071C17.8166 12.5976 17.1834 12.5976 16.7929 12.2071L13.7929 9.20711C13.4024 8.81658 13.4024 8.18342 13.7929 7.79289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5967 1.79489C11.0305 1.47465 11.5022 1.24118 12.0752 1.25026C12.6483 1.25933 13.1124 1.50763 13.5358 1.84145C13.9331 2.15469 14.4403 2.67821 14.9539 3.20836L14.9539 3.20837C15.4675 3.73846 15.9046 4.18963 16.2051 4.59669C16.5254 5.03049 16.7588 5.50222 16.7497 6.07524C16.7407 6.64826 16.4924 7.11236 16.1586 7.5358C15.8453 7.93314 15.3941 8.37024 14.864 8.88381C14.3339 9.39742 13.8104 9.90462 13.4033 10.2051C12.9695 10.5254 12.4978 10.7588 11.9248 10.7497C11.3517 10.7407 10.8876 10.4924 10.4642 10.1586C10.0669 9.84532 9.62976 9.3941 9.1162 8.86396C8.60258 8.33386 8.09539 7.81038 7.79489 7.40332C7.47465 6.96952 7.24118 6.49779 7.25026 5.92476C7.25933 5.35174 7.50763 4.88764 7.84145 4.4642C8.15469 4.06686 8.64206 3.59473 9.1722 3.08117C9.7023 2.56756 10.1896 2.09539 10.5967 1.79489Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 13.5C1.25 11.7051 2.70507 10.25 4.5 10.25C6.29493 10.25 7.75 11.7051 7.75 13.5C7.75 15.2949 6.29493 16.75 4.5 16.75C2.70507 16.75 1.25 15.2949 1.25 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.25 13.5C16.25 15.2949 17.7051 16.75 19.5 16.75C21.2949 16.75 22.75 15.2949 22.75 13.5C22.75 11.7051 21.2949 10.25 19.5 10.25C17.7051 10.25 16.25 11.7051 16.25 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.853 16.25L11.9 16.25H12.1L12.147 16.25C12.6723 16.25 13.1395 16.2499 13.5167 16.3006C13.9266 16.3557 14.3406 16.4828 14.6789 16.8211C15.0172 17.1595 15.1443 17.5734 15.1994 17.9833C15.2501 18.3605 15.2501 18.8277 15.25 19.353V19.353L15.25 19.4V19.6L15.25 19.647V19.647C15.2501 20.1723 15.2501 20.6395 15.1994 21.0167C15.1443 21.4266 15.0172 21.8406 14.6789 22.1789C14.3406 22.5172 13.9266 22.6443 13.5167 22.6994C13.1395 22.7501 12.6723 22.7501 12.147 22.75H12.147L12.1 22.75H11.9L11.853 22.75H11.853C11.3277 22.7501 10.8605 22.7501 10.4833 22.6994C10.0734 22.6443 9.65946 22.5172 9.32115 22.1789C8.98283 21.8406 8.85574 21.4266 8.80063 21.0167C8.74992 20.6395 8.74996 20.1723 8.75 19.647L8.75001 19.6V19.4L8.75 19.353C8.74996 18.8277 8.74992 18.3605 8.80063 17.9833C8.85574 17.5734 8.98283 17.1595 9.32115 16.8211C9.65946 16.4828 10.0734 16.3557 10.4833 16.3006C10.8605 16.2499 11.3277 16.25 11.853 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-home-icons-door-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.784 5.1154C15.566 5.1429 15.3402 5.17138 15.1033 5.196L14.8965 3.20673C15.0415 3.19165 15.208 3.17056 15.3895 3.14755C15.9793 3.07282 16.7278 2.978 17.4109 3.00439C18.354 3.04083 19.449 3.30531 20.2243 4.29403C20.6703 4.86277 20.844 5.52871 20.9235 6.24829C21 6.93945 20.9999 7.80511 20.9999 8.84906V15.1501C20.9999 16.1941 21 17.0597 20.9235 17.7509C20.844 18.4705 20.6703 19.1364 20.2243 19.7052C19.449 20.6939 18.354 20.9584 17.4109 20.9948C16.7278 21.0212 15.9794 20.9264 15.3896 20.8516C15.208 20.8286 15.0415 20.8075 14.8965 20.7925L15.1033 18.8032C15.3402 18.8278 15.566 18.8563 15.784 18.8838C16.3314 18.9528 16.8302 19.0157 17.3337 18.9963C17.9881 18.971 18.3883 18.8054 18.6505 18.471C18.767 18.3225 18.8746 18.0835 18.9357 17.5311C18.9985 16.9629 18.9999 16.2087 18.9999 15.093V8.90623C18.9999 7.79054 18.9985 7.03624 18.9357 6.46805C18.8746 5.9157 18.767 5.67671 18.6505 5.52821C18.3883 5.19381 17.9881 5.02818 17.3337 5.0029C16.8302 4.98345 16.3314 5.04636 15.784 5.1154Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5534 1.28131C12.198 1.21824 12.7774 1.23768 13.3239 1.45511C14.1334 1.7771 14.8043 2.38062 15.2343 3.15366C15.5203 3.66788 15.6385 4.24975 15.6948 4.92699C15.75 5.5917 15.75 6.42589 15.75 7.47489V16.5249C15.75 17.5739 15.75 18.4081 15.6948 19.0728C15.6385 19.7501 15.5203 20.332 15.2343 20.8462C14.8043 21.6192 14.1334 22.2227 13.3239 22.5447C12.7774 22.7622 12.198 22.7816 11.5534 22.7185C10.9251 22.6571 10.1518 22.5068 9.19107 22.3202L9.12241 22.3068C8.19438 22.1266 7.4535 21.9826 6.85788 21.8158C6.24471 21.6441 5.73244 21.4348 5.27565 21.0966C4.57033 20.5745 4.01649 19.8624 3.66732 19.0404C3.44328 18.513 3.3443 17.9518 3.29662 17.2868C3.24999 16.6364 3.25 15.8366 3.25 14.8243V14.8243V9.17557V9.17556C3.25 8.16327 3.24999 7.36348 3.29662 6.71308C3.3443 6.04803 3.44328 5.48682 3.66732 4.95941C4.01649 4.13742 4.57034 3.42537 5.27565 2.90321C5.73244 2.56504 6.24471 2.35569 6.85788 2.18399C7.45349 2.01721 8.19435 1.87329 9.12235 1.69302L9.19106 1.67967C10.1518 1.49301 10.9251 1.34278 11.5534 1.28131ZM12.75 10.9999C12.75 10.5857 12.4142 10.2499 12 10.2499C11.5858 10.2499 11.25 10.5857 11.25 10.9999V12.9999C11.25 13.4141 11.5858 13.7499 12 13.7499C12.4142 13.7499 12.75 13.4141 12.75 12.9999V10.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 19.7266C18 19.1743 18.4477 18.7266 19 18.7266L22 18.7266C22.5523 18.7266 23 19.1743 23 19.7266C23 20.2788 22.5523 20.7266 22 20.7266L19 20.7266C18.4477 20.7266 18 20.2788 18 19.7266Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 19.9999C1 19.4476 1.44772 18.9999 2 18.9999H5C5.55228 18.9999 6 19.4476 6 19.9999C6 20.5522 5.55228 20.9999 5 20.9999H2C1.44772 20.9999 1 20.5522 1 19.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.784 5.1154C15.566 5.1429 15.3402 5.17138 15.1033 5.196L14.8965 3.20673C15.0415 3.19165 15.208 3.17056 15.3895 3.14755C15.9793 3.07282 16.7278 2.978 17.4109 3.00439C18.354 3.04083 19.449 3.30531 20.2243 4.29403C20.6703 4.86277 20.844 5.52871 20.9235 6.24829C21 6.93945 20.9999 7.80511 20.9999 8.84906V15.1501C20.9999 16.1941 21 17.0597 20.9235 17.7509C20.844 18.4705 20.6703 19.1364 20.2243 19.7052C19.449 20.6939 18.354 20.9584 17.4109 20.9948C16.7278 21.0212 15.9794 20.9264 15.3896 20.8516C15.208 20.8286 15.0415 20.8075 14.8965 20.7925L15.1033 18.8032C15.3402 18.8278 15.566 18.8563 15.784 18.8838C16.3314 18.9528 16.8302 19.0157 17.3337 18.9963C17.9881 18.971 18.3883 18.8054 18.6505 18.471C18.767 18.3225 18.8746 18.0835 18.9357 17.5311C18.9985 16.9629 18.9999 16.2087 18.9999 15.093V8.90623C18.9999 7.79054 18.9985 7.03624 18.9357 6.46805C18.8746 5.9157 18.767 5.67671 18.6505 5.52821C18.3883 5.19381 17.9881 5.02818 17.3337 5.0029C16.8302 4.98345 16.3314 5.04636 15.784 5.1154Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5534 1.28131C12.198 1.21824 12.7774 1.23768 13.3239 1.45511C14.1334 1.7771 14.8043 2.38062 15.2343 3.15366C15.5203 3.66788 15.6385 4.24975 15.6948 4.92699C15.75 5.5917 15.75 6.42589 15.75 7.47489V16.5249C15.75 17.5739 15.75 18.4081 15.6948 19.0728C15.6385 19.7501 15.5203 20.332 15.2343 20.8462C14.8043 21.6192 14.1334 22.2227 13.3239 22.5447C12.7774 22.7622 12.198 22.7816 11.5534 22.7185C10.9251 22.6571 10.1518 22.5068 9.19107 22.3202L9.12241 22.3068C8.19438 22.1266 7.4535 21.9826 6.85788 21.8158C6.24471 21.6441 5.73244 21.4348 5.27565 21.0966C4.57033 20.5745 4.01649 19.8624 3.66732 19.0404C3.44328 18.513 3.3443 17.9518 3.29662 17.2868C3.24999 16.6364 3.25 15.8366 3.25 14.8243V14.8243V9.17557V9.17556C3.25 8.16327 3.24999 7.36348 3.29662 6.71308C3.3443 6.04803 3.44328 5.48682 3.66732 4.95941C4.01649 4.13742 4.57034 3.42537 5.27565 2.90321C5.73244 2.56504 6.24471 2.35569 6.85788 2.18399C7.45349 2.01721 8.19435 1.87329 9.12235 1.69302L9.19106 1.67967C10.1518 1.49301 10.9251 1.34278 11.5534 1.28131ZM12.75 10.9999C12.75 10.5857 12.4142 10.2499 12 10.2499C11.5858 10.2499 11.25 10.5857 11.25 10.9999V12.9999C11.25 13.4141 11.5858 13.7499 12 13.7499C12.4142 13.7499 12.75 13.4141 12.75 12.9999V10.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 19.7266C18 19.1743 18.4477 18.7266 19 18.7266L22 18.7266C22.5523 18.7266 23 19.1743 23 19.7266C23 20.2788 22.5523 20.7266 22 20.7266L19 20.7266C18.4477 20.7266 18 20.2788 18 19.7266Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 19.9999C1 19.4476 1.44772 18.9999 2 18.9999H5C5.55228 18.9999 6 19.4476 6 19.9999C6 20.5522 5.55228 20.9999 5 20.9999H2C1.44772 20.9999 1 20.5522 1 19.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-home-icons-door-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.948 1.24988H15.052C15.9505 1.24985 16.6997 1.24983 17.2945 1.32979C17.9223 1.4142 18.4891 1.59987 18.9445 2.05534C19.4 2.51081 19.5857 3.07761 19.6701 3.7054C19.7501 4.30018 19.75 5.04942 19.75 5.94789L19.75 22.7499H4.25L4.25 5.94785V5.94782C4.24997 5.04937 4.24995 4.30017 4.32991 3.7054C4.41432 3.07761 4.59999 2.51081 5.05546 2.05534C5.51093 1.59987 6.07773 1.4142 6.70552 1.32979C7.30031 1.24983 8.04952 1.24985 8.948 1.24988ZM17 10.9999C17 10.4476 16.5523 9.99988 16 9.99988C15.4477 9.99988 15 10.4476 15 10.9999V12.9999C15 13.5522 15.4477 13.9999 16 13.9999C16.5523 13.9999 17 13.5522 17 12.9999V10.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 22C2 21.4477 2.44772 21 3 21H21C21.5523 21 22 21.4477 22 22C22 22.5523 21.5523 23 21 23H3C2.44772 23 2 22.5523 2 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.948 1.24988H15.052C15.9505 1.24985 16.6997 1.24983 17.2945 1.32979C17.9223 1.4142 18.4891 1.59987 18.9445 2.05534C19.4 2.51081 19.5857 3.07761 19.6701 3.7054C19.7501 4.30018 19.75 5.04942 19.75 5.94789L19.75 22.7499H4.25L4.25 5.94785V5.94782C4.24997 5.04937 4.24995 4.30017 4.32991 3.7054C4.41432 3.07761 4.59999 2.51081 5.05546 2.05534C5.51093 1.59987 6.07773 1.4142 6.70552 1.32979C7.30031 1.24983 8.04952 1.24985 8.948 1.24988ZM17 10.9999C17 10.4476 16.5523 9.99988 16 9.99988C15.4477 9.99988 15 10.4476 15 10.9999V12.9999C15 13.5522 15.4477 13.9999 16 13.9999C16.5523 13.9999 17 13.5522 17 12.9999V10.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 22C2 21.4477 2.44772 21 3 21H21C21.5523 21 22 21.4477 22 22C22 22.5523 21.5523 23 21 23H3C2.44772 23 2 22.5523 2 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-home-icons-home-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.52393 1.99594C10.3598 1.52688 11.1341 1.25 12.0001 1.25C12.8662 1.25 13.6404 1.52688 14.4763 1.99594C15.2862 2.45043 16.2143 3.12145 17.3812 3.96522L17.3813 3.96525L18.8903 5.05633C19.8268 5.73347 20.5748 6.2743 21.139 6.77487C21.7216 7.29173 22.1574 7.807 22.4338 8.45513C22.7109 9.10469 22.7779 9.77045 22.7407 10.5381C22.7049 11.2789 22.5675 12.1726 22.3962 13.2871L22.0809 15.3387C21.8376 16.9225 21.6438 18.1837 21.3591 19.1662C21.0647 20.1821 20.65 20.9887 19.9087 21.6052C19.1706 22.2192 18.2912 22.4926 17.2171 22.6231C16.1721 22.75 14.854 22.75 13.189 22.75H10.8112C9.14627 22.75 7.82812 22.75 6.78318 22.6231C5.70903 22.4926 4.8297 22.2192 4.09153 21.6052C3.35028 20.9887 2.93556 20.1821 2.64117 19.1662C2.35647 18.1836 2.16268 16.9225 1.91931 15.3387L1.60405 13.2872C1.43276 12.1727 1.2954 11.2789 1.25953 10.5381C1.22237 9.77045 1.28938 9.10469 1.56642 8.45513C1.84286 7.807 2.27867 7.29173 2.86121 6.77487C3.42541 6.27429 4.17342 5.73346 5.10996 5.05632L6.61899 3.96524C7.78599 3.12145 8.71402 2.45043 9.52393 1.99594ZM9.61442 16.2109C9.17861 15.8717 8.5503 15.95 8.21106 16.3858C7.87182 16.8216 7.9501 17.4499 8.38591 17.7892C9.36419 18.5507 10.6315 19 12.0002 19C13.3689 19 14.6361 18.5507 15.6144 17.7892C16.0502 17.4499 16.1285 16.8216 15.7893 16.3858C15.45 15.95 14.8217 15.8717 14.3859 16.2109C13.7651 16.6942 12.9319 17 12.0002 17C11.0684 17 10.2352 16.6942 9.61442 16.2109Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.52393 1.99594C10.3598 1.52688 11.1341 1.25 12.0001 1.25C12.8662 1.25 13.6404 1.52688 14.4763 1.99594C15.2862 2.45043 16.2143 3.12145 17.3812 3.96522L17.3813 3.96525L18.8903 5.05633C19.8268 5.73347 20.5748 6.2743 21.139 6.77487C21.7216 7.29173 22.1574 7.807 22.4338 8.45513C22.7109 9.10469 22.7779 9.77045 22.7407 10.5381C22.7049 11.2789 22.5675 12.1726 22.3962 13.2871L22.0809 15.3387C21.8376 16.9225 21.6438 18.1837 21.3591 19.1662C21.0647 20.1821 20.65 20.9887 19.9087 21.6052C19.1706 22.2192 18.2912 22.4926 17.2171 22.6231C16.1721 22.75 14.854 22.75 13.189 22.75H10.8112C9.14627 22.75 7.82812 22.75 6.78318 22.6231C5.70903 22.4926 4.8297 22.2192 4.09153 21.6052C3.35028 20.9887 2.93556 20.1821 2.64117 19.1662C2.35647 18.1836 2.16268 16.9225 1.91931 15.3387L1.60405 13.2872C1.43276 12.1727 1.2954 11.2789 1.25953 10.5381C1.22237 9.77045 1.28938 9.10469 1.56642 8.45513C1.84286 7.807 2.27867 7.29173 2.86121 6.77487C3.42541 6.27429 4.17342 5.73346 5.10996 5.05632L6.61899 3.96524C7.78599 3.12145 8.71402 2.45043 9.52393 1.99594ZM9.61442 16.2109C9.17861 15.8717 8.5503 15.95 8.21106 16.3858C7.87182 16.8216 7.9501 17.4499 8.38591 17.7892C9.36419 18.5507 10.6315 19 12.0002 19C13.3689 19 14.6361 18.5507 15.6144 17.7892C16.0502 17.4499 16.1285 16.8216 15.7893 16.3858C15.45 15.95 14.8217 15.8717 14.3859 16.2109C13.7651 16.6942 12.9319 17 12.0002 17C11.0684 17 10.2352 16.6942 9.61442 16.2109Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-home-icons-home-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.52393 1.99594C10.3598 1.52688 11.1341 1.25 12.0001 1.25C12.8662 1.25 13.6404 1.52688 14.4763 1.99594C15.2862 2.45043 16.2143 3.12145 17.3812 3.96522L17.3813 3.96525L18.8903 5.05633C19.8268 5.73347 20.5748 6.2743 21.139 6.77487C21.7216 7.29173 22.1574 7.807 22.4338 8.45513C22.7109 9.10469 22.7779 9.77045 22.7407 10.5381C22.7049 11.2789 22.5675 12.1726 22.3962 13.2871L22.0809 15.3387C21.8376 16.9225 21.6438 18.1837 21.3591 19.1662C21.0647 20.1821 20.65 20.9887 19.9087 21.6052C19.1706 22.2192 18.2912 22.4926 17.2171 22.6231C16.1721 22.75 14.854 22.75 13.189 22.75H10.8112C9.14627 22.75 7.82812 22.75 6.78318 22.6231C5.70903 22.4926 4.8297 22.2192 4.09153 21.6052C3.35028 20.9887 2.93556 20.1821 2.64117 19.1662C2.35647 18.1836 2.16268 16.9225 1.91931 15.3387L1.60405 13.2872C1.43276 12.1727 1.2954 11.2789 1.25953 10.5381C1.22237 9.77045 1.28938 9.10469 1.56642 8.45513C1.84286 7.807 2.27867 7.29173 2.86121 6.77487C3.42541 6.27429 4.17342 5.73346 5.10996 5.05632L6.61899 3.96524C7.78599 3.12145 8.71402 2.45043 9.52393 1.99594ZM13.0001 15C13.0001 14.4477 12.5524 14 12.0001 14C11.4478 14 11.0001 14.4477 11.0001 15V18C11.0001 18.5523 11.4478 19 12.0001 19C12.5524 19 13.0001 18.5523 13.0001 18V15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.52393 1.99594C10.3598 1.52688 11.1341 1.25 12.0001 1.25C12.8662 1.25 13.6404 1.52688 14.4763 1.99594C15.2862 2.45043 16.2143 3.12145 17.3812 3.96522L17.3813 3.96525L18.8903 5.05633C19.8268 5.73347 20.5748 6.2743 21.139 6.77487C21.7216 7.29173 22.1574 7.807 22.4338 8.45513C22.7109 9.10469 22.7779 9.77045 22.7407 10.5381C22.7049 11.2789 22.5675 12.1726 22.3962 13.2871L22.0809 15.3387C21.8376 16.9225 21.6438 18.1837 21.3591 19.1662C21.0647 20.1821 20.65 20.9887 19.9087 21.6052C19.1706 22.2192 18.2912 22.4926 17.2171 22.6231C16.1721 22.75 14.854 22.75 13.189 22.75H10.8112C9.14627 22.75 7.82812 22.75 6.78318 22.6231C5.70903 22.4926 4.8297 22.2192 4.09153 21.6052C3.35028 20.9887 2.93556 20.1821 2.64117 19.1662C2.35647 18.1836 2.16268 16.9225 1.91931 15.3387L1.60405 13.2872C1.43276 12.1727 1.2954 11.2789 1.25953 10.5381C1.22237 9.77045 1.28938 9.10469 1.56642 8.45513C1.84286 7.807 2.27867 7.29173 2.86121 6.77487C3.42541 6.27429 4.17342 5.73346 5.10996 5.05632L6.61899 3.96524C7.78599 3.12145 8.71402 2.45043 9.52393 1.99594ZM13.0001 15C13.0001 14.4477 12.5524 14 12.0001 14C11.4478 14 11.0001 14.4477 11.0001 15V18C11.0001 18.5523 11.4478 19 12.0001 19C12.5524 19 13.0001 18.5523 13.0001 18V15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-home-icons-home-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.52408 1.99594C10.36 1.52688 11.1342 1.25 12.0003 1.25C12.8663 1.25 13.6406 1.52688 14.4765 1.99594C15.2864 2.45043 16.2144 3.12145 17.3814 3.96523L17.3814 3.96525L18.8905 5.05633C19.827 5.73347 20.575 6.2743 21.1392 6.77487C21.7217 7.29173 22.1575 7.807 22.434 8.45513C22.711 9.10469 22.778 9.77045 22.7409 10.5381C22.705 11.2789 22.5677 12.1726 22.3964 13.2871L22.0811 15.3387C21.8377 16.9225 21.6439 18.1837 21.3592 19.1662C21.0648 20.1821 20.6501 20.9887 19.9089 21.6052C19.1707 22.2192 18.2914 22.4926 17.2172 22.6231C16.8516 22.6675 16.4525 22.6964 16.0169 22.7151L16.2482 18.554C16.4193 16.0923 14.4683 14 11.9995 14C9.53067 14 7.57973 16.0923 7.75081 18.554L7.98211 22.7151C7.54706 22.6963 7.14851 22.6675 6.78334 22.6231C5.70918 22.4926 4.82985 22.2192 4.09168 21.6052C3.35043 20.9887 2.93572 20.1821 2.64133 19.1662C2.35662 18.1836 2.16283 16.9225 1.91946 15.3387L1.6042 13.2872C1.43291 12.1727 1.29555 11.2789 1.25969 10.5381C1.22252 9.77045 1.28953 9.10469 1.56657 8.45513C1.84301 7.807 2.27883 7.29173 2.86137 6.77487C3.42556 6.27429 4.17357 5.73346 5.11011 5.05632L6.61915 3.96524C7.78614 3.12145 8.71418 2.45043 9.52408 1.99594ZM9.98711 22.7494C10.252 22.75 10.5266 22.75 10.8114 22.75H13.1892C13.4734 22.75 13.7475 22.75 14.0119 22.7494L14.2521 18.4277L14.2527 18.4199C14.3461 17.1122 13.3104 16 11.9995 16C10.6885 16 9.65292 17.1122 9.74632 18.4199L9.74688 18.4277L9.98711 22.7494Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.52408 1.99594C10.36 1.52688 11.1342 1.25 12.0003 1.25C12.8663 1.25 13.6406 1.52688 14.4765 1.99594C15.2864 2.45043 16.2144 3.12145 17.3814 3.96523L17.3814 3.96525L18.8905 5.05633C19.827 5.73347 20.575 6.2743 21.1392 6.77487C21.7217 7.29173 22.1575 7.807 22.434 8.45513C22.711 9.10469 22.778 9.77045 22.7409 10.5381C22.705 11.2789 22.5677 12.1726 22.3964 13.2871L22.0811 15.3387C21.8377 16.9225 21.6439 18.1837 21.3592 19.1662C21.0648 20.1821 20.6501 20.9887 19.9089 21.6052C19.1707 22.2192 18.2914 22.4926 17.2172 22.6231C16.8516 22.6675 16.4525 22.6964 16.0169 22.7151L16.2482 18.554C16.4193 16.0923 14.4683 14 11.9995 14C9.53067 14 7.57973 16.0923 7.75081 18.554L7.98211 22.7151C7.54706 22.6963 7.14851 22.6675 6.78334 22.6231C5.70918 22.4926 4.82985 22.2192 4.09168 21.6052C3.35043 20.9887 2.93572 20.1821 2.64133 19.1662C2.35662 18.1836 2.16283 16.9225 1.91946 15.3387L1.6042 13.2872C1.43291 12.1727 1.29555 11.2789 1.25969 10.5381C1.22252 9.77045 1.28953 9.10469 1.56657 8.45513C1.84301 7.807 2.27883 7.29173 2.86137 6.77487C3.42556 6.27429 4.17357 5.73346 5.11011 5.05632L6.61915 3.96524C7.78614 3.12145 8.71418 2.45043 9.52408 1.99594ZM9.98711 22.7494C10.252 22.75 10.5266 22.75 10.8114 22.75H13.1892C13.4734 22.75 13.7475 22.75 14.0119 22.7494L14.2521 18.4277L14.2527 18.4199C14.3461 17.1122 13.3104 16 11.9995 16C10.6885 16 9.65292 17.1122 9.74632 18.4199L9.74688 18.4277L9.98711 22.7494Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-home-icons-home-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5238 1.99594C10.3597 1.52688 11.1339 1.25 12 1.25C12.8661 1.25 13.6403 1.52688 14.4762 1.99594C15.2861 2.45043 16.2141 3.12145 17.3811 3.96522L17.3811 3.96525L18.8902 5.05633C19.8267 5.73347 20.5747 6.2743 21.1389 6.77487C21.7215 7.29173 22.1573 7.807 22.4337 8.45513C22.7108 9.10469 22.7778 9.77045 22.7406 10.5381C22.7047 11.2789 22.5674 12.1726 22.3961 13.2871L22.0808 15.3387C21.8374 16.9225 21.6437 18.1837 21.359 19.1662C21.0646 20.1821 20.6498 20.9887 19.9086 21.6052C19.1704 22.2192 18.2911 22.4926 17.2169 22.6231C16.172 22.75 14.8539 22.75 13.1889 22.75H10.8111C9.14614 22.75 7.828 22.75 6.78306 22.6231C5.7089 22.4926 4.82957 22.2192 4.0914 21.6052C3.35015 20.9887 2.93544 20.1821 2.64105 19.1662C2.35634 18.1836 2.16255 16.9225 1.91918 15.3387L1.60392 13.2872C1.43264 12.1727 1.29528 11.2789 1.25941 10.5381C1.22224 9.77045 1.28925 9.10469 1.56629 8.45513C1.84274 7.807 2.27855 7.29173 2.86109 6.77487C3.42528 6.27429 4.17329 5.73346 5.10984 5.05632L6.61887 3.96524C7.78586 3.12145 8.7139 2.45043 9.5238 1.99594ZM10 17C9.44771 17 9 17.4477 9 18C9 18.5523 9.44771 19 10 19H14C14.5523 19 15 18.5523 15 18C15 17.4477 14.5523 17 14 17H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5238 1.99594C10.3597 1.52688 11.1339 1.25 12 1.25C12.8661 1.25 13.6403 1.52688 14.4762 1.99594C15.2861 2.45043 16.2141 3.12145 17.3811 3.96522L17.3811 3.96525L18.8902 5.05633C19.8267 5.73347 20.5747 6.2743 21.1389 6.77487C21.7215 7.29173 22.1573 7.807 22.4337 8.45513C22.7108 9.10469 22.7778 9.77045 22.7406 10.5381C22.7047 11.2789 22.5674 12.1726 22.3961 13.2871L22.0808 15.3387C21.8374 16.9225 21.6437 18.1837 21.359 19.1662C21.0646 20.1821 20.6498 20.9887 19.9086 21.6052C19.1704 22.2192 18.2911 22.4926 17.2169 22.6231C16.172 22.75 14.8539 22.75 13.1889 22.75H10.8111C9.14614 22.75 7.828 22.75 6.78306 22.6231C5.7089 22.4926 4.82957 22.2192 4.0914 21.6052C3.35015 20.9887 2.93544 20.1821 2.64105 19.1662C2.35634 18.1836 2.16255 16.9225 1.91918 15.3387L1.60392 13.2872C1.43264 12.1727 1.29528 11.2789 1.25941 10.5381C1.22224 9.77045 1.28925 9.10469 1.56629 8.45513C1.84274 7.807 2.27855 7.29173 2.86109 6.77487C3.42528 6.27429 4.17329 5.73346 5.10984 5.05632L6.61887 3.96524C7.78586 3.12145 8.7139 2.45043 9.5238 1.99594ZM10 17C9.44771 17 9 17.4477 9 18C9 18.5523 9.44771 19 10 19H14C14.5523 19 15 18.5523 15 18C15 17.4477 14.5523 17 14 17H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-home-icons-home-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.10742 2.85356C10.0495 2.16435 10.9512 1.75 12 1.75C13.0488 1.75 13.9505 2.16435 14.8926 2.85357C15.8068 3.52238 16.8365 4.50981 18.1359 5.75572L18.1709 5.78932L20.75 8.17179V13.5565C20.75 15.3942 20.75 16.8498 20.5969 17.989C20.4392 19.1614 20.1071 20.1104 19.3588 20.8588C18.6104 21.6071 17.6614 21.9392 16.489 22.0969C15.3498 22.25 13.8942 22.25 12.0564 22.25H11.9435C10.1058 22.25 8.65018 22.25 7.51098 22.0969C6.33856 21.9392 5.38961 21.6071 4.64124 20.8588C3.89288 20.1104 3.56076 19.1614 3.40314 17.989C3.24997 16.8498 3.24998 15.3942 3.25 13.5564V13.5564V8.17179L5.82911 5.7893L5.86415 5.7557L5.86416 5.75569C7.16348 4.50979 8.19323 3.52238 9.10742 2.85356ZM11.9955 15.75C11.3076 15.75 10.75 16.3096 10.75 17C10.75 17.6904 11.3076 18.25 11.9955 18.25C12.6777 18.25 13.25 17.6883 13.25 17C13.25 16.3117 12.6777 15.75 11.9955 15.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1407 4.26594C9.33333 4.85661 8.38869 5.75951 7.03526 7.05727L2.69211 11.2218C2.29347 11.604 1.66045 11.5907 1.27821 11.1921C0.895967 10.7935 0.909258 10.1604 1.30789 9.77821L5.70301 5.56386C6.99217 4.32768 8.03207 3.33052 8.9598 2.6518C9.92464 1.94593 10.8777 1.5 12 1.5C13.1223 1.5 14.0754 1.94593 15.0402 2.6518C15.9679 3.33053 17.0078 4.32768 18.297 5.56387L22.6921 9.77821C23.0907 10.1604 23.104 10.7935 22.7218 11.1921C22.3396 11.5907 21.7065 11.604 21.3079 11.2218L16.9647 7.05728C15.6113 5.75951 14.6667 4.85662 13.8593 4.26594C13.0766 3.69332 12.5345 3.5 12 3.5C11.4655 3.5 10.9234 3.69332 10.1407 4.26594Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.10742 2.85356C10.0495 2.16435 10.9512 1.75 12 1.75C13.0488 1.75 13.9505 2.16435 14.8926 2.85357C15.8068 3.52238 16.8365 4.50981 18.1359 5.75572L18.1709 5.78932L20.75 8.17179V13.5565C20.75 15.3942 20.75 16.8498 20.5969 17.989C20.4392 19.1614 20.1071 20.1104 19.3588 20.8588C18.6104 21.6071 17.6614 21.9392 16.489 22.0969C15.3498 22.25 13.8942 22.25 12.0564 22.25H11.9435C10.1058 22.25 8.65018 22.25 7.51098 22.0969C6.33856 21.9392 5.38961 21.6071 4.64124 20.8588C3.89288 20.1104 3.56076 19.1614 3.40314 17.989C3.24997 16.8498 3.24998 15.3942 3.25 13.5564V13.5564V8.17179L5.82911 5.7893L5.86415 5.7557L5.86416 5.75569C7.16348 4.50979 8.19323 3.52238 9.10742 2.85356ZM11.9955 15.75C11.3076 15.75 10.75 16.3096 10.75 17C10.75 17.6904 11.3076 18.25 11.9955 18.25C12.6777 18.25 13.25 17.6883 13.25 17C13.25 16.3117 12.6777 15.75 11.9955 15.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1407 4.26594C9.33333 4.85661 8.38869 5.75951 7.03526 7.05727L2.69211 11.2218C2.29347 11.604 1.66045 11.5907 1.27821 11.1921C0.895967 10.7935 0.909258 10.1604 1.30789 9.77821L5.70301 5.56386C6.99217 4.32768 8.03207 3.33052 8.9598 2.6518C9.92464 1.94593 10.8777 1.5 12 1.5C13.1223 1.5 14.0754 1.94593 15.0402 2.6518C15.9679 3.33053 17.0078 4.32768 18.297 5.56387L22.6921 9.77821C23.0907 10.1604 23.104 10.7935 22.7218 11.1921C22.3396 11.5907 21.7065 11.604 21.3079 11.2218L16.9647 7.05728C15.6113 5.75951 14.6667 4.85662 13.8593 4.26594C13.0766 3.69332 12.5345 3.5 12 3.5C11.4655 3.5 10.9234 3.69332 10.1407 4.26594Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-home-icons-home-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.6328 10.9887C21.8611 10.4595 21.7639 9.80273 21.2545 9.35692L15.395 4.2296C15.2791 4.12821 15.1612 4.02205 15.0409 3.91379C14.1767 3.1359 13.1924 2.25 11.9997 2.25C10.807 2.25 9.82272 3.13589 8.95847 3.91378C8.8382 4.02204 8.72025 4.1282 8.60439 4.22959L2.74491 9.35692C2.23543 9.80273 2.13831 10.4595 2.36662 10.9887C2.54339 11.3985 2.90593 11.718 3.36751 11.8355C3.57479 11.8883 3.67843 11.9147 3.72051 11.9686C3.76258 12.0225 3.76289 12.1089 3.76351 12.2818C3.76646 13.1014 3.77292 14.9211 3.77292 15.1392C3.7729 16.4846 3.77288 17.5762 3.89806 18.4362C4.02915 19.3368 4.31065 20.0912 4.95257 20.6841C5.58601 21.2691 6.37767 21.5185 7.32313 21.6359C8.24198 21.75 9.41323 21.75 10.88 21.75H13.1193C14.5861 21.75 15.7574 21.75 16.6762 21.6359C17.6217 21.5185 18.4134 21.2691 19.0468 20.6841C19.6887 20.0912 19.9702 19.3368 20.1013 18.4362C20.2265 17.5762 20.2265 16.4846 20.2265 15.1392C20.2265 14.9211 20.2329 13.1014 20.2359 12.2818C20.2365 12.1089 20.2368 12.0225 20.2789 11.9686C20.3209 11.9146 20.4246 11.8883 20.6319 11.8355C21.0934 11.718 21.456 11.3985 21.6328 10.9887ZM12 14.75C11.3096 14.75 10.75 15.3096 10.75 16C10.75 16.6904 11.3096 17.25 12 17.25H12.009C12.6993 17.25 13.259 16.6904 13.259 16C13.259 15.3096 12.6993 14.75 12.009 14.75H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.6328 10.9887C21.8611 10.4595 21.7639 9.80273 21.2545 9.35692L15.395 4.2296C15.2791 4.12821 15.1612 4.02205 15.0409 3.91379C14.1767 3.1359 13.1924 2.25 11.9997 2.25C10.807 2.25 9.82272 3.13589 8.95847 3.91378C8.8382 4.02204 8.72025 4.1282 8.60439 4.22959L2.74491 9.35692C2.23543 9.80273 2.13831 10.4595 2.36662 10.9887C2.54339 11.3985 2.90593 11.718 3.36751 11.8355C3.57479 11.8883 3.67843 11.9147 3.72051 11.9686C3.76258 12.0225 3.76289 12.1089 3.76351 12.2818C3.76646 13.1014 3.77292 14.9211 3.77292 15.1392C3.7729 16.4846 3.77288 17.5762 3.89806 18.4362C4.02915 19.3368 4.31065 20.0912 4.95257 20.6841C5.58601 21.2691 6.37767 21.5185 7.32313 21.6359C8.24198 21.75 9.41323 21.75 10.88 21.75H13.1193C14.5861 21.75 15.7574 21.75 16.6762 21.6359C17.6217 21.5185 18.4134 21.2691 19.0468 20.6841C19.6887 20.0912 19.9702 19.3368 20.1013 18.4362C20.2265 17.5762 20.2265 16.4846 20.2265 15.1392C20.2265 14.9211 20.2329 13.1014 20.2359 12.2818C20.2365 12.1089 20.2368 12.0225 20.2789 11.9686C20.3209 11.9146 20.4246 11.8883 20.6319 11.8355C21.0934 11.718 21.456 11.3985 21.6328 10.9887ZM12 14.75C11.3096 14.75 10.75 15.3096 10.75 16C10.75 16.6904 11.3096 17.25 12 17.25H12.009C12.6993 17.25 13.259 16.6904 13.259 16C13.259 15.3096 12.6993 14.75 12.009 14.75H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-4k{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9548 2.25H13.0452H13.0453C14.8818 2.24999 16.3214 2.24999 17.4635 2.37373C18.6291 2.50001 19.5734 2.76232 20.3798 3.34815C20.8679 3.70281 21.2972 4.13209 21.6518 4.62024C22.2377 5.42656 22.5 6.37094 22.6263 7.53648C22.75 8.67859 22.75 10.1182 22.75 11.9547V12.0453C22.75 13.8818 22.75 15.3214 22.6263 16.4635C22.5 17.6291 22.2377 18.5734 21.6518 19.3798C21.2972 19.8679 20.8679 20.2972 20.3798 20.6518C19.5734 21.2377 18.6291 21.5 17.4635 21.6263C16.3214 21.75 14.8818 21.75 13.0453 21.75H10.9547C9.11817 21.75 7.67859 21.75 6.53648 21.6263C5.37094 21.5 4.42656 21.2377 3.62024 20.6518C3.13209 20.2972 2.70281 19.8679 2.34815 19.3798C1.76232 18.5734 1.50001 17.6291 1.37373 16.4635C1.24999 15.3214 1.24999 13.8818 1.25 12.0453V12.0452V11.9548V11.9547C1.24999 10.1182 1.24999 8.67861 1.37373 7.53648C1.50001 6.37094 1.76232 5.42656 2.34815 4.62024C2.70281 4.13209 3.13209 3.70281 3.62024 3.34815C4.42656 2.76232 5.37094 2.50001 6.53648 2.37373C7.67861 2.24999 9.11821 2.24999 10.9547 2.25H10.9548ZM17.4773 9.57855C17.7968 9.31495 17.8421 8.84225 17.5785 8.52273C17.3149 8.20322 16.8422 8.15789 16.5227 8.42149L14.1136 10.409V9.00002C14.1136 8.58581 13.7779 8.25002 13.3636 8.25002C12.9494 8.25002 12.6136 8.58581 12.6136 9.00002V15C12.6136 15.4142 12.9494 15.75 13.3636 15.75C13.7779 15.75 14.1136 15.4142 14.1136 15V13.5911L16.5227 15.5786C16.8422 15.8421 17.3149 15.7968 17.5785 15.4773C17.8421 15.1578 17.7968 14.6851 17.4773 14.4215L14.5422 12L17.4773 9.57855ZM7.75 9.00002C7.75 8.58581 7.41422 8.25002 7 8.25002C6.58579 8.25002 6.25 8.58581 6.25 9.00002V10C6.25 10.014 6.25 10.028 6.25 10.0419C6.24996 10.4773 6.24993 10.87 6.28883 11.1883C6.33078 11.5316 6.4288 11.9009 6.71132 12.2116C7.00312 12.5326 7.36636 12.6544 7.71094 12.7053C8.01403 12.7502 8.38349 12.7501 8.77189 12.75H8.7719L9.88637 12.75V15C9.88637 15.4142 10.2222 15.75 10.6364 15.75C11.0506 15.75 11.3864 15.4142 11.3864 15V9.00002C11.3864 8.58581 11.0506 8.25002 10.6364 8.25002C10.2222 8.25002 9.88637 8.58581 9.88637 9.00002V10.85C9.88637 11.0386 9.88637 11.1329 9.82779 11.1914C9.76921 11.25 9.67493 11.25 9.48637 11.25H8.81819C8.36638 11.25 8.1104 11.2481 7.93039 11.2215C7.80083 11.2023 7.79508 11.1534 7.78087 11.0325C7.77989 11.0241 7.77886 11.0154 7.77775 11.0063C7.75133 10.7901 7.75 10.4907 7.75 10V9.00002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9548 2.25H13.0452H13.0453C14.8818 2.24999 16.3214 2.24999 17.4635 2.37373C18.6291 2.50001 19.5734 2.76232 20.3798 3.34815C20.8679 3.70281 21.2972 4.13209 21.6518 4.62024C22.2377 5.42656 22.5 6.37094 22.6263 7.53648C22.75 8.67859 22.75 10.1182 22.75 11.9547V12.0453C22.75 13.8818 22.75 15.3214 22.6263 16.4635C22.5 17.6291 22.2377 18.5734 21.6518 19.3798C21.2972 19.8679 20.8679 20.2972 20.3798 20.6518C19.5734 21.2377 18.6291 21.5 17.4635 21.6263C16.3214 21.75 14.8818 21.75 13.0453 21.75H10.9547C9.11817 21.75 7.67859 21.75 6.53648 21.6263C5.37094 21.5 4.42656 21.2377 3.62024 20.6518C3.13209 20.2972 2.70281 19.8679 2.34815 19.3798C1.76232 18.5734 1.50001 17.6291 1.37373 16.4635C1.24999 15.3214 1.24999 13.8818 1.25 12.0453V12.0452V11.9548V11.9547C1.24999 10.1182 1.24999 8.67861 1.37373 7.53648C1.50001 6.37094 1.76232 5.42656 2.34815 4.62024C2.70281 4.13209 3.13209 3.70281 3.62024 3.34815C4.42656 2.76232 5.37094 2.50001 6.53648 2.37373C7.67861 2.24999 9.11821 2.24999 10.9547 2.25H10.9548ZM17.4773 9.57855C17.7968 9.31495 17.8421 8.84225 17.5785 8.52273C17.3149 8.20322 16.8422 8.15789 16.5227 8.42149L14.1136 10.409V9.00002C14.1136 8.58581 13.7779 8.25002 13.3636 8.25002C12.9494 8.25002 12.6136 8.58581 12.6136 9.00002V15C12.6136 15.4142 12.9494 15.75 13.3636 15.75C13.7779 15.75 14.1136 15.4142 14.1136 15V13.5911L16.5227 15.5786C16.8422 15.8421 17.3149 15.7968 17.5785 15.4773C17.8421 15.1578 17.7968 14.6851 17.4773 14.4215L14.5422 12L17.4773 9.57855ZM7.75 9.00002C7.75 8.58581 7.41422 8.25002 7 8.25002C6.58579 8.25002 6.25 8.58581 6.25 9.00002V10C6.25 10.014 6.25 10.028 6.25 10.0419C6.24996 10.4773 6.24993 10.87 6.28883 11.1883C6.33078 11.5316 6.4288 11.9009 6.71132 12.2116C7.00312 12.5326 7.36636 12.6544 7.71094 12.7053C8.01403 12.7502 8.38349 12.7501 8.77189 12.75H8.7719L9.88637 12.75V15C9.88637 15.4142 10.2222 15.75 10.6364 15.75C11.0506 15.75 11.3864 15.4142 11.3864 15V9.00002C11.3864 8.58581 11.0506 8.25002 10.6364 8.25002C10.2222 8.25002 9.88637 8.58581 9.88637 9.00002V10.85C9.88637 11.0386 9.88637 11.1329 9.82779 11.1914C9.76921 11.25 9.67493 11.25 9.48637 11.25H8.81819C8.36638 11.25 8.1104 11.2481 7.93039 11.2215C7.80083 11.2023 7.79508 11.1534 7.78087 11.0325C7.77989 11.0241 7.77886 11.0154 7.77775 11.0063C7.75133 10.7901 7.75 10.4907 7.75 10V9.00002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-album-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.1129 7.78312C19.6979 7.36808 19.0964 7.11438 17.8757 6.9943L18.0715 5.00391C19.4675 5.14123 20.6275 5.46925 21.5272 6.36891C22.3335 7.1752 22.6805 8.19058 22.8428 9.39768C22.9992 10.5606 22.9991 12.0394 22.9991 13.8748V14.0212C22.9991 15.8567 22.9992 17.3355 22.8428 18.4984C22.6805 19.7055 22.3335 20.7209 21.5272 21.5272C20.7209 22.3335 19.7055 22.6805 18.4984 22.8428C17.3355 22.9992 15.8567 22.9991 14.0212 22.9991H13.8748C12.0394 22.9991 10.5606 22.9992 9.39768 22.8428C8.19058 22.6805 7.1752 22.3335 6.36891 21.5272C5.46925 20.6275 5.14123 19.4675 5.00391 18.0715L6.9943 17.8757C7.11438 19.0964 7.36808 19.6979 7.78312 20.1129C8.15588 20.4857 8.67885 20.7282 9.66417 20.8606C10.6783 20.997 12.0221 20.9991 13.948 20.9991C15.874 20.9991 17.2178 20.997 18.2319 20.8606C19.2172 20.7282 19.7402 20.4857 20.1129 20.1129C20.4857 19.7402 20.7282 19.2172 20.8606 18.2319C20.997 17.2178 20.9991 15.874 20.9991 13.948C20.9991 12.0221 20.997 10.6783 20.8606 9.66417C20.7282 8.67885 20.4857 8.15588 20.1129 7.78312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.92684 1H10.0732C11.8966 0.999973 13.3664 0.999951 14.5223 1.15537C15.7225 1.31672 16.733 1.66191 17.5355 2.46447C18.3381 3.26702 18.6833 4.27752 18.8446 5.47767C19.0001 6.63362 19 8.10336 19 9.9268V10.0732C19 11.8966 19.0001 13.3664 18.8446 14.5223C18.6833 15.7225 18.3381 16.733 17.5355 17.5355C16.733 18.3381 15.7225 18.6833 14.5223 18.8446C13.3664 19.0001 11.8966 19 10.0732 19H9.9268C8.10336 19 6.63362 19.0001 5.47767 18.8446C4.27752 18.6833 3.26702 18.3381 2.46447 17.5355C1.66191 16.733 1.31672 15.7225 1.15537 14.5223C0.999951 13.3664 0.999973 11.8966 1 10.0732V9.92684C0.999973 8.10338 0.999951 6.63362 1.15537 5.47767C1.31672 4.27752 1.66191 3.26702 2.46447 2.46447C3.26702 1.66191 4.27752 1.31672 5.47767 1.15537C6.63362 0.999951 8.10338 0.999973 9.92684 1ZM5.74416 3.13753C4.76579 3.26907 4.2477 3.50966 3.87868 3.87868C3.50966 4.2477 3.26907 4.76579 3.13753 5.74416C3.00213 6.7513 3 8.08611 3 10C3 11.9139 3.00213 13.2487 3.13753 14.2558C3.26907 15.2342 3.50966 15.7523 3.87868 16.1213C4.2477 16.4903 4.76579 16.7309 5.74416 16.8625C6.7513 16.9979 8.08611 17 10 17C11.9139 17 13.2487 16.9979 14.2558 16.8625C15.2342 16.7309 15.7523 16.4903 16.1213 16.1213C16.4903 15.7523 16.7309 15.2342 16.8625 14.2558C16.9979 13.2487 17 11.9139 17 10C17 8.08611 16.9979 6.7513 16.8625 5.74416C16.7309 4.76579 16.4903 4.2477 16.1213 3.87868C15.7523 3.50966 15.2342 3.26907 14.2558 3.13753C13.2487 3.00213 11.9139 3 10 3C8.08611 3 6.7513 3.00213 5.74416 3.13753Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4763 11.0957C16.9498 9.8379 15.4766 9.23918 14.0438 9.21191C12.6137 9.18469 11.3327 9.72898 10.1932 10.5492C8.18996 11.991 6.45291 14.4242 4.90945 16.5863C4.73406 16.832 4.56116 17.0742 4.39066 17.311L3.73438 18.2226L4.8279 18.4793C6.00098 18.7548 7.47329 18.7533 9.47458 18.7514C9.64549 18.7513 9.82056 18.7511 9.99934 18.7511H10.0557C11.8935 18.7511 13.3491 18.7511 14.4884 18.5979C15.6608 18.4403 16.6097 18.1082 17.3581 17.3598C17.9845 16.7335 18.3235 15.9715 18.5101 15.0439C18.6921 14.1389 18.7372 13.032 18.7493 11.6813L18.7525 11.3233L18.4763 11.0957Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.1129 7.78312C19.6979 7.36808 19.0964 7.11438 17.8757 6.9943L18.0715 5.00391C19.4675 5.14123 20.6275 5.46925 21.5272 6.36891C22.3335 7.1752 22.6805 8.19058 22.8428 9.39768C22.9992 10.5606 22.9991 12.0394 22.9991 13.8748V14.0212C22.9991 15.8567 22.9992 17.3355 22.8428 18.4984C22.6805 19.7055 22.3335 20.7209 21.5272 21.5272C20.7209 22.3335 19.7055 22.6805 18.4984 22.8428C17.3355 22.9992 15.8567 22.9991 14.0212 22.9991H13.8748C12.0394 22.9991 10.5606 22.9992 9.39768 22.8428C8.19058 22.6805 7.1752 22.3335 6.36891 21.5272C5.46925 20.6275 5.14123 19.4675 5.00391 18.0715L6.9943 17.8757C7.11438 19.0964 7.36808 19.6979 7.78312 20.1129C8.15588 20.4857 8.67885 20.7282 9.66417 20.8606C10.6783 20.997 12.0221 20.9991 13.948 20.9991C15.874 20.9991 17.2178 20.997 18.2319 20.8606C19.2172 20.7282 19.7402 20.4857 20.1129 20.1129C20.4857 19.7402 20.7282 19.2172 20.8606 18.2319C20.997 17.2178 20.9991 15.874 20.9991 13.948C20.9991 12.0221 20.997 10.6783 20.8606 9.66417C20.7282 8.67885 20.4857 8.15588 20.1129 7.78312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.92684 1H10.0732C11.8966 0.999973 13.3664 0.999951 14.5223 1.15537C15.7225 1.31672 16.733 1.66191 17.5355 2.46447C18.3381 3.26702 18.6833 4.27752 18.8446 5.47767C19.0001 6.63362 19 8.10336 19 9.9268V10.0732C19 11.8966 19.0001 13.3664 18.8446 14.5223C18.6833 15.7225 18.3381 16.733 17.5355 17.5355C16.733 18.3381 15.7225 18.6833 14.5223 18.8446C13.3664 19.0001 11.8966 19 10.0732 19H9.9268C8.10336 19 6.63362 19.0001 5.47767 18.8446C4.27752 18.6833 3.26702 18.3381 2.46447 17.5355C1.66191 16.733 1.31672 15.7225 1.15537 14.5223C0.999951 13.3664 0.999973 11.8966 1 10.0732V9.92684C0.999973 8.10338 0.999951 6.63362 1.15537 5.47767C1.31672 4.27752 1.66191 3.26702 2.46447 2.46447C3.26702 1.66191 4.27752 1.31672 5.47767 1.15537C6.63362 0.999951 8.10338 0.999973 9.92684 1ZM5.74416 3.13753C4.76579 3.26907 4.2477 3.50966 3.87868 3.87868C3.50966 4.2477 3.26907 4.76579 3.13753 5.74416C3.00213 6.7513 3 8.08611 3 10C3 11.9139 3.00213 13.2487 3.13753 14.2558C3.26907 15.2342 3.50966 15.7523 3.87868 16.1213C4.2477 16.4903 4.76579 16.7309 5.74416 16.8625C6.7513 16.9979 8.08611 17 10 17C11.9139 17 13.2487 16.9979 14.2558 16.8625C15.2342 16.7309 15.7523 16.4903 16.1213 16.1213C16.4903 15.7523 16.7309 15.2342 16.8625 14.2558C16.9979 13.2487 17 11.9139 17 10C17 8.08611 16.9979 6.7513 16.8625 5.74416C16.7309 4.76579 16.4903 4.2477 16.1213 3.87868C15.7523 3.50966 15.2342 3.26907 14.2558 3.13753C13.2487 3.00213 11.9139 3 10 3C8.08611 3 6.7513 3.00213 5.74416 3.13753Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4763 11.0957C16.9498 9.8379 15.4766 9.23918 14.0438 9.21191C12.6137 9.18469 11.3327 9.72898 10.1932 10.5492C8.18996 11.991 6.45291 14.4242 4.90945 16.5863C4.73406 16.832 4.56116 17.0742 4.39066 17.311L3.73438 18.2226L4.8279 18.4793C6.00098 18.7548 7.47329 18.7533 9.47458 18.7514C9.64549 18.7513 9.82056 18.7511 9.99934 18.7511H10.0557C11.8935 18.7511 13.3491 18.7511 14.4884 18.5979C15.6608 18.4403 16.6097 18.1082 17.3581 17.3598C17.9845 16.7335 18.3235 15.9715 18.5101 15.0439C18.6921 14.1389 18.7372 13.032 18.7493 11.6813L18.7525 11.3233L18.4763 11.0957Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-album-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.1129 7.78312C19.6979 7.36808 19.0964 7.11438 17.8757 6.9943L18.0715 5.00391C19.4675 5.14123 20.6275 5.46925 21.5272 6.36891C22.3335 7.1752 22.6805 8.19058 22.8428 9.39768C22.9992 10.5606 22.9991 12.0394 22.9991 13.8748V14.0212C22.9991 15.8567 22.9992 17.3355 22.8428 18.4984C22.6805 19.7055 22.3335 20.7209 21.5272 21.5272C20.7209 22.3335 19.7055 22.6805 18.4984 22.8428C17.3355 22.9992 15.8567 22.9991 14.0212 22.9991H13.8748C12.0394 22.9991 10.5606 22.9992 9.39768 22.8428C8.19058 22.6805 7.1752 22.3335 6.36891 21.5272C5.46925 20.6275 5.14123 19.4675 5.00391 18.0715L6.9943 17.8757C7.11438 19.0964 7.36808 19.6979 7.78312 20.1129C8.15588 20.4857 8.67885 20.7282 9.66417 20.8606C10.6783 20.997 12.0221 20.9991 13.948 20.9991C15.874 20.9991 17.2178 20.997 18.2319 20.8606C19.2172 20.7282 19.7402 20.4857 20.1129 20.1129C20.4857 19.7402 20.7282 19.2172 20.8606 18.2319C20.997 17.2178 20.9991 15.874 20.9991 13.948C20.9991 12.0221 20.997 10.6783 20.8606 9.66417C20.7282 8.67885 20.4857 8.15588 20.1129 7.78312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.92684 1H10.0732C11.8966 0.999973 13.3664 0.999951 14.5223 1.15537C15.7225 1.31672 16.733 1.66191 17.5355 2.46447C18.3381 3.26702 18.6833 4.27752 18.8446 5.47767C19.0001 6.63362 19 8.10336 19 9.9268V10.0732C19 11.8966 19.0001 13.3664 18.8446 14.5223C18.6833 15.7225 18.3381 16.733 17.5355 17.5355C16.733 18.3381 15.7225 18.6833 14.5223 18.8446C13.3664 19.0001 11.8966 19 10.0732 19H9.9268C8.10336 19 6.63362 19.0001 5.47767 18.8446C4.27752 18.6833 3.26702 18.3381 2.46447 17.5355C1.66191 16.733 1.31672 15.7225 1.15537 14.5223C0.999951 13.3664 0.999973 11.8966 1 10.0732V9.92684C0.999973 8.10338 0.999951 6.63362 1.15537 5.47767C1.31672 4.27752 1.66191 3.26702 2.46447 2.46447C3.26702 1.66191 4.27752 1.31672 5.47767 1.15537C6.63362 0.999951 8.10338 0.999973 9.92684 1ZM5.74416 3.13753C4.76579 3.26907 4.2477 3.50966 3.87868 3.87868C3.50966 4.2477 3.26907 4.76579 3.13753 5.74416C3.00213 6.7513 3 8.08611 3 10C3 11.9139 3.00213 13.2487 3.13753 14.2558C3.26907 15.2342 3.50966 15.7523 3.87868 16.1213C4.2477 16.4903 4.76579 16.7309 5.74416 16.8625C6.7513 16.9979 8.08611 17 10 17C11.9139 17 13.2487 16.9979 14.2558 16.8625C15.2342 16.7309 15.7523 16.4903 16.1213 16.1213C16.4903 15.7523 16.7309 15.2342 16.8625 14.2558C16.9979 13.2487 17 11.9139 17 10C17 8.08611 16.9979 6.7513 16.8625 5.74416C16.7309 4.76579 16.4903 4.2477 16.1213 3.87868C15.7523 3.50966 15.2342 3.26907 14.2558 3.13753C13.2487 3.00213 11.9139 3 10 3C8.08611 3 6.7513 3.00213 5.74416 3.13753Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.6363 12.4162C9.4301 10.9618 6.68031 10.2023 3.87635 10.2523C3.2166 10.2512 2.55784 10.2921 1.90597 10.3744C1.53026 10.4219 1.24888 10.742 1.25 11.1207C1.25458 12.6661 1.28026 13.8928 1.45316 14.8725C1.63123 15.8815 1.97481 16.6895 2.64946 17.3603C3.40134 18.1079 4.35431 18.4395 5.53219 18.5969C6.67735 18.75 8.14081 18.75 9.98955 18.75L10.1393 18.75C12.2827 18.7501 13.9178 18.7501 15.1501 18.4985C15.3602 18.4556 15.5419 18.3248 15.6492 18.1391C15.7566 17.9535 15.7794 17.7308 15.7118 17.5272C15.0373 15.4965 13.6026 13.7125 11.6363 12.4162Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.75C12 6.05964 12.5571 5.5 13.2444 5.5C13.9268 5.5 14.5 6.05988 14.5 6.75C14.5 7.44012 13.9268 8 13.2444 8C12.5571 8 12 7.44036 12 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.1129 7.78312C19.6979 7.36808 19.0964 7.11438 17.8757 6.9943L18.0715 5.00391C19.4675 5.14123 20.6275 5.46925 21.5272 6.36891C22.3335 7.1752 22.6805 8.19058 22.8428 9.39768C22.9992 10.5606 22.9991 12.0394 22.9991 13.8748V14.0212C22.9991 15.8567 22.9992 17.3355 22.8428 18.4984C22.6805 19.7055 22.3335 20.7209 21.5272 21.5272C20.7209 22.3335 19.7055 22.6805 18.4984 22.8428C17.3355 22.9992 15.8567 22.9991 14.0212 22.9991H13.8748C12.0394 22.9991 10.5606 22.9992 9.39768 22.8428C8.19058 22.6805 7.1752 22.3335 6.36891 21.5272C5.46925 20.6275 5.14123 19.4675 5.00391 18.0715L6.9943 17.8757C7.11438 19.0964 7.36808 19.6979 7.78312 20.1129C8.15588 20.4857 8.67885 20.7282 9.66417 20.8606C10.6783 20.997 12.0221 20.9991 13.948 20.9991C15.874 20.9991 17.2178 20.997 18.2319 20.8606C19.2172 20.7282 19.7402 20.4857 20.1129 20.1129C20.4857 19.7402 20.7282 19.2172 20.8606 18.2319C20.997 17.2178 20.9991 15.874 20.9991 13.948C20.9991 12.0221 20.997 10.6783 20.8606 9.66417C20.7282 8.67885 20.4857 8.15588 20.1129 7.78312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.92684 1H10.0732C11.8966 0.999973 13.3664 0.999951 14.5223 1.15537C15.7225 1.31672 16.733 1.66191 17.5355 2.46447C18.3381 3.26702 18.6833 4.27752 18.8446 5.47767C19.0001 6.63362 19 8.10336 19 9.9268V10.0732C19 11.8966 19.0001 13.3664 18.8446 14.5223C18.6833 15.7225 18.3381 16.733 17.5355 17.5355C16.733 18.3381 15.7225 18.6833 14.5223 18.8446C13.3664 19.0001 11.8966 19 10.0732 19H9.9268C8.10336 19 6.63362 19.0001 5.47767 18.8446C4.27752 18.6833 3.26702 18.3381 2.46447 17.5355C1.66191 16.733 1.31672 15.7225 1.15537 14.5223C0.999951 13.3664 0.999973 11.8966 1 10.0732V9.92684C0.999973 8.10338 0.999951 6.63362 1.15537 5.47767C1.31672 4.27752 1.66191 3.26702 2.46447 2.46447C3.26702 1.66191 4.27752 1.31672 5.47767 1.15537C6.63362 0.999951 8.10338 0.999973 9.92684 1ZM5.74416 3.13753C4.76579 3.26907 4.2477 3.50966 3.87868 3.87868C3.50966 4.2477 3.26907 4.76579 3.13753 5.74416C3.00213 6.7513 3 8.08611 3 10C3 11.9139 3.00213 13.2487 3.13753 14.2558C3.26907 15.2342 3.50966 15.7523 3.87868 16.1213C4.2477 16.4903 4.76579 16.7309 5.74416 16.8625C6.7513 16.9979 8.08611 17 10 17C11.9139 17 13.2487 16.9979 14.2558 16.8625C15.2342 16.7309 15.7523 16.4903 16.1213 16.1213C16.4903 15.7523 16.7309 15.2342 16.8625 14.2558C16.9979 13.2487 17 11.9139 17 10C17 8.08611 16.9979 6.7513 16.8625 5.74416C16.7309 4.76579 16.4903 4.2477 16.1213 3.87868C15.7523 3.50966 15.2342 3.26907 14.2558 3.13753C13.2487 3.00213 11.9139 3 10 3C8.08611 3 6.7513 3.00213 5.74416 3.13753Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.6363 12.4162C9.4301 10.9618 6.68031 10.2023 3.87635 10.2523C3.2166 10.2512 2.55784 10.2921 1.90597 10.3744C1.53026 10.4219 1.24888 10.742 1.25 11.1207C1.25458 12.6661 1.28026 13.8928 1.45316 14.8725C1.63123 15.8815 1.97481 16.6895 2.64946 17.3603C3.40134 18.1079 4.35431 18.4395 5.53219 18.5969C6.67735 18.75 8.14081 18.75 9.98955 18.75L10.1393 18.75C12.2827 18.7501 13.9178 18.7501 15.1501 18.4985C15.3602 18.4556 15.5419 18.3248 15.6492 18.1391C15.7566 17.9535 15.7794 17.7308 15.7118 17.5272C15.0373 15.4965 13.6026 13.7125 11.6363 12.4162Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.75C12 6.05964 12.5571 5.5 13.2444 5.5C13.9268 5.5 14.5 6.05988 14.5 6.75C14.5 7.44012 13.9268 8 13.2444 8C12.5571 8 12 7.44036 12 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-album-not-found-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9793 5.90206C17.0334 5.35243 17.5228 4.95069 18.0724 5.00475C19.4685 5.14207 20.6285 5.4701 21.5281 6.36976C22.3344 7.17605 22.6815 8.19143 22.8438 9.39853C23.0001 10.5614 23.0001 12.0402 23.0001 13.8757V13.9672C23.0001 15.1445 23.0001 16.1671 22.9626 17.0427C22.939 17.5945 22.4726 18.0226 21.9208 17.999C21.369 17.9754 20.9409 17.509 20.9645 16.9572C20.9999 16.129 21.0001 15.1479 21.0001 13.9489C21.0001 12.023 20.9979 10.6791 20.8616 9.66502C20.7291 8.6797 20.4867 8.15673 20.1139 7.78397C19.6989 7.36893 19.0974 7.11522 17.8766 6.99515C17.327 6.94108 16.9253 6.45169 16.9793 5.90206ZM5.90218 16.9792C6.45182 16.9252 6.94121 17.3269 6.99527 17.8765C7.11535 19.0973 7.36905 19.6987 7.78409 20.1138C8.15685 20.4865 8.67982 20.729 9.66514 20.8615C10.6792 20.9978 12.0231 21 13.949 21C15.8749 21 17.2188 20.9978 18.2329 20.8615C19.2182 20.729 19.7412 20.4865 20.1139 20.1138C20.5044 19.7233 21.1376 19.7233 21.5281 20.1138C21.9187 20.5043 21.9187 21.1375 21.5281 21.528C20.7218 22.3343 19.7065 22.6814 18.4994 22.8437C17.3364 23 15.8577 23 14.0222 23H13.8758C12.0404 23 10.5616 23 9.39865 22.8437C8.19155 22.6814 7.17617 22.3343 6.36988 21.528C5.47022 20.6283 5.1422 19.4684 5.00488 18.0723C4.95081 17.5227 5.35255 17.0333 5.90218 16.9792Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5285 15.472L17.9941 16.9403C17.9869 16.9511 17.9796 16.9618 17.9723 16.9726L18 17.0002C17.9458 17.0545 17.8912 17.1074 17.8364 17.1591C17.7355 17.2893 17.6252 17.4149 17.5045 17.5358C16.7034 18.3384 15.6948 18.6836 14.4968 18.8449C13.2264 19.0161 11.9322 19.0094 10.6483 19.0028C10.4017 19.0016 10.1554 19.0003 9.90974 19.0003C8.08961 19.0003 6.62253 19.0004 5.46868 18.8449C4.27073 18.6836 3.26208 18.3384 2.46099 17.5358C1.6599 16.7333 1.31534 15.7228 1.15428 14.5226C0.983475 13.2499 0.990103 11.9533 0.996677 10.6672C0.997941 10.42 0.999202 10.1733 0.999202 9.92712C0.999175 8.10367 0.999154 6.63392 1.15428 5.47797C1.31534 4.27782 1.6599 3.26732 2.46099 2.46477C2.8508 2.07424 3.48281 2.07424 3.87262 2.46477C4.26243 2.85529 4.26243 3.48846 3.87262 3.87898C3.50428 4.248 3.26412 4.7661 3.13282 5.74446C2.99767 6.7516 2.99555 8.08642 2.99555 10.0003C2.99555 11.9142 2.99767 13.249 3.13282 14.2561C3.26412 15.2345 3.50428 15.7526 3.87262 16.1216C4.02466 16.2739 4.20205 16.4044 4.42665 16.5143C4.54185 16.3643 4.65695 16.2139 4.77217 16.0633C6.42305 13.9059 8.09781 11.7173 10.4239 10.2701C10.5727 10.1775 10.7412 10.1077 10.9051 10.0398C10.937 10.0266 10.9687 10.0135 11 10.0002L16.511 15.5112C16.5169 15.4983 16.5227 15.4852 16.5285 15.472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.2526 3.15701C13.2459 3.0204 11.9116 3.01826 9.99845 3.01826C8.82238 3.01826 7.85749 3.01845 7.0411 3.05267C6.48951 3.07579 6.02378 2.64322 6.00088 2.0865C5.97797 1.52978 6.40655 1.05973 6.95815 1.03661C7.8645 0.99862 8.77225 0.999426 9.67939 1.00023C9.81015 1.00035 9.94089 1.00046 10.0716 1.00046C11.8943 1.00044 13.3635 1.00042 14.519 1.15721C15.7187 1.32 16.7288 1.66827 17.531 2.47796C18.3333 3.28766 18.6783 4.30715 18.8396 5.51797C18.995 6.68421 18.995 8.16706 18.9949 10.0067C18.9949 10.2551 18.9962 10.504 18.9975 10.7533C19.004 12.0509 19.0107 13.359 18.8396 14.6431C18.8235 14.764 18.8056 14.883 18.7856 15L18.7528 14.9669C18.7516 14.978 18.7503 14.989 18.7491 15L13.3203 9.61886C14.5089 9.35678 15.5815 9.54025 16.6934 10.0497C16.7978 10.0975 16.8986 10.1499 16.9957 10.2065C16.9957 10.1648 16.9957 10.1228 16.9957 10.0805C16.9957 8.14962 16.9936 6.80293 16.8582 5.78683C16.7268 4.79976 16.4863 4.27706 16.1174 3.90476C15.7485 3.53246 15.2306 3.28972 14.2526 3.15701Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9793 5.90206C17.0334 5.35243 17.5228 4.95069 18.0724 5.00475C19.4685 5.14207 20.6285 5.4701 21.5281 6.36976C22.3344 7.17605 22.6815 8.19143 22.8438 9.39853C23.0001 10.5614 23.0001 12.0402 23.0001 13.8757V13.9672C23.0001 15.1445 23.0001 16.1671 22.9626 17.0427C22.939 17.5945 22.4726 18.0226 21.9208 17.999C21.369 17.9754 20.9409 17.509 20.9645 16.9572C20.9999 16.129 21.0001 15.1479 21.0001 13.9489C21.0001 12.023 20.9979 10.6791 20.8616 9.66502C20.7291 8.6797 20.4867 8.15673 20.1139 7.78397C19.6989 7.36893 19.0974 7.11522 17.8766 6.99515C17.327 6.94108 16.9253 6.45169 16.9793 5.90206ZM5.90218 16.9792C6.45182 16.9252 6.94121 17.3269 6.99527 17.8765C7.11535 19.0973 7.36905 19.6987 7.78409 20.1138C8.15685 20.4865 8.67982 20.729 9.66514 20.8615C10.6792 20.9978 12.0231 21 13.949 21C15.8749 21 17.2188 20.9978 18.2329 20.8615C19.2182 20.729 19.7412 20.4865 20.1139 20.1138C20.5044 19.7233 21.1376 19.7233 21.5281 20.1138C21.9187 20.5043 21.9187 21.1375 21.5281 21.528C20.7218 22.3343 19.7065 22.6814 18.4994 22.8437C17.3364 23 15.8577 23 14.0222 23H13.8758C12.0404 23 10.5616 23 9.39865 22.8437C8.19155 22.6814 7.17617 22.3343 6.36988 21.528C5.47022 20.6283 5.1422 19.4684 5.00488 18.0723C4.95081 17.5227 5.35255 17.0333 5.90218 16.9792Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5285 15.472L17.9941 16.9403C17.9869 16.9511 17.9796 16.9618 17.9723 16.9726L18 17.0002C17.9458 17.0545 17.8912 17.1074 17.8364 17.1591C17.7355 17.2893 17.6252 17.4149 17.5045 17.5358C16.7034 18.3384 15.6948 18.6836 14.4968 18.8449C13.2264 19.0161 11.9322 19.0094 10.6483 19.0028C10.4017 19.0016 10.1554 19.0003 9.90974 19.0003C8.08961 19.0003 6.62253 19.0004 5.46868 18.8449C4.27073 18.6836 3.26208 18.3384 2.46099 17.5358C1.6599 16.7333 1.31534 15.7228 1.15428 14.5226C0.983475 13.2499 0.990103 11.9533 0.996677 10.6672C0.997941 10.42 0.999202 10.1733 0.999202 9.92712C0.999175 8.10367 0.999154 6.63392 1.15428 5.47797C1.31534 4.27782 1.6599 3.26732 2.46099 2.46477C2.8508 2.07424 3.48281 2.07424 3.87262 2.46477C4.26243 2.85529 4.26243 3.48846 3.87262 3.87898C3.50428 4.248 3.26412 4.7661 3.13282 5.74446C2.99767 6.7516 2.99555 8.08642 2.99555 10.0003C2.99555 11.9142 2.99767 13.249 3.13282 14.2561C3.26412 15.2345 3.50428 15.7526 3.87262 16.1216C4.02466 16.2739 4.20205 16.4044 4.42665 16.5143C4.54185 16.3643 4.65695 16.2139 4.77217 16.0633C6.42305 13.9059 8.09781 11.7173 10.4239 10.2701C10.5727 10.1775 10.7412 10.1077 10.9051 10.0398C10.937 10.0266 10.9687 10.0135 11 10.0002L16.511 15.5112C16.5169 15.4983 16.5227 15.4852 16.5285 15.472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.2526 3.15701C13.2459 3.0204 11.9116 3.01826 9.99845 3.01826C8.82238 3.01826 7.85749 3.01845 7.0411 3.05267C6.48951 3.07579 6.02378 2.64322 6.00088 2.0865C5.97797 1.52978 6.40655 1.05973 6.95815 1.03661C7.8645 0.99862 8.77225 0.999426 9.67939 1.00023C9.81015 1.00035 9.94089 1.00046 10.0716 1.00046C11.8943 1.00044 13.3635 1.00042 14.519 1.15721C15.7187 1.32 16.7288 1.66827 17.531 2.47796C18.3333 3.28766 18.6783 4.30715 18.8396 5.51797C18.995 6.68421 18.995 8.16706 18.9949 10.0067C18.9949 10.2551 18.9962 10.504 18.9975 10.7533C19.004 12.0509 19.0107 13.359 18.8396 14.6431C18.8235 14.764 18.8056 14.883 18.7856 15L18.7528 14.9669C18.7516 14.978 18.7503 14.989 18.7491 15L13.3203 9.61886C14.5089 9.35678 15.5815 9.54025 16.6934 10.0497C16.7978 10.0975 16.8986 10.1499 16.9957 10.2065C16.9957 10.1648 16.9957 10.1228 16.9957 10.0805C16.9957 8.14962 16.9936 6.80293 16.8582 5.78683C16.7268 4.79976 16.4863 4.27706 16.1174 3.90476C15.7485 3.53246 15.2306 3.28972 14.2526 3.15701Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-album-not-found-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_386_3122)%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9793 5.90206C17.0334 5.35243 17.5228 4.95069 18.0724 5.00475C19.4685 5.14207 20.6285 5.4701 21.5281 6.36976C22.3344 7.17605 22.6815 8.19143 22.8438 9.39853C23.0001 10.5614 23.0001 12.0402 23.0001 13.8757V13.9672C23.0001 15.1445 23.0001 16.1671 22.9626 17.0427C22.939 17.5945 22.4726 18.0226 21.9208 17.999C21.369 17.9754 20.9409 17.509 20.9645 16.9572C20.9999 16.129 21.0001 15.1479 21.0001 13.9489C21.0001 12.023 20.9979 10.6791 20.8616 9.66502C20.7291 8.6797 20.4867 8.15673 20.1139 7.78397C19.6989 7.36893 19.0974 7.11522 17.8766 6.99515C17.327 6.94108 16.9253 6.45169 16.9793 5.90206ZM5.90218 16.9792C6.45182 16.9252 6.94121 17.3269 6.99527 17.8765C7.11535 19.0973 7.36905 19.6987 7.78409 20.1138C8.15685 20.4865 8.67982 20.729 9.66514 20.8615C10.6792 20.9978 12.0231 21 13.949 21C15.8749 21 17.2188 20.9978 18.2329 20.8615C19.2182 20.729 19.7412 20.4865 20.1139 20.1138C20.5044 19.7233 21.1376 19.7233 21.5281 20.1138C21.9187 20.5043 21.9187 21.1375 21.5281 21.528C20.7218 22.3343 19.7065 22.6814 18.4994 22.8437C17.3364 23 15.8577 23 14.0222 23H13.8758C12.0404 23 10.5616 23 9.39865 22.8437C8.19155 22.6814 7.17617 22.3343 6.36988 21.528C5.47022 20.6283 5.1422 19.4684 5.00488 18.0723C4.95081 17.5227 5.35255 17.0333 5.90218 16.9792Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9998 6C12.9998 5.44772 13.4475 5 13.9998 5H14.0087C14.561 5 15.0087 5.44772 15.0087 6C15.0087 6.55228 14.561 7 14.0087 7H13.9998C13.4475 7 12.9998 6.55228 12.9998 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2558 3.13753C13.2487 3.00213 11.9139 3 10 3C8.82347 3 7.8582 3.00019 7.0415 3.0341C6.48969 3.05702 6.02378 2.62827 6.00086 2.07646C5.97795 1.52465 6.4067 1.05874 6.95851 1.03583C7.82118 1 8.82673 1 9.98229 1L10.0732 1C11.8966 0.999973 13.3664 0.999951 14.5223 1.15537C15.7225 1.31672 16.733 1.66191 17.5355 2.46447C18.3381 3.26702 18.6833 4.27752 18.8446 5.47767C19.0001 6.63363 19 8.1034 19 9.92686V10.0177C19 11.1733 19 12.1788 18.9642 13.0415C18.9413 13.5933 18.4754 14.0221 17.9235 13.9991C17.3717 13.9762 16.943 13.5103 16.9659 12.9585C16.9998 12.1418 17 11.1765 17 10C17 8.08611 16.9979 6.7513 16.8625 5.74416C16.7309 4.76579 16.4903 4.2477 16.1213 3.87868C15.7523 3.50966 15.2342 3.26907 14.2558 3.13753ZM3.87868 2.46447C4.26921 2.85499 4.26921 3.48816 3.87868 3.87868C3.50966 4.2477 3.26907 4.76579 3.13753 5.74416C3.00213 6.7513 3 8.08611 3 10C3 11.9139 3.00213 13.2487 3.13753 14.2558C3.26907 15.2342 3.50966 15.7523 3.87868 16.1213C4.2477 16.4903 4.76579 16.7309 5.74416 16.8625C6.7513 16.9979 8.08611 17 10 17C11.9139 17 13.2487 16.9979 14.2558 16.8625C15.2342 16.7309 15.7523 16.4903 16.1213 16.1213C16.5118 15.7308 17.145 15.7308 17.5355 16.1213C17.9261 16.5118 17.9261 17.145 17.5355 17.5355C16.733 18.3381 15.7225 18.6833 14.5223 18.8446C13.3664 19.0001 11.8966 19 10.0731 19H9.92686C8.1034 19 6.63363 19.0001 5.47767 18.8446C4.27752 18.6833 3.26702 18.3381 2.46447 17.5355C1.66191 16.733 1.31672 15.7225 1.15537 14.5223C0.999951 13.3664 0.999973 11.8966 1 10.0732V9.92684C0.999973 8.10338 0.999951 6.63362 1.15537 5.47767C1.31672 4.27752 1.66191 3.26702 2.46447 2.46447C2.85499 2.07394 3.48816 2.07394 3.87868 2.46447Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.6685 11.9396C10.211 10.6322 7.16669 9.95749 4.07495 10.0021C3.34634 10.0011 2.61872 10.0375 1.89855 10.1109C1.38644 10.1631 0.997631 10.5956 1.00001 11.1104C1.00683 12.586 1.03893 13.8377 1.21688 14.8621C1.39812 15.9055 1.74694 16.818 2.46447 17.5355C3.26702 18.3381 4.27752 18.6833 5.47766 18.8446C6.63362 19 8.10337 19 9.92681 19H10.0732C11.8966 19 13.3664 19 14.5223 18.8446C15.7225 18.6833 16.733 18.3381 17.5355 17.5355L18.2426 16.8284L14.7071 13.2929C14.6815 13.2673 14.6546 13.2431 14.6263 13.2205C14.0398 12.7491 13.384 12.3202 12.6685 11.9396Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_386_3122%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_386_3122)%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9793 5.90206C17.0334 5.35243 17.5228 4.95069 18.0724 5.00475C19.4685 5.14207 20.6285 5.4701 21.5281 6.36976C22.3344 7.17605 22.6815 8.19143 22.8438 9.39853C23.0001 10.5614 23.0001 12.0402 23.0001 13.8757V13.9672C23.0001 15.1445 23.0001 16.1671 22.9626 17.0427C22.939 17.5945 22.4726 18.0226 21.9208 17.999C21.369 17.9754 20.9409 17.509 20.9645 16.9572C20.9999 16.129 21.0001 15.1479 21.0001 13.9489C21.0001 12.023 20.9979 10.6791 20.8616 9.66502C20.7291 8.6797 20.4867 8.15673 20.1139 7.78397C19.6989 7.36893 19.0974 7.11522 17.8766 6.99515C17.327 6.94108 16.9253 6.45169 16.9793 5.90206ZM5.90218 16.9792C6.45182 16.9252 6.94121 17.3269 6.99527 17.8765C7.11535 19.0973 7.36905 19.6987 7.78409 20.1138C8.15685 20.4865 8.67982 20.729 9.66514 20.8615C10.6792 20.9978 12.0231 21 13.949 21C15.8749 21 17.2188 20.9978 18.2329 20.8615C19.2182 20.729 19.7412 20.4865 20.1139 20.1138C20.5044 19.7233 21.1376 19.7233 21.5281 20.1138C21.9187 20.5043 21.9187 21.1375 21.5281 21.528C20.7218 22.3343 19.7065 22.6814 18.4994 22.8437C17.3364 23 15.8577 23 14.0222 23H13.8758C12.0404 23 10.5616 23 9.39865 22.8437C8.19155 22.6814 7.17617 22.3343 6.36988 21.528C5.47022 20.6283 5.1422 19.4684 5.00488 18.0723C4.95081 17.5227 5.35255 17.0333 5.90218 16.9792Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9998 6C12.9998 5.44772 13.4475 5 13.9998 5H14.0087C14.561 5 15.0087 5.44772 15.0087 6C15.0087 6.55228 14.561 7 14.0087 7H13.9998C13.4475 7 12.9998 6.55228 12.9998 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2558 3.13753C13.2487 3.00213 11.9139 3 10 3C8.82347 3 7.8582 3.00019 7.0415 3.0341C6.48969 3.05702 6.02378 2.62827 6.00086 2.07646C5.97795 1.52465 6.4067 1.05874 6.95851 1.03583C7.82118 1 8.82673 1 9.98229 1L10.0732 1C11.8966 0.999973 13.3664 0.999951 14.5223 1.15537C15.7225 1.31672 16.733 1.66191 17.5355 2.46447C18.3381 3.26702 18.6833 4.27752 18.8446 5.47767C19.0001 6.63363 19 8.1034 19 9.92686V10.0177C19 11.1733 19 12.1788 18.9642 13.0415C18.9413 13.5933 18.4754 14.0221 17.9235 13.9991C17.3717 13.9762 16.943 13.5103 16.9659 12.9585C16.9998 12.1418 17 11.1765 17 10C17 8.08611 16.9979 6.7513 16.8625 5.74416C16.7309 4.76579 16.4903 4.2477 16.1213 3.87868C15.7523 3.50966 15.2342 3.26907 14.2558 3.13753ZM3.87868 2.46447C4.26921 2.85499 4.26921 3.48816 3.87868 3.87868C3.50966 4.2477 3.26907 4.76579 3.13753 5.74416C3.00213 6.7513 3 8.08611 3 10C3 11.9139 3.00213 13.2487 3.13753 14.2558C3.26907 15.2342 3.50966 15.7523 3.87868 16.1213C4.2477 16.4903 4.76579 16.7309 5.74416 16.8625C6.7513 16.9979 8.08611 17 10 17C11.9139 17 13.2487 16.9979 14.2558 16.8625C15.2342 16.7309 15.7523 16.4903 16.1213 16.1213C16.5118 15.7308 17.145 15.7308 17.5355 16.1213C17.9261 16.5118 17.9261 17.145 17.5355 17.5355C16.733 18.3381 15.7225 18.6833 14.5223 18.8446C13.3664 19.0001 11.8966 19 10.0731 19H9.92686C8.1034 19 6.63363 19.0001 5.47767 18.8446C4.27752 18.6833 3.26702 18.3381 2.46447 17.5355C1.66191 16.733 1.31672 15.7225 1.15537 14.5223C0.999951 13.3664 0.999973 11.8966 1 10.0732V9.92684C0.999973 8.10338 0.999951 6.63362 1.15537 5.47767C1.31672 4.27752 1.66191 3.26702 2.46447 2.46447C2.85499 2.07394 3.48816 2.07394 3.87868 2.46447Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.6685 11.9396C10.211 10.6322 7.16669 9.95749 4.07495 10.0021C3.34634 10.0011 2.61872 10.0375 1.89855 10.1109C1.38644 10.1631 0.997631 10.5956 1.00001 11.1104C1.00683 12.586 1.03893 13.8377 1.21688 14.8621C1.39812 15.9055 1.74694 16.818 2.46447 17.5355C3.26702 18.3381 4.27752 18.6833 5.47766 18.8446C6.63362 19 8.10337 19 9.92681 19H10.0732C11.8966 19 13.3664 19 14.5223 18.8446C15.7225 18.6833 16.733 18.3381 17.5355 17.5355L18.2426 16.8284L14.7071 13.2929C14.6815 13.2673 14.6546 13.2431 14.6263 13.2205C14.0398 12.7491 13.384 12.3202 12.6685 11.9396Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_386_3122%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-camera-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9666 1.25H12.0295H12.0295C12.6335 1.24999 13.1336 1.24998 13.5465 1.28515C13.9793 1.32201 14.3703 1.40069 14.7475 1.58742C15.4194 1.92009 15.8442 2.44877 16.1424 2.979C16.3735 3.39004 16.553 3.85182 16.7051 4.24318C16.741 4.33553 16.7754 4.42396 16.8086 4.50689L16.956 4.87534C17.0285 5.0566 17.0647 5.14722 17.1397 5.19869C17.2146 5.25016 17.3133 5.25145 17.5106 5.25403C18.4319 5.26608 19.1281 5.31819 19.7394 5.57479C20.6872 5.97261 21.4565 6.70632 21.9052 7.63547C22.1054 8.05002 22.2073 8.49536 22.2747 9.01254C22.3405 9.51676 22.3789 10.1389 22.4269 10.9174L22.5869 13.5123C22.7068 15.4557 22.8015 16.9915 22.7131 18.196C22.6223 19.4329 22.3322 20.4418 21.5842 21.2486C20.8348 22.0571 19.855 22.4154 18.6375 22.5851C17.4548 22.75 15.9347 22.75 14.015 22.75H9.98078C8.06116 22.75 6.54105 22.75 5.35833 22.5851C4.14086 22.4154 3.16102 22.0571 2.41158 21.2486C1.6636 20.4418 1.37356 19.4329 1.28274 18.196C1.1943 16.9915 1.28903 15.4557 1.4089 13.5123L1.56895 10.9172C1.61695 10.1388 1.65531 9.51672 1.72108 9.01254C1.78854 8.49536 1.89046 8.05002 2.09063 7.63547C2.53929 6.70632 3.30858 5.97261 4.25638 5.57479C4.86778 5.31817 5.56411 5.26607 6.48546 5.25403C6.68279 5.25145 6.78146 5.25016 6.85642 5.19869C6.93139 5.14722 6.96764 5.0566 7.04014 4.87534L7.18752 4.50689C7.22069 4.42397 7.25506 4.33554 7.29095 4.2432L7.29095 4.2432L7.29096 4.24317C7.44307 3.85181 7.62256 3.39003 7.85372 2.979C8.15192 2.44877 8.5767 1.92009 9.24864 1.58742C9.6258 1.40069 10.0168 1.32201 10.4496 1.28515C10.8625 1.24998 11.3625 1.24999 11.9666 1.25H11.9666ZM11 6C11 5.44772 11.4457 5 11.9955 5C12.5414 5 13 5.44791 13 6C13 6.55209 12.5414 7 11.9955 7C11.4457 7 11 6.55228 11 6ZM12 10C9.79086 10 8 11.7909 8 14C8 16.2091 9.79086 18 12 18C14.2091 18 16 16.2091 16 14C16 11.7909 14.2091 10 12 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9666 1.25H12.0295H12.0295C12.6335 1.24999 13.1336 1.24998 13.5465 1.28515C13.9793 1.32201 14.3703 1.40069 14.7475 1.58742C15.4194 1.92009 15.8442 2.44877 16.1424 2.979C16.3735 3.39004 16.553 3.85182 16.7051 4.24318C16.741 4.33553 16.7754 4.42396 16.8086 4.50689L16.956 4.87534C17.0285 5.0566 17.0647 5.14722 17.1397 5.19869C17.2146 5.25016 17.3133 5.25145 17.5106 5.25403C18.4319 5.26608 19.1281 5.31819 19.7394 5.57479C20.6872 5.97261 21.4565 6.70632 21.9052 7.63547C22.1054 8.05002 22.2073 8.49536 22.2747 9.01254C22.3405 9.51676 22.3789 10.1389 22.4269 10.9174L22.5869 13.5123C22.7068 15.4557 22.8015 16.9915 22.7131 18.196C22.6223 19.4329 22.3322 20.4418 21.5842 21.2486C20.8348 22.0571 19.855 22.4154 18.6375 22.5851C17.4548 22.75 15.9347 22.75 14.015 22.75H9.98078C8.06116 22.75 6.54105 22.75 5.35833 22.5851C4.14086 22.4154 3.16102 22.0571 2.41158 21.2486C1.6636 20.4418 1.37356 19.4329 1.28274 18.196C1.1943 16.9915 1.28903 15.4557 1.4089 13.5123L1.56895 10.9172C1.61695 10.1388 1.65531 9.51672 1.72108 9.01254C1.78854 8.49536 1.89046 8.05002 2.09063 7.63547C2.53929 6.70632 3.30858 5.97261 4.25638 5.57479C4.86778 5.31817 5.56411 5.26607 6.48546 5.25403C6.68279 5.25145 6.78146 5.25016 6.85642 5.19869C6.93139 5.14722 6.96764 5.0566 7.04014 4.87534L7.18752 4.50689C7.22069 4.42397 7.25506 4.33554 7.29095 4.2432L7.29095 4.2432L7.29096 4.24317C7.44307 3.85181 7.62256 3.39003 7.85372 2.979C8.15192 2.44877 8.5767 1.92009 9.24864 1.58742C9.6258 1.40069 10.0168 1.32201 10.4496 1.28515C10.8625 1.24998 11.3625 1.24999 11.9666 1.25H11.9666ZM11 6C11 5.44772 11.4457 5 11.9955 5C12.5414 5 13 5.44791 13 6C13 6.55209 12.5414 7 11.9955 7C11.4457 7 11 6.55228 11 6ZM12 10C9.79086 10 8 11.7909 8 14C8 16.2091 9.79086 18 12 18C14.2091 18 16 16.2091 16 14C16 11.7909 14.2091 10 12 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-camera-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9686 1.25H12.0314H12.0314C12.6355 1.24999 13.1356 1.24998 13.5485 1.28515C13.9812 1.32201 14.3723 1.40069 14.7494 1.58742C15.4214 1.92009 15.8461 2.44877 16.1443 2.979C16.3755 3.39004 16.555 3.85182 16.7071 4.24318C16.743 4.33553 16.7774 4.42396 16.8105 4.50689L16.9569 4.87283C17.0299 5.05536 17.0664 5.14662 17.1425 5.19819C17.2185 5.24975 17.317 5.24991 17.5141 5.25022C18.3986 5.2516 19.0637 5.26171 19.5921 5.33452C20.2753 5.42866 20.7694 5.63092 21.2829 6.02493C21.5429 6.22443 21.7756 6.45715 21.9751 6.71715C22.4019 7.27343 22.5828 7.92195 22.6678 8.67622C22.75 9.40571 22.75 10.3204 22.75 11.4548V16.0549C22.75 17.4225 22.75 18.5248 22.6335 19.3918C22.5125 20.2919 22.2536 21.0497 21.6517 21.6517C21.0497 22.2536 20.2919 22.5125 19.3918 22.6335C18.5248 22.75 17.4225 22.75 16.0549 22.75H7.94513C6.57754 22.75 5.47522 22.75 4.60825 22.6335C3.70814 22.5125 2.95027 22.2536 2.34835 21.6517C1.74644 21.0497 1.48754 20.2919 1.36653 19.3918C1.24997 18.5248 1.24998 17.4225 1.25 16.0549V16.0549V11.4548V11.4548C1.24999 10.3204 1.24998 9.4057 1.33222 8.67622C1.41725 7.92195 1.59808 7.27343 2.02493 6.71715C2.22443 6.45715 2.45715 6.22443 2.71715 6.02493C3.23063 5.63092 3.72467 5.42866 4.40786 5.33452C4.93626 5.26171 5.60137 5.2516 6.48592 5.25022C6.68297 5.24991 6.7815 5.24975 6.85754 5.19819C6.93358 5.14662 6.97009 5.05536 7.0431 4.87283L7.18947 4.50689C7.22264 4.42397 7.25701 4.33554 7.2929 4.2432C7.44502 3.85184 7.62451 3.39004 7.85567 2.979C8.15388 2.44877 8.57866 1.92009 9.25059 1.58742C9.62775 1.40069 10.0188 1.32201 10.4515 1.28515C10.8644 1.24998 11.3645 1.24999 11.9686 1.25H11.9686ZM8 14C8 11.7909 9.79086 10 12 10C14.2091 10 16 11.7909 16 14C16 16.2091 14.2091 18 12 18C9.79086 18 8 16.2091 8 14ZM11.9955 5C11.4457 5 11 5.44772 11 6C11 6.55019 11.4567 7 12.0045 7C12.5543 7 13 6.55228 13 6C13 5.44981 12.5433 5 11.9955 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9686 1.25H12.0314H12.0314C12.6355 1.24999 13.1356 1.24998 13.5485 1.28515C13.9812 1.32201 14.3723 1.40069 14.7494 1.58742C15.4214 1.92009 15.8461 2.44877 16.1443 2.979C16.3755 3.39004 16.555 3.85182 16.7071 4.24318C16.743 4.33553 16.7774 4.42396 16.8105 4.50689L16.9569 4.87283C17.0299 5.05536 17.0664 5.14662 17.1425 5.19819C17.2185 5.24975 17.317 5.24991 17.5141 5.25022C18.3986 5.2516 19.0637 5.26171 19.5921 5.33452C20.2753 5.42866 20.7694 5.63092 21.2829 6.02493C21.5429 6.22443 21.7756 6.45715 21.9751 6.71715C22.4019 7.27343 22.5828 7.92195 22.6678 8.67622C22.75 9.40571 22.75 10.3204 22.75 11.4548V16.0549C22.75 17.4225 22.75 18.5248 22.6335 19.3918C22.5125 20.2919 22.2536 21.0497 21.6517 21.6517C21.0497 22.2536 20.2919 22.5125 19.3918 22.6335C18.5248 22.75 17.4225 22.75 16.0549 22.75H7.94513C6.57754 22.75 5.47522 22.75 4.60825 22.6335C3.70814 22.5125 2.95027 22.2536 2.34835 21.6517C1.74644 21.0497 1.48754 20.2919 1.36653 19.3918C1.24997 18.5248 1.24998 17.4225 1.25 16.0549V16.0549V11.4548V11.4548C1.24999 10.3204 1.24998 9.4057 1.33222 8.67622C1.41725 7.92195 1.59808 7.27343 2.02493 6.71715C2.22443 6.45715 2.45715 6.22443 2.71715 6.02493C3.23063 5.63092 3.72467 5.42866 4.40786 5.33452C4.93626 5.26171 5.60137 5.2516 6.48592 5.25022C6.68297 5.24991 6.7815 5.24975 6.85754 5.19819C6.93358 5.14662 6.97009 5.05536 7.0431 4.87283L7.18947 4.50689C7.22264 4.42397 7.25701 4.33554 7.2929 4.2432C7.44502 3.85184 7.62451 3.39004 7.85567 2.979C8.15388 2.44877 8.57866 1.92009 9.25059 1.58742C9.62775 1.40069 10.0188 1.32201 10.4515 1.28515C10.8644 1.24998 11.3645 1.24999 11.9686 1.25H11.9686ZM8 14C8 11.7909 9.79086 10 12 10C14.2091 10 16 11.7909 16 14C16 16.2091 14.2091 18 12 18C9.79086 18 8 16.2091 8 14ZM11.9955 5C11.4457 5 11 5.44772 11 6C11 6.55019 11.4567 7 12.0045 7C12.5543 7 13 6.55228 13 6C13 5.44981 12.5433 5 11.9955 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-camera-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9705 1.25H12.0334H12.0334C12.6375 1.24999 13.1375 1.24998 13.5504 1.28515C13.9832 1.32201 14.3742 1.40069 14.7514 1.58742C15.4233 1.92009 15.8481 2.44877 16.1463 2.979C16.3775 3.39004 16.5569 3.85182 16.7091 4.24318C16.7449 4.33553 16.7793 4.42396 16.8125 4.50689L17.1101 5.25086C18.2373 5.25543 19.0456 5.28193 19.7434 5.57479C20.6912 5.97261 21.4604 6.70632 21.9091 7.63547C22.1093 8.05002 22.2112 8.49536 22.2787 9.01254C22.3444 9.51676 22.3828 10.1389 22.4308 10.9174L22.5908 13.5123C22.7107 15.4557 22.8054 16.9915 22.717 18.196C22.6262 19.4329 22.3361 20.4418 21.5882 21.2486C20.8387 22.0571 19.8589 22.4154 18.6414 22.5851C17.4587 22.75 15.9386 22.75 14.0189 22.75H9.98469C8.06507 22.75 6.54496 22.75 5.36223 22.5851C4.14477 22.4154 3.16493 22.0571 2.41548 21.2486C1.66751 20.4418 1.37747 19.4329 1.28665 18.196C1.19821 16.9915 1.29294 15.4557 1.41281 13.5123L1.57285 10.9172C1.62085 10.1388 1.65922 9.51672 1.72498 9.01254C1.79244 8.49536 1.89437 8.05002 2.09454 7.63547C2.54319 6.70632 3.31248 5.97261 4.26029 5.57479C4.95809 5.2819 5.76651 5.25543 6.89384 5.25086L7.19143 4.50689C7.2246 4.42397 7.25897 4.33554 7.29486 4.2432L7.29486 4.2432L7.29487 4.24317C7.44698 3.85181 7.62646 3.39003 7.85763 2.979C8.15583 2.44877 8.58061 1.92009 9.25254 1.58742C9.62971 1.40069 10.0207 1.32201 10.4535 1.28515C10.8664 1.24998 11.3665 1.24999 11.9705 1.25H11.9705ZM11.0039 6C11.0039 5.44772 11.4516 5 12.0039 5H12.0129C12.5652 5 13.0129 5.44772 13.0129 6C13.0129 6.55228 12.5652 7 12.0129 7H12.0039C11.4516 7 11.0039 6.55228 11.0039 6ZM13 11C13 10.4477 12.5523 10 12 10C11.4477 10 11 10.4477 11 11V13.5H8.5C7.94772 13.5 7.5 13.9477 7.5 14.5C7.5 15.0523 7.94772 15.5 8.5 15.5H11V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V15.5H15.5C16.0523 15.5 16.5 15.0523 16.5 14.5C16.5 13.9477 16.0523 13.5 15.5 13.5H13V11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9705 1.25H12.0334H12.0334C12.6375 1.24999 13.1375 1.24998 13.5504 1.28515C13.9832 1.32201 14.3742 1.40069 14.7514 1.58742C15.4233 1.92009 15.8481 2.44877 16.1463 2.979C16.3775 3.39004 16.5569 3.85182 16.7091 4.24318C16.7449 4.33553 16.7793 4.42396 16.8125 4.50689L17.1101 5.25086C18.2373 5.25543 19.0456 5.28193 19.7434 5.57479C20.6912 5.97261 21.4604 6.70632 21.9091 7.63547C22.1093 8.05002 22.2112 8.49536 22.2787 9.01254C22.3444 9.51676 22.3828 10.1389 22.4308 10.9174L22.5908 13.5123C22.7107 15.4557 22.8054 16.9915 22.717 18.196C22.6262 19.4329 22.3361 20.4418 21.5882 21.2486C20.8387 22.0571 19.8589 22.4154 18.6414 22.5851C17.4587 22.75 15.9386 22.75 14.0189 22.75H9.98469C8.06507 22.75 6.54496 22.75 5.36223 22.5851C4.14477 22.4154 3.16493 22.0571 2.41548 21.2486C1.66751 20.4418 1.37747 19.4329 1.28665 18.196C1.19821 16.9915 1.29294 15.4557 1.41281 13.5123L1.57285 10.9172C1.62085 10.1388 1.65922 9.51672 1.72498 9.01254C1.79244 8.49536 1.89437 8.05002 2.09454 7.63547C2.54319 6.70632 3.31248 5.97261 4.26029 5.57479C4.95809 5.2819 5.76651 5.25543 6.89384 5.25086L7.19143 4.50689C7.2246 4.42397 7.25897 4.33554 7.29486 4.2432L7.29486 4.2432L7.29487 4.24317C7.44698 3.85181 7.62646 3.39003 7.85763 2.979C8.15583 2.44877 8.58061 1.92009 9.25254 1.58742C9.62971 1.40069 10.0207 1.32201 10.4535 1.28515C10.8664 1.24998 11.3665 1.24999 11.9705 1.25H11.9705ZM11.0039 6C11.0039 5.44772 11.4516 5 12.0039 5H12.0129C12.5652 5 13.0129 5.44772 13.0129 6C13.0129 6.55228 12.5652 7 12.0129 7H12.0039C11.4516 7 11.0039 6.55228 11.0039 6ZM13 11C13 10.4477 12.5523 10 12 10C11.4477 10 11 10.4477 11 11V13.5H8.5C7.94772 13.5 7.5 13.9477 7.5 14.5C7.5 15.0523 7.94772 15.5 8.5 15.5H11V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V15.5H15.5C16.0523 15.5 16.5 15.0523 16.5 14.5C16.5 13.9477 16.0523 13.5 15.5 13.5H13V11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-camera-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9686 1.25H12.0314H12.0314C12.6355 1.24999 13.1356 1.24998 13.5485 1.28515C13.9812 1.32201 14.3723 1.40069 14.7494 1.58742C15.4214 1.92009 15.8461 2.44877 16.1443 2.979C16.3755 3.39004 16.555 3.85182 16.7071 4.24318C16.743 4.33553 16.7774 4.42396 16.8105 4.50689L16.9569 4.87283C17.0299 5.05536 17.0664 5.14662 17.1425 5.19819C17.2185 5.24975 17.317 5.24991 17.5141 5.25022C18.3986 5.2516 19.0637 5.26171 19.5921 5.33452C20.2753 5.42866 20.7694 5.63092 21.2829 6.02493C21.5429 6.22443 21.7756 6.45715 21.9751 6.71715C22.4019 7.27343 22.5828 7.92195 22.6678 8.67622C22.75 9.40571 22.75 10.3204 22.75 11.4548V16.0549C22.75 17.4225 22.75 18.5248 22.6335 19.3918C22.5125 20.2919 22.2536 21.0497 21.6517 21.6517C21.0497 22.2536 20.2919 22.5125 19.3918 22.6335C18.5248 22.75 17.4225 22.75 16.0549 22.75H7.94513C6.57754 22.75 5.47522 22.75 4.60825 22.6335C3.70814 22.5125 2.95027 22.2536 2.34835 21.6517C1.74644 21.0497 1.48754 20.2919 1.36653 19.3918C1.24997 18.5248 1.24998 17.4225 1.25 16.0549V16.0549V11.4548V11.4548C1.24999 10.3204 1.24998 9.4057 1.33222 8.67622C1.41725 7.92195 1.59808 7.27343 2.02493 6.71715C2.22443 6.45715 2.45715 6.22443 2.71715 6.02493C3.23063 5.63092 3.72467 5.42866 4.40786 5.33452C4.93626 5.26171 5.60137 5.2516 6.48592 5.25022C6.68297 5.24991 6.7815 5.24975 6.85754 5.19819C6.93358 5.14662 6.97009 5.05536 7.0431 4.87283L7.18947 4.50689C7.22264 4.42397 7.25701 4.33554 7.2929 4.2432C7.44502 3.85184 7.62451 3.39004 7.85567 2.979C8.15388 2.44877 8.57866 1.92009 9.25059 1.58742C9.62775 1.40069 10.0188 1.32201 10.4515 1.28515C10.8644 1.24998 11.3645 1.24999 11.9686 1.25H11.9686ZM11 6C11 5.44772 11.4457 5 11.9955 5C12.5433 5 13 5.44981 13 6C13 6.55228 12.5543 7 12.0045 7C11.4567 7 11 6.55019 11 6ZM13 11C13 10.4477 12.5523 10 12 10C11.4477 10 11 10.4477 11 11V13.5H8.5C7.94772 13.5 7.5 13.9477 7.5 14.5C7.5 15.0523 7.94772 15.5 8.5 15.5H11V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V15.5H15.5C16.0523 15.5 16.5 15.0523 16.5 14.5C16.5 13.9477 16.0523 13.5 15.5 13.5H13V11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9686 1.25H12.0314H12.0314C12.6355 1.24999 13.1356 1.24998 13.5485 1.28515C13.9812 1.32201 14.3723 1.40069 14.7494 1.58742C15.4214 1.92009 15.8461 2.44877 16.1443 2.979C16.3755 3.39004 16.555 3.85182 16.7071 4.24318C16.743 4.33553 16.7774 4.42396 16.8105 4.50689L16.9569 4.87283C17.0299 5.05536 17.0664 5.14662 17.1425 5.19819C17.2185 5.24975 17.317 5.24991 17.5141 5.25022C18.3986 5.2516 19.0637 5.26171 19.5921 5.33452C20.2753 5.42866 20.7694 5.63092 21.2829 6.02493C21.5429 6.22443 21.7756 6.45715 21.9751 6.71715C22.4019 7.27343 22.5828 7.92195 22.6678 8.67622C22.75 9.40571 22.75 10.3204 22.75 11.4548V16.0549C22.75 17.4225 22.75 18.5248 22.6335 19.3918C22.5125 20.2919 22.2536 21.0497 21.6517 21.6517C21.0497 22.2536 20.2919 22.5125 19.3918 22.6335C18.5248 22.75 17.4225 22.75 16.0549 22.75H7.94513C6.57754 22.75 5.47522 22.75 4.60825 22.6335C3.70814 22.5125 2.95027 22.2536 2.34835 21.6517C1.74644 21.0497 1.48754 20.2919 1.36653 19.3918C1.24997 18.5248 1.24998 17.4225 1.25 16.0549V16.0549V11.4548V11.4548C1.24999 10.3204 1.24998 9.4057 1.33222 8.67622C1.41725 7.92195 1.59808 7.27343 2.02493 6.71715C2.22443 6.45715 2.45715 6.22443 2.71715 6.02493C3.23063 5.63092 3.72467 5.42866 4.40786 5.33452C4.93626 5.26171 5.60137 5.2516 6.48592 5.25022C6.68297 5.24991 6.7815 5.24975 6.85754 5.19819C6.93358 5.14662 6.97009 5.05536 7.0431 4.87283L7.18947 4.50689C7.22264 4.42397 7.25701 4.33554 7.2929 4.2432C7.44502 3.85184 7.62451 3.39004 7.85567 2.979C8.15388 2.44877 8.57866 1.92009 9.25059 1.58742C9.62775 1.40069 10.0188 1.32201 10.4515 1.28515C10.8644 1.24998 11.3645 1.24999 11.9686 1.25H11.9686ZM11 6C11 5.44772 11.4457 5 11.9955 5C12.5433 5 13 5.44981 13 6C13 6.55228 12.5543 7 12.0045 7C11.4567 7 11 6.55019 11 6ZM13 11C13 10.4477 12.5523 10 12 10C11.4477 10 11 10.4477 11 11V13.5H8.5C7.94772 13.5 7.5 13.9477 7.5 14.5C7.5 15.0523 7.94772 15.5 8.5 15.5H11V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V15.5H15.5C16.0523 15.5 16.5 15.0523 16.5 14.5C16.5 13.9477 16.0523 13.5 15.5 13.5H13V11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-camera-automatically-01-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9686 1.25H12.0314H12.0314C12.6355 1.24999 13.1356 1.24998 13.5485 1.28515C13.9812 1.32201 14.3723 1.40069 14.7494 1.58742C15.4213 1.92009 15.8461 2.44877 16.1443 2.979C16.3755 3.39004 16.555 3.85182 16.7071 4.24318C16.743 4.33553 16.7774 4.42396 16.8105 4.50689L17.1081 5.25086C18.2353 5.25543 19.0437 5.28193 19.7414 5.57479C20.6892 5.97261 21.4585 6.70632 21.9071 7.63547C22.1073 8.05002 22.2092 8.49536 22.2767 9.01254C22.3425 9.51676 22.3808 10.1389 22.4288 10.9174L22.5889 13.5123C22.7087 15.4557 22.8035 16.9915 22.715 18.196C22.6242 19.4329 22.3342 20.4418 21.5862 21.2486C20.8368 22.0571 19.8569 22.4154 18.6395 22.5851C17.4567 22.75 15.9366 22.75 14.017 22.75H9.98273C8.06311 22.75 6.54301 22.75 5.36028 22.5851C4.14282 22.4154 3.16298 22.0571 2.41353 21.2486C1.66555 20.4418 1.37551 19.4329 1.28469 18.196C1.19625 16.9915 1.29098 15.4557 1.41085 13.5123L1.5709 10.9172C1.6189 10.1388 1.65726 9.51672 1.72303 9.01254C1.79049 8.49536 1.89241 8.05002 2.09258 7.63547C2.54124 6.70632 3.31053 5.97261 4.25833 5.57479C4.95614 5.2819 5.76456 5.25543 6.89188 5.25086L7.18947 4.50689C7.22264 4.42397 7.25701 4.33554 7.2929 4.2432L7.2929 4.2432L7.29291 4.24317C7.44503 3.85181 7.62451 3.39003 7.85567 2.979C8.15388 2.44877 8.57866 1.92009 9.25059 1.58742C9.62775 1.40069 10.0188 1.32201 10.4515 1.28515C10.8644 1.24998 11.3645 1.24999 11.9686 1.25H11.9686ZM11.002 6C11.002 5.44772 11.4497 5 12.002 5H12.0109C12.5632 5 13.0109 5.44772 13.0109 6C13.0109 6.55228 12.5632 7 12.0109 7H12.002C11.4497 7 11.002 6.55228 11.002 6ZM12.7475 10.9181C12.6221 10.62 12.328 10.4258 12.002 10.4258C11.6759 10.4258 11.3818 10.62 11.2564 10.9181L9.34042 15.4729C9.33546 15.484 9.33074 15.4952 9.32628 15.5065L8.56429 17.3179C8.39273 17.7257 8.58744 18.1941 8.99918 18.364C9.41091 18.534 9.88377 18.3411 10.0553 17.9333L10.6174 16.597H13.3865L13.9486 17.9333C14.1201 18.3411 14.593 18.534 15.0047 18.364C15.4165 18.1941 15.6112 17.7257 15.4396 17.3179L14.6776 15.5065C14.6732 15.4952 14.6684 15.4839 14.6635 15.4729L12.7475 10.9181ZM12.002 13.3057L12.7134 14.9971H11.2905L12.002 13.3057Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9686 1.25H12.0314H12.0314C12.6355 1.24999 13.1356 1.24998 13.5485 1.28515C13.9812 1.32201 14.3723 1.40069 14.7494 1.58742C15.4213 1.92009 15.8461 2.44877 16.1443 2.979C16.3755 3.39004 16.555 3.85182 16.7071 4.24318C16.743 4.33553 16.7774 4.42396 16.8105 4.50689L17.1081 5.25086C18.2353 5.25543 19.0437 5.28193 19.7414 5.57479C20.6892 5.97261 21.4585 6.70632 21.9071 7.63547C22.1073 8.05002 22.2092 8.49536 22.2767 9.01254C22.3425 9.51676 22.3808 10.1389 22.4288 10.9174L22.5889 13.5123C22.7087 15.4557 22.8035 16.9915 22.715 18.196C22.6242 19.4329 22.3342 20.4418 21.5862 21.2486C20.8368 22.0571 19.8569 22.4154 18.6395 22.5851C17.4567 22.75 15.9366 22.75 14.017 22.75H9.98273C8.06311 22.75 6.54301 22.75 5.36028 22.5851C4.14282 22.4154 3.16298 22.0571 2.41353 21.2486C1.66555 20.4418 1.37551 19.4329 1.28469 18.196C1.19625 16.9915 1.29098 15.4557 1.41085 13.5123L1.5709 10.9172C1.6189 10.1388 1.65726 9.51672 1.72303 9.01254C1.79049 8.49536 1.89241 8.05002 2.09258 7.63547C2.54124 6.70632 3.31053 5.97261 4.25833 5.57479C4.95614 5.2819 5.76456 5.25543 6.89188 5.25086L7.18947 4.50689C7.22264 4.42397 7.25701 4.33554 7.2929 4.2432L7.2929 4.2432L7.29291 4.24317C7.44503 3.85181 7.62451 3.39003 7.85567 2.979C8.15388 2.44877 8.57866 1.92009 9.25059 1.58742C9.62775 1.40069 10.0188 1.32201 10.4515 1.28515C10.8644 1.24998 11.3645 1.24999 11.9686 1.25H11.9686ZM11.002 6C11.002 5.44772 11.4497 5 12.002 5H12.0109C12.5632 5 13.0109 5.44772 13.0109 6C13.0109 6.55228 12.5632 7 12.0109 7H12.002C11.4497 7 11.002 6.55228 11.002 6ZM12.7475 10.9181C12.6221 10.62 12.328 10.4258 12.002 10.4258C11.6759 10.4258 11.3818 10.62 11.2564 10.9181L9.34042 15.4729C9.33546 15.484 9.33074 15.4952 9.32628 15.5065L8.56429 17.3179C8.39273 17.7257 8.58744 18.1941 8.99918 18.364C9.41091 18.534 9.88377 18.3411 10.0553 17.9333L10.6174 16.597H13.3865L13.9486 17.9333C14.1201 18.3411 14.593 18.534 15.0047 18.364C15.4165 18.1941 15.6112 17.7257 15.4396 17.3179L14.6776 15.5065C14.6732 15.4952 14.6684 15.4839 14.6635 15.4729L12.7475 10.9181ZM12.002 13.3057L12.7134 14.9971H11.2905L12.002 13.3057Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-camera-automatically-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0314 1.25H11.9686H11.9686C11.3645 1.24999 10.8644 1.24998 10.4515 1.28515C10.0188 1.32201 9.62775 1.40069 9.25059 1.58742C8.57866 1.92009 8.15388 2.44877 7.85567 2.979C7.62451 3.39004 7.44502 3.85183 7.2929 4.2432L7.2929 4.2432C7.25701 4.33554 7.22264 4.42397 7.18947 4.50689L6.89188 5.25086C5.76456 5.25543 4.95614 5.2819 4.25833 5.57479C3.31053 5.97261 2.54124 6.70632 2.09258 7.63547C1.89241 8.05002 1.79049 8.49536 1.72303 9.01254C1.65726 9.51672 1.6189 10.1388 1.5709 10.9172L1.41085 13.5123C1.29098 15.4557 1.19625 16.9915 1.28469 18.196C1.37551 19.4329 1.66555 20.4418 2.41353 21.2486C3.16298 22.0571 4.14282 22.4154 5.36028 22.5851C6.54301 22.75 8.06311 22.75 9.98273 22.75H14.017C15.9366 22.75 17.4567 22.75 18.6395 22.5851C19.8569 22.4154 20.8368 22.0571 21.5862 21.2486C22.3342 20.4418 22.6242 19.4329 22.715 18.196C22.8035 16.9915 22.7087 15.4557 22.5889 13.5123L22.4288 10.9174C22.3808 10.1389 22.3425 9.51676 22.2767 9.01254C22.2092 8.49536 22.1073 8.05002 21.9071 7.63547C21.4585 6.70632 20.6892 5.97261 19.7414 5.57479C19.0437 5.28193 18.2353 5.25543 17.1081 5.25086L16.8105 4.50689C16.7774 4.42396 16.743 4.33553 16.7071 4.24318C16.555 3.85182 16.3755 3.39004 16.1443 2.979C15.8461 2.44877 15.4213 1.92009 14.7494 1.58742C14.3723 1.40069 13.9812 1.32201 13.5485 1.28515C13.1356 1.24998 12.6355 1.24999 12.0314 1.25H12.0314ZM14.5003 12.0001V10C14.5003 8.61929 13.381 7.5 12.0003 7.5C10.6196 7.5 9.50029 8.61929 9.50029 10V12.0001C9.50029 13.3808 10.6196 14.5001 12.0003 14.5001C13.381 14.5001 14.5003 13.3808 14.5003 12.0001ZM9.35552 14.482C9.06943 14.0096 8.45454 13.8585 7.98213 14.1446C7.50973 14.4307 7.35868 15.0456 7.64477 15.518C8.37498 16.7238 9.57861 17.6124 11.0001 17.9002V19C11.0001 19.5523 11.4479 20 12.0001 20C12.5524 20 13.0001 19.5523 13.0001 19V17.9002C14.4217 17.6124 15.6253 16.7238 16.3555 15.518C16.6416 15.0456 16.4906 14.4307 16.0182 14.1446C15.5457 13.8585 14.9309 14.0096 14.6448 14.482C14.0866 15.4037 13.1046 16 12.0001 16C10.8957 16 9.91373 15.4037 9.35552 14.482Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0314 1.25H11.9686H11.9686C11.3645 1.24999 10.8644 1.24998 10.4515 1.28515C10.0188 1.32201 9.62775 1.40069 9.25059 1.58742C8.57866 1.92009 8.15388 2.44877 7.85567 2.979C7.62451 3.39004 7.44502 3.85183 7.2929 4.2432L7.2929 4.2432C7.25701 4.33554 7.22264 4.42397 7.18947 4.50689L6.89188 5.25086C5.76456 5.25543 4.95614 5.2819 4.25833 5.57479C3.31053 5.97261 2.54124 6.70632 2.09258 7.63547C1.89241 8.05002 1.79049 8.49536 1.72303 9.01254C1.65726 9.51672 1.6189 10.1388 1.5709 10.9172L1.41085 13.5123C1.29098 15.4557 1.19625 16.9915 1.28469 18.196C1.37551 19.4329 1.66555 20.4418 2.41353 21.2486C3.16298 22.0571 4.14282 22.4154 5.36028 22.5851C6.54301 22.75 8.06311 22.75 9.98273 22.75H14.017C15.9366 22.75 17.4567 22.75 18.6395 22.5851C19.8569 22.4154 20.8368 22.0571 21.5862 21.2486C22.3342 20.4418 22.6242 19.4329 22.715 18.196C22.8035 16.9915 22.7087 15.4557 22.5889 13.5123L22.4288 10.9174C22.3808 10.1389 22.3425 9.51676 22.2767 9.01254C22.2092 8.49536 22.1073 8.05002 21.9071 7.63547C21.4585 6.70632 20.6892 5.97261 19.7414 5.57479C19.0437 5.28193 18.2353 5.25543 17.1081 5.25086L16.8105 4.50689C16.7774 4.42396 16.743 4.33553 16.7071 4.24318C16.555 3.85182 16.3755 3.39004 16.1443 2.979C15.8461 2.44877 15.4213 1.92009 14.7494 1.58742C14.3723 1.40069 13.9812 1.32201 13.5485 1.28515C13.1356 1.24998 12.6355 1.24999 12.0314 1.25H12.0314ZM14.5003 12.0001V10C14.5003 8.61929 13.381 7.5 12.0003 7.5C10.6196 7.5 9.50029 8.61929 9.50029 10V12.0001C9.50029 13.3808 10.6196 14.5001 12.0003 14.5001C13.381 14.5001 14.5003 13.3808 14.5003 12.0001ZM9.35552 14.482C9.06943 14.0096 8.45454 13.8585 7.98213 14.1446C7.50973 14.4307 7.35868 15.0456 7.64477 15.518C8.37498 16.7238 9.57861 17.6124 11.0001 17.9002V19C11.0001 19.5523 11.4479 20 12.0001 20C12.5524 20 13.0001 19.5523 13.0001 19V17.9002C14.4217 17.6124 15.6253 16.7238 16.3555 15.518C16.6416 15.0456 16.4906 14.4307 16.0182 14.1446C15.5457 13.8585 14.9309 14.0096 14.6448 14.482C14.0866 15.4037 13.1046 16 12.0001 16C10.8957 16 9.91373 15.4037 9.35552 14.482Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-camera-automatically-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9686 1.25H12.0314H12.0314C12.6355 1.24999 13.1356 1.24998 13.5485 1.28515C13.9812 1.32201 14.3723 1.40069 14.7494 1.58742C15.4214 1.92009 15.8461 2.44877 16.1443 2.979C16.3755 3.39004 16.555 3.85182 16.7071 4.24318C16.743 4.33553 16.7774 4.42396 16.8105 4.50689L16.9569 4.87283C17.0299 5.05536 17.0664 5.14662 17.1425 5.19819C17.2185 5.24975 17.317 5.24991 17.5141 5.25022C18.3986 5.2516 19.0637 5.26171 19.5921 5.33452C20.2753 5.42866 20.7694 5.63092 21.2829 6.02493C21.5429 6.22443 21.7756 6.45715 21.9751 6.71715C22.4019 7.27343 22.5828 7.92195 22.6678 8.67622C22.75 9.40571 22.75 10.3204 22.75 11.4548V16.0549C22.75 17.4225 22.75 18.5248 22.6335 19.3918C22.5125 20.2919 22.2536 21.0497 21.6517 21.6517C21.0497 22.2536 20.2919 22.5125 19.3918 22.6335C18.5248 22.75 17.4225 22.75 16.0549 22.75H7.94513C6.57754 22.75 5.47522 22.75 4.60825 22.6335C3.70814 22.5125 2.95027 22.2536 2.34835 21.6517C1.74644 21.0497 1.48754 20.2919 1.36653 19.3918C1.24997 18.5248 1.24998 17.4225 1.25 16.0549V16.0549V11.4548V11.4548C1.24999 10.3204 1.24998 9.4057 1.33222 8.67622C1.41725 7.92195 1.59808 7.27343 2.02493 6.71715C2.22443 6.45715 2.45715 6.22443 2.71715 6.02493C3.23063 5.63092 3.72467 5.42866 4.40786 5.33452C4.93626 5.26171 5.60137 5.2516 6.48592 5.25022C6.68297 5.24991 6.7815 5.24975 6.85754 5.19819C6.93358 5.14662 6.97009 5.05536 7.0431 4.87283L7.18947 4.50689C7.22264 4.42397 7.25701 4.33554 7.2929 4.2432C7.44502 3.85184 7.62451 3.39004 7.85567 2.979C8.15388 2.44877 8.57866 1.92009 9.25059 1.58742C9.62775 1.40069 10.0188 1.32201 10.4515 1.28515C10.8644 1.24998 11.3645 1.24999 11.9686 1.25H11.9686ZM11 6C11 5.44772 11.4457 5 11.9955 5C12.5433 5 13 5.44981 13 6C13 6.55228 12.5543 7 12.0045 7C11.4567 7 11 6.55019 11 6ZM12.6925 10.7115C12.5761 10.4321 12.303 10.25 12.0002 10.25C11.6974 10.25 11.4243 10.4321 11.3079 10.7115L9.52862 14.9818C9.52401 14.9922 9.51963 15.0027 9.51549 15.0133L8.80789 16.7115C8.64857 17.0939 8.82938 17.533 9.21173 17.6923C9.59408 17.8516 10.0332 17.6708 10.1925 17.2885L10.7145 16.0357H13.2859L13.8079 17.2885C13.9672 17.6708 14.4063 17.8516 14.7887 17.6923C15.171 17.533 15.3518 17.0939 15.1925 16.7115L14.4849 15.0133C14.4808 15.0027 14.4764 14.9922 14.4718 14.9818L12.6925 10.7115ZM12.0002 12.95L12.6609 14.5357H11.3395L12.0002 12.95Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9686 1.25H12.0314H12.0314C12.6355 1.24999 13.1356 1.24998 13.5485 1.28515C13.9812 1.32201 14.3723 1.40069 14.7494 1.58742C15.4214 1.92009 15.8461 2.44877 16.1443 2.979C16.3755 3.39004 16.555 3.85182 16.7071 4.24318C16.743 4.33553 16.7774 4.42396 16.8105 4.50689L16.9569 4.87283C17.0299 5.05536 17.0664 5.14662 17.1425 5.19819C17.2185 5.24975 17.317 5.24991 17.5141 5.25022C18.3986 5.2516 19.0637 5.26171 19.5921 5.33452C20.2753 5.42866 20.7694 5.63092 21.2829 6.02493C21.5429 6.22443 21.7756 6.45715 21.9751 6.71715C22.4019 7.27343 22.5828 7.92195 22.6678 8.67622C22.75 9.40571 22.75 10.3204 22.75 11.4548V16.0549C22.75 17.4225 22.75 18.5248 22.6335 19.3918C22.5125 20.2919 22.2536 21.0497 21.6517 21.6517C21.0497 22.2536 20.2919 22.5125 19.3918 22.6335C18.5248 22.75 17.4225 22.75 16.0549 22.75H7.94513C6.57754 22.75 5.47522 22.75 4.60825 22.6335C3.70814 22.5125 2.95027 22.2536 2.34835 21.6517C1.74644 21.0497 1.48754 20.2919 1.36653 19.3918C1.24997 18.5248 1.24998 17.4225 1.25 16.0549V16.0549V11.4548V11.4548C1.24999 10.3204 1.24998 9.4057 1.33222 8.67622C1.41725 7.92195 1.59808 7.27343 2.02493 6.71715C2.22443 6.45715 2.45715 6.22443 2.71715 6.02493C3.23063 5.63092 3.72467 5.42866 4.40786 5.33452C4.93626 5.26171 5.60137 5.2516 6.48592 5.25022C6.68297 5.24991 6.7815 5.24975 6.85754 5.19819C6.93358 5.14662 6.97009 5.05536 7.0431 4.87283L7.18947 4.50689C7.22264 4.42397 7.25701 4.33554 7.2929 4.2432C7.44502 3.85184 7.62451 3.39004 7.85567 2.979C8.15388 2.44877 8.57866 1.92009 9.25059 1.58742C9.62775 1.40069 10.0188 1.32201 10.4515 1.28515C10.8644 1.24998 11.3645 1.24999 11.9686 1.25H11.9686ZM11 6C11 5.44772 11.4457 5 11.9955 5C12.5433 5 13 5.44981 13 6C13 6.55228 12.5543 7 12.0045 7C11.4567 7 11 6.55019 11 6ZM12.6925 10.7115C12.5761 10.4321 12.303 10.25 12.0002 10.25C11.6974 10.25 11.4243 10.4321 11.3079 10.7115L9.52862 14.9818C9.52401 14.9922 9.51963 15.0027 9.51549 15.0133L8.80789 16.7115C8.64857 17.0939 8.82938 17.533 9.21173 17.6923C9.59408 17.8516 10.0332 17.6708 10.1925 17.2885L10.7145 16.0357H13.2859L13.8079 17.2885C13.9672 17.6708 14.4063 17.8516 14.7887 17.6923C15.171 17.533 15.3518 17.0939 15.1925 16.7115L14.4849 15.0133C14.4808 15.0027 14.4764 14.9922 14.4718 14.9818L12.6925 10.7115ZM12.0002 12.95L12.6609 14.5357H11.3395L12.0002 12.95Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-camera-lens{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 4.13753C7 3.38476 7 3.00838 6.72472 2.86988C6.44944 2.73139 6.16605 2.94173 5.59928 3.36241C2.96021 5.32127 1.25 8.46091 1.25 12C1.25 12.7794 1.33295 13.5395 1.4905 14.2718C1.62173 14.8818 1.80577 15 2.42536 15H6.79855C7.29958 15 7.5501 15 7.63904 14.8653C7.72798 14.7306 7.61863 14.4746 7.39992 13.9627C7.14249 13.3601 7 12.6967 7 12V4.13753Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.13753 17C3.38476 17 3.00838 17 2.86988 17.2753C2.73139 17.5506 2.94173 17.8339 3.36241 18.4007C5.32127 21.0398 8.46091 22.75 12 22.75C12.7794 22.75 13.5395 22.6671 14.2718 22.5095C14.8818 22.3783 15 22.1942 15 21.5746V17.2015C15 16.7004 15 16.4499 14.8653 16.361C14.7306 16.272 14.4746 16.3814 13.9627 16.6001C13.3601 16.8575 12.6967 17 12 17H4.13753Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 19.8625C17 20.6152 17 20.9916 17.2753 21.1301C17.5506 21.2686 17.8339 21.0583 18.4007 20.6376C21.0398 18.6787 22.75 15.5391 22.75 12C22.75 11.2206 22.6671 10.4605 22.5095 9.72821C22.3783 9.11823 22.1942 9 21.5746 9H17.2015C16.7004 9 16.4499 9 16.361 9.13471C16.272 9.26942 16.3814 9.52538 16.6001 10.0373C16.8575 10.6399 17 11.3033 17 12V19.8625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.8625 7C20.6152 7 20.9916 7 21.1301 6.72472C21.2686 6.44944 21.0583 6.16605 20.6376 5.59928C18.6787 2.96021 15.5391 1.25 12 1.25C11.2206 1.25 10.4605 1.33295 9.72821 1.4905C9.11823 1.62173 9 1.80577 9 2.42536V6.79855C9 7.29959 9 7.5501 9.13471 7.63904C9.26942 7.72798 9.52538 7.61863 10.0373 7.39992C10.6399 7.14249 11.3033 7 12 7H19.8625Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%223%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 4.13753C7 3.38476 7 3.00838 6.72472 2.86988C6.44944 2.73139 6.16605 2.94173 5.59928 3.36241C2.96021 5.32127 1.25 8.46091 1.25 12C1.25 12.7794 1.33295 13.5395 1.4905 14.2718C1.62173 14.8818 1.80577 15 2.42536 15H6.79855C7.29958 15 7.5501 15 7.63904 14.8653C7.72798 14.7306 7.61863 14.4746 7.39992 13.9627C7.14249 13.3601 7 12.6967 7 12V4.13753Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.13753 17C3.38476 17 3.00838 17 2.86988 17.2753C2.73139 17.5506 2.94173 17.8339 3.36241 18.4007C5.32127 21.0398 8.46091 22.75 12 22.75C12.7794 22.75 13.5395 22.6671 14.2718 22.5095C14.8818 22.3783 15 22.1942 15 21.5746V17.2015C15 16.7004 15 16.4499 14.8653 16.361C14.7306 16.272 14.4746 16.3814 13.9627 16.6001C13.3601 16.8575 12.6967 17 12 17H4.13753Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 19.8625C17 20.6152 17 20.9916 17.2753 21.1301C17.5506 21.2686 17.8339 21.0583 18.4007 20.6376C21.0398 18.6787 22.75 15.5391 22.75 12C22.75 11.2206 22.6671 10.4605 22.5095 9.72821C22.3783 9.11823 22.1942 9 21.5746 9H17.2015C16.7004 9 16.4499 9 16.361 9.13471C16.272 9.26942 16.3814 9.52538 16.6001 10.0373C16.8575 10.6399 17 11.3033 17 12V19.8625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.8625 7C20.6152 7 20.9916 7 21.1301 6.72472C21.2686 6.44944 21.0583 6.16605 20.6376 5.59928C18.6787 2.96021 15.5391 1.25 12 1.25C11.2206 1.25 10.4605 1.33295 9.72821 1.4905C9.11823 1.62173 9 1.80577 9 2.42536V6.79855C9 7.29959 9 7.5501 9.13471 7.63904C9.26942 7.72798 9.52538 7.61863 10.0373 7.39992C10.6399 7.14249 11.3033 7 12 7H19.8625Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%223%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-camera-microphone-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0314 1.25H11.9686H11.9686C11.3645 1.24999 10.8644 1.24998 10.4515 1.28515C10.0188 1.32201 9.62775 1.40069 9.25059 1.58742C8.57866 1.92009 8.15388 2.44877 7.85567 2.979C7.62451 3.39004 7.44502 3.85184 7.2929 4.2432C7.25701 4.33554 7.22264 4.42397 7.18947 4.50689L7.0431 4.87283C6.97009 5.05536 6.93358 5.14662 6.85754 5.19819C6.7815 5.24975 6.68297 5.24991 6.48592 5.25022C5.60137 5.2516 4.93626 5.26171 4.40786 5.33452C3.72467 5.42866 3.23063 5.63092 2.71715 6.02493C2.45715 6.22443 2.22443 6.45715 2.02493 6.71715C1.59808 7.27343 1.41725 7.92195 1.33222 8.67622C1.24998 9.4057 1.24999 10.3204 1.25 11.4548V11.4548V16.0549V16.0549C1.24998 17.4225 1.24997 18.5248 1.36653 19.3918C1.48754 20.2919 1.74644 21.0497 2.34835 21.6517C2.95027 22.2536 3.70814 22.5125 4.60825 22.6335C5.47522 22.75 6.57754 22.75 7.94513 22.75H16.0549C17.4225 22.75 18.5248 22.75 19.3918 22.6335C20.2919 22.5125 21.0497 22.2536 21.6517 21.6517C22.2536 21.0497 22.5125 20.2919 22.6335 19.3918C22.75 18.5248 22.75 17.4225 22.75 16.0549V11.4548C22.75 10.3204 22.75 9.40571 22.6678 8.67622C22.5828 7.92195 22.4019 7.27343 21.9751 6.71715C21.7756 6.45715 21.5429 6.22443 21.2829 6.02493C20.7694 5.63092 20.2753 5.42866 19.5921 5.33452C19.0637 5.26171 18.3986 5.2516 17.5141 5.25022C17.317 5.24991 17.2185 5.24975 17.1425 5.19819C17.0664 5.14662 17.0299 5.05536 16.9569 4.87283L16.8105 4.50689C16.7774 4.42396 16.743 4.33553 16.7071 4.24318C16.555 3.85182 16.3755 3.39004 16.1443 2.979C15.8461 2.44877 15.4214 1.92009 14.7494 1.58742C14.3723 1.40069 13.9812 1.32201 13.5485 1.28515C13.1356 1.24998 12.6355 1.24999 12.0314 1.25H12.0314ZM14.5003 12.0001V10C14.5003 8.61929 13.381 7.5 12.0003 7.5C10.6196 7.5 9.50029 8.61929 9.50029 10V12.0001C9.50029 13.3808 10.6196 14.5001 12.0003 14.5001C13.381 14.5001 14.5003 13.3808 14.5003 12.0001ZM9.35552 14.482C9.06943 14.0096 8.45454 13.8585 7.98213 14.1446C7.50973 14.4307 7.35868 15.0456 7.64477 15.518C8.37498 16.7238 9.57861 17.6124 11.0001 17.9002V19C11.0001 19.5523 11.4479 20 12.0001 20C12.5524 20 13.0001 19.5523 13.0001 19V17.9002C14.4217 17.6124 15.6253 16.7238 16.3555 15.518C16.6416 15.0456 16.4906 14.4307 16.0182 14.1446C15.5457 13.8585 14.9309 14.0096 14.6448 14.482C14.0866 15.4037 13.1046 16 12.0001 16C10.8957 16 9.91373 15.4037 9.35552 14.482Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0314 1.25H11.9686H11.9686C11.3645 1.24999 10.8644 1.24998 10.4515 1.28515C10.0188 1.32201 9.62775 1.40069 9.25059 1.58742C8.57866 1.92009 8.15388 2.44877 7.85567 2.979C7.62451 3.39004 7.44502 3.85184 7.2929 4.2432C7.25701 4.33554 7.22264 4.42397 7.18947 4.50689L7.0431 4.87283C6.97009 5.05536 6.93358 5.14662 6.85754 5.19819C6.7815 5.24975 6.68297 5.24991 6.48592 5.25022C5.60137 5.2516 4.93626 5.26171 4.40786 5.33452C3.72467 5.42866 3.23063 5.63092 2.71715 6.02493C2.45715 6.22443 2.22443 6.45715 2.02493 6.71715C1.59808 7.27343 1.41725 7.92195 1.33222 8.67622C1.24998 9.4057 1.24999 10.3204 1.25 11.4548V11.4548V16.0549V16.0549C1.24998 17.4225 1.24997 18.5248 1.36653 19.3918C1.48754 20.2919 1.74644 21.0497 2.34835 21.6517C2.95027 22.2536 3.70814 22.5125 4.60825 22.6335C5.47522 22.75 6.57754 22.75 7.94513 22.75H16.0549C17.4225 22.75 18.5248 22.75 19.3918 22.6335C20.2919 22.5125 21.0497 22.2536 21.6517 21.6517C22.2536 21.0497 22.5125 20.2919 22.6335 19.3918C22.75 18.5248 22.75 17.4225 22.75 16.0549V11.4548C22.75 10.3204 22.75 9.40571 22.6678 8.67622C22.5828 7.92195 22.4019 7.27343 21.9751 6.71715C21.7756 6.45715 21.5429 6.22443 21.2829 6.02493C20.7694 5.63092 20.2753 5.42866 19.5921 5.33452C19.0637 5.26171 18.3986 5.2516 17.5141 5.25022C17.317 5.24991 17.2185 5.24975 17.1425 5.19819C17.0664 5.14662 17.0299 5.05536 16.9569 4.87283L16.8105 4.50689C16.7774 4.42396 16.743 4.33553 16.7071 4.24318C16.555 3.85182 16.3755 3.39004 16.1443 2.979C15.8461 2.44877 15.4214 1.92009 14.7494 1.58742C14.3723 1.40069 13.9812 1.32201 13.5485 1.28515C13.1356 1.24998 12.6355 1.24999 12.0314 1.25H12.0314ZM14.5003 12.0001V10C14.5003 8.61929 13.381 7.5 12.0003 7.5C10.6196 7.5 9.50029 8.61929 9.50029 10V12.0001C9.50029 13.3808 10.6196 14.5001 12.0003 14.5001C13.381 14.5001 14.5003 13.3808 14.5003 12.0001ZM9.35552 14.482C9.06943 14.0096 8.45454 13.8585 7.98213 14.1446C7.50973 14.4307 7.35868 15.0456 7.64477 15.518C8.37498 16.7238 9.57861 17.6124 11.0001 17.9002V19C11.0001 19.5523 11.4479 20 12.0001 20C12.5524 20 13.0001 19.5523 13.0001 19V17.9002C14.4217 17.6124 15.6253 16.7238 16.3555 15.518C16.6416 15.0456 16.4906 14.4307 16.0182 14.1446C15.5457 13.8585 14.9309 14.0096 14.6448 14.482C14.0866 15.4037 13.1046 16 12.0001 16C10.8957 16 9.91373 15.4037 9.35552 14.482Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-camera-night-mode-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9686 1.25H12.0314H12.0314C12.6355 1.24999 13.1356 1.24998 13.5485 1.28515C13.9812 1.32201 14.3723 1.40069 14.7494 1.58742C15.4213 1.92009 15.8461 2.44877 16.1443 2.979C16.3755 3.39004 16.555 3.85182 16.7071 4.24318C16.743 4.33553 16.7774 4.42396 16.8105 4.50689L17.1081 5.25086C18.2353 5.25543 19.0437 5.28193 19.7414 5.57479C20.6892 5.97261 21.4585 6.70632 21.9071 7.63547C22.1073 8.05002 22.2092 8.49536 22.2767 9.01254C22.3425 9.51676 22.3808 10.1389 22.4288 10.9174L22.5889 13.5123C22.7087 15.4557 22.8035 16.9915 22.715 18.196C22.6242 19.4329 22.3342 20.4418 21.5862 21.2486C20.8368 22.0571 19.8569 22.4154 18.6395 22.5851C17.4567 22.75 15.9366 22.75 14.017 22.75H9.98273C8.06311 22.75 6.54301 22.75 5.36028 22.5851C4.14282 22.4154 3.16298 22.0571 2.41353 21.2486C1.66555 20.4418 1.37551 19.4329 1.28469 18.196C1.19625 16.9915 1.29098 15.4557 1.41085 13.5123L1.5709 10.9172C1.6189 10.1388 1.65726 9.51672 1.72303 9.01254C1.79049 8.49536 1.89241 8.05002 2.09258 7.63547C2.54124 6.70632 3.31053 5.97261 4.25833 5.57479C4.95614 5.2819 5.76456 5.25543 6.89188 5.25086L7.18947 4.50689C7.22264 4.42397 7.25701 4.33554 7.2929 4.2432L7.2929 4.2432L7.29291 4.24317C7.44503 3.85181 7.62451 3.39003 7.85567 2.979C8.15388 2.44877 8.57866 1.92009 9.25059 1.58742C9.62775 1.40069 10.0188 1.32201 10.4515 1.28515C10.8644 1.24998 11.3645 1.24999 11.9686 1.25H11.9686ZM11.002 6C11.002 5.44772 11.4497 5 12.002 5H12.0109C12.5632 5 13.0109 5.44772 13.0109 6C13.0109 6.55228 12.5632 7 12.0109 7H12.002C11.4497 7 11.002 6.55228 11.002 6ZM11.3178 10.2621C11.5855 10.2135 11.8585 10.3137 12.0312 10.524C12.2039 10.7342 12.2492 11.0214 12.1496 11.2746C12.029 11.5813 11.9627 11.9144 11.9627 12.2641C11.9627 13.7817 13.2295 15.0439 14.8322 15.0439C15.0146 15.0439 15.1924 15.0275 15.3642 14.9963C15.6319 14.9478 15.9049 15.048 16.0776 15.2582C16.2503 15.4684 16.2956 15.7557 16.196 16.0089C15.5622 17.6197 13.9692 18.75 12.1175 18.75C9.72218 18.75 7.74804 16.8515 7.74804 14.4702C7.74804 12.3604 9.29981 10.628 11.3178 10.2621Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9686 1.25H12.0314H12.0314C12.6355 1.24999 13.1356 1.24998 13.5485 1.28515C13.9812 1.32201 14.3723 1.40069 14.7494 1.58742C15.4213 1.92009 15.8461 2.44877 16.1443 2.979C16.3755 3.39004 16.555 3.85182 16.7071 4.24318C16.743 4.33553 16.7774 4.42396 16.8105 4.50689L17.1081 5.25086C18.2353 5.25543 19.0437 5.28193 19.7414 5.57479C20.6892 5.97261 21.4585 6.70632 21.9071 7.63547C22.1073 8.05002 22.2092 8.49536 22.2767 9.01254C22.3425 9.51676 22.3808 10.1389 22.4288 10.9174L22.5889 13.5123C22.7087 15.4557 22.8035 16.9915 22.715 18.196C22.6242 19.4329 22.3342 20.4418 21.5862 21.2486C20.8368 22.0571 19.8569 22.4154 18.6395 22.5851C17.4567 22.75 15.9366 22.75 14.017 22.75H9.98273C8.06311 22.75 6.54301 22.75 5.36028 22.5851C4.14282 22.4154 3.16298 22.0571 2.41353 21.2486C1.66555 20.4418 1.37551 19.4329 1.28469 18.196C1.19625 16.9915 1.29098 15.4557 1.41085 13.5123L1.5709 10.9172C1.6189 10.1388 1.65726 9.51672 1.72303 9.01254C1.79049 8.49536 1.89241 8.05002 2.09258 7.63547C2.54124 6.70632 3.31053 5.97261 4.25833 5.57479C4.95614 5.2819 5.76456 5.25543 6.89188 5.25086L7.18947 4.50689C7.22264 4.42397 7.25701 4.33554 7.2929 4.2432L7.2929 4.2432L7.29291 4.24317C7.44503 3.85181 7.62451 3.39003 7.85567 2.979C8.15388 2.44877 8.57866 1.92009 9.25059 1.58742C9.62775 1.40069 10.0188 1.32201 10.4515 1.28515C10.8644 1.24998 11.3645 1.24999 11.9686 1.25H11.9686ZM11.002 6C11.002 5.44772 11.4497 5 12.002 5H12.0109C12.5632 5 13.0109 5.44772 13.0109 6C13.0109 6.55228 12.5632 7 12.0109 7H12.002C11.4497 7 11.002 6.55228 11.002 6ZM11.3178 10.2621C11.5855 10.2135 11.8585 10.3137 12.0312 10.524C12.2039 10.7342 12.2492 11.0214 12.1496 11.2746C12.029 11.5813 11.9627 11.9144 11.9627 12.2641C11.9627 13.7817 13.2295 15.0439 14.8322 15.0439C15.0146 15.0439 15.1924 15.0275 15.3642 14.9963C15.6319 14.9478 15.9049 15.048 16.0776 15.2582C16.2503 15.4684 16.2956 15.7557 16.196 16.0089C15.5622 17.6197 13.9692 18.75 12.1175 18.75C9.72218 18.75 7.74804 16.8515 7.74804 14.4702C7.74804 12.3604 9.29981 10.628 11.3178 10.2621Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-camera-night-mode-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9686 1.25H12.0314H12.0314C12.6355 1.24999 13.1356 1.24998 13.5485 1.28515C13.9812 1.32201 14.3723 1.40069 14.7494 1.58742C15.4214 1.92009 15.8461 2.44877 16.1443 2.979C16.3755 3.39004 16.555 3.85182 16.7071 4.24318C16.743 4.33553 16.7774 4.42396 16.8105 4.50689L16.9569 4.87283C17.0299 5.05536 17.0664 5.14662 17.1425 5.19819C17.2185 5.24975 17.317 5.24991 17.5141 5.25022C18.3986 5.2516 19.0637 5.26171 19.5921 5.33452C20.2753 5.42866 20.7694 5.63092 21.2829 6.02493C21.5429 6.22443 21.7756 6.45715 21.9751 6.71715C22.4019 7.27343 22.5828 7.92195 22.6678 8.67622C22.75 9.40571 22.75 10.3204 22.75 11.4548V16.0549C22.75 17.4225 22.75 18.5248 22.6335 19.3918C22.5125 20.2919 22.2536 21.0497 21.6517 21.6517C21.0497 22.2536 20.2919 22.5125 19.3918 22.6335C18.5248 22.75 17.4225 22.75 16.0549 22.75H7.94513C6.57754 22.75 5.47522 22.75 4.60825 22.6335C3.70814 22.5125 2.95027 22.2536 2.34835 21.6517C1.74644 21.0497 1.48754 20.2919 1.36653 19.3918C1.24997 18.5248 1.24998 17.4225 1.25 16.0549V16.0549V11.4548V11.4548C1.24999 10.3204 1.24998 9.4057 1.33222 8.67622C1.41725 7.92195 1.59808 7.27343 2.02493 6.71715C2.22443 6.45715 2.45715 6.22443 2.71715 6.02493C3.23063 5.63092 3.72467 5.42866 4.40786 5.33452C4.93626 5.26171 5.60137 5.2516 6.48592 5.25022C6.68297 5.24991 6.7815 5.24975 6.85754 5.19819C6.93358 5.14662 6.97009 5.05536 7.0431 4.87283L7.18947 4.50689C7.22264 4.42397 7.25701 4.33554 7.2929 4.2432C7.44502 3.85184 7.62451 3.39004 7.85567 2.979C8.15388 2.44877 8.57866 1.92009 9.25059 1.58742C9.62775 1.40069 10.0188 1.32201 10.4515 1.28515C10.8644 1.24998 11.3645 1.24999 11.9686 1.25H11.9686ZM11 6C11 5.44772 11.4457 5 11.9955 5C12.5433 5 13 5.44981 13 6C13 6.55228 12.5543 7 12.0045 7C11.4567 7 11 6.55019 11 6ZM11.3198 10.2621C11.5875 10.2135 11.8605 10.3137 12.0332 10.524C12.2059 10.7342 12.2512 11.0214 12.1516 11.2746C12.0309 11.5813 11.9646 11.9144 11.9646 12.2641C11.9646 13.7817 13.2315 15.0439 14.8341 15.0439C15.0165 15.0439 15.1943 15.0275 15.3662 14.9963C15.6339 14.9478 15.9068 15.048 16.0795 15.2582C16.2522 15.4684 16.2975 15.7557 16.1979 16.0089C15.5642 17.6197 13.9711 18.75 12.1195 18.75C9.72414 18.75 7.74999 16.8515 7.74999 14.4702C7.74999 12.3604 9.30176 10.628 11.3198 10.2621Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9686 1.25H12.0314H12.0314C12.6355 1.24999 13.1356 1.24998 13.5485 1.28515C13.9812 1.32201 14.3723 1.40069 14.7494 1.58742C15.4214 1.92009 15.8461 2.44877 16.1443 2.979C16.3755 3.39004 16.555 3.85182 16.7071 4.24318C16.743 4.33553 16.7774 4.42396 16.8105 4.50689L16.9569 4.87283C17.0299 5.05536 17.0664 5.14662 17.1425 5.19819C17.2185 5.24975 17.317 5.24991 17.5141 5.25022C18.3986 5.2516 19.0637 5.26171 19.5921 5.33452C20.2753 5.42866 20.7694 5.63092 21.2829 6.02493C21.5429 6.22443 21.7756 6.45715 21.9751 6.71715C22.4019 7.27343 22.5828 7.92195 22.6678 8.67622C22.75 9.40571 22.75 10.3204 22.75 11.4548V16.0549C22.75 17.4225 22.75 18.5248 22.6335 19.3918C22.5125 20.2919 22.2536 21.0497 21.6517 21.6517C21.0497 22.2536 20.2919 22.5125 19.3918 22.6335C18.5248 22.75 17.4225 22.75 16.0549 22.75H7.94513C6.57754 22.75 5.47522 22.75 4.60825 22.6335C3.70814 22.5125 2.95027 22.2536 2.34835 21.6517C1.74644 21.0497 1.48754 20.2919 1.36653 19.3918C1.24997 18.5248 1.24998 17.4225 1.25 16.0549V16.0549V11.4548V11.4548C1.24999 10.3204 1.24998 9.4057 1.33222 8.67622C1.41725 7.92195 1.59808 7.27343 2.02493 6.71715C2.22443 6.45715 2.45715 6.22443 2.71715 6.02493C3.23063 5.63092 3.72467 5.42866 4.40786 5.33452C4.93626 5.26171 5.60137 5.2516 6.48592 5.25022C6.68297 5.24991 6.7815 5.24975 6.85754 5.19819C6.93358 5.14662 6.97009 5.05536 7.0431 4.87283L7.18947 4.50689C7.22264 4.42397 7.25701 4.33554 7.2929 4.2432C7.44502 3.85184 7.62451 3.39004 7.85567 2.979C8.15388 2.44877 8.57866 1.92009 9.25059 1.58742C9.62775 1.40069 10.0188 1.32201 10.4515 1.28515C10.8644 1.24998 11.3645 1.24999 11.9686 1.25H11.9686ZM11 6C11 5.44772 11.4457 5 11.9955 5C12.5433 5 13 5.44981 13 6C13 6.55228 12.5543 7 12.0045 7C11.4567 7 11 6.55019 11 6ZM11.3198 10.2621C11.5875 10.2135 11.8605 10.3137 12.0332 10.524C12.2059 10.7342 12.2512 11.0214 12.1516 11.2746C12.0309 11.5813 11.9646 11.9144 11.9646 12.2641C11.9646 13.7817 13.2315 15.0439 14.8341 15.0439C15.0165 15.0439 15.1943 15.0275 15.3662 14.9963C15.6339 14.9478 15.9068 15.048 16.0795 15.2582C16.2522 15.4684 16.2975 15.7557 16.1979 16.0089C15.5642 17.6197 13.9711 18.75 12.1195 18.75C9.72414 18.75 7.74999 16.8515 7.74999 14.4702C7.74999 12.3604 9.30176 10.628 11.3198 10.2621Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-camera-off-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.17361 11.1731L3.96267 5.96212C3.86698 5.86644 3.71845 5.84572 3.60482 5.91921C2.95763 6.3378 2.43288 6.9301 2.09258 7.63484C1.89241 8.04939 1.79049 8.49473 1.72303 9.01191C1.65726 9.51609 1.6189 10.1382 1.5709 10.9166L1.41085 13.5117C1.29098 15.4551 1.19625 16.9909 1.28469 18.1953C1.37551 19.4323 1.66555 20.4411 2.41353 21.248C3.16298 22.0565 4.14282 22.4148 5.36028 22.5845C6.54301 22.7494 8.06311 22.7494 9.98273 22.7493H14.017C15.9366 22.7494 17.4567 22.7494 18.6395 22.5845C19.0416 22.5284 19.4179 22.4518 19.7685 22.3451C19.974 22.2826 20.0271 22.0265 19.8752 21.8746L14.8305 16.8299C14.1067 17.5527 13.1075 17.9996 12.0039 17.9996C9.79477 17.9996 8.00391 16.2088 8.00391 13.9996C8.00391 12.896 8.45085 11.8968 9.17361 11.1731Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0307 1.25085C12.6347 1.25085 13.1348 1.25084 13.5477 1.28601C13.9805 1.32286 14.3715 1.40154 14.7487 1.58827C15.4206 1.92094 15.8454 2.44962 16.1436 2.97986C16.3747 3.39089 16.5542 3.85267 16.7063 4.24403C16.8129 4.51817 16.923 4.79088 17.0322 5.06396C17.0776 5.17744 17.1874 5.25194 17.3096 5.25285C18.3325 5.2605 19.0853 5.3006 19.7406 5.57564C21.1881 6.18319 22.0777 7.49363 22.2759 9.0134C22.3417 9.51761 22.3801 10.1398 22.4281 10.9182L22.5881 13.5132C22.708 15.4566 22.8027 16.9923 22.7143 18.1968C22.659 18.9493 22.53 19.6174 22.2691 20.207C22.1889 20.3881 21.954 20.4201 21.8139 20.2801L16.2933 14.7595C16.1577 14.6238 16.0899 14.556 16.0531 14.48C16.0435 14.4602 16.0381 14.4473 16.0309 14.4265C16.0031 14.3467 16.0031 14.2315 16.0031 14.0011C16.0031 11.792 14.2123 10.0011 12.0031 10.0011C11.7727 10.0011 11.6576 10.0011 11.5778 9.97334C11.557 9.96611 11.5441 9.96077 11.5243 9.95118C11.4482 9.91438 11.3804 9.84658 11.2448 9.71096L7.32896 5.79513C7.0962 5.56238 6.97983 5.446 6.95037 5.29683C6.92091 5.14767 6.9859 4.99198 7.11587 4.6806C7.17631 4.53581 7.23526 4.39038 7.29213 4.24406C7.44425 3.85269 7.62374 3.3909 7.85491 2.97986C8.15311 2.44962 8.57789 1.92094 9.24982 1.58827C9.62699 1.40154 10.018 1.32286 10.4508 1.28601C10.9755 1.24131 11.5045 1.25085 12.0307 1.25085ZM10.9992 6.0011C10.9992 5.44881 11.4469 5.0011 11.9992 5.0011H12.0082C12.5605 5.0011 13.0082 5.44881 13.0082 6.0011C13.0082 6.55338 12.5605 7.0011 12.0082 7.0011H11.9992C11.4469 7.0011 10.9992 6.55338 10.9992 6.0011Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M0.292893 2.29289C0.683417 1.90237 1.31658 1.90237 1.70711 2.29289L21.7071 22.2929C22.0976 22.6834 22.0976 23.3166 21.7071 23.7071C21.3166 24.0976 20.6834 24.0976 20.2929 23.7071L0.292893 3.70711C-0.0976311 3.31658 -0.0976311 2.68342 0.292893 2.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.17361 11.1731L3.96267 5.96212C3.86698 5.86644 3.71845 5.84572 3.60482 5.91921C2.95763 6.3378 2.43288 6.9301 2.09258 7.63484C1.89241 8.04939 1.79049 8.49473 1.72303 9.01191C1.65726 9.51609 1.6189 10.1382 1.5709 10.9166L1.41085 13.5117C1.29098 15.4551 1.19625 16.9909 1.28469 18.1953C1.37551 19.4323 1.66555 20.4411 2.41353 21.248C3.16298 22.0565 4.14282 22.4148 5.36028 22.5845C6.54301 22.7494 8.06311 22.7494 9.98273 22.7493H14.017C15.9366 22.7494 17.4567 22.7494 18.6395 22.5845C19.0416 22.5284 19.4179 22.4518 19.7685 22.3451C19.974 22.2826 20.0271 22.0265 19.8752 21.8746L14.8305 16.8299C14.1067 17.5527 13.1075 17.9996 12.0039 17.9996C9.79477 17.9996 8.00391 16.2088 8.00391 13.9996C8.00391 12.896 8.45085 11.8968 9.17361 11.1731Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0307 1.25085C12.6347 1.25085 13.1348 1.25084 13.5477 1.28601C13.9805 1.32286 14.3715 1.40154 14.7487 1.58827C15.4206 1.92094 15.8454 2.44962 16.1436 2.97986C16.3747 3.39089 16.5542 3.85267 16.7063 4.24403C16.8129 4.51817 16.923 4.79088 17.0322 5.06396C17.0776 5.17744 17.1874 5.25194 17.3096 5.25285C18.3325 5.2605 19.0853 5.3006 19.7406 5.57564C21.1881 6.18319 22.0777 7.49363 22.2759 9.0134C22.3417 9.51761 22.3801 10.1398 22.4281 10.9182L22.5881 13.5132C22.708 15.4566 22.8027 16.9923 22.7143 18.1968C22.659 18.9493 22.53 19.6174 22.2691 20.207C22.1889 20.3881 21.954 20.4201 21.8139 20.2801L16.2933 14.7595C16.1577 14.6238 16.0899 14.556 16.0531 14.48C16.0435 14.4602 16.0381 14.4473 16.0309 14.4265C16.0031 14.3467 16.0031 14.2315 16.0031 14.0011C16.0031 11.792 14.2123 10.0011 12.0031 10.0011C11.7727 10.0011 11.6576 10.0011 11.5778 9.97334C11.557 9.96611 11.5441 9.96077 11.5243 9.95118C11.4482 9.91438 11.3804 9.84658 11.2448 9.71096L7.32896 5.79513C7.0962 5.56238 6.97983 5.446 6.95037 5.29683C6.92091 5.14767 6.9859 4.99198 7.11587 4.6806C7.17631 4.53581 7.23526 4.39038 7.29213 4.24406C7.44425 3.85269 7.62374 3.3909 7.85491 2.97986C8.15311 2.44962 8.57789 1.92094 9.24982 1.58827C9.62699 1.40154 10.018 1.32286 10.4508 1.28601C10.9755 1.24131 11.5045 1.25085 12.0307 1.25085ZM10.9992 6.0011C10.9992 5.44881 11.4469 5.0011 11.9992 5.0011H12.0082C12.5605 5.0011 13.0082 5.44881 13.0082 6.0011C13.0082 6.55338 12.5605 7.0011 12.0082 7.0011H11.9992C11.4469 7.0011 10.9992 6.55338 10.9992 6.0011Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M0.292893 2.29289C0.683417 1.90237 1.31658 1.90237 1.70711 2.29289L21.7071 22.2929C22.0976 22.6834 22.0976 23.3166 21.7071 23.7071C21.3166 24.0976 20.6834 24.0976 20.2929 23.7071L0.292893 3.70711C-0.0976311 3.31658 -0.0976311 2.68342 0.292893 2.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-camera-off-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 13.999C8 12.3768 8.96564 10.9802 10.3535 10.3525L5.45252 5.45153C5.36056 5.35956 5.31457 5.31358 5.25466 5.29073C5.19474 5.26789 5.13184 5.27147 5.00604 5.27863C4.78816 5.29104 4.5899 5.30868 4.40786 5.33377C3.72467 5.42791 3.23063 5.63017 2.71715 6.02418C2.45715 6.22368 2.22443 6.4564 2.02493 6.7164C1.59808 7.27268 1.41725 7.9212 1.33222 8.67547C1.24998 9.40494 1.24999 10.3196 1.25 11.454V16.0541C1.24998 17.4217 1.24997 18.5241 1.36653 19.391C1.48754 20.2911 1.74644 21.049 2.34835 21.6509C2.95027 22.2528 3.70814 22.5117 4.60825 22.6327C5.47522 22.7493 6.57754 22.7493 7.94513 22.7493H16.0549C17.4225 22.7493 18.5248 22.7493 19.3918 22.6327C20.0743 22.541 20.675 22.3699 21.188 22.0302C21.4011 21.889 21.5077 21.8185 21.5219 21.6769C21.5361 21.5354 21.4332 21.4325 21.2274 21.2266L15.6464 15.6456C15.0188 17.0334 13.6222 17.999 12 17.999C9.79086 17.999 8 16.2081 8 13.999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0326 1.25061C12.6367 1.2506 13.1368 1.25059 13.5497 1.28575C13.9824 1.32259 14.3735 1.40124 14.7506 1.5879C15.4226 1.92045 15.8474 2.44893 16.1456 2.97897C16.3767 3.38985 16.5562 3.85146 16.7083 4.24268C16.7901 4.45307 16.8743 4.66251 16.9581 4.87209C17.1042 5.23701 17.1212 5.24872 17.5153 5.24934C18.3999 5.25072 19.065 5.26083 19.5934 5.33361C20.2766 5.42771 20.7706 5.6299 21.2841 6.02376C21.5441 6.22319 21.7768 6.45583 21.9763 6.71573C22.4032 7.2718 22.584 7.92008 22.669 8.67407C22.7513 9.40329 22.7512 10.3176 22.7512 11.4516V16.05C22.7512 16.7169 22.7512 17.3214 22.7377 17.8656C22.7245 18.3958 22.7179 18.661 22.5343 18.7343C22.3506 18.8077 22.1587 18.6158 21.7748 18.2321C17.0794 13.5384 12.4149 8.87567 7.71176 4.17428C7.57423 4.0368 7.50547 3.96806 7.48841 3.87673C7.47136 3.78539 7.50923 3.69979 7.58497 3.52857C7.66732 3.34241 7.75731 3.15598 7.8569 2.97897C8.15511 2.44893 8.57989 1.92045 9.25182 1.5879C9.62898 1.40124 10.02 1.32259 10.4528 1.28575C10.9775 1.24107 11.5065 1.25061 12.0326 1.25061ZM11.9968 3.99934C11.4469 3.99934 11.0012 4.44689 11.0012 4.99897C11.0012 5.54895 11.4579 5.9986 12.0057 5.9986C12.5555 5.9986 13.0012 5.55105 13.0012 4.99897C13.0012 4.44899 12.5446 3.99934 11.9968 3.99934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29265C1.68342 0.902125 2.31658 0.902125 2.70711 1.29265L22.7071 21.2926C23.0976 21.6832 23.0976 22.3163 22.7071 22.7069C22.3166 23.0974 21.6834 23.0974 21.2929 22.7069L1.29289 2.70686C0.902369 2.31634 0.902369 1.68317 1.29289 1.29265Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 13.999C8 12.3768 8.96564 10.9802 10.3535 10.3525L5.45252 5.45153C5.36056 5.35956 5.31457 5.31358 5.25466 5.29073C5.19474 5.26789 5.13184 5.27147 5.00604 5.27863C4.78816 5.29104 4.5899 5.30868 4.40786 5.33377C3.72467 5.42791 3.23063 5.63017 2.71715 6.02418C2.45715 6.22368 2.22443 6.4564 2.02493 6.7164C1.59808 7.27268 1.41725 7.9212 1.33222 8.67547C1.24998 9.40494 1.24999 10.3196 1.25 11.454V16.0541C1.24998 17.4217 1.24997 18.5241 1.36653 19.391C1.48754 20.2911 1.74644 21.049 2.34835 21.6509C2.95027 22.2528 3.70814 22.5117 4.60825 22.6327C5.47522 22.7493 6.57754 22.7493 7.94513 22.7493H16.0549C17.4225 22.7493 18.5248 22.7493 19.3918 22.6327C20.0743 22.541 20.675 22.3699 21.188 22.0302C21.4011 21.889 21.5077 21.8185 21.5219 21.6769C21.5361 21.5354 21.4332 21.4325 21.2274 21.2266L15.6464 15.6456C15.0188 17.0334 13.6222 17.999 12 17.999C9.79086 17.999 8 16.2081 8 13.999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0326 1.25061C12.6367 1.2506 13.1368 1.25059 13.5497 1.28575C13.9824 1.32259 14.3735 1.40124 14.7506 1.5879C15.4226 1.92045 15.8474 2.44893 16.1456 2.97897C16.3767 3.38985 16.5562 3.85146 16.7083 4.24268C16.7901 4.45307 16.8743 4.66251 16.9581 4.87209C17.1042 5.23701 17.1212 5.24872 17.5153 5.24934C18.3999 5.25072 19.065 5.26083 19.5934 5.33361C20.2766 5.42771 20.7706 5.6299 21.2841 6.02376C21.5441 6.22319 21.7768 6.45583 21.9763 6.71573C22.4032 7.2718 22.584 7.92008 22.669 8.67407C22.7513 9.40329 22.7512 10.3176 22.7512 11.4516V16.05C22.7512 16.7169 22.7512 17.3214 22.7377 17.8656C22.7245 18.3958 22.7179 18.661 22.5343 18.7343C22.3506 18.8077 22.1587 18.6158 21.7748 18.2321C17.0794 13.5384 12.4149 8.87567 7.71176 4.17428C7.57423 4.0368 7.50547 3.96806 7.48841 3.87673C7.47136 3.78539 7.50923 3.69979 7.58497 3.52857C7.66732 3.34241 7.75731 3.15598 7.8569 2.97897C8.15511 2.44893 8.57989 1.92045 9.25182 1.5879C9.62898 1.40124 10.02 1.32259 10.4528 1.28575C10.9775 1.24107 11.5065 1.25061 12.0326 1.25061ZM11.9968 3.99934C11.4469 3.99934 11.0012 4.44689 11.0012 4.99897C11.0012 5.54895 11.4579 5.9986 12.0057 5.9986C12.5555 5.9986 13.0012 5.55105 13.0012 4.99897C13.0012 4.44899 12.5446 3.99934 11.9968 3.99934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29265C1.68342 0.902125 2.31658 0.902125 2.70711 1.29265L22.7071 21.2926C23.0976 21.6832 23.0976 22.3163 22.7071 22.7069C22.3166 23.0974 21.6834 23.0974 21.2929 22.7069L1.29289 2.70686C0.902369 2.31634 0.902369 1.68317 1.29289 1.29265Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-camera-rotated-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9705 1.25H12.0334H12.0334C12.6375 1.24999 13.1375 1.24998 13.5504 1.28515C13.9832 1.32201 14.3742 1.40069 14.7514 1.58742C15.4233 1.92009 15.8481 2.44877 16.1463 2.979C16.3775 3.39004 16.5569 3.85182 16.7091 4.24318C16.7449 4.33553 16.7793 4.42396 16.8125 4.50689L17.1101 5.25086C18.2373 5.25543 19.0456 5.28193 19.7434 5.57479C20.6912 5.97261 21.4604 6.70632 21.9091 7.63547C22.1093 8.05002 22.2112 8.49536 22.2787 9.01254C22.3444 9.51676 22.3828 10.1389 22.4308 10.9174L22.5908 13.5123C22.7107 15.4557 22.8054 16.9915 22.717 18.196C22.6262 19.4329 22.3361 20.4418 21.5882 21.2486C20.8387 22.0571 19.8589 22.4154 18.6414 22.5851C17.4587 22.75 15.9386 22.75 14.0189 22.75H9.98469C8.06507 22.75 6.54496 22.75 5.36223 22.5851C4.14477 22.4154 3.16493 22.0571 2.41548 21.2486C1.66751 20.4418 1.37747 19.4329 1.28665 18.196C1.19821 16.9915 1.29294 15.4557 1.41281 13.5123L1.57285 10.9172C1.62085 10.1388 1.65922 9.51672 1.72498 9.01254C1.79244 8.49536 1.89437 8.05002 2.09454 7.63547C2.54319 6.70632 3.31248 5.97261 4.26029 5.57479C4.95809 5.2819 5.76651 5.25543 6.89384 5.25086L7.19143 4.50689C7.2246 4.42397 7.25897 4.33554 7.29486 4.2432L7.29486 4.2432L7.29487 4.24317C7.44698 3.85181 7.62646 3.39003 7.85763 2.979C8.15583 2.44877 8.58061 1.92009 9.25254 1.58742C9.62971 1.40069 10.0207 1.32201 10.4535 1.28515C10.8664 1.24998 11.3665 1.24999 11.9705 1.25H11.9705ZM11.0039 6C11.0039 5.44772 11.4516 5 12.0039 5H12.0129C12.5652 5 13.0129 5.44772 13.0129 6C13.0129 6.55228 12.5652 7 12.0129 7H12.0039C11.4516 7 11.0039 6.55228 11.0039 6ZM13.7592 10.1749C13.6627 9.77209 13.911 9.36731 14.3139 9.27081C14.7167 9.17431 15.1214 9.42262 15.2179 9.82544L15.7173 11.9098C15.7882 12.2059 15.6731 12.5155 15.426 12.6933C15.1789 12.8711 14.8487 12.8819 14.5905 12.7206L13.761 12.2023C13.7417 12.1902 13.7229 12.1773 13.7048 12.1635C13.2392 11.8099 12.6629 11.6014 12.0372 11.6014C10.5066 11.6014 9.25181 12.8581 9.25181 14.4258C9.25181 15.9934 10.5066 17.2502 12.0372 17.2502C13.3777 17.2502 14.5067 16.2867 14.7665 14.993C14.848 14.5869 15.2433 14.3238 15.6494 14.4053C16.0556 14.4869 16.3187 14.8822 16.2371 15.2883C15.8417 17.2576 14.1174 18.7502 12.0372 18.7502C9.66268 18.7502 7.75181 16.8063 7.75181 14.4258C7.75181 12.0453 9.66268 10.1014 12.0372 10.1014C12.6799 10.1014 13.29 10.2446 13.8372 10.5006L13.7592 10.1749Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9705 1.25H12.0334H12.0334C12.6375 1.24999 13.1375 1.24998 13.5504 1.28515C13.9832 1.32201 14.3742 1.40069 14.7514 1.58742C15.4233 1.92009 15.8481 2.44877 16.1463 2.979C16.3775 3.39004 16.5569 3.85182 16.7091 4.24318C16.7449 4.33553 16.7793 4.42396 16.8125 4.50689L17.1101 5.25086C18.2373 5.25543 19.0456 5.28193 19.7434 5.57479C20.6912 5.97261 21.4604 6.70632 21.9091 7.63547C22.1093 8.05002 22.2112 8.49536 22.2787 9.01254C22.3444 9.51676 22.3828 10.1389 22.4308 10.9174L22.5908 13.5123C22.7107 15.4557 22.8054 16.9915 22.717 18.196C22.6262 19.4329 22.3361 20.4418 21.5882 21.2486C20.8387 22.0571 19.8589 22.4154 18.6414 22.5851C17.4587 22.75 15.9386 22.75 14.0189 22.75H9.98469C8.06507 22.75 6.54496 22.75 5.36223 22.5851C4.14477 22.4154 3.16493 22.0571 2.41548 21.2486C1.66751 20.4418 1.37747 19.4329 1.28665 18.196C1.19821 16.9915 1.29294 15.4557 1.41281 13.5123L1.57285 10.9172C1.62085 10.1388 1.65922 9.51672 1.72498 9.01254C1.79244 8.49536 1.89437 8.05002 2.09454 7.63547C2.54319 6.70632 3.31248 5.97261 4.26029 5.57479C4.95809 5.2819 5.76651 5.25543 6.89384 5.25086L7.19143 4.50689C7.2246 4.42397 7.25897 4.33554 7.29486 4.2432L7.29486 4.2432L7.29487 4.24317C7.44698 3.85181 7.62646 3.39003 7.85763 2.979C8.15583 2.44877 8.58061 1.92009 9.25254 1.58742C9.62971 1.40069 10.0207 1.32201 10.4535 1.28515C10.8664 1.24998 11.3665 1.24999 11.9705 1.25H11.9705ZM11.0039 6C11.0039 5.44772 11.4516 5 12.0039 5H12.0129C12.5652 5 13.0129 5.44772 13.0129 6C13.0129 6.55228 12.5652 7 12.0129 7H12.0039C11.4516 7 11.0039 6.55228 11.0039 6ZM13.7592 10.1749C13.6627 9.77209 13.911 9.36731 14.3139 9.27081C14.7167 9.17431 15.1214 9.42262 15.2179 9.82544L15.7173 11.9098C15.7882 12.2059 15.6731 12.5155 15.426 12.6933C15.1789 12.8711 14.8487 12.8819 14.5905 12.7206L13.761 12.2023C13.7417 12.1902 13.7229 12.1773 13.7048 12.1635C13.2392 11.8099 12.6629 11.6014 12.0372 11.6014C10.5066 11.6014 9.25181 12.8581 9.25181 14.4258C9.25181 15.9934 10.5066 17.2502 12.0372 17.2502C13.3777 17.2502 14.5067 16.2867 14.7665 14.993C14.848 14.5869 15.2433 14.3238 15.6494 14.4053C16.0556 14.4869 16.3187 14.8822 16.2371 15.2883C15.8417 17.2576 14.1174 18.7502 12.0372 18.7502C9.66268 18.7502 7.75181 16.8063 7.75181 14.4258C7.75181 12.0453 9.66268 10.1014 12.0372 10.1014C12.6799 10.1014 13.29 10.2446 13.8372 10.5006L13.7592 10.1749Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-camera-rotated-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9686 1.25H12.0314H12.0314C12.6355 1.24999 13.1356 1.24998 13.5485 1.28515C13.9812 1.32201 14.3723 1.40069 14.7494 1.58742C15.4214 1.92009 15.8461 2.44877 16.1443 2.979C16.3755 3.39004 16.555 3.85182 16.7071 4.24318C16.743 4.33553 16.7774 4.42396 16.8105 4.50689L16.9569 4.87283C17.0299 5.05536 17.0664 5.14662 17.1425 5.19819C17.2185 5.24975 17.317 5.24991 17.5141 5.25022C18.3986 5.2516 19.0637 5.26171 19.5921 5.33452C20.2753 5.42866 20.7694 5.63092 21.2829 6.02493C21.5429 6.22443 21.7756 6.45715 21.9751 6.71715C22.4019 7.27343 22.5828 7.92195 22.6678 8.67622C22.75 9.40571 22.75 10.3204 22.75 11.4548V16.0549C22.75 17.4225 22.75 18.5248 22.6335 19.3918C22.5125 20.2919 22.2536 21.0497 21.6517 21.6517C21.0497 22.2536 20.2919 22.5125 19.3918 22.6335C18.5248 22.75 17.4225 22.75 16.0549 22.75H7.94513C6.57754 22.75 5.47522 22.75 4.60825 22.6335C3.70814 22.5125 2.95027 22.2536 2.34835 21.6517C1.74644 21.0497 1.48754 20.2919 1.36653 19.3918C1.24997 18.5248 1.24998 17.4225 1.25 16.0549V16.0549V11.4548V11.4548C1.24999 10.3204 1.24998 9.4057 1.33222 8.67622C1.41725 7.92195 1.59808 7.27343 2.02493 6.71715C2.22443 6.45715 2.45715 6.22443 2.71715 6.02493C3.23063 5.63092 3.72467 5.42866 4.40786 5.33452C4.93626 5.26171 5.60137 5.2516 6.48592 5.25022C6.68297 5.24991 6.7815 5.24975 6.85754 5.19819C6.93358 5.14662 6.97009 5.05536 7.0431 4.87283L7.18947 4.50689C7.22264 4.42397 7.25701 4.33554 7.2929 4.2432C7.44502 3.85184 7.62451 3.39004 7.85567 2.979C8.15388 2.44877 8.57866 1.92009 9.25059 1.58742C9.62775 1.40069 10.0188 1.32201 10.4515 1.28515C10.8644 1.24998 11.3645 1.24999 11.9686 1.25H11.9686ZM11 6C11 5.44772 11.4457 5 11.9955 5C12.5433 5 13 5.44981 13 6C13 6.55228 12.5543 7 12.0045 7C11.4567 7 11 6.55019 11 6ZM13.7573 10.1749C13.6608 9.77209 13.9091 9.36731 14.3119 9.27081C14.7147 9.17431 15.1195 9.42262 15.216 9.82544L15.7153 11.9098C15.7863 12.2059 15.6712 12.5155 15.424 12.6933C15.1769 12.8711 14.8468 12.8819 14.5886 12.7206L13.759 12.2023C13.7397 12.1902 13.721 12.1773 13.7028 12.1635C13.2372 11.8099 12.6609 11.6014 12.0352 11.6014C10.5046 11.6014 9.24985 12.8581 9.24985 14.4258C9.24985 15.9934 10.5046 17.2502 12.0352 17.2502C13.3757 17.2502 14.5048 16.2867 14.7645 14.993C14.8461 14.5869 15.2414 14.3238 15.6475 14.4053C16.0536 14.4869 16.3167 14.8822 16.2352 15.2883C15.8398 17.2576 14.1155 18.7502 12.0352 18.7502C9.66073 18.7502 7.74986 16.8063 7.74986 14.4258C7.74986 12.0453 9.66073 10.1014 12.0352 10.1014C12.6779 10.1014 13.288 10.2446 13.8353 10.5006L13.7573 10.1749Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9686 1.25H12.0314H12.0314C12.6355 1.24999 13.1356 1.24998 13.5485 1.28515C13.9812 1.32201 14.3723 1.40069 14.7494 1.58742C15.4214 1.92009 15.8461 2.44877 16.1443 2.979C16.3755 3.39004 16.555 3.85182 16.7071 4.24318C16.743 4.33553 16.7774 4.42396 16.8105 4.50689L16.9569 4.87283C17.0299 5.05536 17.0664 5.14662 17.1425 5.19819C17.2185 5.24975 17.317 5.24991 17.5141 5.25022C18.3986 5.2516 19.0637 5.26171 19.5921 5.33452C20.2753 5.42866 20.7694 5.63092 21.2829 6.02493C21.5429 6.22443 21.7756 6.45715 21.9751 6.71715C22.4019 7.27343 22.5828 7.92195 22.6678 8.67622C22.75 9.40571 22.75 10.3204 22.75 11.4548V16.0549C22.75 17.4225 22.75 18.5248 22.6335 19.3918C22.5125 20.2919 22.2536 21.0497 21.6517 21.6517C21.0497 22.2536 20.2919 22.5125 19.3918 22.6335C18.5248 22.75 17.4225 22.75 16.0549 22.75H7.94513C6.57754 22.75 5.47522 22.75 4.60825 22.6335C3.70814 22.5125 2.95027 22.2536 2.34835 21.6517C1.74644 21.0497 1.48754 20.2919 1.36653 19.3918C1.24997 18.5248 1.24998 17.4225 1.25 16.0549V16.0549V11.4548V11.4548C1.24999 10.3204 1.24998 9.4057 1.33222 8.67622C1.41725 7.92195 1.59808 7.27343 2.02493 6.71715C2.22443 6.45715 2.45715 6.22443 2.71715 6.02493C3.23063 5.63092 3.72467 5.42866 4.40786 5.33452C4.93626 5.26171 5.60137 5.2516 6.48592 5.25022C6.68297 5.24991 6.7815 5.24975 6.85754 5.19819C6.93358 5.14662 6.97009 5.05536 7.0431 4.87283L7.18947 4.50689C7.22264 4.42397 7.25701 4.33554 7.2929 4.2432C7.44502 3.85184 7.62451 3.39004 7.85567 2.979C8.15388 2.44877 8.57866 1.92009 9.25059 1.58742C9.62775 1.40069 10.0188 1.32201 10.4515 1.28515C10.8644 1.24998 11.3645 1.24999 11.9686 1.25H11.9686ZM11 6C11 5.44772 11.4457 5 11.9955 5C12.5433 5 13 5.44981 13 6C13 6.55228 12.5543 7 12.0045 7C11.4567 7 11 6.55019 11 6ZM13.7573 10.1749C13.6608 9.77209 13.9091 9.36731 14.3119 9.27081C14.7147 9.17431 15.1195 9.42262 15.216 9.82544L15.7153 11.9098C15.7863 12.2059 15.6712 12.5155 15.424 12.6933C15.1769 12.8711 14.8468 12.8819 14.5886 12.7206L13.759 12.2023C13.7397 12.1902 13.721 12.1773 13.7028 12.1635C13.2372 11.8099 12.6609 11.6014 12.0352 11.6014C10.5046 11.6014 9.24985 12.8581 9.24985 14.4258C9.24985 15.9934 10.5046 17.2502 12.0352 17.2502C13.3757 17.2502 14.5048 16.2867 14.7645 14.993C14.8461 14.5869 15.2414 14.3238 15.6475 14.4053C16.0536 14.4869 16.3167 14.8822 16.2352 15.2883C15.8398 17.2576 14.1155 18.7502 12.0352 18.7502C9.66073 18.7502 7.74986 16.8063 7.74986 14.4258C7.74986 12.0453 9.66073 10.1014 12.0352 10.1014C12.6779 10.1014 13.288 10.2446 13.8353 10.5006L13.7573 10.1749Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-camera-smile-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0334 1.25H11.9705H11.9705C11.3665 1.24999 10.8664 1.24998 10.4535 1.28515C10.0207 1.32201 9.62971 1.40069 9.25254 1.58742C8.58061 1.92009 8.15583 2.44877 7.85763 2.979C7.62646 3.39004 7.44697 3.85183 7.29486 4.2432L7.29486 4.2432C7.25897 4.33554 7.2246 4.42397 7.19143 4.50689L6.89384 5.25086C5.76651 5.25543 4.95809 5.2819 4.26029 5.57479C3.31248 5.97261 2.54319 6.70632 2.09454 7.63547C1.89437 8.05002 1.79244 8.49536 1.72498 9.01254C1.65922 9.51672 1.62085 10.1388 1.57285 10.9172L1.41281 13.5123C1.29294 15.4557 1.19821 16.9915 1.28665 18.196C1.37747 19.4329 1.66751 20.4418 2.41548 21.2486C3.16493 22.0571 4.14477 22.4154 5.36223 22.5851C6.54496 22.75 8.06507 22.75 9.98469 22.75H14.0189C15.9386 22.75 17.4587 22.75 18.6414 22.5851C19.8589 22.4154 20.8387 22.0571 21.5882 21.2486C22.3361 20.4418 22.6262 19.4329 22.717 18.196C22.8054 16.9915 22.7107 15.4557 22.5908 13.5123L22.4308 10.9174C22.3828 10.1389 22.3444 9.51676 22.2787 9.01254C22.2112 8.49536 22.1093 8.05002 21.9091 7.63547C21.4604 6.70632 20.6912 5.97261 19.7434 5.57479C19.0456 5.28193 18.2373 5.25543 17.1101 5.25086L16.8125 4.50689C16.7793 4.42396 16.7449 4.33553 16.7091 4.24318C16.5569 3.85182 16.3775 3.39004 16.1463 2.979C15.8481 2.44877 15.4233 1.92009 14.7514 1.58742C14.3742 1.40069 13.9832 1.32201 13.5504 1.28515C13.1375 1.24998 12.6375 1.24999 12.0334 1.25H12.0334ZM9 10.5C8.44772 10.5 8 10.9477 8 11.5C8 12.0523 8.44772 12.5 9 12.5H9.00897C9.56125 12.5 10.009 12.0523 10.009 11.5C10.009 10.9477 9.56125 10.5 9.00897 10.5H9ZM14.991 10.5C14.4387 10.5 13.991 10.9477 13.991 11.5C13.991 12.0523 14.4387 12.5 14.991 12.5H15C15.5523 12.5 16 12.0523 16 11.5C16 10.9477 15.5523 10.5 15 10.5H14.991ZM10.288 14.7532C9.87701 14.3871 9.24699 14.422 8.8789 14.8318C8.50989 15.2428 8.54386 15.875 8.95477 16.244L8.95662 16.2457L8.95889 16.2477L8.96471 16.2529L8.98135 16.2674C8.99463 16.2789 9.01231 16.294 9.03413 16.3121C9.07772 16.3483 9.13822 16.397 9.21369 16.4541C9.36378 16.5675 9.57762 16.7172 9.83935 16.8674C10.345 17.1575 11.1165 17.5 11.9951 17.5C12.8736 17.5 13.6451 17.1575 14.1508 16.8674L14.1536 16.8657C14.4151 16.7157 14.7723 16.5107 15.0353 16.244C15.4463 15.875 15.4802 15.2428 15.1112 14.8318C14.7431 14.422 14.1131 14.3871 13.7021 14.7532L13.7005 14.7547C13.6968 14.7578 13.6889 14.7646 13.6778 14.7738C13.6556 14.7923 13.6192 14.8217 13.5706 14.8584C13.4726 14.9325 13.3294 15.0328 13.1554 15.1326C12.7896 15.3425 12.3751 15.5 11.9951 15.5C11.615 15.5 11.2005 15.3425 10.8347 15.1326C10.6607 15.0328 10.5175 14.9325 10.4195 14.8584C10.3709 14.8217 10.3346 14.7923 10.3123 14.7738L10.3016 14.7649L10.2901 14.7551L10.288 14.7532Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0334 1.25H11.9705H11.9705C11.3665 1.24999 10.8664 1.24998 10.4535 1.28515C10.0207 1.32201 9.62971 1.40069 9.25254 1.58742C8.58061 1.92009 8.15583 2.44877 7.85763 2.979C7.62646 3.39004 7.44697 3.85183 7.29486 4.2432L7.29486 4.2432C7.25897 4.33554 7.2246 4.42397 7.19143 4.50689L6.89384 5.25086C5.76651 5.25543 4.95809 5.2819 4.26029 5.57479C3.31248 5.97261 2.54319 6.70632 2.09454 7.63547C1.89437 8.05002 1.79244 8.49536 1.72498 9.01254C1.65922 9.51672 1.62085 10.1388 1.57285 10.9172L1.41281 13.5123C1.29294 15.4557 1.19821 16.9915 1.28665 18.196C1.37747 19.4329 1.66751 20.4418 2.41548 21.2486C3.16493 22.0571 4.14477 22.4154 5.36223 22.5851C6.54496 22.75 8.06507 22.75 9.98469 22.75H14.0189C15.9386 22.75 17.4587 22.75 18.6414 22.5851C19.8589 22.4154 20.8387 22.0571 21.5882 21.2486C22.3361 20.4418 22.6262 19.4329 22.717 18.196C22.8054 16.9915 22.7107 15.4557 22.5908 13.5123L22.4308 10.9174C22.3828 10.1389 22.3444 9.51676 22.2787 9.01254C22.2112 8.49536 22.1093 8.05002 21.9091 7.63547C21.4604 6.70632 20.6912 5.97261 19.7434 5.57479C19.0456 5.28193 18.2373 5.25543 17.1101 5.25086L16.8125 4.50689C16.7793 4.42396 16.7449 4.33553 16.7091 4.24318C16.5569 3.85182 16.3775 3.39004 16.1463 2.979C15.8481 2.44877 15.4233 1.92009 14.7514 1.58742C14.3742 1.40069 13.9832 1.32201 13.5504 1.28515C13.1375 1.24998 12.6375 1.24999 12.0334 1.25H12.0334ZM9 10.5C8.44772 10.5 8 10.9477 8 11.5C8 12.0523 8.44772 12.5 9 12.5H9.00897C9.56125 12.5 10.009 12.0523 10.009 11.5C10.009 10.9477 9.56125 10.5 9.00897 10.5H9ZM14.991 10.5C14.4387 10.5 13.991 10.9477 13.991 11.5C13.991 12.0523 14.4387 12.5 14.991 12.5H15C15.5523 12.5 16 12.0523 16 11.5C16 10.9477 15.5523 10.5 15 10.5H14.991ZM10.288 14.7532C9.87701 14.3871 9.24699 14.422 8.8789 14.8318C8.50989 15.2428 8.54386 15.875 8.95477 16.244L8.95662 16.2457L8.95889 16.2477L8.96471 16.2529L8.98135 16.2674C8.99463 16.2789 9.01231 16.294 9.03413 16.3121C9.07772 16.3483 9.13822 16.397 9.21369 16.4541C9.36378 16.5675 9.57762 16.7172 9.83935 16.8674C10.345 17.1575 11.1165 17.5 11.9951 17.5C12.8736 17.5 13.6451 17.1575 14.1508 16.8674L14.1536 16.8657C14.4151 16.7157 14.7723 16.5107 15.0353 16.244C15.4463 15.875 15.4802 15.2428 15.1112 14.8318C14.7431 14.422 14.1131 14.3871 13.7021 14.7532L13.7005 14.7547C13.6968 14.7578 13.6889 14.7646 13.6778 14.7738C13.6556 14.7923 13.6192 14.8217 13.5706 14.8584C13.4726 14.9325 13.3294 15.0328 13.1554 15.1326C12.7896 15.3425 12.3751 15.5 11.9951 15.5C11.615 15.5 11.2005 15.3425 10.8347 15.1326C10.6607 15.0328 10.5175 14.9325 10.4195 14.8584C10.3709 14.8217 10.3346 14.7923 10.3123 14.7738L10.3016 14.7649L10.2901 14.7551L10.288 14.7532Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-camera-smile-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0314 1.25H11.9686H11.9686C11.3645 1.24999 10.8644 1.24998 10.4515 1.28515C10.0188 1.32201 9.62775 1.40069 9.25059 1.58742C8.57866 1.92009 8.15388 2.44877 7.85567 2.979C7.62451 3.39004 7.44502 3.85184 7.2929 4.2432C7.25701 4.33554 7.22264 4.42397 7.18947 4.50689L7.0431 4.87283C6.97009 5.05536 6.93358 5.14662 6.85754 5.19819C6.7815 5.24975 6.68297 5.24991 6.48592 5.25022C5.60137 5.2516 4.93626 5.26171 4.40786 5.33452C3.72467 5.42866 3.23063 5.63092 2.71715 6.02493C2.45715 6.22443 2.22443 6.45715 2.02493 6.71715C1.59808 7.27343 1.41725 7.92195 1.33222 8.67622C1.24998 9.4057 1.24999 10.3204 1.25 11.4548V11.4548V16.0549V16.0549C1.24998 17.4225 1.24997 18.5248 1.36653 19.3918C1.48754 20.2919 1.74644 21.0497 2.34835 21.6517C2.95027 22.2536 3.70814 22.5125 4.60825 22.6335C5.47522 22.75 6.57754 22.75 7.94513 22.75H16.0549C17.4225 22.75 18.5248 22.75 19.3918 22.6335C20.2919 22.5125 21.0497 22.2536 21.6517 21.6517C22.2536 21.0497 22.5125 20.2919 22.6335 19.3918C22.75 18.5248 22.75 17.4225 22.75 16.0549V11.4548C22.75 10.3204 22.75 9.40571 22.6678 8.67622C22.5828 7.92195 22.4019 7.27343 21.9751 6.71715C21.7756 6.45715 21.5429 6.22443 21.2829 6.02493C20.7694 5.63092 20.2753 5.42866 19.5921 5.33452C19.0637 5.26171 18.3986 5.2516 17.5141 5.25022C17.317 5.24991 17.2185 5.24975 17.1425 5.19819C17.0664 5.14662 17.0299 5.05536 16.9569 4.87283L16.8105 4.50689C16.7774 4.42396 16.743 4.33553 16.7071 4.24318C16.555 3.85182 16.3755 3.39004 16.1443 2.979C15.8461 2.44877 15.4214 1.92009 14.7494 1.58742C14.3723 1.40069 13.9812 1.32201 13.5485 1.28515C13.1356 1.24998 12.6355 1.24999 12.0314 1.25H12.0314ZM9 10.5C8.44772 10.5 8 10.9477 8 11.5C8 12.0523 8.44772 12.5 9 12.5H9.00897C9.56125 12.5 10.009 12.0523 10.009 11.5C10.009 10.9477 9.56125 10.5 9.00897 10.5H9ZM14.991 10.5C14.4387 10.5 13.991 10.9477 13.991 11.5C13.991 12.0523 14.4387 12.5 14.991 12.5H15C15.5523 12.5 16 12.0523 16 11.5C16 10.9477 15.5523 10.5 15 10.5H14.991ZM10.288 14.7532C9.87701 14.3871 9.24699 14.422 8.8789 14.8318C8.50989 15.2428 8.54386 15.875 8.95477 16.244L8.95662 16.2457L8.95889 16.2477L8.96471 16.2529L8.98135 16.2674C8.99463 16.2789 9.01231 16.294 9.03413 16.3121C9.07772 16.3483 9.13822 16.397 9.21369 16.4541C9.36378 16.5675 9.57762 16.7172 9.83935 16.8674C10.345 17.1575 11.1165 17.5 11.9951 17.5C12.8736 17.5 13.6451 17.1575 14.1508 16.8674L14.1536 16.8657C14.4151 16.7157 14.7723 16.5107 15.0353 16.244C15.4463 15.875 15.4802 15.2428 15.1112 14.8318C14.7431 14.422 14.1131 14.3871 13.7021 14.7532L13.7005 14.7547L13.6975 14.7573L13.6778 14.7738C13.6556 14.7923 13.6192 14.8217 13.5706 14.8584C13.4726 14.9325 13.3294 15.0328 13.1554 15.1326C12.7896 15.3425 12.3751 15.5 11.9951 15.5C11.615 15.5 11.2005 15.3425 10.8347 15.1326C10.6607 15.0328 10.5175 14.9325 10.4195 14.8584C10.3709 14.8217 10.3346 14.7923 10.3123 14.7738C10.3013 14.7646 10.2938 14.7582 10.2901 14.7551L10.288 14.7532Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0314 1.25H11.9686H11.9686C11.3645 1.24999 10.8644 1.24998 10.4515 1.28515C10.0188 1.32201 9.62775 1.40069 9.25059 1.58742C8.57866 1.92009 8.15388 2.44877 7.85567 2.979C7.62451 3.39004 7.44502 3.85184 7.2929 4.2432C7.25701 4.33554 7.22264 4.42397 7.18947 4.50689L7.0431 4.87283C6.97009 5.05536 6.93358 5.14662 6.85754 5.19819C6.7815 5.24975 6.68297 5.24991 6.48592 5.25022C5.60137 5.2516 4.93626 5.26171 4.40786 5.33452C3.72467 5.42866 3.23063 5.63092 2.71715 6.02493C2.45715 6.22443 2.22443 6.45715 2.02493 6.71715C1.59808 7.27343 1.41725 7.92195 1.33222 8.67622C1.24998 9.4057 1.24999 10.3204 1.25 11.4548V11.4548V16.0549V16.0549C1.24998 17.4225 1.24997 18.5248 1.36653 19.3918C1.48754 20.2919 1.74644 21.0497 2.34835 21.6517C2.95027 22.2536 3.70814 22.5125 4.60825 22.6335C5.47522 22.75 6.57754 22.75 7.94513 22.75H16.0549C17.4225 22.75 18.5248 22.75 19.3918 22.6335C20.2919 22.5125 21.0497 22.2536 21.6517 21.6517C22.2536 21.0497 22.5125 20.2919 22.6335 19.3918C22.75 18.5248 22.75 17.4225 22.75 16.0549V11.4548C22.75 10.3204 22.75 9.40571 22.6678 8.67622C22.5828 7.92195 22.4019 7.27343 21.9751 6.71715C21.7756 6.45715 21.5429 6.22443 21.2829 6.02493C20.7694 5.63092 20.2753 5.42866 19.5921 5.33452C19.0637 5.26171 18.3986 5.2516 17.5141 5.25022C17.317 5.24991 17.2185 5.24975 17.1425 5.19819C17.0664 5.14662 17.0299 5.05536 16.9569 4.87283L16.8105 4.50689C16.7774 4.42396 16.743 4.33553 16.7071 4.24318C16.555 3.85182 16.3755 3.39004 16.1443 2.979C15.8461 2.44877 15.4214 1.92009 14.7494 1.58742C14.3723 1.40069 13.9812 1.32201 13.5485 1.28515C13.1356 1.24998 12.6355 1.24999 12.0314 1.25H12.0314ZM9 10.5C8.44772 10.5 8 10.9477 8 11.5C8 12.0523 8.44772 12.5 9 12.5H9.00897C9.56125 12.5 10.009 12.0523 10.009 11.5C10.009 10.9477 9.56125 10.5 9.00897 10.5H9ZM14.991 10.5C14.4387 10.5 13.991 10.9477 13.991 11.5C13.991 12.0523 14.4387 12.5 14.991 12.5H15C15.5523 12.5 16 12.0523 16 11.5C16 10.9477 15.5523 10.5 15 10.5H14.991ZM10.288 14.7532C9.87701 14.3871 9.24699 14.422 8.8789 14.8318C8.50989 15.2428 8.54386 15.875 8.95477 16.244L8.95662 16.2457L8.95889 16.2477L8.96471 16.2529L8.98135 16.2674C8.99463 16.2789 9.01231 16.294 9.03413 16.3121C9.07772 16.3483 9.13822 16.397 9.21369 16.4541C9.36378 16.5675 9.57762 16.7172 9.83935 16.8674C10.345 17.1575 11.1165 17.5 11.9951 17.5C12.8736 17.5 13.6451 17.1575 14.1508 16.8674L14.1536 16.8657C14.4151 16.7157 14.7723 16.5107 15.0353 16.244C15.4463 15.875 15.4802 15.2428 15.1112 14.8318C14.7431 14.422 14.1131 14.3871 13.7021 14.7532L13.7005 14.7547L13.6975 14.7573L13.6778 14.7738C13.6556 14.7923 13.6192 14.8217 13.5706 14.8584C13.4726 14.9325 13.3294 15.0328 13.1554 15.1326C12.7896 15.3425 12.3751 15.5 11.9951 15.5C11.615 15.5 11.2005 15.3425 10.8347 15.1326C10.6607 15.0328 10.5175 14.9325 10.4195 14.8584C10.3709 14.8217 10.3346 14.7923 10.3123 14.7738C10.3013 14.7646 10.2938 14.7582 10.2901 14.7551L10.288 14.7532Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-camera-tripod{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_386_3196)%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 18.5532C11.9602 18.613 11.9132 18.6695 11.8592 18.7214L7.69253 22.7214C7.29412 23.1039 6.66109 23.0909 6.27861 22.6925C5.89614 22.2941 5.90906 21.6611 6.30747 21.2786L10.4741 17.2786C10.8725 16.8961 11.5056 16.9091 11.8881 17.3075C11.9302 17.3513 11.9675 17.398 12 17.4469C12.0325 17.398 12.0698 17.3513 12.1119 17.3075C12.4944 16.9091 13.1275 16.8961 13.5259 17.2786L17.6925 21.2786C18.0909 21.6611 18.1039 22.2941 17.7214 22.6925C17.3389 23.0909 16.7059 23.1039 16.3075 22.7214L12.1408 18.7214C12.0868 18.6695 12.0398 18.613 12 18.5532Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17C12.5523 17 13 17.4477 13 18L13 23C13 23.5523 12.5523 24 12 24C11.4477 24 11 23.5523 11 23L11 18C11 17.4477 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.44821 1.25H14.5518H14.5518C16.1516 1.24999 17.4234 1.24997 18.4305 1.37695C19.4688 1.50786 20.3224 1.78336 21.0316 2.40417C21.2715 2.61417 21.4907 2.84818 21.6865 3.10258C22.2595 3.84732 22.5113 4.73658 22.6319 5.8249C22.75 6.89042 22.75 8.23962 22.75 9.95365V10.0464C22.75 11.7604 22.75 13.1096 22.6319 14.1751C22.5113 15.2634 22.2595 16.1527 21.6865 16.8974C21.4907 17.1518 21.2715 17.3858 21.0316 17.5958C20.3224 18.2166 19.4688 18.4921 18.4305 18.623C17.4234 18.75 16.1516 18.75 14.5518 18.75H9.44819C7.8484 18.75 6.57657 18.75 5.56947 18.623C4.53118 18.4921 3.6776 18.2166 2.96842 17.5958C2.72853 17.3858 2.50927 17.1518 2.31354 16.8974C1.74054 16.1527 1.48866 15.2634 1.36806 14.1751C1.24998 13.1096 1.24999 11.7604 1.25 10.0464V10.0464V9.9536V9.95359C1.24999 8.23959 1.24998 6.89041 1.36806 5.8249C1.48866 4.73658 1.74054 3.84732 2.31354 3.10258C2.50927 2.84818 2.72853 2.61417 2.96842 2.40417C3.6776 1.78336 4.53118 1.50786 5.56947 1.37695C6.57657 1.24997 7.84841 1.24999 9.4482 1.25H9.44821ZM8.5 10C8.5 8.067 10.067 6.5 12 6.5C13.933 6.5 15.5 8.067 15.5 10C15.5 11.933 13.933 13.5 12 13.5C10.067 13.5 8.5 11.933 8.5 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_386_3196%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_386_3196)%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 18.5532C11.9602 18.613 11.9132 18.6695 11.8592 18.7214L7.69253 22.7214C7.29412 23.1039 6.66109 23.0909 6.27861 22.6925C5.89614 22.2941 5.90906 21.6611 6.30747 21.2786L10.4741 17.2786C10.8725 16.8961 11.5056 16.9091 11.8881 17.3075C11.9302 17.3513 11.9675 17.398 12 17.4469C12.0325 17.398 12.0698 17.3513 12.1119 17.3075C12.4944 16.9091 13.1275 16.8961 13.5259 17.2786L17.6925 21.2786C18.0909 21.6611 18.1039 22.2941 17.7214 22.6925C17.3389 23.0909 16.7059 23.1039 16.3075 22.7214L12.1408 18.7214C12.0868 18.6695 12.0398 18.613 12 18.5532Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17C12.5523 17 13 17.4477 13 18L13 23C13 23.5523 12.5523 24 12 24C11.4477 24 11 23.5523 11 23L11 18C11 17.4477 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.44821 1.25H14.5518H14.5518C16.1516 1.24999 17.4234 1.24997 18.4305 1.37695C19.4688 1.50786 20.3224 1.78336 21.0316 2.40417C21.2715 2.61417 21.4907 2.84818 21.6865 3.10258C22.2595 3.84732 22.5113 4.73658 22.6319 5.8249C22.75 6.89042 22.75 8.23962 22.75 9.95365V10.0464C22.75 11.7604 22.75 13.1096 22.6319 14.1751C22.5113 15.2634 22.2595 16.1527 21.6865 16.8974C21.4907 17.1518 21.2715 17.3858 21.0316 17.5958C20.3224 18.2166 19.4688 18.4921 18.4305 18.623C17.4234 18.75 16.1516 18.75 14.5518 18.75H9.44819C7.8484 18.75 6.57657 18.75 5.56947 18.623C4.53118 18.4921 3.6776 18.2166 2.96842 17.5958C2.72853 17.3858 2.50927 17.1518 2.31354 16.8974C1.74054 16.1527 1.48866 15.2634 1.36806 14.1751C1.24998 13.1096 1.24999 11.7604 1.25 10.0464V10.0464V9.9536V9.95359C1.24999 8.23959 1.24998 6.89041 1.36806 5.8249C1.48866 4.73658 1.74054 3.84732 2.31354 3.10258C2.50927 2.84818 2.72853 2.61417 2.96842 2.40417C3.6776 1.78336 4.53118 1.50786 5.56947 1.37695C6.57657 1.24997 7.84841 1.24999 9.4482 1.25H9.44821ZM8.5 10C8.5 8.067 10.067 6.5 12 6.5C13.933 6.5 15.5 8.067 15.5 10C15.5 11.933 13.933 13.5 12 13.5C10.067 13.5 8.5 11.933 8.5 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_386_3196%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-camera-video{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4996 3.40156C11.616 3.40156 10.8996 4.11791 10.8996 5.00156C10.8996 5.88522 11.616 6.60156 12.4996 6.60156C13.3833 6.60156 14.0996 5.88522 14.0996 5.00156C14.0996 4.11791 13.3833 3.40156 12.4996 3.40156ZM9.09961 5.00156C9.09961 3.12379 10.6218 1.60156 12.4996 1.60156C14.3774 1.60156 15.8996 3.12379 15.8996 5.00156C15.8996 6.87933 14.3774 8.40156 12.4996 8.40156C10.6218 8.40156 9.09961 6.87933 9.09961 5.00156Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.99961 2.40156C5.83981 2.40156 4.89961 3.34176 4.89961 4.50156C4.89961 5.66136 5.83981 6.60156 6.99961 6.60156C8.15941 6.60156 9.09961 5.66136 9.09961 4.50156C9.09961 3.34176 8.15941 2.40156 6.99961 2.40156ZM3.09961 4.50156C3.09961 2.34765 4.8457 0.601562 6.99961 0.601562C9.15352 0.601562 10.8996 2.34765 10.8996 4.50156C10.8996 6.65547 9.15352 8.40156 6.99961 8.40156C4.8457 8.40156 3.09961 6.65547 3.09961 4.50156Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.00008 16.6337C8.61764 16.4126 8.1201 16.4657 7.79289 16.7929L3.79289 20.7929C3.40237 21.1834 3.40237 21.8166 3.79289 22.2071C4.18342 22.5976 4.81658 22.5976 5.20711 22.2071L8.5 18.9142L8.5 22.5C8.5 23.0523 8.94772 23.5 9.5 23.5C10.0523 23.5 10.5 23.0523 10.5 22.5L10.5 18.9142L13.7929 22.2071C14.1834 22.5976 14.8166 22.5976 15.2071 22.2071C15.5976 21.8166 15.5976 21.1834 15.2071 20.7929L11.2071 16.7929C10.8799 16.4657 10.3824 16.4126 9.99992 16.6337C9.85285 16.5487 9.68211 16.5 9.5 16.5C9.31789 16.5 9.14715 16.5487 9.00008 16.6337Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.9635 6.75H10.0365C11.6555 6.75 12.9187 6.74999 13.9033 6.83272C14.8937 6.91595 15.7068 7.08871 16.3724 7.50471C17.0834 7.94912 17.4414 8.55588 17.6051 9.31699C17.7502 9.99152 17.7501 10.8331 17.75 11.7993C17.75 11.8245 17.75 11.8497 17.75 11.875V13.125C17.75 13.1503 17.75 13.1755 17.75 13.2007C17.7501 14.1669 17.7502 15.0085 17.6051 15.683C17.4414 16.4441 17.0834 17.0509 16.3724 17.4953C15.7068 17.9113 14.8937 18.0841 13.9033 18.1673C12.9187 18.25 11.6555 18.25 10.0365 18.25H8.96349C7.34447 18.25 6.0813 18.25 5.09676 18.1673C4.1063 18.0841 3.29323 17.9113 2.62764 17.4953C1.91657 17.0509 1.55865 16.4441 1.39492 15.683C1.24982 15.0085 1.24991 14.1669 1.25001 13.2007C1.25001 13.1755 1.25001 13.1503 1.25001 13.125V11.875C1.25001 11.8497 1.25001 11.8245 1.25001 11.7993C1.24991 10.8331 1.24982 9.99152 1.39492 9.31699C1.55865 8.55588 1.91657 7.94912 2.62764 7.50471C3.29323 7.08871 4.1063 6.91595 5.09676 6.83272C6.0813 6.74999 7.34448 6.75 8.9635 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.0148 9.6999C19.4517 9.94731 18.7227 10.3825 17.6406 11.0318L17.5147 11.1074C17.0411 11.3916 16.4269 11.238 16.1427 10.7645C15.8585 10.2909 16.012 9.67665 16.4856 9.39248L16.6115 9.31692C16.6314 9.30497 16.6513 9.29306 16.6711 9.28119C17.6782 8.67679 18.5166 8.17363 19.2103 7.86884C19.9178 7.55801 20.6959 7.34977 21.4891 7.63573C21.8843 7.77822 22.2154 8.02166 22.4596 8.36922C22.6899 8.69682 22.8075 9.06658 22.8755 9.41589C23.0004 10.0583 23.0003 10.9023 23.0002 11.8357C23.0002 11.8675 23.0002 11.8995 23.0002 11.9316V13.0689C23.0002 13.101 23.0002 13.1329 23.0002 13.1648C23.0003 14.0981 23.0004 14.9421 22.8755 15.5846C22.8075 15.9339 22.6899 16.3036 22.4596 16.6312C22.2154 16.9788 21.8843 17.2222 21.4891 17.3647C20.6959 17.6507 19.9178 17.4425 19.2103 17.1316C18.5166 16.8268 17.6782 16.3237 16.6711 15.7193L16.4856 15.608C16.012 15.3238 15.8585 14.7095 16.1427 14.236C16.4269 13.7624 17.0411 13.6089 17.5147 13.8931L17.6406 13.9686C18.7227 14.6179 19.4517 15.0531 20.0148 15.3006C20.5778 15.5479 20.7538 15.5038 20.8108 15.4833C20.8175 15.4808 20.8225 15.4787 20.826 15.4771C20.8388 15.4569 20.877 15.3841 20.9123 15.2027C20.9956 14.7743 21.0002 14.1299 21.0002 13.0689V11.9316C21.0002 10.8705 20.9956 10.2262 20.9123 9.79773C20.877 9.61631 20.8388 9.5436 20.826 9.52331C20.8225 9.52172 20.8175 9.51963 20.8108 9.5172C20.7538 9.49664 20.5778 9.45255 20.0148 9.6999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4996 3.40156C11.616 3.40156 10.8996 4.11791 10.8996 5.00156C10.8996 5.88522 11.616 6.60156 12.4996 6.60156C13.3833 6.60156 14.0996 5.88522 14.0996 5.00156C14.0996 4.11791 13.3833 3.40156 12.4996 3.40156ZM9.09961 5.00156C9.09961 3.12379 10.6218 1.60156 12.4996 1.60156C14.3774 1.60156 15.8996 3.12379 15.8996 5.00156C15.8996 6.87933 14.3774 8.40156 12.4996 8.40156C10.6218 8.40156 9.09961 6.87933 9.09961 5.00156Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.99961 2.40156C5.83981 2.40156 4.89961 3.34176 4.89961 4.50156C4.89961 5.66136 5.83981 6.60156 6.99961 6.60156C8.15941 6.60156 9.09961 5.66136 9.09961 4.50156C9.09961 3.34176 8.15941 2.40156 6.99961 2.40156ZM3.09961 4.50156C3.09961 2.34765 4.8457 0.601562 6.99961 0.601562C9.15352 0.601562 10.8996 2.34765 10.8996 4.50156C10.8996 6.65547 9.15352 8.40156 6.99961 8.40156C4.8457 8.40156 3.09961 6.65547 3.09961 4.50156Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.00008 16.6337C8.61764 16.4126 8.1201 16.4657 7.79289 16.7929L3.79289 20.7929C3.40237 21.1834 3.40237 21.8166 3.79289 22.2071C4.18342 22.5976 4.81658 22.5976 5.20711 22.2071L8.5 18.9142L8.5 22.5C8.5 23.0523 8.94772 23.5 9.5 23.5C10.0523 23.5 10.5 23.0523 10.5 22.5L10.5 18.9142L13.7929 22.2071C14.1834 22.5976 14.8166 22.5976 15.2071 22.2071C15.5976 21.8166 15.5976 21.1834 15.2071 20.7929L11.2071 16.7929C10.8799 16.4657 10.3824 16.4126 9.99992 16.6337C9.85285 16.5487 9.68211 16.5 9.5 16.5C9.31789 16.5 9.14715 16.5487 9.00008 16.6337Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.9635 6.75H10.0365C11.6555 6.75 12.9187 6.74999 13.9033 6.83272C14.8937 6.91595 15.7068 7.08871 16.3724 7.50471C17.0834 7.94912 17.4414 8.55588 17.6051 9.31699C17.7502 9.99152 17.7501 10.8331 17.75 11.7993C17.75 11.8245 17.75 11.8497 17.75 11.875V13.125C17.75 13.1503 17.75 13.1755 17.75 13.2007C17.7501 14.1669 17.7502 15.0085 17.6051 15.683C17.4414 16.4441 17.0834 17.0509 16.3724 17.4953C15.7068 17.9113 14.8937 18.0841 13.9033 18.1673C12.9187 18.25 11.6555 18.25 10.0365 18.25H8.96349C7.34447 18.25 6.0813 18.25 5.09676 18.1673C4.1063 18.0841 3.29323 17.9113 2.62764 17.4953C1.91657 17.0509 1.55865 16.4441 1.39492 15.683C1.24982 15.0085 1.24991 14.1669 1.25001 13.2007C1.25001 13.1755 1.25001 13.1503 1.25001 13.125V11.875C1.25001 11.8497 1.25001 11.8245 1.25001 11.7993C1.24991 10.8331 1.24982 9.99152 1.39492 9.31699C1.55865 8.55588 1.91657 7.94912 2.62764 7.50471C3.29323 7.08871 4.1063 6.91595 5.09676 6.83272C6.0813 6.74999 7.34448 6.75 8.9635 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.0148 9.6999C19.4517 9.94731 18.7227 10.3825 17.6406 11.0318L17.5147 11.1074C17.0411 11.3916 16.4269 11.238 16.1427 10.7645C15.8585 10.2909 16.012 9.67665 16.4856 9.39248L16.6115 9.31692C16.6314 9.30497 16.6513 9.29306 16.6711 9.28119C17.6782 8.67679 18.5166 8.17363 19.2103 7.86884C19.9178 7.55801 20.6959 7.34977 21.4891 7.63573C21.8843 7.77822 22.2154 8.02166 22.4596 8.36922C22.6899 8.69682 22.8075 9.06658 22.8755 9.41589C23.0004 10.0583 23.0003 10.9023 23.0002 11.8357C23.0002 11.8675 23.0002 11.8995 23.0002 11.9316V13.0689C23.0002 13.101 23.0002 13.1329 23.0002 13.1648C23.0003 14.0981 23.0004 14.9421 22.8755 15.5846C22.8075 15.9339 22.6899 16.3036 22.4596 16.6312C22.2154 16.9788 21.8843 17.2222 21.4891 17.3647C20.6959 17.6507 19.9178 17.4425 19.2103 17.1316C18.5166 16.8268 17.6782 16.3237 16.6711 15.7193L16.4856 15.608C16.012 15.3238 15.8585 14.7095 16.1427 14.236C16.4269 13.7624 17.0411 13.6089 17.5147 13.8931L17.6406 13.9686C18.7227 14.6179 19.4517 15.0531 20.0148 15.3006C20.5778 15.5479 20.7538 15.5038 20.8108 15.4833C20.8175 15.4808 20.8225 15.4787 20.826 15.4771C20.8388 15.4569 20.877 15.3841 20.9123 15.2027C20.9956 14.7743 21.0002 14.1299 21.0002 13.0689V11.9316C21.0002 10.8705 20.9956 10.2262 20.9123 9.79773C20.877 9.61631 20.8388 9.5436 20.826 9.52331C20.8225 9.52172 20.8175 9.51963 20.8108 9.5172C20.7538 9.49664 20.5778 9.45255 20.0148 9.6999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-center-focus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1341 2.47723C10.1467 3.02937 9.70927 3.48717 9.15713 3.49975C6.45365 3.56134 5.29954 3.83886 4.55254 4.58326C3.90786 5.22571 3.60144 6.18551 3.49879 8.24968C3.47136 8.80128 3.00195 9.2262 2.45035 9.19877C1.89875 9.17134 1.47382 8.70194 1.50126 8.15033C1.60672 6.02963 1.92292 4.38024 3.14079 3.1666C4.5219 1.79027 6.48249 1.56017 9.11157 1.50026C9.66371 1.48768 10.1215 1.92508 10.1341 2.47723ZM13.866 2.47723C13.8785 1.92508 14.3363 1.48768 14.8885 1.50026C17.5176 1.56017 19.4781 1.79027 20.8593 3.1666C22.0771 4.38024 22.3933 6.02963 22.4988 8.15033C22.5262 8.70194 22.1013 9.17134 21.5497 9.19877C20.9981 9.2262 20.5287 8.80128 20.5013 8.24968C20.3986 6.18551 20.0922 5.22571 19.4475 4.58326C18.7005 3.83886 17.5464 3.56134 14.8429 3.49975C14.2908 3.48717 13.8534 3.02937 13.866 2.47723ZM2.45035 14.8012C3.00195 14.7738 3.47136 15.1987 3.49879 15.7503C3.60144 17.8145 3.90786 18.7743 4.55254 19.4167C5.29954 20.1612 6.45365 20.4387 9.15713 20.5003C9.70927 20.5128 10.1467 20.9706 10.1341 21.5228C10.1215 22.0749 9.66371 22.5123 9.11157 22.4997C6.48249 22.4398 4.5219 22.2097 3.14079 20.8334C1.92292 19.6198 1.60673 17.9704 1.50126 15.8497C1.47382 15.2981 1.89875 14.8287 2.45035 14.8012ZM21.5497 14.8012C22.1013 14.8287 22.5262 15.2981 22.4988 15.8497C22.3933 17.9704 22.0771 19.6198 20.8593 20.8334C19.4781 22.2097 17.5176 22.4398 14.8885 22.4997C14.3363 22.5123 13.8785 22.0749 13.866 21.5228C13.8534 20.9706 14.2908 20.5128 14.8429 20.5003C17.5464 20.4387 18.7005 20.1612 19.4475 19.4167C20.0922 18.7743 20.3986 17.8145 20.5013 15.7503C20.5287 15.1987 20.9981 14.7738 21.5497 14.8012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1341 2.47723C10.1467 3.02937 9.70927 3.48717 9.15713 3.49975C6.45365 3.56134 5.29954 3.83886 4.55254 4.58326C3.90786 5.22571 3.60144 6.18551 3.49879 8.24968C3.47136 8.80128 3.00195 9.2262 2.45035 9.19877C1.89875 9.17134 1.47382 8.70194 1.50126 8.15033C1.60672 6.02963 1.92292 4.38024 3.14079 3.1666C4.5219 1.79027 6.48249 1.56017 9.11157 1.50026C9.66371 1.48768 10.1215 1.92508 10.1341 2.47723ZM13.866 2.47723C13.8785 1.92508 14.3363 1.48768 14.8885 1.50026C17.5176 1.56017 19.4781 1.79027 20.8593 3.1666C22.0771 4.38024 22.3933 6.02963 22.4988 8.15033C22.5262 8.70194 22.1013 9.17134 21.5497 9.19877C20.9981 9.2262 20.5287 8.80128 20.5013 8.24968C20.3986 6.18551 20.0922 5.22571 19.4475 4.58326C18.7005 3.83886 17.5464 3.56134 14.8429 3.49975C14.2908 3.48717 13.8534 3.02937 13.866 2.47723ZM2.45035 14.8012C3.00195 14.7738 3.47136 15.1987 3.49879 15.7503C3.60144 17.8145 3.90786 18.7743 4.55254 19.4167C5.29954 20.1612 6.45365 20.4387 9.15713 20.5003C9.70927 20.5128 10.1467 20.9706 10.1341 21.5228C10.1215 22.0749 9.66371 22.5123 9.11157 22.4997C6.48249 22.4398 4.5219 22.2097 3.14079 20.8334C1.92292 19.6198 1.60673 17.9704 1.50126 15.8497C1.47382 15.2981 1.89875 14.8287 2.45035 14.8012ZM21.5497 14.8012C22.1013 14.8287 22.5262 15.2981 22.4988 15.8497C22.3933 17.9704 22.0771 19.6198 20.8593 20.8334C19.4781 22.2097 17.5176 22.4398 14.8885 22.4997C14.3363 22.5123 13.8785 22.0749 13.866 21.5228C13.8534 20.9706 14.2908 20.5128 14.8429 20.5003C17.5464 20.4387 18.7005 20.1612 19.4475 19.4167C20.0922 18.7743 20.3986 17.8145 20.5013 15.7503C20.5287 15.1987 20.9981 14.7738 21.5497 14.8012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-closed-caption-alt{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.77965 1.82273C11.2369 1.72586 12.7601 1.72566 14.2204 1.82273C18.787 2.12629 22.4103 5.81258 22.7082 10.4224C22.7639 11.2848 22.7639 12.1768 22.7082 13.0392C22.4103 17.649 18.787 21.3353 14.2204 21.6389C12.7601 21.7359 11.2369 21.7357 9.77965 21.6389C9.21472 21.6013 8.59978 21.4677 8.05839 21.2448C7.8203 21.1467 7.65868 21.0804 7.54041 21.037C7.45909 21.0929 7.35108 21.1723 7.1938 21.2883C6.40136 21.8726 5.40092 22.2825 3.98117 22.248L3.93544 22.2469C3.66155 22.2403 3.36961 22.2334 3.13152 22.1873C2.84475 22.1318 2.48996 21.9931 2.26791 21.6145C2.02623 21.2025 2.12313 20.7858 2.21688 20.5234C2.30536 20.2757 2.45874 19.9852 2.61542 19.6885L2.6369 19.6478C3.10323 18.7641 3.23314 18.0419 2.98381 17.5604C2.15148 16.304 1.40272 14.7556 1.2918 13.0392C1.23607 12.1768 1.23607 11.2848 1.2918 10.4224C1.58972 5.81258 5.213 2.12629 9.77965 1.82273ZM6.25 16C6.25 15.5858 6.58579 15.25 7 15.25H12C12.4142 15.25 12.75 15.5858 12.75 16C12.75 16.4142 12.4142 16.75 12 16.75H7C6.58579 16.75 6.25 16.4142 6.25 16ZM14.25 16C14.25 15.5858 14.5858 15.25 15 15.25H17C17.4142 15.25 17.75 15.5858 17.75 16C17.75 16.4142 17.4142 16.75 17 16.75H15C14.5858 16.75 14.25 16.4142 14.25 16ZM7 12.25C6.58579 12.25 6.25 12.5858 6.25 13C6.25 13.4142 6.58579 13.75 7 13.75H8C8.41421 13.75 8.75 13.4142 8.75 13C8.75 12.5858 8.41421 12.25 8 12.25H7ZM11 12.25C10.5858 12.25 10.25 12.5858 10.25 13C10.25 13.4142 10.5858 13.75 11 13.75H13C13.4142 13.75 13.75 13.4142 13.75 13C13.75 12.5858 13.4142 12.25 13 12.25H11ZM16 12.25C15.5858 12.25 15.25 12.5858 15.25 13C15.25 13.4142 15.5858 13.75 16 13.75H17C17.4142 13.75 17.75 13.4142 17.75 13C17.75 12.5858 17.4142 12.25 17 12.25H16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.77965 1.82273C11.2369 1.72586 12.7601 1.72566 14.2204 1.82273C18.787 2.12629 22.4103 5.81258 22.7082 10.4224C22.7639 11.2848 22.7639 12.1768 22.7082 13.0392C22.4103 17.649 18.787 21.3353 14.2204 21.6389C12.7601 21.7359 11.2369 21.7357 9.77965 21.6389C9.21472 21.6013 8.59978 21.4677 8.05839 21.2448C7.8203 21.1467 7.65868 21.0804 7.54041 21.037C7.45909 21.0929 7.35108 21.1723 7.1938 21.2883C6.40136 21.8726 5.40092 22.2825 3.98117 22.248L3.93544 22.2469C3.66155 22.2403 3.36961 22.2334 3.13152 22.1873C2.84475 22.1318 2.48996 21.9931 2.26791 21.6145C2.02623 21.2025 2.12313 20.7858 2.21688 20.5234C2.30536 20.2757 2.45874 19.9852 2.61542 19.6885L2.6369 19.6478C3.10323 18.7641 3.23314 18.0419 2.98381 17.5604C2.15148 16.304 1.40272 14.7556 1.2918 13.0392C1.23607 12.1768 1.23607 11.2848 1.2918 10.4224C1.58972 5.81258 5.213 2.12629 9.77965 1.82273ZM6.25 16C6.25 15.5858 6.58579 15.25 7 15.25H12C12.4142 15.25 12.75 15.5858 12.75 16C12.75 16.4142 12.4142 16.75 12 16.75H7C6.58579 16.75 6.25 16.4142 6.25 16ZM14.25 16C14.25 15.5858 14.5858 15.25 15 15.25H17C17.4142 15.25 17.75 15.5858 17.75 16C17.75 16.4142 17.4142 16.75 17 16.75H15C14.5858 16.75 14.25 16.4142 14.25 16ZM7 12.25C6.58579 12.25 6.25 12.5858 6.25 13C6.25 13.4142 6.58579 13.75 7 13.75H8C8.41421 13.75 8.75 13.4142 8.75 13C8.75 12.5858 8.41421 12.25 8 12.25H7ZM11 12.25C10.5858 12.25 10.25 12.5858 10.25 13C10.25 13.4142 10.5858 13.75 11 13.75H13C13.4142 13.75 13.75 13.4142 13.75 13C13.75 12.5858 13.4142 12.25 13 12.25H11ZM16 12.25C15.5858 12.25 15.25 12.5858 15.25 13C15.25 13.4142 15.5858 13.75 16 13.75H17C17.4142 13.75 17.75 13.4142 17.75 13C17.75 12.5858 17.4142 12.25 17 12.25H16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-closed-caption{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4472 2.25H13.5528H13.5528C15.3873 2.24999 16.836 2.24998 17.9798 2.39533C19.155 2.54467 20.1065 2.85738 20.8907 3.55405C21.1243 3.76159 21.3398 3.98989 21.535 4.23619C22.1851 5.05653 22.4745 6.04532 22.6136 7.27234C22.75 8.47556 22.75 10.0028 22.75 11.9521V12.0479C22.75 13.9972 22.75 15.5244 22.6136 16.7277C22.4745 17.9547 22.1851 18.9435 21.535 19.7638C21.3398 20.0101 21.1243 20.2384 20.8907 20.4459C20.1065 21.1426 19.155 21.4553 17.9798 21.6047C16.836 21.75 15.3873 21.75 13.5529 21.75H13.5529H10.4471H10.4471C8.61263 21.75 7.16395 21.75 6.02022 21.6047C4.84498 21.4553 3.89346 21.1426 3.10932 20.4459C2.87573 20.2384 2.66019 20.0101 2.465 19.7638C1.81489 18.9435 1.52546 17.9547 1.38637 16.7277C1.24998 15.5244 1.24999 13.9972 1.25 12.0479V12.0479V11.9521C1.24999 10.0028 1.24998 8.47556 1.38637 7.27234C1.52546 6.04532 1.81489 5.05653 2.465 4.23619C2.66019 3.98989 2.87573 3.76159 3.10932 3.55405C3.89346 2.85738 4.84498 2.54467 6.02022 2.39533C7.16397 2.24998 8.61267 2.24999 10.4472 2.25H10.4472ZM10.0116 7.99889L9.48037 7.99889C9.39424 7.99888 9.30725 7.9982 9.2197 7.9975C8.5969 7.99258 7.94539 7.98743 7.36719 8.22709C6.63312 8.53136 6.04989 9.11497 5.74583 9.84954C5.61101 10.1752 5.56157 10.5049 5.5391 10.8345C5.48697 11.599 5.48696 12.393 5.5391 13.1577C5.56157 13.4873 5.61101 13.8169 5.74583 14.1426C6.04989 14.8772 6.63312 15.4608 7.3672 15.7651C7.94539 16.0048 8.59689 15.9996 9.2197 15.9947C9.30725 15.994 9.39423 15.9933 9.48036 15.9933L10.0116 15.9933C10.5632 15.9933 11.0103 15.5459 11.0103 14.994C11.0103 14.4421 10.5632 13.9947 10.0116 13.9947H9.51231C9.03334 13.9947 8.72413 13.9942 8.48747 13.978C7.94848 13.9412 7.57021 13.5859 7.53173 13.0216C7.51558 12.7848 7.51504 12.4754 7.51504 11.9961C7.51504 11.5168 7.51558 11.2074 7.53173 10.9706C7.57021 10.4062 7.94848 10.051 8.48747 10.0142C8.72413 9.99803 9.03334 9.99749 9.51231 9.99749H10.0116C10.5632 9.99749 11.0103 9.55009 11.0103 8.99819C11.0103 8.44629 10.5632 7.99889 10.0116 7.99889ZM17.5014 7.99889L16.9701 7.99889C16.884 7.99888 16.797 7.9982 16.7094 7.9975C16.0866 7.99258 15.4351 7.98743 14.8569 8.22709C14.1229 8.53136 13.5396 9.11497 13.2356 9.84954C13.1008 10.1752 13.0513 10.5049 13.0288 10.8345C12.9767 11.599 12.9767 12.393 13.0288 13.1577C13.0513 13.4873 13.1008 13.8169 13.2356 14.1426C13.5396 14.8772 14.1229 15.4608 14.8569 15.7651C15.4351 16.0048 16.0866 15.9996 16.7094 15.9947C16.797 15.994 16.884 15.9933 16.9701 15.9933L17.5014 15.9933C18.0529 15.9933 18.5 15.5459 18.5 14.994C18.5 14.4421 18.0529 13.9947 17.5014 13.9947H17.0021C16.5231 13.9947 16.2139 13.9942 15.9772 13.978C15.4382 13.9412 15.06 13.5859 15.0215 13.0216C15.0053 12.7848 15.0048 12.4754 15.0048 11.9961C15.0048 11.5168 15.0053 11.2074 15.0215 10.9706C15.06 10.4062 15.4382 10.051 15.9772 10.0142C16.2139 9.99803 16.5231 9.99749 17.0021 9.99749H17.5014C18.0529 9.99749 18.5 9.55009 18.5 8.99819C18.5 8.44629 18.0529 7.99889 17.5014 7.99889Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4472 2.25H13.5528H13.5528C15.3873 2.24999 16.836 2.24998 17.9798 2.39533C19.155 2.54467 20.1065 2.85738 20.8907 3.55405C21.1243 3.76159 21.3398 3.98989 21.535 4.23619C22.1851 5.05653 22.4745 6.04532 22.6136 7.27234C22.75 8.47556 22.75 10.0028 22.75 11.9521V12.0479C22.75 13.9972 22.75 15.5244 22.6136 16.7277C22.4745 17.9547 22.1851 18.9435 21.535 19.7638C21.3398 20.0101 21.1243 20.2384 20.8907 20.4459C20.1065 21.1426 19.155 21.4553 17.9798 21.6047C16.836 21.75 15.3873 21.75 13.5529 21.75H13.5529H10.4471H10.4471C8.61263 21.75 7.16395 21.75 6.02022 21.6047C4.84498 21.4553 3.89346 21.1426 3.10932 20.4459C2.87573 20.2384 2.66019 20.0101 2.465 19.7638C1.81489 18.9435 1.52546 17.9547 1.38637 16.7277C1.24998 15.5244 1.24999 13.9972 1.25 12.0479V12.0479V11.9521C1.24999 10.0028 1.24998 8.47556 1.38637 7.27234C1.52546 6.04532 1.81489 5.05653 2.465 4.23619C2.66019 3.98989 2.87573 3.76159 3.10932 3.55405C3.89346 2.85738 4.84498 2.54467 6.02022 2.39533C7.16397 2.24998 8.61267 2.24999 10.4472 2.25H10.4472ZM10.0116 7.99889L9.48037 7.99889C9.39424 7.99888 9.30725 7.9982 9.2197 7.9975C8.5969 7.99258 7.94539 7.98743 7.36719 8.22709C6.63312 8.53136 6.04989 9.11497 5.74583 9.84954C5.61101 10.1752 5.56157 10.5049 5.5391 10.8345C5.48697 11.599 5.48696 12.393 5.5391 13.1577C5.56157 13.4873 5.61101 13.8169 5.74583 14.1426C6.04989 14.8772 6.63312 15.4608 7.3672 15.7651C7.94539 16.0048 8.59689 15.9996 9.2197 15.9947C9.30725 15.994 9.39423 15.9933 9.48036 15.9933L10.0116 15.9933C10.5632 15.9933 11.0103 15.5459 11.0103 14.994C11.0103 14.4421 10.5632 13.9947 10.0116 13.9947H9.51231C9.03334 13.9947 8.72413 13.9942 8.48747 13.978C7.94848 13.9412 7.57021 13.5859 7.53173 13.0216C7.51558 12.7848 7.51504 12.4754 7.51504 11.9961C7.51504 11.5168 7.51558 11.2074 7.53173 10.9706C7.57021 10.4062 7.94848 10.051 8.48747 10.0142C8.72413 9.99803 9.03334 9.99749 9.51231 9.99749H10.0116C10.5632 9.99749 11.0103 9.55009 11.0103 8.99819C11.0103 8.44629 10.5632 7.99889 10.0116 7.99889ZM17.5014 7.99889L16.9701 7.99889C16.884 7.99888 16.797 7.9982 16.7094 7.9975C16.0866 7.99258 15.4351 7.98743 14.8569 8.22709C14.1229 8.53136 13.5396 9.11497 13.2356 9.84954C13.1008 10.1752 13.0513 10.5049 13.0288 10.8345C12.9767 11.599 12.9767 12.393 13.0288 13.1577C13.0513 13.4873 13.1008 13.8169 13.2356 14.1426C13.5396 14.8772 14.1229 15.4608 14.8569 15.7651C15.4351 16.0048 16.0866 15.9996 16.7094 15.9947C16.797 15.994 16.884 15.9933 16.9701 15.9933L17.5014 15.9933C18.0529 15.9933 18.5 15.5459 18.5 14.994C18.5 14.4421 18.0529 13.9947 17.5014 13.9947H17.0021C16.5231 13.9947 16.2139 13.9942 15.9772 13.978C15.4382 13.9412 15.06 13.5859 15.0215 13.0216C15.0053 12.7848 15.0048 12.4754 15.0048 11.9961C15.0048 11.5168 15.0053 11.2074 15.0215 10.9706C15.06 10.4062 15.4382 10.051 15.9772 10.0142C16.2139 9.99803 16.5231 9.99749 17.0021 9.99749H17.5014C18.0529 9.99749 18.5 9.55009 18.5 8.99819C18.5 8.44629 18.0529 7.99889 17.5014 7.99889Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-film-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428C22.25 9.75214 22.25 8.03143 22.0694 6.68802C21.8843 5.31136 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H12.0572H11.9428H11.9428C9.75213 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428ZM11.0001 14.9998C11.0001 15.4713 11.0001 15.707 10.8537 15.8534C10.7072 15.9998 10.4715 15.9998 10.0001 15.9998L4.2564 15.9998H4.25639C3.80822 15.9998 3.58414 15.9998 3.43859 15.8583C3.29303 15.7167 3.28693 15.4974 3.27472 15.0588C3.25056 14.1905 3.25012 13.1829 3.25012 11.9998C3.25012 10.8168 3.25056 9.80923 3.27472 8.94091C3.28693 8.50228 3.29303 8.28297 3.43859 8.14141C3.58414 7.99985 3.80823 7.99985 4.2564 7.99985H10.0001C10.4715 7.99985 10.7072 7.99985 10.8537 8.14629C11.0001 8.29274 11.0001 8.52844 11.0001 8.99985L11.0001 14.9998ZM13.0001 8.99985V8.99984C13.0001 8.52844 13.0001 8.29274 13.1466 8.14629C13.293 7.99985 13.5287 7.99985 14.0001 7.99985H19.7438C20.192 7.99985 20.4161 7.99985 20.5617 8.14141C20.7072 8.28297 20.7133 8.50228 20.7255 8.94091C20.7497 9.80923 20.7501 10.8168 20.7501 11.9998C20.7501 13.1829 20.7497 14.1905 20.7255 15.0588C20.7133 15.4974 20.7072 15.7167 20.5617 15.8583C20.4161 15.9998 20.192 15.9998 19.7438 15.9998L14.0001 15.9998C13.5287 15.9998 13.293 15.9998 13.1466 15.8534C13.0001 15.707 13.0001 15.4713 13.0001 14.9999V14.9998L13.0001 8.99985ZM8.93804 3.55959C8.87661 3.50057 8.78043 3.50441 8.58808 3.5121C8.14563 3.52978 7.7312 3.55547 7.35306 3.59281C7.18899 3.609 7.10695 3.6171 7.05517 3.67417C7.00339 3.73123 7.00327 3.81544 7.00303 3.98386V3.98387L7.00003 6.09771C6.99977 6.28651 6.99963 6.38092 7.05823 6.4396C7.11682 6.49828 7.21123 6.49828 7.40003 6.49828H8.59947C8.78803 6.49828 8.88231 6.49828 8.94089 6.4397C8.99947 6.38112 8.99947 6.28684 8.99947 6.09828L8.99947 3.90971C8.99947 3.71565 8.99947 3.61862 8.93804 3.55959ZM15.0609 3.55959C15.1223 3.50057 15.2185 3.50441 15.4108 3.5121C15.8533 3.52978 16.2677 3.55547 16.6459 3.59281C16.8099 3.609 16.892 3.6171 16.9438 3.67417C16.9955 3.73123 16.9957 3.81544 16.9959 3.98387L16.9989 6.09771C16.9992 6.28651 16.9993 6.38092 16.9407 6.4396C16.8821 6.49828 16.7877 6.49828 16.5989 6.49828H15.3995C15.2109 6.49828 15.1166 6.49828 15.058 6.4397C14.9995 6.38112 14.9995 6.28684 14.9995 6.09828V3.90971C14.9995 3.71565 14.9995 3.61862 15.0609 3.55959ZM8.58808 20.4843C8.78043 20.4919 8.8766 20.4958 8.93804 20.4368C8.99947 20.3777 8.99947 20.2807 8.99947 20.0867V17.8981C8.99947 17.7095 8.99947 17.6152 8.94089 17.5567C8.88231 17.4981 8.78803 17.4981 8.59947 17.4981H7.40003C7.21123 17.4981 7.11682 17.4981 7.05823 17.5568C6.99963 17.6154 6.99977 17.7098 7.00003 17.8987L7.00303 20.0125C7.00327 20.1809 7.00339 20.2651 7.05517 20.3222C7.10695 20.3793 7.18899 20.3874 7.35306 20.4036C7.7312 20.4409 8.14563 20.4666 8.58808 20.4843ZM15.0609 20.4368C15.1223 20.4958 15.2185 20.4919 15.4108 20.4843C15.8533 20.4666 16.2677 20.4409 16.6459 20.4036C16.8099 20.3874 16.892 20.3793 16.9438 20.3222C16.9955 20.2651 16.9957 20.1809 16.9959 20.0125L16.9989 17.8987C16.9992 17.7098 16.9993 17.6154 16.9407 17.5568C16.8821 17.4981 16.7877 17.4981 16.5989 17.4981H15.3995C15.2109 17.4981 15.1166 17.4981 15.058 17.5567C14.9995 17.6152 14.9995 17.7095 14.9995 17.8981V20.0867C14.9995 20.2807 14.9995 20.3777 15.0609 20.4368Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428C22.25 9.75214 22.25 8.03143 22.0694 6.68802C21.8843 5.31136 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H12.0572H11.9428H11.9428C9.75213 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428ZM11.0001 14.9998C11.0001 15.4713 11.0001 15.707 10.8537 15.8534C10.7072 15.9998 10.4715 15.9998 10.0001 15.9998L4.2564 15.9998H4.25639C3.80822 15.9998 3.58414 15.9998 3.43859 15.8583C3.29303 15.7167 3.28693 15.4974 3.27472 15.0588C3.25056 14.1905 3.25012 13.1829 3.25012 11.9998C3.25012 10.8168 3.25056 9.80923 3.27472 8.94091C3.28693 8.50228 3.29303 8.28297 3.43859 8.14141C3.58414 7.99985 3.80823 7.99985 4.2564 7.99985H10.0001C10.4715 7.99985 10.7072 7.99985 10.8537 8.14629C11.0001 8.29274 11.0001 8.52844 11.0001 8.99985L11.0001 14.9998ZM13.0001 8.99985V8.99984C13.0001 8.52844 13.0001 8.29274 13.1466 8.14629C13.293 7.99985 13.5287 7.99985 14.0001 7.99985H19.7438C20.192 7.99985 20.4161 7.99985 20.5617 8.14141C20.7072 8.28297 20.7133 8.50228 20.7255 8.94091C20.7497 9.80923 20.7501 10.8168 20.7501 11.9998C20.7501 13.1829 20.7497 14.1905 20.7255 15.0588C20.7133 15.4974 20.7072 15.7167 20.5617 15.8583C20.4161 15.9998 20.192 15.9998 19.7438 15.9998L14.0001 15.9998C13.5287 15.9998 13.293 15.9998 13.1466 15.8534C13.0001 15.707 13.0001 15.4713 13.0001 14.9999V14.9998L13.0001 8.99985ZM8.93804 3.55959C8.87661 3.50057 8.78043 3.50441 8.58808 3.5121C8.14563 3.52978 7.7312 3.55547 7.35306 3.59281C7.18899 3.609 7.10695 3.6171 7.05517 3.67417C7.00339 3.73123 7.00327 3.81544 7.00303 3.98386V3.98387L7.00003 6.09771C6.99977 6.28651 6.99963 6.38092 7.05823 6.4396C7.11682 6.49828 7.21123 6.49828 7.40003 6.49828H8.59947C8.78803 6.49828 8.88231 6.49828 8.94089 6.4397C8.99947 6.38112 8.99947 6.28684 8.99947 6.09828L8.99947 3.90971C8.99947 3.71565 8.99947 3.61862 8.93804 3.55959ZM15.0609 3.55959C15.1223 3.50057 15.2185 3.50441 15.4108 3.5121C15.8533 3.52978 16.2677 3.55547 16.6459 3.59281C16.8099 3.609 16.892 3.6171 16.9438 3.67417C16.9955 3.73123 16.9957 3.81544 16.9959 3.98387L16.9989 6.09771C16.9992 6.28651 16.9993 6.38092 16.9407 6.4396C16.8821 6.49828 16.7877 6.49828 16.5989 6.49828H15.3995C15.2109 6.49828 15.1166 6.49828 15.058 6.4397C14.9995 6.38112 14.9995 6.28684 14.9995 6.09828V3.90971C14.9995 3.71565 14.9995 3.61862 15.0609 3.55959ZM8.58808 20.4843C8.78043 20.4919 8.8766 20.4958 8.93804 20.4368C8.99947 20.3777 8.99947 20.2807 8.99947 20.0867V17.8981C8.99947 17.7095 8.99947 17.6152 8.94089 17.5567C8.88231 17.4981 8.78803 17.4981 8.59947 17.4981H7.40003C7.21123 17.4981 7.11682 17.4981 7.05823 17.5568C6.99963 17.6154 6.99977 17.7098 7.00003 17.8987L7.00303 20.0125C7.00327 20.1809 7.00339 20.2651 7.05517 20.3222C7.10695 20.3793 7.18899 20.3874 7.35306 20.4036C7.7312 20.4409 8.14563 20.4666 8.58808 20.4843ZM15.0609 20.4368C15.1223 20.4958 15.2185 20.4919 15.4108 20.4843C15.8533 20.4666 16.2677 20.4409 16.6459 20.4036C16.8099 20.3874 16.892 20.3793 16.9438 20.3222C16.9955 20.2651 16.9957 20.1809 16.9959 20.0125L16.9989 17.8987C16.9992 17.7098 16.9993 17.6154 16.9407 17.5568C16.8821 17.4981 16.7877 17.4981 16.5989 17.4981H15.3995C15.2109 17.4981 15.1166 17.4981 15.058 17.5567C14.9995 17.6152 14.9995 17.7095 14.9995 17.8981V20.0867C14.9995 20.2807 14.9995 20.3777 15.0609 20.4368Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-film-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428C22.25 9.75214 22.25 8.03143 22.0694 6.68802C21.8843 5.31136 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H12.0572H11.9428H11.9428C9.75213 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428ZM16 10C16 10.4714 16 10.7071 15.8536 10.8536C15.7071 11 15.4714 11 15 11L9 11C8.5286 11 8.2929 11 8.14645 10.8536C8 10.7071 8 10.4714 8 10V4.25628C8 3.8081 8 3.58402 8.14157 3.43846C8.28313 3.2929 8.50244 3.2868 8.94106 3.27459C9.80939 3.25043 10.817 3.25 12 3.25C13.183 3.25 14.1906 3.25043 15.0589 3.27459C15.4976 3.2868 15.7169 3.2929 15.8584 3.43846C16 3.58402 16 3.8081 16 4.25627L16 10ZM12 20.75C10.817 20.75 9.80939 20.7496 8.94106 20.7254C8.50244 20.7132 8.28313 20.7071 8.14157 20.5615C8 20.416 8 20.1919 8 19.7437V14C8 13.5286 8 13.2929 8.14645 13.1464C8.2929 13 8.5286 13 9 13L15 13C15.4714 13 15.7071 13 15.8536 13.1464C16 13.2929 16 13.5286 16 14L16 19.7437C16 20.1919 16 20.416 15.8584 20.5615C15.7169 20.7071 15.4976 20.7132 15.0589 20.7254C14.1906 20.7496 13.183 20.75 12 20.75ZM3.56155 8.93804C3.50252 8.8766 3.50637 8.78043 3.51405 8.58808C3.53173 8.14563 3.55742 7.7312 3.59476 7.35306C3.61096 7.18899 3.61906 7.10695 3.67612 7.05517C3.73318 7.00339 3.81739 7.00327 3.98582 7.00303H3.98582L6.09966 7.00003C6.28847 6.99977 6.38287 6.99963 6.44155 7.05823C6.50023 7.11682 6.50023 7.21123 6.50023 7.40003V8.59947C6.50023 8.78803 6.50023 8.88231 6.44165 8.94089C6.38307 8.99947 6.28879 8.99947 6.10023 8.99947H3.91166C3.7176 8.99947 3.62057 8.99947 3.56155 8.93804ZM3.56155 15.0609C3.50252 15.1223 3.50637 15.2185 3.51405 15.4108C3.53173 15.8533 3.55742 16.2677 3.59476 16.6459C3.61096 16.8099 3.61906 16.892 3.67612 16.9438C3.73318 16.9955 3.81739 16.9957 3.98582 16.9959L6.09966 16.9989C6.28847 16.9992 6.38287 16.9993 6.44155 16.9407C6.50023 16.8821 6.50023 16.7877 6.50023 16.5989V15.3995C6.50023 15.2109 6.50023 15.1166 6.44165 15.058C6.38307 14.9995 6.28879 14.9995 6.10023 14.9995H3.91166C3.7176 14.9995 3.62057 14.9995 3.56155 15.0609ZM20.4862 15.4108C20.4939 15.2185 20.4977 15.1223 20.4387 15.0609C20.3797 14.9995 20.2827 14.9995 20.0886 14.9995H17.9C17.7115 14.9995 17.6172 14.9995 17.5586 15.058C17.5 15.1166 17.5 15.2109 17.5 15.3995V16.5989C17.5 16.7877 17.5 16.8821 17.5587 16.9407C17.6174 16.9993 17.7118 16.9992 17.9006 16.9989L20.0144 16.9959C20.1829 16.9957 20.2671 16.9955 20.3241 16.9438C20.3812 16.892 20.3893 16.8099 20.4055 16.6459C20.4428 16.2677 20.4685 15.8533 20.4862 15.4108ZM20.4387 8.93804C20.4977 8.8766 20.4939 8.78043 20.4862 8.58808C20.4685 8.14563 20.4428 7.7312 20.4055 7.35306C20.3893 7.18899 20.3812 7.10695 20.3241 7.05517C20.2671 7.00339 20.1829 7.00327 20.0144 7.00303L17.9006 7.00003C17.7118 6.99977 17.6174 6.99963 17.5587 7.05823C17.5 7.11682 17.5 7.21123 17.5 7.40003V8.59947C17.5 8.78803 17.5 8.88231 17.5586 8.94089C17.6172 8.99947 17.7115 8.99947 17.9 8.99947H20.0886C20.2827 8.99947 20.3797 8.99947 20.4387 8.93804Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.75212 22.25 11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428C22.25 9.75214 22.25 8.03143 22.0694 6.68802C21.8843 5.31136 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H12.0572H11.9428H11.9428C9.75213 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428ZM16 10C16 10.4714 16 10.7071 15.8536 10.8536C15.7071 11 15.4714 11 15 11L9 11C8.5286 11 8.2929 11 8.14645 10.8536C8 10.7071 8 10.4714 8 10V4.25628C8 3.8081 8 3.58402 8.14157 3.43846C8.28313 3.2929 8.50244 3.2868 8.94106 3.27459C9.80939 3.25043 10.817 3.25 12 3.25C13.183 3.25 14.1906 3.25043 15.0589 3.27459C15.4976 3.2868 15.7169 3.2929 15.8584 3.43846C16 3.58402 16 3.8081 16 4.25627L16 10ZM12 20.75C10.817 20.75 9.80939 20.7496 8.94106 20.7254C8.50244 20.7132 8.28313 20.7071 8.14157 20.5615C8 20.416 8 20.1919 8 19.7437V14C8 13.5286 8 13.2929 8.14645 13.1464C8.2929 13 8.5286 13 9 13L15 13C15.4714 13 15.7071 13 15.8536 13.1464C16 13.2929 16 13.5286 16 14L16 19.7437C16 20.1919 16 20.416 15.8584 20.5615C15.7169 20.7071 15.4976 20.7132 15.0589 20.7254C14.1906 20.7496 13.183 20.75 12 20.75ZM3.56155 8.93804C3.50252 8.8766 3.50637 8.78043 3.51405 8.58808C3.53173 8.14563 3.55742 7.7312 3.59476 7.35306C3.61096 7.18899 3.61906 7.10695 3.67612 7.05517C3.73318 7.00339 3.81739 7.00327 3.98582 7.00303H3.98582L6.09966 7.00003C6.28847 6.99977 6.38287 6.99963 6.44155 7.05823C6.50023 7.11682 6.50023 7.21123 6.50023 7.40003V8.59947C6.50023 8.78803 6.50023 8.88231 6.44165 8.94089C6.38307 8.99947 6.28879 8.99947 6.10023 8.99947H3.91166C3.7176 8.99947 3.62057 8.99947 3.56155 8.93804ZM3.56155 15.0609C3.50252 15.1223 3.50637 15.2185 3.51405 15.4108C3.53173 15.8533 3.55742 16.2677 3.59476 16.6459C3.61096 16.8099 3.61906 16.892 3.67612 16.9438C3.73318 16.9955 3.81739 16.9957 3.98582 16.9959L6.09966 16.9989C6.28847 16.9992 6.38287 16.9993 6.44155 16.9407C6.50023 16.8821 6.50023 16.7877 6.50023 16.5989V15.3995C6.50023 15.2109 6.50023 15.1166 6.44165 15.058C6.38307 14.9995 6.28879 14.9995 6.10023 14.9995H3.91166C3.7176 14.9995 3.62057 14.9995 3.56155 15.0609ZM20.4862 15.4108C20.4939 15.2185 20.4977 15.1223 20.4387 15.0609C20.3797 14.9995 20.2827 14.9995 20.0886 14.9995H17.9C17.7115 14.9995 17.6172 14.9995 17.5586 15.058C17.5 15.1166 17.5 15.2109 17.5 15.3995V16.5989C17.5 16.7877 17.5 16.8821 17.5587 16.9407C17.6174 16.9993 17.7118 16.9992 17.9006 16.9989L20.0144 16.9959C20.1829 16.9957 20.2671 16.9955 20.3241 16.9438C20.3812 16.892 20.3893 16.8099 20.4055 16.6459C20.4428 16.2677 20.4685 15.8533 20.4862 15.4108ZM20.4387 8.93804C20.4977 8.8766 20.4939 8.78043 20.4862 8.58808C20.4685 8.14563 20.4428 7.7312 20.4055 7.35306C20.3893 7.18899 20.3812 7.10695 20.3241 7.05517C20.2671 7.00339 20.1829 7.00327 20.0144 7.00303L17.9006 7.00003C17.7118 6.99977 17.6174 6.99963 17.5587 7.05823C17.5 7.11682 17.5 7.21123 17.5 7.40003V8.59947C17.5 8.78803 17.5 8.88231 17.5586 8.94089C17.6172 8.99947 17.7115 8.99947 17.9 8.99947H20.0886C20.2827 8.99947 20.3797 8.99947 20.4387 8.93804Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-film-roll-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 3.75C3.58579 3.75 3.25 4.08579 3.25 4.5V22C3.25 22.4142 3.58579 22.75 4 22.75H13C13.4142 22.75 13.75 22.4142 13.75 22V4.5C13.75 4.08579 13.4142 3.75 13 3.75H4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2705 2.36092C10.7843 1.62446 9.99652 1.1394 9.11793 1.03545C8.71964 0.98832 8.28034 0.988375 7.88251 1.03545C7.00391 1.1394 6.21618 1.62446 5.72994 2.36092C5.55077 2.63229 5.40786 2.93135 5.26626 3.22766C5.2132 3.3387 5.16032 3.44934 5.10579 3.558C5.07438 3.62059 5.05021 3.68489 5.03295 3.74997H3C2.44772 3.74997 2 4.19768 2 4.74997C2 5.30225 2.44772 5.74997 3 5.74997H14C14.5523 5.74997 15 5.30225 15 4.74997C15 4.19768 14.5523 3.74997 14 3.74997H11.9675C11.9502 3.68489 11.9261 3.62059 11.8946 3.558C11.8401 3.44934 11.7872 3.33869 11.7342 3.22766C11.5926 2.93138 11.4497 2.63235 11.2705 2.36092ZM9.75466 3.74997C9.56615 3.38334 9.33997 3.06838 8.88208 3.0142C8.6384 2.98537 8.36204 2.98537 8.11836 3.0142C7.66046 3.06838 7.43429 3.38334 7.24578 3.74997H9.75466Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 22C2 21.4477 2.44772 21 3 21H14C14.5523 21 15 21.4477 15 22C15 22.5523 14.5523 23 14 23H3C2.44772 23 2 22.5523 2 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5061 8.54779C19.1838 8.50229 18.7367 8.49995 18 8.49995H14V16.9999H15.0625C15.2692 16.9999 15.4649 16.9999 15.6236 16.9999C15.9803 16.9999 16.0015 16.9798 16.0223 16.6241C16.0402 16.3164 16.0625 15.9214 16.0625 15.8555C16.0624 15.5511 16.0624 15.2522 16.0885 14.998C16.118 14.7114 16.1874 14.3924 16.3832 14.082C16.717 13.5531 17.2908 13.304 17.8399 13.0601C18.4564 12.7863 19.1113 12.5482 19.6942 12.2071C19.9048 12.084 19.949 11.991 19.9741 11.7471C20.0635 10.8774 20.0636 9.91575 19.9531 9.0503C19.9108 8.71861 19.8427 8.5953 19.5061 8.54779ZM19.7857 6.56743C20.3142 6.64204 20.8507 6.81576 21.2848 7.2716C21.7129 7.72107 21.8691 8.26529 21.937 8.79703C22.0001 9.29106 22.0001 9.90407 22 10.5975C22 11.1018 22.0028 11.5703 21.9636 11.9518C21.9237 12.3395 21.8335 12.7337 21.5961 13.11C21.3568 13.4891 21.0396 13.7372 20.7041 13.9335C20.4023 14.11 20.0253 14.2775 19.6179 14.4585C19.4007 14.5551 18.1043 14.9475 18.0781 15.2026C18.0106 15.8579 18.1016 16.5215 18.0178 17.1774C17.9683 17.5658 17.8486 18.0095 17.4937 18.3821C17.1328 18.761 16.6919 18.8963 16.2996 18.9517C15.9411 19.0023 15.5043 18.9999 15.0625 18.9999H13C12.4477 18.9999 12 18.5522 12 17.9999V7.49995C12 6.94766 12.4477 6.49995 13 6.49995H18C18.6775 6.49995 19.2911 6.49761 19.7857 6.56743Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 3.75C3.58579 3.75 3.25 4.08579 3.25 4.5V22C3.25 22.4142 3.58579 22.75 4 22.75H13C13.4142 22.75 13.75 22.4142 13.75 22V4.5C13.75 4.08579 13.4142 3.75 13 3.75H4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2705 2.36092C10.7843 1.62446 9.99652 1.1394 9.11793 1.03545C8.71964 0.98832 8.28034 0.988375 7.88251 1.03545C7.00391 1.1394 6.21618 1.62446 5.72994 2.36092C5.55077 2.63229 5.40786 2.93135 5.26626 3.22766C5.2132 3.3387 5.16032 3.44934 5.10579 3.558C5.07438 3.62059 5.05021 3.68489 5.03295 3.74997H3C2.44772 3.74997 2 4.19768 2 4.74997C2 5.30225 2.44772 5.74997 3 5.74997H14C14.5523 5.74997 15 5.30225 15 4.74997C15 4.19768 14.5523 3.74997 14 3.74997H11.9675C11.9502 3.68489 11.9261 3.62059 11.8946 3.558C11.8401 3.44934 11.7872 3.33869 11.7342 3.22766C11.5926 2.93138 11.4497 2.63235 11.2705 2.36092ZM9.75466 3.74997C9.56615 3.38334 9.33997 3.06838 8.88208 3.0142C8.6384 2.98537 8.36204 2.98537 8.11836 3.0142C7.66046 3.06838 7.43429 3.38334 7.24578 3.74997H9.75466Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 22C2 21.4477 2.44772 21 3 21H14C14.5523 21 15 21.4477 15 22C15 22.5523 14.5523 23 14 23H3C2.44772 23 2 22.5523 2 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5061 8.54779C19.1838 8.50229 18.7367 8.49995 18 8.49995H14V16.9999H15.0625C15.2692 16.9999 15.4649 16.9999 15.6236 16.9999C15.9803 16.9999 16.0015 16.9798 16.0223 16.6241C16.0402 16.3164 16.0625 15.9214 16.0625 15.8555C16.0624 15.5511 16.0624 15.2522 16.0885 14.998C16.118 14.7114 16.1874 14.3924 16.3832 14.082C16.717 13.5531 17.2908 13.304 17.8399 13.0601C18.4564 12.7863 19.1113 12.5482 19.6942 12.2071C19.9048 12.084 19.949 11.991 19.9741 11.7471C20.0635 10.8774 20.0636 9.91575 19.9531 9.0503C19.9108 8.71861 19.8427 8.5953 19.5061 8.54779ZM19.7857 6.56743C20.3142 6.64204 20.8507 6.81576 21.2848 7.2716C21.7129 7.72107 21.8691 8.26529 21.937 8.79703C22.0001 9.29106 22.0001 9.90407 22 10.5975C22 11.1018 22.0028 11.5703 21.9636 11.9518C21.9237 12.3395 21.8335 12.7337 21.5961 13.11C21.3568 13.4891 21.0396 13.7372 20.7041 13.9335C20.4023 14.11 20.0253 14.2775 19.6179 14.4585C19.4007 14.5551 18.1043 14.9475 18.0781 15.2026C18.0106 15.8579 18.1016 16.5215 18.0178 17.1774C17.9683 17.5658 17.8486 18.0095 17.4937 18.3821C17.1328 18.761 16.6919 18.8963 16.2996 18.9517C15.9411 19.0023 15.5043 18.9999 15.0625 18.9999H13C12.4477 18.9999 12 18.5522 12 17.9999V7.49995C12 6.94766 12.4477 6.49995 13 6.49995H18C18.6775 6.49995 19.2911 6.49761 19.7857 6.56743Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-film-roll-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 10.5C1.25 5.39137 5.39137 1.25 10.5 1.25C15.6086 1.25 19.75 5.39137 19.75 10.5C19.75 15.6086 15.6086 19.75 10.5 19.75C5.39137 19.75 1.25 15.6086 1.25 10.5ZM7.70711 6.29289C7.31658 5.90237 6.68342 5.90237 6.29289 6.29289C5.90237 6.68342 5.90237 7.31658 6.29289 7.70711L7.29289 8.70711C7.68342 9.09763 8.31658 9.09763 8.70711 8.70711C9.09763 8.31658 9.09763 7.68342 8.70711 7.29289L7.70711 6.29289ZM14.7071 7.70711C15.0976 7.31658 15.0976 6.68342 14.7071 6.29289C14.3166 5.90237 13.6834 5.90237 13.2929 6.29289L12.2929 7.29289C11.9024 7.68342 11.9024 8.31658 12.2929 8.70711C12.6834 9.09763 13.3166 9.09763 13.7071 8.70711L14.7071 7.70711ZM10.4998 9.50002C9.94756 9.50002 9.49984 9.94774 9.49984 10.5C9.49984 11.0523 9.94756 11.5 10.4998 11.5H10.5075C11.0597 11.5 11.5075 11.0523 11.5075 10.5C11.5075 9.94774 11.0597 9.50002 10.5075 9.50002H10.4998ZM8.70711 13.7071C9.09763 13.3166 9.09763 12.6834 8.70711 12.2929C8.31658 11.9024 7.68342 11.9024 7.29289 12.2929L6.29289 13.2929C5.90237 13.6834 5.90237 14.3166 6.29289 14.7071C6.68342 15.0976 7.31658 15.0976 7.70711 14.7071L8.70711 13.7071ZM13.7071 12.2929C13.3166 11.9024 12.6834 11.9024 12.2929 12.2929C11.9024 12.6834 11.9024 13.3166 12.2929 13.7071L13.2929 14.7071C13.6834 15.0976 14.3166 15.0976 14.7071 14.7071C15.0976 14.3166 15.0976 13.6834 14.7071 13.2929L13.7071 12.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.0001 19.7503C21.0001 18.9888 20.2956 18.3805 19.4941 18.52C19.4805 18.5224 19.4669 18.5245 19.4533 18.5263L12.1308 19.4914C11.5832 19.5636 11.0809 19.1782 11.0087 18.6307C10.9365 18.0831 11.3219 17.5808 11.8694 17.5086L19.1732 16.5459C21.1569 16.2142 23.0001 17.7216 23.0001 19.7503C23.0001 21.5581 21.518 23 19.719 23H18.7001C18.1478 23 17.7001 22.5523 17.7001 22C17.7001 21.4477 18.1478 21 18.7001 21H19.719C20.4397 21 21.0001 20.4275 21.0001 19.7503Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 10.5C1.25 5.39137 5.39137 1.25 10.5 1.25C15.6086 1.25 19.75 5.39137 19.75 10.5C19.75 15.6086 15.6086 19.75 10.5 19.75C5.39137 19.75 1.25 15.6086 1.25 10.5ZM7.70711 6.29289C7.31658 5.90237 6.68342 5.90237 6.29289 6.29289C5.90237 6.68342 5.90237 7.31658 6.29289 7.70711L7.29289 8.70711C7.68342 9.09763 8.31658 9.09763 8.70711 8.70711C9.09763 8.31658 9.09763 7.68342 8.70711 7.29289L7.70711 6.29289ZM14.7071 7.70711C15.0976 7.31658 15.0976 6.68342 14.7071 6.29289C14.3166 5.90237 13.6834 5.90237 13.2929 6.29289L12.2929 7.29289C11.9024 7.68342 11.9024 8.31658 12.2929 8.70711C12.6834 9.09763 13.3166 9.09763 13.7071 8.70711L14.7071 7.70711ZM10.4998 9.50002C9.94756 9.50002 9.49984 9.94774 9.49984 10.5C9.49984 11.0523 9.94756 11.5 10.4998 11.5H10.5075C11.0597 11.5 11.5075 11.0523 11.5075 10.5C11.5075 9.94774 11.0597 9.50002 10.5075 9.50002H10.4998ZM8.70711 13.7071C9.09763 13.3166 9.09763 12.6834 8.70711 12.2929C8.31658 11.9024 7.68342 11.9024 7.29289 12.2929L6.29289 13.2929C5.90237 13.6834 5.90237 14.3166 6.29289 14.7071C6.68342 15.0976 7.31658 15.0976 7.70711 14.7071L8.70711 13.7071ZM13.7071 12.2929C13.3166 11.9024 12.6834 11.9024 12.2929 12.2929C11.9024 12.6834 11.9024 13.3166 12.2929 13.7071L13.2929 14.7071C13.6834 15.0976 14.3166 15.0976 14.7071 14.7071C15.0976 14.3166 15.0976 13.6834 14.7071 13.2929L13.7071 12.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.0001 19.7503C21.0001 18.9888 20.2956 18.3805 19.4941 18.52C19.4805 18.5224 19.4669 18.5245 19.4533 18.5263L12.1308 19.4914C11.5832 19.5636 11.0809 19.1782 11.0087 18.6307C10.9365 18.0831 11.3219 17.5808 11.8694 17.5086L19.1732 16.5459C21.1569 16.2142 23.0001 17.7216 23.0001 19.7503C23.0001 21.5581 21.518 23 19.719 23H18.7001C18.1478 23 17.7001 22.5523 17.7001 22C17.7001 21.4477 18.1478 21 18.7001 21H19.719C20.4397 21 21.0001 20.4275 21.0001 19.7503Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-flash-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.47099 7.28312C8.26622 7.08398 7.98606 6.9819 7.70118 7.00264C7.4163 7.02338 7.15388 7.16496 6.98012 7.39166L4.42813 10.7211C3.93637 11.3627 3.90444 12.1623 4.14944 12.7845C4.39419 13.4061 4.99626 14.015 5.88551 14.015H9.11793C9.11831 14.0197 9.11853 14.0247 9.11853 14.0301V20.9829C9.11853 21.8278 9.58814 22.5448 10.293 22.8502C11.0246 23.1672 11.9058 22.9849 12.46 22.2618L16.7934 16.6083C17.1018 16.206 17.0603 15.6366 16.6969 15.2831L8.47099 7.28312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4771 3.73242C13.4771 3.63855 13.3595 3.59641 13.2999 3.66892L11.2726 6.13538C10.9219 6.56203 10.2917 6.62361 9.86504 6.27292C9.43839 5.92222 9.37681 5.29206 9.72751 4.86541L12.3204 1.71087C12.8344 1.02548 13.6743 0.825905 14.3899 1.15526C15.068 1.4674 15.4771 2.17279 15.4771 2.95512V9.23465C15.4771 9.34511 15.5667 9.43465 15.6771 9.43465H18.2173C19.0986 9.43465 19.6531 10.0708 19.8668 10.6474C20.0835 11.2322 20.0591 11.9861 19.6147 12.602C19.603 12.6183 19.5908 12.6342 19.5781 12.6497L18.7743 13.6332C18.4249 14.0608 17.7949 14.1242 17.3672 13.7747C16.9396 13.4252 16.8762 12.7952 17.2257 12.3676L17.8547 11.5979C17.9081 11.5326 17.8616 11.4346 17.7773 11.4346H15.2583C14.098 11.4346 13.4771 10.3654 13.4771 9.48183V3.73242Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.47099 7.28312C8.26622 7.08398 7.98606 6.9819 7.70118 7.00264C7.4163 7.02338 7.15388 7.16496 6.98012 7.39166L4.42813 10.7211C3.93637 11.3627 3.90444 12.1623 4.14944 12.7845C4.39419 13.4061 4.99626 14.015 5.88551 14.015H9.11793C9.11831 14.0197 9.11853 14.0247 9.11853 14.0301V20.9829C9.11853 21.8278 9.58814 22.5448 10.293 22.8502C11.0246 23.1672 11.9058 22.9849 12.46 22.2618L16.7934 16.6083C17.1018 16.206 17.0603 15.6366 16.6969 15.2831L8.47099 7.28312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4771 3.73242C13.4771 3.63855 13.3595 3.59641 13.2999 3.66892L11.2726 6.13538C10.9219 6.56203 10.2917 6.62361 9.86504 6.27292C9.43839 5.92222 9.37681 5.29206 9.72751 4.86541L12.3204 1.71087C12.8344 1.02548 13.6743 0.825905 14.3899 1.15526C15.068 1.4674 15.4771 2.17279 15.4771 2.95512V9.23465C15.4771 9.34511 15.5667 9.43465 15.6771 9.43465H18.2173C19.0986 9.43465 19.6531 10.0708 19.8668 10.6474C20.0835 11.2322 20.0591 11.9861 19.6147 12.602C19.603 12.6183 19.5908 12.6342 19.5781 12.6497L18.7743 13.6332C18.4249 14.0608 17.7949 14.1242 17.3672 13.7747C16.9396 13.4252 16.8762 12.7952 17.2257 12.3676L17.8547 11.5979C17.9081 11.5326 17.8616 11.4346 17.7773 11.4346H15.2583C14.098 11.4346 13.4771 10.3654 13.4771 9.48183V3.73242Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-flash{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6076 1.14723C14.3143 1.44842 14.7969 2.16259 14.7969 3.01681L14.7976 9.78474C14.7976 9.89519 14.8871 9.98472 14.9976 9.98472H18.0993C18.9851 9.98472 19.5954 10.5826 19.8466 11.2101C20.0974 11.8369 20.0636 12.642 19.5628 13.2849L12.5645 22.2678C12.0032 22.9883 11.1205 23.1629 10.3917 22.8523C9.68508 22.5511 9.20248 21.8369 9.20248 20.9827L9.20181 14.2148C9.2018 14.1043 9.11226 14.0148 9.00181 14.0148H5.90003C5.01422 14.0148 4.40394 13.4169 4.1528 12.7894C3.90193 12.1626 3.93574 11.3575 4.43658 10.7146L11.4348 1.73169C11.9962 1.01115 12.8788 0.83658 13.6076 1.14723Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6076 1.14723C14.3143 1.44842 14.7969 2.16259 14.7969 3.01681L14.7976 9.78474C14.7976 9.89519 14.8871 9.98472 14.9976 9.98472H18.0993C18.9851 9.98472 19.5954 10.5826 19.8466 11.2101C20.0974 11.8369 20.0636 12.642 19.5628 13.2849L12.5645 22.2678C12.0032 22.9883 11.1205 23.1629 10.3917 22.8523C9.68508 22.5511 9.20248 21.8369 9.20248 20.9827L9.20181 14.2148C9.2018 14.1043 9.11226 14.0148 9.00181 14.0148H5.90003C5.01422 14.0148 4.40394 13.4169 4.1528 12.7894C3.90193 12.1626 3.93574 11.3575 4.43658 10.7146L11.4348 1.73169C11.9962 1.01115 12.8788 0.83658 13.6076 1.14723Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-flim-slate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6863 3.10168L15.6737 6.13933L18.3978 5.39558C18.4492 5.38156 18.4774 5.37384 18.4978 5.36793C18.4985 5.3665 18.499 5.36486 18.4993 5.36311C18.4994 5.36233 18.4996 5.36144 18.4996 5.36041C18.4996 5.35968 18.4996 5.35887 18.4996 5.35798L18.4972 5.3484C18.4919 5.32686 18.4843 5.29765 18.4703 5.24463C18.3727 4.8733 18.3391 4.74923 18.3056 4.65537C18.0273 3.87649 17.4122 3.31942 16.6863 3.10168ZM13.3545 6.77255L14.5052 3.32042L9.857 4.58949L8.70629 8.04162L13.3545 6.77255ZM7.25438 5.30007L7.53774 5.22271L6.38703 8.67484L4.21314 9.26836C4.03647 8.5543 3.98265 8.22274 4.00347 7.93971C4.06031 7.16689 4.45903 6.46904 5.07707 6.03968C5.38576 5.82523 5.84043 5.68612 7.25438 5.30007ZM15.2205 1.06987C17.3659 0.684421 19.4546 1.9267 20.189 3.9826C20.2554 4.16849 20.3119 4.38324 20.3922 4.68905L20.4046 4.73598L20.4103 4.75785L20.4104 4.7579L20.4104 4.758C20.4305 4.83429 20.4547 4.92595 20.4699 5.01358C20.6333 5.95807 20.1102 6.90389 19.1972 7.24251C19.1129 7.27375 19.0207 7.29883 18.9462 7.31909L18.9246 7.32496L2.78749 11.7308L2.53077 10.7546L2.48318 10.5738C2.1718 9.39213 1.95247 8.55975 2.00886 7.79301C2.1093 6.42725 2.81504 5.17587 3.93599 4.39714C4.56566 3.95971 5.39043 3.73502 6.54581 3.42026L6.72761 3.37069L14.4683 1.25728L14.5158 1.24431C14.8145 1.16272 15.0272 1.10461 15.2205 1.06987Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.7356 9.56335C20.2618 9.63207 20.8006 9.79084 21.2445 10.2221C21.6925 10.6572 21.8614 11.1923 21.934 11.717C22.0001 12.1946 22.0001 12.7841 22 13.4371L22 15.0739V15.0739C22 16.661 22.0001 17.9558 21.8587 18.9776C21.7106 20.0469 21.391 20.9641 20.6415 21.6922C19.8961 22.4163 18.9639 22.7215 17.877 22.8634C16.831 23.0001 15.5031 23 13.8647 23H10.6353C8.99685 23 7.66897 23.0001 6.62297 22.8634C5.53614 22.7215 4.60391 22.4163 3.85849 21.6922C3.10903 20.9641 2.78936 20.0469 2.64135 18.9776C2.49994 17.9558 2.49997 16.661 2.5 15.0738V15.0738L2.5 9.50001L17.9725 9.5C18.6483 9.49995 19.2498 9.4999 19.7356 9.56335ZM8 17C7.44772 17 7 17.4477 7 18C7 18.5523 7.44772 19 8 19H11C11.5523 19 12 18.5523 12 18C12 17.4477 11.5523 17 11 17H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6863 3.10168L15.6737 6.13933L18.3978 5.39558C18.4492 5.38156 18.4774 5.37384 18.4978 5.36793C18.4985 5.3665 18.499 5.36486 18.4993 5.36311C18.4994 5.36233 18.4996 5.36144 18.4996 5.36041C18.4996 5.35968 18.4996 5.35887 18.4996 5.35798L18.4972 5.3484C18.4919 5.32686 18.4843 5.29765 18.4703 5.24463C18.3727 4.8733 18.3391 4.74923 18.3056 4.65537C18.0273 3.87649 17.4122 3.31942 16.6863 3.10168ZM13.3545 6.77255L14.5052 3.32042L9.857 4.58949L8.70629 8.04162L13.3545 6.77255ZM7.25438 5.30007L7.53774 5.22271L6.38703 8.67484L4.21314 9.26836C4.03647 8.5543 3.98265 8.22274 4.00347 7.93971C4.06031 7.16689 4.45903 6.46904 5.07707 6.03968C5.38576 5.82523 5.84043 5.68612 7.25438 5.30007ZM15.2205 1.06987C17.3659 0.684421 19.4546 1.9267 20.189 3.9826C20.2554 4.16849 20.3119 4.38324 20.3922 4.68905L20.4046 4.73598L20.4103 4.75785L20.4104 4.7579L20.4104 4.758C20.4305 4.83429 20.4547 4.92595 20.4699 5.01358C20.6333 5.95807 20.1102 6.90389 19.1972 7.24251C19.1129 7.27375 19.0207 7.29883 18.9462 7.31909L18.9246 7.32496L2.78749 11.7308L2.53077 10.7546L2.48318 10.5738C2.1718 9.39213 1.95247 8.55975 2.00886 7.79301C2.1093 6.42725 2.81504 5.17587 3.93599 4.39714C4.56566 3.95971 5.39043 3.73502 6.54581 3.42026L6.72761 3.37069L14.4683 1.25728L14.5158 1.24431C14.8145 1.16272 15.0272 1.10461 15.2205 1.06987Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.7356 9.56335C20.2618 9.63207 20.8006 9.79084 21.2445 10.2221C21.6925 10.6572 21.8614 11.1923 21.934 11.717C22.0001 12.1946 22.0001 12.7841 22 13.4371L22 15.0739V15.0739C22 16.661 22.0001 17.9558 21.8587 18.9776C21.7106 20.0469 21.391 20.9641 20.6415 21.6922C19.8961 22.4163 18.9639 22.7215 17.877 22.8634C16.831 23.0001 15.5031 23 13.8647 23H10.6353C8.99685 23 7.66897 23.0001 6.62297 22.8634C5.53614 22.7215 4.60391 22.4163 3.85849 21.6922C3.10903 20.9641 2.78936 20.0469 2.64135 18.9776C2.49994 17.9558 2.49997 16.661 2.5 15.0738V15.0738L2.5 9.50001L17.9725 9.5C18.6483 9.49995 19.2498 9.4999 19.7356 9.56335ZM8 17C7.44772 17 7 17.4477 7 18C7 18.5523 7.44772 19 8 19H11C11.5523 19 12 18.5523 12 18C12 17.4477 11.5523 17 11 17H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-focus-point{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1341 2.47723C10.1466 3.02937 9.70925 3.48716 9.15711 3.49974C6.45364 3.56134 5.29953 3.83885 4.55254 4.58326C3.90785 5.22571 3.60144 6.18551 3.49878 8.24967C3.47135 8.80128 3.00195 9.2262 2.45035 9.19877C1.89875 9.17133 1.47382 8.70193 1.50126 8.15033C1.60672 6.02962 1.92292 4.38024 3.14078 3.1666C4.5219 1.79027 6.48248 1.56017 9.11155 1.50026C9.66369 1.48768 10.1215 1.92508 10.1341 2.47723ZM13.8659 2.47723C13.8785 1.92508 14.3363 1.48768 14.8884 1.50026C17.5175 1.56017 19.4781 1.79027 20.8592 3.1666C22.0771 4.38024 22.3933 6.02962 22.4987 8.15033C22.5262 8.70193 22.1013 9.17133 21.5497 9.19877C20.998 9.2262 20.5286 8.80128 20.5012 8.24967C20.3986 6.18551 20.0921 5.22571 19.4475 4.58326C18.7005 3.83885 17.5464 3.56134 14.8429 3.49974C14.2907 3.48716 13.8533 3.02937 13.8659 2.47723ZM2.45035 14.8012C3.00195 14.7738 3.47135 15.1987 3.49878 15.7503C3.60144 17.8145 3.90785 18.7743 4.55254 19.4167C5.29953 20.1611 6.45364 20.4387 9.15711 20.5003C9.70925 20.5128 10.1466 20.9706 10.1341 21.5228C10.1215 22.0749 9.66369 22.5123 9.11155 22.4997C6.48248 22.4398 4.5219 22.2097 3.14078 20.8334C1.92292 19.6198 1.60672 17.9704 1.50126 15.8497C1.47382 15.2981 1.89875 14.8287 2.45035 14.8012ZM21.5497 14.8012C22.1013 14.8287 22.5262 15.2981 22.4987 15.8497C22.3933 17.9704 22.0771 19.6198 20.8592 20.8334C19.4781 22.2097 17.5175 22.4398 14.8884 22.4997C14.3363 22.5123 13.8785 22.0749 13.8659 21.5228C13.8533 20.9706 14.2907 20.5128 14.8429 20.5003C17.5464 20.4387 18.7005 20.1611 19.4475 19.4167C20.0921 18.7743 20.3986 17.8145 20.5012 15.7503C20.5286 15.1987 20.998 14.7738 21.5497 14.8012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 7C10.5 6.44771 10.9477 6 11.5 6L12.5 6C13.0523 6 13.5 6.44772 13.5 7C13.5 7.55228 13.0523 8 12.5 8H11.5C10.9477 8 10.5 7.55228 10.5 7ZM4 12C4 11.4477 4.44771 11 5 11H6C6.55228 11 6.99999 11.4477 6.99999 12C6.99999 12.5523 6.55228 13 6 13H5C4.44771 13 4 12.5523 4 12ZM10.5 12C10.5 11.4477 10.9477 11 11.5 11H12.5C13.0523 11 13.5 11.4477 13.5 12C13.5 12.5523 13.0523 13 12.5 13H11.5C10.9477 13 10.5 12.5523 10.5 12ZM17 12C17 11.4477 17.4477 11 18 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H18C17.4477 13 17 12.5523 17 12ZM10.5 17C10.5 16.4477 10.9477 16 11.5 16H12.5C13.0523 16 13.5 16.4477 13.5 17C13.5 17.5523 13.0523 18 12.5 18H11.5C10.9477 18 10.5 17.5523 10.5 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1341 2.47723C10.1466 3.02937 9.70925 3.48716 9.15711 3.49974C6.45364 3.56134 5.29953 3.83885 4.55254 4.58326C3.90785 5.22571 3.60144 6.18551 3.49878 8.24967C3.47135 8.80128 3.00195 9.2262 2.45035 9.19877C1.89875 9.17133 1.47382 8.70193 1.50126 8.15033C1.60672 6.02962 1.92292 4.38024 3.14078 3.1666C4.5219 1.79027 6.48248 1.56017 9.11155 1.50026C9.66369 1.48768 10.1215 1.92508 10.1341 2.47723ZM13.8659 2.47723C13.8785 1.92508 14.3363 1.48768 14.8884 1.50026C17.5175 1.56017 19.4781 1.79027 20.8592 3.1666C22.0771 4.38024 22.3933 6.02962 22.4987 8.15033C22.5262 8.70193 22.1013 9.17133 21.5497 9.19877C20.998 9.2262 20.5286 8.80128 20.5012 8.24967C20.3986 6.18551 20.0921 5.22571 19.4475 4.58326C18.7005 3.83885 17.5464 3.56134 14.8429 3.49974C14.2907 3.48716 13.8533 3.02937 13.8659 2.47723ZM2.45035 14.8012C3.00195 14.7738 3.47135 15.1987 3.49878 15.7503C3.60144 17.8145 3.90785 18.7743 4.55254 19.4167C5.29953 20.1611 6.45364 20.4387 9.15711 20.5003C9.70925 20.5128 10.1466 20.9706 10.1341 21.5228C10.1215 22.0749 9.66369 22.5123 9.11155 22.4997C6.48248 22.4398 4.5219 22.2097 3.14078 20.8334C1.92292 19.6198 1.60672 17.9704 1.50126 15.8497C1.47382 15.2981 1.89875 14.8287 2.45035 14.8012ZM21.5497 14.8012C22.1013 14.8287 22.5262 15.2981 22.4987 15.8497C22.3933 17.9704 22.0771 19.6198 20.8592 20.8334C19.4781 22.2097 17.5175 22.4398 14.8884 22.4997C14.3363 22.5123 13.8785 22.0749 13.8659 21.5228C13.8533 20.9706 14.2907 20.5128 14.8429 20.5003C17.5464 20.4387 18.7005 20.1611 19.4475 19.4167C20.0921 18.7743 20.3986 17.8145 20.5012 15.7503C20.5286 15.1987 20.998 14.7738 21.5497 14.8012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 7C10.5 6.44771 10.9477 6 11.5 6L12.5 6C13.0523 6 13.5 6.44772 13.5 7C13.5 7.55228 13.0523 8 12.5 8H11.5C10.9477 8 10.5 7.55228 10.5 7ZM4 12C4 11.4477 4.44771 11 5 11H6C6.55228 11 6.99999 11.4477 6.99999 12C6.99999 12.5523 6.55228 13 6 13H5C4.44771 13 4 12.5523 4 12ZM10.5 12C10.5 11.4477 10.9477 11 11.5 11H12.5C13.0523 11 13.5 11.4477 13.5 12C13.5 12.5523 13.0523 13 12.5 13H11.5C10.9477 13 10.5 12.5523 10.5 12ZM17 12C17 11.4477 17.4477 11 18 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H18C17.4477 13 17 12.5523 17 12ZM10.5 17C10.5 16.4477 10.9477 16 11.5 16H12.5C13.0523 16 13.5 16.4477 13.5 17C13.5 17.5523 13.0523 18 12.5 18H11.5C10.9477 18 10.5 17.5523 10.5 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-image-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.25 7.25C5.25 6.14543 6.14543 5.25 7.25 5.25C8.35457 5.25 9.25 6.14543 9.25 7.25C9.25 8.35457 8.35457 9.25 7.25 9.25C6.14543 9.25 5.25 8.35457 5.25 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9255 1.5H12.0745C14.2504 1.49998 15.9852 1.49996 17.3453 1.68282C18.7497 1.87164 19.9035 2.27175 20.8159 3.18414C21.7283 4.09653 22.1284 5.25033 22.3172 6.65471C22.5 8.01485 22.5 9.74959 22.5 11.9256V12.0744C22.5 14.2504 22.5 15.9851 22.3172 17.3453C22.1284 18.7497 21.7283 19.9035 20.8159 20.8159C19.9035 21.7283 18.7497 22.1284 17.3453 22.3172C15.9851 22.5 14.2504 22.5 12.0744 22.5H11.9256C9.74959 22.5 8.01485 22.5 6.65471 22.3172C5.25033 22.1284 4.09653 21.7283 3.18414 20.8159C2.27175 19.9035 1.87164 18.7497 1.68282 17.3453C1.49996 15.9852 1.49998 14.2504 1.5 12.0745V11.9255C1.49998 9.74957 1.49996 8.01485 1.68282 6.65471C1.87164 5.25033 2.27175 4.09653 3.18414 3.18414C4.09653 2.27175 5.25033 1.87164 6.65471 1.68282C8.01485 1.49996 9.74957 1.49998 11.9255 1.5ZM6.92121 3.66499C5.7386 3.82399 5.0772 4.1195 4.59835 4.59835C4.1195 5.0772 3.82399 5.7386 3.66499 6.92121C3.50212 8.13258 3.5 9.73256 3.5 12C3.5 14.2674 3.50212 15.8674 3.66499 17.0788C3.82399 18.2614 4.1195 18.9228 4.59835 19.4017C5.0772 19.8805 5.7386 20.176 6.92121 20.335C8.13258 20.4979 9.73256 20.5 12 20.5C14.2674 20.5 15.8674 20.4979 17.0788 20.335C18.2614 20.176 18.9228 19.8805 19.4017 19.4017C19.8805 18.9228 20.176 18.2614 20.335 17.0788C20.4979 15.8674 20.5 14.2674 20.5 12C20.5 9.73256 20.4979 8.13258 20.335 6.92121C20.176 5.7386 19.8805 5.0772 19.4017 4.59835C18.9228 4.1195 18.2614 3.82399 17.0788 3.66499C15.8674 3.50212 14.2674 3.5 12 3.5C9.73256 3.5 8.13258 3.50212 6.92121 3.66499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.0401 12.7028C20.093 11.4471 18.238 10.921 16.4626 10.9951C14.6954 11.0689 13.1064 11.7333 11.677 12.689C9.25854 14.3059 7.13143 16.886 5.22689 19.1961C4.9254 19.5618 4.62943 19.9208 4.33883 20.2681L3.5 21.001L4.72298 21.8337C5.58718 22.1917 6.59793 22.3485 7.75948 22.4248C8.91653 22.5008 10.3102 22.5008 11.9675 22.5008H12.0751C14.2511 22.5008 15.9858 22.5009 17.3459 22.318C18.7503 22.1292 19.9041 21.7291 20.8165 20.8167C21.616 20.0172 22.0247 19.0363 22.2402 17.8542C22.4501 16.7027 22.4894 15.2826 22.4981 13.5483L22.5009 13L22.0401 12.7028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.25 7.25C5.25 6.14543 6.14543 5.25 7.25 5.25C8.35457 5.25 9.25 6.14543 9.25 7.25C9.25 8.35457 8.35457 9.25 7.25 9.25C6.14543 9.25 5.25 8.35457 5.25 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9255 1.5H12.0745C14.2504 1.49998 15.9852 1.49996 17.3453 1.68282C18.7497 1.87164 19.9035 2.27175 20.8159 3.18414C21.7283 4.09653 22.1284 5.25033 22.3172 6.65471C22.5 8.01485 22.5 9.74959 22.5 11.9256V12.0744C22.5 14.2504 22.5 15.9851 22.3172 17.3453C22.1284 18.7497 21.7283 19.9035 20.8159 20.8159C19.9035 21.7283 18.7497 22.1284 17.3453 22.3172C15.9851 22.5 14.2504 22.5 12.0744 22.5H11.9256C9.74959 22.5 8.01485 22.5 6.65471 22.3172C5.25033 22.1284 4.09653 21.7283 3.18414 20.8159C2.27175 19.9035 1.87164 18.7497 1.68282 17.3453C1.49996 15.9852 1.49998 14.2504 1.5 12.0745V11.9255C1.49998 9.74957 1.49996 8.01485 1.68282 6.65471C1.87164 5.25033 2.27175 4.09653 3.18414 3.18414C4.09653 2.27175 5.25033 1.87164 6.65471 1.68282C8.01485 1.49996 9.74957 1.49998 11.9255 1.5ZM6.92121 3.66499C5.7386 3.82399 5.0772 4.1195 4.59835 4.59835C4.1195 5.0772 3.82399 5.7386 3.66499 6.92121C3.50212 8.13258 3.5 9.73256 3.5 12C3.5 14.2674 3.50212 15.8674 3.66499 17.0788C3.82399 18.2614 4.1195 18.9228 4.59835 19.4017C5.0772 19.8805 5.7386 20.176 6.92121 20.335C8.13258 20.4979 9.73256 20.5 12 20.5C14.2674 20.5 15.8674 20.4979 17.0788 20.335C18.2614 20.176 18.9228 19.8805 19.4017 19.4017C19.8805 18.9228 20.176 18.2614 20.335 17.0788C20.4979 15.8674 20.5 14.2674 20.5 12C20.5 9.73256 20.4979 8.13258 20.335 6.92121C20.176 5.7386 19.8805 5.0772 19.4017 4.59835C18.9228 4.1195 18.2614 3.82399 17.0788 3.66499C15.8674 3.50212 14.2674 3.5 12 3.5C9.73256 3.5 8.13258 3.50212 6.92121 3.66499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.0401 12.7028C20.093 11.4471 18.238 10.921 16.4626 10.9951C14.6954 11.0689 13.1064 11.7333 11.677 12.689C9.25854 14.3059 7.13143 16.886 5.22689 19.1961C4.9254 19.5618 4.62943 19.9208 4.33883 20.2681L3.5 21.001L4.72298 21.8337C5.58718 22.1917 6.59793 22.3485 7.75948 22.4248C8.91653 22.5008 10.3102 22.5008 11.9675 22.5008H12.0751C14.2511 22.5008 15.9858 22.5009 17.3459 22.318C18.7503 22.1292 19.9041 21.7291 20.8165 20.8167C21.616 20.0172 22.0247 19.0363 22.2402 17.8542C22.4501 16.7027 22.4894 15.2826 22.4981 13.5483L22.5009 13L22.0401 12.7028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-image-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1C18.5523 1 19 1.44772 19 2V5H22C22.5523 5 23 5.44772 23 6C23 6.55228 22.5523 7 22 7H19V10C19 10.5523 18.5523 11 18 11C17.4477 11 17 10.5523 17 10V7H14C13.4477 7 13 6.55228 13 6C13 5.44772 13.4477 5 14 5H17V2C17 1.44772 17.4477 1 18 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4255 2L11.5 2C12.0523 2 12.5 2.44772 12.5 3C12.5 3.55229 12.0523 4 11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 14.7674 20 12.5V12C20 11.4477 20.4477 11 21 11C21.5523 11 22 11.4477 22 12V12.5744C22 14.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 9.24957 1.99998 11.4255 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.0969 13.3733C19.2456 12.2361 17.4791 11.7751 15.7898 11.8618C14.1096 11.9479 12.5946 12.5711 11.2304 13.4547C8.96229 14.9238 6.95638 17.2305 5.17963 19.2736C4.86286 19.6379 4.55337 19.9938 4.25098 20.335L4.23721 20.3506L3 21.4983L4.27858 22.3541C5.13876 22.6993 6.14335 22.8508 7.29714 22.9247C8.44668 22.9982 9.82874 22.9982 11.4693 22.9982H11.5739C13.7499 22.9983 15.4846 22.9983 16.8447 22.8154C18.2491 22.6266 19.4029 22.2265 20.3153 21.3141C21.7783 19.8511 21.9619 18.0095 21.9987 15.0105V14.9983C21.9987 14.3541 21.6725 13.7268 21.0969 13.3733Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1C18.5523 1 19 1.44772 19 2V5H22C22.5523 5 23 5.44772 23 6C23 6.55228 22.5523 7 22 7H19V10C19 10.5523 18.5523 11 18 11C17.4477 11 17 10.5523 17 10V7H14C13.4477 7 13 6.55228 13 6C13 5.44772 13.4477 5 14 5H17V2C17 1.44772 17.4477 1 18 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4255 2L11.5 2C12.0523 2 12.5 2.44772 12.5 3C12.5 3.55229 12.0523 4 11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 14.7674 20 12.5V12C20 11.4477 20.4477 11 21 11C21.5523 11 22 11.4477 22 12V12.5744C22 14.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 9.24957 1.99998 11.4255 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.0969 13.3733C19.2456 12.2361 17.4791 11.7751 15.7898 11.8618C14.1096 11.9479 12.5946 12.5711 11.2304 13.4547C8.96229 14.9238 6.95638 17.2305 5.17963 19.2736C4.86286 19.6379 4.55337 19.9938 4.25098 20.335L4.23721 20.3506L3 21.4983L4.27858 22.3541C5.13876 22.6993 6.14335 22.8508 7.29714 22.9247C8.44668 22.9982 9.82874 22.9982 11.4693 22.9982H11.5739C13.7499 22.9983 15.4846 22.9983 16.8447 22.8154C18.2491 22.6266 19.4029 22.2265 20.3153 21.3141C21.7783 19.8511 21.9619 18.0095 21.9987 15.0105V14.9983C21.9987 14.3541 21.6725 13.7268 21.0969 13.3733Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-image-add-02-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4255 2H11.5745C13.7504 1.99998 15.4852 1.99996 16.8453 2.18282C18.2497 2.37164 19.4035 2.77175 20.3159 3.68414C21.2283 4.59653 21.6284 5.75033 21.8172 7.15471C22 8.51485 22 10.2496 22 12.4256V12.5744C22 14.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 9.24957 1.99998 11.4255 2ZM6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 14.7674 20 12.5C20 10.2326 19.9979 8.63258 19.835 7.42121C19.676 6.2386 19.3805 5.5772 18.9017 5.09835C18.4228 4.6195 17.7614 4.32399 16.5788 4.16499C15.3674 4.00212 13.7674 4 11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18 8C18 9.10457 17.1046 10 16 10C14.8954 10 14 9.10457 14 8C14 6.89543 14.8954 6 16 6C17.1046 6 18 6.89543 18 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.86474 13.2527C6.67775 13.1952 9.42747 14.072 11.624 15.7364C13.6525 17.2734 15.0902 19.3925 15.7153 21.7708C15.7731 21.9907 15.728 22.2249 15.5927 22.4077C15.4574 22.5904 15.2465 22.7019 15.0193 22.7108C14.0208 22.75 12.8581 22.75 11.5126 22.75H11.4428C9.2521 22.75 7.53143 22.75 6.18802 22.5694C4.81137 22.3843 3.71911 21.9973 2.86091 21.1391C2.11505 20.3932 1.72174 19.4783 1.50986 18.3428C1.30237 17.2309 1.25969 15.8523 1.25001 14.1397C1.2479 13.7655 1.5219 13.447 1.8922 13.3932C2.54466 13.2985 3.20417 13.2514 3.86474 13.2527ZM14.5687 16.4582C14.3393 16.1904 14.4291 15.77 14.7648 15.6622C15.622 15.387 16.4998 15.2468 17.3878 15.2501C18.7039 15.249 20.0027 15.5669 21.246 16.1805C21.5202 16.3158 21.6848 16.6039 21.6621 16.9088C21.5267 18.7226 21.1763 20.1024 20.1396 21.1391C19.3573 21.9214 18.3806 22.3122 17.1712 22.5154C17.264 22.1502 17.2647 21.7629 17.1666 21.3894C16.688 19.5687 15.7945 17.8893 14.5687 16.4582Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4255 2H11.5745C13.7504 1.99998 15.4852 1.99996 16.8453 2.18282C18.2497 2.37164 19.4035 2.77175 20.3159 3.68414C21.2283 4.59653 21.6284 5.75033 21.8172 7.15471C22 8.51485 22 10.2496 22 12.4256V12.5744C22 14.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 9.24957 1.99998 11.4255 2ZM6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 14.7674 20 12.5C20 10.2326 19.9979 8.63258 19.835 7.42121C19.676 6.2386 19.3805 5.5772 18.9017 5.09835C18.4228 4.6195 17.7614 4.32399 16.5788 4.16499C15.3674 4.00212 13.7674 4 11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18 8C18 9.10457 17.1046 10 16 10C14.8954 10 14 9.10457 14 8C14 6.89543 14.8954 6 16 6C17.1046 6 18 6.89543 18 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.86474 13.2527C6.67775 13.1952 9.42747 14.072 11.624 15.7364C13.6525 17.2734 15.0902 19.3925 15.7153 21.7708C15.7731 21.9907 15.728 22.2249 15.5927 22.4077C15.4574 22.5904 15.2465 22.7019 15.0193 22.7108C14.0208 22.75 12.8581 22.75 11.5126 22.75H11.4428C9.2521 22.75 7.53143 22.75 6.18802 22.5694C4.81137 22.3843 3.71911 21.9973 2.86091 21.1391C2.11505 20.3932 1.72174 19.4783 1.50986 18.3428C1.30237 17.2309 1.25969 15.8523 1.25001 14.1397C1.2479 13.7655 1.5219 13.447 1.8922 13.3932C2.54466 13.2985 3.20417 13.2514 3.86474 13.2527ZM14.5687 16.4582C14.3393 16.1904 14.4291 15.77 14.7648 15.6622C15.622 15.387 16.4998 15.2468 17.3878 15.2501C18.7039 15.249 20.0027 15.5669 21.246 16.1805C21.5202 16.3158 21.6848 16.6039 21.6621 16.9088C21.5267 18.7226 21.1763 20.1024 20.1396 21.1391C19.3573 21.9214 18.3806 22.3122 17.1712 22.5154C17.264 22.1502 17.2647 21.7629 17.1666 21.3894C16.688 19.5687 15.7945 17.8893 14.5687 16.4582Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-image-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1C18.5523 1 19 1.44772 19 2V5H22C22.5523 5 23 5.44772 23 6C23 6.55228 22.5523 7 22 7H19V10C19 10.5523 18.5523 11 18 11C17.4477 11 17 10.5523 17 10V7H14C13.4477 7 13 6.55228 13 6C13 5.44772 13.4477 5 14 5H17V2C17 1.44772 17.4477 1 18 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4255 2L11.5 2C12.0523 2 12.5 2.44772 12.5 3C12.5 3.55229 12.0523 4 11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 14.7674 20 12.5V12C20 11.4477 20.4477 11 21 11C21.5523 11 22 11.4477 22 12V12.5744C22 14.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 9.24957 1.99998 11.4255 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.81591 13.1511C6.62892 13.0936 9.37864 13.9705 11.5752 15.6348C13.6036 17.1718 15.0414 19.291 15.6665 21.6692C15.7243 21.8891 15.6792 22.1234 15.5439 22.3061C15.4086 22.4889 15.1977 22.6004 14.9705 22.6093C13.972 22.6484 12.8093 22.6484 11.4638 22.6484H11.394C9.20328 22.6484 7.48261 22.6485 6.13919 22.4678C4.76254 22.2828 3.67028 21.8957 2.81208 21.0375C2.06622 20.2917 1.67291 19.3767 1.46104 18.2413C1.25354 17.1293 1.21086 15.7508 1.20118 14.0381C1.19907 13.6639 1.47307 13.3454 1.84337 13.2917C2.49583 13.1969 3.15534 13.1499 3.81591 13.1511ZM14.5198 16.3566C14.2905 16.0888 14.3803 15.6684 14.716 15.5606C15.5732 15.2854 16.451 15.1452 17.339 15.1485C18.6551 15.1474 19.9539 15.4654 21.1972 16.0789C21.4714 16.2142 21.636 16.5024 21.6132 16.8073C21.4779 18.6211 21.1275 20.0008 20.0908 21.0375C19.3085 21.8198 18.3318 22.2106 17.1224 22.4138C17.2152 22.0486 17.2159 21.6613 17.1177 21.2879C16.6392 19.4672 15.7456 17.7877 14.5198 16.3566Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1C18.5523 1 19 1.44772 19 2V5H22C22.5523 5 23 5.44772 23 6C23 6.55228 22.5523 7 22 7H19V10C19 10.5523 18.5523 11 18 11C17.4477 11 17 10.5523 17 10V7H14C13.4477 7 13 6.55228 13 6C13 5.44772 13.4477 5 14 5H17V2C17 1.44772 17.4477 1 18 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4255 2L11.5 2C12.0523 2 12.5 2.44772 12.5 3C12.5 3.55229 12.0523 4 11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 14.7674 20 12.5V12C20 11.4477 20.4477 11 21 11C21.5523 11 22 11.4477 22 12V12.5744C22 14.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 9.24957 1.99998 11.4255 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.81591 13.1511C6.62892 13.0936 9.37864 13.9705 11.5752 15.6348C13.6036 17.1718 15.0414 19.291 15.6665 21.6692C15.7243 21.8891 15.6792 22.1234 15.5439 22.3061C15.4086 22.4889 15.1977 22.6004 14.9705 22.6093C13.972 22.6484 12.8093 22.6484 11.4638 22.6484H11.394C9.20328 22.6484 7.48261 22.6485 6.13919 22.4678C4.76254 22.2828 3.67028 21.8957 2.81208 21.0375C2.06622 20.2917 1.67291 19.3767 1.46104 18.2413C1.25354 17.1293 1.21086 15.7508 1.20118 14.0381C1.19907 13.6639 1.47307 13.3454 1.84337 13.2917C2.49583 13.1969 3.15534 13.1499 3.81591 13.1511ZM14.5198 16.3566C14.2905 16.0888 14.3803 15.6684 14.716 15.5606C15.5732 15.2854 16.451 15.1452 17.339 15.1485C18.6551 15.1474 19.9539 15.4654 21.1972 16.0789C21.4714 16.2142 21.636 16.5024 21.6132 16.8073C21.4779 18.6211 21.1275 20.0008 20.0908 21.0375C19.3085 21.8198 18.3318 22.2106 17.1224 22.4138C17.2152 22.0486 17.2159 21.6613 17.1177 21.2879C16.6392 19.4672 15.7456 17.7877 14.5198 16.3566Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-image-composition-oval{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9812 4.64968C14.5654 2.45008 9.43522 2.45013 5.01939 4.64969C3.85615 5.22911 3.57491 5.39639 3.29976 5.84084C3.03186 6.27357 3.00026 6.71513 3.00026 8.35581V15.6444C3.00026 17.2852 3.03187 17.7267 3.29979 18.1595C3.57497 18.604 3.85622 18.7712 5.01956 19.3506C9.43526 21.5498 14.5653 21.5498 18.981 19.3506C20.1443 18.7712 20.4256 18.604 20.7007 18.1595C20.9687 17.7267 21.0003 17.2852 21.0003 15.6444V8.35575C21.0003 6.7151 20.9687 6.27355 20.7008 5.84083C20.4256 5.39637 20.1444 5.2291 18.9812 4.64968ZM4.12767 2.85948C9.10506 0.380206 14.8955 0.380138 19.8729 2.85948C19.912 2.87894 19.9507 2.89821 19.9892 2.91732C21.0034 3.42158 21.8007 3.81799 22.4013 4.78808C23.0028 5.75978 23.0018 6.80758 23.0004 8.15809C23.0003 8.22326 23.0003 8.28914 23.0003 8.35575V15.6444C23.0003 15.711 23.0003 15.7769 23.0004 15.842C23.0018 17.1927 23.0028 18.2405 22.4012 19.2123C21.8006 20.1824 21.0032 20.5788 19.9888 21.083C19.9504 21.1021 19.9116 21.1214 19.8726 21.1409C14.8954 23.6197 9.10517 23.6197 4.12794 21.1409C4.08888 21.1214 4.05013 21.1021 4.01169 21.083C2.99734 20.5788 2.19994 20.1824 1.59931 19.2123C0.997691 18.2405 0.998756 17.1927 1.00013 15.8421C1.0002 15.7769 1.00026 15.711 1.00026 15.6444V8.35581C1.00026 8.28921 1.0002 8.22333 1.00013 8.15816C0.998756 6.80762 0.997691 5.75979 1.59925 4.78809C2.19983 3.81799 2.99716 3.42158 4.01142 2.91731C4.04986 2.8982 4.08861 2.87894 4.12767 2.85948Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.75 7.75C4.75 6.64543 5.64543 5.75 6.75 5.75C7.85457 5.75 8.75 6.64543 8.75 7.75C8.75 8.85457 7.85457 9.75 6.75 9.75C5.64543 9.75 4.75 8.85457 4.75 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.14473 12.5027C7.02153 12.4452 9.8336 13.322 12.08 14.9864C14.1544 16.5234 15.6247 18.6425 16.264 21.0208C16.3231 21.2407 16.277 21.4749 16.1387 21.6577C16.0003 21.8404 15.7846 21.9519 15.5523 21.9608C14.5311 22 13.342 22 11.966 22H11.8946C9.65426 22 7.89457 22 6.5207 21.8194C6.27758 21.7208 6.03967 21.6279 5.80732 21.5372C4.82906 21.1555 3.94918 20.8121 3.19298 20.236C2.4302 19.4901 1.95314 18.7283 1.73646 17.5928C1.52426 16.4809 1.48061 15.1023 1.47072 13.3897C1.46855 13.0155 1.74877 12.697 2.12746 12.6432C2.79472 12.5485 3.46918 12.5014 4.14473 12.5027ZM15.0911 15.7082C14.8565 15.4404 14.9483 15.02 15.2917 14.9122C16.1683 14.637 17.066 14.4968 17.9742 14.5001C19.3201 14.499 20.6484 14.8169 21.9199 15.4305C22.2003 15.5658 22.3686 15.8539 22.3453 16.1588C22.2069 17.9726 21.7743 19.2889 20.7141 20.3255C19.7333 20.9948 18.9847 21.38 17.7479 21.5832C17.8427 21.218 17.8483 21.0129 17.7479 20.6394C17.2585 18.8187 16.3447 17.1393 15.0911 15.7082Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9812 4.64968C14.5654 2.45008 9.43522 2.45013 5.01939 4.64969C3.85615 5.22911 3.57491 5.39639 3.29976 5.84084C3.03186 6.27357 3.00026 6.71513 3.00026 8.35581V15.6444C3.00026 17.2852 3.03187 17.7267 3.29979 18.1595C3.57497 18.604 3.85622 18.7712 5.01956 19.3506C9.43526 21.5498 14.5653 21.5498 18.981 19.3506C20.1443 18.7712 20.4256 18.604 20.7007 18.1595C20.9687 17.7267 21.0003 17.2852 21.0003 15.6444V8.35575C21.0003 6.7151 20.9687 6.27355 20.7008 5.84083C20.4256 5.39637 20.1444 5.2291 18.9812 4.64968ZM4.12767 2.85948C9.10506 0.380206 14.8955 0.380138 19.8729 2.85948C19.912 2.87894 19.9507 2.89821 19.9892 2.91732C21.0034 3.42158 21.8007 3.81799 22.4013 4.78808C23.0028 5.75978 23.0018 6.80758 23.0004 8.15809C23.0003 8.22326 23.0003 8.28914 23.0003 8.35575V15.6444C23.0003 15.711 23.0003 15.7769 23.0004 15.842C23.0018 17.1927 23.0028 18.2405 22.4012 19.2123C21.8006 20.1824 21.0032 20.5788 19.9888 21.083C19.9504 21.1021 19.9116 21.1214 19.8726 21.1409C14.8954 23.6197 9.10517 23.6197 4.12794 21.1409C4.08888 21.1214 4.05013 21.1021 4.01169 21.083C2.99734 20.5788 2.19994 20.1824 1.59931 19.2123C0.997691 18.2405 0.998756 17.1927 1.00013 15.8421C1.0002 15.7769 1.00026 15.711 1.00026 15.6444V8.35581C1.00026 8.28921 1.0002 8.22333 1.00013 8.15816C0.998756 6.80762 0.997691 5.75979 1.59925 4.78809C2.19983 3.81799 2.99716 3.42158 4.01142 2.91731C4.04986 2.8982 4.08861 2.87894 4.12767 2.85948Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.75 7.75C4.75 6.64543 5.64543 5.75 6.75 5.75C7.85457 5.75 8.75 6.64543 8.75 7.75C8.75 8.85457 7.85457 9.75 6.75 9.75C5.64543 9.75 4.75 8.85457 4.75 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.14473 12.5027C7.02153 12.4452 9.8336 13.322 12.08 14.9864C14.1544 16.5234 15.6247 18.6425 16.264 21.0208C16.3231 21.2407 16.277 21.4749 16.1387 21.6577C16.0003 21.8404 15.7846 21.9519 15.5523 21.9608C14.5311 22 13.342 22 11.966 22H11.8946C9.65426 22 7.89457 22 6.5207 21.8194C6.27758 21.7208 6.03967 21.6279 5.80732 21.5372C4.82906 21.1555 3.94918 20.8121 3.19298 20.236C2.4302 19.4901 1.95314 18.7283 1.73646 17.5928C1.52426 16.4809 1.48061 15.1023 1.47072 13.3897C1.46855 13.0155 1.74877 12.697 2.12746 12.6432C2.79472 12.5485 3.46918 12.5014 4.14473 12.5027ZM15.0911 15.7082C14.8565 15.4404 14.9483 15.02 15.2917 14.9122C16.1683 14.637 17.066 14.4968 17.9742 14.5001C19.3201 14.499 20.6484 14.8169 21.9199 15.4305C22.2003 15.5658 22.3686 15.8539 22.3453 16.1588C22.2069 17.9726 21.7743 19.2889 20.7141 20.3255C19.7333 20.9948 18.9847 21.38 17.7479 21.5832C17.8427 21.218 17.8483 21.0129 17.7479 20.6394C17.2585 18.8187 16.3447 17.1393 15.0911 15.7082Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-image-composition{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.0954 4.0643C19.4386 4.18461 18.5286 4.4525 17.2086 4.84321C13.8112 5.84881 10.1888 5.84881 6.79141 4.84321C5.4714 4.4525 4.56137 4.18461 3.90465 4.0643C3.46497 3.98376 3.2745 3.99892 3.21195 4.00797C3.18205 4.06521 3.1145 4.23353 3.06813 4.65284C3.00149 5.25527 3 6.10523 3 7.35287V16.6477C3 17.8954 3.00149 18.7453 3.06813 19.3478C3.1145 19.7671 3.18205 19.9354 3.21195 19.9926C3.27451 20.0017 3.46498 20.0168 3.90465 19.9363C4.56137 19.816 5.4714 19.5481 6.79141 19.1574C10.1888 18.1518 13.8112 18.1518 17.2086 19.1574C18.5286 19.5481 19.4386 19.816 20.0953 19.9363C20.535 20.0168 20.7255 20.0017 20.7881 19.9926C20.818 19.9354 20.8855 19.7671 20.9319 19.3478C20.9985 18.7453 21 17.8954 21 16.6477V7.35287C21 6.10523 20.9985 5.25527 20.9319 4.65284C20.8855 4.23353 20.8179 4.06521 20.788 4.00797C20.7255 3.99892 20.535 3.98376 20.0954 4.0643ZM19.735 2.09704C20.4528 1.96554 21.3516 1.88347 22.0323 2.42948C22.6657 2.93763 22.8422 3.73199 22.9198 4.43297C23 5.15893 23 6.12099 23 7.28963V16.711C23 17.8796 23 18.8417 22.9198 19.5676C22.8422 20.2686 22.6657 21.063 22.0323 21.5711C21.3516 22.1171 20.4528 22.0351 19.735 21.9036C18.9599 21.7616 17.9462 21.4615 16.702 21.0932L16.641 21.0751C13.6141 20.1792 10.3859 20.1792 7.35905 21.0751L7.29791 21.0932C6.05371 21.4615 5.04012 21.7616 4.26504 21.9036C3.54722 22.0351 2.6484 22.1171 1.96775 21.5711C1.33429 21.063 1.15778 20.2686 1.08025 19.5676C0.999954 18.8417 0.999975 17.8796 1 16.711V7.28961C0.999975 6.12097 0.999954 5.15893 1.08025 4.43297C1.15778 3.73199 1.33429 2.93763 1.96775 2.42948C2.6484 1.88347 3.54721 1.96554 4.26504 2.09704C5.04012 2.23903 6.05371 2.53906 7.2979 2.90736L7.35905 2.92546C10.3859 3.8214 13.6141 3.8214 16.641 2.92546L16.7021 2.90736C17.9463 2.53907 18.9599 2.23903 19.735 2.09704Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.5307 13.6178C20.7432 12.5008 19.0458 12.0068 17.424 12.0198C15.8065 12.0327 14.3475 12.5492 13.0319 13.3188C10.8569 14.5911 8.94021 16.6516 7.24815 18.4707C6.94173 18.8001 6.64266 19.1216 6.35078 19.429C6.05889 19.7365 3.5 21.5015 3.5 21.5015L7.35983 21.0764C10.3867 20.1805 13.6148 20.1805 16.6417 21.0764L16.7028 21.0945C17.947 21.4628 18.9607 21.7629 19.7357 21.9048C20.4536 22.0363 21.3524 22.1184 22.033 21.5724C22.6665 21.0643 22.843 20.2699 22.9205 19.5689C23.0008 18.843 23.0008 17.8809 23.0008 16.7123V13.9115L22.5307 13.6178Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.5 9C5.5 7.89543 6.39543 7 7.5 7C8.60457 7 9.5 7.89543 9.5 9C9.5 10.1046 8.60457 11 7.5 11C6.39543 11 5.5 10.1046 5.5 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.0954 4.0643C19.4386 4.18461 18.5286 4.4525 17.2086 4.84321C13.8112 5.84881 10.1888 5.84881 6.79141 4.84321C5.4714 4.4525 4.56137 4.18461 3.90465 4.0643C3.46497 3.98376 3.2745 3.99892 3.21195 4.00797C3.18205 4.06521 3.1145 4.23353 3.06813 4.65284C3.00149 5.25527 3 6.10523 3 7.35287V16.6477C3 17.8954 3.00149 18.7453 3.06813 19.3478C3.1145 19.7671 3.18205 19.9354 3.21195 19.9926C3.27451 20.0017 3.46498 20.0168 3.90465 19.9363C4.56137 19.816 5.4714 19.5481 6.79141 19.1574C10.1888 18.1518 13.8112 18.1518 17.2086 19.1574C18.5286 19.5481 19.4386 19.816 20.0953 19.9363C20.535 20.0168 20.7255 20.0017 20.7881 19.9926C20.818 19.9354 20.8855 19.7671 20.9319 19.3478C20.9985 18.7453 21 17.8954 21 16.6477V7.35287C21 6.10523 20.9985 5.25527 20.9319 4.65284C20.8855 4.23353 20.8179 4.06521 20.788 4.00797C20.7255 3.99892 20.535 3.98376 20.0954 4.0643ZM19.735 2.09704C20.4528 1.96554 21.3516 1.88347 22.0323 2.42948C22.6657 2.93763 22.8422 3.73199 22.9198 4.43297C23 5.15893 23 6.12099 23 7.28963V16.711C23 17.8796 23 18.8417 22.9198 19.5676C22.8422 20.2686 22.6657 21.063 22.0323 21.5711C21.3516 22.1171 20.4528 22.0351 19.735 21.9036C18.9599 21.7616 17.9462 21.4615 16.702 21.0932L16.641 21.0751C13.6141 20.1792 10.3859 20.1792 7.35905 21.0751L7.29791 21.0932C6.05371 21.4615 5.04012 21.7616 4.26504 21.9036C3.54722 22.0351 2.6484 22.1171 1.96775 21.5711C1.33429 21.063 1.15778 20.2686 1.08025 19.5676C0.999954 18.8417 0.999975 17.8796 1 16.711V7.28961C0.999975 6.12097 0.999954 5.15893 1.08025 4.43297C1.15778 3.73199 1.33429 2.93763 1.96775 2.42948C2.6484 1.88347 3.54721 1.96554 4.26504 2.09704C5.04012 2.23903 6.05371 2.53906 7.2979 2.90736L7.35905 2.92546C10.3859 3.8214 13.6141 3.8214 16.641 2.92546L16.7021 2.90736C17.9463 2.53907 18.9599 2.23903 19.735 2.09704Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.5307 13.6178C20.7432 12.5008 19.0458 12.0068 17.424 12.0198C15.8065 12.0327 14.3475 12.5492 13.0319 13.3188C10.8569 14.5911 8.94021 16.6516 7.24815 18.4707C6.94173 18.8001 6.64266 19.1216 6.35078 19.429C6.05889 19.7365 3.5 21.5015 3.5 21.5015L7.35983 21.0764C10.3867 20.1805 13.6148 20.1805 16.6417 21.0764L16.7028 21.0945C17.947 21.4628 18.9607 21.7629 19.7357 21.9048C20.4536 22.0363 21.3524 22.1184 22.033 21.5724C22.6665 21.0643 22.843 20.2699 22.9205 19.5689C23.0008 18.843 23.0008 17.8809 23.0008 16.7123V13.9115L22.5307 13.6178Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.5 9C5.5 7.89543 6.39543 7 7.5 7C8.60457 7 9.5 7.89543 9.5 9C9.5 10.1046 8.60457 11 7.5 11C6.39543 11 5.5 10.1046 5.5 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-image-crop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 2C5 1.44772 4.55229 1 4 1C3.44772 1 3 1.44772 3 2V3H2C1.44772 3 1 3.44772 1 4C1 4.55229 1.44772 5 2 5H3L3 14.0706C2.99997 15.4247 2.99994 16.5413 3.11875 17.4251C3.2435 18.3529 3.51547 19.1723 4.17158 19.8284C4.82768 20.4845 5.64711 20.7565 6.57494 20.8812C7.4587 21.0001 8.57531 21 9.92943 21H19V22C19 22.5523 19.4477 23 20 23C20.5523 23 21 22.5523 21 22V21H22C22.5523 21 23 20.5523 23 20C23 19.4477 22.5523 19 22 19H21L21 9.92946C21 8.57534 21.0001 7.4587 20.8812 6.57494C20.7565 5.64711 20.4845 4.82769 19.8284 4.17158C19.1723 3.51547 18.3529 3.2435 17.4251 3.11875C16.5413 2.99994 15.4247 2.99997 14.0706 3L5 3V2ZM5 5V14C5 15.4425 5.00213 16.4237 5.10092 17.1586C5.19585 17.8646 5.36322 18.1916 5.58579 18.4142C5.80836 18.6368 6.13538 18.8042 6.84143 18.8991C7.57625 18.9979 8.55752 19 10 19H19L19 10C19 8.55752 18.9979 7.57626 18.8991 6.84144C18.8042 6.13538 18.6368 5.80836 18.4142 5.58579C18.1916 5.36322 17.8646 5.19585 17.1586 5.10092C16.4237 5.00213 15.4425 5 14 5L5 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.4977 14.3877C18.8238 13.4271 17.237 12.9997 15.7246 13C14.2152 13.0003 12.8454 13.4266 11.6024 14.0756C9.4874 15.1798 7.63299 16.9996 6.01413 18.5883C5.77243 18.8254 5.53597 19.0575 5.30469 19.2812L5.3054 20.2015L11.2503 21H19V22C19 22.5522 19.4477 23 20 23C20.5522 23 21 22.5522 21 22L21 21H22C22.5523 21 23 20.5522 23 20C23 19.4477 22.5523 19 22 19H21V14.6759L20.4977 14.3877Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.5 8.5C6.5 7.39543 7.39543 6.5 8.5 6.5C9.60457 6.5 10.5 7.39543 10.5 8.5C10.5 9.60457 9.60457 10.5 8.5 10.5C7.39543 10.5 6.5 9.60457 6.5 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 2C5 1.44772 4.55229 1 4 1C3.44772 1 3 1.44772 3 2V3H2C1.44772 3 1 3.44772 1 4C1 4.55229 1.44772 5 2 5H3L3 14.0706C2.99997 15.4247 2.99994 16.5413 3.11875 17.4251C3.2435 18.3529 3.51547 19.1723 4.17158 19.8284C4.82768 20.4845 5.64711 20.7565 6.57494 20.8812C7.4587 21.0001 8.57531 21 9.92943 21H19V22C19 22.5523 19.4477 23 20 23C20.5523 23 21 22.5523 21 22V21H22C22.5523 21 23 20.5523 23 20C23 19.4477 22.5523 19 22 19H21L21 9.92946C21 8.57534 21.0001 7.4587 20.8812 6.57494C20.7565 5.64711 20.4845 4.82769 19.8284 4.17158C19.1723 3.51547 18.3529 3.2435 17.4251 3.11875C16.5413 2.99994 15.4247 2.99997 14.0706 3L5 3V2ZM5 5V14C5 15.4425 5.00213 16.4237 5.10092 17.1586C5.19585 17.8646 5.36322 18.1916 5.58579 18.4142C5.80836 18.6368 6.13538 18.8042 6.84143 18.8991C7.57625 18.9979 8.55752 19 10 19H19L19 10C19 8.55752 18.9979 7.57626 18.8991 6.84144C18.8042 6.13538 18.6368 5.80836 18.4142 5.58579C18.1916 5.36322 17.8646 5.19585 17.1586 5.10092C16.4237 5.00213 15.4425 5 14 5L5 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.4977 14.3877C18.8238 13.4271 17.237 12.9997 15.7246 13C14.2152 13.0003 12.8454 13.4266 11.6024 14.0756C9.4874 15.1798 7.63299 16.9996 6.01413 18.5883C5.77243 18.8254 5.53597 19.0575 5.30469 19.2812L5.3054 20.2015L11.2503 21H19V22C19 22.5522 19.4477 23 20 23C20.5522 23 21 22.5522 21 22L21 21H22C22.5523 21 23 20.5522 23 20C23 19.4477 22.5523 19 22 19H21V14.6759L20.4977 14.3877Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.5 8.5C6.5 7.39543 7.39543 6.5 8.5 6.5C9.60457 6.5 10.5 7.39543 10.5 8.5C10.5 9.60457 9.60457 10.5 8.5 10.5C7.39543 10.5 6.5 9.60457 6.5 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-image-delete-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4255 2L11.5 2C12.0523 2 12.5 2.44772 12.5 3C12.5 3.55229 12.0523 4 11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 14.7674 20 12.5C20 11.9477 20.4477 11.5 21 11.5C21.5523 11.5 22 11.9477 22 12.5V12.5744C22 14.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 9.24957 1.99998 11.4255 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5557 13.8424C19.6584 12.5721 17.8487 11.9996 16.1132 12C14.3823 12.0004 12.8191 12.5709 11.4109 13.4286C9.01393 14.8887 6.91538 17.291 5.06472 19.4095C4.79347 19.72 4.52755 20.0244 4.26679 20.3189L3 21.5L4.21825 22.3312C5.08286 22.6901 6.09417 22.8472 7.25652 22.9237C8.41435 23 9.80924 23 11.4682 22.9999H11.5738C13.7498 23 15.4845 23 16.8447 22.8171C18.2491 22.6283 19.4029 22.2282 20.3152 21.3158L20.3301 21.301C21.0127 20.6184 21.5561 20.075 21.7996 19.0246C21.9998 18.1614 21.9996 16.926 21.9994 14.8838L21.9994 14.1395L21.5557 13.8424Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2929 1.29289C14.6834 0.902369 15.3166 0.902369 15.7071 1.29289L18.5 4.08579L21.2929 1.29289C21.6834 0.902369 22.3166 0.902369 22.7071 1.29289C23.0976 1.68342 23.0976 2.31658 22.7071 2.70711L19.9142 5.5L22.7071 8.29289C23.0976 8.68342 23.0976 9.31658 22.7071 9.70711C22.3166 10.0976 21.6834 10.0976 21.2929 9.70711L18.5 6.91421L15.7071 9.70711C15.3166 10.0976 14.6834 10.0976 14.2929 9.70711C13.9024 9.31658 13.9024 8.68342 14.2929 8.29289L17.0858 5.5L14.2929 2.70711C13.9024 2.31658 13.9024 1.68342 14.2929 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4255 2L11.5 2C12.0523 2 12.5 2.44772 12.5 3C12.5 3.55229 12.0523 4 11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 14.7674 20 12.5C20 11.9477 20.4477 11.5 21 11.5C21.5523 11.5 22 11.9477 22 12.5V12.5744C22 14.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 9.24957 1.99998 11.4255 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5557 13.8424C19.6584 12.5721 17.8487 11.9996 16.1132 12C14.3823 12.0004 12.8191 12.5709 11.4109 13.4286C9.01393 14.8887 6.91538 17.291 5.06472 19.4095C4.79347 19.72 4.52755 20.0244 4.26679 20.3189L3 21.5L4.21825 22.3312C5.08286 22.6901 6.09417 22.8472 7.25652 22.9237C8.41435 23 9.80924 23 11.4682 22.9999H11.5738C13.7498 23 15.4845 23 16.8447 22.8171C18.2491 22.6283 19.4029 22.2282 20.3152 21.3158L20.3301 21.301C21.0127 20.6184 21.5561 20.075 21.7996 19.0246C21.9998 18.1614 21.9996 16.926 21.9994 14.8838L21.9994 14.1395L21.5557 13.8424Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2929 1.29289C14.6834 0.902369 15.3166 0.902369 15.7071 1.29289L18.5 4.08579L21.2929 1.29289C21.6834 0.902369 22.3166 0.902369 22.7071 1.29289C23.0976 1.68342 23.0976 2.31658 22.7071 2.70711L19.9142 5.5L22.7071 8.29289C23.0976 8.68342 23.0976 9.31658 22.7071 9.70711C22.3166 10.0976 21.6834 10.0976 21.2929 9.70711L18.5 6.91421L15.7071 9.70711C15.3166 10.0976 14.6834 10.0976 14.2929 9.70711C13.9024 9.31658 13.9024 8.68342 14.2929 8.29289L17.0858 5.5L14.2929 2.70711C13.9024 2.31658 13.9024 1.68342 14.2929 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-image-delete-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4255 2L11.5 2C12.0523 2 12.5 2.44772 12.5 3C12.5 3.55229 12.0523 4 11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 14.7674 20 12.5C20 11.9477 20.4477 11.5 21 11.5C21.5523 11.5 22 11.9477 22 12.5V12.5744C22 14.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 9.24957 1.99998 11.4255 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2929 1.29289C14.6834 0.902369 15.3166 0.902369 15.7071 1.29289L18.5 4.08579L21.2929 1.29289C21.6834 0.902369 22.3166 0.902369 22.7071 1.29289C23.0976 1.68342 23.0976 2.31658 22.7071 2.70711L19.9142 5.5L22.7071 8.29289C23.0976 8.68342 23.0976 9.31658 22.7071 9.70711C22.3166 10.0976 21.6834 10.0976 21.2929 9.70711L18.5 6.91421L15.7071 9.70711C15.3166 10.0976 14.6834 10.0976 14.2929 9.70711C13.9024 9.31658 13.9024 8.68342 14.2929 8.29289L17.0858 5.5L14.2929 2.70711C13.9024 2.31658 13.9024 1.68342 14.2929 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.81591 13.1511C6.62892 13.0936 9.37864 13.9705 11.5752 15.6348C13.6036 17.1718 15.0414 19.291 15.6665 21.6692C15.7243 21.8891 15.6792 22.1234 15.5439 22.3061C15.4086 22.4889 15.1977 22.6004 14.9705 22.6093C13.972 22.6484 12.8093 22.6484 11.4638 22.6484H11.394C9.20328 22.6484 7.48261 22.6485 6.13919 22.4678C4.76254 22.2828 3.67028 21.8957 2.81208 21.0375C2.06622 20.2917 1.67291 19.3767 1.46104 18.2413C1.25354 17.1293 1.21086 15.7508 1.20118 14.0381C1.19907 13.6639 1.47307 13.3454 1.84337 13.2917C2.49583 13.1969 3.15534 13.1499 3.81591 13.1511ZM14.5198 16.3566C14.2905 16.0888 14.3803 15.6684 14.716 15.5606C15.5732 15.2854 16.451 15.1452 17.339 15.1485C18.6551 15.1474 19.9539 15.4654 21.1972 16.0789C21.4714 16.2142 21.636 16.5024 21.6132 16.8073C21.4779 18.6211 21.1275 20.0008 20.0908 21.0375C19.3085 21.8198 18.3318 22.2106 17.1224 22.4138C17.2152 22.0486 17.2159 21.6613 17.1177 21.2879C16.6392 19.4672 15.7456 17.7877 14.5198 16.3566Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4255 2L11.5 2C12.0523 2 12.5 2.44772 12.5 3C12.5 3.55229 12.0523 4 11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 14.7674 20 12.5C20 11.9477 20.4477 11.5 21 11.5C21.5523 11.5 22 11.9477 22 12.5V12.5744C22 14.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 9.24957 1.99998 11.4255 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2929 1.29289C14.6834 0.902369 15.3166 0.902369 15.7071 1.29289L18.5 4.08579L21.2929 1.29289C21.6834 0.902369 22.3166 0.902369 22.7071 1.29289C23.0976 1.68342 23.0976 2.31658 22.7071 2.70711L19.9142 5.5L22.7071 8.29289C23.0976 8.68342 23.0976 9.31658 22.7071 9.70711C22.3166 10.0976 21.6834 10.0976 21.2929 9.70711L18.5 6.91421L15.7071 9.70711C15.3166 10.0976 14.6834 10.0976 14.2929 9.70711C13.9024 9.31658 13.9024 8.68342 14.2929 8.29289L17.0858 5.5L14.2929 2.70711C13.9024 2.31658 13.9024 1.68342 14.2929 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.81591 13.1511C6.62892 13.0936 9.37864 13.9705 11.5752 15.6348C13.6036 17.1718 15.0414 19.291 15.6665 21.6692C15.7243 21.8891 15.6792 22.1234 15.5439 22.3061C15.4086 22.4889 15.1977 22.6004 14.9705 22.6093C13.972 22.6484 12.8093 22.6484 11.4638 22.6484H11.394C9.20328 22.6484 7.48261 22.6485 6.13919 22.4678C4.76254 22.2828 3.67028 21.8957 2.81208 21.0375C2.06622 20.2917 1.67291 19.3767 1.46104 18.2413C1.25354 17.1293 1.21086 15.7508 1.20118 14.0381C1.19907 13.6639 1.47307 13.3454 1.84337 13.2917C2.49583 13.1969 3.15534 13.1499 3.81591 13.1511ZM14.5198 16.3566C14.2905 16.0888 14.3803 15.6684 14.716 15.5606C15.5732 15.2854 16.451 15.1452 17.339 15.1485C18.6551 15.1474 19.9539 15.4654 21.1972 16.0789C21.4714 16.2142 21.636 16.5024 21.6132 16.8073C21.4779 18.6211 21.1275 20.0008 20.0908 21.0375C19.3085 21.8198 18.3318 22.2106 17.1224 22.4138C17.2152 22.0486 17.2159 21.6613 17.1177 21.2879C16.6392 19.4672 15.7456 17.7877 14.5198 16.3566Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-image-done-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4255 2L11.5 2C12.0523 2 12.5 2.44772 12.5 3C12.5 3.55229 12.0523 4 11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 14.7674 20 12.5C20 11.1334 19.9998 10.0016 19.9618 9.03951C19.94 8.48765 20.3697 8.0226 20.9215 8.00078C21.4734 7.97896 21.9384 8.40864 21.9602 8.96049C22 9.96637 22 11.1364 22 12.4833V12.5744C22 14.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 9.24957 1.99998 11.4255 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.539 13.2018C19.5916 11.946 17.7341 11.419 15.9552 11.4908C14.1846 11.5623 12.59 12.223 11.1543 13.1756C8.70068 14.8037 6.54604 17.4123 4.62355 19.7398C4.34031 20.0827 4.06212 20.4195 3.78875 20.7462L3 21.4998L4.16173 22.3071C5.0304 22.6794 6.048 22.842 7.21841 22.9211C8.38431 22.9999 9.79172 22.9999 11.4687 22.9999H11.574C13.75 22.9999 15.4847 22.9999 16.8448 22.8171C18.2492 22.6282 19.403 22.2281 20.3154 21.3157C21.1019 20.5293 21.5829 19.8367 21.8055 18.6764C21.9972 17.6773 21.9971 16.308 21.997 14.217L21.997 13.4972L21.539 13.2018Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.9426 1.66643C23.127 2.18702 22.8544 2.75852 22.3338 2.9429C21.8002 3.1319 21.1837 3.53876 20.5307 4.11148C19.888 4.67513 19.2628 5.35205 18.7091 6.01586C18.1572 6.67736 17.6885 7.31109 17.3574 7.78008C17.1922 8.01407 17.0622 8.20579 16.9743 8.33786C16.9303 8.40386 16.8969 8.45488 16.8749 8.48874L16.8506 8.52634L16.8451 8.53496L16.8441 8.53651C16.6508 8.84059 16.3087 9.01739 15.9489 8.99896C15.5889 8.98053 15.2668 8.76985 15.1056 8.44749C14.6649 7.56612 14.2696 7.21517 14.0703 7.08232C13.986 7.02611 13.929 7.00359 13.9064 6.99595C13.398 6.94874 13 6.52099 13 6.00027C13 5.44799 13.4497 5.00027 14.002 5.00027L14.0759 5.00284C14.1055 5.00475 14.1393 5.00792 14.1771 5.01295C14.2527 5.02303 14.3434 5.04051 14.4466 5.07C14.6545 5.12939 14.9053 5.23529 15.1797 5.41822C15.454 5.60107 15.7416 5.85384 16.0304 6.1997C16.3456 5.76895 16.734 5.26128 17.1733 4.73468C17.7666 4.02349 18.465 3.26292 19.212 2.60781C19.9486 1.96179 20.788 1.36865 21.6662 1.05765C22.1868 0.873267 22.7582 1.14583 22.9426 1.66643Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4255 2L11.5 2C12.0523 2 12.5 2.44772 12.5 3C12.5 3.55229 12.0523 4 11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 14.7674 20 12.5C20 11.1334 19.9998 10.0016 19.9618 9.03951C19.94 8.48765 20.3697 8.0226 20.9215 8.00078C21.4734 7.97896 21.9384 8.40864 21.9602 8.96049C22 9.96637 22 11.1364 22 12.4833V12.5744C22 14.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 9.24957 1.99998 11.4255 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.539 13.2018C19.5916 11.946 17.7341 11.419 15.9552 11.4908C14.1846 11.5623 12.59 12.223 11.1543 13.1756C8.70068 14.8037 6.54604 17.4123 4.62355 19.7398C4.34031 20.0827 4.06212 20.4195 3.78875 20.7462L3 21.4998L4.16173 22.3071C5.0304 22.6794 6.048 22.842 7.21841 22.9211C8.38431 22.9999 9.79172 22.9999 11.4687 22.9999H11.574C13.75 22.9999 15.4847 22.9999 16.8448 22.8171C18.2492 22.6282 19.403 22.2281 20.3154 21.3157C21.1019 20.5293 21.5829 19.8367 21.8055 18.6764C21.9972 17.6773 21.9971 16.308 21.997 14.217L21.997 13.4972L21.539 13.2018Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.9426 1.66643C23.127 2.18702 22.8544 2.75852 22.3338 2.9429C21.8002 3.1319 21.1837 3.53876 20.5307 4.11148C19.888 4.67513 19.2628 5.35205 18.7091 6.01586C18.1572 6.67736 17.6885 7.31109 17.3574 7.78008C17.1922 8.01407 17.0622 8.20579 16.9743 8.33786C16.9303 8.40386 16.8969 8.45488 16.8749 8.48874L16.8506 8.52634L16.8451 8.53496L16.8441 8.53651C16.6508 8.84059 16.3087 9.01739 15.9489 8.99896C15.5889 8.98053 15.2668 8.76985 15.1056 8.44749C14.6649 7.56612 14.2696 7.21517 14.0703 7.08232C13.986 7.02611 13.929 7.00359 13.9064 6.99595C13.398 6.94874 13 6.52099 13 6.00027C13 5.44799 13.4497 5.00027 14.002 5.00027L14.0759 5.00284C14.1055 5.00475 14.1393 5.00792 14.1771 5.01295C14.2527 5.02303 14.3434 5.04051 14.4466 5.07C14.6545 5.12939 14.9053 5.23529 15.1797 5.41822C15.454 5.60107 15.7416 5.85384 16.0304 6.1997C16.3456 5.76895 16.734 5.26128 17.1733 4.73468C17.7666 4.02349 18.465 3.26292 19.212 2.60781C19.9486 1.96179 20.788 1.36865 21.6662 1.05765C22.1868 0.873267 22.7582 1.14583 22.9426 1.66643Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-image-done-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4255 2L11.5 2C12.0523 2 12.5 2.44772 12.5 3C12.5 3.55229 12.0523 4 11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 11.7674 20 9.5V9C20 8.44772 20.4477 8 21 8C21.5523 8 22 8.44772 22 9V9.57442C22 11.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 9.24957 1.99998 11.4255 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.81591 13.1511C6.62892 13.0936 9.37864 13.9705 11.5752 15.6348C13.6036 17.1718 15.0414 19.291 15.6665 21.6692C15.7243 21.8891 15.6792 22.1234 15.5439 22.3061C15.4086 22.4889 15.1977 22.6004 14.9705 22.6093C13.972 22.6484 12.8093 22.6484 11.4638 22.6484H11.394C9.20328 22.6484 7.48261 22.6485 6.13919 22.4678C4.76254 22.2828 3.67028 21.8957 2.81208 21.0375C2.06622 20.2917 1.67291 19.3767 1.46104 18.2413C1.25354 17.1293 1.21086 15.7508 1.20118 14.0381C1.19907 13.6639 1.47307 13.3454 1.84337 13.2917C2.49583 13.1969 3.15534 13.1499 3.81591 13.1511ZM14.5198 16.3566C14.2905 16.0888 14.3803 15.6684 14.716 15.5606C15.5732 15.2854 16.451 15.1452 17.339 15.1485C18.6551 15.1474 19.9539 15.4654 21.1972 16.0789C21.4714 16.2142 21.636 16.5024 21.6132 16.8073C21.4779 18.6211 21.1275 20.0008 20.0908 21.0375C19.3085 21.8198 18.3318 22.2106 17.1224 22.4138C17.2152 22.0486 17.2159 21.6613 17.1177 21.2879C16.6392 19.4672 15.7456 17.7877 14.5198 16.3566Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.9426 1.66643C23.127 2.18702 22.8544 2.75852 22.3338 2.9429C21.8002 3.1319 21.1837 3.53876 20.5307 4.11148C19.888 4.67513 19.2628 5.35205 18.7091 6.01586C18.1572 6.67736 17.6885 7.31109 17.3574 7.78008C17.1922 8.01407 17.0622 8.20579 16.9743 8.33786C16.9303 8.40386 16.8969 8.45488 16.8749 8.48874L16.8506 8.52634L16.8451 8.53496L16.8441 8.53651C16.6508 8.84059 16.3087 9.01739 15.9489 8.99896C15.5889 8.98053 15.2668 8.76985 15.1056 8.44749C14.6649 7.56612 14.2696 7.21517 14.0703 7.08232C13.986 7.02611 13.929 7.00359 13.9064 6.99595C13.398 6.94874 13 6.52099 13 6.00027C13 5.44799 13.4477 5.00027 14 5.00027L14.0759 5.00284C14.1055 5.00475 14.1393 5.00792 14.1771 5.01295C14.2527 5.02303 14.3434 5.04051 14.4466 5.07C14.6545 5.12939 14.9053 5.23529 15.1797 5.41822C15.454 5.60107 15.7416 5.85384 16.0304 6.1997C16.3456 5.76895 16.734 5.26128 17.1733 4.73468C17.7666 4.02349 18.465 3.26292 19.212 2.60781C19.9486 1.96179 20.788 1.36865 21.6662 1.05765C22.1868 0.873267 22.7582 1.14583 22.9426 1.66643Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4255 2L11.5 2C12.0523 2 12.5 2.44772 12.5 3C12.5 3.55229 12.0523 4 11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 11.7674 20 9.5V9C20 8.44772 20.4477 8 21 8C21.5523 8 22 8.44772 22 9V9.57442C22 11.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 9.24957 1.99998 11.4255 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.81591 13.1511C6.62892 13.0936 9.37864 13.9705 11.5752 15.6348C13.6036 17.1718 15.0414 19.291 15.6665 21.6692C15.7243 21.8891 15.6792 22.1234 15.5439 22.3061C15.4086 22.4889 15.1977 22.6004 14.9705 22.6093C13.972 22.6484 12.8093 22.6484 11.4638 22.6484H11.394C9.20328 22.6484 7.48261 22.6485 6.13919 22.4678C4.76254 22.2828 3.67028 21.8957 2.81208 21.0375C2.06622 20.2917 1.67291 19.3767 1.46104 18.2413C1.25354 17.1293 1.21086 15.7508 1.20118 14.0381C1.19907 13.6639 1.47307 13.3454 1.84337 13.2917C2.49583 13.1969 3.15534 13.1499 3.81591 13.1511ZM14.5198 16.3566C14.2905 16.0888 14.3803 15.6684 14.716 15.5606C15.5732 15.2854 16.451 15.1452 17.339 15.1485C18.6551 15.1474 19.9539 15.4654 21.1972 16.0789C21.4714 16.2142 21.636 16.5024 21.6132 16.8073C21.4779 18.6211 21.1275 20.0008 20.0908 21.0375C19.3085 21.8198 18.3318 22.2106 17.1224 22.4138C17.2152 22.0486 17.2159 21.6613 17.1177 21.2879C16.6392 19.4672 15.7456 17.7877 14.5198 16.3566Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.9426 1.66643C23.127 2.18702 22.8544 2.75852 22.3338 2.9429C21.8002 3.1319 21.1837 3.53876 20.5307 4.11148C19.888 4.67513 19.2628 5.35205 18.7091 6.01586C18.1572 6.67736 17.6885 7.31109 17.3574 7.78008C17.1922 8.01407 17.0622 8.20579 16.9743 8.33786C16.9303 8.40386 16.8969 8.45488 16.8749 8.48874L16.8506 8.52634L16.8451 8.53496L16.8441 8.53651C16.6508 8.84059 16.3087 9.01739 15.9489 8.99896C15.5889 8.98053 15.2668 8.76985 15.1056 8.44749C14.6649 7.56612 14.2696 7.21517 14.0703 7.08232C13.986 7.02611 13.929 7.00359 13.9064 6.99595C13.398 6.94874 13 6.52099 13 6.00027C13 5.44799 13.4477 5.00027 14 5.00027L14.0759 5.00284C14.1055 5.00475 14.1393 5.00792 14.1771 5.01295C14.2527 5.02303 14.3434 5.04051 14.4466 5.07C14.6545 5.12939 14.9053 5.23529 15.1797 5.41822C15.454 5.60107 15.7416 5.85384 16.0304 6.1997C16.3456 5.76895 16.734 5.26128 17.1733 4.73468C17.7666 4.02349 18.465 3.26292 19.212 2.60781C19.9486 1.96179 20.788 1.36865 21.6662 1.05765C22.1868 0.873267 22.7582 1.14583 22.9426 1.66643Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-image-download-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4255 2L12.5 2C13.0523 2 13.5 2.44772 13.5 3C13.5 3.55229 13.0523 4 12.5 4C10.2326 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 15.7674 20 13.5V13C20 12.4477 20.4477 12 21 12C21.5523 12 22 12.4477 22 13V13.5744C22 15.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 10.2496 1.99998 12.4255 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.81591 13.1511C6.62892 13.0936 9.37864 13.9705 11.5752 15.6348C13.6036 17.1718 15.0414 19.291 15.6665 21.6692C15.7243 21.8891 15.6792 22.1234 15.5439 22.3061C15.4086 22.4889 15.1977 22.6004 14.9705 22.6093C13.972 22.6484 12.8093 22.6484 11.4638 22.6484H11.394C9.20328 22.6484 7.48261 22.6485 6.13919 22.4678C4.76254 22.2828 3.67028 21.8957 2.81208 21.0375C2.06622 20.2917 1.67291 19.3767 1.46104 18.2413C1.25354 17.1293 1.21086 15.7508 1.20118 14.0381C1.19907 13.6639 1.47307 13.3454 1.84337 13.2917C2.49583 13.1969 3.15534 13.1499 3.81591 13.1511ZM14.5198 16.3566C14.2905 16.0888 14.3803 15.6684 14.716 15.5606C15.5732 15.2854 16.451 15.1452 17.339 15.1485C18.6551 15.1474 19.9539 15.4654 21.1972 16.0789C21.4714 16.2142 21.636 16.5024 21.6132 16.8073C21.4779 18.6211 21.1275 20.0008 20.0908 21.0375C19.3085 21.8198 18.3318 22.2106 17.1224 22.4138C17.2152 22.0486 17.2159 21.6613 17.1177 21.2879C16.6392 19.4672 15.7456 17.7877 14.5198 16.3566Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7559 1.9999C20.7559 1.44762 20.3081 0.999901 19.7559 0.999901C19.2036 0.999901 18.7559 1.44762 18.7559 1.9999L18.7559 6.49994L18.1616 6.49992C17.986 6.49979 17.7703 6.49964 17.5939 6.52171L17.5905 6.52213C17.4641 6.5379 16.888 6.60973 16.6137 7.17533C16.3387 7.74215 16.6407 8.24229 16.706 8.3505L17.0451 8.81898C17.3397 9.19481 17.7454 9.70927 18.1259 10.1003C18.3157 10.2954 18.533 10.4966 18.7639 10.6555C18.9691 10.7967 19.3193 10.9999 19.75 10.9999C20.1807 10.9999 20.5309 10.7967 20.7361 10.6555C20.967 10.4966 21.1843 10.2954 21.3741 10.1003C21.7546 9.70927 22.1602 9.19482 22.4549 8.81899L22.794 8.3505C22.8593 8.24229 23.1613 7.74215 22.8863 7.17533C22.612 6.60973 22.0359 6.5379 21.9095 6.52213L21.9061 6.52171C21.7297 6.49964 21.514 6.49979 21.3384 6.49992L20.7559 6.49994L20.7559 1.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4255 2L12.5 2C13.0523 2 13.5 2.44772 13.5 3C13.5 3.55229 13.0523 4 12.5 4C10.2326 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 15.7674 20 13.5V13C20 12.4477 20.4477 12 21 12C21.5523 12 22 12.4477 22 13V13.5744C22 15.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 10.2496 1.99998 12.4255 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.81591 13.1511C6.62892 13.0936 9.37864 13.9705 11.5752 15.6348C13.6036 17.1718 15.0414 19.291 15.6665 21.6692C15.7243 21.8891 15.6792 22.1234 15.5439 22.3061C15.4086 22.4889 15.1977 22.6004 14.9705 22.6093C13.972 22.6484 12.8093 22.6484 11.4638 22.6484H11.394C9.20328 22.6484 7.48261 22.6485 6.13919 22.4678C4.76254 22.2828 3.67028 21.8957 2.81208 21.0375C2.06622 20.2917 1.67291 19.3767 1.46104 18.2413C1.25354 17.1293 1.21086 15.7508 1.20118 14.0381C1.19907 13.6639 1.47307 13.3454 1.84337 13.2917C2.49583 13.1969 3.15534 13.1499 3.81591 13.1511ZM14.5198 16.3566C14.2905 16.0888 14.3803 15.6684 14.716 15.5606C15.5732 15.2854 16.451 15.1452 17.339 15.1485C18.6551 15.1474 19.9539 15.4654 21.1972 16.0789C21.4714 16.2142 21.636 16.5024 21.6132 16.8073C21.4779 18.6211 21.1275 20.0008 20.0908 21.0375C19.3085 21.8198 18.3318 22.2106 17.1224 22.4138C17.2152 22.0486 17.2159 21.6613 17.1177 21.2879C16.6392 19.4672 15.7456 17.7877 14.5198 16.3566Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7559 1.9999C20.7559 1.44762 20.3081 0.999901 19.7559 0.999901C19.2036 0.999901 18.7559 1.44762 18.7559 1.9999L18.7559 6.49994L18.1616 6.49992C17.986 6.49979 17.7703 6.49964 17.5939 6.52171L17.5905 6.52213C17.4641 6.5379 16.888 6.60973 16.6137 7.17533C16.3387 7.74215 16.6407 8.24229 16.706 8.3505L17.0451 8.81898C17.3397 9.19481 17.7454 9.70927 18.1259 10.1003C18.3157 10.2954 18.533 10.4966 18.7639 10.6555C18.9691 10.7967 19.3193 10.9999 19.75 10.9999C20.1807 10.9999 20.5309 10.7967 20.7361 10.6555C20.967 10.4966 21.1843 10.2954 21.3741 10.1003C21.7546 9.70927 22.1602 9.19482 22.4549 8.81899L22.794 8.3505C22.8593 8.24229 23.1613 7.74215 22.8863 7.17533C22.612 6.60973 22.0359 6.5379 21.9095 6.52213L21.9061 6.52171C21.7297 6.49964 21.514 6.49979 21.3384 6.49992L20.7559 6.49994L20.7559 1.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-image-download{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3628 19.4405 19.6534 18.8106 19.8163 17.711C19.9836 16.5822 19.999 15.0952 19.9999 12.9995C20.0002 12.4473 20.4481 11.9997 21.0004 12C21.5527 12.0003 22.0002 12.4482 21.9999 13.0005C21.999 15.0517 21.988 16.6999 21.7947 18.0041C21.5972 19.3376 21.1932 20.4386 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999959 16.4852 0.999977 14.7504 1 12.5745V12.5745V12.4255V12.4255C0.999977 10.2496 0.999959 8.51484 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51484 1.99996 9.24957 1.99998 11.4255 2H11.4255L13.9996 2.00008C14.5519 2.00009 15 2.44782 15 3.00011C15 3.55239 14.5522 4.00009 13.9999 4.00008L11.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5571 13.8424C19.6598 12.5721 17.8501 11.9996 16.1146 12C14.3837 12.0004 12.8205 12.5709 11.4123 13.4286C9.01532 14.8887 6.91677 17.291 5.06611 19.4095C4.79754 19.7169 4.53419 20.0184 4.27591 20.3101L3 21.5L4.20331 22.3244C5.0691 22.6871 6.08223 22.8458 7.2469 22.923C8.40696 23 9.80532 23 11.4693 22.9999H11.5752C13.7512 23 15.4859 23 16.8461 22.8171C18.2504 22.6283 19.4043 22.2282 20.3166 21.3158C21.9094 19.723 21.9998 16.7703 22.0008 14.6739L22.001 14.1396L21.5571 13.8424Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7559 2C20.7559 1.44772 20.3081 1 19.7559 1C19.2036 1 18.7559 1.44772 18.7559 2L18.7559 6.50004L18.1616 6.50002C17.986 6.49989 17.7703 6.49974 17.5939 6.52181L17.5905 6.52223C17.4641 6.538 16.888 6.60983 16.6137 7.17543C16.3387 7.74225 16.6407 8.24239 16.706 8.3506L17.0451 8.81908C17.3397 9.19491 17.7454 9.70937 18.1259 10.1004C18.3157 10.2955 18.533 10.4967 18.7639 10.6556C18.9691 10.7968 19.3193 11 19.75 11C20.1807 11 20.5309 10.7968 20.7361 10.6556C20.967 10.4967 21.1843 10.2955 21.3741 10.1004C21.7546 9.70937 22.1602 9.19492 22.4549 8.81909L22.794 8.35059C22.8593 8.24239 23.1613 7.74225 22.8863 7.17543C22.612 6.60983 22.0359 6.53799 21.9095 6.52223L21.9061 6.52181C21.7297 6.49974 21.514 6.49989 21.3384 6.50002L20.7559 6.50004L20.7559 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3628 19.4405 19.6534 18.8106 19.8163 17.711C19.9836 16.5822 19.999 15.0952 19.9999 12.9995C20.0002 12.4473 20.4481 11.9997 21.0004 12C21.5527 12.0003 22.0002 12.4482 21.9999 13.0005C21.999 15.0517 21.988 16.6999 21.7947 18.0041C21.5972 19.3376 21.1932 20.4386 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999959 16.4852 0.999977 14.7504 1 12.5745V12.5745V12.4255V12.4255C0.999977 10.2496 0.999959 8.51484 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51484 1.99996 9.24957 1.99998 11.4255 2H11.4255L13.9996 2.00008C14.5519 2.00009 15 2.44782 15 3.00011C15 3.55239 14.5522 4.00009 13.9999 4.00008L11.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5571 13.8424C19.6598 12.5721 17.8501 11.9996 16.1146 12C14.3837 12.0004 12.8205 12.5709 11.4123 13.4286C9.01532 14.8887 6.91677 17.291 5.06611 19.4095C4.79754 19.7169 4.53419 20.0184 4.27591 20.3101L3 21.5L4.20331 22.3244C5.0691 22.6871 6.08223 22.8458 7.2469 22.923C8.40696 23 9.80532 23 11.4693 22.9999H11.5752C13.7512 23 15.4859 23 16.8461 22.8171C18.2504 22.6283 19.4043 22.2282 20.3166 21.3158C21.9094 19.723 21.9998 16.7703 22.0008 14.6739L22.001 14.1396L21.5571 13.8424Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7559 2C20.7559 1.44772 20.3081 1 19.7559 1C19.2036 1 18.7559 1.44772 18.7559 2L18.7559 6.50004L18.1616 6.50002C17.986 6.49989 17.7703 6.49974 17.5939 6.52181L17.5905 6.52223C17.4641 6.538 16.888 6.60983 16.6137 7.17543C16.3387 7.74225 16.6407 8.24239 16.706 8.3506L17.0451 8.81908C17.3397 9.19491 17.7454 9.70937 18.1259 10.1004C18.3157 10.2955 18.533 10.4967 18.7639 10.6556C18.9691 10.7968 19.3193 11 19.75 11C20.1807 11 20.5309 10.7968 20.7361 10.6556C20.967 10.4967 21.1843 10.2955 21.3741 10.1004C21.7546 9.70937 22.1602 9.19492 22.4549 8.81909L22.794 8.35059C22.8593 8.24239 23.1613 7.74225 22.8863 7.17543C22.612 6.60983 22.0359 6.53799 21.9095 6.52223L21.9061 6.52181C21.7297 6.49974 21.514 6.49989 21.3384 6.50002L20.7559 6.50004L20.7559 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-image-not-found-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5687 16.4596C14.3393 16.1918 14.4291 15.7714 14.7648 15.6636C15.3351 15.4805 15.9145 15.3572 16.5 15.2961L21.2252 20.0213C20.9993 20.4975 20.7039 20.9292 20.3159 21.3173C19.4035 22.2297 18.2497 22.6298 16.8453 22.8186C15.4851 23.0015 13.7504 23.0015 11.5744 23.0014H11.4256C9.24959 23.0015 7.51485 23.0015 6.15471 22.8186C4.75033 22.6298 3.59653 22.2297 2.68414 21.3173C1.77175 20.4049 1.37164 19.2511 1.18282 17.8467C0.999958 16.4866 0.999977 14.7519 1 12.5759V12.5759V12.427C0.999977 10.251 0.999958 8.51627 1.18282 7.15614C1.37164 5.75176 1.77175 4.59795 2.68414 3.68556C3.11554 3.25416 3.60091 2.93729 4.14123 2.70312L5.72663 4.28853C4.96234 4.46112 4.47413 4.72399 4.09835 5.09978C3.6195 5.57863 3.32399 6.24003 3.16499 7.42263C3.00212 8.634 3 10.234 3 12.5014C3 14.7689 3.00212 16.3689 3.16499 17.5802C3.32399 18.7628 3.6195 19.4242 4.09835 19.9031C4.5772 20.3819 5.2386 20.6774 6.42121 20.8364C7.63258 20.9993 9.23256 21.0014 11.5 21.0014C13.7674 21.0014 15.3674 20.9993 16.5788 20.8364C16.7221 20.8172 16.8578 20.7959 16.9864 20.7725C16.4795 19.1897 15.6544 17.7272 14.5687 16.4596Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5076 17.9476C21.6104 18.0504 21.6618 18.1018 21.7129 18.093C21.723 18.0913 21.7331 18.0878 21.7422 18.0831C21.7881 18.0592 21.7977 17.988 21.8168 17.8457C21.9997 16.4856 21.9996 14.7509 21.9996 12.5749V12.426C21.9996 10.25 21.9997 8.5153 21.8168 7.15516C21.628 5.75078 21.2279 4.59697 20.3155 3.68458C19.4031 2.77219 18.2493 2.37208 16.8449 2.18327C15.4848 2.0004 13.7501 2.00042 11.5741 2.00045C10.3426 2.00045 9.10987 1.96956 7.87916 2.02724C7.00341 2.06828 6.6577 3.09767 7.27763 3.7176C7.4944 3.93438 7.79308 4.04769 8.09944 4.03622C9.03532 4.0012 10.1491 4.00045 11.4996 4.00045C13.7671 4.00045 15.367 4.00257 16.5784 4.16543C17.761 4.32443 18.4224 4.61994 18.9013 5.09879C19.3801 5.57765 19.6756 6.23905 19.8346 7.42165C19.9975 8.63302 19.9996 10.233 19.9996 12.5004C19.9996 13.7382 19.999 14.7771 19.9719 15.6625C19.8478 15.6224 19.7233 15.5852 19.5984 15.551C19.3439 15.4811 19.2167 15.4462 19.178 15.5128C19.1393 15.5793 19.2343 15.6743 19.4243 15.8642L21.5076 17.9476Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18 8C18 9.10457 17.1046 10 16 10C14.8954 10 14 9.10457 14 8C14 6.89543 14.8954 6 16 6C17.1046 6 18 6.89543 18 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.624 15.7364C9.42747 14.072 6.67775 13.1952 3.86474 13.2527C3.20417 13.2514 2.54466 13.2985 1.8922 13.3932C1.5219 13.447 1.2479 13.7655 1.25001 14.1397C1.25969 15.8523 1.30237 17.2309 1.50986 18.3428C1.72174 19.4783 2.11505 20.3932 2.86091 21.1391C3.71911 21.9973 4.81137 22.3843 6.18802 22.5694C7.53143 22.75 9.2521 22.75 11.4428 22.75H11.5126C12.8581 22.75 14.0208 22.75 15.0193 22.7108C15.2465 22.7019 15.4574 22.5904 15.5927 22.4077C15.728 22.2249 15.7731 21.9907 15.7153 21.7708C15.0902 19.3925 13.6525 17.2734 11.624 15.7364Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5687 16.4596C14.3393 16.1918 14.4291 15.7714 14.7648 15.6636C15.3351 15.4805 15.9145 15.3572 16.5 15.2961L21.2252 20.0213C20.9993 20.4975 20.7039 20.9292 20.3159 21.3173C19.4035 22.2297 18.2497 22.6298 16.8453 22.8186C15.4851 23.0015 13.7504 23.0015 11.5744 23.0014H11.4256C9.24959 23.0015 7.51485 23.0015 6.15471 22.8186C4.75033 22.6298 3.59653 22.2297 2.68414 21.3173C1.77175 20.4049 1.37164 19.2511 1.18282 17.8467C0.999958 16.4866 0.999977 14.7519 1 12.5759V12.5759V12.427C0.999977 10.251 0.999958 8.51627 1.18282 7.15614C1.37164 5.75176 1.77175 4.59795 2.68414 3.68556C3.11554 3.25416 3.60091 2.93729 4.14123 2.70312L5.72663 4.28853C4.96234 4.46112 4.47413 4.72399 4.09835 5.09978C3.6195 5.57863 3.32399 6.24003 3.16499 7.42263C3.00212 8.634 3 10.234 3 12.5014C3 14.7689 3.00212 16.3689 3.16499 17.5802C3.32399 18.7628 3.6195 19.4242 4.09835 19.9031C4.5772 20.3819 5.2386 20.6774 6.42121 20.8364C7.63258 20.9993 9.23256 21.0014 11.5 21.0014C13.7674 21.0014 15.3674 20.9993 16.5788 20.8364C16.7221 20.8172 16.8578 20.7959 16.9864 20.7725C16.4795 19.1897 15.6544 17.7272 14.5687 16.4596Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5076 17.9476C21.6104 18.0504 21.6618 18.1018 21.7129 18.093C21.723 18.0913 21.7331 18.0878 21.7422 18.0831C21.7881 18.0592 21.7977 17.988 21.8168 17.8457C21.9997 16.4856 21.9996 14.7509 21.9996 12.5749V12.426C21.9996 10.25 21.9997 8.5153 21.8168 7.15516C21.628 5.75078 21.2279 4.59697 20.3155 3.68458C19.4031 2.77219 18.2493 2.37208 16.8449 2.18327C15.4848 2.0004 13.7501 2.00042 11.5741 2.00045C10.3426 2.00045 9.10987 1.96956 7.87916 2.02724C7.00341 2.06828 6.6577 3.09767 7.27763 3.7176C7.4944 3.93438 7.79308 4.04769 8.09944 4.03622C9.03532 4.0012 10.1491 4.00045 11.4996 4.00045C13.7671 4.00045 15.367 4.00257 16.5784 4.16543C17.761 4.32443 18.4224 4.61994 18.9013 5.09879C19.3801 5.57765 19.6756 6.23905 19.8346 7.42165C19.9975 8.63302 19.9996 10.233 19.9996 12.5004C19.9996 13.7382 19.999 14.7771 19.9719 15.6625C19.8478 15.6224 19.7233 15.5852 19.5984 15.551C19.3439 15.4811 19.2167 15.4462 19.178 15.5128C19.1393 15.5793 19.2343 15.6743 19.4243 15.8642L21.5076 17.9476Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18 8C18 9.10457 17.1046 10 16 10C14.8954 10 14 9.10457 14 8C14 6.89543 14.8954 6 16 6C17.1046 6 18 6.89543 18 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.624 15.7364C9.42747 14.072 6.67775 13.1952 3.86474 13.2527C3.20417 13.2514 2.54466 13.2985 1.8922 13.3932C1.5219 13.447 1.2479 13.7655 1.25001 14.1397C1.25969 15.8523 1.30237 17.2309 1.50986 18.3428C1.72174 19.4783 2.11505 20.3932 2.86091 21.1391C3.71911 21.9973 4.81137 22.3843 6.18802 22.5694C7.53143 22.75 9.2521 22.75 11.4428 22.75H11.5126C12.8581 22.75 14.0208 22.75 15.0193 22.7108C15.2465 22.7019 15.4574 22.5904 15.5927 22.4077C15.728 22.2249 15.7731 21.9907 15.7153 21.7708C15.0902 19.3925 13.6525 17.2734 11.624 15.7364Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-image-not-found-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8421 12.2567C12.6624 12.0769 12.4975 12.0265 12.2834 12.2081C10.7779 13.23 9.49398 14.6 8.33076 16.0452C7.55973 17.0032 6.80818 18.039 6.0777 19.0458C5.91898 19.2646 5.65187 19.8372 5.36113 19.8876C5.09125 19.9343 4.74153 19.5594 4.57633 19.3846C4.1078 18.8889 3.81621 18.1983 3.66029 16.9711C3.50141 15.7206 3.49951 14.0713 3.49951 11.7454C3.49951 9.46379 3.50123 7.83231 3.65177 6.5884C3.75728 5.71657 3.92869 5.11116 4.17869 4.65465C4.33118 4.37621 4.40742 4.23699 4.38955 4.13369C4.37167 4.03039 4.27257 3.94222 4.07436 3.76588L3.47667 3.23413C3.26081 3.04208 3.15287 2.94606 3.01801 2.96281C2.88315 2.97957 2.80874 3.08915 2.65991 3.30833C2.08485 4.15521 1.80928 5.16629 1.66626 6.34811C1.49948 7.72618 1.4995 9.4787 1.49951 11.6784V11.8164C1.49949 14.0553 1.49948 15.832 1.67624 17.2232C1.85782 18.6523 2.24124 19.8256 3.12273 20.7583C4.01176 21.6991 5.14281 22.1156 6.51955 22.3115C7.19557 22.4077 7.96591 22.4548 8.83796 22.4779C9.79768 22.5035 10.758 22.5 11.718 22.5C13.8368 22.5 15.5235 22.459 16.8621 22.2325C18.1374 22.0168 19.2521 21.3865 20.3274 20.6987C20.5876 20.5323 20.7177 20.4491 20.7332 20.3062C20.7487 20.1633 20.6351 20.0497 20.4079 19.8225L12.8421 12.2567Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.4501 17.8946C21.6837 18.1286 21.8005 18.2456 21.9326 18.2397C21.9823 18.2375 22.0403 18.219 22.0821 18.192C22.1932 18.1203 22.2186 17.969 22.2696 17.6666L22.2705 17.6613C22.4494 16.5629 22.4877 15.2287 22.4971 13.6264L22.497 13.6094C22.5002 13.0484 22.4999 12.4873 22.4999 11.9263C22.4999 9.75032 22.5 8.01559 22.3171 6.65545C22.1283 5.25107 21.7282 4.09726 20.8158 3.18487C19.9034 2.27248 18.7496 1.87237 17.3452 1.68356C15.9851 1.5007 14.2504 1.50071 12.0744 1.50073C10.4903 1.50073 8.90749 1.47488 7.33914 1.73033C6.79404 1.81912 6.42413 2.33299 6.51291 2.87809C6.59118 3.3586 7.18197 3.78229 7.66067 3.70432C8.8912 3.50389 9.55512 3.50074 11.9999 3.50074C14.2673 3.50074 15.8673 3.50286 17.0787 3.66573C18.2613 3.82472 18.9227 4.12023 19.4016 4.59909C19.8804 5.07794 20.1759 5.73934 20.3349 6.92194C20.4699 7.92631 20.4945 9.19782 20.4989 10.8954C20.5 11.3179 20.5006 11.5291 20.3726 11.619C20.2445 11.7089 20.035 11.6326 19.6159 11.4799C18.5268 11.0833 17.4652 10.9461 16.4314 11.0173C16.2832 11.0275 16.1227 11.0551 15.9404 11.0821C15.4608 11.1532 15.221 11.1888 15.1629 11.3642C15.1049 11.5396 15.2797 11.7147 15.6293 12.0648L21.4501 17.8946Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29265 1.29289C1.68317 0.902369 2.31634 0.902369 2.70686 1.29289L22.7069 21.2929C23.0974 21.6834 23.0974 22.3166 22.7069 22.7071C22.3163 23.0976 21.6832 23.0976 21.2926 22.7071L1.29265 2.70711C0.902125 2.31658 0.902125 1.68342 1.29265 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8421 12.2567C12.6624 12.0769 12.4975 12.0265 12.2834 12.2081C10.7779 13.23 9.49398 14.6 8.33076 16.0452C7.55973 17.0032 6.80818 18.039 6.0777 19.0458C5.91898 19.2646 5.65187 19.8372 5.36113 19.8876C5.09125 19.9343 4.74153 19.5594 4.57633 19.3846C4.1078 18.8889 3.81621 18.1983 3.66029 16.9711C3.50141 15.7206 3.49951 14.0713 3.49951 11.7454C3.49951 9.46379 3.50123 7.83231 3.65177 6.5884C3.75728 5.71657 3.92869 5.11116 4.17869 4.65465C4.33118 4.37621 4.40742 4.23699 4.38955 4.13369C4.37167 4.03039 4.27257 3.94222 4.07436 3.76588L3.47667 3.23413C3.26081 3.04208 3.15287 2.94606 3.01801 2.96281C2.88315 2.97957 2.80874 3.08915 2.65991 3.30833C2.08485 4.15521 1.80928 5.16629 1.66626 6.34811C1.49948 7.72618 1.4995 9.4787 1.49951 11.6784V11.8164C1.49949 14.0553 1.49948 15.832 1.67624 17.2232C1.85782 18.6523 2.24124 19.8256 3.12273 20.7583C4.01176 21.6991 5.14281 22.1156 6.51955 22.3115C7.19557 22.4077 7.96591 22.4548 8.83796 22.4779C9.79768 22.5035 10.758 22.5 11.718 22.5C13.8368 22.5 15.5235 22.459 16.8621 22.2325C18.1374 22.0168 19.2521 21.3865 20.3274 20.6987C20.5876 20.5323 20.7177 20.4491 20.7332 20.3062C20.7487 20.1633 20.6351 20.0497 20.4079 19.8225L12.8421 12.2567Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.4501 17.8946C21.6837 18.1286 21.8005 18.2456 21.9326 18.2397C21.9823 18.2375 22.0403 18.219 22.0821 18.192C22.1932 18.1203 22.2186 17.969 22.2696 17.6666L22.2705 17.6613C22.4494 16.5629 22.4877 15.2287 22.4971 13.6264L22.497 13.6094C22.5002 13.0484 22.4999 12.4873 22.4999 11.9263C22.4999 9.75032 22.5 8.01559 22.3171 6.65545C22.1283 5.25107 21.7282 4.09726 20.8158 3.18487C19.9034 2.27248 18.7496 1.87237 17.3452 1.68356C15.9851 1.5007 14.2504 1.50071 12.0744 1.50073C10.4903 1.50073 8.90749 1.47488 7.33914 1.73033C6.79404 1.81912 6.42413 2.33299 6.51291 2.87809C6.59118 3.3586 7.18197 3.78229 7.66067 3.70432C8.8912 3.50389 9.55512 3.50074 11.9999 3.50074C14.2673 3.50074 15.8673 3.50286 17.0787 3.66573C18.2613 3.82472 18.9227 4.12023 19.4016 4.59909C19.8804 5.07794 20.1759 5.73934 20.3349 6.92194C20.4699 7.92631 20.4945 9.19782 20.4989 10.8954C20.5 11.3179 20.5006 11.5291 20.3726 11.619C20.2445 11.7089 20.035 11.6326 19.6159 11.4799C18.5268 11.0833 17.4652 10.9461 16.4314 11.0173C16.2832 11.0275 16.1227 11.0551 15.9404 11.0821C15.4608 11.1532 15.221 11.1888 15.1629 11.3642C15.1049 11.5396 15.2797 11.7147 15.6293 12.0648L21.4501 17.8946Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29265 1.29289C1.68317 0.902369 2.31634 0.902369 2.70686 1.29289L22.7069 21.2929C23.0974 21.6834 23.0974 22.3166 22.7069 22.7071C22.3163 23.0976 21.6832 23.0976 21.2926 22.7071L1.29265 2.70711C0.902125 2.31658 0.902125 1.68342 1.29265 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-image-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4255 2L11.5 2C12.0523 2 12.5 2.44772 12.5 3C12.5 3.55229 12.0523 4 11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 14.7674 20 12.5C20 12.1713 20 11.8557 19.9995 11.5518C19.9985 10.9995 20.4454 10.551 20.9977 10.55C21.5499 10.549 21.9985 10.9959 21.9995 11.5482C22 11.8542 22 12.1717 22 12.5V12.5744C22 14.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 9.24957 1.99998 11.4255 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5559 13.8424C19.6586 12.5721 17.8489 11.9996 16.1134 12C14.3825 12.0004 12.8193 12.5709 11.4111 13.4286C9.01414 14.8887 6.9156 17.291 5.06493 19.4095C4.79884 19.7141 4.53787 20.0128 4.28187 20.3021L3 21.5L4.18678 22.3179C5.05368 22.6842 6.06852 22.8444 7.23537 22.9223C8.39753 23 9.79916 23 11.4679 22.9999H11.5741C13.75 23 15.4848 23 16.8449 22.8171C18.2493 22.6283 19.4031 22.2282 20.3155 21.3158C21.803 19.8283 21.967 17.7255 21.9995 14.6841L22.0053 14.1433L21.5559 13.8424Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 6C13 5.44772 13.4477 5 14 5H22C22.5523 5 23 5.44772 23 6C23 6.55228 22.5523 7 22 7H14C13.4477 7 13 6.55228 13 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4255 2L11.5 2C12.0523 2 12.5 2.44772 12.5 3C12.5 3.55229 12.0523 4 11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 14.7674 20 12.5C20 12.1713 20 11.8557 19.9995 11.5518C19.9985 10.9995 20.4454 10.551 20.9977 10.55C21.5499 10.549 21.9985 10.9959 21.9995 11.5482C22 11.8542 22 12.1717 22 12.5V12.5744C22 14.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 9.24957 1.99998 11.4255 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5559 13.8424C19.6586 12.5721 17.8489 11.9996 16.1134 12C14.3825 12.0004 12.8193 12.5709 11.4111 13.4286C9.01414 14.8887 6.9156 17.291 5.06493 19.4095C4.79884 19.7141 4.53787 20.0128 4.28187 20.3021L3 21.5L4.18678 22.3179C5.05368 22.6842 6.06852 22.8444 7.23537 22.9223C8.39753 23 9.79916 23 11.4679 22.9999H11.5741C13.75 23 15.4848 23 16.8449 22.8171C18.2493 22.6283 19.4031 22.2282 20.3155 21.3158C21.803 19.8283 21.967 17.7255 21.9995 14.6841L22.0053 14.1433L21.5559 13.8424Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 6C13 5.44772 13.4477 5 14 5H22C22.5523 5 23 5.44772 23 6C23 6.55228 22.5523 7 22 7H14C13.4477 7 13 6.55228 13 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-image-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4255 1.5L11.5 1.5C12.0523 1.5 12.5 1.94772 12.5 2.5C12.5 3.05229 12.0523 3.5 11.5 3.5C9.23256 3.5 7.63258 3.50212 6.42121 3.66499C5.2386 3.82399 4.5772 4.1195 4.09835 4.59835C3.6195 5.0772 3.32399 5.7386 3.16499 6.92121C3.00212 8.13258 3 9.73256 3 12C3 14.2674 3.00212 15.8674 3.16499 17.0788C3.32399 18.2614 3.6195 18.9228 4.09835 19.4017C4.5772 19.8805 5.2386 20.176 6.42121 20.335C7.63258 20.4979 9.23256 20.5 11.5 20.5C13.7674 20.5 15.3674 20.4979 16.5788 20.335C17.7614 20.176 18.4228 19.8805 18.9017 19.4017C19.3805 18.9228 19.676 18.2614 19.835 17.0788C19.9979 15.8674 20 14.2674 20 12C20 11.6713 20 11.3557 19.9995 11.0518C19.9985 10.4995 20.4454 10.051 20.9977 10.05C21.5499 10.049 21.9985 10.4959 21.9995 11.0482C22 11.3542 22 11.6717 22 12V12.0744C22 14.2504 22 15.9851 21.8172 17.3453C21.6284 18.7497 21.2283 19.9035 20.3159 20.8159C19.4035 21.7283 18.2497 22.1284 16.8453 22.3172C15.4851 22.5 13.7504 22.5 11.5744 22.5H11.4256C9.24959 22.5 7.51485 22.5 6.15471 22.3172C4.75033 22.1284 3.59653 21.7283 2.68414 20.8159C1.77175 19.9035 1.37164 18.7497 1.18282 17.3453C0.999958 15.9852 0.999977 14.2504 1 12.0745V11.9255C0.999977 9.74957 0.999958 8.01485 1.18282 6.65471C1.37164 5.25033 1.77175 4.09653 2.68414 3.18414C3.59653 2.27175 4.75033 1.87164 6.15471 1.68282C7.51485 1.49996 9.24957 1.49998 11.4255 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.81591 13.0027C6.62892 12.9452 9.37864 13.822 11.5752 15.4864C13.6036 17.0234 15.0414 19.1425 15.6665 21.5208C15.7243 21.7407 15.6792 21.9749 15.5439 22.1577C15.4086 22.3404 15.1977 22.4519 14.9705 22.4608C13.972 22.5 12.8093 22.5 11.4638 22.5H11.394C9.20328 22.5 7.48261 22.5 6.13919 22.3194C4.76254 22.1343 3.67028 21.7473 2.81208 20.8891C2.06622 20.1432 1.67291 19.2283 1.46104 18.0928C1.25354 16.9809 1.21086 15.6023 1.20118 13.8897C1.19907 13.5155 1.47307 13.197 1.84337 13.1432C2.49583 13.0485 3.15534 13.0014 3.81591 13.0027ZM14.5198 16.2082C14.2905 15.9404 14.3803 15.52 14.716 15.4122C15.5732 15.137 16.451 14.9968 17.339 15.0001C18.6551 14.999 19.9539 15.3169 21.1972 15.9305C21.4714 16.0658 21.636 16.3539 21.6132 16.6588C21.4779 18.4726 21.1275 19.8524 20.0908 20.8891C19.3085 21.6714 18.3318 22.0622 17.1224 22.2654C17.2152 21.9002 17.2159 21.5129 17.1177 21.1394C16.6392 19.3187 15.7456 17.6393 14.5198 16.2082Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 5.5C13 4.94772 13.4477 4.5 14 4.5H22C22.5523 4.5 23 4.94772 23 5.5C23 6.05228 22.5523 6.5 22 6.5H14C13.4477 6.5 13 6.05228 13 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4255 1.5L11.5 1.5C12.0523 1.5 12.5 1.94772 12.5 2.5C12.5 3.05229 12.0523 3.5 11.5 3.5C9.23256 3.5 7.63258 3.50212 6.42121 3.66499C5.2386 3.82399 4.5772 4.1195 4.09835 4.59835C3.6195 5.0772 3.32399 5.7386 3.16499 6.92121C3.00212 8.13258 3 9.73256 3 12C3 14.2674 3.00212 15.8674 3.16499 17.0788C3.32399 18.2614 3.6195 18.9228 4.09835 19.4017C4.5772 19.8805 5.2386 20.176 6.42121 20.335C7.63258 20.4979 9.23256 20.5 11.5 20.5C13.7674 20.5 15.3674 20.4979 16.5788 20.335C17.7614 20.176 18.4228 19.8805 18.9017 19.4017C19.3805 18.9228 19.676 18.2614 19.835 17.0788C19.9979 15.8674 20 14.2674 20 12C20 11.6713 20 11.3557 19.9995 11.0518C19.9985 10.4995 20.4454 10.051 20.9977 10.05C21.5499 10.049 21.9985 10.4959 21.9995 11.0482C22 11.3542 22 11.6717 22 12V12.0744C22 14.2504 22 15.9851 21.8172 17.3453C21.6284 18.7497 21.2283 19.9035 20.3159 20.8159C19.4035 21.7283 18.2497 22.1284 16.8453 22.3172C15.4851 22.5 13.7504 22.5 11.5744 22.5H11.4256C9.24959 22.5 7.51485 22.5 6.15471 22.3172C4.75033 22.1284 3.59653 21.7283 2.68414 20.8159C1.77175 19.9035 1.37164 18.7497 1.18282 17.3453C0.999958 15.9852 0.999977 14.2504 1 12.0745V11.9255C0.999977 9.74957 0.999958 8.01485 1.18282 6.65471C1.37164 5.25033 1.77175 4.09653 2.68414 3.18414C3.59653 2.27175 4.75033 1.87164 6.15471 1.68282C7.51485 1.49996 9.24957 1.49998 11.4255 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.81591 13.0027C6.62892 12.9452 9.37864 13.822 11.5752 15.4864C13.6036 17.0234 15.0414 19.1425 15.6665 21.5208C15.7243 21.7407 15.6792 21.9749 15.5439 22.1577C15.4086 22.3404 15.1977 22.4519 14.9705 22.4608C13.972 22.5 12.8093 22.5 11.4638 22.5H11.394C9.20328 22.5 7.48261 22.5 6.13919 22.3194C4.76254 22.1343 3.67028 21.7473 2.81208 20.8891C2.06622 20.1432 1.67291 19.2283 1.46104 18.0928C1.25354 16.9809 1.21086 15.6023 1.20118 13.8897C1.19907 13.5155 1.47307 13.197 1.84337 13.1432C2.49583 13.0485 3.15534 13.0014 3.81591 13.0027ZM14.5198 16.2082C14.2905 15.9404 14.3803 15.52 14.716 15.4122C15.5732 15.137 16.451 14.9968 17.339 15.0001C18.6551 14.999 19.9539 15.3169 21.1972 15.9305C21.4714 16.0658 21.636 16.3539 21.6132 16.6588C21.4779 18.4726 21.1275 19.8524 20.0908 20.8891C19.3085 21.6714 18.3318 22.0622 17.1224 22.2654C17.2152 21.9002 17.2159 21.5129 17.1177 21.1394C16.6392 19.3187 15.7456 17.6393 14.5198 16.2082Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 5.5C13 4.94772 13.4477 4.5 14 4.5H22C22.5523 4.5 23 4.94772 23 5.5C23 6.05228 22.5523 6.5 22 6.5H14C13.4477 6.5 13 6.05228 13 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-image-upload-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2835 4.517C18.0954 4.75649 17.8848 5.02456 17.7171 5.19711C17.3321 5.59314 16.699 5.60214 16.303 5.2172C15.907 4.83227 15.898 4.19917 16.2829 3.80313C16.3602 3.7236 16.4964 3.55433 16.7131 3.27846C16.7286 3.25871 16.7444 3.2386 16.7604 3.21815C16.9501 2.97653 17.1759 2.68889 17.4088 2.41401C17.6577 2.12023 17.9437 1.80621 18.2347 1.55833C18.3806 1.43404 18.5513 1.30605 18.7399 1.20511C18.9205 1.10843 19.1848 1.00012 19.5 1.00012C19.8152 1.00012 20.0795 1.10843 20.2601 1.20511C20.4487 1.30604 20.6194 1.43404 20.7653 1.55833C21.0563 1.80621 21.3423 2.12023 21.5912 2.41401C21.8241 2.68889 22.0499 2.97652 22.2395 3.21814C22.2556 3.23859 22.2714 3.25871 22.2869 3.27846C22.5036 3.55433 22.6398 3.7236 22.7171 3.80313C23.102 4.19917 23.093 4.83227 22.697 5.2172C22.301 5.60214 21.6679 5.59314 21.2829 5.19711C21.1152 5.02456 20.9046 4.75649 20.7165 4.51701L20.7141 4.51385C20.6994 4.49516 20.6846 4.47638 20.6698 4.45752C20.614 4.38642 20.5574 4.31425 20.5 4.24167V10.0001C20.5 10.5524 20.0523 11.0001 19.5 11.0001C18.9477 11.0001 18.5 10.5524 18.5 10.0001V4.24167C18.4427 4.31425 18.386 4.38641 18.3302 4.45751C18.3154 4.47637 18.3006 4.49515 18.2859 4.51385L18.2835 4.517Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3628 19.4405 19.6534 18.8106 19.8163 17.711C19.9836 16.5822 19.999 15.0952 19.9999 12.9995C20.0002 12.4473 20.4481 11.9997 21.0004 12C21.5527 12.0003 22.0002 12.4482 21.9999 13.0005C21.999 15.0517 21.988 16.6999 21.7947 18.0041C21.5972 19.3376 21.1932 20.4386 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999959 16.4852 0.999977 14.7504 1 12.5745V12.5745V12.4255V12.4255C0.999977 10.2496 0.999959 8.51484 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51484 1.99996 9.24957 1.99998 11.4255 2H11.4255L13.9996 2.00008C14.5519 2.00009 15 2.44782 15 3.00011C15 3.55239 14.5522 4.00009 13.9999 4.00008L11.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5498 13.7966C19.6519 12.5259 17.8416 11.9558 16.1057 11.9611C14.3746 11.9664 12.8123 12.5434 11.4056 13.4068C9.02727 14.8668 6.94182 17.2573 5.10133 19.367C4.81898 19.6907 4.54237 20.0077 4.27137 20.3138L3 21.4987L4.21243 22.3271C5.07755 22.6877 6.08965 22.8455 7.25301 22.9223C8.4118 22.9989 9.8082 22.9989 11.4694 22.9989H11.5751C13.7511 22.9989 15.4858 22.9989 16.846 22.816C18.2503 22.6272 19.4042 22.2271 20.3165 21.3147C21.0684 20.5628 21.4749 19.6439 21.6997 18.549C21.9188 17.4814 21.9762 16.1877 21.9934 14.6386L21.9994 14.0976L21.5498 13.7966Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2835 4.517C18.0954 4.75649 17.8848 5.02456 17.7171 5.19711C17.3321 5.59314 16.699 5.60214 16.303 5.2172C15.907 4.83227 15.898 4.19917 16.2829 3.80313C16.3602 3.7236 16.4964 3.55433 16.7131 3.27846C16.7286 3.25871 16.7444 3.2386 16.7604 3.21815C16.9501 2.97653 17.1759 2.68889 17.4088 2.41401C17.6577 2.12023 17.9437 1.80621 18.2347 1.55833C18.3806 1.43404 18.5513 1.30605 18.7399 1.20511C18.9205 1.10843 19.1848 1.00012 19.5 1.00012C19.8152 1.00012 20.0795 1.10843 20.2601 1.20511C20.4487 1.30604 20.6194 1.43404 20.7653 1.55833C21.0563 1.80621 21.3423 2.12023 21.5912 2.41401C21.8241 2.68889 22.0499 2.97652 22.2395 3.21814C22.2556 3.23859 22.2714 3.25871 22.2869 3.27846C22.5036 3.55433 22.6398 3.7236 22.7171 3.80313C23.102 4.19917 23.093 4.83227 22.697 5.2172C22.301 5.60214 21.6679 5.59314 21.2829 5.19711C21.1152 5.02456 20.9046 4.75649 20.7165 4.51701L20.7141 4.51385C20.6994 4.49516 20.6846 4.47638 20.6698 4.45752C20.614 4.38642 20.5574 4.31425 20.5 4.24167V10.0001C20.5 10.5524 20.0523 11.0001 19.5 11.0001C18.9477 11.0001 18.5 10.5524 18.5 10.0001V4.24167C18.4427 4.31425 18.386 4.38641 18.3302 4.45751C18.3154 4.47637 18.3006 4.49515 18.2859 4.51385L18.2835 4.517Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5 4C9.23256 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3628 19.4405 19.6534 18.8106 19.8163 17.711C19.9836 16.5822 19.999 15.0952 19.9999 12.9995C20.0002 12.4473 20.4481 11.9997 21.0004 12C21.5527 12.0003 22.0002 12.4482 21.9999 13.0005C21.999 15.0517 21.988 16.6999 21.7947 18.0041C21.5972 19.3376 21.1932 20.4386 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999959 16.4852 0.999977 14.7504 1 12.5745V12.5745V12.4255V12.4255C0.999977 10.2496 0.999959 8.51484 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51484 1.99996 9.24957 1.99998 11.4255 2H11.4255L13.9996 2.00008C14.5519 2.00009 15 2.44782 15 3.00011C15 3.55239 14.5522 4.00009 13.9999 4.00008L11.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5498 13.7966C19.6519 12.5259 17.8416 11.9558 16.1057 11.9611C14.3746 11.9664 12.8123 12.5434 11.4056 13.4068C9.02727 14.8668 6.94182 17.2573 5.10133 19.367C4.81898 19.6907 4.54237 20.0077 4.27137 20.3138L3 21.4987L4.21243 22.3271C5.07755 22.6877 6.08965 22.8455 7.25301 22.9223C8.4118 22.9989 9.8082 22.9989 11.4694 22.9989H11.5751C13.7511 22.9989 15.4858 22.9989 16.846 22.816C18.2503 22.6272 19.4042 22.2271 20.3165 21.3147C21.0684 20.5628 21.4749 19.6439 21.6997 18.549C21.9188 17.4814 21.9762 16.1877 21.9934 14.6386L21.9994 14.0976L21.5498 13.7966Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-image-upload{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4255 2L12.5 2C13.0523 2 13.5 2.44772 13.5 3C13.5 3.55229 13.0523 4 12.5 4C10.2326 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 15.7674 20 13.5V13C20 12.4477 20.4477 12 21 12C21.5523 12 22 12.4477 22 13V13.5744C22 15.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 10.2496 1.99998 12.4255 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.81591 13.1511C6.62892 13.0936 9.37864 13.9705 11.5752 15.6348C13.6036 17.1718 15.0414 19.291 15.6665 21.6692C15.7243 21.8891 15.6792 22.1234 15.5439 22.3061C15.4086 22.4889 15.1977 22.6004 14.9705 22.6093C13.972 22.6484 12.8093 22.6484 11.4638 22.6484H11.394C9.20328 22.6484 7.48261 22.6485 6.13919 22.4678C4.76254 22.2828 3.67028 21.8957 2.81208 21.0375C2.06622 20.2917 1.67291 19.3767 1.46104 18.2413C1.25354 17.1293 1.21086 15.7508 1.20118 14.0381C1.19907 13.6639 1.47307 13.3454 1.84337 13.2917C2.49583 13.1969 3.15534 13.1499 3.81591 13.1511ZM14.5198 16.3566C14.2905 16.0888 14.3803 15.6684 14.716 15.5606C15.5732 15.2854 16.451 15.1452 17.339 15.1485C18.6551 15.1474 19.9539 15.4654 21.1972 16.0789C21.4714 16.2142 21.636 16.5024 21.6132 16.8073C21.4779 18.6211 21.1275 20.0008 20.0908 21.0375C19.3085 21.8198 18.3318 22.2106 17.1224 22.4138C17.2152 22.0486 17.2159 21.6613 17.1177 21.2879C16.6392 19.4672 15.7456 17.7877 14.5198 16.3566Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7559 10C20.7559 10.5523 20.3081 11 19.7559 11C19.2036 11 18.7559 10.5523 18.7559 10L18.7559 5.5L18.1616 5.50002C17.986 5.50014 17.7703 5.5003 17.5939 5.47823L17.5905 5.47781C17.4641 5.46204 16.888 5.39021 16.6137 4.82461C16.3387 4.25779 16.6407 3.75765 16.706 3.64944L17.0451 3.18095C17.3397 2.80513 17.7454 2.29067 18.1259 1.89966C18.3157 1.70455 18.533 1.50331 18.7639 1.34447C18.9691 1.20326 19.3193 1 19.75 1C20.1807 1 20.5309 1.20326 20.7361 1.34447C20.967 1.50331 21.1843 1.70455 21.3741 1.89966C21.7546 2.29067 22.1602 2.80512 22.4549 3.18095L22.794 3.64944C22.8593 3.75765 23.1613 4.25779 22.8863 4.82461C22.612 5.39021 22.0359 5.46204 21.9095 5.47781L21.9061 5.47823C21.7297 5.5003 21.514 5.50014 21.3384 5.50002L20.7559 5.5L20.7559 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4255 2L12.5 2C13.0523 2 13.5 2.44772 13.5 3C13.5 3.55229 13.0523 4 12.5 4C10.2326 4 7.63258 4.00212 6.42121 4.16499C5.2386 4.32399 4.5772 4.6195 4.09835 5.09835C3.6195 5.5772 3.32399 6.2386 3.16499 7.42121C3.00212 8.63258 3 10.2326 3 12.5C3 14.7674 3.00212 16.3674 3.16499 17.5788C3.32399 18.7614 3.6195 19.4228 4.09835 19.9017C4.5772 20.3805 5.2386 20.676 6.42121 20.835C7.63258 20.9979 9.23256 21 11.5 21C13.7674 21 15.3674 20.9979 16.5788 20.835C17.7614 20.676 18.4228 20.3805 18.9017 19.9017C19.3805 19.4228 19.676 18.7614 19.835 17.5788C19.9979 16.3674 20 15.7674 20 13.5V13C20 12.4477 20.4477 12 21 12C21.5523 12 22 12.4477 22 13V13.5744C22 15.7504 22 16.4851 21.8172 17.8453C21.6284 19.2497 21.2283 20.4035 20.3159 21.3159C19.4035 22.2283 18.2497 22.6284 16.8453 22.8172C15.4851 23 13.7504 23 11.5744 23H11.4256C9.24959 23 7.51485 23 6.15471 22.8172C4.75033 22.6284 3.59653 22.2283 2.68414 21.3159C1.77175 20.4035 1.37164 19.2497 1.18282 17.8453C0.999958 16.4852 0.999977 14.7504 1 12.5745V12.4255C0.999977 10.2496 0.999958 8.51485 1.18282 7.15471C1.37164 5.75033 1.77175 4.59653 2.68414 3.68414C3.59653 2.77175 4.75033 2.37164 6.15471 2.18282C7.51485 1.99996 10.2496 1.99998 12.4255 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.81591 13.1511C6.62892 13.0936 9.37864 13.9705 11.5752 15.6348C13.6036 17.1718 15.0414 19.291 15.6665 21.6692C15.7243 21.8891 15.6792 22.1234 15.5439 22.3061C15.4086 22.4889 15.1977 22.6004 14.9705 22.6093C13.972 22.6484 12.8093 22.6484 11.4638 22.6484H11.394C9.20328 22.6484 7.48261 22.6485 6.13919 22.4678C4.76254 22.2828 3.67028 21.8957 2.81208 21.0375C2.06622 20.2917 1.67291 19.3767 1.46104 18.2413C1.25354 17.1293 1.21086 15.7508 1.20118 14.0381C1.19907 13.6639 1.47307 13.3454 1.84337 13.2917C2.49583 13.1969 3.15534 13.1499 3.81591 13.1511ZM14.5198 16.3566C14.2905 16.0888 14.3803 15.6684 14.716 15.5606C15.5732 15.2854 16.451 15.1452 17.339 15.1485C18.6551 15.1474 19.9539 15.4654 21.1972 16.0789C21.4714 16.2142 21.636 16.5024 21.6132 16.8073C21.4779 18.6211 21.1275 20.0008 20.0908 21.0375C19.3085 21.8198 18.3318 22.2106 17.1224 22.4138C17.2152 22.0486 17.2159 21.6613 17.1177 21.2879C16.6392 19.4672 15.7456 17.7877 14.5198 16.3566Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7559 10C20.7559 10.5523 20.3081 11 19.7559 11C19.2036 11 18.7559 10.5523 18.7559 10L18.7559 5.5L18.1616 5.50002C17.986 5.50014 17.7703 5.5003 17.5939 5.47823L17.5905 5.47781C17.4641 5.46204 16.888 5.39021 16.6137 4.82461C16.3387 4.25779 16.6407 3.75765 16.706 3.64944L17.0451 3.18095C17.3397 2.80513 17.7454 2.29067 18.1259 1.89966C18.3157 1.70455 18.533 1.50331 18.7639 1.34447C18.9691 1.20326 19.3193 1 19.75 1C20.1807 1 20.5309 1.20326 20.7361 1.34447C20.967 1.50331 21.1843 1.70455 21.3741 1.89966C21.7546 2.29067 22.1602 2.80512 22.4549 3.18095L22.794 3.64944C22.8593 3.75765 23.1613 4.25779 22.8863 4.82461C22.612 5.39021 22.0359 5.46204 21.9095 5.47781L21.9061 5.47823C21.7297 5.5003 21.514 5.50014 21.3384 5.50002L20.7559 5.5L20.7559 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-open-caption{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.22222 20.25C1.54721 20.25 1 20.6977 1 21.25C1 21.8023 1.54721 22.25 2.22222 22.25H21.7778C22.4528 22.25 23 21.8023 23 21.25C23 20.6977 22.4528 20.25 21.7778 20.25H2.22222Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4552 1.75H13.5448H13.5448C15.3862 1.74999 16.8282 1.74999 17.9642 1.87029C19.1201 1.9927 20.057 2.24735 20.8388 2.82617C21.0736 2.99997 21.2918 3.19236 21.4907 3.4015C22.1653 4.1109 22.4681 4.97477 22.6116 6.02959C22.75 7.04762 22.75 8.33342 22.75 9.9445V10.0555C22.75 11.6666 22.75 12.9524 22.6116 13.9704C22.4681 15.0252 22.1653 15.8891 21.4907 16.5985C21.2918 16.8076 21.0736 17 20.8388 17.1738C20.057 17.7526 19.1201 18.0073 17.9642 18.1297C16.8282 18.25 15.3861 18.25 13.5448 18.25H10.4551C8.61381 18.25 7.17176 18.25 6.03578 18.1297C4.87986 18.0073 3.94296 17.7526 3.16118 17.1738C2.92644 17 2.70821 16.8076 2.50932 16.5985C1.83469 15.8891 1.53192 15.0252 1.38844 13.9704C1.24997 12.9524 1.24998 11.6666 1.25 10.0555V10.0555V9.94451C1.24998 8.33342 1.24997 7.04763 1.38844 6.02959C1.53192 4.97477 1.83469 4.1109 2.50932 3.4015C2.70821 3.19236 2.92644 2.99997 3.16118 2.82617C3.94296 2.24735 4.87986 1.9927 6.03578 1.87029C7.17177 1.74999 8.61384 1.74999 10.4552 1.75H10.4552ZM10.1646 6.00279L9.67419 6.00279C9.59468 6.00279 9.51439 6.0021 9.43357 6.00141C8.85867 5.99649 8.25729 5.99134 7.72356 6.23099C7.04595 6.53526 6.50759 7.11888 6.22692 7.85345C6.10247 8.17915 6.05684 8.50883 6.03609 8.83843C5.98797 9.60294 5.98797 10.397 6.03609 11.1616C6.05684 11.4912 6.10247 11.8209 6.22692 12.1466C6.50759 12.8811 7.04595 13.4647 7.72356 13.769C8.25729 14.0087 8.85867 14.0035 9.43357 13.9986C9.51438 13.9979 9.59467 13.9972 9.67418 13.9972L10.1646 13.9972C10.6737 13.9972 11.0864 13.5498 11.0864 12.9979C11.0864 12.446 10.6737 11.9986 10.1646 11.9986H9.70367C9.26155 11.9986 8.97612 11.9981 8.75767 11.9819C8.26013 11.9451 7.91096 11.5899 7.87544 11.0255C7.86054 10.7887 7.86004 10.4793 7.86004 10C7.86004 9.52071 7.86054 9.21129 7.87544 8.97448C7.91096 8.41015 8.26013 8.05489 8.75767 8.0181C8.97612 8.00194 9.26155 8.0014 9.70367 8.0014H10.1646C10.6737 8.0014 11.0864 7.55399 11.0864 7.00209C11.0864 6.4502 10.6737 6.00279 10.1646 6.00279ZM17.0782 6.00279L16.5878 6.00279C16.5083 6.00279 16.428 6.0021 16.3472 6.00141C15.7723 5.99649 15.1709 5.99134 14.6372 6.23099C13.9596 6.53526 13.4212 7.11888 13.1405 7.85345C13.0161 8.17915 12.9704 8.50883 12.9497 8.83843C12.9016 9.60294 12.9016 10.397 12.9497 11.1616C12.9704 11.4912 13.0161 11.8209 13.1405 12.1466C13.4212 12.8811 13.9596 13.4647 14.6372 13.769C15.1709 14.0087 15.7723 14.0035 16.3472 13.9986C16.428 13.9979 16.5083 13.9972 16.5878 13.9972L17.0782 13.9972C17.5873 13.9972 18 13.5498 18 12.9979C18 12.446 17.5873 11.9986 17.0782 11.9986H16.6173C16.1752 11.9986 15.8897 11.9981 15.6713 11.9819C15.1737 11.9451 14.8246 11.5899 14.7891 11.0255C14.7741 10.7887 14.7736 10.4793 14.7736 10C14.7736 9.52071 14.7741 9.21129 14.7891 8.97448C14.8246 8.41015 15.1737 8.05489 15.6713 8.0181C15.8897 8.00194 16.1752 8.0014 16.6173 8.0014H17.0782C17.5873 8.0014 18 7.55399 18 7.00209C18 6.4502 17.5873 6.00279 17.0782 6.00279Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.22222 20.25C1.54721 20.25 1 20.6977 1 21.25C1 21.8023 1.54721 22.25 2.22222 22.25H21.7778C22.4528 22.25 23 21.8023 23 21.25C23 20.6977 22.4528 20.25 21.7778 20.25H2.22222Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4552 1.75H13.5448H13.5448C15.3862 1.74999 16.8282 1.74999 17.9642 1.87029C19.1201 1.9927 20.057 2.24735 20.8388 2.82617C21.0736 2.99997 21.2918 3.19236 21.4907 3.4015C22.1653 4.1109 22.4681 4.97477 22.6116 6.02959C22.75 7.04762 22.75 8.33342 22.75 9.9445V10.0555C22.75 11.6666 22.75 12.9524 22.6116 13.9704C22.4681 15.0252 22.1653 15.8891 21.4907 16.5985C21.2918 16.8076 21.0736 17 20.8388 17.1738C20.057 17.7526 19.1201 18.0073 17.9642 18.1297C16.8282 18.25 15.3861 18.25 13.5448 18.25H10.4551C8.61381 18.25 7.17176 18.25 6.03578 18.1297C4.87986 18.0073 3.94296 17.7526 3.16118 17.1738C2.92644 17 2.70821 16.8076 2.50932 16.5985C1.83469 15.8891 1.53192 15.0252 1.38844 13.9704C1.24997 12.9524 1.24998 11.6666 1.25 10.0555V10.0555V9.94451C1.24998 8.33342 1.24997 7.04763 1.38844 6.02959C1.53192 4.97477 1.83469 4.1109 2.50932 3.4015C2.70821 3.19236 2.92644 2.99997 3.16118 2.82617C3.94296 2.24735 4.87986 1.9927 6.03578 1.87029C7.17177 1.74999 8.61384 1.74999 10.4552 1.75H10.4552ZM10.1646 6.00279L9.67419 6.00279C9.59468 6.00279 9.51439 6.0021 9.43357 6.00141C8.85867 5.99649 8.25729 5.99134 7.72356 6.23099C7.04595 6.53526 6.50759 7.11888 6.22692 7.85345C6.10247 8.17915 6.05684 8.50883 6.03609 8.83843C5.98797 9.60294 5.98797 10.397 6.03609 11.1616C6.05684 11.4912 6.10247 11.8209 6.22692 12.1466C6.50759 12.8811 7.04595 13.4647 7.72356 13.769C8.25729 14.0087 8.85867 14.0035 9.43357 13.9986C9.51438 13.9979 9.59467 13.9972 9.67418 13.9972L10.1646 13.9972C10.6737 13.9972 11.0864 13.5498 11.0864 12.9979C11.0864 12.446 10.6737 11.9986 10.1646 11.9986H9.70367C9.26155 11.9986 8.97612 11.9981 8.75767 11.9819C8.26013 11.9451 7.91096 11.5899 7.87544 11.0255C7.86054 10.7887 7.86004 10.4793 7.86004 10C7.86004 9.52071 7.86054 9.21129 7.87544 8.97448C7.91096 8.41015 8.26013 8.05489 8.75767 8.0181C8.97612 8.00194 9.26155 8.0014 9.70367 8.0014H10.1646C10.6737 8.0014 11.0864 7.55399 11.0864 7.00209C11.0864 6.4502 10.6737 6.00279 10.1646 6.00279ZM17.0782 6.00279L16.5878 6.00279C16.5083 6.00279 16.428 6.0021 16.3472 6.00141C15.7723 5.99649 15.1709 5.99134 14.6372 6.23099C13.9596 6.53526 13.4212 7.11888 13.1405 7.85345C13.0161 8.17915 12.9704 8.50883 12.9497 8.83843C12.9016 9.60294 12.9016 10.397 12.9497 11.1616C12.9704 11.4912 13.0161 11.8209 13.1405 12.1466C13.4212 12.8811 13.9596 13.4647 14.6372 13.769C15.1709 14.0087 15.7723 14.0035 16.3472 13.9986C16.428 13.9979 16.5083 13.9972 16.5878 13.9972L17.0782 13.9972C17.5873 13.9972 18 13.5498 18 12.9979C18 12.446 17.5873 11.9986 17.0782 11.9986H16.6173C16.1752 11.9986 15.8897 11.9981 15.6713 11.9819C15.1737 11.9451 14.8246 11.5899 14.7891 11.0255C14.7741 10.7887 14.7736 10.4793 14.7736 10C14.7736 9.52071 14.7741 9.21129 14.7891 8.97448C14.8246 8.41015 15.1737 8.05489 15.6713 8.0181C15.8897 8.00194 16.1752 8.0014 16.6173 8.0014H17.0782C17.5873 8.0014 18 7.55399 18 7.00209C18 6.4502 17.5873 6.00279 17.0782 6.00279Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-play-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM13.507 8.98648L13.5886 9.03697L13.5886 9.03698C14.2703 9.45868 14.8387 9.81024 15.2505 10.1378C15.6745 10.475 16.0479 10.8736 16.1821 11.4292C16.2726 11.8037 16.2726 12.1966 16.1821 12.5711C16.0479 13.1266 15.6745 13.5252 15.2505 13.8624C14.8387 14.19 14.2703 14.5416 13.5886 14.9633L13.5886 14.9633L13.507 15.0138L13.5069 15.0138C12.8503 15.4201 12.2993 15.7609 11.8422 15.9726C11.3786 16.1873 10.85 16.3494 10.2988 16.1793C9.93447 16.0668 9.6108 15.8559 9.35518 15.575C8.98329 15.1665 8.86071 14.6325 8.80525 14.0988C8.74997 13.567 8.74999 12.8798 8.75 12.0431V12.0431V11.9571V11.9571C8.74999 11.1204 8.74997 10.4333 8.80525 9.90146C8.86071 9.36777 8.98329 8.8338 9.35518 8.42523C9.6108 8.14441 9.93447 7.93342 10.2988 7.82101C10.85 7.65091 11.3786 7.81293 11.8422 8.02763C12.2993 8.23934 12.8503 8.58022 13.507 8.98648Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM13.507 8.98648L13.5886 9.03697L13.5886 9.03698C14.2703 9.45868 14.8387 9.81024 15.2505 10.1378C15.6745 10.475 16.0479 10.8736 16.1821 11.4292C16.2726 11.8037 16.2726 12.1966 16.1821 12.5711C16.0479 13.1266 15.6745 13.5252 15.2505 13.8624C14.8387 14.19 14.2703 14.5416 13.5886 14.9633L13.5886 14.9633L13.507 15.0138L13.5069 15.0138C12.8503 15.4201 12.2993 15.7609 11.8422 15.9726C11.3786 16.1873 10.85 16.3494 10.2988 16.1793C9.93447 16.0668 9.6108 15.8559 9.35518 15.575C8.98329 15.1665 8.86071 14.6325 8.80525 14.0988C8.74997 13.567 8.74999 12.8798 8.75 12.0431V12.0431V11.9571V11.9571C8.74999 11.1204 8.74997 10.4333 8.80525 9.90146C8.86071 9.36777 8.98329 8.8338 9.35518 8.42523C9.6108 8.14441 9.93447 7.93342 10.2988 7.82101C10.85 7.65091 11.3786 7.81293 11.8422 8.02763C12.2993 8.23934 12.8503 8.58022 13.507 8.98648Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-play-list-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1525 1.31827C11.2667 1.25339 11.4052 1.253 11.6823 1.25222L11.8881 1.25161C12.8696 1.24865 13.8524 1.24568 14.833 1.28283C15.2678 1.29931 15.4853 1.30755 15.5666 1.45848C15.648 1.60941 15.5338 1.79812 15.3055 2.17554L12.9793 6.02089C12.8368 6.25655 12.7655 6.37438 12.6512 6.43884C12.5368 6.50329 12.3991 6.50329 12.1237 6.50329H8.67267C8.35945 6.50329 8.20283 6.50329 8.14539 6.40183C8.08794 6.30037 8.16852 6.16608 8.32967 5.8975L10.825 1.73861C10.9672 1.50164 11.0383 1.38314 11.1525 1.31827Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.5907 1.37407C8.53003 1.27195 8.37165 1.27784 8.0549 1.28961C7.36371 1.31529 6.7436 1.3591 6.18802 1.43379C4.81137 1.61888 3.71911 2.00591 2.86091 2.86411C1.99797 3.72705 1.62446 4.88277 1.44949 6.06051C1.41938 6.26319 1.40433 6.36453 1.46417 6.43391C1.524 6.50329 1.62901 6.50329 1.83901 6.50329H5.09742C5.37539 6.50329 5.51438 6.50329 5.6294 6.43782C5.74441 6.37235 5.81537 6.25284 5.95728 6.01382L8.40681 1.8881C8.56985 1.61349 8.65137 1.47619 8.5907 1.37407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6711 1.89702C18.3653 1.77117 18.2124 1.70825 18.0375 1.7651C17.8627 1.82196 17.7656 1.97977 17.5714 2.29539L15.357 5.89365C15.191 6.16349 15.108 6.29841 15.1652 6.40085C15.2224 6.50329 15.3809 6.50329 15.6977 6.50329H21.161C21.371 6.50329 21.476 6.50329 21.5358 6.43391C21.5957 6.36453 21.5806 6.26319 21.5505 6.06051C21.3756 4.88277 21.002 3.72705 20.1391 2.86411C19.7103 2.43532 19.2231 2.12415 18.6711 1.89702Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.6183 8.61872C21.7352 8.73416 21.7374 8.917 21.7419 9.2827C21.75 9.94706 21.75 10.6667 21.75 11.4458V11.5604C21.75 11.8083 21.75 12.0501 21.7497 12.2861C21.7493 12.6966 21.7491 12.9019 21.6316 12.9918C21.5142 13.0817 21.2941 13.0226 20.8538 12.9043C19.8055 12.6227 18.816 12.75 18.0002 13.0874C16.8568 12.6145 15.3721 12.5543 13.8626 13.4544C12.2483 14.417 11.5499 16.2871 11.8008 18.1058C11.9235 18.995 12.2597 19.8658 12.7951 20.6886C13.1203 21.1883 13.2829 21.4382 13.1979 21.5951C13.1129 21.752 12.8341 21.7523 12.2766 21.7529C12.0426 21.7532 11.8029 21.7532 11.5572 21.7532H11.4428C9.2521 21.7532 7.53144 21.7532 6.18802 21.5726C4.81137 21.3875 3.71911 21.0005 2.86091 20.1423C2.00272 19.2841 1.61568 18.1918 1.43059 16.8152C1.24998 15.4718 1.24999 13.7511 1.25 11.5604V11.446C1.25 10.6669 1.24999 9.94709 1.25811 9.2827C1.26259 8.917 1.26482 8.73416 1.38167 8.61872C1.49853 8.50329 1.68305 8.50329 2.0521 8.50329H20.9479C21.3169 8.50329 21.5015 8.50329 21.6183 8.61872Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18 14.7893C18.7729 14.2397 20.02 13.9381 21.3694 14.7427C22.3758 15.3428 22.8975 16.567 22.7135 17.9007C22.5281 19.2446 21.6457 20.6869 19.9024 21.9412C19.3484 22.3409 18.7813 22.75 18 22.75C17.2187 22.75 16.6516 22.3409 16.0976 21.9412C14.3543 20.6869 13.4719 19.2446 13.2865 17.9007C13.1025 16.567 13.6242 15.3428 14.6306 14.7427C15.98 13.9381 17.2271 14.2397 18 14.7893Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1525 1.31827C11.2667 1.25339 11.4052 1.253 11.6823 1.25222L11.8881 1.25161C12.8696 1.24865 13.8524 1.24568 14.833 1.28283C15.2678 1.29931 15.4853 1.30755 15.5666 1.45848C15.648 1.60941 15.5338 1.79812 15.3055 2.17554L12.9793 6.02089C12.8368 6.25655 12.7655 6.37438 12.6512 6.43884C12.5368 6.50329 12.3991 6.50329 12.1237 6.50329H8.67267C8.35945 6.50329 8.20283 6.50329 8.14539 6.40183C8.08794 6.30037 8.16852 6.16608 8.32967 5.8975L10.825 1.73861C10.9672 1.50164 11.0383 1.38314 11.1525 1.31827Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.5907 1.37407C8.53003 1.27195 8.37165 1.27784 8.0549 1.28961C7.36371 1.31529 6.7436 1.3591 6.18802 1.43379C4.81137 1.61888 3.71911 2.00591 2.86091 2.86411C1.99797 3.72705 1.62446 4.88277 1.44949 6.06051C1.41938 6.26319 1.40433 6.36453 1.46417 6.43391C1.524 6.50329 1.62901 6.50329 1.83901 6.50329H5.09742C5.37539 6.50329 5.51438 6.50329 5.6294 6.43782C5.74441 6.37235 5.81537 6.25284 5.95728 6.01382L8.40681 1.8881C8.56985 1.61349 8.65137 1.47619 8.5907 1.37407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6711 1.89702C18.3653 1.77117 18.2124 1.70825 18.0375 1.7651C17.8627 1.82196 17.7656 1.97977 17.5714 2.29539L15.357 5.89365C15.191 6.16349 15.108 6.29841 15.1652 6.40085C15.2224 6.50329 15.3809 6.50329 15.6977 6.50329H21.161C21.371 6.50329 21.476 6.50329 21.5358 6.43391C21.5957 6.36453 21.5806 6.26319 21.5505 6.06051C21.3756 4.88277 21.002 3.72705 20.1391 2.86411C19.7103 2.43532 19.2231 2.12415 18.6711 1.89702Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.6183 8.61872C21.7352 8.73416 21.7374 8.917 21.7419 9.2827C21.75 9.94706 21.75 10.6667 21.75 11.4458V11.5604C21.75 11.8083 21.75 12.0501 21.7497 12.2861C21.7493 12.6966 21.7491 12.9019 21.6316 12.9918C21.5142 13.0817 21.2941 13.0226 20.8538 12.9043C19.8055 12.6227 18.816 12.75 18.0002 13.0874C16.8568 12.6145 15.3721 12.5543 13.8626 13.4544C12.2483 14.417 11.5499 16.2871 11.8008 18.1058C11.9235 18.995 12.2597 19.8658 12.7951 20.6886C13.1203 21.1883 13.2829 21.4382 13.1979 21.5951C13.1129 21.752 12.8341 21.7523 12.2766 21.7529C12.0426 21.7532 11.8029 21.7532 11.5572 21.7532H11.4428C9.2521 21.7532 7.53144 21.7532 6.18802 21.5726C4.81137 21.3875 3.71911 21.0005 2.86091 20.1423C2.00272 19.2841 1.61568 18.1918 1.43059 16.8152C1.24998 15.4718 1.24999 13.7511 1.25 11.5604V11.446C1.25 10.6669 1.24999 9.94709 1.25811 9.2827C1.26259 8.917 1.26482 8.73416 1.38167 8.61872C1.49853 8.50329 1.68305 8.50329 2.0521 8.50329H20.9479C21.3169 8.50329 21.5015 8.50329 21.6183 8.61872Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18 14.7893C18.7729 14.2397 20.02 13.9381 21.3694 14.7427C22.3758 15.3428 22.8975 16.567 22.7135 17.9007C22.5281 19.2446 21.6457 20.6869 19.9024 21.9412C19.3484 22.3409 18.7813 22.75 18 22.75C17.2187 22.75 16.6516 22.3409 16.0976 21.9412C14.3543 20.6869 13.4719 19.2446 13.2865 17.9007C13.1025 16.567 13.6242 15.3428 14.6306 14.7427C15.98 13.9381 17.2271 14.2397 18 14.7893Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-play-list-2{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1525 1.31827C11.2667 1.25339 11.4052 1.253 11.6823 1.25222L11.8881 1.25161C12.8696 1.24865 13.8524 1.24568 14.833 1.28283C15.2678 1.29931 15.4853 1.30755 15.5666 1.45848C15.648 1.60941 15.5338 1.79812 15.3055 2.17554L12.9793 6.02089C12.8368 6.25655 12.7655 6.37438 12.6512 6.43884C12.5368 6.50329 12.3991 6.50329 12.1237 6.50329H8.67267C8.35945 6.50329 8.20283 6.50329 8.14539 6.40183C8.08794 6.30037 8.16852 6.16608 8.32967 5.89749L10.825 1.73861C10.9672 1.50163 11.0383 1.38314 11.1525 1.31827Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.5907 1.37407C8.53003 1.27195 8.37165 1.27784 8.0549 1.28961C7.36371 1.31529 6.7436 1.3591 6.18802 1.43379C4.81137 1.61888 3.71911 2.00591 2.86091 2.86411C1.99797 3.72705 1.62446 4.88277 1.44949 6.06051C1.41938 6.26319 1.40433 6.36453 1.46417 6.43391C1.524 6.50329 1.62901 6.50329 1.83901 6.50329H5.09742C5.37539 6.50329 5.51438 6.50329 5.6294 6.43782C5.74441 6.37235 5.81537 6.25284 5.95728 6.01381L8.40681 1.8881C8.56985 1.61349 8.65137 1.47619 8.5907 1.37407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6711 1.89702C18.3653 1.77117 18.2124 1.70825 18.0375 1.7651C17.8627 1.82196 17.7656 1.97977 17.5714 2.29539L15.357 5.89365C15.191 6.16349 15.108 6.29841 15.1652 6.40085C15.2224 6.50329 15.3809 6.50329 15.6977 6.50329H21.161C21.371 6.50329 21.476 6.50329 21.5358 6.43391C21.5957 6.36453 21.5806 6.26319 21.5505 6.06051C21.3756 4.88277 21.002 3.72705 20.1391 2.86411C19.7103 2.43532 19.2231 2.12415 18.6711 1.89702Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.6183 8.61872C21.7352 8.73416 21.7374 8.917 21.7419 9.2827C21.75 9.94706 21.75 10.6667 21.75 11.4458V11.5604C21.75 11.7438 21.75 11.8355 21.7349 11.8956C21.6945 12.0559 21.6425 12.1246 21.4992 12.207C21.4454 12.2379 21.3199 12.2733 21.0688 12.3441C20.6709 12.4564 20.2954 12.6691 19.9822 12.9822L18.9571 14.0074C18.6238 14.3407 18.4571 14.5074 18.25 14.5074C18.0429 14.5074 17.8762 14.3407 17.5429 14.0074L16.5178 12.9822C15.5415 12.0059 13.9585 12.0059 12.9822 12.9822C12.0059 13.9585 12.0059 15.5415 12.9822 16.5178L14.0074 17.5429C14.3407 17.8762 14.5074 18.0429 14.5074 18.25C14.5074 18.4571 14.3407 18.6238 14.0074 18.9571L12.9822 19.9822C12.6691 20.2954 12.4564 20.6709 12.3441 21.0688C12.2725 21.3225 12.2367 21.4494 12.2053 21.5037C12.1231 21.6457 12.0552 21.6971 11.8961 21.7377C11.8353 21.7532 11.7426 21.7532 11.5572 21.7532H11.4428C9.2521 21.7532 7.53144 21.7532 6.18802 21.5726C4.81137 21.3875 3.71911 21.0005 2.86091 20.1423C2.00272 19.2841 1.61568 18.1918 1.43059 16.8152C1.24998 15.4718 1.24999 13.7511 1.25 11.5604V11.446C1.25 10.6669 1.24999 9.94711 1.25811 9.2827C1.26259 8.917 1.26482 8.73416 1.38167 8.61872C1.49853 8.50329 1.68305 8.50329 2.0521 8.50329H20.9479C21.3169 8.50329 21.5015 8.50329 21.6183 8.61872Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.4571 14.0429C22.8476 14.4334 22.8476 15.0666 22.4571 15.4571L19.6642 18.25L22.4571 21.0429C22.8476 21.4334 22.8476 22.0666 22.4571 22.4571C22.0666 22.8476 21.4334 22.8476 21.0429 22.4571L18.25 19.6642L15.4571 22.4571C15.0666 22.8476 14.4334 22.8476 14.0429 22.4571C13.6524 22.0666 13.6524 21.4334 14.0429 21.0429L16.8358 18.25L14.0429 15.4571C13.6524 15.0666 13.6524 14.4334 14.0429 14.0429C14.4334 13.6524 15.0666 13.6524 15.4571 14.0429L18.25 16.8358L21.0429 14.0429C21.4334 13.6524 22.0666 13.6524 22.4571 14.0429Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1525 1.31827C11.2667 1.25339 11.4052 1.253 11.6823 1.25222L11.8881 1.25161C12.8696 1.24865 13.8524 1.24568 14.833 1.28283C15.2678 1.29931 15.4853 1.30755 15.5666 1.45848C15.648 1.60941 15.5338 1.79812 15.3055 2.17554L12.9793 6.02089C12.8368 6.25655 12.7655 6.37438 12.6512 6.43884C12.5368 6.50329 12.3991 6.50329 12.1237 6.50329H8.67267C8.35945 6.50329 8.20283 6.50329 8.14539 6.40183C8.08794 6.30037 8.16852 6.16608 8.32967 5.89749L10.825 1.73861C10.9672 1.50163 11.0383 1.38314 11.1525 1.31827Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.5907 1.37407C8.53003 1.27195 8.37165 1.27784 8.0549 1.28961C7.36371 1.31529 6.7436 1.3591 6.18802 1.43379C4.81137 1.61888 3.71911 2.00591 2.86091 2.86411C1.99797 3.72705 1.62446 4.88277 1.44949 6.06051C1.41938 6.26319 1.40433 6.36453 1.46417 6.43391C1.524 6.50329 1.62901 6.50329 1.83901 6.50329H5.09742C5.37539 6.50329 5.51438 6.50329 5.6294 6.43782C5.74441 6.37235 5.81537 6.25284 5.95728 6.01381L8.40681 1.8881C8.56985 1.61349 8.65137 1.47619 8.5907 1.37407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6711 1.89702C18.3653 1.77117 18.2124 1.70825 18.0375 1.7651C17.8627 1.82196 17.7656 1.97977 17.5714 2.29539L15.357 5.89365C15.191 6.16349 15.108 6.29841 15.1652 6.40085C15.2224 6.50329 15.3809 6.50329 15.6977 6.50329H21.161C21.371 6.50329 21.476 6.50329 21.5358 6.43391C21.5957 6.36453 21.5806 6.26319 21.5505 6.06051C21.3756 4.88277 21.002 3.72705 20.1391 2.86411C19.7103 2.43532 19.2231 2.12415 18.6711 1.89702Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.6183 8.61872C21.7352 8.73416 21.7374 8.917 21.7419 9.2827C21.75 9.94706 21.75 10.6667 21.75 11.4458V11.5604C21.75 11.7438 21.75 11.8355 21.7349 11.8956C21.6945 12.0559 21.6425 12.1246 21.4992 12.207C21.4454 12.2379 21.3199 12.2733 21.0688 12.3441C20.6709 12.4564 20.2954 12.6691 19.9822 12.9822L18.9571 14.0074C18.6238 14.3407 18.4571 14.5074 18.25 14.5074C18.0429 14.5074 17.8762 14.3407 17.5429 14.0074L16.5178 12.9822C15.5415 12.0059 13.9585 12.0059 12.9822 12.9822C12.0059 13.9585 12.0059 15.5415 12.9822 16.5178L14.0074 17.5429C14.3407 17.8762 14.5074 18.0429 14.5074 18.25C14.5074 18.4571 14.3407 18.6238 14.0074 18.9571L12.9822 19.9822C12.6691 20.2954 12.4564 20.6709 12.3441 21.0688C12.2725 21.3225 12.2367 21.4494 12.2053 21.5037C12.1231 21.6457 12.0552 21.6971 11.8961 21.7377C11.8353 21.7532 11.7426 21.7532 11.5572 21.7532H11.4428C9.2521 21.7532 7.53144 21.7532 6.18802 21.5726C4.81137 21.3875 3.71911 21.0005 2.86091 20.1423C2.00272 19.2841 1.61568 18.1918 1.43059 16.8152C1.24998 15.4718 1.24999 13.7511 1.25 11.5604V11.446C1.25 10.6669 1.24999 9.94711 1.25811 9.2827C1.26259 8.917 1.26482 8.73416 1.38167 8.61872C1.49853 8.50329 1.68305 8.50329 2.0521 8.50329H20.9479C21.3169 8.50329 21.5015 8.50329 21.6183 8.61872Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.4571 14.0429C22.8476 14.4334 22.8476 15.0666 22.4571 15.4571L19.6642 18.25L22.4571 21.0429C22.8476 21.4334 22.8476 22.0666 22.4571 22.4571C22.0666 22.8476 21.4334 22.8476 21.0429 22.4571L18.25 19.6642L15.4571 22.4571C15.0666 22.8476 14.4334 22.8476 14.0429 22.4571C13.6524 22.0666 13.6524 21.4334 14.0429 21.0429L16.8358 18.25L14.0429 15.4571C13.6524 15.0666 13.6524 14.4334 14.0429 14.0429C14.4334 13.6524 15.0666 13.6524 15.4571 14.0429L18.25 16.8358L21.0429 14.0429C21.4334 13.6524 22.0666 13.6524 22.4571 14.0429Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-play-list-add-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1525 1.81436C11.2667 1.74949 11.4052 1.7491 11.6823 1.74831L11.8881 1.74771C12.8696 1.74474 13.8524 1.74177 14.833 1.77893C15.2678 1.7954 15.4853 1.80364 15.5666 1.95457C15.648 2.1055 15.5338 2.29421 15.3055 2.67164L12.9793 6.51698C12.8368 6.75264 12.7655 6.87048 12.6512 6.93493C12.5368 6.99938 12.3991 6.99938 12.1237 6.99938H8.67267C8.35945 6.99938 8.20283 6.99938 8.14539 6.89792C8.08794 6.79646 8.16852 6.66217 8.32967 6.39359L10.825 2.2347C10.9672 1.99773 11.0383 1.87924 11.1525 1.81436Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.5907 1.87017C8.53003 1.76805 8.37165 1.77393 8.0549 1.7857C7.36371 1.81139 6.7436 1.85519 6.18802 1.92989C4.81137 2.11497 3.71911 2.50201 2.86091 3.36021C1.99797 4.22315 1.62446 5.37886 1.44949 6.5566C1.41938 6.75928 1.40433 6.86062 1.46417 6.93C1.524 6.99938 1.62901 6.99938 1.83901 6.99938H5.09742C5.37539 6.99938 5.51438 6.99938 5.6294 6.93391C5.74441 6.86844 5.81537 6.74893 5.95728 6.5099L8.40681 2.38419C8.56985 2.10959 8.65137 1.97229 8.5907 1.87017Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6711 2.39311C18.3653 2.26727 18.2124 2.20434 18.0375 2.2612C17.8627 2.31805 17.7656 2.47586 17.5714 2.79148L15.357 6.38975C15.191 6.65958 15.108 6.79451 15.1652 6.89694C15.2224 6.99938 15.3809 6.99938 15.6977 6.99938H21.161C21.371 6.99938 21.476 6.99938 21.5358 6.93C21.5957 6.86062 21.5806 6.75928 21.5505 6.55661C21.3756 5.37886 21.002 4.22314 20.1391 3.36021C19.7103 2.93141 19.2231 2.62024 18.6711 2.39311Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.6183 9.11482C21.7352 9.23025 21.7374 9.4131 21.7419 9.77879C21.75 10.4432 21.75 11.1628 21.75 11.9419V12.0565C21.75 13.7682 21.75 15.193 21.6639 16.3751C21.6344 16.7796 21.6196 16.9819 21.4757 17.1157C21.3318 17.2495 21.1207 17.2495 20.6985 17.2495H13.75C12.0931 17.2495 10.75 18.5927 10.75 20.2495C10.75 20.6975 10.8482 21.1225 11.0242 21.5043C11.1967 21.8784 11.283 22.0655 11.2244 22.1576C11.1658 22.2496 10.9835 22.2505 10.619 22.2524C9.14081 22.2598 7.65035 22.2653 6.18802 22.0687C4.81137 21.8836 3.71911 21.4966 2.86091 20.6384C2.00272 19.7802 1.61568 18.6879 1.43059 17.3113C1.24998 15.9679 1.24999 14.2472 1.25 12.0565V11.9421C1.25 11.163 1.24999 10.4432 1.25811 9.77879C1.26259 9.4131 1.26482 9.23025 1.38167 9.11482C1.49853 8.99938 1.68305 8.99938 2.0521 8.99938H20.9479C21.3169 8.99938 21.5015 8.99938 21.6183 9.11482Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 20.25C12.75 19.6977 13.1977 19.25 13.75 19.25H21.75C22.3023 19.25 22.75 19.6977 22.75 20.25C22.75 20.8023 22.3023 21.25 21.75 21.25H13.75C13.1977 21.25 12.75 20.8023 12.75 20.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1525 1.81436C11.2667 1.74949 11.4052 1.7491 11.6823 1.74831L11.8881 1.74771C12.8696 1.74474 13.8524 1.74177 14.833 1.77893C15.2678 1.7954 15.4853 1.80364 15.5666 1.95457C15.648 2.1055 15.5338 2.29421 15.3055 2.67164L12.9793 6.51698C12.8368 6.75264 12.7655 6.87048 12.6512 6.93493C12.5368 6.99938 12.3991 6.99938 12.1237 6.99938H8.67267C8.35945 6.99938 8.20283 6.99938 8.14539 6.89792C8.08794 6.79646 8.16852 6.66217 8.32967 6.39359L10.825 2.2347C10.9672 1.99773 11.0383 1.87924 11.1525 1.81436Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.5907 1.87017C8.53003 1.76805 8.37165 1.77393 8.0549 1.7857C7.36371 1.81139 6.7436 1.85519 6.18802 1.92989C4.81137 2.11497 3.71911 2.50201 2.86091 3.36021C1.99797 4.22315 1.62446 5.37886 1.44949 6.5566C1.41938 6.75928 1.40433 6.86062 1.46417 6.93C1.524 6.99938 1.62901 6.99938 1.83901 6.99938H5.09742C5.37539 6.99938 5.51438 6.99938 5.6294 6.93391C5.74441 6.86844 5.81537 6.74893 5.95728 6.5099L8.40681 2.38419C8.56985 2.10959 8.65137 1.97229 8.5907 1.87017Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6711 2.39311C18.3653 2.26727 18.2124 2.20434 18.0375 2.2612C17.8627 2.31805 17.7656 2.47586 17.5714 2.79148L15.357 6.38975C15.191 6.65958 15.108 6.79451 15.1652 6.89694C15.2224 6.99938 15.3809 6.99938 15.6977 6.99938H21.161C21.371 6.99938 21.476 6.99938 21.5358 6.93C21.5957 6.86062 21.5806 6.75928 21.5505 6.55661C21.3756 5.37886 21.002 4.22314 20.1391 3.36021C19.7103 2.93141 19.2231 2.62024 18.6711 2.39311Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.6183 9.11482C21.7352 9.23025 21.7374 9.4131 21.7419 9.77879C21.75 10.4432 21.75 11.1628 21.75 11.9419V12.0565C21.75 13.7682 21.75 15.193 21.6639 16.3751C21.6344 16.7796 21.6196 16.9819 21.4757 17.1157C21.3318 17.2495 21.1207 17.2495 20.6985 17.2495H13.75C12.0931 17.2495 10.75 18.5927 10.75 20.2495C10.75 20.6975 10.8482 21.1225 11.0242 21.5043C11.1967 21.8784 11.283 22.0655 11.2244 22.1576C11.1658 22.2496 10.9835 22.2505 10.619 22.2524C9.14081 22.2598 7.65035 22.2653 6.18802 22.0687C4.81137 21.8836 3.71911 21.4966 2.86091 20.6384C2.00272 19.7802 1.61568 18.6879 1.43059 17.3113C1.24998 15.9679 1.24999 14.2472 1.25 12.0565V11.9421C1.25 11.163 1.24999 10.4432 1.25811 9.77879C1.26259 9.4131 1.26482 9.23025 1.38167 9.11482C1.49853 8.99938 1.68305 8.99938 2.0521 8.99938H20.9479C21.3169 8.99938 21.5015 8.99938 21.6183 9.11482Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 20.25C12.75 19.6977 13.1977 19.25 13.75 19.25H21.75C22.3023 19.25 22.75 19.6977 22.75 20.25C22.75 20.8023 22.3023 21.25 21.75 21.25H13.75C13.1977 21.25 12.75 20.8023 12.75 20.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-play-list-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1525 1.31827C11.2667 1.25339 11.4052 1.253 11.6823 1.25222L11.8881 1.25161C12.8696 1.24865 13.8524 1.24568 14.833 1.28283C15.2678 1.29931 15.4853 1.30755 15.5666 1.45848C15.648 1.60941 15.5338 1.79812 15.3055 2.17554L12.9793 6.02089C12.8368 6.25655 12.7655 6.37438 12.6512 6.43884C12.5368 6.50329 12.3991 6.50329 12.1237 6.50329H8.67267C8.35945 6.50329 8.20283 6.50329 8.14539 6.40183C8.08794 6.30037 8.16852 6.16608 8.32967 5.89749L10.825 1.73861C10.9672 1.50163 11.0383 1.38314 11.1525 1.31827Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.5907 1.37407C8.53003 1.27195 8.37165 1.27784 8.0549 1.28961C7.36371 1.31529 6.7436 1.3591 6.18802 1.43379C4.81137 1.61888 3.71911 2.00591 2.86091 2.86411C1.99797 3.72705 1.62446 4.88277 1.44949 6.06051C1.41938 6.26319 1.40433 6.36453 1.46417 6.43391C1.524 6.50329 1.62901 6.50329 1.83901 6.50329H5.09742C5.37539 6.50329 5.51438 6.50329 5.6294 6.43782C5.74441 6.37235 5.81537 6.25284 5.95728 6.01381L8.40681 1.8881C8.56985 1.61349 8.65137 1.47619 8.5907 1.37407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6711 1.89702C18.3653 1.77117 18.2124 1.70825 18.0375 1.7651C17.8627 1.82196 17.7656 1.97977 17.5714 2.29539L15.357 5.89365C15.191 6.16349 15.108 6.29841 15.1652 6.40085C15.2224 6.50329 15.3809 6.50329 15.6977 6.50329H21.161C21.371 6.50329 21.476 6.50329 21.5358 6.43391C21.5957 6.36453 21.5806 6.26319 21.5505 6.06051C21.3756 4.88277 21.002 3.72705 20.1391 2.86411C19.7103 2.43532 19.2231 2.12415 18.6711 1.89702Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.6183 8.61872C21.7352 8.73416 21.7374 8.917 21.7419 9.2827C21.75 9.94706 21.75 10.6667 21.75 11.4458V11.5604C21.75 12.8104 21.75 13.9074 21.7165 14.8686C21.7102 15.048 21.7071 15.1377 21.6489 15.1939C21.5908 15.25 21.5003 15.25 21.3192 15.25H21.25C20.7786 15.25 20.5429 15.25 20.3964 15.1036C20.25 14.9571 20.25 14.7214 20.25 14.25V13.75C20.25 12.3693 19.1307 11.25 17.75 11.25C16.3693 11.25 15.25 12.3693 15.25 13.75V14.85C15.25 15.0386 15.25 15.1328 15.1914 15.1914C15.1328 15.25 15.0386 15.25 14.85 15.25H13.75C12.3693 15.25 11.25 16.3693 11.25 17.75C11.25 19.1307 12.3693 20.25 13.75 20.25H14.25C14.7214 20.25 14.9571 20.25 15.1036 20.3964C15.25 20.5429 15.25 20.7786 15.25 21.25V21.3223C15.25 21.5034 15.25 21.5939 15.1939 21.652C15.1377 21.7101 15.0481 21.7133 14.8687 21.7195C13.9067 21.7532 12.8086 21.7532 11.5572 21.7532H11.4428C9.2521 21.7532 7.53144 21.7532 6.18802 21.5726C4.81137 21.3875 3.71911 21.0005 2.86091 20.1423C2.00272 19.2841 1.61568 18.1918 1.43059 16.8152C1.24998 15.4718 1.24999 13.7511 1.25 11.5604V11.446C1.25 10.6669 1.24999 9.94711 1.25811 9.2827C1.26259 8.917 1.26482 8.73416 1.38167 8.61872C1.49853 8.50329 1.68305 8.50329 2.0521 8.50329H20.9479C21.3169 8.50329 21.5015 8.50329 21.6183 8.61872Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 12.75C18.3023 12.75 18.75 13.1977 18.75 13.75V16.75H21.75C22.3023 16.75 22.75 17.1977 22.75 17.75C22.75 18.3023 22.3023 18.75 21.75 18.75H18.75V21.75C18.75 22.3023 18.3023 22.75 17.75 22.75C17.1977 22.75 16.75 22.3023 16.75 21.75V18.75H13.75C13.1977 18.75 12.75 18.3023 12.75 17.75C12.75 17.1977 13.1977 16.75 13.75 16.75H16.75V13.75C16.75 13.1977 17.1977 12.75 17.75 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1525 1.31827C11.2667 1.25339 11.4052 1.253 11.6823 1.25222L11.8881 1.25161C12.8696 1.24865 13.8524 1.24568 14.833 1.28283C15.2678 1.29931 15.4853 1.30755 15.5666 1.45848C15.648 1.60941 15.5338 1.79812 15.3055 2.17554L12.9793 6.02089C12.8368 6.25655 12.7655 6.37438 12.6512 6.43884C12.5368 6.50329 12.3991 6.50329 12.1237 6.50329H8.67267C8.35945 6.50329 8.20283 6.50329 8.14539 6.40183C8.08794 6.30037 8.16852 6.16608 8.32967 5.89749L10.825 1.73861C10.9672 1.50163 11.0383 1.38314 11.1525 1.31827Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.5907 1.37407C8.53003 1.27195 8.37165 1.27784 8.0549 1.28961C7.36371 1.31529 6.7436 1.3591 6.18802 1.43379C4.81137 1.61888 3.71911 2.00591 2.86091 2.86411C1.99797 3.72705 1.62446 4.88277 1.44949 6.06051C1.41938 6.26319 1.40433 6.36453 1.46417 6.43391C1.524 6.50329 1.62901 6.50329 1.83901 6.50329H5.09742C5.37539 6.50329 5.51438 6.50329 5.6294 6.43782C5.74441 6.37235 5.81537 6.25284 5.95728 6.01381L8.40681 1.8881C8.56985 1.61349 8.65137 1.47619 8.5907 1.37407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6711 1.89702C18.3653 1.77117 18.2124 1.70825 18.0375 1.7651C17.8627 1.82196 17.7656 1.97977 17.5714 2.29539L15.357 5.89365C15.191 6.16349 15.108 6.29841 15.1652 6.40085C15.2224 6.50329 15.3809 6.50329 15.6977 6.50329H21.161C21.371 6.50329 21.476 6.50329 21.5358 6.43391C21.5957 6.36453 21.5806 6.26319 21.5505 6.06051C21.3756 4.88277 21.002 3.72705 20.1391 2.86411C19.7103 2.43532 19.2231 2.12415 18.6711 1.89702Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.6183 8.61872C21.7352 8.73416 21.7374 8.917 21.7419 9.2827C21.75 9.94706 21.75 10.6667 21.75 11.4458V11.5604C21.75 12.8104 21.75 13.9074 21.7165 14.8686C21.7102 15.048 21.7071 15.1377 21.6489 15.1939C21.5908 15.25 21.5003 15.25 21.3192 15.25H21.25C20.7786 15.25 20.5429 15.25 20.3964 15.1036C20.25 14.9571 20.25 14.7214 20.25 14.25V13.75C20.25 12.3693 19.1307 11.25 17.75 11.25C16.3693 11.25 15.25 12.3693 15.25 13.75V14.85C15.25 15.0386 15.25 15.1328 15.1914 15.1914C15.1328 15.25 15.0386 15.25 14.85 15.25H13.75C12.3693 15.25 11.25 16.3693 11.25 17.75C11.25 19.1307 12.3693 20.25 13.75 20.25H14.25C14.7214 20.25 14.9571 20.25 15.1036 20.3964C15.25 20.5429 15.25 20.7786 15.25 21.25V21.3223C15.25 21.5034 15.25 21.5939 15.1939 21.652C15.1377 21.7101 15.0481 21.7133 14.8687 21.7195C13.9067 21.7532 12.8086 21.7532 11.5572 21.7532H11.4428C9.2521 21.7532 7.53144 21.7532 6.18802 21.5726C4.81137 21.3875 3.71911 21.0005 2.86091 20.1423C2.00272 19.2841 1.61568 18.1918 1.43059 16.8152C1.24998 15.4718 1.24999 13.7511 1.25 11.5604V11.446C1.25 10.6669 1.24999 9.94711 1.25811 9.2827C1.26259 8.917 1.26482 8.73416 1.38167 8.61872C1.49853 8.50329 1.68305 8.50329 2.0521 8.50329H20.9479C21.3169 8.50329 21.5015 8.50329 21.6183 8.61872Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 12.75C18.3023 12.75 18.75 13.1977 18.75 13.75V16.75H21.75C22.3023 16.75 22.75 17.1977 22.75 17.75C22.75 18.3023 22.3023 18.75 21.75 18.75H18.75V21.75C18.75 22.3023 18.3023 22.75 17.75 22.75C17.1977 22.75 16.75 22.3023 16.75 21.75V18.75H13.75C13.1977 18.75 12.75 18.3023 12.75 17.75C12.75 17.1977 13.1977 16.75 13.75 16.75H16.75V13.75C16.75 13.1977 17.1977 12.75 17.75 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-play-list-favourite-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9763 1.5H13.0237C14.9764 1.49997 16.5433 1.49995 17.7741 1.66543C19.0491 1.83686 20.1122 2.20218 20.955 3.04501C21.7978 3.88784 22.1631 4.95089 22.3346 6.22592C22.5 7.45673 22.5 9.02362 22.5 10.9763V12.5C22.5 13.0523 22.0523 13.5 21.5 13.5C20.9477 13.5 20.5 13.0523 20.5 12.5V11.05C20.5 9.00648 20.4979 7.57443 20.3524 6.49241C20.2108 5.43916 19.9501 4.86852 19.5408 4.45923C19.1315 4.04994 18.5608 3.78921 17.5076 3.6476C16.4256 3.50213 14.9935 3.5 12.95 3.5H11.05C9.00648 3.5 7.57443 3.50213 6.49241 3.6476C5.43916 3.78921 4.86852 4.04994 4.45923 4.45923C4.04994 4.86852 3.78921 5.43916 3.6476 6.49241C3.50213 7.57443 3.5 9.00648 3.5 11.05V12.95C3.5 14.9935 3.50213 16.4256 3.6476 17.5076C3.78921 18.5608 4.04994 19.1315 4.45923 19.5408C4.86852 19.9501 5.43916 20.2108 6.49241 20.3524C7.57443 20.4979 9.00648 20.5 11.05 20.5H12.5C13.0523 20.5 13.5 20.9477 13.5 21.5C13.5 22.0523 13.0523 22.5 12.5 22.5H10.9763C9.02362 22.5 7.45673 22.5 6.22592 22.3346C4.95089 22.1631 3.88784 21.7978 3.04501 20.955C2.20218 20.1122 1.83686 19.0491 1.66543 17.7741C1.49995 16.5433 1.49997 14.9764 1.5 13.0237V10.9763C1.49997 9.02364 1.49995 7.45674 1.66543 6.22592C1.83686 4.95089 2.20218 3.88784 3.04501 3.04501C3.88784 2.20218 4.95089 1.83686 6.22592 1.66543C7.45674 1.49995 9.02364 1.49997 10.9763 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0697 15.2135C16.3368 14.4651 17.5111 14.7336 18.2496 15.2418C18.9882 14.7336 20.1625 14.4651 21.4295 15.2135C22.3921 15.7821 22.89 16.9421 22.7145 18.202C22.5379 19.4703 21.6988 20.8214 20.0576 21.9911C19.5107 22.381 19.0296 22.7503 18.2496 22.7503C17.4697 22.7503 16.9886 22.381 16.4417 21.9911C14.8005 20.8214 13.9614 19.4703 13.7848 18.202C13.6093 16.9421 14.1072 15.7821 15.0697 15.2135Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0044 9.85162C15.3802 10.1078 15.7793 10.451 15.9276 10.9771C16.0241 11.3195 16.0241 11.6805 15.9276 12.0229C15.7793 12.549 15.3802 12.8922 15.0044 13.1484C14.5048 13.489 13.958 13.7601 13.4247 14.0429C12.8382 14.3539 12.3395 14.6183 11.9248 14.783C11.5008 14.9513 11.0201 15.0774 10.5165 14.9443C10.183 14.856 9.87421 14.6873 9.62178 14.4496C9.23079 14.0814 9.10555 13.5948 9.05186 13.1519C8.98361 12.5891 9.00003 12.0165 9.00001 11.4506C9.00001 11.4506 8.99995 10.2762 9.05186 9.84807C9.10555 9.40524 9.23079 8.9186 9.62178 8.55042C9.87422 8.31271 10.183 8.14396 10.5165 8.05574C11.0201 7.92255 11.5008 8.04871 11.9248 8.21705C12.3395 8.38168 12.8382 8.64612 13.4247 8.95711L13.4247 8.95711C13.958 9.23991 14.5048 9.51098 15.0044 9.85162Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9763 1.5H13.0237C14.9764 1.49997 16.5433 1.49995 17.7741 1.66543C19.0491 1.83686 20.1122 2.20218 20.955 3.04501C21.7978 3.88784 22.1631 4.95089 22.3346 6.22592C22.5 7.45673 22.5 9.02362 22.5 10.9763V12.5C22.5 13.0523 22.0523 13.5 21.5 13.5C20.9477 13.5 20.5 13.0523 20.5 12.5V11.05C20.5 9.00648 20.4979 7.57443 20.3524 6.49241C20.2108 5.43916 19.9501 4.86852 19.5408 4.45923C19.1315 4.04994 18.5608 3.78921 17.5076 3.6476C16.4256 3.50213 14.9935 3.5 12.95 3.5H11.05C9.00648 3.5 7.57443 3.50213 6.49241 3.6476C5.43916 3.78921 4.86852 4.04994 4.45923 4.45923C4.04994 4.86852 3.78921 5.43916 3.6476 6.49241C3.50213 7.57443 3.5 9.00648 3.5 11.05V12.95C3.5 14.9935 3.50213 16.4256 3.6476 17.5076C3.78921 18.5608 4.04994 19.1315 4.45923 19.5408C4.86852 19.9501 5.43916 20.2108 6.49241 20.3524C7.57443 20.4979 9.00648 20.5 11.05 20.5H12.5C13.0523 20.5 13.5 20.9477 13.5 21.5C13.5 22.0523 13.0523 22.5 12.5 22.5H10.9763C9.02362 22.5 7.45673 22.5 6.22592 22.3346C4.95089 22.1631 3.88784 21.7978 3.04501 20.955C2.20218 20.1122 1.83686 19.0491 1.66543 17.7741C1.49995 16.5433 1.49997 14.9764 1.5 13.0237V10.9763C1.49997 9.02364 1.49995 7.45674 1.66543 6.22592C1.83686 4.95089 2.20218 3.88784 3.04501 3.04501C3.88784 2.20218 4.95089 1.83686 6.22592 1.66543C7.45674 1.49995 9.02364 1.49997 10.9763 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0697 15.2135C16.3368 14.4651 17.5111 14.7336 18.2496 15.2418C18.9882 14.7336 20.1625 14.4651 21.4295 15.2135C22.3921 15.7821 22.89 16.9421 22.7145 18.202C22.5379 19.4703 21.6988 20.8214 20.0576 21.9911C19.5107 22.381 19.0296 22.7503 18.2496 22.7503C17.4697 22.7503 16.9886 22.381 16.4417 21.9911C14.8005 20.8214 13.9614 19.4703 13.7848 18.202C13.6093 16.9421 14.1072 15.7821 15.0697 15.2135Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0044 9.85162C15.3802 10.1078 15.7793 10.451 15.9276 10.9771C16.0241 11.3195 16.0241 11.6805 15.9276 12.0229C15.7793 12.549 15.3802 12.8922 15.0044 13.1484C14.5048 13.489 13.958 13.7601 13.4247 14.0429C12.8382 14.3539 12.3395 14.6183 11.9248 14.783C11.5008 14.9513 11.0201 15.0774 10.5165 14.9443C10.183 14.856 9.87421 14.6873 9.62178 14.4496C9.23079 14.0814 9.10555 13.5948 9.05186 13.1519C8.98361 12.5891 9.00003 12.0165 9.00001 11.4506C9.00001 11.4506 8.99995 10.2762 9.05186 9.84807C9.10555 9.40524 9.23079 8.9186 9.62178 8.55042C9.87422 8.31271 10.183 8.14396 10.5165 8.05574C11.0201 7.92255 11.5008 8.04871 11.9248 8.21705C12.3395 8.38168 12.8382 8.64612 13.4247 8.95711L13.4247 8.95711C13.958 9.23991 14.5048 9.51098 15.0044 9.85162Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-play-list{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6525 1.81436C11.7667 1.74949 11.9052 1.7491 12.1823 1.74831L12.3881 1.74771C13.3696 1.74474 14.3524 1.74177 15.333 1.77893C15.7678 1.7954 15.9853 1.80364 16.0666 1.95457C16.148 2.1055 16.0338 2.29421 15.8055 2.67164L13.4793 6.51698L13.4793 6.51699C13.3368 6.75265 13.2655 6.87048 13.1512 6.93493C13.0368 6.99938 12.8991 6.99938 12.6237 6.99938H9.17267C8.85945 6.99938 8.70283 6.99938 8.64539 6.89792C8.58794 6.79646 8.66852 6.66217 8.82967 6.39359L11.325 2.2347C11.4672 1.99773 11.5383 1.87924 11.6525 1.81436ZM9.0907 1.87017C9.03003 1.76805 8.87165 1.77393 8.5549 1.7857C7.86371 1.81139 7.2436 1.85519 6.68802 1.92989C5.31137 2.11497 4.21911 2.50201 3.36091 3.36021C2.49797 4.22315 2.12446 5.37886 1.94949 6.5566C1.91938 6.75928 1.90433 6.86062 1.96417 6.93C2.024 6.99938 2.129 6.99938 2.33901 6.99938H5.59742C5.87539 6.99938 6.01438 6.99938 6.1294 6.93391C6.24441 6.86844 6.31537 6.74893 6.45728 6.5099L8.90681 2.38419C9.06985 2.10959 9.15137 1.97229 9.0907 1.87017ZM19.1711 2.39311C18.8653 2.26727 18.7124 2.20434 18.5375 2.2612C18.3627 2.31805 18.2656 2.47586 18.0714 2.79148L15.857 6.38975C15.691 6.65958 15.608 6.79451 15.6652 6.89694C15.7224 6.99938 15.8809 6.99938 16.1977 6.99938H21.661C21.871 6.99938 21.976 6.99938 22.0358 6.93C22.0957 6.86062 22.0806 6.75928 22.0505 6.55661C21.8756 5.37886 21.502 4.22314 20.6391 3.36021C20.2103 2.93141 19.7231 2.62024 19.1711 2.39311ZM22.1183 9.11482C22.2352 9.23025 22.2374 9.4131 22.2419 9.77879C22.25 10.4432 22.25 11.1628 22.25 11.9419V11.942V11.942V11.9421V12.0565C22.25 14.2472 22.25 15.9679 22.0694 17.3113C21.8843 18.6879 21.4973 19.7802 20.6391 20.6384C19.7809 21.4966 18.6886 21.8836 17.312 22.0687C15.9686 22.2493 14.2479 22.2493 12.0572 22.2493H11.9428C9.7521 22.2493 8.03144 22.2493 6.68802 22.0687C5.31137 21.8836 4.21911 21.4966 3.36091 20.6384C2.50272 19.7802 2.11568 18.6879 1.93059 17.3113C1.74998 15.9679 1.74999 14.2472 1.75 12.0565V11.9421V11.942C1.75 11.1629 1.74999 10.4432 1.75811 9.77879C1.76259 9.4131 1.76482 9.23025 1.88167 9.11482C1.99853 8.99938 2.18305 8.99938 2.5521 8.99938H21.4479C21.8169 8.99938 22.0015 8.99938 22.1183 9.11482ZM12.6539 16.8502C14.0857 15.9644 14.8016 15.5215 14.9531 14.8948C15.0156 14.6361 15.0156 14.3639 14.9531 14.1052C14.8016 13.4785 14.0857 13.0356 12.6539 12.1498C11.2697 11.2936 10.5777 10.8654 10.0199 11.0375C9.78934 11.1087 9.57925 11.2438 9.40982 11.4299C9 11.8802 9 12.7535 9 14.5C9 16.2465 9 17.1198 9.40982 17.57C9.57925 17.7562 9.78934 17.8913 10.0199 17.9625C10.5777 18.1346 11.2697 17.7064 12.6539 16.8502Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6525 1.81436C11.7667 1.74949 11.9052 1.7491 12.1823 1.74831L12.3881 1.74771C13.3696 1.74474 14.3524 1.74177 15.333 1.77893C15.7678 1.7954 15.9853 1.80364 16.0666 1.95457C16.148 2.1055 16.0338 2.29421 15.8055 2.67164L13.4793 6.51698L13.4793 6.51699C13.3368 6.75265 13.2655 6.87048 13.1512 6.93493C13.0368 6.99938 12.8991 6.99938 12.6237 6.99938H9.17267C8.85945 6.99938 8.70283 6.99938 8.64539 6.89792C8.58794 6.79646 8.66852 6.66217 8.82967 6.39359L11.325 2.2347C11.4672 1.99773 11.5383 1.87924 11.6525 1.81436ZM9.0907 1.87017C9.03003 1.76805 8.87165 1.77393 8.5549 1.7857C7.86371 1.81139 7.2436 1.85519 6.68802 1.92989C5.31137 2.11497 4.21911 2.50201 3.36091 3.36021C2.49797 4.22315 2.12446 5.37886 1.94949 6.5566C1.91938 6.75928 1.90433 6.86062 1.96417 6.93C2.024 6.99938 2.129 6.99938 2.33901 6.99938H5.59742C5.87539 6.99938 6.01438 6.99938 6.1294 6.93391C6.24441 6.86844 6.31537 6.74893 6.45728 6.5099L8.90681 2.38419C9.06985 2.10959 9.15137 1.97229 9.0907 1.87017ZM19.1711 2.39311C18.8653 2.26727 18.7124 2.20434 18.5375 2.2612C18.3627 2.31805 18.2656 2.47586 18.0714 2.79148L15.857 6.38975C15.691 6.65958 15.608 6.79451 15.6652 6.89694C15.7224 6.99938 15.8809 6.99938 16.1977 6.99938H21.661C21.871 6.99938 21.976 6.99938 22.0358 6.93C22.0957 6.86062 22.0806 6.75928 22.0505 6.55661C21.8756 5.37886 21.502 4.22314 20.6391 3.36021C20.2103 2.93141 19.7231 2.62024 19.1711 2.39311ZM22.1183 9.11482C22.2352 9.23025 22.2374 9.4131 22.2419 9.77879C22.25 10.4432 22.25 11.1628 22.25 11.9419V11.942V11.942V11.9421V12.0565C22.25 14.2472 22.25 15.9679 22.0694 17.3113C21.8843 18.6879 21.4973 19.7802 20.6391 20.6384C19.7809 21.4966 18.6886 21.8836 17.312 22.0687C15.9686 22.2493 14.2479 22.2493 12.0572 22.2493H11.9428C9.7521 22.2493 8.03144 22.2493 6.68802 22.0687C5.31137 21.8836 4.21911 21.4966 3.36091 20.6384C2.50272 19.7802 2.11568 18.6879 1.93059 17.3113C1.74998 15.9679 1.74999 14.2472 1.75 12.0565V11.9421V11.942C1.75 11.1629 1.74999 10.4432 1.75811 9.77879C1.76259 9.4131 1.76482 9.23025 1.88167 9.11482C1.99853 8.99938 2.18305 8.99938 2.5521 8.99938H21.4479C21.8169 8.99938 22.0015 8.99938 22.1183 9.11482ZM12.6539 16.8502C14.0857 15.9644 14.8016 15.5215 14.9531 14.8948C15.0156 14.6361 15.0156 14.3639 14.9531 14.1052C14.8016 13.4785 14.0857 13.0356 12.6539 12.1498C11.2697 11.2936 10.5777 10.8654 10.0199 11.0375C9.78934 11.1087 9.57925 11.2438 9.40982 11.4299C9 11.8802 9 12.7535 9 14.5C9 16.2465 9 17.1198 9.40982 17.57C9.57925 17.7562 9.78934 17.8913 10.0199 17.9625C10.5777 18.1346 11.2697 17.7064 12.6539 16.8502Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-play-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9273 1.75012H12.0727H12.0727C14.1968 1.7501 15.8903 1.75008 17.218 1.92859C18.589 2.11291 19.7153 2.50349 20.606 3.39416C21.4966 4.28483 21.8872 5.41116 22.0715 6.7821C22.25 8.10986 22.25 9.80329 22.25 11.9275V12.0728C22.25 14.197 22.25 15.8904 22.0715 17.2181C21.8872 18.5891 21.4966 19.7154 20.606 20.6061C19.7153 21.4967 18.589 21.8873 17.218 22.0717C15.8903 22.2502 14.1968 22.2501 12.0727 22.2501H11.9273C9.80317 22.2501 8.10974 22.2502 6.78198 22.0717C5.41104 21.8873 4.28471 21.4967 3.39404 20.6061C2.50337 19.7154 2.11279 18.5891 1.92847 17.2181C1.74996 15.8904 1.74998 14.197 1.75 12.0728V12.0728V11.9274V11.9274C1.74998 9.80325 1.74996 8.10985 1.92847 6.7821C2.11279 5.41116 2.50337 4.28483 3.39404 3.39416C4.28471 2.50349 5.41104 2.11291 6.78198 1.92859C8.10973 1.75008 9.80316 1.7501 11.9273 1.75012H11.9273ZM13.1276 8.76715L13.1277 8.76716L13.2308 8.83094L13.2308 8.83096C13.9033 9.24692 14.4825 9.60522 14.9061 9.94215C15.3458 10.2919 15.7713 10.7342 15.9251 11.3704C16.025 11.7835 16.025 12.2167 15.9251 12.6298C15.7713 13.2661 15.3458 13.7084 14.9061 14.0581C14.4825 14.395 13.9033 14.7533 13.2308 15.1693L13.1277 15.2331C12.4804 15.6335 11.9183 15.9813 11.4473 16.1995C10.9678 16.4216 10.3671 16.6162 9.72509 16.4181C9.31618 16.292 8.95465 16.0557 8.67031 15.7433C8.24275 15.2736 8.11346 14.6719 8.05659 14.1246C7.99995 13.5797 7.99997 12.8814 8 12.0549V11.9453C7.99997 11.1188 7.99995 10.4206 8.05659 9.87561C8.11346 9.32832 8.24275 8.72665 8.6703 8.25693C8.95465 7.94455 9.31618 7.70828 9.72509 7.58211C10.3671 7.384 10.9678 7.57869 11.4473 7.80076C11.9183 8.01892 12.4804 8.36671 13.1276 8.76715Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9273 1.75012H12.0727H12.0727C14.1968 1.7501 15.8903 1.75008 17.218 1.92859C18.589 2.11291 19.7153 2.50349 20.606 3.39416C21.4966 4.28483 21.8872 5.41116 22.0715 6.7821C22.25 8.10986 22.25 9.80329 22.25 11.9275V12.0728C22.25 14.197 22.25 15.8904 22.0715 17.2181C21.8872 18.5891 21.4966 19.7154 20.606 20.6061C19.7153 21.4967 18.589 21.8873 17.218 22.0717C15.8903 22.2502 14.1968 22.2501 12.0727 22.2501H11.9273C9.80317 22.2501 8.10974 22.2502 6.78198 22.0717C5.41104 21.8873 4.28471 21.4967 3.39404 20.6061C2.50337 19.7154 2.11279 18.5891 1.92847 17.2181C1.74996 15.8904 1.74998 14.197 1.75 12.0728V12.0728V11.9274V11.9274C1.74998 9.80325 1.74996 8.10985 1.92847 6.7821C2.11279 5.41116 2.50337 4.28483 3.39404 3.39416C4.28471 2.50349 5.41104 2.11291 6.78198 1.92859C8.10973 1.75008 9.80316 1.7501 11.9273 1.75012H11.9273ZM13.1276 8.76715L13.1277 8.76716L13.2308 8.83094L13.2308 8.83096C13.9033 9.24692 14.4825 9.60522 14.9061 9.94215C15.3458 10.2919 15.7713 10.7342 15.9251 11.3704C16.025 11.7835 16.025 12.2167 15.9251 12.6298C15.7713 13.2661 15.3458 13.7084 14.9061 14.0581C14.4825 14.395 13.9033 14.7533 13.2308 15.1693L13.1277 15.2331C12.4804 15.6335 11.9183 15.9813 11.4473 16.1995C10.9678 16.4216 10.3671 16.6162 9.72509 16.4181C9.31618 16.292 8.95465 16.0557 8.67031 15.7433C8.24275 15.2736 8.11346 14.6719 8.05659 14.1246C7.99995 13.5797 7.99997 12.8814 8 12.0549V11.9453C7.99997 11.1188 7.99995 10.4206 8.05659 9.87561C8.11346 9.32832 8.24275 8.72665 8.6703 8.25693C8.95465 7.94455 9.31618 7.70828 9.72509 7.58211C10.3671 7.384 10.9678 7.57869 11.4473 7.80076C11.9183 8.01892 12.4804 8.36671 13.1276 8.76715Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-video-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9933 9.38334C17.9826 8.47732 17.9515 7.69419 17.8619 7.02777C17.8573 6.99366 17.8526 6.95971 17.8477 6.92591C18.3059 6.56563 18.7204 6.26203 19.0944 6.03609C19.7947 5.61301 20.6822 5.25874 21.5929 5.71019C22.4895 6.15463 22.7673 7.06553 22.8829 7.88282C22.9991 8.70445 22.9991 9.81011 22.999 11.1382V12.8645C22.9991 14.1926 22.9991 15.2982 22.8829 16.1198C22.7673 16.9371 22.4895 17.848 21.5929 18.2925C20.6822 18.7439 19.7947 18.3896 19.0944 17.9666C18.7204 17.7406 18.3059 17.437 17.8477 17.0768C17.8526 17.0431 17.8574 17.0092 17.8619 16.9752C17.9515 16.3087 17.9826 15.5255 17.9933 14.6193C18.951 15.4085 19.6124 15.9429 20.1285 16.2547C20.3999 16.4186 20.5637 16.4778 20.6531 16.4955C20.6728 16.4994 20.6863 16.5007 20.6942 16.5012L20.6994 16.5013L20.7027 16.5013L20.7047 16.5005C20.709 16.4984 20.7108 16.4966 20.7108 16.4966C20.7136 16.4936 20.7286 16.4774 20.7499 16.4358C20.7977 16.3422 20.8567 16.1641 20.9026 15.8397C20.9966 15.1754 20.999 14.2135 20.999 12.7832V11.2194C20.999 9.78915 20.9966 8.82725 20.9026 8.16294C20.8567 7.83855 20.7977 7.66044 20.7499 7.56691C20.7286 7.52522 20.714 7.50949 20.7112 7.50653C20.7112 7.50653 20.709 7.50427 20.7047 7.50211L20.7032 7.50139C20.7032 7.50139 20.6982 7.5013 20.6942 7.5015C20.6863 7.50191 20.6728 7.50322 20.6531 7.50713C20.5637 7.52483 20.3999 7.58402 20.1285 7.74796C19.6124 8.05977 18.951 8.59417 17.9933 9.38334Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.92797 3H10.072H10.0721C11.6607 2.99997 12.9539 2.99995 13.9737 3.13706C15.0377 3.28011 15.9527 3.58869 16.682 4.31802C17.4113 5.04735 17.7199 5.96232 17.8629 7.0263C18.0001 8.04616 18 9.33933 18 10.928V13.072C18 14.6607 18.0001 15.9538 17.8629 16.9737C17.7199 18.0377 17.4113 18.9527 16.682 19.682C15.9527 20.4113 15.0377 20.7199 13.9737 20.8629C12.9538 21.0001 11.6607 21 10.072 21H8.928C7.33933 21 6.04616 21.0001 5.0263 20.8629C3.96232 20.7199 3.04735 20.4113 2.31802 19.682C1.58869 18.9527 1.28011 18.0377 1.13706 16.9737C0.999947 15.9539 0.999971 14.6607 1 13.0721V13.072V10.9279V10.9279C0.999971 9.33929 0.999947 8.04614 1.13706 7.0263C1.28011 5.96232 1.58869 5.04735 2.31802 4.31802C3.04735 3.58869 3.96232 3.28011 5.0263 3.13706C6.04614 2.99995 7.33931 2.99997 8.92795 3H8.92797ZM11.5 11C12.3284 11 13 10.3284 13 9.5C13 8.67157 12.3284 8 11.5 8C10.6716 8 10 8.67157 10 9.5C10 10.3284 10.6716 11 11.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9933 9.38334C17.9826 8.47732 17.9515 7.69419 17.8619 7.02777C17.8573 6.99366 17.8526 6.95971 17.8477 6.92591C18.3059 6.56563 18.7204 6.26203 19.0944 6.03609C19.7947 5.61301 20.6822 5.25874 21.5929 5.71019C22.4895 6.15463 22.7673 7.06553 22.8829 7.88282C22.9991 8.70445 22.9991 9.81011 22.999 11.1382V12.8645C22.9991 14.1926 22.9991 15.2982 22.8829 16.1198C22.7673 16.9371 22.4895 17.848 21.5929 18.2925C20.6822 18.7439 19.7947 18.3896 19.0944 17.9666C18.7204 17.7406 18.3059 17.437 17.8477 17.0768C17.8526 17.0431 17.8574 17.0092 17.8619 16.9752C17.9515 16.3087 17.9826 15.5255 17.9933 14.6193C18.951 15.4085 19.6124 15.9429 20.1285 16.2547C20.3999 16.4186 20.5637 16.4778 20.6531 16.4955C20.6728 16.4994 20.6863 16.5007 20.6942 16.5012L20.6994 16.5013L20.7027 16.5013L20.7047 16.5005C20.709 16.4984 20.7108 16.4966 20.7108 16.4966C20.7136 16.4936 20.7286 16.4774 20.7499 16.4358C20.7977 16.3422 20.8567 16.1641 20.9026 15.8397C20.9966 15.1754 20.999 14.2135 20.999 12.7832V11.2194C20.999 9.78915 20.9966 8.82725 20.9026 8.16294C20.8567 7.83855 20.7977 7.66044 20.7499 7.56691C20.7286 7.52522 20.714 7.50949 20.7112 7.50653C20.7112 7.50653 20.709 7.50427 20.7047 7.50211L20.7032 7.50139C20.7032 7.50139 20.6982 7.5013 20.6942 7.5015C20.6863 7.50191 20.6728 7.50322 20.6531 7.50713C20.5637 7.52483 20.3999 7.58402 20.1285 7.74796C19.6124 8.05977 18.951 8.59417 17.9933 9.38334Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.92797 3H10.072H10.0721C11.6607 2.99997 12.9539 2.99995 13.9737 3.13706C15.0377 3.28011 15.9527 3.58869 16.682 4.31802C17.4113 5.04735 17.7199 5.96232 17.8629 7.0263C18.0001 8.04616 18 9.33933 18 10.928V13.072C18 14.6607 18.0001 15.9538 17.8629 16.9737C17.7199 18.0377 17.4113 18.9527 16.682 19.682C15.9527 20.4113 15.0377 20.7199 13.9737 20.8629C12.9538 21.0001 11.6607 21 10.072 21H8.928C7.33933 21 6.04616 21.0001 5.0263 20.8629C3.96232 20.7199 3.04735 20.4113 2.31802 19.682C1.58869 18.9527 1.28011 18.0377 1.13706 16.9737C0.999947 15.9539 0.999971 14.6607 1 13.0721V13.072V10.9279V10.9279C0.999971 9.33929 0.999947 8.04614 1.13706 7.0263C1.28011 5.96232 1.58869 5.04735 2.31802 4.31802C3.04735 3.58869 3.96232 3.28011 5.0263 3.13706C6.04614 2.99995 7.33931 2.99997 8.92795 3H8.92797ZM11.5 11C12.3284 11 13 10.3284 13 9.5C13 8.67157 12.3284 8 11.5 8C10.6716 8 10 8.67157 10 9.5C10 10.3284 10.6716 11 11.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-video-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9933 9.38334C17.9826 8.47732 17.9515 7.69419 17.8619 7.02777C17.8573 6.99366 17.8526 6.95971 17.8477 6.92591C18.3059 6.56563 18.7204 6.26203 19.0944 6.03609C19.7947 5.61301 20.6822 5.25874 21.5929 5.71019C22.4895 6.15463 22.7673 7.06553 22.8829 7.88282C22.9991 8.70445 22.9991 9.81011 22.999 11.1382V12.8645C22.9991 14.1926 22.9991 15.2982 22.8829 16.1198C22.7673 16.9371 22.4895 17.848 21.5929 18.2925C20.6822 18.7439 19.7947 18.3896 19.0944 17.9666C18.7204 17.7406 18.3059 17.437 17.8477 17.0768C17.8526 17.0431 17.8574 17.0092 17.8619 16.9752C17.9515 16.3087 17.9826 15.5255 17.9933 14.6193C18.951 15.4085 19.6124 15.9429 20.1285 16.2547C20.3999 16.4186 20.5637 16.4778 20.6531 16.4955C20.6728 16.4994 20.6863 16.5007 20.6942 16.5012C20.6982 16.5014 20.7027 16.5013 20.7027 16.5013L20.7047 16.5005C20.709 16.4984 20.7108 16.4966 20.7108 16.4966C20.7136 16.4936 20.7286 16.4774 20.7499 16.4358C20.7977 16.3422 20.8567 16.1641 20.9026 15.8397C20.9966 15.1754 20.999 14.2135 20.999 12.7832V11.2194C20.999 9.78915 20.9966 8.82725 20.9026 8.16294C20.8567 7.83855 20.7977 7.66044 20.7499 7.56691C20.7286 7.52522 20.714 7.50949 20.7112 7.50653C20.7112 7.50653 20.709 7.50427 20.7047 7.50211L20.7032 7.50139C20.7032 7.50139 20.6982 7.5013 20.6942 7.5015C20.6863 7.50191 20.6728 7.50322 20.6531 7.50713C20.5637 7.52483 20.3999 7.58402 20.1285 7.74796C19.6124 8.05977 18.951 8.59417 17.9933 9.38334Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.92797 3H10.072H10.0721C11.6607 2.99997 12.9539 2.99995 13.9737 3.13706C15.0377 3.28011 15.9527 3.58869 16.682 4.31802C17.4113 5.04735 17.7199 5.96232 17.8629 7.0263C18.0001 8.04616 18 9.33933 18 10.928V13.072C18 14.6607 18.0001 15.9538 17.8629 16.9737C17.7199 18.0377 17.4113 18.9527 16.682 19.682C15.9527 20.4113 15.0377 20.7199 13.9737 20.8629C12.9538 21.0001 11.6607 21 10.072 21H8.928C7.33933 21 6.04616 21.0001 5.0263 20.8629C3.96232 20.7199 3.04735 20.4113 2.31802 19.682C1.58869 18.9527 1.28011 18.0377 1.13706 16.9737C0.999947 15.9539 0.999971 14.6607 1 13.0721V13.072V10.9279V10.9279C0.999971 9.33929 0.999947 8.04614 1.13706 7.0263C1.28011 5.96232 1.58869 5.04735 2.31802 4.31802C3.04735 3.58869 3.96232 3.28011 5.0263 3.13706C6.04614 2.99995 7.33931 2.99997 8.92795 3H8.92797ZM11 7C10.4477 7 10 7.44772 10 8C10 8.55228 10.4477 9 11 9L13 9C13.5523 9 14 8.55229 14 8C14 7.44772 13.5523 7 13 7L11 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9933 9.38334C17.9826 8.47732 17.9515 7.69419 17.8619 7.02777C17.8573 6.99366 17.8526 6.95971 17.8477 6.92591C18.3059 6.56563 18.7204 6.26203 19.0944 6.03609C19.7947 5.61301 20.6822 5.25874 21.5929 5.71019C22.4895 6.15463 22.7673 7.06553 22.8829 7.88282C22.9991 8.70445 22.9991 9.81011 22.999 11.1382V12.8645C22.9991 14.1926 22.9991 15.2982 22.8829 16.1198C22.7673 16.9371 22.4895 17.848 21.5929 18.2925C20.6822 18.7439 19.7947 18.3896 19.0944 17.9666C18.7204 17.7406 18.3059 17.437 17.8477 17.0768C17.8526 17.0431 17.8574 17.0092 17.8619 16.9752C17.9515 16.3087 17.9826 15.5255 17.9933 14.6193C18.951 15.4085 19.6124 15.9429 20.1285 16.2547C20.3999 16.4186 20.5637 16.4778 20.6531 16.4955C20.6728 16.4994 20.6863 16.5007 20.6942 16.5012C20.6982 16.5014 20.7027 16.5013 20.7027 16.5013L20.7047 16.5005C20.709 16.4984 20.7108 16.4966 20.7108 16.4966C20.7136 16.4936 20.7286 16.4774 20.7499 16.4358C20.7977 16.3422 20.8567 16.1641 20.9026 15.8397C20.9966 15.1754 20.999 14.2135 20.999 12.7832V11.2194C20.999 9.78915 20.9966 8.82725 20.9026 8.16294C20.8567 7.83855 20.7977 7.66044 20.7499 7.56691C20.7286 7.52522 20.714 7.50949 20.7112 7.50653C20.7112 7.50653 20.709 7.50427 20.7047 7.50211L20.7032 7.50139C20.7032 7.50139 20.6982 7.5013 20.6942 7.5015C20.6863 7.50191 20.6728 7.50322 20.6531 7.50713C20.5637 7.52483 20.3999 7.58402 20.1285 7.74796C19.6124 8.05977 18.951 8.59417 17.9933 9.38334Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.92797 3H10.072H10.0721C11.6607 2.99997 12.9539 2.99995 13.9737 3.13706C15.0377 3.28011 15.9527 3.58869 16.682 4.31802C17.4113 5.04735 17.7199 5.96232 17.8629 7.0263C18.0001 8.04616 18 9.33933 18 10.928V13.072C18 14.6607 18.0001 15.9538 17.8629 16.9737C17.7199 18.0377 17.4113 18.9527 16.682 19.682C15.9527 20.4113 15.0377 20.7199 13.9737 20.8629C12.9538 21.0001 11.6607 21 10.072 21H8.928C7.33933 21 6.04616 21.0001 5.0263 20.8629C3.96232 20.7199 3.04735 20.4113 2.31802 19.682C1.58869 18.9527 1.28011 18.0377 1.13706 16.9737C0.999947 15.9539 0.999971 14.6607 1 13.0721V13.072V10.9279V10.9279C0.999971 9.33929 0.999947 8.04614 1.13706 7.0263C1.28011 5.96232 1.58869 5.04735 2.31802 4.31802C3.04735 3.58869 3.96232 3.28011 5.0263 3.13706C6.04614 2.99995 7.33931 2.99997 8.92795 3H8.92797ZM11 7C10.4477 7 10 7.44772 10 8C10 8.55228 10.4477 9 11 9L13 9C13.5523 9 14 8.55229 14 8C14 7.44772 13.5523 7 13 7L11 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-video-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.1018 8.2359C19.5443 8.54875 18.8185 9.10184 17.7343 9.93277L17.6083 10.0293C17.17 10.3652 16.5423 10.2822 16.2063 9.84383C15.8704 9.40548 15.9534 8.77778 16.3918 8.44183L16.5177 8.34533C16.5391 8.32888 16.5605 8.31249 16.5818 8.29615C17.585 7.5273 18.4251 6.88344 19.1231 6.49173C19.8273 6.09659 20.6866 5.78411 21.5681 6.18995C22.4678 6.60419 22.762 7.47353 22.8824 8.26363C23.0002 9.03709 23.0001 10.073 23.0001 11.2982C23.0001 11.3265 23.0001 11.3548 23.0001 11.3832L23.0001 12.8993C23.0001 14.0332 23.0001 14.9981 22.9116 15.7394C22.8712 16.0774 22.8065 16.4355 22.6808 16.7737C22.2465 17.9425 20.3372 17.3376 20.8394 15.9064C20.8777 15.7971 20.9057 15.6698 20.9257 15.5022C20.9983 14.8939 21.0001 14.0493 21.0001 12.8357V11.3832C21.0001 10.0499 20.9972 9.16915 20.9052 8.56474C20.8606 8.27197 20.8048 8.12186 20.7653 8.05005C20.7565 8.03415 20.7496 8.0241 20.7453 8.01834C20.7412 8.01294 20.7384 8.01018 20.7384 8.01018M20.7384 8.01018L20.7371 8.00939C20.7371 8.00939 20.7343 8.00788 20.7316 8.00663C20.7285 8.00465 20.7123 7.99436 20.6408 8.00751C20.5417 8.02573 20.3729 8.08381 20.1018 8.2359%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.662 16.6005L4.51851 3.45703L4.09228 3.58124C3.47251 3.76184 2.94214 4.04664 2.4948 4.49398C1.81966 5.16912 1.52415 6.02253 1.38483 7.0588C1.24997 8.06188 1.24998 9.34083 1.25 10.9434V13.0549C1.24998 14.6575 1.24997 15.9365 1.38483 16.9396C1.52415 17.9758 1.81966 18.8293 2.4948 19.5044C3.16994 20.1795 4.02335 20.475 5.05961 20.6144C6.0627 20.7492 7.34165 20.7492 8.94424 20.7492H10.0558C11.6583 20.7492 12.9373 20.7492 13.9404 20.6144C14.9767 20.475 15.8301 20.1795 16.5052 19.5044C17.1737 18.8359 17.4701 17.9925 17.6111 16.9697L17.662 16.6005Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.7062 5.11923C12.8353 5.00213 11.6772 5 9.99904 5H8.99904C8.73626 5 9.24305 5 9.00213 5.00052C8.44985 5.00169 8.00118 4.55493 8 4.00265C7.99882 3.45037 8.44558 3.0017 8.99787 3.00052C8.73573 3.00052 9.24114 3 8.99787 3.00052L9.99904 3C10.0231 3 10.0471 3 10.0711 3C11.6597 2.99997 12.9529 2.99994 13.9727 3.13706C15.0367 3.28011 15.9517 3.58869 16.681 4.31802C17.4103 5.04735 17.7189 5.96232 17.862 7.0263C17.9991 8.04615 17.9991 9.33931 17.999 10.928L17.999 12C17.999 12.5523 17.5513 13 16.999 13C16.4467 13 15.999 12.5523 15.999 12L15.999 11C15.999 9.32182 15.9969 8.16377 15.8798 7.2928C15.7666 6.45059 15.5626 6.02803 15.2668 5.73223C14.971 5.43644 14.5485 5.23246 13.7062 5.11923Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.1018 8.2359C19.5443 8.54875 18.8185 9.10184 17.7343 9.93277L17.6083 10.0293C17.17 10.3652 16.5423 10.2822 16.2063 9.84383C15.8704 9.40548 15.9534 8.77778 16.3918 8.44183L16.5177 8.34533C16.5391 8.32888 16.5605 8.31249 16.5818 8.29615C17.585 7.5273 18.4251 6.88344 19.1231 6.49173C19.8273 6.09659 20.6866 5.78411 21.5681 6.18995C22.4678 6.60419 22.762 7.47353 22.8824 8.26363C23.0002 9.03709 23.0001 10.073 23.0001 11.2982C23.0001 11.3265 23.0001 11.3548 23.0001 11.3832L23.0001 12.8993C23.0001 14.0332 23.0001 14.9981 22.9116 15.7394C22.8712 16.0774 22.8065 16.4355 22.6808 16.7737C22.2465 17.9425 20.3372 17.3376 20.8394 15.9064C20.8777 15.7971 20.9057 15.6698 20.9257 15.5022C20.9983 14.8939 21.0001 14.0493 21.0001 12.8357V11.3832C21.0001 10.0499 20.9972 9.16915 20.9052 8.56474C20.8606 8.27197 20.8048 8.12186 20.7653 8.05005C20.7565 8.03415 20.7496 8.0241 20.7453 8.01834C20.7412 8.01294 20.7384 8.01018 20.7384 8.01018M20.7384 8.01018L20.7371 8.00939C20.7371 8.00939 20.7343 8.00788 20.7316 8.00663C20.7285 8.00465 20.7123 7.99436 20.6408 8.00751C20.5417 8.02573 20.3729 8.08381 20.1018 8.2359%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.662 16.6005L4.51851 3.45703L4.09228 3.58124C3.47251 3.76184 2.94214 4.04664 2.4948 4.49398C1.81966 5.16912 1.52415 6.02253 1.38483 7.0588C1.24997 8.06188 1.24998 9.34083 1.25 10.9434V13.0549C1.24998 14.6575 1.24997 15.9365 1.38483 16.9396C1.52415 17.9758 1.81966 18.8293 2.4948 19.5044C3.16994 20.1795 4.02335 20.475 5.05961 20.6144C6.0627 20.7492 7.34165 20.7492 8.94424 20.7492H10.0558C11.6583 20.7492 12.9373 20.7492 13.9404 20.6144C14.9767 20.475 15.8301 20.1795 16.5052 19.5044C17.1737 18.8359 17.4701 17.9925 17.6111 16.9697L17.662 16.6005Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.7062 5.11923C12.8353 5.00213 11.6772 5 9.99904 5H8.99904C8.73626 5 9.24305 5 9.00213 5.00052C8.44985 5.00169 8.00118 4.55493 8 4.00265C7.99882 3.45037 8.44558 3.0017 8.99787 3.00052C8.73573 3.00052 9.24114 3 8.99787 3.00052L9.99904 3C10.0231 3 10.0471 3 10.0711 3C11.6597 2.99997 12.9529 2.99994 13.9727 3.13706C15.0367 3.28011 15.9517 3.58869 16.681 4.31802C17.4103 5.04735 17.7189 5.96232 17.862 7.0263C17.9991 8.04615 17.9991 9.33931 17.999 10.928L17.999 12C17.999 12.5523 17.5513 13 16.999 13C16.4467 13 15.999 12.5523 15.999 12L15.999 11C15.999 9.32182 15.9969 8.16377 15.8798 7.2928C15.7666 6.45059 15.5626 6.02803 15.2668 5.73223C14.971 5.43644 14.5485 5.23246 13.7062 5.11923Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-image-and-camera-icons-video-replay{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9763 1.49951H13.0237C14.9764 1.49949 16.5433 1.49947 17.7741 1.66495C19.0491 1.83637 20.1122 2.2017 20.955 3.04452C21.7978 3.88735 22.1631 4.9504 22.3346 6.22543C22.5 7.45624 22.5 9.02314 22.5 10.9758V12.9657C22.5 14.161 22.5 15.204 22.4655 16.1029C22.4648 16.1216 22.4641 16.1405 22.4634 16.1595C22.452 16.4608 22.4392 16.8009 22.3815 17.0781C22.3115 17.414 22.1287 17.8904 21.6012 18.1507C21.0633 18.4161 20.5651 18.2571 20.2624 18.1093C20.0048 17.9836 19.7214 17.7828 19.4648 17.601C19.4492 17.59 19.4336 17.579 19.4182 17.568L18.0724 16.6158C17.6216 16.2968 17.5147 15.6728 17.8337 15.2219C18.1527 14.7711 18.7767 14.6642 19.2276 14.9832L20.1696 15.6497C20.3033 15.7443 20.3701 15.7916 20.4238 15.7646C20.4775 15.7376 20.4793 15.6561 20.4831 15.4931C20.4999 14.7584 20.5 13.9206 20.5 12.9495V11.0495C20.5 9.00599 20.4979 7.57394 20.3524 6.49192C20.2108 5.43867 19.9501 4.86803 19.5408 4.45874C19.1315 4.04945 18.5608 3.78872 17.5076 3.64711C16.4256 3.50164 14.9935 3.49951 12.95 3.49951H11.05C9.00648 3.49951 7.57443 3.50164 6.49241 3.64711C5.43916 3.78872 4.86852 4.04945 4.45923 4.45874C4.04994 4.86803 3.78921 5.43867 3.6476 6.49192C3.50213 7.57394 3.5 9.00599 3.5 11.0495V12.9495C3.5 14.993 3.50213 16.4251 3.6476 17.5071C3.78921 18.5604 4.04994 19.131 4.45923 19.5403C4.86852 19.9496 5.43916 20.2103 6.49241 20.3519C7.57443 20.4974 9.00648 20.4995 11.05 20.4995H12.95C15.0294 20.4995 16.4747 20.4972 17.5609 20.3446C18.1078 20.2678 18.6134 20.6488 18.6903 21.1957C18.7671 21.7427 18.386 22.2483 17.8391 22.3251C16.5975 22.4996 15.0111 22.4995 13.0277 22.4995H10.9763C9.02362 22.4995 7.45673 22.4996 6.22592 22.3341C4.95089 22.1627 3.88784 21.7973 3.04501 20.9545C2.20218 20.1117 1.83686 19.0486 1.66543 17.7736C1.49995 16.5428 1.49997 14.9759 1.5 13.0232V10.9758C1.49997 9.02315 1.49995 7.45625 1.66543 6.22543C1.83686 4.9504 2.20218 3.88735 3.04501 3.04452C3.88784 2.2017 4.95089 1.83637 6.22592 1.66495C7.45674 1.49947 9.02364 1.49949 10.9763 1.49951Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9054 9.00883L12.8244 8.96591C12.0509 8.5557 11.4151 8.2186 10.8916 8.01074C10.3592 7.79942 9.80872 7.66398 9.24815 7.81224C8.86157 7.91448 8.50485 8.10979 8.21396 8.38371C7.7826 8.78991 7.63215 9.33633 7.56522 9.88836C7.49996 10.4266 7.49998 11.1193 7.5 11.9509V12.0486C7.49998 12.8803 7.49996 13.5729 7.56522 14.1112C7.63215 14.6632 7.7826 15.2096 8.21396 15.6158C8.50485 15.8898 8.86157 16.0851 9.24815 16.1873C9.80872 16.3356 10.3592 16.2001 10.8916 15.9888C11.4152 15.781 12.0509 15.4439 12.8245 15.0336L12.9054 14.9907C13.7056 14.5664 14.3624 14.2182 14.8367 13.8948C15.3113 13.5712 15.7541 13.1762 15.9171 12.5981C16.0276 12.2063 16.0276 11.7932 15.9171 11.4015C15.7541 10.8234 15.3113 10.4283 14.8367 10.1047C14.3624 9.78135 13.7056 9.43312 12.9054 9.00883Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9763 1.49951H13.0237C14.9764 1.49949 16.5433 1.49947 17.7741 1.66495C19.0491 1.83637 20.1122 2.2017 20.955 3.04452C21.7978 3.88735 22.1631 4.9504 22.3346 6.22543C22.5 7.45624 22.5 9.02314 22.5 10.9758V12.9657C22.5 14.161 22.5 15.204 22.4655 16.1029C22.4648 16.1216 22.4641 16.1405 22.4634 16.1595C22.452 16.4608 22.4392 16.8009 22.3815 17.0781C22.3115 17.414 22.1287 17.8904 21.6012 18.1507C21.0633 18.4161 20.5651 18.2571 20.2624 18.1093C20.0048 17.9836 19.7214 17.7828 19.4648 17.601C19.4492 17.59 19.4336 17.579 19.4182 17.568L18.0724 16.6158C17.6216 16.2968 17.5147 15.6728 17.8337 15.2219C18.1527 14.7711 18.7767 14.6642 19.2276 14.9832L20.1696 15.6497C20.3033 15.7443 20.3701 15.7916 20.4238 15.7646C20.4775 15.7376 20.4793 15.6561 20.4831 15.4931C20.4999 14.7584 20.5 13.9206 20.5 12.9495V11.0495C20.5 9.00599 20.4979 7.57394 20.3524 6.49192C20.2108 5.43867 19.9501 4.86803 19.5408 4.45874C19.1315 4.04945 18.5608 3.78872 17.5076 3.64711C16.4256 3.50164 14.9935 3.49951 12.95 3.49951H11.05C9.00648 3.49951 7.57443 3.50164 6.49241 3.64711C5.43916 3.78872 4.86852 4.04945 4.45923 4.45874C4.04994 4.86803 3.78921 5.43867 3.6476 6.49192C3.50213 7.57394 3.5 9.00599 3.5 11.0495V12.9495C3.5 14.993 3.50213 16.4251 3.6476 17.5071C3.78921 18.5604 4.04994 19.131 4.45923 19.5403C4.86852 19.9496 5.43916 20.2103 6.49241 20.3519C7.57443 20.4974 9.00648 20.4995 11.05 20.4995H12.95C15.0294 20.4995 16.4747 20.4972 17.5609 20.3446C18.1078 20.2678 18.6134 20.6488 18.6903 21.1957C18.7671 21.7427 18.386 22.2483 17.8391 22.3251C16.5975 22.4996 15.0111 22.4995 13.0277 22.4995H10.9763C9.02362 22.4995 7.45673 22.4996 6.22592 22.3341C4.95089 22.1627 3.88784 21.7973 3.04501 20.9545C2.20218 20.1117 1.83686 19.0486 1.66543 17.7736C1.49995 16.5428 1.49997 14.9759 1.5 13.0232V10.9758C1.49997 9.02315 1.49995 7.45625 1.66543 6.22543C1.83686 4.9504 2.20218 3.88735 3.04501 3.04452C3.88784 2.2017 4.95089 1.83637 6.22592 1.66495C7.45674 1.49947 9.02364 1.49949 10.9763 1.49951Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9054 9.00883L12.8244 8.96591C12.0509 8.5557 11.4151 8.2186 10.8916 8.01074C10.3592 7.79942 9.80872 7.66398 9.24815 7.81224C8.86157 7.91448 8.50485 8.10979 8.21396 8.38371C7.7826 8.78991 7.63215 9.33633 7.56522 9.88836C7.49996 10.4266 7.49998 11.1193 7.5 11.9509V12.0486C7.49998 12.8803 7.49996 13.5729 7.56522 14.1112C7.63215 14.6632 7.7826 15.2096 8.21396 15.6158C8.50485 15.8898 8.86157 16.0851 9.24815 16.1873C9.80872 16.3356 10.3592 16.2001 10.8916 15.9888C11.4152 15.781 12.0509 15.4439 12.8245 15.0336L12.9054 14.9907C13.7056 14.5664 14.3624 14.2182 14.8367 13.8948C15.3113 13.5712 15.7541 13.1762 15.9171 12.5981C16.0276 12.2063 16.0276 11.7932 15.9171 11.4015C15.7541 10.8234 15.3113 10.4283 14.8367 10.1047C14.3624 9.78135 13.7056 9.43312 12.9054 9.00883Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-adzan{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.934 11.25C5.61782 11.25 5.45974 11.25 5.33027 11.1589C5.2008 11.0677 5.15255 10.9331 5.05606 10.6639C4.74936 9.80815 4.67736 9.00437 4.81487 8.24475C5.03938 7.00456 5.79707 6.03009 6.65518 5.24219C7.40496 4.55376 8.29821 3.95005 9.09428 3.41202C9.20362 3.33811 9.3118 3.265 9.41685 3.19353C10.3343 2.56936 11.0259 2.05875 11.394 1.55658C11.5353 1.36387 11.76 1.25001 11.9989 1.25C12.2379 1.24999 12.4625 1.36385 12.6038 1.55655C12.972 2.05874 13.6637 2.56936 14.581 3.19353C14.6862 3.26507 14.7938 3.3378 14.9032 3.41176C15.6994 3.94986 16.5927 4.55368 17.3425 5.24225C18.2004 6.03018 18.9579 7.00473 19.1819 8.24502C19.3192 9.00468 19.2469 9.80846 18.9398 10.6642C18.8432 10.9333 18.7949 11.0678 18.6655 11.1589C18.5361 11.25 18.378 11.25 18.062 11.25H5.934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.89645 12.8964C5.75 13.0429 5.75 13.2786 5.75 13.75V16.3386V16.3386C5.74998 17.6405 5.74997 18.6908 5.85689 19.517C5.96767 20.3731 6.20496 21.1013 6.76509 21.6833C7.32909 22.2692 8.04136 22.5212 8.87875 22.6382C9.67956 22.75 10.6953 22.75 11.9439 22.75H12.0562C13.3048 22.75 14.3204 22.75 15.1213 22.6382C15.9586 22.5212 16.6709 22.2692 17.2349 21.6833C17.795 21.1013 18.0323 20.3731 18.1431 19.517C18.25 18.6908 18.25 17.6405 18.25 16.3385V13.75C18.25 13.2786 18.25 13.0429 18.1036 12.8964C17.9571 12.75 17.7214 12.75 17.25 12.75L6.75 12.75C6.2786 12.75 6.04289 12.75 5.89645 12.8964ZM13 16.75C13 16.1977 12.5523 15.75 12 15.75C11.4477 15.75 11 16.1977 11 16.75L11 18.75C11 19.3023 11.4477 19.75 12 19.75C12.5523 19.75 13 19.3023 13 18.75L13 16.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.3942 13.0532C22.1472 12.5592 21.5465 12.359 21.0526 12.606L20.0526 13.106C19.5586 13.353 19.3584 13.9537 19.6054 14.4477C19.8523 14.9416 20.453 15.1419 20.947 14.8949L21.947 14.3949C22.441 14.1479 22.6412 13.5472 22.3942 13.0532ZM19.6054 17.5532C19.3584 18.0472 19.5586 18.6479 20.0526 18.8949L21.0526 19.3949C21.5465 19.6419 22.1472 19.4416 22.3942 18.9477C22.6412 18.4537 22.441 17.853 21.947 17.606L20.947 17.106C20.453 16.859 19.8523 17.0592 19.6054 17.5532Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.60579 13.053C1.85278 12.559 2.45345 12.3588 2.94743 12.6058L3.94743 13.1058C4.44141 13.3528 4.64164 13.9535 4.39465 14.4474C4.14766 14.9414 3.54698 15.1416 3.05301 14.8946L2.05301 14.3946C1.55903 14.1477 1.3588 13.547 1.60579 13.053ZM4.39465 17.553C4.64164 18.047 4.44141 18.6477 3.94743 18.8946L2.94743 19.3946C2.45345 19.6416 1.85278 19.4414 1.60579 18.9474C1.3588 18.4535 1.55903 17.8528 2.05301 17.6058L3.05301 17.1058C3.54698 16.8588 4.14766 17.059 4.39465 17.553Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.934 11.25C5.61782 11.25 5.45974 11.25 5.33027 11.1589C5.2008 11.0677 5.15255 10.9331 5.05606 10.6639C4.74936 9.80815 4.67736 9.00437 4.81487 8.24475C5.03938 7.00456 5.79707 6.03009 6.65518 5.24219C7.40496 4.55376 8.29821 3.95005 9.09428 3.41202C9.20362 3.33811 9.3118 3.265 9.41685 3.19353C10.3343 2.56936 11.0259 2.05875 11.394 1.55658C11.5353 1.36387 11.76 1.25001 11.9989 1.25C12.2379 1.24999 12.4625 1.36385 12.6038 1.55655C12.972 2.05874 13.6637 2.56936 14.581 3.19353C14.6862 3.26507 14.7938 3.3378 14.9032 3.41176C15.6994 3.94986 16.5927 4.55368 17.3425 5.24225C18.2004 6.03018 18.9579 7.00473 19.1819 8.24502C19.3192 9.00468 19.2469 9.80846 18.9398 10.6642C18.8432 10.9333 18.7949 11.0678 18.6655 11.1589C18.5361 11.25 18.378 11.25 18.062 11.25H5.934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.89645 12.8964C5.75 13.0429 5.75 13.2786 5.75 13.75V16.3386V16.3386C5.74998 17.6405 5.74997 18.6908 5.85689 19.517C5.96767 20.3731 6.20496 21.1013 6.76509 21.6833C7.32909 22.2692 8.04136 22.5212 8.87875 22.6382C9.67956 22.75 10.6953 22.75 11.9439 22.75H12.0562C13.3048 22.75 14.3204 22.75 15.1213 22.6382C15.9586 22.5212 16.6709 22.2692 17.2349 21.6833C17.795 21.1013 18.0323 20.3731 18.1431 19.517C18.25 18.6908 18.25 17.6405 18.25 16.3385V13.75C18.25 13.2786 18.25 13.0429 18.1036 12.8964C17.9571 12.75 17.7214 12.75 17.25 12.75L6.75 12.75C6.2786 12.75 6.04289 12.75 5.89645 12.8964ZM13 16.75C13 16.1977 12.5523 15.75 12 15.75C11.4477 15.75 11 16.1977 11 16.75L11 18.75C11 19.3023 11.4477 19.75 12 19.75C12.5523 19.75 13 19.3023 13 18.75L13 16.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.3942 13.0532C22.1472 12.5592 21.5465 12.359 21.0526 12.606L20.0526 13.106C19.5586 13.353 19.3584 13.9537 19.6054 14.4477C19.8523 14.9416 20.453 15.1419 20.947 14.8949L21.947 14.3949C22.441 14.1479 22.6412 13.5472 22.3942 13.0532ZM19.6054 17.5532C19.3584 18.0472 19.5586 18.6479 20.0526 18.8949L21.0526 19.3949C21.5465 19.6419 22.1472 19.4416 22.3942 18.9477C22.6412 18.4537 22.441 17.853 21.947 17.606L20.947 17.106C20.453 16.859 19.8523 17.0592 19.6054 17.5532Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.60579 13.053C1.85278 12.559 2.45345 12.3588 2.94743 12.6058L3.94743 13.1058C4.44141 13.3528 4.64164 13.9535 4.39465 14.4474C4.14766 14.9414 3.54698 15.1416 3.05301 14.8946L2.05301 14.3946C1.55903 14.1477 1.3588 13.547 1.60579 13.053ZM4.39465 17.553C4.64164 18.047 4.44141 18.6477 3.94743 18.8946L2.94743 19.3946C2.45345 19.6416 1.85278 19.4414 1.60579 18.9474C1.3588 18.4535 1.55903 17.8528 2.05301 17.6058L3.05301 17.1058C3.54698 16.8588 4.14766 17.059 4.39465 17.553Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-al-aqsa-mosque{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 11.25C5.58579 11.25 5.25 11.5858 5.25 12V22C5.25 22.4142 5.58579 22.75 6 22.75H8.65C8.93284 22.75 9.07426 22.75 9.16213 22.6621C9.25 22.5743 9.25 22.4328 9.25 22.15V18C9.25 16.4812 10.4812 15.25 12 15.25C13.5188 15.25 14.75 16.4812 14.75 18V22.15C14.75 22.4328 14.75 22.5743 14.8379 22.6621C14.9257 22.75 15.0672 22.75 15.35 22.75H18C18.4142 22.75 18.75 22.4142 18.75 22V12C18.75 11.5858 18.4142 11.25 18 11.25H6ZM12.65 22.75C12.9328 22.75 13.0743 22.75 13.1621 22.6621C13.25 22.5743 13.25 22.4328 13.25 22.15V18C13.25 17.3096 12.6904 16.75 12 16.75C11.3096 16.75 10.75 17.3096 10.75 18V22.15C10.75 22.4328 10.75 22.5743 10.8379 22.6621C10.9257 22.75 11.0672 22.75 11.35 22.75H12.65Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5728 11.3836C17.775 11.2434 18.033 11.2114 18.2633 11.2978L20.9656 12.3111C21.5129 12.5163 22.0389 12.762 22.3718 13.2424C22.7047 13.7228 22.75 14.3015 22.75 14.886V22C22.75 22.4142 22.4142 22.75 22 22.75H18C17.5858 22.75 17.25 22.4142 17.25 22V12C17.25 11.754 17.3706 11.5237 17.5728 11.3836ZM19.0202 13.1836C18.8975 13.1376 18.8361 13.1145 18.793 13.1444C18.75 13.1742 18.75 13.2397 18.75 13.3709V21.05C18.75 21.1443 18.75 21.1914 18.7793 21.2207C18.8086 21.25 18.8557 21.25 18.95 21.25H21.05C21.1443 21.25 21.1914 21.25 21.2207 21.2207C21.25 21.1914 21.25 21.1443 21.25 21.05V14.886C21.25 14.3193 21.1854 14.1639 21.1389 14.0968C21.0924 14.0297 20.9695 13.9146 20.4389 13.7156L19.0202 13.1836Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.4272 11.3836C6.62938 11.5237 6.75 11.754 6.75 12V22C6.75 22.4142 6.41421 22.75 6 22.75H2C1.58579 22.75 1.25 22.4142 1.25 22V14.886C1.25 14.3015 1.29532 13.7228 1.62823 13.2424C1.96114 12.762 2.48715 12.5163 3.03441 12.3111L5.73666 11.2978C5.96698 11.2114 6.22502 11.2434 6.4272 11.3836ZM5.25 13.3709C5.25 13.2397 5.25 13.1742 5.20696 13.1444C5.16392 13.1145 5.10254 13.1376 4.97977 13.1836L3.5611 13.7156C3.03049 13.9146 2.90762 14.0297 2.86112 14.0968C2.81462 14.1639 2.75 14.3193 2.75 14.886V21.05C2.75 21.1443 2.75 21.1914 2.77929 21.2207C2.80858 21.25 2.85572 21.25 2.95 21.25H5.05C5.14428 21.25 5.19142 21.25 5.22071 21.2207C5.25 21.1914 5.25 21.1443 5.25 21.05V13.3709Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 9.25C8.41421 9.25 8.75 9.58579 8.75 10V12C8.75 12.4142 8.41421 12.75 8 12.75C7.58579 12.75 7.25 12.4142 7.25 12V10C7.25 9.58579 7.58579 9.25 8 9.25ZM16 9.25C16.4142 9.25 16.75 9.58579 16.75 10V12C16.75 12.4142 16.4142 12.75 16 12.75C15.5858 12.75 15.25 12.4142 15.25 12V10C15.25 9.58579 15.5858 9.25 16 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V2.30438C15.7266 2.74206 17.6716 5.7516 17.168 8.7689C17.5013 8.84519 17.75 9.14356 17.75 9.5C17.75 9.91421 17.4142 10.25 17 10.25H16.2255C16.2139 10.2503 16.2022 10.2503 16.1906 10.25H7.80941C7.79776 10.2503 7.78613 10.2503 7.77454 10.25H7C6.58579 10.25 6.25 9.91421 6.25 9.5C6.25 9.14356 6.49866 8.84519 6.83197 8.7689C6.32836 5.7516 8.27342 2.74206 11.25 2.30438V2C11.25 1.58579 11.5858 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 11.25C5.58579 11.25 5.25 11.5858 5.25 12V22C5.25 22.4142 5.58579 22.75 6 22.75H8.65C8.93284 22.75 9.07426 22.75 9.16213 22.6621C9.25 22.5743 9.25 22.4328 9.25 22.15V18C9.25 16.4812 10.4812 15.25 12 15.25C13.5188 15.25 14.75 16.4812 14.75 18V22.15C14.75 22.4328 14.75 22.5743 14.8379 22.6621C14.9257 22.75 15.0672 22.75 15.35 22.75H18C18.4142 22.75 18.75 22.4142 18.75 22V12C18.75 11.5858 18.4142 11.25 18 11.25H6ZM12.65 22.75C12.9328 22.75 13.0743 22.75 13.1621 22.6621C13.25 22.5743 13.25 22.4328 13.25 22.15V18C13.25 17.3096 12.6904 16.75 12 16.75C11.3096 16.75 10.75 17.3096 10.75 18V22.15C10.75 22.4328 10.75 22.5743 10.8379 22.6621C10.9257 22.75 11.0672 22.75 11.35 22.75H12.65Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5728 11.3836C17.775 11.2434 18.033 11.2114 18.2633 11.2978L20.9656 12.3111C21.5129 12.5163 22.0389 12.762 22.3718 13.2424C22.7047 13.7228 22.75 14.3015 22.75 14.886V22C22.75 22.4142 22.4142 22.75 22 22.75H18C17.5858 22.75 17.25 22.4142 17.25 22V12C17.25 11.754 17.3706 11.5237 17.5728 11.3836ZM19.0202 13.1836C18.8975 13.1376 18.8361 13.1145 18.793 13.1444C18.75 13.1742 18.75 13.2397 18.75 13.3709V21.05C18.75 21.1443 18.75 21.1914 18.7793 21.2207C18.8086 21.25 18.8557 21.25 18.95 21.25H21.05C21.1443 21.25 21.1914 21.25 21.2207 21.2207C21.25 21.1914 21.25 21.1443 21.25 21.05V14.886C21.25 14.3193 21.1854 14.1639 21.1389 14.0968C21.0924 14.0297 20.9695 13.9146 20.4389 13.7156L19.0202 13.1836Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.4272 11.3836C6.62938 11.5237 6.75 11.754 6.75 12V22C6.75 22.4142 6.41421 22.75 6 22.75H2C1.58579 22.75 1.25 22.4142 1.25 22V14.886C1.25 14.3015 1.29532 13.7228 1.62823 13.2424C1.96114 12.762 2.48715 12.5163 3.03441 12.3111L5.73666 11.2978C5.96698 11.2114 6.22502 11.2434 6.4272 11.3836ZM5.25 13.3709C5.25 13.2397 5.25 13.1742 5.20696 13.1444C5.16392 13.1145 5.10254 13.1376 4.97977 13.1836L3.5611 13.7156C3.03049 13.9146 2.90762 14.0297 2.86112 14.0968C2.81462 14.1639 2.75 14.3193 2.75 14.886V21.05C2.75 21.1443 2.75 21.1914 2.77929 21.2207C2.80858 21.25 2.85572 21.25 2.95 21.25H5.05C5.14428 21.25 5.19142 21.25 5.22071 21.2207C5.25 21.1914 5.25 21.1443 5.25 21.05V13.3709Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 9.25C8.41421 9.25 8.75 9.58579 8.75 10V12C8.75 12.4142 8.41421 12.75 8 12.75C7.58579 12.75 7.25 12.4142 7.25 12V10C7.25 9.58579 7.58579 9.25 8 9.25ZM16 9.25C16.4142 9.25 16.75 9.58579 16.75 10V12C16.75 12.4142 16.4142 12.75 16 12.75C15.5858 12.75 15.25 12.4142 15.25 12V10C15.25 9.58579 15.5858 9.25 16 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 1.25C12.4142 1.25 12.75 1.58579 12.75 2V2.30438C15.7266 2.74206 17.6716 5.7516 17.168 8.7689C17.5013 8.84519 17.75 9.14356 17.75 9.5C17.75 9.91421 17.4142 10.25 17 10.25H16.2255C16.2139 10.2503 16.2022 10.2503 16.1906 10.25H7.80941C7.79776 10.2503 7.78613 10.2503 7.77454 10.25H7C6.58579 10.25 6.25 9.91421 6.25 9.5C6.25 9.14356 6.49866 8.84519 6.83197 8.7689C6.32836 5.7516 8.27342 2.74206 11.25 2.30438V2C11.25 1.58579 11.5858 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-allah{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1756 1.25657C12.0587 1.24781 11.9413 1.24781 11.8244 1.25657C11.3208 1.29431 10.9127 1.52155 10.5398 1.81329C10.1891 2.0877 9.80108 2.47573 9.3473 2.92956L9.15584 3.10055C8.9029 3.32646 8.77643 3.43942 8.62311 3.5041C8.46979 3.56878 8.30063 3.58055 7.96232 3.60407H7.9623L7.53268 3.63394C6.82147 3.6339 6.21358 3.63387 5.7278 3.69918C5.20911 3.76892 4.71886 3.92526 4.32206 4.32206C3.92526 4.71886 3.76892 5.20911 3.69919 5.7278C3.63387 6.21358 3.6339 6.82147 3.63394 7.53268L3.61521 7.90485C3.59821 8.24258 3.58971 8.41144 3.52828 8.5656C3.46685 8.71976 3.35689 8.84819 3.13696 9.10506L2.92956 9.3473L2.92954 9.34731L2.9295 9.34735C2.4757 9.80111 2.08769 10.1891 1.81329 10.5398C1.52155 10.9127 1.29431 11.3208 1.25657 11.8244C1.24781 11.9413 1.24781 12.0587 1.25657 12.1756C1.29431 12.6792 1.52155 13.0873 1.81329 13.4602C2.0877 13.8109 2.47573 14.1989 2.92956 14.6527L3.13696 14.8949L3.13697 14.8949L3.13697 14.8949C3.35689 15.1518 3.46685 15.2802 3.52828 15.4344C3.58971 15.5886 3.59821 15.7574 3.61521 16.0951L3.63394 16.4673C3.6339 17.1785 3.63387 17.7864 3.69919 18.2722C3.76892 18.7909 3.92526 19.2811 4.32206 19.6779C4.71886 20.0747 5.20911 20.2311 5.7278 20.3008C6.21358 20.3661 6.82148 20.3661 7.53269 20.3661L7.90485 20.3848H7.90487C8.24259 20.4018 8.41145 20.4103 8.5656 20.4717C8.71975 20.5331 8.84819 20.6431 9.10504 20.863L9.10504 20.863L9.10506 20.863L9.3473 21.0704L9.34733 21.0705L9.3474 21.0705C9.80114 21.5243 10.1891 21.9123 10.5398 22.1867C10.9127 22.4785 11.3208 22.7057 11.8244 22.7434C11.9413 22.7522 12.0587 22.7522 12.1756 22.7434C12.6792 22.7057 13.0873 22.4785 13.4602 22.1867C13.8109 21.9123 14.1989 21.5242 14.6527 21.0704L14.6527 21.0704L14.8442 20.8994L14.8442 20.8994C15.0971 20.6735 15.2236 20.5606 15.3769 20.4959C15.5302 20.4312 15.6994 20.4195 16.0377 20.3959L16.4673 20.3661C17.1785 20.3661 17.7864 20.3661 18.2722 20.3008C18.7909 20.2311 19.2811 20.0747 19.6779 19.6779C20.0747 19.2811 20.2311 18.7909 20.3008 18.2722C20.3661 17.7864 20.3661 17.1785 20.3661 16.4673L20.3848 16.0951V16.0951C20.4018 15.7574 20.4103 15.5886 20.4717 15.4344C20.5331 15.2802 20.6431 15.1518 20.863 14.8949L21.0705 14.6527C21.5243 14.1989 21.9123 13.8109 22.1867 13.4602C22.4785 13.0873 22.7057 12.6792 22.7434 12.1756C22.7522 12.0587 22.7522 11.9413 22.7434 11.8244C22.7057 11.3208 22.4785 10.9127 22.1867 10.5398C21.9123 10.1891 21.5242 9.80106 21.0704 9.34726L20.863 9.10506L20.863 9.10504L20.863 9.10499C20.6431 8.84817 20.5331 8.71974 20.4717 8.5656C20.4103 8.41145 20.4018 8.24259 20.3848 7.90487V7.90486L20.3661 7.53269C20.3661 6.82148 20.3661 6.21358 20.3008 5.7278C20.2311 5.20911 20.0747 4.71886 19.6779 4.32206C19.2811 3.92526 18.7909 3.76892 18.2722 3.69918C17.7864 3.63387 17.1785 3.6339 16.4673 3.63394L16.0951 3.61521H16.0951C15.7574 3.59821 15.5886 3.5897 15.4344 3.52828C15.2802 3.46685 15.1518 3.35689 14.8949 3.13696L14.6527 2.92956C14.1989 2.47573 13.8109 2.0877 13.4602 1.81329C13.0873 1.52155 12.6792 1.29431 12.1756 1.25657ZM12.25 8C12.25 7.58579 11.9142 7.25 11.5 7.25C11.0858 7.25 10.75 7.58579 10.75 8V14.5C10.75 14.9142 10.4142 15.25 10 15.25C9.58579 15.25 9.25 14.9142 9.25 14.5V10C9.25 9.7753 9.14926 9.56245 8.97549 9.41999C8.80173 9.27754 8.57324 9.2205 8.35291 9.26456C8.03666 9.32782 7.19902 9.68269 6.8199 9.94808C6.0445 10.4909 5.25 11.4499 5.25 13C5.25 13.4142 5.58579 13.75 6 13.75C6.41421 13.75 6.75 13.4142 6.75 13C6.75 12.0501 7.27541 11.4618 7.75 11.1296L7.75 14.5C7.75 15.7426 8.75736 16.75 10 16.75C10.5763 16.75 11.1019 16.5334 11.5 16.1771C11.8981 16.5334 12.4237 16.75 13 16.75C14.2426 16.75 15.25 15.7426 15.25 14.5V10C15.25 9.58579 14.9142 9.25 14.5 9.25C14.0858 9.25 13.75 9.58579 13.75 10V14.5C13.75 14.9142 13.4142 15.25 13 15.25C12.5858 15.25 12.25 14.9142 12.25 14.5V8ZM17.75 10C17.75 9.58579 17.4142 9.25 17 9.25C16.5858 9.25 16.25 9.58579 16.25 10V16C16.25 16.4142 16.5858 16.75 17 16.75C17.4142 16.75 17.75 16.4142 17.75 16V10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1756 1.25657C12.0587 1.24781 11.9413 1.24781 11.8244 1.25657C11.3208 1.29431 10.9127 1.52155 10.5398 1.81329C10.1891 2.0877 9.80108 2.47573 9.3473 2.92956L9.15584 3.10055C8.9029 3.32646 8.77643 3.43942 8.62311 3.5041C8.46979 3.56878 8.30063 3.58055 7.96232 3.60407H7.9623L7.53268 3.63394C6.82147 3.6339 6.21358 3.63387 5.7278 3.69918C5.20911 3.76892 4.71886 3.92526 4.32206 4.32206C3.92526 4.71886 3.76892 5.20911 3.69919 5.7278C3.63387 6.21358 3.6339 6.82147 3.63394 7.53268L3.61521 7.90485C3.59821 8.24258 3.58971 8.41144 3.52828 8.5656C3.46685 8.71976 3.35689 8.84819 3.13696 9.10506L2.92956 9.3473L2.92954 9.34731L2.9295 9.34735C2.4757 9.80111 2.08769 10.1891 1.81329 10.5398C1.52155 10.9127 1.29431 11.3208 1.25657 11.8244C1.24781 11.9413 1.24781 12.0587 1.25657 12.1756C1.29431 12.6792 1.52155 13.0873 1.81329 13.4602C2.0877 13.8109 2.47573 14.1989 2.92956 14.6527L3.13696 14.8949L3.13697 14.8949L3.13697 14.8949C3.35689 15.1518 3.46685 15.2802 3.52828 15.4344C3.58971 15.5886 3.59821 15.7574 3.61521 16.0951L3.63394 16.4673C3.6339 17.1785 3.63387 17.7864 3.69919 18.2722C3.76892 18.7909 3.92526 19.2811 4.32206 19.6779C4.71886 20.0747 5.20911 20.2311 5.7278 20.3008C6.21358 20.3661 6.82148 20.3661 7.53269 20.3661L7.90485 20.3848H7.90487C8.24259 20.4018 8.41145 20.4103 8.5656 20.4717C8.71975 20.5331 8.84819 20.6431 9.10504 20.863L9.10504 20.863L9.10506 20.863L9.3473 21.0704L9.34733 21.0705L9.3474 21.0705C9.80114 21.5243 10.1891 21.9123 10.5398 22.1867C10.9127 22.4785 11.3208 22.7057 11.8244 22.7434C11.9413 22.7522 12.0587 22.7522 12.1756 22.7434C12.6792 22.7057 13.0873 22.4785 13.4602 22.1867C13.8109 21.9123 14.1989 21.5242 14.6527 21.0704L14.6527 21.0704L14.8442 20.8994L14.8442 20.8994C15.0971 20.6735 15.2236 20.5606 15.3769 20.4959C15.5302 20.4312 15.6994 20.4195 16.0377 20.3959L16.4673 20.3661C17.1785 20.3661 17.7864 20.3661 18.2722 20.3008C18.7909 20.2311 19.2811 20.0747 19.6779 19.6779C20.0747 19.2811 20.2311 18.7909 20.3008 18.2722C20.3661 17.7864 20.3661 17.1785 20.3661 16.4673L20.3848 16.0951V16.0951C20.4018 15.7574 20.4103 15.5886 20.4717 15.4344C20.5331 15.2802 20.6431 15.1518 20.863 14.8949L21.0705 14.6527C21.5243 14.1989 21.9123 13.8109 22.1867 13.4602C22.4785 13.0873 22.7057 12.6792 22.7434 12.1756C22.7522 12.0587 22.7522 11.9413 22.7434 11.8244C22.7057 11.3208 22.4785 10.9127 22.1867 10.5398C21.9123 10.1891 21.5242 9.80106 21.0704 9.34726L20.863 9.10506L20.863 9.10504L20.863 9.10499C20.6431 8.84817 20.5331 8.71974 20.4717 8.5656C20.4103 8.41145 20.4018 8.24259 20.3848 7.90487V7.90486L20.3661 7.53269C20.3661 6.82148 20.3661 6.21358 20.3008 5.7278C20.2311 5.20911 20.0747 4.71886 19.6779 4.32206C19.2811 3.92526 18.7909 3.76892 18.2722 3.69918C17.7864 3.63387 17.1785 3.6339 16.4673 3.63394L16.0951 3.61521H16.0951C15.7574 3.59821 15.5886 3.5897 15.4344 3.52828C15.2802 3.46685 15.1518 3.35689 14.8949 3.13696L14.6527 2.92956C14.1989 2.47573 13.8109 2.0877 13.4602 1.81329C13.0873 1.52155 12.6792 1.29431 12.1756 1.25657ZM12.25 8C12.25 7.58579 11.9142 7.25 11.5 7.25C11.0858 7.25 10.75 7.58579 10.75 8V14.5C10.75 14.9142 10.4142 15.25 10 15.25C9.58579 15.25 9.25 14.9142 9.25 14.5V10C9.25 9.7753 9.14926 9.56245 8.97549 9.41999C8.80173 9.27754 8.57324 9.2205 8.35291 9.26456C8.03666 9.32782 7.19902 9.68269 6.8199 9.94808C6.0445 10.4909 5.25 11.4499 5.25 13C5.25 13.4142 5.58579 13.75 6 13.75C6.41421 13.75 6.75 13.4142 6.75 13C6.75 12.0501 7.27541 11.4618 7.75 11.1296L7.75 14.5C7.75 15.7426 8.75736 16.75 10 16.75C10.5763 16.75 11.1019 16.5334 11.5 16.1771C11.8981 16.5334 12.4237 16.75 13 16.75C14.2426 16.75 15.25 15.7426 15.25 14.5V10C15.25 9.58579 14.9142 9.25 14.5 9.25C14.0858 9.25 13.75 9.58579 13.75 10V14.5C13.75 14.9142 13.4142 15.25 13 15.25C12.5858 15.25 12.25 14.9142 12.25 14.5V8ZM17.75 10C17.75 9.58579 17.4142 9.25 17 9.25C16.5858 9.25 16.25 9.58579 16.25 10V16C16.25 16.4142 16.5858 16.75 17 16.75C17.4142 16.75 17.75 16.4142 17.75 16V10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-alms{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.0447 13.25C20.4776 13.25 20.8744 13.2499 21.1972 13.2933C21.5527 13.3411 21.9284 13.4535 22.2374 13.7626C22.5465 14.0716 22.6589 14.4473 22.7067 14.8028C22.7501 15.1256 22.75 15.5224 22.75 15.9553L22.75 18.5635C22.75 18.8917 22.7501 19.1992 22.7201 19.4561C22.6868 19.7421 22.6096 20.0427 22.4024 20.3203C22.1953 20.5979 21.929 20.7574 21.6643 20.8707C21.4265 20.9725 21.1317 21.06 20.8171 21.1533L15.8182 22.6366C15.0937 22.8516 14.3173 22.7581 13.6623 22.3802L6.14671 18.0438C5.21354 17.5054 4.97336 16.2638 5.59486 15.4032C6.28775 14.4437 7.4983 14.0209 8.62881 14.3724L8.63032 14.3729L10.7558 15.0259C11.0044 15.1023 11.1288 15.1405 11.1678 15.2122C11.2067 15.2839 11.1602 15.4474 11.0672 15.7743C10.9963 16.0236 10.9879 16.2627 11 16.3973C11 17.3786 11.669 18.171 12.5333 18.4099L15.0742 19.1124C15.9959 19.3673 16.9831 19.2796 17.8461 18.8621L19.4664 18.0781C19.7771 17.9278 19.9071 17.554 19.7568 17.2433C19.6065 16.9326 19.2327 16.8026 18.922 16.9529L17.3017 17.7369C16.7131 18.0217 16.0378 18.082 15.4073 17.9076L12.8664 17.2051C12.5163 17.1083 12.25 16.7884 12.25 16.3973C12.25 14.9842 13.4267 14.6252 14.8259 14.6252L15.8685 14.6251C16.0503 14.6251 16.2286 14.5841 16.3892 14.5064L18.4312 13.5184C18.7968 13.3415 19.1986 13.25 19.6052 13.25L20.0447 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.6018 1.32991C10.244 1.43152 10.9732 1.65243 11.9053 2.10495L11.9154 2.10989L14.3377 3.33144C14.6478 3.48782 14.81 3.83667 14.7297 4.17457C14.6493 4.51247 14.3475 4.75102 14.0002 4.75111C13.1289 4.75135 12.2654 5.12874 11.5655 5.77234C12.5509 5.94607 13.5518 6.66726 13.7733 7.65391C13.8868 8.15997 13.6866 8.60122 13.4131 8.89231C13.1459 9.17683 12.7783 9.3611 12.4002 9.42812L10.3543 9.79081C9.94622 9.86315 9.18323 10.0901 8.85274 10.1945C8.46179 10.3426 7.90924 10.5555 7.16838 10.8409C6.83579 10.969 6.39685 11.1146 5.97297 11.2333C5.29788 11.4225 4.69278 11.5921 4.16091 11.6355C3.55761 11.6847 2.75925 11.3879 2.21567 11.0227C1.69108 10.5753 1.455 10.0147 1.34789 9.36866C1.2499 8.77762 1.24995 7.95103 1.25 7.09324C1.24999 6.51674 1.24998 6.03732 1.28294 5.6479C1.31719 5.24313 1.39129 4.8634 1.58288 4.51029C1.80263 4.16207 2.2136 3.74553 2.57221 3.50675C2.925 3.27184 3.57309 2.90857 4.13997 2.59094C5.31454 1.93114 6.52528 1.25101 8 1.25101C8.40044 1.24839 9.06178 1.24447 9.6018 1.32991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 5.15909C11.6549 5.15909 10.1591 6.65487 10.1591 8.5C10.1591 10.3451 11.6549 11.8409 13.5 11.8409C15.3451 11.8409 16.8409 10.3451 16.8409 8.5C16.8409 6.65487 15.3451 5.15909 13.5 5.15909ZM8.25 8.5C8.25 5.6005 10.6005 3.25 13.5 3.25C16.3995 3.25 18.75 5.6005 18.75 8.5C18.75 11.3995 16.3995 13.75 13.5 13.75C10.6005 13.75 8.25 11.3995 8.25 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.0447 13.25C20.4776 13.25 20.8744 13.2499 21.1972 13.2933C21.5527 13.3411 21.9284 13.4535 22.2374 13.7626C22.5465 14.0716 22.6589 14.4473 22.7067 14.8028C22.7501 15.1256 22.75 15.5224 22.75 15.9553L22.75 18.5635C22.75 18.8917 22.7501 19.1992 22.7201 19.4561C22.6868 19.7421 22.6096 20.0427 22.4024 20.3203C22.1953 20.5979 21.929 20.7574 21.6643 20.8707C21.4265 20.9725 21.1317 21.06 20.8171 21.1533L15.8182 22.6366C15.0937 22.8516 14.3173 22.7581 13.6623 22.3802L6.14671 18.0438C5.21354 17.5054 4.97336 16.2638 5.59486 15.4032C6.28775 14.4437 7.4983 14.0209 8.62881 14.3724L8.63032 14.3729L10.7558 15.0259C11.0044 15.1023 11.1288 15.1405 11.1678 15.2122C11.2067 15.2839 11.1602 15.4474 11.0672 15.7743C10.9963 16.0236 10.9879 16.2627 11 16.3973C11 17.3786 11.669 18.171 12.5333 18.4099L15.0742 19.1124C15.9959 19.3673 16.9831 19.2796 17.8461 18.8621L19.4664 18.0781C19.7771 17.9278 19.9071 17.554 19.7568 17.2433C19.6065 16.9326 19.2327 16.8026 18.922 16.9529L17.3017 17.7369C16.7131 18.0217 16.0378 18.082 15.4073 17.9076L12.8664 17.2051C12.5163 17.1083 12.25 16.7884 12.25 16.3973C12.25 14.9842 13.4267 14.6252 14.8259 14.6252L15.8685 14.6251C16.0503 14.6251 16.2286 14.5841 16.3892 14.5064L18.4312 13.5184C18.7968 13.3415 19.1986 13.25 19.6052 13.25L20.0447 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.6018 1.32991C10.244 1.43152 10.9732 1.65243 11.9053 2.10495L11.9154 2.10989L14.3377 3.33144C14.6478 3.48782 14.81 3.83667 14.7297 4.17457C14.6493 4.51247 14.3475 4.75102 14.0002 4.75111C13.1289 4.75135 12.2654 5.12874 11.5655 5.77234C12.5509 5.94607 13.5518 6.66726 13.7733 7.65391C13.8868 8.15997 13.6866 8.60122 13.4131 8.89231C13.1459 9.17683 12.7783 9.3611 12.4002 9.42812L10.3543 9.79081C9.94622 9.86315 9.18323 10.0901 8.85274 10.1945C8.46179 10.3426 7.90924 10.5555 7.16838 10.8409C6.83579 10.969 6.39685 11.1146 5.97297 11.2333C5.29788 11.4225 4.69278 11.5921 4.16091 11.6355C3.55761 11.6847 2.75925 11.3879 2.21567 11.0227C1.69108 10.5753 1.455 10.0147 1.34789 9.36866C1.2499 8.77762 1.24995 7.95103 1.25 7.09324C1.24999 6.51674 1.24998 6.03732 1.28294 5.6479C1.31719 5.24313 1.39129 4.8634 1.58288 4.51029C1.80263 4.16207 2.2136 3.74553 2.57221 3.50675C2.925 3.27184 3.57309 2.90857 4.13997 2.59094C5.31454 1.93114 6.52528 1.25101 8 1.25101C8.40044 1.24839 9.06178 1.24447 9.6018 1.32991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 5.15909C11.6549 5.15909 10.1591 6.65487 10.1591 8.5C10.1591 10.3451 11.6549 11.8409 13.5 11.8409C15.3451 11.8409 16.8409 10.3451 16.8409 8.5C16.8409 6.65487 15.3451 5.15909 13.5 5.15909ZM8.25 8.5C8.25 5.6005 10.6005 3.25 13.5 3.25C16.3995 3.25 18.75 5.6005 18.75 8.5C18.75 11.3995 16.3995 13.75 13.5 13.75C10.6005 13.75 8.25 11.3995 8.25 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-bedug-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.58503 4.34607C4.28264 5.4646 4.08333 7.06613 4.08333 8.875C4.08333 10.6839 4.28264 12.2854 4.58503 13.4039C4.67065 13.7206 4.76 13.9814 4.84717 14.1889C4.90719 14.3318 5.09281 14.3318 5.15283 14.1889C5.24 13.9814 5.32935 13.7206 5.41497 13.4039C5.71736 12.2854 5.91667 10.6839 5.91667 8.875C5.91667 7.06613 5.71736 5.4646 5.41497 4.34607C5.32935 4.02939 5.24 3.76857 5.15283 3.56105C5.09281 3.41817 4.90719 3.41817 4.84717 3.56105C4.76 3.76857 4.67065 4.02939 4.58503 4.34607ZM3.52678 2.08439C3.8008 1.65569 4.28166 1.125 5 1.125C5.71834 1.125 6.1992 1.65569 6.47322 2.08439C6.76885 2.5469 6.99897 3.15249 7.17776 3.8138C7.5389 5.1496 7.75 6.93869 7.75 8.875C7.75 10.8113 7.5389 12.6004 7.17776 13.9362C6.99897 14.5975 6.76885 15.2031 6.47322 15.6656C6.1992 16.0943 5.71834 16.625 5 16.625C4.28166 16.625 3.8008 16.0943 3.52678 15.6656C3.23115 15.2031 3.00103 14.5975 2.82224 13.9362C2.4611 12.6004 2.25 10.8113 2.25 8.875C2.25 6.93869 2.4611 5.1496 2.82224 3.8138C3.00103 3.15249 3.23115 2.5469 3.52678 2.08439Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8685 15.1953L11.895 15.6394L11.2393 16.4262L10.5614 15.8387L7.95653 16.2277L9.95873 17.963L7.2318 21.2353C6.87824 21.6596 6.93556 22.2901 7.35984 22.6437C7.78412 22.9972 8.41468 22.9399 8.76825 22.5156L11.4704 19.2731L15.3451 22.6312C15.7625 22.9929 16.394 22.9477 16.7557 22.5304C17.1174 22.113 17.0723 21.4815 16.655 21.1198L12.751 17.7363L14.8685 15.1953ZM18.6402 9.10679C19.0645 9.46035 19.1218 10.0909 18.7682 10.5152L16.5495 13.1777C15.8421 14.0266 15.4884 14.451 15.6573 14.7514C15.8261 15.0518 16.3726 14.9702 17.4654 14.8069L18.0053 14.7263C18.0584 14.7184 18.1107 14.7061 18.1618 14.6895C20.762 13.8471 21.75 11.0094 21.75 8.87498C21.75 7.09954 21.2294 5.63542 20.2003 4.55611C19.1825 3.48871 17.7656 2.90075 16.1615 2.67241L5.35984 1.13484C4.8283 1.05918 4.33584 1.4272 4.2599 1.95684C4.18397 2.48648 4.55331 2.97717 5.08486 3.05284L8.46028 3.53331C9.22382 3.642 9.33988 4.42056 9.44033 5.0944C9.45365 5.18376 9.4667 5.27129 9.48094 5.35516C9.64949 6.34745 9.75011 7.55972 9.75011 8.8751C9.75011 10.1905 9.64949 11.4027 9.48094 12.395C9.46688 12.4778 9.45401 12.5639 9.44089 12.6517C9.3413 13.318 9.22765 14.0783 8.47208 14.1912L5.07822 14.6981C4.54721 14.7774 4.18127 15.2706 4.26088 15.7997C4.34048 16.3288 4.83547 16.6935 5.36648 16.6141L11.5183 15.6953C11.7045 15.6674 11.7976 15.6535 11.8778 15.6085C11.958 15.5634 12.0183 15.4911 12.1388 15.3464L12.1388 15.3464L17.2318 9.23482C17.5854 8.81055 18.2159 8.75322 18.6402 9.10679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.58503 4.34607C4.28264 5.4646 4.08333 7.06613 4.08333 8.875C4.08333 10.6839 4.28264 12.2854 4.58503 13.4039C4.67065 13.7206 4.76 13.9814 4.84717 14.1889C4.90719 14.3318 5.09281 14.3318 5.15283 14.1889C5.24 13.9814 5.32935 13.7206 5.41497 13.4039C5.71736 12.2854 5.91667 10.6839 5.91667 8.875C5.91667 7.06613 5.71736 5.4646 5.41497 4.34607C5.32935 4.02939 5.24 3.76857 5.15283 3.56105C5.09281 3.41817 4.90719 3.41817 4.84717 3.56105C4.76 3.76857 4.67065 4.02939 4.58503 4.34607ZM3.52678 2.08439C3.8008 1.65569 4.28166 1.125 5 1.125C5.71834 1.125 6.1992 1.65569 6.47322 2.08439C6.76885 2.5469 6.99897 3.15249 7.17776 3.8138C7.5389 5.1496 7.75 6.93869 7.75 8.875C7.75 10.8113 7.5389 12.6004 7.17776 13.9362C6.99897 14.5975 6.76885 15.2031 6.47322 15.6656C6.1992 16.0943 5.71834 16.625 5 16.625C4.28166 16.625 3.8008 16.0943 3.52678 15.6656C3.23115 15.2031 3.00103 14.5975 2.82224 13.9362C2.4611 12.6004 2.25 10.8113 2.25 8.875C2.25 6.93869 2.4611 5.1496 2.82224 3.8138C3.00103 3.15249 3.23115 2.5469 3.52678 2.08439Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8685 15.1953L11.895 15.6394L11.2393 16.4262L10.5614 15.8387L7.95653 16.2277L9.95873 17.963L7.2318 21.2353C6.87824 21.6596 6.93556 22.2901 7.35984 22.6437C7.78412 22.9972 8.41468 22.9399 8.76825 22.5156L11.4704 19.2731L15.3451 22.6312C15.7625 22.9929 16.394 22.9477 16.7557 22.5304C17.1174 22.113 17.0723 21.4815 16.655 21.1198L12.751 17.7363L14.8685 15.1953ZM18.6402 9.10679C19.0645 9.46035 19.1218 10.0909 18.7682 10.5152L16.5495 13.1777C15.8421 14.0266 15.4884 14.451 15.6573 14.7514C15.8261 15.0518 16.3726 14.9702 17.4654 14.8069L18.0053 14.7263C18.0584 14.7184 18.1107 14.7061 18.1618 14.6895C20.762 13.8471 21.75 11.0094 21.75 8.87498C21.75 7.09954 21.2294 5.63542 20.2003 4.55611C19.1825 3.48871 17.7656 2.90075 16.1615 2.67241L5.35984 1.13484C4.8283 1.05918 4.33584 1.4272 4.2599 1.95684C4.18397 2.48648 4.55331 2.97717 5.08486 3.05284L8.46028 3.53331C9.22382 3.642 9.33988 4.42056 9.44033 5.0944C9.45365 5.18376 9.4667 5.27129 9.48094 5.35516C9.64949 6.34745 9.75011 7.55972 9.75011 8.8751C9.75011 10.1905 9.64949 11.4027 9.48094 12.395C9.46688 12.4778 9.45401 12.5639 9.44089 12.6517C9.3413 13.318 9.22765 14.0783 8.47208 14.1912L5.07822 14.6981C4.54721 14.7774 4.18127 15.2706 4.26088 15.7997C4.34048 16.3288 4.83547 16.6935 5.36648 16.6141L11.5183 15.6953C11.7045 15.6674 11.7976 15.6535 11.8778 15.6085C11.958 15.5634 12.0183 15.4911 12.1388 15.3464L12.1388 15.3464L17.2318 9.23482C17.5854 8.81055 18.2159 8.75322 18.6402 9.10679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-bedug-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.26283 5.56057C4.67115 6.61643 4.275 8.13976 4.275 9.875C4.275 10.41 3.84967 10.8438 3.325 10.8438C2.80033 10.8438 2.375 10.41 2.375 9.875C2.375 7.86506 2.82951 5.99776 3.61316 4.5993C4.38146 3.22824 5.58762 2.125 7.125 2.125C8.66238 2.125 9.86854 3.22824 10.6368 4.5993C11.4205 5.99776 11.875 7.86506 11.875 9.875C11.875 11.8849 11.4205 13.7522 10.6368 15.1507C9.86854 16.5218 8.66238 17.625 7.125 17.625C6.0952 17.625 5.20144 17.1199 4.50726 16.3861C3.81667 15.656 3.28191 14.6622 2.92223 13.5413C2.75905 13.0328 3.03101 12.4857 3.52966 12.3193C4.02831 12.1529 4.56482 12.4302 4.728 12.9387C5.02329 13.8589 5.43224 14.5732 5.87475 15.041C6.31365 15.505 6.74235 15.6875 7.125 15.6875C7.6863 15.6875 8.38014 15.2727 8.98717 14.1894C9.57885 13.1336 9.975 11.6102 9.975 9.875C9.975 8.13976 9.57885 6.61643 8.98717 5.56057C8.38014 4.47729 7.6863 4.0625 7.125 4.0625C6.5637 4.0625 5.86986 4.47729 5.26283 5.56057Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.12052 8.375C6.29457 8.375 5.625 9.04657 5.625 9.875C5.625 9.90302 5.62577 9.93086 5.62728 9.95851L1.41789 14.1679C1.02737 14.5584 1.02737 15.1916 1.41789 15.5821C1.80842 15.9726 2.44158 15.9726 2.83211 15.5821L7.04128 11.3729C7.06752 11.3743 7.09394 11.375 7.12052 11.375H7.12948C7.95543 11.375 8.625 10.7034 8.625 9.875C8.625 9.04657 7.95543 8.375 7.12948 8.375H7.12052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4179 19.1679C15.0274 19.5584 15.0274 20.1916 15.4179 20.5821L17.4179 22.5821C17.8084 22.9726 18.4416 22.9726 18.8321 22.5821C19.2226 22.1916 19.2226 21.5584 18.8321 21.1679L16.8321 19.1679C16.4416 18.7774 15.8084 18.7774 15.4179 19.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.83203 2.18465C8.40611 1.51631 10.4341 1.125 12.6251 1.125C14.8129 1.125 16.838 1.51511 18.411 2.18158C19.7885 2.73406 20.9237 3.61556 21.7052 4.91337C22.4822 6.20387 22.8751 7.84855 22.8751 9.875C22.8751 11.9015 22.4822 13.5461 21.7052 14.8366C20.9237 16.1344 19.7884 17.0159 18.411 17.5684C17.131 18.1107 15.5518 18.47 13.8291 18.5851L18.8321 13.5821C19.2226 13.1916 19.2226 12.5584 18.8321 12.1679C18.4416 11.7774 17.8084 11.7774 17.4179 12.1679L11.0311 18.5547C9.45709 18.4141 8.01613 18.0681 6.83203 17.5653C8.20815 16.683 10.9234 14.0391 10.7757 10.5222C10.591 6.12608 8.94692 3.2443 6.83203 2.18465ZM8.41789 21.1679L11.0311 18.5547C11.5495 18.601 12.0823 18.625 12.6251 18.625C13.0327 18.625 13.4347 18.6115 13.8291 18.5851L9.83211 22.5821C9.44158 22.9726 8.80842 22.9726 8.41789 22.5821C8.02737 22.1916 8.02737 21.5584 8.41789 21.1679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.26283 5.56057C4.67115 6.61643 4.275 8.13976 4.275 9.875C4.275 10.41 3.84967 10.8438 3.325 10.8438C2.80033 10.8438 2.375 10.41 2.375 9.875C2.375 7.86506 2.82951 5.99776 3.61316 4.5993C4.38146 3.22824 5.58762 2.125 7.125 2.125C8.66238 2.125 9.86854 3.22824 10.6368 4.5993C11.4205 5.99776 11.875 7.86506 11.875 9.875C11.875 11.8849 11.4205 13.7522 10.6368 15.1507C9.86854 16.5218 8.66238 17.625 7.125 17.625C6.0952 17.625 5.20144 17.1199 4.50726 16.3861C3.81667 15.656 3.28191 14.6622 2.92223 13.5413C2.75905 13.0328 3.03101 12.4857 3.52966 12.3193C4.02831 12.1529 4.56482 12.4302 4.728 12.9387C5.02329 13.8589 5.43224 14.5732 5.87475 15.041C6.31365 15.505 6.74235 15.6875 7.125 15.6875C7.6863 15.6875 8.38014 15.2727 8.98717 14.1894C9.57885 13.1336 9.975 11.6102 9.975 9.875C9.975 8.13976 9.57885 6.61643 8.98717 5.56057C8.38014 4.47729 7.6863 4.0625 7.125 4.0625C6.5637 4.0625 5.86986 4.47729 5.26283 5.56057Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.12052 8.375C6.29457 8.375 5.625 9.04657 5.625 9.875C5.625 9.90302 5.62577 9.93086 5.62728 9.95851L1.41789 14.1679C1.02737 14.5584 1.02737 15.1916 1.41789 15.5821C1.80842 15.9726 2.44158 15.9726 2.83211 15.5821L7.04128 11.3729C7.06752 11.3743 7.09394 11.375 7.12052 11.375H7.12948C7.95543 11.375 8.625 10.7034 8.625 9.875C8.625 9.04657 7.95543 8.375 7.12948 8.375H7.12052Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4179 19.1679C15.0274 19.5584 15.0274 20.1916 15.4179 20.5821L17.4179 22.5821C17.8084 22.9726 18.4416 22.9726 18.8321 22.5821C19.2226 22.1916 19.2226 21.5584 18.8321 21.1679L16.8321 19.1679C16.4416 18.7774 15.8084 18.7774 15.4179 19.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.83203 2.18465C8.40611 1.51631 10.4341 1.125 12.6251 1.125C14.8129 1.125 16.838 1.51511 18.411 2.18158C19.7885 2.73406 20.9237 3.61556 21.7052 4.91337C22.4822 6.20387 22.8751 7.84855 22.8751 9.875C22.8751 11.9015 22.4822 13.5461 21.7052 14.8366C20.9237 16.1344 19.7884 17.0159 18.411 17.5684C17.131 18.1107 15.5518 18.47 13.8291 18.5851L18.8321 13.5821C19.2226 13.1916 19.2226 12.5584 18.8321 12.1679C18.4416 11.7774 17.8084 11.7774 17.4179 12.1679L11.0311 18.5547C9.45709 18.4141 8.01613 18.0681 6.83203 17.5653C8.20815 16.683 10.9234 14.0391 10.7757 10.5222C10.591 6.12608 8.94692 3.2443 6.83203 2.18465ZM8.41789 21.1679L11.0311 18.5547C11.5495 18.601 12.0823 18.625 12.6251 18.625C13.0327 18.625 13.4347 18.6115 13.8291 18.5851L9.83211 22.5821C9.44158 22.9726 8.80842 22.9726 8.41789 22.5821C8.02737 22.1916 8.02737 21.5584 8.41789 21.1679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-camel{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0453 11.0867C20.9606 10.8286 20.9182 10.6996 20.834 10.7131C20.7498 10.7266 20.7498 10.8686 20.7498 11.1525L20.75 20.5C20.75 20.9142 20.4142 21.25 20 21.25H17C16.7401 21.25 16.4987 21.1154 16.362 20.8943C16.2254 20.6732 16.2129 20.3971 16.3292 20.1646L17.4076 18.888C17.5822 18.6814 17.6695 18.5781 17.6946 18.4514C17.7198 18.3248 17.6786 18.1959 17.5963 17.9383L17.0667 15.8824C17.0229 15.7125 17.001 15.6275 16.9368 15.5851C16.8726 15.5426 16.7838 15.5561 16.6062 15.583C15.5484 15.7434 14.3515 15.7795 13.288 15.5359C13.0298 15.4768 12.9007 15.4472 12.8254 15.5073C12.75 15.5673 12.75 15.6926 12.75 15.9432V20.5C12.75 20.9142 12.4142 21.25 12 21.25H8.5C8.21592 21.25 7.95622 21.0895 7.82918 20.8354C7.70214 20.5813 7.72955 20.2773 7.9 20.05L9.12299 18.8962C9.34507 18.6868 9.45611 18.582 9.49226 18.4426C9.52841 18.3033 9.48229 18.1578 9.39005 17.8667L8.5802 15.3114C8.49274 15.0354 8.449 14.8974 8.35958 14.8101C8.27016 14.7227 8.10386 14.6742 7.77128 14.5772C6.55995 14.2239 5.63782 13.3713 5.00096 12.416C4.50733 11.6756 4.1582 10.8378 3.9564 10.0379C3.86423 9.67246 3.81814 9.48976 3.71594 9.3908C3.58579 9.26477 3.43334 9.25 3 9.25C2.0335 9.25 1.25 8.4665 1.25 7.5C1.25 5.98122 2.48122 4.75 4 4.75C4.29692 4.75 4.70665 4.82511 4.98804 4.71641C5.075 4.68282 5.19891 4.57028 5.44675 4.34521C6.14333 3.71263 7.19795 3.58596 8.00547 4.1916C8.85383 4.82787 9.05735 6.01605 8.46912 6.8984L8.20278 7.29791C8.15817 7.54347 8.14353 7.87681 8.21583 8.171C8.36718 8.78684 8.95685 8.94823 9.48813 8.65557C10.591 8.04804 10.8665 5.52795 11.5709 4.51059C12.1954 3.60843 13.1429 2.75 14.5 2.75C15.7465 2.75 16.4284 3.67761 16.9318 4.43568C17.0266 4.57849 17.1194 4.72232 17.2123 4.86642C17.6621 5.56378 18.1158 6.26708 18.8251 6.88846C19.2218 7.23605 19.5145 7.74204 19.9999 7.93671C20.3091 8.06071 20.7188 8.26935 21.1293 8.61123C21.9748 9.3155 22.75 10.5262 22.75 12.5C22.75 12.9142 22.4142 13.25 22 13.25C21.5858 13.25 21.25 12.9142 21.25 12.5C21.25 11.9337 21.1708 11.4689 21.0453 11.0867Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0453 11.0867C20.9606 10.8286 20.9182 10.6996 20.834 10.7131C20.7498 10.7266 20.7498 10.8686 20.7498 11.1525L20.75 20.5C20.75 20.9142 20.4142 21.25 20 21.25H17C16.7401 21.25 16.4987 21.1154 16.362 20.8943C16.2254 20.6732 16.2129 20.3971 16.3292 20.1646L17.4076 18.888C17.5822 18.6814 17.6695 18.5781 17.6946 18.4514C17.7198 18.3248 17.6786 18.1959 17.5963 17.9383L17.0667 15.8824C17.0229 15.7125 17.001 15.6275 16.9368 15.5851C16.8726 15.5426 16.7838 15.5561 16.6062 15.583C15.5484 15.7434 14.3515 15.7795 13.288 15.5359C13.0298 15.4768 12.9007 15.4472 12.8254 15.5073C12.75 15.5673 12.75 15.6926 12.75 15.9432V20.5C12.75 20.9142 12.4142 21.25 12 21.25H8.5C8.21592 21.25 7.95622 21.0895 7.82918 20.8354C7.70214 20.5813 7.72955 20.2773 7.9 20.05L9.12299 18.8962C9.34507 18.6868 9.45611 18.582 9.49226 18.4426C9.52841 18.3033 9.48229 18.1578 9.39005 17.8667L8.5802 15.3114C8.49274 15.0354 8.449 14.8974 8.35958 14.8101C8.27016 14.7227 8.10386 14.6742 7.77128 14.5772C6.55995 14.2239 5.63782 13.3713 5.00096 12.416C4.50733 11.6756 4.1582 10.8378 3.9564 10.0379C3.86423 9.67246 3.81814 9.48976 3.71594 9.3908C3.58579 9.26477 3.43334 9.25 3 9.25C2.0335 9.25 1.25 8.4665 1.25 7.5C1.25 5.98122 2.48122 4.75 4 4.75C4.29692 4.75 4.70665 4.82511 4.98804 4.71641C5.075 4.68282 5.19891 4.57028 5.44675 4.34521C6.14333 3.71263 7.19795 3.58596 8.00547 4.1916C8.85383 4.82787 9.05735 6.01605 8.46912 6.8984L8.20278 7.29791C8.15817 7.54347 8.14353 7.87681 8.21583 8.171C8.36718 8.78684 8.95685 8.94823 9.48813 8.65557C10.591 8.04804 10.8665 5.52795 11.5709 4.51059C12.1954 3.60843 13.1429 2.75 14.5 2.75C15.7465 2.75 16.4284 3.67761 16.9318 4.43568C17.0266 4.57849 17.1194 4.72232 17.2123 4.86642C17.6621 5.56378 18.1158 6.26708 18.8251 6.88846C19.2218 7.23605 19.5145 7.74204 19.9999 7.93671C20.3091 8.06071 20.7188 8.26935 21.1293 8.61123C21.9748 9.3155 22.75 10.5262 22.75 12.5C22.75 12.9142 22.4142 13.25 22 13.25C21.5858 13.25 21.25 12.9142 21.25 12.5C21.25 11.9337 21.1708 11.4689 21.0453 11.0867Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-charity{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.99955 15.3449C6.01621 15.8969 5.5822 16.3579 5.03017 16.3746C4.58925 16.3879 4.11598 16.3344 4.04603 16.8554C4.00213 17.1825 4.00001 17.6343 4.00001 18.3707C4.00001 19.107 4.00213 19.5588 4.04603 19.8859C4.08932 20.2083 4.15767 20.2845 4.48754 20.329C4.81377 20.3729 5.26459 20.375 6.00001 20.375H18C18.7354 20.375 19.1862 20.3729 19.5125 20.329C19.8349 20.2855 19.9097 20.2157 19.954 19.8859C19.9979 19.5588 20 19.107 20 18.3707C20 17.6343 19.9979 17.1825 19.954 16.8554C19.8799 16.3039 19.4502 16.389 18.9698 16.3746C18.4178 16.3579 17.9838 15.8969 18.0005 15.3449C18.0171 14.7928 18.4781 14.3588 19.0302 14.3755C19.7921 14.3985 20.64 14.4705 21.2683 15.0997C21.7045 15.5365 21.8664 16.0696 21.9362 16.5893C22.0001 17.0655 22.0001 17.6539 22 18.3091V18.4322C22.0001 19.0874 22.0001 19.6758 21.9362 20.152C21.8664 20.6717 21.7045 21.2048 21.2683 21.6416C20.8319 22.0786 20.299 22.2411 19.7794 22.3111C19.3036 22.3751 18.7157 22.3751 18.0617 22.375C14.0206 22.375 9.97945 22.3746 5.93834 22.375C5.28427 22.3751 4.69647 22.3751 4.22066 22.3111C3.70104 22.2411 3.16811 22.0786 2.73173 21.6416C2.29555 21.2048 2.13359 20.6717 2.06382 20.152C1.99789 19.661 2.00001 19.0506 2.00001 18.3707C2.00001 17.6908 1.99789 17.0804 2.06382 16.5893C2.13359 16.0696 2.29555 15.5365 2.73173 15.0997C3.36002 14.4705 4.20795 14.3985 4.96985 14.3755C5.52188 14.3588 5.9829 14.7928 5.99955 15.3449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 19.375H9.67876H9.69017H14.3098H14.3212H17C17.5523 19.375 18 18.9273 18 18.375C18 17.8227 17.5523 17.375 17 17.375H16.2083C16.3965 16.8872 16.5 16.3576 16.5 15.8036C16.5 13.3384 14.4657 11.375 12 11.375C9.53426 11.375 7.5 13.3384 7.5 15.8036C7.5 16.3576 7.6035 16.8872 7.79173 17.375H7C6.44772 17.375 6 17.8227 6 18.375C6 18.9273 6.44772 19.375 7 19.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0442 11.1234C18.7865 11.1235 19.6674 11.1803 20.2369 10.6108C20.5459 10.3018 20.6584 9.92607 20.7062 9.57059C20.7496 9.24778 20.7495 8.85095 20.7495 8.41813L20.7495 5.80988C20.7496 5.21302 20.7778 4.55672 20.4019 4.05307C20.026 3.54942 19.3888 3.38982 18.8166 3.2201L13.8177 1.73677C13.0932 1.5218 12.3168 1.61532 11.6618 1.99324L4.14621 6.32959C3.21303 6.86802 2.97285 8.10955 3.59435 8.97018C4.28724 9.92966 5.4978 10.3525 6.6283 10.001L6.62982 10.0005L8.75526 9.3475C9.24611 9.19669 9.20372 9.08069 9.06672 8.59907C8.99583 8.34984 8.98743 8.11074 8.99953 7.97609C8.99953 6.99477 9.66852 6.20242 10.5328 5.96347L13.0737 5.26095C13.9954 5.00612 14.9826 5.09376 15.8456 5.51131L17.4659 6.29528C17.7766 6.44561 17.9066 6.81937 17.7563 7.13009C17.606 7.44081 17.2322 7.57083 16.9215 7.42049L15.3012 6.63653C14.7126 6.35173 14.0373 6.29143 13.4068 6.46575L10.8659 7.16826C10.5158 7.26506 10.2495 7.58495 10.2495 7.97609C10.2495 9.38915 11.4262 9.74815 12.8254 9.74815L13.868 9.74826C14.0498 9.74826 14.2281 9.78926 14.3887 9.86695L16.4307 10.8549C16.9481 11.1053 17.4841 11.1234 18.0442 11.1234Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.99955 15.3449C6.01621 15.8969 5.5822 16.3579 5.03017 16.3746C4.58925 16.3879 4.11598 16.3344 4.04603 16.8554C4.00213 17.1825 4.00001 17.6343 4.00001 18.3707C4.00001 19.107 4.00213 19.5588 4.04603 19.8859C4.08932 20.2083 4.15767 20.2845 4.48754 20.329C4.81377 20.3729 5.26459 20.375 6.00001 20.375H18C18.7354 20.375 19.1862 20.3729 19.5125 20.329C19.8349 20.2855 19.9097 20.2157 19.954 19.8859C19.9979 19.5588 20 19.107 20 18.3707C20 17.6343 19.9979 17.1825 19.954 16.8554C19.8799 16.3039 19.4502 16.389 18.9698 16.3746C18.4178 16.3579 17.9838 15.8969 18.0005 15.3449C18.0171 14.7928 18.4781 14.3588 19.0302 14.3755C19.7921 14.3985 20.64 14.4705 21.2683 15.0997C21.7045 15.5365 21.8664 16.0696 21.9362 16.5893C22.0001 17.0655 22.0001 17.6539 22 18.3091V18.4322C22.0001 19.0874 22.0001 19.6758 21.9362 20.152C21.8664 20.6717 21.7045 21.2048 21.2683 21.6416C20.8319 22.0786 20.299 22.2411 19.7794 22.3111C19.3036 22.3751 18.7157 22.3751 18.0617 22.375C14.0206 22.375 9.97945 22.3746 5.93834 22.375C5.28427 22.3751 4.69647 22.3751 4.22066 22.3111C3.70104 22.2411 3.16811 22.0786 2.73173 21.6416C2.29555 21.2048 2.13359 20.6717 2.06382 20.152C1.99789 19.661 2.00001 19.0506 2.00001 18.3707C2.00001 17.6908 1.99789 17.0804 2.06382 16.5893C2.13359 16.0696 2.29555 15.5365 2.73173 15.0997C3.36002 14.4705 4.20795 14.3985 4.96985 14.3755C5.52188 14.3588 5.9829 14.7928 5.99955 15.3449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 19.375H9.67876H9.69017H14.3098H14.3212H17C17.5523 19.375 18 18.9273 18 18.375C18 17.8227 17.5523 17.375 17 17.375H16.2083C16.3965 16.8872 16.5 16.3576 16.5 15.8036C16.5 13.3384 14.4657 11.375 12 11.375C9.53426 11.375 7.5 13.3384 7.5 15.8036C7.5 16.3576 7.6035 16.8872 7.79173 17.375H7C6.44772 17.375 6 17.8227 6 18.375C6 18.9273 6.44772 19.375 7 19.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0442 11.1234C18.7865 11.1235 19.6674 11.1803 20.2369 10.6108C20.5459 10.3018 20.6584 9.92607 20.7062 9.57059C20.7496 9.24778 20.7495 8.85095 20.7495 8.41813L20.7495 5.80988C20.7496 5.21302 20.7778 4.55672 20.4019 4.05307C20.026 3.54942 19.3888 3.38982 18.8166 3.2201L13.8177 1.73677C13.0932 1.5218 12.3168 1.61532 11.6618 1.99324L4.14621 6.32959C3.21303 6.86802 2.97285 8.10955 3.59435 8.97018C4.28724 9.92966 5.4978 10.3525 6.6283 10.001L6.62982 10.0005L8.75526 9.3475C9.24611 9.19669 9.20372 9.08069 9.06672 8.59907C8.99583 8.34984 8.98743 8.11074 8.99953 7.97609C8.99953 6.99477 9.66852 6.20242 10.5328 5.96347L13.0737 5.26095C13.9954 5.00612 14.9826 5.09376 15.8456 5.51131L17.4659 6.29528C17.7766 6.44561 17.9066 6.81937 17.7563 7.13009C17.606 7.44081 17.2322 7.57083 16.9215 7.42049L15.3012 6.63653C14.7126 6.35173 14.0373 6.29143 13.4068 6.46575L10.8659 7.16826C10.5158 7.26506 10.2495 7.58495 10.2495 7.97609C10.2495 9.38915 11.4262 9.74815 12.8254 9.74815L13.868 9.74826C14.0498 9.74826 14.2281 9.78926 14.3887 9.86695L16.4307 10.8549C16.9481 11.1053 17.4841 11.1234 18.0442 11.1234Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-clothes{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1692 1.66448C10.0152 1.3568 9.6717 1.19332 9.33584 1.2679L6.4029 1.91925C5.23265 2.17914 4.06654 2.90072 3.5854 4.17256C2.88283 6.02972 2.33271 8.91808 2.25394 12.9846L2.25326 13.0194C2.24925 13.2221 2.24485 13.4439 2.26725 13.6323C2.29385 13.856 2.36782 14.1369 2.60206 14.3755C2.83762 14.6155 3.11938 14.6939 3.34189 14.7244C3.53069 14.7503 3.75419 14.7502 3.96003 14.7501H3.96004H3.96005L3.99489 14.7501H5.15867C5.00894 15.674 4.80826 16.8202 4.63349 17.7976L4.61407 17.9058C4.45344 18.7986 4.32017 19.5393 4.783 20.3897C4.99569 20.7805 5.23645 21.0653 5.55894 21.2914C5.83742 21.4867 6.15812 21.6212 6.46291 21.749L6.46298 21.749L6.46301 21.749L6.50353 21.766C7.72636 22.2793 9.52483 22.7501 12.0001 22.7501C14.4753 22.7501 16.2737 22.2793 17.4966 21.766L17.5371 21.749L17.5371 21.749C17.8419 21.6212 18.1627 21.4867 18.4412 21.2914C18.7636 21.0653 19.0044 20.7805 19.2171 20.3897C19.6799 19.5393 19.5467 18.7986 19.386 17.9058L19.3666 17.7976C19.1918 16.8202 18.9912 15.674 18.8414 14.7501H20.0052L20.0401 14.7501C20.2459 14.7502 20.4694 14.7503 20.6582 14.7244C20.8807 14.6939 21.1625 14.6155 21.398 14.3755C21.6323 14.1369 21.7063 13.856 21.7328 13.6323C21.7552 13.444 21.7509 13.2222 21.7468 13.0194V13.0194V13.0193L21.7462 12.9846C21.6674 8.91808 21.1173 6.02972 20.4147 4.17256C19.9336 2.90072 18.7675 2.17914 17.5972 1.91925L17.1659 1.82346L14.6643 1.2679C14.3284 1.19332 13.9849 1.3568 13.8309 1.66448C13.4754 2.37517 12.7585 2.75007 12.0001 2.75007C11.2416 2.75007 10.5247 2.37517 10.1692 1.66448ZM7.03659 13.4751C6.97178 13.542 6.86519 13.4853 6.87801 13.3931C7.4776 9.08035 7.69981 5.60204 7.73992 3.31295C7.74151 3.22186 7.80518 3.14439 7.89412 3.12463L9.05674 2.86644C9.10817 2.85502 9.1614 2.87521 9.1938 2.91675C9.21125 2.93912 9.22142 2.96564 9.22258 2.99398C9.29276 4.70965 9.26349 7.3777 8.76219 9.67496C8.40523 11.3108 7.84436 12.6422 7.03659 13.4751ZM14.778 2.98371C14.7787 2.96233 14.779 2.95135 14.7942 2.93193C14.8267 2.89026 14.892 2.85504 14.9436 2.8665L16.106 3.12463C16.1949 3.14439 16.2586 3.22186 16.2602 3.31295C16.3003 5.60206 16.5225 9.08041 17.1221 13.3932C17.1349 13.4854 17.0283 13.5421 16.9635 13.4753C16.1557 12.6424 15.5948 11.3109 15.2379 9.67499C14.7366 7.37748 14.7075 4.70887 14.7777 2.99319C14.7779 2.9898 14.778 2.98665 14.778 2.98371Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1692 1.66448C10.0152 1.3568 9.6717 1.19332 9.33584 1.2679L6.4029 1.91925C5.23265 2.17914 4.06654 2.90072 3.5854 4.17256C2.88283 6.02972 2.33271 8.91808 2.25394 12.9846L2.25326 13.0194C2.24925 13.2221 2.24485 13.4439 2.26725 13.6323C2.29385 13.856 2.36782 14.1369 2.60206 14.3755C2.83762 14.6155 3.11938 14.6939 3.34189 14.7244C3.53069 14.7503 3.75419 14.7502 3.96003 14.7501H3.96004H3.96005L3.99489 14.7501H5.15867C5.00894 15.674 4.80826 16.8202 4.63349 17.7976L4.61407 17.9058C4.45344 18.7986 4.32017 19.5393 4.783 20.3897C4.99569 20.7805 5.23645 21.0653 5.55894 21.2914C5.83742 21.4867 6.15812 21.6212 6.46291 21.749L6.46298 21.749L6.46301 21.749L6.50353 21.766C7.72636 22.2793 9.52483 22.7501 12.0001 22.7501C14.4753 22.7501 16.2737 22.2793 17.4966 21.766L17.5371 21.749L17.5371 21.749C17.8419 21.6212 18.1627 21.4867 18.4412 21.2914C18.7636 21.0653 19.0044 20.7805 19.2171 20.3897C19.6799 19.5393 19.5467 18.7986 19.386 17.9058L19.3666 17.7976C19.1918 16.8202 18.9912 15.674 18.8414 14.7501H20.0052L20.0401 14.7501C20.2459 14.7502 20.4694 14.7503 20.6582 14.7244C20.8807 14.6939 21.1625 14.6155 21.398 14.3755C21.6323 14.1369 21.7063 13.856 21.7328 13.6323C21.7552 13.444 21.7509 13.2222 21.7468 13.0194V13.0194V13.0193L21.7462 12.9846C21.6674 8.91808 21.1173 6.02972 20.4147 4.17256C19.9336 2.90072 18.7675 2.17914 17.5972 1.91925L17.1659 1.82346L14.6643 1.2679C14.3284 1.19332 13.9849 1.3568 13.8309 1.66448C13.4754 2.37517 12.7585 2.75007 12.0001 2.75007C11.2416 2.75007 10.5247 2.37517 10.1692 1.66448ZM7.03659 13.4751C6.97178 13.542 6.86519 13.4853 6.87801 13.3931C7.4776 9.08035 7.69981 5.60204 7.73992 3.31295C7.74151 3.22186 7.80518 3.14439 7.89412 3.12463L9.05674 2.86644C9.10817 2.85502 9.1614 2.87521 9.1938 2.91675C9.21125 2.93912 9.22142 2.96564 9.22258 2.99398C9.29276 4.70965 9.26349 7.3777 8.76219 9.67496C8.40523 11.3108 7.84436 12.6422 7.03659 13.4751ZM14.778 2.98371C14.7787 2.96233 14.779 2.95135 14.7942 2.93193C14.8267 2.89026 14.892 2.85504 14.9436 2.8665L16.106 3.12463C16.1949 3.14439 16.2586 3.22186 16.2602 3.31295C16.3003 5.60206 16.5225 9.08041 17.1221 13.3932C17.1349 13.4854 17.0283 13.5421 16.9635 13.4753C16.1557 12.6424 15.5948 11.3109 15.2379 9.67499C14.7366 7.37748 14.7075 4.70887 14.7777 2.99319C14.7779 2.9898 14.778 2.98665 14.778 2.98371Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-dates{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0498 3.75278C9.81481 3.70673 8.38386 4.23521 6.80642 5.79661C5.21504 7.37181 3.85797 9.62303 3.1898 11.7445C3.04803 12.1946 2.93935 12.6324 2.86549 13.0511C2.84377 13.1742 2.94244 13.2839 3.06744 13.2871C4.00097 13.311 4.92865 13.6754 5.64345 14.383C6.34946 15.0818 6.71925 15.9885 6.75262 16.9049C6.75725 17.0322 6.87178 17.1308 6.99625 17.1034C7.76311 16.9347 8.54212 16.6404 9.16459 16.3292C9.53507 16.144 9.98558 16.2941 10.1708 16.6646C10.3561 17.0351 10.2059 17.4856 9.83541 17.6708C8.78042 18.1983 7.24432 18.7307 5.85756 18.7493C4.56965 18.7666 3.32694 18.4511 2.44106 17.5742C1.68067 16.8216 1.33597 15.8046 1.26452 14.7279C1.25297 14.5538 1.24842 14.3768 1.25048 14.1974C1.2504 14.1868 1.25055 14.1762 1.25092 14.1656C1.26547 13.2475 1.45222 12.2682 1.75909 11.2939C2.49894 8.94483 3.98276 6.481 5.75119 4.73054C7.53357 2.96629 9.34523 2.18817 11.1057 2.25382C12.8518 2.31893 14.3943 3.20878 15.6633 4.46488C16.6392 5.43092 17.3962 6.55563 17.7256 7.81503C17.8304 8.21577 17.5905 8.62559 17.1898 8.7304C16.789 8.83521 16.3792 8.59531 16.2744 8.19458C16.0321 7.26801 15.4544 6.36869 14.608 5.53095C13.5054 4.43953 12.2993 3.79937 11.0498 3.75278Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.26436 9.27261C6.33496 8.19775 6.67547 7.18153 7.4285 6.4285C8.18153 5.67546 9.19775 5.33496 10.2726 5.26436C11.3457 5.19387 12.5282 5.38704 13.7041 5.75361C16.0522 6.48565 18.5159 7.9541 20.2668 9.70498C22.0312 11.4694 22.812 13.2655 22.7462 15.0137C22.6809 16.7471 21.7886 18.2763 20.5324 19.5324C19.2763 20.7886 17.7471 21.6809 16.0137 21.7462C14.2655 21.812 12.4694 21.0312 10.705 19.2668C8.9541 17.5159 7.48565 15.0522 6.75361 12.7041C6.38704 11.5282 6.19387 10.3457 6.26436 9.27261ZM7.80043 9.00462C7.78403 9.11535 7.86708 9.21526 7.97901 9.21429C8.55035 9.20936 9.11935 8.98867 9.5544 8.55361C9.98949 8.11852 10.2102 7.54948 10.2151 6.9781C10.216 6.86617 10.1161 6.78312 10.0054 6.79953C9.35171 6.89641 8.84658 7.13221 8.48986 7.48894C8.13311 7.84569 7.8973 8.35085 7.80043 9.00462ZM14.8145 14.554C14.8147 14.1398 15.1507 13.8035 15.5649 13.8037C15.9756 13.8039 16.3091 14.1344 16.3144 14.5438C16.3144 14.8449 16.4439 14.9295 16.4894 14.9593L16.4951 14.963C16.5295 14.986 16.6089 15.0271 16.7815 15.0271C17.2179 15.0269 17.5951 15.1386 17.9031 15.3448C18.2063 15.5477 18.3986 15.8128 18.5188 16.0545C18.6376 16.2933 18.7493 16.6162 18.7493 17.0006C18.7491 17.4148 18.4132 17.7504 17.9989 17.7502C17.5882 17.7501 17.2547 17.4197 17.2493 17.0102C17.2474 16.8626 17.2162 16.8017 17.1857 16.742L17.1758 16.7225C17.1439 16.6583 17.108 16.6175 17.0686 16.5912C17.0341 16.5681 16.9547 16.527 16.7821 16.5271C16.3456 16.5273 15.9684 16.4156 15.6604 16.2093C15.3573 16.0063 15.1649 15.7412 15.0448 15.4995C14.926 15.2606 14.8142 14.9682 14.8145 14.554ZM13.2598 10.0008C13.26 9.58659 13.596 9.25025 14.0102 9.25049C14.421 9.25072 14.7544 9.58113 14.7597 9.99058C14.7597 10.2917 14.8892 10.3763 14.9347 10.4061L14.9404 10.4098C14.9748 10.4328 15.0542 10.4739 15.2268 10.4739C15.6632 10.4737 16.0405 10.5853 16.3484 10.7915C16.6516 10.9945 16.8439 11.2596 16.9641 11.5013C17.0829 11.7401 17.1946 12.063 17.1946 12.4474C17.1944 12.8616 16.8585 13.1972 16.4443 13.197C16.0335 13.1968 15.7 12.8665 15.6947 12.457C15.6927 12.3094 15.6616 12.2485 15.631 12.1888L15.6211 12.1692C15.5892 12.1051 15.5533 12.0643 15.5139 12.038C15.4795 12.0149 15.4 11.9738 15.2274 11.9739C14.7909 11.974 14.4137 11.8623 14.1057 11.6561C13.8026 11.4531 13.6103 11.188 13.4901 10.9462C13.3713 10.7074 13.2595 10.415 13.2598 10.0008ZM11.0004 12.2739C10.5862 12.2737 10.2502 12.61 10.25 13.0242C10.2498 13.4385 10.3616 13.7308 10.4803 13.9697C10.6005 14.2114 10.7928 14.4765 11.0959 14.6795C11.4039 14.8858 11.7812 14.9975 12.2176 14.9973C12.3902 14.9972 12.4697 15.0383 12.5042 15.0614C12.5435 15.0877 12.5794 15.1285 12.6113 15.1927L12.6212 15.2122C12.6518 15.2719 12.683 15.3328 12.6849 15.4805C12.6902 15.8899 13.0237 16.2203 13.4345 16.2205C13.8487 16.2207 14.1846 15.885 14.1848 15.4708C14.1848 15.0864 14.0732 14.7635 13.9544 14.5247C13.8342 14.283 13.6418 14.0179 13.3387 13.815C13.0307 13.6088 12.6535 13.4971 12.217 13.4973C12.0445 13.4974 11.965 13.4563 11.9306 13.4332L11.925 13.4295C11.8794 13.3997 11.7499 13.3151 11.7499 13.014C11.7446 12.6046 11.4112 12.2742 11.0004 12.2739Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0498 3.75278C9.81481 3.70673 8.38386 4.23521 6.80642 5.79661C5.21504 7.37181 3.85797 9.62303 3.1898 11.7445C3.04803 12.1946 2.93935 12.6324 2.86549 13.0511C2.84377 13.1742 2.94244 13.2839 3.06744 13.2871C4.00097 13.311 4.92865 13.6754 5.64345 14.383C6.34946 15.0818 6.71925 15.9885 6.75262 16.9049C6.75725 17.0322 6.87178 17.1308 6.99625 17.1034C7.76311 16.9347 8.54212 16.6404 9.16459 16.3292C9.53507 16.144 9.98558 16.2941 10.1708 16.6646C10.3561 17.0351 10.2059 17.4856 9.83541 17.6708C8.78042 18.1983 7.24432 18.7307 5.85756 18.7493C4.56965 18.7666 3.32694 18.4511 2.44106 17.5742C1.68067 16.8216 1.33597 15.8046 1.26452 14.7279C1.25297 14.5538 1.24842 14.3768 1.25048 14.1974C1.2504 14.1868 1.25055 14.1762 1.25092 14.1656C1.26547 13.2475 1.45222 12.2682 1.75909 11.2939C2.49894 8.94483 3.98276 6.481 5.75119 4.73054C7.53357 2.96629 9.34523 2.18817 11.1057 2.25382C12.8518 2.31893 14.3943 3.20878 15.6633 4.46488C16.6392 5.43092 17.3962 6.55563 17.7256 7.81503C17.8304 8.21577 17.5905 8.62559 17.1898 8.7304C16.789 8.83521 16.3792 8.59531 16.2744 8.19458C16.0321 7.26801 15.4544 6.36869 14.608 5.53095C13.5054 4.43953 12.2993 3.79937 11.0498 3.75278Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.26436 9.27261C6.33496 8.19775 6.67547 7.18153 7.4285 6.4285C8.18153 5.67546 9.19775 5.33496 10.2726 5.26436C11.3457 5.19387 12.5282 5.38704 13.7041 5.75361C16.0522 6.48565 18.5159 7.9541 20.2668 9.70498C22.0312 11.4694 22.812 13.2655 22.7462 15.0137C22.6809 16.7471 21.7886 18.2763 20.5324 19.5324C19.2763 20.7886 17.7471 21.6809 16.0137 21.7462C14.2655 21.812 12.4694 21.0312 10.705 19.2668C8.9541 17.5159 7.48565 15.0522 6.75361 12.7041C6.38704 11.5282 6.19387 10.3457 6.26436 9.27261ZM7.80043 9.00462C7.78403 9.11535 7.86708 9.21526 7.97901 9.21429C8.55035 9.20936 9.11935 8.98867 9.5544 8.55361C9.98949 8.11852 10.2102 7.54948 10.2151 6.9781C10.216 6.86617 10.1161 6.78312 10.0054 6.79953C9.35171 6.89641 8.84658 7.13221 8.48986 7.48894C8.13311 7.84569 7.8973 8.35085 7.80043 9.00462ZM14.8145 14.554C14.8147 14.1398 15.1507 13.8035 15.5649 13.8037C15.9756 13.8039 16.3091 14.1344 16.3144 14.5438C16.3144 14.8449 16.4439 14.9295 16.4894 14.9593L16.4951 14.963C16.5295 14.986 16.6089 15.0271 16.7815 15.0271C17.2179 15.0269 17.5951 15.1386 17.9031 15.3448C18.2063 15.5477 18.3986 15.8128 18.5188 16.0545C18.6376 16.2933 18.7493 16.6162 18.7493 17.0006C18.7491 17.4148 18.4132 17.7504 17.9989 17.7502C17.5882 17.7501 17.2547 17.4197 17.2493 17.0102C17.2474 16.8626 17.2162 16.8017 17.1857 16.742L17.1758 16.7225C17.1439 16.6583 17.108 16.6175 17.0686 16.5912C17.0341 16.5681 16.9547 16.527 16.7821 16.5271C16.3456 16.5273 15.9684 16.4156 15.6604 16.2093C15.3573 16.0063 15.1649 15.7412 15.0448 15.4995C14.926 15.2606 14.8142 14.9682 14.8145 14.554ZM13.2598 10.0008C13.26 9.58659 13.596 9.25025 14.0102 9.25049C14.421 9.25072 14.7544 9.58113 14.7597 9.99058C14.7597 10.2917 14.8892 10.3763 14.9347 10.4061L14.9404 10.4098C14.9748 10.4328 15.0542 10.4739 15.2268 10.4739C15.6632 10.4737 16.0405 10.5853 16.3484 10.7915C16.6516 10.9945 16.8439 11.2596 16.9641 11.5013C17.0829 11.7401 17.1946 12.063 17.1946 12.4474C17.1944 12.8616 16.8585 13.1972 16.4443 13.197C16.0335 13.1968 15.7 12.8665 15.6947 12.457C15.6927 12.3094 15.6616 12.2485 15.631 12.1888L15.6211 12.1692C15.5892 12.1051 15.5533 12.0643 15.5139 12.038C15.4795 12.0149 15.4 11.9738 15.2274 11.9739C14.7909 11.974 14.4137 11.8623 14.1057 11.6561C13.8026 11.4531 13.6103 11.188 13.4901 10.9462C13.3713 10.7074 13.2595 10.415 13.2598 10.0008ZM11.0004 12.2739C10.5862 12.2737 10.2502 12.61 10.25 13.0242C10.2498 13.4385 10.3616 13.7308 10.4803 13.9697C10.6005 14.2114 10.7928 14.4765 11.0959 14.6795C11.4039 14.8858 11.7812 14.9975 12.2176 14.9973C12.3902 14.9972 12.4697 15.0383 12.5042 15.0614C12.5435 15.0877 12.5794 15.1285 12.6113 15.1927L12.6212 15.2122C12.6518 15.2719 12.683 15.3328 12.6849 15.4805C12.6902 15.8899 13.0237 16.2203 13.4345 16.2205C13.8487 16.2207 14.1846 15.885 14.1848 15.4708C14.1848 15.0864 14.0732 14.7635 13.9544 14.5247C13.8342 14.283 13.6418 14.0179 13.3387 13.815C13.0307 13.6088 12.6535 13.4971 12.217 13.4973C12.0445 13.4974 11.965 13.4563 11.9306 13.4332L11.925 13.4295C11.8794 13.3997 11.7499 13.3151 11.7499 13.014C11.7446 12.6046 11.4112 12.2742 11.0004 12.2739Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-dua{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0879 11.7119C15.9486 10.9372 17.1703 10.8033 18.1551 11.2945C18.2187 11.3262 18.2761 11.369 18.3276 11.418C18.663 11.737 18.6696 12.2697 18.3423 12.5971L15.4697 15.4697C15.1768 15.7626 15.1768 16.2374 15.4697 16.5303C15.7626 16.8232 16.2374 16.8232 16.5303 16.5303L19.5303 13.5303C19.671 13.3897 19.75 13.1989 19.75 13V7.5C19.75 6.25736 20.7574 5.25 22 5.25C22.4142 5.25 22.75 5.58579 22.75 6V13.327C22.75 14.2698 22.3949 15.1779 21.7555 15.8706L17.442 20.5436C16.7321 21.3126 15.7331 21.75 14.6865 21.75C13.8053 21.75 13.3647 21.75 13.079 21.4915C13.0544 21.4692 13.0308 21.4456 13.0085 21.421C12.75 21.1353 12.75 20.6947 12.75 19.8135V14.7067C12.75 14.2681 12.75 14.0487 12.8365 13.8545C12.923 13.6603 13.086 13.5136 13.4121 13.2201L15.0879 11.7119Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.91213 11.7119C8.05135 10.9372 6.82969 10.8033 5.84489 11.2945C5.78126 11.3262 5.72392 11.369 5.6724 11.418C5.33704 11.737 5.33041 12.2697 5.65773 12.5971L8.53033 15.4697C8.82322 15.7626 8.82322 16.2374 8.53033 16.5303C8.23744 16.8232 7.76256 16.8232 7.46967 16.5303L4.46967 13.5303C4.32902 13.3897 4.25 13.1989 4.25 13V7.5C4.25 6.25736 3.24264 5.25 2 5.25C1.58579 5.25 1.25 5.58579 1.25 6V13.327C1.25 14.2698 1.60506 15.1779 2.24449 15.8706L6.55798 20.5436C7.26788 21.3126 8.26688 21.75 9.31349 21.75C10.1947 21.75 10.6353 21.75 10.921 21.4915C10.9456 21.4692 10.9692 21.4456 10.9915 21.421C11.25 21.1353 11.25 20.6947 11.25 19.8135V14.7067C11.25 14.2681 11.25 14.0487 11.1635 13.8545C11.077 13.6603 10.914 13.5136 10.5879 13.2201L8.91213 11.7119Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4223 2.48392C11.7073 2.95697 11.5549 3.57152 11.0818 3.85655C10.4314 4.24848 10 4.95898 10 5.76926C10 7.00128 10.9987 8.00003 12.2308 8.00003C13.0411 8.00003 13.7515 7.56863 14.1435 6.91819C14.4285 6.44515 15.0431 6.29274 15.5161 6.57777C15.9892 6.86281 16.1416 7.47736 15.8565 7.9504C15.1178 9.17643 13.7709 10 12.2308 10C9.89418 10 8 8.10585 8 5.76926C8 4.22909 8.8236 2.88225 10.0496 2.1435C10.5227 1.85847 11.1372 2.01088 11.4223 2.48392Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 4C13 3.44772 13.4457 3 13.9955 3H14.0045C14.5543 3 15 3.44772 15 4C15 4.55228 14.5543 5 14.0045 5H13.9955C13.4457 5 13 4.55228 13 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0879 11.7119C15.9486 10.9372 17.1703 10.8033 18.1551 11.2945C18.2187 11.3262 18.2761 11.369 18.3276 11.418C18.663 11.737 18.6696 12.2697 18.3423 12.5971L15.4697 15.4697C15.1768 15.7626 15.1768 16.2374 15.4697 16.5303C15.7626 16.8232 16.2374 16.8232 16.5303 16.5303L19.5303 13.5303C19.671 13.3897 19.75 13.1989 19.75 13V7.5C19.75 6.25736 20.7574 5.25 22 5.25C22.4142 5.25 22.75 5.58579 22.75 6V13.327C22.75 14.2698 22.3949 15.1779 21.7555 15.8706L17.442 20.5436C16.7321 21.3126 15.7331 21.75 14.6865 21.75C13.8053 21.75 13.3647 21.75 13.079 21.4915C13.0544 21.4692 13.0308 21.4456 13.0085 21.421C12.75 21.1353 12.75 20.6947 12.75 19.8135V14.7067C12.75 14.2681 12.75 14.0487 12.8365 13.8545C12.923 13.6603 13.086 13.5136 13.4121 13.2201L15.0879 11.7119Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.91213 11.7119C8.05135 10.9372 6.82969 10.8033 5.84489 11.2945C5.78126 11.3262 5.72392 11.369 5.6724 11.418C5.33704 11.737 5.33041 12.2697 5.65773 12.5971L8.53033 15.4697C8.82322 15.7626 8.82322 16.2374 8.53033 16.5303C8.23744 16.8232 7.76256 16.8232 7.46967 16.5303L4.46967 13.5303C4.32902 13.3897 4.25 13.1989 4.25 13V7.5C4.25 6.25736 3.24264 5.25 2 5.25C1.58579 5.25 1.25 5.58579 1.25 6V13.327C1.25 14.2698 1.60506 15.1779 2.24449 15.8706L6.55798 20.5436C7.26788 21.3126 8.26688 21.75 9.31349 21.75C10.1947 21.75 10.6353 21.75 10.921 21.4915C10.9456 21.4692 10.9692 21.4456 10.9915 21.421C11.25 21.1353 11.25 20.6947 11.25 19.8135V14.7067C11.25 14.2681 11.25 14.0487 11.1635 13.8545C11.077 13.6603 10.914 13.5136 10.5879 13.2201L8.91213 11.7119Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4223 2.48392C11.7073 2.95697 11.5549 3.57152 11.0818 3.85655C10.4314 4.24848 10 4.95898 10 5.76926C10 7.00128 10.9987 8.00003 12.2308 8.00003C13.0411 8.00003 13.7515 7.56863 14.1435 6.91819C14.4285 6.44515 15.0431 6.29274 15.5161 6.57777C15.9892 6.86281 16.1416 7.47736 15.8565 7.9504C15.1178 9.17643 13.7709 10 12.2308 10C9.89418 10 8 8.10585 8 5.76926C8 4.22909 8.8236 2.88225 10.0496 2.1435C10.5227 1.85847 11.1372 2.01088 11.4223 2.48392Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 4C13 3.44772 13.4457 3 13.9955 3H14.0045C14.5543 3 15 3.44772 15 4C15 4.55228 14.5543 5 14.0045 5H13.9955C13.4457 5 13 4.55228 13 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-eid-mubarak{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0764 2.06806C10.2612 2.3304 10.2587 2.68126 10.07 2.94088C9.12767 4.23795 8.57208 5.83304 8.57208 7.5601C8.57208 11.9054 12.0947 15.428 16.44 15.428C18.167 15.428 19.7621 14.8724 21.0592 13.93C21.3188 13.7414 21.6697 13.7389 21.932 13.9237C22.1943 14.1085 22.31 14.4398 22.2197 14.7477C20.949 19.0829 16.9429 22.25 12.1951 22.25C6.42643 22.25 1.75 17.5736 1.75 11.8049C1.75 7.05715 4.91711 3.05103 9.25231 1.78033C9.56026 1.69006 9.89152 1.80573 10.0764 2.06806Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5 8.88513C12.5 8.82127 12.5 8.78934 12.4909 8.76016C12.4817 8.73098 12.4625 8.70328 12.424 8.64787C11.9052 7.90041 11.6869 7.15975 11.7656 6.42763C11.8532 5.61343 12.2944 4.953 12.7742 4.43033C13.2132 3.95203 13.7482 3.52333 14.2038 3.15822L14.3215 3.0638C14.8403 2.64696 15.1979 2.34095 15.3834 2.07302C15.5235 1.87072 15.7539 1.75001 16 1.75C16.2461 1.74999 16.4765 1.87069 16.6166 2.07298C16.8022 2.34093 17.1598 2.64695 17.6786 3.06379L17.7963 3.15818C18.2519 3.5233 18.7869 3.95201 19.226 4.43032C19.7058 4.953 20.147 5.61342 20.2346 6.42762C20.3133 7.15984 20.0949 7.90059 19.576 8.64815C19.5375 8.70356 19.5183 8.73127 19.5091 8.76045C19.5 8.78963 19.5 8.82156 19.5 8.88543V15.3056C19.5 15.8272 19.0821 16.25 18.5666 16.25C18.0511 16.25 17.6332 15.8272 17.6332 15.3056V9.65C17.6332 9.46144 17.6332 9.36716 17.5746 9.30858C17.516 9.25 17.4218 9.25 17.2332 9.25H14.7668C14.5782 9.25 14.484 9.25 14.4254 9.30858C14.3668 9.36716 14.3668 9.46144 14.3668 9.65V15.3056C14.3668 15.8272 13.9489 16.25 13.4334 16.25C12.9179 16.25 12.5 15.8272 12.5 15.3056V8.88513Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0764 2.06806C10.2612 2.3304 10.2587 2.68126 10.07 2.94088C9.12767 4.23795 8.57208 5.83304 8.57208 7.5601C8.57208 11.9054 12.0947 15.428 16.44 15.428C18.167 15.428 19.7621 14.8724 21.0592 13.93C21.3188 13.7414 21.6697 13.7389 21.932 13.9237C22.1943 14.1085 22.31 14.4398 22.2197 14.7477C20.949 19.0829 16.9429 22.25 12.1951 22.25C6.42643 22.25 1.75 17.5736 1.75 11.8049C1.75 7.05715 4.91711 3.05103 9.25231 1.78033C9.56026 1.69006 9.89152 1.80573 10.0764 2.06806Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5 8.88513C12.5 8.82127 12.5 8.78934 12.4909 8.76016C12.4817 8.73098 12.4625 8.70328 12.424 8.64787C11.9052 7.90041 11.6869 7.15975 11.7656 6.42763C11.8532 5.61343 12.2944 4.953 12.7742 4.43033C13.2132 3.95203 13.7482 3.52333 14.2038 3.15822L14.3215 3.0638C14.8403 2.64696 15.1979 2.34095 15.3834 2.07302C15.5235 1.87072 15.7539 1.75001 16 1.75C16.2461 1.74999 16.4765 1.87069 16.6166 2.07298C16.8022 2.34093 17.1598 2.64695 17.6786 3.06379L17.7963 3.15818C18.2519 3.5233 18.7869 3.95201 19.226 4.43032C19.7058 4.953 20.147 5.61342 20.2346 6.42762C20.3133 7.15984 20.0949 7.90059 19.576 8.64815C19.5375 8.70356 19.5183 8.73127 19.5091 8.76045C19.5 8.78963 19.5 8.82156 19.5 8.88543V15.3056C19.5 15.8272 19.0821 16.25 18.5666 16.25C18.0511 16.25 17.6332 15.8272 17.6332 15.3056V9.65C17.6332 9.46144 17.6332 9.36716 17.5746 9.30858C17.516 9.25 17.4218 9.25 17.2332 9.25H14.7668C14.5782 9.25 14.484 9.25 14.4254 9.30858C14.3668 9.36716 14.3668 9.46144 14.3668 9.65V15.3056C14.3668 15.8272 13.9489 16.25 13.4334 16.25C12.9179 16.25 12.5 15.8272 12.5 15.3056V8.88513Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-haji{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.8417 12.1678C10.2104 11.9791 10.3564 11.5272 10.1676 11.1585C9.97892 10.7897 9.52702 10.6438 9.1583 10.8325L5.74828 12.5778C4.62994 13.1502 3.7667 14.149 3.42375 15.3867C2.94854 17.1018 2.25 19.9538 2.25 22.0002C2.25 22.4144 2.58579 22.7502 3 22.7502C3.41421 22.7502 3.75 22.4144 3.75 22.0002C3.75 20.1838 4.39054 17.5151 4.86929 15.7873C5.09278 14.9807 5.66166 14.3072 6.43169 13.9131L9.8417 12.1678Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8417 10.8325C14.473 10.6438 14.0211 10.7897 13.8324 11.1585C13.6547 11.5055 13.7736 11.9263 14.0957 12.1319C12.3824 15.385 10.0238 16.1854 8.70997 16.2462C8.83214 15.8957 8.6782 15.5005 8.33751 15.3297C7.96723 15.1441 7.51656 15.2937 7.33092 15.664C7.16075 16.0034 7.01958 16.5112 6.90184 17.0321C6.7793 17.5742 6.66674 18.2035 6.57124 18.8298C6.38239 20.0685 6.25 21.3646 6.25 22.0002C6.25 22.4144 6.58579 22.7502 7 22.7502H21C21.4142 22.7502 21.75 22.4144 21.75 22.0002C21.75 20.399 21.3224 18.3047 20.9087 16.6476C20.8856 16.5554 20.754 16.5589 20.7346 16.652C20.4421 18.0715 19.9134 19.5467 19.1627 20.74C18.9422 21.0906 18.4791 21.196 18.1285 20.9754C17.7779 20.7549 17.6725 20.2918 17.8931 19.9412C18.5265 18.9344 19.0001 17.6374 19.2656 16.3486L19.2659 16.3471C19.3648 15.8719 19.515 15.1157 19.6434 14.3958C19.7125 14.0078 19.6134 13.6017 19.3258 13.3321C19.245 13.2563 19.0078 12.9769 18.8863 13.0228C18.832 13.0432 18.8204 13.1153 18.7972 13.2594L18.7323 13.6626C18.1792 16.1519 16.5298 17.9135 15.0838 19.0309C14.3555 19.5936 13.2227 20.3831 12.2787 20.6963C11.8942 20.8501 11.4577 20.663 11.3038 20.2785C11.1501 19.8942 11.3368 19.4581 11.7207 19.3039C12.5889 18.9065 13.4095 18.429 14.1666 17.844C15.4659 16.84 16.8115 15.3586 17.2632 13.3589C17.3149 13.0336 17.502 12.5263 17.3475 12.2221C17.274 12.0774 17.1181 11.9976 16.8065 11.8381L14.8417 10.8325Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.33751 15.3296C8.7078 15.5152 8.85747 15.9659 8.67182 16.3362C8.59131 16.4968 8.48196 16.8449 8.36494 17.3627C8.25272 17.8592 8.14628 18.4513 8.0541 19.0558C7.86761 20.279 7.75 21.4829 7.75 22C7.75 22.4143 7.41421 22.75 7 22.75C6.58579 22.75 6.25 22.4143 6.25 22C6.25 21.3645 6.38239 20.0684 6.57124 18.8297C6.66674 18.2034 6.7793 17.5741 6.90184 17.032C7.01958 16.5111 7.16075 16.0033 7.33092 15.6639C7.51657 15.2936 7.96723 15.1439 8.33751 15.3296Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7466 5.93355C16.7792 6.29935 16.7263 6.68847 16.6564 7.04652L16.2359 9.20188C15.8359 11.252 14.0725 12.75 11.9993 12.75C9.92616 12.75 8.1627 11.252 7.76271 9.20188L7.3422 7.04652C7.27234 6.68847 7.21945 6.29935 7.25205 5.93355C7.33376 3.40345 9.36191 1.25 11.9993 1.25C14.6367 1.25 16.6649 3.40345 16.7466 5.93355ZM8.81444 6.75929C8.79191 6.6438 8.86499 6.53308 8.97814 6.50082L11.2348 5.85746C11.7373 5.71418 12.2613 5.71418 12.7638 5.85746L15.0205 6.50082C15.1336 6.53308 15.2067 6.6438 15.1842 6.75928L14.7637 8.91464C14.4962 10.2855 13.3295 11.25 11.9993 11.25C10.6691 11.25 9.50241 10.2855 9.23495 8.91464L8.81444 6.75929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.8417 12.1678C10.2104 11.9791 10.3564 11.5272 10.1676 11.1585C9.97892 10.7897 9.52702 10.6438 9.1583 10.8325L5.74828 12.5778C4.62994 13.1502 3.7667 14.149 3.42375 15.3867C2.94854 17.1018 2.25 19.9538 2.25 22.0002C2.25 22.4144 2.58579 22.7502 3 22.7502C3.41421 22.7502 3.75 22.4144 3.75 22.0002C3.75 20.1838 4.39054 17.5151 4.86929 15.7873C5.09278 14.9807 5.66166 14.3072 6.43169 13.9131L9.8417 12.1678Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8417 10.8325C14.473 10.6438 14.0211 10.7897 13.8324 11.1585C13.6547 11.5055 13.7736 11.9263 14.0957 12.1319C12.3824 15.385 10.0238 16.1854 8.70997 16.2462C8.83214 15.8957 8.6782 15.5005 8.33751 15.3297C7.96723 15.1441 7.51656 15.2937 7.33092 15.664C7.16075 16.0034 7.01958 16.5112 6.90184 17.0321C6.7793 17.5742 6.66674 18.2035 6.57124 18.8298C6.38239 20.0685 6.25 21.3646 6.25 22.0002C6.25 22.4144 6.58579 22.7502 7 22.7502H21C21.4142 22.7502 21.75 22.4144 21.75 22.0002C21.75 20.399 21.3224 18.3047 20.9087 16.6476C20.8856 16.5554 20.754 16.5589 20.7346 16.652C20.4421 18.0715 19.9134 19.5467 19.1627 20.74C18.9422 21.0906 18.4791 21.196 18.1285 20.9754C17.7779 20.7549 17.6725 20.2918 17.8931 19.9412C18.5265 18.9344 19.0001 17.6374 19.2656 16.3486L19.2659 16.3471C19.3648 15.8719 19.515 15.1157 19.6434 14.3958C19.7125 14.0078 19.6134 13.6017 19.3258 13.3321C19.245 13.2563 19.0078 12.9769 18.8863 13.0228C18.832 13.0432 18.8204 13.1153 18.7972 13.2594L18.7323 13.6626C18.1792 16.1519 16.5298 17.9135 15.0838 19.0309C14.3555 19.5936 13.2227 20.3831 12.2787 20.6963C11.8942 20.8501 11.4577 20.663 11.3038 20.2785C11.1501 19.8942 11.3368 19.4581 11.7207 19.3039C12.5889 18.9065 13.4095 18.429 14.1666 17.844C15.4659 16.84 16.8115 15.3586 17.2632 13.3589C17.3149 13.0336 17.502 12.5263 17.3475 12.2221C17.274 12.0774 17.1181 11.9976 16.8065 11.8381L14.8417 10.8325Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.33751 15.3296C8.7078 15.5152 8.85747 15.9659 8.67182 16.3362C8.59131 16.4968 8.48196 16.8449 8.36494 17.3627C8.25272 17.8592 8.14628 18.4513 8.0541 19.0558C7.86761 20.279 7.75 21.4829 7.75 22C7.75 22.4143 7.41421 22.75 7 22.75C6.58579 22.75 6.25 22.4143 6.25 22C6.25 21.3645 6.38239 20.0684 6.57124 18.8297C6.66674 18.2034 6.7793 17.5741 6.90184 17.032C7.01958 16.5111 7.16075 16.0033 7.33092 15.6639C7.51657 15.2936 7.96723 15.1439 8.33751 15.3296Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7466 5.93355C16.7792 6.29935 16.7263 6.68847 16.6564 7.04652L16.2359 9.20188C15.8359 11.252 14.0725 12.75 11.9993 12.75C9.92616 12.75 8.1627 11.252 7.76271 9.20188L7.3422 7.04652C7.27234 6.68847 7.21945 6.29935 7.25205 5.93355C7.33376 3.40345 9.36191 1.25 11.9993 1.25C14.6367 1.25 16.6649 3.40345 16.7466 5.93355ZM8.81444 6.75929C8.79191 6.6438 8.86499 6.53308 8.97814 6.50082L11.2348 5.85746C11.7373 5.71418 12.2613 5.71418 12.7638 5.85746L15.0205 6.50082C15.1336 6.53308 15.2067 6.6438 15.1842 6.75928L14.7637 8.91464C14.4962 10.2855 13.3295 11.25 11.9993 11.25C10.6691 11.25 9.50241 10.2855 9.23495 8.91464L8.81444 6.75929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-halal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1756 1.25657C12.0587 1.24781 11.9413 1.24781 11.8244 1.25657C11.3208 1.29431 10.9127 1.52155 10.5398 1.81329C10.1891 2.0877 9.80108 2.47573 9.3473 2.92956L9.15584 3.10055C8.9029 3.32646 8.77643 3.43942 8.62311 3.5041C8.46979 3.56878 8.30063 3.58055 7.96232 3.60407H7.9623L7.53268 3.63394C6.82147 3.6339 6.21358 3.63387 5.7278 3.69918C5.20911 3.76892 4.71886 3.92526 4.32206 4.32206C3.92526 4.71886 3.76892 5.20911 3.69919 5.7278C3.63387 6.21358 3.6339 6.82147 3.63394 7.53268L3.61521 7.90485C3.59821 8.24258 3.58971 8.41144 3.52828 8.5656C3.46685 8.71976 3.35689 8.84819 3.13696 9.10506L2.92956 9.3473L2.92954 9.34731L2.9295 9.34735C2.4757 9.80111 2.08769 10.1891 1.81329 10.5398C1.52155 10.9127 1.29431 11.3208 1.25657 11.8244C1.24781 11.9413 1.24781 12.0587 1.25657 12.1756C1.29431 12.6792 1.52155 13.0873 1.81329 13.4602C2.0877 13.8109 2.47573 14.1989 2.92956 14.6527L3.13696 14.8949L3.13697 14.8949L3.13697 14.8949C3.35689 15.1518 3.46685 15.2802 3.52828 15.4344C3.58971 15.5886 3.59821 15.7574 3.61521 16.0951L3.63394 16.4673C3.6339 17.1785 3.63387 17.7864 3.69919 18.2722C3.76892 18.7909 3.92526 19.2811 4.32206 19.6779C4.71886 20.0747 5.20911 20.2311 5.7278 20.3008C6.21358 20.3661 6.82148 20.3661 7.53269 20.3661L7.90485 20.3848H7.90487C8.24259 20.4018 8.41145 20.4103 8.5656 20.4717C8.71975 20.5331 8.84819 20.6431 9.10504 20.863L9.10504 20.863L9.10506 20.863L9.3473 21.0704L9.34733 21.0705L9.3474 21.0705C9.80114 21.5243 10.1891 21.9123 10.5398 22.1867C10.9127 22.4785 11.3208 22.7057 11.8244 22.7434C11.9413 22.7522 12.0587 22.7522 12.1756 22.7434C12.6792 22.7057 13.0873 22.4785 13.4602 22.1867C13.8109 21.9123 14.1989 21.5242 14.6527 21.0704L14.6527 21.0704L14.8442 20.8994L14.8442 20.8994C15.0971 20.6735 15.2236 20.5606 15.3769 20.4959C15.5302 20.4312 15.6994 20.4195 16.0377 20.3959L16.4673 20.3661C17.1785 20.3661 17.7864 20.3661 18.2722 20.3008C18.7909 20.2311 19.2811 20.0747 19.6779 19.6779C20.0747 19.2811 20.2311 18.7909 20.3008 18.2722C20.3661 17.7864 20.3661 17.1785 20.3661 16.4673L20.3848 16.0951V16.0951C20.4018 15.7574 20.4103 15.5886 20.4717 15.4344C20.5331 15.2802 20.6431 15.1518 20.863 14.8949L21.0705 14.6527C21.5243 14.1989 21.9123 13.8109 22.1867 13.4602C22.4785 13.0873 22.7057 12.6792 22.7434 12.1756C22.7522 12.0587 22.7522 11.9413 22.7434 11.8244C22.7057 11.3208 22.4785 10.9127 22.1867 10.5398C21.9123 10.1891 21.5242 9.80106 21.0704 9.34726L20.863 9.10506L20.863 9.10504L20.863 9.10499C20.6431 8.84817 20.5331 8.71974 20.4717 8.5656C20.4103 8.41145 20.4018 8.24259 20.3848 7.90487V7.90486L20.3661 7.53269C20.3661 6.82148 20.3661 6.21358 20.3008 5.7278C20.2311 5.20911 20.0747 4.71886 19.6779 4.32206C19.2811 3.92526 18.7909 3.76892 18.2722 3.69918C17.7864 3.63387 17.1785 3.6339 16.4673 3.63394L16.0951 3.61521H16.0951C15.7574 3.59821 15.5886 3.5897 15.4344 3.52828C15.2802 3.46685 15.1518 3.35689 14.8949 3.13696L14.6527 2.92956C14.1989 2.47573 13.8109 2.0877 13.4602 1.81329C13.0873 1.52155 12.6792 1.29431 12.1756 1.25657ZM14.3322 9C14.3322 8.58579 13.9964 8.25 13.5822 8.25C13.168 8.25 12.8322 8.58579 12.8322 9V10.9446L12.0017 10.0141C11.7333 9.69856 11.26 9.66034 10.9444 9.9287C10.6289 10.1971 10.5907 10.6704 10.8591 10.9859L12.7982 13.2658C12.7839 13.38 12.7655 13.4551 12.7447 13.5135C12.6282 13.8402 12.4176 14.0645 12.1943 14.1719C12.1532 14.1917 12.0769 14.2179 11.8826 14.2333C11.6791 14.2495 11.413 14.25 11 14.25C10.5858 14.25 10.25 14.5858 10.25 15C10.25 15.4142 10.5858 15.75 11 15.75L11.0278 15.75H11.0278C11.4051 15.75 11.7312 15.75 12.0012 15.7286C12.2871 15.706 12.5694 15.6561 12.8447 15.5236C13.357 15.277 13.7598 14.8559 14.0157 14.3486C14.0837 14.3946 14.1542 14.4374 14.2271 14.4765C14.5242 14.636 14.8336 14.6966 15.1488 14.7241C15.4458 14.75 16.6428 14.75 17.059 14.75C17.1219 14.7501 17.1942 14.7501 17.2534 14.7455C17.8991 14.6955 18.3582 14.2635 18.5783 13.7857C18.7988 13.3071 18.8228 12.7073 18.5569 12.1694C17.8535 10.85 16.7109 10.3789 15.4632 10.8006C15.0769 10.9502 14.885 11.3846 15.0346 11.7708C15.1842 12.1571 15.6186 12.349 16.0048 12.1994C16.4322 12.0339 16.8204 12.1734 17.0899 12.6204L17.2129 12.8355C17.2634 12.9387 17.2603 13.0617 17.2159 13.1581C17.2038 13.1887 17.1516 13.25 17.0391 13.25H16.2521C15.7967 13.25 15.5032 13.2493 15.2792 13.2298C15.0662 13.2112 14.9828 13.1797 14.9364 13.1548C14.737 13.0478 14.5511 12.8466 14.4378 12.5616C14.3954 12.4551 14.3614 12.2959 14.3453 11.9637C14.3324 11.697 14.3322 11.3623 14.3322 10.898V9ZM9.75 9C9.75 8.58579 9.41421 8.25 9 8.25C8.58579 8.25 8.25 8.58579 8.25 9L8.25 13C8.25 13.6904 7.69036 14.25 7 14.25C6.58579 14.25 6.25 14.5858 6.25 15C6.25 15.4142 6.58579 15.75 7 15.75C8.51878 15.75 9.75 14.5188 9.75 13V9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1756 1.25657C12.0587 1.24781 11.9413 1.24781 11.8244 1.25657C11.3208 1.29431 10.9127 1.52155 10.5398 1.81329C10.1891 2.0877 9.80108 2.47573 9.3473 2.92956L9.15584 3.10055C8.9029 3.32646 8.77643 3.43942 8.62311 3.5041C8.46979 3.56878 8.30063 3.58055 7.96232 3.60407H7.9623L7.53268 3.63394C6.82147 3.6339 6.21358 3.63387 5.7278 3.69918C5.20911 3.76892 4.71886 3.92526 4.32206 4.32206C3.92526 4.71886 3.76892 5.20911 3.69919 5.7278C3.63387 6.21358 3.6339 6.82147 3.63394 7.53268L3.61521 7.90485C3.59821 8.24258 3.58971 8.41144 3.52828 8.5656C3.46685 8.71976 3.35689 8.84819 3.13696 9.10506L2.92956 9.3473L2.92954 9.34731L2.9295 9.34735C2.4757 9.80111 2.08769 10.1891 1.81329 10.5398C1.52155 10.9127 1.29431 11.3208 1.25657 11.8244C1.24781 11.9413 1.24781 12.0587 1.25657 12.1756C1.29431 12.6792 1.52155 13.0873 1.81329 13.4602C2.0877 13.8109 2.47573 14.1989 2.92956 14.6527L3.13696 14.8949L3.13697 14.8949L3.13697 14.8949C3.35689 15.1518 3.46685 15.2802 3.52828 15.4344C3.58971 15.5886 3.59821 15.7574 3.61521 16.0951L3.63394 16.4673C3.6339 17.1785 3.63387 17.7864 3.69919 18.2722C3.76892 18.7909 3.92526 19.2811 4.32206 19.6779C4.71886 20.0747 5.20911 20.2311 5.7278 20.3008C6.21358 20.3661 6.82148 20.3661 7.53269 20.3661L7.90485 20.3848H7.90487C8.24259 20.4018 8.41145 20.4103 8.5656 20.4717C8.71975 20.5331 8.84819 20.6431 9.10504 20.863L9.10504 20.863L9.10506 20.863L9.3473 21.0704L9.34733 21.0705L9.3474 21.0705C9.80114 21.5243 10.1891 21.9123 10.5398 22.1867C10.9127 22.4785 11.3208 22.7057 11.8244 22.7434C11.9413 22.7522 12.0587 22.7522 12.1756 22.7434C12.6792 22.7057 13.0873 22.4785 13.4602 22.1867C13.8109 21.9123 14.1989 21.5242 14.6527 21.0704L14.6527 21.0704L14.8442 20.8994L14.8442 20.8994C15.0971 20.6735 15.2236 20.5606 15.3769 20.4959C15.5302 20.4312 15.6994 20.4195 16.0377 20.3959L16.4673 20.3661C17.1785 20.3661 17.7864 20.3661 18.2722 20.3008C18.7909 20.2311 19.2811 20.0747 19.6779 19.6779C20.0747 19.2811 20.2311 18.7909 20.3008 18.2722C20.3661 17.7864 20.3661 17.1785 20.3661 16.4673L20.3848 16.0951V16.0951C20.4018 15.7574 20.4103 15.5886 20.4717 15.4344C20.5331 15.2802 20.6431 15.1518 20.863 14.8949L21.0705 14.6527C21.5243 14.1989 21.9123 13.8109 22.1867 13.4602C22.4785 13.0873 22.7057 12.6792 22.7434 12.1756C22.7522 12.0587 22.7522 11.9413 22.7434 11.8244C22.7057 11.3208 22.4785 10.9127 22.1867 10.5398C21.9123 10.1891 21.5242 9.80106 21.0704 9.34726L20.863 9.10506L20.863 9.10504L20.863 9.10499C20.6431 8.84817 20.5331 8.71974 20.4717 8.5656C20.4103 8.41145 20.4018 8.24259 20.3848 7.90487V7.90486L20.3661 7.53269C20.3661 6.82148 20.3661 6.21358 20.3008 5.7278C20.2311 5.20911 20.0747 4.71886 19.6779 4.32206C19.2811 3.92526 18.7909 3.76892 18.2722 3.69918C17.7864 3.63387 17.1785 3.6339 16.4673 3.63394L16.0951 3.61521H16.0951C15.7574 3.59821 15.5886 3.5897 15.4344 3.52828C15.2802 3.46685 15.1518 3.35689 14.8949 3.13696L14.6527 2.92956C14.1989 2.47573 13.8109 2.0877 13.4602 1.81329C13.0873 1.52155 12.6792 1.29431 12.1756 1.25657ZM14.3322 9C14.3322 8.58579 13.9964 8.25 13.5822 8.25C13.168 8.25 12.8322 8.58579 12.8322 9V10.9446L12.0017 10.0141C11.7333 9.69856 11.26 9.66034 10.9444 9.9287C10.6289 10.1971 10.5907 10.6704 10.8591 10.9859L12.7982 13.2658C12.7839 13.38 12.7655 13.4551 12.7447 13.5135C12.6282 13.8402 12.4176 14.0645 12.1943 14.1719C12.1532 14.1917 12.0769 14.2179 11.8826 14.2333C11.6791 14.2495 11.413 14.25 11 14.25C10.5858 14.25 10.25 14.5858 10.25 15C10.25 15.4142 10.5858 15.75 11 15.75L11.0278 15.75H11.0278C11.4051 15.75 11.7312 15.75 12.0012 15.7286C12.2871 15.706 12.5694 15.6561 12.8447 15.5236C13.357 15.277 13.7598 14.8559 14.0157 14.3486C14.0837 14.3946 14.1542 14.4374 14.2271 14.4765C14.5242 14.636 14.8336 14.6966 15.1488 14.7241C15.4458 14.75 16.6428 14.75 17.059 14.75C17.1219 14.7501 17.1942 14.7501 17.2534 14.7455C17.8991 14.6955 18.3582 14.2635 18.5783 13.7857C18.7988 13.3071 18.8228 12.7073 18.5569 12.1694C17.8535 10.85 16.7109 10.3789 15.4632 10.8006C15.0769 10.9502 14.885 11.3846 15.0346 11.7708C15.1842 12.1571 15.6186 12.349 16.0048 12.1994C16.4322 12.0339 16.8204 12.1734 17.0899 12.6204L17.2129 12.8355C17.2634 12.9387 17.2603 13.0617 17.2159 13.1581C17.2038 13.1887 17.1516 13.25 17.0391 13.25H16.2521C15.7967 13.25 15.5032 13.2493 15.2792 13.2298C15.0662 13.2112 14.9828 13.1797 14.9364 13.1548C14.737 13.0478 14.5511 12.8466 14.4378 12.5616C14.3954 12.4551 14.3614 12.2959 14.3453 11.9637C14.3324 11.697 14.3322 11.3623 14.3322 10.898V9ZM9.75 9C9.75 8.58579 9.41421 8.25 9 8.25C8.58579 8.25 8.25 8.58579 8.25 9L8.25 13C8.25 13.6904 7.69036 14.25 7 14.25C6.58579 14.25 6.25 14.5858 6.25 15C6.25 15.4142 6.58579 15.75 7 15.75C8.51878 15.75 9.75 14.5188 9.75 13V9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-hijab{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.75 10.0185C15.7492 11.2746 15.6724 12.5264 15.0806 13.6799C14.4744 14.8613 13.3871 15.8343 11.585 16.6791C8.37962 18.1816 7.74996 20.1809 7.74996 21V21.0356L7.68873 21.6785C7.66553 21.9221 7.65392 22.044 7.71975 22.1355C7.78559 22.2269 7.90193 22.254 8.1346 22.308C12.5214 23.3272 17.2713 22.5838 21.1283 20.0778L21.1679 20.0521C21.5339 19.8143 21.8731 19.594 22.1233 19.3748C22.4027 19.1301 22.6562 18.8157 22.7312 18.368C22.8133 17.8786 22.616 17.458 22.409 17.1279C22.2068 16.8052 21.9024 16.4294 21.5534 15.9985L21.5246 15.9629C19.2596 13.1658 18.5523 9.49614 18.5523 7.51864C18.5523 4.0216 15.5829 1.25 12.0001 1.25C8.41731 1.25 5.44794 4.0216 5.44794 7.51864C5.44794 9.49614 4.74062 13.1658 2.47566 15.9629L2.44681 15.9985C2.09784 16.4294 1.79351 16.8052 1.59121 17.1279C1.38428 17.458 1.18698 17.8786 1.26904 18.368C1.3441 18.8157 1.59759 19.1301 1.87698 19.3748C2.12711 19.5939 2.46633 19.8143 2.83235 20.052L2.872 20.0778C3.69869 20.6149 4.56641 21.0711 5.46279 21.4463C5.77822 21.5783 5.93594 21.6443 6.06416 21.5712C6.06785 21.5691 6.07177 21.5668 6.07536 21.5645C6.20028 21.4859 6.21692 21.3113 6.25019 20.962C6.26806 19.4448 7.3571 17.0043 10.9483 15.3209C11.5295 15.0485 12.0025 14.7732 12.3888 14.4953C12.6174 14.3309 12.7318 14.2486 12.7649 14.1792C12.8358 14.0306 12.7828 13.8663 12.6385 13.787C12.5711 13.75 12.3807 13.75 12 13.75C9.92893 13.75 8.25 12.0711 8.25 10V8C8.25 7.91113 8.25309 7.82298 8.25917 7.73565C8.27423 7.51938 8.28176 7.41125 8.3682 7.33062C8.45463 7.25 8.57491 7.25 8.81546 7.25H15.1845C15.4251 7.25 15.5454 7.25 15.6318 7.33062C15.7182 7.41125 15.7258 7.51938 15.7408 7.73565C15.7469 7.82298 15.75 7.91113 15.75 8V10C15.75 10.0062 15.75 10.0123 15.75 10.0185Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.75 10.0185C15.7492 11.2746 15.6724 12.5264 15.0806 13.6799C14.4744 14.8613 13.3871 15.8343 11.585 16.6791C8.37962 18.1816 7.74996 20.1809 7.74996 21V21.0356L7.68873 21.6785C7.66553 21.9221 7.65392 22.044 7.71975 22.1355C7.78559 22.2269 7.90193 22.254 8.1346 22.308C12.5214 23.3272 17.2713 22.5838 21.1283 20.0778L21.1679 20.0521C21.5339 19.8143 21.8731 19.594 22.1233 19.3748C22.4027 19.1301 22.6562 18.8157 22.7312 18.368C22.8133 17.8786 22.616 17.458 22.409 17.1279C22.2068 16.8052 21.9024 16.4294 21.5534 15.9985L21.5246 15.9629C19.2596 13.1658 18.5523 9.49614 18.5523 7.51864C18.5523 4.0216 15.5829 1.25 12.0001 1.25C8.41731 1.25 5.44794 4.0216 5.44794 7.51864C5.44794 9.49614 4.74062 13.1658 2.47566 15.9629L2.44681 15.9985C2.09784 16.4294 1.79351 16.8052 1.59121 17.1279C1.38428 17.458 1.18698 17.8786 1.26904 18.368C1.3441 18.8157 1.59759 19.1301 1.87698 19.3748C2.12711 19.5939 2.46633 19.8143 2.83235 20.052L2.872 20.0778C3.69869 20.6149 4.56641 21.0711 5.46279 21.4463C5.77822 21.5783 5.93594 21.6443 6.06416 21.5712C6.06785 21.5691 6.07177 21.5668 6.07536 21.5645C6.20028 21.4859 6.21692 21.3113 6.25019 20.962C6.26806 19.4448 7.3571 17.0043 10.9483 15.3209C11.5295 15.0485 12.0025 14.7732 12.3888 14.4953C12.6174 14.3309 12.7318 14.2486 12.7649 14.1792C12.8358 14.0306 12.7828 13.8663 12.6385 13.787C12.5711 13.75 12.3807 13.75 12 13.75C9.92893 13.75 8.25 12.0711 8.25 10V8C8.25 7.91113 8.25309 7.82298 8.25917 7.73565C8.27423 7.51938 8.28176 7.41125 8.3682 7.33062C8.45463 7.25 8.57491 7.25 8.81546 7.25H15.1845C15.4251 7.25 15.5454 7.25 15.6318 7.33062C15.7182 7.41125 15.7258 7.51938 15.7408 7.73565C15.7469 7.82298 15.75 7.91113 15.75 8V10C15.75 10.0062 15.75 10.0123 15.75 10.0185Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-kaaba-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.3154 1.37402C11.5284 1.31429 11.7576 1.25 12 1.25C12.2425 1.25 12.4716 1.31429 12.6846 1.37402L12.7364 1.38853L19.7719 3.34695C20.0936 3.43646 20.3948 3.52027 20.6379 3.61988C20.9084 3.73075 21.1811 3.88904 21.3937 4.16937C21.6062 4.44957 21.6853 4.75475 21.7194 5.04508C21.7501 5.3062 21.75 5.61921 21.75 5.9539V7.78189C21.75 8.13364 21.75 8.30952 21.6354 8.3996C21.5207 8.48969 21.3498 8.44808 21.0081 8.36485L12.611 6.32011L12.6001 6.31755C12.2047 6.22748 11.7947 6.22748 11.3993 6.31755L2.99196 8.36473C2.65019 8.44795 2.47931 8.48955 2.36466 8.39947C2.25 8.30938 2.25 8.13351 2.25 7.78176L2.25 5.95393C2.24996 5.61922 2.24992 5.30622 2.28062 5.04508C2.31474 4.75475 2.3938 4.44957 2.60632 4.16937C2.81895 3.88904 3.09158 3.73075 3.36211 3.61988C3.6052 3.52026 3.90639 3.43646 4.2281 3.34695L11.2636 1.38853L11.3154 1.37402Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 10.8749C2.25 10.4977 2.25 10.3091 2.35684 10.1732C2.46369 10.0372 2.64693 9.99256 3.01341 9.90332L10.7551 8.01816C10.9829 7.96268 11.0968 7.93494 11.1733 7.995C11.2497 8.05505 11.2497 8.1723 11.2497 8.40681V10.2382C11.2497 10.3151 11.2497 10.3536 11.2277 10.381C11.2057 10.4084 11.1682 10.4168 11.0931 10.4334L10.9372 10.4681C10.5329 10.5579 10.2779 10.9586 10.3678 11.3629C10.4383 11.6806 10.7007 11.906 11.006 11.9445C11.1351 11.9608 11.1997 11.969 11.2247 11.9973C11.2497 12.0257 11.2497 12.0771 11.2497 12.1801V22H12.7497V12.1801C12.7497 12.0772 12.7497 12.0257 12.7747 11.9973C12.7997 11.969 12.8643 11.9608 12.9936 11.9446C13.299 11.9061 13.5614 11.6806 13.632 11.3629C13.7219 10.9586 13.467 10.5579 13.0626 10.4681L12.9063 10.4334C12.8312 10.4167 12.7937 10.4083 12.7717 10.3809C12.7497 10.3535 12.7497 10.315 12.7497 10.2381V8.40681C12.7497 8.1723 12.7497 8.05505 12.8261 7.995C12.9026 7.93494 13.0165 7.96268 13.2443 8.01816L20.9866 9.90346C21.3531 9.9927 21.5363 10.0373 21.6432 10.1733C21.75 10.3093 21.75 10.4979 21.75 10.8751L21.75 11.9168C21.75 12.1493 21.75 12.2656 21.6743 12.3256C21.5986 12.3857 21.4854 12.3592 21.2589 12.3063L19.8207 11.9699C19.4174 11.8756 19.0139 12.1261 18.9196 12.5295C18.8253 12.9328 19.0758 13.3362 19.4791 13.4305L20.9777 13.781C21.3482 13.8676 21.5335 13.9109 21.6418 14.0474C21.75 14.1839 21.75 14.3742 21.75 14.7547L21.75 22.75H2.25001L2.25 14.7536C2.25 14.3728 2.25 14.1824 2.35837 14.0459C2.46673 13.9093 2.65215 13.8661 3.02298 13.7797L4.52018 13.4306C4.92357 13.3366 5.17436 12.9334 5.08032 12.53C4.98629 12.1266 4.58304 11.8758 4.17964 11.9698L2.74081 12.3052C2.51449 12.358 2.40133 12.3844 2.32567 12.3243C2.25 12.2643 2.25 12.1481 2.25 11.9157L2.25 10.8749ZM9.13205 11.6375C9.2219 12.0419 8.96695 12.4425 8.5626 12.5324L7.66261 12.7324C7.25826 12.8222 6.85762 12.5673 6.76777 12.1629C6.67791 11.7586 6.93286 11.3579 7.33721 11.2681L8.23721 11.0681C8.64156 10.9782 9.04219 11.2332 9.13205 11.6375ZM14.8678 11.6375C14.9576 11.2332 15.3583 10.9782 15.7626 11.0681L16.6626 11.2681C17.067 11.3579 17.3219 11.7586 17.232 12.1629C17.1422 12.5673 16.7416 12.8222 16.3372 12.7324L15.4372 12.5324C15.0329 12.4425 14.7779 12.0419 14.8678 11.6375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 22C1 21.4477 1.44772 21 2 21H22C22.5523 21 23 21.4477 23 22C23 22.5523 22.5523 23 22 23H2C1.44772 23 1 22.5523 1 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.3154 1.37402C11.5284 1.31429 11.7576 1.25 12 1.25C12.2425 1.25 12.4716 1.31429 12.6846 1.37402L12.7364 1.38853L19.7719 3.34695C20.0936 3.43646 20.3948 3.52027 20.6379 3.61988C20.9084 3.73075 21.1811 3.88904 21.3937 4.16937C21.6062 4.44957 21.6853 4.75475 21.7194 5.04508C21.7501 5.3062 21.75 5.61921 21.75 5.9539V7.78189C21.75 8.13364 21.75 8.30952 21.6354 8.3996C21.5207 8.48969 21.3498 8.44808 21.0081 8.36485L12.611 6.32011L12.6001 6.31755C12.2047 6.22748 11.7947 6.22748 11.3993 6.31755L2.99196 8.36473C2.65019 8.44795 2.47931 8.48955 2.36466 8.39947C2.25 8.30938 2.25 8.13351 2.25 7.78176L2.25 5.95393C2.24996 5.61922 2.24992 5.30622 2.28062 5.04508C2.31474 4.75475 2.3938 4.44957 2.60632 4.16937C2.81895 3.88904 3.09158 3.73075 3.36211 3.61988C3.6052 3.52026 3.90639 3.43646 4.2281 3.34695L11.2636 1.38853L11.3154 1.37402Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 10.8749C2.25 10.4977 2.25 10.3091 2.35684 10.1732C2.46369 10.0372 2.64693 9.99256 3.01341 9.90332L10.7551 8.01816C10.9829 7.96268 11.0968 7.93494 11.1733 7.995C11.2497 8.05505 11.2497 8.1723 11.2497 8.40681V10.2382C11.2497 10.3151 11.2497 10.3536 11.2277 10.381C11.2057 10.4084 11.1682 10.4168 11.0931 10.4334L10.9372 10.4681C10.5329 10.5579 10.2779 10.9586 10.3678 11.3629C10.4383 11.6806 10.7007 11.906 11.006 11.9445C11.1351 11.9608 11.1997 11.969 11.2247 11.9973C11.2497 12.0257 11.2497 12.0771 11.2497 12.1801V22H12.7497V12.1801C12.7497 12.0772 12.7497 12.0257 12.7747 11.9973C12.7997 11.969 12.8643 11.9608 12.9936 11.9446C13.299 11.9061 13.5614 11.6806 13.632 11.3629C13.7219 10.9586 13.467 10.5579 13.0626 10.4681L12.9063 10.4334C12.8312 10.4167 12.7937 10.4083 12.7717 10.3809C12.7497 10.3535 12.7497 10.315 12.7497 10.2381V8.40681C12.7497 8.1723 12.7497 8.05505 12.8261 7.995C12.9026 7.93494 13.0165 7.96268 13.2443 8.01816L20.9866 9.90346C21.3531 9.9927 21.5363 10.0373 21.6432 10.1733C21.75 10.3093 21.75 10.4979 21.75 10.8751L21.75 11.9168C21.75 12.1493 21.75 12.2656 21.6743 12.3256C21.5986 12.3857 21.4854 12.3592 21.2589 12.3063L19.8207 11.9699C19.4174 11.8756 19.0139 12.1261 18.9196 12.5295C18.8253 12.9328 19.0758 13.3362 19.4791 13.4305L20.9777 13.781C21.3482 13.8676 21.5335 13.9109 21.6418 14.0474C21.75 14.1839 21.75 14.3742 21.75 14.7547L21.75 22.75H2.25001L2.25 14.7536C2.25 14.3728 2.25 14.1824 2.35837 14.0459C2.46673 13.9093 2.65215 13.8661 3.02298 13.7797L4.52018 13.4306C4.92357 13.3366 5.17436 12.9334 5.08032 12.53C4.98629 12.1266 4.58304 11.8758 4.17964 11.9698L2.74081 12.3052C2.51449 12.358 2.40133 12.3844 2.32567 12.3243C2.25 12.2643 2.25 12.1481 2.25 11.9157L2.25 10.8749ZM9.13205 11.6375C9.2219 12.0419 8.96695 12.4425 8.5626 12.5324L7.66261 12.7324C7.25826 12.8222 6.85762 12.5673 6.76777 12.1629C6.67791 11.7586 6.93286 11.3579 7.33721 11.2681L8.23721 11.0681C8.64156 10.9782 9.04219 11.2332 9.13205 11.6375ZM14.8678 11.6375C14.9576 11.2332 15.3583 10.9782 15.7626 11.0681L16.6626 11.2681C17.067 11.3579 17.3219 11.7586 17.232 12.1629C17.1422 12.5673 16.7416 12.8222 16.3372 12.7324L15.4372 12.5324C15.0329 12.4425 14.7779 12.0419 14.8678 11.6375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 22C1 21.4477 1.44772 21 2 21H22C22.5523 21 23 21.4477 23 22C23 22.5523 22.5523 23 22 23H2C1.44772 23 1 22.5523 1 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-kaaba-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.25414 1.31161C4.71288 1.24993 5.28574 1.24996 5.95061 1.25H18.0494C18.7142 1.24996 19.2871 1.24993 19.7458 1.31161C20.2375 1.37771 20.7087 1.52677 21.091 1.90901C21.4732 2.29126 21.6223 2.76252 21.6884 3.25416C21.7593 3.78136 21.7562 4.31707 21.7521 4.85C21.7506 5.03928 21.7499 5.13392 21.6914 5.19195C21.6329 5.24999 21.5386 5.24999 21.35 5.24999H2.64997C2.46133 5.24999 2.36701 5.24999 2.30852 5.19195C2.25004 5.13391 2.24931 5.03928 2.24787 4.85C2.24378 4.31707 2.2407 3.78136 2.31158 3.25416C2.37768 2.76252 2.52674 2.29126 2.90899 1.90901C3.29124 1.52677 3.7625 1.37771 4.25414 1.31161Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.64997 6.74999C2.46141 6.74999 2.36713 6.74999 2.30855 6.80857C2.24997 6.86715 2.24997 6.96143 2.24997 7.14999L2.24997 7.84999C2.24997 8.03855 2.24997 8.13283 2.30855 8.19141C2.36713 8.24999 2.46141 8.24999 2.64997 8.24999H4.54409C4.95831 8.24999 5.29409 8.58578 5.29409 8.99999C5.29409 9.41421 4.95831 9.74999 4.54409 9.74999H2.64997C2.46141 9.74999 2.36713 9.74999 2.30855 9.80857C2.24997 9.86715 2.24997 9.96143 2.24997 10.15L2.24998 17.65C2.24998 17.9328 2.24998 18.0743 2.33785 18.1621C2.42571 18.25 2.56714 18.25 2.84998 18.25H5.85004C6.03861 18.25 6.13289 18.25 6.19147 18.1914C6.25005 18.1328 6.25005 18.0385 6.25004 17.85L6.24998 16.9552C6.24993 16.5224 6.24988 16.1256 6.29328 15.8028C6.34107 15.4473 6.45352 15.0716 6.76254 14.7626C7.07157 14.4535 7.44729 14.3411 7.80277 14.2933C8.12558 14.2499 8.52242 14.2499 8.95523 14.25H10.0447C10.4775 14.2499 10.8744 14.2499 11.1972 14.2933C11.5527 14.3411 11.9284 14.4535 12.2374 14.7626C12.5464 15.0716 12.6589 15.4473 12.7067 15.8028C12.7501 16.1256 12.75 16.5223 12.75 16.9551L12.7499 17.85C12.7499 18.0385 12.7499 18.1328 12.8085 18.1914C12.8671 18.25 12.9613 18.25 13.1499 18.25L21.15 18.25C21.4328 18.25 21.5742 18.25 21.6621 18.1621C21.75 18.0743 21.75 17.9328 21.75 17.65L21.75 10.15C21.75 9.96143 21.75 9.86715 21.6914 9.80857C21.6328 9.74999 21.5385 9.74999 21.35 9.74999L19.4559 9.74999C19.0416 9.74999 18.7059 9.41421 18.7059 8.99999C18.7059 8.58578 19.0416 8.24999 19.4559 8.24999H21.35C21.5385 8.24999 21.6328 8.24999 21.6914 8.19141C21.75 8.13284 21.75 8.03856 21.75 7.84999L21.75 7.14999C21.75 6.96143 21.75 6.86715 21.6914 6.80857C21.6328 6.74999 21.5385 6.74999 21.35 6.74999H2.64997ZM7.23527 8.99999C7.23527 8.58578 7.57105 8.24999 7.98527 8.24999L10.2794 8.24999C10.6936 8.24999 11.0294 8.58578 11.0294 8.99999C11.0294 9.41421 10.6936 9.74999 10.2794 9.74999L7.98527 9.74999C7.57105 9.74999 7.23527 9.41421 7.23527 8.99999ZM13.7206 8.24999C13.3063 8.24999 12.9706 8.58578 12.9706 8.99999C12.9706 9.41421 13.3063 9.74999 13.7206 9.74999H16.0147C16.4289 9.74999 16.7647 9.41421 16.7647 8.99999C16.7647 8.58578 16.4289 8.24999 16.0147 8.24999H13.7206Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.75 20.35C21.75 20.0672 21.75 19.9257 21.6621 19.8379C21.5742 19.75 21.4328 19.75 21.15 19.75L13.1499 19.75C12.9614 19.75 12.8671 19.75 12.8085 19.8086C12.7499 19.8672 12.7499 19.9614 12.7499 20.15L12.75 22C12.75 22.4142 12.4142 22.75 12 22.75H6.99998C6.58577 22.75 6.24998 22.4142 6.24998 22L6.25003 20.15C6.25004 19.9614 6.25004 19.8672 6.19146 19.8086C6.13288 19.75 6.0386 19.75 5.85003 19.75H2.84998C2.56714 19.75 2.42571 19.75 2.33785 19.8379C2.24998 19.9257 2.24998 20.0671 2.24998 20.35L2.24998 22C2.24998 22.4142 2.58577 22.75 2.99998 22.75H21C21.4142 22.75 21.75 22.4142 21.75 22V20.35Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.25 18.9966V17C11.25 16.5074 11.2484 16.2134 11.2201 16.0027C11.1966 15.8282 11.1771 15.8041 10.9973 15.7799C10.7866 15.7516 10.4926 15.75 9.99998 15.75H8.99998C8.50737 15.75 8.21337 15.7516 8.00264 15.7799C7.82436 15.8039 7.80334 15.8283 7.7799 16.0027C7.75157 16.2134 7.74998 16.5074 7.74998 17V18.9912L7.75003 19L7.74998 19.0087V21.25H11.25V19.0034L11.25 19L11.25 18.9966Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 22C1 21.4477 1.44772 21 2 21H22C22.5523 21 23 21.4477 23 22C23 22.5523 22.5523 23 22 23H2C1.44772 23 1 22.5523 1 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.25414 1.31161C4.71288 1.24993 5.28574 1.24996 5.95061 1.25H18.0494C18.7142 1.24996 19.2871 1.24993 19.7458 1.31161C20.2375 1.37771 20.7087 1.52677 21.091 1.90901C21.4732 2.29126 21.6223 2.76252 21.6884 3.25416C21.7593 3.78136 21.7562 4.31707 21.7521 4.85C21.7506 5.03928 21.7499 5.13392 21.6914 5.19195C21.6329 5.24999 21.5386 5.24999 21.35 5.24999H2.64997C2.46133 5.24999 2.36701 5.24999 2.30852 5.19195C2.25004 5.13391 2.24931 5.03928 2.24787 4.85C2.24378 4.31707 2.2407 3.78136 2.31158 3.25416C2.37768 2.76252 2.52674 2.29126 2.90899 1.90901C3.29124 1.52677 3.7625 1.37771 4.25414 1.31161Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.64997 6.74999C2.46141 6.74999 2.36713 6.74999 2.30855 6.80857C2.24997 6.86715 2.24997 6.96143 2.24997 7.14999L2.24997 7.84999C2.24997 8.03855 2.24997 8.13283 2.30855 8.19141C2.36713 8.24999 2.46141 8.24999 2.64997 8.24999H4.54409C4.95831 8.24999 5.29409 8.58578 5.29409 8.99999C5.29409 9.41421 4.95831 9.74999 4.54409 9.74999H2.64997C2.46141 9.74999 2.36713 9.74999 2.30855 9.80857C2.24997 9.86715 2.24997 9.96143 2.24997 10.15L2.24998 17.65C2.24998 17.9328 2.24998 18.0743 2.33785 18.1621C2.42571 18.25 2.56714 18.25 2.84998 18.25H5.85004C6.03861 18.25 6.13289 18.25 6.19147 18.1914C6.25005 18.1328 6.25005 18.0385 6.25004 17.85L6.24998 16.9552C6.24993 16.5224 6.24988 16.1256 6.29328 15.8028C6.34107 15.4473 6.45352 15.0716 6.76254 14.7626C7.07157 14.4535 7.44729 14.3411 7.80277 14.2933C8.12558 14.2499 8.52242 14.2499 8.95523 14.25H10.0447C10.4775 14.2499 10.8744 14.2499 11.1972 14.2933C11.5527 14.3411 11.9284 14.4535 12.2374 14.7626C12.5464 15.0716 12.6589 15.4473 12.7067 15.8028C12.7501 16.1256 12.75 16.5223 12.75 16.9551L12.7499 17.85C12.7499 18.0385 12.7499 18.1328 12.8085 18.1914C12.8671 18.25 12.9613 18.25 13.1499 18.25L21.15 18.25C21.4328 18.25 21.5742 18.25 21.6621 18.1621C21.75 18.0743 21.75 17.9328 21.75 17.65L21.75 10.15C21.75 9.96143 21.75 9.86715 21.6914 9.80857C21.6328 9.74999 21.5385 9.74999 21.35 9.74999L19.4559 9.74999C19.0416 9.74999 18.7059 9.41421 18.7059 8.99999C18.7059 8.58578 19.0416 8.24999 19.4559 8.24999H21.35C21.5385 8.24999 21.6328 8.24999 21.6914 8.19141C21.75 8.13284 21.75 8.03856 21.75 7.84999L21.75 7.14999C21.75 6.96143 21.75 6.86715 21.6914 6.80857C21.6328 6.74999 21.5385 6.74999 21.35 6.74999H2.64997ZM7.23527 8.99999C7.23527 8.58578 7.57105 8.24999 7.98527 8.24999L10.2794 8.24999C10.6936 8.24999 11.0294 8.58578 11.0294 8.99999C11.0294 9.41421 10.6936 9.74999 10.2794 9.74999L7.98527 9.74999C7.57105 9.74999 7.23527 9.41421 7.23527 8.99999ZM13.7206 8.24999C13.3063 8.24999 12.9706 8.58578 12.9706 8.99999C12.9706 9.41421 13.3063 9.74999 13.7206 9.74999H16.0147C16.4289 9.74999 16.7647 9.41421 16.7647 8.99999C16.7647 8.58578 16.4289 8.24999 16.0147 8.24999H13.7206Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.75 20.35C21.75 20.0672 21.75 19.9257 21.6621 19.8379C21.5742 19.75 21.4328 19.75 21.15 19.75L13.1499 19.75C12.9614 19.75 12.8671 19.75 12.8085 19.8086C12.7499 19.8672 12.7499 19.9614 12.7499 20.15L12.75 22C12.75 22.4142 12.4142 22.75 12 22.75H6.99998C6.58577 22.75 6.24998 22.4142 6.24998 22L6.25003 20.15C6.25004 19.9614 6.25004 19.8672 6.19146 19.8086C6.13288 19.75 6.0386 19.75 5.85003 19.75H2.84998C2.56714 19.75 2.42571 19.75 2.33785 19.8379C2.24998 19.9257 2.24998 20.0671 2.24998 20.35L2.24998 22C2.24998 22.4142 2.58577 22.75 2.99998 22.75H21C21.4142 22.75 21.75 22.4142 21.75 22V20.35Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.25 18.9966V17C11.25 16.5074 11.2484 16.2134 11.2201 16.0027C11.1966 15.8282 11.1771 15.8041 10.9973 15.7799C10.7866 15.7516 10.4926 15.75 9.99998 15.75H8.99998C8.50737 15.75 8.21337 15.7516 8.00264 15.7799C7.82436 15.8039 7.80334 15.8283 7.7799 16.0027C7.75157 16.2134 7.74998 16.5074 7.74998 17V18.9912L7.75003 19L7.74998 19.0087V21.25H11.25V19.0034L11.25 19L11.25 18.9966Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 22C1 21.4477 1.44772 21 2 21H22C22.5523 21 23 21.4477 23 22C23 22.5523 22.5523 23 22 23H2C1.44772 23 1 22.5523 1 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-keffiyeh{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.25 4.75C5.25 4.33579 5.58579 4 6 4H18C18.4142 4 18.75 4.33579 18.75 4.75C18.75 5.16421 18.4142 5.5 18 5.5H6C5.58579 5.5 5.25 5.16421 5.25 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.26691 6.74219C5.78196 6.74219 5.72684 7.31246 5.6475 7.67368C5.15966 9.89455 4.08473 11.9938 2.90075 14.0582C2.54201 14.6837 2.25 15.4066 2.25 16.1325C2.25 16.8406 2.5199 17.4944 2.83869 18.0735C3.07565 18.5039 3.37549 18.9527 3.66494 19.3859C4.1959 20.1964 4.90809 21.278 5.23908 21.7235C5.53065 22.116 5.87659 22.5751 6.37212 22.7099C6.84936 22.8396 7.3535 22.6433 7.78887 22.4594C9.15832 21.8811 10.4577 20.9201 12 20.9201C13.5423 20.9201 14.8417 21.8811 16.2111 22.4594C16.6465 22.6433 17.1506 22.8396 17.6279 22.7099C18.1234 22.5751 18.4693 22.116 18.7609 21.7235C19.0919 21.278 19.8041 20.1964 20.3351 19.386C20.3351 19.386 20.9243 18.5039 21.1613 18.0735C21.4801 17.4944 21.75 16.8406 21.75 16.1325C21.75 15.4066 21.458 14.6837 21.0993 14.0582C19.9153 11.9938 18.8403 9.89455 18.3525 7.67368C18.2732 7.31246 18.218 6.74219 17.7331 6.74219H6.26691ZM14.9674 20.1966C15.3835 20.4049 15.7382 20.5823 16.042 20.7299C16.1915 20.8025 16.357 20.67 16.3225 20.5074C15.984 18.9161 15.7384 17.057 16.3325 15.5517C16.6075 14.8549 16.3046 14.0581 15.6408 13.2628C15.1256 12.6455 14.7256 11.919 14.5084 11.1201C14.2669 10.232 13.9185 9.64716 13.5181 9.28698C12.7083 8.55837 11.2919 8.55837 10.4821 9.28698C10.0817 9.64717 9.7333 10.232 9.49183 11.1201C9.27464 11.919 8.87459 12.6455 8.35941 13.2628C7.69556 14.0581 7.39269 14.8549 7.6677 15.5517C8.26177 17.057 8.01616 18.9161 7.67773 20.5074C7.64315 20.67 7.80866 20.8025 7.95817 20.7299C8.26197 20.5823 8.61668 20.4049 9.03276 20.1966C10.9859 19.2192 13.0143 19.2192 14.9674 20.1966Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.79545 3.12613C8.86406 1.95133 10.2777 1.25 12.0002 1.25C13.7228 1.25 15.1364 1.95133 16.205 3.12613C16.7517 3.72718 17.2036 4.44607 17.5669 5.25H6.43359C6.7969 4.44607 7.24874 3.72718 7.79545 3.12613Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.25 4.75C5.25 4.33579 5.58579 4 6 4H18C18.4142 4 18.75 4.33579 18.75 4.75C18.75 5.16421 18.4142 5.5 18 5.5H6C5.58579 5.5 5.25 5.16421 5.25 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.26691 6.74219C5.78196 6.74219 5.72684 7.31246 5.6475 7.67368C5.15966 9.89455 4.08473 11.9938 2.90075 14.0582C2.54201 14.6837 2.25 15.4066 2.25 16.1325C2.25 16.8406 2.5199 17.4944 2.83869 18.0735C3.07565 18.5039 3.37549 18.9527 3.66494 19.3859C4.1959 20.1964 4.90809 21.278 5.23908 21.7235C5.53065 22.116 5.87659 22.5751 6.37212 22.7099C6.84936 22.8396 7.3535 22.6433 7.78887 22.4594C9.15832 21.8811 10.4577 20.9201 12 20.9201C13.5423 20.9201 14.8417 21.8811 16.2111 22.4594C16.6465 22.6433 17.1506 22.8396 17.6279 22.7099C18.1234 22.5751 18.4693 22.116 18.7609 21.7235C19.0919 21.278 19.8041 20.1964 20.3351 19.386C20.3351 19.386 20.9243 18.5039 21.1613 18.0735C21.4801 17.4944 21.75 16.8406 21.75 16.1325C21.75 15.4066 21.458 14.6837 21.0993 14.0582C19.9153 11.9938 18.8403 9.89455 18.3525 7.67368C18.2732 7.31246 18.218 6.74219 17.7331 6.74219H6.26691ZM14.9674 20.1966C15.3835 20.4049 15.7382 20.5823 16.042 20.7299C16.1915 20.8025 16.357 20.67 16.3225 20.5074C15.984 18.9161 15.7384 17.057 16.3325 15.5517C16.6075 14.8549 16.3046 14.0581 15.6408 13.2628C15.1256 12.6455 14.7256 11.919 14.5084 11.1201C14.2669 10.232 13.9185 9.64716 13.5181 9.28698C12.7083 8.55837 11.2919 8.55837 10.4821 9.28698C10.0817 9.64717 9.7333 10.232 9.49183 11.1201C9.27464 11.919 8.87459 12.6455 8.35941 13.2628C7.69556 14.0581 7.39269 14.8549 7.6677 15.5517C8.26177 17.057 8.01616 18.9161 7.67773 20.5074C7.64315 20.67 7.80866 20.8025 7.95817 20.7299C8.26197 20.5823 8.61668 20.4049 9.03276 20.1966C10.9859 19.2192 13.0143 19.2192 14.9674 20.1966Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.79545 3.12613C8.86406 1.95133 10.2777 1.25 12.0002 1.25C13.7228 1.25 15.1364 1.95133 16.205 3.12613C16.7517 3.72718 17.2036 4.44607 17.5669 5.25H6.43359C6.7969 4.44607 7.24874 3.72718 7.79545 3.12613Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-ketupat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4.25C11.2061 4.25 10.5389 4.57977 9.87727 5.08454C9.24226 5.56903 8.53195 6.27937 7.65686 7.15449L7.61084 7.20051C7.41084 7.40051 7.31084 7.50051 7.31084 7.62478C7.31084 7.74904 7.41084 7.84904 7.61084 8.04904L11.5767 12.0149C11.7767 12.2149 11.8767 12.3149 12.001 12.3149C12.1252 12.3149 12.2252 12.2149 12.4252 12.0149L16.3901 8.04995C16.5901 7.84995 16.6901 7.74995 16.6901 7.62568C16.6901 7.50142 16.5901 7.40142 16.3901 7.20142L16.3432 7.15451C15.4681 6.27938 14.7577 5.56904 14.1227 5.08454C13.4611 4.57977 12.7939 4.25 12 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4507 9.11062C17.6507 8.91061 17.7507 8.81061 17.875 8.81061C17.9993 8.81061 18.0993 8.91061 18.2993 9.11061L18.3455 9.15686C19.2206 10.0319 19.931 10.7423 20.4155 11.3773C20.9202 12.0389 21.25 12.7061 21.25 13.5C21.25 14.2939 20.9202 14.9611 20.4155 15.6227C19.931 16.2577 19.2206 16.968 18.3455 17.8431L18.2995 17.8892C18.0995 18.0892 17.9995 18.1892 17.8752 18.1892C17.751 18.1892 17.651 18.0892 17.451 17.8892L13.4859 13.9241C13.2859 13.7241 13.1859 13.6241 13.1859 13.4998C13.1859 13.3756 13.2859 13.2756 13.4859 13.0756L17.4507 9.11062Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.3903 19.7984C16.5903 19.5984 16.6903 19.4984 16.6903 19.3741C16.6903 19.2498 16.5903 19.1498 16.3903 18.9498L12.4253 14.9848C12.2252 14.7848 12.1252 14.6848 12.001 14.6848C11.8767 14.6848 11.7767 14.7848 11.5767 14.9848L7.61075 18.9509C7.41076 19.1509 7.31076 19.2509 7.31076 19.3752C7.31076 19.4994 7.41076 19.5994 7.61076 19.7994L7.65686 19.8455C8.53195 20.7206 9.24226 21.431 9.87727 21.9155C10.5389 22.4202 11.2061 22.75 12 22.75C12.7939 22.75 13.4611 22.4202 14.1227 21.9155C14.7577 21.431 15.468 20.7206 16.3431 19.8455L16.3903 19.7984Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.70157 17.8902C5.90157 18.0902 6.00158 18.1902 6.12584 18.1902C6.25011 18.1902 6.35011 18.0902 6.55011 17.8902L10.5161 13.9241C10.7161 13.7241 10.8161 13.6241 10.8161 13.4998C10.8161 13.3756 10.7161 13.2756 10.5161 13.0756L6.55018 9.1097C6.35018 8.9097 6.25018 8.8097 6.12591 8.8097C6.00165 8.8097 5.90165 8.9097 5.70165 9.1097L5.65449 9.15685C4.77938 10.0319 4.06903 10.7423 3.58453 11.3773C3.07977 12.0389 2.75 12.7061 2.75 13.5C2.75 14.2939 3.07977 14.9611 3.58453 15.6227C4.06904 16.2577 4.77938 16.9681 5.6545 17.8432L5.70157 17.8902Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7482 1.92543C15.7894 2.33759 15.4887 2.70512 15.0766 2.74633C14.1105 2.84294 13.5488 3.29047 13.2131 3.76234C12.8545 4.26633 12.752 4.80401 12.752 5.00006C12.752 5.37512 12.4749 5.69253 12.1032 5.74318C11.7316 5.79384 11.3797 5.56217 11.2793 5.20079C11.198 4.90816 10.6475 3.95006 9.00195 3.95006C8.58774 3.95006 8.25195 3.61427 8.25195 3.20006C8.25195 2.78584 8.58774 2.45006 9.00195 2.45006C10.2218 2.45006 11.1093 2.83712 11.7164 3.33637C11.7959 3.18748 11.8871 3.03863 11.9908 2.89277C12.5551 2.09965 13.4934 1.39717 14.9273 1.25378C15.3395 1.21256 15.707 1.51327 15.7482 1.92543Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4.25C11.2061 4.25 10.5389 4.57977 9.87727 5.08454C9.24226 5.56903 8.53195 6.27937 7.65686 7.15449L7.61084 7.20051C7.41084 7.40051 7.31084 7.50051 7.31084 7.62478C7.31084 7.74904 7.41084 7.84904 7.61084 8.04904L11.5767 12.0149C11.7767 12.2149 11.8767 12.3149 12.001 12.3149C12.1252 12.3149 12.2252 12.2149 12.4252 12.0149L16.3901 8.04995C16.5901 7.84995 16.6901 7.74995 16.6901 7.62568C16.6901 7.50142 16.5901 7.40142 16.3901 7.20142L16.3432 7.15451C15.4681 6.27938 14.7577 5.56904 14.1227 5.08454C13.4611 4.57977 12.7939 4.25 12 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4507 9.11062C17.6507 8.91061 17.7507 8.81061 17.875 8.81061C17.9993 8.81061 18.0993 8.91061 18.2993 9.11061L18.3455 9.15686C19.2206 10.0319 19.931 10.7423 20.4155 11.3773C20.9202 12.0389 21.25 12.7061 21.25 13.5C21.25 14.2939 20.9202 14.9611 20.4155 15.6227C19.931 16.2577 19.2206 16.968 18.3455 17.8431L18.2995 17.8892C18.0995 18.0892 17.9995 18.1892 17.8752 18.1892C17.751 18.1892 17.651 18.0892 17.451 17.8892L13.4859 13.9241C13.2859 13.7241 13.1859 13.6241 13.1859 13.4998C13.1859 13.3756 13.2859 13.2756 13.4859 13.0756L17.4507 9.11062Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.3903 19.7984C16.5903 19.5984 16.6903 19.4984 16.6903 19.3741C16.6903 19.2498 16.5903 19.1498 16.3903 18.9498L12.4253 14.9848C12.2252 14.7848 12.1252 14.6848 12.001 14.6848C11.8767 14.6848 11.7767 14.7848 11.5767 14.9848L7.61075 18.9509C7.41076 19.1509 7.31076 19.2509 7.31076 19.3752C7.31076 19.4994 7.41076 19.5994 7.61076 19.7994L7.65686 19.8455C8.53195 20.7206 9.24226 21.431 9.87727 21.9155C10.5389 22.4202 11.2061 22.75 12 22.75C12.7939 22.75 13.4611 22.4202 14.1227 21.9155C14.7577 21.431 15.468 20.7206 16.3431 19.8455L16.3903 19.7984Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.70157 17.8902C5.90157 18.0902 6.00158 18.1902 6.12584 18.1902C6.25011 18.1902 6.35011 18.0902 6.55011 17.8902L10.5161 13.9241C10.7161 13.7241 10.8161 13.6241 10.8161 13.4998C10.8161 13.3756 10.7161 13.2756 10.5161 13.0756L6.55018 9.1097C6.35018 8.9097 6.25018 8.8097 6.12591 8.8097C6.00165 8.8097 5.90165 8.9097 5.70165 9.1097L5.65449 9.15685C4.77938 10.0319 4.06903 10.7423 3.58453 11.3773C3.07977 12.0389 2.75 12.7061 2.75 13.5C2.75 14.2939 3.07977 14.9611 3.58453 15.6227C4.06904 16.2577 4.77938 16.9681 5.6545 17.8432L5.70157 17.8902Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7482 1.92543C15.7894 2.33759 15.4887 2.70512 15.0766 2.74633C14.1105 2.84294 13.5488 3.29047 13.2131 3.76234C12.8545 4.26633 12.752 4.80401 12.752 5.00006C12.752 5.37512 12.4749 5.69253 12.1032 5.74318C11.7316 5.79384 11.3797 5.56217 11.2793 5.20079C11.198 4.90816 10.6475 3.95006 9.00195 3.95006C8.58774 3.95006 8.25195 3.61427 8.25195 3.20006C8.25195 2.78584 8.58774 2.45006 9.00195 2.45006C10.2218 2.45006 11.1093 2.83712 11.7164 3.33637C11.7959 3.18748 11.8871 3.03863 11.9908 2.89277C12.5551 2.09965 13.4934 1.39717 14.9273 1.25378C15.3395 1.21256 15.707 1.51327 15.7482 1.92543Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-kurta{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.28868 1.27859C9.63536 1.17975 10.0033 1.34155 10.1648 1.66384C10.3317 1.99693 10.5783 2.25638 10.8714 2.43803C11.0733 2.56312 11.1742 2.62566 11.2121 2.69371C11.25 2.76176 11.25 2.85514 11.25 3.04191V8.99976C11.25 9.41397 11.5858 9.74976 12 9.74976C12.4142 9.74976 12.75 9.41397 12.75 8.99976V3.04174C12.75 2.855 12.75 2.76163 12.7879 2.69359C12.8258 2.62555 12.9267 2.563 13.1285 2.43792C13.4216 2.25627 13.668 1.99686 13.8349 1.66384C13.9964 1.34155 14.3644 1.17975 14.711 1.27859L16.9005 1.9027C17.5254 2.08023 18.03 2.22357 18.4824 2.60408C18.934 2.98392 19.1313 3.39305 19.3735 3.89543L19.4025 3.95551C20.347 5.9109 21.4751 9.22067 21.721 13.3559L21.7236 13.3994C21.7432 13.7271 21.7625 14.0497 21.7387 14.32C21.7113 14.6332 21.6203 14.9726 21.3455 15.2635C21.0662 15.5591 20.7235 15.6666 20.4115 15.711C20.1372 15.75 19.8042 15.7499 19.4598 15.7499L18.3174 15.7499C18.3371 16.8347 18.3325 18.04 18.3198 19.098L18.3192 19.1474C18.3117 19.7867 18.3051 20.3414 18.2385 20.7875C18.1665 21.2694 18.0118 21.7272 17.6328 22.1009C17.2528 22.4756 16.7893 22.6234 16.304 22.689C15.853 22.7499 15.2918 22.7499 14.6426 22.7499H9.35707C8.70794 22.7499 8.14672 22.7499 7.69568 22.689C7.21043 22.6234 6.74695 22.4756 6.36687 22.1009C5.98789 21.7272 5.83322 21.2694 5.76126 20.7875C5.69465 20.3414 5.68806 19.7867 5.68047 19.1475L5.67988 19.098C5.66725 18.04 5.66263 16.8347 5.68232 15.7499L4.53993 15.7499C4.19554 15.7499 3.86248 15.75 3.58817 15.711C3.27619 15.6666 2.93348 15.5591 2.65426 15.2635C2.37946 14.9726 2.28846 14.6332 2.26098 14.32C2.23725 14.0497 2.25652 13.727 2.27609 13.3993L2.27868 13.3559C2.52462 9.22067 3.65276 5.9109 4.59721 3.95551L4.62619 3.89543C4.86843 3.39305 5.0657 2.98392 5.51733 2.60408C5.96975 2.22357 6.47428 2.08024 7.09919 1.9027L9.28868 1.27859ZM5.77834 13.1741C5.7657 13.4051 5.75416 13.6359 5.74365 13.8661C5.73535 14.048 5.7312 14.139 5.67322 14.1944C5.61524 14.2498 5.52452 14.2498 5.34308 14.2498H4.15347C3.97251 14.2498 3.88203 14.2498 3.82344 14.1911C3.76485 14.1324 3.76495 14.0454 3.76516 13.8714C3.76546 13.6192 3.77822 13.3672 3.79636 13.1156C3.80878 12.9431 3.81499 12.8569 3.87258 12.8033C3.93016 12.7498 4.01767 12.7498 4.1927 12.7498H5.37781C5.57686 12.7498 5.67639 12.7498 5.73556 12.8123C5.79473 12.8748 5.78927 12.9745 5.77834 13.1741ZM18.62 12.7498H19.8051C19.9799 12.7498 20.0672 12.7498 20.1248 12.8033C20.1824 12.8569 20.1886 12.9431 20.2011 13.1156C20.2089 13.2247 20.2162 13.3344 20.2227 13.4448C20.2337 13.6285 20.2411 13.7788 20.2445 13.9018C20.2484 14.0437 20.2504 14.1147 20.1941 14.1748C20.1377 14.2348 20.0664 14.2374 19.9239 14.2426C19.7872 14.2476 19.619 14.2498 19.4154 14.2498H18.6547C18.4733 14.2498 18.3826 14.2498 18.3246 14.1944C18.2666 14.139 18.2625 14.048 18.2542 13.8661C18.2436 13.6359 18.2321 13.4051 18.2195 13.1741C18.2085 12.9745 18.2031 12.8748 18.2622 12.8123C18.3214 12.7498 18.4209 12.7498 18.62 12.7498Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.28868 1.27859C9.63536 1.17975 10.0033 1.34155 10.1648 1.66384C10.3317 1.99693 10.5783 2.25638 10.8714 2.43803C11.0733 2.56312 11.1742 2.62566 11.2121 2.69371C11.25 2.76176 11.25 2.85514 11.25 3.04191V8.99976C11.25 9.41397 11.5858 9.74976 12 9.74976C12.4142 9.74976 12.75 9.41397 12.75 8.99976V3.04174C12.75 2.855 12.75 2.76163 12.7879 2.69359C12.8258 2.62555 12.9267 2.563 13.1285 2.43792C13.4216 2.25627 13.668 1.99686 13.8349 1.66384C13.9964 1.34155 14.3644 1.17975 14.711 1.27859L16.9005 1.9027C17.5254 2.08023 18.03 2.22357 18.4824 2.60408C18.934 2.98392 19.1313 3.39305 19.3735 3.89543L19.4025 3.95551C20.347 5.9109 21.4751 9.22067 21.721 13.3559L21.7236 13.3994C21.7432 13.7271 21.7625 14.0497 21.7387 14.32C21.7113 14.6332 21.6203 14.9726 21.3455 15.2635C21.0662 15.5591 20.7235 15.6666 20.4115 15.711C20.1372 15.75 19.8042 15.7499 19.4598 15.7499L18.3174 15.7499C18.3371 16.8347 18.3325 18.04 18.3198 19.098L18.3192 19.1474C18.3117 19.7867 18.3051 20.3414 18.2385 20.7875C18.1665 21.2694 18.0118 21.7272 17.6328 22.1009C17.2528 22.4756 16.7893 22.6234 16.304 22.689C15.853 22.7499 15.2918 22.7499 14.6426 22.7499H9.35707C8.70794 22.7499 8.14672 22.7499 7.69568 22.689C7.21043 22.6234 6.74695 22.4756 6.36687 22.1009C5.98789 21.7272 5.83322 21.2694 5.76126 20.7875C5.69465 20.3414 5.68806 19.7867 5.68047 19.1475L5.67988 19.098C5.66725 18.04 5.66263 16.8347 5.68232 15.7499L4.53993 15.7499C4.19554 15.7499 3.86248 15.75 3.58817 15.711C3.27619 15.6666 2.93348 15.5591 2.65426 15.2635C2.37946 14.9726 2.28846 14.6332 2.26098 14.32C2.23725 14.0497 2.25652 13.727 2.27609 13.3993L2.27868 13.3559C2.52462 9.22067 3.65276 5.9109 4.59721 3.95551L4.62619 3.89543C4.86843 3.39305 5.0657 2.98392 5.51733 2.60408C5.96975 2.22357 6.47428 2.08024 7.09919 1.9027L9.28868 1.27859ZM5.77834 13.1741C5.7657 13.4051 5.75416 13.6359 5.74365 13.8661C5.73535 14.048 5.7312 14.139 5.67322 14.1944C5.61524 14.2498 5.52452 14.2498 5.34308 14.2498H4.15347C3.97251 14.2498 3.88203 14.2498 3.82344 14.1911C3.76485 14.1324 3.76495 14.0454 3.76516 13.8714C3.76546 13.6192 3.77822 13.3672 3.79636 13.1156C3.80878 12.9431 3.81499 12.8569 3.87258 12.8033C3.93016 12.7498 4.01767 12.7498 4.1927 12.7498H5.37781C5.57686 12.7498 5.67639 12.7498 5.73556 12.8123C5.79473 12.8748 5.78927 12.9745 5.77834 13.1741ZM18.62 12.7498H19.8051C19.9799 12.7498 20.0672 12.7498 20.1248 12.8033C20.1824 12.8569 20.1886 12.9431 20.2011 13.1156C20.2089 13.2247 20.2162 13.3344 20.2227 13.4448C20.2337 13.6285 20.2411 13.7788 20.2445 13.9018C20.2484 14.0437 20.2504 14.1147 20.1941 14.1748C20.1377 14.2348 20.0664 14.2374 19.9239 14.2426C19.7872 14.2476 19.619 14.2498 19.4154 14.2498H18.6547C18.4733 14.2498 18.3826 14.2498 18.3246 14.1944C18.2666 14.139 18.2625 14.048 18.2542 13.8661C18.2436 13.6359 18.2321 13.4051 18.2195 13.1741C18.2085 12.9745 18.2031 12.8748 18.2622 12.8123C18.3214 12.7498 18.4209 12.7498 18.62 12.7498Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-lantern{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.18627 17.9188C5.37399 17.656 5.67706 17.5 6.00001 17.5L18 17.5C18.323 17.5 18.626 17.656 18.8137 17.9188C19.0015 18.1816 19.0507 18.5188 18.946 18.8243C18.086 21.3326 15.6839 23 13.0053 23L10.9947 23C8.31616 23 5.91404 21.3326 5.05406 18.8243C4.94932 18.5188 4.99856 18.1816 5.18627 17.9188ZM7.70307 19.5C8.49323 20.4258 9.68617 21 10.9947 21L13.0053 21C14.3138 21 15.5068 20.4259 16.2969 19.5L7.70307 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.8942 10.053C22.6472 9.55903 22.0465 9.3588 21.5526 9.60579L20.5526 10.1058C20.0586 10.3528 19.8584 10.9535 20.1054 11.4474C20.3523 11.9414 20.953 12.1416 21.447 11.8946L22.447 11.3946C22.941 11.1477 23.1412 10.547 22.8942 10.053ZM20.1054 14.553C19.8584 15.047 20.0586 15.6477 20.5526 15.8946L21.5526 16.3946C22.0465 16.6416 22.6472 16.4414 22.8942 15.9474C23.1412 15.4535 22.941 14.8528 22.447 14.6058L21.447 14.1058C20.953 13.8588 20.3523 14.059 20.1054 14.553Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.10579 10.0528C1.35278 9.55878 1.95345 9.35856 2.44743 9.60555L3.44743 10.1055C3.94141 10.3525 4.14164 10.9532 3.89465 11.4472C3.64766 11.9412 3.04698 12.1414 2.55301 11.8944L1.55301 11.3944C1.05903 11.1474 0.858803 10.5467 1.10579 10.0528ZM3.89465 14.5528C4.14164 15.0467 3.94141 15.6474 3.44743 15.8944L2.44743 16.3944C1.95345 16.6414 1.35278 16.4412 1.10579 15.9472C0.858803 15.4532 1.05903 14.8525 1.55301 14.6055L2.55301 14.1055C3.04698 13.8586 3.64766 14.0588 3.89465 14.5528Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.00002 6.75C4.69668 6.75 4.4232 6.93273 4.30711 7.21299C4.19103 7.49324 4.25519 7.81583 4.46969 8.03033L5.25002 8.81066L5.25002 17.1893L4.46969 17.9697C4.25519 18.1842 4.19103 18.5068 4.30711 18.787C4.4232 19.0673 4.69667 19.25 5.00002 19.25L19 19.25C19.3034 19.25 19.5768 19.0673 19.6929 18.787C19.809 18.5068 19.7449 18.1842 19.5304 17.9697L18.75 17.1893V8.81066L19.5304 8.03033C19.7449 7.81583 19.809 7.49324 19.6929 7.21299C19.5768 6.93273 19.3034 6.75 19 6.75L5.00002 6.75ZM13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12V14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9947 3C8.31616 3 5.91404 4.66741 5.05406 7.17568C4.94932 7.48117 4.99856 7.81844 5.18627 8.08124C5.37399 8.34403 5.67706 8.5 6.00001 8.5L18 8.5C18.323 8.5 18.626 8.34403 18.8137 8.08124C19.0015 7.81844 19.0507 7.48117 18.946 7.17568C18.086 4.66741 15.6839 3 13.0053 3H13V2C13 1.44772 12.5523 1 12 1C11.4477 1 11 1.44772 11 2V3H10.9947ZM12 5H13.0053C14.3138 5 15.5068 5.57415 16.2969 6.5L7.70307 6.5C8.49323 5.57415 9.68617 5 10.9947 5H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.18627 17.9188C5.37399 17.656 5.67706 17.5 6.00001 17.5L18 17.5C18.323 17.5 18.626 17.656 18.8137 17.9188C19.0015 18.1816 19.0507 18.5188 18.946 18.8243C18.086 21.3326 15.6839 23 13.0053 23L10.9947 23C8.31616 23 5.91404 21.3326 5.05406 18.8243C4.94932 18.5188 4.99856 18.1816 5.18627 17.9188ZM7.70307 19.5C8.49323 20.4258 9.68617 21 10.9947 21L13.0053 21C14.3138 21 15.5068 20.4259 16.2969 19.5L7.70307 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.8942 10.053C22.6472 9.55903 22.0465 9.3588 21.5526 9.60579L20.5526 10.1058C20.0586 10.3528 19.8584 10.9535 20.1054 11.4474C20.3523 11.9414 20.953 12.1416 21.447 11.8946L22.447 11.3946C22.941 11.1477 23.1412 10.547 22.8942 10.053ZM20.1054 14.553C19.8584 15.047 20.0586 15.6477 20.5526 15.8946L21.5526 16.3946C22.0465 16.6416 22.6472 16.4414 22.8942 15.9474C23.1412 15.4535 22.941 14.8528 22.447 14.6058L21.447 14.1058C20.953 13.8588 20.3523 14.059 20.1054 14.553Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.10579 10.0528C1.35278 9.55878 1.95345 9.35856 2.44743 9.60555L3.44743 10.1055C3.94141 10.3525 4.14164 10.9532 3.89465 11.4472C3.64766 11.9412 3.04698 12.1414 2.55301 11.8944L1.55301 11.3944C1.05903 11.1474 0.858803 10.5467 1.10579 10.0528ZM3.89465 14.5528C4.14164 15.0467 3.94141 15.6474 3.44743 15.8944L2.44743 16.3944C1.95345 16.6414 1.35278 16.4412 1.10579 15.9472C0.858803 15.4532 1.05903 14.8525 1.55301 14.6055L2.55301 14.1055C3.04698 13.8586 3.64766 14.0588 3.89465 14.5528Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.00002 6.75C4.69668 6.75 4.4232 6.93273 4.30711 7.21299C4.19103 7.49324 4.25519 7.81583 4.46969 8.03033L5.25002 8.81066L5.25002 17.1893L4.46969 17.9697C4.25519 18.1842 4.19103 18.5068 4.30711 18.787C4.4232 19.0673 4.69667 19.25 5.00002 19.25L19 19.25C19.3034 19.25 19.5768 19.0673 19.6929 18.787C19.809 18.5068 19.7449 18.1842 19.5304 17.9697L18.75 17.1893V8.81066L19.5304 8.03033C19.7449 7.81583 19.809 7.49324 19.6929 7.21299C19.5768 6.93273 19.3034 6.75 19 6.75L5.00002 6.75ZM13 12C13 11.4477 12.5523 11 12 11C11.4477 11 11 11.4477 11 12V14C11 14.5523 11.4477 15 12 15C12.5523 15 13 14.5523 13 14V12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9947 3C8.31616 3 5.91404 4.66741 5.05406 7.17568C4.94932 7.48117 4.99856 7.81844 5.18627 8.08124C5.37399 8.34403 5.67706 8.5 6.00001 8.5L18 8.5C18.323 8.5 18.626 8.34403 18.8137 8.08124C19.0015 7.81844 19.0507 7.48117 18.946 7.17568C18.086 4.66741 15.6839 3 13.0053 3H13V2C13 1.44772 12.5523 1 12 1C11.4477 1 11 1.44772 11 2V3H10.9947ZM12 5H13.0053C14.3138 5 15.5068 5.57415 16.2969 6.5L7.70307 6.5C8.49323 5.57415 9.68617 5 10.9947 5H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-mosque-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.2769 14.553C12.8037 14.7622 13.4198 15.2289 13.7859 15.5938C14.5273 16.3326 15.2593 17.5165 15.2499 19.2521V22.15C15.2499 22.4328 15.2499 22.5743 15.3378 22.6621C15.4257 22.75 15.5671 22.75 15.8499 22.75H17.0494L17.0494 22.75L17.0494 22.75H17.0495C17.7143 22.75 18.2871 22.7501 18.7459 22.6884C19.2375 22.6223 19.7088 22.4732 20.091 22.091C20.4732 21.7087 20.6223 21.2375 20.6884 20.7458C20.7501 20.2871 20.75 19.7142 20.75 19.0494V14.9506C20.75 14.2858 20.7501 13.7129 20.6884 13.2542C20.6223 12.7625 20.4732 12.2913 20.091 11.909C19.7098 11.5278 19.2401 11.3785 18.75 11.3122L18.75 10.9553V10.9553V10.9552C18.7501 10.5224 18.7501 10.1256 18.7067 9.8028C18.6589 9.44732 18.5465 9.07159 18.2374 8.76257C17.9284 8.45355 17.5527 8.3411 17.1972 8.29331C17.0891 8.27877 16.9727 8.26911 16.8494 8.26269C17.1401 7.72362 17.2743 7.18264 17.2465 6.63759C17.1979 5.68402 16.6611 4.91631 16.0655 4.31564C15.4861 3.73145 14.7577 3.21443 14.1296 2.76861C13.4477 2.28444 12.8692 1.8645 12.5714 1.51425C12.4289 1.34661 12.22 1.24999 12 1.25C11.78 1.25001 11.571 1.34663 11.4285 1.51428C11.1309 1.86451 10.5523 2.28451 9.8704 2.76867C9.24233 3.21447 8.51395 3.73148 7.93464 4.31564C7.33897 4.9163 6.80221 5.68402 6.75358 6.63758C6.72578 7.18263 6.85996 7.72362 7.15068 8.26268C7.02737 8.26911 6.91093 8.27877 6.8028 8.29331C6.44732 8.3411 6.07159 8.45355 5.76257 8.76257C5.45355 9.07159 5.3411 9.44732 5.29331 9.8028C5.24991 10.1256 5.24995 10.5224 5.25 10.9553L5.25001 11V11.3122C4.75987 11.3785 4.29019 11.5278 3.90902 11.909C3.52677 12.2913 3.37771 12.7625 3.31161 13.2542C3.24994 13.7129 3.24997 14.2857 3.25 14.9505V14.9505V14.9506V14.9506L3.25001 15L3.25 19.0494V19.0494V19.0495V19.0495C3.24997 19.7143 3.24994 20.2871 3.31161 20.7458C3.37771 21.2375 3.52677 21.7087 3.90902 22.091C4.29126 22.4732 4.76253 22.6223 5.25416 22.6884C5.71288 22.7501 6.2857 22.75 6.95051 22.75H6.95061L6.95062 22.75L6.95063 22.75H6.95064H8.15009C8.43294 22.75 8.57436 22.75 8.66222 22.6621C8.75009 22.5743 8.75009 22.4328 8.75009 22.15V19.2521C8.74072 17.5165 9.47274 16.3326 10.2141 15.5938C10.5802 15.2289 11.1445 14.809 11.7231 14.553C11.9009 14.4823 12.0991 14.4823 12.2769 14.553ZM6.75001 11.25V11C6.75001 10.5074 6.7516 10.2134 6.77993 10.0027C6.79291 9.90611 6.80821 9.85775 6.81717 9.83597L6.81998 9.82953L6.82187 9.82568L6.82324 9.82324L6.82568 9.82187C6.82761 9.82086 6.83093 9.81924 6.83597 9.81717C6.85775 9.8082 6.90611 9.79291 7.00267 9.77993C7.21339 9.7516 7.5074 9.75001 8.00001 9.75001L16 9.75001C16.4926 9.75001 16.7866 9.7516 16.9973 9.77993C17.0939 9.79291 17.1423 9.8082 17.164 9.81717L17.1693 9.81945L17.1743 9.82187L17.1768 9.82324L17.1781 9.82568L17.1807 9.83107L17.1828 9.83597C17.1918 9.85775 17.2071 9.90611 17.2201 10.0027C17.2484 10.2134 17.25 10.5074 17.25 11V11.25C17.1841 11.25 17.1173 11.25 17.0494 11.25H17.0494L7.00001 11.25L6.95063 11.25H6.95058C6.88276 11.25 6.81589 11.25 6.75001 11.25ZM13.662 22.6621C13.5742 22.75 13.4328 22.75 13.1499 22.75H10.8501C10.5672 22.75 10.4258 22.75 10.338 22.6621C10.2501 22.5743 10.2501 22.4328 10.2501 22.15V19.25L10.2501 19.2457C10.2428 17.9825 10.7604 17.167 11.273 16.6562C11.534 16.3961 11.7963 16.2135 11.9912 16.0972C11.9966 16.094 12.0034 16.094 12.0088 16.0972C12.2037 16.2135 12.466 16.3961 12.727 16.6562C13.2396 17.167 13.7572 17.9825 13.7499 19.2457L13.7499 22.15C13.7499 22.4328 13.7499 22.5743 13.662 22.6621Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.2769 14.553C12.8037 14.7622 13.4198 15.2289 13.7859 15.5938C14.5273 16.3326 15.2593 17.5165 15.2499 19.2521V22.15C15.2499 22.4328 15.2499 22.5743 15.3378 22.6621C15.4257 22.75 15.5671 22.75 15.8499 22.75H17.0494L17.0494 22.75L17.0494 22.75H17.0495C17.7143 22.75 18.2871 22.7501 18.7459 22.6884C19.2375 22.6223 19.7088 22.4732 20.091 22.091C20.4732 21.7087 20.6223 21.2375 20.6884 20.7458C20.7501 20.2871 20.75 19.7142 20.75 19.0494V14.9506C20.75 14.2858 20.7501 13.7129 20.6884 13.2542C20.6223 12.7625 20.4732 12.2913 20.091 11.909C19.7098 11.5278 19.2401 11.3785 18.75 11.3122L18.75 10.9553V10.9553V10.9552C18.7501 10.5224 18.7501 10.1256 18.7067 9.8028C18.6589 9.44732 18.5465 9.07159 18.2374 8.76257C17.9284 8.45355 17.5527 8.3411 17.1972 8.29331C17.0891 8.27877 16.9727 8.26911 16.8494 8.26269C17.1401 7.72362 17.2743 7.18264 17.2465 6.63759C17.1979 5.68402 16.6611 4.91631 16.0655 4.31564C15.4861 3.73145 14.7577 3.21443 14.1296 2.76861C13.4477 2.28444 12.8692 1.8645 12.5714 1.51425C12.4289 1.34661 12.22 1.24999 12 1.25C11.78 1.25001 11.571 1.34663 11.4285 1.51428C11.1309 1.86451 10.5523 2.28451 9.8704 2.76867C9.24233 3.21447 8.51395 3.73148 7.93464 4.31564C7.33897 4.9163 6.80221 5.68402 6.75358 6.63758C6.72578 7.18263 6.85996 7.72362 7.15068 8.26268C7.02737 8.26911 6.91093 8.27877 6.8028 8.29331C6.44732 8.3411 6.07159 8.45355 5.76257 8.76257C5.45355 9.07159 5.3411 9.44732 5.29331 9.8028C5.24991 10.1256 5.24995 10.5224 5.25 10.9553L5.25001 11V11.3122C4.75987 11.3785 4.29019 11.5278 3.90902 11.909C3.52677 12.2913 3.37771 12.7625 3.31161 13.2542C3.24994 13.7129 3.24997 14.2857 3.25 14.9505V14.9505V14.9506V14.9506L3.25001 15L3.25 19.0494V19.0494V19.0495V19.0495C3.24997 19.7143 3.24994 20.2871 3.31161 20.7458C3.37771 21.2375 3.52677 21.7087 3.90902 22.091C4.29126 22.4732 4.76253 22.6223 5.25416 22.6884C5.71288 22.7501 6.2857 22.75 6.95051 22.75H6.95061L6.95062 22.75L6.95063 22.75H6.95064H8.15009C8.43294 22.75 8.57436 22.75 8.66222 22.6621C8.75009 22.5743 8.75009 22.4328 8.75009 22.15V19.2521C8.74072 17.5165 9.47274 16.3326 10.2141 15.5938C10.5802 15.2289 11.1445 14.809 11.7231 14.553C11.9009 14.4823 12.0991 14.4823 12.2769 14.553ZM6.75001 11.25V11C6.75001 10.5074 6.7516 10.2134 6.77993 10.0027C6.79291 9.90611 6.80821 9.85775 6.81717 9.83597L6.81998 9.82953L6.82187 9.82568L6.82324 9.82324L6.82568 9.82187C6.82761 9.82086 6.83093 9.81924 6.83597 9.81717C6.85775 9.8082 6.90611 9.79291 7.00267 9.77993C7.21339 9.7516 7.5074 9.75001 8.00001 9.75001L16 9.75001C16.4926 9.75001 16.7866 9.7516 16.9973 9.77993C17.0939 9.79291 17.1423 9.8082 17.164 9.81717L17.1693 9.81945L17.1743 9.82187L17.1768 9.82324L17.1781 9.82568L17.1807 9.83107L17.1828 9.83597C17.1918 9.85775 17.2071 9.90611 17.2201 10.0027C17.2484 10.2134 17.25 10.5074 17.25 11V11.25C17.1841 11.25 17.1173 11.25 17.0494 11.25H17.0494L7.00001 11.25L6.95063 11.25H6.95058C6.88276 11.25 6.81589 11.25 6.75001 11.25ZM13.662 22.6621C13.5742 22.75 13.4328 22.75 13.1499 22.75H10.8501C10.5672 22.75 10.4258 22.75 10.338 22.6621C10.2501 22.5743 10.2501 22.4328 10.2501 22.15V19.25L10.2501 19.2457C10.2428 17.9825 10.7604 17.167 11.273 16.6562C11.534 16.3961 11.7963 16.2135 11.9912 16.0972C11.9966 16.094 12.0034 16.094 12.0088 16.0972C12.2037 16.2135 12.466 16.3961 12.727 16.6562C13.2396 17.167 13.7572 17.9825 13.7499 19.2457L13.7499 22.15C13.7499 22.4328 13.7499 22.5743 13.662 22.6621Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-mosque-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.0001 5C9.31191 4.99999 9.60587 5.14543 9.79505 5.39329C10.0229 5.69177 10.4718 6.04213 11.1434 6.53182C11.1932 6.56807 11.2439 6.60494 11.2954 6.64241C11.8801 7.06755 12.5717 7.5704 13.1404 8.13257C13.7572 8.74225 14.3586 9.54328 14.4788 10.5581C14.6041 11.6149 14.1826 12.654 13.2824 13.665C13.0927 13.8781 12.8209 14 12.5356 14H5.46487C5.17953 14 4.90778 13.8781 4.71803 13.665C3.81782 12.654 3.39639 11.6149 3.52162 10.5581C3.64188 9.54329 4.24322 8.74226 4.85997 8.13258C5.42865 7.57042 6.12021 7.06759 6.7049 6.64245C6.75645 6.60497 6.80716 6.56809 6.8569 6.53183C7.52848 6.04214 7.97741 5.69179 8.20518 5.39333C8.39434 5.14546 8.6883 5.00001 9.0001 5ZM9.19518 7.56819C9.08132 7.47727 8.91898 7.47727 8.80513 7.56819C8.54735 7.77406 8.28185 7.96803 8.03523 8.14786C7.99205 8.17934 7.94904 8.21066 7.90624 8.24183C7.29354 8.688 6.72179 9.10437 6.26601 9.55492C5.77633 10.039 5.54948 10.4411 5.50772 10.7935C5.4791 11.035 5.52284 11.6403 5.85371 12.1703C5.90428 12.2513 5.99533 12.2961 6.09082 12.2961H11.9096C12.0051 12.2961 12.0962 12.2513 12.1467 12.1703C12.4776 11.6403 12.5214 11.035 12.4927 10.7935C12.451 10.4411 12.2241 10.039 11.7344 9.55493C11.2786 9.10436 10.7068 8.68798 10.0941 8.24179C10.0513 8.21064 10.0083 8.17934 9.96514 8.14787C9.7185 7.96803 9.45298 7.77406 9.19518 7.56819Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.87348 1.46967C9.16637 1.76256 9.16637 2.23744 8.87348 2.53033C8.79636 2.60744 8.75 2.71181 8.75 2.82843C8.75 3.06126 8.93874 3.25 9.17157 3.25C9.28819 3.25 9.39256 3.20364 9.46967 3.12652C9.76256 2.83363 10.2374 2.83363 10.5303 3.12652C10.8232 3.41942 10.8232 3.89429 10.5303 4.18718C10.1834 4.5341 9.70199 4.75 9.17157 4.75C8.11032 4.75 7.25 3.88968 7.25 2.82843C7.25 2.29801 7.4659 1.81659 7.81282 1.46967C8.10571 1.17678 8.58058 1.17678 8.87348 1.46967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 3.25C9.41421 3.25 9.75 3.58579 9.75 4V6C9.75 6.41421 9.41421 6.75 9 6.75C8.58579 6.75 8.25 6.41421 8.25 6V4C8.25 3.58579 8.58579 3.25 9 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.25 1.25C19.4937 1.24999 19.7222 1.36838 19.8627 1.56745C20.0219 1.79292 20.2659 2.02981 20.5965 2.35078C20.6195 2.37317 20.643 2.39597 20.6669 2.4192C21.0047 2.74752 21.4118 3.15015 21.7213 3.61635C22.0389 4.09461 22.2835 4.68233 22.2463 5.37983C22.2092 6.07378 21.899 6.76878 21.3158 7.47682C21.1733 7.64979 20.961 7.75 20.7369 7.75H17.7631C17.539 7.75 17.3267 7.64979 17.1842 7.47682C16.601 6.76877 16.2908 6.07376 16.2537 5.37981C16.2165 4.68231 16.4611 4.09459 16.7787 3.61634C17.0883 3.15014 17.4954 2.74752 17.8332 2.4192C17.857 2.39601 17.8805 2.37325 17.9035 2.3509C18.2341 2.02987 18.4781 1.79296 18.6373 1.56748C18.7778 1.3684 19.0063 1.25001 19.25 1.25ZM19.25 3.13235C19.1556 3.22668 19.0615 3.31772 18.9719 3.40446C18.9402 3.43515 18.909 3.46529 18.8786 3.49486C18.5332 3.83061 18.2375 4.13111 18.0283 4.44616C17.8271 4.74916 17.7367 5.02082 17.7516 5.29988C17.764 5.53271 17.8538 5.84437 18.1346 6.25H20.3654C20.6463 5.84436 20.736 5.5327 20.7484 5.29986C20.7633 5.0208 20.673 4.74914 20.4718 4.44615C20.2626 4.1311 19.9669 3.8306 19.6215 3.49486C19.591 3.46528 19.5599 3.43512 19.5281 3.40442C19.4385 3.31768 19.3444 3.22666 19.25 3.13235Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.79507 15.3117C9.78834 15.3085 9.78226 15.3056 9.7769 15.303C9.59906 15.2323 9.40094 15.2323 9.2231 15.303C9.21774 15.3056 9.21166 15.3085 9.20493 15.3117C9.10306 15.3608 8.85289 15.4814 8.7227 15.559C8.44622 15.724 8.08022 15.9789 7.71414 16.3438C6.97274 17.0826 6.24072 18.2665 6.25009 20.0021V22.15C6.25009 22.4328 6.25009 22.5743 6.16222 22.6621C6.07435 22.75 5.93293 22.75 5.65009 22.75L4.09945 22.75C3.63169 22.75 3.21274 22.7501 2.87384 22.7075C2.50791 22.6616 2.12305 22.555 1.80208 22.2554C1.47379 21.949 1.34953 21.5695 1.2969 21.2042C1.24989 20.8778 1.24994 20.4778 1.25 20.0469L1.25001 20L1.25001 17L1.25001 16.945C1.24997 16.0491 1.24994 15.2968 1.33612 14.6985C1.42798 14.0609 1.63069 13.4903 2.1159 13.0375C2.59377 12.5915 3.18335 12.4116 3.84105 12.3291C4.47142 12.25 5.26817 12.25 6.23605 12.25H6.23608L12.7639 12.25H12.764C13.7318 12.25 14.5286 12.25 15.159 12.3291C15.8167 12.4116 16.4063 12.5915 16.8841 13.0375C17.3693 13.4903 17.572 14.0609 17.6639 14.6985C17.7501 15.2968 17.75 16.0491 17.75 16.945V16.945L17.75 22C17.75 22.4142 17.4142 22.75 17 22.75L13.3499 22.75C13.0671 22.75 12.9256 22.75 12.8378 22.6621C12.7499 22.5743 12.7499 22.4328 12.7499 22.15V20.0021C12.7593 18.2665 12.0273 17.0826 11.2859 16.3438C10.9198 15.9789 10.5538 15.724 10.2773 15.559C10.1471 15.4814 9.89694 15.3608 9.79507 15.3117ZM10.6499 22.75C10.9328 22.75 11.0742 22.75 11.162 22.6621C11.2499 22.5743 11.2499 22.4328 11.2499 22.15L11.2499 19.9957C11.2572 18.7325 10.7396 17.917 10.227 17.4062C9.96597 17.1461 9.70374 16.9635 9.50879 16.8472C9.50337 16.844 9.49663 16.844 9.49121 16.8472C9.29626 16.9635 9.03403 17.1461 8.77298 17.4062C8.26042 17.917 7.74279 18.7325 7.75008 19.9957L7.75009 20V22.15C7.75009 22.4328 7.75009 22.5743 7.83796 22.6621C7.92583 22.75 8.06725 22.75 8.35009 22.75L10.6499 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.6986 11.4455C16.4528 11.3388 16.33 11.2855 16.2805 11.1964C16.2311 11.1073 16.2489 10.9886 16.2844 10.7512L16.8619 6.88932C16.9168 6.52203 17.2323 6.25024 17.6037 6.25024H20.7282C21.1123 6.25024 21.4344 6.54048 21.4741 6.92255L22.5843 17.5812C22.6863 18.5602 22.7712 19.3758 22.745 20.0262C22.7173 20.7142 22.5628 21.3434 22.079 21.8567C21.6 22.3648 20.9778 22.5686 20.2834 22.6614C20.0797 22.6886 19.8587 22.7075 19.6206 22.7206C19.3607 22.7349 19.2308 22.7421 19.155 22.6999C19.1017 22.6702 19.0798 22.6494 19.0472 22.5979C19.0009 22.5245 19.0009 22.3496 19.0009 21.9998L19.0009 16.8755C19.001 16.0365 19.0011 15.2081 18.902 14.5201C18.788 13.7283 18.5092 12.8434 17.7379 12.1235C17.4109 11.8183 17.0576 11.6013 16.6986 11.4455Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.0001 5C9.31191 4.99999 9.60587 5.14543 9.79505 5.39329C10.0229 5.69177 10.4718 6.04213 11.1434 6.53182C11.1932 6.56807 11.2439 6.60494 11.2954 6.64241C11.8801 7.06755 12.5717 7.5704 13.1404 8.13257C13.7572 8.74225 14.3586 9.54328 14.4788 10.5581C14.6041 11.6149 14.1826 12.654 13.2824 13.665C13.0927 13.8781 12.8209 14 12.5356 14H5.46487C5.17953 14 4.90778 13.8781 4.71803 13.665C3.81782 12.654 3.39639 11.6149 3.52162 10.5581C3.64188 9.54329 4.24322 8.74226 4.85997 8.13258C5.42865 7.57042 6.12021 7.06759 6.7049 6.64245C6.75645 6.60497 6.80716 6.56809 6.8569 6.53183C7.52848 6.04214 7.97741 5.69179 8.20518 5.39333C8.39434 5.14546 8.6883 5.00001 9.0001 5ZM9.19518 7.56819C9.08132 7.47727 8.91898 7.47727 8.80513 7.56819C8.54735 7.77406 8.28185 7.96803 8.03523 8.14786C7.99205 8.17934 7.94904 8.21066 7.90624 8.24183C7.29354 8.688 6.72179 9.10437 6.26601 9.55492C5.77633 10.039 5.54948 10.4411 5.50772 10.7935C5.4791 11.035 5.52284 11.6403 5.85371 12.1703C5.90428 12.2513 5.99533 12.2961 6.09082 12.2961H11.9096C12.0051 12.2961 12.0962 12.2513 12.1467 12.1703C12.4776 11.6403 12.5214 11.035 12.4927 10.7935C12.451 10.4411 12.2241 10.039 11.7344 9.55493C11.2786 9.10436 10.7068 8.68798 10.0941 8.24179C10.0513 8.21064 10.0083 8.17934 9.96514 8.14787C9.7185 7.96803 9.45298 7.77406 9.19518 7.56819Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.87348 1.46967C9.16637 1.76256 9.16637 2.23744 8.87348 2.53033C8.79636 2.60744 8.75 2.71181 8.75 2.82843C8.75 3.06126 8.93874 3.25 9.17157 3.25C9.28819 3.25 9.39256 3.20364 9.46967 3.12652C9.76256 2.83363 10.2374 2.83363 10.5303 3.12652C10.8232 3.41942 10.8232 3.89429 10.5303 4.18718C10.1834 4.5341 9.70199 4.75 9.17157 4.75C8.11032 4.75 7.25 3.88968 7.25 2.82843C7.25 2.29801 7.4659 1.81659 7.81282 1.46967C8.10571 1.17678 8.58058 1.17678 8.87348 1.46967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 3.25C9.41421 3.25 9.75 3.58579 9.75 4V6C9.75 6.41421 9.41421 6.75 9 6.75C8.58579 6.75 8.25 6.41421 8.25 6V4C8.25 3.58579 8.58579 3.25 9 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.25 1.25C19.4937 1.24999 19.7222 1.36838 19.8627 1.56745C20.0219 1.79292 20.2659 2.02981 20.5965 2.35078C20.6195 2.37317 20.643 2.39597 20.6669 2.4192C21.0047 2.74752 21.4118 3.15015 21.7213 3.61635C22.0389 4.09461 22.2835 4.68233 22.2463 5.37983C22.2092 6.07378 21.899 6.76878 21.3158 7.47682C21.1733 7.64979 20.961 7.75 20.7369 7.75H17.7631C17.539 7.75 17.3267 7.64979 17.1842 7.47682C16.601 6.76877 16.2908 6.07376 16.2537 5.37981C16.2165 4.68231 16.4611 4.09459 16.7787 3.61634C17.0883 3.15014 17.4954 2.74752 17.8332 2.4192C17.857 2.39601 17.8805 2.37325 17.9035 2.3509C18.2341 2.02987 18.4781 1.79296 18.6373 1.56748C18.7778 1.3684 19.0063 1.25001 19.25 1.25ZM19.25 3.13235C19.1556 3.22668 19.0615 3.31772 18.9719 3.40446C18.9402 3.43515 18.909 3.46529 18.8786 3.49486C18.5332 3.83061 18.2375 4.13111 18.0283 4.44616C17.8271 4.74916 17.7367 5.02082 17.7516 5.29988C17.764 5.53271 17.8538 5.84437 18.1346 6.25H20.3654C20.6463 5.84436 20.736 5.5327 20.7484 5.29986C20.7633 5.0208 20.673 4.74914 20.4718 4.44615C20.2626 4.1311 19.9669 3.8306 19.6215 3.49486C19.591 3.46528 19.5599 3.43512 19.5281 3.40442C19.4385 3.31768 19.3444 3.22666 19.25 3.13235Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.79507 15.3117C9.78834 15.3085 9.78226 15.3056 9.7769 15.303C9.59906 15.2323 9.40094 15.2323 9.2231 15.303C9.21774 15.3056 9.21166 15.3085 9.20493 15.3117C9.10306 15.3608 8.85289 15.4814 8.7227 15.559C8.44622 15.724 8.08022 15.9789 7.71414 16.3438C6.97274 17.0826 6.24072 18.2665 6.25009 20.0021V22.15C6.25009 22.4328 6.25009 22.5743 6.16222 22.6621C6.07435 22.75 5.93293 22.75 5.65009 22.75L4.09945 22.75C3.63169 22.75 3.21274 22.7501 2.87384 22.7075C2.50791 22.6616 2.12305 22.555 1.80208 22.2554C1.47379 21.949 1.34953 21.5695 1.2969 21.2042C1.24989 20.8778 1.24994 20.4778 1.25 20.0469L1.25001 20L1.25001 17L1.25001 16.945C1.24997 16.0491 1.24994 15.2968 1.33612 14.6985C1.42798 14.0609 1.63069 13.4903 2.1159 13.0375C2.59377 12.5915 3.18335 12.4116 3.84105 12.3291C4.47142 12.25 5.26817 12.25 6.23605 12.25H6.23608L12.7639 12.25H12.764C13.7318 12.25 14.5286 12.25 15.159 12.3291C15.8167 12.4116 16.4063 12.5915 16.8841 13.0375C17.3693 13.4903 17.572 14.0609 17.6639 14.6985C17.7501 15.2968 17.75 16.0491 17.75 16.945V16.945L17.75 22C17.75 22.4142 17.4142 22.75 17 22.75L13.3499 22.75C13.0671 22.75 12.9256 22.75 12.8378 22.6621C12.7499 22.5743 12.7499 22.4328 12.7499 22.15V20.0021C12.7593 18.2665 12.0273 17.0826 11.2859 16.3438C10.9198 15.9789 10.5538 15.724 10.2773 15.559C10.1471 15.4814 9.89694 15.3608 9.79507 15.3117ZM10.6499 22.75C10.9328 22.75 11.0742 22.75 11.162 22.6621C11.2499 22.5743 11.2499 22.4328 11.2499 22.15L11.2499 19.9957C11.2572 18.7325 10.7396 17.917 10.227 17.4062C9.96597 17.1461 9.70374 16.9635 9.50879 16.8472C9.50337 16.844 9.49663 16.844 9.49121 16.8472C9.29626 16.9635 9.03403 17.1461 8.77298 17.4062C8.26042 17.917 7.74279 18.7325 7.75008 19.9957L7.75009 20V22.15C7.75009 22.4328 7.75009 22.5743 7.83796 22.6621C7.92583 22.75 8.06725 22.75 8.35009 22.75L10.6499 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.6986 11.4455C16.4528 11.3388 16.33 11.2855 16.2805 11.1964C16.2311 11.1073 16.2489 10.9886 16.2844 10.7512L16.8619 6.88932C16.9168 6.52203 17.2323 6.25024 17.6037 6.25024H20.7282C21.1123 6.25024 21.4344 6.54048 21.4741 6.92255L22.5843 17.5812C22.6863 18.5602 22.7712 19.3758 22.745 20.0262C22.7173 20.7142 22.5628 21.3434 22.079 21.8567C21.6 22.3648 20.9778 22.5686 20.2834 22.6614C20.0797 22.6886 19.8587 22.7075 19.6206 22.7206C19.3607 22.7349 19.2308 22.7421 19.155 22.6999C19.1017 22.6702 19.0798 22.6494 19.0472 22.5979C19.0009 22.5245 19.0009 22.3496 19.0009 21.9998L19.0009 16.8755C19.001 16.0365 19.0011 15.2081 18.902 14.5201C18.788 13.7283 18.5092 12.8434 17.7379 12.1235C17.4109 11.8183 17.0576 11.6013 16.6986 11.4455Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-mosque-location{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 19.8555C17.0523 19.8555 17.5 20.3032 17.5 20.8555L17.5 22.1489C17.5 22.4317 17.5 22.5732 17.5879 22.661C17.6757 22.7489 17.8172 22.7489 18.1 22.7489L19.8355 22.7489C20.0635 22.749 20.3015 22.749 20.5009 22.7229C20.7303 22.6929 21.0184 22.6167 21.2622 22.3792C21.5088 22.1391 21.5907 21.8505 21.6228 21.6178C21.6502 21.4196 21.6501 21.1841 21.65 20.9635L21.65 16.6703C21.65 16.6239 21.65 16.6007 21.6526 16.5812C21.6703 16.4465 21.7762 16.3406 21.9108 16.3229C21.9303 16.3203 21.9536 16.3203 22 16.3203C22.4142 16.3203 22.75 15.9845 22.75 15.5703C22.75 15.1561 22.4142 14.8203 22 14.8203H21.9445C22.1649 14.1905 22.2422 13.5671 22.18 12.9501C22.0639 11.7976 21.478 10.8573 20.8317 10.1059C20.2403 9.41832 19.5191 8.80152 18.9011 8.273L18.9011 8.27299L18.7421 8.13686C18.0414 7.53597 17.5487 7.08727 17.2908 6.6898C17.1121 6.41453 16.8165 6.24999 16.5007 6.25C16.1848 6.25001 15.8892 6.41456 15.7106 6.68985C15.4527 7.0873 14.96 7.53598 14.2593 8.13688L14.1003 8.27304C13.4824 8.80155 12.7612 9.41834 12.1698 10.1059C11.5235 10.8573 10.9376 11.7976 10.8215 12.9501C10.7594 13.5671 10.8367 14.1905 11.057 14.8203H11C10.5858 14.8203 10.25 15.1561 10.25 15.5703C10.25 15.9845 10.5858 16.3203 11 16.3203C11.0464 16.3203 11.0697 16.3203 11.0892 16.3229C11.2238 16.3406 11.3297 16.4465 11.3474 16.5812C11.35 16.6007 11.35 16.6239 11.35 16.6703L11.35 20.9635C11.3499 21.1841 11.3498 21.4196 11.3772 21.6178C11.4093 21.8505 11.4912 22.1391 11.7378 22.3792C11.9816 22.6167 12.2697 22.6929 12.4991 22.7229C12.6985 22.749 12.9365 22.749 13.1645 22.7489L13.1645 22.7489L14.9 22.7489C15.1828 22.7489 15.3243 22.7489 15.4121 22.661C15.5 22.5732 15.5 22.4317 15.5 22.1489L15.5 20.8555C15.5 20.3032 15.9477 19.8555 16.5 19.8555ZM13.1919 14.8203C12.7691 14.1227 12.6845 13.5833 12.7267 13.1644C12.7813 12.6225 13.0681 12.0715 13.5877 11.4674C14.0757 10.9 14.6855 10.3778 15.3281 9.82742L15.4668 9.70861C15.8044 9.4191 16.1674 9.10631 16.5007 8.77505C16.834 9.10631 17.1971 9.41911 17.5347 9.70862L17.6733 9.82737C18.316 10.3778 18.9258 10.9 19.4138 11.4674C19.9335 12.0716 20.2203 12.6225 20.2749 13.1644C20.3171 13.5833 20.2325 14.1227 19.8096 14.8203H13.1919Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.94478 3C5.7603 3 3 5.75686 3 9.14061C3 12.5429 5.7694 15.0347 8.74741 16.9495C8.80979 16.9832 8.87745 17 8.94478 17C9.49707 17 9.94478 17.4477 9.94478 18C9.94478 18.5523 9.49707 19 8.94478 19C8.51513 19 8.09446 18.885 7.72438 18.6684L7.70664 18.658L7.68935 18.6469C4.70464 16.7314 1 13.7106 1 9.14061C1 4.69591 4.61261 1 8.94478 1C11.2164 1 13.2874 2.02009 14.739 3.61259C15.1111 4.02075 15.0818 4.65324 14.6737 5.02529C14.2655 5.39734 13.633 5.36806 13.261 4.9599C12.1549 3.7465 10.6061 3 8.94478 3ZM5.5 9C5.5 7.067 7.067 5.5 9 5.5C10.1457 5.5 11.1629 6.05157 11.7997 6.89942C12.1314 7.34101 12.0423 7.96788 11.6008 8.29957C11.1592 8.63126 10.5323 8.54217 10.2006 8.10058C9.92526 7.73399 9.4901 7.5 9 7.5C8.17157 7.5 7.5 8.17157 7.5 9C7.5 9.72452 8.01468 10.3311 8.69893 10.47C9.24018 10.5798 9.58988 11.1077 9.48001 11.6489C9.37015 12.1902 8.84231 12.5399 8.30107 12.43C6.70308 12.1056 5.5 10.6944 5.5 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 19.8555C17.0523 19.8555 17.5 20.3032 17.5 20.8555L17.5 22.1489C17.5 22.4317 17.5 22.5732 17.5879 22.661C17.6757 22.7489 17.8172 22.7489 18.1 22.7489L19.8355 22.7489C20.0635 22.749 20.3015 22.749 20.5009 22.7229C20.7303 22.6929 21.0184 22.6167 21.2622 22.3792C21.5088 22.1391 21.5907 21.8505 21.6228 21.6178C21.6502 21.4196 21.6501 21.1841 21.65 20.9635L21.65 16.6703C21.65 16.6239 21.65 16.6007 21.6526 16.5812C21.6703 16.4465 21.7762 16.3406 21.9108 16.3229C21.9303 16.3203 21.9536 16.3203 22 16.3203C22.4142 16.3203 22.75 15.9845 22.75 15.5703C22.75 15.1561 22.4142 14.8203 22 14.8203H21.9445C22.1649 14.1905 22.2422 13.5671 22.18 12.9501C22.0639 11.7976 21.478 10.8573 20.8317 10.1059C20.2403 9.41832 19.5191 8.80152 18.9011 8.273L18.9011 8.27299L18.7421 8.13686C18.0414 7.53597 17.5487 7.08727 17.2908 6.6898C17.1121 6.41453 16.8165 6.24999 16.5007 6.25C16.1848 6.25001 15.8892 6.41456 15.7106 6.68985C15.4527 7.0873 14.96 7.53598 14.2593 8.13688L14.1003 8.27304C13.4824 8.80155 12.7612 9.41834 12.1698 10.1059C11.5235 10.8573 10.9376 11.7976 10.8215 12.9501C10.7594 13.5671 10.8367 14.1905 11.057 14.8203H11C10.5858 14.8203 10.25 15.1561 10.25 15.5703C10.25 15.9845 10.5858 16.3203 11 16.3203C11.0464 16.3203 11.0697 16.3203 11.0892 16.3229C11.2238 16.3406 11.3297 16.4465 11.3474 16.5812C11.35 16.6007 11.35 16.6239 11.35 16.6703L11.35 20.9635C11.3499 21.1841 11.3498 21.4196 11.3772 21.6178C11.4093 21.8505 11.4912 22.1391 11.7378 22.3792C11.9816 22.6167 12.2697 22.6929 12.4991 22.7229C12.6985 22.749 12.9365 22.749 13.1645 22.7489L13.1645 22.7489L14.9 22.7489C15.1828 22.7489 15.3243 22.7489 15.4121 22.661C15.5 22.5732 15.5 22.4317 15.5 22.1489L15.5 20.8555C15.5 20.3032 15.9477 19.8555 16.5 19.8555ZM13.1919 14.8203C12.7691 14.1227 12.6845 13.5833 12.7267 13.1644C12.7813 12.6225 13.0681 12.0715 13.5877 11.4674C14.0757 10.9 14.6855 10.3778 15.3281 9.82742L15.4668 9.70861C15.8044 9.4191 16.1674 9.10631 16.5007 8.77505C16.834 9.10631 17.1971 9.41911 17.5347 9.70862L17.6733 9.82737C18.316 10.3778 18.9258 10.9 19.4138 11.4674C19.9335 12.0716 20.2203 12.6225 20.2749 13.1644C20.3171 13.5833 20.2325 14.1227 19.8096 14.8203H13.1919Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.94478 3C5.7603 3 3 5.75686 3 9.14061C3 12.5429 5.7694 15.0347 8.74741 16.9495C8.80979 16.9832 8.87745 17 8.94478 17C9.49707 17 9.94478 17.4477 9.94478 18C9.94478 18.5523 9.49707 19 8.94478 19C8.51513 19 8.09446 18.885 7.72438 18.6684L7.70664 18.658L7.68935 18.6469C4.70464 16.7314 1 13.7106 1 9.14061C1 4.69591 4.61261 1 8.94478 1C11.2164 1 13.2874 2.02009 14.739 3.61259C15.1111 4.02075 15.0818 4.65324 14.6737 5.02529C14.2655 5.39734 13.633 5.36806 13.261 4.9599C12.1549 3.7465 10.6061 3 8.94478 3ZM5.5 9C5.5 7.067 7.067 5.5 9 5.5C10.1457 5.5 11.1629 6.05157 11.7997 6.89942C12.1314 7.34101 12.0423 7.96788 11.6008 8.29957C11.1592 8.63126 10.5323 8.54217 10.2006 8.10058C9.92526 7.73399 9.4901 7.5 9 7.5C8.17157 7.5 7.5 8.17157 7.5 9C7.5 9.72452 8.01468 10.3311 8.69893 10.47C9.24018 10.5798 9.58988 11.1077 9.48001 11.6489C9.37015 12.1902 8.84231 12.5399 8.30107 12.43C6.70308 12.1056 5.5 10.6944 5.5 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-muhammad{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5603 1.62445C11.4552 1.12518 12.5448 1.12518 13.4397 1.62445C13.8457 1.85099 14.204 2.23483 14.684 2.74907L14.7689 2.84C15.0396 3.12967 15.1196 3.21192 15.2016 3.27523C15.4061 3.43323 15.6491 3.53387 15.9055 3.56681C16.0082 3.58 16.123 3.57841 16.5192 3.56502L16.6435 3.56076C17.3466 3.53653 17.8713 3.51845 18.3186 3.64537C19.3044 3.9251 20.0749 4.69559 20.3546 5.68138C20.4815 6.12868 20.4635 6.65342 20.4392 7.35645L20.435 7.48079C20.4216 7.87705 20.42 7.99178 20.4332 8.0945C20.4661 8.35088 20.5668 8.59386 20.7248 8.79843C20.7881 8.8804 20.8703 8.9604 21.16 9.23113L21.2509 9.31604C21.7652 9.79603 22.149 10.1543 22.3755 10.5603C22.8748 11.4552 22.8748 12.5448 22.3755 13.4397C22.149 13.8457 21.7652 14.204 21.2509 14.684L21.16 14.7689C20.8703 15.0396 20.7881 15.1196 20.7248 15.2016C20.5668 15.4061 20.4661 15.6491 20.4332 15.9055C20.42 16.0082 20.4216 16.1229 20.435 16.5192L20.4392 16.6435C20.4635 17.3466 20.4815 17.8713 20.3546 18.3186C20.0749 19.3044 19.3044 20.0749 18.3186 20.3546C17.8713 20.4815 17.3466 20.4635 16.6435 20.4392L16.5192 20.435C16.1229 20.4216 16.0082 20.42 15.9055 20.4332C15.6491 20.4661 15.4061 20.5668 15.2016 20.7248C15.1196 20.7881 15.0396 20.8703 14.7689 21.16L14.684 21.2509C14.204 21.7652 13.8457 22.149 13.4397 22.3755C12.5448 22.8748 11.4552 22.8748 10.5603 22.3755C10.1543 22.149 9.79602 21.7652 9.31604 21.2509L9.23113 21.16C8.9604 20.8703 8.8804 20.7881 8.79843 20.7248C8.59386 20.5668 8.35088 20.4661 8.0945 20.4332C7.99178 20.42 7.87705 20.4216 7.48079 20.435L7.35645 20.4392C6.65342 20.4635 6.12868 20.4815 5.68138 20.3546C4.69559 20.0749 3.9251 19.3044 3.64537 18.3186C3.51845 17.8713 3.53653 17.3466 3.56076 16.6435L3.56502 16.5192C3.57841 16.123 3.58 16.0082 3.56681 15.9055C3.53387 15.6491 3.43323 15.4061 3.27523 15.2016C3.21192 15.1196 3.12967 15.0396 2.84 14.7689L2.74908 14.684C2.23483 14.204 1.85099 13.8457 1.62445 13.4397C1.12518 12.5448 1.12518 11.4552 1.62445 10.5603C1.85099 10.1543 2.23483 9.79602 2.74908 9.31604L2.84 9.23113C3.12967 8.9604 3.21192 8.8804 3.27523 8.79843C3.43323 8.59386 3.53387 8.35088 3.56681 8.09451C3.58 7.99178 3.57841 7.87705 3.56502 7.48079L3.56076 7.35646C3.53653 6.65343 3.51845 6.12868 3.64537 5.68138C3.9251 4.69559 4.69559 3.9251 5.68138 3.64537C6.12868 3.51845 6.65343 3.53653 7.35646 3.56076L7.48079 3.56502C7.87705 3.57841 7.99178 3.58 8.0945 3.56681C8.35088 3.53387 8.59386 3.43323 8.79843 3.27523C8.8804 3.21192 8.9604 3.12967 9.23113 2.84L9.31604 2.74907C9.79602 2.23483 10.1543 1.85099 10.5603 1.62445ZM14.4203 9.45452C14.3134 9.3817 14.3868 9.07743 14.4117 8.97656C14.4992 8.62244 15.0328 8.73503 15.0668 9.0591C15.0849 9.2313 14.5763 9.56084 14.4203 9.45452ZM12.9555 8.61686C12.826 9.14082 12.8543 9.69236 13.0566 10.2169C12.7278 10.3986 12.3954 10.5894 12.0671 10.7875C11.8022 10.9473 11.6626 11.2534 11.7156 11.5582C11.7686 11.863 12.0034 12.1039 12.3067 12.1649L13.6258 12.4302C13.3701 12.5329 13.1241 12.6455 12.895 12.7685C12.2349 13.1233 11.5848 13.6363 11.3497 14.3765C11.111 14.1081 10.988 13.8071 10.9344 13.1926C10.8912 12.6968 10.9011 12.1044 10.9145 11.2991V11.2991C10.9226 10.8176 10.9319 10.2601 10.9319 9.60152C10.9319 9.18731 10.5961 8.85152 10.1819 8.85152C9.76769 8.85152 9.4319 9.18731 9.4319 9.60152C9.4319 10.1659 9.42361 10.683 9.41605 11.1542C9.4064 11.7558 9.39795 12.2826 9.40948 12.7379C9.41628 13.0063 9.40442 13.0234 9.23124 13.1756C9.01712 13.3637 8.77052 13.5284 8.52996 13.6115C8.13974 13.7463 7.84056 13.5873 7.60122 13.2664C7.35356 12.9344 6.88364 12.866 6.55162 13.1137C6.2196 13.3613 6.15121 13.8312 6.39887 14.1633C6.75174 14.6363 7.18016 14.9516 7.6694 15.0894C8.15323 15.2258 8.62042 15.1672 9.01964 15.0293C9.28419 14.9379 9.53251 14.8074 9.75879 14.6576C9.86029 14.8783 9.99059 15.0888 10.1579 15.2907C10.6061 15.8318 11.2652 16.2415 12.1177 16.6701C12.4323 16.8283 12.8146 16.7463 13.0366 16.4729C13.2587 16.1996 13.2607 15.8086 13.0414 15.5331C12.7007 15.1048 12.7513 14.8944 12.7931 14.7927C12.8681 14.6104 13.1042 14.359 13.6051 14.0898C14.5837 13.5639 16.0671 13.2354 17.1067 13.0861C17.4681 13.0342 17.7396 12.7296 17.7498 12.3646C17.7599 11.9997 17.5058 11.6804 17.1479 11.6084L14.5951 11.0951C14.9489 10.9118 15.2908 10.742 15.6095 10.5888C16.3185 10.2479 16.6275 9.55768 16.5586 8.90229C16.4915 8.26386 16.0714 7.66217 15.388 7.39733C14.9074 7.2111 14.3726 7.18572 13.8945 7.41241C13.4067 7.64369 13.0866 8.08619 12.9555 8.61686Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5603 1.62445C11.4552 1.12518 12.5448 1.12518 13.4397 1.62445C13.8457 1.85099 14.204 2.23483 14.684 2.74907L14.7689 2.84C15.0396 3.12967 15.1196 3.21192 15.2016 3.27523C15.4061 3.43323 15.6491 3.53387 15.9055 3.56681C16.0082 3.58 16.123 3.57841 16.5192 3.56502L16.6435 3.56076C17.3466 3.53653 17.8713 3.51845 18.3186 3.64537C19.3044 3.9251 20.0749 4.69559 20.3546 5.68138C20.4815 6.12868 20.4635 6.65342 20.4392 7.35645L20.435 7.48079C20.4216 7.87705 20.42 7.99178 20.4332 8.0945C20.4661 8.35088 20.5668 8.59386 20.7248 8.79843C20.7881 8.8804 20.8703 8.9604 21.16 9.23113L21.2509 9.31604C21.7652 9.79603 22.149 10.1543 22.3755 10.5603C22.8748 11.4552 22.8748 12.5448 22.3755 13.4397C22.149 13.8457 21.7652 14.204 21.2509 14.684L21.16 14.7689C20.8703 15.0396 20.7881 15.1196 20.7248 15.2016C20.5668 15.4061 20.4661 15.6491 20.4332 15.9055C20.42 16.0082 20.4216 16.1229 20.435 16.5192L20.4392 16.6435C20.4635 17.3466 20.4815 17.8713 20.3546 18.3186C20.0749 19.3044 19.3044 20.0749 18.3186 20.3546C17.8713 20.4815 17.3466 20.4635 16.6435 20.4392L16.5192 20.435C16.1229 20.4216 16.0082 20.42 15.9055 20.4332C15.6491 20.4661 15.4061 20.5668 15.2016 20.7248C15.1196 20.7881 15.0396 20.8703 14.7689 21.16L14.684 21.2509C14.204 21.7652 13.8457 22.149 13.4397 22.3755C12.5448 22.8748 11.4552 22.8748 10.5603 22.3755C10.1543 22.149 9.79602 21.7652 9.31604 21.2509L9.23113 21.16C8.9604 20.8703 8.8804 20.7881 8.79843 20.7248C8.59386 20.5668 8.35088 20.4661 8.0945 20.4332C7.99178 20.42 7.87705 20.4216 7.48079 20.435L7.35645 20.4392C6.65342 20.4635 6.12868 20.4815 5.68138 20.3546C4.69559 20.0749 3.9251 19.3044 3.64537 18.3186C3.51845 17.8713 3.53653 17.3466 3.56076 16.6435L3.56502 16.5192C3.57841 16.123 3.58 16.0082 3.56681 15.9055C3.53387 15.6491 3.43323 15.4061 3.27523 15.2016C3.21192 15.1196 3.12967 15.0396 2.84 14.7689L2.74908 14.684C2.23483 14.204 1.85099 13.8457 1.62445 13.4397C1.12518 12.5448 1.12518 11.4552 1.62445 10.5603C1.85099 10.1543 2.23483 9.79602 2.74908 9.31604L2.84 9.23113C3.12967 8.9604 3.21192 8.8804 3.27523 8.79843C3.43323 8.59386 3.53387 8.35088 3.56681 8.09451C3.58 7.99178 3.57841 7.87705 3.56502 7.48079L3.56076 7.35646C3.53653 6.65343 3.51845 6.12868 3.64537 5.68138C3.9251 4.69559 4.69559 3.9251 5.68138 3.64537C6.12868 3.51845 6.65343 3.53653 7.35646 3.56076L7.48079 3.56502C7.87705 3.57841 7.99178 3.58 8.0945 3.56681C8.35088 3.53387 8.59386 3.43323 8.79843 3.27523C8.8804 3.21192 8.9604 3.12967 9.23113 2.84L9.31604 2.74907C9.79602 2.23483 10.1543 1.85099 10.5603 1.62445ZM14.4203 9.45452C14.3134 9.3817 14.3868 9.07743 14.4117 8.97656C14.4992 8.62244 15.0328 8.73503 15.0668 9.0591C15.0849 9.2313 14.5763 9.56084 14.4203 9.45452ZM12.9555 8.61686C12.826 9.14082 12.8543 9.69236 13.0566 10.2169C12.7278 10.3986 12.3954 10.5894 12.0671 10.7875C11.8022 10.9473 11.6626 11.2534 11.7156 11.5582C11.7686 11.863 12.0034 12.1039 12.3067 12.1649L13.6258 12.4302C13.3701 12.5329 13.1241 12.6455 12.895 12.7685C12.2349 13.1233 11.5848 13.6363 11.3497 14.3765C11.111 14.1081 10.988 13.8071 10.9344 13.1926C10.8912 12.6968 10.9011 12.1044 10.9145 11.2991V11.2991C10.9226 10.8176 10.9319 10.2601 10.9319 9.60152C10.9319 9.18731 10.5961 8.85152 10.1819 8.85152C9.76769 8.85152 9.4319 9.18731 9.4319 9.60152C9.4319 10.1659 9.42361 10.683 9.41605 11.1542C9.4064 11.7558 9.39795 12.2826 9.40948 12.7379C9.41628 13.0063 9.40442 13.0234 9.23124 13.1756C9.01712 13.3637 8.77052 13.5284 8.52996 13.6115C8.13974 13.7463 7.84056 13.5873 7.60122 13.2664C7.35356 12.9344 6.88364 12.866 6.55162 13.1137C6.2196 13.3613 6.15121 13.8312 6.39887 14.1633C6.75174 14.6363 7.18016 14.9516 7.6694 15.0894C8.15323 15.2258 8.62042 15.1672 9.01964 15.0293C9.28419 14.9379 9.53251 14.8074 9.75879 14.6576C9.86029 14.8783 9.99059 15.0888 10.1579 15.2907C10.6061 15.8318 11.2652 16.2415 12.1177 16.6701C12.4323 16.8283 12.8146 16.7463 13.0366 16.4729C13.2587 16.1996 13.2607 15.8086 13.0414 15.5331C12.7007 15.1048 12.7513 14.8944 12.7931 14.7927C12.8681 14.6104 13.1042 14.359 13.6051 14.0898C14.5837 13.5639 16.0671 13.2354 17.1067 13.0861C17.4681 13.0342 17.7396 12.7296 17.7498 12.3646C17.7599 11.9997 17.5058 11.6804 17.1479 11.6084L14.5951 11.0951C14.9489 10.9118 15.2908 10.742 15.6095 10.5888C16.3185 10.2479 16.6275 9.55768 16.5586 8.90229C16.4915 8.26386 16.0714 7.66217 15.388 7.39733C14.9074 7.2111 14.3726 7.18572 13.8945 7.41241C13.4067 7.64369 13.0866 8.08619 12.9555 8.61686Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-muslim{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.34289 7.04652C7.2761 6.70419 7.24635 6.36394 7.25058 6.02983C7.2502 6.01993 7.25 6.00999 7.25 6C7.25 5.9786 7.2509 5.95741 7.25265 5.93646C7.33289 3.4051 9.36159 1.25 12 1.25C14.6384 1.25 16.6671 3.4051 16.7473 5.93647C16.7491 5.95741 16.75 5.9786 16.75 6C16.75 6.00999 16.7498 6.01993 16.7494 6.02982C16.7537 6.36394 16.7239 6.70419 16.6571 7.04652L16.2366 9.20188C15.8366 11.252 14.0732 12.75 12 12.75C9.92685 12.75 8.16339 11.252 7.7634 9.20188L7.34289 7.04652ZM8.81513 6.75929L8.81333 6.75H15.1867L15.1849 6.75928L14.7644 8.91464C14.4969 10.2855 13.3302 11.25 12 11.25C10.6698 11.25 9.5031 10.2855 9.23564 8.91464L8.81513 6.75929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0546 14.497C19.052 14.9035 19.8282 15.3779 20.4305 16.1056C21.7301 17.6756 21.7393 19.8041 21.7477 21.7533C21.7501 22.3029 21.3059 22.75 20.7563 22.75H3.24139C2.69184 22.75 2.24764 22.3029 2.25001 21.7533C2.25841 19.8041 2.26758 17.6756 3.5672 16.1056C4.1695 15.3779 4.94571 14.9035 5.94313 14.497C6.86743 14.1203 7.8252 13.8207 8.79072 13.5512C9.23512 13.4271 9.24894 13.2793 9.24916 12.8349L9.24918 11.4998C9.24918 11.0855 9.58496 10.7498 9.99918 10.7498C10.4134 10.7498 10.7492 11.0855 10.7492 11.4998V12.7816C10.7492 13.2973 10.7551 13.5473 10.8229 13.776C10.8556 13.8861 10.9087 14.0082 11.0122 14.1604C11.1402 14.3487 11.2043 14.4429 11.2264 14.5147C11.2485 14.5866 11.2485 14.6708 11.2485 14.8392V17.9947C11.2485 18.409 11.5843 18.7447 11.9985 18.7447C12.4127 18.7447 12.7485 18.409 12.7485 17.9947V14.8429C12.7485 14.676 12.7485 14.5926 12.7699 14.5217C12.7914 14.4509 12.8559 14.3541 12.9848 14.1605C13.0725 14.029 13.1439 13.8879 13.1874 13.7329C13.244 13.5151 13.2492 13.2651 13.2492 12.7816V11.4998C13.2492 11.0855 13.585 10.7498 13.9992 10.7498C14.4134 10.7498 14.7492 11.0855 14.7492 11.4998L14.7492 12.8349C14.7494 13.2694 14.7515 13.4284 15.1862 13.5587C15.3344 13.6032 15.4828 13.6471 15.6311 13.691C16.4473 13.9328 17.2636 14.1746 18.0546 14.497Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.34289 7.04652C7.2761 6.70419 7.24635 6.36394 7.25058 6.02983C7.2502 6.01993 7.25 6.00999 7.25 6C7.25 5.9786 7.2509 5.95741 7.25265 5.93646C7.33289 3.4051 9.36159 1.25 12 1.25C14.6384 1.25 16.6671 3.4051 16.7473 5.93647C16.7491 5.95741 16.75 5.9786 16.75 6C16.75 6.00999 16.7498 6.01993 16.7494 6.02982C16.7537 6.36394 16.7239 6.70419 16.6571 7.04652L16.2366 9.20188C15.8366 11.252 14.0732 12.75 12 12.75C9.92685 12.75 8.16339 11.252 7.7634 9.20188L7.34289 7.04652ZM8.81513 6.75929L8.81333 6.75H15.1867L15.1849 6.75928L14.7644 8.91464C14.4969 10.2855 13.3302 11.25 12 11.25C10.6698 11.25 9.5031 10.2855 9.23564 8.91464L8.81513 6.75929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0546 14.497C19.052 14.9035 19.8282 15.3779 20.4305 16.1056C21.7301 17.6756 21.7393 19.8041 21.7477 21.7533C21.7501 22.3029 21.3059 22.75 20.7563 22.75H3.24139C2.69184 22.75 2.24764 22.3029 2.25001 21.7533C2.25841 19.8041 2.26758 17.6756 3.5672 16.1056C4.1695 15.3779 4.94571 14.9035 5.94313 14.497C6.86743 14.1203 7.8252 13.8207 8.79072 13.5512C9.23512 13.4271 9.24894 13.2793 9.24916 12.8349L9.24918 11.4998C9.24918 11.0855 9.58496 10.7498 9.99918 10.7498C10.4134 10.7498 10.7492 11.0855 10.7492 11.4998V12.7816C10.7492 13.2973 10.7551 13.5473 10.8229 13.776C10.8556 13.8861 10.9087 14.0082 11.0122 14.1604C11.1402 14.3487 11.2043 14.4429 11.2264 14.5147C11.2485 14.5866 11.2485 14.6708 11.2485 14.8392V17.9947C11.2485 18.409 11.5843 18.7447 11.9985 18.7447C12.4127 18.7447 12.7485 18.409 12.7485 17.9947V14.8429C12.7485 14.676 12.7485 14.5926 12.7699 14.5217C12.7914 14.4509 12.8559 14.3541 12.9848 14.1605C13.0725 14.029 13.1439 13.8879 13.1874 13.7329C13.244 13.5151 13.2492 13.2651 13.2492 12.7816V11.4998C13.2492 11.0855 13.585 10.7498 13.9992 10.7498C14.4134 10.7498 14.7492 11.0855 14.7492 11.4998L14.7492 12.8349C14.7494 13.2694 14.7515 13.4284 15.1862 13.5587C15.3344 13.6032 15.4828 13.6471 15.6311 13.691C16.4473 13.9328 17.2636 14.1746 18.0546 14.497Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-niqab{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 1.25C8.41731 1.25 5.44794 4.0216 5.44794 7.51864C5.44794 9.49614 4.74062 13.1658 2.47566 15.9629L2.44681 15.9985C2.09784 16.4294 1.79351 16.8052 1.59121 17.1279C1.38428 17.458 1.18698 17.8786 1.26904 18.368C1.3441 18.8157 1.59759 19.1301 1.87698 19.3748C2.12711 19.5939 2.46633 19.8143 2.83235 20.052L2.872 20.0778C8.3557 23.6407 15.6446 23.6407 21.1283 20.0778L21.1679 20.0521C21.5339 19.8143 21.8731 19.594 22.1233 19.3748C22.4027 19.1301 22.6562 18.8157 22.7312 18.368C22.8133 17.8786 22.616 17.458 22.409 17.1279C22.2068 16.8052 21.9024 16.4294 21.5534 15.9985L21.5246 15.9629C19.2596 13.1658 18.5523 9.49614 18.5523 7.51864C18.5523 4.0216 15.5829 1.25 12.0001 1.25ZM12 4.25C9.93527 4.25 8.25001 5.9107 8.25001 7.97334L8.25001 14.9111L8.25001 14.9509C8.24989 15.4842 8.24973 16.1642 8.43949 16.7782C8.65176 17.4651 9.10155 18.0791 9.94981 18.4274C10.5138 18.6589 11.293 18.75 12 18.75C12.707 18.75 13.4862 18.6589 14.0502 18.4274C14.8985 18.0791 15.3483 17.4651 15.5605 16.7782C15.7503 16.1642 15.7501 15.4842 15.75 14.9509L15.75 14.9111V7.97334C15.75 5.9107 14.0648 4.25 12 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9996 5.75C10.8194 5.75 9.86066 6.64435 9.75856 7.77349C9.74861 7.8835 9.83911 7.97334 9.94957 7.97334H14.0496C14.16 7.97334 14.2505 7.8835 14.2406 7.77349C14.1385 6.64435 13.1797 5.75 11.9996 5.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.75 14.9111C9.75 15.5024 9.75731 15.9623 9.8726 16.3353C9.97012 16.6509 10.1376 16.883 10.5195 17.0398C10.8208 17.1635 11.3743 17.25 12 17.25C12.6257 17.25 13.1792 17.1635 13.4805 17.0398C13.8624 16.883 14.0299 16.6509 14.1274 16.3353C14.2427 15.9623 14.25 15.5024 14.25 14.9111V10.9C14.25 10.7114 14.25 10.6172 14.1914 10.5586C14.1328 10.5 14.0386 10.5 13.85 10.5H10.15C9.96144 10.5 9.86716 10.5 9.80858 10.5586C9.75 10.6172 9.75 10.7114 9.75 10.9V14.9111Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 1.25C8.41731 1.25 5.44794 4.0216 5.44794 7.51864C5.44794 9.49614 4.74062 13.1658 2.47566 15.9629L2.44681 15.9985C2.09784 16.4294 1.79351 16.8052 1.59121 17.1279C1.38428 17.458 1.18698 17.8786 1.26904 18.368C1.3441 18.8157 1.59759 19.1301 1.87698 19.3748C2.12711 19.5939 2.46633 19.8143 2.83235 20.052L2.872 20.0778C8.3557 23.6407 15.6446 23.6407 21.1283 20.0778L21.1679 20.0521C21.5339 19.8143 21.8731 19.594 22.1233 19.3748C22.4027 19.1301 22.6562 18.8157 22.7312 18.368C22.8133 17.8786 22.616 17.458 22.409 17.1279C22.2068 16.8052 21.9024 16.4294 21.5534 15.9985L21.5246 15.9629C19.2596 13.1658 18.5523 9.49614 18.5523 7.51864C18.5523 4.0216 15.5829 1.25 12.0001 1.25ZM12 4.25C9.93527 4.25 8.25001 5.9107 8.25001 7.97334L8.25001 14.9111L8.25001 14.9509C8.24989 15.4842 8.24973 16.1642 8.43949 16.7782C8.65176 17.4651 9.10155 18.0791 9.94981 18.4274C10.5138 18.6589 11.293 18.75 12 18.75C12.707 18.75 13.4862 18.6589 14.0502 18.4274C14.8985 18.0791 15.3483 17.4651 15.5605 16.7782C15.7503 16.1642 15.7501 15.4842 15.75 14.9509L15.75 14.9111V7.97334C15.75 5.9107 14.0648 4.25 12 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9996 5.75C10.8194 5.75 9.86066 6.64435 9.75856 7.77349C9.74861 7.8835 9.83911 7.97334 9.94957 7.97334H14.0496C14.16 7.97334 14.2505 7.8835 14.2406 7.77349C14.1385 6.64435 13.1797 5.75 11.9996 5.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.75 14.9111C9.75 15.5024 9.75731 15.9623 9.8726 16.3353C9.97012 16.6509 10.1376 16.883 10.5195 17.0398C10.8208 17.1635 11.3743 17.25 12 17.25C12.6257 17.25 13.1792 17.1635 13.4805 17.0398C13.8624 16.883 14.0299 16.6509 14.1274 16.3353C14.2427 15.9623 14.25 15.5024 14.25 14.9111V10.9C14.25 10.7114 14.25 10.6172 14.1914 10.5586C14.1328 10.5 14.0386 10.5 13.85 10.5H10.15C9.96144 10.5 9.86716 10.5 9.80858 10.5586C9.75 10.6172 9.75 10.7114 9.75 10.9V14.9111Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-prayer-rug-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 18.5L1.25 5.5C1.25 3.98122 2.48122 2.75 4 2.75H4.052C4.95048 2.74997 5.6997 2.74995 6.29448 2.82992C6.92227 2.91432 7.48907 3.09999 7.94454 3.55546C8.40001 4.01093 8.58568 4.57773 8.67009 5.20552C8.68532 5.31879 8.69765 5.43766 8.70762 5.5621C8.71483 5.65201 8.71844 5.69697 8.74717 5.72349C8.7759 5.75 8.82029 5.75 8.90908 5.75L16.052 5.75C16.9505 5.74997 17.6997 5.74995 18.2945 5.82991C18.9223 5.91432 19.4891 6.09999 19.9445 6.55546C20.4 7.01093 20.5857 7.57773 20.6701 8.20552C20.7501 8.80031 20.75 9.54953 20.75 10.448V16.552C20.75 17.4505 20.7501 18.1997 20.6701 18.7945C20.5857 19.4223 20.4 19.9891 19.9445 20.4445C19.4891 20.9 18.9223 21.0857 18.2945 21.1701C17.6997 21.2501 16.9505 21.25 16.052 21.25L4 21.25C2.48122 21.25 1.25 20.0188 1.25 18.5ZM4 4.25C3.30964 4.25 2.75 4.80965 2.75 5.5L2.75 15.723C2.75 15.8662 2.75 15.9378 2.79281 15.9677C2.83561 15.9975 2.90681 15.9713 3.04921 15.9188C3.34552 15.8096 3.6658 15.75 4 15.75C4.96401 15.75 5.61157 15.7484 6.09461 15.6835C6.55607 15.6214 6.75357 15.5142 6.88388 15.3839C7.0142 15.2536 7.12142 15.0561 7.18346 14.5946C7.24841 14.1116 7.25 13.464 7.25 12.5L7.25 7.5C7.25 6.53599 7.24841 5.88843 7.18346 5.4054C7.12142 4.94394 7.0142 4.74644 6.88388 4.61612C6.75357 4.4858 6.55607 4.37858 6.09461 4.31654C5.61157 4.2516 4.96401 4.25 4 4.25ZM16.8852 11.999L16.7869 11.878C16.3651 11.3576 15.8241 10.6902 15.1787 10.2559C14.8148 10.011 14.3873 9.81687 13.8956 9.76413C13.3974 9.71069 12.8867 9.80832 12.372 10.0659C12.1358 10.1841 11.9714 10.2663 11.8505 10.3231C11.7689 10.3614 11.7279 10.3779 11.7134 10.3837C11.7118 10.3844 11.7106 10.3849 11.7096 10.3853C11.6998 10.3865 11.6794 10.3886 11.6417 10.3902C11.5728 10.393 11.482 10.3931 11.331 10.3931H11C10.5858 10.3931 10.25 10.7289 10.25 11.1431C10.25 11.5573 10.5858 11.8931 11 11.8931H11.331L11.3893 11.8932C11.6188 11.8935 11.8495 11.8939 12.0597 11.8445C12.2071 11.8098 12.362 11.7401 12.4881 11.6808C12.6281 11.6151 12.8093 11.5244 13.0336 11.4121L13.0433 11.4073C13.33 11.2638 13.5538 11.2361 13.7357 11.2556C13.924 11.2758 14.1221 11.3529 14.3413 11.5004C14.7927 11.8041 15.1999 12.3046 15.6658 12.8771L15.6658 12.8771L15.7221 12.9462C15.9242 13.1945 16.0656 13.3686 16.1636 13.5C16.0656 13.6313 15.9242 13.8055 15.7221 14.0537L15.6658 14.1229C15.1999 14.6954 14.7927 15.1959 14.3413 15.4996C14.1221 15.6471 13.924 15.7243 13.7357 15.7445C13.5538 15.764 13.33 15.7362 13.0433 15.5928L13.0337 15.5879C12.8094 15.4757 12.6281 15.385 12.4881 15.3192C12.362 15.26 12.2071 15.1903 12.0597 15.1556C11.8495 15.1061 11.6188 15.1065 11.3893 15.1069L11.331 15.1069H11C10.5858 15.1069 10.25 15.4427 10.25 15.8569C10.25 16.2711 10.5858 16.6069 11 16.6069H11.331C11.482 16.6069 11.5728 16.6071 11.6417 16.6099C11.6793 16.6114 11.6998 16.6135 11.7096 16.6147C11.7105 16.6151 11.7118 16.6157 11.7134 16.6163C11.7279 16.6221 11.7688 16.6386 11.8504 16.6769C11.9714 16.7338 12.1358 16.8159 12.372 16.9342C12.8867 17.1917 13.3975 17.2894 13.8957 17.2359C14.3873 17.1832 14.8148 16.989 15.1787 16.7441C15.8242 16.3098 16.3651 15.6424 16.7869 15.122L16.8852 15.0009L16.9025 14.9797C17.1199 14.7128 17.3073 14.4826 17.4382 14.2976C17.5062 14.2014 17.5764 14.0935 17.6314 13.9801C17.6836 13.8724 17.75 13.7041 17.75 13.5C17.75 13.2958 17.6836 13.1275 17.6313 13.0198C17.5764 12.9064 17.5062 12.7985 17.4382 12.7023C17.3073 12.5173 17.1198 12.2872 16.9025 12.0203L16.8852 11.999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 15.5C22.75 15.9142 22.4142 16.25 22 16.25H20C19.5858 16.25 19.25 15.9142 19.25 15.5C19.25 15.0858 19.5858 14.75 20 14.75H22C22.4142 14.75 22.75 15.0858 22.75 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 19.5C22.75 19.9142 22.4142 20.25 22 20.25H20C19.5858 20.25 19.25 19.9142 19.25 19.5C19.25 19.0858 19.5858 18.75 20 18.75H22C22.4142 18.75 22.75 19.0858 22.75 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 11.5C22.75 11.9142 22.4142 12.25 22 12.25H20C19.5858 12.25 19.25 11.9142 19.25 11.5C19.25 11.0858 19.5858 10.75 20 10.75H22C22.4142 10.75 22.75 11.0858 22.75 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 7.5C22.75 7.91421 22.4142 8.25 22 8.25L20 8.25C19.5858 8.25 19.25 7.91421 19.25 7.5C19.25 7.08579 19.5858 6.75 20 6.75L22 6.75C22.4142 6.75 22.75 7.08579 22.75 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 18.5L1.25 5.5C1.25 3.98122 2.48122 2.75 4 2.75H4.052C4.95048 2.74997 5.6997 2.74995 6.29448 2.82992C6.92227 2.91432 7.48907 3.09999 7.94454 3.55546C8.40001 4.01093 8.58568 4.57773 8.67009 5.20552C8.68532 5.31879 8.69765 5.43766 8.70762 5.5621C8.71483 5.65201 8.71844 5.69697 8.74717 5.72349C8.7759 5.75 8.82029 5.75 8.90908 5.75L16.052 5.75C16.9505 5.74997 17.6997 5.74995 18.2945 5.82991C18.9223 5.91432 19.4891 6.09999 19.9445 6.55546C20.4 7.01093 20.5857 7.57773 20.6701 8.20552C20.7501 8.80031 20.75 9.54953 20.75 10.448V16.552C20.75 17.4505 20.7501 18.1997 20.6701 18.7945C20.5857 19.4223 20.4 19.9891 19.9445 20.4445C19.4891 20.9 18.9223 21.0857 18.2945 21.1701C17.6997 21.2501 16.9505 21.25 16.052 21.25L4 21.25C2.48122 21.25 1.25 20.0188 1.25 18.5ZM4 4.25C3.30964 4.25 2.75 4.80965 2.75 5.5L2.75 15.723C2.75 15.8662 2.75 15.9378 2.79281 15.9677C2.83561 15.9975 2.90681 15.9713 3.04921 15.9188C3.34552 15.8096 3.6658 15.75 4 15.75C4.96401 15.75 5.61157 15.7484 6.09461 15.6835C6.55607 15.6214 6.75357 15.5142 6.88388 15.3839C7.0142 15.2536 7.12142 15.0561 7.18346 14.5946C7.24841 14.1116 7.25 13.464 7.25 12.5L7.25 7.5C7.25 6.53599 7.24841 5.88843 7.18346 5.4054C7.12142 4.94394 7.0142 4.74644 6.88388 4.61612C6.75357 4.4858 6.55607 4.37858 6.09461 4.31654C5.61157 4.2516 4.96401 4.25 4 4.25ZM16.8852 11.999L16.7869 11.878C16.3651 11.3576 15.8241 10.6902 15.1787 10.2559C14.8148 10.011 14.3873 9.81687 13.8956 9.76413C13.3974 9.71069 12.8867 9.80832 12.372 10.0659C12.1358 10.1841 11.9714 10.2663 11.8505 10.3231C11.7689 10.3614 11.7279 10.3779 11.7134 10.3837C11.7118 10.3844 11.7106 10.3849 11.7096 10.3853C11.6998 10.3865 11.6794 10.3886 11.6417 10.3902C11.5728 10.393 11.482 10.3931 11.331 10.3931H11C10.5858 10.3931 10.25 10.7289 10.25 11.1431C10.25 11.5573 10.5858 11.8931 11 11.8931H11.331L11.3893 11.8932C11.6188 11.8935 11.8495 11.8939 12.0597 11.8445C12.2071 11.8098 12.362 11.7401 12.4881 11.6808C12.6281 11.6151 12.8093 11.5244 13.0336 11.4121L13.0433 11.4073C13.33 11.2638 13.5538 11.2361 13.7357 11.2556C13.924 11.2758 14.1221 11.3529 14.3413 11.5004C14.7927 11.8041 15.1999 12.3046 15.6658 12.8771L15.6658 12.8771L15.7221 12.9462C15.9242 13.1945 16.0656 13.3686 16.1636 13.5C16.0656 13.6313 15.9242 13.8055 15.7221 14.0537L15.6658 14.1229C15.1999 14.6954 14.7927 15.1959 14.3413 15.4996C14.1221 15.6471 13.924 15.7243 13.7357 15.7445C13.5538 15.764 13.33 15.7362 13.0433 15.5928L13.0337 15.5879C12.8094 15.4757 12.6281 15.385 12.4881 15.3192C12.362 15.26 12.2071 15.1903 12.0597 15.1556C11.8495 15.1061 11.6188 15.1065 11.3893 15.1069L11.331 15.1069H11C10.5858 15.1069 10.25 15.4427 10.25 15.8569C10.25 16.2711 10.5858 16.6069 11 16.6069H11.331C11.482 16.6069 11.5728 16.6071 11.6417 16.6099C11.6793 16.6114 11.6998 16.6135 11.7096 16.6147C11.7105 16.6151 11.7118 16.6157 11.7134 16.6163C11.7279 16.6221 11.7688 16.6386 11.8504 16.6769C11.9714 16.7338 12.1358 16.8159 12.372 16.9342C12.8867 17.1917 13.3975 17.2894 13.8957 17.2359C14.3873 17.1832 14.8148 16.989 15.1787 16.7441C15.8242 16.3098 16.3651 15.6424 16.7869 15.122L16.8852 15.0009L16.9025 14.9797C17.1199 14.7128 17.3073 14.4826 17.4382 14.2976C17.5062 14.2014 17.5764 14.0935 17.6314 13.9801C17.6836 13.8724 17.75 13.7041 17.75 13.5C17.75 13.2958 17.6836 13.1275 17.6313 13.0198C17.5764 12.9064 17.5062 12.7985 17.4382 12.7023C17.3073 12.5173 17.1198 12.2872 16.9025 12.0203L16.8852 11.999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 15.5C22.75 15.9142 22.4142 16.25 22 16.25H20C19.5858 16.25 19.25 15.9142 19.25 15.5C19.25 15.0858 19.5858 14.75 20 14.75H22C22.4142 14.75 22.75 15.0858 22.75 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 19.5C22.75 19.9142 22.4142 20.25 22 20.25H20C19.5858 20.25 19.25 19.9142 19.25 19.5C19.25 19.0858 19.5858 18.75 20 18.75H22C22.4142 18.75 22.75 19.0858 22.75 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 11.5C22.75 11.9142 22.4142 12.25 22 12.25H20C19.5858 12.25 19.25 11.9142 19.25 11.5C19.25 11.0858 19.5858 10.75 20 10.75H22C22.4142 10.75 22.75 11.0858 22.75 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 7.5C22.75 7.91421 22.4142 8.25 22 8.25L20 8.25C19.5858 8.25 19.25 7.91421 19.25 7.5C19.25 7.08579 19.5858 6.75 20 6.75L22 6.75C22.4142 6.75 22.75 7.08579 22.75 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-prayer-rug-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.00001 3.25L7.95063 3.24999H7.95058C7.28574 3.24996 6.71289 3.24993 6.25416 3.3116C5.76252 3.3777 5.29126 3.52676 4.90901 3.90901C4.52677 4.29125 4.37771 4.76252 4.31161 5.25415C4.24994 5.71288 4.24997 6.2857 4.25 6.95053V6.95057V6.95062L4.25001 7L4.25 17.0494V17.0494V17.0495C4.24997 17.7143 4.24994 18.2871 4.31161 18.7458C4.37771 19.2375 4.52677 19.7087 4.90902 20.091C5.29126 20.4732 5.76252 20.6223 6.25416 20.6884C6.71291 20.7501 7.28577 20.75 7.95064 20.75H16.0494C16.7142 20.75 17.2871 20.7501 17.7458 20.6884C18.2375 20.6223 18.7087 20.4732 19.091 20.091C19.4732 19.7087 19.6223 19.2375 19.6884 18.7458C19.7501 18.2871 19.75 17.7142 19.75 17.0494V17.0494V17.0494V6.95063V6.95062V6.95061C19.75 6.28575 19.7501 5.71289 19.6884 5.25415C19.6223 4.76252 19.4732 4.29125 19.091 3.90901C18.7087 3.52676 18.2375 3.3777 17.7458 3.3116C17.2871 3.24993 16.7143 3.24996 16.0494 3.24999H16.0494L8.00001 3.25ZM10.6674 7.25394C9.26785 8.15621 7.71327 9.15843 8.95108 11.2522C9.18514 11.6481 9.30217 11.8461 9.34108 11.9876C9.37999 12.1292 9.37999 12.2945 9.37999 12.6252V16.3753C9.37999 16.9055 9.37999 17.1706 9.55084 17.3353C9.7217 17.5 9.99668 17.5 10.5467 17.5H13.453C14.0028 17.5 14.2777 17.5 14.4485 17.3354C14.6193 17.1708 14.6195 16.9058 14.6197 16.3758L14.6213 12.6241V12.6241C14.6215 12.294 14.6216 12.1289 14.6604 11.9875C14.6993 11.8462 14.8161 11.6484 15.0497 11.2529C16.2865 9.15899 14.7309 8.15662 13.3306 7.25434C13.2226 7.18475 13.1156 7.11575 13.0108 7.04689C12.4558 6.68229 12.1783 6.49998 11.9984 6.5C11.8185 6.50002 11.5411 6.68235 10.9863 7.04703C10.8818 7.11571 10.7751 7.18453 10.6674 7.25394Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1.25C6.41421 1.25 6.75 1.58579 6.75 2V4C6.75 4.41421 6.41421 4.75 6 4.75C5.58579 4.75 5.25 4.41421 5.25 4V2C5.25 1.58579 5.58579 1.25 6 1.25ZM10 1.25C10.4142 1.25 10.75 1.58579 10.75 2V4C10.75 4.41421 10.4142 4.75 10 4.75C9.58579 4.75 9.25 4.41421 9.25 4V2C9.25 1.58579 9.58579 1.25 10 1.25ZM14 1.25C14.4142 1.25 14.75 1.58579 14.75 2V4C14.75 4.41421 14.4142 4.75 14 4.75C13.5858 4.75 13.25 4.41421 13.25 4V2C13.25 1.58579 13.5858 1.25 14 1.25ZM18 1.25C18.4142 1.25 18.75 1.58579 18.75 2V4C18.75 4.41421 18.4142 4.75 18 4.75C17.5858 4.75 17.25 4.41421 17.25 4V2C17.25 1.58579 17.5858 1.25 18 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 19.25C6.41421 19.25 6.75 19.5858 6.75 20V22C6.75 22.4142 6.41421 22.75 6 22.75C5.58579 22.75 5.25 22.4142 5.25 22V20C5.25 19.5858 5.58579 19.25 6 19.25ZM10 19.25C10.4142 19.25 10.75 19.5858 10.75 20V22C10.75 22.4142 10.4142 22.75 10 22.75C9.58579 22.75 9.25 22.4142 9.25 22V20C9.25 19.5858 9.58579 19.25 10 19.25ZM14 19.25C14.4142 19.25 14.75 19.5858 14.75 20V22C14.75 22.4142 14.4142 22.75 14 22.75C13.5858 22.75 13.25 22.4142 13.25 22V20C13.25 19.5858 13.5858 19.25 14 19.25ZM18 19.25C18.4142 19.25 18.75 19.5858 18.75 20V22C18.75 22.4142 18.4142 22.75 18 22.75C17.5858 22.75 17.25 22.4142 17.25 22V20C17.25 19.5858 17.5858 19.25 18 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.00001 3.25L7.95063 3.24999H7.95058C7.28574 3.24996 6.71289 3.24993 6.25416 3.3116C5.76252 3.3777 5.29126 3.52676 4.90901 3.90901C4.52677 4.29125 4.37771 4.76252 4.31161 5.25415C4.24994 5.71288 4.24997 6.2857 4.25 6.95053V6.95057V6.95062L4.25001 7L4.25 17.0494V17.0494V17.0495C4.24997 17.7143 4.24994 18.2871 4.31161 18.7458C4.37771 19.2375 4.52677 19.7087 4.90902 20.091C5.29126 20.4732 5.76252 20.6223 6.25416 20.6884C6.71291 20.7501 7.28577 20.75 7.95064 20.75H16.0494C16.7142 20.75 17.2871 20.7501 17.7458 20.6884C18.2375 20.6223 18.7087 20.4732 19.091 20.091C19.4732 19.7087 19.6223 19.2375 19.6884 18.7458C19.7501 18.2871 19.75 17.7142 19.75 17.0494V17.0494V17.0494V6.95063V6.95062V6.95061C19.75 6.28575 19.7501 5.71289 19.6884 5.25415C19.6223 4.76252 19.4732 4.29125 19.091 3.90901C18.7087 3.52676 18.2375 3.3777 17.7458 3.3116C17.2871 3.24993 16.7143 3.24996 16.0494 3.24999H16.0494L8.00001 3.25ZM10.6674 7.25394C9.26785 8.15621 7.71327 9.15843 8.95108 11.2522C9.18514 11.6481 9.30217 11.8461 9.34108 11.9876C9.37999 12.1292 9.37999 12.2945 9.37999 12.6252V16.3753C9.37999 16.9055 9.37999 17.1706 9.55084 17.3353C9.7217 17.5 9.99668 17.5 10.5467 17.5H13.453C14.0028 17.5 14.2777 17.5 14.4485 17.3354C14.6193 17.1708 14.6195 16.9058 14.6197 16.3758L14.6213 12.6241V12.6241C14.6215 12.294 14.6216 12.1289 14.6604 11.9875C14.6993 11.8462 14.8161 11.6484 15.0497 11.2529C16.2865 9.15899 14.7309 8.15662 13.3306 7.25434C13.2226 7.18475 13.1156 7.11575 13.0108 7.04689C12.4558 6.68229 12.1783 6.49998 11.9984 6.5C11.8185 6.50002 11.5411 6.68235 10.9863 7.04703C10.8818 7.11571 10.7751 7.18453 10.6674 7.25394Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1.25C6.41421 1.25 6.75 1.58579 6.75 2V4C6.75 4.41421 6.41421 4.75 6 4.75C5.58579 4.75 5.25 4.41421 5.25 4V2C5.25 1.58579 5.58579 1.25 6 1.25ZM10 1.25C10.4142 1.25 10.75 1.58579 10.75 2V4C10.75 4.41421 10.4142 4.75 10 4.75C9.58579 4.75 9.25 4.41421 9.25 4V2C9.25 1.58579 9.58579 1.25 10 1.25ZM14 1.25C14.4142 1.25 14.75 1.58579 14.75 2V4C14.75 4.41421 14.4142 4.75 14 4.75C13.5858 4.75 13.25 4.41421 13.25 4V2C13.25 1.58579 13.5858 1.25 14 1.25ZM18 1.25C18.4142 1.25 18.75 1.58579 18.75 2V4C18.75 4.41421 18.4142 4.75 18 4.75C17.5858 4.75 17.25 4.41421 17.25 4V2C17.25 1.58579 17.5858 1.25 18 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 19.25C6.41421 19.25 6.75 19.5858 6.75 20V22C6.75 22.4142 6.41421 22.75 6 22.75C5.58579 22.75 5.25 22.4142 5.25 22V20C5.25 19.5858 5.58579 19.25 6 19.25ZM10 19.25C10.4142 19.25 10.75 19.5858 10.75 20V22C10.75 22.4142 10.4142 22.75 10 22.75C9.58579 22.75 9.25 22.4142 9.25 22V20C9.25 19.5858 9.58579 19.25 10 19.25ZM14 19.25C14.4142 19.25 14.75 19.5858 14.75 20V22C14.75 22.4142 14.4142 22.75 14 22.75C13.5858 22.75 13.25 22.4142 13.25 22V20C13.25 19.5858 13.5858 19.25 14 19.25ZM18 19.25C18.4142 19.25 18.75 19.5858 18.75 20V22C18.75 22.4142 18.4142 22.75 18 22.75C17.5858 22.75 17.25 22.4142 17.25 22V20C17.25 19.5858 17.5858 19.25 18 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-quran-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.33854 4.2452C7.09596 3.99606 6.87069 3.76468 6.67414 3.6038C6.49137 3.45419 6.15208 3.20668 5.70583 3.25652C5.28396 3.30364 5.016 3.5794 4.86265 3.76644C4.71169 3.95056 4.55351 4.201 4.3899 4.46003L3.69195 5.56461C3.58035 5.7411 3.46208 5.92814 3.3821 6.09963C3.14299 6.61226 3.23099 7.16179 3.62569 7.569C3.75705 7.70451 3.9295 7.84087 4.08971 7.96755L10.3345 12.9091C10.8208 13.294 11.3431 13.7501 12 13.7501C12.6569 13.7501 13.1792 13.294 13.6655 12.9091L19.9103 7.96755C20.0705 7.84087 20.243 7.70451 20.3743 7.56899C20.769 7.16179 20.857 6.61226 20.6179 6.09963C20.5379 5.92816 20.4197 5.74115 20.3081 5.56468L19.6101 4.46005C19.4465 4.20101 19.2883 3.95056 19.1374 3.76644C18.984 3.5794 18.716 3.30364 18.2942 3.25652C17.8479 3.20668 17.5086 3.45419 17.3259 3.6038C17.1293 3.76468 16.904 3.99606 16.6615 4.2452C15.9457 4.98029 15.0324 5.43425 14.1798 5.98202C13.5943 6.35814 12.9052 7.10618 12.3727 7.9122C12.1973 8.17779 12.1095 8.31059 12.0028 8.31146C11.8961 8.31233 11.8073 8.18257 11.6297 7.92305C11.0725 7.10891 10.4092 6.36039 9.82022 5.98202C8.96761 5.43425 8.05428 4.98029 7.33854 4.2452Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.20006 8.65006C1.53143 8.20823 2.15823 8.11869 2.60006 8.45006L12.0001 15.5001L21.4001 8.45006C21.8419 8.11869 22.4687 8.20823 22.8001 8.65006C23.1314 9.09189 23.0419 9.71869 22.6001 10.0501L13.6667 16.7501L17.0001 19.2501V16.5544C17.0001 16.0021 17.4478 15.5544 18.0001 15.5544C18.5523 15.5544 19.0001 16.0021 19.0001 16.5544V21.2501C19.0001 21.6288 18.7861 21.9751 18.4473 22.1445C18.1085 22.3139 17.7031 22.2773 17.4001 22.0501L12.0001 18.0001L6.60006 22.0501C6.29704 22.2773 5.89163 22.3139 5.55285 22.1445C5.21406 21.9751 5.00006 21.6288 5.00006 21.2501V16.5544C5.00006 16.0021 5.44777 15.5544 6.00006 15.5544C6.55234 15.5544 7.00006 16.0021 7.00006 16.5544V19.2501L10.3334 16.7501L1.40006 10.0501C0.958231 9.71869 0.868688 9.09189 1.20006 8.65006Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.33854 4.2452C7.09596 3.99606 6.87069 3.76468 6.67414 3.6038C6.49137 3.45419 6.15208 3.20668 5.70583 3.25652C5.28396 3.30364 5.016 3.5794 4.86265 3.76644C4.71169 3.95056 4.55351 4.201 4.3899 4.46003L3.69195 5.56461C3.58035 5.7411 3.46208 5.92814 3.3821 6.09963C3.14299 6.61226 3.23099 7.16179 3.62569 7.569C3.75705 7.70451 3.9295 7.84087 4.08971 7.96755L10.3345 12.9091C10.8208 13.294 11.3431 13.7501 12 13.7501C12.6569 13.7501 13.1792 13.294 13.6655 12.9091L19.9103 7.96755C20.0705 7.84087 20.243 7.70451 20.3743 7.56899C20.769 7.16179 20.857 6.61226 20.6179 6.09963C20.5379 5.92816 20.4197 5.74115 20.3081 5.56468L19.6101 4.46005C19.4465 4.20101 19.2883 3.95056 19.1374 3.76644C18.984 3.5794 18.716 3.30364 18.2942 3.25652C17.8479 3.20668 17.5086 3.45419 17.3259 3.6038C17.1293 3.76468 16.904 3.99606 16.6615 4.2452C15.9457 4.98029 15.0324 5.43425 14.1798 5.98202C13.5943 6.35814 12.9052 7.10618 12.3727 7.9122C12.1973 8.17779 12.1095 8.31059 12.0028 8.31146C11.8961 8.31233 11.8073 8.18257 11.6297 7.92305C11.0725 7.10891 10.4092 6.36039 9.82022 5.98202C8.96761 5.43425 8.05428 4.98029 7.33854 4.2452Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.20006 8.65006C1.53143 8.20823 2.15823 8.11869 2.60006 8.45006L12.0001 15.5001L21.4001 8.45006C21.8419 8.11869 22.4687 8.20823 22.8001 8.65006C23.1314 9.09189 23.0419 9.71869 22.6001 10.0501L13.6667 16.7501L17.0001 19.2501V16.5544C17.0001 16.0021 17.4478 15.5544 18.0001 15.5544C18.5523 15.5544 19.0001 16.0021 19.0001 16.5544V21.2501C19.0001 21.6288 18.7861 21.9751 18.4473 22.1445C18.1085 22.3139 17.7031 22.2773 17.4001 22.0501L12.0001 18.0001L6.60006 22.0501C6.29704 22.2773 5.89163 22.3139 5.55285 22.1445C5.21406 21.9751 5.00006 21.6288 5.00006 21.2501V16.5544C5.00006 16.0021 5.44777 15.5544 6.00006 15.5544C6.55234 15.5544 7.00006 16.0021 7.00006 16.5544V19.2501L10.3334 16.7501L1.40006 10.0501C0.958231 9.71869 0.868688 9.09189 1.20006 8.65006Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-quran-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.75 19.5C16.75 17.567 18.317 16 20.25 16C20.8023 16 21.25 16.4477 21.25 17C21.25 17.5523 20.8023 18 20.25 18C19.4216 18 18.75 18.6716 18.75 19.5C18.75 20.3284 19.4216 21 20.25 21C20.8023 21 21.25 21.4477 21.25 22C21.25 22.5523 20.8023 23 20.25 23C18.317 23 16.75 21.433 16.75 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 19.5C2.75 17.567 4.317 16 6.25 16H20.25C20.8023 16 21.25 16.4477 21.25 17C21.25 17.5523 20.8023 18 20.25 18H6.25C5.42157 18 4.75 18.6716 4.75 19.5C4.75 20.3284 5.42157 21 6.25 21H20.25C20.8023 21 21.25 21.4477 21.25 22C21.25 22.5523 20.8023 23 20.25 23H6.25C4.317 23 2.75 21.433 2.75 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 19.5L2.75 5.5C2.75 3.15279 4.65279 1.25 7 1.25H17C19.3472 1.25 21.25 3.15279 21.25 5.5L21.25 17C21.25 17.4142 20.9142 17.75 20.5 17.75L6 17.75C5.0335 17.75 4.25 18.5335 4.25 19.5C4.25 19.9142 3.91421 20.25 3.5 20.25C3.08579 20.25 2.75 19.9142 2.75 19.5ZM13.2602 6.11398C13.3255 6.1793 13.4141 6.216 13.5065 6.216H14.9376C15.13 6.216 15.286 6.37195 15.286 6.56432V7.99544C15.286 8.08782 15.3227 8.17642 15.388 8.24174L16.3999 9.2537C16.536 9.38973 16.536 9.61027 16.3999 9.7463L15.388 10.7583C15.3227 10.8236 15.286 10.9122 15.286 11.0046V12.4357C15.286 12.6281 15.13 12.784 14.9376 12.784L13.5065 12.784C13.4141 12.784 13.3255 12.8207 13.2602 12.886L12.2483 13.898C12.1122 14.034 11.8917 14.034 11.7557 13.898L10.7437 12.886C10.6784 12.8207 10.5898 12.784 10.4974 12.784H9.06627C8.8739 12.784 8.71795 12.6281 8.71795 12.4357V11.0046C8.71795 10.9122 8.68125 10.8236 8.61593 10.7583L7.60397 9.7463C7.46795 9.61027 7.46795 9.38973 7.60397 9.2537L8.61593 8.24174C8.68125 8.17642 8.71795 8.08782 8.71795 7.99544V6.56432C8.71795 6.37195 8.8739 6.216 9.06627 6.216L10.4974 6.216C10.5898 6.216 10.6784 6.1793 10.7437 6.11398L11.7557 5.10202C11.8917 4.96599 12.1122 4.96599 12.2483 5.10202L13.2602 6.11398Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.75 19.5C16.75 17.567 18.317 16 20.25 16C20.8023 16 21.25 16.4477 21.25 17C21.25 17.5523 20.8023 18 20.25 18C19.4216 18 18.75 18.6716 18.75 19.5C18.75 20.3284 19.4216 21 20.25 21C20.8023 21 21.25 21.4477 21.25 22C21.25 22.5523 20.8023 23 20.25 23C18.317 23 16.75 21.433 16.75 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 19.5C2.75 17.567 4.317 16 6.25 16H20.25C20.8023 16 21.25 16.4477 21.25 17C21.25 17.5523 20.8023 18 20.25 18H6.25C5.42157 18 4.75 18.6716 4.75 19.5C4.75 20.3284 5.42157 21 6.25 21H20.25C20.8023 21 21.25 21.4477 21.25 22C21.25 22.5523 20.8023 23 20.25 23H6.25C4.317 23 2.75 21.433 2.75 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 19.5L2.75 5.5C2.75 3.15279 4.65279 1.25 7 1.25H17C19.3472 1.25 21.25 3.15279 21.25 5.5L21.25 17C21.25 17.4142 20.9142 17.75 20.5 17.75L6 17.75C5.0335 17.75 4.25 18.5335 4.25 19.5C4.25 19.9142 3.91421 20.25 3.5 20.25C3.08579 20.25 2.75 19.9142 2.75 19.5ZM13.2602 6.11398C13.3255 6.1793 13.4141 6.216 13.5065 6.216H14.9376C15.13 6.216 15.286 6.37195 15.286 6.56432V7.99544C15.286 8.08782 15.3227 8.17642 15.388 8.24174L16.3999 9.2537C16.536 9.38973 16.536 9.61027 16.3999 9.7463L15.388 10.7583C15.3227 10.8236 15.286 10.9122 15.286 11.0046V12.4357C15.286 12.6281 15.13 12.784 14.9376 12.784L13.5065 12.784C13.4141 12.784 13.3255 12.8207 13.2602 12.886L12.2483 13.898C12.1122 14.034 11.8917 14.034 11.7557 13.898L10.7437 12.886C10.6784 12.8207 10.5898 12.784 10.4974 12.784H9.06627C8.8739 12.784 8.71795 12.6281 8.71795 12.4357V11.0046C8.71795 10.9122 8.68125 10.8236 8.61593 10.7583L7.60397 9.7463C7.46795 9.61027 7.46795 9.38973 7.60397 9.2537L8.61593 8.24174C8.68125 8.17642 8.71795 8.08782 8.71795 7.99544V6.56432C8.71795 6.37195 8.8739 6.216 9.06627 6.216L10.4974 6.216C10.5898 6.216 10.6784 6.1793 10.7437 6.11398L11.7557 5.10202C11.8917 4.96599 12.1122 4.96599 12.2483 5.10202L13.2602 6.11398Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-quran-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.75 19.5C16.75 17.567 18.317 16 20.25 16C20.8023 16 21.25 16.4477 21.25 17C21.25 17.5523 20.8023 18 20.25 18C19.4216 18 18.75 18.6716 18.75 19.5C18.75 20.3284 19.4216 21 20.25 21C20.8023 21 21.25 21.4477 21.25 22C21.25 22.5523 20.8023 23 20.25 23C18.317 23 16.75 21.433 16.75 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 19.5C2.75 17.567 4.317 16 6.25 16H20.25C20.8023 16 21.25 16.4477 21.25 17C21.25 17.5523 20.8023 18 20.25 18H6.25C5.42157 18 4.75 18.6716 4.75 19.5C4.75 20.3284 5.42157 21 6.25 21H20.25C20.8023 21 21.25 21.4477 21.25 22C21.25 22.5523 20.8023 23 20.25 23H6.25C4.317 23 2.75 21.433 2.75 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 19.5L2.75 5.5C2.75 3.15279 4.65279 1.25 7 1.25H17C19.3472 1.25 21.25 3.15279 21.25 5.5L21.25 17C21.25 17.4142 20.9142 17.75 20.5 17.75L6 17.75C5.0335 17.75 4.25 18.5335 4.25 19.5C4.25 19.9142 3.91421 20.25 3.5 20.25C3.08579 20.25 2.75 19.9142 2.75 19.5ZM11.0154 7.42308C11.4885 7.13804 11.6409 6.5235 11.3558 6.05045C11.0708 5.5774 10.4563 5.42499 9.98322 5.71003C8.75719 6.44878 7.93359 7.79562 7.93359 9.33579C7.93359 11.6724 9.82777 13.5666 12.1644 13.5666C13.7045 13.5666 15.0514 12.743 15.7901 11.5169C16.0752 11.0439 15.9227 10.4293 15.4497 10.1443C14.9767 9.85926 14.3621 10.0117 14.0771 10.4847C13.6851 11.1352 12.9746 11.5666 12.1644 11.5666C10.9323 11.5666 9.93359 10.5678 9.93359 9.33579C9.93359 8.5255 10.365 7.81501 11.0154 7.42308ZM13.4998 7.0009C12.9476 7.0009 12.4998 7.44862 12.4998 8.0009C12.4998 8.55319 12.9476 9.0009 13.4998 9.0009H13.5088C14.0611 9.0009 14.5088 8.55319 14.5088 8.0009C14.5088 7.44862 14.0611 7.0009 13.5088 7.0009H13.4998Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.75 19.5C16.75 17.567 18.317 16 20.25 16C20.8023 16 21.25 16.4477 21.25 17C21.25 17.5523 20.8023 18 20.25 18C19.4216 18 18.75 18.6716 18.75 19.5C18.75 20.3284 19.4216 21 20.25 21C20.8023 21 21.25 21.4477 21.25 22C21.25 22.5523 20.8023 23 20.25 23C18.317 23 16.75 21.433 16.75 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 19.5C2.75 17.567 4.317 16 6.25 16H20.25C20.8023 16 21.25 16.4477 21.25 17C21.25 17.5523 20.8023 18 20.25 18H6.25C5.42157 18 4.75 18.6716 4.75 19.5C4.75 20.3284 5.42157 21 6.25 21H20.25C20.8023 21 21.25 21.4477 21.25 22C21.25 22.5523 20.8023 23 20.25 23H6.25C4.317 23 2.75 21.433 2.75 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 19.5L2.75 5.5C2.75 3.15279 4.65279 1.25 7 1.25H17C19.3472 1.25 21.25 3.15279 21.25 5.5L21.25 17C21.25 17.4142 20.9142 17.75 20.5 17.75L6 17.75C5.0335 17.75 4.25 18.5335 4.25 19.5C4.25 19.9142 3.91421 20.25 3.5 20.25C3.08579 20.25 2.75 19.9142 2.75 19.5ZM11.0154 7.42308C11.4885 7.13804 11.6409 6.5235 11.3558 6.05045C11.0708 5.5774 10.4563 5.42499 9.98322 5.71003C8.75719 6.44878 7.93359 7.79562 7.93359 9.33579C7.93359 11.6724 9.82777 13.5666 12.1644 13.5666C13.7045 13.5666 15.0514 12.743 15.7901 11.5169C16.0752 11.0439 15.9227 10.4293 15.4497 10.1443C14.9767 9.85926 14.3621 10.0117 14.0771 10.4847C13.6851 11.1352 12.9746 11.5666 12.1644 11.5666C10.9323 11.5666 9.93359 10.5678 9.93359 9.33579C9.93359 8.5255 10.365 7.81501 11.0154 7.42308ZM13.4998 7.0009C12.9476 7.0009 12.4998 7.44862 12.4998 8.0009C12.4998 8.55319 12.9476 9.0009 13.4998 9.0009H13.5088C14.0611 9.0009 14.5088 8.55319 14.5088 8.0009C14.5088 7.44862 14.0611 7.0009 13.5088 7.0009H13.4998Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-ramadan-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4982 1.75C18.1701 1.75 18.6201 2.25346 18.8629 2.74519L19.5587 4.14843L19.5645 4.15396C19.5693 4.15832 19.5749 4.16298 19.5811 4.16761C19.5874 4.17225 19.5935 4.17634 19.5992 4.17976L19.6075 4.18442L20.8626 4.39467C21.4028 4.48545 21.9905 4.77498 22.1893 5.39848C22.3877 6.02099 22.0775 6.59742 21.6899 6.98603L21.6889 6.98696L20.7132 7.97079C20.7098 7.97785 20.7053 7.98878 20.7014 8.00268C20.697 8.01815 20.6949 8.03139 20.6942 8.04014L20.9735 9.25789C21.0995 9.80931 21.1116 10.5753 20.5171 11.0123C19.9194 11.4516 19.1913 11.2048 18.7061 10.9159L17.5294 10.2135L17.5219 10.2125C17.5155 10.2117 17.5081 10.2113 17.5002 10.2113C17.4922 10.2113 17.4847 10.2117 17.4779 10.2125C17.4734 10.213 17.4697 10.2136 17.4668 10.2142L16.2915 10.9157C15.8046 11.2069 15.0783 11.4496 14.4815 11.0106C13.8883 10.5742 13.897 9.81064 14.024 9.25723L14.3031 8.04014C14.3024 8.03139 14.3003 8.01815 14.2959 8.00268C14.292 7.98877 14.2875 7.97785 14.2841 7.97079L13.3065 6.98514C12.9213 6.59671 12.6123 6.02107 12.8091 5.39983C13.0068 4.77573 13.5941 4.48552 14.1351 4.39461L15.3859 4.18508L15.393 4.18099C15.3987 4.17753 15.4049 4.17338 15.4113 4.16866C15.4176 4.16394 15.4233 4.15918 15.4282 4.15471L15.4345 4.14868L16.1308 2.74447L16.1315 2.74307C16.3762 2.25224 16.8273 1.75 17.4982 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.0764 2.06806C10.2612 2.3304 10.2587 2.68126 10.07 2.94088C9.12767 4.23795 8.57208 5.83304 8.57208 7.5601C8.57208 11.9054 12.0947 15.428 16.44 15.428C18.167 15.428 19.7621 14.8724 21.0592 13.93C21.3188 13.7414 21.6697 13.7389 21.932 13.9237C22.1943 14.1085 22.31 14.4398 22.2197 14.7477C20.949 19.0829 16.9429 22.25 12.1951 22.25C6.42643 22.25 1.75 17.5736 1.75 11.8049C1.75 7.05715 4.91711 3.05103 9.25231 1.78033C9.56026 1.69006 9.89152 1.80573 10.0764 2.06806Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4982 1.75C18.1701 1.75 18.6201 2.25346 18.8629 2.74519L19.5587 4.14843L19.5645 4.15396C19.5693 4.15832 19.5749 4.16298 19.5811 4.16761C19.5874 4.17225 19.5935 4.17634 19.5992 4.17976L19.6075 4.18442L20.8626 4.39467C21.4028 4.48545 21.9905 4.77498 22.1893 5.39848C22.3877 6.02099 22.0775 6.59742 21.6899 6.98603L21.6889 6.98696L20.7132 7.97079C20.7098 7.97785 20.7053 7.98878 20.7014 8.00268C20.697 8.01815 20.6949 8.03139 20.6942 8.04014L20.9735 9.25789C21.0995 9.80931 21.1116 10.5753 20.5171 11.0123C19.9194 11.4516 19.1913 11.2048 18.7061 10.9159L17.5294 10.2135L17.5219 10.2125C17.5155 10.2117 17.5081 10.2113 17.5002 10.2113C17.4922 10.2113 17.4847 10.2117 17.4779 10.2125C17.4734 10.213 17.4697 10.2136 17.4668 10.2142L16.2915 10.9157C15.8046 11.2069 15.0783 11.4496 14.4815 11.0106C13.8883 10.5742 13.897 9.81064 14.024 9.25723L14.3031 8.04014C14.3024 8.03139 14.3003 8.01815 14.2959 8.00268C14.292 7.98877 14.2875 7.97785 14.2841 7.97079L13.3065 6.98514C12.9213 6.59671 12.6123 6.02107 12.8091 5.39983C13.0068 4.77573 13.5941 4.48552 14.1351 4.39461L15.3859 4.18508L15.393 4.18099C15.3987 4.17753 15.4049 4.17338 15.4113 4.16866C15.4176 4.16394 15.4233 4.15918 15.4282 4.15471L15.4345 4.14868L16.1308 2.74447L16.1315 2.74307C16.3762 2.25224 16.8273 1.75 17.4982 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.0764 2.06806C10.2612 2.3304 10.2587 2.68126 10.07 2.94088C9.12767 4.23795 8.57208 5.83304 8.57208 7.5601C8.57208 11.9054 12.0947 15.428 16.44 15.428C18.167 15.428 19.7621 14.8724 21.0592 13.93C21.3188 13.7414 21.6697 13.7389 21.932 13.9237C22.1943 14.1085 22.31 14.4398 22.2197 14.7477C20.949 19.0829 16.9429 22.25 12.1951 22.25C6.42643 22.25 1.75 17.5736 1.75 11.8049C1.75 7.05715 4.91711 3.05103 9.25231 1.78033C9.56026 1.69006 9.89152 1.80573 10.0764 2.06806Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-ramadan-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.6254 1.5858C12.4865 1.37611 12.2517 1.25001 12.0002 1.25C11.7487 1.24998 11.5139 1.37606 11.375 1.58574C11.1925 1.86111 10.8872 2.16161 10.4519 2.49911C10.0209 2.83331 9.50444 3.1725 8.92925 3.53971C8.81493 3.61269 8.69829 3.68675 8.57983 3.76196L8.5798 3.76197C7.53301 4.42657 6.34491 5.18089 5.37594 6.07333C4.28771 7.07561 3.38252 8.33408 3.26327 9.96079C3.1591 11.3817 3.66463 12.9462 4.91332 14.7102C5.12304 15.0065 5.22791 15.1546 5.27496 15.3025C5.32202 15.4504 5.32205 15.6155 5.32212 15.9458L5.32256 18.0525C5.32272 18.9512 5.32286 19.6998 5.40187 20.2938C5.48514 20.9199 5.66801 21.4858 6.11823 21.9415C6.56972 22.3985 7.13249 22.5852 7.75522 22.6699C8.34386 22.7501 9.08485 22.75 9.97125 22.75H9.97126H14.0281H14.0281C14.9147 22.75 15.6558 22.7501 16.2446 22.6699C16.8674 22.5852 17.4302 22.3984 17.8818 21.9413C18.332 21.4855 18.5148 20.9194 18.5979 20.2933C18.6769 19.6991 18.6768 18.9505 18.6768 18.0516L18.6768 15.9463C18.6768 15.6158 18.6768 15.4505 18.7239 15.3026C18.771 15.1546 18.8759 15.0064 19.0859 14.7099C20.3349 12.9461 20.8408 11.3818 20.7369 9.96093C20.618 8.33414 19.7128 7.07562 18.6246 6.07333C17.6556 5.18089 16.4674 4.42658 15.4206 3.762C15.3021 3.68677 15.1854 3.6127 15.0711 3.5397C14.4959 3.17249 13.9793 2.83331 13.5484 2.49911C13.1131 2.16161 12.8078 1.86113 12.6254 1.5858ZM17.1354 19.8889C17.1288 19.9611 17.1212 20.03 17.1125 20.0958C17.051 20.5589 16.9444 20.7572 16.8161 20.8872C16.6889 21.0158 16.4968 21.122 16.0437 21.1836C15.5681 21.2484 14.9299 21.25 13.9771 21.25H10.0252C9.07259 21.25 8.43452 21.2484 7.95897 21.1836C7.50594 21.122 7.31386 21.0159 7.18674 20.8872C7.05836 20.7573 6.95182 20.5591 6.89024 20.0961V20.0961V20.0961C6.87409 19.9747 6.86602 19.914 6.87453 19.8487C6.88626 19.7586 6.92454 19.6694 6.98169 19.5987C7.02311 19.5476 7.084 19.5033 7.20579 19.4148L7.2058 19.4148C7.74709 19.0213 8.42718 18.4786 8.73342 18.2282C9.1943 17.8722 9.44972 17.7568 9.70017 17.7507C9.79248 17.7485 9.88483 17.7515 9.97679 17.7596C10.1935 17.7788 10.4132 17.8409 10.6757 17.9728L10.6757 17.9728L10.6757 17.9728C10.794 18.0323 10.8532 18.062 10.8577 18.118C10.8623 18.174 10.8065 18.2146 10.695 18.2956L10.5606 18.3933C10.2255 18.6368 10.1513 19.1059 10.3948 19.4409C10.6384 19.776 11.1074 19.8502 11.4425 19.6067C12.2632 19.0102 13.1291 18.3822 13.6034 18.1112C14.0623 17.8491 14.3693 17.7575 14.6579 17.7506C14.7396 17.7487 14.8213 17.7513 14.9026 17.7583C15.0913 17.7748 15.3212 17.8838 15.6843 18.2141C15.8654 18.4055 16.7582 19.3173 16.9712 19.5303C17.0683 19.6275 17.1478 19.752 17.1354 19.8889ZM10.9527 8.64251C11.3075 8.42873 11.4218 7.96782 11.2081 7.61303C10.9943 7.25825 10.5334 7.14394 10.1786 7.35772C9.02451 8.05311 8.24994 9.32041 8.24994 10.7693C8.24994 12.9679 10.0322 14.7501 12.2307 14.7501C13.6796 14.7501 14.9469 13.9755 15.6423 12.8215C15.8561 12.4667 15.7418 12.0058 15.387 11.792C15.0322 11.5782 14.5713 11.6925 14.3575 12.0473C13.9223 12.7697 13.1322 13.2501 12.2307 13.2501C10.8606 13.2501 9.74994 12.1394 9.74994 10.7693C9.74994 9.86782 10.2304 9.07778 10.9527 8.64251ZM13.9999 8C13.4477 8 12.9999 8.44771 12.9999 9C12.9999 9.55228 13.4477 10 13.9999 10H14.0089C14.5612 10 15.0089 9.55228 15.0089 9C15.0089 8.44771 14.5612 8 14.0089 8H13.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.6254 1.5858C12.4865 1.37611 12.2517 1.25001 12.0002 1.25C11.7487 1.24998 11.5139 1.37606 11.375 1.58574C11.1925 1.86111 10.8872 2.16161 10.4519 2.49911C10.0209 2.83331 9.50444 3.1725 8.92925 3.53971C8.81493 3.61269 8.69829 3.68675 8.57983 3.76196L8.5798 3.76197C7.53301 4.42657 6.34491 5.18089 5.37594 6.07333C4.28771 7.07561 3.38252 8.33408 3.26327 9.96079C3.1591 11.3817 3.66463 12.9462 4.91332 14.7102C5.12304 15.0065 5.22791 15.1546 5.27496 15.3025C5.32202 15.4504 5.32205 15.6155 5.32212 15.9458L5.32256 18.0525C5.32272 18.9512 5.32286 19.6998 5.40187 20.2938C5.48514 20.9199 5.66801 21.4858 6.11823 21.9415C6.56972 22.3985 7.13249 22.5852 7.75522 22.6699C8.34386 22.7501 9.08485 22.75 9.97125 22.75H9.97126H14.0281H14.0281C14.9147 22.75 15.6558 22.7501 16.2446 22.6699C16.8674 22.5852 17.4302 22.3984 17.8818 21.9413C18.332 21.4855 18.5148 20.9194 18.5979 20.2933C18.6769 19.6991 18.6768 18.9505 18.6768 18.0516L18.6768 15.9463C18.6768 15.6158 18.6768 15.4505 18.7239 15.3026C18.771 15.1546 18.8759 15.0064 19.0859 14.7099C20.3349 12.9461 20.8408 11.3818 20.7369 9.96093C20.618 8.33414 19.7128 7.07562 18.6246 6.07333C17.6556 5.18089 16.4674 4.42658 15.4206 3.762C15.3021 3.68677 15.1854 3.6127 15.0711 3.5397C14.4959 3.17249 13.9793 2.83331 13.5484 2.49911C13.1131 2.16161 12.8078 1.86113 12.6254 1.5858ZM17.1354 19.8889C17.1288 19.9611 17.1212 20.03 17.1125 20.0958C17.051 20.5589 16.9444 20.7572 16.8161 20.8872C16.6889 21.0158 16.4968 21.122 16.0437 21.1836C15.5681 21.2484 14.9299 21.25 13.9771 21.25H10.0252C9.07259 21.25 8.43452 21.2484 7.95897 21.1836C7.50594 21.122 7.31386 21.0159 7.18674 20.8872C7.05836 20.7573 6.95182 20.5591 6.89024 20.0961V20.0961V20.0961C6.87409 19.9747 6.86602 19.914 6.87453 19.8487C6.88626 19.7586 6.92454 19.6694 6.98169 19.5987C7.02311 19.5476 7.084 19.5033 7.20579 19.4148L7.2058 19.4148C7.74709 19.0213 8.42718 18.4786 8.73342 18.2282C9.1943 17.8722 9.44972 17.7568 9.70017 17.7507C9.79248 17.7485 9.88483 17.7515 9.97679 17.7596C10.1935 17.7788 10.4132 17.8409 10.6757 17.9728L10.6757 17.9728L10.6757 17.9728C10.794 18.0323 10.8532 18.062 10.8577 18.118C10.8623 18.174 10.8065 18.2146 10.695 18.2956L10.5606 18.3933C10.2255 18.6368 10.1513 19.1059 10.3948 19.4409C10.6384 19.776 11.1074 19.8502 11.4425 19.6067C12.2632 19.0102 13.1291 18.3822 13.6034 18.1112C14.0623 17.8491 14.3693 17.7575 14.6579 17.7506C14.7396 17.7487 14.8213 17.7513 14.9026 17.7583C15.0913 17.7748 15.3212 17.8838 15.6843 18.2141C15.8654 18.4055 16.7582 19.3173 16.9712 19.5303C17.0683 19.6275 17.1478 19.752 17.1354 19.8889ZM10.9527 8.64251C11.3075 8.42873 11.4218 7.96782 11.2081 7.61303C10.9943 7.25825 10.5334 7.14394 10.1786 7.35772C9.02451 8.05311 8.24994 9.32041 8.24994 10.7693C8.24994 12.9679 10.0322 14.7501 12.2307 14.7501C13.6796 14.7501 14.9469 13.9755 15.6423 12.8215C15.8561 12.4667 15.7418 12.0058 15.387 11.792C15.0322 11.5782 14.5713 11.6925 14.3575 12.0473C13.9223 12.7697 13.1322 13.2501 12.2307 13.2501C10.8606 13.2501 9.74994 12.1394 9.74994 10.7693C9.74994 9.86782 10.2304 9.07778 10.9527 8.64251ZM13.9999 8C13.4477 8 12.9999 8.44771 12.9999 9C12.9999 9.55228 13.4477 10 13.9999 10H14.0089C14.5612 10 15.0089 9.55228 15.0089 9C15.0089 8.44771 14.5612 8 14.0089 8H13.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-ramadhan-month{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1.12488C6.55228 1.12488 7 1.57259 7 2.12488V4.12488C7 4.67716 6.55228 5.12488 6 5.12488C5.44772 5.12488 5 4.67716 5 4.12488V2.12488C5 1.57259 5.44772 1.12488 6 1.12488ZM18 1.12488C18.5523 1.12488 19 1.57259 19 2.12488V4.12488C19 4.67716 18.5523 5.12488 18 5.12488C17.4477 5.12488 17 4.67716 17 4.12488V2.12488C17 1.57259 17.4477 1.12488 18 1.12488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9957 2.37523H13.0043C14.9062 2.3752 16.4403 2.37518 17.6469 2.55056C18.9062 2.73359 19.9493 3.12476 20.7681 4.00996C21.5769 4.88434 21.9251 5.98003 22.0897 7.30368C22.25 8.59254 22.25 10.2376 22.25 12.3069V12.9436C22.25 15.0129 22.25 16.6579 22.0897 17.9468C21.9251 19.2704 21.5769 20.3661 20.7681 21.2405C19.9493 22.1257 18.9062 22.5169 17.6469 22.6999C16.4403 22.8753 14.9062 22.8753 13.0043 22.8752H10.9957C9.09381 22.8753 7.55972 22.8753 6.35306 22.6999C5.09379 22.5169 4.05069 22.1257 3.23188 21.2405C2.42308 20.3661 2.07487 19.2704 1.91025 17.9468C1.74997 16.6579 1.74998 15.0129 1.75 12.9436V12.9436L1.75 12.3069V12.3069C1.74998 10.2375 1.74997 8.59253 1.91025 7.30368C2.07487 5.98003 2.42308 4.88434 3.23188 4.00996C4.05069 3.12476 5.09379 2.73359 6.35306 2.55056C7.55972 2.37518 9.09381 2.3752 10.9957 2.37523ZM6.63388 4.48264C5.6203 4.62996 5.06862 4.8995 4.66512 5.33571C4.31834 5.7106 4.07746 6.21306 3.9256 7.03398C3.89242 7.21337 4.0333 7.37523 4.21573 7.37523L19.7843 7.37523C19.9667 7.37523 20.1076 7.21337 20.0744 7.03398C19.9225 6.21306 19.6817 5.7106 19.3349 5.33571C18.9314 4.8995 18.3797 4.62996 17.3661 4.48264C16.3162 4.33003 14.9244 4.32762 12.9274 4.32762H11.0726C9.07558 4.32762 7.68385 4.33003 6.63388 4.48264ZM11.0818 12.9818C11.5549 12.6968 11.7073 12.0822 11.4223 11.6092C11.1372 11.1361 10.5227 10.9837 10.0496 11.2687C8.8236 12.0075 8 13.3543 8 14.8945C8 17.2311 9.89418 19.1253 12.2308 19.1253C13.7709 19.1253 15.1178 18.3017 15.8565 17.0756C16.1416 16.6026 15.9892 15.9881 15.5161 15.703C15.0431 15.418 14.4285 15.5704 14.1435 16.0434C13.7515 16.6939 13.0411 17.1253 12.2308 17.1253C10.9987 17.1253 10 16.1265 10 14.8945C10 14.0842 10.4314 13.3737 11.0818 12.9818ZM14 12.1256C13.4477 12.1256 13 12.5733 13 13.1256C13 13.6779 13.4477 14.1256 14 14.1256H14.009C14.5613 14.1256 15.009 13.6779 15.009 13.1256C15.009 12.5733 14.5613 12.1256 14.009 12.1256H14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1.12488C6.55228 1.12488 7 1.57259 7 2.12488V4.12488C7 4.67716 6.55228 5.12488 6 5.12488C5.44772 5.12488 5 4.67716 5 4.12488V2.12488C5 1.57259 5.44772 1.12488 6 1.12488ZM18 1.12488C18.5523 1.12488 19 1.57259 19 2.12488V4.12488C19 4.67716 18.5523 5.12488 18 5.12488C17.4477 5.12488 17 4.67716 17 4.12488V2.12488C17 1.57259 17.4477 1.12488 18 1.12488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9957 2.37523H13.0043C14.9062 2.3752 16.4403 2.37518 17.6469 2.55056C18.9062 2.73359 19.9493 3.12476 20.7681 4.00996C21.5769 4.88434 21.9251 5.98003 22.0897 7.30368C22.25 8.59254 22.25 10.2376 22.25 12.3069V12.9436C22.25 15.0129 22.25 16.6579 22.0897 17.9468C21.9251 19.2704 21.5769 20.3661 20.7681 21.2405C19.9493 22.1257 18.9062 22.5169 17.6469 22.6999C16.4403 22.8753 14.9062 22.8753 13.0043 22.8752H10.9957C9.09381 22.8753 7.55972 22.8753 6.35306 22.6999C5.09379 22.5169 4.05069 22.1257 3.23188 21.2405C2.42308 20.3661 2.07487 19.2704 1.91025 17.9468C1.74997 16.6579 1.74998 15.0129 1.75 12.9436V12.9436L1.75 12.3069V12.3069C1.74998 10.2375 1.74997 8.59253 1.91025 7.30368C2.07487 5.98003 2.42308 4.88434 3.23188 4.00996C4.05069 3.12476 5.09379 2.73359 6.35306 2.55056C7.55972 2.37518 9.09381 2.3752 10.9957 2.37523ZM6.63388 4.48264C5.6203 4.62996 5.06862 4.8995 4.66512 5.33571C4.31834 5.7106 4.07746 6.21306 3.9256 7.03398C3.89242 7.21337 4.0333 7.37523 4.21573 7.37523L19.7843 7.37523C19.9667 7.37523 20.1076 7.21337 20.0744 7.03398C19.9225 6.21306 19.6817 5.7106 19.3349 5.33571C18.9314 4.8995 18.3797 4.62996 17.3661 4.48264C16.3162 4.33003 14.9244 4.32762 12.9274 4.32762H11.0726C9.07558 4.32762 7.68385 4.33003 6.63388 4.48264ZM11.0818 12.9818C11.5549 12.6968 11.7073 12.0822 11.4223 11.6092C11.1372 11.1361 10.5227 10.9837 10.0496 11.2687C8.8236 12.0075 8 13.3543 8 14.8945C8 17.2311 9.89418 19.1253 12.2308 19.1253C13.7709 19.1253 15.1178 18.3017 15.8565 17.0756C16.1416 16.6026 15.9892 15.9881 15.5161 15.703C15.0431 15.418 14.4285 15.5704 14.1435 16.0434C13.7515 16.6939 13.0411 17.1253 12.2308 17.1253C10.9987 17.1253 10 16.1265 10 14.8945C10 14.0842 10.4314 13.3737 11.0818 12.9818ZM14 12.1256C13.4477 12.1256 13 12.5733 13 13.1256C13 13.6779 13.4477 14.1256 14 14.1256H14.009C14.5613 14.1256 15.009 13.6779 15.009 13.1256C15.009 12.5733 14.5613 12.1256 14.009 12.1256H14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-reminder{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.65104 5.34935C5.55718 5.26278 5.41374 5.27138 5.12688 5.28856C4.85998 5.30455 4.61144 5.32701 4.38078 5.35859C3.54626 5.47283 2.83511 5.71871 2.27037 6.29371C1.70748 6.86684 1.46848 7.58539 1.35714 8.4286C1.24997 9.24024 1.24998 10.2712 1.25 11.5455V11.5455L1.25 16.4528V16.4528C1.24998 17.7272 1.24997 18.7581 1.35714 19.5697C1.46848 20.4129 1.70748 21.1315 2.27037 21.7046C2.83511 22.2796 3.54626 22.5255 4.38078 22.6397C5.18059 22.7492 6.19539 22.7492 7.44484 22.7491H7.55516C8.80462 22.7492 9.81942 22.7492 10.6192 22.6397C11.4537 22.5255 12.1649 22.2796 12.7296 21.7046C13.2925 21.1315 13.5315 20.4129 13.6429 19.5697C13.6683 19.3773 13.6877 19.1725 13.7024 18.9552C13.7244 18.6328 13.7353 18.4717 13.6532 18.3779C13.5711 18.2842 13.3688 18.2713 12.9642 18.2453C12.6534 18.2254 12.3127 18.1445 11.9619 17.9594C10.8899 17.3939 10.6738 16.3606 10.6187 15.9936C10.606 15.9086 10.5996 15.8661 10.5912 15.8411C10.5583 15.7431 10.5066 15.6901 10.4095 15.6548C10.3847 15.6458 10.3449 15.6388 10.2654 15.6248L10.2653 15.6248C10.2394 15.6202 10.2137 15.6154 10.188 15.6104C8.27361 15.2339 6.71978 13.8109 6.20887 11.9127C6.07531 11.4165 6.04182 10.8804 6.01067 10.3816V10.3816L5.8648 8.07992C5.81562 7.30515 5.76871 6.5663 5.75442 5.88776C5.74808 5.58653 5.7449 5.43591 5.65104 5.34935ZM7.48772 18C6.9379 18 6.49219 18.4478 6.49219 19C6.49219 19.5523 6.9379 20 7.48772 20H7.49666C8.04647 20 8.49219 19.5523 8.49219 19C8.49219 18.4478 8.04647 18 7.49666 18H7.48772Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.55 1.36978C18.6668 1.25003 17.5371 1.25005 16.1343 1.25007L13.8654 1.25007C12.4626 1.25005 11.3329 1.25003 10.4497 1.36978C9.53449 1.49386 8.76302 1.76004 8.16654 2.38588C7.56843 3.01342 7.34511 3.79382 7.27615 4.70729C7.20983 5.58583 7.28043 6.69901 7.36784 8.07721L7.50264 10.2033C7.5389 10.7777 7.56406 11.1763 7.65757 11.5238C8.01738 12.8605 9.11466 13.8715 10.4777 14.1395C10.8322 14.2092 11.2343 14.2091 11.8204 14.209C11.9294 14.214 12.0156 14.3027 12.018 14.4118C12.0253 14.7381 12.0463 15.3979 12.1024 15.7721C12.1372 16.0044 12.2425 16.4123 12.662 16.6336C13.0773 16.8527 13.4718 16.7145 13.6829 16.6162C13.8821 16.5235 14.109 16.3742 14.3259 16.2316L14.3259 16.2316L17.321 14.2635C17.3632 14.2453 17.4896 14.209 17.6577 14.209C18.7311 14.2095 19.4703 14.2098 20.0942 13.9782C21.1737 13.5774 21.785 12.8513 22.1168 12.0028C22.4287 11.2052 22.4909 10.3008 22.5393 9.53748L22.6319 8.0772C22.7193 6.699 22.7899 5.58582 22.7236 4.70729C22.6546 3.79382 22.4313 3.01342 21.8332 2.38588C21.2367 1.76004 20.4652 1.49386 19.55 1.36978ZM15.3234 4.32379C15.1183 4.22547 14.8798 4.2255 14.6747 4.32385L14.6639 4.32972C14.5488 4.39181 14.2385 4.55934 14.0784 4.66029C13.7546 4.86442 13.3215 5.17303 12.9619 5.56329C12.6137 5.9412 12.2439 6.4946 12.2501 7.17656C12.2544 7.65036 12.4369 8.08183 12.7628 8.46646L12.7628 8.46647C12.8831 8.60848 12.9433 8.67949 12.9601 8.74819C12.9769 8.81688 12.9592 8.89467 12.9239 9.05025L12.9239 9.05026L12.5192 10.8341C12.4275 11.238 12.6806 11.6398 13.0846 11.7315C13.4885 11.8231 13.8903 11.57 13.982 11.166L14.3269 9.64587C14.3778 9.42181 14.4032 9.30978 14.4853 9.24421C14.5674 9.17864 14.6823 9.17864 14.912 9.17864H15.1781C15.3899 9.17864 15.4957 9.17864 15.5749 9.23655C15.654 9.29446 15.686 9.39537 15.75 9.59719L16.2671 11.2269C16.3923 11.6217 16.814 11.8402 17.2088 11.715C17.6036 11.5897 17.8221 11.1681 17.6968 10.7733L17.1463 9.03786C17.0944 8.87439 17.0685 8.79266 17.0822 8.71876C17.0959 8.64485 17.1589 8.56614 17.2849 8.40874C17.5809 8.03873 17.7459 7.62659 17.7498 7.17621C17.7557 6.49422 17.3855 5.94089 17.0371 5.56307C16.6773 5.17287 16.2439 4.8643 15.92 4.66018C15.7598 4.55926 15.4494 4.39179 15.3343 4.32968L15.3343 4.32967L15.3234 4.32379Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.65104 5.34935C5.55718 5.26278 5.41374 5.27138 5.12688 5.28856C4.85998 5.30455 4.61144 5.32701 4.38078 5.35859C3.54626 5.47283 2.83511 5.71871 2.27037 6.29371C1.70748 6.86684 1.46848 7.58539 1.35714 8.4286C1.24997 9.24024 1.24998 10.2712 1.25 11.5455V11.5455L1.25 16.4528V16.4528C1.24998 17.7272 1.24997 18.7581 1.35714 19.5697C1.46848 20.4129 1.70748 21.1315 2.27037 21.7046C2.83511 22.2796 3.54626 22.5255 4.38078 22.6397C5.18059 22.7492 6.19539 22.7492 7.44484 22.7491H7.55516C8.80462 22.7492 9.81942 22.7492 10.6192 22.6397C11.4537 22.5255 12.1649 22.2796 12.7296 21.7046C13.2925 21.1315 13.5315 20.4129 13.6429 19.5697C13.6683 19.3773 13.6877 19.1725 13.7024 18.9552C13.7244 18.6328 13.7353 18.4717 13.6532 18.3779C13.5711 18.2842 13.3688 18.2713 12.9642 18.2453C12.6534 18.2254 12.3127 18.1445 11.9619 17.9594C10.8899 17.3939 10.6738 16.3606 10.6187 15.9936C10.606 15.9086 10.5996 15.8661 10.5912 15.8411C10.5583 15.7431 10.5066 15.6901 10.4095 15.6548C10.3847 15.6458 10.3449 15.6388 10.2654 15.6248L10.2653 15.6248C10.2394 15.6202 10.2137 15.6154 10.188 15.6104C8.27361 15.2339 6.71978 13.8109 6.20887 11.9127C6.07531 11.4165 6.04182 10.8804 6.01067 10.3816V10.3816L5.8648 8.07992C5.81562 7.30515 5.76871 6.5663 5.75442 5.88776C5.74808 5.58653 5.7449 5.43591 5.65104 5.34935ZM7.48772 18C6.9379 18 6.49219 18.4478 6.49219 19C6.49219 19.5523 6.9379 20 7.48772 20H7.49666C8.04647 20 8.49219 19.5523 8.49219 19C8.49219 18.4478 8.04647 18 7.49666 18H7.48772Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.55 1.36978C18.6668 1.25003 17.5371 1.25005 16.1343 1.25007L13.8654 1.25007C12.4626 1.25005 11.3329 1.25003 10.4497 1.36978C9.53449 1.49386 8.76302 1.76004 8.16654 2.38588C7.56843 3.01342 7.34511 3.79382 7.27615 4.70729C7.20983 5.58583 7.28043 6.69901 7.36784 8.07721L7.50264 10.2033C7.5389 10.7777 7.56406 11.1763 7.65757 11.5238C8.01738 12.8605 9.11466 13.8715 10.4777 14.1395C10.8322 14.2092 11.2343 14.2091 11.8204 14.209C11.9294 14.214 12.0156 14.3027 12.018 14.4118C12.0253 14.7381 12.0463 15.3979 12.1024 15.7721C12.1372 16.0044 12.2425 16.4123 12.662 16.6336C13.0773 16.8527 13.4718 16.7145 13.6829 16.6162C13.8821 16.5235 14.109 16.3742 14.3259 16.2316L14.3259 16.2316L17.321 14.2635C17.3632 14.2453 17.4896 14.209 17.6577 14.209C18.7311 14.2095 19.4703 14.2098 20.0942 13.9782C21.1737 13.5774 21.785 12.8513 22.1168 12.0028C22.4287 11.2052 22.4909 10.3008 22.5393 9.53748L22.6319 8.0772C22.7193 6.699 22.7899 5.58582 22.7236 4.70729C22.6546 3.79382 22.4313 3.01342 21.8332 2.38588C21.2367 1.76004 20.4652 1.49386 19.55 1.36978ZM15.3234 4.32379C15.1183 4.22547 14.8798 4.2255 14.6747 4.32385L14.6639 4.32972C14.5488 4.39181 14.2385 4.55934 14.0784 4.66029C13.7546 4.86442 13.3215 5.17303 12.9619 5.56329C12.6137 5.9412 12.2439 6.4946 12.2501 7.17656C12.2544 7.65036 12.4369 8.08183 12.7628 8.46646L12.7628 8.46647C12.8831 8.60848 12.9433 8.67949 12.9601 8.74819C12.9769 8.81688 12.9592 8.89467 12.9239 9.05025L12.9239 9.05026L12.5192 10.8341C12.4275 11.238 12.6806 11.6398 13.0846 11.7315C13.4885 11.8231 13.8903 11.57 13.982 11.166L14.3269 9.64587C14.3778 9.42181 14.4032 9.30978 14.4853 9.24421C14.5674 9.17864 14.6823 9.17864 14.912 9.17864H15.1781C15.3899 9.17864 15.4957 9.17864 15.5749 9.23655C15.654 9.29446 15.686 9.39537 15.75 9.59719L16.2671 11.2269C16.3923 11.6217 16.814 11.8402 17.2088 11.715C17.6036 11.5897 17.8221 11.1681 17.6968 10.7733L17.1463 9.03786C17.0944 8.87439 17.0685 8.79266 17.0822 8.71876C17.0959 8.64485 17.1589 8.56614 17.2849 8.40874C17.5809 8.03873 17.7459 7.62659 17.7498 7.17621C17.7557 6.49422 17.3855 5.94089 17.0371 5.56307C16.6773 5.17287 16.2439 4.8643 15.92 4.66018C15.7598 4.55926 15.4494 4.39179 15.3343 4.32968L15.3343 4.32967L15.3234 4.32379Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-rub-el-hizb{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1888 3.69142L13.9892 2.49183L13.9891 2.49176C13.6654 2.168 13.3714 1.87387 13.1006 1.6673C12.8036 1.44069 12.4483 1.25 12 1.25C11.5517 1.25 11.1964 1.44069 10.8994 1.6673C10.6286 1.8739 10.3346 2.16802 10.0108 2.49183L8.81123 3.69142C8.78233 3.72032 8.76787 3.73478 8.7495 3.74239C8.73112 3.75 8.71068 3.75 8.66981 3.75L6.59723 3.75H6.59721C6.13141 3.74995 5.70948 3.7499 5.36727 3.79591C4.99234 3.84632 4.60297 3.964 4.28348 4.28348C3.964 4.60297 3.84632 4.99234 3.79591 5.36727C3.7499 5.70949 3.74995 6.13144 3.75 6.59724L3.75 8.66981C3.75 8.71068 3.75 8.73112 3.74239 8.7495C3.73478 8.76787 3.72032 8.78232 3.69142 8.81123L2.49182 10.0108L2.49182 10.0108C2.16802 10.3346 1.8739 10.6286 1.6673 10.8994C1.44069 11.1964 1.25 11.5517 1.25 12C1.25 12.4483 1.44069 12.8036 1.6673 13.1006C1.8739 13.3714 2.16803 13.6655 2.49184 13.9892L3.69142 15.1888L3.69142 15.1888C3.72033 15.2177 3.73478 15.2321 3.74239 15.2505C3.75 15.2689 3.75 15.2893 3.75 15.3302L3.75 17.4028C3.74995 17.8686 3.7499 18.2905 3.79591 18.6327C3.84632 19.0077 3.964 19.397 4.28348 19.7165C4.60297 20.036 4.99234 20.1537 5.36727 20.2041C5.70949 20.2501 6.13145 20.2501 6.59725 20.25L8.66981 20.25C8.71068 20.25 8.73112 20.25 8.7495 20.2576C8.76787 20.2652 8.78233 20.2797 8.81123 20.3086L10.0108 21.5082C10.3346 21.832 10.6286 22.1261 10.8994 22.3327C11.1964 22.5593 11.5517 22.75 12 22.75C12.4483 22.75 12.8036 22.5593 13.1006 22.3327C13.3714 22.1261 13.6655 21.832 13.9892 21.5081L15.1888 20.3086C15.2177 20.2797 15.2321 20.2652 15.2505 20.2576C15.2689 20.25 15.2893 20.25 15.3302 20.25L17.4028 20.25C17.8686 20.2501 18.2905 20.2501 18.6327 20.2041C19.0077 20.1537 19.397 20.036 19.7165 19.7165C20.036 19.397 20.1537 19.0077 20.2041 18.6327C20.2501 18.2905 20.2501 17.8686 20.25 17.4028V17.4028L20.25 15.3302C20.25 15.2893 20.25 15.2689 20.2576 15.2505C20.2652 15.2321 20.2797 15.2177 20.3086 15.1888L21.5081 13.9892C21.832 13.6655 22.1261 13.3714 22.3327 13.1006C22.5593 12.8036 22.75 12.4483 22.75 12C22.75 11.5517 22.5593 11.1964 22.3327 10.8994C22.1261 10.6286 21.832 10.3346 21.5082 10.0109L20.3086 8.81123C20.2797 8.78232 20.2652 8.76787 20.2576 8.7495C20.25 8.73112 20.25 8.71068 20.25 8.66981L20.25 6.59723V6.5972C20.2501 6.13142 20.2501 5.70948 20.2041 5.36727C20.1537 4.99234 20.036 4.60297 19.7165 4.28348C19.397 3.964 19.0077 3.84632 18.6327 3.79591C18.2905 3.7499 17.8686 3.74995 17.4028 3.75H17.4028L15.3302 3.75C15.2893 3.75 15.2689 3.75 15.2505 3.74239C15.2321 3.73478 15.2177 3.72033 15.1888 3.69143L15.1888 3.69142ZM11.8093 2.85983C11.6284 2.99785 11.4058 3.21818 11.0394 3.58459C10.9783 3.64563 11.0216 3.75 11.1079 3.75H12.8921C12.9784 3.75 13.0217 3.64563 12.9606 3.58459C12.5942 3.21818 12.3716 2.99785 12.1907 2.85983C12.1074 2.79621 12.0568 2.76944 12.0297 2.75811C12.0098 2.74984 12.0033 2.74995 12.0005 2.74999H11.9995C11.9967 2.74995 11.9902 2.74984 11.9703 2.75811C11.9432 2.76944 11.8926 2.79621 11.8093 2.85983ZM16.8964 5.31173C16.922 5.25 17.0247 5.25 17.2302 5.25H17.3571C17.8834 5.25 18.2027 5.25159 18.4329 5.28254C18.5391 5.29683 18.5958 5.31408 18.6247 5.32598C18.6469 5.3351 18.6525 5.34076 18.6555 5.34383C18.6586 5.34689 18.6649 5.35314 18.674 5.37529C18.6859 5.40423 18.7032 5.46086 18.7175 5.56715C18.7484 5.79732 18.75 6.11658 18.75 6.64286V6.76981C18.75 6.9753 18.75 7.07805 18.6883 7.10362C18.6265 7.12919 18.5539 7.05653 18.4086 6.91123L17.0888 5.59142C16.9435 5.44612 16.8708 5.37346 16.8964 5.31173ZM20.25 12.8921C20.25 12.9784 20.3544 13.0217 20.4154 12.9606C20.7818 12.5942 21.0022 12.3716 21.1402 12.1907C21.2038 12.1074 21.2306 12.0568 21.2419 12.0297C21.2502 12.0098 21.2501 12.0033 21.25 12.0005V11.9995C21.2501 11.9967 21.2502 11.9902 21.2419 11.9703C21.2306 11.9432 21.2038 11.8926 21.1402 11.8093C21.0022 11.6284 20.7818 11.4058 20.4154 11.0394C20.3544 10.9783 20.25 11.0216 20.25 11.1079V12.8921ZM16.8964 18.6883C16.922 18.75 17.0247 18.75 17.2302 18.75H17.3571C17.8834 18.75 18.2027 18.7484 18.4329 18.7175C18.5391 18.7032 18.5958 18.6859 18.6247 18.674C18.6469 18.6649 18.6525 18.6592 18.6555 18.6562C18.6586 18.6531 18.6649 18.6469 18.674 18.6247C18.6859 18.5958 18.7032 18.5391 18.7175 18.4329C18.7484 18.2027 18.75 17.8834 18.75 17.3571V17.2302C18.75 17.0247 18.75 16.922 18.6883 16.8964C18.6265 16.8708 18.5539 16.9435 18.4086 17.0888L17.0888 18.4086C16.9435 18.5539 16.8708 18.6265 16.8964 18.6883ZM11.1079 20.25C11.0216 20.25 10.9783 20.3544 11.0394 20.4154C11.4058 20.7818 11.6284 21.0022 11.8093 21.1402C11.8926 21.2038 11.9432 21.2306 11.9703 21.2419C11.9902 21.2502 11.9967 21.2501 11.9995 21.25H12.0005C12.0033 21.2501 12.0098 21.2502 12.0297 21.2419C12.0568 21.2306 12.1074 21.2038 12.1907 21.1402C12.3716 21.0022 12.5942 20.7818 12.9606 20.4154C13.0217 20.3544 12.9784 20.25 12.8921 20.25H11.1079ZM5.31173 16.8964C5.25 16.922 5.25 17.0247 5.25 17.2302V17.3571C5.25 17.8834 5.25159 18.2027 5.28254 18.4329C5.29683 18.5391 5.31408 18.5958 5.32598 18.6247C5.3351 18.6469 5.34076 18.6525 5.34383 18.6555C5.34688 18.6586 5.35314 18.6649 5.37529 18.674C5.40423 18.6859 5.46086 18.7032 5.56715 18.7175C5.79732 18.7484 6.11658 18.75 6.64286 18.75H6.76981C6.9753 18.75 7.07805 18.75 7.10362 18.6883C7.12919 18.6265 7.05653 18.5539 6.91123 18.4086L6.91123 18.4086L5.59142 17.0888C5.44612 16.9435 5.37346 16.8708 5.31173 16.8964ZM3.75 11.1079C3.75 11.0216 3.64563 10.9783 3.5846 11.0394C3.21818 11.4058 2.99785 11.6284 2.85983 11.8093C2.79621 11.8926 2.76944 11.9432 2.75811 11.9703C2.74984 11.9902 2.74995 11.9967 2.74999 11.9995V12.0005C2.74995 12.0033 2.74984 12.0098 2.75811 12.0297C2.76944 12.0568 2.79621 12.1074 2.85983 12.1907C2.99785 12.3716 3.21818 12.5942 3.58459 12.9606C3.64563 13.0217 3.75 12.9784 3.75 12.8921V11.1079ZM7.10362 5.31173C7.07805 5.25 6.9753 5.25 6.76981 5.25H6.64286C6.11658 5.25 5.79732 5.25159 5.56714 5.28254C5.46086 5.29683 5.40422 5.31408 5.37529 5.32598C5.35314 5.3351 5.34752 5.34075 5.34446 5.34383C5.34139 5.34688 5.3351 5.35314 5.32598 5.37529C5.31408 5.40422 5.29683 5.46086 5.28254 5.56714C5.25159 5.79732 5.25 6.11658 5.25 6.64286V6.76981C5.25 6.9753 5.25 7.07805 5.31173 7.10362C5.37346 7.12919 5.44611 7.05653 5.59142 6.91123L5.59142 6.91123L6.91123 5.59142C7.05653 5.44612 7.12919 5.37346 7.10362 5.31173ZM12 9.25C10.4812 9.25 9.25 10.4812 9.25 12C9.25 13.5188 10.4812 14.75 12 14.75C13.5188 14.75 14.75 13.5188 14.75 12C14.75 10.4812 13.5188 9.25 12 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1888 3.69142L13.9892 2.49183L13.9891 2.49176C13.6654 2.168 13.3714 1.87387 13.1006 1.6673C12.8036 1.44069 12.4483 1.25 12 1.25C11.5517 1.25 11.1964 1.44069 10.8994 1.6673C10.6286 1.8739 10.3346 2.16802 10.0108 2.49183L8.81123 3.69142C8.78233 3.72032 8.76787 3.73478 8.7495 3.74239C8.73112 3.75 8.71068 3.75 8.66981 3.75L6.59723 3.75H6.59721C6.13141 3.74995 5.70948 3.7499 5.36727 3.79591C4.99234 3.84632 4.60297 3.964 4.28348 4.28348C3.964 4.60297 3.84632 4.99234 3.79591 5.36727C3.7499 5.70949 3.74995 6.13144 3.75 6.59724L3.75 8.66981C3.75 8.71068 3.75 8.73112 3.74239 8.7495C3.73478 8.76787 3.72032 8.78232 3.69142 8.81123L2.49182 10.0108L2.49182 10.0108C2.16802 10.3346 1.8739 10.6286 1.6673 10.8994C1.44069 11.1964 1.25 11.5517 1.25 12C1.25 12.4483 1.44069 12.8036 1.6673 13.1006C1.8739 13.3714 2.16803 13.6655 2.49184 13.9892L3.69142 15.1888L3.69142 15.1888C3.72033 15.2177 3.73478 15.2321 3.74239 15.2505C3.75 15.2689 3.75 15.2893 3.75 15.3302L3.75 17.4028C3.74995 17.8686 3.7499 18.2905 3.79591 18.6327C3.84632 19.0077 3.964 19.397 4.28348 19.7165C4.60297 20.036 4.99234 20.1537 5.36727 20.2041C5.70949 20.2501 6.13145 20.2501 6.59725 20.25L8.66981 20.25C8.71068 20.25 8.73112 20.25 8.7495 20.2576C8.76787 20.2652 8.78233 20.2797 8.81123 20.3086L10.0108 21.5082C10.3346 21.832 10.6286 22.1261 10.8994 22.3327C11.1964 22.5593 11.5517 22.75 12 22.75C12.4483 22.75 12.8036 22.5593 13.1006 22.3327C13.3714 22.1261 13.6655 21.832 13.9892 21.5081L15.1888 20.3086C15.2177 20.2797 15.2321 20.2652 15.2505 20.2576C15.2689 20.25 15.2893 20.25 15.3302 20.25L17.4028 20.25C17.8686 20.2501 18.2905 20.2501 18.6327 20.2041C19.0077 20.1537 19.397 20.036 19.7165 19.7165C20.036 19.397 20.1537 19.0077 20.2041 18.6327C20.2501 18.2905 20.2501 17.8686 20.25 17.4028V17.4028L20.25 15.3302C20.25 15.2893 20.25 15.2689 20.2576 15.2505C20.2652 15.2321 20.2797 15.2177 20.3086 15.1888L21.5081 13.9892C21.832 13.6655 22.1261 13.3714 22.3327 13.1006C22.5593 12.8036 22.75 12.4483 22.75 12C22.75 11.5517 22.5593 11.1964 22.3327 10.8994C22.1261 10.6286 21.832 10.3346 21.5082 10.0109L20.3086 8.81123C20.2797 8.78232 20.2652 8.76787 20.2576 8.7495C20.25 8.73112 20.25 8.71068 20.25 8.66981L20.25 6.59723V6.5972C20.2501 6.13142 20.2501 5.70948 20.2041 5.36727C20.1537 4.99234 20.036 4.60297 19.7165 4.28348C19.397 3.964 19.0077 3.84632 18.6327 3.79591C18.2905 3.7499 17.8686 3.74995 17.4028 3.75H17.4028L15.3302 3.75C15.2893 3.75 15.2689 3.75 15.2505 3.74239C15.2321 3.73478 15.2177 3.72033 15.1888 3.69143L15.1888 3.69142ZM11.8093 2.85983C11.6284 2.99785 11.4058 3.21818 11.0394 3.58459C10.9783 3.64563 11.0216 3.75 11.1079 3.75H12.8921C12.9784 3.75 13.0217 3.64563 12.9606 3.58459C12.5942 3.21818 12.3716 2.99785 12.1907 2.85983C12.1074 2.79621 12.0568 2.76944 12.0297 2.75811C12.0098 2.74984 12.0033 2.74995 12.0005 2.74999H11.9995C11.9967 2.74995 11.9902 2.74984 11.9703 2.75811C11.9432 2.76944 11.8926 2.79621 11.8093 2.85983ZM16.8964 5.31173C16.922 5.25 17.0247 5.25 17.2302 5.25H17.3571C17.8834 5.25 18.2027 5.25159 18.4329 5.28254C18.5391 5.29683 18.5958 5.31408 18.6247 5.32598C18.6469 5.3351 18.6525 5.34076 18.6555 5.34383C18.6586 5.34689 18.6649 5.35314 18.674 5.37529C18.6859 5.40423 18.7032 5.46086 18.7175 5.56715C18.7484 5.79732 18.75 6.11658 18.75 6.64286V6.76981C18.75 6.9753 18.75 7.07805 18.6883 7.10362C18.6265 7.12919 18.5539 7.05653 18.4086 6.91123L17.0888 5.59142C16.9435 5.44612 16.8708 5.37346 16.8964 5.31173ZM20.25 12.8921C20.25 12.9784 20.3544 13.0217 20.4154 12.9606C20.7818 12.5942 21.0022 12.3716 21.1402 12.1907C21.2038 12.1074 21.2306 12.0568 21.2419 12.0297C21.2502 12.0098 21.2501 12.0033 21.25 12.0005V11.9995C21.2501 11.9967 21.2502 11.9902 21.2419 11.9703C21.2306 11.9432 21.2038 11.8926 21.1402 11.8093C21.0022 11.6284 20.7818 11.4058 20.4154 11.0394C20.3544 10.9783 20.25 11.0216 20.25 11.1079V12.8921ZM16.8964 18.6883C16.922 18.75 17.0247 18.75 17.2302 18.75H17.3571C17.8834 18.75 18.2027 18.7484 18.4329 18.7175C18.5391 18.7032 18.5958 18.6859 18.6247 18.674C18.6469 18.6649 18.6525 18.6592 18.6555 18.6562C18.6586 18.6531 18.6649 18.6469 18.674 18.6247C18.6859 18.5958 18.7032 18.5391 18.7175 18.4329C18.7484 18.2027 18.75 17.8834 18.75 17.3571V17.2302C18.75 17.0247 18.75 16.922 18.6883 16.8964C18.6265 16.8708 18.5539 16.9435 18.4086 17.0888L17.0888 18.4086C16.9435 18.5539 16.8708 18.6265 16.8964 18.6883ZM11.1079 20.25C11.0216 20.25 10.9783 20.3544 11.0394 20.4154C11.4058 20.7818 11.6284 21.0022 11.8093 21.1402C11.8926 21.2038 11.9432 21.2306 11.9703 21.2419C11.9902 21.2502 11.9967 21.2501 11.9995 21.25H12.0005C12.0033 21.2501 12.0098 21.2502 12.0297 21.2419C12.0568 21.2306 12.1074 21.2038 12.1907 21.1402C12.3716 21.0022 12.5942 20.7818 12.9606 20.4154C13.0217 20.3544 12.9784 20.25 12.8921 20.25H11.1079ZM5.31173 16.8964C5.25 16.922 5.25 17.0247 5.25 17.2302V17.3571C5.25 17.8834 5.25159 18.2027 5.28254 18.4329C5.29683 18.5391 5.31408 18.5958 5.32598 18.6247C5.3351 18.6469 5.34076 18.6525 5.34383 18.6555C5.34688 18.6586 5.35314 18.6649 5.37529 18.674C5.40423 18.6859 5.46086 18.7032 5.56715 18.7175C5.79732 18.7484 6.11658 18.75 6.64286 18.75H6.76981C6.9753 18.75 7.07805 18.75 7.10362 18.6883C7.12919 18.6265 7.05653 18.5539 6.91123 18.4086L6.91123 18.4086L5.59142 17.0888C5.44612 16.9435 5.37346 16.8708 5.31173 16.8964ZM3.75 11.1079C3.75 11.0216 3.64563 10.9783 3.5846 11.0394C3.21818 11.4058 2.99785 11.6284 2.85983 11.8093C2.79621 11.8926 2.76944 11.9432 2.75811 11.9703C2.74984 11.9902 2.74995 11.9967 2.74999 11.9995V12.0005C2.74995 12.0033 2.74984 12.0098 2.75811 12.0297C2.76944 12.0568 2.79621 12.1074 2.85983 12.1907C2.99785 12.3716 3.21818 12.5942 3.58459 12.9606C3.64563 13.0217 3.75 12.9784 3.75 12.8921V11.1079ZM7.10362 5.31173C7.07805 5.25 6.9753 5.25 6.76981 5.25H6.64286C6.11658 5.25 5.79732 5.25159 5.56714 5.28254C5.46086 5.29683 5.40422 5.31408 5.37529 5.32598C5.35314 5.3351 5.34752 5.34075 5.34446 5.34383C5.34139 5.34688 5.3351 5.35314 5.32598 5.37529C5.31408 5.40422 5.29683 5.46086 5.28254 5.56714C5.25159 5.79732 5.25 6.11658 5.25 6.64286V6.76981C5.25 6.9753 5.25 7.07805 5.31173 7.10362C5.37346 7.12919 5.44611 7.05653 5.59142 6.91123L5.59142 6.91123L6.91123 5.59142C7.05653 5.44612 7.12919 5.37346 7.10362 5.31173ZM12 9.25C10.4812 9.25 9.25 10.4812 9.25 12C9.25 13.5188 10.4812 14.75 12 14.75C13.5188 14.75 14.75 13.5188 14.75 12C14.75 10.4812 13.5188 9.25 12 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-ruku{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7501 3.5C14.7501 3.08579 15.0858 2.75 15.5001 2.75H18.1247C19.8119 2.75 21.2501 4.05528 21.2501 5.74989C21.2501 7.5664 19.6119 8.90522 17.8177 8.73527L15.4293 8.50905C15.017 8.46999 14.7143 8.10404 14.7534 7.69167C14.7925 7.2793 15.1584 6.97668 15.5708 7.01573L17.9591 7.24196C18.9615 7.3369 19.7501 6.59555 19.7501 5.74989C19.7501 4.95934 19.0612 4.25 18.1247 4.25H15.5001C15.0858 4.25 14.7501 3.91421 14.7501 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.50001 17.75C5.91422 17.75 6.25001 18.0858 6.25001 18.5V19.5C6.25001 19.9926 6.2516 20.2866 6.27993 20.4973C6.30231 20.6638 6.33635 20.6977 6.50267 20.7201C6.71339 20.7484 7.0074 20.75 7.50001 20.75H7.55001C7.64429 20.75 7.69143 20.75 7.72072 20.7207C7.75001 20.6914 7.75001 20.6443 7.75001 20.55V18.5C7.75001 18.0858 8.08579 17.75 8.50001 17.75C8.91422 17.75 9.25001 18.0858 9.25001 18.5V20.55C9.25001 20.6443 9.25001 20.6914 9.2793 20.7207C9.30859 20.75 9.35573 20.75 9.45001 20.75H10C10.4142 20.75 10.75 21.0858 10.75 21.5C10.75 21.9142 10.4142 22.25 10 22.25H7.50001C7.0498 22.25 6.6367 22.2516 6.3028 22.2067C5.94732 22.1589 5.57159 22.0465 5.26257 21.7374C4.95355 21.4284 4.8411 21.0527 4.79331 20.6972C4.74841 20.3633 4.75001 19.9502 4.75001 19.5V18.5C4.75001 18.0858 5.08579 17.75 5.50001 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6855 1.75C6.31041 1.75 2.75 5.26125 2.75 9.60937V17.5C2.75 18.1696 3.43858 18.256 3.93945 18.3898C5.25269 18.7407 7.15919 19.25 10.0207 19.25C10.4349 19.25 10.7707 18.9142 10.7707 18.5V16.1006C10.7707 16.0209 10.7706 16.0207 10.7498 15.9438L9.50418 11.3441C9.29181 10.5656 9.35095 10.0429 9.73193 9.3315L11.4296 6.1473C11.6245 5.78179 12.0788 5.64346 12.4443 5.83834C12.8098 6.03321 12.9481 6.48749 12.7532 6.853L11.0556 10.0372C10.8631 10.3982 10.8428 10.5487 10.952 10.952L11.405 12.6249C11.5467 13.1479 11.6175 13.4094 11.803 13.4439C11.9885 13.4783 12.1485 13.2597 12.4684 12.8223L16.3987 7.45036C16.8873 6.78256 16.809 5.56023 16.6563 4.8049C16.4345 3.70795 15.7597 2.55651 14.457 2.1966C13.5579 1.94819 12.308 1.75 10.6855 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7501 3.5C14.7501 3.08579 15.0858 2.75 15.5001 2.75H18.1247C19.8119 2.75 21.2501 4.05528 21.2501 5.74989C21.2501 7.5664 19.6119 8.90522 17.8177 8.73527L15.4293 8.50905C15.017 8.46999 14.7143 8.10404 14.7534 7.69167C14.7925 7.2793 15.1584 6.97668 15.5708 7.01573L17.9591 7.24196C18.9615 7.3369 19.7501 6.59555 19.7501 5.74989C19.7501 4.95934 19.0612 4.25 18.1247 4.25H15.5001C15.0858 4.25 14.7501 3.91421 14.7501 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.50001 17.75C5.91422 17.75 6.25001 18.0858 6.25001 18.5V19.5C6.25001 19.9926 6.2516 20.2866 6.27993 20.4973C6.30231 20.6638 6.33635 20.6977 6.50267 20.7201C6.71339 20.7484 7.0074 20.75 7.50001 20.75H7.55001C7.64429 20.75 7.69143 20.75 7.72072 20.7207C7.75001 20.6914 7.75001 20.6443 7.75001 20.55V18.5C7.75001 18.0858 8.08579 17.75 8.50001 17.75C8.91422 17.75 9.25001 18.0858 9.25001 18.5V20.55C9.25001 20.6443 9.25001 20.6914 9.2793 20.7207C9.30859 20.75 9.35573 20.75 9.45001 20.75H10C10.4142 20.75 10.75 21.0858 10.75 21.5C10.75 21.9142 10.4142 22.25 10 22.25H7.50001C7.0498 22.25 6.6367 22.2516 6.3028 22.2067C5.94732 22.1589 5.57159 22.0465 5.26257 21.7374C4.95355 21.4284 4.8411 21.0527 4.79331 20.6972C4.74841 20.3633 4.75001 19.9502 4.75001 19.5V18.5C4.75001 18.0858 5.08579 17.75 5.50001 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6855 1.75C6.31041 1.75 2.75 5.26125 2.75 9.60937V17.5C2.75 18.1696 3.43858 18.256 3.93945 18.3898C5.25269 18.7407 7.15919 19.25 10.0207 19.25C10.4349 19.25 10.7707 18.9142 10.7707 18.5V16.1006C10.7707 16.0209 10.7706 16.0207 10.7498 15.9438L9.50418 11.3441C9.29181 10.5656 9.35095 10.0429 9.73193 9.3315L11.4296 6.1473C11.6245 5.78179 12.0788 5.64346 12.4443 5.83834C12.8098 6.03321 12.9481 6.48749 12.7532 6.853L11.0556 10.0372C10.8631 10.3982 10.8428 10.5487 10.952 10.952L11.405 12.6249C11.5467 13.1479 11.6175 13.4094 11.803 13.4439C11.9885 13.4783 12.1485 13.2597 12.4684 12.8223L16.3987 7.45036C16.8873 6.78256 16.809 5.56023 16.6563 4.8049C16.4345 3.70795 15.7597 2.55651 14.457 2.1966C13.5579 1.94819 12.308 1.75 10.6855 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-salah-time{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 19.8555C17.0523 19.8555 17.5 20.3032 17.5 20.8555L17.5 22.1489C17.5 22.4317 17.5 22.5732 17.5879 22.661C17.6757 22.7489 17.8172 22.7489 18.1 22.7489L19.8355 22.7489C20.0635 22.749 20.3015 22.749 20.5009 22.7229C20.7303 22.6929 21.0184 22.6167 21.2622 22.3792C21.5088 22.1391 21.5907 21.8505 21.6228 21.6178C21.6502 21.4196 21.6501 21.1841 21.65 20.9635L21.65 16.6703C21.65 16.6239 21.65 16.6007 21.6526 16.5812C21.6703 16.4465 21.7762 16.3406 21.9108 16.3229C21.9303 16.3203 21.9536 16.3203 22 16.3203C22.4142 16.3203 22.75 15.9845 22.75 15.5703C22.75 15.1561 22.4142 14.8203 22 14.8203H21.9445C22.1649 14.1905 22.2422 13.5671 22.18 12.9501C22.0639 11.7976 21.478 10.8573 20.8317 10.1059C20.2403 9.41832 19.5191 8.80152 18.9011 8.273L18.9011 8.27299L18.7421 8.13686C18.0414 7.53597 17.5487 7.08727 17.2908 6.6898C17.1121 6.41453 16.8165 6.24999 16.5007 6.25C16.1848 6.25001 15.8892 6.41456 15.7106 6.68985C15.4527 7.0873 14.96 7.53598 14.2593 8.13688L14.1003 8.27304C13.4824 8.80155 12.7612 9.41834 12.1698 10.1059C11.5235 10.8573 10.9376 11.7976 10.8215 12.9501C10.7594 13.5671 10.8367 14.1905 11.057 14.8203H11C10.5858 14.8203 10.25 15.1561 10.25 15.5703C10.25 15.9845 10.5858 16.3203 11 16.3203C11.0464 16.3203 11.0697 16.3203 11.0892 16.3229C11.2238 16.3406 11.3297 16.4465 11.3474 16.5812C11.35 16.6007 11.35 16.6239 11.35 16.6703L11.35 20.9635C11.3499 21.1841 11.3498 21.4196 11.3772 21.6178C11.4093 21.8505 11.4912 22.1391 11.7378 22.3792C11.9816 22.6167 12.2697 22.6929 12.4991 22.7229C12.6985 22.749 12.9365 22.749 13.1645 22.7489L13.1645 22.7489L14.9 22.7489C15.1828 22.7489 15.3243 22.7489 15.4121 22.661C15.5 22.5732 15.5 22.4317 15.5 22.1489L15.5 20.8555C15.5 20.3032 15.9477 19.8555 16.5 19.8555ZM13.1919 14.8203C12.7691 14.1227 12.6845 13.5833 12.7267 13.1644C12.7813 12.6225 13.0681 12.0715 13.5877 11.4674C14.0757 10.9 14.6855 10.3778 15.3281 9.82742L15.4668 9.70861C15.8044 9.4191 16.1674 9.10631 16.5007 8.77505C16.834 9.10631 17.1971 9.41911 17.5347 9.70862L17.6733 9.82737C18.316 10.3778 18.9258 10.9 19.4138 11.4674C19.9335 12.0716 20.2203 12.6225 20.2749 13.1644C20.3171 13.5833 20.2325 14.1227 19.8096 14.8203H13.1919Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.98329 3.18749C5.78006 3.18749 3.18332 5.78983 3.18332 8.99998C3.18332 12.0732 5.56216 14.6023 8.56801 14.8149C9.10056 14.8525 9.5018 15.3157 9.46422 15.8494C9.42664 16.3831 8.96445 16.7852 8.43191 16.7476C4.4147 16.4634 1.25 13.0914 1.25 8.99998C1.25 4.71978 4.71231 1.25 8.98329 1.25C11.5745 1.25 14.1591 2.53491 15.5761 4.57077C15.8815 5.00959 15.7742 5.61346 15.3363 5.91954C14.8984 6.22563 14.2958 6.11803 13.9904 5.67921C12.9619 4.20145 10.991 3.18749 8.98329 3.18749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 5.99998C9.55228 5.99998 10 6.4477 10 6.99998V9.49998C10 9.83434 9.8329 10.1466 9.5547 10.332L8.0547 11.332C7.59517 11.6384 6.9743 11.5142 6.66795 11.0547C6.3616 10.5952 6.48577 9.97429 6.9453 9.66793L8 8.9648V6.99998C8 6.4477 8.44772 5.99998 9 5.99998Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 19.8555C17.0523 19.8555 17.5 20.3032 17.5 20.8555L17.5 22.1489C17.5 22.4317 17.5 22.5732 17.5879 22.661C17.6757 22.7489 17.8172 22.7489 18.1 22.7489L19.8355 22.7489C20.0635 22.749 20.3015 22.749 20.5009 22.7229C20.7303 22.6929 21.0184 22.6167 21.2622 22.3792C21.5088 22.1391 21.5907 21.8505 21.6228 21.6178C21.6502 21.4196 21.6501 21.1841 21.65 20.9635L21.65 16.6703C21.65 16.6239 21.65 16.6007 21.6526 16.5812C21.6703 16.4465 21.7762 16.3406 21.9108 16.3229C21.9303 16.3203 21.9536 16.3203 22 16.3203C22.4142 16.3203 22.75 15.9845 22.75 15.5703C22.75 15.1561 22.4142 14.8203 22 14.8203H21.9445C22.1649 14.1905 22.2422 13.5671 22.18 12.9501C22.0639 11.7976 21.478 10.8573 20.8317 10.1059C20.2403 9.41832 19.5191 8.80152 18.9011 8.273L18.9011 8.27299L18.7421 8.13686C18.0414 7.53597 17.5487 7.08727 17.2908 6.6898C17.1121 6.41453 16.8165 6.24999 16.5007 6.25C16.1848 6.25001 15.8892 6.41456 15.7106 6.68985C15.4527 7.0873 14.96 7.53598 14.2593 8.13688L14.1003 8.27304C13.4824 8.80155 12.7612 9.41834 12.1698 10.1059C11.5235 10.8573 10.9376 11.7976 10.8215 12.9501C10.7594 13.5671 10.8367 14.1905 11.057 14.8203H11C10.5858 14.8203 10.25 15.1561 10.25 15.5703C10.25 15.9845 10.5858 16.3203 11 16.3203C11.0464 16.3203 11.0697 16.3203 11.0892 16.3229C11.2238 16.3406 11.3297 16.4465 11.3474 16.5812C11.35 16.6007 11.35 16.6239 11.35 16.6703L11.35 20.9635C11.3499 21.1841 11.3498 21.4196 11.3772 21.6178C11.4093 21.8505 11.4912 22.1391 11.7378 22.3792C11.9816 22.6167 12.2697 22.6929 12.4991 22.7229C12.6985 22.749 12.9365 22.749 13.1645 22.7489L13.1645 22.7489L14.9 22.7489C15.1828 22.7489 15.3243 22.7489 15.4121 22.661C15.5 22.5732 15.5 22.4317 15.5 22.1489L15.5 20.8555C15.5 20.3032 15.9477 19.8555 16.5 19.8555ZM13.1919 14.8203C12.7691 14.1227 12.6845 13.5833 12.7267 13.1644C12.7813 12.6225 13.0681 12.0715 13.5877 11.4674C14.0757 10.9 14.6855 10.3778 15.3281 9.82742L15.4668 9.70861C15.8044 9.4191 16.1674 9.10631 16.5007 8.77505C16.834 9.10631 17.1971 9.41911 17.5347 9.70862L17.6733 9.82737C18.316 10.3778 18.9258 10.9 19.4138 11.4674C19.9335 12.0716 20.2203 12.6225 20.2749 13.1644C20.3171 13.5833 20.2325 14.1227 19.8096 14.8203H13.1919Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.98329 3.18749C5.78006 3.18749 3.18332 5.78983 3.18332 8.99998C3.18332 12.0732 5.56216 14.6023 8.56801 14.8149C9.10056 14.8525 9.5018 15.3157 9.46422 15.8494C9.42664 16.3831 8.96445 16.7852 8.43191 16.7476C4.4147 16.4634 1.25 13.0914 1.25 8.99998C1.25 4.71978 4.71231 1.25 8.98329 1.25C11.5745 1.25 14.1591 2.53491 15.5761 4.57077C15.8815 5.00959 15.7742 5.61346 15.3363 5.91954C14.8984 6.22563 14.2958 6.11803 13.9904 5.67921C12.9619 4.20145 10.991 3.18749 8.98329 3.18749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 5.99998C9.55228 5.99998 10 6.4477 10 6.99998V9.49998C10 9.83434 9.8329 10.1466 9.5547 10.332L8.0547 11.332C7.59517 11.6384 6.9743 11.5142 6.66795 11.0547C6.3616 10.5952 6.48577 9.97429 6.9453 9.66793L8 8.9648V6.99998C8 6.4477 8.44772 5.99998 9 5.99998Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-salah{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 1.25C12.2051 1.25 10.75 2.70507 10.75 4.5C10.75 4.76889 10.6542 4.9762 10.4397 5.1754C10.2019 5.39618 9.81671 5.60386 9.26283 5.78849C8.45972 6.05619 7.40711 6.49478 6.5827 7.61898C5.76697 8.73134 5.25 10.4094 5.25 13C5.25 15.1222 5.73848 16.5894 6.35431 17.6315C6.53225 17.9327 6.721 18.1967 6.90596 18.4264C5.97235 18.6514 5.2678 19.0756 4.75896 19.6056C4.01137 20.3843 3.75 21.3268 3.75 22C3.75 22.4142 4.08579 22.75 4.5 22.75H17.5C19.0188 22.75 20.25 21.5188 20.25 20C20.25 18.6692 19.3047 17.5592 18.0489 17.3048C17.949 17.0209 17.8251 16.6834 17.6751 16.3757C17.42 15.8524 17.0414 15.2928 16.416 14.876C16.086 14.6559 15.7543 14.4579 15.4549 14.2792L15.4548 14.2791L15.4548 14.2791L15.2843 14.1772C14.9322 13.9659 14.6395 13.7834 14.398 13.5955C13.9365 13.2366 13.75 12.9318 13.75 12.5C13.75 11.6943 13.6182 10.5241 13.4934 9.58838C13.4301 9.11342 13.3668 8.6864 13.3194 8.37814L13.2992 8.24774L13.4158 8.12505C14.4515 8.34398 15.3849 7.84586 16.0149 7.21578C16.7371 6.49342 17.25 5.43065 17.25 4.5C17.25 2.70507 15.7949 1.25 14 1.25ZM10.2364 11.1391C10.3132 10.7321 10.0454 10.3399 9.6384 10.2631C9.23136 10.1864 8.83916 10.4541 8.76239 10.8611C8.57066 11.8777 8.56995 13.2956 9.16445 14.6654C9.77059 16.062 10.9714 17.3491 13.0642 18.0898C13.4546 18.228 13.8832 18.0235 14.0214 17.633C14.1596 17.2425 13.9551 16.8139 13.5646 16.6757C11.8542 16.0704 10.9765 15.073 10.5404 14.0682C10.0927 13.0366 10.0861 11.9361 10.2364 11.1391Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 1.25C12.2051 1.25 10.75 2.70507 10.75 4.5C10.75 4.76889 10.6542 4.9762 10.4397 5.1754C10.2019 5.39618 9.81671 5.60386 9.26283 5.78849C8.45972 6.05619 7.40711 6.49478 6.5827 7.61898C5.76697 8.73134 5.25 10.4094 5.25 13C5.25 15.1222 5.73848 16.5894 6.35431 17.6315C6.53225 17.9327 6.721 18.1967 6.90596 18.4264C5.97235 18.6514 5.2678 19.0756 4.75896 19.6056C4.01137 20.3843 3.75 21.3268 3.75 22C3.75 22.4142 4.08579 22.75 4.5 22.75H17.5C19.0188 22.75 20.25 21.5188 20.25 20C20.25 18.6692 19.3047 17.5592 18.0489 17.3048C17.949 17.0209 17.8251 16.6834 17.6751 16.3757C17.42 15.8524 17.0414 15.2928 16.416 14.876C16.086 14.6559 15.7543 14.4579 15.4549 14.2792L15.4548 14.2791L15.4548 14.2791L15.2843 14.1772C14.9322 13.9659 14.6395 13.7834 14.398 13.5955C13.9365 13.2366 13.75 12.9318 13.75 12.5C13.75 11.6943 13.6182 10.5241 13.4934 9.58838C13.4301 9.11342 13.3668 8.6864 13.3194 8.37814L13.2992 8.24774L13.4158 8.12505C14.4515 8.34398 15.3849 7.84586 16.0149 7.21578C16.7371 6.49342 17.25 5.43065 17.25 4.5C17.25 2.70507 15.7949 1.25 14 1.25ZM10.2364 11.1391C10.3132 10.7321 10.0454 10.3399 9.6384 10.2631C9.23136 10.1864 8.83916 10.4541 8.76239 10.8611C8.57066 11.8777 8.56995 13.2956 9.16445 14.6654C9.77059 16.062 10.9714 17.3491 13.0642 18.0898C13.4546 18.228 13.8832 18.0235 14.0214 17.633C14.1596 17.2425 13.9551 16.8139 13.5646 16.6757C11.8542 16.0704 10.9765 15.073 10.5404 14.0682C10.0927 13.0366 10.0861 11.9361 10.2364 11.1391Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-sujood{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4208 5.92844C10.8638 3.39247 7.02676 3.94039 5.54399 6.16825C4.97627 7.02125 4.51156 8.09956 4.88319 9.663C5.15719 10.8158 5.87624 12.1867 7.23685 13.9135C7.34928 14.0562 7.40549 14.1276 7.37839 14.1838C7.35129 14.2401 7.26064 14.2406 7.07933 14.2416H7.07932C6.81916 14.243 6.55874 14.2512 6.30158 14.286C5.96429 14.3316 5.60893 14.4355 5.30969 14.7095C5.24483 14.6868 5.16606 14.6526 5.07154 14.6026C4.85547 14.4884 4.6239 14.3287 4.35863 14.1394L4.27195 14.0775C4.04435 13.9145 3.78727 13.7305 3.54077 13.5866C3.27702 13.4327 2.90585 13.25 2.49623 13.25C2.26095 13.25 1.93264 13.2689 1.62643 13.4417C1.28706 13.6333 1.0972 13.9393 0.987588 14.2604C0.884452 14.5625 0.833158 14.9321 0.802071 15.3534C0.770277 15.7843 0.756501 16.3238 0.750228 16.9905C0.744341 17.6161 0.851562 18.287 1.20448 18.8246C1.58829 19.4092 2.20767 19.75 3 19.75C3.41421 19.75 3.75 19.4142 3.75 19C3.75 18.5858 3.41421 18.25 3 18.25C2.68633 18.25 2.55062 18.1418 2.45842 18.0014C2.33534 17.8139 2.24565 17.4835 2.25016 17.0046C2.25639 16.3432 2.26996 15.8439 2.29801 15.4638C2.32614 15.0824 2.36604 14.8695 2.4046 14.7526C2.42777 14.7511 2.45787 14.75 2.49623 14.75C2.49498 14.75 2.49539 14.7501 2.49759 14.7506C2.51144 14.7536 2.59637 14.7722 2.78465 14.8821C2.96665 14.9883 3.16289 15.1286 3.40118 15.2989L3.48751 15.3606C3.74792 15.5463 4.05455 15.7616 4.37041 15.9287C4.48869 15.9912 4.61859 16.0527 4.75776 16.1049C4.69286 16.7859 4.70462 17.5269 4.7932 18.1865C4.84088 18.5416 4.95304 18.9169 5.26138 19.2258L5.26239 19.2268C5.57105 19.5349 5.94633 19.6475 6.30158 19.6956C6.62695 19.7396 7.02688 19.7396 7.46335 19.7396L9.47625 19.7396C10.15 19.7803 11.1576 19.6845 12.0323 19.2265C12.4153 19.026 12.82 18.7962 12.9345 18.3502C13.0536 17.8866 12.7679 17.424 12.5126 17.0106C12.4524 16.9131 12.3939 16.8184 12.3428 16.727L10.8396 14.0981C10.1014 12.8069 10.5114 11.0393 12.0282 10.4431C12.944 10.0832 14.0668 9.74491 15.0566 9.74491C15.4708 9.74491 15.8066 10.0807 15.8066 10.4949C15.8066 10.9091 15.4708 11.2449 15.0566 11.2449C14.354 11.2449 13.4436 11.4985 12.577 11.8392C12.041 12.0498 11.7856 12.7306 12.1418 13.3535L13.6501 15.9915L15.5176 19.3293C15.7009 19.6481 16.0946 19.7396 16.4623 19.7396H19C19.2411 19.7396 19.4675 19.6236 19.6085 19.428C19.7494 19.2324 19.7837 18.9689 19.7074 18.7402C21.6357 18.7402 23.25 17.1778 23.25 15.2495C23.25 13.4693 21.917 12.001 20.195 11.786C19.935 10.0403 18.7013 7.75402 15.4208 5.92844ZM18.4239 14.1742C18.8131 13.9596 19.5006 13.4544 19.757 13.2591C20.8578 13.2591 21.7493 14.1508 21.7493 15.2497C21.7493 16.3487 20.8578 17.2404 19.757 17.2404H18.789C18.6482 17.0823 18.5025 16.9356 18.3581 16.8022C18.0217 16.4917 17.5818 16.2148 17.1974 16.0622C17.0903 16.0196 17.0367 15.9984 17.0058 15.9649C16.975 15.9314 16.96 15.8826 16.9301 15.785L16.6913 15.0062C16.659 14.901 16.6429 14.8484 16.6665 14.8099C16.6901 14.7715 16.7462 14.7617 16.8584 14.7422C17.4568 14.6379 17.985 14.4162 18.4239 14.1742Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4208 5.92844C10.8638 3.39247 7.02676 3.94039 5.54399 6.16825C4.97627 7.02125 4.51156 8.09956 4.88319 9.663C5.15719 10.8158 5.87624 12.1867 7.23685 13.9135C7.34928 14.0562 7.40549 14.1276 7.37839 14.1838C7.35129 14.2401 7.26064 14.2406 7.07933 14.2416H7.07932C6.81916 14.243 6.55874 14.2512 6.30158 14.286C5.96429 14.3316 5.60893 14.4355 5.30969 14.7095C5.24483 14.6868 5.16606 14.6526 5.07154 14.6026C4.85547 14.4884 4.6239 14.3287 4.35863 14.1394L4.27195 14.0775C4.04435 13.9145 3.78727 13.7305 3.54077 13.5866C3.27702 13.4327 2.90585 13.25 2.49623 13.25C2.26095 13.25 1.93264 13.2689 1.62643 13.4417C1.28706 13.6333 1.0972 13.9393 0.987588 14.2604C0.884452 14.5625 0.833158 14.9321 0.802071 15.3534C0.770277 15.7843 0.756501 16.3238 0.750228 16.9905C0.744341 17.6161 0.851562 18.287 1.20448 18.8246C1.58829 19.4092 2.20767 19.75 3 19.75C3.41421 19.75 3.75 19.4142 3.75 19C3.75 18.5858 3.41421 18.25 3 18.25C2.68633 18.25 2.55062 18.1418 2.45842 18.0014C2.33534 17.8139 2.24565 17.4835 2.25016 17.0046C2.25639 16.3432 2.26996 15.8439 2.29801 15.4638C2.32614 15.0824 2.36604 14.8695 2.4046 14.7526C2.42777 14.7511 2.45787 14.75 2.49623 14.75C2.49498 14.75 2.49539 14.7501 2.49759 14.7506C2.51144 14.7536 2.59637 14.7722 2.78465 14.8821C2.96665 14.9883 3.16289 15.1286 3.40118 15.2989L3.48751 15.3606C3.74792 15.5463 4.05455 15.7616 4.37041 15.9287C4.48869 15.9912 4.61859 16.0527 4.75776 16.1049C4.69286 16.7859 4.70462 17.5269 4.7932 18.1865C4.84088 18.5416 4.95304 18.9169 5.26138 19.2258L5.26239 19.2268C5.57105 19.5349 5.94633 19.6475 6.30158 19.6956C6.62695 19.7396 7.02688 19.7396 7.46335 19.7396L9.47625 19.7396C10.15 19.7803 11.1576 19.6845 12.0323 19.2265C12.4153 19.026 12.82 18.7962 12.9345 18.3502C13.0536 17.8866 12.7679 17.424 12.5126 17.0106C12.4524 16.9131 12.3939 16.8184 12.3428 16.727L10.8396 14.0981C10.1014 12.8069 10.5114 11.0393 12.0282 10.4431C12.944 10.0832 14.0668 9.74491 15.0566 9.74491C15.4708 9.74491 15.8066 10.0807 15.8066 10.4949C15.8066 10.9091 15.4708 11.2449 15.0566 11.2449C14.354 11.2449 13.4436 11.4985 12.577 11.8392C12.041 12.0498 11.7856 12.7306 12.1418 13.3535L13.6501 15.9915L15.5176 19.3293C15.7009 19.6481 16.0946 19.7396 16.4623 19.7396H19C19.2411 19.7396 19.4675 19.6236 19.6085 19.428C19.7494 19.2324 19.7837 18.9689 19.7074 18.7402C21.6357 18.7402 23.25 17.1778 23.25 15.2495C23.25 13.4693 21.917 12.001 20.195 11.786C19.935 10.0403 18.7013 7.75402 15.4208 5.92844ZM18.4239 14.1742C18.8131 13.9596 19.5006 13.4544 19.757 13.2591C20.8578 13.2591 21.7493 14.1508 21.7493 15.2497C21.7493 16.3487 20.8578 17.2404 19.757 17.2404H18.789C18.6482 17.0823 18.5025 16.9356 18.3581 16.8022C18.0217 16.4917 17.5818 16.2148 17.1974 16.0622C17.0903 16.0196 17.0367 15.9984 17.0058 15.9649C16.975 15.9314 16.96 15.8826 16.9301 15.785L16.6913 15.0062C16.659 14.901 16.6429 14.8484 16.6665 14.8099C16.6901 14.7715 16.7462 14.7617 16.8584 14.7422C17.4568 14.6379 17.985 14.4162 18.4239 14.1742Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-tasbih{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.11815 14.6687C8.3034 15.0391 8.15323 15.4896 7.78274 15.6749L4.29901 17.4168C3.65597 17.7383 3.24968 17.9436 2.98351 18.1293C2.86135 18.2146 2.72829 18.2834 2.78463 18.4385C2.85637 18.6359 3.05336 18.9698 3.32486 19.3169C3.39753 19.4098 3.53492 19.4157 3.618 19.3319L4.58735 18.3552C4.87913 18.0611 5.354 18.0593 5.648 18.3511C5.94201 18.6429 5.94382 19.1178 5.65205 19.4118L4.67443 20.3969C4.59198 20.4799 4.59799 20.616 4.68997 20.6884C5.02846 20.9549 5.35408 21.1474 5.55021 21.2183C5.7143 21.2775 5.78265 21.1503 5.87384 21.0196C6.05958 20.7535 6.26488 20.3472 6.5864 19.7041L8.32827 16.2204C8.51351 15.8499 8.96402 15.6998 9.3345 15.885C9.70498 16.0702 9.85515 16.5208 9.66991 16.8912L7.92804 20.375C7.62821 20.9746 7.3675 21.5004 7.10395 21.878C6.83031 22.2702 6.46029 22.6415 5.89088 22.7339C5.32811 22.8252 4.76725 22.5491 4.30611 22.2555C3.2982 21.6138 2.38029 20.6862 1.74275 19.676C1.45552 19.2209 1.17928 18.6668 1.26926 18.1123C1.36166 17.5429 1.73298 17.1729 2.12512 16.8992C2.5028 16.6357 3.02852 16.3749 3.62819 16.0751L7.11192 14.3333C7.48241 14.148 7.93291 14.2982 8.11815 14.6687Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.9977 1.25391C12.6366 1.25391 11.5333 2.3573 11.5333 3.71834C11.5333 3.86271 11.5457 4.00418 11.5695 4.14175C11.4891 4.02753 11.3977 3.91862 11.2956 3.81644C10.3332 2.85401 8.77283 2.85401 7.81044 3.81644C6.84807 4.77886 6.84807 6.33923 7.81044 7.30165C7.91286 7.40407 8.02205 7.49559 8.13657 7.57622C7.99876 7.55231 7.85703 7.53984 7.71239 7.53984C6.35134 7.53984 5.24805 8.64324 5.24805 10.0043C5.24805 11.3653 6.35134 12.4687 7.71239 12.4687C7.85679 12.4687 7.99829 12.4563 8.13588 12.4325C8.02161 12.513 7.91265 12.6043 7.81044 12.7065C6.84807 13.6689 6.84807 15.2293 7.81044 16.1917C8.77283 17.1542 10.3332 17.1542 11.2956 16.1917C11.3977 16.0896 11.489 15.9807 11.5695 15.8665C11.5457 16.004 11.5333 16.1453 11.5333 16.2895C11.5333 17.6505 12.6366 18.7539 13.9977 18.7539C15.3587 18.7539 16.462 17.6505 16.462 16.2895C16.462 16.145 16.4496 16.0035 16.4257 15.8659C16.5063 15.9803 16.5978 16.0894 16.7001 16.1917C17.6625 17.1542 19.2228 17.1542 20.1852 16.1917C21.1476 15.2293 21.1476 13.6689 20.1852 12.7065C20.0825 12.6038 19.973 12.5121 19.8582 12.4313C19.9964 12.4554 20.1386 12.4679 20.2837 12.4679C21.6448 12.4679 22.748 11.3645 22.748 10.0035C22.748 8.64245 21.6448 7.53905 20.2837 7.53905C20.1394 7.53905 19.998 7.55146 19.8604 7.57527C19.9745 7.49487 20.0832 7.40367 20.1852 7.30165C21.1476 6.33923 21.1476 4.77886 20.1852 3.81644C19.2228 2.85401 17.6625 2.85401 16.7001 3.81644C16.5977 3.91882 16.5062 4.02797 16.4256 4.14244C16.4495 4.00466 16.462 3.86295 16.462 3.71834C16.462 2.3573 15.3587 1.25391 13.9977 1.25391ZM11.2965 7.30182C11.886 6.71228 12.1144 5.89837 11.9817 5.13497C12.4276 5.76879 13.1647 6.18294 13.9986 6.18294C14.8327 6.18294 15.5701 5.76849 16.0159 5.13428C15.883 5.89788 16.1113 6.7121 16.701 7.30182C17.2905 7.89134 18.1043 8.11976 18.8677 7.98709C18.2342 8.43308 17.8203 9.17004 17.8203 10.0037C17.8203 10.8383 18.2352 11.576 18.8699 12.0218C18.1059 11.8883 17.2911 12.1166 16.701 12.7067C16.1114 13.2963 15.8831 14.1103 16.0158 14.8738C15.57 14.2396 14.8327 13.8252 13.9986 13.8252C13.1648 13.8252 12.4277 14.2393 11.9818 14.8731C12.1143 14.1098 11.8859 13.2961 11.2965 12.7067C10.7069 12.1171 9.89301 11.8887 9.1296 12.0215C9.76347 11.5755 10.1776 10.8384 10.1776 10.0044C10.1776 9.17024 9.76317 8.43282 9.12891 7.98693C9.89252 8.11994 10.7068 7.89157 11.2965 7.30182Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.11815 14.6687C8.3034 15.0391 8.15323 15.4896 7.78274 15.6749L4.29901 17.4168C3.65597 17.7383 3.24968 17.9436 2.98351 18.1293C2.86135 18.2146 2.72829 18.2834 2.78463 18.4385C2.85637 18.6359 3.05336 18.9698 3.32486 19.3169C3.39753 19.4098 3.53492 19.4157 3.618 19.3319L4.58735 18.3552C4.87913 18.0611 5.354 18.0593 5.648 18.3511C5.94201 18.6429 5.94382 19.1178 5.65205 19.4118L4.67443 20.3969C4.59198 20.4799 4.59799 20.616 4.68997 20.6884C5.02846 20.9549 5.35408 21.1474 5.55021 21.2183C5.7143 21.2775 5.78265 21.1503 5.87384 21.0196C6.05958 20.7535 6.26488 20.3472 6.5864 19.7041L8.32827 16.2204C8.51351 15.8499 8.96402 15.6998 9.3345 15.885C9.70498 16.0702 9.85515 16.5208 9.66991 16.8912L7.92804 20.375C7.62821 20.9746 7.3675 21.5004 7.10395 21.878C6.83031 22.2702 6.46029 22.6415 5.89088 22.7339C5.32811 22.8252 4.76725 22.5491 4.30611 22.2555C3.2982 21.6138 2.38029 20.6862 1.74275 19.676C1.45552 19.2209 1.17928 18.6668 1.26926 18.1123C1.36166 17.5429 1.73298 17.1729 2.12512 16.8992C2.5028 16.6357 3.02852 16.3749 3.62819 16.0751L7.11192 14.3333C7.48241 14.148 7.93291 14.2982 8.11815 14.6687Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.9977 1.25391C12.6366 1.25391 11.5333 2.3573 11.5333 3.71834C11.5333 3.86271 11.5457 4.00418 11.5695 4.14175C11.4891 4.02753 11.3977 3.91862 11.2956 3.81644C10.3332 2.85401 8.77283 2.85401 7.81044 3.81644C6.84807 4.77886 6.84807 6.33923 7.81044 7.30165C7.91286 7.40407 8.02205 7.49559 8.13657 7.57622C7.99876 7.55231 7.85703 7.53984 7.71239 7.53984C6.35134 7.53984 5.24805 8.64324 5.24805 10.0043C5.24805 11.3653 6.35134 12.4687 7.71239 12.4687C7.85679 12.4687 7.99829 12.4563 8.13588 12.4325C8.02161 12.513 7.91265 12.6043 7.81044 12.7065C6.84807 13.6689 6.84807 15.2293 7.81044 16.1917C8.77283 17.1542 10.3332 17.1542 11.2956 16.1917C11.3977 16.0896 11.489 15.9807 11.5695 15.8665C11.5457 16.004 11.5333 16.1453 11.5333 16.2895C11.5333 17.6505 12.6366 18.7539 13.9977 18.7539C15.3587 18.7539 16.462 17.6505 16.462 16.2895C16.462 16.145 16.4496 16.0035 16.4257 15.8659C16.5063 15.9803 16.5978 16.0894 16.7001 16.1917C17.6625 17.1542 19.2228 17.1542 20.1852 16.1917C21.1476 15.2293 21.1476 13.6689 20.1852 12.7065C20.0825 12.6038 19.973 12.5121 19.8582 12.4313C19.9964 12.4554 20.1386 12.4679 20.2837 12.4679C21.6448 12.4679 22.748 11.3645 22.748 10.0035C22.748 8.64245 21.6448 7.53905 20.2837 7.53905C20.1394 7.53905 19.998 7.55146 19.8604 7.57527C19.9745 7.49487 20.0832 7.40367 20.1852 7.30165C21.1476 6.33923 21.1476 4.77886 20.1852 3.81644C19.2228 2.85401 17.6625 2.85401 16.7001 3.81644C16.5977 3.91882 16.5062 4.02797 16.4256 4.14244C16.4495 4.00466 16.462 3.86295 16.462 3.71834C16.462 2.3573 15.3587 1.25391 13.9977 1.25391ZM11.2965 7.30182C11.886 6.71228 12.1144 5.89837 11.9817 5.13497C12.4276 5.76879 13.1647 6.18294 13.9986 6.18294C14.8327 6.18294 15.5701 5.76849 16.0159 5.13428C15.883 5.89788 16.1113 6.7121 16.701 7.30182C17.2905 7.89134 18.1043 8.11976 18.8677 7.98709C18.2342 8.43308 17.8203 9.17004 17.8203 10.0037C17.8203 10.8383 18.2352 11.576 18.8699 12.0218C18.1059 11.8883 17.2911 12.1166 16.701 12.7067C16.1114 13.2963 15.8831 14.1103 16.0158 14.8738C15.57 14.2396 14.8327 13.8252 13.9986 13.8252C13.1648 13.8252 12.4277 14.2393 11.9818 14.8731C12.1143 14.1098 11.8859 13.2961 11.2965 12.7067C10.7069 12.1171 9.89301 11.8887 9.1296 12.0215C9.76347 11.5755 10.1776 10.8384 10.1776 10.0044C10.1776 9.17024 9.76317 8.43282 9.12891 7.98693C9.89252 8.11994 10.7068 7.89157 11.2965 7.30182Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-wudu{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0319 1.25001C16.2362 1.25097 16.4313 1.33525 16.572 1.48335L19.3708 4.42851C21.1942 6.31419 21.2261 9.39115 19.3683 11.3096C17.5305 13.2073 14.5116 13.242 12.6396 11.3417L12.6351 11.3371C10.8099 9.45233 10.7773 6.37686 12.604 4.45806L12.6084 4.45342L15.4896 1.47825C15.6317 1.33148 15.8276 1.24905 16.0319 1.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0319 1.25001C16.2362 1.25097 16.4313 1.33525 16.572 1.48335L19.3708 4.42851C21.1942 6.31419 21.2261 9.39115 19.3683 11.3096C17.5305 13.2073 14.5116 13.242 12.6396 11.3417L12.6351 11.3371C10.8099 9.45233 10.7773 6.37686 12.604 4.45806L12.6084 4.45342L15.4896 1.47825C15.6317 1.33148 15.8276 1.24905 16.0319 1.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-islamic-icons-zakat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4016 4.56648L13.3313 4.56645C13.2723 4.5664 13.2145 4.56635 13.1577 4.56662C13.0394 4.56516 12.9447 4.56226 12.8634 4.55647C12.6981 4.5495 12.5826 4.4302 12.5456 4.37142C12.5083 4.31419 12.4673 4.24781 12.4151 4.16277C12.2584 3.85181 12.1687 3.67016 12.1174 3.52903C12.0549 3.37987 12.1555 3.27163 12.2136 3.23615C12.3237 3.17858 12.4815 3.1196 12.7832 3.00991C13.7117 2.67234 14.4187 2.66895 15.2394 2.96859C15.5562 3.08423 15.7141 3.14406 15.822 3.20373C15.8774 3.22791 15.9716 3.31687 15.9051 3.47926C15.8529 3.63006 15.7572 3.82462 15.5868 4.16277C15.5346 4.24781 15.4936 4.31419 15.4563 4.37142C15.4264 4.4331 15.3211 4.55647 15.1384 4.55647C15.0571 4.56226 14.9623 4.56517 14.8439 4.56662C14.7868 4.56635 14.7287 4.5664 14.6694 4.56645L14.5991 4.56648H13.4016ZM11.2761 5.15651C11.1966 5.22218 11.1195 5.29135 11.0384 5.36405L11.0181 5.38229C9.94028 6.3484 8.69538 7.99468 8.29407 10.2204C8.10262 11.2822 8.55452 12.1974 9.27035 12.81C9.97336 13.4116 10.9489 13.7484 11.9494 13.7484L16.0513 13.7484C17.0518 13.7484 18.0273 13.4116 18.7304 12.81C19.4462 12.1974 19.8981 11.2822 19.7066 10.2204C19.3053 7.99468 18.0604 6.3484 16.9826 5.38229L16.9623 5.36405C16.8809 5.29112 16.8036 5.22175 16.7238 5.1559C16.7997 5.0437 16.8648 4.93639 16.9193 4.84651L16.9295 4.82978L16.9295 4.82977C17.0838 4.52375 17.2311 4.23157 17.3217 3.96984C17.4249 3.67165 17.4813 3.34281 17.3904 2.97703C17.3552 2.83557 17.2894 2.66979 17.218 2.54274C16.8971 1.97165 16.3424 1.77196 15.8574 1.59735C15.8222 1.58467 15.7873 1.57212 15.7529 1.55957C14.5713 1.12818 13.4994 1.15313 12.2698 1.6002C12.2353 1.61271 12.2005 1.62521 12.1653 1.63784C11.7062 1.80249 11.1903 1.98755 10.8672 2.4772C10.7426 2.66618 10.644 2.91391 10.6049 3.13695C10.5457 3.47431 10.6093 3.7734 10.7068 4.04161C10.7937 4.28072 10.9292 4.54936 11.0725 4.83357L11.082 4.8493C11.1363 4.93871 11.2009 5.0452 11.2761 5.15651Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4016 4.56648L13.3313 4.56645C13.2723 4.5664 13.2145 4.56635 13.1577 4.56662C13.0394 4.56516 12.9447 4.56226 12.8634 4.55647C12.6981 4.5495 12.5826 4.4302 12.5456 4.37142C12.5083 4.31419 12.4673 4.24781 12.4151 4.16277C12.2584 3.85181 12.1687 3.67016 12.1174 3.52903C12.0549 3.37987 12.1555 3.27163 12.2136 3.23615C12.3237 3.17858 12.4815 3.1196 12.7832 3.00991C13.7117 2.67234 14.4187 2.66895 15.2394 2.96859C15.5562 3.08423 15.7141 3.14406 15.822 3.20373C15.8774 3.22791 15.9716 3.31687 15.9051 3.47926C15.8529 3.63006 15.7572 3.82462 15.5868 4.16277C15.5346 4.24781 15.4936 4.31419 15.4563 4.37142C15.4264 4.4331 15.3211 4.55647 15.1384 4.55647C15.0571 4.56226 14.9623 4.56517 14.8439 4.56662C14.7868 4.56635 14.7287 4.5664 14.6694 4.56645L14.5991 4.56648H13.4016ZM11.2761 5.15651C11.1966 5.22218 11.1195 5.29135 11.0384 5.36405L11.0181 5.38229C9.94028 6.3484 8.69538 7.99468 8.29407 10.2204C8.10262 11.2822 8.55452 12.1974 9.27035 12.81C9.97336 13.4116 10.9489 13.7484 11.9494 13.7484L16.0513 13.7484C17.0518 13.7484 18.0273 13.4116 18.7304 12.81C19.4462 12.1974 19.8981 11.2822 19.7066 10.2204C19.3053 7.99468 18.0604 6.3484 16.9826 5.38229L16.9623 5.36405C16.8809 5.29112 16.8036 5.22175 16.7238 5.1559C16.7997 5.0437 16.8648 4.93639 16.9193 4.84651L16.9295 4.82978L16.9295 4.82977C17.0838 4.52375 17.2311 4.23157 17.3217 3.96984C17.4249 3.67165 17.4813 3.34281 17.3904 2.97703C17.3552 2.83557 17.2894 2.66979 17.218 2.54274C16.8971 1.97165 16.3424 1.77196 15.8574 1.59735C15.8222 1.58467 15.7873 1.57212 15.7529 1.55957C14.5713 1.12818 13.4994 1.15313 12.2698 1.6002C12.2353 1.61271 12.2005 1.62521 12.1653 1.63784C11.7062 1.80249 11.1903 1.98755 10.8672 2.4772C10.7426 2.66618 10.644 2.91391 10.6049 3.13695C10.5457 3.47431 10.6093 3.7734 10.7068 4.04161C10.7937 4.28072 10.9292 4.54936 11.0725 4.83357L11.082 4.8493C11.1363 4.93871 11.2009 5.0452 11.2761 5.15651Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-apron{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.97058 7.25C7.57467 7.25 7.24695 7.55773 7.22206 7.95286C7.17558 8.691 7.04572 9.27602 6.78911 9.66367C6.5735 9.98937 6.22186 10.25 5.4757 10.25C5.35579 10.25 5.24339 10.2391 5.13831 10.2194C4.91901 10.1783 4.69277 10.2369 4.52106 10.3794C4.34935 10.5219 4.25 10.7334 4.25 10.9566L4.25 16.0549V16.0549V16.0549C4.24998 17.4225 4.24996 18.5248 4.36652 19.3918C4.48754 20.2919 4.74643 21.0497 5.34835 21.6517C5.95027 22.2536 6.70814 22.5125 7.60825 22.6335C8.47521 22.75 9.57752 22.75 10.9451 22.75H10.9451H10.9451H13.0549H13.0549H13.0549C14.4225 22.75 15.5248 22.75 16.3918 22.6335C17.2919 22.5125 18.0497 22.2536 18.6517 21.6516C19.2536 21.0497 19.5125 20.2919 19.6335 19.3918C19.75 18.5248 19.75 17.4225 19.75 16.0549V16.0549V16.0549V10.9565C19.75 10.7334 19.6507 10.5219 19.4789 10.3794C19.3072 10.2369 19.081 10.1783 18.8617 10.2194C18.7566 10.2391 18.6442 10.25 18.5243 10.25C17.7781 10.25 17.4265 9.98937 17.2109 9.66367C16.9543 9.27602 16.8244 8.691 16.7779 7.95286C16.7531 7.55773 16.4253 7.25 16.0294 7.25L7.97058 7.25ZM11.4 12.5L12.6 12.5C13.7314 12.5 14.2971 12.5 14.6485 12.8515C15 13.2029 15 13.7686 15 14.9V14.9L15 16.1V16.1C15 17.2314 15 17.7971 14.6485 18.1485C14.2971 18.5 13.7314 18.5 12.6 18.5H11.4C10.2686 18.5 9.70294 18.5 9.35147 18.1485C9 17.7971 9 17.2314 9 16.1V14.9C9 13.7686 9 13.2029 9.35147 12.8515C9.70294 12.5 10.2686 12.5 11.4 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.15909C10.373 3.15909 9.06035 4.44454 9.06035 6.02273C9.06035 6.15496 9.06255 6.302 9.06492 6.46033C9.07721 7.28316 9.09407 8.41113 8.83077 9.35345C8.66554 9.94479 8.36871 10.5629 7.81576 11.0313C7.24789 11.5123 6.5112 11.75 5.63867 11.75C2.3605 11.75 1.0385 7.60228 3.58649 5.73558C4.01763 5.41972 4.62868 5.50583 4.95131 5.92791C5.27394 6.35 5.18598 6.94822 4.75485 7.26407C3.67617 8.05433 4.27541 9.84091 5.63867 9.84091C6.1372 9.84091 6.39188 9.71288 6.53983 9.58755C6.7027 9.44959 6.84617 9.22074 6.94983 8.84973C7.13278 8.19498 7.12387 7.40817 7.11452 6.5817C7.11242 6.39701 7.11031 6.21034 7.11031 6.02273C7.11031 3.38347 9.30293 1.25 12 1.25C14.6971 1.25 16.8897 3.38347 16.8897 6.02273C16.8897 6.21034 16.8876 6.39701 16.8855 6.5817C16.8761 7.40817 16.8672 8.19498 17.0502 8.84973C17.1538 9.22074 17.2973 9.44959 17.4602 9.58755C17.6081 9.71288 17.8628 9.84091 18.3613 9.84091C19.7245 9.84091 20.3238 8.05451 19.2453 7.26418C18.8142 6.94827 18.7263 6.35004 19.049 5.928C19.3717 5.50595 19.9827 5.41991 20.4138 5.73582C22.9614 7.6027 21.6393 11.75 18.3613 11.75C17.4888 11.75 16.7521 11.5123 16.1842 11.0313C15.6313 10.5629 15.3345 9.94479 15.1692 9.35345C14.9059 8.41113 14.9228 7.28316 14.9351 6.46033C14.9374 6.302 14.9396 6.15496 14.9396 6.02273C14.9396 4.44454 13.627 3.15909 12 3.15909Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.97058 7.25C7.57467 7.25 7.24695 7.55773 7.22206 7.95286C7.17558 8.691 7.04572 9.27602 6.78911 9.66367C6.5735 9.98937 6.22186 10.25 5.4757 10.25C5.35579 10.25 5.24339 10.2391 5.13831 10.2194C4.91901 10.1783 4.69277 10.2369 4.52106 10.3794C4.34935 10.5219 4.25 10.7334 4.25 10.9566L4.25 16.0549V16.0549V16.0549C4.24998 17.4225 4.24996 18.5248 4.36652 19.3918C4.48754 20.2919 4.74643 21.0497 5.34835 21.6517C5.95027 22.2536 6.70814 22.5125 7.60825 22.6335C8.47521 22.75 9.57752 22.75 10.9451 22.75H10.9451H10.9451H13.0549H13.0549H13.0549C14.4225 22.75 15.5248 22.75 16.3918 22.6335C17.2919 22.5125 18.0497 22.2536 18.6517 21.6516C19.2536 21.0497 19.5125 20.2919 19.6335 19.3918C19.75 18.5248 19.75 17.4225 19.75 16.0549V16.0549V16.0549V10.9565C19.75 10.7334 19.6507 10.5219 19.4789 10.3794C19.3072 10.2369 19.081 10.1783 18.8617 10.2194C18.7566 10.2391 18.6442 10.25 18.5243 10.25C17.7781 10.25 17.4265 9.98937 17.2109 9.66367C16.9543 9.27602 16.8244 8.691 16.7779 7.95286C16.7531 7.55773 16.4253 7.25 16.0294 7.25L7.97058 7.25ZM11.4 12.5L12.6 12.5C13.7314 12.5 14.2971 12.5 14.6485 12.8515C15 13.2029 15 13.7686 15 14.9V14.9L15 16.1V16.1C15 17.2314 15 17.7971 14.6485 18.1485C14.2971 18.5 13.7314 18.5 12.6 18.5H11.4C10.2686 18.5 9.70294 18.5 9.35147 18.1485C9 17.7971 9 17.2314 9 16.1V14.9C9 13.7686 9 13.2029 9.35147 12.8515C9.70294 12.5 10.2686 12.5 11.4 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.15909C10.373 3.15909 9.06035 4.44454 9.06035 6.02273C9.06035 6.15496 9.06255 6.302 9.06492 6.46033C9.07721 7.28316 9.09407 8.41113 8.83077 9.35345C8.66554 9.94479 8.36871 10.5629 7.81576 11.0313C7.24789 11.5123 6.5112 11.75 5.63867 11.75C2.3605 11.75 1.0385 7.60228 3.58649 5.73558C4.01763 5.41972 4.62868 5.50583 4.95131 5.92791C5.27394 6.35 5.18598 6.94822 4.75485 7.26407C3.67617 8.05433 4.27541 9.84091 5.63867 9.84091C6.1372 9.84091 6.39188 9.71288 6.53983 9.58755C6.7027 9.44959 6.84617 9.22074 6.94983 8.84973C7.13278 8.19498 7.12387 7.40817 7.11452 6.5817C7.11242 6.39701 7.11031 6.21034 7.11031 6.02273C7.11031 3.38347 9.30293 1.25 12 1.25C14.6971 1.25 16.8897 3.38347 16.8897 6.02273C16.8897 6.21034 16.8876 6.39701 16.8855 6.5817C16.8761 7.40817 16.8672 8.19498 17.0502 8.84973C17.1538 9.22074 17.2973 9.44959 17.4602 9.58755C17.6081 9.71288 17.8628 9.84091 18.3613 9.84091C19.7245 9.84091 20.3238 8.05451 19.2453 7.26418C18.8142 6.94827 18.7263 6.35004 19.049 5.928C19.3717 5.50595 19.9827 5.41991 20.4138 5.73582C22.9614 7.6027 21.6393 11.75 18.3613 11.75C17.4888 11.75 16.7521 11.5123 16.1842 11.0313C15.6313 10.5629 15.3345 9.94479 15.1692 9.35345C14.9059 8.41113 14.9228 7.28316 14.9351 6.46033C14.9374 6.302 14.9396 6.15496 14.9396 6.02273C14.9396 4.44454 13.627 3.15909 12 3.15909Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-beater{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 17.5C13 16.1193 14.1193 15 15.5 15H17.5C18.8807 15 20 16.1193 20 17.5V19.5C20 20.8807 18.8807 22 17.5 22H15.5C14.1193 22 13 20.8807 13 19.5V17.5ZM15.5 17C15.2239 17 15 17.2239 15 17.5V19.5C15 19.7761 15.2239 20 15.5 20H17.5C17.7761 20 18 19.7761 18 19.5V17.5C18 17.2239 17.7761 17 17.5 17H15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 11C17.0523 11 17.5 11.4477 17.5 12V16C17.5 16.5523 17.0523 17 16.5 17C15.9477 17 15.5 16.5523 15.5 16V12C15.5 11.4477 15.9477 11 16.5 11ZM16.5 20C17.0523 20 17.5 20.4477 17.5 21V22C17.5 22.5523 17.0523 23 16.5 23C15.9477 23 15.5 22.5523 15.5 22V21C15.5 20.4477 15.9477 20 16.5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0262 3.01671C15.7893 3.00054 15.4796 3 15 3H8C7.44772 3 7 2.55229 7 2C7 1.44772 7.44772 1 8 1L15.032 1C15.4706 0.999988 15.8491 0.999977 16.1624 1.02135C16.4922 1.04386 16.8221 1.09336 17.1481 1.22836C17.8831 1.53284 18.4672 2.11687 18.7716 2.85195C18.9066 3.17788 18.9561 3.50779 18.9787 3.83762C19 4.15088 19 4.52936 19 4.96801V5C19 5.55229 18.5523 6 18 6C17.4477 6 17 5.55229 17 5C17 4.52038 16.9995 4.21074 16.9833 3.97376C16.9677 3.74576 16.9411 3.65893 16.9239 3.61732C16.8224 3.37229 16.6277 3.17762 16.3827 3.07612C16.3411 3.05888 16.2542 3.03227 16.0262 3.01671Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.46166 4.25L17.5384 4.25C18.2079 4.24998 18.7667 4.24997 19.219 4.29598C19.6925 4.34415 20.1318 4.44886 20.5278 4.71346C20.8281 4.91409 21.0859 5.17191 21.2865 5.47218C21.5511 5.86818 21.6559 6.30754 21.704 6.78102C21.75 7.23335 21.75 7.79209 21.75 8.46168V8.53832C21.75 9.20791 21.75 9.76664 21.704 10.219C21.6559 10.6925 21.5511 11.1318 21.2865 11.5278C21.0859 11.8281 20.8281 12.0859 20.5278 12.2865C20.1318 12.5511 19.6925 12.6558 19.219 12.704C18.7667 12.75 18.2079 12.75 17.5384 12.75H17.5383L6.46162 12.75H6.46158C5.79204 12.75 5.23334 12.75 4.78102 12.704C4.30755 12.6558 3.86818 12.5511 3.47218 12.2865C3.17191 12.0859 2.9141 11.8281 2.71346 11.5278C2.44887 11.1318 2.34415 10.6924 2.29599 10.219C2.24997 9.76667 2.24999 9.20792 2.25 8.53838V8.53834V8.46161V8.46157C2.24999 7.79203 2.24997 7.23333 2.29599 6.78102C2.34415 6.30754 2.44887 5.86818 2.71346 5.47218C2.9141 5.17191 3.17191 4.91409 3.47218 4.71346C3.86818 4.44886 4.30755 4.34415 4.78102 4.29598C5.23335 4.24997 5.79208 4.24998 6.46166 4.25ZM13 7.5C12.4477 7.5 12 7.94771 12 8.5C12 9.05228 12.4477 9.5 13 9.5H13.009C13.5612 9.5 14.009 9.05228 14.009 8.5C14.009 7.94771 13.5612 7.5 13.009 7.5H13ZM16.991 7.5C16.4388 7.5 15.991 7.94771 15.991 8.5C15.991 9.05228 16.4388 9.5 16.991 9.5H17C17.5523 9.5 18 9.05228 18 8.5C18 7.94771 17.5523 7.5 17 7.5H16.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 17.5C13 16.1193 14.1193 15 15.5 15H17.5C18.8807 15 20 16.1193 20 17.5V19.5C20 20.8807 18.8807 22 17.5 22H15.5C14.1193 22 13 20.8807 13 19.5V17.5ZM15.5 17C15.2239 17 15 17.2239 15 17.5V19.5C15 19.7761 15.2239 20 15.5 20H17.5C17.7761 20 18 19.7761 18 19.5V17.5C18 17.2239 17.7761 17 17.5 17H15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 11C17.0523 11 17.5 11.4477 17.5 12V16C17.5 16.5523 17.0523 17 16.5 17C15.9477 17 15.5 16.5523 15.5 16V12C15.5 11.4477 15.9477 11 16.5 11ZM16.5 20C17.0523 20 17.5 20.4477 17.5 21V22C17.5 22.5523 17.0523 23 16.5 23C15.9477 23 15.5 22.5523 15.5 22V21C15.5 20.4477 15.9477 20 16.5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0262 3.01671C15.7893 3.00054 15.4796 3 15 3H8C7.44772 3 7 2.55229 7 2C7 1.44772 7.44772 1 8 1L15.032 1C15.4706 0.999988 15.8491 0.999977 16.1624 1.02135C16.4922 1.04386 16.8221 1.09336 17.1481 1.22836C17.8831 1.53284 18.4672 2.11687 18.7716 2.85195C18.9066 3.17788 18.9561 3.50779 18.9787 3.83762C19 4.15088 19 4.52936 19 4.96801V5C19 5.55229 18.5523 6 18 6C17.4477 6 17 5.55229 17 5C17 4.52038 16.9995 4.21074 16.9833 3.97376C16.9677 3.74576 16.9411 3.65893 16.9239 3.61732C16.8224 3.37229 16.6277 3.17762 16.3827 3.07612C16.3411 3.05888 16.2542 3.03227 16.0262 3.01671Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.46166 4.25L17.5384 4.25C18.2079 4.24998 18.7667 4.24997 19.219 4.29598C19.6925 4.34415 20.1318 4.44886 20.5278 4.71346C20.8281 4.91409 21.0859 5.17191 21.2865 5.47218C21.5511 5.86818 21.6559 6.30754 21.704 6.78102C21.75 7.23335 21.75 7.79209 21.75 8.46168V8.53832C21.75 9.20791 21.75 9.76664 21.704 10.219C21.6559 10.6925 21.5511 11.1318 21.2865 11.5278C21.0859 11.8281 20.8281 12.0859 20.5278 12.2865C20.1318 12.5511 19.6925 12.6558 19.219 12.704C18.7667 12.75 18.2079 12.75 17.5384 12.75H17.5383L6.46162 12.75H6.46158C5.79204 12.75 5.23334 12.75 4.78102 12.704C4.30755 12.6558 3.86818 12.5511 3.47218 12.2865C3.17191 12.0859 2.9141 11.8281 2.71346 11.5278C2.44887 11.1318 2.34415 10.6924 2.29599 10.219C2.24997 9.76667 2.24999 9.20792 2.25 8.53838V8.53834V8.46161V8.46157C2.24999 7.79203 2.24997 7.23333 2.29599 6.78102C2.34415 6.30754 2.44887 5.86818 2.71346 5.47218C2.9141 5.17191 3.17191 4.91409 3.47218 4.71346C3.86818 4.44886 4.30755 4.34415 4.78102 4.29598C5.23335 4.24997 5.79208 4.24998 6.46166 4.25ZM13 7.5C12.4477 7.5 12 7.94771 12 8.5C12 9.05228 12.4477 9.5 13 9.5H13.009C13.5612 9.5 14.009 9.05228 14.009 8.5C14.009 7.94771 13.5612 7.5 13.009 7.5H13ZM16.991 7.5C16.4388 7.5 15.991 7.94771 15.991 8.5C15.991 9.05228 16.4388 9.5 16.991 9.5H17C17.5523 9.5 18 9.05228 18 8.5C18 7.94771 17.5523 7.5 17 7.5H16.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-blender{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.21112 3.25001C8.00269 3.25001 7.80367 3.33674 7.66177 3.4894C7.51987 3.64207 7.4479 3.8469 7.46312 4.05477L7.97484 11.0445L8.2486 17.0342C8.2669 17.4347 8.59692 17.75 8.99781 17.75H17.4355C17.8268 17.75 18.1524 17.4491 18.1832 17.059L19.0873 5.59159C19.1156 5.23181 19.1298 5.05192 19.2319 4.92963C19.2595 4.8965 19.2913 4.8671 19.3265 4.84214C19.4565 4.75001 19.6369 4.75001 19.9978 4.75001C20.412 4.75001 20.7478 4.41422 20.7478 4.00001C20.7478 3.58579 20.412 3.25001 19.9978 3.25001L8.21112 3.25001ZM17.2847 8.69688C17.2272 8.75001 17.1395 8.75001 16.9641 8.75001H15.4982C15.084 8.75001 14.7482 8.41422 14.7482 8.00001C14.7482 7.58579 15.084 7.25001 15.4982 7.25001H17.0193C17.2219 7.25001 17.3232 7.25001 17.3826 7.31426C17.442 7.37851 17.434 7.47949 17.4181 7.68145L17.3629 8.38144C17.3491 8.55632 17.3422 8.64375 17.2847 8.69688ZM17.0482 11.6969C16.9907 11.75 16.903 11.75 16.7276 11.75H15.4982C15.084 11.75 14.7482 11.4142 14.7482 11C14.7482 10.5858 15.084 10.25 15.4982 10.25H16.7828C16.9854 10.25 17.0867 10.25 17.1461 10.3143C17.2054 10.3785 17.1975 10.4795 17.1816 10.6814L17.1264 11.3814C17.1126 11.5563 17.1057 11.6438 17.0482 11.6969ZM16.8117 14.6969C16.7542 14.75 16.6665 14.75 16.4911 14.75H15.4982C15.084 14.75 14.7482 14.4142 14.7482 14C14.7482 13.5858 15.084 13.25 15.4982 13.25H16.5463C16.7489 13.25 16.8501 13.25 16.9095 13.3143C16.9689 13.3785 16.961 13.4795 16.945 13.6814L16.8898 14.3814C16.8761 14.5563 16.8692 14.6438 16.8117 14.6969Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.75 2C15.75 1.58579 15.4142 1.25 15 1.25H12C11.5858 1.25 11.25 1.58579 11.25 2C11.25 2.41421 11.5858 2.75 12 2.75H15C15.4142 2.75 15.75 2.41421 15.75 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.29155 3.25001C6.31296 3.25001 6.33443 3.25001 6.35595 3.25001H8.21307C8.76535 3.25001 9.21307 3.69773 9.21307 4.25001C9.21307 4.8023 8.76535 5.25001 8.21307 5.25001H5.50652C5.27286 5.25001 5.15603 5.25001 5.09598 5.32798C5.03594 5.40594 5.06543 5.51758 5.1244 5.74087C5.18504 5.97046 5.26323 6.25387 5.34838 6.53081L5.62345 7.42541C5.87899 8.25649 5.94322 8.40776 6.03693 8.5228C6.133 8.64074 6.27584 8.73932 7.04737 9.16947L9.21249 10.3766C9.69487 10.6455 9.8679 11.2546 9.59896 11.737C9.33002 12.2194 8.72095 12.3924 8.23857 12.1234C7.47721 11.699 6.71639 11.2735 5.95442 10.8501C5.37039 10.5256 4.856 10.2398 4.4863 9.78594C4.0893 9.29859 3.92109 8.69395 3.71178 8.01321C3.44921 7.15926 3.1358 6.26799 3.03437 5.59748C2.96429 5.13423 2.9696 4.55989 3.36095 4.0467C3.74759 3.53968 4.29561 3.37611 4.75722 3.31038C5.18236 3.24984 5.71648 3.24992 6.29155 3.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.09307 16.719C8.21785 16.2928 8.60872 16 9.05278 16H17.4668C17.8616 16 18.2193 16.2322 18.3801 16.5927C18.4489 16.747 18.5568 16.9532 18.7005 17.2278C18.7479 17.3183 18.7992 17.4163 18.8542 17.5224C19.063 17.9244 19.3054 18.4046 19.5104 18.896C19.7118 19.3788 19.9 19.9254 19.9703 20.4562C20.0381 20.9684 20.0196 21.65 19.5785 22.2134C19.1849 22.7161 18.6315 22.8757 18.1666 22.9401C17.7338 23.0002 17.1888 23.0001 16.5963 23C16.5751 23 16.5538 23 16.5325 23H10.353C10.3327 23 10.3125 23 10.2924 23C9.75094 23.0001 9.24712 23.0002 8.84252 22.9451C8.40254 22.8853 7.88776 22.7385 7.4984 22.2872C7.0537 21.7717 6.98467 21.1178 7.00249 20.6236C7.02118 20.1054 7.14325 19.5589 7.28333 19.0693C7.42564 18.572 7.60226 18.0811 7.75421 17.6693C7.78264 17.5922 7.80971 17.5192 7.83532 17.4501C7.95504 17.1271 8.04324 16.8892 8.09307 16.719ZM9.76459 18C9.74357 18.0569 9.7223 18.1141 9.70106 18.1713C9.6774 18.2351 9.65376 18.2987 9.63054 18.3616C9.4807 18.7677 9.32647 19.1991 9.20616 19.6195C9.08364 20.0477 9.01133 20.4144 9.00119 20.6957C8.99667 20.8212 9.00543 20.9005 9.0142 20.9468C9.03863 20.952 9.07073 20.9578 9.11204 20.9634C9.36521 20.9978 9.72964 21 10.353 21H16.5325C17.2107 21 17.6135 20.9977 17.8918 20.9591C17.9365 20.9529 17.9715 20.9465 17.9984 20.9407C18.0018 20.8959 18.0017 20.8249 17.9876 20.7188C17.9512 20.4437 17.8394 20.0852 17.6646 19.666C17.4933 19.2553 17.2829 18.8363 17.0793 18.444C17.038 18.3645 16.9957 18.2838 16.9535 18.2032C16.9178 18.135 16.8821 18.067 16.8473 18H9.76459ZM18.0756 20.9185C18.0757 20.9186 18.0744 20.9192 18.0713 20.9205C18.074 20.9191 18.0755 20.9185 18.0756 20.9185ZM8.947 20.9279C8.94707 20.9279 8.94836 20.9284 8.95064 20.9295C8.94807 20.9285 8.94693 20.928 8.947 20.9279Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.21112 3.25001C8.00269 3.25001 7.80367 3.33674 7.66177 3.4894C7.51987 3.64207 7.4479 3.8469 7.46312 4.05477L7.97484 11.0445L8.2486 17.0342C8.2669 17.4347 8.59692 17.75 8.99781 17.75H17.4355C17.8268 17.75 18.1524 17.4491 18.1832 17.059L19.0873 5.59159C19.1156 5.23181 19.1298 5.05192 19.2319 4.92963C19.2595 4.8965 19.2913 4.8671 19.3265 4.84214C19.4565 4.75001 19.6369 4.75001 19.9978 4.75001C20.412 4.75001 20.7478 4.41422 20.7478 4.00001C20.7478 3.58579 20.412 3.25001 19.9978 3.25001L8.21112 3.25001ZM17.2847 8.69688C17.2272 8.75001 17.1395 8.75001 16.9641 8.75001H15.4982C15.084 8.75001 14.7482 8.41422 14.7482 8.00001C14.7482 7.58579 15.084 7.25001 15.4982 7.25001H17.0193C17.2219 7.25001 17.3232 7.25001 17.3826 7.31426C17.442 7.37851 17.434 7.47949 17.4181 7.68145L17.3629 8.38144C17.3491 8.55632 17.3422 8.64375 17.2847 8.69688ZM17.0482 11.6969C16.9907 11.75 16.903 11.75 16.7276 11.75H15.4982C15.084 11.75 14.7482 11.4142 14.7482 11C14.7482 10.5858 15.084 10.25 15.4982 10.25H16.7828C16.9854 10.25 17.0867 10.25 17.1461 10.3143C17.2054 10.3785 17.1975 10.4795 17.1816 10.6814L17.1264 11.3814C17.1126 11.5563 17.1057 11.6438 17.0482 11.6969ZM16.8117 14.6969C16.7542 14.75 16.6665 14.75 16.4911 14.75H15.4982C15.084 14.75 14.7482 14.4142 14.7482 14C14.7482 13.5858 15.084 13.25 15.4982 13.25H16.5463C16.7489 13.25 16.8501 13.25 16.9095 13.3143C16.9689 13.3785 16.961 13.4795 16.945 13.6814L16.8898 14.3814C16.8761 14.5563 16.8692 14.6438 16.8117 14.6969Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.75 2C15.75 1.58579 15.4142 1.25 15 1.25H12C11.5858 1.25 11.25 1.58579 11.25 2C11.25 2.41421 11.5858 2.75 12 2.75H15C15.4142 2.75 15.75 2.41421 15.75 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.29155 3.25001C6.31296 3.25001 6.33443 3.25001 6.35595 3.25001H8.21307C8.76535 3.25001 9.21307 3.69773 9.21307 4.25001C9.21307 4.8023 8.76535 5.25001 8.21307 5.25001H5.50652C5.27286 5.25001 5.15603 5.25001 5.09598 5.32798C5.03594 5.40594 5.06543 5.51758 5.1244 5.74087C5.18504 5.97046 5.26323 6.25387 5.34838 6.53081L5.62345 7.42541C5.87899 8.25649 5.94322 8.40776 6.03693 8.5228C6.133 8.64074 6.27584 8.73932 7.04737 9.16947L9.21249 10.3766C9.69487 10.6455 9.8679 11.2546 9.59896 11.737C9.33002 12.2194 8.72095 12.3924 8.23857 12.1234C7.47721 11.699 6.71639 11.2735 5.95442 10.8501C5.37039 10.5256 4.856 10.2398 4.4863 9.78594C4.0893 9.29859 3.92109 8.69395 3.71178 8.01321C3.44921 7.15926 3.1358 6.26799 3.03437 5.59748C2.96429 5.13423 2.9696 4.55989 3.36095 4.0467C3.74759 3.53968 4.29561 3.37611 4.75722 3.31038C5.18236 3.24984 5.71648 3.24992 6.29155 3.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.09307 16.719C8.21785 16.2928 8.60872 16 9.05278 16H17.4668C17.8616 16 18.2193 16.2322 18.3801 16.5927C18.4489 16.747 18.5568 16.9532 18.7005 17.2278C18.7479 17.3183 18.7992 17.4163 18.8542 17.5224C19.063 17.9244 19.3054 18.4046 19.5104 18.896C19.7118 19.3788 19.9 19.9254 19.9703 20.4562C20.0381 20.9684 20.0196 21.65 19.5785 22.2134C19.1849 22.7161 18.6315 22.8757 18.1666 22.9401C17.7338 23.0002 17.1888 23.0001 16.5963 23C16.5751 23 16.5538 23 16.5325 23H10.353C10.3327 23 10.3125 23 10.2924 23C9.75094 23.0001 9.24712 23.0002 8.84252 22.9451C8.40254 22.8853 7.88776 22.7385 7.4984 22.2872C7.0537 21.7717 6.98467 21.1178 7.00249 20.6236C7.02118 20.1054 7.14325 19.5589 7.28333 19.0693C7.42564 18.572 7.60226 18.0811 7.75421 17.6693C7.78264 17.5922 7.80971 17.5192 7.83532 17.4501C7.95504 17.1271 8.04324 16.8892 8.09307 16.719ZM9.76459 18C9.74357 18.0569 9.7223 18.1141 9.70106 18.1713C9.6774 18.2351 9.65376 18.2987 9.63054 18.3616C9.4807 18.7677 9.32647 19.1991 9.20616 19.6195C9.08364 20.0477 9.01133 20.4144 9.00119 20.6957C8.99667 20.8212 9.00543 20.9005 9.0142 20.9468C9.03863 20.952 9.07073 20.9578 9.11204 20.9634C9.36521 20.9978 9.72964 21 10.353 21H16.5325C17.2107 21 17.6135 20.9977 17.8918 20.9591C17.9365 20.9529 17.9715 20.9465 17.9984 20.9407C18.0018 20.8959 18.0017 20.8249 17.9876 20.7188C17.9512 20.4437 17.8394 20.0852 17.6646 19.666C17.4933 19.2553 17.2829 18.8363 17.0793 18.444C17.038 18.3645 16.9957 18.2838 16.9535 18.2032C16.9178 18.135 16.8821 18.067 16.8473 18H9.76459ZM18.0756 20.9185C18.0757 20.9186 18.0744 20.9192 18.0713 20.9205C18.074 20.9191 18.0755 20.9185 18.0756 20.9185ZM8.947 20.9279C8.94707 20.9279 8.94836 20.9284 8.95064 20.9295C8.94807 20.9285 8.94693 20.928 8.947 20.9279Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-chef-hat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0003 20.75C9.4009 20.75 7.06048 21.1169 5.31673 21.6986C4.79283 21.8734 4.22644 21.5904 4.05167 21.0665C3.87689 20.5426 4.15991 19.9762 4.68381 19.8014C6.67118 19.1384 9.23185 18.75 12.0003 18.75C14.7687 18.75 17.3294 19.1384 19.3167 19.8014C19.8406 19.9762 20.1237 20.5426 19.9489 21.0665C19.7741 21.5904 19.2077 21.8734 18.6838 21.6986C16.9401 21.1169 14.5996 20.75 12.0003 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.377 4.4528C6.94087 4.32086 6.47845 4.24993 6 4.24993C3.37665 4.24993 1.25 6.37658 1.25 8.99993C1.25 11.1904 2.73266 13.0345 4.74915 13.5835C5.00088 13.652 5.12674 13.6863 5.18837 13.767C5.25 13.8476 5.25 13.9662 5.25 14.2034V15.032C5.25 15.3896 5.25 15.5684 5.36291 15.6585C5.47582 15.7486 5.65408 15.708 6.01058 15.6267C7.76977 15.2259 9.82216 14.9999 12.0003 14.9999C14.1782 14.9999 16.2304 15.2258 17.9894 15.6266C18.3459 15.7078 18.5242 15.7484 18.6371 15.6584C18.75 15.5683 18.75 15.3895 18.75 15.0318V14.2034C18.75 13.9662 18.75 13.8476 18.8116 13.767C18.8733 13.6863 18.9991 13.652 19.2508 13.5835C21.2673 13.0345 22.75 11.1904 22.75 8.99993C22.75 6.37658 20.6234 4.24993 18 4.24993C17.5216 4.24993 17.0591 4.32086 16.623 4.4528C16.3704 4.52923 16.244 4.56744 16.1536 4.53733C16.0632 4.50721 15.9851 4.40098 15.8288 4.18851C14.9645 3.01328 13.572 2.24993 12 2.24993C10.428 2.24993 9.0355 3.01328 8.1712 4.18851C8.01494 4.40098 7.93681 4.50721 7.84638 4.53732C7.75596 4.56744 7.62964 4.52922 7.377 4.4528ZM18.75 18.34C18.75 18.1252 18.75 18.0178 18.6888 17.9373C18.6276 17.8568 18.5269 17.8289 18.3256 17.7731C16.5964 17.2937 14.4047 16.9999 12.0003 16.9999C9.59559 16.9999 7.40366 17.2937 5.67441 17.7733C5.47307 17.8291 5.3724 17.857 5.3112 17.9375C5.25 18.018 5.25 18.1254 5.25 18.3401V20.6251C5.25 20.9821 5.25 21.1606 5.36656 21.2507C5.48311 21.3408 5.65584 21.2958 6.00128 21.2057L6.00131 21.2057L6.18914 21.1568C7.82456 20.7306 9.82721 20.4764 12 20.4764C14.1728 20.4764 16.1754 20.7306 17.8109 21.1568L17.9987 21.2057L17.9987 21.2057C18.3441 21.2958 18.5169 21.3408 18.6334 21.2507C18.75 21.1606 18.75 20.9821 18.75 20.6251V18.34Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0003 20.75C9.4009 20.75 7.06048 21.1169 5.31673 21.6986C4.79283 21.8734 4.22644 21.5904 4.05167 21.0665C3.87689 20.5426 4.15991 19.9762 4.68381 19.8014C6.67118 19.1384 9.23185 18.75 12.0003 18.75C14.7687 18.75 17.3294 19.1384 19.3167 19.8014C19.8406 19.9762 20.1237 20.5426 19.9489 21.0665C19.7741 21.5904 19.2077 21.8734 18.6838 21.6986C16.9401 21.1169 14.5996 20.75 12.0003 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.377 4.4528C6.94087 4.32086 6.47845 4.24993 6 4.24993C3.37665 4.24993 1.25 6.37658 1.25 8.99993C1.25 11.1904 2.73266 13.0345 4.74915 13.5835C5.00088 13.652 5.12674 13.6863 5.18837 13.767C5.25 13.8476 5.25 13.9662 5.25 14.2034V15.032C5.25 15.3896 5.25 15.5684 5.36291 15.6585C5.47582 15.7486 5.65408 15.708 6.01058 15.6267C7.76977 15.2259 9.82216 14.9999 12.0003 14.9999C14.1782 14.9999 16.2304 15.2258 17.9894 15.6266C18.3459 15.7078 18.5242 15.7484 18.6371 15.6584C18.75 15.5683 18.75 15.3895 18.75 15.0318V14.2034C18.75 13.9662 18.75 13.8476 18.8116 13.767C18.8733 13.6863 18.9991 13.652 19.2508 13.5835C21.2673 13.0345 22.75 11.1904 22.75 8.99993C22.75 6.37658 20.6234 4.24993 18 4.24993C17.5216 4.24993 17.0591 4.32086 16.623 4.4528C16.3704 4.52923 16.244 4.56744 16.1536 4.53733C16.0632 4.50721 15.9851 4.40098 15.8288 4.18851C14.9645 3.01328 13.572 2.24993 12 2.24993C10.428 2.24993 9.0355 3.01328 8.1712 4.18851C8.01494 4.40098 7.93681 4.50721 7.84638 4.53732C7.75596 4.56744 7.62964 4.52922 7.377 4.4528ZM18.75 18.34C18.75 18.1252 18.75 18.0178 18.6888 17.9373C18.6276 17.8568 18.5269 17.8289 18.3256 17.7731C16.5964 17.2937 14.4047 16.9999 12.0003 16.9999C9.59559 16.9999 7.40366 17.2937 5.67441 17.7733C5.47307 17.8291 5.3724 17.857 5.3112 17.9375C5.25 18.018 5.25 18.1254 5.25 18.3401V20.6251C5.25 20.9821 5.25 21.1606 5.36656 21.2507C5.48311 21.3408 5.65584 21.2958 6.00128 21.2057L6.00131 21.2057L6.18914 21.1568C7.82456 20.7306 9.82721 20.4764 12 20.4764C14.1728 20.4764 16.1754 20.7306 17.8109 21.1568L17.9987 21.2057L17.9987 21.2057C18.3441 21.2958 18.5169 21.3408 18.6334 21.2507C18.75 21.1606 18.75 20.9821 18.75 20.6251V18.34Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-chef{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.36297 15.4321C5.8483 15.6324 5.26868 15.3776 5.06836 14.8629C4.86805 14.3482 5.12289 13.7686 5.63756 13.5683C5.74859 13.5251 5.86162 13.4831 5.97659 13.4422C6.11006 13.3947 6.1768 13.371 6.2134 13.3192C6.25 13.2673 6.25 13.198 6.25 13.0594V12.1123C6.25 11.9408 6.25 11.8551 6.20256 11.7991C6.15512 11.7432 6.06452 11.7281 5.88333 11.6981C3.82122 11.3558 2.25 9.56348 2.25 7.40415C2.25 5.00073 4.19702 3.05138 6.6 3.05138C7.18705 3.05138 7.74782 3.16809 8.25961 3.37961C9.01773 2.10513 10.4082 1.25 12 1.25C13.5918 1.25 14.9823 2.10513 15.7404 3.37961C16.2522 3.16809 16.813 3.05138 17.4 3.05138C19.803 3.05138 21.75 5.00073 21.75 7.40415C21.75 9.56348 20.1788 11.3558 18.1167 11.6981C17.9355 11.7281 17.8449 11.7432 17.7974 11.7991C17.75 11.8551 17.75 11.9408 17.75 12.1123V13.0592C17.75 13.1978 17.75 13.2671 17.7866 13.319C17.8232 13.3708 17.8899 13.3946 18.0234 13.442C18.1386 13.4829 18.2518 13.525 18.363 13.5683C18.8777 13.7686 19.1325 14.3482 18.9322 14.8629C18.7319 15.3776 18.1522 15.6324 17.6376 15.4321C16.1748 14.8628 14.201 14.5002 12.0003 14.5002C9.79957 14.5002 7.82573 14.8628 6.36297 15.4321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.90127 16.5048C7.45086 16.4503 7.94062 16.8516 7.99518 17.4012C8.19516 19.4153 9.92014 21 11.9998 21C14.0796 21 15.805 19.4152 16.005 17.4012C16.0595 16.8516 16.5493 16.4503 17.0989 16.5048C17.6485 16.5594 18.0497 17.0492 17.9952 17.5988C17.6934 20.6381 15.1054 23 11.9998 23C8.89411 23 6.30671 20.6379 6.00497 17.5988C5.9504 17.0492 6.35169 16.5594 6.90127 16.5048Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.36297 15.4321C5.8483 15.6324 5.26868 15.3776 5.06836 14.8629C4.86805 14.3482 5.12289 13.7686 5.63756 13.5683C5.74859 13.5251 5.86162 13.4831 5.97659 13.4422C6.11006 13.3947 6.1768 13.371 6.2134 13.3192C6.25 13.2673 6.25 13.198 6.25 13.0594V12.1123C6.25 11.9408 6.25 11.8551 6.20256 11.7991C6.15512 11.7432 6.06452 11.7281 5.88333 11.6981C3.82122 11.3558 2.25 9.56348 2.25 7.40415C2.25 5.00073 4.19702 3.05138 6.6 3.05138C7.18705 3.05138 7.74782 3.16809 8.25961 3.37961C9.01773 2.10513 10.4082 1.25 12 1.25C13.5918 1.25 14.9823 2.10513 15.7404 3.37961C16.2522 3.16809 16.813 3.05138 17.4 3.05138C19.803 3.05138 21.75 5.00073 21.75 7.40415C21.75 9.56348 20.1788 11.3558 18.1167 11.6981C17.9355 11.7281 17.8449 11.7432 17.7974 11.7991C17.75 11.8551 17.75 11.9408 17.75 12.1123V13.0592C17.75 13.1978 17.75 13.2671 17.7866 13.319C17.8232 13.3708 17.8899 13.3946 18.0234 13.442C18.1386 13.4829 18.2518 13.525 18.363 13.5683C18.8777 13.7686 19.1325 14.3482 18.9322 14.8629C18.7319 15.3776 18.1522 15.6324 17.6376 15.4321C16.1748 14.8628 14.201 14.5002 12.0003 14.5002C9.79957 14.5002 7.82573 14.8628 6.36297 15.4321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.90127 16.5048C7.45086 16.4503 7.94062 16.8516 7.99518 17.4012C8.19516 19.4153 9.92014 21 11.9998 21C14.0796 21 15.805 19.4152 16.005 17.4012C16.0595 16.8516 16.5493 16.4503 17.0989 16.5048C17.6485 16.5594 18.0497 17.0492 17.9952 17.5988C17.6934 20.6381 15.1054 23 11.9998 23C8.89411 23 6.30671 20.6379 6.00497 17.5988C5.9504 17.0492 6.35169 16.5594 6.90127 16.5048Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-cook-book{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0564 1.25H11.9436C10.1058 1.24999 8.65018 1.24997 7.51098 1.40314C6.33856 1.56076 5.38961 1.89288 4.64124 2.64124C3.89288 3.38961 3.56076 4.33856 3.40314 5.51098C3.24997 6.65019 3.24999 8.10581 3.25 9.94356V19.5C3.25 19.8305 3.46634 20.122 3.78266 20.2178C4.09898 20.3136 4.44071 20.191 4.62404 19.916L5.59007 18.467L6.32592 17.6786H21C21.4142 17.6786 21.75 17.3428 21.75 16.9286V9.94359C21.75 8.10585 21.75 6.65018 21.5969 5.51098C21.4392 4.33856 21.1071 3.38961 20.3588 2.64124C19.6104 1.89288 18.6614 1.56076 17.489 1.40314C16.3498 1.24997 14.8942 1.24999 13.0564 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 19.5C3.25 17.567 4.817 16 6.75 16H20.75C21.3023 16 21.75 16.4477 21.75 17C21.75 17.5523 21.3023 18 20.75 18H6.75C5.92157 18 5.25 18.6716 5.25 19.5C5.25 20.3284 5.92157 21 6.75 21H20.75C21.3023 21 21.75 21.4477 21.75 22C21.75 22.5523 21.3023 23 20.75 23H6.75C4.817 23 3.25 21.433 3.25 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 19.5C17 17.567 18.567 16 20.5 16C21.0523 16 21.5 16.4477 21.5 17C21.5 17.5523 21.0523 18 20.5 18C19.6716 18 19 18.6716 19 19.5C19 20.3284 19.6716 21 20.5 21C21.0523 21 21.5 21.4477 21.5 22C21.5 22.5523 21.0523 23 20.5 23C18.567 23 17 21.433 17 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5 8.52633C17.5 7.41206 16.6046 6.50878 15.5 6.50878C15.2731 6.50878 15.055 6.5469 14.8516 6.61716C14.6137 6.69938 14.4947 6.74048 14.4302 6.71892C14.3657 6.69735 14.2957 6.59333 14.1556 6.38527C13.7958 5.85099 13.1885 5.5 12.5 5.5C11.8115 5.5 11.2042 5.85099 10.8444 6.38527C10.7043 6.59333 10.6343 6.69735 10.5698 6.71892C10.5053 6.74048 10.3863 6.69938 10.1484 6.61716C9.94505 6.5469 9.72694 6.50878 9.5 6.50878C8.39543 6.50878 7.5 7.41206 7.5 8.52633C7.5 9.64564 8.1476 10.4545 9.10196 10.6295C9.30552 10.6669 9.4073 10.6856 9.45365 10.7412C9.5 10.7968 9.5 10.8862 9.5 11.065V11.5C9.5 12.4428 9.5 12.9142 9.79289 13.2071C10.0858 13.5 10.5572 13.5 11.5 13.5H13.5C14.4428 13.5 14.9142 13.5 15.2071 13.2071C15.5 12.9142 15.5 12.4428 15.5 11.5V10.94C15.5 10.7623 15.5 10.6735 15.5448 10.6183C15.5897 10.5632 15.6922 10.5418 15.8973 10.4991C16.806 10.3098 17.5 9.48681 17.5 8.52633Z%22 fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0564 1.25H11.9436C10.1058 1.24999 8.65018 1.24997 7.51098 1.40314C6.33856 1.56076 5.38961 1.89288 4.64124 2.64124C3.89288 3.38961 3.56076 4.33856 3.40314 5.51098C3.24997 6.65019 3.24999 8.10581 3.25 9.94356V19.5C3.25 19.8305 3.46634 20.122 3.78266 20.2178C4.09898 20.3136 4.44071 20.191 4.62404 19.916L5.59007 18.467L6.32592 17.6786H21C21.4142 17.6786 21.75 17.3428 21.75 16.9286V9.94359C21.75 8.10585 21.75 6.65018 21.5969 5.51098C21.4392 4.33856 21.1071 3.38961 20.3588 2.64124C19.6104 1.89288 18.6614 1.56076 17.489 1.40314C16.3498 1.24997 14.8942 1.24999 13.0564 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 19.5C3.25 17.567 4.817 16 6.75 16H20.75C21.3023 16 21.75 16.4477 21.75 17C21.75 17.5523 21.3023 18 20.75 18H6.75C5.92157 18 5.25 18.6716 5.25 19.5C5.25 20.3284 5.92157 21 6.75 21H20.75C21.3023 21 21.75 21.4477 21.75 22C21.75 22.5523 21.3023 23 20.75 23H6.75C4.817 23 3.25 21.433 3.25 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 19.5C17 17.567 18.567 16 20.5 16C21.0523 16 21.5 16.4477 21.5 17C21.5 17.5523 21.0523 18 20.5 18C19.6716 18 19 18.6716 19 19.5C19 20.3284 19.6716 21 20.5 21C21.0523 21 21.5 21.4477 21.5 22C21.5 22.5523 21.0523 23 20.5 23C18.567 23 17 21.433 17 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5 8.52633C17.5 7.41206 16.6046 6.50878 15.5 6.50878C15.2731 6.50878 15.055 6.5469 14.8516 6.61716C14.6137 6.69938 14.4947 6.74048 14.4302 6.71892C14.3657 6.69735 14.2957 6.59333 14.1556 6.38527C13.7958 5.85099 13.1885 5.5 12.5 5.5C11.8115 5.5 11.2042 5.85099 10.8444 6.38527C10.7043 6.59333 10.6343 6.69735 10.5698 6.71892C10.5053 6.74048 10.3863 6.69938 10.1484 6.61716C9.94505 6.5469 9.72694 6.50878 9.5 6.50878C8.39543 6.50878 7.5 7.41206 7.5 8.52633C7.5 9.64564 8.1476 10.4545 9.10196 10.6295C9.30552 10.6669 9.4073 10.6856 9.45365 10.7412C9.5 10.7968 9.5 10.8862 9.5 11.065V11.5C9.5 12.4428 9.5 12.9142 9.79289 13.2071C10.0858 13.5 10.5572 13.5 11.5 13.5H13.5C14.4428 13.5 14.9142 13.5 15.2071 13.2071C15.5 12.9142 15.5 12.4428 15.5 11.5V10.94C15.5 10.7623 15.5 10.6735 15.5448 10.6183C15.5897 10.5632 15.6922 10.5418 15.8973 10.4991C16.806 10.3098 17.5 9.48681 17.5 8.52633Z%22 fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-dish-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.69073 14.4137C5.11817 10.8893 8.22349 8.14484 12 8.14484C15.7765 8.14484 18.8818 10.8893 19.3093 14.4137C19.3723 14.9333 19.8563 15.3048 20.3903 15.2435C20.9244 15.1822 21.3062 14.7113 21.2432 14.1917C20.7645 10.2448 17.6497 7.08518 13.6543 6.39192C13.9676 5.94685 14.25 5.3634 14.25 4.69147C14.25 3.95352 14.0001 3.33214 13.5622 2.89324C13.1312 2.46128 12.5611 2.25012 12 2.25012C11.4389 2.25012 10.8688 2.46128 10.4378 2.89324C9.99991 3.33214 9.75 3.95352 9.75 4.69147C9.75 5.3634 10.0324 5.94685 10.3457 6.39192C6.35031 7.08518 3.23547 10.2448 2.7568 14.1917C2.69379 14.7113 3.07562 15.1822 3.60967 15.2435C4.14371 15.3048 4.62772 14.9333 4.69073 14.4137Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 16.2501C1.44772 16.2501 1 16.6978 1 17.2501C1 17.8024 1.44772 18.2501 2 18.2501H2.53955L2.89384 19.6673C3.19989 20.8915 4.29984 21.7503 5.56173 21.7503H18.4386C19.7005 21.7503 20.8005 20.8915 21.1065 19.6673L21.4608 18.2501H22C22.5523 18.2501 23 17.8024 23 17.2501C23 16.6978 22.5523 16.2501 22 16.2501H2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.69073 14.4137C5.11817 10.8893 8.22349 8.14484 12 8.14484C15.7765 8.14484 18.8818 10.8893 19.3093 14.4137C19.3723 14.9333 19.8563 15.3048 20.3903 15.2435C20.9244 15.1822 21.3062 14.7113 21.2432 14.1917C20.7645 10.2448 17.6497 7.08518 13.6543 6.39192C13.9676 5.94685 14.25 5.3634 14.25 4.69147C14.25 3.95352 14.0001 3.33214 13.5622 2.89324C13.1312 2.46128 12.5611 2.25012 12 2.25012C11.4389 2.25012 10.8688 2.46128 10.4378 2.89324C9.99991 3.33214 9.75 3.95352 9.75 4.69147C9.75 5.3634 10.0324 5.94685 10.3457 6.39192C6.35031 7.08518 3.23547 10.2448 2.7568 14.1917C2.69379 14.7113 3.07562 15.1822 3.60967 15.2435C4.14371 15.3048 4.62772 14.9333 4.69073 14.4137Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 16.2501C1.44772 16.2501 1 16.6978 1 17.2501C1 17.8024 1.44772 18.2501 2 18.2501H2.53955L2.89384 19.6673C3.19989 20.8915 4.29984 21.7503 5.56173 21.7503H18.4386C19.7005 21.7503 20.8005 20.8915 21.1065 19.6673L21.4608 18.2501H22C22.5523 18.2501 23 17.8024 23 17.2501C23 16.6978 22.5523 16.2501 22 16.2501H2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-dish-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 2.25C15.6152 2.25 11.25 6.61522 11.25 12C11.25 17.3848 15.6152 21.75 21 21.75C21.4142 21.75 21.75 21.4142 21.75 21V18.3001C21.75 18.1344 21.6157 18.0001 21.45 18.0001H21C17.6863 18.0001 15 15.3138 15 12.0001C15 8.6864 17.6863 6.00011 21 6.00011L21.45 6.00007C21.6157 6.00006 21.75 5.86575 21.75 5.70007V3C21.75 2.58579 21.4142 2.25 21 2.25ZM21.75 8.30007C21.75 8.13438 21.6157 8.00006 21.45 8.00007L21 8.00011C18.7909 8.00011 17 9.79097 17 12.0001C17 14.2093 18.7909 16.0001 21 16.0001H21.45C21.6157 16.0001 21.75 15.8658 21.75 15.7001V8.30007Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.25 2C3.80228 2 4.25 2.44772 4.25 3V6.5C4.25 6.77614 4.47386 7 4.75 7C5.02614 7 5.25 6.77614 5.25 6.5L5.25 3C5.25 2.44772 5.69772 2 6.25 2C6.80228 2 7.25 2.44772 7.25 3V6.5C7.25 6.77614 7.47386 7 7.75 7C8.02614 7 8.25 6.77614 8.25 6.5L8.25 3C8.25 2.44772 8.69772 2 9.25 2C9.80228 2 10.25 2.44772 10.25 3L10.25 7.35224C10.25 8.7786 9.80618 9.94617 9.04652 10.7672C8.59564 11.2545 8.05144 11.5992 7.46856 11.7979C7.34071 11.8415 7.25 11.9588 7.25 12.0938L7.25 21C7.25 21.5523 6.80229 22 6.25 22C5.69772 22 5.25 21.5523 5.25 21L5.25 12.0938C5.25 11.9587 5.1593 11.8415 5.03145 11.7979C4.44856 11.5991 3.90434 11.2544 3.45347 10.7671C2.69382 9.94601 2.25 8.77843 2.25 7.35208V3C2.25 2.44772 2.69772 2 3.25 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 2.25C15.6152 2.25 11.25 6.61522 11.25 12C11.25 17.3848 15.6152 21.75 21 21.75C21.4142 21.75 21.75 21.4142 21.75 21V18.3001C21.75 18.1344 21.6157 18.0001 21.45 18.0001H21C17.6863 18.0001 15 15.3138 15 12.0001C15 8.6864 17.6863 6.00011 21 6.00011L21.45 6.00007C21.6157 6.00006 21.75 5.86575 21.75 5.70007V3C21.75 2.58579 21.4142 2.25 21 2.25ZM21.75 8.30007C21.75 8.13438 21.6157 8.00006 21.45 8.00007L21 8.00011C18.7909 8.00011 17 9.79097 17 12.0001C17 14.2093 18.7909 16.0001 21 16.0001H21.45C21.6157 16.0001 21.75 15.8658 21.75 15.7001V8.30007Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.25 2C3.80228 2 4.25 2.44772 4.25 3V6.5C4.25 6.77614 4.47386 7 4.75 7C5.02614 7 5.25 6.77614 5.25 6.5L5.25 3C5.25 2.44772 5.69772 2 6.25 2C6.80228 2 7.25 2.44772 7.25 3V6.5C7.25 6.77614 7.47386 7 7.75 7C8.02614 7 8.25 6.77614 8.25 6.5L8.25 3C8.25 2.44772 8.69772 2 9.25 2C9.80228 2 10.25 2.44772 10.25 3L10.25 7.35224C10.25 8.7786 9.80618 9.94617 9.04652 10.7672C8.59564 11.2545 8.05144 11.5992 7.46856 11.7979C7.34071 11.8415 7.25 11.9588 7.25 12.0938L7.25 21C7.25 21.5523 6.80229 22 6.25 22C5.69772 22 5.25 21.5523 5.25 21L5.25 12.0938C5.25 11.9587 5.1593 11.8415 5.03145 11.7979C4.44856 11.5991 3.90434 11.2544 3.45347 10.7671C2.69382 9.94601 2.25 8.77843 2.25 7.35208V3C2.25 2.44772 2.69772 2 3.25 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-dish-washer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1.25C5.15644 1.25 4.42823 1.29303 3.81795 1.42709C3.19918 1.56303 2.65477 1.80257 2.22867 2.22867C1.80257 2.65476 1.56303 3.19918 1.42709 3.81795C1.29303 4.42823 1.25 5.15644 1.25 6V6.65C1.25 6.93284 1.25 7.07426 1.33787 7.16213C1.42574 7.25 1.56716 7.25 1.85 7.25H22.15C22.4328 7.25 22.5743 7.25 22.6621 7.16213C22.75 7.07426 22.75 6.93284 22.75 6.65V6C22.75 5.15644 22.707 4.42823 22.5729 3.81795C22.437 3.19918 22.1974 2.65477 21.7713 2.22867C21.3452 1.80257 20.8008 1.56303 20.182 1.42709C19.5718 1.29303 18.8436 1.25 18 1.25H6ZM22.75 9.35C22.75 9.06716 22.75 8.92574 22.6621 8.83787C22.5743 8.75 22.4328 8.75 22.15 8.75H1.85C1.56716 8.75 1.42574 8.75 1.33787 8.83787C1.25 8.92574 1.25 9.06716 1.25 9.35V18C1.25 18.8436 1.29303 19.5718 1.42709 20.182C1.56303 20.8008 1.80257 21.3452 2.22867 21.7713C2.65477 22.1974 3.19918 22.437 3.81795 22.5729C4.42823 22.707 5.15644 22.75 6 22.75H18C18.8436 22.75 19.5718 22.707 20.182 22.5729C20.8008 22.437 21.3452 22.1974 21.7713 21.7713C22.1974 21.3452 22.437 20.8008 22.5729 20.182C22.707 19.5718 22.75 18.8436 22.75 18V9.35ZM4.125 4.24609C4.125 3.83188 4.46079 3.49609 4.875 3.49609H8.875C9.28921 3.49609 9.625 3.83188 9.625 4.24609C9.625 4.66031 9.28921 4.99609 8.875 4.99609H4.875C4.46079 4.99609 4.125 4.66031 4.125 4.24609ZM19.875 4.24609C19.875 3.69381 19.4273 3.24609 18.875 3.24609C18.3227 3.24609 17.875 3.69381 17.875 4.24609V4.25504C17.875 4.80733 18.3227 5.25504 18.875 5.25504C19.4273 5.25504 19.875 4.80733 19.875 4.25504V4.24609ZM9 12.75C7.75736 12.75 6.75 13.7574 6.75 15C6.75 16.2426 7.75736 17.25 9 17.25C10.2426 17.25 11.25 16.2426 11.25 15C11.25 13.7574 10.2426 12.75 9 12.75ZM5.25 15C5.25 12.9289 6.92893 11.25 9 11.25C11.0711 11.25 12.75 12.9289 12.75 15C12.75 17.0711 11.0711 18.75 9 18.75C6.92893 18.75 5.25 17.0711 5.25 15ZM15.1378 11.2627C14.9185 11.2218 14.6925 11.2806 14.521 11.4231C14.3494 11.5656 14.2502 11.777 14.2502 12V15.6498C14.2499 15.6607 14.2499 15.6715 14.2502 15.6824V18C14.2502 18.4142 14.586 18.75 15.0002 18.75C15.4144 18.75 15.7502 18.4142 15.7502 18V16.366C15.8465 16.3654 15.9564 16.3651 16.0834 16.3649L16.1423 16.3648C16.5277 16.3642 16.9934 16.3636 17.346 16.2714C17.5391 16.2209 17.8247 16.1136 18.0307 15.8489C18.2626 15.5509 18.2806 15.2059 18.2205 14.9261L17.8317 13.1161C17.7022 12.5133 17.2683 12.1002 16.8054 11.8306C16.3394 11.5591 15.7571 11.3783 15.1378 11.2627Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1.25C5.15644 1.25 4.42823 1.29303 3.81795 1.42709C3.19918 1.56303 2.65477 1.80257 2.22867 2.22867C1.80257 2.65476 1.56303 3.19918 1.42709 3.81795C1.29303 4.42823 1.25 5.15644 1.25 6V6.65C1.25 6.93284 1.25 7.07426 1.33787 7.16213C1.42574 7.25 1.56716 7.25 1.85 7.25H22.15C22.4328 7.25 22.5743 7.25 22.6621 7.16213C22.75 7.07426 22.75 6.93284 22.75 6.65V6C22.75 5.15644 22.707 4.42823 22.5729 3.81795C22.437 3.19918 22.1974 2.65477 21.7713 2.22867C21.3452 1.80257 20.8008 1.56303 20.182 1.42709C19.5718 1.29303 18.8436 1.25 18 1.25H6ZM22.75 9.35C22.75 9.06716 22.75 8.92574 22.6621 8.83787C22.5743 8.75 22.4328 8.75 22.15 8.75H1.85C1.56716 8.75 1.42574 8.75 1.33787 8.83787C1.25 8.92574 1.25 9.06716 1.25 9.35V18C1.25 18.8436 1.29303 19.5718 1.42709 20.182C1.56303 20.8008 1.80257 21.3452 2.22867 21.7713C2.65477 22.1974 3.19918 22.437 3.81795 22.5729C4.42823 22.707 5.15644 22.75 6 22.75H18C18.8436 22.75 19.5718 22.707 20.182 22.5729C20.8008 22.437 21.3452 22.1974 21.7713 21.7713C22.1974 21.3452 22.437 20.8008 22.5729 20.182C22.707 19.5718 22.75 18.8436 22.75 18V9.35ZM4.125 4.24609C4.125 3.83188 4.46079 3.49609 4.875 3.49609H8.875C9.28921 3.49609 9.625 3.83188 9.625 4.24609C9.625 4.66031 9.28921 4.99609 8.875 4.99609H4.875C4.46079 4.99609 4.125 4.66031 4.125 4.24609ZM19.875 4.24609C19.875 3.69381 19.4273 3.24609 18.875 3.24609C18.3227 3.24609 17.875 3.69381 17.875 4.24609V4.25504C17.875 4.80733 18.3227 5.25504 18.875 5.25504C19.4273 5.25504 19.875 4.80733 19.875 4.25504V4.24609ZM9 12.75C7.75736 12.75 6.75 13.7574 6.75 15C6.75 16.2426 7.75736 17.25 9 17.25C10.2426 17.25 11.25 16.2426 11.25 15C11.25 13.7574 10.2426 12.75 9 12.75ZM5.25 15C5.25 12.9289 6.92893 11.25 9 11.25C11.0711 11.25 12.75 12.9289 12.75 15C12.75 17.0711 11.0711 18.75 9 18.75C6.92893 18.75 5.25 17.0711 5.25 15ZM15.1378 11.2627C14.9185 11.2218 14.6925 11.2806 14.521 11.4231C14.3494 11.5656 14.2502 11.777 14.2502 12V15.6498C14.2499 15.6607 14.2499 15.6715 14.2502 15.6824V18C14.2502 18.4142 14.586 18.75 15.0002 18.75C15.4144 18.75 15.7502 18.4142 15.7502 18V16.366C15.8465 16.3654 15.9564 16.3651 16.0834 16.3649L16.1423 16.3648C16.5277 16.3642 16.9934 16.3636 17.346 16.2714C17.5391 16.2209 17.8247 16.1136 18.0307 15.8489C18.2626 15.5509 18.2806 15.2059 18.2205 14.9261L17.8317 13.1161C17.7022 12.5133 17.2683 12.1002 16.8054 11.8306C16.3394 11.5591 15.7571 11.3783 15.1378 11.2627Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-fork{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5195 1.79293C17.91 2.18348 17.91 2.81664 17.5195 3.20715L15.5352 5.1912C15.2784 5.44793 15.2784 5.86419 15.5351 6.12093C15.7919 6.37767 16.2081 6.37767 16.4649 6.12093L18.7929 3.79289C19.1834 3.40237 19.8166 3.40237 20.2071 3.79289C20.5976 4.18342 20.5976 4.81658 20.2071 5.20711L17.8789 7.53536C17.6222 7.79197 17.6222 8.20803 17.8789 8.46464C18.1355 8.72125 18.5515 8.72126 18.8081 8.46467L20.7929 6.48007C21.1835 6.08957 21.8166 6.08961 22.2071 6.48015C22.5976 6.8707 22.5976 7.50386 22.2071 7.89437L19.0042 11.0969C18.0085 12.0925 16.6644 12.6615 15.2566 12.6835L14.9138 12.6888C14.5819 12.694 14.2664 12.8339 14.0398 13.0763L6.00229 21.6749C4.99765 22.7497 3.30237 22.7783 2.26203 21.7381C1.22177 20.6979 1.25025 19.0028 2.32485 17.9982L10.9231 9.95965C11.1655 9.73304 11.3053 9.41764 11.3104 9.08591L11.3158 8.743C11.3377 7.33508 11.9068 5.99097 12.9025 4.99532L16.1053 1.79285C16.4959 1.40235 17.129 1.40239 17.5195 1.79293Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5195 1.79293C17.91 2.18348 17.91 2.81664 17.5195 3.20715L15.5352 5.1912C15.2784 5.44793 15.2784 5.86419 15.5351 6.12093C15.7919 6.37767 16.2081 6.37767 16.4649 6.12093L18.7929 3.79289C19.1834 3.40237 19.8166 3.40237 20.2071 3.79289C20.5976 4.18342 20.5976 4.81658 20.2071 5.20711L17.8789 7.53536C17.6222 7.79197 17.6222 8.20803 17.8789 8.46464C18.1355 8.72125 18.5515 8.72126 18.8081 8.46467L20.7929 6.48007C21.1835 6.08957 21.8166 6.08961 22.2071 6.48015C22.5976 6.8707 22.5976 7.50386 22.2071 7.89437L19.0042 11.0969C18.0085 12.0925 16.6644 12.6615 15.2566 12.6835L14.9138 12.6888C14.5819 12.694 14.2664 12.8339 14.0398 13.0763L6.00229 21.6749C4.99765 22.7497 3.30237 22.7783 2.26203 21.7381C1.22177 20.6979 1.25025 19.0028 2.32485 17.9982L10.9231 9.95965C11.1655 9.73304 11.3053 9.41764 11.3104 9.08591L11.3158 8.743C11.3377 7.33508 11.9068 5.99097 12.9025 4.99532L16.1053 1.79285C16.4959 1.40235 17.129 1.40239 17.5195 1.79293Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-gas-stove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1.25C5.15644 1.25 4.42823 1.29303 3.81795 1.42709C3.19918 1.56303 2.65477 1.80257 2.22867 2.22867C1.80257 2.65476 1.56303 3.19918 1.42709 3.81795C1.29303 4.42823 1.25 5.15644 1.25 6V18C1.25 18.8436 1.29303 19.5718 1.42709 20.182C1.56303 20.8008 1.80257 21.3452 2.22867 21.7713C2.65477 22.1974 3.19918 22.437 3.81795 22.5729C4.42823 22.707 5.15644 22.75 6 22.75H18C18.8436 22.75 19.5718 22.707 20.182 22.5729C20.8008 22.437 21.3452 22.1974 21.7713 21.7713C22.1974 21.3452 22.437 20.8008 22.5729 20.182C22.707 19.5718 22.75 18.8436 22.75 18V6C22.75 5.15644 22.707 4.42823 22.5729 3.81795C22.437 3.19918 22.1974 2.65477 21.7713 2.22867C21.3452 1.80257 20.8008 1.56303 20.182 1.42709C19.5718 1.29303 18.8436 1.25 18 1.25H6ZM6 18.25C5.58579 18.25 5.25 18.5858 5.25 19C5.25 19.4142 5.58579 19.75 6 19.75H10C10.4142 19.75 10.75 19.4142 10.75 19C10.75 18.5858 10.4142 18.25 10 18.25H6ZM18 18C18.5523 18 19 18.4457 19 18.9955V19.0045C19 19.5543 18.5523 20 18 20C17.4477 20 17 19.5543 17 19.0045V18.9955C17 18.4457 17.4477 18 18 18ZM12.75 5C12.75 4.58579 12.4142 4.25 12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V5.30888C9.22731 5.62971 7.62971 7.22731 7.30888 9.25H7C6.58579 9.25 6.25 9.58579 6.25 10C6.25 10.4142 6.58579 10.75 7 10.75H7.30888C7.62971 12.7727 9.22731 14.3703 11.25 14.6911V15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15V14.6911C14.7727 14.3703 16.3703 12.7727 16.6911 10.75H17C17.4142 10.75 17.75 10.4142 17.75 10C17.75 9.58579 17.4142 9.25 17 9.25H16.6911C16.3703 7.22731 14.7727 5.62971 12.75 5.30888V5ZM8.82085 9.3219C9.08631 8.07118 10.0712 7.08631 11.3219 6.82085C11.4422 7.07455 11.7006 7.25 12 7.25C12.2994 7.25 12.5578 7.07455 12.6781 6.82085C13.9288 7.08631 14.9137 8.07118 15.1792 9.3219C14.9255 9.44215 14.75 9.70059 14.75 10C14.75 10.2994 14.9255 10.5578 15.1792 10.6781C14.9137 11.9288 13.9288 12.9137 12.6781 13.1792C12.5578 12.9255 12.2994 12.75 12 12.75C11.7006 12.75 11.4422 12.9255 11.3219 13.1792C10.0712 12.9137 9.08632 11.9288 8.82085 10.6781C9.07455 10.5578 9.25 10.2994 9.25 10C9.25 9.70059 9.07455 9.44215 8.82085 9.3219Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1.25C5.15644 1.25 4.42823 1.29303 3.81795 1.42709C3.19918 1.56303 2.65477 1.80257 2.22867 2.22867C1.80257 2.65476 1.56303 3.19918 1.42709 3.81795C1.29303 4.42823 1.25 5.15644 1.25 6V18C1.25 18.8436 1.29303 19.5718 1.42709 20.182C1.56303 20.8008 1.80257 21.3452 2.22867 21.7713C2.65477 22.1974 3.19918 22.437 3.81795 22.5729C4.42823 22.707 5.15644 22.75 6 22.75H18C18.8436 22.75 19.5718 22.707 20.182 22.5729C20.8008 22.437 21.3452 22.1974 21.7713 21.7713C22.1974 21.3452 22.437 20.8008 22.5729 20.182C22.707 19.5718 22.75 18.8436 22.75 18V6C22.75 5.15644 22.707 4.42823 22.5729 3.81795C22.437 3.19918 22.1974 2.65477 21.7713 2.22867C21.3452 1.80257 20.8008 1.56303 20.182 1.42709C19.5718 1.29303 18.8436 1.25 18 1.25H6ZM6 18.25C5.58579 18.25 5.25 18.5858 5.25 19C5.25 19.4142 5.58579 19.75 6 19.75H10C10.4142 19.75 10.75 19.4142 10.75 19C10.75 18.5858 10.4142 18.25 10 18.25H6ZM18 18C18.5523 18 19 18.4457 19 18.9955V19.0045C19 19.5543 18.5523 20 18 20C17.4477 20 17 19.5543 17 19.0045V18.9955C17 18.4457 17.4477 18 18 18ZM12.75 5C12.75 4.58579 12.4142 4.25 12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V5.30888C9.22731 5.62971 7.62971 7.22731 7.30888 9.25H7C6.58579 9.25 6.25 9.58579 6.25 10C6.25 10.4142 6.58579 10.75 7 10.75H7.30888C7.62971 12.7727 9.22731 14.3703 11.25 14.6911V15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15V14.6911C14.7727 14.3703 16.3703 12.7727 16.6911 10.75H17C17.4142 10.75 17.75 10.4142 17.75 10C17.75 9.58579 17.4142 9.25 17 9.25H16.6911C16.3703 7.22731 14.7727 5.62971 12.75 5.30888V5ZM8.82085 9.3219C9.08631 8.07118 10.0712 7.08631 11.3219 6.82085C11.4422 7.07455 11.7006 7.25 12 7.25C12.2994 7.25 12.5578 7.07455 12.6781 6.82085C13.9288 7.08631 14.9137 8.07118 15.1792 9.3219C14.9255 9.44215 14.75 9.70059 14.75 10C14.75 10.2994 14.9255 10.5578 15.1792 10.6781C14.9137 11.9288 13.9288 12.9137 12.6781 13.1792C12.5578 12.9255 12.2994 12.75 12 12.75C11.7006 12.75 11.4422 12.9255 11.3219 13.1792C10.0712 12.9137 9.08632 11.9288 8.82085 10.6781C9.07455 10.5578 9.25 10.2994 9.25 10C9.25 9.70059 9.07455 9.44215 8.82085 9.3219Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-glove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4863 2.26241C15.2831 2.24986 14.5604 2.24988 14.5604 2.24988C14.2033 2.24987 13.9914 2.24987 13.8075 2.26014C10.4049 2.45025 7.70216 5.20141 7.51577 8.62893C7.50568 8.81447 7.50568 9.02843 7.50569 9.39134V11.7254L7.33216 11.4908C6.30284 10.0997 4.28899 9.95266 3.07293 11.1853C2.08365 12.188 1.97373 13.7708 2.81148 14.903L5.3983 18.3992C6.44956 19.8209 7.13131 20.743 8.12495 21.2466C9.12015 21.751 10.2602 21.7505 12.0127 21.7499L13.3198 21.7499C14.4668 21.7499 15.3805 21.7499 16.1196 21.68C16.8799 21.608 17.5232 21.4575 18.1104 21.1151C18.6028 20.828 19.0391 20.4532 19.3986 20.0091C19.7032 19.6328 19.9175 19.2158 20.0862 18.7356C20.1993 18.4139 20.2559 18.253 20.1662 18.1264C20.0765 17.9999 19.8961 17.9999 19.5352 17.9999H14C13.4477 17.9999 13 17.5522 13 16.9999C13 16.4476 13.4477 15.9999 14 15.9999H20.0138C20.3358 15.9999 20.4967 15.9999 20.6084 15.9057C20.6091 15.9051 20.6098 15.9045 20.6105 15.9039C20.7216 15.809 20.7477 15.6504 20.7998 15.3331L21.584 10.5638C21.6522 10.1494 21.6922 9.90586 21.7133 9.70156C22.1069 5.89008 19.2856 2.49705 15.4863 2.26241Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4863 2.26241C15.2831 2.24986 14.5604 2.24988 14.5604 2.24988C14.2033 2.24987 13.9914 2.24987 13.8075 2.26014C10.4049 2.45025 7.70216 5.20141 7.51577 8.62893C7.50568 8.81447 7.50568 9.02843 7.50569 9.39134V11.7254L7.33216 11.4908C6.30284 10.0997 4.28899 9.95266 3.07293 11.1853C2.08365 12.188 1.97373 13.7708 2.81148 14.903L5.3983 18.3992C6.44956 19.8209 7.13131 20.743 8.12495 21.2466C9.12015 21.751 10.2602 21.7505 12.0127 21.7499L13.3198 21.7499C14.4668 21.7499 15.3805 21.7499 16.1196 21.68C16.8799 21.608 17.5232 21.4575 18.1104 21.1151C18.6028 20.828 19.0391 20.4532 19.3986 20.0091C19.7032 19.6328 19.9175 19.2158 20.0862 18.7356C20.1993 18.4139 20.2559 18.253 20.1662 18.1264C20.0765 17.9999 19.8961 17.9999 19.5352 17.9999H14C13.4477 17.9999 13 17.5522 13 16.9999C13 16.4476 13.4477 15.9999 14 15.9999H20.0138C20.3358 15.9999 20.4967 15.9999 20.6084 15.9057C20.6091 15.9051 20.6098 15.9045 20.6105 15.9039C20.7216 15.809 20.7477 15.6504 20.7998 15.3331L21.584 10.5638C21.6522 10.1494 21.6922 9.90586 21.7133 9.70156C22.1069 5.89008 19.2856 2.49705 15.4863 2.26241Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-hand-beater{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.8154 16.0603C3.5459 14.8242 5.9164 15.0204 7.42014 16.5241L7.47579 16.5798C8.97954 18.0835 9.17573 20.454 7.93965 22.1845C7.45475 22.8634 6.47634 22.9444 5.88643 22.3544L1.64547 18.1135C1.05556 17.5236 1.13653 16.5452 1.8154 16.0603Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.7071 12.2929C12.0976 12.6834 12.0976 13.3166 11.7071 13.7071L7.70711 17.7071C7.31658 18.0976 6.68342 18.0976 6.29289 17.7071C5.90237 17.3166 5.90237 16.6834 6.29289 16.2929L10.2929 12.2929C10.6834 11.9024 11.3166 11.9024 11.7071 12.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.9731 3.02601C20.3309 2.38383 19.6917 1.92364 19.2066 1.62823C19.0559 1.53632 18.8793 1.42862 18.71 1.35812C18.4956 1.26882 18.239 1.21352 17.9432 1.27766C17.6122 1.34945 17.3907 1.5485 17.2419 1.71765C17.1101 1.86741 16.9572 2.09262 16.8279 2.28309C16.3502 2.98624 15.4832 3.99206 14.1325 4.65233C13.0121 5.20005 12.0834 6.11419 11.3483 7.07729C10.6093 8.04552 9.99197 9.19931 9.59172 10.0931C9.38915 10.5413 9.17224 11.0213 9.27748 11.5926C9.33679 11.9145 9.48055 12.1669 9.655 12.3891C9.80817 12.5842 10.0119 12.7878 10.2249 13.0007L10.9984 13.7743L10.9984 13.7743C11.2113 13.9873 11.415 14.191 11.6101 14.3441C11.8323 14.5186 12.0846 14.6623 12.4065 14.7216C12.9778 14.8269 13.4578 14.61 13.906 14.4074C14.7998 14.0071 15.9536 13.3898 16.9218 12.6508C17.8849 11.9157 18.7991 10.987 19.3468 9.86662C20.0071 8.51594 21.0129 7.64894 21.716 7.17126C21.9065 7.04195 22.1317 6.88904 22.2815 6.75725C22.4506 6.60841 22.6497 6.38692 22.7215 6.05588C22.7856 5.76011 22.7303 5.50349 22.641 5.28909C22.5705 5.11982 22.4456 4.91495 22.3537 4.76425C22.0583 4.27913 21.6153 3.66819 20.9731 3.02601ZM14.4955 8.49988C13.9457 8.49988 13.5 8.94759 13.5 9.49988C13.5 10.0522 13.9457 10.4999 14.4955 10.4999H14.5045C15.0543 10.4999 15.5 10.0522 15.5 9.49988C15.5 8.94759 15.0543 8.49988 14.5045 8.49988H14.4955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.8154 16.0603C3.5459 14.8242 5.9164 15.0204 7.42014 16.5241L7.47579 16.5798C8.97954 18.0835 9.17573 20.454 7.93965 22.1845C7.45475 22.8634 6.47634 22.9444 5.88643 22.3544L1.64547 18.1135C1.05556 17.5236 1.13653 16.5452 1.8154 16.0603Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.7071 12.2929C12.0976 12.6834 12.0976 13.3166 11.7071 13.7071L7.70711 17.7071C7.31658 18.0976 6.68342 18.0976 6.29289 17.7071C5.90237 17.3166 5.90237 16.6834 6.29289 16.2929L10.2929 12.2929C10.6834 11.9024 11.3166 11.9024 11.7071 12.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.9731 3.02601C20.3309 2.38383 19.6917 1.92364 19.2066 1.62823C19.0559 1.53632 18.8793 1.42862 18.71 1.35812C18.4956 1.26882 18.239 1.21352 17.9432 1.27766C17.6122 1.34945 17.3907 1.5485 17.2419 1.71765C17.1101 1.86741 16.9572 2.09262 16.8279 2.28309C16.3502 2.98624 15.4832 3.99206 14.1325 4.65233C13.0121 5.20005 12.0834 6.11419 11.3483 7.07729C10.6093 8.04552 9.99197 9.19931 9.59172 10.0931C9.38915 10.5413 9.17224 11.0213 9.27748 11.5926C9.33679 11.9145 9.48055 12.1669 9.655 12.3891C9.80817 12.5842 10.0119 12.7878 10.2249 13.0007L10.9984 13.7743L10.9984 13.7743C11.2113 13.9873 11.415 14.191 11.6101 14.3441C11.8323 14.5186 12.0846 14.6623 12.4065 14.7216C12.9778 14.8269 13.4578 14.61 13.906 14.4074C14.7998 14.0071 15.9536 13.3898 16.9218 12.6508C17.8849 11.9157 18.7991 10.987 19.3468 9.86662C20.0071 8.51594 21.0129 7.64894 21.716 7.17126C21.9065 7.04195 22.1317 6.88904 22.2815 6.75725C22.4506 6.60841 22.6497 6.38692 22.7215 6.05588C22.7856 5.76011 22.7303 5.50349 22.641 5.28909C22.5705 5.11982 22.4456 4.91495 22.3537 4.76425C22.0583 4.27913 21.6153 3.66819 20.9731 3.02601ZM14.4955 8.49988C13.9457 8.49988 13.5 8.94759 13.5 9.49988C13.5 10.0522 13.9457 10.4999 14.4955 10.4999H14.5045C15.0543 10.4999 15.5 10.0522 15.5 9.49988C15.5 8.94759 15.0543 8.49988 14.5045 8.49988H14.4955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-jar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.37063 19.3921C6.25387 18.5251 6.25389 17.4227 6.25391 16.0552L6.25391 3.4914C6.25391 3.40626 6.17988 3.33986 6.0955 3.35118C5.38787 3.44617 5.05982 3.61373 4.83662 3.83658C4.61364 4.05922 4.44611 4.38611 4.35107 5.09188C4.25214 5.82657 4.25 6.80771 4.25 8.25024V10.2502C4.25 10.8025 3.80229 11.2502 3.25 11.2502C2.69772 11.2502 2.25 10.8025 2.25 10.2502L2.25 8.17954V8.17951C2.24997 6.82551 2.24994 5.70881 2.36896 4.82497C2.49394 3.89685 2.76644 3.0773 3.42352 2.42126C4.08039 1.76542 4.90059 1.49364 5.82942 1.36896C6.71437 1.25017 7.83256 1.2502 9.18898 1.25024C9.33435 1.24987 9.53107 1.25001 9.71375 1.25013C9.79906 1.25018 9.88131 1.25024 9.95383 1.25024L18.324 1.25023H18.324C19.0392 1.2502 19.6496 1.25017 20.1154 1.3107C20.5829 1.37143 21.1293 1.51689 21.4677 2.00871C22.0305 2.82645 21.6306 3.70572 21.3306 4.19603C21.1618 4.472 20.9626 4.72812 20.7907 4.93943C20.7253 5.01977 20.4395 5.37 20.3833 5.4389L20.3812 5.44154L20.3736 5.45094L20.3664 5.4604C20.1146 5.79688 19.9778 6.04606 19.8963 6.28932C19.8141 6.53481 19.7729 6.82051 19.7729 7.25024L19.7729 16.0552C19.7729 17.4227 19.7729 18.5251 19.6561 19.3921C19.5349 20.2925 19.2755 21.0504 18.6727 21.6523C18.07 22.254 17.3114 22.5128 16.4102 22.6337C15.542 22.7503 14.4381 22.7503 13.0682 22.7502L13.0682 22.7502C11.6984 22.7503 10.4848 22.7503 9.61659 22.6337C8.71541 22.5128 7.95672 22.254 7.35406 21.6523C6.75124 21.0504 6.49186 20.2925 6.37063 19.3921ZM16 17.25C15.5858 17.25 15.25 17.5858 15.25 18C15.25 18.4142 15.5858 18.75 16 18.75H17.8616C18.0463 18.75 18.1386 18.75 18.1969 18.6926C18.2553 18.6352 18.2569 18.5434 18.26 18.3597C18.2639 18.1294 18.2667 17.8915 18.2687 17.652C18.2703 17.4629 18.2711 17.3683 18.2124 17.3092C18.1537 17.25 18.059 17.25 17.8694 17.25H16ZM15.25 14.6667C15.25 14.2525 15.5858 13.9167 16 13.9167H17.8737C18.0622 13.9167 18.1565 13.9167 18.2151 13.9752C18.2737 14.0338 18.2737 14.1281 18.2737 14.3167V15.0167C18.2737 15.2052 18.2737 15.2995 18.2151 15.3581C18.1565 15.4167 18.0622 15.4167 17.8737 15.4167H16C15.5858 15.4167 15.25 15.0809 15.25 14.6667ZM16 10.5833C15.5858 10.5833 15.25 10.9191 15.25 11.3333C15.25 11.7475 15.5858 12.0833 16 12.0833H17.8737C18.0622 12.0833 18.1565 12.0833 18.2151 12.0248C18.2737 11.9662 18.2737 11.8719 18.2737 11.6833V10.9833C18.2737 10.7948 18.2737 10.7005 18.2151 10.6419C18.1565 10.5833 18.0622 10.5833 17.8737 10.5833H16ZM16 7.25C15.5858 7.25 15.25 7.58579 15.25 8C15.25 8.41421 15.5858 8.75 16 8.75H17.8737C18.0622 8.75 18.1565 8.75 18.2151 8.69142C18.2737 8.63284 18.2737 8.53856 18.2737 8.35L18.2737 7.65C18.2737 7.46144 18.2737 7.36716 18.2151 7.30858C18.1565 7.25 18.0622 7.25 17.8737 7.25H16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.37063 19.3921C6.25387 18.5251 6.25389 17.4227 6.25391 16.0552L6.25391 3.4914C6.25391 3.40626 6.17988 3.33986 6.0955 3.35118C5.38787 3.44617 5.05982 3.61373 4.83662 3.83658C4.61364 4.05922 4.44611 4.38611 4.35107 5.09188C4.25214 5.82657 4.25 6.80771 4.25 8.25024V10.2502C4.25 10.8025 3.80229 11.2502 3.25 11.2502C2.69772 11.2502 2.25 10.8025 2.25 10.2502L2.25 8.17954V8.17951C2.24997 6.82551 2.24994 5.70881 2.36896 4.82497C2.49394 3.89685 2.76644 3.0773 3.42352 2.42126C4.08039 1.76542 4.90059 1.49364 5.82942 1.36896C6.71437 1.25017 7.83256 1.2502 9.18898 1.25024C9.33435 1.24987 9.53107 1.25001 9.71375 1.25013C9.79906 1.25018 9.88131 1.25024 9.95383 1.25024L18.324 1.25023H18.324C19.0392 1.2502 19.6496 1.25017 20.1154 1.3107C20.5829 1.37143 21.1293 1.51689 21.4677 2.00871C22.0305 2.82645 21.6306 3.70572 21.3306 4.19603C21.1618 4.472 20.9626 4.72812 20.7907 4.93943C20.7253 5.01977 20.4395 5.37 20.3833 5.4389L20.3812 5.44154L20.3736 5.45094L20.3664 5.4604C20.1146 5.79688 19.9778 6.04606 19.8963 6.28932C19.8141 6.53481 19.7729 6.82051 19.7729 7.25024L19.7729 16.0552C19.7729 17.4227 19.7729 18.5251 19.6561 19.3921C19.5349 20.2925 19.2755 21.0504 18.6727 21.6523C18.07 22.254 17.3114 22.5128 16.4102 22.6337C15.542 22.7503 14.4381 22.7503 13.0682 22.7502L13.0682 22.7502C11.6984 22.7503 10.4848 22.7503 9.61659 22.6337C8.71541 22.5128 7.95672 22.254 7.35406 21.6523C6.75124 21.0504 6.49186 20.2925 6.37063 19.3921ZM16 17.25C15.5858 17.25 15.25 17.5858 15.25 18C15.25 18.4142 15.5858 18.75 16 18.75H17.8616C18.0463 18.75 18.1386 18.75 18.1969 18.6926C18.2553 18.6352 18.2569 18.5434 18.26 18.3597C18.2639 18.1294 18.2667 17.8915 18.2687 17.652C18.2703 17.4629 18.2711 17.3683 18.2124 17.3092C18.1537 17.25 18.059 17.25 17.8694 17.25H16ZM15.25 14.6667C15.25 14.2525 15.5858 13.9167 16 13.9167H17.8737C18.0622 13.9167 18.1565 13.9167 18.2151 13.9752C18.2737 14.0338 18.2737 14.1281 18.2737 14.3167V15.0167C18.2737 15.2052 18.2737 15.2995 18.2151 15.3581C18.1565 15.4167 18.0622 15.4167 17.8737 15.4167H16C15.5858 15.4167 15.25 15.0809 15.25 14.6667ZM16 10.5833C15.5858 10.5833 15.25 10.9191 15.25 11.3333C15.25 11.7475 15.5858 12.0833 16 12.0833H17.8737C18.0622 12.0833 18.1565 12.0833 18.2151 12.0248C18.2737 11.9662 18.2737 11.8719 18.2737 11.6833V10.9833C18.2737 10.7948 18.2737 10.7005 18.2151 10.6419C18.1565 10.5833 18.0622 10.5833 17.8737 10.5833H16ZM16 7.25C15.5858 7.25 15.25 7.58579 15.25 8C15.25 8.41421 15.5858 8.75 16 8.75H17.8737C18.0622 8.75 18.1565 8.75 18.2151 8.69142C18.2737 8.63284 18.2737 8.53856 18.2737 8.35L18.2737 7.65C18.2737 7.46144 18.2737 7.36716 18.2151 7.30858C18.1565 7.25 18.0622 7.25 17.8737 7.25H16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-kettle-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.91528 16.25C1.60576 16.25 1.451 16.25 1.36117 16.1446C1.27133 16.0391 1.29476 15.8934 1.34162 15.6018C1.56039 14.2408 2.09331 12.9847 2.86373 11.9102C2.92364 11.8266 2.95359 11.7848 2.96798 11.7401C2.98238 11.6953 2.98238 11.6462 2.98238 11.5482L2.98238 9.25C2.98238 5.38401 6.11916 2.25 9.98859 2.25C13.858 2.25 16.9948 5.38401 16.9948 9.25V11.5493C16.9948 11.6473 16.9948 11.6964 17.0092 11.7411C17.0236 11.7859 17.0535 11.8277 17.1134 11.9112C17.7662 12.822 18.2484 13.8631 18.5133 14.988C18.5531 15.1568 18.7463 15.1734 18.7463 15V13C18.7463 11.3431 20.0907 10 21.749 10C22.3018 10 22.7499 10.4477 22.7499 11C22.7499 11.5523 22.3018 12 21.749 12C21.1962 12 20.7481 12.4477 20.7481 13V15C20.7481 16.1627 20.0861 17.1708 19.1182 17.6688C18.9228 17.7693 18.8252 17.8196 18.7818 17.8862C18.7384 17.9528 18.7326 18.0503 18.721 18.2453C18.685 18.854 18.5968 19.4736 18.3811 20.0105C18.1862 20.4957 17.8756 20.9495 17.3845 21.2744C16.8961 21.5977 16.2949 21.75 15.5932 21.75H4.38322C3.68154 21.75 3.08032 21.5977 2.59184 21.2744C2.10077 20.9495 1.79017 20.4957 1.59527 20.0105C1.39349 19.5081 1.30329 18.9333 1.26298 18.3628C1.24311 18.0816 1.23318 17.941 1.32215 17.8455C1.41112 17.75 1.55719 17.75 1.84934 17.75H8.98997C9.40455 17.75 9.74063 17.4142 9.74063 17C9.74063 16.5858 9.40455 16.25 8.98997 16.25H1.91528ZM4.98415 9.25C4.98415 9.48963 5.25536 9.6326 5.46042 9.50862C6.1 9.12192 6.79308 8.81467 7.52595 8.60056C7.75289 8.53427 7.86636 8.50112 7.92632 8.42113C7.98628 8.34115 7.98628 8.22743 7.98628 8C7.98628 6.89543 8.88251 6 9.98806 6C11.0936 6 11.9898 6.89543 11.9898 8C11.9898 8.22739 11.9898 8.34108 12.0498 8.42107C12.1098 8.50105 12.2232 8.5342 12.4502 8.60049C13.1833 8.81464 13.8766 9.12199 14.5163 9.50883C14.7216 9.63294 14.993 9.48984 14.993 9.25C14.993 6.48858 12.7525 4.25 9.98859 4.25C7.22472 4.25 4.98415 6.48858 4.98415 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.91528 16.25C1.60576 16.25 1.451 16.25 1.36117 16.1446C1.27133 16.0391 1.29476 15.8934 1.34162 15.6018C1.56039 14.2408 2.09331 12.9847 2.86373 11.9102C2.92364 11.8266 2.95359 11.7848 2.96798 11.7401C2.98238 11.6953 2.98238 11.6462 2.98238 11.5482L2.98238 9.25C2.98238 5.38401 6.11916 2.25 9.98859 2.25C13.858 2.25 16.9948 5.38401 16.9948 9.25V11.5493C16.9948 11.6473 16.9948 11.6964 17.0092 11.7411C17.0236 11.7859 17.0535 11.8277 17.1134 11.9112C17.7662 12.822 18.2484 13.8631 18.5133 14.988C18.5531 15.1568 18.7463 15.1734 18.7463 15V13C18.7463 11.3431 20.0907 10 21.749 10C22.3018 10 22.7499 10.4477 22.7499 11C22.7499 11.5523 22.3018 12 21.749 12C21.1962 12 20.7481 12.4477 20.7481 13V15C20.7481 16.1627 20.0861 17.1708 19.1182 17.6688C18.9228 17.7693 18.8252 17.8196 18.7818 17.8862C18.7384 17.9528 18.7326 18.0503 18.721 18.2453C18.685 18.854 18.5968 19.4736 18.3811 20.0105C18.1862 20.4957 17.8756 20.9495 17.3845 21.2744C16.8961 21.5977 16.2949 21.75 15.5932 21.75H4.38322C3.68154 21.75 3.08032 21.5977 2.59184 21.2744C2.10077 20.9495 1.79017 20.4957 1.59527 20.0105C1.39349 19.5081 1.30329 18.9333 1.26298 18.3628C1.24311 18.0816 1.23318 17.941 1.32215 17.8455C1.41112 17.75 1.55719 17.75 1.84934 17.75H8.98997C9.40455 17.75 9.74063 17.4142 9.74063 17C9.74063 16.5858 9.40455 16.25 8.98997 16.25H1.91528ZM4.98415 9.25C4.98415 9.48963 5.25536 9.6326 5.46042 9.50862C6.1 9.12192 6.79308 8.81467 7.52595 8.60056C7.75289 8.53427 7.86636 8.50112 7.92632 8.42113C7.98628 8.34115 7.98628 8.22743 7.98628 8C7.98628 6.89543 8.88251 6 9.98806 6C11.0936 6 11.9898 6.89543 11.9898 8C11.9898 8.22739 11.9898 8.34108 12.0498 8.42107C12.1098 8.50105 12.2232 8.5342 12.4502 8.60049C13.1833 8.81464 13.8766 9.12199 14.5163 9.50883C14.7216 9.63294 14.993 9.48984 14.993 9.25C14.993 6.48858 12.7525 4.25 9.98859 4.25C7.22472 4.25 4.98415 6.48858 4.98415 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-kettle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.31053 8.71838L6.34405 8.4826L5.55564 16.7612C5.29724 16.5973 5.07971 16.4262 4.89255 16.2326C4.50641 15.8332 4.18709 15.2701 4.00411 14.296L3.55823 11.9225C3.39289 11.0424 3.28692 10.4693 3.2576 10.0345C3.22964 9.61973 3.28484 9.47454 3.32881 9.39819C3.36231 9.34 3.42039 9.2562 3.71503 9.14043C4.05075 9.00852 4.52765 8.89698 5.31053 8.71838ZM3.45461 17.6227C4.00862 18.1958 4.66907 18.5945 5.34908 18.9303C5.28229 19.6331 5.22795 20.2443 5.25893 20.7413C5.2945 21.3119 5.44761 21.8513 5.90233 22.2837C6.34061 22.7005 6.89331 22.8588 7.48555 22.9306C8.05636 22.9998 8.78196 22.9998 9.65803 22.9998H16.3417C17.2177 22.9998 17.9433 22.9998 18.5141 22.9306C19.1064 22.8588 19.6591 22.7005 20.0974 22.2837C20.5521 21.8513 20.7052 21.3119 20.7408 20.7413C20.7734 20.2181 20.7115 19.5685 20.64 18.8186L20.0709 12.8431C21.4116 11.9525 22.3479 10.4188 22.6771 8.67621C22.7731 8.16796 22.8564 7.41139 22.3631 6.83836C22.1103 6.54465 21.7911 6.40286 21.5159 6.33261C21.2511 6.26498 20.9747 6.25 20.7281 6.25H7.75C7.6635 6.25 7.57957 6.26098 7.49951 6.28163C7.34977 6.24292 7.18878 6.23849 7.02759 6.27527L4.86568 6.76848L4.79947 6.78358C4.10413 6.94213 3.47683 7.08517 2.98361 7.27897C2.4337 7.49505 1.93112 7.81749 1.5956 8.40019C1.27054 8.96472 1.2216 9.56781 1.26213 10.169C1.30041 10.7367 1.43026 11.4277 1.58181 12.2343L1.59262 12.2918L2.0385 14.6653C2.27909 15.9461 2.74624 16.8899 3.45461 17.6227ZM20.7119 8.30494C20.56 9.10914 20.2447 9.8033 19.8331 10.3461L19.6335 8.25H20.7218C20.7188 8.26753 20.7155 8.28584 20.7119 8.30494ZM15 12.25C15 11.6977 14.5523 11.25 14 11.25C13.4477 11.25 13 11.6977 13 12.25C13 12.8866 12.8946 13.2248 12.7931 13.4278C12.6868 13.6402 12.5484 13.7874 12.2929 14.0429L12.2706 14.0652L12.2706 14.0652C12.0268 14.3087 11.6788 14.6564 11.4181 15.1778C11.1446 15.7248 11 16.3866 11 17.25C11 17.8023 11.4477 18.25 12 18.25C12.5523 18.25 13 17.8023 13 17.25C13 16.6134 13.1054 16.2752 13.2069 16.0722C13.3132 15.8598 13.4516 15.7126 13.7071 15.4571L13.7294 15.4348C13.9732 15.1913 14.3212 14.8436 14.5819 14.3222C14.8554 13.7752 15 13.1134 15 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 2C14 1.44772 13.5523 1 13 1C12.4477 1 12 1.44772 12 2V2.5C12 2.51648 12.0004 2.53287 12.0012 2.54916C9.43041 2.80805 7.169 4.10757 6.38572 6.87459C6.23529 7.406 6.54414 7.95873 7.07554 8.10916C7.60694 8.25958 8.15968 7.95074 8.3101 7.41934C8.86162 5.47105 10.5557 4.5 12.9991 4.5C15.4424 4.5 17.1365 5.47104 17.688 7.41934C17.8385 7.95074 18.3912 8.25958 18.9226 8.10916C19.454 7.95873 19.7628 7.406 19.6124 6.87459C18.8293 4.10824 16.5688 2.80868 13.9988 2.54935C13.9996 2.533 14 2.51655 14 2.5V2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.31053 8.71838L6.34405 8.4826L5.55564 16.7612C5.29724 16.5973 5.07971 16.4262 4.89255 16.2326C4.50641 15.8332 4.18709 15.2701 4.00411 14.296L3.55823 11.9225C3.39289 11.0424 3.28692 10.4693 3.2576 10.0345C3.22964 9.61973 3.28484 9.47454 3.32881 9.39819C3.36231 9.34 3.42039 9.2562 3.71503 9.14043C4.05075 9.00852 4.52765 8.89698 5.31053 8.71838ZM3.45461 17.6227C4.00862 18.1958 4.66907 18.5945 5.34908 18.9303C5.28229 19.6331 5.22795 20.2443 5.25893 20.7413C5.2945 21.3119 5.44761 21.8513 5.90233 22.2837C6.34061 22.7005 6.89331 22.8588 7.48555 22.9306C8.05636 22.9998 8.78196 22.9998 9.65803 22.9998H16.3417C17.2177 22.9998 17.9433 22.9998 18.5141 22.9306C19.1064 22.8588 19.6591 22.7005 20.0974 22.2837C20.5521 21.8513 20.7052 21.3119 20.7408 20.7413C20.7734 20.2181 20.7115 19.5685 20.64 18.8186L20.0709 12.8431C21.4116 11.9525 22.3479 10.4188 22.6771 8.67621C22.7731 8.16796 22.8564 7.41139 22.3631 6.83836C22.1103 6.54465 21.7911 6.40286 21.5159 6.33261C21.2511 6.26498 20.9747 6.25 20.7281 6.25H7.75C7.6635 6.25 7.57957 6.26098 7.49951 6.28163C7.34977 6.24292 7.18878 6.23849 7.02759 6.27527L4.86568 6.76848L4.79947 6.78358C4.10413 6.94213 3.47683 7.08517 2.98361 7.27897C2.4337 7.49505 1.93112 7.81749 1.5956 8.40019C1.27054 8.96472 1.2216 9.56781 1.26213 10.169C1.30041 10.7367 1.43026 11.4277 1.58181 12.2343L1.59262 12.2918L2.0385 14.6653C2.27909 15.9461 2.74624 16.8899 3.45461 17.6227ZM20.7119 8.30494C20.56 9.10914 20.2447 9.8033 19.8331 10.3461L19.6335 8.25H20.7218C20.7188 8.26753 20.7155 8.28584 20.7119 8.30494ZM15 12.25C15 11.6977 14.5523 11.25 14 11.25C13.4477 11.25 13 11.6977 13 12.25C13 12.8866 12.8946 13.2248 12.7931 13.4278C12.6868 13.6402 12.5484 13.7874 12.2929 14.0429L12.2706 14.0652L12.2706 14.0652C12.0268 14.3087 11.6788 14.6564 11.4181 15.1778C11.1446 15.7248 11 16.3866 11 17.25C11 17.8023 11.4477 18.25 12 18.25C12.5523 18.25 13 17.8023 13 17.25C13 16.6134 13.1054 16.2752 13.2069 16.0722C13.3132 15.8598 13.4516 15.7126 13.7071 15.4571L13.7294 15.4348C13.9732 15.1913 14.3212 14.8436 14.5819 14.3222C14.8554 13.7752 15 13.1134 15 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 2C14 1.44772 13.5523 1 13 1C12.4477 1 12 1.44772 12 2V2.5C12 2.51648 12.0004 2.53287 12.0012 2.54916C9.43041 2.80805 7.169 4.10757 6.38572 6.87459C6.23529 7.406 6.54414 7.95873 7.07554 8.10916C7.60694 8.25958 8.15968 7.95074 8.3101 7.41934C8.86162 5.47105 10.5557 4.5 12.9991 4.5C15.4424 4.5 17.1365 5.47104 17.688 7.41934C17.8385 7.95074 18.3912 8.25958 18.9226 8.10916C19.454 7.95873 19.7628 7.406 19.6124 6.87459C18.8293 4.10824 16.5688 2.80868 13.9988 2.54935C13.9996 2.533 14 2.51655 14 2.5V2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-kitchen-utensils{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.32295 3.03796C8.12492 2.83109 7.86369 2.70546 7.64827 2.62402C7.41665 2.53645 7.15253 2.46899 6.87963 2.41692C6.3325 2.31251 5.68286 2.25738 5.04291 2.25089C4.40347 2.24441 3.74471 2.28619 3.18085 2.38786C2.89926 2.43863 2.62413 2.50736 2.37972 2.60092C2.14634 2.69026 1.88158 2.8243 1.67705 3.03796C1.33111 3.39934 1.24921 3.83476 1.25001 4.23584C1.25071 4.59363 1.31939 5.02872 1.39353 5.49846L1.85964 8.45449C1.97431 9.18169 2.16335 9.87704 2.73864 10.3076C3.02625 10.5229 3.36494 10.6344 3.7259 10.6915C3.87925 10.7158 3.99805 10.8438 3.99805 10.999L3.99805 20.7502C3.99805 21.3025 4.44576 21.7502 4.99805 21.7502C5.55033 21.7502 5.99805 21.3025 5.99805 20.7502L5.99805 10.9996C5.99805 10.8442 6.11698 10.7163 6.27045 10.6921C6.63277 10.6351 6.97278 10.5236 7.26136 10.3076C7.83665 9.87704 8.02569 9.18169 8.14036 8.45449L8.60647 5.49846C8.68061 5.02872 8.74928 4.59363 8.74999 4.23584C8.75079 3.83476 8.66889 3.39934 8.32295 3.03796Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 3.25012C13 2.69784 12.5523 2.25012 12 2.25012C11.4477 2.25012 11 2.69784 11 3.25012L11 13.1628C11 13.297 10.9104 13.4138 10.7836 13.458C10.2383 13.6481 9.75578 13.9547 9.36648 14.3187C8.71976 14.9233 8.25 15.7652 8.25 16.6251C8.25 17.6614 8.63706 18.8903 9.24138 19.8643C9.82379 20.803 10.7698 21.7501 12 21.7501C13.2302 21.7501 14.1762 20.803 14.7586 19.8643C15.3629 18.8903 15.75 17.6614 15.75 16.6251C15.75 15.7652 15.2802 14.9233 14.6335 14.3187C14.2442 13.9547 13.7617 13.6481 13.2164 13.458C13.0896 13.4138 13 13.297 13 13.1628L13 3.25012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2477 2.29233C18.0183 2.21206 17.7642 2.24794 17.566 2.38858C17.3678 2.52923 17.25 2.7572 17.25 3.00025V20.7502C17.25 21.3025 17.6977 21.7502 18.25 21.7502C18.8023 21.7502 19.25 21.3025 19.25 20.7502L19.25 15.0852C19.25 14.9073 19.25 14.8184 19.2872 14.7509C19.3143 14.7017 19.3552 14.6606 19.4043 14.6333C19.4717 14.5959 19.5603 14.5955 19.7374 14.5948C20.0798 14.5935 20.44 14.5921 20.7682 14.5623C21.0942 14.5327 21.4545 14.4705 21.7799 14.311C22.1295 14.1396 22.4245 13.8621 22.5945 13.4525C22.7542 13.0678 22.7775 12.6294 22.7244 12.1657L22.1023 6.73576C21.8425 4.46826 20.2743 3.00143 18.2477 2.29233Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.32295 3.03796C8.12492 2.83109 7.86369 2.70546 7.64827 2.62402C7.41665 2.53645 7.15253 2.46899 6.87963 2.41692C6.3325 2.31251 5.68286 2.25738 5.04291 2.25089C4.40347 2.24441 3.74471 2.28619 3.18085 2.38786C2.89926 2.43863 2.62413 2.50736 2.37972 2.60092C2.14634 2.69026 1.88158 2.8243 1.67705 3.03796C1.33111 3.39934 1.24921 3.83476 1.25001 4.23584C1.25071 4.59363 1.31939 5.02872 1.39353 5.49846L1.85964 8.45449C1.97431 9.18169 2.16335 9.87704 2.73864 10.3076C3.02625 10.5229 3.36494 10.6344 3.7259 10.6915C3.87925 10.7158 3.99805 10.8438 3.99805 10.999L3.99805 20.7502C3.99805 21.3025 4.44576 21.7502 4.99805 21.7502C5.55033 21.7502 5.99805 21.3025 5.99805 20.7502L5.99805 10.9996C5.99805 10.8442 6.11698 10.7163 6.27045 10.6921C6.63277 10.6351 6.97278 10.5236 7.26136 10.3076C7.83665 9.87704 8.02569 9.18169 8.14036 8.45449L8.60647 5.49846C8.68061 5.02872 8.74928 4.59363 8.74999 4.23584C8.75079 3.83476 8.66889 3.39934 8.32295 3.03796Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 3.25012C13 2.69784 12.5523 2.25012 12 2.25012C11.4477 2.25012 11 2.69784 11 3.25012L11 13.1628C11 13.297 10.9104 13.4138 10.7836 13.458C10.2383 13.6481 9.75578 13.9547 9.36648 14.3187C8.71976 14.9233 8.25 15.7652 8.25 16.6251C8.25 17.6614 8.63706 18.8903 9.24138 19.8643C9.82379 20.803 10.7698 21.7501 12 21.7501C13.2302 21.7501 14.1762 20.803 14.7586 19.8643C15.3629 18.8903 15.75 17.6614 15.75 16.6251C15.75 15.7652 15.2802 14.9233 14.6335 14.3187C14.2442 13.9547 13.7617 13.6481 13.2164 13.458C13.0896 13.4138 13 13.297 13 13.1628L13 3.25012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2477 2.29233C18.0183 2.21206 17.7642 2.24794 17.566 2.38858C17.3678 2.52923 17.25 2.7572 17.25 3.00025V20.7502C17.25 21.3025 17.6977 21.7502 18.25 21.7502C18.8023 21.7502 19.25 21.3025 19.25 20.7502L19.25 15.0852C19.25 14.9073 19.25 14.8184 19.2872 14.7509C19.3143 14.7017 19.3552 14.6606 19.4043 14.6333C19.4717 14.5959 19.5603 14.5955 19.7374 14.5948C20.0798 14.5935 20.44 14.5921 20.7682 14.5623C21.0942 14.5327 21.4545 14.4705 21.7799 14.311C22.1295 14.1396 22.4245 13.8621 22.5945 13.4525C22.7542 13.0678 22.7775 12.6294 22.7244 12.1657L22.1023 6.73576C21.8425 4.46826 20.2743 3.00143 18.2477 2.29233Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-knife-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.3204 2.25012C16.7601 2.25012 16.3081 2.49512 15.904 2.81529C15.525 3.11559 15.1074 3.5493 14.6199 4.05561L2.00959 17.1517C0.996804 18.2035 0.996803 19.8974 2.00959 20.9492C3.17892 22.1636 5.12842 21.9672 6.05291 20.564L8.34277 17.0883C8.80125 16.3925 9.01913 16.3451 9.04674 16.3429C9.08217 16.34 9.29927 16.3611 9.85424 16.9375C9.97403 17.0619 10.2113 17.3364 10.3602 17.5089C10.5508 17.7287 10.7701 17.9763 11.0089 18.2052C11.4623 18.6397 12.1219 19.1426 12.9564 19.1329C13.5209 19.1264 13.9705 18.877 14.3707 18.5481C14.7433 18.242 15.1485 17.8018 15.6192 17.2907L15.6192 17.2906C18.4214 14.2475 20.4405 11.7627 21.6695 10.1114L21.6695 10.1114C21.9771 9.69809 22.254 9.32622 22.4412 8.97905C22.6507 8.59077 22.775 8.18853 22.7458 7.7117C22.7281 7.42344 22.6295 7.13509 22.5154 6.88148C22.397 6.61819 22.2386 6.34229 22.0578 6.06736C21.6961 5.51726 21.2158 4.92711 20.699 4.38563C20.183 3.84496 19.6118 3.33294 19.0615 2.94973C18.55 2.59348 17.9206 2.25012 17.3204 2.25012ZM17.9955 7.00012C17.4457 7.00012 17 7.44784 17 8.00012C17 8.55241 17.4457 9.00012 17.9955 9.00012H18.0045C18.5543 9.00012 19 8.55241 19 8.00012C19 7.44784 18.5543 7.00012 18.0045 7.00012H17.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.3204 2.25012C16.7601 2.25012 16.3081 2.49512 15.904 2.81529C15.525 3.11559 15.1074 3.5493 14.6199 4.05561L2.00959 17.1517C0.996804 18.2035 0.996803 19.8974 2.00959 20.9492C3.17892 22.1636 5.12842 21.9672 6.05291 20.564L8.34277 17.0883C8.80125 16.3925 9.01913 16.3451 9.04674 16.3429C9.08217 16.34 9.29927 16.3611 9.85424 16.9375C9.97403 17.0619 10.2113 17.3364 10.3602 17.5089C10.5508 17.7287 10.7701 17.9763 11.0089 18.2052C11.4623 18.6397 12.1219 19.1426 12.9564 19.1329C13.5209 19.1264 13.9705 18.877 14.3707 18.5481C14.7433 18.242 15.1485 17.8018 15.6192 17.2907L15.6192 17.2906C18.4214 14.2475 20.4405 11.7627 21.6695 10.1114L21.6695 10.1114C21.9771 9.69809 22.254 9.32622 22.4412 8.97905C22.6507 8.59077 22.775 8.18853 22.7458 7.7117C22.7281 7.42344 22.6295 7.13509 22.5154 6.88148C22.397 6.61819 22.2386 6.34229 22.0578 6.06736C21.6961 5.51726 21.2158 4.92711 20.699 4.38563C20.183 3.84496 19.6118 3.33294 19.0615 2.94973C18.55 2.59348 17.9206 2.25012 17.3204 2.25012ZM17.9955 7.00012C17.4457 7.00012 17 7.44784 17 8.00012C17 8.55241 17.4457 9.00012 17.9955 9.00012H18.0045C18.5543 9.00012 19 8.55241 19 8.00012C19 7.44784 18.5543 7.00012 18.0045 7.00012H17.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-knife-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.8765 1.26181C20.5405 1.18851 21.1989 1.454 21.6432 2.12493C23.6194 5.10894 22.7383 8.59625 20.6841 10.996L15.474 17.0827C15.1942 17.4096 14.9474 17.6979 14.7211 17.9125C14.4796 18.1415 14.1986 18.3495 13.8319 18.4429C13.1433 18.6182 12.5683 18.408 12.1239 18.0947C11.7454 17.8279 11.4171 17.4529 11.16 17.1594L11.16 17.1594C10.8594 16.8173 10.5863 16.5232 10.3772 16.3957C10.22 16.2998 10.103 16.2791 9.92393 16.3469C9.67934 16.4396 9.37473 16.6704 9.02067 17.0733C8.67519 17.4663 8.3311 17.9667 7.99278 18.5159C7.68443 19.0164 7.39328 19.5368 7.11596 20.0325L7.11591 20.0326C6.82271 20.5561 6.45619 21.206 6.19521 21.5831C5.2356 22.9695 3.24514 23.15 2.04696 21.9656C0.984347 20.9152 0.984346 19.2086 2.04696 18.1581L18.353 2.03942C18.7341 1.6627 19.273 1.32843 19.8765 1.26181Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.8765 1.26181C20.5405 1.18851 21.1989 1.454 21.6432 2.12493C23.6194 5.10894 22.7383 8.59625 20.6841 10.996L15.474 17.0827C15.1942 17.4096 14.9474 17.6979 14.7211 17.9125C14.4796 18.1415 14.1986 18.3495 13.8319 18.4429C13.1433 18.6182 12.5683 18.408 12.1239 18.0947C11.7454 17.8279 11.4171 17.4529 11.16 17.1594L11.16 17.1594C10.8594 16.8173 10.5863 16.5232 10.3772 16.3957C10.22 16.2998 10.103 16.2791 9.92393 16.3469C9.67934 16.4396 9.37473 16.6704 9.02067 17.0733C8.67519 17.4663 8.3311 17.9667 7.99278 18.5159C7.68443 19.0164 7.39328 19.5368 7.11596 20.0325L7.11591 20.0326C6.82271 20.5561 6.45619 21.206 6.19521 21.5831C5.2356 22.9695 3.24514 23.15 2.04696 21.9656C0.984347 20.9152 0.984346 19.2086 2.04696 18.1581L18.353 2.03942C18.7341 1.6627 19.273 1.32843 19.8765 1.26181Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-knife-bread{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0246 3.29812C16.7949 1.90741 19.2034 1.90066 20.9799 3.27788C21.3823 3.54636 21.6923 3.92572 21.9265 4.2901C22.1704 4.66954 22.3596 5.07621 22.5 5.42753C22.5729 5.6098 22.6709 5.85469 22.7141 6.04962C22.7689 6.2974 22.7746 6.58454 22.6322 6.88381C22.481 7.20167 22.2322 7.37703 21.9962 7.48257C21.7496 7.59287 21.3515 7.69751 21.0555 7.77032C20.894 7.81005 20.8133 7.82991 20.7551 7.88614C20.6969 7.94236 20.6743 8.02214 20.6292 8.18169L20.2571 9.49695C20.1816 9.76381 19.965 9.96722 19.6939 10.0258L18.6723 10.2468C18.483 10.2877 18.3884 10.3082 18.3252 10.3733C18.262 10.4384 18.2444 10.5336 18.2092 10.7241L17.9926 11.8948C17.9376 12.1922 17.7093 12.4275 17.4137 12.4914L16.3921 12.7123C16.2028 12.7532 16.1081 12.7737 16.0449 12.8388C15.9817 12.904 15.9641 12.9992 15.9289 13.1896L15.7124 14.3603C15.6866 14.4997 15.6218 14.629 15.5255 14.7331L13.1077 17.3C12.8708 17.5053 12.583 17.6987 12.2086 17.7582C11.5248 17.8669 11.0045 17.546 10.6621 17.2432C10.4908 17.0918 10.3407 16.9251 10.217 16.7822C9.91691 16.4578 9.40266 15.8796 9.25151 15.7458C9.05466 15.5895 8.8949 15.6944 8.83963 15.7664C8.70014 15.9154 8.58932 16.0961 8.44663 16.3288L5.74829 20.5978C4.88953 21.9549 3.04917 22.1582 1.94915 20.9688C1.01695 19.9609 1.01695 18.3491 1.94915 17.3412L13.8707 4.45099C14.3835 3.8964 14.7033 3.5505 15.0246 3.29812Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0246 3.29812C16.7949 1.90741 19.2034 1.90066 20.9799 3.27788C21.3823 3.54636 21.6923 3.92572 21.9265 4.2901C22.1704 4.66954 22.3596 5.07621 22.5 5.42753C22.5729 5.6098 22.6709 5.85469 22.7141 6.04962C22.7689 6.2974 22.7746 6.58454 22.6322 6.88381C22.481 7.20167 22.2322 7.37703 21.9962 7.48257C21.7496 7.59287 21.3515 7.69751 21.0555 7.77032C20.894 7.81005 20.8133 7.82991 20.7551 7.88614C20.6969 7.94236 20.6743 8.02214 20.6292 8.18169L20.2571 9.49695C20.1816 9.76381 19.965 9.96722 19.6939 10.0258L18.6723 10.2468C18.483 10.2877 18.3884 10.3082 18.3252 10.3733C18.262 10.4384 18.2444 10.5336 18.2092 10.7241L17.9926 11.8948C17.9376 12.1922 17.7093 12.4275 17.4137 12.4914L16.3921 12.7123C16.2028 12.7532 16.1081 12.7737 16.0449 12.8388C15.9817 12.904 15.9641 12.9992 15.9289 13.1896L15.7124 14.3603C15.6866 14.4997 15.6218 14.629 15.5255 14.7331L13.1077 17.3C12.8708 17.5053 12.583 17.6987 12.2086 17.7582C11.5248 17.8669 11.0045 17.546 10.6621 17.2432C10.4908 17.0918 10.3407 16.9251 10.217 16.7822C9.91691 16.4578 9.40266 15.8796 9.25151 15.7458C9.05466 15.5895 8.8949 15.6944 8.83963 15.7664C8.70014 15.9154 8.58932 16.0961 8.44663 16.3288L5.74829 20.5978C4.88953 21.9549 3.04917 22.1582 1.94915 20.9688C1.01695 19.9609 1.01695 18.3491 1.94915 17.3412L13.8707 4.45099C14.3835 3.8964 14.7033 3.5505 15.0246 3.29812Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-knives{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1888 15.9909C17.3549 15.8111 17.5029 15.6403 17.6295 15.476C17.9904 15.0079 18.2502 14.5048 18.2502 13.8916C18.2502 13.3961 18.0806 12.9726 17.8252 12.5813L18.5685 11.8224C19.5185 11.8197 20.4671 11.4481 21.1877 10.7123C22.461 9.4122 22.5543 7.42497 21.6562 6.0011C21.9278 4.86965 21.6098 3.63031 20.7022 2.75149C19.3231 1.41617 17.1002 1.41617 15.7211 2.75149L11.5333 6.80652C11.3769 6.76995 11.2138 6.75 11.0422 6.75C10.4297 6.75 9.92509 7.00406 9.45198 7.36132C9.00567 7.69834 8.5111 8.18786 7.92266 8.77028L7.92265 8.77029L7.92264 8.7703L2.97802 13.6639C2.52257 14.1137 2.15047 14.4811 1.94979 14.9606C1.74878 15.4409 1.74937 15.9627 1.75008 16.5995L1.75017 17.8727C1.75014 18.6957 1.75011 19.3886 1.82504 19.9402C1.90457 20.5257 2.08081 21.0624 2.51693 21.4941C2.95197 21.9246 3.49111 22.0976 4.07897 22.1758C4.63473 22.2498 5.33357 22.2498 6.16619 22.2497L12.7395 22.25H12.7395C13.5802 22.25 14.2844 22.2501 14.8441 22.1764C15.4351 22.0986 15.9767 21.9267 16.4144 21.4981C16.8543 21.0673 17.0328 20.5306 17.1132 19.9445C17.1889 19.3933 17.1889 18.7009 17.1888 17.8799L17.1888 15.9909ZM13.272 7.9069L17.1124 4.1883C17.7159 3.6039 18.7074 3.6039 19.3109 4.1883C19.8964 4.75519 19.8964 5.66055 19.3109 6.22744C18.9576 6.56958 18.4664 6.71623 17.9888 6.65051C17.6784 6.60778 17.3659 6.71306 17.1446 6.93492L14.7413 9.34399L14.1617 8.77029C13.8394 8.45138 13.5454 8.16032 13.272 7.9069ZM16.1628 10.7509L18.2431 8.66552C18.9439 8.65932 19.6474 8.45082 20.2498 8.03514C20.2576 8.50138 20.0955 8.9691 19.7589 9.31286C19.3625 9.71752 18.8272 9.87898 18.3188 9.8052C18.0029 9.75936 17.6841 9.86708 17.4607 10.0951L16.4955 11.0806C16.4018 10.9874 16.3052 10.8918 16.2059 10.7935L16.2059 10.7935L16.1628 10.7509Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1888 15.9909C17.3549 15.8111 17.5029 15.6403 17.6295 15.476C17.9904 15.0079 18.2502 14.5048 18.2502 13.8916C18.2502 13.3961 18.0806 12.9726 17.8252 12.5813L18.5685 11.8224C19.5185 11.8197 20.4671 11.4481 21.1877 10.7123C22.461 9.4122 22.5543 7.42497 21.6562 6.0011C21.9278 4.86965 21.6098 3.63031 20.7022 2.75149C19.3231 1.41617 17.1002 1.41617 15.7211 2.75149L11.5333 6.80652C11.3769 6.76995 11.2138 6.75 11.0422 6.75C10.4297 6.75 9.92509 7.00406 9.45198 7.36132C9.00567 7.69834 8.5111 8.18786 7.92266 8.77028L7.92265 8.77029L7.92264 8.7703L2.97802 13.6639C2.52257 14.1137 2.15047 14.4811 1.94979 14.9606C1.74878 15.4409 1.74937 15.9627 1.75008 16.5995L1.75017 17.8727C1.75014 18.6957 1.75011 19.3886 1.82504 19.9402C1.90457 20.5257 2.08081 21.0624 2.51693 21.4941C2.95197 21.9246 3.49111 22.0976 4.07897 22.1758C4.63473 22.2498 5.33357 22.2498 6.16619 22.2497L12.7395 22.25H12.7395C13.5802 22.25 14.2844 22.2501 14.8441 22.1764C15.4351 22.0986 15.9767 21.9267 16.4144 21.4981C16.8543 21.0673 17.0328 20.5306 17.1132 19.9445C17.1889 19.3933 17.1889 18.7009 17.1888 17.8799L17.1888 15.9909ZM13.272 7.9069L17.1124 4.1883C17.7159 3.6039 18.7074 3.6039 19.3109 4.1883C19.8964 4.75519 19.8964 5.66055 19.3109 6.22744C18.9576 6.56958 18.4664 6.71623 17.9888 6.65051C17.6784 6.60778 17.3659 6.71306 17.1446 6.93492L14.7413 9.34399L14.1617 8.77029C13.8394 8.45138 13.5454 8.16032 13.272 7.9069ZM16.1628 10.7509L18.2431 8.66552C18.9439 8.65932 19.6474 8.45082 20.2498 8.03514C20.2576 8.50138 20.0955 8.9691 19.7589 9.31286C19.3625 9.71752 18.8272 9.87898 18.3188 9.8052C18.0029 9.75936 17.6841 9.86708 17.4607 10.0951L16.4955 11.0806C16.4018 10.9874 16.3052 10.8918 16.2059 10.7935L16.2059 10.7935L16.1628 10.7509Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-matches{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2945 7.32991C16.6997 7.24995 15.9505 7.24997 15.052 7.25H15.052L8.948 7.25H8.94797C8.04951 7.24997 7.3003 7.24995 6.70552 7.32991C6.07773 7.41432 5.51093 7.59999 5.05546 8.05546C4.59999 8.51093 4.41432 9.07773 4.32991 9.70552C4.24995 10.3003 4.24997 11.0495 4.25 11.948V11.948V18.052V18.052C4.24997 18.9505 4.24995 19.6997 4.32991 20.2945C4.41432 20.9223 4.59999 21.4891 5.05546 21.9445C5.51093 22.4 6.07773 22.5857 6.70552 22.6701C7.3003 22.7501 8.04951 22.75 8.94798 22.75H8.94801H15.052H15.052C15.9505 22.75 16.6997 22.7501 17.2945 22.6701C17.9223 22.5857 18.4891 22.4 18.9445 21.9445C19.4 21.4891 19.5857 20.9223 19.6701 20.2945C19.7501 19.6997 19.75 18.9505 19.75 18.052V18.052V11.948V11.948C19.75 11.0495 19.7501 10.3003 19.6701 9.70552C19.5857 9.07773 19.4 8.51093 18.9445 8.05546C18.4891 7.59999 17.9223 7.41432 17.2945 7.32991ZM15.5 16.2762C15.5 18.0159 14.0136 19.4262 12.18 19.4262C9.62064 19.4262 8.13386 16.8008 8.57797 14.2514C8.63458 13.9265 8.66288 13.764 8.72568 13.748C8.78848 13.7321 8.91801 13.8957 9.17707 14.223C9.4474 14.5644 9.84571 14.7401 10.184 14.8305C10.4439 14.8999 10.5739 14.9346 10.6903 14.8476C10.8068 14.7606 10.8112 14.5968 10.8199 14.2691C10.844 13.3659 11.0462 11.7459 12.1102 10.8028C12.3068 10.6285 12.4051 10.5414 12.5151 10.5789C12.6252 10.6164 12.6553 10.773 12.7154 11.0863C12.9048 12.0737 13.5057 12.7511 14.101 13.4223C14.8044 14.2153 15.5 14.9996 15.5 16.2762Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 4.25C9.41421 4.25 9.75 4.58579 9.75 5V8C9.75 8.41421 9.41421 8.75 9 8.75C8.58579 8.75 8.25 8.41421 8.25 8V5C8.25 4.58579 8.58579 4.25 9 4.25ZM12 4.25C12.4142 4.25 12.75 4.58579 12.75 5V8C12.75 8.41421 12.4142 8.75 12 8.75C11.5858 8.75 11.25 8.41421 11.25 8V5C11.25 4.58579 11.5858 4.25 12 4.25ZM15 4.25C15.4142 4.25 15.75 4.58579 15.75 5V8C15.75 8.41421 15.4142 8.75 15 8.75C14.5858 8.75 14.25 8.41421 14.25 8V5C14.25 4.58579 14.5858 4.25 15 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.93417 1C9.95604 1 9.97799 1 10 1L14.0658 1C14.9523 0.999953 15.7161 0.99991 16.3278 1.08215C16.9833 1.17028 17.6117 1.36902 18.1213 1.87868C18.631 2.38835 18.8297 3.0167 18.9179 3.67221C19.0001 4.28387 19.0001 5.04769 19 5.93417L19 8C19 8.55229 18.5523 9 18 9C17.4477 9 17 8.55229 17 8V6C17 5.02893 16.9979 4.40122 16.9357 3.93871C16.8571 3.35411 16.6459 3.14291 16.0613 3.06431C15.5988 3.00213 14.9711 3 14 3L10 3C9.02893 3 8.40122 3.00213 7.93871 3.06431C7.35411 3.14291 7.14291 3.35411 7.06431 3.93871C7.00213 4.40122 7 5.02893 7 6V8C7 8.55229 6.55229 9 6 9C5.44772 9 5 8.55229 5 8L5 6C5 5.97799 5 5.95604 5 5.93417C4.99995 5.04769 4.99991 4.28387 5.08215 3.67221C5.17028 3.0167 5.36902 2.38835 5.87868 1.87868C6.38835 1.36902 7.0167 1.17028 7.67221 1.08215C8.28387 0.99991 9.04769 0.999953 9.93417 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2945 7.32991C16.6997 7.24995 15.9505 7.24997 15.052 7.25H15.052L8.948 7.25H8.94797C8.04951 7.24997 7.3003 7.24995 6.70552 7.32991C6.07773 7.41432 5.51093 7.59999 5.05546 8.05546C4.59999 8.51093 4.41432 9.07773 4.32991 9.70552C4.24995 10.3003 4.24997 11.0495 4.25 11.948V11.948V18.052V18.052C4.24997 18.9505 4.24995 19.6997 4.32991 20.2945C4.41432 20.9223 4.59999 21.4891 5.05546 21.9445C5.51093 22.4 6.07773 22.5857 6.70552 22.6701C7.3003 22.7501 8.04951 22.75 8.94798 22.75H8.94801H15.052H15.052C15.9505 22.75 16.6997 22.7501 17.2945 22.6701C17.9223 22.5857 18.4891 22.4 18.9445 21.9445C19.4 21.4891 19.5857 20.9223 19.6701 20.2945C19.7501 19.6997 19.75 18.9505 19.75 18.052V18.052V11.948V11.948C19.75 11.0495 19.7501 10.3003 19.6701 9.70552C19.5857 9.07773 19.4 8.51093 18.9445 8.05546C18.4891 7.59999 17.9223 7.41432 17.2945 7.32991ZM15.5 16.2762C15.5 18.0159 14.0136 19.4262 12.18 19.4262C9.62064 19.4262 8.13386 16.8008 8.57797 14.2514C8.63458 13.9265 8.66288 13.764 8.72568 13.748C8.78848 13.7321 8.91801 13.8957 9.17707 14.223C9.4474 14.5644 9.84571 14.7401 10.184 14.8305C10.4439 14.8999 10.5739 14.9346 10.6903 14.8476C10.8068 14.7606 10.8112 14.5968 10.8199 14.2691C10.844 13.3659 11.0462 11.7459 12.1102 10.8028C12.3068 10.6285 12.4051 10.5414 12.5151 10.5789C12.6252 10.6164 12.6553 10.773 12.7154 11.0863C12.9048 12.0737 13.5057 12.7511 14.101 13.4223C14.8044 14.2153 15.5 14.9996 15.5 16.2762Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 4.25C9.41421 4.25 9.75 4.58579 9.75 5V8C9.75 8.41421 9.41421 8.75 9 8.75C8.58579 8.75 8.25 8.41421 8.25 8V5C8.25 4.58579 8.58579 4.25 9 4.25ZM12 4.25C12.4142 4.25 12.75 4.58579 12.75 5V8C12.75 8.41421 12.4142 8.75 12 8.75C11.5858 8.75 11.25 8.41421 11.25 8V5C11.25 4.58579 11.5858 4.25 12 4.25ZM15 4.25C15.4142 4.25 15.75 4.58579 15.75 5V8C15.75 8.41421 15.4142 8.75 15 8.75C14.5858 8.75 14.25 8.41421 14.25 8V5C14.25 4.58579 14.5858 4.25 15 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.93417 1C9.95604 1 9.97799 1 10 1L14.0658 1C14.9523 0.999953 15.7161 0.99991 16.3278 1.08215C16.9833 1.17028 17.6117 1.36902 18.1213 1.87868C18.631 2.38835 18.8297 3.0167 18.9179 3.67221C19.0001 4.28387 19.0001 5.04769 19 5.93417L19 8C19 8.55229 18.5523 9 18 9C17.4477 9 17 8.55229 17 8V6C17 5.02893 16.9979 4.40122 16.9357 3.93871C16.8571 3.35411 16.6459 3.14291 16.0613 3.06431C15.5988 3.00213 14.9711 3 14 3L10 3C9.02893 3 8.40122 3.00213 7.93871 3.06431C7.35411 3.14291 7.14291 3.35411 7.06431 3.93871C7.00213 4.40122 7 5.02893 7 6V8C7 8.55229 6.55229 9 6 9C5.44772 9 5 8.55229 5 8L5 6C5 5.97799 5 5.95604 5 5.93417C4.99995 5.04769 4.99991 4.28387 5.08215 3.67221C5.17028 3.0167 5.36902 2.38835 5.87868 1.87868C6.38835 1.36902 7.0167 1.17028 7.67221 1.08215C8.28387 0.99991 9.04769 0.999953 9.93417 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-microwave{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.052 2.25C18.9505 2.24997 19.6997 2.24995 20.2945 2.32991C20.9223 2.41432 21.4891 2.59999 21.9445 3.05546C22.4 3.51093 22.5857 4.07773 22.6701 4.70552C22.7501 5.30031 22.75 6.04953 22.75 6.94801V15.052C22.75 15.9505 22.7501 16.6997 22.6701 17.2945C22.5857 17.9223 22.4 18.4891 21.9445 18.9445C21.4891 19.4 20.9223 19.5857 20.2945 19.6701C19.6997 19.7501 18.9505 19.75 18.052 19.75H5.94801C5.04953 19.75 4.30031 19.7501 3.70552 19.6701C3.07773 19.5857 2.51093 19.4 2.05546 18.9445C1.59999 18.4891 1.41432 17.9223 1.32991 17.2945C1.24995 16.6997 1.24997 15.9505 1.25 15.052V15.052V6.948V6.94797C1.24997 6.04951 1.24995 5.3003 1.32991 4.70552C1.41432 4.07773 1.59999 3.51093 2.05546 3.05546C2.51093 2.59999 3.07773 2.41432 3.70552 2.32991C4.3003 2.24995 5.04951 2.24997 5.94797 2.25H5.948H18.052H18.052ZM19 6C19.5523 6 20 6.44772 20 7V7.00895C20 7.56123 19.5523 8.00895 19 8.00895C18.4477 8.00895 18 7.56123 18 7.00895V7C18 6.44772 18.4477 6 19 6ZM19 8.99553C19.5523 8.99553 20 9.44324 20 9.99553V10.0045C20 10.5568 19.5523 11.0045 19 11.0045C18.4477 11.0045 18 10.5568 18 10.0045V9.99553C18 9.44324 18.4477 8.99553 19 8.99553ZM19 11.9911C19.5523 11.9911 20 12.4388 20 12.9911V13C20 13.5523 19.5523 14 19 14C18.4477 14 18 13.5523 18 13V12.9911C18 12.4388 18.4477 11.9911 19 11.9911ZM4 8V14C4 14.9428 4 15.4142 4.29289 15.7071C4.58579 16 5.05719 16 6 16H13C13.9428 16 14.4142 16 14.7071 15.7071C15 15.4142 15 14.9428 15 14V8C15 7.05719 15 6.58579 14.7071 6.29289C14.4142 6 13.9428 6 13 6H6C5.05719 6 4.58579 6 4.29289 6.29289C4 6.58579 4 7.05719 4 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 17.75C5.55228 17.75 6 18.1977 6 18.75V20.75C6 21.3023 5.55228 21.75 5 21.75C4.44772 21.75 4 21.3023 4 20.75V18.75C4 18.1977 4.44772 17.75 5 17.75ZM19 17.75C19.5523 17.75 20 18.1977 20 18.75V20.75C20 21.3023 19.5523 21.75 19 21.75C18.4477 21.75 18 21.3023 18 20.75V18.75C18 18.1977 18.4477 17.75 19 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.052 2.25C18.9505 2.24997 19.6997 2.24995 20.2945 2.32991C20.9223 2.41432 21.4891 2.59999 21.9445 3.05546C22.4 3.51093 22.5857 4.07773 22.6701 4.70552C22.7501 5.30031 22.75 6.04953 22.75 6.94801V15.052C22.75 15.9505 22.7501 16.6997 22.6701 17.2945C22.5857 17.9223 22.4 18.4891 21.9445 18.9445C21.4891 19.4 20.9223 19.5857 20.2945 19.6701C19.6997 19.7501 18.9505 19.75 18.052 19.75H5.94801C5.04953 19.75 4.30031 19.7501 3.70552 19.6701C3.07773 19.5857 2.51093 19.4 2.05546 18.9445C1.59999 18.4891 1.41432 17.9223 1.32991 17.2945C1.24995 16.6997 1.24997 15.9505 1.25 15.052V15.052V6.948V6.94797C1.24997 6.04951 1.24995 5.3003 1.32991 4.70552C1.41432 4.07773 1.59999 3.51093 2.05546 3.05546C2.51093 2.59999 3.07773 2.41432 3.70552 2.32991C4.3003 2.24995 5.04951 2.24997 5.94797 2.25H5.948H18.052H18.052ZM19 6C19.5523 6 20 6.44772 20 7V7.00895C20 7.56123 19.5523 8.00895 19 8.00895C18.4477 8.00895 18 7.56123 18 7.00895V7C18 6.44772 18.4477 6 19 6ZM19 8.99553C19.5523 8.99553 20 9.44324 20 9.99553V10.0045C20 10.5568 19.5523 11.0045 19 11.0045C18.4477 11.0045 18 10.5568 18 10.0045V9.99553C18 9.44324 18.4477 8.99553 19 8.99553ZM19 11.9911C19.5523 11.9911 20 12.4388 20 12.9911V13C20 13.5523 19.5523 14 19 14C18.4477 14 18 13.5523 18 13V12.9911C18 12.4388 18.4477 11.9911 19 11.9911ZM4 8V14C4 14.9428 4 15.4142 4.29289 15.7071C4.58579 16 5.05719 16 6 16H13C13.9428 16 14.4142 16 14.7071 15.7071C15 15.4142 15 14.9428 15 14V8C15 7.05719 15 6.58579 14.7071 6.29289C14.4142 6 13.9428 6 13 6H6C5.05719 6 4.58579 6 4.29289 6.29289C4 6.58579 4 7.05719 4 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 17.75C5.55228 17.75 6 18.1977 6 18.75V20.75C6 21.3023 5.55228 21.75 5 21.75C4.44772 21.75 4 21.3023 4 20.75V18.75C4 18.1977 4.44772 17.75 5 17.75ZM19 17.75C19.5523 17.75 20 18.1977 20 18.75V20.75C20 21.3023 19.5523 21.75 19 21.75C18.4477 21.75 18 21.3023 18 20.75V18.75C18 18.1977 18.4477 17.75 19 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-mixer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7626 17.036C14.7692 17.201 14.7761 17.3751 14.7761 17.5C14.7761 19.0241 16.001 20.25 17.5 20.25C18.9991 20.25 20.2239 19.0241 20.2239 17.5C20.2239 17.3751 20.2309 17.201 20.2375 17.036C20.2418 16.9276 20.246 16.8232 20.248 16.739C20.254 16.4788 20.2476 16.2504 20.2155 16.0628C20.1823 15.8687 20.1338 15.7947 20.1167 15.7758C20.1125 15.771 20.1104 15.7694 20.1031 15.7663C20.0935 15.7624 20.0583 15.75 19.9814 15.75H15.0187C14.9418 15.75 14.9065 15.7624 14.8969 15.7663C14.8897 15.7694 14.8876 15.771 14.8833 15.7758C14.8663 15.7947 14.8177 15.8687 14.7845 16.0628C14.7524 16.2504 14.7461 16.4788 14.7521 16.739C14.7541 16.8232 14.7582 16.9276 14.7626 17.036ZM13.7703 14.7702C14.084 14.4229 14.5183 14.25 15.0187 14.25H19.9814C20.4818 14.25 20.916 14.4229 21.2298 14.7702C21.5181 15.0893 21.6382 15.4835 21.694 15.8097C21.751 16.1426 21.7542 16.4869 21.7476 16.7739C21.7439 16.9289 21.7386 17.0508 21.7339 17.1579C21.7285 17.2821 21.7239 17.3865 21.7239 17.5C21.7239 19.8419 19.8381 21.75 17.5 21.75C15.162 21.75 13.2761 19.8419 13.2761 17.5C13.2761 17.3865 13.2716 17.2821 13.2661 17.1579C13.2614 17.0508 13.2561 16.9289 13.2525 16.7739C13.2458 16.4869 13.249 16.1426 13.306 15.8097C13.3619 15.4835 13.482 15.0893 13.7703 14.7702Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 21.75C22.4142 21.75 22.75 21.4142 22.75 21C22.75 20.5858 22.4142 20.25 22 20.25L14 20.25C12.2051 20.25 10.75 18.7949 10.75 17L10.75 10.5C10.75 10.0074 10.7516 9.71339 10.7799 9.50267C10.7975 9.43385 10.8666 9.29296 11.0027 9.27993C11.2134 9.2516 11.5074 9.25001 12 9.25001L13.3425 9.25459C13.3615 9.25465 13.3807 9.25602 13.3989 9.2618C13.4396 9.27478 13.4763 9.29799 13.5054 9.32907C13.5256 9.35067 13.5369 9.37867 13.5454 9.407C13.6754 9.83784 13.9038 10.2754 14.0453 10.494C14.4505 11.1201 15.0926 11.5549 15.8244 11.6985C16.0116 11.7353 16.2174 11.7459 16.4498 11.7489C16.6156 11.751 16.75 11.8844 16.75 12.0502V15C16.75 15.4142 17.0858 15.75 17.5 15.75C17.9142 15.75 18.25 15.4142 18.25 15V12.0317C18.25 11.8699 18.3784 11.7385 18.5398 11.7268C18.5891 11.7233 18.6371 11.7191 18.6837 11.7144C19.0545 11.6766 19.4193 11.5925 19.7528 11.369C19.9964 11.2057 20.2057 10.9964 20.369 10.7528C20.5925 10.4193 20.6766 10.0545 20.7144 9.68368C20.75 9.33397 20.75 8.90555 20.75 8.40875L20.75 5.95064C20.75 5.28577 20.7501 4.71291 20.6884 4.25416C20.6223 3.76252 20.4732 3.29126 20.091 2.90902C19.7087 2.52677 19.2375 2.37771 18.7458 2.31161C18.2871 2.24994 17.7143 2.24997 17.0494 2.25L4.70933 2.25H4.70928C4.15767 2.24998 3.6821 2.24996 3.2961 2.29347C2.88553 2.33976 2.48459 2.44309 2.13029 2.71496C1.97429 2.83466 1.83466 2.97429 1.71496 3.13029C1.44309 3.48459 1.33976 3.88553 1.29347 4.2961C1.24996 4.68209 1.24998 5.15765 1.25 5.70925V5.70929C1.24998 6.26092 1.24995 6.8179 1.29347 7.20391C1.33976 7.61448 1.44309 8.01542 1.71496 8.36972C1.83466 8.52572 1.97429 8.66535 2.13029 8.78505C2.39535 8.98844 2.68651 9.0975 2.98828 9.15892C3.13668 9.18913 3.25 9.31482 3.25 9.46625L3.25 19.95C3.25 20.1157 3.11569 20.25 2.95 20.25H2C1.58579 20.25 1.25 20.5858 1.25 21C1.25 21.4142 1.58579 21.75 2 21.75L22 21.75ZM17.0123 7C17.5621 7 18.0078 6.55229 18.0078 6C18.0078 5.44772 17.5621 5 17.0123 5H17.0033C16.4535 5 16.0078 5.44772 16.0078 6C16.0078 6.55228 16.4535 7 17.0033 7H17.0123Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7626 17.036C14.7692 17.201 14.7761 17.3751 14.7761 17.5C14.7761 19.0241 16.001 20.25 17.5 20.25C18.9991 20.25 20.2239 19.0241 20.2239 17.5C20.2239 17.3751 20.2309 17.201 20.2375 17.036C20.2418 16.9276 20.246 16.8232 20.248 16.739C20.254 16.4788 20.2476 16.2504 20.2155 16.0628C20.1823 15.8687 20.1338 15.7947 20.1167 15.7758C20.1125 15.771 20.1104 15.7694 20.1031 15.7663C20.0935 15.7624 20.0583 15.75 19.9814 15.75H15.0187C14.9418 15.75 14.9065 15.7624 14.8969 15.7663C14.8897 15.7694 14.8876 15.771 14.8833 15.7758C14.8663 15.7947 14.8177 15.8687 14.7845 16.0628C14.7524 16.2504 14.7461 16.4788 14.7521 16.739C14.7541 16.8232 14.7582 16.9276 14.7626 17.036ZM13.7703 14.7702C14.084 14.4229 14.5183 14.25 15.0187 14.25H19.9814C20.4818 14.25 20.916 14.4229 21.2298 14.7702C21.5181 15.0893 21.6382 15.4835 21.694 15.8097C21.751 16.1426 21.7542 16.4869 21.7476 16.7739C21.7439 16.9289 21.7386 17.0508 21.7339 17.1579C21.7285 17.2821 21.7239 17.3865 21.7239 17.5C21.7239 19.8419 19.8381 21.75 17.5 21.75C15.162 21.75 13.2761 19.8419 13.2761 17.5C13.2761 17.3865 13.2716 17.2821 13.2661 17.1579C13.2614 17.0508 13.2561 16.9289 13.2525 16.7739C13.2458 16.4869 13.249 16.1426 13.306 15.8097C13.3619 15.4835 13.482 15.0893 13.7703 14.7702Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 21.75C22.4142 21.75 22.75 21.4142 22.75 21C22.75 20.5858 22.4142 20.25 22 20.25L14 20.25C12.2051 20.25 10.75 18.7949 10.75 17L10.75 10.5C10.75 10.0074 10.7516 9.71339 10.7799 9.50267C10.7975 9.43385 10.8666 9.29296 11.0027 9.27993C11.2134 9.2516 11.5074 9.25001 12 9.25001L13.3425 9.25459C13.3615 9.25465 13.3807 9.25602 13.3989 9.2618C13.4396 9.27478 13.4763 9.29799 13.5054 9.32907C13.5256 9.35067 13.5369 9.37867 13.5454 9.407C13.6754 9.83784 13.9038 10.2754 14.0453 10.494C14.4505 11.1201 15.0926 11.5549 15.8244 11.6985C16.0116 11.7353 16.2174 11.7459 16.4498 11.7489C16.6156 11.751 16.75 11.8844 16.75 12.0502V15C16.75 15.4142 17.0858 15.75 17.5 15.75C17.9142 15.75 18.25 15.4142 18.25 15V12.0317C18.25 11.8699 18.3784 11.7385 18.5398 11.7268C18.5891 11.7233 18.6371 11.7191 18.6837 11.7144C19.0545 11.6766 19.4193 11.5925 19.7528 11.369C19.9964 11.2057 20.2057 10.9964 20.369 10.7528C20.5925 10.4193 20.6766 10.0545 20.7144 9.68368C20.75 9.33397 20.75 8.90555 20.75 8.40875L20.75 5.95064C20.75 5.28577 20.7501 4.71291 20.6884 4.25416C20.6223 3.76252 20.4732 3.29126 20.091 2.90902C19.7087 2.52677 19.2375 2.37771 18.7458 2.31161C18.2871 2.24994 17.7143 2.24997 17.0494 2.25L4.70933 2.25H4.70928C4.15767 2.24998 3.6821 2.24996 3.2961 2.29347C2.88553 2.33976 2.48459 2.44309 2.13029 2.71496C1.97429 2.83466 1.83466 2.97429 1.71496 3.13029C1.44309 3.48459 1.33976 3.88553 1.29347 4.2961C1.24996 4.68209 1.24998 5.15765 1.25 5.70925V5.70929C1.24998 6.26092 1.24995 6.8179 1.29347 7.20391C1.33976 7.61448 1.44309 8.01542 1.71496 8.36972C1.83466 8.52572 1.97429 8.66535 2.13029 8.78505C2.39535 8.98844 2.68651 9.0975 2.98828 9.15892C3.13668 9.18913 3.25 9.31482 3.25 9.46625L3.25 19.95C3.25 20.1157 3.11569 20.25 2.95 20.25H2C1.58579 20.25 1.25 20.5858 1.25 21C1.25 21.4142 1.58579 21.75 2 21.75L22 21.75ZM17.0123 7C17.5621 7 18.0078 6.55229 18.0078 6C18.0078 5.44772 17.5621 5 17.0123 5H17.0033C16.4535 5 16.0078 5.44772 16.0078 6C16.0078 6.55228 16.4535 7 17.0033 7H17.0123Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-oven{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.32323 1.38719C4.80098 1.28223 5.36327 1.25 6 1.25H18C18.6367 1.25 19.199 1.28223 19.6768 1.38719C20.163 1.49401 20.6083 1.68612 20.9611 2.03892C21.3139 2.39172 21.506 2.83699 21.6128 3.32323C21.7178 3.80098 21.75 4.36327 21.75 5V6.25C21.75 6.7214 21.75 6.95711 21.6036 7.10355C21.4571 7.25 21.2214 7.25 20.75 7.25H3.25C2.7786 7.25 2.54289 7.25 2.39645 7.10355C2.25 6.95711 2.25 6.7214 2.25 6.25V5C2.25 4.36327 2.28223 3.80098 2.38719 3.32323C2.494 2.83699 2.68612 2.39172 3.03892 2.03892C3.39172 1.68612 3.83699 1.49401 4.32323 1.38719ZM5.25 4.75C5.25 4.33579 5.58579 4 6 4H10C10.4142 4 10.75 4.33579 10.75 4.75C10.75 5.16421 10.4142 5.5 10 5.5H6C5.58579 5.5 5.25 5.16421 5.25 4.75ZM19 4.75C19 4.19772 18.5523 3.75 18 3.75C17.4477 3.75 17 4.19772 17 4.75V4.75895C17 5.31123 17.4477 5.75895 18 5.75895C18.5523 5.75895 19 5.31123 19 4.75895V4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 22C1 21.4477 1.44772 21 2 21H22C22.5523 21 23 21.4477 23 22C23 22.5523 22.5523 23 22 23H2C1.44772 23 1 22.5523 1 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.39645 8.89645C2.54289 8.75 2.7786 8.75 3.25 8.75H20.75C21.2214 8.75 21.4571 8.75 21.6036 8.89645C21.75 9.04289 21.75 9.2786 21.75 9.75V22C21.75 22.4142 21.4142 22.75 21 22.75H3C2.58579 22.75 2.25 22.4142 2.25 22V9.75C2.25 9.2786 2.25 9.04289 2.39645 8.89645ZM6 13V17C6 17.9428 6 18.4142 6.29289 18.7071C6.58579 19 7.05719 19 8 19H16C16.9428 19 17.4142 19 17.7071 18.7071C18 18.4142 18 17.9428 18 17V13C18 12.0572 18 11.5858 17.7071 11.2929C17.4142 11 16.9428 11 16 11H8C7.05719 11 6.58579 11 6.29289 11.2929C6 11.5858 6 12.0572 6 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.32323 1.38719C4.80098 1.28223 5.36327 1.25 6 1.25H18C18.6367 1.25 19.199 1.28223 19.6768 1.38719C20.163 1.49401 20.6083 1.68612 20.9611 2.03892C21.3139 2.39172 21.506 2.83699 21.6128 3.32323C21.7178 3.80098 21.75 4.36327 21.75 5V6.25C21.75 6.7214 21.75 6.95711 21.6036 7.10355C21.4571 7.25 21.2214 7.25 20.75 7.25H3.25C2.7786 7.25 2.54289 7.25 2.39645 7.10355C2.25 6.95711 2.25 6.7214 2.25 6.25V5C2.25 4.36327 2.28223 3.80098 2.38719 3.32323C2.494 2.83699 2.68612 2.39172 3.03892 2.03892C3.39172 1.68612 3.83699 1.49401 4.32323 1.38719ZM5.25 4.75C5.25 4.33579 5.58579 4 6 4H10C10.4142 4 10.75 4.33579 10.75 4.75C10.75 5.16421 10.4142 5.5 10 5.5H6C5.58579 5.5 5.25 5.16421 5.25 4.75ZM19 4.75C19 4.19772 18.5523 3.75 18 3.75C17.4477 3.75 17 4.19772 17 4.75V4.75895C17 5.31123 17.4477 5.75895 18 5.75895C18.5523 5.75895 19 5.31123 19 4.75895V4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 22C1 21.4477 1.44772 21 2 21H22C22.5523 21 23 21.4477 23 22C23 22.5523 22.5523 23 22 23H2C1.44772 23 1 22.5523 1 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.39645 8.89645C2.54289 8.75 2.7786 8.75 3.25 8.75H20.75C21.2214 8.75 21.4571 8.75 21.6036 8.89645C21.75 9.04289 21.75 9.2786 21.75 9.75V22C21.75 22.4142 21.4142 22.75 21 22.75H3C2.58579 22.75 2.25 22.4142 2.25 22V9.75C2.25 9.2786 2.25 9.04289 2.39645 8.89645ZM6 13V17C6 17.9428 6 18.4142 6.29289 18.7071C6.58579 19 7.05719 19 8 19H16C16.9428 19 17.4142 19 17.7071 18.7071C18 18.4142 18 17.9428 18 17V13C18 12.0572 18 11.5858 17.7071 11.2929C17.4142 11 16.9428 11 16 11H8C7.05719 11 6.58579 11 6.29289 11.2929C6 11.5858 6 12.0572 6 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-pan-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.83597 22.1352C4.01563 22.9555 2.68559 22.9555 1.86525 22.1352C1.04492 21.3148 1.04492 19.9848 1.86525 19.1645C2.50898 18.5207 3.24962 18.0052 3.97761 17.4984C4.72096 16.981 5.45112 16.4727 6.05144 15.8466C6.32759 15.5585 6.46566 15.4145 6.5983 15.418C6.73095 15.4215 6.85683 15.5675 7.10859 15.8595C7.26638 16.0426 7.43209 16.2211 7.60571 16.3947C7.77933 16.5683 7.95787 16.7341 8.14089 16.8918C8.4329 17.1436 8.5789 17.2695 8.5824 17.4021C8.58591 17.5348 8.44189 17.6728 8.15385 17.949C7.52769 18.5493 7.01943 19.2795 6.50199 20.0228C5.99525 20.7508 5.4797 21.4915 4.83597 22.1352Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.3336 3.66637C17.1118 0.444544 11.8882 0.444544 8.66637 3.66637C5.44454 6.8882 5.44454 12.1118 8.66637 15.3336C11.8882 18.5555 17.1118 18.5555 20.3336 15.3336C23.5555 12.1118 23.5555 6.8882 20.3336 3.66637ZM12.2019 7.2019C13.4711 5.9327 15.5289 5.9327 16.7981 7.2019C18.0673 8.47111 18.0673 10.5289 16.7981 11.7981C15.5289 13.0673 13.4711 13.0673 12.2019 11.7981C10.9327 10.5289 10.9327 8.47111 12.2019 7.2019ZM17.8588 6.14124C16.0038 4.28625 12.9962 4.28625 11.1412 6.14124C9.28625 7.99623 9.28625 11.0038 11.1412 12.8588C12.9962 14.7137 16.0038 14.7137 17.8588 12.8588C19.7137 11.0038 19.7137 7.99623 17.8588 6.14124Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.83597 22.1352C4.01563 22.9555 2.68559 22.9555 1.86525 22.1352C1.04492 21.3148 1.04492 19.9848 1.86525 19.1645C2.50898 18.5207 3.24962 18.0052 3.97761 17.4984C4.72096 16.981 5.45112 16.4727 6.05144 15.8466C6.32759 15.5585 6.46566 15.4145 6.5983 15.418C6.73095 15.4215 6.85683 15.5675 7.10859 15.8595C7.26638 16.0426 7.43209 16.2211 7.60571 16.3947C7.77933 16.5683 7.95787 16.7341 8.14089 16.8918C8.4329 17.1436 8.5789 17.2695 8.5824 17.4021C8.58591 17.5348 8.44189 17.6728 8.15385 17.949C7.52769 18.5493 7.01943 19.2795 6.50199 20.0228C5.99525 20.7508 5.4797 21.4915 4.83597 22.1352Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.3336 3.66637C17.1118 0.444544 11.8882 0.444544 8.66637 3.66637C5.44454 6.8882 5.44454 12.1118 8.66637 15.3336C11.8882 18.5555 17.1118 18.5555 20.3336 15.3336C23.5555 12.1118 23.5555 6.8882 20.3336 3.66637ZM12.2019 7.2019C13.4711 5.9327 15.5289 5.9327 16.7981 7.2019C18.0673 8.47111 18.0673 10.5289 16.7981 11.7981C15.5289 13.0673 13.4711 13.0673 12.2019 11.7981C10.9327 10.5289 10.9327 8.47111 12.2019 7.2019ZM17.8588 6.14124C16.0038 4.28625 12.9962 4.28625 11.1412 6.14124C9.28625 7.99623 9.28625 11.0038 11.1412 12.8588C12.9962 14.7137 16.0038 14.7137 17.8588 12.8588C19.7137 11.0038 19.7137 7.99623 17.8588 6.14124Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-pan-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.75 13.5556C8.75 12.9993 9.13725 12.25 9.94444 12.25H21.0556C21.8628 12.25 22.25 12.9993 22.25 13.5556C22.25 16.2595 20.4699 18.75 17.9444 18.75H13.0556C10.5301 18.75 8.75 16.2595 8.75 13.5556Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.40524 9.90324C6.69814 9.61036 7.17302 9.61038 7.4659 9.90329L10.7748 13.2125C11.0677 13.5054 11.0677 13.9802 10.7748 14.2731C10.4819 14.566 10.007 14.566 9.7141 14.2731L6.4052 10.9639C6.11231 10.671 6.11233 10.1961 6.40524 9.90324Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.33764 5.83764C3.12115 5.05412 4.39148 5.05412 5.17499 5.83764L7.66236 8.32501C8.44588 9.10852 8.44588 10.3789 7.66236 11.1624C6.87885 11.9459 5.60852 11.9459 4.82501 11.1624L2.33764 8.67499C1.55412 7.89148 1.55412 6.62115 2.33764 5.83764Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.75 13.5556C8.75 12.9993 9.13725 12.25 9.94444 12.25H21.0556C21.8628 12.25 22.25 12.9993 22.25 13.5556C22.25 16.2595 20.4699 18.75 17.9444 18.75H13.0556C10.5301 18.75 8.75 16.2595 8.75 13.5556Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.40524 9.90324C6.69814 9.61036 7.17302 9.61038 7.4659 9.90329L10.7748 13.2125C11.0677 13.5054 11.0677 13.9802 10.7748 14.2731C10.4819 14.566 10.007 14.566 9.7141 14.2731L6.4052 10.9639C6.11231 10.671 6.11233 10.1961 6.40524 9.90324Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.33764 5.83764C3.12115 5.05412 4.39148 5.05412 5.17499 5.83764L7.66236 8.32501C8.44588 9.10852 8.44588 10.3789 7.66236 11.1624C6.87885 11.9459 5.60852 11.9459 4.82501 11.1624L2.33764 8.67499C1.55412 7.89148 1.55412 6.62115 2.33764 5.83764Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-pan-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 17.75C11.9142 17.75 12.25 18.0858 12.25 18.5V19.25H14.75V18.5C14.75 18.0858 15.0858 17.75 15.5 17.75C15.9142 17.75 16.25 18.0858 16.25 18.5V19.25H18.75V18.5C18.75 18.0858 19.0858 17.75 19.5 17.75C19.9142 17.75 20.25 18.0858 20.25 18.5V19.25H21.5C21.9142 19.25 22.25 19.5858 22.25 20C22.25 20.4142 21.9142 20.75 21.5 20.75H9.5C9.08579 20.75 8.75 20.4142 8.75 20C8.75 19.5858 9.08579 19.25 9.5 19.25H10.75V18.5C10.75 18.0858 11.0858 17.75 11.5 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 11.5556C8.75 10.9993 9.13725 10.25 9.94444 10.25H21.0556C21.8628 10.25 22.25 10.9993 22.25 11.5556C22.25 14.2595 20.4699 16.75 17.9444 16.75H13.0556C10.5301 16.75 8.75 14.2595 8.75 11.5556Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1379 3.60533C14.3558 3.95756 14.247 4.41979 13.8948 4.63775C13.6743 4.77416 13.6379 4.88755 13.6236 5.0039C13.6001 5.19585 13.6443 5.43581 13.7327 5.83957C13.736 5.85446 13.7394 5.86966 13.7428 5.88516C13.8174 6.22432 13.9234 6.70632 13.8654 7.17888C13.7954 7.74864 13.5003 8.26303 12.8948 8.63775C12.5425 8.85571 12.0803 8.74686 11.8623 8.39463C11.6444 8.0424 11.7532 7.58017 12.1055 7.36221C12.3259 7.2258 12.3623 7.11241 12.3766 6.99606C12.4001 6.80411 12.3559 6.56415 12.2675 6.1604C12.2642 6.14551 12.2609 6.1303 12.2574 6.1148C12.1828 5.77564 12.0768 5.29364 12.1348 4.82108C12.2048 4.25132 12.4999 3.73693 13.1055 3.36221C13.4577 3.14425 13.9199 3.2531 14.1379 3.60533ZM17.1379 3.60533C17.3558 3.95756 17.247 4.41979 16.8948 4.63775C16.6743 4.77416 16.6379 4.88755 16.6236 5.0039C16.6001 5.19585 16.6443 5.43581 16.7327 5.83957C16.736 5.85445 16.7394 5.86966 16.7428 5.88515C16.8174 6.22432 16.9234 6.70632 16.8654 7.17888C16.7954 7.74864 16.5003 8.26303 15.8948 8.63775C15.5425 8.85571 15.0803 8.74686 14.8623 8.39463C14.6444 8.0424 14.7532 7.58017 15.1055 7.36221C15.3259 7.2258 15.3623 7.11241 15.3766 6.99606C15.4001 6.80411 15.3559 6.56415 15.2675 6.1604C15.2642 6.14551 15.2609 6.1303 15.2574 6.1148C15.1828 5.77564 15.0768 5.29364 15.1348 4.82108C15.2048 4.25132 15.4999 3.73693 16.1055 3.36221C16.4577 3.14425 16.9199 3.2531 17.1379 3.60533ZM20.1379 3.60533C20.3558 3.95756 20.247 4.41979 19.8948 4.63775C19.6743 4.77416 19.6379 4.88755 19.6236 5.0039C19.6001 5.19585 19.6443 5.43581 19.7327 5.83957C19.736 5.85445 19.7394 5.86966 19.7428 5.88515C19.8174 6.22432 19.9234 6.70632 19.8654 7.17888C19.7954 7.74864 19.5003 8.26303 18.8948 8.63775C18.5425 8.85571 18.0803 8.74686 17.8623 8.39463C17.6444 8.0424 17.7532 7.58017 18.1055 7.36221C18.3259 7.2258 18.3623 7.11241 18.3766 6.99606C18.4001 6.80411 18.3559 6.56415 18.2675 6.1604C18.2642 6.14551 18.2609 6.13031 18.2574 6.11481C18.1828 5.77564 18.0768 5.29364 18.1348 4.82108C18.2048 4.25132 18.4999 3.73693 19.1055 3.36221C19.4577 3.14425 19.9199 3.2531 20.1379 3.60533Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.96967 8.46967C7.26256 8.17678 7.73744 8.17678 8.03033 8.46967L10.0303 10.4697C10.3232 10.7626 10.3232 11.2374 10.0303 11.5303C9.73744 11.8232 9.26256 11.8232 8.96967 11.5303L6.96967 9.53033C6.67678 9.23744 6.67678 8.76256 6.96967 8.46967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.33764 3.83764C3.12115 3.05412 4.39148 3.05412 5.17499 3.83764L7.66236 6.32501C8.44588 7.10852 8.44588 8.37885 7.66236 9.16236C6.87885 9.94588 5.60852 9.94588 4.82501 9.16236L2.33764 6.67499C1.55412 5.89148 1.55412 4.62115 2.33764 3.83764Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 17.75C11.9142 17.75 12.25 18.0858 12.25 18.5V19.25H14.75V18.5C14.75 18.0858 15.0858 17.75 15.5 17.75C15.9142 17.75 16.25 18.0858 16.25 18.5V19.25H18.75V18.5C18.75 18.0858 19.0858 17.75 19.5 17.75C19.9142 17.75 20.25 18.0858 20.25 18.5V19.25H21.5C21.9142 19.25 22.25 19.5858 22.25 20C22.25 20.4142 21.9142 20.75 21.5 20.75H9.5C9.08579 20.75 8.75 20.4142 8.75 20C8.75 19.5858 9.08579 19.25 9.5 19.25H10.75V18.5C10.75 18.0858 11.0858 17.75 11.5 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 11.5556C8.75 10.9993 9.13725 10.25 9.94444 10.25H21.0556C21.8628 10.25 22.25 10.9993 22.25 11.5556C22.25 14.2595 20.4699 16.75 17.9444 16.75H13.0556C10.5301 16.75 8.75 14.2595 8.75 11.5556Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1379 3.60533C14.3558 3.95756 14.247 4.41979 13.8948 4.63775C13.6743 4.77416 13.6379 4.88755 13.6236 5.0039C13.6001 5.19585 13.6443 5.43581 13.7327 5.83957C13.736 5.85446 13.7394 5.86966 13.7428 5.88516C13.8174 6.22432 13.9234 6.70632 13.8654 7.17888C13.7954 7.74864 13.5003 8.26303 12.8948 8.63775C12.5425 8.85571 12.0803 8.74686 11.8623 8.39463C11.6444 8.0424 11.7532 7.58017 12.1055 7.36221C12.3259 7.2258 12.3623 7.11241 12.3766 6.99606C12.4001 6.80411 12.3559 6.56415 12.2675 6.1604C12.2642 6.14551 12.2609 6.1303 12.2574 6.1148C12.1828 5.77564 12.0768 5.29364 12.1348 4.82108C12.2048 4.25132 12.4999 3.73693 13.1055 3.36221C13.4577 3.14425 13.9199 3.2531 14.1379 3.60533ZM17.1379 3.60533C17.3558 3.95756 17.247 4.41979 16.8948 4.63775C16.6743 4.77416 16.6379 4.88755 16.6236 5.0039C16.6001 5.19585 16.6443 5.43581 16.7327 5.83957C16.736 5.85445 16.7394 5.86966 16.7428 5.88515C16.8174 6.22432 16.9234 6.70632 16.8654 7.17888C16.7954 7.74864 16.5003 8.26303 15.8948 8.63775C15.5425 8.85571 15.0803 8.74686 14.8623 8.39463C14.6444 8.0424 14.7532 7.58017 15.1055 7.36221C15.3259 7.2258 15.3623 7.11241 15.3766 6.99606C15.4001 6.80411 15.3559 6.56415 15.2675 6.1604C15.2642 6.14551 15.2609 6.1303 15.2574 6.1148C15.1828 5.77564 15.0768 5.29364 15.1348 4.82108C15.2048 4.25132 15.4999 3.73693 16.1055 3.36221C16.4577 3.14425 16.9199 3.2531 17.1379 3.60533ZM20.1379 3.60533C20.3558 3.95756 20.247 4.41979 19.8948 4.63775C19.6743 4.77416 19.6379 4.88755 19.6236 5.0039C19.6001 5.19585 19.6443 5.43581 19.7327 5.83957C19.736 5.85445 19.7394 5.86966 19.7428 5.88515C19.8174 6.22432 19.9234 6.70632 19.8654 7.17888C19.7954 7.74864 19.5003 8.26303 18.8948 8.63775C18.5425 8.85571 18.0803 8.74686 17.8623 8.39463C17.6444 8.0424 17.7532 7.58017 18.1055 7.36221C18.3259 7.2258 18.3623 7.11241 18.3766 6.99606C18.4001 6.80411 18.3559 6.56415 18.2675 6.1604C18.2642 6.14551 18.2609 6.13031 18.2574 6.11481C18.1828 5.77564 18.0768 5.29364 18.1348 4.82108C18.2048 4.25132 18.4999 3.73693 19.1055 3.36221C19.4577 3.14425 19.9199 3.2531 20.1379 3.60533Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.96967 8.46967C7.26256 8.17678 7.73744 8.17678 8.03033 8.46967L10.0303 10.4697C10.3232 10.7626 10.3232 11.2374 10.0303 11.5303C9.73744 11.8232 9.26256 11.8232 8.96967 11.5303L6.96967 9.53033C6.67678 9.23744 6.67678 8.76256 6.96967 8.46967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.33764 3.83764C3.12115 3.05412 4.39148 3.05412 5.17499 3.83764L7.66236 6.32501C8.44588 7.10852 8.44588 8.37885 7.66236 9.16236C6.87885 9.94588 5.60852 9.94588 4.82501 9.16236L2.33764 6.67499C1.55412 5.89148 1.55412 4.62115 2.33764 3.83764Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-pizza-cutter{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6412 3.64124C16.4962 1.78625 19.5038 1.78625 21.3588 3.64124C23.2137 5.49623 23.2137 8.50377 21.3588 10.3588C19.5038 12.2137 16.4962 12.2137 14.6412 10.3588C12.7863 8.50377 12.7863 5.49623 14.6412 3.64124Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.708 7.70803C18.3187 8.09732 17.6876 8.09732 17.2983 7.70803L17.292 7.7017C16.9027 7.31241 16.9027 6.68125 17.292 6.29197C17.6813 5.90268 18.3124 5.90268 18.7017 6.29197L18.708 6.2983C19.0973 6.68759 19.0973 7.31875 18.708 7.70803Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5854 9.31615C11.1939 9.46583 11.7817 9.87102 12.0951 10.4852C12.4373 11.1555 12.9029 11.7866 13.4942 12.3477C13.9631 12.7925 14.4801 13.1641 15.0298 13.4625C15.4975 13.7163 15.7671 14.1964 15.7492 14.6896C15.7299 15.2176 15.3762 15.7036 14.7784 15.8366C13.733 16.0693 12.3255 16.1941 11.0947 15.7126L8.48381 18.1899C8.50845 19.1192 8.14575 20.0498 7.41135 20.7467C6.00214 22.0838 3.73285 22.0838 2.32364 20.7467C0.892121 19.3884 0.892121 17.169 2.32364 15.8107L8.68059 9.77895C9.23421 9.25365 9.9719 9.16523 10.5854 9.31615Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5857 8.03151C14.8444 8.35495 14.792 8.82692 14.4685 9.08568L11.9685 11.0857C11.6451 11.3444 11.1731 11.292 10.9144 10.9685C10.6556 10.6451 10.7081 10.1731 11.0315 9.91438L13.5315 7.91438C13.855 7.65562 14.3269 7.70806 14.5857 8.03151ZM16.5857 10.5315C16.8444 10.855 16.792 11.3269 16.4685 11.5857L13.9685 13.5857C13.6451 13.8444 13.1731 13.792 12.9144 13.4685C12.6556 13.1451 12.7081 12.6731 13.0315 12.4144L15.5315 10.4144C15.855 10.1556 16.3269 10.2081 16.5857 10.5315Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6412 3.64124C16.4962 1.78625 19.5038 1.78625 21.3588 3.64124C23.2137 5.49623 23.2137 8.50377 21.3588 10.3588C19.5038 12.2137 16.4962 12.2137 14.6412 10.3588C12.7863 8.50377 12.7863 5.49623 14.6412 3.64124Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.708 7.70803C18.3187 8.09732 17.6876 8.09732 17.2983 7.70803L17.292 7.7017C16.9027 7.31241 16.9027 6.68125 17.292 6.29197C17.6813 5.90268 18.3124 5.90268 18.7017 6.29197L18.708 6.2983C19.0973 6.68759 19.0973 7.31875 18.708 7.70803Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5854 9.31615C11.1939 9.46583 11.7817 9.87102 12.0951 10.4852C12.4373 11.1555 12.9029 11.7866 13.4942 12.3477C13.9631 12.7925 14.4801 13.1641 15.0298 13.4625C15.4975 13.7163 15.7671 14.1964 15.7492 14.6896C15.7299 15.2176 15.3762 15.7036 14.7784 15.8366C13.733 16.0693 12.3255 16.1941 11.0947 15.7126L8.48381 18.1899C8.50845 19.1192 8.14575 20.0498 7.41135 20.7467C6.00214 22.0838 3.73285 22.0838 2.32364 20.7467C0.892121 19.3884 0.892121 17.169 2.32364 15.8107L8.68059 9.77895C9.23421 9.25365 9.9719 9.16523 10.5854 9.31615Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5857 8.03151C14.8444 8.35495 14.792 8.82692 14.4685 9.08568L11.9685 11.0857C11.6451 11.3444 11.1731 11.292 10.9144 10.9685C10.6556 10.6451 10.7081 10.1731 11.0315 9.91438L13.5315 7.91438C13.855 7.65562 14.3269 7.70806 14.5857 8.03151ZM16.5857 10.5315C16.8444 10.855 16.792 11.3269 16.4685 11.5857L13.9685 13.5857C13.6451 13.8444 13.1731 13.792 12.9144 13.4685C12.6556 13.1451 12.7081 12.6731 13.0315 12.4144L15.5315 10.4144C15.855 10.1556 16.3269 10.2081 16.5857 10.5315Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-plate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 2.25C4.71979 2.25 1.25 5.71979 1.25 10C1.25 14.2802 4.71979 17.75 9 17.75C13.2802 17.75 16.75 14.2802 16.75 10C16.75 5.71979 13.2802 2.25 9 2.25ZM5.75 10C5.75 8.20507 7.20507 6.75 9 6.75C10.7949 6.75 12.25 8.20507 12.25 10C12.25 11.7949 10.7949 13.25 9 13.25C7.20507 13.25 5.75 11.7949 5.75 10ZM9 5.25C6.37665 5.25 4.25 7.37665 4.25 10C4.25 12.6234 6.37665 14.75 9 14.75C11.6234 14.75 13.75 12.6234 13.75 10C13.75 7.37665 11.6234 5.25 9 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2407 9.57488C18.2199 9.11436 18.2095 8.8841 18.3542 8.79063C18.499 8.69717 18.6827 8.79035 19.0501 8.97673C21.2457 10.0906 22.7504 12.3696 22.7504 15.0001C22.7504 18.7281 19.7283 21.7501 16.0004 21.7501C14.1713 21.7501 12.5122 21.0227 11.2965 19.8413C11.0002 19.5533 10.8521 19.4093 10.8936 19.242C10.9351 19.0747 11.1571 19.0098 11.601 18.88C12.2127 18.7012 12.7982 18.4608 13.3502 18.1661C13.5238 18.0734 13.6106 18.0271 13.6905 18.0295C13.7703 18.0319 13.8605 18.0873 14.0407 18.198C14.611 18.5482 15.2821 18.7501 16.0004 18.7501C18.0714 18.7501 19.7504 17.0712 19.7504 15.0001C19.7504 13.8364 19.2202 12.7964 18.3883 12.1086C18.2259 11.9743 18.1447 11.9072 18.1165 11.8326C18.0884 11.7581 18.1038 11.6613 18.1347 11.4677C18.2108 10.9899 18.2504 10.4999 18.2504 10.0006C18.2504 9.85793 18.2471 9.71599 18.2407 9.57488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.2184 14.2505C17.4186 13.8643 17.5186 13.6712 17.7117 13.6813C17.9048 13.6914 17.9686 13.8542 18.0961 14.1797C18.1957 14.4339 18.2504 14.7106 18.2504 15.0001C18.2504 16.2428 17.243 17.2501 16.0004 17.2501C15.9666 17.2501 15.9329 17.2494 15.8995 17.2479C15.5515 17.2326 15.3774 17.2249 15.3054 17.0454C15.2334 16.8659 15.3832 16.7095 15.6828 16.3966C16.2912 15.7611 16.8099 15.0389 17.2184 14.2505Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 2.25C4.71979 2.25 1.25 5.71979 1.25 10C1.25 14.2802 4.71979 17.75 9 17.75C13.2802 17.75 16.75 14.2802 16.75 10C16.75 5.71979 13.2802 2.25 9 2.25ZM5.75 10C5.75 8.20507 7.20507 6.75 9 6.75C10.7949 6.75 12.25 8.20507 12.25 10C12.25 11.7949 10.7949 13.25 9 13.25C7.20507 13.25 5.75 11.7949 5.75 10ZM9 5.25C6.37665 5.25 4.25 7.37665 4.25 10C4.25 12.6234 6.37665 14.75 9 14.75C11.6234 14.75 13.75 12.6234 13.75 10C13.75 7.37665 11.6234 5.25 9 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2407 9.57488C18.2199 9.11436 18.2095 8.8841 18.3542 8.79063C18.499 8.69717 18.6827 8.79035 19.0501 8.97673C21.2457 10.0906 22.7504 12.3696 22.7504 15.0001C22.7504 18.7281 19.7283 21.7501 16.0004 21.7501C14.1713 21.7501 12.5122 21.0227 11.2965 19.8413C11.0002 19.5533 10.8521 19.4093 10.8936 19.242C10.9351 19.0747 11.1571 19.0098 11.601 18.88C12.2127 18.7012 12.7982 18.4608 13.3502 18.1661C13.5238 18.0734 13.6106 18.0271 13.6905 18.0295C13.7703 18.0319 13.8605 18.0873 14.0407 18.198C14.611 18.5482 15.2821 18.7501 16.0004 18.7501C18.0714 18.7501 19.7504 17.0712 19.7504 15.0001C19.7504 13.8364 19.2202 12.7964 18.3883 12.1086C18.2259 11.9743 18.1447 11.9072 18.1165 11.8326C18.0884 11.7581 18.1038 11.6613 18.1347 11.4677C18.2108 10.9899 18.2504 10.4999 18.2504 10.0006C18.2504 9.85793 18.2471 9.71599 18.2407 9.57488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.2184 14.2505C17.4186 13.8643 17.5186 13.6712 17.7117 13.6813C17.9048 13.6914 17.9686 13.8542 18.0961 14.1797C18.1957 14.4339 18.2504 14.7106 18.2504 15.0001C18.2504 16.2428 17.243 17.2501 16.0004 17.2501C15.9666 17.2501 15.9329 17.2494 15.8995 17.2479C15.5515 17.2326 15.3774 17.2249 15.3054 17.0454C15.2334 16.8659 15.3832 16.7095 15.6828 16.3966C16.2912 15.7611 16.8099 15.0389 17.2184 14.2505Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-pot-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.3056 4.3214L15.3217 4.36159L15.6608 5.07826C15.7104 5.1831 15.816 5.24995 15.932 5.24995H20C20.5523 5.24995 21 5.69767 21 6.24995C21 6.80224 20.5523 7.24995 20 7.24995H15.0225C15.0072 7.25031 14.992 7.2503 14.9767 7.24995H9.02326C9.00804 7.2503 8.99277 7.25031 8.97747 7.24995H4C3.44772 7.24995 3 6.80224 3 6.24995C3 5.69767 3.44772 5.24995 4 5.24995H8.068C8.18398 5.24995 8.28958 5.1831 8.33918 5.07826L8.67828 4.36159L8.69436 4.3214C9.07402 3.37226 9.99329 2.74988 11.0155 2.74988H12.9845C14.0067 2.74988 14.926 3.37226 15.3056 4.3214Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.5 8.74995C1.94772 8.74995 1.5 9.19767 1.5 9.74995C1.5 10.3022 1.94772 10.75 2.5 10.75H2.81266C3.07288 10.75 3.20299 10.75 3.28892 10.8284C3.37485 10.9069 3.38663 11.0365 3.41019 11.2956L3.76176 15.1629C3.87554 16.4147 3.96752 17.4266 4.14441 18.22C4.3284 19.0453 4.62354 19.7327 5.21092 20.2691C5.7983 20.8055 6.50961 21.0372 7.34815 21.1457C8.15433 21.25 9.1704 21.25 10.4274 21.25H13.5727C14.8297 21.25 15.8458 21.25 16.6519 21.1457C17.4905 21.0372 18.2018 20.8055 18.7892 20.2691C19.3766 19.7327 19.6717 19.0453 19.8557 18.22C20.0326 17.4266 20.1245 16.4147 20.2383 15.1629L20.5899 11.2956C20.6135 11.0365 20.6252 10.9069 20.7112 10.8284C20.7971 10.75 20.9272 10.75 21.1874 10.75H21.5C22.0523 10.75 22.5 10.3022 22.5 9.74995C22.5 9.19767 22.0523 8.74995 21.5 8.74995H2.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.3056 4.3214L15.3217 4.36159L15.6608 5.07826C15.7104 5.1831 15.816 5.24995 15.932 5.24995H20C20.5523 5.24995 21 5.69767 21 6.24995C21 6.80224 20.5523 7.24995 20 7.24995H15.0225C15.0072 7.25031 14.992 7.2503 14.9767 7.24995H9.02326C9.00804 7.2503 8.99277 7.25031 8.97747 7.24995H4C3.44772 7.24995 3 6.80224 3 6.24995C3 5.69767 3.44772 5.24995 4 5.24995H8.068C8.18398 5.24995 8.28958 5.1831 8.33918 5.07826L8.67828 4.36159L8.69436 4.3214C9.07402 3.37226 9.99329 2.74988 11.0155 2.74988H12.9845C14.0067 2.74988 14.926 3.37226 15.3056 4.3214Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.5 8.74995C1.94772 8.74995 1.5 9.19767 1.5 9.74995C1.5 10.3022 1.94772 10.75 2.5 10.75H2.81266C3.07288 10.75 3.20299 10.75 3.28892 10.8284C3.37485 10.9069 3.38663 11.0365 3.41019 11.2956L3.76176 15.1629C3.87554 16.4147 3.96752 17.4266 4.14441 18.22C4.3284 19.0453 4.62354 19.7327 5.21092 20.2691C5.7983 20.8055 6.50961 21.0372 7.34815 21.1457C8.15433 21.25 9.1704 21.25 10.4274 21.25H13.5727C14.8297 21.25 15.8458 21.25 16.6519 21.1457C17.4905 21.0372 18.2018 20.8055 18.7892 20.2691C19.3766 19.7327 19.6717 19.0453 19.8557 18.22C20.0326 17.4266 20.1245 16.4147 20.2383 15.1629L20.5899 11.2956C20.6135 11.0365 20.6252 10.9069 20.7112 10.8284C20.7971 10.75 20.9272 10.75 21.1874 10.75H21.5C22.0523 10.75 22.5 10.3022 22.5 9.74995C22.5 9.19767 22.0523 8.74995 21.5 8.74995H2.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-pot-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6861 3.20806L15.3025 4.00125L19.5241 2.91227C20.0424 2.77855 20.5761 3.07149 20.7161 3.56656C20.8561 4.06163 20.5494 4.57136 20.0311 4.70508L4.47593 8.71765C3.95758 8.85136 3.42388 8.55842 3.28387 8.06335C3.14387 7.56828 3.45059 7.05855 3.96894 6.92484L8.19521 5.83464L8.31785 4.84467C8.43717 3.88151 9.15473 3.07926 10.1382 2.82558L12.0523 2.3318C13.0368 2.07786 14.0796 2.4276 14.6861 3.20806Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.5 9.25C1.94772 9.25 1.5 9.69771 1.5 10.25C1.5 10.8023 1.94772 11.25 2.5 11.25H2.81266C3.07288 11.25 3.20299 11.25 3.28892 11.3285C3.37485 11.4069 3.38663 11.5365 3.41019 11.7957L3.76176 15.6629C3.87554 16.9147 3.96752 17.9266 4.14441 18.72C4.3284 19.5453 4.62354 20.2327 5.21092 20.7691C5.7983 21.3055 6.50961 21.5372 7.34815 21.6458C8.15433 21.7501 9.17041 21.7501 10.4274 21.75H13.5727C14.8297 21.7501 15.8458 21.7501 16.6519 21.6458C17.4905 21.5372 18.2018 21.3055 18.7892 20.7691C19.3766 20.2327 19.6717 19.5453 19.8557 18.72C20.0326 17.9267 20.1245 16.9147 20.2383 15.663L20.5899 11.7957C20.6135 11.5365 20.6252 11.4069 20.7112 11.3285C20.7971 11.25 20.9272 11.25 21.1874 11.25H21.5C22.0523 11.25 22.5 10.8023 22.5 10.25C22.5 9.69771 22.0523 9.25 21.5 9.25H2.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6861 3.20806L15.3025 4.00125L19.5241 2.91227C20.0424 2.77855 20.5761 3.07149 20.7161 3.56656C20.8561 4.06163 20.5494 4.57136 20.0311 4.70508L4.47593 8.71765C3.95758 8.85136 3.42388 8.55842 3.28387 8.06335C3.14387 7.56828 3.45059 7.05855 3.96894 6.92484L8.19521 5.83464L8.31785 4.84467C8.43717 3.88151 9.15473 3.07926 10.1382 2.82558L12.0523 2.3318C13.0368 2.07786 14.0796 2.4276 14.6861 3.20806Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.5 9.25C1.94772 9.25 1.5 9.69771 1.5 10.25C1.5 10.8023 1.94772 11.25 2.5 11.25H2.81266C3.07288 11.25 3.20299 11.25 3.28892 11.3285C3.37485 11.4069 3.38663 11.5365 3.41019 11.7957L3.76176 15.6629C3.87554 16.9147 3.96752 17.9266 4.14441 18.72C4.3284 19.5453 4.62354 20.2327 5.21092 20.7691C5.7983 21.3055 6.50961 21.5372 7.34815 21.6458C8.15433 21.7501 9.17041 21.7501 10.4274 21.75H13.5727C14.8297 21.7501 15.8458 21.7501 16.6519 21.6458C17.4905 21.5372 18.2018 21.3055 18.7892 20.7691C19.3766 20.2327 19.6717 19.5453 19.8557 18.72C20.0326 17.9267 20.1245 16.9147 20.2383 15.663L20.5899 11.7957C20.6135 11.5365 20.6252 11.4069 20.7112 11.3285C20.7971 11.25 20.9272 11.25 21.1874 11.25H21.5C22.0523 11.25 22.5 10.8023 22.5 10.25C22.5 9.69771 22.0523 9.25 21.5 9.25H2.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-refrigerator{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.052 1.25H8.948H8.94797C8.04953 1.24997 7.30028 1.24995 6.70552 1.32992C6.07773 1.41432 5.51093 1.59999 5.05546 2.05546C4.59999 2.51093 4.41432 3.07773 4.32991 3.70552C4.24995 4.3003 4.24997 5.04951 4.25 5.94797V5.948V8.4C4.25 8.68284 4.25 8.82427 4.33787 8.91213C4.42574 9 4.56716 9 4.85 9H19.15C19.4328 9 19.5743 9 19.6621 8.91213C19.75 8.82427 19.75 8.68284 19.75 8.4V5.94801C19.75 5.04954 19.7501 4.3003 19.6701 3.70552C19.5857 3.07773 19.4 2.51093 18.9445 2.05546C18.4891 1.59999 17.9223 1.41432 17.2945 1.32992C16.6997 1.24995 15.9505 1.24997 15.0521 1.25H15.052ZM19.75 11.6C19.75 11.3172 19.75 11.1757 19.6622 11.0879C19.5743 11 19.4329 11 19.15 11H4.85002C4.56718 11 4.42576 11 4.33789 11.0879C4.25002 11.1757 4.25002 11.3172 4.25002 11.6L4.25002 20.0448C4.24997 20.4776 4.24992 20.8744 4.29332 21.1972C4.34111 21.5527 4.45356 21.9284 4.76258 22.2375C5.07161 22.5465 5.44733 22.6589 5.80281 22.7067C6.12563 22.7501 6.52246 22.7501 6.95528 22.75H17.0448C17.4776 22.7501 17.8744 22.7501 18.1972 22.7067C18.5527 22.6589 18.9284 22.5465 19.2375 22.2375C19.5465 21.9284 19.6589 21.5527 19.7067 21.1972C19.7501 20.8744 19.7501 20.4776 19.75 20.0448L19.75 11.6ZM7 6C7 5.44772 7.44571 5 7.99553 5H8.00447C8.55429 5 9 5.44772 9 6C9 6.55228 8.55429 7 8.00447 7H7.99553C7.44571 7 7 6.55228 7 6ZM7.99553 13C7.44571 13 7 13.4477 7 14C7 14.5523 7.44571 15 7.99553 15H8.00447C8.55429 15 9 14.5523 9 14C9 13.4477 8.55429 13 8.00447 13H7.99553Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.052 1.25H8.948H8.94797C8.04953 1.24997 7.30028 1.24995 6.70552 1.32992C6.07773 1.41432 5.51093 1.59999 5.05546 2.05546C4.59999 2.51093 4.41432 3.07773 4.32991 3.70552C4.24995 4.3003 4.24997 5.04951 4.25 5.94797V5.948V8.4C4.25 8.68284 4.25 8.82427 4.33787 8.91213C4.42574 9 4.56716 9 4.85 9H19.15C19.4328 9 19.5743 9 19.6621 8.91213C19.75 8.82427 19.75 8.68284 19.75 8.4V5.94801C19.75 5.04954 19.7501 4.3003 19.6701 3.70552C19.5857 3.07773 19.4 2.51093 18.9445 2.05546C18.4891 1.59999 17.9223 1.41432 17.2945 1.32992C16.6997 1.24995 15.9505 1.24997 15.0521 1.25H15.052ZM19.75 11.6C19.75 11.3172 19.75 11.1757 19.6622 11.0879C19.5743 11 19.4329 11 19.15 11H4.85002C4.56718 11 4.42576 11 4.33789 11.0879C4.25002 11.1757 4.25002 11.3172 4.25002 11.6L4.25002 20.0448C4.24997 20.4776 4.24992 20.8744 4.29332 21.1972C4.34111 21.5527 4.45356 21.9284 4.76258 22.2375C5.07161 22.5465 5.44733 22.6589 5.80281 22.7067C6.12563 22.7501 6.52246 22.7501 6.95528 22.75H17.0448C17.4776 22.7501 17.8744 22.7501 18.1972 22.7067C18.5527 22.6589 18.9284 22.5465 19.2375 22.2375C19.5465 21.9284 19.6589 21.5527 19.7067 21.1972C19.7501 20.8744 19.7501 20.4776 19.75 20.0448L19.75 11.6ZM7 6C7 5.44772 7.44571 5 7.99553 5H8.00447C8.55429 5 9 5.44772 9 6C9 6.55228 8.55429 7 8.00447 7H7.99553C7.44571 7 7 6.55228 7 6ZM7.99553 13C7.44571 13 7 13.4477 7 14C7 14.5523 7.44571 15 7.99553 15H8.00447C8.55429 15 9 14.5523 9 14C9 13.4477 8.55429 13 8.00447 13H7.99553Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-rolling-pin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.11 3.88513C16.9499 4.14703 17.8163 4.68668 18.5648 5.43521C19.3133 6.18374 19.853 7.05011 20.1149 7.89005C20.1546 8.01697 20.2144 8.20823 20.237 8.38492C20.2647 8.60096 20.2473 8.80392 20.1934 9.02244C20.0712 9.51848 19.7723 9.81584 19.498 10.0887L10.0887 19.498C9.81585 19.7723 9.51849 20.0712 9.02244 20.1934C8.80392 20.2473 8.60097 20.2647 8.38492 20.237C8.20822 20.2144 8.01697 20.1546 7.89005 20.1149C7.05011 19.853 6.18374 19.3133 5.43521 18.5648C4.68668 17.8163 4.14703 16.9499 3.88513 16.11C3.84542 15.983 3.78558 15.7918 3.76298 15.6151C3.73534 15.399 3.75274 15.1961 3.80659 14.9776C3.9288 14.4815 4.22773 14.1842 4.50199 13.9113L13.9113 4.50199C14.1842 4.22773 14.4815 3.9288 14.9776 3.80659C15.1961 3.75274 15.399 3.73534 15.6151 3.76298C15.7918 3.78558 15.983 3.84542 16.11 3.88513Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.05195 18.0028C3.19214 17.917 3.37374 17.9659 3.46275 18.104C3.76918 18.5797 4.13635 19.0328 4.55133 19.4477C4.96628 19.8627 5.41929 20.2298 5.89492 20.5362C6.03309 20.6253 6.0819 20.8069 5.9961 20.947C5.98279 20.9688 5.96949 20.9903 5.9562 21.0117C5.69128 21.4376 5.39957 21.8379 5.1592 22.0782C4.26491 22.9725 2.815 22.9725 1.92071 22.0782C1.02643 21.184 1.02643 19.734 1.92071 18.8398C2.16108 18.5994 2.5614 18.3077 2.98727 18.0428C3.00864 18.0295 3.0302 18.0161 3.05195 18.0028Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0048 3.05218C17.919 3.19236 17.9678 3.37395 18.1059 3.46296C18.5815 3.76935 19.0344 4.13645 19.4493 4.55133C19.8643 4.96634 20.2315 5.41942 20.538 5.89513C20.627 6.0333 20.8086 6.08211 20.9488 5.99632C20.9706 5.98294 20.9923 5.96957 21.0138 5.9562C21.4396 5.69128 21.8399 5.39957 22.0803 5.1592C22.9746 4.26491 22.9746 2.815 22.0803 1.92071C21.186 1.02643 19.7361 1.02643 18.8418 1.92071C18.6015 2.16108 18.3098 2.5614 18.0448 2.98727C18.0315 3.00871 18.0181 3.03036 18.0048 3.05218Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.11 3.88513C16.9499 4.14703 17.8163 4.68668 18.5648 5.43521C19.3133 6.18374 19.853 7.05011 20.1149 7.89005C20.1546 8.01697 20.2144 8.20823 20.237 8.38492C20.2647 8.60096 20.2473 8.80392 20.1934 9.02244C20.0712 9.51848 19.7723 9.81584 19.498 10.0887L10.0887 19.498C9.81585 19.7723 9.51849 20.0712 9.02244 20.1934C8.80392 20.2473 8.60097 20.2647 8.38492 20.237C8.20822 20.2144 8.01697 20.1546 7.89005 20.1149C7.05011 19.853 6.18374 19.3133 5.43521 18.5648C4.68668 17.8163 4.14703 16.9499 3.88513 16.11C3.84542 15.983 3.78558 15.7918 3.76298 15.6151C3.73534 15.399 3.75274 15.1961 3.80659 14.9776C3.9288 14.4815 4.22773 14.1842 4.50199 13.9113L13.9113 4.50199C14.1842 4.22773 14.4815 3.9288 14.9776 3.80659C15.1961 3.75274 15.399 3.73534 15.6151 3.76298C15.7918 3.78558 15.983 3.84542 16.11 3.88513Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.05195 18.0028C3.19214 17.917 3.37374 17.9659 3.46275 18.104C3.76918 18.5797 4.13635 19.0328 4.55133 19.4477C4.96628 19.8627 5.41929 20.2298 5.89492 20.5362C6.03309 20.6253 6.0819 20.8069 5.9961 20.947C5.98279 20.9688 5.96949 20.9903 5.9562 21.0117C5.69128 21.4376 5.39957 21.8379 5.1592 22.0782C4.26491 22.9725 2.815 22.9725 1.92071 22.0782C1.02643 21.184 1.02643 19.734 1.92071 18.8398C2.16108 18.5994 2.5614 18.3077 2.98727 18.0428C3.00864 18.0295 3.0302 18.0161 3.05195 18.0028Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0048 3.05218C17.919 3.19236 17.9678 3.37395 18.1059 3.46296C18.5815 3.76935 19.0344 4.13645 19.4493 4.55133C19.8643 4.96634 20.2315 5.41942 20.538 5.89513C20.627 6.0333 20.8086 6.08211 20.9488 5.99632C20.9706 5.98294 20.9923 5.96957 21.0138 5.9562C21.4396 5.69128 21.8399 5.39957 22.0803 5.1592C22.9746 4.26491 22.9746 2.815 22.0803 1.92071C21.186 1.02643 19.7361 1.02643 18.8418 1.92071C18.6015 2.16108 18.3098 2.5614 18.0448 2.98727C18.0315 3.00871 18.0181 3.03036 18.0048 3.05218Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-spatula{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7602 5.75993C20.8549 4.38331 19.5701 3.085 18.2108 2.1964C17.3281 1.61819 16.6246 1.15734 15.5733 1.26591C15.0117 1.32391 14.5606 1.54365 14.1271 1.86988C13.7289 2.16949 13.3104 2.58768 12.8238 3.07381L12.8238 3.07387L12.8238 3.07389L9.95358 5.9413C9.43318 6.46043 9.03782 6.85483 8.81358 7.34999C8.69175 7.61899 8.6108 7.90467 8.57341 8.19758C8.50457 8.7368 8.63437 9.27985 8.80517 9.99444C9.01644 10.8813 9.09414 11.2565 9.06442 11.4893C9.04595 11.634 9.00596 11.7751 8.94576 11.9081C8.84889 12.122 8.67148 12.3154 8.02628 12.96L1.876 19.1045C1.04133 19.9384 1.04133 21.2906 1.876 22.1245C2.71027 22.958 4.06261 22.958 4.89688 22.1245L11.0472 15.98C11.6923 15.3355 11.8859 15.1581 12.1003 15.0613C12.2335 15.0011 12.3749 14.9611 12.5199 14.9426C12.7534 14.9128 13.1292 14.9905 14.0167 15.2016L14.0168 15.2016L14.0168 15.2016C14.7322 15.3723 15.2754 15.5018 15.8147 15.4331C16.1077 15.3958 16.3935 15.315 16.6626 15.1933C17.1581 14.9694 17.5528 14.5744 18.0725 14.0544L20.8881 11.2414C21.3871 10.7429 21.8143 10.3162 22.1198 9.91284C22.4513 9.47537 22.6764 9.02029 22.7344 8.45484C22.8424 7.40183 22.3626 6.67399 21.7602 5.75993ZM15.78 6.93655C16.0729 6.64365 16.0729 6.16878 15.78 5.87589C15.4871 5.58299 15.0122 5.58299 14.7194 5.87589L12.5654 8.02987C12.2725 8.32276 12.2725 8.79763 12.5654 9.09053C12.8583 9.38342 13.3331 9.38342 13.626 9.09053L15.78 6.93655ZM18.1285 9.28387C18.4214 8.99098 18.4214 8.51611 18.1285 8.22321C17.8356 7.93032 17.3607 7.93032 17.0678 8.22321L14.9138 10.3772C14.621 10.6701 14.621 11.145 14.9138 11.4378C15.2067 11.7307 15.6816 11.7307 15.9745 11.4378L18.1285 9.28387Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7602 5.75993C20.8549 4.38331 19.5701 3.085 18.2108 2.1964C17.3281 1.61819 16.6246 1.15734 15.5733 1.26591C15.0117 1.32391 14.5606 1.54365 14.1271 1.86988C13.7289 2.16949 13.3104 2.58768 12.8238 3.07381L12.8238 3.07387L12.8238 3.07389L9.95358 5.9413C9.43318 6.46043 9.03782 6.85483 8.81358 7.34999C8.69175 7.61899 8.6108 7.90467 8.57341 8.19758C8.50457 8.7368 8.63437 9.27985 8.80517 9.99444C9.01644 10.8813 9.09414 11.2565 9.06442 11.4893C9.04595 11.634 9.00596 11.7751 8.94576 11.9081C8.84889 12.122 8.67148 12.3154 8.02628 12.96L1.876 19.1045C1.04133 19.9384 1.04133 21.2906 1.876 22.1245C2.71027 22.958 4.06261 22.958 4.89688 22.1245L11.0472 15.98C11.6923 15.3355 11.8859 15.1581 12.1003 15.0613C12.2335 15.0011 12.3749 14.9611 12.5199 14.9426C12.7534 14.9128 13.1292 14.9905 14.0167 15.2016L14.0168 15.2016L14.0168 15.2016C14.7322 15.3723 15.2754 15.5018 15.8147 15.4331C16.1077 15.3958 16.3935 15.315 16.6626 15.1933C17.1581 14.9694 17.5528 14.5744 18.0725 14.0544L20.8881 11.2414C21.3871 10.7429 21.8143 10.3162 22.1198 9.91284C22.4513 9.47537 22.6764 9.02029 22.7344 8.45484C22.8424 7.40183 22.3626 6.67399 21.7602 5.75993ZM15.78 6.93655C16.0729 6.64365 16.0729 6.16878 15.78 5.87589C15.4871 5.58299 15.0122 5.58299 14.7194 5.87589L12.5654 8.02987C12.2725 8.32276 12.2725 8.79763 12.5654 9.09053C12.8583 9.38342 13.3331 9.38342 13.626 9.09053L15.78 6.93655ZM18.1285 9.28387C18.4214 8.99098 18.4214 8.51611 18.1285 8.22321C17.8356 7.93032 17.3607 7.93032 17.0678 8.22321L14.9138 10.3772C14.621 10.6701 14.621 11.145 14.9138 11.4378C15.2067 11.7307 15.6816 11.7307 15.9745 11.4378L18.1285 9.28387Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-spoon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3565 1.37299C18.8614 1.08645 20.5266 1.25537 21.6353 2.36406C22.744 3.47275 22.9129 5.13803 22.6264 6.6429C22.3361 8.16752 21.55 9.72247 20.4705 10.802C19.2736 11.9989 17.9151 12.4052 16.571 12.1436C15.5324 11.9414 14.6763 12.0357 14.2086 12.5335L5.307 22.0094C4.39998 22.975 2.87405 22.9988 1.93732 22.0621C1.00059 21.1253 1.02442 19.5994 1.98996 18.6924L11.4658 9.79079C11.9637 9.32313 12.058 8.467 11.8558 7.42833C11.5942 6.08427 12.0005 4.72579 13.1974 3.52889C14.2769 2.44936 15.8319 1.66328 17.3565 1.37299Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3565 1.37299C18.8614 1.08645 20.5266 1.25537 21.6353 2.36406C22.744 3.47275 22.9129 5.13803 22.6264 6.6429C22.3361 8.16752 21.55 9.72247 20.4705 10.802C19.2736 11.9989 17.9151 12.4052 16.571 12.1436C15.5324 11.9414 14.6763 12.0357 14.2086 12.5335L5.307 22.0094C4.39998 22.975 2.87405 22.9988 1.93732 22.0621C1.00059 21.1253 1.02442 19.5994 1.98996 18.6924L11.4658 9.79079C11.9637 9.32313 12.058 8.467 11.8558 7.42833C11.5942 6.08427 12.0005 4.72579 13.1974 3.52889C14.2769 2.44936 15.8319 1.66328 17.3565 1.37299Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-weight-scale{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 15C4.25 10.7198 7.71979 7.25 12 7.25C16.2802 7.25 19.75 10.7198 19.75 15V18.8889C19.75 20.0451 19.5678 21.0796 18.8757 21.7989C18.1771 22.5247 17.1351 22.75 15.8889 22.75H8.11111C6.95489 22.75 5.9204 22.5678 5.20115 21.8757C4.47527 21.1771 4.25 20.1351 4.25 18.8889V15ZM12 11.75C10.2051 11.75 8.75 13.2051 8.75 15C8.75 15.4142 8.41421 15.75 8 15.75C7.58579 15.75 7.25 15.4142 7.25 15C7.25 12.3766 9.37665 10.25 12 10.25C14.6234 10.25 16.75 12.3766 16.75 15C16.75 15.4142 16.4142 15.75 16 15.75C15.5858 15.75 15.25 15.4142 15.25 15C15.25 13.2051 13.7949 11.75 12 11.75ZM13.671 15.3356C13.8562 14.9651 13.7061 14.5146 13.3356 14.3293C12.9651 14.1441 12.5146 14.2943 12.3293 14.6648L11.3293 16.6648C11.1441 17.0352 11.2943 17.4857 11.6648 17.671C12.0352 17.8562 12.4857 17.7061 12.671 17.3356L13.671 15.3356Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.7263 1.25C19.0377 1.24996 19.3327 1.24992 19.5676 1.27662C19.8014 1.3032 20.1642 1.37197 20.4352 1.67057C20.5592 1.80726 20.6527 1.97081 20.7063 2.15085C20.8271 2.55702 20.6735 2.90898 20.563 3.11537C20.4535 3.31992 20.1934 3.68867 20.0223 3.93101C19.6023 4.52742 19.2748 4.99249 18.7968 5.29516C18.6398 5.39455 18.4734 5.47864 18.3 5.54645C17.7767 5.75111 17.1987 5.75066 16.4382 5.75007H7.56224C6.80181 5.75066 6.22376 5.75111 5.70047 5.54645C5.52709 5.47864 5.36066 5.39455 5.20368 5.29516C4.72565 4.99249 4.39816 4.52744 3.97816 3.93103C3.80711 3.68868 3.54694 3.31992 3.43744 3.11537C3.32697 2.90898 3.17334 2.55703 3.29417 2.15085C3.34773 1.97081 3.44128 1.80726 3.56531 1.67057C3.83625 1.37197 4.19905 1.3032 4.43286 1.27662C4.66781 1.24992 4.96276 1.24996 5.27416 1.25H18.7263Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 4C10.5523 4 11 4.44772 11 5V8C11 8.55228 10.5523 9 10 9C9.44772 9 9 8.55228 9 8V5C9 4.44772 9.44772 4 10 4ZM14 4C14.5523 4 15 4.44772 15 5V8C15 8.55228 14.5523 9 14 9C13.4477 9 13 8.55228 13 8V5C13 4.44772 13.4477 4 14 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 15C4.25 10.7198 7.71979 7.25 12 7.25C16.2802 7.25 19.75 10.7198 19.75 15V18.8889C19.75 20.0451 19.5678 21.0796 18.8757 21.7989C18.1771 22.5247 17.1351 22.75 15.8889 22.75H8.11111C6.95489 22.75 5.9204 22.5678 5.20115 21.8757C4.47527 21.1771 4.25 20.1351 4.25 18.8889V15ZM12 11.75C10.2051 11.75 8.75 13.2051 8.75 15C8.75 15.4142 8.41421 15.75 8 15.75C7.58579 15.75 7.25 15.4142 7.25 15C7.25 12.3766 9.37665 10.25 12 10.25C14.6234 10.25 16.75 12.3766 16.75 15C16.75 15.4142 16.4142 15.75 16 15.75C15.5858 15.75 15.25 15.4142 15.25 15C15.25 13.2051 13.7949 11.75 12 11.75ZM13.671 15.3356C13.8562 14.9651 13.7061 14.5146 13.3356 14.3293C12.9651 14.1441 12.5146 14.2943 12.3293 14.6648L11.3293 16.6648C11.1441 17.0352 11.2943 17.4857 11.6648 17.671C12.0352 17.8562 12.4857 17.7061 12.671 17.3356L13.671 15.3356Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.7263 1.25C19.0377 1.24996 19.3327 1.24992 19.5676 1.27662C19.8014 1.3032 20.1642 1.37197 20.4352 1.67057C20.5592 1.80726 20.6527 1.97081 20.7063 2.15085C20.8271 2.55702 20.6735 2.90898 20.563 3.11537C20.4535 3.31992 20.1934 3.68867 20.0223 3.93101C19.6023 4.52742 19.2748 4.99249 18.7968 5.29516C18.6398 5.39455 18.4734 5.47864 18.3 5.54645C17.7767 5.75111 17.1987 5.75066 16.4382 5.75007H7.56224C6.80181 5.75066 6.22376 5.75111 5.70047 5.54645C5.52709 5.47864 5.36066 5.39455 5.20368 5.29516C4.72565 4.99249 4.39816 4.52744 3.97816 3.93103C3.80711 3.68868 3.54694 3.31992 3.43744 3.11537C3.32697 2.90898 3.17334 2.55703 3.29417 2.15085C3.34773 1.97081 3.44128 1.80726 3.56531 1.67057C3.83625 1.37197 4.19905 1.3032 4.43286 1.27662C4.66781 1.24992 4.96276 1.24996 5.27416 1.25H18.7263Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 4C10.5523 4 11 4.44772 11 5V8C11 8.55228 10.5523 9 10 9C9.44772 9 9 8.55228 9 8V5C9 4.44772 9.44772 4 10 4ZM14 4C14.5523 4 15 4.44772 15 5V8C15 8.55228 14.5523 9 14 9C13.4477 9 13 8.55228 13 8V5C13 4.44772 13.4477 4 14 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-kitchen-icons-whisk{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0542 3.25824C15.8479 3.30436 14.5321 3.84139 13.4348 4.9387C12.3375 6.03601 11.8005 7.35178 11.7543 8.55808C12.3354 7.61161 13.1474 6.59428 14.1189 5.62277C15.0904 4.65127 16.1077 3.83935 17.0542 3.25824ZM19.7414 4.25969C19.6853 4.2665 19.6135 4.27923 19.5239 4.30209C19.2434 4.37365 18.8782 4.52205 18.4443 4.76194C17.5789 5.24033 16.5473 6.02273 15.5331 7.03699C14.5188 8.05125 13.7364 9.08283 13.258 9.94819C13.0181 10.3821 12.8697 10.7473 12.7982 11.0278C12.7753 11.1174 12.7626 11.1892 12.7558 11.2453C12.8119 11.2385 12.8837 11.2258 12.9733 11.203C13.2539 11.1314 13.619 10.983 14.0529 10.7431C14.9183 10.2647 15.9499 9.48231 16.9641 8.46805C17.9784 7.45379 18.7608 6.42221 19.2392 5.55685C19.4791 5.1229 19.6275 4.75776 19.699 4.4772C19.7219 4.38761 19.7346 4.31579 19.7414 4.25969ZM15.4431 12.2468C16.3895 11.6657 17.4069 10.8538 18.3784 9.88227C19.3499 8.91076 20.1618 7.89343 20.7429 6.94696C20.6968 8.15326 20.1597 9.46903 19.0624 10.5663C17.9651 11.6636 16.6494 12.2007 15.4431 12.2468ZM12.0206 3.52449C14.5253 1.01981 18.4149 0.417392 20.8979 2.55759C20.9949 2.64119 21.0893 2.72877 21.1808 2.8203C21.2724 2.91184 21.3599 3.00619 21.4435 3.10319C23.5837 5.58621 22.9813 9.47588 20.4766 11.9806C17.972 14.4852 14.0823 15.0876 11.5993 12.9474C11.5023 12.8639 11.4079 12.7763 11.3164 12.6847C11.2249 12.5932 11.1373 12.4988 11.0537 12.4019C8.91349 9.91883 9.51591 6.02916 12.0206 3.52449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.83363 15.9219C5.72955 15.026 7.18213 15.026 8.07806 15.9219C8.97398 16.8179 8.97398 18.2704 8.07806 19.1664L5.16637 22.0781C4.27045 22.974 2.81787 22.974 1.92194 22.0781C1.02602 21.1821 1.02602 19.7296 1.92194 18.8336L4.83363 15.9219Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.7071 11.2929C13.0976 11.6834 13.0976 12.3166 12.7071 12.7071L8.70711 16.7071C8.31658 17.0976 7.68342 17.0976 7.29289 16.7071C6.90237 16.3166 6.90237 15.6834 7.29289 15.2929L11.2929 11.2929C11.6834 10.9024 12.3166 10.9024 12.7071 11.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0542 3.25824C15.8479 3.30436 14.5321 3.84139 13.4348 4.9387C12.3375 6.03601 11.8005 7.35178 11.7543 8.55808C12.3354 7.61161 13.1474 6.59428 14.1189 5.62277C15.0904 4.65127 16.1077 3.83935 17.0542 3.25824ZM19.7414 4.25969C19.6853 4.2665 19.6135 4.27923 19.5239 4.30209C19.2434 4.37365 18.8782 4.52205 18.4443 4.76194C17.5789 5.24033 16.5473 6.02273 15.5331 7.03699C14.5188 8.05125 13.7364 9.08283 13.258 9.94819C13.0181 10.3821 12.8697 10.7473 12.7982 11.0278C12.7753 11.1174 12.7626 11.1892 12.7558 11.2453C12.8119 11.2385 12.8837 11.2258 12.9733 11.203C13.2539 11.1314 13.619 10.983 14.0529 10.7431C14.9183 10.2647 15.9499 9.48231 16.9641 8.46805C17.9784 7.45379 18.7608 6.42221 19.2392 5.55685C19.4791 5.1229 19.6275 4.75776 19.699 4.4772C19.7219 4.38761 19.7346 4.31579 19.7414 4.25969ZM15.4431 12.2468C16.3895 11.6657 17.4069 10.8538 18.3784 9.88227C19.3499 8.91076 20.1618 7.89343 20.7429 6.94696C20.6968 8.15326 20.1597 9.46903 19.0624 10.5663C17.9651 11.6636 16.6494 12.2007 15.4431 12.2468ZM12.0206 3.52449C14.5253 1.01981 18.4149 0.417392 20.8979 2.55759C20.9949 2.64119 21.0893 2.72877 21.1808 2.8203C21.2724 2.91184 21.3599 3.00619 21.4435 3.10319C23.5837 5.58621 22.9813 9.47588 20.4766 11.9806C17.972 14.4852 14.0823 15.0876 11.5993 12.9474C11.5023 12.8639 11.4079 12.7763 11.3164 12.6847C11.2249 12.5932 11.1373 12.4988 11.0537 12.4019C8.91349 9.91883 9.51591 6.02916 12.0206 3.52449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.83363 15.9219C5.72955 15.026 7.18213 15.026 8.07806 15.9219C8.97398 16.8179 8.97398 18.2704 8.07806 19.1664L5.16637 22.0781C4.27045 22.974 2.81787 22.974 1.92194 22.0781C1.02602 21.1821 1.02602 19.7296 1.92194 18.8336L4.83363 15.9219Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.7071 11.2929C13.0976 11.6834 13.0976 12.3166 12.7071 12.7071L8.70711 16.7071C8.31658 17.0976 7.68342 17.0976 7.29289 16.7071C6.90237 16.3166 6.90237 15.6834 7.29289 15.2929L11.2929 11.2929C11.6834 10.9024 12.3166 10.9024 12.7071 11.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-border-all-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9255 1.5H12.0745C14.2504 1.49998 15.9852 1.49996 17.3453 1.68282C18.7497 1.87164 19.9035 2.27175 20.8159 3.18414C21.7283 4.09653 22.1284 5.25033 22.3172 6.65471C22.5 8.01485 22.5 9.74959 22.5 11.9256V12.0744C22.5 14.2504 22.5 15.9851 22.3172 17.3453C22.1284 18.7497 21.7283 19.9035 20.8159 20.8159C19.9035 21.7283 18.7497 22.1284 17.3453 22.3172C15.9851 22.5 14.2504 22.5 12.0744 22.5H11.9256C9.74959 22.5 8.01485 22.5 6.65471 22.3172C5.25033 22.1284 4.09653 21.7283 3.18414 20.8159C2.27175 19.9035 1.87164 18.7497 1.68282 17.3453C1.49996 15.9852 1.49998 14.2504 1.5 12.0745V11.9255C1.49998 9.74957 1.49996 8.01485 1.68282 6.65471C1.87164 5.25033 2.27175 4.09653 3.18414 3.18414C4.09653 2.27175 5.25033 1.87164 6.65471 1.68282C8.01485 1.49996 9.74957 1.49998 11.9255 1.5ZM6.92121 3.66499C5.7386 3.82399 5.0772 4.1195 4.59835 4.59835C4.1195 5.0772 3.82399 5.7386 3.66499 6.92121C3.50212 8.13258 3.5 9.73256 3.5 12C3.5 14.2674 3.50212 15.8674 3.66499 17.0788C3.82399 18.2614 4.1195 18.9228 4.59835 19.4017C5.0772 19.8805 5.7386 20.176 6.92121 20.335C8.13258 20.4979 9.73256 20.5 12 20.5C14.2674 20.5 15.8674 20.4979 17.0788 20.335C18.2614 20.176 18.9228 19.8805 19.4017 19.4017C19.8805 18.9228 20.176 18.2614 20.335 17.0788C20.4979 15.8674 20.5 14.2674 20.5 12C20.5 9.73256 20.4979 8.13258 20.335 6.92121C20.176 5.7386 19.8805 5.0772 19.4017 4.59835C18.9228 4.1195 18.2614 3.82399 17.0788 3.66499C15.8674 3.50212 14.2674 3.5 12 3.5C9.73256 3.5 8.13258 3.50212 6.92121 3.66499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.5C12.5523 1.5 13 1.94772 13 2.5V4.4C13 4.95228 12.5523 5.4 12 5.4C11.4477 5.4 11 4.95228 11 4.4V2.5C11 1.94772 11.4477 1.5 12 1.5ZM12 8.14999C12.5523 8.14999 13 8.59771 13 9.14999V11H14.85C15.4023 11 15.85 11.4477 15.85 12C15.85 12.5523 15.4023 13 14.85 13H13V14.85C13 15.4023 12.5523 15.85 12 15.85C11.4477 15.85 11 15.4023 11 14.85V13H9.15C8.59772 13 8.15 12.5523 8.15 12C8.15 11.4477 8.59772 11 9.15 11H11V9.14999C11 8.59771 11.4477 8.14999 12 8.14999ZM1.5 12C1.5 11.4477 1.94772 11 2.5 11H4.4C4.95228 11 5.4 11.4477 5.4 12C5.4 12.5523 4.95228 13 4.4 13H2.5C1.94772 13 1.5 12.5523 1.5 12ZM18.6 12C18.6 11.4477 19.0477 11 19.6 11H21.5C22.0523 11 22.5 11.4477 22.5 12C22.5 12.5523 22.0523 13 21.5 13H19.6C19.0477 13 18.6 12.5523 18.6 12ZM12 18.6C12.5523 18.6 13 19.0477 13 19.6V21.5C13 22.0523 12.5523 22.5 12 22.5C11.4477 22.5 11 22.0523 11 21.5V19.6C11 19.0477 11.4477 18.6 12 18.6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9255 1.5H12.0745C14.2504 1.49998 15.9852 1.49996 17.3453 1.68282C18.7497 1.87164 19.9035 2.27175 20.8159 3.18414C21.7283 4.09653 22.1284 5.25033 22.3172 6.65471C22.5 8.01485 22.5 9.74959 22.5 11.9256V12.0744C22.5 14.2504 22.5 15.9851 22.3172 17.3453C22.1284 18.7497 21.7283 19.9035 20.8159 20.8159C19.9035 21.7283 18.7497 22.1284 17.3453 22.3172C15.9851 22.5 14.2504 22.5 12.0744 22.5H11.9256C9.74959 22.5 8.01485 22.5 6.65471 22.3172C5.25033 22.1284 4.09653 21.7283 3.18414 20.8159C2.27175 19.9035 1.87164 18.7497 1.68282 17.3453C1.49996 15.9852 1.49998 14.2504 1.5 12.0745V11.9255C1.49998 9.74957 1.49996 8.01485 1.68282 6.65471C1.87164 5.25033 2.27175 4.09653 3.18414 3.18414C4.09653 2.27175 5.25033 1.87164 6.65471 1.68282C8.01485 1.49996 9.74957 1.49998 11.9255 1.5ZM6.92121 3.66499C5.7386 3.82399 5.0772 4.1195 4.59835 4.59835C4.1195 5.0772 3.82399 5.7386 3.66499 6.92121C3.50212 8.13258 3.5 9.73256 3.5 12C3.5 14.2674 3.50212 15.8674 3.66499 17.0788C3.82399 18.2614 4.1195 18.9228 4.59835 19.4017C5.0772 19.8805 5.7386 20.176 6.92121 20.335C8.13258 20.4979 9.73256 20.5 12 20.5C14.2674 20.5 15.8674 20.4979 17.0788 20.335C18.2614 20.176 18.9228 19.8805 19.4017 19.4017C19.8805 18.9228 20.176 18.2614 20.335 17.0788C20.4979 15.8674 20.5 14.2674 20.5 12C20.5 9.73256 20.4979 8.13258 20.335 6.92121C20.176 5.7386 19.8805 5.0772 19.4017 4.59835C18.9228 4.1195 18.2614 3.82399 17.0788 3.66499C15.8674 3.50212 14.2674 3.5 12 3.5C9.73256 3.5 8.13258 3.50212 6.92121 3.66499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.5C12.5523 1.5 13 1.94772 13 2.5V4.4C13 4.95228 12.5523 5.4 12 5.4C11.4477 5.4 11 4.95228 11 4.4V2.5C11 1.94772 11.4477 1.5 12 1.5ZM12 8.14999C12.5523 8.14999 13 8.59771 13 9.14999V11H14.85C15.4023 11 15.85 11.4477 15.85 12C15.85 12.5523 15.4023 13 14.85 13H13V14.85C13 15.4023 12.5523 15.85 12 15.85C11.4477 15.85 11 15.4023 11 14.85V13H9.15C8.59772 13 8.15 12.5523 8.15 12C8.15 11.4477 8.59772 11 9.15 11H11V9.14999C11 8.59771 11.4477 8.14999 12 8.14999ZM1.5 12C1.5 11.4477 1.94772 11 2.5 11H4.4C4.95228 11 5.4 11.4477 5.4 12C5.4 12.5523 4.95228 13 4.4 13H2.5C1.94772 13 1.5 12.5523 1.5 12ZM18.6 12C18.6 11.4477 19.0477 11 19.6 11H21.5C22.0523 11 22.5 11.4477 22.5 12C22.5 12.5523 22.0523 13 21.5 13H19.6C19.0477 13 18.6 12.5523 18.6 12ZM12 18.6C12.5523 18.6 13 19.0477 13 19.6V21.5C13 22.0523 12.5523 22.5 12 22.5C11.4477 22.5 11 22.0523 11 21.5V19.6C11 19.0477 11.4477 18.6 12 18.6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-border-all-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9255 1.5H12.0745C14.2504 1.49998 15.9852 1.49996 17.3453 1.68282C18.7497 1.87164 19.9035 2.27175 20.8159 3.18414C21.7283 4.09653 22.1284 5.25033 22.3172 6.65471C22.5 8.01485 22.5 9.74959 22.5 11.9256V12.0744C22.5 14.2504 22.5 15.9851 22.3172 17.3453C22.1284 18.7497 21.7283 19.9035 20.8159 20.8159C19.9035 21.7283 18.7497 22.1284 17.3453 22.3172C15.9851 22.5 14.2504 22.5 12.0744 22.5H11.9256C9.74959 22.5 8.01485 22.5 6.65471 22.3172C5.25033 22.1284 4.09653 21.7283 3.18414 20.8159C2.27175 19.9035 1.87164 18.7497 1.68282 17.3453C1.49996 15.9852 1.49998 14.2504 1.5 12.0745V11.9255C1.49998 9.74957 1.49996 8.01485 1.68282 6.65471C1.87164 5.25033 2.27175 4.09653 3.18414 3.18414C4.09653 2.27175 5.25033 1.87164 6.65471 1.68282C8.01485 1.49996 9.74957 1.49998 11.9255 1.5ZM6.92121 3.66499C5.7386 3.82399 5.0772 4.1195 4.59835 4.59835C4.1195 5.0772 3.82399 5.7386 3.66499 6.92121C3.50212 8.13258 3.5 9.73256 3.5 12C3.5 14.2674 3.50212 15.8674 3.66499 17.0788C3.82399 18.2614 4.1195 18.9228 4.59835 19.4017C5.0772 19.8805 5.7386 20.176 6.92121 20.335C8.13258 20.4979 9.73256 20.5 12 20.5C14.2674 20.5 15.8674 20.4979 17.0788 20.335C18.2614 20.176 18.9228 19.8805 19.4017 19.4017C19.8805 18.9228 20.176 18.2614 20.335 17.0788C20.4979 15.8674 20.5 14.2674 20.5 12C20.5 9.73256 20.4979 8.13258 20.335 6.92121C20.176 5.7386 19.8805 5.0772 19.4017 4.59835C18.9228 4.1195 18.2614 3.82399 17.0788 3.66499C15.8674 3.50212 14.2674 3.5 12 3.5C9.73256 3.5 8.13258 3.50212 6.92121 3.66499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9255 1.5H12.0745C14.2504 1.49998 15.9852 1.49996 17.3453 1.68282C18.7497 1.87164 19.9035 2.27175 20.8159 3.18414C21.7283 4.09653 22.1284 5.25033 22.3172 6.65471C22.5 8.01485 22.5 9.74959 22.5 11.9256V12.0744C22.5 14.2504 22.5 15.9851 22.3172 17.3453C22.1284 18.7497 21.7283 19.9035 20.8159 20.8159C19.9035 21.7283 18.7497 22.1284 17.3453 22.3172C15.9851 22.5 14.2504 22.5 12.0744 22.5H11.9256C9.74959 22.5 8.01485 22.5 6.65471 22.3172C5.25033 22.1284 4.09653 21.7283 3.18414 20.8159C2.27175 19.9035 1.87164 18.7497 1.68282 17.3453C1.49996 15.9852 1.49998 14.2504 1.5 12.0745V11.9255C1.49998 9.74957 1.49996 8.01485 1.68282 6.65471C1.87164 5.25033 2.27175 4.09653 3.18414 3.18414C4.09653 2.27175 5.25033 1.87164 6.65471 1.68282C8.01485 1.49996 9.74957 1.49998 11.9255 1.5ZM6.92121 3.66499C5.7386 3.82399 5.0772 4.1195 4.59835 4.59835C4.1195 5.0772 3.82399 5.7386 3.66499 6.92121C3.50212 8.13258 3.5 9.73256 3.5 12C3.5 14.2674 3.50212 15.8674 3.66499 17.0788C3.82399 18.2614 4.1195 18.9228 4.59835 19.4017C5.0772 19.8805 5.7386 20.176 6.92121 20.335C8.13258 20.4979 9.73256 20.5 12 20.5C14.2674 20.5 15.8674 20.4979 17.0788 20.335C18.2614 20.176 18.9228 19.8805 19.4017 19.4017C19.8805 18.9228 20.176 18.2614 20.335 17.0788C20.4979 15.8674 20.5 14.2674 20.5 12C20.5 9.73256 20.4979 8.13258 20.335 6.92121C20.176 5.7386 19.8805 5.0772 19.4017 4.59835C18.9228 4.1195 18.2614 3.82399 17.0788 3.66499C15.8674 3.50212 14.2674 3.5 12 3.5C9.73256 3.5 8.13258 3.50212 6.92121 3.66499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-border-bottom-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.3216 16.5161C1.77819 16.6147 1.41762 17.1352 1.51625 17.6786C1.73725 18.8963 2.15119 19.91 2.95527 20.734C3.88551 21.6873 5.06588 22.1087 6.50995 22.3076C7.90686 22.5001 9.6886 22.5001 11.9239 22.5001L12.0764 22.5001C14.3117 22.5001 16.0935 22.5001 17.4904 22.3076C18.9345 22.1087 20.1148 21.6873 21.0451 20.734C21.8492 19.91 22.2631 18.8963 22.4841 17.6786C22.5827 17.1352 22.2222 16.6147 21.6787 16.5161C21.1353 16.4175 20.6149 16.7781 20.5162 17.3215C20.3402 18.2916 20.0518 18.8882 19.6137 19.3372C19.1148 19.8484 18.4306 20.1592 17.2174 20.3264C15.9729 20.4978 14.3292 20.5001 12.0002 20.5001C9.67118 20.5001 8.02749 20.4978 6.78293 20.3264C5.5697 20.1592 4.88551 19.8484 4.38668 19.3372C3.94855 18.8882 3.66017 18.2916 3.4841 17.3215C3.38548 16.7781 2.86501 16.4175 2.3216 16.5161Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 12.0227L1.5 12.0289C1.5 12.7125 1.5 13.4182 1.50499 14.0085C1.50966 14.5607 1.96115 15.0046 2.51341 15C3.06568 14.9953 3.50959 14.5438 3.50492 13.9915C3.50001 13.4106 3.5 12.7129 3.5 12.0259C3.5 11.3387 3.50001 10.5784 3.50492 9.99756C3.50959 9.44529 3.06568 8.99381 2.51341 8.98914C1.96115 8.98447 1.50966 9.42838 1.50499 9.98065C1.5 10.5709 1.5 11.3391 1.5 12.0227ZM2.56906 7.29358C3.11208 7.3943 3.63394 7.03574 3.73466 6.49272C3.9043 5.57811 4.18068 5.02095 4.59931 4.60118C5.01769 4.18166 5.57248 3.90503 6.48333 3.73516C7.02625 3.63391 7.3843 3.11171 7.28305 2.56878C7.1818 2.02586 6.65959 1.66781 6.11667 1.76906C4.94903 1.98681 3.97414 2.39577 3.18317 3.18889C2.39246 3.98176 1.98512 4.95845 1.76819 6.12799C1.66748 6.67101 2.02603 7.19287 2.56906 7.29358ZM9.10004 2.51347C9.10473 3.06573 9.55624 3.50963 10.1085 3.50493C10.6879 3.50001 11.3151 3.5 12 3.5C12.685 3.5 13.3122 3.50001 13.8916 3.50493C14.4438 3.50963 14.8953 3.06574 14.9 2.51347C14.9047 1.96121 14.4608 1.5097 13.9086 1.505C13.3199 1.5 12.6846 1.5 12.0028 1.5L11.9972 1.5C11.3154 1.5 10.6802 1.5 10.0915 1.505C9.53923 1.5097 9.09534 1.9612 9.10004 2.51347ZM16.7169 2.56878C16.6157 3.11171 16.9737 3.63391 17.5167 3.73516C18.4275 3.90503 18.9823 4.18166 19.4007 4.60118C19.8193 5.02094 20.0957 5.57811 20.2653 6.49272C20.3661 7.03574 20.8879 7.3943 21.4309 7.29358C21.974 7.19286 22.3325 6.67101 22.2318 6.12799C22.0149 4.95845 21.6075 3.98176 20.8168 3.18889C20.0259 2.39577 19.051 1.98681 17.8833 1.76906C17.3404 1.66781 16.8182 2.02586 16.7169 2.56878ZM21.4866 8.98914C20.9343 8.9938 20.4904 9.44529 20.4951 9.99755C20.5 10.5784 20.5 11.3388 20.5 12.0259C20.5 12.7129 20.5 13.4106 20.4951 13.9915C20.4904 14.5438 20.9343 14.9953 21.4866 15C22.0389 15.0046 22.4903 14.5607 22.495 14.0085C22.5 13.4185 22.5 12.7131 22.5 12.0298L22.5 12.0228C22.5 11.3393 22.5 10.5709 22.495 9.98065C22.4903 9.42838 22.0389 8.98447 21.4866 8.98914Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 12C1.5 11.4477 1.94772 11 2.5 11L4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13L2.5 13C1.94772 13 1.5 12.5523 1.5 12ZM8 12C8 11.4477 8.44772 11 9 11L11 11L11 9C11 8.44771 11.4477 8 12 8C12.5523 8 13 8.44771 13 9L13 11L15 11C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13L13 13L13 15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15L11 13L9 13C8.44772 13 8 12.5523 8 12ZM12 5.46875C11.4477 5.46875 11 5.02103 11 4.46875L11 3C11 2.44771 11.4477 2 12 2C12.5523 2 13 2.44771 13 3L13 4.46875C13 5.02103 12.5523 5.46875 12 5.46875ZM19 12C19 11.4477 19.4477 11 20 11L21.5 11C22.0523 11 22.5 11.4477 22.5 12C22.5 12.5523 22.0523 13 21.5 13L20 13C19.4477 13 19 12.5523 19 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.3216 16.5161C1.77819 16.6147 1.41762 17.1352 1.51625 17.6786C1.73725 18.8963 2.15119 19.91 2.95527 20.734C3.88551 21.6873 5.06588 22.1087 6.50995 22.3076C7.90686 22.5001 9.6886 22.5001 11.9239 22.5001L12.0764 22.5001C14.3117 22.5001 16.0935 22.5001 17.4904 22.3076C18.9345 22.1087 20.1148 21.6873 21.0451 20.734C21.8492 19.91 22.2631 18.8963 22.4841 17.6786C22.5827 17.1352 22.2222 16.6147 21.6787 16.5161C21.1353 16.4175 20.6149 16.7781 20.5162 17.3215C20.3402 18.2916 20.0518 18.8882 19.6137 19.3372C19.1148 19.8484 18.4306 20.1592 17.2174 20.3264C15.9729 20.4978 14.3292 20.5001 12.0002 20.5001C9.67118 20.5001 8.02749 20.4978 6.78293 20.3264C5.5697 20.1592 4.88551 19.8484 4.38668 19.3372C3.94855 18.8882 3.66017 18.2916 3.4841 17.3215C3.38548 16.7781 2.86501 16.4175 2.3216 16.5161Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 12.0227L1.5 12.0289C1.5 12.7125 1.5 13.4182 1.50499 14.0085C1.50966 14.5607 1.96115 15.0046 2.51341 15C3.06568 14.9953 3.50959 14.5438 3.50492 13.9915C3.50001 13.4106 3.5 12.7129 3.5 12.0259C3.5 11.3387 3.50001 10.5784 3.50492 9.99756C3.50959 9.44529 3.06568 8.99381 2.51341 8.98914C1.96115 8.98447 1.50966 9.42838 1.50499 9.98065C1.5 10.5709 1.5 11.3391 1.5 12.0227ZM2.56906 7.29358C3.11208 7.3943 3.63394 7.03574 3.73466 6.49272C3.9043 5.57811 4.18068 5.02095 4.59931 4.60118C5.01769 4.18166 5.57248 3.90503 6.48333 3.73516C7.02625 3.63391 7.3843 3.11171 7.28305 2.56878C7.1818 2.02586 6.65959 1.66781 6.11667 1.76906C4.94903 1.98681 3.97414 2.39577 3.18317 3.18889C2.39246 3.98176 1.98512 4.95845 1.76819 6.12799C1.66748 6.67101 2.02603 7.19287 2.56906 7.29358ZM9.10004 2.51347C9.10473 3.06573 9.55624 3.50963 10.1085 3.50493C10.6879 3.50001 11.3151 3.5 12 3.5C12.685 3.5 13.3122 3.50001 13.8916 3.50493C14.4438 3.50963 14.8953 3.06574 14.9 2.51347C14.9047 1.96121 14.4608 1.5097 13.9086 1.505C13.3199 1.5 12.6846 1.5 12.0028 1.5L11.9972 1.5C11.3154 1.5 10.6802 1.5 10.0915 1.505C9.53923 1.5097 9.09534 1.9612 9.10004 2.51347ZM16.7169 2.56878C16.6157 3.11171 16.9737 3.63391 17.5167 3.73516C18.4275 3.90503 18.9823 4.18166 19.4007 4.60118C19.8193 5.02094 20.0957 5.57811 20.2653 6.49272C20.3661 7.03574 20.8879 7.3943 21.4309 7.29358C21.974 7.19286 22.3325 6.67101 22.2318 6.12799C22.0149 4.95845 21.6075 3.98176 20.8168 3.18889C20.0259 2.39577 19.051 1.98681 17.8833 1.76906C17.3404 1.66781 16.8182 2.02586 16.7169 2.56878ZM21.4866 8.98914C20.9343 8.9938 20.4904 9.44529 20.4951 9.99755C20.5 10.5784 20.5 11.3388 20.5 12.0259C20.5 12.7129 20.5 13.4106 20.4951 13.9915C20.4904 14.5438 20.9343 14.9953 21.4866 15C22.0389 15.0046 22.4903 14.5607 22.495 14.0085C22.5 13.4185 22.5 12.7131 22.5 12.0298L22.5 12.0228C22.5 11.3393 22.5 10.5709 22.495 9.98065C22.4903 9.42838 22.0389 8.98447 21.4866 8.98914Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 12C1.5 11.4477 1.94772 11 2.5 11L4 11C4.55228 11 5 11.4477 5 12C5 12.5523 4.55228 13 4 13L2.5 13C1.94772 13 1.5 12.5523 1.5 12ZM8 12C8 11.4477 8.44772 11 9 11L11 11L11 9C11 8.44771 11.4477 8 12 8C12.5523 8 13 8.44771 13 9L13 11L15 11C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13L13 13L13 15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15L11 13L9 13C8.44772 13 8 12.5523 8 12ZM12 5.46875C11.4477 5.46875 11 5.02103 11 4.46875L11 3C11 2.44771 11.4477 2 12 2C12.5523 2 13 2.44771 13 3L13 4.46875C13 5.02103 12.5523 5.46875 12 5.46875ZM19 12C19 11.4477 19.4477 11 20 11L21.5 11C22.0523 11 22.5 11.4477 22.5 12C22.5 12.5523 22.0523 13 21.5 13L20 13C19.4477 13 19 12.5523 19 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-border-bottom-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.51336 15C1.96109 15.0046 1.50963 14.5607 1.50499 14.0084C1.5 13.415 1.5 12.7739 1.5 12.0865L1.5 12.0802C1.5 11.3926 1.5 10.752 1.50499 10.1584C1.50963 9.60615 1.96109 9.16222 2.51336 9.16686C3.06562 9.1715 3.50956 9.62296 3.50492 10.1752C3.50001 10.7597 3.5 11.3925 3.5 12.0833C3.5 12.774 3.50001 13.4073 3.50492 13.9916C3.50956 14.5439 3.06562 14.9953 2.51336 15ZM21.4866 15C20.9344 14.9953 20.4904 14.5439 20.4951 13.9916C20.5 13.4071 20.5 12.7743 20.5 12.0833C20.5 11.3924 20.5 10.7596 20.4951 10.1751C20.4904 9.62279 20.9344 9.17132 21.4866 9.16668C22.0389 9.16204 22.4904 9.60598 22.495 10.1582C22.5 10.752 22.5 11.3927 22.5 12.0805L22.5 12.0861C22.5 12.7739 22.5 13.4147 22.495 14.0084C22.4904 14.5607 22.0389 15.0046 21.4866 15ZM21.4299 7.31676C20.8868 7.41689 20.3653 7.05777 20.2651 6.51464C20.0952 5.59273 19.818 5.0306 19.3986 4.60746C18.9799 4.18511 18.4254 3.90718 17.5156 3.73648C16.9728 3.63464 16.6153 3.11205 16.7171 2.56923C16.819 2.02642 17.3416 1.66894 17.8844 1.77078C19.0531 1.99004 20.0283 2.40184 20.8189 3.19943C21.6088 3.99624 22.0154 4.97723 22.232 6.15202C22.3321 6.69515 21.973 7.21662 21.4299 7.31676ZM2.57011 7.31676C2.02698 7.21662 1.66786 6.69515 1.768 6.15202C1.98459 4.97722 2.39118 3.99624 3.18106 3.19943C3.97172 2.40183 4.94693 1.99004 6.1156 1.77078C6.65842 1.66894 7.18101 2.02642 7.28285 2.56923C7.38469 3.11204 7.02721 3.63464 6.4844 3.73648C5.57459 3.90718 5.02011 4.18511 4.60143 4.60746C4.18197 5.0306 3.90482 5.59272 3.73485 6.51464C3.63472 7.05777 3.11325 7.41689 2.57011 7.31676ZM14.9 2.51355C14.8952 3.06582 14.4437 3.50969 13.8914 3.50496C13.3121 3.50001 12.6849 3.5 12 3.5C11.315 3.5 10.6878 3.50001 10.1085 3.50496C9.55621 3.50969 9.10468 3.06582 9.09996 2.51355C9.09524 1.96129 9.5391 1.50976 10.0914 1.50503C10.6801 1.5 11.3154 1.5 11.9973 1.5L12.0027 1.5C12.6845 1.5 13.3198 1.5 13.9086 1.50503C14.4608 1.50976 14.9047 1.96129 14.9 2.51355Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0761 22.5L11.9236 22.5C9.68826 22.5 7.90651 22.5 6.50961 22.3076C5.06553 22.1086 3.88516 21.6872 2.95492 20.7339C2.15084 19.9099 1.7369 18.8963 1.5159 17.6786C1.41728 17.1352 1.77785 16.6147 2.32126 16.5161C2.86466 16.4174 3.38513 16.778 3.48375 17.3214C3.65982 18.2916 3.9482 18.8881 4.38633 19.3371C4.88516 19.8483 5.56935 20.1591 6.78258 20.3263C8.02714 20.4978 9.67083 20.5 11.9998 20.5C14.3288 20.5 15.9725 20.4978 17.2171 20.3263C18.4303 20.1591 19.1145 19.8483 19.6133 19.3371C20.0515 18.8881 20.3398 18.2916 20.5159 17.3214C20.6145 16.778 21.135 16.4175 21.6784 16.5161C22.2218 16.6147 22.5824 17.1352 22.4838 17.6786C22.2628 18.8963 21.8488 19.9099 21.0447 20.7339C20.1145 21.6872 18.9341 22.1086 17.49 22.3076C16.0931 22.5 14.3114 22.5 12.0761 22.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.51336 15C1.96109 15.0046 1.50963 14.5607 1.50499 14.0084C1.5 13.415 1.5 12.7739 1.5 12.0865L1.5 12.0802C1.5 11.3926 1.5 10.752 1.50499 10.1584C1.50963 9.60615 1.96109 9.16222 2.51336 9.16686C3.06562 9.1715 3.50956 9.62296 3.50492 10.1752C3.50001 10.7597 3.5 11.3925 3.5 12.0833C3.5 12.774 3.50001 13.4073 3.50492 13.9916C3.50956 14.5439 3.06562 14.9953 2.51336 15ZM21.4866 15C20.9344 14.9953 20.4904 14.5439 20.4951 13.9916C20.5 13.4071 20.5 12.7743 20.5 12.0833C20.5 11.3924 20.5 10.7596 20.4951 10.1751C20.4904 9.62279 20.9344 9.17132 21.4866 9.16668C22.0389 9.16204 22.4904 9.60598 22.495 10.1582C22.5 10.752 22.5 11.3927 22.5 12.0805L22.5 12.0861C22.5 12.7739 22.5 13.4147 22.495 14.0084C22.4904 14.5607 22.0389 15.0046 21.4866 15ZM21.4299 7.31676C20.8868 7.41689 20.3653 7.05777 20.2651 6.51464C20.0952 5.59273 19.818 5.0306 19.3986 4.60746C18.9799 4.18511 18.4254 3.90718 17.5156 3.73648C16.9728 3.63464 16.6153 3.11205 16.7171 2.56923C16.819 2.02642 17.3416 1.66894 17.8844 1.77078C19.0531 1.99004 20.0283 2.40184 20.8189 3.19943C21.6088 3.99624 22.0154 4.97723 22.232 6.15202C22.3321 6.69515 21.973 7.21662 21.4299 7.31676ZM2.57011 7.31676C2.02698 7.21662 1.66786 6.69515 1.768 6.15202C1.98459 4.97722 2.39118 3.99624 3.18106 3.19943C3.97172 2.40183 4.94693 1.99004 6.1156 1.77078C6.65842 1.66894 7.18101 2.02642 7.28285 2.56923C7.38469 3.11204 7.02721 3.63464 6.4844 3.73648C5.57459 3.90718 5.02011 4.18511 4.60143 4.60746C4.18197 5.0306 3.90482 5.59272 3.73485 6.51464C3.63472 7.05777 3.11325 7.41689 2.57011 7.31676ZM14.9 2.51355C14.8952 3.06582 14.4437 3.50969 13.8914 3.50496C13.3121 3.50001 12.6849 3.5 12 3.5C11.315 3.5 10.6878 3.50001 10.1085 3.50496C9.55621 3.50969 9.10468 3.06582 9.09996 2.51355C9.09524 1.96129 9.5391 1.50976 10.0914 1.50503C10.6801 1.5 11.3154 1.5 11.9973 1.5L12.0027 1.5C12.6845 1.5 13.3198 1.5 13.9086 1.50503C14.4608 1.50976 14.9047 1.96129 14.9 2.51355Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0761 22.5L11.9236 22.5C9.68826 22.5 7.90651 22.5 6.50961 22.3076C5.06553 22.1086 3.88516 21.6872 2.95492 20.7339C2.15084 19.9099 1.7369 18.8963 1.5159 17.6786C1.41728 17.1352 1.77785 16.6147 2.32126 16.5161C2.86466 16.4174 3.38513 16.778 3.48375 17.3214C3.65982 18.2916 3.9482 18.8881 4.38633 19.3371C4.88516 19.8483 5.56935 20.1591 6.78258 20.3263C8.02714 20.4978 9.67083 20.5 11.9998 20.5C14.3288 20.5 15.9725 20.4978 17.2171 20.3263C18.4303 20.1591 19.1145 19.8483 19.6133 19.3371C20.0515 18.8881 20.3398 18.2916 20.5159 17.3214C20.6145 16.778 21.135 16.4175 21.6784 16.5161C22.2218 16.6147 22.5824 17.1352 22.4838 17.6786C22.2628 18.8963 21.8488 19.9099 21.0447 20.7339C20.1145 21.6872 18.9341 22.1086 17.49 22.3076C16.0931 22.5 14.3114 22.5 12.0761 22.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-border-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9972 1.5H12.0028C12.6846 1.5 13.3198 1.5 13.9085 1.50499C14.4607 1.50967 14.9046 1.96117 14.9 2.51343C14.8953 3.0657 14.4438 3.5096 13.8915 3.50492C13.3122 3.50001 12.6849 3.5 12 3.5C11.3151 3.5 10.6878 3.50001 10.1085 3.50492C9.55619 3.5096 9.1047 3.0657 9.10002 2.51343C9.09534 1.96117 9.53924 1.50967 10.0915 1.50499C10.6802 1.5 11.3154 1.5 11.9972 1.5ZM7.28314 2.56858C7.38413 3.11155 7.02582 3.63358 6.48285 3.73457C5.57153 3.90406 5.0166 4.1801 4.59835 4.59835C4.1801 5.0166 3.90406 5.57153 3.73457 6.48285C3.63358 7.02582 3.11155 7.38413 2.56858 7.28314C2.0256 7.18216 1.6673 6.66013 1.76828 6.11715C1.98536 4.94998 2.39304 3.97523 3.18414 3.18414C3.97523 2.39304 4.94998 1.98536 6.11715 1.76828C6.66013 1.6673 7.18216 2.0256 7.28314 2.56858ZM16.7169 2.56858C16.8178 2.0256 17.3399 1.6673 17.8828 1.76828C19.05 1.98536 20.0248 2.39304 20.8159 3.18414C21.607 3.97523 22.0146 4.94998 22.2317 6.11715C22.3327 6.66013 21.9744 7.18216 21.4314 7.28314C20.8884 7.38413 20.3664 7.02582 20.2654 6.48285C20.0959 5.57154 19.8199 5.0166 19.4016 4.59835C18.9834 4.1801 18.4285 3.90406 17.5172 3.73457C16.9742 3.63358 16.6159 3.11155 16.7169 2.56858ZM2.51343 9.10004C3.0657 9.10472 3.5096 9.55621 3.50492 10.1085C3.50001 10.6878 3.5 11.3151 3.5 12C3.5 12.685 3.50001 13.3122 3.50492 13.8916C3.5096 14.4439 3.0657 14.8954 2.51343 14.9C1.96117 14.9047 1.50967 14.4608 1.50499 13.9086C1.5 13.3199 1.5 12.6847 1.5 12.0028V11.9972C1.5 11.3154 1.5 10.6802 1.50499 10.0915C1.50967 9.53926 1.96117 9.09535 2.51343 9.10004ZM21.4866 9.10004C22.0388 9.09535 22.4903 9.53926 22.495 10.0915C22.5 10.6803 22.5 11.3157 22.5 11.9977V12.0023C22.5 12.6844 22.5 13.3197 22.495 13.9086C22.4903 14.4608 22.0388 14.9047 21.4866 14.9C20.9343 14.8954 20.4904 14.4439 20.4951 13.8916C20.5 13.3122 20.5 12.685 20.5 12C20.5 11.3151 20.5 10.6878 20.4951 10.1085C20.4904 9.55621 20.9343 9.10472 21.4866 9.10004ZM2.56858 16.7169C3.11155 16.6159 3.63358 16.9742 3.73457 17.5172C3.90406 18.4285 4.1801 18.9834 4.59835 19.4016C5.0166 19.8199 5.57153 20.0959 6.48285 20.2654C7.02582 20.3664 7.38413 20.8884 7.28314 21.4314C7.18216 21.9744 6.66013 22.3327 6.11715 22.2317C4.94998 22.0146 3.97523 21.607 3.18414 20.8159C2.39304 20.0248 1.98536 19.05 1.76828 17.8828C1.6673 17.3399 2.0256 16.8178 2.56858 16.7169ZM21.4314 16.7169C21.9744 16.8178 22.3327 17.3399 22.2317 17.8828C22.0146 19.05 21.607 20.0248 20.8159 20.8159C20.0248 21.607 19.05 22.0146 17.8828 22.2317C17.3399 22.3327 16.8178 21.9744 16.7169 21.4314C16.6159 20.8884 16.9742 20.3664 17.5172 20.2654C18.4285 20.0959 18.9834 19.8199 19.4016 19.4016C19.8199 18.9834 20.0959 18.4285 20.2654 17.5172C20.3664 16.9742 20.8884 16.6159 21.4314 16.7169ZM9.10019 21.4866C9.10487 20.9343 9.55637 20.4904 10.1086 20.4951C10.688 20.5 11.3151 20.5 12 20.5C12.6849 20.5 13.3122 20.5 13.8915 20.4951C14.4438 20.4904 14.8953 20.9343 14.9 21.4866C14.9046 22.0388 14.4607 22.4903 13.9085 22.495C13.3199 22.5 12.6848 22.5 12.0031 22.5H11.9977C11.3157 22.5 10.6804 22.5 10.0917 22.495C9.53941 22.4903 9.09551 22.0388 9.10019 21.4866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 12C1.5 11.4477 1.94772 11 2.5 11H21.5C22.0523 11 22.5 11.4477 22.5 12C22.5 12.5523 22.0523 13 21.5 13H2.5C1.94772 13 1.5 12.5523 1.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.5C12.5523 1.5 13 1.94772 13 2.5V4.4C13 4.95228 12.5523 5.4 12 5.4C11.4477 5.4 11 4.95228 11 4.4L11 2.5C11 1.94772 11.4477 1.5 12 1.5ZM12 8.15C12.5523 8.15 13 8.59771 13 9.15L13 14.85C13 15.4023 12.5523 15.85 12 15.85C11.4477 15.85 11 15.4023 11 14.85L11 9.15C11 8.59772 11.4477 8.15 12 8.15ZM12 18.6C12.5523 18.6 13 19.0477 13 19.6V21.5C13 22.0523 12.5523 22.5 12 22.5C11.4477 22.5 11 22.0523 11 21.5L11 19.6C11 19.0477 11.4477 18.6 12 18.6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9972 1.5H12.0028C12.6846 1.5 13.3198 1.5 13.9085 1.50499C14.4607 1.50967 14.9046 1.96117 14.9 2.51343C14.8953 3.0657 14.4438 3.5096 13.8915 3.50492C13.3122 3.50001 12.6849 3.5 12 3.5C11.3151 3.5 10.6878 3.50001 10.1085 3.50492C9.55619 3.5096 9.1047 3.0657 9.10002 2.51343C9.09534 1.96117 9.53924 1.50967 10.0915 1.50499C10.6802 1.5 11.3154 1.5 11.9972 1.5ZM7.28314 2.56858C7.38413 3.11155 7.02582 3.63358 6.48285 3.73457C5.57153 3.90406 5.0166 4.1801 4.59835 4.59835C4.1801 5.0166 3.90406 5.57153 3.73457 6.48285C3.63358 7.02582 3.11155 7.38413 2.56858 7.28314C2.0256 7.18216 1.6673 6.66013 1.76828 6.11715C1.98536 4.94998 2.39304 3.97523 3.18414 3.18414C3.97523 2.39304 4.94998 1.98536 6.11715 1.76828C6.66013 1.6673 7.18216 2.0256 7.28314 2.56858ZM16.7169 2.56858C16.8178 2.0256 17.3399 1.6673 17.8828 1.76828C19.05 1.98536 20.0248 2.39304 20.8159 3.18414C21.607 3.97523 22.0146 4.94998 22.2317 6.11715C22.3327 6.66013 21.9744 7.18216 21.4314 7.28314C20.8884 7.38413 20.3664 7.02582 20.2654 6.48285C20.0959 5.57154 19.8199 5.0166 19.4016 4.59835C18.9834 4.1801 18.4285 3.90406 17.5172 3.73457C16.9742 3.63358 16.6159 3.11155 16.7169 2.56858ZM2.51343 9.10004C3.0657 9.10472 3.5096 9.55621 3.50492 10.1085C3.50001 10.6878 3.5 11.3151 3.5 12C3.5 12.685 3.50001 13.3122 3.50492 13.8916C3.5096 14.4439 3.0657 14.8954 2.51343 14.9C1.96117 14.9047 1.50967 14.4608 1.50499 13.9086C1.5 13.3199 1.5 12.6847 1.5 12.0028V11.9972C1.5 11.3154 1.5 10.6802 1.50499 10.0915C1.50967 9.53926 1.96117 9.09535 2.51343 9.10004ZM21.4866 9.10004C22.0388 9.09535 22.4903 9.53926 22.495 10.0915C22.5 10.6803 22.5 11.3157 22.5 11.9977V12.0023C22.5 12.6844 22.5 13.3197 22.495 13.9086C22.4903 14.4608 22.0388 14.9047 21.4866 14.9C20.9343 14.8954 20.4904 14.4439 20.4951 13.8916C20.5 13.3122 20.5 12.685 20.5 12C20.5 11.3151 20.5 10.6878 20.4951 10.1085C20.4904 9.55621 20.9343 9.10472 21.4866 9.10004ZM2.56858 16.7169C3.11155 16.6159 3.63358 16.9742 3.73457 17.5172C3.90406 18.4285 4.1801 18.9834 4.59835 19.4016C5.0166 19.8199 5.57153 20.0959 6.48285 20.2654C7.02582 20.3664 7.38413 20.8884 7.28314 21.4314C7.18216 21.9744 6.66013 22.3327 6.11715 22.2317C4.94998 22.0146 3.97523 21.607 3.18414 20.8159C2.39304 20.0248 1.98536 19.05 1.76828 17.8828C1.6673 17.3399 2.0256 16.8178 2.56858 16.7169ZM21.4314 16.7169C21.9744 16.8178 22.3327 17.3399 22.2317 17.8828C22.0146 19.05 21.607 20.0248 20.8159 20.8159C20.0248 21.607 19.05 22.0146 17.8828 22.2317C17.3399 22.3327 16.8178 21.9744 16.7169 21.4314C16.6159 20.8884 16.9742 20.3664 17.5172 20.2654C18.4285 20.0959 18.9834 19.8199 19.4016 19.4016C19.8199 18.9834 20.0959 18.4285 20.2654 17.5172C20.3664 16.9742 20.8884 16.6159 21.4314 16.7169ZM9.10019 21.4866C9.10487 20.9343 9.55637 20.4904 10.1086 20.4951C10.688 20.5 11.3151 20.5 12 20.5C12.6849 20.5 13.3122 20.5 13.8915 20.4951C14.4438 20.4904 14.8953 20.9343 14.9 21.4866C14.9046 22.0388 14.4607 22.4903 13.9085 22.495C13.3199 22.5 12.6848 22.5 12.0031 22.5H11.9977C11.3157 22.5 10.6804 22.5 10.0917 22.495C9.53941 22.4903 9.09551 22.0388 9.10019 21.4866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 12C1.5 11.4477 1.94772 11 2.5 11H21.5C22.0523 11 22.5 11.4477 22.5 12C22.5 12.5523 22.0523 13 21.5 13H2.5C1.94772 13 1.5 12.5523 1.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.5C12.5523 1.5 13 1.94772 13 2.5V4.4C13 4.95228 12.5523 5.4 12 5.4C11.4477 5.4 11 4.95228 11 4.4L11 2.5C11 1.94772 11.4477 1.5 12 1.5ZM12 8.15C12.5523 8.15 13 8.59771 13 9.15L13 14.85C13 15.4023 12.5523 15.85 12 15.85C11.4477 15.85 11 15.4023 11 14.85L11 9.15C11 8.59772 11.4477 8.15 12 8.15ZM12 18.6C12.5523 18.6 13 19.0477 13 19.6V21.5C13 22.0523 12.5523 22.5 12 22.5C11.4477 22.5 11 22.0523 11 21.5L11 19.6C11 19.0477 11.4477 18.6 12 18.6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-border-inner{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9972 1.5H12.0028C12.6846 1.5 13.3198 1.5 13.9085 1.50499C14.4607 1.50967 14.9046 1.96117 14.9 2.51343C14.8953 3.0657 14.4438 3.5096 13.8915 3.50492C13.3122 3.50001 12.6849 3.5 12 3.5C11.3151 3.5 10.6878 3.50001 10.1085 3.50492C9.55619 3.5096 9.1047 3.0657 9.10002 2.51343C9.09534 1.96117 9.53924 1.50967 10.0915 1.50499C10.6802 1.5 11.3154 1.5 11.9972 1.5ZM7.28314 2.56858C7.38413 3.11155 7.02582 3.63358 6.48285 3.73457C5.57153 3.90406 5.0166 4.1801 4.59835 4.59835C4.1801 5.0166 3.90406 5.57153 3.73457 6.48285C3.63358 7.02582 3.11155 7.38413 2.56858 7.28314C2.0256 7.18216 1.6673 6.66013 1.76828 6.11715C1.98536 4.94998 2.39304 3.97523 3.18414 3.18414C3.97523 2.39304 4.94998 1.98536 6.11715 1.76828C6.66013 1.6673 7.18216 2.0256 7.28314 2.56858ZM16.7169 2.56858C16.8178 2.0256 17.3399 1.6673 17.8828 1.76828C19.05 1.98536 20.0248 2.39304 20.8159 3.18414C21.607 3.97523 22.0146 4.94998 22.2317 6.11715C22.3327 6.66013 21.9744 7.18216 21.4314 7.28314C20.8884 7.38413 20.3664 7.02582 20.2654 6.48285C20.0959 5.57154 19.8199 5.0166 19.4016 4.59835C18.9834 4.1801 18.4285 3.90406 17.5172 3.73457C16.9742 3.63358 16.6159 3.11155 16.7169 2.56858ZM2.51343 9.10004C3.0657 9.10472 3.5096 9.55621 3.50492 10.1085C3.50001 10.6878 3.5 11.3151 3.5 12C3.5 12.685 3.50001 13.3122 3.50492 13.8916C3.5096 14.4439 3.0657 14.8954 2.51343 14.9C1.96117 14.9047 1.50967 14.4608 1.50499 13.9086C1.5 13.3199 1.5 12.6847 1.5 12.0028V11.9972C1.5 11.3154 1.5 10.6802 1.50499 10.0915C1.50967 9.53926 1.96117 9.09535 2.51343 9.10004ZM21.4866 9.10004C22.0388 9.09535 22.4903 9.53926 22.495 10.0915C22.5 10.6803 22.5 11.3157 22.5 11.9977V12.0023C22.5 12.6844 22.5 13.3197 22.495 13.9086C22.4903 14.4608 22.0388 14.9047 21.4866 14.9C20.9343 14.8954 20.4904 14.4439 20.4951 13.8916C20.5 13.3122 20.5 12.685 20.5 12C20.5 11.3151 20.5 10.6878 20.4951 10.1085C20.4904 9.55621 20.9343 9.10472 21.4866 9.10004ZM2.56858 16.7169C3.11155 16.6159 3.63358 16.9742 3.73457 17.5172C3.90406 18.4285 4.1801 18.9834 4.59835 19.4016C5.0166 19.8199 5.57153 20.0959 6.48285 20.2654C7.02582 20.3664 7.38413 20.8884 7.28314 21.4314C7.18216 21.9744 6.66013 22.3327 6.11715 22.2317C4.94998 22.0146 3.97523 21.607 3.18414 20.8159C2.39304 20.0248 1.98536 19.05 1.76828 17.8828C1.6673 17.3399 2.0256 16.8178 2.56858 16.7169ZM21.4314 16.7169C21.9744 16.8178 22.3327 17.3399 22.2317 17.8828C22.0146 19.05 21.607 20.0248 20.8159 20.8159C20.0248 21.607 19.05 22.0146 17.8828 22.2317C17.3399 22.3327 16.8178 21.9744 16.7169 21.4314C16.6159 20.8884 16.9742 20.3664 17.5172 20.2654C18.4285 20.0959 18.9834 19.8199 19.4016 19.4016C19.8199 18.9834 20.0959 18.4285 20.2654 17.5172C20.3664 16.9742 20.8884 16.6159 21.4314 16.7169ZM9.10019 21.4866C9.10487 20.9343 9.55637 20.4904 10.1086 20.4951C10.688 20.5 11.3151 20.5 12 20.5C12.6849 20.5 13.3122 20.5 13.8915 20.4951C14.4438 20.4904 14.8953 20.9343 14.9 21.4866C14.9046 22.0388 14.4607 22.4903 13.9085 22.495C13.3199 22.5 12.6848 22.5 12.0031 22.5H11.9977C11.3157 22.5 10.6804 22.5 10.0917 22.495C9.53941 22.4903 9.09551 22.0388 9.10019 21.4866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 12C1.5 11.4477 1.94772 11 2.5 11H21.5C22.0523 11 22.5 11.4477 22.5 12C22.5 12.5523 22.0523 13 21.5 13H2.5C1.94772 13 1.5 12.5523 1.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.5C12.5523 1.5 13 1.94772 13 2.5L13 21.5C13 22.0523 12.5523 22.5 12 22.5C11.4477 22.5 11 22.0523 11 21.5L11 2.5C11 1.94772 11.4477 1.5 12 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9972 1.5H12.0028C12.6846 1.5 13.3198 1.5 13.9085 1.50499C14.4607 1.50967 14.9046 1.96117 14.9 2.51343C14.8953 3.0657 14.4438 3.5096 13.8915 3.50492C13.3122 3.50001 12.6849 3.5 12 3.5C11.3151 3.5 10.6878 3.50001 10.1085 3.50492C9.55619 3.5096 9.1047 3.0657 9.10002 2.51343C9.09534 1.96117 9.53924 1.50967 10.0915 1.50499C10.6802 1.5 11.3154 1.5 11.9972 1.5ZM7.28314 2.56858C7.38413 3.11155 7.02582 3.63358 6.48285 3.73457C5.57153 3.90406 5.0166 4.1801 4.59835 4.59835C4.1801 5.0166 3.90406 5.57153 3.73457 6.48285C3.63358 7.02582 3.11155 7.38413 2.56858 7.28314C2.0256 7.18216 1.6673 6.66013 1.76828 6.11715C1.98536 4.94998 2.39304 3.97523 3.18414 3.18414C3.97523 2.39304 4.94998 1.98536 6.11715 1.76828C6.66013 1.6673 7.18216 2.0256 7.28314 2.56858ZM16.7169 2.56858C16.8178 2.0256 17.3399 1.6673 17.8828 1.76828C19.05 1.98536 20.0248 2.39304 20.8159 3.18414C21.607 3.97523 22.0146 4.94998 22.2317 6.11715C22.3327 6.66013 21.9744 7.18216 21.4314 7.28314C20.8884 7.38413 20.3664 7.02582 20.2654 6.48285C20.0959 5.57154 19.8199 5.0166 19.4016 4.59835C18.9834 4.1801 18.4285 3.90406 17.5172 3.73457C16.9742 3.63358 16.6159 3.11155 16.7169 2.56858ZM2.51343 9.10004C3.0657 9.10472 3.5096 9.55621 3.50492 10.1085C3.50001 10.6878 3.5 11.3151 3.5 12C3.5 12.685 3.50001 13.3122 3.50492 13.8916C3.5096 14.4439 3.0657 14.8954 2.51343 14.9C1.96117 14.9047 1.50967 14.4608 1.50499 13.9086C1.5 13.3199 1.5 12.6847 1.5 12.0028V11.9972C1.5 11.3154 1.5 10.6802 1.50499 10.0915C1.50967 9.53926 1.96117 9.09535 2.51343 9.10004ZM21.4866 9.10004C22.0388 9.09535 22.4903 9.53926 22.495 10.0915C22.5 10.6803 22.5 11.3157 22.5 11.9977V12.0023C22.5 12.6844 22.5 13.3197 22.495 13.9086C22.4903 14.4608 22.0388 14.9047 21.4866 14.9C20.9343 14.8954 20.4904 14.4439 20.4951 13.8916C20.5 13.3122 20.5 12.685 20.5 12C20.5 11.3151 20.5 10.6878 20.4951 10.1085C20.4904 9.55621 20.9343 9.10472 21.4866 9.10004ZM2.56858 16.7169C3.11155 16.6159 3.63358 16.9742 3.73457 17.5172C3.90406 18.4285 4.1801 18.9834 4.59835 19.4016C5.0166 19.8199 5.57153 20.0959 6.48285 20.2654C7.02582 20.3664 7.38413 20.8884 7.28314 21.4314C7.18216 21.9744 6.66013 22.3327 6.11715 22.2317C4.94998 22.0146 3.97523 21.607 3.18414 20.8159C2.39304 20.0248 1.98536 19.05 1.76828 17.8828C1.6673 17.3399 2.0256 16.8178 2.56858 16.7169ZM21.4314 16.7169C21.9744 16.8178 22.3327 17.3399 22.2317 17.8828C22.0146 19.05 21.607 20.0248 20.8159 20.8159C20.0248 21.607 19.05 22.0146 17.8828 22.2317C17.3399 22.3327 16.8178 21.9744 16.7169 21.4314C16.6159 20.8884 16.9742 20.3664 17.5172 20.2654C18.4285 20.0959 18.9834 19.8199 19.4016 19.4016C19.8199 18.9834 20.0959 18.4285 20.2654 17.5172C20.3664 16.9742 20.8884 16.6159 21.4314 16.7169ZM9.10019 21.4866C9.10487 20.9343 9.55637 20.4904 10.1086 20.4951C10.688 20.5 11.3151 20.5 12 20.5C12.6849 20.5 13.3122 20.5 13.8915 20.4951C14.4438 20.4904 14.8953 20.9343 14.9 21.4866C14.9046 22.0388 14.4607 22.4903 13.9085 22.495C13.3199 22.5 12.6848 22.5 12.0031 22.5H11.9977C11.3157 22.5 10.6804 22.5 10.0917 22.495C9.53941 22.4903 9.09551 22.0388 9.10019 21.4866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 12C1.5 11.4477 1.94772 11 2.5 11H21.5C22.0523 11 22.5 11.4477 22.5 12C22.5 12.5523 22.0523 13 21.5 13H2.5C1.94772 13 1.5 12.5523 1.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.5C12.5523 1.5 13 1.94772 13 2.5L13 21.5C13 22.0523 12.5523 22.5 12 22.5C11.4477 22.5 11 22.0523 11 21.5L11 2.5C11 1.94772 11.4477 1.5 12 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-border-left-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.48375 2.32148C7.38513 1.77807 6.86466 1.4175 6.32126 1.51612C5.10353 1.73713 4.0899 2.15106 3.26589 2.95515C2.31261 3.88539 1.8912 5.06575 1.69224 6.50983C1.49978 7.90673 1.4998 9.68848 1.49983 11.9238V12.0763C1.4998 14.3116 1.49978 16.0934 1.69224 17.4903C1.8912 18.9343 2.31261 20.1147 3.26589 21.045C4.0899 21.849 5.10353 22.263 6.32126 22.484C6.86466 22.5826 7.38513 22.222 7.48375 21.6786C7.58238 21.1352 7.22181 20.6147 6.6784 20.5161C5.70825 20.3401 5.11168 20.0517 4.6627 19.6135C4.15151 19.1147 3.84068 18.4305 3.67353 17.2173C3.50205 15.9727 3.49983 14.329 3.49983 12.0001C3.49983 9.67106 3.50206 8.02737 3.67353 6.78281C3.84068 5.56957 4.15151 4.88538 4.6627 4.38656C5.11168 3.94843 5.70825 3.66005 6.6784 3.48398C7.22181 3.38536 7.58238 2.86489 7.48375 2.32148Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9773 1.5H11.9711C11.2875 1.5 10.5818 1.5 9.99154 1.50499C9.43928 1.50966 8.99537 1.96114 9.00004 2.51341C9.00471 3.06568 9.45619 3.50959 10.0085 3.50492C10.5894 3.50001 11.2871 3.5 11.9741 3.5C12.6613 3.5 13.4216 3.50001 14.0024 3.50492C14.5547 3.50959 15.0062 3.06568 15.0109 2.51341C15.0155 1.96115 14.5716 1.50966 14.0194 1.50499C13.4291 1.5 12.6609 1.5 11.9773 1.5ZM16.7064 2.56906C16.6057 3.11208 16.9643 3.63394 17.5073 3.73466C18.4219 3.9043 18.9791 4.18068 19.3988 4.59931C19.8183 5.01769 20.095 5.57248 20.2648 6.48333C20.3661 7.02625 20.8883 7.3843 21.4312 7.28305C21.9741 7.1818 22.3322 6.65959 22.2309 6.11667C22.0132 4.94903 21.6042 3.97414 20.8111 3.18317C20.0182 2.39246 19.0415 1.98512 17.872 1.76819C17.329 1.66748 16.8071 2.02603 16.7064 2.56906ZM21.4865 9.10004C20.9343 9.10473 20.4904 9.55624 20.4951 10.1085C20.5 10.6879 20.5 11.3151 20.5 12C20.5 12.685 20.5 13.3122 20.4951 13.8916C20.4904 14.4438 20.9343 14.8953 21.4865 14.9C22.0388 14.9047 22.4903 14.4608 22.495 13.9086C22.5 13.3199 22.5 12.6846 22.5 12.0028V11.9972C22.5 11.3154 22.5 10.6802 22.495 10.0915C22.4903 9.53923 22.0388 9.09534 21.4865 9.10004ZM21.4312 16.7169C20.8883 16.6157 20.3661 16.9737 20.2648 17.5167C20.095 18.4275 19.8183 18.9823 19.3988 19.4007C18.9791 19.8193 18.4219 20.0957 17.5073 20.2653C16.9643 20.3661 16.6057 20.8879 16.7064 21.4309C16.8071 21.974 17.329 22.3325 17.872 22.2318C19.0415 22.0149 20.0182 21.6075 20.8111 20.8168C21.6042 20.0259 22.0132 19.051 22.2309 17.8833C22.3322 17.3404 21.9741 16.8182 21.4312 16.7169ZM15.0109 21.4866C15.0062 20.9343 14.5547 20.4904 14.0024 20.4951C13.4216 20.5 12.6612 20.5 11.9741 20.5C11.2871 20.5 10.5894 20.5 10.0085 20.4951C9.45619 20.4904 9.00471 20.9343 9.00004 21.4866C8.99537 22.0389 9.43928 22.4903 9.99154 22.495C10.5815 22.5 11.2869 22.5 11.9702 22.5H11.9772C12.6607 22.5 13.4291 22.5 14.0194 22.495C14.5716 22.4903 15.0155 22.0389 15.0109 21.4866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.5C12.5523 1.5 13 1.94772 13 2.5V4C13 4.55228 12.5523 5 12 5C11.4477 5 11 4.55228 11 4V2.5C11 1.94772 11.4477 1.5 12 1.5ZM12 8C12.5523 8 13 8.44772 13 9V11H15C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13H13V15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15V13H9C8.44772 13 8 12.5523 8 12C8 11.4477 8.44772 11 9 11H11V9C11 8.44772 11.4477 8 12 8ZM18.5312 12C18.5312 11.4477 18.979 11 19.5312 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H19.5312C18.979 13 18.5312 12.5523 18.5312 12ZM12 19C12.5523 19 13 19.4477 13 20V21.5C13 22.0523 12.5523 22.5 12 22.5C11.4477 22.5 11 22.0523 11 21.5V20C11 19.4477 11.4477 19 12 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.48375 2.32148C7.38513 1.77807 6.86466 1.4175 6.32126 1.51612C5.10353 1.73713 4.0899 2.15106 3.26589 2.95515C2.31261 3.88539 1.8912 5.06575 1.69224 6.50983C1.49978 7.90673 1.4998 9.68848 1.49983 11.9238V12.0763C1.4998 14.3116 1.49978 16.0934 1.69224 17.4903C1.8912 18.9343 2.31261 20.1147 3.26589 21.045C4.0899 21.849 5.10353 22.263 6.32126 22.484C6.86466 22.5826 7.38513 22.222 7.48375 21.6786C7.58238 21.1352 7.22181 20.6147 6.6784 20.5161C5.70825 20.3401 5.11168 20.0517 4.6627 19.6135C4.15151 19.1147 3.84068 18.4305 3.67353 17.2173C3.50205 15.9727 3.49983 14.329 3.49983 12.0001C3.49983 9.67106 3.50206 8.02737 3.67353 6.78281C3.84068 5.56957 4.15151 4.88538 4.6627 4.38656C5.11168 3.94843 5.70825 3.66005 6.6784 3.48398C7.22181 3.38536 7.58238 2.86489 7.48375 2.32148Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9773 1.5H11.9711C11.2875 1.5 10.5818 1.5 9.99154 1.50499C9.43928 1.50966 8.99537 1.96114 9.00004 2.51341C9.00471 3.06568 9.45619 3.50959 10.0085 3.50492C10.5894 3.50001 11.2871 3.5 11.9741 3.5C12.6613 3.5 13.4216 3.50001 14.0024 3.50492C14.5547 3.50959 15.0062 3.06568 15.0109 2.51341C15.0155 1.96115 14.5716 1.50966 14.0194 1.50499C13.4291 1.5 12.6609 1.5 11.9773 1.5ZM16.7064 2.56906C16.6057 3.11208 16.9643 3.63394 17.5073 3.73466C18.4219 3.9043 18.9791 4.18068 19.3988 4.59931C19.8183 5.01769 20.095 5.57248 20.2648 6.48333C20.3661 7.02625 20.8883 7.3843 21.4312 7.28305C21.9741 7.1818 22.3322 6.65959 22.2309 6.11667C22.0132 4.94903 21.6042 3.97414 20.8111 3.18317C20.0182 2.39246 19.0415 1.98512 17.872 1.76819C17.329 1.66748 16.8071 2.02603 16.7064 2.56906ZM21.4865 9.10004C20.9343 9.10473 20.4904 9.55624 20.4951 10.1085C20.5 10.6879 20.5 11.3151 20.5 12C20.5 12.685 20.5 13.3122 20.4951 13.8916C20.4904 14.4438 20.9343 14.8953 21.4865 14.9C22.0388 14.9047 22.4903 14.4608 22.495 13.9086C22.5 13.3199 22.5 12.6846 22.5 12.0028V11.9972C22.5 11.3154 22.5 10.6802 22.495 10.0915C22.4903 9.53923 22.0388 9.09534 21.4865 9.10004ZM21.4312 16.7169C20.8883 16.6157 20.3661 16.9737 20.2648 17.5167C20.095 18.4275 19.8183 18.9823 19.3988 19.4007C18.9791 19.8193 18.4219 20.0957 17.5073 20.2653C16.9643 20.3661 16.6057 20.8879 16.7064 21.4309C16.8071 21.974 17.329 22.3325 17.872 22.2318C19.0415 22.0149 20.0182 21.6075 20.8111 20.8168C21.6042 20.0259 22.0132 19.051 22.2309 17.8833C22.3322 17.3404 21.9741 16.8182 21.4312 16.7169ZM15.0109 21.4866C15.0062 20.9343 14.5547 20.4904 14.0024 20.4951C13.4216 20.5 12.6612 20.5 11.9741 20.5C11.2871 20.5 10.5894 20.5 10.0085 20.4951C9.45619 20.4904 9.00471 20.9343 9.00004 21.4866C8.99537 22.0389 9.43928 22.4903 9.99154 22.495C10.5815 22.5 11.2869 22.5 11.9702 22.5H11.9772C12.6607 22.5 13.4291 22.5 14.0194 22.495C14.5716 22.4903 15.0155 22.0389 15.0109 21.4866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.5C12.5523 1.5 13 1.94772 13 2.5V4C13 4.55228 12.5523 5 12 5C11.4477 5 11 4.55228 11 4V2.5C11 1.94772 11.4477 1.5 12 1.5ZM12 8C12.5523 8 13 8.44772 13 9V11H15C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13H13V15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15V13H9C8.44772 13 8 12.5523 8 12C8 11.4477 8.44772 11 9 11H11V9C11 8.44772 11.4477 8 12 8ZM18.5312 12C18.5312 11.4477 18.979 11 19.5312 11H21C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H19.5312C18.979 13 18.5312 12.5523 18.5312 12ZM12 19C12.5523 19 13 19.4477 13 20V21.5C13 22.0523 12.5523 22.5 12 22.5C11.4477 22.5 11 22.0523 11 21.5V20C11 19.4477 11.4477 19 12 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-border-left-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.00004 2.51336C8.99539 1.96109 9.43933 1.50963 9.99159 1.50499C10.585 1.5 11.2261 1.5 11.9135 1.5L11.9198 1.5C12.6074 1.5 13.248 1.5 13.8416 1.50499C14.3938 1.50963 14.8378 1.96109 14.8331 2.51336C14.8285 3.06562 14.377 3.50956 13.8248 3.50492C13.2403 3.50001 12.6075 3.5 11.9167 3.5C11.226 3.5 10.5927 3.50001 10.0084 3.50492C9.45614 3.50956 9.00468 3.06562 9.00004 2.51336ZM9.00004 21.4866C9.00468 20.9344 9.45614 20.4904 10.0084 20.4951C10.5929 20.5 11.2257 20.5 11.9167 20.5C12.6076 20.5 13.2404 20.5 13.8249 20.4951C14.3772 20.4904 14.8287 20.9344 14.8333 21.4866C14.838 22.0389 14.394 22.4904 13.8418 22.495C13.248 22.5 12.6073 22.5 11.9195 22.5L11.9139 22.5C11.2261 22.5 10.5853 22.5 9.9916 22.495C9.43933 22.4904 8.99539 22.0389 9.00004 21.4866ZM16.6832 21.4299C16.5831 20.8868 16.9422 20.3653 17.4854 20.2651C18.4073 20.0952 18.9694 19.818 19.3925 19.3986C19.8149 18.9799 20.0928 18.4254 20.2635 17.5156C20.3654 16.9728 20.888 16.6153 21.4308 16.7171C21.9736 16.819 22.3311 17.3416 22.2292 17.8844C22.01 19.0531 21.5982 20.0283 20.8006 20.8189C20.0038 21.6088 19.0228 22.0154 17.848 22.232C17.3048 22.3321 16.7834 21.973 16.6832 21.4299ZM16.6832 2.57011C16.7834 2.02698 17.3048 1.66786 17.848 1.768C19.0228 1.98459 20.0038 2.39118 20.8006 3.18105C21.5982 3.97172 22.01 4.94693 22.2292 6.1156C22.3311 6.65841 21.9736 7.18101 21.4308 7.28285C20.888 7.38469 20.3654 7.02721 20.2635 6.4844C20.0928 5.57458 19.8149 5.02011 19.3925 4.60143C18.9694 4.18196 18.4073 3.90482 17.4854 3.73485C16.9422 3.63472 16.5831 3.11324 16.6832 2.57011ZM21.4864 14.9C20.9342 14.8952 20.4903 14.4437 20.495 13.8914C20.5 13.3121 20.5 12.6849 20.5 12C20.5 11.315 20.5 10.6878 20.495 10.1085C20.4903 9.55621 20.9342 9.10468 21.4864 9.09996C22.0387 9.09523 22.4902 9.5391 22.495 10.0914C22.5 10.6801 22.5 11.3154 22.5 11.9973L22.5 12.0027C22.5 12.6845 22.5 13.3198 22.495 13.9086C22.4902 14.4608 22.0387 14.9047 21.4864 14.9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 12.0761L1.5 11.9236C1.49998 9.68826 1.49996 7.90651 1.69242 6.50961C1.89138 5.06553 2.31278 3.88516 3.26606 2.95492C4.09007 2.15084 5.1037 1.7369 6.32143 1.5159C6.86484 1.41728 7.3853 1.77785 7.48393 2.32126C7.58255 2.86466 7.22198 3.38513 6.67857 3.48375C5.70842 3.65982 5.11186 3.9482 4.66287 4.38633C4.15169 4.88516 3.84086 5.56935 3.6737 6.78258C3.50223 8.02714 3.5 9.67083 3.5 11.9998C3.5 14.3288 3.50223 15.9725 3.6737 17.2171C3.84086 18.4303 4.15169 19.1145 4.66287 19.6133C5.11186 20.0514 5.70842 20.3398 6.67857 20.5159C7.22198 20.6145 7.58255 21.135 7.48393 21.6784C7.38531 22.2218 6.86484 22.5824 6.32143 22.4838C5.1037 22.2628 4.09007 21.8488 3.26606 21.0447C2.31278 20.1145 1.89138 18.9341 1.69242 17.49C1.49996 16.0931 1.49998 14.3114 1.5 12.0761Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.00004 2.51336C8.99539 1.96109 9.43933 1.50963 9.99159 1.50499C10.585 1.5 11.2261 1.5 11.9135 1.5L11.9198 1.5C12.6074 1.5 13.248 1.5 13.8416 1.50499C14.3938 1.50963 14.8378 1.96109 14.8331 2.51336C14.8285 3.06562 14.377 3.50956 13.8248 3.50492C13.2403 3.50001 12.6075 3.5 11.9167 3.5C11.226 3.5 10.5927 3.50001 10.0084 3.50492C9.45614 3.50956 9.00468 3.06562 9.00004 2.51336ZM9.00004 21.4866C9.00468 20.9344 9.45614 20.4904 10.0084 20.4951C10.5929 20.5 11.2257 20.5 11.9167 20.5C12.6076 20.5 13.2404 20.5 13.8249 20.4951C14.3772 20.4904 14.8287 20.9344 14.8333 21.4866C14.838 22.0389 14.394 22.4904 13.8418 22.495C13.248 22.5 12.6073 22.5 11.9195 22.5L11.9139 22.5C11.2261 22.5 10.5853 22.5 9.9916 22.495C9.43933 22.4904 8.99539 22.0389 9.00004 21.4866ZM16.6832 21.4299C16.5831 20.8868 16.9422 20.3653 17.4854 20.2651C18.4073 20.0952 18.9694 19.818 19.3925 19.3986C19.8149 18.9799 20.0928 18.4254 20.2635 17.5156C20.3654 16.9728 20.888 16.6153 21.4308 16.7171C21.9736 16.819 22.3311 17.3416 22.2292 17.8844C22.01 19.0531 21.5982 20.0283 20.8006 20.8189C20.0038 21.6088 19.0228 22.0154 17.848 22.232C17.3048 22.3321 16.7834 21.973 16.6832 21.4299ZM16.6832 2.57011C16.7834 2.02698 17.3048 1.66786 17.848 1.768C19.0228 1.98459 20.0038 2.39118 20.8006 3.18105C21.5982 3.97172 22.01 4.94693 22.2292 6.1156C22.3311 6.65841 21.9736 7.18101 21.4308 7.28285C20.888 7.38469 20.3654 7.02721 20.2635 6.4844C20.0928 5.57458 19.8149 5.02011 19.3925 4.60143C18.9694 4.18196 18.4073 3.90482 17.4854 3.73485C16.9422 3.63472 16.5831 3.11324 16.6832 2.57011ZM21.4864 14.9C20.9342 14.8952 20.4903 14.4437 20.495 13.8914C20.5 13.3121 20.5 12.6849 20.5 12C20.5 11.315 20.5 10.6878 20.495 10.1085C20.4903 9.55621 20.9342 9.10468 21.4864 9.09996C22.0387 9.09523 22.4902 9.5391 22.495 10.0914C22.5 10.6801 22.5 11.3154 22.5 11.9973L22.5 12.0027C22.5 12.6845 22.5 13.3198 22.495 13.9086C22.4902 14.4608 22.0387 14.9047 21.4864 14.9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 12.0761L1.5 11.9236C1.49998 9.68826 1.49996 7.90651 1.69242 6.50961C1.89138 5.06553 2.31278 3.88516 3.26606 2.95492C4.09007 2.15084 5.1037 1.7369 6.32143 1.5159C6.86484 1.41728 7.3853 1.77785 7.48393 2.32126C7.58255 2.86466 7.22198 3.38513 6.67857 3.48375C5.70842 3.65982 5.11186 3.9482 4.66287 4.38633C4.15169 4.88516 3.84086 5.56935 3.6737 6.78258C3.50223 8.02714 3.5 9.67083 3.5 11.9998C3.5 14.3288 3.50223 15.9725 3.6737 17.2171C3.84086 18.4303 4.15169 19.1145 4.66287 19.6133C5.11186 20.0514 5.70842 20.3398 6.67857 20.5159C7.22198 20.6145 7.58255 21.135 7.48393 21.6784C7.38531 22.2218 6.86484 22.5824 6.32143 22.4838C5.1037 22.2628 4.09007 21.8488 3.26606 21.0447C2.31278 20.1145 1.89138 18.9341 1.69242 17.49C1.49996 16.0931 1.49998 14.3114 1.5 12.0761Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-border-none-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9972 1.5H12.0028C12.6846 1.5 13.3198 1.5 13.9085 1.50499C14.4607 1.50967 14.9046 1.96117 14.9 2.51343C14.8953 3.0657 14.4438 3.5096 13.8915 3.50492C13.3122 3.50001 12.6849 3.5 12 3.5C11.3151 3.5 10.6878 3.50001 10.1085 3.50492C9.55619 3.5096 9.1047 3.0657 9.10002 2.51343C9.09534 1.96117 9.53924 1.50967 10.0915 1.50499C10.6802 1.5 11.3154 1.5 11.9972 1.5ZM7.28314 2.56858C7.38413 3.11155 7.02582 3.63358 6.48285 3.73457C5.57153 3.90406 5.0166 4.1801 4.59835 4.59835C4.1801 5.0166 3.90406 5.57153 3.73457 6.48285C3.63358 7.02582 3.11155 7.38413 2.56858 7.28314C2.0256 7.18216 1.6673 6.66013 1.76828 6.11715C1.98536 4.94998 2.39304 3.97523 3.18414 3.18414C3.97523 2.39304 4.94998 1.98536 6.11715 1.76828C6.66013 1.6673 7.18216 2.0256 7.28314 2.56858ZM16.7169 2.56858C16.8178 2.0256 17.3399 1.6673 17.8828 1.76828C19.05 1.98536 20.0248 2.39304 20.8159 3.18414C21.607 3.97523 22.0146 4.94998 22.2317 6.11715C22.3327 6.66013 21.9744 7.18216 21.4314 7.28314C20.8884 7.38413 20.3664 7.02582 20.2654 6.48285C20.0959 5.57154 19.8199 5.0166 19.4016 4.59835C18.9834 4.1801 18.4285 3.90406 17.5172 3.73457C16.9742 3.63358 16.6159 3.11155 16.7169 2.56858ZM2.51343 9.10004C3.0657 9.10472 3.5096 9.55621 3.50492 10.1085C3.50001 10.6878 3.5 11.3151 3.5 12C3.5 12.685 3.50001 13.3122 3.50492 13.8916C3.5096 14.4439 3.0657 14.8954 2.51343 14.9C1.96117 14.9047 1.50967 14.4608 1.50499 13.9086C1.5 13.3199 1.5 12.6847 1.5 12.0028V11.9972C1.5 11.3154 1.5 10.6802 1.50499 10.0915C1.50967 9.53926 1.96117 9.09535 2.51343 9.10004ZM21.4866 9.10004C22.0388 9.09535 22.4903 9.53926 22.495 10.0915C22.5 10.6803 22.5 11.3157 22.5 11.9977V12.0023C22.5 12.6844 22.5 13.3197 22.495 13.9086C22.4903 14.4608 22.0388 14.9047 21.4866 14.9C20.9343 14.8954 20.4904 14.4439 20.4951 13.8916C20.5 13.3122 20.5 12.685 20.5 12C20.5 11.3151 20.5 10.6878 20.4951 10.1085C20.4904 9.55621 20.9343 9.10472 21.4866 9.10004ZM2.56858 16.7169C3.11155 16.6159 3.63358 16.9742 3.73457 17.5172C3.90406 18.4285 4.1801 18.9834 4.59835 19.4016C5.0166 19.8199 5.57153 20.0959 6.48285 20.2654C7.02582 20.3664 7.38413 20.8884 7.28314 21.4314C7.18216 21.9744 6.66013 22.3327 6.11715 22.2317C4.94998 22.0146 3.97523 21.607 3.18414 20.8159C2.39304 20.0248 1.98536 19.05 1.76828 17.8828C1.6673 17.3399 2.0256 16.8178 2.56858 16.7169ZM21.4314 16.7169C21.9744 16.8178 22.3327 17.3399 22.2317 17.8828C22.0146 19.05 21.607 20.0248 20.8159 20.8159C20.0248 21.607 19.05 22.0146 17.8828 22.2317C17.3399 22.3327 16.8178 21.9744 16.7169 21.4314C16.6159 20.8884 16.9742 20.3664 17.5172 20.2654C18.4285 20.0959 18.9834 19.8199 19.4016 19.4016C19.8199 18.9834 20.0959 18.4285 20.2654 17.5172C20.3664 16.9742 20.8884 16.6159 21.4314 16.7169ZM9.10019 21.4866C9.10487 20.9343 9.55637 20.4904 10.1086 20.4951C10.688 20.5 11.3151 20.5 12 20.5C12.6849 20.5 13.3122 20.5 13.8915 20.4951C14.4438 20.4904 14.8953 20.9343 14.9 21.4866C14.9046 22.0388 14.4607 22.4903 13.9085 22.495C13.3199 22.5 12.6848 22.5 12.0031 22.5H11.9977C11.3157 22.5 10.6804 22.5 10.0917 22.495C9.53941 22.4903 9.09551 22.0388 9.10019 21.4866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.5C12.5523 1.5 13 1.94772 13 2.5V4.4C13 4.95228 12.5523 5.4 12 5.4C11.4477 5.4 11 4.95228 11 4.4V2.5C11 1.94772 11.4477 1.5 12 1.5ZM12 8.15C12.5523 8.15 13 8.59772 13 9.15V11H14.85C15.4023 11 15.85 11.4477 15.85 12C15.85 12.5523 15.4023 13 14.85 13H13V14.85C13 15.4023 12.5523 15.85 12 15.85C11.4477 15.85 11 15.4023 11 14.85V13H9.15C8.59772 13 8.15 12.5523 8.15 12C8.15 11.4477 8.59772 11 9.15 11H11V9.15C11 8.59772 11.4477 8.15 12 8.15ZM1.5 12C1.5 11.4477 1.94772 11 2.5 11H4.4C4.95228 11 5.4 11.4477 5.4 12C5.4 12.5523 4.95228 13 4.4 13H2.5C1.94772 13 1.5 12.5523 1.5 12ZM18.6 12C18.6 11.4477 19.0477 11 19.6 11H21.5C22.0523 11 22.5 11.4477 22.5 12C22.5 12.5523 22.0523 13 21.5 13H19.6C19.0477 13 18.6 12.5523 18.6 12ZM12 18.6C12.5523 18.6 13 19.0477 13 19.6V21.5C13 22.0523 12.5523 22.5 12 22.5C11.4477 22.5 11 22.0523 11 21.5V19.6C11 19.0477 11.4477 18.6 12 18.6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9972 1.5H12.0028C12.6846 1.5 13.3198 1.5 13.9085 1.50499C14.4607 1.50967 14.9046 1.96117 14.9 2.51343C14.8953 3.0657 14.4438 3.5096 13.8915 3.50492C13.3122 3.50001 12.6849 3.5 12 3.5C11.3151 3.5 10.6878 3.50001 10.1085 3.50492C9.55619 3.5096 9.1047 3.0657 9.10002 2.51343C9.09534 1.96117 9.53924 1.50967 10.0915 1.50499C10.6802 1.5 11.3154 1.5 11.9972 1.5ZM7.28314 2.56858C7.38413 3.11155 7.02582 3.63358 6.48285 3.73457C5.57153 3.90406 5.0166 4.1801 4.59835 4.59835C4.1801 5.0166 3.90406 5.57153 3.73457 6.48285C3.63358 7.02582 3.11155 7.38413 2.56858 7.28314C2.0256 7.18216 1.6673 6.66013 1.76828 6.11715C1.98536 4.94998 2.39304 3.97523 3.18414 3.18414C3.97523 2.39304 4.94998 1.98536 6.11715 1.76828C6.66013 1.6673 7.18216 2.0256 7.28314 2.56858ZM16.7169 2.56858C16.8178 2.0256 17.3399 1.6673 17.8828 1.76828C19.05 1.98536 20.0248 2.39304 20.8159 3.18414C21.607 3.97523 22.0146 4.94998 22.2317 6.11715C22.3327 6.66013 21.9744 7.18216 21.4314 7.28314C20.8884 7.38413 20.3664 7.02582 20.2654 6.48285C20.0959 5.57154 19.8199 5.0166 19.4016 4.59835C18.9834 4.1801 18.4285 3.90406 17.5172 3.73457C16.9742 3.63358 16.6159 3.11155 16.7169 2.56858ZM2.51343 9.10004C3.0657 9.10472 3.5096 9.55621 3.50492 10.1085C3.50001 10.6878 3.5 11.3151 3.5 12C3.5 12.685 3.50001 13.3122 3.50492 13.8916C3.5096 14.4439 3.0657 14.8954 2.51343 14.9C1.96117 14.9047 1.50967 14.4608 1.50499 13.9086C1.5 13.3199 1.5 12.6847 1.5 12.0028V11.9972C1.5 11.3154 1.5 10.6802 1.50499 10.0915C1.50967 9.53926 1.96117 9.09535 2.51343 9.10004ZM21.4866 9.10004C22.0388 9.09535 22.4903 9.53926 22.495 10.0915C22.5 10.6803 22.5 11.3157 22.5 11.9977V12.0023C22.5 12.6844 22.5 13.3197 22.495 13.9086C22.4903 14.4608 22.0388 14.9047 21.4866 14.9C20.9343 14.8954 20.4904 14.4439 20.4951 13.8916C20.5 13.3122 20.5 12.685 20.5 12C20.5 11.3151 20.5 10.6878 20.4951 10.1085C20.4904 9.55621 20.9343 9.10472 21.4866 9.10004ZM2.56858 16.7169C3.11155 16.6159 3.63358 16.9742 3.73457 17.5172C3.90406 18.4285 4.1801 18.9834 4.59835 19.4016C5.0166 19.8199 5.57153 20.0959 6.48285 20.2654C7.02582 20.3664 7.38413 20.8884 7.28314 21.4314C7.18216 21.9744 6.66013 22.3327 6.11715 22.2317C4.94998 22.0146 3.97523 21.607 3.18414 20.8159C2.39304 20.0248 1.98536 19.05 1.76828 17.8828C1.6673 17.3399 2.0256 16.8178 2.56858 16.7169ZM21.4314 16.7169C21.9744 16.8178 22.3327 17.3399 22.2317 17.8828C22.0146 19.05 21.607 20.0248 20.8159 20.8159C20.0248 21.607 19.05 22.0146 17.8828 22.2317C17.3399 22.3327 16.8178 21.9744 16.7169 21.4314C16.6159 20.8884 16.9742 20.3664 17.5172 20.2654C18.4285 20.0959 18.9834 19.8199 19.4016 19.4016C19.8199 18.9834 20.0959 18.4285 20.2654 17.5172C20.3664 16.9742 20.8884 16.6159 21.4314 16.7169ZM9.10019 21.4866C9.10487 20.9343 9.55637 20.4904 10.1086 20.4951C10.688 20.5 11.3151 20.5 12 20.5C12.6849 20.5 13.3122 20.5 13.8915 20.4951C14.4438 20.4904 14.8953 20.9343 14.9 21.4866C14.9046 22.0388 14.4607 22.4903 13.9085 22.495C13.3199 22.5 12.6848 22.5 12.0031 22.5H11.9977C11.3157 22.5 10.6804 22.5 10.0917 22.495C9.53941 22.4903 9.09551 22.0388 9.10019 21.4866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.5C12.5523 1.5 13 1.94772 13 2.5V4.4C13 4.95228 12.5523 5.4 12 5.4C11.4477 5.4 11 4.95228 11 4.4V2.5C11 1.94772 11.4477 1.5 12 1.5ZM12 8.15C12.5523 8.15 13 8.59772 13 9.15V11H14.85C15.4023 11 15.85 11.4477 15.85 12C15.85 12.5523 15.4023 13 14.85 13H13V14.85C13 15.4023 12.5523 15.85 12 15.85C11.4477 15.85 11 15.4023 11 14.85V13H9.15C8.59772 13 8.15 12.5523 8.15 12C8.15 11.4477 8.59772 11 9.15 11H11V9.15C11 8.59772 11.4477 8.15 12 8.15ZM1.5 12C1.5 11.4477 1.94772 11 2.5 11H4.4C4.95228 11 5.4 11.4477 5.4 12C5.4 12.5523 4.95228 13 4.4 13H2.5C1.94772 13 1.5 12.5523 1.5 12ZM18.6 12C18.6 11.4477 19.0477 11 19.6 11H21.5C22.0523 11 22.5 11.4477 22.5 12C22.5 12.5523 22.0523 13 21.5 13H19.6C19.0477 13 18.6 12.5523 18.6 12ZM12 18.6C12.5523 18.6 13 19.0477 13 19.6V21.5C13 22.0523 12.5523 22.5 12 22.5C11.4477 22.5 11 22.0523 11 21.5V19.6C11 19.0477 11.4477 18.6 12 18.6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-border-none-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9972 1.5H12.0028C12.6846 1.5 13.3198 1.5 13.9085 1.50499C14.4607 1.50967 14.9046 1.96117 14.9 2.51343C14.8953 3.0657 14.4438 3.5096 13.8915 3.50492C13.3122 3.50001 12.6849 3.5 12 3.5C11.3151 3.5 10.6878 3.50001 10.1085 3.50492C9.55619 3.5096 9.1047 3.0657 9.10002 2.51343C9.09534 1.96117 9.53924 1.50967 10.0915 1.50499C10.6802 1.5 11.3154 1.5 11.9972 1.5ZM7.28314 2.56858C7.38413 3.11155 7.02582 3.63358 6.48285 3.73457C5.57153 3.90406 5.0166 4.1801 4.59835 4.59835C4.1801 5.0166 3.90406 5.57153 3.73457 6.48285C3.63358 7.02582 3.11155 7.38413 2.56858 7.28314C2.0256 7.18216 1.6673 6.66013 1.76828 6.11715C1.98536 4.94998 2.39304 3.97523 3.18414 3.18414C3.97523 2.39304 4.94998 1.98536 6.11715 1.76828C6.66013 1.6673 7.18216 2.0256 7.28314 2.56858ZM16.7169 2.56858C16.8178 2.0256 17.3399 1.6673 17.8828 1.76828C19.05 1.98536 20.0248 2.39304 20.8159 3.18414C21.607 3.97523 22.0146 4.94998 22.2317 6.11715C22.3327 6.66013 21.9744 7.18216 21.4314 7.28314C20.8884 7.38413 20.3664 7.02582 20.2654 6.48285C20.0959 5.57154 19.8199 5.0166 19.4016 4.59835C18.9834 4.1801 18.4285 3.90406 17.5172 3.73457C16.9742 3.63358 16.6159 3.11155 16.7169 2.56858ZM2.51343 9.10004C3.0657 9.10472 3.5096 9.55621 3.50492 10.1085C3.50001 10.6878 3.5 11.3151 3.5 12C3.5 12.685 3.50001 13.3122 3.50492 13.8916C3.5096 14.4439 3.0657 14.8954 2.51343 14.9C1.96117 14.9047 1.50967 14.4608 1.50499 13.9086C1.5 13.3199 1.5 12.6847 1.5 12.0028V11.9972C1.5 11.3154 1.5 10.6802 1.50499 10.0915C1.50967 9.53926 1.96117 9.09535 2.51343 9.10004ZM21.4866 9.10004C22.0388 9.09535 22.4903 9.53926 22.495 10.0915C22.5 10.6803 22.5 11.3157 22.5 11.9977V12.0023C22.5 12.6844 22.5 13.3197 22.495 13.9086C22.4903 14.4608 22.0388 14.9047 21.4866 14.9C20.9343 14.8954 20.4904 14.4439 20.4951 13.8916C20.5 13.3122 20.5 12.685 20.5 12C20.5 11.3151 20.5 10.6878 20.4951 10.1085C20.4904 9.55621 20.9343 9.10472 21.4866 9.10004ZM2.56858 16.7169C3.11155 16.6159 3.63358 16.9742 3.73457 17.5172C3.90406 18.4285 4.1801 18.9834 4.59835 19.4016C5.0166 19.8199 5.57153 20.0959 6.48285 20.2654C7.02582 20.3664 7.38413 20.8884 7.28314 21.4314C7.18216 21.9744 6.66013 22.3327 6.11715 22.2317C4.94998 22.0146 3.97523 21.607 3.18414 20.8159C2.39304 20.0248 1.98536 19.05 1.76828 17.8828C1.6673 17.3399 2.0256 16.8178 2.56858 16.7169ZM21.4314 16.7169C21.9744 16.8178 22.3327 17.3399 22.2317 17.8828C22.0146 19.05 21.607 20.0248 20.8159 20.8159C20.0248 21.607 19.05 22.0146 17.8828 22.2317C17.3399 22.3327 16.8178 21.9744 16.7169 21.4314C16.6159 20.8884 16.9742 20.3664 17.5172 20.2654C18.4285 20.0959 18.9834 19.8199 19.4016 19.4016C19.8199 18.9834 20.0959 18.4285 20.2654 17.5172C20.3664 16.9742 20.8884 16.6159 21.4314 16.7169ZM9.10019 21.4866C9.10487 20.9343 9.55637 20.4904 10.1086 20.4951C10.688 20.5 11.3151 20.5 12 20.5C12.6849 20.5 13.3122 20.5 13.8915 20.4951C14.4438 20.4904 14.8953 20.9343 14.9 21.4866C14.9046 22.0388 14.4607 22.4903 13.9085 22.495C13.3199 22.5 12.6848 22.5 12.0031 22.5H11.9977C11.3157 22.5 10.6804 22.5 10.0917 22.495C9.53941 22.4903 9.09551 22.0388 9.10019 21.4866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9972 1.5H12.0028C12.6846 1.5 13.3198 1.5 13.9085 1.50499C14.4607 1.50967 14.9046 1.96117 14.9 2.51343C14.8953 3.0657 14.4438 3.5096 13.8915 3.50492C13.3122 3.50001 12.6849 3.5 12 3.5C11.3151 3.5 10.6878 3.50001 10.1085 3.50492C9.55619 3.5096 9.1047 3.0657 9.10002 2.51343C9.09534 1.96117 9.53924 1.50967 10.0915 1.50499C10.6802 1.5 11.3154 1.5 11.9972 1.5ZM7.28314 2.56858C7.38413 3.11155 7.02582 3.63358 6.48285 3.73457C5.57153 3.90406 5.0166 4.1801 4.59835 4.59835C4.1801 5.0166 3.90406 5.57153 3.73457 6.48285C3.63358 7.02582 3.11155 7.38413 2.56858 7.28314C2.0256 7.18216 1.6673 6.66013 1.76828 6.11715C1.98536 4.94998 2.39304 3.97523 3.18414 3.18414C3.97523 2.39304 4.94998 1.98536 6.11715 1.76828C6.66013 1.6673 7.18216 2.0256 7.28314 2.56858ZM16.7169 2.56858C16.8178 2.0256 17.3399 1.6673 17.8828 1.76828C19.05 1.98536 20.0248 2.39304 20.8159 3.18414C21.607 3.97523 22.0146 4.94998 22.2317 6.11715C22.3327 6.66013 21.9744 7.18216 21.4314 7.28314C20.8884 7.38413 20.3664 7.02582 20.2654 6.48285C20.0959 5.57154 19.8199 5.0166 19.4016 4.59835C18.9834 4.1801 18.4285 3.90406 17.5172 3.73457C16.9742 3.63358 16.6159 3.11155 16.7169 2.56858ZM2.51343 9.10004C3.0657 9.10472 3.5096 9.55621 3.50492 10.1085C3.50001 10.6878 3.5 11.3151 3.5 12C3.5 12.685 3.50001 13.3122 3.50492 13.8916C3.5096 14.4439 3.0657 14.8954 2.51343 14.9C1.96117 14.9047 1.50967 14.4608 1.50499 13.9086C1.5 13.3199 1.5 12.6847 1.5 12.0028V11.9972C1.5 11.3154 1.5 10.6802 1.50499 10.0915C1.50967 9.53926 1.96117 9.09535 2.51343 9.10004ZM21.4866 9.10004C22.0388 9.09535 22.4903 9.53926 22.495 10.0915C22.5 10.6803 22.5 11.3157 22.5 11.9977V12.0023C22.5 12.6844 22.5 13.3197 22.495 13.9086C22.4903 14.4608 22.0388 14.9047 21.4866 14.9C20.9343 14.8954 20.4904 14.4439 20.4951 13.8916C20.5 13.3122 20.5 12.685 20.5 12C20.5 11.3151 20.5 10.6878 20.4951 10.1085C20.4904 9.55621 20.9343 9.10472 21.4866 9.10004ZM2.56858 16.7169C3.11155 16.6159 3.63358 16.9742 3.73457 17.5172C3.90406 18.4285 4.1801 18.9834 4.59835 19.4016C5.0166 19.8199 5.57153 20.0959 6.48285 20.2654C7.02582 20.3664 7.38413 20.8884 7.28314 21.4314C7.18216 21.9744 6.66013 22.3327 6.11715 22.2317C4.94998 22.0146 3.97523 21.607 3.18414 20.8159C2.39304 20.0248 1.98536 19.05 1.76828 17.8828C1.6673 17.3399 2.0256 16.8178 2.56858 16.7169ZM21.4314 16.7169C21.9744 16.8178 22.3327 17.3399 22.2317 17.8828C22.0146 19.05 21.607 20.0248 20.8159 20.8159C20.0248 21.607 19.05 22.0146 17.8828 22.2317C17.3399 22.3327 16.8178 21.9744 16.7169 21.4314C16.6159 20.8884 16.9742 20.3664 17.5172 20.2654C18.4285 20.0959 18.9834 19.8199 19.4016 19.4016C19.8199 18.9834 20.0959 18.4285 20.2654 17.5172C20.3664 16.9742 20.8884 16.6159 21.4314 16.7169ZM9.10019 21.4866C9.10487 20.9343 9.55637 20.4904 10.1086 20.4951C10.688 20.5 11.3151 20.5 12 20.5C12.6849 20.5 13.3122 20.5 13.8915 20.4951C14.4438 20.4904 14.8953 20.9343 14.9 21.4866C14.9046 22.0388 14.4607 22.4903 13.9085 22.495C13.3199 22.5 12.6848 22.5 12.0031 22.5H11.9977C11.3157 22.5 10.6804 22.5 10.0917 22.495C9.53941 22.4903 9.09551 22.0388 9.10019 21.4866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-border-right-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5162 2.32148C16.6149 1.77807 17.1353 1.4175 17.6787 1.51612C18.8965 1.73713 19.9101 2.15106 20.7341 2.95515C21.6874 3.88539 22.1088 5.06575 22.3078 6.50983C22.5002 7.90673 22.5002 9.68848 22.5002 11.9238V12.0763C22.5002 14.3116 22.5002 16.0934 22.3078 17.4903C22.1088 18.9343 21.6874 20.1147 20.7341 21.045C19.9101 21.849 18.8965 22.263 17.6787 22.484C17.1353 22.5826 16.6149 22.222 16.5162 21.6786C16.4176 21.1352 16.7782 20.6147 17.3216 20.5161C18.2918 20.3401 18.8883 20.0517 19.3373 19.6135C19.8485 19.1147 20.1593 18.4305 20.3265 17.2173C20.4979 15.9727 20.5002 14.329 20.5002 12.0001C20.5002 9.67106 20.4979 8.02737 20.3265 6.78281C20.1593 5.56957 19.8485 4.88538 19.3373 4.38656C18.8883 3.94843 18.2918 3.66005 17.3216 3.48398C16.7782 3.38536 16.4176 2.86489 16.5162 2.32148Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0227 1.5H12.0289C12.7125 1.5 13.4182 1.5 14.0085 1.50499C14.5607 1.50966 15.0046 1.96114 15 2.51341C14.9953 3.06568 14.5438 3.50959 13.9915 3.50492C13.4106 3.50001 12.7129 3.5 12.0259 3.5C11.3387 3.5 10.5784 3.50001 9.99756 3.50492C9.44529 3.50959 8.99381 3.06568 8.98914 2.51341C8.98447 1.96115 9.42838 1.50966 9.98065 1.50499C10.5709 1.5 11.3391 1.5 12.0227 1.5ZM7.29358 2.56906C7.3943 3.11208 7.03574 3.63394 6.49272 3.73466C5.57811 3.9043 5.02095 4.18068 4.60118 4.59931C4.18166 5.01769 3.90503 5.57248 3.73516 6.48333C3.63391 7.02625 3.11171 7.3843 2.56878 7.28305C2.02586 7.1818 1.66781 6.65959 1.76906 6.11667C1.98681 4.94903 2.39577 3.97414 3.18889 3.18317C3.98176 2.39246 4.95845 1.98512 6.12799 1.76819C6.67101 1.66748 7.19287 2.02603 7.29358 2.56906ZM2.51347 9.10004C3.06573 9.10473 3.50963 9.55624 3.50493 10.1085C3.50001 10.6879 3.5 11.3151 3.5 12C3.5 12.685 3.50001 13.3122 3.50493 13.8916C3.50963 14.4438 3.06574 14.8953 2.51347 14.9C1.96121 14.9047 1.5097 14.4608 1.50501 13.9086C1.5 13.3199 1.5 12.6846 1.5 12.0028V11.9972C1.5 11.3154 1.5 10.6802 1.505 10.0915C1.5097 9.53923 1.9612 9.09534 2.51347 9.10004ZM2.56878 16.7169C3.11171 16.6157 3.63391 16.9737 3.73516 17.5167C3.90503 18.4275 4.18166 18.9823 4.60118 19.4007C5.02094 19.8193 5.57811 20.0957 6.49272 20.2653C7.03574 20.3661 7.3943 20.8879 7.29358 21.4309C7.19287 21.974 6.67101 22.3325 6.12799 22.2318C4.95845 22.0149 3.98176 21.6075 3.18889 20.8168C2.39577 20.0259 1.98681 19.051 1.76906 17.8833C1.66781 17.3404 2.02586 16.8182 2.56878 16.7169ZM8.98914 21.4866C8.9938 20.9343 9.44529 20.4904 9.99755 20.4951C10.5784 20.5 11.3388 20.5 12.0259 20.5C12.7129 20.5 13.4106 20.5 13.9915 20.4951C14.5438 20.4904 14.9953 20.9343 15 21.4866C15.0046 22.0389 14.5607 22.4903 14.0085 22.495C13.4185 22.5 12.7131 22.5 12.0298 22.5H12.0228C11.3393 22.5 10.5709 22.5 9.98065 22.495C9.42838 22.4903 8.98447 22.0389 8.98914 21.4866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.5C11.4477 1.5 11 1.94772 11 2.5V4C11 4.55228 11.4477 5 12 5C12.5523 5 13 4.55228 13 4V2.5C13 1.94772 12.5523 1.5 12 1.5ZM12 8C11.4477 8 11 8.44772 11 9V11H9C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13H11V15C11 15.5523 11.4477 16 12 16C12.5523 16 13 15.5523 13 15V13H15C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11H13V9C13 8.44772 12.5523 8 12 8ZM5.46875 12C5.46875 11.4477 5.02104 11 4.46875 11H3C2.44771 11 2 11.4477 2 12C2 12.5523 2.44771 13 3 13H4.46875C5.02104 13 5.46875 12.5523 5.46875 12ZM12 19C11.4477 19 11 19.4477 11 20V21.5C11 22.0523 11.4477 22.5 12 22.5C12.5523 22.5 13 22.0523 13 21.5V20C13 19.4477 12.5523 19 12 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5162 2.32148C16.6149 1.77807 17.1353 1.4175 17.6787 1.51612C18.8965 1.73713 19.9101 2.15106 20.7341 2.95515C21.6874 3.88539 22.1088 5.06575 22.3078 6.50983C22.5002 7.90673 22.5002 9.68848 22.5002 11.9238V12.0763C22.5002 14.3116 22.5002 16.0934 22.3078 17.4903C22.1088 18.9343 21.6874 20.1147 20.7341 21.045C19.9101 21.849 18.8965 22.263 17.6787 22.484C17.1353 22.5826 16.6149 22.222 16.5162 21.6786C16.4176 21.1352 16.7782 20.6147 17.3216 20.5161C18.2918 20.3401 18.8883 20.0517 19.3373 19.6135C19.8485 19.1147 20.1593 18.4305 20.3265 17.2173C20.4979 15.9727 20.5002 14.329 20.5002 12.0001C20.5002 9.67106 20.4979 8.02737 20.3265 6.78281C20.1593 5.56957 19.8485 4.88538 19.3373 4.38656C18.8883 3.94843 18.2918 3.66005 17.3216 3.48398C16.7782 3.38536 16.4176 2.86489 16.5162 2.32148Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0227 1.5H12.0289C12.7125 1.5 13.4182 1.5 14.0085 1.50499C14.5607 1.50966 15.0046 1.96114 15 2.51341C14.9953 3.06568 14.5438 3.50959 13.9915 3.50492C13.4106 3.50001 12.7129 3.5 12.0259 3.5C11.3387 3.5 10.5784 3.50001 9.99756 3.50492C9.44529 3.50959 8.99381 3.06568 8.98914 2.51341C8.98447 1.96115 9.42838 1.50966 9.98065 1.50499C10.5709 1.5 11.3391 1.5 12.0227 1.5ZM7.29358 2.56906C7.3943 3.11208 7.03574 3.63394 6.49272 3.73466C5.57811 3.9043 5.02095 4.18068 4.60118 4.59931C4.18166 5.01769 3.90503 5.57248 3.73516 6.48333C3.63391 7.02625 3.11171 7.3843 2.56878 7.28305C2.02586 7.1818 1.66781 6.65959 1.76906 6.11667C1.98681 4.94903 2.39577 3.97414 3.18889 3.18317C3.98176 2.39246 4.95845 1.98512 6.12799 1.76819C6.67101 1.66748 7.19287 2.02603 7.29358 2.56906ZM2.51347 9.10004C3.06573 9.10473 3.50963 9.55624 3.50493 10.1085C3.50001 10.6879 3.5 11.3151 3.5 12C3.5 12.685 3.50001 13.3122 3.50493 13.8916C3.50963 14.4438 3.06574 14.8953 2.51347 14.9C1.96121 14.9047 1.5097 14.4608 1.50501 13.9086C1.5 13.3199 1.5 12.6846 1.5 12.0028V11.9972C1.5 11.3154 1.5 10.6802 1.505 10.0915C1.5097 9.53923 1.9612 9.09534 2.51347 9.10004ZM2.56878 16.7169C3.11171 16.6157 3.63391 16.9737 3.73516 17.5167C3.90503 18.4275 4.18166 18.9823 4.60118 19.4007C5.02094 19.8193 5.57811 20.0957 6.49272 20.2653C7.03574 20.3661 7.3943 20.8879 7.29358 21.4309C7.19287 21.974 6.67101 22.3325 6.12799 22.2318C4.95845 22.0149 3.98176 21.6075 3.18889 20.8168C2.39577 20.0259 1.98681 19.051 1.76906 17.8833C1.66781 17.3404 2.02586 16.8182 2.56878 16.7169ZM8.98914 21.4866C8.9938 20.9343 9.44529 20.4904 9.99755 20.4951C10.5784 20.5 11.3388 20.5 12.0259 20.5C12.7129 20.5 13.4106 20.5 13.9915 20.4951C14.5438 20.4904 14.9953 20.9343 15 21.4866C15.0046 22.0389 14.5607 22.4903 14.0085 22.495C13.4185 22.5 12.7131 22.5 12.0298 22.5H12.0228C11.3393 22.5 10.5709 22.5 9.98065 22.495C9.42838 22.4903 8.98447 22.0389 8.98914 21.4866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.5C11.4477 1.5 11 1.94772 11 2.5V4C11 4.55228 11.4477 5 12 5C12.5523 5 13 4.55228 13 4V2.5C13 1.94772 12.5523 1.5 12 1.5ZM12 8C11.4477 8 11 8.44772 11 9V11H9C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13H11V15C11 15.5523 11.4477 16 12 16C12.5523 16 13 15.5523 13 15V13H15C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11H13V9C13 8.44772 12.5523 8 12 8ZM5.46875 12C5.46875 11.4477 5.02104 11 4.46875 11H3C2.44771 11 2 11.4477 2 12C2 12.5523 2.44771 13 3 13H4.46875C5.02104 13 5.46875 12.5523 5.46875 12ZM12 19C11.4477 19 11 19.4477 11 20V21.5C11 22.0523 11.4477 22.5 12 22.5C12.5523 22.5 13 22.0523 13 21.5V20C13 19.4477 12.5523 19 12 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-border-right-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 21.4866C15.0046 22.0389 14.5607 22.4904 14.0084 22.495C13.415 22.5 12.7739 22.5 12.0865 22.5L12.0802 22.5C11.3926 22.5 10.752 22.5 10.1584 22.495C9.60615 22.4904 9.16222 22.0389 9.16686 21.4866C9.1715 20.9344 9.62296 20.4904 10.1752 20.4951C10.7597 20.5 11.3925 20.5 12.0833 20.5C12.774 20.5 13.4073 20.5 13.9916 20.4951C14.5439 20.4904 14.9953 20.9344 15 21.4866ZM15 2.51336C14.9953 3.06563 14.5439 3.50956 13.9916 3.50492C13.4071 3.50001 12.7743 3.5 12.0833 3.5C11.3924 3.5 10.7596 3.50001 10.1751 3.50492C9.62279 3.50956 9.17132 3.06563 9.16668 2.51336C9.16204 1.96109 9.60598 1.50963 10.1582 1.50499C10.752 1.5 11.3927 1.5 12.0805 1.5L12.0861 1.5C12.7739 1.5 13.4147 1.5 14.0084 1.50499C14.5607 1.50963 15.0046 1.96109 15 2.51336ZM7.31676 2.57011C7.41689 3.11325 7.05777 3.63472 6.51464 3.73485C5.59273 3.90482 5.0306 4.18197 4.60746 4.60143C4.18511 5.02011 3.90718 5.57458 3.73648 6.4844C3.63464 7.02721 3.11205 7.38469 2.56923 7.28285C2.02642 7.18101 1.66894 6.65842 1.77078 6.1156C1.99004 4.94693 2.40184 3.97172 3.19943 3.18105C3.99624 2.39118 4.97723 1.98459 6.15202 1.768C6.69515 1.66786 7.21662 2.02698 7.31676 2.57011ZM7.31676 21.4299C7.21662 21.973 6.69515 22.3321 6.15202 22.232C4.97722 22.0154 3.99624 21.6088 3.19943 20.8189C2.40183 20.0283 1.99004 19.0531 1.77078 17.8844C1.66894 17.3416 2.02642 16.819 2.56923 16.7171C3.11205 16.6153 3.63464 16.9728 3.73648 17.5156C3.90718 18.4254 4.18511 18.9799 4.60746 19.3986C5.0306 19.818 5.59272 20.0952 6.51464 20.2651C7.05777 20.3653 7.41689 20.8868 7.31676 21.4299ZM2.51355 9.10004C3.06582 9.10476 3.50969 9.55629 3.50496 10.1086C3.50001 10.6879 3.5 11.3151 3.5 12C3.5 12.685 3.50001 13.3122 3.50496 13.8915C3.50969 14.4438 3.06582 14.8953 2.51355 14.9C1.96129 14.9048 1.50976 14.4609 1.50503 13.9086C1.5 13.3199 1.5 12.6846 1.5 12.0027L1.5 11.9973C1.5 11.3155 1.5 10.6802 1.50504 10.0914C1.50976 9.53918 1.96129 9.09531 2.51355 9.10004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5 11.9238L22.5 12.0763C22.5 14.3116 22.5 16.0934 22.3076 17.4903C22.1086 18.9343 21.6872 20.1147 20.7339 21.045C19.9099 21.849 18.8963 22.263 17.6786 22.484C17.1352 22.5826 16.6147 22.222 16.5161 21.6786C16.4175 21.1352 16.778 20.6147 17.3214 20.5161C18.2916 20.3401 18.8881 20.0517 19.3371 19.6135C19.8483 19.1147 20.1591 18.4305 20.3263 17.2173C20.4978 15.9727 20.5 14.329 20.5 12.0001C20.5 9.67106 20.4978 8.02737 20.3263 6.78281C20.1591 5.56957 19.8483 4.88538 19.3371 4.38656C18.8881 3.94843 18.2916 3.66005 17.3214 3.48398C16.778 3.38536 16.4175 2.86489 16.5161 2.32148C16.6147 1.77807 17.1352 1.4175 17.6786 1.51612C18.8963 1.73713 19.9099 2.15106 20.7339 2.95515C21.6872 3.88539 22.1086 5.06575 22.3076 6.50983C22.5 7.90673 22.5 9.68848 22.5 11.9238Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 21.4866C15.0046 22.0389 14.5607 22.4904 14.0084 22.495C13.415 22.5 12.7739 22.5 12.0865 22.5L12.0802 22.5C11.3926 22.5 10.752 22.5 10.1584 22.495C9.60615 22.4904 9.16222 22.0389 9.16686 21.4866C9.1715 20.9344 9.62296 20.4904 10.1752 20.4951C10.7597 20.5 11.3925 20.5 12.0833 20.5C12.774 20.5 13.4073 20.5 13.9916 20.4951C14.5439 20.4904 14.9953 20.9344 15 21.4866ZM15 2.51336C14.9953 3.06563 14.5439 3.50956 13.9916 3.50492C13.4071 3.50001 12.7743 3.5 12.0833 3.5C11.3924 3.5 10.7596 3.50001 10.1751 3.50492C9.62279 3.50956 9.17132 3.06563 9.16668 2.51336C9.16204 1.96109 9.60598 1.50963 10.1582 1.50499C10.752 1.5 11.3927 1.5 12.0805 1.5L12.0861 1.5C12.7739 1.5 13.4147 1.5 14.0084 1.50499C14.5607 1.50963 15.0046 1.96109 15 2.51336ZM7.31676 2.57011C7.41689 3.11325 7.05777 3.63472 6.51464 3.73485C5.59273 3.90482 5.0306 4.18197 4.60746 4.60143C4.18511 5.02011 3.90718 5.57458 3.73648 6.4844C3.63464 7.02721 3.11205 7.38469 2.56923 7.28285C2.02642 7.18101 1.66894 6.65842 1.77078 6.1156C1.99004 4.94693 2.40184 3.97172 3.19943 3.18105C3.99624 2.39118 4.97723 1.98459 6.15202 1.768C6.69515 1.66786 7.21662 2.02698 7.31676 2.57011ZM7.31676 21.4299C7.21662 21.973 6.69515 22.3321 6.15202 22.232C4.97722 22.0154 3.99624 21.6088 3.19943 20.8189C2.40183 20.0283 1.99004 19.0531 1.77078 17.8844C1.66894 17.3416 2.02642 16.819 2.56923 16.7171C3.11205 16.6153 3.63464 16.9728 3.73648 17.5156C3.90718 18.4254 4.18511 18.9799 4.60746 19.3986C5.0306 19.818 5.59272 20.0952 6.51464 20.2651C7.05777 20.3653 7.41689 20.8868 7.31676 21.4299ZM2.51355 9.10004C3.06582 9.10476 3.50969 9.55629 3.50496 10.1086C3.50001 10.6879 3.5 11.3151 3.5 12C3.5 12.685 3.50001 13.3122 3.50496 13.8915C3.50969 14.4438 3.06582 14.8953 2.51355 14.9C1.96129 14.9048 1.50976 14.4609 1.50503 13.9086C1.5 13.3199 1.5 12.6846 1.5 12.0027L1.5 11.9973C1.5 11.3155 1.5 10.6802 1.50504 10.0914C1.50976 9.53918 1.96129 9.09531 2.51355 9.10004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5 11.9238L22.5 12.0763C22.5 14.3116 22.5 16.0934 22.3076 17.4903C22.1086 18.9343 21.6872 20.1147 20.7339 21.045C19.9099 21.849 18.8963 22.263 17.6786 22.484C17.1352 22.5826 16.6147 22.222 16.5161 21.6786C16.4175 21.1352 16.778 20.6147 17.3214 20.5161C18.2916 20.3401 18.8881 20.0517 19.3371 19.6135C19.8483 19.1147 20.1591 18.4305 20.3263 17.2173C20.4978 15.9727 20.5 14.329 20.5 12.0001C20.5 9.67106 20.4978 8.02737 20.3263 6.78281C20.1591 5.56957 19.8483 4.88538 19.3371 4.38656C18.8881 3.94843 18.2916 3.66005 17.3214 3.48398C16.778 3.38536 16.4175 2.86489 16.5161 2.32148C16.6147 1.77807 17.1352 1.4175 17.6786 1.51612C18.8963 1.73713 19.9099 2.15106 20.7339 2.95515C21.6872 3.88539 22.1086 5.06575 22.3076 6.50983C22.5 7.90673 22.5 9.68848 22.5 11.9238Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-border-top-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.6784 7.48375C22.2218 7.38513 22.5824 6.86466 22.4838 6.32126C22.2628 5.10353 21.8488 4.0899 21.0447 3.26589C20.1145 2.31261 18.9341 1.8912 17.49 1.69224C16.0931 1.49978 14.3114 1.4998 12.0761 1.49983L11.9236 1.49983C9.68826 1.4998 7.90651 1.49978 6.50961 1.69224C5.06553 1.8912 3.88516 2.31261 2.95493 3.26589C2.15084 4.0899 1.7369 5.10353 1.5159 6.32126C1.41728 6.86466 1.77785 7.38513 2.32126 7.48375C2.86466 7.58237 3.38513 7.2218 3.48375 6.6784C3.65982 5.70825 3.9482 5.11168 4.38633 4.6627C4.88516 4.15151 5.56935 3.84068 6.78258 3.67353C8.02714 3.50205 9.67083 3.49983 11.9998 3.49983C14.3288 3.49983 15.9725 3.50205 17.2171 3.67353C18.4303 3.84068 19.1145 4.15151 19.6133 4.6627C20.0515 5.11168 20.3398 5.70825 20.5159 6.6784C20.6145 7.22181 21.135 7.58238 21.6784 7.48375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5 11.9773L22.5 11.9711C22.5 11.2875 22.5 10.5818 22.495 9.99154C22.4903 9.43928 22.0389 8.99537 21.4866 9.00004C20.9343 9.00471 20.4904 9.45619 20.4951 10.0085C20.5 10.5894 20.5 11.2871 20.5 11.9741C20.5 12.6613 20.5 13.4216 20.4951 14.0024C20.4904 14.5547 20.9343 15.0062 21.4866 15.0109C22.0389 15.0155 22.4903 14.5716 22.495 14.0194C22.5 13.4291 22.5 12.6609 22.5 11.9773ZM21.4309 16.7064C20.8879 16.6057 20.3661 16.9643 20.2653 17.5073C20.0957 18.4219 19.8193 18.9791 19.4007 19.3988C18.9823 19.8183 18.4275 20.095 17.5167 20.2648C16.9737 20.3661 16.6157 20.8883 16.7169 21.4312C16.8182 21.9741 17.3404 22.3322 17.8833 22.2309C19.051 22.0132 20.0259 21.6042 20.8168 20.8111C21.6075 20.0182 22.0149 19.0415 22.2318 17.872C22.3325 17.329 21.974 16.8071 21.4309 16.7064ZM14.9 21.4865C14.8953 20.9343 14.4438 20.4904 13.8915 20.4951C13.3121 20.5 12.6849 20.5 12 20.5C11.315 20.5 10.6878 20.5 10.1084 20.4951C9.55616 20.4904 9.10466 20.9343 9.09996 21.4865C9.09526 22.0388 9.53916 22.4903 10.0914 22.495C10.6801 22.5 11.3154 22.5 11.9972 22.5L12.0028 22.5C12.6846 22.5 13.3198 22.5 13.9085 22.495C14.4608 22.4903 14.9047 22.0388 14.9 21.4865ZM7.28305 21.4312C7.3843 20.8883 7.02625 20.3661 6.48333 20.2648C5.57248 20.095 5.01769 19.8183 4.59931 19.3988C4.18069 18.9791 3.9043 18.4219 3.73466 17.5073C3.63394 16.9643 3.11208 16.6057 2.56906 16.7064C2.02603 16.8071 1.66747 17.329 1.76819 17.872C1.98512 19.0415 2.39246 20.0182 3.18317 20.8111C3.97414 21.6042 4.94904 22.0132 6.11667 22.2309C6.6596 22.3322 7.1818 21.9741 7.28305 21.4312ZM2.51341 15.0109C3.06567 15.0062 3.50959 14.5547 3.50492 14.0024C3.50001 13.4216 3.5 12.6612 3.5 11.9741C3.5 11.2871 3.50001 10.5894 3.50492 10.0085C3.50959 9.45619 3.06567 9.0047 2.51341 9.00003C1.96114 8.99537 1.50966 9.43928 1.50499 9.99154C1.5 10.5815 1.5 11.2869 1.5 11.9702L1.5 11.9772C1.5 12.6607 1.5 13.4291 1.50499 14.0194C1.50966 14.5716 1.96114 15.0155 2.51341 15.0109Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5 12C22.5 12.5523 22.0523 13 21.5 13L20 13C19.4477 13 19 12.5523 19 12C19 11.4477 19.4477 11 20 11L21.5 11C22.0523 11 22.5 11.4477 22.5 12ZM16 12C16 12.5523 15.5523 13 15 13L13 13L13 15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15L11 13L9 13C8.44772 13 8 12.5523 8 12C8 11.4477 8.44771 11 9 11L11 11L11 9C11 8.44771 11.4477 8 12 8C12.5523 8 13 8.44771 13 9L13 11L15 11C15.5523 11 16 11.4477 16 12ZM12 18.5312C12.5523 18.5312 13 18.979 13 19.5312L13 21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21L11 19.5312C11 18.979 11.4477 18.5312 12 18.5312ZM5 12C5 12.5523 4.55228 13 4 13L2.5 13C1.94772 13 1.5 12.5523 1.5 12C1.5 11.4477 1.94772 11 2.5 11L4 11C4.55228 11 5 11.4477 5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.6784 7.48375C22.2218 7.38513 22.5824 6.86466 22.4838 6.32126C22.2628 5.10353 21.8488 4.0899 21.0447 3.26589C20.1145 2.31261 18.9341 1.8912 17.49 1.69224C16.0931 1.49978 14.3114 1.4998 12.0761 1.49983L11.9236 1.49983C9.68826 1.4998 7.90651 1.49978 6.50961 1.69224C5.06553 1.8912 3.88516 2.31261 2.95493 3.26589C2.15084 4.0899 1.7369 5.10353 1.5159 6.32126C1.41728 6.86466 1.77785 7.38513 2.32126 7.48375C2.86466 7.58237 3.38513 7.2218 3.48375 6.6784C3.65982 5.70825 3.9482 5.11168 4.38633 4.6627C4.88516 4.15151 5.56935 3.84068 6.78258 3.67353C8.02714 3.50205 9.67083 3.49983 11.9998 3.49983C14.3288 3.49983 15.9725 3.50205 17.2171 3.67353C18.4303 3.84068 19.1145 4.15151 19.6133 4.6627C20.0515 5.11168 20.3398 5.70825 20.5159 6.6784C20.6145 7.22181 21.135 7.58238 21.6784 7.48375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5 11.9773L22.5 11.9711C22.5 11.2875 22.5 10.5818 22.495 9.99154C22.4903 9.43928 22.0389 8.99537 21.4866 9.00004C20.9343 9.00471 20.4904 9.45619 20.4951 10.0085C20.5 10.5894 20.5 11.2871 20.5 11.9741C20.5 12.6613 20.5 13.4216 20.4951 14.0024C20.4904 14.5547 20.9343 15.0062 21.4866 15.0109C22.0389 15.0155 22.4903 14.5716 22.495 14.0194C22.5 13.4291 22.5 12.6609 22.5 11.9773ZM21.4309 16.7064C20.8879 16.6057 20.3661 16.9643 20.2653 17.5073C20.0957 18.4219 19.8193 18.9791 19.4007 19.3988C18.9823 19.8183 18.4275 20.095 17.5167 20.2648C16.9737 20.3661 16.6157 20.8883 16.7169 21.4312C16.8182 21.9741 17.3404 22.3322 17.8833 22.2309C19.051 22.0132 20.0259 21.6042 20.8168 20.8111C21.6075 20.0182 22.0149 19.0415 22.2318 17.872C22.3325 17.329 21.974 16.8071 21.4309 16.7064ZM14.9 21.4865C14.8953 20.9343 14.4438 20.4904 13.8915 20.4951C13.3121 20.5 12.6849 20.5 12 20.5C11.315 20.5 10.6878 20.5 10.1084 20.4951C9.55616 20.4904 9.10466 20.9343 9.09996 21.4865C9.09526 22.0388 9.53916 22.4903 10.0914 22.495C10.6801 22.5 11.3154 22.5 11.9972 22.5L12.0028 22.5C12.6846 22.5 13.3198 22.5 13.9085 22.495C14.4608 22.4903 14.9047 22.0388 14.9 21.4865ZM7.28305 21.4312C7.3843 20.8883 7.02625 20.3661 6.48333 20.2648C5.57248 20.095 5.01769 19.8183 4.59931 19.3988C4.18069 18.9791 3.9043 18.4219 3.73466 17.5073C3.63394 16.9643 3.11208 16.6057 2.56906 16.7064C2.02603 16.8071 1.66747 17.329 1.76819 17.872C1.98512 19.0415 2.39246 20.0182 3.18317 20.8111C3.97414 21.6042 4.94904 22.0132 6.11667 22.2309C6.6596 22.3322 7.1818 21.9741 7.28305 21.4312ZM2.51341 15.0109C3.06567 15.0062 3.50959 14.5547 3.50492 14.0024C3.50001 13.4216 3.5 12.6612 3.5 11.9741C3.5 11.2871 3.50001 10.5894 3.50492 10.0085C3.50959 9.45619 3.06567 9.0047 2.51341 9.00003C1.96114 8.99537 1.50966 9.43928 1.50499 9.99154C1.5 10.5815 1.5 11.2869 1.5 11.9702L1.5 11.9772C1.5 12.6607 1.5 13.4291 1.50499 14.0194C1.50966 14.5716 1.96114 15.0155 2.51341 15.0109Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5 12C22.5 12.5523 22.0523 13 21.5 13L20 13C19.4477 13 19 12.5523 19 12C19 11.4477 19.4477 11 20 11L21.5 11C22.0523 11 22.5 11.4477 22.5 12ZM16 12C16 12.5523 15.5523 13 15 13L13 13L13 15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15L11 13L9 13C8.44772 13 8 12.5523 8 12C8 11.4477 8.44771 11 9 11L11 11L11 9C11 8.44771 11.4477 8 12 8C12.5523 8 13 8.44771 13 9L13 11L15 11C15.5523 11 16 11.4477 16 12ZM12 18.5312C12.5523 18.5312 13 18.979 13 19.5312L13 21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21L11 19.5312C11 18.979 11.4477 18.5312 12 18.5312ZM5 12C5 12.5523 4.55228 13 4 13L2.5 13C1.94772 13 1.5 12.5523 1.5 12C1.5 11.4477 1.94772 11 2.5 11L4 11C4.55228 11 5 11.4477 5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-border-top-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4886 8.99991C22.0409 8.99527 22.4923 9.43921 22.497 9.99147C22.502 10.5849 22.502 11.226 22.502 11.9134V11.9197C22.502 12.6073 22.502 13.2479 22.497 13.8415C22.4923 14.3937 22.0409 14.8377 21.4886 14.833C20.9363 14.8284 20.4924 14.3769 20.497 13.8247C20.5019 13.2402 20.502 12.6074 20.502 11.9165C20.502 11.2259 20.5019 10.5926 20.497 10.0083C20.4924 9.45602 20.9363 9.00456 21.4886 8.99991ZM2.51531 8.99991C3.06758 9.00456 3.51151 9.45602 3.50687 10.0083C3.50196 10.5928 3.50195 11.2256 3.50195 11.9165C3.50195 12.6075 3.50196 13.2403 3.50687 13.8248C3.51151 14.3771 3.06758 14.8286 2.51531 14.8332C1.96305 14.8378 1.51159 14.3939 1.50694 13.8416C1.50195 13.2479 1.50195 12.6072 1.50195 11.9193V11.9137C1.50195 11.2259 1.50195 10.5852 1.50694 9.99147C1.51159 9.43921 1.96305 8.99527 2.51531 8.99991ZM2.57207 16.6831C3.1152 16.583 3.63667 16.9421 3.7368 17.4852C3.90678 18.4072 4.18392 18.9693 4.60338 19.3924C5.02206 19.8148 5.57654 20.0927 6.48635 20.2634C7.02917 20.3652 7.38664 20.8878 7.2848 21.4306C7.18296 21.9735 6.66037 22.3309 6.11756 22.2291C4.94889 22.0098 3.97367 21.598 3.18301 20.8004C2.39313 20.0036 1.98655 19.0226 1.76995 17.8479C1.66982 17.3047 2.02894 16.7833 2.57207 16.6831ZM21.4318 16.6831C21.975 16.7833 22.3341 17.3047 22.234 17.8479C22.0174 19.0227 21.6108 20.0036 20.8209 20.8004C20.0302 21.598 19.055 22.0098 17.8864 22.2291C17.3435 22.3309 16.8209 21.9735 16.7191 21.4306C16.6173 20.8878 16.9747 20.3652 17.5176 20.2634C18.4274 20.0927 18.9818 19.8148 19.4005 19.3924C19.82 18.9693 20.0971 18.4072 20.2671 17.4852C20.3672 16.9421 20.8887 16.583 21.4318 16.6831ZM9.10199 21.4863C9.10671 20.9341 9.55824 20.4902 10.1105 20.4949C10.6898 20.4999 11.317 20.4999 12.002 20.4999C12.6869 20.4999 13.3141 20.4999 13.8935 20.4949C14.4457 20.4902 14.8973 20.9341 14.902 21.4863C14.9067 22.0386 14.4628 22.4901 13.9106 22.4948C13.3218 22.4999 12.6865 22.4999 12.0047 22.4999H11.9992C11.3174 22.4999 10.6821 22.4999 10.0934 22.4948C9.54114 22.4901 9.09727 22.0386 9.10199 21.4863Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9239 1.5H12.0764C14.3117 1.49998 16.0935 1.49996 17.4904 1.69242C18.9345 1.89138 20.1148 2.31278 21.0451 3.26607C21.8492 4.09007 22.2631 5.1037 22.4841 6.32143C22.5827 6.86484 22.2222 7.38531 21.6787 7.48393C21.1353 7.58255 20.6149 7.22198 20.5162 6.67857C20.3402 5.70842 20.0518 5.11186 19.6137 4.66287C19.1148 4.15169 18.4306 3.84086 17.2174 3.6737C15.9729 3.50223 14.3292 3.5 12.0002 3.5C9.67118 3.5 8.02749 3.50223 6.78293 3.6737C5.5697 3.84086 4.88551 4.15169 4.38668 4.66287C3.94855 5.11186 3.66017 5.70842 3.4841 6.67857C3.38548 7.22198 2.86501 7.58255 2.3216 7.48393C1.77819 7.38531 1.41762 6.86484 1.51625 6.32143C1.73725 5.1037 2.15119 4.09007 2.95527 3.26606C3.88551 2.31278 5.06588 1.89138 6.50995 1.69242C7.90686 1.49996 9.6886 1.49998 11.9239 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4886 8.99991C22.0409 8.99527 22.4923 9.43921 22.497 9.99147C22.502 10.5849 22.502 11.226 22.502 11.9134V11.9197C22.502 12.6073 22.502 13.2479 22.497 13.8415C22.4923 14.3937 22.0409 14.8377 21.4886 14.833C20.9363 14.8284 20.4924 14.3769 20.497 13.8247C20.5019 13.2402 20.502 12.6074 20.502 11.9165C20.502 11.2259 20.5019 10.5926 20.497 10.0083C20.4924 9.45602 20.9363 9.00456 21.4886 8.99991ZM2.51531 8.99991C3.06758 9.00456 3.51151 9.45602 3.50687 10.0083C3.50196 10.5928 3.50195 11.2256 3.50195 11.9165C3.50195 12.6075 3.50196 13.2403 3.50687 13.8248C3.51151 14.3771 3.06758 14.8286 2.51531 14.8332C1.96305 14.8378 1.51159 14.3939 1.50694 13.8416C1.50195 13.2479 1.50195 12.6072 1.50195 11.9193V11.9137C1.50195 11.2259 1.50195 10.5852 1.50694 9.99147C1.51159 9.43921 1.96305 8.99527 2.51531 8.99991ZM2.57207 16.6831C3.1152 16.583 3.63667 16.9421 3.7368 17.4852C3.90678 18.4072 4.18392 18.9693 4.60338 19.3924C5.02206 19.8148 5.57654 20.0927 6.48635 20.2634C7.02917 20.3652 7.38664 20.8878 7.2848 21.4306C7.18296 21.9735 6.66037 22.3309 6.11756 22.2291C4.94889 22.0098 3.97367 21.598 3.18301 20.8004C2.39313 20.0036 1.98655 19.0226 1.76995 17.8479C1.66982 17.3047 2.02894 16.7833 2.57207 16.6831ZM21.4318 16.6831C21.975 16.7833 22.3341 17.3047 22.234 17.8479C22.0174 19.0227 21.6108 20.0036 20.8209 20.8004C20.0302 21.598 19.055 22.0098 17.8864 22.2291C17.3435 22.3309 16.8209 21.9735 16.7191 21.4306C16.6173 20.8878 16.9747 20.3652 17.5176 20.2634C18.4274 20.0927 18.9818 19.8148 19.4005 19.3924C19.82 18.9693 20.0971 18.4072 20.2671 17.4852C20.3672 16.9421 20.8887 16.583 21.4318 16.6831ZM9.10199 21.4863C9.10671 20.9341 9.55824 20.4902 10.1105 20.4949C10.6898 20.4999 11.317 20.4999 12.002 20.4999C12.6869 20.4999 13.3141 20.4999 13.8935 20.4949C14.4457 20.4902 14.8973 20.9341 14.902 21.4863C14.9067 22.0386 14.4628 22.4901 13.9106 22.4948C13.3218 22.4999 12.6865 22.4999 12.0047 22.4999H11.9992C11.3174 22.4999 10.6821 22.4999 10.0934 22.4948C9.54114 22.4901 9.09727 22.0386 9.10199 21.4863Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9239 1.5H12.0764C14.3117 1.49998 16.0935 1.49996 17.4904 1.69242C18.9345 1.89138 20.1148 2.31278 21.0451 3.26607C21.8492 4.09007 22.2631 5.1037 22.4841 6.32143C22.5827 6.86484 22.2222 7.38531 21.6787 7.48393C21.1353 7.58255 20.6149 7.22198 20.5162 6.67857C20.3402 5.70842 20.0518 5.11186 19.6137 4.66287C19.1148 4.15169 18.4306 3.84086 17.2174 3.6737C15.9729 3.50223 14.3292 3.5 12.0002 3.5C9.67118 3.5 8.02749 3.50223 6.78293 3.6737C5.5697 3.84086 4.88551 4.15169 4.38668 4.66287C3.94855 5.11186 3.66017 5.70842 3.4841 6.67857C3.38548 7.22198 2.86501 7.58255 2.3216 7.48393C1.77819 7.38531 1.41762 6.86484 1.51625 6.32143C1.73725 5.1037 2.15119 4.09007 2.95527 3.26606C3.88551 2.31278 5.06588 1.89138 6.50995 1.69242C7.90686 1.49996 9.6886 1.49998 11.9239 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-border-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9972 1.5H12.0028C12.6846 1.5 13.3198 1.5 13.9085 1.50499C14.4607 1.50967 14.9046 1.96117 14.9 2.51343C14.8953 3.0657 14.4438 3.5096 13.8915 3.50492C13.3122 3.50001 12.6849 3.5 12 3.5C11.3151 3.5 10.6878 3.50001 10.1085 3.50492C9.55619 3.5096 9.1047 3.0657 9.10002 2.51343C9.09534 1.96117 9.53924 1.50967 10.0915 1.50499C10.6802 1.5 11.3154 1.5 11.9972 1.5ZM7.28314 2.56858C7.38413 3.11155 7.02582 3.63358 6.48285 3.73457C5.57153 3.90406 5.0166 4.1801 4.59835 4.59835C4.1801 5.0166 3.90406 5.57153 3.73457 6.48285C3.63358 7.02582 3.11155 7.38413 2.56858 7.28314C2.0256 7.18216 1.6673 6.66013 1.76828 6.11715C1.98536 4.94998 2.39304 3.97523 3.18414 3.18414C3.97523 2.39304 4.94998 1.98536 6.11715 1.76828C6.66013 1.6673 7.18216 2.0256 7.28314 2.56858ZM16.7169 2.56858C16.8178 2.0256 17.3399 1.6673 17.8828 1.76828C19.05 1.98536 20.0248 2.39304 20.8159 3.18414C21.607 3.97523 22.0146 4.94998 22.2317 6.11715C22.3327 6.66013 21.9744 7.18216 21.4314 7.28314C20.8884 7.38413 20.3664 7.02582 20.2654 6.48285C20.0959 5.57154 19.8199 5.0166 19.4016 4.59835C18.9834 4.1801 18.4285 3.90406 17.5172 3.73457C16.9742 3.63358 16.6159 3.11155 16.7169 2.56858ZM2.51343 9.10004C3.0657 9.10472 3.5096 9.55621 3.50492 10.1085C3.50001 10.6878 3.5 11.3151 3.5 12C3.5 12.685 3.50001 13.3122 3.50492 13.8916C3.5096 14.4439 3.0657 14.8954 2.51343 14.9C1.96117 14.9047 1.50967 14.4608 1.50499 13.9086C1.5 13.3199 1.5 12.6847 1.5 12.0028V11.9972C1.5 11.3154 1.5 10.6802 1.50499 10.0915C1.50967 9.53926 1.96117 9.09535 2.51343 9.10004ZM21.4866 9.10004C22.0388 9.09535 22.4903 9.53926 22.495 10.0915C22.5 10.6803 22.5 11.3157 22.5 11.9977V12.0023C22.5 12.6844 22.5 13.3197 22.495 13.9086C22.4903 14.4608 22.0388 14.9047 21.4866 14.9C20.9343 14.8954 20.4904 14.4439 20.4951 13.8916C20.5 13.3122 20.5 12.685 20.5 12C20.5 11.3151 20.5 10.6878 20.4951 10.1085C20.4904 9.55621 20.9343 9.10472 21.4866 9.10004ZM2.56858 16.7169C3.11155 16.6159 3.63358 16.9742 3.73457 17.5172C3.90406 18.4285 4.1801 18.9834 4.59835 19.4016C5.0166 19.8199 5.57153 20.0959 6.48285 20.2654C7.02582 20.3664 7.38413 20.8884 7.28314 21.4314C7.18216 21.9744 6.66013 22.3327 6.11715 22.2317C4.94998 22.0146 3.97523 21.607 3.18414 20.8159C2.39304 20.0248 1.98536 19.05 1.76828 17.8828C1.6673 17.3399 2.0256 16.8178 2.56858 16.7169ZM21.4314 16.7169C21.9744 16.8178 22.3327 17.3399 22.2317 17.8828C22.0146 19.05 21.607 20.0248 20.8159 20.8159C20.0248 21.607 19.05 22.0146 17.8828 22.2317C17.3399 22.3327 16.8178 21.9744 16.7169 21.4314C16.6159 20.8884 16.9742 20.3664 17.5172 20.2654C18.4285 20.0959 18.9834 19.8199 19.4016 19.4016C19.8199 18.9834 20.0959 18.4285 20.2654 17.5172C20.3664 16.9742 20.8884 16.6159 21.4314 16.7169ZM9.10019 21.4866C9.10487 20.9343 9.55637 20.4904 10.1086 20.4951C10.688 20.5 11.3151 20.5 12 20.5C12.6849 20.5 13.3122 20.5 13.8915 20.4951C14.4438 20.4904 14.8953 20.9343 14.9 21.4866C14.9046 22.0388 14.4607 22.4903 13.9085 22.495C13.3199 22.5 12.6848 22.5 12.0031 22.5H11.9977C11.3157 22.5 10.6804 22.5 10.0917 22.495C9.53941 22.4903 9.09551 22.0388 9.10019 21.4866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5 13H19.6C19.0477 13 18.6 12.5523 18.6 12C18.6 11.4477 19.0477 11 19.6 11L21.5 11C22.0523 11 22.5 11.4477 22.5 12C22.5 12.5523 22.0523 13 21.5 13ZM1.5 12C1.5 11.4477 1.94772 11 2.5 11H4.4C4.95228 11 5.4 11.4477 5.4 12C5.4 12.5523 4.95228 13 4.4 13H2.5C1.94772 13 1.5 12.5523 1.5 12ZM8.15 12C8.15 11.4477 8.59772 11 9.15 11H14.85C15.4023 11 15.85 11.4477 15.85 12C15.85 12.5523 15.4023 13 14.85 13H9.15C8.59772 13 8.15 12.5523 8.15 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.5C12.5523 1.5 13 1.94772 13 2.5L13 21.5C13 22.0523 12.5523 22.5 12 22.5C11.4477 22.5 11 22.0523 11 21.5L11 2.5C11 1.94772 11.4477 1.5 12 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9972 1.5H12.0028C12.6846 1.5 13.3198 1.5 13.9085 1.50499C14.4607 1.50967 14.9046 1.96117 14.9 2.51343C14.8953 3.0657 14.4438 3.5096 13.8915 3.50492C13.3122 3.50001 12.6849 3.5 12 3.5C11.3151 3.5 10.6878 3.50001 10.1085 3.50492C9.55619 3.5096 9.1047 3.0657 9.10002 2.51343C9.09534 1.96117 9.53924 1.50967 10.0915 1.50499C10.6802 1.5 11.3154 1.5 11.9972 1.5ZM7.28314 2.56858C7.38413 3.11155 7.02582 3.63358 6.48285 3.73457C5.57153 3.90406 5.0166 4.1801 4.59835 4.59835C4.1801 5.0166 3.90406 5.57153 3.73457 6.48285C3.63358 7.02582 3.11155 7.38413 2.56858 7.28314C2.0256 7.18216 1.6673 6.66013 1.76828 6.11715C1.98536 4.94998 2.39304 3.97523 3.18414 3.18414C3.97523 2.39304 4.94998 1.98536 6.11715 1.76828C6.66013 1.6673 7.18216 2.0256 7.28314 2.56858ZM16.7169 2.56858C16.8178 2.0256 17.3399 1.6673 17.8828 1.76828C19.05 1.98536 20.0248 2.39304 20.8159 3.18414C21.607 3.97523 22.0146 4.94998 22.2317 6.11715C22.3327 6.66013 21.9744 7.18216 21.4314 7.28314C20.8884 7.38413 20.3664 7.02582 20.2654 6.48285C20.0959 5.57154 19.8199 5.0166 19.4016 4.59835C18.9834 4.1801 18.4285 3.90406 17.5172 3.73457C16.9742 3.63358 16.6159 3.11155 16.7169 2.56858ZM2.51343 9.10004C3.0657 9.10472 3.5096 9.55621 3.50492 10.1085C3.50001 10.6878 3.5 11.3151 3.5 12C3.5 12.685 3.50001 13.3122 3.50492 13.8916C3.5096 14.4439 3.0657 14.8954 2.51343 14.9C1.96117 14.9047 1.50967 14.4608 1.50499 13.9086C1.5 13.3199 1.5 12.6847 1.5 12.0028V11.9972C1.5 11.3154 1.5 10.6802 1.50499 10.0915C1.50967 9.53926 1.96117 9.09535 2.51343 9.10004ZM21.4866 9.10004C22.0388 9.09535 22.4903 9.53926 22.495 10.0915C22.5 10.6803 22.5 11.3157 22.5 11.9977V12.0023C22.5 12.6844 22.5 13.3197 22.495 13.9086C22.4903 14.4608 22.0388 14.9047 21.4866 14.9C20.9343 14.8954 20.4904 14.4439 20.4951 13.8916C20.5 13.3122 20.5 12.685 20.5 12C20.5 11.3151 20.5 10.6878 20.4951 10.1085C20.4904 9.55621 20.9343 9.10472 21.4866 9.10004ZM2.56858 16.7169C3.11155 16.6159 3.63358 16.9742 3.73457 17.5172C3.90406 18.4285 4.1801 18.9834 4.59835 19.4016C5.0166 19.8199 5.57153 20.0959 6.48285 20.2654C7.02582 20.3664 7.38413 20.8884 7.28314 21.4314C7.18216 21.9744 6.66013 22.3327 6.11715 22.2317C4.94998 22.0146 3.97523 21.607 3.18414 20.8159C2.39304 20.0248 1.98536 19.05 1.76828 17.8828C1.6673 17.3399 2.0256 16.8178 2.56858 16.7169ZM21.4314 16.7169C21.9744 16.8178 22.3327 17.3399 22.2317 17.8828C22.0146 19.05 21.607 20.0248 20.8159 20.8159C20.0248 21.607 19.05 22.0146 17.8828 22.2317C17.3399 22.3327 16.8178 21.9744 16.7169 21.4314C16.6159 20.8884 16.9742 20.3664 17.5172 20.2654C18.4285 20.0959 18.9834 19.8199 19.4016 19.4016C19.8199 18.9834 20.0959 18.4285 20.2654 17.5172C20.3664 16.9742 20.8884 16.6159 21.4314 16.7169ZM9.10019 21.4866C9.10487 20.9343 9.55637 20.4904 10.1086 20.4951C10.688 20.5 11.3151 20.5 12 20.5C12.6849 20.5 13.3122 20.5 13.8915 20.4951C14.4438 20.4904 14.8953 20.9343 14.9 21.4866C14.9046 22.0388 14.4607 22.4903 13.9085 22.495C13.3199 22.5 12.6848 22.5 12.0031 22.5H11.9977C11.3157 22.5 10.6804 22.5 10.0917 22.495C9.53941 22.4903 9.09551 22.0388 9.10019 21.4866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5 13H19.6C19.0477 13 18.6 12.5523 18.6 12C18.6 11.4477 19.0477 11 19.6 11L21.5 11C22.0523 11 22.5 11.4477 22.5 12C22.5 12.5523 22.0523 13 21.5 13ZM1.5 12C1.5 11.4477 1.94772 11 2.5 11H4.4C4.95228 11 5.4 11.4477 5.4 12C5.4 12.5523 4.95228 13 4.4 13H2.5C1.94772 13 1.5 12.5523 1.5 12ZM8.15 12C8.15 11.4477 8.59772 11 9.15 11H14.85C15.4023 11 15.85 11.4477 15.85 12C15.85 12.5523 15.4023 13 14.85 13H9.15C8.59772 13 8.15 12.5523 8.15 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.5C12.5523 1.5 13 1.94772 13 2.5L13 21.5C13 22.0523 12.5523 22.5 12 22.5C11.4477 22.5 11 22.0523 11 21.5L11 2.5C11 1.94772 11.4477 1.5 12 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-layout-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9255V12.0745C1.49998 14.2504 1.49996 15.9852 1.68282 17.3453C1.87164 18.7497 2.27175 19.9035 3.18414 20.8159C4.09653 21.7283 5.25033 22.1284 6.65471 22.3172C6.83878 22.3419 7 22.1968 7 22.0111V11C7 10.5286 7 10.2929 6.85355 10.1464C6.70711 10 6.47141 10 6 10H2.49623C2.02855 10 1.79471 10 1.64832 10.1461C1.50193 10.2922 1.50148 10.525 1.50058 10.9905C1.49999 11.2927 1.5 11.6043 1.5 11.9255ZM22.4994 10.9905C22.4985 10.525 22.4981 10.2922 22.3517 10.1461C22.2053 10 21.9715 10 21.5038 10L10 10C9.5286 10 9.29289 10 9.14645 10.1464C9 10.2929 9 10.5286 9 11V21.503C9 21.9644 9 22.1951 9.14472 22.3412C9.28944 22.4874 9.51775 22.4896 9.97436 22.4941C10.5812 22.5 11.2309 22.5 11.9255 22.5H12.0745C14.2504 22.5 15.9852 22.5 17.3453 22.3172C18.7497 22.1284 19.9035 21.7283 20.8159 20.8159C21.7283 19.9035 22.1284 18.7497 22.3172 17.3453C22.5 15.9851 22.5 14.2504 22.5 12.0744V11.9256C22.5 11.6043 22.5 11.2927 22.4994 10.9905Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.64615 6.94642C1.59242 7.42656 1.56556 7.66663 1.71463 7.83332C1.8637 8 2.11513 8 2.61797 8H21.3804C21.8832 8 22.1346 8 22.2837 7.83332C22.4328 7.66663 22.4059 7.42656 22.3522 6.94642C22.3411 6.84733 22.3292 6.7501 22.3163 6.65471C22.1275 5.25033 21.7274 4.09653 20.815 3.18414C19.9026 2.27175 18.7488 1.87164 17.3444 1.68282C15.9843 1.49996 14.2496 1.49998 12.0736 1.5L11.9247 1.5C9.74875 1.49998 8.01401 1.49996 6.65387 1.68282C5.24949 1.87164 4.09569 2.27175 3.1833 3.18414C2.27091 4.09653 1.8708 5.25033 1.68198 6.65471C1.66916 6.7501 1.65724 6.84733 1.64615 6.94642Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9255V12.0745C1.49998 14.2504 1.49996 15.9852 1.68282 17.3453C1.87164 18.7497 2.27175 19.9035 3.18414 20.8159C4.09653 21.7283 5.25033 22.1284 6.65471 22.3172C6.83878 22.3419 7 22.1968 7 22.0111V11C7 10.5286 7 10.2929 6.85355 10.1464C6.70711 10 6.47141 10 6 10H2.49623C2.02855 10 1.79471 10 1.64832 10.1461C1.50193 10.2922 1.50148 10.525 1.50058 10.9905C1.49999 11.2927 1.5 11.6043 1.5 11.9255ZM22.4994 10.9905C22.4985 10.525 22.4981 10.2922 22.3517 10.1461C22.2053 10 21.9715 10 21.5038 10L10 10C9.5286 10 9.29289 10 9.14645 10.1464C9 10.2929 9 10.5286 9 11V21.503C9 21.9644 9 22.1951 9.14472 22.3412C9.28944 22.4874 9.51775 22.4896 9.97436 22.4941C10.5812 22.5 11.2309 22.5 11.9255 22.5H12.0745C14.2504 22.5 15.9852 22.5 17.3453 22.3172C18.7497 22.1284 19.9035 21.7283 20.8159 20.8159C21.7283 19.9035 22.1284 18.7497 22.3172 17.3453C22.5 15.9851 22.5 14.2504 22.5 12.0744V11.9256C22.5 11.6043 22.5 11.2927 22.4994 10.9905Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.64615 6.94642C1.59242 7.42656 1.56556 7.66663 1.71463 7.83332C1.8637 8 2.11513 8 2.61797 8H21.3804C21.8832 8 22.1346 8 22.2837 7.83332C22.4328 7.66663 22.4059 7.42656 22.3522 6.94642C22.3411 6.84733 22.3292 6.7501 22.3163 6.65471C22.1275 5.25033 21.7274 4.09653 20.815 3.18414C19.9026 2.27175 18.7488 1.87164 17.3444 1.68282C15.9843 1.49996 14.2496 1.49998 12.0736 1.5L11.9247 1.5C9.74875 1.49998 8.01401 1.49996 6.65387 1.68282C5.24949 1.87164 4.09569 2.27175 3.1833 3.18414C2.27091 4.09653 1.8708 5.25033 1.68198 6.65471C1.66916 6.7501 1.65724 6.84733 1.64615 6.94642Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-layout-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9257V12.0746C1.49998 14.2506 1.49996 15.9853 1.68282 17.3454C1.87164 18.7498 2.27175 19.9036 3.18414 20.816C4.09653 21.7284 5.25033 22.1285 6.65471 22.3173C8.01485 22.5002 9.74957 22.5001 11.9255 22.5001H12.0745C12.7691 22.5001 13.4188 22.5001 14.0256 22.4942C14.4823 22.4897 14.7106 22.4875 14.8553 22.3413C15 22.1952 15 21.9645 15 21.5031L15 11.0001C15 10.5287 15 10.293 14.8536 10.1466C14.7071 10.0001 14.4714 10.0001 14 10.0001H2.49623C2.02855 10.0001 1.79471 10.0001 1.64832 10.1462C1.50193 10.2923 1.50148 10.5251 1.50058 10.9907C1.49999 11.2929 1.5 11.6045 1.5 11.9257ZM22.4994 10.9907C22.4985 10.5251 22.4981 10.2923 22.3517 10.1462C22.2053 10.0001 21.9715 10.0001 21.5038 10.0001L18 10.0001C17.5286 10.0001 17.2929 10.0001 17.1464 10.1466C17 10.293 17 10.5287 17 11.0001L17 22.0112C17 22.1969 17.1612 22.342 17.3453 22.3173C18.7497 22.1285 19.9035 21.7284 20.8159 20.816C21.7283 19.9036 22.1284 18.7498 22.3172 17.3454C22.5 15.9853 22.5 14.2505 22.5 12.0745V11.9257C22.5 11.6045 22.5 11.2929 22.4994 10.9907Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.64615 6.94654C1.59242 7.42669 1.56556 7.66676 1.71463 7.83344C1.8637 8.00012 2.11512 8.00012 2.61797 8.00012L21.3804 8.00013C21.8832 8.00013 22.1346 8.00013 22.2837 7.83344C22.4328 7.66676 22.4059 7.42669 22.3522 6.94654C22.3411 6.84745 22.3292 6.75022 22.3163 6.65483C22.1275 5.25045 21.7274 4.09665 20.815 3.18426C19.9026 2.27187 18.7488 1.87176 17.3444 1.68295C15.9843 1.50008 14.2496 1.5001 12.0736 1.50012L11.9247 1.50012C9.74875 1.5001 8.01401 1.50008 6.65387 1.68295C5.24949 1.87176 4.09569 2.27187 3.1833 3.18426C2.27091 4.09665 1.8708 5.25046 1.68198 6.65484C1.66916 6.75022 1.65724 6.84745 1.64615 6.94654Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9257V12.0746C1.49998 14.2506 1.49996 15.9853 1.68282 17.3454C1.87164 18.7498 2.27175 19.9036 3.18414 20.816C4.09653 21.7284 5.25033 22.1285 6.65471 22.3173C8.01485 22.5002 9.74957 22.5001 11.9255 22.5001H12.0745C12.7691 22.5001 13.4188 22.5001 14.0256 22.4942C14.4823 22.4897 14.7106 22.4875 14.8553 22.3413C15 22.1952 15 21.9645 15 21.5031L15 11.0001C15 10.5287 15 10.293 14.8536 10.1466C14.7071 10.0001 14.4714 10.0001 14 10.0001H2.49623C2.02855 10.0001 1.79471 10.0001 1.64832 10.1462C1.50193 10.2923 1.50148 10.5251 1.50058 10.9907C1.49999 11.2929 1.5 11.6045 1.5 11.9257ZM22.4994 10.9907C22.4985 10.5251 22.4981 10.2923 22.3517 10.1462C22.2053 10.0001 21.9715 10.0001 21.5038 10.0001L18 10.0001C17.5286 10.0001 17.2929 10.0001 17.1464 10.1466C17 10.293 17 10.5287 17 11.0001L17 22.0112C17 22.1969 17.1612 22.342 17.3453 22.3173C18.7497 22.1285 19.9035 21.7284 20.8159 20.816C21.7283 19.9036 22.1284 18.7498 22.3172 17.3454C22.5 15.9853 22.5 14.2505 22.5 12.0745V11.9257C22.5 11.6045 22.5 11.2929 22.4994 10.9907Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.64615 6.94654C1.59242 7.42669 1.56556 7.66676 1.71463 7.83344C1.8637 8.00012 2.11512 8.00012 2.61797 8.00012L21.3804 8.00013C21.8832 8.00013 22.1346 8.00013 22.2837 7.83344C22.4328 7.66676 22.4059 7.42669 22.3522 6.94654C22.3411 6.84745 22.3292 6.75022 22.3163 6.65483C22.1275 5.25045 21.7274 4.09665 20.815 3.18426C19.9026 2.27187 18.7488 1.87176 17.3444 1.68295C15.9843 1.50008 14.2496 1.5001 12.0736 1.50012L11.9247 1.50012C9.74875 1.5001 8.01401 1.50008 6.65387 1.68295C5.24949 1.87176 4.09569 2.27187 3.1833 3.18426C2.27091 4.09665 1.8708 5.25046 1.68198 6.65484C1.66916 6.75022 1.65724 6.84745 1.64615 6.94654Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-layout-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9257V12.0746C1.49998 14.2505 1.49996 15.9853 1.68282 17.3454C1.87164 18.7498 2.27175 19.9036 3.18414 20.816C4.09653 21.7284 5.25033 22.1285 6.65471 22.3173C7.58626 22.4425 8.69353 22.482 9.99792 22.4944C10.4685 22.4989 10.7037 22.5011 10.8519 22.3544C11 22.2077 11 21.971 11 21.4977V11.0001C11 10.5287 11 10.293 10.8536 10.1466C10.7071 10.0001 10.4714 10.0001 10 10.0001H2.49623C2.02855 10.0001 1.79471 10.0001 1.64832 10.1462C1.50193 10.2923 1.50148 10.5251 1.50058 10.9907C1.49999 11.2929 1.5 11.6045 1.5 11.9257ZM22.4994 10.9907C22.4985 10.5251 22.4981 10.2923 22.3517 10.1462C22.2053 10.0001 21.9715 10.0001 21.5038 10.0001H14C13.5286 10.0001 13.2929 10.0001 13.1464 10.1466C13 10.293 13 10.5287 13 11.0001V21.4977C13 21.971 13 22.2077 13.1481 22.3544C13.2963 22.5011 13.5315 22.4989 14.0021 22.4944C15.3065 22.482 16.4137 22.4425 17.3453 22.3173C18.7497 22.1285 19.9035 21.7284 20.8159 20.816C21.7283 19.9036 22.1284 18.7498 22.3172 17.3454C22.5 15.9853 22.5 14.2505 22.5 12.0745V11.9257C22.5 11.6045 22.5 11.2929 22.4994 10.9907Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.64615 6.94654C1.59242 7.42669 1.56556 7.66676 1.71463 7.83344C1.8637 8.00012 2.11513 8.00012 2.61797 8.00012H21.3804C21.8832 8.00012 22.1346 8.00012 22.2837 7.83344C22.4328 7.66676 22.4059 7.42669 22.3522 6.94654C22.3411 6.84745 22.3292 6.75022 22.3163 6.65483C22.1275 5.25046 21.7274 4.09665 20.815 3.18426C19.9026 2.27187 18.7488 1.87176 17.3444 1.68295C15.9843 1.50008 14.2496 1.5001 12.0736 1.50012L11.9247 1.50012C9.74875 1.5001 8.01401 1.50008 6.65387 1.68295C5.24949 1.87176 4.09569 2.27187 3.1833 3.18426C2.27091 4.09665 1.8708 5.25046 1.68198 6.65484C1.66916 6.75022 1.65724 6.84745 1.64615 6.94654Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9257V12.0746C1.49998 14.2505 1.49996 15.9853 1.68282 17.3454C1.87164 18.7498 2.27175 19.9036 3.18414 20.816C4.09653 21.7284 5.25033 22.1285 6.65471 22.3173C7.58626 22.4425 8.69353 22.482 9.99792 22.4944C10.4685 22.4989 10.7037 22.5011 10.8519 22.3544C11 22.2077 11 21.971 11 21.4977V11.0001C11 10.5287 11 10.293 10.8536 10.1466C10.7071 10.0001 10.4714 10.0001 10 10.0001H2.49623C2.02855 10.0001 1.79471 10.0001 1.64832 10.1462C1.50193 10.2923 1.50148 10.5251 1.50058 10.9907C1.49999 11.2929 1.5 11.6045 1.5 11.9257ZM22.4994 10.9907C22.4985 10.5251 22.4981 10.2923 22.3517 10.1462C22.2053 10.0001 21.9715 10.0001 21.5038 10.0001H14C13.5286 10.0001 13.2929 10.0001 13.1464 10.1466C13 10.293 13 10.5287 13 11.0001V21.4977C13 21.971 13 22.2077 13.1481 22.3544C13.2963 22.5011 13.5315 22.4989 14.0021 22.4944C15.3065 22.482 16.4137 22.4425 17.3453 22.3173C18.7497 22.1285 19.9035 21.7284 20.8159 20.816C21.7283 19.9036 22.1284 18.7498 22.3172 17.3454C22.5 15.9853 22.5 14.2505 22.5 12.0745V11.9257C22.5 11.6045 22.5 11.2929 22.4994 10.9907Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.64615 6.94654C1.59242 7.42669 1.56556 7.66676 1.71463 7.83344C1.8637 8.00012 2.11513 8.00012 2.61797 8.00012H21.3804C21.8832 8.00012 22.1346 8.00012 22.2837 7.83344C22.4328 7.66676 22.4059 7.42669 22.3522 6.94654C22.3411 6.84745 22.3292 6.75022 22.3163 6.65483C22.1275 5.25046 21.7274 4.09665 20.815 3.18426C19.9026 2.27187 18.7488 1.87176 17.3444 1.68295C15.9843 1.50008 14.2496 1.5001 12.0736 1.50012L11.9247 1.50012C9.74875 1.5001 8.01401 1.50008 6.65387 1.68295C5.24949 1.87176 4.09569 2.27187 3.1833 3.18426C2.27091 4.09665 1.8708 5.25046 1.68198 6.65484C1.66916 6.75022 1.65724 6.84745 1.64615 6.94654Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-layout-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9905 1.5007C10.525 1.5016 10.2922 1.50205 10.1461 1.64844C10 1.79483 10 2.02867 10 2.49635V10.0001C10 10.4715 10 10.7072 10.1464 10.8537C10.2929 11.0001 10.5286 11.0001 11 11.0001L21.4975 11.0001C21.9709 11.0001 22.2076 11.0001 22.3543 10.852C22.501 10.7039 22.4988 10.4686 22.4943 9.99804C22.4819 8.69365 22.4424 7.58639 22.3172 6.65483C22.1284 5.25046 21.7283 4.09665 20.8159 3.18426C19.9035 2.27187 18.7497 1.87176 17.3453 1.68295C15.9851 1.50008 14.2504 1.5001 12.0744 1.50012L11.9256 1.50012C11.6043 1.50012 11.2927 1.50012 10.9905 1.5007ZM22.4943 14.0022C22.4988 13.5317 22.501 13.2964 22.3543 13.1483C22.2076 13.0001 21.9709 13.0001 21.4975 13.0001L11 13.0001C10.5286 13.0001 10.2929 13.0001 10.1464 13.1466C10 13.293 10 13.5287 10 14.0001L10 21.5039C10 21.9716 10 22.2054 10.1461 22.3518C10.2922 22.4982 10.525 22.4986 10.9905 22.4995C11.2927 22.5001 11.6043 22.5001 11.9255 22.5001H12.0745C14.2504 22.5001 15.9852 22.5002 17.3453 22.3173C18.7497 22.1285 19.9035 21.7284 20.8159 20.816C21.7283 19.9036 22.1284 18.7498 22.3172 17.3454C22.4424 16.4139 22.4819 15.3066 22.4943 14.0022Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9268V12.0757C1.49998 14.2517 1.49996 15.9864 1.68282 17.3465C1.87164 18.7509 2.27175 19.9047 3.18414 20.8171C4.09653 21.7295 5.25033 22.1296 6.65471 22.3184C6.7501 22.3312 6.84733 22.3432 6.94642 22.3543C7.42656 22.408 7.66663 22.4348 7.83332 22.2858C8 22.1367 8 21.8853 8 21.3824V2.62005C8 2.1172 8 1.86578 7.83332 1.7167C7.66663 1.56763 7.42656 1.59449 6.94642 1.64822C6.84733 1.65931 6.7501 1.67124 6.65471 1.68406C5.25033 1.87287 4.09653 2.27298 3.18414 3.18537C2.27175 4.09776 1.87164 5.25157 1.68282 6.65595C1.49996 8.01608 1.49998 9.75081 1.5 11.9268Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9905 1.5007C10.525 1.5016 10.2922 1.50205 10.1461 1.64844C10 1.79483 10 2.02867 10 2.49635V10.0001C10 10.4715 10 10.7072 10.1464 10.8537C10.2929 11.0001 10.5286 11.0001 11 11.0001L21.4975 11.0001C21.9709 11.0001 22.2076 11.0001 22.3543 10.852C22.501 10.7039 22.4988 10.4686 22.4943 9.99804C22.4819 8.69365 22.4424 7.58639 22.3172 6.65483C22.1284 5.25046 21.7283 4.09665 20.8159 3.18426C19.9035 2.27187 18.7497 1.87176 17.3453 1.68295C15.9851 1.50008 14.2504 1.5001 12.0744 1.50012L11.9256 1.50012C11.6043 1.50012 11.2927 1.50012 10.9905 1.5007ZM22.4943 14.0022C22.4988 13.5317 22.501 13.2964 22.3543 13.1483C22.2076 13.0001 21.9709 13.0001 21.4975 13.0001L11 13.0001C10.5286 13.0001 10.2929 13.0001 10.1464 13.1466C10 13.293 10 13.5287 10 14.0001L10 21.5039C10 21.9716 10 22.2054 10.1461 22.3518C10.2922 22.4982 10.525 22.4986 10.9905 22.4995C11.2927 22.5001 11.6043 22.5001 11.9255 22.5001H12.0745C14.2504 22.5001 15.9852 22.5002 17.3453 22.3173C18.7497 22.1285 19.9035 21.7284 20.8159 20.816C21.7283 19.9036 22.1284 18.7498 22.3172 17.3454C22.4424 16.4139 22.4819 15.3066 22.4943 14.0022Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9268V12.0757C1.49998 14.2517 1.49996 15.9864 1.68282 17.3465C1.87164 18.7509 2.27175 19.9047 3.18414 20.8171C4.09653 21.7295 5.25033 22.1296 6.65471 22.3184C6.7501 22.3312 6.84733 22.3432 6.94642 22.3543C7.42656 22.408 7.66663 22.4348 7.83332 22.2858C8 22.1367 8 21.8853 8 21.3824V2.62005C8 2.1172 8 1.86578 7.83332 1.7167C7.66663 1.56763 7.42656 1.59449 6.94642 1.64822C6.84733 1.65931 6.7501 1.67124 6.65471 1.68406C5.25033 1.87287 4.09653 2.27298 3.18414 3.18537C2.27175 4.09776 1.87164 5.25157 1.68282 6.65595C1.49996 8.01608 1.49998 9.75081 1.5 11.9268Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-layout-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9257V12.0746C1.49998 14.2505 1.49996 15.9853 1.68282 17.3454C1.87164 18.7498 2.27175 19.9036 3.18414 20.816C4.09653 21.7284 5.25033 22.1285 6.65471 22.3173C6.83878 22.342 7 22.1969 7 22.0112L7 11.0001C7 10.5287 7 10.293 6.85355 10.1466C6.70711 10.0001 6.47141 10.0001 6 10.0001H2.49623C2.02855 10.0001 1.79471 10.0001 1.64832 10.1462C1.50193 10.2923 1.50148 10.5251 1.50058 10.9907C1.49999 11.2929 1.5 11.6045 1.5 11.9257ZM22.4994 10.9907C22.4985 10.5251 22.4981 10.2923 22.3517 10.1462C22.2053 10.0001 21.9715 10.0001 21.5038 10.0001H18C17.5286 10.0001 17.2929 10.0001 17.1464 10.1466C17 10.293 17 10.5287 17 11.0001L17 22.0112C17 22.1969 17.1612 22.342 17.3453 22.3173C18.7497 22.1285 19.9035 21.7284 20.8159 20.816C21.7283 19.9036 22.1284 18.7498 22.3172 17.3454C22.5 15.9853 22.5 14.2505 22.5 12.0745V11.9257C22.5 11.6045 22.5 11.2929 22.4994 10.9907ZM14.0256 22.4942C14.4823 22.4897 14.7106 22.4875 14.8553 22.3413C15 22.1952 15 21.9645 15 21.5031L15 11.0001C15 10.5287 15 10.293 14.8536 10.1466C14.7071 10.0001 14.4714 10.0001 14 10.0001L10 10.0001C9.5286 10.0001 9.29289 10.0001 9.14645 10.1466C9 10.293 9 10.5287 9 11.0001L9 21.5031C9 21.9645 9 22.1952 9.14472 22.3413C9.28944 22.4875 9.51775 22.4897 9.97436 22.4942C10.5812 22.5001 11.2309 22.5001 11.9255 22.5001H12.0745C12.7691 22.5001 13.4188 22.5001 14.0256 22.4942Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.64615 6.94654C1.59242 7.42669 1.56556 7.66676 1.71463 7.83344C1.8637 8.00012 2.11512 8.00012 2.61797 8.00012H21.3804C21.8832 8.00012 22.1346 8.00012 22.2837 7.83344C22.4328 7.66676 22.4059 7.42669 22.3522 6.94654C22.3411 6.84745 22.3292 6.75022 22.3163 6.65483C22.1275 5.25046 21.7274 4.09665 20.815 3.18426C19.9026 2.27187 18.7488 1.87176 17.3444 1.68295C15.9843 1.50008 14.2496 1.5001 12.0736 1.50012L11.9247 1.50012C9.74875 1.5001 8.01401 1.50008 6.65387 1.68295C5.24949 1.87176 4.09569 2.27187 3.1833 3.18426C2.27091 4.09665 1.8708 5.25046 1.68198 6.65484C1.66916 6.75022 1.65724 6.84745 1.64615 6.94654Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9257V12.0746C1.49998 14.2505 1.49996 15.9853 1.68282 17.3454C1.87164 18.7498 2.27175 19.9036 3.18414 20.816C4.09653 21.7284 5.25033 22.1285 6.65471 22.3173C6.83878 22.342 7 22.1969 7 22.0112L7 11.0001C7 10.5287 7 10.293 6.85355 10.1466C6.70711 10.0001 6.47141 10.0001 6 10.0001H2.49623C2.02855 10.0001 1.79471 10.0001 1.64832 10.1462C1.50193 10.2923 1.50148 10.5251 1.50058 10.9907C1.49999 11.2929 1.5 11.6045 1.5 11.9257ZM22.4994 10.9907C22.4985 10.5251 22.4981 10.2923 22.3517 10.1462C22.2053 10.0001 21.9715 10.0001 21.5038 10.0001H18C17.5286 10.0001 17.2929 10.0001 17.1464 10.1466C17 10.293 17 10.5287 17 11.0001L17 22.0112C17 22.1969 17.1612 22.342 17.3453 22.3173C18.7497 22.1285 19.9035 21.7284 20.8159 20.816C21.7283 19.9036 22.1284 18.7498 22.3172 17.3454C22.5 15.9853 22.5 14.2505 22.5 12.0745V11.9257C22.5 11.6045 22.5 11.2929 22.4994 10.9907ZM14.0256 22.4942C14.4823 22.4897 14.7106 22.4875 14.8553 22.3413C15 22.1952 15 21.9645 15 21.5031L15 11.0001C15 10.5287 15 10.293 14.8536 10.1466C14.7071 10.0001 14.4714 10.0001 14 10.0001L10 10.0001C9.5286 10.0001 9.29289 10.0001 9.14645 10.1466C9 10.293 9 10.5287 9 11.0001L9 21.5031C9 21.9645 9 22.1952 9.14472 22.3413C9.28944 22.4875 9.51775 22.4897 9.97436 22.4942C10.5812 22.5001 11.2309 22.5001 11.9255 22.5001H12.0745C12.7691 22.5001 13.4188 22.5001 14.0256 22.4942Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.64615 6.94654C1.59242 7.42669 1.56556 7.66676 1.71463 7.83344C1.8637 8.00012 2.11512 8.00012 2.61797 8.00012H21.3804C21.8832 8.00012 22.1346 8.00012 22.2837 7.83344C22.4328 7.66676 22.4059 7.42669 22.3522 6.94654C22.3411 6.84745 22.3292 6.75022 22.3163 6.65483C22.1275 5.25046 21.7274 4.09665 20.815 3.18426C19.9026 2.27187 18.7488 1.87176 17.3444 1.68295C15.9843 1.50008 14.2496 1.5001 12.0736 1.50012L11.9247 1.50012C9.74875 1.5001 8.01401 1.50008 6.65387 1.68295C5.24949 1.87176 4.09569 2.27187 3.1833 3.18426C2.27091 4.09665 1.8708 5.25046 1.68198 6.65484C1.66916 6.75022 1.65724 6.84745 1.64615 6.94654Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-layout-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9905 1.5007C10.525 1.5016 10.2922 1.50205 10.1461 1.64844C10 1.79483 10 2.02867 10 2.49635V6.00013C10 6.47153 10 6.70723 10.1464 6.85368C10.2929 7.00012 10.5286 7.00012 11 7.00012H22.0111C22.1968 7.00012 22.3419 6.8389 22.3172 6.65483C22.1284 5.25046 21.7283 4.09665 20.8159 3.18426C19.9035 2.27187 18.7497 1.87176 17.3453 1.68295C15.9851 1.50008 14.2504 1.5001 12.0744 1.50012L11.9256 1.50012C11.6043 1.50012 11.2927 1.50012 10.9905 1.5007ZM22.4941 9.97449C22.4896 9.51787 22.4874 9.28956 22.3412 9.14484C22.1951 9.00012 21.9644 9.00012 21.503 9.00012H11C10.5286 9.00012 10.2929 9.00012 10.1464 9.14657C10 9.29302 10 9.52872 10 10.0001L10 14.0001C10 14.4715 10 14.7072 10.1464 14.8537C10.2929 15.0001 10.5286 15.0001 11 15.0001H21.503C21.9644 15.0001 22.1951 15.0001 22.3412 14.8554C22.4874 14.7107 22.4896 14.4824 22.4941 14.0258C22.5 13.4189 22.5 12.7692 22.5 12.0745V11.9257C22.5 11.231 22.5 10.5814 22.4941 9.97449ZM22.3172 17.3454C22.3419 17.1613 22.1968 17.0001 22.0111 17.0001H11C10.5286 17.0001 10.2929 17.0001 10.1464 17.1466C10 17.293 10 17.5287 10 18.0001L10 21.5039C10 21.9716 10 22.2054 10.1461 22.3518C10.2922 22.4982 10.525 22.4986 10.9905 22.4995C11.2927 22.5001 11.6043 22.5001 11.9255 22.5001H12.0745C14.2504 22.5001 15.9852 22.5002 17.3453 22.3173C18.7497 22.1285 19.9035 21.7284 20.8159 20.816C21.7283 19.9036 22.1284 18.7498 22.3172 17.3454Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9268V12.0757C1.49998 14.2517 1.49996 15.9864 1.68282 17.3465C1.87164 18.7509 2.27175 19.9047 3.18414 20.8171C4.09653 21.7295 5.25033 22.1296 6.65471 22.3184C6.7501 22.3312 6.84733 22.3432 6.94642 22.3543C7.42656 22.408 7.66663 22.4348 7.83332 22.2858C8 22.1367 8 21.8853 8 21.3824V2.62005C8 2.1172 8 1.86578 7.83332 1.7167C7.66663 1.56763 7.42656 1.59449 6.94642 1.64822C6.84733 1.65931 6.7501 1.67124 6.65471 1.68406C5.25033 1.87287 4.09653 2.27298 3.18414 3.18537C2.27175 4.09776 1.87164 5.25157 1.68282 6.65595C1.49996 8.01608 1.49998 9.75081 1.5 11.9268Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9905 1.5007C10.525 1.5016 10.2922 1.50205 10.1461 1.64844C10 1.79483 10 2.02867 10 2.49635V6.00013C10 6.47153 10 6.70723 10.1464 6.85368C10.2929 7.00012 10.5286 7.00012 11 7.00012H22.0111C22.1968 7.00012 22.3419 6.8389 22.3172 6.65483C22.1284 5.25046 21.7283 4.09665 20.8159 3.18426C19.9035 2.27187 18.7497 1.87176 17.3453 1.68295C15.9851 1.50008 14.2504 1.5001 12.0744 1.50012L11.9256 1.50012C11.6043 1.50012 11.2927 1.50012 10.9905 1.5007ZM22.4941 9.97449C22.4896 9.51787 22.4874 9.28956 22.3412 9.14484C22.1951 9.00012 21.9644 9.00012 21.503 9.00012H11C10.5286 9.00012 10.2929 9.00012 10.1464 9.14657C10 9.29302 10 9.52872 10 10.0001L10 14.0001C10 14.4715 10 14.7072 10.1464 14.8537C10.2929 15.0001 10.5286 15.0001 11 15.0001H21.503C21.9644 15.0001 22.1951 15.0001 22.3412 14.8554C22.4874 14.7107 22.4896 14.4824 22.4941 14.0258C22.5 13.4189 22.5 12.7692 22.5 12.0745V11.9257C22.5 11.231 22.5 10.5814 22.4941 9.97449ZM22.3172 17.3454C22.3419 17.1613 22.1968 17.0001 22.0111 17.0001H11C10.5286 17.0001 10.2929 17.0001 10.1464 17.1466C10 17.293 10 17.5287 10 18.0001L10 21.5039C10 21.9716 10 22.2054 10.1461 22.3518C10.2922 22.4982 10.525 22.4986 10.9905 22.4995C11.2927 22.5001 11.6043 22.5001 11.9255 22.5001H12.0745C14.2504 22.5001 15.9852 22.5002 17.3453 22.3173C18.7497 22.1285 19.9035 21.7284 20.8159 20.816C21.7283 19.9036 22.1284 18.7498 22.3172 17.3454Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9268V12.0757C1.49998 14.2517 1.49996 15.9864 1.68282 17.3465C1.87164 18.7509 2.27175 19.9047 3.18414 20.8171C4.09653 21.7295 5.25033 22.1296 6.65471 22.3184C6.7501 22.3312 6.84733 22.3432 6.94642 22.3543C7.42656 22.408 7.66663 22.4348 7.83332 22.2858C8 22.1367 8 21.8853 8 21.3824V2.62005C8 2.1172 8 1.86578 7.83332 1.7167C7.66663 1.56763 7.42656 1.59449 6.94642 1.64822C6.84733 1.65931 6.7501 1.67124 6.65471 1.68406C5.25033 1.87287 4.09653 2.27298 3.18414 3.18537C2.27175 4.09776 1.87164 5.25157 1.68282 6.65595C1.49996 8.01608 1.49998 9.75081 1.5 11.9268Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-layout-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9255V12.0745C1.49998 14.2504 1.49996 15.9852 1.68282 17.3453C1.87164 18.7497 2.27175 19.9035 3.18414 20.8159C4.09653 21.7283 5.25033 22.1284 6.65471 22.3172C6.83878 22.3419 7 22.1968 7 22.0111L7 11C7 10.5286 7 10.2929 6.85355 10.1464C6.70711 10 6.47141 10 6 10H2.49623C2.02855 10 1.79471 10 1.64832 10.1461C1.50193 10.2922 1.50148 10.525 1.50058 10.9905C1.49999 11.2927 1.5 11.6043 1.5 11.9255ZM22.4994 10.9905C22.4985 10.525 22.4981 10.2922 22.3517 10.1461C22.2053 10 21.9715 10 21.5038 10L10 10C9.5286 10 9.29289 10 9.14645 10.1464C9 10.2929 9 10.5286 9 11V13C9 13.4714 9 13.7071 9.14645 13.8536C9.29289 14 9.5286 14 10 14L21.5038 14C21.9715 14 22.2053 14 22.3517 13.8539C22.4981 13.7078 22.4985 13.475 22.4994 13.0095C22.5 12.7073 22.5 12.3956 22.5 12.0744V11.9256C22.5 11.6043 22.5 11.2927 22.4994 10.9905ZM22.353 17.0536C22.4067 16.5734 22.4336 16.3334 22.2845 16.1667C22.1355 16 21.884 16 21.3812 16L10 16C9.5286 16 9.29289 16 9.14645 16.1464C9 16.2929 9 16.5286 9 17V21.503C9 21.9644 9 22.1951 9.14472 22.3412C9.28944 22.4874 9.51775 22.4896 9.97436 22.4941C10.5812 22.5 11.2309 22.5 11.9255 22.5H12.0745C14.2504 22.5 15.9852 22.5 17.3453 22.3172C18.7497 22.1284 19.9035 21.7283 20.8159 20.8159C21.7283 19.9035 22.1284 18.7497 22.3172 17.3453C22.33 17.2499 22.3419 17.1527 22.353 17.0536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.64615 6.94642C1.59242 7.42656 1.56556 7.66663 1.71463 7.83332C1.8637 8 2.11512 8 2.61797 8H21.3804C21.8832 8 22.1346 8 22.2837 7.83332C22.4328 7.66663 22.4059 7.42656 22.3522 6.94642C22.3411 6.84733 22.3292 6.7501 22.3163 6.65471C22.1275 5.25033 21.7274 4.09653 20.815 3.18414C19.9026 2.27175 18.7488 1.87164 17.3444 1.68282C15.9843 1.49996 14.2496 1.49998 12.0736 1.5L11.9247 1.5C9.74875 1.49998 8.01401 1.49996 6.65387 1.68282C5.24949 1.87164 4.09569 2.27175 3.1833 3.18414C2.27091 4.09653 1.8708 5.25033 1.68198 6.65471C1.66916 6.7501 1.65724 6.84733 1.64615 6.94642Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9255V12.0745C1.49998 14.2504 1.49996 15.9852 1.68282 17.3453C1.87164 18.7497 2.27175 19.9035 3.18414 20.8159C4.09653 21.7283 5.25033 22.1284 6.65471 22.3172C6.83878 22.3419 7 22.1968 7 22.0111L7 11C7 10.5286 7 10.2929 6.85355 10.1464C6.70711 10 6.47141 10 6 10H2.49623C2.02855 10 1.79471 10 1.64832 10.1461C1.50193 10.2922 1.50148 10.525 1.50058 10.9905C1.49999 11.2927 1.5 11.6043 1.5 11.9255ZM22.4994 10.9905C22.4985 10.525 22.4981 10.2922 22.3517 10.1461C22.2053 10 21.9715 10 21.5038 10L10 10C9.5286 10 9.29289 10 9.14645 10.1464C9 10.2929 9 10.5286 9 11V13C9 13.4714 9 13.7071 9.14645 13.8536C9.29289 14 9.5286 14 10 14L21.5038 14C21.9715 14 22.2053 14 22.3517 13.8539C22.4981 13.7078 22.4985 13.475 22.4994 13.0095C22.5 12.7073 22.5 12.3956 22.5 12.0744V11.9256C22.5 11.6043 22.5 11.2927 22.4994 10.9905ZM22.353 17.0536C22.4067 16.5734 22.4336 16.3334 22.2845 16.1667C22.1355 16 21.884 16 21.3812 16L10 16C9.5286 16 9.29289 16 9.14645 16.1464C9 16.2929 9 16.5286 9 17V21.503C9 21.9644 9 22.1951 9.14472 22.3412C9.28944 22.4874 9.51775 22.4896 9.97436 22.4941C10.5812 22.5 11.2309 22.5 11.9255 22.5H12.0745C14.2504 22.5 15.9852 22.5 17.3453 22.3172C18.7497 22.1284 19.9035 21.7283 20.8159 20.8159C21.7283 19.9035 22.1284 18.7497 22.3172 17.3453C22.33 17.2499 22.3419 17.1527 22.353 17.0536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.64615 6.94642C1.59242 7.42656 1.56556 7.66663 1.71463 7.83332C1.8637 8 2.11512 8 2.61797 8H21.3804C21.8832 8 22.1346 8 22.2837 7.83332C22.4328 7.66663 22.4059 7.42656 22.3522 6.94642C22.3411 6.84733 22.3292 6.7501 22.3163 6.65471C22.1275 5.25033 21.7274 4.09653 20.815 3.18414C19.9026 2.27175 18.7488 1.87164 17.3444 1.68282C15.9843 1.49996 14.2496 1.49998 12.0736 1.5L11.9247 1.5C9.74875 1.49998 8.01401 1.49996 6.65387 1.68282C5.24949 1.87164 4.09569 2.27175 3.1833 3.18414C2.27091 4.09653 1.8708 5.25033 1.68198 6.65471C1.66916 6.7501 1.65724 6.84733 1.64615 6.94642Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-layout-2-column{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 21.4971C13 21.9705 13 22.2071 13.1481 22.3539C13.2963 22.5006 13.5315 22.4984 14.0021 22.4939C15.3065 22.4815 16.4137 22.442 17.3453 22.3168C18.7497 22.1279 19.9035 21.7278 20.8159 20.8154C21.7283 19.9031 22.1284 18.7493 22.3172 17.3449C22.5 15.9847 22.5 14.25 22.5 12.074V11.9252C22.5 9.74917 22.5 8.01444 22.3172 6.6543C22.1284 5.24992 21.7283 4.09611 20.8159 3.18372C19.9035 2.27133 18.7497 1.87122 17.3453 1.68241C16.4137 1.55716 15.3065 1.51771 14.0021 1.50528C13.5315 1.5008 13.2963 1.49856 13.1481 1.64529C13 1.79202 13 2.02869 13 2.50204V21.4971Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 2.50204C11 2.02869 11 1.79202 10.8519 1.64529C10.7037 1.49856 10.4685 1.5008 9.99792 1.50528C8.69353 1.51771 7.58626 1.55716 6.65471 1.68241C5.25033 1.87122 4.09653 2.27133 3.18414 3.18372C2.27175 4.09611 1.87164 5.24992 1.68282 6.6543C1.49996 8.01443 1.49998 9.74915 1.5 11.9251V12.074C1.49998 14.25 1.49996 15.9847 1.68282 17.3449C1.87164 18.7493 2.27175 19.9031 3.18414 20.8154C4.09653 21.7278 5.25033 22.1279 6.65471 22.3168C7.58626 22.442 8.69353 22.4815 9.99792 22.4939C10.4685 22.4984 10.7037 22.5006 10.8519 22.3539C11 22.2071 11 21.9705 11 21.4971V2.50204Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 21.4971C13 21.9705 13 22.2071 13.1481 22.3539C13.2963 22.5006 13.5315 22.4984 14.0021 22.4939C15.3065 22.4815 16.4137 22.442 17.3453 22.3168C18.7497 22.1279 19.9035 21.7278 20.8159 20.8154C21.7283 19.9031 22.1284 18.7493 22.3172 17.3449C22.5 15.9847 22.5 14.25 22.5 12.074V11.9252C22.5 9.74917 22.5 8.01444 22.3172 6.6543C22.1284 5.24992 21.7283 4.09611 20.8159 3.18372C19.9035 2.27133 18.7497 1.87122 17.3453 1.68241C16.4137 1.55716 15.3065 1.51771 14.0021 1.50528C13.5315 1.5008 13.2963 1.49856 13.1481 1.64529C13 1.79202 13 2.02869 13 2.50204V21.4971Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 2.50204C11 2.02869 11 1.79202 10.8519 1.64529C10.7037 1.49856 10.4685 1.5008 9.99792 1.50528C8.69353 1.51771 7.58626 1.55716 6.65471 1.68241C5.25033 1.87122 4.09653 2.27133 3.18414 3.18372C2.27175 4.09611 1.87164 5.24992 1.68282 6.6543C1.49996 8.01443 1.49998 9.74915 1.5 11.9251V12.074C1.49998 14.25 1.49996 15.9847 1.68282 17.3449C1.87164 18.7493 2.27175 19.9031 3.18414 20.8154C4.09653 21.7278 5.25033 22.1279 6.65471 22.3168C7.58626 22.442 8.69353 22.4815 9.99792 22.4939C10.4685 22.4984 10.7037 22.5006 10.8519 22.3539C11 22.2071 11 21.9705 11 21.4971V2.50204Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-layout-2-row{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.4947 14.0021C22.4991 13.5315 22.5014 13.2963 22.3546 13.1481C22.2079 13 21.9712 13 21.4979 13L2.50303 13C2.02969 13 1.79302 13 1.64629 13.1481C1.49956 13.2963 1.50179 13.5315 1.50625 14.0021C1.51862 15.3064 1.55794 16.4138 1.68317 17.3453C1.87199 18.7497 2.2721 19.9035 3.18449 20.8159C4.09688 21.7283 5.25068 22.1284 6.65506 22.3172C8.0152 22.5 9.74992 22.5 11.9259 22.5H12.0748C14.2508 22.5 15.9855 22.5 17.3456 22.3172C18.75 22.1284 19.9038 21.7283 20.8162 20.8159C21.7286 19.9035 22.1287 18.7497 22.3175 17.3453C22.4428 16.4137 22.4822 15.3065 22.4947 14.0021Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.50625 9.99792C1.50179 10.4685 1.49956 10.7037 1.64629 10.8519C1.79302 11 2.02969 11 2.50303 11L21.4979 11C21.9712 11 22.2079 11 22.3546 10.8519C22.5014 10.7037 22.4991 10.4685 22.4947 9.99792C22.4822 8.69353 22.4428 7.58627 22.3175 6.65471C22.1287 5.25034 21.7286 4.09653 20.8162 3.18414C19.9038 2.27175 18.75 1.87164 17.3456 1.68282C15.9855 1.49996 14.2508 1.49998 12.0748 1.5H11.9259C9.74994 1.49998 8.0152 1.49996 6.65506 1.68283C5.25068 1.87164 4.09688 2.27175 3.18449 3.18414C2.2721 4.09653 1.87199 5.25034 1.68317 6.65472C1.55794 7.58622 1.51862 8.69356 1.50625 9.99792Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.4947 14.0021C22.4991 13.5315 22.5014 13.2963 22.3546 13.1481C22.2079 13 21.9712 13 21.4979 13L2.50303 13C2.02969 13 1.79302 13 1.64629 13.1481C1.49956 13.2963 1.50179 13.5315 1.50625 14.0021C1.51862 15.3064 1.55794 16.4138 1.68317 17.3453C1.87199 18.7497 2.2721 19.9035 3.18449 20.8159C4.09688 21.7283 5.25068 22.1284 6.65506 22.3172C8.0152 22.5 9.74992 22.5 11.9259 22.5H12.0748C14.2508 22.5 15.9855 22.5 17.3456 22.3172C18.75 22.1284 19.9038 21.7283 20.8162 20.8159C21.7286 19.9035 22.1287 18.7497 22.3175 17.3453C22.4428 16.4137 22.4822 15.3065 22.4947 14.0021Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.50625 9.99792C1.50179 10.4685 1.49956 10.7037 1.64629 10.8519C1.79302 11 2.02969 11 2.50303 11L21.4979 11C21.9712 11 22.2079 11 22.3546 10.8519C22.5014 10.7037 22.4991 10.4685 22.4947 9.99792C22.4822 8.69353 22.4428 7.58627 22.3175 6.65471C22.1287 5.25034 21.7286 4.09653 20.8162 3.18414C19.9038 2.27175 18.75 1.87164 17.3456 1.68282C15.9855 1.49996 14.2508 1.49998 12.0748 1.5H11.9259C9.74994 1.49998 8.0152 1.49996 6.65506 1.68283C5.25068 1.87164 4.09688 2.27175 3.18449 3.18414C2.2721 4.09653 1.87199 5.25034 1.68317 6.65472C1.55794 7.58622 1.51862 8.69356 1.50625 9.99792Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-layout-3-column{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9271V12.076C1.49998 14.252 1.49996 15.9867 1.68282 17.3469C1.87164 18.7513 2.27175 19.9051 3.18414 20.8175C4.09653 21.7298 5.25033 22.13 6.65471 22.3188C6.92267 22.3548 7.05665 22.3728 7.17331 22.3297C7.28475 22.2885 7.38606 22.1999 7.44173 22.095C7.5 21.9851 7.5 21.8423 7.5 21.5568V2.44641C7.5 2.16088 7.5 2.01811 7.44173 1.90823C7.38606 1.80327 7.28475 1.71467 7.17331 1.67349C7.05665 1.63038 6.92267 1.64839 6.65471 1.68442C5.25033 1.87323 4.09653 2.27334 3.18414 3.18573C2.27175 4.09812 1.87164 5.25193 1.68282 6.65631C1.49996 8.01644 1.49998 9.75117 1.5 11.9271ZM17.3453 1.68442C17.0773 1.64839 16.9433 1.63038 16.8267 1.67349C16.7152 1.71467 16.6139 1.80327 16.5583 1.90823C16.5 2.01811 16.5 2.16088 16.5 2.44641V21.5568C16.5 21.8423 16.5 21.9851 16.5583 22.095C16.6139 22.1999 16.7152 22.2885 16.8267 22.3297C16.9433 22.3728 17.0773 22.3548 17.3453 22.3188C18.7497 22.13 19.9035 21.7298 20.8159 20.8175C21.7283 19.9051 22.1284 18.7513 22.3172 17.3469C22.5 15.9867 22.5 14.252 22.5 12.076V11.9272C22.5 9.75118 22.5 8.01645 22.3172 6.65631C22.1284 5.25193 21.7283 4.09812 20.8159 3.18573C19.9035 2.27334 18.7497 1.87323 17.3453 1.68442Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4837 1.50214C10.022 1.50442 9.79114 1.50557 9.64557 1.65186C9.5 1.79816 9.5 2.03069 9.5 2.49575V21.504C9.5 21.9691 9.5 22.2016 9.64557 22.3479C9.79114 22.4942 10.022 22.4953 10.4837 22.4976C10.9412 22.4999 11.4215 22.4999 11.9255 22.4999H12.0745C12.5785 22.4999 13.0588 22.4999 13.5163 22.4976C13.978 22.4953 14.2089 22.4942 14.3544 22.3479C14.5 22.2016 14.5 21.9691 14.5 21.504V2.49575C14.5 2.03069 14.5 1.79816 14.3544 1.65186C14.2089 1.50557 13.978 1.50442 13.5163 1.50213C13.0588 1.49987 12.5784 1.49987 12.0744 1.49988L11.9256 1.49988C11.4216 1.49987 10.9412 1.49987 10.4837 1.50214Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9271V12.076C1.49998 14.252 1.49996 15.9867 1.68282 17.3469C1.87164 18.7513 2.27175 19.9051 3.18414 20.8175C4.09653 21.7298 5.25033 22.13 6.65471 22.3188C6.92267 22.3548 7.05665 22.3728 7.17331 22.3297C7.28475 22.2885 7.38606 22.1999 7.44173 22.095C7.5 21.9851 7.5 21.8423 7.5 21.5568V2.44641C7.5 2.16088 7.5 2.01811 7.44173 1.90823C7.38606 1.80327 7.28475 1.71467 7.17331 1.67349C7.05665 1.63038 6.92267 1.64839 6.65471 1.68442C5.25033 1.87323 4.09653 2.27334 3.18414 3.18573C2.27175 4.09812 1.87164 5.25193 1.68282 6.65631C1.49996 8.01644 1.49998 9.75117 1.5 11.9271ZM17.3453 1.68442C17.0773 1.64839 16.9433 1.63038 16.8267 1.67349C16.7152 1.71467 16.6139 1.80327 16.5583 1.90823C16.5 2.01811 16.5 2.16088 16.5 2.44641V21.5568C16.5 21.8423 16.5 21.9851 16.5583 22.095C16.6139 22.1999 16.7152 22.2885 16.8267 22.3297C16.9433 22.3728 17.0773 22.3548 17.3453 22.3188C18.7497 22.13 19.9035 21.7298 20.8159 20.8175C21.7283 19.9051 22.1284 18.7513 22.3172 17.3469C22.5 15.9867 22.5 14.252 22.5 12.076V11.9272C22.5 9.75118 22.5 8.01645 22.3172 6.65631C22.1284 5.25193 21.7283 4.09812 20.8159 3.18573C19.9035 2.27334 18.7497 1.87323 17.3453 1.68442Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4837 1.50214C10.022 1.50442 9.79114 1.50557 9.64557 1.65186C9.5 1.79816 9.5 2.03069 9.5 2.49575V21.504C9.5 21.9691 9.5 22.2016 9.64557 22.3479C9.79114 22.4942 10.022 22.4953 10.4837 22.4976C10.9412 22.4999 11.4215 22.4999 11.9255 22.4999H12.0745C12.5785 22.4999 13.0588 22.4999 13.5163 22.4976C13.978 22.4953 14.2089 22.4942 14.3544 22.3479C14.5 22.2016 14.5 21.9691 14.5 21.504V2.49575C14.5 2.03069 14.5 1.79816 14.3544 1.65186C14.2089 1.50557 13.978 1.50442 13.5163 1.50213C13.0588 1.49987 12.5784 1.49987 12.0744 1.49988L11.9256 1.49988C11.4216 1.49987 10.9412 1.49987 10.4837 1.50214Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-layout-3-row{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.68259 6.65459C1.64656 6.92255 1.62855 7.05653 1.67166 7.17319C1.71284 7.28463 1.80144 7.38594 1.9064 7.44161C2.01628 7.49988 2.15905 7.49988 2.44458 7.49988L21.5549 7.49988C21.8405 7.49988 21.9832 7.49988 22.0931 7.44161C22.1981 7.38594 22.2867 7.28463 22.3279 7.1732C22.371 7.05653 22.353 6.92255 22.3169 6.65459C22.1281 5.25021 21.728 4.09641 20.8156 3.18401C19.9032 2.27162 18.7494 1.87152 17.3451 1.6827C15.9849 1.49984 14.2502 1.49985 12.0742 1.49988L11.9253 1.49988C9.74935 1.49985 8.01462 1.49984 6.65447 1.6827C5.25009 1.87152 4.09629 2.27162 3.1839 3.18401C2.27151 4.09641 1.8714 5.25021 1.68259 6.65459ZM22.3169 17.3452C22.353 17.0772 22.371 16.9432 22.3279 16.8266C22.2867 16.7151 22.1981 16.6138 22.0931 16.5582C21.9832 16.4999 21.8405 16.4999 21.5549 16.4999L2.44458 16.4999C2.15905 16.4999 2.01628 16.4999 1.9064 16.5582C1.80144 16.6138 1.71284 16.7151 1.67166 16.8266C1.62855 16.9432 1.64656 17.0772 1.68259 17.3452C1.8714 18.7495 2.27151 19.9034 3.1839 20.8157C4.09629 21.7281 5.2501 22.1282 6.65447 22.3171C8.01461 22.4999 9.74934 22.4999 11.9253 22.4999H12.0742C14.2502 22.4999 15.9849 22.4999 17.3451 22.3171C18.7494 22.1282 19.9032 21.7281 20.8156 20.8157C21.728 19.9034 22.1281 18.7495 22.3169 17.3452Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9254V12.0743C1.5 12.5783 1.49999 13.0587 1.50226 13.5161C1.50455 13.9779 1.50569 14.2087 1.65199 14.3543C1.79828 14.4999 2.03081 14.4999 2.49587 14.4999L21.5041 14.4999C21.9692 14.4999 22.2017 14.4999 22.348 14.3543C22.4943 14.2087 22.4955 13.9779 22.4977 13.5161C22.5 13.0586 22.5 12.5783 22.5 12.0743V11.9255C22.5 11.4214 22.5 10.9411 22.4977 10.4836C22.4955 10.0219 22.4943 9.79102 22.348 9.64545C22.2017 9.49988 21.9692 9.49988 21.5041 9.49988L2.49587 9.49988C2.03081 9.49988 1.79828 9.49988 1.65198 9.64545C1.50569 9.79102 1.50455 10.0219 1.50226 10.4836C1.49999 10.9411 1.5 11.4214 1.5 11.9254Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.68259 6.65459C1.64656 6.92255 1.62855 7.05653 1.67166 7.17319C1.71284 7.28463 1.80144 7.38594 1.9064 7.44161C2.01628 7.49988 2.15905 7.49988 2.44458 7.49988L21.5549 7.49988C21.8405 7.49988 21.9832 7.49988 22.0931 7.44161C22.1981 7.38594 22.2867 7.28463 22.3279 7.1732C22.371 7.05653 22.353 6.92255 22.3169 6.65459C22.1281 5.25021 21.728 4.09641 20.8156 3.18401C19.9032 2.27162 18.7494 1.87152 17.3451 1.6827C15.9849 1.49984 14.2502 1.49985 12.0742 1.49988L11.9253 1.49988C9.74935 1.49985 8.01462 1.49984 6.65447 1.6827C5.25009 1.87152 4.09629 2.27162 3.1839 3.18401C2.27151 4.09641 1.8714 5.25021 1.68259 6.65459ZM22.3169 17.3452C22.353 17.0772 22.371 16.9432 22.3279 16.8266C22.2867 16.7151 22.1981 16.6138 22.0931 16.5582C21.9832 16.4999 21.8405 16.4999 21.5549 16.4999L2.44458 16.4999C2.15905 16.4999 2.01628 16.4999 1.9064 16.5582C1.80144 16.6138 1.71284 16.7151 1.67166 16.8266C1.62855 16.9432 1.64656 17.0772 1.68259 17.3452C1.8714 18.7495 2.27151 19.9034 3.1839 20.8157C4.09629 21.7281 5.2501 22.1282 6.65447 22.3171C8.01461 22.4999 9.74934 22.4999 11.9253 22.4999H12.0742C14.2502 22.4999 15.9849 22.4999 17.3451 22.3171C18.7494 22.1282 19.9032 21.7281 20.8156 20.8157C21.728 19.9034 22.1281 18.7495 22.3169 17.3452Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9254V12.0743C1.5 12.5783 1.49999 13.0587 1.50226 13.5161C1.50455 13.9779 1.50569 14.2087 1.65199 14.3543C1.79828 14.4999 2.03081 14.4999 2.49587 14.4999L21.5041 14.4999C21.9692 14.4999 22.2017 14.4999 22.348 14.3543C22.4943 14.2087 22.4955 13.9779 22.4977 13.5161C22.5 13.0586 22.5 12.5783 22.5 12.0743V11.9255C22.5 11.4214 22.5 10.9411 22.4977 10.4836C22.4955 10.0219 22.4943 9.79102 22.348 9.64545C22.2017 9.49988 21.9692 9.49988 21.5041 9.49988L2.49587 9.49988C2.03081 9.49988 1.79828 9.49988 1.65198 9.64545C1.50569 9.79102 1.50455 10.0219 1.50226 10.4836C1.49999 10.9411 1.5 11.4214 1.5 11.9254Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-layout-bottom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9257V12.0746C1.5 12.3958 1.49999 12.7074 1.50058 13.0096C1.50148 13.4751 1.50193 13.7079 1.64832 13.854C1.79471 14.0001 2.02855 14.0001 2.49623 14.0001L21.5038 14.0001C21.9715 14.0001 22.2053 14.0001 22.3517 13.854C22.4981 13.7079 22.4985 13.4751 22.4994 13.0096C22.5 12.7074 22.5 12.3958 22.5 12.0745V11.9257C22.5 9.74971 22.5 8.01498 22.3172 6.65483C22.1284 5.25046 21.7283 4.09665 20.8159 3.18426C19.9035 2.27187 18.7497 1.87176 17.3453 1.68295C15.9851 1.50008 14.2504 1.5001 12.0744 1.50012L11.9256 1.50012C9.74959 1.5001 8.01485 1.50008 6.65471 1.68295C5.25033 1.87176 4.09653 2.27187 3.18414 3.18426C2.27175 4.09665 1.87164 5.25046 1.68282 6.65484C1.49996 8.01497 1.49998 9.7497 1.5 11.9257Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.3532 17.0537C22.4069 16.5736 22.4337 16.3335 22.2847 16.1668C22.1356 16.0001 21.8842 16.0001 21.3813 16.0001L2.61895 16.0001C2.1161 16.0001 1.86468 16.0001 1.71561 16.1668C1.56653 16.3335 1.5934 16.5736 1.64712 17.0537C1.65821 17.1528 1.67014 17.25 1.68296 17.3454C1.87178 18.7498 2.27188 19.9036 3.18427 20.816C4.09666 21.7284 5.25047 22.1285 6.65485 22.3173C8.01499 22.5002 9.74971 22.5001 11.9257 22.5001H12.0746C14.2506 22.5001 15.9853 22.5002 17.3454 22.3173C18.7498 22.1285 19.9036 21.7284 20.816 20.816C21.7284 19.9036 22.1285 18.7498 22.3173 17.3454C22.3301 17.25 22.3421 17.1528 22.3532 17.0537Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9257V12.0746C1.5 12.3958 1.49999 12.7074 1.50058 13.0096C1.50148 13.4751 1.50193 13.7079 1.64832 13.854C1.79471 14.0001 2.02855 14.0001 2.49623 14.0001L21.5038 14.0001C21.9715 14.0001 22.2053 14.0001 22.3517 13.854C22.4981 13.7079 22.4985 13.4751 22.4994 13.0096C22.5 12.7074 22.5 12.3958 22.5 12.0745V11.9257C22.5 9.74971 22.5 8.01498 22.3172 6.65483C22.1284 5.25046 21.7283 4.09665 20.8159 3.18426C19.9035 2.27187 18.7497 1.87176 17.3453 1.68295C15.9851 1.50008 14.2504 1.5001 12.0744 1.50012L11.9256 1.50012C9.74959 1.5001 8.01485 1.50008 6.65471 1.68295C5.25033 1.87176 4.09653 2.27187 3.18414 3.18426C2.27175 4.09665 1.87164 5.25046 1.68282 6.65484C1.49996 8.01497 1.49998 9.7497 1.5 11.9257Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.3532 17.0537C22.4069 16.5736 22.4337 16.3335 22.2847 16.1668C22.1356 16.0001 21.8842 16.0001 21.3813 16.0001L2.61895 16.0001C2.1161 16.0001 1.86468 16.0001 1.71561 16.1668C1.56653 16.3335 1.5934 16.5736 1.64712 17.0537C1.65821 17.1528 1.67014 17.25 1.68296 17.3454C1.87178 18.7498 2.27188 19.9036 3.18427 20.816C4.09666 21.7284 5.25047 22.1285 6.65485 22.3173C8.01499 22.5002 9.74971 22.5001 11.9257 22.5001H12.0746C14.2506 22.5001 15.9853 22.5002 17.3454 22.3173C18.7498 22.1285 19.9036 21.7284 20.816 20.816C21.7284 19.9036 22.1285 18.7498 22.3173 17.3454C22.3301 17.25 22.3421 17.1528 22.3532 17.0537Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-layout-grid{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.50204 12.9996C2.02869 12.9996 1.79202 12.9996 1.64529 13.1477C1.49856 13.2959 1.5008 13.5311 1.50528 14.0017C1.51771 15.3061 1.55716 16.4133 1.68241 17.3449C1.87122 18.7493 2.27133 19.9031 3.18372 20.8154C4.09611 21.7278 5.24992 22.1279 6.6543 22.3168C7.58585 22.442 8.69311 22.4815 9.9975 22.4939C10.468 22.4984 10.7033 22.5006 10.8514 22.3539C10.9996 22.2071 10.9996 21.9705 10.9996 21.4971V13.9996C10.9996 13.5282 10.9996 13.2925 10.8531 13.146C10.7067 12.9996 10.471 12.9996 9.99958 12.9996H2.50204ZM22.4939 9.99751C22.4984 10.468 22.5006 10.7033 22.3539 10.8515C22.2071 10.9996 21.9705 10.9996 21.4971 10.9996H13.9996C13.5282 10.9996 13.2925 10.9996 13.146 10.8531C12.9996 10.7067 12.9996 10.471 12.9996 9.99959V2.50204C12.9996 2.02869 12.9996 1.79202 13.1477 1.64529C13.2959 1.49856 13.5311 1.5008 14.0017 1.50528C15.3061 1.51771 16.4133 1.55716 17.3449 1.68241C18.7493 1.87122 19.9031 2.27133 20.8154 3.18372C21.7278 4.09611 22.1279 5.24992 22.3168 6.6543C22.442 7.58585 22.4815 8.69311 22.4939 9.99751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9996 2.50204C10.9996 2.02869 10.9996 1.79202 10.8514 1.64529C10.7033 1.49856 10.468 1.5008 9.9975 1.50528C8.69311 1.51771 7.58585 1.55716 6.65429 1.68241C5.24992 1.87122 4.09611 2.27133 3.18372 3.18372C2.27133 4.09611 1.87122 5.24992 1.68241 6.6543C1.55716 7.58585 1.51771 8.69311 1.50528 9.99751C1.5008 10.468 1.49856 10.7033 1.64529 10.8515C1.79202 10.9996 2.02869 10.9996 2.50204 10.9996H9.99958C10.471 10.9996 10.7067 10.9996 10.8531 10.8531C10.9996 10.7067 10.9996 10.471 10.9996 9.99959V2.50204ZM12.9996 21.4971C12.9996 21.9705 12.9996 22.2071 13.1477 22.3539C13.2959 22.5006 13.5311 22.4984 14.0017 22.4939C15.3061 22.4815 16.4133 22.442 17.3449 22.3168C18.7493 22.1279 19.9031 21.7278 20.8154 20.8154C21.7278 19.9031 22.1279 18.7493 22.3168 17.3449C22.442 16.4133 22.4815 15.3061 22.4939 14.0017C22.4984 13.5311 22.5006 13.2959 22.3539 13.1477C22.2071 12.9996 21.9705 12.9996 21.4971 12.9996H13.9996C13.5282 12.9996 13.2925 12.9996 13.146 13.146C12.9996 13.2925 12.9996 13.5282 12.9996 13.9996V21.4971Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.50204 12.9996C2.02869 12.9996 1.79202 12.9996 1.64529 13.1477C1.49856 13.2959 1.5008 13.5311 1.50528 14.0017C1.51771 15.3061 1.55716 16.4133 1.68241 17.3449C1.87122 18.7493 2.27133 19.9031 3.18372 20.8154C4.09611 21.7278 5.24992 22.1279 6.6543 22.3168C7.58585 22.442 8.69311 22.4815 9.9975 22.4939C10.468 22.4984 10.7033 22.5006 10.8514 22.3539C10.9996 22.2071 10.9996 21.9705 10.9996 21.4971V13.9996C10.9996 13.5282 10.9996 13.2925 10.8531 13.146C10.7067 12.9996 10.471 12.9996 9.99958 12.9996H2.50204ZM22.4939 9.99751C22.4984 10.468 22.5006 10.7033 22.3539 10.8515C22.2071 10.9996 21.9705 10.9996 21.4971 10.9996H13.9996C13.5282 10.9996 13.2925 10.9996 13.146 10.8531C12.9996 10.7067 12.9996 10.471 12.9996 9.99959V2.50204C12.9996 2.02869 12.9996 1.79202 13.1477 1.64529C13.2959 1.49856 13.5311 1.5008 14.0017 1.50528C15.3061 1.51771 16.4133 1.55716 17.3449 1.68241C18.7493 1.87122 19.9031 2.27133 20.8154 3.18372C21.7278 4.09611 22.1279 5.24992 22.3168 6.6543C22.442 7.58585 22.4815 8.69311 22.4939 9.99751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9996 2.50204C10.9996 2.02869 10.9996 1.79202 10.8514 1.64529C10.7033 1.49856 10.468 1.5008 9.9975 1.50528C8.69311 1.51771 7.58585 1.55716 6.65429 1.68241C5.24992 1.87122 4.09611 2.27133 3.18372 3.18372C2.27133 4.09611 1.87122 5.24992 1.68241 6.6543C1.55716 7.58585 1.51771 8.69311 1.50528 9.99751C1.5008 10.468 1.49856 10.7033 1.64529 10.8515C1.79202 10.9996 2.02869 10.9996 2.50204 10.9996H9.99958C10.471 10.9996 10.7067 10.9996 10.8531 10.8531C10.9996 10.7067 10.9996 10.471 10.9996 9.99959V2.50204ZM12.9996 21.4971C12.9996 21.9705 12.9996 22.2071 13.1477 22.3539C13.2959 22.5006 13.5311 22.4984 14.0017 22.4939C15.3061 22.4815 16.4133 22.442 17.3449 22.3168C18.7493 22.1279 19.9031 21.7278 20.8154 20.8154C21.7278 19.9031 22.1279 18.7493 22.3168 17.3449C22.442 16.4133 22.4815 15.3061 22.4939 14.0017C22.4984 13.5311 22.5006 13.2959 22.3539 13.1477C22.2071 12.9996 21.9705 12.9996 21.4971 12.9996H13.9996C13.5282 12.9996 13.2925 12.9996 13.146 13.146C12.9996 13.2925 12.9996 13.5282 12.9996 13.9996V21.4971Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-layout-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9905 1.50046C10.525 1.50136 10.2922 1.50181 10.1461 1.6482C10 1.79458 10 2.02842 10 2.4961L10 21.5037C10 21.9713 10 22.2052 10.1461 22.3516C10.2922 22.4979 10.525 22.4984 10.9905 22.4993C11.2927 22.4999 11.6043 22.4999 11.9255 22.4999H12.0745C14.2504 22.4999 15.9852 22.4999 17.3453 22.3171C18.7497 22.1282 19.9035 21.7281 20.8159 20.8157C21.7283 19.9034 22.1284 18.7495 22.3172 17.3452C22.5 15.985 22.5 14.2503 22.5 12.0743V11.9255C22.5 9.74947 22.5 8.01473 22.3172 6.65459C22.1284 5.25021 21.7283 4.09641 20.8159 3.18401C19.9035 2.27162 18.7497 1.87152 17.3453 1.6827C15.9851 1.49984 14.2504 1.49985 12.0744 1.49988L11.9256 1.49988C11.6043 1.49987 11.2927 1.49987 10.9905 1.50046Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9265V12.0754C1.49998 14.2514 1.49996 15.9861 1.68282 17.3463C1.87164 18.7507 2.27175 19.9045 3.18414 20.8169C4.09653 21.7292 5.25033 22.1294 6.65471 22.3182C6.7501 22.331 6.84733 22.3429 6.94642 22.354C7.42656 22.4077 7.66663 22.4346 7.83332 22.2855C8 22.1365 8 21.885 8 21.3822L8 2.6198C8 2.11696 8 1.86553 7.83332 1.71646C7.66663 1.56739 7.42656 1.59425 6.94642 1.64798C6.84733 1.65907 6.7501 1.67099 6.65471 1.68382C5.25033 1.87263 4.09653 2.27274 3.18414 3.18513C2.27175 4.09752 1.87164 5.25133 1.68282 6.6557C1.49996 8.01584 1.49998 9.75056 1.5 11.9265Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9905 1.50046C10.525 1.50136 10.2922 1.50181 10.1461 1.6482C10 1.79458 10 2.02842 10 2.4961L10 21.5037C10 21.9713 10 22.2052 10.1461 22.3516C10.2922 22.4979 10.525 22.4984 10.9905 22.4993C11.2927 22.4999 11.6043 22.4999 11.9255 22.4999H12.0745C14.2504 22.4999 15.9852 22.4999 17.3453 22.3171C18.7497 22.1282 19.9035 21.7281 20.8159 20.8157C21.7283 19.9034 22.1284 18.7495 22.3172 17.3452C22.5 15.985 22.5 14.2503 22.5 12.0743V11.9255C22.5 9.74947 22.5 8.01473 22.3172 6.65459C22.1284 5.25021 21.7283 4.09641 20.8159 3.18401C19.9035 2.27162 18.7497 1.87152 17.3453 1.6827C15.9851 1.49984 14.2504 1.49985 12.0744 1.49988L11.9256 1.49988C11.6043 1.49987 11.2927 1.49987 10.9905 1.50046Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9265V12.0754C1.49998 14.2514 1.49996 15.9861 1.68282 17.3463C1.87164 18.7507 2.27175 19.9045 3.18414 20.8169C4.09653 21.7292 5.25033 22.1294 6.65471 22.3182C6.7501 22.331 6.84733 22.3429 6.94642 22.354C7.42656 22.4077 7.66663 22.4346 7.83332 22.2855C8 22.1365 8 21.885 8 21.3822L8 2.6198C8 2.11696 8 1.86553 7.83332 1.71646C7.66663 1.56739 7.42656 1.59425 6.94642 1.64798C6.84733 1.65907 6.7501 1.67099 6.65471 1.68382C5.25033 1.87263 4.09653 2.27274 3.18414 3.18513C2.27175 4.09752 1.87164 5.25133 1.68282 6.6557C1.49996 8.01584 1.49998 9.75056 1.5 11.9265Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-layout-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9255V12.0745C1.49998 14.2504 1.49996 15.9852 1.68282 17.3453C1.87164 18.7497 2.27175 19.9035 3.18414 20.8159C4.09653 21.7283 5.25033 22.1284 6.65471 22.3172C8.01485 22.5 9.74957 22.5 11.9255 22.5H12.0745C12.3957 22.5 12.7073 22.5 13.0095 22.4994C13.475 22.4985 13.7078 22.4981 13.8539 22.3517C14 22.2053 14 21.9715 14 21.5038V2.49623C14 2.02855 14 1.79471 13.8539 1.64832C13.7078 1.50193 13.475 1.50148 13.0095 1.50058C12.7073 1.49999 12.3957 1.5 12.0744 1.5L11.9256 1.5C9.74959 1.49998 8.01485 1.49996 6.65471 1.68282C5.25033 1.87164 4.09653 2.27175 3.18414 3.18414C2.27175 4.09653 1.87164 5.25033 1.68282 6.65471C1.49996 8.01485 1.49998 9.74957 1.5 11.9255ZM17.0536 1.64699C16.5734 1.59326 16.3334 1.5664 16.1667 1.71547C16 1.86454 16 2.11596 16 2.61881V21.3812C16 21.884 16 22.1355 16.1667 22.2845C16.3334 22.4336 16.5734 22.4067 17.0536 22.353C17.1527 22.3419 17.2499 22.33 17.3453 22.3172C18.7497 22.1284 19.9035 21.7283 20.8159 20.8159C21.7283 19.9035 22.1284 18.7497 22.3172 17.3453C22.5 15.9851 22.5 14.2504 22.5 12.0744V11.9256C22.5 9.74959 22.5 8.01485 22.3172 6.65471C22.1284 5.25033 21.7283 4.09653 20.8159 3.18414C19.9035 2.27175 18.7497 1.87164 17.3453 1.68282C17.2499 1.67 17.1527 1.65807 17.0536 1.64699Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9255V12.0745C1.49998 14.2504 1.49996 15.9852 1.68282 17.3453C1.87164 18.7497 2.27175 19.9035 3.18414 20.8159C4.09653 21.7283 5.25033 22.1284 6.65471 22.3172C8.01485 22.5 9.74957 22.5 11.9255 22.5H12.0745C12.3957 22.5 12.7073 22.5 13.0095 22.4994C13.475 22.4985 13.7078 22.4981 13.8539 22.3517C14 22.2053 14 21.9715 14 21.5038V2.49623C14 2.02855 14 1.79471 13.8539 1.64832C13.7078 1.50193 13.475 1.50148 13.0095 1.50058C12.7073 1.49999 12.3957 1.5 12.0744 1.5L11.9256 1.5C9.74959 1.49998 8.01485 1.49996 6.65471 1.68282C5.25033 1.87164 4.09653 2.27175 3.18414 3.18414C2.27175 4.09653 1.87164 5.25033 1.68282 6.65471C1.49996 8.01485 1.49998 9.74957 1.5 11.9255ZM17.0536 1.64699C16.5734 1.59326 16.3334 1.5664 16.1667 1.71547C16 1.86454 16 2.11596 16 2.61881V21.3812C16 21.884 16 22.1355 16.1667 22.2845C16.3334 22.4336 16.5734 22.4067 17.0536 22.353C17.1527 22.3419 17.2499 22.33 17.3453 22.3172C18.7497 22.1284 19.9035 21.7283 20.8159 20.8159C21.7283 19.9035 22.1284 18.7497 22.3172 17.3453C22.5 15.9851 22.5 14.2504 22.5 12.0744V11.9256C22.5 9.74959 22.5 8.01485 22.3172 6.65471C22.1284 5.25033 21.7283 4.09653 20.8159 3.18414C19.9035 2.27175 18.7497 1.87164 17.3453 1.68282C17.2499 1.67 17.1527 1.65807 17.0536 1.64699Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-layout-table-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.65471 1.68257C6.83878 1.65782 7 1.80292 7 1.98864L7 6.99975C7 7.47115 7 7.70685 6.85355 7.8533C6.70711 7.99974 6.47141 7.99974 6 7.99974H2.61881C2.11596 7.99974 1.86454 7.99974 1.71547 7.83306C1.5664 7.66638 1.59326 7.4263 1.64699 6.94616C1.65807 6.84707 1.67 6.74984 1.68282 6.65446C1.87164 5.25008 2.27175 4.09627 3.18414 3.18388C4.09653 2.27149 5.25033 1.87138 6.65471 1.68257ZM2.49623 9.99974C2.02855 9.99974 1.79471 9.99974 1.64832 10.1458C1.50193 10.292 1.50148 10.5247 1.50058 10.9903C1.49999 11.2925 1.5 11.6041 1.5 11.9253V12.0742C1.49998 14.2502 1.49996 15.9849 1.68282 17.345C1.87164 18.7494 2.27175 19.9032 3.18414 20.8156C4.09653 21.728 5.25033 22.1281 6.65471 22.3169C6.83878 22.3417 7 22.1966 7 22.0108L7 10.9997C7 10.5283 7 10.2926 6.85355 10.1462C6.70711 9.99974 6.47141 9.99974 6 9.99974H2.49623ZM17 22.0108C17 22.1966 17.1612 22.3417 17.3453 22.3169C18.7497 22.1281 19.9035 21.728 20.8159 20.8156C21.7283 19.9032 22.1284 18.7494 22.3172 17.345C22.5 15.9849 22.5 14.2502 22.5 12.0742V11.9253C22.5 11.6041 22.5 11.2925 22.4994 10.9903C22.4985 10.5247 22.4981 10.292 22.3517 10.1458C22.2053 9.99974 21.9715 9.99974 21.5038 9.99974H18C17.5286 9.99974 17.2929 9.99974 17.1464 10.1462C17 10.2926 17 10.5283 17 10.9997L17 22.0108ZM21.3812 7.99974C21.884 7.99974 22.1355 7.99974 22.2845 7.83306C22.4336 7.66637 22.4067 7.4263 22.353 6.94616C22.3419 6.84707 22.33 6.74984 22.3172 6.65445C22.1284 5.25008 21.7283 4.09627 20.8159 3.18388C19.9035 2.27149 18.7497 1.87138 17.3453 1.68257C17.1612 1.65782 17 1.80292 17 1.98864V6.99974C17 7.47115 17 7.70685 17.1464 7.8533C17.2929 7.99974 17.5286 7.99974 18 7.99974H21.3812Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.97436 1.50605C9.51775 1.51052 9.28944 1.51276 9.14472 1.6589C9 1.80505 9 2.03574 9 2.49713L9 7.00012C9 7.47153 9 7.70723 9.14645 7.85368C9.29289 8.00012 9.5286 8.00012 10 8.00012H14C14.4714 8.00012 14.7071 8.00012 14.8536 7.85368C15 7.70723 15 7.47153 15 7.00012V2.49713C15 2.03574 15 1.80505 14.8553 1.6589C14.7106 1.51276 14.4823 1.51052 14.0256 1.50605C13.4188 1.50011 12.7691 1.50012 12.0744 1.50012H11.9256C11.2309 1.50012 10.5812 1.50011 9.97436 1.50605ZM9 21.5031C9 21.9645 9 22.1952 9.14472 22.3413C9.28944 22.4875 9.51775 22.4897 9.97436 22.4942C10.5812 22.5001 11.2309 22.5001 11.9256 22.5001H12.0745C12.7691 22.5001 13.4188 22.5001 14.0256 22.4942C14.4823 22.4897 14.7106 22.4875 14.8553 22.3413C15 22.1952 15 21.9645 15 21.5031L15 11.0001C15 10.5287 15 10.293 14.8536 10.1466C14.7071 10.0001 14.4714 10.0001 14 10.0001H10C9.5286 10.0001 9.29289 10.0001 9.14645 10.1466C9 10.293 9 10.5287 9 11.0001L9 21.5031Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.65471 1.68257C6.83878 1.65782 7 1.80292 7 1.98864L7 6.99975C7 7.47115 7 7.70685 6.85355 7.8533C6.70711 7.99974 6.47141 7.99974 6 7.99974H2.61881C2.11596 7.99974 1.86454 7.99974 1.71547 7.83306C1.5664 7.66638 1.59326 7.4263 1.64699 6.94616C1.65807 6.84707 1.67 6.74984 1.68282 6.65446C1.87164 5.25008 2.27175 4.09627 3.18414 3.18388C4.09653 2.27149 5.25033 1.87138 6.65471 1.68257ZM2.49623 9.99974C2.02855 9.99974 1.79471 9.99974 1.64832 10.1458C1.50193 10.292 1.50148 10.5247 1.50058 10.9903C1.49999 11.2925 1.5 11.6041 1.5 11.9253V12.0742C1.49998 14.2502 1.49996 15.9849 1.68282 17.345C1.87164 18.7494 2.27175 19.9032 3.18414 20.8156C4.09653 21.728 5.25033 22.1281 6.65471 22.3169C6.83878 22.3417 7 22.1966 7 22.0108L7 10.9997C7 10.5283 7 10.2926 6.85355 10.1462C6.70711 9.99974 6.47141 9.99974 6 9.99974H2.49623ZM17 22.0108C17 22.1966 17.1612 22.3417 17.3453 22.3169C18.7497 22.1281 19.9035 21.728 20.8159 20.8156C21.7283 19.9032 22.1284 18.7494 22.3172 17.345C22.5 15.9849 22.5 14.2502 22.5 12.0742V11.9253C22.5 11.6041 22.5 11.2925 22.4994 10.9903C22.4985 10.5247 22.4981 10.292 22.3517 10.1458C22.2053 9.99974 21.9715 9.99974 21.5038 9.99974H18C17.5286 9.99974 17.2929 9.99974 17.1464 10.1462C17 10.2926 17 10.5283 17 10.9997L17 22.0108ZM21.3812 7.99974C21.884 7.99974 22.1355 7.99974 22.2845 7.83306C22.4336 7.66637 22.4067 7.4263 22.353 6.94616C22.3419 6.84707 22.33 6.74984 22.3172 6.65445C22.1284 5.25008 21.7283 4.09627 20.8159 3.18388C19.9035 2.27149 18.7497 1.87138 17.3453 1.68257C17.1612 1.65782 17 1.80292 17 1.98864V6.99974C17 7.47115 17 7.70685 17.1464 7.8533C17.2929 7.99974 17.5286 7.99974 18 7.99974H21.3812Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.97436 1.50605C9.51775 1.51052 9.28944 1.51276 9.14472 1.6589C9 1.80505 9 2.03574 9 2.49713L9 7.00012C9 7.47153 9 7.70723 9.14645 7.85368C9.29289 8.00012 9.5286 8.00012 10 8.00012H14C14.4714 8.00012 14.7071 8.00012 14.8536 7.85368C15 7.70723 15 7.47153 15 7.00012V2.49713C15 2.03574 15 1.80505 14.8553 1.6589C14.7106 1.51276 14.4823 1.51052 14.0256 1.50605C13.4188 1.50011 12.7691 1.50012 12.0744 1.50012H11.9256C11.2309 1.50012 10.5812 1.50011 9.97436 1.50605ZM9 21.5031C9 21.9645 9 22.1952 9.14472 22.3413C9.28944 22.4875 9.51775 22.4897 9.97436 22.4942C10.5812 22.5001 11.2309 22.5001 11.9256 22.5001H12.0745C12.7691 22.5001 13.4188 22.5001 14.0256 22.4942C14.4823 22.4897 14.7106 22.4875 14.8553 22.3413C15 22.1952 15 21.9645 15 21.5031L15 11.0001C15 10.5287 15 10.293 14.8536 10.1466C14.7071 10.0001 14.4714 10.0001 14 10.0001H10C9.5286 10.0001 9.29289 10.0001 9.14645 10.1466C9 10.293 9 10.5287 9 11.0001L9 21.5031Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-layout-table-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.68245 6.65447C1.65767 6.8388 1.80298 7.00025 1.98896 7.00025H6.99767C7.46908 7.00025 7.70478 7.00025 7.85122 6.8538C7.99767 6.70735 7.99767 6.47165 7.99767 6.00025L7.99767 2.61876C7.99767 2.11587 7.99767 1.86442 7.83096 1.71535C7.66425 1.56627 7.42417 1.59317 6.94402 1.64697C6.84563 1.65799 6.74907 1.66984 6.65434 1.68258C5.24996 1.8714 4.09615 2.2715 3.18376 3.18389C2.27137 4.09628 1.87126 5.25009 1.68245 6.65447ZM10.9882 1.50034C10.5226 1.50124 10.2899 1.5017 10.1438 1.64808C9.99767 1.79447 9.99767 2.02831 9.99767 2.49598L9.99767 6.00025C9.99767 6.47165 9.99767 6.70735 10.1441 6.8538C10.2906 7.00025 10.5263 7.00025 10.9977 7.00025H22.0103C22.1963 7.00025 22.3416 6.8388 22.3168 6.65447C22.128 5.25009 21.7279 4.09628 20.8155 3.18389C19.9031 2.2715 18.7493 1.87139 17.3449 1.68258C15.9848 1.49972 14.25 1.49973 12.074 1.49976H11.9252C11.6033 1.49975 11.291 1.49975 10.9882 1.50034ZM22.3168 17.345C22.3415 17.1612 22.1966 17.0002 22.0112 17.0002H10.9977C10.5263 17.0002 10.2906 17.0002 10.1441 17.1467C9.99767 17.2931 9.99767 17.5288 9.99767 18.0002V21.5035C9.99767 21.9712 9.99767 22.205 10.1438 22.3514C10.2899 22.4978 10.5226 22.4983 10.9882 22.4992C11.291 22.4998 11.6033 22.4998 11.9252 22.4998H12.0741C14.2501 22.4998 15.9848 22.4998 17.3449 22.3169C18.7493 22.1281 19.9031 21.728 20.8155 20.8156C21.7279 19.9032 22.128 18.7494 22.3168 17.345ZM6.94402 22.3525C7.42417 22.4063 7.66425 22.4332 7.83096 22.2842C7.99767 22.1351 7.99767 21.8836 7.99767 21.3808L7.99767 18.0002C7.99767 17.5288 7.99767 17.2931 7.85122 17.1467C7.70478 17.0002 7.46908 17.0002 6.99767 17.0002H1.98809C1.80263 17.0002 1.65774 17.1612 1.68245 17.345C1.87126 18.7494 2.27137 19.9032 3.18376 20.8156C4.09615 21.728 5.24996 22.1281 6.65434 22.3169C6.74907 22.3297 6.84563 22.3415 6.94402 22.3525Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9248V12.0737C1.49999 12.7685 1.49999 13.4184 1.50593 14.0254C1.51041 14.482 1.51265 14.7103 1.65879 14.855C1.80493 14.9998 2.03562 14.9998 2.49701 14.9998H6.99805C7.46945 14.9998 7.70515 14.9998 7.8516 14.8533C7.99805 14.7069 7.99805 14.4712 7.99805 13.9998L7.99805 9.99976C7.99805 9.52835 7.99805 9.29265 7.8516 9.1462C7.70515 8.99976 7.46945 8.99976 6.99805 8.99976H2.497C2.03561 8.99976 1.80492 8.99976 1.65877 9.14448C1.51263 9.2892 1.51039 9.51751 1.50592 9.97413C1.49999 10.5809 1.49999 11.2304 1.5 11.9248ZM22.4941 9.97413C22.4896 9.51751 22.4874 9.2892 22.3412 9.14448C22.1951 8.99976 21.9644 8.99976 21.503 8.99976H10.998C10.5266 8.99976 10.2909 8.99976 10.1445 9.1462C9.99805 9.29265 9.99805 9.52835 9.99805 9.99976L9.99805 13.9998C9.99805 14.4712 9.99805 14.7069 10.1445 14.8533C10.2909 14.9998 10.5266 14.9998 10.998 14.9998H21.503C21.9644 14.9998 22.1951 14.9998 22.3412 14.855C22.4874 14.7103 22.4896 14.482 22.4941 14.0254C22.5 13.4184 22.5 12.7685 22.5 12.0737V11.9248C22.5 11.2304 22.5 10.5809 22.4941 9.97413Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.68245 6.65447C1.65767 6.8388 1.80298 7.00025 1.98896 7.00025H6.99767C7.46908 7.00025 7.70478 7.00025 7.85122 6.8538C7.99767 6.70735 7.99767 6.47165 7.99767 6.00025L7.99767 2.61876C7.99767 2.11587 7.99767 1.86442 7.83096 1.71535C7.66425 1.56627 7.42417 1.59317 6.94402 1.64697C6.84563 1.65799 6.74907 1.66984 6.65434 1.68258C5.24996 1.8714 4.09615 2.2715 3.18376 3.18389C2.27137 4.09628 1.87126 5.25009 1.68245 6.65447ZM10.9882 1.50034C10.5226 1.50124 10.2899 1.5017 10.1438 1.64808C9.99767 1.79447 9.99767 2.02831 9.99767 2.49598L9.99767 6.00025C9.99767 6.47165 9.99767 6.70735 10.1441 6.8538C10.2906 7.00025 10.5263 7.00025 10.9977 7.00025H22.0103C22.1963 7.00025 22.3416 6.8388 22.3168 6.65447C22.128 5.25009 21.7279 4.09628 20.8155 3.18389C19.9031 2.2715 18.7493 1.87139 17.3449 1.68258C15.9848 1.49972 14.25 1.49973 12.074 1.49976H11.9252C11.6033 1.49975 11.291 1.49975 10.9882 1.50034ZM22.3168 17.345C22.3415 17.1612 22.1966 17.0002 22.0112 17.0002H10.9977C10.5263 17.0002 10.2906 17.0002 10.1441 17.1467C9.99767 17.2931 9.99767 17.5288 9.99767 18.0002V21.5035C9.99767 21.9712 9.99767 22.205 10.1438 22.3514C10.2899 22.4978 10.5226 22.4983 10.9882 22.4992C11.291 22.4998 11.6033 22.4998 11.9252 22.4998H12.0741C14.2501 22.4998 15.9848 22.4998 17.3449 22.3169C18.7493 22.1281 19.9031 21.728 20.8155 20.8156C21.7279 19.9032 22.128 18.7494 22.3168 17.345ZM6.94402 22.3525C7.42417 22.4063 7.66425 22.4332 7.83096 22.2842C7.99767 22.1351 7.99767 21.8836 7.99767 21.3808L7.99767 18.0002C7.99767 17.5288 7.99767 17.2931 7.85122 17.1467C7.70478 17.0002 7.46908 17.0002 6.99767 17.0002H1.98809C1.80263 17.0002 1.65774 17.1612 1.68245 17.345C1.87126 18.7494 2.27137 19.9032 3.18376 20.8156C4.09615 21.728 5.24996 22.1281 6.65434 22.3169C6.74907 22.3297 6.84563 22.3415 6.94402 22.3525Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9248V12.0737C1.49999 12.7685 1.49999 13.4184 1.50593 14.0254C1.51041 14.482 1.51265 14.7103 1.65879 14.855C1.80493 14.9998 2.03562 14.9998 2.49701 14.9998H6.99805C7.46945 14.9998 7.70515 14.9998 7.8516 14.8533C7.99805 14.7069 7.99805 14.4712 7.99805 13.9998L7.99805 9.99976C7.99805 9.52835 7.99805 9.29265 7.8516 9.1462C7.70515 8.99976 7.46945 8.99976 6.99805 8.99976H2.497C2.03561 8.99976 1.80492 8.99976 1.65877 9.14448C1.51263 9.2892 1.51039 9.51751 1.50592 9.97413C1.49999 10.5809 1.49999 11.2304 1.5 11.9248ZM22.4941 9.97413C22.4896 9.51751 22.4874 9.2892 22.3412 9.14448C22.1951 8.99976 21.9644 8.99976 21.503 8.99976H10.998C10.5266 8.99976 10.2909 8.99976 10.1445 9.1462C9.99805 9.29265 9.99805 9.52835 9.99805 9.99976L9.99805 13.9998C9.99805 14.4712 9.99805 14.7069 10.1445 14.8533C10.2909 14.9998 10.5266 14.9998 10.998 14.9998H21.503C21.9644 14.9998 22.1951 14.9998 22.3412 14.855C22.4874 14.7103 22.4896 14.482 22.4941 14.0254C22.5 13.4184 22.5 12.7685 22.5 12.0737V11.9248C22.5 11.2304 22.5 10.5809 22.4941 9.97413Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-layout-icons-layout-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9254V12.0743C1.49998 14.2503 1.49996 15.985 1.68282 17.3452C1.87164 18.7495 2.27175 19.9034 3.18414 20.8157C4.09653 21.7281 5.25033 22.1282 6.65471 22.3171C8.01485 22.4999 9.74957 22.4999 11.9255 22.4999H12.0745C14.2504 22.4999 15.9852 22.4999 17.3453 22.3171C18.7497 22.1282 19.9035 21.7281 20.8159 20.8157C21.7283 19.9034 22.1284 18.7495 22.3172 17.3452C22.5 15.985 22.5 14.2503 22.5 12.0743V11.9255C22.5 11.6042 22.5 11.2926 22.4994 10.9904C22.4985 10.5249 22.4981 10.2921 22.3517 10.146C22.2053 9.99988 21.9715 9.99988 21.5038 9.99988L2.49623 9.99988C2.02855 9.99988 1.79471 9.99988 1.64832 10.146C1.50193 10.2921 1.50148 10.5249 1.50058 10.9904C1.49999 11.2926 1.5 11.6042 1.5 11.9254Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.64615 6.9463C1.59242 7.42644 1.56556 7.66651 1.71463 7.8332C1.8637 7.99988 2.11512 7.99988 2.61797 7.99988L21.3804 7.99988C21.8832 7.99988 22.1346 7.99988 22.2837 7.8332C22.4328 7.66651 22.4059 7.42644 22.3522 6.9463C22.3411 6.8472 22.3292 6.74998 22.3163 6.65459C22.1275 5.25021 21.7274 4.09641 20.815 3.18401C19.9026 2.27162 18.7488 1.87152 17.3444 1.6827C15.9843 1.49984 14.2496 1.49985 12.0736 1.49988L11.9247 1.49988C9.74875 1.49985 8.01401 1.49984 6.65387 1.6827C5.24949 1.87152 4.09569 2.27162 3.1833 3.18401C2.27091 4.09641 1.8708 5.25021 1.68198 6.65459C1.66916 6.74998 1.65724 6.84721 1.64615 6.9463Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 11.9254V12.0743C1.49998 14.2503 1.49996 15.985 1.68282 17.3452C1.87164 18.7495 2.27175 19.9034 3.18414 20.8157C4.09653 21.7281 5.25033 22.1282 6.65471 22.3171C8.01485 22.4999 9.74957 22.4999 11.9255 22.4999H12.0745C14.2504 22.4999 15.9852 22.4999 17.3453 22.3171C18.7497 22.1282 19.9035 21.7281 20.8159 20.8157C21.7283 19.9034 22.1284 18.7495 22.3172 17.3452C22.5 15.985 22.5 14.2503 22.5 12.0743V11.9255C22.5 11.6042 22.5 11.2926 22.4994 10.9904C22.4985 10.5249 22.4981 10.2921 22.3517 10.146C22.2053 9.99988 21.9715 9.99988 21.5038 9.99988L2.49623 9.99988C2.02855 9.99988 1.79471 9.99988 1.64832 10.146C1.50193 10.2921 1.50148 10.5249 1.50058 10.9904C1.49999 11.2926 1.5 11.6042 1.5 11.9254Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.64615 6.9463C1.59242 7.42644 1.56556 7.66651 1.71463 7.8332C1.8637 7.99988 2.11512 7.99988 2.61797 7.99988L21.3804 7.99988C21.8832 7.99988 22.1346 7.99988 22.2837 7.8332C22.4328 7.66651 22.4059 7.42644 22.3522 6.9463C22.3411 6.8472 22.3292 6.74998 22.3163 6.65459C22.1275 5.25021 21.7274 4.09641 20.815 3.18401C19.9026 2.27162 18.7488 1.87152 17.3444 1.6827C15.9843 1.49984 14.2496 1.49985 12.0736 1.49988L11.9247 1.49988C9.74875 1.49985 8.01401 1.49984 6.65387 1.6827C5.24949 1.87152 4.09569 2.27162 3.1833 3.18401C2.27091 4.09641 1.8708 5.25021 1.68198 6.65459C1.66916 6.74998 1.65724 6.84721 1.64615 6.9463Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-agreement-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1954 15.8548C17.1955 15.8549 17.1957 15.8549 17.1958 15.8548C17.1959 15.8547 17.1961 15.8547 17.1962 15.8548C17.407 16.052 17.6304 16.2192 17.886 16.354C18.6416 16.7524 19.4937 16.7518 20.6757 16.751L21.2166 16.7375C22.0114 16.6383 22.6374 16.0123 22.7365 15.2176C22.7502 15.1077 22.7501 14.9883 22.75 14.8733L22.75 9.19003C22.7501 8.75721 22.7501 8.36038 22.7067 8.03756C22.6589 7.68208 22.5465 7.30636 22.2374 6.99733C21.9284 6.68831 21.5527 6.57586 21.1972 6.52807C20.8744 6.48467 20.4776 6.48472 20.0448 6.48477L19.4832 6.48477C18.7358 6.48477 18.1707 6.10053 17.4333 5.35579C16.8165 4.7329 15.887 4.34407 15.0274 4.29155C14.3553 4.24938 13.4527 4.19275 12.6529 4.39587L12.5853 4.41444C11.5725 4.69267 10.912 5.4381 10.3923 6.02469L8.88236 7.72467C8.03921 8.67388 8.03922 10.1802 8.88236 11.1294C9.64174 11.9843 10.8785 12.1372 11.8021 11.4439C11.93 11.348 12.1075 11.1984 12.2217 11.1016C12.3213 11.017 12.4132 10.939 12.5068 10.8642C12.6757 10.7033 13.0973 10.4948 13.4326 10.9477L15.7713 14.1072L15.7713 14.1073L15.7713 14.1073C16.1861 14.6677 16.5245 15.1248 16.8338 15.4778C16.9526 15.6134 17.0719 15.7392 17.1954 15.8548ZM9.11557 4.2741C9.29388 4.29709 9.38304 4.30859 9.45176 4.36881C9.52075 4.42927 9.56352 4.54308 9.55142 4.634C9.53937 4.72458 9.4669 4.80661 9.32196 4.97069L7.76086 6.72856C6.41303 8.24597 6.41305 10.6081 7.76089 12.1255C8.8866 13.3928 10.7599 13.7061 12.2689 12.9087C12.5414 12.7647 12.6777 12.6927 12.7861 12.7174C12.8945 12.742 12.9756 12.8516 13.1379 13.0709L14.5946 15.0388L14.5947 15.0389L14.5947 15.039C14.9856 15.567 15.3552 16.0664 15.7057 16.4664C15.7711 16.5411 15.8388 16.6158 15.9091 16.6899C16.0196 16.8064 16.0202 16.9913 15.9048 17.1029C15.1306 17.8514 14.5023 18.4588 13.9379 18.8888C13.3495 19.3371 12.5879 19.6601 11.8946 19.7429C11.1987 19.7931 10.5682 19.6038 9.90189 19.2766C9.26195 18.9623 8.48493 18.4615 7.57343 17.8741C6.5745 17.2303 6.19144 16.9912 5.76986 16.8632C5.34439 16.7433 4.82104 16.7177 3.62069 16.7177L3.59354 16.7177H3.59351C3.32708 16.7178 3.08239 16.7178 2.87807 16.7005C2.65759 16.6819 2.41668 16.6392 2.18031 16.5139C1.87093 16.3499 1.61787 16.0968 1.45385 15.7874C1.32854 15.5511 1.28585 15.3102 1.26723 15.0897C1.24997 14.8854 1.24999 14.6407 1.25001 14.3742L1.25 8.95618C1.24995 8.52336 1.24991 8.12653 1.29331 7.80372C1.3411 7.44824 1.45355 7.07252 1.76257 6.76349C2.07159 6.45447 2.44732 6.34202 2.8028 6.29423C3.12561 6.25083 3.52243 6.25087 3.95524 6.25093H3.95526L4.86503 6.25093C5.33292 6.25093 5.82524 6.02045 6.21764 5.53153C6.95525 4.61249 8.02838 4.13387 9.11557 4.2741Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1954 15.8548C17.1955 15.8549 17.1957 15.8549 17.1958 15.8548C17.1959 15.8547 17.1961 15.8547 17.1962 15.8548C17.407 16.052 17.6304 16.2192 17.886 16.354C18.6416 16.7524 19.4937 16.7518 20.6757 16.751L21.2166 16.7375C22.0114 16.6383 22.6374 16.0123 22.7365 15.2176C22.7502 15.1077 22.7501 14.9883 22.75 14.8733L22.75 9.19003C22.7501 8.75721 22.7501 8.36038 22.7067 8.03756C22.6589 7.68208 22.5465 7.30636 22.2374 6.99733C21.9284 6.68831 21.5527 6.57586 21.1972 6.52807C20.8744 6.48467 20.4776 6.48472 20.0448 6.48477L19.4832 6.48477C18.7358 6.48477 18.1707 6.10053 17.4333 5.35579C16.8165 4.7329 15.887 4.34407 15.0274 4.29155C14.3553 4.24938 13.4527 4.19275 12.6529 4.39587L12.5853 4.41444C11.5725 4.69267 10.912 5.4381 10.3923 6.02469L8.88236 7.72467C8.03921 8.67388 8.03922 10.1802 8.88236 11.1294C9.64174 11.9843 10.8785 12.1372 11.8021 11.4439C11.93 11.348 12.1075 11.1984 12.2217 11.1016C12.3213 11.017 12.4132 10.939 12.5068 10.8642C12.6757 10.7033 13.0973 10.4948 13.4326 10.9477L15.7713 14.1072L15.7713 14.1073L15.7713 14.1073C16.1861 14.6677 16.5245 15.1248 16.8338 15.4778C16.9526 15.6134 17.0719 15.7392 17.1954 15.8548ZM9.11557 4.2741C9.29388 4.29709 9.38304 4.30859 9.45176 4.36881C9.52075 4.42927 9.56352 4.54308 9.55142 4.634C9.53937 4.72458 9.4669 4.80661 9.32196 4.97069L7.76086 6.72856C6.41303 8.24597 6.41305 10.6081 7.76089 12.1255C8.8866 13.3928 10.7599 13.7061 12.2689 12.9087C12.5414 12.7647 12.6777 12.6927 12.7861 12.7174C12.8945 12.742 12.9756 12.8516 13.1379 13.0709L14.5946 15.0388L14.5947 15.0389L14.5947 15.039C14.9856 15.567 15.3552 16.0664 15.7057 16.4664C15.7711 16.5411 15.8388 16.6158 15.9091 16.6899C16.0196 16.8064 16.0202 16.9913 15.9048 17.1029C15.1306 17.8514 14.5023 18.4588 13.9379 18.8888C13.3495 19.3371 12.5879 19.6601 11.8946 19.7429C11.1987 19.7931 10.5682 19.6038 9.90189 19.2766C9.26195 18.9623 8.48493 18.4615 7.57343 17.8741C6.5745 17.2303 6.19144 16.9912 5.76986 16.8632C5.34439 16.7433 4.82104 16.7177 3.62069 16.7177L3.59354 16.7177H3.59351C3.32708 16.7178 3.08239 16.7178 2.87807 16.7005C2.65759 16.6819 2.41668 16.6392 2.18031 16.5139C1.87093 16.3499 1.61787 16.0968 1.45385 15.7874C1.32854 15.5511 1.28585 15.3102 1.26723 15.0897C1.24997 14.8854 1.24999 14.6407 1.25001 14.3742L1.25 8.95618C1.24995 8.52336 1.24991 8.12653 1.29331 7.80372C1.3411 7.44824 1.45355 7.07252 1.76257 6.76349C2.07159 6.45447 2.44732 6.34202 2.8028 6.29423C3.12561 6.25083 3.52243 6.25087 3.95524 6.25093H3.95526L4.86503 6.25093C5.33292 6.25093 5.82524 6.02045 6.21764 5.53153C6.95525 4.61249 8.02838 4.13387 9.11557 4.2741Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-agreement-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.4416 6.16936C12.4334 6.17424 12.4251 6.17897 12.4168 6.18356C12.1763 6.32282 11.9493 6.48808 11.7404 6.67779L8.81496 9.33446C8.05043 10.0287 8.02311 11.2121 8.7523 11.9405C9.38366 12.5712 10.3862 12.6559 11.1167 12.1346L13.0515 10.7541C13.5181 10.4211 14.099 10.2975 14.6572 10.409L15.0448 10.4864C16.1519 10.7076 17.2994 10.4466 18.1989 9.77266L18.8852 9.2585C19.2728 8.96812 19.8184 9.05229 20.1039 9.44649C20.3894 9.84069 20.3067 10.3956 19.9191 10.686L19.2328 11.2002C18.4489 11.7875 17.5371 12.1555 16.5883 12.2845C16.2621 12.3289 16.0989 12.3511 16.0423 12.4552C15.9857 12.5592 16.0489 12.7006 16.1753 12.9833C16.3395 13.3507 16.5207 13.7321 16.7215 14.1091C17.2801 15.1579 17.9959 16.1923 18.9739 16.9925C19.0585 17.0618 19.1009 17.0964 19.1567 17.1077C19.2126 17.1191 19.2659 17.1032 19.3723 17.0716C19.6423 16.9913 19.9927 16.878 20.3307 16.7458C21.0681 16.4574 21.8995 16.0422 22.5875 15.4794C22.6654 15.4157 22.7044 15.3838 22.7272 15.3354C22.75 15.2869 22.75 15.2332 22.75 15.1258V4.05707C22.75 3.67153 22.75 3.47876 22.6281 3.41174C22.5062 3.34472 22.3476 3.45032 22.0305 3.66152L20.1356 4.92342C19.0216 5.66531 17.6835 5.98993 16.3561 5.84261L14.8417 5.67451C14.0006 5.58116 13.1613 5.75959 12.4416 6.16936Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.5044 5.39544C8.36808 5.09991 6.84864 4.84712 5.04155 4.80044C4.5048 4.78658 3.96379 4.64708 3.47757 4.36449L1.9455 3.47407C1.63619 3.29431 1.48154 3.20442 1.36577 3.27275C1.25 3.34108 1.25 3.52225 1.25 3.88458V15.4243C1.25 15.4307 1.25207 15.4369 1.25589 15.442C1.69831 15.9713 2.84345 17.3098 3.63782 18.0124C5.25105 19.4392 7.37464 20.7499 9.67568 20.7499C11.6369 20.7499 13.5088 20.2871 15.0504 19.6357C15.8829 19.284 16.5982 18.8863 17.1694 18.4929C17.3766 18.3501 17.4802 18.2788 17.4903 18.1673C17.5003 18.0559 17.4042 17.9595 17.2118 17.7667C16.3376 16.8905 15.6887 15.8925 15.1887 14.9536C14.8287 14.2776 14.54 13.6209 14.3001 13.052C14.2773 12.9977 14.2388 12.9058 14.1956 12.8026C14.0915 12.5536 14.0395 12.4291 13.9329 12.3981C13.8263 12.3671 13.7175 12.4447 13.4999 12.5999L12.1179 13.586C10.7021 14.5962 8.76451 14.4378 7.53078 13.2054C6.08156 11.7577 6.13889 9.38775 7.65392 8.01191L9.67878 6.17308C9.94916 5.92755 10.0843 5.80478 10.0513 5.66692C10.0182 5.52907 9.84695 5.48452 9.5044 5.39544Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.4416 6.16936C12.4334 6.17424 12.4251 6.17897 12.4168 6.18356C12.1763 6.32282 11.9493 6.48808 11.7404 6.67779L8.81496 9.33446C8.05043 10.0287 8.02311 11.2121 8.7523 11.9405C9.38366 12.5712 10.3862 12.6559 11.1167 12.1346L13.0515 10.7541C13.5181 10.4211 14.099 10.2975 14.6572 10.409L15.0448 10.4864C16.1519 10.7076 17.2994 10.4466 18.1989 9.77266L18.8852 9.2585C19.2728 8.96812 19.8184 9.05229 20.1039 9.44649C20.3894 9.84069 20.3067 10.3956 19.9191 10.686L19.2328 11.2002C18.4489 11.7875 17.5371 12.1555 16.5883 12.2845C16.2621 12.3289 16.0989 12.3511 16.0423 12.4552C15.9857 12.5592 16.0489 12.7006 16.1753 12.9833C16.3395 13.3507 16.5207 13.7321 16.7215 14.1091C17.2801 15.1579 17.9959 16.1923 18.9739 16.9925C19.0585 17.0618 19.1009 17.0964 19.1567 17.1077C19.2126 17.1191 19.2659 17.1032 19.3723 17.0716C19.6423 16.9913 19.9927 16.878 20.3307 16.7458C21.0681 16.4574 21.8995 16.0422 22.5875 15.4794C22.6654 15.4157 22.7044 15.3838 22.7272 15.3354C22.75 15.2869 22.75 15.2332 22.75 15.1258V4.05707C22.75 3.67153 22.75 3.47876 22.6281 3.41174C22.5062 3.34472 22.3476 3.45032 22.0305 3.66152L20.1356 4.92342C19.0216 5.66531 17.6835 5.98993 16.3561 5.84261L14.8417 5.67451C14.0006 5.58116 13.1613 5.75959 12.4416 6.16936Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.5044 5.39544C8.36808 5.09991 6.84864 4.84712 5.04155 4.80044C4.5048 4.78658 3.96379 4.64708 3.47757 4.36449L1.9455 3.47407C1.63619 3.29431 1.48154 3.20442 1.36577 3.27275C1.25 3.34108 1.25 3.52225 1.25 3.88458V15.4243C1.25 15.4307 1.25207 15.4369 1.25589 15.442C1.69831 15.9713 2.84345 17.3098 3.63782 18.0124C5.25105 19.4392 7.37464 20.7499 9.67568 20.7499C11.6369 20.7499 13.5088 20.2871 15.0504 19.6357C15.8829 19.284 16.5982 18.8863 17.1694 18.4929C17.3766 18.3501 17.4802 18.2788 17.4903 18.1673C17.5003 18.0559 17.4042 17.9595 17.2118 17.7667C16.3376 16.8905 15.6887 15.8925 15.1887 14.9536C14.8287 14.2776 14.54 13.6209 14.3001 13.052C14.2773 12.9977 14.2388 12.9058 14.1956 12.8026C14.0915 12.5536 14.0395 12.4291 13.9329 12.3981C13.8263 12.3671 13.7175 12.4447 13.4999 12.5999L12.1179 13.586C10.7021 14.5962 8.76451 14.4378 7.53078 13.2054C6.08156 11.7577 6.13889 9.38775 7.65392 8.01191L9.67878 6.17308C9.94916 5.92755 10.0843 5.80478 10.0513 5.66692C10.0182 5.52907 9.84695 5.48452 9.5044 5.39544Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-agreement-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.307 14.0097C16.4797 14.5688 16.3972 15.1908 16.2025 15.7997C15.7613 17.1794 15.0605 18.3452 14.2811 19.2999C14.3686 19.2846 14.4573 19.2651 14.5473 19.2416C15.206 19.0693 15.8739 18.6908 16.4443 18.2519C16.4544 18.2441 16.4646 18.2363 16.4749 18.2284C16.6419 18.0998 16.8241 17.9594 16.981 17.8626C17.0658 17.8102 17.1998 17.7341 17.3637 17.685C17.5358 17.6335 17.8175 17.59 18.1264 17.7139C18.4358 17.8381 18.6048 18.0651 18.6837 18.1924C18.7659 18.325 18.8179 18.4602 18.8512 18.5561C18.914 18.7373 18.974 18.9744 19.0339 19.2108C19.0369 19.2227 19.0399 19.2347 19.043 19.2466C19.1322 19.5987 19.2598 19.9105 19.4027 20.1456C19.552 20.3914 19.6768 20.487 19.7286 20.5132C19.73 20.5139 19.7304 20.515 19.7308 20.516C19.7321 20.5193 19.7329 20.5214 19.772 20.503C19.871 20.4561 20.0997 20.2924 20.413 19.8132C20.7153 19.351 21.335 19.2213 21.7973 19.5235C22.2595 19.8258 22.3892 20.4455 22.087 20.9078C21.6711 21.5438 21.1924 22.0436 20.627 22.311C20.0131 22.6013 19.3782 22.5768 18.827 22.2984C18.3213 22.0431 17.9526 21.6106 17.6935 21.1843C17.5012 20.8678 17.3455 20.516 17.2256 20.1541C16.5999 20.5787 15.8562 20.9665 15.0534 21.1765C14.2436 21.3883 13.3415 21.4249 12.4573 21.1041C11.8971 21.5535 11.3549 21.9084 10.8852 22.1689C10.5804 22.338 10.2957 22.4731 10.0475 22.569C9.83849 22.6497 9.53894 22.75 9.25 22.75C8.69772 22.75 8.25 22.3023 8.25 21.75C8.25 21.2205 8.66161 20.7871 9.18234 20.7523C9.19764 20.7481 9.24363 20.7355 9.32696 20.7033C9.47193 20.6473 9.6724 20.5546 9.91509 20.42C10.1587 20.2849 10.4343 20.1133 10.7274 19.9054C10.6348 19.8022 10.5445 19.6933 10.4567 19.5789C9.53819 18.382 9.54245 17.0752 10.0205 15.976C10.4746 14.9316 11.3441 14.0758 12.2127 13.5224C12.6539 13.2414 13.1272 13.0172 13.5928 12.8843C14.0423 12.7561 14.5706 12.6887 15.0741 12.8251C15.6367 12.9776 16.1115 13.3765 16.307 14.0097ZM12.2386 18.5947C12.1736 18.5238 12.1085 18.4462 12.0433 18.3613C11.6285 17.8207 11.6242 17.3032 11.8545 16.7736C12.1087 16.1891 12.6559 15.6115 13.2873 15.2092C13.5961 15.0125 13.8936 14.8783 14.1416 14.8076C14.2426 14.7788 14.3278 14.7626 14.3964 14.7552C14.3871 14.8496 14.3613 14.9911 14.2975 15.1906C13.8561 16.571 13.0813 17.7075 12.2386 18.5947Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.42258 22.7239C5.94615 22.847 6.47005 22.5209 6.59274 21.9954C6.71543 21.4699 6.39046 20.9441 5.86689 20.8209C5.46618 20.7267 5.18104 20.5984 4.94738 20.4311C4.70593 20.2582 4.49316 20.0543 4.31475 19.8264C4.05705 19.4972 3.8866 19.0552 3.79403 18.2557C3.69891 17.4341 3.69737 16.362 3.69737 14.8201L3.69737 12.3015C3.69737 11.8858 3.69741 11.503 3.69867 11.1488C3.6998 10.8331 3.70037 10.6752 3.78661 10.4822C3.87284 10.2892 3.94977 10.2199 4.10363 10.0811C4.56155 9.66801 5.16808 9.41654 5.83333 9.41654C5.98046 9.41654 6.20446 9.4261 6.38206 9.43434C6.38206 9.43434 6.70558 9.44954 6.8737 9.45303C7.25379 9.46093 7.69733 9.44892 8.12548 9.3342C8.95945 9.11074 9.61086 8.45933 9.83432 7.62536C9.94905 7.19721 9.96105 6.75367 9.95316 6.37358C9.94966 6.20544 9.93446 5.88194 9.93446 5.88194C9.92622 5.70434 9.91667 5.48034 9.91667 5.33321C9.91667 4.67723 10.1612 4.07835 10.564 3.62274C10.7022 3.46646 10.7713 3.38831 10.9652 3.30009C11.1591 3.21186 11.3175 3.21073 11.6343 3.20846C12.1151 3.20502 12.6524 3.20449 13.2572 3.20449C15.0922 3.20449 15.7569 3.21875 16.2582 3.3976C17.1282 3.70793 17.7964 4.35729 18.1087 5.1581C18.1874 5.36002 18.2426 5.62427 18.2721 6.0791C18.3022 6.54244 18.3026 7.13358 18.3026 7.98399L18.3026 13.9771C18.3026 14.5168 18.7386 14.9543 19.2763 14.9543C19.8141 14.9543 20.25 14.5168 20.25 13.9771L20.25 7.95108C20.25 7.14135 20.25 6.48641 20.2153 5.95204C20.1796 5.40193 20.1043 4.91282 19.9221 4.4457C19.3955 3.09538 18.2896 2.04795 16.9104 1.55594C16.0499 1.24899 15.0155 1.24937 13.4618 1.24992L13.0191 1.24995C10.1813 1.24958 8.49273 1.24936 7.10864 1.7431C4.88596 2.53597 3.11477 4.2197 2.27358 6.37671C1.99357 7.09471 1.8693 7.86633 1.80914 8.7933C1.75 9.70442 1.75 10.8302 1.75 12.2668V14.8804C1.74998 16.3477 1.74996 17.5337 1.85968 18.4813C1.97347 19.464 2.21571 20.3085 2.7834 21.0338C3.07797 21.4102 3.42612 21.7428 3.81649 22.0222C4.2977 22.3668 4.82939 22.5844 5.42258 22.7239Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.307 14.0097C16.4797 14.5688 16.3972 15.1908 16.2025 15.7997C15.7613 17.1794 15.0605 18.3452 14.2811 19.2999C14.3686 19.2846 14.4573 19.2651 14.5473 19.2416C15.206 19.0693 15.8739 18.6908 16.4443 18.2519C16.4544 18.2441 16.4646 18.2363 16.4749 18.2284C16.6419 18.0998 16.8241 17.9594 16.981 17.8626C17.0658 17.8102 17.1998 17.7341 17.3637 17.685C17.5358 17.6335 17.8175 17.59 18.1264 17.7139C18.4358 17.8381 18.6048 18.0651 18.6837 18.1924C18.7659 18.325 18.8179 18.4602 18.8512 18.5561C18.914 18.7373 18.974 18.9744 19.0339 19.2108C19.0369 19.2227 19.0399 19.2347 19.043 19.2466C19.1322 19.5987 19.2598 19.9105 19.4027 20.1456C19.552 20.3914 19.6768 20.487 19.7286 20.5132C19.73 20.5139 19.7304 20.515 19.7308 20.516C19.7321 20.5193 19.7329 20.5214 19.772 20.503C19.871 20.4561 20.0997 20.2924 20.413 19.8132C20.7153 19.351 21.335 19.2213 21.7973 19.5235C22.2595 19.8258 22.3892 20.4455 22.087 20.9078C21.6711 21.5438 21.1924 22.0436 20.627 22.311C20.0131 22.6013 19.3782 22.5768 18.827 22.2984C18.3213 22.0431 17.9526 21.6106 17.6935 21.1843C17.5012 20.8678 17.3455 20.516 17.2256 20.1541C16.5999 20.5787 15.8562 20.9665 15.0534 21.1765C14.2436 21.3883 13.3415 21.4249 12.4573 21.1041C11.8971 21.5535 11.3549 21.9084 10.8852 22.1689C10.5804 22.338 10.2957 22.4731 10.0475 22.569C9.83849 22.6497 9.53894 22.75 9.25 22.75C8.69772 22.75 8.25 22.3023 8.25 21.75C8.25 21.2205 8.66161 20.7871 9.18234 20.7523C9.19764 20.7481 9.24363 20.7355 9.32696 20.7033C9.47193 20.6473 9.6724 20.5546 9.91509 20.42C10.1587 20.2849 10.4343 20.1133 10.7274 19.9054C10.6348 19.8022 10.5445 19.6933 10.4567 19.5789C9.53819 18.382 9.54245 17.0752 10.0205 15.976C10.4746 14.9316 11.3441 14.0758 12.2127 13.5224C12.6539 13.2414 13.1272 13.0172 13.5928 12.8843C14.0423 12.7561 14.5706 12.6887 15.0741 12.8251C15.6367 12.9776 16.1115 13.3765 16.307 14.0097ZM12.2386 18.5947C12.1736 18.5238 12.1085 18.4462 12.0433 18.3613C11.6285 17.8207 11.6242 17.3032 11.8545 16.7736C12.1087 16.1891 12.6559 15.6115 13.2873 15.2092C13.5961 15.0125 13.8936 14.8783 14.1416 14.8076C14.2426 14.7788 14.3278 14.7626 14.3964 14.7552C14.3871 14.8496 14.3613 14.9911 14.2975 15.1906C13.8561 16.571 13.0813 17.7075 12.2386 18.5947Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.42258 22.7239C5.94615 22.847 6.47005 22.5209 6.59274 21.9954C6.71543 21.4699 6.39046 20.9441 5.86689 20.8209C5.46618 20.7267 5.18104 20.5984 4.94738 20.4311C4.70593 20.2582 4.49316 20.0543 4.31475 19.8264C4.05705 19.4972 3.8866 19.0552 3.79403 18.2557C3.69891 17.4341 3.69737 16.362 3.69737 14.8201L3.69737 12.3015C3.69737 11.8858 3.69741 11.503 3.69867 11.1488C3.6998 10.8331 3.70037 10.6752 3.78661 10.4822C3.87284 10.2892 3.94977 10.2199 4.10363 10.0811C4.56155 9.66801 5.16808 9.41654 5.83333 9.41654C5.98046 9.41654 6.20446 9.4261 6.38206 9.43434C6.38206 9.43434 6.70558 9.44954 6.8737 9.45303C7.25379 9.46093 7.69733 9.44892 8.12548 9.3342C8.95945 9.11074 9.61086 8.45933 9.83432 7.62536C9.94905 7.19721 9.96105 6.75367 9.95316 6.37358C9.94966 6.20544 9.93446 5.88194 9.93446 5.88194C9.92622 5.70434 9.91667 5.48034 9.91667 5.33321C9.91667 4.67723 10.1612 4.07835 10.564 3.62274C10.7022 3.46646 10.7713 3.38831 10.9652 3.30009C11.1591 3.21186 11.3175 3.21073 11.6343 3.20846C12.1151 3.20502 12.6524 3.20449 13.2572 3.20449C15.0922 3.20449 15.7569 3.21875 16.2582 3.3976C17.1282 3.70793 17.7964 4.35729 18.1087 5.1581C18.1874 5.36002 18.2426 5.62427 18.2721 6.0791C18.3022 6.54244 18.3026 7.13358 18.3026 7.98399L18.3026 13.9771C18.3026 14.5168 18.7386 14.9543 19.2763 14.9543C19.8141 14.9543 20.25 14.5168 20.25 13.9771L20.25 7.95108C20.25 7.14135 20.25 6.48641 20.2153 5.95204C20.1796 5.40193 20.1043 4.91282 19.9221 4.4457C19.3955 3.09538 18.2896 2.04795 16.9104 1.55594C16.0499 1.24899 15.0155 1.24937 13.4618 1.24992L13.0191 1.24995C10.1813 1.24958 8.49273 1.24936 7.10864 1.7431C4.88596 2.53597 3.11477 4.2197 2.27358 6.37671C1.99357 7.09471 1.8693 7.86633 1.80914 8.7933C1.75 9.70442 1.75 10.8302 1.75 12.2668V14.8804C1.74998 16.3477 1.74996 17.5337 1.85968 18.4813C1.97347 19.464 2.21571 20.3085 2.7834 21.0338C3.07797 21.4102 3.42612 21.7428 3.81649 22.0222C4.2977 22.3668 4.82939 22.5844 5.42258 22.7239Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-auction{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.55434 13.0095C8.36634 12.8038 8.27235 12.7009 8.15137 12.6934C8.0304 12.6858 7.92527 12.7754 7.715 12.9545L2.28085 17.5836C0.977826 18.6935 0.898535 20.679 2.10889 21.8893C3.31925 23.0997 5.30468 23.0204 6.41467 21.7174L11.0438 16.2832C11.2229 16.073 11.3124 15.9678 11.3049 15.8469C11.2973 15.7259 11.1945 15.6319 10.9888 15.4439C10.5659 15.0574 10.1444 14.6578 9.74239 14.2558C9.34039 13.8538 8.94082 13.4323 8.55434 13.0095Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.6256 1.46967C12.9185 1.76256 12.9185 2.23744 12.6256 2.53033L12.4672 2.68871C12.7753 2.93001 13.1709 3.24429 13.6178 3.60997C14.6738 4.47391 16.0288 5.6347 17.197 6.80296C18.3653 7.97123 19.5261 9.32625 20.39 10.3822C20.7557 10.8291 21.07 11.2247 21.3113 11.5328L21.4697 11.3744C21.7626 11.0815 22.2374 11.0815 22.5303 11.3744C22.8232 11.6673 22.8232 12.1422 22.5303 12.4351L16.4351 18.5303C16.1422 18.8232 15.6673 18.8232 15.3744 18.5303C15.0815 18.2374 15.0815 17.7626 15.3744 17.4697L15.5329 17.3112C15.2247 17.0699 14.8292 16.7556 14.3823 16.39C13.3263 15.526 11.9713 14.3652 10.803 13.197C9.63478 12.0287 8.47399 10.6737 7.61005 9.61775C7.24437 9.1708 6.93009 8.77526 6.68879 8.46711L6.53033 8.62557C6.23744 8.91846 5.76256 8.91846 5.46967 8.62557C5.17678 8.33268 5.17678 7.8578 5.46967 7.56491L11.5649 1.46967C11.8578 1.17678 12.3327 1.17678 12.6256 1.46967Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.55434 13.0095C8.36634 12.8038 8.27235 12.7009 8.15137 12.6934C8.0304 12.6858 7.92527 12.7754 7.715 12.9545L2.28085 17.5836C0.977826 18.6935 0.898535 20.679 2.10889 21.8893C3.31925 23.0997 5.30468 23.0204 6.41467 21.7174L11.0438 16.2832C11.2229 16.073 11.3124 15.9678 11.3049 15.8469C11.2973 15.7259 11.1945 15.6319 10.9888 15.4439C10.5659 15.0574 10.1444 14.6578 9.74239 14.2558C9.34039 13.8538 8.94082 13.4323 8.55434 13.0095Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.6256 1.46967C12.9185 1.76256 12.9185 2.23744 12.6256 2.53033L12.4672 2.68871C12.7753 2.93001 13.1709 3.24429 13.6178 3.60997C14.6738 4.47391 16.0288 5.6347 17.197 6.80296C18.3653 7.97123 19.5261 9.32625 20.39 10.3822C20.7557 10.8291 21.07 11.2247 21.3113 11.5328L21.4697 11.3744C21.7626 11.0815 22.2374 11.0815 22.5303 11.3744C22.8232 11.6673 22.8232 12.1422 22.5303 12.4351L16.4351 18.5303C16.1422 18.8232 15.6673 18.8232 15.3744 18.5303C15.0815 18.2374 15.0815 17.7626 15.3744 17.4697L15.5329 17.3112C15.2247 17.0699 14.8292 16.7556 14.3823 16.39C13.3263 15.526 11.9713 14.3652 10.803 13.197C9.63478 12.0287 8.47399 10.6737 7.61005 9.61775C7.24437 9.1708 6.93009 8.77526 6.68879 8.46711L6.53033 8.62557C6.23744 8.91846 5.76256 8.91846 5.46967 8.62557C5.17678 8.33268 5.17678 7.8578 5.46967 7.56491L11.5649 1.46967C11.8578 1.17678 12.3327 1.17678 12.6256 1.46967Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-audit-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5238 18.427C18.5758 17.8186 18.7054 17.338 18.8417 16.8956C18.8649 16.8205 18.8893 16.7437 18.9144 16.6652C19.0714 16.1726 19.25 15.6121 19.25 15C19.25 13.4812 18.0188 12.25 16.5 12.25C14.9812 12.25 13.75 13.4812 13.75 15C13.75 15.6121 13.9286 16.1726 14.0856 16.6652C14.1106 16.7437 14.1351 16.8206 14.1583 16.8956C14.2946 17.338 14.4242 17.8186 14.4762 18.427L12.4258 19.0779C11.6873 19.3124 11.25 20.0258 11.25 20.7543V22C11.25 22.4142 11.5858 22.75 12 22.75H21C21.4142 22.75 21.75 22.4142 21.75 22V20.7543C21.75 20.0258 21.3127 19.3124 20.5742 19.0779L18.5238 18.427ZM15.25 15C15.25 14.3096 15.8096 13.75 16.5 13.75C17.1904 13.75 17.75 14.3096 17.75 15C17.75 15.3625 17.6508 15.6787 17.4922 16.1846C17.4658 16.2687 17.4378 16.3581 17.4083 16.4538C17.2578 16.9422 17.1008 17.5184 17.0337 18.25H15.9663C15.8992 17.5184 15.7422 16.9422 15.5917 16.4538C15.5623 16.3582 15.5343 16.2689 15.5079 16.1848C15.3492 15.6789 15.25 15.3625 15.25 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0564 1.25C12.8942 1.24998 14.3498 1.24997 15.489 1.40314C16.6614 1.56076 17.6104 1.89288 18.3588 2.64124C19.1071 3.38961 19.4392 4.33856 19.5969 5.51098C19.75 6.65018 19.75 8.10585 19.75 9.94359V12.2612C18.9704 11.3371 17.8038 10.75 16.5 10.75C14.1528 10.75 12.25 12.6528 12.25 15C12.25 15.8485 12.5 17 12.7405 17.4043L11.9719 17.6482C10.5232 18.1082 9.75 19.4687 9.75 20.7543V22C9.75 22.2624 9.79491 22.5142 9.87745 22.7483C8.54537 22.7425 7.39805 22.7161 6.51098 22.5969C5.33856 22.4392 4.38961 22.1071 3.64124 21.3588C2.89288 20.6104 2.56076 19.6614 2.40314 18.489C2.24997 17.3498 2.24998 15.8942 2.25 14.0564V14.0564V9.94357V9.94356C2.24998 8.10581 2.24997 6.65019 2.40314 5.51098C2.56076 4.33856 2.89288 3.38961 3.64124 2.64124C4.38961 1.89288 5.33856 1.56076 6.51098 1.40314C7.65019 1.24997 9.21867 1.24998 11.0564 1.25H11.0564ZM7 6.25C6.58579 6.25 6.25 6.58579 6.25 7C6.25 7.41421 6.58579 7.75 7 7.75H15C15.4142 7.75 15.75 7.41421 15.75 7C15.75 6.58579 15.4142 6.25 15 6.25H7ZM7 10.25C6.58579 10.25 6.25 10.5858 6.25 11C6.25 11.4142 6.58579 11.75 7 11.75H11C11.4142 11.75 11.75 11.4142 11.75 11C11.75 10.5858 11.4142 10.25 11 10.25H7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5238 18.427C18.5758 17.8186 18.7054 17.338 18.8417 16.8956C18.8649 16.8205 18.8893 16.7437 18.9144 16.6652C19.0714 16.1726 19.25 15.6121 19.25 15C19.25 13.4812 18.0188 12.25 16.5 12.25C14.9812 12.25 13.75 13.4812 13.75 15C13.75 15.6121 13.9286 16.1726 14.0856 16.6652C14.1106 16.7437 14.1351 16.8206 14.1583 16.8956C14.2946 17.338 14.4242 17.8186 14.4762 18.427L12.4258 19.0779C11.6873 19.3124 11.25 20.0258 11.25 20.7543V22C11.25 22.4142 11.5858 22.75 12 22.75H21C21.4142 22.75 21.75 22.4142 21.75 22V20.7543C21.75 20.0258 21.3127 19.3124 20.5742 19.0779L18.5238 18.427ZM15.25 15C15.25 14.3096 15.8096 13.75 16.5 13.75C17.1904 13.75 17.75 14.3096 17.75 15C17.75 15.3625 17.6508 15.6787 17.4922 16.1846C17.4658 16.2687 17.4378 16.3581 17.4083 16.4538C17.2578 16.9422 17.1008 17.5184 17.0337 18.25H15.9663C15.8992 17.5184 15.7422 16.9422 15.5917 16.4538C15.5623 16.3582 15.5343 16.2689 15.5079 16.1848C15.3492 15.6789 15.25 15.3625 15.25 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0564 1.25C12.8942 1.24998 14.3498 1.24997 15.489 1.40314C16.6614 1.56076 17.6104 1.89288 18.3588 2.64124C19.1071 3.38961 19.4392 4.33856 19.5969 5.51098C19.75 6.65018 19.75 8.10585 19.75 9.94359V12.2612C18.9704 11.3371 17.8038 10.75 16.5 10.75C14.1528 10.75 12.25 12.6528 12.25 15C12.25 15.8485 12.5 17 12.7405 17.4043L11.9719 17.6482C10.5232 18.1082 9.75 19.4687 9.75 20.7543V22C9.75 22.2624 9.79491 22.5142 9.87745 22.7483C8.54537 22.7425 7.39805 22.7161 6.51098 22.5969C5.33856 22.4392 4.38961 22.1071 3.64124 21.3588C2.89288 20.6104 2.56076 19.6614 2.40314 18.489C2.24997 17.3498 2.24998 15.8942 2.25 14.0564V14.0564V9.94357V9.94356C2.24998 8.10581 2.24997 6.65019 2.40314 5.51098C2.56076 4.33856 2.89288 3.38961 3.64124 2.64124C4.38961 1.89288 5.33856 1.56076 6.51098 1.40314C7.65019 1.24997 9.21867 1.24998 11.0564 1.25H11.0564ZM7 6.25C6.58579 6.25 6.25 6.58579 6.25 7C6.25 7.41421 6.58579 7.75 7 7.75H15C15.4142 7.75 15.75 7.41421 15.75 7C15.75 6.58579 15.4142 6.25 15 6.25H7ZM7 10.25C6.58579 10.25 6.25 10.5858 6.25 11C6.25 11.4142 6.58579 11.75 7 11.75H11C11.4142 11.75 11.75 11.4142 11.75 11C11.75 10.5858 11.4142 10.25 11 10.25H7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-audit-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4571 15.15C15.1829 15.15 14.15 16.1829 14.15 17.4571C14.15 18.7313 15.1829 19.7643 16.4571 19.7643C17.7313 19.7643 18.7643 18.7313 18.7643 17.4571C18.7643 16.1829 17.7313 15.15 16.4571 15.15ZM12.25 17.4571C12.25 15.1336 14.1336 13.25 16.4571 13.25C18.7807 13.25 20.6643 15.1336 20.6643 17.4571C20.6643 18.2748 20.431 19.0381 20.0274 19.6839L21.4718 21.1282C21.8427 21.4992 21.8427 22.1008 21.4718 22.4718C21.1008 22.8427 20.4992 22.8427 20.1282 22.4718L18.6839 21.0274C18.0381 21.431 17.2748 21.6643 16.4571 21.6643C14.1336 21.6643 12.25 19.7807 12.25 17.4571Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0564 1.25C12.8942 1.24998 14.3498 1.24997 15.489 1.40314C16.6614 1.56076 17.6104 1.89288 18.3588 2.64124C19.1071 3.38961 19.4392 4.33856 19.5969 5.51098C19.75 6.65018 19.75 8.10585 19.75 9.94359V12.7952C18.8196 12.1368 17.6836 11.75 16.4571 11.75C13.3052 11.75 10.75 14.3052 10.75 17.4571C10.75 19.8123 12.1766 21.8343 14.2129 22.7061C13.3144 22.75 12.2685 22.75 11.0565 22.75H11.0564C9.21865 22.75 7.65019 22.75 6.51098 22.5969C5.33856 22.4392 4.38961 22.1071 3.64124 21.3588C2.89288 20.6104 2.56076 19.6614 2.40314 18.489C2.24997 17.3498 2.24998 15.8942 2.25 14.0564V14.0564V9.94357V9.94356C2.24998 8.10581 2.24997 6.65019 2.40314 5.51098C2.56076 4.33856 2.89288 3.38961 3.64124 2.64124C4.38961 1.89288 5.33856 1.56076 6.51098 1.40314C7.65019 1.24997 9.21867 1.24998 11.0564 1.25H11.0564ZM7 6.25C6.58579 6.25 6.25 6.58579 6.25 7C6.25 7.41421 6.58579 7.75 7 7.75H15C15.4142 7.75 15.75 7.41421 15.75 7C15.75 6.58579 15.4142 6.25 15 6.25H7ZM7 10.25C6.58579 10.25 6.25 10.5858 6.25 11C6.25 11.4142 6.58579 11.75 7 11.75H11C11.4142 11.75 11.75 11.4142 11.75 11C11.75 10.5858 11.4142 10.25 11 10.25H7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4571 15.15C15.1829 15.15 14.15 16.1829 14.15 17.4571C14.15 18.7313 15.1829 19.7643 16.4571 19.7643C17.7313 19.7643 18.7643 18.7313 18.7643 17.4571C18.7643 16.1829 17.7313 15.15 16.4571 15.15ZM12.25 17.4571C12.25 15.1336 14.1336 13.25 16.4571 13.25C18.7807 13.25 20.6643 15.1336 20.6643 17.4571C20.6643 18.2748 20.431 19.0381 20.0274 19.6839L21.4718 21.1282C21.8427 21.4992 21.8427 22.1008 21.4718 22.4718C21.1008 22.8427 20.4992 22.8427 20.1282 22.4718L18.6839 21.0274C18.0381 21.431 17.2748 21.6643 16.4571 21.6643C14.1336 21.6643 12.25 19.7807 12.25 17.4571Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0564 1.25C12.8942 1.24998 14.3498 1.24997 15.489 1.40314C16.6614 1.56076 17.6104 1.89288 18.3588 2.64124C19.1071 3.38961 19.4392 4.33856 19.5969 5.51098C19.75 6.65018 19.75 8.10585 19.75 9.94359V12.7952C18.8196 12.1368 17.6836 11.75 16.4571 11.75C13.3052 11.75 10.75 14.3052 10.75 17.4571C10.75 19.8123 12.1766 21.8343 14.2129 22.7061C13.3144 22.75 12.2685 22.75 11.0565 22.75H11.0564C9.21865 22.75 7.65019 22.75 6.51098 22.5969C5.33856 22.4392 4.38961 22.1071 3.64124 21.3588C2.89288 20.6104 2.56076 19.6614 2.40314 18.489C2.24997 17.3498 2.24998 15.8942 2.25 14.0564V14.0564V9.94357V9.94356C2.24998 8.10581 2.24997 6.65019 2.40314 5.51098C2.56076 4.33856 2.89288 3.38961 3.64124 2.64124C4.38961 1.89288 5.33856 1.56076 6.51098 1.40314C7.65019 1.24997 9.21867 1.24998 11.0564 1.25H11.0564ZM7 6.25C6.58579 6.25 6.25 6.58579 6.25 7C6.25 7.41421 6.58579 7.75 7 7.75H15C15.4142 7.75 15.75 7.41421 15.75 7C15.75 6.58579 15.4142 6.25 15 6.25H7ZM7 10.25C6.58579 10.25 6.25 10.5858 6.25 11C6.25 11.4142 6.58579 11.75 7 11.75H11C11.4142 11.75 11.75 11.4142 11.75 11C11.75 10.5858 11.4142 10.25 11 10.25H7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-copyright{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13 7L11.968 7C11.5294 6.99999 11.1509 6.99998 10.8376 7.02135C10.5078 7.04386 10.1779 7.09336 9.85195 7.22836C9.11687 7.53284 8.53284 8.11687 8.22836 8.85195C8.09336 9.17788 8.04386 9.50779 8.02135 9.83762C7.99998 10.1509 7.99999 10.5294 8 10.968V13.032C7.99999 13.4706 7.99998 13.8491 8.02135 14.1624C8.04386 14.4922 8.09336 14.8221 8.22836 15.1481C8.53284 15.8831 9.11687 16.4672 9.85195 16.7716C10.1779 16.9066 10.5078 16.9561 10.8376 16.9787C11.1509 17 11.5293 17 11.968 17H11.968H13C14.6569 17 16 15.6569 16 14C16 13.4477 15.5523 13 15 13C14.4477 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H12C11.5204 15 11.2107 14.9995 10.9738 14.9833C10.7458 14.9677 10.6589 14.9411 10.6173 14.9239C10.3723 14.8224 10.1776 14.6277 10.0761 14.3827C10.0589 14.3411 10.0323 14.2542 10.0167 14.0262C10.0005 13.7893 10 13.4796 10 13V11C10 10.5204 10.0005 10.2107 10.0167 9.97376C10.0323 9.74576 10.0589 9.65893 10.0761 9.61732C10.1776 9.37229 10.3723 9.17762 10.6173 9.07612C10.6589 9.05888 10.7458 9.03227 10.9738 9.01671C11.2107 9.00054 11.5204 9 12 9H13C13.5523 9 14 9.44772 14 10C14 10.5523 14.4477 11 15 11C15.5523 11 16 10.5523 16 10C16 8.34315 14.6569 7 13 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13 7L11.968 7C11.5294 6.99999 11.1509 6.99998 10.8376 7.02135C10.5078 7.04386 10.1779 7.09336 9.85195 7.22836C9.11687 7.53284 8.53284 8.11687 8.22836 8.85195C8.09336 9.17788 8.04386 9.50779 8.02135 9.83762C7.99998 10.1509 7.99999 10.5294 8 10.968V13.032C7.99999 13.4706 7.99998 13.8491 8.02135 14.1624C8.04386 14.4922 8.09336 14.8221 8.22836 15.1481C8.53284 15.8831 9.11687 16.4672 9.85195 16.7716C10.1779 16.9066 10.5078 16.9561 10.8376 16.9787C11.1509 17 11.5293 17 11.968 17H11.968H13C14.6569 17 16 15.6569 16 14C16 13.4477 15.5523 13 15 13C14.4477 13 14 13.4477 14 14C14 14.5523 13.5523 15 13 15H12C11.5204 15 11.2107 14.9995 10.9738 14.9833C10.7458 14.9677 10.6589 14.9411 10.6173 14.9239C10.3723 14.8224 10.1776 14.6277 10.0761 14.3827C10.0589 14.3411 10.0323 14.2542 10.0167 14.0262C10.0005 13.7893 10 13.4796 10 13V11C10 10.5204 10.0005 10.2107 10.0167 9.97376C10.0323 9.74576 10.0589 9.65893 10.0761 9.61732C10.1776 9.37229 10.3723 9.17762 10.6173 9.07612C10.6589 9.05888 10.7458 9.03227 10.9738 9.01671C11.2107 9.00054 11.5204 9 12 9H13C13.5523 9 14 9.44772 14 10C14 10.5523 14.4477 11 15 11C15.5523 11 16 10.5523 16 10C16 8.34315 14.6569 7 13 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-court-house{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25195 20C2.25195 19.0335 3.03545 18.25 4.00195 18.25H20.002C20.9685 18.25 21.752 19.0335 21.752 20V21C21.752 21.9665 20.9685 22.75 20.002 22.75H4.00195C3.03546 22.75 2.25195 21.9665 2.25195 21V20ZM4.00195 19.75C3.86388 19.75 3.75195 19.8619 3.75195 20V21C3.75195 21.1381 3.86388 21.25 4.00195 21.25H20.002C20.14 21.25 20.252 21.1381 20.252 21V20C20.252 19.8619 20.14 19.75 20.002 19.75H4.00195Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.7515 19.75V14.35C19.7515 14.0672 19.7515 13.9257 19.6637 13.8379C19.5758 13.75 19.4344 13.75 19.1515 13.75H19.0013C18.0295 13.75 17.0875 13.461 16.3788 12.8246C15.6581 12.1774 15.2513 11.2352 15.2513 10.0833C15.2513 9.52311 15.4217 8.94385 15.8093 8.49214C16.2101 8.02519 16.7973 7.75 17.5013 7.75C17.9201 7.75 18.4606 7.9112 18.9073 8.26852C19.3839 8.64984 19.7513 9.25511 19.7513 10.0833C19.7513 10.4975 19.4155 10.8333 19.0013 10.8333C18.587 10.8333 18.2513 10.4975 18.2513 10.0833C18.2513 9.74489 18.1186 9.55849 17.9702 9.43982C17.7919 9.29713 17.5824 9.25 17.5013 9.25C17.2111 9.25 17.0483 9.35173 16.9476 9.46906C16.8338 9.60165 16.7513 9.81405 16.7513 10.0833C16.7513 10.8644 17.0159 11.3806 17.3811 11.7085C17.7581 12.0472 18.3161 12.25 19.0013 12.25C22.0602 12.25 22.7515 9.76033 22.7515 8.5C22.7515 6.26542 21.1769 4.25 19.0015 4.25L5.00098 4.25C2.82561 4.25 1.25098 6.26542 1.25098 8.5C1.25098 9.76033 1.94233 12.25 5.00126 12.25C5.68639 12.25 6.24437 12.0472 6.62146 11.7085C6.98658 11.3806 7.25126 10.8644 7.25126 10.0833C7.25126 9.81405 7.16871 9.60165 7.05492 9.46906C6.95422 9.35173 6.7914 9.25 6.50126 9.25C6.42007 9.25 6.21063 9.29713 6.03228 9.43982C5.88394 9.55849 5.75126 9.74489 5.75126 10.0833C5.75126 10.4975 5.41547 10.8333 5.00126 10.8333C4.58704 10.8333 4.25126 10.4975 4.25126 10.0833C4.25126 9.25511 4.61858 8.64984 5.09524 8.26852C5.54188 7.9112 6.08244 7.75 6.50126 7.75C7.20522 7.75 7.79241 8.02519 8.19318 8.49214C8.58086 8.94385 8.75126 9.52311 8.75126 10.0833C8.75126 11.2352 8.34436 12.1774 7.6237 12.8246C6.915 13.461 5.97298 13.75 5.00126 13.75L4.85098 13.75C4.56813 13.75 4.42671 13.75 4.33884 13.8379C4.25098 13.9257 4.25098 14.0672 4.25098 14.35L4.25098 19.75H9.50293L14.5029 19.75L19.7515 19.75ZM14.5029 19.75C14.9171 19.75 15.2529 19.4142 15.2529 19V16C15.2529 15.5858 14.9171 15.25 14.5029 15.25C14.0887 15.25 13.7529 15.5858 13.7529 16V19C13.7529 19.4142 14.0887 19.75 14.5029 19.75ZM10.2529 9C10.2529 8.58579 10.5887 8.25 11.0029 8.25L13.0029 8.25C13.4171 8.25 13.7529 8.58579 13.7529 9C13.7529 9.41421 13.4171 9.75 13.0029 9.75H11.0029C10.5887 9.75 10.2529 9.41421 10.2529 9ZM10.2529 16C10.2529 15.5858 9.91714 15.25 9.50293 15.25C9.08872 15.25 8.75293 15.5858 8.75293 16L8.75293 19C8.75293 19.4142 9.08872 19.75 9.50293 19.75C9.91714 19.75 10.2529 19.4142 10.2529 19V16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.95258 1.25C7.96899 1.25 7.98544 1.25 8.00196 1.25L16.0513 1.25C16.7162 1.24996 17.2891 1.24993 17.7478 1.31161C18.2394 1.37771 18.7107 1.52677 19.0929 1.90901C19.4752 2.29126 19.6243 2.76252 19.6904 3.25416C19.752 3.71291 19.752 4.28577 19.752 4.95064L19.752 5C19.752 5.41422 19.4162 5.75 19.002 5.75C18.5877 5.75 18.252 5.41422 18.252 5C18.252 4.27169 18.2504 3.80091 18.2037 3.45403C18.16 3.12873 18.0894 3.02677 18.0323 2.96967C17.9752 2.91258 17.8732 2.84197 17.5479 2.79823C17.201 2.7516 16.7303 2.75 16.002 2.75H8.00196C7.27365 2.75 6.80286 2.7516 6.45598 2.79823C6.13068 2.84197 6.02872 2.91258 5.97163 2.96967C5.91453 3.02677 5.84392 3.12873 5.80019 3.45403C5.75355 3.80091 5.75196 4.27169 5.75196 5C5.75196 5.41422 5.41617 5.75 5.00196 5.75C4.58774 5.75 4.25196 5.41422 4.25196 5C4.25196 4.98349 4.25196 4.96703 4.25195 4.95063C4.25192 4.28577 4.25189 3.71291 4.31356 3.25416C4.37966 2.76252 4.52872 2.29126 4.91097 1.90901C5.29321 1.52677 5.76448 1.37771 6.25611 1.31161C6.71486 1.24993 7.28772 1.24996 7.95258 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25195 20C2.25195 19.0335 3.03545 18.25 4.00195 18.25H20.002C20.9685 18.25 21.752 19.0335 21.752 20V21C21.752 21.9665 20.9685 22.75 20.002 22.75H4.00195C3.03546 22.75 2.25195 21.9665 2.25195 21V20ZM4.00195 19.75C3.86388 19.75 3.75195 19.8619 3.75195 20V21C3.75195 21.1381 3.86388 21.25 4.00195 21.25H20.002C20.14 21.25 20.252 21.1381 20.252 21V20C20.252 19.8619 20.14 19.75 20.002 19.75H4.00195Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.7515 19.75V14.35C19.7515 14.0672 19.7515 13.9257 19.6637 13.8379C19.5758 13.75 19.4344 13.75 19.1515 13.75H19.0013C18.0295 13.75 17.0875 13.461 16.3788 12.8246C15.6581 12.1774 15.2513 11.2352 15.2513 10.0833C15.2513 9.52311 15.4217 8.94385 15.8093 8.49214C16.2101 8.02519 16.7973 7.75 17.5013 7.75C17.9201 7.75 18.4606 7.9112 18.9073 8.26852C19.3839 8.64984 19.7513 9.25511 19.7513 10.0833C19.7513 10.4975 19.4155 10.8333 19.0013 10.8333C18.587 10.8333 18.2513 10.4975 18.2513 10.0833C18.2513 9.74489 18.1186 9.55849 17.9702 9.43982C17.7919 9.29713 17.5824 9.25 17.5013 9.25C17.2111 9.25 17.0483 9.35173 16.9476 9.46906C16.8338 9.60165 16.7513 9.81405 16.7513 10.0833C16.7513 10.8644 17.0159 11.3806 17.3811 11.7085C17.7581 12.0472 18.3161 12.25 19.0013 12.25C22.0602 12.25 22.7515 9.76033 22.7515 8.5C22.7515 6.26542 21.1769 4.25 19.0015 4.25L5.00098 4.25C2.82561 4.25 1.25098 6.26542 1.25098 8.5C1.25098 9.76033 1.94233 12.25 5.00126 12.25C5.68639 12.25 6.24437 12.0472 6.62146 11.7085C6.98658 11.3806 7.25126 10.8644 7.25126 10.0833C7.25126 9.81405 7.16871 9.60165 7.05492 9.46906C6.95422 9.35173 6.7914 9.25 6.50126 9.25C6.42007 9.25 6.21063 9.29713 6.03228 9.43982C5.88394 9.55849 5.75126 9.74489 5.75126 10.0833C5.75126 10.4975 5.41547 10.8333 5.00126 10.8333C4.58704 10.8333 4.25126 10.4975 4.25126 10.0833C4.25126 9.25511 4.61858 8.64984 5.09524 8.26852C5.54188 7.9112 6.08244 7.75 6.50126 7.75C7.20522 7.75 7.79241 8.02519 8.19318 8.49214C8.58086 8.94385 8.75126 9.52311 8.75126 10.0833C8.75126 11.2352 8.34436 12.1774 7.6237 12.8246C6.915 13.461 5.97298 13.75 5.00126 13.75L4.85098 13.75C4.56813 13.75 4.42671 13.75 4.33884 13.8379C4.25098 13.9257 4.25098 14.0672 4.25098 14.35L4.25098 19.75H9.50293L14.5029 19.75L19.7515 19.75ZM14.5029 19.75C14.9171 19.75 15.2529 19.4142 15.2529 19V16C15.2529 15.5858 14.9171 15.25 14.5029 15.25C14.0887 15.25 13.7529 15.5858 13.7529 16V19C13.7529 19.4142 14.0887 19.75 14.5029 19.75ZM10.2529 9C10.2529 8.58579 10.5887 8.25 11.0029 8.25L13.0029 8.25C13.4171 8.25 13.7529 8.58579 13.7529 9C13.7529 9.41421 13.4171 9.75 13.0029 9.75H11.0029C10.5887 9.75 10.2529 9.41421 10.2529 9ZM10.2529 16C10.2529 15.5858 9.91714 15.25 9.50293 15.25C9.08872 15.25 8.75293 15.5858 8.75293 16L8.75293 19C8.75293 19.4142 9.08872 19.75 9.50293 19.75C9.91714 19.75 10.2529 19.4142 10.2529 19V16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.95258 1.25C7.96899 1.25 7.98544 1.25 8.00196 1.25L16.0513 1.25C16.7162 1.24996 17.2891 1.24993 17.7478 1.31161C18.2394 1.37771 18.7107 1.52677 19.0929 1.90901C19.4752 2.29126 19.6243 2.76252 19.6904 3.25416C19.752 3.71291 19.752 4.28577 19.752 4.95064L19.752 5C19.752 5.41422 19.4162 5.75 19.002 5.75C18.5877 5.75 18.252 5.41422 18.252 5C18.252 4.27169 18.2504 3.80091 18.2037 3.45403C18.16 3.12873 18.0894 3.02677 18.0323 2.96967C17.9752 2.91258 17.8732 2.84197 17.5479 2.79823C17.201 2.7516 16.7303 2.75 16.002 2.75H8.00196C7.27365 2.75 6.80286 2.7516 6.45598 2.79823C6.13068 2.84197 6.02872 2.91258 5.97163 2.96967C5.91453 3.02677 5.84392 3.12873 5.80019 3.45403C5.75355 3.80091 5.75196 4.27169 5.75196 5C5.75196 5.41422 5.41617 5.75 5.00196 5.75C4.58774 5.75 4.25196 5.41422 4.25196 5C4.25196 4.98349 4.25196 4.96703 4.25195 4.95063C4.25192 4.28577 4.25189 3.71291 4.31356 3.25416C4.37966 2.76252 4.52872 2.29126 4.91097 1.90901C5.29321 1.52677 5.76448 1.37771 6.25611 1.31161C6.71486 1.24993 7.28772 1.24996 7.95258 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-court-law{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.1339 1.25 10.3597 1.52688 9.52381 1.99594C8.7139 2.45043 7.78586 3.12145 6.61887 3.96524L5.10984 5.05632C4.1733 5.73346 3.42528 6.27429 2.86109 6.77487C2.27855 7.29173 1.84274 7.807 1.5663 8.45513C1.28925 9.10469 1.22225 9.77045 1.25941 10.5381C1.29528 11.2789 1.43264 12.1727 1.60393 13.2872L1.91918 15.3387C2.16256 16.9225 2.35635 18.1836 2.64105 19.1662C2.93544 20.1821 3.35016 20.9887 4.0914 21.6052C4.82957 22.2192 5.7089 22.4926 6.78306 22.6231C7.828 22.75 9.14615 22.75 10.8111 22.75H13.1889C14.8539 22.75 16.172 22.75 17.2169 22.6231C18.2911 22.4926 19.1704 22.2192 19.9086 21.6052C20.6499 20.9887 21.0646 20.1821 21.359 19.1662C21.6437 18.1837 21.8374 16.9225 22.0808 15.3387L22.3961 13.2871C22.5674 12.1726 22.7047 11.2789 22.7406 10.5381C22.7778 9.77045 22.7108 9.10469 22.4337 8.45513C22.1573 7.807 21.7215 7.29173 21.1389 6.77487C20.5747 6.2743 19.8267 5.73347 18.8902 5.05633L17.3811 3.96525L17.3811 3.96524L17.3811 3.96522C16.2141 3.12144 15.2861 2.45043 14.4762 1.99594C13.6403 1.52688 12.8661 1.25 12 1.25ZM14.1732 16.5303C13.8803 16.8232 13.4054 16.8232 13.1125 16.5303C12.9021 16.3199 12.8428 16.0155 12.9348 15.7522C12.8292 15.6661 12.7132 15.5705 12.5896 15.4673C12.2496 15.1837 11.8476 14.8387 11.444 14.4702L8.45711 17.4571C8.06658 17.8476 7.43342 17.8476 7.04289 17.4571C6.65237 17.0666 6.65237 16.4334 7.04289 16.0429L10.0298 13.056C9.66126 12.6524 9.31631 12.2504 9.03265 11.9104C8.92947 11.7868 8.83394 11.6708 8.74782 11.5652C8.48449 11.6572 8.18011 11.5979 7.96967 11.3875C7.67678 11.0946 7.67678 10.6197 7.96967 10.3268L10.8268 7.46967C11.1197 7.17678 11.5946 7.17678 11.8875 7.46967C12.0979 7.68011 12.1572 7.98449 12.0652 8.24782C12.1708 8.33394 12.2868 8.42947 12.4104 8.53265C12.9571 8.98874 13.664 9.60332 14.2803 10.2197C14.8967 10.836 15.5113 11.5429 15.9673 12.0896C16.0705 12.2132 16.1661 12.3292 16.2522 12.4348C16.5155 12.3428 16.8199 12.4021 17.0303 12.6125C17.3232 12.9054 17.3232 13.3803 17.0303 13.6732L14.1732 16.5303Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.1339 1.25 10.3597 1.52688 9.52381 1.99594C8.7139 2.45043 7.78586 3.12145 6.61887 3.96524L5.10984 5.05632C4.1733 5.73346 3.42528 6.27429 2.86109 6.77487C2.27855 7.29173 1.84274 7.807 1.5663 8.45513C1.28925 9.10469 1.22225 9.77045 1.25941 10.5381C1.29528 11.2789 1.43264 12.1727 1.60393 13.2872L1.91918 15.3387C2.16256 16.9225 2.35635 18.1836 2.64105 19.1662C2.93544 20.1821 3.35016 20.9887 4.0914 21.6052C4.82957 22.2192 5.7089 22.4926 6.78306 22.6231C7.828 22.75 9.14615 22.75 10.8111 22.75H13.1889C14.8539 22.75 16.172 22.75 17.2169 22.6231C18.2911 22.4926 19.1704 22.2192 19.9086 21.6052C20.6499 20.9887 21.0646 20.1821 21.359 19.1662C21.6437 18.1837 21.8374 16.9225 22.0808 15.3387L22.3961 13.2871C22.5674 12.1726 22.7047 11.2789 22.7406 10.5381C22.7778 9.77045 22.7108 9.10469 22.4337 8.45513C22.1573 7.807 21.7215 7.29173 21.1389 6.77487C20.5747 6.2743 19.8267 5.73347 18.8902 5.05633L17.3811 3.96525L17.3811 3.96524L17.3811 3.96522C16.2141 3.12144 15.2861 2.45043 14.4762 1.99594C13.6403 1.52688 12.8661 1.25 12 1.25ZM14.1732 16.5303C13.8803 16.8232 13.4054 16.8232 13.1125 16.5303C12.9021 16.3199 12.8428 16.0155 12.9348 15.7522C12.8292 15.6661 12.7132 15.5705 12.5896 15.4673C12.2496 15.1837 11.8476 14.8387 11.444 14.4702L8.45711 17.4571C8.06658 17.8476 7.43342 17.8476 7.04289 17.4571C6.65237 17.0666 6.65237 16.4334 7.04289 16.0429L10.0298 13.056C9.66126 12.6524 9.31631 12.2504 9.03265 11.9104C8.92947 11.7868 8.83394 11.6708 8.74782 11.5652C8.48449 11.6572 8.18011 11.5979 7.96967 11.3875C7.67678 11.0946 7.67678 10.6197 7.96967 10.3268L10.8268 7.46967C11.1197 7.17678 11.5946 7.17678 11.8875 7.46967C12.0979 7.68011 12.1572 7.98449 12.0652 8.24782C12.1708 8.33394 12.2868 8.42947 12.4104 8.53265C12.9571 8.98874 13.664 9.60332 14.2803 10.2197C14.8967 10.836 15.5113 11.5429 15.9673 12.0896C16.0705 12.2132 16.1661 12.3292 16.2522 12.4348C16.5155 12.3428 16.8199 12.4021 17.0303 12.6125C17.3232 12.9054 17.3232 13.3803 17.0303 13.6732L14.1732 16.5303Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-handcuffs{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0232 5.42217C9.45453 5.24975 8.82598 5.24982 8.34013 5.24988L7.65988 5.24988C7.17402 5.24982 6.54547 5.24975 5.9768 5.42217C5.34377 5.6141 4.76666 6.02293 4.44113 6.80018C4.32975 7.06612 4.2877 7.3377 4.2684 7.61693C4.24998 7.88336 4.24999 8.20639 4.25 8.58661V8.58662V8.58663C4.24998 8.68864 4.17851 8.74691 4.14278 8.76329C2.4006 9.94825 1.25 11.9228 1.25 14.1665C1.25 17.8222 4.29213 20.7499 8 20.7499C11.7079 20.7499 14.75 17.8222 14.75 14.1665C14.75 11.9228 13.5994 9.94825 11.8572 8.76329C11.8215 8.73936 11.75 8.67053 11.75 8.58661V8.58659V8.58657C11.75 8.20637 11.75 7.88335 11.7316 7.61693C11.7123 7.3377 11.6702 7.06612 11.5589 6.80018C11.2333 6.02293 10.6562 5.6141 10.0232 5.42217ZM8 16.4999C9.38071 16.4999 10.5 15.3806 10.5 13.9999C10.5 12.6192 9.38071 11.4999 8 11.4999C6.61929 11.4999 5.5 12.6192 5.5 13.9999C5.5 15.3806 6.61929 16.4999 8 16.4999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0238 7.42217C17.4552 7.24975 16.8266 7.24982 16.3408 7.24988H15.6605C15.1747 7.24982 14.5461 7.24975 13.9774 7.42217C13.7436 7.49308 13.5173 7.5936 13.3086 7.73138C13.2665 7.75913 13.2431 7.80689 13.2445 7.85727C13.2457 7.90142 13.2661 7.94328 13.3002 7.97133C14.8081 9.21122 15.8696 10.9826 16.1664 13.0073C16.2006 13.24 16.2176 13.3563 16.2747 13.4225C16.3319 13.4886 16.4611 13.5274 16.7197 13.6049C17.7498 13.9138 18.5004 14.8692 18.5004 15.9999C18.5004 17.3806 17.3811 18.4999 16.0004 18.4999C15.8514 18.4999 15.7055 18.4868 15.5636 18.4618C15.2984 18.4151 15.1658 18.3918 15.0852 18.425C15.0046 18.4583 14.9371 18.5542 14.8022 18.7459C14.1582 19.6609 13.3273 20.4368 12.3672 21.0241C12.1164 21.1775 11.991 21.2542 11.9902 21.3653C11.9894 21.4765 12.1043 21.549 12.3339 21.6942C13.3919 22.3627 14.6523 22.7499 16.0006 22.7499C19.7085 22.7499 22.7506 19.8222 22.7506 16.1665C22.7506 13.9228 21.6 11.9482 19.8579 10.7633C19.8221 10.7394 19.7507 10.6705 19.7506 10.5866C19.7506 10.2064 19.7507 9.88335 19.7322 9.61693C19.7129 9.3377 19.6709 9.06612 19.5595 8.80018C19.234 8.02293 18.6569 7.6141 18.0238 7.42217Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.2177 1.92202C13.8629 2.09855 14.4319 2.25422 14.8848 2.44312C15.3803 2.64975 15.825 2.92976 16.1628 3.40332C16.4945 3.86847 16.6251 4.38352 16.6844 4.92628C16.7403 5.43809 16.7403 6.06639 16.7402 6.80387V6.80388L16.7402 8.80553C16.7402 9.32715 16.3149 9.75 15.7902 9.75C15.2656 9.75 14.8402 9.32715 14.8402 8.80553V6.85361C14.8402 6.05276 14.8389 5.52791 14.7955 5.13021C14.7542 4.75199 14.6835 4.59497 14.6129 4.49591C14.5482 4.40526 14.4462 4.30858 14.1498 4.185C13.8235 4.04891 13.3747 3.9242 12.6597 3.72852C12.6597 3.72852 10.7911 3.21979 10.2738 3.15853C9.78702 3.1009 9.6489 3.18042 9.57394 3.23891C9.55127 3.2566 9.52904 3.27558 9.50735 3.29585C9.41279 3.3842 9.28898 3.56669 9.21616 4.14389C9.14202 4.7316 9.14024 5.53483 9.14024 6.72559C9.14024 7.2472 8.71491 7.67005 8.19024 7.67005C7.66557 7.67005 7.24024 7.2472 7.24024 6.72559C7.2402 5.61454 7.24018 4.62821 7.33094 3.90881C7.42474 3.16525 7.63419 2.45383 8.20614 1.91942C8.26853 1.86111 8.33348 1.80558 8.40083 1.75302C9.03943 1.25471 9.77433 1.19712 10.4985 1.28285C11.1756 1.36302 12.2459 1.65599 13.2177 1.92202L13.2177 1.92202Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0232 5.42217C9.45453 5.24975 8.82598 5.24982 8.34013 5.24988L7.65988 5.24988C7.17402 5.24982 6.54547 5.24975 5.9768 5.42217C5.34377 5.6141 4.76666 6.02293 4.44113 6.80018C4.32975 7.06612 4.2877 7.3377 4.2684 7.61693C4.24998 7.88336 4.24999 8.20639 4.25 8.58661V8.58662V8.58663C4.24998 8.68864 4.17851 8.74691 4.14278 8.76329C2.4006 9.94825 1.25 11.9228 1.25 14.1665C1.25 17.8222 4.29213 20.7499 8 20.7499C11.7079 20.7499 14.75 17.8222 14.75 14.1665C14.75 11.9228 13.5994 9.94825 11.8572 8.76329C11.8215 8.73936 11.75 8.67053 11.75 8.58661V8.58659V8.58657C11.75 8.20637 11.75 7.88335 11.7316 7.61693C11.7123 7.3377 11.6702 7.06612 11.5589 6.80018C11.2333 6.02293 10.6562 5.6141 10.0232 5.42217ZM8 16.4999C9.38071 16.4999 10.5 15.3806 10.5 13.9999C10.5 12.6192 9.38071 11.4999 8 11.4999C6.61929 11.4999 5.5 12.6192 5.5 13.9999C5.5 15.3806 6.61929 16.4999 8 16.4999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.0238 7.42217C17.4552 7.24975 16.8266 7.24982 16.3408 7.24988H15.6605C15.1747 7.24982 14.5461 7.24975 13.9774 7.42217C13.7436 7.49308 13.5173 7.5936 13.3086 7.73138C13.2665 7.75913 13.2431 7.80689 13.2445 7.85727C13.2457 7.90142 13.2661 7.94328 13.3002 7.97133C14.8081 9.21122 15.8696 10.9826 16.1664 13.0073C16.2006 13.24 16.2176 13.3563 16.2747 13.4225C16.3319 13.4886 16.4611 13.5274 16.7197 13.6049C17.7498 13.9138 18.5004 14.8692 18.5004 15.9999C18.5004 17.3806 17.3811 18.4999 16.0004 18.4999C15.8514 18.4999 15.7055 18.4868 15.5636 18.4618C15.2984 18.4151 15.1658 18.3918 15.0852 18.425C15.0046 18.4583 14.9371 18.5542 14.8022 18.7459C14.1582 19.6609 13.3273 20.4368 12.3672 21.0241C12.1164 21.1775 11.991 21.2542 11.9902 21.3653C11.9894 21.4765 12.1043 21.549 12.3339 21.6942C13.3919 22.3627 14.6523 22.7499 16.0006 22.7499C19.7085 22.7499 22.7506 19.8222 22.7506 16.1665C22.7506 13.9228 21.6 11.9482 19.8579 10.7633C19.8221 10.7394 19.7507 10.6705 19.7506 10.5866C19.7506 10.2064 19.7507 9.88335 19.7322 9.61693C19.7129 9.3377 19.6709 9.06612 19.5595 8.80018C19.234 8.02293 18.6569 7.6141 18.0238 7.42217Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.2177 1.92202C13.8629 2.09855 14.4319 2.25422 14.8848 2.44312C15.3803 2.64975 15.825 2.92976 16.1628 3.40332C16.4945 3.86847 16.6251 4.38352 16.6844 4.92628C16.7403 5.43809 16.7403 6.06639 16.7402 6.80387V6.80388L16.7402 8.80553C16.7402 9.32715 16.3149 9.75 15.7902 9.75C15.2656 9.75 14.8402 9.32715 14.8402 8.80553V6.85361C14.8402 6.05276 14.8389 5.52791 14.7955 5.13021C14.7542 4.75199 14.6835 4.59497 14.6129 4.49591C14.5482 4.40526 14.4462 4.30858 14.1498 4.185C13.8235 4.04891 13.3747 3.9242 12.6597 3.72852C12.6597 3.72852 10.7911 3.21979 10.2738 3.15853C9.78702 3.1009 9.6489 3.18042 9.57394 3.23891C9.55127 3.2566 9.52904 3.27558 9.50735 3.29585C9.41279 3.3842 9.28898 3.56669 9.21616 4.14389C9.14202 4.7316 9.14024 5.53483 9.14024 6.72559C9.14024 7.2472 8.71491 7.67005 8.19024 7.67005C7.66557 7.67005 7.24024 7.2472 7.24024 6.72559C7.2402 5.61454 7.24018 4.62821 7.33094 3.90881C7.42474 3.16525 7.63419 2.45383 8.20614 1.91942C8.26853 1.86111 8.33348 1.80558 8.40083 1.75302C9.03943 1.25471 9.77433 1.19712 10.4985 1.28285C11.1756 1.36302 12.2459 1.65599 13.2177 1.92202L13.2177 1.92202Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-identification{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1785 2.70396C10.1908 3.24295 9.7638 3.68985 9.22481 3.70213C6.5857 3.76226 5.45908 4.03317 4.72986 4.75985C4.10053 5.387 3.80141 6.32395 3.7012 8.33897C3.67442 8.87744 3.21619 9.29224 2.67772 9.26546C2.13925 9.23868 1.72445 8.78046 1.75123 8.24199C1.85418 6.17178 2.16285 4.56166 3.35172 3.37691C4.69995 2.03336 6.61386 1.80874 9.18034 1.75026C9.71933 1.73798 10.1662 2.16496 10.1785 2.70396ZM13.8215 2.70396C13.8338 2.16496 14.2807 1.73798 14.8197 1.75026C17.3862 1.80874 19.3001 2.03336 20.6483 3.37691C21.8372 4.56166 22.1458 6.17178 22.2488 8.24199C22.2756 8.78046 21.8608 9.23868 21.3223 9.26546C20.7838 9.29224 20.3256 8.87744 20.2988 8.33897C20.1986 6.32395 19.8995 5.387 19.2702 4.75985C18.541 4.03317 17.4143 3.76226 14.7752 3.70213C14.2362 3.68985 13.8092 3.24295 13.8215 2.70396ZM2.67772 14.7345C3.21619 14.7078 3.67442 15.1226 3.7012 15.661C3.80141 17.6761 4.10053 18.613 4.72986 19.2401C5.45908 19.9668 6.5857 20.2377 9.22481 20.2979C9.7638 20.3102 10.1908 20.757 10.1785 21.296C10.1662 21.835 9.71933 22.262 9.18034 22.2497C6.61386 22.1913 4.69995 21.9666 3.35172 20.6231C2.16285 19.4383 1.85418 17.8282 1.75123 15.758C1.72445 15.2195 2.13925 14.7613 2.67772 14.7345ZM21.3223 14.7345C21.8608 14.7613 22.2756 15.2195 22.2488 15.758C22.1458 17.8282 21.8372 19.4383 20.6483 20.6231C19.3001 21.9666 17.3862 22.1913 14.8197 22.2497C14.2807 22.262 13.8338 21.835 13.8215 21.296C13.8092 20.757 14.2362 20.3102 14.7752 20.2979C17.4143 20.2377 18.541 19.9668 19.2702 19.2401C19.8995 18.613 20.1986 17.6761 20.2988 15.661C20.3256 15.1226 20.7838 14.7078 21.3223 14.7345Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.98949 13.5186C8.20351 14.0977 6.14271 15.2803 7.39788 16.7601C8.01101 17.483 8.69389 18 9.55244 18H14.4515C15.31 18 15.9929 17.483 16.606 16.7601C17.8612 15.2803 15.8004 14.0977 15.0144 13.5186C13.1713 12.1604 10.8326 12.1604 8.98949 13.5186Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7527 8.75C14.7527 10.2688 13.5215 11.5 12.0027 11.5C10.4839 11.5 9.25269 10.2688 9.25269 8.75C9.25269 7.23122 10.4839 6 12.0027 6C13.5215 6 14.7527 7.23122 14.7527 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1785 2.70396C10.1908 3.24295 9.7638 3.68985 9.22481 3.70213C6.5857 3.76226 5.45908 4.03317 4.72986 4.75985C4.10053 5.387 3.80141 6.32395 3.7012 8.33897C3.67442 8.87744 3.21619 9.29224 2.67772 9.26546C2.13925 9.23868 1.72445 8.78046 1.75123 8.24199C1.85418 6.17178 2.16285 4.56166 3.35172 3.37691C4.69995 2.03336 6.61386 1.80874 9.18034 1.75026C9.71933 1.73798 10.1662 2.16496 10.1785 2.70396ZM13.8215 2.70396C13.8338 2.16496 14.2807 1.73798 14.8197 1.75026C17.3862 1.80874 19.3001 2.03336 20.6483 3.37691C21.8372 4.56166 22.1458 6.17178 22.2488 8.24199C22.2756 8.78046 21.8608 9.23868 21.3223 9.26546C20.7838 9.29224 20.3256 8.87744 20.2988 8.33897C20.1986 6.32395 19.8995 5.387 19.2702 4.75985C18.541 4.03317 17.4143 3.76226 14.7752 3.70213C14.2362 3.68985 13.8092 3.24295 13.8215 2.70396ZM2.67772 14.7345C3.21619 14.7078 3.67442 15.1226 3.7012 15.661C3.80141 17.6761 4.10053 18.613 4.72986 19.2401C5.45908 19.9668 6.5857 20.2377 9.22481 20.2979C9.7638 20.3102 10.1908 20.757 10.1785 21.296C10.1662 21.835 9.71933 22.262 9.18034 22.2497C6.61386 22.1913 4.69995 21.9666 3.35172 20.6231C2.16285 19.4383 1.85418 17.8282 1.75123 15.758C1.72445 15.2195 2.13925 14.7613 2.67772 14.7345ZM21.3223 14.7345C21.8608 14.7613 22.2756 15.2195 22.2488 15.758C22.1458 17.8282 21.8372 19.4383 20.6483 20.6231C19.3001 21.9666 17.3862 22.1913 14.8197 22.2497C14.2807 22.262 13.8338 21.835 13.8215 21.296C13.8092 20.757 14.2362 20.3102 14.7752 20.2979C17.4143 20.2377 18.541 19.9668 19.2702 19.2401C19.8995 18.613 20.1986 17.6761 20.2988 15.661C20.3256 15.1226 20.7838 14.7078 21.3223 14.7345Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.98949 13.5186C8.20351 14.0977 6.14271 15.2803 7.39788 16.7601C8.01101 17.483 8.69389 18 9.55244 18H14.4515C15.31 18 15.9929 17.483 16.606 16.7601C17.8612 15.2803 15.8004 14.0977 15.0144 13.5186C13.1713 12.1604 10.8326 12.1604 8.98949 13.5186Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7527 8.75C14.7527 10.2688 13.5215 11.5 12.0027 11.5C10.4839 11.5 9.25269 10.2688 9.25269 8.75C9.25269 7.23122 10.4839 6 12.0027 6C13.5215 6 14.7527 7.23122 14.7527 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-investigation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 16.8C11.25 14.011 13.511 11.75 16.3 11.75C19.089 11.75 21.35 14.011 21.35 16.8C21.35 17.8351 21.0386 18.7974 20.5043 19.5985L21.9551 21.0409C22.3467 21.4303 22.3485 22.0634 21.9591 22.4551C21.5697 22.8467 20.9366 22.8485 20.5449 22.4591L19.0884 21.011C18.2894 21.5412 17.3308 21.85 16.3 21.85C13.511 21.85 11.25 19.589 11.25 16.8ZM16.3 13.75C14.6155 13.75 13.25 15.1155 13.25 16.8C13.25 18.4845 14.6155 19.85 16.3 19.85C17.9845 19.85 19.35 18.4845 19.35 16.8C19.35 15.1155 17.9845 13.75 16.3 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4164 1.38876C14.4043 1.24997 13.1141 1.24998 11.4984 1.25H11.4984H9.50245H9.50244C7.88677 1.24998 6.5965 1.24997 5.58438 1.38876C4.53732 1.53234 3.6771 1.83697 2.99826 2.52935C2.32143 3.21967 2.02549 4.09098 1.88566 5.15181C1.74997 6.18116 1.74998 7.49461 1.75 9.14504V9.14505V13.8535V13.8535C1.74998 15.5039 1.74997 16.8174 1.88566 17.8467C2.02549 18.9076 2.32143 19.7789 2.99826 20.4692C3.6771 21.1616 4.53732 21.4662 5.58438 21.6098C6.5965 21.7486 7.88677 21.7486 9.50246 21.7485H11.4416C11.5457 21.7485 11.5978 21.7485 11.6578 21.672C11.6744 21.6509 11.6944 21.6043 11.6983 21.5778C11.7126 21.4816 11.6566 21.4225 11.5445 21.3042C10.4322 20.1303 9.75 18.5448 9.75 16.8C9.75 13.1825 12.6825 10.25 16.3 10.25C17.1305 10.25 17.9249 10.4046 18.6559 10.6865C18.9362 10.7945 19.0763 10.8486 19.1632 10.789C19.25 10.7294 19.25 10.5863 19.25 10.3001L19.25 8.3L19.25 8.29785C19.246 6.90628 19.2237 5.7732 19.0721 4.86185C18.9171 3.92993 18.6159 3.15491 18.0026 2.52935C17.3237 1.83697 16.4635 1.53234 15.4164 1.38876ZM5.75 6C5.75 5.58579 6.08579 5.25 6.5 5.25H14.5C14.9142 5.25 15.25 5.58579 15.25 6C15.25 6.41421 14.9142 6.75 14.5 6.75H6.5C6.08579 6.75 5.75 6.41421 5.75 6ZM6.5 9.25C6.08579 9.25 5.75 9.58579 5.75 10C5.75 10.4142 6.08579 10.75 6.5 10.75H9.5C9.91421 10.75 10.25 10.4142 10.25 10C10.25 9.58579 9.91421 9.25 9.5 9.25H6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 16.8C11.25 14.011 13.511 11.75 16.3 11.75C19.089 11.75 21.35 14.011 21.35 16.8C21.35 17.8351 21.0386 18.7974 20.5043 19.5985L21.9551 21.0409C22.3467 21.4303 22.3485 22.0634 21.9591 22.4551C21.5697 22.8467 20.9366 22.8485 20.5449 22.4591L19.0884 21.011C18.2894 21.5412 17.3308 21.85 16.3 21.85C13.511 21.85 11.25 19.589 11.25 16.8ZM16.3 13.75C14.6155 13.75 13.25 15.1155 13.25 16.8C13.25 18.4845 14.6155 19.85 16.3 19.85C17.9845 19.85 19.35 18.4845 19.35 16.8C19.35 15.1155 17.9845 13.75 16.3 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4164 1.38876C14.4043 1.24997 13.1141 1.24998 11.4984 1.25H11.4984H9.50245H9.50244C7.88677 1.24998 6.5965 1.24997 5.58438 1.38876C4.53732 1.53234 3.6771 1.83697 2.99826 2.52935C2.32143 3.21967 2.02549 4.09098 1.88566 5.15181C1.74997 6.18116 1.74998 7.49461 1.75 9.14504V9.14505V13.8535V13.8535C1.74998 15.5039 1.74997 16.8174 1.88566 17.8467C2.02549 18.9076 2.32143 19.7789 2.99826 20.4692C3.6771 21.1616 4.53732 21.4662 5.58438 21.6098C6.5965 21.7486 7.88677 21.7486 9.50246 21.7485H11.4416C11.5457 21.7485 11.5978 21.7485 11.6578 21.672C11.6744 21.6509 11.6944 21.6043 11.6983 21.5778C11.7126 21.4816 11.6566 21.4225 11.5445 21.3042C10.4322 20.1303 9.75 18.5448 9.75 16.8C9.75 13.1825 12.6825 10.25 16.3 10.25C17.1305 10.25 17.9249 10.4046 18.6559 10.6865C18.9362 10.7945 19.0763 10.8486 19.1632 10.789C19.25 10.7294 19.25 10.5863 19.25 10.3001L19.25 8.3L19.25 8.29785C19.246 6.90628 19.2237 5.7732 19.0721 4.86185C18.9171 3.92993 18.6159 3.15491 18.0026 2.52935C17.3237 1.83697 16.4635 1.53234 15.4164 1.38876ZM5.75 6C5.75 5.58579 6.08579 5.25 6.5 5.25H14.5C14.9142 5.25 15.25 5.58579 15.25 6C15.25 6.41421 14.9142 6.75 14.5 6.75H6.5C6.08579 6.75 5.75 6.41421 5.75 6ZM6.5 9.25C6.08579 9.25 5.75 9.58579 5.75 10C5.75 10.4142 6.08579 10.75 6.5 10.75H9.5C9.91421 10.75 10.25 10.4142 10.25 10C10.25 9.58579 9.91421 9.25 9.5 9.25H6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-judge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.18963 12.5827C8.54126 12.9826 8.49438 13.5853 8.08491 13.9287L5.37576 16.2011C4.78465 16.6969 4.56513 16.8842 4.38408 17.0882C4.07718 17.434 3.8388 17.8269 3.6787 18.248C3.58468 18.4954 3.5249 18.765 3.36959 19.4978C3.24205 20.0995 3.20455 21.3122 3.20455 21.7955C3.20455 22.3226 2.76701 22.75 2.22727 22.75C1.68754 22.75 1.25 22.3226 1.25 21.7955C1.25 21.3242 1.29742 19.8572 1.47072 19.0395L1.47073 19.0395C1.60568 18.4024 1.69448 17.9831 1.84637 17.5835C2.0889 16.9455 2.44844 16.3547 2.90715 15.8378C3.19405 15.5145 3.5302 15.2326 4.04612 14.8L4.04612 14.8L6.81153 12.4804C7.221 12.1369 7.83799 12.1827 8.18963 12.5827Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8109 12.5827C16.1625 12.1827 16.7795 12.1369 17.189 12.4804L19.9544 14.7999L19.9544 14.8C20.4703 15.2326 20.8065 15.5145 21.0934 15.8378C21.5521 16.3547 21.9116 16.9455 22.1541 17.5835C22.306 17.9831 22.4099 18.4736 22.5449 19.1107L22.5449 19.1108C22.7182 19.9286 22.75 21.3247 22.75 21.7955C22.75 22.3226 22.3125 22.75 21.7727 22.75C21.233 22.75 20.7955 22.3226 20.7955 21.7955C20.7955 21.3117 20.7584 20.0994 20.6309 19.4978C20.4756 18.765 20.4158 18.4954 20.3218 18.248C20.1617 17.8269 19.9233 17.434 19.6164 17.0882C19.4354 16.8842 19.2159 16.6969 18.6248 16.2011L15.9156 13.9287C15.5061 13.5853 15.4593 12.9826 15.8109 12.5827Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.26523 2.55175C8.4748 1.72769 10.1292 1.25 12 1.25C13.8708 1.25 15.5252 1.72769 16.7348 2.55175C17.7478 3.2419 18.4758 4.2006 18.6871 5.32277C20.152 5.63806 21.25 6.9408 21.25 8.5C21.25 9.17894 21.0413 9.80963 20.6855 10.3308C21.0392 10.7933 21.25 11.372 21.25 12C21.25 13.5188 20.0188 14.75 18.5 14.75C16.9812 14.75 15.75 13.5188 15.75 12V11C15.75 10.0491 15.5666 9.0142 15.2128 8.24603C14.8487 7.45561 14.4194 7.15776 14 7.15776L13.9972 7.15769C13.9768 7.15694 13.9452 7.15577 13.6078 7.48813C13.3212 7.77051 12.8254 8.24994 12 8.24994C11.1746 8.24994 10.6788 7.77052 10.3921 7.48812C10.0547 7.15571 10.0231 7.15689 10.0028 7.15765L10 7.15771C9.58047 7.15771 9.1512 7.45559 8.78717 8.24594C8.43337 9.01408 8.25001 10.049 8.25 11V12C8.25 13.5188 7.01878 14.75 5.5 14.75C3.98122 14.75 2.75 13.5188 2.75 12C2.75 11.372 2.96082 10.7933 3.3145 10.3308C2.95866 9.80963 2.75 9.17894 2.75 8.5C2.75 6.9408 3.84798 5.63805 5.31292 5.32276C5.52419 4.2006 6.2522 3.2419 7.26523 2.55175Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25 11C8.25 10.5858 7.91421 10.25 7.5 10.25C7.08579 10.25 6.75 10.5858 6.75 11C6.75 13.0221 7.71971 14.8532 9.21912 15.8818L8.1215 19.1275C7.93927 19.6663 7.80409 20.1597 7.76312 20.5937C7.72193 21.0301 7.76693 21.5025 8.05474 21.9061C8.34257 22.3098 8.77608 22.5085 9.20973 22.613C9.64124 22.7171 10.1647 22.7502 10.7569 22.7502H13.2429C13.8352 22.7502 14.3586 22.7171 14.7901 22.613C15.2238 22.5085 15.6573 22.3098 15.9451 21.9061C16.2329 21.5025 16.2779 21.0301 16.2367 20.5937C16.1958 20.1597 16.0606 19.6663 15.8783 19.1275L14.7808 15.8819C16.2802 14.8533 17.25 13.0222 17.25 11C17.25 10.5858 16.9142 10.25 16.5 10.25C16.0858 10.25 15.75 10.5858 15.75 11C15.75 13.4235 13.9987 15.25 12 15.25C10.0013 15.25 8.25 13.4235 8.25 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.18963 12.5827C8.54126 12.9826 8.49438 13.5853 8.08491 13.9287L5.37576 16.2011C4.78465 16.6969 4.56513 16.8842 4.38408 17.0882C4.07718 17.434 3.8388 17.8269 3.6787 18.248C3.58468 18.4954 3.5249 18.765 3.36959 19.4978C3.24205 20.0995 3.20455 21.3122 3.20455 21.7955C3.20455 22.3226 2.76701 22.75 2.22727 22.75C1.68754 22.75 1.25 22.3226 1.25 21.7955C1.25 21.3242 1.29742 19.8572 1.47072 19.0395L1.47073 19.0395C1.60568 18.4024 1.69448 17.9831 1.84637 17.5835C2.0889 16.9455 2.44844 16.3547 2.90715 15.8378C3.19405 15.5145 3.5302 15.2326 4.04612 14.8L4.04612 14.8L6.81153 12.4804C7.221 12.1369 7.83799 12.1827 8.18963 12.5827Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8109 12.5827C16.1625 12.1827 16.7795 12.1369 17.189 12.4804L19.9544 14.7999L19.9544 14.8C20.4703 15.2326 20.8065 15.5145 21.0934 15.8378C21.5521 16.3547 21.9116 16.9455 22.1541 17.5835C22.306 17.9831 22.4099 18.4736 22.5449 19.1107L22.5449 19.1108C22.7182 19.9286 22.75 21.3247 22.75 21.7955C22.75 22.3226 22.3125 22.75 21.7727 22.75C21.233 22.75 20.7955 22.3226 20.7955 21.7955C20.7955 21.3117 20.7584 20.0994 20.6309 19.4978C20.4756 18.765 20.4158 18.4954 20.3218 18.248C20.1617 17.8269 19.9233 17.434 19.6164 17.0882C19.4354 16.8842 19.2159 16.6969 18.6248 16.2011L15.9156 13.9287C15.5061 13.5853 15.4593 12.9826 15.8109 12.5827Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.26523 2.55175C8.4748 1.72769 10.1292 1.25 12 1.25C13.8708 1.25 15.5252 1.72769 16.7348 2.55175C17.7478 3.2419 18.4758 4.2006 18.6871 5.32277C20.152 5.63806 21.25 6.9408 21.25 8.5C21.25 9.17894 21.0413 9.80963 20.6855 10.3308C21.0392 10.7933 21.25 11.372 21.25 12C21.25 13.5188 20.0188 14.75 18.5 14.75C16.9812 14.75 15.75 13.5188 15.75 12V11C15.75 10.0491 15.5666 9.0142 15.2128 8.24603C14.8487 7.45561 14.4194 7.15776 14 7.15776L13.9972 7.15769C13.9768 7.15694 13.9452 7.15577 13.6078 7.48813C13.3212 7.77051 12.8254 8.24994 12 8.24994C11.1746 8.24994 10.6788 7.77052 10.3921 7.48812C10.0547 7.15571 10.0231 7.15689 10.0028 7.15765L10 7.15771C9.58047 7.15771 9.1512 7.45559 8.78717 8.24594C8.43337 9.01408 8.25001 10.049 8.25 11V12C8.25 13.5188 7.01878 14.75 5.5 14.75C3.98122 14.75 2.75 13.5188 2.75 12C2.75 11.372 2.96082 10.7933 3.3145 10.3308C2.95866 9.80963 2.75 9.17894 2.75 8.5C2.75 6.9408 3.84798 5.63805 5.31292 5.32276C5.52419 4.2006 6.2522 3.2419 7.26523 2.55175Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25 11C8.25 10.5858 7.91421 10.25 7.5 10.25C7.08579 10.25 6.75 10.5858 6.75 11C6.75 13.0221 7.71971 14.8532 9.21912 15.8818L8.1215 19.1275C7.93927 19.6663 7.80409 20.1597 7.76312 20.5937C7.72193 21.0301 7.76693 21.5025 8.05474 21.9061C8.34257 22.3098 8.77608 22.5085 9.20973 22.613C9.64124 22.7171 10.1647 22.7502 10.7569 22.7502H13.2429C13.8352 22.7502 14.3586 22.7171 14.7901 22.613C15.2238 22.5085 15.6573 22.3098 15.9451 21.9061C16.2329 21.5025 16.2779 21.0301 16.2367 20.5937C16.1958 20.1597 16.0606 19.6663 15.8783 19.1275L14.7808 15.8819C16.2802 14.8533 17.25 13.0222 17.25 11C17.25 10.5858 16.9142 10.25 16.5 10.25C16.0858 10.25 15.75 10.5858 15.75 11C15.75 13.4235 13.9987 15.25 12 15.25C10.0013 15.25 8.25 13.4235 8.25 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-justice-scale-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5002 7.25C18.7842 7.25 19.0439 7.4105 19.171 7.66459L21.671 12.6646C21.8562 13.0351 21.7061 13.4856 21.3356 13.6708C20.9651 13.8561 20.5146 13.7059 20.3293 13.3354L18.5002 9.67705L16.671 13.3354C16.4857 13.7059 16.0352 13.8561 15.6648 13.6708C15.2943 13.4856 15.1441 13.0351 15.3293 12.6646L17.8293 7.66459C17.9564 7.4105 18.2161 7.25 18.5002 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.50016 7.25C5.78424 7.25 6.04394 7.4105 6.17098 7.66459L8.67098 12.6646C8.85623 13.0351 8.70606 13.4856 8.33557 13.6708C7.96509 13.8561 7.51459 13.7059 7.32934 13.3354L5.50016 9.67705L3.67098 13.3354C3.48574 13.7059 3.03524 13.8561 2.66475 13.6708C2.29427 13.4856 2.1441 13.0351 2.32934 12.6646L4.82934 7.66459C4.95639 7.4105 5.21609 7.25 5.50016 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8997 12.25L16.9592 12.25H20.0407L20.1003 12.25C20.5479 12.2499 20.9893 12.2497 21.3525 12.3238C21.795 12.414 22.1901 12.6249 22.4721 13.0631C22.721 13.4496 22.8028 13.8468 22.7171 14.2757C22.652 14.601 22.487 14.9316 22.3443 15.2177L22.3187 15.269C21.5983 16.7165 20.1801 17.75 18.5 17.75C16.8198 17.75 15.4016 16.7165 14.6813 15.269L14.6557 15.2177C14.5129 14.9316 14.348 14.601 14.2829 14.2757C14.1972 13.8468 14.279 13.4496 14.5278 13.0631C14.8099 12.6249 15.205 12.414 15.6475 12.3238C16.0107 12.2497 16.4521 12.2499 16.8997 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.89968 12.25L3.95924 12.25H7.04074L7.1003 12.25C7.54788 12.2499 7.98927 12.2497 8.35245 12.3238C8.79495 12.414 9.19008 12.6249 9.47214 13.0631C9.72098 13.4496 9.80283 13.8468 9.71705 14.2757C9.65199 14.601 9.48705 14.9316 9.3443 15.2177L9.3187 15.269C8.59834 16.7165 7.18013 17.75 5.49999 17.75C3.81985 17.75 2.40164 16.7165 1.68128 15.269L1.65568 15.2177C1.51293 14.9316 1.34799 14.601 1.28293 14.2757C1.19715 13.8468 1.279 13.4496 1.52785 13.0631C1.8099 12.6249 2.20503 12.414 2.64753 12.3238C3.01071 12.2497 3.45211 12.2499 3.89968 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C11.7239 3 11.5 3.22386 11.5 3.5C11.5 3.77614 11.7239 4 12 4C12.2761 4 12.5 3.77614 12.5 3.5C12.5 3.22386 12.2761 3 12 3ZM14.2954 4.49202C14.4271 4.1879 14.5 3.85247 14.5 3.5C14.5 2.11929 13.3807 1 12 1C10.6193 1 9.5 2.11929 9.5 3.5C9.5 3.85247 9.57294 4.1879 9.70455 4.49202C9.03517 4.78917 8.39811 5.22093 7.82265 5.78728C7.00349 6.59349 6.0229 7 5.0482 7H4C3.44772 7 3 7.44772 3 8C3 8.55228 3.44772 9 4 9H5.0482C6.60042 9 8.07152 8.3485 9.22555 7.21272C9.76484 6.68196 10.3709 6.32541 11 6.14309V21H9C8.44772 21 8 21.4477 8 22C8 22.5523 8.44772 23 9 23H15C15.5523 23 16 22.5523 16 22C16 21.4477 15.5523 21 15 21H13V6.14309C13.6291 6.32541 14.2352 6.68195 14.7745 7.21272C15.9285 8.3485 17.3996 9 18.9518 9H20C20.5523 9 21 8.55228 21 8C21 7.44772 20.5523 7 20 7H18.9518C17.9771 7 16.9965 6.59349 16.1773 5.78728C15.6019 5.22092 14.9648 4.78917 14.2954 4.49202Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5002 7.25C18.7842 7.25 19.0439 7.4105 19.171 7.66459L21.671 12.6646C21.8562 13.0351 21.7061 13.4856 21.3356 13.6708C20.9651 13.8561 20.5146 13.7059 20.3293 13.3354L18.5002 9.67705L16.671 13.3354C16.4857 13.7059 16.0352 13.8561 15.6648 13.6708C15.2943 13.4856 15.1441 13.0351 15.3293 12.6646L17.8293 7.66459C17.9564 7.4105 18.2161 7.25 18.5002 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.50016 7.25C5.78424 7.25 6.04394 7.4105 6.17098 7.66459L8.67098 12.6646C8.85623 13.0351 8.70606 13.4856 8.33557 13.6708C7.96509 13.8561 7.51459 13.7059 7.32934 13.3354L5.50016 9.67705L3.67098 13.3354C3.48574 13.7059 3.03524 13.8561 2.66475 13.6708C2.29427 13.4856 2.1441 13.0351 2.32934 12.6646L4.82934 7.66459C4.95639 7.4105 5.21609 7.25 5.50016 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8997 12.25L16.9592 12.25H20.0407L20.1003 12.25C20.5479 12.2499 20.9893 12.2497 21.3525 12.3238C21.795 12.414 22.1901 12.6249 22.4721 13.0631C22.721 13.4496 22.8028 13.8468 22.7171 14.2757C22.652 14.601 22.487 14.9316 22.3443 15.2177L22.3187 15.269C21.5983 16.7165 20.1801 17.75 18.5 17.75C16.8198 17.75 15.4016 16.7165 14.6813 15.269L14.6557 15.2177C14.5129 14.9316 14.348 14.601 14.2829 14.2757C14.1972 13.8468 14.279 13.4496 14.5278 13.0631C14.8099 12.6249 15.205 12.414 15.6475 12.3238C16.0107 12.2497 16.4521 12.2499 16.8997 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.89968 12.25L3.95924 12.25H7.04074L7.1003 12.25C7.54788 12.2499 7.98927 12.2497 8.35245 12.3238C8.79495 12.414 9.19008 12.6249 9.47214 13.0631C9.72098 13.4496 9.80283 13.8468 9.71705 14.2757C9.65199 14.601 9.48705 14.9316 9.3443 15.2177L9.3187 15.269C8.59834 16.7165 7.18013 17.75 5.49999 17.75C3.81985 17.75 2.40164 16.7165 1.68128 15.269L1.65568 15.2177C1.51293 14.9316 1.34799 14.601 1.28293 14.2757C1.19715 13.8468 1.279 13.4496 1.52785 13.0631C1.8099 12.6249 2.20503 12.414 2.64753 12.3238C3.01071 12.2497 3.45211 12.2499 3.89968 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C11.7239 3 11.5 3.22386 11.5 3.5C11.5 3.77614 11.7239 4 12 4C12.2761 4 12.5 3.77614 12.5 3.5C12.5 3.22386 12.2761 3 12 3ZM14.2954 4.49202C14.4271 4.1879 14.5 3.85247 14.5 3.5C14.5 2.11929 13.3807 1 12 1C10.6193 1 9.5 2.11929 9.5 3.5C9.5 3.85247 9.57294 4.1879 9.70455 4.49202C9.03517 4.78917 8.39811 5.22093 7.82265 5.78728C7.00349 6.59349 6.0229 7 5.0482 7H4C3.44772 7 3 7.44772 3 8C3 8.55228 3.44772 9 4 9H5.0482C6.60042 9 8.07152 8.3485 9.22555 7.21272C9.76484 6.68196 10.3709 6.32541 11 6.14309V21H9C8.44772 21 8 21.4477 8 22C8 22.5523 8.44772 23 9 23H15C15.5523 23 16 22.5523 16 22C16 21.4477 15.5523 21 15 21H13V6.14309C13.6291 6.32541 14.2352 6.68195 14.7745 7.21272C15.9285 8.3485 17.3996 9 18.9518 9H20C20.5523 9 21 8.55228 21 8C21 7.44772 20.5523 7 20 7H18.9518C17.9771 7 16.9965 6.59349 16.1773 5.78728C15.6019 5.22092 14.9648 4.78917 14.2954 4.49202Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-justice-scale-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9114 9.95108C18.7496 9.59309 18.3931 9.36304 18.0002 9.36304C17.6074 9.36304 17.2509 9.59309 17.089 9.95108L14.0988 16.565C14.0448 16.5994 13.9918 16.6378 13.9401 16.6806C13.7377 16.8481 13.5899 17.0552 13.4785 17.2833C13.264 17.7224 13.2027 18.1362 13.2854 18.5792C13.353 18.9417 13.5188 19.3086 13.6754 19.655L13.6983 19.7057C14.4887 21.4573 16.0767 22.7498 18 22.7498C19.9232 22.7498 21.5112 21.4573 22.3017 19.7057L22.3246 19.655L22.3246 19.655C22.4812 19.3086 22.647 18.9417 22.7146 18.5792C22.7973 18.1362 22.736 17.7224 22.5215 17.2833C22.4101 17.0552 22.2622 16.8481 22.0599 16.6806C22.0085 16.638 21.9557 16.5998 21.9019 16.5655L18.9114 9.95108ZM19.5643 16.2498L18.0002 12.7904L16.4362 16.2498H19.5643Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.91145 9.95108C6.7496 9.59309 6.39312 9.36304 6.00025 9.36304C5.60737 9.36304 5.25089 9.59309 5.08904 9.95108L2.09883 16.565C2.04479 16.5994 1.99175 16.6378 1.94007 16.6806C1.73775 16.8481 1.58994 17.0552 1.47848 17.2833C1.26399 17.7224 1.20274 18.1362 1.28538 18.5792C1.35301 18.9417 1.51881 19.3086 1.67537 19.655L1.6983 19.7057C2.48874 21.4573 4.07675 22.7498 6 22.7498C7.92325 22.7498 9.51125 21.4573 10.3017 19.7057L10.3246 19.655L10.3246 19.655C10.4812 19.3086 10.647 18.9417 10.7146 18.5792C10.7973 18.1362 10.736 17.7224 10.5215 17.2833C10.4101 17.0552 10.2622 16.8481 10.0599 16.6806C10.0085 16.638 9.95566 16.5998 9.90186 16.5655L6.91145 9.95108ZM7.56425 16.2498L6.00025 12.7904L4.43624 16.2498H7.56425Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.24976C11.4477 3.24976 11 3.69747 11 4.24976C11 4.80204 11.4477 5.24976 12 5.24976C12.5523 5.24976 13 4.80204 13 4.24976C13 3.69747 12.5523 3.24976 12 3.24976ZM14.4599 5.96739C14.8003 5.48083 15 4.88861 15 4.24976C15 2.5929 13.6569 1.24976 12 1.24976C10.3431 1.24976 9 2.5929 9 4.24976C9 4.88861 9.19969 5.48083 9.54006 5.96739C8.87632 6.37274 8.26496 6.93996 7.72872 7.64364C6.87158 8.76843 5.91278 9.24976 5.0482 9.24976H4C3.44772 9.24976 3 9.69747 3 10.2498C3 10.802 3.44772 11.2498 4 11.2498H5.0482C6.71055 11.2498 8.20343 10.3204 9.31948 8.85587C10.1995 7.7011 11.1604 7.24976 12 7.24976C12.8396 7.24976 13.8005 7.7011 14.6805 8.85587C15.7966 10.3204 17.2895 11.2498 18.9518 11.2498H20C20.5523 11.2498 21 10.802 21 10.2498C21 9.69747 20.5523 9.24976 20 9.24976H18.9518C18.0872 9.24976 17.1284 8.76843 16.2713 7.64364C15.735 6.93996 15.1237 6.37274 14.4599 5.96739Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9114 9.95108C18.7496 9.59309 18.3931 9.36304 18.0002 9.36304C17.6074 9.36304 17.2509 9.59309 17.089 9.95108L14.0988 16.565C14.0448 16.5994 13.9918 16.6378 13.9401 16.6806C13.7377 16.8481 13.5899 17.0552 13.4785 17.2833C13.264 17.7224 13.2027 18.1362 13.2854 18.5792C13.353 18.9417 13.5188 19.3086 13.6754 19.655L13.6983 19.7057C14.4887 21.4573 16.0767 22.7498 18 22.7498C19.9232 22.7498 21.5112 21.4573 22.3017 19.7057L22.3246 19.655L22.3246 19.655C22.4812 19.3086 22.647 18.9417 22.7146 18.5792C22.7973 18.1362 22.736 17.7224 22.5215 17.2833C22.4101 17.0552 22.2622 16.8481 22.0599 16.6806C22.0085 16.638 21.9557 16.5998 21.9019 16.5655L18.9114 9.95108ZM19.5643 16.2498L18.0002 12.7904L16.4362 16.2498H19.5643Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.91145 9.95108C6.7496 9.59309 6.39312 9.36304 6.00025 9.36304C5.60737 9.36304 5.25089 9.59309 5.08904 9.95108L2.09883 16.565C2.04479 16.5994 1.99175 16.6378 1.94007 16.6806C1.73775 16.8481 1.58994 17.0552 1.47848 17.2833C1.26399 17.7224 1.20274 18.1362 1.28538 18.5792C1.35301 18.9417 1.51881 19.3086 1.67537 19.655L1.6983 19.7057C2.48874 21.4573 4.07675 22.7498 6 22.7498C7.92325 22.7498 9.51125 21.4573 10.3017 19.7057L10.3246 19.655L10.3246 19.655C10.4812 19.3086 10.647 18.9417 10.7146 18.5792C10.7973 18.1362 10.736 17.7224 10.5215 17.2833C10.4101 17.0552 10.2622 16.8481 10.0599 16.6806C10.0085 16.638 9.95566 16.5998 9.90186 16.5655L6.91145 9.95108ZM7.56425 16.2498L6.00025 12.7904L4.43624 16.2498H7.56425Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.24976C11.4477 3.24976 11 3.69747 11 4.24976C11 4.80204 11.4477 5.24976 12 5.24976C12.5523 5.24976 13 4.80204 13 4.24976C13 3.69747 12.5523 3.24976 12 3.24976ZM14.4599 5.96739C14.8003 5.48083 15 4.88861 15 4.24976C15 2.5929 13.6569 1.24976 12 1.24976C10.3431 1.24976 9 2.5929 9 4.24976C9 4.88861 9.19969 5.48083 9.54006 5.96739C8.87632 6.37274 8.26496 6.93996 7.72872 7.64364C6.87158 8.76843 5.91278 9.24976 5.0482 9.24976H4C3.44772 9.24976 3 9.69747 3 10.2498C3 10.802 3.44772 11.2498 4 11.2498H5.0482C6.71055 11.2498 8.20343 10.3204 9.31948 8.85587C10.1995 7.7011 11.1604 7.24976 12 7.24976C12.8396 7.24976 13.8005 7.7011 14.6805 8.85587C15.7966 10.3204 17.2895 11.2498 18.9518 11.2498H20C20.5523 11.2498 21 10.802 21 10.2498C21 9.69747 20.5523 9.24976 20 9.24976H18.9518C18.0872 9.24976 17.1284 8.76843 16.2713 7.64364C15.735 6.93996 15.1237 6.37274 14.4599 5.96739Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-legal-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.4827 1.46967C10.7756 1.76256 10.7756 2.23744 10.4827 2.53033L10.4661 2.54692C10.6957 2.72778 10.9723 2.94871 11.2785 3.19926C12.138 3.90249 13.2431 4.84899 14.197 5.80297C15.151 6.75695 16.0975 7.86197 16.8007 8.72147C17.0513 9.0277 17.2722 9.30431 17.4531 9.53387L17.4697 9.51729C17.7626 9.22439 18.2374 9.22439 18.5303 9.51729C18.8232 9.81018 18.8232 10.2851 18.5303 10.5779L13.5779 15.5303C13.2851 15.8232 12.8102 15.8232 12.5173 15.5303C12.2244 15.2374 12.2244 14.7626 12.5173 14.4697L12.5339 14.453C12.3044 14.2722 12.0278 14.0512 11.7215 13.8007C10.862 13.0975 9.75702 12.1509 8.80304 11.197C7.84906 10.243 6.90255 9.13797 6.19933 8.27847C5.94878 7.97224 5.72785 7.69562 5.54698 7.46606L5.53033 7.48271C5.23744 7.77561 4.76256 7.77561 4.46967 7.48271C4.17678 7.18982 4.17678 6.71495 4.46967 6.42205L9.42205 1.46967C9.71495 1.17678 10.1898 1.17678 10.4827 1.46967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.64592 17.8732C4.70115 18.9823 3.01125 19.0497 1.98105 18.0195C0.95085 16.9893 1.01834 15.2994 2.12741 14.3547L6.08535 10.9831C6.29613 10.8035 6.40153 10.7138 6.52257 10.7214C6.64361 10.729 6.73793 10.8324 6.92655 11.0391C7.24895 11.3925 7.58292 11.7452 7.91916 12.0814C8.25539 12.4177 8.60813 12.7516 8.9615 13.074C9.16824 13.2627 9.27161 13.357 9.27922 13.478C9.28684 13.5991 9.19706 13.7045 9.0175 13.9152L5.64592 17.8732Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8881 18.25C15.1754 18.2496 14.6523 18.2494 14.1767 18.4018C13.7881 18.5263 13.4279 18.7254 13.1218 18.9898C12.742 19.318 12.4964 19.7609 12.1819 20.3282L12.0334 20.5957C11.9804 20.6909 11.88 20.75 11.7711 20.75H11C10.4477 20.75 10 21.1977 10 21.75C10 22.2949 10.4358 22.738 10.9779 22.7498L21.0221 22.7498C21.5642 22.738 22 22.2949 22 21.75C22 21.1977 21.5523 20.75 21 20.75H20.2289C20.12 20.75 20.0196 20.6909 19.9667 20.5957L19.8181 20.3282C19.5036 19.7609 19.258 19.318 18.8782 18.9898C18.5721 18.7254 18.2119 18.5263 17.8233 18.4018C17.3477 18.2494 16.8246 18.2496 16.1119 18.25H15.8881Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5241 10.3668C22.8739 10.7942 22.8109 11.4243 22.3834 11.774L20.3834 13.4104C19.956 13.7601 19.326 13.6971 18.9762 13.2696C18.6265 12.8422 18.6895 12.2122 19.117 11.8624L21.117 10.2261C21.5444 9.87635 22.1744 9.93935 22.5241 10.3668ZM18.8723 15.4303C19.1368 14.9454 19.7442 14.7668 20.229 15.0312L22.229 16.1221C22.7139 16.3866 22.8925 16.994 22.6281 17.4789C22.3636 17.9637 21.7562 18.1424 21.2713 17.8779L19.2713 16.787C18.7865 16.5226 18.6078 15.9151 18.8723 15.4303Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.4827 1.46967C10.7756 1.76256 10.7756 2.23744 10.4827 2.53033L10.4661 2.54692C10.6957 2.72778 10.9723 2.94871 11.2785 3.19926C12.138 3.90249 13.2431 4.84899 14.197 5.80297C15.151 6.75695 16.0975 7.86197 16.8007 8.72147C17.0513 9.0277 17.2722 9.30431 17.4531 9.53387L17.4697 9.51729C17.7626 9.22439 18.2374 9.22439 18.5303 9.51729C18.8232 9.81018 18.8232 10.2851 18.5303 10.5779L13.5779 15.5303C13.2851 15.8232 12.8102 15.8232 12.5173 15.5303C12.2244 15.2374 12.2244 14.7626 12.5173 14.4697L12.5339 14.453C12.3044 14.2722 12.0278 14.0512 11.7215 13.8007C10.862 13.0975 9.75702 12.1509 8.80304 11.197C7.84906 10.243 6.90255 9.13797 6.19933 8.27847C5.94878 7.97224 5.72785 7.69562 5.54698 7.46606L5.53033 7.48271C5.23744 7.77561 4.76256 7.77561 4.46967 7.48271C4.17678 7.18982 4.17678 6.71495 4.46967 6.42205L9.42205 1.46967C9.71495 1.17678 10.1898 1.17678 10.4827 1.46967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.64592 17.8732C4.70115 18.9823 3.01125 19.0497 1.98105 18.0195C0.95085 16.9893 1.01834 15.2994 2.12741 14.3547L6.08535 10.9831C6.29613 10.8035 6.40153 10.7138 6.52257 10.7214C6.64361 10.729 6.73793 10.8324 6.92655 11.0391C7.24895 11.3925 7.58292 11.7452 7.91916 12.0814C8.25539 12.4177 8.60813 12.7516 8.9615 13.074C9.16824 13.2627 9.27161 13.357 9.27922 13.478C9.28684 13.5991 9.19706 13.7045 9.0175 13.9152L5.64592 17.8732Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8881 18.25C15.1754 18.2496 14.6523 18.2494 14.1767 18.4018C13.7881 18.5263 13.4279 18.7254 13.1218 18.9898C12.742 19.318 12.4964 19.7609 12.1819 20.3282L12.0334 20.5957C11.9804 20.6909 11.88 20.75 11.7711 20.75H11C10.4477 20.75 10 21.1977 10 21.75C10 22.2949 10.4358 22.738 10.9779 22.7498L21.0221 22.7498C21.5642 22.738 22 22.2949 22 21.75C22 21.1977 21.5523 20.75 21 20.75H20.2289C20.12 20.75 20.0196 20.6909 19.9667 20.5957L19.8181 20.3282C19.5036 19.7609 19.258 19.318 18.8782 18.9898C18.5721 18.7254 18.2119 18.5263 17.8233 18.4018C17.3477 18.2494 16.8246 18.2496 16.1119 18.25H15.8881Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5241 10.3668C22.8739 10.7942 22.8109 11.4243 22.3834 11.774L20.3834 13.4104C19.956 13.7601 19.326 13.6971 18.9762 13.2696C18.6265 12.8422 18.6895 12.2122 19.117 11.8624L21.117 10.2261C21.5444 9.87635 22.1744 9.93935 22.5241 10.3668ZM18.8723 15.4303C19.1368 14.9454 19.7442 14.7668 20.229 15.0312L22.229 16.1221C22.7139 16.3866 22.8925 16.994 22.6281 17.4789C22.3636 17.9637 21.7562 18.1424 21.2713 17.8779L19.2713 16.787C18.7865 16.5226 18.6078 15.9151 18.8723 15.4303Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-legal-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.8881 17.2503C16.1754 17.2499 15.6523 17.2496 15.1767 17.402C14.7881 17.5266 14.4279 17.7256 14.1218 17.9901C13.742 18.3183 13.4964 18.7612 13.1819 19.3284L13.0334 19.5959C12.9804 19.6912 12.88 19.7502 12.7711 19.7502H12C11.4477 19.7502 11 20.198 11 20.7502C11 21.2951 11.4358 21.7382 11.9779 21.75L22.0221 21.75C22.5642 21.7382 23 21.2951 23 20.7502C23 20.198 22.5523 19.7502 22 19.7502H21.2289C21.12 19.7502 21.0196 19.6912 20.9667 19.5959L20.8181 19.3284C20.5036 18.7612 20.258 18.3182 19.8782 17.9901C19.5721 17.7256 19.2119 17.5266 18.8233 17.402C18.3477 17.2496 17.8246 17.2499 17.1119 17.2503H16.8881Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0006 2.25001L21 2.25C21.4142 2.25 21.75 2.58578 21.75 2.99999C21.75 3.41421 21.4142 3.75 21 3.75L20.8714 3.75C20.9093 4.02264 20.9521 4.34808 20.9949 4.71006C21.1213 5.78025 21.25 7.1883 21.25 8.49998C21.25 9.81167 21.1213 11.2197 20.9948 12.2899C20.952 12.6519 20.9092 12.9773 20.8712 13.2499L20.9999 13.2499C21.4141 13.2499 21.7499 13.5857 21.7499 13.9999C21.7499 14.4141 21.4141 14.7499 20.9999 14.7499L20.003 14.7499L19.9999 14.7499L14 14.75L13.9969 14.75L13 14.75C12.5858 14.75 12.25 14.4142 12.25 14C12.25 13.5858 12.5858 13.25 13 13.25L13.1288 13.25C13.0908 12.9774 13.048 12.6519 13.0052 12.2899C12.8788 11.2198 12.7501 9.81171 12.7501 8.50002C12.7501 7.18834 12.8788 5.78029 13.0053 4.7101C13.0481 4.34813 13.0909 4.0227 13.1289 3.75006L13.0001 3.75007C12.5859 3.75007 12.2501 3.41429 12.2501 3.00007C12.2501 2.58586 12.5859 2.25007 13.0001 2.25007L13.9999 2.25006L20.0006 2.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.3037 6.85821C11.3211 6.57206 11.3299 6.42898 11.2487 6.33622C11.1675 6.24346 11.0262 6.23326 10.7438 6.21287L4.44639 5.7582C2.80483 5.63968 1.25002 6.81876 1.25 8.49977C1.24998 10.1808 2.80479 11.3599 4.44635 11.2413L10.7437 10.7865C11.0262 10.7661 11.1674 10.7559 11.2486 10.6632C11.3298 10.5704 11.3211 10.4274 11.3037 10.1412C11.2708 9.60038 11.2501 9.0443 11.2501 8.50001C11.2501 7.95551 11.2708 7.39923 11.3037 6.85821Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.8881 17.2503C16.1754 17.2499 15.6523 17.2496 15.1767 17.402C14.7881 17.5266 14.4279 17.7256 14.1218 17.9901C13.742 18.3183 13.4964 18.7612 13.1819 19.3284L13.0334 19.5959C12.9804 19.6912 12.88 19.7502 12.7711 19.7502H12C11.4477 19.7502 11 20.198 11 20.7502C11 21.2951 11.4358 21.7382 11.9779 21.75L22.0221 21.75C22.5642 21.7382 23 21.2951 23 20.7502C23 20.198 22.5523 19.7502 22 19.7502H21.2289C21.12 19.7502 21.0196 19.6912 20.9667 19.5959L20.8181 19.3284C20.5036 18.7612 20.258 18.3182 19.8782 17.9901C19.5721 17.7256 19.2119 17.5266 18.8233 17.402C18.3477 17.2496 17.8246 17.2499 17.1119 17.2503H16.8881Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0006 2.25001L21 2.25C21.4142 2.25 21.75 2.58578 21.75 2.99999C21.75 3.41421 21.4142 3.75 21 3.75L20.8714 3.75C20.9093 4.02264 20.9521 4.34808 20.9949 4.71006C21.1213 5.78025 21.25 7.1883 21.25 8.49998C21.25 9.81167 21.1213 11.2197 20.9948 12.2899C20.952 12.6519 20.9092 12.9773 20.8712 13.2499L20.9999 13.2499C21.4141 13.2499 21.7499 13.5857 21.7499 13.9999C21.7499 14.4141 21.4141 14.7499 20.9999 14.7499L20.003 14.7499L19.9999 14.7499L14 14.75L13.9969 14.75L13 14.75C12.5858 14.75 12.25 14.4142 12.25 14C12.25 13.5858 12.5858 13.25 13 13.25L13.1288 13.25C13.0908 12.9774 13.048 12.6519 13.0052 12.2899C12.8788 11.2198 12.7501 9.81171 12.7501 8.50002C12.7501 7.18834 12.8788 5.78029 13.0053 4.7101C13.0481 4.34813 13.0909 4.0227 13.1289 3.75006L13.0001 3.75007C12.5859 3.75007 12.2501 3.41429 12.2501 3.00007C12.2501 2.58586 12.5859 2.25007 13.0001 2.25007L13.9999 2.25006L20.0006 2.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.3037 6.85821C11.3211 6.57206 11.3299 6.42898 11.2487 6.33622C11.1675 6.24346 11.0262 6.23326 10.7438 6.21287L4.44639 5.7582C2.80483 5.63968 1.25002 6.81876 1.25 8.49977C1.24998 10.1808 2.80479 11.3599 4.44635 11.2413L10.7437 10.7865C11.0262 10.7661 11.1674 10.7559 11.2486 10.6632C11.3298 10.5704 11.3211 10.4274 11.3037 10.1412C11.2708 9.60038 11.2501 9.0443 11.2501 8.50001C11.2501 7.95551 11.2708 7.39923 11.3037 6.85821Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-legal-document-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0564 1.25C14.8942 1.24998 16.3498 1.24997 17.489 1.40314C18.6614 1.56076 19.6104 1.89288 20.3588 2.64124C21.1071 3.38961 21.4392 4.33856 21.5969 5.51098C21.75 6.65018 21.75 8.1058 21.75 9.94354V9.94359V14.0564V14.0565C21.75 15.8942 21.75 17.3498 21.5969 18.489C21.4392 19.6614 21.1071 20.6104 20.3588 21.3588C19.6104 22.1071 18.6614 22.4392 17.489 22.5969C16.3498 22.75 14.8942 22.75 13.0565 22.75H13.0564H10.9436H10.9435C9.1058 22.75 7.65018 22.75 6.51098 22.5969C5.33856 22.4392 4.38961 22.1071 3.64124 21.3588C2.89288 20.6104 2.56076 19.6614 2.40314 18.489C2.24997 17.3498 2.24998 15.8942 2.25 14.0564V14.0564V9.94358V9.94357C2.24998 8.10582 2.24997 6.65019 2.40314 5.51098C2.56076 4.33856 2.89288 3.38961 3.64124 2.64124C4.38961 1.89288 5.33856 1.56076 6.51098 1.40314C7.65019 1.24997 9.10582 1.24998 10.9436 1.25H10.9436H13.0564H13.0564ZM12.9298 13.3914C13.2227 13.6843 13.6975 13.6843 13.9904 13.3914L16.5301 10.8518C16.823 10.5589 16.823 10.084 16.5301 9.7911C16.3672 9.62818 16.148 9.55588 15.9351 9.57421C15.8571 9.58092 15.777 9.5572 15.7272 9.49682C15.6835 9.44386 15.6378 9.38872 15.5903 9.33177C15.1842 8.84506 14.6361 8.21453 14.0857 7.66411C13.5353 7.1137 12.9047 6.56559 12.418 6.15948C12.3611 6.11196 12.3059 6.06626 12.253 6.0226C12.1926 5.97283 12.1689 5.89265 12.1756 5.8147C12.1939 5.60181 12.1216 5.38259 11.9587 5.21967C11.6658 4.92678 11.1909 4.92678 10.898 5.21967L8.35834 7.75935C8.06545 8.05225 8.06545 8.52712 8.35834 8.82001C8.52126 8.98293 8.74048 9.05523 8.95337 9.0369C9.03133 9.03019 9.11151 9.05391 9.16127 9.11429C9.20494 9.16726 9.25064 9.22239 9.29815 9.27934C9.49887 9.51989 9.73427 9.79557 9.98749 10.0794C10.0585 10.1589 10.0555 10.2801 9.98015 10.3555L7.54289 12.7927C7.15237 13.1833 7.15237 13.8164 7.54289 14.2069C7.93342 14.5975 8.56658 14.5975 8.95711 14.2069L11.3944 11.7697C11.4697 11.6943 11.591 11.6914 11.6705 11.7623C11.9542 12.0155 12.2299 12.2509 12.4704 12.4516C12.5274 12.4991 12.5825 12.5448 12.6355 12.5885C12.6959 12.6383 12.7196 12.7185 12.7129 12.7964C12.6946 13.0093 12.7669 13.2285 12.9298 13.3914ZM8 17C7.44772 17 7 17.4477 7 18C7 18.5523 7.44772 19 8 19H16C16.5523 19 17 18.5523 17 18C17 17.4477 16.5523 17 16 17H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0564 1.25C14.8942 1.24998 16.3498 1.24997 17.489 1.40314C18.6614 1.56076 19.6104 1.89288 20.3588 2.64124C21.1071 3.38961 21.4392 4.33856 21.5969 5.51098C21.75 6.65018 21.75 8.1058 21.75 9.94354V9.94359V14.0564V14.0565C21.75 15.8942 21.75 17.3498 21.5969 18.489C21.4392 19.6614 21.1071 20.6104 20.3588 21.3588C19.6104 22.1071 18.6614 22.4392 17.489 22.5969C16.3498 22.75 14.8942 22.75 13.0565 22.75H13.0564H10.9436H10.9435C9.1058 22.75 7.65018 22.75 6.51098 22.5969C5.33856 22.4392 4.38961 22.1071 3.64124 21.3588C2.89288 20.6104 2.56076 19.6614 2.40314 18.489C2.24997 17.3498 2.24998 15.8942 2.25 14.0564V14.0564V9.94358V9.94357C2.24998 8.10582 2.24997 6.65019 2.40314 5.51098C2.56076 4.33856 2.89288 3.38961 3.64124 2.64124C4.38961 1.89288 5.33856 1.56076 6.51098 1.40314C7.65019 1.24997 9.10582 1.24998 10.9436 1.25H10.9436H13.0564H13.0564ZM12.9298 13.3914C13.2227 13.6843 13.6975 13.6843 13.9904 13.3914L16.5301 10.8518C16.823 10.5589 16.823 10.084 16.5301 9.7911C16.3672 9.62818 16.148 9.55588 15.9351 9.57421C15.8571 9.58092 15.777 9.5572 15.7272 9.49682C15.6835 9.44386 15.6378 9.38872 15.5903 9.33177C15.1842 8.84506 14.6361 8.21453 14.0857 7.66411C13.5353 7.1137 12.9047 6.56559 12.418 6.15948C12.3611 6.11196 12.3059 6.06626 12.253 6.0226C12.1926 5.97283 12.1689 5.89265 12.1756 5.8147C12.1939 5.60181 12.1216 5.38259 11.9587 5.21967C11.6658 4.92678 11.1909 4.92678 10.898 5.21967L8.35834 7.75935C8.06545 8.05225 8.06545 8.52712 8.35834 8.82001C8.52126 8.98293 8.74048 9.05523 8.95337 9.0369C9.03133 9.03019 9.11151 9.05391 9.16127 9.11429C9.20494 9.16726 9.25064 9.22239 9.29815 9.27934C9.49887 9.51989 9.73427 9.79557 9.98749 10.0794C10.0585 10.1589 10.0555 10.2801 9.98015 10.3555L7.54289 12.7927C7.15237 13.1833 7.15237 13.8164 7.54289 14.2069C7.93342 14.5975 8.56658 14.5975 8.95711 14.2069L11.3944 11.7697C11.4697 11.6943 11.591 11.6914 11.6705 11.7623C11.9542 12.0155 12.2299 12.2509 12.4704 12.4516C12.5274 12.4991 12.5825 12.5448 12.6355 12.5885C12.6959 12.6383 12.7196 12.7185 12.7129 12.7964C12.6946 13.0093 12.7669 13.2285 12.9298 13.3914ZM8 17C7.44772 17 7 17.4477 7 18C7 18.5523 7.44772 19 8 19H16C16.5523 19 17 18.5523 17 18C17 17.4477 16.5523 17 16 17H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-legal-document-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0564 1.25C14.8942 1.24998 16.3498 1.24997 17.489 1.40314C18.6614 1.56076 19.6104 1.89288 20.3588 2.64124C21.1071 3.38961 21.4392 4.33856 21.5969 5.51098C21.75 6.65018 21.75 8.1058 21.75 9.94354V9.94359V14.0564V14.0565C21.75 15.8942 21.75 17.3498 21.5969 18.489C21.4392 19.6614 21.1071 20.6104 20.3588 21.3588C19.6104 22.1071 18.6614 22.4392 17.489 22.5969C16.3498 22.75 14.8942 22.75 13.0565 22.75H13.0564H10.9436H10.9435C9.1058 22.75 7.65018 22.75 6.51098 22.5969C5.33856 22.4392 4.38961 22.1071 3.64124 21.3588C2.89288 20.6104 2.56076 19.6614 2.40314 18.489C2.24997 17.3498 2.24998 15.8942 2.25 14.0564V14.0564V9.94358V9.94357C2.24998 8.10582 2.24997 6.65019 2.40314 5.51098C2.56076 4.33856 2.89288 3.38961 3.64124 2.64124C4.38961 1.89288 5.33856 1.56076 6.51098 1.40314C7.65019 1.24997 9.10582 1.24998 10.9436 1.25H10.9436H13.0564H13.0564ZM6.25 6.75C6.25 6.33579 6.58579 6 7 6H17C17.4142 6 17.75 6.33579 17.75 6.75C17.75 7.16421 17.4142 7.5 17 7.5H16.7927C16.9422 7.66582 17.1429 7.89818 17.3454 8.16255C17.5465 8.42503 17.7612 8.73441 17.9289 9.05211C18.087 9.3516 18.25 9.74388 18.25 10.15C18.25 11.4015 17.2875 12.5 16 12.5C14.7125 12.5 13.75 11.4015 13.75 10.15C13.75 9.74388 13.913 9.3516 14.0711 9.05211C14.2388 8.73441 14.4535 8.42503 14.6546 8.16255C14.8571 7.89818 15.0578 7.66582 15.2073 7.5H12.75V13.0427C13.0413 13.1456 13.25 13.4234 13.25 13.75C13.25 14.1642 12.9142 14.5 12.5 14.5H11.5C11.0858 14.5 10.75 14.1642 10.75 13.75C10.75 13.4234 10.9587 13.1456 11.25 13.0427V7.5H8.79274C8.94219 7.66582 9.14288 7.89818 9.34539 8.16255C9.54646 8.42503 9.76121 8.73441 9.9289 9.05211C10.087 9.3516 10.25 9.74388 10.25 10.15C10.25 11.4015 9.2875 12.5 8 12.5C6.7125 12.5 5.75 11.4015 5.75 10.15C5.75 9.74388 5.91302 9.3516 6.0711 9.05211C6.23879 8.73441 6.45354 8.42503 6.65461 8.16255C6.85712 7.89818 7.05781 7.66582 7.20726 7.5H7C6.58579 7.5 6.25 7.16421 6.25 6.75ZM8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18H16C16.5523 18 17 17.5523 17 17C17 16.4477 16.5523 16 16 16H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0564 1.25C14.8942 1.24998 16.3498 1.24997 17.489 1.40314C18.6614 1.56076 19.6104 1.89288 20.3588 2.64124C21.1071 3.38961 21.4392 4.33856 21.5969 5.51098C21.75 6.65018 21.75 8.1058 21.75 9.94354V9.94359V14.0564V14.0565C21.75 15.8942 21.75 17.3498 21.5969 18.489C21.4392 19.6614 21.1071 20.6104 20.3588 21.3588C19.6104 22.1071 18.6614 22.4392 17.489 22.5969C16.3498 22.75 14.8942 22.75 13.0565 22.75H13.0564H10.9436H10.9435C9.1058 22.75 7.65018 22.75 6.51098 22.5969C5.33856 22.4392 4.38961 22.1071 3.64124 21.3588C2.89288 20.6104 2.56076 19.6614 2.40314 18.489C2.24997 17.3498 2.24998 15.8942 2.25 14.0564V14.0564V9.94358V9.94357C2.24998 8.10582 2.24997 6.65019 2.40314 5.51098C2.56076 4.33856 2.89288 3.38961 3.64124 2.64124C4.38961 1.89288 5.33856 1.56076 6.51098 1.40314C7.65019 1.24997 9.10582 1.24998 10.9436 1.25H10.9436H13.0564H13.0564ZM6.25 6.75C6.25 6.33579 6.58579 6 7 6H17C17.4142 6 17.75 6.33579 17.75 6.75C17.75 7.16421 17.4142 7.5 17 7.5H16.7927C16.9422 7.66582 17.1429 7.89818 17.3454 8.16255C17.5465 8.42503 17.7612 8.73441 17.9289 9.05211C18.087 9.3516 18.25 9.74388 18.25 10.15C18.25 11.4015 17.2875 12.5 16 12.5C14.7125 12.5 13.75 11.4015 13.75 10.15C13.75 9.74388 13.913 9.3516 14.0711 9.05211C14.2388 8.73441 14.4535 8.42503 14.6546 8.16255C14.8571 7.89818 15.0578 7.66582 15.2073 7.5H12.75V13.0427C13.0413 13.1456 13.25 13.4234 13.25 13.75C13.25 14.1642 12.9142 14.5 12.5 14.5H11.5C11.0858 14.5 10.75 14.1642 10.75 13.75C10.75 13.4234 10.9587 13.1456 11.25 13.0427V7.5H8.79274C8.94219 7.66582 9.14288 7.89818 9.34539 8.16255C9.54646 8.42503 9.76121 8.73441 9.9289 9.05211C10.087 9.3516 10.25 9.74388 10.25 10.15C10.25 11.4015 9.2875 12.5 8 12.5C6.7125 12.5 5.75 11.4015 5.75 10.15C5.75 9.74388 5.91302 9.3516 6.0711 9.05211C6.23879 8.73441 6.45354 8.42503 6.65461 8.16255C6.85712 7.89818 7.05781 7.66582 7.20726 7.5H7C6.58579 7.5 6.25 7.16421 6.25 6.75ZM8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18H16C16.5523 18 17 17.5523 17 17C17 16.4477 16.5523 16 16 16H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-legal-hammer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.998 1.25C10.3862 1.25 9.07899 1.82495 7.94796 2.44345C7.60307 2.63206 7.28406 2.81782 6.98014 2.99479C6.24135 3.42498 5.59177 3.80324 4.87651 4.04413C4.45433 4.18631 4.07536 4.31393 3.80722 4.42484C3.55338 4.52984 3.248 4.67545 3.03263 4.92811C2.84239 5.15129 2.7462 5.3994 2.68261 5.63457C2.62438 5.84993 2.57465 6.14122 2.52639 6.42385C1.3585 13.2609 3.90316 19.7706 10.1937 22.3128C10.8071 22.5608 11.275 22.75 12.0012 22.75C12.7273 22.75 13.1952 22.5608 13.8085 22.3128C20.0989 19.7705 22.641 13.2606 21.4728 6.4238C21.4245 6.14115 21.3748 5.84978 21.3165 5.63441C21.2529 5.39922 21.1567 5.15108 20.9664 4.92789C20.751 4.67524 20.4456 4.52967 20.1918 4.4247C19.9236 4.31383 19.5447 4.18628 19.1225 4.04418C18.4069 3.80327 17.7567 3.42491 17.0174 2.99465L17.0173 2.99462L17.0173 2.9946C16.7133 2.81768 16.3942 2.63197 16.0492 2.44344C14.9176 1.82495 13.6099 1.25 11.998 1.25ZM14.4895 15.1414C14.1966 15.4343 13.7217 15.4343 13.4288 15.1414C13.2659 14.9785 13.1936 14.7593 13.2119 14.5464C13.2186 14.4685 13.1949 14.3883 13.1345 14.3385C13.0816 14.2948 13.0264 14.2491 12.9695 14.2016C12.7289 14.0009 12.4533 13.7655 12.1695 13.5123C12.09 13.4414 11.9688 13.4443 11.8934 13.5197L9.45613 15.9569C9.06561 16.3475 8.43244 16.3475 8.04192 15.9569C7.65139 15.5664 7.65139 14.9333 8.04192 14.5427L10.4792 12.1055C10.5545 12.0301 10.5575 11.9089 10.4865 11.8294C10.2333 11.5456 9.99789 11.2699 9.79718 11.0293C9.74966 10.9724 9.70396 10.9173 9.6603 10.8643C9.61053 10.8039 9.53035 10.7802 9.45239 10.7869C9.23951 10.8052 9.02028 10.7329 8.85737 10.57C8.56447 10.2771 8.56447 9.80225 8.85737 9.50935L11.397 6.96967C11.6899 6.67678 12.1648 6.67678 12.4577 6.96967C12.6206 7.13259 12.6929 7.35181 12.6746 7.5647C12.6679 7.64265 12.6916 7.72283 12.752 7.7726C12.805 7.81626 12.8601 7.86196 12.917 7.90948C13.4037 8.31559 14.0343 8.8637 14.5847 9.41411C15.1351 9.96453 15.6832 10.5951 16.0893 11.0818C16.1368 11.1387 16.1825 11.1939 16.2262 11.2468C16.276 11.3072 16.3562 11.3309 16.4341 11.3242C16.647 11.3059 16.8662 11.3782 17.0291 11.5411C17.322 11.834 17.322 12.3089 17.0291 12.6018L14.4895 15.1414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.998 1.25C10.3862 1.25 9.07899 1.82495 7.94796 2.44345C7.60307 2.63206 7.28406 2.81782 6.98014 2.99479C6.24135 3.42498 5.59177 3.80324 4.87651 4.04413C4.45433 4.18631 4.07536 4.31393 3.80722 4.42484C3.55338 4.52984 3.248 4.67545 3.03263 4.92811C2.84239 5.15129 2.7462 5.3994 2.68261 5.63457C2.62438 5.84993 2.57465 6.14122 2.52639 6.42385C1.3585 13.2609 3.90316 19.7706 10.1937 22.3128C10.8071 22.5608 11.275 22.75 12.0012 22.75C12.7273 22.75 13.1952 22.5608 13.8085 22.3128C20.0989 19.7705 22.641 13.2606 21.4728 6.4238C21.4245 6.14115 21.3748 5.84978 21.3165 5.63441C21.2529 5.39922 21.1567 5.15108 20.9664 4.92789C20.751 4.67524 20.4456 4.52967 20.1918 4.4247C19.9236 4.31383 19.5447 4.18628 19.1225 4.04418C18.4069 3.80327 17.7567 3.42491 17.0174 2.99465L17.0173 2.99462L17.0173 2.9946C16.7133 2.81768 16.3942 2.63197 16.0492 2.44344C14.9176 1.82495 13.6099 1.25 11.998 1.25ZM14.4895 15.1414C14.1966 15.4343 13.7217 15.4343 13.4288 15.1414C13.2659 14.9785 13.1936 14.7593 13.2119 14.5464C13.2186 14.4685 13.1949 14.3883 13.1345 14.3385C13.0816 14.2948 13.0264 14.2491 12.9695 14.2016C12.7289 14.0009 12.4533 13.7655 12.1695 13.5123C12.09 13.4414 11.9688 13.4443 11.8934 13.5197L9.45613 15.9569C9.06561 16.3475 8.43244 16.3475 8.04192 15.9569C7.65139 15.5664 7.65139 14.9333 8.04192 14.5427L10.4792 12.1055C10.5545 12.0301 10.5575 11.9089 10.4865 11.8294C10.2333 11.5456 9.99789 11.2699 9.79718 11.0293C9.74966 10.9724 9.70396 10.9173 9.6603 10.8643C9.61053 10.8039 9.53035 10.7802 9.45239 10.7869C9.23951 10.8052 9.02028 10.7329 8.85737 10.57C8.56447 10.2771 8.56447 9.80225 8.85737 9.50935L11.397 6.96967C11.6899 6.67678 12.1648 6.67678 12.4577 6.96967C12.6206 7.13259 12.6929 7.35181 12.6746 7.5647C12.6679 7.64265 12.6916 7.72283 12.752 7.7726C12.805 7.81626 12.8601 7.86196 12.917 7.90948C13.4037 8.31559 14.0343 8.8637 14.5847 9.41411C15.1351 9.96453 15.6832 10.5951 16.0893 11.0818C16.1368 11.1387 16.1825 11.1939 16.2262 11.2468C16.276 11.3072 16.3562 11.3309 16.4341 11.3242C16.647 11.3059 16.8662 11.3782 17.0291 11.5411C17.322 11.834 17.322 12.3089 17.0291 12.6018L14.4895 15.1414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-passport{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2527 5.7417C19.0862 5.74691 18.908 5.75249 18.7092 5.75249H12.7002C12.1479 5.75249 11.7002 5.30477 11.7002 4.75249C11.7002 4.2002 12.1479 3.75249 12.7002 3.75249H18.7092C18.7898 3.75249 18.8959 3.7493 19.019 3.74561C19.4003 3.73417 19.9457 3.7178 20.4107 3.77559C21.0686 3.85736 21.9437 4.11601 22.453 4.98451C22.7624 5.51208 22.781 6.07425 22.7252 6.58959C22.6728 7.07432 22.5352 7.66246 22.3789 8.33011C22.3745 8.34908 22.37 8.36812 22.3656 8.38722L20.4342 16.6436C20.1433 17.8872 19.9047 18.9071 19.6141 19.7055C19.3096 20.5418 18.9121 21.2426 18.2396 21.7783C17.5666 22.3145 16.7957 22.5439 15.9145 22.6507C15.0743 22.7525 14.0318 22.7525 12.7624 22.7525H12.7002C12.1479 22.7525 11.7002 22.3048 11.7002 21.7525C11.7002 21.2002 12.1479 20.7525 12.7002 20.7525C14.0473 20.7525 14.968 20.7508 15.6738 20.6652C16.3522 20.583 16.7172 20.4341 16.9935 20.214C17.2703 19.9935 17.499 19.6688 17.7347 19.0213C17.9796 18.3487 18.1924 17.4465 18.5008 16.128L20.4181 7.93167C20.5917 7.18958 20.6992 6.72246 20.7368 6.37453C20.7545 6.21071 20.7514 6.11399 20.7439 6.05804C20.7377 6.01251 20.7296 5.99915 20.728 5.99654C20.7279 5.99643 20.728 5.99662 20.728 5.99654C20.6845 5.92243 20.5786 5.81184 20.164 5.76032C19.861 5.72266 19.5795 5.73147 19.2527 5.7417Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 8.775C1.25 5.22768 1.25 3.45402 2.27513 2.35201C3.30025 1.25 4.95017 1.25 8.25 1.25H11.25C14.5498 1.25 16.1997 1.25 17.2249 2.35201C18.25 3.45402 18.25 5.22768 18.25 8.775V15.225C18.25 18.7723 18.25 20.546 17.2249 21.648C16.1997 22.75 14.5498 22.75 11.25 22.75H11.25H8.25H8.24998C4.95016 22.75 3.30025 22.75 2.27513 21.648C1.25 20.546 1.25 18.7723 1.25 15.225V8.775ZM7.83431 7.37434C7.02544 7.9655 6.5 8.92139 6.5 10C6.5 11.0786 7.02544 12.0345 7.83431 12.6257C7.61938 11.8724 7.5 10.9624 7.5 10C7.5 9.03764 7.61938 8.1276 7.83431 7.37434ZM9.75 5.25C7.12665 5.25 5 7.37665 5 10C5 12.6234 7.12665 14.75 9.75 14.75C12.3734 14.75 14.5 12.6234 14.5 10C14.5 7.37665 12.3734 5.25 9.75 5.25ZM9.75 6.78744C9.74306 6.79456 9.7355 6.80267 9.72733 6.81189C9.6304 6.92121 9.50886 7.12219 9.39159 7.43492C9.15912 8.05483 9 8.96156 9 10C9 11.0384 9.15912 11.9452 9.39159 12.5651C9.50886 12.8778 9.6304 13.0788 9.72733 13.1881C9.7355 13.1973 9.74306 13.2054 9.75 13.2126C9.75694 13.2054 9.7645 13.1973 9.77267 13.1881C9.8696 13.0788 9.99114 12.8778 10.1084 12.5651C10.3409 11.9452 10.5 11.0384 10.5 10C10.5 8.96156 10.3409 8.05483 10.1084 7.43492C9.99114 7.12219 9.8696 6.92121 9.77267 6.81189C9.7645 6.80267 9.75694 6.79456 9.75 6.78744ZM11.6657 12.6257C11.8806 11.8724 12 10.9624 12 10C12 9.03764 11.8806 8.1276 11.6657 7.37434C12.4746 7.9655 13 8.92139 13 10C13 11.0786 12.4746 12.0345 11.6657 12.6257ZM6.25 17.25C5.83579 17.25 5.5 17.5858 5.5 18C5.5 18.4142 5.83579 18.75 6.25 18.75H13.25C13.6642 18.75 14 18.4142 14 18C14 17.5858 13.6642 17.25 13.25 17.25H6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2527 5.7417C19.0862 5.74691 18.908 5.75249 18.7092 5.75249H12.7002C12.1479 5.75249 11.7002 5.30477 11.7002 4.75249C11.7002 4.2002 12.1479 3.75249 12.7002 3.75249H18.7092C18.7898 3.75249 18.8959 3.7493 19.019 3.74561C19.4003 3.73417 19.9457 3.7178 20.4107 3.77559C21.0686 3.85736 21.9437 4.11601 22.453 4.98451C22.7624 5.51208 22.781 6.07425 22.7252 6.58959C22.6728 7.07432 22.5352 7.66246 22.3789 8.33011C22.3745 8.34908 22.37 8.36812 22.3656 8.38722L20.4342 16.6436C20.1433 17.8872 19.9047 18.9071 19.6141 19.7055C19.3096 20.5418 18.9121 21.2426 18.2396 21.7783C17.5666 22.3145 16.7957 22.5439 15.9145 22.6507C15.0743 22.7525 14.0318 22.7525 12.7624 22.7525H12.7002C12.1479 22.7525 11.7002 22.3048 11.7002 21.7525C11.7002 21.2002 12.1479 20.7525 12.7002 20.7525C14.0473 20.7525 14.968 20.7508 15.6738 20.6652C16.3522 20.583 16.7172 20.4341 16.9935 20.214C17.2703 19.9935 17.499 19.6688 17.7347 19.0213C17.9796 18.3487 18.1924 17.4465 18.5008 16.128L20.4181 7.93167C20.5917 7.18958 20.6992 6.72246 20.7368 6.37453C20.7545 6.21071 20.7514 6.11399 20.7439 6.05804C20.7377 6.01251 20.7296 5.99915 20.728 5.99654C20.7279 5.99643 20.728 5.99662 20.728 5.99654C20.6845 5.92243 20.5786 5.81184 20.164 5.76032C19.861 5.72266 19.5795 5.73147 19.2527 5.7417Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 8.775C1.25 5.22768 1.25 3.45402 2.27513 2.35201C3.30025 1.25 4.95017 1.25 8.25 1.25H11.25C14.5498 1.25 16.1997 1.25 17.2249 2.35201C18.25 3.45402 18.25 5.22768 18.25 8.775V15.225C18.25 18.7723 18.25 20.546 17.2249 21.648C16.1997 22.75 14.5498 22.75 11.25 22.75H11.25H8.25H8.24998C4.95016 22.75 3.30025 22.75 2.27513 21.648C1.25 20.546 1.25 18.7723 1.25 15.225V8.775ZM7.83431 7.37434C7.02544 7.9655 6.5 8.92139 6.5 10C6.5 11.0786 7.02544 12.0345 7.83431 12.6257C7.61938 11.8724 7.5 10.9624 7.5 10C7.5 9.03764 7.61938 8.1276 7.83431 7.37434ZM9.75 5.25C7.12665 5.25 5 7.37665 5 10C5 12.6234 7.12665 14.75 9.75 14.75C12.3734 14.75 14.5 12.6234 14.5 10C14.5 7.37665 12.3734 5.25 9.75 5.25ZM9.75 6.78744C9.74306 6.79456 9.7355 6.80267 9.72733 6.81189C9.6304 6.92121 9.50886 7.12219 9.39159 7.43492C9.15912 8.05483 9 8.96156 9 10C9 11.0384 9.15912 11.9452 9.39159 12.5651C9.50886 12.8778 9.6304 13.0788 9.72733 13.1881C9.7355 13.1973 9.74306 13.2054 9.75 13.2126C9.75694 13.2054 9.7645 13.1973 9.77267 13.1881C9.8696 13.0788 9.99114 12.8778 10.1084 12.5651C10.3409 11.9452 10.5 11.0384 10.5 10C10.5 8.96156 10.3409 8.05483 10.1084 7.43492C9.99114 7.12219 9.8696 6.92121 9.77267 6.81189C9.7645 6.80267 9.75694 6.79456 9.75 6.78744ZM11.6657 12.6257C11.8806 11.8724 12 10.9624 12 10C12 9.03764 11.8806 8.1276 11.6657 7.37434C12.4746 7.9655 13 8.92139 13 10C13 11.0786 12.4746 12.0345 11.6657 12.6257ZM6.25 17.25C5.83579 17.25 5.5 17.5858 5.5 18C5.5 18.4142 5.83579 18.75 6.25 18.75H13.25C13.6642 18.75 14 18.4142 14 18C14 17.5858 13.6642 17.25 13.25 17.25H6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-podium{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.54698 3.94775C5.94335 2.36226 7.36791 1.25 9.00219 1.25C9.55447 1.25 10.0022 1.69772 10.0022 2.25C10.0022 2.80228 9.55447 3.25 9.00219 3.25C8.28564 3.25 7.66105 3.73767 7.48726 4.43282L6.97233 6.49254C6.83838 7.02833 6.29545 7.35409 5.75965 7.22014C5.22386 7.08619 4.8981 6.54326 5.03205 6.00746L5.54698 3.94775ZM14.0022 2.25C14.0022 1.69772 14.4499 1.25 15.0022 1.25C16.6365 1.25 18.061 2.36226 18.4574 3.94775L18.9723 6.00746C19.1063 6.54326 18.7805 7.08619 18.2447 7.22014C17.7089 7.35409 17.166 7.02833 17.032 6.49254L16.5171 4.43282C16.3433 3.73767 15.7187 3.25 15.0022 3.25C14.4499 3.25 14.0022 2.80228 14.0022 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.38165 22.75C8.95821 22.75 8.57292 22.7501 8.26336 22.7115C7.93232 22.6702 7.55357 22.5713 7.25083 22.2654C6.66902 21.6776 6.6996 20.9567 6.82998 20.4373C6.89476 20.1791 7.24383 19.3358 7.33002 19.1323C7.43822 18.8512 7.55297 18.5532 7.75274 18.3212C7.92145 18.1254 8.13382 17.9685 8.37698 17.8687C8.63075 17.7646 8.88805 17.7594 9.04419 17.7613C9.1937 17.7631 9.31271 17.6352 9.29209 17.4871L8.98295 15.267C8.9488 15.0218 8.93172 14.8992 8.84832 14.8256C8.76493 14.7521 8.63956 14.7505 8.38883 14.7473C7.55963 14.7368 6.93169 14.687 6.37356 14.4581C5.59227 14.1376 4.93067 13.5733 4.47299 12.8496C4.0567 12.1914 3.87966 11.356 3.61004 10.0839C3.48627 9.50083 3.34568 8.83841 3.29306 8.4459C3.23897 8.04239 3.22521 7.65804 3.3236 7.27973C3.50987 6.56351 3.96926 5.94574 4.61069 5.58284C4.95495 5.38807 5.32993 5.3155 5.72141 5.28216C6.09926 5.24998 6.56677 5.24999 7.12681 5.25H16.8751C17.4352 5.24999 17.9027 5.24998 18.2805 5.28216C18.672 5.3155 19.047 5.38807 19.3913 5.58284C20.0327 5.94574 20.4921 6.56351 20.6784 7.27973C20.7767 7.65804 20.763 8.04239 20.7089 8.4459C20.6563 8.83841 20.5157 9.50083 20.3919 10.0839C20.1223 11.356 19.9452 12.1914 19.529 12.8496C19.0713 13.5733 18.4097 14.1376 17.6284 14.4581C17.0703 14.687 16.4423 14.7368 15.6131 14.7473C15.3624 14.7505 15.237 14.7521 15.1536 14.8256C15.0702 14.8992 15.0532 15.0218 15.019 15.267L14.6702 17.7722C14.733 17.7692 14.8808 17.7622 14.9578 17.7613C15.1139 17.7594 15.3712 17.7646 15.625 17.8687C15.8681 17.9685 16.0805 18.1254 16.2492 18.3212C16.449 18.5532 16.5637 18.8512 16.6719 19.1323C16.7581 19.3358 17.1072 20.1791 17.172 20.4373C17.3024 20.9567 17.3329 21.6776 16.7511 22.2654C16.4484 22.5713 16.0696 22.6702 15.7386 22.7115C15.429 22.7501 15.0437 22.75 14.6203 22.75H9.38165Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.54698 3.94775C5.94335 2.36226 7.36791 1.25 9.00219 1.25C9.55447 1.25 10.0022 1.69772 10.0022 2.25C10.0022 2.80228 9.55447 3.25 9.00219 3.25C8.28564 3.25 7.66105 3.73767 7.48726 4.43282L6.97233 6.49254C6.83838 7.02833 6.29545 7.35409 5.75965 7.22014C5.22386 7.08619 4.8981 6.54326 5.03205 6.00746L5.54698 3.94775ZM14.0022 2.25C14.0022 1.69772 14.4499 1.25 15.0022 1.25C16.6365 1.25 18.061 2.36226 18.4574 3.94775L18.9723 6.00746C19.1063 6.54326 18.7805 7.08619 18.2447 7.22014C17.7089 7.35409 17.166 7.02833 17.032 6.49254L16.5171 4.43282C16.3433 3.73767 15.7187 3.25 15.0022 3.25C14.4499 3.25 14.0022 2.80228 14.0022 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.38165 22.75C8.95821 22.75 8.57292 22.7501 8.26336 22.7115C7.93232 22.6702 7.55357 22.5713 7.25083 22.2654C6.66902 21.6776 6.6996 20.9567 6.82998 20.4373C6.89476 20.1791 7.24383 19.3358 7.33002 19.1323C7.43822 18.8512 7.55297 18.5532 7.75274 18.3212C7.92145 18.1254 8.13382 17.9685 8.37698 17.8687C8.63075 17.7646 8.88805 17.7594 9.04419 17.7613C9.1937 17.7631 9.31271 17.6352 9.29209 17.4871L8.98295 15.267C8.9488 15.0218 8.93172 14.8992 8.84832 14.8256C8.76493 14.7521 8.63956 14.7505 8.38883 14.7473C7.55963 14.7368 6.93169 14.687 6.37356 14.4581C5.59227 14.1376 4.93067 13.5733 4.47299 12.8496C4.0567 12.1914 3.87966 11.356 3.61004 10.0839C3.48627 9.50083 3.34568 8.83841 3.29306 8.4459C3.23897 8.04239 3.22521 7.65804 3.3236 7.27973C3.50987 6.56351 3.96926 5.94574 4.61069 5.58284C4.95495 5.38807 5.32993 5.3155 5.72141 5.28216C6.09926 5.24998 6.56677 5.24999 7.12681 5.25H16.8751C17.4352 5.24999 17.9027 5.24998 18.2805 5.28216C18.672 5.3155 19.047 5.38807 19.3913 5.58284C20.0327 5.94574 20.4921 6.56351 20.6784 7.27973C20.7767 7.65804 20.763 8.04239 20.7089 8.4459C20.6563 8.83841 20.5157 9.50083 20.3919 10.0839C20.1223 11.356 19.9452 12.1914 19.529 12.8496C19.0713 13.5733 18.4097 14.1376 17.6284 14.4581C17.0703 14.687 16.4423 14.7368 15.6131 14.7473C15.3624 14.7505 15.237 14.7521 15.1536 14.8256C15.0702 14.8992 15.0532 15.0218 15.019 15.267L14.6702 17.7722C14.733 17.7692 14.8808 17.7622 14.9578 17.7613C15.1139 17.7594 15.3712 17.7646 15.625 17.8687C15.8681 17.9685 16.0805 18.1254 16.2492 18.3212C16.449 18.5532 16.5637 18.8512 16.6719 19.1323C16.7581 19.3358 17.1072 20.1791 17.172 20.4373C17.3024 20.9567 17.3329 21.6776 16.7511 22.2654C16.4484 22.5713 16.0696 22.6702 15.7386 22.7115C15.429 22.7501 15.0437 22.75 14.6203 22.75H9.38165Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-police-badge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C8.42386 1.25 5.6395 2.32282 3.8096 3.73389C3.6078 3.88881 3.34391 4.09144 3.1721 4.37757C3.02239 4.62691 2.92678 4.96245 2.92259 5.25324C2.91777 5.5883 3.02986 5.88482 3.13254 6.15644C3.4549 7.01607 3.59815 7.40856 3.6464 7.72379C3.68582 7.98131 3.69777 8.09469 3.69837 8.19599C3.69898 8.29729 3.68839 8.4108 3.65206 8.66878C3.63436 8.79442 3.56466 9.05168 3.39635 9.54931C3.23404 10.0292 3.00002 10.6768 2.6825 11.5554C2.42494 12.2681 2.25 13.0815 2.25 14C2.25 17.4259 5.07073 20.0408 7.8181 20.7276C9.89753 21.2475 10.9124 21.973 11.4697 22.5303C11.7626 22.8232 12.2374 22.8232 12.5303 22.5303C13.0876 21.973 14.1025 21.2475 16.1819 20.7276C18.9293 20.0408 21.75 17.4259 21.75 14C21.75 13.0815 21.5751 12.2681 21.3175 11.5554C21 10.6768 20.766 10.0292 20.6036 9.54931C20.4353 9.05168 20.3656 8.79442 20.3479 8.66878C20.3116 8.4108 20.301 8.29729 20.3016 8.19599C20.3022 8.09469 20.3142 7.98131 20.3536 7.72379C20.4018 7.40856 20.5451 7.01607 20.8675 6.15644C20.9701 5.88482 21.0822 5.58829 21.0774 5.25324C21.0732 4.96245 20.9776 4.62691 20.8279 4.37757C20.6561 4.09144 20.3922 3.88881 20.1904 3.73389C18.3605 2.32282 15.5761 1.25 12 1.25ZM13.5693 8.74679L12.7774 7.14988C12.35 6.28337 11.6481 6.28337 11.2161 7.14988L10.4242 8.74679C10.3162 8.96909 10.0282 9.18232 9.78977 9.22315L8.35443 9.46359C7.43653 9.61784 7.22505 10.2893 7.88198 10.9516L8.99785 12.0767C9.18683 12.2673 9.29032 12.6347 9.23183 12.8979L8.91236 14.2906C8.66039 15.3885 9.24533 15.8195 10.2082 15.2433L11.5536 14.4403C11.801 14.2952 12.2015 14.2952 12.4445 14.4403L13.7898 15.2433C14.7572 15.8195 15.3377 15.393 15.0857 14.2906L14.7662 12.8979C14.7077 12.6347 14.8112 12.2673 15.0002 12.0767L16.1161 10.9516C16.7775 10.2893 16.5615 9.61784 15.6436 9.46359L14.2083 9.22315C13.9653 9.18232 13.6773 8.96909 13.5693 8.74679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C8.42386 1.25 5.6395 2.32282 3.8096 3.73389C3.6078 3.88881 3.34391 4.09144 3.1721 4.37757C3.02239 4.62691 2.92678 4.96245 2.92259 5.25324C2.91777 5.5883 3.02986 5.88482 3.13254 6.15644C3.4549 7.01607 3.59815 7.40856 3.6464 7.72379C3.68582 7.98131 3.69777 8.09469 3.69837 8.19599C3.69898 8.29729 3.68839 8.4108 3.65206 8.66878C3.63436 8.79442 3.56466 9.05168 3.39635 9.54931C3.23404 10.0292 3.00002 10.6768 2.6825 11.5554C2.42494 12.2681 2.25 13.0815 2.25 14C2.25 17.4259 5.07073 20.0408 7.8181 20.7276C9.89753 21.2475 10.9124 21.973 11.4697 22.5303C11.7626 22.8232 12.2374 22.8232 12.5303 22.5303C13.0876 21.973 14.1025 21.2475 16.1819 20.7276C18.9293 20.0408 21.75 17.4259 21.75 14C21.75 13.0815 21.5751 12.2681 21.3175 11.5554C21 10.6768 20.766 10.0292 20.6036 9.54931C20.4353 9.05168 20.3656 8.79442 20.3479 8.66878C20.3116 8.4108 20.301 8.29729 20.3016 8.19599C20.3022 8.09469 20.3142 7.98131 20.3536 7.72379C20.4018 7.40856 20.5451 7.01607 20.8675 6.15644C20.9701 5.88482 21.0822 5.58829 21.0774 5.25324C21.0732 4.96245 20.9776 4.62691 20.8279 4.37757C20.6561 4.09144 20.3922 3.88881 20.1904 3.73389C18.3605 2.32282 15.5761 1.25 12 1.25ZM13.5693 8.74679L12.7774 7.14988C12.35 6.28337 11.6481 6.28337 11.2161 7.14988L10.4242 8.74679C10.3162 8.96909 10.0282 9.18232 9.78977 9.22315L8.35443 9.46359C7.43653 9.61784 7.22505 10.2893 7.88198 10.9516L8.99785 12.0767C9.18683 12.2673 9.29032 12.6347 9.23183 12.8979L8.91236 14.2906C8.66039 15.3885 9.24533 15.8195 10.2082 15.2433L11.5536 14.4403C11.801 14.2952 12.2015 14.2952 12.4445 14.4403L13.7898 15.2433C14.7572 15.8195 15.3377 15.393 15.0857 14.2906L14.7662 12.8979C14.7077 12.6347 14.8112 12.2673 15.0002 12.0767L16.1161 10.9516C16.7775 10.2893 16.5615 9.61784 15.6436 9.46359L14.2083 9.22315C13.9653 9.18232 13.6773 8.96909 13.5693 8.74679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-police-cap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.06311 13.563C5.42314 13.9509 5.39039 14.548 4.98997 14.8968C4.49526 15.3276 4.14591 16.121 4.20688 16.843C4.2357 17.1842 4.35367 17.4856 4.56664 17.7308C4.77798 17.9742 5.1297 18.2162 5.71907 18.3652C7.7183 18.8705 9.93623 19.4043 11.2003 19.7058C11.7536 19.8377 11.8781 19.8611 12 19.8611C12.1219 19.8611 12.2464 19.8377 12.7997 19.7058C14.0638 19.4043 16.2817 18.8705 18.2809 18.3652C18.8703 18.2162 19.222 17.9742 19.4334 17.7308C19.6463 17.4856 19.7643 17.1842 19.7931 16.843C19.8541 16.121 19.5047 15.3276 19.01 14.8968C18.6096 14.548 18.5769 13.9509 18.9369 13.563C19.2969 13.1751 19.9134 13.1434 20.3138 13.4921C21.2558 14.3126 21.8478 15.6801 21.7366 16.997C21.6794 17.6751 21.4328 18.3626 20.9256 18.9467C20.4168 19.5327 19.6927 19.9605 18.7732 20.1929C16.7609 20.7015 14.5326 21.2378 13.266 21.5399C13.2389 21.5463 13.2122 21.5527 13.1857 21.5591C12.7531 21.6626 12.3878 21.75 12 21.75C11.6122 21.75 11.2469 21.6626 10.8143 21.5591C10.7878 21.5527 10.761 21.5463 10.734 21.5399C9.4674 21.2378 7.23914 20.7015 5.22676 20.1929C4.30731 19.9605 3.58319 19.5327 3.07435 18.9467C2.56715 18.3626 2.32064 17.6751 2.26337 16.997C2.15216 15.6801 2.7442 14.3126 3.68619 13.4921C4.08661 13.1434 4.70308 13.1751 5.06311 13.563Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.7791 14.3717C20.8027 14.3515 20.8232 14.334 20.8403 14.3204C21.0989 14.1147 21.4373 13.8063 21.7575 13.3925C22.4052 12.5554 22.9826 11.2748 22.6566 9.59144C22.5306 8.94083 22.1144 8.33292 21.6292 7.80148C21.1308 7.25561 20.4879 6.71384 19.7901 6.19865C18.393 5.16713 16.5718 4.11777 15.1601 3.36211C13.9212 2.69834 13.0844 2.25 12.0002 2.25C10.916 2.25 10.0792 2.69834 8.84036 3.36211C7.42867 4.11776 5.60748 5.16713 4.21034 6.19865C3.51254 6.71384 2.86967 7.25561 2.37126 7.80148C1.88603 8.33292 1.46983 8.94083 1.34383 9.59144C1.01777 11.275 1.59574 12.5556 2.2438 13.3927C2.56422 13.8065 2.90278 14.1149 3.16149 14.3205C3.2915 14.4238 3.62507 14.6825 4.00662 14.75H19.9952C20.3367 14.75 20.6242 14.5041 20.7791 14.3717ZM11.4959 7.1281L10.3899 7.72984C10.0998 7.88767 9.93688 8.21 10.023 8.52648C10.2405 9.3254 10.7753 10.5958 12 11C13.2247 10.5958 13.7595 9.3254 13.977 8.52648C14.0631 8.21 13.9002 7.88767 13.6101 7.72984L12.5041 7.1281C12.1902 6.9573 11.8098 6.9573 11.4959 7.1281Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.06311 13.563C5.42314 13.9509 5.39039 14.548 4.98997 14.8968C4.49526 15.3276 4.14591 16.121 4.20688 16.843C4.2357 17.1842 4.35367 17.4856 4.56664 17.7308C4.77798 17.9742 5.1297 18.2162 5.71907 18.3652C7.7183 18.8705 9.93623 19.4043 11.2003 19.7058C11.7536 19.8377 11.8781 19.8611 12 19.8611C12.1219 19.8611 12.2464 19.8377 12.7997 19.7058C14.0638 19.4043 16.2817 18.8705 18.2809 18.3652C18.8703 18.2162 19.222 17.9742 19.4334 17.7308C19.6463 17.4856 19.7643 17.1842 19.7931 16.843C19.8541 16.121 19.5047 15.3276 19.01 14.8968C18.6096 14.548 18.5769 13.9509 18.9369 13.563C19.2969 13.1751 19.9134 13.1434 20.3138 13.4921C21.2558 14.3126 21.8478 15.6801 21.7366 16.997C21.6794 17.6751 21.4328 18.3626 20.9256 18.9467C20.4168 19.5327 19.6927 19.9605 18.7732 20.1929C16.7609 20.7015 14.5326 21.2378 13.266 21.5399C13.2389 21.5463 13.2122 21.5527 13.1857 21.5591C12.7531 21.6626 12.3878 21.75 12 21.75C11.6122 21.75 11.2469 21.6626 10.8143 21.5591C10.7878 21.5527 10.761 21.5463 10.734 21.5399C9.4674 21.2378 7.23914 20.7015 5.22676 20.1929C4.30731 19.9605 3.58319 19.5327 3.07435 18.9467C2.56715 18.3626 2.32064 17.6751 2.26337 16.997C2.15216 15.6801 2.7442 14.3126 3.68619 13.4921C4.08661 13.1434 4.70308 13.1751 5.06311 13.563Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.7791 14.3717C20.8027 14.3515 20.8232 14.334 20.8403 14.3204C21.0989 14.1147 21.4373 13.8063 21.7575 13.3925C22.4052 12.5554 22.9826 11.2748 22.6566 9.59144C22.5306 8.94083 22.1144 8.33292 21.6292 7.80148C21.1308 7.25561 20.4879 6.71384 19.7901 6.19865C18.393 5.16713 16.5718 4.11777 15.1601 3.36211C13.9212 2.69834 13.0844 2.25 12.0002 2.25C10.916 2.25 10.0792 2.69834 8.84036 3.36211C7.42867 4.11776 5.60748 5.16713 4.21034 6.19865C3.51254 6.71384 2.86967 7.25561 2.37126 7.80148C1.88603 8.33292 1.46983 8.94083 1.34383 9.59144C1.01777 11.275 1.59574 12.5556 2.2438 13.3927C2.56422 13.8065 2.90278 14.1149 3.16149 14.3205C3.2915 14.4238 3.62507 14.6825 4.00662 14.75H19.9952C20.3367 14.75 20.6242 14.5041 20.7791 14.3717ZM11.4959 7.1281L10.3899 7.72984C10.0998 7.88767 9.93688 8.21 10.023 8.52648C10.2405 9.3254 10.7753 10.5958 12 11C13.2247 10.5958 13.7595 9.3254 13.977 8.52648C14.0631 8.21 13.9002 7.88767 13.6101 7.72984L12.5041 7.1281C12.1902 6.9573 11.8098 6.9573 11.4959 7.1281Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-police-station{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.8113 12.8143C19.3488 12.7521 18.7211 12.75 17.75 12.75C17.1977 12.75 16.75 12.3023 16.75 11.75C16.75 11.1977 17.1977 10.75 17.75 10.75L17.8158 10.75C18.7023 10.75 19.4661 10.7499 20.0778 10.8321C20.7333 10.9203 21.3617 11.119 21.8713 11.6287C22.381 12.1383 22.5797 12.7667 22.6679 13.4222C22.7501 14.0339 22.7501 14.7977 22.75 15.6842V15.6842L22.75 20.7894C22.7501 20.9893 22.7503 21.2272 22.7228 21.4319C22.6896 21.6789 22.6007 22.0207 22.3107 22.3107C22.0207 22.6007 21.6789 22.6896 21.4319 22.7228C21.2272 22.7503 20.9893 22.7501 20.7894 22.75H20.7894L17.75 22.75C17.1977 22.75 16.75 22.3023 16.75 21.75C16.75 21.1977 17.1977 20.75 17.75 20.75H20.75V15.75C20.75 14.7789 20.7479 14.1512 20.6857 13.6887C20.6274 13.255 20.5332 13.119 20.4571 13.0429C20.381 12.9668 20.245 12.8726 19.8113 12.8143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.1887 12.8143C4.65121 12.7521 5.27892 12.75 6.25 12.75C6.80228 12.75 7.25 12.3023 7.25 11.75C7.25 11.1977 6.80228 10.75 6.25 10.75L6.18417 10.75C5.29768 10.75 4.53387 10.7499 3.92221 10.8321C3.26669 10.9203 2.63834 11.119 2.12868 11.6287C1.61902 12.1383 1.42027 12.7667 1.33214 13.4222C1.24991 14.0339 1.24995 14.7977 1.25 15.6842V15.6842L1.24998 20.7894C1.24986 20.9893 1.24971 21.2272 1.27722 21.4319C1.31044 21.6789 1.39935 22.0207 1.68934 22.3107C1.97933 22.6007 2.32107 22.6896 2.56812 22.7228C2.77276 22.7503 3.01071 22.7501 3.21057 22.75H3.21062L6.25 22.75C6.80228 22.75 7.25 22.3023 7.25 21.75C7.25 21.1977 6.80228 20.75 6.25 20.75H3.25V15.75C3.25 14.7789 3.25212 14.1512 3.31431 13.6887C3.37262 13.255 3.46677 13.119 3.54289 13.0429C3.61902 12.9668 3.75496 12.8726 4.1887 12.8143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 18.25C12.5523 18.25 13 18.6977 13 19.25V22.55C13 22.6605 12.9105 22.75 12.8 22.75H11.2C11.0895 22.75 11 22.6605 11 22.55L11 19.25C11 18.6977 11.4477 18.25 12 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0004 1.25C12.2347 1.25004 12.4496 1.3821 12.5589 1.59277C12.5589 1.59277 12.6305 1.70874 12.6775 1.77161C12.7717 1.89769 12.9223 2.07219 13.1382 2.24837C13.5627 2.59466 14.2591 2.96429 15.3329 2.96429C15.6505 2.96429 15.9187 3.20437 15.9593 3.525C16.0636 4.34895 15.9897 5.67274 15.4733 6.95881C14.95 8.26223 13.9575 9.55617 12.2193 10.2101C12.078 10.2633 11.9226 10.2633 11.7813 10.2101C10.0431 9.55618 9.05046 8.26227 8.52699 6.95888C8.01049 5.67284 7.93635 4.34902 8.04065 3.525C8.08124 3.20437 8.34944 2.96429 8.66706 2.96429C9.7409 2.96429 10.4375 2.59465 10.8621 2.24831C11.0782 2.07211 11.2288 1.89758 11.3231 1.77148C11.3701 1.70861 11.4418 1.59259 11.4418 1.59259C11.5511 1.38196 11.7661 1.24996 12.0004 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17.0017C10.7574 17.0017 9.75 18.0091 9.75 19.2517V22.1517C9.75 22.4346 9.75 22.576 9.66213 22.6638C9.57427 22.7517 9.43284 22.7517 9.15 22.7517H6C5.58579 22.7517 5.25 22.4159 5.25 22.0017L5.25 12.8489V12.8489C5.24998 11.4655 5.24997 10.352 5.36638 9.47665C5.48708 8.56909 5.74501 7.80561 6.34548 7.19858C6.39411 7.14942 6.44378 7.1025 6.4945 7.05773C6.71952 6.85904 6.83204 6.75969 6.98416 6.7967C7.13629 6.83371 7.20159 7.002 7.3322 7.33858C7.3436 7.36796 7.35519 7.39733 7.36698 7.42669C7.98903 8.97553 9.20222 10.5773 11.3411 11.382C11.7662 11.5419 12.2343 11.5419 12.6594 11.382C14.7984 10.5773 16.0114 8.9754 16.6333 7.42648C16.645 7.39724 16.6566 7.36799 16.6679 7.33873C16.7985 7.0021 16.8638 6.83379 17.0159 6.79677C17.1681 6.75976 17.2806 6.85912 17.5056 7.05785C17.5563 7.10259 17.6059 7.14946 17.6545 7.19858C18.255 7.80561 18.5129 8.56909 18.6336 9.47665C18.75 10.352 18.75 11.4655 18.75 12.8489V22.0017C18.75 22.4159 18.4142 22.7517 18 22.7517H14.85C14.5672 22.7517 14.4257 22.7517 14.3379 22.6638C14.25 22.576 14.25 22.4346 14.25 22.1517V19.2517C14.25 18.0091 13.2426 17.0017 12 17.0017ZM9 13.25C8.58579 13.25 8.25 13.5858 8.25 14C8.25 14.4142 8.58579 14.75 9 14.75H10.2C10.6142 14.75 10.95 14.4142 10.95 14C10.95 13.5858 10.6142 13.25 10.2 13.25H9ZM13.8 13.25C13.3858 13.25 13.05 13.5858 13.05 14C13.05 14.4142 13.3858 14.75 13.8 14.75H15C15.4142 14.75 15.75 14.4142 15.75 14C15.75 13.5858 15.4142 13.25 15 13.25H13.8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.8113 12.8143C19.3488 12.7521 18.7211 12.75 17.75 12.75C17.1977 12.75 16.75 12.3023 16.75 11.75C16.75 11.1977 17.1977 10.75 17.75 10.75L17.8158 10.75C18.7023 10.75 19.4661 10.7499 20.0778 10.8321C20.7333 10.9203 21.3617 11.119 21.8713 11.6287C22.381 12.1383 22.5797 12.7667 22.6679 13.4222C22.7501 14.0339 22.7501 14.7977 22.75 15.6842V15.6842L22.75 20.7894C22.7501 20.9893 22.7503 21.2272 22.7228 21.4319C22.6896 21.6789 22.6007 22.0207 22.3107 22.3107C22.0207 22.6007 21.6789 22.6896 21.4319 22.7228C21.2272 22.7503 20.9893 22.7501 20.7894 22.75H20.7894L17.75 22.75C17.1977 22.75 16.75 22.3023 16.75 21.75C16.75 21.1977 17.1977 20.75 17.75 20.75H20.75V15.75C20.75 14.7789 20.7479 14.1512 20.6857 13.6887C20.6274 13.255 20.5332 13.119 20.4571 13.0429C20.381 12.9668 20.245 12.8726 19.8113 12.8143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.1887 12.8143C4.65121 12.7521 5.27892 12.75 6.25 12.75C6.80228 12.75 7.25 12.3023 7.25 11.75C7.25 11.1977 6.80228 10.75 6.25 10.75L6.18417 10.75C5.29768 10.75 4.53387 10.7499 3.92221 10.8321C3.26669 10.9203 2.63834 11.119 2.12868 11.6287C1.61902 12.1383 1.42027 12.7667 1.33214 13.4222C1.24991 14.0339 1.24995 14.7977 1.25 15.6842V15.6842L1.24998 20.7894C1.24986 20.9893 1.24971 21.2272 1.27722 21.4319C1.31044 21.6789 1.39935 22.0207 1.68934 22.3107C1.97933 22.6007 2.32107 22.6896 2.56812 22.7228C2.77276 22.7503 3.01071 22.7501 3.21057 22.75H3.21062L6.25 22.75C6.80228 22.75 7.25 22.3023 7.25 21.75C7.25 21.1977 6.80228 20.75 6.25 20.75H3.25V15.75C3.25 14.7789 3.25212 14.1512 3.31431 13.6887C3.37262 13.255 3.46677 13.119 3.54289 13.0429C3.61902 12.9668 3.75496 12.8726 4.1887 12.8143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 18.25C12.5523 18.25 13 18.6977 13 19.25V22.55C13 22.6605 12.9105 22.75 12.8 22.75H11.2C11.0895 22.75 11 22.6605 11 22.55L11 19.25C11 18.6977 11.4477 18.25 12 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0004 1.25C12.2347 1.25004 12.4496 1.3821 12.5589 1.59277C12.5589 1.59277 12.6305 1.70874 12.6775 1.77161C12.7717 1.89769 12.9223 2.07219 13.1382 2.24837C13.5627 2.59466 14.2591 2.96429 15.3329 2.96429C15.6505 2.96429 15.9187 3.20437 15.9593 3.525C16.0636 4.34895 15.9897 5.67274 15.4733 6.95881C14.95 8.26223 13.9575 9.55617 12.2193 10.2101C12.078 10.2633 11.9226 10.2633 11.7813 10.2101C10.0431 9.55618 9.05046 8.26227 8.52699 6.95888C8.01049 5.67284 7.93635 4.34902 8.04065 3.525C8.08124 3.20437 8.34944 2.96429 8.66706 2.96429C9.7409 2.96429 10.4375 2.59465 10.8621 2.24831C11.0782 2.07211 11.2288 1.89758 11.3231 1.77148C11.3701 1.70861 11.4418 1.59259 11.4418 1.59259C11.5511 1.38196 11.7661 1.24996 12.0004 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17.0017C10.7574 17.0017 9.75 18.0091 9.75 19.2517V22.1517C9.75 22.4346 9.75 22.576 9.66213 22.6638C9.57427 22.7517 9.43284 22.7517 9.15 22.7517H6C5.58579 22.7517 5.25 22.4159 5.25 22.0017L5.25 12.8489V12.8489C5.24998 11.4655 5.24997 10.352 5.36638 9.47665C5.48708 8.56909 5.74501 7.80561 6.34548 7.19858C6.39411 7.14942 6.44378 7.1025 6.4945 7.05773C6.71952 6.85904 6.83204 6.75969 6.98416 6.7967C7.13629 6.83371 7.20159 7.002 7.3322 7.33858C7.3436 7.36796 7.35519 7.39733 7.36698 7.42669C7.98903 8.97553 9.20222 10.5773 11.3411 11.382C11.7662 11.5419 12.2343 11.5419 12.6594 11.382C14.7984 10.5773 16.0114 8.9754 16.6333 7.42648C16.645 7.39724 16.6566 7.36799 16.6679 7.33873C16.7985 7.0021 16.8638 6.83379 17.0159 6.79677C17.1681 6.75976 17.2806 6.85912 17.5056 7.05785C17.5563 7.10259 17.6059 7.14946 17.6545 7.19858C18.255 7.80561 18.5129 8.56909 18.6336 9.47665C18.75 10.352 18.75 11.4655 18.75 12.8489V22.0017C18.75 22.4159 18.4142 22.7517 18 22.7517H14.85C14.5672 22.7517 14.4257 22.7517 14.3379 22.6638C14.25 22.576 14.25 22.4346 14.25 22.1517V19.2517C14.25 18.0091 13.2426 17.0017 12 17.0017ZM9 13.25C8.58579 13.25 8.25 13.5858 8.25 14C8.25 14.4142 8.58579 14.75 9 14.75H10.2C10.6142 14.75 10.95 14.4142 10.95 14C10.95 13.5858 10.6142 13.25 10.2 13.25H9ZM13.8 13.25C13.3858 13.25 13.05 13.5858 13.05 14C13.05 14.4142 13.3858 14.75 13.8 14.75H15C15.4142 14.75 15.75 14.4142 15.75 14C15.75 13.5858 15.4142 13.25 15 13.25H13.8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-prison-guard{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.7152 6.67533L18.7151 6.67535L18.5076 7.21125C18.5874 7.23749 18.6666 7.26421 18.745 7.29141C19.1363 7.42713 19.3435 7.85441 19.2078 8.24575C19.0721 8.6371 18.6448 8.84432 18.2535 8.70859C17.9549 8.60506 17.6426 8.50844 17.3175 8.41947C15.772 7.99647 13.953 7.75 11.9992 7.75C10.1616 7.75 8.44273 7.96804 6.9583 8.34621C6.53285 8.4546 6.12756 8.57591 5.74498 8.70859C5.35364 8.84432 4.92636 8.6371 4.79063 8.24575C4.65491 7.85441 4.86213 7.42713 5.25347 7.29141C5.3953 7.24222 5.53947 7.1946 5.68588 7.14858L5.57383 6.93162C5.30374 6.40873 5.04442 5.90669 4.90536 5.51648C4.75642 5.09853 4.67243 4.6357 4.85041 4.15202C5.03296 3.65595 5.40511 3.36943 5.80083 3.17293C6.15687 2.99613 6.62509 2.84817 7.14177 2.6849L11.2181 1.39612C11.4323 1.32777 11.6761 1.25 11.9354 1.25C12.1948 1.25 12.4386 1.32777 12.6528 1.39612L16.9933 2.76843C17.457 2.91495 17.8824 3.04937 18.2106 3.21057C18.578 3.39103 18.9239 3.65147 19.1165 4.09978C19.3043 4.53685 19.2671 4.96919 19.1691 5.3679C19.078 5.73862 18.9079 6.17778 18.7152 6.67533Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00098 7.25C7.41519 7.25 7.75098 7.58579 7.75098 8V9.72517C7.75098 11.2623 8.54095 12.6795 9.82029 13.4633L10.3348 13.7785C11.3611 14.4072 12.6409 14.4072 13.6672 13.7785L14.1817 13.4633C15.461 12.6795 16.251 11.2623 16.251 9.72517V8C16.251 7.58579 16.5868 7.25 17.001 7.25C17.4152 7.25 17.751 7.58579 17.751 8V9.72517C17.751 11.7745 16.698 13.6808 14.9652 14.7423L14.4507 15.0575C12.9436 15.9808 11.0584 15.9808 9.5512 15.0575L9.03671 14.7423C7.30399 13.6808 6.25098 11.7745 6.25098 9.72517V8C6.25098 7.58579 6.58676 7.25 7.00098 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.23892 13.2887C9.63163 13.4197 9.84386 13.8444 9.71296 14.2374L8.87138 16.7637L9.86353 17.6307C10.5048 18.1912 10.9336 18.564 11.2921 18.8051C11.633 19.0344 11.8308 19.0882 12 19.0882C12.1692 19.0882 12.367 19.0344 12.7079 18.8051C13.0664 18.564 13.4952 18.1912 14.1365 17.6307L15.1286 16.7637L14.287 14.2374C14.1561 13.8444 14.3684 13.4197 14.7611 13.2887C15.1538 13.1577 15.5783 13.3701 15.7092 13.763L16.59 16.4073L18.048 16.8936C18.9688 17.2006 19.5358 17.3897 20.0457 17.6858C20.544 17.9752 20.996 18.3381 21.3866 18.7621C21.5847 18.9772 21.8598 19.3948 22.0809 19.8018C22.2222 20.0612 22.3935 20.3756 22.4631 20.6966C22.5553 21.1215 22.4719 21.5119 22.2444 21.8947C21.9894 22.3239 21.6316 22.5633 21.1916 22.6685C20.8482 22.7507 20.4402 22.7505 20.0554 22.7502H20.0554H3.94462H3.9446C3.55983 22.7505 3.15184 22.7507 2.8084 22.6685C2.36836 22.5633 2.01063 22.3239 1.75557 21.8947C1.52812 21.5119 1.44472 21.1215 1.53687 20.6966C1.60649 20.3756 1.77777 20.0612 1.9191 19.8018C2.14019 19.3948 2.41532 18.9772 2.61344 18.7621C3.00395 18.3381 3.45598 17.9752 3.95435 17.6858C4.46416 17.3897 5.0312 17.2006 5.95203 16.8936L5.95203 16.8936L7.40997 16.4073L8.29083 13.763C8.42174 13.3701 8.84621 13.1577 9.23892 13.2887Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.7152 6.67533L18.7151 6.67535L18.5076 7.21125C18.5874 7.23749 18.6666 7.26421 18.745 7.29141C19.1363 7.42713 19.3435 7.85441 19.2078 8.24575C19.0721 8.6371 18.6448 8.84432 18.2535 8.70859C17.9549 8.60506 17.6426 8.50844 17.3175 8.41947C15.772 7.99647 13.953 7.75 11.9992 7.75C10.1616 7.75 8.44273 7.96804 6.9583 8.34621C6.53285 8.4546 6.12756 8.57591 5.74498 8.70859C5.35364 8.84432 4.92636 8.6371 4.79063 8.24575C4.65491 7.85441 4.86213 7.42713 5.25347 7.29141C5.3953 7.24222 5.53947 7.1946 5.68588 7.14858L5.57383 6.93162C5.30374 6.40873 5.04442 5.90669 4.90536 5.51648C4.75642 5.09853 4.67243 4.6357 4.85041 4.15202C5.03296 3.65595 5.40511 3.36943 5.80083 3.17293C6.15687 2.99613 6.62509 2.84817 7.14177 2.6849L11.2181 1.39612C11.4323 1.32777 11.6761 1.25 11.9354 1.25C12.1948 1.25 12.4386 1.32777 12.6528 1.39612L16.9933 2.76843C17.457 2.91495 17.8824 3.04937 18.2106 3.21057C18.578 3.39103 18.9239 3.65147 19.1165 4.09978C19.3043 4.53685 19.2671 4.96919 19.1691 5.3679C19.078 5.73862 18.9079 6.17778 18.7152 6.67533Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00098 7.25C7.41519 7.25 7.75098 7.58579 7.75098 8V9.72517C7.75098 11.2623 8.54095 12.6795 9.82029 13.4633L10.3348 13.7785C11.3611 14.4072 12.6409 14.4072 13.6672 13.7785L14.1817 13.4633C15.461 12.6795 16.251 11.2623 16.251 9.72517V8C16.251 7.58579 16.5868 7.25 17.001 7.25C17.4152 7.25 17.751 7.58579 17.751 8V9.72517C17.751 11.7745 16.698 13.6808 14.9652 14.7423L14.4507 15.0575C12.9436 15.9808 11.0584 15.9808 9.5512 15.0575L9.03671 14.7423C7.30399 13.6808 6.25098 11.7745 6.25098 9.72517V8C6.25098 7.58579 6.58676 7.25 7.00098 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.23892 13.2887C9.63163 13.4197 9.84386 13.8444 9.71296 14.2374L8.87138 16.7637L9.86353 17.6307C10.5048 18.1912 10.9336 18.564 11.2921 18.8051C11.633 19.0344 11.8308 19.0882 12 19.0882C12.1692 19.0882 12.367 19.0344 12.7079 18.8051C13.0664 18.564 13.4952 18.1912 14.1365 17.6307L15.1286 16.7637L14.287 14.2374C14.1561 13.8444 14.3684 13.4197 14.7611 13.2887C15.1538 13.1577 15.5783 13.3701 15.7092 13.763L16.59 16.4073L18.048 16.8936C18.9688 17.2006 19.5358 17.3897 20.0457 17.6858C20.544 17.9752 20.996 18.3381 21.3866 18.7621C21.5847 18.9772 21.8598 19.3948 22.0809 19.8018C22.2222 20.0612 22.3935 20.3756 22.4631 20.6966C22.5553 21.1215 22.4719 21.5119 22.2444 21.8947C21.9894 22.3239 21.6316 22.5633 21.1916 22.6685C20.8482 22.7507 20.4402 22.7505 20.0554 22.7502H20.0554H3.94462H3.9446C3.55983 22.7505 3.15184 22.7507 2.8084 22.6685C2.36836 22.5633 2.01063 22.3239 1.75557 21.8947C1.52812 21.5119 1.44472 21.1215 1.53687 20.6966C1.60649 20.3756 1.77777 20.0612 1.9191 19.8018C2.14019 19.3948 2.41532 18.9772 2.61344 18.7621C3.00395 18.3381 3.45598 17.9752 3.95435 17.6858C4.46416 17.3897 5.0312 17.2006 5.95203 16.8936L5.95203 16.8936L7.40997 16.4073L8.29083 13.763C8.42174 13.3701 8.84621 13.1577 9.23892 13.2887Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-prison{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 2C1.44772 2 1 2.44772 1 3C1 3.55228 1.44772 4 2 4V20C1.44772 20 1 20.4477 1 21C1 21.5523 1.44772 22 2 22H22C22.5523 22 23 21.5523 23 21C23 20.4477 22.5523 20 22 20V4C22.5523 4 23 3.55228 23 3C23 2.44772 22.5523 2 22 2H2ZM4 20V4H8V20H4ZM10 20V4H14V8.27254C13.9316 8.27802 13.8658 8.28484 13.8028 8.29331C13.4473 8.3411 13.0716 8.45355 12.7626 8.76257C12.4535 9.07159 12.3411 9.44732 12.2933 9.8028C12.2499 10.1256 12.25 10.5224 12.25 10.9553V13.0448C12.25 13.4776 12.2499 13.8744 12.2933 14.1972C12.3411 14.5527 12.4535 14.9284 12.7626 15.2374C13.0716 15.5465 13.4473 15.6589 13.8028 15.7067C13.8658 15.7152 13.9316 15.722 14 15.7275V20H10ZM16 15.75V20H20V15.75L16 15.75ZM20 8.25001V4H16V8.25L20 8.25001ZM17.75 12C17.75 12.4142 17.4142 12.75 17 12.75H16C15.5858 12.75 15.25 12.4142 15.25 12C15.25 11.5858 15.5858 11.25 16 11.25H17C17.4142 11.25 17.75 11.5858 17.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 2C1.44772 2 1 2.44772 1 3C1 3.55228 1.44772 4 2 4V20C1.44772 20 1 20.4477 1 21C1 21.5523 1.44772 22 2 22H22C22.5523 22 23 21.5523 23 21C23 20.4477 22.5523 20 22 20V4C22.5523 4 23 3.55228 23 3C23 2.44772 22.5523 2 22 2H2ZM4 20V4H8V20H4ZM10 20V4H14V8.27254C13.9316 8.27802 13.8658 8.28484 13.8028 8.29331C13.4473 8.3411 13.0716 8.45355 12.7626 8.76257C12.4535 9.07159 12.3411 9.44732 12.2933 9.8028C12.2499 10.1256 12.25 10.5224 12.25 10.9553V13.0448C12.25 13.4776 12.2499 13.8744 12.2933 14.1972C12.3411 14.5527 12.4535 14.9284 12.7626 15.2374C13.0716 15.5465 13.4473 15.6589 13.8028 15.7067C13.8658 15.7152 13.9316 15.722 14 15.7275V20H10ZM16 15.75V20H20V15.75L16 15.75ZM20 8.25001V4H16V8.25L20 8.25001ZM17.75 12C17.75 12.4142 17.4142 12.75 17 12.75H16C15.5858 12.75 15.25 12.4142 15.25 12C15.25 11.5858 15.5858 11.25 16 11.25H17C17.4142 11.25 17.75 11.5858 17.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-prisoner{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.3721 1.755C12.9066 1.08166 11.0954 1.08167 9.62987 1.755L9.11537 1.9914C7.41868 2.77096 6.25098 4.24322 6.25098 5.95612V6.1166C6.0763 6.17446 5.90503 6.23493 5.73739 6.29792C5.34965 6.4436 5.15341 6.87604 5.2991 7.26379C5.44303 7.64688 5.86687 7.84302 6.25098 7.70718V8.72517C6.25098 10.4023 6.95626 11.9837 8.16221 13.0846L7.38413 15.4073L5.91797 15.8936L5.91795 15.8936C4.99195 16.2006 4.42173 16.3897 3.90905 16.6858C3.40787 16.9752 2.9533 17.3381 2.56059 17.7621C2.25094 18.0964 1.8035 18.8163 1.50777 19.8144C1.40532 20.1596 1.28351 20.57 1.25688 20.8941C1.22372 21.2976 1.30693 21.6828 1.58148 22.0482C1.87848 22.4434 2.27304 22.6155 2.68524 22.6885C3.0352 22.7504 3.46175 22.7503 3.90536 22.7502H20.0946C20.5382 22.7503 20.9648 22.7504 21.3148 22.6885C21.727 22.6155 22.1215 22.4434 22.4185 22.0482C22.6931 21.6828 22.7763 21.2976 22.7431 20.8941C22.7165 20.57 22.5947 20.1596 22.4922 19.8144C22.1965 18.8163 21.7491 18.0964 21.4394 17.7621C21.0467 17.3381 20.5921 16.9752 20.091 16.6858C19.5783 16.3897 19.008 16.2006 18.082 15.8936L16.6159 15.4073L15.8383 13.086C17.0451 11.985 17.751 10.403 17.751 8.72517V7.70704C18.1352 7.84316 18.5593 7.64701 18.7033 7.26379C18.8489 6.87604 18.6527 6.4436 18.265 6.29792C18.0972 6.23489 17.9258 6.17437 17.751 6.11647V5.95612C17.751 4.24322 16.5833 2.77096 14.8866 1.9914L14.3721 1.755ZM14.5536 13.9945L14.4507 14.0575C12.9436 14.9808 11.0584 14.9808 9.5512 14.0575L9.44677 13.9935L8.85376 15.7637L9.8515 16.6307C10.4964 17.1912 10.9276 17.564 11.2881 17.8051C11.6309 18.0344 11.8298 18.0882 12 18.0882C12.1702 18.0882 12.3691 18.0344 12.7119 17.8051C13.0724 17.564 13.5036 17.1912 14.1485 16.6307L15.1462 15.7637L14.5536 13.9945ZM7.75098 8.72517V7.24458C8.9892 6.93796 10.3895 6.75973 11.8783 6.75039C11.9192 6.75013 11.9602 6.75 12.0012 6.75C13.5373 6.75 14.9803 6.92978 16.251 7.24436V8.72517C16.251 10.2623 15.461 11.6795 14.1817 12.4633L13.6672 12.7785C12.6409 13.4072 11.3611 13.4072 10.3348 12.7785L9.82029 12.4633C8.54095 11.6795 7.75098 10.2623 7.75098 8.72517Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.3721 1.755C12.9066 1.08166 11.0954 1.08167 9.62987 1.755L9.11537 1.9914C7.41868 2.77096 6.25098 4.24322 6.25098 5.95612V6.1166C6.0763 6.17446 5.90503 6.23493 5.73739 6.29792C5.34965 6.4436 5.15341 6.87604 5.2991 7.26379C5.44303 7.64688 5.86687 7.84302 6.25098 7.70718V8.72517C6.25098 10.4023 6.95626 11.9837 8.16221 13.0846L7.38413 15.4073L5.91797 15.8936L5.91795 15.8936C4.99195 16.2006 4.42173 16.3897 3.90905 16.6858C3.40787 16.9752 2.9533 17.3381 2.56059 17.7621C2.25094 18.0964 1.8035 18.8163 1.50777 19.8144C1.40532 20.1596 1.28351 20.57 1.25688 20.8941C1.22372 21.2976 1.30693 21.6828 1.58148 22.0482C1.87848 22.4434 2.27304 22.6155 2.68524 22.6885C3.0352 22.7504 3.46175 22.7503 3.90536 22.7502H20.0946C20.5382 22.7503 20.9648 22.7504 21.3148 22.6885C21.727 22.6155 22.1215 22.4434 22.4185 22.0482C22.6931 21.6828 22.7763 21.2976 22.7431 20.8941C22.7165 20.57 22.5947 20.1596 22.4922 19.8144C22.1965 18.8163 21.7491 18.0964 21.4394 17.7621C21.0467 17.3381 20.5921 16.9752 20.091 16.6858C19.5783 16.3897 19.008 16.2006 18.082 15.8936L16.6159 15.4073L15.8383 13.086C17.0451 11.985 17.751 10.403 17.751 8.72517V7.70704C18.1352 7.84316 18.5593 7.64701 18.7033 7.26379C18.8489 6.87604 18.6527 6.4436 18.265 6.29792C18.0972 6.23489 17.9258 6.17437 17.751 6.11647V5.95612C17.751 4.24322 16.5833 2.77096 14.8866 1.9914L14.3721 1.755ZM14.5536 13.9945L14.4507 14.0575C12.9436 14.9808 11.0584 14.9808 9.5512 14.0575L9.44677 13.9935L8.85376 15.7637L9.8515 16.6307C10.4964 17.1912 10.9276 17.564 11.2881 17.8051C11.6309 18.0344 11.8298 18.0882 12 18.0882C12.1702 18.0882 12.3691 18.0344 12.7119 17.8051C13.0724 17.564 13.5036 17.1912 14.1485 16.6307L15.1462 15.7637L14.5536 13.9945ZM7.75098 8.72517V7.24458C8.9892 6.93796 10.3895 6.75973 11.8783 6.75039C11.9192 6.75013 11.9602 6.75 12.0012 6.75C13.5373 6.75 14.9803 6.92978 16.251 7.24436V8.72517C16.251 10.2623 15.461 11.6795 14.1817 12.4633L13.6672 12.7785C12.6409 13.4072 11.3611 13.4072 10.3348 12.7785L9.82029 12.4633C8.54095 11.6795 7.75098 10.2623 7.75098 8.72517Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-register{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM11 7C9.89543 7 9 7.89543 9 9V16C9 16.5523 9.44771 17 10 17C10.5523 17 11 16.5523 11 16V13.5H12.3406L13.5809 16.3939C13.7984 16.9015 14.3863 17.1367 14.8939 16.9191C15.4015 16.7016 15.6367 16.1137 15.4191 15.6061L14.339 13.0857C15.3302 12.5291 16 11.4678 16 10.25C16 8.45507 14.5449 7 12.75 7H11ZM12.75 11.5H11V9H12.75C13.4404 9 14 9.55964 14 10.25C14 10.9404 13.4404 11.5 12.75 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM11 7C9.89543 7 9 7.89543 9 9V16C9 16.5523 9.44771 17 10 17C10.5523 17 11 16.5523 11 16V13.5H12.3406L13.5809 16.3939C13.7984 16.9015 14.3863 17.1367 14.8939 16.9191C15.4015 16.7016 15.6367 16.1137 15.4191 15.6061L14.339 13.0857C15.3302 12.5291 16 11.4678 16 10.25C16 8.45507 14.5449 7 12.75 7H11ZM12.75 11.5H11V9H12.75C13.4404 9 14 9.55964 14 10.25C14 10.9404 13.4404 11.5 12.75 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-sheriff-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5937 2.77473C17.4095 2.16754 17.1038 1.63064 16.5597 1.3818C16.0122 1.13144 15.4681 1.28494 15.0915 1.45117C14.7135 1.61797 14.3298 1.87702 14.0104 2.09258L13.9942 2.10356C13.643 2.34057 13.3525 2.5357 13.0854 2.66123C12.4095 2.97886 11.5923 2.97886 10.9165 2.66123C10.6494 2.5357 10.3588 2.34057 10.0077 2.10356L9.99146 2.0926C9.67211 1.87703 9.28835 1.61798 8.91039 1.45117C8.53371 1.28493 7.98965 1.13144 7.44218 1.3818C6.89801 1.63064 6.59232 2.16754 6.4082 2.77473L4.73254 8.30071C4.62287 8.66236 4.56804 8.84319 4.41236 8.8888C4.25668 8.9344 4.12144 8.81899 3.85095 8.58817C3.44369 8.24064 3.10332 7.8615 2.8379 7.45424C2.53636 6.99154 1.91681 6.86091 1.45412 7.16245C0.991421 7.464 0.860783 8.08354 1.16233 8.54624C2.18542 10.1161 3.86141 11.2232 5.74958 11.9358C7.64652 12.6518 9.83446 13.0002 12.0001 13.0002C14.1658 13.0002 16.3537 12.6518 18.2507 11.9358C20.1388 11.2232 21.8148 10.1161 22.8379 8.54624C23.1395 8.08354 23.0088 7.464 22.5461 7.16245C22.0834 6.86091 21.4639 6.99154 21.1623 7.45424C20.8972 7.86104 20.5573 8.23979 20.1507 8.587C19.8802 8.81794 19.7449 8.9334 19.5892 8.88781C19.4335 8.84222 19.3787 8.66136 19.269 8.29963L17.5937 2.77473Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.21875 10.25C5.75378 10.25 6.1875 10.6805 6.1875 11.2115C6.1875 13.9296 6.51459 15.9774 8.25477 17.1605C8.59334 17.3907 9.05505 17.5886 9.64704 17.8011C9.83425 17.8684 10.0425 17.9395 10.2606 18.0141C10.6762 18.1562 11.1278 18.3106 11.5395 18.4735C11.6908 18.5334 11.8449 18.5973 12 18.6663C12.1551 18.5973 12.3092 18.5334 12.4605 18.4735C12.8722 18.3106 13.3238 18.1562 13.7394 18.0141C13.9575 17.9395 14.1658 17.8684 14.353 17.8011C14.945 17.5886 15.4067 17.3907 15.7452 17.1605C17.4854 15.9774 17.8125 13.9296 17.8125 11.2115C17.8125 10.6805 18.2462 10.25 18.7812 10.25C19.3163 10.25 19.75 10.6805 19.75 11.2115C19.75 13.8933 19.4897 16.9457 16.8401 18.7471C16.2856 19.1241 15.6258 19.3891 15.012 19.6095C14.7629 19.6989 14.527 19.7793 14.2976 19.8576C14.1826 19.8967 14.0693 19.9354 13.9567 19.9743C14.3419 20.3821 14.6601 20.8788 14.8596 21.4934C15.0236 21.9989 14.7438 22.5406 14.2345 22.7034C13.7253 22.8662 13.1794 22.5885 13.0154 22.083C12.8484 21.5684 12.5082 21.1769 12 20.8438C11.4918 21.1769 11.1516 21.5684 10.9846 22.083C10.8206 22.5885 10.2747 22.8662 9.76548 22.7034C9.25622 22.5406 8.97637 21.9989 9.14041 21.4934C9.33986 20.8788 9.65813 20.3821 10.0433 19.9743C9.93074 19.9354 9.8174 19.8967 9.70244 19.8576C9.47296 19.7793 9.23706 19.6989 8.98802 19.6095C8.37417 19.3891 7.71439 19.1241 7.15986 18.7471C4.51029 16.9457 4.25 13.8933 4.25 11.2115C4.25 10.6805 4.68372 10.25 5.21875 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5937 2.77473C17.4095 2.16754 17.1038 1.63064 16.5597 1.3818C16.0122 1.13144 15.4681 1.28494 15.0915 1.45117C14.7135 1.61797 14.3298 1.87702 14.0104 2.09258L13.9942 2.10356C13.643 2.34057 13.3525 2.5357 13.0854 2.66123C12.4095 2.97886 11.5923 2.97886 10.9165 2.66123C10.6494 2.5357 10.3588 2.34057 10.0077 2.10356L9.99146 2.0926C9.67211 1.87703 9.28835 1.61798 8.91039 1.45117C8.53371 1.28493 7.98965 1.13144 7.44218 1.3818C6.89801 1.63064 6.59232 2.16754 6.4082 2.77473L4.73254 8.30071C4.62287 8.66236 4.56804 8.84319 4.41236 8.8888C4.25668 8.9344 4.12144 8.81899 3.85095 8.58817C3.44369 8.24064 3.10332 7.8615 2.8379 7.45424C2.53636 6.99154 1.91681 6.86091 1.45412 7.16245C0.991421 7.464 0.860783 8.08354 1.16233 8.54624C2.18542 10.1161 3.86141 11.2232 5.74958 11.9358C7.64652 12.6518 9.83446 13.0002 12.0001 13.0002C14.1658 13.0002 16.3537 12.6518 18.2507 11.9358C20.1388 11.2232 21.8148 10.1161 22.8379 8.54624C23.1395 8.08354 23.0088 7.464 22.5461 7.16245C22.0834 6.86091 21.4639 6.99154 21.1623 7.45424C20.8972 7.86104 20.5573 8.23979 20.1507 8.587C19.8802 8.81794 19.7449 8.9334 19.5892 8.88781C19.4335 8.84222 19.3787 8.66136 19.269 8.29963L17.5937 2.77473Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.21875 10.25C5.75378 10.25 6.1875 10.6805 6.1875 11.2115C6.1875 13.9296 6.51459 15.9774 8.25477 17.1605C8.59334 17.3907 9.05505 17.5886 9.64704 17.8011C9.83425 17.8684 10.0425 17.9395 10.2606 18.0141C10.6762 18.1562 11.1278 18.3106 11.5395 18.4735C11.6908 18.5334 11.8449 18.5973 12 18.6663C12.1551 18.5973 12.3092 18.5334 12.4605 18.4735C12.8722 18.3106 13.3238 18.1562 13.7394 18.0141C13.9575 17.9395 14.1658 17.8684 14.353 17.8011C14.945 17.5886 15.4067 17.3907 15.7452 17.1605C17.4854 15.9774 17.8125 13.9296 17.8125 11.2115C17.8125 10.6805 18.2462 10.25 18.7812 10.25C19.3163 10.25 19.75 10.6805 19.75 11.2115C19.75 13.8933 19.4897 16.9457 16.8401 18.7471C16.2856 19.1241 15.6258 19.3891 15.012 19.6095C14.7629 19.6989 14.527 19.7793 14.2976 19.8576C14.1826 19.8967 14.0693 19.9354 13.9567 19.9743C14.3419 20.3821 14.6601 20.8788 14.8596 21.4934C15.0236 21.9989 14.7438 22.5406 14.2345 22.7034C13.7253 22.8662 13.1794 22.5885 13.0154 22.083C12.8484 21.5684 12.5082 21.1769 12 20.8438C11.4918 21.1769 11.1516 21.5684 10.9846 22.083C10.8206 22.5885 10.2747 22.8662 9.76548 22.7034C9.25622 22.5406 8.97637 21.9989 9.14041 21.4934C9.33986 20.8788 9.65813 20.3821 10.0433 19.9743C9.93074 19.9354 9.8174 19.8967 9.70244 19.8576C9.47296 19.7793 9.23706 19.6989 8.98802 19.6095C8.37417 19.3891 7.71439 19.1241 7.15986 18.7471C4.51029 16.9457 4.25 13.8933 4.25 11.2115C4.25 10.6805 4.68372 10.25 5.21875 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-sheriff-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0761 1.25C11.4255 1.24999 10.9713 1.6386 10.6311 2.05169C10.3052 2.44732 9.80049 3.28661 9.40269 3.94816C9.08035 4.48415 8.86528 4.84018 8.67109 5.10185C8.48663 5.35042 8.35497 5.46553 8.22428 5.53935C8.09351 5.61322 7.92658 5.66673 7.61767 5.69668C7.29267 5.7282 6.87581 5.72901 6.24937 5.72901C5.46307 5.72897 4.44287 5.72893 3.93106 5.80234C3.40351 5.878 2.76308 6.17562 2.42274 6.72785C2.12284 7.30386 2.26291 7.88969 2.46958 8.38063C2.66993 8.85655 3.01545 9.43101 3.41992 10.1035C3.74876 10.6503 3.99679 11.0644 4.13944 11.3644C4.27515 11.6499 4.31751 11.9731 4.31751 11.9731C4.31751 11.9731 4.27515 12.3501 4.13944 12.6356C3.99679 12.9356 3.77851 13.3002 3.44967 13.847L3.41991 13.8965C3.01544 14.569 2.66993 15.1435 2.46958 15.6194C2.26291 16.1103 2.12284 16.6961 2.42274 17.2722C2.76308 17.8244 3.40351 18.122 3.93106 18.1977C4.44285 18.2711 5.11407 18.271 5.90034 18.271H5.90046C5.90046 18.271 7.29267 18.2718 7.61767 18.3033C7.92658 18.3333 8.09351 18.3868 8.22428 18.4606C8.35497 18.5345 8.48663 18.6496 8.67109 18.8981C8.86528 19.1598 9.24336 19.7869 9.5657 20.3229C9.96349 20.9844 10.3052 21.5527 10.6311 21.9483C10.9713 22.3614 11.4255 22.75 12.0761 22.75C12.7268 22.75 13.1809 22.3614 13.5212 21.9483C13.847 21.5526 14.374 20.6762 14.7718 20.0147C15.0828 19.4975 15.2902 19.154 15.477 18.9007C15.6545 18.6597 15.8263 18.5212 15.9507 18.448C15.9507 18.448 16.2399 18.3291 16.5386 18.3012C16.8527 18.2717 17.5758 18.271 18.1802 18.271C18.9123 18.271 19.5326 18.271 20.0086 18.2114C20.4883 18.1513 21.0248 18.0105 21.381 17.5495C21.515 17.3761 21.6172 17.1802 21.6828 16.9711C21.8574 16.4146 21.6649 15.894 21.4389 15.4672C21.2148 15.0437 20.859 14.5365 20.4392 13.9384L20.4392 13.9383L20.4392 13.9382C20.0722 13.4152 19.7983 13.0235 19.6333 12.7337C19.4754 12.4565 19.423 12.2885 19.4086 12.1439C19.3991 12.0482 19.3991 11.9518 19.4086 11.8561C19.423 11.7115 19.4754 11.5435 19.6333 11.2663C19.7983 10.9765 20.0722 10.5848 20.4392 10.0617L20.4392 10.0617L20.4392 10.0616C20.859 9.46345 21.2148 8.95631 21.4389 8.53285C21.6649 8.10596 21.8574 7.58544 21.6828 7.02894C21.6172 6.81975 21.515 6.6239 21.381 6.45045C21.0248 5.98952 20.4883 5.84866 20.0086 5.78858C19.5326 5.72895 18.9123 5.72898 18.1802 5.72901H18.1802C17.5758 5.72901 16.8527 5.72825 16.5386 5.69884C16.2399 5.67087 16.0778 5.62084 15.9507 5.55202C15.8263 5.47878 15.6545 5.34025 15.477 5.09935C15.2902 4.84595 14.8975 4.19433 14.5865 3.67721L14.5865 3.6772C14.1887 3.01565 13.847 2.44737 13.5212 2.05173C13.1809 1.63864 12.7268 1.25001 12.0761 1.25ZM12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0761 1.25C11.4255 1.24999 10.9713 1.6386 10.6311 2.05169C10.3052 2.44732 9.80049 3.28661 9.40269 3.94816C9.08035 4.48415 8.86528 4.84018 8.67109 5.10185C8.48663 5.35042 8.35497 5.46553 8.22428 5.53935C8.09351 5.61322 7.92658 5.66673 7.61767 5.69668C7.29267 5.7282 6.87581 5.72901 6.24937 5.72901C5.46307 5.72897 4.44287 5.72893 3.93106 5.80234C3.40351 5.878 2.76308 6.17562 2.42274 6.72785C2.12284 7.30386 2.26291 7.88969 2.46958 8.38063C2.66993 8.85655 3.01545 9.43101 3.41992 10.1035C3.74876 10.6503 3.99679 11.0644 4.13944 11.3644C4.27515 11.6499 4.31751 11.9731 4.31751 11.9731C4.31751 11.9731 4.27515 12.3501 4.13944 12.6356C3.99679 12.9356 3.77851 13.3002 3.44967 13.847L3.41991 13.8965C3.01544 14.569 2.66993 15.1435 2.46958 15.6194C2.26291 16.1103 2.12284 16.6961 2.42274 17.2722C2.76308 17.8244 3.40351 18.122 3.93106 18.1977C4.44285 18.2711 5.11407 18.271 5.90034 18.271H5.90046C5.90046 18.271 7.29267 18.2718 7.61767 18.3033C7.92658 18.3333 8.09351 18.3868 8.22428 18.4606C8.35497 18.5345 8.48663 18.6496 8.67109 18.8981C8.86528 19.1598 9.24336 19.7869 9.5657 20.3229C9.96349 20.9844 10.3052 21.5527 10.6311 21.9483C10.9713 22.3614 11.4255 22.75 12.0761 22.75C12.7268 22.75 13.1809 22.3614 13.5212 21.9483C13.847 21.5526 14.374 20.6762 14.7718 20.0147C15.0828 19.4975 15.2902 19.154 15.477 18.9007C15.6545 18.6597 15.8263 18.5212 15.9507 18.448C15.9507 18.448 16.2399 18.3291 16.5386 18.3012C16.8527 18.2717 17.5758 18.271 18.1802 18.271C18.9123 18.271 19.5326 18.271 20.0086 18.2114C20.4883 18.1513 21.0248 18.0105 21.381 17.5495C21.515 17.3761 21.6172 17.1802 21.6828 16.9711C21.8574 16.4146 21.6649 15.894 21.4389 15.4672C21.2148 15.0437 20.859 14.5365 20.4392 13.9384L20.4392 13.9383L20.4392 13.9382C20.0722 13.4152 19.7983 13.0235 19.6333 12.7337C19.4754 12.4565 19.423 12.2885 19.4086 12.1439C19.3991 12.0482 19.3991 11.9518 19.4086 11.8561C19.423 11.7115 19.4754 11.5435 19.6333 11.2663C19.7983 10.9765 20.0722 10.5848 20.4392 10.0617L20.4392 10.0617L20.4392 10.0616C20.859 9.46345 21.2148 8.95631 21.4389 8.53285C21.6649 8.10596 21.8574 7.58544 21.6828 7.02894C21.6172 6.81975 21.515 6.6239 21.381 6.45045C21.0248 5.98952 20.4883 5.84866 20.0086 5.78858C19.5326 5.72895 18.9123 5.72898 18.1802 5.72901H18.1802C17.5758 5.72901 16.8527 5.72825 16.5386 5.69884C16.2399 5.67087 16.0778 5.62084 15.9507 5.55202C15.8263 5.47878 15.6545 5.34025 15.477 5.09935C15.2902 4.84595 14.8975 4.19433 14.5865 3.67721L14.5865 3.6772C14.1887 3.01565 13.847 2.44737 13.5212 2.05173C13.1809 1.63864 12.7268 1.25001 12.0761 1.25ZM12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-stamp-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.98724 17.7501C5.53948 17.743 5.99287 18.185 5.99992 18.7372C6.00779 19.3541 6.0324 19.7625 6.08871 20.058C6.14139 20.3346 6.20962 20.4425 6.26278 20.5028C6.3118 20.5584 6.39452 20.6357 6.73912 20.6882C7.1267 20.7473 7.6604 20.75 8.5238 20.75H15.4762C16.3396 20.75 16.8733 20.7473 17.2609 20.6882C17.6055 20.6357 17.6882 20.5584 17.7372 20.5028C17.7904 20.4425 17.8586 20.3346 17.9113 20.058C17.9676 19.7625 17.9922 19.3541 18.0001 18.7372C18.0071 18.185 18.4605 17.743 19.0128 17.7501C19.565 17.7571 20.007 18.2105 19.9999 18.7628C19.992 19.3856 19.9681 19.9486 19.876 20.4324C19.7802 20.9351 19.5999 21.4144 19.2372 21.8256C18.7696 22.3559 18.1783 22.5714 17.5623 22.6654C17.0061 22.7502 16.3175 22.7501 15.5464 22.75C15.5231 22.75 15.4997 22.75 15.4762 22.75H8.5238C8.50032 22.75 8.47692 22.75 8.45359 22.75C7.68248 22.7501 6.99393 22.7502 6.43771 22.6654C5.82169 22.5714 5.23037 22.3559 4.76278 21.8256C4.40008 21.4144 4.21983 20.9351 4.12405 20.4324C4.03188 19.9486 4.00803 19.3856 4.00008 18.7628C3.99304 18.2105 4.435 17.7571 4.98724 17.7501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.47202 5.55653C7.47202 3.15947 9.51859 1.25 11.9998 1.25C14.481 1.25 16.5276 3.15947 16.5276 5.55653C16.5276 6.69294 16.0616 7.55475 15.5934 8.42076C15.0725 9.39338 14.8684 10.5887 15.1245 11.3442C15.3722 12.0747 15.9589 12.6695 16.9659 12.9098C16.9659 12.9098 17.7247 13.0872 18.0696 13.2461C20.2792 14.2643 21.2331 15.8405 21.2453 17.4656C21.3126 18.3639 20.6015 19.1776 19.6379 19.1776C17.6869 19.1776 15.9483 19.1971 14.2737 19.2158H14.2736C11.0955 19.2514 8.14773 19.2843 4.41598 19.1769C3.35888 19.1465 2.63441 18.212 2.76525 17.2539C2.84457 15.8568 3.92675 14.1718 6.04101 13.2583C6.32675 13.1348 6.92879 12.9871 6.92879 12.9871C7.97925 12.7263 8.59744 12.1146 8.86162 11.376C9.13327 10.6164 8.93923 9.41572 8.40613 8.41956C7.93817 7.55337 7.47202 6.69055 7.47202 5.55653Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.98724 17.7501C5.53948 17.743 5.99287 18.185 5.99992 18.7372C6.00779 19.3541 6.0324 19.7625 6.08871 20.058C6.14139 20.3346 6.20962 20.4425 6.26278 20.5028C6.3118 20.5584 6.39452 20.6357 6.73912 20.6882C7.1267 20.7473 7.6604 20.75 8.5238 20.75H15.4762C16.3396 20.75 16.8733 20.7473 17.2609 20.6882C17.6055 20.6357 17.6882 20.5584 17.7372 20.5028C17.7904 20.4425 17.8586 20.3346 17.9113 20.058C17.9676 19.7625 17.9922 19.3541 18.0001 18.7372C18.0071 18.185 18.4605 17.743 19.0128 17.7501C19.565 17.7571 20.007 18.2105 19.9999 18.7628C19.992 19.3856 19.9681 19.9486 19.876 20.4324C19.7802 20.9351 19.5999 21.4144 19.2372 21.8256C18.7696 22.3559 18.1783 22.5714 17.5623 22.6654C17.0061 22.7502 16.3175 22.7501 15.5464 22.75C15.5231 22.75 15.4997 22.75 15.4762 22.75H8.5238C8.50032 22.75 8.47692 22.75 8.45359 22.75C7.68248 22.7501 6.99393 22.7502 6.43771 22.6654C5.82169 22.5714 5.23037 22.3559 4.76278 21.8256C4.40008 21.4144 4.21983 20.9351 4.12405 20.4324C4.03188 19.9486 4.00803 19.3856 4.00008 18.7628C3.99304 18.2105 4.435 17.7571 4.98724 17.7501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.47202 5.55653C7.47202 3.15947 9.51859 1.25 11.9998 1.25C14.481 1.25 16.5276 3.15947 16.5276 5.55653C16.5276 6.69294 16.0616 7.55475 15.5934 8.42076C15.0725 9.39338 14.8684 10.5887 15.1245 11.3442C15.3722 12.0747 15.9589 12.6695 16.9659 12.9098C16.9659 12.9098 17.7247 13.0872 18.0696 13.2461C20.2792 14.2643 21.2331 15.8405 21.2453 17.4656C21.3126 18.3639 20.6015 19.1776 19.6379 19.1776C17.6869 19.1776 15.9483 19.1971 14.2737 19.2158H14.2736C11.0955 19.2514 8.14773 19.2843 4.41598 19.1769C3.35888 19.1465 2.63441 18.212 2.76525 17.2539C2.84457 15.8568 3.92675 14.1718 6.04101 13.2583C6.32675 13.1348 6.92879 12.9871 6.92879 12.9871C7.97925 12.7263 8.59744 12.1146 8.86162 11.376C9.13327 10.6164 8.93923 9.41572 8.40613 8.41956C7.93817 7.55337 7.47202 6.69055 7.47202 5.55653Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-stamp-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0342 1.29202C11.6658 1.23599 12.334 1.23599 12.9656 1.29202C13.7792 1.3642 14.5681 1.60865 15.2797 2.00915C15.5021 2.1343 15.7142 2.27976 16.0587 2.51606L16.0886 2.53657C16.4522 2.78595 16.8891 3.12852 17.0495 3.81247C17.3674 5.1681 17.3873 6.9237 16.5073 8.61557C14.827 11.8465 14.7586 14.0867 14.7586 15C14.7586 15.4142 14.4228 15.75 14.0086 15.75H9.99119C9.57697 15.75 9.24119 15.4142 9.24119 15C9.24119 14.0867 9.17285 11.8465 7.49248 8.61557C6.61255 6.9237 6.6324 5.16811 6.95031 3.81248C7.11071 3.12852 7.54763 2.78594 7.91123 2.53657L7.94116 2.51604C8.28566 2.27975 8.49772 2.13429 8.7201 2.00915C9.43174 1.60865 10.2206 1.3642 11.0342 1.29202Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.8309 14C10.8483 14 10.8658 14 10.8833 14L13.1696 14C13.8205 14 14.391 13.9999 14.8615 14.0536C15.3702 14.1117 15.8617 14.2411 16.3129 14.5663C16.7641 14.8915 17.0422 15.3169 17.2582 15.7811C17.4579 16.2104 17.6383 16.7516 17.8441 17.3691L17.949 17.6838C18.1236 18.2077 17.8404 18.774 17.3165 18.9487C16.7926 19.1233 16.2262 18.8402 16.0516 18.3162L15.9633 18.0513C15.736 17.3695 15.5906 16.9382 15.4448 16.6247C15.3098 16.3344 15.216 16.2411 15.1435 16.1888C15.0709 16.1365 14.9527 16.077 14.6346 16.0407C14.2911 16.0015 13.836 16 13.1172 16H10.8833C10.1646 16 9.70946 16.0015 9.36589 16.0407C9.04788 16.077 8.92965 16.1365 8.85708 16.1888C8.78451 16.2411 8.69076 16.3344 8.55575 16.6247C8.40989 16.9382 8.26455 17.3695 8.03726 18.0513L7.94895 18.3162C7.77431 18.8402 7.20799 19.1233 6.68404 18.9487C6.1601 18.774 5.87694 18.2077 6.05159 17.6838L6.13989 17.4189C6.14543 17.4022 6.15096 17.3857 6.15646 17.3691C6.36225 16.7517 6.54262 16.2104 6.74237 15.7811C6.95831 15.3169 7.23646 14.8915 7.68766 14.5663C8.13886 14.2411 8.63038 14.1117 9.13903 14.0536C9.60954 13.9999 10.18 14 10.8309 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.50989 17.75H16.4901C17.0238 17.7499 17.398 17.7498 17.7443 17.8129C18.6232 17.9732 19.4028 18.432 19.8994 19.1002C20.0954 19.3639 20.2305 19.6737 20.4157 20.0982C20.4923 20.2736 20.5965 20.5122 20.6449 20.6438C20.6948 20.7793 20.7441 20.9402 20.7494 21.1173C20.7708 21.8362 20.2491 22.4498 19.5206 22.6663C19.3418 22.7194 19.1627 22.7356 19.0012 22.7429C18.8438 22.75 18.6516 22.75 18.4315 22.75H5.56854C5.3484 22.75 5.15622 22.75 4.99885 22.7429C4.83736 22.7356 4.65819 22.7194 4.47943 22.6663C3.75096 22.4498 3.22918 21.8362 3.25064 21.1173C3.25592 20.9402 3.30518 20.7793 3.35509 20.6438C3.40355 20.5122 3.50772 20.2737 3.58434 20.0982L3.58434 20.0982C3.76952 19.6737 3.90462 19.364 4.10063 19.1002C4.59722 18.432 5.37678 17.9732 6.25575 17.8129C6.60198 17.7498 6.97626 17.7499 7.50989 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0342 1.29202C11.6658 1.23599 12.334 1.23599 12.9656 1.29202C13.7792 1.3642 14.5681 1.60865 15.2797 2.00915C15.5021 2.1343 15.7142 2.27976 16.0587 2.51606L16.0886 2.53657C16.4522 2.78595 16.8891 3.12852 17.0495 3.81247C17.3674 5.1681 17.3873 6.9237 16.5073 8.61557C14.827 11.8465 14.7586 14.0867 14.7586 15C14.7586 15.4142 14.4228 15.75 14.0086 15.75H9.99119C9.57697 15.75 9.24119 15.4142 9.24119 15C9.24119 14.0867 9.17285 11.8465 7.49248 8.61557C6.61255 6.9237 6.6324 5.16811 6.95031 3.81248C7.11071 3.12852 7.54763 2.78594 7.91123 2.53657L7.94116 2.51604C8.28566 2.27975 8.49772 2.13429 8.7201 2.00915C9.43174 1.60865 10.2206 1.3642 11.0342 1.29202Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.8309 14C10.8483 14 10.8658 14 10.8833 14L13.1696 14C13.8205 14 14.391 13.9999 14.8615 14.0536C15.3702 14.1117 15.8617 14.2411 16.3129 14.5663C16.7641 14.8915 17.0422 15.3169 17.2582 15.7811C17.4579 16.2104 17.6383 16.7516 17.8441 17.3691L17.949 17.6838C18.1236 18.2077 17.8404 18.774 17.3165 18.9487C16.7926 19.1233 16.2262 18.8402 16.0516 18.3162L15.9633 18.0513C15.736 17.3695 15.5906 16.9382 15.4448 16.6247C15.3098 16.3344 15.216 16.2411 15.1435 16.1888C15.0709 16.1365 14.9527 16.077 14.6346 16.0407C14.2911 16.0015 13.836 16 13.1172 16H10.8833C10.1646 16 9.70946 16.0015 9.36589 16.0407C9.04788 16.077 8.92965 16.1365 8.85708 16.1888C8.78451 16.2411 8.69076 16.3344 8.55575 16.6247C8.40989 16.9382 8.26455 17.3695 8.03726 18.0513L7.94895 18.3162C7.77431 18.8402 7.20799 19.1233 6.68404 18.9487C6.1601 18.774 5.87694 18.2077 6.05159 17.6838L6.13989 17.4189C6.14543 17.4022 6.15096 17.3857 6.15646 17.3691C6.36225 16.7517 6.54262 16.2104 6.74237 15.7811C6.95831 15.3169 7.23646 14.8915 7.68766 14.5663C8.13886 14.2411 8.63038 14.1117 9.13903 14.0536C9.60954 13.9999 10.18 14 10.8309 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.50989 17.75H16.4901C17.0238 17.7499 17.398 17.7498 17.7443 17.8129C18.6232 17.9732 19.4028 18.432 19.8994 19.1002C20.0954 19.3639 20.2305 19.6737 20.4157 20.0982C20.4923 20.2736 20.5965 20.5122 20.6449 20.6438C20.6948 20.7793 20.7441 20.9402 20.7494 21.1173C20.7708 21.8362 20.2491 22.4498 19.5206 22.6663C19.3418 22.7194 19.1627 22.7356 19.0012 22.7429C18.8438 22.75 18.6516 22.75 18.4315 22.75H5.56854C5.3484 22.75 5.15622 22.75 4.99885 22.7429C4.83736 22.7356 4.65819 22.7194 4.47943 22.6663C3.75096 22.4498 3.22918 21.8362 3.25064 21.1173C3.25592 20.9402 3.30518 20.7793 3.35509 20.6438C3.40355 20.5122 3.50772 20.2737 3.58434 20.0982L3.58434 20.0982C3.76952 19.6737 3.90462 19.364 4.10063 19.1002C4.59722 18.432 5.37678 17.9732 6.25575 17.8129C6.60198 17.7498 6.97626 17.7499 7.50989 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-subpoena{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0463 1.25H10.9537H10.9536C9.17581 1.24998 7.74277 1.24996 6.61573 1.40184C5.44559 1.55952 4.46035 1.89687 3.67786 2.68119C2.89537 3.4655 2.5588 4.45303 2.40148 5.6259C2.24996 6.75557 2.24998 8.19193 2.25 9.97392V9.97394V14.0261V14.0261C2.24998 15.8081 2.24996 17.2444 2.40148 18.3741C2.5588 19.547 2.89537 20.5345 3.67786 21.3188C4.46035 22.1031 5.44559 22.4405 6.61573 22.5982C7.74279 22.75 9.17581 22.75 10.9537 22.75H13.0463C14.8242 22.75 16.2572 22.75 17.3843 22.5982C18.5544 22.4405 19.5397 22.1031 20.3221 21.3188C21.1046 20.5345 21.4412 19.547 21.5985 18.3741C21.75 17.2444 21.75 15.808 21.75 14.026V9.97398C21.75 8.19196 21.75 6.75559 21.5985 5.6259C21.4412 4.45303 21.1046 3.4655 20.3221 2.68119C19.5397 1.89687 18.5544 1.55952 17.3843 1.40184C16.2572 1.24996 14.8242 1.24998 13.0464 1.25H13.0463ZM6.4503 3.40917C6.58149 3.38299 6.72299 3.35962 6.87603 3.33899C7.85798 3.20667 9.15943 3.20459 11.0255 3.20459H12.9755C14.8415 3.20459 16.143 3.20667 17.1249 3.33899C17.278 3.35963 17.4196 3.38301 17.5509 3.40922C17.8497 3.46889 17.9992 3.49873 18.0616 3.6432C18.1239 3.78767 18.0354 3.92934 17.8583 4.21267L17.5396 4.72264C17.2449 5.19413 17.0509 5.50303 16.8776 5.72913C16.714 5.94256 16.6029 6.03534 16.498 6.09345C16.3932 6.15155 16.2556 6.1966 15.9879 6.22222C15.7043 6.24935 15.3396 6.25014 14.7836 6.25014H9.21756C8.66156 6.25014 8.2968 6.24935 8.0132 6.22222C7.74551 6.1966 7.60794 6.15155 7.50311 6.09345C7.39827 6.03534 7.28716 5.94256 7.12356 5.72913C6.95024 5.50303 6.75625 5.19413 6.46157 4.72264L6.14282 4.21265C5.96573 3.9293 5.87718 3.78762 5.93956 3.64315C6.00194 3.49868 6.15139 3.46884 6.4503 3.40917ZM17.5303 14.6125C17.8232 14.9054 17.8232 15.3803 17.5303 15.6732L14.6732 18.5303C14.3803 18.8232 13.9054 18.8232 13.6125 18.5303C13.4021 18.3199 13.3428 18.0155 13.4348 17.7522C13.3292 17.6661 13.2132 17.5705 13.0896 17.4673C12.7496 17.1837 12.3476 16.8387 11.944 16.4702L8.95711 19.4571C8.56658 19.8476 7.93342 19.8476 7.54289 19.4571C7.15237 19.0666 7.15237 18.4334 7.54289 18.0429L10.5298 15.056C10.1613 14.6524 9.81631 14.2504 9.53265 13.9104C9.42947 13.7868 9.33394 13.6708 9.24782 13.5652C8.98449 13.6572 8.68011 13.5979 8.46967 13.3875C8.17678 13.0946 8.17678 12.6197 8.46967 12.3268L11.3268 9.46967C11.6197 9.17678 12.0946 9.17678 12.3875 9.46967C12.5979 9.68011 12.6572 9.98449 12.5652 10.2478C12.6708 10.3339 12.7868 10.4295 12.9104 10.5327C13.4571 10.9887 14.164 11.6033 14.7803 12.2197C15.3967 12.836 16.0113 13.5429 16.4673 14.0896C16.5705 14.2132 16.6661 14.3292 16.7522 14.4348C17.0155 14.3428 17.3199 14.4021 17.5303 14.6125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0463 1.25H10.9537H10.9536C9.17581 1.24998 7.74277 1.24996 6.61573 1.40184C5.44559 1.55952 4.46035 1.89687 3.67786 2.68119C2.89537 3.4655 2.5588 4.45303 2.40148 5.6259C2.24996 6.75557 2.24998 8.19193 2.25 9.97392V9.97394V14.0261V14.0261C2.24998 15.8081 2.24996 17.2444 2.40148 18.3741C2.5588 19.547 2.89537 20.5345 3.67786 21.3188C4.46035 22.1031 5.44559 22.4405 6.61573 22.5982C7.74279 22.75 9.17581 22.75 10.9537 22.75H13.0463C14.8242 22.75 16.2572 22.75 17.3843 22.5982C18.5544 22.4405 19.5397 22.1031 20.3221 21.3188C21.1046 20.5345 21.4412 19.547 21.5985 18.3741C21.75 17.2444 21.75 15.808 21.75 14.026V9.97398C21.75 8.19196 21.75 6.75559 21.5985 5.6259C21.4412 4.45303 21.1046 3.4655 20.3221 2.68119C19.5397 1.89687 18.5544 1.55952 17.3843 1.40184C16.2572 1.24996 14.8242 1.24998 13.0464 1.25H13.0463ZM6.4503 3.40917C6.58149 3.38299 6.72299 3.35962 6.87603 3.33899C7.85798 3.20667 9.15943 3.20459 11.0255 3.20459H12.9755C14.8415 3.20459 16.143 3.20667 17.1249 3.33899C17.278 3.35963 17.4196 3.38301 17.5509 3.40922C17.8497 3.46889 17.9992 3.49873 18.0616 3.6432C18.1239 3.78767 18.0354 3.92934 17.8583 4.21267L17.5396 4.72264C17.2449 5.19413 17.0509 5.50303 16.8776 5.72913C16.714 5.94256 16.6029 6.03534 16.498 6.09345C16.3932 6.15155 16.2556 6.1966 15.9879 6.22222C15.7043 6.24935 15.3396 6.25014 14.7836 6.25014H9.21756C8.66156 6.25014 8.2968 6.24935 8.0132 6.22222C7.74551 6.1966 7.60794 6.15155 7.50311 6.09345C7.39827 6.03534 7.28716 5.94256 7.12356 5.72913C6.95024 5.50303 6.75625 5.19413 6.46157 4.72264L6.14282 4.21265C5.96573 3.9293 5.87718 3.78762 5.93956 3.64315C6.00194 3.49868 6.15139 3.46884 6.4503 3.40917ZM17.5303 14.6125C17.8232 14.9054 17.8232 15.3803 17.5303 15.6732L14.6732 18.5303C14.3803 18.8232 13.9054 18.8232 13.6125 18.5303C13.4021 18.3199 13.3428 18.0155 13.4348 17.7522C13.3292 17.6661 13.2132 17.5705 13.0896 17.4673C12.7496 17.1837 12.3476 16.8387 11.944 16.4702L8.95711 19.4571C8.56658 19.8476 7.93342 19.8476 7.54289 19.4571C7.15237 19.0666 7.15237 18.4334 7.54289 18.0429L10.5298 15.056C10.1613 14.6524 9.81631 14.2504 9.53265 13.9104C9.42947 13.7868 9.33394 13.6708 9.24782 13.5652C8.98449 13.6572 8.68011 13.5979 8.46967 13.3875C8.17678 13.0946 8.17678 12.6197 8.46967 12.3268L11.3268 9.46967C11.6197 9.17678 12.0946 9.17678 12.3875 9.46967C12.5979 9.68011 12.6572 9.98449 12.5652 10.2478C12.6708 10.3339 12.7868 10.4295 12.9104 10.5327C13.4571 10.9887 14.164 11.6033 14.7803 12.2197C15.3967 12.836 16.0113 13.5429 16.4673 14.0896C16.5705 14.2132 16.6661 14.3292 16.7522 14.4348C17.0155 14.3428 17.3199 14.4021 17.5303 14.6125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-trade-mark{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM15.5 10.4817L14.0929 9.19241C13.9758 9.09855 13.8309 8.98241 13.6974 8.90423C13.5625 8.82522 13.2001 8.64063 12.7885 8.83845C12.3769 9.03628 12.2946 9.43462 12.272 9.58931C12.2497 9.74236 12.2499 9.92805 12.25 10.0782V10.0782V10.0782V10.0782L12.25 15.5009C12.25 15.9151 12.5858 16.2509 13 16.2509C13.4142 16.2509 13.75 15.9151 13.75 15.5009V10.9098L14.9922 12.0528C15.2792 12.3169 15.7208 12.3169 16.0078 12.0528L17.25 10.9098V15.5009C17.25 15.9151 17.5858 16.2509 18 16.2509C18.4142 16.2509 18.75 15.9151 18.75 15.5009L18.75 10.0782V10.0781V10.0781V10.0781C18.7501 9.92801 18.7503 9.74234 18.728 9.58931C18.7054 9.43462 18.6231 9.03628 18.2115 8.83845C17.7999 8.64063 17.4375 8.82522 17.3026 8.90423C17.1691 8.9824 17.0242 9.09852 16.9071 9.19238L16.9071 9.19241L15.5 10.4817ZM6 8.75088C5.58579 8.75088 5.25 9.08667 5.25 9.50088C5.25 9.91509 5.58579 10.2509 6 10.2509H7.75V15.5009C7.75 15.9151 8.08579 16.2509 8.5 16.2509C8.91421 16.2509 9.25 15.9151 9.25 15.5009V10.2509H11C11.4142 10.2509 11.75 9.91509 11.75 9.50088C11.75 9.08667 11.4142 8.75088 11 8.75088H6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM15.5 10.4817L14.0929 9.19241C13.9758 9.09855 13.8309 8.98241 13.6974 8.90423C13.5625 8.82522 13.2001 8.64063 12.7885 8.83845C12.3769 9.03628 12.2946 9.43462 12.272 9.58931C12.2497 9.74236 12.2499 9.92805 12.25 10.0782V10.0782V10.0782V10.0782L12.25 15.5009C12.25 15.9151 12.5858 16.2509 13 16.2509C13.4142 16.2509 13.75 15.9151 13.75 15.5009V10.9098L14.9922 12.0528C15.2792 12.3169 15.7208 12.3169 16.0078 12.0528L17.25 10.9098V15.5009C17.25 15.9151 17.5858 16.2509 18 16.2509C18.4142 16.2509 18.75 15.9151 18.75 15.5009L18.75 10.0782V10.0781V10.0781V10.0781C18.7501 9.92801 18.7503 9.74234 18.728 9.58931C18.7054 9.43462 18.6231 9.03628 18.2115 8.83845C17.7999 8.64063 17.4375 8.82522 17.3026 8.90423C17.1691 8.9824 17.0242 9.09852 16.9071 9.19238L16.9071 9.19241L15.5 10.4817ZM6 8.75088C5.58579 8.75088 5.25 9.08667 5.25 9.50088C5.25 9.91509 5.58579 10.2509 6 10.2509H7.75V15.5009C7.75 15.9151 8.08579 16.2509 8.5 16.2509C8.91421 16.2509 9.25 15.9151 9.25 15.5009V10.2509H11C11.4142 10.2509 11.75 9.91509 11.75 9.50088C11.75 9.08667 11.4142 8.75088 11 8.75088H6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-legal-icons-wanted{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5749 1.26432H18.5749C19.2237 1.26426 19.7962 1.26421 20.2383 1.3323C20.7102 1.40497 21.229 1.58306 21.5396 2.10432C21.8449 2.61674 21.7674 3.15808 21.6233 3.6147C21.4859 4.05009 21.2319 4.57706 20.94 5.18228L20.94 5.1823L20.7884 5.49323C20.5739 5.92913 20.4577 6.16521 20.4577 6.4832L20.4577 18.0532V18.0532V18.0532V18.0533C20.4577 18.9523 20.4578 19.6994 20.3809 20.292C20.3002 20.9146 20.1231 21.4788 19.6832 21.935C19.2397 22.395 18.6848 22.5839 18.0718 22.6694C17.4951 22.7498 16.77 22.7498 15.9071 22.7498L5.42512 22.7498H5.42509C4.77631 22.7498 4.20379 22.7499 3.76164 22.6818C3.28979 22.6091 2.77101 22.431 2.46039 21.9098C2.15505 21.3973 2.23262 20.856 2.37667 20.3994C2.51404 19.964 2.76813 19.437 3.05996 18.8318L3.05996 18.8318C3.05996 18.8318 3.54226 17.8489 3.54226 17.5309L3.54226 11.336C3.54226 10.3627 4.15751 9.59238 4.59069 9.11026C4.70514 8.98288 5.15776 8.50276 5.15776 8.50276C5.0699 8.41316 4.74513 8.07608 4.61366 7.93445C4.18266 7.47017 3.54226 6.6658 3.54226 5.69636C3.54224 4.92246 3.54223 4.27911 3.60033 3.763C3.66111 3.22303 3.79362 2.72696 4.12699 2.29814C4.66283 1.60884 5.42846 1.37593 6.09081 1.29454C6.56485 1.23629 7.0902 1.24846 7.50846 1.25816L18.5749 1.26432ZM8.25 18.125C8.25 17.7108 8.58579 17.375 9 17.375H15C15.4142 17.375 15.75 17.7108 15.75 18.125C15.75 18.5392 15.4142 18.875 15 18.875H9C8.58579 18.875 8.25 18.5392 8.25 18.125ZM9.04774 11.6575C9.13673 11.6016 9.21843 11.5502 9.28879 11.5037C10.9476 10.4062 13.0524 10.4062 14.7112 11.5037C14.7816 11.5502 14.8633 11.6016 14.9523 11.6575C15.758 12.1641 17.161 13.0462 16.1437 14.1231C15.5918 14.7072 14.9773 15.125 14.2046 15.125L9.79543 15.125C9.02275 15.125 8.40815 14.7072 7.85633 14.1231C6.83903 13.0462 8.24199 12.1641 9.04774 11.6575ZM12 9.56944C13.2426 9.56944 14.25 8.57452 14.25 7.34722C14.25 6.11992 13.2426 5.125 12 5.125C10.7574 5.125 9.75 6.11992 9.75 7.34722C9.75 8.57452 10.7574 9.56944 12 9.56944Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5749 1.26432H18.5749C19.2237 1.26426 19.7962 1.26421 20.2383 1.3323C20.7102 1.40497 21.229 1.58306 21.5396 2.10432C21.8449 2.61674 21.7674 3.15808 21.6233 3.6147C21.4859 4.05009 21.2319 4.57706 20.94 5.18228L20.94 5.1823L20.7884 5.49323C20.5739 5.92913 20.4577 6.16521 20.4577 6.4832L20.4577 18.0532V18.0532V18.0532V18.0533C20.4577 18.9523 20.4578 19.6994 20.3809 20.292C20.3002 20.9146 20.1231 21.4788 19.6832 21.935C19.2397 22.395 18.6848 22.5839 18.0718 22.6694C17.4951 22.7498 16.77 22.7498 15.9071 22.7498L5.42512 22.7498H5.42509C4.77631 22.7498 4.20379 22.7499 3.76164 22.6818C3.28979 22.6091 2.77101 22.431 2.46039 21.9098C2.15505 21.3973 2.23262 20.856 2.37667 20.3994C2.51404 19.964 2.76813 19.437 3.05996 18.8318L3.05996 18.8318C3.05996 18.8318 3.54226 17.8489 3.54226 17.5309L3.54226 11.336C3.54226 10.3627 4.15751 9.59238 4.59069 9.11026C4.70514 8.98288 5.15776 8.50276 5.15776 8.50276C5.0699 8.41316 4.74513 8.07608 4.61366 7.93445C4.18266 7.47017 3.54226 6.6658 3.54226 5.69636C3.54224 4.92246 3.54223 4.27911 3.60033 3.763C3.66111 3.22303 3.79362 2.72696 4.12699 2.29814C4.66283 1.60884 5.42846 1.37593 6.09081 1.29454C6.56485 1.23629 7.0902 1.24846 7.50846 1.25816L18.5749 1.26432ZM8.25 18.125C8.25 17.7108 8.58579 17.375 9 17.375H15C15.4142 17.375 15.75 17.7108 15.75 18.125C15.75 18.5392 15.4142 18.875 15 18.875H9C8.58579 18.875 8.25 18.5392 8.25 18.125ZM9.04774 11.6575C9.13673 11.6016 9.21843 11.5502 9.28879 11.5037C10.9476 10.4062 13.0524 10.4062 14.7112 11.5037C14.7816 11.5502 14.8633 11.6016 14.9523 11.6575C15.758 12.1641 17.161 13.0462 16.1437 14.1231C15.5918 14.7072 14.9773 15.125 14.2046 15.125L9.79543 15.125C9.02275 15.125 8.40815 14.7072 7.85633 14.1231C6.83903 13.0462 8.24199 12.1641 9.04774 11.6575ZM12 9.56944C13.2426 9.56944 14.25 8.57452 14.25 7.34722C14.25 6.11992 13.2426 5.125 12 5.125C10.7574 5.125 9.75 6.11992 9.75 7.34722C9.75 8.57452 10.7574 9.56944 12 9.56944Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-link-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.8088 11.1912C14.2602 9.64256 11.7729 9.60392 10.1781 11.0753C9.77214 11.4497 9.13949 11.4243 8.765 11.0183C8.39052 10.6124 8.416 9.97975 8.82193 9.60526C11.2024 7.40914 14.9125 7.46636 17.2231 9.77694C19.5923 12.1462 19.5923 15.9875 17.2231 18.3568L14.3568 21.223C11.9875 23.5923 8.14621 23.5923 5.77695 21.223C3.40768 18.8538 3.40768 15.0125 5.77695 12.6432L6.24129 12.1788C6.63182 11.7883 7.26498 11.7883 7.65551 12.1789C8.04603 12.5694 8.04603 13.2025 7.6555 13.5931L7.19116 14.0574C5.60295 15.6456 5.60295 18.2206 7.19116 19.8088C8.77937 21.397 11.3544 21.397 12.9426 19.8088L15.8088 16.9426C17.3971 15.3544 17.3971 12.7794 15.8088 11.1912Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8088 4.19116C15.2206 2.60295 12.6456 2.60295 11.0574 4.19116L8.19116 7.05741C6.60295 8.64563 6.60295 11.2206 8.19116 12.8088C9.73975 14.3574 12.2271 14.3961 13.8219 12.9247C14.2279 12.5503 14.8605 12.5757 15.235 12.9817C15.6095 13.3876 15.584 14.0202 15.1781 14.3947C12.7976 16.5909 9.08752 16.5336 6.77695 14.2231C4.40768 11.8538 4.40768 8.01246 6.77695 5.6432L9.6432 2.77695C12.0125 0.407685 15.8538 0.407685 18.2231 2.77695C20.5923 5.14621 20.5923 8.98754 18.2231 11.3568L17.7587 11.8211C17.3682 12.2117 16.735 12.2117 16.3445 11.8211C15.954 11.4306 15.954 10.7975 16.3445 10.4069L16.8088 9.94258C18.3971 8.35437 18.3971 5.77937 16.8088 4.19116Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.8088 11.1912C14.2602 9.64256 11.7729 9.60392 10.1781 11.0753C9.77214 11.4497 9.13949 11.4243 8.765 11.0183C8.39052 10.6124 8.416 9.97975 8.82193 9.60526C11.2024 7.40914 14.9125 7.46636 17.2231 9.77694C19.5923 12.1462 19.5923 15.9875 17.2231 18.3568L14.3568 21.223C11.9875 23.5923 8.14621 23.5923 5.77695 21.223C3.40768 18.8538 3.40768 15.0125 5.77695 12.6432L6.24129 12.1788C6.63182 11.7883 7.26498 11.7883 7.65551 12.1789C8.04603 12.5694 8.04603 13.2025 7.6555 13.5931L7.19116 14.0574C5.60295 15.6456 5.60295 18.2206 7.19116 19.8088C8.77937 21.397 11.3544 21.397 12.9426 19.8088L15.8088 16.9426C17.3971 15.3544 17.3971 12.7794 15.8088 11.1912Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8088 4.19116C15.2206 2.60295 12.6456 2.60295 11.0574 4.19116L8.19116 7.05741C6.60295 8.64563 6.60295 11.2206 8.19116 12.8088C9.73975 14.3574 12.2271 14.3961 13.8219 12.9247C14.2279 12.5503 14.8605 12.5757 15.235 12.9817C15.6095 13.3876 15.584 14.0202 15.1781 14.3947C12.7976 16.5909 9.08752 16.5336 6.77695 14.2231C4.40768 11.8538 4.40768 8.01246 6.77695 5.6432L9.6432 2.77695C12.0125 0.407685 15.8538 0.407685 18.2231 2.77695C20.5923 5.14621 20.5923 8.98754 18.2231 11.3568L17.7587 11.8211C17.3682 12.2117 16.735 12.2117 16.3445 11.8211C15.954 11.4306 15.954 10.7975 16.3445 10.4069L16.8088 9.94258C18.3971 8.35437 18.3971 5.77937 16.8088 4.19116Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-link-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2071 8.79289C15.5976 9.18342 15.5976 9.81658 15.2071 10.2071L10.2071 15.2071C9.81658 15.5976 9.18342 15.5976 8.79289 15.2071C8.40237 14.8166 8.40237 14.1834 8.79289 13.7929L13.7929 8.79289C14.1834 8.40237 14.8166 8.40237 15.2071 8.79289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2929 3.83705C13.7423 1.38765 17.7136 1.38765 20.163 3.83705C22.6124 6.28645 22.6124 10.2577 20.163 12.7071L17.7071 15.1629C17.3166 15.5535 16.6834 15.5535 16.2929 15.1629C15.9024 14.7724 15.9024 14.1393 16.2929 13.7487L18.7487 11.2929C20.4171 9.62454 20.4171 6.91961 18.7487 5.25126C17.0804 3.58291 14.3755 3.58291 12.7071 5.25126L10.2513 7.70711C9.86074 8.09763 9.22757 8.09763 8.83705 7.70711C8.44652 7.31658 8.44652 6.68342 8.83705 6.29289L11.2929 3.83705ZM7.70711 8.83705C8.09763 9.22757 8.09763 9.86074 7.70711 10.2513L5.25126 12.7071C3.58291 14.3755 3.58291 17.0804 5.25126 18.7487C6.91961 20.4171 9.62454 20.4171 11.2929 18.7487L13.7487 16.2929C14.1393 15.9024 14.7724 15.9024 15.1629 16.2929C15.5535 16.6834 15.5535 17.3166 15.1629 17.7071L12.7071 20.163C10.2577 22.6124 6.28645 22.6124 3.83705 20.163C1.38765 17.7136 1.38765 13.7423 3.83705 11.2929L6.29289 8.83705C6.68342 8.44652 7.31658 8.44652 7.70711 8.83705Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2071 8.79289C15.5976 9.18342 15.5976 9.81658 15.2071 10.2071L10.2071 15.2071C9.81658 15.5976 9.18342 15.5976 8.79289 15.2071C8.40237 14.8166 8.40237 14.1834 8.79289 13.7929L13.7929 8.79289C14.1834 8.40237 14.8166 8.40237 15.2071 8.79289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2929 3.83705C13.7423 1.38765 17.7136 1.38765 20.163 3.83705C22.6124 6.28645 22.6124 10.2577 20.163 12.7071L17.7071 15.1629C17.3166 15.5535 16.6834 15.5535 16.2929 15.1629C15.9024 14.7724 15.9024 14.1393 16.2929 13.7487L18.7487 11.2929C20.4171 9.62454 20.4171 6.91961 18.7487 5.25126C17.0804 3.58291 14.3755 3.58291 12.7071 5.25126L10.2513 7.70711C9.86074 8.09763 9.22757 8.09763 8.83705 7.70711C8.44652 7.31658 8.44652 6.68342 8.83705 6.29289L11.2929 3.83705ZM7.70711 8.83705C8.09763 9.22757 8.09763 9.86074 7.70711 10.2513L5.25126 12.7071C3.58291 14.3755 3.58291 17.0804 5.25126 18.7487C6.91961 20.4171 9.62454 20.4171 11.2929 18.7487L13.7487 16.2929C14.1393 15.9024 14.7724 15.9024 15.1629 16.2929C15.5535 16.6834 15.5535 17.3166 15.1629 17.7071L12.7071 20.163C10.2577 22.6124 6.28645 22.6124 3.83705 20.163C1.38765 17.7136 1.38765 13.7423 3.83705 11.2929L6.29289 8.83705C6.68342 8.44652 7.31658 8.44652 7.70711 8.83705Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-link-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1631 8.83586C15.5536 9.22639 15.5536 9.85955 15.1631 10.2501L10.2501 15.1631C9.85955 15.5536 9.22639 15.5536 8.83586 15.1631C8.44534 14.7726 8.44534 14.1394 8.83586 13.7489L13.7489 8.83586C14.1394 8.44534 14.7726 8.44534 15.1631 8.83586Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.93989 10.0441C7.31098 9.98531 7.68902 9.98531 8.06011 10.0441C8.37795 10.0944 8.67232 10.1961 8.95339 10.3391C9.44565 10.5895 9.64171 11.1915 9.39131 11.6838C9.14091 12.176 8.53887 12.3721 8.04661 12.1217C7.80169 11.9971 7.52198 11.9768 7.25276 12.0195C7.08149 12.0466 6.86432 12.134 6.48538 12.4389C6.09177 12.7555 5.62263 13.2227 4.92267 13.9227C4.22271 14.6226 3.75551 15.0918 3.43885 15.4854C3.1301 15.8692 2.94086 16.251 3.01946 16.7472C3.04658 16.9185 3.134 17.1357 3.43885 17.5146C3.75551 17.9082 4.22271 18.3774 4.92267 19.0773C5.62263 19.7773 6.09177 20.2445 6.48538 20.5611C6.86916 20.8699 7.251 21.0591 7.74724 20.9805C7.91851 20.9534 8.13568 20.866 8.51462 20.5611C8.90823 20.2445 9.37737 19.7773 10.0773 19.0773C10.7773 18.3774 11.2445 17.9082 11.5611 17.5146C11.866 17.1357 11.9534 16.9185 11.9805 16.7472C12.0232 16.478 12.0029 16.1983 11.8783 15.9534C11.6279 15.4611 11.824 14.8591 12.3162 14.6087C12.8085 14.3583 13.4105 14.5544 13.6609 15.0466C13.8039 15.3277 13.9056 15.622 13.9559 15.9399C14.0147 16.311 14.0147 16.689 13.9559 17.0601C13.8519 17.717 13.5316 18.256 13.1195 18.7683C12.7268 19.2563 12.1815 19.8016 11.5301 20.453L11.53 20.4531C10.9596 21.0235 10.3978 21.613 9.76828 22.1195C9.25598 22.5316 8.71698 22.8519 8.06011 22.9559C7.68901 23.0147 7.31098 23.0147 6.93989 22.9559C6.28302 22.8519 5.74402 22.5316 5.23172 22.1195C4.74366 21.7268 4.19833 21.1815 3.54691 20.53C2.97651 19.9596 2.38699 19.3978 1.88054 18.7683C1.46839 18.256 1.14812 17.717 1.04408 17.0601C0.985306 16.689 0.985306 16.311 1.04408 15.9399C1.14812 15.283 1.46839 14.744 1.88054 14.2317C2.27318 13.7437 2.81853 13.1983 3.46998 12.5469C4.0404 11.9765 4.60217 11.387 5.23172 10.8805C5.74402 10.4684 6.28302 10.1481 6.93989 10.0441Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9399 1.04408C16.311 0.985305 16.689 0.985307 17.0601 1.04408C17.717 1.14812 18.256 1.46839 18.7683 1.88054C19.2563 2.27318 19.8017 2.81853 20.4531 3.46998C21.0235 4.04039 21.613 4.60218 22.1195 5.23172C22.5316 5.74402 22.8519 6.28302 22.9559 6.93989C23.0147 7.31098 23.0147 7.68901 22.9559 8.06011C22.8519 8.71698 22.5316 9.25598 22.1195 9.76828C21.7268 10.2563 21.1814 10.8017 20.53 11.4531C19.9596 12.0235 19.3978 12.613 18.7683 13.1195C18.256 13.5316 17.717 13.8519 17.0601 13.9559C16.689 14.0147 16.311 14.0147 15.9399 13.9559C15.6221 13.9056 15.3277 13.8039 15.0466 13.6609C14.5544 13.4105 14.3583 12.8085 14.6087 12.3162C14.8591 11.824 15.4611 11.6279 15.9534 11.8783C16.1983 12.0029 16.478 12.0232 16.7472 11.9805C16.9185 11.9534 17.1357 11.866 17.5146 11.5611C17.9082 11.2445 18.3774 10.7773 19.0773 10.0773C19.7773 9.37737 20.2445 8.90823 20.5611 8.51462C20.8699 8.13084 21.0591 7.749 20.9805 7.25276C20.9534 7.08149 20.866 6.86432 20.5611 6.48538C20.2445 6.09177 19.7773 5.62263 19.0773 4.92267C18.3774 4.22271 17.9082 3.75551 17.5146 3.43885C17.1357 3.134 16.9185 3.04658 16.7472 3.01946C16.251 2.94086 15.8692 3.1301 15.4854 3.43885C15.0918 3.75551 14.6226 4.22271 13.9227 4.92267C13.2227 5.62263 12.7555 6.09177 12.4389 6.48538C12.134 6.86432 12.0466 7.08149 12.0195 7.25276C11.9768 7.52198 11.9971 7.80169 12.1217 8.04661C12.3721 8.53887 12.176 9.14091 11.6838 9.39131C11.1915 9.64171 10.5895 9.44565 10.3391 8.95339C10.1961 8.67232 10.0944 8.37795 10.0441 8.06011C9.98531 7.68902 9.98531 7.31098 10.0441 6.93989C10.1481 6.28302 10.4684 5.74402 10.8805 5.23172C11.2732 4.74366 11.8185 4.19834 12.47 3.54693C13.0404 2.97653 13.6022 2.387 14.2317 1.88054C14.744 1.46839 15.283 1.14812 15.9399 1.04408Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1631 8.83586C15.5536 9.22639 15.5536 9.85955 15.1631 10.2501L10.2501 15.1631C9.85955 15.5536 9.22639 15.5536 8.83586 15.1631C8.44534 14.7726 8.44534 14.1394 8.83586 13.7489L13.7489 8.83586C14.1394 8.44534 14.7726 8.44534 15.1631 8.83586Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.93989 10.0441C7.31098 9.98531 7.68902 9.98531 8.06011 10.0441C8.37795 10.0944 8.67232 10.1961 8.95339 10.3391C9.44565 10.5895 9.64171 11.1915 9.39131 11.6838C9.14091 12.176 8.53887 12.3721 8.04661 12.1217C7.80169 11.9971 7.52198 11.9768 7.25276 12.0195C7.08149 12.0466 6.86432 12.134 6.48538 12.4389C6.09177 12.7555 5.62263 13.2227 4.92267 13.9227C4.22271 14.6226 3.75551 15.0918 3.43885 15.4854C3.1301 15.8692 2.94086 16.251 3.01946 16.7472C3.04658 16.9185 3.134 17.1357 3.43885 17.5146C3.75551 17.9082 4.22271 18.3774 4.92267 19.0773C5.62263 19.7773 6.09177 20.2445 6.48538 20.5611C6.86916 20.8699 7.251 21.0591 7.74724 20.9805C7.91851 20.9534 8.13568 20.866 8.51462 20.5611C8.90823 20.2445 9.37737 19.7773 10.0773 19.0773C10.7773 18.3774 11.2445 17.9082 11.5611 17.5146C11.866 17.1357 11.9534 16.9185 11.9805 16.7472C12.0232 16.478 12.0029 16.1983 11.8783 15.9534C11.6279 15.4611 11.824 14.8591 12.3162 14.6087C12.8085 14.3583 13.4105 14.5544 13.6609 15.0466C13.8039 15.3277 13.9056 15.622 13.9559 15.9399C14.0147 16.311 14.0147 16.689 13.9559 17.0601C13.8519 17.717 13.5316 18.256 13.1195 18.7683C12.7268 19.2563 12.1815 19.8016 11.5301 20.453L11.53 20.4531C10.9596 21.0235 10.3978 21.613 9.76828 22.1195C9.25598 22.5316 8.71698 22.8519 8.06011 22.9559C7.68901 23.0147 7.31098 23.0147 6.93989 22.9559C6.28302 22.8519 5.74402 22.5316 5.23172 22.1195C4.74366 21.7268 4.19833 21.1815 3.54691 20.53C2.97651 19.9596 2.38699 19.3978 1.88054 18.7683C1.46839 18.256 1.14812 17.717 1.04408 17.0601C0.985306 16.689 0.985306 16.311 1.04408 15.9399C1.14812 15.283 1.46839 14.744 1.88054 14.2317C2.27318 13.7437 2.81853 13.1983 3.46998 12.5469C4.0404 11.9765 4.60217 11.387 5.23172 10.8805C5.74402 10.4684 6.28302 10.1481 6.93989 10.0441Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9399 1.04408C16.311 0.985305 16.689 0.985307 17.0601 1.04408C17.717 1.14812 18.256 1.46839 18.7683 1.88054C19.2563 2.27318 19.8017 2.81853 20.4531 3.46998C21.0235 4.04039 21.613 4.60218 22.1195 5.23172C22.5316 5.74402 22.8519 6.28302 22.9559 6.93989C23.0147 7.31098 23.0147 7.68901 22.9559 8.06011C22.8519 8.71698 22.5316 9.25598 22.1195 9.76828C21.7268 10.2563 21.1814 10.8017 20.53 11.4531C19.9596 12.0235 19.3978 12.613 18.7683 13.1195C18.256 13.5316 17.717 13.8519 17.0601 13.9559C16.689 14.0147 16.311 14.0147 15.9399 13.9559C15.6221 13.9056 15.3277 13.8039 15.0466 13.6609C14.5544 13.4105 14.3583 12.8085 14.6087 12.3162C14.8591 11.824 15.4611 11.6279 15.9534 11.8783C16.1983 12.0029 16.478 12.0232 16.7472 11.9805C16.9185 11.9534 17.1357 11.866 17.5146 11.5611C17.9082 11.2445 18.3774 10.7773 19.0773 10.0773C19.7773 9.37737 20.2445 8.90823 20.5611 8.51462C20.8699 8.13084 21.0591 7.749 20.9805 7.25276C20.9534 7.08149 20.866 6.86432 20.5611 6.48538C20.2445 6.09177 19.7773 5.62263 19.0773 4.92267C18.3774 4.22271 17.9082 3.75551 17.5146 3.43885C17.1357 3.134 16.9185 3.04658 16.7472 3.01946C16.251 2.94086 15.8692 3.1301 15.4854 3.43885C15.0918 3.75551 14.6226 4.22271 13.9227 4.92267C13.2227 5.62263 12.7555 6.09177 12.4389 6.48538C12.134 6.86432 12.0466 7.08149 12.0195 7.25276C11.9768 7.52198 11.9971 7.80169 12.1217 8.04661C12.3721 8.53887 12.176 9.14091 11.6838 9.39131C11.1915 9.64171 10.5895 9.44565 10.3391 8.95339C10.1961 8.67232 10.0944 8.37795 10.0441 8.06011C9.98531 7.68902 9.98531 7.31098 10.0441 6.93989C10.1481 6.28302 10.4684 5.74402 10.8805 5.23172C11.2732 4.74366 11.8185 4.19834 12.47 3.54693C13.0404 2.97653 13.6022 2.387 14.2317 1.88054C14.744 1.46839 15.283 1.14812 15.9399 1.04408Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-link-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0226 4.42434C14.8474 2.52522 17.823 2.52522 19.6478 4.42433C21.4509 6.30095 21.4509 9.32764 19.6478 11.2043L16.4084 14.5757C16.126 14.8696 15.8142 15.1196 15.4814 15.3241C13.6795 16.4316 11.3201 16.1751 9.78322 14.5757C9.53777 14.3202 9.32551 14.043 9.14668 13.7501C8.85886 13.2788 9.00764 12.6633 9.479 12.3755C9.95035 12.0877 10.5658 12.2365 10.8536 12.7078C11.5911 13.9156 13.1992 14.3793 14.4341 13.6202C14.6221 13.5047 14.8012 13.3617 14.9662 13.19L18.2056 9.81857C19.265 8.71604 19.265 6.91256 18.2056 5.81003C17.1679 4.72999 15.5025 4.72999 14.4648 5.81003L13.7513 6.55263C13.3686 6.95087 12.7356 6.96352 12.3373 6.58087C11.9391 6.19822 11.9264 5.56518 12.3091 5.16693L13.0226 4.42434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.59179 9.42433C9.41655 7.52522 12.3923 7.52522 14.217 9.42433C14.4624 9.67972 14.6746 9.95686 14.8534 10.2496C15.1413 10.721 14.9925 11.3364 14.5212 11.6243C14.0499 11.9121 13.4344 11.7634 13.1466 11.292C13.0422 11.1211 12.9183 10.9594 12.7749 10.81C11.7371 9.72999 10.0717 9.72999 9.03395 10.81L5.79453 14.1814C4.73516 15.284 4.73516 17.0874 5.79453 18.19C6.83229 19.27 8.49768 19.27 9.53544 18.19L10.2492 17.4471C10.6319 17.0489 11.2649 17.0362 11.6632 17.4189C12.0614 17.8015 12.074 18.4346 11.6914 18.8328L10.9776 19.5757C9.15284 21.4748 6.17713 21.4748 4.35237 19.5757C2.54921 17.699 2.54921 14.6724 4.35237 12.7957L7.59179 9.42433Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0226 4.42434C14.8474 2.52522 17.823 2.52522 19.6478 4.42433C21.4509 6.30095 21.4509 9.32764 19.6478 11.2043L16.4084 14.5757C16.126 14.8696 15.8142 15.1196 15.4814 15.3241C13.6795 16.4316 11.3201 16.1751 9.78322 14.5757C9.53777 14.3202 9.32551 14.043 9.14668 13.7501C8.85886 13.2788 9.00764 12.6633 9.479 12.3755C9.95035 12.0877 10.5658 12.2365 10.8536 12.7078C11.5911 13.9156 13.1992 14.3793 14.4341 13.6202C14.6221 13.5047 14.8012 13.3617 14.9662 13.19L18.2056 9.81857C19.265 8.71604 19.265 6.91256 18.2056 5.81003C17.1679 4.72999 15.5025 4.72999 14.4648 5.81003L13.7513 6.55263C13.3686 6.95087 12.7356 6.96352 12.3373 6.58087C11.9391 6.19822 11.9264 5.56518 12.3091 5.16693L13.0226 4.42434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.59179 9.42433C9.41655 7.52522 12.3923 7.52522 14.217 9.42433C14.4624 9.67972 14.6746 9.95686 14.8534 10.2496C15.1413 10.721 14.9925 11.3364 14.5212 11.6243C14.0499 11.9121 13.4344 11.7634 13.1466 11.292C13.0422 11.1211 12.9183 10.9594 12.7749 10.81C11.7371 9.72999 10.0717 9.72999 9.03395 10.81L5.79453 14.1814C4.73516 15.284 4.73516 17.0874 5.79453 18.19C6.83229 19.27 8.49768 19.27 9.53544 18.19L10.2492 17.4471C10.6319 17.0489 11.2649 17.0362 11.6632 17.4189C12.0614 17.8015 12.074 18.4346 11.6914 18.8328L10.9776 19.5757C9.15284 21.4748 6.17713 21.4748 4.35237 19.5757C2.54921 17.699 2.54921 14.6724 4.35237 12.7957L7.59179 9.42433Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-link-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 8C4.79086 8 3 9.79086 3 12C3 14.2091 4.79086 16 7 16H10C10.5523 16 11 16.4477 11 17C11 17.5523 10.5523 18 10 18H7C3.68629 18 1 15.3137 1 12C1 8.68629 3.68629 6 7 6H10C10.5523 6 11 6.44772 11 7C11 7.55228 10.5523 8 10 8H7ZM13 7C13 6.44772 13.4477 6 14 6H17C20.3137 6 23 8.68629 23 12C23 15.3137 20.3137 18 17 18H14C13.4477 18 13 17.5523 13 17C13 16.4477 13.4477 16 14 16H17C19.2091 16 21 14.2091 21 12C21 9.79086 19.2091 8 17 8H14C13.4477 8 13 7.55228 13 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 12C8 11.4477 8.44772 11 9 11H15C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13H9C8.44772 13 8 12.5523 8 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 8C4.79086 8 3 9.79086 3 12C3 14.2091 4.79086 16 7 16H10C10.5523 16 11 16.4477 11 17C11 17.5523 10.5523 18 10 18H7C3.68629 18 1 15.3137 1 12C1 8.68629 3.68629 6 7 6H10C10.5523 6 11 6.44772 11 7C11 7.55228 10.5523 8 10 8H7ZM13 7C13 6.44772 13.4477 6 14 6H17C20.3137 6 23 8.68629 23 12C23 15.3137 20.3137 18 17 18H14C13.4477 18 13 17.5523 13 17C13 16.4477 13.4477 16 14 16H17C19.2091 16 21 14.2091 21 12C21 9.79086 19.2091 8 17 8H14C13.4477 8 13 7.55228 13 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 12C8 11.4477 8.44772 11 9 11H15C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13H9C8.44772 13 8 12.5523 8 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-link-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5044 7.00702C11.039 7.00935 11.5193 7.01893 11.9318 7.07593C12.3604 7.13516 12.7791 7.25279 13.1667 7.51171C13.4943 7.73049 13.7755 8.01163 13.9944 8.33906C14.291 8.7828 14.4026 9.26787 14.4527 9.76091C14.5001 10.2259 14.5 10.7954 14.5 11.4559L14.5 12.5041C14.5 13.0561 14.0523 13.5036 13.5 13.5036C12.9477 13.5036 12.5 13.0561 12.5 12.5041V11.5045C12.5 10.7817 12.4988 10.3149 12.463 9.96323C12.4117 9.45862 12.1581 9.12538 11.658 9.05628C11.3948 9.01991 11.0398 9.00854 10.4956 9.00617C10.3421 9.0055 10.1781 9.0055 10 9.0055C9.27696 9.0055 8.80995 9.00671 8.45813 9.04248C7.8793 9.10134 7.59336 9.40945 7.537 9.96323C7.50121 10.3149 7.5 10.7817 7.5 11.5045V17.502C7.5 18.2247 7.50121 18.6915 7.537 19.0432C7.57104 19.3777 7.65624 19.64 7.94443 19.8325C8.00496 19.8729 8.12303 19.9299 8.45813 19.964C8.80995 19.9997 9.27696 20.0009 10 20.0009C10.723 20.0009 11.1901 19.9997 11.5419 19.964C11.877 19.9299 11.995 19.8729 12.0556 19.8325C12.2509 19.7021 12.3782 19.5269 12.4256 19.2983C12.5377 18.7577 13.0669 18.4103 13.6077 18.5224C14.1485 18.6344 14.4961 19.1634 14.384 19.704C14.3144 20.0399 14.1973 20.3638 13.9944 20.6674C13.7755 20.9948 13.4943 21.276 13.1667 21.4947C12.7228 21.7912 12.2375 21.9027 11.7443 21.9529C11.2791 22.0002 10.7093 22.0001 10.0486 22.0001H9.95143C9.29069 22.0001 8.72089 22.0002 8.25572 21.9529C7.76248 21.9027 7.27721 21.7912 6.83329 21.4947C6.50572 21.276 6.22447 20.9948 6.00559 20.6674C5.70898 20.2236 5.59745 19.7386 5.54727 19.2455C5.49995 18.7806 5.49997 18.211 5.5 17.5505L5.5 11.5045C5.5 10.8233 5.49879 10.2372 5.54727 9.76091C5.59745 9.26787 5.70898 8.7828 6.00559 8.33906C6.22447 8.01163 6.50572 7.73049 6.83329 7.51171C7.27721 7.21521 7.76248 7.10373 8.25572 7.05357C9.0006 6.97783 9.75631 7.00376 10.5044 7.00702Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4956 16.9932C12.961 16.9909 12.4807 16.9813 12.0682 16.9243C11.6396 16.8651 11.2209 16.7475 10.8333 16.4886C10.5057 16.2698 10.2245 15.9887 10.0056 15.6613C9.70897 15.2176 9.59744 14.7326 9.54726 14.2396C9.49994 13.7746 9.49997 13.2051 9.5 12.5447L9.5 11.4966C9.5 10.9446 9.94771 10.4971 10.5 10.4971C11.0523 10.4971 11.5 10.9446 11.5 11.4966V12.4961C11.5 13.2188 11.5012 13.6856 11.537 14.0373C11.5883 14.5418 11.8419 14.875 12.342 14.9441C12.6052 14.9805 12.9602 14.9919 13.5044 14.9942C13.6579 14.9949 13.8219 14.9949 14 14.9949C14.723 14.9949 15.1901 14.9937 15.5419 14.9579C15.877 14.9239 15.995 14.8669 16.0556 14.8265C16.3438 14.634 16.429 14.3717 16.463 14.0373C16.4988 13.6856 16.5 13.2188 16.5 12.4961V6.49912C16.5 5.77643 16.4988 5.30965 16.463 4.95801C16.4041 4.37946 16.0959 4.09367 15.5419 4.03734C15.1901 4.00156 14.723 4.00036 14 4.00036C13.277 4.00036 12.8099 4.00156 12.4581 4.03734C12.0386 4.07999 11.6691 4.246 11.5744 4.70293C11.4623 5.24345 10.9331 5.59083 10.3923 5.47882C9.85148 5.36681 9.50393 4.83782 9.616 4.29729C9.68564 3.96139 9.80265 3.63754 10.0056 3.33398C10.2245 3.00657 10.5057 2.72545 10.8333 2.50669C11.2772 2.21022 11.7625 2.09874 12.2557 2.04859C12.7209 2.00129 13.2907 2.00132 13.9514 2.00134C14.5483 2.00134 15.1497 1.98813 15.7443 2.04859C16.2375 2.09874 16.7228 2.21022 17.1667 2.50669C17.4943 2.72545 17.7755 3.00657 17.9944 3.33398C18.291 3.77768 18.4026 4.2627 18.4527 4.7557C18.5001 5.22064 18.5 5.79016 18.5 6.45058L18.5 12.4961C18.5 12.5124 18.5 12.5286 18.5 12.5447C18.5 13.2051 18.5001 13.7746 18.4527 14.2396C18.4026 14.7326 18.291 15.2176 17.9944 15.6613C17.7755 15.9887 17.4943 16.2698 17.1667 16.4886C16.7228 16.785 16.2375 16.8965 15.7443 16.9467C14.9994 17.0224 14.2437 16.9965 13.4956 16.9932Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5044 7.00702C11.039 7.00935 11.5193 7.01893 11.9318 7.07593C12.3604 7.13516 12.7791 7.25279 13.1667 7.51171C13.4943 7.73049 13.7755 8.01163 13.9944 8.33906C14.291 8.7828 14.4026 9.26787 14.4527 9.76091C14.5001 10.2259 14.5 10.7954 14.5 11.4559L14.5 12.5041C14.5 13.0561 14.0523 13.5036 13.5 13.5036C12.9477 13.5036 12.5 13.0561 12.5 12.5041V11.5045C12.5 10.7817 12.4988 10.3149 12.463 9.96323C12.4117 9.45862 12.1581 9.12538 11.658 9.05628C11.3948 9.01991 11.0398 9.00854 10.4956 9.00617C10.3421 9.0055 10.1781 9.0055 10 9.0055C9.27696 9.0055 8.80995 9.00671 8.45813 9.04248C7.8793 9.10134 7.59336 9.40945 7.537 9.96323C7.50121 10.3149 7.5 10.7817 7.5 11.5045V17.502C7.5 18.2247 7.50121 18.6915 7.537 19.0432C7.57104 19.3777 7.65624 19.64 7.94443 19.8325C8.00496 19.8729 8.12303 19.9299 8.45813 19.964C8.80995 19.9997 9.27696 20.0009 10 20.0009C10.723 20.0009 11.1901 19.9997 11.5419 19.964C11.877 19.9299 11.995 19.8729 12.0556 19.8325C12.2509 19.7021 12.3782 19.5269 12.4256 19.2983C12.5377 18.7577 13.0669 18.4103 13.6077 18.5224C14.1485 18.6344 14.4961 19.1634 14.384 19.704C14.3144 20.0399 14.1973 20.3638 13.9944 20.6674C13.7755 20.9948 13.4943 21.276 13.1667 21.4947C12.7228 21.7912 12.2375 21.9027 11.7443 21.9529C11.2791 22.0002 10.7093 22.0001 10.0486 22.0001H9.95143C9.29069 22.0001 8.72089 22.0002 8.25572 21.9529C7.76248 21.9027 7.27721 21.7912 6.83329 21.4947C6.50572 21.276 6.22447 20.9948 6.00559 20.6674C5.70898 20.2236 5.59745 19.7386 5.54727 19.2455C5.49995 18.7806 5.49997 18.211 5.5 17.5505L5.5 11.5045C5.5 10.8233 5.49879 10.2372 5.54727 9.76091C5.59745 9.26787 5.70898 8.7828 6.00559 8.33906C6.22447 8.01163 6.50572 7.73049 6.83329 7.51171C7.27721 7.21521 7.76248 7.10373 8.25572 7.05357C9.0006 6.97783 9.75631 7.00376 10.5044 7.00702Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4956 16.9932C12.961 16.9909 12.4807 16.9813 12.0682 16.9243C11.6396 16.8651 11.2209 16.7475 10.8333 16.4886C10.5057 16.2698 10.2245 15.9887 10.0056 15.6613C9.70897 15.2176 9.59744 14.7326 9.54726 14.2396C9.49994 13.7746 9.49997 13.2051 9.5 12.5447L9.5 11.4966C9.5 10.9446 9.94771 10.4971 10.5 10.4971C11.0523 10.4971 11.5 10.9446 11.5 11.4966V12.4961C11.5 13.2188 11.5012 13.6856 11.537 14.0373C11.5883 14.5418 11.8419 14.875 12.342 14.9441C12.6052 14.9805 12.9602 14.9919 13.5044 14.9942C13.6579 14.9949 13.8219 14.9949 14 14.9949C14.723 14.9949 15.1901 14.9937 15.5419 14.9579C15.877 14.9239 15.995 14.8669 16.0556 14.8265C16.3438 14.634 16.429 14.3717 16.463 14.0373C16.4988 13.6856 16.5 13.2188 16.5 12.4961V6.49912C16.5 5.77643 16.4988 5.30965 16.463 4.95801C16.4041 4.37946 16.0959 4.09367 15.5419 4.03734C15.1901 4.00156 14.723 4.00036 14 4.00036C13.277 4.00036 12.8099 4.00156 12.4581 4.03734C12.0386 4.07999 11.6691 4.246 11.5744 4.70293C11.4623 5.24345 10.9331 5.59083 10.3923 5.47882C9.85148 5.36681 9.50393 4.83782 9.616 4.29729C9.68564 3.96139 9.80265 3.63754 10.0056 3.33398C10.2245 3.00657 10.5057 2.72545 10.8333 2.50669C11.2772 2.21022 11.7625 2.09874 12.2557 2.04859C12.7209 2.00129 13.2907 2.00132 13.9514 2.00134C14.5483 2.00134 15.1497 1.98813 15.7443 2.04859C16.2375 2.09874 16.7228 2.21022 17.1667 2.50669C17.4943 2.72545 17.7755 3.00657 17.9944 3.33398C18.291 3.77768 18.4026 4.2627 18.4527 4.7557C18.5001 5.22064 18.5 5.79016 18.5 6.45058L18.5 12.4961C18.5 12.5124 18.5 12.5286 18.5 12.5447C18.5 13.2051 18.5001 13.7746 18.4527 14.2396C18.4026 14.7326 18.291 15.2176 17.9944 15.6613C17.7755 15.9887 17.4943 16.2698 17.1667 16.4886C16.7228 16.785 16.2375 16.8965 15.7443 16.9467C14.9994 17.0224 14.2437 16.9965 13.4956 16.9932Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-link-backward{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.76067 4.84645C9.421 4.72674 9.07802 4.71822 8.73915 4.82225C8.42432 4.91889 8.15136 5.10113 7.91255 5.29546C7.46081 5.66307 6.90478 6.27477 6.24228 6.93959C5.57526 7.60895 4.90826 8.27833 4.24122 8.94766C3.66896 9.52188 3.18755 10.0049 2.85592 10.4393C2.50528 10.8986 2.25 11.3933 2.25 11.9945C2.25 12.5957 2.50528 13.0903 2.85592 13.5496C3.18755 13.984 3.66896 14.467 4.2412 15.0413L6.24228 17.0493C6.78381 17.5928 7.27666 18.1986 7.86156 18.6964C8.0969 18.8967 8.37409 19.0885 8.70722 19.1852C9.06288 19.2883 9.4151 19.2642 9.76064 19.1425C10.2728 18.962 10.5572 18.5542 10.7097 18.1796C10.8593 17.8117 10.9168 17.3984 10.9392 17.0336C10.9616 16.6697 10.9516 16.303 10.9373 15.9944C11.7656 15.9758 12.5847 15.9381 13.4066 15.9405C14.4753 15.9436 15.4862 16.016 16.42 16.2711C17.8058 16.6496 18.9832 17.4867 20.2746 18.4048C20.7908 18.7718 21.75 18.9112 21.75 18C21.75 15.7826 21.3607 13.5774 20.2815 11.7859C19.1846 9.96524 17.4103 8.6333 14.7886 8.14077C13.514 7.90131 12.1555 7.94934 10.9382 7.97463C10.952 7.67021 10.9611 7.31145 10.9392 6.95538C10.9168 6.59054 10.8593 6.1772 10.7097 5.80938C10.5572 5.43471 10.2728 5.02695 9.76067 4.84645Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.76067 4.84645C9.421 4.72674 9.07802 4.71822 8.73915 4.82225C8.42432 4.91889 8.15136 5.10113 7.91255 5.29546C7.46081 5.66307 6.90478 6.27477 6.24228 6.93959C5.57526 7.60895 4.90826 8.27833 4.24122 8.94766C3.66896 9.52188 3.18755 10.0049 2.85592 10.4393C2.50528 10.8986 2.25 11.3933 2.25 11.9945C2.25 12.5957 2.50528 13.0903 2.85592 13.5496C3.18755 13.984 3.66896 14.467 4.2412 15.0413L6.24228 17.0493C6.78381 17.5928 7.27666 18.1986 7.86156 18.6964C8.0969 18.8967 8.37409 19.0885 8.70722 19.1852C9.06288 19.2883 9.4151 19.2642 9.76064 19.1425C10.2728 18.962 10.5572 18.5542 10.7097 18.1796C10.8593 17.8117 10.9168 17.3984 10.9392 17.0336C10.9616 16.6697 10.9516 16.303 10.9373 15.9944C11.7656 15.9758 12.5847 15.9381 13.4066 15.9405C14.4753 15.9436 15.4862 16.016 16.42 16.2711C17.8058 16.6496 18.9832 17.4867 20.2746 18.4048C20.7908 18.7718 21.75 18.9112 21.75 18C21.75 15.7826 21.3607 13.5774 20.2815 11.7859C19.1846 9.96524 17.4103 8.6333 14.7886 8.14077C13.514 7.90131 12.1555 7.94934 10.9382 7.97463C10.952 7.67021 10.9611 7.31145 10.9392 6.95538C10.9168 6.59054 10.8593 6.1772 10.7097 5.80938C10.5572 5.43471 10.2728 5.02695 9.76067 4.84645Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-link-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1152 2.90115C12.1697 3.45073 11.7684 3.94049 11.2188 3.99506C7.166 4.39745 4 7.81845 4 11.9777C4 16.4083 7.59169 20 12.0223 20C16.1815 20 19.6025 16.834 20.0049 12.7811C20.0595 12.2315 20.5492 11.8302 21.0988 11.8848C21.6484 11.9394 22.0497 12.4291 21.9951 12.9787C21.4922 18.0444 17.2198 22 12.0223 22C6.48712 22 2 17.5128 2 11.9777C2 6.78018 5.9556 2.50779 11.0212 2.00484C11.5708 1.95028 12.0606 2.35157 12.1152 2.90115Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.3023 2.11815C19.2561 1.93287 17.5062 2.00814 16.6278 2.05969C15.4682 2.12775 14.9931 3.51657 15.7786 4.3021L17.0302 5.55371L14.3003 8.26282C14.2412 8.32154 14.1907 8.38574 14.149 8.45379L10.2945 12.2913C9.90307 12.681 9.90167 13.3142 10.2913 13.7055C10.681 14.0969 11.3142 14.0983 11.7055 13.7087L15.6707 9.76105C15.6916 9.7434 15.712 9.72476 15.7317 9.70515L18.4671 6.99058L19.698 8.22141C20.4836 9.007 21.8724 8.53179 21.9404 7.37214C21.9919 6.49371 22.067 4.74418 21.882 3.69821C21.8141 3.31484 21.6424 2.97543 21.3948 2.70812L21.3861 2.69873C21.1066 2.40101 20.7322 2.19428 20.3023 2.11815Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1152 2.90115C12.1697 3.45073 11.7684 3.94049 11.2188 3.99506C7.166 4.39745 4 7.81845 4 11.9777C4 16.4083 7.59169 20 12.0223 20C16.1815 20 19.6025 16.834 20.0049 12.7811C20.0595 12.2315 20.5492 11.8302 21.0988 11.8848C21.6484 11.9394 22.0497 12.4291 21.9951 12.9787C21.4922 18.0444 17.2198 22 12.0223 22C6.48712 22 2 17.5128 2 11.9777C2 6.78018 5.9556 2.50779 11.0212 2.00484C11.5708 1.95028 12.0606 2.35157 12.1152 2.90115Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.3023 2.11815C19.2561 1.93287 17.5062 2.00814 16.6278 2.05969C15.4682 2.12775 14.9931 3.51657 15.7786 4.3021L17.0302 5.55371L14.3003 8.26282C14.2412 8.32154 14.1907 8.38574 14.149 8.45379L10.2945 12.2913C9.90307 12.681 9.90167 13.3142 10.2913 13.7055C10.681 14.0969 11.3142 14.0983 11.7055 13.7087L15.6707 9.76105C15.6916 9.7434 15.712 9.72476 15.7317 9.70515L18.4671 6.99058L19.698 8.22141C20.4836 9.007 21.8724 8.53179 21.9404 7.37214C21.9919 6.49371 22.067 4.74418 21.882 3.69821C21.8141 3.31484 21.6424 2.97543 21.3948 2.70812L21.3861 2.69873C21.1066 2.40101 20.7322 2.19428 20.3023 2.11815Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-link-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 11.4477 20.4477 11 21 11C21.5523 11 22 11.4477 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C12.5523 2 13 2.44772 13 3C13 3.55228 12.5523 4 12 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.6278 2.05969C17.5062 2.00814 19.2561 1.93287 20.3023 2.11815C20.7322 2.19428 21.1066 2.40101 21.3861 2.69873L21.3948 2.70812C21.6424 2.97543 21.8141 3.31484 21.882 3.69821C22.067 4.74418 21.9919 6.49371 21.9404 7.37214C21.8724 8.53179 20.4836 9.007 19.698 8.22141L18.4671 6.99058L15.7317 9.70515C15.3334 10.1004 14.6901 10.098 14.2948 9.69967C13.8996 9.30138 13.902 8.65808 14.3003 8.26282L17.0302 5.55371L15.7786 4.3021C14.9931 3.51657 15.4682 2.12775 16.6278 2.05969Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 11.4477 20.4477 11 21 11C21.5523 11 22 11.4477 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C12.5523 2 13 2.44772 13 3C13 3.55228 12.5523 4 12 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.6278 2.05969C17.5062 2.00814 19.2561 1.93287 20.3023 2.11815C20.7322 2.19428 21.1066 2.40101 21.3861 2.69873L21.3948 2.70812C21.6424 2.97543 21.8141 3.31484 21.882 3.69821C22.067 4.74418 21.9919 6.49371 21.9404 7.37214C21.8724 8.53179 20.4836 9.007 19.698 8.22141L18.4671 6.99058L15.7317 9.70515C15.3334 10.1004 14.6901 10.098 14.2948 9.69967C13.8996 9.30138 13.902 8.65808 14.3003 8.26282L17.0302 5.55371L15.7786 4.3021C14.9931 3.51657 15.4682 2.12775 16.6278 2.05969Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-link-forward{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2393 4.84645C14.579 4.72674 14.922 4.71822 15.2608 4.82225C15.5757 4.91889 15.8486 5.10113 16.0874 5.29546C16.5392 5.66307 17.0952 6.27477 17.7577 6.93959C18.4247 7.60895 19.0917 8.27833 19.7588 8.94766C20.331 9.52188 20.8124 10.0049 21.1441 10.4393C21.4947 10.8986 21.75 11.3933 21.75 11.9945C21.75 12.5957 21.4947 13.0903 21.1441 13.5496C20.8124 13.984 20.331 14.467 19.7588 15.0413L17.7577 17.0493C17.2162 17.5928 16.7233 18.1986 16.1384 18.6964C15.9031 18.8967 15.6259 19.0885 15.2928 19.1852C14.9371 19.2883 14.5849 19.2642 14.2394 19.1425C13.7272 18.962 13.4428 18.5542 13.2903 18.1796C13.1407 17.8117 13.0832 17.3984 13.0608 17.0336C13.0384 16.6697 13.0484 16.303 13.0627 15.9944C12.2344 15.9758 11.4153 15.9381 10.5934 15.9405C9.52472 15.9436 8.51377 16.016 7.57996 16.2711C6.19418 16.6496 5.01677 17.4867 3.72537 18.4048C3.20917 18.7718 2.25 18.9112 2.25 18C2.25 15.7826 2.63928 13.5774 3.71853 11.7859C4.81541 9.96524 6.58967 8.6333 9.21137 8.14077C10.486 7.90131 11.8445 7.94934 13.0618 7.97463C13.048 7.67021 13.0389 7.31145 13.0608 6.95538C13.0832 6.59054 13.1407 6.1772 13.2903 5.80938C13.4428 5.43471 13.7272 5.02695 14.2393 4.84645Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2393 4.84645C14.579 4.72674 14.922 4.71822 15.2608 4.82225C15.5757 4.91889 15.8486 5.10113 16.0874 5.29546C16.5392 5.66307 17.0952 6.27477 17.7577 6.93959C18.4247 7.60895 19.0917 8.27833 19.7588 8.94766C20.331 9.52188 20.8124 10.0049 21.1441 10.4393C21.4947 10.8986 21.75 11.3933 21.75 11.9945C21.75 12.5957 21.4947 13.0903 21.1441 13.5496C20.8124 13.984 20.331 14.467 19.7588 15.0413L17.7577 17.0493C17.2162 17.5928 16.7233 18.1986 16.1384 18.6964C15.9031 18.8967 15.6259 19.0885 15.2928 19.1852C14.9371 19.2883 14.5849 19.2642 14.2394 19.1425C13.7272 18.962 13.4428 18.5542 13.2903 18.1796C13.1407 17.8117 13.0832 17.3984 13.0608 17.0336C13.0384 16.6697 13.0484 16.303 13.0627 15.9944C12.2344 15.9758 11.4153 15.9381 10.5934 15.9405C9.52472 15.9436 8.51377 16.016 7.57996 16.2711C6.19418 16.6496 5.01677 17.4867 3.72537 18.4048C3.20917 18.7718 2.25 18.9112 2.25 18C2.25 15.7826 2.63928 13.5774 3.71853 11.7859C4.81541 9.96524 6.58967 8.6333 9.21137 8.14077C10.486 7.90131 11.8445 7.94934 13.0618 7.97463C13.048 7.67021 13.0389 7.31145 13.0608 6.95538C13.0832 6.59054 13.1407 6.1772 13.2903 5.80938C13.4428 5.43471 13.7272 5.02695 14.2393 4.84645Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-link-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1002 2.9982C12.1012 3.55048 11.6543 3.999 11.102 4C9.26069 4.00331 7.95244 4.02946 6.95832 4.19037C5.99343 4.34655 5.43598 4.61383 5.02517 5.02464C4.58291 5.4669 4.30569 6.08056 4.15584 7.19512C4.00213 8.33845 4 9.85009 4 11.9997C4 14.1494 4.00212 15.661 4.15584 16.8044C4.30569 17.9189 4.5829 18.5326 5.02516 18.9748C5.46742 19.4171 6.08108 19.6943 7.19564 19.8442C8.33897 19.9979 9.85061 20 12.0003 20C14.1499 20 15.6616 19.9979 16.8049 19.8442C17.9194 19.6943 18.5331 19.4171 18.9754 18.9748C19.3862 18.564 19.6534 18.0066 19.8096 17.0417C19.9705 16.0476 19.9967 14.7393 20 12.898C20.001 12.3457 20.4495 11.8988 21.0018 11.8998C21.5541 11.9008 22.001 12.3493 22 12.9016C21.9967 14.7099 21.9748 16.182 21.7839 17.3613C21.5883 18.5697 21.2001 19.5785 20.3896 20.3891C19.5138 21.2648 18.4077 21.6467 17.0714 21.8263C15.7793 22 14.1328 22 12.0744 22H11.9262C9.86771 22 8.22126 22 6.92915 21.8263C5.59281 21.6467 4.48675 21.2648 3.61095 20.389C2.73515 19.5133 2.35334 18.4072 2.17367 17.0709C1.99996 15.7787 1.99998 14.1323 2 12.0738L2 11.9257C1.99998 9.86718 1.99996 8.22073 2.17368 6.92862C2.35334 5.59229 2.73516 4.48623 3.61095 3.61043C4.4215 2.79988 5.43031 2.41167 6.63875 2.21607C7.81796 2.0252 9.29011 2.00326 11.0984 2C11.6507 1.99901 12.0992 2.44592 12.1002 2.9982Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.6278 2.05969C17.5062 2.00814 19.2561 1.93287 20.3023 2.11815C20.7322 2.19428 21.1066 2.40101 21.3861 2.69873L21.3948 2.70812C21.6424 2.97543 21.8141 3.31484 21.882 3.69821C22.067 4.74418 21.9919 6.49371 21.9404 7.37214C21.8724 8.53179 20.4836 9.007 19.698 8.22141L18.4671 6.99058L15.7317 9.70515C15.3334 10.1004 14.6901 10.098 14.2948 9.69967C13.8996 9.30138 13.902 8.65808 14.3003 8.26282L17.0302 5.55371L15.7786 4.3021C14.9931 3.51657 15.4682 2.12775 16.6278 2.05969Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1002 2.9982C12.1012 3.55048 11.6543 3.999 11.102 4C9.26069 4.00331 7.95244 4.02946 6.95832 4.19037C5.99343 4.34655 5.43598 4.61383 5.02517 5.02464C4.58291 5.4669 4.30569 6.08056 4.15584 7.19512C4.00213 8.33845 4 9.85009 4 11.9997C4 14.1494 4.00212 15.661 4.15584 16.8044C4.30569 17.9189 4.5829 18.5326 5.02516 18.9748C5.46742 19.4171 6.08108 19.6943 7.19564 19.8442C8.33897 19.9979 9.85061 20 12.0003 20C14.1499 20 15.6616 19.9979 16.8049 19.8442C17.9194 19.6943 18.5331 19.4171 18.9754 18.9748C19.3862 18.564 19.6534 18.0066 19.8096 17.0417C19.9705 16.0476 19.9967 14.7393 20 12.898C20.001 12.3457 20.4495 11.8988 21.0018 11.8998C21.5541 11.9008 22.001 12.3493 22 12.9016C21.9967 14.7099 21.9748 16.182 21.7839 17.3613C21.5883 18.5697 21.2001 19.5785 20.3896 20.3891C19.5138 21.2648 18.4077 21.6467 17.0714 21.8263C15.7793 22 14.1328 22 12.0744 22H11.9262C9.86771 22 8.22126 22 6.92915 21.8263C5.59281 21.6467 4.48675 21.2648 3.61095 20.389C2.73515 19.5133 2.35334 18.4072 2.17367 17.0709C1.99996 15.7787 1.99998 14.1323 2 12.0738L2 11.9257C1.99998 9.86718 1.99996 8.22073 2.17368 6.92862C2.35334 5.59229 2.73516 4.48623 3.61095 3.61043C4.4215 2.79988 5.43031 2.41167 6.63875 2.21607C7.81796 2.0252 9.29011 2.00326 11.0984 2C11.6507 1.99901 12.0992 2.44592 12.1002 2.9982Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.6278 2.05969C17.5062 2.00814 19.2561 1.93287 20.3023 2.11815C20.7322 2.19428 21.1066 2.40101 21.3861 2.69873L21.3948 2.70812C21.6424 2.97543 21.8141 3.31484 21.882 3.69821C22.067 4.74418 21.9919 6.49371 21.9404 7.37214C21.8724 8.53179 20.4836 9.007 19.698 8.22141L18.4671 6.99058L15.7317 9.70515C15.3334 10.1004 14.6901 10.098 14.2948 9.69967C13.8996 9.30138 13.902 8.65808 14.3003 8.26282L17.0302 5.55371L15.7786 4.3021C14.9931 3.51657 15.4682 2.12775 16.6278 2.05969Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-link-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1002 2.9982C12.1012 3.55048 11.6543 3.999 11.102 4C9.26069 4.00331 7.95244 4.02946 6.95832 4.19037C5.99343 4.34655 5.43598 4.61383 5.02517 5.02464C4.58291 5.4669 4.30569 6.08056 4.15584 7.19512C4.00213 8.33845 4 9.85009 4 11.9997C4 14.1494 4.00212 15.661 4.15584 16.8044C4.30569 17.9189 4.5829 18.5326 5.02516 18.9748C5.46742 19.4171 6.08108 19.6943 7.19564 19.8442C8.33897 19.9979 9.85061 20 12.0003 20C14.1499 20 15.6616 19.9979 16.8049 19.8442C17.9194 19.6943 18.5331 19.4171 18.9754 18.9748C19.3862 18.564 19.6534 18.0066 19.8096 17.0417C19.9705 16.0476 19.9967 14.7393 20 12.898C20.001 12.3457 20.4495 11.8988 21.0018 11.8998C21.5541 11.9008 22.001 12.3493 22 12.9016C21.9967 14.7099 21.9748 16.182 21.7839 17.3613C21.5883 18.5697 21.2001 19.5785 20.3896 20.3891C19.5138 21.2648 18.4077 21.6467 17.0714 21.8263C15.7793 22 14.1328 22 12.0744 22H11.9262C9.86771 22 8.22126 22 6.92915 21.8263C5.59281 21.6467 4.48675 21.2648 3.61095 20.389C2.73515 19.5133 2.35334 18.4072 2.17367 17.0709C1.99996 15.7787 1.99998 14.1323 2 12.0738L2 11.9257C1.99998 9.86718 1.99996 8.22073 2.17368 6.92862C2.35334 5.59229 2.73516 4.48623 3.61095 3.61043C4.4215 2.79988 5.43031 2.41167 6.63875 2.21607C7.81796 2.0252 9.29011 2.00326 11.0984 2C11.6507 1.99901 12.0992 2.44592 12.1002 2.9982Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.3023 2.11815C19.2561 1.93287 17.5062 2.00814 16.6278 2.05969C15.4682 2.12775 14.9931 3.51657 15.7786 4.3021L17.0302 5.55371L14.3003 8.26282C14.2412 8.32154 14.1907 8.38574 14.149 8.45379L10.2945 12.2913C9.90307 12.681 9.90167 13.3142 10.2913 13.7055C10.681 14.0969 11.3142 14.0983 11.7055 13.7087L15.6707 9.76105C15.6916 9.7434 15.712 9.72476 15.7317 9.70515L18.4671 6.99058L19.698 8.22141C20.4836 9.007 21.8724 8.53179 21.9404 7.37214C21.9919 6.49371 22.067 4.74418 21.882 3.69821C21.8141 3.31484 21.6424 2.97543 21.3948 2.70812L21.3861 2.69873C21.1066 2.40101 20.7322 2.19428 20.3023 2.11815Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1002 2.9982C12.1012 3.55048 11.6543 3.999 11.102 4C9.26069 4.00331 7.95244 4.02946 6.95832 4.19037C5.99343 4.34655 5.43598 4.61383 5.02517 5.02464C4.58291 5.4669 4.30569 6.08056 4.15584 7.19512C4.00213 8.33845 4 9.85009 4 11.9997C4 14.1494 4.00212 15.661 4.15584 16.8044C4.30569 17.9189 4.5829 18.5326 5.02516 18.9748C5.46742 19.4171 6.08108 19.6943 7.19564 19.8442C8.33897 19.9979 9.85061 20 12.0003 20C14.1499 20 15.6616 19.9979 16.8049 19.8442C17.9194 19.6943 18.5331 19.4171 18.9754 18.9748C19.3862 18.564 19.6534 18.0066 19.8096 17.0417C19.9705 16.0476 19.9967 14.7393 20 12.898C20.001 12.3457 20.4495 11.8988 21.0018 11.8998C21.5541 11.9008 22.001 12.3493 22 12.9016C21.9967 14.7099 21.9748 16.182 21.7839 17.3613C21.5883 18.5697 21.2001 19.5785 20.3896 20.3891C19.5138 21.2648 18.4077 21.6467 17.0714 21.8263C15.7793 22 14.1328 22 12.0744 22H11.9262C9.86771 22 8.22126 22 6.92915 21.8263C5.59281 21.6467 4.48675 21.2648 3.61095 20.389C2.73515 19.5133 2.35334 18.4072 2.17367 17.0709C1.99996 15.7787 1.99998 14.1323 2 12.0738L2 11.9257C1.99998 9.86718 1.99996 8.22073 2.17368 6.92862C2.35334 5.59229 2.73516 4.48623 3.61095 3.61043C4.4215 2.79988 5.43031 2.41167 6.63875 2.21607C7.81796 2.0252 9.29011 2.00326 11.0984 2C11.6507 1.99901 12.0992 2.44592 12.1002 2.9982Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.3023 2.11815C19.2561 1.93287 17.5062 2.00814 16.6278 2.05969C15.4682 2.12775 14.9931 3.51657 15.7786 4.3021L17.0302 5.55371L14.3003 8.26282C14.2412 8.32154 14.1907 8.38574 14.149 8.45379L10.2945 12.2913C9.90307 12.681 9.90167 13.3142 10.2913 13.7055C10.681 14.0969 11.3142 14.0983 11.7055 13.7087L15.6707 9.76105C15.6916 9.7434 15.712 9.72476 15.7317 9.70515L18.4671 6.99058L19.698 8.22141C20.4836 9.007 21.8724 8.53179 21.9404 7.37214C21.9919 6.49371 22.067 4.74418 21.882 3.69821C21.8141 3.31484 21.6424 2.97543 21.3948 2.70812L21.3861 2.69873C21.1066 2.40101 20.7322 2.19428 20.3023 2.11815Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-share-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9227 7.50072C21.4258 7.93777 21.8594 8.31445 22.1606 8.6561C22.4781 9.01613 22.75 9.44718 22.75 9.99908C22.75 10.551 22.4781 10.982 22.1606 11.3421C21.8593 11.6837 21.4258 12.0604 20.9227 12.4974L20.9227 12.4974L19.1375 14.0484C18.6544 14.4682 18.2073 14.9413 17.6913 15.3215C17.1892 15.6914 16.6041 15.8599 15.9933 15.6736C15.5284 15.5317 15.2444 15.1985 15.0857 14.8609C14.9357 14.5416 14.8812 14.19 14.8602 13.8949C14.8443 13.6713 14.8459 13.4484 14.8532 13.2487C14.6476 13.2444 14.4421 13.2391 14.238 13.2338L14.2372 13.2337L14.224 13.2334C13.7326 13.2206 13.2412 13.2079 12.7497 13.2091C11.7987 13.2115 10.8988 13.2673 10.0679 13.4638C8.75165 13.7751 7.659 14.5208 6.39197 15.2979C6.16051 15.4398 5.87046 15.4455 5.63358 15.3128C5.39671 15.1801 5.25 14.9297 5.25 14.6581C5.25 12.9181 5.60328 11.1609 6.59273 9.72845C7.59733 8.27401 9.20037 7.23784 11.524 6.8599C12.6241 6.68095 13.7938 6.7109 14.8525 6.73058C14.8458 6.53581 14.8448 6.3198 14.8602 6.1032C14.8812 5.80812 14.9357 5.45651 15.0857 5.13727C15.2444 4.79964 15.5284 4.46645 15.9933 4.3246C16.6516 4.12374 17.1904 4.35788 17.6443 4.67769C18.0515 4.96454 18.5558 5.4443 19.1375 5.9497L20.9227 7.50071L20.9227 7.50072Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5676 2.9982C11.5686 3.55049 11.1217 3.99901 10.5694 4C8.62278 4.0035 7.23416 4.03097 6.17716 4.20171C5.14922 4.36776 4.54646 4.6535 4.1005 5.09856C3.62057 5.57751 3.32459 6.23878 3.16531 7.42105C3.00213 8.63229 3 10.2322 3 12.4997C3 14.7673 3.00213 16.3672 3.16531 17.5784C3.32458 18.7607 3.62057 19.4219 4.10049 19.9009C4.5807 20.3801 5.24413 20.6759 6.42976 20.835C7.64395 20.9979 9.24755 21 11.5195 21C13.7915 21 15.3951 20.9979 16.6093 20.835C17.7949 20.6759 18.4584 20.3801 18.9386 19.9009C19.6121 19.2287 19.9116 18.2125 20.0008 15.9604C20.0227 15.4086 20.4877 14.9789 21.0396 15.0008C21.5914 15.0226 22.0211 15.4877 21.9992 16.0396C21.9093 18.3081 21.6191 20.0514 20.3514 21.3165C19.4375 22.2286 18.2819 22.6285 16.8753 22.8172C15.5126 23 13.7746 23 11.5939 23H11.4452C9.26452 23 7.52646 23 6.16379 22.8172C4.75712 22.6285 3.60161 22.2286 2.68771 21.3165C1.77353 20.4042 1.37247 19.2502 1.18322 17.8454C0.999957 16.4851 0.999976 14.7502 1 12.5743V12.4251C0.999977 10.2492 0.999959 8.51432 1.18322 7.15402C1.37247 5.74923 1.77354 4.59524 2.68772 3.68291C3.53359 2.83875 4.58744 2.43259 5.85822 2.22731C7.09995 2.02672 8.65215 2.00344 10.5658 2C11.1181 1.99901 11.5666 2.44592 11.5676 2.9982Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9227 7.50072C21.4258 7.93777 21.8594 8.31445 22.1606 8.6561C22.4781 9.01613 22.75 9.44718 22.75 9.99908C22.75 10.551 22.4781 10.982 22.1606 11.3421C21.8593 11.6837 21.4258 12.0604 20.9227 12.4974L20.9227 12.4974L19.1375 14.0484C18.6544 14.4682 18.2073 14.9413 17.6913 15.3215C17.1892 15.6914 16.6041 15.8599 15.9933 15.6736C15.5284 15.5317 15.2444 15.1985 15.0857 14.8609C14.9357 14.5416 14.8812 14.19 14.8602 13.8949C14.8443 13.6713 14.8459 13.4484 14.8532 13.2487C14.6476 13.2444 14.4421 13.2391 14.238 13.2338L14.2372 13.2337L14.224 13.2334C13.7326 13.2206 13.2412 13.2079 12.7497 13.2091C11.7987 13.2115 10.8988 13.2673 10.0679 13.4638C8.75165 13.7751 7.659 14.5208 6.39197 15.2979C6.16051 15.4398 5.87046 15.4455 5.63358 15.3128C5.39671 15.1801 5.25 14.9297 5.25 14.6581C5.25 12.9181 5.60328 11.1609 6.59273 9.72845C7.59733 8.27401 9.20037 7.23784 11.524 6.8599C12.6241 6.68095 13.7938 6.7109 14.8525 6.73058C14.8458 6.53581 14.8448 6.3198 14.8602 6.1032C14.8812 5.80812 14.9357 5.45651 15.0857 5.13727C15.2444 4.79964 15.5284 4.46645 15.9933 4.3246C16.6516 4.12374 17.1904 4.35788 17.6443 4.67769C18.0515 4.96454 18.5558 5.4443 19.1375 5.9497L20.9227 7.50071L20.9227 7.50072Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5676 2.9982C11.5686 3.55049 11.1217 3.99901 10.5694 4C8.62278 4.0035 7.23416 4.03097 6.17716 4.20171C5.14922 4.36776 4.54646 4.6535 4.1005 5.09856C3.62057 5.57751 3.32459 6.23878 3.16531 7.42105C3.00213 8.63229 3 10.2322 3 12.4997C3 14.7673 3.00213 16.3672 3.16531 17.5784C3.32458 18.7607 3.62057 19.4219 4.10049 19.9009C4.5807 20.3801 5.24413 20.6759 6.42976 20.835C7.64395 20.9979 9.24755 21 11.5195 21C13.7915 21 15.3951 20.9979 16.6093 20.835C17.7949 20.6759 18.4584 20.3801 18.9386 19.9009C19.6121 19.2287 19.9116 18.2125 20.0008 15.9604C20.0227 15.4086 20.4877 14.9789 21.0396 15.0008C21.5914 15.0226 22.0211 15.4877 21.9992 16.0396C21.9093 18.3081 21.6191 20.0514 20.3514 21.3165C19.4375 22.2286 18.2819 22.6285 16.8753 22.8172C15.5126 23 13.7746 23 11.5939 23H11.4452C9.26452 23 7.52646 23 6.16379 22.8172C4.75712 22.6285 3.60161 22.2286 2.68771 21.3165C1.77353 20.4042 1.37247 19.2502 1.18322 17.8454C0.999957 16.4851 0.999976 14.7502 1 12.5743V12.4251C0.999977 10.2492 0.999959 8.51432 1.18322 7.15402C1.37247 5.74923 1.77354 4.59524 2.68772 3.68291C3.53359 2.83875 4.58744 2.43259 5.85822 2.22731C7.09995 2.02672 8.65215 2.00344 10.5658 2C11.1181 1.99901 11.5666 2.44592 11.5676 2.9982Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-share-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.32494 5.44615C6.20631 6.51768 4 9.39702 4 12.7515C4 13.8181 4.22189 14.8323 4.62303 15.7553L2.78879 16.5525C2.28079 15.3837 2 14.0985 2 12.7515C2 8.48733 4.80254 4.88524 8.67506 3.55469L9.32494 5.44615ZM20 12.7515C20 9.39702 17.7937 6.51768 14.6751 5.44615L15.3249 3.55469C19.1975 4.88524 22 8.48733 22 12.7515C22 13.8926 21.7985 14.9897 21.4277 16.0095L19.5481 15.3261C19.8406 14.5216 20 13.6555 20 12.7515ZM7.99015 19.4583C9.16718 20.1202 10.5357 20.5004 12 20.5004C13.4643 20.5004 14.8328 20.1202 16.0099 19.4583L16.9901 21.2016C15.5196 22.0285 13.8143 22.5004 12 22.5004C10.1857 22.5004 8.48038 22.0285 7.00985 21.2016L7.99015 19.4583Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 1C9.79086 1 8 2.79086 8 5C8 7.20914 9.79086 9 12 9C14.2091 9 16 7.20914 16 5C16 2.79086 14.2091 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5 15C2.79086 15 1 16.7909 1 19C1 21.2091 2.79086 23 5 23C7.20914 23 9 21.2091 9 19C9 16.7909 7.20914 15 5 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 15C16.7909 15 15 16.7909 15 19C15 21.2091 16.7909 23 19 23C21.2091 23 23 21.2091 23 19C23 16.7909 21.2091 15 19 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.32494 5.44615C6.20631 6.51768 4 9.39702 4 12.7515C4 13.8181 4.22189 14.8323 4.62303 15.7553L2.78879 16.5525C2.28079 15.3837 2 14.0985 2 12.7515C2 8.48733 4.80254 4.88524 8.67506 3.55469L9.32494 5.44615ZM20 12.7515C20 9.39702 17.7937 6.51768 14.6751 5.44615L15.3249 3.55469C19.1975 4.88524 22 8.48733 22 12.7515C22 13.8926 21.7985 14.9897 21.4277 16.0095L19.5481 15.3261C19.8406 14.5216 20 13.6555 20 12.7515ZM7.99015 19.4583C9.16718 20.1202 10.5357 20.5004 12 20.5004C13.4643 20.5004 14.8328 20.1202 16.0099 19.4583L16.9901 21.2016C15.5196 22.0285 13.8143 22.5004 12 22.5004C10.1857 22.5004 8.48038 22.0285 7.00985 21.2016L7.99015 19.4583Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 1C9.79086 1 8 2.79086 8 5C8 7.20914 9.79086 9 12 9C14.2091 9 16 7.20914 16 5C16 2.79086 14.2091 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5 15C2.79086 15 1 16.7909 1 19C1 21.2091 2.79086 23 5 23C7.20914 23 9 21.2091 9 19C9 16.7909 7.20914 15 5 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 15C16.7909 15 15 16.7909 15 19C15 21.2091 16.7909 23 19 23C21.2091 23 23 21.2091 23 19C23 16.7909 21.2091 15 19 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-share-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6086 3.0356C20.2436 3.57591 21.1101 4.34216 21.5892 4.90981C21.854 5.22341 22.0169 5.62635 21.9986 6.06819C21.9823 6.4611 21.8252 6.81367 21.589 7.09349C21.1099 7.66081 20.2437 8.42695 19.6089 8.96737C19.4315 9.1183 19.2103 9.31028 19.0068 9.43653C18.8064 9.56081 18.3178 9.81455 17.7548 9.55444C17.1886 9.29288 17.0672 8.75128 17.0328 8.52111C16.9996 8.29937 16.9998 8.02807 17 7.80097C17.0002 7.54937 17 7.29778 17 7.04618C16.5303 7.0616 16.1133 7.08652 15.7369 7.12615C14.7232 7.23289 14.1232 7.43709 13.6654 7.76617C13.3162 8.01715 13.0098 8.3228 12.7579 8.67134C12.4277 9.12833 12.222 9.72778 12.1127 10.7412C12.0014 11.7732 12 13.1111 12 15.0015C12 15.5538 11.5523 16.0015 11 16.0015C10.4477 16.0015 10 15.5538 10 15.0015L10 14.9428C9.99999 13.1243 9.99997 11.6785 10.1242 10.5268C10.2517 9.34416 10.5197 8.35396 11.1369 7.49992C11.5147 6.97711 11.9743 6.51864 12.4981 6.14216C13.3537 5.52717 14.3445 5.2617 15.5275 5.13714C15.9729 5.09025 16.4622 5.06203 17 5.04532C17 4.76427 17.0002 4.48322 17 4.20217C16.9998 3.97514 16.9996 3.70389 17.0328 3.48217C17.0672 3.25197 17.1887 2.71049 17.7547 2.44894C18.3176 2.18882 18.8062 2.44238 19.0066 2.56664C19.2101 2.69285 19.4313 2.88476 19.6086 3.0356Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1002 2.9982C12.1012 3.55048 11.6543 3.999 11.102 4C9.26069 4.00331 7.95244 4.02946 6.95832 4.19037C5.99343 4.34655 5.43598 4.61383 5.02517 5.02464C4.58291 5.4669 4.30569 6.08056 4.15584 7.19512C4.00213 8.33845 4 9.85009 4 11.9997C4 14.1494 4.00212 15.661 4.15584 16.8044C4.30569 17.9189 4.5829 18.5326 5.02516 18.9748C5.46742 19.4171 6.08108 19.6943 7.19564 19.8442C8.33897 19.9979 9.85061 20 12.0003 20C14.1499 20 15.6616 19.9979 16.8049 19.8442C17.9194 19.6943 18.5331 19.4171 18.9754 18.9748C19.3862 18.564 19.6534 18.0066 19.8096 17.0417C19.9705 16.0476 19.9967 14.7393 20 12.898C20.001 12.3457 20.4495 11.8988 21.0018 11.8998C21.5541 11.9008 22.001 12.3493 22 12.9016C21.9967 14.7099 21.9748 16.182 21.7839 17.3613C21.5883 18.5697 21.2001 19.5785 20.3896 20.3891C19.5138 21.2648 18.4077 21.6467 17.0714 21.8263C15.7793 22 14.1328 22 12.0744 22H11.9262C9.86771 22 8.22126 22 6.92915 21.8263C5.59281 21.6467 4.48675 21.2648 3.61095 20.389C2.73515 19.5133 2.35334 18.4072 2.17367 17.0709C1.99996 15.7787 1.99998 14.1323 2 12.0738L2 11.9257C1.99998 9.86718 1.99996 8.22073 2.17368 6.92862C2.35334 5.59229 2.73516 4.48623 3.61095 3.61043C4.4215 2.79988 5.43031 2.41167 6.63875 2.21607C7.81796 2.0252 9.29011 2.00326 11.0984 2C11.6507 1.99901 12.0992 2.44592 12.1002 2.9982Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6086 3.0356C20.2436 3.57591 21.1101 4.34216 21.5892 4.90981C21.854 5.22341 22.0169 5.62635 21.9986 6.06819C21.9823 6.4611 21.8252 6.81367 21.589 7.09349C21.1099 7.66081 20.2437 8.42695 19.6089 8.96737C19.4315 9.1183 19.2103 9.31028 19.0068 9.43653C18.8064 9.56081 18.3178 9.81455 17.7548 9.55444C17.1886 9.29288 17.0672 8.75128 17.0328 8.52111C16.9996 8.29937 16.9998 8.02807 17 7.80097C17.0002 7.54937 17 7.29778 17 7.04618C16.5303 7.0616 16.1133 7.08652 15.7369 7.12615C14.7232 7.23289 14.1232 7.43709 13.6654 7.76617C13.3162 8.01715 13.0098 8.3228 12.7579 8.67134C12.4277 9.12833 12.222 9.72778 12.1127 10.7412C12.0014 11.7732 12 13.1111 12 15.0015C12 15.5538 11.5523 16.0015 11 16.0015C10.4477 16.0015 10 15.5538 10 15.0015L10 14.9428C9.99999 13.1243 9.99997 11.6785 10.1242 10.5268C10.2517 9.34416 10.5197 8.35396 11.1369 7.49992C11.5147 6.97711 11.9743 6.51864 12.4981 6.14216C13.3537 5.52717 14.3445 5.2617 15.5275 5.13714C15.9729 5.09025 16.4622 5.06203 17 5.04532C17 4.76427 17.0002 4.48322 17 4.20217C16.9998 3.97514 16.9996 3.70389 17.0328 3.48217C17.0672 3.25197 17.1887 2.71049 17.7547 2.44894C18.3176 2.18882 18.8062 2.44238 19.0066 2.56664C19.2101 2.69285 19.4313 2.88476 19.6086 3.0356Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1002 2.9982C12.1012 3.55048 11.6543 3.999 11.102 4C9.26069 4.00331 7.95244 4.02946 6.95832 4.19037C5.99343 4.34655 5.43598 4.61383 5.02517 5.02464C4.58291 5.4669 4.30569 6.08056 4.15584 7.19512C4.00213 8.33845 4 9.85009 4 11.9997C4 14.1494 4.00212 15.661 4.15584 16.8044C4.30569 17.9189 4.5829 18.5326 5.02516 18.9748C5.46742 19.4171 6.08108 19.6943 7.19564 19.8442C8.33897 19.9979 9.85061 20 12.0003 20C14.1499 20 15.6616 19.9979 16.8049 19.8442C17.9194 19.6943 18.5331 19.4171 18.9754 18.9748C19.3862 18.564 19.6534 18.0066 19.8096 17.0417C19.9705 16.0476 19.9967 14.7393 20 12.898C20.001 12.3457 20.4495 11.8988 21.0018 11.8998C21.5541 11.9008 22.001 12.3493 22 12.9016C21.9967 14.7099 21.9748 16.182 21.7839 17.3613C21.5883 18.5697 21.2001 19.5785 20.3896 20.3891C19.5138 21.2648 18.4077 21.6467 17.0714 21.8263C15.7793 22 14.1328 22 12.0744 22H11.9262C9.86771 22 8.22126 22 6.92915 21.8263C5.59281 21.6467 4.48675 21.2648 3.61095 20.389C2.73515 19.5133 2.35334 18.4072 2.17367 17.0709C1.99996 15.7787 1.99998 14.1323 2 12.0738L2 11.9257C1.99998 9.86718 1.99996 8.22073 2.17368 6.92862C2.35334 5.59229 2.73516 4.48623 3.61095 3.61043C4.4215 2.79988 5.43031 2.41167 6.63875 2.21607C7.81796 2.0252 9.29011 2.00326 11.0984 2C11.6507 1.99901 12.0992 2.44592 12.1002 2.9982Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-share-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0197 2.89023C12.0803 3.43917 11.6845 3.93336 11.1356 3.99403C7.1221 4.43763 4 7.84133 4 11.9725C4 16.4059 7.59453 20.0001 12.0289 20.0001C16.1536 20.0001 19.5528 16.8896 20.0064 12.8875C20.0685 12.3387 20.5638 11.9443 21.1126 12.0064C21.6614 12.0686 22.0558 12.5639 21.9936 13.1127C21.4268 18.1145 17.1823 22.0001 12.0289 22.0001C6.49024 22.0001 2 17.5107 2 11.9725C2 6.81028 5.9005 2.56047 10.9159 2.00614C11.4648 1.94547 11.959 2.34129 12.0197 2.89023Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6081 3.0356C20.2431 3.57591 21.1096 4.34216 21.5887 4.90981C21.8534 5.22341 22.0164 5.62635 21.9981 6.06819C21.9818 6.4611 21.8247 6.81367 21.5885 7.09349C21.1094 7.66081 20.2432 8.42695 19.6084 8.96737C19.431 9.1183 19.2098 9.31028 19.0063 9.43653C18.8059 9.56081 18.3173 9.81455 17.7543 9.55444C17.1881 9.29288 17.0667 8.75128 17.0323 8.52111C16.9991 8.29937 16.9993 8.02807 16.9995 7.80097C16.9997 7.54937 16.9995 7.29778 16.9995 7.04618C16.5298 7.0616 16.1128 7.08652 15.7364 7.12615C14.7227 7.23289 14.1227 7.43709 13.6649 7.76617C13.3157 8.01715 13.0093 8.3228 12.7574 8.67134C12.4272 9.12833 12.2215 9.72778 12.1122 10.7412C12.0009 11.7732 11.9995 13.1111 11.9995 15.0015C11.9995 15.5538 11.5518 16.0015 10.9995 16.0015C10.4472 16.0015 9.9995 15.5538 9.9995 15.0015C9.99949 13.513 9.9638 12.0092 10.1237 10.5268C10.2512 9.34416 10.5192 8.35396 11.1364 7.49992C11.5142 6.97711 11.9738 6.51864 12.4976 6.14216C13.3532 5.52717 14.344 5.2617 15.527 5.13714C15.9724 5.09025 16.4617 5.06203 16.9995 5.04532C16.9995 4.76427 16.9997 4.48322 16.9995 4.20217C16.9993 3.97514 16.9991 3.70389 17.0323 3.48217C17.0667 3.25197 17.1882 2.71049 17.7542 2.44894C18.3171 2.18882 18.8057 2.44238 19.0061 2.56664C19.2096 2.69285 19.4308 2.88476 19.6081 3.0356Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0197 2.89023C12.0803 3.43917 11.6845 3.93336 11.1356 3.99403C7.1221 4.43763 4 7.84133 4 11.9725C4 16.4059 7.59453 20.0001 12.0289 20.0001C16.1536 20.0001 19.5528 16.8896 20.0064 12.8875C20.0685 12.3387 20.5638 11.9443 21.1126 12.0064C21.6614 12.0686 22.0558 12.5639 21.9936 13.1127C21.4268 18.1145 17.1823 22.0001 12.0289 22.0001C6.49024 22.0001 2 17.5107 2 11.9725C2 6.81028 5.9005 2.56047 10.9159 2.00614C11.4648 1.94547 11.959 2.34129 12.0197 2.89023Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6081 3.0356C20.2431 3.57591 21.1096 4.34216 21.5887 4.90981C21.8534 5.22341 22.0164 5.62635 21.9981 6.06819C21.9818 6.4611 21.8247 6.81367 21.5885 7.09349C21.1094 7.66081 20.2432 8.42695 19.6084 8.96737C19.431 9.1183 19.2098 9.31028 19.0063 9.43653C18.8059 9.56081 18.3173 9.81455 17.7543 9.55444C17.1881 9.29288 17.0667 8.75128 17.0323 8.52111C16.9991 8.29937 16.9993 8.02807 16.9995 7.80097C16.9997 7.54937 16.9995 7.29778 16.9995 7.04618C16.5298 7.0616 16.1128 7.08652 15.7364 7.12615C14.7227 7.23289 14.1227 7.43709 13.6649 7.76617C13.3157 8.01715 13.0093 8.3228 12.7574 8.67134C12.4272 9.12833 12.2215 9.72778 12.1122 10.7412C12.0009 11.7732 11.9995 13.1111 11.9995 15.0015C11.9995 15.5538 11.5518 16.0015 10.9995 16.0015C10.4472 16.0015 9.9995 15.5538 9.9995 15.0015C9.99949 13.513 9.9638 12.0092 10.1237 10.5268C10.2512 9.34416 10.5192 8.35396 11.1364 7.49992C11.5142 6.97711 11.9738 6.51864 12.4976 6.14216C13.3532 5.52717 14.344 5.2617 15.527 5.13714C15.9724 5.09025 16.4617 5.06203 16.9995 5.04532C16.9995 4.76427 16.9997 4.48322 16.9995 4.20217C16.9993 3.97514 16.9991 3.70389 17.0323 3.48217C17.0667 3.25197 17.1882 2.71049 17.7542 2.44894C18.3171 2.18882 18.8057 2.44238 19.0061 2.56664C19.2096 2.69285 19.4308 2.88476 19.6081 3.0356Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-share-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.97918 6.79694C7.0913 7.33772 6.7438 7.86701 6.20302 7.97913C5.55322 8.11386 5.15827 8.31704 4.86128 8.59994C4.50065 8.94343 4.26613 9.42162 4.13663 10.3391C4.00234 11.2905 4 12.5542 4 14.3799C4 16.2056 4.00234 17.4694 4.13663 18.4208C4.26613 19.3383 4.50065 19.8164 4.86128 20.1599C5.22875 20.51 5.75098 20.7422 6.73794 20.8686C7.74887 20.998 9.08742 21 11 21H13C14.9126 21 16.2511 20.998 17.2621 20.8686C18.249 20.7422 18.7713 20.51 19.1387 20.1599C19.4993 19.8164 19.7339 19.3383 19.8634 18.4208C19.9977 17.4694 20 16.2056 20 14.3799C20 12.5542 19.9977 11.2905 19.8634 10.3391C19.7339 9.42162 19.4993 8.94343 19.1387 8.59994C18.8417 8.31704 18.4468 8.11386 17.797 7.97913C17.2562 7.86701 16.9087 7.33772 17.0208 6.79694C17.133 6.25615 17.6622 5.90866 18.203 6.02078C19.1022 6.20722 19.8759 6.54004 20.5181 7.15175C21.3291 7.92418 21.6803 8.90199 21.8437 10.0596C22.0001 11.167 22 12.5725 22 14.3041V14.4558C22 16.1873 22.0001 17.5928 21.8437 18.7003C21.6803 19.8579 21.3291 20.8357 20.5181 21.6081C19.714 22.374 18.7077 22.6998 17.5161 22.8524C16.3633 23 14.8962 23 13.0702 23H10.9298C9.1038 23 7.63674 23 6.48389 22.8524C5.29233 22.6998 4.28597 22.374 3.48187 21.6081C2.67092 20.8357 2.31966 19.8579 2.15626 18.7003C1.99994 17.5928 1.99997 16.1873 2 14.4558V14.3041C1.99997 12.5725 1.99994 11.167 2.15626 10.0596C2.31966 8.90199 2.67092 7.92418 3.48187 7.15175C4.12408 6.54004 4.89779 6.20722 5.79698 6.02078C6.33777 5.90866 6.86705 6.25615 6.97918 6.79694Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9771 6.00001C10.7044 6.00001 10.4318 5.99984 10.1591 6.00004C9.92688 6.00021 9.6494 6.00041 9.42259 5.96723C9.18709 5.93277 8.63317 5.81135 8.3656 5.24535C8.0995 4.68246 8.35889 4.19385 8.48601 3.99344C8.61511 3.78991 8.81144 3.56868 8.96575 3.39141C9.51848 2.75645 10.3023 1.88992 10.883 1.41077C11.2039 1.14606 11.6161 0.983094 12.0681 1.0014C12.47 1.01767 12.8307 1.17478 13.1169 1.41106C13.6973 1.89011 14.481 2.75629 15.0339 3.39116C15.1883 3.56846 15.3847 3.78969 15.5138 3.99322C15.641 4.19357 15.9005 4.68223 15.6344 5.24525C15.3669 5.81137 14.8128 5.93278 14.5774 5.96723C14.3505 6.00041 14.073 6.00021 13.8407 6.00004C13.5681 5.99984 13.2956 6.00001 13.0231 6.00001L13.0231 14C13.0231 14.5523 12.5651 15 12.0001 15C11.4351 15 10.9771 14.5523 10.9771 14L10.9771 6.00001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.97918 6.79694C7.0913 7.33772 6.7438 7.86701 6.20302 7.97913C5.55322 8.11386 5.15827 8.31704 4.86128 8.59994C4.50065 8.94343 4.26613 9.42162 4.13663 10.3391C4.00234 11.2905 4 12.5542 4 14.3799C4 16.2056 4.00234 17.4694 4.13663 18.4208C4.26613 19.3383 4.50065 19.8164 4.86128 20.1599C5.22875 20.51 5.75098 20.7422 6.73794 20.8686C7.74887 20.998 9.08742 21 11 21H13C14.9126 21 16.2511 20.998 17.2621 20.8686C18.249 20.7422 18.7713 20.51 19.1387 20.1599C19.4993 19.8164 19.7339 19.3383 19.8634 18.4208C19.9977 17.4694 20 16.2056 20 14.3799C20 12.5542 19.9977 11.2905 19.8634 10.3391C19.7339 9.42162 19.4993 8.94343 19.1387 8.59994C18.8417 8.31704 18.4468 8.11386 17.797 7.97913C17.2562 7.86701 16.9087 7.33772 17.0208 6.79694C17.133 6.25615 17.6622 5.90866 18.203 6.02078C19.1022 6.20722 19.8759 6.54004 20.5181 7.15175C21.3291 7.92418 21.6803 8.90199 21.8437 10.0596C22.0001 11.167 22 12.5725 22 14.3041V14.4558C22 16.1873 22.0001 17.5928 21.8437 18.7003C21.6803 19.8579 21.3291 20.8357 20.5181 21.6081C19.714 22.374 18.7077 22.6998 17.5161 22.8524C16.3633 23 14.8962 23 13.0702 23H10.9298C9.1038 23 7.63674 23 6.48389 22.8524C5.29233 22.6998 4.28597 22.374 3.48187 21.6081C2.67092 20.8357 2.31966 19.8579 2.15626 18.7003C1.99994 17.5928 1.99997 16.1873 2 14.4558V14.3041C1.99997 12.5725 1.99994 11.167 2.15626 10.0596C2.31966 8.90199 2.67092 7.92418 3.48187 7.15175C4.12408 6.54004 4.89779 6.20722 5.79698 6.02078C6.33777 5.90866 6.86705 6.25615 6.97918 6.79694Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9771 6.00001C10.7044 6.00001 10.4318 5.99984 10.1591 6.00004C9.92688 6.00021 9.6494 6.00041 9.42259 5.96723C9.18709 5.93277 8.63317 5.81135 8.3656 5.24535C8.0995 4.68246 8.35889 4.19385 8.48601 3.99344C8.61511 3.78991 8.81144 3.56868 8.96575 3.39141C9.51848 2.75645 10.3023 1.88992 10.883 1.41077C11.2039 1.14606 11.6161 0.983094 12.0681 1.0014C12.47 1.01767 12.8307 1.17478 13.1169 1.41106C13.6973 1.89011 14.481 2.75629 15.0339 3.39116C15.1883 3.56846 15.3847 3.78969 15.5138 3.99322C15.641 4.19357 15.9005 4.68223 15.6344 5.24525C15.3669 5.81137 14.8128 5.93278 14.5774 5.96723C14.3505 6.00041 14.073 6.00021 13.8407 6.00004C13.5681 5.99984 13.2956 6.00001 13.0231 6.00001L13.0231 14C13.0231 14.5523 12.5651 15 12.0001 15C11.4351 15 10.9771 14.5523 10.9771 14L10.9771 6.00001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-share-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9771 6.00001C10.7044 6.00001 10.4318 5.99984 10.1591 6.00004C9.92688 6.00021 9.6494 6.00041 9.42259 5.96723C9.18709 5.93277 8.63317 5.81135 8.3656 5.24535C8.0995 4.68246 8.35889 4.19385 8.48601 3.99344C8.61511 3.78991 8.81144 3.56868 8.96575 3.39141C9.51848 2.75645 10.3023 1.88992 10.883 1.41077C11.2039 1.14606 11.6161 0.983094 12.0681 1.0014C12.47 1.01767 12.8307 1.17478 13.1169 1.41106C13.6973 1.89011 14.481 2.75629 15.0339 3.39116C15.1883 3.56846 15.3847 3.78969 15.5138 3.99322C15.641 4.19357 15.9005 4.68223 15.6344 5.24525C15.3669 5.81137 14.8128 5.93278 14.5774 5.96723C14.3505 6.00041 14.073 6.00021 13.8407 6.00004C13.5681 5.99984 13.2956 6.00001 13.0231 6.00001L13.0231 14C13.0231 14.5523 12.5651 15 12.0001 15C11.4351 15 10.9771 14.5523 10.9771 14L10.9771 6.00001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.95859 6.25487C6.37012 6.6232 6.40514 7.2554 6.03682 7.66692C4.76945 9.08294 4 10.9504 4 13C4 17.4183 7.58172 21 12 21C16.4183 21 20 17.4183 20 13C20 10.9504 19.2306 9.08294 17.9632 7.66692C17.5949 7.2554 17.6299 6.6232 18.0414 6.25487C18.4529 5.88655 19.0851 5.92157 19.4535 6.3331C21.0363 8.10162 22 10.4395 22 13C22 18.5229 17.5228 23 12 23C6.47715 23 2 18.5229 2 13C2 10.4395 2.96367 8.10162 4.54655 6.3331C4.91487 5.92157 5.54707 5.88655 5.95859 6.25487Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9771 6.00001C10.7044 6.00001 10.4318 5.99984 10.1591 6.00004C9.92688 6.00021 9.6494 6.00041 9.42259 5.96723C9.18709 5.93277 8.63317 5.81135 8.3656 5.24535C8.0995 4.68246 8.35889 4.19385 8.48601 3.99344C8.61511 3.78991 8.81144 3.56868 8.96575 3.39141C9.51848 2.75645 10.3023 1.88992 10.883 1.41077C11.2039 1.14606 11.6161 0.983094 12.0681 1.0014C12.47 1.01767 12.8307 1.17478 13.1169 1.41106C13.6973 1.89011 14.481 2.75629 15.0339 3.39116C15.1883 3.56846 15.3847 3.78969 15.5138 3.99322C15.641 4.19357 15.9005 4.68223 15.6344 5.24525C15.3669 5.81137 14.8128 5.93278 14.5774 5.96723C14.3505 6.00041 14.073 6.00021 13.8407 6.00004C13.5681 5.99984 13.2956 6.00001 13.0231 6.00001L13.0231 14C13.0231 14.5523 12.5651 15 12.0001 15C11.4351 15 10.9771 14.5523 10.9771 14L10.9771 6.00001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.95859 6.25487C6.37012 6.6232 6.40514 7.2554 6.03682 7.66692C4.76945 9.08294 4 10.9504 4 13C4 17.4183 7.58172 21 12 21C16.4183 21 20 17.4183 20 13C20 10.9504 19.2306 9.08294 17.9632 7.66692C17.5949 7.2554 17.6299 6.6232 18.0414 6.25487C18.4529 5.88655 19.0851 5.92157 19.4535 6.3331C21.0363 8.10162 22 10.4395 22 13C22 18.5229 17.5228 23 12 23C6.47715 23 2 18.5229 2 13C2 10.4395 2.96367 8.10162 4.54655 6.3331C4.91487 5.92157 5.54707 5.88655 5.95859 6.25487Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-share-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 1.5C15.2909 1.5 13.5 3.29086 13.5 5.5C13.5 7.70914 15.2909 9.5 17.5 9.5C19.7091 9.5 21.5 7.70914 21.5 5.5C21.5 3.29086 19.7091 1.5 17.5 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.5 7.5C3.29086 7.5 1.5 9.29086 1.5 11.5C1.5 13.7091 3.29086 15.5 5.5 15.5C7.70914 15.5 9.5 13.7091 9.5 11.5C9.5 9.29086 7.70914 7.5 5.5 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5 14.5C16.2909 14.5 14.5 16.2909 14.5 18.5C14.5 20.7091 16.2909 22.5 18.5 22.5C20.7091 22.5 22.5 20.7091 22.5 18.5C22.5 16.2909 20.7091 14.5 18.5 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3724 5.5C10.6684 5.5 8.32148 6.97769 7.1135 9.14928L5.36571 8.17705C6.9178 5.38685 9.92453 3.5 13.3724 3.5C13.8135 3.5 14.2479 3.53093 14.6733 3.59086L14.3943 5.57131C14.0611 5.52436 13.7199 5.5 13.3724 5.5ZM20.4991 12.5C20.4991 10.8457 19.916 9.32633 18.9373 8.12666L20.4871 6.86241C21.7444 8.40362 22.4991 10.3655 22.4991 12.5C22.4991 14.049 22.1014 15.5088 21.4012 16.7829L19.6485 15.8196C20.1911 14.8322 20.4991 13.7027 20.4991 12.5ZM6.46689 14.2381C7.25118 17.2544 10.0387 19.5 13.3724 19.5C14.1434 19.5 14.8839 19.3801 15.5767 19.159L16.1847 21.0643C15.2975 21.3475 14.352 21.5 13.3724 21.5C9.12518 21.5 5.54402 18.6364 4.53125 14.7414L6.46689 14.2381Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 1.5C15.2909 1.5 13.5 3.29086 13.5 5.5C13.5 7.70914 15.2909 9.5 17.5 9.5C19.7091 9.5 21.5 7.70914 21.5 5.5C21.5 3.29086 19.7091 1.5 17.5 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.5 7.5C3.29086 7.5 1.5 9.29086 1.5 11.5C1.5 13.7091 3.29086 15.5 5.5 15.5C7.70914 15.5 9.5 13.7091 9.5 11.5C9.5 9.29086 7.70914 7.5 5.5 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5 14.5C16.2909 14.5 14.5 16.2909 14.5 18.5C14.5 20.7091 16.2909 22.5 18.5 22.5C20.7091 22.5 22.5 20.7091 22.5 18.5C22.5 16.2909 20.7091 14.5 18.5 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3724 5.5C10.6684 5.5 8.32148 6.97769 7.1135 9.14928L5.36571 8.17705C6.9178 5.38685 9.92453 3.5 13.3724 3.5C13.8135 3.5 14.2479 3.53093 14.6733 3.59086L14.3943 5.57131C14.0611 5.52436 13.7199 5.5 13.3724 5.5ZM20.4991 12.5C20.4991 10.8457 19.916 9.32633 18.9373 8.12666L20.4871 6.86241C21.7444 8.40362 22.4991 10.3655 22.4991 12.5C22.4991 14.049 22.1014 15.5088 21.4012 16.7829L19.6485 15.8196C20.1911 14.8322 20.4991 13.7027 20.4991 12.5ZM6.46689 14.2381C7.25118 17.2544 10.0387 19.5 13.3724 19.5C14.1434 19.5 14.8839 19.3801 15.5767 19.159L16.1847 21.0643C15.2975 21.3475 14.352 21.5 13.3724 21.5C9.12518 21.5 5.54402 18.6364 4.53125 14.7414L6.46689 14.2381Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-share-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.25 6.5C14.25 4.42893 15.9289 2.75 18 2.75C20.0711 2.75 21.75 4.42893 21.75 6.5C21.75 8.57107 20.0711 10.25 18 10.25C15.9289 10.25 14.25 8.57107 14.25 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 12C2.25 9.92893 3.92893 8.25 6 8.25C8.07107 8.25 9.75 9.92893 9.75 12C9.75 14.0711 8.07107 15.75 6 15.75C3.92893 15.75 2.25 14.0711 2.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.25 17.5C14.25 15.4289 15.9289 13.75 18 13.75C20.0711 13.75 21.75 15.4289 21.75 17.5C21.75 19.5711 20.0711 21.25 18 21.25C15.9289 21.25 14.25 19.5711 14.25 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6466 8.65973L9.14659 11.6592L8.30859 9.84321L14.8086 6.84375L15.6466 8.65973ZM9.14659 12.3437L15.6466 15.3432L14.8086 17.1592L8.30859 14.1597L9.14659 12.3437Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.25 6.5C14.25 4.42893 15.9289 2.75 18 2.75C20.0711 2.75 21.75 4.42893 21.75 6.5C21.75 8.57107 20.0711 10.25 18 10.25C15.9289 10.25 14.25 8.57107 14.25 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 12C2.25 9.92893 3.92893 8.25 6 8.25C8.07107 8.25 9.75 9.92893 9.75 12C9.75 14.0711 8.07107 15.75 6 15.75C3.92893 15.75 2.25 14.0711 2.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.25 17.5C14.25 15.4289 15.9289 13.75 18 13.75C20.0711 13.75 21.75 15.4289 21.75 17.5C21.75 19.5711 20.0711 21.25 18 21.25C15.9289 21.25 14.25 19.5711 14.25 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6466 8.65973L9.14659 11.6592L8.30859 9.84321L14.8086 6.84375L15.6466 8.65973ZM9.14659 12.3437L15.6466 15.3432L14.8086 17.1592L8.30859 14.1597L9.14659 12.3437Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-sharing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25098 16.0001C8.25098 13.9291 9.92991 12.2501 12.001 12.2501C14.072 12.2501 15.751 13.9291 15.751 16.0001C15.751 18.0712 14.072 19.7501 12.001 19.7501C9.92991 19.7501 8.25098 18.0712 8.25098 16.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.19561 4.25001C4.21372 4.25001 4.23186 4.25001 4.25001 4.25001H6.74943C7.30172 4.25001 7.74943 4.69773 7.74943 5.25001C7.74943 5.8023 7.30172 6.25001 6.74943 6.25001H4.66364L8.95712 10.5435C9.34764 10.934 9.34764 11.5672 8.95712 11.9577C8.5666 12.3482 7.93343 12.3482 7.54291 11.9577L3.25001 7.66481V9.75001C3.25001 10.3023 2.8023 10.75 2.25001 10.75C1.69773 10.75 1.25001 10.3023 1.25001 9.75001V7.25001C1.25001 7.23186 1.25001 7.21372 1.25001 7.19561C1.24992 6.77154 1.24984 6.35941 1.29554 6.01949C1.34706 5.63629 1.47259 5.19902 1.8358 4.8358C2.19902 4.47259 2.63629 4.34706 3.01949 4.29554C3.35941 4.24984 3.77154 4.24992 4.19561 4.25001ZM20.75 7.66481V9.75001C20.75 10.3023 21.1977 10.75 21.75 10.75C22.3023 10.75 22.75 10.3023 22.75 9.75001V7.25001C22.75 7.23185 22.75 7.21371 22.75 7.19558C22.7501 6.77152 22.7502 6.3594 22.7045 6.0195C22.653 5.63629 22.5274 5.19902 22.1642 4.8358C21.801 4.47258 21.3637 4.34706 20.9805 4.29554C20.6406 4.24984 20.2285 4.24992 19.8044 4.25001C19.7863 4.25001 19.7682 4.25001 19.75 4.25001H17.2506C16.6983 4.25001 16.2506 4.69773 16.2506 5.25001C16.2506 5.8023 16.6983 6.25001 17.2506 6.25001H19.3364L15.0435 10.5429C14.653 10.9334 14.653 11.5666 15.0435 11.9571C15.434 12.3476 16.0672 12.3476 16.4577 11.9571L20.75 7.66481Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25098 16.0001C8.25098 13.9291 9.92991 12.2501 12.001 12.2501C14.072 12.2501 15.751 13.9291 15.751 16.0001C15.751 18.0712 14.072 19.7501 12.001 19.7501C9.92991 19.7501 8.25098 18.0712 8.25098 16.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.19561 4.25001C4.21372 4.25001 4.23186 4.25001 4.25001 4.25001H6.74943C7.30172 4.25001 7.74943 4.69773 7.74943 5.25001C7.74943 5.8023 7.30172 6.25001 6.74943 6.25001H4.66364L8.95712 10.5435C9.34764 10.934 9.34764 11.5672 8.95712 11.9577C8.5666 12.3482 7.93343 12.3482 7.54291 11.9577L3.25001 7.66481V9.75001C3.25001 10.3023 2.8023 10.75 2.25001 10.75C1.69773 10.75 1.25001 10.3023 1.25001 9.75001V7.25001C1.25001 7.23186 1.25001 7.21372 1.25001 7.19561C1.24992 6.77154 1.24984 6.35941 1.29554 6.01949C1.34706 5.63629 1.47259 5.19902 1.8358 4.8358C2.19902 4.47259 2.63629 4.34706 3.01949 4.29554C3.35941 4.24984 3.77154 4.24992 4.19561 4.25001ZM20.75 7.66481V9.75001C20.75 10.3023 21.1977 10.75 21.75 10.75C22.3023 10.75 22.75 10.3023 22.75 9.75001V7.25001C22.75 7.23185 22.75 7.21371 22.75 7.19558C22.7501 6.77152 22.7502 6.3594 22.7045 6.0195C22.653 5.63629 22.5274 5.19902 22.1642 4.8358C21.801 4.47258 21.3637 4.34706 20.9805 4.29554C20.6406 4.24984 20.2285 4.24992 19.8044 4.25001C19.7863 4.25001 19.7682 4.25001 19.75 4.25001H17.2506C16.6983 4.25001 16.2506 4.69773 16.2506 5.25001C16.2506 5.8023 16.6983 6.25001 17.2506 6.25001H19.3364L15.0435 10.5429C14.653 10.9334 14.653 11.5666 15.0435 11.9571C15.434 12.3476 16.0672 12.3476 16.4577 11.9571L20.75 7.66481Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-unlink-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8088 11.1912C17.2602 9.64256 14.7729 9.60392 13.1781 11.0753C12.7721 11.4497 12.1395 11.4243 11.765 11.0183C11.3905 10.6124 11.416 9.97975 11.8219 9.60526C14.2024 7.40914 17.9125 7.46636 20.2231 9.77694C22.5923 12.1462 22.5923 15.9875 20.2231 18.3568L17.3568 21.223C14.9875 23.5923 11.1462 23.5923 8.77695 21.223C6.40768 18.8538 6.40768 15.0125 8.77695 12.6432L9.24129 12.1788C9.63182 11.7883 10.265 11.7883 10.6555 12.1789C11.046 12.5694 11.046 13.2025 10.6555 13.5931L10.1912 14.0574C8.60295 15.6456 8.60295 18.2206 10.1912 19.8088C11.7794 21.397 14.3544 21.397 15.9426 19.8088L18.8088 16.9426C20.3971 15.3544 20.3971 12.7794 18.8088 11.1912Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.8088 4.19116C18.2206 2.60295 15.6456 2.60295 14.0574 4.19116L11.1912 7.05741C9.60295 8.64563 9.60295 11.2206 11.1912 12.8088C12.7398 14.3574 15.2271 14.3961 16.8219 12.9247C17.2279 12.5503 17.8605 12.5757 18.235 12.9817C18.6095 13.3876 18.584 14.0202 18.1781 14.3947C15.7976 16.5909 12.0875 16.5336 9.77695 14.2231C7.40768 11.8538 7.40768 8.01246 9.77695 5.6432L12.6432 2.77695C15.0125 0.407685 18.8538 0.407685 21.2231 2.77695C23.5923 5.14621 23.5923 8.98754 21.2231 11.3568L20.7587 11.8211C20.3682 12.2117 19.735 12.2117 19.3445 11.8211C18.954 11.4306 18.954 10.7975 19.3445 10.4069L19.8088 9.94258C21.3971 8.35437 21.3971 5.77937 19.8088 4.19116Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.90027 3.20006C4.3421 2.86869 4.9689 2.95823 5.30027 3.40006L6.80027 5.40006C7.13164 5.84189 7.0421 6.46869 6.60027 6.80006C6.15844 7.13143 5.53164 7.04189 5.20027 6.60006L3.70027 4.60006C3.3689 4.15823 3.45844 3.53143 3.90027 3.20006ZM1.05159 7.68383C1.22624 7.15989 1.79256 6.87673 2.3165 7.05138L5.3165 8.05138C5.84044 8.22602 6.1236 8.79234 5.94895 9.31629C5.77431 9.84023 5.20799 10.1234 4.68404 9.94874L1.68404 8.94874C1.1601 8.77409 0.87694 8.20777 1.05159 7.68383ZM5.80027 11.4001C6.13164 11.8419 6.0421 12.4687 5.60027 12.8001L3.60027 14.3001C3.15844 14.6314 2.53164 14.5419 2.20027 14.1001C1.8689 13.6582 1.95844 13.0314 2.40027 12.7001L4.40027 11.2001C4.8421 10.8687 5.4689 10.9582 5.80027 11.4001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8088 11.1912C17.2602 9.64256 14.7729 9.60392 13.1781 11.0753C12.7721 11.4497 12.1395 11.4243 11.765 11.0183C11.3905 10.6124 11.416 9.97975 11.8219 9.60526C14.2024 7.40914 17.9125 7.46636 20.2231 9.77694C22.5923 12.1462 22.5923 15.9875 20.2231 18.3568L17.3568 21.223C14.9875 23.5923 11.1462 23.5923 8.77695 21.223C6.40768 18.8538 6.40768 15.0125 8.77695 12.6432L9.24129 12.1788C9.63182 11.7883 10.265 11.7883 10.6555 12.1789C11.046 12.5694 11.046 13.2025 10.6555 13.5931L10.1912 14.0574C8.60295 15.6456 8.60295 18.2206 10.1912 19.8088C11.7794 21.397 14.3544 21.397 15.9426 19.8088L18.8088 16.9426C20.3971 15.3544 20.3971 12.7794 18.8088 11.1912Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.8088 4.19116C18.2206 2.60295 15.6456 2.60295 14.0574 4.19116L11.1912 7.05741C9.60295 8.64563 9.60295 11.2206 11.1912 12.8088C12.7398 14.3574 15.2271 14.3961 16.8219 12.9247C17.2279 12.5503 17.8605 12.5757 18.235 12.9817C18.6095 13.3876 18.584 14.0202 18.1781 14.3947C15.7976 16.5909 12.0875 16.5336 9.77695 14.2231C7.40768 11.8538 7.40768 8.01246 9.77695 5.6432L12.6432 2.77695C15.0125 0.407685 18.8538 0.407685 21.2231 2.77695C23.5923 5.14621 23.5923 8.98754 21.2231 11.3568L20.7587 11.8211C20.3682 12.2117 19.735 12.2117 19.3445 11.8211C18.954 11.4306 18.954 10.7975 19.3445 10.4069L19.8088 9.94258C21.3971 8.35437 21.3971 5.77937 19.8088 4.19116Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.90027 3.20006C4.3421 2.86869 4.9689 2.95823 5.30027 3.40006L6.80027 5.40006C7.13164 5.84189 7.0421 6.46869 6.60027 6.80006C6.15844 7.13143 5.53164 7.04189 5.20027 6.60006L3.70027 4.60006C3.3689 4.15823 3.45844 3.53143 3.90027 3.20006ZM1.05159 7.68383C1.22624 7.15989 1.79256 6.87673 2.3165 7.05138L5.3165 8.05138C5.84044 8.22602 6.1236 8.79234 5.94895 9.31629C5.77431 9.84023 5.20799 10.1234 4.68404 9.94874L1.68404 8.94874C1.1601 8.77409 0.87694 8.20777 1.05159 7.68383ZM5.80027 11.4001C6.13164 11.8419 6.0421 12.4687 5.60027 12.8001L3.60027 14.3001C3.15844 14.6314 2.53164 14.5419 2.20027 14.1001C1.8689 13.6582 1.95844 13.0314 2.40027 12.7001L4.40027 11.2001C4.8421 10.8687 5.4689 10.9582 5.80027 11.4001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-unlink-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2929 3.83705C13.7423 1.38765 17.7136 1.38765 20.163 3.83705C22.6124 6.28645 22.6124 10.2577 20.163 12.7071L17.7071 15.1629C17.3166 15.5535 16.6834 15.5535 16.2929 15.1629C15.9024 14.7724 15.9024 14.1393 16.2929 13.7487L18.7487 11.2929C20.4171 9.62454 20.4171 6.91961 18.7487 5.25126C17.0804 3.58291 14.3755 3.58291 12.7071 5.25126L10.2513 7.70711C9.86074 8.09763 9.22757 8.09763 8.83705 7.70711C8.44652 7.31658 8.44652 6.68342 8.83705 6.29289L11.2929 3.83705ZM7.70711 8.83705C8.09763 9.22757 8.09763 9.86074 7.70711 10.2513L5.25126 12.7071C3.58291 14.3755 3.58291 17.0804 5.25126 18.7487C6.91961 20.4171 9.62454 20.4171 11.2929 18.7487L13.7487 16.2929C14.1393 15.9024 14.7724 15.9024 15.1629 16.2929C15.5535 16.6834 15.5535 17.3166 15.1629 17.7071L12.7071 20.163C10.2577 22.6124 6.28645 22.6124 3.83705 20.163C1.38765 17.7136 1.38765 13.7423 3.83705 11.2929L6.29289 8.83705C6.68342 8.44652 7.31658 8.44652 7.70711 8.83705Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9211 17C18.9211 16.4477 19.3688 16 19.9211 16H22C22.5523 16 23 16.4477 23 17C23 17.5523 22.5523 18 22 18H19.9211C19.3688 18 18.9211 17.5523 18.9211 17ZM17 18.9211C17.5523 18.9211 18 19.3688 18 19.9211L18 22C18 22.5523 17.5523 23 17 23C16.4477 23 16 22.5523 16 22L16 19.9211C16 19.3688 16.4477 18.9211 17 18.9211Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1C7.55228 1 8 1.44772 8 2L8 4.07889C8 4.63117 7.55229 5.07889 7 5.07889C6.44772 5.07889 6 4.63118 6 4.07889L6 2C6 1.44772 6.44771 1 7 1ZM1 7C1 6.44772 1.44772 6 2 6H4.07889C4.63117 6 5.07889 6.44772 5.07889 7C5.07889 7.55228 4.63117 8 4.07889 8H2C1.44772 8 1 7.55228 1 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2929 3.83705C13.7423 1.38765 17.7136 1.38765 20.163 3.83705C22.6124 6.28645 22.6124 10.2577 20.163 12.7071L17.7071 15.1629C17.3166 15.5535 16.6834 15.5535 16.2929 15.1629C15.9024 14.7724 15.9024 14.1393 16.2929 13.7487L18.7487 11.2929C20.4171 9.62454 20.4171 6.91961 18.7487 5.25126C17.0804 3.58291 14.3755 3.58291 12.7071 5.25126L10.2513 7.70711C9.86074 8.09763 9.22757 8.09763 8.83705 7.70711C8.44652 7.31658 8.44652 6.68342 8.83705 6.29289L11.2929 3.83705ZM7.70711 8.83705C8.09763 9.22757 8.09763 9.86074 7.70711 10.2513L5.25126 12.7071C3.58291 14.3755 3.58291 17.0804 5.25126 18.7487C6.91961 20.4171 9.62454 20.4171 11.2929 18.7487L13.7487 16.2929C14.1393 15.9024 14.7724 15.9024 15.1629 16.2929C15.5535 16.6834 15.5535 17.3166 15.1629 17.7071L12.7071 20.163C10.2577 22.6124 6.28645 22.6124 3.83705 20.163C1.38765 17.7136 1.38765 13.7423 3.83705 11.2929L6.29289 8.83705C6.68342 8.44652 7.31658 8.44652 7.70711 8.83705Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9211 17C18.9211 16.4477 19.3688 16 19.9211 16H22C22.5523 16 23 16.4477 23 17C23 17.5523 22.5523 18 22 18H19.9211C19.3688 18 18.9211 17.5523 18.9211 17ZM17 18.9211C17.5523 18.9211 18 19.3688 18 19.9211L18 22C18 22.5523 17.5523 23 17 23C16.4477 23 16 22.5523 16 22L16 19.9211C16 19.3688 16.4477 18.9211 17 18.9211Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1C7.55228 1 8 1.44772 8 2L8 4.07889C8 4.63117 7.55229 5.07889 7 5.07889C6.44772 5.07889 6 4.63118 6 4.07889L6 2C6 1.44772 6.44771 1 7 1ZM1 7C1 6.44772 1.44772 6 2 6H4.07889C4.63117 6 5.07889 6.44772 5.07889 7C5.07889 7.55228 4.63117 8 4.07889 8H2C1.44772 8 1 7.55228 1 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-unlink-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1631 8.83574C15.5536 9.22626 15.5536 9.85943 15.1631 10.25L10.2501 15.163C9.85955 15.5535 9.22639 15.5535 8.83586 15.163C8.44534 14.7724 8.44534 14.1393 8.83586 13.7487L13.7489 8.83574C14.1394 8.44522 14.7726 8.44522 15.1631 8.83574Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.93989 10.044C7.31098 9.98518 7.68902 9.98518 8.06011 10.044C8.37795 10.0943 8.67232 10.196 8.95339 10.339C9.44565 10.5894 9.64171 11.1914 9.39131 11.6837C9.14091 12.1759 8.53887 12.372 8.04661 12.1216C7.80169 11.997 7.52198 11.9767 7.25276 12.0193C7.08149 12.0465 6.86432 12.1339 6.48538 12.4387C6.09177 12.7554 5.62263 13.2226 4.92267 13.9225C4.22271 14.6225 3.75551 15.0916 3.43885 15.4853C3.1301 15.869 2.94086 16.2509 3.01946 16.7471C3.04658 16.9184 3.134 17.1356 3.43885 17.5145C3.75551 17.9081 4.22271 18.3773 4.92267 19.0772C5.62263 19.7772 6.09177 20.2444 6.48538 20.561C6.86916 20.8698 7.251 21.059 7.74724 20.9804C7.91851 20.9533 8.13568 20.8659 8.51462 20.561C8.90823 20.2444 9.37737 19.7772 10.0773 19.0772C10.7773 18.3773 11.2445 17.9081 11.5611 17.5145C11.866 17.1356 11.9534 16.9184 11.9805 16.7471C12.0232 16.4779 12.0029 16.1982 11.8783 15.9533C11.6279 15.461 11.824 14.859 12.3162 14.6086C12.8085 14.3582 13.4105 14.5542 13.6609 15.0465C13.8039 15.3276 13.9056 15.6219 13.9559 15.9398C14.0147 16.3109 14.0147 16.6889 13.9559 17.06C13.8519 17.7169 13.5316 18.2559 13.1195 18.7682C12.7268 19.2562 12.1815 19.8015 11.5301 20.4529L11.53 20.453C10.9596 21.0234 10.3978 21.6129 9.76828 22.1193C9.25598 22.5315 8.71698 22.8518 8.06011 22.9558C7.68901 23.0146 7.31098 23.0146 6.93989 22.9558C6.28302 22.8518 5.74402 22.5315 5.23172 22.1193C4.74366 21.7267 4.19833 21.1813 3.54691 20.5299C2.97651 19.9595 2.38699 19.3977 1.88054 18.7682C1.46839 18.2559 1.14812 17.7169 1.04408 17.06C0.985306 16.6889 0.985306 16.3109 1.04408 15.9398C1.14812 15.2829 1.46839 14.7439 1.88054 14.2316C2.27318 13.7435 2.81853 13.1982 3.46998 12.5468C4.0404 11.9764 4.60217 11.3869 5.23172 10.8804C5.74402 10.4683 6.28302 10.148 6.93989 10.044Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9399 1.04396C16.311 0.985183 16.689 0.985185 17.0601 1.04396C17.717 1.148 18.256 1.46827 18.7683 1.88042C19.2563 2.27306 19.8017 2.81841 20.4531 3.46986C21.0235 4.04027 21.613 4.60206 22.1195 5.2316C22.5316 5.7439 22.8519 6.2829 22.9559 6.93976C23.0147 7.31085 23.0147 7.68889 22.9559 8.05999C22.8519 8.71686 22.5316 9.25586 22.1195 9.76816C21.7268 10.2562 21.1814 10.8016 20.53 11.453C19.9596 12.0234 19.3978 12.6129 18.7683 13.1193C18.256 13.5315 17.717 13.8518 17.0601 13.9558C16.689 14.0146 16.311 14.0146 15.9399 13.9558C15.6221 13.9055 15.3277 13.8038 15.0466 13.6608C14.5544 13.4104 14.3583 12.8084 14.6087 12.3161C14.8591 11.8238 15.4611 11.6278 15.9534 11.8782C16.1983 12.0028 16.478 12.0231 16.7472 11.9804C16.9185 11.9533 17.1357 11.8659 17.5146 11.561C17.9082 11.2444 18.3774 10.7772 19.0773 10.0772C19.7773 9.37725 20.2445 8.90811 20.5611 8.5145C20.8699 8.13071 21.0591 7.74888 20.9805 7.25263C20.9534 7.08137 20.866 6.86419 20.5611 6.48526C20.2445 6.09165 19.7773 5.62251 19.0773 4.92255C18.3774 4.22259 17.9082 3.75539 17.5146 3.43873C17.1357 3.13388 16.9185 3.04646 16.7472 3.01934C16.251 2.94074 15.8692 3.12998 15.4854 3.43873C15.0918 3.75539 14.6226 4.22259 13.9227 4.92255C13.2227 5.62251 12.7555 6.09165 12.4389 6.48525C12.134 6.86419 12.0466 7.08137 12.0195 7.25263C11.9768 7.52186 11.9971 7.80156 12.1217 8.04649C12.3721 8.53875 12.176 9.14079 11.6838 9.39119C11.1915 9.64159 10.5895 9.44553 10.3391 8.95327C10.1961 8.67219 10.0944 8.37783 10.0441 8.05999C9.98531 7.6889 9.98531 7.31086 10.0441 6.93976C10.1481 6.2829 10.4684 5.7439 10.8805 5.2316C11.2732 4.74354 11.8185 4.19822 12.47 3.5468C13.0404 2.97641 13.6022 2.38688 14.2317 1.88042C14.744 1.46827 15.283 1.148 15.9399 1.04396Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 16C18 15.4477 18.4477 15 19 15H21C21.5523 15 22 15.4477 22 16C22 16.5523 21.5523 17 21 17H19C18.4477 17 18 16.5523 18 16ZM16 18C16.5523 18 17 18.4477 17 19V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V19C15 18.4477 15.4477 18 16 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 2C8.55228 2 9 2.44772 9 3V5C9 5.55228 8.55228 6 8 6C7.44772 6 7 5.55228 7 5V3C7 2.44772 7.44772 2 8 2ZM2 8C2 7.44772 2.44772 7 3 7H5C5.55228 7 6 7.44772 6 8C6 8.55228 5.55228 9 5 9H3C2.44772 9 2 8.55228 2 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1631 8.83574C15.5536 9.22626 15.5536 9.85943 15.1631 10.25L10.2501 15.163C9.85955 15.5535 9.22639 15.5535 8.83586 15.163C8.44534 14.7724 8.44534 14.1393 8.83586 13.7487L13.7489 8.83574C14.1394 8.44522 14.7726 8.44522 15.1631 8.83574Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.93989 10.044C7.31098 9.98518 7.68902 9.98518 8.06011 10.044C8.37795 10.0943 8.67232 10.196 8.95339 10.339C9.44565 10.5894 9.64171 11.1914 9.39131 11.6837C9.14091 12.1759 8.53887 12.372 8.04661 12.1216C7.80169 11.997 7.52198 11.9767 7.25276 12.0193C7.08149 12.0465 6.86432 12.1339 6.48538 12.4387C6.09177 12.7554 5.62263 13.2226 4.92267 13.9225C4.22271 14.6225 3.75551 15.0916 3.43885 15.4853C3.1301 15.869 2.94086 16.2509 3.01946 16.7471C3.04658 16.9184 3.134 17.1356 3.43885 17.5145C3.75551 17.9081 4.22271 18.3773 4.92267 19.0772C5.62263 19.7772 6.09177 20.2444 6.48538 20.561C6.86916 20.8698 7.251 21.059 7.74724 20.9804C7.91851 20.9533 8.13568 20.8659 8.51462 20.561C8.90823 20.2444 9.37737 19.7772 10.0773 19.0772C10.7773 18.3773 11.2445 17.9081 11.5611 17.5145C11.866 17.1356 11.9534 16.9184 11.9805 16.7471C12.0232 16.4779 12.0029 16.1982 11.8783 15.9533C11.6279 15.461 11.824 14.859 12.3162 14.6086C12.8085 14.3582 13.4105 14.5542 13.6609 15.0465C13.8039 15.3276 13.9056 15.6219 13.9559 15.9398C14.0147 16.3109 14.0147 16.6889 13.9559 17.06C13.8519 17.7169 13.5316 18.2559 13.1195 18.7682C12.7268 19.2562 12.1815 19.8015 11.5301 20.4529L11.53 20.453C10.9596 21.0234 10.3978 21.6129 9.76828 22.1193C9.25598 22.5315 8.71698 22.8518 8.06011 22.9558C7.68901 23.0146 7.31098 23.0146 6.93989 22.9558C6.28302 22.8518 5.74402 22.5315 5.23172 22.1193C4.74366 21.7267 4.19833 21.1813 3.54691 20.5299C2.97651 19.9595 2.38699 19.3977 1.88054 18.7682C1.46839 18.2559 1.14812 17.7169 1.04408 17.06C0.985306 16.6889 0.985306 16.3109 1.04408 15.9398C1.14812 15.2829 1.46839 14.7439 1.88054 14.2316C2.27318 13.7435 2.81853 13.1982 3.46998 12.5468C4.0404 11.9764 4.60217 11.3869 5.23172 10.8804C5.74402 10.4683 6.28302 10.148 6.93989 10.044Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9399 1.04396C16.311 0.985183 16.689 0.985185 17.0601 1.04396C17.717 1.148 18.256 1.46827 18.7683 1.88042C19.2563 2.27306 19.8017 2.81841 20.4531 3.46986C21.0235 4.04027 21.613 4.60206 22.1195 5.2316C22.5316 5.7439 22.8519 6.2829 22.9559 6.93976C23.0147 7.31085 23.0147 7.68889 22.9559 8.05999C22.8519 8.71686 22.5316 9.25586 22.1195 9.76816C21.7268 10.2562 21.1814 10.8016 20.53 11.453C19.9596 12.0234 19.3978 12.6129 18.7683 13.1193C18.256 13.5315 17.717 13.8518 17.0601 13.9558C16.689 14.0146 16.311 14.0146 15.9399 13.9558C15.6221 13.9055 15.3277 13.8038 15.0466 13.6608C14.5544 13.4104 14.3583 12.8084 14.6087 12.3161C14.8591 11.8238 15.4611 11.6278 15.9534 11.8782C16.1983 12.0028 16.478 12.0231 16.7472 11.9804C16.9185 11.9533 17.1357 11.8659 17.5146 11.561C17.9082 11.2444 18.3774 10.7772 19.0773 10.0772C19.7773 9.37725 20.2445 8.90811 20.5611 8.5145C20.8699 8.13071 21.0591 7.74888 20.9805 7.25263C20.9534 7.08137 20.866 6.86419 20.5611 6.48526C20.2445 6.09165 19.7773 5.62251 19.0773 4.92255C18.3774 4.22259 17.9082 3.75539 17.5146 3.43873C17.1357 3.13388 16.9185 3.04646 16.7472 3.01934C16.251 2.94074 15.8692 3.12998 15.4854 3.43873C15.0918 3.75539 14.6226 4.22259 13.9227 4.92255C13.2227 5.62251 12.7555 6.09165 12.4389 6.48525C12.134 6.86419 12.0466 7.08137 12.0195 7.25263C11.9768 7.52186 11.9971 7.80156 12.1217 8.04649C12.3721 8.53875 12.176 9.14079 11.6838 9.39119C11.1915 9.64159 10.5895 9.44553 10.3391 8.95327C10.1961 8.67219 10.0944 8.37783 10.0441 8.05999C9.98531 7.6889 9.98531 7.31086 10.0441 6.93976C10.1481 6.2829 10.4684 5.7439 10.8805 5.2316C11.2732 4.74354 11.8185 4.19822 12.47 3.5468C13.0404 2.97641 13.6022 2.38688 14.2317 1.88042C14.744 1.46827 15.283 1.148 15.9399 1.04396Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 16C18 15.4477 18.4477 15 19 15H21C21.5523 15 22 15.4477 22 16C22 16.5523 21.5523 17 21 17H19C18.4477 17 18 16.5523 18 16ZM16 18C16.5523 18 17 18.4477 17 19V21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21V19C15 18.4477 15.4477 18 16 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 2C8.55228 2 9 2.44772 9 3V5C9 5.55228 8.55228 6 8 6C7.44772 6 7 5.55228 7 5V3C7 2.44772 7.44772 2 8 2ZM2 8C2 7.44772 2.44772 7 3 7H5C5.55228 7 6 7.44772 6 8C6 8.55228 5.55228 9 5 9H3C2.44772 9 2 8.55228 2 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-unlink-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0226 4.42434C14.8474 2.52522 17.823 2.52522 19.6478 4.42433C21.4509 6.30095 21.4509 9.32764 19.6478 11.2043L16.4084 14.5757C16.126 14.8696 15.8142 15.1196 15.4814 15.3241C13.6795 16.4316 11.3201 16.1751 9.78322 14.5757C9.53777 14.3202 9.32551 14.043 9.14668 13.7501C8.85886 13.2788 9.00764 12.6633 9.479 12.3755C9.95035 12.0877 10.5658 12.2365 10.8536 12.7078C11.5911 13.9156 13.1992 14.3793 14.4341 13.6202C14.6221 13.5047 14.8012 13.3617 14.9662 13.19L18.2056 9.81857C19.265 8.71604 19.265 6.91256 18.2056 5.81003C17.1679 4.72999 15.5025 4.72999 14.4648 5.81003L13.7513 6.55263C13.3686 6.95087 12.7356 6.96352 12.3373 6.58087C11.9391 6.19822 11.9264 5.56518 12.3091 5.16693L13.0226 4.42434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.59179 9.42433C9.41655 7.52522 12.3923 7.52522 14.217 9.42433C14.4624 9.67972 14.6746 9.95686 14.8534 10.2496C15.1413 10.721 14.9925 11.3364 14.5212 11.6243C14.0499 11.9121 13.4344 11.7634 13.1466 11.292C13.0422 11.1211 12.9183 10.9594 12.7749 10.81C11.7371 9.72999 10.0717 9.72999 9.03395 10.81L5.79453 14.1814C4.73516 15.284 4.73516 17.0874 5.79453 18.19C6.83229 19.27 8.49768 19.27 9.53544 18.19L10.2492 17.4471C10.6319 17.0489 11.2649 17.0362 11.6632 17.4189C12.0614 17.8015 12.074 18.4346 11.6914 18.8328L10.9776 19.5757C9.15284 21.4748 6.17713 21.4748 4.35237 19.5757C2.54921 17.699 2.54921 14.6724 4.35237 12.7957L7.59179 9.42433Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9211 16C17.9211 15.4477 18.3688 15 18.9211 15H21C21.5523 15 22 15.4477 22 16C22 16.5523 21.5523 17 21 17H18.9211C18.3688 17 17.9211 16.5523 17.9211 16ZM16 17.9211C16.5523 17.9211 17 18.3688 17 18.9211L17 21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21L15 18.9211C15 18.3688 15.4477 17.9211 16 17.9211Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 2C8.55228 2 9 2.44772 9 3L9 5.07889C9 5.63117 8.55228 6.07889 8 6.07889C7.44771 6.07889 7 5.63117 7 5.07889L7 3C7 2.44772 7.44771 2 8 2ZM2 8C2 7.44771 2.44772 7 3 7H5.07889C5.63117 7 6.07889 7.44771 6.07889 8C6.07889 8.55228 5.63117 9 5.07889 9H3C2.44772 9 2 8.55228 2 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0226 4.42434C14.8474 2.52522 17.823 2.52522 19.6478 4.42433C21.4509 6.30095 21.4509 9.32764 19.6478 11.2043L16.4084 14.5757C16.126 14.8696 15.8142 15.1196 15.4814 15.3241C13.6795 16.4316 11.3201 16.1751 9.78322 14.5757C9.53777 14.3202 9.32551 14.043 9.14668 13.7501C8.85886 13.2788 9.00764 12.6633 9.479 12.3755C9.95035 12.0877 10.5658 12.2365 10.8536 12.7078C11.5911 13.9156 13.1992 14.3793 14.4341 13.6202C14.6221 13.5047 14.8012 13.3617 14.9662 13.19L18.2056 9.81857C19.265 8.71604 19.265 6.91256 18.2056 5.81003C17.1679 4.72999 15.5025 4.72999 14.4648 5.81003L13.7513 6.55263C13.3686 6.95087 12.7356 6.96352 12.3373 6.58087C11.9391 6.19822 11.9264 5.56518 12.3091 5.16693L13.0226 4.42434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.59179 9.42433C9.41655 7.52522 12.3923 7.52522 14.217 9.42433C14.4624 9.67972 14.6746 9.95686 14.8534 10.2496C15.1413 10.721 14.9925 11.3364 14.5212 11.6243C14.0499 11.9121 13.4344 11.7634 13.1466 11.292C13.0422 11.1211 12.9183 10.9594 12.7749 10.81C11.7371 9.72999 10.0717 9.72999 9.03395 10.81L5.79453 14.1814C4.73516 15.284 4.73516 17.0874 5.79453 18.19C6.83229 19.27 8.49768 19.27 9.53544 18.19L10.2492 17.4471C10.6319 17.0489 11.2649 17.0362 11.6632 17.4189C12.0614 17.8015 12.074 18.4346 11.6914 18.8328L10.9776 19.5757C9.15284 21.4748 6.17713 21.4748 4.35237 19.5757C2.54921 17.699 2.54921 14.6724 4.35237 12.7957L7.59179 9.42433Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9211 16C17.9211 15.4477 18.3688 15 18.9211 15H21C21.5523 15 22 15.4477 22 16C22 16.5523 21.5523 17 21 17H18.9211C18.3688 17 17.9211 16.5523 17.9211 16ZM16 17.9211C16.5523 17.9211 17 18.3688 17 18.9211L17 21C17 21.5523 16.5523 22 16 22C15.4477 22 15 21.5523 15 21L15 18.9211C15 18.3688 15.4477 17.9211 16 17.9211Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 2C8.55228 2 9 2.44772 9 3L9 5.07889C9 5.63117 8.55228 6.07889 8 6.07889C7.44771 6.07889 7 5.63117 7 5.07889L7 3C7 2.44772 7.44771 2 8 2ZM2 8C2 7.44771 2.44772 7 3 7H5.07889C5.63117 7 6.07889 7.44771 6.07889 8C6.07889 8.55228 5.63117 9 5.07889 9H3C2.44772 9 2 8.55228 2 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-unlink-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 8C4.79086 8 3 9.79086 3 12C3 14.2091 4.79086 16 7 16H10C10.5523 16 11 16.4477 11 17C11 17.5523 10.5523 18 10 18H7C3.68629 18 1 15.3137 1 12C1 8.68629 3.68629 6 7 6H10C10.5523 6 11 6.44772 11 7C11 7.55228 10.5523 8 10 8H7ZM13 7C13 6.44772 13.4477 6 14 6H17C20.3137 6 23 8.68629 23 12C23 15.3137 20.3137 18 17 18H14C13.4477 18 13 17.5523 13 17C13 16.4477 13.4477 16 14 16H17C19.2091 16 21 14.2091 21 12C21 9.79086 19.2091 8 17 8H14C13.4477 8 13 7.55228 13 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.5 21L14 19.5M8.5 21L10 19.5M8.5 3L10 4.5M15.5 3L14 4.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 8C4.79086 8 3 9.79086 3 12C3 14.2091 4.79086 16 7 16H10C10.5523 16 11 16.4477 11 17C11 17.5523 10.5523 18 10 18H7C3.68629 18 1 15.3137 1 12C1 8.68629 3.68629 6 7 6H10C10.5523 6 11 6.44772 11 7C11 7.55228 10.5523 8 10 8H7ZM13 7C13 6.44772 13.4477 6 14 6H17C20.3137 6 23 8.68629 23 12C23 15.3137 20.3137 18 17 18H14C13.4477 18 13 17.5523 13 17C13 16.4477 13.4477 16 14 16H17C19.2091 16 21 14.2091 21 12C21 9.79086 19.2091 8 17 8H14C13.4477 8 13 7.55228 13 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.5 21L14 19.5M8.5 21L10 19.5M8.5 3L10 4.5M15.5 3L14 4.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-link-and-unlink-icons-unlink-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5044 7.00689C11.039 7.00923 11.5193 7.01881 11.9318 7.07581C12.3604 7.13503 12.7791 7.25267 13.1667 7.51159C13.4943 7.73037 13.7755 8.01151 13.9944 8.33894C14.291 8.78268 14.4026 9.26775 14.4527 9.76078C14.5001 10.2258 14.5 10.7953 14.5 11.4558L14.5 12.5039C14.5 13.056 14.0523 13.5035 13.5 13.5035C12.9477 13.5035 12.5 13.056 12.5 12.5039V11.5043C12.5 10.7816 12.4988 10.3148 12.463 9.96311C12.4117 9.4585 12.1581 9.12526 11.658 9.05615C11.3948 9.01979 11.0398 9.00842 10.4956 9.00605C10.3421 9.00538 10.1781 9.00538 10 9.00538C9.27696 9.00538 8.80995 9.00659 8.45813 9.04236C7.8793 9.10122 7.59336 9.40933 7.537 9.96311C7.50121 10.3148 7.5 10.7816 7.5 11.5043V17.5019C7.5 18.2246 7.50121 18.6914 7.537 19.0431C7.57104 19.3776 7.65624 19.6399 7.94443 19.8324C8.00496 19.8728 8.12303 19.9298 8.45813 19.9638C8.80995 19.9996 9.27696 20.0008 10 20.0008C10.723 20.0008 11.1901 19.9996 11.5419 19.9638C11.877 19.9298 11.995 19.8728 12.0556 19.8324C12.2509 19.7019 12.3782 19.5268 12.4256 19.2982C12.5377 18.7576 13.0669 18.4102 13.6077 18.5222C14.1485 18.6343 14.4961 19.1633 14.384 19.7039C14.3144 20.0398 14.1973 20.3637 13.9944 20.6673C13.7755 20.9947 13.4943 21.2758 13.1667 21.4946C12.7228 21.7911 12.2375 21.9026 11.7443 21.9528C11.2791 22.0001 10.7093 22 10.0486 22H9.95143C9.29069 22 8.72089 22.0001 8.25572 21.9528C7.76248 21.9026 7.27721 21.7911 6.83329 21.4946C6.50572 21.2758 6.22447 20.9947 6.00559 20.6673C5.70898 20.2235 5.59745 19.7385 5.54727 19.2454C5.49995 18.7804 5.49997 18.2109 5.5 17.5504L5.5 11.5043C5.5 10.8232 5.49879 10.2371 5.54727 9.76078C5.59745 9.26775 5.70898 8.78268 6.00559 8.33894C6.22447 8.01151 6.50572 7.73037 6.83329 7.51159C7.27721 7.21509 7.76248 7.10361 8.25572 7.05345C9.0006 6.97771 9.75631 7.00363 10.5044 7.00689Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4956 16.9931C12.961 16.9908 12.4807 16.9812 12.0682 16.9242C11.6396 16.865 11.2209 16.7473 10.8333 16.4885C10.5057 16.2697 10.2245 15.9886 10.0056 15.6612C9.70897 15.2175 9.59744 14.7324 9.54726 14.2394C9.49994 13.7745 9.49997 13.205 9.5 12.5446L9.5 11.4965C9.5 10.9445 9.94771 10.497 10.5 10.497C11.0523 10.497 11.5 10.9445 11.5 11.4965V12.496C11.5 13.2187 11.5012 13.6855 11.537 14.0371C11.5883 14.5417 11.8419 14.8749 12.342 14.944C12.6052 14.9804 12.9602 14.9917 13.5044 14.9941C13.6579 14.9948 13.8219 14.9948 14 14.9948C14.723 14.9948 15.1901 14.9936 15.5419 14.9578C15.877 14.9237 15.995 14.8668 16.0556 14.8263C16.3438 14.6339 16.429 14.3716 16.463 14.0371C16.4988 13.6855 16.5 13.2187 16.5 12.496V6.499C16.5 5.77631 16.4988 5.30953 16.463 4.95789C16.4041 4.37934 16.0959 4.09354 15.5419 4.03721C15.1901 4.00144 14.723 4.00023 14 4.00023C13.277 4.00023 12.8099 4.00144 12.4581 4.03721C12.0386 4.07986 11.6691 4.24588 11.5744 4.7028C11.4623 5.24333 10.9331 5.59071 10.3923 5.4787C9.85148 5.36668 9.50393 4.8377 9.616 4.29717C9.68564 3.96127 9.80265 3.63742 10.0056 3.33385C10.2245 3.00644 10.5057 2.72533 10.8333 2.50657C11.2772 2.21009 11.7625 2.09862 12.2557 2.04847C12.7209 2.00117 13.2907 2.00119 13.9514 2.00122C14.5483 2.00122 15.1497 1.98801 15.7443 2.04847C16.2375 2.09862 16.7228 2.21009 17.1667 2.50657C17.4943 2.72533 17.7755 3.00644 17.9944 3.33385C18.291 3.77755 18.4026 4.26258 18.4527 4.75558C18.5001 5.22052 18.5 5.79004 18.5 6.45046L18.5 12.496C18.5 12.5123 18.5 12.5284 18.5 12.5446C18.5 13.205 18.5001 13.7745 18.4527 14.2394C18.4026 14.7324 18.291 15.2175 17.9944 15.6612C17.7755 15.9886 17.4943 16.2697 17.1667 16.4885C16.7228 16.7849 16.2375 16.8964 15.7443 16.9466C14.9994 17.0223 14.2437 16.9964 13.4956 16.9931Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20 10.5L22 9M20 14.5L22 16%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10.5L2 9M4 14.5L2 16%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5044 7.00689C11.039 7.00923 11.5193 7.01881 11.9318 7.07581C12.3604 7.13503 12.7791 7.25267 13.1667 7.51159C13.4943 7.73037 13.7755 8.01151 13.9944 8.33894C14.291 8.78268 14.4026 9.26775 14.4527 9.76078C14.5001 10.2258 14.5 10.7953 14.5 11.4558L14.5 12.5039C14.5 13.056 14.0523 13.5035 13.5 13.5035C12.9477 13.5035 12.5 13.056 12.5 12.5039V11.5043C12.5 10.7816 12.4988 10.3148 12.463 9.96311C12.4117 9.4585 12.1581 9.12526 11.658 9.05615C11.3948 9.01979 11.0398 9.00842 10.4956 9.00605C10.3421 9.00538 10.1781 9.00538 10 9.00538C9.27696 9.00538 8.80995 9.00659 8.45813 9.04236C7.8793 9.10122 7.59336 9.40933 7.537 9.96311C7.50121 10.3148 7.5 10.7816 7.5 11.5043V17.5019C7.5 18.2246 7.50121 18.6914 7.537 19.0431C7.57104 19.3776 7.65624 19.6399 7.94443 19.8324C8.00496 19.8728 8.12303 19.9298 8.45813 19.9638C8.80995 19.9996 9.27696 20.0008 10 20.0008C10.723 20.0008 11.1901 19.9996 11.5419 19.9638C11.877 19.9298 11.995 19.8728 12.0556 19.8324C12.2509 19.7019 12.3782 19.5268 12.4256 19.2982C12.5377 18.7576 13.0669 18.4102 13.6077 18.5222C14.1485 18.6343 14.4961 19.1633 14.384 19.7039C14.3144 20.0398 14.1973 20.3637 13.9944 20.6673C13.7755 20.9947 13.4943 21.2758 13.1667 21.4946C12.7228 21.7911 12.2375 21.9026 11.7443 21.9528C11.2791 22.0001 10.7093 22 10.0486 22H9.95143C9.29069 22 8.72089 22.0001 8.25572 21.9528C7.76248 21.9026 7.27721 21.7911 6.83329 21.4946C6.50572 21.2758 6.22447 20.9947 6.00559 20.6673C5.70898 20.2235 5.59745 19.7385 5.54727 19.2454C5.49995 18.7804 5.49997 18.2109 5.5 17.5504L5.5 11.5043C5.5 10.8232 5.49879 10.2371 5.54727 9.76078C5.59745 9.26775 5.70898 8.78268 6.00559 8.33894C6.22447 8.01151 6.50572 7.73037 6.83329 7.51159C7.27721 7.21509 7.76248 7.10361 8.25572 7.05345C9.0006 6.97771 9.75631 7.00363 10.5044 7.00689Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4956 16.9931C12.961 16.9908 12.4807 16.9812 12.0682 16.9242C11.6396 16.865 11.2209 16.7473 10.8333 16.4885C10.5057 16.2697 10.2245 15.9886 10.0056 15.6612C9.70897 15.2175 9.59744 14.7324 9.54726 14.2394C9.49994 13.7745 9.49997 13.205 9.5 12.5446L9.5 11.4965C9.5 10.9445 9.94771 10.497 10.5 10.497C11.0523 10.497 11.5 10.9445 11.5 11.4965V12.496C11.5 13.2187 11.5012 13.6855 11.537 14.0371C11.5883 14.5417 11.8419 14.8749 12.342 14.944C12.6052 14.9804 12.9602 14.9917 13.5044 14.9941C13.6579 14.9948 13.8219 14.9948 14 14.9948C14.723 14.9948 15.1901 14.9936 15.5419 14.9578C15.877 14.9237 15.995 14.8668 16.0556 14.8263C16.3438 14.6339 16.429 14.3716 16.463 14.0371C16.4988 13.6855 16.5 13.2187 16.5 12.496V6.499C16.5 5.77631 16.4988 5.30953 16.463 4.95789C16.4041 4.37934 16.0959 4.09354 15.5419 4.03721C15.1901 4.00144 14.723 4.00023 14 4.00023C13.277 4.00023 12.8099 4.00144 12.4581 4.03721C12.0386 4.07986 11.6691 4.24588 11.5744 4.7028C11.4623 5.24333 10.9331 5.59071 10.3923 5.4787C9.85148 5.36668 9.50393 4.8377 9.616 4.29717C9.68564 3.96127 9.80265 3.63742 10.0056 3.33385C10.2245 3.00644 10.5057 2.72533 10.8333 2.50657C11.2772 2.21009 11.7625 2.09862 12.2557 2.04847C12.7209 2.00117 13.2907 2.00119 13.9514 2.00122C14.5483 2.00122 15.1497 1.98801 15.7443 2.04847C16.2375 2.09862 16.7228 2.21009 17.1667 2.50657C17.4943 2.72533 17.7755 3.00644 17.9944 3.33385C18.291 3.77755 18.4026 4.26258 18.4527 4.75558C18.5001 5.22052 18.5 5.79004 18.5 6.45046L18.5 12.496C18.5 12.5123 18.5 12.5284 18.5 12.5446C18.5 13.205 18.5001 13.7745 18.4527 14.2394C18.4026 14.7324 18.291 15.2175 17.9944 15.6612C17.7755 15.9886 17.4943 16.2697 17.1667 16.4885C16.7228 16.7849 16.2375 16.8964 15.7443 16.9466C14.9994 17.0223 14.2437 16.9964 13.4956 16.9931Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20 10.5L22 9M20 14.5L22 16%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10.5L2 9M4 14.5L2 16%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-login-and-logout-icons-login-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.85 4C8.03858 4 4.25 7.64154 4.25 12C4.25 16.3585 8.03858 20 12.85 20C13.2801 20 13.7022 19.9707 14.1143 19.9142C14.6615 19.8393 15.1658 20.2221 15.2407 20.7693C15.3157 21.3164 14.9329 21.8208 14.3857 21.8957C13.8838 21.9645 13.371 22 12.85 22C7.05756 22 2.25 17.5827 2.25 12C2.25 6.41734 7.05756 2 12.85 2C13.371 2 13.8838 2.03552 14.3857 2.10427C14.9329 2.17922 15.3157 2.68355 15.2407 3.23073C15.1658 3.7779 14.6615 4.16072 14.1143 4.08576C13.7022 4.02931 13.2801 4 12.85 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.75 13.0059C21.3023 13.0059 21.75 12.5581 21.75 12.0059C21.75 11.4536 21.3023 11.0059 20.75 11.0059L14.25 11.0059L14.25 10.4116C14.2501 10.236 14.2503 10.0203 14.2282 9.84387L14.2278 9.84053C14.212 9.71408 14.1402 9.13804 13.5746 8.86368C13.0077 8.58872 12.5076 8.89065 12.3994 8.95597L11.9309 9.29511C11.5551 9.58975 11.0406 9.99545 10.6496 10.3759C10.4545 10.5657 10.2533 10.783 10.0944 11.0139C9.95323 11.2191 9.74996 11.5693 9.74996 12C9.74996 12.4307 9.95323 12.7809 10.0944 12.9861C10.2533 13.217 10.4545 13.4343 10.6496 13.6241C11.0406 14.0046 11.5551 14.4102 11.9309 14.7049L12.3994 15.044C12.5076 15.1093 13.0078 15.4113 13.5746 15.1363C14.1402 14.862 14.212 14.2859 14.2278 14.1595L14.2282 14.1561C14.2503 13.9797 14.2501 13.764 14.25 13.5884L14.25 13.0059L20.75 13.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.85 4C8.03858 4 4.25 7.64154 4.25 12C4.25 16.3585 8.03858 20 12.85 20C13.2801 20 13.7022 19.9707 14.1143 19.9142C14.6615 19.8393 15.1658 20.2221 15.2407 20.7693C15.3157 21.3164 14.9329 21.8208 14.3857 21.8957C13.8838 21.9645 13.371 22 12.85 22C7.05756 22 2.25 17.5827 2.25 12C2.25 6.41734 7.05756 2 12.85 2C13.371 2 13.8838 2.03552 14.3857 2.10427C14.9329 2.17922 15.3157 2.68355 15.2407 3.23073C15.1658 3.7779 14.6615 4.16072 14.1143 4.08576C13.7022 4.02931 13.2801 4 12.85 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.75 13.0059C21.3023 13.0059 21.75 12.5581 21.75 12.0059C21.75 11.4536 21.3023 11.0059 20.75 11.0059L14.25 11.0059L14.25 10.4116C14.2501 10.236 14.2503 10.0203 14.2282 9.84387L14.2278 9.84053C14.212 9.71408 14.1402 9.13804 13.5746 8.86368C13.0077 8.58872 12.5076 8.89065 12.3994 8.95597L11.9309 9.29511C11.5551 9.58975 11.0406 9.99545 10.6496 10.3759C10.4545 10.5657 10.2533 10.783 10.0944 11.0139C9.95323 11.2191 9.74996 11.5693 9.74996 12C9.74996 12.4307 9.95323 12.7809 10.0944 12.9861C10.2533 13.217 10.4545 13.4343 10.6496 13.6241C11.0406 14.0046 11.5551 14.4102 11.9309 14.7049L12.3994 15.044C12.5076 15.1093 13.0078 15.4113 13.5746 15.1363C14.1402 14.862 14.212 14.2859 14.2278 14.1595L14.2282 14.1561C14.2503 13.9797 14.2501 13.764 14.25 13.5884L14.25 13.0059L20.75 13.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-login-and-logout-icons-login-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.193 2.66745C11.3768 3.18825 11.1036 3.75945 10.5828 3.94326L9.92026 4.17711C8.60945 4.63975 7.70506 4.96051 7.03099 5.28754C6.37981 5.60347 6.03566 5.88357 5.80098 6.21526C5.5663 6.54696 5.41671 6.96471 5.33552 7.68392C5.25148 8.42839 5.25 9.38798 5.25 10.778V13.2225C5.25 14.6126 5.25148 15.5722 5.33552 16.3166C5.41671 17.0358 5.5663 17.4536 5.80098 17.7853C6.03566 18.117 6.37981 18.3971 7.031 18.713C7.70506 19.04 8.60945 19.3608 9.92026 19.8234L10.5828 20.0573C11.1036 20.2411 11.3768 20.8123 11.193 21.3331C11.0092 21.8539 10.438 22.1271 9.91718 21.9433L9.19989 21.6901C7.957 21.2515 6.94545 20.8945 6.15799 20.5124C5.33614 20.1137 4.66827 19.6471 4.1683 18.9404C3.66834 18.2338 3.45061 17.4487 3.34814 16.541C3.24996 15.6713 3.24998 14.5986 3.25 13.2806V10.72C3.24998 9.40197 3.24996 8.32928 3.34814 7.45957C3.45061 6.55186 3.66834 5.76676 4.1683 5.06012C4.66827 4.35347 5.33614 3.88686 6.15799 3.48813C6.94545 3.10609 7.957 2.74909 9.19988 2.31045L9.91718 2.05728C10.438 1.87347 11.0092 2.14665 11.193 2.66745Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.75 13.0059C20.3023 13.0059 20.75 12.5581 20.75 12.0059C20.75 11.4536 20.3023 11.0059 19.75 11.0059L13.25 11.0059L13.25 10.4116C13.2501 10.236 13.2503 10.0203 13.2282 9.84387L13.2278 9.84053C13.212 9.71408 13.1402 9.13804 12.5746 8.86368C12.0077 8.58872 11.5076 8.89065 11.3994 8.95597L10.9309 9.29511C10.5551 9.58975 10.0406 9.99545 9.64962 10.3759C9.45451 10.5657 9.25328 10.783 9.09443 11.0139C8.95323 11.2191 8.74996 11.5693 8.74996 12C8.74996 12.4307 8.95323 12.7809 9.09443 12.9861C9.25328 13.217 9.45451 13.4343 9.64962 13.6241C10.0406 14.0046 10.5551 14.4102 10.9309 14.7049L11.3994 15.044C11.5076 15.1093 12.0078 15.4113 12.5746 15.1363C13.1402 14.862 13.212 14.2859 13.2278 14.1595L13.2282 14.1561C13.2503 13.9797 13.2501 13.764 13.25 13.5884L13.25 13.0059L19.75 13.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.193 2.66745C11.3768 3.18825 11.1036 3.75945 10.5828 3.94326L9.92026 4.17711C8.60945 4.63975 7.70506 4.96051 7.03099 5.28754C6.37981 5.60347 6.03566 5.88357 5.80098 6.21526C5.5663 6.54696 5.41671 6.96471 5.33552 7.68392C5.25148 8.42839 5.25 9.38798 5.25 10.778V13.2225C5.25 14.6126 5.25148 15.5722 5.33552 16.3166C5.41671 17.0358 5.5663 17.4536 5.80098 17.7853C6.03566 18.117 6.37981 18.3971 7.031 18.713C7.70506 19.04 8.60945 19.3608 9.92026 19.8234L10.5828 20.0573C11.1036 20.2411 11.3768 20.8123 11.193 21.3331C11.0092 21.8539 10.438 22.1271 9.91718 21.9433L9.19989 21.6901C7.957 21.2515 6.94545 20.8945 6.15799 20.5124C5.33614 20.1137 4.66827 19.6471 4.1683 18.9404C3.66834 18.2338 3.45061 17.4487 3.34814 16.541C3.24996 15.6713 3.24998 14.5986 3.25 13.2806V10.72C3.24998 9.40197 3.24996 8.32928 3.34814 7.45957C3.45061 6.55186 3.66834 5.76676 4.1683 5.06012C4.66827 4.35347 5.33614 3.88686 6.15799 3.48813C6.94545 3.10609 7.957 2.74909 9.19988 2.31045L9.91718 2.05728C10.438 1.87347 11.0092 2.14665 11.193 2.66745Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.75 13.0059C20.3023 13.0059 20.75 12.5581 20.75 12.0059C20.75 11.4536 20.3023 11.0059 19.75 11.0059L13.25 11.0059L13.25 10.4116C13.2501 10.236 13.2503 10.0203 13.2282 9.84387L13.2278 9.84053C13.212 9.71408 13.1402 9.13804 12.5746 8.86368C12.0077 8.58872 11.5076 8.89065 11.3994 8.95597L10.9309 9.29511C10.5551 9.58975 10.0406 9.99545 9.64962 10.3759C9.45451 10.5657 9.25328 10.783 9.09443 11.0139C8.95323 11.2191 8.74996 11.5693 8.74996 12C8.74996 12.4307 8.95323 12.7809 9.09443 12.9861C9.25328 13.217 9.45451 13.4343 9.64962 13.6241C10.0406 14.0046 10.5551 14.4102 10.9309 14.7049L11.3994 15.044C11.5076 15.1093 12.0078 15.4113 12.5746 15.1363C13.1402 14.862 13.212 14.2859 13.2278 14.1595L13.2282 14.1561C13.2503 13.9797 13.2501 13.764 13.25 13.5884L13.25 13.0059L19.75 13.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-login-and-logout-icons-login-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5412 2.0015C14.1631 1.93735 16.1543 3.94579 16.2492 6.3353C16.2712 6.88715 15.8416 7.35229 15.2897 7.37423C14.7379 7.39616 14.2727 6.96658 14.2508 6.41473C14.1986 5.10037 13.1031 3.96388 11.5901 4.0009C11.2681 4.00878 10.8273 4.12457 9.57262 4.47848C6.79407 5.26221 4.82159 6.4599 4.34088 8.91093C4.25456 9.35105 4.25002 9.86248 4.25002 11.1628V12.8373C4.25002 14.1375 4.25456 14.649 4.34088 15.0891C4.82159 17.5401 6.79407 18.7378 9.57261 19.5215C10.8273 19.8754 11.2681 19.9912 11.5901 19.9991C13.1031 20.0361 14.1986 18.8996 14.2508 17.5853C14.2727 17.0334 14.7379 16.6038 15.2897 16.6258C15.8416 16.6477 16.2712 17.1129 16.2492 17.6647C16.1543 20.0542 14.1631 22.0627 11.5412 21.9985C10.9317 21.9836 10.224 21.7837 9.18755 21.491C9.13575 21.4764 9.08313 21.4615 9.02967 21.4464C6.08519 20.6159 3.08955 19.1006 2.37827 15.474C2.24978 14.8189 2.24987 14.0995 2.25001 12.9538C2.25001 12.9154 2.25002 12.8766 2.25002 12.8373L2.25002 11.1628C2.25002 11.1234 2.25001 11.0846 2.25001 11.0463C2.24987 9.90053 2.24978 9.18113 2.37827 8.526C3.08955 4.89942 6.0852 3.38413 9.02967 2.55359C9.08314 2.53851 9.13576 2.52365 9.18756 2.50902C10.224 2.21629 10.9317 2.01641 11.5412 2.0015Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.75 13.0059C21.3023 13.0059 21.75 12.5581 21.75 12.0059C21.75 11.4536 21.3023 11.0059 20.75 11.0059L13.25 11.0059L13.25 10.4116C13.2501 10.236 13.2503 10.0203 13.2282 9.84387L13.2278 9.84053C13.212 9.71408 13.1402 9.13804 12.5746 8.86368C12.0077 8.58872 11.5076 8.89065 11.3994 8.95597L10.9309 9.29511C10.5551 9.58975 10.0406 9.99545 9.64962 10.3759C9.45451 10.5657 9.25328 10.783 9.09443 11.0139C8.95323 11.2191 8.74996 11.5693 8.74996 12C8.74996 12.4307 8.95323 12.7809 9.09443 12.9861C9.25328 13.217 9.45451 13.4343 9.64962 13.6241C10.0406 14.0046 10.5551 14.4102 10.9309 14.7049L11.3994 15.044C11.5076 15.1093 12.0078 15.4113 12.5746 15.1363C13.1402 14.862 13.212 14.2859 13.2278 14.1595L13.2282 14.1561C13.2503 13.9797 13.2501 13.764 13.25 13.5884L13.25 13.0059L20.75 13.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5412 2.0015C14.1631 1.93735 16.1543 3.94579 16.2492 6.3353C16.2712 6.88715 15.8416 7.35229 15.2897 7.37423C14.7379 7.39616 14.2727 6.96658 14.2508 6.41473C14.1986 5.10037 13.1031 3.96388 11.5901 4.0009C11.2681 4.00878 10.8273 4.12457 9.57262 4.47848C6.79407 5.26221 4.82159 6.4599 4.34088 8.91093C4.25456 9.35105 4.25002 9.86248 4.25002 11.1628V12.8373C4.25002 14.1375 4.25456 14.649 4.34088 15.0891C4.82159 17.5401 6.79407 18.7378 9.57261 19.5215C10.8273 19.8754 11.2681 19.9912 11.5901 19.9991C13.1031 20.0361 14.1986 18.8996 14.2508 17.5853C14.2727 17.0334 14.7379 16.6038 15.2897 16.6258C15.8416 16.6477 16.2712 17.1129 16.2492 17.6647C16.1543 20.0542 14.1631 22.0627 11.5412 21.9985C10.9317 21.9836 10.224 21.7837 9.18755 21.491C9.13575 21.4764 9.08313 21.4615 9.02967 21.4464C6.08519 20.6159 3.08955 19.1006 2.37827 15.474C2.24978 14.8189 2.24987 14.0995 2.25001 12.9538C2.25001 12.9154 2.25002 12.8766 2.25002 12.8373L2.25002 11.1628C2.25002 11.1234 2.25001 11.0846 2.25001 11.0463C2.24987 9.90053 2.24978 9.18113 2.37827 8.526C3.08955 4.89942 6.0852 3.38413 9.02967 2.55359C9.08314 2.53851 9.13576 2.52365 9.18756 2.50902C10.224 2.21629 10.9317 2.01641 11.5412 2.0015Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.75 13.0059C21.3023 13.0059 21.75 12.5581 21.75 12.0059C21.75 11.4536 21.3023 11.0059 20.75 11.0059L13.25 11.0059L13.25 10.4116C13.2501 10.236 13.2503 10.0203 13.2282 9.84387L13.2278 9.84053C13.212 9.71408 13.1402 9.13804 12.5746 8.86368C12.0077 8.58872 11.5076 8.89065 11.3994 8.95597L10.9309 9.29511C10.5551 9.58975 10.0406 9.99545 9.64962 10.3759C9.45451 10.5657 9.25328 10.783 9.09443 11.0139C8.95323 11.2191 8.74996 11.5693 8.74996 12C8.74996 12.4307 8.95323 12.7809 9.09443 12.9861C9.25328 13.217 9.45451 13.4343 9.64962 13.6241C10.0406 14.0046 10.5551 14.4102 10.9309 14.7049L11.3994 15.044C11.5076 15.1093 12.0078 15.4113 12.5746 15.1363C13.1402 14.862 13.212 14.2859 13.2278 14.1595L13.2282 14.1561C13.2503 13.9797 13.2501 13.764 13.25 13.5884L13.25 13.0059L20.75 13.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-login-and-logout-icons-login-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM17 12.0059C17 12.5581 16.5523 13.0059 16 13.0059H11.5L11.5 13.5884C11.5001 13.764 11.5003 13.9797 11.4782 14.1561L11.4778 14.1595C11.462 14.2859 11.3902 14.862 10.8246 15.1363C10.2578 15.4113 9.75761 15.1093 9.64941 15.044L9.18091 14.7049C8.80508 14.4102 8.29063 14.0046 7.89962 13.6241C7.70451 13.4343 7.50328 13.217 7.34443 12.9861C7.20323 12.7809 6.99996 12.4307 6.99996 12C6.99996 11.5693 7.20323 11.2191 7.34443 11.0139C7.50328 10.783 7.70451 10.5657 7.89962 10.3759C8.29063 9.99545 8.80509 9.58975 9.18092 9.29511L9.6494 8.95597C9.75761 8.89065 10.2577 8.58872 10.8246 8.86368C11.3902 9.13804 11.462 9.71408 11.4778 9.84053L11.4782 9.84387C11.5003 10.0203 11.5001 10.236 11.5 10.4116L11.5 11.0059H16C16.5523 11.0059 17 11.4536 17 12.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM17 12.0059C17 12.5581 16.5523 13.0059 16 13.0059H11.5L11.5 13.5884C11.5001 13.764 11.5003 13.9797 11.4782 14.1561L11.4778 14.1595C11.462 14.2859 11.3902 14.862 10.8246 15.1363C10.2578 15.4113 9.75761 15.1093 9.64941 15.044L9.18091 14.7049C8.80508 14.4102 8.29063 14.0046 7.89962 13.6241C7.70451 13.4343 7.50328 13.217 7.34443 12.9861C7.20323 12.7809 6.99996 12.4307 6.99996 12C6.99996 11.5693 7.20323 11.2191 7.34443 11.0139C7.50328 10.783 7.70451 10.5657 7.89962 10.3759C8.29063 9.99545 8.80509 9.58975 9.18092 9.29511L9.6494 8.95597C9.75761 8.89065 10.2577 8.58872 10.8246 8.86368C11.3902 9.13804 11.462 9.71408 11.4778 9.84053L11.4782 9.84387C11.5003 10.0203 11.5001 10.236 11.5 10.4116L11.5 11.0059H16C16.5523 11.0059 17 11.4536 17 12.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-login-and-logout-icons-login-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM8 16.75C7.58579 16.75 7.25 16.4142 7.25 16V8C7.25 7.58579 7.58579 7.25 8 7.25C8.41421 7.25 8.75 7.58579 8.75 8V16C8.75 16.4142 8.41421 16.75 8 16.75ZM18.75 12C18.75 12.4142 18.4142 12.75 18 12.75H13.75V13.061C13.75 13.3347 13.7501 13.6033 13.7264 13.8111C13.7079 13.9739 13.6462 14.4463 13.2279 14.6628C12.8093 14.8795 12.43 14.6345 12.3014 14.5482C12.1367 14.4377 11.943 14.2689 11.7455 14.0969L11.7174 14.0724C11.4152 13.8093 11.0798 13.5032 10.816 13.2002C10.6842 13.0489 10.554 12.88 10.4532 12.7015C10.3586 12.5338 10.25 12.2885 10.25 12C10.25 11.7115 10.3586 11.4662 10.4532 11.2985C10.554 11.12 10.6842 10.9511 10.816 10.7998C11.0798 10.4968 11.4152 10.1907 11.7174 9.92757L11.7455 9.90312C11.943 9.73106 12.1367 9.56231 12.3014 9.4518C12.43 9.36549 12.8093 9.12048 13.2279 9.33716C13.6462 9.55368 13.7079 10.0261 13.7264 10.1889C13.7501 10.3967 13.75 10.6653 13.75 10.939V11.25H18C18.4142 11.25 18.75 11.5858 18.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM8 16.75C7.58579 16.75 7.25 16.4142 7.25 16V8C7.25 7.58579 7.58579 7.25 8 7.25C8.41421 7.25 8.75 7.58579 8.75 8V16C8.75 16.4142 8.41421 16.75 8 16.75ZM18.75 12C18.75 12.4142 18.4142 12.75 18 12.75H13.75V13.061C13.75 13.3347 13.7501 13.6033 13.7264 13.8111C13.7079 13.9739 13.6462 14.4463 13.2279 14.6628C12.8093 14.8795 12.43 14.6345 12.3014 14.5482C12.1367 14.4377 11.943 14.2689 11.7455 14.0969L11.7174 14.0724C11.4152 13.8093 11.0798 13.5032 10.816 13.2002C10.6842 13.0489 10.554 12.88 10.4532 12.7015C10.3586 12.5338 10.25 12.2885 10.25 12C10.25 11.7115 10.3586 11.4662 10.4532 11.2985C10.554 11.12 10.6842 10.9511 10.816 10.7998C11.0798 10.4968 11.4152 10.1907 11.7174 9.92757L11.7455 9.90312C11.943 9.73106 12.1367 9.56231 12.3014 9.4518C12.43 9.36549 12.8093 9.12048 13.2279 9.33716C13.6462 9.55368 13.7079 10.0261 13.7264 10.1889C13.7501 10.3967 13.75 10.6653 13.75 10.939V11.25H18C18.4142 11.25 18.75 11.5858 18.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-login-and-logout-icons-login-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM17 12.0059C17 12.5581 16.5523 13.0059 16 13.0059H11.5L11.5 13.5884C11.5001 13.764 11.5003 13.9797 11.4782 14.1561L11.4778 14.1595C11.462 14.2859 11.3902 14.862 10.8246 15.1363C10.2578 15.4113 9.75761 15.1093 9.64941 15.044L9.18091 14.7049C8.80508 14.4102 8.29063 14.0046 7.89962 13.6241C7.70451 13.4343 7.50328 13.217 7.34443 12.9861C7.20323 12.7809 6.99996 12.4307 6.99996 12C6.99996 11.5693 7.20323 11.2191 7.34443 11.0139C7.50328 10.783 7.70451 10.5657 7.89962 10.3759C8.29063 9.99545 8.80509 9.58975 9.18092 9.29511L9.6494 8.95597C9.75761 8.89065 10.2577 8.58872 10.8246 8.86368C11.3902 9.13804 11.462 9.71408 11.4778 9.84053L11.4782 9.84387C11.5003 10.0203 11.5001 10.236 11.5 10.4116L11.5 11.0059H16C16.5523 11.0059 17 11.4536 17 12.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM17 12.0059C17 12.5581 16.5523 13.0059 16 13.0059H11.5L11.5 13.5884C11.5001 13.764 11.5003 13.9797 11.4782 14.1561L11.4778 14.1595C11.462 14.2859 11.3902 14.862 10.8246 15.1363C10.2578 15.4113 9.75761 15.1093 9.64941 15.044L9.18091 14.7049C8.80508 14.4102 8.29063 14.0046 7.89962 13.6241C7.70451 13.4343 7.50328 13.217 7.34443 12.9861C7.20323 12.7809 6.99996 12.4307 6.99996 12C6.99996 11.5693 7.20323 11.2191 7.34443 11.0139C7.50328 10.783 7.70451 10.5657 7.89962 10.3759C8.29063 9.99545 8.80509 9.58975 9.18092 9.29511L9.6494 8.95597C9.75761 8.89065 10.2577 8.58872 10.8246 8.86368C11.3902 9.13804 11.462 9.71408 11.4778 9.84053L11.4782 9.84387C11.5003 10.0203 11.5001 10.236 11.5 10.4116L11.5 11.0059H16C16.5523 11.0059 17 11.4536 17 12.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-login-and-logout-icons-login-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM6.25 16L6.25 8C6.25 7.58579 6.58579 7.25 7 7.25C7.41421 7.25 7.75 7.58579 7.75 8L7.75 16C7.75 16.4142 7.41421 16.75 7 16.75C6.58579 16.75 6.25 16.4142 6.25 16ZM17.75 12C17.75 12.4142 17.4142 12.75 17 12.75H12.75V13.061C12.75 13.3347 12.7501 13.6033 12.7264 13.8111C12.7079 13.9739 12.6462 14.4463 12.2279 14.6628C11.8093 14.8795 11.43 14.6345 11.3014 14.5482C11.1367 14.4377 10.943 14.2689 10.7455 14.0969L10.7174 14.0724C10.4152 13.8093 10.0798 13.5032 9.81597 13.2002C9.68419 13.0489 9.55395 12.88 9.4532 12.7015C9.35855 12.5338 9.25 12.2885 9.25 12C9.25 11.7115 9.35855 11.4662 9.4532 11.2985C9.55395 11.12 9.68419 10.9511 9.81597 10.7998C10.0798 10.4968 10.4152 10.1907 10.7174 9.92757L10.7455 9.90312C10.943 9.73106 11.1367 9.56231 11.3014 9.4518C11.43 9.36549 11.8093 9.12048 12.2279 9.33716C12.6462 9.55368 12.7079 10.0261 12.7264 10.1889C12.7501 10.3967 12.75 10.6653 12.75 10.939V11.25H17C17.4142 11.25 17.75 11.5858 17.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM6.25 16L6.25 8C6.25 7.58579 6.58579 7.25 7 7.25C7.41421 7.25 7.75 7.58579 7.75 8L7.75 16C7.75 16.4142 7.41421 16.75 7 16.75C6.58579 16.75 6.25 16.4142 6.25 16ZM17.75 12C17.75 12.4142 17.4142 12.75 17 12.75H12.75V13.061C12.75 13.3347 12.7501 13.6033 12.7264 13.8111C12.7079 13.9739 12.6462 14.4463 12.2279 14.6628C11.8093 14.8795 11.43 14.6345 11.3014 14.5482C11.1367 14.4377 10.943 14.2689 10.7455 14.0969L10.7174 14.0724C10.4152 13.8093 10.0798 13.5032 9.81597 13.2002C9.68419 13.0489 9.55395 12.88 9.4532 12.7015C9.35855 12.5338 9.25 12.2885 9.25 12C9.25 11.7115 9.35855 11.4662 9.4532 11.2985C9.55395 11.12 9.68419 10.9511 9.81597 10.7998C10.0798 10.4968 10.4152 10.1907 10.7174 9.92757L10.7455 9.90312C10.943 9.73106 11.1367 9.56231 11.3014 9.4518C11.43 9.36549 11.8093 9.12048 12.2279 9.33716C12.6462 9.55368 12.7079 10.0261 12.7264 10.1889C12.7501 10.3967 12.75 10.6653 12.75 10.939V11.25H17C17.4142 11.25 17.75 11.5858 17.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-login-and-logout-icons-logout-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.85 4C8.03858 4 4.25 7.64154 4.25 12C4.25 16.3585 8.03858 20 12.85 20C13.2801 20 13.7022 19.9707 14.1143 19.9142C14.6615 19.8393 15.1658 20.2221 15.2407 20.7693C15.3157 21.3164 14.9329 21.8208 14.3857 21.8957C13.8838 21.9645 13.371 22 12.85 22C7.05756 22 2.25 17.5827 2.25 12C2.25 6.41734 7.05756 2 12.85 2C13.371 2 13.8838 2.03552 14.3857 2.10427C14.9329 2.17922 15.3157 2.68355 15.2407 3.23073C15.1658 3.7779 14.6615 4.16072 14.1143 4.08576C13.7022 4.02931 13.2801 4 12.85 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.75 13.0059C10.1977 13.0059 9.75 12.5581 9.75 12.0059C9.75 11.4536 10.1977 11.0059 10.75 11.0059L17.25 11.0059L17.25 10.4116C17.2499 10.236 17.2497 10.0203 17.2718 9.84387L17.2722 9.84053C17.288 9.71408 17.3598 9.13804 17.9254 8.86368C18.4923 8.58872 18.9924 8.89065 19.1006 8.95597L19.5691 9.29511C19.9449 9.58975 20.4594 9.99545 20.8504 10.3759C21.0455 10.5657 21.2467 10.783 21.4056 11.0139C21.5468 11.2191 21.75 11.5693 21.75 12C21.75 12.4307 21.5468 12.7809 21.4056 12.9861C21.2467 13.217 21.0455 13.4343 20.8504 13.6241C20.4594 14.0046 19.9449 14.4102 19.5691 14.7049L19.1006 15.044C18.9924 15.1093 18.4922 15.4113 17.9254 15.1363C17.3598 14.862 17.288 14.2859 17.2722 14.1595L17.2718 14.1561C17.2497 13.9797 17.2499 13.764 17.25 13.5884L17.25 13.0059L10.75 13.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.85 4C8.03858 4 4.25 7.64154 4.25 12C4.25 16.3585 8.03858 20 12.85 20C13.2801 20 13.7022 19.9707 14.1143 19.9142C14.6615 19.8393 15.1658 20.2221 15.2407 20.7693C15.3157 21.3164 14.9329 21.8208 14.3857 21.8957C13.8838 21.9645 13.371 22 12.85 22C7.05756 22 2.25 17.5827 2.25 12C2.25 6.41734 7.05756 2 12.85 2C13.371 2 13.8838 2.03552 14.3857 2.10427C14.9329 2.17922 15.3157 2.68355 15.2407 3.23073C15.1658 3.7779 14.6615 4.16072 14.1143 4.08576C13.7022 4.02931 13.2801 4 12.85 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.75 13.0059C10.1977 13.0059 9.75 12.5581 9.75 12.0059C9.75 11.4536 10.1977 11.0059 10.75 11.0059L17.25 11.0059L17.25 10.4116C17.2499 10.236 17.2497 10.0203 17.2718 9.84387L17.2722 9.84053C17.288 9.71408 17.3598 9.13804 17.9254 8.86368C18.4923 8.58872 18.9924 8.89065 19.1006 8.95597L19.5691 9.29511C19.9449 9.58975 20.4594 9.99545 20.8504 10.3759C21.0455 10.5657 21.2467 10.783 21.4056 11.0139C21.5468 11.2191 21.75 11.5693 21.75 12C21.75 12.4307 21.5468 12.7809 21.4056 12.9861C21.2467 13.217 21.0455 13.4343 20.8504 13.6241C20.4594 14.0046 19.9449 14.4102 19.5691 14.7049L19.1006 15.044C18.9924 15.1093 18.4922 15.4113 17.9254 15.1363C17.3598 14.862 17.288 14.2859 17.2722 14.1595L17.2718 14.1561C17.2497 13.9797 17.2499 13.764 17.25 13.5884L17.25 13.0059L10.75 13.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-login-and-logout-icons-logout-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.193 2.66745C12.3768 3.18825 12.1036 3.75945 11.5828 3.94326L10.9203 4.17711C9.60945 4.63975 8.70506 4.96051 8.03099 5.28754C7.37981 5.60347 7.03566 5.88357 6.80098 6.21526C6.5663 6.54696 6.41671 6.96471 6.33552 7.68392C6.25148 8.42839 6.25 9.38798 6.25 10.778V13.2225C6.25 14.6126 6.25148 15.5722 6.33552 16.3166C6.41671 17.0358 6.5663 17.4536 6.80098 17.7853C7.03566 18.117 7.37981 18.3971 8.031 18.713C8.70506 19.04 9.60945 19.3608 10.9203 19.8234L11.5828 20.0573C12.1036 20.2411 12.3768 20.8123 12.193 21.3331C12.0092 21.8539 11.438 22.1271 10.9172 21.9433L10.1999 21.6901C8.957 21.2515 7.94545 20.8945 7.15799 20.5124C6.33614 20.1137 5.66827 19.6471 5.1683 18.9404C4.66834 18.2338 4.45061 17.4487 4.34814 16.541C4.24996 15.6713 4.24998 14.5986 4.25 13.2806V10.72C4.24998 9.40197 4.24996 8.32928 4.34814 7.45957C4.45061 6.55186 4.66834 5.76676 5.1683 5.06012C5.66827 4.35347 6.33614 3.88686 7.15799 3.48813C7.94545 3.10609 8.957 2.74909 10.1999 2.31045L10.9172 2.05728C11.438 1.87347 12.0092 2.14665 12.193 2.66745Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.75 13.0059C10.1977 13.0059 9.75 12.5581 9.75 12.0059C9.75 11.4536 10.1977 11.0059 10.75 11.0059L17.25 11.0059L17.25 10.4116C17.2499 10.236 17.2497 10.0203 17.2718 9.84387L17.2722 9.84053C17.288 9.71408 17.3598 9.13804 17.9254 8.86368C18.4923 8.58872 18.9924 8.89065 19.1006 8.95597L19.5691 9.29511C19.9449 9.58975 20.4594 9.99545 20.8504 10.3759C21.0455 10.5657 21.2467 10.783 21.4056 11.0139C21.5468 11.2191 21.75 11.5693 21.75 12C21.75 12.4307 21.5468 12.7809 21.4056 12.9861C21.2467 13.217 21.0455 13.4343 20.8504 13.6241C20.4594 14.0046 19.9449 14.4102 19.5691 14.7049L19.1006 15.044C18.9924 15.1093 18.4922 15.4113 17.9254 15.1363C17.3598 14.862 17.288 14.2859 17.2722 14.1595L17.2718 14.1561C17.2497 13.9797 17.2499 13.764 17.25 13.5884L17.25 13.0059L10.75 13.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.193 2.66745C12.3768 3.18825 12.1036 3.75945 11.5828 3.94326L10.9203 4.17711C9.60945 4.63975 8.70506 4.96051 8.03099 5.28754C7.37981 5.60347 7.03566 5.88357 6.80098 6.21526C6.5663 6.54696 6.41671 6.96471 6.33552 7.68392C6.25148 8.42839 6.25 9.38798 6.25 10.778V13.2225C6.25 14.6126 6.25148 15.5722 6.33552 16.3166C6.41671 17.0358 6.5663 17.4536 6.80098 17.7853C7.03566 18.117 7.37981 18.3971 8.031 18.713C8.70506 19.04 9.60945 19.3608 10.9203 19.8234L11.5828 20.0573C12.1036 20.2411 12.3768 20.8123 12.193 21.3331C12.0092 21.8539 11.438 22.1271 10.9172 21.9433L10.1999 21.6901C8.957 21.2515 7.94545 20.8945 7.15799 20.5124C6.33614 20.1137 5.66827 19.6471 5.1683 18.9404C4.66834 18.2338 4.45061 17.4487 4.34814 16.541C4.24996 15.6713 4.24998 14.5986 4.25 13.2806V10.72C4.24998 9.40197 4.24996 8.32928 4.34814 7.45957C4.45061 6.55186 4.66834 5.76676 5.1683 5.06012C5.66827 4.35347 6.33614 3.88686 7.15799 3.48813C7.94545 3.10609 8.957 2.74909 10.1999 2.31045L10.9172 2.05728C11.438 1.87347 12.0092 2.14665 12.193 2.66745Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.75 13.0059C10.1977 13.0059 9.75 12.5581 9.75 12.0059C9.75 11.4536 10.1977 11.0059 10.75 11.0059L17.25 11.0059L17.25 10.4116C17.2499 10.236 17.2497 10.0203 17.2718 9.84387L17.2722 9.84053C17.288 9.71408 17.3598 9.13804 17.9254 8.86368C18.4923 8.58872 18.9924 8.89065 19.1006 8.95597L19.5691 9.29511C19.9449 9.58975 20.4594 9.99545 20.8504 10.3759C21.0455 10.5657 21.2467 10.783 21.4056 11.0139C21.5468 11.2191 21.75 11.5693 21.75 12C21.75 12.4307 21.5468 12.7809 21.4056 12.9861C21.2467 13.217 21.0455 13.4343 20.8504 13.6241C20.4594 14.0046 19.9449 14.4102 19.5691 14.7049L19.1006 15.044C18.9924 15.1093 18.4922 15.4113 17.9254 15.1363C17.3598 14.862 17.288 14.2859 17.2722 14.1595L17.2718 14.1561C17.2497 13.9797 17.2499 13.764 17.25 13.5884L17.25 13.0059L10.75 13.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-login-and-logout-icons-logout-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5412 2.0015C14.1631 1.93735 16.1543 3.94579 16.2492 6.3353C16.2712 6.88715 15.8416 7.35229 15.2897 7.37423C14.7379 7.39616 14.2727 6.96658 14.2508 6.41473C14.1986 5.10037 13.1031 3.96388 11.5901 4.0009C11.2681 4.00878 10.8273 4.12457 9.57262 4.47848C6.79407 5.26221 4.82159 6.4599 4.34088 8.91093C4.25456 9.35105 4.25002 9.86248 4.25002 11.1628V12.8373C4.25002 14.1375 4.25456 14.649 4.34088 15.0891C4.82159 17.5401 6.79407 18.7378 9.57261 19.5215C10.8273 19.8754 11.2681 19.9912 11.5901 19.9991C13.1031 20.0361 14.1986 18.8996 14.2508 17.5853C14.2727 17.0334 14.7379 16.6038 15.2897 16.6258C15.8416 16.6477 16.2712 17.1129 16.2492 17.6647C16.1543 20.0542 14.1631 22.0627 11.5412 21.9985C10.9317 21.9836 10.224 21.7837 9.18755 21.491C9.13575 21.4764 9.08313 21.4615 9.02967 21.4464C6.08519 20.6159 3.08955 19.1006 2.37827 15.474C2.24978 14.8189 2.24987 14.0995 2.25001 12.9538C2.25001 12.9154 2.25002 12.8766 2.25002 12.8373L2.25002 11.1628C2.25002 11.1234 2.25001 11.0846 2.25001 11.0463C2.24987 9.90053 2.24978 9.18113 2.37827 8.526C3.08955 4.89942 6.0852 3.38413 9.02967 2.55359C9.08314 2.53851 9.13576 2.52365 9.18756 2.50902C10.224 2.21629 10.9317 2.01641 11.5412 2.0015Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.75 13.0059C9.19772 13.0059 8.75 12.5581 8.75 12.0059C8.75 11.4536 9.19772 11.0059 9.75 11.0059L17.25 11.0059L17.25 10.4116C17.2499 10.236 17.2497 10.0203 17.2718 9.84387L17.2722 9.84053C17.288 9.71408 17.3598 9.13804 17.9254 8.86368C18.4923 8.58872 18.9924 8.89065 19.1006 8.95597L19.5691 9.29511C19.9449 9.58975 20.4594 9.99545 20.8504 10.3759C21.0455 10.5657 21.2467 10.783 21.4056 11.0139C21.5468 11.2191 21.75 11.5693 21.75 12C21.75 12.4307 21.5468 12.7809 21.4056 12.9861C21.2467 13.217 21.0455 13.4343 20.8504 13.6241C20.4594 14.0046 19.9449 14.4102 19.5691 14.7049L19.1006 15.044C18.9924 15.1093 18.4922 15.4113 17.9254 15.1363C17.3598 14.862 17.288 14.2859 17.2722 14.1595L17.2718 14.1561C17.2497 13.9797 17.2499 13.764 17.25 13.5884L17.25 13.0059L9.75 13.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5412 2.0015C14.1631 1.93735 16.1543 3.94579 16.2492 6.3353C16.2712 6.88715 15.8416 7.35229 15.2897 7.37423C14.7379 7.39616 14.2727 6.96658 14.2508 6.41473C14.1986 5.10037 13.1031 3.96388 11.5901 4.0009C11.2681 4.00878 10.8273 4.12457 9.57262 4.47848C6.79407 5.26221 4.82159 6.4599 4.34088 8.91093C4.25456 9.35105 4.25002 9.86248 4.25002 11.1628V12.8373C4.25002 14.1375 4.25456 14.649 4.34088 15.0891C4.82159 17.5401 6.79407 18.7378 9.57261 19.5215C10.8273 19.8754 11.2681 19.9912 11.5901 19.9991C13.1031 20.0361 14.1986 18.8996 14.2508 17.5853C14.2727 17.0334 14.7379 16.6038 15.2897 16.6258C15.8416 16.6477 16.2712 17.1129 16.2492 17.6647C16.1543 20.0542 14.1631 22.0627 11.5412 21.9985C10.9317 21.9836 10.224 21.7837 9.18755 21.491C9.13575 21.4764 9.08313 21.4615 9.02967 21.4464C6.08519 20.6159 3.08955 19.1006 2.37827 15.474C2.24978 14.8189 2.24987 14.0995 2.25001 12.9538C2.25001 12.9154 2.25002 12.8766 2.25002 12.8373L2.25002 11.1628C2.25002 11.1234 2.25001 11.0846 2.25001 11.0463C2.24987 9.90053 2.24978 9.18113 2.37827 8.526C3.08955 4.89942 6.0852 3.38413 9.02967 2.55359C9.08314 2.53851 9.13576 2.52365 9.18756 2.50902C10.224 2.21629 10.9317 2.01641 11.5412 2.0015Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.75 13.0059C9.19772 13.0059 8.75 12.5581 8.75 12.0059C8.75 11.4536 9.19772 11.0059 9.75 11.0059L17.25 11.0059L17.25 10.4116C17.2499 10.236 17.2497 10.0203 17.2718 9.84387L17.2722 9.84053C17.288 9.71408 17.3598 9.13804 17.9254 8.86368C18.4923 8.58872 18.9924 8.89065 19.1006 8.95597L19.5691 9.29511C19.9449 9.58975 20.4594 9.99545 20.8504 10.3759C21.0455 10.5657 21.2467 10.783 21.4056 11.0139C21.5468 11.2191 21.75 11.5693 21.75 12C21.75 12.4307 21.5468 12.7809 21.4056 12.9861C21.2467 13.217 21.0455 13.4343 20.8504 13.6241C20.4594 14.0046 19.9449 14.4102 19.5691 14.7049L19.1006 15.044C18.9924 15.1093 18.4922 15.4113 17.9254 15.1363C17.3598 14.862 17.288 14.2859 17.2722 14.1595L17.2718 14.1561C17.2497 13.9797 17.2499 13.764 17.25 13.5884L17.25 13.0059L9.75 13.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-login-and-logout-icons-logout-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.95964 5.18436C8.25778 5.63184 8.13597 6.23577 7.68756 6.53329C5.58339 7.92941 4.2 10.3139 4.2 13.0203C4.2 17.3192 7.69218 20.8041 12 20.8041C16.3078 20.8041 19.8 17.3192 19.8 13.0203C19.8 10.3139 18.4166 7.92941 16.3124 6.53329C15.864 6.23577 15.7422 5.63184 16.0404 5.18436C16.3385 4.73689 16.9437 4.61533 17.3921 4.91285C20.0168 6.65432 21.75 9.63513 21.75 13.0203C21.75 18.3939 17.3848 22.75 12 22.75C6.61522 22.75 2.25 18.3939 2.25 13.0203C2.25 9.63513 3.98323 6.65432 6.60789 4.91285C7.0563 4.61533 7.6615 4.73689 7.95964 5.18436Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.5523 1.25 13 1.69772 13 2.25V10.25C13 10.8023 12.5523 11.25 12 11.25C11.4477 11.25 11 10.8023 11 10.25V2.25C11 1.69772 11.4477 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.95964 5.18436C8.25778 5.63184 8.13597 6.23577 7.68756 6.53329C5.58339 7.92941 4.2 10.3139 4.2 13.0203C4.2 17.3192 7.69218 20.8041 12 20.8041C16.3078 20.8041 19.8 17.3192 19.8 13.0203C19.8 10.3139 18.4166 7.92941 16.3124 6.53329C15.864 6.23577 15.7422 5.63184 16.0404 5.18436C16.3385 4.73689 16.9437 4.61533 17.3921 4.91285C20.0168 6.65432 21.75 9.63513 21.75 13.0203C21.75 18.3939 17.3848 22.75 12 22.75C6.61522 22.75 2.25 18.3939 2.25 13.0203C2.25 9.63513 3.98323 6.65432 6.60789 4.91285C7.0563 4.61533 7.6615 4.73689 7.95964 5.18436Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C12.5523 1.25 13 1.69772 13 2.25V10.25C13 10.8023 12.5523 11.25 12 11.25C11.4477 11.25 11 10.8023 11 10.25V2.25C11 1.69772 11.4477 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-login-and-logout-icons-logout-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0059 11C13.0059 11.5523 12.5581 12 12.0059 12C11.4536 12 11.0059 11.5523 11.0059 11L11.0059 5.74996L10.4116 5.74998C10.236 5.75011 10.0203 5.75026 9.84387 5.72819L9.84053 5.72777C9.71408 5.71201 9.13804 5.64017 8.86368 5.07457C8.58872 4.50775 8.89065 4.00761 8.95597 3.8994L9.29511 3.43092C9.58975 3.05509 9.99545 2.54063 10.3759 2.14962C10.5657 1.95451 10.783 1.75328 11.0139 1.59443C11.2191 1.45323 11.5693 1.24996 12 1.24996C12.4307 1.24996 12.7809 1.45323 12.9861 1.59443C13.217 1.75328 13.4343 1.95451 13.6241 2.14962C14.0046 2.54063 14.4102 3.05508 14.7049 3.43091L15.044 3.89941C15.1093 4.00761 15.4113 4.50775 15.1363 5.07457C14.862 5.64017 14.2859 5.71201 14.1595 5.72777L14.1561 5.72819C13.9797 5.75026 13.764 5.75011 13.5884 5.74998L13.0059 5.74996L13.0059 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.87651 6.07358C7.23562 6.47335 7.20148 7.08748 6.80024 7.44529C5.18313 8.88735 4.2 10.7587 4.2 13.0357C4.2 17.3277 7.69218 20.8071 12 20.8071C16.3078 20.8071 19.8 17.3277 19.8 13.0357C19.8 10.7587 18.8169 8.88735 17.1998 7.44529C16.7985 7.08748 16.7644 6.47335 17.1235 6.07358C17.4826 5.67381 18.099 5.63979 18.5002 5.99759C20.4736 7.7573 21.75 10.134 21.75 13.0357C21.75 18.4008 17.3848 22.75 12 22.75C6.61522 22.75 2.25 18.4008 2.25 13.0357C2.25 10.134 3.52644 7.7573 5.49976 5.99759C5.901 5.63979 6.51739 5.67381 6.87651 6.07358Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0059 11C13.0059 11.5523 12.5581 12 12.0059 12C11.4536 12 11.0059 11.5523 11.0059 11L11.0059 5.74996L10.4116 5.74998C10.236 5.75011 10.0203 5.75026 9.84387 5.72819L9.84053 5.72777C9.71408 5.71201 9.13804 5.64017 8.86368 5.07457C8.58872 4.50775 8.89065 4.00761 8.95597 3.8994L9.29511 3.43092C9.58975 3.05509 9.99545 2.54063 10.3759 2.14962C10.5657 1.95451 10.783 1.75328 11.0139 1.59443C11.2191 1.45323 11.5693 1.24996 12 1.24996C12.4307 1.24996 12.7809 1.45323 12.9861 1.59443C13.217 1.75328 13.4343 1.95451 13.6241 2.14962C14.0046 2.54063 14.4102 3.05508 14.7049 3.43091L15.044 3.89941C15.1093 4.00761 15.4113 4.50775 15.1363 5.07457C14.862 5.64017 14.2859 5.71201 14.1595 5.72777L14.1561 5.72819C13.9797 5.75026 13.764 5.75011 13.5884 5.74998L13.0059 5.74996L13.0059 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.87651 6.07358C7.23562 6.47335 7.20148 7.08748 6.80024 7.44529C5.18313 8.88735 4.2 10.7587 4.2 13.0357C4.2 17.3277 7.69218 20.8071 12 20.8071C16.3078 20.8071 19.8 17.3277 19.8 13.0357C19.8 10.7587 18.8169 8.88735 17.1998 7.44529C16.7985 7.08748 16.7644 6.47335 17.1235 6.07358C17.4826 5.67381 18.099 5.63979 18.5002 5.99759C20.4736 7.7573 21.75 10.134 21.75 13.0357C21.75 18.4008 17.3848 22.75 12 22.75C6.61522 22.75 2.25 18.4008 2.25 13.0357C2.25 10.134 3.52644 7.7573 5.49976 5.99759C5.901 5.63979 6.51739 5.67381 6.87651 6.07358Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-login-and-logout-icons-logout-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM7 12.0059C7 12.5581 7.44772 13.0059 8 13.0059H12.5L12.5 13.5884C12.4999 13.764 12.4997 13.9797 12.5218 14.1561L12.5222 14.1595C12.538 14.2859 12.6098 14.862 13.1754 15.1363C13.7422 15.4113 14.2424 15.1093 14.3506 15.044L14.8191 14.7049C15.1949 14.4102 15.7094 14.0046 16.1004 13.6241C16.2955 13.4343 16.4967 13.217 16.6556 12.9861C16.7968 12.7809 17 12.4307 17 12C17 11.5693 16.7968 11.2191 16.6556 11.0139C16.4967 10.783 16.2955 10.5657 16.1004 10.3759C15.7094 9.99545 15.1949 9.58975 14.8191 9.29511L14.3506 8.95597C14.2424 8.89065 13.7423 8.58872 13.1754 8.86368C12.6098 9.13804 12.538 9.71408 12.5222 9.84053L12.5218 9.84387C12.4997 10.0203 12.4999 10.236 12.5 10.4116L12.5 11.0059H8C7.44772 11.0059 7 11.4536 7 12.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM7 12.0059C7 12.5581 7.44772 13.0059 8 13.0059H12.5L12.5 13.5884C12.4999 13.764 12.4997 13.9797 12.5218 14.1561L12.5222 14.1595C12.538 14.2859 12.6098 14.862 13.1754 15.1363C13.7422 15.4113 14.2424 15.1093 14.3506 15.044L14.8191 14.7049C15.1949 14.4102 15.7094 14.0046 16.1004 13.6241C16.2955 13.4343 16.4967 13.217 16.6556 12.9861C16.7968 12.7809 17 12.4307 17 12C17 11.5693 16.7968 11.2191 16.6556 11.0139C16.4967 10.783 16.2955 10.5657 16.1004 10.3759C15.7094 9.99545 15.1949 9.58975 14.8191 9.29511L14.3506 8.95597C14.2424 8.89065 13.7423 8.58872 13.1754 8.86368C12.6098 9.13804 12.538 9.71408 12.5222 9.84053L12.5218 9.84387C12.4997 10.0203 12.4999 10.236 12.5 10.4116L12.5 11.0059H8C7.44772 11.0059 7 11.4536 7 12.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-login-and-logout-icons-logout-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM16 16.75C16.4142 16.75 16.75 16.4142 16.75 16V8C16.75 7.58579 16.4142 7.25 16 7.25C15.5858 7.25 15.25 7.58579 15.25 8V16C15.25 16.4142 15.5858 16.75 16 16.75ZM5.25 12C5.25 12.4142 5.58579 12.75 6 12.75H10.25V13.061C10.25 13.3347 10.2499 13.6033 10.2736 13.8111C10.2921 13.9739 10.3538 14.4463 10.7721 14.6628C11.1907 14.8795 11.57 14.6345 11.6986 14.5482C11.8633 14.4377 12.057 14.2689 12.2545 14.0969L12.2826 14.0724C12.5848 13.8093 12.9202 13.5032 13.184 13.2002C13.3158 13.0489 13.446 12.88 13.5468 12.7015C13.6414 12.5338 13.75 12.2885 13.75 12C13.75 11.7115 13.6414 11.4662 13.5468 11.2985C13.446 11.12 13.3158 10.9511 13.184 10.7998C12.9202 10.4968 12.5848 10.1907 12.2826 9.92757L12.2545 9.90312C12.057 9.73106 11.8633 9.56231 11.6986 9.4518C11.57 9.36549 11.1907 9.12048 10.7721 9.33716C10.3538 9.55368 10.2921 10.0261 10.2736 10.1889C10.2499 10.3967 10.25 10.6653 10.25 10.939V11.25H6C5.58579 11.25 5.25 11.5858 5.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM16 16.75C16.4142 16.75 16.75 16.4142 16.75 16V8C16.75 7.58579 16.4142 7.25 16 7.25C15.5858 7.25 15.25 7.58579 15.25 8V16C15.25 16.4142 15.5858 16.75 16 16.75ZM5.25 12C5.25 12.4142 5.58579 12.75 6 12.75H10.25V13.061C10.25 13.3347 10.2499 13.6033 10.2736 13.8111C10.2921 13.9739 10.3538 14.4463 10.7721 14.6628C11.1907 14.8795 11.57 14.6345 11.6986 14.5482C11.8633 14.4377 12.057 14.2689 12.2545 14.0969L12.2826 14.0724C12.5848 13.8093 12.9202 13.5032 13.184 13.2002C13.3158 13.0489 13.446 12.88 13.5468 12.7015C13.6414 12.5338 13.75 12.2885 13.75 12C13.75 11.7115 13.6414 11.4662 13.5468 11.2985C13.446 11.12 13.3158 10.9511 13.184 10.7998C12.9202 10.4968 12.5848 10.1907 12.2826 9.92757L12.2545 9.90312C12.057 9.73106 11.8633 9.56231 11.6986 9.4518C11.57 9.36549 11.1907 9.12048 10.7721 9.33716C10.3538 9.55368 10.2921 10.0261 10.2736 10.1889C10.2499 10.3967 10.25 10.6653 10.25 10.939V11.25H6C5.58579 11.25 5.25 11.5858 5.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-login-and-logout-icons-logout-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7 12.0059C7 12.5581 7.44772 13.0059 8 13.0059H12.5L12.5 13.5884C12.4999 13.764 12.4997 13.9797 12.5218 14.1561L12.5222 14.1595C12.538 14.2859 12.6098 14.862 13.1754 15.1363C13.7422 15.4113 14.2424 15.1093 14.3506 15.044L14.8191 14.7049C15.1949 14.4102 15.7094 14.0046 16.1004 13.6241C16.2955 13.4343 16.4967 13.217 16.6556 12.9861C16.7968 12.7809 17 12.4307 17 12C17 11.5693 16.7968 11.2191 16.6556 11.0139C16.4967 10.783 16.2955 10.5657 16.1004 10.3759C15.7094 9.99545 15.1949 9.58975 14.8191 9.29511L14.3506 8.95597C14.2424 8.89065 13.7423 8.58872 13.1754 8.86368C12.6098 9.13804 12.538 9.71408 12.5222 9.84053L12.5218 9.84387C12.4997 10.0203 12.4999 10.236 12.5 10.4116L12.5 11.0059H8C7.44772 11.0059 7 11.4536 7 12.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7 12.0059C7 12.5581 7.44772 13.0059 8 13.0059H12.5L12.5 13.5884C12.4999 13.764 12.4997 13.9797 12.5218 14.1561L12.5222 14.1595C12.538 14.2859 12.6098 14.862 13.1754 15.1363C13.7422 15.4113 14.2424 15.1093 14.3506 15.044L14.8191 14.7049C15.1949 14.4102 15.7094 14.0046 16.1004 13.6241C16.2955 13.4343 16.4967 13.217 16.6556 12.9861C16.7968 12.7809 17 12.4307 17 12C17 11.5693 16.7968 11.2191 16.6556 11.0139C16.4967 10.783 16.2955 10.5657 16.1004 10.3759C15.7094 9.99545 15.1949 9.58975 14.8191 9.29511L14.3506 8.95597C14.2424 8.89065 13.7423 8.58872 13.1754 8.86368C12.6098 9.13804 12.538 9.71408 12.5222 9.84053L12.5218 9.84387C12.4997 10.0203 12.4999 10.236 12.5 10.4116L12.5 11.0059H8C7.44772 11.0059 7 11.4536 7 12.0059Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-login-and-logout-icons-logout-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM17.75 16L17.75 8C17.75 7.58579 17.4142 7.25 17 7.25C16.5858 7.25 16.25 7.58579 16.25 8L16.25 16C16.25 16.4142 16.5858 16.75 17 16.75C17.4142 16.75 17.75 16.4142 17.75 16ZM6.25 12C6.25 12.4142 6.58579 12.75 7 12.75H11.25V13.061C11.25 13.3347 11.2499 13.6033 11.2736 13.8111C11.2921 13.9739 11.3538 14.4463 11.7721 14.6628C12.1907 14.8795 12.57 14.6345 12.6986 14.5482C12.8633 14.4377 13.057 14.2689 13.2545 14.0969L13.2826 14.0724C13.5848 13.8093 13.9202 13.5032 14.184 13.2002C14.3158 13.0489 14.446 12.88 14.5468 12.7015C14.6414 12.5338 14.75 12.2885 14.75 12C14.75 11.7115 14.6414 11.4662 14.5468 11.2985C14.446 11.12 14.3158 10.9511 14.184 10.7998C13.9202 10.4968 13.5848 10.1907 13.2826 9.92757L13.2545 9.90312C13.057 9.73106 12.8633 9.56231 12.6986 9.4518C12.57 9.36549 12.1907 9.12048 11.7721 9.33716C11.3538 9.55368 11.2921 10.0261 11.2736 10.1889C11.2499 10.3967 11.25 10.6653 11.25 10.939V11.25H7C6.58579 11.25 6.25 11.5858 6.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.7521 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059ZM17.75 16L17.75 8C17.75 7.58579 17.4142 7.25 17 7.25C16.5858 7.25 16.25 7.58579 16.25 8L16.25 16C16.25 16.4142 16.5858 16.75 17 16.75C17.4142 16.75 17.75 16.4142 17.75 16ZM6.25 12C6.25 12.4142 6.58579 12.75 7 12.75H11.25V13.061C11.25 13.3347 11.2499 13.6033 11.2736 13.8111C11.2921 13.9739 11.3538 14.4463 11.7721 14.6628C12.1907 14.8795 12.57 14.6345 12.6986 14.5482C12.8633 14.4377 13.057 14.2689 13.2545 14.0969L13.2826 14.0724C13.5848 13.8093 13.9202 13.5032 14.184 13.2002C14.3158 13.0489 14.446 12.88 14.5468 12.7015C14.6414 12.5338 14.75 12.2885 14.75 12C14.75 11.7115 14.6414 11.4662 14.5468 11.2985C14.446 11.12 14.3158 10.9511 14.184 10.7998C13.9202 10.4968 13.5848 10.1907 13.2826 9.92757L13.2545 9.90312C13.057 9.73106 12.8633 9.56231 12.6986 9.4518C12.57 9.36549 12.1907 9.12048 11.7721 9.33716C11.3538 9.55368 11.2921 10.0261 11.2736 10.1889C11.2499 10.3967 11.25 10.6653 11.25 10.939V11.25H7C6.58579 11.25 6.25 11.5858 6.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-accident{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 20.375C16 21.7557 17.1193 22.875 18.5 22.875C19.8807 22.875 21 21.7557 21 20.375C21 18.9943 19.8807 17.875 18.5 17.875C17.1193 17.875 16 18.9943 16 20.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8 20.375C8 21.7557 6.88071 22.875 5.5 22.875C4.11929 22.875 3 21.7557 3 20.375C3 18.9943 4.11929 17.875 5.5 17.875C6.88071 17.875 8 18.9943 8 20.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.01831 8.18567C1.12298 7.64339 1.64743 7.28864 2.1897 7.39331C2.62419 7.47717 3.07317 7.71482 3.28546 7.82727C4.36632 8.39002 5.04199 9.36764 5.55648 10.1909C5.67448 10.3797 5.78416 10.56 5.88847 10.7313L5.88867 10.7317C6.28361 11.3806 6.60323 11.9057 7.02027 12.3169C7.14781 12.4225 7.4739 12.6631 7.75788 12.7811C7.97788 12.8795 8.17712 12.954 8.40336 13.0385C8.54922 13.093 8.70631 13.1517 8.88742 13.2237C9.70682 13.5496 10.7735 14.0651 11.268 15.3542C11.5018 15.9637 11.5012 16.6465 11.5003 17.4965L11.5002 18.4296V18.4296C11.5003 18.8537 11.5004 19.2658 11.4547 19.6057C11.4031 19.9889 11.2776 20.4262 10.9144 20.7894C10.5512 21.1526 10.1139 21.2781 9.73071 21.3297C9.62213 21.3443 9.50618 21.3542 9.38483 21.3609C9.25108 21.3684 9.15198 21.241 9.17808 21.1096C9.22526 20.872 9.25 20.6264 9.25 20.375C9.25 18.3039 7.57107 16.625 5.5 16.625C3.42893 16.625 1.75 18.3039 1.75 20.375C1.75 20.6159 1.77271 20.8515 1.81611 21.0797C1.84259 21.219 1.72772 21.3481 1.59795 21.291C1.24596 21.1362 1.00019 20.7844 1.00019 20.3752V13.3752C1.00019 12.8229 1.4479 12.3752 2.00019 12.3752H4.18582C4.34409 12.3752 4.44027 12.1997 4.35712 12.065C4.27385 11.9301 4.19381 11.7978 4.11667 11.6702C4.02758 11.5229 3.94234 11.3819 3.86042 11.2508C3.3565 10.4444 2.92209 9.89293 2.36184 9.60123C2.21508 9.51476 1.9525 9.40962 1.8256 9.36256C1.81561 9.35886 1.80534 9.35608 1.79491 9.35389C1.26154 9.2422 0.914657 8.72267 1.01831 8.18567Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.9821 8.18567C22.8774 7.64339 22.353 7.28864 21.8107 7.39331C21.3762 7.47717 20.9272 7.71482 20.7149 7.82727C19.6341 8.39002 18.9584 9.36764 18.4439 10.1909C18.3259 10.3797 18.2162 10.56 18.1119 10.7313L18.1117 10.7317C17.7168 11.3806 17.3972 11.9057 16.9801 12.3169C16.8526 12.4225 16.5265 12.6631 16.2425 12.7811C16.0225 12.8795 15.8233 12.954 15.597 13.0385C15.4512 13.093 15.2941 13.1517 15.113 13.2237C14.2936 13.5496 13.2269 14.0651 12.7324 15.3542C12.4985 15.9637 12.4992 16.6465 12.5001 17.4965L12.5002 18.4296L12.5002 18.4296C12.5001 18.8537 12.5 19.2658 12.5457 19.6057C12.5973 19.9889 12.7228 20.4262 13.086 20.7894C13.4492 21.1526 13.8865 21.2781 14.2697 21.3297C14.3781 21.3442 14.494 21.3542 14.6152 21.3609C14.7489 21.3684 14.848 21.241 14.8219 21.1096C14.7747 20.872 14.75 20.6264 14.75 20.375C14.75 18.3039 16.4289 16.625 18.5 16.625C20.5711 16.625 22.25 18.3039 22.25 20.375C22.25 20.6159 22.2273 20.8516 22.1839 21.0799C22.1574 21.2191 22.2722 21.3482 22.402 21.2912C22.7542 21.1365 23.0002 20.7846 23.0002 20.3752V13.3752C23.0002 12.8229 22.5525 12.3752 22.0002 12.3752H19.8146C19.6563 12.3752 19.5601 12.1997 19.6433 12.065C19.7265 11.9301 19.8066 11.7978 19.8837 11.6702C19.9728 11.5229 20.0581 11.3819 20.14 11.2508C20.6439 10.4444 21.0783 9.89293 21.6386 9.60123C21.7853 9.51476 22.0479 9.40962 22.1748 9.36256C22.1848 9.35886 22.1951 9.35608 22.2055 9.35389C22.7389 9.2422 23.0857 8.72267 22.9821 8.18567Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.524 1.63224C11.9748 1.5643 11.6761 1.99375 11.6002 2.10573C11.4979 2.25677 11.3955 2.46264 11.3012 2.65253L10.8797 3.49967C10.7466 3.76704 10.6801 3.90073 10.5562 3.93826C10.4322 3.97578 10.3027 3.90143 10.0437 3.75271L8.77463 3.02395L8.77463 3.02395C8.56314 2.90241 8.34497 2.77704 8.16438 2.70191C8.06865 2.66208 7.9192 2.6078 7.74575 2.59868C7.54526 2.58814 7.29126 2.63902 7.08072 2.83785C6.8707 3.03619 6.80555 3.2858 6.80361 3.48463C6.80193 3.65732 6.8461 3.80929 6.87965 3.90755C6.9429 4.09286 7.0537 4.31909 7.16139 4.53897L7.88462 6.01674C8.0402 6.33465 8.118 6.49361 8.05632 6.62408C8.05375 6.62951 8.05102 6.63486 8.04814 6.64012C7.97874 6.76665 7.8044 6.79702 7.45571 6.85775L7.45569 6.85775C7.29442 6.88572 7.10091 6.91928 6.9468 6.96983C6.79424 7.01988 6.40217 7.17383 6.28113 7.62824C6.16039 8.08148 6.42245 8.40994 6.52917 8.52926C6.63729 8.65015 6.788 8.77617 6.91389 8.88143L8.52204 10.1593L8.52205 10.1593C8.98478 10.5272 9.35065 10.8181 9.79294 10.9723C10.2352 11.1265 10.7026 11.1261 11.2938 11.1256C11.5008 11.1256 11.6042 11.1256 11.674 11.0851C11.7469 11.0428 11.7987 10.9719 11.8167 10.8895C11.8339 10.8107 11.8022 10.7122 11.739 10.5151L11.2861 9.10445C11.1595 8.71006 11.3766 8.28771 11.771 8.1611C12.1653 8.03449 12.5877 8.25156 12.7143 8.64595L13.482 11.0374C13.4955 11.0793 13.5338 11.1096 13.5778 11.1073C13.7041 11.1007 13.8239 11.0917 13.9371 11.0794C14.3899 11.0303 14.8069 10.9235 15.1941 10.6664C15.5813 10.4092 15.8415 10.0663 16.0624 9.66803C16.27 9.29375 16.4706 8.81686 16.7075 8.25402L17.5275 6.30338L17.5275 6.30334C17.5952 6.13348 17.6729 5.93878 17.7131 5.77339C17.749 5.62602 17.8407 5.17594 17.4819 4.82405C17.1211 4.47017 16.671 4.57378 16.524 4.61378C16.3598 4.65846 16.1674 4.74144 16.0003 4.81354L14.7324 5.35964C14.4237 5.49256 14.2694 5.55902 14.1437 5.49466C14.018 5.43029 13.9817 5.26624 13.9092 4.93813L13.9092 4.93812L13.4626 2.91848C13.4168 2.7112 13.3673 2.48665 13.3045 2.3153C13.258 2.18835 13.0724 1.70009 12.524 1.63224Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 20.375C16 21.7557 17.1193 22.875 18.5 22.875C19.8807 22.875 21 21.7557 21 20.375C21 18.9943 19.8807 17.875 18.5 17.875C17.1193 17.875 16 18.9943 16 20.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8 20.375C8 21.7557 6.88071 22.875 5.5 22.875C4.11929 22.875 3 21.7557 3 20.375C3 18.9943 4.11929 17.875 5.5 17.875C6.88071 17.875 8 18.9943 8 20.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.01831 8.18567C1.12298 7.64339 1.64743 7.28864 2.1897 7.39331C2.62419 7.47717 3.07317 7.71482 3.28546 7.82727C4.36632 8.39002 5.04199 9.36764 5.55648 10.1909C5.67448 10.3797 5.78416 10.56 5.88847 10.7313L5.88867 10.7317C6.28361 11.3806 6.60323 11.9057 7.02027 12.3169C7.14781 12.4225 7.4739 12.6631 7.75788 12.7811C7.97788 12.8795 8.17712 12.954 8.40336 13.0385C8.54922 13.093 8.70631 13.1517 8.88742 13.2237C9.70682 13.5496 10.7735 14.0651 11.268 15.3542C11.5018 15.9637 11.5012 16.6465 11.5003 17.4965L11.5002 18.4296V18.4296C11.5003 18.8537 11.5004 19.2658 11.4547 19.6057C11.4031 19.9889 11.2776 20.4262 10.9144 20.7894C10.5512 21.1526 10.1139 21.2781 9.73071 21.3297C9.62213 21.3443 9.50618 21.3542 9.38483 21.3609C9.25108 21.3684 9.15198 21.241 9.17808 21.1096C9.22526 20.872 9.25 20.6264 9.25 20.375C9.25 18.3039 7.57107 16.625 5.5 16.625C3.42893 16.625 1.75 18.3039 1.75 20.375C1.75 20.6159 1.77271 20.8515 1.81611 21.0797C1.84259 21.219 1.72772 21.3481 1.59795 21.291C1.24596 21.1362 1.00019 20.7844 1.00019 20.3752V13.3752C1.00019 12.8229 1.4479 12.3752 2.00019 12.3752H4.18582C4.34409 12.3752 4.44027 12.1997 4.35712 12.065C4.27385 11.9301 4.19381 11.7978 4.11667 11.6702C4.02758 11.5229 3.94234 11.3819 3.86042 11.2508C3.3565 10.4444 2.92209 9.89293 2.36184 9.60123C2.21508 9.51476 1.9525 9.40962 1.8256 9.36256C1.81561 9.35886 1.80534 9.35608 1.79491 9.35389C1.26154 9.2422 0.914657 8.72267 1.01831 8.18567Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.9821 8.18567C22.8774 7.64339 22.353 7.28864 21.8107 7.39331C21.3762 7.47717 20.9272 7.71482 20.7149 7.82727C19.6341 8.39002 18.9584 9.36764 18.4439 10.1909C18.3259 10.3797 18.2162 10.56 18.1119 10.7313L18.1117 10.7317C17.7168 11.3806 17.3972 11.9057 16.9801 12.3169C16.8526 12.4225 16.5265 12.6631 16.2425 12.7811C16.0225 12.8795 15.8233 12.954 15.597 13.0385C15.4512 13.093 15.2941 13.1517 15.113 13.2237C14.2936 13.5496 13.2269 14.0651 12.7324 15.3542C12.4985 15.9637 12.4992 16.6465 12.5001 17.4965L12.5002 18.4296L12.5002 18.4296C12.5001 18.8537 12.5 19.2658 12.5457 19.6057C12.5973 19.9889 12.7228 20.4262 13.086 20.7894C13.4492 21.1526 13.8865 21.2781 14.2697 21.3297C14.3781 21.3442 14.494 21.3542 14.6152 21.3609C14.7489 21.3684 14.848 21.241 14.8219 21.1096C14.7747 20.872 14.75 20.6264 14.75 20.375C14.75 18.3039 16.4289 16.625 18.5 16.625C20.5711 16.625 22.25 18.3039 22.25 20.375C22.25 20.6159 22.2273 20.8516 22.1839 21.0799C22.1574 21.2191 22.2722 21.3482 22.402 21.2912C22.7542 21.1365 23.0002 20.7846 23.0002 20.3752V13.3752C23.0002 12.8229 22.5525 12.3752 22.0002 12.3752H19.8146C19.6563 12.3752 19.5601 12.1997 19.6433 12.065C19.7265 11.9301 19.8066 11.7978 19.8837 11.6702C19.9728 11.5229 20.0581 11.3819 20.14 11.2508C20.6439 10.4444 21.0783 9.89293 21.6386 9.60123C21.7853 9.51476 22.0479 9.40962 22.1748 9.36256C22.1848 9.35886 22.1951 9.35608 22.2055 9.35389C22.7389 9.2422 23.0857 8.72267 22.9821 8.18567Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.524 1.63224C11.9748 1.5643 11.6761 1.99375 11.6002 2.10573C11.4979 2.25677 11.3955 2.46264 11.3012 2.65253L10.8797 3.49967C10.7466 3.76704 10.6801 3.90073 10.5562 3.93826C10.4322 3.97578 10.3027 3.90143 10.0437 3.75271L8.77463 3.02395L8.77463 3.02395C8.56314 2.90241 8.34497 2.77704 8.16438 2.70191C8.06865 2.66208 7.9192 2.6078 7.74575 2.59868C7.54526 2.58814 7.29126 2.63902 7.08072 2.83785C6.8707 3.03619 6.80555 3.2858 6.80361 3.48463C6.80193 3.65732 6.8461 3.80929 6.87965 3.90755C6.9429 4.09286 7.0537 4.31909 7.16139 4.53897L7.88462 6.01674C8.0402 6.33465 8.118 6.49361 8.05632 6.62408C8.05375 6.62951 8.05102 6.63486 8.04814 6.64012C7.97874 6.76665 7.8044 6.79702 7.45571 6.85775L7.45569 6.85775C7.29442 6.88572 7.10091 6.91928 6.9468 6.96983C6.79424 7.01988 6.40217 7.17383 6.28113 7.62824C6.16039 8.08148 6.42245 8.40994 6.52917 8.52926C6.63729 8.65015 6.788 8.77617 6.91389 8.88143L8.52204 10.1593L8.52205 10.1593C8.98478 10.5272 9.35065 10.8181 9.79294 10.9723C10.2352 11.1265 10.7026 11.1261 11.2938 11.1256C11.5008 11.1256 11.6042 11.1256 11.674 11.0851C11.7469 11.0428 11.7987 10.9719 11.8167 10.8895C11.8339 10.8107 11.8022 10.7122 11.739 10.5151L11.2861 9.10445C11.1595 8.71006 11.3766 8.28771 11.771 8.1611C12.1653 8.03449 12.5877 8.25156 12.7143 8.64595L13.482 11.0374C13.4955 11.0793 13.5338 11.1096 13.5778 11.1073C13.7041 11.1007 13.8239 11.0917 13.9371 11.0794C14.3899 11.0303 14.8069 10.9235 15.1941 10.6664C15.5813 10.4092 15.8415 10.0663 16.0624 9.66803C16.27 9.29375 16.4706 8.81686 16.7075 8.25402L17.5275 6.30338L17.5275 6.30334C17.5952 6.13348 17.6729 5.93878 17.7131 5.77339C17.749 5.62602 17.8407 5.17594 17.4819 4.82405C17.1211 4.47017 16.671 4.57378 16.524 4.61378C16.3598 4.65846 16.1674 4.74144 16.0003 4.81354L14.7324 5.35964C14.4237 5.49256 14.2694 5.55902 14.1437 5.49466C14.018 5.43029 13.9817 5.26624 13.9092 4.93813L13.9092 4.93812L13.4626 2.91848C13.4168 2.7112 13.3673 2.48665 13.3045 2.3153C13.258 2.18835 13.0724 1.70009 12.524 1.63224Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-airplane-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.3955 3.19675C16.5492 2.26451 17.8378 2.23618 18.975 2.25212C19.4517 2.25804 19.9853 2.26473 20.3505 2.40633C20.9201 2.62726 21.3726 3.07967 21.5935 3.64934C21.7351 4.01447 21.7418 4.54813 21.7477 5.02477C21.7636 6.16197 21.7353 7.45058 20.8031 8.60433C20.1944 9.35767 19.1285 9.74073 18.6263 10.5702C18.4168 10.9162 18.4824 11.2672 18.6717 12.0429L19.9515 17.2882C20.2449 18.4905 19.9607 19.5651 19.0833 20.4425C18.8404 20.6854 18.4446 20.9836 17.9271 20.9249C17.4103 20.8663 17.0845 20.4873 16.89 20.1774L13.7109 15.1121C13.6 14.9354 13.5445 14.847 13.4563 14.8319C12.9181 14.7399 11.5153 16.1615 11.3181 16.5813C11.1911 16.8517 11.1462 17.2496 11.1612 17.7848C11.1762 18.3219 11.2447 18.8564 11.2523 19.3938C11.2583 19.8263 11.0918 20.3502 10.8486 20.7649C10.623 21.1496 10.1689 21.709 9.45476 21.7479C8.72221 21.7878 8.33021 21.2042 8.08858 20.6066C7.65294 19.5291 7.14731 18.4749 6.67721 17.4119C6.66766 17.3911 6.63643 17.3441 6.58786 17.3226L3.39323 15.9112C2.79563 15.6696 2.21205 15.2776 2.25192 14.5451C2.29078 13.8309 2.85022 13.3768 3.23495 13.1512C3.64956 12.908 4.17349 12.7415 4.60597 12.7476C5.15232 12.7552 5.70156 12.8243 6.21506 12.8386C6.75018 12.8536 7.14814 12.8088 7.41854 12.6817C7.83833 12.4845 9.25993 11.0817 9.1679 10.5435C9.15282 10.4553 9.06446 10.3998 8.88772 10.2889L3.82243 7.10985C3.51251 6.91534 3.13348 6.58953 3.07488 6.07274C3.01621 5.5552 3.3144 5.15945 3.55732 4.91653C4.43476 4.03909 5.50933 3.7549 6.71165 4.04827L11.957 5.32812C12.7326 5.51737 13.0836 5.58299 13.4296 5.37353C14.2591 4.87136 14.6421 3.80545 15.3955 3.19675Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.3955 3.19675C16.5492 2.26451 17.8378 2.23618 18.975 2.25212C19.4517 2.25804 19.9853 2.26473 20.3505 2.40633C20.9201 2.62726 21.3726 3.07967 21.5935 3.64934C21.7351 4.01447 21.7418 4.54813 21.7477 5.02477C21.7636 6.16197 21.7353 7.45058 20.8031 8.60433C20.1944 9.35767 19.1285 9.74073 18.6263 10.5702C18.4168 10.9162 18.4824 11.2672 18.6717 12.0429L19.9515 17.2882C20.2449 18.4905 19.9607 19.5651 19.0833 20.4425C18.8404 20.6854 18.4446 20.9836 17.9271 20.9249C17.4103 20.8663 17.0845 20.4873 16.89 20.1774L13.7109 15.1121C13.6 14.9354 13.5445 14.847 13.4563 14.8319C12.9181 14.7399 11.5153 16.1615 11.3181 16.5813C11.1911 16.8517 11.1462 17.2496 11.1612 17.7848C11.1762 18.3219 11.2447 18.8564 11.2523 19.3938C11.2583 19.8263 11.0918 20.3502 10.8486 20.7649C10.623 21.1496 10.1689 21.709 9.45476 21.7479C8.72221 21.7878 8.33021 21.2042 8.08858 20.6066C7.65294 19.5291 7.14731 18.4749 6.67721 17.4119C6.66766 17.3911 6.63643 17.3441 6.58786 17.3226L3.39323 15.9112C2.79563 15.6696 2.21205 15.2776 2.25192 14.5451C2.29078 13.8309 2.85022 13.3768 3.23495 13.1512C3.64956 12.908 4.17349 12.7415 4.60597 12.7476C5.15232 12.7552 5.70156 12.8243 6.21506 12.8386C6.75018 12.8536 7.14814 12.8088 7.41854 12.6817C7.83833 12.4845 9.25993 11.0817 9.1679 10.5435C9.15282 10.4553 9.06446 10.3998 8.88772 10.2889L3.82243 7.10985C3.51251 6.91534 3.13348 6.58953 3.07488 6.07274C3.01621 5.5552 3.3144 5.15945 3.55732 4.91653C4.43476 4.03909 5.50933 3.7549 6.71165 4.04827L11.957 5.32812C12.7326 5.51737 13.0836 5.58299 13.4296 5.37353C14.2591 4.87136 14.6421 3.80545 15.3955 3.19675Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-airplane-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0049 4.08851C18.3538 3.49758 19.5992 3.79793 20.6896 4.10247C21.1467 4.22935 21.6583 4.37141 21.9732 4.59881C22.4652 4.95413 22.7873 5.50209 22.8538 6.10616C22.9041 6.56307 22.7591 7.0221 22.647 7.45951C22.3686 8.54524 22.0076 9.76599 20.8104 10.6263C20.3605 10.9495 19.6672 11.3052 19.1128 11.5716C18.5431 11.8454 18.0588 12.0536 17.9945 12.0811L10.7877 15.1766C9.93856 15.5406 9.7505 15.641 9.6253 15.7874C9.04241 16.4689 9.05228 17.6063 8.83976 18.4353C8.73292 18.852 8.43542 19.3094 8.09399 19.6417C7.77566 19.9516 7.19552 20.3649 6.50202 20.2209C5.78793 20.0726 5.5566 19.4149 5.47733 18.7779L4.9889 15.714C4.95868 15.525 4.94357 15.4305 4.89649 15.3498C4.84941 15.2691 4.7746 15.2094 4.62497 15.0901L2.1744 13.1356C1.65847 12.7519 1.19319 12.2241 1.42405 11.5278C1.64815 10.8518 2.30797 10.5635 2.73301 10.4481C3.19402 10.3229 3.73985 10.2982 4.15316 10.4136C4.99273 10.6481 5.98241 11.2258 6.88014 11.067C7.07419 11.0326 7.25705 10.9212 7.99992 10.3784L14.3201 5.76744C14.3766 5.72611 14.8015 5.4163 15.3267 5.06629C15.8379 4.72566 16.4966 4.31115 17.0049 4.08851Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.3212 15.4498C12.928 15.6187 12.7313 15.7031 12.651 15.8773C12.5706 16.0516 12.634 16.256 12.7607 16.6647L14.0093 20.6919C14.1165 21.0376 14.3325 21.4834 14.8141 21.6715C15.2947 21.8592 15.7498 21.6765 16.0444 21.5076C16.5558 21.2144 16.9809 20.8605 17.2707 20.3719C17.5601 19.8839 17.6711 19.3347 17.6849 18.7278L17.7886 14.1471C17.7949 13.8669 17.7981 13.7268 17.7076 13.6657C17.6171 13.6046 17.4883 13.6599 17.2308 13.7705L13.3212 15.4498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.52069 2.7377C7.96264 2.43145 7.40964 2.24511 6.82105 2.25022C6.23131 2.25535 5.69086 2.45192 5.15734 2.76052C4.85099 2.93773 4.45634 3.24851 4.37833 3.76949C4.30046 4.28951 4.58454 4.70916 4.84088 4.98566L7.66697 7.99101C7.95491 8.29722 8.09889 8.45032 8.28719 8.46787C8.47549 8.48542 8.64527 8.36155 8.98484 8.11382L12.4826 5.56199C12.7113 5.39516 12.8256 5.31175 12.8186 5.2021C12.8115 5.09246 12.6875 5.02437 12.4393 4.88819L8.52069 2.7377Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0049 4.08851C18.3538 3.49758 19.5992 3.79793 20.6896 4.10247C21.1467 4.22935 21.6583 4.37141 21.9732 4.59881C22.4652 4.95413 22.7873 5.50209 22.8538 6.10616C22.9041 6.56307 22.7591 7.0221 22.647 7.45951C22.3686 8.54524 22.0076 9.76599 20.8104 10.6263C20.3605 10.9495 19.6672 11.3052 19.1128 11.5716C18.5431 11.8454 18.0588 12.0536 17.9945 12.0811L10.7877 15.1766C9.93856 15.5406 9.7505 15.641 9.6253 15.7874C9.04241 16.4689 9.05228 17.6063 8.83976 18.4353C8.73292 18.852 8.43542 19.3094 8.09399 19.6417C7.77566 19.9516 7.19552 20.3649 6.50202 20.2209C5.78793 20.0726 5.5566 19.4149 5.47733 18.7779L4.9889 15.714C4.95868 15.525 4.94357 15.4305 4.89649 15.3498C4.84941 15.2691 4.7746 15.2094 4.62497 15.0901L2.1744 13.1356C1.65847 12.7519 1.19319 12.2241 1.42405 11.5278C1.64815 10.8518 2.30797 10.5635 2.73301 10.4481C3.19402 10.3229 3.73985 10.2982 4.15316 10.4136C4.99273 10.6481 5.98241 11.2258 6.88014 11.067C7.07419 11.0326 7.25705 10.9212 7.99992 10.3784L14.3201 5.76744C14.3766 5.72611 14.8015 5.4163 15.3267 5.06629C15.8379 4.72566 16.4966 4.31115 17.0049 4.08851Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.3212 15.4498C12.928 15.6187 12.7313 15.7031 12.651 15.8773C12.5706 16.0516 12.634 16.256 12.7607 16.6647L14.0093 20.6919C14.1165 21.0376 14.3325 21.4834 14.8141 21.6715C15.2947 21.8592 15.7498 21.6765 16.0444 21.5076C16.5558 21.2144 16.9809 20.8605 17.2707 20.3719C17.5601 19.8839 17.6711 19.3347 17.6849 18.7278L17.7886 14.1471C17.7949 13.8669 17.7981 13.7268 17.7076 13.6657C17.6171 13.6046 17.4883 13.6599 17.2308 13.7705L13.3212 15.4498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.52069 2.7377C7.96264 2.43145 7.40964 2.24511 6.82105 2.25022C6.23131 2.25535 5.69086 2.45192 5.15734 2.76052C4.85099 2.93773 4.45634 3.24851 4.37833 3.76949C4.30046 4.28951 4.58454 4.70916 4.84088 4.98566L7.66697 7.99101C7.95491 8.29722 8.09889 8.45032 8.28719 8.46787C8.47549 8.48542 8.64527 8.36155 8.98484 8.11382L12.4826 5.56199C12.7113 5.39516 12.8256 5.31175 12.8186 5.2021C12.8115 5.09246 12.6875 5.02437 12.4393 4.88819L8.52069 2.7377Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-airplane-landing-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.11328 20C5.11328 19.4477 5.561 19 6.11328 19L22.1133 19C22.6656 19 23.1133 19.4477 23.1133 20C23.1133 20.5523 22.6656 21 22.1133 21L6.11328 21C5.561 21 5.11328 20.5523 5.11328 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.43956 3.52608C4.08162 3.47245 3.62774 3.47825 3.22679 3.77237C2.97809 3.9548 2.83621 4.20209 2.73203 4.46679C2.46669 5.14102 2.3271 5.87713 2.14224 6.57628C1.90771 7.46327 1.71861 8.17843 1.64632 8.76166C1.57118 9.36786 1.6114 9.90428 1.90126 10.3993C2.19053 10.8934 2.63947 11.1943 3.20677 11.4322C3.75407 11.6617 4.47577 11.8576 5.37312 12.1013L7.91294 12.791C7.98466 12.8105 8.01083 12.8986 7.96135 12.9541L6.90262 14.1409C6.39776 14.7068 6.68661 15.5864 7.39828 15.7797L9.72127 16.4105C10.369 16.5864 11.0595 16.501 11.6408 16.1702C11.6503 16.1647 11.6597 16.159 11.6688 16.153L14.001 14.6148C14.1182 14.5375 14.2612 14.5148 14.3948 14.5511L19.6951 15.9904C20.6624 16.2511 21.7184 15.5002 21.6052 14.3971L21.6048 14.3933C21.2268 10.9715 18.4426 8.27263 15.0564 7.98723C13.6265 7.8667 12.1933 7.75909 10.763 7.65168C10.0529 7.59837 9.34357 7.5451 8.6356 7.49033C8.00256 7.44136 7.75876 7.35462 7.6219 7.23645C7.14579 6.82537 7.19414 5.89078 7.0618 5.31913C6.91842 4.69977 6.60412 4.17472 5.99215 3.94973C5.50323 3.76998 4.95299 3.60301 4.43956 3.52608Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.11328 20C5.11328 19.4477 5.561 19 6.11328 19L22.1133 19C22.6656 19 23.1133 19.4477 23.1133 20C23.1133 20.5523 22.6656 21 22.1133 21L6.11328 21C5.561 21 5.11328 20.5523 5.11328 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.43956 3.52608C4.08162 3.47245 3.62774 3.47825 3.22679 3.77237C2.97809 3.9548 2.83621 4.20209 2.73203 4.46679C2.46669 5.14102 2.3271 5.87713 2.14224 6.57628C1.90771 7.46327 1.71861 8.17843 1.64632 8.76166C1.57118 9.36786 1.6114 9.90428 1.90126 10.3993C2.19053 10.8934 2.63947 11.1943 3.20677 11.4322C3.75407 11.6617 4.47577 11.8576 5.37312 12.1013L7.91294 12.791C7.98466 12.8105 8.01083 12.8986 7.96135 12.9541L6.90262 14.1409C6.39776 14.7068 6.68661 15.5864 7.39828 15.7797L9.72127 16.4105C10.369 16.5864 11.0595 16.501 11.6408 16.1702C11.6503 16.1647 11.6597 16.159 11.6688 16.153L14.001 14.6148C14.1182 14.5375 14.2612 14.5148 14.3948 14.5511L19.6951 15.9904C20.6624 16.2511 21.7184 15.5002 21.6052 14.3971L21.6048 14.3933C21.2268 10.9715 18.4426 8.27263 15.0564 7.98723C13.6265 7.8667 12.1933 7.75909 10.763 7.65168C10.0529 7.59837 9.34357 7.5451 8.6356 7.49033C8.00256 7.44136 7.75876 7.35462 7.6219 7.23645C7.14579 6.82537 7.19414 5.89078 7.0618 5.31913C6.91842 4.69977 6.60412 4.17472 5.99215 3.94973C5.50323 3.76998 4.95299 3.60301 4.43956 3.52608Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-airplane-landing-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 20C19 19.4477 18.5523 19 18 19L2 19C1.44772 19 1 19.4477 1 20C1 20.5523 1.44772 21 2 21L18 21C18.5523 21 19 20.5523 19 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.174 3.52608C19.532 3.47245 19.9859 3.47825 20.3868 3.77237C20.6355 3.9548 20.7774 4.20209 20.8816 4.46679C21.1469 5.14102 21.2865 5.87713 21.4713 6.57628C21.7059 7.46327 21.895 8.17843 21.9673 8.76166C22.0424 9.36786 22.0022 9.90428 21.7123 10.3993C21.4231 10.8934 20.9741 11.1943 20.4068 11.4322C19.8595 11.6617 19.1378 11.8576 18.2405 12.1013L15.7007 12.791C15.6289 12.8105 15.6028 12.8986 15.6522 12.9541L16.711 14.1409C17.2158 14.7068 16.927 15.5864 16.2153 15.7797L13.8923 16.4105C13.2446 16.5864 12.5541 16.501 11.9728 16.1702C11.9633 16.1647 11.9539 16.159 11.9448 16.153L9.61255 14.6148C9.49536 14.5375 9.35244 14.5148 9.2188 14.5511L3.91849 15.9904C2.95122 16.2511 1.89518 15.5002 2.00837 14.3971L2.00879 14.3933C2.38677 10.9715 5.17102 8.27263 8.55715 7.98723C9.98713 7.8667 11.4202 7.75909 12.8506 7.65168C13.5607 7.59837 14.27 7.5451 14.978 7.49033C15.611 7.44136 15.8548 7.35462 15.9917 7.23645C16.4678 6.82537 16.4195 5.89078 16.5518 5.31913C16.6952 4.69977 17.0095 4.17472 17.6214 3.94973C18.1104 3.76998 18.6606 3.60301 19.174 3.52608Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 20C19 19.4477 18.5523 19 18 19L2 19C1.44772 19 1 19.4477 1 20C1 20.5523 1.44772 21 2 21L18 21C18.5523 21 19 20.5523 19 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.174 3.52608C19.532 3.47245 19.9859 3.47825 20.3868 3.77237C20.6355 3.9548 20.7774 4.20209 20.8816 4.46679C21.1469 5.14102 21.2865 5.87713 21.4713 6.57628C21.7059 7.46327 21.895 8.17843 21.9673 8.76166C22.0424 9.36786 22.0022 9.90428 21.7123 10.3993C21.4231 10.8934 20.9741 11.1943 20.4068 11.4322C19.8595 11.6617 19.1378 11.8576 18.2405 12.1013L15.7007 12.791C15.6289 12.8105 15.6028 12.8986 15.6522 12.9541L16.711 14.1409C17.2158 14.7068 16.927 15.5864 16.2153 15.7797L13.8923 16.4105C13.2446 16.5864 12.5541 16.501 11.9728 16.1702C11.9633 16.1647 11.9539 16.159 11.9448 16.153L9.61255 14.6148C9.49536 14.5375 9.35244 14.5148 9.2188 14.5511L3.91849 15.9904C2.95122 16.2511 1.89518 15.5002 2.00837 14.3971L2.00879 14.3933C2.38677 10.9715 5.17102 8.27263 8.55715 7.98723C9.98713 7.8667 11.4202 7.75909 12.8506 7.65168C13.5607 7.59837 14.27 7.5451 14.978 7.49033C15.611 7.44136 15.8548 7.35462 15.9917 7.23645C16.4678 6.82537 16.4195 5.89078 16.5518 5.31913C16.6952 4.69977 17.0095 4.17472 17.6214 3.94973C18.1104 3.76998 18.6606 3.60301 19.174 3.52608Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-airplane-take-off-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.3389 6.3311C20.3692 3.64331 16.7157 2.74965 13.7213 4.16952C12.4579 4.76857 11.1981 5.37996 9.94072 5.99017C9.31658 6.29307 8.69298 6.5957 8.06991 6.89636C7.51203 7.16556 7.26801 7.21029 7.10115 7.17941C6.93847 7.14929 6.72973 7.02435 6.31762 6.56597C6.11073 6.33586 5.93131 6.08279 5.71986 5.8564C5.4863 5.60632 5.1555 5.31194 4.71967 5.22246C4.51885 5.18123 4.33047 5.19445 4.14369 5.22777C3.64442 5.31684 3.10149 5.44598 2.62947 5.63381C1.92513 5.91409 1.52816 6.51403 1.63694 7.26792C1.67399 7.52467 1.75572 7.83131 1.84994 8.18485L2.15365 9.32463C2.3816 10.1802 2.56595 10.872 2.78567 11.3966C3.01442 11.9428 3.30867 12.3771 3.79697 12.6528C4.28365 12.9276 4.81104 12.959 5.40431 12.8802C5.97665 12.8042 6.67972 12.6148 7.55256 12.3796L9.9893 11.723C10.0615 11.7036 10.1287 11.7673 10.1131 11.8405L9.79871 13.3132C9.64176 14.0484 10.3245 14.6543 11.027 14.465L13.2882 13.8558C13.9209 13.6853 14.4635 13.2747 14.7956 12.7119C14.8011 12.7026 14.8063 12.6931 14.8112 12.6834L16.0385 10.2553C16.0992 10.1352 16.2073 10.0476 16.3349 10.0132L21.4942 8.62309C22.4346 8.36779 22.9779 7.21744 22.3413 6.33426L22.3389 6.3311Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.11328 20C1.11328 19.4477 1.561 19 2.11328 19H18.1133C18.6656 19 19.1133 19.4477 19.1133 20C19.1133 20.5523 18.6656 21 18.1133 21H2.11328C1.561 21 1.11328 20.5523 1.11328 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.3389 6.3311C20.3692 3.64331 16.7157 2.74965 13.7213 4.16952C12.4579 4.76857 11.1981 5.37996 9.94072 5.99017C9.31658 6.29307 8.69298 6.5957 8.06991 6.89636C7.51203 7.16556 7.26801 7.21029 7.10115 7.17941C6.93847 7.14929 6.72973 7.02435 6.31762 6.56597C6.11073 6.33586 5.93131 6.08279 5.71986 5.8564C5.4863 5.60632 5.1555 5.31194 4.71967 5.22246C4.51885 5.18123 4.33047 5.19445 4.14369 5.22777C3.64442 5.31684 3.10149 5.44598 2.62947 5.63381C1.92513 5.91409 1.52816 6.51403 1.63694 7.26792C1.67399 7.52467 1.75572 7.83131 1.84994 8.18485L2.15365 9.32463C2.3816 10.1802 2.56595 10.872 2.78567 11.3966C3.01442 11.9428 3.30867 12.3771 3.79697 12.6528C4.28365 12.9276 4.81104 12.959 5.40431 12.8802C5.97665 12.8042 6.67972 12.6148 7.55256 12.3796L9.9893 11.723C10.0615 11.7036 10.1287 11.7673 10.1131 11.8405L9.79871 13.3132C9.64176 14.0484 10.3245 14.6543 11.027 14.465L13.2882 13.8558C13.9209 13.6853 14.4635 13.2747 14.7956 12.7119C14.8011 12.7026 14.8063 12.6931 14.8112 12.6834L16.0385 10.2553C16.0992 10.1352 16.2073 10.0476 16.3349 10.0132L21.4942 8.62309C22.4346 8.36779 22.9779 7.21744 22.3413 6.33426L22.3389 6.3311Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.11328 20C1.11328 19.4477 1.561 19 2.11328 19H18.1133C18.6656 19 19.1133 19.4477 19.1133 20C19.1133 20.5523 18.6656 21 18.1133 21H2.11328C1.561 21 1.11328 20.5523 1.11328 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-airplane-take-off-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.89112 6.3311C3.86082 3.64331 7.51437 2.74965 10.5088 4.16952C11.7722 4.76857 13.032 5.37996 14.2893 5.99017C14.9135 6.29307 15.5371 6.5957 16.1601 6.89636C16.718 7.16556 16.962 7.21029 17.1289 7.17941C17.2916 7.14929 17.5003 7.02435 17.9124 6.56597C18.1193 6.33586 18.2988 6.08279 18.5102 5.8564C18.7438 5.60632 19.0746 5.31194 19.5104 5.22246C19.7112 5.18123 19.8996 5.19445 20.0864 5.22777C20.5856 5.31684 21.1286 5.44598 21.6006 5.63381C22.3049 5.91409 22.7019 6.51403 22.5931 7.26792C22.5561 7.52467 22.4743 7.83131 22.3801 8.18485L22.0764 9.32463C21.8485 10.1802 21.6641 10.872 21.4444 11.3966C21.2156 11.9428 20.9214 12.3771 20.4331 12.6528C19.9464 12.9276 19.419 12.959 18.8257 12.8802C18.2534 12.8042 17.5503 12.6148 16.6775 12.3796L14.2408 11.723C14.1686 11.7036 14.1013 11.7673 14.1169 11.8405L14.4313 13.3132C14.5883 14.0484 13.9055 14.6543 13.2031 14.465L10.9419 13.8558C10.3091 13.6853 9.7666 13.2747 9.43451 12.7119C9.42899 12.7026 9.42379 12.6931 9.41889 12.6834L8.19156 10.2553C8.13084 10.1352 8.02276 10.0476 7.89514 10.0132L2.73584 8.62309C1.79543 8.36779 1.2522 7.21744 1.8888 6.33426L1.89112 6.3311Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.1133 20.0001C23.1133 19.4478 22.6656 19.0001 22.1133 19.0001H6.11328C5.561 19.0001 5.11328 19.4478 5.11328 20.0001C5.11328 20.5524 5.561 21.0001 6.11328 21.0001H22.1133C22.6656 21.0001 23.1133 20.5524 23.1133 20.0001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.89112 6.3311C3.86082 3.64331 7.51437 2.74965 10.5088 4.16952C11.7722 4.76857 13.032 5.37996 14.2893 5.99017C14.9135 6.29307 15.5371 6.5957 16.1601 6.89636C16.718 7.16556 16.962 7.21029 17.1289 7.17941C17.2916 7.14929 17.5003 7.02435 17.9124 6.56597C18.1193 6.33586 18.2988 6.08279 18.5102 5.8564C18.7438 5.60632 19.0746 5.31194 19.5104 5.22246C19.7112 5.18123 19.8996 5.19445 20.0864 5.22777C20.5856 5.31684 21.1286 5.44598 21.6006 5.63381C22.3049 5.91409 22.7019 6.51403 22.5931 7.26792C22.5561 7.52467 22.4743 7.83131 22.3801 8.18485L22.0764 9.32463C21.8485 10.1802 21.6641 10.872 21.4444 11.3966C21.2156 11.9428 20.9214 12.3771 20.4331 12.6528C19.9464 12.9276 19.419 12.959 18.8257 12.8802C18.2534 12.8042 17.5503 12.6148 16.6775 12.3796L14.2408 11.723C14.1686 11.7036 14.1013 11.7673 14.1169 11.8405L14.4313 13.3132C14.5883 14.0484 13.9055 14.6543 13.2031 14.465L10.9419 13.8558C10.3091 13.6853 9.7666 13.2747 9.43451 12.7119C9.42899 12.7026 9.42379 12.6931 9.41889 12.6834L8.19156 10.2553C8.13084 10.1352 8.02276 10.0476 7.89514 10.0132L2.73584 8.62309C1.79543 8.36779 1.2522 7.21744 1.8888 6.33426L1.89112 6.3311Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.1133 20.0001C23.1133 19.4478 22.6656 19.0001 22.1133 19.0001H6.11328C5.561 19.0001 5.11328 19.4478 5.11328 20.0001C5.11328 20.5524 5.561 21.0001 6.11328 21.0001H22.1133C22.6656 21.0001 23.1133 20.5524 23.1133 20.0001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-ambulance{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.95259 4.125H10.5513C11.2161 4.12497 11.7891 4.12494 12.2478 4.18661C12.7394 4.25271 13.2107 4.40177 13.593 4.78402C13.9752 5.16626 14.1243 5.63753 14.1904 6.12916C14.2291 6.41738 14.2435 6.75064 14.2488 7.12346C14.2488 7.12432 14.2495 7.12501 14.2504 7.12501C14.2513 7.12501 14.252 7.12571 14.252 7.12657V10.875C14.252 11.2892 14.5877 11.625 15.002 11.625C15.4162 11.625 15.752 11.2892 15.752 10.875V7.45617C15.752 7.28698 15.8941 7.1513 16.0625 7.16797C16.5222 7.2135 16.9366 7.31102 17.3356 7.53687C17.732 7.76131 18.035 8.06837 18.3235 8.44176C18.6673 8.88692 18.9629 9.36904 19.2651 9.84274C19.719 10.5545 20.2792 11.1415 20.9752 11.6184C21.6483 12.0794 22.1837 12.446 22.4802 13.0508C22.6333 13.3629 22.696 13.6808 22.7248 14.0186C22.7298 14.0762 22.6839 14.125 22.6261 14.125H21.752C21.3377 14.125 21.002 14.4608 21.002 14.875C21.002 15.2892 21.3377 15.625 21.752 15.625H22.1486C22.436 15.625 22.5798 15.625 22.6683 15.7171C22.7568 15.8092 22.7513 15.9487 22.7402 16.2277C22.733 16.4084 22.7215 16.5761 22.7029 16.7295C22.6507 17.1605 22.5326 17.5879 22.2148 17.9473C21.888 18.317 21.4376 18.5035 20.9557 18.5709C20.8171 18.5903 20.7056 18.4642 20.7223 18.3252C20.7399 18.1776 20.749 18.0274 20.749 17.875C20.749 15.8039 19.0701 14.125 16.999 14.125C14.9428 14.125 13.2435 15.8443 13.2491 17.896C13.2511 18.2641 13.2521 18.4481 13.1641 18.5366C13.0762 18.625 12.9141 18.625 12.59 18.625H11.408C11.0839 18.625 10.9219 18.625 10.8339 18.5366C10.7459 18.4481 10.747 18.2641 10.749 17.896C10.7546 15.8443 9.05521 14.125 6.99902 14.125C4.92796 14.125 3.24902 15.8039 3.24902 17.875C3.24902 18.0928 3.26759 18.3062 3.30323 18.5138C3.30807 18.5421 3.28449 18.5672 3.25612 18.5634C2.76448 18.4973 2.29322 18.3482 1.91097 17.966C1.52872 17.5838 1.37967 17.1125 1.31357 16.6209C1.25189 16.1621 1.25192 15.5893 1.25195 14.9245V7.82563C1.25192 7.16083 1.25189 6.58788 1.31357 6.12916C1.37967 5.63753 1.52872 5.16626 1.91097 4.78402C2.29322 4.40177 2.76448 4.25271 3.25612 4.18661C3.71483 4.12494 4.28778 4.12497 4.95259 4.125ZM8.75195 7.875C8.75195 7.46079 8.41617 7.125 8.00195 7.125C7.58774 7.125 7.25195 7.46079 7.25195 7.875V9.125H6.00195C5.58774 9.125 5.25195 9.46079 5.25195 9.875C5.25195 10.2892 5.58774 10.625 6.00195 10.625H7.25195V11.875C7.25195 12.2892 7.58774 12.625 8.00195 12.625C8.41617 12.625 8.75195 12.2892 8.75195 11.875V10.625H10.002C10.4162 10.625 10.752 10.2892 10.752 9.875C10.752 9.46079 10.4162 9.125 10.002 9.125H8.75195V7.875Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2217.875%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2217.875%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.95259 4.125H10.5513C11.2161 4.12497 11.7891 4.12494 12.2478 4.18661C12.7394 4.25271 13.2107 4.40177 13.593 4.78402C13.9752 5.16626 14.1243 5.63753 14.1904 6.12916C14.2291 6.41738 14.2435 6.75064 14.2488 7.12346C14.2488 7.12432 14.2495 7.12501 14.2504 7.12501C14.2513 7.12501 14.252 7.12571 14.252 7.12657V10.875C14.252 11.2892 14.5877 11.625 15.002 11.625C15.4162 11.625 15.752 11.2892 15.752 10.875V7.45617C15.752 7.28698 15.8941 7.1513 16.0625 7.16797C16.5222 7.2135 16.9366 7.31102 17.3356 7.53687C17.732 7.76131 18.035 8.06837 18.3235 8.44176C18.6673 8.88692 18.9629 9.36904 19.2651 9.84274C19.719 10.5545 20.2792 11.1415 20.9752 11.6184C21.6483 12.0794 22.1837 12.446 22.4802 13.0508C22.6333 13.3629 22.696 13.6808 22.7248 14.0186C22.7298 14.0762 22.6839 14.125 22.6261 14.125H21.752C21.3377 14.125 21.002 14.4608 21.002 14.875C21.002 15.2892 21.3377 15.625 21.752 15.625H22.1486C22.436 15.625 22.5798 15.625 22.6683 15.7171C22.7568 15.8092 22.7513 15.9487 22.7402 16.2277C22.733 16.4084 22.7215 16.5761 22.7029 16.7295C22.6507 17.1605 22.5326 17.5879 22.2148 17.9473C21.888 18.317 21.4376 18.5035 20.9557 18.5709C20.8171 18.5903 20.7056 18.4642 20.7223 18.3252C20.7399 18.1776 20.749 18.0274 20.749 17.875C20.749 15.8039 19.0701 14.125 16.999 14.125C14.9428 14.125 13.2435 15.8443 13.2491 17.896C13.2511 18.2641 13.2521 18.4481 13.1641 18.5366C13.0762 18.625 12.9141 18.625 12.59 18.625H11.408C11.0839 18.625 10.9219 18.625 10.8339 18.5366C10.7459 18.4481 10.747 18.2641 10.749 17.896C10.7546 15.8443 9.05521 14.125 6.99902 14.125C4.92796 14.125 3.24902 15.8039 3.24902 17.875C3.24902 18.0928 3.26759 18.3062 3.30323 18.5138C3.30807 18.5421 3.28449 18.5672 3.25612 18.5634C2.76448 18.4973 2.29322 18.3482 1.91097 17.966C1.52872 17.5838 1.37967 17.1125 1.31357 16.6209C1.25189 16.1621 1.25192 15.5893 1.25195 14.9245V7.82563C1.25192 7.16083 1.25189 6.58788 1.31357 6.12916C1.37967 5.63753 1.52872 5.16626 1.91097 4.78402C2.29322 4.40177 2.76448 4.25271 3.25612 4.18661C3.71483 4.12494 4.28778 4.12497 4.95259 4.125ZM8.75195 7.875C8.75195 7.46079 8.41617 7.125 8.00195 7.125C7.58774 7.125 7.25195 7.46079 7.25195 7.875V9.125H6.00195C5.58774 9.125 5.25195 9.46079 5.25195 9.875C5.25195 10.2892 5.58774 10.625 6.00195 10.625H7.25195V11.875C7.25195 12.2892 7.58774 12.625 8.00195 12.625C8.41617 12.625 8.75195 12.2892 8.75195 11.875V10.625H10.002C10.4162 10.625 10.752 10.2892 10.752 9.875C10.752 9.46079 10.4162 9.125 10.002 9.125H8.75195V7.875Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2217.875%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2217.875%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-bicycle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.75 13C4.09315 13 2.75 14.3431 2.75 16C2.75 17.6569 4.09315 19 5.75 19C7.40685 19 8.75 17.6569 8.75 16C8.75 14.3431 7.40685 13 5.75 13ZM0.75 16C0.75 13.2386 2.98858 11 5.75 11C8.51142 11 10.75 13.2386 10.75 16C10.75 18.7614 8.51142 21 5.75 21C2.98858 21 0.75 18.7614 0.75 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.25 13C16.5931 13 15.25 14.3431 15.25 16C15.25 17.6569 16.5931 19 18.25 19C19.9069 19 21.25 17.6569 21.25 16C21.25 14.3431 19.9069 13 18.25 13ZM13.25 16C13.25 13.2386 15.4886 11 18.25 11C21.0114 11 23.25 13.2386 23.25 16C23.25 18.7614 21.0114 21 18.25 21C15.4886 21 13.25 18.7614 13.25 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.76825 6.35984C7.41468 5.93556 6.78412 5.87824 6.35984 6.2318C5.93556 6.58537 5.87824 7.21593 6.2318 7.64021L11.1794 13.5773L10.3706 15.0002H6C5.44772 15.0002 5 15.4479 5 16.0002C5 16.5525 5.44772 17.0002 6 17.0002H10.3706C11.0899 17.0002 11.7538 16.6139 12.1093 15.9885L16.3694 8.49436C16.6423 8.01423 16.4743 7.40375 15.9942 7.13082C15.5141 6.85789 14.9036 7.02585 14.6306 7.50599L12.2351 11.7201L7.76825 6.35984Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 7C4 6.44772 4.44772 6 5 6H9C9.55228 6 10 6.44772 10 7C10 7.55228 9.55228 8 9 8H5C4.44772 8 4 7.55228 4 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.3828 3.52466C14.8162 3.05074 15.4321 3 15.7941 3C16.6845 3 17.7619 3.05235 18.715 3.43536C19.7327 3.84431 20.5875 4.62352 20.9619 5.95145C21.1117 6.48301 20.8023 7.03541 20.2707 7.18526C19.7391 7.33511 19.1867 7.02567 19.0369 6.4941C18.8488 5.82698 18.4761 5.49481 17.9693 5.29113C17.4695 5.09028 16.8377 5.01806 16.1117 5.00311L18.9911 15.741C19.1342 16.2744 18.8177 16.8228 18.2842 16.9659C17.7508 17.1089 17.2024 16.7924 17.0594 16.259L14.0833 5.16035C13.9667 4.71665 13.9027 4.04977 14.3828 3.52466Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.75 13C4.09315 13 2.75 14.3431 2.75 16C2.75 17.6569 4.09315 19 5.75 19C7.40685 19 8.75 17.6569 8.75 16C8.75 14.3431 7.40685 13 5.75 13ZM0.75 16C0.75 13.2386 2.98858 11 5.75 11C8.51142 11 10.75 13.2386 10.75 16C10.75 18.7614 8.51142 21 5.75 21C2.98858 21 0.75 18.7614 0.75 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.25 13C16.5931 13 15.25 14.3431 15.25 16C15.25 17.6569 16.5931 19 18.25 19C19.9069 19 21.25 17.6569 21.25 16C21.25 14.3431 19.9069 13 18.25 13ZM13.25 16C13.25 13.2386 15.4886 11 18.25 11C21.0114 11 23.25 13.2386 23.25 16C23.25 18.7614 21.0114 21 18.25 21C15.4886 21 13.25 18.7614 13.25 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.76825 6.35984C7.41468 5.93556 6.78412 5.87824 6.35984 6.2318C5.93556 6.58537 5.87824 7.21593 6.2318 7.64021L11.1794 13.5773L10.3706 15.0002H6C5.44772 15.0002 5 15.4479 5 16.0002C5 16.5525 5.44772 17.0002 6 17.0002H10.3706C11.0899 17.0002 11.7538 16.6139 12.1093 15.9885L16.3694 8.49436C16.6423 8.01423 16.4743 7.40375 15.9942 7.13082C15.5141 6.85789 14.9036 7.02585 14.6306 7.50599L12.2351 11.7201L7.76825 6.35984Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 7C4 6.44772 4.44772 6 5 6H9C9.55228 6 10 6.44772 10 7C10 7.55228 9.55228 8 9 8H5C4.44772 8 4 7.55228 4 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.3828 3.52466C14.8162 3.05074 15.4321 3 15.7941 3C16.6845 3 17.7619 3.05235 18.715 3.43536C19.7327 3.84431 20.5875 4.62352 20.9619 5.95145C21.1117 6.48301 20.8023 7.03541 20.2707 7.18526C19.7391 7.33511 19.1867 7.02567 19.0369 6.4941C18.8488 5.82698 18.4761 5.49481 17.9693 5.29113C17.4695 5.09028 16.8377 5.01806 16.1117 5.00311L18.9911 15.741C19.1342 16.2744 18.8177 16.8228 18.2842 16.9659C17.7508 17.1089 17.2024 16.7924 17.0594 16.259L14.0833 5.16035C13.9667 4.71665 13.9027 4.04977 14.3828 3.52466Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-boat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.66039 20.4488C8.70888 20.512 8.75622 20.5767 8.80237 20.6425L8.93313 20.8292C9.0369 20.9494 9.10815 20.9864 9.13659 20.9969C9.17412 20.983 9.28629 20.9231 9.44938 20.6862L9.45405 20.6794L9.45408 20.6794C10.1215 19.7268 11.0348 19.0366 12.1366 19.0366C13.1548 19.0366 14.012 19.626 14.6629 20.4673C14.7225 20.5201 14.7766 20.5808 14.8238 20.6493C14.9828 20.8804 15.0919 20.9435 15.1309 20.9594C15.1703 20.9442 15.2848 20.8817 15.4534 20.6435C16.1126 19.6907 17.0214 18.9998 18.122 18.9998C19.0654 18.9998 19.8714 19.5078 20.5026 20.2529L20.5255 20.2529L20.6604 20.4488C20.7089 20.512 20.7562 20.5767 20.8024 20.6425L20.9317 20.8272C21.0399 20.9525 21.1138 20.9886 21.1372 20.9978C21.1373 20.9977 21.1373 20.9977 21.1374 20.9977C21.1547 20.9909 21.2085 20.9647 21.2898 20.8827C21.6785 20.4904 22.3116 20.4875 22.704 20.8763C23.0963 21.265 23.0992 21.8982 22.7104 22.2905C22.2277 22.7776 21.5697 23.0946 20.8254 22.9748C20.1481 22.8659 19.6169 22.4285 19.2321 21.8989C19.1746 21.832 19.1302 21.7632 19.0959 21.6954C18.6579 21.1086 18.3035 20.9998 18.122 20.9998C17.9333 20.9998 17.5564 21.1176 17.096 21.7845L17.0904 21.7927L17.0903 21.7927C16.6422 22.4281 15.9804 22.9629 15.1303 22.9629C14.3787 22.9629 13.7779 22.5452 13.344 22.0082C13.2838 21.9558 13.229 21.8953 13.1811 21.827C12.712 21.1575 12.3301 21.0366 12.1366 21.0366C11.9434 21.0366 11.5622 21.1572 11.0941 21.8241C10.6501 22.4674 9.98694 22.9998 9.13659 22.9998C8.31953 22.9998 7.67534 22.5083 7.23224 21.8991C7.17468 21.8322 7.13018 21.7632 7.09586 21.6954C6.65787 21.1086 6.30352 20.9998 6.12196 20.9998C5.93331 20.9998 5.5564 21.1176 5.09604 21.7845L5.09035 21.7927L5.09031 21.7927C4.64224 22.4281 3.98039 22.9629 3.13032 22.9629C2.2765 22.9629 1.61733 22.4239 1.1764 21.7834C0.863234 21.3285 0.978144 20.7058 1.43306 20.3927C1.88797 20.0795 2.51062 20.1944 2.82379 20.6493C2.98284 20.8804 3.0919 20.9435 3.13095 20.9594C3.17031 20.9442 3.28474 20.8817 3.45336 20.6436C4.11252 19.6907 5.02134 18.9998 6.12196 18.9998C7.06544 18.9998 7.87144 19.5078 8.50259 20.2529L8.52554 20.2529L8.66039 20.4488ZM3.11582 20.964C3.11582 20.9639 3.11661 20.9637 3.11822 20.9635L3.11582 20.964ZM3.1429 20.9636C3.14558 20.9639 3.14689 20.9643 3.14687 20.9643C3.14686 20.9644 3.14552 20.9643 3.1429 20.9636ZM15.1158 20.964C15.1158 20.9639 15.1166 20.9637 15.1182 20.9635L15.1158 20.964ZM15.1429 20.9636C15.1456 20.9639 15.1469 20.9643 15.1469 20.9643C15.1469 20.9644 15.1455 20.9643 15.1429 20.9636ZM9.12278 21.0008C9.12277 21.0008 9.12386 21.0005 9.12609 21.0003C9.12391 21.0008 9.12279 21.0009 9.12278 21.0008ZM9.14709 21.0003C9.14932 21.0005 9.15041 21.0008 9.15039 21.0008C9.15038 21.0009 9.14927 21.0008 9.14709 21.0003Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.99976C7 1.44747 7.44772 0.999756 8 0.999756H9C10.1046 0.999756 11 1.89519 11 2.99976V4.99976H12.0775C13.5964 4.99976 15.033 5.69021 15.9818 6.87628L18.7809 10.3751C19.1259 10.8063 19.056 11.4356 18.6247 11.7806C18.1934 12.1256 17.5641 12.0557 17.2191 11.6245L14.4201 8.12567C13.8508 7.41403 12.9889 6.99976 12.0775 6.99976H8C7.44772 6.99976 7 7.44747 7 7.99976V10.9998C7 11.552 6.55228 11.9998 6 11.9998C5.44772 11.9998 5 11.552 5 10.9998V7.99976C5 6.3429 6.34315 4.99976 8 4.99976H9V2.99976H8C7.44772 2.99976 7 2.55204 7 1.99976Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.03281 10.2498C2.34954 10.2498 1.81875 10.6541 1.5303 11.1497C1.24223 11.6446 1.15682 12.2823 1.36559 12.8894L3.05642 17.5919C3.13858 17.8204 3.26502 18.0239 3.42398 18.194C3.51741 18.2941 3.67013 18.2956 3.78425 18.22C4.43921 17.7864 5.21934 17.4998 6.12186 17.4998C7.24811 17.4998 8.21021 17.9505 8.95454 18.5691C9.07397 18.6683 9.24838 18.6691 9.36849 18.5707C10.1051 17.9671 11.0295 17.5366 12.1365 17.5366C13.2426 17.5366 14.1686 17.9686 14.9041 18.5703C15.0245 18.6688 15.1994 18.6677 15.3186 18.5676C16.0585 17.9462 16.9955 17.4998 18.1219 17.4998C18.6731 17.4998 19.1802 17.6077 19.6411 17.7905C19.752 17.8345 19.8795 17.8157 19.9653 17.733C20.0711 17.631 20.1751 17.5241 20.2766 17.4136C20.9343 16.6982 21.5588 15.7611 22.0129 14.8279C22.456 13.9175 22.7897 12.9034 22.7469 12.0557C22.7249 11.6195 22.5982 11.1466 22.2463 10.7807C21.8837 10.4036 21.3884 10.2498 20.8583 10.2498H3.03281Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.66039 20.4488C8.70888 20.512 8.75622 20.5767 8.80237 20.6425L8.93313 20.8292C9.0369 20.9494 9.10815 20.9864 9.13659 20.9969C9.17412 20.983 9.28629 20.9231 9.44938 20.6862L9.45405 20.6794L9.45408 20.6794C10.1215 19.7268 11.0348 19.0366 12.1366 19.0366C13.1548 19.0366 14.012 19.626 14.6629 20.4673C14.7225 20.5201 14.7766 20.5808 14.8238 20.6493C14.9828 20.8804 15.0919 20.9435 15.1309 20.9594C15.1703 20.9442 15.2848 20.8817 15.4534 20.6435C16.1126 19.6907 17.0214 18.9998 18.122 18.9998C19.0654 18.9998 19.8714 19.5078 20.5026 20.2529L20.5255 20.2529L20.6604 20.4488C20.7089 20.512 20.7562 20.5767 20.8024 20.6425L20.9317 20.8272C21.0399 20.9525 21.1138 20.9886 21.1372 20.9978C21.1373 20.9977 21.1373 20.9977 21.1374 20.9977C21.1547 20.9909 21.2085 20.9647 21.2898 20.8827C21.6785 20.4904 22.3116 20.4875 22.704 20.8763C23.0963 21.265 23.0992 21.8982 22.7104 22.2905C22.2277 22.7776 21.5697 23.0946 20.8254 22.9748C20.1481 22.8659 19.6169 22.4285 19.2321 21.8989C19.1746 21.832 19.1302 21.7632 19.0959 21.6954C18.6579 21.1086 18.3035 20.9998 18.122 20.9998C17.9333 20.9998 17.5564 21.1176 17.096 21.7845L17.0904 21.7927L17.0903 21.7927C16.6422 22.4281 15.9804 22.9629 15.1303 22.9629C14.3787 22.9629 13.7779 22.5452 13.344 22.0082C13.2838 21.9558 13.229 21.8953 13.1811 21.827C12.712 21.1575 12.3301 21.0366 12.1366 21.0366C11.9434 21.0366 11.5622 21.1572 11.0941 21.8241C10.6501 22.4674 9.98694 22.9998 9.13659 22.9998C8.31953 22.9998 7.67534 22.5083 7.23224 21.8991C7.17468 21.8322 7.13018 21.7632 7.09586 21.6954C6.65787 21.1086 6.30352 20.9998 6.12196 20.9998C5.93331 20.9998 5.5564 21.1176 5.09604 21.7845L5.09035 21.7927L5.09031 21.7927C4.64224 22.4281 3.98039 22.9629 3.13032 22.9629C2.2765 22.9629 1.61733 22.4239 1.1764 21.7834C0.863234 21.3285 0.978144 20.7058 1.43306 20.3927C1.88797 20.0795 2.51062 20.1944 2.82379 20.6493C2.98284 20.8804 3.0919 20.9435 3.13095 20.9594C3.17031 20.9442 3.28474 20.8817 3.45336 20.6436C4.11252 19.6907 5.02134 18.9998 6.12196 18.9998C7.06544 18.9998 7.87144 19.5078 8.50259 20.2529L8.52554 20.2529L8.66039 20.4488ZM3.11582 20.964C3.11582 20.9639 3.11661 20.9637 3.11822 20.9635L3.11582 20.964ZM3.1429 20.9636C3.14558 20.9639 3.14689 20.9643 3.14687 20.9643C3.14686 20.9644 3.14552 20.9643 3.1429 20.9636ZM15.1158 20.964C15.1158 20.9639 15.1166 20.9637 15.1182 20.9635L15.1158 20.964ZM15.1429 20.9636C15.1456 20.9639 15.1469 20.9643 15.1469 20.9643C15.1469 20.9644 15.1455 20.9643 15.1429 20.9636ZM9.12278 21.0008C9.12277 21.0008 9.12386 21.0005 9.12609 21.0003C9.12391 21.0008 9.12279 21.0009 9.12278 21.0008ZM9.14709 21.0003C9.14932 21.0005 9.15041 21.0008 9.15039 21.0008C9.15038 21.0009 9.14927 21.0008 9.14709 21.0003Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.99976C7 1.44747 7.44772 0.999756 8 0.999756H9C10.1046 0.999756 11 1.89519 11 2.99976V4.99976H12.0775C13.5964 4.99976 15.033 5.69021 15.9818 6.87628L18.7809 10.3751C19.1259 10.8063 19.056 11.4356 18.6247 11.7806C18.1934 12.1256 17.5641 12.0557 17.2191 11.6245L14.4201 8.12567C13.8508 7.41403 12.9889 6.99976 12.0775 6.99976H8C7.44772 6.99976 7 7.44747 7 7.99976V10.9998C7 11.552 6.55228 11.9998 6 11.9998C5.44772 11.9998 5 11.552 5 10.9998V7.99976C5 6.3429 6.34315 4.99976 8 4.99976H9V2.99976H8C7.44772 2.99976 7 2.55204 7 1.99976Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.03281 10.2498C2.34954 10.2498 1.81875 10.6541 1.5303 11.1497C1.24223 11.6446 1.15682 12.2823 1.36559 12.8894L3.05642 17.5919C3.13858 17.8204 3.26502 18.0239 3.42398 18.194C3.51741 18.2941 3.67013 18.2956 3.78425 18.22C4.43921 17.7864 5.21934 17.4998 6.12186 17.4998C7.24811 17.4998 8.21021 17.9505 8.95454 18.5691C9.07397 18.6683 9.24838 18.6691 9.36849 18.5707C10.1051 17.9671 11.0295 17.5366 12.1365 17.5366C13.2426 17.5366 14.1686 17.9686 14.9041 18.5703C15.0245 18.6688 15.1994 18.6677 15.3186 18.5676C16.0585 17.9462 16.9955 17.4998 18.1219 17.4998C18.6731 17.4998 19.1802 17.6077 19.6411 17.7905C19.752 17.8345 19.8795 17.8157 19.9653 17.733C20.0711 17.631 20.1751 17.5241 20.2766 17.4136C20.9343 16.6982 21.5588 15.7611 22.0129 14.8279C22.456 13.9175 22.7897 12.9034 22.7469 12.0557C22.7249 11.6195 22.5982 11.1466 22.2463 10.7807C21.8837 10.4036 21.3884 10.2498 20.8583 10.2498H3.03281Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-bus-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 19.375C17.5523 19.375 18 19.8227 18 20.375V21.875C18 22.4273 17.5523 22.875 17 22.875C16.4477 22.875 16 22.4273 16 21.875V20.375C16 19.8227 16.4477 19.375 17 19.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 19.375C7.55228 19.375 8 19.8227 8 20.375V21.875C8 22.4273 7.55228 22.875 7 22.875C6.44772 22.875 6 22.4273 6 21.875V20.375C6 19.8227 6.44772 19.375 7 19.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.42453 3.8793C5.67932 2.75158 8.16215 1.125 11.998 1.125C15.8339 1.125 18.3168 2.75158 19.5716 3.8793L19.5967 3.90191C19.9368 4.20737 20.2405 4.48012 20.4944 5.0501C20.7492 5.62236 20.7486 6.12699 20.748 6.67827L20.7479 13.8688C20.748 15.1891 20.748 16.2778 20.6325 17.1394C20.5112 18.0441 20.2468 18.843 19.6089 19.4827C18.971 20.1224 18.1744 20.3876 17.2723 20.5092C16.4131 20.6251 15.3275 20.625 14.011 20.625H9.98505C8.66855 20.625 7.58296 20.6251 6.72376 20.5092C5.82172 20.3876 5.02506 20.1224 4.38719 19.4827C3.74932 18.843 3.48491 18.0441 3.36363 17.1394C3.24811 16.2778 3.24814 15.1891 3.24818 13.8688L3.24811 6.67827C3.24746 6.12699 3.24687 5.62235 3.50173 5.0501C3.75557 4.48012 4.05925 4.20737 4.39936 3.90191L4.42453 3.8793ZM5.19163 7.22498C5.19164 6.94214 5.19165 6.80073 5.27951 6.71286C5.36738 6.625 5.5088 6.625 5.79163 6.625H18.2021C18.4849 6.625 18.6263 6.625 18.7142 6.71286C18.8021 6.80073 18.8021 6.94214 18.8021 7.22498L18.8023 12.8958C18.8023 13.1297 18.8023 13.2466 18.7339 13.3297C18.6655 13.4128 18.5522 13.435 18.3255 13.4793C18.0684 13.5296 17.7828 13.5825 17.4727 13.6353C16.0327 13.8808 14.077 14.1247 11.9987 14.1247C9.92049 14.1247 7.96474 13.8808 6.52476 13.6353C6.21311 13.5822 5.92621 13.5291 5.66812 13.4786C5.44149 13.4342 5.32817 13.412 5.25979 13.3289C5.19141 13.2458 5.19142 13.1289 5.19142 12.8951L5.19163 7.22498ZM11 18.125H13C13.4142 18.125 13.75 17.7892 13.75 17.375C13.75 16.9608 13.4142 16.625 13 16.625H11C10.5858 16.625 10.25 16.9608 10.25 17.375C10.25 17.7892 10.5858 18.125 11 18.125ZM6 16.625C5.58579 16.625 5.25 16.9608 5.25 17.375C5.25 17.7892 5.58579 18.125 6 18.125H6.5C6.91421 18.125 7.25 17.7892 7.25 17.375C7.25 16.9608 6.91421 16.625 6.5 16.625H6ZM17.5 16.625C17.0858 16.625 16.75 16.9608 16.75 17.375C16.75 17.7892 17.0858 18.125 17.5 18.125H18C18.4142 18.125 18.75 17.7892 18.75 17.375C18.75 16.9608 18.4142 16.625 18 16.625H17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 7.875C2.05228 7.875 2.5 8.32272 2.5 8.875V9.875C2.5 10.4273 2.05228 10.875 1.5 10.875C0.947715 10.875 0.5 10.4273 0.5 9.875L0.5 8.875C0.5 8.32272 0.947715 7.875 1.5 7.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5 7.875C23.0523 7.875 23.5 8.32272 23.5 8.875V9.875C23.5 10.4273 23.0523 10.875 22.5 10.875C21.9477 10.875 21.5 10.4273 21.5 9.875V8.875C21.5 8.32272 21.9477 7.875 22.5 7.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 19.375C17.5523 19.375 18 19.8227 18 20.375V21.875C18 22.4273 17.5523 22.875 17 22.875C16.4477 22.875 16 22.4273 16 21.875V20.375C16 19.8227 16.4477 19.375 17 19.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 19.375C7.55228 19.375 8 19.8227 8 20.375V21.875C8 22.4273 7.55228 22.875 7 22.875C6.44772 22.875 6 22.4273 6 21.875V20.375C6 19.8227 6.44772 19.375 7 19.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.42453 3.8793C5.67932 2.75158 8.16215 1.125 11.998 1.125C15.8339 1.125 18.3168 2.75158 19.5716 3.8793L19.5967 3.90191C19.9368 4.20737 20.2405 4.48012 20.4944 5.0501C20.7492 5.62236 20.7486 6.12699 20.748 6.67827L20.7479 13.8688C20.748 15.1891 20.748 16.2778 20.6325 17.1394C20.5112 18.0441 20.2468 18.843 19.6089 19.4827C18.971 20.1224 18.1744 20.3876 17.2723 20.5092C16.4131 20.6251 15.3275 20.625 14.011 20.625H9.98505C8.66855 20.625 7.58296 20.6251 6.72376 20.5092C5.82172 20.3876 5.02506 20.1224 4.38719 19.4827C3.74932 18.843 3.48491 18.0441 3.36363 17.1394C3.24811 16.2778 3.24814 15.1891 3.24818 13.8688L3.24811 6.67827C3.24746 6.12699 3.24687 5.62235 3.50173 5.0501C3.75557 4.48012 4.05925 4.20737 4.39936 3.90191L4.42453 3.8793ZM5.19163 7.22498C5.19164 6.94214 5.19165 6.80073 5.27951 6.71286C5.36738 6.625 5.5088 6.625 5.79163 6.625H18.2021C18.4849 6.625 18.6263 6.625 18.7142 6.71286C18.8021 6.80073 18.8021 6.94214 18.8021 7.22498L18.8023 12.8958C18.8023 13.1297 18.8023 13.2466 18.7339 13.3297C18.6655 13.4128 18.5522 13.435 18.3255 13.4793C18.0684 13.5296 17.7828 13.5825 17.4727 13.6353C16.0327 13.8808 14.077 14.1247 11.9987 14.1247C9.92049 14.1247 7.96474 13.8808 6.52476 13.6353C6.21311 13.5822 5.92621 13.5291 5.66812 13.4786C5.44149 13.4342 5.32817 13.412 5.25979 13.3289C5.19141 13.2458 5.19142 13.1289 5.19142 12.8951L5.19163 7.22498ZM11 18.125H13C13.4142 18.125 13.75 17.7892 13.75 17.375C13.75 16.9608 13.4142 16.625 13 16.625H11C10.5858 16.625 10.25 16.9608 10.25 17.375C10.25 17.7892 10.5858 18.125 11 18.125ZM6 16.625C5.58579 16.625 5.25 16.9608 5.25 17.375C5.25 17.7892 5.58579 18.125 6 18.125H6.5C6.91421 18.125 7.25 17.7892 7.25 17.375C7.25 16.9608 6.91421 16.625 6.5 16.625H6ZM17.5 16.625C17.0858 16.625 16.75 16.9608 16.75 17.375C16.75 17.7892 17.0858 18.125 17.5 18.125H18C18.4142 18.125 18.75 17.7892 18.75 17.375C18.75 16.9608 18.4142 16.625 18 16.625H17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 7.875C2.05228 7.875 2.5 8.32272 2.5 8.875V9.875C2.5 10.4273 2.05228 10.875 1.5 10.875C0.947715 10.875 0.5 10.4273 0.5 9.875L0.5 8.875C0.5 8.32272 0.947715 7.875 1.5 7.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5 7.875C23.0523 7.875 23.5 8.32272 23.5 8.875V9.875C23.5 10.4273 23.0523 10.875 22.5 10.875C21.9477 10.875 21.5 10.4273 21.5 9.875V8.875C21.5 8.32272 21.9477 7.875 22.5 7.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-bus-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 17.875C7.05228 17.875 7.5 18.3227 7.5 18.875V21.875C7.5 22.4273 7.05228 22.875 6.5 22.875C5.94772 22.875 5.5 22.4273 5.5 21.875V18.875C5.5 18.3227 5.94772 17.875 6.5 17.875ZM17.5 17.875C18.0523 17.875 18.5 18.3227 18.5 18.875V21.875C18.5 22.4273 18.0523 22.875 17.5 22.875C16.9477 22.875 16.5 22.4273 16.5 21.875V18.875C16.5 18.3227 16.9477 17.875 17.5 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0711 1.125H11.9289H11.9289H11.9288H11.9288C10.1561 1.12498 8.72711 1.12496 7.60329 1.27628C6.43648 1.43339 5.45405 1.7695 4.67379 2.55093C3.89353 3.33237 3.55793 4.31627 3.40105 5.48484C3.24996 6.61034 3.24998 8.04138 3.25 9.81678V9.81682V9.81684V9.81688V12.8779V12.878V12.878V12.878C3.24997 14.1964 3.24995 15.2837 3.36546 16.1441C3.48674 17.0476 3.75115 17.8454 4.38903 18.4843C5.02692 19.1231 5.82358 19.3879 6.72564 19.5094C7.58484 19.6251 8.67042 19.625 9.9869 19.625H14.013C15.3295 19.625 16.4152 19.6251 17.2744 19.5094C18.1764 19.3879 18.9731 19.1231 19.611 18.4843C20.2489 17.8454 20.5133 17.0476 20.6346 16.1441C20.7501 15.2836 20.75 14.1964 20.75 12.8779V11.8999C20.7505 11.8837 20.7505 11.8673 20.75 11.851V9.81695C20.75 8.04147 20.7501 6.61038 20.599 5.48484C20.4421 4.31628 20.1065 3.33237 19.3262 2.55093C18.546 1.7695 17.5635 1.43339 16.3967 1.27628C15.2729 1.12496 13.844 1.12498 12.0712 1.125H12.0712H12.0712H12.0711ZM18.8064 11.0263V9.89001C18.8064 8.02649 18.8044 6.7268 18.6727 5.74617C18.5448 4.79354 18.3109 4.28908 17.9522 3.92978C17.5934 3.57047 17.0897 3.33621 16.1385 3.20813C15.1593 3.07629 13.8616 3.07422 12.0009 3.07422C10.1401 3.07422 8.8424 3.07629 7.86325 3.20813C6.91206 3.33621 6.40835 3.57047 6.04959 3.92978C5.69082 4.28908 5.45691 4.79354 5.32902 5.74616C5.19738 6.7268 5.19531 8.02649 5.19531 9.89001V11.0262C5.19531 11.2583 5.35455 11.4604 5.58152 11.5088C7.30264 11.876 9.57267 12.1271 12.0011 12.1271C14.4293 12.1271 16.6991 11.876 18.4202 11.5089C18.6472 11.4605 18.8064 11.2584 18.8064 11.0263ZM5.25 15.125C4.83579 15.125 4.5 15.4608 4.5 15.875C4.5 16.2892 4.83579 16.625 5.25 16.625H5.75C6.16421 16.625 6.5 16.2892 6.5 15.875C6.5 15.4608 6.16421 15.125 5.75 15.125H5.25ZM10 15.125C9.58579 15.125 9.25 15.4608 9.25 15.875C9.25 16.2892 9.58579 16.625 10 16.625H14C14.4142 16.625 14.75 16.2892 14.75 15.875C14.75 15.4608 14.4142 15.125 14 15.125H10ZM18.25 15.125C17.8358 15.125 17.5 15.4608 17.5 15.875C17.5 16.2892 17.8358 16.625 18.25 16.625H18.75C19.1642 16.625 19.5 16.2892 19.5 15.875C19.5 15.4608 19.1642 15.125 18.75 15.125H18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 10.875C1 10.3227 1.44772 9.875 2 9.875H2.52786C2.9936 9.875 3.45294 9.98344 3.8695 10.1917C4.36348 10.4387 4.56371 11.0394 4.31672 11.5334C4.06973 12.0273 3.46906 12.2276 2.97508 11.9806C2.83622 11.9111 2.68311 11.875 2.52786 11.875H2C1.44772 11.875 1 11.4273 1 10.875ZM21.4721 11.875C21.3169 11.875 21.1638 11.9111 21.0249 11.9806C20.5309 12.2276 19.9303 12.0273 19.6833 11.5334C19.4363 11.0394 19.6365 10.4387 20.1305 10.1917C20.5471 9.98344 21.0064 9.875 21.4721 9.875H22C22.5523 9.875 23 10.3227 23 10.875C23 11.4273 22.5523 11.875 22 11.875H21.4721Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 17.875C7.05228 17.875 7.5 18.3227 7.5 18.875V21.875C7.5 22.4273 7.05228 22.875 6.5 22.875C5.94772 22.875 5.5 22.4273 5.5 21.875V18.875C5.5 18.3227 5.94772 17.875 6.5 17.875ZM17.5 17.875C18.0523 17.875 18.5 18.3227 18.5 18.875V21.875C18.5 22.4273 18.0523 22.875 17.5 22.875C16.9477 22.875 16.5 22.4273 16.5 21.875V18.875C16.5 18.3227 16.9477 17.875 17.5 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0711 1.125H11.9289H11.9289H11.9288H11.9288C10.1561 1.12498 8.72711 1.12496 7.60329 1.27628C6.43648 1.43339 5.45405 1.7695 4.67379 2.55093C3.89353 3.33237 3.55793 4.31627 3.40105 5.48484C3.24996 6.61034 3.24998 8.04138 3.25 9.81678V9.81682V9.81684V9.81688V12.8779V12.878V12.878V12.878C3.24997 14.1964 3.24995 15.2837 3.36546 16.1441C3.48674 17.0476 3.75115 17.8454 4.38903 18.4843C5.02692 19.1231 5.82358 19.3879 6.72564 19.5094C7.58484 19.6251 8.67042 19.625 9.9869 19.625H14.013C15.3295 19.625 16.4152 19.6251 17.2744 19.5094C18.1764 19.3879 18.9731 19.1231 19.611 18.4843C20.2489 17.8454 20.5133 17.0476 20.6346 16.1441C20.7501 15.2836 20.75 14.1964 20.75 12.8779V11.8999C20.7505 11.8837 20.7505 11.8673 20.75 11.851V9.81695C20.75 8.04147 20.7501 6.61038 20.599 5.48484C20.4421 4.31628 20.1065 3.33237 19.3262 2.55093C18.546 1.7695 17.5635 1.43339 16.3967 1.27628C15.2729 1.12496 13.844 1.12498 12.0712 1.125H12.0712H12.0712H12.0711ZM18.8064 11.0263V9.89001C18.8064 8.02649 18.8044 6.7268 18.6727 5.74617C18.5448 4.79354 18.3109 4.28908 17.9522 3.92978C17.5934 3.57047 17.0897 3.33621 16.1385 3.20813C15.1593 3.07629 13.8616 3.07422 12.0009 3.07422C10.1401 3.07422 8.8424 3.07629 7.86325 3.20813C6.91206 3.33621 6.40835 3.57047 6.04959 3.92978C5.69082 4.28908 5.45691 4.79354 5.32902 5.74616C5.19738 6.7268 5.19531 8.02649 5.19531 9.89001V11.0262C5.19531 11.2583 5.35455 11.4604 5.58152 11.5088C7.30264 11.876 9.57267 12.1271 12.0011 12.1271C14.4293 12.1271 16.6991 11.876 18.4202 11.5089C18.6472 11.4605 18.8064 11.2584 18.8064 11.0263ZM5.25 15.125C4.83579 15.125 4.5 15.4608 4.5 15.875C4.5 16.2892 4.83579 16.625 5.25 16.625H5.75C6.16421 16.625 6.5 16.2892 6.5 15.875C6.5 15.4608 6.16421 15.125 5.75 15.125H5.25ZM10 15.125C9.58579 15.125 9.25 15.4608 9.25 15.875C9.25 16.2892 9.58579 16.625 10 16.625H14C14.4142 16.625 14.75 16.2892 14.75 15.875C14.75 15.4608 14.4142 15.125 14 15.125H10ZM18.25 15.125C17.8358 15.125 17.5 15.4608 17.5 15.875C17.5 16.2892 17.8358 16.625 18.25 16.625H18.75C19.1642 16.625 19.5 16.2892 19.5 15.875C19.5 15.4608 19.1642 15.125 18.75 15.125H18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 10.875C1 10.3227 1.44772 9.875 2 9.875H2.52786C2.9936 9.875 3.45294 9.98344 3.8695 10.1917C4.36348 10.4387 4.56371 11.0394 4.31672 11.5334C4.06973 12.0273 3.46906 12.2276 2.97508 11.9806C2.83622 11.9111 2.68311 11.875 2.52786 11.875H2C1.44772 11.875 1 11.4273 1 10.875ZM21.4721 11.875C21.3169 11.875 21.1638 11.9111 21.0249 11.9806C20.5309 12.2276 19.9303 12.0273 19.6833 11.5334C19.4363 11.0394 19.6365 10.4387 20.1305 10.1917C20.5471 9.98344 21.0064 9.875 21.4721 9.875H22C22.5523 9.875 23 10.3227 23 10.875C23 11.4273 22.5523 11.875 22 11.875H21.4721Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-bus-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.42628 4.68649C3.89253 4.62489 4.46875 4.62494 5.11092 4.625L12.1397 4.62501C13.7987 4.625 15.1063 4.62499 16.159 4.71363C17.234 4.80414 18.1305 4.99223 18.9441 5.41877C20.0592 6.0034 20.9889 6.87956 21.6304 7.95112C22.0986 8.7334 22.3275 9.6072 22.4644 10.6599C22.5984 11.6902 22.6528 12.9745 22.7219 14.6029C22.7395 15.0192 22.7589 15.4764 22.7442 15.7869C22.7283 16.119 22.6755 16.4734 22.4948 16.8185C22.2766 17.2353 21.9399 17.5801 21.5263 17.811C21.3675 17.8997 20.9848 18.1249 20.8167 18.0019C20.7307 17.939 20.7362 17.8012 20.747 17.5255C20.8298 15.4273 19.1025 13.625 17 13.625C14.8526 13.625 13.1099 15.5043 13.2592 17.6404C13.2759 17.8787 13.2842 17.9978 13.2249 18.0614C13.1656 18.125 13.0556 18.125 12.8357 18.125H11.1643C10.9444 18.125 10.8344 18.125 10.7751 18.0614C10.7158 17.9978 10.7241 17.8787 10.7408 17.6404C10.8901 15.5043 9.14744 13.625 7 13.625C4.9131 13.625 3.19119 15.4013 3.2516 17.4857C3.25969 17.7646 3.26373 17.904 3.1784 17.9661C3.09308 18.0281 2.98304 17.989 2.76296 17.9106C1.91395 17.6084 1.43227 16.8581 1.31268 15.984C1.24989 15.525 1.24994 14.958 1.25 14.3274L1.25001 10.3785L1.25 10.375L1.25001 10.3715L1.25 8.42257C1.24994 7.79196 1.24989 7.225 1.31268 6.76602C1.38129 6.2645 1.54065 5.7504 1.96875 5.32971C2.39629 4.90955 2.91782 4.75367 3.42628 4.68649ZM20.5253 10.9056C20.5349 10.9793 20.5465 11.0823 20.5577 11.1874C20.5794 11.391 20.5902 11.4928 20.5305 11.5592C20.4708 11.6255 20.3678 11.6253 20.1619 11.6249C19.5194 11.6238 18.5448 11.6193 18.3707 11.6013C18.1645 11.5799 18.0835 11.5449 18.0324 11.5133C17.753 11.3406 17.386 11.0031 17.0828 10.639C17.0097 10.5512 17.0002 10.4918 17.0002 10.3751V7.26315C17.0002 7.03159 17.0002 6.91581 17.0821 6.85588C17.1639 6.79595 17.2677 6.82884 17.4752 6.89461C17.679 6.95917 17.8597 7.03462 18.0266 7.12213C18.8246 7.54052 19.489 8.16705 19.947 8.93218C20.2252 9.39696 20.4049 9.97999 20.5253 10.9056ZM15.0002 6.96737C15.0002 6.78413 15.0002 6.69251 14.9432 6.63421C14.8862 6.57592 14.7953 6.57389 14.6135 6.56984C13.9077 6.55413 13.0823 6.55386 12.0941 6.55386C12.0422 6.55386 12.0001 6.59593 12.0001 6.64783L12.0002 9.22529C12.0002 9.41385 12.0002 9.50813 12.0588 9.5667C12.1173 9.62528 12.2116 9.62528 12.4002 9.62528H14.6002C14.7888 9.62528 14.8831 9.62528 14.9416 9.5667C15.0002 9.50812 15.0002 9.41384 15.0002 9.22528V6.96737ZM9.60018 9.62528C9.78875 9.62528 9.88303 9.62528 9.94161 9.5667C10.0002 9.50812 10.0002 9.41383 10.0002 9.22527L10.0001 6.95384C10.0001 6.76529 10.0001 6.67101 9.94152 6.61243C9.88294 6.55386 9.78866 6.55386 9.60011 6.55386H7.40011C7.21154 6.55386 7.11725 6.55386 7.05868 6.61244C7.0001 6.67102 7.0001 6.7653 7.00011 6.95387L7.00018 9.22529C7.00019 9.41385 7.00019 9.50813 7.05877 9.5667C7.11735 9.62528 7.21163 9.62528 7.40018 9.62528H9.60018ZM4.60018 9.62528C4.78875 9.62528 4.88303 9.62528 4.94161 9.5667C5.00019 9.50812 5.00019 9.41383 5.00018 9.22527L5.00011 6.95425C5.0001 6.76506 5.0001 6.67047 4.94095 6.6118C4.88181 6.55313 4.78775 6.55388 4.59962 6.55538C4.19788 6.55859 3.91127 6.56843 3.68529 6.59828C3.40296 6.63558 3.354 6.68945 3.34763 6.69645C3.34105 6.70211 3.28699 6.74861 3.24927 7.0243C3.20626 7.33868 3.20417 7.77321 3.20417 8.48243V9.22528C3.20417 9.41384 3.20417 9.50812 3.26275 9.5667C3.32133 9.62528 3.41561 9.62528 3.60417 9.62528H4.60018Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2217.375%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2217.375%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.42628 4.68649C3.89253 4.62489 4.46875 4.62494 5.11092 4.625L12.1397 4.62501C13.7987 4.625 15.1063 4.62499 16.159 4.71363C17.234 4.80414 18.1305 4.99223 18.9441 5.41877C20.0592 6.0034 20.9889 6.87956 21.6304 7.95112C22.0986 8.7334 22.3275 9.6072 22.4644 10.6599C22.5984 11.6902 22.6528 12.9745 22.7219 14.6029C22.7395 15.0192 22.7589 15.4764 22.7442 15.7869C22.7283 16.119 22.6755 16.4734 22.4948 16.8185C22.2766 17.2353 21.9399 17.5801 21.5263 17.811C21.3675 17.8997 20.9848 18.1249 20.8167 18.0019C20.7307 17.939 20.7362 17.8012 20.747 17.5255C20.8298 15.4273 19.1025 13.625 17 13.625C14.8526 13.625 13.1099 15.5043 13.2592 17.6404C13.2759 17.8787 13.2842 17.9978 13.2249 18.0614C13.1656 18.125 13.0556 18.125 12.8357 18.125H11.1643C10.9444 18.125 10.8344 18.125 10.7751 18.0614C10.7158 17.9978 10.7241 17.8787 10.7408 17.6404C10.8901 15.5043 9.14744 13.625 7 13.625C4.9131 13.625 3.19119 15.4013 3.2516 17.4857C3.25969 17.7646 3.26373 17.904 3.1784 17.9661C3.09308 18.0281 2.98304 17.989 2.76296 17.9106C1.91395 17.6084 1.43227 16.8581 1.31268 15.984C1.24989 15.525 1.24994 14.958 1.25 14.3274L1.25001 10.3785L1.25 10.375L1.25001 10.3715L1.25 8.42257C1.24994 7.79196 1.24989 7.225 1.31268 6.76602C1.38129 6.2645 1.54065 5.7504 1.96875 5.32971C2.39629 4.90955 2.91782 4.75367 3.42628 4.68649ZM20.5253 10.9056C20.5349 10.9793 20.5465 11.0823 20.5577 11.1874C20.5794 11.391 20.5902 11.4928 20.5305 11.5592C20.4708 11.6255 20.3678 11.6253 20.1619 11.6249C19.5194 11.6238 18.5448 11.6193 18.3707 11.6013C18.1645 11.5799 18.0835 11.5449 18.0324 11.5133C17.753 11.3406 17.386 11.0031 17.0828 10.639C17.0097 10.5512 17.0002 10.4918 17.0002 10.3751V7.26315C17.0002 7.03159 17.0002 6.91581 17.0821 6.85588C17.1639 6.79595 17.2677 6.82884 17.4752 6.89461C17.679 6.95917 17.8597 7.03462 18.0266 7.12213C18.8246 7.54052 19.489 8.16705 19.947 8.93218C20.2252 9.39696 20.4049 9.97999 20.5253 10.9056ZM15.0002 6.96737C15.0002 6.78413 15.0002 6.69251 14.9432 6.63421C14.8862 6.57592 14.7953 6.57389 14.6135 6.56984C13.9077 6.55413 13.0823 6.55386 12.0941 6.55386C12.0422 6.55386 12.0001 6.59593 12.0001 6.64783L12.0002 9.22529C12.0002 9.41385 12.0002 9.50813 12.0588 9.5667C12.1173 9.62528 12.2116 9.62528 12.4002 9.62528H14.6002C14.7888 9.62528 14.8831 9.62528 14.9416 9.5667C15.0002 9.50812 15.0002 9.41384 15.0002 9.22528V6.96737ZM9.60018 9.62528C9.78875 9.62528 9.88303 9.62528 9.94161 9.5667C10.0002 9.50812 10.0002 9.41383 10.0002 9.22527L10.0001 6.95384C10.0001 6.76529 10.0001 6.67101 9.94152 6.61243C9.88294 6.55386 9.78866 6.55386 9.60011 6.55386H7.40011C7.21154 6.55386 7.11725 6.55386 7.05868 6.61244C7.0001 6.67102 7.0001 6.7653 7.00011 6.95387L7.00018 9.22529C7.00019 9.41385 7.00019 9.50813 7.05877 9.5667C7.11735 9.62528 7.21163 9.62528 7.40018 9.62528H9.60018ZM4.60018 9.62528C4.78875 9.62528 4.88303 9.62528 4.94161 9.5667C5.00019 9.50812 5.00019 9.41383 5.00018 9.22527L5.00011 6.95425C5.0001 6.76506 5.0001 6.67047 4.94095 6.6118C4.88181 6.55313 4.78775 6.55388 4.59962 6.55538C4.19788 6.55859 3.91127 6.56843 3.68529 6.59828C3.40296 6.63558 3.354 6.68945 3.34763 6.69645C3.34105 6.70211 3.28699 6.74861 3.24927 7.0243C3.20626 7.33868 3.20417 7.77321 3.20417 8.48243V9.22528C3.20417 9.41384 3.20417 9.50812 3.26275 9.5667C3.32133 9.62528 3.41561 9.62528 3.60417 9.62528H4.60018Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2217.375%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2217.375%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-cable-car{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.58885 7.34766C8.70146 7.34761 7.9376 7.34757 7.29905 7.43763C6.60335 7.53575 5.98993 7.74738 5.41985 8.2057C4.34956 9.06616 4.11628 10.1316 3.82205 11.4753L3.78719 11.6343C3.50941 12.8973 3.36328 14.2078 3.36328 15.5508C3.36328 16.4743 3.43238 17.3825 3.56591 18.2706L3.59147 18.4414C3.80578 19.8764 3.97615 21.0172 5.07314 21.9615C5.65705 22.4642 6.29773 22.6969 7.0291 22.8046C7.69974 22.9033 8.50612 22.9033 9.44405 22.9032H14.7825C15.7204 22.9033 16.5268 22.9033 17.1975 22.8046C17.9288 22.6969 18.5695 22.4642 19.1534 21.9615C20.2504 21.0172 20.4208 19.8764 20.6351 18.4414L20.6607 18.2706C20.7942 17.3825 20.8633 16.4743 20.8633 15.5508C20.8633 14.2078 20.7172 12.8973 20.4394 11.6343L20.4045 11.4753C20.1103 10.1316 19.877 9.06616 18.8067 8.2057C18.2366 7.74738 17.6232 7.53575 16.9275 7.43763C16.289 7.34757 15.5251 7.34761 14.6377 7.34766H9.58885ZM6.63781 9.72101C6.86818 9.5358 7.12526 9.42566 7.57023 9.36291C8.05746 9.29419 8.68364 9.29199 9.65078 9.29199H10.5133C10.7961 9.29199 10.9375 9.29199 11.0254 9.37986C11.1133 9.46773 11.1133 9.60915 11.1133 9.89199V14.7475C11.1133 15.0304 11.1133 15.1718 11.0254 15.2597C10.9375 15.3475 10.7961 15.3475 10.5133 15.3475H5.91601C5.62792 15.3475 5.48388 15.3475 5.3952 15.2544C5.30653 15.1612 5.31343 15.021 5.32724 14.7404C5.37245 13.822 5.49408 12.9238 5.68586 12.0519C6.02954 10.4893 6.14906 10.1139 6.63781 9.72101ZM13.1133 14.7475C13.1133 15.0304 13.1133 15.1718 13.2011 15.2597C13.289 15.3475 13.4304 15.3475 13.7133 15.3475H18.3098C18.5979 15.3475 18.7419 15.3475 18.8306 15.2544C18.9193 15.1612 18.9124 15.021 18.8986 14.7404C18.8534 13.822 18.7317 12.9238 18.5399 12.0519C18.1963 10.4893 18.0767 10.1139 17.588 9.72101C17.3576 9.5358 17.1005 9.42566 16.6556 9.36291C16.1683 9.29419 15.5422 9.29199 14.575 9.29199H13.7133C13.4304 9.29199 13.289 9.29199 13.2011 9.37986C13.1133 9.46773 13.1133 9.60915 13.1133 9.89199V14.7475Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.11328 2.09766C3.11328 1.54537 3.561 1.09766 4.11328 1.09766H20.1133C20.6656 1.09766 21.1133 1.54537 21.1133 2.09766C21.1133 2.64994 20.6656 3.09766 20.1133 3.09766H14.6936L13.8365 4.59766H15.1133C15.6656 4.59766 16.1133 5.04537 16.1133 5.59766C16.1133 6.14994 15.6656 6.59766 15.1133 6.59766H12.1308C12.1185 6.59788 12.1062 6.59788 12.0939 6.59766H9.11328C8.561 6.59766 8.11328 6.14994 8.11328 5.59766C8.11328 5.04537 8.561 4.59766 9.11328 4.59766H11.533L12.3901 3.09766H4.11328C3.561 3.09766 3.11328 2.64994 3.11328 2.09766Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.58885 7.34766C8.70146 7.34761 7.9376 7.34757 7.29905 7.43763C6.60335 7.53575 5.98993 7.74738 5.41985 8.2057C4.34956 9.06616 4.11628 10.1316 3.82205 11.4753L3.78719 11.6343C3.50941 12.8973 3.36328 14.2078 3.36328 15.5508C3.36328 16.4743 3.43238 17.3825 3.56591 18.2706L3.59147 18.4414C3.80578 19.8764 3.97615 21.0172 5.07314 21.9615C5.65705 22.4642 6.29773 22.6969 7.0291 22.8046C7.69974 22.9033 8.50612 22.9033 9.44405 22.9032H14.7825C15.7204 22.9033 16.5268 22.9033 17.1975 22.8046C17.9288 22.6969 18.5695 22.4642 19.1534 21.9615C20.2504 21.0172 20.4208 19.8764 20.6351 18.4414L20.6607 18.2706C20.7942 17.3825 20.8633 16.4743 20.8633 15.5508C20.8633 14.2078 20.7172 12.8973 20.4394 11.6343L20.4045 11.4753C20.1103 10.1316 19.877 9.06616 18.8067 8.2057C18.2366 7.74738 17.6232 7.53575 16.9275 7.43763C16.289 7.34757 15.5251 7.34761 14.6377 7.34766H9.58885ZM6.63781 9.72101C6.86818 9.5358 7.12526 9.42566 7.57023 9.36291C8.05746 9.29419 8.68364 9.29199 9.65078 9.29199H10.5133C10.7961 9.29199 10.9375 9.29199 11.0254 9.37986C11.1133 9.46773 11.1133 9.60915 11.1133 9.89199V14.7475C11.1133 15.0304 11.1133 15.1718 11.0254 15.2597C10.9375 15.3475 10.7961 15.3475 10.5133 15.3475H5.91601C5.62792 15.3475 5.48388 15.3475 5.3952 15.2544C5.30653 15.1612 5.31343 15.021 5.32724 14.7404C5.37245 13.822 5.49408 12.9238 5.68586 12.0519C6.02954 10.4893 6.14906 10.1139 6.63781 9.72101ZM13.1133 14.7475C13.1133 15.0304 13.1133 15.1718 13.2011 15.2597C13.289 15.3475 13.4304 15.3475 13.7133 15.3475H18.3098C18.5979 15.3475 18.7419 15.3475 18.8306 15.2544C18.9193 15.1612 18.9124 15.021 18.8986 14.7404C18.8534 13.822 18.7317 12.9238 18.5399 12.0519C18.1963 10.4893 18.0767 10.1139 17.588 9.72101C17.3576 9.5358 17.1005 9.42566 16.6556 9.36291C16.1683 9.29419 15.5422 9.29199 14.575 9.29199H13.7133C13.4304 9.29199 13.289 9.29199 13.2011 9.37986C13.1133 9.46773 13.1133 9.60915 13.1133 9.89199V14.7475Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.11328 2.09766C3.11328 1.54537 3.561 1.09766 4.11328 1.09766H20.1133C20.6656 1.09766 21.1133 1.54537 21.1133 2.09766C21.1133 2.64994 20.6656 3.09766 20.1133 3.09766H14.6936L13.8365 4.59766H15.1133C15.6656 4.59766 16.1133 5.04537 16.1133 5.59766C16.1133 6.14994 15.6656 6.59766 15.1133 6.59766H12.1308C12.1185 6.59788 12.1062 6.59788 12.0939 6.59766H9.11328C8.561 6.59766 8.11328 6.14994 8.11328 5.59766C8.11328 5.04537 8.561 4.59766 9.11328 4.59766H11.533L12.3901 3.09766H4.11328C3.561 3.09766 3.11328 2.64994 3.11328 2.09766Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-camper{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.88278 12.0455C3.22269 11.9998 3.63482 11.9999 4.05889 12L22.1133 12C22.6656 12 23.1133 12.4477 23.1133 13V16C23.1133 17.3785 22.416 18.5942 21.3548 19.3134C21.331 19.3296 21.319 19.3377 21.3057 19.3449C21.1165 19.4469 20.8865 19.325 20.8648 19.1111C20.8633 19.096 20.8633 19.064 20.8633 19C20.8633 16.9289 19.1843 15.25 17.1133 15.25C15.0422 15.25 13.3633 16.9289 13.3633 19C13.3633 19.0752 13.3655 19.1499 13.3699 19.224C13.3929 19.6157 13.4045 19.8116 13.3157 19.9058C13.2268 20 13.0546 20 12.7101 20H11.5165C11.172 20 10.9997 20 10.9109 19.9058C10.8221 19.8116 10.8336 19.6157 10.8567 19.224C10.8611 19.1499 10.8633 19.0752 10.8633 19C10.8633 16.9289 9.18435 15.25 7.11328 15.25C5.04221 15.25 3.36328 16.9289 3.36328 19C3.36328 19.2766 3.39322 19.5462 3.45004 19.8057C3.46583 19.8778 3.40733 19.946 3.33414 19.9362C2.81478 19.8664 2.28197 19.7042 1.84553 19.2678C1.40909 18.8313 1.24696 18.2985 1.17713 17.7792C1.11317 17.3035 1.11323 16.7157 1.11329 16.0616L1.11329 14.9456C1.11321 14.5215 1.11312 14.1094 1.15882 13.7695C1.21034 13.3863 1.33587 12.949 1.69908 12.5858C2.0623 12.2226 2.49957 12.0971 2.88278 12.0455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.2733 4.14162C18.9505 4.01615 18.5581 3.99992 17.2368 3.99992H8.20884C6.74426 3.99992 5.74487 4.00198 4.99579 4.10111C4.27388 4.19665 3.93644 4.36587 3.70746 4.59127C3.48067 4.8145 3.31171 5.14029 3.21567 5.84343C3.11548 6.57698 3.11328 7.557 3.11328 8.99992V13.9999C3.11328 14.5522 2.66557 14.9999 2.11328 14.9999C1.561 14.9999 1.11328 14.5522 1.11328 13.9999L1.11328 8.92839C1.11325 7.57508 1.11322 6.45756 1.23407 5.57277C1.3612 4.64203 1.63858 3.82137 2.30446 3.16593C2.96815 2.51264 3.79541 2.24253 4.7334 2.11839C5.62914 1.99985 6.76172 1.99988 8.13903 1.99992C11.2292 1.99992 14.3194 2.00205 17.4096 1.99983C18.4799 1.99907 19.28 1.99849 19.9978 2.27745C20.4435 2.45066 20.8551 2.70089 21.2131 3.01697C22.0657 3.76969 22.515 4.92613 22.9917 5.93812C23.0648 6.12878 23.1683 6.45847 23.0783 6.8414C23.0021 7.16534 22.8205 7.45269 22.5649 7.66076C22.2649 7.90496 21.9288 7.95987 21.7261 7.98046C21.5332 8.00005 21.3027 7.99999 21.0875 7.99992L16.1133 7.99992C15.561 7.99992 15.1133 7.5522 15.1133 6.99992C15.1133 6.44763 15.561 5.99992 16.1133 5.99992H20.4751C20.6218 5.99992 20.6952 5.99992 20.7245 5.95242C20.7538 5.90493 20.7208 5.83929 20.655 5.708C20.3292 5.05906 19.9875 4.41916 19.2733 4.14162Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.11328 7C5.11328 6.44772 5.561 6 6.11328 6L8.11328 6C8.66557 6 9.11328 6.44772 9.11328 7C9.11328 7.55228 8.66557 8 8.11328 8L6.11328 8C5.561 8 5.11328 7.55228 5.11328 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1848 8.0892C16.9694 8.01324 16.7218 8.00003 15.7514 8.00003C15.2266 8.00003 15.126 7.99988 15.126 8.19958C15.1139 8.36758 15.1133 8.59344 15.1133 8.96574V13C15.1133 13.5523 14.6656 14 14.1133 14C13.561 14 13.1133 13.5523 13.1133 13V8.96574C13.1133 8.6228 13.1127 8.31224 13.1313 8.05527C13.2061 7.02072 13.8955 6.13363 14.9492 6.02386C15.2298 5.99463 15.5719 6.00023 15.8872 5.99995C16.6552 5.99928 17.2707 5.99873 17.85 6.20309C18.2808 6.35501 18.6797 6.58701 19.0332 6.88359C19.5235 7.29492 19.8933 7.86726 20.4208 8.65855L22.9453 12.4453C23.2517 12.9049 23.1275 13.5257 22.668 13.8321C22.2085 14.1384 21.5876 14.0143 21.2812 13.5547L18.7567 9.76795C18.1583 8.8703 17.9651 8.59818 17.7477 8.41574C17.5685 8.26536 17.3777 8.15724 17.1848 8.0892Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.1133 16.5C15.7326 16.5 14.6133 17.6193 14.6133 19C14.6133 20.3807 15.7326 21.5 17.1133 21.5C18.494 21.5 19.6133 20.3807 19.6133 19C19.6133 17.6193 18.494 16.5 17.1133 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.11328 16.5C5.73257 16.5 4.61328 17.6193 4.61328 19C4.61328 20.3807 5.73257 21.5 7.11328 21.5C8.49399 21.5 9.61328 20.3807 9.61328 19C9.61328 17.6193 8.49399 16.5 7.11328 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.88278 12.0455C3.22269 11.9998 3.63482 11.9999 4.05889 12L22.1133 12C22.6656 12 23.1133 12.4477 23.1133 13V16C23.1133 17.3785 22.416 18.5942 21.3548 19.3134C21.331 19.3296 21.319 19.3377 21.3057 19.3449C21.1165 19.4469 20.8865 19.325 20.8648 19.1111C20.8633 19.096 20.8633 19.064 20.8633 19C20.8633 16.9289 19.1843 15.25 17.1133 15.25C15.0422 15.25 13.3633 16.9289 13.3633 19C13.3633 19.0752 13.3655 19.1499 13.3699 19.224C13.3929 19.6157 13.4045 19.8116 13.3157 19.9058C13.2268 20 13.0546 20 12.7101 20H11.5165C11.172 20 10.9997 20 10.9109 19.9058C10.8221 19.8116 10.8336 19.6157 10.8567 19.224C10.8611 19.1499 10.8633 19.0752 10.8633 19C10.8633 16.9289 9.18435 15.25 7.11328 15.25C5.04221 15.25 3.36328 16.9289 3.36328 19C3.36328 19.2766 3.39322 19.5462 3.45004 19.8057C3.46583 19.8778 3.40733 19.946 3.33414 19.9362C2.81478 19.8664 2.28197 19.7042 1.84553 19.2678C1.40909 18.8313 1.24696 18.2985 1.17713 17.7792C1.11317 17.3035 1.11323 16.7157 1.11329 16.0616L1.11329 14.9456C1.11321 14.5215 1.11312 14.1094 1.15882 13.7695C1.21034 13.3863 1.33587 12.949 1.69908 12.5858C2.0623 12.2226 2.49957 12.0971 2.88278 12.0455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.2733 4.14162C18.9505 4.01615 18.5581 3.99992 17.2368 3.99992H8.20884C6.74426 3.99992 5.74487 4.00198 4.99579 4.10111C4.27388 4.19665 3.93644 4.36587 3.70746 4.59127C3.48067 4.8145 3.31171 5.14029 3.21567 5.84343C3.11548 6.57698 3.11328 7.557 3.11328 8.99992V13.9999C3.11328 14.5522 2.66557 14.9999 2.11328 14.9999C1.561 14.9999 1.11328 14.5522 1.11328 13.9999L1.11328 8.92839C1.11325 7.57508 1.11322 6.45756 1.23407 5.57277C1.3612 4.64203 1.63858 3.82137 2.30446 3.16593C2.96815 2.51264 3.79541 2.24253 4.7334 2.11839C5.62914 1.99985 6.76172 1.99988 8.13903 1.99992C11.2292 1.99992 14.3194 2.00205 17.4096 1.99983C18.4799 1.99907 19.28 1.99849 19.9978 2.27745C20.4435 2.45066 20.8551 2.70089 21.2131 3.01697C22.0657 3.76969 22.515 4.92613 22.9917 5.93812C23.0648 6.12878 23.1683 6.45847 23.0783 6.8414C23.0021 7.16534 22.8205 7.45269 22.5649 7.66076C22.2649 7.90496 21.9288 7.95987 21.7261 7.98046C21.5332 8.00005 21.3027 7.99999 21.0875 7.99992L16.1133 7.99992C15.561 7.99992 15.1133 7.5522 15.1133 6.99992C15.1133 6.44763 15.561 5.99992 16.1133 5.99992H20.4751C20.6218 5.99992 20.6952 5.99992 20.7245 5.95242C20.7538 5.90493 20.7208 5.83929 20.655 5.708C20.3292 5.05906 19.9875 4.41916 19.2733 4.14162Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.11328 7C5.11328 6.44772 5.561 6 6.11328 6L8.11328 6C8.66557 6 9.11328 6.44772 9.11328 7C9.11328 7.55228 8.66557 8 8.11328 8L6.11328 8C5.561 8 5.11328 7.55228 5.11328 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1848 8.0892C16.9694 8.01324 16.7218 8.00003 15.7514 8.00003C15.2266 8.00003 15.126 7.99988 15.126 8.19958C15.1139 8.36758 15.1133 8.59344 15.1133 8.96574V13C15.1133 13.5523 14.6656 14 14.1133 14C13.561 14 13.1133 13.5523 13.1133 13V8.96574C13.1133 8.6228 13.1127 8.31224 13.1313 8.05527C13.2061 7.02072 13.8955 6.13363 14.9492 6.02386C15.2298 5.99463 15.5719 6.00023 15.8872 5.99995C16.6552 5.99928 17.2707 5.99873 17.85 6.20309C18.2808 6.35501 18.6797 6.58701 19.0332 6.88359C19.5235 7.29492 19.8933 7.86726 20.4208 8.65855L22.9453 12.4453C23.2517 12.9049 23.1275 13.5257 22.668 13.8321C22.2085 14.1384 21.5876 14.0143 21.2812 13.5547L18.7567 9.76795C18.1583 8.8703 17.9651 8.59818 17.7477 8.41574C17.5685 8.26536 17.3777 8.15724 17.1848 8.0892Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.1133 16.5C15.7326 16.5 14.6133 17.6193 14.6133 19C14.6133 20.3807 15.7326 21.5 17.1133 21.5C18.494 21.5 19.6133 20.3807 19.6133 19C19.6133 17.6193 18.494 16.5 17.1133 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.11328 16.5C5.73257 16.5 4.61328 17.6193 4.61328 19C4.61328 20.3807 5.73257 21.5 7.11328 21.5C8.49399 21.5 9.61328 20.3807 9.61328 19C9.61328 17.6193 8.49399 16.5 7.11328 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-car-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9 19.7517C17.7114 19.7517 17.6172 19.7517 17.5586 19.8103C17.5 19.8688 17.5 19.9631 17.5 20.1517V20.6336C17.5 21.0124 17.7407 21.3587 18.1219 21.5281C18.1369 21.5347 18.1518 21.5414 18.1667 21.5481C18.398 21.6513 18.6227 21.7517 18.8906 21.7517H20.6094C20.8773 21.7517 21.102 21.6513 21.3333 21.5481C21.3482 21.5414 21.3631 21.5347 21.3781 21.5281C21.7592 21.3587 22 21.0124 22 20.6336V19.7449C22 19.4893 22 19.3614 21.9295 19.3015C21.859 19.2416 21.7167 19.2649 21.432 19.3114C21.4037 19.316 21.3752 19.3202 21.3465 19.324L18.2296 19.7365C18.1535 19.7466 18.0768 19.7517 18 19.7517H17.9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.1 19.7519C6.28856 19.7519 6.38284 19.7519 6.44142 19.8105C6.5 19.869 6.5 19.9633 6.5 20.1519V20.6338C6.5 21.0126 6.25925 21.3589 5.87812 21.5283C5.86314 21.5349 5.8482 21.5416 5.83329 21.5483C5.60202 21.6515 5.37734 21.7519 5.10942 21.7519H3.39058C3.12266 21.7519 2.89798 21.6515 2.66671 21.5483C2.6518 21.5416 2.63686 21.5349 2.62188 21.5283C2.24075 21.3589 2 21.0126 2 20.6338V19.7451C2 19.4894 2 19.3616 2.07048 19.3017C2.14095 19.2418 2.28329 19.2651 2.56797 19.3116C2.59626 19.3162 2.62479 19.3204 2.65355 19.3242L5.77037 19.7367C5.84651 19.7468 5.92322 19.7519 6 19.7519H6.1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.10579 7.55301C2.35278 7.05903 2.95345 6.8588 3.44743 7.10579L4.44743 7.60579C4.94141 7.85278 5.14164 8.45345 4.89465 8.94743C4.64766 9.44141 4.04698 9.64164 3.55301 9.39465L2.55301 8.89465C2.05903 8.64766 1.8588 8.04698 2.10579 7.55301ZM21.8946 7.55301C22.1416 8.04698 21.9414 8.64766 21.4474 8.89465L20.4474 9.39465C19.9535 9.64164 19.3528 9.44141 19.1058 8.94743C18.8588 8.45345 19.059 7.85278 19.553 7.60579L20.553 7.10579C21.047 6.8588 21.6477 7.05903 21.8946 7.55301Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.3433 8.79564C20.7622 9.22922 21.2798 9.76497 21.7098 10.3405C22.2502 11.0638 22.75 11.9711 22.75 12.9996V16.4702C22.75 17.3475 22.1567 18.2064 21.2152 18.331L18.0984 18.7435C18.0658 18.7478 18.0329 18.75 18 18.75H6C5.96709 18.75 5.93422 18.7478 5.90159 18.7435L2.78475 18.331C1.84332 18.2064 1.25 17.3475 1.25 16.4702V12.9996C1.25 11.9711 1.74984 11.0638 2.29022 10.3405C2.7202 9.76497 3.23763 9.22942 3.65654 8.79585C3.74162 8.70778 3.7604 8.63077 3.80007 8.51582L4.87241 5.40846C5.07214 4.8296 5.2472 4.32221 5.44107 3.91969C5.65065 3.48453 5.92061 3.08574 6.35853 2.78087C6.79644 2.47599 7.2735 2.35473 7.76717 2.30029C8.22382 2.24994 8.77751 2.24997 9.40922 2.25H14.5908C15.2225 2.24997 15.7762 2.24994 16.2328 2.30029C16.7265 2.35473 17.2036 2.47599 17.6415 2.78087C18.0794 3.08574 18.3493 3.48453 18.5589 3.91969C18.7528 4.32221 18.9278 4.82957 19.1276 5.40843L20.1999 8.51582C20.2373 8.62416 20.2632 8.71279 20.3433 8.79564ZM6.7797 8.25C6.39606 8.25 6.20424 8.25 6.11452 8.12413C6.0248 7.99825 6.08737 7.81693 6.21253 7.45427L6.69783 6.04798C6.91843 5.40875 7.0595 5.00446 7.20106 4.71053C7.38093 4.33706 7.57661 4.20842 7.98735 4.16313C8.3208 4.12636 8.7625 4.12494 9.46009 4.12494H14.5399C15.2375 4.12494 15.6792 4.12636 16.0126 4.16313C16.4234 4.20842 16.6191 4.33706 16.7989 4.71053C16.9405 5.00446 17.0816 5.40875 17.3022 6.04798L17.7875 7.45427C17.9126 7.81693 17.9752 7.99825 17.8855 8.12413C17.7958 8.25 17.6039 8.25 17.2203 8.25H6.7797ZM3.33557 11.5793C2.96509 11.3941 2.51459 11.5443 2.32934 11.9148C2.1441 12.2852 2.29427 12.7357 2.66475 12.921L4.16475 13.671C4.53524 13.8562 4.98574 13.7061 5.17098 13.3356C5.35623 12.9651 5.20606 12.5146 4.83557 12.3293L3.33557 11.5793ZM21.3356 12.921C21.7061 12.7357 21.8562 12.2852 21.671 11.9148C21.4857 11.5443 21.0352 11.3941 20.6648 11.5793L19.1648 12.3293C18.7943 12.5146 18.6441 12.9651 18.8293 13.3356C19.0146 13.7061 19.4651 13.8562 19.8356 13.671L21.3356 12.921ZM12.9692 15H11.0314C10.0477 15 9.55587 15 9.17494 15.2735C8.87929 15.4858 8.70306 15.8251 8.46817 16.4192C8.36499 16.6802 8.3134 16.8107 8.37275 16.9054C8.4321 17 8.56701 17 8.83682 17H15.1639C15.4337 17 15.5686 17 15.6279 16.9054C15.6873 16.8107 15.6357 16.6802 15.5325 16.4192C15.2976 15.8251 15.1214 15.4858 14.8257 15.2735C14.4448 15 13.9529 15 12.9692 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9 19.7517C17.7114 19.7517 17.6172 19.7517 17.5586 19.8103C17.5 19.8688 17.5 19.9631 17.5 20.1517V20.6336C17.5 21.0124 17.7407 21.3587 18.1219 21.5281C18.1369 21.5347 18.1518 21.5414 18.1667 21.5481C18.398 21.6513 18.6227 21.7517 18.8906 21.7517H20.6094C20.8773 21.7517 21.102 21.6513 21.3333 21.5481C21.3482 21.5414 21.3631 21.5347 21.3781 21.5281C21.7592 21.3587 22 21.0124 22 20.6336V19.7449C22 19.4893 22 19.3614 21.9295 19.3015C21.859 19.2416 21.7167 19.2649 21.432 19.3114C21.4037 19.316 21.3752 19.3202 21.3465 19.324L18.2296 19.7365C18.1535 19.7466 18.0768 19.7517 18 19.7517H17.9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.1 19.7519C6.28856 19.7519 6.38284 19.7519 6.44142 19.8105C6.5 19.869 6.5 19.9633 6.5 20.1519V20.6338C6.5 21.0126 6.25925 21.3589 5.87812 21.5283C5.86314 21.5349 5.8482 21.5416 5.83329 21.5483C5.60202 21.6515 5.37734 21.7519 5.10942 21.7519H3.39058C3.12266 21.7519 2.89798 21.6515 2.66671 21.5483C2.6518 21.5416 2.63686 21.5349 2.62188 21.5283C2.24075 21.3589 2 21.0126 2 20.6338V19.7451C2 19.4894 2 19.3616 2.07048 19.3017C2.14095 19.2418 2.28329 19.2651 2.56797 19.3116C2.59626 19.3162 2.62479 19.3204 2.65355 19.3242L5.77037 19.7367C5.84651 19.7468 5.92322 19.7519 6 19.7519H6.1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.10579 7.55301C2.35278 7.05903 2.95345 6.8588 3.44743 7.10579L4.44743 7.60579C4.94141 7.85278 5.14164 8.45345 4.89465 8.94743C4.64766 9.44141 4.04698 9.64164 3.55301 9.39465L2.55301 8.89465C2.05903 8.64766 1.8588 8.04698 2.10579 7.55301ZM21.8946 7.55301C22.1416 8.04698 21.9414 8.64766 21.4474 8.89465L20.4474 9.39465C19.9535 9.64164 19.3528 9.44141 19.1058 8.94743C18.8588 8.45345 19.059 7.85278 19.553 7.60579L20.553 7.10579C21.047 6.8588 21.6477 7.05903 21.8946 7.55301Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.3433 8.79564C20.7622 9.22922 21.2798 9.76497 21.7098 10.3405C22.2502 11.0638 22.75 11.9711 22.75 12.9996V16.4702C22.75 17.3475 22.1567 18.2064 21.2152 18.331L18.0984 18.7435C18.0658 18.7478 18.0329 18.75 18 18.75H6C5.96709 18.75 5.93422 18.7478 5.90159 18.7435L2.78475 18.331C1.84332 18.2064 1.25 17.3475 1.25 16.4702V12.9996C1.25 11.9711 1.74984 11.0638 2.29022 10.3405C2.7202 9.76497 3.23763 9.22942 3.65654 8.79585C3.74162 8.70778 3.7604 8.63077 3.80007 8.51582L4.87241 5.40846C5.07214 4.8296 5.2472 4.32221 5.44107 3.91969C5.65065 3.48453 5.92061 3.08574 6.35853 2.78087C6.79644 2.47599 7.2735 2.35473 7.76717 2.30029C8.22382 2.24994 8.77751 2.24997 9.40922 2.25H14.5908C15.2225 2.24997 15.7762 2.24994 16.2328 2.30029C16.7265 2.35473 17.2036 2.47599 17.6415 2.78087C18.0794 3.08574 18.3493 3.48453 18.5589 3.91969C18.7528 4.32221 18.9278 4.82957 19.1276 5.40843L20.1999 8.51582C20.2373 8.62416 20.2632 8.71279 20.3433 8.79564ZM6.7797 8.25C6.39606 8.25 6.20424 8.25 6.11452 8.12413C6.0248 7.99825 6.08737 7.81693 6.21253 7.45427L6.69783 6.04798C6.91843 5.40875 7.0595 5.00446 7.20106 4.71053C7.38093 4.33706 7.57661 4.20842 7.98735 4.16313C8.3208 4.12636 8.7625 4.12494 9.46009 4.12494H14.5399C15.2375 4.12494 15.6792 4.12636 16.0126 4.16313C16.4234 4.20842 16.6191 4.33706 16.7989 4.71053C16.9405 5.00446 17.0816 5.40875 17.3022 6.04798L17.7875 7.45427C17.9126 7.81693 17.9752 7.99825 17.8855 8.12413C17.7958 8.25 17.6039 8.25 17.2203 8.25H6.7797ZM3.33557 11.5793C2.96509 11.3941 2.51459 11.5443 2.32934 11.9148C2.1441 12.2852 2.29427 12.7357 2.66475 12.921L4.16475 13.671C4.53524 13.8562 4.98574 13.7061 5.17098 13.3356C5.35623 12.9651 5.20606 12.5146 4.83557 12.3293L3.33557 11.5793ZM21.3356 12.921C21.7061 12.7357 21.8562 12.2852 21.671 11.9148C21.4857 11.5443 21.0352 11.3941 20.6648 11.5793L19.1648 12.3293C18.7943 12.5146 18.6441 12.9651 18.8293 13.3356C19.0146 13.7061 19.4651 13.8562 19.8356 13.671L21.3356 12.921ZM12.9692 15H11.0314C10.0477 15 9.55587 15 9.17494 15.2735C8.87929 15.4858 8.70306 15.8251 8.46817 16.4192C8.36499 16.6802 8.3134 16.8107 8.37275 16.9054C8.4321 17 8.56701 17 8.83682 17H15.1639C15.4337 17 15.5686 17 15.6279 16.9054C15.6873 16.8107 15.6357 16.6802 15.5325 16.4192C15.2976 15.8251 15.1214 15.4858 14.8257 15.2735C14.4448 15 13.9529 15 12.9692 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-car-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9958 19.296C21.9933 20.955 21.9809 21.0479 21.7191 21.3629C21.6449 21.4522 21.4723 21.5758 21.3354 21.6377C21.0904 21.7484 21.0619 21.7501 19.472 21.7501C17.917 21.7501 17.8497 21.7463 17.649 21.6469C17.5345 21.5901 17.3775 21.4826 17.3002 21.4079C17.0363 21.1527 16.998 20.9888 16.998 20.1145C16.998 19.9483 16.998 19.8651 17.0445 19.8095C17.0514 19.8011 17.059 19.7934 17.0672 19.7863C17.1221 19.7389 17.2057 19.7374 17.3731 19.7345C18.3177 19.7177 18.7724 19.6833 19.2176 19.6127C19.3933 19.5848 19.5662 19.5516 19.751 19.5162L19.7724 19.5121C20.4441 19.3833 21.0772 19.2043 21.6198 18.9607C21.6969 18.9261 21.7355 18.9088 21.7588 18.9044C21.8684 18.8838 21.964 18.9457 21.9901 19.0541C21.9957 19.0772 21.9957 19.1159 21.9957 19.1934L21.9958 19.296Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.00229 19.2962C2.00474 20.9552 2.01719 21.0482 2.27896 21.3632C2.35313 21.4524 2.52579 21.5761 2.66266 21.6379C2.90767 21.7486 2.9361 21.7503 4.52607 21.7503C6.08109 21.7503 6.14838 21.7465 6.349 21.6472C6.46359 21.5904 6.62057 21.4828 6.69781 21.4082C6.96177 21.1529 7.00005 20.9891 7 20.1148C7 19.9485 7 19.8654 6.95359 19.8097C6.94661 19.8014 6.93905 19.7937 6.9308 19.7865C6.87599 19.7392 6.79232 19.7377 6.62498 19.7347C5.68037 19.718 5.22563 19.6835 4.78046 19.6129C4.60478 19.585 4.43186 19.5519 4.24701 19.5164L4.22561 19.5123C3.55396 19.3836 2.92088 19.2046 2.37822 18.9609C2.30112 18.9263 2.26257 18.909 2.23922 18.9046C2.12965 18.8841 2.03405 18.9459 2.00791 19.0543C2.00233 19.0774 2.00233 19.1161 2.00231 19.1936L2.00229 19.2962Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.32783 8.27542C8.90534 8.25402 10.4239 8.24734 12 8.25091C13.5761 8.24734 15.0947 8.25402 15.6722 8.27542L16.0173 8.28732C17.5626 8.33864 19.3417 8.39774 20.9126 9.46313C21.8095 10.0713 22.5047 10.8651 22.672 11.7779C22.7365 12.1297 22.7547 12.7997 22.7491 13.4832C22.7432 14.1935 22.7102 15.0045 22.651 15.6826C22.6203 16.0339 22.5875 16.3184 22.5467 16.5414C22.5104 16.7403 22.4525 16.9879 22.3198 17.1925C22.0661 17.5837 21.6426 17.8545 21.2105 18.0485C20.7604 18.2505 20.2075 18.4106 19.5844 18.53L19.5703 18.5327C19.3796 18.5693 19.2207 18.5997 19.0612 18.6251C18.2719 18.7503 17.4627 18.7502 12.6516 18.75H11.3484C6.53737 18.7502 5.72818 18.7503 4.93885 18.6251C4.77924 18.5997 4.62044 18.5693 4.42953 18.5327L4.41565 18.53C3.79254 18.4106 3.2396 18.2505 2.78953 18.0485C2.35743 17.8545 1.93399 17.5837 1.68023 17.1926C1.54751 16.988 1.48964 16.7403 1.4533 16.5414C1.41255 16.3184 1.37976 16.0339 1.34906 15.6825C1.28984 15.0045 1.25681 14.1935 1.25096 13.4832C1.24534 12.7997 1.26352 12.1297 1.32803 11.7779C1.49536 10.8651 2.19056 10.0713 3.08739 9.46314C4.65836 8.39774 6.43746 8.33864 7.98275 8.28732C8.09916 8.28345 8.21427 8.27963 8.32783 8.27542ZM12.9692 15H11.0314C10.0477 15 9.55587 15 9.17494 15.2735C8.87929 15.4858 8.70306 15.8251 8.46817 16.4193C8.36499 16.6802 8.3134 16.8107 8.37275 16.9054C8.4321 17 8.56701 17 8.83682 17H15.1639C15.4337 17 15.5686 17 15.6279 16.9054C15.6873 16.8107 15.6357 16.6802 15.5325 16.4193C15.2976 15.8251 15.1214 15.4858 14.8257 15.2735C14.4448 15 13.9529 15 12.9692 15ZM3.73737 11.2887C3.34442 11.1577 2.91968 11.3701 2.78869 11.763C2.6577 12.156 2.87007 12.5807 3.26303 12.7117L4.76303 13.2117C5.15599 13.3427 5.58073 13.1303 5.71172 12.7374C5.8427 12.3444 5.63033 11.9197 5.23737 11.7887L3.73737 11.2887ZM20.7374 12.7117C21.1303 12.5807 21.3427 12.156 21.2117 11.763C21.0807 11.3701 20.656 11.1577 20.263 11.2887L18.763 11.7887C18.3701 11.9197 18.1577 12.3444 18.2887 12.7374C18.4197 13.1303 18.8444 13.3427 19.2374 13.2117L20.7374 12.7117Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.55159 8.18417C1.72624 7.66022 2.29256 7.37706 2.8165 7.55171L4.3165 8.05171C4.84044 8.22636 5.1236 8.79268 4.94895 9.31662C4.77431 9.84056 4.20799 10.1237 3.68404 9.94908L2.18404 9.44908C1.6601 9.27443 1.37694 8.70811 1.55159 8.18417ZM22.449 8.18417C22.6236 8.70811 22.3404 9.27443 21.8165 9.44908L20.3165 9.94908C19.7926 10.1237 19.2262 9.84056 19.0516 9.31662C18.8769 8.79268 19.1601 8.22636 19.684 8.05171L21.184 7.55171C21.708 7.37706 22.2743 7.66022 22.449 8.18417Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0269 4.85057C14.082 3.88322 9.91801 3.88322 6.97314 4.85057C6.9575 4.85571 6.9463 4.86271 6.93559 4.87298C6.92744 4.88079 6.91787 4.89232 6.90866 4.90826L5.65267 9.07451C5.5028 9.57161 4.96411 9.85725 4.44946 9.71249C3.93481 9.56774 3.63909 9.04741 3.78896 8.55031L5.06354 4.32242C5.07249 4.29274 5.08295 4.2635 5.09489 4.23481C5.30452 3.7312 5.72851 3.27902 6.34816 3.07548C9.69828 1.975 14.3017 1.975 17.6518 3.07548C18.2715 3.27902 18.6955 3.7312 18.9051 4.23481C18.9171 4.2635 18.9275 4.29274 18.9365 4.32242L20.211 8.55031C20.3609 9.04741 20.0652 9.56774 19.5505 9.71249C19.0359 9.85725 18.4972 9.57161 18.3473 9.07451L17.0913 4.90826C17.0821 4.89232 17.0726 4.88079 17.0644 4.87298C17.0537 4.86271 17.0425 4.85571 17.0269 4.85057Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9958 19.296C21.9933 20.955 21.9809 21.0479 21.7191 21.3629C21.6449 21.4522 21.4723 21.5758 21.3354 21.6377C21.0904 21.7484 21.0619 21.7501 19.472 21.7501C17.917 21.7501 17.8497 21.7463 17.649 21.6469C17.5345 21.5901 17.3775 21.4826 17.3002 21.4079C17.0363 21.1527 16.998 20.9888 16.998 20.1145C16.998 19.9483 16.998 19.8651 17.0445 19.8095C17.0514 19.8011 17.059 19.7934 17.0672 19.7863C17.1221 19.7389 17.2057 19.7374 17.3731 19.7345C18.3177 19.7177 18.7724 19.6833 19.2176 19.6127C19.3933 19.5848 19.5662 19.5516 19.751 19.5162L19.7724 19.5121C20.4441 19.3833 21.0772 19.2043 21.6198 18.9607C21.6969 18.9261 21.7355 18.9088 21.7588 18.9044C21.8684 18.8838 21.964 18.9457 21.9901 19.0541C21.9957 19.0772 21.9957 19.1159 21.9957 19.1934L21.9958 19.296Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.00229 19.2962C2.00474 20.9552 2.01719 21.0482 2.27896 21.3632C2.35313 21.4524 2.52579 21.5761 2.66266 21.6379C2.90767 21.7486 2.9361 21.7503 4.52607 21.7503C6.08109 21.7503 6.14838 21.7465 6.349 21.6472C6.46359 21.5904 6.62057 21.4828 6.69781 21.4082C6.96177 21.1529 7.00005 20.9891 7 20.1148C7 19.9485 7 19.8654 6.95359 19.8097C6.94661 19.8014 6.93905 19.7937 6.9308 19.7865C6.87599 19.7392 6.79232 19.7377 6.62498 19.7347C5.68037 19.718 5.22563 19.6835 4.78046 19.6129C4.60478 19.585 4.43186 19.5519 4.24701 19.5164L4.22561 19.5123C3.55396 19.3836 2.92088 19.2046 2.37822 18.9609C2.30112 18.9263 2.26257 18.909 2.23922 18.9046C2.12965 18.8841 2.03405 18.9459 2.00791 19.0543C2.00233 19.0774 2.00233 19.1161 2.00231 19.1936L2.00229 19.2962Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.32783 8.27542C8.90534 8.25402 10.4239 8.24734 12 8.25091C13.5761 8.24734 15.0947 8.25402 15.6722 8.27542L16.0173 8.28732C17.5626 8.33864 19.3417 8.39774 20.9126 9.46313C21.8095 10.0713 22.5047 10.8651 22.672 11.7779C22.7365 12.1297 22.7547 12.7997 22.7491 13.4832C22.7432 14.1935 22.7102 15.0045 22.651 15.6826C22.6203 16.0339 22.5875 16.3184 22.5467 16.5414C22.5104 16.7403 22.4525 16.9879 22.3198 17.1925C22.0661 17.5837 21.6426 17.8545 21.2105 18.0485C20.7604 18.2505 20.2075 18.4106 19.5844 18.53L19.5703 18.5327C19.3796 18.5693 19.2207 18.5997 19.0612 18.6251C18.2719 18.7503 17.4627 18.7502 12.6516 18.75H11.3484C6.53737 18.7502 5.72818 18.7503 4.93885 18.6251C4.77924 18.5997 4.62044 18.5693 4.42953 18.5327L4.41565 18.53C3.79254 18.4106 3.2396 18.2505 2.78953 18.0485C2.35743 17.8545 1.93399 17.5837 1.68023 17.1926C1.54751 16.988 1.48964 16.7403 1.4533 16.5414C1.41255 16.3184 1.37976 16.0339 1.34906 15.6825C1.28984 15.0045 1.25681 14.1935 1.25096 13.4832C1.24534 12.7997 1.26352 12.1297 1.32803 11.7779C1.49536 10.8651 2.19056 10.0713 3.08739 9.46314C4.65836 8.39774 6.43746 8.33864 7.98275 8.28732C8.09916 8.28345 8.21427 8.27963 8.32783 8.27542ZM12.9692 15H11.0314C10.0477 15 9.55587 15 9.17494 15.2735C8.87929 15.4858 8.70306 15.8251 8.46817 16.4193C8.36499 16.6802 8.3134 16.8107 8.37275 16.9054C8.4321 17 8.56701 17 8.83682 17H15.1639C15.4337 17 15.5686 17 15.6279 16.9054C15.6873 16.8107 15.6357 16.6802 15.5325 16.4193C15.2976 15.8251 15.1214 15.4858 14.8257 15.2735C14.4448 15 13.9529 15 12.9692 15ZM3.73737 11.2887C3.34442 11.1577 2.91968 11.3701 2.78869 11.763C2.6577 12.156 2.87007 12.5807 3.26303 12.7117L4.76303 13.2117C5.15599 13.3427 5.58073 13.1303 5.71172 12.7374C5.8427 12.3444 5.63033 11.9197 5.23737 11.7887L3.73737 11.2887ZM20.7374 12.7117C21.1303 12.5807 21.3427 12.156 21.2117 11.763C21.0807 11.3701 20.656 11.1577 20.263 11.2887L18.763 11.7887C18.3701 11.9197 18.1577 12.3444 18.2887 12.7374C18.4197 13.1303 18.8444 13.3427 19.2374 13.2117L20.7374 12.7117Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.55159 8.18417C1.72624 7.66022 2.29256 7.37706 2.8165 7.55171L4.3165 8.05171C4.84044 8.22636 5.1236 8.79268 4.94895 9.31662C4.77431 9.84056 4.20799 10.1237 3.68404 9.94908L2.18404 9.44908C1.6601 9.27443 1.37694 8.70811 1.55159 8.18417ZM22.449 8.18417C22.6236 8.70811 22.3404 9.27443 21.8165 9.44908L20.3165 9.94908C19.7926 10.1237 19.2262 9.84056 19.0516 9.31662C18.8769 8.79268 19.1601 8.22636 19.684 8.05171L21.184 7.55171C21.708 7.37706 22.2743 7.66022 22.449 8.18417Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0269 4.85057C14.082 3.88322 9.91801 3.88322 6.97314 4.85057C6.9575 4.85571 6.9463 4.86271 6.93559 4.87298C6.92744 4.88079 6.91787 4.89232 6.90866 4.90826L5.65267 9.07451C5.5028 9.57161 4.96411 9.85725 4.44946 9.71249C3.93481 9.56774 3.63909 9.04741 3.78896 8.55031L5.06354 4.32242C5.07249 4.29274 5.08295 4.2635 5.09489 4.23481C5.30452 3.7312 5.72851 3.27902 6.34816 3.07548C9.69828 1.975 14.3017 1.975 17.6518 3.07548C18.2715 3.27902 18.6955 3.7312 18.9051 4.23481C18.9171 4.2635 18.9275 4.29274 18.9365 4.32242L20.211 8.55031C20.3609 9.04741 20.0652 9.56774 19.5505 9.71249C19.0359 9.85725 18.4972 9.57161 18.3473 9.07451L17.0913 4.90826C17.0821 4.89232 17.0726 4.88079 17.0644 4.87298C17.0537 4.86271 17.0425 4.85571 17.0269 4.85057Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-car-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 17.375C9.5 18.7557 8.38071 19.875 7 19.875C5.61929 19.875 4.5 18.7557 4.5 17.375C4.5 15.9943 5.61929 14.875 7 14.875C8.38071 14.875 9.5 15.9943 9.5 17.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5 17.375C19.5 18.7557 18.3807 19.875 17 19.875C15.6193 19.875 14.5 18.7557 14.5 17.375C14.5 15.9943 15.6193 14.875 17 14.875C18.3807 14.875 19.5 15.9943 19.5 17.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.32513 6.70887C2.17503 7.02866 2.0402 7.3531 1.92302 7.66142C1.7281 8.1743 1.56391 8.69145 1.44716 9.15229C1.33533 9.59367 1.25001 10.0482 1.25001 10.4107L1.25 15.0406C1.24995 15.2991 1.2499 15.5606 1.27344 15.7852C1.3004 16.0425 1.36415 16.3306 1.54192 16.6144C1.85656 17.1167 2.36248 17.4331 2.9062 17.6372C2.97308 17.6623 3.00652 17.6749 3.0351 17.677C3.1303 17.6841 3.21514 17.6254 3.24195 17.5337C3.25 17.5062 3.25 17.4625 3.25 17.375C3.25 15.3039 4.92893 13.625 7 13.625C9.07107 13.625 10.75 15.3039 10.75 17.375C10.75 17.4642 10.7469 17.5528 10.7408 17.6404C10.7241 17.8787 10.7158 17.9978 10.7751 18.0614C10.8344 18.125 10.9444 18.125 11.1643 18.125L12.8357 18.125C13.0556 18.125 13.1656 18.125 13.2249 18.0614C13.2842 17.9978 13.2759 17.8787 13.2592 17.6404C13.2531 17.5528 13.25 17.4642 13.25 17.375C13.25 15.3039 14.9289 13.625 17 13.625C19.0711 13.625 20.75 15.3039 20.75 17.375C20.75 17.5088 20.743 17.641 20.7293 17.7712C20.7201 17.8588 20.7155 17.9026 20.7216 17.9326C20.738 18.0141 20.8015 18.0758 20.8834 18.09C20.9136 18.0953 20.9492 18.0905 21.0205 18.0811C21.395 18.0314 21.8224 17.9104 22.1773 17.5601C22.5323 17.2099 22.655 16.7882 22.7053 16.4187C22.75 16.0909 22.7499 15.6935 22.7498 15.2846L22.7499 14.3848C22.7507 13.5652 22.7514 12.9068 22.5229 12.319C22.0397 11.076 20.9972 10.5789 20.1964 10.2647C19.5891 10.0264 18.8534 9.85885 18.3717 9.39026C17.9642 8.99376 17.6518 8.48722 17.2658 7.86153C17.1638 7.69613 17.0566 7.52241 16.9412 7.34017C16.4384 6.54629 15.7781 5.6036 14.7218 5.06094C14.2522 4.81965 13.7694 4.71743 13.2416 4.66987C12.7433 4.62497 12.1444 4.62499 11.4327 4.625H2.22727C1.68755 4.625 1.25001 5.05673 1.25001 5.58929C1.25001 6.12185 1.68755 6.55357 2.22727 6.55357C2.31685 6.55357 2.36069 6.6331 2.32513 6.70887ZM13.0635 6.59059C12.6646 6.55464 12.1553 6.55371 11.3899 6.55371H10.2C10.1057 6.55371 10.0586 6.55371 10.0293 6.583C10 6.61229 10 6.65943 10 6.75371V9.42514C10 9.51942 10 9.56656 10.0293 9.59585C10.0586 9.62514 10.1057 9.62514 10.2 9.62514H15.7019C15.8681 9.62514 15.9513 9.62514 15.9798 9.57333C16.0083 9.52152 15.9634 9.45081 15.8738 9.30938C15.6263 8.91908 15.2944 8.38017 15.2837 8.36278L15.2828 8.36126C14.7906 7.58429 14.3662 7.05283 13.819 6.77168C13.6522 6.68602 13.4428 6.62476 13.0635 6.59059ZM7.97071 6.583C8 6.61229 8 6.65943 8 6.75371V9.42514C8 9.51942 8 9.56656 7.97071 9.59585C7.94142 9.62514 7.89428 9.62514 7.8 9.62514H3.88631C3.63925 9.62514 3.51571 9.62514 3.45576 9.54384C3.39581 9.46254 3.43221 9.34485 3.50503 9.10947C3.60076 8.8 3.71202 8.44612 3.75283 8.33872C4.01508 7.64869 4.31266 7.04346 4.58162 6.63911C4.63631 6.55687 4.6413 6.55371 4.7437 6.55371H7.8C7.89428 6.55371 7.94142 6.55371 7.97071 6.583Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 17.375C9.5 18.7557 8.38071 19.875 7 19.875C5.61929 19.875 4.5 18.7557 4.5 17.375C4.5 15.9943 5.61929 14.875 7 14.875C8.38071 14.875 9.5 15.9943 9.5 17.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5 17.375C19.5 18.7557 18.3807 19.875 17 19.875C15.6193 19.875 14.5 18.7557 14.5 17.375C14.5 15.9943 15.6193 14.875 17 14.875C18.3807 14.875 19.5 15.9943 19.5 17.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.32513 6.70887C2.17503 7.02866 2.0402 7.3531 1.92302 7.66142C1.7281 8.1743 1.56391 8.69145 1.44716 9.15229C1.33533 9.59367 1.25001 10.0482 1.25001 10.4107L1.25 15.0406C1.24995 15.2991 1.2499 15.5606 1.27344 15.7852C1.3004 16.0425 1.36415 16.3306 1.54192 16.6144C1.85656 17.1167 2.36248 17.4331 2.9062 17.6372C2.97308 17.6623 3.00652 17.6749 3.0351 17.677C3.1303 17.6841 3.21514 17.6254 3.24195 17.5337C3.25 17.5062 3.25 17.4625 3.25 17.375C3.25 15.3039 4.92893 13.625 7 13.625C9.07107 13.625 10.75 15.3039 10.75 17.375C10.75 17.4642 10.7469 17.5528 10.7408 17.6404C10.7241 17.8787 10.7158 17.9978 10.7751 18.0614C10.8344 18.125 10.9444 18.125 11.1643 18.125L12.8357 18.125C13.0556 18.125 13.1656 18.125 13.2249 18.0614C13.2842 17.9978 13.2759 17.8787 13.2592 17.6404C13.2531 17.5528 13.25 17.4642 13.25 17.375C13.25 15.3039 14.9289 13.625 17 13.625C19.0711 13.625 20.75 15.3039 20.75 17.375C20.75 17.5088 20.743 17.641 20.7293 17.7712C20.7201 17.8588 20.7155 17.9026 20.7216 17.9326C20.738 18.0141 20.8015 18.0758 20.8834 18.09C20.9136 18.0953 20.9492 18.0905 21.0205 18.0811C21.395 18.0314 21.8224 17.9104 22.1773 17.5601C22.5323 17.2099 22.655 16.7882 22.7053 16.4187C22.75 16.0909 22.7499 15.6935 22.7498 15.2846L22.7499 14.3848C22.7507 13.5652 22.7514 12.9068 22.5229 12.319C22.0397 11.076 20.9972 10.5789 20.1964 10.2647C19.5891 10.0264 18.8534 9.85885 18.3717 9.39026C17.9642 8.99376 17.6518 8.48722 17.2658 7.86153C17.1638 7.69613 17.0566 7.52241 16.9412 7.34017C16.4384 6.54629 15.7781 5.6036 14.7218 5.06094C14.2522 4.81965 13.7694 4.71743 13.2416 4.66987C12.7433 4.62497 12.1444 4.62499 11.4327 4.625H2.22727C1.68755 4.625 1.25001 5.05673 1.25001 5.58929C1.25001 6.12185 1.68755 6.55357 2.22727 6.55357C2.31685 6.55357 2.36069 6.6331 2.32513 6.70887ZM13.0635 6.59059C12.6646 6.55464 12.1553 6.55371 11.3899 6.55371H10.2C10.1057 6.55371 10.0586 6.55371 10.0293 6.583C10 6.61229 10 6.65943 10 6.75371V9.42514C10 9.51942 10 9.56656 10.0293 9.59585C10.0586 9.62514 10.1057 9.62514 10.2 9.62514H15.7019C15.8681 9.62514 15.9513 9.62514 15.9798 9.57333C16.0083 9.52152 15.9634 9.45081 15.8738 9.30938C15.6263 8.91908 15.2944 8.38017 15.2837 8.36278L15.2828 8.36126C14.7906 7.58429 14.3662 7.05283 13.819 6.77168C13.6522 6.68602 13.4428 6.62476 13.0635 6.59059ZM7.97071 6.583C8 6.61229 8 6.65943 8 6.75371V9.42514C8 9.51942 8 9.56656 7.97071 9.59585C7.94142 9.62514 7.89428 9.62514 7.8 9.62514H3.88631C3.63925 9.62514 3.51571 9.62514 3.45576 9.54384C3.39581 9.46254 3.43221 9.34485 3.50503 9.10947C3.60076 8.8 3.71202 8.44612 3.75283 8.33872C4.01508 7.64869 4.31266 7.04346 4.58162 6.63911C4.63631 6.55687 4.6413 6.55371 4.7437 6.55371H7.8C7.89428 6.55371 7.94142 6.55371 7.97071 6.583Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-car-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 15.125C16.6193 15.125 15.5 16.2443 15.5 17.625C15.5 19.0057 16.6193 20.125 18 20.125C19.3807 20.125 20.5 19.0057 20.5 17.625C20.5 16.2443 19.3807 15.125 18 15.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6 15.125C4.61929 15.125 3.5 16.2443 3.5 17.625C3.5 19.0057 4.61929 20.125 6 20.125C7.38071 20.125 8.5 19.0057 8.5 17.625C8.5 16.2443 7.38071 15.125 6 15.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.44656 3.875C6.04091 3.875 5.58607 3.99911 5.21734 4.32539C4.12647 5.29067 3.38805 6.80324 2.91895 8.37108C2.48032 9.83711 2.24629 11.455 2.21219 12.9558C2.21061 13.0252 2.20982 13.0599 2.20229 13.0912C2.19475 13.1225 2.17907 13.1549 2.14772 13.2198C1.48618 14.5889 1.3061 16.1165 1.25317 16.859C1.20966 17.4694 1.6195 17.9733 2.14431 18.217C2.21554 18.2501 2.29146 18.1901 2.28136 18.1122C2.26067 17.9527 2.25 17.7901 2.25 17.625C2.25 15.5539 3.92893 13.875 6 13.875C8.07107 13.875 9.75 15.5539 9.75 17.625C9.75 17.7972 9.7384 17.9666 9.71593 18.1326C9.69885 18.2588 9.79179 18.375 9.91918 18.375H14.0797C14.2077 18.375 14.301 18.2583 14.2839 18.1314C14.2615 17.9658 14.25 17.7968 14.25 17.625C14.25 15.5539 15.9289 13.875 18 13.875C20.0711 13.875 21.75 15.5539 21.75 17.625C21.75 17.7916 21.75 17.875 21.7897 17.9443C21.8469 18.0439 22.0059 18.1133 22.1178 18.0873C22.1956 18.0693 22.2271 18.04 22.29 17.9816C22.5767 17.7153 22.7553 17.3356 22.7493 16.9108C22.7172 14.6641 22.4622 13.2372 21.9797 11.9302C21.7261 11.2433 21.201 10.7209 20.5721 10.4281C19.948 10.1376 18.9519 9.6918 18.0432 9.36596C18.0261 9.35984 18.0138 9.34917 18.0064 9.33779C16.4233 6.88535 14.5511 5.27059 13.2694 4.44843C12.5885 4.01168 11.8202 3.875 11.1315 3.875H6.44656ZM7.93448 8.14152C7.83728 8.02452 7.87775 7.86286 7.95868 7.53954C8.04282 7.20343 8.14722 6.88039 8.26218 6.58151C8.32395 6.42091 8.38696 6.27185 8.44929 6.13517C8.51974 5.98068 8.55497 5.90344 8.6291 5.85577C8.70323 5.80811 8.793 5.80811 8.97254 5.80811H11.1317C11.5754 5.80811 11.9373 5.89782 12.2061 6.0703C12.6799 6.3742 13.2746 6.82567 13.9146 7.42871C14.4293 7.91368 14.6867 8.15616 14.5923 8.35369C14.4979 8.55123 14.1294 8.50093 13.3925 8.40032C11.8774 8.1935 10.269 8.12201 8.56794 8.2258C8.21044 8.24761 8.03168 8.25852 7.93448 8.14152ZM8 10.125C7.44772 10.125 7 10.5727 7 11.125C7 11.6773 7.44772 12.125 8 12.125H9C9.55228 12.125 10 11.6773 10 11.125C10 10.5727 9.55228 10.125 9 10.125H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 15.125C16.6193 15.125 15.5 16.2443 15.5 17.625C15.5 19.0057 16.6193 20.125 18 20.125C19.3807 20.125 20.5 19.0057 20.5 17.625C20.5 16.2443 19.3807 15.125 18 15.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6 15.125C4.61929 15.125 3.5 16.2443 3.5 17.625C3.5 19.0057 4.61929 20.125 6 20.125C7.38071 20.125 8.5 19.0057 8.5 17.625C8.5 16.2443 7.38071 15.125 6 15.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.44656 3.875C6.04091 3.875 5.58607 3.99911 5.21734 4.32539C4.12647 5.29067 3.38805 6.80324 2.91895 8.37108C2.48032 9.83711 2.24629 11.455 2.21219 12.9558C2.21061 13.0252 2.20982 13.0599 2.20229 13.0912C2.19475 13.1225 2.17907 13.1549 2.14772 13.2198C1.48618 14.5889 1.3061 16.1165 1.25317 16.859C1.20966 17.4694 1.6195 17.9733 2.14431 18.217C2.21554 18.2501 2.29146 18.1901 2.28136 18.1122C2.26067 17.9527 2.25 17.7901 2.25 17.625C2.25 15.5539 3.92893 13.875 6 13.875C8.07107 13.875 9.75 15.5539 9.75 17.625C9.75 17.7972 9.7384 17.9666 9.71593 18.1326C9.69885 18.2588 9.79179 18.375 9.91918 18.375H14.0797C14.2077 18.375 14.301 18.2583 14.2839 18.1314C14.2615 17.9658 14.25 17.7968 14.25 17.625C14.25 15.5539 15.9289 13.875 18 13.875C20.0711 13.875 21.75 15.5539 21.75 17.625C21.75 17.7916 21.75 17.875 21.7897 17.9443C21.8469 18.0439 22.0059 18.1133 22.1178 18.0873C22.1956 18.0693 22.2271 18.04 22.29 17.9816C22.5767 17.7153 22.7553 17.3356 22.7493 16.9108C22.7172 14.6641 22.4622 13.2372 21.9797 11.9302C21.7261 11.2433 21.201 10.7209 20.5721 10.4281C19.948 10.1376 18.9519 9.6918 18.0432 9.36596C18.0261 9.35984 18.0138 9.34917 18.0064 9.33779C16.4233 6.88535 14.5511 5.27059 13.2694 4.44843C12.5885 4.01168 11.8202 3.875 11.1315 3.875H6.44656ZM7.93448 8.14152C7.83728 8.02452 7.87775 7.86286 7.95868 7.53954C8.04282 7.20343 8.14722 6.88039 8.26218 6.58151C8.32395 6.42091 8.38696 6.27185 8.44929 6.13517C8.51974 5.98068 8.55497 5.90344 8.6291 5.85577C8.70323 5.80811 8.793 5.80811 8.97254 5.80811H11.1317C11.5754 5.80811 11.9373 5.89782 12.2061 6.0703C12.6799 6.3742 13.2746 6.82567 13.9146 7.42871C14.4293 7.91368 14.6867 8.15616 14.5923 8.35369C14.4979 8.55123 14.1294 8.50093 13.3925 8.40032C11.8774 8.1935 10.269 8.12201 8.56794 8.2258C8.21044 8.24761 8.03168 8.25852 7.93448 8.14152ZM8 10.125C7.44772 10.125 7 10.5727 7 11.125C7 11.6773 7.44772 12.125 8 12.125H9C9.55228 12.125 10 11.6773 10 11.125C10 10.5727 9.55228 10.125 9 10.125H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-car-parking-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.8722 2.24988C19.3009 2.24987 19.6707 2.24986 19.9769 2.2707C20.2992 2.29264 20.6216 2.3409 20.9401 2.47253C21.6585 2.7694 22.2293 3.33882 22.5268 4.05553C22.6588 4.37331 22.7071 4.69497 22.7291 5.01656C22.75 5.32198 22.75 5.69101 22.75 6.11869V20.7749C22.75 21.3134 22.3125 21.7499 21.7727 21.7499C21.233 21.7499 20.7955 21.3134 20.7955 20.7749V7.12488H3.20455V20.7749C3.20455 21.3134 2.76701 21.7499 2.22727 21.7499C1.68754 21.7499 1.25 21.3134 1.25 20.7749V6.1187V6.11865C1.24999 5.69098 1.24998 5.32197 1.27087 5.01656C1.29286 4.69497 1.34124 4.37331 1.47317 4.05553C1.77073 3.33882 2.34148 2.7694 3.05986 2.47253C3.37838 2.3409 3.70079 2.29264 4.02313 2.2707C4.32926 2.24986 4.69913 2.24987 5.12779 2.24988H5.12784H18.8722H18.8722Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 17.75C8.55228 17.75 9 18.1977 9 18.75V20.75C9 21.3023 8.55228 21.75 8 21.75C7.44772 21.75 7 21.3023 7 20.75V18.75C7 18.1977 7.44772 17.75 8 17.75ZM16 17.75C16.5523 17.75 17 18.1977 17 18.75V20.75C17 21.3023 16.5523 21.75 16 21.75C15.4477 21.75 15 21.3023 15 20.75V18.75C15 18.1977 15.4477 17.75 16 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4328 9C13.1351 8.99996 13.7485 8.99992 14.2511 9.06003C14.7936 9.12491 15.3167 9.2698 15.7849 9.63539C16.2532 10.001 16.5206 10.4733 16.7151 10.9839C16.8953 11.4569 17.044 12.052 17.2143 12.7333L17.2144 12.7333L17.4704 13.7575C17.6043 14.2933 17.2786 14.8362 16.7428 14.9701C16.207 15.1041 15.664 14.7783 15.5301 14.2425L15.2876 13.2724C15.0998 12.5212 14.9787 12.0439 14.8462 11.6959C14.7232 11.3731 14.6284 11.2698 14.5541 11.2118C14.4798 11.1538 14.3566 11.0869 14.0136 11.0459C13.6439 11.0017 13.1514 11 12.3771 11H11.6233C10.849 11 10.3566 11.0017 9.98687 11.0459C9.64384 11.0869 9.52067 11.1538 9.44638 11.2118C9.37209 11.2698 9.27731 11.3731 9.15432 11.6959C9.02176 12.0439 8.90071 12.5212 8.71291 13.2724L8.47038 14.2425C8.33643 14.7783 7.7935 15.1041 7.2577 14.9701C6.72191 14.8362 6.39615 14.2933 6.53009 13.7575L6.77263 12.7873L6.78613 12.7333C6.95643 12.052 7.10515 11.4569 7.28536 10.9839C7.47989 10.4733 7.74732 10.001 8.21555 9.63539C8.68379 9.2698 9.20685 9.12491 9.7494 9.06003C10.252 8.99992 10.8654 8.99996 11.5677 9H12.4328Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.25 15C5.25 14.0335 6.0335 13.25 7 13.25L17 13.25C17.9665 13.25 18.75 14.0335 18.75 15V18C18.75 18.9665 17.9665 19.75 17 19.75H7C6.0335 19.75 5.25 18.9665 5.25 18L5.25 15ZM8.5 15.5C9.05228 15.5 9.5 15.9448 9.5 16.4934V16.5066C9.5 17.0552 9.05228 17.5 8.5 17.5C7.94772 17.5 7.5 17.0552 7.5 16.5066V16.4934C7.5 15.9448 7.94772 15.5 8.5 15.5ZM16.5 16.4934C16.5 15.9448 16.0523 15.5 15.5 15.5C14.9477 15.5 14.5 15.9448 14.5 16.4934V16.5066C14.5 17.0552 14.9477 17.5 15.5 17.5C16.0523 17.5 16.5 17.0552 16.5 16.5066V16.4934Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.8722 2.24988C19.3009 2.24987 19.6707 2.24986 19.9769 2.2707C20.2992 2.29264 20.6216 2.3409 20.9401 2.47253C21.6585 2.7694 22.2293 3.33882 22.5268 4.05553C22.6588 4.37331 22.7071 4.69497 22.7291 5.01656C22.75 5.32198 22.75 5.69101 22.75 6.11869V20.7749C22.75 21.3134 22.3125 21.7499 21.7727 21.7499C21.233 21.7499 20.7955 21.3134 20.7955 20.7749V7.12488H3.20455V20.7749C3.20455 21.3134 2.76701 21.7499 2.22727 21.7499C1.68754 21.7499 1.25 21.3134 1.25 20.7749V6.1187V6.11865C1.24999 5.69098 1.24998 5.32197 1.27087 5.01656C1.29286 4.69497 1.34124 4.37331 1.47317 4.05553C1.77073 3.33882 2.34148 2.7694 3.05986 2.47253C3.37838 2.3409 3.70079 2.29264 4.02313 2.2707C4.32926 2.24986 4.69913 2.24987 5.12779 2.24988H5.12784H18.8722H18.8722Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 17.75C8.55228 17.75 9 18.1977 9 18.75V20.75C9 21.3023 8.55228 21.75 8 21.75C7.44772 21.75 7 21.3023 7 20.75V18.75C7 18.1977 7.44772 17.75 8 17.75ZM16 17.75C16.5523 17.75 17 18.1977 17 18.75V20.75C17 21.3023 16.5523 21.75 16 21.75C15.4477 21.75 15 21.3023 15 20.75V18.75C15 18.1977 15.4477 17.75 16 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4328 9C13.1351 8.99996 13.7485 8.99992 14.2511 9.06003C14.7936 9.12491 15.3167 9.2698 15.7849 9.63539C16.2532 10.001 16.5206 10.4733 16.7151 10.9839C16.8953 11.4569 17.044 12.052 17.2143 12.7333L17.2144 12.7333L17.4704 13.7575C17.6043 14.2933 17.2786 14.8362 16.7428 14.9701C16.207 15.1041 15.664 14.7783 15.5301 14.2425L15.2876 13.2724C15.0998 12.5212 14.9787 12.0439 14.8462 11.6959C14.7232 11.3731 14.6284 11.2698 14.5541 11.2118C14.4798 11.1538 14.3566 11.0869 14.0136 11.0459C13.6439 11.0017 13.1514 11 12.3771 11H11.6233C10.849 11 10.3566 11.0017 9.98687 11.0459C9.64384 11.0869 9.52067 11.1538 9.44638 11.2118C9.37209 11.2698 9.27731 11.3731 9.15432 11.6959C9.02176 12.0439 8.90071 12.5212 8.71291 13.2724L8.47038 14.2425C8.33643 14.7783 7.7935 15.1041 7.2577 14.9701C6.72191 14.8362 6.39615 14.2933 6.53009 13.7575L6.77263 12.7873L6.78613 12.7333C6.95643 12.052 7.10515 11.4569 7.28536 10.9839C7.47989 10.4733 7.74732 10.001 8.21555 9.63539C8.68379 9.2698 9.20685 9.12491 9.7494 9.06003C10.252 8.99992 10.8654 8.99996 11.5677 9H12.4328Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.25 15C5.25 14.0335 6.0335 13.25 7 13.25L17 13.25C17.9665 13.25 18.75 14.0335 18.75 15V18C18.75 18.9665 17.9665 19.75 17 19.75H7C6.0335 19.75 5.25 18.9665 5.25 18L5.25 15ZM8.5 15.5C9.05228 15.5 9.5 15.9448 9.5 16.4934V16.5066C9.5 17.0552 9.05228 17.5 8.5 17.5C7.94772 17.5 7.5 17.0552 7.5 16.5066V16.4934C7.5 15.9448 7.94772 15.5 8.5 15.5ZM16.5 16.4934C16.5 15.9448 16.0523 15.5 15.5 15.5C14.9477 15.5 14.5 15.9448 14.5 16.4934V16.5066C14.5 17.0552 14.9477 17.5 15.5 17.5C16.0523 17.5 16.5 17.0552 16.5 16.5066V16.4934Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-car-parking-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 17.7499C8.55228 17.7499 9 18.1976 9 18.7499V20.7499C9 21.3022 8.55228 21.7499 8 21.7499C7.44772 21.7499 7 21.3022 7 20.7499V18.7499C7 18.1976 7.44772 17.7499 8 17.7499ZM16 17.7499C16.5523 17.7499 17 18.1976 17 18.7499V20.7499C17 21.3022 16.5523 21.7499 16 21.7499C15.4477 21.7499 15 21.3022 15 20.7499V18.7499C15 18.1976 15.4477 17.7499 16 17.7499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4328 8.99988C13.1351 8.99984 13.7485 8.9998 14.2511 9.0599C14.7936 9.12478 15.3167 9.26968 15.7849 9.63527C16.2532 10.0009 16.5206 10.4732 16.7151 10.9838C16.8953 11.4568 17.044 12.0518 17.2143 12.7332L17.2144 12.7332L17.4704 13.7573C17.6043 14.2931 17.2786 14.8361 16.7428 14.97C16.207 15.104 15.664 14.7782 15.5301 14.2424L15.2876 13.2723C15.0998 12.5211 14.9787 12.0438 14.8462 11.6958C14.7232 11.373 14.6284 11.2697 14.5541 11.2117C14.4798 11.1537 14.3566 11.0868 14.0136 11.0458C13.6439 11.0015 13.1514 10.9999 12.3771 10.9999H11.6233C10.849 10.9999 10.3566 11.0015 9.98687 11.0458C9.64384 11.0868 9.52067 11.1537 9.44638 11.2117C9.37209 11.2697 9.27731 11.373 9.15432 11.6958C9.02176 12.0438 8.90071 12.5211 8.71291 13.2723L8.47038 14.2424C8.33643 14.7782 7.7935 15.104 7.2577 14.97C6.72191 14.8361 6.39615 14.2931 6.53009 13.7573L6.77263 12.7872L6.78613 12.7332C6.95643 12.0518 7.10515 11.4568 7.28536 10.9838C7.47989 10.4732 7.74732 10.0009 8.21555 9.63527C8.68379 9.26968 9.20685 9.12478 9.7494 9.0599C10.252 8.9998 10.8654 8.99984 11.5677 8.99988H12.4328Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.25 14.9999C5.25 14.0334 6.0335 13.2499 7 13.2499L17 13.2499C17.9665 13.2499 18.75 14.0334 18.75 14.9999V17.9999C18.75 18.9664 17.9665 19.7499 17 19.7499H7C6.0335 19.7499 5.25 18.9664 5.25 17.9999L5.25 14.9999ZM8.5 15.4999C9.05228 15.4999 9.5 15.9446 9.5 16.4933V16.5065C9.5 17.0551 9.05228 17.4999 8.5 17.4999C7.94772 17.4999 7.5 17.0551 7.5 16.5065V16.4933C7.5 15.9446 7.94772 15.4999 8.5 15.4999ZM16.5 16.4933C16.5 15.9446 16.0523 15.4999 15.5 15.4999C14.9477 15.4999 14.5 15.9446 14.5 16.4933V16.5065C14.5 17.0551 14.9477 17.4999 15.5 17.4999C16.0523 17.4999 16.5 17.0551 16.5 16.5065V16.4933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 4.2C11.8574 4.2 11.7027 4.24451 10.9138 4.56204L5.05021 6.92225C4.43512 7.16983 4.04769 7.32726 3.76658 7.4781C3.50716 7.61731 3.42258 7.70841 3.37475 7.7795C3.32651 7.8512 3.27317 7.96587 3.24081 8.26238C3.20589 8.58239 3.20455 9.00417 3.20455 9.67038V20.775C3.20455 21.3135 2.76701 21.75 2.22728 21.75C1.68754 21.75 1.25 21.3135 1.25 20.775L1.25 9.62194V9.62188C1.24997 9.01841 1.24994 8.48941 1.29775 8.05131C1.3494 7.57803 1.46409 7.12049 1.7519 6.69271C2.04012 6.26433 2.4211 5.98593 2.84075 5.76074C3.22821 5.55283 3.71727 5.35601 4.27349 5.13216L4.27352 5.13215L10.3046 2.7044C10.8992 2.46401 11.4286 2.25 12 2.25C12.5714 2.25 13.1008 2.46401 13.6954 2.7044L19.7265 5.13215C20.2827 5.35601 20.7718 5.55283 21.1593 5.76074C21.5789 5.98593 21.9599 6.26433 22.2481 6.69271C22.5359 7.12049 22.6506 7.57803 22.7022 8.05131C22.7501 8.48943 22.75 9.01845 22.75 9.62194V20.775C22.75 21.3135 22.3125 21.75 21.7727 21.75C21.233 21.75 20.7955 21.3135 20.7955 20.775V9.67038C20.7955 9.00417 20.7941 8.58239 20.7592 8.26238C20.7268 7.96587 20.6735 7.8512 20.6253 7.7795C20.5774 7.70841 20.4928 7.6173 20.2334 7.4781C19.9523 7.32726 19.5649 7.16983 18.9498 6.92225L13.0862 4.56204C12.2973 4.24451 12.1426 4.2 12 4.2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 17.7499C8.55228 17.7499 9 18.1976 9 18.7499V20.7499C9 21.3022 8.55228 21.7499 8 21.7499C7.44772 21.7499 7 21.3022 7 20.7499V18.7499C7 18.1976 7.44772 17.7499 8 17.7499ZM16 17.7499C16.5523 17.7499 17 18.1976 17 18.7499V20.7499C17 21.3022 16.5523 21.7499 16 21.7499C15.4477 21.7499 15 21.3022 15 20.7499V18.7499C15 18.1976 15.4477 17.7499 16 17.7499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4328 8.99988C13.1351 8.99984 13.7485 8.9998 14.2511 9.0599C14.7936 9.12478 15.3167 9.26968 15.7849 9.63527C16.2532 10.0009 16.5206 10.4732 16.7151 10.9838C16.8953 11.4568 17.044 12.0518 17.2143 12.7332L17.2144 12.7332L17.4704 13.7573C17.6043 14.2931 17.2786 14.8361 16.7428 14.97C16.207 15.104 15.664 14.7782 15.5301 14.2424L15.2876 13.2723C15.0998 12.5211 14.9787 12.0438 14.8462 11.6958C14.7232 11.373 14.6284 11.2697 14.5541 11.2117C14.4798 11.1537 14.3566 11.0868 14.0136 11.0458C13.6439 11.0015 13.1514 10.9999 12.3771 10.9999H11.6233C10.849 10.9999 10.3566 11.0015 9.98687 11.0458C9.64384 11.0868 9.52067 11.1537 9.44638 11.2117C9.37209 11.2697 9.27731 11.373 9.15432 11.6958C9.02176 12.0438 8.90071 12.5211 8.71291 13.2723L8.47038 14.2424C8.33643 14.7782 7.7935 15.104 7.2577 14.97C6.72191 14.8361 6.39615 14.2931 6.53009 13.7573L6.77263 12.7872L6.78613 12.7332C6.95643 12.0518 7.10515 11.4568 7.28536 10.9838C7.47989 10.4732 7.74732 10.0009 8.21555 9.63527C8.68379 9.26968 9.20685 9.12478 9.7494 9.0599C10.252 8.9998 10.8654 8.99984 11.5677 8.99988H12.4328Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.25 14.9999C5.25 14.0334 6.0335 13.2499 7 13.2499L17 13.2499C17.9665 13.2499 18.75 14.0334 18.75 14.9999V17.9999C18.75 18.9664 17.9665 19.7499 17 19.7499H7C6.0335 19.7499 5.25 18.9664 5.25 17.9999L5.25 14.9999ZM8.5 15.4999C9.05228 15.4999 9.5 15.9446 9.5 16.4933V16.5065C9.5 17.0551 9.05228 17.4999 8.5 17.4999C7.94772 17.4999 7.5 17.0551 7.5 16.5065V16.4933C7.5 15.9446 7.94772 15.4999 8.5 15.4999ZM16.5 16.4933C16.5 15.9446 16.0523 15.4999 15.5 15.4999C14.9477 15.4999 14.5 15.9446 14.5 16.4933V16.5065C14.5 17.0551 14.9477 17.4999 15.5 17.4999C16.0523 17.4999 16.5 17.0551 16.5 16.5065V16.4933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 4.2C11.8574 4.2 11.7027 4.24451 10.9138 4.56204L5.05021 6.92225C4.43512 7.16983 4.04769 7.32726 3.76658 7.4781C3.50716 7.61731 3.42258 7.70841 3.37475 7.7795C3.32651 7.8512 3.27317 7.96587 3.24081 8.26238C3.20589 8.58239 3.20455 9.00417 3.20455 9.67038V20.775C3.20455 21.3135 2.76701 21.75 2.22728 21.75C1.68754 21.75 1.25 21.3135 1.25 20.775L1.25 9.62194V9.62188C1.24997 9.01841 1.24994 8.48941 1.29775 8.05131C1.3494 7.57803 1.46409 7.12049 1.7519 6.69271C2.04012 6.26433 2.4211 5.98593 2.84075 5.76074C3.22821 5.55283 3.71727 5.35601 4.27349 5.13216L4.27352 5.13215L10.3046 2.7044C10.8992 2.46401 11.4286 2.25 12 2.25C12.5714 2.25 13.1008 2.46401 13.6954 2.7044L19.7265 5.13215C20.2827 5.35601 20.7718 5.55283 21.1593 5.76074C21.5789 5.98593 21.9599 6.26433 22.2481 6.69271C22.5359 7.12049 22.6506 7.57803 22.7022 8.05131C22.7501 8.48943 22.75 9.01845 22.75 9.62194V20.775C22.75 21.3135 22.3125 21.75 21.7727 21.75C21.233 21.75 20.7955 21.3135 20.7955 20.775V9.67038C20.7955 9.00417 20.7941 8.58239 20.7592 8.26238C20.7268 7.96587 20.6735 7.8512 20.6253 7.7795C20.5774 7.70841 20.4928 7.6173 20.2334 7.4781C19.9523 7.32726 19.5649 7.16983 18.9498 6.92225L13.0862 4.56204C12.2973 4.24451 12.1426 4.2 12 4.2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-caravan{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%228.875%22 cy%3D%2218.375%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4449 3.62501C12.897 3.62501 14.0189 3.78664 15.036 4.27312C16.0468 4.75659 16.8791 5.52576 17.8162 6.59026C18.532 7.40337 19.0267 8.13734 19.3305 8.97672C19.6329 9.8126 19.725 10.6956 19.725 11.7705V16.5117C19.725 16.7971 19.725 16.9398 19.8139 17.0279C19.9028 17.1159 20.0455 17.1145 20.3309 17.1117L20.475 17.1103C20.6554 17.1085 20.7456 17.1077 20.803 17.0519C20.8604 16.9961 20.8638 16.9059 20.8708 16.7256L20.8746 16.6253C20.8747 16.073 21.3224 15.625 21.8746 15.625C22.4269 15.625 22.8746 16.0727 22.8746 16.625L22.8746 16.6288C22.8746 17.0568 22.8502 17.2851 22.8357 17.4086C22.8254 17.4965 22.8005 17.7017 22.7224 17.8904C22.497 18.4346 22.1181 18.7317 21.8473 18.8787C21.7571 18.9276 21.6889 18.9543 21.5865 18.9898C21.4755 19.0283 21.406 19.0479 21.307 19.0649C21.1018 19.1001 20.8518 19.1129 20.6927 19.1186C20.6048 19.1218 20.5267 19.1234 20.4705 19.1242L13.2841 19.1249C12.96 19.125 12.7979 19.125 12.7099 19.0365C12.6219 18.9481 12.6229 18.764 12.6249 18.3959C12.625 18.3889 12.625 18.382 12.625 18.375C12.625 16.3039 10.9461 14.625 8.875 14.625C6.80393 14.625 5.125 16.3039 5.125 18.375C5.125 18.3785 5.12501 18.3821 5.12502 18.3856C5.12606 18.7605 5.12658 18.9479 5.03352 19.0368C4.94046 19.1258 4.77971 19.1181 4.45819 19.1027C4.1725 19.089 3.90978 19.067 3.67052 19.0314C2.99788 18.9315 2.40476 18.7116 1.93718 18.1948C1.47931 17.6887 1.29364 17.065 1.20778 16.3592C1.12497 15.6784 1.12498 14.8156 1.125 13.7573V8.99273C1.12498 7.93441 1.12497 7.07161 1.20778 6.39081C1.29364 5.68502 1.47931 5.0613 1.93718 4.55524C2.40476 4.03844 2.99788 3.81853 3.67052 3.71858C4.30067 3.62494 5.09367 3.62497 6.04031 3.625L11.4449 3.62501ZM5.21671 7.74112C4.875 8.10723 4.875 8.69649 4.875 9.875C4.875 11.0535 4.875 11.6428 5.21671 12.0089C5.55842 12.375 6.10839 12.375 7.20833 12.375H9.54167C10.6416 12.375 11.1916 12.375 11.5333 12.0089C11.875 11.6428 11.875 11.0535 11.875 9.875C11.875 8.69649 11.875 8.10723 11.5333 7.74112C11.1916 7.375 10.6416 7.375 9.54167 7.375H7.20833C6.10839 7.375 5.55842 7.375 5.21671 7.74112Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%228.875%22 cy%3D%2218.375%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4449 3.62501C12.897 3.62501 14.0189 3.78664 15.036 4.27312C16.0468 4.75659 16.8791 5.52576 17.8162 6.59026C18.532 7.40337 19.0267 8.13734 19.3305 8.97672C19.6329 9.8126 19.725 10.6956 19.725 11.7705V16.5117C19.725 16.7971 19.725 16.9398 19.8139 17.0279C19.9028 17.1159 20.0455 17.1145 20.3309 17.1117L20.475 17.1103C20.6554 17.1085 20.7456 17.1077 20.803 17.0519C20.8604 16.9961 20.8638 16.9059 20.8708 16.7256L20.8746 16.6253C20.8747 16.073 21.3224 15.625 21.8746 15.625C22.4269 15.625 22.8746 16.0727 22.8746 16.625L22.8746 16.6288C22.8746 17.0568 22.8502 17.2851 22.8357 17.4086C22.8254 17.4965 22.8005 17.7017 22.7224 17.8904C22.497 18.4346 22.1181 18.7317 21.8473 18.8787C21.7571 18.9276 21.6889 18.9543 21.5865 18.9898C21.4755 19.0283 21.406 19.0479 21.307 19.0649C21.1018 19.1001 20.8518 19.1129 20.6927 19.1186C20.6048 19.1218 20.5267 19.1234 20.4705 19.1242L13.2841 19.1249C12.96 19.125 12.7979 19.125 12.7099 19.0365C12.6219 18.9481 12.6229 18.764 12.6249 18.3959C12.625 18.3889 12.625 18.382 12.625 18.375C12.625 16.3039 10.9461 14.625 8.875 14.625C6.80393 14.625 5.125 16.3039 5.125 18.375C5.125 18.3785 5.12501 18.3821 5.12502 18.3856C5.12606 18.7605 5.12658 18.9479 5.03352 19.0368C4.94046 19.1258 4.77971 19.1181 4.45819 19.1027C4.1725 19.089 3.90978 19.067 3.67052 19.0314C2.99788 18.9315 2.40476 18.7116 1.93718 18.1948C1.47931 17.6887 1.29364 17.065 1.20778 16.3592C1.12497 15.6784 1.12498 14.8156 1.125 13.7573V8.99273C1.12498 7.93441 1.12497 7.07161 1.20778 6.39081C1.29364 5.68502 1.47931 5.0613 1.93718 4.55524C2.40476 4.03844 2.99788 3.81853 3.67052 3.71858C4.30067 3.62494 5.09367 3.62497 6.04031 3.625L11.4449 3.62501ZM5.21671 7.74112C4.875 8.10723 4.875 8.69649 4.875 9.875C4.875 11.0535 4.875 11.6428 5.21671 12.0089C5.55842 12.375 6.10839 12.375 7.20833 12.375H9.54167C10.6416 12.375 11.1916 12.375 11.5333 12.0089C11.875 11.6428 11.875 11.0535 11.875 9.875C11.875 8.69649 11.875 8.10723 11.5333 7.74112C11.1916 7.375 10.6416 7.375 9.54167 7.375H7.20833C6.10839 7.375 5.55842 7.375 5.21671 7.74112Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-container-truck{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.1133 15.375C15.7326 15.375 14.6133 16.4943 14.6133 17.875C14.6133 19.2557 15.7326 20.375 17.1133 20.375C18.494 20.375 19.6133 19.2557 19.6133 17.875C19.6133 16.4943 18.494 15.375 17.1133 15.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.11328 15.375C5.73257 15.375 4.61328 16.4943 4.61328 17.875C4.61328 19.2557 5.73257 20.375 7.11328 20.375C8.49399 20.375 9.61328 19.2557 9.61328 17.875C9.61328 16.4943 8.49399 15.375 7.11328 15.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5523 3.62503C11.5343 3.62465 12.2051 3.62438 12.7721 3.80881C13.5073 4.04796 14.1402 4.50471 14.5968 5.10485C14.7031 5.24465 14.7563 5.31456 14.8193 5.34577C14.8822 5.37698 14.9603 5.37698 15.1164 5.37698L16.2318 5.37698C16.9192 5.37696 17.5079 5.37694 17.9963 5.42631C18.5184 5.47909 19.0066 5.59411 19.4726 5.87273C19.9385 6.15134 20.2711 6.52715 20.5651 6.96231C20.8401 7.36945 21.1191 7.88835 21.445 8.49425L22.7438 10.909C22.8289 11.0672 22.8671 11.2381 22.8633 11.4058V13.4397C22.8633 14.5737 22.8633 15.5006 22.7651 16.2322C22.6624 16.997 22.4401 17.6601 21.9114 18.1893C21.7588 18.3421 21.5895 18.4708 21.408 18.5793C21.1524 18.7323 21.0246 18.8087 20.9214 18.7453C20.8182 18.682 20.8303 18.5047 20.8545 18.1503C20.8603 18.0646 20.8633 17.9781 20.8633 17.8908C20.8633 15.8175 19.1843 14.1367 17.1133 14.1367C15.0422 14.1367 13.3633 15.8175 13.3633 17.8908C13.3633 18.1263 13.3849 18.3567 13.4264 18.5802C13.475 18.8423 13.4992 18.9734 13.44 19.0454C13.3807 19.1175 13.2587 19.1186 13.0148 19.1208C12.414 19.1264 11.8126 19.1264 11.2118 19.1208C10.9678 19.1186 10.8459 19.1175 10.7866 19.0454C10.7273 18.9734 10.7516 18.8423 10.8002 18.5802C10.8416 18.3567 10.8633 18.1263 10.8633 17.8908C10.8633 15.8175 9.18435 14.1367 7.11328 14.1367C5.04221 14.1367 3.36328 15.8175 3.36328 17.8908C3.36328 17.9781 3.36625 18.0646 3.3721 18.1503C3.39627 18.5048 3.40835 18.682 3.30513 18.7453C3.20191 18.8087 3.07412 18.7323 2.81852 18.5793C2.63706 18.4708 2.46772 18.3421 2.31519 18.1893C1.78649 17.6601 1.56421 16.997 1.4615 16.2322C1.36324 15.5005 1.36326 14.5738 1.36328 13.4397V9.32769C1.36326 8.19362 1.36324 7.26685 1.4615 6.53519C1.56421 5.77039 1.78649 5.10731 2.31519 4.57803C2.84388 4.04875 3.50622 3.82622 4.27017 3.7234C5.00103 3.62503 5.92676 3.62505 7.05959 3.62507L10.5523 3.62503ZM15.4164 7.43868C15.4751 7.37921 15.5726 7.37921 15.7675 7.37921H16.1846C16.9322 7.37921 17.4193 7.38038 17.7954 7.41841C18.149 7.45416 18.3207 7.51618 18.447 7.59167C18.5732 7.66716 18.7092 7.7891 18.9083 8.08388C19.1201 8.39738 19.352 8.82613 19.7065 9.48515L20.0063 10.0426C20.148 10.306 20.2188 10.4378 20.1606 10.5353C20.1024 10.6329 19.953 10.6329 19.6541 10.6329H17.4133C16.6104 10.6329 16.3868 10.6236 16.227 10.5716C15.8465 10.4478 15.5481 10.1491 15.4245 9.76817C15.3725 9.60818 15.3633 9.24519 15.3633 8.44141C15.3634 8.20982 15.3635 7.99552 15.3612 7.79579C15.3588 7.59737 15.3577 7.49816 15.4164 7.43868ZM7.11341 8.375C7.11341 7.82272 6.6657 7.375 6.11341 7.375C5.56113 7.375 5.11341 7.82272 5.11341 8.375V10.375C5.11341 10.9273 5.56113 11.375 6.11341 11.375C6.6657 11.375 7.11341 10.9273 7.11341 10.375V8.375ZM11.1134 8.375C11.1134 7.82272 10.6657 7.375 10.1134 7.375C9.56113 7.375 9.11342 7.82272 9.11342 8.375V10.375C9.11342 10.9273 9.56113 11.375 10.1134 11.375C10.6657 11.375 11.1134 10.9273 11.1134 10.375V8.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.1133 15.375C15.7326 15.375 14.6133 16.4943 14.6133 17.875C14.6133 19.2557 15.7326 20.375 17.1133 20.375C18.494 20.375 19.6133 19.2557 19.6133 17.875C19.6133 16.4943 18.494 15.375 17.1133 15.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.11328 15.375C5.73257 15.375 4.61328 16.4943 4.61328 17.875C4.61328 19.2557 5.73257 20.375 7.11328 20.375C8.49399 20.375 9.61328 19.2557 9.61328 17.875C9.61328 16.4943 8.49399 15.375 7.11328 15.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5523 3.62503C11.5343 3.62465 12.2051 3.62438 12.7721 3.80881C13.5073 4.04796 14.1402 4.50471 14.5968 5.10485C14.7031 5.24465 14.7563 5.31456 14.8193 5.34577C14.8822 5.37698 14.9603 5.37698 15.1164 5.37698L16.2318 5.37698C16.9192 5.37696 17.5079 5.37694 17.9963 5.42631C18.5184 5.47909 19.0066 5.59411 19.4726 5.87273C19.9385 6.15134 20.2711 6.52715 20.5651 6.96231C20.8401 7.36945 21.1191 7.88835 21.445 8.49425L22.7438 10.909C22.8289 11.0672 22.8671 11.2381 22.8633 11.4058V13.4397C22.8633 14.5737 22.8633 15.5006 22.7651 16.2322C22.6624 16.997 22.4401 17.6601 21.9114 18.1893C21.7588 18.3421 21.5895 18.4708 21.408 18.5793C21.1524 18.7323 21.0246 18.8087 20.9214 18.7453C20.8182 18.682 20.8303 18.5047 20.8545 18.1503C20.8603 18.0646 20.8633 17.9781 20.8633 17.8908C20.8633 15.8175 19.1843 14.1367 17.1133 14.1367C15.0422 14.1367 13.3633 15.8175 13.3633 17.8908C13.3633 18.1263 13.3849 18.3567 13.4264 18.5802C13.475 18.8423 13.4992 18.9734 13.44 19.0454C13.3807 19.1175 13.2587 19.1186 13.0148 19.1208C12.414 19.1264 11.8126 19.1264 11.2118 19.1208C10.9678 19.1186 10.8459 19.1175 10.7866 19.0454C10.7273 18.9734 10.7516 18.8423 10.8002 18.5802C10.8416 18.3567 10.8633 18.1263 10.8633 17.8908C10.8633 15.8175 9.18435 14.1367 7.11328 14.1367C5.04221 14.1367 3.36328 15.8175 3.36328 17.8908C3.36328 17.9781 3.36625 18.0646 3.3721 18.1503C3.39627 18.5048 3.40835 18.682 3.30513 18.7453C3.20191 18.8087 3.07412 18.7323 2.81852 18.5793C2.63706 18.4708 2.46772 18.3421 2.31519 18.1893C1.78649 17.6601 1.56421 16.997 1.4615 16.2322C1.36324 15.5005 1.36326 14.5738 1.36328 13.4397V9.32769C1.36326 8.19362 1.36324 7.26685 1.4615 6.53519C1.56421 5.77039 1.78649 5.10731 2.31519 4.57803C2.84388 4.04875 3.50622 3.82622 4.27017 3.7234C5.00103 3.62503 5.92676 3.62505 7.05959 3.62507L10.5523 3.62503ZM15.4164 7.43868C15.4751 7.37921 15.5726 7.37921 15.7675 7.37921H16.1846C16.9322 7.37921 17.4193 7.38038 17.7954 7.41841C18.149 7.45416 18.3207 7.51618 18.447 7.59167C18.5732 7.66716 18.7092 7.7891 18.9083 8.08388C19.1201 8.39738 19.352 8.82613 19.7065 9.48515L20.0063 10.0426C20.148 10.306 20.2188 10.4378 20.1606 10.5353C20.1024 10.6329 19.953 10.6329 19.6541 10.6329H17.4133C16.6104 10.6329 16.3868 10.6236 16.227 10.5716C15.8465 10.4478 15.5481 10.1491 15.4245 9.76817C15.3725 9.60818 15.3633 9.24519 15.3633 8.44141C15.3634 8.20982 15.3635 7.99552 15.3612 7.79579C15.3588 7.59737 15.3577 7.49816 15.4164 7.43868ZM7.11341 8.375C7.11341 7.82272 6.6657 7.375 6.11341 7.375C5.56113 7.375 5.11341 7.82272 5.11341 8.375V10.375C5.11341 10.9273 5.56113 11.375 6.11341 11.375C6.6657 11.375 7.11341 10.9273 7.11341 10.375V8.375ZM11.1134 8.375C11.1134 7.82272 10.6657 7.375 10.1134 7.375C9.56113 7.375 9.11342 7.82272 9.11342 8.375V10.375C9.11342 10.9273 9.56113 11.375 10.1134 11.375C10.6657 11.375 11.1134 10.9273 11.1134 10.375V8.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-crane{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.11719 8C4.11719 6.11438 4.11719 5.17157 4.70297 4.58579C5.28876 4 6.23157 4 8.11719 4H8.54903C9.32377 4 9.71114 4 10.0631 4.13798C10.415 4.27596 10.6992 4.53922 11.2675 5.06575L12.9367 6.61216C13.4679 7.10431 13.7335 7.35038 13.8942 7.66172C13.934 7.73863 13.9686 7.81804 13.9981 7.89944C14.1172 8.22897 14.1172 8.59104 14.1172 9.31519C14.1172 10.8963 14.1172 11.6869 13.6952 12.2288C13.5937 12.3592 13.4764 12.4765 13.346 12.578C12.8041 13 12.0135 13 10.4324 13H8.11719C6.23157 13 5.28876 13 4.70297 12.4142C4.11719 11.8284 4.11719 10.8856 4.11719 9V8Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M8.66339 3.24994C9.32585 3.24934 9.84997 3.24886 10.3368 3.43973C10.8237 3.63061 11.2079 3.98716 11.6934 4.43783L13.5252 6.13491C13.9795 6.55512 14.3382 6.88691 14.5606 7.31762C14.6153 7.42337 14.6629 7.53255 14.7034 7.64448C14.8682 8.10035 14.8678 8.58899 14.8673 9.20786C14.8673 9.96151 14.8672 10.7409 14.8096 11.2466C14.7492 11.7773 14.6172 12.2655 14.2869 12.6896C14.1473 12.8689 13.9861 13.0302 13.8068 13.1698C13.3827 13.5 12.8945 13.632 12.3638 13.6924C11.8581 13.7501 11.2294 13.75 10.4757 13.75H10.4757L8.0652 13.75H8.06516C7.1667 13.75 6.41749 13.7501 5.82271 13.6701C5.19492 13.5857 4.62812 13.4 4.17265 12.9446C3.71718 12.4891 3.53151 11.9223 3.4471 11.2945C3.36714 10.6997 3.36716 9.95051 3.36719 9.05205V9.05201V7.94801V7.94798C3.36716 7.04952 3.36714 6.30031 3.4471 5.70553C3.53151 5.07774 3.71718 4.51094 4.17265 4.05547C4.62812 3.6 5.19492 3.41433 5.82271 3.32992C6.41749 3.24996 7.16671 3.24998 8.06519 3.25001L8.66339 3.24994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.11328 15.2498C3.04221 15.2498 1.36328 16.9287 1.36328 18.9998C1.36328 21.0708 3.04221 22.7498 5.11328 22.7498H15.1133C17.1843 22.7498 18.8633 21.0708 18.8633 18.9998C18.8633 16.9287 17.1843 15.2498 15.1133 15.2498H5.11328ZM6.11328 17.9998C5.561 17.9998 5.11328 18.4475 5.11328 18.9998C5.11328 19.552 5.561 19.9998 6.11328 19.9998H6.12225C6.67454 19.9998 7.12225 19.552 7.12225 18.9998C7.12225 18.4475 6.67454 17.9998 6.12225 17.9998H6.11328ZM10.1088 17.9998C9.55651 17.9998 9.1088 18.4475 9.1088 18.9998C9.1088 19.552 9.55651 19.9998 10.1088 19.9998H10.1178C10.6701 19.9998 11.1178 19.552 11.1178 18.9998C11.1178 18.4475 10.6701 17.9998 10.1178 17.9998H10.1088ZM14.1043 17.9998C13.552 17.9998 13.1043 18.4475 13.1043 18.9998C13.1043 19.552 13.552 19.9998 14.1043 19.9998H14.1133C14.6656 19.9998 15.1133 19.552 15.1133 18.9998C15.1133 18.4475 14.6656 17.9998 14.1133 17.9998H14.1043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6233 0.999855C19.684 0.999906 19.7455 0.999958 19.8077 0.999958H20.1133C20.6656 0.999958 21.1133 1.44767 21.1133 1.99996C21.1133 2.55224 20.6656 2.99996 20.1133 2.99996H19.8077C18.392 2.99996 17.9864 3.02045 17.6412 3.17548C17.2959 3.33051 17.0112 3.62001 16.0706 4.67814L13.8607 7.16432C13.4938 7.5771 12.8617 7.61429 12.4489 7.24737C12.0361 6.88045 11.999 6.24838 12.3659 5.83559L14.5758 3.34941C14.6172 3.30289 14.6579 3.25694 14.6982 3.21157C15.4585 2.35475 16.0361 1.70384 16.8219 1.351C17.6076 0.998155 18.4778 0.998889 19.6233 0.999855Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.1144 3.99976C20.6666 3.99976 21.1144 4.44747 21.1144 4.99976V5.49976C21.1144 6.05204 20.6666 6.49976 20.1144 6.49976C19.5621 6.49976 19.1144 6.05204 19.1144 5.49976V4.99976C19.1144 4.44747 19.5621 3.99976 20.1144 3.99976ZM20.1144 6.99976C20.6666 6.99976 21.1144 7.44747 21.1144 7.99976V8.49976C21.1144 9.05204 20.6666 9.49976 20.1144 9.49976C19.5621 9.49976 19.1144 9.05204 19.1144 8.49976V7.99976C19.1144 7.44747 19.5621 6.99976 20.1144 6.99976ZM21.0174 10.68C20.884 10.2845 20.5101 9.99976 20.0696 9.99976C19.5173 9.99976 19.0696 10.4475 19.0696 10.9998V11.4998C19.0696 12.052 19.5173 12.4998 20.0696 12.4998C20.3974 12.4998 20.6136 12.7506 20.6136 12.9998C20.6136 13.2489 20.3974 13.4998 20.0696 13.4998C19.8163 13.4998 19.621 13.3439 19.5533 13.1579C19.3645 12.6389 18.7907 12.3712 18.2717 12.56C17.7527 12.7488 17.485 13.3226 17.6738 13.8416C18.03 14.8208 18.9785 15.4998 20.0696 15.4998C21.4472 15.4998 22.6136 14.4075 22.6136 12.9998C22.6136 11.9321 21.9426 11.0458 21.0174 10.68Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.11719 8C4.11719 6.11438 4.11719 5.17157 4.70297 4.58579C5.28876 4 6.23157 4 8.11719 4H8.54903C9.32377 4 9.71114 4 10.0631 4.13798C10.415 4.27596 10.6992 4.53922 11.2675 5.06575L12.9367 6.61216C13.4679 7.10431 13.7335 7.35038 13.8942 7.66172C13.934 7.73863 13.9686 7.81804 13.9981 7.89944C14.1172 8.22897 14.1172 8.59104 14.1172 9.31519C14.1172 10.8963 14.1172 11.6869 13.6952 12.2288C13.5937 12.3592 13.4764 12.4765 13.346 12.578C12.8041 13 12.0135 13 10.4324 13H8.11719C6.23157 13 5.28876 13 4.70297 12.4142C4.11719 11.8284 4.11719 10.8856 4.11719 9V8Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M8.66339 3.24994C9.32585 3.24934 9.84997 3.24886 10.3368 3.43973C10.8237 3.63061 11.2079 3.98716 11.6934 4.43783L13.5252 6.13491C13.9795 6.55512 14.3382 6.88691 14.5606 7.31762C14.6153 7.42337 14.6629 7.53255 14.7034 7.64448C14.8682 8.10035 14.8678 8.58899 14.8673 9.20786C14.8673 9.96151 14.8672 10.7409 14.8096 11.2466C14.7492 11.7773 14.6172 12.2655 14.2869 12.6896C14.1473 12.8689 13.9861 13.0302 13.8068 13.1698C13.3827 13.5 12.8945 13.632 12.3638 13.6924C11.8581 13.7501 11.2294 13.75 10.4757 13.75H10.4757L8.0652 13.75H8.06516C7.1667 13.75 6.41749 13.7501 5.82271 13.6701C5.19492 13.5857 4.62812 13.4 4.17265 12.9446C3.71718 12.4891 3.53151 11.9223 3.4471 11.2945C3.36714 10.6997 3.36716 9.95051 3.36719 9.05205V9.05201V7.94801V7.94798C3.36716 7.04952 3.36714 6.30031 3.4471 5.70553C3.53151 5.07774 3.71718 4.51094 4.17265 4.05547C4.62812 3.6 5.19492 3.41433 5.82271 3.32992C6.41749 3.24996 7.16671 3.24998 8.06519 3.25001L8.66339 3.24994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.11328 15.2498C3.04221 15.2498 1.36328 16.9287 1.36328 18.9998C1.36328 21.0708 3.04221 22.7498 5.11328 22.7498H15.1133C17.1843 22.7498 18.8633 21.0708 18.8633 18.9998C18.8633 16.9287 17.1843 15.2498 15.1133 15.2498H5.11328ZM6.11328 17.9998C5.561 17.9998 5.11328 18.4475 5.11328 18.9998C5.11328 19.552 5.561 19.9998 6.11328 19.9998H6.12225C6.67454 19.9998 7.12225 19.552 7.12225 18.9998C7.12225 18.4475 6.67454 17.9998 6.12225 17.9998H6.11328ZM10.1088 17.9998C9.55651 17.9998 9.1088 18.4475 9.1088 18.9998C9.1088 19.552 9.55651 19.9998 10.1088 19.9998H10.1178C10.6701 19.9998 11.1178 19.552 11.1178 18.9998C11.1178 18.4475 10.6701 17.9998 10.1178 17.9998H10.1088ZM14.1043 17.9998C13.552 17.9998 13.1043 18.4475 13.1043 18.9998C13.1043 19.552 13.552 19.9998 14.1043 19.9998H14.1133C14.6656 19.9998 15.1133 19.552 15.1133 18.9998C15.1133 18.4475 14.6656 17.9998 14.1133 17.9998H14.1043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6233 0.999855C19.684 0.999906 19.7455 0.999958 19.8077 0.999958H20.1133C20.6656 0.999958 21.1133 1.44767 21.1133 1.99996C21.1133 2.55224 20.6656 2.99996 20.1133 2.99996H19.8077C18.392 2.99996 17.9864 3.02045 17.6412 3.17548C17.2959 3.33051 17.0112 3.62001 16.0706 4.67814L13.8607 7.16432C13.4938 7.5771 12.8617 7.61429 12.4489 7.24737C12.0361 6.88045 11.999 6.24838 12.3659 5.83559L14.5758 3.34941C14.6172 3.30289 14.6579 3.25694 14.6982 3.21157C15.4585 2.35475 16.0361 1.70384 16.8219 1.351C17.6076 0.998155 18.4778 0.998889 19.6233 0.999855Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.1144 3.99976C20.6666 3.99976 21.1144 4.44747 21.1144 4.99976V5.49976C21.1144 6.05204 20.6666 6.49976 20.1144 6.49976C19.5621 6.49976 19.1144 6.05204 19.1144 5.49976V4.99976C19.1144 4.44747 19.5621 3.99976 20.1144 3.99976ZM20.1144 6.99976C20.6666 6.99976 21.1144 7.44747 21.1144 7.99976V8.49976C21.1144 9.05204 20.6666 9.49976 20.1144 9.49976C19.5621 9.49976 19.1144 9.05204 19.1144 8.49976V7.99976C19.1144 7.44747 19.5621 6.99976 20.1144 6.99976ZM21.0174 10.68C20.884 10.2845 20.5101 9.99976 20.0696 9.99976C19.5173 9.99976 19.0696 10.4475 19.0696 10.9998V11.4998C19.0696 12.052 19.5173 12.4998 20.0696 12.4998C20.3974 12.4998 20.6136 12.7506 20.6136 12.9998C20.6136 13.2489 20.3974 13.4998 20.0696 13.4998C19.8163 13.4998 19.621 13.3439 19.5533 13.1579C19.3645 12.6389 18.7907 12.3712 18.2717 12.56C17.7527 12.7488 17.485 13.3226 17.6738 13.8416C18.03 14.8208 18.9785 15.4998 20.0696 15.4998C21.4472 15.4998 22.6136 14.4075 22.6136 12.9998C22.6136 11.9321 21.9426 11.0458 21.0174 10.68Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-drone{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1133 6.25C9.31788 6.25 6.76628 6.47612 4.89513 6.85035C3.96573 7.03623 3.16499 7.26618 2.57853 7.54349C2.2872 7.68124 2.00848 7.8492 1.79222 8.06057C1.57471 8.27316 1.36328 8.58918 1.36328 9C1.36328 9.59561 1.79464 9.98585 2.12511 10.2046C2.48896 10.4455 2.97226 10.643 3.51372 10.8089C4.60723 11.1439 6.11749 11.403 7.85903 11.5638C7.93171 11.5705 8.01938 11.6089 8.10902 11.7184C8.20232 11.8323 8.27203 11.9964 8.29048 12.1691C8.4974 14.1064 10.0668 15.75 12.1133 15.75C14.1597 15.75 15.7292 14.1064 15.9361 12.1691C15.9545 11.9964 16.0242 11.8323 16.1175 11.7184C16.2072 11.6089 16.2949 11.5705 16.3675 11.5638C18.1091 11.403 19.6193 11.1439 20.7128 10.8089C21.2543 10.643 21.7376 10.4455 22.1015 10.2046C22.4319 9.98585 22.8633 9.59561 22.8633 9C22.8633 8.58918 22.6519 8.27316 22.4343 8.06057C22.2181 7.8492 21.9394 7.68124 21.648 7.54349C21.0616 7.26618 20.2608 7.03623 19.3314 6.85035C17.4603 6.47612 14.9087 6.25 12.1133 6.25ZM12.1088 11C11.559 11 11.1133 11.4477 11.1133 12C11.1133 12.5523 11.559 13 12.1088 13H12.1178C12.6676 13 13.1133 12.5523 13.1133 12C13.1133 11.4477 12.6676 11 12.1178 11H12.1088Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.11328 3C3.11328 2.44772 3.561 2 4.11328 2H8.11328C8.66557 2 9.11328 2.44772 9.11328 3C9.11328 3.55228 8.66557 4 8.11328 4H7.11328V7C7.11328 7.55228 6.66557 8 6.11328 8C5.561 8 5.11328 7.55228 5.11328 7V4H4.11328C3.561 4 3.11328 3.55228 3.11328 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1133 3C15.1133 2.44772 15.561 2 16.1133 2H20.1133C20.6656 2 21.1133 2.44772 21.1133 3C21.1133 3.55228 20.6656 4 20.1133 4H19.1133V7C19.1133 7.55228 18.6656 8 18.1133 8C17.561 8 17.1133 7.55228 17.1133 7V4H16.1133C15.561 4 15.1133 3.55228 15.1133 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.81273 16.2283C8.21918 15.942 8.34672 15.3069 8.05415 14.905C7.73736 14.4698 7.15702 14.2509 6.71373 14.5563C5.14297 15.6382 4.11328 17.4493 4.11328 19.5009V21.0009C4.11328 21.5532 4.561 22.0009 5.11328 22.0009C5.66557 22.0009 6.11328 21.5532 6.11328 21.0009V19.5009C6.11328 18.1481 6.78482 16.9522 7.81273 16.2283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5133 14.5566C17.07 14.2512 16.4897 14.47 16.1728 14.9052C15.8802 15.3071 16.0077 15.9422 16.4141 16.2285C17.4419 16.9524 18.1133 18.1483 18.1133 19.5009V21.0009C18.1133 21.5532 18.561 22.0009 19.1133 22.0009C19.6656 22.0009 20.1133 21.5532 20.1133 21.0009V19.5009C20.1133 17.4495 19.0838 15.6386 17.5133 14.5566Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1133 6.25C9.31788 6.25 6.76628 6.47612 4.89513 6.85035C3.96573 7.03623 3.16499 7.26618 2.57853 7.54349C2.2872 7.68124 2.00848 7.8492 1.79222 8.06057C1.57471 8.27316 1.36328 8.58918 1.36328 9C1.36328 9.59561 1.79464 9.98585 2.12511 10.2046C2.48896 10.4455 2.97226 10.643 3.51372 10.8089C4.60723 11.1439 6.11749 11.403 7.85903 11.5638C7.93171 11.5705 8.01938 11.6089 8.10902 11.7184C8.20232 11.8323 8.27203 11.9964 8.29048 12.1691C8.4974 14.1064 10.0668 15.75 12.1133 15.75C14.1597 15.75 15.7292 14.1064 15.9361 12.1691C15.9545 11.9964 16.0242 11.8323 16.1175 11.7184C16.2072 11.6089 16.2949 11.5705 16.3675 11.5638C18.1091 11.403 19.6193 11.1439 20.7128 10.8089C21.2543 10.643 21.7376 10.4455 22.1015 10.2046C22.4319 9.98585 22.8633 9.59561 22.8633 9C22.8633 8.58918 22.6519 8.27316 22.4343 8.06057C22.2181 7.8492 21.9394 7.68124 21.648 7.54349C21.0616 7.26618 20.2608 7.03623 19.3314 6.85035C17.4603 6.47612 14.9087 6.25 12.1133 6.25ZM12.1088 11C11.559 11 11.1133 11.4477 11.1133 12C11.1133 12.5523 11.559 13 12.1088 13H12.1178C12.6676 13 13.1133 12.5523 13.1133 12C13.1133 11.4477 12.6676 11 12.1178 11H12.1088Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.11328 3C3.11328 2.44772 3.561 2 4.11328 2H8.11328C8.66557 2 9.11328 2.44772 9.11328 3C9.11328 3.55228 8.66557 4 8.11328 4H7.11328V7C7.11328 7.55228 6.66557 8 6.11328 8C5.561 8 5.11328 7.55228 5.11328 7V4H4.11328C3.561 4 3.11328 3.55228 3.11328 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1133 3C15.1133 2.44772 15.561 2 16.1133 2H20.1133C20.6656 2 21.1133 2.44772 21.1133 3C21.1133 3.55228 20.6656 4 20.1133 4H19.1133V7C19.1133 7.55228 18.6656 8 18.1133 8C17.561 8 17.1133 7.55228 17.1133 7V4H16.1133C15.561 4 15.1133 3.55228 15.1133 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.81273 16.2283C8.21918 15.942 8.34672 15.3069 8.05415 14.905C7.73736 14.4698 7.15702 14.2509 6.71373 14.5563C5.14297 15.6382 4.11328 17.4493 4.11328 19.5009V21.0009C4.11328 21.5532 4.561 22.0009 5.11328 22.0009C5.66557 22.0009 6.11328 21.5532 6.11328 21.0009V19.5009C6.11328 18.1481 6.78482 16.9522 7.81273 16.2283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5133 14.5566C17.07 14.2512 16.4897 14.47 16.1728 14.9052C15.8802 15.3071 16.0077 15.9422 16.4141 16.2285C17.4419 16.9524 18.1133 18.1483 18.1133 19.5009V21.0009C18.1133 21.5532 18.561 22.0009 19.1133 22.0009C19.6656 22.0009 20.1133 21.5532 20.1133 21.0009V19.5009C20.1133 17.4495 19.0838 15.6386 17.5133 14.5566Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-ferry-boat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.1133 0.999756C12.6656 0.999756 13.1133 1.44747 13.1133 1.99976V2.99976L14.1791 2.99975C15.0656 2.9997 15.8294 2.99966 16.4411 3.0819C17.0966 3.17003 17.7249 3.36877 18.2346 3.87844C18.7443 4.3881 18.943 5.01645 19.0311 5.67196C19.1134 6.28362 19.1133 7.04744 19.1133 7.93392L19.1133 8.99976C19.1133 9.55204 18.6656 9.99976 18.1133 9.99976C17.561 9.99976 17.1133 9.55204 17.1133 8.99976V7.99976C17.1133 7.02868 17.1112 6.40097 17.049 5.93846C16.9907 5.50472 16.8965 5.36877 16.8204 5.29265C16.7443 5.21653 16.6083 5.12238 16.1746 5.06406C15.7121 5.00188 15.0844 4.99976 14.1133 4.99976H10.1133C9.14221 4.99976 8.5145 5.00188 8.05199 5.06406C7.61825 5.12238 7.4823 5.21653 7.40618 5.29265C7.33006 5.36877 7.23591 5.50472 7.17759 5.93846C7.11541 6.40097 7.11329 7.02868 7.11329 7.99976V8.99976C7.11329 9.55204 6.66557 9.99976 6.11329 9.99976C5.561 9.99976 5.11329 9.55204 5.11329 8.99976V7.99976L5.11328 7.93393C5.11323 7.04744 5.11319 6.28362 5.19543 5.67196C5.28356 5.01645 5.4823 4.3881 5.99197 3.87844C6.50163 3.36877 7.12998 3.17003 7.78549 3.0819C8.39715 2.99966 9.16097 2.9997 10.0475 2.99975L10.1133 2.99976H11.1133V1.99976C11.1133 1.44747 11.561 0.999756 12.1133 0.999756Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.56733 20.6794C10.2348 19.7268 11.1481 19.0366 12.2499 19.0366C13.268 19.0366 14.1253 19.626 14.7762 20.4673C15.0795 20.7361 15.2106 21.1465 15.5667 20.6435C16.2258 19.6907 17.1346 18.9998 18.2352 18.9998C19.1787 18.9998 19.9847 19.5078 20.6159 20.2529C20.7883 20.4669 21.0779 21.2109 21.403 20.8827C21.7918 20.4904 22.4249 20.4875 22.8172 20.8763C23.2095 21.265 23.2124 21.8982 22.8237 22.2905C22.341 22.7776 21.683 23.0946 20.9387 22.9748C20.2614 22.8659 19.7301 22.4285 19.3453 21.8989C19.0448 21.549 18.7681 20.9998 18.2352 20.9998C18.0466 20.9998 17.6697 21.1176 17.2093 21.7845L17.2036 21.7927C16.7556 22.4281 16.0937 22.9629 15.2436 22.9629C14.4583 22.9629 13.7346 22.4554 13.2944 21.827C12.8253 21.1575 12.4434 21.0366 12.2499 21.0366C12.0567 21.0366 11.6755 21.1572 11.2074 21.8241C10.7633 22.4674 10.1002 22.9998 9.24987 22.9998C8.43281 22.9998 7.78862 22.5083 7.34552 21.8991C7.04485 21.5492 6.76826 20.9998 6.23524 20.9998C6.04659 20.9998 5.66968 21.1176 5.20932 21.7845C4.75954 22.436 4.06441 22.9629 3.2436 22.9629C2.38978 22.9629 1.73061 22.4239 1.28968 21.7834C0.976516 21.3285 1.09143 20.7058 1.54634 20.3927C2.00125 20.0795 2.6239 20.1944 2.93707 20.6493C3.18744 21.013 3.31252 21.0025 3.56664 20.6436C4.2258 19.6907 5.13462 18.9998 6.23524 18.9998C7.17872 18.9998 7.98472 19.5078 8.61587 20.2529C8.93158 20.6448 9.15238 21.2822 9.56733 20.6794Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.74802 6.95918C10.7035 6.5446 11.3835 6.24954 12.1133 6.24954C12.843 6.24954 13.523 6.5446 14.4785 6.95918L17.5175 8.27579C18.3025 8.61585 18.9591 8.90026 19.4539 9.1972C19.9778 9.51162 20.4089 9.89022 20.6538 10.4613C20.6947 10.5568 20.7305 10.6545 20.7609 10.754C20.941 11.3435 20.8641 11.9175 20.6806 12.5112C20.5838 12.8244 20.4482 13.1702 20.2845 13.5544H17.593C17.1788 13.5544 16.843 13.8902 16.843 14.3044C16.843 14.7187 17.1788 15.0544 17.593 15.0544H19.6365L18.755 17.1961L18.755 17.1962C18.7125 17.2994 18.6912 17.351 18.6666 17.3829C18.6181 17.4458 18.585 17.4679 18.5083 17.4889C18.4695 17.4995 18.3914 17.4995 18.2353 17.4995C17.2155 17.4995 16.3519 17.8655 15.6487 18.396C15.4337 18.5582 15.3262 18.6393 15.2268 18.6399C15.1275 18.6406 15.0189 18.5609 14.8017 18.4016C14.1035 17.8894 13.2498 17.5364 12.2499 17.5364C11.2489 17.5364 10.3971 17.8885 9.69849 18.4022C9.48216 18.5613 9.374 18.6409 9.27505 18.6406C9.1761 18.6403 9.06824 18.5599 8.85252 18.3992C8.14147 17.8696 7.25577 17.4995 6.2353 17.4995C5.88312 17.4995 5.70702 17.4995 5.6317 17.4496L5.62915 17.4479C5.55434 17.3973 5.50803 17.2847 5.4154 17.0597L4.59007 15.0544H6.63357C7.04779 15.0544 7.38357 14.7187 7.38357 14.3044C7.38357 13.8902 7.04779 13.5544 6.63357 13.5544H3.94207C3.77837 13.1702 3.64272 12.8244 3.54592 12.5112C3.36244 11.9175 3.2855 11.3435 3.46566 10.754C3.49606 10.6545 3.53179 10.5568 3.57274 10.4613C3.81763 9.89022 4.24877 9.51162 4.77265 9.1972C5.26742 8.90026 5.92401 8.61584 6.70903 8.27579L9.74802 6.95918Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.1133 0.999756C12.6656 0.999756 13.1133 1.44747 13.1133 1.99976V2.99976L14.1791 2.99975C15.0656 2.9997 15.8294 2.99966 16.4411 3.0819C17.0966 3.17003 17.7249 3.36877 18.2346 3.87844C18.7443 4.3881 18.943 5.01645 19.0311 5.67196C19.1134 6.28362 19.1133 7.04744 19.1133 7.93392L19.1133 8.99976C19.1133 9.55204 18.6656 9.99976 18.1133 9.99976C17.561 9.99976 17.1133 9.55204 17.1133 8.99976V7.99976C17.1133 7.02868 17.1112 6.40097 17.049 5.93846C16.9907 5.50472 16.8965 5.36877 16.8204 5.29265C16.7443 5.21653 16.6083 5.12238 16.1746 5.06406C15.7121 5.00188 15.0844 4.99976 14.1133 4.99976H10.1133C9.14221 4.99976 8.5145 5.00188 8.05199 5.06406C7.61825 5.12238 7.4823 5.21653 7.40618 5.29265C7.33006 5.36877 7.23591 5.50472 7.17759 5.93846C7.11541 6.40097 7.11329 7.02868 7.11329 7.99976V8.99976C7.11329 9.55204 6.66557 9.99976 6.11329 9.99976C5.561 9.99976 5.11329 9.55204 5.11329 8.99976V7.99976L5.11328 7.93393C5.11323 7.04744 5.11319 6.28362 5.19543 5.67196C5.28356 5.01645 5.4823 4.3881 5.99197 3.87844C6.50163 3.36877 7.12998 3.17003 7.78549 3.0819C8.39715 2.99966 9.16097 2.9997 10.0475 2.99975L10.1133 2.99976H11.1133V1.99976C11.1133 1.44747 11.561 0.999756 12.1133 0.999756Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.56733 20.6794C10.2348 19.7268 11.1481 19.0366 12.2499 19.0366C13.268 19.0366 14.1253 19.626 14.7762 20.4673C15.0795 20.7361 15.2106 21.1465 15.5667 20.6435C16.2258 19.6907 17.1346 18.9998 18.2352 18.9998C19.1787 18.9998 19.9847 19.5078 20.6159 20.2529C20.7883 20.4669 21.0779 21.2109 21.403 20.8827C21.7918 20.4904 22.4249 20.4875 22.8172 20.8763C23.2095 21.265 23.2124 21.8982 22.8237 22.2905C22.341 22.7776 21.683 23.0946 20.9387 22.9748C20.2614 22.8659 19.7301 22.4285 19.3453 21.8989C19.0448 21.549 18.7681 20.9998 18.2352 20.9998C18.0466 20.9998 17.6697 21.1176 17.2093 21.7845L17.2036 21.7927C16.7556 22.4281 16.0937 22.9629 15.2436 22.9629C14.4583 22.9629 13.7346 22.4554 13.2944 21.827C12.8253 21.1575 12.4434 21.0366 12.2499 21.0366C12.0567 21.0366 11.6755 21.1572 11.2074 21.8241C10.7633 22.4674 10.1002 22.9998 9.24987 22.9998C8.43281 22.9998 7.78862 22.5083 7.34552 21.8991C7.04485 21.5492 6.76826 20.9998 6.23524 20.9998C6.04659 20.9998 5.66968 21.1176 5.20932 21.7845C4.75954 22.436 4.06441 22.9629 3.2436 22.9629C2.38978 22.9629 1.73061 22.4239 1.28968 21.7834C0.976516 21.3285 1.09143 20.7058 1.54634 20.3927C2.00125 20.0795 2.6239 20.1944 2.93707 20.6493C3.18744 21.013 3.31252 21.0025 3.56664 20.6436C4.2258 19.6907 5.13462 18.9998 6.23524 18.9998C7.17872 18.9998 7.98472 19.5078 8.61587 20.2529C8.93158 20.6448 9.15238 21.2822 9.56733 20.6794Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.74802 6.95918C10.7035 6.5446 11.3835 6.24954 12.1133 6.24954C12.843 6.24954 13.523 6.5446 14.4785 6.95918L17.5175 8.27579C18.3025 8.61585 18.9591 8.90026 19.4539 9.1972C19.9778 9.51162 20.4089 9.89022 20.6538 10.4613C20.6947 10.5568 20.7305 10.6545 20.7609 10.754C20.941 11.3435 20.8641 11.9175 20.6806 12.5112C20.5838 12.8244 20.4482 13.1702 20.2845 13.5544H17.593C17.1788 13.5544 16.843 13.8902 16.843 14.3044C16.843 14.7187 17.1788 15.0544 17.593 15.0544H19.6365L18.755 17.1961L18.755 17.1962C18.7125 17.2994 18.6912 17.351 18.6666 17.3829C18.6181 17.4458 18.585 17.4679 18.5083 17.4889C18.4695 17.4995 18.3914 17.4995 18.2353 17.4995C17.2155 17.4995 16.3519 17.8655 15.6487 18.396C15.4337 18.5582 15.3262 18.6393 15.2268 18.6399C15.1275 18.6406 15.0189 18.5609 14.8017 18.4016C14.1035 17.8894 13.2498 17.5364 12.2499 17.5364C11.2489 17.5364 10.3971 17.8885 9.69849 18.4022C9.48216 18.5613 9.374 18.6409 9.27505 18.6406C9.1761 18.6403 9.06824 18.5599 8.85252 18.3992C8.14147 17.8696 7.25577 17.4995 6.2353 17.4995C5.88312 17.4995 5.70702 17.4995 5.6317 17.4496L5.62915 17.4479C5.55434 17.3973 5.50803 17.2847 5.4154 17.0597L4.59007 15.0544H6.63357C7.04779 15.0544 7.38357 14.7187 7.38357 14.3044C7.38357 13.8902 7.04779 13.5544 6.63357 13.5544H3.94207C3.77837 13.1702 3.64272 12.8244 3.54592 12.5112C3.36244 11.9175 3.2855 11.3435 3.46566 10.754C3.49606 10.6545 3.53179 10.5568 3.57274 10.4613C3.81763 9.89022 4.24877 9.51162 4.77265 9.1972C5.26742 8.90026 5.92401 8.61584 6.70903 8.27579L9.74802 6.95918Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-fuel-station{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0681 2.125H9.93195H9.93192H9.93189H9.93186C8.62614 2.12497 7.54944 2.12494 6.69727 2.24079C5.80257 2.36241 5.01241 2.62758 4.37974 3.26729C3.74706 3.90699 3.48481 4.70593 3.36452 5.61057C3.24995 6.4722 3.24997 7.56086 3.25 8.88107V8.8811V8.88113V8.88117V9.87441V9.87559L3.25001 19.875H2C1.44772 19.875 1 20.3227 1 20.875C1 21.4273 1.44772 21.875 2 21.875H18C18.5523 21.875 19 21.4273 19 20.875C19 20.3227 18.5523 19.875 18 19.875H16.75L16.75 14.875H17.6667C17.8307 14.875 17.9204 14.8752 17.9857 14.8782L17.9963 14.8787L17.9968 14.8893C17.9998 14.9546 18 15.0443 18 15.2083V16.375C18 17.7557 19.1193 18.875 20.5 18.875C21.8807 18.875 23 17.7557 23 16.375V10.0861L23.0001 9.98465C23.0007 9.48378 23.0012 9.04019 22.8713 8.6112C22.7414 8.18221 22.4949 7.8134 22.2166 7.39697L22.1603 7.3126L21.3867 6.15235C20.8547 5.35433 19.9591 4.875 19 4.875C18.4477 4.875 18 5.32272 18 5.875C18 6.42728 18.4477 6.875 19 6.875C19.2904 6.875 19.5616 7.02013 19.7226 7.26175L20.4962 8.422C20.8619 8.97068 20.924 9.08163 20.9571 9.19077C20.9901 9.2999 21 9.42667 21 10.0861V16.375C21 16.6511 20.7761 16.875 20.5 16.875C20.2239 16.875 20 16.6511 20 16.375V15.2083L20.0001 15.1408C20.0009 14.906 20.0017 14.6182 19.9319 14.3574C19.7469 13.6672 19.2078 13.1281 18.5176 12.9431C18.2568 12.8733 17.969 12.8741 17.7342 12.8749L17.6667 12.875H16.75V9.87626L16.75 9.875L16.75 9.87375V8.88119C16.75 7.56093 16.7501 6.47223 16.6355 5.61057C16.5152 4.70593 16.2529 3.90699 15.6203 3.26729C14.9876 2.62758 14.1974 2.36241 13.3027 2.24079C12.4506 2.12494 11.3739 2.12497 10.0681 2.125H10.0681H10.0681H10.0681ZM14.8221 8.52403C14.8199 7.39501 14.8065 6.48107 14.7252 5.86962C14.6337 5.18121 14.4723 4.86237 14.2577 4.64536C14.0431 4.42835 13.7277 4.26517 13.0469 4.17261C12.3383 4.07629 11.3921 4.07422 10.0011 4.07422C8.61015 4.07422 7.66393 4.07629 6.95536 4.17261C6.27452 4.26517 5.95918 4.42836 5.74455 4.64536C5.52993 4.86237 5.36854 5.18121 5.277 5.86962C5.1957 6.48107 5.18229 7.39501 5.18011 8.52403C5.17956 8.80673 5.17929 8.94807 5.26719 9.03615C5.35509 9.12422 5.49663 9.12422 5.77969 9.12422H14.2225C14.5056 9.12422 14.6471 9.12422 14.735 9.03615C14.8229 8.94807 14.8227 8.80673 14.8221 8.52403ZM11.2544 13.4847C11.5911 13.047 11.5092 12.4191 11.0714 12.0824C10.6337 11.7457 10.0058 11.8276 9.6691 12.2654L8.27509 14.0778C7.65746 14.8807 8.12959 15.9932 9.06139 16.191L9.34992 16.2523L8.45603 17.182C8.07325 17.5801 8.08569 18.2131 8.4838 18.5959C8.88192 18.9787 9.51497 18.9662 9.89775 18.5681L11.6273 16.7692C12.3753 15.9913 11.9319 14.7558 10.9369 14.5446L10.5091 14.4537L11.2544 13.4847Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0681 2.125H9.93195H9.93192H9.93189H9.93186C8.62614 2.12497 7.54944 2.12494 6.69727 2.24079C5.80257 2.36241 5.01241 2.62758 4.37974 3.26729C3.74706 3.90699 3.48481 4.70593 3.36452 5.61057C3.24995 6.4722 3.24997 7.56086 3.25 8.88107V8.8811V8.88113V8.88117V9.87441V9.87559L3.25001 19.875H2C1.44772 19.875 1 20.3227 1 20.875C1 21.4273 1.44772 21.875 2 21.875H18C18.5523 21.875 19 21.4273 19 20.875C19 20.3227 18.5523 19.875 18 19.875H16.75L16.75 14.875H17.6667C17.8307 14.875 17.9204 14.8752 17.9857 14.8782L17.9963 14.8787L17.9968 14.8893C17.9998 14.9546 18 15.0443 18 15.2083V16.375C18 17.7557 19.1193 18.875 20.5 18.875C21.8807 18.875 23 17.7557 23 16.375V10.0861L23.0001 9.98465C23.0007 9.48378 23.0012 9.04019 22.8713 8.6112C22.7414 8.18221 22.4949 7.8134 22.2166 7.39697L22.1603 7.3126L21.3867 6.15235C20.8547 5.35433 19.9591 4.875 19 4.875C18.4477 4.875 18 5.32272 18 5.875C18 6.42728 18.4477 6.875 19 6.875C19.2904 6.875 19.5616 7.02013 19.7226 7.26175L20.4962 8.422C20.8619 8.97068 20.924 9.08163 20.9571 9.19077C20.9901 9.2999 21 9.42667 21 10.0861V16.375C21 16.6511 20.7761 16.875 20.5 16.875C20.2239 16.875 20 16.6511 20 16.375V15.2083L20.0001 15.1408C20.0009 14.906 20.0017 14.6182 19.9319 14.3574C19.7469 13.6672 19.2078 13.1281 18.5176 12.9431C18.2568 12.8733 17.969 12.8741 17.7342 12.8749L17.6667 12.875H16.75V9.87626L16.75 9.875L16.75 9.87375V8.88119C16.75 7.56093 16.7501 6.47223 16.6355 5.61057C16.5152 4.70593 16.2529 3.90699 15.6203 3.26729C14.9876 2.62758 14.1974 2.36241 13.3027 2.24079C12.4506 2.12494 11.3739 2.12497 10.0681 2.125H10.0681H10.0681H10.0681ZM14.8221 8.52403C14.8199 7.39501 14.8065 6.48107 14.7252 5.86962C14.6337 5.18121 14.4723 4.86237 14.2577 4.64536C14.0431 4.42835 13.7277 4.26517 13.0469 4.17261C12.3383 4.07629 11.3921 4.07422 10.0011 4.07422C8.61015 4.07422 7.66393 4.07629 6.95536 4.17261C6.27452 4.26517 5.95918 4.42836 5.74455 4.64536C5.52993 4.86237 5.36854 5.18121 5.277 5.86962C5.1957 6.48107 5.18229 7.39501 5.18011 8.52403C5.17956 8.80673 5.17929 8.94807 5.26719 9.03615C5.35509 9.12422 5.49663 9.12422 5.77969 9.12422H14.2225C14.5056 9.12422 14.6471 9.12422 14.735 9.03615C14.8229 8.94807 14.8227 8.80673 14.8221 8.52403ZM11.2544 13.4847C11.5911 13.047 11.5092 12.4191 11.0714 12.0824C10.6337 11.7457 10.0058 11.8276 9.6691 12.2654L8.27509 14.0778C7.65746 14.8807 8.12959 15.9932 9.06139 16.191L9.34992 16.2523L8.45603 17.182C8.07325 17.5801 8.08569 18.2131 8.4838 18.5959C8.88192 18.9787 9.51497 18.9662 9.89775 18.5681L11.6273 16.7692C12.3753 15.9913 11.9319 14.7558 10.9369 14.5446L10.5091 14.4537L11.2544 13.4847Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-garbage-truck{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.1133 15.375C15.7326 15.375 14.6133 16.4943 14.6133 17.875C14.6133 19.2557 15.7326 20.375 17.1133 20.375C18.494 20.375 19.6133 19.2557 19.6133 17.875C19.6133 16.4943 18.494 15.375 17.1133 15.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.11328 15.375C5.73257 15.375 4.61328 16.4943 4.61328 17.875C4.61328 19.2557 5.73257 20.375 7.11328 20.375C8.49399 20.375 9.61328 19.2557 9.61328 17.875C9.61328 16.4943 8.49399 15.375 7.11328 15.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.11328 15.375C5.73257 15.375 4.61328 16.4943 4.61328 17.875C4.61328 19.2557 5.73257 20.375 7.11328 20.375C8.49399 20.375 9.61328 19.2557 9.61328 17.875C9.61328 16.4943 8.49399 15.375 7.11328 15.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.3199 8.51775C17.9963 8.48334 17.5746 8.48209 16.913 8.48209H15.3077C14.7861 8.48209 14.3633 8.06636 14.3633 7.55355C14.3633 7.04073 14.7861 6.625 15.3077 6.625H16.913C16.9286 6.625 16.944 6.625 16.9595 6.625C17.5612 6.62497 18.0859 6.62494 18.5231 6.67144C18.9957 6.72172 19.443 6.83228 19.8683 7.09988C20.2897 7.36502 20.5853 7.71889 20.8427 8.11996C21.0848 8.49707 21.3304 8.97762 21.6178 9.53983L22.7625 11.7793C22.9967 12.2375 22.8088 12.7956 22.3427 13.0259C21.8767 13.2562 21.309 13.0714 21.0748 12.6132L19.9497 10.4121C19.6373 9.80101 19.4324 9.40249 19.2454 9.11112C19.0683 8.83517 18.9508 8.72738 18.8502 8.66408C18.7535 8.60324 18.6191 8.54958 18.3199 8.51775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.2633 5.62487H17.1091C17.6614 5.62487 18.1091 5.17717 18.1091 4.62491C18.1091 4.07265 17.6614 3.62496 17.1091 3.62496L9.45601 3.625C8.36824 3.62448 7.61229 3.62412 6.92092 3.9105C6.22954 4.19687 5.69526 4.73167 4.92645 5.50121L2.95327 7.47437C2.32217 8.10464 1.85919 8.56701 1.61073 9.16686C1.36227 9.7667 1.3627 10.421 1.36328 11.3129L1.36334 13.4287C1.36331 14.5616 1.36329 15.4873 1.46156 16.2182C1.56427 16.9821 1.78655 17.6444 2.31524 18.1731C2.61682 18.4747 2.96303 18.6774 3.3487 18.8149C3.40388 18.8346 3.45246 18.8519 3.4956 18.8661C3.4093 18.5504 3.36322 18.218 3.36322 17.875C3.36322 15.8039 5.04216 14.125 7.11322 14.125C9.18429 14.125 10.8632 15.8039 10.8632 17.875C10.8632 18.3028 10.7916 18.7139 10.6596 19.0969C10.6966 19.0975 10.7377 19.0975 10.7836 19.0975H13.4428C13.4887 19.0975 13.5299 19.0975 13.5668 19.0969C13.4349 18.7139 13.3632 18.3028 13.3632 17.875C13.3632 15.8039 15.0422 14.125 17.1132 14.125C19.1843 14.125 20.8632 15.8039 20.8632 17.875C20.8632 18.2181 20.8171 18.5504 20.7308 18.8662C20.774 18.852 20.8225 18.8347 20.8777 18.815C21.2635 18.6775 21.6098 18.4748 21.9114 18.1731C22.4401 17.6444 22.6624 16.9821 22.7651 16.2182C22.8634 15.4873 22.8634 14.5615 22.8633 13.4288V13.4288V12.375C22.8633 11.9608 22.5275 11.625 22.1133 11.625H19.1133C18.1493 11.625 17.5018 11.6235 17.0187 11.5585C16.5573 11.4965 16.3598 11.3892 16.2295 11.2589C16.0991 11.1286 15.9919 10.9311 15.9299 10.4697C15.8649 9.98662 15.8633 9.33906 15.8633 8.37504V6.02487C15.8633 5.83631 15.8633 5.74203 15.9219 5.68345C15.9805 5.62487 16.0748 5.62487 16.2633 5.62487ZM11.8633 9.375C11.8633 8.96079 11.5275 8.625 11.1133 8.625C10.6991 8.625 10.3633 8.96079 10.3633 9.375V12.375C10.3633 12.7892 10.6991 13.125 11.1133 13.125C11.5275 13.125 11.8633 12.7892 11.8633 12.375V9.375ZM7.86328 10.375C7.86328 9.96079 7.52749 9.625 7.11328 9.625C6.69907 9.625 6.36328 9.96079 6.36328 10.375V12.375C6.36328 12.7892 6.69907 13.125 7.11328 13.125C7.52749 13.125 7.86328 12.7892 7.86328 12.375V10.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.1133 15.375C15.7326 15.375 14.6133 16.4943 14.6133 17.875C14.6133 19.2557 15.7326 20.375 17.1133 20.375C18.494 20.375 19.6133 19.2557 19.6133 17.875C19.6133 16.4943 18.494 15.375 17.1133 15.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.11328 15.375C5.73257 15.375 4.61328 16.4943 4.61328 17.875C4.61328 19.2557 5.73257 20.375 7.11328 20.375C8.49399 20.375 9.61328 19.2557 9.61328 17.875C9.61328 16.4943 8.49399 15.375 7.11328 15.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.11328 15.375C5.73257 15.375 4.61328 16.4943 4.61328 17.875C4.61328 19.2557 5.73257 20.375 7.11328 20.375C8.49399 20.375 9.61328 19.2557 9.61328 17.875C9.61328 16.4943 8.49399 15.375 7.11328 15.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.3199 8.51775C17.9963 8.48334 17.5746 8.48209 16.913 8.48209H15.3077C14.7861 8.48209 14.3633 8.06636 14.3633 7.55355C14.3633 7.04073 14.7861 6.625 15.3077 6.625H16.913C16.9286 6.625 16.944 6.625 16.9595 6.625C17.5612 6.62497 18.0859 6.62494 18.5231 6.67144C18.9957 6.72172 19.443 6.83228 19.8683 7.09988C20.2897 7.36502 20.5853 7.71889 20.8427 8.11996C21.0848 8.49707 21.3304 8.97762 21.6178 9.53983L22.7625 11.7793C22.9967 12.2375 22.8088 12.7956 22.3427 13.0259C21.8767 13.2562 21.309 13.0714 21.0748 12.6132L19.9497 10.4121C19.6373 9.80101 19.4324 9.40249 19.2454 9.11112C19.0683 8.83517 18.9508 8.72738 18.8502 8.66408C18.7535 8.60324 18.6191 8.54958 18.3199 8.51775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.2633 5.62487H17.1091C17.6614 5.62487 18.1091 5.17717 18.1091 4.62491C18.1091 4.07265 17.6614 3.62496 17.1091 3.62496L9.45601 3.625C8.36824 3.62448 7.61229 3.62412 6.92092 3.9105C6.22954 4.19687 5.69526 4.73167 4.92645 5.50121L2.95327 7.47437C2.32217 8.10464 1.85919 8.56701 1.61073 9.16686C1.36227 9.7667 1.3627 10.421 1.36328 11.3129L1.36334 13.4287C1.36331 14.5616 1.36329 15.4873 1.46156 16.2182C1.56427 16.9821 1.78655 17.6444 2.31524 18.1731C2.61682 18.4747 2.96303 18.6774 3.3487 18.8149C3.40388 18.8346 3.45246 18.8519 3.4956 18.8661C3.4093 18.5504 3.36322 18.218 3.36322 17.875C3.36322 15.8039 5.04216 14.125 7.11322 14.125C9.18429 14.125 10.8632 15.8039 10.8632 17.875C10.8632 18.3028 10.7916 18.7139 10.6596 19.0969C10.6966 19.0975 10.7377 19.0975 10.7836 19.0975H13.4428C13.4887 19.0975 13.5299 19.0975 13.5668 19.0969C13.4349 18.7139 13.3632 18.3028 13.3632 17.875C13.3632 15.8039 15.0422 14.125 17.1132 14.125C19.1843 14.125 20.8632 15.8039 20.8632 17.875C20.8632 18.2181 20.8171 18.5504 20.7308 18.8662C20.774 18.852 20.8225 18.8347 20.8777 18.815C21.2635 18.6775 21.6098 18.4748 21.9114 18.1731C22.4401 17.6444 22.6624 16.9821 22.7651 16.2182C22.8634 15.4873 22.8634 14.5615 22.8633 13.4288V13.4288V12.375C22.8633 11.9608 22.5275 11.625 22.1133 11.625H19.1133C18.1493 11.625 17.5018 11.6235 17.0187 11.5585C16.5573 11.4965 16.3598 11.3892 16.2295 11.2589C16.0991 11.1286 15.9919 10.9311 15.9299 10.4697C15.8649 9.98662 15.8633 9.33906 15.8633 8.37504V6.02487C15.8633 5.83631 15.8633 5.74203 15.9219 5.68345C15.9805 5.62487 16.0748 5.62487 16.2633 5.62487ZM11.8633 9.375C11.8633 8.96079 11.5275 8.625 11.1133 8.625C10.6991 8.625 10.3633 8.96079 10.3633 9.375V12.375C10.3633 12.7892 10.6991 13.125 11.1133 13.125C11.5275 13.125 11.8633 12.7892 11.8633 12.375V9.375ZM7.86328 10.375C7.86328 9.96079 7.52749 9.625 7.11328 9.625C6.69907 9.625 6.36328 9.96079 6.36328 10.375V12.375C6.36328 12.7892 6.69907 13.125 7.11328 13.125C7.52749 13.125 7.86328 12.7892 7.86328 12.375V10.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-golf-cart{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.2402 16.75C16.8595 16.75 15.7402 17.8693 15.7402 19.25C15.7402 20.6307 16.8595 21.75 18.2402 21.75C19.6209 21.75 20.7402 20.6307 20.7402 19.25C20.7402 17.8693 19.6209 16.75 18.2402 16.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.24023 16.75C4.85952 16.75 3.74023 17.8693 3.74023 19.25C3.74023 20.6307 4.85952 21.75 6.24023 21.75C7.62095 21.75 8.74023 20.6307 8.74023 19.25C8.74023 17.8693 7.62095 16.75 6.24023 16.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2402 4.25025H17.5495L20.205 13.9871C20.2083 13.9991 20.2113 14.0112 20.2141 14.0232C21.6626 14.6753 22.7889 15.9504 22.9543 17.8333C22.9748 18.0481 23.0201 18.5243 22.9497 18.8894C22.9084 19.1042 22.8157 19.3873 22.5884 19.6215C22.5452 19.666 22.4995 19.7063 22.4517 19.7424C22.2814 19.8713 22.1963 19.9358 22.0841 19.8774C21.9719 19.819 21.9772 19.6767 21.9876 19.3921C21.9894 19.3454 21.9902 19.2985 21.9902 19.2515C21.9902 17.1804 20.3113 15.5015 18.2402 15.5015C16.1692 15.5015 14.4902 17.1804 14.4902 19.2515C14.4902 19.3402 14.4933 19.4283 14.4994 19.5155C14.5159 19.7534 14.5242 19.8724 14.465 19.9359C14.4057 19.9995 14.2959 19.9996 14.0762 19.9998L10.4049 20.0034C10.1846 20.0036 10.0745 20.0037 10.0151 19.9401C9.95569 19.8764 9.96408 19.7571 9.98087 19.5185C9.98708 19.4303 9.99024 19.3413 9.99024 19.2515C9.99024 17.1804 8.3113 15.5015 6.24024 15.5015C4.16917 15.5015 2.49024 17.1804 2.49024 19.2515C2.49024 19.5331 2.49024 19.6739 2.39494 19.7324C2.38101 19.741 2.3608 19.7499 2.34507 19.7543C2.23752 19.785 2.15774 19.7119 1.99818 19.5656C1.93752 19.51 1.87968 19.4473 1.82587 19.3766C1.58007 19.0538 1.49024 18.6584 1.49024 18.2461L1.49024 16.0474C1.49021 15.2271 1.49019 14.5421 1.55837 13.9944C1.63017 13.4176 1.78759 12.8911 2.17768 12.45C2.48523 12.1023 2.85739 11.8831 3.24023 11.7443V4.25025H2.24023C1.68795 4.25025 1.24023 3.80254 1.24023 3.25025C1.24023 2.69797 1.68795 2.25025 2.24023 2.25025H16.2185C16.2334 2.24992 16.2483 2.24992 16.2631 2.25025H18.2402C18.7925 2.25025 19.2402 2.69797 19.2402 3.25025C19.2402 3.80254 18.7925 4.25025 18.2402 4.25025ZM8.2361 11.6859C8.22031 10.8315 8.14557 9.87762 7.79863 9.08695C7.57089 8.56792 7.21392 8.08483 6.66544 7.74173C6.24955 7.48159 5.77075 7.33143 5.24023 7.27542V4.25025H15.4764L18.0038 13.5172C17.9298 13.5145 17.8558 13.5132 17.7819 13.5132H16.9509L15.527 11.3774L15.9473 10.9571C16.3379 10.5666 16.3379 9.93342 15.9473 9.54289C15.5568 9.15237 14.9237 9.15237 14.5331 9.54289L13.5462 10.5298C13.5368 10.5389 13.5276 10.5481 13.5185 10.5575L12.5331 11.5429C12.1426 11.9334 12.1426 12.5666 12.5331 12.9571C12.9237 13.3476 13.5568 13.3476 13.9473 12.9571L14.0848 12.8196L15.1727 14.4515L15.1062 14.5468C14.9466 14.7713 14.8085 14.9511 14.6666 15.0965C14.4109 15.3584 14.1524 15.5042 13.73 15.5042H11.6178C10.9529 15.5042 10.6715 15.2915 10.614 15.1852C10.5775 15.0979 10.3796 14.5208 10.3584 14.4589L10.3565 14.4536L10.3544 14.4479C10.1505 13.9061 9.97763 13.4471 9.79625 13.0833C9.6029 12.6955 9.3722 12.3561 9.02174 12.0881C8.77268 11.8976 8.50428 11.7707 8.2361 11.6859ZM6.22992 11.5144C6.20695 10.8231 6.13934 10.2829 5.96718 9.89056C5.86748 9.66333 5.74823 9.52705 5.6048 9.43733C5.52199 9.38553 5.40572 9.33348 5.24023 9.29744V11.5039C5.60801 11.5036 5.98169 11.509 6.22992 11.5144Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.2402 16.75C16.8595 16.75 15.7402 17.8693 15.7402 19.25C15.7402 20.6307 16.8595 21.75 18.2402 21.75C19.6209 21.75 20.7402 20.6307 20.7402 19.25C20.7402 17.8693 19.6209 16.75 18.2402 16.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.24023 16.75C4.85952 16.75 3.74023 17.8693 3.74023 19.25C3.74023 20.6307 4.85952 21.75 6.24023 21.75C7.62095 21.75 8.74023 20.6307 8.74023 19.25C8.74023 17.8693 7.62095 16.75 6.24023 16.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2402 4.25025H17.5495L20.205 13.9871C20.2083 13.9991 20.2113 14.0112 20.2141 14.0232C21.6626 14.6753 22.7889 15.9504 22.9543 17.8333C22.9748 18.0481 23.0201 18.5243 22.9497 18.8894C22.9084 19.1042 22.8157 19.3873 22.5884 19.6215C22.5452 19.666 22.4995 19.7063 22.4517 19.7424C22.2814 19.8713 22.1963 19.9358 22.0841 19.8774C21.9719 19.819 21.9772 19.6767 21.9876 19.3921C21.9894 19.3454 21.9902 19.2985 21.9902 19.2515C21.9902 17.1804 20.3113 15.5015 18.2402 15.5015C16.1692 15.5015 14.4902 17.1804 14.4902 19.2515C14.4902 19.3402 14.4933 19.4283 14.4994 19.5155C14.5159 19.7534 14.5242 19.8724 14.465 19.9359C14.4057 19.9995 14.2959 19.9996 14.0762 19.9998L10.4049 20.0034C10.1846 20.0036 10.0745 20.0037 10.0151 19.9401C9.95569 19.8764 9.96408 19.7571 9.98087 19.5185C9.98708 19.4303 9.99024 19.3413 9.99024 19.2515C9.99024 17.1804 8.3113 15.5015 6.24024 15.5015C4.16917 15.5015 2.49024 17.1804 2.49024 19.2515C2.49024 19.5331 2.49024 19.6739 2.39494 19.7324C2.38101 19.741 2.3608 19.7499 2.34507 19.7543C2.23752 19.785 2.15774 19.7119 1.99818 19.5656C1.93752 19.51 1.87968 19.4473 1.82587 19.3766C1.58007 19.0538 1.49024 18.6584 1.49024 18.2461L1.49024 16.0474C1.49021 15.2271 1.49019 14.5421 1.55837 13.9944C1.63017 13.4176 1.78759 12.8911 2.17768 12.45C2.48523 12.1023 2.85739 11.8831 3.24023 11.7443V4.25025H2.24023C1.68795 4.25025 1.24023 3.80254 1.24023 3.25025C1.24023 2.69797 1.68795 2.25025 2.24023 2.25025H16.2185C16.2334 2.24992 16.2483 2.24992 16.2631 2.25025H18.2402C18.7925 2.25025 19.2402 2.69797 19.2402 3.25025C19.2402 3.80254 18.7925 4.25025 18.2402 4.25025ZM8.2361 11.6859C8.22031 10.8315 8.14557 9.87762 7.79863 9.08695C7.57089 8.56792 7.21392 8.08483 6.66544 7.74173C6.24955 7.48159 5.77075 7.33143 5.24023 7.27542V4.25025H15.4764L18.0038 13.5172C17.9298 13.5145 17.8558 13.5132 17.7819 13.5132H16.9509L15.527 11.3774L15.9473 10.9571C16.3379 10.5666 16.3379 9.93342 15.9473 9.54289C15.5568 9.15237 14.9237 9.15237 14.5331 9.54289L13.5462 10.5298C13.5368 10.5389 13.5276 10.5481 13.5185 10.5575L12.5331 11.5429C12.1426 11.9334 12.1426 12.5666 12.5331 12.9571C12.9237 13.3476 13.5568 13.3476 13.9473 12.9571L14.0848 12.8196L15.1727 14.4515L15.1062 14.5468C14.9466 14.7713 14.8085 14.9511 14.6666 15.0965C14.4109 15.3584 14.1524 15.5042 13.73 15.5042H11.6178C10.9529 15.5042 10.6715 15.2915 10.614 15.1852C10.5775 15.0979 10.3796 14.5208 10.3584 14.4589L10.3565 14.4536L10.3544 14.4479C10.1505 13.9061 9.97763 13.4471 9.79625 13.0833C9.6029 12.6955 9.3722 12.3561 9.02174 12.0881C8.77268 11.8976 8.50428 11.7707 8.2361 11.6859ZM6.22992 11.5144C6.20695 10.8231 6.13934 10.2829 5.96718 9.89056C5.86748 9.66333 5.74823 9.52705 5.6048 9.43733C5.52199 9.38553 5.40572 9.33348 5.24023 9.29744V11.5039C5.60801 11.5036 5.98169 11.509 6.22992 11.5144Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-helicopter{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.74435 6.29078C5.4545 5.69914 4.97458 5.40506 4.46746 5.30177C4.15962 5.23906 3.78401 5.24858 3.57458 5.25388C3.31813 5.25374 2.86929 5.25563 2.62605 5.29178C2.33743 5.33467 1.92133 5.45427 1.6272 5.85225C1.33932 6.24176 1.34438 6.6615 1.38073 6.93728C1.4114 7.16999 1.97415 9.07115 2.01212 9.19929C2.01354 9.20409 2.01502 9.20843 2.01681 9.2131C2.15399 9.57224 2.32859 9.90947 2.61186 10.2114C2.89841 10.5169 3.22792 10.7135 3.58311 10.8727C3.90963 11.019 4.30987 11.1552 4.76069 11.3085L9.02598 12.7596C9.39979 12.8867 9.61595 13.0089 9.7764 13.1449C9.93822 13.282 10.1809 13.6312 10.3754 13.9885C11.0001 15.1372 11.4275 15.9232 12.0657 16.4959C12.5329 16.9152 13.0757 17.2417 13.666 17.4564C14.4755 17.7509 15.3682 17.7505 16.6506 17.75L20.6503 17.7499C21.2723 17.7499 21.8759 17.5624 22.3109 17.0908C22.7309 16.6354 22.8633 15.9253 22.8633 15.3975C22.8634 14.0637 22.8635 13.2479 22.724 12.5539C22.1607 9.75053 19.965 7.55469 17.1537 7.05628C16.4593 6.93316 15.6502 6.95829 14.354 6.99855L7.24658 7.21838C6.85982 7.23034 6.33789 7.33933 6.0973 6.97417C6.00772 6.83823 5.83952 6.48918 5.74435 6.29078ZM20.6211 12.2461C20.6648 12.372 20.5688 12.5 20.4356 12.5H19.1131C17.1127 12.5 15.4552 11.0316 15.1599 9.11383C15.1422 8.99892 15.2321 8.89755 15.3483 8.8951C16.0823 8.87964 16.4754 8.89001 16.8069 8.94878C18.5662 9.26068 20.0243 10.5254 20.6211 12.2461Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4295 16.0516C15.9535 16.2262 16.2366 16.7926 16.062 17.3165L15.5007 19.0003H18.3925L19.1646 16.684C19.3392 16.1601 19.9056 15.8769 20.4295 16.0516C20.9535 16.2262 21.2366 16.7926 21.062 17.3165L20.5007 19.0003H21.1133C21.6656 19.0003 22.1133 19.448 22.1133 20.0003C22.1133 20.5526 21.6656 21.0003 21.1133 21.0003H12.1133C11.561 21.0003 11.1133 20.5526 11.1133 20.0003C11.1133 19.448 11.561 19.0003 12.1133 19.0003H13.3925L14.1646 16.684C14.3392 16.1601 14.9056 15.8769 15.4295 16.0516Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1133 4C10.1133 3.44772 10.561 3 11.1133 3H17.1133C17.6656 3 18.1133 3.44772 18.1133 4C18.1133 4.55228 17.6656 5 17.1133 5H15.1133V8C15.1133 8.55228 14.6656 9 14.1133 9C13.561 9 13.1133 8.55228 13.1133 8L13.1133 5H11.1133C10.561 5 10.1133 4.55228 10.1133 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.74435 6.29078C5.4545 5.69914 4.97458 5.40506 4.46746 5.30177C4.15962 5.23906 3.78401 5.24858 3.57458 5.25388C3.31813 5.25374 2.86929 5.25563 2.62605 5.29178C2.33743 5.33467 1.92133 5.45427 1.6272 5.85225C1.33932 6.24176 1.34438 6.6615 1.38073 6.93728C1.4114 7.16999 1.97415 9.07115 2.01212 9.19929C2.01354 9.20409 2.01502 9.20843 2.01681 9.2131C2.15399 9.57224 2.32859 9.90947 2.61186 10.2114C2.89841 10.5169 3.22792 10.7135 3.58311 10.8727C3.90963 11.019 4.30987 11.1552 4.76069 11.3085L9.02598 12.7596C9.39979 12.8867 9.61595 13.0089 9.7764 13.1449C9.93822 13.282 10.1809 13.6312 10.3754 13.9885C11.0001 15.1372 11.4275 15.9232 12.0657 16.4959C12.5329 16.9152 13.0757 17.2417 13.666 17.4564C14.4755 17.7509 15.3682 17.7505 16.6506 17.75L20.6503 17.7499C21.2723 17.7499 21.8759 17.5624 22.3109 17.0908C22.7309 16.6354 22.8633 15.9253 22.8633 15.3975C22.8634 14.0637 22.8635 13.2479 22.724 12.5539C22.1607 9.75053 19.965 7.55469 17.1537 7.05628C16.4593 6.93316 15.6502 6.95829 14.354 6.99855L7.24658 7.21838C6.85982 7.23034 6.33789 7.33933 6.0973 6.97417C6.00772 6.83823 5.83952 6.48918 5.74435 6.29078ZM20.6211 12.2461C20.6648 12.372 20.5688 12.5 20.4356 12.5H19.1131C17.1127 12.5 15.4552 11.0316 15.1599 9.11383C15.1422 8.99892 15.2321 8.89755 15.3483 8.8951C16.0823 8.87964 16.4754 8.89001 16.8069 8.94878C18.5662 9.26068 20.0243 10.5254 20.6211 12.2461Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4295 16.0516C15.9535 16.2262 16.2366 16.7926 16.062 17.3165L15.5007 19.0003H18.3925L19.1646 16.684C19.3392 16.1601 19.9056 15.8769 20.4295 16.0516C20.9535 16.2262 21.2366 16.7926 21.062 17.3165L20.5007 19.0003H21.1133C21.6656 19.0003 22.1133 19.448 22.1133 20.0003C22.1133 20.5526 21.6656 21.0003 21.1133 21.0003H12.1133C11.561 21.0003 11.1133 20.5526 11.1133 20.0003C11.1133 19.448 11.561 19.0003 12.1133 19.0003H13.3925L14.1646 16.684C14.3392 16.1601 14.9056 15.8769 15.4295 16.0516Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1133 4C10.1133 3.44772 10.561 3 11.1133 3H17.1133C17.6656 3 18.1133 3.44772 18.1133 4C18.1133 4.55228 17.6656 5 17.1133 5H15.1133V8C15.1133 8.55228 14.6656 9 14.1133 9C13.561 9 13.1133 8.55228 13.1133 8L13.1133 5H11.1133C10.561 5 10.1133 4.55228 10.1133 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-hot-air-balloon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1133 1.25C7.38514 1.25 3.36328 4.59278 3.36328 8.93333C3.36328 11.742 4.89188 14.1908 6.66936 15.9063C7.56431 16.7701 8.54491 17.4711 9.47629 17.9599C10.3909 18.4399 11.3244 18.75 12.1133 18.75C12.9022 18.75 13.8357 18.4399 14.7503 17.9599C15.6817 17.4711 16.6623 16.7701 17.5572 15.9063C19.3347 14.1908 20.8633 11.742 20.8633 8.93333C20.8633 4.59278 16.8414 1.25 12.1133 1.25ZM12.1133 18C13.0364 18 15.1133 14 15.1133 8.93333C15.1133 5.10416 13.7701 2 12.1133 2C10.4564 2 9.11328 5.10416 9.11328 8.93333C9.11328 14 11.1902 18 12.1133 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.11328 20C9.11328 19.535 9.11328 19.3025 9.16439 19.1118C9.30309 18.5941 9.70741 18.1898 10.2251 18.0511C10.4158 18 10.6483 18 11.1133 18H13.1133C13.5783 18 13.8108 18 14.0015 18.0511C14.5191 18.1898 14.9235 18.5941 15.0622 19.1118C15.1133 19.3025 15.1133 19.535 15.1133 20C15.1133 20.465 15.1133 20.6975 15.0622 20.8882C14.9235 21.4059 14.5191 21.8102 14.0015 21.9489C13.8108 22 13.5783 22 13.1133 22H11.1133C10.6483 22 10.4158 22 10.2251 21.9489C9.70741 21.8102 9.30309 21.4059 9.16439 20.8882C9.11328 20.6975 9.11328 20.465 9.11328 20Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M11.0295 17.2499L11.1134 17.25H13.1134L13.1973 17.2499C13.5781 17.2495 13.9066 17.2492 14.1957 17.3267C14.9722 17.5347 15.5787 18.1412 15.7867 18.9177C15.8642 19.2068 15.8639 19.5353 15.8635 19.9161L15.8634 20L15.8635 20.0839C15.8639 20.4647 15.8642 20.7932 15.7867 21.0823C15.5787 21.8588 14.9722 22.4653 14.1957 22.6733C13.9066 22.7508 13.5781 22.7505 13.1973 22.7501L13.1134 22.75H11.1134L11.0295 22.7501C10.6487 22.7505 10.3202 22.7508 10.0311 22.6733C9.2546 22.4653 8.64812 21.8588 8.44006 21.0823C8.36259 20.7932 8.36294 20.4647 8.36334 20.0839L8.3634 20L8.36334 19.9161C8.36294 19.5353 8.36259 19.2068 8.44006 18.9177C8.64812 18.1412 9.2546 17.5347 10.0311 17.3267C10.3202 17.2492 10.6487 17.2495 11.0295 17.2499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1133 1.25C7.38514 1.25 3.36328 4.59278 3.36328 8.93333C3.36328 11.742 4.89188 14.1908 6.66936 15.9063C7.56431 16.7701 8.54491 17.4711 9.47629 17.9599C10.3909 18.4399 11.3244 18.75 12.1133 18.75C12.9022 18.75 13.8357 18.4399 14.7503 17.9599C15.6817 17.4711 16.6623 16.7701 17.5572 15.9063C19.3347 14.1908 20.8633 11.742 20.8633 8.93333C20.8633 4.59278 16.8414 1.25 12.1133 1.25ZM12.1133 18C13.0364 18 15.1133 14 15.1133 8.93333C15.1133 5.10416 13.7701 2 12.1133 2C10.4564 2 9.11328 5.10416 9.11328 8.93333C9.11328 14 11.1902 18 12.1133 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.11328 20C9.11328 19.535 9.11328 19.3025 9.16439 19.1118C9.30309 18.5941 9.70741 18.1898 10.2251 18.0511C10.4158 18 10.6483 18 11.1133 18H13.1133C13.5783 18 13.8108 18 14.0015 18.0511C14.5191 18.1898 14.9235 18.5941 15.0622 19.1118C15.1133 19.3025 15.1133 19.535 15.1133 20C15.1133 20.465 15.1133 20.6975 15.0622 20.8882C14.9235 21.4059 14.5191 21.8102 14.0015 21.9489C13.8108 22 13.5783 22 13.1133 22H11.1133C10.6483 22 10.4158 22 10.2251 21.9489C9.70741 21.8102 9.30309 21.4059 9.16439 20.8882C9.11328 20.6975 9.11328 20.465 9.11328 20Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M11.0295 17.2499L11.1134 17.25H13.1134L13.1973 17.2499C13.5781 17.2495 13.9066 17.2492 14.1957 17.3267C14.9722 17.5347 15.5787 18.1412 15.7867 18.9177C15.8642 19.2068 15.8639 19.5353 15.8635 19.9161L15.8634 20L15.8635 20.0839C15.8639 20.4647 15.8642 20.7932 15.7867 21.0823C15.5787 21.8588 14.9722 22.4653 14.1957 22.6733C13.9066 22.7508 13.5781 22.7505 13.1973 22.7501L13.1134 22.75H11.1134L11.0295 22.7501C10.6487 22.7505 10.3202 22.7508 10.0311 22.6733C9.2546 22.4653 8.64812 21.8588 8.44006 21.0823C8.36259 20.7932 8.36294 20.4647 8.36334 20.0839L8.3634 20L8.36334 19.9161C8.36294 19.5353 8.36259 19.2068 8.44006 18.9177C8.64812 18.1412 9.2546 17.5347 10.0311 17.3267C10.3202 17.2492 10.6487 17.2495 11.0295 17.2499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-lift-truck{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1133 15.5C12.7326 15.5 11.6133 16.6193 11.6133 18C11.6133 19.3807 12.7326 20.5 14.1133 20.5C15.494 20.5 16.6133 19.3807 16.6133 18C16.6133 16.6193 15.494 15.5 14.1133 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.61328 18C6.61328 19.3807 5.49399 20.5 4.11328 20.5C2.73257 20.5 1.61328 19.3807 1.61328 18C1.61328 16.6193 2.73257 15.5 4.11328 15.5C5.49399 15.5 6.61328 16.6193 6.61328 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6133 3.5C20.1656 3.5 20.6133 3.94772 20.6133 4.5V15.5106C20.6133 15.9906 20.6138 16.3006 20.63 16.5379C20.6456 16.7662 20.6722 16.8534 20.6895 16.8953C20.8369 17.2514 21.1561 17.4753 21.6644 17.5013C22.216 17.5296 22.6402 17.9996 22.612 18.5511C22.5837 19.1027 22.1137 19.5269 21.5621 19.4987C20.4497 19.4417 19.343 18.872 18.8415 17.66C18.7066 17.334 18.6571 17.004 18.6346 16.6739C18.6133 16.3604 18.6133 15.9816 18.6133 15.5425L18.6133 14.5H17.6133C17.061 14.5 16.6133 14.0523 16.6133 13.5C16.6133 12.9477 17.061 12.5 17.6133 12.5H18.6133V4.5C18.6133 3.94772 19.061 3.5 19.6133 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.3496 7.52502C14.9928 8.07662 15.3633 8.88429 15.3633 9.73473L15.3633 13.8978C15.3633 14.1474 15.3633 14.2722 15.2908 14.3322C15.2183 14.3922 15.0848 14.3668 14.8177 14.3161C14.5896 14.2727 14.3541 14.25 14.1133 14.25C12.0422 14.25 10.3633 15.9289 10.3633 18C10.3633 18.0892 10.3664 18.1778 10.3725 18.2654C10.3892 18.5037 10.3975 18.6228 10.3382 18.6864C10.2789 18.75 10.1689 18.75 9.94893 18.75H8.27761C8.05763 18.75 7.94765 18.75 7.88834 18.6864C7.82903 18.6228 7.83736 18.5037 7.85402 18.2654C7.86015 18.1778 7.86327 18.0892 7.86327 18C7.86327 15.9289 6.18434 14.25 4.11327 14.25C3.87247 14.25 3.63698 14.2727 3.40881 14.3161C3.14173 14.3668 3.0082 14.3922 2.93573 14.3322C2.86327 14.2722 2.86327 14.1474 2.86327 13.8978V6.65323C2.86327 5.04982 4.15476 3.75 5.74789 3.75H8.53166C9.44598 3.75 10.3304 4.07783 11.0263 4.67469L14.3496 7.52502ZM5.74669 5.6875C5.21565 5.6875 4.78516 6.12077 4.78516 6.65524V8.35193C4.78516 8.54022 4.78516 8.63437 4.84346 8.6929C4.90177 8.75143 4.99625 8.7518 5.18519 8.75252C6.43379 8.75731 7.61171 8.77508 8.62014 9.60125C9.06484 9.96557 9.37711 10.4477 9.68856 10.9285C9.99838 11.4069 10.3074 11.8839 10.7451 12.2425C11.3653 12.7507 12.1048 12.7509 12.8648 12.7511C12.9228 12.7511 12.9808 12.7511 13.0389 12.7514C13.2271 12.7522 13.3213 12.7525 13.3801 12.6939C13.439 12.6353 13.439 12.5409 13.439 12.3521V9.73675C13.439 9.45327 13.3155 9.18404 13.1011 9.00018L9.77779 6.14984C9.42983 5.85141 8.98763 5.6875 8.53047 5.6875H5.74669Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1133 15.5C12.7326 15.5 11.6133 16.6193 11.6133 18C11.6133 19.3807 12.7326 20.5 14.1133 20.5C15.494 20.5 16.6133 19.3807 16.6133 18C16.6133 16.6193 15.494 15.5 14.1133 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.61328 18C6.61328 19.3807 5.49399 20.5 4.11328 20.5C2.73257 20.5 1.61328 19.3807 1.61328 18C1.61328 16.6193 2.73257 15.5 4.11328 15.5C5.49399 15.5 6.61328 16.6193 6.61328 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6133 3.5C20.1656 3.5 20.6133 3.94772 20.6133 4.5V15.5106C20.6133 15.9906 20.6138 16.3006 20.63 16.5379C20.6456 16.7662 20.6722 16.8534 20.6895 16.8953C20.8369 17.2514 21.1561 17.4753 21.6644 17.5013C22.216 17.5296 22.6402 17.9996 22.612 18.5511C22.5837 19.1027 22.1137 19.5269 21.5621 19.4987C20.4497 19.4417 19.343 18.872 18.8415 17.66C18.7066 17.334 18.6571 17.004 18.6346 16.6739C18.6133 16.3604 18.6133 15.9816 18.6133 15.5425L18.6133 14.5H17.6133C17.061 14.5 16.6133 14.0523 16.6133 13.5C16.6133 12.9477 17.061 12.5 17.6133 12.5H18.6133V4.5C18.6133 3.94772 19.061 3.5 19.6133 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.3496 7.52502C14.9928 8.07662 15.3633 8.88429 15.3633 9.73473L15.3633 13.8978C15.3633 14.1474 15.3633 14.2722 15.2908 14.3322C15.2183 14.3922 15.0848 14.3668 14.8177 14.3161C14.5896 14.2727 14.3541 14.25 14.1133 14.25C12.0422 14.25 10.3633 15.9289 10.3633 18C10.3633 18.0892 10.3664 18.1778 10.3725 18.2654C10.3892 18.5037 10.3975 18.6228 10.3382 18.6864C10.2789 18.75 10.1689 18.75 9.94893 18.75H8.27761C8.05763 18.75 7.94765 18.75 7.88834 18.6864C7.82903 18.6228 7.83736 18.5037 7.85402 18.2654C7.86015 18.1778 7.86327 18.0892 7.86327 18C7.86327 15.9289 6.18434 14.25 4.11327 14.25C3.87247 14.25 3.63698 14.2727 3.40881 14.3161C3.14173 14.3668 3.0082 14.3922 2.93573 14.3322C2.86327 14.2722 2.86327 14.1474 2.86327 13.8978V6.65323C2.86327 5.04982 4.15476 3.75 5.74789 3.75H8.53166C9.44598 3.75 10.3304 4.07783 11.0263 4.67469L14.3496 7.52502ZM5.74669 5.6875C5.21565 5.6875 4.78516 6.12077 4.78516 6.65524V8.35193C4.78516 8.54022 4.78516 8.63437 4.84346 8.6929C4.90177 8.75143 4.99625 8.7518 5.18519 8.75252C6.43379 8.75731 7.61171 8.77508 8.62014 9.60125C9.06484 9.96557 9.37711 10.4477 9.68856 10.9285C9.99838 11.4069 10.3074 11.8839 10.7451 12.2425C11.3653 12.7507 12.1048 12.7509 12.8648 12.7511C12.9228 12.7511 12.9808 12.7511 13.0389 12.7514C13.2271 12.7522 13.3213 12.7525 13.3801 12.6939C13.439 12.6353 13.439 12.5409 13.439 12.3521V9.73675C13.439 9.45327 13.3155 9.18404 13.1011 9.00018L9.77779 6.14984C9.42983 5.85141 8.98763 5.6875 8.53047 5.6875H5.74669Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-metro{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.82039 18.1679C7.21091 18.5584 7.21091 19.1916 6.82039 19.5821L4.82039 21.5821C4.42986 21.9726 3.7967 21.9726 3.40617 21.5821C3.01565 21.1916 3.01565 20.5584 3.40617 20.1679L5.40617 18.1679C5.7967 17.7774 6.42986 17.7774 6.82039 18.1679ZM17.4062 18.1679C17.7967 17.7774 18.4299 17.7774 18.8204 18.1679L20.8204 20.1679C21.2109 20.5584 21.2109 21.1916 20.8204 21.5821C20.4299 21.9726 19.7967 21.9726 19.4062 21.5821L17.4062 19.5821C17.0156 19.1916 17.0156 18.5584 17.4062 18.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5829 2.125C9.55299 2.125 7.92742 2.27561 6.74596 3.18141C5.54313 4.10359 5.01963 5.63128 4.61934 7.66806L4.06579 10.4846C3.71208 12.2842 3.42536 13.7429 3.37231 14.9027C3.31701 16.1114 3.50371 17.1794 4.27079 18.0612C5.03138 18.9356 6.08109 19.2955 7.32022 19.4626C8.52547 19.625 10.089 19.625 12.0391 19.625H12.1874C14.1375 19.625 15.7011 19.625 16.9063 19.4626C18.1455 19.2955 19.1952 18.9356 19.9558 18.0612C20.7228 17.1794 20.9096 16.1114 20.8543 14.9027C20.8012 13.7429 20.5145 12.2842 20.1608 10.4846L19.6072 7.66805C19.2069 5.63128 18.6834 4.10359 17.4806 3.18141C16.2991 2.27561 14.6736 2.125 12.6436 2.125H11.5829ZM6.52775 8.04292C6.92585 6.01726 7.3538 5.16579 7.92949 4.72442C8.52655 4.26667 9.50659 4.06934 11.5834 4.06934H12.6441C14.7209 4.06934 15.7009 4.26667 16.298 4.72442C16.8737 5.16579 17.3016 6.01726 17.6997 8.04292L17.8416 8.76486C17.8755 8.93752 17.8168 9.11643 17.6818 9.22927C14.6552 11.7587 9.96739 11.7762 6.57789 9.16539C6.4321 9.0531 6.36588 8.86653 6.40137 8.68597L6.52775 8.04292ZM9.11328 13.875C8.561 13.875 8.11328 14.3227 8.11328 14.875C8.11328 15.4273 8.561 15.875 9.11328 15.875H9.12224C9.67453 15.875 10.1222 15.4273 10.1222 14.875C10.1222 14.3227 9.67453 13.875 9.12224 13.875H9.11328ZM15.1043 13.875C14.552 13.875 14.1043 14.3227 14.1043 14.875C14.1043 15.4273 14.552 15.875 15.1043 15.875H15.1133C15.6656 15.875 16.1133 15.4273 16.1133 14.875C16.1133 14.3227 15.6656 13.875 15.1133 13.875H15.1043Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.82039 18.1679C7.21091 18.5584 7.21091 19.1916 6.82039 19.5821L4.82039 21.5821C4.42986 21.9726 3.7967 21.9726 3.40617 21.5821C3.01565 21.1916 3.01565 20.5584 3.40617 20.1679L5.40617 18.1679C5.7967 17.7774 6.42986 17.7774 6.82039 18.1679ZM17.4062 18.1679C17.7967 17.7774 18.4299 17.7774 18.8204 18.1679L20.8204 20.1679C21.2109 20.5584 21.2109 21.1916 20.8204 21.5821C20.4299 21.9726 19.7967 21.9726 19.4062 21.5821L17.4062 19.5821C17.0156 19.1916 17.0156 18.5584 17.4062 18.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5829 2.125C9.55299 2.125 7.92742 2.27561 6.74596 3.18141C5.54313 4.10359 5.01963 5.63128 4.61934 7.66806L4.06579 10.4846C3.71208 12.2842 3.42536 13.7429 3.37231 14.9027C3.31701 16.1114 3.50371 17.1794 4.27079 18.0612C5.03138 18.9356 6.08109 19.2955 7.32022 19.4626C8.52547 19.625 10.089 19.625 12.0391 19.625H12.1874C14.1375 19.625 15.7011 19.625 16.9063 19.4626C18.1455 19.2955 19.1952 18.9356 19.9558 18.0612C20.7228 17.1794 20.9096 16.1114 20.8543 14.9027C20.8012 13.7429 20.5145 12.2842 20.1608 10.4846L19.6072 7.66805C19.2069 5.63128 18.6834 4.10359 17.4806 3.18141C16.2991 2.27561 14.6736 2.125 12.6436 2.125H11.5829ZM6.52775 8.04292C6.92585 6.01726 7.3538 5.16579 7.92949 4.72442C8.52655 4.26667 9.50659 4.06934 11.5834 4.06934H12.6441C14.7209 4.06934 15.7009 4.26667 16.298 4.72442C16.8737 5.16579 17.3016 6.01726 17.6997 8.04292L17.8416 8.76486C17.8755 8.93752 17.8168 9.11643 17.6818 9.22927C14.6552 11.7587 9.96739 11.7762 6.57789 9.16539C6.4321 9.0531 6.36588 8.86653 6.40137 8.68597L6.52775 8.04292ZM9.11328 13.875C8.561 13.875 8.11328 14.3227 8.11328 14.875C8.11328 15.4273 8.561 15.875 9.11328 15.875H9.12224C9.67453 15.875 10.1222 15.4273 10.1222 14.875C10.1222 14.3227 9.67453 13.875 9.12224 13.875H9.11328ZM15.1043 13.875C14.552 13.875 14.1043 14.3227 14.1043 14.875C14.1043 15.4273 14.552 15.875 15.1043 15.875H15.1133C15.6656 15.875 16.1133 15.4273 16.1133 14.875C16.1133 14.3227 15.6656 13.875 15.1133 13.875H15.1043Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-motorbike-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6133 15.4999C18.7849 15.4999 18.1133 16.1715 18.1133 16.9999C18.1133 17.8283 18.7849 18.4999 19.6133 18.4999C20.4417 18.4999 21.1133 17.8283 21.1133 16.9999C21.1133 16.1715 20.4417 15.4999 19.6133 15.4999ZM16.1133 16.9999C16.1133 15.0669 17.6803 13.4999 19.6133 13.4999C21.5463 13.4999 23.1133 15.0669 23.1133 16.9999C23.1133 18.9329 21.5463 20.4999 19.6133 20.4999C17.6803 20.4999 16.1133 18.9329 16.1133 16.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.1133 5.5004C12.0122 5.5004 12.1875 5.51736 12.3238 5.57183C12.4141 5.60792 12.4986 5.65697 12.5747 5.71744C12.6896 5.80873 12.7913 5.95252 13.2373 6.73302L13.3901 7.0004H11.9768C11.5213 7.0004 11.0794 7.15591 10.7243 7.44121L8.89618 8.90979C8.71861 9.05244 8.49767 9.13019 8.2699 9.13019H4.11328C3.561 9.13019 3.11328 9.57791 3.11328 10.1302C3.11328 10.6825 3.561 11.1302 4.11328 11.1302H6.10172L8.28724 13.5296L7.28204 14.7358C6.64004 13.98 5.68267 13.5004 4.61328 13.5004C2.68028 13.5004 1.11328 15.0674 1.11328 17.0004C1.11328 18.9334 2.68028 20.5004 4.61328 20.5004C6.54628 20.5004 8.11328 18.9334 8.11328 17.0004C8.11328 16.9552 8.11243 16.9103 8.11073 16.8655L10.0817 14.5004H11.5196C12.2515 14.5004 12.925 14.1006 13.2754 13.4581L15.1336 10.0515L15.9167 11.4219C14.2323 12.4844 13.1133 14.3617 13.1133 16.5004C13.1133 17.3519 13.2912 18.1644 13.613 18.9008C13.8341 19.4069 14.4236 19.6379 14.9297 19.4168C15.4358 19.1956 15.6668 18.6061 15.4457 18.1C15.2322 17.6114 15.1133 17.0711 15.1133 16.5004C15.1133 14.2913 16.9041 12.5004 19.1133 12.5004C19.3886 12.5004 19.6563 12.5281 19.9143 12.5804C20.4556 12.6903 20.9834 12.3406 21.0933 11.7993C21.2032 11.2581 20.8535 10.7303 20.3122 10.6204C19.924 10.5416 19.5229 10.5004 19.1133 10.5004C18.6546 10.5004 18.2079 10.5519 17.7787 10.6494L14.9738 5.74075L14.9041 5.61849C14.5701 5.03186 14.2752 4.51412 13.8188 4.15152C13.5905 3.9701 13.3369 3.82295 13.0661 3.7147C12.5249 3.49835 11.9291 3.49924 11.254 3.50026L11.1133 3.5004C10.561 3.5004 10.1133 3.94811 10.1133 4.5004C10.1133 5.05268 10.561 5.5004 11.1133 5.5004ZM3.11328 17.0006C3.11328 16.1722 3.78485 15.5006 4.61328 15.5006C5.44171 15.5006 6.11328 16.1722 6.11328 17.0006C6.11328 17.829 5.44171 18.5006 4.61328 18.5006C3.78485 18.5006 3.11328 17.829 3.11328 17.0006Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6133 15.4999C18.7849 15.4999 18.1133 16.1715 18.1133 16.9999C18.1133 17.8283 18.7849 18.4999 19.6133 18.4999C20.4417 18.4999 21.1133 17.8283 21.1133 16.9999C21.1133 16.1715 20.4417 15.4999 19.6133 15.4999ZM16.1133 16.9999C16.1133 15.0669 17.6803 13.4999 19.6133 13.4999C21.5463 13.4999 23.1133 15.0669 23.1133 16.9999C23.1133 18.9329 21.5463 20.4999 19.6133 20.4999C17.6803 20.4999 16.1133 18.9329 16.1133 16.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.1133 5.5004C12.0122 5.5004 12.1875 5.51736 12.3238 5.57183C12.4141 5.60792 12.4986 5.65697 12.5747 5.71744C12.6896 5.80873 12.7913 5.95252 13.2373 6.73302L13.3901 7.0004H11.9768C11.5213 7.0004 11.0794 7.15591 10.7243 7.44121L8.89618 8.90979C8.71861 9.05244 8.49767 9.13019 8.2699 9.13019H4.11328C3.561 9.13019 3.11328 9.57791 3.11328 10.1302C3.11328 10.6825 3.561 11.1302 4.11328 11.1302H6.10172L8.28724 13.5296L7.28204 14.7358C6.64004 13.98 5.68267 13.5004 4.61328 13.5004C2.68028 13.5004 1.11328 15.0674 1.11328 17.0004C1.11328 18.9334 2.68028 20.5004 4.61328 20.5004C6.54628 20.5004 8.11328 18.9334 8.11328 17.0004C8.11328 16.9552 8.11243 16.9103 8.11073 16.8655L10.0817 14.5004H11.5196C12.2515 14.5004 12.925 14.1006 13.2754 13.4581L15.1336 10.0515L15.9167 11.4219C14.2323 12.4844 13.1133 14.3617 13.1133 16.5004C13.1133 17.3519 13.2912 18.1644 13.613 18.9008C13.8341 19.4069 14.4236 19.6379 14.9297 19.4168C15.4358 19.1956 15.6668 18.6061 15.4457 18.1C15.2322 17.6114 15.1133 17.0711 15.1133 16.5004C15.1133 14.2913 16.9041 12.5004 19.1133 12.5004C19.3886 12.5004 19.6563 12.5281 19.9143 12.5804C20.4556 12.6903 20.9834 12.3406 21.0933 11.7993C21.2032 11.2581 20.8535 10.7303 20.3122 10.6204C19.924 10.5416 19.5229 10.5004 19.1133 10.5004C18.6546 10.5004 18.2079 10.5519 17.7787 10.6494L14.9738 5.74075L14.9041 5.61849C14.5701 5.03186 14.2752 4.51412 13.8188 4.15152C13.5905 3.9701 13.3369 3.82295 13.0661 3.7147C12.5249 3.49835 11.9291 3.49924 11.254 3.50026L11.1133 3.5004C10.561 3.5004 10.1133 3.94811 10.1133 4.5004C10.1133 5.05268 10.561 5.5004 11.1133 5.5004ZM3.11328 17.0006C3.11328 16.1722 3.78485 15.5006 4.61328 15.5006C5.44171 15.5006 6.11328 16.1722 6.11328 17.0006C6.11328 17.829 5.44171 18.5006 4.61328 18.5006C3.78485 18.5006 3.11328 17.829 3.11328 17.0006Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-motorbike-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6133 15C18.7849 15 18.1133 15.6716 18.1133 16.5C18.1133 17.3284 18.7849 18 19.6133 18C20.4417 18 21.1133 17.3284 21.1133 16.5C21.1133 15.6716 20.4417 15 19.6133 15ZM16.1133 16.5C16.1133 14.567 17.6803 13 19.6133 13C21.5463 13 23.1133 14.567 23.1133 16.5C23.1133 18.433 21.5463 20 19.6133 20C17.6803 20 16.1133 18.433 16.1133 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.61328 15C3.78485 15 3.11328 15.6716 3.11328 16.5C3.11328 17.3284 3.78485 18 4.61328 18C5.44171 18 6.11328 17.3284 6.11328 16.5C6.11328 15.6716 5.44171 15 4.61328 15ZM1.11328 16.5C1.11328 14.567 2.68028 13 4.61328 13C6.54628 13 8.11328 14.567 8.11328 16.5C8.11328 18.433 6.54628 20 4.61328 20C2.68028 20 1.11328 18.433 1.11328 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.9762 4.50828C16.2478 4.02739 16.8578 3.85773 17.3387 4.12933C19.0101 5.07333 20.2377 6.16023 21.1207 7.23472C22.5143 8.93055 23.0615 10.6132 23.1115 11.6474C23.1283 11.996 22.9623 12.3282 22.6733 12.5238C22.3843 12.7194 22.0142 12.7503 21.6968 12.6051C21.1559 12.3578 20.5453 12.2174 19.8953 12.2174C17.8563 12.2174 16.1059 13.5791 15.7029 15.2445C15.6476 15.4734 15.5832 15.7398 15.5202 15.9257C15.4606 16.1018 15.3352 16.4351 15.0253 16.6789C14.7396 16.9037 14.4287 16.96 14.2284 16.9811C14.0478 17.0002 13.8357 17.0001 13.6469 17.0001H13.6468H10.6994H10.6994C10.5091 17.0001 10.2954 17.0002 10.1136 16.9809C9.9118 16.9594 9.5986 16.9023 9.31184 16.6744C9.00239 16.4285 8.87877 16.0948 8.81984 15.916C8.75834 15.7294 8.69652 15.4625 8.64375 15.2347C8.44649 14.384 7.93855 13.5676 7.2636 12.9863C6.58813 12.4045 5.8139 12.1127 5.0902 12.1671C4.76758 12.1913 4.56991 12.1896 4.40841 12.1535C4.17986 12.1025 3.97297 11.9833 3.8719 11.925C3.57557 11.7615 2.8476 11.3577 2.55044 11.1764C1.68803 10.6504 1.14828 9.72566 1.11435 8.71605C1.10202 8.34903 1.1942 7.89422 1.5024 7.52707C1.86108 7.09979 2.4159 6.91366 2.99534 7.05002L9.91417 8.66994C12.0468 7.39122 14.242 6.26668 16.792 7.18775C17.0782 7.29114 17.3447 7.38289 17.482 7.42686C17.5699 7.40127 18.199 7.22708 18.2859 7.20403C17.7444 6.74602 17.1058 6.29476 16.3551 5.87078C15.8742 5.59918 15.7046 4.98917 15.9762 4.50828Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6133 15C18.7849 15 18.1133 15.6716 18.1133 16.5C18.1133 17.3284 18.7849 18 19.6133 18C20.4417 18 21.1133 17.3284 21.1133 16.5C21.1133 15.6716 20.4417 15 19.6133 15ZM16.1133 16.5C16.1133 14.567 17.6803 13 19.6133 13C21.5463 13 23.1133 14.567 23.1133 16.5C23.1133 18.433 21.5463 20 19.6133 20C17.6803 20 16.1133 18.433 16.1133 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.61328 15C3.78485 15 3.11328 15.6716 3.11328 16.5C3.11328 17.3284 3.78485 18 4.61328 18C5.44171 18 6.11328 17.3284 6.11328 16.5C6.11328 15.6716 5.44171 15 4.61328 15ZM1.11328 16.5C1.11328 14.567 2.68028 13 4.61328 13C6.54628 13 8.11328 14.567 8.11328 16.5C8.11328 18.433 6.54628 20 4.61328 20C2.68028 20 1.11328 18.433 1.11328 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.9762 4.50828C16.2478 4.02739 16.8578 3.85773 17.3387 4.12933C19.0101 5.07333 20.2377 6.16023 21.1207 7.23472C22.5143 8.93055 23.0615 10.6132 23.1115 11.6474C23.1283 11.996 22.9623 12.3282 22.6733 12.5238C22.3843 12.7194 22.0142 12.7503 21.6968 12.6051C21.1559 12.3578 20.5453 12.2174 19.8953 12.2174C17.8563 12.2174 16.1059 13.5791 15.7029 15.2445C15.6476 15.4734 15.5832 15.7398 15.5202 15.9257C15.4606 16.1018 15.3352 16.4351 15.0253 16.6789C14.7396 16.9037 14.4287 16.96 14.2284 16.9811C14.0478 17.0002 13.8357 17.0001 13.6469 17.0001H13.6468H10.6994H10.6994C10.5091 17.0001 10.2954 17.0002 10.1136 16.9809C9.9118 16.9594 9.5986 16.9023 9.31184 16.6744C9.00239 16.4285 8.87877 16.0948 8.81984 15.916C8.75834 15.7294 8.69652 15.4625 8.64375 15.2347C8.44649 14.384 7.93855 13.5676 7.2636 12.9863C6.58813 12.4045 5.8139 12.1127 5.0902 12.1671C4.76758 12.1913 4.56991 12.1896 4.40841 12.1535C4.17986 12.1025 3.97297 11.9833 3.8719 11.925C3.57557 11.7615 2.8476 11.3577 2.55044 11.1764C1.68803 10.6504 1.14828 9.72566 1.11435 8.71605C1.10202 8.34903 1.1942 7.89422 1.5024 7.52707C1.86108 7.09979 2.4159 6.91366 2.99534 7.05002L9.91417 8.66994C12.0468 7.39122 14.242 6.26668 16.792 7.18775C17.0782 7.29114 17.3447 7.38289 17.482 7.42686C17.5699 7.40127 18.199 7.22708 18.2859 7.20403C17.7444 6.74602 17.1058 6.29476 16.3551 5.87078C15.8742 5.59918 15.7046 4.98917 15.9762 4.50828Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-parking-area-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM10.4004 6.00041L10.3194 6.00021C10.0377 5.99919 9.6913 5.99792 9.38238 6.0983C8.7735 6.29613 8.29614 6.7735 8.0983 7.38238C7.99792 7.6913 7.99919 8.03766 8.00021 8.31943L8.00041 8.40041L8.00041 18.0004C8.00041 18.5527 8.44813 19.0004 9.00041 19.0004C9.5527 19.0004 10.0004 18.5527 10.0004 18.0004L10.0004 14.0004H13.0004C15.2096 14.0004 17.0004 12.2096 17.0004 10.0004C17.0004 7.79127 15.2096 6.00041 13.0004 6.00041H10.4004ZM13.0004 12.0004H10.0004V8.40041C10.0004 8.20338 10.0008 8.09565 10.005 8.01739L10.0057 8.00573L10.0174 8.00504C10.0957 8.00076 10.2034 8.00041 10.4004 8.00041H13.0004C14.105 8.00041 15.0004 8.89584 15.0004 10.0004C15.0004 11.105 14.105 12.0004 13.0004 12.0004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM10.4004 6.00041L10.3194 6.00021C10.0377 5.99919 9.6913 5.99792 9.38238 6.0983C8.7735 6.29613 8.29614 6.7735 8.0983 7.38238C7.99792 7.6913 7.99919 8.03766 8.00021 8.31943L8.00041 8.40041L8.00041 18.0004C8.00041 18.5527 8.44813 19.0004 9.00041 19.0004C9.5527 19.0004 10.0004 18.5527 10.0004 18.0004L10.0004 14.0004H13.0004C15.2096 14.0004 17.0004 12.2096 17.0004 10.0004C17.0004 7.79127 15.2096 6.00041 13.0004 6.00041H10.4004ZM13.0004 12.0004H10.0004V8.40041C10.0004 8.20338 10.0008 8.09565 10.005 8.01739L10.0057 8.00573L10.0174 8.00504C10.0957 8.00076 10.2034 8.00041 10.4004 8.00041H13.0004C14.105 8.00041 15.0004 8.89584 15.0004 10.0004C15.0004 11.105 14.105 12.0004 13.0004 12.0004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-parking-area-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0513 1.75H12.0513H11.9487H11.9487C9.87726 1.74999 8.25374 1.74998 6.97578 1.90522C5.66982 2.06386 4.62456 2.39411 3.76567 3.12767C3.53662 3.3233 3.3233 3.53662 3.12767 3.76567C2.39411 4.62456 2.06386 5.66982 1.90522 6.97578C1.74998 8.25376 1.74999 9.87731 1.75 11.9487V12.0513C1.74999 14.1227 1.74998 15.7462 1.90522 17.0242C2.06386 18.3302 2.39411 19.3754 3.12767 20.2343C3.32329 20.4634 3.53662 20.6767 3.76567 20.8723C4.62456 21.6059 5.66982 21.9361 6.97578 22.0948C8.25376 22.25 9.87731 22.25 11.9487 22.25H12.0513C14.1227 22.25 15.7462 22.25 17.0242 22.0948C18.3302 21.9361 19.3754 21.6059 20.2343 20.8723C20.4634 20.6767 20.6767 20.4634 20.8723 20.2343C21.6059 19.3754 21.9361 18.3302 22.0948 17.0242C22.25 15.7462 22.25 14.1227 22.25 12.0513V11.9487C22.25 9.87731 22.25 8.25376 22.0948 6.97578C21.9361 5.66982 21.6059 4.62456 20.8723 3.76567C20.6767 3.53662 20.4634 3.32329 20.2343 3.12767C19.3754 2.39411 18.3302 2.06386 17.0242 1.90522C15.7463 1.74998 14.1227 1.74999 12.0513 1.75ZM10.4004 6.00041L10.3194 6.00021C10.0377 5.99919 9.6913 5.99792 9.38238 6.0983C8.7735 6.29614 8.29614 6.7735 8.0983 7.38238C7.99792 7.6913 7.99919 8.03766 8.00021 8.31943L8.00041 8.40041L8.00041 18.0004C8.00041 18.5527 8.44813 19.0004 9.00041 19.0004C9.5527 19.0004 10.0004 18.5527 10.0004 18.0004L10.0004 14.0004H13.0004C15.2096 14.0004 17.0004 12.2096 17.0004 10.0004C17.0004 7.79127 15.2096 6.00041 13.0004 6.00041H10.4004ZM13.0004 12.0004H10.0004V8.40041C10.0004 8.20338 10.0008 8.09565 10.005 8.01739L10.0057 8.00573L10.0174 8.00504C10.0957 8.00076 10.2034 8.00041 10.4004 8.00041H13.0004C14.105 8.00041 15.0004 8.89584 15.0004 10.0004C15.0004 11.105 14.105 12.0004 13.0004 12.0004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0513 1.75H12.0513H11.9487H11.9487C9.87726 1.74999 8.25374 1.74998 6.97578 1.90522C5.66982 2.06386 4.62456 2.39411 3.76567 3.12767C3.53662 3.3233 3.3233 3.53662 3.12767 3.76567C2.39411 4.62456 2.06386 5.66982 1.90522 6.97578C1.74998 8.25376 1.74999 9.87731 1.75 11.9487V12.0513C1.74999 14.1227 1.74998 15.7462 1.90522 17.0242C2.06386 18.3302 2.39411 19.3754 3.12767 20.2343C3.32329 20.4634 3.53662 20.6767 3.76567 20.8723C4.62456 21.6059 5.66982 21.9361 6.97578 22.0948C8.25376 22.25 9.87731 22.25 11.9487 22.25H12.0513C14.1227 22.25 15.7462 22.25 17.0242 22.0948C18.3302 21.9361 19.3754 21.6059 20.2343 20.8723C20.4634 20.6767 20.6767 20.4634 20.8723 20.2343C21.6059 19.3754 21.9361 18.3302 22.0948 17.0242C22.25 15.7462 22.25 14.1227 22.25 12.0513V11.9487C22.25 9.87731 22.25 8.25376 22.0948 6.97578C21.9361 5.66982 21.6059 4.62456 20.8723 3.76567C20.6767 3.53662 20.4634 3.32329 20.2343 3.12767C19.3754 2.39411 18.3302 2.06386 17.0242 1.90522C15.7463 1.74998 14.1227 1.74999 12.0513 1.75ZM10.4004 6.00041L10.3194 6.00021C10.0377 5.99919 9.6913 5.99792 9.38238 6.0983C8.7735 6.29614 8.29614 6.7735 8.0983 7.38238C7.99792 7.6913 7.99919 8.03766 8.00021 8.31943L8.00041 8.40041L8.00041 18.0004C8.00041 18.5527 8.44813 19.0004 9.00041 19.0004C9.5527 19.0004 10.0004 18.5527 10.0004 18.0004L10.0004 14.0004H13.0004C15.2096 14.0004 17.0004 12.2096 17.0004 10.0004C17.0004 7.79127 15.2096 6.00041 13.0004 6.00041H10.4004ZM13.0004 12.0004H10.0004V8.40041C10.0004 8.20338 10.0008 8.09565 10.005 8.01739L10.0057 8.00573L10.0174 8.00504C10.0957 8.00076 10.2034 8.00041 10.4004 8.00041H13.0004C14.105 8.00041 15.0004 8.89584 15.0004 10.0004C15.0004 11.105 14.105 12.0004 13.0004 12.0004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-pickup-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 15.125C5.61929 15.125 4.5 16.2443 4.5 17.625C4.5 19.0057 5.61929 20.125 7 20.125C8.38071 20.125 9.5 19.0057 9.5 17.625C9.5 16.2443 8.38071 15.125 7 15.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 15.125C15.6193 15.125 14.5 16.2443 14.5 17.625C14.5 19.0057 15.6193 20.125 17 20.125C18.3807 20.125 19.5 19.0057 19.5 17.625C19.5 16.2443 18.3807 15.125 17 15.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7986 3.92966C15.3526 3.98811 15.8579 4.11422 16.3437 4.40729C16.8236 4.69679 17.186 5.08993 17.5264 5.55943C17.8519 6.00835 18.2197 6.62281 18.6381 7.3216C19.195 8.25183 19.8572 8.9664 20.6421 9.54C21.4372 10.1201 22.0782 10.5878 22.4308 11.3538C22.6109 11.7452 22.6843 12.1425 22.7181 12.5644C22.7395 12.8316 22.7466 13.1347 22.7489 13.4748C22.7502 13.6629 22.7508 13.7569 22.6921 13.8159C22.6335 13.875 22.5389 13.875 22.3499 13.875H21.75C21.3358 13.875 21 14.2108 21 14.625C21 15.0392 21.3358 15.375 21.75 15.375H22.3176C22.5153 15.375 22.6142 15.375 22.6736 15.4395C22.733 15.5041 22.7251 15.5995 22.7093 15.7904C22.7043 15.8512 22.6987 15.9097 22.6923 15.9656C22.6313 16.5016 22.4938 17.0387 22.1149 17.4954C21.8903 17.7396 21.6144 17.9369 21.3242 18.078C21.179 18.1486 21.1064 18.184 21.0234 18.1766C20.9321 18.1685 20.8401 18.1109 20.7929 18.0323C20.75 17.961 20.75 17.849 20.75 17.625C20.75 15.5539 19.0711 13.875 17 13.875C14.9289 13.875 13.25 15.5539 13.25 17.625L13.2501 17.646C13.2521 18.0141 13.2531 18.1981 13.1651 18.2866C13.0771 18.375 12.9151 18.375 12.591 18.375L11.409 18.375C11.0849 18.375 10.9229 18.375 10.8349 18.2866C10.7469 18.1981 10.7479 18.0141 10.7499 17.646V17.646L10.75 17.625C10.75 15.5539 9.07107 13.875 7 13.875C4.92893 13.875 3.25 15.5539 3.25 17.625C3.25 17.7585 3.25 17.8252 3.23502 17.8708C3.18881 18.0115 3.03351 18.1012 2.88852 18.0708C2.84154 18.061 2.8034 18.039 2.72711 17.9949C2.54188 17.888 2.35109 17.7606 2.1386 17.6188L2.13858 17.6188L2.07628 17.5772C1.87968 17.4462 1.62769 17.2675 1.45859 16.9843C1.27934 16.6842 1.25 16.3683 1.25 16.0898V11.625C1.25 11.2108 1.58579 10.875 2 10.875H10.85C11.0386 10.875 11.1328 10.875 11.1914 10.8164C11.25 10.7578 11.25 10.6636 11.25 10.475V4.84168C11.25 4.5853 11.351 4.33943 11.5307 4.15814C11.7104 3.97686 11.9542 3.87501 12.2083 3.87501L12.9253 3.875H12.9254C13.658 3.87499 14.2802 3.87497 14.7986 3.92966ZM13.263 5.92567C13.2966 5.85435 13.3163 5.84648 13.3557 5.83074C13.3904 5.81688 13.4282 5.80936 13.4679 5.80958C13.9462 5.81223 14.3034 5.82138 14.6 5.85266C14.9826 5.89302 15.1913 5.96453 15.3607 6.06671C15.536 6.17245 15.7197 6.34179 15.98 6.70082C16.2496 7.07266 16.5525 7.57689 16.9981 8.32119C17.4049 9.00067 17.833 9.57979 18.3366 10.0977C18.6822 10.4531 18.855 10.6307 18.8034 10.7529C18.7518 10.8751 18.5143 10.8751 18.0394 10.8751H17.2973C16.5391 10.8751 16.0454 10.8735 15.6674 10.8218C15.3188 10.7742 15.1404 10.692 14.9958 10.5701C14.8384 10.4375 14.6842 10.2257 14.4965 9.78769C14.3052 9.34129 14.1116 8.74165 13.8332 7.87537L13.2712 6.12704C13.2434 6.04034 13.2294 5.99699 13.263 5.92567Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 15.125C5.61929 15.125 4.5 16.2443 4.5 17.625C4.5 19.0057 5.61929 20.125 7 20.125C8.38071 20.125 9.5 19.0057 9.5 17.625C9.5 16.2443 8.38071 15.125 7 15.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 15.125C15.6193 15.125 14.5 16.2443 14.5 17.625C14.5 19.0057 15.6193 20.125 17 20.125C18.3807 20.125 19.5 19.0057 19.5 17.625C19.5 16.2443 18.3807 15.125 17 15.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7986 3.92966C15.3526 3.98811 15.8579 4.11422 16.3437 4.40729C16.8236 4.69679 17.186 5.08993 17.5264 5.55943C17.8519 6.00835 18.2197 6.62281 18.6381 7.3216C19.195 8.25183 19.8572 8.9664 20.6421 9.54C21.4372 10.1201 22.0782 10.5878 22.4308 11.3538C22.6109 11.7452 22.6843 12.1425 22.7181 12.5644C22.7395 12.8316 22.7466 13.1347 22.7489 13.4748C22.7502 13.6629 22.7508 13.7569 22.6921 13.8159C22.6335 13.875 22.5389 13.875 22.3499 13.875H21.75C21.3358 13.875 21 14.2108 21 14.625C21 15.0392 21.3358 15.375 21.75 15.375H22.3176C22.5153 15.375 22.6142 15.375 22.6736 15.4395C22.733 15.5041 22.7251 15.5995 22.7093 15.7904C22.7043 15.8512 22.6987 15.9097 22.6923 15.9656C22.6313 16.5016 22.4938 17.0387 22.1149 17.4954C21.8903 17.7396 21.6144 17.9369 21.3242 18.078C21.179 18.1486 21.1064 18.184 21.0234 18.1766C20.9321 18.1685 20.8401 18.1109 20.7929 18.0323C20.75 17.961 20.75 17.849 20.75 17.625C20.75 15.5539 19.0711 13.875 17 13.875C14.9289 13.875 13.25 15.5539 13.25 17.625L13.2501 17.646C13.2521 18.0141 13.2531 18.1981 13.1651 18.2866C13.0771 18.375 12.9151 18.375 12.591 18.375L11.409 18.375C11.0849 18.375 10.9229 18.375 10.8349 18.2866C10.7469 18.1981 10.7479 18.0141 10.7499 17.646V17.646L10.75 17.625C10.75 15.5539 9.07107 13.875 7 13.875C4.92893 13.875 3.25 15.5539 3.25 17.625C3.25 17.7585 3.25 17.8252 3.23502 17.8708C3.18881 18.0115 3.03351 18.1012 2.88852 18.0708C2.84154 18.061 2.8034 18.039 2.72711 17.9949C2.54188 17.888 2.35109 17.7606 2.1386 17.6188L2.13858 17.6188L2.07628 17.5772C1.87968 17.4462 1.62769 17.2675 1.45859 16.9843C1.27934 16.6842 1.25 16.3683 1.25 16.0898V11.625C1.25 11.2108 1.58579 10.875 2 10.875H10.85C11.0386 10.875 11.1328 10.875 11.1914 10.8164C11.25 10.7578 11.25 10.6636 11.25 10.475V4.84168C11.25 4.5853 11.351 4.33943 11.5307 4.15814C11.7104 3.97686 11.9542 3.87501 12.2083 3.87501L12.9253 3.875H12.9254C13.658 3.87499 14.2802 3.87497 14.7986 3.92966ZM13.263 5.92567C13.2966 5.85435 13.3163 5.84648 13.3557 5.83074C13.3904 5.81688 13.4282 5.80936 13.4679 5.80958C13.9462 5.81223 14.3034 5.82138 14.6 5.85266C14.9826 5.89302 15.1913 5.96453 15.3607 6.06671C15.536 6.17245 15.7197 6.34179 15.98 6.70082C16.2496 7.07266 16.5525 7.57689 16.9981 8.32119C17.4049 9.00067 17.833 9.57979 18.3366 10.0977C18.6822 10.4531 18.855 10.6307 18.8034 10.7529C18.7518 10.8751 18.5143 10.8751 18.0394 10.8751H17.2973C16.5391 10.8751 16.0454 10.8735 15.6674 10.8218C15.3188 10.7742 15.1404 10.692 14.9958 10.5701C14.8384 10.4375 14.6842 10.2257 14.4965 9.78769C14.3052 9.34129 14.1116 8.74165 13.8332 7.87537L13.2712 6.12704C13.2434 6.04034 13.2294 5.99699 13.263 5.92567Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-pickup-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.679 4.18018C15.2347 4.2383 15.7233 4.36171 16.1889 4.6402C16.65 4.91592 17.0048 5.29368 17.3495 5.76508C17.6826 6.22048 18.0565 6.83964 18.4973 7.56968C19.093 8.55607 19.779 9.3026 20.6292 9.91854C21.4844 10.5377 22.1024 10.985 22.4422 11.717C22.6132 12.0853 22.6856 12.4641 22.7196 12.8842C22.7386 13.1189 22.7465 13.4076 22.7498 13.7243C22.7517 13.9123 22.7527 14.0064 22.694 14.0657C22.6353 14.125 22.5406 14.125 22.3512 14.125H21.752C21.3377 14.125 21.002 14.4608 21.002 14.875C21.002 15.2892 21.3377 15.625 21.752 15.625H22.3287C22.5245 15.625 22.6224 15.625 22.6816 15.6884C22.7409 15.7518 22.7345 15.8469 22.7217 16.037C22.7143 16.1477 22.705 16.2534 22.6935 16.354C22.6323 16.8869 22.4979 17.3861 22.1476 17.8046C21.8948 18.0772 21.5851 18.2418 21.2488 18.3491C21.0239 18.4209 20.9115 18.4568 20.8292 18.396C20.7469 18.3351 20.7485 18.1968 20.7518 17.92L20.7521 17.875C20.7521 15.8039 19.0731 14.125 17.0021 14.125C14.931 14.125 13.2521 15.8039 13.2521 17.875L13.2521 17.896C13.2541 18.2641 13.2552 18.4481 13.1672 18.5366C13.0792 18.625 12.9172 18.625 12.5931 18.625L11.4111 18.625C11.087 18.625 10.9249 18.625 10.837 18.5366C10.749 18.4481 10.75 18.2641 10.752 17.896L10.7521 17.875C10.7521 15.8039 9.07314 14.125 7.00207 14.125C4.931 14.125 3.25207 15.8039 3.25207 17.875C3.25207 18.1684 3.25207 18.3151 3.16503 18.3747C3.15993 18.3782 3.15469 18.3814 3.14929 18.3844C3.05711 18.4357 2.94442 18.3795 2.71902 18.2669C2.21929 18.0175 1.70605 17.6452 1.46066 17.2343C1.28141 16.9342 1.25207 16.6183 1.25207 16.3398V11.75C1.25207 11.3358 1.58786 11 2.00207 11H10.5134C10.7962 11 10.9377 11 11.0255 10.9121C11.1134 10.8243 11.1134 10.6828 11.1134 10.4V4.875C11.1134 4.70567 11.2258 4.44281 11.3548 4.32381C11.493 4.19623 11.6745 4.125 11.8634 4.125H12.7396C13.5132 4.12499 14.1512 4.12498 14.679 4.18018ZM13.1345 6.1146C13.1706 6.0442 13.1918 6.03643 13.2343 6.02089C13.2717 6.00722 13.3125 5.99979 13.3552 6C13.8706 6.00263 14.2554 6.01165 14.5749 6.04253C14.9871 6.08237 15.212 6.15296 15.3945 6.25381C15.5834 6.35818 15.7813 6.52533 16.0617 6.87972C16.3522 7.24675 16.6785 7.74446 17.1586 8.47913C17.5969 9.14983 18.0582 9.72146 18.6007 10.2326C18.973 10.5834 19.1592 10.7588 19.1036 10.8794C19.048 11 18.7922 11 18.2806 11H17.481C16.6641 11 16.1322 10.9984 15.725 10.9474C15.3494 10.9004 15.1572 10.8192 15.0014 10.699C14.8318 10.568 14.6656 10.359 14.4634 9.92667C14.2573 9.48604 14.0488 8.89415 13.7488 8.03908L13.1433 6.31336C13.1133 6.22779 13.0983 6.185 13.1345 6.1146Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2217.002%22 cy%3D%2217.875%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%227.00195%22 cy%3D%2217.875%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.679 4.18018C15.2347 4.2383 15.7233 4.36171 16.1889 4.6402C16.65 4.91592 17.0048 5.29368 17.3495 5.76508C17.6826 6.22048 18.0565 6.83964 18.4973 7.56968C19.093 8.55607 19.779 9.3026 20.6292 9.91854C21.4844 10.5377 22.1024 10.985 22.4422 11.717C22.6132 12.0853 22.6856 12.4641 22.7196 12.8842C22.7386 13.1189 22.7465 13.4076 22.7498 13.7243C22.7517 13.9123 22.7527 14.0064 22.694 14.0657C22.6353 14.125 22.5406 14.125 22.3512 14.125H21.752C21.3377 14.125 21.002 14.4608 21.002 14.875C21.002 15.2892 21.3377 15.625 21.752 15.625H22.3287C22.5245 15.625 22.6224 15.625 22.6816 15.6884C22.7409 15.7518 22.7345 15.8469 22.7217 16.037C22.7143 16.1477 22.705 16.2534 22.6935 16.354C22.6323 16.8869 22.4979 17.3861 22.1476 17.8046C21.8948 18.0772 21.5851 18.2418 21.2488 18.3491C21.0239 18.4209 20.9115 18.4568 20.8292 18.396C20.7469 18.3351 20.7485 18.1968 20.7518 17.92L20.7521 17.875C20.7521 15.8039 19.0731 14.125 17.0021 14.125C14.931 14.125 13.2521 15.8039 13.2521 17.875L13.2521 17.896C13.2541 18.2641 13.2552 18.4481 13.1672 18.5366C13.0792 18.625 12.9172 18.625 12.5931 18.625L11.4111 18.625C11.087 18.625 10.9249 18.625 10.837 18.5366C10.749 18.4481 10.75 18.2641 10.752 17.896L10.7521 17.875C10.7521 15.8039 9.07314 14.125 7.00207 14.125C4.931 14.125 3.25207 15.8039 3.25207 17.875C3.25207 18.1684 3.25207 18.3151 3.16503 18.3747C3.15993 18.3782 3.15469 18.3814 3.14929 18.3844C3.05711 18.4357 2.94442 18.3795 2.71902 18.2669C2.21929 18.0175 1.70605 17.6452 1.46066 17.2343C1.28141 16.9342 1.25207 16.6183 1.25207 16.3398V11.75C1.25207 11.3358 1.58786 11 2.00207 11H10.5134C10.7962 11 10.9377 11 11.0255 10.9121C11.1134 10.8243 11.1134 10.6828 11.1134 10.4V4.875C11.1134 4.70567 11.2258 4.44281 11.3548 4.32381C11.493 4.19623 11.6745 4.125 11.8634 4.125H12.7396C13.5132 4.12499 14.1512 4.12498 14.679 4.18018ZM13.1345 6.1146C13.1706 6.0442 13.1918 6.03643 13.2343 6.02089C13.2717 6.00722 13.3125 5.99979 13.3552 6C13.8706 6.00263 14.2554 6.01165 14.5749 6.04253C14.9871 6.08237 15.212 6.15296 15.3945 6.25381C15.5834 6.35818 15.7813 6.52533 16.0617 6.87972C16.3522 7.24675 16.6785 7.74446 17.1586 8.47913C17.5969 9.14983 18.0582 9.72146 18.6007 10.2326C18.973 10.5834 19.1592 10.7588 19.1036 10.8794C19.048 11 18.7922 11 18.2806 11H17.481C16.6641 11 16.1322 10.9984 15.725 10.9474C15.3494 10.9004 15.1572 10.8192 15.0014 10.699C14.8318 10.568 14.6656 10.359 14.4634 9.92667C14.2573 9.48604 14.0488 8.89415 13.7488 8.03908L13.1433 6.31336C13.1133 6.22779 13.0983 6.185 13.1345 6.1146Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2217.002%22 cy%3D%2217.875%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%227.00195%22 cy%3D%2217.875%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-plane{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9997 8.25C10.1954 8.25 8.92614 9.02606 8.04869 10.1759C7.2025 11.2847 6.73383 12.7208 6.40999 14.0611C5.94204 15.998 6.53561 17.5122 7.73417 18.4881C8.87299 19.4153 10.4759 19.7942 11.9997 19.7459C13.5235 19.7942 15.1264 19.4153 16.2652 18.4881C17.4638 17.5122 18.0574 15.998 17.5894 14.0611C17.2656 12.7208 16.7969 11.2847 15.9507 10.1759C15.0733 9.02606 13.804 8.25 11.9997 8.25ZM11.9955 13C11.4457 13 11 13.4477 11 14C11 14.5523 11.4457 15 11.9955 15H12.0045C12.5543 15 13 14.5523 13 14C13 13.4477 12.5543 13 12.0045 13H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 21C3 20.4477 3.44772 20 4 20H4.00898C4.56127 20 5.00898 20.4477 5.00898 21C5.00898 21.5523 4.56127 22 4.00898 22H4C3.44772 22 3 21.5523 3 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 21C19 20.4477 19.4477 20 20 20H20.009C20.5613 20 21.009 20.4477 21.009 21C21.009 21.5523 20.5613 22 20.009 22H20C19.4477 22 19 21.5523 19 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2C12.5523 2 13 2.44772 13 3L13 9C13 9.55229 12.5523 10 12 10C11.4477 10 11 9.55229 11 9L11 3C11 2.44772 11.4477 2 12 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.92874 14.6289C8.13386 15.1417 7.88444 15.7236 7.37166 15.9287L5.00027 16.8773V18.0003C5.00027 18.5526 4.55255 19.0003 4.00027 19.0003C3.44798 19.0003 3.00027 18.5526 3.00027 18.0003V17.6773L2.37166 17.9287C1.85887 18.1339 1.2769 17.8844 1.07179 17.3717C0.866676 16.8589 1.11609 16.2769 1.62888 16.0718L6.62888 14.0718C7.14166 13.8667 7.72363 14.1161 7.92874 14.6289ZM16.0718 14.6289C16.2769 14.1161 16.8589 13.8667 17.3717 14.0718L22.3717 16.0718C22.8844 16.2769 23.1339 16.8589 22.9287 17.3717C22.7236 17.8844 22.1417 18.1339 21.6289 17.9287L21.0003 17.6773V18.0003C21.0003 18.5526 20.5525 19.0003 20.0003 19.0003C19.448 19.0003 19.0003 18.5526 19.0003 18.0003V16.8773L16.6289 15.9287C16.1161 15.7236 15.8667 15.1417 16.0718 14.6289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9997 8.25C10.1954 8.25 8.92614 9.02606 8.04869 10.1759C7.2025 11.2847 6.73383 12.7208 6.40999 14.0611C5.94204 15.998 6.53561 17.5122 7.73417 18.4881C8.87299 19.4153 10.4759 19.7942 11.9997 19.7459C13.5235 19.7942 15.1264 19.4153 16.2652 18.4881C17.4638 17.5122 18.0574 15.998 17.5894 14.0611C17.2656 12.7208 16.7969 11.2847 15.9507 10.1759C15.0733 9.02606 13.804 8.25 11.9997 8.25ZM11.9955 13C11.4457 13 11 13.4477 11 14C11 14.5523 11.4457 15 11.9955 15H12.0045C12.5543 15 13 14.5523 13 14C13 13.4477 12.5543 13 12.0045 13H11.9955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 21C3 20.4477 3.44772 20 4 20H4.00898C4.56127 20 5.00898 20.4477 5.00898 21C5.00898 21.5523 4.56127 22 4.00898 22H4C3.44772 22 3 21.5523 3 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 21C19 20.4477 19.4477 20 20 20H20.009C20.5613 20 21.009 20.4477 21.009 21C21.009 21.5523 20.5613 22 20.009 22H20C19.4477 22 19 21.5523 19 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2C12.5523 2 13 2.44772 13 3L13 9C13 9.55229 12.5523 10 12 10C11.4477 10 11 9.55229 11 9L11 3C11 2.44772 11.4477 2 12 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.92874 14.6289C8.13386 15.1417 7.88444 15.7236 7.37166 15.9287L5.00027 16.8773V18.0003C5.00027 18.5526 4.55255 19.0003 4.00027 19.0003C3.44798 19.0003 3.00027 18.5526 3.00027 18.0003V17.6773L2.37166 17.9287C1.85887 18.1339 1.2769 17.8844 1.07179 17.3717C0.866676 16.8589 1.11609 16.2769 1.62888 16.0718L6.62888 14.0718C7.14166 13.8667 7.72363 14.1161 7.92874 14.6289ZM16.0718 14.6289C16.2769 14.1161 16.8589 13.8667 17.3717 14.0718L22.3717 16.0718C22.8844 16.2769 23.1339 16.8589 22.9287 17.3717C22.7236 17.8844 22.1417 18.1339 21.6289 17.9287L21.0003 17.6773V18.0003C21.0003 18.5526 20.5525 19.0003 20.0003 19.0003C19.448 19.0003 19.0003 18.5526 19.0003 18.0003V16.8773L16.6289 15.9287C16.1161 15.7236 15.8667 15.1417 16.0718 14.6289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-police-car{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.96967 9.96967C4.11032 9.82902 4.30109 9.75 4.5 9.75L19.5 9.75C19.6989 9.75 19.8897 9.82902 20.0303 9.96967C20.1208 10.0602 20.221 10.158 20.3276 10.2623L20.3276 10.2623C20.7465 10.6718 21.2658 11.1793 21.6972 11.7247C22.2371 12.4072 22.75 13.2788 22.75 14.2774V17.5552C22.75 18.4365 22.1232 19.2404 21.2099 19.3546L18.093 19.7442C18.0622 19.7481 18.0311 19.75 18 19.75L6 19.75C5.9689 19.75 5.93783 19.7481 5.90697 19.7442L2.79013 19.3546C1.87684 19.2404 1.25 18.4365 1.25 17.5552L1.25 14.2774C1.25 13.2788 1.76286 12.4072 2.30284 11.7247C2.73425 11.1793 3.25346 10.6718 3.6724 10.2623L3.67245 10.2622C3.77905 10.158 3.87915 10.0602 3.96967 9.96967ZM21.7278 13.3183C21.8282 13.7201 21.5839 14.1273 21.1821 14.2278L19.6821 14.6028C19.2802 14.7032 18.873 14.4589 18.7726 14.0571C18.6721 13.6552 18.9164 13.248 19.3183 13.1476L20.8183 12.7726C21.2201 12.6721 21.6273 12.9164 21.7278 13.3183ZM2.32934 13.1648C2.51459 12.7943 2.96509 12.6441 3.33557 12.8294L4.83557 13.5794C5.20606 13.7646 5.35623 14.2151 5.17098 14.5856C4.98574 14.9561 4.53524 15.1062 4.16475 14.921L2.66475 14.171C2.29427 13.9858 2.1441 13.5353 2.32934 13.1648ZM11.0314 16H12.9692C13.9529 16 14.4448 16 14.8257 16.2579C15.1214 16.4581 15.2976 16.778 15.5325 17.3382C15.6357 17.5843 15.6873 17.7073 15.6279 17.7966C15.5686 17.8858 15.4337 17.8858 15.1639 17.8858H8.83682C8.56701 17.8858 8.4321 17.8858 8.37275 17.7966C8.3134 17.7073 8.36499 17.5843 8.46817 17.3382C8.70306 16.778 8.87929 16.4581 9.17494 16.2579C9.55587 16 10.0477 16 11.0314 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.6094 22.7514H18.8906C18.6054 22.7514 18.3692 22.6377 18.1219 22.5278C17.7408 22.3584 17.5 22.0122 17.5 21.6334V21.1514C17.5 20.9666 17.5 20.8742 17.5582 20.8157C17.6164 20.7572 17.7109 20.7567 17.9 20.7557C18.0063 20.7552 18.1123 20.751 18.2171 20.7379L21.3339 20.3483C21.3676 20.3441 21.4009 20.3393 21.434 20.334C21.7176 20.2882 21.8593 20.2653 21.9297 20.3252C22 20.3851 22 20.5124 22 20.767V21.6334C22 22.0122 21.7592 22.3584 21.3781 22.5278C21.1308 22.6377 20.8946 22.7514 20.6094 22.7514Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.39058 22.7514H5.10942C5.39461 22.7514 5.63082 22.6377 5.87811 22.5278C6.25925 22.3584 6.5 22.0122 6.5 21.6334V21.1514C6.5 20.9666 6.5 20.8742 6.44179 20.8157C6.38358 20.7572 6.28906 20.7567 6.10003 20.7557C5.99374 20.7552 5.88769 20.751 5.78292 20.7379L2.6661 20.3483C2.63245 20.3441 2.59906 20.3393 2.56595 20.334C2.28245 20.2882 2.14069 20.2653 2.07035 20.3252C2 20.3851 2 20.5124 2 20.767V21.6334C2 22.0122 2.24075 22.3584 2.62189 22.5278C2.86918 22.6377 3.10539 22.7514 3.39058 22.7514Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.10579 8.55301C2.35278 8.05903 2.95345 7.8588 3.44743 8.10579L4.44743 8.60579C4.94141 8.85278 5.14164 9.45345 4.89465 9.94743C4.64766 10.4414 4.04698 10.6416 3.55301 10.3946L2.55301 9.89465C2.05903 9.64766 1.8588 9.04698 2.10579 8.55301ZM21.8946 8.55301C22.1416 9.04698 21.9414 9.64766 21.4474 9.89465L20.4474 10.3946C19.9535 10.6416 19.3528 10.4414 19.1058 9.94743C18.8588 9.45345 19.059 8.85278 19.553 8.60579L20.553 8.10579C21.047 7.8588 21.6477 8.05903 21.8946 8.55301Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7099 4.25001C15.2929 4.25016 15.801 4.2529 16.2238 4.29544C16.7072 4.34409 17.175 4.45184 17.609 4.72758C18.0497 5.00757 18.3276 5.37921 18.5444 5.79001C18.7416 6.1637 18.919 6.63293 19.1173 7.15745L20.1913 9.9975C20.3745 10.4819 20.1146 11.0174 19.6109 11.1936C19.1071 11.3697 18.5502 11.1198 18.3671 10.6354L17.3108 7.84219C17.0892 7.25629 16.951 6.89536 16.8135 6.63474C16.6896 6.40014 16.6066 6.32795 16.539 6.28497C16.4646 6.23774 16.3406 6.184 16.0217 6.1519C15.6827 6.11779 15.2357 6.1166 14.5399 6.1166H9.46009C8.76433 6.1166 8.31727 6.11779 7.97828 6.1519C7.65937 6.184 7.53537 6.23774 7.46104 6.28497C7.39338 6.32795 7.31036 6.40014 7.18655 6.63474C7.049 6.89536 6.91076 7.25629 6.68921 7.84218L5.63294 10.6354C5.44976 11.1198 4.89289 11.3697 4.38914 11.1936C3.88539 11.0174 3.62552 10.4819 3.8087 9.9975L4.86496 7.20429L4.88267 7.15745C5.08097 6.63293 5.25836 6.1637 5.45558 5.79001C5.67239 5.37921 5.95031 5.00757 6.39101 4.72758C6.82503 4.45184 7.29283 4.34409 7.77624 4.29544C8.199 4.2529 8.70706 4.25016 9.29013 4.25001C9.26347 4.10307 9.25 3.95206 9.25 3.8C9.25 3.17553 9.41739 2.57625 9.72743 2.11118C10.034 1.65136 10.5398 1.25 11.2 1.25H12.8C13.4602 1.25 13.966 1.65136 14.2726 2.11118C14.5826 2.57625 14.75 3.17553 14.75 3.8C14.75 3.95206 14.7365 4.10307 14.7099 4.25001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.96967 9.96967C4.11032 9.82902 4.30109 9.75 4.5 9.75L19.5 9.75C19.6989 9.75 19.8897 9.82902 20.0303 9.96967C20.1208 10.0602 20.221 10.158 20.3276 10.2623L20.3276 10.2623C20.7465 10.6718 21.2658 11.1793 21.6972 11.7247C22.2371 12.4072 22.75 13.2788 22.75 14.2774V17.5552C22.75 18.4365 22.1232 19.2404 21.2099 19.3546L18.093 19.7442C18.0622 19.7481 18.0311 19.75 18 19.75L6 19.75C5.9689 19.75 5.93783 19.7481 5.90697 19.7442L2.79013 19.3546C1.87684 19.2404 1.25 18.4365 1.25 17.5552L1.25 14.2774C1.25 13.2788 1.76286 12.4072 2.30284 11.7247C2.73425 11.1793 3.25346 10.6718 3.6724 10.2623L3.67245 10.2622C3.77905 10.158 3.87915 10.0602 3.96967 9.96967ZM21.7278 13.3183C21.8282 13.7201 21.5839 14.1273 21.1821 14.2278L19.6821 14.6028C19.2802 14.7032 18.873 14.4589 18.7726 14.0571C18.6721 13.6552 18.9164 13.248 19.3183 13.1476L20.8183 12.7726C21.2201 12.6721 21.6273 12.9164 21.7278 13.3183ZM2.32934 13.1648C2.51459 12.7943 2.96509 12.6441 3.33557 12.8294L4.83557 13.5794C5.20606 13.7646 5.35623 14.2151 5.17098 14.5856C4.98574 14.9561 4.53524 15.1062 4.16475 14.921L2.66475 14.171C2.29427 13.9858 2.1441 13.5353 2.32934 13.1648ZM11.0314 16H12.9692C13.9529 16 14.4448 16 14.8257 16.2579C15.1214 16.4581 15.2976 16.778 15.5325 17.3382C15.6357 17.5843 15.6873 17.7073 15.6279 17.7966C15.5686 17.8858 15.4337 17.8858 15.1639 17.8858H8.83682C8.56701 17.8858 8.4321 17.8858 8.37275 17.7966C8.3134 17.7073 8.36499 17.5843 8.46817 17.3382C8.70306 16.778 8.87929 16.4581 9.17494 16.2579C9.55587 16 10.0477 16 11.0314 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.6094 22.7514H18.8906C18.6054 22.7514 18.3692 22.6377 18.1219 22.5278C17.7408 22.3584 17.5 22.0122 17.5 21.6334V21.1514C17.5 20.9666 17.5 20.8742 17.5582 20.8157C17.6164 20.7572 17.7109 20.7567 17.9 20.7557C18.0063 20.7552 18.1123 20.751 18.2171 20.7379L21.3339 20.3483C21.3676 20.3441 21.4009 20.3393 21.434 20.334C21.7176 20.2882 21.8593 20.2653 21.9297 20.3252C22 20.3851 22 20.5124 22 20.767V21.6334C22 22.0122 21.7592 22.3584 21.3781 22.5278C21.1308 22.6377 20.8946 22.7514 20.6094 22.7514Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.39058 22.7514H5.10942C5.39461 22.7514 5.63082 22.6377 5.87811 22.5278C6.25925 22.3584 6.5 22.0122 6.5 21.6334V21.1514C6.5 20.9666 6.5 20.8742 6.44179 20.8157C6.38358 20.7572 6.28906 20.7567 6.10003 20.7557C5.99374 20.7552 5.88769 20.751 5.78292 20.7379L2.6661 20.3483C2.63245 20.3441 2.59906 20.3393 2.56595 20.334C2.28245 20.2882 2.14069 20.2653 2.07035 20.3252C2 20.3851 2 20.5124 2 20.767V21.6334C2 22.0122 2.24075 22.3584 2.62189 22.5278C2.86918 22.6377 3.10539 22.7514 3.39058 22.7514Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.10579 8.55301C2.35278 8.05903 2.95345 7.8588 3.44743 8.10579L4.44743 8.60579C4.94141 8.85278 5.14164 9.45345 4.89465 9.94743C4.64766 10.4414 4.04698 10.6416 3.55301 10.3946L2.55301 9.89465C2.05903 9.64766 1.8588 9.04698 2.10579 8.55301ZM21.8946 8.55301C22.1416 9.04698 21.9414 9.64766 21.4474 9.89465L20.4474 10.3946C19.9535 10.6416 19.3528 10.4414 19.1058 9.94743C18.8588 9.45345 19.059 8.85278 19.553 8.60579L20.553 8.10579C21.047 7.8588 21.6477 8.05903 21.8946 8.55301Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7099 4.25001C15.2929 4.25016 15.801 4.2529 16.2238 4.29544C16.7072 4.34409 17.175 4.45184 17.609 4.72758C18.0497 5.00757 18.3276 5.37921 18.5444 5.79001C18.7416 6.1637 18.919 6.63293 19.1173 7.15745L20.1913 9.9975C20.3745 10.4819 20.1146 11.0174 19.6109 11.1936C19.1071 11.3697 18.5502 11.1198 18.3671 10.6354L17.3108 7.84219C17.0892 7.25629 16.951 6.89536 16.8135 6.63474C16.6896 6.40014 16.6066 6.32795 16.539 6.28497C16.4646 6.23774 16.3406 6.184 16.0217 6.1519C15.6827 6.11779 15.2357 6.1166 14.5399 6.1166H9.46009C8.76433 6.1166 8.31727 6.11779 7.97828 6.1519C7.65937 6.184 7.53537 6.23774 7.46104 6.28497C7.39338 6.32795 7.31036 6.40014 7.18655 6.63474C7.049 6.89536 6.91076 7.25629 6.68921 7.84218L5.63294 10.6354C5.44976 11.1198 4.89289 11.3697 4.38914 11.1936C3.88539 11.0174 3.62552 10.4819 3.8087 9.9975L4.86496 7.20429L4.88267 7.15745C5.08097 6.63293 5.25836 6.1637 5.45558 5.79001C5.67239 5.37921 5.95031 5.00757 6.39101 4.72758C6.82503 4.45184 7.29283 4.34409 7.77624 4.29544C8.199 4.2529 8.70706 4.25016 9.29013 4.25001C9.26347 4.10307 9.25 3.95206 9.25 3.8C9.25 3.17553 9.41739 2.57625 9.72743 2.11118C10.034 1.65136 10.5398 1.25 11.2 1.25H12.8C13.4602 1.25 13.966 1.65136 14.2726 2.11118C14.5826 2.57625 14.75 3.17553 14.75 3.8C14.75 3.95206 14.7365 4.10307 14.7099 4.25001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-road{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 22.875C1.44772 22.875 1 22.4273 1 21.875L1 11.875C0.999999 11.3227 1.44771 10.875 2 10.875C2.55228 10.875 3 11.3227 3 11.875L3 21.875C3 22.4273 2.55228 22.875 2 22.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 22.875C21.4477 22.875 21 22.4273 21 21.875L21 11.875C21 11.3227 21.4477 10.875 22 10.875C22.5523 10.875 23 11.3227 23 11.875L23 21.875C23 22.4273 22.5523 22.875 22 22.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.875C11.4477 22.875 11 22.4273 11 21.875V20.875C11 20.3227 11.4477 19.875 12 19.875C12.5523 19.875 13 20.3227 13 20.875V21.875C13 22.4273 12.5523 22.875 12 22.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 18.375C11.4477 18.375 11 17.9273 11 17.375V16.375C11 15.8227 11.4477 15.375 12 15.375C12.5523 15.375 13 15.8227 13 16.375V17.375C13 17.9273 12.5523 18.375 12 18.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1942 1.125C10.2099 1.12501 10.2257 1.12501 10.2415 1.12501H13.7585C13.7743 1.12501 13.7901 1.12501 13.8058 1.125C14.2325 1.12495 14.6329 1.1249 14.9684 1.16408C15.3436 1.20791 15.7323 1.30904 16.0915 1.57386C16.4468 1.83591 16.656 2.172 16.8092 2.50893C16.9488 2.81605 17.0735 3.19885 17.2095 3.61617L17.9546 5.90305C18.1153 6.39642 17.8361 6.92364 17.3308 7.08062C16.8256 7.2376 16.2858 6.9649 16.125 6.47153L15.3937 4.227C15.2394 3.75327 15.146 3.47101 15.0545 3.26986C15.0125 3.17755 14.9818 3.12771 14.9623 3.10092C14.9459 3.0785 14.9376 3.07238 14.9347 3.07026C14.9322 3.06838 14.9265 3.06414 14.9078 3.05781C14.8834 3.04956 14.834 3.03667 14.7404 3.02573C14.5327 3.00148 14.2492 2.99993 13.7585 2.99993H10.2415C9.75083 2.99993 9.46726 3.00148 9.2596 3.02573C9.16598 3.03667 9.11664 3.04956 9.09223 3.05781C9.07352 3.06414 9.06832 3.06801 9.06579 3.06989C9.06292 3.07201 9.05409 3.0785 9.03775 3.10091C9.01821 3.12771 8.98748 3.17755 8.9455 3.26986C8.85403 3.47101 8.76065 3.75327 8.60629 4.227L7.87499 6.47153C7.71424 6.9649 7.17437 7.2376 6.66915 7.08062C6.16394 6.92364 5.8847 6.39642 6.04545 5.90305L6.77676 3.65852C6.78137 3.64436 6.78597 3.63024 6.79055 3.61616C6.92648 3.19885 7.05116 2.81604 7.19081 2.50893C7.34402 2.172 7.55316 1.83591 7.90854 1.57386C8.26767 1.30904 8.65639 1.20791 9.03159 1.16408C9.36706 1.1249 9.76748 1.12495 10.1942 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 11.875C7.55228 11.875 8 12.3227 8 12.875V14.375C8 14.9273 7.55228 15.375 7 15.375C6.44772 15.375 6 14.9273 6 14.375V12.875C6 12.3227 6.44772 11.875 7 11.875ZM17 11.875C17.5523 11.875 18 12.3227 18 12.875V14.375C18 14.9273 17.5523 15.375 17 15.375C16.4477 15.375 16 14.9273 16 14.375V12.875C16 12.3227 16.4477 11.875 17 11.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.81359 5.07526C5.06985 4.58603 5.6742 4.39717 6.16343 4.65343L6.86343 5.0201C7.35266 5.27637 7.54152 5.88071 7.28525 6.36994C7.02899 6.85917 6.42465 7.04803 5.93542 6.79176L5.23542 6.4251C4.74618 6.16883 4.55733 5.56449 4.81359 5.07526ZM19.1853 5.07526C19.4415 5.56449 19.2527 6.16883 18.7634 6.4251L18.0634 6.79176C17.5742 7.04803 16.9699 6.85917 16.7136 6.36994C16.4573 5.88071 16.6462 5.27636 17.1354 5.0201L17.8354 4.65343C18.3246 4.39717 18.929 4.58603 19.1853 5.07526Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.75 5.52344C6.5376 5.52344 6.33517 5.61349 6.19295 5.77125C6.13193 5.83893 6.06358 5.91302 5.99018 5.99259L5.99018 5.99259L5.99018 5.99259C5.69669 6.31073 5.32245 6.71641 5.01311 7.15017C4.62444 7.69515 4.25 8.39863 4.25 9.20649V11.7516C4.25 12.4477 4.70348 13.2013 5.51521 13.3138L7.69699 13.6163C7.73113 13.6211 7.76554 13.6234 7.8 13.6234H16.2C16.2345 13.6234 16.2689 13.6211 16.303 13.6163L18.4848 13.3138C19.2965 13.2013 19.75 12.4477 19.75 11.7516V9.20649C19.75 8.39863 19.3756 7.69516 18.9869 7.15017C18.6775 6.71641 18.3033 6.31073 18.0098 5.99259C17.9364 5.91302 17.8681 5.83893 17.8071 5.77125C17.6648 5.61349 17.4624 5.52344 17.25 5.52344H6.75ZM18.2474 9.54818C18.6384 9.41171 18.8449 8.98404 18.7084 8.59295C18.5719 8.20187 18.1443 7.99545 17.7532 8.13192L16.7032 8.49831C16.3121 8.63477 16.1057 9.06244 16.2421 9.45353C16.3786 9.84462 16.8063 10.051 17.1974 9.91456L18.2474 9.54818ZM6.4294 8.22502C6.08976 7.98791 5.62222 8.07102 5.38511 8.41065C5.14799 8.75028 5.2311 9.21783 5.57073 9.45494L6.62073 10.188C6.96037 10.4251 7.42791 10.342 7.66502 10.0024C7.90214 9.66273 7.81903 9.19519 7.4794 8.95807L6.4294 8.22502ZM10.5003 9.62354C10.086 9.62354 9.75026 9.95933 9.75026 10.3735C9.75026 10.7878 10.086 11.1235 10.5003 11.1235H13.5003C13.9145 11.1235 14.2503 10.7878 14.2503 10.3735C14.2503 9.95933 13.9145 9.62354 13.5003 9.62354H10.5003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 22.875C1.44772 22.875 1 22.4273 1 21.875L1 11.875C0.999999 11.3227 1.44771 10.875 2 10.875C2.55228 10.875 3 11.3227 3 11.875L3 21.875C3 22.4273 2.55228 22.875 2 22.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 22.875C21.4477 22.875 21 22.4273 21 21.875L21 11.875C21 11.3227 21.4477 10.875 22 10.875C22.5523 10.875 23 11.3227 23 11.875L23 21.875C23 22.4273 22.5523 22.875 22 22.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.875C11.4477 22.875 11 22.4273 11 21.875V20.875C11 20.3227 11.4477 19.875 12 19.875C12.5523 19.875 13 20.3227 13 20.875V21.875C13 22.4273 12.5523 22.875 12 22.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 18.375C11.4477 18.375 11 17.9273 11 17.375V16.375C11 15.8227 11.4477 15.375 12 15.375C12.5523 15.375 13 15.8227 13 16.375V17.375C13 17.9273 12.5523 18.375 12 18.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1942 1.125C10.2099 1.12501 10.2257 1.12501 10.2415 1.12501H13.7585C13.7743 1.12501 13.7901 1.12501 13.8058 1.125C14.2325 1.12495 14.6329 1.1249 14.9684 1.16408C15.3436 1.20791 15.7323 1.30904 16.0915 1.57386C16.4468 1.83591 16.656 2.172 16.8092 2.50893C16.9488 2.81605 17.0735 3.19885 17.2095 3.61617L17.9546 5.90305C18.1153 6.39642 17.8361 6.92364 17.3308 7.08062C16.8256 7.2376 16.2858 6.9649 16.125 6.47153L15.3937 4.227C15.2394 3.75327 15.146 3.47101 15.0545 3.26986C15.0125 3.17755 14.9818 3.12771 14.9623 3.10092C14.9459 3.0785 14.9376 3.07238 14.9347 3.07026C14.9322 3.06838 14.9265 3.06414 14.9078 3.05781C14.8834 3.04956 14.834 3.03667 14.7404 3.02573C14.5327 3.00148 14.2492 2.99993 13.7585 2.99993H10.2415C9.75083 2.99993 9.46726 3.00148 9.2596 3.02573C9.16598 3.03667 9.11664 3.04956 9.09223 3.05781C9.07352 3.06414 9.06832 3.06801 9.06579 3.06989C9.06292 3.07201 9.05409 3.0785 9.03775 3.10091C9.01821 3.12771 8.98748 3.17755 8.9455 3.26986C8.85403 3.47101 8.76065 3.75327 8.60629 4.227L7.87499 6.47153C7.71424 6.9649 7.17437 7.2376 6.66915 7.08062C6.16394 6.92364 5.8847 6.39642 6.04545 5.90305L6.77676 3.65852C6.78137 3.64436 6.78597 3.63024 6.79055 3.61616C6.92648 3.19885 7.05116 2.81604 7.19081 2.50893C7.34402 2.172 7.55316 1.83591 7.90854 1.57386C8.26767 1.30904 8.65639 1.20791 9.03159 1.16408C9.36706 1.1249 9.76748 1.12495 10.1942 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 11.875C7.55228 11.875 8 12.3227 8 12.875V14.375C8 14.9273 7.55228 15.375 7 15.375C6.44772 15.375 6 14.9273 6 14.375V12.875C6 12.3227 6.44772 11.875 7 11.875ZM17 11.875C17.5523 11.875 18 12.3227 18 12.875V14.375C18 14.9273 17.5523 15.375 17 15.375C16.4477 15.375 16 14.9273 16 14.375V12.875C16 12.3227 16.4477 11.875 17 11.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.81359 5.07526C5.06985 4.58603 5.6742 4.39717 6.16343 4.65343L6.86343 5.0201C7.35266 5.27637 7.54152 5.88071 7.28525 6.36994C7.02899 6.85917 6.42465 7.04803 5.93542 6.79176L5.23542 6.4251C4.74618 6.16883 4.55733 5.56449 4.81359 5.07526ZM19.1853 5.07526C19.4415 5.56449 19.2527 6.16883 18.7634 6.4251L18.0634 6.79176C17.5742 7.04803 16.9699 6.85917 16.7136 6.36994C16.4573 5.88071 16.6462 5.27636 17.1354 5.0201L17.8354 4.65343C18.3246 4.39717 18.929 4.58603 19.1853 5.07526Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.75 5.52344C6.5376 5.52344 6.33517 5.61349 6.19295 5.77125C6.13193 5.83893 6.06358 5.91302 5.99018 5.99259L5.99018 5.99259L5.99018 5.99259C5.69669 6.31073 5.32245 6.71641 5.01311 7.15017C4.62444 7.69515 4.25 8.39863 4.25 9.20649V11.7516C4.25 12.4477 4.70348 13.2013 5.51521 13.3138L7.69699 13.6163C7.73113 13.6211 7.76554 13.6234 7.8 13.6234H16.2C16.2345 13.6234 16.2689 13.6211 16.303 13.6163L18.4848 13.3138C19.2965 13.2013 19.75 12.4477 19.75 11.7516V9.20649C19.75 8.39863 19.3756 7.69516 18.9869 7.15017C18.6775 6.71641 18.3033 6.31073 18.0098 5.99259C17.9364 5.91302 17.8681 5.83893 17.8071 5.77125C17.6648 5.61349 17.4624 5.52344 17.25 5.52344H6.75ZM18.2474 9.54818C18.6384 9.41171 18.8449 8.98404 18.7084 8.59295C18.5719 8.20187 18.1443 7.99545 17.7532 8.13192L16.7032 8.49831C16.3121 8.63477 16.1057 9.06244 16.2421 9.45353C16.3786 9.84462 16.8063 10.051 17.1974 9.91456L18.2474 9.54818ZM6.4294 8.22502C6.08976 7.98791 5.62222 8.07102 5.38511 8.41065C5.14799 8.75028 5.2311 9.21783 5.57073 9.45494L6.62073 10.188C6.96037 10.4251 7.42791 10.342 7.66502 10.0024C7.90214 9.66273 7.81903 9.19519 7.4794 8.95807L6.4294 8.22502ZM10.5003 9.62354C10.086 9.62354 9.75026 9.95933 9.75026 10.3735C9.75026 10.7878 10.086 11.1235 10.5003 11.1235H13.5003C13.9145 11.1235 14.2503 10.7878 14.2503 10.3735C14.2503 9.95933 13.9145 9.62354 13.5003 9.62354H10.5003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-rocket{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.5149 1.50947C22.2955 1.28078 21.812 1.25003 21.8115 1.25C21.8115 1.25 21.8115 1.25 21.8115 1.25C20.2903 1.24997 19.4409 1.24995 18.6238 1.37756C17.3626 1.57454 16.1506 1.99609 15.044 2.61886C14.6362 2.8484 14.4322 2.96317 14.4578 3.10338C14.4833 3.24359 14.7301 3.28154 15.2238 3.35742C16.746 3.59139 18.0043 4.19135 18.9413 5.15166C19.8641 6.09731 20.42 7.33583 20.6424 8.7758C20.7187 9.26951 20.7568 9.51637 20.897 9.54183C21.0372 9.56728 21.1519 9.36335 21.3815 8.95547C22.0041 7.84907 22.4255 6.63719 22.6225 5.3762C22.7501 4.55915 22.75 3.70975 22.75 2.18853C22.75 2.18851 22.75 2.18855 22.75 2.18853C22.75 2.18779 22.7282 1.73177 22.5149 1.50947Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.2505 11.4767C19.2505 11.5578 19.2505 11.5983 19.2354 11.6349C19.2203 11.6715 19.1919 11.7002 19.1349 11.7576C18.9536 11.9404 18.7559 12.1382 18.5388 12.3552L16.7864 14.1077C16.7255 14.1685 16.6951 14.1989 16.6799 14.238C16.6646 14.2771 16.6664 14.3197 16.6701 14.4049C16.6781 14.5956 16.6884 14.8011 16.6982 14.9951C16.7212 15.4482 16.7456 15.9307 16.7495 16.4123C16.7574 17.3867 16.6843 18.4434 16.2952 19.3827C16.0017 20.0914 15.5281 20.677 15.0514 21.1751C14.8117 21.4256 14.562 21.6634 14.3253 21.8862C14.124 22.0755 13.8301 22.3518 13.6516 22.5303C13.4757 22.7063 13.2239 22.7835 12.9795 22.7365C12.7351 22.6894 12.53 22.5242 12.4319 22.2954L11.0748 19.1287C11.0597 19.0935 11.0521 19.0759 11.0422 19.0608C11.0176 19.0237 10.9814 18.9958 10.9392 18.9817C10.9221 18.9759 10.9031 18.9731 10.8652 18.9676C10.8503 18.9654 10.8428 18.9643 10.8359 18.9638C10.818 18.9625 10.8025 18.9633 10.7849 18.9665C10.778 18.9678 10.7702 18.9698 10.7545 18.9738C10.5109 19.0361 9.79879 19.2033 9.64526 19.234C9.45269 19.2725 9.26164 19.3105 9.09319 19.3276C8.91405 19.3458 8.70703 19.3473 8.48603 19.2804C8.26504 19.2135 8.09362 19.0974 7.95468 18.9829C7.82403 18.8752 7.68612 18.7376 7.54726 18.5988L5.40126 16.4527C5.2624 16.3139 5.12483 16.176 5.01712 16.0453C4.90258 15.9064 4.7865 15.735 4.71959 15.514C4.65268 15.293 4.65418 15.086 4.67241 14.9068C4.68956 14.7384 4.72753 14.5473 4.76604 14.3548C4.79675 14.2012 4.96389 13.4891 5.02623 13.2455C5.03024 13.2298 5.03224 13.222 5.03349 13.2152C5.03671 13.1975 5.03753 13.182 5.03619 13.1641C5.03567 13.1572 5.03457 13.1497 5.03239 13.1348C5.02687 13.0969 5.0241 13.0779 5.01836 13.0608C5.00416 13.0186 4.9763 12.9824 4.93917 12.9578C4.92415 12.9479 4.90654 12.9403 4.87134 12.9253L1.70457 11.5681C1.47583 11.47 1.31061 11.2649 1.26354 11.0205C1.21648 10.7762 1.29371 10.5244 1.46968 10.3484C1.6482 10.1699 1.92453 9.87601 2.11383 9.67467C2.33665 9.43805 2.57438 9.18827 2.8249 8.94858C3.32305 8.47194 3.90861 7.99833 4.6173 7.70478C5.55662 7.3157 6.61333 7.24265 7.5877 7.25055C8.06928 7.25445 8.55177 7.27885 9.00485 7.30176C9.19885 7.31157 9.40442 7.32187 9.59517 7.32996C9.68031 7.33357 9.72288 7.33538 9.762 7.32014C9.80113 7.30489 9.83154 7.27448 9.89236 7.21366L11.6448 5.46123C11.8617 5.24434 12.0592 5.04676 12.242 4.86552C12.2993 4.8086 12.328 4.78014 12.3646 4.76507C12.4012 4.75 12.4418 4.75 12.5229 4.75H13.9891C15.154 4.78589 16.0987 5.02943 16.8465 5.4336C17.0335 5.53467 17.127 5.5852 17.1415 5.68453C17.1559 5.78386 17.0761 5.86374 16.9163 6.02351L15.9701 6.96967C15.6772 7.26256 15.6772 7.73744 15.9701 8.03033C16.263 8.32322 16.7379 8.32322 17.0308 8.03033L17.9759 7.08527C18.1358 6.92535 18.2157 6.84539 18.3151 6.85993C18.4145 6.87447 18.465 6.96813 18.5661 7.15545C18.977 7.91705 19.2152 8.86827 19.2505 10.0113V11.4767Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.70711 11.2929C5.09763 11.6834 5.09763 12.3166 4.70711 12.7071L3.70711 13.7071C3.31658 14.0976 2.68342 14.0976 2.29289 13.7071C1.90237 13.3166 1.90237 12.6834 2.29289 12.2929L3.29289 11.2929C3.68342 10.9024 4.31658 10.9024 4.70711 11.2929ZM12.7071 19.2929C13.0976 19.6834 13.0976 20.3166 12.7071 20.7071L11.7071 21.7071C11.3166 22.0976 10.6834 22.0976 10.2929 21.7071C9.90237 21.3166 9.90237 20.6834 10.2929 20.2929L11.2929 19.2929C11.6834 18.9024 12.3166 18.9024 12.7071 19.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.5149 1.50947C22.2955 1.28078 21.812 1.25003 21.8115 1.25C21.8115 1.25 21.8115 1.25 21.8115 1.25C20.2903 1.24997 19.4409 1.24995 18.6238 1.37756C17.3626 1.57454 16.1506 1.99609 15.044 2.61886C14.6362 2.8484 14.4322 2.96317 14.4578 3.10338C14.4833 3.24359 14.7301 3.28154 15.2238 3.35742C16.746 3.59139 18.0043 4.19135 18.9413 5.15166C19.8641 6.09731 20.42 7.33583 20.6424 8.7758C20.7187 9.26951 20.7568 9.51637 20.897 9.54183C21.0372 9.56728 21.1519 9.36335 21.3815 8.95547C22.0041 7.84907 22.4255 6.63719 22.6225 5.3762C22.7501 4.55915 22.75 3.70975 22.75 2.18853C22.75 2.18851 22.75 2.18855 22.75 2.18853C22.75 2.18779 22.7282 1.73177 22.5149 1.50947Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.2505 11.4767C19.2505 11.5578 19.2505 11.5983 19.2354 11.6349C19.2203 11.6715 19.1919 11.7002 19.1349 11.7576C18.9536 11.9404 18.7559 12.1382 18.5388 12.3552L16.7864 14.1077C16.7255 14.1685 16.6951 14.1989 16.6799 14.238C16.6646 14.2771 16.6664 14.3197 16.6701 14.4049C16.6781 14.5956 16.6884 14.8011 16.6982 14.9951C16.7212 15.4482 16.7456 15.9307 16.7495 16.4123C16.7574 17.3867 16.6843 18.4434 16.2952 19.3827C16.0017 20.0914 15.5281 20.677 15.0514 21.1751C14.8117 21.4256 14.562 21.6634 14.3253 21.8862C14.124 22.0755 13.8301 22.3518 13.6516 22.5303C13.4757 22.7063 13.2239 22.7835 12.9795 22.7365C12.7351 22.6894 12.53 22.5242 12.4319 22.2954L11.0748 19.1287C11.0597 19.0935 11.0521 19.0759 11.0422 19.0608C11.0176 19.0237 10.9814 18.9958 10.9392 18.9817C10.9221 18.9759 10.9031 18.9731 10.8652 18.9676C10.8503 18.9654 10.8428 18.9643 10.8359 18.9638C10.818 18.9625 10.8025 18.9633 10.7849 18.9665C10.778 18.9678 10.7702 18.9698 10.7545 18.9738C10.5109 19.0361 9.79879 19.2033 9.64526 19.234C9.45269 19.2725 9.26164 19.3105 9.09319 19.3276C8.91405 19.3458 8.70703 19.3473 8.48603 19.2804C8.26504 19.2135 8.09362 19.0974 7.95468 18.9829C7.82403 18.8752 7.68612 18.7376 7.54726 18.5988L5.40126 16.4527C5.2624 16.3139 5.12483 16.176 5.01712 16.0453C4.90258 15.9064 4.7865 15.735 4.71959 15.514C4.65268 15.293 4.65418 15.086 4.67241 14.9068C4.68956 14.7384 4.72753 14.5473 4.76604 14.3548C4.79675 14.2012 4.96389 13.4891 5.02623 13.2455C5.03024 13.2298 5.03224 13.222 5.03349 13.2152C5.03671 13.1975 5.03753 13.182 5.03619 13.1641C5.03567 13.1572 5.03457 13.1497 5.03239 13.1348C5.02687 13.0969 5.0241 13.0779 5.01836 13.0608C5.00416 13.0186 4.9763 12.9824 4.93917 12.9578C4.92415 12.9479 4.90654 12.9403 4.87134 12.9253L1.70457 11.5681C1.47583 11.47 1.31061 11.2649 1.26354 11.0205C1.21648 10.7762 1.29371 10.5244 1.46968 10.3484C1.6482 10.1699 1.92453 9.87601 2.11383 9.67467C2.33665 9.43805 2.57438 9.18827 2.8249 8.94858C3.32305 8.47194 3.90861 7.99833 4.6173 7.70478C5.55662 7.3157 6.61333 7.24265 7.5877 7.25055C8.06928 7.25445 8.55177 7.27885 9.00485 7.30176C9.19885 7.31157 9.40442 7.32187 9.59517 7.32996C9.68031 7.33357 9.72288 7.33538 9.762 7.32014C9.80113 7.30489 9.83154 7.27448 9.89236 7.21366L11.6448 5.46123C11.8617 5.24434 12.0592 5.04676 12.242 4.86552C12.2993 4.8086 12.328 4.78014 12.3646 4.76507C12.4012 4.75 12.4418 4.75 12.5229 4.75H13.9891C15.154 4.78589 16.0987 5.02943 16.8465 5.4336C17.0335 5.53467 17.127 5.5852 17.1415 5.68453C17.1559 5.78386 17.0761 5.86374 16.9163 6.02351L15.9701 6.96967C15.6772 7.26256 15.6772 7.73744 15.9701 8.03033C16.263 8.32322 16.7379 8.32322 17.0308 8.03033L17.9759 7.08527C18.1358 6.92535 18.2157 6.84539 18.3151 6.85993C18.4145 6.87447 18.465 6.96813 18.5661 7.15545C18.977 7.91705 19.2152 8.86827 19.2505 10.0113V11.4767Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.70711 11.2929C5.09763 11.6834 5.09763 12.3166 4.70711 12.7071L3.70711 13.7071C3.31658 14.0976 2.68342 14.0976 2.29289 13.7071C1.90237 13.3166 1.90237 12.6834 2.29289 12.2929L3.29289 11.2929C3.68342 10.9024 4.31658 10.9024 4.70711 11.2929ZM12.7071 19.2929C13.0976 19.6834 13.0976 20.3166 12.7071 20.7071L11.7071 21.7071C11.3166 22.0976 10.6834 22.0976 10.2929 21.7071C9.90237 21.3166 9.90237 20.6834 10.2929 20.2929L11.2929 19.2929C11.6834 18.9024 12.3166 18.9024 12.7071 19.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-school-bus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 17.75C7.05228 17.75 7.5 18.1977 7.5 18.75V21.75C7.5 22.3023 7.05228 22.75 6.5 22.75C5.94772 22.75 5.5 22.3023 5.5 21.75V18.75C5.5 18.1977 5.94772 17.75 6.5 17.75ZM17.5 17.75C18.0523 17.75 18.5 18.1977 18.5 18.75V21.75C18.5 22.3023 18.0523 22.75 17.5 22.75C16.9477 22.75 16.5 22.3023 16.5 21.75V18.75C16.5 18.1977 16.9477 17.75 17.5 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9289 1.25H12.0711C13.8439 1.24998 15.2729 1.24996 16.3967 1.40128C17.5635 1.55839 18.546 1.8945 19.3262 2.67593C20.1065 3.45737 20.4421 4.44128 20.599 5.60984C20.7501 6.73538 20.75 8.16647 20.75 9.94195V13.003C20.75 14.3215 20.7501 15.4087 20.6346 16.2691C20.5133 17.1726 20.2489 17.9704 19.611 18.6093C18.9731 19.2481 18.1764 19.5129 17.2744 19.6344C16.4152 19.7501 15.3296 19.75 14.0131 19.75H9.98695C8.67049 19.75 7.58483 19.7501 6.72564 19.6344C5.82358 19.5129 5.02692 19.2481 4.38904 18.6093C3.75115 17.9704 3.48674 17.1726 3.36546 16.2691C3.24995 15.4087 3.24997 14.3214 3.25 13.003V9.94188C3.24998 8.16647 3.24996 6.73534 3.40105 5.60984C3.55793 4.44128 3.89353 3.45737 4.67379 2.67593C5.45405 1.8945 6.43648 1.55839 7.60329 1.40128C8.72711 1.24996 10.1561 1.24998 11.9289 1.25ZM5.19434 10.0132C5.19434 8.54006 5.19563 7.41928 5.2612 6.52993C5.27936 6.28359 5.28844 6.16042 5.37478 6.08021C5.46112 6 5.58877 6 5.84408 6H10.4C10.6828 6 10.8243 6 10.9121 6.08787C11 6.17574 11 6.31716 11 6.6V11.4C11 11.6828 11 11.8243 10.9121 11.9121C10.8243 12 10.6828 12 10.4 12H5.79434C5.5115 12 5.37007 12 5.28221 11.9121C5.19434 11.8243 5.19434 11.6828 5.19434 11.4V10.0132ZM13.6 12C13.3172 12 13.1757 12 13.0879 11.9121C13 11.8243 13 11.6828 13 11.4V6.6C13 6.31716 13 6.17574 13.0879 6.08787C13.1757 6 13.3172 6 13.6 6H18.1557C18.411 6 18.5387 6 18.625 6.08021C18.7113 6.16042 18.7204 6.28359 18.7386 6.52993C18.8042 7.41928 18.8054 8.54006 18.8054 10.0132V11.4C18.8054 11.6828 18.8054 11.8243 18.7176 11.9121C18.6297 12 18.4883 12 18.2054 12H13.6ZM7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17H8C8.55229 17 9 16.5523 9 16C9 15.4477 8.55229 15 8 15H7ZM16 15C15.4477 15 15 15.4477 15 16C15 16.5523 15.4477 17 16 17H17C17.5523 17 18 16.5523 18 16C18 15.4477 17.5523 15 17 15H16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 7C2.05228 7 2.5 7.44772 2.5 8V10C2.5 10.5523 2.05228 11 1.5 11C0.947715 11 0.5 10.5523 0.5 10L0.5 8C0.5 7.44772 0.947715 7 1.5 7ZM22.5 7C23.0523 7 23.5 7.44772 23.5 8V10C23.5 10.5523 23.0523 11 22.5 11C21.9477 11 21.5 10.5523 21.5 10V8C21.5 7.44772 21.9477 7 22.5 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 17.75C7.05228 17.75 7.5 18.1977 7.5 18.75V21.75C7.5 22.3023 7.05228 22.75 6.5 22.75C5.94772 22.75 5.5 22.3023 5.5 21.75V18.75C5.5 18.1977 5.94772 17.75 6.5 17.75ZM17.5 17.75C18.0523 17.75 18.5 18.1977 18.5 18.75V21.75C18.5 22.3023 18.0523 22.75 17.5 22.75C16.9477 22.75 16.5 22.3023 16.5 21.75V18.75C16.5 18.1977 16.9477 17.75 17.5 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9289 1.25H12.0711C13.8439 1.24998 15.2729 1.24996 16.3967 1.40128C17.5635 1.55839 18.546 1.8945 19.3262 2.67593C20.1065 3.45737 20.4421 4.44128 20.599 5.60984C20.7501 6.73538 20.75 8.16647 20.75 9.94195V13.003C20.75 14.3215 20.7501 15.4087 20.6346 16.2691C20.5133 17.1726 20.2489 17.9704 19.611 18.6093C18.9731 19.2481 18.1764 19.5129 17.2744 19.6344C16.4152 19.7501 15.3296 19.75 14.0131 19.75H9.98695C8.67049 19.75 7.58483 19.7501 6.72564 19.6344C5.82358 19.5129 5.02692 19.2481 4.38904 18.6093C3.75115 17.9704 3.48674 17.1726 3.36546 16.2691C3.24995 15.4087 3.24997 14.3214 3.25 13.003V9.94188C3.24998 8.16647 3.24996 6.73534 3.40105 5.60984C3.55793 4.44128 3.89353 3.45737 4.67379 2.67593C5.45405 1.8945 6.43648 1.55839 7.60329 1.40128C8.72711 1.24996 10.1561 1.24998 11.9289 1.25ZM5.19434 10.0132C5.19434 8.54006 5.19563 7.41928 5.2612 6.52993C5.27936 6.28359 5.28844 6.16042 5.37478 6.08021C5.46112 6 5.58877 6 5.84408 6H10.4C10.6828 6 10.8243 6 10.9121 6.08787C11 6.17574 11 6.31716 11 6.6V11.4C11 11.6828 11 11.8243 10.9121 11.9121C10.8243 12 10.6828 12 10.4 12H5.79434C5.5115 12 5.37007 12 5.28221 11.9121C5.19434 11.8243 5.19434 11.6828 5.19434 11.4V10.0132ZM13.6 12C13.3172 12 13.1757 12 13.0879 11.9121C13 11.8243 13 11.6828 13 11.4V6.6C13 6.31716 13 6.17574 13.0879 6.08787C13.1757 6 13.3172 6 13.6 6H18.1557C18.411 6 18.5387 6 18.625 6.08021C18.7113 6.16042 18.7204 6.28359 18.7386 6.52993C18.8042 7.41928 18.8054 8.54006 18.8054 10.0132V11.4C18.8054 11.6828 18.8054 11.8243 18.7176 11.9121C18.6297 12 18.4883 12 18.2054 12H13.6ZM7 15C6.44772 15 6 15.4477 6 16C6 16.5523 6.44772 17 7 17H8C8.55229 17 9 16.5523 9 16C9 15.4477 8.55229 15 8 15H7ZM16 15C15.4477 15 15 15.4477 15 16C15 16.5523 15.4477 17 16 17H17C17.5523 17 18 16.5523 18 16C18 15.4477 17.5523 15 17 15H16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 7C2.05228 7 2.5 7.44772 2.5 8V10C2.5 10.5523 2.05228 11 1.5 11C0.947715 11 0.5 10.5523 0.5 10L0.5 8C0.5 7.44772 0.947715 7 1.5 7ZM22.5 7C23.0523 7 23.5 7.44772 23.5 8V10C23.5 10.5523 23.0523 11 22.5 11C21.9477 11 21.5 10.5523 21.5 10V8C21.5 7.44772 21.9477 7 22.5 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-scooter-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.08163 14.4062C1.77389 11.1507 3.9167 9.125 6.62275 9.125C9.42822 9.125 11.6189 11.2965 12.2314 14.7529L12.2403 14.803C12.3081 15.1849 12.3748 15.5611 12.375 15.8856C12.3751 16.2726 12.2835 16.6545 11.9921 17.0007C11.6868 17.3634 11.296 17.5093 10.9063 17.5711C10.5652 17.6252 10.1476 17.6251 9.70307 17.625L9.65251 17.625H3.60076L3.54286 17.625C3.09931 17.6251 2.66465 17.6253 2.30689 17.5551C1.87492 17.4703 1.48146 17.2718 1.19486 16.8482C0.933893 16.4625 0.859817 16.064 0.877469 15.6501C0.892653 15.2941 0.979567 14.8857 1.07117 14.4553L1.08163 14.4062Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.625 6.875C3.625 6.32272 4.07272 5.875 4.625 5.875H8.625C9.17728 5.875 9.625 6.32272 9.625 6.875C9.625 7.42728 9.17728 7.875 8.625 7.875H4.625C4.07272 7.875 3.625 7.42728 3.625 6.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.625 15.875C4.17728 15.875 4.625 16.3227 4.625 16.875C4.625 17.9796 5.52043 18.875 6.625 18.875C7.72957 18.875 8.625 17.9796 8.625 16.875C8.625 16.3227 9.07272 15.875 9.625 15.875C10.1773 15.875 10.625 16.3227 10.625 16.875C10.625 19.0841 8.83414 20.875 6.625 20.875C4.41586 20.875 2.625 19.0841 2.625 16.875C2.625 16.3227 3.07272 15.875 3.625 15.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.125 15.375C19.5727 15.375 19.125 15.8227 19.125 16.375C19.125 16.9273 19.5727 17.375 20.125 17.375C20.6773 17.375 21.125 16.9273 21.125 16.375C21.125 15.8227 20.6773 15.375 20.125 15.375ZM17.125 16.375C17.125 14.7181 18.4681 13.375 20.125 13.375C21.7819 13.375 23.125 14.7181 23.125 16.375C23.125 18.0319 21.7819 19.375 20.125 19.375C18.4681 19.375 17.125 18.0319 17.125 16.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6038 5.12695C15.2344 5.12257 14.8647 5.12671 14.4953 5.12671C13.943 5.12671 13.4953 4.679 13.4953 4.12671C13.4953 3.57443 13.943 3.12671 14.4953 3.12671C14.8726 3.12671 15.2501 3.12262 15.6274 3.12709C17.5421 3.14974 19.3729 4.24263 20.2223 5.97254C20.7321 7.01088 19.9324 8.10363 18.8879 8.12635C18.4085 8.13678 17.928 8.13038 17.4481 8.12771C17.3053 8.12692 17.2339 8.12652 17.2042 8.17345C17.1746 8.22037 17.2058 8.28483 17.2681 8.41374C17.4289 8.74649 17.5897 9.07925 17.7505 9.41198C17.9256 9.77412 18.0885 10.1111 18.1963 10.4096C18.3159 10.7404 18.3989 11.1023 18.3549 11.5124C18.311 11.9219 18.1534 12.2583 17.9673 12.5567C17.7989 12.8269 17.5685 13.124 17.3199 13.4446L15.7014 15.5323C15.3018 16.0477 14.9178 16.5828 14.3266 16.868C13.7836 17.13 13.1737 17.1285 12.5527 17.127C12.1601 17.126 11.7676 17.1267 11.375 17.1267C10.8227 17.1267 10.375 16.679 10.375 16.1267C10.375 15.5744 10.8227 15.1267 11.375 15.1267H12.4093C13.4139 15.1267 13.5079 15.0975 14.1208 14.3069L15.7132 12.2528C15.9967 11.8872 16.1625 11.6714 16.2702 11.4986C16.3735 11.3328 16.3817 11.2728 16.3154 11.0894C16.2471 10.9003 16.1312 10.6576 15.9311 10.2437C15.5865 9.53064 15.2433 8.81693 14.8973 8.1046C14.8485 8.00407 14.7698 7.84219 14.723 7.6901C14.6662 7.50552 14.5757 7.08388 14.8529 6.6662C15.1216 6.26129 15.5308 6.17364 15.7086 6.14828C15.877 6.12426 16.0728 6.12671 16.1875 6.12671H17.4562C17.6568 6.12671 17.7572 6.12671 17.7805 6.05937C17.8037 5.99203 17.7284 5.93288 17.5776 5.81458C17.0345 5.38832 16.3437 5.1357 15.6038 5.12695Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.08163 14.4062C1.77389 11.1507 3.9167 9.125 6.62275 9.125C9.42822 9.125 11.6189 11.2965 12.2314 14.7529L12.2403 14.803C12.3081 15.1849 12.3748 15.5611 12.375 15.8856C12.3751 16.2726 12.2835 16.6545 11.9921 17.0007C11.6868 17.3634 11.296 17.5093 10.9063 17.5711C10.5652 17.6252 10.1476 17.6251 9.70307 17.625L9.65251 17.625H3.60076L3.54286 17.625C3.09931 17.6251 2.66465 17.6253 2.30689 17.5551C1.87492 17.4703 1.48146 17.2718 1.19486 16.8482C0.933893 16.4625 0.859817 16.064 0.877469 15.6501C0.892653 15.2941 0.979567 14.8857 1.07117 14.4553L1.08163 14.4062Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.625 6.875C3.625 6.32272 4.07272 5.875 4.625 5.875H8.625C9.17728 5.875 9.625 6.32272 9.625 6.875C9.625 7.42728 9.17728 7.875 8.625 7.875H4.625C4.07272 7.875 3.625 7.42728 3.625 6.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.625 15.875C4.17728 15.875 4.625 16.3227 4.625 16.875C4.625 17.9796 5.52043 18.875 6.625 18.875C7.72957 18.875 8.625 17.9796 8.625 16.875C8.625 16.3227 9.07272 15.875 9.625 15.875C10.1773 15.875 10.625 16.3227 10.625 16.875C10.625 19.0841 8.83414 20.875 6.625 20.875C4.41586 20.875 2.625 19.0841 2.625 16.875C2.625 16.3227 3.07272 15.875 3.625 15.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.125 15.375C19.5727 15.375 19.125 15.8227 19.125 16.375C19.125 16.9273 19.5727 17.375 20.125 17.375C20.6773 17.375 21.125 16.9273 21.125 16.375C21.125 15.8227 20.6773 15.375 20.125 15.375ZM17.125 16.375C17.125 14.7181 18.4681 13.375 20.125 13.375C21.7819 13.375 23.125 14.7181 23.125 16.375C23.125 18.0319 21.7819 19.375 20.125 19.375C18.4681 19.375 17.125 18.0319 17.125 16.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6038 5.12695C15.2344 5.12257 14.8647 5.12671 14.4953 5.12671C13.943 5.12671 13.4953 4.679 13.4953 4.12671C13.4953 3.57443 13.943 3.12671 14.4953 3.12671C14.8726 3.12671 15.2501 3.12262 15.6274 3.12709C17.5421 3.14974 19.3729 4.24263 20.2223 5.97254C20.7321 7.01088 19.9324 8.10363 18.8879 8.12635C18.4085 8.13678 17.928 8.13038 17.4481 8.12771C17.3053 8.12692 17.2339 8.12652 17.2042 8.17345C17.1746 8.22037 17.2058 8.28483 17.2681 8.41374C17.4289 8.74649 17.5897 9.07925 17.7505 9.41198C17.9256 9.77412 18.0885 10.1111 18.1963 10.4096C18.3159 10.7404 18.3989 11.1023 18.3549 11.5124C18.311 11.9219 18.1534 12.2583 17.9673 12.5567C17.7989 12.8269 17.5685 13.124 17.3199 13.4446L15.7014 15.5323C15.3018 16.0477 14.9178 16.5828 14.3266 16.868C13.7836 17.13 13.1737 17.1285 12.5527 17.127C12.1601 17.126 11.7676 17.1267 11.375 17.1267C10.8227 17.1267 10.375 16.679 10.375 16.1267C10.375 15.5744 10.8227 15.1267 11.375 15.1267H12.4093C13.4139 15.1267 13.5079 15.0975 14.1208 14.3069L15.7132 12.2528C15.9967 11.8872 16.1625 11.6714 16.2702 11.4986C16.3735 11.3328 16.3817 11.2728 16.3154 11.0894C16.2471 10.9003 16.1312 10.6576 15.9311 10.2437C15.5865 9.53064 15.2433 8.81693 14.8973 8.1046C14.8485 8.00407 14.7698 7.84219 14.723 7.6901C14.6662 7.50552 14.5757 7.08388 14.8529 6.6662C15.1216 6.26129 15.5308 6.17364 15.7086 6.14828C15.877 6.12426 16.0728 6.12671 16.1875 6.12671H17.4562C17.6568 6.12671 17.7572 6.12671 17.7805 6.05937C17.8037 5.99203 17.7284 5.93288 17.5776 5.81458C17.0345 5.38832 16.3437 5.1357 15.6038 5.12695Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-scooter-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.875 15.625C19.1846 15.625 18.625 16.1846 18.625 16.875C18.625 17.5654 19.1846 18.125 19.875 18.125C20.5654 18.125 21.125 17.5654 21.125 16.875C21.125 16.1846 20.5654 15.625 19.875 15.625ZM17.125 16.875C17.125 15.3562 18.3562 14.125 19.875 14.125C21.3938 14.125 22.625 15.3562 22.625 16.875C22.625 18.3938 21.3938 19.625 19.875 19.625C18.3562 19.625 17.125 18.3938 17.125 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.82523 11.6359C3.88821 10.6346 5.33096 10.125 6.875 10.125C8.41904 10.125 9.86179 10.6346 10.9248 11.6359C11.9948 12.6437 12.625 14.0985 12.625 15.875C12.625 16.2892 12.2892 16.625 11.875 16.625H1.875C1.46079 16.625 1.125 16.2892 1.125 15.875C1.125 14.0985 1.75521 12.6437 2.82523 11.6359Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.61328 7.99988C3.61328 7.44759 4.061 6.99988 4.61328 6.99988H9.11328C9.66557 6.99988 10.1133 7.44759 10.1133 7.99988C10.1133 8.55216 9.66557 8.99988 9.11328 8.99988H4.61328C4.061 8.99988 3.61328 8.55216 3.61328 7.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.875 15.875C4.875 16.9796 5.77043 17.875 6.875 17.875C7.97957 17.875 8.875 16.9796 8.875 15.875H10.875C10.875 18.0841 9.08414 19.875 6.875 19.875C4.66586 19.875 2.875 18.0841 2.875 15.875H4.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.875 15.875C19.3227 15.875 18.875 16.3227 18.875 16.875C18.875 17.4273 19.3227 17.875 19.875 17.875C20.4273 17.875 20.875 17.4273 20.875 16.875C20.875 16.3227 20.4273 15.875 19.875 15.875ZM16.875 16.875C16.875 15.2181 18.2181 13.875 19.875 13.875C21.5319 13.875 22.875 15.2181 22.875 16.875C22.875 18.5319 21.5319 19.875 19.875 19.875C18.2181 19.875 16.875 18.5319 16.875 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.025 4.125C12.5003 4.125 12.075 4.5555 12.075 5.08654C12.075 5.61758 12.5003 6.04808 13.025 6.04808H14.325C14.6078 6.04808 14.7493 6.04808 14.8371 6.13594C14.925 6.22381 14.925 6.36523 14.925 6.64808V7.84574C14.925 8.77788 14.9202 10.606 14.4849 12.1862C14.2679 12.974 13.965 13.6171 13.572 14.0504C13.2062 14.4537 12.7426 14.7019 12.075 14.7019C11.5503 14.7019 11.125 15.1324 11.125 15.6635C11.125 16.1945 11.5503 16.625 12.075 16.625H15.066C15.3247 16.625 15.4541 16.625 15.5372 16.5564C15.6203 16.4878 15.6477 16.3463 15.7024 16.0634C16.0812 14.1044 17.8053 12.625 19.875 12.625C20.0616 12.625 20.1549 12.625 20.2106 12.6017C20.3124 12.559 20.3771 12.4746 20.3919 12.3652C20.4 12.3054 20.3799 12.2306 20.3397 12.0811C20.0106 10.857 19.4309 9.84492 18.7819 9.04366C18.6863 8.92561 18.6385 8.86658 18.6512 8.81774C18.6639 8.76889 18.7399 8.73831 18.8921 8.67716C19.8571 8.28937 20.3645 7.10517 19.8385 6.08668C19.2157 4.88085 17.9827 4.125 16.6384 4.125H13.025Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.875 15.625C19.1846 15.625 18.625 16.1846 18.625 16.875C18.625 17.5654 19.1846 18.125 19.875 18.125C20.5654 18.125 21.125 17.5654 21.125 16.875C21.125 16.1846 20.5654 15.625 19.875 15.625ZM17.125 16.875C17.125 15.3562 18.3562 14.125 19.875 14.125C21.3938 14.125 22.625 15.3562 22.625 16.875C22.625 18.3938 21.3938 19.625 19.875 19.625C18.3562 19.625 17.125 18.3938 17.125 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.82523 11.6359C3.88821 10.6346 5.33096 10.125 6.875 10.125C8.41904 10.125 9.86179 10.6346 10.9248 11.6359C11.9948 12.6437 12.625 14.0985 12.625 15.875C12.625 16.2892 12.2892 16.625 11.875 16.625H1.875C1.46079 16.625 1.125 16.2892 1.125 15.875C1.125 14.0985 1.75521 12.6437 2.82523 11.6359Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.61328 7.99988C3.61328 7.44759 4.061 6.99988 4.61328 6.99988H9.11328C9.66557 6.99988 10.1133 7.44759 10.1133 7.99988C10.1133 8.55216 9.66557 8.99988 9.11328 8.99988H4.61328C4.061 8.99988 3.61328 8.55216 3.61328 7.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.875 15.875C4.875 16.9796 5.77043 17.875 6.875 17.875C7.97957 17.875 8.875 16.9796 8.875 15.875H10.875C10.875 18.0841 9.08414 19.875 6.875 19.875C4.66586 19.875 2.875 18.0841 2.875 15.875H4.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.875 15.875C19.3227 15.875 18.875 16.3227 18.875 16.875C18.875 17.4273 19.3227 17.875 19.875 17.875C20.4273 17.875 20.875 17.4273 20.875 16.875C20.875 16.3227 20.4273 15.875 19.875 15.875ZM16.875 16.875C16.875 15.2181 18.2181 13.875 19.875 13.875C21.5319 13.875 22.875 15.2181 22.875 16.875C22.875 18.5319 21.5319 19.875 19.875 19.875C18.2181 19.875 16.875 18.5319 16.875 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.025 4.125C12.5003 4.125 12.075 4.5555 12.075 5.08654C12.075 5.61758 12.5003 6.04808 13.025 6.04808H14.325C14.6078 6.04808 14.7493 6.04808 14.8371 6.13594C14.925 6.22381 14.925 6.36523 14.925 6.64808V7.84574C14.925 8.77788 14.9202 10.606 14.4849 12.1862C14.2679 12.974 13.965 13.6171 13.572 14.0504C13.2062 14.4537 12.7426 14.7019 12.075 14.7019C11.5503 14.7019 11.125 15.1324 11.125 15.6635C11.125 16.1945 11.5503 16.625 12.075 16.625H15.066C15.3247 16.625 15.4541 16.625 15.5372 16.5564C15.6203 16.4878 15.6477 16.3463 15.7024 16.0634C16.0812 14.1044 17.8053 12.625 19.875 12.625C20.0616 12.625 20.1549 12.625 20.2106 12.6017C20.3124 12.559 20.3771 12.4746 20.3919 12.3652C20.4 12.3054 20.3799 12.2306 20.3397 12.0811C20.0106 10.857 19.4309 9.84492 18.7819 9.04366C18.6863 8.92561 18.6385 8.86658 18.6512 8.81774C18.6639 8.76889 18.7399 8.73831 18.8921 8.67716C19.8571 8.28937 20.3645 7.10517 19.8385 6.08668C19.2157 4.88085 17.9827 4.125 16.6384 4.125H13.025Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-scooter-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17C12.5523 17 13 17.4477 13 18V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V18C11 17.4477 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0262 7.25H11.9738C11.2501 7.25 10.6696 7.24999 10.1953 7.28181C9.7076 7.31453 9.28279 7.38311 8.87703 7.54362C8.1456 7.83297 7.51589 8.32374 7.07691 8.96061C6.83019 9.31855 6.68228 9.7106 6.56469 10.1611C6.4514 10.595 6.35512 11.1306 6.23692 11.788L5.60952 15.2772C5.42408 16.3083 5.26969 17.1668 5.25178 17.8539C5.2328 18.5819 5.36103 19.2556 5.86813 19.8105C6.58958 20.5999 7.69254 20.7153 8.97994 20.7497L8.98996 20.75H9.15C9.43284 20.75 9.57426 20.75 9.66213 20.6621C9.75 20.5743 9.75 20.4328 9.75 20.15V18C9.75 16.7574 10.7574 15.75 12 15.75C13.2426 15.75 14.25 16.7574 14.25 18V20.15C14.25 20.4328 14.25 20.5743 14.3379 20.6621C14.4257 20.75 14.5672 20.75 14.85 20.75H15.0283L15.0387 20.7497C16.3173 20.7144 17.4134 20.5966 18.1318 19.8105C18.6389 19.2556 18.7672 18.5819 18.7482 17.8539C18.7303 17.1668 18.5759 16.3083 18.3904 15.2772L17.7631 11.788C17.6448 11.1306 17.5486 10.595 17.4353 10.1611C17.3177 9.7106 17.1698 9.31855 16.9231 8.96061C16.4841 8.32374 15.8544 7.83297 15.1229 7.54362C14.7172 7.38311 14.2924 7.31453 13.8047 7.28181C13.3303 7.24999 12.7499 7.25 12.0262 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.41794 4.75H6C5.44772 4.75 5 4.30228 5 3.75C5 3.19772 5.44772 2.75 6 2.75H9.41794C9.81797 1.72566 10.8145 1 11.9805 1C13.1465 1 14.143 1.72566 14.543 2.75H18C18.5523 2.75 19 3.19772 19 3.75C19 4.30228 18.5523 4.75 18 4.75H14.543C14.143 5.77434 13.1465 6.5 11.9805 6.5C10.8145 6.5 9.81797 5.77434 9.41794 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17C12.5523 17 13 17.4477 13 18V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V18C11 17.4477 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0262 7.25H11.9738C11.2501 7.25 10.6696 7.24999 10.1953 7.28181C9.7076 7.31453 9.28279 7.38311 8.87703 7.54362C8.1456 7.83297 7.51589 8.32374 7.07691 8.96061C6.83019 9.31855 6.68228 9.7106 6.56469 10.1611C6.4514 10.595 6.35512 11.1306 6.23692 11.788L5.60952 15.2772C5.42408 16.3083 5.26969 17.1668 5.25178 17.8539C5.2328 18.5819 5.36103 19.2556 5.86813 19.8105C6.58958 20.5999 7.69254 20.7153 8.97994 20.7497L8.98996 20.75H9.15C9.43284 20.75 9.57426 20.75 9.66213 20.6621C9.75 20.5743 9.75 20.4328 9.75 20.15V18C9.75 16.7574 10.7574 15.75 12 15.75C13.2426 15.75 14.25 16.7574 14.25 18V20.15C14.25 20.4328 14.25 20.5743 14.3379 20.6621C14.4257 20.75 14.5672 20.75 14.85 20.75H15.0283L15.0387 20.7497C16.3173 20.7144 17.4134 20.5966 18.1318 19.8105C18.6389 19.2556 18.7672 18.5819 18.7482 17.8539C18.7303 17.1668 18.5759 16.3083 18.3904 15.2772L17.7631 11.788C17.6448 11.1306 17.5486 10.595 17.4353 10.1611C17.3177 9.7106 17.1698 9.31855 16.9231 8.96061C16.4841 8.32374 15.8544 7.83297 15.1229 7.54362C14.7172 7.38311 14.2924 7.31453 13.8047 7.28181C13.3303 7.24999 12.7499 7.25 12.0262 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.41794 4.75H6C5.44772 4.75 5 4.30228 5 3.75C5 3.19772 5.44772 2.75 6 2.75H9.41794C9.81797 1.72566 10.8145 1 11.9805 1C13.1465 1 14.143 1.72566 14.543 2.75H18C18.5523 2.75 19 3.19772 19 3.75C19 4.30228 18.5523 4.75 18 4.75H14.543C14.143 5.77434 13.1465 6.5 11.9805 6.5C10.8145 6.5 9.81797 5.77434 9.41794 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-scooter-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1136 5.00238C15.597 5.00238 15.9038 5.00305 16.1396 5.02108C16.586 5.05521 16.8794 5.28867 17.0265 5.69522C17.107 5.9176 17.1898 6.21303 17.3192 6.67882L18.8495 12.1881C18.8826 12.3072 18.8002 12.2973 18.691 12.3362C17.5572 12.7401 16.5607 13.4253 15.7842 14.3083L3.72633 15.5024L3.64648 16.5894C3.64648 16.5894 4.72667 16.5024 5.22667 17.0024C5.73511 17.5109 6.16032 18.5894 6.16032 18.5894C6.29305 18.695 6.45765 18.7525 6.62726 18.7525L13.4334 18.7525C13.7729 18.7525 14.0767 18.7525 14.3249 18.73C14.9086 18.6769 15.3315 18.371 15.7277 17.9682C15.9767 17.715 16.2631 17.3394 16.5183 16.7981C16.7139 16.3833 16.9647 15.9998 17.2615 15.6571C17.8204 15.012 18.5414 14.5126 19.3621 14.2203C19.6016 14.135 19.844 14.0532 20.0736 13.9433C20.2671 13.8507 20.6093 13.6647 20.8104 13.2774C21.0001 12.912 20.9751 12.5544 20.9402 12.3299C20.9089 12.1284 20.8445 11.8972 20.7869 11.6901L19.2369 6.1102C19.1195 5.68746 19.0168 5.31744 18.9071 5.01457C18.7899 4.69075 18.6433 4.37896 18.4074 4.0931C18.1121 3.73512 17.7377 3.45056 17.3137 3.26178C16.6294 2.9571 15.845 3.00238 15.1136 3.00238C14.5613 3.00238 14.1136 3.45009 14.1136 4.00238C14.1136 4.55466 14.5613 5.00238 15.1136 5.00238Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.8633 17.3333C19.357 17.3333 18.9466 17.7437 18.9466 18.25C18.9466 18.7563 19.357 19.1667 19.8633 19.1667C20.3695 19.1667 20.7799 18.7563 20.7799 18.25C20.7799 17.7437 20.3695 17.3333 19.8633 17.3333ZM17.1133 18.25C17.1133 16.7312 18.3445 15.5 19.8633 15.5C21.3821 15.5 22.6133 16.7312 22.6133 18.25C22.6133 19.7688 21.3821 21 19.8633 21C18.3445 21 17.1133 19.7688 17.1133 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.86328 17.3333C3.35702 17.3333 2.94661 17.7437 2.94661 18.25C2.94661 18.7563 3.35702 19.1667 3.86328 19.1667C4.36954 19.1667 4.77995 18.7563 4.77995 18.25C4.77995 17.7437 4.36954 17.3333 3.86328 17.3333ZM1.11328 18.25C1.11328 16.7312 2.3445 15.5 3.86328 15.5C5.38206 15.5 6.61328 16.7312 6.61328 18.25C6.61328 19.7688 5.38206 21 3.86328 21C2.3445 21 1.11328 19.7688 1.11328 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1136 5.00238C15.597 5.00238 15.9038 5.00305 16.1396 5.02108C16.586 5.05521 16.8794 5.28867 17.0265 5.69522C17.107 5.9176 17.1898 6.21303 17.3192 6.67882L18.8495 12.1881C18.8826 12.3072 18.8002 12.2973 18.691 12.3362C17.5572 12.7401 16.5607 13.4253 15.7842 14.3083L3.72633 15.5024L3.64648 16.5894C3.64648 16.5894 4.72667 16.5024 5.22667 17.0024C5.73511 17.5109 6.16032 18.5894 6.16032 18.5894C6.29305 18.695 6.45765 18.7525 6.62726 18.7525L13.4334 18.7525C13.7729 18.7525 14.0767 18.7525 14.3249 18.73C14.9086 18.6769 15.3315 18.371 15.7277 17.9682C15.9767 17.715 16.2631 17.3394 16.5183 16.7981C16.7139 16.3833 16.9647 15.9998 17.2615 15.6571C17.8204 15.012 18.5414 14.5126 19.3621 14.2203C19.6016 14.135 19.844 14.0532 20.0736 13.9433C20.2671 13.8507 20.6093 13.6647 20.8104 13.2774C21.0001 12.912 20.9751 12.5544 20.9402 12.3299C20.9089 12.1284 20.8445 11.8972 20.7869 11.6901L19.2369 6.1102C19.1195 5.68746 19.0168 5.31744 18.9071 5.01457C18.7899 4.69075 18.6433 4.37896 18.4074 4.0931C18.1121 3.73512 17.7377 3.45056 17.3137 3.26178C16.6294 2.9571 15.845 3.00238 15.1136 3.00238C14.5613 3.00238 14.1136 3.45009 14.1136 4.00238C14.1136 4.55466 14.5613 5.00238 15.1136 5.00238Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.8633 17.3333C19.357 17.3333 18.9466 17.7437 18.9466 18.25C18.9466 18.7563 19.357 19.1667 19.8633 19.1667C20.3695 19.1667 20.7799 18.7563 20.7799 18.25C20.7799 17.7437 20.3695 17.3333 19.8633 17.3333ZM17.1133 18.25C17.1133 16.7312 18.3445 15.5 19.8633 15.5C21.3821 15.5 22.6133 16.7312 22.6133 18.25C22.6133 19.7688 21.3821 21 19.8633 21C18.3445 21 17.1133 19.7688 17.1133 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.86328 17.3333C3.35702 17.3333 2.94661 17.7437 2.94661 18.25C2.94661 18.7563 3.35702 19.1667 3.86328 19.1667C4.36954 19.1667 4.77995 18.7563 4.77995 18.25C4.77995 17.7437 4.36954 17.3333 3.86328 17.3333ZM1.11328 18.25C1.11328 16.7312 2.3445 15.5 3.86328 15.5C5.38206 15.5 6.61328 16.7312 6.61328 18.25C6.61328 19.7688 5.38206 21 3.86328 21C2.3445 21 1.11328 19.7688 1.11328 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-scooter-electric{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1136 5.00238C15.597 5.00238 15.9038 5.00305 16.1396 5.02108C16.586 5.05521 16.8794 5.28867 17.0265 5.69522C17.107 5.9176 17.1898 6.21303 17.3192 6.67882L18.8495 12.1881C18.8826 12.3072 18.8002 12.2973 18.691 12.3362C17.5572 12.7401 16.5607 13.4253 15.7842 14.3083L3.72633 15.5024L3.64648 16.5894C3.64648 16.5894 4.72667 16.5024 5.22667 17.0024C5.73511 17.5109 6.16032 18.5894 6.16032 18.5894C6.29305 18.695 6.45765 18.7525 6.62726 18.7525L13.4334 18.7525C13.7729 18.7525 14.0767 18.7525 14.3249 18.73C14.9086 18.6769 15.3315 18.371 15.7277 17.9682C15.9767 17.715 16.2631 17.3394 16.5183 16.7981C16.7139 16.3833 16.9647 15.9998 17.2615 15.6571C17.8204 15.012 18.5414 14.5126 19.3621 14.2203C19.6016 14.135 19.844 14.0532 20.0736 13.9433C20.2671 13.8507 20.6093 13.6647 20.8104 13.2774C21.0001 12.912 20.9751 12.5544 20.9402 12.3299C20.9089 12.1284 20.8445 11.8972 20.7869 11.6901L19.2369 6.1102C19.1195 5.68746 19.0168 5.31744 18.9071 5.01457C18.7899 4.69075 18.6433 4.37896 18.4074 4.0931C18.1121 3.73512 17.7377 3.45056 17.3137 3.26178C16.6294 2.9571 15.845 3.00238 15.1136 3.00238C14.5613 3.00238 14.1136 3.45009 14.1136 4.00238C14.1136 4.55466 14.5613 5.00238 15.1136 5.00238Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.8633 17.3333C19.357 17.3333 18.9466 17.7437 18.9466 18.25C18.9466 18.7563 19.357 19.1667 19.8633 19.1667C20.3695 19.1667 20.7799 18.7563 20.7799 18.25C20.7799 17.7437 20.3695 17.3333 19.8633 17.3333ZM17.1133 18.25C17.1133 16.7312 18.3445 15.5 19.8633 15.5C21.3821 15.5 22.6133 16.7312 22.6133 18.25C22.6133 19.7688 21.3821 21 19.8633 21C18.3445 21 17.1133 19.7688 17.1133 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1847 6.2074C12.6225 6.54411 12.7044 7.17196 12.3677 7.60973L11.6223 8.57875L12.0502 8.66956C13.0452 8.88076 13.4886 10.1163 12.7406 10.8942L11.011 12.6931C10.6282 13.0913 9.9952 13.1037 9.59708 12.7209C9.19897 12.3381 9.18653 11.7051 9.56931 11.307L10.4632 10.3773L10.1747 10.316C9.24287 10.1182 8.77074 9.00574 9.38837 8.20275L10.7824 6.39037C11.1191 5.9526 11.7469 5.87068 12.1847 6.2074Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.86328 17.3333C3.35702 17.3333 2.94661 17.7437 2.94661 18.25C2.94661 18.7563 3.35702 19.1667 3.86328 19.1667C4.36954 19.1667 4.77995 18.7563 4.77995 18.25C4.77995 17.7437 4.36954 17.3333 3.86328 17.3333ZM1.11328 18.25C1.11328 16.7312 2.3445 15.5 3.86328 15.5C5.38206 15.5 6.61328 16.7312 6.61328 18.25C6.61328 19.7688 5.38206 21 3.86328 21C2.3445 21 1.11328 19.7688 1.11328 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1136 5.00238C15.597 5.00238 15.9038 5.00305 16.1396 5.02108C16.586 5.05521 16.8794 5.28867 17.0265 5.69522C17.107 5.9176 17.1898 6.21303 17.3192 6.67882L18.8495 12.1881C18.8826 12.3072 18.8002 12.2973 18.691 12.3362C17.5572 12.7401 16.5607 13.4253 15.7842 14.3083L3.72633 15.5024L3.64648 16.5894C3.64648 16.5894 4.72667 16.5024 5.22667 17.0024C5.73511 17.5109 6.16032 18.5894 6.16032 18.5894C6.29305 18.695 6.45765 18.7525 6.62726 18.7525L13.4334 18.7525C13.7729 18.7525 14.0767 18.7525 14.3249 18.73C14.9086 18.6769 15.3315 18.371 15.7277 17.9682C15.9767 17.715 16.2631 17.3394 16.5183 16.7981C16.7139 16.3833 16.9647 15.9998 17.2615 15.6571C17.8204 15.012 18.5414 14.5126 19.3621 14.2203C19.6016 14.135 19.844 14.0532 20.0736 13.9433C20.2671 13.8507 20.6093 13.6647 20.8104 13.2774C21.0001 12.912 20.9751 12.5544 20.9402 12.3299C20.9089 12.1284 20.8445 11.8972 20.7869 11.6901L19.2369 6.1102C19.1195 5.68746 19.0168 5.31744 18.9071 5.01457C18.7899 4.69075 18.6433 4.37896 18.4074 4.0931C18.1121 3.73512 17.7377 3.45056 17.3137 3.26178C16.6294 2.9571 15.845 3.00238 15.1136 3.00238C14.5613 3.00238 14.1136 3.45009 14.1136 4.00238C14.1136 4.55466 14.5613 5.00238 15.1136 5.00238Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.8633 17.3333C19.357 17.3333 18.9466 17.7437 18.9466 18.25C18.9466 18.7563 19.357 19.1667 19.8633 19.1667C20.3695 19.1667 20.7799 18.7563 20.7799 18.25C20.7799 17.7437 20.3695 17.3333 19.8633 17.3333ZM17.1133 18.25C17.1133 16.7312 18.3445 15.5 19.8633 15.5C21.3821 15.5 22.6133 16.7312 22.6133 18.25C22.6133 19.7688 21.3821 21 19.8633 21C18.3445 21 17.1133 19.7688 17.1133 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1847 6.2074C12.6225 6.54411 12.7044 7.17196 12.3677 7.60973L11.6223 8.57875L12.0502 8.66956C13.0452 8.88076 13.4886 10.1163 12.7406 10.8942L11.011 12.6931C10.6282 13.0913 9.9952 13.1037 9.59708 12.7209C9.19897 12.3381 9.18653 11.7051 9.56931 11.307L10.4632 10.3773L10.1747 10.316C9.24287 10.1182 8.77074 9.00574 9.38837 8.20275L10.7824 6.39037C11.1191 5.9526 11.7469 5.87068 12.1847 6.2074Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.86328 17.3333C3.35702 17.3333 2.94661 17.7437 2.94661 18.25C2.94661 18.7563 3.35702 19.1667 3.86328 19.1667C4.36954 19.1667 4.77995 18.7563 4.77995 18.25C4.77995 17.7437 4.36954 17.3333 3.86328 17.3333ZM1.11328 18.25C1.11328 16.7312 2.3445 15.5 3.86328 15.5C5.38206 15.5 6.61328 16.7312 6.61328 18.25C6.61328 19.7688 5.38206 21 3.86328 21C2.3445 21 1.11328 19.7688 1.11328 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-shipping-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.11328 17.875C1.11328 15.6659 2.90414 13.875 5.11328 13.875H19.1133C21.3224 13.875 23.1133 15.6659 23.1133 17.875C23.1133 20.0841 21.3224 21.875 19.1133 21.875H5.11328C2.90414 21.875 1.11328 20.0841 1.11328 17.875ZM5.11328 15.875C4.00871 15.875 3.11328 16.7704 3.11328 17.875C3.11328 18.9796 4.00871 19.875 5.11328 19.875H19.1133C20.2178 19.875 21.1133 18.9796 21.1133 17.875C21.1133 16.7704 20.2179 15.875 19.1133 15.875H5.11328Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.11328 17.875C6.11328 17.3227 6.561 16.875 7.11328 16.875H7.12226C7.67454 16.875 8.12226 17.3227 8.12226 17.875C8.12226 18.4273 7.67454 18.875 7.12226 18.875H7.11328C6.561 18.875 6.11328 18.4273 6.11328 17.875ZM11.1088 17.875C11.1088 17.3227 11.5565 16.875 12.1088 16.875H12.1178C12.6701 16.875 13.1178 17.3227 13.1178 17.875C13.1178 18.4273 12.6701 18.875 12.1178 18.875H12.1088C11.5565 18.875 11.1088 18.4273 11.1088 17.875ZM16.1043 17.875C16.1043 17.3227 16.552 16.875 17.1043 16.875H17.1133C17.6656 16.875 18.1133 17.3227 18.1133 17.875C18.1133 18.4273 17.6656 18.875 17.1133 18.875H17.1043C16.552 18.875 16.1043 18.4273 16.1043 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1682 2.125H12.1682H12.1682H12.0584H12.0584H12.0584C10.6908 2.12498 9.58849 2.12496 8.72153 2.24152C7.82142 2.36254 7.06355 2.62143 6.46163 3.22335C5.85972 3.82527 5.60082 4.58314 5.47981 5.48325C5.36325 6.35021 5.36326 7.45252 5.36328 8.8201V8.82011V8.82013V8.92988V8.92989V8.92991C5.36326 10.2975 5.36325 11.3998 5.47981 12.2668C5.60082 13.1669 5.85972 13.9247 6.46163 14.5267C7.06355 15.1286 7.82142 15.3875 8.72153 15.5085C9.5885 15.625 10.6908 15.625 12.0584 15.625H12.0584H12.0584H12.1682H12.1682H12.1682C13.5358 15.625 14.6381 15.625 15.505 15.5085C16.4051 15.3875 17.163 15.1286 17.7649 14.5267C18.3669 13.9247 18.6257 13.1669 18.7468 12.2668C18.8633 11.3998 18.8633 10.2975 18.8633 8.92989V8.92988V8.92987V8.82013V8.82012V8.82012C18.8633 7.45253 18.8633 6.35022 18.7468 5.48325C18.6257 4.58314 18.3669 3.82527 17.7649 3.22335C17.163 2.62143 16.4051 2.36254 15.505 2.24152C14.6381 2.12496 13.5358 2.12498 12.1682 2.125ZM10.6133 4.875C10.061 4.875 9.61328 5.32272 9.61328 5.875C9.61328 6.42729 10.061 6.875 10.6133 6.875H13.6133C14.1656 6.875 14.6133 6.42729 14.6133 5.875C14.6133 5.32272 14.1656 4.875 13.6133 4.875H10.6133Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.11328 17.875C1.11328 15.6659 2.90414 13.875 5.11328 13.875H19.1133C21.3224 13.875 23.1133 15.6659 23.1133 17.875C23.1133 20.0841 21.3224 21.875 19.1133 21.875H5.11328C2.90414 21.875 1.11328 20.0841 1.11328 17.875ZM5.11328 15.875C4.00871 15.875 3.11328 16.7704 3.11328 17.875C3.11328 18.9796 4.00871 19.875 5.11328 19.875H19.1133C20.2178 19.875 21.1133 18.9796 21.1133 17.875C21.1133 16.7704 20.2179 15.875 19.1133 15.875H5.11328Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.11328 17.875C6.11328 17.3227 6.561 16.875 7.11328 16.875H7.12226C7.67454 16.875 8.12226 17.3227 8.12226 17.875C8.12226 18.4273 7.67454 18.875 7.12226 18.875H7.11328C6.561 18.875 6.11328 18.4273 6.11328 17.875ZM11.1088 17.875C11.1088 17.3227 11.5565 16.875 12.1088 16.875H12.1178C12.6701 16.875 13.1178 17.3227 13.1178 17.875C13.1178 18.4273 12.6701 18.875 12.1178 18.875H12.1088C11.5565 18.875 11.1088 18.4273 11.1088 17.875ZM16.1043 17.875C16.1043 17.3227 16.552 16.875 17.1043 16.875H17.1133C17.6656 16.875 18.1133 17.3227 18.1133 17.875C18.1133 18.4273 17.6656 18.875 17.1133 18.875H17.1043C16.552 18.875 16.1043 18.4273 16.1043 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1682 2.125H12.1682H12.1682H12.0584H12.0584H12.0584C10.6908 2.12498 9.58849 2.12496 8.72153 2.24152C7.82142 2.36254 7.06355 2.62143 6.46163 3.22335C5.85972 3.82527 5.60082 4.58314 5.47981 5.48325C5.36325 6.35021 5.36326 7.45252 5.36328 8.8201V8.82011V8.82013V8.92988V8.92989V8.92991C5.36326 10.2975 5.36325 11.3998 5.47981 12.2668C5.60082 13.1669 5.85972 13.9247 6.46163 14.5267C7.06355 15.1286 7.82142 15.3875 8.72153 15.5085C9.5885 15.625 10.6908 15.625 12.0584 15.625H12.0584H12.0584H12.1682H12.1682H12.1682C13.5358 15.625 14.6381 15.625 15.505 15.5085C16.4051 15.3875 17.163 15.1286 17.7649 14.5267C18.3669 13.9247 18.6257 13.1669 18.7468 12.2668C18.8633 11.3998 18.8633 10.2975 18.8633 8.92989V8.92988V8.92987V8.82013V8.82012V8.82012C18.8633 7.45253 18.8633 6.35022 18.7468 5.48325C18.6257 4.58314 18.3669 3.82527 17.7649 3.22335C17.163 2.62143 16.4051 2.36254 15.505 2.24152C14.6381 2.12496 13.5358 2.12498 12.1682 2.125ZM10.6133 4.875C10.061 4.875 9.61328 5.32272 9.61328 5.875C9.61328 6.42729 10.061 6.875 10.6133 6.875H13.6133C14.1656 6.875 14.6133 6.42729 14.6133 5.875C14.6133 5.32272 14.1656 4.875 13.6133 4.875H10.6133Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-speed-train-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.2157 2.68882C10.8821 2.24976 9.4636 2.24985 6.98928 2.25001L2.11328 2.25001C1.69907 2.25001 1.36328 2.5858 1.36328 3.00001V6.85C1.36328 7.03856 1.36328 7.13284 1.42186 7.19142C1.48044 7.25 1.57472 7.25 1.76328 7.25L4.03219 7.25C4.27727 7.24999 4.43474 7.24998 4.58687 7.25974C5.88673 7.34308 7.09533 7.95656 7.92988 8.95662C8.09886 9.15911 8.25698 9.37286 8.40088 9.58855C8.76672 10.1369 8.86308 10.7835 8.86328 11.4295C8.86334 11.6255 8.85921 11.8211 8.78882 12.0071C8.67212 12.3154 8.4287 12.5588 8.12036 12.6755C7.92998 12.7476 7.72521 12.75 7.529 12.75H1.76328C1.57472 12.75 1.48044 12.75 1.42186 12.8086C1.36328 12.8672 1.36328 12.9614 1.36328 13.15V15C1.36328 15.4142 1.69907 15.75 2.11328 15.75H20.0785C20.1104 15.75 20.1352 15.75 20.1573 15.7497C21.6416 15.7259 22.8392 14.5283 22.8629 13.044C22.8633 13.0219 22.8633 12.9973 22.8633 12.9654V12.9554C22.8633 12.909 22.8633 12.8806 22.863 12.8531C22.846 11.0668 21.9998 9.38992 20.5729 8.31511C20.551 8.29858 20.5281 8.28168 20.4907 8.25409L16.6807 5.44057C14.6904 3.97058 13.5494 3.12788 12.2157 2.68882ZM13.1387 5.14693C12.9504 4.98729 12.6909 4.9549 12.4719 5.0637C12.2528 5.17251 12.1133 5.40309 12.1133 5.65626V6.96875C12.1133 9.78669 14.4359 12 17.2142 12H19.9844C20.2506 12 20.4879 11.8251 20.577 11.5633C20.6661 11.3015 20.5875 11.0096 20.3809 10.8344L13.1387 5.14693Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.36328 10.85C1.36328 11.0386 1.36328 11.1328 1.42186 11.1914C1.48044 11.25 1.57472 11.25 1.76328 11.25H7.15398C7.25304 11.25 7.30258 11.25 7.33247 11.2157C7.36236 11.1814 7.35606 11.1356 7.34346 11.044C7.2828 10.6029 7.07631 10.2749 6.77821 9.91769C6.2072 9.23344 5.38026 8.81369 4.49088 8.75666C4.39265 8.75036 4.28589 8.75 4.00612 8.75H1.76328C1.57472 8.75 1.48044 8.75 1.42186 8.80858C1.36328 8.86716 1.36328 8.96144 1.36328 9.15V10.85Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.11328 19C1.11328 18.4477 1.561 18 2.11328 18H22.1133C22.6656 18 23.1133 18.4477 23.1133 19C23.1133 19.5523 22.6656 20 22.1133 20H2.11328C1.561 20 1.11328 19.5523 1.11328 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.11328 18C6.66557 18 7.11328 18.4477 7.11328 19V21C7.11328 21.5523 6.66557 22 6.11328 22C5.561 22 5.11328 21.5523 5.11328 21V19C5.11328 18.4477 5.561 18 6.11328 18ZM12.1133 18C12.6656 18 13.1133 18.4477 13.1133 19V21C13.1133 21.5523 12.6656 22 12.1133 22C11.561 22 11.1133 21.5523 11.1133 21V19C11.1133 18.4477 11.561 18 12.1133 18ZM18.1133 18C18.6656 18 19.1133 18.4477 19.1133 19V21C19.1133 21.5523 18.6656 22 18.1133 22C17.561 22 17.1133 21.5523 17.1133 21V19C17.1133 18.4477 17.561 18 18.1133 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.2157 2.68882C10.8821 2.24976 9.4636 2.24985 6.98928 2.25001L2.11328 2.25001C1.69907 2.25001 1.36328 2.5858 1.36328 3.00001V6.85C1.36328 7.03856 1.36328 7.13284 1.42186 7.19142C1.48044 7.25 1.57472 7.25 1.76328 7.25L4.03219 7.25C4.27727 7.24999 4.43474 7.24998 4.58687 7.25974C5.88673 7.34308 7.09533 7.95656 7.92988 8.95662C8.09886 9.15911 8.25698 9.37286 8.40088 9.58855C8.76672 10.1369 8.86308 10.7835 8.86328 11.4295C8.86334 11.6255 8.85921 11.8211 8.78882 12.0071C8.67212 12.3154 8.4287 12.5588 8.12036 12.6755C7.92998 12.7476 7.72521 12.75 7.529 12.75H1.76328C1.57472 12.75 1.48044 12.75 1.42186 12.8086C1.36328 12.8672 1.36328 12.9614 1.36328 13.15V15C1.36328 15.4142 1.69907 15.75 2.11328 15.75H20.0785C20.1104 15.75 20.1352 15.75 20.1573 15.7497C21.6416 15.7259 22.8392 14.5283 22.8629 13.044C22.8633 13.0219 22.8633 12.9973 22.8633 12.9654V12.9554C22.8633 12.909 22.8633 12.8806 22.863 12.8531C22.846 11.0668 21.9998 9.38992 20.5729 8.31511C20.551 8.29858 20.5281 8.28168 20.4907 8.25409L16.6807 5.44057C14.6904 3.97058 13.5494 3.12788 12.2157 2.68882ZM13.1387 5.14693C12.9504 4.98729 12.6909 4.9549 12.4719 5.0637C12.2528 5.17251 12.1133 5.40309 12.1133 5.65626V6.96875C12.1133 9.78669 14.4359 12 17.2142 12H19.9844C20.2506 12 20.4879 11.8251 20.577 11.5633C20.6661 11.3015 20.5875 11.0096 20.3809 10.8344L13.1387 5.14693Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.36328 10.85C1.36328 11.0386 1.36328 11.1328 1.42186 11.1914C1.48044 11.25 1.57472 11.25 1.76328 11.25H7.15398C7.25304 11.25 7.30258 11.25 7.33247 11.2157C7.36236 11.1814 7.35606 11.1356 7.34346 11.044C7.2828 10.6029 7.07631 10.2749 6.77821 9.91769C6.2072 9.23344 5.38026 8.81369 4.49088 8.75666C4.39265 8.75036 4.28589 8.75 4.00612 8.75H1.76328C1.57472 8.75 1.48044 8.75 1.42186 8.80858C1.36328 8.86716 1.36328 8.96144 1.36328 9.15V10.85Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.11328 19C1.11328 18.4477 1.561 18 2.11328 18H22.1133C22.6656 18 23.1133 18.4477 23.1133 19C23.1133 19.5523 22.6656 20 22.1133 20H2.11328C1.561 20 1.11328 19.5523 1.11328 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.11328 18C6.66557 18 7.11328 18.4477 7.11328 19V21C7.11328 21.5523 6.66557 22 6.11328 22C5.561 22 5.11328 21.5523 5.11328 21V19C5.11328 18.4477 5.561 18 6.11328 18ZM12.1133 18C12.6656 18 13.1133 18.4477 13.1133 19V21C13.1133 21.5523 12.6656 22 12.1133 22C11.561 22 11.1133 21.5523 11.1133 21V19C11.1133 18.4477 11.561 18 12.1133 18ZM18.1133 18C18.6656 18 19.1133 18.4477 19.1133 19V21C19.1133 21.5523 18.6656 22 18.1133 22C17.561 22 17.1133 21.5523 17.1133 21V19C17.1133 18.4477 17.561 18 18.1133 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-speed-train-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.2157 2.68882C10.8821 2.24976 9.4636 2.24985 6.98928 2.25001L2.11328 2.25001C1.69907 2.25001 1.36328 2.5858 1.36328 3.00001V9.65002C1.36328 9.93286 1.36328 10.0743 1.45115 10.1622C1.53902 10.25 1.68044 10.25 1.96328 10.25L6.36605 10.25C8.80893 10.2498 10.2344 10.2497 11.5628 10.7489C13.272 11.3913 14.6581 12.7647 16.0191 13.9315L17.9577 15.5229C18.0944 15.6352 18.1628 15.6913 18.2439 15.7205C18.325 15.7497 18.4141 15.7501 18.5922 15.7508C19.1139 15.753 19.6359 15.758 20.1573 15.7497C21.6416 15.7259 22.8392 14.5283 22.8629 13.044C22.8923 11.2035 22.0479 9.42623 20.5729 8.31511C20.4074 8.19044 20.2404 8.06771 20.0733 7.94506C19.9413 7.84816 19.8753 7.79971 19.7995 7.77486C19.7236 7.75 19.642 7.75 19.4789 7.75L11.2266 7.75C10.8123 7.75 10.4766 7.41421 10.4766 7C10.4766 6.58579 10.8123 6.25 11.2266 6.25L16.5618 6.25C17.0633 6.25 17.3141 6.25 17.3593 6.11254C17.4046 5.97508 17.2029 5.82613 16.7995 5.52823L16.6807 5.44057C14.6904 3.97058 13.5494 3.12788 12.2157 2.68882Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.36328 15V12.35C1.36328 12.0672 1.36328 11.9258 1.45115 11.8379C1.53902 11.75 1.68044 11.75 1.96328 11.75H6.20828C8.8562 11.75 9.99208 11.761 11.0351 12.153C12.0822 12.5466 12.9819 13.3038 15.049 15.0756L15.055 15.0807C15.373 15.3418 15.532 15.4723 15.5072 15.5908C15.5035 15.6089 15.4972 15.6263 15.4887 15.6427C15.4326 15.75 15.2269 15.75 14.8155 15.75H2.11328C1.69907 15.75 1.36328 15.4142 1.36328 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.11328 19C1.11328 18.4477 1.561 18 2.11328 18H22.1133C22.6656 18 23.1133 18.4477 23.1133 19C23.1133 19.5523 22.6656 20 22.1133 20H2.11328C1.561 20 1.11328 19.5523 1.11328 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.22656 18C6.77885 18 7.22656 18.4477 7.22656 19V21C7.22656 21.5523 6.77885 22 6.22656 22C5.67428 22 5.22656 21.5523 5.22656 21L5.22656 19C5.22656 18.4477 5.67428 18 6.22656 18ZM12.2266 18C12.7788 18 13.2266 18.4477 13.2266 19V21C13.2266 21.5523 12.7788 22 12.2266 22C11.6743 22 11.2266 21.5523 11.2266 21V19C11.2266 18.4477 11.6743 18 12.2266 18ZM18.2266 18C18.7788 18 19.2266 18.4477 19.2266 19V21.0002C19.2266 21.5525 18.7788 22.0002 18.2266 22.0002C17.6743 22.0002 17.2266 21.5525 17.2266 21.0002V19C17.2266 18.4477 17.6743 18 18.2266 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.2157 2.68882C10.8821 2.24976 9.4636 2.24985 6.98928 2.25001L2.11328 2.25001C1.69907 2.25001 1.36328 2.5858 1.36328 3.00001V9.65002C1.36328 9.93286 1.36328 10.0743 1.45115 10.1622C1.53902 10.25 1.68044 10.25 1.96328 10.25L6.36605 10.25C8.80893 10.2498 10.2344 10.2497 11.5628 10.7489C13.272 11.3913 14.6581 12.7647 16.0191 13.9315L17.9577 15.5229C18.0944 15.6352 18.1628 15.6913 18.2439 15.7205C18.325 15.7497 18.4141 15.7501 18.5922 15.7508C19.1139 15.753 19.6359 15.758 20.1573 15.7497C21.6416 15.7259 22.8392 14.5283 22.8629 13.044C22.8923 11.2035 22.0479 9.42623 20.5729 8.31511C20.4074 8.19044 20.2404 8.06771 20.0733 7.94506C19.9413 7.84816 19.8753 7.79971 19.7995 7.77486C19.7236 7.75 19.642 7.75 19.4789 7.75L11.2266 7.75C10.8123 7.75 10.4766 7.41421 10.4766 7C10.4766 6.58579 10.8123 6.25 11.2266 6.25L16.5618 6.25C17.0633 6.25 17.3141 6.25 17.3593 6.11254C17.4046 5.97508 17.2029 5.82613 16.7995 5.52823L16.6807 5.44057C14.6904 3.97058 13.5494 3.12788 12.2157 2.68882Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.36328 15V12.35C1.36328 12.0672 1.36328 11.9258 1.45115 11.8379C1.53902 11.75 1.68044 11.75 1.96328 11.75H6.20828C8.8562 11.75 9.99208 11.761 11.0351 12.153C12.0822 12.5466 12.9819 13.3038 15.049 15.0756L15.055 15.0807C15.373 15.3418 15.532 15.4723 15.5072 15.5908C15.5035 15.6089 15.4972 15.6263 15.4887 15.6427C15.4326 15.75 15.2269 15.75 14.8155 15.75H2.11328C1.69907 15.75 1.36328 15.4142 1.36328 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.11328 19C1.11328 18.4477 1.561 18 2.11328 18H22.1133C22.6656 18 23.1133 18.4477 23.1133 19C23.1133 19.5523 22.6656 20 22.1133 20H2.11328C1.561 20 1.11328 19.5523 1.11328 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.22656 18C6.77885 18 7.22656 18.4477 7.22656 19V21C7.22656 21.5523 6.77885 22 6.22656 22C5.67428 22 5.22656 21.5523 5.22656 21L5.22656 19C5.22656 18.4477 5.67428 18 6.22656 18ZM12.2266 18C12.7788 18 13.2266 18.4477 13.2266 19V21C13.2266 21.5523 12.7788 22 12.2266 22C11.6743 22 11.2266 21.5523 11.2266 21V19C11.2266 18.4477 11.6743 18 12.2266 18ZM18.2266 18C18.7788 18 19.2266 18.4477 19.2266 19V21.0002C19.2266 21.5525 18.7788 22.0002 18.2266 22.0002C17.6743 22.0002 17.2266 21.5525 17.2266 21.0002V19C17.2266 18.4477 17.6743 18 18.2266 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-submarine{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 13.6667C1.25 12.7208 1.9292 11.75 3 11.75C3.59332 11.75 4.15976 11.7939 4.69012 11.9777C5.23977 12.1682 5.7049 12.4921 6.12562 12.9799C6.22305 13.0929 6.29658 13.1778 6.35515 13.243C6.53251 13.1421 7.59581 12.4802 7.82151 12.3326C8.31696 12.0469 8.94871 11.75 9.64103 11.75H19C21.1754 11.75 22.75 13.7654 22.75 16C22.75 18.2346 21.1754 20.25 19 20.25H9.64102C8.94871 20.25 8.31696 19.9531 7.82151 19.6674C7.59581 19.5198 6.35515 18.757 6.35515 18.757C6.35515 18.757 6.22305 18.9071 6.12562 19.0201C5.7049 19.5079 5.23977 19.8318 4.69012 20.0223C4.15976 20.2061 3.59333 20.25 3 20.25C1.9292 20.25 1.25 19.2792 1.25 18.3333V13.6667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16 3.75C16.5523 3.75 17 4.19772 17 4.75C17 5.30228 16.5523 5.75 16 5.75H15V8.5081C15.1474 8.51327 15.287 8.52173 15.4171 8.53557C15.7872 8.57497 16.167 8.66464 16.5307 8.89929C16.8944 9.13393 17.1326 9.44296 17.3211 9.76401C17.4916 10.0545 17.6558 10.4175 17.8336 10.8107L18.4114 12.0878C18.639 12.591 18.4156 13.1835 17.9124 13.4111C17.4092 13.6387 16.8168 13.4154 16.5891 12.9122L16.0298 11.6757C15.8273 11.2282 15.7065 10.9641 15.5963 10.7766C15.5012 10.6145 15.4567 10.5864 15.4472 10.5804L15.4456 10.5794C15.4362 10.5732 15.3922 10.5442 15.2054 10.5243C14.9891 10.5013 14.6987 10.5 14.2076 10.5H13.7929C13.3018 10.5 13.0114 10.5013 12.7951 10.5243C12.6083 10.5442 12.5643 10.5732 12.5549 10.5794L12.5533 10.5804C12.5438 10.5864 12.4993 10.6145 12.4042 10.7766C12.294 10.9641 12.1731 11.2282 11.9707 11.6757L11.4114 12.9122C11.1837 13.4154 10.5913 13.6387 10.0881 13.4111C9.58489 13.1835 9.3615 12.591 9.58914 12.0878L10.1669 10.8107C10.3447 10.4175 10.5089 10.0545 10.6794 9.76401C10.8679 9.44296 11.1061 9.13393 11.4698 8.89929C11.8335 8.66464 12.2132 8.57497 12.5834 8.53557C12.7133 8.52174 12.8528 8.51329 13 8.50812V5.75C13 4.64543 13.8954 3.75 15 3.75H16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 13.6667C1.25 12.7208 1.9292 11.75 3 11.75C3.59332 11.75 4.15976 11.7939 4.69012 11.9777C5.23977 12.1682 5.7049 12.4921 6.12562 12.9799C6.22305 13.0929 6.29658 13.1778 6.35515 13.243C6.53251 13.1421 7.59581 12.4802 7.82151 12.3326C8.31696 12.0469 8.94871 11.75 9.64103 11.75H19C21.1754 11.75 22.75 13.7654 22.75 16C22.75 18.2346 21.1754 20.25 19 20.25H9.64102C8.94871 20.25 8.31696 19.9531 7.82151 19.6674C7.59581 19.5198 6.35515 18.757 6.35515 18.757C6.35515 18.757 6.22305 18.9071 6.12562 19.0201C5.7049 19.5079 5.23977 19.8318 4.69012 20.0223C4.15976 20.2061 3.59333 20.25 3 20.25C1.9292 20.25 1.25 19.2792 1.25 18.3333V13.6667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16 3.75C16.5523 3.75 17 4.19772 17 4.75C17 5.30228 16.5523 5.75 16 5.75H15V8.5081C15.1474 8.51327 15.287 8.52173 15.4171 8.53557C15.7872 8.57497 16.167 8.66464 16.5307 8.89929C16.8944 9.13393 17.1326 9.44296 17.3211 9.76401C17.4916 10.0545 17.6558 10.4175 17.8336 10.8107L18.4114 12.0878C18.639 12.591 18.4156 13.1835 17.9124 13.4111C17.4092 13.6387 16.8168 13.4154 16.5891 12.9122L16.0298 11.6757C15.8273 11.2282 15.7065 10.9641 15.5963 10.7766C15.5012 10.6145 15.4567 10.5864 15.4472 10.5804L15.4456 10.5794C15.4362 10.5732 15.3922 10.5442 15.2054 10.5243C14.9891 10.5013 14.6987 10.5 14.2076 10.5H13.7929C13.3018 10.5 13.0114 10.5013 12.7951 10.5243C12.6083 10.5442 12.5643 10.5732 12.5549 10.5794L12.5533 10.5804C12.5438 10.5864 12.4993 10.6145 12.4042 10.7766C12.294 10.9641 12.1731 11.2282 11.9707 11.6757L11.4114 12.9122C11.1837 13.4154 10.5913 13.6387 10.0881 13.4111C9.58489 13.1835 9.3615 12.591 9.58914 12.0878L10.1669 10.8107C10.3447 10.4175 10.5089 10.0545 10.6794 9.76401C10.8679 9.44296 11.1061 9.13393 11.4698 8.89929C11.8335 8.66464 12.2132 8.57497 12.5834 8.53557C12.7133 8.52174 12.8528 8.51329 13 8.50812V5.75C13 4.64543 13.8954 3.75 15 3.75H16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-taxi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.96967 9.96967C4.11032 9.82902 4.30109 9.75 4.5 9.75L19.5 9.75C19.6989 9.75 19.8897 9.82902 20.0303 9.96967C20.1208 10.0602 20.221 10.158 20.3276 10.2623L20.3276 10.2623C20.7465 10.6718 21.2658 11.1793 21.6972 11.7247C22.2371 12.4072 22.75 13.2788 22.75 14.2774V17.5552C22.75 18.4365 22.1232 19.2404 21.2099 19.3546L18.093 19.7442C18.0622 19.7481 18.0311 19.75 18 19.75L6 19.75C5.9689 19.75 5.93783 19.7481 5.90697 19.7442L2.79013 19.3546C1.87684 19.2404 1.25 18.4365 1.25 17.5552L1.25 14.2774C1.25 13.2788 1.76286 12.4072 2.30284 11.7247C2.73425 11.1793 3.25346 10.6718 3.6724 10.2623L3.67245 10.2622C3.77905 10.158 3.87915 10.0602 3.96967 9.96967ZM21.7278 13.3183C21.8282 13.7201 21.5839 14.1273 21.1821 14.2278L19.6821 14.6028C19.2802 14.7032 18.873 14.4589 18.7726 14.0571C18.6721 13.6552 18.9164 13.248 19.3183 13.1476L20.8183 12.7726C21.2201 12.6721 21.6273 12.9164 21.7278 13.3183ZM2.32934 13.1648C2.51459 12.7943 2.96509 12.6441 3.33557 12.8294L4.83557 13.5794C5.20606 13.7646 5.35623 14.2151 5.17098 14.5856C4.98574 14.9561 4.53524 15.1062 4.16475 14.921L2.66475 14.171C2.29427 13.9858 2.1441 13.5353 2.32934 13.1648ZM11.0314 16H12.9692C13.9529 16 14.4448 16 14.8257 16.2579C15.1214 16.4581 15.2976 16.778 15.5325 17.3382C15.6357 17.5843 15.6873 17.7073 15.6279 17.7966C15.5686 17.8858 15.4337 17.8858 15.1639 17.8858H8.83682C8.56701 17.8858 8.4321 17.8858 8.37275 17.7966C8.3134 17.7073 8.36499 17.5843 8.46817 17.3382C8.70306 16.778 8.87929 16.4581 9.17494 16.2579C9.55587 16 10.0477 16 11.0314 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.6094 22.7514H18.8906C18.6054 22.7514 18.3692 22.6377 18.1219 22.5278C17.7408 22.3584 17.5 22.0122 17.5 21.6334V21.1514C17.5 20.9666 17.5 20.8742 17.5582 20.8157C17.6164 20.7572 17.7109 20.7567 17.9 20.7557C18.0063 20.7552 18.1123 20.751 18.2171 20.7379L21.3339 20.3483C21.3676 20.3441 21.4009 20.3393 21.434 20.334C21.7176 20.2882 21.8593 20.2653 21.9297 20.3252C22 20.3851 22 20.5124 22 20.767V21.6334C22 22.0122 21.7592 22.3584 21.3781 22.5278C21.1308 22.6377 20.8946 22.7514 20.6094 22.7514Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.39058 22.7514H5.10942C5.39461 22.7514 5.63082 22.6377 5.87811 22.5278C6.25925 22.3584 6.5 22.0122 6.5 21.6334V21.1514C6.5 20.9666 6.5 20.8742 6.44179 20.8157C6.38358 20.7572 6.28906 20.7567 6.10003 20.7557C5.99374 20.7552 5.88769 20.751 5.78292 20.7379L2.6661 20.3483C2.63245 20.3441 2.59906 20.3393 2.56595 20.334C2.28245 20.2882 2.14069 20.2653 2.07035 20.3252C2 20.3851 2 20.5124 2 20.767V21.6334C2 22.0122 2.24075 22.3584 2.62189 22.5278C2.86918 22.6377 3.10539 22.7514 3.39058 22.7514Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.10579 8.55301C2.35278 8.05903 2.95345 7.8588 3.44743 8.10579L4.44743 8.60579C4.94141 8.85278 5.14164 9.45345 4.89465 9.94743C4.64766 10.4414 4.04698 10.6416 3.55301 10.3946L2.55301 9.89465C2.05903 9.64766 1.8588 9.04698 2.10579 8.55301ZM21.8946 8.55301C22.1416 9.04698 21.9414 9.64766 21.4474 9.89465L20.4474 10.3946C19.9535 10.6416 19.3528 10.4414 19.1058 9.94743C18.8588 9.45345 19.059 8.85278 19.553 8.60579L20.553 8.10579C21.047 7.8588 21.6477 8.05903 21.8946 8.55301Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.224 4.29547C16.7073 4.34413 17.175 4.45188 17.609 4.72758C18.0497 5.00757 18.3276 5.37921 18.5444 5.79001C18.7416 6.1637 18.919 6.63293 19.1173 7.15745L20.1913 9.9975C20.3745 10.4819 20.1146 11.0174 19.6109 11.1936C19.1071 11.3697 18.5502 11.1198 18.3671 10.6354L17.3108 7.84219C17.0892 7.25629 16.951 6.89536 16.8135 6.63474C16.6896 6.40014 16.6066 6.32795 16.539 6.28497C16.4646 6.23774 16.3406 6.184 16.0217 6.1519C15.6827 6.11779 15.2357 6.1166 14.5399 6.1166H9.46009C8.76433 6.1166 8.31727 6.11779 7.97828 6.1519C7.65937 6.184 7.53537 6.23774 7.46104 6.28497C7.39338 6.32795 7.31036 6.40014 7.18655 6.63474C7.049 6.89536 6.91076 7.25629 6.68921 7.84218L5.63294 10.6354C5.44976 11.1198 4.89289 11.3697 4.38914 11.1936C3.88539 11.0174 3.62552 10.4819 3.8087 9.9975L4.86496 7.20429L4.88267 7.15745C5.08097 6.63293 5.25836 6.1637 5.45558 5.79001C5.67239 5.37921 5.95031 5.00757 6.39101 4.72758C6.82496 4.45188 7.29268 4.34413 7.77601 4.29547C7.88857 3.73004 7.98174 3.2644 8.08333 2.89873C8.18786 2.52249 8.32365 2.16232 8.5687 1.86658C8.84131 1.53757 9.17445 1.37646 9.5404 1.3065C9.83736 1.24973 10.1856 1.24987 10.5218 1.25001L10.5715 1.25003L13.4285 1.25003L13.4783 1.25001C13.8144 1.24987 14.1626 1.24973 14.4596 1.3065C14.8256 1.37646 15.1587 1.53757 15.4313 1.86658C15.6764 2.16232 15.8122 2.52249 15.9167 2.89873C16.0183 3.2644 16.1114 3.73004 16.224 4.29547Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.96967 9.96967C4.11032 9.82902 4.30109 9.75 4.5 9.75L19.5 9.75C19.6989 9.75 19.8897 9.82902 20.0303 9.96967C20.1208 10.0602 20.221 10.158 20.3276 10.2623L20.3276 10.2623C20.7465 10.6718 21.2658 11.1793 21.6972 11.7247C22.2371 12.4072 22.75 13.2788 22.75 14.2774V17.5552C22.75 18.4365 22.1232 19.2404 21.2099 19.3546L18.093 19.7442C18.0622 19.7481 18.0311 19.75 18 19.75L6 19.75C5.9689 19.75 5.93783 19.7481 5.90697 19.7442L2.79013 19.3546C1.87684 19.2404 1.25 18.4365 1.25 17.5552L1.25 14.2774C1.25 13.2788 1.76286 12.4072 2.30284 11.7247C2.73425 11.1793 3.25346 10.6718 3.6724 10.2623L3.67245 10.2622C3.77905 10.158 3.87915 10.0602 3.96967 9.96967ZM21.7278 13.3183C21.8282 13.7201 21.5839 14.1273 21.1821 14.2278L19.6821 14.6028C19.2802 14.7032 18.873 14.4589 18.7726 14.0571C18.6721 13.6552 18.9164 13.248 19.3183 13.1476L20.8183 12.7726C21.2201 12.6721 21.6273 12.9164 21.7278 13.3183ZM2.32934 13.1648C2.51459 12.7943 2.96509 12.6441 3.33557 12.8294L4.83557 13.5794C5.20606 13.7646 5.35623 14.2151 5.17098 14.5856C4.98574 14.9561 4.53524 15.1062 4.16475 14.921L2.66475 14.171C2.29427 13.9858 2.1441 13.5353 2.32934 13.1648ZM11.0314 16H12.9692C13.9529 16 14.4448 16 14.8257 16.2579C15.1214 16.4581 15.2976 16.778 15.5325 17.3382C15.6357 17.5843 15.6873 17.7073 15.6279 17.7966C15.5686 17.8858 15.4337 17.8858 15.1639 17.8858H8.83682C8.56701 17.8858 8.4321 17.8858 8.37275 17.7966C8.3134 17.7073 8.36499 17.5843 8.46817 17.3382C8.70306 16.778 8.87929 16.4581 9.17494 16.2579C9.55587 16 10.0477 16 11.0314 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.6094 22.7514H18.8906C18.6054 22.7514 18.3692 22.6377 18.1219 22.5278C17.7408 22.3584 17.5 22.0122 17.5 21.6334V21.1514C17.5 20.9666 17.5 20.8742 17.5582 20.8157C17.6164 20.7572 17.7109 20.7567 17.9 20.7557C18.0063 20.7552 18.1123 20.751 18.2171 20.7379L21.3339 20.3483C21.3676 20.3441 21.4009 20.3393 21.434 20.334C21.7176 20.2882 21.8593 20.2653 21.9297 20.3252C22 20.3851 22 20.5124 22 20.767V21.6334C22 22.0122 21.7592 22.3584 21.3781 22.5278C21.1308 22.6377 20.8946 22.7514 20.6094 22.7514Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.39058 22.7514H5.10942C5.39461 22.7514 5.63082 22.6377 5.87811 22.5278C6.25925 22.3584 6.5 22.0122 6.5 21.6334V21.1514C6.5 20.9666 6.5 20.8742 6.44179 20.8157C6.38358 20.7572 6.28906 20.7567 6.10003 20.7557C5.99374 20.7552 5.88769 20.751 5.78292 20.7379L2.6661 20.3483C2.63245 20.3441 2.59906 20.3393 2.56595 20.334C2.28245 20.2882 2.14069 20.2653 2.07035 20.3252C2 20.3851 2 20.5124 2 20.767V21.6334C2 22.0122 2.24075 22.3584 2.62189 22.5278C2.86918 22.6377 3.10539 22.7514 3.39058 22.7514Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.10579 8.55301C2.35278 8.05903 2.95345 7.8588 3.44743 8.10579L4.44743 8.60579C4.94141 8.85278 5.14164 9.45345 4.89465 9.94743C4.64766 10.4414 4.04698 10.6416 3.55301 10.3946L2.55301 9.89465C2.05903 9.64766 1.8588 9.04698 2.10579 8.55301ZM21.8946 8.55301C22.1416 9.04698 21.9414 9.64766 21.4474 9.89465L20.4474 10.3946C19.9535 10.6416 19.3528 10.4414 19.1058 9.94743C18.8588 9.45345 19.059 8.85278 19.553 8.60579L20.553 8.10579C21.047 7.8588 21.6477 8.05903 21.8946 8.55301Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.224 4.29547C16.7073 4.34413 17.175 4.45188 17.609 4.72758C18.0497 5.00757 18.3276 5.37921 18.5444 5.79001C18.7416 6.1637 18.919 6.63293 19.1173 7.15745L20.1913 9.9975C20.3745 10.4819 20.1146 11.0174 19.6109 11.1936C19.1071 11.3697 18.5502 11.1198 18.3671 10.6354L17.3108 7.84219C17.0892 7.25629 16.951 6.89536 16.8135 6.63474C16.6896 6.40014 16.6066 6.32795 16.539 6.28497C16.4646 6.23774 16.3406 6.184 16.0217 6.1519C15.6827 6.11779 15.2357 6.1166 14.5399 6.1166H9.46009C8.76433 6.1166 8.31727 6.11779 7.97828 6.1519C7.65937 6.184 7.53537 6.23774 7.46104 6.28497C7.39338 6.32795 7.31036 6.40014 7.18655 6.63474C7.049 6.89536 6.91076 7.25629 6.68921 7.84218L5.63294 10.6354C5.44976 11.1198 4.89289 11.3697 4.38914 11.1936C3.88539 11.0174 3.62552 10.4819 3.8087 9.9975L4.86496 7.20429L4.88267 7.15745C5.08097 6.63293 5.25836 6.1637 5.45558 5.79001C5.67239 5.37921 5.95031 5.00757 6.39101 4.72758C6.82496 4.45188 7.29268 4.34413 7.77601 4.29547C7.88857 3.73004 7.98174 3.2644 8.08333 2.89873C8.18786 2.52249 8.32365 2.16232 8.5687 1.86658C8.84131 1.53757 9.17445 1.37646 9.5404 1.3065C9.83736 1.24973 10.1856 1.24987 10.5218 1.25001L10.5715 1.25003L13.4285 1.25003L13.4783 1.25001C13.8144 1.24987 14.1626 1.24973 14.4596 1.3065C14.8256 1.37646 15.1587 1.53757 15.4313 1.86658C15.6764 2.16232 15.8122 2.52249 15.9167 2.89873C16.0183 3.2644 16.1114 3.73004 16.224 4.29547Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-tow-truck{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2219.375%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2219.375%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.2975 12.7046C22.7038 13.3918 22.75 14.2854 22.75 15.8875C22.75 16.534 22.7307 17.1218 22.6491 17.6309C22.5673 18.1418 22.4144 18.6308 22.1059 19.0415C21.8743 19.3499 21.5745 19.5769 21.2379 19.7403C21.051 19.831 20.9575 19.8763 20.8752 19.8432C20.8536 19.8345 20.833 19.8216 20.8158 19.8059C20.75 19.7464 20.75 19.6226 20.75 19.375C20.75 17.3039 19.0711 15.625 17 15.625C14.9289 15.625 13.25 17.3039 13.25 19.375C13.25 19.4642 13.2531 19.5528 13.2592 19.6404C13.2759 19.8787 13.2842 19.9978 13.2249 20.0614C13.1656 20.125 13.0556 20.125 12.8357 20.125H11.1643C10.9444 20.125 10.8344 20.125 10.7751 20.0614C10.7158 19.9978 10.7241 19.8787 10.7408 19.6404C10.7469 19.5528 10.75 19.4642 10.75 19.375C10.75 17.3039 9.07107 15.625 7 15.625C4.92893 15.625 3.25 17.3039 3.25 19.375C3.25 19.4038 3.25032 19.4325 3.25097 19.4611C3.25618 19.6927 3.25879 19.8085 3.1569 19.8679C3.05501 19.9273 2.96834 19.8756 2.795 19.7722C2.40714 19.5408 1.90088 19.2103 1.58397 18.999C1.37533 18.8599 1.25 18.6258 1.25 18.375V13.375C1.25 12.9608 1.58579 12.625 2 12.625L10.848 12.625C11.0366 12.625 11.1309 12.625 11.1895 12.5664C11.248 12.5078 11.248 12.4136 11.248 12.225V6.56943C11.248 6.31896 11.3489 6.07874 11.5285 5.90162C11.708 5.72451 11.9515 5.62501 12.2054 5.62501L12.9217 5.625C13.6537 5.62498 14.2752 5.62496 14.7931 5.6784C15.3466 5.7355 15.8513 5.85871 16.3367 6.14504C16.8161 6.42788 17.1781 6.81198 17.5182 7.27067C17.9248 7.81912 18.2727 8.41067 18.6287 8.99231C19.1851 9.90113 19.7447 10.5265 20.5289 11.0869C21.1738 11.5475 21.885 12.0069 22.2975 12.7046ZM14.5942 7.55719C14.2777 7.52454 13.892 7.51658 13.3635 7.51465C13.2529 7.51425 13.1631 7.60388 13.1631 7.71444V12.4252C13.1631 12.5356 13.2526 12.6252 13.3631 12.6252L18.7938 12.6252C18.9884 12.6252 19.0729 12.3692 18.9229 12.2453C18.1479 11.6051 17.545 10.8755 16.99 9.96893C16.5448 9.24176 16.2422 8.74913 15.9729 8.38585C15.7129 8.03507 15.5294 7.86963 15.3542 7.76632C15.185 7.66649 14.9765 7.59663 14.5942 7.55719Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.8916 6.43937L4.04454 4.53526C4.05278 4.43268 4.14217 4.35347 4.2497 4.35347H5.04711C5.14306 4.35347 5.22628 4.41693 5.24769 4.50642L7.37247 13.3881C7.47389 13.812 7.91532 14.077 8.35843 13.98C8.80154 13.8829 9.07854 13.4606 8.97711 13.0367L7.62753 7.39533L11.6229 12.689C11.889 13.0416 12.4035 13.121 12.772 12.8664C13.1405 12.6118 13.2236 12.1196 12.9574 11.767L6.58747 3.32702C6.44501 3.13826 6.22842 3.02542 5.99925 3.00416L3.76874 3C3.10167 3 2.67661 3.52209 2.61889 4.02769L2.27578 7.03299C2.25197 7.2415 2.32199 7.44986 2.46836 7.60602C2.58824 7.73393 2.74348 7.76677 2.89435 7.79868C3.03859 7.82919 3.17884 7.85886 3.28041 7.96994C3.36321 8.06049 3.42849 8.20281 3.42849 8.37874C3.42849 8.5839 3.30515 8.90606 3.04284 8.90606C2.68731 8.90606 2.55163 8.67628 2.42127 8.4555C2.27036 8.19993 2.12657 7.95642 1.65716 8.09529C1.25002 8.21574 1.02203 8.62917 1.14793 9.0187C1.40215 9.80529 2.18529 10.3826 3.04284 10.3826C4.20181 10.3826 4.97175 9.38964 4.97175 8.37874C4.97175 7.68197 4.60598 6.99374 3.99916 6.63329C3.92917 6.59172 3.88529 6.51796 3.8916 6.43937Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2219.375%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2219.375%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.2975 12.7046C22.7038 13.3918 22.75 14.2854 22.75 15.8875C22.75 16.534 22.7307 17.1218 22.6491 17.6309C22.5673 18.1418 22.4144 18.6308 22.1059 19.0415C21.8743 19.3499 21.5745 19.5769 21.2379 19.7403C21.051 19.831 20.9575 19.8763 20.8752 19.8432C20.8536 19.8345 20.833 19.8216 20.8158 19.8059C20.75 19.7464 20.75 19.6226 20.75 19.375C20.75 17.3039 19.0711 15.625 17 15.625C14.9289 15.625 13.25 17.3039 13.25 19.375C13.25 19.4642 13.2531 19.5528 13.2592 19.6404C13.2759 19.8787 13.2842 19.9978 13.2249 20.0614C13.1656 20.125 13.0556 20.125 12.8357 20.125H11.1643C10.9444 20.125 10.8344 20.125 10.7751 20.0614C10.7158 19.9978 10.7241 19.8787 10.7408 19.6404C10.7469 19.5528 10.75 19.4642 10.75 19.375C10.75 17.3039 9.07107 15.625 7 15.625C4.92893 15.625 3.25 17.3039 3.25 19.375C3.25 19.4038 3.25032 19.4325 3.25097 19.4611C3.25618 19.6927 3.25879 19.8085 3.1569 19.8679C3.05501 19.9273 2.96834 19.8756 2.795 19.7722C2.40714 19.5408 1.90088 19.2103 1.58397 18.999C1.37533 18.8599 1.25 18.6258 1.25 18.375V13.375C1.25 12.9608 1.58579 12.625 2 12.625L10.848 12.625C11.0366 12.625 11.1309 12.625 11.1895 12.5664C11.248 12.5078 11.248 12.4136 11.248 12.225V6.56943C11.248 6.31896 11.3489 6.07874 11.5285 5.90162C11.708 5.72451 11.9515 5.62501 12.2054 5.62501L12.9217 5.625C13.6537 5.62498 14.2752 5.62496 14.7931 5.6784C15.3466 5.7355 15.8513 5.85871 16.3367 6.14504C16.8161 6.42788 17.1781 6.81198 17.5182 7.27067C17.9248 7.81912 18.2727 8.41067 18.6287 8.99231C19.1851 9.90113 19.7447 10.5265 20.5289 11.0869C21.1738 11.5475 21.885 12.0069 22.2975 12.7046ZM14.5942 7.55719C14.2777 7.52454 13.892 7.51658 13.3635 7.51465C13.2529 7.51425 13.1631 7.60388 13.1631 7.71444V12.4252C13.1631 12.5356 13.2526 12.6252 13.3631 12.6252L18.7938 12.6252C18.9884 12.6252 19.0729 12.3692 18.9229 12.2453C18.1479 11.6051 17.545 10.8755 16.99 9.96893C16.5448 9.24176 16.2422 8.74913 15.9729 8.38585C15.7129 8.03507 15.5294 7.86963 15.3542 7.76632C15.185 7.66649 14.9765 7.59663 14.5942 7.55719Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.8916 6.43937L4.04454 4.53526C4.05278 4.43268 4.14217 4.35347 4.2497 4.35347H5.04711C5.14306 4.35347 5.22628 4.41693 5.24769 4.50642L7.37247 13.3881C7.47389 13.812 7.91532 14.077 8.35843 13.98C8.80154 13.8829 9.07854 13.4606 8.97711 13.0367L7.62753 7.39533L11.6229 12.689C11.889 13.0416 12.4035 13.121 12.772 12.8664C13.1405 12.6118 13.2236 12.1196 12.9574 11.767L6.58747 3.32702C6.44501 3.13826 6.22842 3.02542 5.99925 3.00416L3.76874 3C3.10167 3 2.67661 3.52209 2.61889 4.02769L2.27578 7.03299C2.25197 7.2415 2.32199 7.44986 2.46836 7.60602C2.58824 7.73393 2.74348 7.76677 2.89435 7.79868C3.03859 7.82919 3.17884 7.85886 3.28041 7.96994C3.36321 8.06049 3.42849 8.20281 3.42849 8.37874C3.42849 8.5839 3.30515 8.90606 3.04284 8.90606C2.68731 8.90606 2.55163 8.67628 2.42127 8.4555C2.27036 8.19993 2.12657 7.95642 1.65716 8.09529C1.25002 8.21574 1.02203 8.62917 1.14793 9.0187C1.40215 9.80529 2.18529 10.3826 3.04284 10.3826C4.20181 10.3826 4.97175 9.38964 4.97175 8.37874C4.97175 7.68197 4.60598 6.99374 3.99916 6.63329C3.92917 6.59172 3.88529 6.51796 3.8916 6.43937Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-toy-train{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.11328 4C1.11328 3.44772 1.561 3 2.11328 3H13.1133C13.6656 3 14.1133 3.44772 14.1133 4C14.1133 4.55228 13.6656 5 13.1133 5H2.11328C1.561 5 1.11328 4.55228 1.11328 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.61328 8C5.61328 7.44772 6.061 7 6.61328 7H8.61328C9.16557 7 9.61328 7.44772 9.61328 8C9.61328 8.55228 9.16557 9 8.61328 9H6.61328C6.061 9 5.61328 8.55228 5.61328 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.11349 3C3.66577 3 4.11349 3.44772 4.11349 4V16C4.11349 16.2416 4.11373 16.3894 4.11884 16.5014C4.13137 16.7762 4.32448 16.9815 4.61209 16.9946C4.72412 16.9998 4.87193 17 5.11349 17V19C4.71288 19 4.31641 19.0086 3.96644 18.9148C3.10371 18.6836 2.42984 18.0098 2.19867 17.147C2.1049 16.7971 2.11349 16.4006 2.11349 16V4C2.11349 3.44772 2.5612 3 3.11349 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1135 17V4C11.1135 3.44772 11.5612 3 12.1135 3C12.6658 3 13.1135 3.44772 13.1135 4V19H9.11328V17H11.1135Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1135 9.25C11.6993 9.25 11.3635 9.58579 11.3635 10L11.3633 18.2539C11.3633 18.6681 11.6991 19.0039 12.1133 19.0039L13.471 19.0039H13.471C13.7134 19.0039 13.8345 19.0039 13.8943 18.9348C13.9542 18.8658 13.935 18.7334 13.8968 18.4686C13.8747 18.3156 13.8633 18.1591 13.8633 18C13.8633 16.2051 15.3184 14.75 17.1133 14.75C18.9082 14.75 20.3633 16.2051 20.3633 18C20.3633 18.1591 20.3518 18.3156 20.3298 18.4686L20.3298 18.4686C20.2915 18.7334 20.2724 18.8658 20.3322 18.9348C20.392 19.0039 20.5132 19.0039 20.7556 19.0039H21.1477C21.3528 19.004 21.5746 19.0041 21.7619 18.9789C21.9812 18.9494 22.2614 18.8736 22.4972 18.6378C22.733 18.402 22.8088 18.1218 22.8383 17.9025C22.8635 17.7153 22.8634 17.4935 22.8633 17.2884C22.8629 15.9775 22.4018 14.7689 21.8937 13.5833C21.5235 12.7194 20.8006 11.9504 19.7213 11.783C19.71 11.6963 19.6943 11.5796 19.6705 11.4607C19.5381 10.7991 19.3548 10.1435 18.8411 9.72232C18.3274 9.30118 17.6486 9.25 16.9739 9.25L12.1135 9.25ZM15.1133 11.75C14.6991 11.75 14.3633 12.0858 14.3633 12.5C14.3633 12.9142 14.6991 13.25 15.1133 13.25H15.6133C16.0275 13.25 16.3633 12.9142 16.3633 12.5C16.3633 12.0858 16.0275 11.75 15.6133 11.75H15.1133Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.1133 7C14.1133 6.44772 14.561 6 15.1133 6H17.1133C17.6656 6 18.1133 6.44772 18.1133 7C18.1133 7.55228 17.6656 8 17.1133 8V9.25083C17.0668 9.25024 17.0203 9.25 16.9739 9.25H15.1133V8C14.561 8 14.1133 7.55228 14.1133 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.11328 16.75C6.42293 16.75 5.86328 17.3096 5.86328 18C5.86328 18.6904 6.42293 19.25 7.11328 19.25C7.80364 19.25 8.36328 18.6904 8.36328 18C8.36328 17.3096 7.80364 16.75 7.11328 16.75ZM4.36328 18C4.36328 16.4812 5.5945 15.25 7.11328 15.25C8.63206 15.25 9.86328 16.4812 9.86328 18C9.86328 19.5188 8.63206 20.75 7.11328 20.75C5.5945 20.75 4.36328 19.5188 4.36328 18Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2217.1133%22 cy%3D%2218%22 r%3D%222.25%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.11328 4C1.11328 3.44772 1.561 3 2.11328 3H13.1133C13.6656 3 14.1133 3.44772 14.1133 4C14.1133 4.55228 13.6656 5 13.1133 5H2.11328C1.561 5 1.11328 4.55228 1.11328 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.61328 8C5.61328 7.44772 6.061 7 6.61328 7H8.61328C9.16557 7 9.61328 7.44772 9.61328 8C9.61328 8.55228 9.16557 9 8.61328 9H6.61328C6.061 9 5.61328 8.55228 5.61328 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.11349 3C3.66577 3 4.11349 3.44772 4.11349 4V16C4.11349 16.2416 4.11373 16.3894 4.11884 16.5014C4.13137 16.7762 4.32448 16.9815 4.61209 16.9946C4.72412 16.9998 4.87193 17 5.11349 17V19C4.71288 19 4.31641 19.0086 3.96644 18.9148C3.10371 18.6836 2.42984 18.0098 2.19867 17.147C2.1049 16.7971 2.11349 16.4006 2.11349 16V4C2.11349 3.44772 2.5612 3 3.11349 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1135 17V4C11.1135 3.44772 11.5612 3 12.1135 3C12.6658 3 13.1135 3.44772 13.1135 4V19H9.11328V17H11.1135Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1135 9.25C11.6993 9.25 11.3635 9.58579 11.3635 10L11.3633 18.2539C11.3633 18.6681 11.6991 19.0039 12.1133 19.0039L13.471 19.0039H13.471C13.7134 19.0039 13.8345 19.0039 13.8943 18.9348C13.9542 18.8658 13.935 18.7334 13.8968 18.4686C13.8747 18.3156 13.8633 18.1591 13.8633 18C13.8633 16.2051 15.3184 14.75 17.1133 14.75C18.9082 14.75 20.3633 16.2051 20.3633 18C20.3633 18.1591 20.3518 18.3156 20.3298 18.4686L20.3298 18.4686C20.2915 18.7334 20.2724 18.8658 20.3322 18.9348C20.392 19.0039 20.5132 19.0039 20.7556 19.0039H21.1477C21.3528 19.004 21.5746 19.0041 21.7619 18.9789C21.9812 18.9494 22.2614 18.8736 22.4972 18.6378C22.733 18.402 22.8088 18.1218 22.8383 17.9025C22.8635 17.7153 22.8634 17.4935 22.8633 17.2884C22.8629 15.9775 22.4018 14.7689 21.8937 13.5833C21.5235 12.7194 20.8006 11.9504 19.7213 11.783C19.71 11.6963 19.6943 11.5796 19.6705 11.4607C19.5381 10.7991 19.3548 10.1435 18.8411 9.72232C18.3274 9.30118 17.6486 9.25 16.9739 9.25L12.1135 9.25ZM15.1133 11.75C14.6991 11.75 14.3633 12.0858 14.3633 12.5C14.3633 12.9142 14.6991 13.25 15.1133 13.25H15.6133C16.0275 13.25 16.3633 12.9142 16.3633 12.5C16.3633 12.0858 16.0275 11.75 15.6133 11.75H15.1133Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.1133 7C14.1133 6.44772 14.561 6 15.1133 6H17.1133C17.6656 6 18.1133 6.44772 18.1133 7C18.1133 7.55228 17.6656 8 17.1133 8V9.25083C17.0668 9.25024 17.0203 9.25 16.9739 9.25H15.1133V8C14.561 8 14.1133 7.55228 14.1133 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.11328 16.75C6.42293 16.75 5.86328 17.3096 5.86328 18C5.86328 18.6904 6.42293 19.25 7.11328 19.25C7.80364 19.25 8.36328 18.6904 8.36328 18C8.36328 17.3096 7.80364 16.75 7.11328 16.75ZM4.36328 18C4.36328 16.4812 5.5945 15.25 7.11328 15.25C8.63206 15.25 9.86328 16.4812 9.86328 18C9.86328 19.5188 8.63206 20.75 7.11328 20.75C5.5945 20.75 4.36328 19.5188 4.36328 18Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2217.1133%22 cy%3D%2218%22 r%3D%222.25%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-tractor{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.61328 11.2495C3.71379 11.2495 1.36328 13.6 1.36328 16.4995C1.36328 19.399 3.71379 21.7495 6.61328 21.7495C9.51278 21.7495 11.8633 19.399 11.8633 16.4995C11.8633 13.6 9.51278 11.2495 6.61328 11.2495Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.6133 15C17.6803 15 16.1133 16.567 16.1133 18.5C16.1133 20.433 17.6803 22 19.6133 22C21.5463 22 23.1133 20.433 23.1133 18.5C23.1133 16.567 21.5463 15 19.6133 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4245 8.01955C13.1306 7.96019 12.8255 8.03591 12.5933 8.22584C12.3612 8.41577 12.2266 8.69985 12.2266 8.99976V9.23205C12.2266 9.60733 12.2266 9.79497 12.1183 9.85084C12.01 9.90672 11.8511 9.79372 11.5333 9.56773C10.1451 8.5807 8.44732 7.99976 6.61334 7.99976C4.70096 7.99976 2.93348 8.63251 1.51276 9.69965C1.07117 10.0313 0.982083 10.6582 1.31377 11.0998C1.64546 11.5414 2.27233 11.6305 2.71392 11.2988C3.80018 10.4829 5.1489 9.99976 6.61334 9.99976C9.09202 9.99976 11.2483 11.3868 12.3454 13.4318C12.8352 14.3446 13.1133 15.3882 13.1133 16.4998C13.1133 16.6361 13.1087 16.7755 13.1041 16.9129C13.0965 17.1422 13.0891 17.3658 13.1036 17.5605C13.1609 18.3244 13.6674 18.8785 14.4321 18.9731L14.4401 18.974C14.6348 18.9974 14.7322 19.0091 14.7996 18.9487C14.867 18.8882 14.8659 18.7754 14.8635 18.5496L14.8633 18.4998C14.8633 15.8764 16.9899 13.7498 19.6133 13.7498C20.3066 13.7498 20.9652 13.8983 21.5591 14.1653C21.8767 14.3081 22.0356 14.3795 22.128 14.317C22.2204 14.2544 22.2136 14.0941 22.2 13.7736C22.1862 13.4492 22.1653 13.1491 22.1337 12.8722C22.1257 12.8021 22.0661 12.7498 21.9956 12.7498L20.2266 12.7498C19.8123 12.7498 19.4766 12.414 19.4766 11.9998C19.4766 11.5855 19.8123 11.2498 20.2266 11.2498L21.0779 11.2498C21.3685 11.2498 21.5138 11.2498 21.5694 11.1407C21.6251 11.0317 21.5464 10.923 21.3891 10.7056C21.369 10.6778 21.3484 10.6502 21.3272 10.6227C20.8205 9.96523 20.1572 9.59254 19.3767 9.32488C18.6424 9.07308 17.7102 8.88489 16.5947 8.65968L13.4245 8.01955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.3755 2.02868C11.9119 1.89734 12.4533 2.22574 12.5846 2.76218L13.9101 8.1763C14.0449 8.6344 14.1133 9.10948 14.1133 9.58706V12.5C14.1133 13.0523 13.6656 13.5 13.1133 13.5C12.561 13.5 12.1133 13.0523 12.1133 12.5V9.58706C12.1133 9.29509 12.0707 9.00468 11.9868 8.72502C11.9818 8.70862 11.9773 8.69211 11.9733 8.67548L10.642 3.23779C10.5106 2.70135 10.839 2.16001 11.3755 2.02868ZM4.11328 1.99999C4.66557 1.99999 5.11328 2.4477 5.11328 2.99999V8.99999C5.11328 9.55227 4.66557 9.99999 4.11328 9.99999C3.561 9.99999 3.11328 9.55227 3.11328 8.99999V2.99999C3.11328 2.4477 3.561 1.99999 4.11328 1.99999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.11328 3C2.11328 2.44772 2.561 2 3.11328 2H13.1133C13.6656 2 14.1133 2.44772 14.1133 3C14.1133 3.55228 13.6656 4 13.1133 4H3.11328C2.561 4 2.11328 3.55228 2.11328 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.1133 7C19.561 7 19.1133 7.44772 19.1133 8V9.5C19.1133 10.0523 18.6656 10.5 18.1133 10.5C17.561 10.5 17.1133 10.0523 17.1133 9.5V8C17.1133 6.34315 18.4564 5 20.1133 5C20.6656 5 21.1133 5.44772 21.1133 6C21.1133 6.55228 20.6656 7 20.1133 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.11328 2C7.66557 2 8.11328 2.44772 8.11328 3V9C8.11328 9.55229 7.66557 10 7.11328 10C6.561 10 6.11328 9.55229 6.11328 9V3C6.11328 2.44772 6.561 2 7.11328 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.61328 11.2495C3.71379 11.2495 1.36328 13.6 1.36328 16.4995C1.36328 19.399 3.71379 21.7495 6.61328 21.7495C9.51278 21.7495 11.8633 19.399 11.8633 16.4995C11.8633 13.6 9.51278 11.2495 6.61328 11.2495Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.6133 15C17.6803 15 16.1133 16.567 16.1133 18.5C16.1133 20.433 17.6803 22 19.6133 22C21.5463 22 23.1133 20.433 23.1133 18.5C23.1133 16.567 21.5463 15 19.6133 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4245 8.01955C13.1306 7.96019 12.8255 8.03591 12.5933 8.22584C12.3612 8.41577 12.2266 8.69985 12.2266 8.99976V9.23205C12.2266 9.60733 12.2266 9.79497 12.1183 9.85084C12.01 9.90672 11.8511 9.79372 11.5333 9.56773C10.1451 8.5807 8.44732 7.99976 6.61334 7.99976C4.70096 7.99976 2.93348 8.63251 1.51276 9.69965C1.07117 10.0313 0.982083 10.6582 1.31377 11.0998C1.64546 11.5414 2.27233 11.6305 2.71392 11.2988C3.80018 10.4829 5.1489 9.99976 6.61334 9.99976C9.09202 9.99976 11.2483 11.3868 12.3454 13.4318C12.8352 14.3446 13.1133 15.3882 13.1133 16.4998C13.1133 16.6361 13.1087 16.7755 13.1041 16.9129C13.0965 17.1422 13.0891 17.3658 13.1036 17.5605C13.1609 18.3244 13.6674 18.8785 14.4321 18.9731L14.4401 18.974C14.6348 18.9974 14.7322 19.0091 14.7996 18.9487C14.867 18.8882 14.8659 18.7754 14.8635 18.5496L14.8633 18.4998C14.8633 15.8764 16.9899 13.7498 19.6133 13.7498C20.3066 13.7498 20.9652 13.8983 21.5591 14.1653C21.8767 14.3081 22.0356 14.3795 22.128 14.317C22.2204 14.2544 22.2136 14.0941 22.2 13.7736C22.1862 13.4492 22.1653 13.1491 22.1337 12.8722C22.1257 12.8021 22.0661 12.7498 21.9956 12.7498L20.2266 12.7498C19.8123 12.7498 19.4766 12.414 19.4766 11.9998C19.4766 11.5855 19.8123 11.2498 20.2266 11.2498L21.0779 11.2498C21.3685 11.2498 21.5138 11.2498 21.5694 11.1407C21.6251 11.0317 21.5464 10.923 21.3891 10.7056C21.369 10.6778 21.3484 10.6502 21.3272 10.6227C20.8205 9.96523 20.1572 9.59254 19.3767 9.32488C18.6424 9.07308 17.7102 8.88489 16.5947 8.65968L13.4245 8.01955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.3755 2.02868C11.9119 1.89734 12.4533 2.22574 12.5846 2.76218L13.9101 8.1763C14.0449 8.6344 14.1133 9.10948 14.1133 9.58706V12.5C14.1133 13.0523 13.6656 13.5 13.1133 13.5C12.561 13.5 12.1133 13.0523 12.1133 12.5V9.58706C12.1133 9.29509 12.0707 9.00468 11.9868 8.72502C11.9818 8.70862 11.9773 8.69211 11.9733 8.67548L10.642 3.23779C10.5106 2.70135 10.839 2.16001 11.3755 2.02868ZM4.11328 1.99999C4.66557 1.99999 5.11328 2.4477 5.11328 2.99999V8.99999C5.11328 9.55227 4.66557 9.99999 4.11328 9.99999C3.561 9.99999 3.11328 9.55227 3.11328 8.99999V2.99999C3.11328 2.4477 3.561 1.99999 4.11328 1.99999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.11328 3C2.11328 2.44772 2.561 2 3.11328 2H13.1133C13.6656 2 14.1133 2.44772 14.1133 3C14.1133 3.55228 13.6656 4 13.1133 4H3.11328C2.561 4 2.11328 3.55228 2.11328 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.1133 7C19.561 7 19.1133 7.44772 19.1133 8V9.5C19.1133 10.0523 18.6656 10.5 18.1133 10.5C17.561 10.5 17.1133 10.0523 17.1133 9.5V8C17.1133 6.34315 18.4564 5 20.1133 5C20.6656 5 21.1133 5.44772 21.1133 6C21.1133 6.55228 20.6656 7 20.1133 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.11328 2C7.66557 2 8.11328 2.44772 8.11328 3V9C8.11328 9.55229 7.66557 10 7.11328 10C6.561 10 6.11328 9.55229 6.11328 9V3C6.11328 2.44772 6.561 2 7.11328 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-traffic-incident{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.9378 6.31774L14.6998 7.07965C15.2427 6.93717 15.8257 7.14539 16.1995 7.51921L17.961 9.2807C18.5245 9.84421 18.7515 10.5964 18.8583 11.2452C18.9118 11.57 18.9397 11.9051 18.957 12.2146L19.2556 12.1205C19.6507 11.996 20.0718 12.2154 20.1963 12.6105C20.3208 13.0055 20.1014 13.4267 19.7064 13.5512L19.3909 13.6506L20.0536 14.937C20.2664 15.3502 20.4535 15.7133 20.5745 16.0294C20.7049 16.3702 20.7882 16.7284 20.7317 17.1256C20.6747 17.5261 20.493 17.844 20.2685 18.1291L16.0038 22.3939C15.7187 22.6184 15.4007 22.8001 15.0003 22.857C14.603 22.9136 14.2449 22.8302 13.904 22.6998C13.5879 22.5789 13.2248 22.3918 12.8116 22.179L11.5252 21.5162L11.4258 21.8317C11.3013 22.2268 10.8802 22.4461 10.4851 22.3217C10.09 22.1972 9.87067 21.776 9.99515 21.381L10.0892 21.0824C9.77969 21.0651 9.44461 21.0372 9.11979 20.9837C8.47108 20.8769 7.71884 20.6499 7.15534 20.0864L5.39385 18.3249C5.01984 17.9509 4.81161 17.3675 4.95449 16.8244L4.19286 16.0627C3.86198 15.7318 3.99532 15.1253 4.30296 14.8177L5.14046 13.9802C5.4481 13.6726 6.0546 13.5392 6.38548 13.8701L6.81025 14.2949L12.17 8.93513L11.7452 8.51036C11.4143 8.17948 11.5477 7.57298 11.8553 7.26534L12.6928 6.42783C13.0005 6.1202 13.607 5.98686 13.9378 6.31774ZM14.4396 21.299L12.5621 20.3582C12.3792 20.2665 12.3397 20.0226 12.4844 19.8779L17.752 14.6103C17.8967 14.4655 18.1407 14.505 18.2323 14.688L19.1732 16.5655C19.2273 16.6955 19.2864 17.0047 19.0897 17.2014L15.0755 21.2156C14.8928 21.3983 14.5755 21.3473 14.4396 21.299ZM17.4173 11.5222C17.792 11.3457 17.9526 10.8988 17.776 10.5241C17.5994 10.1494 17.1525 9.98879 16.7779 10.1654L16.1805 10.4469C15.8058 10.6234 15.6452 11.0703 15.8218 11.445C15.9983 11.8197 16.4452 11.9803 16.8199 11.8038L17.4173 11.5222ZM13.2087 13.6112C13.5134 13.3306 13.5329 12.8561 13.2523 12.5514C12.9717 12.2467 12.4973 12.2272 12.1926 12.5077L10.4922 14.0736C10.1875 14.3542 10.1679 14.8287 10.4485 15.1334C10.7291 15.4381 11.2036 15.4576 11.5083 15.177L13.2087 13.6112ZM9.56658 19.117C9.83811 18.8042 9.80465 18.3305 9.49185 18.0589C9.17905 17.7874 8.70535 17.8209 8.43382 18.1337L8.02543 18.6041C7.7539 18.9169 7.78736 19.3906 8.10016 19.6622C8.41297 19.9337 8.88666 19.9002 9.15819 19.5874L9.56658 19.117Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 2.12488C2 1.57259 2.44772 1.12488 3 1.12488H21C21.5523 1.12488 22 1.57259 22 2.12488C22 2.67716 21.5523 3.12488 21 3.12488H3C2.44772 3.12488 2 2.67716 2 2.12488Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.9378 6.31774L14.6998 7.07965C15.2427 6.93717 15.8257 7.14539 16.1995 7.51921L17.961 9.2807C18.5245 9.84421 18.7515 10.5964 18.8583 11.2452C18.9118 11.57 18.9397 11.9051 18.957 12.2146L19.2556 12.1205C19.6507 11.996 20.0718 12.2154 20.1963 12.6105C20.3208 13.0055 20.1014 13.4267 19.7064 13.5512L19.3909 13.6506L20.0536 14.937C20.2664 15.3502 20.4535 15.7133 20.5745 16.0294C20.7049 16.3702 20.7882 16.7284 20.7317 17.1256C20.6747 17.5261 20.493 17.844 20.2685 18.1291L16.0038 22.3939C15.7187 22.6184 15.4007 22.8001 15.0003 22.857C14.603 22.9136 14.2449 22.8302 13.904 22.6998C13.5879 22.5789 13.2248 22.3918 12.8116 22.179L11.5252 21.5162L11.4258 21.8317C11.3013 22.2268 10.8802 22.4461 10.4851 22.3217C10.09 22.1972 9.87067 21.776 9.99515 21.381L10.0892 21.0824C9.77969 21.0651 9.44461 21.0372 9.11979 20.9837C8.47108 20.8769 7.71884 20.6499 7.15534 20.0864L5.39385 18.3249C5.01984 17.9509 4.81161 17.3675 4.95449 16.8244L4.19286 16.0627C3.86198 15.7318 3.99532 15.1253 4.30296 14.8177L5.14046 13.9802C5.4481 13.6726 6.0546 13.5392 6.38548 13.8701L6.81025 14.2949L12.17 8.93513L11.7452 8.51036C11.4143 8.17948 11.5477 7.57298 11.8553 7.26534L12.6928 6.42783C13.0005 6.1202 13.607 5.98686 13.9378 6.31774ZM14.4396 21.299L12.5621 20.3582C12.3792 20.2665 12.3397 20.0226 12.4844 19.8779L17.752 14.6103C17.8967 14.4655 18.1407 14.505 18.2323 14.688L19.1732 16.5655C19.2273 16.6955 19.2864 17.0047 19.0897 17.2014L15.0755 21.2156C14.8928 21.3983 14.5755 21.3473 14.4396 21.299ZM17.4173 11.5222C17.792 11.3457 17.9526 10.8988 17.776 10.5241C17.5994 10.1494 17.1525 9.98879 16.7779 10.1654L16.1805 10.4469C15.8058 10.6234 15.6452 11.0703 15.8218 11.445C15.9983 11.8197 16.4452 11.9803 16.8199 11.8038L17.4173 11.5222ZM13.2087 13.6112C13.5134 13.3306 13.5329 12.8561 13.2523 12.5514C12.9717 12.2467 12.4973 12.2272 12.1926 12.5077L10.4922 14.0736C10.1875 14.3542 10.1679 14.8287 10.4485 15.1334C10.7291 15.4381 11.2036 15.4576 11.5083 15.177L13.2087 13.6112ZM9.56658 19.117C9.83811 18.8042 9.80465 18.3305 9.49185 18.0589C9.17905 17.7874 8.70535 17.8209 8.43382 18.1337L8.02543 18.6041C7.7539 18.9169 7.78736 19.3906 8.10016 19.6622C8.41297 19.9337 8.88666 19.9002 9.15819 19.5874L9.56658 19.117Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 2.12488C2 1.57259 2.44772 1.12488 3 1.12488H21C21.5523 1.12488 22 1.57259 22 2.12488C22 2.67716 21.5523 3.12488 21 3.12488H3C2.44772 3.12488 2 2.67716 2 2.12488Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-traffic-light{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 15.875C12.5523 15.875 13 16.3227 13 16.875V21.875C13 22.4273 12.5523 22.875 12 22.875C11.4477 22.875 11 22.4273 11 21.875V16.875C11 16.3227 11.4477 15.875 12 15.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0358 1.125C12.94 1.12499 13.6693 1.12498 14.2576 1.1783C14.8639 1.23326 15.3938 1.34955 15.875 1.62741C16.4451 1.95654 16.9185 2.42993 17.2476 3C17.5254 3.48125 17.6417 4.01105 17.6967 4.6174C17.75 5.2057 17.75 5.93498 17.75 6.83923V11.9108C17.75 12.815 17.75 13.5443 17.6967 14.1326C17.6417 14.7389 17.5254 15.2688 17.2476 15.75C16.9185 16.3201 16.4451 16.7935 15.875 17.1226C15.3938 17.4004 14.864 17.5167 14.2576 17.5717C13.6693 17.625 12.9401 17.625 12.0359 17.625H12.0358H11.9642H11.9641C11.0599 17.625 10.3307 17.625 9.7424 17.5717C9.13605 17.5167 8.60625 17.4004 8.125 17.1226C7.55493 16.7935 7.08154 16.3201 6.75241 15.75C6.47456 15.2688 6.35826 14.7389 6.3033 14.1326C6.24998 13.5443 6.24999 12.815 6.25 11.9108V11.9108V6.83921V6.8392C6.24999 5.93497 6.24998 5.20569 6.3033 4.6174C6.35826 4.01105 6.47455 3.48125 6.75241 3C7.08154 2.42993 7.55493 1.95654 8.125 1.62741C8.60625 1.34956 9.13605 1.23326 9.7424 1.1783C10.3307 1.12498 11.06 1.12499 11.9642 1.125H11.9642H12.0358H12.0358ZM13.5 6.375C13.5 7.20343 12.8284 7.875 12 7.875C11.1716 7.875 10.5 7.20343 10.5 6.375C10.5 5.54657 11.1716 4.875 12 4.875C12.8284 4.875 13.5 5.54657 13.5 6.375ZM12 13.875C12.8284 13.875 13.5 13.2034 13.5 12.375C13.5 11.5466 12.8284 10.875 12 10.875C11.1716 10.875 10.5 11.5466 10.5 12.375C10.5 13.2034 11.1716 13.875 12 13.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.95262 3.125H7.00001C7.41422 3.125 7.75001 3.46079 7.75001 3.875C7.75001 4.28922 7.41422 4.625 7.00001 4.625C6.13907 4.625 5.55784 4.62612 5.15226 4.67076C4.92052 4.69627 4.81705 4.73042 4.78002 4.74506C4.7661 4.77272 4.7563 4.8041 4.75208 4.83776C4.76577 4.86546 4.82074 4.96763 5.01898 5.17316C5.31153 5.47646 5.7672 5.86043 6.43848 6.42412L7.48231 7.30064C7.79952 7.56701 7.84073 8.04009 7.57437 8.3573C7.308 8.67451 6.83492 8.71573 6.51771 8.44936L5.43901 7.54356L5.43901 7.54355C4.8113 7.01647 4.29358 6.58175 3.93935 6.21451C3.60731 5.87026 3.23172 5.40524 3.25069 4.81701C3.26193 4.46846 3.37437 4.12841 3.57747 3.84261C3.92756 3.34999 4.52402 3.23085 4.98815 3.17976C5.48603 3.12496 6.15111 3.12498 6.95259 3.125H6.95262Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.95262 10.125L7.00001 10.125C7.41422 10.125 7.75001 10.4608 7.75001 10.875C7.75001 11.2892 7.41422 11.625 7.00001 11.625C6.13907 11.625 5.55784 11.6261 5.15226 11.6708C4.92052 11.6963 4.81705 11.7304 4.78002 11.7451C4.7661 11.7727 4.7563 11.8041 4.75208 11.8378C4.76577 11.8655 4.82074 11.9676 5.01898 12.1732C5.31153 12.4765 5.7672 12.8604 6.43848 13.4241L7.48231 14.3006C7.79952 14.567 7.84073 15.0401 7.57437 15.3573C7.308 15.6745 6.83492 15.7157 6.51771 15.4494L5.43904 14.5436C4.81131 14.0165 4.29358 13.5818 3.93935 13.2145C3.60731 12.8703 3.23172 12.4052 3.25069 11.817C3.26193 11.4685 3.37437 11.1284 3.57747 10.8426C3.92756 10.35 4.52402 10.2308 4.98815 10.1798C5.48604 10.125 6.15112 10.125 6.95262 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.8478 4.67076C18.4422 4.62612 17.861 4.625 17 4.625C16.5858 4.625 16.25 4.28922 16.25 3.875C16.25 3.46079 16.5858 3.125 17 3.125H17.0474H17.0474C17.8489 3.12498 18.514 3.12496 19.0119 3.17976C19.476 3.23085 20.0725 3.34999 20.4226 3.84261C20.6257 4.12841 20.7381 4.46846 20.7493 4.81701C20.7683 5.40524 20.3927 5.87026 20.0607 6.21451C19.7065 6.58175 19.1887 7.01647 18.561 7.54355L18.561 7.54357L17.4823 8.44936C17.1651 8.71573 16.692 8.67451 16.4257 8.3573C16.1593 8.04009 16.2005 7.56701 16.5177 7.30064L17.5615 6.42412C18.2328 5.86043 18.6885 5.47646 18.981 5.17316C19.1793 4.96763 19.2343 4.86546 19.2479 4.83776C19.2437 4.8041 19.2339 4.77272 19.22 4.74506C19.183 4.73042 19.0795 4.69627 18.8478 4.67076Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.8478 11.6708C18.4422 11.6261 17.861 11.625 17 11.625C16.5858 11.625 16.25 11.2892 16.25 10.875C16.25 10.4608 16.5858 10.125 17 10.125L17.0474 10.125C17.8489 10.125 18.514 10.125 19.0119 10.1798C19.476 10.2308 20.0725 10.35 20.4226 10.8426C20.6257 11.1284 20.7381 11.4685 20.7493 11.817C20.7683 12.4052 20.3927 12.8703 20.0607 13.2145C19.7064 13.5818 19.1887 14.0165 18.561 14.5436L18.561 14.5436L17.4823 15.4494C17.1651 15.7157 16.692 15.6745 16.4257 15.3573C16.1593 15.0401 16.2005 14.567 16.5177 14.3006L17.5615 13.4241C18.2328 12.8604 18.6885 12.4765 18.981 12.1732C19.1793 11.9676 19.2343 11.8655 19.2479 11.8378C19.2437 11.8041 19.2339 11.7727 19.22 11.7451C19.183 11.7304 19.0795 11.6963 18.8478 11.6708Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 15.875C12.5523 15.875 13 16.3227 13 16.875V21.875C13 22.4273 12.5523 22.875 12 22.875C11.4477 22.875 11 22.4273 11 21.875V16.875C11 16.3227 11.4477 15.875 12 15.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0358 1.125C12.94 1.12499 13.6693 1.12498 14.2576 1.1783C14.8639 1.23326 15.3938 1.34955 15.875 1.62741C16.4451 1.95654 16.9185 2.42993 17.2476 3C17.5254 3.48125 17.6417 4.01105 17.6967 4.6174C17.75 5.2057 17.75 5.93498 17.75 6.83923V11.9108C17.75 12.815 17.75 13.5443 17.6967 14.1326C17.6417 14.7389 17.5254 15.2688 17.2476 15.75C16.9185 16.3201 16.4451 16.7935 15.875 17.1226C15.3938 17.4004 14.864 17.5167 14.2576 17.5717C13.6693 17.625 12.9401 17.625 12.0359 17.625H12.0358H11.9642H11.9641C11.0599 17.625 10.3307 17.625 9.7424 17.5717C9.13605 17.5167 8.60625 17.4004 8.125 17.1226C7.55493 16.7935 7.08154 16.3201 6.75241 15.75C6.47456 15.2688 6.35826 14.7389 6.3033 14.1326C6.24998 13.5443 6.24999 12.815 6.25 11.9108V11.9108V6.83921V6.8392C6.24999 5.93497 6.24998 5.20569 6.3033 4.6174C6.35826 4.01105 6.47455 3.48125 6.75241 3C7.08154 2.42993 7.55493 1.95654 8.125 1.62741C8.60625 1.34956 9.13605 1.23326 9.7424 1.1783C10.3307 1.12498 11.06 1.12499 11.9642 1.125H11.9642H12.0358H12.0358ZM13.5 6.375C13.5 7.20343 12.8284 7.875 12 7.875C11.1716 7.875 10.5 7.20343 10.5 6.375C10.5 5.54657 11.1716 4.875 12 4.875C12.8284 4.875 13.5 5.54657 13.5 6.375ZM12 13.875C12.8284 13.875 13.5 13.2034 13.5 12.375C13.5 11.5466 12.8284 10.875 12 10.875C11.1716 10.875 10.5 11.5466 10.5 12.375C10.5 13.2034 11.1716 13.875 12 13.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.95262 3.125H7.00001C7.41422 3.125 7.75001 3.46079 7.75001 3.875C7.75001 4.28922 7.41422 4.625 7.00001 4.625C6.13907 4.625 5.55784 4.62612 5.15226 4.67076C4.92052 4.69627 4.81705 4.73042 4.78002 4.74506C4.7661 4.77272 4.7563 4.8041 4.75208 4.83776C4.76577 4.86546 4.82074 4.96763 5.01898 5.17316C5.31153 5.47646 5.7672 5.86043 6.43848 6.42412L7.48231 7.30064C7.79952 7.56701 7.84073 8.04009 7.57437 8.3573C7.308 8.67451 6.83492 8.71573 6.51771 8.44936L5.43901 7.54356L5.43901 7.54355C4.8113 7.01647 4.29358 6.58175 3.93935 6.21451C3.60731 5.87026 3.23172 5.40524 3.25069 4.81701C3.26193 4.46846 3.37437 4.12841 3.57747 3.84261C3.92756 3.34999 4.52402 3.23085 4.98815 3.17976C5.48603 3.12496 6.15111 3.12498 6.95259 3.125H6.95262Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.95262 10.125L7.00001 10.125C7.41422 10.125 7.75001 10.4608 7.75001 10.875C7.75001 11.2892 7.41422 11.625 7.00001 11.625C6.13907 11.625 5.55784 11.6261 5.15226 11.6708C4.92052 11.6963 4.81705 11.7304 4.78002 11.7451C4.7661 11.7727 4.7563 11.8041 4.75208 11.8378C4.76577 11.8655 4.82074 11.9676 5.01898 12.1732C5.31153 12.4765 5.7672 12.8604 6.43848 13.4241L7.48231 14.3006C7.79952 14.567 7.84073 15.0401 7.57437 15.3573C7.308 15.6745 6.83492 15.7157 6.51771 15.4494L5.43904 14.5436C4.81131 14.0165 4.29358 13.5818 3.93935 13.2145C3.60731 12.8703 3.23172 12.4052 3.25069 11.817C3.26193 11.4685 3.37437 11.1284 3.57747 10.8426C3.92756 10.35 4.52402 10.2308 4.98815 10.1798C5.48604 10.125 6.15112 10.125 6.95262 10.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.8478 4.67076C18.4422 4.62612 17.861 4.625 17 4.625C16.5858 4.625 16.25 4.28922 16.25 3.875C16.25 3.46079 16.5858 3.125 17 3.125H17.0474H17.0474C17.8489 3.12498 18.514 3.12496 19.0119 3.17976C19.476 3.23085 20.0725 3.34999 20.4226 3.84261C20.6257 4.12841 20.7381 4.46846 20.7493 4.81701C20.7683 5.40524 20.3927 5.87026 20.0607 6.21451C19.7065 6.58175 19.1887 7.01647 18.561 7.54355L18.561 7.54357L17.4823 8.44936C17.1651 8.71573 16.692 8.67451 16.4257 8.3573C16.1593 8.04009 16.2005 7.56701 16.5177 7.30064L17.5615 6.42412C18.2328 5.86043 18.6885 5.47646 18.981 5.17316C19.1793 4.96763 19.2343 4.86546 19.2479 4.83776C19.2437 4.8041 19.2339 4.77272 19.22 4.74506C19.183 4.73042 19.0795 4.69627 18.8478 4.67076Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.8478 11.6708C18.4422 11.6261 17.861 11.625 17 11.625C16.5858 11.625 16.25 11.2892 16.25 10.875C16.25 10.4608 16.5858 10.125 17 10.125L17.0474 10.125C17.8489 10.125 18.514 10.125 19.0119 10.1798C19.476 10.2308 20.0725 10.35 20.4226 10.8426C20.6257 11.1284 20.7381 11.4685 20.7493 11.817C20.7683 12.4052 20.3927 12.8703 20.0607 13.2145C19.7064 13.5818 19.1887 14.0165 18.561 14.5436L18.561 14.5436L17.4823 15.4494C17.1651 15.7157 16.692 15.6745 16.4257 15.3573C16.1593 15.0401 16.2005 14.567 16.5177 14.3006L17.5615 13.4241C18.2328 12.8604 18.6885 12.4765 18.981 12.1732C19.1793 11.9676 19.2343 11.8655 19.2479 11.8378C19.2437 11.8041 19.2339 11.7727 19.22 11.7451C19.183 11.7304 19.0795 11.6963 18.8478 11.6708Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-train-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.55481 18.0429C8.01434 18.3493 8.13851 18.9702 7.83216 19.4297L5.83216 22.4297C5.5258 22.8892 4.90493 23.0134 4.44541 22.707C3.98588 22.4007 3.8617 21.7798 4.16806 21.3203L6.16806 18.3203C6.47441 17.8608 7.09528 17.7366 7.55481 18.0429ZM16.4454 18.0429C16.9049 17.7366 17.5258 17.8608 17.8322 18.3203L19.8322 21.3203C20.1385 21.7798 20.0143 22.4007 19.5548 22.707C19.0953 23.0134 18.4744 22.8892 18.1681 22.4297L16.1681 19.4297C15.8617 18.9702 15.9859 18.3493 16.4454 18.0429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9289 1.125H12.0711H12.0712C13.8439 1.12498 15.2729 1.12496 16.3967 1.27628C17.5635 1.43339 18.546 1.7695 19.3262 2.55093C20.1065 3.33237 20.4421 4.31627 20.599 5.48483C20.75 6.61038 20.75 8.04147 20.75 9.81695V10.9331C20.75 12.5813 20.75 13.9328 20.6292 15.0185C20.6221 15.0817 20.5635 15.125 20.5 15.125H18.75C18.3358 15.125 18 15.4608 18 15.875C18 16.2892 18.3358 16.625 18.75 16.625H19.4483C19.8434 16.625 20.041 16.625 20.1276 16.775C20.2142 16.9249 20.1243 17.0807 19.9445 17.3923C19.7777 17.6813 19.5745 17.9504 19.3262 18.1991C18.546 18.9805 17.5635 19.3166 16.3967 19.4737C15.2729 19.625 13.8439 19.625 12.0712 19.625H11.9289C10.1561 19.625 8.72713 19.625 7.60329 19.4737C6.43648 19.3166 5.45405 18.9805 4.67379 18.1991C4.42553 17.9504 4.22229 17.6813 4.05549 17.3923C3.87572 17.0807 3.78583 16.9249 3.87244 16.775C3.95905 16.625 4.1566 16.625 4.55171 16.625H5.25C5.66421 16.625 6 16.2892 6 15.875C6 15.4608 5.66421 15.125 5.25 15.125H3.5C3.43646 15.125 3.37788 15.0817 3.37085 15.0185C3.24996 13.9328 3.24998 12.5814 3.25 10.9331V10.9331V9.8169V9.81688C3.24998 8.04144 3.24996 6.61036 3.40105 5.48483C3.55792 4.31627 3.89353 3.33237 4.67379 2.55093C5.45405 1.7695 6.43648 1.43339 7.60329 1.27628C8.72712 1.12496 10.1561 1.12498 11.9288 1.125H11.9289ZM5.8698 5.625H18.13C18.3819 5.625 18.5078 5.625 18.5938 5.70395C18.6799 5.7829 18.6903 5.9041 18.7112 6.14649C18.7922 7.08622 18.8054 8.33226 18.8054 9.88816L18.8053 10.8959C18.8053 11.1297 18.8053 11.2466 18.7369 11.3297C18.6685 11.4127 18.5552 11.4349 18.3286 11.4793C18.0711 11.5297 17.785 11.5826 17.4743 11.6356C16.0344 11.881 14.0786 12.1249 12.0003 12.1249C9.92209 12.1249 7.96634 11.881 6.52637 11.6356C6.2153 11.5825 5.92889 11.5295 5.67117 11.4791C5.44456 11.4347 5.33125 11.4125 5.26287 11.3295C5.19449 11.2464 5.19448 11.1295 5.19445 10.8957L5.19434 9.88816C5.19434 8.33226 5.20757 7.08622 5.28856 6.14649C5.30945 5.9041 5.3199 5.7829 5.40594 5.70395C5.49199 5.625 5.61793 5.625 5.8698 5.625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.55481 18.0429C8.01434 18.3493 8.13851 18.9702 7.83216 19.4297L5.83216 22.4297C5.5258 22.8892 4.90493 23.0134 4.44541 22.707C3.98588 22.4007 3.8617 21.7798 4.16806 21.3203L6.16806 18.3203C6.47441 17.8608 7.09528 17.7366 7.55481 18.0429ZM16.4454 18.0429C16.9049 17.7366 17.5258 17.8608 17.8322 18.3203L19.8322 21.3203C20.1385 21.7798 20.0143 22.4007 19.5548 22.707C19.0953 23.0134 18.4744 22.8892 18.1681 22.4297L16.1681 19.4297C15.8617 18.9702 15.9859 18.3493 16.4454 18.0429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9289 1.125H12.0711H12.0712C13.8439 1.12498 15.2729 1.12496 16.3967 1.27628C17.5635 1.43339 18.546 1.7695 19.3262 2.55093C20.1065 3.33237 20.4421 4.31627 20.599 5.48483C20.75 6.61038 20.75 8.04147 20.75 9.81695V10.9331C20.75 12.5813 20.75 13.9328 20.6292 15.0185C20.6221 15.0817 20.5635 15.125 20.5 15.125H18.75C18.3358 15.125 18 15.4608 18 15.875C18 16.2892 18.3358 16.625 18.75 16.625H19.4483C19.8434 16.625 20.041 16.625 20.1276 16.775C20.2142 16.9249 20.1243 17.0807 19.9445 17.3923C19.7777 17.6813 19.5745 17.9504 19.3262 18.1991C18.546 18.9805 17.5635 19.3166 16.3967 19.4737C15.2729 19.625 13.8439 19.625 12.0712 19.625H11.9289C10.1561 19.625 8.72713 19.625 7.60329 19.4737C6.43648 19.3166 5.45405 18.9805 4.67379 18.1991C4.42553 17.9504 4.22229 17.6813 4.05549 17.3923C3.87572 17.0807 3.78583 16.9249 3.87244 16.775C3.95905 16.625 4.1566 16.625 4.55171 16.625H5.25C5.66421 16.625 6 16.2892 6 15.875C6 15.4608 5.66421 15.125 5.25 15.125H3.5C3.43646 15.125 3.37788 15.0817 3.37085 15.0185C3.24996 13.9328 3.24998 12.5814 3.25 10.9331V10.9331V9.8169V9.81688C3.24998 8.04144 3.24996 6.61036 3.40105 5.48483C3.55792 4.31627 3.89353 3.33237 4.67379 2.55093C5.45405 1.7695 6.43648 1.43339 7.60329 1.27628C8.72712 1.12496 10.1561 1.12498 11.9288 1.125H11.9289ZM5.8698 5.625H18.13C18.3819 5.625 18.5078 5.625 18.5938 5.70395C18.6799 5.7829 18.6903 5.9041 18.7112 6.14649C18.7922 7.08622 18.8054 8.33226 18.8054 9.88816L18.8053 10.8959C18.8053 11.1297 18.8053 11.2466 18.7369 11.3297C18.6685 11.4127 18.5552 11.4349 18.3286 11.4793C18.0711 11.5297 17.785 11.5826 17.4743 11.6356C16.0344 11.881 14.0786 12.1249 12.0003 12.1249C9.92209 12.1249 7.96634 11.881 6.52637 11.6356C6.2153 11.5825 5.92889 11.5295 5.67117 11.4791C5.44456 11.4347 5.33125 11.4125 5.26287 11.3295C5.19449 11.2464 5.19448 11.1295 5.19445 10.8957L5.19434 9.88816C5.19434 8.33226 5.20757 7.08622 5.28856 6.14649C5.30945 5.9041 5.3199 5.7829 5.40594 5.70395C5.49199 5.625 5.61793 5.625 5.8698 5.625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-train-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 9.87495C3.25 5.04245 7.16751 1.12495 12 1.12495C16.8325 1.12495 20.75 5.04245 20.75 9.87495C20.75 12.266 19.7895 14.9199 18.2588 16.9792C16.7337 19.031 14.5364 20.6249 12 20.6249C9.46356 20.6249 7.26632 19.031 5.74121 16.9792C4.21053 14.9199 3.25 12.266 3.25 9.87495ZM9.42912 18.3853C10.2454 18.861 11.1132 19.1249 12 19.1249C12.8869 19.1249 13.7546 18.861 14.5709 18.3853C14.8382 18.2296 14.9719 18.1517 14.9833 17.9938C14.9947 17.8359 14.8771 17.7424 14.6419 17.5552C13.905 16.969 12.9889 16.6249 12 16.6249C11.0111 16.6249 10.095 16.969 9.35815 17.5552C9.12293 17.7424 9.00532 17.8359 9.01675 17.9938C9.02817 18.1517 9.16182 18.2296 9.42912 18.3853ZM16.1794 6.99257C15.1554 5.7214 13.5479 5.125 11.9999 5.125C10.4519 5.125 8.84446 5.72139 7.82052 6.99257C7.32935 7.60234 7.0498 8.34628 7.4143 9.06578C7.73107 9.69106 8.41506 10.016 9.03771 10.1984C9.96144 10.4691 10.9589 10.625 11.9999 10.625C13.041 10.625 14.0384 10.4691 14.9622 10.1984C15.5848 10.016 16.2688 9.69106 16.5856 9.06578C16.9501 8.34627 16.6705 7.60233 16.1794 6.99257Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.55481 18.0429C6.01434 18.3493 6.13851 18.9702 5.83216 19.4297L3.83216 22.4297C3.5258 22.8892 2.90493 23.0134 2.44541 22.707C1.98588 22.4007 1.8617 21.7798 2.16806 21.3203L4.16806 18.3203C4.47441 17.8608 5.09528 17.7366 5.55481 18.0429ZM18.4454 18.0429C18.9049 17.7366 19.5258 17.8608 19.8322 18.3203L21.8322 21.3203C22.1385 21.7798 22.0143 22.4007 21.5548 22.707C21.0953 23.0134 20.4744 22.8892 20.1681 22.4297L18.1681 19.4297C17.8617 18.9702 17.9859 18.3493 18.4454 18.0429Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 9.87495C3.25 5.04245 7.16751 1.12495 12 1.12495C16.8325 1.12495 20.75 5.04245 20.75 9.87495C20.75 12.266 19.7895 14.9199 18.2588 16.9792C16.7337 19.031 14.5364 20.6249 12 20.6249C9.46356 20.6249 7.26632 19.031 5.74121 16.9792C4.21053 14.9199 3.25 12.266 3.25 9.87495ZM9.42912 18.3853C10.2454 18.861 11.1132 19.1249 12 19.1249C12.8869 19.1249 13.7546 18.861 14.5709 18.3853C14.8382 18.2296 14.9719 18.1517 14.9833 17.9938C14.9947 17.8359 14.8771 17.7424 14.6419 17.5552C13.905 16.969 12.9889 16.6249 12 16.6249C11.0111 16.6249 10.095 16.969 9.35815 17.5552C9.12293 17.7424 9.00532 17.8359 9.01675 17.9938C9.02817 18.1517 9.16182 18.2296 9.42912 18.3853ZM16.1794 6.99257C15.1554 5.7214 13.5479 5.125 11.9999 5.125C10.4519 5.125 8.84446 5.72139 7.82052 6.99257C7.32935 7.60234 7.0498 8.34628 7.4143 9.06578C7.73107 9.69106 8.41506 10.016 9.03771 10.1984C9.96144 10.4691 10.9589 10.625 11.9999 10.625C13.041 10.625 14.0384 10.4691 14.9622 10.1984C15.5848 10.016 16.2688 9.69106 16.5856 9.06578C16.9501 8.34627 16.6705 7.60233 16.1794 6.99257Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.55481 18.0429C6.01434 18.3493 6.13851 18.9702 5.83216 19.4297L3.83216 22.4297C3.5258 22.8892 2.90493 23.0134 2.44541 22.707C1.98588 22.4007 1.8617 21.7798 2.16806 21.3203L4.16806 18.3203C4.47441 17.8608 5.09528 17.7366 5.55481 18.0429ZM18.4454 18.0429C18.9049 17.7366 19.5258 17.8608 19.8322 18.3203L21.8322 21.3203C22.1385 21.7798 22.0143 22.4007 21.5548 22.707C21.0953 23.0134 20.4744 22.8892 20.1681 22.4297L18.1681 19.4297C17.8617 18.9702 17.9859 18.3493 18.4454 18.0429Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-tram{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.11328 1.99988C4.11328 1.44759 4.561 0.999878 5.11328 0.999878H19.1133C19.6656 0.999878 20.1133 1.44759 20.1133 1.99988C20.1133 2.55216 19.6656 2.99988 19.1133 2.99988H14.6485L12.9453 5.55458C12.639 6.01411 12.0181 6.13828 11.5586 5.83193C11.0991 5.52558 10.9749 4.90471 11.2812 4.44518L12.2448 2.99988H5.11328C4.561 2.99988 4.11328 2.55216 4.11328 1.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.56071 19.1054C9.05469 19.3524 9.25492 19.9531 9.00793 20.4471L8.00793 22.4471C7.76094 22.941 7.16027 23.1413 6.66629 22.8943C6.17231 22.6473 5.97208 22.0466 6.21907 21.5526L7.21907 19.5526C7.46606 19.0587 8.06674 18.8584 8.56071 19.1054ZM15.6663 19.1054C16.1603 18.8584 16.7609 19.0587 17.0079 19.5526L18.0079 21.5526C18.2549 22.0466 18.0547 22.6473 17.5607 22.8943C17.0667 23.1413 16.4661 22.941 16.2191 22.4471L15.2191 20.4471C14.9721 19.9531 15.1723 19.3524 15.6663 19.1054Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0435 4.24988H12.1831H12.1831C13.7221 4.24985 14.9748 4.24983 15.9628 4.38291C16.9935 4.52175 17.8799 4.82126 18.5865 5.52914C19.293 6.23702 19.5919 7.12507 19.7305 8.15776C19.8633 9.14761 19.8633 10.4027 19.8633 11.9446V13.0551C19.8633 14.0542 19.8633 14.933 19.8272 15.6971C19.815 15.9551 19.8089 16.084 19.722 16.167C19.635 16.2499 19.5029 16.2499 19.2387 16.2499H17.8633C17.4491 16.2499 17.1133 16.5857 17.1133 16.9999C17.1133 17.4141 17.4491 17.7499 17.8633 17.7499H18.7623C19.1349 17.7499 19.3211 17.7499 19.4094 17.89C19.4977 18.0301 19.4245 18.1829 19.2781 18.4886C19.107 18.8458 18.8825 19.174 18.5865 19.4706C17.8799 20.1785 16.9935 20.478 15.9628 20.6168C14.9748 20.7499 13.7221 20.7499 12.183 20.7499H12.0435C10.5045 20.7499 9.25175 20.7499 8.26376 20.6168C7.23303 20.478 6.34666 20.1785 5.64012 19.4706C5.34409 19.174 5.11961 18.8458 4.9485 18.4886C4.80211 18.1829 4.72892 18.0301 4.81717 17.89C4.90542 17.7499 5.0917 17.7499 5.46426 17.7499H6.36328C6.77749 17.7499 7.11328 17.4141 7.11328 16.9999C7.11328 16.5857 6.77749 16.2499 6.36328 16.2499H4.98787C4.72364 16.2499 4.59153 16.2499 4.5046 16.167C4.41767 16.084 4.41158 15.9551 4.39938 15.6971C4.36325 14.933 4.36326 14.0543 4.36328 13.0551V13.0551V11.9446V11.9446C4.36325 10.4027 4.36323 9.1476 4.49606 8.15776C4.63464 7.12507 4.93358 6.23702 5.64012 5.52914C6.34666 4.82126 7.23303 4.52175 8.26376 4.38291C9.25172 4.24983 10.5045 4.24985 12.0435 4.24988H12.0435ZM6.44863 8.83353C6.53571 8.74988 6.66539 8.74988 6.92476 8.74988H17.3027C17.5621 8.74988 17.6918 8.74988 17.7788 8.83352C17.8659 8.91717 17.871 9.04271 17.8811 9.2938C17.9196 10.2503 17.9251 11.878 17.9259 13.0622C17.926 13.2904 17.9261 13.4045 17.8597 13.487C17.7933 13.5695 17.6833 13.5934 17.4633 13.6413C17.2798 13.6813 17.0814 13.7224 16.8699 13.7636C15.6166 14.0078 13.917 14.2498 12.1133 14.2498C10.3096 14.2498 8.61 14.0078 7.3567 13.7636C7.1456 13.7225 6.94764 13.6814 6.76444 13.6415C6.54445 13.5936 6.43445 13.5697 6.36806 13.4872C6.30166 13.4047 6.30173 13.2906 6.30187 13.0624C6.30261 11.8782 6.30794 10.2504 6.34641 9.2938C6.3565 9.04272 6.36155 8.91718 6.44863 8.83353Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.11328 1.99988C4.11328 1.44759 4.561 0.999878 5.11328 0.999878H19.1133C19.6656 0.999878 20.1133 1.44759 20.1133 1.99988C20.1133 2.55216 19.6656 2.99988 19.1133 2.99988H14.6485L12.9453 5.55458C12.639 6.01411 12.0181 6.13828 11.5586 5.83193C11.0991 5.52558 10.9749 4.90471 11.2812 4.44518L12.2448 2.99988H5.11328C4.561 2.99988 4.11328 2.55216 4.11328 1.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.56071 19.1054C9.05469 19.3524 9.25492 19.9531 9.00793 20.4471L8.00793 22.4471C7.76094 22.941 7.16027 23.1413 6.66629 22.8943C6.17231 22.6473 5.97208 22.0466 6.21907 21.5526L7.21907 19.5526C7.46606 19.0587 8.06674 18.8584 8.56071 19.1054ZM15.6663 19.1054C16.1603 18.8584 16.7609 19.0587 17.0079 19.5526L18.0079 21.5526C18.2549 22.0466 18.0547 22.6473 17.5607 22.8943C17.0667 23.1413 16.4661 22.941 16.2191 22.4471L15.2191 20.4471C14.9721 19.9531 15.1723 19.3524 15.6663 19.1054Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0435 4.24988H12.1831H12.1831C13.7221 4.24985 14.9748 4.24983 15.9628 4.38291C16.9935 4.52175 17.8799 4.82126 18.5865 5.52914C19.293 6.23702 19.5919 7.12507 19.7305 8.15776C19.8633 9.14761 19.8633 10.4027 19.8633 11.9446V13.0551C19.8633 14.0542 19.8633 14.933 19.8272 15.6971C19.815 15.9551 19.8089 16.084 19.722 16.167C19.635 16.2499 19.5029 16.2499 19.2387 16.2499H17.8633C17.4491 16.2499 17.1133 16.5857 17.1133 16.9999C17.1133 17.4141 17.4491 17.7499 17.8633 17.7499H18.7623C19.1349 17.7499 19.3211 17.7499 19.4094 17.89C19.4977 18.0301 19.4245 18.1829 19.2781 18.4886C19.107 18.8458 18.8825 19.174 18.5865 19.4706C17.8799 20.1785 16.9935 20.478 15.9628 20.6168C14.9748 20.7499 13.7221 20.7499 12.183 20.7499H12.0435C10.5045 20.7499 9.25175 20.7499 8.26376 20.6168C7.23303 20.478 6.34666 20.1785 5.64012 19.4706C5.34409 19.174 5.11961 18.8458 4.9485 18.4886C4.80211 18.1829 4.72892 18.0301 4.81717 17.89C4.90542 17.7499 5.0917 17.7499 5.46426 17.7499H6.36328C6.77749 17.7499 7.11328 17.4141 7.11328 16.9999C7.11328 16.5857 6.77749 16.2499 6.36328 16.2499H4.98787C4.72364 16.2499 4.59153 16.2499 4.5046 16.167C4.41767 16.084 4.41158 15.9551 4.39938 15.6971C4.36325 14.933 4.36326 14.0543 4.36328 13.0551V13.0551V11.9446V11.9446C4.36325 10.4027 4.36323 9.1476 4.49606 8.15776C4.63464 7.12507 4.93358 6.23702 5.64012 5.52914C6.34666 4.82126 7.23303 4.52175 8.26376 4.38291C9.25172 4.24983 10.5045 4.24985 12.0435 4.24988H12.0435ZM6.44863 8.83353C6.53571 8.74988 6.66539 8.74988 6.92476 8.74988H17.3027C17.5621 8.74988 17.6918 8.74988 17.7788 8.83352C17.8659 8.91717 17.871 9.04271 17.8811 9.2938C17.9196 10.2503 17.9251 11.878 17.9259 13.0622C17.926 13.2904 17.9261 13.4045 17.8597 13.487C17.7933 13.5695 17.6833 13.5934 17.4633 13.6413C17.2798 13.6813 17.0814 13.7224 16.8699 13.7636C15.6166 14.0078 13.917 14.2498 12.1133 14.2498C10.3096 14.2498 8.61 14.0078 7.3567 13.7636C7.1456 13.7225 6.94764 13.6814 6.76444 13.6415C6.54445 13.5936 6.43445 13.5697 6.36806 13.4872C6.30166 13.4047 6.30173 13.2906 6.30187 13.0624C6.30261 11.8782 6.30794 10.2504 6.34641 9.2938C6.3565 9.04272 6.36155 8.91718 6.44863 8.83353Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-truck-delivery{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 8C1 7.44772 1.44772 7 2 7H8C8.55228 7 9 7.44772 9 8C9 8.55228 8.55228 9 8 9H2C1.44772 9 1 8.55228 1 8ZM1 11C1 10.4477 1.44772 10 2 10H6C6.55228 10 7 10.4477 7 11C7 11.5523 6.55228 12 6 12H2C1.44772 12 1 11.5523 1 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4482 3.25003C11.4314 3.24965 12.103 3.24938 12.6706 3.43372C13.5142 3.70769 14.2234 4.26737 14.6863 5.00109L16.134 5.00109C16.8222 5.00106 17.4116 5.00104 17.9006 5.05039C18.4232 5.10314 18.912 5.21811 19.3785 5.49659C19.845 5.77507 20.178 6.15069 20.4723 6.58564C20.7476 6.99257 21.027 7.51122 21.3532 8.11683L22.6535 10.5304C22.7327 10.6774 22.7714 10.8354 22.7733 10.9916L22.7734 11.0049V13.0599C22.7735 14.1934 22.7735 15.1197 22.6751 15.851C22.5723 16.6154 22.3497 17.2782 21.8204 17.8072C21.6205 18.007 21.401 18.1634 21.1634 18.2863C21.0702 18.3345 21.0236 18.3586 20.9789 18.3602C20.8998 18.3632 20.8239 18.317 20.7902 18.2455C20.7712 18.205 20.7712 18.1398 20.7712 18.0093C20.7712 15.9369 19.0903 14.257 17.0168 14.257C14.9434 14.257 13.2625 15.9369 13.2625 18.0093C13.2625 18.0955 13.2654 18.181 13.2711 18.2658C13.2873 18.5048 13.2953 18.6242 13.2357 18.6878C13.176 18.7513 13.0656 18.7508 12.8449 18.7498L11.1734 18.7421C10.9552 18.7411 10.8461 18.7406 10.7871 18.6773C10.728 18.614 10.7358 18.4959 10.7514 18.2596C10.7569 18.1769 10.7596 18.0934 10.7596 18.0093C10.7596 15.9369 9.07875 14.257 7.00529 14.257C4.93184 14.257 3.25097 15.9369 3.25097 18.0093C3.25097 18.1398 3.25097 18.205 3.23189 18.2455C3.19819 18.3171 3.12233 18.3632 3.04328 18.3603C2.99852 18.3586 2.95192 18.3345 2.85873 18.2863C2.6211 18.1635 2.40157 18.007 2.20164 17.8072C1.49997 17.1059 1.33294 16.1633 1.27715 15.0447C1.27656 15.0329 1.27625 15.0211 1.27622 15.0092L1.27354 13.9403C1.27295 13.7047 1.27266 13.5869 1.33693 13.5273C1.4012 13.4677 1.53518 13.4781 1.80315 13.4989C1.86795 13.5039 1.93344 13.5065 1.99953 13.5065H6.00414C7.38645 13.5065 8.50702 12.3865 8.50702 11.005C8.50702 10.7612 8.50702 10.6393 8.53496 10.5792C8.55271 10.541 8.5573 10.5341 8.58574 10.503C8.63051 10.4541 8.74348 10.407 8.96941 10.3128C9.87373 9.93572 10.5093 9.04359 10.5093 8.00309C10.5093 6.62152 9.38875 5.50154 8.00645 5.50154H1.99953C1.78739 5.50154 1.68132 5.50154 1.62782 5.46126C1.58985 5.43267 1.5652 5.39531 1.55386 5.34917C1.53787 5.28416 1.57122 5.20635 1.63791 5.05071C1.77065 4.74095 1.95294 4.45804 2.20504 4.20545C2.73465 3.67479 3.39891 3.45171 4.1652 3.34864C4.89835 3.25003 5.82721 3.25005 6.96399 3.25007L10.4482 3.25003ZM19.5602 10.2544C19.8595 10.2544 20.0091 10.2544 20.0674 10.1569C20.1257 10.0594 20.0547 9.92774 19.9128 9.66441L19.6127 9.10723C19.2578 8.44854 19.0256 8.02 18.8136 7.70665C18.6143 7.41202 18.4781 7.29014 18.3517 7.21469C18.2254 7.13924 18.0535 7.07724 17.6994 7.04151C17.3228 7.0035 16.8352 7.00233 16.0867 7.00233H15.6694C15.4745 7.00233 15.377 7.00233 15.3182 7.06185C15.2594 7.12136 15.2606 7.22048 15.2632 7.41872C15.2657 7.61756 15.2653 7.81646 15.265 8.01531L15.2648 8.20314C15.2648 9.00653 15.274 9.23024 15.326 9.39015C15.4498 9.77093 15.7485 10.0695 16.1295 10.1932C16.2895 10.2452 16.5133 10.2544 17.3171 10.2544H19.5602Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 8C1 7.44772 1.44772 7 2 7H8C8.55228 7 9 7.44772 9 8C9 8.55228 8.55228 9 8 9H2C1.44772 9 1 8.55228 1 8ZM1 11C1 10.4477 1.44772 10 2 10H6C6.55228 10 7 10.4477 7 11C7 11.5523 6.55228 12 6 12H2C1.44772 12 1 11.5523 1 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4482 3.25003C11.4314 3.24965 12.103 3.24938 12.6706 3.43372C13.5142 3.70769 14.2234 4.26737 14.6863 5.00109L16.134 5.00109C16.8222 5.00106 17.4116 5.00104 17.9006 5.05039C18.4232 5.10314 18.912 5.21811 19.3785 5.49659C19.845 5.77507 20.178 6.15069 20.4723 6.58564C20.7476 6.99257 21.027 7.51122 21.3532 8.11683L22.6535 10.5304C22.7327 10.6774 22.7714 10.8354 22.7733 10.9916L22.7734 11.0049V13.0599C22.7735 14.1934 22.7735 15.1197 22.6751 15.851C22.5723 16.6154 22.3497 17.2782 21.8204 17.8072C21.6205 18.007 21.401 18.1634 21.1634 18.2863C21.0702 18.3345 21.0236 18.3586 20.9789 18.3602C20.8998 18.3632 20.8239 18.317 20.7902 18.2455C20.7712 18.205 20.7712 18.1398 20.7712 18.0093C20.7712 15.9369 19.0903 14.257 17.0168 14.257C14.9434 14.257 13.2625 15.9369 13.2625 18.0093C13.2625 18.0955 13.2654 18.181 13.2711 18.2658C13.2873 18.5048 13.2953 18.6242 13.2357 18.6878C13.176 18.7513 13.0656 18.7508 12.8449 18.7498L11.1734 18.7421C10.9552 18.7411 10.8461 18.7406 10.7871 18.6773C10.728 18.614 10.7358 18.4959 10.7514 18.2596C10.7569 18.1769 10.7596 18.0934 10.7596 18.0093C10.7596 15.9369 9.07875 14.257 7.00529 14.257C4.93184 14.257 3.25097 15.9369 3.25097 18.0093C3.25097 18.1398 3.25097 18.205 3.23189 18.2455C3.19819 18.3171 3.12233 18.3632 3.04328 18.3603C2.99852 18.3586 2.95192 18.3345 2.85873 18.2863C2.6211 18.1635 2.40157 18.007 2.20164 17.8072C1.49997 17.1059 1.33294 16.1633 1.27715 15.0447C1.27656 15.0329 1.27625 15.0211 1.27622 15.0092L1.27354 13.9403C1.27295 13.7047 1.27266 13.5869 1.33693 13.5273C1.4012 13.4677 1.53518 13.4781 1.80315 13.4989C1.86795 13.5039 1.93344 13.5065 1.99953 13.5065H6.00414C7.38645 13.5065 8.50702 12.3865 8.50702 11.005C8.50702 10.7612 8.50702 10.6393 8.53496 10.5792C8.55271 10.541 8.5573 10.5341 8.58574 10.503C8.63051 10.4541 8.74348 10.407 8.96941 10.3128C9.87373 9.93572 10.5093 9.04359 10.5093 8.00309C10.5093 6.62152 9.38875 5.50154 8.00645 5.50154H1.99953C1.78739 5.50154 1.68132 5.50154 1.62782 5.46126C1.58985 5.43267 1.5652 5.39531 1.55386 5.34917C1.53787 5.28416 1.57122 5.20635 1.63791 5.05071C1.77065 4.74095 1.95294 4.45804 2.20504 4.20545C2.73465 3.67479 3.39891 3.45171 4.1652 3.34864C4.89835 3.25003 5.82721 3.25005 6.96399 3.25007L10.4482 3.25003ZM19.5602 10.2544C19.8595 10.2544 20.0091 10.2544 20.0674 10.1569C20.1257 10.0594 20.0547 9.92774 19.9128 9.66441L19.6127 9.10723C19.2578 8.44854 19.0256 8.02 18.8136 7.70665C18.6143 7.41202 18.4781 7.29014 18.3517 7.21469C18.2254 7.13924 18.0535 7.07724 17.6994 7.04151C17.3228 7.0035 16.8352 7.00233 16.0867 7.00233H15.6694C15.4745 7.00233 15.377 7.00233 15.3182 7.06185C15.2594 7.12136 15.2606 7.22048 15.2632 7.41872C15.2657 7.61756 15.2653 7.81646 15.265 8.01531L15.2648 8.20314C15.2648 9.00653 15.274 9.23024 15.326 9.39015C15.4498 9.77093 15.7485 10.0695 16.1295 10.1932C16.2895 10.2452 16.5133 10.2544 17.3171 10.2544H19.5602Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-truck-monster{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 5C7 4.44772 7.44772 4 8 4H9C9.55228 4 10 4.44772 10 5C10 5.55228 9.55228 6 9 6H8C7.44772 6 7 5.55228 7 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5992 3.24626C12.5119 3.24675 12.4251 3.24725 12.339 3.24725C12.1101 3.24725 11.8786 3.24213 11.6461 3.23698C11.0296 3.22333 10.4055 3.20952 9.80276 3.29056C9.44728 3.33835 9.07156 3.4508 8.76253 3.75982C8.45351 4.06884 8.34106 4.44457 8.29327 4.80005C8.24987 5.12286 8.24992 5.51969 8.24997 5.95251L8.24997 8.29725C8.24997 8.40771 8.16042 8.49725 8.04997 8.49725L3.11324 8.49725C2.84803 8.49725 2.59367 8.60261 2.40614 8.79014C2.2186 8.97768 2.11324 9.23203 2.11324 9.49725L2.11324 13.3717C2.11324 13.4432 2.07455 13.5084 2.01525 13.5483C1.66991 13.7802 1.46601 14.1043 1.36091 14.4474C1.25672 14.7875 1.2498 15.1446 1.25 15.4973C1.2498 15.8499 1.25672 16.207 1.36091 16.5471C1.49468 16.9838 1.7885 17.3896 2.33031 17.614C2.52881 17.6963 2.72415 17.7239 2.9018 17.736C3.06712 17.7473 3.26397 17.7473 3.47824 17.7473H4.83287C4.62114 17.3802 4.5 16.9542 4.5 16.5C4.5 15.1193 5.61929 14 7 14C8.38071 14 9.5 15.1193 9.5 16.5C9.5 16.9542 9.37886 17.3802 9.16713 17.7473L14.8329 17.7473C14.6211 17.3802 14.5 16.9542 14.5 16.5C14.5 15.1193 15.6193 14 17 14C18.3807 14 19.5 15.1193 19.5 16.5C19.5 16.9542 19.3789 17.3802 19.1671 17.7473L20.5218 17.7473C20.736 17.7473 20.9329 17.7473 21.0982 17.736C21.2759 17.7239 21.4712 17.6963 21.6697 17.614C22.2115 17.3896 22.5053 16.9838 22.6391 16.5471C22.7465 16.1964 22.7498 15.8271 22.75 15.4636C22.7503 15.2035 22.7506 14.8114 22.6391 14.4474C22.5212 14.0624 22.2789 13.7015 21.8521 13.4677C21.7564 13.4152 21.6863 13.3229 21.6754 13.2143L21.5002 11.4621C21.4409 10.8689 21.3906 10.366 21.305 9.95605C21.2138 9.51978 21.0709 9.12332 20.7868 8.76796C20.5028 8.41259 20.1475 8.18584 19.742 8.00084C19.4283 7.85768 18.8642 7.69522 18.4892 7.59448C18.1101 7.49263 18.1092 7.49123 17.8996 7.17819L17.8972 7.17451C17.7182 6.9072 17.4709 6.5377 17.3278 6.32372L17.2338 6.18293C16.8266 5.57265 16.416 4.9574 15.9289 4.40811C15.6783 4.12561 15.3601 3.81305 14.9919 3.61975C14.2625 3.23684 13.4093 3.24167 12.5992 3.24626ZM4.31324 10.4973L8.24997 10.4973L8.24997 13.2473L4.11324 13.2473L4.11324 10.6972C4.11324 10.5868 4.20279 10.4973 4.31324 10.4973ZM15.1992 6.70687C14.7835 6.07228 14.3055 5.34272 13.5712 5.2753C13.2202 5.24308 12.8664 5.24285 12.5132 5.24515C12.3241 5.24638 12.2295 5.247 12.1714 5.3055C12.1132 5.364 12.1132 5.45842 12.1132 5.64725L12.1132 7.59465C12.1132 7.78427 12.1132 7.87908 12.1721 7.93771C12.231 7.99633 12.3258 7.99595 12.5155 7.99519C13.4596 7.99138 14.7576 7.99225 15.7314 7.99388C15.899 7.99415 15.9828 7.99429 16.0107 7.93975C16.0386 7.8852 15.9898 7.81774 15.8921 7.68282C15.7692 7.51299 15.6395 7.33813 15.5132 7.16782C15.4105 7.02933 15.3069 6.8713 15.1992 6.7069L15.1992 6.70688L15.1992 6.70687ZM12.8633 9.75C12.4491 9.75 12.1133 10.0858 12.1133 10.5C12.1133 10.9142 12.4491 11.25 12.8633 11.25H13.8633C14.2775 11.25 14.6133 10.9142 14.6133 10.5C14.6133 10.0858 14.2775 9.75 13.8633 9.75H12.8633Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 14C5.61929 14 4.5 15.1193 4.5 16.5C4.5 17.8807 5.61929 19 7 19C8.38071 19 9.5 17.8807 9.5 16.5C9.5 15.1193 8.38071 14 7 14ZM2.5 16.5C2.5 14.0147 4.51472 12 7 12C9.48528 12 11.5 14.0147 11.5 16.5C11.5 18.9853 9.48528 21 7 21C4.51472 21 2.5 18.9853 2.5 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 14C15.6193 14 14.5 15.1193 14.5 16.5C14.5 17.8807 15.6193 19 17 19C18.3807 19 19.5 17.8807 19.5 16.5C19.5 15.1193 18.3807 14 17 14ZM12.5 16.5C12.5 14.0147 14.5147 12 17 12C19.4853 12 21.5 14.0147 21.5 16.5C21.5 18.9853 19.4853 21 17 21C14.5147 21 12.5 18.9853 12.5 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 5C7 4.44772 7.44772 4 8 4H9C9.55228 4 10 4.44772 10 5C10 5.55228 9.55228 6 9 6H8C7.44772 6 7 5.55228 7 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5992 3.24626C12.5119 3.24675 12.4251 3.24725 12.339 3.24725C12.1101 3.24725 11.8786 3.24213 11.6461 3.23698C11.0296 3.22333 10.4055 3.20952 9.80276 3.29056C9.44728 3.33835 9.07156 3.4508 8.76253 3.75982C8.45351 4.06884 8.34106 4.44457 8.29327 4.80005C8.24987 5.12286 8.24992 5.51969 8.24997 5.95251L8.24997 8.29725C8.24997 8.40771 8.16042 8.49725 8.04997 8.49725L3.11324 8.49725C2.84803 8.49725 2.59367 8.60261 2.40614 8.79014C2.2186 8.97768 2.11324 9.23203 2.11324 9.49725L2.11324 13.3717C2.11324 13.4432 2.07455 13.5084 2.01525 13.5483C1.66991 13.7802 1.46601 14.1043 1.36091 14.4474C1.25672 14.7875 1.2498 15.1446 1.25 15.4973C1.2498 15.8499 1.25672 16.207 1.36091 16.5471C1.49468 16.9838 1.7885 17.3896 2.33031 17.614C2.52881 17.6963 2.72415 17.7239 2.9018 17.736C3.06712 17.7473 3.26397 17.7473 3.47824 17.7473H4.83287C4.62114 17.3802 4.5 16.9542 4.5 16.5C4.5 15.1193 5.61929 14 7 14C8.38071 14 9.5 15.1193 9.5 16.5C9.5 16.9542 9.37886 17.3802 9.16713 17.7473L14.8329 17.7473C14.6211 17.3802 14.5 16.9542 14.5 16.5C14.5 15.1193 15.6193 14 17 14C18.3807 14 19.5 15.1193 19.5 16.5C19.5 16.9542 19.3789 17.3802 19.1671 17.7473L20.5218 17.7473C20.736 17.7473 20.9329 17.7473 21.0982 17.736C21.2759 17.7239 21.4712 17.6963 21.6697 17.614C22.2115 17.3896 22.5053 16.9838 22.6391 16.5471C22.7465 16.1964 22.7498 15.8271 22.75 15.4636C22.7503 15.2035 22.7506 14.8114 22.6391 14.4474C22.5212 14.0624 22.2789 13.7015 21.8521 13.4677C21.7564 13.4152 21.6863 13.3229 21.6754 13.2143L21.5002 11.4621C21.4409 10.8689 21.3906 10.366 21.305 9.95605C21.2138 9.51978 21.0709 9.12332 20.7868 8.76796C20.5028 8.41259 20.1475 8.18584 19.742 8.00084C19.4283 7.85768 18.8642 7.69522 18.4892 7.59448C18.1101 7.49263 18.1092 7.49123 17.8996 7.17819L17.8972 7.17451C17.7182 6.9072 17.4709 6.5377 17.3278 6.32372L17.2338 6.18293C16.8266 5.57265 16.416 4.9574 15.9289 4.40811C15.6783 4.12561 15.3601 3.81305 14.9919 3.61975C14.2625 3.23684 13.4093 3.24167 12.5992 3.24626ZM4.31324 10.4973L8.24997 10.4973L8.24997 13.2473L4.11324 13.2473L4.11324 10.6972C4.11324 10.5868 4.20279 10.4973 4.31324 10.4973ZM15.1992 6.70687C14.7835 6.07228 14.3055 5.34272 13.5712 5.2753C13.2202 5.24308 12.8664 5.24285 12.5132 5.24515C12.3241 5.24638 12.2295 5.247 12.1714 5.3055C12.1132 5.364 12.1132 5.45842 12.1132 5.64725L12.1132 7.59465C12.1132 7.78427 12.1132 7.87908 12.1721 7.93771C12.231 7.99633 12.3258 7.99595 12.5155 7.99519C13.4596 7.99138 14.7576 7.99225 15.7314 7.99388C15.899 7.99415 15.9828 7.99429 16.0107 7.93975C16.0386 7.8852 15.9898 7.81774 15.8921 7.68282C15.7692 7.51299 15.6395 7.33813 15.5132 7.16782C15.4105 7.02933 15.3069 6.8713 15.1992 6.7069L15.1992 6.70688L15.1992 6.70687ZM12.8633 9.75C12.4491 9.75 12.1133 10.0858 12.1133 10.5C12.1133 10.9142 12.4491 11.25 12.8633 11.25H13.8633C14.2775 11.25 14.6133 10.9142 14.6133 10.5C14.6133 10.0858 14.2775 9.75 13.8633 9.75H12.8633Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 14C5.61929 14 4.5 15.1193 4.5 16.5C4.5 17.8807 5.61929 19 7 19C8.38071 19 9.5 17.8807 9.5 16.5C9.5 15.1193 8.38071 14 7 14ZM2.5 16.5C2.5 14.0147 4.51472 12 7 12C9.48528 12 11.5 14.0147 11.5 16.5C11.5 18.9853 9.48528 21 7 21C4.51472 21 2.5 18.9853 2.5 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 14C15.6193 14 14.5 15.1193 14.5 16.5C14.5 17.8807 15.6193 19 17 19C18.3807 19 19.5 17.8807 19.5 16.5C19.5 15.1193 18.3807 14 17 14ZM12.5 16.5C12.5 14.0147 14.5147 12 17 12C19.4853 12 21.5 14.0147 21.5 16.5C21.5 18.9853 19.4853 21 17 21C14.5147 21 12.5 18.9853 12.5 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-truck-return{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218.375%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218.375%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.75 5.48086C13.75 4.90563 13.75 4.61802 13.5797 4.36488C12.9808 3.47484 11.3286 3.62705 10.439 3.6274L6.94631 3.62744C5.81348 3.62741 4.88775 3.62739 4.15689 3.72566C3.39294 3.82837 2.7306 4.05065 2.20191 4.57934C1.67321 5.10803 1.45093 5.77037 1.34822 6.53432C1.24996 7.26517 1.24998 8.19087 1.25 9.32366V13.4311C1.24998 14.5639 1.24996 15.4897 1.34822 16.2206C1.45093 16.9845 1.67321 17.6468 2.20191 18.1755C2.40157 18.3752 2.62081 18.5315 2.8581 18.6543C2.95128 18.7025 2.99787 18.7266 3.04261 18.7282C3.12152 18.7312 3.19724 18.6851 3.23091 18.6137C3.25 18.5732 3.25 18.5079 3.25 18.3774C3.25 16.3063 4.92893 14.6274 7 14.6274C9.07107 14.6274 10.75 16.3063 10.75 18.3774C10.75 18.4584 10.7474 18.5388 10.7424 18.6186C10.7273 18.8553 10.7198 18.9736 10.7791 19.0368C10.8383 19.0999 10.9476 19.0999 11.1661 19.0999H12.8339C13.0524 19.0999 13.1617 19.0999 13.2209 19.0368C13.2802 18.9736 13.2727 18.8553 13.2576 18.6186C13.2526 18.5388 13.25 18.4584 13.25 18.3774C13.25 16.3063 14.9289 14.6274 17 14.6274C19.0711 14.6274 20.75 16.3063 20.75 18.3774C20.75 18.5079 20.75 18.5732 20.7691 18.6137C20.8028 18.6851 20.8785 18.7312 20.9574 18.7282C21.0021 18.7266 21.0487 18.7025 21.1419 18.6543C21.3792 18.5315 21.5984 18.3752 21.7981 18.1755C22.3268 17.6468 22.5491 16.9845 22.6518 16.2206C22.75 15.4897 22.75 14.564 22.75 13.4313V12.5274C22.75 12.3388 22.75 12.2445 22.6914 12.1859C22.6328 12.1274 22.5386 12.1274 22.35 12.1274H20C19.5858 12.1274 19.25 11.7916 19.25 11.3774C19.25 10.9632 19.5858 10.6274 20 10.6274H21.7782C22.0771 10.6274 22.2266 10.6274 22.2848 10.5299C22.343 10.4325 22.2721 10.3009 22.1304 10.0377L21.3663 8.6186C21.0363 8.00576 20.7624 7.49712 20.4946 7.10105C20.2125 6.6839 19.9045 6.3402 19.481 6.08726C19.0575 5.83432 18.6089 5.72604 18.1079 5.67545C17.6321 5.62741 17.0545 5.62742 16.3584 5.62744H15.85C15.3536 5.62744 15.25 5.73104 15.25 6.22744V8.6196C15.25 9.19375 15.2501 9.68872 15.2031 10.0894C15.1531 10.5163 15.0413 10.9317 14.7486 11.2932C14.0674 12.1343 12.8372 12.1292 11.8598 12.1274L11.3501 12.1273C11.0672 12.1273 10.9258 12.1272 10.8379 12.2151C10.75 12.303 10.75 12.4444 10.75 12.7273V13.3769C10.7502 13.5493 10.6912 13.7227 10.5705 13.8641C10.3015 14.1792 9.82815 14.2166 9.51309 13.9477L8.30922 12.9201C8.06118 12.7085 7.82042 12.5031 7.64794 12.3101C7.45843 12.0981 7.25 11.7927 7.25 11.3772C7.25 10.9617 7.45843 10.6563 7.64794 10.4443C7.82042 10.2514 8.06117 10.046 8.30921 9.83434L9.51309 8.80676C9.82814 8.53785 10.3015 8.57525 10.5705 8.89031C10.691 9.03157 10.75 9.20466 10.75 9.37688V10.0272C10.75 10.3101 10.75 10.4515 10.8379 10.5393C10.9258 10.6272 11.0672 10.6272 11.35 10.6272H11.7C12.8891 10.6272 13.269 10.5923 13.5474 10.3701C13.6406 10.2956 13.6793 10.2052 13.7133 9.91496C13.7488 9.61192 13.75 9.2058 13.75 8.57722V5.48086Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218.375%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218.375%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.75 5.48086C13.75 4.90563 13.75 4.61802 13.5797 4.36488C12.9808 3.47484 11.3286 3.62705 10.439 3.6274L6.94631 3.62744C5.81348 3.62741 4.88775 3.62739 4.15689 3.72566C3.39294 3.82837 2.7306 4.05065 2.20191 4.57934C1.67321 5.10803 1.45093 5.77037 1.34822 6.53432C1.24996 7.26517 1.24998 8.19087 1.25 9.32366V13.4311C1.24998 14.5639 1.24996 15.4897 1.34822 16.2206C1.45093 16.9845 1.67321 17.6468 2.20191 18.1755C2.40157 18.3752 2.62081 18.5315 2.8581 18.6543C2.95128 18.7025 2.99787 18.7266 3.04261 18.7282C3.12152 18.7312 3.19724 18.6851 3.23091 18.6137C3.25 18.5732 3.25 18.5079 3.25 18.3774C3.25 16.3063 4.92893 14.6274 7 14.6274C9.07107 14.6274 10.75 16.3063 10.75 18.3774C10.75 18.4584 10.7474 18.5388 10.7424 18.6186C10.7273 18.8553 10.7198 18.9736 10.7791 19.0368C10.8383 19.0999 10.9476 19.0999 11.1661 19.0999H12.8339C13.0524 19.0999 13.1617 19.0999 13.2209 19.0368C13.2802 18.9736 13.2727 18.8553 13.2576 18.6186C13.2526 18.5388 13.25 18.4584 13.25 18.3774C13.25 16.3063 14.9289 14.6274 17 14.6274C19.0711 14.6274 20.75 16.3063 20.75 18.3774C20.75 18.5079 20.75 18.5732 20.7691 18.6137C20.8028 18.6851 20.8785 18.7312 20.9574 18.7282C21.0021 18.7266 21.0487 18.7025 21.1419 18.6543C21.3792 18.5315 21.5984 18.3752 21.7981 18.1755C22.3268 17.6468 22.5491 16.9845 22.6518 16.2206C22.75 15.4897 22.75 14.564 22.75 13.4313V12.5274C22.75 12.3388 22.75 12.2445 22.6914 12.1859C22.6328 12.1274 22.5386 12.1274 22.35 12.1274H20C19.5858 12.1274 19.25 11.7916 19.25 11.3774C19.25 10.9632 19.5858 10.6274 20 10.6274H21.7782C22.0771 10.6274 22.2266 10.6274 22.2848 10.5299C22.343 10.4325 22.2721 10.3009 22.1304 10.0377L21.3663 8.6186C21.0363 8.00576 20.7624 7.49712 20.4946 7.10105C20.2125 6.6839 19.9045 6.3402 19.481 6.08726C19.0575 5.83432 18.6089 5.72604 18.1079 5.67545C17.6321 5.62741 17.0545 5.62742 16.3584 5.62744H15.85C15.3536 5.62744 15.25 5.73104 15.25 6.22744V8.6196C15.25 9.19375 15.2501 9.68872 15.2031 10.0894C15.1531 10.5163 15.0413 10.9317 14.7486 11.2932C14.0674 12.1343 12.8372 12.1292 11.8598 12.1274L11.3501 12.1273C11.0672 12.1273 10.9258 12.1272 10.8379 12.2151C10.75 12.303 10.75 12.4444 10.75 12.7273V13.3769C10.7502 13.5493 10.6912 13.7227 10.5705 13.8641C10.3015 14.1792 9.82815 14.2166 9.51309 13.9477L8.30922 12.9201C8.06118 12.7085 7.82042 12.5031 7.64794 12.3101C7.45843 12.0981 7.25 11.7927 7.25 11.3772C7.25 10.9617 7.45843 10.6563 7.64794 10.4443C7.82042 10.2514 8.06117 10.046 8.30921 9.83434L9.51309 8.80676C9.82814 8.53785 10.3015 8.57525 10.5705 8.89031C10.691 9.03157 10.75 9.20466 10.75 9.37688V10.0272C10.75 10.3101 10.75 10.4515 10.8379 10.5393C10.9258 10.6272 11.0672 10.6272 11.35 10.6272H11.7C12.8891 10.6272 13.269 10.5923 13.5474 10.3701C13.6406 10.2956 13.6793 10.2052 13.7133 9.91496C13.7488 9.61192 13.75 9.2058 13.75 8.57722V5.48086Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-truck{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.181 3.25142C10.814 3.25138 11.3659 3.25134 11.8091 3.31361C13.2775 3.51991 13.6845 4.68946 13.7404 6.00159L14.488 6.00159C15.1048 6.00156 15.6384 6.00154 16.0851 6.04577C16.5658 6.09337 17.0175 6.19718 17.4568 6.4459C17.8927 6.69273 18.2197 7.02754 18.5193 7.41552C18.8017 7.78109 19.1001 8.24886 19.4509 8.7989C19.8723 9.45955 20.3789 10.0342 21.0278 10.4793C21.9334 11.1005 22.6273 12.0227 22.7229 13.1407L22.75 14.3582C22.75 14.9412 22.7501 15.4453 22.7009 15.8505C22.5937 16.7348 22.102 17.3295 21.3442 17.5903C21.1091 17.6711 20.9915 17.7116 20.8753 17.6481C20.7591 17.5846 20.7205 17.4263 20.6431 17.1096C20.2427 15.4694 18.7635 14.2521 17 14.2521C15.2075 14.2521 13.7088 15.5097 13.338 17.1907C13.2759 17.4723 13.2448 17.6131 13.1625 17.6793C13.0802 17.7454 12.9527 17.7454 12.6978 17.7454H11.3022C11.0473 17.7454 10.9198 17.7454 10.8375 17.6793C10.7552 17.6131 10.7241 17.4723 10.662 17.1907C10.2912 15.5097 8.79246 14.2521 7 14.2521C5.17594 14.2521 3.65606 15.5544 3.31946 17.28C3.27894 17.4877 3.25868 17.5916 3.18636 17.6377C3.11404 17.6839 3.02695 17.6623 2.85275 17.6192C2.49372 17.5304 2.16245 17.3717 1.87838 17.0748C1.51166 16.6916 1.37115 16.2233 1.30867 15.7376C1.24995 15.2812 1.24997 14.7105 1.25 14.0446V6.95226C1.24997 6.28632 1.24995 5.71559 1.30867 5.25918C1.37115 4.77357 1.51166 4.30523 1.87838 3.92202C2.24954 3.53416 2.71081 3.38106 3.19088 3.31361C3.74503 3.23576 4.31148 3.2514 4.86957 3.25142L10.181 3.25142ZM14.3374 8.08777C14.3965 7.99999 14.5308 7.99937 14.7995 7.99812C15.1632 7.99642 15.5272 8.0003 15.8881 8.03604C16.3644 8.08321 16.645 8.26068 16.9366 8.63813C17.1573 8.92391 17.4077 9.31472 17.7877 9.91044C17.9255 10.1265 18.0663 10.3303 18.2128 10.5237C18.4663 10.8584 18.5931 11.0258 18.5379 11.1367C18.4828 11.2477 18.282 11.2477 17.8805 11.2477H17.7081C17.0358 11.2477 16.592 11.2467 16.2509 11.2092C15.7677 11.1562 15.4963 10.9727 15.2675 10.5438C15.106 10.2412 14.9402 9.82974 14.6905 9.20579L14.4282 8.5502C14.3282 8.30044 14.2783 8.17555 14.3374 8.08777Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.181 3.25142C10.814 3.25138 11.3659 3.25134 11.8091 3.31361C13.2775 3.51991 13.6845 4.68946 13.7404 6.00159L14.488 6.00159C15.1048 6.00156 15.6384 6.00154 16.0851 6.04577C16.5658 6.09337 17.0175 6.19718 17.4568 6.4459C17.8927 6.69273 18.2197 7.02754 18.5193 7.41552C18.8017 7.78109 19.1001 8.24886 19.4509 8.7989C19.8723 9.45955 20.3789 10.0342 21.0278 10.4793C21.9334 11.1005 22.6273 12.0227 22.7229 13.1407L22.75 14.3582C22.75 14.9412 22.7501 15.4453 22.7009 15.8505C22.5937 16.7348 22.102 17.3295 21.3442 17.5903C21.1091 17.6711 20.9915 17.7116 20.8753 17.6481C20.7591 17.5846 20.7205 17.4263 20.6431 17.1096C20.2427 15.4694 18.7635 14.2521 17 14.2521C15.2075 14.2521 13.7088 15.5097 13.338 17.1907C13.2759 17.4723 13.2448 17.6131 13.1625 17.6793C13.0802 17.7454 12.9527 17.7454 12.6978 17.7454H11.3022C11.0473 17.7454 10.9198 17.7454 10.8375 17.6793C10.7552 17.6131 10.7241 17.4723 10.662 17.1907C10.2912 15.5097 8.79246 14.2521 7 14.2521C5.17594 14.2521 3.65606 15.5544 3.31946 17.28C3.27894 17.4877 3.25868 17.5916 3.18636 17.6377C3.11404 17.6839 3.02695 17.6623 2.85275 17.6192C2.49372 17.5304 2.16245 17.3717 1.87838 17.0748C1.51166 16.6916 1.37115 16.2233 1.30867 15.7376C1.24995 15.2812 1.24997 14.7105 1.25 14.0446V6.95226C1.24997 6.28632 1.24995 5.71559 1.30867 5.25918C1.37115 4.77357 1.51166 4.30523 1.87838 3.92202C2.24954 3.53416 2.71081 3.38106 3.19088 3.31361C3.74503 3.23576 4.31148 3.2514 4.86957 3.25142L10.181 3.25142ZM14.3374 8.08777C14.3965 7.99999 14.5308 7.99937 14.7995 7.99812C15.1632 7.99642 15.5272 8.0003 15.8881 8.03604C16.3644 8.08321 16.645 8.26068 16.9366 8.63813C17.1573 8.92391 17.4077 9.31472 17.7877 9.91044C17.9255 10.1265 18.0663 10.3303 18.2128 10.5237C18.4663 10.8584 18.5931 11.0258 18.5379 11.1367C18.4828 11.2477 18.282 11.2477 17.8805 11.2477H17.7081C17.0358 11.2477 16.592 11.2467 16.2509 11.2092C15.7677 11.1562 15.4963 10.9727 15.2675 10.5438C15.106 10.2412 14.9402 9.82974 14.6905 9.20579L14.4282 8.5502C14.3282 8.30044 14.2783 8.17555 14.3374 8.08777Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-ufo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.705 7.2503C19.0022 7.52886 20.1299 7.9066 20.98 8.37027C21.8937 8.86862 22.75 9.61718 22.75 10.659C22.75 11.443 22.2561 12.0605 21.668 12.5075C21.0681 12.9635 20.2475 13.3419 19.3006 13.6464C17.3984 14.2579 14.8174 14.624 12 14.624C9.18262 14.624 6.60156 14.2579 4.69938 13.6464C3.75252 13.3419 2.93185 12.9635 2.33199 12.5075C1.74387 12.0605 1.25 11.443 1.25 10.659C1.25 9.61718 2.10629 8.86862 3.02 8.37027C3.87011 7.9066 4.99781 7.52886 6.29498 7.2503C6.32748 7.0552 6.37268 6.86829 6.41355 6.69928L6.42752 6.64142C7.01996 4.17927 9.21298 2.12495 12 2.12495C14.787 2.12495 16.98 4.17927 17.5725 6.64142L17.5865 6.69928L17.5865 6.69931C17.6273 6.86831 17.6725 7.05521 17.705 7.2503ZM8.29249 7.07725C8.71018 5.34133 10.2257 4.01384 12 4.01384C13.7743 4.01384 15.2898 5.34133 15.7075 7.07725C15.8081 7.49537 15.8366 7.64405 15.8332 7.75515L15.8331 7.75705C15.8319 7.79658 15.8299 7.86184 15.7043 8.03425C15.6853 8.06037 15.6045 8.14512 15.3833 8.25029C15.1697 8.35178 14.879 8.44672 14.5153 8.52521C13.7878 8.68218 12.8717 8.75151 11.9346 8.73319C10.9988 8.71489 10.0882 8.61012 9.37594 8.4423C9.01886 8.35817 8.73647 8.26395 8.53454 8.17032C8.34875 8.08417 8.29086 8.02759 8.29086 8.02759C8.17006 7.86015 8.1681 7.79606 8.1669 7.75705L8.16685 7.75515C8.16335 7.64405 8.19188 7.49537 8.29249 7.07725Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.27498 12.9137C7.80601 13.0655 8.11351 13.6189 7.96178 14.15L5.96178 21.15C5.81006 21.681 5.25657 21.9885 4.72554 21.8368C4.1945 21.6851 3.88701 21.1316 4.03873 20.6005L6.03873 13.6005C6.19046 13.0695 6.74394 12.762 7.27498 12.9137ZM16.7255 12.9137C17.2566 12.762 17.8101 13.0695 17.9618 13.6005L19.9618 20.6005C20.1135 21.1316 19.806 21.6851 19.275 21.8368C18.7439 21.9885 18.1905 21.681 18.0387 21.15L16.0387 14.15C15.887 13.6189 16.1945 13.0655 16.7255 12.9137Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 18.875C10.5 18.0466 11.1686 17.375 11.9933 17.375H12.0067C12.8314 17.375 13.5 18.0466 13.5 18.875C13.5 19.7034 12.8314 20.375 12.0067 20.375H11.9933C11.1686 20.375 10.5 19.7034 10.5 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.705 7.2503C19.0022 7.52886 20.1299 7.9066 20.98 8.37027C21.8937 8.86862 22.75 9.61718 22.75 10.659C22.75 11.443 22.2561 12.0605 21.668 12.5075C21.0681 12.9635 20.2475 13.3419 19.3006 13.6464C17.3984 14.2579 14.8174 14.624 12 14.624C9.18262 14.624 6.60156 14.2579 4.69938 13.6464C3.75252 13.3419 2.93185 12.9635 2.33199 12.5075C1.74387 12.0605 1.25 11.443 1.25 10.659C1.25 9.61718 2.10629 8.86862 3.02 8.37027C3.87011 7.9066 4.99781 7.52886 6.29498 7.2503C6.32748 7.0552 6.37268 6.86829 6.41355 6.69928L6.42752 6.64142C7.01996 4.17927 9.21298 2.12495 12 2.12495C14.787 2.12495 16.98 4.17927 17.5725 6.64142L17.5865 6.69928L17.5865 6.69931C17.6273 6.86831 17.6725 7.05521 17.705 7.2503ZM8.29249 7.07725C8.71018 5.34133 10.2257 4.01384 12 4.01384C13.7743 4.01384 15.2898 5.34133 15.7075 7.07725C15.8081 7.49537 15.8366 7.64405 15.8332 7.75515L15.8331 7.75705C15.8319 7.79658 15.8299 7.86184 15.7043 8.03425C15.6853 8.06037 15.6045 8.14512 15.3833 8.25029C15.1697 8.35178 14.879 8.44672 14.5153 8.52521C13.7878 8.68218 12.8717 8.75151 11.9346 8.73319C10.9988 8.71489 10.0882 8.61012 9.37594 8.4423C9.01886 8.35817 8.73647 8.26395 8.53454 8.17032C8.34875 8.08417 8.29086 8.02759 8.29086 8.02759C8.17006 7.86015 8.1681 7.79606 8.1669 7.75705L8.16685 7.75515C8.16335 7.64405 8.19188 7.49537 8.29249 7.07725Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.27498 12.9137C7.80601 13.0655 8.11351 13.6189 7.96178 14.15L5.96178 21.15C5.81006 21.681 5.25657 21.9885 4.72554 21.8368C4.1945 21.6851 3.88701 21.1316 4.03873 20.6005L6.03873 13.6005C6.19046 13.0695 6.74394 12.762 7.27498 12.9137ZM16.7255 12.9137C17.2566 12.762 17.8101 13.0695 17.9618 13.6005L19.9618 20.6005C20.1135 21.1316 19.806 21.6851 19.275 21.8368C18.7439 21.9885 18.1905 21.681 18.0387 21.15L16.0387 14.15C15.887 13.6189 16.1945 13.0655 16.7255 12.9137Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 18.875C10.5 18.0466 11.1686 17.375 11.9933 17.375H12.0067C12.8314 17.375 13.5 18.0466 13.5 18.875C13.5 19.7034 12.8314 20.375 12.0067 20.375H11.9933C11.1686 20.375 10.5 19.7034 10.5 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-van{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2216.875%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2216.875%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.22727 5.125C1.68754 5.125 1.25 5.5555 1.25 6.08654C1.25 6.61758 1.68754 7.04808 2.22727 7.04808C2.31144 7.04808 2.58635 7.39955 2.74674 7.61469C2.86289 7.77048 2.86518 7.78265 2.80111 7.96956C2.71249 8.22811 2.54815 8.69543 2.40486 9.03576C1.73859 10.6181 1.25 12.5171 1.25 15.7019C1.25 16.0882 1.4849 16.4369 1.84643 16.5874L2.98307 17.0607C3.1105 17.1137 3.25 17.013 3.25 16.875C3.25 14.8039 4.92893 13.125 7 13.125C9.07107 13.125 10.75 14.8039 10.75 16.875C10.75 17.047 10.7384 17.2162 10.716 17.382C10.6989 17.5086 10.7921 17.625 10.9198 17.625L13.0802 17.625C13.2079 17.625 13.3011 17.5086 13.284 17.382C13.2616 17.2162 13.25 17.047 13.25 16.875C13.25 14.8039 14.9289 13.125 17 13.125C19.089 13.125 20.8116 14.9048 20.7482 16.991C20.7398 17.2694 20.7356 17.4086 20.8208 17.4708C20.906 17.5329 21.0158 17.4941 21.2354 17.4163C21.5358 17.3098 21.8293 17.1345 22.0782 16.8767C22.4794 16.4611 22.6275 15.9636 22.6914 15.4806C22.7501 15.0373 22.7501 14.491 22.75 13.8832C22.75 13.4439 22.7586 13.0021 22.7177 12.5642C22.6827 12.1891 22.6054 11.8231 22.412 11.462C22.0482 10.7826 21.3993 10.3761 20.6422 9.90175C19.8614 9.41217 19.2155 8.80882 18.6875 8.05084C18.335 7.54458 17.9889 7.029 17.5907 6.55686C17.2485 6.15118 16.8856 5.81409 16.412 5.56856C15.9385 5.32302 15.4507 5.21903 14.9172 5.17065C14.4135 5.12497 13.8077 5.12499 13.0876 5.125H2.22727ZM12.8007 7.04824C13.5358 7.04964 14.4149 7.05607 14.738 7.08538C15.1216 7.12016 15.333 7.1825 15.501 7.26963C15.6691 7.35676 15.8409 7.4931 16.0869 7.78475C16.3456 8.09153 16.6377 8.50924 17.0755 9.13774C17.3193 9.48783 17.5706 9.80626 17.8406 10.1003C18.1683 10.4572 18.3321 10.6357 18.2796 10.7552C18.227 10.8748 17.9957 10.8748 17.5329 10.8748H14.41C13.7202 10.8748 13.1193 10.4043 12.9538 9.73454L12.4126 7.54379C12.3561 7.31529 12.3279 7.20104 12.3881 7.1243C12.4483 7.04757 12.5658 7.04779 12.8007 7.04824Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2216.875%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2216.875%22 r%3D%222.5%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.22727 5.125C1.68754 5.125 1.25 5.5555 1.25 6.08654C1.25 6.61758 1.68754 7.04808 2.22727 7.04808C2.31144 7.04808 2.58635 7.39955 2.74674 7.61469C2.86289 7.77048 2.86518 7.78265 2.80111 7.96956C2.71249 8.22811 2.54815 8.69543 2.40486 9.03576C1.73859 10.6181 1.25 12.5171 1.25 15.7019C1.25 16.0882 1.4849 16.4369 1.84643 16.5874L2.98307 17.0607C3.1105 17.1137 3.25 17.013 3.25 16.875C3.25 14.8039 4.92893 13.125 7 13.125C9.07107 13.125 10.75 14.8039 10.75 16.875C10.75 17.047 10.7384 17.2162 10.716 17.382C10.6989 17.5086 10.7921 17.625 10.9198 17.625L13.0802 17.625C13.2079 17.625 13.3011 17.5086 13.284 17.382C13.2616 17.2162 13.25 17.047 13.25 16.875C13.25 14.8039 14.9289 13.125 17 13.125C19.089 13.125 20.8116 14.9048 20.7482 16.991C20.7398 17.2694 20.7356 17.4086 20.8208 17.4708C20.906 17.5329 21.0158 17.4941 21.2354 17.4163C21.5358 17.3098 21.8293 17.1345 22.0782 16.8767C22.4794 16.4611 22.6275 15.9636 22.6914 15.4806C22.7501 15.0373 22.7501 14.491 22.75 13.8832C22.75 13.4439 22.7586 13.0021 22.7177 12.5642C22.6827 12.1891 22.6054 11.8231 22.412 11.462C22.0482 10.7826 21.3993 10.3761 20.6422 9.90175C19.8614 9.41217 19.2155 8.80882 18.6875 8.05084C18.335 7.54458 17.9889 7.029 17.5907 6.55686C17.2485 6.15118 16.8856 5.81409 16.412 5.56856C15.9385 5.32302 15.4507 5.21903 14.9172 5.17065C14.4135 5.12497 13.8077 5.12499 13.0876 5.125H2.22727ZM12.8007 7.04824C13.5358 7.04964 14.4149 7.05607 14.738 7.08538C15.1216 7.12016 15.333 7.1825 15.501 7.26963C15.6691 7.35676 15.8409 7.4931 16.0869 7.78475C16.3456 8.09153 16.6377 8.50924 17.0755 9.13774C17.3193 9.48783 17.5706 9.80626 17.8406 10.1003C18.1683 10.4572 18.3321 10.6357 18.2796 10.7552C18.227 10.8748 17.9957 10.8748 17.5329 10.8748H14.41C13.7202 10.8748 13.1193 10.4043 12.9538 9.73454L12.4126 7.54379C12.3561 7.31529 12.3279 7.20104 12.3881 7.1243C12.4483 7.04757 12.5658 7.04779 12.8007 7.04824Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logistics-icons-zeppelin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6997 16.2464C21.4141 15.0247 22.4995 13.1548 22.4995 11C22.4995 7.17634 19.082 4.24996 14.7968 4.24996C12.7795 4.24996 10.3269 4.71717 8.0771 5.46528C8.04787 5.41888 8.01441 5.37427 7.9767 5.33198C7.60104 4.91065 7.05333 4.3067 6.4242 3.83094C5.8196 3.37374 4.95176 2.88936 3.96376 3.02232C3.4232 3.09507 2.91962 3.37862 2.36606 3.69031L2.24119 3.76053C1.83353 3.98914 1.63859 4.46963 1.77175 4.91764L2.74645 8.19719L2.71358 8.22511C2.27967 8.59579 1.88724 9.01368 1.60165 9.47299C1.46848 9.68718 1.40189 9.79428 1.45904 9.89712C1.5162 9.99996 1.65231 9.99996 1.92453 9.99996H3.86378C4.41269 9.99996 4.85768 10.4477 4.85768 11C4.85768 11.5522 4.41269 12 3.86378 12H1.92454C1.65231 12 1.5162 12 1.45904 12.1028C1.40189 12.2056 1.46848 12.3127 1.60165 12.5269C1.88724 12.9862 2.27967 13.4041 2.71358 13.7748C2.72449 13.7841 2.73545 13.7934 2.74645 13.8027L1.77175 17.0823C1.63859 17.5303 1.83353 18.0108 2.24119 18.2394L2.36606 18.3096C2.91962 18.6213 3.4232 18.9049 3.96376 18.9776C4.95176 19.1106 5.8196 18.6262 6.4242 18.169C7.05333 17.6932 7.60104 17.0893 7.9767 16.6679C8.01441 16.6256 8.04787 16.581 8.07711 16.5346C8.66699 16.7308 9.27081 16.9076 9.87707 17.0618C9.8924 17.0868 9.90896 17.1114 9.92676 17.1354L11.0165 18.6063L11.0932 18.71C11.4663 19.215 11.7937 19.6582 12.2479 19.9567C12.7095 20.26 13.2401 20.3738 13.8277 20.4998L13.948 20.5256L14.7142 20.6911L14.7761 20.7045C15.3865 20.8364 15.9438 20.9568 16.4107 20.9903C16.9284 21.0274 17.4778 20.9713 17.9883 20.6226C18.4876 20.2813 18.7514 19.7944 18.9304 19.3051C19.0973 18.8486 19.2323 18.2656 19.3851 17.6053L19.3851 17.6053L19.3983 17.5484L19.6997 16.2464ZM6.08511 15.7735C5.81197 16.0624 5.5201 16.3452 5.21787 16.5737C4.73833 16.9364 4.41715 17.0206 4.2305 16.9955C4.16998 16.9873 4.09923 16.9652 3.91976 16.8752L4.48259 14.9814C4.98478 15.2634 5.52392 15.5283 6.08511 15.7735ZM4.48259 7.01848C4.98478 6.73653 5.52392 6.47166 6.08511 6.22644C5.81197 5.93755 5.5201 5.65472 5.21787 5.42618C4.73833 5.06355 4.41715 4.97934 4.2305 5.00445C4.16998 5.0126 4.09923 5.03468 3.91976 5.12474L4.48259 7.01848ZM12.7724 17.6157C13.1425 18.1102 13.2412 18.2162 13.3463 18.2853C13.4564 18.3576 13.5918 18.4026 14.3701 18.5707L15.1364 18.7362C15.8293 18.8858 16.2457 18.9733 16.5537 18.9954C16.6949 19.0055 16.7714 18.9977 16.8103 18.9899C16.8404 18.9839 16.8512 18.9772 16.8607 18.9707L17.052 18.6182L17.3769 17.3759C16.5719 17.6189 15.7037 17.75 14.7968 17.75C14.1588 17.75 13.4772 17.7032 12.7724 17.6157Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6997 16.2464C21.4141 15.0247 22.4995 13.1548 22.4995 11C22.4995 7.17634 19.082 4.24996 14.7968 4.24996C12.7795 4.24996 10.3269 4.71717 8.0771 5.46528C8.04787 5.41888 8.01441 5.37427 7.9767 5.33198C7.60104 4.91065 7.05333 4.3067 6.4242 3.83094C5.8196 3.37374 4.95176 2.88936 3.96376 3.02232C3.4232 3.09507 2.91962 3.37862 2.36606 3.69031L2.24119 3.76053C1.83353 3.98914 1.63859 4.46963 1.77175 4.91764L2.74645 8.19719L2.71358 8.22511C2.27967 8.59579 1.88724 9.01368 1.60165 9.47299C1.46848 9.68718 1.40189 9.79428 1.45904 9.89712C1.5162 9.99996 1.65231 9.99996 1.92453 9.99996H3.86378C4.41269 9.99996 4.85768 10.4477 4.85768 11C4.85768 11.5522 4.41269 12 3.86378 12H1.92454C1.65231 12 1.5162 12 1.45904 12.1028C1.40189 12.2056 1.46848 12.3127 1.60165 12.5269C1.88724 12.9862 2.27967 13.4041 2.71358 13.7748C2.72449 13.7841 2.73545 13.7934 2.74645 13.8027L1.77175 17.0823C1.63859 17.5303 1.83353 18.0108 2.24119 18.2394L2.36606 18.3096C2.91962 18.6213 3.4232 18.9049 3.96376 18.9776C4.95176 19.1106 5.8196 18.6262 6.4242 18.169C7.05333 17.6932 7.60104 17.0893 7.9767 16.6679C8.01441 16.6256 8.04787 16.581 8.07711 16.5346C8.66699 16.7308 9.27081 16.9076 9.87707 17.0618C9.8924 17.0868 9.90896 17.1114 9.92676 17.1354L11.0165 18.6063L11.0932 18.71C11.4663 19.215 11.7937 19.6582 12.2479 19.9567C12.7095 20.26 13.2401 20.3738 13.8277 20.4998L13.948 20.5256L14.7142 20.6911L14.7761 20.7045C15.3865 20.8364 15.9438 20.9568 16.4107 20.9903C16.9284 21.0274 17.4778 20.9713 17.9883 20.6226C18.4876 20.2813 18.7514 19.7944 18.9304 19.3051C19.0973 18.8486 19.2323 18.2656 19.3851 17.6053L19.3851 17.6053L19.3983 17.5484L19.6997 16.2464ZM6.08511 15.7735C5.81197 16.0624 5.5201 16.3452 5.21787 16.5737C4.73833 16.9364 4.41715 17.0206 4.2305 16.9955C4.16998 16.9873 4.09923 16.9652 3.91976 16.8752L4.48259 14.9814C4.98478 15.2634 5.52392 15.5283 6.08511 15.7735ZM4.48259 7.01848C4.98478 6.73653 5.52392 6.47166 6.08511 6.22644C5.81197 5.93755 5.5201 5.65472 5.21787 5.42618C4.73833 5.06355 4.41715 4.97934 4.2305 5.00445C4.16998 5.0126 4.09923 5.03468 3.91976 5.12474L4.48259 7.01848ZM12.7724 17.6157C13.1425 18.1102 13.2412 18.2162 13.3463 18.2853C13.4564 18.3576 13.5918 18.4026 14.3701 18.5707L15.1364 18.7362C15.8293 18.8858 16.2457 18.9733 16.5537 18.9954C16.6949 19.0055 16.7714 18.9977 16.8103 18.9899C16.8404 18.9839 16.8512 18.9772 16.8607 18.9707L17.052 18.6182L17.3769 17.3759C16.5719 17.6189 15.7037 17.75 14.7968 17.75C14.1588 17.75 13.4772 17.7032 12.7724 17.6157Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-adobe-after-effect{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM8.05691 11.0805C8.3562 10.1129 8.56127 9.45462 8.7501 9.02959C8.93893 9.45462 9.144 10.113 9.44329 11.0805L9.8669 12.4499L7.6333 12.4499L8.05691 11.0805ZM11.0336 16.2215L10.3309 13.9499L7.1693 13.9499L6.4666 16.2215C6.34419 16.6173 5.92417 16.8388 5.52846 16.7164C5.13275 16.594 4.91119 16.174 5.0336 15.7783L6.62391 10.6372L6.64039 10.5839C6.92117 9.67615 7.15299 8.92664 7.38468 8.40849C7.50267 8.14462 7.64728 7.87724 7.84178 7.66798C8.05251 7.44126 8.3559 7.2499 8.7501 7.2499C9.1443 7.2499 9.44769 7.44126 9.65842 7.66798C9.85292 7.87724 9.99753 8.14462 10.1155 8.40849C10.3472 8.92663 10.579 9.67614 10.8598 10.5839L10.8598 10.5839L12.4666 15.7783C12.589 16.174 12.3675 16.594 11.9717 16.7164C11.576 16.8388 11.156 16.6173 11.0336 16.2215ZM14.9999 11.9999C14.9999 11.3095 15.5595 10.7499 16.2499 10.7499C16.9403 10.7499 17.4999 11.3095 17.4999 11.9999C17.4999 12.066 17.4463 12.1195 17.3803 12.1195L14.9999 12.1195V11.9999ZM17.3803 13.6195L14.9999 13.6195V13.9999C14.9999 14.6903 15.5595 15.2499 16.2499 15.2499C16.7133 15.2499 17.1188 14.9981 17.3354 14.6204C17.5415 14.2611 17.9999 14.1368 18.3592 14.3429C18.7185 14.549 18.8427 15.0073 18.6366 15.3666C18.1635 16.1915 17.2724 16.7499 16.2499 16.7499C14.7311 16.7499 13.4999 15.5187 13.4999 13.9999V11.9999C13.4999 10.4811 14.7311 9.2499 16.2499 9.2499C17.7687 9.2499 18.9999 10.4811 18.9999 11.9999C18.9999 12.8944 18.2748 13.6195 17.3803 13.6195Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM8.05691 11.0805C8.3562 10.1129 8.56127 9.45462 8.7501 9.02959C8.93893 9.45462 9.144 10.113 9.44329 11.0805L9.8669 12.4499L7.6333 12.4499L8.05691 11.0805ZM11.0336 16.2215L10.3309 13.9499L7.1693 13.9499L6.4666 16.2215C6.34419 16.6173 5.92417 16.8388 5.52846 16.7164C5.13275 16.594 4.91119 16.174 5.0336 15.7783L6.62391 10.6372L6.64039 10.5839C6.92117 9.67615 7.15299 8.92664 7.38468 8.40849C7.50267 8.14462 7.64728 7.87724 7.84178 7.66798C8.05251 7.44126 8.3559 7.2499 8.7501 7.2499C9.1443 7.2499 9.44769 7.44126 9.65842 7.66798C9.85292 7.87724 9.99753 8.14462 10.1155 8.40849C10.3472 8.92663 10.579 9.67614 10.8598 10.5839L10.8598 10.5839L12.4666 15.7783C12.589 16.174 12.3675 16.594 11.9717 16.7164C11.576 16.8388 11.156 16.6173 11.0336 16.2215ZM14.9999 11.9999C14.9999 11.3095 15.5595 10.7499 16.2499 10.7499C16.9403 10.7499 17.4999 11.3095 17.4999 11.9999C17.4999 12.066 17.4463 12.1195 17.3803 12.1195L14.9999 12.1195V11.9999ZM17.3803 13.6195L14.9999 13.6195V13.9999C14.9999 14.6903 15.5595 15.2499 16.2499 15.2499C16.7133 15.2499 17.1188 14.9981 17.3354 14.6204C17.5415 14.2611 17.9999 14.1368 18.3592 14.3429C18.7185 14.549 18.8427 15.0073 18.6366 15.3666C18.1635 16.1915 17.2724 16.7499 16.2499 16.7499C14.7311 16.7499 13.4999 15.5187 13.4999 13.9999V11.9999C13.4999 10.4811 14.7311 9.2499 16.2499 9.2499C17.7687 9.2499 18.9999 10.4811 18.9999 11.9999C18.9999 12.8944 18.2748 13.6195 17.3803 13.6195Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-adobe-illustrator{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM9.30701 11.0806C9.6063 10.113 9.81137 9.45472 10.0002 9.02969C10.189 9.45472 10.3941 10.113 10.6934 11.0806L11.117 12.45L8.8834 12.45L9.30701 11.0806ZM12.2837 16.2216L11.581 13.95L8.4194 13.95L7.7167 16.2216C7.59429 16.6174 7.17427 16.8389 6.77856 16.7165C6.38285 16.5941 6.16129 16.1741 6.2837 15.7784L7.87401 10.6373L7.89049 10.584C8.17127 9.67625 8.40309 8.92673 8.63478 8.40859C8.75277 8.14472 8.89738 7.87733 9.09188 7.66808C9.30261 7.44135 9.606 7.25 10.0002 7.25C10.3944 7.25 10.6978 7.44136 10.9085 7.66808C11.103 7.87734 11.2476 8.14472 11.3656 8.40859C11.5973 8.92673 11.8291 9.67624 12.1099 10.584L12.1099 10.584L13.7167 15.7784C13.8391 16.1741 13.6176 16.5941 13.2218 16.7165C12.8261 16.8389 12.4061 16.6174 12.2837 16.2216ZM16.7502 8C16.7502 7.58579 16.4144 7.25 16.0002 7.25C15.586 7.25 15.2502 7.58579 15.2502 8V8.5C15.2502 8.91421 15.586 9.25 16.0002 9.25C16.4144 9.25 16.7502 8.91421 16.7502 8.5V8ZM16.7502 11C16.7502 10.5858 16.4144 10.25 16.0002 10.25C15.586 10.25 15.2502 10.5858 15.2502 11L15.2502 16C15.2502 16.4142 15.586 16.75 16.0002 16.75C16.4144 16.75 16.7502 16.4142 16.7502 16V11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM9.30701 11.0806C9.6063 10.113 9.81137 9.45472 10.0002 9.02969C10.189 9.45472 10.3941 10.113 10.6934 11.0806L11.117 12.45L8.8834 12.45L9.30701 11.0806ZM12.2837 16.2216L11.581 13.95L8.4194 13.95L7.7167 16.2216C7.59429 16.6174 7.17427 16.8389 6.77856 16.7165C6.38285 16.5941 6.16129 16.1741 6.2837 15.7784L7.87401 10.6373L7.89049 10.584C8.17127 9.67625 8.40309 8.92673 8.63478 8.40859C8.75277 8.14472 8.89738 7.87733 9.09188 7.66808C9.30261 7.44135 9.606 7.25 10.0002 7.25C10.3944 7.25 10.6978 7.44136 10.9085 7.66808C11.103 7.87734 11.2476 8.14472 11.3656 8.40859C11.5973 8.92673 11.8291 9.67624 12.1099 10.584L12.1099 10.584L13.7167 15.7784C13.8391 16.1741 13.6176 16.5941 13.2218 16.7165C12.8261 16.8389 12.4061 16.6174 12.2837 16.2216ZM16.7502 8C16.7502 7.58579 16.4144 7.25 16.0002 7.25C15.586 7.25 15.2502 7.58579 15.2502 8V8.5C15.2502 8.91421 15.586 9.25 16.0002 9.25C16.4144 9.25 16.7502 8.91421 16.7502 8.5V8ZM16.7502 11C16.7502 10.5858 16.4144 10.25 16.0002 10.25C15.586 10.25 15.2502 10.5858 15.2502 11L15.2502 16C15.2502 16.4142 15.586 16.75 16.0002 16.75C16.4144 16.75 16.7502 16.4142 16.7502 16V11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-adobe-indesign{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM9.25 8C9.25 7.58579 8.91421 7.25 8.5 7.25C8.08579 7.25 7.75 7.58579 7.75 8L7.75 16C7.75 16.4142 8.08579 16.75 8.5 16.75C8.91421 16.75 9.25 16.4142 9.25 16L9.25 8ZM16.25 8C16.25 7.58579 15.9142 7.25 15.5 7.25C15.0858 7.25 14.75 7.58579 14.75 8V10.25H14C12.2051 10.25 10.75 11.7051 10.75 13.5C10.75 15.2949 12.2051 16.75 14 16.75C14.0633 16.75 14.131 16.7506 14.2002 16.7512C14.3632 16.7526 14.5349 16.7541 14.6796 16.7482C14.8897 16.7396 15.1635 16.7144 15.4235 16.5987C15.7204 16.4666 15.9518 16.2391 16.0906 15.9228C16.2148 15.64 16.25 15.3201 16.25 15V8ZM14 11.75H14.75L14.75 15C14.75 15.1084 14.7436 15.1864 14.7353 15.2411C14.7063 15.2443 14.6681 15.2474 14.6185 15.2494C14.511 15.2538 14.4015 15.2528 14.2628 15.2515H14.2628C14.1857 15.2508 14.0997 15.25 14 15.25C13.0335 15.25 12.25 14.4665 12.25 13.5C12.25 12.5335 13.0335 11.75 14 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM9.25 8C9.25 7.58579 8.91421 7.25 8.5 7.25C8.08579 7.25 7.75 7.58579 7.75 8L7.75 16C7.75 16.4142 8.08579 16.75 8.5 16.75C8.91421 16.75 9.25 16.4142 9.25 16L9.25 8ZM16.25 8C16.25 7.58579 15.9142 7.25 15.5 7.25C15.0858 7.25 14.75 7.58579 14.75 8V10.25H14C12.2051 10.25 10.75 11.7051 10.75 13.5C10.75 15.2949 12.2051 16.75 14 16.75C14.0633 16.75 14.131 16.7506 14.2002 16.7512C14.3632 16.7526 14.5349 16.7541 14.6796 16.7482C14.8897 16.7396 15.1635 16.7144 15.4235 16.5987C15.7204 16.4666 15.9518 16.2391 16.0906 15.9228C16.2148 15.64 16.25 15.3201 16.25 15V8ZM14 11.75H14.75L14.75 15C14.75 15.1084 14.7436 15.1864 14.7353 15.2411C14.7063 15.2443 14.6681 15.2474 14.6185 15.2494C14.511 15.2538 14.4015 15.2528 14.2628 15.2515H14.2628C14.1857 15.2508 14.0997 15.25 14 15.25C13.0335 15.25 12.25 14.4665 12.25 13.5C12.25 12.5335 13.0335 11.75 14 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-adobe-photoshop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM7.32849 7.25845C7.41559 7.24987 7.51001 7.24994 7.60096 7.25001L9.00002 7.25002C10.5188 7.25002 11.75 8.48124 11.75 10C11.75 11.5188 10.5188 12.75 9.00002 12.75H7.25002V16C7.25002 16.4142 6.91424 16.75 6.50002 16.75C6.08581 16.75 5.75002 16.4142 5.75002 16L5.75001 9.10096C5.74994 9.01001 5.74987 8.91559 5.75845 8.82849C5.84028 7.99763 6.49763 7.34028 7.32849 7.25845ZM7.25 11.25H9C9.69036 11.25 10.25 10.6904 10.25 10C10.25 9.30964 9.69036 8.75 9 8.75L7.47447 8.75131C7.3566 8.7634 7.2634 8.8566 7.25131 8.97447L7.25 11.25ZM14.25 11.5C14.25 11.3748 14.3159 11.2043 14.5358 11.0394C14.7559 10.8743 15.0943 10.75 15.5 10.75C16.2709 10.75 16.677 11.159 16.7381 11.404C16.8384 11.8059 17.2454 12.0505 17.6473 11.9503C18.0492 11.85 18.2938 11.443 18.1936 11.0411C17.9076 9.89438 16.6854 9.25002 15.5 9.25002C14.8011 9.25002 14.1396 9.46154 13.6358 9.83936C13.1318 10.2174 12.75 10.7968 12.75 11.5C12.75 12.2032 13.1318 12.7827 13.6358 13.1607C14.1396 13.5385 14.8011 13.75 15.5 13.75C15.9057 13.75 16.2441 13.8743 16.4642 14.0394C16.6841 14.2043 16.75 14.3748 16.75 14.5C16.75 14.6252 16.6841 14.7958 16.4642 14.9607C16.2441 15.1258 15.9057 15.25 15.5 15.25C14.7256 15.25 14.3205 14.838 14.2612 14.5934C14.1636 14.1908 13.7582 13.9436 13.3557 14.0411C12.9531 14.1387 12.7059 14.5441 12.8034 14.9467C13.0832 16.1011 14.3111 16.75 15.5 16.75C16.1989 16.75 16.8604 16.5385 17.3642 16.1607C17.8682 15.7827 18.25 15.2032 18.25 14.5C18.25 13.7968 17.8682 13.2174 17.3642 12.8394C16.8604 12.4615 16.1989 12.25 15.5 12.25C15.0943 12.25 14.7559 12.1258 14.5358 11.9607C14.3159 11.7958 14.25 11.6252 14.25 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM7.32849 7.25845C7.41559 7.24987 7.51001 7.24994 7.60096 7.25001L9.00002 7.25002C10.5188 7.25002 11.75 8.48124 11.75 10C11.75 11.5188 10.5188 12.75 9.00002 12.75H7.25002V16C7.25002 16.4142 6.91424 16.75 6.50002 16.75C6.08581 16.75 5.75002 16.4142 5.75002 16L5.75001 9.10096C5.74994 9.01001 5.74987 8.91559 5.75845 8.82849C5.84028 7.99763 6.49763 7.34028 7.32849 7.25845ZM7.25 11.25H9C9.69036 11.25 10.25 10.6904 10.25 10C10.25 9.30964 9.69036 8.75 9 8.75L7.47447 8.75131C7.3566 8.7634 7.2634 8.8566 7.25131 8.97447L7.25 11.25ZM14.25 11.5C14.25 11.3748 14.3159 11.2043 14.5358 11.0394C14.7559 10.8743 15.0943 10.75 15.5 10.75C16.2709 10.75 16.677 11.159 16.7381 11.404C16.8384 11.8059 17.2454 12.0505 17.6473 11.9503C18.0492 11.85 18.2938 11.443 18.1936 11.0411C17.9076 9.89438 16.6854 9.25002 15.5 9.25002C14.8011 9.25002 14.1396 9.46154 13.6358 9.83936C13.1318 10.2174 12.75 10.7968 12.75 11.5C12.75 12.2032 13.1318 12.7827 13.6358 13.1607C14.1396 13.5385 14.8011 13.75 15.5 13.75C15.9057 13.75 16.2441 13.8743 16.4642 14.0394C16.6841 14.2043 16.75 14.3748 16.75 14.5C16.75 14.6252 16.6841 14.7958 16.4642 14.9607C16.2441 15.1258 15.9057 15.25 15.5 15.25C14.7256 15.25 14.3205 14.838 14.2612 14.5934C14.1636 14.1908 13.7582 13.9436 13.3557 14.0411C12.9531 14.1387 12.7059 14.5441 12.8034 14.9467C13.0832 16.1011 14.3111 16.75 15.5 16.75C16.1989 16.75 16.8604 16.5385 17.3642 16.1607C17.8682 15.7827 18.25 15.2032 18.25 14.5C18.25 13.7968 17.8682 13.2174 17.3642 12.8394C16.8604 12.4615 16.1989 12.25 15.5 12.25C15.0943 12.25 14.7559 12.1258 14.5358 11.9607C14.3159 11.7958 14.25 11.6252 14.25 11.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-adobe-premier{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM7.82143 7.25C7.48957 7.25 7.14727 7.36005 6.88451 7.61746C6.61933 7.87725 6.5 8.22371 6.5 8.57143L6.5 16C6.5 16.4142 6.83579 16.75 7.25 16.75C7.66421 16.75 8 16.4142 8 16V12.75L9.25 12.75C10.7688 12.75 12 11.5188 12 10C12 8.48122 10.7688 7.25 9.25 7.25L7.82143 7.25ZM9.25 11.25L8 11.25V8.75L9.25 8.75C9.94036 8.75 10.5 9.30964 10.5 10C10.5 10.6904 9.94036 11.25 9.25 11.25ZM14.25 9.75C14.6355 9.75 14.953 10.0408 14.9952 10.415C15.2846 10.1707 15.6307 9.95943 16.05 9.84343C16.2708 9.78235 16.5041 9.75 16.75 9.75C17.1642 9.75 17.5 10.0858 17.5 10.5C17.5 10.9142 17.1642 11.25 16.75 11.25C16.6373 11.25 16.5386 11.2646 16.45 11.2891C16.1909 11.3608 15.9488 11.5373 15.6796 11.8432C15.4909 12.0576 15.3362 12.2751 15.1621 12.5197L15.1621 12.5198C15.1102 12.5926 15.0567 12.6679 15 12.7462L15 16C15 16.4142 14.6642 16.75 14.25 16.75C13.8358 16.75 13.5 16.4142 13.5 16L13.5 10.5C13.5 10.0858 13.8358 9.75 14.25 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM7.82143 7.25C7.48957 7.25 7.14727 7.36005 6.88451 7.61746C6.61933 7.87725 6.5 8.22371 6.5 8.57143L6.5 16C6.5 16.4142 6.83579 16.75 7.25 16.75C7.66421 16.75 8 16.4142 8 16V12.75L9.25 12.75C10.7688 12.75 12 11.5188 12 10C12 8.48122 10.7688 7.25 9.25 7.25L7.82143 7.25ZM9.25 11.25L8 11.25V8.75L9.25 8.75C9.94036 8.75 10.5 9.30964 10.5 10C10.5 10.6904 9.94036 11.25 9.25 11.25ZM14.25 9.75C14.6355 9.75 14.953 10.0408 14.9952 10.415C15.2846 10.1707 15.6307 9.95943 16.05 9.84343C16.2708 9.78235 16.5041 9.75 16.75 9.75C17.1642 9.75 17.5 10.0858 17.5 10.5C17.5 10.9142 17.1642 11.25 16.75 11.25C16.6373 11.25 16.5386 11.2646 16.45 11.2891C16.1909 11.3608 15.9488 11.5373 15.6796 11.8432C15.4909 12.0576 15.3362 12.2751 15.1621 12.5197L15.1621 12.5198C15.1102 12.5926 15.0567 12.6679 15 12.7462L15 16C15 16.4142 14.6642 16.75 14.25 16.75C13.8358 16.75 13.5 16.4142 13.5 16L13.5 10.5C13.5 10.0858 13.8358 9.75 14.25 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-adobe-xd{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM6.60004 7.55004C6.35152 7.21867 5.88141 7.15152 5.55004 7.40004C5.21867 7.64857 5.15152 8.11867 5.40004 8.45004L8.06254 12L5.40004 15.55C5.15152 15.8814 5.21867 16.3515 5.55004 16.6C5.88141 16.8486 6.35152 16.7814 6.60004 16.45L9.00004 13.25L11.4 16.45C11.6486 16.7814 12.1187 16.8486 12.45 16.6C12.7814 16.3515 12.8486 15.8814 12.6 15.55L9.93754 12L12.6 8.45004C12.8486 8.11867 12.7814 7.64857 12.45 7.40004C12.1187 7.15152 11.6486 7.21867 11.4 7.55004L9.00004 10.75L6.60004 7.55004ZM18.75 8.00004C18.75 7.58583 18.4143 7.25004 18 7.25004C17.5858 7.25004 17.25 7.58583 17.25 8.00004V10.25H16.5C14.7051 10.25 13.25 11.7051 13.25 13.5C13.25 15.295 14.7051 16.75 16.5 16.75C16.5634 16.75 16.631 16.7506 16.7002 16.7512C16.8632 16.7526 17.035 16.7541 17.1797 16.7482C17.3898 16.7397 17.6636 16.7144 17.9236 16.5988C18.2204 16.4667 18.4518 16.2392 18.5907 15.9229C18.7148 15.64 18.75 15.3201 18.75 15V8.00004ZM16.5 11.75H17.25V15C17.25 15.1084 17.2437 15.1864 17.2353 15.2412C17.2064 15.2444 17.1682 15.2474 17.1186 15.2495C17.0111 15.2539 16.9015 15.2528 16.7628 15.2516L16.7626 15.2516C16.6856 15.2508 16.5996 15.25 16.5 15.25C15.5335 15.25 14.75 14.4665 14.75 13.5C14.75 12.5335 15.5335 11.75 16.5 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM6.60004 7.55004C6.35152 7.21867 5.88141 7.15152 5.55004 7.40004C5.21867 7.64857 5.15152 8.11867 5.40004 8.45004L8.06254 12L5.40004 15.55C5.15152 15.8814 5.21867 16.3515 5.55004 16.6C5.88141 16.8486 6.35152 16.7814 6.60004 16.45L9.00004 13.25L11.4 16.45C11.6486 16.7814 12.1187 16.8486 12.45 16.6C12.7814 16.3515 12.8486 15.8814 12.6 15.55L9.93754 12L12.6 8.45004C12.8486 8.11867 12.7814 7.64857 12.45 7.40004C12.1187 7.15152 11.6486 7.21867 11.4 7.55004L9.00004 10.75L6.60004 7.55004ZM18.75 8.00004C18.75 7.58583 18.4143 7.25004 18 7.25004C17.5858 7.25004 17.25 7.58583 17.25 8.00004V10.25H16.5C14.7051 10.25 13.25 11.7051 13.25 13.5C13.25 15.295 14.7051 16.75 16.5 16.75C16.5634 16.75 16.631 16.7506 16.7002 16.7512C16.8632 16.7526 17.035 16.7541 17.1797 16.7482C17.3898 16.7397 17.6636 16.7144 17.9236 16.5988C18.2204 16.4667 18.4518 16.2392 18.5907 15.9229C18.7148 15.64 18.75 15.3201 18.75 15V8.00004ZM16.5 11.75H17.25V15C17.25 15.1084 17.2437 15.1864 17.2353 15.2412C17.2064 15.2444 17.1682 15.2474 17.1186 15.2495C17.0111 15.2539 16.9015 15.2528 16.7628 15.2516L16.7626 15.2516C16.6856 15.2508 16.5996 15.25 16.5 15.25C15.5335 15.25 14.75 14.4665 14.75 13.5C14.75 12.5335 15.5335 11.75 16.5 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-airbnb{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0713 2.49701C10.667 2.15239 11.2889 2 11.9967 2C11.9978 2 11.9989 2 12 2.00001C12.0011 2 12.0022 2 12.0033 2C12.7111 2 13.3331 2.15239 13.9287 2.49701C14.4951 2.8247 14.9905 3.30003 15.4922 3.85802C15.5163 3.88484 15.5389 3.91294 15.56 3.94221C18.5455 8.08728 20.0443 11.2082 21.1637 13.7988C21.7541 15.165 22.077 16.5667 21.9843 17.8404C21.8899 19.1383 21.3547 20.3361 20.2206 21.1234C19.1106 21.8941 17.4161 22.1487 15.8065 21.9177C14.4965 21.7297 13.1134 21.2031 12 20.2236C10.8866 21.2031 9.50354 21.7297 8.19354 21.9177C6.58396 22.1487 4.88943 21.8941 3.77942 21.1234C2.64535 20.3361 2.11017 19.1383 2.01572 17.8404C1.92302 16.5667 2.24596 15.165 2.83632 13.7988C3.95569 11.2082 5.45452 8.08728 8.44 3.94221C8.46108 3.91294 8.48372 3.88484 8.50784 3.85802C9.00957 3.30003 9.50496 2.8247 10.0713 2.49701ZM13.3396 18.7376C13.3623 18.7109 13.385 18.6843 13.4076 18.6578C13.9765 17.9899 14.5296 17.3406 14.9529 16.7058C15.5701 15.7802 16 14.7706 16 13.5C16 11.0083 14.1471 9 12.0033 9C9.86217 9 8.00001 11.0054 8.00001 13.5C8.00001 14.7706 8.42995 15.7802 9.0471 16.7058C9.47038 17.3406 10.0235 17.9899 10.5924 18.6578C10.6151 18.6843 10.6377 18.7109 10.6604 18.7376C9.89576 19.4022 8.91276 19.794 7.90943 19.938C6.61162 20.1242 5.48099 19.87 4.91998 19.4805C4.38303 19.1078 4.07079 18.5245 4.01044 17.6952C3.94833 16.8418 4.1632 15.7702 4.67226 14.5921C5.74774 12.1031 7.17336 9.13033 10.0308 5.15564C10.4713 4.66962 10.7894 4.39221 11.0729 4.22814C11.3348 4.0766 11.6051 4 11.9967 4C11.9978 4 11.9989 4 12 3.99999C12.0011 4 12.0022 4 12.0033 4C12.3949 4 12.6652 4.0766 12.9271 4.22814C13.2107 4.39221 13.5287 4.66962 13.9692 5.15563C16.8267 9.13033 18.2523 12.1031 19.3278 14.5921C19.8368 15.7702 20.0517 16.8418 19.9896 17.6952C19.9292 18.5245 19.617 19.1078 19.08 19.4805C18.519 19.87 17.3884 20.1242 16.0906 19.938C15.0873 19.794 14.1043 19.4022 13.3396 18.7376ZM12 17.2245C12.5171 16.6175 12.9428 16.1154 13.2889 15.5963C13.7578 14.893 14 14.2649 14 13.5C14 11.9206 12.8596 11 12.0033 11C11.1444 11 10 11.9235 10 13.5C10 14.2649 10.2422 14.893 10.7111 15.5963C11.0573 16.1154 11.4829 16.6175 12 17.2245Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0713 2.49701C10.667 2.15239 11.2889 2 11.9967 2C11.9978 2 11.9989 2 12 2.00001C12.0011 2 12.0022 2 12.0033 2C12.7111 2 13.3331 2.15239 13.9287 2.49701C14.4951 2.8247 14.9905 3.30003 15.4922 3.85802C15.5163 3.88484 15.5389 3.91294 15.56 3.94221C18.5455 8.08728 20.0443 11.2082 21.1637 13.7988C21.7541 15.165 22.077 16.5667 21.9843 17.8404C21.8899 19.1383 21.3547 20.3361 20.2206 21.1234C19.1106 21.8941 17.4161 22.1487 15.8065 21.9177C14.4965 21.7297 13.1134 21.2031 12 20.2236C10.8866 21.2031 9.50354 21.7297 8.19354 21.9177C6.58396 22.1487 4.88943 21.8941 3.77942 21.1234C2.64535 20.3361 2.11017 19.1383 2.01572 17.8404C1.92302 16.5667 2.24596 15.165 2.83632 13.7988C3.95569 11.2082 5.45452 8.08728 8.44 3.94221C8.46108 3.91294 8.48372 3.88484 8.50784 3.85802C9.00957 3.30003 9.50496 2.8247 10.0713 2.49701ZM13.3396 18.7376C13.3623 18.7109 13.385 18.6843 13.4076 18.6578C13.9765 17.9899 14.5296 17.3406 14.9529 16.7058C15.5701 15.7802 16 14.7706 16 13.5C16 11.0083 14.1471 9 12.0033 9C9.86217 9 8.00001 11.0054 8.00001 13.5C8.00001 14.7706 8.42995 15.7802 9.0471 16.7058C9.47038 17.3406 10.0235 17.9899 10.5924 18.6578C10.6151 18.6843 10.6377 18.7109 10.6604 18.7376C9.89576 19.4022 8.91276 19.794 7.90943 19.938C6.61162 20.1242 5.48099 19.87 4.91998 19.4805C4.38303 19.1078 4.07079 18.5245 4.01044 17.6952C3.94833 16.8418 4.1632 15.7702 4.67226 14.5921C5.74774 12.1031 7.17336 9.13033 10.0308 5.15564C10.4713 4.66962 10.7894 4.39221 11.0729 4.22814C11.3348 4.0766 11.6051 4 11.9967 4C11.9978 4 11.9989 4 12 3.99999C12.0011 4 12.0022 4 12.0033 4C12.3949 4 12.6652 4.0766 12.9271 4.22814C13.2107 4.39221 13.5287 4.66962 13.9692 5.15563C16.8267 9.13033 18.2523 12.1031 19.3278 14.5921C19.8368 15.7702 20.0517 16.8418 19.9896 17.6952C19.9292 18.5245 19.617 19.1078 19.08 19.4805C18.519 19.87 17.3884 20.1242 16.0906 19.938C15.0873 19.794 14.1043 19.4022 13.3396 18.7376ZM12 17.2245C12.5171 16.6175 12.9428 16.1154 13.2889 15.5963C13.7578 14.893 14 14.2649 14 13.5C14 11.9206 12.8596 11 12.0033 11C11.1444 11 10 11.9235 10 13.5C10 14.2649 10.2422 14.893 10.7111 15.5963C11.0573 16.1154 11.4829 16.6175 12 17.2245Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-android{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 10C20.5523 10 21 10.4477 21 11V17C21 17.5523 20.5523 18 20 18C19.4477 18 19 17.5523 19 17V11C19 10.4477 19.4477 10 20 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 18C15.5523 18 16 18.4477 16 19V22C16 22.5523 15.5523 23 15 23C14.4477 23 14 22.5523 14 22V19C14 18.4477 14.4477 18 15 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 18C9.55228 18 10 18.4477 10 19V22C10 22.5523 9.55228 23 9 23C8.44772 23 8 22.5523 8 22V19C8 18.4477 8.44772 18 9 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 10C4.55228 10 5 10.4477 5 11V17C5 17.5523 4.55228 18 4 18C3.44772 18 3 17.5523 3 17V11C3 10.4477 3.44772 10 4 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.90006 1.20006C8.34189 0.868688 8.96869 0.958231 9.30006 1.40006L10.8001 3.40006C11.1314 3.84189 11.0419 4.46869 10.6001 4.80006C10.1582 5.13143 9.53143 5.04189 9.20006 4.60006L7.70006 2.60006C7.36869 2.15823 7.45823 1.53143 7.90006 1.20006ZM16.1001 1.20006C16.5419 1.53143 16.6314 2.15823 16.3001 2.60006L14.8001 4.60006C14.4687 5.04189 13.8419 5.13143 13.4001 4.80006C12.9582 4.46869 12.8687 3.84189 13.2001 3.40006L14.7001 1.40006C15.0314 0.958231 15.6582 0.868688 16.1001 1.20006Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.7956 9.25C6.29466 9.25 6.04419 9.25 5.89412 9.06543C5.74405 8.88087 5.79006 8.66007 5.88208 8.21847C6.4733 5.38139 8.98803 3.25 12.0006 3.25C15.0131 3.25 17.5279 5.38139 18.1191 8.21847C18.2111 8.66007 18.2571 8.88087 18.107 9.06543C17.957 9.25 17.7065 9.25 17.2056 9.25H6.7956Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75001 10.75C6.2786 10.75 6.0429 10.75 5.89645 10.8964C5.75001 11.0429 5.75001 11.2786 5.75001 11.75L5.75 16.0494C5.74997 16.7142 5.74994 17.2871 5.81161 17.7458C5.87771 18.2375 6.02677 18.7087 6.40902 19.091C6.79126 19.4732 7.26253 19.6223 7.75416 19.6884C8.21289 19.7501 8.78573 19.75 9.45057 19.75L14.5494 19.75C15.2142 19.75 15.7871 19.7501 16.2459 19.6884C16.7375 19.6223 17.2088 19.4732 17.591 19.091C17.9732 18.7087 18.1223 18.2375 18.1884 17.7458C18.2501 17.2871 18.25 16.7143 18.25 16.0494L18.25 11.75C18.25 11.2786 18.25 11.0429 18.1036 10.8964C17.9571 10.75 17.7214 10.75 17.25 10.75H6.75001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 10C20.5523 10 21 10.4477 21 11V17C21 17.5523 20.5523 18 20 18C19.4477 18 19 17.5523 19 17V11C19 10.4477 19.4477 10 20 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 18C15.5523 18 16 18.4477 16 19V22C16 22.5523 15.5523 23 15 23C14.4477 23 14 22.5523 14 22V19C14 18.4477 14.4477 18 15 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 18C9.55228 18 10 18.4477 10 19V22C10 22.5523 9.55228 23 9 23C8.44772 23 8 22.5523 8 22V19C8 18.4477 8.44772 18 9 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 10C4.55228 10 5 10.4477 5 11V17C5 17.5523 4.55228 18 4 18C3.44772 18 3 17.5523 3 17V11C3 10.4477 3.44772 10 4 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.90006 1.20006C8.34189 0.868688 8.96869 0.958231 9.30006 1.40006L10.8001 3.40006C11.1314 3.84189 11.0419 4.46869 10.6001 4.80006C10.1582 5.13143 9.53143 5.04189 9.20006 4.60006L7.70006 2.60006C7.36869 2.15823 7.45823 1.53143 7.90006 1.20006ZM16.1001 1.20006C16.5419 1.53143 16.6314 2.15823 16.3001 2.60006L14.8001 4.60006C14.4687 5.04189 13.8419 5.13143 13.4001 4.80006C12.9582 4.46869 12.8687 3.84189 13.2001 3.40006L14.7001 1.40006C15.0314 0.958231 15.6582 0.868688 16.1001 1.20006Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.7956 9.25C6.29466 9.25 6.04419 9.25 5.89412 9.06543C5.74405 8.88087 5.79006 8.66007 5.88208 8.21847C6.4733 5.38139 8.98803 3.25 12.0006 3.25C15.0131 3.25 17.5279 5.38139 18.1191 8.21847C18.2111 8.66007 18.2571 8.88087 18.107 9.06543C17.957 9.25 17.7065 9.25 17.2056 9.25H6.7956Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75001 10.75C6.2786 10.75 6.0429 10.75 5.89645 10.8964C5.75001 11.0429 5.75001 11.2786 5.75001 11.75L5.75 16.0494C5.74997 16.7142 5.74994 17.2871 5.81161 17.7458C5.87771 18.2375 6.02677 18.7087 6.40902 19.091C6.79126 19.4732 7.26253 19.6223 7.75416 19.6884C8.21289 19.7501 8.78573 19.75 9.45057 19.75L14.5494 19.75C15.2142 19.75 15.7871 19.7501 16.2459 19.6884C16.7375 19.6223 17.2088 19.4732 17.591 19.091C17.9732 18.7087 18.1223 18.2375 18.1884 17.7458C18.2501 17.2871 18.25 16.7143 18.25 16.0494L18.25 11.75C18.25 11.2786 18.25 11.0429 18.1036 10.8964C17.9571 10.75 17.7214 10.75 17.25 10.75H6.75001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-apple-finder{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25C12.32 22.25 12.6973 22.2501 13.0745 22.2493C13.2868 22.2488 13.4241 22.0254 13.3292 21.8356C12.919 21.0152 12.6915 20.0621 12.5142 19.1674C12.4472 18.8294 12.3277 18.7502 12 18.7502C10.2119 18.7502 8.45912 18.1978 6.6279 17.1513C6.26826 16.9458 6.14331 16.4877 6.34882 16.1281C6.55433 15.7684 7.01247 15.6435 7.3721 15.849C9.04088 16.8026 10.5381 17.2502 12 17.2502C12.1321 17.2502 12.2332 17.1353 12.223 17.0036C12.1478 16.0296 12.1504 15.1691 12.1717 14.5455C12.1772 14.3837 12.0479 14.251 11.8861 14.2503C11.5124 14.2487 11.1348 14.2586 10.7637 14.207C9.90009 14.0869 9.28397 13.444 9.25186 12.5589C9.24097 12.2586 9.28144 11.9057 9.32343 11.5394C9.54656 9.5925 10.0214 7.67528 10.6645 5.82583C11.2279 4.20578 11.8582 2.85287 12.3405 2.12179C12.4906 1.82454 12.1524 1.75002 11.9428 1.75C9.75213 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75211 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694ZM7.5 8C7.5 7.58579 7.16421 7.25 6.75 7.25C6.33579 7.25 6 7.58579 6 8V10C6 10.4142 6.33579 10.75 6.75 10.75C7.16421 10.75 7.5 10.4142 7.5 10V8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.639 3.36596C19.7808 2.5053 18.6886 2.11716 17.3119 1.93154C16.5959 1.835 15.7728 1.78992 14.8284 1.76886C14.5277 1.76216 14.3774 1.75881 14.2535 1.83335C14.1296 1.9079 14.061 2.04409 13.9238 2.31646C13.2614 3.63131 12.565 4.93736 12.0814 6.33202C11.5292 7.92461 11.0324 9.82361 10.8189 11.6941C10.7699 12.1233 10.7447 12.362 10.7509 12.5357C10.749 12.6017 10.7901 12.7375 10.9704 12.7532C11.4959 12.8265 12.0294 12.7416 12.5555 12.8037C13.1831 12.8778 13.6201 13.3299 13.672 13.9655C13.6901 14.1876 13.6785 14.4116 13.6709 14.634C13.6546 15.1118 13.6511 15.7162 13.6846 16.3915C13.7007 16.7145 13.7087 16.876 13.8305 16.9603C13.9522 17.0447 14.1018 16.9963 14.401 16.8995C15.1154 16.6684 15.8532 16.3338 16.628 15.8898C16.9876 15.6837 17.4457 15.809 17.6513 16.1697C17.8568 16.5304 17.7318 16.9898 17.3722 17.1959C16.3913 17.758 15.433 18.1779 14.4797 18.4468C14.2079 18.5234 14.072 18.5618 14.0106 18.6638C13.9493 18.7658 13.9769 18.8946 14.0321 19.1522C14.223 20.0433 14.5079 20.8938 14.9135 21.7075C15.0533 21.9878 15.1232 22.128 15.2517 22.2033C15.3802 22.2785 15.5329 22.2709 15.8383 22.2556C16.3738 22.2288 16.8638 22.1885 17.3119 22.1281C18.6886 21.9425 19.7808 21.5543 20.639 20.6937C21.4972 19.833 21.8843 18.7376 22.0693 17.357C22.25 16.0097 22.25 14.2841 22.2499 12.0872V11.9725C22.25 9.7755 22.25 8.04986 22.0693 6.7026C21.8843 5.322 21.4972 4.22661 20.639 3.36596ZM17.9999 8.01818C17.9999 7.60278 17.6642 7.26603 17.2499 7.26603C16.8357 7.26603 16.4999 7.60278 16.4999 8.01818V10.0239C16.4999 10.4393 16.8357 10.7761 17.2499 10.7761C17.6642 10.7761 17.9999 10.4393 17.9999 10.0239V8.01818Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25C12.32 22.25 12.6973 22.2501 13.0745 22.2493C13.2868 22.2488 13.4241 22.0254 13.3292 21.8356C12.919 21.0152 12.6915 20.0621 12.5142 19.1674C12.4472 18.8294 12.3277 18.7502 12 18.7502C10.2119 18.7502 8.45912 18.1978 6.6279 17.1513C6.26826 16.9458 6.14331 16.4877 6.34882 16.1281C6.55433 15.7684 7.01247 15.6435 7.3721 15.849C9.04088 16.8026 10.5381 17.2502 12 17.2502C12.1321 17.2502 12.2332 17.1353 12.223 17.0036C12.1478 16.0296 12.1504 15.1691 12.1717 14.5455C12.1772 14.3837 12.0479 14.251 11.8861 14.2503C11.5124 14.2487 11.1348 14.2586 10.7637 14.207C9.90009 14.0869 9.28397 13.444 9.25186 12.5589C9.24097 12.2586 9.28144 11.9057 9.32343 11.5394C9.54656 9.5925 10.0214 7.67528 10.6645 5.82583C11.2279 4.20578 11.8582 2.85287 12.3405 2.12179C12.4906 1.82454 12.1524 1.75002 11.9428 1.75C9.75213 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75211 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694ZM7.5 8C7.5 7.58579 7.16421 7.25 6.75 7.25C6.33579 7.25 6 7.58579 6 8V10C6 10.4142 6.33579 10.75 6.75 10.75C7.16421 10.75 7.5 10.4142 7.5 10V8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.639 3.36596C19.7808 2.5053 18.6886 2.11716 17.3119 1.93154C16.5959 1.835 15.7728 1.78992 14.8284 1.76886C14.5277 1.76216 14.3774 1.75881 14.2535 1.83335C14.1296 1.9079 14.061 2.04409 13.9238 2.31646C13.2614 3.63131 12.565 4.93736 12.0814 6.33202C11.5292 7.92461 11.0324 9.82361 10.8189 11.6941C10.7699 12.1233 10.7447 12.362 10.7509 12.5357C10.749 12.6017 10.7901 12.7375 10.9704 12.7532C11.4959 12.8265 12.0294 12.7416 12.5555 12.8037C13.1831 12.8778 13.6201 13.3299 13.672 13.9655C13.6901 14.1876 13.6785 14.4116 13.6709 14.634C13.6546 15.1118 13.6511 15.7162 13.6846 16.3915C13.7007 16.7145 13.7087 16.876 13.8305 16.9603C13.9522 17.0447 14.1018 16.9963 14.401 16.8995C15.1154 16.6684 15.8532 16.3338 16.628 15.8898C16.9876 15.6837 17.4457 15.809 17.6513 16.1697C17.8568 16.5304 17.7318 16.9898 17.3722 17.1959C16.3913 17.758 15.433 18.1779 14.4797 18.4468C14.2079 18.5234 14.072 18.5618 14.0106 18.6638C13.9493 18.7658 13.9769 18.8946 14.0321 19.1522C14.223 20.0433 14.5079 20.8938 14.9135 21.7075C15.0533 21.9878 15.1232 22.128 15.2517 22.2033C15.3802 22.2785 15.5329 22.2709 15.8383 22.2556C16.3738 22.2288 16.8638 22.1885 17.3119 22.1281C18.6886 21.9425 19.7808 21.5543 20.639 20.6937C21.4972 19.833 21.8843 18.7376 22.0693 17.357C22.25 16.0097 22.25 14.2841 22.2499 12.0872V11.9725C22.25 9.7755 22.25 8.04986 22.0693 6.7026C21.8843 5.322 21.4972 4.22661 20.639 3.36596ZM17.9999 8.01818C17.9999 7.60278 17.6642 7.26603 17.2499 7.26603C16.8357 7.26603 16.4999 7.60278 16.4999 8.01818V10.0239C16.4999 10.4393 16.8357 10.7761 17.2499 10.7761C17.6642 10.7761 17.9999 10.4393 17.9999 10.0239V8.01818Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-apple-news{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.94796 14.4254L3.96731 14.4548C5.28874 16.461 7.53884 18.7111 9.5451 20.0326L9.57448 20.0519L9.5745 20.0519C9.85119 20.2341 10.1001 20.3981 10.272 20.5342C10.3579 20.6022 10.4724 20.6996 10.5637 20.8217C10.6466 20.9324 10.8257 21.2205 10.7145 21.5914C10.6058 21.9542 10.3086 22.099 10.1733 22.1491C10.0295 22.2023 9.88072 22.2211 9.77349 22.2308C9.55951 22.25 9.26865 22.25 8.9486 22.25L4.31294 22.25L4.26973 22.25C3.87777 22.2501 3.51283 22.2501 3.21485 22.21C2.88461 22.1656 2.528 22.0602 2.23385 21.766C1.93971 21.4719 1.83424 21.1153 1.78984 20.785C1.74978 20.487 1.74983 20.1221 1.74988 19.7301L1.74989 19.6869V15.0869L1.74988 15.0513C1.74986 14.7312 1.74983 14.4404 1.76911 14.2264C1.77876 14.1192 1.79756 13.9704 1.85081 13.8265C1.9009 13.6913 2.04569 13.3941 2.40847 13.2854C2.77934 13.1742 3.06743 13.3532 3.17819 13.4361C3.30028 13.5275 3.3977 13.642 3.46571 13.7279C3.6018 13.8998 3.76574 14.1487 3.94796 14.4254Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7849 1.78996C21.1151 1.83436 21.4718 1.93983 21.7659 2.23398C22.06 2.52812 22.1655 2.88473 22.2099 3.21497C22.25 3.51295 22.2499 3.87789 22.2499 4.26986L22.2499 4.31306L22.2499 8.94872C22.2499 9.26877 22.2499 9.55963 22.2306 9.77362C22.221 9.88084 22.2022 10.0296 22.1489 10.1735C22.0989 10.3087 21.9541 10.6059 21.5913 10.7146C21.2204 10.8258 20.9323 10.6468 20.8216 10.5639C20.6995 10.4725 20.6021 10.358 20.534 10.2721C20.398 10.1002 20.234 9.85131 20.0518 9.57462L20.0518 9.5746L20.0324 9.54522C18.711 7.53896 16.4609 5.28886 14.4547 3.96743L14.4253 3.94808C14.1486 3.76586 13.8996 3.60192 13.7277 3.46583C13.6418 3.39782 13.5274 3.3004 13.436 3.17831C13.3531 3.06755 13.1741 2.77946 13.2852 2.40859C13.394 2.04581 13.6911 1.90103 13.8264 1.85094C13.9702 1.79768 14.119 1.77888 14.2263 1.76923C14.4403 1.74996 14.7311 1.74998 15.0512 1.75001L15.0867 1.75001H19.6868L19.73 1.75C20.122 1.74995 20.4869 1.7499 20.7849 1.78996Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.74395 1.75008C7.4043 1.74939 7.93695 1.74883 8.42714 1.95188C8.91734 2.15492 9.29359 2.53196 9.76003 2.99938L9.84336 3.08282L20.9174 14.1568L21.0008 14.2402C21.4682 14.7066 21.8453 15.0829 22.0483 15.5731C22.2514 16.0632 22.2508 16.5959 22.2501 17.2562L22.25 17.3742L22.25 19.6442C22.2501 20.054 22.2501 20.4333 22.2086 20.7425C22.1626 21.0844 22.0538 21.4505 21.7521 21.7522C21.4504 22.0539 21.0842 22.1627 20.7424 22.2087C20.4332 22.2503 20.0539 22.2502 19.6441 22.2502L17.3741 22.2502L17.2561 22.2502C16.5958 22.2509 16.0631 22.2515 15.5729 22.0484C15.0827 21.8454 14.7065 21.4684 14.24 21.0009L14.1567 20.9175L3.0827 9.84348L2.99926 9.76015C2.53184 9.29371 2.1548 8.91746 1.95176 8.42727C1.74871 7.93707 1.74927 7.40442 1.74996 6.74408L1.75004 6.62615V4.40016L1.75003 4.35608L1.75003 4.35607C1.74998 3.94631 1.74993 3.56704 1.79151 3.25782C1.83747 2.91595 1.94626 2.54978 2.24796 2.24808C2.54966 1.94638 2.91583 1.83759 3.25769 1.79163C3.56692 1.75005 3.94618 1.7501 4.35595 1.75016L4.35595 1.75016L4.40004 1.75016H6.62603L6.74395 1.75008Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.94796 14.4254L3.96731 14.4548C5.28874 16.461 7.53884 18.7111 9.5451 20.0326L9.57448 20.0519L9.5745 20.0519C9.85119 20.2341 10.1001 20.3981 10.272 20.5342C10.3579 20.6022 10.4724 20.6996 10.5637 20.8217C10.6466 20.9324 10.8257 21.2205 10.7145 21.5914C10.6058 21.9542 10.3086 22.099 10.1733 22.1491C10.0295 22.2023 9.88072 22.2211 9.77349 22.2308C9.55951 22.25 9.26865 22.25 8.9486 22.25L4.31294 22.25L4.26973 22.25C3.87777 22.2501 3.51283 22.2501 3.21485 22.21C2.88461 22.1656 2.528 22.0602 2.23385 21.766C1.93971 21.4719 1.83424 21.1153 1.78984 20.785C1.74978 20.487 1.74983 20.1221 1.74988 19.7301L1.74989 19.6869V15.0869L1.74988 15.0513C1.74986 14.7312 1.74983 14.4404 1.76911 14.2264C1.77876 14.1192 1.79756 13.9704 1.85081 13.8265C1.9009 13.6913 2.04569 13.3941 2.40847 13.2854C2.77934 13.1742 3.06743 13.3532 3.17819 13.4361C3.30028 13.5275 3.3977 13.642 3.46571 13.7279C3.6018 13.8998 3.76574 14.1487 3.94796 14.4254Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7849 1.78996C21.1151 1.83436 21.4718 1.93983 21.7659 2.23398C22.06 2.52812 22.1655 2.88473 22.2099 3.21497C22.25 3.51295 22.2499 3.87789 22.2499 4.26986L22.2499 4.31306L22.2499 8.94872C22.2499 9.26877 22.2499 9.55963 22.2306 9.77362C22.221 9.88084 22.2022 10.0296 22.1489 10.1735C22.0989 10.3087 21.9541 10.6059 21.5913 10.7146C21.2204 10.8258 20.9323 10.6468 20.8216 10.5639C20.6995 10.4725 20.6021 10.358 20.534 10.2721C20.398 10.1002 20.234 9.85131 20.0518 9.57462L20.0518 9.5746L20.0324 9.54522C18.711 7.53896 16.4609 5.28886 14.4547 3.96743L14.4253 3.94808C14.1486 3.76586 13.8996 3.60192 13.7277 3.46583C13.6418 3.39782 13.5274 3.3004 13.436 3.17831C13.3531 3.06755 13.1741 2.77946 13.2852 2.40859C13.394 2.04581 13.6911 1.90103 13.8264 1.85094C13.9702 1.79768 14.119 1.77888 14.2263 1.76923C14.4403 1.74996 14.7311 1.74998 15.0512 1.75001L15.0867 1.75001H19.6868L19.73 1.75C20.122 1.74995 20.4869 1.7499 20.7849 1.78996Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.74395 1.75008C7.4043 1.74939 7.93695 1.74883 8.42714 1.95188C8.91734 2.15492 9.29359 2.53196 9.76003 2.99938L9.84336 3.08282L20.9174 14.1568L21.0008 14.2402C21.4682 14.7066 21.8453 15.0829 22.0483 15.5731C22.2514 16.0632 22.2508 16.5959 22.2501 17.2562L22.25 17.3742L22.25 19.6442C22.2501 20.054 22.2501 20.4333 22.2086 20.7425C22.1626 21.0844 22.0538 21.4505 21.7521 21.7522C21.4504 22.0539 21.0842 22.1627 20.7424 22.2087C20.4332 22.2503 20.0539 22.2502 19.6441 22.2502L17.3741 22.2502L17.2561 22.2502C16.5958 22.2509 16.0631 22.2515 15.5729 22.0484C15.0827 21.8454 14.7065 21.4684 14.24 21.0009L14.1567 20.9175L3.0827 9.84348L2.99926 9.76015C2.53184 9.29371 2.1548 8.91746 1.95176 8.42727C1.74871 7.93707 1.74927 7.40442 1.74996 6.74408L1.75004 6.62615V4.40016L1.75003 4.35608L1.75003 4.35607C1.74998 3.94631 1.74993 3.56704 1.79151 3.25782C1.83747 2.91595 1.94626 2.54978 2.24796 2.24808C2.54966 1.94638 2.91583 1.83759 3.25769 1.79163C3.56692 1.75005 3.94618 1.7501 4.35595 1.75016L4.35595 1.75016L4.40004 1.75016H6.62603L6.74395 1.75008Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-apple-reminder{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7.5 6.25C6.80964 6.25 6.25 6.80964 6.25 7.5C6.25 8.19036 6.80964 8.75 7.5 8.75C8.19036 8.75 8.75 8.19036 8.75 7.5C8.75 6.80964 8.19036 6.25 7.5 6.25ZM11 6.75C10.5858 6.75 10.25 7.08579 10.25 7.5C10.25 7.91421 10.5858 8.25 11 8.25H17C17.4142 8.25 17.75 7.91421 17.75 7.5C17.75 7.08579 17.4142 6.75 17 6.75L11 6.75ZM6.25 12C6.25 11.3096 6.80964 10.75 7.5 10.75C8.19036 10.75 8.75 11.3096 8.75 12C8.75 12.6904 8.19036 13.25 7.5 13.25C6.80964 13.25 6.25 12.6904 6.25 12ZM10.25 12C10.25 11.5858 10.5858 11.25 11 11.25L17 11.25C17.4142 11.25 17.75 11.5858 17.75 12C17.75 12.4142 17.4142 12.75 17 12.75L11 12.75C10.5858 12.75 10.25 12.4142 10.25 12ZM7.5 15.25C6.80964 15.25 6.25 15.8096 6.25 16.5C6.25 17.1904 6.80964 17.75 7.5 17.75C8.19036 17.75 8.75 17.1904 8.75 16.5C8.75 15.8096 8.19036 15.25 7.5 15.25ZM11 15.75C10.5858 15.75 10.25 16.0858 10.25 16.5C10.25 16.9142 10.5858 17.25 11 17.25L17 17.25C17.4142 17.25 17.75 16.9142 17.75 16.5C17.75 16.0858 17.4142 15.75 17 15.75L11 15.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7.5 6.25C6.80964 6.25 6.25 6.80964 6.25 7.5C6.25 8.19036 6.80964 8.75 7.5 8.75C8.19036 8.75 8.75 8.19036 8.75 7.5C8.75 6.80964 8.19036 6.25 7.5 6.25ZM11 6.75C10.5858 6.75 10.25 7.08579 10.25 7.5C10.25 7.91421 10.5858 8.25 11 8.25H17C17.4142 8.25 17.75 7.91421 17.75 7.5C17.75 7.08579 17.4142 6.75 17 6.75L11 6.75ZM6.25 12C6.25 11.3096 6.80964 10.75 7.5 10.75C8.19036 10.75 8.75 11.3096 8.75 12C8.75 12.6904 8.19036 13.25 7.5 13.25C6.80964 13.25 6.25 12.6904 6.25 12ZM10.25 12C10.25 11.5858 10.5858 11.25 11 11.25L17 11.25C17.4142 11.25 17.75 11.5858 17.75 12C17.75 12.4142 17.4142 12.75 17 12.75L11 12.75C10.5858 12.75 10.25 12.4142 10.25 12ZM7.5 15.25C6.80964 15.25 6.25 15.8096 6.25 16.5C6.25 17.1904 6.80964 17.75 7.5 17.75C8.19036 17.75 8.75 17.1904 8.75 16.5C8.75 15.8096 8.19036 15.25 7.5 15.25ZM11 15.75C10.5858 15.75 10.25 16.0858 10.25 16.5C10.25 16.9142 10.5858 17.25 11 17.25L17 17.25C17.4142 17.25 17.75 16.9142 17.75 16.5C17.75 16.0858 17.4142 15.75 17 15.75L11 15.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-apple-stocks{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.25 2.54845C14.25 2.17525 14.25 1.98866 14.1335 1.87161C14.017 1.75457 13.8313 1.75372 13.4601 1.75202C13.0154 1.74999 12.5481 1.75 12.0572 1.75H11.9428C9.75213 1.74999 8.03144 1.74998 6.68803 1.93059C5.31137 2.11568 4.21912 2.50272 3.36092 3.36091C2.50272 4.21911 2.11569 5.31137 1.9306 6.68802C1.74998 8.03144 1.74999 9.75211 1.75 11.9428L1.75 12.0574C1.74999 12.3568 1.74998 12.6562 1.7505 12.9556C1.75115 13.3293 1.75148 13.5162 1.86859 13.6331C1.98571 13.75 2.17319 13.75 2.54814 13.75H3.03812C3.28679 13.75 3.42664 13.7494 3.531 13.7404C3.61296 13.7334 3.64116 13.7204 3.69881 13.6598C3.771 13.5839 3.85886 13.475 4.0142 13.2809L5.41372 11.5315C5.56712 11.3397 5.80468 11.2352 6.0497 11.2517C6.29471 11.2682 6.51614 11.4036 6.64249 11.6141L6.98532 12.1855C7.16146 12.4791 7.24953 12.6259 7.37161 12.6176C7.4937 12.6093 7.56112 12.452 7.69598 12.1373L8.31001 10.7046C8.42505 10.4361 8.68543 10.2589 8.97734 10.2503C9.26924 10.2417 9.53959 10.4034 9.67019 10.6646L11.1416 13.6074C11.2977 13.9196 11.3758 14.0757 11.4994 14.0757C11.623 14.0757 11.701 13.9196 11.8571 13.6074L13.4516 10.4186C13.519 10.2838 13.5583 10.217 13.5635 10.1476C13.5699 10.0634 13.526 9.97531 13.4212 9.75707C13.3111 9.52796 13.2494 9.27119 13.2494 9C13.2494 8.0335 14.0329 7.25 14.9994 7.25C15.9659 7.25 16.7494 8.0335 16.7494 9C16.7494 9.2367 16.7024 9.46242 16.6172 9.66835C16.5328 9.87249 16.4906 9.97455 16.495 10.044C16.4994 10.1134 16.5408 10.1858 16.6236 10.3307L16.9035 10.8206C17.0229 11.0295 17.0825 11.1339 17.1806 11.147C17.2786 11.1601 17.3636 11.0751 17.5337 10.905L17.969 10.4697C18.2985 10.1402 18.8649 10.1963 19.1234 10.584L20.5687 12.7519C20.7013 12.9508 20.7767 13.0629 20.8396 13.1424C20.8955 13.2132 20.9361 13.2341 21.0242 13.2412C21.1252 13.2494 21.2604 13.25 21.4994 13.25C21.5301 13.25 21.5625 13.2508 21.596 13.2517C21.7938 13.2567 22.0276 13.2626 22.158 13.1049C22.2498 12.994 22.2498 12.8296 22.2499 12.5006L22.25 11.9428C22.25 9.75214 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059C17.0815 1.8996 16.8398 1.87393 16.5866 1.85266C16.2012 1.82029 16.0085 1.8041 15.8793 1.92295C15.75 2.0418 15.75 2.24037 15.75 2.63751V5.5C15.75 5.91421 15.4142 6.25 15 6.25C14.5858 6.25 14.25 5.91421 14.25 5.5V2.54845Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.1439 14.8424C22.2324 14.934 22.2274 15.077 22.2174 15.3631C22.1922 16.0877 22.1479 16.7351 22.0703 17.3128C21.8852 18.6894 21.4982 19.7817 20.64 20.6399C19.7818 21.4981 18.6895 21.8851 17.3128 22.0702C17.0821 22.1012 16.8401 22.1269 16.5866 22.1482C16.2012 22.1806 16.0085 22.1967 15.8792 22.0779C15.75 21.959 15.75 21.7605 15.75 21.3633V16.5007C15.75 16.0865 15.4142 15.7507 15 15.7507C14.5858 15.7507 14.25 16.0865 14.25 16.5007V21.4523C14.25 21.8255 14.25 22.0121 14.1335 22.1292C14.017 22.2462 13.8313 22.2471 13.4601 22.2488C13.0156 22.2508 12.5486 22.2508 12.058 22.2508H11.9437C9.75297 22.2508 8.0323 22.2508 6.68889 22.0702C5.31223 21.8851 4.21998 21.4981 3.36178 20.6399C2.50358 19.7817 2.11655 18.6894 1.93146 17.3128C1.87237 16.8732 1.83261 16.3933 1.80586 15.8697C1.79114 15.5816 1.78378 15.4375 1.87248 15.3441C1.96118 15.2508 2.10744 15.2508 2.39996 15.2508C2.52455 15.2508 2.65344 15.2549 2.78447 15.2591C3.29203 15.2753 3.83166 15.2924 4.27769 15.0781C4.64283 14.9026 4.89521 14.585 5.12858 14.2913L5.55269 13.7608C5.71602 13.5566 5.79768 13.4546 5.90198 13.4616C6.00627 13.4686 6.07353 13.5807 6.20804 13.8049L6.85711 14.8867C7.00202 15.1282 7.27001 15.2681 7.55101 15.2491C7.83201 15.23 8.07864 15.0551 8.18959 14.7962L8.71286 13.5753C8.85964 13.2328 8.93303 13.0615 9.06068 13.0578C9.18833 13.054 9.27165 13.2207 9.43829 13.554L10.8294 16.3362C10.9565 16.5903 11.2162 16.7508 11.5002 16.7508C11.7843 16.7508 12.044 16.5903 12.1711 16.3362L14.6688 11.1856C14.8146 10.8848 14.8875 10.7345 15.0083 10.7305C15.129 10.7266 15.2115 10.8718 15.3764 11.1622C15.7189 11.7652 16.1942 12.602 16.349 12.8729C16.465 13.0759 16.669 13.2131 16.9007 13.2442C17.1324 13.2752 17.3653 13.1964 17.5306 13.0311L18.0386 12.523C18.1983 12.3634 18.2781 12.2836 18.3723 12.2929C18.4665 12.3023 18.5291 12.3962 18.6543 12.584C18.7538 12.7333 18.8527 12.8985 18.9547 13.0688C19.2734 13.6008 19.6221 14.1829 20.1118 14.4872C20.1758 14.527 20.2424 14.5626 20.311 14.5938C20.6729 14.7584 21.0756 14.755 21.4674 14.7517C21.5191 14.7513 21.5705 14.7508 21.6216 14.7508C21.9109 14.7508 22.0555 14.7508 22.1439 14.8424Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.25 2.54845C14.25 2.17525 14.25 1.98866 14.1335 1.87161C14.017 1.75457 13.8313 1.75372 13.4601 1.75202C13.0154 1.74999 12.5481 1.75 12.0572 1.75H11.9428C9.75213 1.74999 8.03144 1.74998 6.68803 1.93059C5.31137 2.11568 4.21912 2.50272 3.36092 3.36091C2.50272 4.21911 2.11569 5.31137 1.9306 6.68802C1.74998 8.03144 1.74999 9.75211 1.75 11.9428L1.75 12.0574C1.74999 12.3568 1.74998 12.6562 1.7505 12.9556C1.75115 13.3293 1.75148 13.5162 1.86859 13.6331C1.98571 13.75 2.17319 13.75 2.54814 13.75H3.03812C3.28679 13.75 3.42664 13.7494 3.531 13.7404C3.61296 13.7334 3.64116 13.7204 3.69881 13.6598C3.771 13.5839 3.85886 13.475 4.0142 13.2809L5.41372 11.5315C5.56712 11.3397 5.80468 11.2352 6.0497 11.2517C6.29471 11.2682 6.51614 11.4036 6.64249 11.6141L6.98532 12.1855C7.16146 12.4791 7.24953 12.6259 7.37161 12.6176C7.4937 12.6093 7.56112 12.452 7.69598 12.1373L8.31001 10.7046C8.42505 10.4361 8.68543 10.2589 8.97734 10.2503C9.26924 10.2417 9.53959 10.4034 9.67019 10.6646L11.1416 13.6074C11.2977 13.9196 11.3758 14.0757 11.4994 14.0757C11.623 14.0757 11.701 13.9196 11.8571 13.6074L13.4516 10.4186C13.519 10.2838 13.5583 10.217 13.5635 10.1476C13.5699 10.0634 13.526 9.97531 13.4212 9.75707C13.3111 9.52796 13.2494 9.27119 13.2494 9C13.2494 8.0335 14.0329 7.25 14.9994 7.25C15.9659 7.25 16.7494 8.0335 16.7494 9C16.7494 9.2367 16.7024 9.46242 16.6172 9.66835C16.5328 9.87249 16.4906 9.97455 16.495 10.044C16.4994 10.1134 16.5408 10.1858 16.6236 10.3307L16.9035 10.8206C17.0229 11.0295 17.0825 11.1339 17.1806 11.147C17.2786 11.1601 17.3636 11.0751 17.5337 10.905L17.969 10.4697C18.2985 10.1402 18.8649 10.1963 19.1234 10.584L20.5687 12.7519C20.7013 12.9508 20.7767 13.0629 20.8396 13.1424C20.8955 13.2132 20.9361 13.2341 21.0242 13.2412C21.1252 13.2494 21.2604 13.25 21.4994 13.25C21.5301 13.25 21.5625 13.2508 21.596 13.2517C21.7938 13.2567 22.0276 13.2626 22.158 13.1049C22.2498 12.994 22.2498 12.8296 22.2499 12.5006L22.25 11.9428C22.25 9.75214 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059C17.0815 1.8996 16.8398 1.87393 16.5866 1.85266C16.2012 1.82029 16.0085 1.8041 15.8793 1.92295C15.75 2.0418 15.75 2.24037 15.75 2.63751V5.5C15.75 5.91421 15.4142 6.25 15 6.25C14.5858 6.25 14.25 5.91421 14.25 5.5V2.54845Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.1439 14.8424C22.2324 14.934 22.2274 15.077 22.2174 15.3631C22.1922 16.0877 22.1479 16.7351 22.0703 17.3128C21.8852 18.6894 21.4982 19.7817 20.64 20.6399C19.7818 21.4981 18.6895 21.8851 17.3128 22.0702C17.0821 22.1012 16.8401 22.1269 16.5866 22.1482C16.2012 22.1806 16.0085 22.1967 15.8792 22.0779C15.75 21.959 15.75 21.7605 15.75 21.3633V16.5007C15.75 16.0865 15.4142 15.7507 15 15.7507C14.5858 15.7507 14.25 16.0865 14.25 16.5007V21.4523C14.25 21.8255 14.25 22.0121 14.1335 22.1292C14.017 22.2462 13.8313 22.2471 13.4601 22.2488C13.0156 22.2508 12.5486 22.2508 12.058 22.2508H11.9437C9.75297 22.2508 8.0323 22.2508 6.68889 22.0702C5.31223 21.8851 4.21998 21.4981 3.36178 20.6399C2.50358 19.7817 2.11655 18.6894 1.93146 17.3128C1.87237 16.8732 1.83261 16.3933 1.80586 15.8697C1.79114 15.5816 1.78378 15.4375 1.87248 15.3441C1.96118 15.2508 2.10744 15.2508 2.39996 15.2508C2.52455 15.2508 2.65344 15.2549 2.78447 15.2591C3.29203 15.2753 3.83166 15.2924 4.27769 15.0781C4.64283 14.9026 4.89521 14.585 5.12858 14.2913L5.55269 13.7608C5.71602 13.5566 5.79768 13.4546 5.90198 13.4616C6.00627 13.4686 6.07353 13.5807 6.20804 13.8049L6.85711 14.8867C7.00202 15.1282 7.27001 15.2681 7.55101 15.2491C7.83201 15.23 8.07864 15.0551 8.18959 14.7962L8.71286 13.5753C8.85964 13.2328 8.93303 13.0615 9.06068 13.0578C9.18833 13.054 9.27165 13.2207 9.43829 13.554L10.8294 16.3362C10.9565 16.5903 11.2162 16.7508 11.5002 16.7508C11.7843 16.7508 12.044 16.5903 12.1711 16.3362L14.6688 11.1856C14.8146 10.8848 14.8875 10.7345 15.0083 10.7305C15.129 10.7266 15.2115 10.8718 15.3764 11.1622C15.7189 11.7652 16.1942 12.602 16.349 12.8729C16.465 13.0759 16.669 13.2131 16.9007 13.2442C17.1324 13.2752 17.3653 13.1964 17.5306 13.0311L18.0386 12.523C18.1983 12.3634 18.2781 12.2836 18.3723 12.2929C18.4665 12.3023 18.5291 12.3962 18.6543 12.584C18.7538 12.7333 18.8527 12.8985 18.9547 13.0688C19.2734 13.6008 19.6221 14.1829 20.1118 14.4872C20.1758 14.527 20.2424 14.5626 20.311 14.5938C20.6729 14.7584 21.0756 14.755 21.4674 14.7517C21.5191 14.7513 21.5705 14.7508 21.6216 14.7508C21.9109 14.7508 22.0555 14.7508 22.1439 14.8424Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-apple-store{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM11.6431 6.61424C11.43 6.25906 10.9693 6.14388 10.6141 6.35699C10.2589 6.5701 10.1438 7.0308 10.3569 7.38599L11.1254 8.66678L8.37536 13.2501H6.5C6.08579 13.2501 5.75 13.5859 5.75 14.0001C5.75 14.4143 6.08579 14.7501 6.5 14.7501H7.47536L6.35688 16.6142C6.14377 16.9694 6.25894 17.4301 6.61413 17.6432C6.96931 17.8563 7.43001 17.7412 7.64312 17.386L9.22464 14.7501H12.5C12.9142 14.7501 13.25 14.4143 13.25 14.0001C13.25 13.5859 12.9142 13.2501 12.5 13.2501H10.1246L12.6351 9.06596C12.6404 9.05755 12.6455 9.04905 12.6504 9.04045L13.6431 7.38599C13.8562 7.0308 13.7411 6.5701 13.3859 6.35699C13.0307 6.14388 12.57 6.25906 12.3569 6.61424L12 7.20904L11.6431 6.61424ZM14.0431 10.6142C13.83 10.2591 13.3693 10.1439 13.0141 10.357C12.6589 10.5701 12.5438 11.0308 12.7569 11.386L16.3569 17.386C16.57 17.7412 17.0307 17.8563 17.3859 17.6432C17.7411 17.4301 17.8562 16.9694 17.6431 16.6142L16.5246 14.7501H17.5C17.9142 14.7501 18.25 14.4143 18.25 14.0001C18.25 13.5859 17.9142 13.2501 17.5 13.2501H15.6246L14.0431 10.6142Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM11.6431 6.61424C11.43 6.25906 10.9693 6.14388 10.6141 6.35699C10.2589 6.5701 10.1438 7.0308 10.3569 7.38599L11.1254 8.66678L8.37536 13.2501H6.5C6.08579 13.2501 5.75 13.5859 5.75 14.0001C5.75 14.4143 6.08579 14.7501 6.5 14.7501H7.47536L6.35688 16.6142C6.14377 16.9694 6.25894 17.4301 6.61413 17.6432C6.96931 17.8563 7.43001 17.7412 7.64312 17.386L9.22464 14.7501H12.5C12.9142 14.7501 13.25 14.4143 13.25 14.0001C13.25 13.5859 12.9142 13.2501 12.5 13.2501H10.1246L12.6351 9.06596C12.6404 9.05755 12.6455 9.04905 12.6504 9.04045L13.6431 7.38599C13.8562 7.0308 13.7411 6.5701 13.3859 6.35699C13.0307 6.14388 12.57 6.25906 12.3569 6.61424L12 7.20904L11.6431 6.61424ZM14.0431 10.6142C13.83 10.2591 13.3693 10.1439 13.0141 10.357C12.6589 10.5701 12.5438 11.0308 12.7569 11.386L16.3569 17.386C16.57 17.7412 17.0307 17.8563 17.3859 17.6432C17.7411 17.4301 17.8562 16.9694 17.6431 16.6142L16.5246 14.7501H17.5C17.9142 14.7501 18.25 14.4143 18.25 14.0001C18.25 13.5859 17.9142 13.2501 17.5 13.2501H15.6246L14.0431 10.6142Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-apple{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.719 2.05078C16.7262 2.12027 16.7347 2.2175 16.741 2.33634C16.7535 2.5727 16.7575 2.90132 16.7229 3.27102C16.6563 3.98291 16.4342 4.98119 15.7077 5.70768C14.9812 6.43416 13.9829 6.65633 13.271 6.72293C12.9013 6.75752 12.5727 6.75345 12.3363 6.74096C12.2175 6.73468 12.1203 6.72617 12.0508 6.71896L11.9308 6.70459C11.6023 6.65683 11.3432 6.3982 11.2955 6.06967L11.281 5.94922C11.2738 5.87973 11.2653 5.7825 11.259 5.66367C11.2466 5.4273 11.2425 5.09868 11.2771 4.72898C11.3437 4.01709 11.5658 3.01881 12.2923 2.29232C13.0188 1.56584 14.0171 1.34367 14.729 1.27707C15.0987 1.24248 15.4273 1.24655 15.6637 1.25904C15.7825 1.26532 15.8797 1.27383 15.9492 1.28104L16.0692 1.29542C16.3977 1.34317 16.6568 1.6018 16.7045 1.93033L16.719 2.05078Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.77858 9.09078C5.7609 7.88966 7.13419 7.25 8.64044 7.25C9.64385 7.25 10.5261 7.65205 11.1901 8.08427C11.8945 8.54267 12.6049 8.54267 13.3092 8.08427C13.9733 7.65205 14.8555 7.25 15.8589 7.25C17.6963 7.25 19.3163 8.19962 20.2853 9.92065C20.391 10.1084 20.4109 10.3324 20.3399 10.5358C20.2689 10.7392 20.1139 10.9022 19.9143 10.9834C18.8732 11.4067 18.1557 12.4049 18.1557 13.5544C18.1557 14.8087 19.0114 15.884 20.2065 16.2263C20.403 16.2826 20.5681 16.4167 20.6634 16.5975C20.7588 16.7783 20.7762 16.9902 20.7116 17.1842C20.2992 18.4234 19.6749 19.5988 18.9333 20.5488C18.2 21.4881 17.3066 22.2641 16.3335 22.6129C15.1815 23.0258 14.098 22.4268 13.4145 21.937C13.1845 21.7721 12.9469 21.6233 12.7252 21.5182C12.4932 21.4083 12.3354 21.3736 12.2497 21.3736C12.1639 21.3736 12.0061 21.4083 11.7742 21.5182C11.5525 21.6233 11.3148 21.7721 11.0848 21.937C10.4013 22.4268 9.31784 23.0258 8.16585 22.6129C6.81055 22.1272 5.58989 20.8062 4.7243 19.2862C3.84595 17.7438 3.25 15.8542 3.25 14.0593C3.25 11.9787 3.80404 10.2824 4.77858 9.09078Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.719 2.05078C16.7262 2.12027 16.7347 2.2175 16.741 2.33634C16.7535 2.5727 16.7575 2.90132 16.7229 3.27102C16.6563 3.98291 16.4342 4.98119 15.7077 5.70768C14.9812 6.43416 13.9829 6.65633 13.271 6.72293C12.9013 6.75752 12.5727 6.75345 12.3363 6.74096C12.2175 6.73468 12.1203 6.72617 12.0508 6.71896L11.9308 6.70459C11.6023 6.65683 11.3432 6.3982 11.2955 6.06967L11.281 5.94922C11.2738 5.87973 11.2653 5.7825 11.259 5.66367C11.2466 5.4273 11.2425 5.09868 11.2771 4.72898C11.3437 4.01709 11.5658 3.01881 12.2923 2.29232C13.0188 1.56584 14.0171 1.34367 14.729 1.27707C15.0987 1.24248 15.4273 1.24655 15.6637 1.25904C15.7825 1.26532 15.8797 1.27383 15.9492 1.28104L16.0692 1.29542C16.3977 1.34317 16.6568 1.6018 16.7045 1.93033L16.719 2.05078Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.77858 9.09078C5.7609 7.88966 7.13419 7.25 8.64044 7.25C9.64385 7.25 10.5261 7.65205 11.1901 8.08427C11.8945 8.54267 12.6049 8.54267 13.3092 8.08427C13.9733 7.65205 14.8555 7.25 15.8589 7.25C17.6963 7.25 19.3163 8.19962 20.2853 9.92065C20.391 10.1084 20.4109 10.3324 20.3399 10.5358C20.2689 10.7392 20.1139 10.9022 19.9143 10.9834C18.8732 11.4067 18.1557 12.4049 18.1557 13.5544C18.1557 14.8087 19.0114 15.884 20.2065 16.2263C20.403 16.2826 20.5681 16.4167 20.6634 16.5975C20.7588 16.7783 20.7762 16.9902 20.7116 17.1842C20.2992 18.4234 19.6749 19.5988 18.9333 20.5488C18.2 21.4881 17.3066 22.2641 16.3335 22.6129C15.1815 23.0258 14.098 22.4268 13.4145 21.937C13.1845 21.7721 12.9469 21.6233 12.7252 21.5182C12.4932 21.4083 12.3354 21.3736 12.2497 21.3736C12.1639 21.3736 12.0061 21.4083 11.7742 21.5182C11.5525 21.6233 11.3148 21.7721 11.0848 21.937C10.4013 22.4268 9.31784 23.0258 8.16585 22.6129C6.81055 22.1272 5.58989 20.8062 4.7243 19.2862C3.84595 17.7438 3.25 15.8542 3.25 14.0593C3.25 11.9787 3.80404 10.2824 4.77858 9.09078Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-bebo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.25 4C3.25 2.48122 4.48122 1.25 6 1.25C7.51878 1.25 8.75 2.48122 8.75 4V14C8.75 15.7949 10.2051 17.25 12 17.25C13.7949 17.25 15.25 15.7949 15.25 14C15.25 13.1175 14.9763 12.4468 14.5216 11.9513C14.059 11.4472 13.3578 11.0698 12.4186 10.8815C11.3115 10.6595 10.25 9.74192 10.25 8.42476C10.25 6.75418 11.6452 5.1935 13.4841 5.52203C15.6808 5.91444 17.5088 6.85685 18.7883 8.32168C20.0707 9.78998 20.75 11.724 20.75 14C20.75 18.8325 16.8325 22.75 12 22.75C7.16751 22.75 3.25 18.8325 3.25 14V4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.25 4C3.25 2.48122 4.48122 1.25 6 1.25C7.51878 1.25 8.75 2.48122 8.75 4V14C8.75 15.7949 10.2051 17.25 12 17.25C13.7949 17.25 15.25 15.7949 15.25 14C15.25 13.1175 14.9763 12.4468 14.5216 11.9513C14.059 11.4472 13.3578 11.0698 12.4186 10.8815C11.3115 10.6595 10.25 9.74192 10.25 8.42476C10.25 6.75418 11.6452 5.1935 13.4841 5.52203C15.6808 5.91444 17.5088 6.85685 18.7883 8.32168C20.0707 9.78998 20.75 11.724 20.75 14C20.75 18.8325 16.8325 22.75 12 22.75C7.16751 22.75 3.25 18.8325 3.25 14V4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-behance-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.44561 4.00001C4.46372 4.00001 4.48186 4.00001 4.50001 4.00001H6.90001C9.41378 4.00001 11.5 5.98836 11.5 8.50001C11.5 9.9238 10.8296 11.1794 9.79097 12C10.8296 12.8206 11.5 14.0762 11.5 15.5C11.5 18.0117 9.41378 20 6.90001 20H4.50002C4.48186 20 4.46372 20 4.44561 20C4.02154 20.0001 3.60941 20.0002 3.2695 19.9545C2.88629 19.903 2.44902 19.7774 2.0858 19.4142C1.72259 19.051 1.59706 18.6137 1.54554 18.2305C1.49984 17.8906 1.49992 17.4785 1.50001 17.0544C1.50001 17.0363 1.50001 17.0182 1.50001 17V7.00001C1.50001 6.98186 1.50001 6.96372 1.50001 6.94561C1.49992 6.52154 1.49984 6.10941 1.54554 5.76949C1.59706 5.38629 1.72259 4.94902 2.0858 4.5858C2.44902 4.22259 2.88629 4.09706 3.26949 4.04554C3.60941 3.99984 4.02154 3.99992 4.44561 4.00001ZM3.50001 13V17C3.50001 17.4997 3.50214 17.7738 3.52771 17.964C3.52804 17.9665 3.52837 17.9689 3.52871 17.9713C3.53108 17.9717 3.53351 17.972 3.53599 17.9723C3.72618 17.9979 4.00034 18 4.50002 18H6.90001C8.3627 18 9.50001 16.8544 9.50001 15.5C9.50001 14.1457 8.3627 13 6.90001 13H3.50001ZM6.90001 11H3.50001V7.00001C3.50001 6.50034 3.50214 6.22618 3.52771 6.03599C3.52804 6.03351 3.52838 6.03108 3.52871 6.02871C3.53108 6.02837 3.53351 6.02804 3.53599 6.02771C3.72618 6.00214 4.00034 6.00001 4.50001 6.00001H6.90001C8.3627 6.00001 9.50001 7.14567 9.50001 8.50001C9.50001 9.85436 8.3627 11 6.90001 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5 7C14.5 6.44772 14.9477 6 15.5 6H19.5C20.0523 6 20.5 6.44772 20.5 7C20.5 7.55228 20.0523 8 19.5 8H15.5C14.9477 8 14.5 7.55228 14.5 7ZM12.5 14C12.5 11.4335 14.7118 9 17.5 9C20.2882 9 22.5 11.4335 22.5 14C22.5 14.5523 22.0523 15 21.5 15H14.5C14.5 16.6569 15.8431 18 17.5 18C18.6092 18 19.579 17.3986 20.0993 16.4993C20.3758 16.0212 20.9875 15.8579 21.4656 16.1344C21.9437 16.4109 22.107 17.0227 21.8305 17.5007C20.9675 18.9926 19.352 20 17.5 20C14.7386 20 12.5 17.7614 12.5 15V14ZM14.6946 13H20.3054C19.8717 11.8923 18.7641 11 17.5 11C16.2359 11 15.1283 11.8923 14.6946 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.44561 4.00001C4.46372 4.00001 4.48186 4.00001 4.50001 4.00001H6.90001C9.41378 4.00001 11.5 5.98836 11.5 8.50001C11.5 9.9238 10.8296 11.1794 9.79097 12C10.8296 12.8206 11.5 14.0762 11.5 15.5C11.5 18.0117 9.41378 20 6.90001 20H4.50002C4.48186 20 4.46372 20 4.44561 20C4.02154 20.0001 3.60941 20.0002 3.2695 19.9545C2.88629 19.903 2.44902 19.7774 2.0858 19.4142C1.72259 19.051 1.59706 18.6137 1.54554 18.2305C1.49984 17.8906 1.49992 17.4785 1.50001 17.0544C1.50001 17.0363 1.50001 17.0182 1.50001 17V7.00001C1.50001 6.98186 1.50001 6.96372 1.50001 6.94561C1.49992 6.52154 1.49984 6.10941 1.54554 5.76949C1.59706 5.38629 1.72259 4.94902 2.0858 4.5858C2.44902 4.22259 2.88629 4.09706 3.26949 4.04554C3.60941 3.99984 4.02154 3.99992 4.44561 4.00001ZM3.50001 13V17C3.50001 17.4997 3.50214 17.7738 3.52771 17.964C3.52804 17.9665 3.52837 17.9689 3.52871 17.9713C3.53108 17.9717 3.53351 17.972 3.53599 17.9723C3.72618 17.9979 4.00034 18 4.50002 18H6.90001C8.3627 18 9.50001 16.8544 9.50001 15.5C9.50001 14.1457 8.3627 13 6.90001 13H3.50001ZM6.90001 11H3.50001V7.00001C3.50001 6.50034 3.50214 6.22618 3.52771 6.03599C3.52804 6.03351 3.52838 6.03108 3.52871 6.02871C3.53108 6.02837 3.53351 6.02804 3.53599 6.02771C3.72618 6.00214 4.00034 6.00001 4.50001 6.00001H6.90001C8.3627 6.00001 9.50001 7.14567 9.50001 8.50001C9.50001 9.85436 8.3627 11 6.90001 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5 7C14.5 6.44772 14.9477 6 15.5 6H19.5C20.0523 6 20.5 6.44772 20.5 7C20.5 7.55228 20.0523 8 19.5 8H15.5C14.9477 8 14.5 7.55228 14.5 7ZM12.5 14C12.5 11.4335 14.7118 9 17.5 9C20.2882 9 22.5 11.4335 22.5 14C22.5 14.5523 22.0523 15 21.5 15H14.5C14.5 16.6569 15.8431 18 17.5 18C18.6092 18 19.579 17.3986 20.0993 16.4993C20.3758 16.0212 20.9875 15.8579 21.4656 16.1344C21.9437 16.4109 22.107 17.0227 21.8305 17.5007C20.9675 18.9926 19.352 20 17.5 20C14.7386 20 12.5 17.7614 12.5 15V14ZM14.6946 13H20.3054C19.8717 11.8923 18.7641 11 17.5 11C16.2359 11 15.1283 11.8923 14.6946 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-behance-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM7.72396 7.75002L7.68952 7.75001C7.49065 7.74992 7.27211 7.74983 7.08706 7.77537C6.86761 7.80567 6.58839 7.88392 6.35536 8.12318C6.12503 8.35968 6.05245 8.63823 6.02419 8.85401C5.99985 9.0399 5.99993 9.26046 6.00001 9.46603L6.00002 9.50002L6.00002 14.5L6.00001 14.534C5.99993 14.7396 5.99985 14.9601 6.02419 15.146C6.05245 15.3618 6.12503 15.6404 6.35536 15.8769C6.58839 16.1161 6.86761 16.1944 7.08706 16.2247C7.27211 16.2502 7.49065 16.2501 7.68951 16.25H7.68952L7.72396 16.25H9.37966C10.7608 16.25 11.8827 15.132 11.8827 13.75C11.8827 13.0683 11.6097 12.4508 11.1672 12C11.6097 11.5493 11.8827 10.9318 11.8827 10.25C11.8827 8.86806 10.7608 7.75002 9.37966 7.75002L7.72396 7.75002ZM7.50002 14.5V12.75L9.37966 12.75C9.9349 12.75 10.3827 13.199 10.3827 13.75C10.3827 14.3011 9.9349 14.75 9.37966 14.75H7.72396C7.63625 14.75 7.56398 14.75 7.50114 14.7492C7.50005 14.6795 7.50002 14.599 7.50002 14.5ZM7.50002 11.25L9.37966 11.25C9.9349 11.25 10.3827 10.8011 10.3827 10.25C10.3827 9.69898 9.9349 9.25002 9.37966 9.25002L7.72396 9.25002C7.63625 9.25002 7.56398 9.25005 7.50114 9.25089C7.50005 9.32056 7.50002 9.40102 7.50002 9.50002V11.25ZM14.5546 8.08151C14.1404 8.08151 13.8046 8.4173 13.8046 8.83151C13.8046 9.24573 14.1404 9.58151 14.5546 9.58151H16.0155C16.4297 9.58151 16.7655 9.24573 16.7655 8.83151C16.7655 8.4173 16.4297 8.08151 16.0155 8.08151H14.5546ZM15.3021 10.25C13.7738 10.25 12.6043 11.6045 12.6043 13V13.5C12.6043 15 13.7936 16.25 15.3021 16.25C15.931 16.25 16.7385 16.0226 17.2537 15.5558C17.5606 15.2776 17.5839 14.8033 17.3058 14.4964C17.0276 14.1895 16.5533 14.1661 16.2464 14.4443C16.0747 14.5998 15.6612 14.75 15.3021 14.75C14.7371 14.75 14.2402 14.3324 14.1279 13.75L17.25 13.75C17.6642 13.75 18 13.4142 18 13C18 11.6045 16.8304 10.25 15.3021 10.25ZM15.3021 11.75C15.6636 11.75 16.0088 11.9533 16.2349 12.25H14.3694C14.5955 11.9533 14.9406 11.75 15.3021 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM7.72396 7.75002L7.68952 7.75001C7.49065 7.74992 7.27211 7.74983 7.08706 7.77537C6.86761 7.80567 6.58839 7.88392 6.35536 8.12318C6.12503 8.35968 6.05245 8.63823 6.02419 8.85401C5.99985 9.0399 5.99993 9.26046 6.00001 9.46603L6.00002 9.50002L6.00002 14.5L6.00001 14.534C5.99993 14.7396 5.99985 14.9601 6.02419 15.146C6.05245 15.3618 6.12503 15.6404 6.35536 15.8769C6.58839 16.1161 6.86761 16.1944 7.08706 16.2247C7.27211 16.2502 7.49065 16.2501 7.68951 16.25H7.68952L7.72396 16.25H9.37966C10.7608 16.25 11.8827 15.132 11.8827 13.75C11.8827 13.0683 11.6097 12.4508 11.1672 12C11.6097 11.5493 11.8827 10.9318 11.8827 10.25C11.8827 8.86806 10.7608 7.75002 9.37966 7.75002L7.72396 7.75002ZM7.50002 14.5V12.75L9.37966 12.75C9.9349 12.75 10.3827 13.199 10.3827 13.75C10.3827 14.3011 9.9349 14.75 9.37966 14.75H7.72396C7.63625 14.75 7.56398 14.75 7.50114 14.7492C7.50005 14.6795 7.50002 14.599 7.50002 14.5ZM7.50002 11.25L9.37966 11.25C9.9349 11.25 10.3827 10.8011 10.3827 10.25C10.3827 9.69898 9.9349 9.25002 9.37966 9.25002L7.72396 9.25002C7.63625 9.25002 7.56398 9.25005 7.50114 9.25089C7.50005 9.32056 7.50002 9.40102 7.50002 9.50002V11.25ZM14.5546 8.08151C14.1404 8.08151 13.8046 8.4173 13.8046 8.83151C13.8046 9.24573 14.1404 9.58151 14.5546 9.58151H16.0155C16.4297 9.58151 16.7655 9.24573 16.7655 8.83151C16.7655 8.4173 16.4297 8.08151 16.0155 8.08151H14.5546ZM15.3021 10.25C13.7738 10.25 12.6043 11.6045 12.6043 13V13.5C12.6043 15 13.7936 16.25 15.3021 16.25C15.931 16.25 16.7385 16.0226 17.2537 15.5558C17.5606 15.2776 17.5839 14.8033 17.3058 14.4964C17.0276 14.1895 16.5533 14.1661 16.2464 14.4443C16.0747 14.5998 15.6612 14.75 15.3021 14.75C14.7371 14.75 14.2402 14.3324 14.1279 13.75L17.25 13.75C17.6642 13.75 18 13.4142 18 13C18 11.6045 16.8304 10.25 15.3021 10.25ZM15.3021 11.75C15.6636 11.75 16.0088 11.9533 16.2349 12.25H14.3694C14.5955 11.9533 14.9406 11.75 15.3021 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-bing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.7477 1.71547L5.78941 1.73686L7.78941 2.76229L7.81028 2.77298C7.92619 2.83235 8.05866 2.90021 8.16897 2.97218C8.30121 3.05846 8.45196 3.18126 8.56769 3.37327C8.68274 3.56416 8.72124 3.75398 8.7369 3.90923C8.75012 4.04034 8.75007 4.19003 8.75002 4.32348V4.32352L8.75269 15.7308L13.2087 13.1223L12.2782 12.8042L12.2582 12.7974C12.1487 12.76 12.0221 12.7167 11.9136 12.6675C11.7832 12.6084 11.631 12.5206 11.495 12.3701C11.3599 12.2205 11.288 12.0609 11.2419 11.9273C11.2031 11.8146 11.1713 11.6839 11.1432 11.5685L11.1382 11.548L10.6877 9.70034L10.6766 9.65462C10.5936 9.31462 10.5129 8.98399 10.4871 8.71335C10.4597 8.42589 10.4702 7.99037 10.8142 7.64661C11.1647 7.29649 11.6054 7.29495 11.8952 7.33184C12.1624 7.36586 12.4859 7.45812 12.8133 7.55145L12.8133 7.55145L18.7766 9.25004C19.098 9.34155 19.3998 9.42748 19.6436 9.52968C19.9159 9.64388 20.1878 9.80614 20.3987 10.0906C20.6083 10.3734 20.686 10.6805 20.7196 10.9736C20.7501 11.2387 20.7501 11.5572 20.75 11.9007L20.75 13.9115V13.9116C20.75 14.1754 20.7501 14.4234 20.7298 14.6339C20.7073 14.8679 20.656 15.1127 20.5196 15.355C20.3826 15.5983 20.1995 15.7687 20.01 15.908C19.8407 16.0324 19.6296 16.1573 19.4075 16.2887L9.39636 22.2157L9.39632 22.2157C9.16574 22.3522 8.94669 22.4819 8.74975 22.5727C8.5297 22.6742 8.28114 22.755 7.98947 22.7497C7.69786 22.7445 7.45235 22.6549 7.23606 22.5457C7.0424 22.4479 6.82799 22.3105 6.60217 22.1657L4.5113 20.8257C4.30223 20.6917 4.10331 20.5643 3.9439 20.439C3.76536 20.2986 3.59357 20.1293 3.46558 19.8926C3.33807 19.6566 3.29001 19.4202 3.26893 19.1943C3.24996 18.9911 3.24999 18.7522 3.25001 18.4986L3.25001 3.2755C3.24993 2.94388 3.24985 2.61787 3.2874 2.35857C3.32772 2.0801 3.43771 1.67441 3.83567 1.4222C4.23999 1.16597 4.65667 1.24735 4.92645 1.33787C5.1729 1.42056 5.46006 1.56789 5.7477 1.71547Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.7477 1.71547L5.78941 1.73686L7.78941 2.76229L7.81028 2.77298C7.92619 2.83235 8.05866 2.90021 8.16897 2.97218C8.30121 3.05846 8.45196 3.18126 8.56769 3.37327C8.68274 3.56416 8.72124 3.75398 8.7369 3.90923C8.75012 4.04034 8.75007 4.19003 8.75002 4.32348V4.32352L8.75269 15.7308L13.2087 13.1223L12.2782 12.8042L12.2582 12.7974C12.1487 12.76 12.0221 12.7167 11.9136 12.6675C11.7832 12.6084 11.631 12.5206 11.495 12.3701C11.3599 12.2205 11.288 12.0609 11.2419 11.9273C11.2031 11.8146 11.1713 11.6839 11.1432 11.5685L11.1382 11.548L10.6877 9.70034L10.6766 9.65462C10.5936 9.31462 10.5129 8.98399 10.4871 8.71335C10.4597 8.42589 10.4702 7.99037 10.8142 7.64661C11.1647 7.29649 11.6054 7.29495 11.8952 7.33184C12.1624 7.36586 12.4859 7.45812 12.8133 7.55145L12.8133 7.55145L18.7766 9.25004C19.098 9.34155 19.3998 9.42748 19.6436 9.52968C19.9159 9.64388 20.1878 9.80614 20.3987 10.0906C20.6083 10.3734 20.686 10.6805 20.7196 10.9736C20.7501 11.2387 20.7501 11.5572 20.75 11.9007L20.75 13.9115V13.9116C20.75 14.1754 20.7501 14.4234 20.7298 14.6339C20.7073 14.8679 20.656 15.1127 20.5196 15.355C20.3826 15.5983 20.1995 15.7687 20.01 15.908C19.8407 16.0324 19.6296 16.1573 19.4075 16.2887L9.39636 22.2157L9.39632 22.2157C9.16574 22.3522 8.94669 22.4819 8.74975 22.5727C8.5297 22.6742 8.28114 22.755 7.98947 22.7497C7.69786 22.7445 7.45235 22.6549 7.23606 22.5457C7.0424 22.4479 6.82799 22.3105 6.60217 22.1657L4.5113 20.8257C4.30223 20.6917 4.10331 20.5643 3.9439 20.439C3.76536 20.2986 3.59357 20.1293 3.46558 19.8926C3.33807 19.6566 3.29001 19.4202 3.26893 19.1943C3.24996 18.9911 3.24999 18.7522 3.25001 18.4986L3.25001 3.2755C3.24993 2.94388 3.24985 2.61787 3.2874 2.35857C3.32772 2.0801 3.43771 1.67441 3.83567 1.4222C4.23999 1.16597 4.65667 1.24735 4.92645 1.33787C5.1729 1.42056 5.46006 1.56789 5.7477 1.71547Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-blogger{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM14.9577 10.5088V11.4622C16.3315 11.4622 17.6684 12.0195 17.913 13.5687C18.3239 16.1725 17.285 18 14.6862 18H10.9765C8.63055 18 7.45758 18 6.72879 17.2686C6 16.5373 6 15.3601 6 13.0059L6 10.5088C6 8.63614 6 7.69981 6.47521 7.04342C7.26267 5.95573 8.69928 5.98325 9.95308 6.00727L9.95316 6.00727L9.9534 6.00728C10.1331 6.01072 10.3091 6.01409 10.4788 6.01409C10.6486 6.01409 10.8246 6.01072 11.0043 6.00728L11.0045 6.00727L11.0046 6.00727C12.2584 5.98325 13.695 5.95573 14.4825 7.04342C14.9577 7.69981 14.9577 8.63614 14.9577 10.5088ZM10 9.25C9.58579 9.25 9.25 9.58579 9.25 10C9.25 10.4142 9.58579 10.75 10 10.75H11C11.4142 10.75 11.75 10.4142 11.75 10C11.75 9.58579 11.4142 9.25 11 9.25H10ZM9.25 15C9.25 14.5858 9.58579 14.25 10 14.25L14 14.25C14.4142 14.25 14.75 14.5858 14.75 15C14.75 15.4142 14.4142 15.75 14 15.75L10 15.75C9.58579 15.75 9.25 15.4142 9.25 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM14.9577 10.5088V11.4622C16.3315 11.4622 17.6684 12.0195 17.913 13.5687C18.3239 16.1725 17.285 18 14.6862 18H10.9765C8.63055 18 7.45758 18 6.72879 17.2686C6 16.5373 6 15.3601 6 13.0059L6 10.5088C6 8.63614 6 7.69981 6.47521 7.04342C7.26267 5.95573 8.69928 5.98325 9.95308 6.00727L9.95316 6.00727L9.9534 6.00728C10.1331 6.01072 10.3091 6.01409 10.4788 6.01409C10.6486 6.01409 10.8246 6.01072 11.0043 6.00728L11.0045 6.00727L11.0046 6.00727C12.2584 5.98325 13.695 5.95573 14.4825 7.04342C14.9577 7.69981 14.9577 8.63614 14.9577 10.5088ZM10 9.25C9.58579 9.25 9.25 9.58579 9.25 10C9.25 10.4142 9.58579 10.75 10 10.75H11C11.4142 10.75 11.75 10.4142 11.75 10C11.75 9.58579 11.4142 9.25 11 9.25H10ZM9.25 15C9.25 14.5858 9.58579 14.25 10 14.25L14 14.25C14.4142 14.25 14.75 14.5858 14.75 15C14.75 15.4142 14.4142 15.75 14 15.75L10 15.75C9.58579 15.75 9.25 15.4142 9.25 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-boostrap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 11.25C21.3096 11.25 20.75 10.6904 20.75 10V8C20.75 7.15644 20.707 6.42823 20.5729 5.81795C20.437 5.19918 20.1974 4.65476 19.7713 4.22867C19.3452 3.80257 18.8008 3.56303 18.182 3.42709C17.5718 3.29303 16.8436 3.25 16 3.25L8 3.25C7.15644 3.25 6.42823 3.29303 5.81795 3.42709C5.19918 3.56303 4.65476 3.80257 4.22867 4.22867C3.80257 4.65477 3.56303 5.19918 3.42709 5.81795C3.29303 6.42823 3.25 7.15644 3.25 8L3.25 10C3.25 10.6904 2.69036 11.25 2 11.25C1.58579 11.25 1.25 11.5858 1.25 12C1.25 12.4142 1.58579 12.75 2 12.75C2.69036 12.75 3.25 13.3096 3.25 14L3.25 16C3.25 16.8436 3.29302 17.5718 3.42709 18.182C3.56303 18.8008 3.80257 19.3452 4.22867 19.7713C4.65476 20.1974 5.19917 20.437 5.81795 20.5729C6.42823 20.707 7.15644 20.75 8 20.75L16 20.75C16.8436 20.75 17.5718 20.707 18.182 20.5729C18.8008 20.437 19.3452 20.1974 19.7713 19.7713C20.1974 19.3452 20.437 18.8008 20.5729 18.182C20.707 17.5718 20.75 16.8436 20.75 16V14C20.75 13.3096 21.3096 12.75 22 12.75C22.4142 12.75 22.75 12.4142 22.75 12C22.75 11.5858 22.4142 11.25 22 11.25ZM10.6 7.25001L10.5583 7.25C10.2174 7.24994 9.89076 7.24989 9.62226 7.28599C9.32124 7.32646 8.98373 7.42426 8.70399 7.70399C8.42426 7.98373 8.32646 8.32124 8.28599 8.62226C8.24989 8.89076 8.24995 9.21738 8.25 9.55827L8.25001 9.60001L8.25001 14.4L8.25 14.4417C8.24995 14.7826 8.24989 15.1093 8.28599 15.3778C8.32646 15.6788 8.42426 16.0163 8.70399 16.296C8.98373 16.5758 9.32124 16.6736 9.62226 16.714C9.89074 16.7501 10.2173 16.7501 10.5582 16.75H10.5583L10.6 16.75H12.8824C14.4252 16.75 15.75 15.5586 15.75 14C15.75 13.1991 15.4002 12.4952 14.8507 12C15.4002 11.5049 15.75 10.8009 15.75 10C15.75 8.44141 14.4252 7.25001 12.8824 7.25001H10.6ZM14.25 10C14.25 10.6506 13.6787 11.25 12.8824 11.25H9.75001V9.60001C9.75001 9.20168 9.7516 8.97839 9.77261 8.82213C9.77486 8.80537 9.77714 8.7912 9.7793 8.7793C9.7912 8.77714 9.80537 8.77486 9.82213 8.77261C9.97839 8.7516 10.2017 8.75001 10.6 8.75001H12.8824C13.6787 8.75001 14.25 9.34947 14.25 10ZM12.8824 12.75L9.75001 12.75L9.75001 14.4C9.75001 14.7983 9.7516 15.0216 9.77261 15.1779C9.77486 15.1946 9.77714 15.2088 9.7793 15.2207C9.7912 15.2229 9.80537 15.2252 9.82213 15.2274C9.97839 15.2484 10.2017 15.25 10.6 15.25L12.8824 15.25C13.6787 15.25 14.25 14.6506 14.25 14C14.25 13.3495 13.6787 12.75 12.8824 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 11.25C21.3096 11.25 20.75 10.6904 20.75 10V8C20.75 7.15644 20.707 6.42823 20.5729 5.81795C20.437 5.19918 20.1974 4.65476 19.7713 4.22867C19.3452 3.80257 18.8008 3.56303 18.182 3.42709C17.5718 3.29303 16.8436 3.25 16 3.25L8 3.25C7.15644 3.25 6.42823 3.29303 5.81795 3.42709C5.19918 3.56303 4.65476 3.80257 4.22867 4.22867C3.80257 4.65477 3.56303 5.19918 3.42709 5.81795C3.29303 6.42823 3.25 7.15644 3.25 8L3.25 10C3.25 10.6904 2.69036 11.25 2 11.25C1.58579 11.25 1.25 11.5858 1.25 12C1.25 12.4142 1.58579 12.75 2 12.75C2.69036 12.75 3.25 13.3096 3.25 14L3.25 16C3.25 16.8436 3.29302 17.5718 3.42709 18.182C3.56303 18.8008 3.80257 19.3452 4.22867 19.7713C4.65476 20.1974 5.19917 20.437 5.81795 20.5729C6.42823 20.707 7.15644 20.75 8 20.75L16 20.75C16.8436 20.75 17.5718 20.707 18.182 20.5729C18.8008 20.437 19.3452 20.1974 19.7713 19.7713C20.1974 19.3452 20.437 18.8008 20.5729 18.182C20.707 17.5718 20.75 16.8436 20.75 16V14C20.75 13.3096 21.3096 12.75 22 12.75C22.4142 12.75 22.75 12.4142 22.75 12C22.75 11.5858 22.4142 11.25 22 11.25ZM10.6 7.25001L10.5583 7.25C10.2174 7.24994 9.89076 7.24989 9.62226 7.28599C9.32124 7.32646 8.98373 7.42426 8.70399 7.70399C8.42426 7.98373 8.32646 8.32124 8.28599 8.62226C8.24989 8.89076 8.24995 9.21738 8.25 9.55827L8.25001 9.60001L8.25001 14.4L8.25 14.4417C8.24995 14.7826 8.24989 15.1093 8.28599 15.3778C8.32646 15.6788 8.42426 16.0163 8.70399 16.296C8.98373 16.5758 9.32124 16.6736 9.62226 16.714C9.89074 16.7501 10.2173 16.7501 10.5582 16.75H10.5583L10.6 16.75H12.8824C14.4252 16.75 15.75 15.5586 15.75 14C15.75 13.1991 15.4002 12.4952 14.8507 12C15.4002 11.5049 15.75 10.8009 15.75 10C15.75 8.44141 14.4252 7.25001 12.8824 7.25001H10.6ZM14.25 10C14.25 10.6506 13.6787 11.25 12.8824 11.25H9.75001V9.60001C9.75001 9.20168 9.7516 8.97839 9.77261 8.82213C9.77486 8.80537 9.77714 8.7912 9.7793 8.7793C9.7912 8.77714 9.80537 8.77486 9.82213 8.77261C9.97839 8.7516 10.2017 8.75001 10.6 8.75001H12.8824C13.6787 8.75001 14.25 9.34947 14.25 10ZM12.8824 12.75L9.75001 12.75L9.75001 14.4C9.75001 14.7983 9.7516 15.0216 9.77261 15.1779C9.77486 15.1946 9.77714 15.2088 9.7793 15.2207C9.7912 15.2229 9.80537 15.2252 9.82213 15.2274C9.97839 15.2484 10.2017 15.25 10.6 15.25L12.8824 15.25C13.6787 15.25 14.25 14.6506 14.25 14C14.25 13.3495 13.6787 12.75 12.8824 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-capcut-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.31 1.93059C15.9666 1.74998 14.2459 1.74999 12.0552 1.75H11.9409C9.75017 1.74999 8.02949 1.74998 6.68607 1.93059C5.30941 2.11568 4.21716 2.50271 3.35896 3.36091C2.50076 4.21911 2.11373 5.31137 1.92864 6.68802C1.74802 8.03144 1.74803 9.75212 1.74805 11.9428V12.0572C1.74803 14.2479 1.74802 15.9686 1.92864 17.312C2.11373 18.6886 2.50076 19.7809 3.35896 20.6391C4.21716 21.4973 5.30941 21.8843 6.68607 22.0694C8.02948 22.25 9.75015 22.25 11.9408 22.25H11.9409H12.0552H12.0552C14.2459 22.25 15.9666 22.25 17.31 22.0694C18.6867 21.8843 19.7789 21.4973 20.6371 20.6391C21.4953 19.7809 21.8824 18.6886 22.0675 17.312C22.2481 15.9686 22.2481 14.2479 22.248 12.0572V12.0572V11.9428V11.9428C22.2481 9.7521 22.2481 8.03144 22.0675 6.68802C21.8824 5.31137 21.4953 4.21911 20.6371 3.36091C19.7789 2.50271 18.6867 2.11568 17.31 1.93059ZM8.35222 6.75L13.25 6.75C13.7742 6.74995 14.2433 6.74991 14.6226 6.80302C15.0383 6.86122 15.4546 6.99575 15.7916 7.34667C15.9999 7.5636 16.2174 7.86286 16.3041 8.28768L17.6536 7.58482C18.021 7.39348 18.4739 7.53618 18.6652 7.90356C18.8566 8.27093 18.7139 8.72385 18.3465 8.91519L12.4237 12L18.3465 15.0848C18.7139 15.2762 18.8566 15.7291 18.6652 16.0965C18.4739 16.4638 18.021 16.6065 17.6536 16.4152L16.3041 15.7123C16.2174 16.1372 15.9999 16.4364 15.7916 16.6533C15.4546 17.0043 15.0383 17.1388 14.6226 17.197C14.2434 17.2501 13.7742 17.2501 13.25 17.25H13.25L8.35216 17.25H8.35215C7.82794 17.2501 7.35884 17.2501 6.97956 17.197C6.56385 17.1388 6.14757 17.0043 5.81062 16.6533C5.60231 16.4364 5.39581 16.1963 5.30914 15.7715C5.24963 15.4799 5.2498 15.0931 5.25003 14.5941L5.25005 14.5C5.25005 14.2204 5.40561 13.964 5.6536 13.8348L9.17645 12L5.6536 10.1652C5.40561 10.036 5.25005 9.77962 5.25005 9.50001L5.25003 9.40589C5.2498 8.9069 5.24963 8.52016 5.30914 8.22849C5.39581 7.80367 5.60231 7.5636 5.81062 7.34666C6.14757 6.99575 6.56385 6.86122 6.97956 6.80302C7.35885 6.74991 7.82798 6.74995 8.35222 6.75ZM10.8001 11.1544L14.851 9.04451C14.8503 8.96119 14.849 8.88779 14.847 8.82191C14.8419 8.7085 14.807 8.46228 14.7088 8.38468C14.6934 8.36855 14.6481 8.32121 14.4146 8.28852C14.1519 8.25172 13.7895 8.25 13.2016 8.25L8.40059 8.25C7.81273 8.25 7.45036 8.25172 7.18758 8.28852C6.95408 8.32121 6.90887 8.36855 6.89346 8.38468C6.77767 8.43893 6.75305 8.69877 6.75521 8.82191C6.75319 8.88808 6.75197 8.96182 6.75122 9.0456L10.8001 11.1544ZM10.8001 12.8456L6.75122 14.9544C6.75197 15.0382 6.75319 15.1119 6.75521 15.1781C6.77165 15.3459 6.88112 15.6876 7.18758 15.7115C7.45036 15.7483 7.81273 15.75 8.40059 15.75L13.2016 15.75C13.7895 15.75 14.1519 15.7483 14.4146 15.7115C14.7151 15.6807 14.8281 15.3431 14.847 15.1781C14.849 15.1122 14.8503 15.0388 14.851 14.9555L10.8001 12.8456Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.31 1.93059C15.9666 1.74998 14.2459 1.74999 12.0552 1.75H11.9409C9.75017 1.74999 8.02949 1.74998 6.68607 1.93059C5.30941 2.11568 4.21716 2.50271 3.35896 3.36091C2.50076 4.21911 2.11373 5.31137 1.92864 6.68802C1.74802 8.03144 1.74803 9.75212 1.74805 11.9428V12.0572C1.74803 14.2479 1.74802 15.9686 1.92864 17.312C2.11373 18.6886 2.50076 19.7809 3.35896 20.6391C4.21716 21.4973 5.30941 21.8843 6.68607 22.0694C8.02948 22.25 9.75015 22.25 11.9408 22.25H11.9409H12.0552H12.0552C14.2459 22.25 15.9666 22.25 17.31 22.0694C18.6867 21.8843 19.7789 21.4973 20.6371 20.6391C21.4953 19.7809 21.8824 18.6886 22.0675 17.312C22.2481 15.9686 22.2481 14.2479 22.248 12.0572V12.0572V11.9428V11.9428C22.2481 9.7521 22.2481 8.03144 22.0675 6.68802C21.8824 5.31137 21.4953 4.21911 20.6371 3.36091C19.7789 2.50271 18.6867 2.11568 17.31 1.93059ZM8.35222 6.75L13.25 6.75C13.7742 6.74995 14.2433 6.74991 14.6226 6.80302C15.0383 6.86122 15.4546 6.99575 15.7916 7.34667C15.9999 7.5636 16.2174 7.86286 16.3041 8.28768L17.6536 7.58482C18.021 7.39348 18.4739 7.53618 18.6652 7.90356C18.8566 8.27093 18.7139 8.72385 18.3465 8.91519L12.4237 12L18.3465 15.0848C18.7139 15.2762 18.8566 15.7291 18.6652 16.0965C18.4739 16.4638 18.021 16.6065 17.6536 16.4152L16.3041 15.7123C16.2174 16.1372 15.9999 16.4364 15.7916 16.6533C15.4546 17.0043 15.0383 17.1388 14.6226 17.197C14.2434 17.2501 13.7742 17.2501 13.25 17.25H13.25L8.35216 17.25H8.35215C7.82794 17.2501 7.35884 17.2501 6.97956 17.197C6.56385 17.1388 6.14757 17.0043 5.81062 16.6533C5.60231 16.4364 5.39581 16.1963 5.30914 15.7715C5.24963 15.4799 5.2498 15.0931 5.25003 14.5941L5.25005 14.5C5.25005 14.2204 5.40561 13.964 5.6536 13.8348L9.17645 12L5.6536 10.1652C5.40561 10.036 5.25005 9.77962 5.25005 9.50001L5.25003 9.40589C5.2498 8.9069 5.24963 8.52016 5.30914 8.22849C5.39581 7.80367 5.60231 7.5636 5.81062 7.34666C6.14757 6.99575 6.56385 6.86122 6.97956 6.80302C7.35885 6.74991 7.82798 6.74995 8.35222 6.75ZM10.8001 11.1544L14.851 9.04451C14.8503 8.96119 14.849 8.88779 14.847 8.82191C14.8419 8.7085 14.807 8.46228 14.7088 8.38468C14.6934 8.36855 14.6481 8.32121 14.4146 8.28852C14.1519 8.25172 13.7895 8.25 13.2016 8.25L8.40059 8.25C7.81273 8.25 7.45036 8.25172 7.18758 8.28852C6.95408 8.32121 6.90887 8.36855 6.89346 8.38468C6.77767 8.43893 6.75305 8.69877 6.75521 8.82191C6.75319 8.88808 6.75197 8.96182 6.75122 9.0456L10.8001 11.1544ZM10.8001 12.8456L6.75122 14.9544C6.75197 15.0382 6.75319 15.1119 6.75521 15.1781C6.77165 15.3459 6.88112 15.6876 7.18758 15.7115C7.45036 15.7483 7.81273 15.75 8.40059 15.75L13.2016 15.75C13.7895 15.75 14.1519 15.7483 14.4146 15.7115C14.7151 15.6807 14.8281 15.3431 14.847 15.1781C14.849 15.1122 14.8503 15.0388 14.851 14.9555L10.8001 12.8456Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-capcut{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.052 3.75C14.9505 3.74997 15.6997 3.74995 16.2945 3.82991C16.9223 3.91432 17.4891 4.09999 17.9446 4.55546C18.3933 5.00419 18.582 5.5625 18.6683 6.13034C18.7 6.33905 18.7194 6.5615 18.7313 6.79399L21.6602 5.32921C22.0307 5.14394 22.4812 5.29407 22.6665 5.66453C22.8517 6.035 22.7016 6.48552 22.3311 6.67079L11.675 12L22.3311 17.3292C22.7016 17.5145 22.8517 17.965 22.6665 18.3355C22.4812 18.7059 22.0307 18.8561 21.6602 18.6708L18.7399 17.2103C18.7295 17.5438 18.7084 17.8283 18.6656 18.0735C18.5634 18.6592 18.3361 19.053 17.9446 19.4445C17.4891 19.9 16.9223 20.0857 16.2945 20.1701C15.6997 20.2501 14.9505 20.25 14.052 20.25H14.052H5.94802H5.94799C5.04952 20.25 4.30031 20.2501 3.70553 20.1701C3.07774 20.0857 2.51094 19.9 2.05547 19.4445C1.66392 19.053 1.4366 18.6592 1.3344 18.0735C1.24986 17.589 1.24992 16.9507 1.25001 16.0845L1.25001 16C1.25001 15.7159 1.41049 15.4563 1.66454 15.3292L8.32151 12L1.66454 8.67079C1.41049 8.54374 1.25001 8.28406 1.25001 8L1.25001 7.95707C1.24997 7.29913 1.24993 6.66897 1.33174 6.13034C1.41798 5.5625 1.60673 5.00419 2.05547 4.55546C2.51094 4.09999 3.07774 3.91432 3.70553 3.82991C4.30031 3.74995 5.04951 3.74997 5.94798 3.75H5.94801H14.052H14.052Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.052 3.75C14.9505 3.74997 15.6997 3.74995 16.2945 3.82991C16.9223 3.91432 17.4891 4.09999 17.9446 4.55546C18.3933 5.00419 18.582 5.5625 18.6683 6.13034C18.7 6.33905 18.7194 6.5615 18.7313 6.79399L21.6602 5.32921C22.0307 5.14394 22.4812 5.29407 22.6665 5.66453C22.8517 6.035 22.7016 6.48552 22.3311 6.67079L11.675 12L22.3311 17.3292C22.7016 17.5145 22.8517 17.965 22.6665 18.3355C22.4812 18.7059 22.0307 18.8561 21.6602 18.6708L18.7399 17.2103C18.7295 17.5438 18.7084 17.8283 18.6656 18.0735C18.5634 18.6592 18.3361 19.053 17.9446 19.4445C17.4891 19.9 16.9223 20.0857 16.2945 20.1701C15.6997 20.2501 14.9505 20.25 14.052 20.25H14.052H5.94802H5.94799C5.04952 20.25 4.30031 20.2501 3.70553 20.1701C3.07774 20.0857 2.51094 19.9 2.05547 19.4445C1.66392 19.053 1.4366 18.6592 1.3344 18.0735C1.24986 17.589 1.24992 16.9507 1.25001 16.0845L1.25001 16C1.25001 15.7159 1.41049 15.4563 1.66454 15.3292L8.32151 12L1.66454 8.67079C1.41049 8.54374 1.25001 8.28406 1.25001 8L1.25001 7.95707C1.24997 7.29913 1.24993 6.66897 1.33174 6.13034C1.41798 5.5625 1.60673 5.00419 2.05547 4.55546C2.51094 4.09999 3.07774 3.91432 3.70553 3.82991C4.30031 3.74995 5.04951 3.74997 5.94798 3.75H5.94801H14.052H14.052Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-chrome{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.38738 7.15535C3.16152 6.76749 3.04859 6.57356 2.87028 6.57889C2.69197 6.58421 2.59475 6.77669 2.4003 7.16166C1.66451 8.61838 1.25 10.2653 1.25 12.0091C1.25 16.9627 4.59473 21.1344 9.14715 22.3853C9.47882 22.4765 9.64465 22.522 9.80617 22.4519C9.9677 22.3818 10.0529 22.2198 10.2233 21.8958L12.4399 17.6807C12.5986 17.3789 12.3407 17.0134 12 17.0134C10.1069 17.0134 8.45946 15.9604 7.61063 14.4076L3.38738 7.15535Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.74685 4.06793C4.49207 4.30116 4.36469 4.41777 4.33811 4.59244C4.31153 4.76712 4.40398 4.92588 4.58888 5.24339L6.58881 8.67771C6.91811 9.2432 7.08277 9.52595 7.28675 9.54564C7.49073 9.56534 7.74042 9.28044 8.23981 8.71065C9.15622 7.66502 10.5011 7.00489 12 7.00489H20.525C20.9744 7.00489 21.199 7.00489 21.2842 6.84776C21.3693 6.69064 21.2515 6.50952 21.0159 6.14729C19.0985 3.19921 15.7767 1.25 12 1.25C9.20479 1.25 6.65875 2.31774 4.74685 4.06793Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.4422 9.44235C22.392 9.23725 22.3669 9.13469 22.2854 9.07064C22.2038 9.00659 22.0943 9.00659 21.8751 9.00659H17.2015C16.7004 9.00659 16.4499 9.00659 16.361 9.14142C16.272 9.27624 16.3814 9.53243 16.6001 10.0448C16.8575 10.6479 17 11.3119 17 12.0091C17 12.8161 16.8092 13.5784 16.4702 14.2534C16.4512 14.3294 16.4228 14.4045 16.3847 14.4769L12.4886 21.8858C12.2788 22.2847 12.174 22.4842 12.2734 22.6328C12.3728 22.7815 12.5885 22.7611 13.0199 22.7205C18.4786 22.2063 22.75 17.607 22.75 12.0091C22.75 11.1246 22.6433 10.2649 22.4422 9.44235Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.38738 7.15535C3.16152 6.76749 3.04859 6.57356 2.87028 6.57889C2.69197 6.58421 2.59475 6.77669 2.4003 7.16166C1.66451 8.61838 1.25 10.2653 1.25 12.0091C1.25 16.9627 4.59473 21.1344 9.14715 22.3853C9.47882 22.4765 9.64465 22.522 9.80617 22.4519C9.9677 22.3818 10.0529 22.2198 10.2233 21.8958L12.4399 17.6807C12.5986 17.3789 12.3407 17.0134 12 17.0134C10.1069 17.0134 8.45946 15.9604 7.61063 14.4076L3.38738 7.15535Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.74685 4.06793C4.49207 4.30116 4.36469 4.41777 4.33811 4.59244C4.31153 4.76712 4.40398 4.92588 4.58888 5.24339L6.58881 8.67771C6.91811 9.2432 7.08277 9.52595 7.28675 9.54564C7.49073 9.56534 7.74042 9.28044 8.23981 8.71065C9.15622 7.66502 10.5011 7.00489 12 7.00489H20.525C20.9744 7.00489 21.199 7.00489 21.2842 6.84776C21.3693 6.69064 21.2515 6.50952 21.0159 6.14729C19.0985 3.19921 15.7767 1.25 12 1.25C9.20479 1.25 6.65875 2.31774 4.74685 4.06793Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.4422 9.44235C22.392 9.23725 22.3669 9.13469 22.2854 9.07064C22.2038 9.00659 22.0943 9.00659 21.8751 9.00659H17.2015C16.7004 9.00659 16.4499 9.00659 16.361 9.14142C16.272 9.27624 16.3814 9.53243 16.6001 10.0448C16.8575 10.6479 17 11.3119 17 12.0091C17 12.8161 16.8092 13.5784 16.4702 14.2534C16.4512 14.3294 16.4228 14.4045 16.3847 14.4769L12.4886 21.8858C12.2788 22.2847 12.174 22.4842 12.2734 22.6328C12.3728 22.7815 12.5885 22.7611 13.0199 22.7205C18.4786 22.2063 22.75 17.607 22.75 12.0091C22.75 11.1246 22.6433 10.2649 22.4422 9.44235Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-codesandbox{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5854 12.7014C21.7755 12.6064 22 12.7434 22 12.9546V15.9274C22 16.2266 22 16.5051 21.9763 16.7409C21.9176 17.3235 21.6402 17.7932 21.1584 18.1311C20.9629 18.2682 20.7178 18.4066 20.4522 18.5566L17.8977 19.9998V15.5912C17.8977 15.2446 17.8985 15.0386 17.9133 14.8844C17.9267 14.7444 17.9424 14.6968 18.0573 14.618C18.1727 14.5391 18.3369 14.4495 18.627 14.2934L21.5854 12.7014Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.41532 12.7014C2.22499 12.6063 2.00036 12.7435 2.00036 12.9548V15.9274C2.00031 16.4704 1.97931 17.0493 2.26565 17.5346C2.55197 18.0198 3.07189 18.2876 3.54797 18.5566L6.10302 20V15.5912C6.10302 15.2446 6.1022 15.0386 6.08739 14.8844C6.07395 14.7445 6.05837 14.6968 5.94334 14.618C5.82803 14.5391 5.66375 14.4495 5.37365 14.2934L2.41532 12.7014Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0002 1C11.4351 1 10.9393 1.30567 10.4645 1.57398L8.60423 2.62491C8.3137 2.78905 8.16843 2.87111 8.17114 2.99232C8.17384 3.11353 8.32262 3.18915 8.62018 3.34039L11.2033 4.73209C11.4998 4.8924 11.676 4.98679 11.8157 5.04608C11.9624 5.10835 12.0383 5.10835 12.185 5.04608C12.3247 4.98679 12.5009 4.8924 12.7974 4.73209L15.3803 3.34048C15.6779 3.18924 15.8267 3.11362 15.8294 2.99241C15.8321 2.8712 15.6868 2.78913 15.3963 2.625L13.5359 1.574C13.0611 1.30569 12.5653 1 12.0002 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.75954 5.66484C3.52033 5.80109 3.40073 5.86922 3.39781 5.982C3.3978 5.98247 3.39779 5.98299 3.39778 5.98347C3.3957 6.09626 3.51387 6.17071 3.75022 6.31959L3.87864 6.40049L11.0404 10.3199C11.5101 10.5769 11.7449 10.7054 12.0006 10.7054C12.2563 10.7054 12.4911 10.5769 12.9608 10.3199L20.1286 6.3972L20.2485 6.32465C20.4918 6.17755 20.6134 6.104 20.6119 5.9895C20.6104 5.875 20.4874 5.80494 20.2414 5.66482L17.9916 4.38302C17.7617 4.25206 17.6468 4.18659 17.5203 4.18377C17.3938 4.18096 17.2761 4.24126 17.0407 4.36187L15.8491 4.97222L13.4658 6.27188C13.0101 6.52043 12.5361 6.80176 12.0007 6.80176C11.4653 6.80176 10.9913 6.52043 10.5356 6.27188L8.15225 4.97222L6.9605 4.36178C6.72505 4.24118 6.60732 4.18087 6.48084 4.18369C6.35437 4.1865 6.23944 4.25198 6.00958 4.38294L3.75954 5.66484Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.7485 7.78253C21.7423 7.54014 21.7392 7.41895 21.6382 7.36368C21.5372 7.30841 21.4261 7.3756 21.2039 7.50997L20.8865 7.70194L20.8751 7.70871L20.8585 7.71805L13.7904 11.5861C13.2835 11.8635 13.0301 12.0022 12.8903 12.238C12.7506 12.4738 12.7506 12.7627 12.7506 13.3406V22.1456C12.7506 22.4207 12.7506 22.5582 12.8497 22.6161C12.9488 22.674 13.0644 22.6089 13.2954 22.4786C13.3631 22.4405 13.4304 22.4019 13.4978 22.3635L15.7457 21.0828C15.9921 20.9424 16.1153 20.8722 16.183 20.7557C16.2507 20.6392 16.2507 20.4975 16.2507 20.2139L16.2507 15.5751C16.2506 15.2749 16.2506 14.9987 16.2728 14.7662C16.327 14.197 16.5857 13.7281 17.0585 13.4016C17.2452 13.2726 17.4778 13.1464 17.7226 13.0136L20.6451 11.4276C20.6488 11.4256 20.6524 11.4236 20.6562 11.4217C20.8363 11.3278 21.0178 11.2363 21.1996 11.1455C21.4673 11.0117 21.6011 10.9448 21.6758 10.8239C21.7505 10.7031 21.7505 10.5535 21.7505 10.2543V8.25009C21.7505 8.0951 21.7524 7.93867 21.7485 7.78253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.2069 11.5932C10.7121 11.8615 10.9647 11.9956 11.1076 12.2334C11.2506 12.4712 11.2506 12.761 11.2506 13.3406V22.1457C11.2506 22.4208 11.2506 22.5583 11.1515 22.6162C11.0524 22.6741 10.9368 22.609 10.7058 22.4787C10.638 22.4405 10.5706 22.4019 10.5031 22.3634L8.25564 21.083C8.00926 20.9426 7.88608 20.8724 7.81837 20.7559C7.75066 20.6394 7.75066 20.4976 7.75066 20.2141L7.75067 15.5751C7.75069 15.2749 7.75071 14.9987 7.72856 14.7662C7.67434 14.197 7.41566 13.7281 6.94286 13.4016C6.7561 13.2726 6.52351 13.1464 6.27868 13.0136L3.35624 11.4276C3.17412 11.3287 2.98866 11.2352 2.80249 11.1431C2.53479 11.0106 2.40093 10.9444 2.32572 10.8232C2.2505 10.7021 2.2505 10.5528 2.2505 10.2541V8.25011C2.25049 8.09103 2.24842 7.93033 2.2528 7.76998C2.25946 7.52606 2.26279 7.4041 2.36529 7.34934C2.4678 7.29457 2.57859 7.36436 2.80017 7.50394L3.1031 7.69476C5.37221 9.12403 7.82653 10.329 10.2069 11.5932Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5854 12.7014C21.7755 12.6064 22 12.7434 22 12.9546V15.9274C22 16.2266 22 16.5051 21.9763 16.7409C21.9176 17.3235 21.6402 17.7932 21.1584 18.1311C20.9629 18.2682 20.7178 18.4066 20.4522 18.5566L17.8977 19.9998V15.5912C17.8977 15.2446 17.8985 15.0386 17.9133 14.8844C17.9267 14.7444 17.9424 14.6968 18.0573 14.618C18.1727 14.5391 18.3369 14.4495 18.627 14.2934L21.5854 12.7014Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.41532 12.7014C2.22499 12.6063 2.00036 12.7435 2.00036 12.9548V15.9274C2.00031 16.4704 1.97931 17.0493 2.26565 17.5346C2.55197 18.0198 3.07189 18.2876 3.54797 18.5566L6.10302 20V15.5912C6.10302 15.2446 6.1022 15.0386 6.08739 14.8844C6.07395 14.7445 6.05837 14.6968 5.94334 14.618C5.82803 14.5391 5.66375 14.4495 5.37365 14.2934L2.41532 12.7014Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0002 1C11.4351 1 10.9393 1.30567 10.4645 1.57398L8.60423 2.62491C8.3137 2.78905 8.16843 2.87111 8.17114 2.99232C8.17384 3.11353 8.32262 3.18915 8.62018 3.34039L11.2033 4.73209C11.4998 4.8924 11.676 4.98679 11.8157 5.04608C11.9624 5.10835 12.0383 5.10835 12.185 5.04608C12.3247 4.98679 12.5009 4.8924 12.7974 4.73209L15.3803 3.34048C15.6779 3.18924 15.8267 3.11362 15.8294 2.99241C15.8321 2.8712 15.6868 2.78913 15.3963 2.625L13.5359 1.574C13.0611 1.30569 12.5653 1 12.0002 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.75954 5.66484C3.52033 5.80109 3.40073 5.86922 3.39781 5.982C3.3978 5.98247 3.39779 5.98299 3.39778 5.98347C3.3957 6.09626 3.51387 6.17071 3.75022 6.31959L3.87864 6.40049L11.0404 10.3199C11.5101 10.5769 11.7449 10.7054 12.0006 10.7054C12.2563 10.7054 12.4911 10.5769 12.9608 10.3199L20.1286 6.3972L20.2485 6.32465C20.4918 6.17755 20.6134 6.104 20.6119 5.9895C20.6104 5.875 20.4874 5.80494 20.2414 5.66482L17.9916 4.38302C17.7617 4.25206 17.6468 4.18659 17.5203 4.18377C17.3938 4.18096 17.2761 4.24126 17.0407 4.36187L15.8491 4.97222L13.4658 6.27188C13.0101 6.52043 12.5361 6.80176 12.0007 6.80176C11.4653 6.80176 10.9913 6.52043 10.5356 6.27188L8.15225 4.97222L6.9605 4.36178C6.72505 4.24118 6.60732 4.18087 6.48084 4.18369C6.35437 4.1865 6.23944 4.25198 6.00958 4.38294L3.75954 5.66484Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.7485 7.78253C21.7423 7.54014 21.7392 7.41895 21.6382 7.36368C21.5372 7.30841 21.4261 7.3756 21.2039 7.50997L20.8865 7.70194L20.8751 7.70871L20.8585 7.71805L13.7904 11.5861C13.2835 11.8635 13.0301 12.0022 12.8903 12.238C12.7506 12.4738 12.7506 12.7627 12.7506 13.3406V22.1456C12.7506 22.4207 12.7506 22.5582 12.8497 22.6161C12.9488 22.674 13.0644 22.6089 13.2954 22.4786C13.3631 22.4405 13.4304 22.4019 13.4978 22.3635L15.7457 21.0828C15.9921 20.9424 16.1153 20.8722 16.183 20.7557C16.2507 20.6392 16.2507 20.4975 16.2507 20.2139L16.2507 15.5751C16.2506 15.2749 16.2506 14.9987 16.2728 14.7662C16.327 14.197 16.5857 13.7281 17.0585 13.4016C17.2452 13.2726 17.4778 13.1464 17.7226 13.0136L20.6451 11.4276C20.6488 11.4256 20.6524 11.4236 20.6562 11.4217C20.8363 11.3278 21.0178 11.2363 21.1996 11.1455C21.4673 11.0117 21.6011 10.9448 21.6758 10.8239C21.7505 10.7031 21.7505 10.5535 21.7505 10.2543V8.25009C21.7505 8.0951 21.7524 7.93867 21.7485 7.78253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.2069 11.5932C10.7121 11.8615 10.9647 11.9956 11.1076 12.2334C11.2506 12.4712 11.2506 12.761 11.2506 13.3406V22.1457C11.2506 22.4208 11.2506 22.5583 11.1515 22.6162C11.0524 22.6741 10.9368 22.609 10.7058 22.4787C10.638 22.4405 10.5706 22.4019 10.5031 22.3634L8.25564 21.083C8.00926 20.9426 7.88608 20.8724 7.81837 20.7559C7.75066 20.6394 7.75066 20.4976 7.75066 20.2141L7.75067 15.5751C7.75069 15.2749 7.75071 14.9987 7.72856 14.7662C7.67434 14.197 7.41566 13.7281 6.94286 13.4016C6.7561 13.2726 6.52351 13.1464 6.27868 13.0136L3.35624 11.4276C3.17412 11.3287 2.98866 11.2352 2.80249 11.1431C2.53479 11.0106 2.40093 10.9444 2.32572 10.8232C2.2505 10.7021 2.2505 10.5528 2.2505 10.2541V8.25011C2.25049 8.09103 2.24842 7.93033 2.2528 7.76998C2.25946 7.52606 2.26279 7.4041 2.36529 7.34934C2.4678 7.29457 2.57859 7.36436 2.80017 7.50394L3.1031 7.69476C5.37221 9.12403 7.82653 10.329 10.2069 11.5932Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-creative-market{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2659 2.38305C11.0383 1.61071 12.1011 1.20086 13.192 1.25471L18.7957 1.53131C20.7822 1.62936 22.3706 3.21781 22.4687 5.20434L22.7453 10.808C22.7991 11.8989 22.3893 12.9617 21.617 13.7341L14.0385 21.3125C12.1219 23.2292 9.01433 23.2292 7.09766 21.3125L2.6875 16.9023C0.770832 14.9857 0.770833 11.8781 2.6875 9.96146L10.2659 2.38305ZM19 6.5C19 7.32843 18.3314 8 17.5067 8H17.4933C16.6686 8 16 7.32843 16 6.5C16 5.67157 16.6686 5 17.4933 5H17.5067C18.3314 5 19 5.67157 19 6.5ZM10.7321 10.4961C10.73 10.0819 10.3924 9.74784 9.97822 9.75001C9.56402 9.75218 9.22999 10.0897 9.23216 10.5039L9.2437 12.7067L7.37093 11.6416C7.01088 11.4368 6.55299 11.5626 6.3482 11.9227C6.14342 12.2827 6.26928 12.7406 6.62933 12.9454L8.51535 14.0181L6.63222 15.1509C6.27728 15.3644 6.16262 15.8252 6.37614 16.1802C6.58965 16.5351 7.05047 16.6498 7.40542 16.4363L9.2574 15.3222L9.26883 17.5039C9.271 17.9181 9.60854 18.2522 10.0227 18.25C10.437 18.2478 10.771 17.9103 10.7688 17.4961L10.7573 15.2933L12.6293 16.3582C12.9893 16.563 13.4472 16.4372 13.652 16.0772C13.8568 15.7171 13.731 15.2592 13.371 15.0544L11.4856 13.9819L13.3687 12.8491C13.7237 12.6356 13.8383 12.1748 13.6248 11.8198C13.4113 11.4649 12.9505 11.3502 12.5956 11.5637L10.7436 12.6778L10.7321 10.4961Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2659 2.38305C11.0383 1.61071 12.1011 1.20086 13.192 1.25471L18.7957 1.53131C20.7822 1.62936 22.3706 3.21781 22.4687 5.20434L22.7453 10.808C22.7991 11.8989 22.3893 12.9617 21.617 13.7341L14.0385 21.3125C12.1219 23.2292 9.01433 23.2292 7.09766 21.3125L2.6875 16.9023C0.770832 14.9857 0.770833 11.8781 2.6875 9.96146L10.2659 2.38305ZM19 6.5C19 7.32843 18.3314 8 17.5067 8H17.4933C16.6686 8 16 7.32843 16 6.5C16 5.67157 16.6686 5 17.4933 5H17.5067C18.3314 5 19 5.67157 19 6.5ZM10.7321 10.4961C10.73 10.0819 10.3924 9.74784 9.97822 9.75001C9.56402 9.75218 9.22999 10.0897 9.23216 10.5039L9.2437 12.7067L7.37093 11.6416C7.01088 11.4368 6.55299 11.5626 6.3482 11.9227C6.14342 12.2827 6.26928 12.7406 6.62933 12.9454L8.51535 14.0181L6.63222 15.1509C6.27728 15.3644 6.16262 15.8252 6.37614 16.1802C6.58965 16.5351 7.05047 16.6498 7.40542 16.4363L9.2574 15.3222L9.26883 17.5039C9.271 17.9181 9.60854 18.2522 10.0227 18.25C10.437 18.2478 10.771 17.9103 10.7688 17.4961L10.7573 15.2933L12.6293 16.3582C12.9893 16.563 13.4472 16.4372 13.652 16.0772C13.8568 15.7171 13.731 15.2592 13.371 15.0544L11.4856 13.9819L13.3687 12.8491C13.7237 12.6356 13.8383 12.1748 13.6248 11.8198C13.4113 11.4649 12.9505 11.3502 12.5956 11.5637L10.7436 12.6778L10.7321 10.4961Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-deviantart{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.6429 1.25C19.5588 1.25 19.75 1.43562 19.75 2.325V5.69893C19.75 6.02533 19.7486 6.02981 19.5605 6.30035L15.9334 11.518C15.4209 12.2553 15.1646 12.624 15.3207 12.9092C15.4769 13.1944 15.9349 13.1944 16.8511 13.1944H18.6429C19.5588 13.1944 19.75 13.3801 19.75 14.2694V16.8972C19.75 17.7866 19.5588 17.9722 18.6429 17.9722H12.6229C11.4703 17.9722 11.4322 17.9918 10.7875 18.9195L8.45421 22.2764C8.13182 22.7402 8.11281 22.75 7.53651 22.75H5.35714C4.44117 22.75 4.25 22.5644 4.25 21.675V18.3011C4.25 17.9747 4.25141 17.9702 4.43948 17.6997L8.06659 12.482C8.57912 11.7447 8.83539 11.376 8.67926 11.0908C8.52312 10.8056 8.06505 10.8056 7.14892 10.8056H5.35714C4.44117 10.8056 4.25 10.6199 4.25 9.73056V7.10278C4.25 6.2134 4.44117 6.02778 5.35714 6.02778H11.3771C12.5297 6.02778 12.5678 6.00816 13.2125 5.08051L15.5458 1.72364C15.8682 1.25981 15.8872 1.25 16.4635 1.25H18.6429Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.6429 1.25C19.5588 1.25 19.75 1.43562 19.75 2.325V5.69893C19.75 6.02533 19.7486 6.02981 19.5605 6.30035L15.9334 11.518C15.4209 12.2553 15.1646 12.624 15.3207 12.9092C15.4769 13.1944 15.9349 13.1944 16.8511 13.1944H18.6429C19.5588 13.1944 19.75 13.3801 19.75 14.2694V16.8972C19.75 17.7866 19.5588 17.9722 18.6429 17.9722H12.6229C11.4703 17.9722 11.4322 17.9918 10.7875 18.9195L8.45421 22.2764C8.13182 22.7402 8.11281 22.75 7.53651 22.75H5.35714C4.44117 22.75 4.25 22.5644 4.25 21.675V18.3011C4.25 17.9747 4.25141 17.9702 4.43948 17.6997L8.06659 12.482C8.57912 11.7447 8.83539 11.376 8.67926 11.0908C8.52312 10.8056 8.06505 10.8056 7.14892 10.8056H5.35714C4.44117 10.8056 4.25 10.6199 4.25 9.73056V7.10278C4.25 6.2134 4.44117 6.02778 5.35714 6.02778H11.3771C12.5297 6.02778 12.5678 6.00816 13.2125 5.08051L15.5458 1.72364C15.8682 1.25981 15.8872 1.25 16.4635 1.25H18.6429Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-digg{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 8.24999L13.4553 8.24999C13.0224 8.24994 12.6256 8.24989 12.3028 8.29329C11.9473 8.34109 11.5716 8.45353 11.2626 8.76256C10.9535 9.07158 10.8411 9.4473 10.7933 9.80278C10.7499 10.1256 10.75 10.5224 10.75 10.9552L10.75 11L10.75 14L10.75 14.0447C10.75 14.4776 10.7499 14.8744 10.7933 15.1972C10.8411 15.5527 10.9535 15.9284 11.2626 16.2374C11.5716 16.5465 11.9473 16.6589 12.3028 16.7067C12.6256 16.7501 13.0224 16.75 13.4552 16.75H13.4553H13.4553L13.5 16.75H14.75V17C14.75 17.4926 14.7484 17.7866 14.7201 17.9973C14.7071 18.0939 14.6918 18.1422 14.6828 18.164C14.6808 18.1691 14.6792 18.1724 14.6781 18.1743L14.6768 18.1768L14.6743 18.1781C14.6724 18.1791 14.6691 18.1808 14.664 18.1828C14.6423 18.1918 14.5939 18.2071 14.4973 18.2201C14.2866 18.2484 13.9926 18.25 13.5 18.25H11.5C11.0858 18.25 10.75 18.5858 10.75 19C10.75 19.4142 11.0858 19.75 11.5 19.75L13.5448 19.75H13.5448L13.5448 19.75C13.9776 19.75 14.3744 19.7501 14.6972 19.7067C15.0527 19.6589 15.4284 19.5465 15.7374 19.2374C16.0465 18.9284 16.1589 18.5527 16.2067 18.1972C16.2501 17.8744 16.2501 17.4776 16.25 17.0447V17.0447L16.25 17V11L16.25 10.9552V10.9552C16.2501 10.5224 16.2501 10.1256 16.2067 9.80278C16.1589 9.4473 16.0465 9.07158 15.7374 8.76256C15.4284 8.45353 15.0527 8.34109 14.6972 8.29329C14.3744 8.24989 13.9776 8.24994 13.5448 8.24999L13.5 8.24999ZM14.75 11V15.25H13.5C13.0074 15.25 12.7134 15.2484 12.5027 15.2201C12.3578 15.2065 12.2938 15.0659 12.2799 14.9973C12.2516 14.7866 12.25 14.4926 12.25 14L12.25 11C12.25 10.5074 12.2516 10.2134 12.2799 10.0027C12.2953 9.93398 12.3613 9.79328 12.5027 9.77992C12.7134 9.75159 13.0074 9.74999 13.5 9.74999C13.9926 9.74999 14.2866 9.75159 14.4973 9.77992C14.6366 9.77992 14.7039 9.92841 14.7201 10.0027C14.7484 10.2134 14.75 10.5074 14.75 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 8.24999L19.9553 8.24999C19.5224 8.24994 19.1256 8.24989 18.8028 8.29329C18.4473 8.34109 18.0716 8.45353 17.7626 8.76256C17.4535 9.07158 17.3411 9.4473 17.2933 9.80278C17.2499 10.1256 17.25 10.5224 17.25 10.9552L17.25 11V14L17.25 14.0447C17.25 14.4776 17.2499 14.8744 17.2933 15.1972C17.3411 15.5527 17.4535 15.9284 17.7626 16.2374C18.0716 16.5465 18.4473 16.6589 18.8028 16.7067C19.1256 16.7501 19.5224 16.75 19.9552 16.75H19.9553H19.9553L20 16.75H21.25V17C21.25 17.4926 21.2484 17.7866 21.2201 17.9973C21.2071 18.0939 21.1918 18.1422 21.1828 18.164C21.1808 18.1691 21.1792 18.1724 21.1781 18.1743L21.1768 18.1768L21.1743 18.1781C21.1724 18.1791 21.1691 18.1808 21.164 18.1828C21.1423 18.1918 21.0939 18.2071 20.9973 18.2201C20.7866 18.2484 20.4926 18.25 20 18.25H18C17.5858 18.25 17.25 18.5858 17.25 19C17.25 19.4142 17.5858 19.75 18 19.75L20.0448 19.75H20.0448L20.0448 19.75C20.4776 19.75 20.8744 19.7501 21.1972 19.7067C21.5527 19.6589 21.9284 19.5465 22.2374 19.2374C22.5465 18.9284 22.6589 18.5527 22.7067 18.1972C22.7501 17.8744 22.7501 17.4776 22.75 17.0447V17.0447L22.75 17V11L22.75 10.9552V10.9552C22.7501 10.5224 22.7501 10.1256 22.7067 9.80278C22.6589 9.4473 22.5465 9.07158 22.2374 8.76256C21.9284 8.45353 21.5527 8.34109 21.1972 8.29329C20.8744 8.24989 20.4776 8.24994 20.0448 8.24999L20 8.24999ZM21.25 11V15.25H20C19.5074 15.25 19.2134 15.2484 19.0027 15.2201C18.8578 15.2065 18.7938 15.0659 18.7799 14.9973C18.7516 14.7866 18.75 14.4926 18.75 14V11C18.75 10.5074 18.7516 10.2134 18.7799 10.0027C18.7953 9.93398 18.8613 9.79328 19.0027 9.77992C19.2134 9.75159 19.5074 9.74999 20 9.74999C20.4926 9.74999 20.7866 9.75159 20.9973 9.77992C21.1366 9.77992 21.2039 9.92841 21.2201 10.0027C21.2484 10.2134 21.25 10.5074 21.25 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.00001 4.25C6.41422 4.25 6.75001 4.58579 6.75001 5V14C6.75001 14.015 6.75001 14.0299 6.75001 14.0447C6.75006 14.4776 6.75011 14.8744 6.70671 15.1972C6.65891 15.5527 6.54647 15.9284 6.23744 16.2374C5.92842 16.5465 5.5527 16.6589 5.19721 16.7067C4.8744 16.7501 4.47757 16.7501 4.04475 16.75H3.95526C3.52245 16.7501 3.12561 16.7501 2.8028 16.7067C2.44732 16.6589 2.07159 16.5465 1.76257 16.2374C1.45355 15.9284 1.3411 15.5527 1.29331 15.1972C1.24991 14.8744 1.24995 14.4776 1.25 14.0447C1.25001 14.0299 1.25001 14.015 1.25001 14V11C1.25001 10.985 1.25001 10.9701 1.25 10.9553C1.24995 10.5224 1.24991 10.1256 1.29331 9.80279C1.3411 9.44731 1.45355 9.07159 1.76257 8.76256C2.07159 8.45354 2.44732 8.34109 2.8028 8.2933C3.12561 8.2499 3.52244 8.24995 3.95526 8.25C3.97013 8.25 3.98505 8.25 4.00001 8.25H5.25001V5C5.25001 4.58579 5.58579 4.25 6.00001 4.25ZM5.25001 9.75H4.00001C3.5074 9.75 3.21339 9.75159 3.00267 9.77992C2.90611 9.79291 2.85775 9.8082 2.83597 9.81716C2.83093 9.81923 2.82761 9.82085 2.82568 9.82186L2.82324 9.82324L2.82187 9.82567C2.82086 9.8276 2.81924 9.83092 2.81717 9.83596C2.80821 9.85774 2.79291 9.90611 2.77993 10.0027C2.7516 10.2134 2.75001 10.5074 2.75001 11V14C2.75001 14.4926 2.7516 14.7866 2.77993 14.9973C2.79291 15.0939 2.80821 15.1423 2.81717 15.164C2.81924 15.1691 2.82086 15.1724 2.82187 15.1743L2.82324 15.1768L2.82568 15.1781C2.82761 15.1791 2.83093 15.1808 2.83597 15.1828C2.85775 15.1918 2.90611 15.2071 3.00267 15.2201C3.21339 15.2484 3.5074 15.25 4.00001 15.25C4.49261 15.25 4.78662 15.2484 4.99734 15.2201C5.0939 15.2071 5.14226 15.1918 5.16404 15.1828C5.16909 15.1808 5.1724 15.1791 5.17434 15.1781L5.17677 15.1768L5.17815 15.1743C5.17916 15.1724 5.18077 15.1691 5.18285 15.164C5.19181 15.1423 5.2071 15.0939 5.22008 14.9973C5.24841 14.7866 5.25001 14.4926 5.25001 14V9.75ZM2.82324 15.1768C2.82322 15.1767 2.82323 15.1768 2.82324 15.1768V15.1768Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 4.25C9.41421 4.25 9.75 4.58579 9.75 5V6C9.75 6.41421 9.41421 6.75 9 6.75C8.58579 6.75 8.25 6.41421 8.25 6V5C8.25 4.58579 8.58579 4.25 9 4.25ZM9 8.25C9.41421 8.25 9.75 8.58579 9.75 9V16C9.75 16.4142 9.41421 16.75 9 16.75C8.58579 16.75 8.25 16.4142 8.25 16V9C8.25 8.58579 8.58579 8.25 9 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5 8.24999L13.4553 8.24999C13.0224 8.24994 12.6256 8.24989 12.3028 8.29329C11.9473 8.34109 11.5716 8.45353 11.2626 8.76256C10.9535 9.07158 10.8411 9.4473 10.7933 9.80278C10.7499 10.1256 10.75 10.5224 10.75 10.9552L10.75 11L10.75 14L10.75 14.0447C10.75 14.4776 10.7499 14.8744 10.7933 15.1972C10.8411 15.5527 10.9535 15.9284 11.2626 16.2374C11.5716 16.5465 11.9473 16.6589 12.3028 16.7067C12.6256 16.7501 13.0224 16.75 13.4552 16.75H13.4553H13.4553L13.5 16.75H14.75V17C14.75 17.4926 14.7484 17.7866 14.7201 17.9973C14.7071 18.0939 14.6918 18.1422 14.6828 18.164C14.6808 18.1691 14.6792 18.1724 14.6781 18.1743L14.6768 18.1768L14.6743 18.1781C14.6724 18.1791 14.6691 18.1808 14.664 18.1828C14.6423 18.1918 14.5939 18.2071 14.4973 18.2201C14.2866 18.2484 13.9926 18.25 13.5 18.25H11.5C11.0858 18.25 10.75 18.5858 10.75 19C10.75 19.4142 11.0858 19.75 11.5 19.75L13.5448 19.75H13.5448L13.5448 19.75C13.9776 19.75 14.3744 19.7501 14.6972 19.7067C15.0527 19.6589 15.4284 19.5465 15.7374 19.2374C16.0465 18.9284 16.1589 18.5527 16.2067 18.1972C16.2501 17.8744 16.2501 17.4776 16.25 17.0447V17.0447L16.25 17V11L16.25 10.9552V10.9552C16.2501 10.5224 16.2501 10.1256 16.2067 9.80278C16.1589 9.4473 16.0465 9.07158 15.7374 8.76256C15.4284 8.45353 15.0527 8.34109 14.6972 8.29329C14.3744 8.24989 13.9776 8.24994 13.5448 8.24999L13.5 8.24999ZM14.75 11V15.25H13.5C13.0074 15.25 12.7134 15.2484 12.5027 15.2201C12.3578 15.2065 12.2938 15.0659 12.2799 14.9973C12.2516 14.7866 12.25 14.4926 12.25 14L12.25 11C12.25 10.5074 12.2516 10.2134 12.2799 10.0027C12.2953 9.93398 12.3613 9.79328 12.5027 9.77992C12.7134 9.75159 13.0074 9.74999 13.5 9.74999C13.9926 9.74999 14.2866 9.75159 14.4973 9.77992C14.6366 9.77992 14.7039 9.92841 14.7201 10.0027C14.7484 10.2134 14.75 10.5074 14.75 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 8.24999L19.9553 8.24999C19.5224 8.24994 19.1256 8.24989 18.8028 8.29329C18.4473 8.34109 18.0716 8.45353 17.7626 8.76256C17.4535 9.07158 17.3411 9.4473 17.2933 9.80278C17.2499 10.1256 17.25 10.5224 17.25 10.9552L17.25 11V14L17.25 14.0447C17.25 14.4776 17.2499 14.8744 17.2933 15.1972C17.3411 15.5527 17.4535 15.9284 17.7626 16.2374C18.0716 16.5465 18.4473 16.6589 18.8028 16.7067C19.1256 16.7501 19.5224 16.75 19.9552 16.75H19.9553H19.9553L20 16.75H21.25V17C21.25 17.4926 21.2484 17.7866 21.2201 17.9973C21.2071 18.0939 21.1918 18.1422 21.1828 18.164C21.1808 18.1691 21.1792 18.1724 21.1781 18.1743L21.1768 18.1768L21.1743 18.1781C21.1724 18.1791 21.1691 18.1808 21.164 18.1828C21.1423 18.1918 21.0939 18.2071 20.9973 18.2201C20.7866 18.2484 20.4926 18.25 20 18.25H18C17.5858 18.25 17.25 18.5858 17.25 19C17.25 19.4142 17.5858 19.75 18 19.75L20.0448 19.75H20.0448L20.0448 19.75C20.4776 19.75 20.8744 19.7501 21.1972 19.7067C21.5527 19.6589 21.9284 19.5465 22.2374 19.2374C22.5465 18.9284 22.6589 18.5527 22.7067 18.1972C22.7501 17.8744 22.7501 17.4776 22.75 17.0447V17.0447L22.75 17V11L22.75 10.9552V10.9552C22.7501 10.5224 22.7501 10.1256 22.7067 9.80278C22.6589 9.4473 22.5465 9.07158 22.2374 8.76256C21.9284 8.45353 21.5527 8.34109 21.1972 8.29329C20.8744 8.24989 20.4776 8.24994 20.0448 8.24999L20 8.24999ZM21.25 11V15.25H20C19.5074 15.25 19.2134 15.2484 19.0027 15.2201C18.8578 15.2065 18.7938 15.0659 18.7799 14.9973C18.7516 14.7866 18.75 14.4926 18.75 14V11C18.75 10.5074 18.7516 10.2134 18.7799 10.0027C18.7953 9.93398 18.8613 9.79328 19.0027 9.77992C19.2134 9.75159 19.5074 9.74999 20 9.74999C20.4926 9.74999 20.7866 9.75159 20.9973 9.77992C21.1366 9.77992 21.2039 9.92841 21.2201 10.0027C21.2484 10.2134 21.25 10.5074 21.25 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.00001 4.25C6.41422 4.25 6.75001 4.58579 6.75001 5V14C6.75001 14.015 6.75001 14.0299 6.75001 14.0447C6.75006 14.4776 6.75011 14.8744 6.70671 15.1972C6.65891 15.5527 6.54647 15.9284 6.23744 16.2374C5.92842 16.5465 5.5527 16.6589 5.19721 16.7067C4.8744 16.7501 4.47757 16.7501 4.04475 16.75H3.95526C3.52245 16.7501 3.12561 16.7501 2.8028 16.7067C2.44732 16.6589 2.07159 16.5465 1.76257 16.2374C1.45355 15.9284 1.3411 15.5527 1.29331 15.1972C1.24991 14.8744 1.24995 14.4776 1.25 14.0447C1.25001 14.0299 1.25001 14.015 1.25001 14V11C1.25001 10.985 1.25001 10.9701 1.25 10.9553C1.24995 10.5224 1.24991 10.1256 1.29331 9.80279C1.3411 9.44731 1.45355 9.07159 1.76257 8.76256C2.07159 8.45354 2.44732 8.34109 2.8028 8.2933C3.12561 8.2499 3.52244 8.24995 3.95526 8.25C3.97013 8.25 3.98505 8.25 4.00001 8.25H5.25001V5C5.25001 4.58579 5.58579 4.25 6.00001 4.25ZM5.25001 9.75H4.00001C3.5074 9.75 3.21339 9.75159 3.00267 9.77992C2.90611 9.79291 2.85775 9.8082 2.83597 9.81716C2.83093 9.81923 2.82761 9.82085 2.82568 9.82186L2.82324 9.82324L2.82187 9.82567C2.82086 9.8276 2.81924 9.83092 2.81717 9.83596C2.80821 9.85774 2.79291 9.90611 2.77993 10.0027C2.7516 10.2134 2.75001 10.5074 2.75001 11V14C2.75001 14.4926 2.7516 14.7866 2.77993 14.9973C2.79291 15.0939 2.80821 15.1423 2.81717 15.164C2.81924 15.1691 2.82086 15.1724 2.82187 15.1743L2.82324 15.1768L2.82568 15.1781C2.82761 15.1791 2.83093 15.1808 2.83597 15.1828C2.85775 15.1918 2.90611 15.2071 3.00267 15.2201C3.21339 15.2484 3.5074 15.25 4.00001 15.25C4.49261 15.25 4.78662 15.2484 4.99734 15.2201C5.0939 15.2071 5.14226 15.1918 5.16404 15.1828C5.16909 15.1808 5.1724 15.1791 5.17434 15.1781L5.17677 15.1768L5.17815 15.1743C5.17916 15.1724 5.18077 15.1691 5.18285 15.164C5.19181 15.1423 5.2071 15.0939 5.22008 14.9973C5.24841 14.7866 5.25001 14.4926 5.25001 14V9.75ZM2.82324 15.1768C2.82322 15.1767 2.82323 15.1768 2.82324 15.1768V15.1768Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 4.25C9.41421 4.25 9.75 4.58579 9.75 5V6C9.75 6.41421 9.41421 6.75 9 6.75C8.58579 6.75 8.25 6.41421 8.25 6V5C8.25 4.58579 8.58579 4.25 9 4.25ZM9 8.25C9.41421 8.25 9.75 8.58579 9.75 9V16C9.75 16.4142 9.41421 16.75 9 16.75C8.58579 16.75 8.25 16.4142 8.25 16V9C8.25 8.58579 8.58579 8.25 9 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-discord{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.7765 2.25438C9.11555 2.21768 9.43668 2.41434 9.55808 2.73304L10.0176 3.93921C10.0995 4.15416 10.1404 4.26163 10.2283 4.31506C10.3163 4.36849 10.4344 4.35487 10.6708 4.32761C11.117 4.27615 11.5575 4.25003 12.0001 4.25003C12.4426 4.25003 12.8831 4.27615 13.3293 4.32761C13.5657 4.35487 13.6838 4.36849 13.7718 4.31506C13.8597 4.26163 13.9007 4.15416 13.9825 3.93921L14.442 2.73304C14.5634 2.41434 14.8846 2.21768 15.2236 2.25438C16.9505 2.44132 18.689 2.83043 20.4233 4.07884C20.5497 4.16982 20.6446 4.29789 20.6949 4.44527C21.7982 7.67794 22.4019 10.4992 22.6353 12.767C22.8657 15.0061 22.7443 16.7903 22.3165 17.8957C22.3092 17.9147 22.3011 17.9334 22.2922 17.9517C21.9022 18.7576 21.3133 19.6763 20.5827 20.4057C19.8647 21.1224 18.9132 21.75 17.808 21.75C17.5299 21.75 17.2905 21.6249 17.1615 21.5502C17.0025 21.4581 16.8395 21.3378 16.6831 21.208C16.3681 20.9466 16.0215 20.598 15.7003 20.2204C15.3792 19.843 15.0662 19.4165 14.829 18.9943C14.7455 18.8456 14.7038 18.7713 14.7069 18.6869C14.7095 18.6164 14.7437 18.5374 14.7933 18.4872C14.8527 18.4271 14.9452 18.4042 15.1302 18.3585C15.8783 18.1735 16.8808 17.8995 17.267 17.7009C17.654 17.5534 17.8483 17.1201 17.7008 16.733C17.5534 16.346 17.12 16.1517 16.733 16.2992C13.4049 17.567 10.595 17.567 7.26696 16.2992C6.87988 16.1517 6.44655 16.346 6.29909 16.733C6.15163 17.1201 6.34588 17.5534 6.73296 17.7009C7.46099 17.9782 8.17008 18.2006 8.86774 18.368C9.04622 18.4108 9.13546 18.4322 9.19304 18.4855C9.25125 18.5395 9.28914 18.6262 9.28915 18.7056C9.28915 18.7841 9.2498 18.8541 9.17109 18.9943C8.93394 19.4165 8.62093 19.843 8.29981 20.2204C7.97856 20.598 7.63202 20.9466 7.31699 21.208C7.16059 21.3378 6.99762 21.4581 6.8386 21.5502C6.70958 21.6249 6.47022 21.75 6.19211 21.75C5.08686 21.75 4.13542 21.1224 3.41741 20.4057C2.6868 19.6763 2.09791 18.7576 1.70792 17.9517C1.69905 17.9334 1.69093 17.9147 1.68357 17.8957C1.25582 16.7903 1.13441 15.0061 1.36483 12.767C1.59821 10.4992 2.20187 7.67794 3.30521 4.44527C3.35551 4.29789 3.45045 4.16982 3.57683 4.07884C5.31108 2.83043 7.04964 2.44132 8.7765 2.25438ZM5.5 10.5C5.5 9.39781 6.38969 8.5 7.49247 8.5H7.50753C8.61031 8.5 9.5 9.39781 9.5 10.5C9.5 11.6022 8.61031 12.5 7.50753 12.5H7.49247C6.38969 12.5 5.5 11.6022 5.5 10.5ZM14.5 10.5C14.5 9.39781 15.3897 8.5 16.4925 8.5H16.5075C17.6103 8.5 18.5 9.39781 18.5 10.5C18.5 11.6022 17.6103 12.5 16.5075 12.5H16.4925C15.3897 12.5 14.5 11.6022 14.5 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.7765 2.25438C9.11555 2.21768 9.43668 2.41434 9.55808 2.73304L10.0176 3.93921C10.0995 4.15416 10.1404 4.26163 10.2283 4.31506C10.3163 4.36849 10.4344 4.35487 10.6708 4.32761C11.117 4.27615 11.5575 4.25003 12.0001 4.25003C12.4426 4.25003 12.8831 4.27615 13.3293 4.32761C13.5657 4.35487 13.6838 4.36849 13.7718 4.31506C13.8597 4.26163 13.9007 4.15416 13.9825 3.93921L14.442 2.73304C14.5634 2.41434 14.8846 2.21768 15.2236 2.25438C16.9505 2.44132 18.689 2.83043 20.4233 4.07884C20.5497 4.16982 20.6446 4.29789 20.6949 4.44527C21.7982 7.67794 22.4019 10.4992 22.6353 12.767C22.8657 15.0061 22.7443 16.7903 22.3165 17.8957C22.3092 17.9147 22.3011 17.9334 22.2922 17.9517C21.9022 18.7576 21.3133 19.6763 20.5827 20.4057C19.8647 21.1224 18.9132 21.75 17.808 21.75C17.5299 21.75 17.2905 21.6249 17.1615 21.5502C17.0025 21.4581 16.8395 21.3378 16.6831 21.208C16.3681 20.9466 16.0215 20.598 15.7003 20.2204C15.3792 19.843 15.0662 19.4165 14.829 18.9943C14.7455 18.8456 14.7038 18.7713 14.7069 18.6869C14.7095 18.6164 14.7437 18.5374 14.7933 18.4872C14.8527 18.4271 14.9452 18.4042 15.1302 18.3585C15.8783 18.1735 16.8808 17.8995 17.267 17.7009C17.654 17.5534 17.8483 17.1201 17.7008 16.733C17.5534 16.346 17.12 16.1517 16.733 16.2992C13.4049 17.567 10.595 17.567 7.26696 16.2992C6.87988 16.1517 6.44655 16.346 6.29909 16.733C6.15163 17.1201 6.34588 17.5534 6.73296 17.7009C7.46099 17.9782 8.17008 18.2006 8.86774 18.368C9.04622 18.4108 9.13546 18.4322 9.19304 18.4855C9.25125 18.5395 9.28914 18.6262 9.28915 18.7056C9.28915 18.7841 9.2498 18.8541 9.17109 18.9943C8.93394 19.4165 8.62093 19.843 8.29981 20.2204C7.97856 20.598 7.63202 20.9466 7.31699 21.208C7.16059 21.3378 6.99762 21.4581 6.8386 21.5502C6.70958 21.6249 6.47022 21.75 6.19211 21.75C5.08686 21.75 4.13542 21.1224 3.41741 20.4057C2.6868 19.6763 2.09791 18.7576 1.70792 17.9517C1.69905 17.9334 1.69093 17.9147 1.68357 17.8957C1.25582 16.7903 1.13441 15.0061 1.36483 12.767C1.59821 10.4992 2.20187 7.67794 3.30521 4.44527C3.35551 4.29789 3.45045 4.16982 3.57683 4.07884C5.31108 2.83043 7.04964 2.44132 8.7765 2.25438ZM5.5 10.5C5.5 9.39781 6.38969 8.5 7.49247 8.5H7.50753C8.61031 8.5 9.5 9.39781 9.5 10.5C9.5 11.6022 8.61031 12.5 7.50753 12.5H7.49247C6.38969 12.5 5.5 11.6022 5.5 10.5ZM14.5 10.5C14.5 9.39781 15.3897 8.5 16.4925 8.5H16.5075C17.6103 8.5 18.5 9.39781 18.5 10.5C18.5 11.6022 17.6103 12.5 16.5075 12.5H16.4925C15.3897 12.5 14.5 11.6022 14.5 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-dribbble{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.4079 2.37014C7.37192 2.34689 7.37525 2.29328 7.41398 2.27498C8.80522 1.61762 10.3602 1.25 12.001 1.25C14.5029 1.25 16.8051 2.10467 18.6317 3.53796C18.8551 3.71322 18.8715 4.04122 18.6773 4.24835L18.4536 4.48709C18.4456 4.4956 18.4378 4.50429 18.4302 4.51317C17.0864 6.088 15.4388 7.40573 13.5752 8.3795C13.3429 8.50086 13.0589 8.41309 12.9219 8.18968C11.514 5.89309 9.63823 3.91358 7.42762 2.38333C7.42111 2.37883 7.41454 2.37444 7.4079 2.37014Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.7192 5.33024C19.9214 5.11447 20.2666 5.11988 20.4496 5.35217C21.891 7.18149 22.751 9.49031 22.751 12C22.751 12.0664 22.7504 12.1327 22.7492 12.1989C22.7445 12.4604 22.4852 12.6349 22.2369 12.5526C22.2049 12.5419 22.1722 12.5335 22.139 12.5272C21.1669 12.3449 20.1674 12.25 19.1479 12.25C17.8754 12.25 16.6357 12.3977 15.4426 12.6778C15.1786 12.7397 14.9095 12.5886 14.8263 12.3305C14.6097 11.6585 14.3573 11.0026 14.0711 10.3651C13.9587 10.1146 14.0613 9.81851 14.3044 9.69083C16.3189 8.63252 18.1021 7.20509 19.5598 5.5003L19.7192 5.33024Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.0962 14.0863C22.3376 14.1664 22.4817 14.4155 22.4189 14.662C21.5136 18.2157 18.8378 21.0619 15.3862 22.2062C15.3645 22.2134 15.3433 22.194 15.3486 22.1718L15.353 22.1516C15.6139 20.8881 15.7507 19.58 15.7507 18.2407C15.7507 17.0368 15.6402 15.8586 15.4287 14.7158C15.3803 14.4547 15.5374 14.1965 15.796 14.136C16.8772 13.883 17.9987 13.75 19.1479 13.75C20.0568 13.75 20.9472 13.833 21.8133 13.9924L22.0962 14.0863Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.37 22.6791C13.5713 22.6534 13.7324 22.5024 13.7789 22.3046L13.885 21.8532C14.1241 20.6909 14.2497 19.4867 14.2497 18.2524C14.2497 17.2487 14.1666 16.2644 14.0067 15.306C13.9559 15.0009 13.6367 14.8247 13.3525 14.9462C10.678 16.0893 8.35408 18.0022 6.6142 20.4436L6.48241 20.6357C6.32271 20.8683 6.38626 21.1882 6.63048 21.3294C8.21042 22.2429 10.0442 22.7656 12 22.7656C12.4641 22.7656 12.9214 22.7362 13.37 22.6791Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.57481 19.7866C4.79006 19.9925 5.13513 19.9472 5.30369 19.7016L5.38888 19.5774C7.35231 16.8201 10.0177 14.663 13.1026 13.4246C13.3466 13.3266 13.4819 13.0606 13.4015 12.8101C13.1963 12.1713 12.956 11.5482 12.6828 10.943C12.5754 10.705 12.2998 10.5979 12.0543 10.6866C10.1385 11.3783 8.06851 11.7559 5.90934 11.7559C4.50719 11.7559 3.14194 11.5966 1.83168 11.2951C1.82367 11.2933 1.81568 11.2913 1.80773 11.2892C1.53482 11.2168 1.26257 11.4097 1.25449 11.6922C1.2515 11.7964 1.25 11.9011 1.25 12.0061C1.25 15.066 2.52615 17.8275 4.57481 19.7866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.62211 9.18941C1.55202 9.44875 1.71214 9.71075 1.97162 9.77953L2.17966 9.83467C3.37674 10.1092 4.62525 10.2545 5.90934 10.2545C7.76521 10.2545 9.54817 9.95079 11.2096 9.39135C11.5043 9.29211 11.6258 8.94515 11.4581 8.68301C10.1842 6.69113 8.52403 4.96908 6.5825 3.62203L6.15528 3.34562C5.98499 3.23544 5.76441 3.23825 5.60156 3.35917C3.68744 4.7804 2.26165 6.82322 1.62211 9.18941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.4079 2.37014C7.37192 2.34689 7.37525 2.29328 7.41398 2.27498C8.80522 1.61762 10.3602 1.25 12.001 1.25C14.5029 1.25 16.8051 2.10467 18.6317 3.53796C18.8551 3.71322 18.8715 4.04122 18.6773 4.24835L18.4536 4.48709C18.4456 4.4956 18.4378 4.50429 18.4302 4.51317C17.0864 6.088 15.4388 7.40573 13.5752 8.3795C13.3429 8.50086 13.0589 8.41309 12.9219 8.18968C11.514 5.89309 9.63823 3.91358 7.42762 2.38333C7.42111 2.37883 7.41454 2.37444 7.4079 2.37014Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.7192 5.33024C19.9214 5.11447 20.2666 5.11988 20.4496 5.35217C21.891 7.18149 22.751 9.49031 22.751 12C22.751 12.0664 22.7504 12.1327 22.7492 12.1989C22.7445 12.4604 22.4852 12.6349 22.2369 12.5526C22.2049 12.5419 22.1722 12.5335 22.139 12.5272C21.1669 12.3449 20.1674 12.25 19.1479 12.25C17.8754 12.25 16.6357 12.3977 15.4426 12.6778C15.1786 12.7397 14.9095 12.5886 14.8263 12.3305C14.6097 11.6585 14.3573 11.0026 14.0711 10.3651C13.9587 10.1146 14.0613 9.81851 14.3044 9.69083C16.3189 8.63252 18.1021 7.20509 19.5598 5.5003L19.7192 5.33024Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.0962 14.0863C22.3376 14.1664 22.4817 14.4155 22.4189 14.662C21.5136 18.2157 18.8378 21.0619 15.3862 22.2062C15.3645 22.2134 15.3433 22.194 15.3486 22.1718L15.353 22.1516C15.6139 20.8881 15.7507 19.58 15.7507 18.2407C15.7507 17.0368 15.6402 15.8586 15.4287 14.7158C15.3803 14.4547 15.5374 14.1965 15.796 14.136C16.8772 13.883 17.9987 13.75 19.1479 13.75C20.0568 13.75 20.9472 13.833 21.8133 13.9924L22.0962 14.0863Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.37 22.6791C13.5713 22.6534 13.7324 22.5024 13.7789 22.3046L13.885 21.8532C14.1241 20.6909 14.2497 19.4867 14.2497 18.2524C14.2497 17.2487 14.1666 16.2644 14.0067 15.306C13.9559 15.0009 13.6367 14.8247 13.3525 14.9462C10.678 16.0893 8.35408 18.0022 6.6142 20.4436L6.48241 20.6357C6.32271 20.8683 6.38626 21.1882 6.63048 21.3294C8.21042 22.2429 10.0442 22.7656 12 22.7656C12.4641 22.7656 12.9214 22.7362 13.37 22.6791Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.57481 19.7866C4.79006 19.9925 5.13513 19.9472 5.30369 19.7016L5.38888 19.5774C7.35231 16.8201 10.0177 14.663 13.1026 13.4246C13.3466 13.3266 13.4819 13.0606 13.4015 12.8101C13.1963 12.1713 12.956 11.5482 12.6828 10.943C12.5754 10.705 12.2998 10.5979 12.0543 10.6866C10.1385 11.3783 8.06851 11.7559 5.90934 11.7559C4.50719 11.7559 3.14194 11.5966 1.83168 11.2951C1.82367 11.2933 1.81568 11.2913 1.80773 11.2892C1.53482 11.2168 1.26257 11.4097 1.25449 11.6922C1.2515 11.7964 1.25 11.9011 1.25 12.0061C1.25 15.066 2.52615 17.8275 4.57481 19.7866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.62211 9.18941C1.55202 9.44875 1.71214 9.71075 1.97162 9.77953L2.17966 9.83467C3.37674 10.1092 4.62525 10.2545 5.90934 10.2545C7.76521 10.2545 9.54817 9.95079 11.2096 9.39135C11.5043 9.29211 11.6258 8.94515 11.4581 8.68301C10.1842 6.69113 8.52403 4.96908 6.5825 3.62203L6.15528 3.34562C5.98499 3.23544 5.76441 3.23825 5.60156 3.35917C3.68744 4.7804 2.26165 6.82322 1.62211 9.18941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-dropbox{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.25 16.3929C5.25 16.2232 5.25 16.1384 5.30328 16.1098C5.35656 16.0812 5.42556 16.129 5.56356 16.2246C5.78463 16.3779 6.0057 16.5312 6.22467 16.6874C6.56148 16.9277 7.38496 17.5153 8.42726 17.4283C9.29978 17.3554 9.96795 16.8346 10.5779 16.2485L11.5883 15.2795C11.7834 15.0924 11.8809 14.9989 12.0016 15C12.1224 15.0011 12.2173 15.0955 12.4072 15.2843C12.8717 15.746 13.3396 16.2155 13.8694 16.5889C14.2955 16.8892 14.8704 17.1905 15.5852 17.2502C16.3809 17.3166 17.0268 17.0655 17.4937 16.8181C17.8217 16.6442 18.1314 16.4374 18.4369 16.2254C18.5746 16.1299 18.6434 16.0822 18.6967 16.1108C18.75 16.1394 18.75 16.2239 18.75 16.3929V16.9803C18.75 17.5193 18.7103 18.0475 18.4356 18.511C18.1589 18.9781 17.7156 19.2595 17.2352 19.5079L13.2352 21.5765C12.8483 21.7766 12.4462 22 12 22C11.5538 22 11.1517 21.7766 10.7648 21.5765L6.76481 19.5079C6.28439 19.2595 5.84115 18.9781 5.56438 18.511C5.2897 18.0475 5.25 17.5193 5.25 16.9803V16.3929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.54694 15.2379L12 12.9179L13.7208 14.5454C13.7788 14.6002 13.8373 14.6566 13.8966 14.7136C14.4147 15.2121 14.985 15.761 15.7083 15.8205C16.113 15.8539 16.4659 15.734 16.7987 15.56C17.1071 15.3988 17.456 15.1588 17.8548 14.8844L19.4707 13.773C19.8502 13.5121 20.1973 13.2734 20.445 13.0419C20.7147 12.7897 20.9814 12.4421 20.9991 11.9451C21.0281 11.1302 20.346 10.5876 19.7725 10.1316C19.7159 10.0865 19.6603 10.0422 19.6065 9.99868L18.2673 8.91305L19.6065 7.82742C19.6603 7.78385 19.7159 7.73962 19.7725 7.69454C20.346 7.23846 21.0281 6.69593 20.9991 5.88102C20.9814 5.38401 20.7147 5.03642 20.445 4.78424C20.1974 4.55274 19.8502 4.31402 19.4707 4.0531L17.8548 2.94167C17.456 2.66728 17.1071 2.42726 16.7987 2.26609C16.4659 2.0921 16.113 1.97224 15.7083 2.00557C14.985 2.06514 14.4146 2.614 13.8966 3.11252C13.8373 3.16953 13.7788 3.22588 13.7207 3.28076L12 4.90816L10.2793 3.28077C10.2212 3.22588 10.1627 3.16953 10.1034 3.11253C9.58536 2.614 9.01497 2.06514 8.29173 2.00557C7.88699 1.97224 7.5341 2.0921 7.20126 2.26609C6.89292 2.42727 6.54399 2.6673 6.14507 2.94173L4.52929 4.05309C4.14982 4.31402 3.80265 4.55274 3.55501 4.78424C3.28525 5.03642 3.01855 5.38401 3.00089 5.88102C2.97194 6.69593 3.65405 7.23847 4.22747 7.69455C4.28414 7.73963 4.33975 7.78386 4.39351 7.82743L5.73273 8.91305L4.43121 9.96812C4.37076 10.0171 4.30782 10.067 4.24352 10.1179C3.66295 10.5775 2.97174 11.1247 3.00089 11.9451C3.02989 12.7611 3.75028 13.2469 4.35578 13.6553C4.41496 13.6952 4.47305 13.7343 4.52929 13.773C5.07407 14.1476 5.61879 14.5223 6.16351 14.897C6.431 15.081 6.6985 15.265 6.966 15.449C6.98241 15.4603 6.99886 15.4717 7.01536 15.483C7.40428 15.7513 7.81735 16.0363 8.30411 15.9962C8.78968 15.9562 9.15584 15.6089 9.50041 15.282C9.51596 15.2673 9.53147 15.2526 9.54694 15.2379ZM12 11.6553L16.6154 9.01033L12 6.34489L7.38459 9.01033L12 11.6553Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.25 16.3929C5.25 16.2232 5.25 16.1384 5.30328 16.1098C5.35656 16.0812 5.42556 16.129 5.56356 16.2246C5.78463 16.3779 6.0057 16.5312 6.22467 16.6874C6.56148 16.9277 7.38496 17.5153 8.42726 17.4283C9.29978 17.3554 9.96795 16.8346 10.5779 16.2485L11.5883 15.2795C11.7834 15.0924 11.8809 14.9989 12.0016 15C12.1224 15.0011 12.2173 15.0955 12.4072 15.2843C12.8717 15.746 13.3396 16.2155 13.8694 16.5889C14.2955 16.8892 14.8704 17.1905 15.5852 17.2502C16.3809 17.3166 17.0268 17.0655 17.4937 16.8181C17.8217 16.6442 18.1314 16.4374 18.4369 16.2254C18.5746 16.1299 18.6434 16.0822 18.6967 16.1108C18.75 16.1394 18.75 16.2239 18.75 16.3929V16.9803C18.75 17.5193 18.7103 18.0475 18.4356 18.511C18.1589 18.9781 17.7156 19.2595 17.2352 19.5079L13.2352 21.5765C12.8483 21.7766 12.4462 22 12 22C11.5538 22 11.1517 21.7766 10.7648 21.5765L6.76481 19.5079C6.28439 19.2595 5.84115 18.9781 5.56438 18.511C5.2897 18.0475 5.25 17.5193 5.25 16.9803V16.3929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.54694 15.2379L12 12.9179L13.7208 14.5454C13.7788 14.6002 13.8373 14.6566 13.8966 14.7136C14.4147 15.2121 14.985 15.761 15.7083 15.8205C16.113 15.8539 16.4659 15.734 16.7987 15.56C17.1071 15.3988 17.456 15.1588 17.8548 14.8844L19.4707 13.773C19.8502 13.5121 20.1973 13.2734 20.445 13.0419C20.7147 12.7897 20.9814 12.4421 20.9991 11.9451C21.0281 11.1302 20.346 10.5876 19.7725 10.1316C19.7159 10.0865 19.6603 10.0422 19.6065 9.99868L18.2673 8.91305L19.6065 7.82742C19.6603 7.78385 19.7159 7.73962 19.7725 7.69454C20.346 7.23846 21.0281 6.69593 20.9991 5.88102C20.9814 5.38401 20.7147 5.03642 20.445 4.78424C20.1974 4.55274 19.8502 4.31402 19.4707 4.0531L17.8548 2.94167C17.456 2.66728 17.1071 2.42726 16.7987 2.26609C16.4659 2.0921 16.113 1.97224 15.7083 2.00557C14.985 2.06514 14.4146 2.614 13.8966 3.11252C13.8373 3.16953 13.7788 3.22588 13.7207 3.28076L12 4.90816L10.2793 3.28077C10.2212 3.22588 10.1627 3.16953 10.1034 3.11253C9.58536 2.614 9.01497 2.06514 8.29173 2.00557C7.88699 1.97224 7.5341 2.0921 7.20126 2.26609C6.89292 2.42727 6.54399 2.6673 6.14507 2.94173L4.52929 4.05309C4.14982 4.31402 3.80265 4.55274 3.55501 4.78424C3.28525 5.03642 3.01855 5.38401 3.00089 5.88102C2.97194 6.69593 3.65405 7.23847 4.22747 7.69455C4.28414 7.73963 4.33975 7.78386 4.39351 7.82743L5.73273 8.91305L4.43121 9.96812C4.37076 10.0171 4.30782 10.067 4.24352 10.1179C3.66295 10.5775 2.97174 11.1247 3.00089 11.9451C3.02989 12.7611 3.75028 13.2469 4.35578 13.6553C4.41496 13.6952 4.47305 13.7343 4.52929 13.773C5.07407 14.1476 5.61879 14.5223 6.16351 14.897C6.431 15.081 6.6985 15.265 6.966 15.449C6.98241 15.4603 6.99886 15.4717 7.01536 15.483C7.40428 15.7513 7.81735 16.0363 8.30411 15.9962C8.78968 15.9562 9.15584 15.6089 9.50041 15.282C9.51596 15.2673 9.53147 15.2526 9.54694 15.2379ZM12 11.6553L16.6154 9.01033L12 6.34489L7.38459 9.01033L12 11.6553Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-envato{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.0892 9.54758C5.04216 10.9778 5.21978 12.5612 5.82459 13.8972C6.12895 14.5695 6.28113 14.9056 6.55225 14.8592C6.82337 14.8128 6.85126 14.3918 6.90703 13.55C7.27294 8.02713 12.0669 2.13244 17.6707 1.32156C18.2362 1.23972 18.519 1.1988 18.8517 1.36289C19.1844 1.52698 19.3284 1.79405 19.6164 2.32818C24.4342 11.2648 20.8166 22.75 11.5461 22.75C4.25207 22.75 -0.101151 14.3567 3.58953 8.8648C4.17774 7.98952 4.47184 7.55188 4.80995 7.65501C5.14806 7.75814 5.12844 8.35462 5.0892 9.54758Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.0892 9.54758C5.04216 10.9778 5.21978 12.5612 5.82459 13.8972C6.12895 14.5695 6.28113 14.9056 6.55225 14.8592C6.82337 14.8128 6.85126 14.3918 6.90703 13.55C7.27294 8.02713 12.0669 2.13244 17.6707 1.32156C18.2362 1.23972 18.519 1.1988 18.8517 1.36289C19.1844 1.52698 19.3284 1.79405 19.6164 2.32818C24.4342 11.2648 20.8166 22.75 11.5461 22.75C4.25207 22.75 -0.101151 14.3567 3.58953 8.8648C4.17774 7.98952 4.47184 7.55188 4.80995 7.65501C5.14806 7.75814 5.12844 8.35462 5.0892 9.54758Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-facebook-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.55869 10.2083C4.47617 10.2083 4.25024 10.4146 4.25024 11.4028V13.1944C4.25024 14.1826 4.47617 14.3889 5.55869 14.3889H8.17557V21.5556C8.17557 22.5438 8.40149 22.75 9.48401 22.75H12.1009C13.1834 22.75 13.4093 22.5438 13.4093 21.5556V14.3889H16.3477C17.1687 14.3889 17.3803 14.2432 17.6058 13.5226L18.1666 11.7309C18.5529 10.4965 18.3148 10.2083 16.9085 10.2083H13.4093V7.22222C13.4093 6.56255 13.9951 6.02778 14.7178 6.02778H18.4418C19.5243 6.02778 19.7502 5.82154 19.7502 4.83333V2.44444C19.7502 1.45624 19.5243 1.25 18.4418 1.25H14.7178C11.1046 1.25 8.17557 3.92386 8.17557 7.22222V10.2083H5.55869Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.55869 10.2083C4.47617 10.2083 4.25024 10.4146 4.25024 11.4028V13.1944C4.25024 14.1826 4.47617 14.3889 5.55869 14.3889H8.17557V21.5556C8.17557 22.5438 8.40149 22.75 9.48401 22.75H12.1009C13.1834 22.75 13.4093 22.5438 13.4093 21.5556V14.3889H16.3477C17.1687 14.3889 17.3803 14.2432 17.6058 13.5226L18.1666 11.7309C18.5529 10.4965 18.3148 10.2083 16.9085 10.2083H13.4093V7.22222C13.4093 6.56255 13.9951 6.02778 14.7178 6.02778H18.4418C19.5243 6.02778 19.7502 5.82154 19.7502 4.83333V2.44444C19.7502 1.45624 19.5243 1.25 18.4418 1.25H14.7178C11.1046 1.25 8.17557 3.92386 8.17557 7.22222V10.2083H5.55869Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-facebook{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.9217 6.75158C15.0461 6.7515 14.2675 6.75144 13.6389 6.83598C12.9557 6.92787 12.2658 7.13975 11.7019 7.70378C11.138 8.26782 10.9262 8.95794 10.8344 9.64139C10.7499 10.2702 10.7499 11.0491 10.75 11.9249L10.75 12.7535H10C9.30964 12.7535 8.75 13.3133 8.75 14.0039C8.75 14.6944 9.30964 15.2543 10 15.2543H10.75V21.2517C10.75 21.726 10.75 21.9631 10.6013 22.11C10.4526 22.2569 10.2173 22.2539 9.7467 22.2479C8.55726 22.2329 7.54575 22.1912 6.68802 22.0758C5.31137 21.8907 4.21911 21.5035 3.36091 20.645C2.50272 19.7866 2.11568 18.694 1.93059 17.3169C1.74998 15.973 1.74999 14.2518 1.75 12.0604V11.946C1.74999 9.75465 1.74998 8.03341 1.93059 6.68958C2.11568 5.31249 2.50272 4.21989 3.36091 3.36142C4.21911 2.50295 5.31137 2.1158 6.68802 1.93065C8.03143 1.74998 9.75214 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93065C18.6886 2.1158 19.7809 2.50295 20.6391 3.36142C21.4973 4.21989 21.8843 5.31249 22.0694 6.68958C22.25 8.03341 22.25 9.75466 22.25 11.946V12.0604C22.25 14.2518 22.25 15.973 22.0694 17.3169C21.8843 18.694 21.4973 19.7866 20.6391 20.645C19.7809 21.5035 18.6886 21.8907 17.312 22.0758C16.4543 22.1912 15.4427 22.2329 14.2533 22.2479C13.7827 22.2539 13.5474 22.2569 13.3987 22.11C13.25 21.9631 13.25 21.726 13.25 21.2517V15.2543H15C15.6904 15.2543 16.25 14.6944 16.25 14.0039C16.25 13.3133 15.6904 12.7535 15 12.7535H13.25V12.0032C13.25 11.0248 13.2527 10.4167 13.3121 9.97461C13.3657 9.57558 13.4449 9.49675 13.4685 9.47331L13.4697 9.47211L13.4709 9.4709C13.4943 9.44734 13.5731 9.36811 13.972 9.31447C14.414 9.25502 15.0219 9.25237 16 9.25237H17C17.6904 9.25237 18.25 8.69255 18.25 8.00198C18.25 7.3114 17.6904 6.75158 17 6.75158L15.9217 6.75158Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.9217 6.75158C15.0461 6.7515 14.2675 6.75144 13.6389 6.83598C12.9557 6.92787 12.2658 7.13975 11.7019 7.70378C11.138 8.26782 10.9262 8.95794 10.8344 9.64139C10.7499 10.2702 10.7499 11.0491 10.75 11.9249L10.75 12.7535H10C9.30964 12.7535 8.75 13.3133 8.75 14.0039C8.75 14.6944 9.30964 15.2543 10 15.2543H10.75V21.2517C10.75 21.726 10.75 21.9631 10.6013 22.11C10.4526 22.2569 10.2173 22.2539 9.7467 22.2479C8.55726 22.2329 7.54575 22.1912 6.68802 22.0758C5.31137 21.8907 4.21911 21.5035 3.36091 20.645C2.50272 19.7866 2.11568 18.694 1.93059 17.3169C1.74998 15.973 1.74999 14.2518 1.75 12.0604V11.946C1.74999 9.75465 1.74998 8.03341 1.93059 6.68958C2.11568 5.31249 2.50272 4.21989 3.36091 3.36142C4.21911 2.50295 5.31137 2.1158 6.68802 1.93065C8.03143 1.74998 9.75214 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93065C18.6886 2.1158 19.7809 2.50295 20.6391 3.36142C21.4973 4.21989 21.8843 5.31249 22.0694 6.68958C22.25 8.03341 22.25 9.75466 22.25 11.946V12.0604C22.25 14.2518 22.25 15.973 22.0694 17.3169C21.8843 18.694 21.4973 19.7866 20.6391 20.645C19.7809 21.5035 18.6886 21.8907 17.312 22.0758C16.4543 22.1912 15.4427 22.2329 14.2533 22.2479C13.7827 22.2539 13.5474 22.2569 13.3987 22.11C13.25 21.9631 13.25 21.726 13.25 21.2517V15.2543H15C15.6904 15.2543 16.25 14.6944 16.25 14.0039C16.25 13.3133 15.6904 12.7535 15 12.7535H13.25V12.0032C13.25 11.0248 13.2527 10.4167 13.3121 9.97461C13.3657 9.57558 13.4449 9.49675 13.4685 9.47331L13.4697 9.47211L13.4709 9.4709C13.4943 9.44734 13.5731 9.36811 13.972 9.31447C14.414 9.25502 15.0219 9.25237 16 9.25237H17C17.6904 9.25237 18.25 8.69255 18.25 8.00198C18.25 7.3114 17.6904 6.75158 17 6.75158L15.9217 6.75158Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-figma{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2215.5%22 cy%3D%2212.1641%22 r%3D%223.5%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.33334 2H15.667C17.508 2 19.0003 3.49238 19.0003 5.33333C19.0003 7.17428 17.508 8.66667 15.667 8.66667L12.0002 8.66683V15.3335L12.0002 18.334C12.0002 20.3591 10.3585 22.0008 8.33333 22.0008C6.49238 22.0008 5 20.5084 5 18.6675C5 16.8265 6.49238 15.3335 8.33333 15.3335C6.49238 15.3335 5 13.8411 5 12.0002C5 10.1592 6.49238 8.66667 8.33333 8.66667C6.49238 8.66667 5 7.17428 5 5.33333C5 3.49238 6.49239 2 8.33334 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2215.5%22 cy%3D%2212.1641%22 r%3D%223.5%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.33334 2H15.667C17.508 2 19.0003 3.49238 19.0003 5.33333C19.0003 7.17428 17.508 8.66667 15.667 8.66667L12.0002 8.66683V15.3335L12.0002 18.334C12.0002 20.3591 10.3585 22.0008 8.33333 22.0008C6.49238 22.0008 5 20.5084 5 18.6675C5 16.8265 6.49238 15.3335 8.33333 15.3335C6.49238 15.3335 5 13.8411 5 12.0002C5 10.1592 6.49238 8.66667 8.33333 8.66667C6.49238 8.66667 5 7.17428 5 5.33333C5 3.49238 6.49239 2 8.33334 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-fiverr{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.6659 2.325C15.6659 1.81824 15.6659 1.56486 15.5057 1.40743C15.3456 1.25 15.0878 1.25 14.5722 1.25H11.5814C8.6046 1.25 6.00818 3.94742 6.18197 8.2375H4.34375C3.82815 8.2375 3.57035 8.2375 3.41018 8.39493C3.25 8.55236 3.25 8.80574 3.25 9.3125V10.925C3.25 11.4318 3.25 11.6851 3.41018 11.8426C3.57035 12 3.82815 12 4.34375 12H6.53125V21.675C6.53125 22.1818 6.53125 22.4351 6.69143 22.5926C6.8516 22.75 7.1094 22.75 7.625 22.75H9.8125C10.3281 22.75 10.5859 22.75 10.7461 22.5926C10.9062 22.4351 10.9062 22.1818 10.9062 21.675V12H15.8616V21.675C15.8616 22.1818 15.8616 22.4351 16.0217 22.5926C16.1819 22.75 16.4397 22.75 16.9553 22.75H19.6562C20.1718 22.75 20.4296 22.75 20.5898 22.5926C20.75 22.4351 20.75 22.1818 20.75 21.675V10.3875C20.75 9.37398 20.75 8.86722 20.4296 8.55236C20.1093 8.2375 19.5937 8.2375 18.5625 8.2375H10.9062V6.87142C10.9062 6.0875 11.4531 5.0125 12.8717 5.0125H14.5722C15.0878 5.0125 15.3456 5.0125 15.5057 4.85507C15.6659 4.69764 15.6659 4.44426 15.6659 3.9375V2.325Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.6659 2.325C15.6659 1.81824 15.6659 1.56486 15.5057 1.40743C15.3456 1.25 15.0878 1.25 14.5722 1.25H11.5814C8.6046 1.25 6.00818 3.94742 6.18197 8.2375H4.34375C3.82815 8.2375 3.57035 8.2375 3.41018 8.39493C3.25 8.55236 3.25 8.80574 3.25 9.3125V10.925C3.25 11.4318 3.25 11.6851 3.41018 11.8426C3.57035 12 3.82815 12 4.34375 12H6.53125V21.675C6.53125 22.1818 6.53125 22.4351 6.69143 22.5926C6.8516 22.75 7.1094 22.75 7.625 22.75H9.8125C10.3281 22.75 10.5859 22.75 10.7461 22.5926C10.9062 22.4351 10.9062 22.1818 10.9062 21.675V12H15.8616V21.675C15.8616 22.1818 15.8616 22.4351 16.0217 22.5926C16.1819 22.75 16.4397 22.75 16.9553 22.75H19.6562C20.1718 22.75 20.4296 22.75 20.5898 22.5926C20.75 22.4351 20.75 22.1818 20.75 21.675V10.3875C20.75 9.37398 20.75 8.86722 20.4296 8.55236C20.1093 8.2375 19.5937 8.2375 18.5625 8.2375H10.9062V6.87142C10.9062 6.0875 11.4531 5.0125 12.8717 5.0125H14.5722C15.0878 5.0125 15.3456 5.0125 15.5057 4.85507C15.6659 4.69764 15.6659 4.44426 15.6659 3.9375V2.325Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-flaticon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.43626 19.6697L3.85505 10.1044C1.83828 6.65927 0.829888 4.93669 1.41451 3.59337C1.99914 2.25005 3.75721 2.25005 7.27336 2.25005L14.5715 2.25001C15.3399 2.25001 15.724 2.25 15.8684 2.49959C16.0129 2.74918 15.8214 3.08224 15.4385 3.74836L14.0776 6.11589L14.0776 6.11591C13.9369 6.3607 13.8666 6.48309 13.7504 6.55032C13.6342 6.61754 13.493 6.61754 13.2106 6.61754L8.03261 6.61754C7.25146 6.61754 6.86088 6.61754 6.71716 6.87067C6.57344 7.1238 6.77359 7.4592 7.17389 8.12999L7.73778 9.07493C7.87988 9.31304 7.95092 9.43209 8.06575 9.49729C8.18058 9.56248 8.31922 9.56248 8.5965 9.56248H10.3682C11.1366 9.56248 11.5207 9.56248 11.6651 9.81207C11.8095 10.0617 11.6181 10.3947 11.2352 11.0608L10.3926 12.5267C10.2502 12.7744 10.179 12.8982 10.1801 13.0339C10.1813 13.1695 10.2545 13.2922 10.4008 13.5375L10.4008 13.5375L13.7529 19.1547C13.9004 19.4018 13.9741 19.5253 13.9746 19.6622C13.9751 19.7991 13.9029 19.922 13.7586 20.1679C13.4235 20.7385 13.2147 21.0605 12.9947 21.2557C12.2544 21.9127 11.243 21.915 10.5006 21.2612C10.2215 21.0155 9.95979 20.5669 9.43633 19.6698L9.43626 19.6697ZM19.9419 10.3106C22.1153 6.7446 23.202 4.9616 22.572 3.57117C22.2283 2.81252 21.508 2.4678 20.309 2.31117C20.024 2.27394 19.8815 2.25533 19.747 2.32042C19.6126 2.38551 19.534 2.5168 19.3769 2.77938L13.3877 12.787C13.2352 13.0418 13.159 13.1692 13.1602 13.3096C13.1613 13.45 13.2397 13.5761 13.3964 13.8283L13.3964 13.8283L14.7664 16.0335C15.1512 16.6527 15.3435 16.9623 15.6231 16.9609C15.9028 16.9595 16.092 16.6479 16.4705 16.0249L19.9419 10.3106Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.43626 19.6697L3.85505 10.1044C1.83828 6.65927 0.829888 4.93669 1.41451 3.59337C1.99914 2.25005 3.75721 2.25005 7.27336 2.25005L14.5715 2.25001C15.3399 2.25001 15.724 2.25 15.8684 2.49959C16.0129 2.74918 15.8214 3.08224 15.4385 3.74836L14.0776 6.11589L14.0776 6.11591C13.9369 6.3607 13.8666 6.48309 13.7504 6.55032C13.6342 6.61754 13.493 6.61754 13.2106 6.61754L8.03261 6.61754C7.25146 6.61754 6.86088 6.61754 6.71716 6.87067C6.57344 7.1238 6.77359 7.4592 7.17389 8.12999L7.73778 9.07493C7.87988 9.31304 7.95092 9.43209 8.06575 9.49729C8.18058 9.56248 8.31922 9.56248 8.5965 9.56248H10.3682C11.1366 9.56248 11.5207 9.56248 11.6651 9.81207C11.8095 10.0617 11.6181 10.3947 11.2352 11.0608L10.3926 12.5267C10.2502 12.7744 10.179 12.8982 10.1801 13.0339C10.1813 13.1695 10.2545 13.2922 10.4008 13.5375L10.4008 13.5375L13.7529 19.1547C13.9004 19.4018 13.9741 19.5253 13.9746 19.6622C13.9751 19.7991 13.9029 19.922 13.7586 20.1679C13.4235 20.7385 13.2147 21.0605 12.9947 21.2557C12.2544 21.9127 11.243 21.915 10.5006 21.2612C10.2215 21.0155 9.95979 20.5669 9.43633 19.6698L9.43626 19.6697ZM19.9419 10.3106C22.1153 6.7446 23.202 4.9616 22.572 3.57117C22.2283 2.81252 21.508 2.4678 20.309 2.31117C20.024 2.27394 19.8815 2.25533 19.747 2.32042C19.6126 2.38551 19.534 2.5168 19.3769 2.77938L13.3877 12.787C13.2352 13.0418 13.159 13.1692 13.1602 13.3096C13.1613 13.45 13.2397 13.5761 13.3964 13.8283L13.3964 13.8283L14.7664 16.0335C15.1512 16.6527 15.3435 16.9623 15.6231 16.9609C15.9028 16.9595 16.092 16.6479 16.4705 16.0249L19.9419 10.3106Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-flickr{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM10.5 12C10.5 13.3807 9.38071 14.5 8 14.5C6.61929 14.5 5.5 13.3807 5.5 12C5.5 10.6193 6.61929 9.5 8 9.5C9.38071 9.5 10.5 10.6193 10.5 12ZM16 14.5C17.3807 14.5 18.5 13.3807 18.5 12C18.5 10.6193 17.3807 9.5 16 9.5C14.6193 9.5 13.5 10.6193 13.5 12C13.5 13.3807 14.6193 14.5 16 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM10.5 12C10.5 13.3807 9.38071 14.5 8 14.5C6.61929 14.5 5.5 13.3807 5.5 12C5.5 10.6193 6.61929 9.5 8 9.5C9.38071 9.5 10.5 10.6193 10.5 12ZM16 14.5C17.3807 14.5 18.5 13.3807 18.5 12C18.5 10.6193 17.3807 9.5 16 9.5C14.6193 9.5 13.5 10.6193 13.5 12C13.5 13.3807 14.6193 14.5 16 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-forrst{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.52407 3.71682C10.1994 2.86616 10.9643 2.25 12 2.25C13.0358 2.25 13.8006 2.86616 14.476 3.71682C15.1372 4.54969 15.8403 5.77236 16.7192 7.30051L20.5432 13.9497C21.3773 15.4001 22.0474 16.5651 22.4144 17.508C22.7895 18.4718 22.9319 19.4123 22.4076 20.2729C21.8891 21.1242 20.9876 21.4533 19.9457 21.6027C18.9191 21.75 17.5431 21.75 15.821 21.75H15C14.5286 21.75 14.2929 21.75 14.1465 21.6036C14 21.4571 14 21.2214 14 20.75V20.3879C14 19.979 14 19.7746 14.0762 19.5907C14.1524 19.4069 14.297 19.2624 14.5862 18.9733L17.0305 16.5303C17.3234 16.2374 17.3234 15.7626 17.0305 15.4697C16.7376 15.1768 16.2627 15.1768 15.9698 15.4697L14.6829 16.7566C14.3923 17.0472 14.2469 17.1926 14.1235 17.1414C14 17.0903 14 16.8848 14 16.4738V15.8079C14 15.6852 14 15.6238 14.0229 15.5686C14.0458 15.5135 14.0892 15.4701 14.176 15.3834L15.5305 14.0303C15.8234 13.7374 15.8234 13.2626 15.5305 12.9697C15.2376 12.6768 14.7627 12.6768 14.4698 12.9697L14 13.3851V12.4395C13.9988 11.888 13.968 11.3219 13.1769 11.0761C12.9319 11 12.6213 11 12 11C11.3788 11 11.0681 11 10.8231 11.0761C10.0031 11.3309 10 11.9298 10 12.5V14.4735C10 14.8845 10 15.09 9.87656 15.1411C9.75309 15.1923 9.60779 15.047 9.31718 14.7564L8.53049 13.9697C8.2376 13.6768 7.76272 13.6768 7.46983 13.9697C7.17694 14.2626 7.17694 14.7374 7.46983 15.0303L9.41378 16.9731C9.70303 17.2621 9.84766 17.4067 9.92384 17.5905C10 17.7743 10 17.9788 10 18.3877V20.75C10 21.2214 10 21.4571 9.85357 21.6036C9.70713 21.75 9.47142 21.75 9.00002 21.75H8.17894C6.45688 21.75 5.08097 21.75 4.05434 21.6027C3.0124 21.4533 2.11091 21.1242 1.59242 20.2729C1.06818 19.4123 1.21051 18.4718 1.58568 17.508C1.95268 16.5651 2.62276 15.4 3.45692 13.9496L7.28087 7.30052C8.15971 5.77234 8.86283 4.5497 9.52407 3.71682Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.52407 3.71682C10.1994 2.86616 10.9643 2.25 12 2.25C13.0358 2.25 13.8006 2.86616 14.476 3.71682C15.1372 4.54969 15.8403 5.77236 16.7192 7.30051L20.5432 13.9497C21.3773 15.4001 22.0474 16.5651 22.4144 17.508C22.7895 18.4718 22.9319 19.4123 22.4076 20.2729C21.8891 21.1242 20.9876 21.4533 19.9457 21.6027C18.9191 21.75 17.5431 21.75 15.821 21.75H15C14.5286 21.75 14.2929 21.75 14.1465 21.6036C14 21.4571 14 21.2214 14 20.75V20.3879C14 19.979 14 19.7746 14.0762 19.5907C14.1524 19.4069 14.297 19.2624 14.5862 18.9733L17.0305 16.5303C17.3234 16.2374 17.3234 15.7626 17.0305 15.4697C16.7376 15.1768 16.2627 15.1768 15.9698 15.4697L14.6829 16.7566C14.3923 17.0472 14.2469 17.1926 14.1235 17.1414C14 17.0903 14 16.8848 14 16.4738V15.8079C14 15.6852 14 15.6238 14.0229 15.5686C14.0458 15.5135 14.0892 15.4701 14.176 15.3834L15.5305 14.0303C15.8234 13.7374 15.8234 13.2626 15.5305 12.9697C15.2376 12.6768 14.7627 12.6768 14.4698 12.9697L14 13.3851V12.4395C13.9988 11.888 13.968 11.3219 13.1769 11.0761C12.9319 11 12.6213 11 12 11C11.3788 11 11.0681 11 10.8231 11.0761C10.0031 11.3309 10 11.9298 10 12.5V14.4735C10 14.8845 10 15.09 9.87656 15.1411C9.75309 15.1923 9.60779 15.047 9.31718 14.7564L8.53049 13.9697C8.2376 13.6768 7.76272 13.6768 7.46983 13.9697C7.17694 14.2626 7.17694 14.7374 7.46983 15.0303L9.41378 16.9731C9.70303 17.2621 9.84766 17.4067 9.92384 17.5905C10 17.7743 10 17.9788 10 18.3877V20.75C10 21.2214 10 21.4571 9.85357 21.6036C9.70713 21.75 9.47142 21.75 9.00002 21.75H8.17894C6.45688 21.75 5.08097 21.75 4.05434 21.6027C3.0124 21.4533 2.11091 21.1242 1.59242 20.2729C1.06818 19.4123 1.21051 18.4718 1.58568 17.508C1.95268 16.5651 2.62276 15.4 3.45692 13.9496L7.28087 7.30052C8.15971 5.77234 8.86283 4.5497 9.52407 3.71682Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-foursquare{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.9584 1.25C16.7342 1.24995 17.4035 1.2499 17.9261 1.33173C18.4896 1.41994 19.0318 1.62433 19.4012 2.15083C19.7615 2.66446 19.7902 3.24809 19.7181 3.82458C19.6492 4.37549 19.4679 5.05753 19.2525 5.86791L19.081 6.51349C18.8911 7.22802 18.7961 7.58528 18.5266 7.79255C18.257 7.99983 17.8874 7.99983 17.148 7.99983L13 7.99983C12.4477 7.99983 12 8.44754 12 8.99982C12 9.55211 12.4477 9.99983 13 9.99983H16.854C17.4517 9.99983 17.7505 9.99983 17.9006 10.195C18.0507 10.3902 17.974 10.6791 17.8205 11.2567L17.3439 13.0499C17.1721 13.6964 17.0276 14.2405 16.8615 14.6688C16.6862 15.1207 16.4587 15.5232 16.0749 15.8344C15.6862 16.1496 15.2494 16.2806 14.7785 16.34C14.3416 16.395 13.8078 16.395 13.1878 16.395L13.0664 16.395C12.8532 16.395 12.7408 16.3956 12.6585 16.4028C12.6289 16.4054 12.6013 16.4183 12.5803 16.4393L12.5707 16.4491C12.5079 16.5136 12.43 16.6069 12.2893 16.7771L10.2885 19.1972C9.32414 20.3636 8.54822 21.3022 7.90067 21.897C7.28717 22.4606 6.48923 22.9987 5.59276 22.6323C4.72747 22.2786 4.47507 21.359 4.36568 20.5066C4.24997 19.6051 4.24999 18.3535 4.25001 16.7873L4.25 4.87744C4.24997 4.228 4.24995 3.67162 4.30559 3.2267C4.36459 2.75485 4.49734 2.29561 4.8491 1.91741C5.20804 1.5315 5.65638 1.37829 6.12022 1.31125C6.54454 1.24991 7.07133 1.24995 7.66855 1.25L15.9584 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.9584 1.25C16.7342 1.24995 17.4035 1.2499 17.9261 1.33173C18.4896 1.41994 19.0318 1.62433 19.4012 2.15083C19.7615 2.66446 19.7902 3.24809 19.7181 3.82458C19.6492 4.37549 19.4679 5.05753 19.2525 5.86791L19.081 6.51349C18.8911 7.22802 18.7961 7.58528 18.5266 7.79255C18.257 7.99983 17.8874 7.99983 17.148 7.99983L13 7.99983C12.4477 7.99983 12 8.44754 12 8.99982C12 9.55211 12.4477 9.99983 13 9.99983H16.854C17.4517 9.99983 17.7505 9.99983 17.9006 10.195C18.0507 10.3902 17.974 10.6791 17.8205 11.2567L17.3439 13.0499C17.1721 13.6964 17.0276 14.2405 16.8615 14.6688C16.6862 15.1207 16.4587 15.5232 16.0749 15.8344C15.6862 16.1496 15.2494 16.2806 14.7785 16.34C14.3416 16.395 13.8078 16.395 13.1878 16.395L13.0664 16.395C12.8532 16.395 12.7408 16.3956 12.6585 16.4028C12.6289 16.4054 12.6013 16.4183 12.5803 16.4393L12.5707 16.4491C12.5079 16.5136 12.43 16.6069 12.2893 16.7771L10.2885 19.1972C9.32414 20.3636 8.54822 21.3022 7.90067 21.897C7.28717 22.4606 6.48923 22.9987 5.59276 22.6323C4.72747 22.2786 4.47507 21.359 4.36568 20.5066C4.24997 19.6051 4.24999 18.3535 4.25001 16.7873L4.25 4.87744C4.24997 4.228 4.24995 3.67162 4.30559 3.2267C4.36459 2.75485 4.49734 2.29561 4.8491 1.91741C5.20804 1.5315 5.65638 1.37829 6.12022 1.31125C6.54454 1.24991 7.07133 1.24995 7.66855 1.25L15.9584 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-framer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9999 15.7334C18.3032 15.7334 18.5767 15.5511 18.6928 15.2716C18.8089 14.992 18.7447 14.6702 18.5302 14.4562L12.4999 9L15.7499 9C17.1641 9 17.8712 9 18.3106 8.56066C18.7499 8.12132 18.7499 7.41421 18.7499 6V4C18.7499 3.77694 18.7393 3.54648 18.6925 3.3338C18.6439 3.11261 18.5467 2.86564 18.3405 2.65942C18.1343 2.4532 17.8873 2.35596 17.6661 2.30737C17.4534 2.26065 17.223 2.25 16.9999 2.25H5.9999C5.69655 2.25 5.42308 2.43273 5.30699 2.71299C5.1909 2.99324 5.25507 3.31583 5.46957 3.53033L11.4999 9H8.24988C6.83566 9 6.12856 9 5.68922 9.43826C5.24988 9.87652 5.24988 10.5819 5.24988 11.9926V14.864C5.24988 15.4185 5.4812 15.9479 5.88837 16.3254L10.2794 20.718C11.009 21.474 11.3737 21.852 11.6868 21.7262C11.9999 21.6003 11.9999 21.0756 11.9999 20.0262V17.7285C11.9999 16.788 11.9999 16.3178 12.2928 16.0256C12.5857 15.7334 13.0571 15.7334 13.9999 15.7334L17.9999 15.7334Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9999 15.7334C18.3032 15.7334 18.5767 15.5511 18.6928 15.2716C18.8089 14.992 18.7447 14.6702 18.5302 14.4562L12.4999 9L15.7499 9C17.1641 9 17.8712 9 18.3106 8.56066C18.7499 8.12132 18.7499 7.41421 18.7499 6V4C18.7499 3.77694 18.7393 3.54648 18.6925 3.3338C18.6439 3.11261 18.5467 2.86564 18.3405 2.65942C18.1343 2.4532 17.8873 2.35596 17.6661 2.30737C17.4534 2.26065 17.223 2.25 16.9999 2.25H5.9999C5.69655 2.25 5.42308 2.43273 5.30699 2.71299C5.1909 2.99324 5.25507 3.31583 5.46957 3.53033L11.4999 9H8.24988C6.83566 9 6.12856 9 5.68922 9.43826C5.24988 9.87652 5.24988 10.5819 5.24988 11.9926V14.864C5.24988 15.4185 5.4812 15.9479 5.88837 16.3254L10.2794 20.718C11.009 21.474 11.3737 21.852 11.6868 21.7262C11.9999 21.6003 11.9999 21.0756 11.9999 20.0262V17.7285C11.9999 16.788 11.9999 16.3178 12.2928 16.0256C12.5857 15.7334 13.0571 15.7334 13.9999 15.7334L17.9999 15.7334Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-github-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.94118 17.8811C9.94118 17.5177 10.0494 17.2018 10.2238 16.9164C10.3434 16.7207 10.2615 16.4429 10.0453 16.3815C8.25526 15.8733 7 15.0562 7 12.3458C7 11.6411 7.22356 10.9786 7.61654 10.402C7.71414 10.2588 7.76181 10.1937 7.77491 10.1222C7.78806 10.0505 7.76638 9.97234 7.72543 9.8024C7.58167 9.20589 7.57017 8.57746 7.73081 7.99125C7.78361 7.79856 7.8968 7.68616 8.10166 7.70786C8.3674 7.73601 8.82753 7.86183 9.50999 8.30212C9.77813 8.47511 9.9122 8.56162 10.0303 8.58097C10.1484 8.60032 10.3062 8.55979 10.622 8.47873C11.0537 8.36789 11.4986 8.30838 12 8.30838C12.5014 8.30838 12.9463 8.36788 13.378 8.47873C13.6938 8.55978 13.8516 8.60032 13.9697 8.58097C14.0878 8.56162 14.2219 8.47512 14.49 8.30213C15.1725 7.86183 15.6326 7.73601 15.8983 7.70786C16.1032 7.68616 16.2164 7.79855 16.2692 7.99125C16.4298 8.57745 16.4183 9.20587 16.2746 9.80239C16.2336 9.97234 16.2119 10.0505 16.2251 10.1222C16.2382 10.1937 16.2859 10.2588 16.3834 10.402C16.7764 10.9786 17 11.6411 17 12.3458C17 15.0562 15.7447 15.8733 13.9547 16.3815C13.7385 16.4429 13.6566 16.7207 13.7762 16.9164C13.9506 17.2018 14.0588 17.5177 14.0588 17.8811V22.6522C19.011 21.6917 22.75 17.332 22.75 12.0991C22.75 6.16206 17.9371 1.34912 12 1.34912C6.06294 1.34912 1.25 6.16206 1.25 12.0991C1.25 17.332 4.98901 21.6917 9.94118 22.6522V19.8525C9.88484 19.8459 9.81816 19.8361 9.74225 19.8217C9.52615 19.7806 9.23571 19.702 8.89714 19.5518C8.21489 19.2492 7.36263 18.6676 6.53685 17.567C6.28826 17.2357 6.35533 16.7656 6.68665 16.517C7.01798 16.2684 7.48809 16.3354 7.73668 16.6668C8.4109 17.5654 9.06058 17.9834 9.50527 18.1806C9.6822 18.2591 9.83089 18.3045 9.94118 18.3307V17.8811Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.94118 17.8811C9.94118 17.5177 10.0494 17.2018 10.2238 16.9164C10.3434 16.7207 10.2615 16.4429 10.0453 16.3815C8.25526 15.8733 7 15.0562 7 12.3458C7 11.6411 7.22356 10.9786 7.61654 10.402C7.71414 10.2588 7.76181 10.1937 7.77491 10.1222C7.78806 10.0505 7.76638 9.97234 7.72543 9.8024C7.58167 9.20589 7.57017 8.57746 7.73081 7.99125C7.78361 7.79856 7.8968 7.68616 8.10166 7.70786C8.3674 7.73601 8.82753 7.86183 9.50999 8.30212C9.77813 8.47511 9.9122 8.56162 10.0303 8.58097C10.1484 8.60032 10.3062 8.55979 10.622 8.47873C11.0537 8.36789 11.4986 8.30838 12 8.30838C12.5014 8.30838 12.9463 8.36788 13.378 8.47873C13.6938 8.55978 13.8516 8.60032 13.9697 8.58097C14.0878 8.56162 14.2219 8.47512 14.49 8.30213C15.1725 7.86183 15.6326 7.73601 15.8983 7.70786C16.1032 7.68616 16.2164 7.79855 16.2692 7.99125C16.4298 8.57745 16.4183 9.20587 16.2746 9.80239C16.2336 9.97234 16.2119 10.0505 16.2251 10.1222C16.2382 10.1937 16.2859 10.2588 16.3834 10.402C16.7764 10.9786 17 11.6411 17 12.3458C17 15.0562 15.7447 15.8733 13.9547 16.3815C13.7385 16.4429 13.6566 16.7207 13.7762 16.9164C13.9506 17.2018 14.0588 17.5177 14.0588 17.8811V22.6522C19.011 21.6917 22.75 17.332 22.75 12.0991C22.75 6.16206 17.9371 1.34912 12 1.34912C6.06294 1.34912 1.25 6.16206 1.25 12.0991C1.25 17.332 4.98901 21.6917 9.94118 22.6522V19.8525C9.88484 19.8459 9.81816 19.8361 9.74225 19.8217C9.52615 19.7806 9.23571 19.702 8.89714 19.5518C8.21489 19.2492 7.36263 18.6676 6.53685 17.567C6.28826 17.2357 6.35533 16.7656 6.68665 16.517C7.01798 16.2684 7.48809 16.3354 7.73668 16.6668C8.4109 17.5654 9.06058 17.9834 9.50527 18.1806C9.6822 18.2591 9.83089 18.3045 9.94118 18.3307V17.8811Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-google-doc{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6036 1.39694C13.75 1.54338 13.75 1.77908 13.75 2.25049V4.26941L13.75 4.31951V4.31955C13.75 5.03821 13.7499 5.65174 13.8158 6.14186C13.8862 6.66492 14.0437 7.15823 14.4428 7.55737C14.842 7.95652 15.3353 8.11403 15.8583 8.18435C16.3484 8.25024 16.962 8.25021 17.6806 8.25018H17.6806H17.6807L19.75 8.25018C20.2214 8.25018 20.4571 8.25018 20.6036 8.39662C20.75 8.54307 20.75 8.77877 20.75 9.25018V16.0554C20.75 17.423 20.75 18.5253 20.6335 19.3922C20.5125 20.2923 20.2536 21.0502 19.6517 21.6521C19.0497 22.2541 18.2919 22.513 17.3918 22.634C16.5248 22.7505 15.4225 22.7505 14.0549 22.7505L9.94513 22.7505C8.57754 22.7505 7.47522 22.7505 6.60825 22.634C5.70814 22.513 4.95027 22.2541 4.34835 21.6521C3.74644 21.0502 3.48754 20.2923 3.36653 19.3922C3.24997 18.5253 3.24998 17.423 3.25 16.0554V16.0554V16.0554V16.0554L3.25 7.94561V7.9456V7.94558V7.94557C3.24998 6.578 3.24997 5.4757 3.36653 4.60874C3.48754 3.70863 3.74644 2.95076 4.34835 2.34884C4.95027 1.74692 5.70814 1.48803 6.60825 1.36701C7.47521 1.25045 8.57752 1.25047 9.9451 1.25049H9.94511H9.94513L12.75 1.25049C13.2214 1.25049 13.4571 1.25049 13.6036 1.39694ZM20.6168 6.74501C20.6178 6.74747 20.616 6.75018 20.6133 6.75018L17.7308 6.75018C16.9481 6.75018 16.4365 6.74859 16.0582 6.69772C15.7015 6.64976 15.5775 6.5707 15.5035 6.49671C15.4295 6.42272 15.3504 6.29871 15.3025 5.94199C15.2516 5.56369 15.25 5.05211 15.25 4.26941V1.38737C15.25 1.38454 15.2529 1.38262 15.2555 1.3837C15.5822 1.51902 15.83 1.76828 16.0596 1.99923L16.1161 2.05595L19.9445 5.88437L20.0012 5.94086C20.2322 6.17048 20.4815 6.41831 20.6168 6.74501ZM8 11.2502C7.58579 11.2502 7.25 11.586 7.25 12.0002C7.25 12.4144 7.58579 12.7502 8 12.7502L16 12.7502C16.4142 12.7502 16.75 12.4144 16.75 12.0002C16.75 11.586 16.4142 11.2502 16 11.2502L8 11.2502ZM8 14.2502C7.58579 14.2502 7.25 14.586 7.25 15.0002C7.25 15.4144 7.58579 15.7502 8 15.7502L16 15.7502C16.4142 15.7502 16.75 15.4144 16.75 15.0002C16.75 14.586 16.4142 14.2502 16 14.2502L8 14.2502ZM8 17.2502C7.58579 17.2502 7.25 17.586 7.25 18.0002C7.25 18.4144 7.58579 18.7502 8 18.7502L14.5 18.7502C14.9142 18.7502 15.25 18.4144 15.25 18.0002C15.25 17.586 14.9142 17.2502 14.5 17.2502L8 17.2502Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6036 1.39694C13.75 1.54338 13.75 1.77908 13.75 2.25049V4.26941L13.75 4.31951V4.31955C13.75 5.03821 13.7499 5.65174 13.8158 6.14186C13.8862 6.66492 14.0437 7.15823 14.4428 7.55737C14.842 7.95652 15.3353 8.11403 15.8583 8.18435C16.3484 8.25024 16.962 8.25021 17.6806 8.25018H17.6806H17.6807L19.75 8.25018C20.2214 8.25018 20.4571 8.25018 20.6036 8.39662C20.75 8.54307 20.75 8.77877 20.75 9.25018V16.0554C20.75 17.423 20.75 18.5253 20.6335 19.3922C20.5125 20.2923 20.2536 21.0502 19.6517 21.6521C19.0497 22.2541 18.2919 22.513 17.3918 22.634C16.5248 22.7505 15.4225 22.7505 14.0549 22.7505L9.94513 22.7505C8.57754 22.7505 7.47522 22.7505 6.60825 22.634C5.70814 22.513 4.95027 22.2541 4.34835 21.6521C3.74644 21.0502 3.48754 20.2923 3.36653 19.3922C3.24997 18.5253 3.24998 17.423 3.25 16.0554V16.0554V16.0554V16.0554L3.25 7.94561V7.9456V7.94558V7.94557C3.24998 6.578 3.24997 5.4757 3.36653 4.60874C3.48754 3.70863 3.74644 2.95076 4.34835 2.34884C4.95027 1.74692 5.70814 1.48803 6.60825 1.36701C7.47521 1.25045 8.57752 1.25047 9.9451 1.25049H9.94511H9.94513L12.75 1.25049C13.2214 1.25049 13.4571 1.25049 13.6036 1.39694ZM20.6168 6.74501C20.6178 6.74747 20.616 6.75018 20.6133 6.75018L17.7308 6.75018C16.9481 6.75018 16.4365 6.74859 16.0582 6.69772C15.7015 6.64976 15.5775 6.5707 15.5035 6.49671C15.4295 6.42272 15.3504 6.29871 15.3025 5.94199C15.2516 5.56369 15.25 5.05211 15.25 4.26941V1.38737C15.25 1.38454 15.2529 1.38262 15.2555 1.3837C15.5822 1.51902 15.83 1.76828 16.0596 1.99923L16.1161 2.05595L19.9445 5.88437L20.0012 5.94086C20.2322 6.17048 20.4815 6.41831 20.6168 6.74501ZM8 11.2502C7.58579 11.2502 7.25 11.586 7.25 12.0002C7.25 12.4144 7.58579 12.7502 8 12.7502L16 12.7502C16.4142 12.7502 16.75 12.4144 16.75 12.0002C16.75 11.586 16.4142 11.2502 16 11.2502L8 11.2502ZM8 14.2502C7.58579 14.2502 7.25 14.586 7.25 15.0002C7.25 15.4144 7.58579 15.7502 8 15.7502L16 15.7502C16.4142 15.7502 16.75 15.4144 16.75 15.0002C16.75 14.586 16.4142 14.2502 16 14.2502L8 14.2502ZM8 17.2502C7.58579 17.2502 7.25 17.586 7.25 18.0002C7.25 18.4144 7.58579 18.7502 8 18.7502L14.5 18.7502C14.9142 18.7502 15.25 18.4144 15.25 18.0002C15.25 17.586 14.9142 17.2502 14.5 17.2502L8 17.2502Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-google-drive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.644 2.00154C14.3465 2.00151 15.116 1.95985 15.7478 2.3115C16.0669 2.48914 16.2954 2.72875 16.4938 2.99755L21.51 11.5027C21.9026 12.1684 22.0989 12.5013 21.9504 12.7506C21.8019 13 21.4073 13 20.6182 13H15.3222C14.7703 13 14.4944 13 14.2633 12.8767C14.0323 12.7533 13.8841 12.5269 13.5877 12.0742L8.12359 3.72641C7.94035 3.44647 7.96262 3.08337 8.17876 2.8267C8.34851 2.62513 8.54292 2.44932 8.79051 2.3115C9.4223 1.95983 10.1918 2.00151 10.8944 2.00154H13.644Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.65883 21.6065C5.48823 21.9181 5.13317 22.0684 4.7999 21.9702C4.29856 21.8224 3.91049 21.4787 3.6223 21.0444C3.44947 20.784 3.27561 20.4544 3.07874 20.0812L1.63967 17.3534C1.45893 17.0109 1.29873 16.7073 1.18814 16.4392C0.929892 15.8133 0.93749 15.1901 1.21103 14.5709C1.32814 14.3058 1.49573 14.0063 1.68483 13.6684L5.96872 6.01234C6.34394 5.34176 6.53155 5.00647 6.82027 5.00009C7.109 4.99372 7.31087 5.32041 7.71461 5.97379L10.5277 10.5262C10.8375 11.0276 10.9924 11.2783 10.9997 11.5588C11.0071 11.8393 10.8654 12.098 10.5822 12.6152L5.65883 21.6065Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.204 15C22.5212 15 22.8027 15.1932 22.9026 15.4794C23.0686 15.9543 23.0126 16.4362 22.8092 16.8901C22.7006 17.1322 22.5434 17.4065 22.3661 17.716L20.9538 20.1806C20.7607 20.5177 20.59 20.8155 20.4205 21.0508C19.7517 21.9785 18.7383 22 17.7019 22L9.28978 22C8.55348 22 8.18534 22 8.04648 21.751C7.90763 21.5019 8.09028 21.1692 8.45558 20.5039L10.924 16.0077C11.194 15.516 11.329 15.2702 11.5526 15.1351C11.7763 15 12.0483 15 12.5924 15H22.204Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.644 2.00154C14.3465 2.00151 15.116 1.95985 15.7478 2.3115C16.0669 2.48914 16.2954 2.72875 16.4938 2.99755L21.51 11.5027C21.9026 12.1684 22.0989 12.5013 21.9504 12.7506C21.8019 13 21.4073 13 20.6182 13H15.3222C14.7703 13 14.4944 13 14.2633 12.8767C14.0323 12.7533 13.8841 12.5269 13.5877 12.0742L8.12359 3.72641C7.94035 3.44647 7.96262 3.08337 8.17876 2.8267C8.34851 2.62513 8.54292 2.44932 8.79051 2.3115C9.4223 1.95983 10.1918 2.00151 10.8944 2.00154H13.644Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.65883 21.6065C5.48823 21.9181 5.13317 22.0684 4.7999 21.9702C4.29856 21.8224 3.91049 21.4787 3.6223 21.0444C3.44947 20.784 3.27561 20.4544 3.07874 20.0812L1.63967 17.3534C1.45893 17.0109 1.29873 16.7073 1.18814 16.4392C0.929892 15.8133 0.93749 15.1901 1.21103 14.5709C1.32814 14.3058 1.49573 14.0063 1.68483 13.6684L5.96872 6.01234C6.34394 5.34176 6.53155 5.00647 6.82027 5.00009C7.109 4.99372 7.31087 5.32041 7.71461 5.97379L10.5277 10.5262C10.8375 11.0276 10.9924 11.2783 10.9997 11.5588C11.0071 11.8393 10.8654 12.098 10.5822 12.6152L5.65883 21.6065Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.204 15C22.5212 15 22.8027 15.1932 22.9026 15.4794C23.0686 15.9543 23.0126 16.4362 22.8092 16.8901C22.7006 17.1322 22.5434 17.4065 22.3661 17.716L20.9538 20.1806C20.7607 20.5177 20.59 20.8155 20.4205 21.0508C19.7517 21.9785 18.7383 22 17.7019 22L9.28978 22C8.55348 22 8.18534 22 8.04648 21.751C7.90763 21.5019 8.09028 21.1692 8.45558 20.5039L10.924 16.0077C11.194 15.516 11.329 15.2702 11.5526 15.1351C11.7763 15 12.0483 15 12.5924 15H22.204Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-google-maps{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4964 7.26977C19.3974 6.87646 19.3479 6.6798 19.1795 6.6333C19.011 6.5868 18.8603 6.73752 18.5589 7.03897L8.90912 16.6887C8.61345 16.9844 8.46562 17.1322 8.45065 17.3152C8.43568 17.4982 8.56244 17.6749 8.81596 18.0285C9.60449 19.1281 10.2265 20.275 10.5881 21.5466C10.5928 21.563 10.598 21.5793 10.6038 21.5953C10.7016 21.8673 10.8371 22.1785 11.0838 22.4091C11.3758 22.6822 11.7157 22.7505 12.0113 22.7505C12.3993 22.7505 12.7391 22.6094 12.9966 22.3393C13.221 22.1039 13.3409 21.8125 13.4181 21.5851C13.4221 21.5733 13.4258 21.5615 13.4292 21.5495C13.9741 19.6366 15.1325 17.9696 16.4915 16.3647C17.4084 15.294 18.2194 14.1388 18.9134 12.915C18.9213 12.9012 18.9287 12.8871 18.9356 12.8728C19.8157 11.0613 19.9516 9.07749 19.4964 7.26977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.80734 12.7185C5.54927 12.9766 5.42023 13.1056 5.40105 13.2803C5.38186 13.455 5.4743 13.6003 5.65918 13.8909C5.9436 14.338 6.25342 14.7626 6.5628 15.1631C6.59084 15.1994 6.61894 15.2356 6.64707 15.2717C6.96248 15.6759 7.12019 15.878 7.34509 15.8918C7.56999 15.9056 7.75436 15.7213 8.1231 15.3525L10.7839 12.6917C11.0024 12.4732 11.1116 12.364 11.0939 12.2618C11.0762 12.1596 10.921 12.086 10.6105 11.9389C9.93232 11.6176 9.38314 11.0684 9.0618 10.3903C8.91468 10.0798 8.84112 9.92455 8.73892 9.90685C8.63672 9.88915 8.52748 9.99839 8.30902 10.2169L5.80734 12.7185Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.217 5.3089C12.9985 5.52736 12.8893 5.6366 12.907 5.7388C12.9247 5.841 13.0799 5.91456 13.3904 6.06168C14.0685 6.38302 14.6177 6.9322 14.939 7.61036C15.0862 7.92086 15.1597 8.0761 15.2619 8.0938C15.3641 8.1115 15.4734 8.00226 15.6918 7.78379L17.9697 5.50597C18.2419 5.23375 18.378 5.09764 18.3912 4.91152C18.4045 4.72541 18.298 4.58338 18.0851 4.29933C17.698 3.78293 17.2495 3.31362 16.7464 2.9064C16.4649 2.67864 16.3242 2.56476 16.1326 2.57483C15.941 2.5849 15.8013 2.72457 15.522 3.00389L13.217 5.3089Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0213 2.38296C14.3229 2.08136 14.4737 1.93055 14.4255 1.761C14.3773 1.59145 14.1811 1.54527 13.7888 1.45291C13.2205 1.31912 12.6206 1.24842 11.9931 1.25003C10.3151 1.24789 8.82642 1.7726 7.61396 2.64263C7.37672 2.81287 7.2581 2.89799 7.2468 3.03636C7.2355 3.17474 7.34445 3.28369 7.56234 3.50158L9.80825 5.74749C10.0082 5.94749 10.1082 6.04749 10.2325 6.04749C10.3568 6.04749 10.4568 5.94749 10.6568 5.74749L14.0213 2.38296Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.53663 4.59719C6.31208 4.37264 6.19981 4.26037 6.05875 4.27413C5.91769 4.2879 5.83359 4.41329 5.6654 4.66406C4.48593 6.42258 3.97839 8.64862 4.39362 10.8175C4.4731 11.2326 4.51284 11.4402 4.68542 11.4932C4.85801 11.5463 5.01554 11.3887 5.3306 11.0737L8.74759 7.65668C8.94759 7.45668 9.04759 7.35668 9.04759 7.23241C9.04759 7.10815 8.94759 7.00815 8.74759 6.80815L6.53663 4.59719Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4964 7.26977C19.3974 6.87646 19.3479 6.6798 19.1795 6.6333C19.011 6.5868 18.8603 6.73752 18.5589 7.03897L8.90912 16.6887C8.61345 16.9844 8.46562 17.1322 8.45065 17.3152C8.43568 17.4982 8.56244 17.6749 8.81596 18.0285C9.60449 19.1281 10.2265 20.275 10.5881 21.5466C10.5928 21.563 10.598 21.5793 10.6038 21.5953C10.7016 21.8673 10.8371 22.1785 11.0838 22.4091C11.3758 22.6822 11.7157 22.7505 12.0113 22.7505C12.3993 22.7505 12.7391 22.6094 12.9966 22.3393C13.221 22.1039 13.3409 21.8125 13.4181 21.5851C13.4221 21.5733 13.4258 21.5615 13.4292 21.5495C13.9741 19.6366 15.1325 17.9696 16.4915 16.3647C17.4084 15.294 18.2194 14.1388 18.9134 12.915C18.9213 12.9012 18.9287 12.8871 18.9356 12.8728C19.8157 11.0613 19.9516 9.07749 19.4964 7.26977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.80734 12.7185C5.54927 12.9766 5.42023 13.1056 5.40105 13.2803C5.38186 13.455 5.4743 13.6003 5.65918 13.8909C5.9436 14.338 6.25342 14.7626 6.5628 15.1631C6.59084 15.1994 6.61894 15.2356 6.64707 15.2717C6.96248 15.6759 7.12019 15.878 7.34509 15.8918C7.56999 15.9056 7.75436 15.7213 8.1231 15.3525L10.7839 12.6917C11.0024 12.4732 11.1116 12.364 11.0939 12.2618C11.0762 12.1596 10.921 12.086 10.6105 11.9389C9.93232 11.6176 9.38314 11.0684 9.0618 10.3903C8.91468 10.0798 8.84112 9.92455 8.73892 9.90685C8.63672 9.88915 8.52748 9.99839 8.30902 10.2169L5.80734 12.7185Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.217 5.3089C12.9985 5.52736 12.8893 5.6366 12.907 5.7388C12.9247 5.841 13.0799 5.91456 13.3904 6.06168C14.0685 6.38302 14.6177 6.9322 14.939 7.61036C15.0862 7.92086 15.1597 8.0761 15.2619 8.0938C15.3641 8.1115 15.4734 8.00226 15.6918 7.78379L17.9697 5.50597C18.2419 5.23375 18.378 5.09764 18.3912 4.91152C18.4045 4.72541 18.298 4.58338 18.0851 4.29933C17.698 3.78293 17.2495 3.31362 16.7464 2.9064C16.4649 2.67864 16.3242 2.56476 16.1326 2.57483C15.941 2.5849 15.8013 2.72457 15.522 3.00389L13.217 5.3089Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0213 2.38296C14.3229 2.08136 14.4737 1.93055 14.4255 1.761C14.3773 1.59145 14.1811 1.54527 13.7888 1.45291C13.2205 1.31912 12.6206 1.24842 11.9931 1.25003C10.3151 1.24789 8.82642 1.7726 7.61396 2.64263C7.37672 2.81287 7.2581 2.89799 7.2468 3.03636C7.2355 3.17474 7.34445 3.28369 7.56234 3.50158L9.80825 5.74749C10.0082 5.94749 10.1082 6.04749 10.2325 6.04749C10.3568 6.04749 10.4568 5.94749 10.6568 5.74749L14.0213 2.38296Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.53663 4.59719C6.31208 4.37264 6.19981 4.26037 6.05875 4.27413C5.91769 4.2879 5.83359 4.41329 5.6654 4.66406C4.48593 6.42258 3.97839 8.64862 4.39362 10.8175C4.4731 11.2326 4.51284 11.4402 4.68542 11.4932C4.85801 11.5463 5.01554 11.3887 5.3306 11.0737L8.74759 7.65668C8.94759 7.45668 9.04759 7.35668 9.04759 7.23241C9.04759 7.10815 8.94759 7.00815 8.74759 6.80815L6.53663 4.59719Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-google-sheet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6036 1.39694C13.75 1.54338 13.75 1.77908 13.75 2.25049V4.26941L13.75 4.31951V4.31955C13.75 5.03821 13.7499 5.65174 13.8158 6.14186C13.8862 6.66492 14.0437 7.15823 14.4428 7.55737C14.842 7.95652 15.3353 8.11403 15.8583 8.18435C16.3484 8.25024 16.962 8.25021 17.6806 8.25018H17.6806H17.6807L19.75 8.25018C20.2214 8.25018 20.4571 8.25018 20.6036 8.39662C20.75 8.54307 20.75 8.77877 20.75 9.25018V16.0554C20.75 17.423 20.75 18.5253 20.6335 19.3922C20.5125 20.2923 20.2536 21.0502 19.6517 21.6521C19.0497 22.2541 18.2919 22.513 17.3918 22.634C16.5248 22.7505 15.4225 22.7505 14.0549 22.7505L9.94513 22.7505C8.57754 22.7505 7.47522 22.7505 6.60825 22.634C5.70814 22.513 4.95027 22.2541 4.34835 21.6521C3.74644 21.0502 3.48754 20.2923 3.36653 19.3922C3.24997 18.5253 3.24998 17.423 3.25 16.0554V16.0554V16.0554V16.0554L3.25 7.94561V7.9456V7.94558V7.94557C3.24998 6.578 3.24997 5.4757 3.36653 4.60874C3.48754 3.70863 3.74644 2.95076 4.34835 2.34884C4.95027 1.74692 5.70814 1.48803 6.60825 1.36701C7.47521 1.25045 8.57752 1.25047 9.9451 1.25049H9.94511H9.94513L12.75 1.25049C13.2214 1.25049 13.4571 1.25049 13.6036 1.39694ZM20.6168 6.74501C20.6178 6.74747 20.616 6.75018 20.6133 6.75018L17.7308 6.75018C16.9481 6.75018 16.4365 6.74859 16.0582 6.69772C15.7015 6.64976 15.5775 6.5707 15.5035 6.49671C15.4295 6.42272 15.3504 6.29871 15.3025 5.94199C15.2516 5.56369 15.25 5.05211 15.25 4.26941V1.38737C15.25 1.38454 15.2529 1.38262 15.2555 1.3837C15.5822 1.51902 15.83 1.76828 16.0596 1.99923L16.1161 2.05595L19.9445 5.88437L20.0012 5.94086C20.2322 6.17048 20.4815 6.41831 20.6168 6.74501ZM14.5448 11.2502C14.9776 11.2501 15.3744 11.2501 15.6972 11.2935C16.0527 11.3413 16.4284 11.4537 16.7374 11.7627C17.0465 12.0718 17.1589 12.4475 17.2067 12.803C17.2501 13.1258 17.2501 13.5226 17.25 13.9554V13.9554L17.25 16.045V16.045C17.2501 16.4778 17.2501 16.8746 17.2067 17.1974C17.1589 17.5529 17.0465 17.9286 16.7374 18.2376C16.4284 18.5466 16.0527 18.6591 15.6972 18.7069C15.3744 18.7503 14.9776 18.7502 14.5448 18.7502L9.45525 18.7502C9.02244 18.7502 8.62561 18.7503 8.3028 18.7069C7.94732 18.6591 7.57159 18.5466 7.26257 18.2376C6.95355 17.9286 6.8411 17.5529 6.79331 17.1974C6.74991 16.8746 6.74995 16.4777 6.75 16.0449V13.9554C6.74995 13.5226 6.74991 13.1258 6.79331 12.803C6.8411 12.4475 6.95355 12.0718 7.26257 11.7627C7.57159 11.4537 7.94732 11.3413 8.3028 11.2935C8.62561 11.2501 9.02244 11.2501 9.45526 11.2502L14.5448 11.2502ZM8.25 14.2502H11.25V12.7502H9.5C9.00739 12.7502 8.71339 12.7518 8.50266 12.7801C8.43367 12.8003 8.29252 12.8732 8.27992 13.0028C8.25159 13.2136 8.25 13.5076 8.25 14.0002V14.2502ZM8.25 15.7502V16.0002C8.25 16.4928 8.25159 16.7868 8.27992 16.9975C8.29033 17.0659 8.34945 17.2062 8.50266 17.2203C8.71339 17.2486 9.00739 17.2502 9.5 17.2502H11.25V15.7502H8.25ZM12.75 17.2502V15.7502L15.75 15.7502V16.0002C15.75 16.4928 15.7484 16.7868 15.7201 16.9975C15.7074 17.0501 15.6452 17.1682 15.4973 17.2203C15.2866 17.2486 14.9926 17.2502 14.5 17.2502L12.75 17.2502ZM12.75 14.2502L15.75 14.2502V14.0002C15.75 13.5076 15.7484 13.2136 15.7201 13.0028C15.7077 12.8767 15.5664 12.8018 15.4973 12.7801C15.2866 12.7518 14.9926 12.7502 14.5 12.7502L12.75 12.7502V14.2502Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6036 1.39694C13.75 1.54338 13.75 1.77908 13.75 2.25049V4.26941L13.75 4.31951V4.31955C13.75 5.03821 13.7499 5.65174 13.8158 6.14186C13.8862 6.66492 14.0437 7.15823 14.4428 7.55737C14.842 7.95652 15.3353 8.11403 15.8583 8.18435C16.3484 8.25024 16.962 8.25021 17.6806 8.25018H17.6806H17.6807L19.75 8.25018C20.2214 8.25018 20.4571 8.25018 20.6036 8.39662C20.75 8.54307 20.75 8.77877 20.75 9.25018V16.0554C20.75 17.423 20.75 18.5253 20.6335 19.3922C20.5125 20.2923 20.2536 21.0502 19.6517 21.6521C19.0497 22.2541 18.2919 22.513 17.3918 22.634C16.5248 22.7505 15.4225 22.7505 14.0549 22.7505L9.94513 22.7505C8.57754 22.7505 7.47522 22.7505 6.60825 22.634C5.70814 22.513 4.95027 22.2541 4.34835 21.6521C3.74644 21.0502 3.48754 20.2923 3.36653 19.3922C3.24997 18.5253 3.24998 17.423 3.25 16.0554V16.0554V16.0554V16.0554L3.25 7.94561V7.9456V7.94558V7.94557C3.24998 6.578 3.24997 5.4757 3.36653 4.60874C3.48754 3.70863 3.74644 2.95076 4.34835 2.34884C4.95027 1.74692 5.70814 1.48803 6.60825 1.36701C7.47521 1.25045 8.57752 1.25047 9.9451 1.25049H9.94511H9.94513L12.75 1.25049C13.2214 1.25049 13.4571 1.25049 13.6036 1.39694ZM20.6168 6.74501C20.6178 6.74747 20.616 6.75018 20.6133 6.75018L17.7308 6.75018C16.9481 6.75018 16.4365 6.74859 16.0582 6.69772C15.7015 6.64976 15.5775 6.5707 15.5035 6.49671C15.4295 6.42272 15.3504 6.29871 15.3025 5.94199C15.2516 5.56369 15.25 5.05211 15.25 4.26941V1.38737C15.25 1.38454 15.2529 1.38262 15.2555 1.3837C15.5822 1.51902 15.83 1.76828 16.0596 1.99923L16.1161 2.05595L19.9445 5.88437L20.0012 5.94086C20.2322 6.17048 20.4815 6.41831 20.6168 6.74501ZM14.5448 11.2502C14.9776 11.2501 15.3744 11.2501 15.6972 11.2935C16.0527 11.3413 16.4284 11.4537 16.7374 11.7627C17.0465 12.0718 17.1589 12.4475 17.2067 12.803C17.2501 13.1258 17.2501 13.5226 17.25 13.9554V13.9554L17.25 16.045V16.045C17.2501 16.4778 17.2501 16.8746 17.2067 17.1974C17.1589 17.5529 17.0465 17.9286 16.7374 18.2376C16.4284 18.5466 16.0527 18.6591 15.6972 18.7069C15.3744 18.7503 14.9776 18.7502 14.5448 18.7502L9.45525 18.7502C9.02244 18.7502 8.62561 18.7503 8.3028 18.7069C7.94732 18.6591 7.57159 18.5466 7.26257 18.2376C6.95355 17.9286 6.8411 17.5529 6.79331 17.1974C6.74991 16.8746 6.74995 16.4777 6.75 16.0449V13.9554C6.74995 13.5226 6.74991 13.1258 6.79331 12.803C6.8411 12.4475 6.95355 12.0718 7.26257 11.7627C7.57159 11.4537 7.94732 11.3413 8.3028 11.2935C8.62561 11.2501 9.02244 11.2501 9.45526 11.2502L14.5448 11.2502ZM8.25 14.2502H11.25V12.7502H9.5C9.00739 12.7502 8.71339 12.7518 8.50266 12.7801C8.43367 12.8003 8.29252 12.8732 8.27992 13.0028C8.25159 13.2136 8.25 13.5076 8.25 14.0002V14.2502ZM8.25 15.7502V16.0002C8.25 16.4928 8.25159 16.7868 8.27992 16.9975C8.29033 17.0659 8.34945 17.2062 8.50266 17.2203C8.71339 17.2486 9.00739 17.2502 9.5 17.2502H11.25V15.7502H8.25ZM12.75 17.2502V15.7502L15.75 15.7502V16.0002C15.75 16.4928 15.7484 16.7868 15.7201 16.9975C15.7074 17.0501 15.6452 17.1682 15.4973 17.2203C15.2866 17.2486 14.9926 17.2502 14.5 17.2502L12.75 17.2502ZM12.75 14.2502L15.75 14.2502V14.0002C15.75 13.5076 15.7484 13.2136 15.7201 13.0028C15.7077 12.8767 15.5664 12.8018 15.4973 12.7801C15.2866 12.7518 14.9926 12.7502 14.5 12.7502L12.75 12.7502V14.2502Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-google{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8 12C8 9.79086 9.79086 8 12 8C13.1048 8 14.1035 8.44662 14.8284 9.17157C15.219 9.5621 15.8521 9.5621 16.2426 9.17157C16.6332 8.78105 16.6332 8.14788 16.2426 7.75736C15.1579 6.67267 13.6566 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12C18 11.4477 17.5523 11 17 11H12C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13H15.874C15.4299 14.7252 13.8638 16 12 16C9.79086 16 8 14.2091 8 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8 12C8 9.79086 9.79086 8 12 8C13.1048 8 14.1035 8.44662 14.8284 9.17157C15.219 9.5621 15.8521 9.5621 16.2426 9.17157C16.6332 8.78105 16.6332 8.14788 16.2426 7.75736C15.1579 6.67267 13.6566 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12C18 11.4477 17.5523 11 17 11H12C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13H15.874C15.4299 14.7252 13.8638 16 12 16C9.79086 16 8 14.2091 8 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-hangout{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 11C2.25 5.58419 6.61682 1.25 12 1.25C17.3832 1.25 21.75 5.58419 21.75 11C21.75 13.726 20.4011 16.6391 18.5789 18.8518C16.7769 21.04 14.3355 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V20.7218C6.21701 20.3413 2.25 16.1619 2.25 11ZM8.46707 7.5H8.46709H8.53292H8.53294C8.97617 7.49998 9.35807 7.49996 9.6639 7.54107C9.99166 7.58514 10.3058 7.68451 10.5607 7.93934C10.8155 8.19417 10.9149 8.50835 10.9589 8.83611C11.0001 9.14194 11 9.52384 11 9.96709V11.5C11 13.1569 9.65686 14.5 8 14.5C7.82913 14.5 7.67008 14.4127 7.57828 14.2686C7.48665 14.1248 7.47469 13.9441 7.54649 13.7895L7.54933 13.7832C7.55191 13.7774 7.55615 13.7678 7.56175 13.7547C7.57297 13.7285 7.58958 13.6883 7.60928 13.6367C7.64885 13.5329 7.6999 13.3854 7.74482 13.2133C7.80459 12.9843 7.8472 12.7353 7.84926 12.4977C7.75671 12.4962 7.6655 12.4938 7.57918 12.49C7.46544 12.4849 7.35192 12.477 7.24958 12.4638C7.15661 12.4517 7.03517 12.431 6.92598 12.3858C6.55844 12.2336 6.26643 11.9416 6.11418 11.574C6.04668 11.4111 6.02193 11.2461 6.01068 11.0812C5.99999 10.9246 6 10.7353 6 10.516V10.516L6 9.96705C5.99998 9.52383 5.99996 9.14193 6.04107 8.83611C6.08514 8.50835 6.18451 8.19417 6.43934 7.93934C6.69417 7.68451 7.00835 7.58514 7.33611 7.54107C7.64193 7.49996 8.02383 7.49998 8.46707 7.5ZM15.4671 7.5H15.4671H15.5329H15.5329C15.9762 7.49998 16.3581 7.49996 16.6639 7.54107C16.9917 7.58514 17.3058 7.68451 17.5607 7.93934C17.8155 8.19417 17.9149 8.50835 17.9589 8.83611C18.0001 9.14194 18 9.52384 18 9.96709L18 11.5C18 13.1569 16.6569 14.5 15 14.5C14.8291 14.5 14.6701 14.4127 14.5783 14.2686C14.4867 14.1248 14.4747 13.9441 14.5465 13.7895L14.5493 13.7832C14.5519 13.7774 14.5561 13.7678 14.5617 13.7547C14.573 13.7285 14.5896 13.6883 14.6093 13.6367C14.6489 13.5329 14.6999 13.3854 14.7448 13.2133C14.8046 12.9843 14.8472 12.7353 14.8493 12.4977C14.7567 12.4962 14.6655 12.4938 14.5792 12.49C14.4654 12.4849 14.3519 12.477 14.2496 12.4638C14.1566 12.4517 14.0352 12.431 13.926 12.3858C13.5584 12.2336 13.2664 11.9416 13.1142 11.574C13.0467 11.4111 13.0219 11.2461 13.0107 11.0812C13 10.9246 13 10.7353 13 10.516L13 9.96709C13 9.52384 13 9.14194 13.0411 8.83611C13.0851 8.50835 13.1845 8.19417 13.4393 7.93934C13.6942 7.68451 14.0083 7.58514 14.3361 7.54107C14.6419 7.49996 15.0238 7.49998 15.4671 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 11C2.25 5.58419 6.61682 1.25 12 1.25C17.3832 1.25 21.75 5.58419 21.75 11C21.75 13.726 20.4011 16.6391 18.5789 18.8518C16.7769 21.04 14.3355 22.75 12 22.75C11.5858 22.75 11.25 22.4142 11.25 22V20.7218C6.21701 20.3413 2.25 16.1619 2.25 11ZM8.46707 7.5H8.46709H8.53292H8.53294C8.97617 7.49998 9.35807 7.49996 9.6639 7.54107C9.99166 7.58514 10.3058 7.68451 10.5607 7.93934C10.8155 8.19417 10.9149 8.50835 10.9589 8.83611C11.0001 9.14194 11 9.52384 11 9.96709V11.5C11 13.1569 9.65686 14.5 8 14.5C7.82913 14.5 7.67008 14.4127 7.57828 14.2686C7.48665 14.1248 7.47469 13.9441 7.54649 13.7895L7.54933 13.7832C7.55191 13.7774 7.55615 13.7678 7.56175 13.7547C7.57297 13.7285 7.58958 13.6883 7.60928 13.6367C7.64885 13.5329 7.6999 13.3854 7.74482 13.2133C7.80459 12.9843 7.8472 12.7353 7.84926 12.4977C7.75671 12.4962 7.6655 12.4938 7.57918 12.49C7.46544 12.4849 7.35192 12.477 7.24958 12.4638C7.15661 12.4517 7.03517 12.431 6.92598 12.3858C6.55844 12.2336 6.26643 11.9416 6.11418 11.574C6.04668 11.4111 6.02193 11.2461 6.01068 11.0812C5.99999 10.9246 6 10.7353 6 10.516V10.516L6 9.96705C5.99998 9.52383 5.99996 9.14193 6.04107 8.83611C6.08514 8.50835 6.18451 8.19417 6.43934 7.93934C6.69417 7.68451 7.00835 7.58514 7.33611 7.54107C7.64193 7.49996 8.02383 7.49998 8.46707 7.5ZM15.4671 7.5H15.4671H15.5329H15.5329C15.9762 7.49998 16.3581 7.49996 16.6639 7.54107C16.9917 7.58514 17.3058 7.68451 17.5607 7.93934C17.8155 8.19417 17.9149 8.50835 17.9589 8.83611C18.0001 9.14194 18 9.52384 18 9.96709L18 11.5C18 13.1569 16.6569 14.5 15 14.5C14.8291 14.5 14.6701 14.4127 14.5783 14.2686C14.4867 14.1248 14.4747 13.9441 14.5465 13.7895L14.5493 13.7832C14.5519 13.7774 14.5561 13.7678 14.5617 13.7547C14.573 13.7285 14.5896 13.6883 14.6093 13.6367C14.6489 13.5329 14.6999 13.3854 14.7448 13.2133C14.8046 12.9843 14.8472 12.7353 14.8493 12.4977C14.7567 12.4962 14.6655 12.4938 14.5792 12.49C14.4654 12.4849 14.3519 12.477 14.2496 12.4638C14.1566 12.4517 14.0352 12.431 13.926 12.3858C13.5584 12.2336 13.2664 11.9416 13.1142 11.574C13.0467 11.4111 13.0219 11.2461 13.0107 11.0812C13 10.9246 13 10.7353 13 10.516L13 9.96709C13 9.52384 13 9.14194 13.0411 8.83611C13.0851 8.50835 13.1845 8.19417 13.4393 7.93934C13.6942 7.68451 14.0083 7.58514 14.3361 7.54107C14.6419 7.49996 15.0238 7.49998 15.4671 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-html-5{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8841 2.34627C18.2153 2.24994 17.359 2.24997 16.326 2.25H16.326H7.67401H7.67398C6.64101 2.24997 5.78474 2.24994 5.1159 2.34627C4.41229 2.44761 3.78187 2.6721 3.3167 3.22714C2.85348 3.77985 2.73756 4.44172 2.75102 5.15733C2.76389 5.8411 2.89992 6.69797 3.06474 7.73624L4.44824 16.4526C4.59985 17.4078 4.80361 18.183 5.29715 18.8047C5.79259 19.4287 6.50182 19.8003 7.40879 20.1548L10.3026 21.2858L10.4078 21.327L10.4078 21.327C11.0082 21.5623 11.4871 21.75 12 21.75C12.5129 21.75 12.9918 21.5623 13.5922 21.327L13.6974 21.2858L16.5912 20.1548C17.4982 19.8003 18.2074 19.4287 18.7028 18.8047C19.1964 18.183 19.4001 17.4078 19.5518 16.4526L20.9352 7.7363C21.1001 6.69801 21.2361 5.84111 21.249 5.15733C21.2624 4.44172 21.1465 3.77985 20.6833 3.22714C20.2181 2.6721 19.5877 2.44761 18.8841 2.34627ZM9.25813 7.06737C9.51005 7.0115 9.77907 7 10.0269 7H15C15.5523 7 16 7.44771 16 8C16 8.55228 15.5523 9 15 9L10.4508 9.00002C10.2461 9.00002 10.1438 9.00002 10.0843 9.0651C10.0248 9.13017 10.034 9.2321 10.0524 9.43594L10.1619 10.65C10.1775 10.8229 10.1853 10.9093 10.2426 10.9617C10.2999 11.014 10.3867 11.014 10.5603 11.014L13.3631 11.0141C13.6151 11.0141 13.8879 11.0258 14.1426 11.0826C14.4062 11.1414 14.7296 11.2658 14.9904 11.5517C15.2527 11.8392 15.3468 12.1747 15.379 12.4474C15.4101 12.7093 15.3924 12.9839 15.3646 13.236L15.195 14.7745V14.7745C15.1795 14.9158 15.1603 15.0897 15.1254 15.2452C15.0872 15.4157 15.0134 15.649 14.8347 15.8695C14.6567 16.0892 14.4444 16.2098 14.2869 16.2827C14.1424 16.3495 13.9762 16.4053 13.8399 16.4511L12.6046 16.8663L12.5725 16.8772L12.5656 16.8795C12.4445 16.921 12.2139 17 11.9594 17C11.705 17 11.4743 16.921 11.3532 16.8795L11.3467 16.8773L11.3152 16.8666L9.94161 16.405C9.68609 16.3191 9.36411 16.1766 9.10768 15.8777C8.85139 15.579 8.76163 15.2414 8.71629 14.9875C8.61922 14.4438 8.98127 13.9244 9.52495 13.8273C10.035 13.7362 10.5238 14.0493 10.6624 14.5373L11.9594 14.9732L13.2072 14.5538L13.328 13.4579C13.3509 13.2507 13.3623 13.1472 13.3027 13.0806C13.243 13.0141 13.1388 13.0141 12.9305 13.0141H12.9304L10.2079 13.0141C9.85209 13.0141 9.23758 13.0048 8.77232 12.5858C8.30216 12.1624 8.2348 11.5485 8.20243 11.1896L8.02145 9.18257C7.99905 8.93419 7.98689 8.66311 8.02236 8.40473C8.05936 8.13523 8.15803 7.80676 8.41894 7.52632C8.67847 7.24735 8.99694 7.12529 9.25813 7.06737Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8841 2.34627C18.2153 2.24994 17.359 2.24997 16.326 2.25H16.326H7.67401H7.67398C6.64101 2.24997 5.78474 2.24994 5.1159 2.34627C4.41229 2.44761 3.78187 2.6721 3.3167 3.22714C2.85348 3.77985 2.73756 4.44172 2.75102 5.15733C2.76389 5.8411 2.89992 6.69797 3.06474 7.73624L4.44824 16.4526C4.59985 17.4078 4.80361 18.183 5.29715 18.8047C5.79259 19.4287 6.50182 19.8003 7.40879 20.1548L10.3026 21.2858L10.4078 21.327L10.4078 21.327C11.0082 21.5623 11.4871 21.75 12 21.75C12.5129 21.75 12.9918 21.5623 13.5922 21.327L13.6974 21.2858L16.5912 20.1548C17.4982 19.8003 18.2074 19.4287 18.7028 18.8047C19.1964 18.183 19.4001 17.4078 19.5518 16.4526L20.9352 7.7363C21.1001 6.69801 21.2361 5.84111 21.249 5.15733C21.2624 4.44172 21.1465 3.77985 20.6833 3.22714C20.2181 2.6721 19.5877 2.44761 18.8841 2.34627ZM9.25813 7.06737C9.51005 7.0115 9.77907 7 10.0269 7H15C15.5523 7 16 7.44771 16 8C16 8.55228 15.5523 9 15 9L10.4508 9.00002C10.2461 9.00002 10.1438 9.00002 10.0843 9.0651C10.0248 9.13017 10.034 9.2321 10.0524 9.43594L10.1619 10.65C10.1775 10.8229 10.1853 10.9093 10.2426 10.9617C10.2999 11.014 10.3867 11.014 10.5603 11.014L13.3631 11.0141C13.6151 11.0141 13.8879 11.0258 14.1426 11.0826C14.4062 11.1414 14.7296 11.2658 14.9904 11.5517C15.2527 11.8392 15.3468 12.1747 15.379 12.4474C15.4101 12.7093 15.3924 12.9839 15.3646 13.236L15.195 14.7745V14.7745C15.1795 14.9158 15.1603 15.0897 15.1254 15.2452C15.0872 15.4157 15.0134 15.649 14.8347 15.8695C14.6567 16.0892 14.4444 16.2098 14.2869 16.2827C14.1424 16.3495 13.9762 16.4053 13.8399 16.4511L12.6046 16.8663L12.5725 16.8772L12.5656 16.8795C12.4445 16.921 12.2139 17 11.9594 17C11.705 17 11.4743 16.921 11.3532 16.8795L11.3467 16.8773L11.3152 16.8666L9.94161 16.405C9.68609 16.3191 9.36411 16.1766 9.10768 15.8777C8.85139 15.579 8.76163 15.2414 8.71629 14.9875C8.61922 14.4438 8.98127 13.9244 9.52495 13.8273C10.035 13.7362 10.5238 14.0493 10.6624 14.5373L11.9594 14.9732L13.2072 14.5538L13.328 13.4579C13.3509 13.2507 13.3623 13.1472 13.3027 13.0806C13.243 13.0141 13.1388 13.0141 12.9305 13.0141H12.9304L10.2079 13.0141C9.85209 13.0141 9.23758 13.0048 8.77232 12.5858C8.30216 12.1624 8.2348 11.5485 8.20243 11.1896L8.02145 9.18257C7.99905 8.93419 7.98689 8.66311 8.02236 8.40473C8.05936 8.13523 8.15803 7.80676 8.41894 7.52632C8.67847 7.24735 8.99694 7.12529 9.25813 7.06737Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-iconjar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6274 8.25007C11.4874 8.25007 12.5246 8.83307 13.1198 9.7905C13.7589 10.8185 13.8787 12.2345 12.9965 13.8609C12.4347 14.8968 12.6216 15.5451 12.9074 15.9117C13.2399 16.3381 13.8352 16.5609 14.3379 16.5035C14.8977 16.4397 15.2323 16.2266 15.4038 15.7845C15.6116 15.2487 15.645 14.2258 15.0746 12.3866C14.6187 10.9168 14.6308 9.8068 15.1993 9.06535C15.7654 8.32702 16.6617 8.25002 17.1715 8.25H17.1715C17.6312 8.25 18.0236 8.25 18.3051 8.26309C18.5543 8.27468 18.8735 8.29798 19.1321 8.42266C20.0497 8.86506 20.3902 10.0034 19.8406 10.8725C19.6908 11.1094 19.4408 11.2932 19.2393 11.4312C20.5415 12.5946 21.0904 14.4317 20.5353 16.161L19.4386 19.5775L19.4386 19.5775C19.2413 20.1922 19.0738 20.7142 18.8868 21.1253C18.6874 21.5638 18.4366 21.9459 18.0344 22.2358C17.6333 22.525 17.1905 22.6441 16.7094 22.6987C16.2564 22.75 15.7017 22.75 15.0452 22.75H8.95534C8.29888 22.75 7.74412 22.75 7.29114 22.6987C6.81006 22.6441 6.36724 22.525 5.96613 22.2358C5.56398 21.9459 5.31315 21.5638 5.11372 21.1253C4.92675 20.7142 4.75922 20.1922 4.56193 19.5775L3.46527 16.161C2.91017 14.4317 3.45906 12.5946 4.76123 11.4312C4.55978 11.2932 4.30972 11.1094 4.1599 10.8725C3.61031 10.0034 3.95082 8.86506 4.86846 8.42266C5.12709 8.29798 5.4462 8.27468 5.6954 8.26309C5.97693 8.24999 6.34891 8.25 6.8086 8.25H6.80861L10.6274 8.25007Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0007 1.25C13 1.25 14 1.89501 14 2.77405C14 3.05071 13.6812 3.57081 13.58 3.81508H15.9671C16.7061 3.81508 17.4079 4.13659 17.9756 4.55041C18.5505 4.96953 19.0539 5.53005 19.4013 6.11893C19.5381 6.3508 19.5401 6.63819 19.4066 6.87195C19.2731 7.10572 19.0245 7.25 18.7553 7.25H5.24609C4.97689 7.25 4.72834 7.10572 4.59483 6.87195C4.46132 6.63819 4.46334 6.3508 4.60011 6.11893C4.9475 5.53005 5.45087 4.96953 6.02585 4.55041C6.59355 4.13659 7.29534 3.81508 8.03435 3.81508H10.4214C10.3202 3.57081 10 3.05071 10 2.77405C10 1.89501 11.0014 1.25 12.0007 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6274 8.25007C11.4874 8.25007 12.5246 8.83307 13.1198 9.7905C13.7589 10.8185 13.8787 12.2345 12.9965 13.8609C12.4347 14.8968 12.6216 15.5451 12.9074 15.9117C13.2399 16.3381 13.8352 16.5609 14.3379 16.5035C14.8977 16.4397 15.2323 16.2266 15.4038 15.7845C15.6116 15.2487 15.645 14.2258 15.0746 12.3866C14.6187 10.9168 14.6308 9.8068 15.1993 9.06535C15.7654 8.32702 16.6617 8.25002 17.1715 8.25H17.1715C17.6312 8.25 18.0236 8.25 18.3051 8.26309C18.5543 8.27468 18.8735 8.29798 19.1321 8.42266C20.0497 8.86506 20.3902 10.0034 19.8406 10.8725C19.6908 11.1094 19.4408 11.2932 19.2393 11.4312C20.5415 12.5946 21.0904 14.4317 20.5353 16.161L19.4386 19.5775L19.4386 19.5775C19.2413 20.1922 19.0738 20.7142 18.8868 21.1253C18.6874 21.5638 18.4366 21.9459 18.0344 22.2358C17.6333 22.525 17.1905 22.6441 16.7094 22.6987C16.2564 22.75 15.7017 22.75 15.0452 22.75H8.95534C8.29888 22.75 7.74412 22.75 7.29114 22.6987C6.81006 22.6441 6.36724 22.525 5.96613 22.2358C5.56398 21.9459 5.31315 21.5638 5.11372 21.1253C4.92675 20.7142 4.75922 20.1922 4.56193 19.5775L3.46527 16.161C2.91017 14.4317 3.45906 12.5946 4.76123 11.4312C4.55978 11.2932 4.30972 11.1094 4.1599 10.8725C3.61031 10.0034 3.95082 8.86506 4.86846 8.42266C5.12709 8.29798 5.4462 8.27468 5.6954 8.26309C5.97693 8.24999 6.34891 8.25 6.8086 8.25H6.80861L10.6274 8.25007Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0007 1.25C13 1.25 14 1.89501 14 2.77405C14 3.05071 13.6812 3.57081 13.58 3.81508H15.9671C16.7061 3.81508 17.4079 4.13659 17.9756 4.55041C18.5505 4.96953 19.0539 5.53005 19.4013 6.11893C19.5381 6.3508 19.5401 6.63819 19.4066 6.87195C19.2731 7.10572 19.0245 7.25 18.7553 7.25H5.24609C4.97689 7.25 4.72834 7.10572 4.59483 6.87195C4.46132 6.63819 4.46334 6.3508 4.60011 6.11893C4.9475 5.53005 5.45087 4.96953 6.02585 4.55041C6.59355 4.13659 7.29534 3.81508 8.03435 3.81508H10.4214C10.3202 3.57081 10 3.05071 10 2.77405C10 1.89501 11.0014 1.25 12.0007 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-imo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06296 1.25 1.25002 6.06294 1.25002 12C1.25002 13.8443 1.71505 15.5819 2.53467 17.1001L1.2755 21.8061C1.20627 22.0649 1.28029 22.3409 1.46969 22.5303C1.65909 22.7197 1.93512 22.7937 2.19387 22.7245L6.8999 21.4653C8.41808 22.285 10.1558 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM6 8.25C5.58579 8.25 5.25 8.58579 5.25 9C5.25 9.41421 5.58579 9.75 6 9.75H6.00937C6.42359 9.75 6.75937 9.41421 6.75937 9C6.75937 8.58579 6.42359 8.25 6.00937 8.25H6ZM6.75122 11C6.75122 10.5858 6.41543 10.25 6.00122 10.25C5.58701 10.25 5.25122 10.5858 5.25122 11V15C5.25122 15.4142 5.58701 15.75 6.00122 15.75C6.41543 15.75 6.75122 15.4142 6.75122 15V11ZM8.83696 12.25C8.83696 12.0036 9.05474 11.75 9.3913 11.75C9.72787 11.75 9.94565 12.0036 9.94565 12.25V15C9.94565 15.4142 10.2814 15.75 10.6957 15.75C11.1099 15.75 11.4457 15.4142 11.4457 15V12.25C11.4457 12.0036 11.6634 11.75 12 11.75C12.3366 11.75 12.5543 12.0036 12.5543 12.25V15C12.5543 15.4142 12.8901 15.75 13.3043 15.75C13.7186 15.75 14.0543 15.4142 14.0543 15V12.25C14.0543 11.1157 13.1042 10.25 12 10.25C11.5123 10.25 11.0547 10.4189 10.6957 10.7052C10.3366 10.4189 9.879 10.25 9.3913 10.25C8.28712 10.25 7.33696 11.1157 7.33696 12.25V15C7.33696 15.4142 7.67274 15.75 8.08696 15.75C8.50117 15.75 8.83696 15.4142 8.83696 15V12.25ZM16.1413 12.25C16.1413 12.0036 16.3591 11.75 16.6957 11.75C17.0322 11.75 17.25 12.0036 17.25 12.25V13.75C17.25 13.9964 17.0322 14.25 16.6957 14.25C16.3591 14.25 16.1413 13.9964 16.1413 13.75V12.25ZM16.6957 10.25C15.5915 10.25 14.6413 11.1157 14.6413 12.25V13.75C14.6413 14.8843 15.5915 15.75 16.6957 15.75C17.7998 15.75 18.75 14.8843 18.75 13.75V12.25C18.75 11.1157 17.7998 10.25 16.6957 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06296 1.25 1.25002 6.06294 1.25002 12C1.25002 13.8443 1.71505 15.5819 2.53467 17.1001L1.2755 21.8061C1.20627 22.0649 1.28029 22.3409 1.46969 22.5303C1.65909 22.7197 1.93512 22.7937 2.19387 22.7245L6.8999 21.4653C8.41808 22.285 10.1558 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM6 8.25C5.58579 8.25 5.25 8.58579 5.25 9C5.25 9.41421 5.58579 9.75 6 9.75H6.00937C6.42359 9.75 6.75937 9.41421 6.75937 9C6.75937 8.58579 6.42359 8.25 6.00937 8.25H6ZM6.75122 11C6.75122 10.5858 6.41543 10.25 6.00122 10.25C5.58701 10.25 5.25122 10.5858 5.25122 11V15C5.25122 15.4142 5.58701 15.75 6.00122 15.75C6.41543 15.75 6.75122 15.4142 6.75122 15V11ZM8.83696 12.25C8.83696 12.0036 9.05474 11.75 9.3913 11.75C9.72787 11.75 9.94565 12.0036 9.94565 12.25V15C9.94565 15.4142 10.2814 15.75 10.6957 15.75C11.1099 15.75 11.4457 15.4142 11.4457 15V12.25C11.4457 12.0036 11.6634 11.75 12 11.75C12.3366 11.75 12.5543 12.0036 12.5543 12.25V15C12.5543 15.4142 12.8901 15.75 13.3043 15.75C13.7186 15.75 14.0543 15.4142 14.0543 15V12.25C14.0543 11.1157 13.1042 10.25 12 10.25C11.5123 10.25 11.0547 10.4189 10.6957 10.7052C10.3366 10.4189 9.879 10.25 9.3913 10.25C8.28712 10.25 7.33696 11.1157 7.33696 12.25V15C7.33696 15.4142 7.67274 15.75 8.08696 15.75C8.50117 15.75 8.83696 15.4142 8.83696 15V12.25ZM16.1413 12.25C16.1413 12.0036 16.3591 11.75 16.6957 11.75C17.0322 11.75 17.25 12.0036 17.25 12.25V13.75C17.25 13.9964 17.0322 14.25 16.6957 14.25C16.3591 14.25 16.1413 13.9964 16.1413 13.75V12.25ZM16.6957 10.25C15.5915 10.25 14.6413 11.1157 14.6413 12.25V13.75C14.6413 14.8843 15.5915 15.75 16.6957 15.75C17.7998 15.75 18.75 14.8843 18.75 13.75V12.25C18.75 11.1157 17.7998 10.25 16.6957 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-instagram{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03143 1.74998 9.7521 1.74999 11.9428 1.75H11.9428H12.0572ZM16.5 12C16.5 14.4853 14.4853 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.51472 9.51472 7.5 12 7.5C14.4853 7.5 16.5 9.51472 16.5 12ZM17.5123 7.5C18.0621 7.5 18.5078 7.05229 18.5078 6.5C18.5078 5.94772 18.0621 5.5 17.5123 5.5H17.5033C16.9535 5.5 16.5078 5.94772 16.5078 6.5C16.5078 7.05228 16.9535 7.5 17.5033 7.5H17.5123Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03143 1.74998 9.7521 1.74999 11.9428 1.75H11.9428H12.0572ZM16.5 12C16.5 14.4853 14.4853 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.51472 9.51472 7.5 12 7.5C14.4853 7.5 16.5 9.51472 16.5 12ZM17.5123 7.5C18.0621 7.5 18.5078 7.05229 18.5078 6.5C18.5078 5.94772 18.0621 5.5 17.5123 5.5H17.5033C16.9535 5.5 16.5078 5.94772 16.5078 6.5C16.5078 7.05228 16.9535 7.5 17.5033 7.5H17.5123Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-kickstarter-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM7 16.2L7 7.8C7 6.80589 7.8395 6 8.87508 6C9.91066 6 10.7502 6.80589 10.7502 7.8L10.7503 9.12527C10.7504 9.60912 11.3691 9.81076 11.6543 9.41986L13.5888 6.76772C14.1828 5.95339 15.352 5.75548 16.2003 6.32568C17.0486 6.89588 17.2547 8.01826 16.6607 8.83259L14.5653 11.7053C14.4373 11.8809 14.4373 12.1191 14.5653 12.2947L16.6607 15.1674C17.2547 15.9817 17.0486 17.1041 16.2003 17.6743C15.352 18.2445 14.1828 18.0466 13.5888 17.2323L11.6543 14.5801C11.3691 14.1892 10.7504 14.3909 10.7503 14.8747L10.7502 16.2C10.7502 17.1941 9.91066 18 8.87508 18C7.8395 18 7 17.1941 7 16.2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM7 16.2L7 7.8C7 6.80589 7.8395 6 8.87508 6C9.91066 6 10.7502 6.80589 10.7502 7.8L10.7503 9.12527C10.7504 9.60912 11.3691 9.81076 11.6543 9.41986L13.5888 6.76772C14.1828 5.95339 15.352 5.75548 16.2003 6.32568C17.0486 6.89588 17.2547 8.01826 16.6607 8.83259L14.5653 11.7053C14.4373 11.8809 14.4373 12.1191 14.5653 12.2947L16.6607 15.1674C17.2547 15.9817 17.0486 17.1041 16.2003 17.6743C15.352 18.2445 14.1828 18.0466 13.5888 17.2323L11.6543 14.5801C11.3691 14.1892 10.7504 14.3909 10.7503 14.8747L10.7502 16.2C10.7502 17.1941 9.91066 18 8.87508 18C7.8395 18 7 17.1941 7 16.2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-kickstarter{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.25 5.7C3.25 3.72221 5.0053 2.25 7.00012 2.25C8.99495 2.25 10.7502 3.72222 10.7502 5.7V7.80375L13.9501 3.69102C15.1506 2.14808 17.4556 1.80496 19.1203 2.854C20.8275 3.92985 21.2898 6.11482 20.0491 7.70944L16.7109 12L20.0491 16.2906C21.2898 17.8852 20.8275 20.0702 19.1203 21.146C17.4556 22.195 15.1506 21.8519 13.9501 20.309L10.7502 16.1962V18.3C10.7502 20.2778 8.99495 21.75 7.00012 21.75C5.0053 21.75 3.25 20.2778 3.25 18.3V5.7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.25 5.7C3.25 3.72221 5.0053 2.25 7.00012 2.25C8.99495 2.25 10.7502 3.72222 10.7502 5.7V7.80375L13.9501 3.69102C15.1506 2.14808 17.4556 1.80496 19.1203 2.854C20.8275 3.92985 21.2898 6.11482 20.0491 7.70944L16.7109 12L20.0491 16.2906C21.2898 17.8852 20.8275 20.0702 19.1203 21.146C17.4556 22.195 15.1506 21.8519 13.9501 20.309L10.7502 16.1962V18.3C10.7502 20.2778 8.99495 21.75 7.00012 21.75C5.0053 21.75 3.25 20.2778 3.25 18.3V5.7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-lastfm{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM6.25 12C6.25 10.5306 7.5206 9.26386 9.18689 9.25011C10.05 9.32055 10.5899 9.72015 10.9814 10.2536C11.4018 10.8263 11.6444 11.546 11.8507 12.2196C12.3621 13.8893 13.2265 14.9178 14.1644 15.5185C15.0884 16.1103 16.0252 16.25 16.6429 16.25C18.0401 16.25 19.25 15.1721 19.25 13.75C19.25 12.3279 18.0401 11.25 16.6429 11.25C15.9888 11.25 15.5357 10.7609 15.5357 10.25C15.5357 9.73908 15.9888 9.25 16.6429 9.25C17.2341 9.25 17.6684 9.65592 17.7391 10.1088C17.803 10.5181 18.1865 10.7981 18.5958 10.7342C19.0051 10.6703 19.285 10.2868 19.2212 9.87751C19.0282 8.64093 17.9178 7.75 16.6429 7.75C15.2456 7.75 14.0357 8.82792 14.0357 10.25C14.0357 11.6721 15.2456 12.75 16.6429 12.75C17.2969 12.75 17.75 13.2391 17.75 13.75C17.75 14.2609 17.2969 14.75 16.6429 14.75C16.2349 14.75 15.5984 14.6556 14.9734 14.2553C14.3624 13.864 13.7021 13.1425 13.2849 11.7804C13.0811 11.1149 12.7786 10.1672 12.1907 9.36604C11.5779 8.53115 10.6533 7.85308 9.26891 7.75199L9.24163 7.75H9.21429C6.79134 7.75 4.75 9.61143 4.75 12C4.75 14.3886 6.79134 16.25 9.21429 16.25C10.0177 16.25 10.7752 16.0474 11.4304 15.6903C11.7941 15.492 11.9282 15.0365 11.7299 14.6728C11.5317 14.3091 11.0762 14.175 10.7125 14.3732C10.275 14.6117 9.76395 14.75 9.21429 14.75C7.53454 14.75 6.25 13.4774 6.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM6.25 12C6.25 10.5306 7.5206 9.26386 9.18689 9.25011C10.05 9.32055 10.5899 9.72015 10.9814 10.2536C11.4018 10.8263 11.6444 11.546 11.8507 12.2196C12.3621 13.8893 13.2265 14.9178 14.1644 15.5185C15.0884 16.1103 16.0252 16.25 16.6429 16.25C18.0401 16.25 19.25 15.1721 19.25 13.75C19.25 12.3279 18.0401 11.25 16.6429 11.25C15.9888 11.25 15.5357 10.7609 15.5357 10.25C15.5357 9.73908 15.9888 9.25 16.6429 9.25C17.2341 9.25 17.6684 9.65592 17.7391 10.1088C17.803 10.5181 18.1865 10.7981 18.5958 10.7342C19.0051 10.6703 19.285 10.2868 19.2212 9.87751C19.0282 8.64093 17.9178 7.75 16.6429 7.75C15.2456 7.75 14.0357 8.82792 14.0357 10.25C14.0357 11.6721 15.2456 12.75 16.6429 12.75C17.2969 12.75 17.75 13.2391 17.75 13.75C17.75 14.2609 17.2969 14.75 16.6429 14.75C16.2349 14.75 15.5984 14.6556 14.9734 14.2553C14.3624 13.864 13.7021 13.1425 13.2849 11.7804C13.0811 11.1149 12.7786 10.1672 12.1907 9.36604C11.5779 8.53115 10.6533 7.85308 9.26891 7.75199L9.24163 7.75H9.21429C6.79134 7.75 4.75 9.61143 4.75 12C4.75 14.3886 6.79134 16.25 9.21429 16.25C10.0177 16.25 10.7752 16.0474 11.4304 15.6903C11.7941 15.492 11.9282 15.0365 11.7299 14.6728C11.5317 14.3091 11.0762 14.175 10.7125 14.3732C10.275 14.6117 9.76395 14.75 9.21429 14.75C7.53454 14.75 6.25 13.4774 6.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-line{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.18186 1.25 1.25 5.2817 1.25 10.5C1.25 15.7183 6.18186 19.75 12 19.75C12.4226 19.75 12.8397 19.729 13.25 19.6882V22C13.25 22.3019 13.431 22.5743 13.7092 22.6913C13.9875 22.8084 14.3088 22.7472 14.5246 22.536C16.1955 20.9008 19.0535 18.0085 20.8414 15.7665C22.0378 14.2811 22.75 12.4664 22.75 10.5C22.75 5.2817 17.8181 1.25 12 1.25ZM11.8859 8.079C11.701 7.8064 11.3599 7.68634 11.045 7.78305C10.7301 7.87976 10.5152 8.1706 10.5152 8.5V12.5C10.5152 12.9142 10.851 13.25 11.2652 13.25C11.6794 13.25 12.0152 12.9142 12.0152 12.5V10.9419L13.3576 12.921C13.5425 13.1936 13.8836 13.3137 14.1985 13.2169C14.5133 13.1202 14.7283 12.8294 14.7283 12.5V8.5C14.7283 8.08578 14.3925 7.75 13.9783 7.75C13.564 7.75 13.2283 8.08578 13.2283 8.5V10.0581L11.8859 8.079ZM6.25 8.5C6.25 8.08578 5.91421 7.75 5.5 7.75C5.08579 7.75 4.75 8.08578 4.75 8.5V12.5C4.75 12.9142 5.08579 13.25 5.5 13.25H6.63043C7.04465 13.25 7.38043 12.9142 7.38043 12.5C7.38043 12.0858 7.04465 11.75 6.63043 11.75H6.25V8.5ZM9.6413 8.5C9.6413 8.08578 9.30552 7.75 8.8913 7.75C8.47709 7.75 8.1413 8.08578 8.1413 8.5V12.5C8.1413 12.9142 8.47709 13.25 8.8913 13.25C9.30552 13.25 9.6413 12.9142 9.6413 12.5V8.5ZM16.3522 7.75C15.938 7.75 15.6022 8.08578 15.6022 8.5V12.5C15.6022 12.9142 15.938 13.25 16.3522 13.25H18.5C18.9142 13.25 19.25 12.9142 19.25 12.5C19.25 12.0858 18.9142 11.75 18.5 11.75H17.1022V11.25H17.98C18.3942 11.25 18.73 10.9142 18.73 10.5C18.73 10.0858 18.3942 9.75 17.98 9.75H17.1022V9.25H18.5C18.9142 9.25 19.25 8.91421 19.25 8.5C19.25 8.08578 18.9142 7.75 18.5 7.75H16.3522Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.18186 1.25 1.25 5.2817 1.25 10.5C1.25 15.7183 6.18186 19.75 12 19.75C12.4226 19.75 12.8397 19.729 13.25 19.6882V22C13.25 22.3019 13.431 22.5743 13.7092 22.6913C13.9875 22.8084 14.3088 22.7472 14.5246 22.536C16.1955 20.9008 19.0535 18.0085 20.8414 15.7665C22.0378 14.2811 22.75 12.4664 22.75 10.5C22.75 5.2817 17.8181 1.25 12 1.25ZM11.8859 8.079C11.701 7.8064 11.3599 7.68634 11.045 7.78305C10.7301 7.87976 10.5152 8.1706 10.5152 8.5V12.5C10.5152 12.9142 10.851 13.25 11.2652 13.25C11.6794 13.25 12.0152 12.9142 12.0152 12.5V10.9419L13.3576 12.921C13.5425 13.1936 13.8836 13.3137 14.1985 13.2169C14.5133 13.1202 14.7283 12.8294 14.7283 12.5V8.5C14.7283 8.08578 14.3925 7.75 13.9783 7.75C13.564 7.75 13.2283 8.08578 13.2283 8.5V10.0581L11.8859 8.079ZM6.25 8.5C6.25 8.08578 5.91421 7.75 5.5 7.75C5.08579 7.75 4.75 8.08578 4.75 8.5V12.5C4.75 12.9142 5.08579 13.25 5.5 13.25H6.63043C7.04465 13.25 7.38043 12.9142 7.38043 12.5C7.38043 12.0858 7.04465 11.75 6.63043 11.75H6.25V8.5ZM9.6413 8.5C9.6413 8.08578 9.30552 7.75 8.8913 7.75C8.47709 7.75 8.1413 8.08578 8.1413 8.5V12.5C8.1413 12.9142 8.47709 13.25 8.8913 13.25C9.30552 13.25 9.6413 12.9142 9.6413 12.5V8.5ZM16.3522 7.75C15.938 7.75 15.6022 8.08578 15.6022 8.5V12.5C15.6022 12.9142 15.938 13.25 16.3522 13.25H18.5C18.9142 13.25 19.25 12.9142 19.25 12.5C19.25 12.0858 18.9142 11.75 18.5 11.75H17.1022V11.25H17.98C18.3942 11.25 18.73 10.9142 18.73 10.5C18.73 10.0858 18.3942 9.75 17.98 9.75H17.1022V9.25H18.5C18.9142 9.25 19.25 8.91421 19.25 8.5C19.25 8.08578 18.9142 7.75 18.5 7.75H16.3522Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-linkedin-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03143 1.74998 9.75214 1.74999 11.9428 1.75ZM8.00195 10.5C8.00195 9.94771 7.55424 9.5 7.00195 9.5C6.44967 9.5 6.00195 9.94771 6.00195 10.5L6.00195 17C6.00195 17.5523 6.44967 18 7.00195 18C7.55424 18 8.00195 17.5523 8.00195 17L8.00195 10.5ZM11.002 9C11.4073 9 11.7564 9.2412 11.9134 9.58791C12.5213 9.215 13.2365 9 14.002 9C16.2111 9 18.002 10.7909 18.002 13V17C18.002 17.5523 17.5542 18 17.002 18C16.4497 18 16.002 17.5523 16.002 17V13C16.002 11.8954 15.1065 11 14.002 11C12.8974 11 12.002 11.8954 12.002 13L12.002 17C12.002 17.5523 11.5542 18 11.002 18C10.4497 18 10.002 17.5523 10.002 17L10.002 10C10.002 9.44771 10.4497 9 11.002 9ZM8.25977 7C8.25977 7.69036 7.70012 8.25 7.00977 8.25H7.00078C6.31043 8.25 5.75078 7.69036 5.75078 7C5.75078 6.30964 6.31043 5.75 7.00078 5.75H7.00977C7.70012 5.75 8.25977 6.30964 8.25977 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03143 1.74998 9.75214 1.74999 11.9428 1.75ZM8.00195 10.5C8.00195 9.94771 7.55424 9.5 7.00195 9.5C6.44967 9.5 6.00195 9.94771 6.00195 10.5L6.00195 17C6.00195 17.5523 6.44967 18 7.00195 18C7.55424 18 8.00195 17.5523 8.00195 17L8.00195 10.5ZM11.002 9C11.4073 9 11.7564 9.2412 11.9134 9.58791C12.5213 9.215 13.2365 9 14.002 9C16.2111 9 18.002 10.7909 18.002 13V17C18.002 17.5523 17.5542 18 17.002 18C16.4497 18 16.002 17.5523 16.002 17V13C16.002 11.8954 15.1065 11 14.002 11C12.8974 11 12.002 11.8954 12.002 13L12.002 17C12.002 17.5523 11.5542 18 11.002 18C10.4497 18 10.002 17.5523 10.002 17L10.002 10C10.002 9.44771 10.4497 9 11.002 9ZM8.25977 7C8.25977 7.69036 7.70012 8.25 7.00977 8.25H7.00078C6.31043 8.25 5.75078 7.69036 5.75078 7C5.75078 6.30964 6.31043 5.75 7.00078 5.75H7.00977C7.70012 5.75 8.25977 6.30964 8.25977 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-linkedin-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 9H4.5C3.55719 9 3.08579 9 2.79289 9.29289C2.5 9.58579 2.5 10.0572 2.5 11V19.5C2.5 20.4428 2.5 20.9142 2.79289 21.2071C3.08579 21.5 3.55719 21.5 4.5 21.5H5C5.94281 21.5 6.41421 21.5 6.70711 21.2071C7 20.9142 7 20.4428 7 19.5V11C7 10.0572 7 9.58579 6.70711 9.29289C6.41421 9 5.94281 9 5 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 4.75C7 5.99264 5.99264 7 4.75 7C3.50736 7 2.5 5.99264 2.5 4.75C2.5 3.50736 3.50736 2.5 4.75 2.5C5.99264 2.5 7 3.50736 7 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.826 9H11C10.0572 9 9.58579 9 9.29289 9.29289C9 9.58579 9 10.0572 9 11V19.5C9 20.4428 9 20.9142 9.29289 21.2071C9.58579 21.5 10.0572 21.5 11 21.5H11.5C12.4428 21.5 12.9142 21.5 13.2071 21.2071C13.5 20.9142 13.5 20.4428 13.5 19.5L13.5001 16.0001C13.5001 14.3433 14.0281 13.0001 15.5879 13.0001C16.3677 13.0001 17 13.6717 17 14.5001V19.0001C17 19.9429 17 20.4143 17.2929 20.7072C17.5857 21.0001 18.0572 21.0001 19 21.0001H19.4987C20.4413 21.0001 20.9126 21.0001 21.2055 20.7073C21.4984 20.4145 21.4985 19.9432 21.4987 19.0006L21.5001 13.5002C21.5001 11.015 19.1364 9.00024 16.7968 9.00024C15.4649 9.00024 14.2767 9.65309 13.5001 10.674C13.5 10.0439 13.5 9.72893 13.3632 9.495C13.2765 9.34686 13.1531 9.22353 13.005 9.13687C12.7711 9 12.4561 9 11.826 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 9H4.5C3.55719 9 3.08579 9 2.79289 9.29289C2.5 9.58579 2.5 10.0572 2.5 11V19.5C2.5 20.4428 2.5 20.9142 2.79289 21.2071C3.08579 21.5 3.55719 21.5 4.5 21.5H5C5.94281 21.5 6.41421 21.5 6.70711 21.2071C7 20.9142 7 20.4428 7 19.5V11C7 10.0572 7 9.58579 6.70711 9.29289C6.41421 9 5.94281 9 5 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 4.75C7 5.99264 5.99264 7 4.75 7C3.50736 7 2.5 5.99264 2.5 4.75C2.5 3.50736 3.50736 2.5 4.75 2.5C5.99264 2.5 7 3.50736 7 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.826 9H11C10.0572 9 9.58579 9 9.29289 9.29289C9 9.58579 9 10.0572 9 11V19.5C9 20.4428 9 20.9142 9.29289 21.2071C9.58579 21.5 10.0572 21.5 11 21.5H11.5C12.4428 21.5 12.9142 21.5 13.2071 21.2071C13.5 20.9142 13.5 20.4428 13.5 19.5L13.5001 16.0001C13.5001 14.3433 14.0281 13.0001 15.5879 13.0001C16.3677 13.0001 17 13.6717 17 14.5001V19.0001C17 19.9429 17 20.4143 17.2929 20.7072C17.5857 21.0001 18.0572 21.0001 19 21.0001H19.4987C20.4413 21.0001 20.9126 21.0001 21.2055 20.7073C21.4984 20.4145 21.4985 19.9432 21.4987 19.0006L21.5001 13.5002C21.5001 11.015 19.1364 9.00024 16.7968 9.00024C15.4649 9.00024 14.2767 9.65309 13.5001 10.674C13.5 10.0439 13.5 9.72893 13.3632 9.495C13.2765 9.34686 13.1531 9.22353 13.005 9.13687C12.7711 9 12.4561 9 11.826 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-lottiefiles{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75C9.86647 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428C1.74999 14.1335 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.86646 22.25 12.0572 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.1335 22.25 11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM16.8536 6.5C15.0378 6.5 13.3647 7.48446 12.4828 9.07179L9.76886 13.9569C9.23975 14.9093 8.23589 15.5 7.14639 15.5H6.5C5.94772 15.5 5.5 15.9477 5.5 16.5C5.5 17.0523 5.94772 17.5 6.5 17.5H7.14639C8.96222 17.5 10.6353 16.5155 11.5172 14.9282L14.2311 10.0431C14.7603 9.09068 15.7641 8.5 16.8536 8.5H17.5C18.0523 8.5 18.5 8.05228 18.5 7.5C18.5 6.94772 18.0523 6.5 17.5 6.5H16.8536Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75C9.86647 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428C1.74999 14.1335 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.86646 22.25 12.0572 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.1335 22.25 11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM16.8536 6.5C15.0378 6.5 13.3647 7.48446 12.4828 9.07179L9.76886 13.9569C9.23975 14.9093 8.23589 15.5 7.14639 15.5H6.5C5.94772 15.5 5.5 15.9477 5.5 16.5C5.5 17.0523 5.94772 17.5 6.5 17.5H7.14639C8.96222 17.5 10.6353 16.5155 11.5172 14.9282L14.2311 10.0431C14.7603 9.09068 15.7641 8.5 16.8536 8.5H17.5C18.0523 8.5 18.5 8.05228 18.5 7.5C18.5 6.94772 18.0523 6.5 17.5 6.5H16.8536Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-medium-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7.5 9.25C5.70507 9.25 4.25 10.7051 4.25 12.5C4.25 14.2949 5.70507 15.75 7.5 15.75C9.29493 15.75 10.75 14.2949 10.75 12.5C10.75 10.7051 9.29493 9.25 7.5 9.25ZM12.1359 10.3464C12.4413 9.77379 12.956 9.25 13.6504 9.25C14.3448 9.25 14.8595 9.77379 15.1649 10.3464C15.4782 10.9339 15.6504 11.6971 15.6504 12.5C15.6504 13.3029 15.4782 14.0661 15.1649 14.6536C14.8595 15.2262 14.3448 15.75 13.6504 15.75C12.956 15.75 12.4413 15.2262 12.1359 14.6536C11.8226 14.0661 11.6504 13.3029 11.6504 12.5C11.6504 11.6971 11.8226 10.9339 12.1359 10.3464ZM18.2358 9.25C17.8807 9.25 17.6079 9.4612 17.4281 9.68113C17.2495 9.89948 17.1186 10.1752 17.0223 10.4537C16.8282 11.0149 16.7227 11.7387 16.7227 12.5C16.7227 13.2613 16.8282 13.9851 17.0223 14.5463C17.1186 14.8248 17.2495 15.1005 17.4281 15.3189C17.6079 15.5388 17.8807 15.75 18.2358 15.75C18.591 15.75 18.8637 15.5388 19.0436 15.3189C19.2221 15.1005 19.3531 14.8248 19.4494 14.5463C19.6435 13.9851 19.749 13.2613 19.749 12.5C19.749 11.7387 19.6435 11.0149 19.4494 10.4537C19.3531 10.1752 19.2221 9.89948 19.0436 9.68113C18.8637 9.4612 18.591 9.25 18.2358 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7.5 9.25C5.70507 9.25 4.25 10.7051 4.25 12.5C4.25 14.2949 5.70507 15.75 7.5 15.75C9.29493 15.75 10.75 14.2949 10.75 12.5C10.75 10.7051 9.29493 9.25 7.5 9.25ZM12.1359 10.3464C12.4413 9.77379 12.956 9.25 13.6504 9.25C14.3448 9.25 14.8595 9.77379 15.1649 10.3464C15.4782 10.9339 15.6504 11.6971 15.6504 12.5C15.6504 13.3029 15.4782 14.0661 15.1649 14.6536C14.8595 15.2262 14.3448 15.75 13.6504 15.75C12.956 15.75 12.4413 15.2262 12.1359 14.6536C11.8226 14.0661 11.6504 13.3029 11.6504 12.5C11.6504 11.6971 11.8226 10.9339 12.1359 10.3464ZM18.2358 9.25C17.8807 9.25 17.6079 9.4612 17.4281 9.68113C17.2495 9.89948 17.1186 10.1752 17.0223 10.4537C16.8282 11.0149 16.7227 11.7387 16.7227 12.5C16.7227 13.2613 16.8282 13.9851 17.0223 14.5463C17.1186 14.8248 17.2495 15.1005 17.4281 15.3189C17.6079 15.5388 17.8807 15.75 18.2358 15.75C18.591 15.75 18.8637 15.5388 19.0436 15.3189C19.2221 15.1005 19.3531 14.8248 19.4494 14.5463C19.6435 13.9851 19.749 13.2613 19.749 12.5C19.749 11.7387 19.6435 11.0149 19.4494 10.4537C19.3531 10.1752 19.2221 9.89948 19.0436 9.68113C18.8637 9.4612 18.591 9.25 18.2358 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-medium{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 12C1.25 9.10051 3.60051 6.75 6.5 6.75C9.3995 6.75 11.75 9.10051 11.75 12C11.75 14.8995 9.3995 17.25 6.5 17.25C3.60051 17.25 1.25 14.8995 1.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0766 8.45379C13.5877 7.53379 14.4136 6.75 15.5 6.75C16.5864 6.75 17.4123 7.53379 17.9234 8.45379C18.4486 9.39919 18.75 10.6544 18.75 12C18.75 13.3456 18.4486 14.6008 17.9234 15.5462C17.4123 16.4662 16.5864 17.25 15.5 17.25C14.4136 17.25 13.5877 16.4662 13.0766 15.5462C12.5514 14.6008 12.25 13.3456 12.25 12C12.25 10.6544 12.5514 9.39919 13.0766 8.45379Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.2904 7.0397C20.4461 6.89634 20.6865 6.75 21 6.75C21.3135 6.75 21.5539 6.89634 21.7096 7.0397C21.8612 7.17937 21.9715 7.34929 22.0532 7.5048C22.2174 7.81737 22.3426 8.2204 22.4392 8.65532C22.6352 9.53733 22.75 10.7195 22.75 12C22.75 13.2805 22.6352 14.4627 22.4392 15.3447C22.3426 15.7796 22.2174 16.1826 22.0532 16.4952C21.9715 16.6507 21.8612 16.8206 21.7096 16.9603C21.5539 17.1037 21.3135 17.25 21 17.25C20.6865 17.25 20.4461 17.1037 20.2904 16.9603C20.1388 16.8206 20.0285 16.6507 19.9468 16.4952C19.7826 16.1826 19.6574 15.7796 19.5608 15.3447C19.3648 14.4627 19.25 13.2805 19.25 12C19.25 10.7195 19.3648 9.53733 19.5608 8.65532C19.6574 8.2204 19.7826 7.81737 19.9468 7.5048C20.0285 7.34929 20.1388 7.17937 20.2904 7.0397Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 12C1.25 9.10051 3.60051 6.75 6.5 6.75C9.3995 6.75 11.75 9.10051 11.75 12C11.75 14.8995 9.3995 17.25 6.5 17.25C3.60051 17.25 1.25 14.8995 1.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0766 8.45379C13.5877 7.53379 14.4136 6.75 15.5 6.75C16.5864 6.75 17.4123 7.53379 17.9234 8.45379C18.4486 9.39919 18.75 10.6544 18.75 12C18.75 13.3456 18.4486 14.6008 17.9234 15.5462C17.4123 16.4662 16.5864 17.25 15.5 17.25C14.4136 17.25 13.5877 16.4662 13.0766 15.5462C12.5514 14.6008 12.25 13.3456 12.25 12C12.25 10.6544 12.5514 9.39919 13.0766 8.45379Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.2904 7.0397C20.4461 6.89634 20.6865 6.75 21 6.75C21.3135 6.75 21.5539 6.89634 21.7096 7.0397C21.8612 7.17937 21.9715 7.34929 22.0532 7.5048C22.2174 7.81737 22.3426 8.2204 22.4392 8.65532C22.6352 9.53733 22.75 10.7195 22.75 12C22.75 13.2805 22.6352 14.4627 22.4392 15.3447C22.3426 15.7796 22.2174 16.1826 22.0532 16.4952C21.9715 16.6507 21.8612 16.8206 21.7096 16.9603C21.5539 17.1037 21.3135 17.25 21 17.25C20.6865 17.25 20.4461 17.1037 20.2904 16.9603C20.1388 16.8206 20.0285 16.6507 19.9468 16.4952C19.7826 16.1826 19.6574 15.7796 19.5608 15.3447C19.3648 14.4627 19.25 13.2805 19.25 12C19.25 10.7195 19.3648 9.53733 19.5608 8.65532C19.6574 8.2204 19.7826 7.81737 19.9468 7.5048C20.0285 7.34929 20.1388 7.17937 20.2904 7.0397Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-messenger{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06296 1.25 1.25002 6.06294 1.25002 12C1.25002 13.4809 1.54989 14.8937 2.09293 16.1795C2.23539 16.5168 2.33142 16.7447 2.39557 16.9198C2.46099 17.0985 2.47018 17.1631 2.47134 17.1798C2.47783 17.2737 2.45407 17.4013 2.29192 18.0074L1.2755 21.8061C1.20627 22.0649 1.28029 22.3409 1.46969 22.5303C1.65909 22.7197 1.93512 22.7937 2.19387 22.7245L5.99264 21.7081C6.59867 21.5459 6.72635 21.5222 6.82026 21.5287C6.83692 21.5298 6.90154 21.539 7.08019 21.6045C7.25534 21.6686 7.48326 21.7646 7.82056 21.9071C9.10634 22.4501 10.5191 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13.7007 14.6585C14.0649 14.6585 14.3662 14.5347 14.6095 14.3766C14.692 14.3231 14.7332 14.2963 14.8836 14.147C15.0341 13.9977 15.1034 13.8932 15.2419 13.6844L17.9321 9.62858C18.0414 9.4637 18.0165 9.24149 17.8735 9.10638C17.7252 8.96626 17.4975 8.96434 17.347 9.10193L14.3658 11.8271C13.9948 12.1662 13.4375 12.1344 13.1194 11.7428L12.4485 10.9169L12.4115 10.8714L12.4115 10.8713L12.4115 10.8713C12.1192 10.5113 11.8385 10.1657 11.577 9.91841C11.2963 9.65286 10.8769 9.34157 10.2993 9.34157C9.93511 9.34157 9.6338 9.46537 9.39049 9.62342C9.30804 9.67698 9.26682 9.70375 9.11639 9.85306C8.96596 10.0024 8.8967 10.1068 8.75817 10.3156L6.06795 14.3714C5.95857 14.5363 5.98349 14.7585 6.12649 14.8936C6.27478 15.0337 6.50245 15.0357 6.65296 14.8981L9.63426 12.1729C10.0052 11.8338 10.5626 11.8656 10.8807 12.2572L11.5516 13.0831L11.5886 13.1287C11.8809 13.4887 12.1615 13.8343 12.423 14.0816C12.7038 14.3472 13.1231 14.6585 13.7007 14.6585Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06296 1.25 1.25002 6.06294 1.25002 12C1.25002 13.4809 1.54989 14.8937 2.09293 16.1795C2.23539 16.5168 2.33142 16.7447 2.39557 16.9198C2.46099 17.0985 2.47018 17.1631 2.47134 17.1798C2.47783 17.2737 2.45407 17.4013 2.29192 18.0074L1.2755 21.8061C1.20627 22.0649 1.28029 22.3409 1.46969 22.5303C1.65909 22.7197 1.93512 22.7937 2.19387 22.7245L5.99264 21.7081C6.59867 21.5459 6.72635 21.5222 6.82026 21.5287C6.83692 21.5298 6.90154 21.539 7.08019 21.6045C7.25534 21.6686 7.48326 21.7646 7.82056 21.9071C9.10634 22.4501 10.5191 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13.7007 14.6585C14.0649 14.6585 14.3662 14.5347 14.6095 14.3766C14.692 14.3231 14.7332 14.2963 14.8836 14.147C15.0341 13.9977 15.1034 13.8932 15.2419 13.6844L17.9321 9.62858C18.0414 9.4637 18.0165 9.24149 17.8735 9.10638C17.7252 8.96626 17.4975 8.96434 17.347 9.10193L14.3658 11.8271C13.9948 12.1662 13.4375 12.1344 13.1194 11.7428L12.4485 10.9169L12.4115 10.8714L12.4115 10.8713L12.4115 10.8713C12.1192 10.5113 11.8385 10.1657 11.577 9.91841C11.2963 9.65286 10.8769 9.34157 10.2993 9.34157C9.93511 9.34157 9.6338 9.46537 9.39049 9.62342C9.30804 9.67698 9.26682 9.70375 9.11639 9.85306C8.96596 10.0024 8.8967 10.1068 8.75817 10.3156L6.06795 14.3714C5.95857 14.5363 5.98349 14.7585 6.12649 14.8936C6.27478 15.0337 6.50245 15.0357 6.65296 14.8981L9.63426 12.1729C10.0052 11.8338 10.5626 11.8656 10.8807 12.2572L11.5516 13.0831L11.5886 13.1287C11.8809 13.4887 12.1615 13.8343 12.423 14.0816C12.7038 14.3472 13.1231 14.6585 13.7007 14.6585Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-meta{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.14609 14.0286C9.0042 12.7354 9.76972 11.3714 10.4358 9.94865C9.65559 8.66821 8.95005 7.74057 8.3246 7.12639C7.59421 6.40915 7.10847 6.25 6.84192 6.25C6.31938 6.25 5.77257 6.54103 5.19806 7.42809C4.6144 8.32928 4.1225 9.68181 3.74359 11.371C3.39377 12.9302 3.286 14.7218 3.53767 16.0577C3.6638 16.7272 3.86058 17.1763 4.06699 17.4348C4.23842 17.6494 4.42218 17.75 4.7085 17.75C4.7175 17.75 4.83111 17.7425 5.0731 17.596C5.30776 17.4539 5.59663 17.2212 5.9336 16.8828C6.608 16.2056 7.36449 15.2179 8.14299 14.0332L8.14609 14.0286ZM6.84192 3.75C7.9973 3.75 9.04869 4.40169 9.9709 5.30728C10.6406 5.96496 11.316 6.82804 12 7.87562C12.684 6.82804 13.3594 5.96496 14.0291 5.30728C14.9513 4.40169 16.0027 3.75 17.1581 3.75C18.769 3.75 19.9625 4.74989 20.7915 6.02991C21.6114 7.2958 22.1862 8.98657 22.5934 10.8021C22.9946 12.59 23.1535 14.7552 22.8174 16.5391C22.6496 17.4296 22.3389 18.3313 21.778 19.0337C21.182 19.7798 20.3386 20.25 19.2915 20.25C18.7063 20.25 18.1698 20.0292 17.7207 19.7573C17.2644 19.481 16.8213 19.1051 16.4007 18.6826C15.5604 17.8388 14.6992 16.6971 13.8781 15.4478C13.1967 14.4208 12.5697 13.3529 12 12.2496C11.4303 13.3529 10.8033 14.4208 10.1219 15.4478C9.30075 16.6971 8.43963 17.8388 7.5993 18.6826C7.17864 19.1051 6.73562 19.481 6.27924 19.7573C5.83021 20.0292 5.29366 20.25 4.7085 20.25C3.66143 20.25 2.81795 19.7798 2.22201 19.0337C1.66105 18.3313 1.35034 17.4296 1.18259 16.5391C0.846517 14.7552 1.00541 12.59 1.40655 10.8021C1.81381 8.98657 2.38863 7.2958 3.20849 6.02991C4.03751 4.74989 5.23104 3.75 6.84192 3.75ZM15.8539 14.0286C14.9958 12.7354 14.2303 11.3714 13.5642 9.94865C14.3444 8.66821 15.0499 7.74057 15.6754 7.12639C16.4058 6.40915 16.8915 6.25 17.1581 6.25C17.6806 6.25 18.2274 6.54103 18.8019 7.42809C19.3856 8.32928 19.8775 9.68177 20.2564 11.3709L20.2564 11.371C20.6062 12.9302 20.714 14.7218 20.4623 16.0577C20.3362 16.7272 20.1394 17.1763 19.933 17.4348C19.7616 17.6494 19.5778 17.75 19.2915 17.75C19.2825 17.75 19.1689 17.7425 18.9269 17.596C18.6922 17.4539 18.4034 17.2212 18.0664 16.8828C17.392 16.2056 16.6355 15.2179 15.857 14.0332L15.857 14.0332L15.8539 14.0286Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.14609 14.0286C9.0042 12.7354 9.76972 11.3714 10.4358 9.94865C9.65559 8.66821 8.95005 7.74057 8.3246 7.12639C7.59421 6.40915 7.10847 6.25 6.84192 6.25C6.31938 6.25 5.77257 6.54103 5.19806 7.42809C4.6144 8.32928 4.1225 9.68181 3.74359 11.371C3.39377 12.9302 3.286 14.7218 3.53767 16.0577C3.6638 16.7272 3.86058 17.1763 4.06699 17.4348C4.23842 17.6494 4.42218 17.75 4.7085 17.75C4.7175 17.75 4.83111 17.7425 5.0731 17.596C5.30776 17.4539 5.59663 17.2212 5.9336 16.8828C6.608 16.2056 7.36449 15.2179 8.14299 14.0332L8.14609 14.0286ZM6.84192 3.75C7.9973 3.75 9.04869 4.40169 9.9709 5.30728C10.6406 5.96496 11.316 6.82804 12 7.87562C12.684 6.82804 13.3594 5.96496 14.0291 5.30728C14.9513 4.40169 16.0027 3.75 17.1581 3.75C18.769 3.75 19.9625 4.74989 20.7915 6.02991C21.6114 7.2958 22.1862 8.98657 22.5934 10.8021C22.9946 12.59 23.1535 14.7552 22.8174 16.5391C22.6496 17.4296 22.3389 18.3313 21.778 19.0337C21.182 19.7798 20.3386 20.25 19.2915 20.25C18.7063 20.25 18.1698 20.0292 17.7207 19.7573C17.2644 19.481 16.8213 19.1051 16.4007 18.6826C15.5604 17.8388 14.6992 16.6971 13.8781 15.4478C13.1967 14.4208 12.5697 13.3529 12 12.2496C11.4303 13.3529 10.8033 14.4208 10.1219 15.4478C9.30075 16.6971 8.43963 17.8388 7.5993 18.6826C7.17864 19.1051 6.73562 19.481 6.27924 19.7573C5.83021 20.0292 5.29366 20.25 4.7085 20.25C3.66143 20.25 2.81795 19.7798 2.22201 19.0337C1.66105 18.3313 1.35034 17.4296 1.18259 16.5391C0.846517 14.7552 1.00541 12.59 1.40655 10.8021C1.81381 8.98657 2.38863 7.2958 3.20849 6.02991C4.03751 4.74989 5.23104 3.75 6.84192 3.75ZM15.8539 14.0286C14.9958 12.7354 14.2303 11.3714 13.5642 9.94865C14.3444 8.66821 15.0499 7.74057 15.6754 7.12639C16.4058 6.40915 16.8915 6.25 17.1581 6.25C17.6806 6.25 18.2274 6.54103 18.8019 7.42809C19.3856 8.32928 19.8775 9.68177 20.2564 11.3709L20.2564 11.371C20.6062 12.9302 20.714 14.7218 20.4623 16.0577C20.3362 16.7272 20.1394 17.1763 19.933 17.4348C19.7616 17.6494 19.5778 17.75 19.2915 17.75C19.2825 17.75 19.1689 17.7425 18.9269 17.596C18.6922 17.4539 18.4034 17.2212 18.0664 16.8828C17.392 16.2056 16.6355 15.2179 15.857 14.0332L15.857 14.0332L15.8539 14.0286Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-microsoft{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4553 12.75L15.5 12.75H20L20.0448 12.75C20.4776 12.75 20.8744 12.7499 21.1972 12.7933C21.5527 12.8411 21.9284 12.9535 22.2374 13.2626C22.5465 13.5716 22.6589 13.9473 22.7067 14.3028C22.7501 14.6256 22.7501 15.0224 22.75 15.4553V15.4553L22.75 15.5V20L22.75 20.0448V20.0448C22.7501 20.4776 22.7501 20.8744 22.7067 21.1972C22.6589 21.5527 22.5465 21.9284 22.2374 22.2374C21.9284 22.5465 21.5527 22.6589 21.1972 22.7067C20.8744 22.7501 20.4776 22.7501 20.0448 22.75H20.0448L20 22.75H15.5L15.4553 22.75H15.4553C15.0224 22.7501 14.6256 22.7501 14.3028 22.7067C13.9473 22.6589 13.5716 22.5465 13.2626 22.2374C12.9535 21.9284 12.8411 21.5527 12.7933 21.1972C12.7499 20.8744 12.75 20.4776 12.75 20.0448L12.75 20V15.5L12.75 15.4553C12.75 15.0224 12.7499 14.6256 12.7933 14.3028C12.8411 13.9473 12.9535 13.5716 13.2626 13.2626C13.5716 12.9535 13.9473 12.8411 14.3028 12.7933C14.6256 12.7499 15.0224 12.75 15.4553 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95526 1.25L4.00001 1.25001H8.50001L8.54475 1.25C8.97757 1.24995 9.3744 1.24991 9.69721 1.29331C10.0527 1.3411 10.4284 1.45355 10.7374 1.76257C11.0465 2.07159 11.1589 2.44732 11.2067 2.8028C11.2501 3.12561 11.2501 3.52244 11.25 3.95525V3.95526L11.25 4.00001V8.50001L11.25 8.54475V8.54476C11.2501 8.97758 11.2501 9.3744 11.2067 9.69721C11.1589 10.0527 11.0465 10.4284 10.7374 10.7374C10.4284 11.0465 10.0527 11.1589 9.69721 11.2067C9.3744 11.2501 8.97758 11.2501 8.54476 11.25H8.54475L8.50001 11.25H4.00001L3.95526 11.25H3.95525C3.52244 11.2501 3.12561 11.2501 2.8028 11.2067C2.44732 11.1589 2.07159 11.0465 1.76257 10.7374C1.45355 10.4284 1.3411 10.0527 1.29331 9.69721C1.24991 9.3744 1.24995 8.97757 1.25 8.54475L1.25001 8.50001V4.00001L1.25 3.95526C1.24995 3.52244 1.24991 3.12561 1.29331 2.8028C1.3411 2.44732 1.45355 2.07159 1.76257 1.76257C2.07159 1.45355 2.44732 1.3411 2.8028 1.29331C3.12561 1.24991 3.52244 1.24995 3.95526 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95526 12.75L4.00001 12.75H8.50001L8.54475 12.75C8.97757 12.75 9.3744 12.7499 9.69721 12.7933C10.0527 12.8411 10.4284 12.9535 10.7374 13.2626C11.0465 13.5716 11.1589 13.9473 11.2067 14.3028C11.2501 14.6256 11.2501 15.0224 11.25 15.4553V15.4553L11.25 15.5V20L11.25 20.0448V20.0448C11.2501 20.4776 11.2501 20.8744 11.2067 21.1972C11.1589 21.5527 11.0465 21.9284 10.7374 22.2374C10.4284 22.5465 10.0527 22.6589 9.69721 22.7067C9.3744 22.7501 8.97758 22.7501 8.54476 22.75H8.54475L8.50001 22.75H4.00001L3.95526 22.75H3.95525C3.52244 22.7501 3.12561 22.7501 2.8028 22.7067C2.44732 22.6589 2.07159 22.5465 1.76257 22.2374C1.45355 21.9284 1.3411 21.5527 1.29331 21.1972C1.24991 20.8744 1.24995 20.4776 1.25 20.0448L1.25001 20V15.5L1.25 15.4553C1.24995 15.0224 1.24991 14.6256 1.29331 14.3028C1.3411 13.9473 1.45355 13.5716 1.76257 13.2626C2.07159 12.9535 2.44732 12.8411 2.8028 12.7933C3.12561 12.7499 3.52244 12.75 3.95526 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4553 1.25L15.5 1.25001H20L20.0448 1.25C20.4776 1.24995 20.8744 1.24991 21.1972 1.29331C21.5527 1.3411 21.9284 1.45355 22.2374 1.76257C22.5465 2.07159 22.6589 2.44732 22.7067 2.8028C22.7501 3.12561 22.7501 3.52244 22.75 3.95525V3.95526L22.75 4.00001V8.50001L22.75 8.54475V8.54476C22.7501 8.97758 22.7501 9.3744 22.7067 9.69721C22.6589 10.0527 22.5465 10.4284 22.2374 10.7374C21.9284 11.0465 21.5527 11.1589 21.1972 11.2067C20.8744 11.2501 20.4776 11.2501 20.0448 11.25H20.0448L20 11.25H15.5L15.4553 11.25H15.4553C15.0224 11.2501 14.6256 11.2501 14.3028 11.2067C13.9473 11.1589 13.5716 11.0465 13.2626 10.7374C12.9535 10.4284 12.8411 10.0527 12.7933 9.69721C12.7499 9.3744 12.75 8.97757 12.75 8.54475L12.75 8.50001V4.00001L12.75 3.95526C12.75 3.52244 12.7499 3.12561 12.7933 2.8028C12.8411 2.44732 12.9535 2.07159 13.2626 1.76257C13.5716 1.45355 13.9473 1.3411 14.3028 1.29331C14.6256 1.24991 15.0224 1.24995 15.4553 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4553 12.75L15.5 12.75H20L20.0448 12.75C20.4776 12.75 20.8744 12.7499 21.1972 12.7933C21.5527 12.8411 21.9284 12.9535 22.2374 13.2626C22.5465 13.5716 22.6589 13.9473 22.7067 14.3028C22.7501 14.6256 22.7501 15.0224 22.75 15.4553V15.4553L22.75 15.5V20L22.75 20.0448V20.0448C22.7501 20.4776 22.7501 20.8744 22.7067 21.1972C22.6589 21.5527 22.5465 21.9284 22.2374 22.2374C21.9284 22.5465 21.5527 22.6589 21.1972 22.7067C20.8744 22.7501 20.4776 22.7501 20.0448 22.75H20.0448L20 22.75H15.5L15.4553 22.75H15.4553C15.0224 22.7501 14.6256 22.7501 14.3028 22.7067C13.9473 22.6589 13.5716 22.5465 13.2626 22.2374C12.9535 21.9284 12.8411 21.5527 12.7933 21.1972C12.7499 20.8744 12.75 20.4776 12.75 20.0448L12.75 20V15.5L12.75 15.4553C12.75 15.0224 12.7499 14.6256 12.7933 14.3028C12.8411 13.9473 12.9535 13.5716 13.2626 13.2626C13.5716 12.9535 13.9473 12.8411 14.3028 12.7933C14.6256 12.7499 15.0224 12.75 15.4553 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95526 1.25L4.00001 1.25001H8.50001L8.54475 1.25C8.97757 1.24995 9.3744 1.24991 9.69721 1.29331C10.0527 1.3411 10.4284 1.45355 10.7374 1.76257C11.0465 2.07159 11.1589 2.44732 11.2067 2.8028C11.2501 3.12561 11.2501 3.52244 11.25 3.95525V3.95526L11.25 4.00001V8.50001L11.25 8.54475V8.54476C11.2501 8.97758 11.2501 9.3744 11.2067 9.69721C11.1589 10.0527 11.0465 10.4284 10.7374 10.7374C10.4284 11.0465 10.0527 11.1589 9.69721 11.2067C9.3744 11.2501 8.97758 11.2501 8.54476 11.25H8.54475L8.50001 11.25H4.00001L3.95526 11.25H3.95525C3.52244 11.2501 3.12561 11.2501 2.8028 11.2067C2.44732 11.1589 2.07159 11.0465 1.76257 10.7374C1.45355 10.4284 1.3411 10.0527 1.29331 9.69721C1.24991 9.3744 1.24995 8.97757 1.25 8.54475L1.25001 8.50001V4.00001L1.25 3.95526C1.24995 3.52244 1.24991 3.12561 1.29331 2.8028C1.3411 2.44732 1.45355 2.07159 1.76257 1.76257C2.07159 1.45355 2.44732 1.3411 2.8028 1.29331C3.12561 1.24991 3.52244 1.24995 3.95526 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.95526 12.75L4.00001 12.75H8.50001L8.54475 12.75C8.97757 12.75 9.3744 12.7499 9.69721 12.7933C10.0527 12.8411 10.4284 12.9535 10.7374 13.2626C11.0465 13.5716 11.1589 13.9473 11.2067 14.3028C11.2501 14.6256 11.2501 15.0224 11.25 15.4553V15.4553L11.25 15.5V20L11.25 20.0448V20.0448C11.2501 20.4776 11.2501 20.8744 11.2067 21.1972C11.1589 21.5527 11.0465 21.9284 10.7374 22.2374C10.4284 22.5465 10.0527 22.6589 9.69721 22.7067C9.3744 22.7501 8.97758 22.7501 8.54476 22.75H8.54475L8.50001 22.75H4.00001L3.95526 22.75H3.95525C3.52244 22.7501 3.12561 22.7501 2.8028 22.7067C2.44732 22.6589 2.07159 22.5465 1.76257 22.2374C1.45355 21.9284 1.3411 21.5527 1.29331 21.1972C1.24991 20.8744 1.24995 20.4776 1.25 20.0448L1.25001 20V15.5L1.25 15.4553C1.24995 15.0224 1.24991 14.6256 1.29331 14.3028C1.3411 13.9473 1.45355 13.5716 1.76257 13.2626C2.07159 12.9535 2.44732 12.8411 2.8028 12.7933C3.12561 12.7499 3.52244 12.75 3.95526 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4553 1.25L15.5 1.25001H20L20.0448 1.25C20.4776 1.24995 20.8744 1.24991 21.1972 1.29331C21.5527 1.3411 21.9284 1.45355 22.2374 1.76257C22.5465 2.07159 22.6589 2.44732 22.7067 2.8028C22.7501 3.12561 22.7501 3.52244 22.75 3.95525V3.95526L22.75 4.00001V8.50001L22.75 8.54475V8.54476C22.7501 8.97758 22.7501 9.3744 22.7067 9.69721C22.6589 10.0527 22.5465 10.4284 22.2374 10.7374C21.9284 11.0465 21.5527 11.1589 21.1972 11.2067C20.8744 11.2501 20.4776 11.2501 20.0448 11.25H20.0448L20 11.25H15.5L15.4553 11.25H15.4553C15.0224 11.2501 14.6256 11.2501 14.3028 11.2067C13.9473 11.1589 13.5716 11.0465 13.2626 10.7374C12.9535 10.4284 12.8411 10.0527 12.7933 9.69721C12.7499 9.3744 12.75 8.97757 12.75 8.54475L12.75 8.50001V4.00001L12.75 3.95526C12.75 3.52244 12.7499 3.12561 12.7933 2.8028C12.8411 2.44732 12.9535 2.07159 13.2626 1.76257C13.5716 1.45355 13.9473 1.3411 14.3028 1.29331C14.6256 1.24991 15.0224 1.24995 15.4553 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-mymind{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7855 3.12524C17.7835 4.66443 19.4062 7.04774 20.217 9.90141C21.0278 12.7548 20.8886 15.5929 19.9685 17.8825C19.0474 20.1748 17.3227 21.951 14.9732 22.5447C12.6291 23.1369 10.2114 22.4138 8.21451 20.8755C6.21648 19.3364 4.59377 16.953 3.78292 14.0994C2.97216 11.246 3.11135 8.40783 4.03143 6.11824C4.95259 3.82598 6.67724 2.04982 9.0268 1.45613C11.3708 0.863838 13.7886 1.58694 15.7855 3.12524ZM13.8187 15.9425L12 7L16.6503 14.774L16.6503 14.7741C16.9156 15.2176 17.0483 15.4394 16.984 15.653C16.9197 15.8667 16.6856 15.9817 16.2176 16.2119L15.3084 16.6589C14.7473 16.9348 14.4667 17.0728 14.235 16.9613C14.0033 16.8498 13.9417 16.5474 13.8187 15.9425ZM8.5 9C7.67157 9 7 9.67157 7 10.5C7 11.3284 7.67157 12 8.5 12C9.32843 12 10 11.3284 10 10.5C10 9.67157 9.32843 9 8.5 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7855 3.12524C17.7835 4.66443 19.4062 7.04774 20.217 9.90141C21.0278 12.7548 20.8886 15.5929 19.9685 17.8825C19.0474 20.1748 17.3227 21.951 14.9732 22.5447C12.6291 23.1369 10.2114 22.4138 8.21451 20.8755C6.21648 19.3364 4.59377 16.953 3.78292 14.0994C2.97216 11.246 3.11135 8.40783 4.03143 6.11824C4.95259 3.82598 6.67724 2.04982 9.0268 1.45613C11.3708 0.863838 13.7886 1.58694 15.7855 3.12524ZM13.8187 15.9425L12 7L16.6503 14.774L16.6503 14.7741C16.9156 15.2176 17.0483 15.4394 16.984 15.653C16.9197 15.8667 16.6856 15.9817 16.2176 16.2119L15.3084 16.6589C14.7473 16.9348 14.4667 17.0728 14.235 16.9613C14.0033 16.8498 13.9417 16.5474 13.8187 15.9425ZM8.5 9C7.67157 9 7 9.67157 7 10.5C7 11.3284 7.67157 12 8.5 12C9.32843 12 10 11.3284 10 10.5C10 9.67157 9.32843 9 8.5 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-nike{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.5342 7.52643L22.5303 7.53046L22.5224 7.53746C21.8611 8.12397 19.9053 9.85846 18.655 10.7857C16.1453 12.647 12.4688 14.9969 7.793 16.9584C5.66724 17.8501 3.99043 18.0014 2.81139 17.3481C1.58452 16.6683 1.21675 15.3123 1.25231 14.0021C1.28844 12.671 1.73294 11.1711 2.38803 9.8293C3.04239 8.48903 3.94509 7.22847 4.9643 6.41414C5.22713 6.20413 5.59765 6.19485 5.87068 6.39142C6.14371 6.588 6.25243 6.94233 6.13664 7.2582C5.90596 7.8875 5.71229 8.5972 5.64065 9.26129C5.5674 9.9404 5.6316 10.4817 5.82017 10.8448C5.98046 11.1533 6.26919 11.4135 6.9035 11.4846C7.58659 11.5611 8.64672 11.4091 10.2287 10.8008L10.2307 10.8001L21.7267 6.30164C22.0558 6.17285 22.4302 6.29133 22.6253 6.58602C22.8204 6.88071 22.7833 7.27164 22.5363 7.52437L22.5342 7.52643Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.5342 7.52643L22.5303 7.53046L22.5224 7.53746C21.8611 8.12397 19.9053 9.85846 18.655 10.7857C16.1453 12.647 12.4688 14.9969 7.793 16.9584C5.66724 17.8501 3.99043 18.0014 2.81139 17.3481C1.58452 16.6683 1.21675 15.3123 1.25231 14.0021C1.28844 12.671 1.73294 11.1711 2.38803 9.8293C3.04239 8.48903 3.94509 7.22847 4.9643 6.41414C5.22713 6.20413 5.59765 6.19485 5.87068 6.39142C6.14371 6.588 6.25243 6.94233 6.13664 7.2582C5.90596 7.8875 5.71229 8.5972 5.64065 9.26129C5.5674 9.9404 5.6316 10.4817 5.82017 10.8448C5.98046 11.1533 6.26919 11.4135 6.9035 11.4846C7.58659 11.5611 8.64672 11.4091 10.2287 10.8008L10.2307 10.8001L21.7267 6.30164C22.0558 6.17285 22.4302 6.29133 22.6253 6.58602C22.8204 6.88071 22.7833 7.27164 22.5363 7.52437L22.5342 7.52643Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-notion-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM11.6316 7.22359C11.3983 6.92587 11.146 6.60386 10.7786 6.42573C10.4112 6.2476 10.0021 6.24896 9.62392 6.25021L7 6.25042C6.58579 6.25042 6.25 6.58621 6.25 7.00042C6.25 7.41463 6.58579 7.75042 7 7.75042H7.67857L7.67857 16.2504H7C6.58579 16.2504 6.25 16.5862 6.25 17.0004C6.25 17.4146 6.58579 17.7504 7 17.7504H10C10.4142 17.7504 10.75 17.4146 10.75 17.0004C10.75 16.5862 10.4142 16.2504 10 16.2504H9.17857V12.1471L12.9328 16.8639C12.9422 16.8757 12.9521 16.8882 12.9624 16.9014C13.1402 17.1268 13.4613 17.5339 14.0161 17.6872C14.2485 17.7514 14.4898 17.7509 14.7155 17.7505C14.7369 17.7505 14.7584 17.7505 14.7799 17.7505C15.0732 17.7506 15.3708 17.7508 15.6389 17.6142C16.022 17.419 16.2022 17.0943 16.2732 16.7998C16.3249 16.5849 16.3228 16.3538 16.3217 16.2377V16.2377L16.3214 7.75042H17C17.4142 7.75042 17.75 7.41463 17.75 7.00042C17.75 6.58621 17.4142 6.25042 17 6.25042H14C13.5858 6.25042 13.25 6.58621 13.25 7.00042C13.25 7.41463 13.5858 7.75042 14 7.75042H14.8214V11.2674L11.6316 7.22359Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM11.6316 7.22359C11.3983 6.92587 11.146 6.60386 10.7786 6.42573C10.4112 6.2476 10.0021 6.24896 9.62392 6.25021L7 6.25042C6.58579 6.25042 6.25 6.58621 6.25 7.00042C6.25 7.41463 6.58579 7.75042 7 7.75042H7.67857L7.67857 16.2504H7C6.58579 16.2504 6.25 16.5862 6.25 17.0004C6.25 17.4146 6.58579 17.7504 7 17.7504H10C10.4142 17.7504 10.75 17.4146 10.75 17.0004C10.75 16.5862 10.4142 16.2504 10 16.2504H9.17857V12.1471L12.9328 16.8639C12.9422 16.8757 12.9521 16.8882 12.9624 16.9014C13.1402 17.1268 13.4613 17.5339 14.0161 17.6872C14.2485 17.7514 14.4898 17.7509 14.7155 17.7505C14.7369 17.7505 14.7584 17.7505 14.7799 17.7505C15.0732 17.7506 15.3708 17.7508 15.6389 17.6142C16.022 17.419 16.2022 17.0943 16.2732 16.7998C16.3249 16.5849 16.3228 16.3538 16.3217 16.2377V16.2377L16.3214 7.75042H17C17.4142 7.75042 17.75 7.41463 17.75 7.00042C17.75 6.58621 17.4142 6.25042 17 6.25042H14C13.5858 6.25042 13.25 6.58621 13.25 7.00042C13.25 7.41463 13.5858 7.75042 14 7.75042H14.8214V11.2674L11.6316 7.22359Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-notion-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4466 1.75191C16.6003 1.74092 16.7537 1.77758 16.8859 1.85688L21.8859 4.85688C22.1118 4.99242 22.25 5.23655 22.25 5.5L22.25 19.5C22.25 19.8759 21.9717 20.1937 21.5991 20.2434L6.59912 22.2434C6.33846 22.2782 6.07863 22.1739 5.91435 21.9685L1.91435 16.9685C1.80796 16.8355 1.75 16.6703 1.75 16.5L1.75 3.5C1.75 3.10652 2.05409 2.77994 2.44656 2.75191L16.4466 1.75191ZM6.72755 5.73333L19.0605 4.91114L16.3172 3.26514L4.55667 4.10517L6.72755 5.73333ZM5.75 6.87517L3.25 5.00017L3.25 16.2371L5.75 19.3621L5.75 6.87517ZM18.55 9.44759C18.9633 9.42003 19.276 9.06265 19.2484 8.64936C19.2209 8.23606 18.8635 7.92336 18.4502 7.95091L17.456 8.01719L17.4429 8.01806L16.2156 8.09988C15.8023 8.12744 15.4896 8.48481 15.5171 8.89811C15.5447 9.31141 15.9021 9.62411 16.3154 9.59656L16.7501 9.56758L16.7501 14.7179L12.3185 8.70656C12.1667 8.50058 11.9203 8.38624 11.665 8.40326L10.956 8.45052L10.9429 8.45139L9.4502 8.55091C9.0369 8.57846 8.72419 8.93584 8.75175 9.34914C8.7793 9.76243 9.13668 10.0751 9.54998 10.0476L10.2501 10.0009L10.2501 17.2426L9.40096 17.3558C8.99038 17.4106 8.70192 17.7878 8.75667 18.1984C8.81141 18.609 9.18863 18.8974 9.59921 18.8427L12.5696 18.4466C12.9802 18.3919 13.2687 18.0146 13.2139 17.6041C13.1592 17.1935 12.782 16.905 12.3714 16.9598L11.7501 17.0426L11.7501 10.4633L16.8964 17.4443C17.0886 17.705 17.4266 17.8129 17.7343 17.7117C18.0421 17.6106 18.2501 17.3232 18.2501 16.9992V9.46758L18.55 9.44759Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.4466 1.75191C16.6003 1.74092 16.7537 1.77758 16.8859 1.85688L21.8859 4.85688C22.1118 4.99242 22.25 5.23655 22.25 5.5L22.25 19.5C22.25 19.8759 21.9717 20.1937 21.5991 20.2434L6.59912 22.2434C6.33846 22.2782 6.07863 22.1739 5.91435 21.9685L1.91435 16.9685C1.80796 16.8355 1.75 16.6703 1.75 16.5L1.75 3.5C1.75 3.10652 2.05409 2.77994 2.44656 2.75191L16.4466 1.75191ZM6.72755 5.73333L19.0605 4.91114L16.3172 3.26514L4.55667 4.10517L6.72755 5.73333ZM5.75 6.87517L3.25 5.00017L3.25 16.2371L5.75 19.3621L5.75 6.87517ZM18.55 9.44759C18.9633 9.42003 19.276 9.06265 19.2484 8.64936C19.2209 8.23606 18.8635 7.92336 18.4502 7.95091L17.456 8.01719L17.4429 8.01806L16.2156 8.09988C15.8023 8.12744 15.4896 8.48481 15.5171 8.89811C15.5447 9.31141 15.9021 9.62411 16.3154 9.59656L16.7501 9.56758L16.7501 14.7179L12.3185 8.70656C12.1667 8.50058 11.9203 8.38624 11.665 8.40326L10.956 8.45052L10.9429 8.45139L9.4502 8.55091C9.0369 8.57846 8.72419 8.93584 8.75175 9.34914C8.7793 9.76243 9.13668 10.0751 9.54998 10.0476L10.2501 10.0009L10.2501 17.2426L9.40096 17.3558C8.99038 17.4106 8.70192 17.7878 8.75667 18.1984C8.81141 18.609 9.18863 18.8974 9.59921 18.8427L12.5696 18.4466C12.9802 18.3919 13.2687 18.0146 13.2139 17.6041C13.1592 17.1935 12.782 16.905 12.3714 16.9598L11.7501 17.0426L11.7501 10.4633L16.8964 17.4443C17.0886 17.705 17.4266 17.8129 17.7343 17.7117C18.0421 17.6106 18.2501 17.3232 18.2501 16.9992V9.46758L18.55 9.44759Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-office-365{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7563 1.29515C14.5871 1.23361 14.4013 1.23502 14.233 1.29913L3.733 5.29913C3.44219 5.40992 3.25 5.6888 3.25 6V18C3.25 18.3112 3.44219 18.5901 3.733 18.7009L14.233 22.7009C14.4013 22.765 14.5871 22.7664 14.7563 22.7048L20.2563 20.7048C20.5527 20.5971 20.75 20.3154 20.75 20V4C20.75 3.68462 20.5527 3.40293 20.2563 3.29516L14.7563 1.29515ZM4 18L14 18.5V6L8.5 7.5V15.5L4 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7563 1.29515C14.5871 1.23361 14.4013 1.23502 14.233 1.29913L3.733 5.29913C3.44219 5.40992 3.25 5.6888 3.25 6V18C3.25 18.3112 3.44219 18.5901 3.733 18.7009L14.233 22.7009C14.4013 22.765 14.5871 22.7664 14.7563 22.7048L20.2563 20.7048C20.5527 20.5971 20.75 20.3154 20.75 20V4C20.75 3.68462 20.5527 3.40293 20.2563 3.29516L14.7563 1.29515ZM4 18L14 18.5V6L8.5 7.5V15.5L4 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-path{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03143 1.74998 9.75214 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059ZM8 10.3934C8 8.63687 9.66542 7 12 7C14.3346 7 16 8.63687 16 10.3934C16 11.8764 14.1709 13.4907 12 12.7937V9.90523C12 9.35294 11.5523 8.90523 11 8.90523C10.4477 8.90523 10 9.35294 10 9.90523L10 15.8456C10 16.358 9.99876 16.6653 9.97678 16.8816C9.97213 16.9274 9.96712 16.9611 9.96285 16.985C9.9529 16.9911 9.94576 16.9932 9.94136 16.9944C9.9243 16.9993 9.88053 17.0063 9.80411 16.9888C9.63244 16.9495 9.43359 16.817 9.31853 16.6531C9.00126 16.201 8.37759 16.0917 7.92553 16.409C7.47347 16.7263 7.3642 17.3499 7.68147 17.802C8.06641 18.3505 8.68012 18.7833 9.35803 18.9384C10.075 19.1025 10.9286 18.9564 11.5389 18.23C11.8496 17.8601 11.9323 17.421 11.9665 17.0838C12.0001 16.7537 12 16.3424 12 15.8923L12 14.8532C15.1104 15.4629 18 13.2046 18 10.3934C18 7.2971 15.1883 5 12 5C8.81173 5 6 7.2971 6 10.3934C6 11.3547 6.27999 12.2544 6.76247 13.0288C7.05451 13.4975 7.67126 13.6408 8.14001 13.3488C8.60876 13.0567 8.75201 12.44 8.45997 11.9712C8.1631 11.4947 8 10.9587 8 10.3934Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.68802 1.93059C8.03143 1.74998 9.75214 1.74999 11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059ZM8 10.3934C8 8.63687 9.66542 7 12 7C14.3346 7 16 8.63687 16 10.3934C16 11.8764 14.1709 13.4907 12 12.7937V9.90523C12 9.35294 11.5523 8.90523 11 8.90523C10.4477 8.90523 10 9.35294 10 9.90523L10 15.8456C10 16.358 9.99876 16.6653 9.97678 16.8816C9.97213 16.9274 9.96712 16.9611 9.96285 16.985C9.9529 16.9911 9.94576 16.9932 9.94136 16.9944C9.9243 16.9993 9.88053 17.0063 9.80411 16.9888C9.63244 16.9495 9.43359 16.817 9.31853 16.6531C9.00126 16.201 8.37759 16.0917 7.92553 16.409C7.47347 16.7263 7.3642 17.3499 7.68147 17.802C8.06641 18.3505 8.68012 18.7833 9.35803 18.9384C10.075 19.1025 10.9286 18.9564 11.5389 18.23C11.8496 17.8601 11.9323 17.421 11.9665 17.0838C12.0001 16.7537 12 16.3424 12 15.8923L12 14.8532C15.1104 15.4629 18 13.2046 18 10.3934C18 7.2971 15.1883 5 12 5C8.81173 5 6 7.2971 6 10.3934C6 11.3547 6.27999 12.2544 6.76247 13.0288C7.05451 13.4975 7.67126 13.6408 8.14001 13.3488C8.60876 13.0567 8.75201 12.44 8.45997 11.9712C8.1631 11.4947 8 10.9587 8 10.3934Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-payoneer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9999 4.25C7.71967 4.25 4.24988 7.71979 4.24988 12C4.24988 16.2802 7.71967 19.75 11.9999 19.75C16.2801 19.75 19.7499 16.2802 19.7499 12C19.7499 7.71979 16.2801 4.25 11.9999 4.25ZM1.74988 12C1.74988 6.33908 6.33896 1.75 11.9999 1.75C17.6608 1.75 22.2499 6.33908 22.2499 12C22.2499 17.6609 17.6608 22.25 11.9999 22.25C6.33896 22.25 1.74988 17.6609 1.74988 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9999 4.25C7.71967 4.25 4.24988 7.71979 4.24988 12C4.24988 16.2802 7.71967 19.75 11.9999 19.75C16.2801 19.75 19.7499 16.2802 19.7499 12C19.7499 7.71979 16.2801 4.25 11.9999 4.25ZM1.74988 12C1.74988 6.33908 6.33896 1.75 11.9999 1.75C17.6608 1.75 22.2499 6.33908 22.2499 12C22.2499 17.6609 17.6608 22.25 11.9999 22.25C6.33896 22.25 1.74988 17.6609 1.74988 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-paypal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9156 14.9999C15.6577 14.9999 18.9461 12.5064 20.1153 9.00432C20.2395 8.63222 20.3016 8.44617 20.4362 8.43781C20.5708 8.42945 20.6476 8.58988 20.8011 8.91075C21.2273 9.80152 21.3738 10.8393 21.1358 11.899C20.4978 14.7388 17.9548 16.75 15.0282 16.75H13.225C13.091 16.75 12.9868 16.8448 12.9674 16.9602L12.2379 21.289C12.0949 22.138 11.3555 22.75 10.5011 22.75H8.51054C7.96887 22.75 7.48773 22.5075 7.16574 22.1298C7.10873 22.063 7.15499 21.9644 7.24216 21.9534C7.69411 21.896 8.30556 21.7449 8.85849 21.2629C9.41025 20.7819 9.64358 20.198 9.7629 19.7605C9.8606 19.4023 9.91934 18.9879 9.96785 18.6458L10.447 15.2747C10.4473 15.1831 10.5091 14.9999 10.7535 14.9999H11.9156ZM18.3496 7.97925C19.128 4.53682 16.5253 1.25 13.001 1.25H9.091H9.09098C8.56142 1.24999 8.11583 1.24998 7.74945 1.28224C7.36397 1.31619 7.00322 1.38975 6.65982 1.5736C6.31433 1.75858 6.01257 2.01561 5.77466 2.3272C5.53846 2.63654 5.4074 2.98093 5.31095 3.35664C5.21917 3.71412 5.14599 4.15548 5.05889 4.68085L2.91715 17.5971C2.83441 18.0958 2.75976 18.5457 2.75092 18.9135C2.7413 19.3139 2.8034 19.7531 3.12078 20.1297C3.4388 20.507 3.86153 20.6417 4.25801 20.6983C4.58564 20.745 4.98742 20.7496 5.43168 20.75C5.7611 20.7496 6.06641 20.7461 6.32329 20.7135C6.64349 20.6728 6.98078 20.5779 7.27568 20.3208C7.57014 20.0641 7.71061 19.7431 7.79551 19.4318C7.87222 19.1505 7.92153 18.8033 7.97476 18.4285L7.97476 18.4285L8.44798 15.0989C8.48774 14.8192 8.50007 14.741 8.5156 14.6816C8.6462 14.1817 9.06732 13.5668 9.57278 13.5082C9.63275 13.5012 9.71066 13.5 9.9921 13.5L11.1541 13.5C14.6021 13.5 17.587 11.3522 18.3496 7.97925ZM5.43168 20.75L5.37872 20.75H5.49373L5.43168 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9156 14.9999C15.6577 14.9999 18.9461 12.5064 20.1153 9.00432C20.2395 8.63222 20.3016 8.44617 20.4362 8.43781C20.5708 8.42945 20.6476 8.58988 20.8011 8.91075C21.2273 9.80152 21.3738 10.8393 21.1358 11.899C20.4978 14.7388 17.9548 16.75 15.0282 16.75H13.225C13.091 16.75 12.9868 16.8448 12.9674 16.9602L12.2379 21.289C12.0949 22.138 11.3555 22.75 10.5011 22.75H8.51054C7.96887 22.75 7.48773 22.5075 7.16574 22.1298C7.10873 22.063 7.15499 21.9644 7.24216 21.9534C7.69411 21.896 8.30556 21.7449 8.85849 21.2629C9.41025 20.7819 9.64358 20.198 9.7629 19.7605C9.8606 19.4023 9.91934 18.9879 9.96785 18.6458L10.447 15.2747C10.4473 15.1831 10.5091 14.9999 10.7535 14.9999H11.9156ZM18.3496 7.97925C19.128 4.53682 16.5253 1.25 13.001 1.25H9.091H9.09098C8.56142 1.24999 8.11583 1.24998 7.74945 1.28224C7.36397 1.31619 7.00322 1.38975 6.65982 1.5736C6.31433 1.75858 6.01257 2.01561 5.77466 2.3272C5.53846 2.63654 5.4074 2.98093 5.31095 3.35664C5.21917 3.71412 5.14599 4.15548 5.05889 4.68085L2.91715 17.5971C2.83441 18.0958 2.75976 18.5457 2.75092 18.9135C2.7413 19.3139 2.8034 19.7531 3.12078 20.1297C3.4388 20.507 3.86153 20.6417 4.25801 20.6983C4.58564 20.745 4.98742 20.7496 5.43168 20.75C5.7611 20.7496 6.06641 20.7461 6.32329 20.7135C6.64349 20.6728 6.98078 20.5779 7.27568 20.3208C7.57014 20.0641 7.71061 19.7431 7.79551 19.4318C7.87222 19.1505 7.92153 18.8033 7.97476 18.4285L7.97476 18.4285L8.44798 15.0989C8.48774 14.8192 8.50007 14.741 8.5156 14.6816C8.6462 14.1817 9.06732 13.5668 9.57278 13.5082C9.63275 13.5012 9.71066 13.5 9.9921 13.5L11.1541 13.5C14.6021 13.5 17.587 11.3522 18.3496 7.97925ZM5.43168 20.75L5.37872 20.75H5.49373L5.43168 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-periscope{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C7.16043 1.25 3.25 5.21073 3.25 10.0807C3.25 12.8754 4.36442 15.0556 6.50258 16.9503C7.85192 18.146 9.51277 20.162 10.5025 21.7855C10.8169 22.3012 11.3161 22.75 11.9867 22.75C12.6489 22.75 13.1545 22.311 13.4849 21.8054C14.543 20.1863 16.1569 18.1382 17.4974 16.9503C19.6356 15.0556 20.75 12.8754 20.75 10.0807C20.75 5.21073 16.8396 1.25 12 1.25ZM16 10C16 12.2091 14.2091 14 12 14C9.79086 14 8 12.2091 8 10C8 9.888 8 9.832 8.01632 9.79411C8.05009 9.71574 8.12095 9.67068 8.20625 9.67334C8.24748 9.67463 8.31192 9.70482 8.44079 9.76518L8.4408 9.76519C8.76242 9.91583 9.12138 10 9.5 10C10.8807 10 12 8.88071 12 7.5C12 7.12138 11.9158 6.76241 11.7652 6.4408C11.7048 6.31192 11.6746 6.24748 11.6733 6.20625C11.6707 6.12095 11.7157 6.05009 11.7941 6.01632C11.832 6 11.888 6 12 6C14.2091 6 16 7.79086 16 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C7.16043 1.25 3.25 5.21073 3.25 10.0807C3.25 12.8754 4.36442 15.0556 6.50258 16.9503C7.85192 18.146 9.51277 20.162 10.5025 21.7855C10.8169 22.3012 11.3161 22.75 11.9867 22.75C12.6489 22.75 13.1545 22.311 13.4849 21.8054C14.543 20.1863 16.1569 18.1382 17.4974 16.9503C19.6356 15.0556 20.75 12.8754 20.75 10.0807C20.75 5.21073 16.8396 1.25 12 1.25ZM16 10C16 12.2091 14.2091 14 12 14C9.79086 14 8 12.2091 8 10C8 9.888 8 9.832 8.01632 9.79411C8.05009 9.71574 8.12095 9.67068 8.20625 9.67334C8.24748 9.67463 8.31192 9.70482 8.44079 9.76518L8.4408 9.76519C8.76242 9.91583 9.12138 10 9.5 10C10.8807 10 12 8.88071 12 7.5C12 7.12138 11.9158 6.76241 11.7652 6.4408C11.7048 6.31192 11.6746 6.24748 11.6733 6.20625C11.6707 6.12095 11.7157 6.05009 11.7941 6.01632C11.832 6 11.888 6 12 6C14.2091 6 16 7.79086 16 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-picasa{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.7497 3.15774C16.7497 2.78721 17.1379 2.54772 17.457 2.73608C20.6249 4.6062 22.75 8.05493 22.75 12C22.75 13.0045 22.6122 13.9769 22.3545 14.8992C22.2959 15.1091 22.1019 15.25 21.8839 15.25H17.2497C16.9736 15.25 16.7497 15.0261 16.7497 14.75L16.7497 3.15774Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.2638 17.4573C21.4521 17.1382 21.2126 16.75 20.8421 16.75H9.24974C8.9736 16.75 8.74974 16.9739 8.74974 17.25V21.8838C8.74974 22.1018 8.89062 22.2958 9.10055 22.3544C10.0229 22.6122 10.9954 22.75 12 22.75C15.945 22.75 19.3936 20.625 21.2638 17.4573Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.24974 20.842C7.24974 21.2125 6.86156 21.452 6.54249 21.2636C4.83704 20.2567 3.43386 18.7923 2.50183 17.0392C2.40152 16.8505 2.44091 16.6195 2.592 16.4684L6.39619 12.6642C6.71117 12.3492 7.24974 12.5723 7.24974 13.0178L7.24974 20.842Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.3202 14.6189C2.05435 14.8847 1.60392 14.7719 1.52014 14.4054C1.34337 13.6321 1.25 12.8269 1.25 12C1.25 7.88403 3.5632 4.30833 6.96048 2.50202C7.14915 2.4017 7.38017 2.44109 7.53126 2.59218L10.5855 5.64645C10.7808 5.84171 10.7808 6.15829 10.5855 6.35355L2.3202 14.6189Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3807 2.3203C9.11486 2.05445 9.22764 1.60404 9.59415 1.52024C10.3676 1.3434 11.1729 1.25 12 1.25C13.0044 1.25 13.9767 1.38775 14.8989 1.6454C15.1088 1.70406 15.2497 1.89807 15.2497 2.11605L15.2497 6.98223C15.2497 7.42769 14.7112 7.65077 14.3962 7.33579L9.3807 2.3203Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.7497 3.15774C16.7497 2.78721 17.1379 2.54772 17.457 2.73608C20.6249 4.6062 22.75 8.05493 22.75 12C22.75 13.0045 22.6122 13.9769 22.3545 14.8992C22.2959 15.1091 22.1019 15.25 21.8839 15.25H17.2497C16.9736 15.25 16.7497 15.0261 16.7497 14.75L16.7497 3.15774Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.2638 17.4573C21.4521 17.1382 21.2126 16.75 20.8421 16.75H9.24974C8.9736 16.75 8.74974 16.9739 8.74974 17.25V21.8838C8.74974 22.1018 8.89062 22.2958 9.10055 22.3544C10.0229 22.6122 10.9954 22.75 12 22.75C15.945 22.75 19.3936 20.625 21.2638 17.4573Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.24974 20.842C7.24974 21.2125 6.86156 21.452 6.54249 21.2636C4.83704 20.2567 3.43386 18.7923 2.50183 17.0392C2.40152 16.8505 2.44091 16.6195 2.592 16.4684L6.39619 12.6642C6.71117 12.3492 7.24974 12.5723 7.24974 13.0178L7.24974 20.842Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.3202 14.6189C2.05435 14.8847 1.60392 14.7719 1.52014 14.4054C1.34337 13.6321 1.25 12.8269 1.25 12C1.25 7.88403 3.5632 4.30833 6.96048 2.50202C7.14915 2.4017 7.38017 2.44109 7.53126 2.59218L10.5855 5.64645C10.7808 5.84171 10.7808 6.15829 10.5855 6.35355L2.3202 14.6189Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.3807 2.3203C9.11486 2.05445 9.22764 1.60404 9.59415 1.52024C10.3676 1.3434 11.1729 1.25 12 1.25C13.0044 1.25 13.9767 1.38775 14.8989 1.6454C15.1088 1.70406 15.2497 1.89807 15.2497 2.11605L15.2497 6.98223C15.2497 7.42769 14.7112 7.65077 14.3962 7.33579L9.3807 2.3203Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-pinterest{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C11.6822 16 11.3738 15.9631 11.0786 15.8936L12.9255 11.3787C13.1347 10.8675 12.8898 10.2836 12.3786 10.0745C11.8675 9.86541 11.2836 10.1103 11.0745 10.6214L6.68663 21.3472C3.43949 19.4974 1.25 16.0044 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C10.7786 22.75 9.60469 22.5463 8.51052 22.171L10.3151 17.7599C10.8504 17.9163 11.416 18 12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 12.8516 6.17813 13.6642 6.49997 14.4005C6.72116 14.9066 7.31072 15.1375 7.81677 14.9163C8.32282 14.6951 8.55375 14.1055 8.33255 13.5995C8.11899 13.1109 8 12.5707 8 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16C11.6822 16 11.3738 15.9631 11.0786 15.8936L12.9255 11.3787C13.1347 10.8675 12.8898 10.2836 12.3786 10.0745C11.8675 9.86541 11.2836 10.1103 11.0745 10.6214L6.68663 21.3472C3.43949 19.4974 1.25 16.0044 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C10.7786 22.75 9.60469 22.5463 8.51052 22.171L10.3151 17.7599C10.8504 17.9163 11.416 18 12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 12.8516 6.17813 13.6642 6.49997 14.4005C6.72116 14.9066 7.31072 15.1375 7.81677 14.9163C8.32282 14.6951 8.55375 14.1055 8.33255 13.5995C8.11899 13.1109 8 12.5707 8 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-plaxo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25 12C8.25 9.92893 9.92893 8.25 12 8.25C14.0711 8.25 15.75 9.92893 15.75 12C15.75 14.0711 14.0711 15.75 12 15.75C11.7415 15.75 11.4904 15.724 11.2487 15.675C10.5721 15.5376 9.91232 15.9748 9.77498 16.6513C9.63765 17.3279 10.0748 17.9877 10.7513 18.125C11.1558 18.2071 11.5736 18.25 12 18.25C15.4518 18.25 18.25 15.4518 18.25 12C18.25 8.54822 15.4518 5.75 12 5.75C8.54822 5.75 5.75 8.54822 5.75 12L5.75 20.7474C3.02551 18.7973 1.25 15.606 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C10.6802 22.75 9.41588 22.5121 8.24767 22.077C8.24922 22.0515 8.25 22.0258 8.25 22V12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25 12C8.25 9.92893 9.92893 8.25 12 8.25C14.0711 8.25 15.75 9.92893 15.75 12C15.75 14.0711 14.0711 15.75 12 15.75C11.7415 15.75 11.4904 15.724 11.2487 15.675C10.5721 15.5376 9.91232 15.9748 9.77498 16.6513C9.63765 17.3279 10.0748 17.9877 10.7513 18.125C11.1558 18.2071 11.5736 18.25 12 18.25C15.4518 18.25 18.25 15.4518 18.25 12C18.25 8.54822 15.4518 5.75 12 5.75C8.54822 5.75 5.75 8.54822 5.75 12L5.75 20.7474C3.02551 18.7973 1.25 15.606 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C10.6802 22.75 9.41588 22.5121 8.24767 22.077C8.24922 22.0515 8.25 22.0258 8.25 22V12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-play-store{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM15.8215 15.083C15.7972 15.2858 15.5828 15.405 15.1539 15.6434C14.9116 15.7781 14.657 15.9184 14.3905 16.0653L14.3043 16.1127C12.9907 16.8366 11.9487 17.4108 11.0986 17.7629C10.24 18.1184 9.43996 18.3088 8.65283 18.1025C8.53942 18.0728 8.50896 17.9309 8.5951 17.8514L13.287 13.5198C13.5445 13.2821 13.6732 13.1632 13.8296 13.1632C13.986 13.1632 14.1148 13.2821 14.3723 13.5198L15.3001 14.3764C15.6639 14.7122 15.8457 14.8801 15.8215 15.083ZM7.00778 6.95946C6.80139 7.00754 6.74053 7.16561 6.6188 7.48175C6.49119 7.81316 6.41325 8.17679 6.36222 8.56066C6.24996 9.40505 6.24998 10.51 6.25 11.8806V11.9945C6.24998 13.3651 6.24996 14.47 6.36222 15.3144C6.41907 15.742 6.5093 16.1445 6.66439 16.5053C6.79301 16.8046 6.85732 16.9542 7.0598 16.9973C7.26228 17.0404 7.40648 16.9072 7.69486 16.641L12.0873 12.5859C12.3853 12.3108 12.5343 12.1732 12.5343 11.9981C12.5343 11.823 12.3853 11.6854 12.0873 11.4103L12.0873 11.4103L7.66053 7.32347C7.36295 7.04874 7.21416 6.91138 7.00778 6.95946ZM8.65283 5.77259C8.4931 5.81446 8.45304 6.01363 8.57437 6.12564L13.287 10.4763C13.5445 10.7141 13.6732 10.8329 13.8296 10.8329C13.986 10.8329 14.1148 10.7141 14.3723 10.4763L15.3829 9.54329C15.7457 9.20838 15.9271 9.04092 15.9029 8.83819C15.8788 8.63546 15.6653 8.51651 15.2383 8.27861L15.2383 8.27861C14.9709 8.12961 14.6881 7.9738 14.3905 7.80981L14.3044 7.76234C12.9907 7.03846 11.9487 6.46424 11.0986 6.11221C10.24 5.75664 9.43996 5.56629 8.65283 5.77259ZM16.975 10.115L16.975 10.115C17.2196 9.88921 17.3419 9.77631 17.5036 9.78007C17.6654 9.78384 17.7695 9.88933 17.9777 10.1003C18.3089 10.436 18.5579 10.8141 18.669 11.2674C18.777 11.7086 18.777 12.1665 18.669 12.6076C18.5502 13.0926 18.2734 13.4915 17.9071 13.8445C17.6949 14.0489 17.5888 14.1511 17.4299 14.1528C17.2711 14.1545 17.1505 14.0432 16.9094 13.8206L15.572 12.5859C15.274 12.3108 15.1249 12.1732 15.1249 11.9981C15.1249 11.823 15.274 11.6854 15.572 11.4103L16.975 10.115Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM15.8215 15.083C15.7972 15.2858 15.5828 15.405 15.1539 15.6434C14.9116 15.7781 14.657 15.9184 14.3905 16.0653L14.3043 16.1127C12.9907 16.8366 11.9487 17.4108 11.0986 17.7629C10.24 18.1184 9.43996 18.3088 8.65283 18.1025C8.53942 18.0728 8.50896 17.9309 8.5951 17.8514L13.287 13.5198C13.5445 13.2821 13.6732 13.1632 13.8296 13.1632C13.986 13.1632 14.1148 13.2821 14.3723 13.5198L15.3001 14.3764C15.6639 14.7122 15.8457 14.8801 15.8215 15.083ZM7.00778 6.95946C6.80139 7.00754 6.74053 7.16561 6.6188 7.48175C6.49119 7.81316 6.41325 8.17679 6.36222 8.56066C6.24996 9.40505 6.24998 10.51 6.25 11.8806V11.9945C6.24998 13.3651 6.24996 14.47 6.36222 15.3144C6.41907 15.742 6.5093 16.1445 6.66439 16.5053C6.79301 16.8046 6.85732 16.9542 7.0598 16.9973C7.26228 17.0404 7.40648 16.9072 7.69486 16.641L12.0873 12.5859C12.3853 12.3108 12.5343 12.1732 12.5343 11.9981C12.5343 11.823 12.3853 11.6854 12.0873 11.4103L12.0873 11.4103L7.66053 7.32347C7.36295 7.04874 7.21416 6.91138 7.00778 6.95946ZM8.65283 5.77259C8.4931 5.81446 8.45304 6.01363 8.57437 6.12564L13.287 10.4763C13.5445 10.7141 13.6732 10.8329 13.8296 10.8329C13.986 10.8329 14.1148 10.7141 14.3723 10.4763L15.3829 9.54329C15.7457 9.20838 15.9271 9.04092 15.9029 8.83819C15.8788 8.63546 15.6653 8.51651 15.2383 8.27861L15.2383 8.27861C14.9709 8.12961 14.6881 7.9738 14.3905 7.80981L14.3044 7.76234C12.9907 7.03846 11.9487 6.46424 11.0986 6.11221C10.24 5.75664 9.43996 5.56629 8.65283 5.77259ZM16.975 10.115L16.975 10.115C17.2196 9.88921 17.3419 9.77631 17.5036 9.78007C17.6654 9.78384 17.7695 9.88933 17.9777 10.1003C18.3089 10.436 18.5579 10.8141 18.669 11.2674C18.777 11.7086 18.777 12.1665 18.669 12.6076C18.5502 13.0926 18.2734 13.4915 17.9071 13.8445C17.6949 14.0489 17.5888 14.1511 17.4299 14.1528C17.2711 14.1545 17.1505 14.0432 16.9094 13.8206L15.572 12.5859C15.274 12.3108 15.1249 12.1732 15.1249 11.9981C15.1249 11.823 15.274 11.6854 15.572 11.4103L16.975 10.115Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-quora{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.6378 22.5046C20.3903 22.5046 21.6083 20.637 21.9334 18.0988C22.0115 17.489 22.0506 17.1841 21.8795 17.0834C21.7085 16.9828 21.4192 17.1821 20.8408 17.5808C19.4625 18.5306 17.5372 18.9585 16.5406 15.3461C15.2218 10.566 11.857 10.2901 9.10645 11.8485C8.33235 12.287 7.9453 12.5063 8.00624 12.8499C8.06718 13.1935 8.58474 13.2861 9.61988 13.4714C11.8926 13.8782 12.4387 15.0891 13.249 17.7324C14.3462 21.3115 15.992 22.5046 17.6378 22.5046Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7126 11.2777C16.6698 12.2108 17.3762 13.5287 17.8277 15.2004C17.9152 15.5242 18.3232 15.574 18.4898 15.2829C19.2908 13.8828 19.75 12.2435 19.75 10.5C19.75 5.43485 15.8747 1.25 11 1.25C6.12532 1.25 2.25 5.43485 2.25 10.5C2.25 15.5652 6.12532 19.75 11 19.75C11.1755 19.75 11.3498 19.7446 11.5226 19.7339C11.8453 19.7139 12.0401 19.3813 11.9349 19.0756C11.6745 18.3185 11.4771 17.5409 11.1803 16.7962C11.1077 16.6139 10.928 16.5028 10.7326 16.4845C8.39315 16.2646 6.5 13.6695 6.5 10.5C6.5 7.1863 8.51472 4.50001 11 4.50001C13.4853 4.50001 15.5 7.1863 15.5 10.5C15.5 10.8028 15.4752 11.0463 15.7126 11.2777Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.6378 22.5046C20.3903 22.5046 21.6083 20.637 21.9334 18.0988C22.0115 17.489 22.0506 17.1841 21.8795 17.0834C21.7085 16.9828 21.4192 17.1821 20.8408 17.5808C19.4625 18.5306 17.5372 18.9585 16.5406 15.3461C15.2218 10.566 11.857 10.2901 9.10645 11.8485C8.33235 12.287 7.9453 12.5063 8.00624 12.8499C8.06718 13.1935 8.58474 13.2861 9.61988 13.4714C11.8926 13.8782 12.4387 15.0891 13.249 17.7324C14.3462 21.3115 15.992 22.5046 17.6378 22.5046Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7126 11.2777C16.6698 12.2108 17.3762 13.5287 17.8277 15.2004C17.9152 15.5242 18.3232 15.574 18.4898 15.2829C19.2908 13.8828 19.75 12.2435 19.75 10.5C19.75 5.43485 15.8747 1.25 11 1.25C6.12532 1.25 2.25 5.43485 2.25 10.5C2.25 15.5652 6.12532 19.75 11 19.75C11.1755 19.75 11.3498 19.7446 11.5226 19.7339C11.8453 19.7139 12.0401 19.3813 11.9349 19.0756C11.6745 18.3185 11.4771 17.5409 11.1803 16.7962C11.1077 16.6139 10.928 16.5028 10.7326 16.4845C8.39315 16.2646 6.5 13.6695 6.5 10.5C6.5 7.1863 8.51472 4.50001 11 4.50001C13.4853 4.50001 15.5 7.1863 15.5 10.5C15.5 10.8028 15.4752 11.0463 15.7126 11.2777Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-reddit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 8.25C9.37459 8.25 6.96692 9.01746 5.19692 10.2958C3.42791 11.5734 2.25 13.4037 2.25 15.5C2.25 17.5963 3.42791 19.4266 5.19692 20.7042C6.96692 21.9825 9.37459 22.75 12 22.75C14.6254 22.75 17.0331 21.9825 18.8031 20.7042C20.5721 19.4266 21.75 17.5963 21.75 15.5C21.75 13.4037 20.5721 11.5734 18.8031 10.2958C17.0331 9.01746 14.6254 8.25 12 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.90846 17.289C8.16308 16.9623 8.63434 16.9038 8.96106 17.1585C9.82307 17.8302 10.8715 18.2199 12 18.2199C13.1286 18.2199 14.177 17.8302 15.039 17.1585C15.3657 16.9038 15.837 16.9623 16.0916 17.289C16.3462 17.6157 16.2878 18.087 15.9611 18.3416C14.8528 19.2053 13.4839 19.7199 12 19.7199C10.5162 19.7199 9.14724 19.2053 8.03901 18.3416C7.71229 18.087 7.65385 17.6157 7.90846 17.289Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M19 1.25C17.4812 1.25 16.25 2.48122 16.25 4C16.25 5.51878 17.4812 6.75 19 6.75C20.5188 6.75 21.75 5.51878 21.75 4C21.75 2.48122 20.5188 1.25 19 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.14048 8.25C2.55089 8.25 1.25 9.52826 1.25 11.1201C1.25 12.2307 1.88487 13.1893 2.80481 13.6659L3.29924 13.9221L6.9331 10.1856L6.64955 9.69441C6.1511 8.83088 5.21302 8.25 4.14048 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.86 8.25C18.7875 8.25 17.8494 8.83088 17.3509 9.69441L17.0674 10.1856L20.7012 13.9221L21.1957 13.6659C22.1156 13.1893 22.7505 12.2307 22.7505 11.1201C22.7505 9.52826 21.4496 8.25 19.86 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9463 3.25L17 3.25C17.4142 3.25 17.75 3.58579 17.75 4C17.75 4.41422 17.4142 4.75 17 4.75C15.8003 4.75 14.976 4.75159 14.3568 4.83484C13.7591 4.91519 13.4661 5.05902 13.2626 5.26256C13.059 5.4661 12.9152 5.75914 12.8348 6.35676C12.7516 6.97595 12.75 7.80029 12.75 9C12.75 9.41422 12.4142 9.75 12 9.75C11.5858 9.75 11.25 9.41422 11.25 9L11.25 8.94631C11.25 7.81348 11.25 6.88775 11.3482 6.15689C11.4509 5.39294 11.6732 4.7306 12.2019 4.2019C12.7306 3.67321 13.3929 3.45093 14.1569 3.34822C14.8877 3.24996 15.8135 3.24998 16.9463 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 13.5C7.5 12.6716 8.17157 12 9 12C9.82084 12 10.509 12.6754 10.509 13.5C10.509 14.3284 9.8374 15 9.00897 15H9C8.17157 15 7.5 14.3284 7.5 13.5ZM13.491 13.5C13.491 12.6716 14.1626 12 14.991 12C15.8119 12 16.5 12.6754 16.5 13.5C16.5 14.3284 15.8284 15 15 15H14.991C14.1626 15 13.491 14.3284 13.491 13.5Z%22 fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 8.25C9.37459 8.25 6.96692 9.01746 5.19692 10.2958C3.42791 11.5734 2.25 13.4037 2.25 15.5C2.25 17.5963 3.42791 19.4266 5.19692 20.7042C6.96692 21.9825 9.37459 22.75 12 22.75C14.6254 22.75 17.0331 21.9825 18.8031 20.7042C20.5721 19.4266 21.75 17.5963 21.75 15.5C21.75 13.4037 20.5721 11.5734 18.8031 10.2958C17.0331 9.01746 14.6254 8.25 12 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.90846 17.289C8.16308 16.9623 8.63434 16.9038 8.96106 17.1585C9.82307 17.8302 10.8715 18.2199 12 18.2199C13.1286 18.2199 14.177 17.8302 15.039 17.1585C15.3657 16.9038 15.837 16.9623 16.0916 17.289C16.3462 17.6157 16.2878 18.087 15.9611 18.3416C14.8528 19.2053 13.4839 19.7199 12 19.7199C10.5162 19.7199 9.14724 19.2053 8.03901 18.3416C7.71229 18.087 7.65385 17.6157 7.90846 17.289Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M19 1.25C17.4812 1.25 16.25 2.48122 16.25 4C16.25 5.51878 17.4812 6.75 19 6.75C20.5188 6.75 21.75 5.51878 21.75 4C21.75 2.48122 20.5188 1.25 19 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.14048 8.25C2.55089 8.25 1.25 9.52826 1.25 11.1201C1.25 12.2307 1.88487 13.1893 2.80481 13.6659L3.29924 13.9221L6.9331 10.1856L6.64955 9.69441C6.1511 8.83088 5.21302 8.25 4.14048 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.86 8.25C18.7875 8.25 17.8494 8.83088 17.3509 9.69441L17.0674 10.1856L20.7012 13.9221L21.1957 13.6659C22.1156 13.1893 22.7505 12.2307 22.7505 11.1201C22.7505 9.52826 21.4496 8.25 19.86 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9463 3.25L17 3.25C17.4142 3.25 17.75 3.58579 17.75 4C17.75 4.41422 17.4142 4.75 17 4.75C15.8003 4.75 14.976 4.75159 14.3568 4.83484C13.7591 4.91519 13.4661 5.05902 13.2626 5.26256C13.059 5.4661 12.9152 5.75914 12.8348 6.35676C12.7516 6.97595 12.75 7.80029 12.75 9C12.75 9.41422 12.4142 9.75 12 9.75C11.5858 9.75 11.25 9.41422 11.25 9L11.25 8.94631C11.25 7.81348 11.25 6.88775 11.3482 6.15689C11.4509 5.39294 11.6732 4.7306 12.2019 4.2019C12.7306 3.67321 13.3929 3.45093 14.1569 3.34822C14.8877 3.24996 15.8135 3.24998 16.9463 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 13.5C7.5 12.6716 8.17157 12 9 12C9.82084 12 10.509 12.6754 10.509 13.5C10.509 14.3284 9.8374 15 9.00897 15H9C8.17157 15 7.5 14.3284 7.5 13.5ZM13.491 13.5C13.491 12.6716 14.1626 12 14.991 12C15.8119 12 16.5 12.6754 16.5 13.5C16.5 14.3284 15.8284 15 15 15H14.991C14.1626 15 13.491 14.3284 13.491 13.5Z%22 fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-safari{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.7498 2.24787C12.7498 2.66208 12.414 2.99787 11.9998 2.99787C11.5856 2.99787 11.2498 2.66208 11.2498 2.24787V1.80927C11.2498 1.5196 11.004 1.28947 10.7164 1.32369C5.8052 1.90797 1.90992 5.80325 1.32565 10.7144C1.29143 11.0021 1.52155 11.2479 1.81122 11.2479H2.25019C2.6644 11.2479 3.00019 11.5837 3.00019 11.9979C3.00019 12.4121 2.6644 12.7479 2.25019 12.7479H1.81122C1.52155 12.7479 1.29142 12.9937 1.32565 13.2813C1.90992 18.1925 5.8052 22.0878 10.7164 22.6721C11.004 22.7063 11.2498 22.4762 11.2498 22.1865V21.7479C11.2498 21.3337 11.5856 20.9979 11.9998 20.9979C12.414 20.9979 12.7498 21.3337 12.7498 21.7479V22.1865C12.7498 22.4762 12.9956 22.7063 13.2833 22.6721C18.1945 22.0878 22.0897 18.1925 22.674 13.2813C22.7082 12.9937 22.4781 12.7479 22.1884 12.7479H21.7502C21.336 12.7479 21.0002 12.4121 21.0002 11.9979C21.0002 11.5837 21.336 11.2479 21.7502 11.2479H22.1884C22.4781 11.2479 22.7082 11.0021 22.674 10.7144C22.0897 5.80325 18.1945 1.90797 13.2833 1.32369C12.9956 1.28947 12.7498 1.5196 12.7498 1.80927V2.24787ZM8.43841 17.0178C8.28525 17.0836 8.10459 17.1611 7.94988 17.2032C7.81822 17.2391 7.36572 17.3485 7.00722 16.99C6.64873 16.6315 6.75817 16.179 6.794 16.0474C6.8361 15.8927 6.91367 15.712 6.97943 15.5589L8.60253 11.7715L8.60254 11.7715L8.60255 11.7715L8.60259 11.7714C8.73996 11.4504 8.86304 11.1628 8.98657 10.9036C9.12574 10.6115 9.50511 10.5638 9.73386 10.7926L13.2047 14.2634C13.4334 14.4921 13.3857 14.8715 13.0937 15.0107C12.8344 15.1342 12.5468 15.2573 12.2257 15.3947L12.2257 15.3947L8.43841 17.0178ZM16.9918 7.00722C16.6333 6.64873 16.1808 6.75817 16.0492 6.794C15.8945 6.83611 15.7138 6.91367 15.5607 6.97943L11.7734 8.60253L11.7733 8.60254C11.4524 8.7399 11.1648 8.86297 10.9056 8.98649C10.6135 9.12566 10.5658 9.50503 10.7945 9.7338L14.2653 13.2045C14.494 13.4333 14.8734 13.3856 15.0126 13.0935C15.1361 12.8343 15.2592 12.5467 15.3965 12.2257L17.0196 8.43841C17.0854 8.28526 17.163 8.10458 17.2051 7.94988C17.2409 7.81822 17.3503 7.36572 16.9918 7.00722Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.7498 2.24787C12.7498 2.66208 12.414 2.99787 11.9998 2.99787C11.5856 2.99787 11.2498 2.66208 11.2498 2.24787V1.80927C11.2498 1.5196 11.004 1.28947 10.7164 1.32369C5.8052 1.90797 1.90992 5.80325 1.32565 10.7144C1.29143 11.0021 1.52155 11.2479 1.81122 11.2479H2.25019C2.6644 11.2479 3.00019 11.5837 3.00019 11.9979C3.00019 12.4121 2.6644 12.7479 2.25019 12.7479H1.81122C1.52155 12.7479 1.29142 12.9937 1.32565 13.2813C1.90992 18.1925 5.8052 22.0878 10.7164 22.6721C11.004 22.7063 11.2498 22.4762 11.2498 22.1865V21.7479C11.2498 21.3337 11.5856 20.9979 11.9998 20.9979C12.414 20.9979 12.7498 21.3337 12.7498 21.7479V22.1865C12.7498 22.4762 12.9956 22.7063 13.2833 22.6721C18.1945 22.0878 22.0897 18.1925 22.674 13.2813C22.7082 12.9937 22.4781 12.7479 22.1884 12.7479H21.7502C21.336 12.7479 21.0002 12.4121 21.0002 11.9979C21.0002 11.5837 21.336 11.2479 21.7502 11.2479H22.1884C22.4781 11.2479 22.7082 11.0021 22.674 10.7144C22.0897 5.80325 18.1945 1.90797 13.2833 1.32369C12.9956 1.28947 12.7498 1.5196 12.7498 1.80927V2.24787ZM8.43841 17.0178C8.28525 17.0836 8.10459 17.1611 7.94988 17.2032C7.81822 17.2391 7.36572 17.3485 7.00722 16.99C6.64873 16.6315 6.75817 16.179 6.794 16.0474C6.8361 15.8927 6.91367 15.712 6.97943 15.5589L8.60253 11.7715L8.60254 11.7715L8.60255 11.7715L8.60259 11.7714C8.73996 11.4504 8.86304 11.1628 8.98657 10.9036C9.12574 10.6115 9.50511 10.5638 9.73386 10.7926L13.2047 14.2634C13.4334 14.4921 13.3857 14.8715 13.0937 15.0107C12.8344 15.1342 12.5468 15.2573 12.2257 15.3947L12.2257 15.3947L8.43841 17.0178ZM16.9918 7.00722C16.6333 6.64873 16.1808 6.75817 16.0492 6.794C15.8945 6.83611 15.7138 6.91367 15.5607 6.97943L11.7734 8.60253L11.7733 8.60254C11.4524 8.7399 11.1648 8.86297 10.9056 8.98649C10.6135 9.12566 10.5658 9.50503 10.7945 9.7338L14.2653 13.2045C14.494 13.4333 14.8734 13.3856 15.0126 13.0935C15.1361 12.8343 15.2592 12.5467 15.3965 12.2257L17.0196 8.43841C17.0854 8.28526 17.163 8.10458 17.2051 7.94988C17.2409 7.81822 17.3503 7.36572 16.9918 7.00722Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-scribd{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0502 1.25286C16.6643 1.21927 16.3164 1.48505 16.2472 1.86616C16.1781 2.24728 16.4105 2.61835 16.7836 2.72244C17.664 2.96809 18.2539 3.79004 18.2539 4.90714C18.2539 6.18186 17.2063 7.25003 15.9884 7.25003C14.7493 7.25003 13.7482 6.2531 13.7482 5.00003C13.7482 4.80155 13.6695 4.61115 13.5294 4.47057C12.8913 3.8304 11.7414 3.30834 10.6109 3.05391C9.49264 2.80225 8.13124 2.75339 7.13021 3.35807C5.7422 4.19651 5.47672 5.74995 6.00475 7.15393C6.52705 8.54266 7.82214 9.87522 9.719 10.6892C11.5703 11.4837 14.2879 13.0647 16.1235 15.0715C17.0384 16.0717 17.6961 17.1364 17.953 18.2226C18.2041 19.2843 18.0851 20.4141 17.3628 21.613C17.2107 21.8655 17.2205 22.1836 17.388 22.4262C17.5555 22.6687 17.8496 22.7907 18.1396 22.7379C19.4775 22.4943 20.3839 21.7464 21.0696 21.0561C21.9625 20.1571 22.3668 19.0123 22.5606 17.561C22.75 16.1424 22.75 14.324 22.75 12.0024V11.8883C22.75 9.56679 22.75 7.74838 22.5606 6.32978C22.3668 4.87852 21.9625 3.73369 21.0696 2.83468C20.0467 1.80491 18.8725 1.41146 17.0502 1.25286Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.74153 9.85811C2.66844 9.47885 2.31928 9.21712 1.93474 9.25334C1.55021 9.28956 1.25606 9.6119 1.25508 9.99813L1.25 12V12.0892C1.24997 14.7319 1.24994 16.7256 1.53718 18.2276C1.57598 18.4304 1.69669 18.6083 1.87085 18.7192C2.04502 18.8302 2.25724 18.8644 2.45746 18.8139C2.62222 18.7723 2.79497 18.75 2.97372 18.75C4.15411 18.75 5.14488 19.7384 5.14488 21C5.14488 21.1886 5.12264 21.3707 5.08111 21.5442C5.03371 21.7422 5.06883 21.9509 5.17842 22.1225C5.288 22.2941 5.46263 22.4137 5.6622 22.454C7.1302 22.7501 9.07639 22.7501 11.6442 22.75H11.7372C11.9396 22.75 12.1333 22.6682 12.2745 22.5233C12.9266 21.8535 13.4139 21.1553 13.6291 20.4117C13.8532 19.6376 13.7651 18.8725 13.3706 18.1432C12.9905 17.4406 12.3424 16.7988 11.4895 16.1874C10.6313 15.572 9.5208 14.9559 8.15956 14.3204C6.08189 13.3505 4.73783 12.3552 3.90529 11.5299C3.05168 10.6837 2.7811 10.0634 2.74153 9.85811Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0502 1.25286C16.6643 1.21927 16.3164 1.48505 16.2472 1.86616C16.1781 2.24728 16.4105 2.61835 16.7836 2.72244C17.664 2.96809 18.2539 3.79004 18.2539 4.90714C18.2539 6.18186 17.2063 7.25003 15.9884 7.25003C14.7493 7.25003 13.7482 6.2531 13.7482 5.00003C13.7482 4.80155 13.6695 4.61115 13.5294 4.47057C12.8913 3.8304 11.7414 3.30834 10.6109 3.05391C9.49264 2.80225 8.13124 2.75339 7.13021 3.35807C5.7422 4.19651 5.47672 5.74995 6.00475 7.15393C6.52705 8.54266 7.82214 9.87522 9.719 10.6892C11.5703 11.4837 14.2879 13.0647 16.1235 15.0715C17.0384 16.0717 17.6961 17.1364 17.953 18.2226C18.2041 19.2843 18.0851 20.4141 17.3628 21.613C17.2107 21.8655 17.2205 22.1836 17.388 22.4262C17.5555 22.6687 17.8496 22.7907 18.1396 22.7379C19.4775 22.4943 20.3839 21.7464 21.0696 21.0561C21.9625 20.1571 22.3668 19.0123 22.5606 17.561C22.75 16.1424 22.75 14.324 22.75 12.0024V11.8883C22.75 9.56679 22.75 7.74838 22.5606 6.32978C22.3668 4.87852 21.9625 3.73369 21.0696 2.83468C20.0467 1.80491 18.8725 1.41146 17.0502 1.25286Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.74153 9.85811C2.66844 9.47885 2.31928 9.21712 1.93474 9.25334C1.55021 9.28956 1.25606 9.6119 1.25508 9.99813L1.25 12V12.0892C1.24997 14.7319 1.24994 16.7256 1.53718 18.2276C1.57598 18.4304 1.69669 18.6083 1.87085 18.7192C2.04502 18.8302 2.25724 18.8644 2.45746 18.8139C2.62222 18.7723 2.79497 18.75 2.97372 18.75C4.15411 18.75 5.14488 19.7384 5.14488 21C5.14488 21.1886 5.12264 21.3707 5.08111 21.5442C5.03371 21.7422 5.06883 21.9509 5.17842 22.1225C5.288 22.2941 5.46263 22.4137 5.6622 22.454C7.1302 22.7501 9.07639 22.7501 11.6442 22.75H11.7372C11.9396 22.75 12.1333 22.6682 12.2745 22.5233C12.9266 21.8535 13.4139 21.1553 13.6291 20.4117C13.8532 19.6376 13.7651 18.8725 13.3706 18.1432C12.9905 17.4406 12.3424 16.7988 11.4895 16.1874C10.6313 15.572 9.5208 14.9559 8.15956 14.3204C6.08189 13.3505 4.73783 12.3552 3.90529 11.5299C3.05168 10.6837 2.7811 10.0634 2.74153 9.85811Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-shutterstock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM10 5.00001L9.93417 5C9.04769 4.99995 8.28387 4.99991 7.67221 5.08215C7.0167 5.17028 6.38835 5.36902 5.87868 5.87868C5.36902 6.38835 5.17028 7.0167 5.08215 7.67221C4.99991 8.28387 4.99995 9.04769 5 9.93417L5 10V11C5 11.5523 5.44772 12 6 12C6.55229 12 7 11.5523 7 11V10C7 9.02893 7.00213 8.40121 7.06431 7.93871C7.12263 7.50497 7.21677 7.36902 7.2929 7.2929C7.36902 7.21677 7.50497 7.12263 7.93871 7.06431C8.40122 7.00213 9.02893 7 10 7H11C11.5523 7 12 6.55229 12 6C12 5.44772 11.5523 5.00001 11 5.00001H10ZM19 13C19 12.4477 18.5523 12 18 12C17.4477 12 17 12.4477 17 13V14C17 14.9711 16.9979 15.5988 16.9357 16.0613C16.8774 16.495 16.7832 16.631 16.7071 16.7071C16.631 16.7832 16.495 16.8774 16.0613 16.9357C15.5988 16.9979 14.9711 17 14 17H13C12.4477 17 12 17.4477 12 18C12 18.5523 12.4477 19 13 19L14.0658 19C14.9523 19.0001 15.7161 19.0001 16.3278 18.9179C16.9833 18.8297 17.6117 18.631 18.1213 18.1213C18.631 17.6117 18.8297 16.9833 18.9179 16.3278C19.0001 15.7161 19.0001 14.9523 19 14.0659V14.0658L19 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM10 5.00001L9.93417 5C9.04769 4.99995 8.28387 4.99991 7.67221 5.08215C7.0167 5.17028 6.38835 5.36902 5.87868 5.87868C5.36902 6.38835 5.17028 7.0167 5.08215 7.67221C4.99991 8.28387 4.99995 9.04769 5 9.93417L5 10V11C5 11.5523 5.44772 12 6 12C6.55229 12 7 11.5523 7 11V10C7 9.02893 7.00213 8.40121 7.06431 7.93871C7.12263 7.50497 7.21677 7.36902 7.2929 7.2929C7.36902 7.21677 7.50497 7.12263 7.93871 7.06431C8.40122 7.00213 9.02893 7 10 7H11C11.5523 7 12 6.55229 12 6C12 5.44772 11.5523 5.00001 11 5.00001H10ZM19 13C19 12.4477 18.5523 12 18 12C17.4477 12 17 12.4477 17 13V14C17 14.9711 16.9979 15.5988 16.9357 16.0613C16.8774 16.495 16.7832 16.631 16.7071 16.7071C16.631 16.7832 16.495 16.8774 16.0613 16.9357C15.5988 16.9979 14.9711 17 14 17H13C12.4477 17 12 17.4477 12 18C12 18.5523 12.4477 19 13 19L14.0658 19C14.9523 19.0001 15.7161 19.0001 16.3278 18.9179C16.9833 18.8297 17.6117 18.631 18.1213 18.1213C18.631 17.6117 18.8297 16.9833 18.9179 16.3278C19.0001 15.7161 19.0001 14.9523 19 14.0659V14.0658L19 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-signal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.93886 15.0505C2.34485 14.9652 2.74308 15.2253 2.82833 15.6313C2.90041 15.9745 3.01433 16.2933 3.18859 16.5946C3.26748 16.731 3.30149 16.8887 3.28581 17.0455L3.16104 18.2929C3.11975 18.7057 2.75165 19.0069 2.33886 18.9656C1.92607 18.9243 1.62491 18.5562 1.66619 18.1434L1.76806 17.125C1.57163 16.7364 1.44192 16.3392 1.35809 15.94C1.27284 15.534 1.53286 15.1357 1.93886 15.0505Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5289 15.1071C21.9121 15.266 22.094 15.7055 21.9351 16.0887C21.5731 16.9615 21.0995 17.7759 20.5323 18.514C20.2795 18.843 19.8079 18.9047 19.479 18.6519C19.15 18.3991 19.0883 17.9276 19.3411 17.5986C19.8292 16.9634 20.2364 16.2631 20.5474 15.5132C20.7063 15.13 21.1457 14.9482 21.5289 15.1071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6899 19.441C18.9427 19.77 18.8809 20.2415 18.552 20.4943C17.8138 21.0616 16.9995 21.5352 16.1267 21.8971C15.7435 22.056 15.304 21.8742 15.1451 21.491C14.9862 21.1078 15.168 20.6683 15.5512 20.5094C16.3011 20.1984 17.0013 19.7913 17.6366 19.3031C17.9655 19.0503 18.4371 19.1121 18.6899 19.441Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.23883 19.9656C2.65162 20.0069 2.95278 20.375 2.91149 20.7878L2.87809 21.1217L3.212 21.0883C3.62479 21.0471 3.99289 21.3482 4.03417 21.761C4.07545 22.1738 3.77428 22.5419 3.36149 22.5832L2.11404 22.7079C1.88986 22.7303 1.66746 22.6509 1.50815 22.4916C1.34884 22.3323 1.26946 22.1099 1.29188 21.8857L1.41665 20.6383C1.45794 20.2255 1.82604 19.9243 2.23883 19.9656Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.95435 20.7141C7.11111 20.6984 7.26884 20.7324 7.40521 20.8113C7.70644 20.9856 8.02524 21.0995 8.36853 21.1716C8.77453 21.2568 9.03456 21.655 8.94932 22.061C8.86409 22.467 8.46586 22.727 8.05986 22.6418C7.66059 22.558 7.26337 22.4283 6.87482 22.2318L5.85639 22.3337C5.4436 22.375 5.0755 22.0738 5.03422 21.661C4.99294 21.2482 5.29411 20.8801 5.7069 20.8388L6.95435 20.7141Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0671 21.779C14.1208 22.1904 13.8308 22.5673 13.4195 22.621C12.9607 22.6808 12.4932 22.7116 12.0189 22.7116C11.6178 22.7116 11.2203 22.7295 10.8109 22.7479L10.7819 22.7492C10.3674 22.7678 10.0164 22.447 9.99774 22.0325C9.97912 21.6181 10.3 21.2671 10.7144 21.2484L10.7557 21.2466C11.1563 21.2286 11.5835 21.2093 12.0189 21.2093C12.4281 21.2093 12.8307 21.1828 13.2252 21.1313C13.6365 21.0776 14.0135 21.3676 14.0671 21.779Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6185 1.34066C11.0772 1.28082 11.5447 1.25 12.0191 1.25C12.4934 1.25 12.9609 1.28082 13.4197 1.34066C13.831 1.39432 14.121 1.7713 14.0673 2.18266C14.0137 2.59402 13.6367 2.884 13.2253 2.83034C12.8309 2.77889 12.4283 2.7523 12.0191 2.7523C11.6099 2.7523 11.2073 2.77889 10.8128 2.83034C10.4014 2.884 10.0245 2.59402 9.9708 2.18266C9.91714 1.77129 10.2071 1.39432 10.6185 1.34066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1453 2.47068C15.3042 2.08747 15.7437 1.90564 16.1269 2.06455C16.9997 2.42648 17.814 2.90009 18.5522 3.46734C18.8811 3.72011 18.9429 4.19169 18.6901 4.52063C18.4373 4.84958 17.9657 4.91132 17.6368 4.65854C17.0015 4.17037 16.3012 3.76321 15.5514 3.45226C15.1682 3.29335 14.9864 2.85388 15.1453 2.47068Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.89286 2.47068C9.05177 2.85388 8.86994 3.29335 8.48673 3.45226C7.73689 3.76321 7.03661 4.17037 6.40135 4.65854C6.07241 4.91132 5.60083 4.84958 5.34805 4.52063C5.09527 4.19169 5.15702 3.72012 5.48596 3.46734C6.22412 2.90009 7.03848 2.42648 7.91127 2.06455C8.29448 1.90564 8.73395 2.08747 8.89286 2.47068Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4792 5.30972C19.8081 5.05694 20.2797 5.11868 20.5325 5.44763C21.0997 6.18579 21.5733 7.00015 21.9352 7.87294C22.0942 8.25615 21.9123 8.69562 21.5291 8.85453C21.1459 9.01344 20.7064 8.83161 20.5475 8.4484C20.2366 7.69856 19.8294 6.99828 19.3413 6.36302C19.0885 6.03408 19.1502 5.5625 19.4792 5.30972Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.55897 5.30972C4.88791 5.5625 4.94965 6.03408 4.69687 6.36302C4.2087 6.99828 3.80154 7.69856 3.4906 8.4484C3.33169 8.83161 2.89222 9.01344 2.50901 8.85453C2.1258 8.69562 1.94397 8.25615 2.10288 7.87294C2.46481 7.00015 2.93842 6.18579 3.50567 5.44763C3.75845 5.11869 4.23003 5.05694 4.55897 5.30972Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.22099 9.93247C2.63236 9.98612 2.92233 10.3631 2.86868 10.7745C2.81722 11.1689 2.79064 11.5715 2.79064 11.9807C2.79064 12.4161 2.77143 12.8432 2.75342 13.2438L2.75156 13.2852C2.73295 13.6996 2.3819 14.0205 1.96747 14.0019C1.55304 13.9833 1.23216 13.6322 1.25077 13.2178L1.25208 13.1885C1.27048 12.7791 1.28833 12.3818 1.28833 11.9807C1.28833 11.5064 1.31916 11.0389 1.37899 10.5801C1.43265 10.1688 1.80963 9.87881 2.22099 9.93247Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.8171 9.93247C22.2285 9.87881 22.6055 10.1688 22.6591 10.5801C22.719 11.0389 22.7498 11.5064 22.7498 11.9807C22.7498 12.4551 22.719 12.9226 22.6591 13.3813C22.6055 13.7927 22.2285 14.0827 21.8171 14.029C21.4058 13.9753 21.1158 13.5984 21.1695 13.187C21.2209 12.7925 21.2475 12.3899 21.2475 11.9807C21.2475 11.5715 21.2209 11.1689 21.1695 10.7745C21.1158 10.3631 21.4058 9.98612 21.8171 9.93247Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.25002 12C4.25002 7.71979 7.71981 4.25 12 4.25C16.2802 4.25 19.75 7.71979 19.75 12C19.75 16.2802 16.2802 19.75 12 19.75C10.6847 19.75 9.46256 19.3679 8.40762 18.8064L5.20606 19.7211C4.94416 19.796 4.66229 19.7229 4.46969 19.5303C4.27709 19.3377 4.20405 19.0559 4.27888 18.794L5.19361 15.5924C4.63216 14.5375 4.25002 13.3153 4.25002 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.93886 15.0505C2.34485 14.9652 2.74308 15.2253 2.82833 15.6313C2.90041 15.9745 3.01433 16.2933 3.18859 16.5946C3.26748 16.731 3.30149 16.8887 3.28581 17.0455L3.16104 18.2929C3.11975 18.7057 2.75165 19.0069 2.33886 18.9656C1.92607 18.9243 1.62491 18.5562 1.66619 18.1434L1.76806 17.125C1.57163 16.7364 1.44192 16.3392 1.35809 15.94C1.27284 15.534 1.53286 15.1357 1.93886 15.0505Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.5289 15.1071C21.9121 15.266 22.094 15.7055 21.9351 16.0887C21.5731 16.9615 21.0995 17.7759 20.5323 18.514C20.2795 18.843 19.8079 18.9047 19.479 18.6519C19.15 18.3991 19.0883 17.9276 19.3411 17.5986C19.8292 16.9634 20.2364 16.2631 20.5474 15.5132C20.7063 15.13 21.1457 14.9482 21.5289 15.1071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6899 19.441C18.9427 19.77 18.8809 20.2415 18.552 20.4943C17.8138 21.0616 16.9995 21.5352 16.1267 21.8971C15.7435 22.056 15.304 21.8742 15.1451 21.491C14.9862 21.1078 15.168 20.6683 15.5512 20.5094C16.3011 20.1984 17.0013 19.7913 17.6366 19.3031C17.9655 19.0503 18.4371 19.1121 18.6899 19.441Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.23883 19.9656C2.65162 20.0069 2.95278 20.375 2.91149 20.7878L2.87809 21.1217L3.212 21.0883C3.62479 21.0471 3.99289 21.3482 4.03417 21.761C4.07545 22.1738 3.77428 22.5419 3.36149 22.5832L2.11404 22.7079C1.88986 22.7303 1.66746 22.6509 1.50815 22.4916C1.34884 22.3323 1.26946 22.1099 1.29188 21.8857L1.41665 20.6383C1.45794 20.2255 1.82604 19.9243 2.23883 19.9656Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.95435 20.7141C7.11111 20.6984 7.26884 20.7324 7.40521 20.8113C7.70644 20.9856 8.02524 21.0995 8.36853 21.1716C8.77453 21.2568 9.03456 21.655 8.94932 22.061C8.86409 22.467 8.46586 22.727 8.05986 22.6418C7.66059 22.558 7.26337 22.4283 6.87482 22.2318L5.85639 22.3337C5.4436 22.375 5.0755 22.0738 5.03422 21.661C4.99294 21.2482 5.29411 20.8801 5.7069 20.8388L6.95435 20.7141Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0671 21.779C14.1208 22.1904 13.8308 22.5673 13.4195 22.621C12.9607 22.6808 12.4932 22.7116 12.0189 22.7116C11.6178 22.7116 11.2203 22.7295 10.8109 22.7479L10.7819 22.7492C10.3674 22.7678 10.0164 22.447 9.99774 22.0325C9.97912 21.6181 10.3 21.2671 10.7144 21.2484L10.7557 21.2466C11.1563 21.2286 11.5835 21.2093 12.0189 21.2093C12.4281 21.2093 12.8307 21.1828 13.2252 21.1313C13.6365 21.0776 14.0135 21.3676 14.0671 21.779Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6185 1.34066C11.0772 1.28082 11.5447 1.25 12.0191 1.25C12.4934 1.25 12.9609 1.28082 13.4197 1.34066C13.831 1.39432 14.121 1.7713 14.0673 2.18266C14.0137 2.59402 13.6367 2.884 13.2253 2.83034C12.8309 2.77889 12.4283 2.7523 12.0191 2.7523C11.6099 2.7523 11.2073 2.77889 10.8128 2.83034C10.4014 2.884 10.0245 2.59402 9.9708 2.18266C9.91714 1.77129 10.2071 1.39432 10.6185 1.34066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1453 2.47068C15.3042 2.08747 15.7437 1.90564 16.1269 2.06455C16.9997 2.42648 17.814 2.90009 18.5522 3.46734C18.8811 3.72011 18.9429 4.19169 18.6901 4.52063C18.4373 4.84958 17.9657 4.91132 17.6368 4.65854C17.0015 4.17037 16.3012 3.76321 15.5514 3.45226C15.1682 3.29335 14.9864 2.85388 15.1453 2.47068Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.89286 2.47068C9.05177 2.85388 8.86994 3.29335 8.48673 3.45226C7.73689 3.76321 7.03661 4.17037 6.40135 4.65854C6.07241 4.91132 5.60083 4.84958 5.34805 4.52063C5.09527 4.19169 5.15702 3.72012 5.48596 3.46734C6.22412 2.90009 7.03848 2.42648 7.91127 2.06455C8.29448 1.90564 8.73395 2.08747 8.89286 2.47068Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4792 5.30972C19.8081 5.05694 20.2797 5.11868 20.5325 5.44763C21.0997 6.18579 21.5733 7.00015 21.9352 7.87294C22.0942 8.25615 21.9123 8.69562 21.5291 8.85453C21.1459 9.01344 20.7064 8.83161 20.5475 8.4484C20.2366 7.69856 19.8294 6.99828 19.3413 6.36302C19.0885 6.03408 19.1502 5.5625 19.4792 5.30972Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.55897 5.30972C4.88791 5.5625 4.94965 6.03408 4.69687 6.36302C4.2087 6.99828 3.80154 7.69856 3.4906 8.4484C3.33169 8.83161 2.89222 9.01344 2.50901 8.85453C2.1258 8.69562 1.94397 8.25615 2.10288 7.87294C2.46481 7.00015 2.93842 6.18579 3.50567 5.44763C3.75845 5.11869 4.23003 5.05694 4.55897 5.30972Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.22099 9.93247C2.63236 9.98612 2.92233 10.3631 2.86868 10.7745C2.81722 11.1689 2.79064 11.5715 2.79064 11.9807C2.79064 12.4161 2.77143 12.8432 2.75342 13.2438L2.75156 13.2852C2.73295 13.6996 2.3819 14.0205 1.96747 14.0019C1.55304 13.9833 1.23216 13.6322 1.25077 13.2178L1.25208 13.1885C1.27048 12.7791 1.28833 12.3818 1.28833 11.9807C1.28833 11.5064 1.31916 11.0389 1.37899 10.5801C1.43265 10.1688 1.80963 9.87881 2.22099 9.93247Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.8171 9.93247C22.2285 9.87881 22.6055 10.1688 22.6591 10.5801C22.719 11.0389 22.7498 11.5064 22.7498 11.9807C22.7498 12.4551 22.719 12.9226 22.6591 13.3813C22.6055 13.7927 22.2285 14.0827 21.8171 14.029C21.4058 13.9753 21.1158 13.5984 21.1695 13.187C21.2209 12.7925 21.2475 12.3899 21.2475 11.9807C21.2475 11.5715 21.2209 11.1689 21.1695 10.7745C21.1158 10.3631 21.4058 9.98612 21.8171 9.93247Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.25002 12C4.25002 7.71979 7.71981 4.25 12 4.25C16.2802 4.25 19.75 7.71979 19.75 12C19.75 16.2802 16.2802 19.75 12 19.75C10.6847 19.75 9.46256 19.3679 8.40762 18.8064L5.20606 19.7211C4.94416 19.796 4.66229 19.7229 4.46969 19.5303C4.27709 19.3377 4.20405 19.0559 4.27888 18.794L5.19361 15.5924C4.63216 14.5375 4.25002 13.3153 4.25002 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-skype{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 3.25C3.37665 3.25 1.25 5.37665 1.25 8C1.25 9.2336 1.72124 10.3589 2.49223 11.2029C2.83676 11.58 2.99419 11.7726 3.09346 11.9637C3.18173 12.1337 3.24561 12.3472 3.28553 12.79C3.46303 14.7587 4.30596 16.6803 5.81282 18.1872C8.19728 20.5716 11.6148 21.2912 14.6214 20.3498C15.0456 20.217 15.2683 20.194 15.4605 20.2103C15.6766 20.2287 15.9162 20.3003 16.3977 20.4728C16.8993 20.6525 17.4391 20.75 18 20.75C20.6234 20.75 22.75 18.6234 22.75 16C22.75 14.7664 22.2788 13.6411 21.5078 12.7971C21.1632 12.42 21.0058 12.2274 20.9065 12.0363C20.8183 11.8663 20.7544 11.6528 20.7145 11.21C20.537 9.24131 19.694 7.31968 18.1872 5.81282C15.8027 3.42835 12.3852 2.70883 9.37864 3.65017C8.95439 3.783 8.7317 3.80602 8.53948 3.78969C8.32336 3.77133 8.08379 3.69975 7.60225 3.52723C7.1007 3.34755 6.56092 3.25 6 3.25ZM9.75 10C9.75 9.7765 9.8859 9.48236 10.2947 9.20982C10.6983 8.94078 11.299 8.75 12 8.75C12.701 8.75 13.3017 8.94078 13.7053 9.20982C14.1141 9.48236 14.25 9.7765 14.25 10C14.25 10.4142 14.5858 10.75 15 10.75C15.4142 10.75 15.75 10.4142 15.75 10C15.75 9.11893 15.2143 8.41307 14.5373 7.96175C13.8551 7.50693 12.9558 7.25 12 7.25C11.0442 7.25 10.1449 7.50693 9.46265 7.96175C8.78567 8.41307 8.25 9.11893 8.25 10C8.25 10.8811 8.78567 11.5869 9.46265 12.0383C10.1449 12.4931 11.0442 12.75 12 12.75C12.701 12.75 13.3017 12.9408 13.7053 13.2098C14.1141 13.4824 14.25 13.7765 14.25 14C14.25 14.2235 14.1141 14.5176 13.7053 14.7902C13.3017 15.0592 12.701 15.25 12 15.25C11.299 15.25 10.6983 15.0592 10.2947 14.7902C9.8859 14.5176 9.75 14.2235 9.75 14C9.75 13.5858 9.41421 13.25 9 13.25C8.58579 13.25 8.25 13.5858 8.25 14C8.25 14.8811 8.78567 15.5869 9.46265 16.0383C10.1449 16.4931 11.0442 16.75 12 16.75C12.9558 16.75 13.8551 16.4931 14.5373 16.0383C15.2143 15.5869 15.75 14.8811 15.75 14C15.75 13.1189 15.2143 12.4131 14.5373 11.9617C13.8551 11.5069 12.9558 11.25 12 11.25C11.299 11.25 10.6983 11.0592 10.2947 10.7902C9.8859 10.5176 9.75 10.2235 9.75 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 3.25C3.37665 3.25 1.25 5.37665 1.25 8C1.25 9.2336 1.72124 10.3589 2.49223 11.2029C2.83676 11.58 2.99419 11.7726 3.09346 11.9637C3.18173 12.1337 3.24561 12.3472 3.28553 12.79C3.46303 14.7587 4.30596 16.6803 5.81282 18.1872C8.19728 20.5716 11.6148 21.2912 14.6214 20.3498C15.0456 20.217 15.2683 20.194 15.4605 20.2103C15.6766 20.2287 15.9162 20.3003 16.3977 20.4728C16.8993 20.6525 17.4391 20.75 18 20.75C20.6234 20.75 22.75 18.6234 22.75 16C22.75 14.7664 22.2788 13.6411 21.5078 12.7971C21.1632 12.42 21.0058 12.2274 20.9065 12.0363C20.8183 11.8663 20.7544 11.6528 20.7145 11.21C20.537 9.24131 19.694 7.31968 18.1872 5.81282C15.8027 3.42835 12.3852 2.70883 9.37864 3.65017C8.95439 3.783 8.7317 3.80602 8.53948 3.78969C8.32336 3.77133 8.08379 3.69975 7.60225 3.52723C7.1007 3.34755 6.56092 3.25 6 3.25ZM9.75 10C9.75 9.7765 9.8859 9.48236 10.2947 9.20982C10.6983 8.94078 11.299 8.75 12 8.75C12.701 8.75 13.3017 8.94078 13.7053 9.20982C14.1141 9.48236 14.25 9.7765 14.25 10C14.25 10.4142 14.5858 10.75 15 10.75C15.4142 10.75 15.75 10.4142 15.75 10C15.75 9.11893 15.2143 8.41307 14.5373 7.96175C13.8551 7.50693 12.9558 7.25 12 7.25C11.0442 7.25 10.1449 7.50693 9.46265 7.96175C8.78567 8.41307 8.25 9.11893 8.25 10C8.25 10.8811 8.78567 11.5869 9.46265 12.0383C10.1449 12.4931 11.0442 12.75 12 12.75C12.701 12.75 13.3017 12.9408 13.7053 13.2098C14.1141 13.4824 14.25 13.7765 14.25 14C14.25 14.2235 14.1141 14.5176 13.7053 14.7902C13.3017 15.0592 12.701 15.25 12 15.25C11.299 15.25 10.6983 15.0592 10.2947 14.7902C9.8859 14.5176 9.75 14.2235 9.75 14C9.75 13.5858 9.41421 13.25 9 13.25C8.58579 13.25 8.25 13.5858 8.25 14C8.25 14.8811 8.78567 15.5869 9.46265 16.0383C10.1449 16.4931 11.0442 16.75 12 16.75C12.9558 16.75 13.8551 16.4931 14.5373 16.0383C15.2143 15.5869 15.75 14.8811 15.75 14C15.75 13.1189 15.2143 12.4131 14.5373 11.9617C13.8551 11.5069 12.9558 11.25 12 11.25C11.299 11.25 10.6983 11.0592 10.2947 10.7902C9.8859 10.5176 9.75 10.2235 9.75 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-slack{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.75 1.25C13.3693 1.25 12.25 2.36929 12.25 3.75V9.25C12.25 10.6307 13.3693 11.75 14.75 11.75C16.1307 11.75 17.25 10.6307 17.25 9.25V3.75C17.25 2.36929 16.1307 1.25 14.75 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.25 12.25C7.86929 12.25 6.75 13.3693 6.75 14.75V20.25C6.75 21.6307 7.86929 22.75 9.25 22.75C10.6307 22.75 11.75 21.6307 11.75 20.25V14.75C11.75 13.3693 10.6307 12.25 9.25 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.75 12.25C13.3693 12.25 12.25 13.3693 12.25 14.75C12.25 16.1307 13.3693 17.25 14.75 17.25H20.25C21.6307 17.25 22.75 16.1307 22.75 14.75C22.75 13.3693 21.6307 12.25 20.25 12.25H14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.75 6.75C2.36929 6.75 1.25 7.86929 1.25 9.25C1.25 10.6307 2.36929 11.75 3.75 11.75H9.25C10.6307 11.75 11.75 10.6307 11.75 9.25C11.75 7.86929 10.6307 6.75 9.25 6.75H3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 1.25C7.36929 1.25 6.25 2.36929 6.25 3.75C6.25 5.13071 7.36929 6.25 8.75 6.25H10.5C10.9142 6.25 11.25 5.91421 11.25 5.5V3.75C11.25 2.36929 10.1307 1.25 8.75 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5 17.75C13.0858 17.75 12.75 18.0858 12.75 18.5V20.25C12.75 21.6307 13.8693 22.75 15.25 22.75C16.6307 22.75 17.75 21.6307 17.75 20.25C17.75 18.8693 16.6307 17.75 15.25 17.75H13.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.25 6.25C18.8693 6.25 17.75 7.36929 17.75 8.75V10.5C17.75 10.6989 17.829 10.8897 17.9697 11.0303C18.1103 11.171 18.3011 11.25 18.5 11.25H20.25C21.6307 11.25 22.75 10.1307 22.75 8.75C22.75 7.36929 21.6307 6.25 20.25 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.75 12.75C2.36929 12.75 1.25 13.8693 1.25 15.25C1.25 16.6307 2.36929 17.75 3.75 17.75C5.13071 17.75 6.25 16.6307 6.25 15.25V13.5C6.25 13.0858 5.91421 12.75 5.5 12.75H3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.75 1.25C13.3693 1.25 12.25 2.36929 12.25 3.75V9.25C12.25 10.6307 13.3693 11.75 14.75 11.75C16.1307 11.75 17.25 10.6307 17.25 9.25V3.75C17.25 2.36929 16.1307 1.25 14.75 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.25 12.25C7.86929 12.25 6.75 13.3693 6.75 14.75V20.25C6.75 21.6307 7.86929 22.75 9.25 22.75C10.6307 22.75 11.75 21.6307 11.75 20.25V14.75C11.75 13.3693 10.6307 12.25 9.25 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.75 12.25C13.3693 12.25 12.25 13.3693 12.25 14.75C12.25 16.1307 13.3693 17.25 14.75 17.25H20.25C21.6307 17.25 22.75 16.1307 22.75 14.75C22.75 13.3693 21.6307 12.25 20.25 12.25H14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.75 6.75C2.36929 6.75 1.25 7.86929 1.25 9.25C1.25 10.6307 2.36929 11.75 3.75 11.75H9.25C10.6307 11.75 11.75 10.6307 11.75 9.25C11.75 7.86929 10.6307 6.75 9.25 6.75H3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 1.25C7.36929 1.25 6.25 2.36929 6.25 3.75C6.25 5.13071 7.36929 6.25 8.75 6.25H10.5C10.9142 6.25 11.25 5.91421 11.25 5.5V3.75C11.25 2.36929 10.1307 1.25 8.75 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5 17.75C13.0858 17.75 12.75 18.0858 12.75 18.5V20.25C12.75 21.6307 13.8693 22.75 15.25 22.75C16.6307 22.75 17.75 21.6307 17.75 20.25C17.75 18.8693 16.6307 17.75 15.25 17.75H13.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.25 6.25C18.8693 6.25 17.75 7.36929 17.75 8.75V10.5C17.75 10.6989 17.829 10.8897 17.9697 11.0303C18.1103 11.171 18.3011 11.25 18.5 11.25H20.25C21.6307 11.25 22.75 10.1307 22.75 8.75C22.75 7.36929 21.6307 6.25 20.25 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.75 12.75C2.36929 12.75 1.25 13.8693 1.25 15.25C1.25 16.6307 2.36929 17.75 3.75 17.75C5.13071 17.75 6.25 16.6307 6.25 15.25V13.5C6.25 13.0858 5.91421 12.75 5.5 12.75H3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-slideshare{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 8.25C7.25736 8.25 6.25 9.25736 6.25 10.5C6.25 11.7426 7.25736 12.75 8.5 12.75C9.74264 12.75 10.75 11.7426 10.75 10.5C10.75 9.25736 9.74264 8.25 8.5 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.5 8.25C14.2574 8.25 13.25 9.25736 13.25 10.5C13.25 11.7426 14.2574 12.75 15.5 12.75C16.7426 12.75 17.75 11.7426 17.75 10.5C17.75 9.25736 16.7426 8.25 15.5 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.50424 10.4448C2.19761 10.1663 1.72328 10.1891 1.4448 10.4958C1.16632 10.8024 1.18914 11.2767 1.49577 11.5552C2.83213 12.7689 4.33324 13.7686 5.95766 14.4909C5.4282 15.64 5.18227 16.8437 5.26571 18.1799C5.38229 20.0469 7.05182 21.5498 8.9535 21.7241C9.39795 21.7648 10.0396 21.785 10.598 21.5716C10.8925 21.4591 11.1938 21.2703 11.4182 20.9603C11.6454 20.6464 11.75 20.2685 11.75 19.8563C11.75 19.6879 11.751 19.5186 11.7521 19.3498C11.7549 18.8824 11.7577 18.419 11.7386 17.9921C11.7123 17.4033 11.643 16.8131 11.4503 16.2627C11.2527 15.6983 10.9293 15.1875 10.4183 14.7597C9.91594 14.3392 9.26565 14.0266 8.45175 13.7995C8.05091 13.6876 7.6558 13.5572 7.26707 13.4091C5.53236 12.748 3.92366 11.7339 2.50424 10.4448Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.5054 11.5541C22.8114 11.275 22.8333 10.8006 22.5541 10.4946C22.275 10.1886 21.8006 10.1667 21.4946 10.4459C20.0814 11.7348 18.4799 12.7487 16.7532 13.4095C16.3662 13.5575 15.9729 13.6879 15.574 13.7997C14.6562 14.0569 13.946 14.4415 13.4207 14.9662C12.8915 15.4949 12.5966 16.1191 12.4363 16.7754C12.279 17.419 12.2479 18.1069 12.2501 18.7806C12.2511 19.0998 12.2599 19.4275 12.2686 19.7521L12.2702 19.8132C12.2795 20.1611 12.2882 20.5075 12.2882 20.8578C12.2882 21.2608 12.3911 21.6311 12.6118 21.9406C12.8296 22.246 13.1229 22.4371 13.4133 22.554C13.9663 22.7766 14.6058 22.7692 15.0749 22.726C16.9716 22.5512 18.6311 21.0451 18.7469 19.1806C18.8403 17.6755 18.6785 15.9778 18.0486 14.4961C19.6716 13.7732 21.1711 12.7711 22.5054 11.5541Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9427 1.25H12.0555C13.8932 1.24998 15.3489 1.24997 16.4881 1.40314C17.6605 1.56076 18.6095 1.89288 19.3578 2.64124C20.0359 3.31932 20.3731 4.16313 20.5475 5.19112C20.7182 6.1973 20.7436 7.45069 20.7481 8.99781C20.7493 9.41202 20.4145 9.74879 20.0003 9.75C19.5861 9.75121 19.2494 9.41641 19.2481 9.0022C19.2436 7.435 19.2152 6.30574 19.0686 5.44205C18.9258 4.60017 18.6822 4.08692 18.2972 3.7019C17.874 3.27869 17.2943 3.02502 16.2882 2.88976C15.2606 2.75159 13.9059 2.75 11.9991 2.75C10.0922 2.75 8.73758 2.75159 7.70992 2.88976C6.70383 3.02502 6.12418 3.27869 5.70097 3.7019C5.31596 4.08692 5.07236 4.60017 4.92951 5.44205C4.78296 6.30574 4.75458 7.435 4.75 9.0022C4.74878 9.41641 4.41202 9.75121 3.99781 9.75C3.58359 9.74879 3.24879 9.41202 3.25 8.99781C3.25453 7.45069 3.27992 6.1973 3.45065 5.19112C3.62507 4.16313 3.96223 3.31932 4.64031 2.64124C5.38868 1.89288 6.33763 1.56076 7.51005 1.40314C8.64926 1.24997 10.1049 1.24998 11.9427 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 8.25C7.25736 8.25 6.25 9.25736 6.25 10.5C6.25 11.7426 7.25736 12.75 8.5 12.75C9.74264 12.75 10.75 11.7426 10.75 10.5C10.75 9.25736 9.74264 8.25 8.5 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.5 8.25C14.2574 8.25 13.25 9.25736 13.25 10.5C13.25 11.7426 14.2574 12.75 15.5 12.75C16.7426 12.75 17.75 11.7426 17.75 10.5C17.75 9.25736 16.7426 8.25 15.5 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.50424 10.4448C2.19761 10.1663 1.72328 10.1891 1.4448 10.4958C1.16632 10.8024 1.18914 11.2767 1.49577 11.5552C2.83213 12.7689 4.33324 13.7686 5.95766 14.4909C5.4282 15.64 5.18227 16.8437 5.26571 18.1799C5.38229 20.0469 7.05182 21.5498 8.9535 21.7241C9.39795 21.7648 10.0396 21.785 10.598 21.5716C10.8925 21.4591 11.1938 21.2703 11.4182 20.9603C11.6454 20.6464 11.75 20.2685 11.75 19.8563C11.75 19.6879 11.751 19.5186 11.7521 19.3498C11.7549 18.8824 11.7577 18.419 11.7386 17.9921C11.7123 17.4033 11.643 16.8131 11.4503 16.2627C11.2527 15.6983 10.9293 15.1875 10.4183 14.7597C9.91594 14.3392 9.26565 14.0266 8.45175 13.7995C8.05091 13.6876 7.6558 13.5572 7.26707 13.4091C5.53236 12.748 3.92366 11.7339 2.50424 10.4448Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.5054 11.5541C22.8114 11.275 22.8333 10.8006 22.5541 10.4946C22.275 10.1886 21.8006 10.1667 21.4946 10.4459C20.0814 11.7348 18.4799 12.7487 16.7532 13.4095C16.3662 13.5575 15.9729 13.6879 15.574 13.7997C14.6562 14.0569 13.946 14.4415 13.4207 14.9662C12.8915 15.4949 12.5966 16.1191 12.4363 16.7754C12.279 17.419 12.2479 18.1069 12.2501 18.7806C12.2511 19.0998 12.2599 19.4275 12.2686 19.7521L12.2702 19.8132C12.2795 20.1611 12.2882 20.5075 12.2882 20.8578C12.2882 21.2608 12.3911 21.6311 12.6118 21.9406C12.8296 22.246 13.1229 22.4371 13.4133 22.554C13.9663 22.7766 14.6058 22.7692 15.0749 22.726C16.9716 22.5512 18.6311 21.0451 18.7469 19.1806C18.8403 17.6755 18.6785 15.9778 18.0486 14.4961C19.6716 13.7732 21.1711 12.7711 22.5054 11.5541Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9427 1.25H12.0555C13.8932 1.24998 15.3489 1.24997 16.4881 1.40314C17.6605 1.56076 18.6095 1.89288 19.3578 2.64124C20.0359 3.31932 20.3731 4.16313 20.5475 5.19112C20.7182 6.1973 20.7436 7.45069 20.7481 8.99781C20.7493 9.41202 20.4145 9.74879 20.0003 9.75C19.5861 9.75121 19.2494 9.41641 19.2481 9.0022C19.2436 7.435 19.2152 6.30574 19.0686 5.44205C18.9258 4.60017 18.6822 4.08692 18.2972 3.7019C17.874 3.27869 17.2943 3.02502 16.2882 2.88976C15.2606 2.75159 13.9059 2.75 11.9991 2.75C10.0922 2.75 8.73758 2.75159 7.70992 2.88976C6.70383 3.02502 6.12418 3.27869 5.70097 3.7019C5.31596 4.08692 5.07236 4.60017 4.92951 5.44205C4.78296 6.30574 4.75458 7.435 4.75 9.0022C4.74878 9.41641 4.41202 9.75121 3.99781 9.75C3.58359 9.74879 3.24879 9.41202 3.25 8.99781C3.25453 7.45069 3.27992 6.1973 3.45065 5.19112C3.62507 4.16313 3.96223 3.31932 4.64031 2.64124C5.38868 1.89288 6.33763 1.56076 7.51005 1.40314C8.64926 1.24997 10.1049 1.24998 11.9427 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-snapchat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.83163 7.42444C5.83163 4.01439 8.5933 1.25 12 1.25C15.4067 1.25 18.1684 4.01439 18.1684 7.42444C18.1684 9.13807 18.2036 10.4544 18.4163 11.5256C18.7423 10.5083 19.5056 9.49916 20.4979 8.47725C20.7864 8.18023 21.2607 8.17349 21.5574 8.46219C21.8542 8.7509 21.8609 9.22573 21.5725 9.52275C20.1462 10.9916 19.6711 11.9956 19.751 12.7458C19.8276 13.4655 20.4647 14.3141 22.3486 15.3414C22.7662 15.5691 22.7717 16.0913 22.7368 16.5072C22.71 16.827 22.4829 17.0942 22.1719 17.1721C21.0763 17.4462 20.5606 17.6861 20.2306 18.0164C19.9005 18.3468 19.6609 18.863 19.387 19.9597C19.3036 20.2936 19.0039 20.5278 18.6601 20.5278C16.8964 20.5278 15.9218 21.0204 15.0984 21.5276C14.9893 21.5948 14.8785 21.6659 14.765 21.7388L14.765 21.7389C14.0334 22.2087 13.1904 22.75 12 22.75C10.8096 22.75 9.9666 22.2087 9.23502 21.7389C9.12151 21.666 9.01068 21.5948 8.90165 21.5276C8.07816 21.0204 7.10358 20.5278 5.3399 20.5278C4.99608 20.5278 4.69639 20.2936 4.61301 19.9597C4.3391 18.863 4.09951 18.3468 3.76945 18.0164C3.43939 17.6861 2.92374 17.4462 1.82812 17.1721C1.51712 17.0942 1.29004 16.827 1.26321 16.5072C1.22832 16.0913 1.23381 15.5691 1.65141 15.3414C3.53529 14.3141 4.17237 13.4655 4.24902 12.7458C4.32891 11.9956 3.85381 10.9916 2.42752 9.52275C2.13909 9.22573 2.14583 8.7509 2.44256 8.46219C2.73929 8.17349 3.21365 8.18023 3.50207 8.47725C4.49438 9.49916 5.25772 10.5083 5.58367 11.5256C5.79643 10.4544 5.83163 9.13807 5.83163 7.42444Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.83163 7.42444C5.83163 4.01439 8.5933 1.25 12 1.25C15.4067 1.25 18.1684 4.01439 18.1684 7.42444C18.1684 9.13807 18.2036 10.4544 18.4163 11.5256C18.7423 10.5083 19.5056 9.49916 20.4979 8.47725C20.7864 8.18023 21.2607 8.17349 21.5574 8.46219C21.8542 8.7509 21.8609 9.22573 21.5725 9.52275C20.1462 10.9916 19.6711 11.9956 19.751 12.7458C19.8276 13.4655 20.4647 14.3141 22.3486 15.3414C22.7662 15.5691 22.7717 16.0913 22.7368 16.5072C22.71 16.827 22.4829 17.0942 22.1719 17.1721C21.0763 17.4462 20.5606 17.6861 20.2306 18.0164C19.9005 18.3468 19.6609 18.863 19.387 19.9597C19.3036 20.2936 19.0039 20.5278 18.6601 20.5278C16.8964 20.5278 15.9218 21.0204 15.0984 21.5276C14.9893 21.5948 14.8785 21.6659 14.765 21.7388L14.765 21.7389C14.0334 22.2087 13.1904 22.75 12 22.75C10.8096 22.75 9.9666 22.2087 9.23502 21.7389C9.12151 21.666 9.01068 21.5948 8.90165 21.5276C8.07816 21.0204 7.10358 20.5278 5.3399 20.5278C4.99608 20.5278 4.69639 20.2936 4.61301 19.9597C4.3391 18.863 4.09951 18.3468 3.76945 18.0164C3.43939 17.6861 2.92374 17.4462 1.82812 17.1721C1.51712 17.0942 1.29004 16.827 1.26321 16.5072C1.22832 16.0913 1.23381 15.5691 1.65141 15.3414C3.53529 14.3141 4.17237 13.4655 4.24902 12.7458C4.32891 11.9956 3.85381 10.9916 2.42752 9.52275C2.13909 9.22573 2.14583 8.7509 2.44256 8.46219C2.73929 8.17349 3.21365 8.18023 3.50207 8.47725C4.49438 9.49916 5.25772 10.5083 5.58367 11.5256C5.79643 10.4544 5.83163 9.13807 5.83163 7.42444Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-soundcloud{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.25 6C10.25 5.0335 11.0335 4.25 12 4.25C15.3215 4.25 18.1146 6.71493 18.2452 9.89994C20.7562 10.2389 22.75 12.2646 22.75 14.8C22.75 17.5817 20.3499 19.75 17.5 19.75H11C10.5858 19.75 10.25 19.4142 10.25 19V6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 5.25C8.41421 5.25 8.75 5.58579 8.75 6V19C8.75 19.4142 8.41421 19.75 8 19.75C7.58579 19.75 7.25 19.4142 7.25 19V6C7.25 5.58579 7.58579 5.25 8 5.25ZM5.00018 9.12917C5.4144 9.12917 5.75018 9.46496 5.75018 9.87917V18.9079C5.75018 19.3221 5.4144 19.6579 5.00018 19.6579C4.58597 19.6579 4.25018 19.3221 4.25018 18.9079V9.87917C4.25018 9.46496 4.58597 9.12917 5.00018 9.12917ZM2 10.8796C2.41421 10.8796 2.75 11.2154 2.75 11.6296V17.1574C2.75 17.5716 2.41421 17.9074 2 17.9074C1.58579 17.9074 1.25 17.5716 1.25 17.1574V11.6296C1.25 11.2154 1.58579 10.8796 2 10.8796Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.25 6C10.25 5.0335 11.0335 4.25 12 4.25C15.3215 4.25 18.1146 6.71493 18.2452 9.89994C20.7562 10.2389 22.75 12.2646 22.75 14.8C22.75 17.5817 20.3499 19.75 17.5 19.75H11C10.5858 19.75 10.25 19.4142 10.25 19V6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 5.25C8.41421 5.25 8.75 5.58579 8.75 6V19C8.75 19.4142 8.41421 19.75 8 19.75C7.58579 19.75 7.25 19.4142 7.25 19V6C7.25 5.58579 7.58579 5.25 8 5.25ZM5.00018 9.12917C5.4144 9.12917 5.75018 9.46496 5.75018 9.87917V18.9079C5.75018 19.3221 5.4144 19.6579 5.00018 19.6579C4.58597 19.6579 4.25018 19.3221 4.25018 18.9079V9.87917C4.25018 9.46496 4.58597 9.12917 5.00018 9.12917ZM2 10.8796C2.41421 10.8796 2.75 11.2154 2.75 11.6296V17.1574C2.75 17.5716 2.41421 17.9074 2 17.9074C1.58579 17.9074 1.25 17.5716 1.25 17.1574V11.6296C1.25 11.2154 1.58579 10.8796 2 10.8796Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-spotify{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM7.29245 9.59911C8.58373 9.05275 10.0054 8.75 11.5002 8.75C13.7571 8.75 15.8493 9.44029 17.5775 10.6195C17.9196 10.853 18.3863 10.7649 18.6197 10.4227C18.8532 10.0806 18.7651 9.61394 18.4229 9.38048C16.453 8.03631 14.0676 7.25 11.5002 7.25C9.80114 7.25 8.18097 7.59442 6.70794 8.21768C6.32647 8.37908 6.14807 8.81917 6.30948 9.20064C6.47088 9.58212 6.91097 9.76051 7.29245 9.59911ZM7.73868 12.7796C8.76224 12.4363 9.85869 12.25 11.0002 12.25C12.8872 12.25 14.653 12.7592 16.1701 13.6473C16.5276 13.8565 16.987 13.7364 17.1963 13.3789C17.4055 13.0214 17.2853 12.562 16.9279 12.3527C15.1871 11.3338 13.1607 10.75 11.0002 10.75C9.69447 10.75 8.43703 10.9633 7.26171 11.3574C6.869 11.4892 6.65741 11.9143 6.78912 12.307C6.92083 12.6997 7.34596 12.9113 7.73868 12.7796ZM8.82994 16.0387C9.52115 15.8506 10.2492 15.75 11.002 15.75C12.367 15.75 13.6525 16.0809 14.7847 16.6662C15.1527 16.8565 15.6052 16.7124 15.7954 16.3444C15.9856 15.9765 15.8415 15.524 15.4736 15.3338C14.1334 14.6409 12.6122 14.25 11.002 14.25C10.115 14.25 9.25447 14.3686 8.43607 14.5913C8.0364 14.7001 7.80056 15.1123 7.90932 15.512C8.01809 15.9116 8.43026 16.1475 8.82994 16.0387Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM7.29245 9.59911C8.58373 9.05275 10.0054 8.75 11.5002 8.75C13.7571 8.75 15.8493 9.44029 17.5775 10.6195C17.9196 10.853 18.3863 10.7649 18.6197 10.4227C18.8532 10.0806 18.7651 9.61394 18.4229 9.38048C16.453 8.03631 14.0676 7.25 11.5002 7.25C9.80114 7.25 8.18097 7.59442 6.70794 8.21768C6.32647 8.37908 6.14807 8.81917 6.30948 9.20064C6.47088 9.58212 6.91097 9.76051 7.29245 9.59911ZM7.73868 12.7796C8.76224 12.4363 9.85869 12.25 11.0002 12.25C12.8872 12.25 14.653 12.7592 16.1701 13.6473C16.5276 13.8565 16.987 13.7364 17.1963 13.3789C17.4055 13.0214 17.2853 12.562 16.9279 12.3527C15.1871 11.3338 13.1607 10.75 11.0002 10.75C9.69447 10.75 8.43703 10.9633 7.26171 11.3574C6.869 11.4892 6.65741 11.9143 6.78912 12.307C6.92083 12.6997 7.34596 12.9113 7.73868 12.7796ZM8.82994 16.0387C9.52115 15.8506 10.2492 15.75 11.002 15.75C12.367 15.75 13.6525 16.0809 14.7847 16.6662C15.1527 16.8565 15.6052 16.7124 15.7954 16.3444C15.9856 15.9765 15.8415 15.524 15.4736 15.3338C14.1334 14.6409 12.6122 14.25 11.002 14.25C10.115 14.25 9.25447 14.3686 8.43607 14.5913C8.0364 14.7001 7.80056 15.1123 7.90932 15.512C8.01809 15.9116 8.43026 16.1475 8.82994 16.0387Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-stumbleupon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM9 9C9 7.34315 10.3431 6 12 6C13.6569 6 15 7.34315 15 9V10C15 10.5523 14.5523 11 14 11C13.4477 11 13 10.5523 13 10V9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9L11 15C11 16.6569 9.65685 18 8 18C6.34315 18 5 16.6569 5 15L5 13C5 12.4477 5.44772 12 6 12C6.55228 12 7 12.4477 7 13V15C7 15.5523 7.44772 16 8 16C8.55228 16 9 15.5523 9 15L9 9ZM13 13C13 12.4477 13.4477 12 14 12C14.5523 12 15 12.4477 15 13L15 15C15 15.5523 15.4477 16 16 16C16.5523 16 17 15.5523 17 15V13C17 12.4477 17.4477 12 18 12C18.5523 12 19 12.4477 19 13V15C19 16.6569 17.6569 18 16 18C14.3431 18 13 16.6569 13 15L13 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM9 9C9 7.34315 10.3431 6 12 6C13.6569 6 15 7.34315 15 9V10C15 10.5523 14.5523 11 14 11C13.4477 11 13 10.5523 13 10V9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9L11 15C11 16.6569 9.65685 18 8 18C6.34315 18 5 16.6569 5 15L5 13C5 12.4477 5.44772 12 6 12C6.55228 12 7 12.4477 7 13V15C7 15.5523 7.44772 16 8 16C8.55228 16 9 15.5523 9 15L9 9ZM13 13C13 12.4477 13.4477 12 14 12C14.5523 12 15 12.4477 15 13L15 15C15 15.5523 15.4477 16 16 16C16.5523 16 17 15.5523 17 15V13C17 12.4477 17.4477 12 18 12C18.5523 12 19 12.4477 19 13V15C19 16.6569 17.6569 18 16 18C14.3431 18 13 16.6569 13 15L13 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-swarm{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5608 8.60662L14.5596 8.60578L14.5575 8.60419L14.551 8.59941L14.5296 8.58354C14.5118 8.57022 14.487 8.55142 14.4562 8.52752C14.3947 8.47977 14.3087 8.41138 14.2065 8.32535C14.0031 8.15422 13.7296 7.90863 13.4535 7.61282C13.1796 7.31931 12.8883 6.96063 12.6621 6.56208C12.4384 6.16803 12.2518 5.68839 12.2518 5.16667C12.2518 4.30954 12.5333 3.56954 13.0521 3.04045C13.569 2.51336 14.2688 2.25 15.0018 2.25C15.7348 2.25 16.4347 2.51336 16.9515 3.04045C17.4704 3.56954 17.7518 4.30954 17.7518 5.16667C17.7518 5.68839 17.5652 6.16803 17.3416 6.56208C17.1154 6.96063 16.8241 7.31931 16.5501 7.61282C16.2741 7.90863 16.0006 8.15422 15.7972 8.32535C15.6949 8.41138 15.609 8.47977 15.5474 8.52752C15.5166 8.55142 15.4918 8.57022 15.474 8.58354L15.4527 8.59941L15.4462 8.60419L15.444 8.60578L15.4432 8.60637C15.1804 8.79727 14.8236 8.79751 14.5608 8.60662Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6809 10.0527L10.6823 10.0558L10.683 10.0573C10.8329 10.383 10.7308 10.77 10.4401 10.9799L10.4391 10.9806L10.4363 10.9826L10.4274 10.9889L10.3969 11.0104C10.3711 11.0284 10.3342 11.0538 10.2874 11.0852C10.1937 11.1481 10.0596 11.2355 9.89255 11.3376C9.55956 11.5411 9.08968 11.8065 8.54378 12.0516C7.49574 12.5223 5.98617 13.0024 4.61868 12.5983C2.14267 11.8665 0.861748 9.89704 1.35415 7.85523C1.59273 6.86589 2.21513 6.05878 3.13752 5.61582C4.05062 5.17732 5.18326 5.12928 6.41061 5.492C7.76603 5.89256 8.84313 7.12494 9.53253 8.10083C9.89207 8.60978 10.1775 9.09486 10.373 9.45208C10.471 9.63125 10.5472 9.77964 10.5994 9.88456C10.6256 9.93706 10.6458 9.97877 10.6598 10.0081L10.6762 10.0427L10.6809 10.0527Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7518 9.26025C17.2373 9.23371 17.7082 9.25772 18.1604 9.33089C19.8303 9.60108 21.1952 10.5364 22.0209 11.9564C22.8468 13.3767 22.9814 15.0213 22.3804 16.5968C22.1758 17.1331 21.8886 17.6556 21.5205 18.1559L20.4244 17.4473C18.2063 15.8512 16.7518 13.2704 16.7518 10.5008V9.26025ZM20.5073 19.2871L19.5946 18.697C19.5846 18.6905 19.5747 18.6838 19.565 18.6768C16.9836 16.827 15.2518 13.8048 15.2518 10.5008V9.49397C14.4015 9.70936 13.5221 10.0689 12.6324 10.5789C12.3225 10.7565 12.0292 10.9611 11.7518 11.187V13.0337C11.8368 14.2509 12.4299 15.5649 13.32 16.7993C14.209 18.0322 15.3509 19.1246 16.4293 19.8844L18.0368 20.9824C18.2031 20.9055 18.3659 20.8217 18.5248 20.7306C19.286 20.2943 19.9477 19.8091 20.5073 19.2871ZM10.2518 12.784V13.0588C10.2518 13.075 10.2524 13.0911 10.2534 13.1072C10.3574 14.7172 11.1174 16.3094 12.1033 17.6766C13.0948 19.0516 14.3595 20.262 15.5701 21.1141L16.2142 21.554C14.6444 21.855 12.9766 21.7661 11.5902 21.5757C10.5154 21.4282 9.56279 21.2126 8.87915 21.0342C8.53673 20.9449 8.26028 20.8644 8.06797 20.8059C7.97177 20.7766 7.89652 20.7527 7.84448 20.7359L7.78407 20.7161L7.76742 20.7105L7.76258 20.7089L7.76104 20.7084C7.40545 20.5873 7.19339 20.2211 7.26604 19.8526L7.26647 19.8504L7.26747 19.8454L7.27096 19.8283L7.28394 19.7663C7.2953 19.7131 7.31212 19.6364 7.33468 19.5389C7.37979 19.3441 7.44791 19.066 7.54124 18.7267C7.72757 18.0493 8.01601 17.1218 8.42493 16.1233C8.86351 15.0523 9.46064 13.849 10.2518 12.784Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5608 8.60662L14.5596 8.60578L14.5575 8.60419L14.551 8.59941L14.5296 8.58354C14.5118 8.57022 14.487 8.55142 14.4562 8.52752C14.3947 8.47977 14.3087 8.41138 14.2065 8.32535C14.0031 8.15422 13.7296 7.90863 13.4535 7.61282C13.1796 7.31931 12.8883 6.96063 12.6621 6.56208C12.4384 6.16803 12.2518 5.68839 12.2518 5.16667C12.2518 4.30954 12.5333 3.56954 13.0521 3.04045C13.569 2.51336 14.2688 2.25 15.0018 2.25C15.7348 2.25 16.4347 2.51336 16.9515 3.04045C17.4704 3.56954 17.7518 4.30954 17.7518 5.16667C17.7518 5.68839 17.5652 6.16803 17.3416 6.56208C17.1154 6.96063 16.8241 7.31931 16.5501 7.61282C16.2741 7.90863 16.0006 8.15422 15.7972 8.32535C15.6949 8.41138 15.609 8.47977 15.5474 8.52752C15.5166 8.55142 15.4918 8.57022 15.474 8.58354L15.4527 8.59941L15.4462 8.60419L15.444 8.60578L15.4432 8.60637C15.1804 8.79727 14.8236 8.79751 14.5608 8.60662Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6809 10.0527L10.6823 10.0558L10.683 10.0573C10.8329 10.383 10.7308 10.77 10.4401 10.9799L10.4391 10.9806L10.4363 10.9826L10.4274 10.9889L10.3969 11.0104C10.3711 11.0284 10.3342 11.0538 10.2874 11.0852C10.1937 11.1481 10.0596 11.2355 9.89255 11.3376C9.55956 11.5411 9.08968 11.8065 8.54378 12.0516C7.49574 12.5223 5.98617 13.0024 4.61868 12.5983C2.14267 11.8665 0.861748 9.89704 1.35415 7.85523C1.59273 6.86589 2.21513 6.05878 3.13752 5.61582C4.05062 5.17732 5.18326 5.12928 6.41061 5.492C7.76603 5.89256 8.84313 7.12494 9.53253 8.10083C9.89207 8.60978 10.1775 9.09486 10.373 9.45208C10.471 9.63125 10.5472 9.77964 10.5994 9.88456C10.6256 9.93706 10.6458 9.97877 10.6598 10.0081L10.6762 10.0427L10.6809 10.0527Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7518 9.26025C17.2373 9.23371 17.7082 9.25772 18.1604 9.33089C19.8303 9.60108 21.1952 10.5364 22.0209 11.9564C22.8468 13.3767 22.9814 15.0213 22.3804 16.5968C22.1758 17.1331 21.8886 17.6556 21.5205 18.1559L20.4244 17.4473C18.2063 15.8512 16.7518 13.2704 16.7518 10.5008V9.26025ZM20.5073 19.2871L19.5946 18.697C19.5846 18.6905 19.5747 18.6838 19.565 18.6768C16.9836 16.827 15.2518 13.8048 15.2518 10.5008V9.49397C14.4015 9.70936 13.5221 10.0689 12.6324 10.5789C12.3225 10.7565 12.0292 10.9611 11.7518 11.187V13.0337C11.8368 14.2509 12.4299 15.5649 13.32 16.7993C14.209 18.0322 15.3509 19.1246 16.4293 19.8844L18.0368 20.9824C18.2031 20.9055 18.3659 20.8217 18.5248 20.7306C19.286 20.2943 19.9477 19.8091 20.5073 19.2871ZM10.2518 12.784V13.0588C10.2518 13.075 10.2524 13.0911 10.2534 13.1072C10.3574 14.7172 11.1174 16.3094 12.1033 17.6766C13.0948 19.0516 14.3595 20.262 15.5701 21.1141L16.2142 21.554C14.6444 21.855 12.9766 21.7661 11.5902 21.5757C10.5154 21.4282 9.56279 21.2126 8.87915 21.0342C8.53673 20.9449 8.26028 20.8644 8.06797 20.8059C7.97177 20.7766 7.89652 20.7527 7.84448 20.7359L7.78407 20.7161L7.76742 20.7105L7.76258 20.7089L7.76104 20.7084C7.40545 20.5873 7.19339 20.2211 7.26604 19.8526L7.26647 19.8504L7.26747 19.8454L7.27096 19.8283L7.28394 19.7663C7.2953 19.7131 7.31212 19.6364 7.33468 19.5389C7.37979 19.3441 7.44791 19.066 7.54124 18.7267C7.72757 18.0493 8.01601 17.1218 8.42493 16.1233C8.86351 15.0523 9.46064 13.849 10.2518 12.784Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-team-viewer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM17.55 13.8133C18.4918 13.0126 18.9627 12.6123 18.9973 12.0838C19.0009 12.028 19.0009 11.972 18.9973 11.9162C18.9627 11.3877 18.4918 10.9874 17.55 10.1867C16.0773 8.93464 15.3409 8.3086 14.7351 8.55167C14.6734 8.57644 14.6138 8.60687 14.5571 8.64262C14.1369 8.90724 14.0337 9.54228 14.0083 10.6982H9.99172C9.96633 9.54228 9.86305 8.90724 9.44294 8.64262C9.38619 8.60687 9.32661 8.57644 9.26489 8.55167C8.65908 8.3086 7.92271 8.93464 6.44997 10.1867C5.50821 10.9874 5.03733 11.3877 5.00274 11.9162C4.99909 11.972 4.99909 12.028 5.00274 12.0838C5.03733 12.6123 5.50821 13.0126 6.44997 13.8133C7.92271 15.0654 8.65908 15.6914 9.26489 15.4483C9.32661 15.4236 9.38619 15.3931 9.44294 15.3574C9.87543 15.085 9.97214 14.42 9.99377 13.1982H14.0062C14.0279 14.42 14.1246 15.085 14.5571 15.3574C14.6138 15.3931 14.6734 15.4236 14.7351 15.4483C15.3409 15.6914 16.0773 15.0654 17.55 13.8133Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM17.55 13.8133C18.4918 13.0126 18.9627 12.6123 18.9973 12.0838C19.0009 12.028 19.0009 11.972 18.9973 11.9162C18.9627 11.3877 18.4918 10.9874 17.55 10.1867C16.0773 8.93464 15.3409 8.3086 14.7351 8.55167C14.6734 8.57644 14.6138 8.60687 14.5571 8.64262C14.1369 8.90724 14.0337 9.54228 14.0083 10.6982H9.99172C9.96633 9.54228 9.86305 8.90724 9.44294 8.64262C9.38619 8.60687 9.32661 8.57644 9.26489 8.55167C8.65908 8.3086 7.92271 8.93464 6.44997 10.1867C5.50821 10.9874 5.03733 11.3877 5.00274 11.9162C4.99909 11.972 4.99909 12.028 5.00274 12.0838C5.03733 12.6123 5.50821 13.0126 6.44997 13.8133C7.92271 15.0654 8.65908 15.6914 9.26489 15.4483C9.32661 15.4236 9.38619 15.3931 9.44294 15.3574C9.87543 15.085 9.97214 14.42 9.99377 13.1982H14.0062C14.0279 14.42 14.1246 15.085 14.5571 15.3574C14.6138 15.3931 14.6734 15.4236 14.7351 15.4483C15.3409 15.6914 16.0773 15.0654 17.55 13.8133Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-telegram{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7041 19.6345L14.7041 19.6344L12.0442 16.6103C10.7274 15.1131 10.5714 14.4552 10.6581 14.3134L11.6564 13.5094L15.7027 10.3444C16.029 10.0892 16.0866 9.61786 15.8314 9.29159C15.5762 8.96533 15.1048 8.90772 14.7785 9.16292L10.728 12.3311L9.50989 13.3253C9.22553 13.6305 9.04418 14.1524 9.24197 14.8946C9.42654 15.5872 9.94427 16.5026 11.0466 17.7593L10.6395 18.5622C10.3765 18.9277 10.1324 19.2671 9.90771 19.4997C9.68445 19.7308 9.27877 20.0705 8.71374 19.9581C8.15614 19.8472 7.90592 19.3862 7.78203 19.0904C7.65621 18.7899 7.54964 18.3824 7.43402 17.9404L6.93252 16.0239C6.65396 14.9594 6.55777 14.6534 6.37651 14.4282C6.35363 14.3998 6.3298 14.3723 6.30509 14.3459C6.11372 14.141 5.84345 14.0149 4.8535 13.6181L4.79927 13.5963C3.82368 13.2053 3.02006 12.8832 2.45798 12.5667C1.91344 12.2601 1.3254 11.8144 1.25775 11.0623C1.24724 10.9454 1.24742 10.8278 1.25829 10.7109C1.32825 9.95901 1.91775 9.51516 2.46325 9.21037C3.02632 8.89576 3.83094 8.57633 4.80773 8.18854L16.7918 3.43052C18.0177 2.94379 19.02 2.54579 19.8076 2.36434C20.6106 2.17935 21.4401 2.15976 22.0901 2.76101C22.7273 3.35039 22.8036 4.18068 22.7242 5.01747C22.6454 5.8477 22.3864 6.92742 22.0669 8.2593L19.6472 18.3463L19.6472 18.3464C19.4436 19.1954 19.2717 19.9121 19.0655 20.4321C18.8573 20.9575 18.5233 21.5216 17.8484 21.7001C17.1654 21.8807 16.6009 21.544 16.1719 21.1809C15.7505 20.8243 15.2699 20.2779 14.7041 19.6345Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7041 19.6345L14.7041 19.6344L12.0442 16.6103C10.7274 15.1131 10.5714 14.4552 10.6581 14.3134L11.6564 13.5094L15.7027 10.3444C16.029 10.0892 16.0866 9.61786 15.8314 9.29159C15.5762 8.96533 15.1048 8.90772 14.7785 9.16292L10.728 12.3311L9.50989 13.3253C9.22553 13.6305 9.04418 14.1524 9.24197 14.8946C9.42654 15.5872 9.94427 16.5026 11.0466 17.7593L10.6395 18.5622C10.3765 18.9277 10.1324 19.2671 9.90771 19.4997C9.68445 19.7308 9.27877 20.0705 8.71374 19.9581C8.15614 19.8472 7.90592 19.3862 7.78203 19.0904C7.65621 18.7899 7.54964 18.3824 7.43402 17.9404L6.93252 16.0239C6.65396 14.9594 6.55777 14.6534 6.37651 14.4282C6.35363 14.3998 6.3298 14.3723 6.30509 14.3459C6.11372 14.141 5.84345 14.0149 4.8535 13.6181L4.79927 13.5963C3.82368 13.2053 3.02006 12.8832 2.45798 12.5667C1.91344 12.2601 1.3254 11.8144 1.25775 11.0623C1.24724 10.9454 1.24742 10.8278 1.25829 10.7109C1.32825 9.95901 1.91775 9.51516 2.46325 9.21037C3.02632 8.89576 3.83094 8.57633 4.80773 8.18854L16.7918 3.43052C18.0177 2.94379 19.02 2.54579 19.8076 2.36434C20.6106 2.17935 21.4401 2.15976 22.0901 2.76101C22.7273 3.35039 22.8036 4.18068 22.7242 5.01747C22.6454 5.8477 22.3864 6.92742 22.0669 8.2593L19.6472 18.3463L19.6472 18.3464C19.4436 19.1954 19.2717 19.9121 19.0655 20.4321C18.8573 20.9575 18.5233 21.5216 17.8484 21.7001C17.1654 21.8807 16.6009 21.544 16.1719 21.1809C15.7505 20.8243 15.2699 20.2779 14.7041 19.6345Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-threads-ellipse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.8565 12.5065C13.4799 12.4446 13.0383 12.4084 12.5206 12.4082C12.1871 12.4082 11.882 12.5134 11.7712 12.566C11.5895 12.6417 11.4495 12.7387 11.3572 12.8541C11.2742 12.9578 11.1982 13.114 11.1982 13.3823C11.1982 13.5422 11.4454 14.0117 12.1724 14.0117C12.8955 14.0117 13.6885 13.5164 13.8464 12.5694C13.8499 12.5483 13.8533 12.5273 13.8565 12.5065Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM11.257 5.1022C11.5332 5.06232 11.7654 5.04819 11.9323 5.04421C12.1194 5.03746 12.5657 5.03398 12.854 5.07403C13.2739 5.11919 13.8482 5.22742 14.4648 5.48225C15.7249 6.00302 17.1129 7.12032 17.7243 9.39466C17.8318 9.79467 17.5947 10.2061 17.1947 10.3136C16.7947 10.4212 16.3832 10.1841 16.2757 9.78405C15.7994 8.0123 14.7736 7.23292 13.8919 6.86854C13.4376 6.68079 13.0088 6.59933 12.6936 6.56543C12.5026 6.53956 12.1303 6.54022 11.968 6.54378C11.852 6.54655 11.6802 6.55666 11.4714 6.5868C11.051 6.64752 10.4999 6.78673 9.95584 7.09491C8.92548 7.67851 7.75 8.96247 7.75 11.9998C7.75 15.0371 8.92548 16.321 9.95584 16.9046C10.4999 17.2128 11.051 17.352 11.4714 17.4128C11.6802 17.4429 11.852 17.453 11.968 17.4558C12.0952 17.4615 12.402 17.4668 12.6116 17.4428C12.8772 17.4204 13.2457 17.3642 13.6503 17.2305C14.4419 16.969 15.3652 16.4162 15.962 15.2121C16.1342 14.7048 16.1603 14.0349 15.8148 13.5145C15.7043 13.3481 15.5381 13.1709 15.2886 13.0082C14.9194 14.6567 13.4688 15.5118 12.1724 15.5118C10.8305 15.5118 9.69828 14.5692 9.69828 13.3825C9.69828 12.7887 9.88091 12.2984 10.1859 11.9172C10.4815 11.5477 10.8588 11.3213 11.1943 11.1815C11.4275 11.0905 12.0187 10.9083 12.5172 10.9083C12.9928 10.9083 13.4315 10.9358 13.8349 10.9885C13.7979 10.8384 13.7506 10.7065 13.6968 10.5915C13.5057 10.1831 13.2119 9.93942 12.8905 9.81365C12.1897 9.53942 11.3939 9.81593 11.0914 10.3201C10.8783 10.6752 10.4176 10.7904 10.0624 10.5773C9.70722 10.3642 9.59204 9.9035 9.80516 9.54831C10.5372 8.3283 12.1551 7.91515 13.4371 8.41678C14.1071 8.67894 14.6969 9.18958 15.0554 9.95578C15.2505 10.3728 15.3705 10.8505 15.4073 11.3861C16.1559 11.6929 16.7005 12.1366 17.0645 12.6849C17.7739 13.7534 17.6374 14.9854 17.3611 15.7553L17.3476 15.793L17.3301 15.8291C16.5176 17.5055 15.2104 18.2948 14.1209 18.6548C13.5809 18.8332 13.0927 18.9075 12.7379 18.9375C12.429 18.9738 12.0721 18.9645 11.9323 18.9554C11.7654 18.9514 11.5332 18.9372 11.257 18.8974C10.7076 18.818 9.96558 18.6341 9.21658 18.2098C7.66073 17.3286 6.25 15.5107 6.25 11.9998C6.25 8.4889 7.66073 6.67097 9.21658 5.78973C9.96558 5.36549 10.7076 5.18154 11.257 5.1022Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.8565 12.5065C13.4799 12.4446 13.0383 12.4084 12.5206 12.4082C12.1871 12.4082 11.882 12.5134 11.7712 12.566C11.5895 12.6417 11.4495 12.7387 11.3572 12.8541C11.2742 12.9578 11.1982 13.114 11.1982 13.3823C11.1982 13.5422 11.4454 14.0117 12.1724 14.0117C12.8955 14.0117 13.6885 13.5164 13.8464 12.5694C13.8499 12.5483 13.8533 12.5273 13.8565 12.5065Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM11.257 5.1022C11.5332 5.06232 11.7654 5.04819 11.9323 5.04421C12.1194 5.03746 12.5657 5.03398 12.854 5.07403C13.2739 5.11919 13.8482 5.22742 14.4648 5.48225C15.7249 6.00302 17.1129 7.12032 17.7243 9.39466C17.8318 9.79467 17.5947 10.2061 17.1947 10.3136C16.7947 10.4212 16.3832 10.1841 16.2757 9.78405C15.7994 8.0123 14.7736 7.23292 13.8919 6.86854C13.4376 6.68079 13.0088 6.59933 12.6936 6.56543C12.5026 6.53956 12.1303 6.54022 11.968 6.54378C11.852 6.54655 11.6802 6.55666 11.4714 6.5868C11.051 6.64752 10.4999 6.78673 9.95584 7.09491C8.92548 7.67851 7.75 8.96247 7.75 11.9998C7.75 15.0371 8.92548 16.321 9.95584 16.9046C10.4999 17.2128 11.051 17.352 11.4714 17.4128C11.6802 17.4429 11.852 17.453 11.968 17.4558C12.0952 17.4615 12.402 17.4668 12.6116 17.4428C12.8772 17.4204 13.2457 17.3642 13.6503 17.2305C14.4419 16.969 15.3652 16.4162 15.962 15.2121C16.1342 14.7048 16.1603 14.0349 15.8148 13.5145C15.7043 13.3481 15.5381 13.1709 15.2886 13.0082C14.9194 14.6567 13.4688 15.5118 12.1724 15.5118C10.8305 15.5118 9.69828 14.5692 9.69828 13.3825C9.69828 12.7887 9.88091 12.2984 10.1859 11.9172C10.4815 11.5477 10.8588 11.3213 11.1943 11.1815C11.4275 11.0905 12.0187 10.9083 12.5172 10.9083C12.9928 10.9083 13.4315 10.9358 13.8349 10.9885C13.7979 10.8384 13.7506 10.7065 13.6968 10.5915C13.5057 10.1831 13.2119 9.93942 12.8905 9.81365C12.1897 9.53942 11.3939 9.81593 11.0914 10.3201C10.8783 10.6752 10.4176 10.7904 10.0624 10.5773C9.70722 10.3642 9.59204 9.9035 9.80516 9.54831C10.5372 8.3283 12.1551 7.91515 13.4371 8.41678C14.1071 8.67894 14.6969 9.18958 15.0554 9.95578C15.2505 10.3728 15.3705 10.8505 15.4073 11.3861C16.1559 11.6929 16.7005 12.1366 17.0645 12.6849C17.7739 13.7534 17.6374 14.9854 17.3611 15.7553L17.3476 15.793L17.3301 15.8291C16.5176 17.5055 15.2104 18.2948 14.1209 18.6548C13.5809 18.8332 13.0927 18.9075 12.7379 18.9375C12.429 18.9738 12.0721 18.9645 11.9323 18.9554C11.7654 18.9514 11.5332 18.9372 11.257 18.8974C10.7076 18.818 9.96558 18.6341 9.21658 18.2098C7.66073 17.3286 6.25 15.5107 6.25 11.9998C6.25 8.4889 7.66073 6.67097 9.21658 5.78973C9.96558 5.36549 10.7076 5.18154 11.257 5.1022Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-threads-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75C9.86647 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.86647 1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.86646 22.25 12.0572 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572C22.25 9.86646 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM11.257 5.10123C11.5332 5.06135 11.7654 5.04721 11.9323 5.04323C12.1194 5.03648 12.5657 5.033 12.854 5.07305C13.2739 5.11821 13.8482 5.22644 14.4648 5.48127C15.7249 6.00204 17.1129 7.11934 17.7243 9.39368C17.8318 9.7937 17.5947 10.2051 17.1947 10.3127C16.7947 10.4202 16.3832 10.1831 16.2757 9.78308C15.7994 8.01132 14.7736 7.23194 13.8919 6.86756C13.4376 6.67981 13.0088 6.59835 12.6936 6.56446C12.5026 6.53859 12.1303 6.53924 11.968 6.5428C11.852 6.54557 11.6802 6.55568 11.4714 6.58583C11.051 6.64654 10.4999 6.78576 9.95584 7.09393C8.92548 7.67754 7.75 8.96149 7.75 11.9988C7.75 15.0361 8.92548 16.3201 9.95584 16.9037C10.4999 17.2119 11.051 17.3511 11.4714 17.4118C11.6802 17.4419 11.852 17.452 11.968 17.4548C12.0952 17.4605 12.402 17.4659 12.6116 17.4418C12.8772 17.4194 13.2457 17.3632 13.6503 17.2295C14.4419 16.968 15.3652 16.4152 15.962 15.2112C16.1342 14.7039 16.1603 14.0339 15.8148 13.5135C15.7043 13.3471 15.5381 13.1699 15.2886 13.0072C14.9194 14.6557 13.4688 15.5108 12.1724 15.5108C10.8305 15.5108 9.69828 14.5682 9.69828 13.3815C9.69828 12.7877 9.88091 12.2974 10.1859 11.9162C10.4815 11.5467 10.8588 11.3204 11.1943 11.1806C11.4275 11.0895 12.0187 10.9073 12.5172 10.9073C12.9928 10.9073 13.4315 10.9348 13.8349 10.9876C13.7979 10.8374 13.7506 10.7056 13.6968 10.5905C13.5057 10.1821 13.2119 9.93844 12.8905 9.81267C12.1897 9.53844 11.3939 9.81495 11.0914 10.3191C10.8783 10.6743 10.4176 10.7894 10.0624 10.5763C9.70722 10.3632 9.59204 9.90252 9.80516 9.54733C10.5372 8.32732 12.1551 7.91418 13.4371 8.41581C14.1071 8.67797 14.6969 9.1886 15.0554 9.9548C15.2505 10.3718 15.3705 10.8495 15.4073 11.3851C16.1559 11.692 16.7005 12.1357 17.0645 12.6839C17.7739 13.7524 17.6374 14.9844 17.3611 15.7543L17.3476 15.792L17.3301 15.8281C16.5176 17.5045 15.2104 18.2938 14.1209 18.6538C13.5809 18.8322 13.0927 18.9065 12.7379 18.9365C12.429 18.9728 12.0721 18.9636 11.9323 18.9544C11.7654 18.9504 11.5332 18.9363 11.257 18.8964C10.7076 18.817 9.96558 18.6331 9.21658 18.2089C7.66073 17.3276 6.25 15.5097 6.25 11.9988C6.25 8.48792 7.66073 6.66999 9.21658 5.78875C9.96558 5.36451 10.7076 5.18056 11.257 5.10123ZM13.8565 12.5055C13.4799 12.4436 13.0383 12.4074 12.5206 12.4072C12.1871 12.4072 11.882 12.5124 11.7712 12.5651C11.5895 12.6408 11.4495 12.7377 11.3572 12.8531C11.2742 12.9568 11.1982 13.1131 11.1982 13.3814C11.1982 13.5412 11.4454 14.0107 12.1724 14.0107C12.8955 14.0107 13.6885 13.5154 13.8464 12.5684C13.8499 12.5473 13.8533 12.5263 13.8565 12.5055Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75C9.86647 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.86647 1.75 12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.86646 22.25 12.0572 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572C22.25 9.86646 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM11.257 5.10123C11.5332 5.06135 11.7654 5.04721 11.9323 5.04323C12.1194 5.03648 12.5657 5.033 12.854 5.07305C13.2739 5.11821 13.8482 5.22644 14.4648 5.48127C15.7249 6.00204 17.1129 7.11934 17.7243 9.39368C17.8318 9.7937 17.5947 10.2051 17.1947 10.3127C16.7947 10.4202 16.3832 10.1831 16.2757 9.78308C15.7994 8.01132 14.7736 7.23194 13.8919 6.86756C13.4376 6.67981 13.0088 6.59835 12.6936 6.56446C12.5026 6.53859 12.1303 6.53924 11.968 6.5428C11.852 6.54557 11.6802 6.55568 11.4714 6.58583C11.051 6.64654 10.4999 6.78576 9.95584 7.09393C8.92548 7.67754 7.75 8.96149 7.75 11.9988C7.75 15.0361 8.92548 16.3201 9.95584 16.9037C10.4999 17.2119 11.051 17.3511 11.4714 17.4118C11.6802 17.4419 11.852 17.452 11.968 17.4548C12.0952 17.4605 12.402 17.4659 12.6116 17.4418C12.8772 17.4194 13.2457 17.3632 13.6503 17.2295C14.4419 16.968 15.3652 16.4152 15.962 15.2112C16.1342 14.7039 16.1603 14.0339 15.8148 13.5135C15.7043 13.3471 15.5381 13.1699 15.2886 13.0072C14.9194 14.6557 13.4688 15.5108 12.1724 15.5108C10.8305 15.5108 9.69828 14.5682 9.69828 13.3815C9.69828 12.7877 9.88091 12.2974 10.1859 11.9162C10.4815 11.5467 10.8588 11.3204 11.1943 11.1806C11.4275 11.0895 12.0187 10.9073 12.5172 10.9073C12.9928 10.9073 13.4315 10.9348 13.8349 10.9876C13.7979 10.8374 13.7506 10.7056 13.6968 10.5905C13.5057 10.1821 13.2119 9.93844 12.8905 9.81267C12.1897 9.53844 11.3939 9.81495 11.0914 10.3191C10.8783 10.6743 10.4176 10.7894 10.0624 10.5763C9.70722 10.3632 9.59204 9.90252 9.80516 9.54733C10.5372 8.32732 12.1551 7.91418 13.4371 8.41581C14.1071 8.67797 14.6969 9.1886 15.0554 9.9548C15.2505 10.3718 15.3705 10.8495 15.4073 11.3851C16.1559 11.692 16.7005 12.1357 17.0645 12.6839C17.7739 13.7524 17.6374 14.9844 17.3611 15.7543L17.3476 15.792L17.3301 15.8281C16.5176 17.5045 15.2104 18.2938 14.1209 18.6538C13.5809 18.8322 13.0927 18.9065 12.7379 18.9365C12.429 18.9728 12.0721 18.9636 11.9323 18.9544C11.7654 18.9504 11.5332 18.9363 11.257 18.8964C10.7076 18.817 9.96558 18.6331 9.21658 18.2089C7.66073 17.3276 6.25 15.5097 6.25 11.9988C6.25 8.48792 7.66073 6.66999 9.21658 5.78875C9.96558 5.36451 10.7076 5.18056 11.257 5.10123ZM13.8565 12.5055C13.4799 12.4436 13.0383 12.4074 12.5206 12.4072C12.1871 12.4072 11.882 12.5124 11.7712 12.5651C11.5895 12.6408 11.4495 12.7377 11.3572 12.8531C11.2742 12.9568 11.1982 13.1131 11.1982 13.3814C11.1982 13.5412 11.4454 14.0107 12.1724 14.0107C12.8955 14.0107 13.6885 13.5154 13.8464 12.5684C13.8499 12.5473 13.8533 12.5263 13.8565 12.5055Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-threads{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9038 2.00911C11.6648 2.0148 11.3316 2.03504 10.9351 2.09224C10.146 2.20606 9.08115 2.46987 8.00704 3.07756C5.78171 4.33656 3.74988 6.93845 3.74988 11.9958C3.74988 17.0532 5.78171 19.6551 8.00704 20.9141C9.08115 21.5218 10.146 21.7856 10.9351 21.8995C11.3316 21.9567 11.6648 21.9769 11.9038 21.9826C12.0766 22.0002 12.5502 22.0198 13.0625 21.957C13.5718 21.914 14.2726 21.8074 15.0477 21.5516C16.6106 21.0358 18.4843 19.9059 19.6498 17.5039L19.6731 17.4558L19.6911 17.4056C20.0863 16.3056 20.2784 14.5529 19.2705 13.0364C18.7462 12.2476 17.9548 11.6071 16.8566 11.1674C16.8085 10.3789 16.6353 9.67951 16.3509 9.07245C15.8409 7.98357 15.0029 7.25955 14.0518 6.8878C12.2269 6.17451 9.92874 6.76493 8.89239 8.49022C8.60824 8.96326 8.7618 9.57683 9.23538 9.86065C9.70896 10.1445 10.3232 9.99109 10.6074 9.51804C11.071 8.74618 12.2729 8.33774 13.323 8.74817C13.8094 8.93828 14.2526 9.30676 14.5394 9.91907C14.6348 10.1226 14.7159 10.3601 14.774 10.6348C14.1596 10.5479 13.4859 10.5024 12.7499 10.5024C12.6106 10.5017 12.2876 10.5345 12.1436 10.5509C11.8083 10.5975 11.3438 10.6923 10.8653 10.8914C10.3877 11.0902 9.8545 11.4105 9.43776 11.9308C9.00848 12.4668 8.74988 13.1574 8.74988 13.9984C8.74988 15.6575 10.3399 16.995 12.2499 16.995C14.1262 16.995 16.2284 15.7377 16.7085 13.3158C17.1391 13.5746 17.4208 13.8654 17.6043 14.1414C18.1267 14.9274 18.0823 15.9313 17.8257 16.6821C16.9478 18.4552 15.586 19.27 14.4203 19.6548C13.8257 19.851 13.2845 19.9334 12.8941 19.9663C12.4512 20.0228 12.0811 20.0026 11.9514 19.9854C11.7803 19.9813 11.5275 19.9665 11.2209 19.9222C10.6038 19.8332 9.79361 19.629 8.99272 19.1759C7.46804 18.3133 5.74988 16.4225 5.74988 11.9958C5.74988 7.56916 7.46804 5.67842 8.99272 4.81582C9.79361 4.36271 10.6038 4.15848 11.2209 4.06945C11.5275 4.02522 11.7803 4.01034 11.9514 4.00627C12.1746 3.99866 12.6998 3.99438 13.0149 4.0381C13.4782 4.08785 14.1083 4.2074 14.7765 4.48323C16.0771 5.02009 17.5857 6.16859 18.2842 8.764C18.4275 9.29675 18.9761 9.61253 19.5095 9.46932C20.0428 9.32611 20.359 8.77815 20.2156 8.2454C19.337 4.98064 17.3455 3.38209 15.5404 2.63695C14.6558 2.27177 13.8316 2.11657 13.2288 2.05183C12.7733 1.98718 12.1557 1.99641 11.9038 2.00911ZM12.754 12.5003C13.5479 12.5005 14.2208 12.5588 14.7912 12.6583C14.7827 12.7165 14.7735 12.7756 14.7635 12.8355C14.5266 14.2553 13.3347 14.9974 12.2499 14.9974C11.1598 14.9974 10.7499 14.2899 10.7499 13.9985C10.7499 13.591 10.8663 13.3452 10.9995 13.1789C11.1453 12.9969 11.3621 12.8489 11.6345 12.7356C11.906 12.6226 12.1915 12.5613 12.4187 12.5298C12.5297 12.5144 12.6205 12.5069 12.6804 12.5034C12.7102 12.5016 12.7318 12.5008 12.744 12.5005L12.754 12.5003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9038 2.00911C11.6648 2.0148 11.3316 2.03504 10.9351 2.09224C10.146 2.20606 9.08115 2.46987 8.00704 3.07756C5.78171 4.33656 3.74988 6.93845 3.74988 11.9958C3.74988 17.0532 5.78171 19.6551 8.00704 20.9141C9.08115 21.5218 10.146 21.7856 10.9351 21.8995C11.3316 21.9567 11.6648 21.9769 11.9038 21.9826C12.0766 22.0002 12.5502 22.0198 13.0625 21.957C13.5718 21.914 14.2726 21.8074 15.0477 21.5516C16.6106 21.0358 18.4843 19.9059 19.6498 17.5039L19.6731 17.4558L19.6911 17.4056C20.0863 16.3056 20.2784 14.5529 19.2705 13.0364C18.7462 12.2476 17.9548 11.6071 16.8566 11.1674C16.8085 10.3789 16.6353 9.67951 16.3509 9.07245C15.8409 7.98357 15.0029 7.25955 14.0518 6.8878C12.2269 6.17451 9.92874 6.76493 8.89239 8.49022C8.60824 8.96326 8.7618 9.57683 9.23538 9.86065C9.70896 10.1445 10.3232 9.99109 10.6074 9.51804C11.071 8.74618 12.2729 8.33774 13.323 8.74817C13.8094 8.93828 14.2526 9.30676 14.5394 9.91907C14.6348 10.1226 14.7159 10.3601 14.774 10.6348C14.1596 10.5479 13.4859 10.5024 12.7499 10.5024C12.6106 10.5017 12.2876 10.5345 12.1436 10.5509C11.8083 10.5975 11.3438 10.6923 10.8653 10.8914C10.3877 11.0902 9.8545 11.4105 9.43776 11.9308C9.00848 12.4668 8.74988 13.1574 8.74988 13.9984C8.74988 15.6575 10.3399 16.995 12.2499 16.995C14.1262 16.995 16.2284 15.7377 16.7085 13.3158C17.1391 13.5746 17.4208 13.8654 17.6043 14.1414C18.1267 14.9274 18.0823 15.9313 17.8257 16.6821C16.9478 18.4552 15.586 19.27 14.4203 19.6548C13.8257 19.851 13.2845 19.9334 12.8941 19.9663C12.4512 20.0228 12.0811 20.0026 11.9514 19.9854C11.7803 19.9813 11.5275 19.9665 11.2209 19.9222C10.6038 19.8332 9.79361 19.629 8.99272 19.1759C7.46804 18.3133 5.74988 16.4225 5.74988 11.9958C5.74988 7.56916 7.46804 5.67842 8.99272 4.81582C9.79361 4.36271 10.6038 4.15848 11.2209 4.06945C11.5275 4.02522 11.7803 4.01034 11.9514 4.00627C12.1746 3.99866 12.6998 3.99438 13.0149 4.0381C13.4782 4.08785 14.1083 4.2074 14.7765 4.48323C16.0771 5.02009 17.5857 6.16859 18.2842 8.764C18.4275 9.29675 18.9761 9.61253 19.5095 9.46932C20.0428 9.32611 20.359 8.77815 20.2156 8.2454C19.337 4.98064 17.3455 3.38209 15.5404 2.63695C14.6558 2.27177 13.8316 2.11657 13.2288 2.05183C12.7733 1.98718 12.1557 1.99641 11.9038 2.00911ZM12.754 12.5003C13.5479 12.5005 14.2208 12.5588 14.7912 12.6583C14.7827 12.7165 14.7735 12.7756 14.7635 12.8355C14.5266 14.2553 13.3347 14.9974 12.2499 14.9974C11.1598 14.9974 10.7499 14.2899 10.7499 13.9985C10.7499 13.591 10.8663 13.3452 10.9995 13.1789C11.1453 12.9969 11.3621 12.8489 11.6345 12.7356C11.906 12.6226 12.1915 12.5613 12.4187 12.5298C12.5297 12.5144 12.6205 12.5069 12.6804 12.5034C12.7102 12.5016 12.7318 12.5008 12.744 12.5005L12.754 12.5003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-tiktok{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03143 1.74998 9.75214 1.74999 11.9428 1.75ZM14.3077 6.42857C14.3077 5.91574 13.8944 5.5 13.3846 5.5C12.8748 5.5 12.4615 5.91574 12.4615 6.42857V14.3214C12.4615 15.6035 11.4283 16.6429 10.1538 16.6429C8.87934 16.6429 7.84615 15.6035 7.84615 14.3214C7.84615 13.0393 8.87934 12 10.1538 12C10.2667 12 10.3771 12.0081 10.4847 12.0236C10.9893 12.0962 11.457 11.7435 11.5292 11.2358C11.6013 10.7282 11.2508 10.2577 10.7461 10.1851C10.5522 10.1572 10.3544 10.1429 10.1538 10.1429C7.85974 10.1429 6 12.0137 6 14.3214C6 16.6292 7.85974 18.5 10.1538 18.5C12.448 18.5 14.3077 16.6292 14.3077 14.3214V9.69915C15.1074 10.2617 16.0922 10.6071 17.0769 10.6071C17.5867 10.6071 18 10.1914 18 9.67857C18 9.16574 17.5867 8.75 17.0769 8.75C16.421 8.75 15.7034 8.47606 15.1534 8.01397C14.6041 7.55253 14.3077 6.98166 14.3077 6.42857Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03143 1.74998 9.75214 1.74999 11.9428 1.75ZM14.3077 6.42857C14.3077 5.91574 13.8944 5.5 13.3846 5.5C12.8748 5.5 12.4615 5.91574 12.4615 6.42857V14.3214C12.4615 15.6035 11.4283 16.6429 10.1538 16.6429C8.87934 16.6429 7.84615 15.6035 7.84615 14.3214C7.84615 13.0393 8.87934 12 10.1538 12C10.2667 12 10.3771 12.0081 10.4847 12.0236C10.9893 12.0962 11.457 11.7435 11.5292 11.2358C11.6013 10.7282 11.2508 10.2577 10.7461 10.1851C10.5522 10.1572 10.3544 10.1429 10.1538 10.1429C7.85974 10.1429 6 12.0137 6 14.3214C6 16.6292 7.85974 18.5 10.1538 18.5C12.448 18.5 14.3077 16.6292 14.3077 14.3214V9.69915C15.1074 10.2617 16.0922 10.6071 17.0769 10.6071C17.5867 10.6071 18 10.1914 18 9.67857C18 9.16574 17.5867 8.75 17.0769 8.75C16.421 8.75 15.7034 8.47606 15.1534 8.01397C14.6041 7.55253 14.3077 6.98166 14.3077 6.42857Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-tinder-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.4584 1.48252C11.6589 1.27222 11.9628 1.19663 12.2385 1.28851C15.4433 2.35677 18.3818 5.06298 19.9247 8.17259C21.5876 11.3185 21.6494 14.8287 20.3221 17.6332C18.985 20.4586 16.2574 22.5196 12.4844 22.7486C12.4692 22.7496 12.4541 22.75 12.4389 22.75C2.70748 22.75 -0.722599 11.167 6.95395 5.83876C7.18325 5.67961 7.48197 5.66096 7.72928 5.79035C7.9766 5.91974 8.1316 6.17577 8.1316 6.45489C8.1316 7.41535 8.23321 8.10264 8.38227 8.57177C8.533 9.04617 8.70996 9.23139 8.81136 9.29721C8.88855 9.34731 8.99146 9.37558 9.17749 9.31635C9.38313 9.25087 9.65515 9.0837 9.95805 8.77853C10.5612 8.17085 11.1464 7.15613 11.4516 5.96206C11.7549 4.77503 11.7665 3.47036 11.3019 2.27092C11.197 1.99999 11.258 1.69282 11.4584 1.48252Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.4584 1.48252C11.6589 1.27222 11.9628 1.19663 12.2385 1.28851C15.4433 2.35677 18.3818 5.06298 19.9247 8.17259C21.5876 11.3185 21.6494 14.8287 20.3221 17.6332C18.985 20.4586 16.2574 22.5196 12.4844 22.7486C12.4692 22.7496 12.4541 22.75 12.4389 22.75C2.70748 22.75 -0.722599 11.167 6.95395 5.83876C7.18325 5.67961 7.48197 5.66096 7.72928 5.79035C7.9766 5.91974 8.1316 6.17577 8.1316 6.45489C8.1316 7.41535 8.23321 8.10264 8.38227 8.57177C8.533 9.04617 8.70996 9.23139 8.81136 9.29721C8.88855 9.34731 8.99146 9.37558 9.17749 9.31635C9.38313 9.25087 9.65515 9.0837 9.95805 8.77853C10.5612 8.17085 11.1464 7.15613 11.4516 5.96206C11.7549 4.77503 11.7665 3.47036 11.3019 2.27092C11.197 1.99999 11.258 1.69282 11.4584 1.48252Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-tinder-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13.0574 18.3634C17.1007 17.6997 18.5164 13.1332 16.7563 9.7244C15.8322 7.80994 14.2599 6.46544 12.4036 5.5C12.6875 7.66694 12.1592 10.5557 9.9374 10.5557C9.56448 10.5557 9.24987 8.92112 9.24987 8.38879C9.0058 8.56259 8.42003 9.10312 8.20758 9.31181C4.22956 13.0839 7.76207 19.5177 13.0574 18.3634Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13.0574 18.3634C17.1007 17.6997 18.5164 13.1332 16.7563 9.7244C15.8322 7.80994 14.2599 6.46544 12.4036 5.5C12.6875 7.66694 12.1592 10.5557 9.9374 10.5557C9.56448 10.5557 9.24987 8.92112 9.24987 8.38879C9.0058 8.56259 8.42003 9.10312 8.20758 9.31181C4.22956 13.0839 7.76207 19.5177 13.0574 18.3634Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-trello{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM6.29289 6.29289C6 6.58579 6 7.05719 6 8L6 15C6 15.9428 6 16.4142 6.29289 16.7071C6.58579 17 7.05719 17 8 17H8.5C9.44281 17 9.91421 17 10.2071 16.7071C10.5 16.4142 10.5 15.9428 10.5 15L10.5 8C10.5 7.05719 10.5 6.58579 10.2071 6.29289C9.91421 6 9.44281 6 8.5 6H8C7.05719 6 6.58579 6 6.29289 6.29289ZM13.7929 6.29289C13.5 6.58579 13.5 7.05719 13.5 8V10C13.5 10.9428 13.5 11.4142 13.7929 11.7071C14.0858 12 14.5572 12 15.5 12H16C16.9428 12 17.4142 12 17.7071 11.7071C18 11.4142 18 10.9428 18 10V8C18 7.05719 18 6.58579 17.7071 6.29289C17.4142 6 16.9428 6 16 6H15.5C14.5572 6 14.0858 6 13.7929 6.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM6.29289 6.29289C6 6.58579 6 7.05719 6 8L6 15C6 15.9428 6 16.4142 6.29289 16.7071C6.58579 17 7.05719 17 8 17H8.5C9.44281 17 9.91421 17 10.2071 16.7071C10.5 16.4142 10.5 15.9428 10.5 15L10.5 8C10.5 7.05719 10.5 6.58579 10.2071 6.29289C9.91421 6 9.44281 6 8.5 6H8C7.05719 6 6.58579 6 6.29289 6.29289ZM13.7929 6.29289C13.5 6.58579 13.5 7.05719 13.5 8V10C13.5 10.9428 13.5 11.4142 13.7929 11.7071C14.0858 12 14.5572 12 15.5 12H16C16.9428 12 17.4142 12 17.7071 11.7071C18 11.4142 18 10.9428 18 10V8C18 7.05719 18 6.58579 17.7071 6.29289C17.4142 6 16.9428 6 16 6H15.5C14.5572 6 14.0858 6 13.7929 6.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-tumblr{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.38764 10.9447H6.38713C5.45101 10.9447 5.24987 10.7635 5.25 9.86951L5.25027 7.98613C5.25037 7.28179 5.23612 7.28275 5.98415 6.93781C7.90383 6.0526 9.59254 4.34938 10.0444 2.31741C10.167 1.76602 10.2283 1.49033 10.3849 1.37017C10.5415 1.25 10.7942 1.25 11.2997 1.25H12.8461C13.3821 1.25 13.6502 1.25 13.8167 1.40743C13.9832 1.56486 13.9832 1.81824 13.9832 2.325V6.15719C13.9832 7.0511 14.1843 7.23219 15.1203 7.23219H17.2123C18.1485 7.23219 18.3496 7.41331 18.3495 8.30734L18.3493 9.8698C18.3491 10.7636 18.148 10.9447 17.2121 10.9447H15.1199C14.1838 10.9447 13.9827 11.1258 13.9828 12.0198L13.9832 16.5792C13.9832 18.4718 15.7382 19.0952 17.2814 18.442C17.8182 18.2147 17.8261 18.2298 17.9903 18.7068L18.6376 20.5874C18.8504 21.2058 18.7915 21.437 18.1946 21.7649C13.7712 24.1939 8.52519 22.0721 8.52519 16.0506L8.52477 12.0196C8.52468 11.1257 8.32356 10.9447 7.38764 10.9447Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.38764 10.9447H6.38713C5.45101 10.9447 5.24987 10.7635 5.25 9.86951L5.25027 7.98613C5.25037 7.28179 5.23612 7.28275 5.98415 6.93781C7.90383 6.0526 9.59254 4.34938 10.0444 2.31741C10.167 1.76602 10.2283 1.49033 10.3849 1.37017C10.5415 1.25 10.7942 1.25 11.2997 1.25H12.8461C13.3821 1.25 13.6502 1.25 13.8167 1.40743C13.9832 1.56486 13.9832 1.81824 13.9832 2.325V6.15719C13.9832 7.0511 14.1843 7.23219 15.1203 7.23219H17.2123C18.1485 7.23219 18.3496 7.41331 18.3495 8.30734L18.3493 9.8698C18.3491 10.7636 18.148 10.9447 17.2121 10.9447H15.1199C14.1838 10.9447 13.9827 11.1258 13.9828 12.0198L13.9832 16.5792C13.9832 18.4718 15.7382 19.0952 17.2814 18.442C17.8182 18.2147 17.8261 18.2298 17.9903 18.7068L18.6376 20.5874C18.8504 21.2058 18.7915 21.437 18.1946 21.7649C13.7712 24.1939 8.52519 22.0721 8.52519 16.0506L8.52477 12.0196C8.52468 11.1257 8.32356 10.9447 7.38764 10.9447Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-twitch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.65895 3.15224C4.31796 2.5 5.37862 2.5 7.49994 2.5H16.4999C18.6213 2.5 19.6819 2.5 20.3409 3.15224C20.9999 3.80447 20.9999 4.85422 20.9999 6.95373L20.9999 11.7895C20.9999 12.6998 20.9999 13.1549 20.8287 13.5641C20.6574 13.9734 20.3322 14.2952 19.6819 14.9388L18.943 15.6702C18.2926 16.3138 17.9675 16.6356 17.554 16.8051C17.1405 16.9746 16.6807 16.9746 15.761 16.9746H11.4156C11.15 16.9746 11.0171 16.9746 10.9016 17.0296C10.7861 17.0845 10.7031 17.1872 10.5372 17.3925L10.5372 17.3925L8.37842 20.0632C7.54451 21.0949 7.12756 21.6107 6.75125 21.4801C6.37494 21.3494 6.37494 20.6888 6.37494 19.3676V17.6427C6.37494 17.5393 6.37494 17.4875 6.36801 17.4443C6.32989 17.206 6.14112 17.0192 5.90043 16.9815C5.85671 16.9746 5.80445 16.9746 5.69994 16.9746C5.28189 16.9746 5.07286 16.9746 4.89796 16.9472C3.9352 16.7963 3.18013 16.049 3.02764 15.0961C2.99994 14.923 2.99994 14.7162 2.99994 14.3024L2.99994 6.95373C2.99994 4.85422 2.99994 3.80447 3.65895 3.15224ZM12.9999 7.5C12.9999 6.94771 12.5522 6.5 11.9999 6.5C11.4477 6.5 10.9999 6.94771 10.9999 7.5V11.5C10.9999 12.0523 11.4477 12.5 11.9999 12.5C12.5522 12.5 12.9999 12.0523 12.9999 11.5V7.5ZM16.9999 7.5C16.9999 6.94771 16.5522 6.5 15.9999 6.5C15.4477 6.5 14.9999 6.94771 14.9999 7.5V11.5C14.9999 12.0523 15.4477 12.5 15.9999 12.5C16.5522 12.5 16.9999 12.0523 16.9999 11.5V7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.65895 3.15224C4.31796 2.5 5.37862 2.5 7.49994 2.5H16.4999C18.6213 2.5 19.6819 2.5 20.3409 3.15224C20.9999 3.80447 20.9999 4.85422 20.9999 6.95373L20.9999 11.7895C20.9999 12.6998 20.9999 13.1549 20.8287 13.5641C20.6574 13.9734 20.3322 14.2952 19.6819 14.9388L18.943 15.6702C18.2926 16.3138 17.9675 16.6356 17.554 16.8051C17.1405 16.9746 16.6807 16.9746 15.761 16.9746H11.4156C11.15 16.9746 11.0171 16.9746 10.9016 17.0296C10.7861 17.0845 10.7031 17.1872 10.5372 17.3925L10.5372 17.3925L8.37842 20.0632C7.54451 21.0949 7.12756 21.6107 6.75125 21.4801C6.37494 21.3494 6.37494 20.6888 6.37494 19.3676V17.6427C6.37494 17.5393 6.37494 17.4875 6.36801 17.4443C6.32989 17.206 6.14112 17.0192 5.90043 16.9815C5.85671 16.9746 5.80445 16.9746 5.69994 16.9746C5.28189 16.9746 5.07286 16.9746 4.89796 16.9472C3.9352 16.7963 3.18013 16.049 3.02764 15.0961C2.99994 14.923 2.99994 14.7162 2.99994 14.3024L2.99994 6.95373C2.99994 4.85422 2.99994 3.80447 3.65895 3.15224ZM12.9999 7.5C12.9999 6.94771 12.5522 6.5 11.9999 6.5C11.4477 6.5 10.9999 6.94771 10.9999 7.5V11.5C10.9999 12.0523 11.4477 12.5 11.9999 12.5C12.5522 12.5 12.9999 12.0523 12.9999 11.5V7.5ZM16.9999 7.5C16.9999 6.94771 16.5522 6.5 15.9999 6.5C15.4477 6.5 14.9999 6.94771 14.9999 7.5V11.5C14.9999 12.0523 15.4477 12.5 15.9999 12.5C16.5522 12.5 16.9999 12.0523 16.9999 11.5V7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-twitter-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM11.8986 9.25C11.8986 7.73122 13.1219 6.5 14.6309 6.5C15.3238 6.5 15.9566 6.75963 16.4382 7.1875L18.135 6.93293C18.3862 6.89524 18.5786 7.14154 18.4681 7.35954L17.3579 9.55111C17.2004 13.968 13.5931 17.5 9.16621 17.5C7.89134 17.5 6.68445 17.2071 5.60835 16.6845C5.43108 16.5984 5.48317 16.3462 5.67867 16.3139C6.74276 16.1378 8.14158 15.7417 8.14158 15.0735C6.66412 13.5813 5.75078 11.1793 5.75078 8.90625C5.75078 8.25525 5.82569 7.62187 5.96732 7.01435C6.00695 6.84437 6.23847 6.8109 6.34121 6.95399C7.52357 8.60071 9.41961 9.9375 11.557 9.9375C11.6995 9.9375 11.8409 9.93288 11.9812 9.92377C11.9272 9.70817 11.8986 9.48245 11.8986 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM11.8986 9.25C11.8986 7.73122 13.1219 6.5 14.6309 6.5C15.3238 6.5 15.9566 6.75963 16.4382 7.1875L18.135 6.93293C18.3862 6.89524 18.5786 7.14154 18.4681 7.35954L17.3579 9.55111C17.2004 13.968 13.5931 17.5 9.16621 17.5C7.89134 17.5 6.68445 17.2071 5.60835 16.6845C5.43108 16.5984 5.48317 16.3462 5.67867 16.3139C6.74276 16.1378 8.14158 15.7417 8.14158 15.0735C6.66412 13.5813 5.75078 11.1793 5.75078 8.90625C5.75078 8.25525 5.82569 7.62187 5.96732 7.01435C6.00695 6.84437 6.23847 6.8109 6.34121 6.95399C7.52357 8.60071 9.41961 9.9375 11.557 9.9375C11.6995 9.9375 11.8409 9.93288 11.9812 9.92377C11.9272 9.70817 11.8986 9.48245 11.8986 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-twitter{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.2582 8.23767C11.1447 5.63601 13.2575 3.25 16 3.25C17.0745 3.25 18.067 3.60755 18.8629 4.20937L21.8895 3.7582C22.1672 3.71679 22.4449 3.83404 22.6089 4.06201C22.7729 4.28998 22.7958 4.59048 22.6682 4.84067L20.7346 8.63307C20.4044 15.3809 14.8294 20.75 8.00005 20.75C5.70521 20.75 3.52189 20.2468 1.62451 19.1492C1.34284 18.9863 1.19837 18.6603 1.26684 18.3422C1.33531 18.0241 1.60109 17.7864 1.92484 17.7538C2.62749 17.683 3.68928 17.4806 4.55591 17.165C4.99281 17.0059 5.33383 16.8344 5.55154 16.6675C5.5727 16.6513 5.59165 16.6359 5.60862 16.6215C2.5742 13.2838 1.50804 8.17157 2.76751 3.89342C2.85052 3.61145 3.0906 3.40396 3.38162 3.36266C3.67264 3.32137 3.96096 3.45389 4.11913 3.70164C5.72891 6.22305 8.3663 8.09513 11.2582 8.23767Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.2582 8.23767C11.1447 5.63601 13.2575 3.25 16 3.25C17.0745 3.25 18.067 3.60755 18.8629 4.20937L21.8895 3.7582C22.1672 3.71679 22.4449 3.83404 22.6089 4.06201C22.7729 4.28998 22.7958 4.59048 22.6682 4.84067L20.7346 8.63307C20.4044 15.3809 14.8294 20.75 8.00005 20.75C5.70521 20.75 3.52189 20.2468 1.62451 19.1492C1.34284 18.9863 1.19837 18.6603 1.26684 18.3422C1.33531 18.0241 1.60109 17.7864 1.92484 17.7538C2.62749 17.683 3.68928 17.4806 4.55591 17.165C4.99281 17.0059 5.33383 16.8344 5.55154 16.6675C5.5727 16.6513 5.59165 16.6359 5.60862 16.6215C2.5742 13.2838 1.50804 8.17157 2.76751 3.89342C2.85052 3.61145 3.0906 3.40396 3.38162 3.36266C3.67264 3.32137 3.96096 3.45389 4.11913 3.70164C5.72891 6.22305 8.3663 8.09513 11.2582 8.23767Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-upwork{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4285 4.12871C10.2504 3.68363 9.78161 3.42749 9.31089 3.51814C8.84017 3.60879 8.5 4.02073 8.5 4.5001L8.5 10.7501C8.5 12.2403 7.24022 13.5001 5.75 13.5001C4.25978 13.5001 3 12.2403 3 10.7501L3 4.5001C3 3.94781 2.55228 3.5001 2 3.5001C1.44772 3.5001 1 3.94781 1 4.5001L1 10.7501C1 13.3449 3.15521 15.5001 5.75 15.5001C8.34479 15.5001 10.5 13.3449 10.5 10.7501V9.42039C10.7998 10.0232 11.127 10.625 11.4834 11.1992C11.5915 11.3735 11.7037 11.5476 11.8202 11.7204C11.6362 12.7038 11.422 13.8443 11.2163 14.9388C11.0008 16.0847 10.7949 17.1787 10.6427 17.9863L10.3923 19.3147C10.29 19.8574 10.6469 20.3804 11.1897 20.4828C11.7324 20.5851 12.2554 20.2278 12.3577 19.6851L12.6081 18.3565C12.7603 17.5488 12.9663 16.4546 13.1818 15.3083L13.4816 13.7129C14.5997 14.7615 15.9669 15.5001 17.625 15.5001C20.5602 15.5001 23 13.0603 23 10.1251C23 7.1899 20.5602 4.7501 17.625 4.7501C14.7614 4.7501 12.9921 6.70955 12.4008 8.74986C11.7147 7.40533 11.1692 6.01374 10.7199 4.86752C10.618 4.60748 10.521 4.36007 10.4285 4.12871ZM17.6522 13.5C16.285 13.5 15.079 12.6534 14 11.2476C14.1286 10.553 14.2311 9.99585 14.2883 9.67902C14.5628 8.15816 15.7308 6.75 17.6522 6.75C19.4681 6.75 21 8.29437 21 10.125C21 11.9556 19.4681 13.5 17.6522 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4285 4.12871C10.2504 3.68363 9.78161 3.42749 9.31089 3.51814C8.84017 3.60879 8.5 4.02073 8.5 4.5001L8.5 10.7501C8.5 12.2403 7.24022 13.5001 5.75 13.5001C4.25978 13.5001 3 12.2403 3 10.7501L3 4.5001C3 3.94781 2.55228 3.5001 2 3.5001C1.44772 3.5001 1 3.94781 1 4.5001L1 10.7501C1 13.3449 3.15521 15.5001 5.75 15.5001C8.34479 15.5001 10.5 13.3449 10.5 10.7501V9.42039C10.7998 10.0232 11.127 10.625 11.4834 11.1992C11.5915 11.3735 11.7037 11.5476 11.8202 11.7204C11.6362 12.7038 11.422 13.8443 11.2163 14.9388C11.0008 16.0847 10.7949 17.1787 10.6427 17.9863L10.3923 19.3147C10.29 19.8574 10.6469 20.3804 11.1897 20.4828C11.7324 20.5851 12.2554 20.2278 12.3577 19.6851L12.6081 18.3565C12.7603 17.5488 12.9663 16.4546 13.1818 15.3083L13.4816 13.7129C14.5997 14.7615 15.9669 15.5001 17.625 15.5001C20.5602 15.5001 23 13.0603 23 10.1251C23 7.1899 20.5602 4.7501 17.625 4.7501C14.7614 4.7501 12.9921 6.70955 12.4008 8.74986C11.7147 7.40533 11.1692 6.01374 10.7199 4.86752C10.618 4.60748 10.521 4.36007 10.4285 4.12871ZM17.6522 13.5C16.285 13.5 15.079 12.6534 14 11.2476C14.1286 10.553 14.2311 9.99585 14.2883 9.67902C14.5628 8.15816 15.7308 6.75 17.6522 6.75C19.4681 6.75 21 8.29437 21 10.125C21 11.9556 19.4681 13.5 17.6522 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-vimeo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9072 7.42297C13.8131 7.20441 13.8284 6.9542 13.9482 6.74867C14.4654 5.86194 15.6931 4.69404 17.0876 3.97899C18.4724 3.26889 20.3093 2.8731 21.8123 4.06625C23.0893 5.08007 22.8183 6.99044 22.4331 8.36464C21.9602 10.0517 20.9958 12.0059 19.8377 13.8341C18.6773 15.6658 17.2928 17.418 15.9473 18.6916C14.925 19.6593 13.4741 20.9054 11.9515 20.7358C9.58121 20.7021 8.45861 18.2301 7.84737 16.295C7.44636 15.0255 7.15113 13.6229 6.88675 12.3669L6.87912 12.3306C6.67355 11.3541 6.48713 10.4685 6.27908 9.7428C6.08553 9.06769 5.7687 8.54528 5.0368 8.85916C4.43118 9.11889 3.7161 9.22624 3.05082 9.10672C2.37466 8.98525 1.69817 8.6136 1.32966 7.87901C1.17624 7.57319 1.24925 7.2023 1.50712 6.97744C3.52076 5.22158 5.09761 4.12507 6.36589 3.60919C7.6665 3.08015 8.7881 3.11417 9.66966 3.85398C10.4532 4.51149 10.8918 5.61945 11.2279 6.77223C11.437 7.48967 11.6311 8.325 11.8337 9.19716C12.1156 10.4103 12.2719 11.9806 13.1279 12.9381C13.5834 13.4476 14.1142 13.0955 14.5258 12.7025C15.4119 11.8563 16.112 10.5194 16.2751 9.31205C16.3641 8.65301 16.1043 8.30073 15.4887 8.10494C14.9804 7.94329 14.1545 7.99767 13.9072 7.42297Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9072 7.42297C13.8131 7.20441 13.8284 6.9542 13.9482 6.74867C14.4654 5.86194 15.6931 4.69404 17.0876 3.97899C18.4724 3.26889 20.3093 2.8731 21.8123 4.06625C23.0893 5.08007 22.8183 6.99044 22.4331 8.36464C21.9602 10.0517 20.9958 12.0059 19.8377 13.8341C18.6773 15.6658 17.2928 17.418 15.9473 18.6916C14.925 19.6593 13.4741 20.9054 11.9515 20.7358C9.58121 20.7021 8.45861 18.2301 7.84737 16.295C7.44636 15.0255 7.15113 13.6229 6.88675 12.3669L6.87912 12.3306C6.67355 11.3541 6.48713 10.4685 6.27908 9.7428C6.08553 9.06769 5.7687 8.54528 5.0368 8.85916C4.43118 9.11889 3.7161 9.22624 3.05082 9.10672C2.37466 8.98525 1.69817 8.6136 1.32966 7.87901C1.17624 7.57319 1.24925 7.2023 1.50712 6.97744C3.52076 5.22158 5.09761 4.12507 6.36589 3.60919C7.6665 3.08015 8.7881 3.11417 9.66966 3.85398C10.4532 4.51149 10.8918 5.61945 11.2279 6.77223C11.437 7.48967 11.6311 8.325 11.8337 9.19716C12.1156 10.4103 12.2719 11.9806 13.1279 12.9381C13.5834 13.4476 14.1142 13.0955 14.5258 12.7025C15.4119 11.8563 16.112 10.5194 16.2751 9.31205C16.3641 8.65301 16.1043 8.30073 15.4887 8.10494C14.9804 7.94329 14.1545 7.99767 13.9072 7.42297Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-vine-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03143 1.74998 9.75214 1.74999 11.9428 1.75ZM17.2632 9.47644C17.2632 7.95127 16.4205 6.59027 15.1466 6.14364C14.4899 5.9134 13.7555 5.94994 13.0864 6.32605C12.433 6.69339 11.9267 7.33451 11.5776 8.16822L11.5666 8.19447L11.5571 8.22131C11.2606 9.06053 11.1321 10.262 11.6136 11.4222C12.0029 12.3598 12.7497 13.1724 13.9213 13.7204C13.2385 14.9841 12.3952 16.1326 11.6204 16.8874C11.4628 17.041 11.2552 17.0358 11.1063 16.8816C10.0343 15.7705 9.24631 14.0852 8.72812 12.3387C8.21305 10.6028 8 8.92821 8 7.9397C8 7.38742 7.55228 6.9397 7 6.9397C6.44772 6.9397 6 7.38742 6 7.9397C6 9.14565 6.24841 11.0124 6.81074 12.9076C7.36995 14.7923 8.27535 16.8279 9.66707 18.2703C10.59 19.2268 12.0692 19.2424 13.016 18.32C14.0353 17.327 15.0788 15.8612 15.8728 14.3058C16.5066 14.4134 17.2136 14.4702 18 14.4702C18.5523 14.4702 19 14.0225 19 13.4702C19 12.9179 18.5523 12.4702 18 12.4702C16.9925 12.4702 16.1964 12.364 15.5723 12.1966C14.2314 11.8368 13.6877 11.2019 13.4608 10.6554C13.2174 10.0689 13.2662 9.40622 13.4338 8.91378C13.6606 8.38417 13.9085 8.15831 14.0665 8.06945C14.2116 7.98787 14.3456 7.98215 14.4849 8.03101C14.8032 8.14258 15.2632 8.62518 15.2632 9.47644C15.2632 9.6119 15.2561 9.75476 15.2417 9.90464C15.1891 10.4544 15.5921 10.9428 16.1419 10.9954C16.6916 11.048 17.18 10.645 17.2326 10.0953C17.2525 9.88783 17.2632 9.68112 17.2632 9.47644Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03143 1.74998 9.75214 1.74999 11.9428 1.75ZM17.2632 9.47644C17.2632 7.95127 16.4205 6.59027 15.1466 6.14364C14.4899 5.9134 13.7555 5.94994 13.0864 6.32605C12.433 6.69339 11.9267 7.33451 11.5776 8.16822L11.5666 8.19447L11.5571 8.22131C11.2606 9.06053 11.1321 10.262 11.6136 11.4222C12.0029 12.3598 12.7497 13.1724 13.9213 13.7204C13.2385 14.9841 12.3952 16.1326 11.6204 16.8874C11.4628 17.041 11.2552 17.0358 11.1063 16.8816C10.0343 15.7705 9.24631 14.0852 8.72812 12.3387C8.21305 10.6028 8 8.92821 8 7.9397C8 7.38742 7.55228 6.9397 7 6.9397C6.44772 6.9397 6 7.38742 6 7.9397C6 9.14565 6.24841 11.0124 6.81074 12.9076C7.36995 14.7923 8.27535 16.8279 9.66707 18.2703C10.59 19.2268 12.0692 19.2424 13.016 18.32C14.0353 17.327 15.0788 15.8612 15.8728 14.3058C16.5066 14.4134 17.2136 14.4702 18 14.4702C18.5523 14.4702 19 14.0225 19 13.4702C19 12.9179 18.5523 12.4702 18 12.4702C16.9925 12.4702 16.1964 12.364 15.5723 12.1966C14.2314 11.8368 13.6877 11.2019 13.4608 10.6554C13.2174 10.0689 13.2662 9.40622 13.4338 8.91378C13.6606 8.38417 13.9085 8.15831 14.0665 8.06945C14.2116 7.98787 14.3456 7.98215 14.4849 8.03101C14.8032 8.14258 15.2632 8.62518 15.2632 9.47644C15.2632 9.6119 15.2561 9.75476 15.2417 9.90464C15.1891 10.4544 15.5921 10.9428 16.1419 10.9954C16.6916 11.048 17.18 10.645 17.2326 10.0953C17.2525 9.88783 17.2632 9.68112 17.2632 9.47644Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-vine{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.04709 3.65644C1.68199 8.69905 3.40013 17.6412 8.60011 21.9958C10.1834 23.3218 11.8358 23.3481 13.4106 21.9943C16.003 19.7656 17.5611 16.8804 18.5746 15.0698L21.1737 15.063C22.1445 15.0698 22.3992 11.7126 21.1732 11.7046C17.929 11.6834 14.3073 11.3599 13.7983 7.76162C13.2701 4.02726 17.2426 4.3336 17.1935 7.29156C17.1885 7.59633 17.1859 7.74871 17.2475 7.86339C17.3091 7.97808 17.3921 8.03116 17.5583 8.13733C18.2539 8.58187 19.1539 8.76335 19.7727 8.83744C20.1009 8.87672 20.2649 8.89636 20.4239 8.78022C20.5828 8.66409 20.6132 8.50574 20.674 8.18904C21.3018 4.91876 19.1508 1 16.0298 1C11.5668 1 9.89312 4.24684 9.89312 6.63468C9.89312 11.4365 12.9582 13.2188 14.3392 13.7781C14.6658 13.9104 14.8292 13.9765 14.8757 14.0986C14.9223 14.2207 14.8537 14.3602 14.7165 14.6392C13.8712 16.3576 12.5895 17.5801 11.7689 18.3414C11.1387 18.9262 10.8683 18.9356 10.2946 18.2868C6.59789 14.106 5.55253 7.59049 5.92548 3.76929C6.00885 2.91509 2.12087 2.63731 2.04709 3.65644Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.04709 3.65644C1.68199 8.69905 3.40013 17.6412 8.60011 21.9958C10.1834 23.3218 11.8358 23.3481 13.4106 21.9943C16.003 19.7656 17.5611 16.8804 18.5746 15.0698L21.1737 15.063C22.1445 15.0698 22.3992 11.7126 21.1732 11.7046C17.929 11.6834 14.3073 11.3599 13.7983 7.76162C13.2701 4.02726 17.2426 4.3336 17.1935 7.29156C17.1885 7.59633 17.1859 7.74871 17.2475 7.86339C17.3091 7.97808 17.3921 8.03116 17.5583 8.13733C18.2539 8.58187 19.1539 8.76335 19.7727 8.83744C20.1009 8.87672 20.2649 8.89636 20.4239 8.78022C20.5828 8.66409 20.6132 8.50574 20.674 8.18904C21.3018 4.91876 19.1508 1 16.0298 1C11.5668 1 9.89312 4.24684 9.89312 6.63468C9.89312 11.4365 12.9582 13.2188 14.3392 13.7781C14.6658 13.9104 14.8292 13.9765 14.8757 14.0986C14.9223 14.2207 14.8537 14.3602 14.7165 14.6392C13.8712 16.3576 12.5895 17.5801 11.7689 18.3414C11.1387 18.9262 10.8683 18.9356 10.2946 18.2868C6.59789 14.106 5.55253 7.59049 5.92548 3.76929C6.00885 2.91509 2.12087 2.63731 2.04709 3.65644Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-vk-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03143 1.74998 9.75214 1.74999 11.9428 1.75ZM18.4701 8.24277C18.6041 7.70698 18.2783 7.16404 17.7425 7.03009C17.2067 6.89615 16.6638 7.22191 16.5299 7.7577C16.0805 9.55508 14.8542 10.5697 13.7269 11.0933C13.6501 11.129 13.5744 11.162 13.5 11.1927V8.00024C13.5 7.44795 13.0523 7.00024 12.5 7.00024H11.5C10.9477 7.00024 10.5 7.44795 10.5 8.00024C10.5 8.55252 10.9477 9.00024 11.5 9.00024V14.5566C9.71628 13.6623 7.5 11.6388 7.5 8.00024C7.5 7.44795 7.05228 7.00024 6.5 7.00024C5.94772 7.00024 5.5 7.44795 5.5 8.00024C5.5 13.8284 10.0009 16.4062 12.2575 16.9704C12.5562 17.0451 12.8727 16.9779 13.1154 16.7884C13.3581 16.5989 13.5 16.3082 13.5 16.0002L13.5 13.3081C13.7193 13.2451 13.9487 13.1673 14.1835 13.0736C14.5956 13.2434 15.1145 13.5356 15.5571 13.9529C16.1104 14.4745 16.5 15.1436 16.5 16.0002C16.5 16.5525 16.9477 17.0002 17.5 17.0002C18.0523 17.0002 18.5 16.5525 18.5 16.0002C18.5 14.4569 17.7723 13.2926 16.929 12.4976C16.6884 12.2708 16.4348 12.0701 16.1793 11.8946C17.1672 11.0782 18.0566 9.89713 18.4701 8.24277Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75214 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03143 1.74998 9.75214 1.74999 11.9428 1.75ZM18.4701 8.24277C18.6041 7.70698 18.2783 7.16404 17.7425 7.03009C17.2067 6.89615 16.6638 7.22191 16.5299 7.7577C16.0805 9.55508 14.8542 10.5697 13.7269 11.0933C13.6501 11.129 13.5744 11.162 13.5 11.1927V8.00024C13.5 7.44795 13.0523 7.00024 12.5 7.00024H11.5C10.9477 7.00024 10.5 7.44795 10.5 8.00024C10.5 8.55252 10.9477 9.00024 11.5 9.00024V14.5566C9.71628 13.6623 7.5 11.6388 7.5 8.00024C7.5 7.44795 7.05228 7.00024 6.5 7.00024C5.94772 7.00024 5.5 7.44795 5.5 8.00024C5.5 13.8284 10.0009 16.4062 12.2575 16.9704C12.5562 17.0451 12.8727 16.9779 13.1154 16.7884C13.3581 16.5989 13.5 16.3082 13.5 16.0002L13.5 13.3081C13.7193 13.2451 13.9487 13.1673 14.1835 13.0736C14.5956 13.2434 15.1145 13.5356 15.5571 13.9529C16.1104 14.4745 16.5 15.1436 16.5 16.0002C16.5 16.5525 16.9477 17.0002 17.5 17.0002C18.0523 17.0002 18.5 16.5525 18.5 16.0002C18.5 14.4569 17.7723 13.2926 16.929 12.4976C16.6884 12.2708 16.4348 12.0701 16.1793 11.8946C17.1672 11.0782 18.0566 9.89713 18.4701 8.24277Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-vk{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.15 10.5922V6.43446C14.15 5.49778 13.9875 5.30946 13.0961 5.30946L10.5698 5.25012C9.78342 5.25012 9.39022 5.25012 9.23129 5.51689C9.07236 5.78367 9.24821 6.14852 9.5999 6.87822C9.79523 7.28351 9.89962 7.57702 9.89962 8.03126V11.023C9.89962 11.9691 9.89962 12.4421 9.55613 12.5825C9.21265 12.7229 8.9272 12.4053 8.35629 11.7701C6.95699 10.2134 6.22871 8.26986 5.74996 6.15156C5.65081 5.71284 5.60123 5.49349 5.45326 5.3718C5.30528 5.25012 5.09452 5.25012 4.67301 5.25012H2.30879C1.7901 5.25012 1.53076 5.25012 1.36876 5.44204C1.20675 5.63396 1.23816 5.87877 1.30099 6.36838C1.86777 10.7858 5.5801 18.0295 12.438 18.7205C13.6525 18.8429 14.15 18.4993 14.15 17.1066C14.15 16.3171 14.134 15.0408 15.0833 14.8735C15.5804 14.786 15.9152 14.9707 16.4713 15.4588C17.4347 16.3043 17.9391 17.3364 18.2906 18.1208C18.5238 18.6412 18.6971 18.7501 19.245 18.7501H21.4748C22.6014 18.7501 22.9084 18.4623 22.4066 17.3557C21.7712 15.9545 20.867 14.8414 20.0449 14.1004C19.3621 13.4849 19.0207 13.1771 19.0016 12.9506C18.9825 12.7241 19.233 12.4034 19.734 11.7621C20.7019 10.523 22.0192 8.57754 22.6341 6.51318C22.9388 5.4905 22.6521 5.25012 21.6621 5.25012H19.6593C18.6891 5.25012 18.6897 5.21497 18.4607 6.3669C18.089 8.23606 16.8716 10.0325 15.728 11.2555C15.1855 11.8356 14.8575 12.185 14.519 12.0427C14.1805 11.9003 14.15 11.4643 14.15 10.5922Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.15 10.5922V6.43446C14.15 5.49778 13.9875 5.30946 13.0961 5.30946L10.5698 5.25012C9.78342 5.25012 9.39022 5.25012 9.23129 5.51689C9.07236 5.78367 9.24821 6.14852 9.5999 6.87822C9.79523 7.28351 9.89962 7.57702 9.89962 8.03126V11.023C9.89962 11.9691 9.89962 12.4421 9.55613 12.5825C9.21265 12.7229 8.9272 12.4053 8.35629 11.7701C6.95699 10.2134 6.22871 8.26986 5.74996 6.15156C5.65081 5.71284 5.60123 5.49349 5.45326 5.3718C5.30528 5.25012 5.09452 5.25012 4.67301 5.25012H2.30879C1.7901 5.25012 1.53076 5.25012 1.36876 5.44204C1.20675 5.63396 1.23816 5.87877 1.30099 6.36838C1.86777 10.7858 5.5801 18.0295 12.438 18.7205C13.6525 18.8429 14.15 18.4993 14.15 17.1066C14.15 16.3171 14.134 15.0408 15.0833 14.8735C15.5804 14.786 15.9152 14.9707 16.4713 15.4588C17.4347 16.3043 17.9391 17.3364 18.2906 18.1208C18.5238 18.6412 18.6971 18.7501 19.245 18.7501H21.4748C22.6014 18.7501 22.9084 18.4623 22.4066 17.3557C21.7712 15.9545 20.867 14.8414 20.0449 14.1004C19.3621 13.4849 19.0207 13.1771 19.0016 12.9506C18.9825 12.7241 19.233 12.4034 19.734 11.7621C20.7019 10.523 22.0192 8.57754 22.6341 6.51318C22.9388 5.4905 22.6521 5.25012 21.6621 5.25012H19.6593C18.6891 5.25012 18.6897 5.21497 18.4607 6.3669C18.089 8.23606 16.8716 10.0325 15.728 11.2555C15.1855 11.8356 14.8575 12.185 14.519 12.0427C14.1805 11.9003 14.15 11.4643 14.15 10.5922Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-wattpad-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM8.7601 10.7764C8.98517 10.1052 9.16522 8.62852 8.0849 8.09155C6.73451 7.42034 4.70892 9.09836 5.38411 13.1256C6.05931 17.1528 8.75984 18.8306 11.123 12.7897C11.9866 17.4283 14.6813 15.3926 15.6918 13.357C16.7023 11.3213 17.7128 10.3035 17.7128 10.3035C19.7338 8.26783 18.4643 6.91072 16.7702 7.58927C15.4149 8.13211 14.3984 9.40858 14.0595 9.97896C14.0595 4.90074 10.1442 7.94762 8.7601 10.7764Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM8.7601 10.7764C8.98517 10.1052 9.16522 8.62852 8.0849 8.09155C6.73451 7.42034 4.70892 9.09836 5.38411 13.1256C6.05931 17.1528 8.75984 18.8306 11.123 12.7897C11.9866 17.4283 14.6813 15.3926 15.6918 13.357C16.7023 11.3213 17.7128 10.3035 17.7128 10.3035C19.7338 8.26783 18.4643 6.91072 16.7702 7.58927C15.4149 8.13211 14.3984 9.40858 14.0595 9.97896C14.0595 4.90074 10.1442 7.94762 8.7601 10.7764Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-wattpad{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.76371 5.62307C7.48453 6.49917 7.19772 8.90847 6.83922 10.0036C9.04391 5.38823 15.2806 0.416968 15.2806 8.70255C15.8203 7.77193 17.4395 5.68925 19.5983 4.80356C22.2969 3.69644 24.319 5.91068 21.0998 9.23205C21.0998 9.23205 19.4902 10.8927 17.8806 14.2141C16.271 17.5355 11.9787 20.8568 10.6031 13.2885C6.8388 23.1447 2.53718 20.4074 1.46168 13.8366C0.386166 7.26577 3.61269 4.52793 5.76371 5.62307Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.76371 5.62307C7.48453 6.49917 7.19772 8.90847 6.83922 10.0036C9.04391 5.38823 15.2806 0.416968 15.2806 8.70255C15.8203 7.77193 17.4395 5.68925 19.5983 4.80356C22.2969 3.69644 24.319 5.91068 21.0998 9.23205C21.0998 9.23205 19.4902 10.8927 17.8806 14.2141C16.271 17.5355 11.9787 20.8568 10.6031 13.2885C6.8388 23.1447 2.53718 20.4074 1.46168 13.8366C0.386166 7.26577 3.61269 4.52793 5.76371 5.62307Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-wechat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 8.74997C11.8549 8.74997 7.75 11.6212 7.75 16C7.75 16.5332 7.81088 17.0441 7.92529 17.5302C7.33901 17.404 6.77432 17.2256 6.24006 17.0006C6.16801 16.9703 6.10454 16.9664 6.05722 16.9756L2.14308 17.7362C1.88464 17.7864 1.61878 17.6975 1.44263 17.5018C1.26647 17.3061 1.20581 17.0324 1.2828 16.7807L2.21523 13.7314C2.23446 13.6685 2.23109 13.573 2.17123 13.467C1.58338 12.4265 1.25001 11.2484 1.25001 9.99998C1.25001 5.62884 5.26473 2.24998 10 2.24998C14.4258 2.24998 18.2221 5.20158 18.6995 9.15626C17.8309 8.89031 16.9164 8.74997 16 8.74997ZM7 4.99995C6.44772 4.99995 6 5.44767 6 5.99995C6 6.55224 6.44772 6.99995 7 6.99995H7.00897C7.56125 6.99995 8.00897 6.55224 8.00897 5.99995C8.00897 5.44767 7.56125 4.99995 7.00897 4.99995H7ZM12.991 4.99995C12.4387 4.99995 11.991 5.44767 11.991 5.99995C11.991 6.55224 12.4387 6.99995 12.991 6.99995H13C13.5523 6.99995 14 6.55224 14 5.99995C14 5.44767 13.5523 4.99995 13 4.99995H12.991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 10.25C12.4059 10.25 9.25 12.7021 9.25 16C9.25 19.2979 12.4059 21.75 16 21.75C16.9995 21.75 17.9521 21.5651 18.8105 21.2307C18.8865 21.2011 18.9493 21.1981 18.9935 21.2063L21.8635 21.7375C22.1231 21.7855 22.3887 21.6936 22.5631 21.4954C22.7374 21.2972 22.7948 21.022 22.7141 20.7707L22.0624 18.7409C22.0425 18.6789 22.0431 18.5722 22.1147 18.4418C22.5203 17.7043 22.75 16.8761 22.75 16C22.75 12.7021 19.5941 10.25 16 10.25ZM14 13.5C13.4477 13.5 13 13.9477 13 14.5C13 15.0523 13.4477 15.5 14 15.5H14.009C14.5612 15.5 15.009 15.0523 15.009 14.5C15.009 13.9477 14.5612 13.5 14.009 13.5H14ZM17.991 13.5C17.4388 13.5 16.991 13.9477 16.991 14.5C16.991 15.0523 17.4388 15.5 17.991 15.5H18C18.5523 15.5 19 15.0523 19 14.5C19 13.9477 18.5523 13.5 18 13.5H17.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 8.74997C11.8549 8.74997 7.75 11.6212 7.75 16C7.75 16.5332 7.81088 17.0441 7.92529 17.5302C7.33901 17.404 6.77432 17.2256 6.24006 17.0006C6.16801 16.9703 6.10454 16.9664 6.05722 16.9756L2.14308 17.7362C1.88464 17.7864 1.61878 17.6975 1.44263 17.5018C1.26647 17.3061 1.20581 17.0324 1.2828 16.7807L2.21523 13.7314C2.23446 13.6685 2.23109 13.573 2.17123 13.467C1.58338 12.4265 1.25001 11.2484 1.25001 9.99998C1.25001 5.62884 5.26473 2.24998 10 2.24998C14.4258 2.24998 18.2221 5.20158 18.6995 9.15626C17.8309 8.89031 16.9164 8.74997 16 8.74997ZM7 4.99995C6.44772 4.99995 6 5.44767 6 5.99995C6 6.55224 6.44772 6.99995 7 6.99995H7.00897C7.56125 6.99995 8.00897 6.55224 8.00897 5.99995C8.00897 5.44767 7.56125 4.99995 7.00897 4.99995H7ZM12.991 4.99995C12.4387 4.99995 11.991 5.44767 11.991 5.99995C11.991 6.55224 12.4387 6.99995 12.991 6.99995H13C13.5523 6.99995 14 6.55224 14 5.99995C14 5.44767 13.5523 4.99995 13 4.99995H12.991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 10.25C12.4059 10.25 9.25 12.7021 9.25 16C9.25 19.2979 12.4059 21.75 16 21.75C16.9995 21.75 17.9521 21.5651 18.8105 21.2307C18.8865 21.2011 18.9493 21.1981 18.9935 21.2063L21.8635 21.7375C22.1231 21.7855 22.3887 21.6936 22.5631 21.4954C22.7374 21.2972 22.7948 21.022 22.7141 20.7707L22.0624 18.7409C22.0425 18.6789 22.0431 18.5722 22.1147 18.4418C22.5203 17.7043 22.75 16.8761 22.75 16C22.75 12.7021 19.5941 10.25 16 10.25ZM14 13.5C13.4477 13.5 13 13.9477 13 14.5C13 15.0523 13.4477 15.5 14 15.5H14.009C14.5612 15.5 15.009 15.0523 15.009 14.5C15.009 13.9477 14.5612 13.5 14.009 13.5H14ZM17.991 13.5C17.4388 13.5 16.991 13.9477 16.991 14.5C16.991 15.0523 17.4388 15.5 17.991 15.5H18C18.5523 15.5 19 15.0523 19 14.5C19 13.9477 18.5523 13.5 18 13.5H17.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-whatsapp-business{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06296 1.25 1.25002 6.06294 1.25002 12C1.25002 13.4809 1.54989 14.8937 2.09293 16.1795C2.23539 16.5168 2.33142 16.7447 2.39557 16.9198C2.46099 17.0985 2.47018 17.1631 2.47134 17.1798C2.47783 17.2737 2.45407 17.4013 2.29192 18.0074L1.2755 21.8061C1.20627 22.0649 1.28029 22.3409 1.46969 22.5303C1.65909 22.7197 1.93512 22.7937 2.19387 22.7245L5.99264 21.7081C6.59867 21.5459 6.72635 21.5222 6.82026 21.5287C6.83692 21.5298 6.90154 21.539 7.08019 21.6045C7.25534 21.6686 7.48326 21.7646 7.82056 21.9071C9.10634 22.4501 10.5191 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM10.4118 6.75001L10.3723 6.75001C10.0739 6.74994 9.78119 6.74988 9.53919 6.78179C9.26642 6.81776 8.94808 6.90597 8.6816 7.16733C8.4131 7.43067 8.32042 7.74874 8.28281 8.02312C8.24987 8.26339 8.24994 8.55319 8.25001 8.84454V8.84455L8.25001 8.88463L8.25001 15.1154L8.25001 15.1555V15.1555C8.24994 15.4468 8.24987 15.7366 8.28281 15.9769C8.32042 16.2513 8.4131 16.5693 8.6816 16.8327C8.94808 17.094 9.26642 17.1823 9.53919 17.2182C9.78119 17.2501 10.0739 17.2501 10.3723 17.25L10.4118 17.25H12.8824C14.5083 17.25 15.75 15.8634 15.75 14.25C15.75 13.3697 15.3803 12.5569 14.7803 12C15.3803 11.4431 15.75 10.6303 15.75 9.75001C15.75 8.13664 14.5083 6.75001 12.8824 6.75001H10.4118ZM14.25 9.75001C14.25 10.6219 13.5955 11.25 12.8824 11.25H9.75001V8.88463C9.75001 8.57065 9.75136 8.39012 9.76429 8.26545C9.89503 8.25133 10.0833 8.25001 10.4118 8.25001H12.8824C13.5955 8.25001 14.25 8.8781 14.25 9.75001ZM12.8824 12.75H9.75001V15.1154C9.75001 15.4294 9.75136 15.6099 9.76429 15.7346C9.89503 15.7487 10.0833 15.75 10.4118 15.75L12.8824 15.75C13.5955 15.75 14.25 15.1219 14.25 14.25C14.25 13.3781 13.5955 12.75 12.8824 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06296 1.25 1.25002 6.06294 1.25002 12C1.25002 13.4809 1.54989 14.8937 2.09293 16.1795C2.23539 16.5168 2.33142 16.7447 2.39557 16.9198C2.46099 17.0985 2.47018 17.1631 2.47134 17.1798C2.47783 17.2737 2.45407 17.4013 2.29192 18.0074L1.2755 21.8061C1.20627 22.0649 1.28029 22.3409 1.46969 22.5303C1.65909 22.7197 1.93512 22.7937 2.19387 22.7245L5.99264 21.7081C6.59867 21.5459 6.72635 21.5222 6.82026 21.5287C6.83692 21.5298 6.90154 21.539 7.08019 21.6045C7.25534 21.6686 7.48326 21.7646 7.82056 21.9071C9.10634 22.4501 10.5191 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM10.4118 6.75001L10.3723 6.75001C10.0739 6.74994 9.78119 6.74988 9.53919 6.78179C9.26642 6.81776 8.94808 6.90597 8.6816 7.16733C8.4131 7.43067 8.32042 7.74874 8.28281 8.02312C8.24987 8.26339 8.24994 8.55319 8.25001 8.84454V8.84455L8.25001 8.88463L8.25001 15.1154L8.25001 15.1555V15.1555C8.24994 15.4468 8.24987 15.7366 8.28281 15.9769C8.32042 16.2513 8.4131 16.5693 8.6816 16.8327C8.94808 17.094 9.26642 17.1823 9.53919 17.2182C9.78119 17.2501 10.0739 17.2501 10.3723 17.25L10.4118 17.25H12.8824C14.5083 17.25 15.75 15.8634 15.75 14.25C15.75 13.3697 15.3803 12.5569 14.7803 12C15.3803 11.4431 15.75 10.6303 15.75 9.75001C15.75 8.13664 14.5083 6.75001 12.8824 6.75001H10.4118ZM14.25 9.75001C14.25 10.6219 13.5955 11.25 12.8824 11.25H9.75001V8.88463C9.75001 8.57065 9.75136 8.39012 9.76429 8.26545C9.89503 8.25133 10.0833 8.25001 10.4118 8.25001H12.8824C13.5955 8.25001 14.25 8.8781 14.25 9.75001ZM12.8824 12.75H9.75001V15.1154C9.75001 15.4294 9.75136 15.6099 9.76429 15.7346C9.89503 15.7487 10.0833 15.75 10.4118 15.75L12.8824 15.75C13.5955 15.75 14.25 15.1219 14.25 14.25C14.25 13.3781 13.5955 12.75 12.8824 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-whatsapp{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.24997C6.06296 1.24997 1.25002 6.06291 1.25002 12C1.25002 13.4809 1.54989 14.8936 2.09293 16.1794C2.23539 16.5167 2.33142 16.7446 2.39557 16.9198C2.46099 17.0984 2.47018 17.1631 2.47134 17.1797C2.47783 17.2736 2.45407 17.4013 2.29192 18.0073L1.2755 21.8061C1.20627 22.0649 1.28029 22.3409 1.46969 22.5303C1.65909 22.7197 1.93512 22.7937 2.19387 22.7245L5.99264 21.7081C6.59867 21.5459 6.72635 21.5222 6.82026 21.5287C6.83692 21.5298 6.90154 21.539 7.08019 21.6044C7.25534 21.6686 7.48326 21.7646 7.82056 21.9071C9.10634 22.4501 10.5191 22.75 12 22.75C17.9371 22.75 22.75 17.937 22.75 12C22.75 6.06291 17.9371 1.24997 12 1.24997ZM8.9729 6.24999L8.88025 6.24989C8.40058 6.24908 7.95809 6.24833 7.52291 6.44711C7.20676 6.59152 6.93775 6.83687 6.74186 7.08193C6.54597 7.32698 6.3659 7.64342 6.29467 7.98363C6.19703 8.44997 6.27755 8.8048 6.36369 9.18438L6.37558 9.23688C6.8101 11.1612 7.82592 13.048 9.38873 14.6108C10.9515 16.1737 12.8384 17.1895 14.7627 17.624L14.8152 17.6359C15.1948 17.722 15.5496 17.8025 16.0159 17.7049C16.3561 17.6337 16.6726 17.4536 16.9176 17.2577C17.1627 17.0618 17.408 16.7928 17.5525 16.4767C17.7512 16.0415 17.7505 15.599 17.7497 15.1193L17.7496 15.0267C17.7496 14.8063 17.7428 14.4352 17.5998 14.0922C17.4291 13.6824 17.0773 13.3447 16.5258 13.2582L16.5201 13.2573L16.5197 13.2573C15.8364 13.1502 15.317 13.0688 14.9496 13.0154C14.7657 12.9887 14.6131 12.9679 14.4937 12.9544C14.3955 12.9432 14.2605 12.9292 14.1475 12.9358C13.6579 12.9645 13.2686 13.163 12.967 13.3697C12.7751 13.5012 12.5665 13.6774 12.4025 13.8159C12.3381 13.8703 12.2805 13.9189 12.2336 13.9567L12.1562 14.019L12.1562 14.019C11.861 14.2567 11.7133 14.3756 11.5313 14.3719C11.3493 14.3681 11.2157 14.2512 10.9486 14.0174C10.7787 13.8687 10.6121 13.7129 10.4494 13.5502C10.2866 13.3874 10.1309 13.2209 9.98214 13.0509C9.74835 12.7839 9.63146 12.6503 9.62771 12.4683C9.62397 12.2862 9.74282 12.1386 9.98054 11.8434L10.0428 11.766C10.0807 11.719 10.1293 11.6615 10.1837 11.5971L10.1837 11.5971C10.3222 11.4331 10.4983 11.2245 10.6299 11.0326C10.8365 10.731 11.0351 10.3416 11.0638 9.85207C11.0704 9.7391 11.0564 9.60404 11.0452 9.50589C11.0316 9.38648 11.0109 9.23384 10.9842 9.04993C10.9308 8.68245 10.8493 8.16297 10.7422 7.47943L10.7413 7.47374C10.6549 6.9223 10.3172 6.5705 9.90741 6.39974C9.5644 6.25679 9.19327 6.24999 8.9729 6.24999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.24997C6.06296 1.24997 1.25002 6.06291 1.25002 12C1.25002 13.4809 1.54989 14.8936 2.09293 16.1794C2.23539 16.5167 2.33142 16.7446 2.39557 16.9198C2.46099 17.0984 2.47018 17.1631 2.47134 17.1797C2.47783 17.2736 2.45407 17.4013 2.29192 18.0073L1.2755 21.8061C1.20627 22.0649 1.28029 22.3409 1.46969 22.5303C1.65909 22.7197 1.93512 22.7937 2.19387 22.7245L5.99264 21.7081C6.59867 21.5459 6.72635 21.5222 6.82026 21.5287C6.83692 21.5298 6.90154 21.539 7.08019 21.6044C7.25534 21.6686 7.48326 21.7646 7.82056 21.9071C9.10634 22.4501 10.5191 22.75 12 22.75C17.9371 22.75 22.75 17.937 22.75 12C22.75 6.06291 17.9371 1.24997 12 1.24997ZM8.9729 6.24999L8.88025 6.24989C8.40058 6.24908 7.95809 6.24833 7.52291 6.44711C7.20676 6.59152 6.93775 6.83687 6.74186 7.08193C6.54597 7.32698 6.3659 7.64342 6.29467 7.98363C6.19703 8.44997 6.27755 8.8048 6.36369 9.18438L6.37558 9.23688C6.8101 11.1612 7.82592 13.048 9.38873 14.6108C10.9515 16.1737 12.8384 17.1895 14.7627 17.624L14.8152 17.6359C15.1948 17.722 15.5496 17.8025 16.0159 17.7049C16.3561 17.6337 16.6726 17.4536 16.9176 17.2577C17.1627 17.0618 17.408 16.7928 17.5525 16.4767C17.7512 16.0415 17.7505 15.599 17.7497 15.1193L17.7496 15.0267C17.7496 14.8063 17.7428 14.4352 17.5998 14.0922C17.4291 13.6824 17.0773 13.3447 16.5258 13.2582L16.5201 13.2573L16.5197 13.2573C15.8364 13.1502 15.317 13.0688 14.9496 13.0154C14.7657 12.9887 14.6131 12.9679 14.4937 12.9544C14.3955 12.9432 14.2605 12.9292 14.1475 12.9358C13.6579 12.9645 13.2686 13.163 12.967 13.3697C12.7751 13.5012 12.5665 13.6774 12.4025 13.8159C12.3381 13.8703 12.2805 13.9189 12.2336 13.9567L12.1562 14.019L12.1562 14.019C11.861 14.2567 11.7133 14.3756 11.5313 14.3719C11.3493 14.3681 11.2157 14.2512 10.9486 14.0174C10.7787 13.8687 10.6121 13.7129 10.4494 13.5502C10.2866 13.3874 10.1309 13.2209 9.98214 13.0509C9.74835 12.7839 9.63146 12.6503 9.62771 12.4683C9.62397 12.2862 9.74282 12.1386 9.98054 11.8434L10.0428 11.766C10.0807 11.719 10.1293 11.6615 10.1837 11.5971L10.1837 11.5971C10.3222 11.4331 10.4983 11.2245 10.6299 11.0326C10.8365 10.731 11.0351 10.3416 11.0638 9.85207C11.0704 9.7391 11.0564 9.60404 11.0452 9.50589C11.0316 9.38648 11.0109 9.23384 10.9842 9.04993C10.9308 8.68245 10.8493 8.16297 10.7422 7.47943L10.7413 7.47374C10.6549 6.9223 10.3172 6.5705 9.90741 6.39974C9.5644 6.25679 9.19327 6.24999 8.9729 6.24999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-wikipedia{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM5 7.25C4.58579 7.25 4.25 7.58579 4.25 8C4.25 8.41421 4.58579 8.75 5 8.75H5.53164L7.94522 15.1374C8.20304 15.8198 8.42283 16.4015 8.63908 16.8077C8.82898 17.1643 9.19835 17.75 9.9 17.75C10.6017 17.75 10.971 17.1643 11.1609 16.8077C11.3772 16.4015 11.5969 15.8198 11.8548 15.1374L11.8548 15.1374L12 14.753L12.1452 15.1374C12.403 15.8198 12.6228 16.4015 12.8391 16.8077C13.029 17.1643 13.3983 17.75 14.1 17.75C14.8017 17.75 15.171 17.1643 15.3609 16.8077C15.5772 16.4015 15.797 15.8198 16.0548 15.1374L18.4684 8.75H19C19.4142 8.75 19.75 8.41421 19.75 8C19.75 7.58579 19.4142 7.25 19 7.25H17C16.5858 7.25 16.25 7.58579 16.25 8C16.25 8.36958 16.5173 8.67672 16.8691 8.73862L14.6711 14.5556C14.4237 15.2102 14.2501 15.6663 14.1 15.9778C13.9499 15.6663 13.7763 15.2102 13.5289 14.5556L12.8018 12.6312L14.2684 8.75H14.5C14.9142 8.75 15.25 8.41421 15.25 8C15.25 7.58579 14.9142 7.25 14.5 7.25H13.75C13.4381 7.25 13.1587 7.44309 13.0484 7.73489L12 10.5095L10.9516 7.73489C10.8413 7.44309 10.5619 7.25 10.25 7.25H9.5C9.08579 7.25 8.75 7.58579 8.75 8C8.75 8.41421 9.08579 8.75 9.5 8.75H9.73164L11.1982 12.6312L10.4711 14.5556C10.2237 15.2102 10.0501 15.6663 9.9 15.9778C9.74985 15.6663 9.57626 15.2102 9.32889 14.5556L7.13086 8.73862C7.48269 8.67672 7.75 8.36958 7.75 8C7.75 7.58579 7.41421 7.25 7 7.25H5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H12.0572H11.9428H11.9428C9.7521 1.74999 8.03143 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM5 7.25C4.58579 7.25 4.25 7.58579 4.25 8C4.25 8.41421 4.58579 8.75 5 8.75H5.53164L7.94522 15.1374C8.20304 15.8198 8.42283 16.4015 8.63908 16.8077C8.82898 17.1643 9.19835 17.75 9.9 17.75C10.6017 17.75 10.971 17.1643 11.1609 16.8077C11.3772 16.4015 11.5969 15.8198 11.8548 15.1374L11.8548 15.1374L12 14.753L12.1452 15.1374C12.403 15.8198 12.6228 16.4015 12.8391 16.8077C13.029 17.1643 13.3983 17.75 14.1 17.75C14.8017 17.75 15.171 17.1643 15.3609 16.8077C15.5772 16.4015 15.797 15.8198 16.0548 15.1374L18.4684 8.75H19C19.4142 8.75 19.75 8.41421 19.75 8C19.75 7.58579 19.4142 7.25 19 7.25H17C16.5858 7.25 16.25 7.58579 16.25 8C16.25 8.36958 16.5173 8.67672 16.8691 8.73862L14.6711 14.5556C14.4237 15.2102 14.2501 15.6663 14.1 15.9778C13.9499 15.6663 13.7763 15.2102 13.5289 14.5556L12.8018 12.6312L14.2684 8.75H14.5C14.9142 8.75 15.25 8.41421 15.25 8C15.25 7.58579 14.9142 7.25 14.5 7.25H13.75C13.4381 7.25 13.1587 7.44309 13.0484 7.73489L12 10.5095L10.9516 7.73489C10.8413 7.44309 10.5619 7.25 10.25 7.25H9.5C9.08579 7.25 8.75 7.58579 8.75 8C8.75 8.41421 9.08579 8.75 9.5 8.75H9.73164L11.1982 12.6312L10.4711 14.5556C10.2237 15.2102 10.0501 15.6663 9.9 15.9778C9.74985 15.6663 9.57626 15.2102 9.32889 14.5556L7.13086 8.73862C7.48269 8.67672 7.75 8.36958 7.75 8C7.75 7.58579 7.41421 7.25 7 7.25H5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-wise{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.00011 1C6.6458 1 6.31793 1.18749 6.13825 1.49287C5.95856 1.79824 5.95388 2.1759 6.12595 2.48563L8.25956 6.32626L4.29292 10.2929C4.00692 10.5789 3.92137 11.009 4.07615 11.3827C4.23093 11.7564 4.59557 12 5.00003 12H13.923L10.0716 21.6286C9.86644 22.1414 10.1159 22.7234 10.6286 22.9285C11.1414 23.1336 11.7234 22.8842 11.9285 22.3714L19.9286 2.37139C20.0518 2.0633 20.0142 1.71415 19.8282 1.43937C19.6422 1.1646 19.3319 1 19.0001 1H7.00011Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.00011 1C6.6458 1 6.31793 1.18749 6.13825 1.49287C5.95856 1.79824 5.95388 2.1759 6.12595 2.48563L8.25956 6.32626L4.29292 10.2929C4.00692 10.5789 3.92137 11.009 4.07615 11.3827C4.23093 11.7564 4.59557 12 5.00003 12H13.923L10.0716 21.6286C9.86644 22.1414 10.1159 22.7234 10.6286 22.9285C11.1414 23.1336 11.7234 22.8842 11.9285 22.3714L19.9286 2.37139C20.0518 2.0633 20.0142 1.71415 19.8282 1.43937C19.6422 1.1646 19.3319 1 19.0001 1H7.00011Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-wordpress{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.6146 6.87489C16.2516 5.24581 17.2877 2.75 19.5012 2.75C20.5704 2.75 21.3646 3.20461 21.8896 3.90491C22.3879 4.56961 22.6124 5.40988 22.6983 6.18143C22.8417 7.46926 22.6858 8.77229 22.2425 9.99122C22.2384 10.0025 22.2341 10.0136 22.2295 10.0246L21.2281 12.4158L19.1289 18.2614C18.8418 19.0608 18.5998 19.7349 18.3555 20.2046C18.129 20.6401 17.7315 21.24 16.9916 21.2499C16.2511 21.2597 15.8383 20.6699 15.6009 20.2404C15.3449 19.7773 15.086 19.1098 14.7791 18.3184L12.8944 13.4587L11.1289 18.2614L11.1289 18.2614C10.8418 19.0608 10.5998 19.7349 10.3555 20.2046C10.129 20.6401 9.73155 21.24 8.99158 21.2499C8.25109 21.2597 7.83828 20.6699 7.60085 20.2404C7.34485 19.7773 7.08602 19.1098 6.7791 18.3183L2.48644 7.25H2C1.58579 7.25 1.25 6.91421 1.25 6.5C1.25 6.08579 1.58579 5.75 2 5.75H7.457C7.87122 5.75 8.207 6.08579 8.207 6.5C8.207 6.87967 7.9249 7.19344 7.55886 7.24314L10.5135 15.5852L12.0742 11.344L10.4864 7.25H10C9.58579 7.25 9.25 6.91421 9.25 6.5C9.25 6.08579 9.58579 5.75 10 5.75H15.457C15.8712 5.75 16.207 6.08579 16.207 6.5C16.207 6.87967 15.9249 7.19344 15.5589 7.24314L18.5049 15.5609L19.8229 11.8905L19.8239 11.8877C20.0472 11.2737 19.9433 10.5324 19.5161 9.63677C19.0906 8.7446 18.3953 7.80804 17.6146 6.87489Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.6146 6.87489C16.2516 5.24581 17.2877 2.75 19.5012 2.75C20.5704 2.75 21.3646 3.20461 21.8896 3.90491C22.3879 4.56961 22.6124 5.40988 22.6983 6.18143C22.8417 7.46926 22.6858 8.77229 22.2425 9.99122C22.2384 10.0025 22.2341 10.0136 22.2295 10.0246L21.2281 12.4158L19.1289 18.2614C18.8418 19.0608 18.5998 19.7349 18.3555 20.2046C18.129 20.6401 17.7315 21.24 16.9916 21.2499C16.2511 21.2597 15.8383 20.6699 15.6009 20.2404C15.3449 19.7773 15.086 19.1098 14.7791 18.3184L12.8944 13.4587L11.1289 18.2614L11.1289 18.2614C10.8418 19.0608 10.5998 19.7349 10.3555 20.2046C10.129 20.6401 9.73155 21.24 8.99158 21.2499C8.25109 21.2597 7.83828 20.6699 7.60085 20.2404C7.34485 19.7773 7.08602 19.1098 6.7791 18.3183L2.48644 7.25H2C1.58579 7.25 1.25 6.91421 1.25 6.5C1.25 6.08579 1.58579 5.75 2 5.75H7.457C7.87122 5.75 8.207 6.08579 8.207 6.5C8.207 6.87967 7.9249 7.19344 7.55886 7.24314L10.5135 15.5852L12.0742 11.344L10.4864 7.25H10C9.58579 7.25 9.25 6.91421 9.25 6.5C9.25 6.08579 9.58579 5.75 10 5.75H15.457C15.8712 5.75 16.207 6.08579 16.207 6.5C16.207 6.87967 15.9249 7.19344 15.5589 7.24314L18.5049 15.5609L19.8229 11.8905L19.8239 11.8877C20.0472 11.2737 19.9433 10.5324 19.5161 9.63677C19.0906 8.7446 18.3953 7.80804 17.6146 6.87489Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-wps-office-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM6 7.25C5.74141 7.25 5.50106 7.38321 5.364 7.6025C5.22695 7.82179 5.21253 8.09621 5.32584 8.32865L9.22584 16.3287C9.35152 16.5864 9.6132 16.75 9.9 16.75C10.1868 16.75 10.4485 16.5864 10.5742 16.3287L14.2688 8.75H16.8L14.1 14.2885L14.0016 14.0866C13.8201 13.7143 13.3711 13.5596 12.9988 13.7411C12.6264 13.9226 12.4718 14.3716 12.6533 14.7439L13.4258 16.3287C13.5515 16.5864 13.8132 16.75 14.1 16.75C14.3868 16.75 14.6485 16.5864 14.7742 16.3287L18.6742 8.32865C18.7875 8.09621 18.7731 7.82179 18.636 7.6025C18.4989 7.38321 18.2586 7.25 18 7.25L13.8 7.25C13.5132 7.25 13.2515 7.41355 13.1258 7.67135L9.9 14.2885L7.2 8.75H9.73125L10.0133 9.32865C10.1949 9.70098 10.6438 9.85567 11.0162 9.67416C11.3885 9.49265 11.5432 9.04368 11.3617 8.67135L10.8742 7.67135C10.7485 7.41355 10.4868 7.25 10.2 7.25L6 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM6 7.25C5.74141 7.25 5.50106 7.38321 5.364 7.6025C5.22695 7.82179 5.21253 8.09621 5.32584 8.32865L9.22584 16.3287C9.35152 16.5864 9.6132 16.75 9.9 16.75C10.1868 16.75 10.4485 16.5864 10.5742 16.3287L14.2688 8.75H16.8L14.1 14.2885L14.0016 14.0866C13.8201 13.7143 13.3711 13.5596 12.9988 13.7411C12.6264 13.9226 12.4718 14.3716 12.6533 14.7439L13.4258 16.3287C13.5515 16.5864 13.8132 16.75 14.1 16.75C14.3868 16.75 14.6485 16.5864 14.7742 16.3287L18.6742 8.32865C18.7875 8.09621 18.7731 7.82179 18.636 7.6025C18.4989 7.38321 18.2586 7.25 18 7.25L13.8 7.25C13.5132 7.25 13.2515 7.41355 13.1258 7.67135L9.9 14.2885L7.2 8.75H9.73125L10.0133 9.32865C10.1949 9.70098 10.6438 9.85567 11.0162 9.67416C11.3885 9.49265 11.5432 9.04368 11.3617 8.67135L10.8742 7.67135C10.7485 7.41355 10.4868 7.25 10.2 7.25L6 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-wps-office{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.36201 5.1057C1.49867 4.88459 1.74007 4.75 2 4.75H9C9.28408 4.75 9.54378 4.9105 9.67082 5.16459L12 9.82295L14.3292 5.16459C14.4562 4.9105 14.7159 4.75 15 4.75H22C22.2599 4.75 22.5013 4.88459 22.638 5.1057C22.7746 5.32681 22.7871 5.60292 22.6708 5.83541L16.1708 18.8354C16.0438 19.0895 15.7841 19.25 15.5 19.25C15.2159 19.25 14.9562 19.0895 14.8292 18.8354L12 13.1771L9.17082 18.8354C9.04378 19.0895 8.78408 19.25 8.5 19.25C8.21592 19.25 7.95622 19.0895 7.82918 18.8354L1.32918 5.83541C1.21293 5.60292 1.22536 5.32681 1.36201 5.1057Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.36201 5.1057C1.49867 4.88459 1.74007 4.75 2 4.75H9C9.28408 4.75 9.54378 4.9105 9.67082 5.16459L12 9.82295L14.3292 5.16459C14.4562 4.9105 14.7159 4.75 15 4.75H22C22.2599 4.75 22.5013 4.88459 22.638 5.1057C22.7746 5.32681 22.7871 5.60292 22.6708 5.83541L16.1708 18.8354C16.0438 19.0895 15.7841 19.25 15.5 19.25C15.2159 19.25 14.9562 19.0895 14.8292 18.8354L12 13.1771L9.17082 18.8354C9.04378 19.0895 8.78408 19.25 8.5 19.25C8.21592 19.25 7.95622 19.0895 7.82918 18.8354L1.32918 5.83541C1.21293 5.60292 1.22536 5.32681 1.36201 5.1057Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-x-ellipse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM7 6.25C6.71836 6.25 6.46045 6.40779 6.33223 6.65856C6.20401 6.90933 6.22709 7.21079 6.39199 7.43912L10.2116 12.7278L6.46967 16.4697C6.17678 16.7626 6.17678 17.2374 6.46967 17.5303C6.76257 17.8232 7.23744 17.8232 7.53033 17.5303L11.1012 13.9595L13.6142 17.4391C13.7552 17.6344 13.9814 17.75 14.2222 17.75H17C17.2817 17.75 17.5396 17.5922 17.6678 17.3414C17.796 17.0907 17.7729 16.7892 17.608 16.5609L13.7884 11.2722L17.5303 7.53033C17.8232 7.23744 17.8232 6.76256 17.5303 6.46967C17.2374 6.17678 16.7626 6.17678 16.4697 6.46967L12.8988 10.0405L10.3858 6.56088C10.2448 6.36565 10.0186 6.25 9.77778 6.25H7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM7 6.25C6.71836 6.25 6.46045 6.40779 6.33223 6.65856C6.20401 6.90933 6.22709 7.21079 6.39199 7.43912L10.2116 12.7278L6.46967 16.4697C6.17678 16.7626 6.17678 17.2374 6.46967 17.5303C6.76257 17.8232 7.23744 17.8232 7.53033 17.5303L11.1012 13.9595L13.6142 17.4391C13.7552 17.6344 13.9814 17.75 14.2222 17.75H17C17.2817 17.75 17.5396 17.5922 17.6678 17.3414C17.796 17.0907 17.7729 16.7892 17.608 16.5609L13.7884 11.2722L17.5303 7.53033C17.8232 7.23744 17.8232 6.76256 17.5303 6.46967C17.2374 6.17678 16.7626 6.17678 16.4697 6.46967L12.8988 10.0405L10.3858 6.56088C10.2448 6.36565 10.0186 6.25 9.77778 6.25H7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-x-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.3121 1.93059C15.9687 1.74998 14.248 1.74999 12.0573 1.75H11.9429C9.75224 1.74999 8.03156 1.74998 6.68815 1.93059C5.31149 2.11568 4.21923 2.50271 3.36104 3.36091C2.50284 4.21911 2.1158 5.31137 1.93072 6.68802C1.7501 8.03144 1.75011 9.75212 1.75012 11.9428V12.0572C1.75011 14.2479 1.7501 15.9686 1.93072 17.312C2.1158 18.6886 2.50284 19.7809 3.36104 20.6391C4.21923 21.4973 5.31149 21.8843 6.68815 22.0694C8.03156 22.25 9.75223 22.25 11.9429 22.25H11.943H12.0573H12.0573C14.248 22.25 15.9687 22.25 17.3121 22.0694C18.6888 21.8843 19.781 21.4973 20.6392 20.6391C21.4974 19.7809 21.8844 18.6886 22.0695 17.312C22.2501 15.9686 22.2501 14.2479 22.2501 12.0572V12.0572V11.9428V11.9428C22.2501 9.7521 22.2501 8.03144 22.0695 6.68802C21.8844 5.31137 21.4974 4.21911 20.6392 3.36091C19.781 2.50271 18.6888 2.11568 17.3121 1.93059ZM7.00012 6.25C6.71848 6.25 6.46057 6.40779 6.33235 6.65856C6.20413 6.90933 6.22721 7.21079 6.39212 7.43912L10.2117 12.7278L6.4698 16.4697C6.1769 16.7626 6.1769 17.2374 6.4698 17.5303C6.76269 17.8232 7.23756 17.8232 7.53046 17.5303L11.1013 13.9595L13.6143 17.4391C13.7553 17.6344 13.9815 17.75 14.2223 17.75H17.0001C17.2818 17.75 17.5397 17.5922 17.6679 17.3414C17.7961 17.0907 17.773 16.7892 17.6081 16.5609L13.7886 11.2722L17.5305 7.53033C17.8233 7.23744 17.8233 6.76256 17.5305 6.46967C17.2376 6.17678 16.7627 6.17678 16.4698 6.46967L12.899 10.0405L10.3859 6.56088C10.2449 6.36565 10.0187 6.25 9.7779 6.25H7.00012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.3121 1.93059C15.9687 1.74998 14.248 1.74999 12.0573 1.75H11.9429C9.75224 1.74999 8.03156 1.74998 6.68815 1.93059C5.31149 2.11568 4.21923 2.50271 3.36104 3.36091C2.50284 4.21911 2.1158 5.31137 1.93072 6.68802C1.7501 8.03144 1.75011 9.75212 1.75012 11.9428V12.0572C1.75011 14.2479 1.7501 15.9686 1.93072 17.312C2.1158 18.6886 2.50284 19.7809 3.36104 20.6391C4.21923 21.4973 5.31149 21.8843 6.68815 22.0694C8.03156 22.25 9.75223 22.25 11.9429 22.25H11.943H12.0573H12.0573C14.248 22.25 15.9687 22.25 17.3121 22.0694C18.6888 21.8843 19.781 21.4973 20.6392 20.6391C21.4974 19.7809 21.8844 18.6886 22.0695 17.312C22.2501 15.9686 22.2501 14.2479 22.2501 12.0572V12.0572V11.9428V11.9428C22.2501 9.7521 22.2501 8.03144 22.0695 6.68802C21.8844 5.31137 21.4974 4.21911 20.6392 3.36091C19.781 2.50271 18.6888 2.11568 17.3121 1.93059ZM7.00012 6.25C6.71848 6.25 6.46057 6.40779 6.33235 6.65856C6.20413 6.90933 6.22721 7.21079 6.39212 7.43912L10.2117 12.7278L6.4698 16.4697C6.1769 16.7626 6.1769 17.2374 6.4698 17.5303C6.76269 17.8232 7.23756 17.8232 7.53046 17.5303L11.1013 13.9595L13.6143 17.4391C13.7553 17.6344 13.9815 17.75 14.2223 17.75H17.0001C17.2818 17.75 17.5397 17.5922 17.6679 17.3414C17.7961 17.0907 17.773 16.7892 17.6081 16.5609L13.7886 11.2722L17.5305 7.53033C17.8233 7.23744 17.8233 6.76256 17.5305 6.46967C17.2376 6.17678 16.7627 6.17678 16.4698 6.46967L12.899 10.0405L10.3859 6.56088C10.2449 6.36565 10.0187 6.25 9.7779 6.25H7.00012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-x{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.3569 2.78113C2.52359 2.45513 2.85886 2.25 3.225 2.25H8.1C8.41308 2.25 8.70711 2.40034 8.89041 2.65415L13.5354 9.08571L20.0856 2.53557C20.4663 2.15481 21.0837 2.15481 21.4644 2.53557C21.8452 2.91633 21.8452 3.53367 21.4644 3.91443L14.6919 10.687L21.5654 20.2041C21.7798 20.501 21.8098 20.8929 21.6431 21.2189C21.4764 21.5449 21.1411 21.75 20.775 21.75H15.9C15.5869 21.75 15.2929 21.5997 15.1096 21.3459L10.4646 14.9143L3.91443 21.4644C3.53367 21.8452 2.91634 21.8452 2.53557 21.4644C2.15481 21.0837 2.15481 20.4663 2.53557 20.0856L9.30811 13.313L2.43459 3.79585C2.22022 3.49903 2.19021 3.10713 2.3569 2.78113Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.3569 2.78113C2.52359 2.45513 2.85886 2.25 3.225 2.25H8.1C8.41308 2.25 8.70711 2.40034 8.89041 2.65415L13.5354 9.08571L20.0856 2.53557C20.4663 2.15481 21.0837 2.15481 21.4644 2.53557C21.8452 2.91633 21.8452 3.53367 21.4644 3.91443L14.6919 10.687L21.5654 20.2041C21.7798 20.501 21.8098 20.8929 21.6431 21.2189C21.4764 21.5449 21.1411 21.75 20.775 21.75H15.9C15.5869 21.75 15.2929 21.5997 15.1096 21.3459L10.4646 14.9143L3.91443 21.4644C3.53367 21.8452 2.91634 21.8452 2.53557 21.4644C2.15481 21.0837 2.15481 20.4663 2.53557 20.0856L9.30811 13.313L2.43459 3.79585C2.22022 3.49903 2.19021 3.10713 2.3569 2.78113Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-xing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.6311 1.28713C20.9096 1.32673 21.3178 1.43429 21.5735 1.83053C21.8363 2.23779 21.7526 2.65912 21.6599 2.93032C21.5755 3.17736 21.4253 3.46492 21.2752 3.75226L21.2752 3.75227L21.2533 3.79428L15.7545 14.3288C15.6178 14.5906 15.5415 14.7387 15.4957 14.8531C15.4729 14.9099 15.4661 14.9387 15.4643 14.9498C15.4673 14.9608 15.4774 14.9891 15.507 15.0444C15.5656 15.1539 15.6584 15.2936 15.8235 15.5397L18.8446 20.0413L18.8724 20.0827C19.0764 20.3864 19.2749 20.6821 19.395 20.9368C19.5217 21.2053 19.6702 21.6538 19.4096 22.111C19.1564 22.5552 18.707 22.6689 18.417 22.71C18.134 22.7502 17.772 22.7501 17.3919 22.75H17.3918L17.3437 22.75H15.2187C14.9481 22.75 14.6956 22.7501 14.4815 22.7298C14.2447 22.7073 13.9978 22.6562 13.7536 22.5205C13.5076 22.3837 13.3348 22.2005 13.1929 22.0092C13.0664 21.8386 12.9396 21.6259 12.8061 21.4022L12.8061 21.4021L9.7561 16.2894L9.7561 16.2894C9.63285 16.0828 9.51503 15.8854 9.4307 15.7074C9.33637 15.5084 9.25831 15.2836 9.25062 15.018C9.24292 14.7523 9.30789 14.5234 9.39071 14.3192C9.46468 14.1369 9.57097 13.9333 9.68203 13.7207L15.404 2.75854L15.4186 2.73056C15.5464 2.48571 15.6677 2.25337 15.7916 2.06678C15.9307 1.85744 16.1042 1.65559 16.3603 1.50398C16.6145 1.3535 16.8749 1.29707 17.1246 1.27233C17.3506 1.24996 17.6182 1.24998 17.9058 1.25001L19.6547 1.25001L19.7004 1.25001C20.039 1.24993 20.3691 1.24986 20.6311 1.28713Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.23125 5.25001L4.27746 5.25002H5.4134L5.44464 5.25001C5.71577 5.24998 5.97342 5.24995 6.19185 5.27273C6.43626 5.29822 6.69373 5.35688 6.94402 5.51293C7.1939 5.66872 7.36014 5.87391 7.49117 6.08164C7.60864 6.26788 7.72351 6.49972 7.8449 6.74468L7.85869 6.77252L9.34566 9.77252L9.38849 9.85846C9.56249 10.2066 9.74999 10.5817 9.74999 11C9.74999 11.4183 9.56249 11.7935 9.3885 12.1416L9.34565 12.2275L7.8449 15.2553C7.72352 15.5003 7.60864 15.7321 7.49117 15.9184C7.36014 16.1261 7.1939 16.3313 6.94402 16.4871C6.69372 16.6432 6.43626 16.7018 6.19185 16.7273C5.97343 16.7501 5.71579 16.7501 5.44467 16.75H5.44465L4.27746 16.75L4.23124 16.75C3.91239 16.7501 3.59382 16.7502 3.33945 16.7121C3.06052 16.6703 2.65992 16.5555 2.41433 16.1547C2.17006 15.756 2.24721 15.3479 2.33388 15.0807C2.41345 14.8354 2.55549 14.5491 2.69843 14.2609L2.71882 14.2197L4.03645 11.5614C4.15094 11.3304 4.21494 11.1998 4.25458 11.0983C4.2723 11.0529 4.2795 11.027 4.28254 11.0135C4.28397 11.0071 4.2846 11.0022 4.2846 11.0022L4.28475 11L4.2846 10.9978C4.2846 10.9978 4.28397 10.9929 4.28254 10.9865C4.2795 10.973 4.2723 10.9471 4.25458 10.9017C4.21494 10.8003 4.15094 10.6696 4.03645 10.4387L2.71882 7.7803L2.69843 7.73918C2.55549 7.45098 2.41345 7.1646 2.33388 6.91929C2.24721 6.65211 2.17006 6.24404 2.41433 5.84534C2.65992 5.44449 3.06052 5.32972 3.33945 5.28793C3.59382 5.24983 3.91239 5.24992 4.23125 5.25001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.6311 1.28713C20.9096 1.32673 21.3178 1.43429 21.5735 1.83053C21.8363 2.23779 21.7526 2.65912 21.6599 2.93032C21.5755 3.17736 21.4253 3.46492 21.2752 3.75226L21.2752 3.75227L21.2533 3.79428L15.7545 14.3288C15.6178 14.5906 15.5415 14.7387 15.4957 14.8531C15.4729 14.9099 15.4661 14.9387 15.4643 14.9498C15.4673 14.9608 15.4774 14.9891 15.507 15.0444C15.5656 15.1539 15.6584 15.2936 15.8235 15.5397L18.8446 20.0413L18.8724 20.0827C19.0764 20.3864 19.2749 20.6821 19.395 20.9368C19.5217 21.2053 19.6702 21.6538 19.4096 22.111C19.1564 22.5552 18.707 22.6689 18.417 22.71C18.134 22.7502 17.772 22.7501 17.3919 22.75H17.3918L17.3437 22.75H15.2187C14.9481 22.75 14.6956 22.7501 14.4815 22.7298C14.2447 22.7073 13.9978 22.6562 13.7536 22.5205C13.5076 22.3837 13.3348 22.2005 13.1929 22.0092C13.0664 21.8386 12.9396 21.6259 12.8061 21.4022L12.8061 21.4021L9.7561 16.2894L9.7561 16.2894C9.63285 16.0828 9.51503 15.8854 9.4307 15.7074C9.33637 15.5084 9.25831 15.2836 9.25062 15.018C9.24292 14.7523 9.30789 14.5234 9.39071 14.3192C9.46468 14.1369 9.57097 13.9333 9.68203 13.7207L15.404 2.75854L15.4186 2.73056C15.5464 2.48571 15.6677 2.25337 15.7916 2.06678C15.9307 1.85744 16.1042 1.65559 16.3603 1.50398C16.6145 1.3535 16.8749 1.29707 17.1246 1.27233C17.3506 1.24996 17.6182 1.24998 17.9058 1.25001L19.6547 1.25001L19.7004 1.25001C20.039 1.24993 20.3691 1.24986 20.6311 1.28713Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.23125 5.25001L4.27746 5.25002H5.4134L5.44464 5.25001C5.71577 5.24998 5.97342 5.24995 6.19185 5.27273C6.43626 5.29822 6.69373 5.35688 6.94402 5.51293C7.1939 5.66872 7.36014 5.87391 7.49117 6.08164C7.60864 6.26788 7.72351 6.49972 7.8449 6.74468L7.85869 6.77252L9.34566 9.77252L9.38849 9.85846C9.56249 10.2066 9.74999 10.5817 9.74999 11C9.74999 11.4183 9.56249 11.7935 9.3885 12.1416L9.34565 12.2275L7.8449 15.2553C7.72352 15.5003 7.60864 15.7321 7.49117 15.9184C7.36014 16.1261 7.1939 16.3313 6.94402 16.4871C6.69372 16.6432 6.43626 16.7018 6.19185 16.7273C5.97343 16.7501 5.71579 16.7501 5.44467 16.75H5.44465L4.27746 16.75L4.23124 16.75C3.91239 16.7501 3.59382 16.7502 3.33945 16.7121C3.06052 16.6703 2.65992 16.5555 2.41433 16.1547C2.17006 15.756 2.24721 15.3479 2.33388 15.0807C2.41345 14.8354 2.55549 14.5491 2.69843 14.2609L2.71882 14.2197L4.03645 11.5614C4.15094 11.3304 4.21494 11.1998 4.25458 11.0983C4.2723 11.0529 4.2795 11.027 4.28254 11.0135C4.28397 11.0071 4.2846 11.0022 4.2846 11.0022L4.28475 11L4.2846 10.9978C4.2846 10.9978 4.28397 10.9929 4.28254 10.9865C4.2795 10.973 4.2723 10.9471 4.25458 10.9017C4.21494 10.8003 4.15094 10.6696 4.03645 10.4387L2.71882 7.7803L2.69843 7.73918C2.55549 7.45098 2.41345 7.1646 2.33388 6.91929C2.24721 6.65211 2.17006 6.24404 2.41433 5.84534C2.65992 5.44449 3.06052 5.32972 3.33945 5.28793C3.59382 5.24983 3.91239 5.24992 4.23125 5.25001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-yelp{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.69955 10.7546L6.74749 10.7767L7.5248 11.1349L7.58071 11.1607L7.58072 11.1607C8.47455 11.5725 9.21927 11.9157 9.72981 12.2436C10.2205 12.5587 10.7903 13.0433 10.7479 13.8183C10.7054 14.5939 10.0854 15.0127 9.56305 15.2714C9.01972 15.5406 8.24198 15.7988 7.30876 16.1087L6.43982 16.3973L6.38971 16.4139C5.99069 16.5465 5.60493 16.6748 5.26972 16.7249C4.87514 16.7839 4.45987 16.7509 4.0641 16.4815C3.69532 16.2304 3.50046 15.8975 3.40069 15.5214C3.31972 15.2162 3.29571 14.8512 3.27234 14.4959L3.26893 14.4442C3.25637 14.2545 3.25 14.0632 3.25 13.8705C3.25 13.3574 3.29517 12.8544 3.38189 12.3654L3.39094 12.3143C3.45285 11.9643 3.51654 11.6043 3.63036 11.31C3.77073 10.9471 4.00109 10.6377 4.39543 10.4291C4.81871 10.205 5.23523 10.2186 5.62066 10.321C5.94823 10.4081 6.31748 10.5784 6.69955 10.7546Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.1656 8.34661L19.1997 8.38498C19.5664 8.79737 19.8919 9.24478 20.1698 9.7216L20.1968 9.76778C20.3727 10.0693 20.5568 10.3848 20.6572 10.6828C20.7832 11.0567 20.7975 11.4487 20.6088 11.8617C20.4088 12.2994 20.0639 12.5415 19.6986 12.697C19.3822 12.8317 18.978 12.9301 18.5521 13.0339L18.5017 13.0462L17.9734 13.175C16.9074 13.435 16.0338 13.648 15.379 13.7211C14.7725 13.7888 13.9748 13.788 13.5068 13.1424C13.0169 12.4667 13.3274 11.7119 13.6172 11.1954C13.929 10.6398 14.4577 9.9439 15.0963 9.10332L15.1345 9.05304L15.4157 8.68288L15.4473 8.64138L15.4473 8.64138C15.703 8.30461 15.9495 7.97999 16.2002 7.74666C16.4949 7.47229 16.8516 7.2682 17.3237 7.25121C17.7653 7.23532 18.1203 7.37652 18.4319 7.61339C18.6856 7.80632 18.9288 8.08003 19.1656 8.34661Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3584 14.3589C16.0056 14.4788 16.8488 14.7725 17.8653 15.1489C18.2543 15.2929 18.6268 15.4403 18.9244 15.631C19.2507 15.84 19.523 16.1227 19.6676 16.5386L19.6742 16.5575L19.6798 16.5767C19.7956 16.9764 19.7602 17.3358 19.6385 17.6835C19.5375 17.9719 19.3664 18.2759 19.1972 18.5762L19.174 18.6175L19.1618 18.6392L18.5528 19.5722L18.5377 19.5923C18.3126 19.8915 18.081 20.1855 17.8269 20.3989C17.5435 20.637 17.2014 20.8018 16.7755 20.7968L16.7507 20.7965L16.7259 20.7945C16.2585 20.7578 15.929 20.5106 15.6813 20.2329C15.467 19.9927 15.2569 19.663 15.0388 19.3206L15.0388 19.3206L15.0114 19.2776L14.9816 19.2309C14.3759 18.2808 13.8831 17.5077 13.5908 16.8997C13.3209 16.3382 13.0552 15.5965 13.4509 14.9341L13.4662 14.9085L13.4834 14.8843C13.9607 14.2117 14.7692 14.2497 15.3584 14.3589Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6196 15.4021C10.9325 15.2457 11.3072 15.1863 11.691 15.3382C12.0645 15.4862 12.296 15.7745 12.4345 16.0756C12.5652 16.3598 12.6316 16.6919 12.6716 17.0276C12.75 17.6864 12.75 18.6001 12.75 19.7237L12.75 20.0771L12.75 20.1261C12.75 20.564 12.7501 20.9736 12.6992 21.3079C12.6415 21.6866 12.505 22.0727 12.1565 22.3784C11.8214 22.6722 11.4476 22.7708 11.056 22.7466C10.7537 22.7279 10.4186 22.6314 10.1125 22.5433L10.061 22.5284C9.61293 22.3998 9.18127 22.2278 8.76979 22.0172L8.72466 21.9941L8.72465 21.9941C8.43383 21.8454 8.12409 21.6871 7.8848 21.4941C7.58532 21.2526 7.3757 20.9467 7.28692 20.5281C7.19301 20.0854 7.28757 19.7013 7.45919 19.3508C7.60685 19.0493 7.83705 18.725 8.07821 18.3853L8.10674 18.3451L8.27257 18.1114L8.30809 18.0613C8.92641 17.1899 9.43564 16.4723 9.86685 16.0079C10.0865 15.7713 10.336 15.5439 10.6196 15.4021Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.2125 1.25063C11.6035 1.24196 11.9868 1.32046 12.3482 1.58732C12.7381 1.87523 12.9108 2.2582 12.9839 2.66038C13.0453 2.99797 13.0452 3.40771 13.0451 3.82765L13.0451 3.8818L13.0451 6.62831C13.0451 7.98058 13.0451 9.07502 12.9413 9.85245C12.8885 10.2476 12.8008 10.6355 12.6276 10.9576C12.439 11.3083 12.1381 11.5964 11.7008 11.7066C11.27 11.8152 10.8721 11.7098 10.5378 11.5125C10.2235 11.3271 9.93799 11.0462 9.67089 10.7339C9.14553 10.1197 8.52869 9.1841 7.76144 8.02042L6.30161 5.80634L6.274 5.76449C6.05492 5.43239 5.84311 5.1113 5.71267 4.81927C5.56067 4.47897 5.47549 4.08657 5.61729 3.6497C5.75002 3.2408 6.01247 2.97302 6.31461 2.77383C6.5708 2.60492 6.9014 2.45748 7.23854 2.30712L7.28217 2.28765C8.1475 1.90146 9.07974 1.60297 10.0481 1.41746L10.0967 1.40814C10.4949 1.33176 10.8793 1.25802 11.2125 1.25063Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.69955 10.7546L6.74749 10.7767L7.5248 11.1349L7.58071 11.1607L7.58072 11.1607C8.47455 11.5725 9.21927 11.9157 9.72981 12.2436C10.2205 12.5587 10.7903 13.0433 10.7479 13.8183C10.7054 14.5939 10.0854 15.0127 9.56305 15.2714C9.01972 15.5406 8.24198 15.7988 7.30876 16.1087L6.43982 16.3973L6.38971 16.4139C5.99069 16.5465 5.60493 16.6748 5.26972 16.7249C4.87514 16.7839 4.45987 16.7509 4.0641 16.4815C3.69532 16.2304 3.50046 15.8975 3.40069 15.5214C3.31972 15.2162 3.29571 14.8512 3.27234 14.4959L3.26893 14.4442C3.25637 14.2545 3.25 14.0632 3.25 13.8705C3.25 13.3574 3.29517 12.8544 3.38189 12.3654L3.39094 12.3143C3.45285 11.9643 3.51654 11.6043 3.63036 11.31C3.77073 10.9471 4.00109 10.6377 4.39543 10.4291C4.81871 10.205 5.23523 10.2186 5.62066 10.321C5.94823 10.4081 6.31748 10.5784 6.69955 10.7546Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.1656 8.34661L19.1997 8.38498C19.5664 8.79737 19.8919 9.24478 20.1698 9.7216L20.1968 9.76778C20.3727 10.0693 20.5568 10.3848 20.6572 10.6828C20.7832 11.0567 20.7975 11.4487 20.6088 11.8617C20.4088 12.2994 20.0639 12.5415 19.6986 12.697C19.3822 12.8317 18.978 12.9301 18.5521 13.0339L18.5017 13.0462L17.9734 13.175C16.9074 13.435 16.0338 13.648 15.379 13.7211C14.7725 13.7888 13.9748 13.788 13.5068 13.1424C13.0169 12.4667 13.3274 11.7119 13.6172 11.1954C13.929 10.6398 14.4577 9.9439 15.0963 9.10332L15.1345 9.05304L15.4157 8.68288L15.4473 8.64138L15.4473 8.64138C15.703 8.30461 15.9495 7.97999 16.2002 7.74666C16.4949 7.47229 16.8516 7.2682 17.3237 7.25121C17.7653 7.23532 18.1203 7.37652 18.4319 7.61339C18.6856 7.80632 18.9288 8.08003 19.1656 8.34661Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3584 14.3589C16.0056 14.4788 16.8488 14.7725 17.8653 15.1489C18.2543 15.2929 18.6268 15.4403 18.9244 15.631C19.2507 15.84 19.523 16.1227 19.6676 16.5386L19.6742 16.5575L19.6798 16.5767C19.7956 16.9764 19.7602 17.3358 19.6385 17.6835C19.5375 17.9719 19.3664 18.2759 19.1972 18.5762L19.174 18.6175L19.1618 18.6392L18.5528 19.5722L18.5377 19.5923C18.3126 19.8915 18.081 20.1855 17.8269 20.3989C17.5435 20.637 17.2014 20.8018 16.7755 20.7968L16.7507 20.7965L16.7259 20.7945C16.2585 20.7578 15.929 20.5106 15.6813 20.2329C15.467 19.9927 15.2569 19.663 15.0388 19.3206L15.0388 19.3206L15.0114 19.2776L14.9816 19.2309C14.3759 18.2808 13.8831 17.5077 13.5908 16.8997C13.3209 16.3382 13.0552 15.5965 13.4509 14.9341L13.4662 14.9085L13.4834 14.8843C13.9607 14.2117 14.7692 14.2497 15.3584 14.3589Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6196 15.4021C10.9325 15.2457 11.3072 15.1863 11.691 15.3382C12.0645 15.4862 12.296 15.7745 12.4345 16.0756C12.5652 16.3598 12.6316 16.6919 12.6716 17.0276C12.75 17.6864 12.75 18.6001 12.75 19.7237L12.75 20.0771L12.75 20.1261C12.75 20.564 12.7501 20.9736 12.6992 21.3079C12.6415 21.6866 12.505 22.0727 12.1565 22.3784C11.8214 22.6722 11.4476 22.7708 11.056 22.7466C10.7537 22.7279 10.4186 22.6314 10.1125 22.5433L10.061 22.5284C9.61293 22.3998 9.18127 22.2278 8.76979 22.0172L8.72466 21.9941L8.72465 21.9941C8.43383 21.8454 8.12409 21.6871 7.8848 21.4941C7.58532 21.2526 7.3757 20.9467 7.28692 20.5281C7.19301 20.0854 7.28757 19.7013 7.45919 19.3508C7.60685 19.0493 7.83705 18.725 8.07821 18.3853L8.10674 18.3451L8.27257 18.1114L8.30809 18.0613C8.92641 17.1899 9.43564 16.4723 9.86685 16.0079C10.0865 15.7713 10.336 15.5439 10.6196 15.4021Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.2125 1.25063C11.6035 1.24196 11.9868 1.32046 12.3482 1.58732C12.7381 1.87523 12.9108 2.2582 12.9839 2.66038C13.0453 2.99797 13.0452 3.40771 13.0451 3.82765L13.0451 3.8818L13.0451 6.62831C13.0451 7.98058 13.0451 9.07502 12.9413 9.85245C12.8885 10.2476 12.8008 10.6355 12.6276 10.9576C12.439 11.3083 12.1381 11.5964 11.7008 11.7066C11.27 11.8152 10.8721 11.7098 10.5378 11.5125C10.2235 11.3271 9.93799 11.0462 9.67089 10.7339C9.14553 10.1197 8.52869 9.1841 7.76144 8.02042L6.30161 5.80634L6.274 5.76449C6.05492 5.43239 5.84311 5.1113 5.71267 4.81927C5.56067 4.47897 5.47549 4.08657 5.61729 3.6497C5.75002 3.2408 6.01247 2.97302 6.31461 2.77383C6.5708 2.60492 6.9014 2.45748 7.23854 2.30712L7.28217 2.28765C8.1475 1.90146 9.07974 1.60297 10.0481 1.41746L10.0967 1.40814C10.4949 1.33176 10.8793 1.25802 11.2125 1.25063Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-youtube{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.69674 3.27174C8.35573 2.93356 10.1414 2.75 12 2.75C13.8586 2.75 15.6443 2.93356 17.3032 3.27174L17.4305 3.29766C19.3251 3.68329 20.5875 3.94024 21.6754 5.33892C22.7516 6.72258 22.751 8.3272 22.75 10.8124V13.1876C22.751 15.6728 22.7516 17.2774 21.6754 18.6611C20.5875 20.0598 19.3251 20.3167 17.4305 20.7023L17.3032 20.7283C15.6443 21.0664 13.8586 21.25 12 21.25C10.1414 21.25 8.35573 21.0664 6.69674 20.7283L6.56946 20.7023C4.67483 20.3167 3.41243 20.0598 2.32458 18.6611C1.2484 17.2774 1.249 15.6728 1.24993 13.1876L1.24993 10.8124C1.249 8.3272 1.2484 6.72258 2.32458 5.33892C3.41243 3.94024 4.67483 3.68329 6.56946 3.29766L6.69674 3.27174ZM11.2945 8.25224C11.813 8.46986 12.4429 8.82163 13.213 9.25173C13.3144 9.30834 13.4163 9.36458 13.5183 9.42088C14.0217 9.69878 14.528 9.9783 14.9949 10.314C15.4145 10.6157 15.8126 10.9896 15.9444 11.5349C16.0184 11.841 16.0184 12.159 15.9444 12.4651C15.8126 13.0104 15.4145 13.3843 14.9949 13.686C14.528 14.0217 14.0216 14.3013 13.5182 14.5792C13.4162 14.6355 13.3144 14.6917 13.213 14.7483C12.4429 15.1784 11.8131 15.5301 11.2945 15.7478C10.4515 16.1015 9.55759 16.1302 8.82288 15.5282C8.36304 15.1514 8.20049 14.6119 8.12917 14.0683C7.95682 12.7544 7.95674 11.2462 8.12917 9.93172C8.20049 9.38806 8.36304 8.84858 8.82288 8.47181C9.55759 7.86983 10.4515 7.89845 11.2945 8.25224Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.69674 3.27174C8.35573 2.93356 10.1414 2.75 12 2.75C13.8586 2.75 15.6443 2.93356 17.3032 3.27174L17.4305 3.29766C19.3251 3.68329 20.5875 3.94024 21.6754 5.33892C22.7516 6.72258 22.751 8.3272 22.75 10.8124V13.1876C22.751 15.6728 22.7516 17.2774 21.6754 18.6611C20.5875 20.0598 19.3251 20.3167 17.4305 20.7023L17.3032 20.7283C15.6443 21.0664 13.8586 21.25 12 21.25C10.1414 21.25 8.35573 21.0664 6.69674 20.7283L6.56946 20.7023C4.67483 20.3167 3.41243 20.0598 2.32458 18.6611C1.2484 17.2774 1.249 15.6728 1.24993 13.1876L1.24993 10.8124C1.249 8.3272 1.2484 6.72258 2.32458 5.33892C3.41243 3.94024 4.67483 3.68329 6.56946 3.29766L6.69674 3.27174ZM11.2945 8.25224C11.813 8.46986 12.4429 8.82163 13.213 9.25173C13.3144 9.30834 13.4163 9.36458 13.5183 9.42088C14.0217 9.69878 14.528 9.9783 14.9949 10.314C15.4145 10.6157 15.8126 10.9896 15.9444 11.5349C16.0184 11.841 16.0184 12.159 15.9444 12.4651C15.8126 13.0104 15.4145 13.3843 14.9949 13.686C14.528 14.0217 14.0216 14.3013 13.5182 14.5792C13.4162 14.6355 13.3144 14.6917 13.213 14.7483C12.4429 15.1784 11.8131 15.5301 11.2945 15.7478C10.4515 16.1015 9.55759 16.1302 8.82288 15.5282C8.36304 15.1514 8.20049 14.6119 8.12917 14.0683C7.95682 12.7544 7.95674 11.2462 8.12917 9.93172C8.20049 9.38806 8.36304 8.84858 8.82288 8.47181C9.55759 7.86983 10.4515 7.89845 11.2945 8.25224Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-zoom-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM7.46557 8.24999L7.50002 8.25H9.00002L9.05202 8.25C9.9505 8.24997 10.6997 8.24994 11.2945 8.32991C11.9223 8.41432 12.4891 8.59999 12.9446 9.05546C13.4 9.51093 13.5857 10.0777 13.6701 10.7055C13.7501 11.3003 13.75 12.0495 13.75 12.948L13.75 14L13.75 14.0344C13.7501 14.2396 13.7502 14.4614 13.725 14.6486C13.6955 14.8679 13.6197 15.1481 13.3839 15.3839C13.1481 15.6197 12.8679 15.6955 12.6486 15.725C12.4614 15.7502 12.2396 15.7501 12.0345 15.75H12.0345L12 15.75L10.448 15.75C9.54954 15.75 8.80032 15.7501 8.20554 15.6701C7.57774 15.5857 7.01094 15.4 6.55547 14.9445C6.1 14.4891 5.91433 13.9223 5.82993 13.2945C5.74996 12.6997 5.74999 11.9505 5.75002 11.052L5.75002 11L5.75002 10L5.75001 9.96555C5.74993 9.76044 5.74984 9.53864 5.77501 9.35143C5.8045 9.1321 5.88033 8.85192 6.11613 8.61612C6.35193 8.38032 6.63212 8.30448 6.85145 8.27499C7.03866 8.24982 7.26046 8.24991 7.46557 8.24999ZM15.8698 9.70651L15.3797 10.1364C14.7585 10.6811 14.75 10.6993 14.75 11.4773L14.75 12.5252C14.75 13.3033 14.7585 13.3214 15.3797 13.8662L15.8698 14.296C16.8846 15.1861 17.3921 15.6312 17.821 15.47C18.25 15.3089 18.25 14.6733 18.25 13.4021V10.6005C18.25 9.32924 18.25 8.69362 17.821 8.53251C17.3921 8.37139 16.8846 8.81643 15.8698 9.70651Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM7.46557 8.24999L7.50002 8.25H9.00002L9.05202 8.25C9.9505 8.24997 10.6997 8.24994 11.2945 8.32991C11.9223 8.41432 12.4891 8.59999 12.9446 9.05546C13.4 9.51093 13.5857 10.0777 13.6701 10.7055C13.7501 11.3003 13.75 12.0495 13.75 12.948L13.75 14L13.75 14.0344C13.7501 14.2396 13.7502 14.4614 13.725 14.6486C13.6955 14.8679 13.6197 15.1481 13.3839 15.3839C13.1481 15.6197 12.8679 15.6955 12.6486 15.725C12.4614 15.7502 12.2396 15.7501 12.0345 15.75H12.0345L12 15.75L10.448 15.75C9.54954 15.75 8.80032 15.7501 8.20554 15.6701C7.57774 15.5857 7.01094 15.4 6.55547 14.9445C6.1 14.4891 5.91433 13.9223 5.82993 13.2945C5.74996 12.6997 5.74999 11.9505 5.75002 11.052L5.75002 11L5.75002 10L5.75001 9.96555C5.74993 9.76044 5.74984 9.53864 5.77501 9.35143C5.8045 9.1321 5.88033 8.85192 6.11613 8.61612C6.35193 8.38032 6.63212 8.30448 6.85145 8.27499C7.03866 8.24982 7.26046 8.24991 7.46557 8.24999ZM15.8698 9.70651L15.3797 10.1364C14.7585 10.6811 14.75 10.6993 14.75 11.4773L14.75 12.5252C14.75 13.3033 14.7585 13.3214 15.3797 13.8662L15.8698 14.296C16.8846 15.1861 17.3921 15.6312 17.821 15.47C18.25 15.3089 18.25 14.6733 18.25 13.4021V10.6005C18.25 9.32924 18.25 8.69362 17.821 8.53251C17.3921 8.37139 16.8846 8.81643 15.8698 9.70651Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-zoom-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM7.46557 8.24999L7.50002 8.25H9.00002L9.05202 8.25C9.9505 8.24997 10.6997 8.24994 11.2945 8.32991C11.9223 8.41432 12.4891 8.59999 12.9446 9.05546C13.4 9.51093 13.5857 10.0777 13.6701 10.7055C13.7501 11.3003 13.75 12.0495 13.75 12.948L13.75 14L13.75 14.0344C13.7501 14.2396 13.7502 14.4614 13.725 14.6486C13.6955 14.8679 13.6197 15.1481 13.3839 15.3839C13.1481 15.6197 12.8679 15.6955 12.6486 15.725C12.4614 15.7502 12.2396 15.7501 12.0345 15.75H12.0345L12 15.75L10.448 15.75C9.54954 15.75 8.80032 15.7501 8.20554 15.6701C7.57774 15.5857 7.01094 15.4 6.55547 14.9445C6.1 14.4891 5.91433 13.9223 5.82993 13.2945C5.74996 12.6997 5.74999 11.9505 5.75002 11.052L5.75002 11L5.75002 10L5.75001 9.96555C5.74993 9.76044 5.74984 9.53864 5.77501 9.35143C5.8045 9.1321 5.88033 8.85192 6.11613 8.61612C6.35193 8.38032 6.63212 8.30448 6.85145 8.27499C7.03866 8.24982 7.26046 8.24991 7.46557 8.24999ZM15.8698 9.70651L15.3797 10.1364C14.7585 10.6811 14.75 10.6993 14.75 11.4773V12.5252C14.75 13.3033 14.7585 13.3214 15.3797 13.8662L15.8698 14.296C16.8846 15.1861 17.3921 15.6312 17.821 15.47C18.25 15.3089 18.25 14.6733 18.25 13.4021V10.6005C18.25 9.32924 18.25 8.69362 17.821 8.53251C17.3921 8.37139 16.8846 8.81643 15.8698 9.70651Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM7.46557 8.24999L7.50002 8.25H9.00002L9.05202 8.25C9.9505 8.24997 10.6997 8.24994 11.2945 8.32991C11.9223 8.41432 12.4891 8.59999 12.9446 9.05546C13.4 9.51093 13.5857 10.0777 13.6701 10.7055C13.7501 11.3003 13.75 12.0495 13.75 12.948L13.75 14L13.75 14.0344C13.7501 14.2396 13.7502 14.4614 13.725 14.6486C13.6955 14.8679 13.6197 15.1481 13.3839 15.3839C13.1481 15.6197 12.8679 15.6955 12.6486 15.725C12.4614 15.7502 12.2396 15.7501 12.0345 15.75H12.0345L12 15.75L10.448 15.75C9.54954 15.75 8.80032 15.7501 8.20554 15.6701C7.57774 15.5857 7.01094 15.4 6.55547 14.9445C6.1 14.4891 5.91433 13.9223 5.82993 13.2945C5.74996 12.6997 5.74999 11.9505 5.75002 11.052L5.75002 11L5.75002 10L5.75001 9.96555C5.74993 9.76044 5.74984 9.53864 5.77501 9.35143C5.8045 9.1321 5.88033 8.85192 6.11613 8.61612C6.35193 8.38032 6.63212 8.30448 6.85145 8.27499C7.03866 8.24982 7.26046 8.24991 7.46557 8.24999ZM15.8698 9.70651L15.3797 10.1364C14.7585 10.6811 14.75 10.6993 14.75 11.4773V12.5252C14.75 13.3033 14.7585 13.3214 15.3797 13.8662L15.8698 14.296C16.8846 15.1861 17.3921 15.6312 17.821 15.47C18.25 15.3089 18.25 14.6733 18.25 13.4021V10.6005C18.25 9.32924 18.25 8.69362 17.821 8.53251C17.3921 8.37139 16.8846 8.81643 15.8698 9.70651Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-logos-icons-zoom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.95526 5.25L4.00001 5.25001L7.05642 5.25001C8.89418 5.24999 10.3498 5.24998 11.489 5.40314C12.6615 5.56077 13.6104 5.89289 14.3588 6.64125C15.1071 7.38961 15.4392 8.33856 15.5969 9.51098C15.75 10.6502 15.75 12.1058 15.75 13.9436L15.75 16.0448V16.0448C15.7501 16.4776 15.7501 16.8744 15.7067 17.1972C15.6589 17.5527 15.5465 17.9284 15.2374 18.2374C14.9284 18.5465 14.5527 18.6589 14.1972 18.7067C13.8744 18.7501 13.4776 18.7501 13.0448 18.75H13.0448L9.9436 18.75C8.10583 18.75 6.6502 18.75 5.51098 18.5969C4.33856 18.4392 3.38961 18.1071 2.64125 17.3588C1.89289 16.6104 1.56077 15.6615 1.40314 14.489C1.24998 13.3498 1.24999 11.8942 1.25001 10.0564L1.25001 8.00001L1.25 7.95526C1.24995 7.52244 1.24991 7.12561 1.29331 6.8028C1.3411 6.44732 1.45355 6.07159 1.76257 5.76257C2.07159 5.45355 2.44732 5.3411 2.8028 5.29331C3.12561 5.24991 3.52244 5.24995 3.95526 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2395 8.6716L19.0096 7.90414C20.6044 6.31497 21.4018 5.52038 22.0759 5.80804C22.75 6.09569 22.75 7.23054 22.75 9.50025V14.5023C22.75 16.772 22.75 17.9068 22.0759 18.1945C21.4018 18.4821 20.6044 17.6876 19.0096 16.0984L18.2395 15.3309C17.2634 14.3583 17.25 14.3259 17.25 12.9367V11.0658C17.25 9.67662 17.2634 9.64424 18.2395 8.6716Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.95526 5.25L4.00001 5.25001L7.05642 5.25001C8.89418 5.24999 10.3498 5.24998 11.489 5.40314C12.6615 5.56077 13.6104 5.89289 14.3588 6.64125C15.1071 7.38961 15.4392 8.33856 15.5969 9.51098C15.75 10.6502 15.75 12.1058 15.75 13.9436L15.75 16.0448V16.0448C15.7501 16.4776 15.7501 16.8744 15.7067 17.1972C15.6589 17.5527 15.5465 17.9284 15.2374 18.2374C14.9284 18.5465 14.5527 18.6589 14.1972 18.7067C13.8744 18.7501 13.4776 18.7501 13.0448 18.75H13.0448L9.9436 18.75C8.10583 18.75 6.6502 18.75 5.51098 18.5969C4.33856 18.4392 3.38961 18.1071 2.64125 17.3588C1.89289 16.6104 1.56077 15.6615 1.40314 14.489C1.24998 13.3498 1.24999 11.8942 1.25001 10.0564L1.25001 8.00001L1.25 7.95526C1.24995 7.52244 1.24991 7.12561 1.29331 6.8028C1.3411 6.44732 1.45355 6.07159 1.76257 5.76257C2.07159 5.45355 2.44732 5.3411 2.8028 5.29331C3.12561 5.24991 3.52244 5.24995 3.95526 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.2395 8.6716L19.0096 7.90414C20.6044 6.31497 21.4018 5.52038 22.0759 5.80804C22.75 6.09569 22.75 7.23054 22.75 9.50025V14.5023C22.75 16.772 22.75 17.9068 22.0759 18.1945C21.4018 18.4821 20.6044 17.6876 19.0096 16.0984L18.2395 15.3309C17.2634 14.3583 17.25 14.3259 17.25 12.9367V11.0658C17.25 9.67662 17.2634 9.64424 18.2395 8.6716Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-compass{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 2C9.25 1.58579 9.58579 1.25 10 1.25H14C14.4142 1.25 14.75 1.58579 14.75 2C14.75 2.41421 14.4142 2.75 14 2.75H12.75V3.5C12.75 3.91421 12.4142 4.25 12 4.25C11.5858 4.25 11.25 3.91421 11.25 3.5V2.75H10C9.58579 2.75 9.25 2.41421 9.25 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C6.61522 3.25 2.25 7.61522 2.25 13C2.25 18.3848 6.61522 22.75 12 22.75C17.3848 22.75 21.75 18.3848 21.75 13C21.75 7.61522 17.3848 3.25 12 3.25ZM13.1289 16.9972C14.3328 16.8931 15.5061 10.9837 14.7728 10.2571C13.8362 9.32904 7.60796 11.1304 8.0195 12.2192C8.17492 12.6304 8.95989 12.89 10.5298 13.4094C11.1478 13.6138 11.3815 13.8382 11.5914 14.4613C11.6281 14.5701 11.6677 14.7193 11.7135 14.8913C11.9332 15.7174 12.2929 17.0695 13.1289 16.9972Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 2C9.25 1.58579 9.58579 1.25 10 1.25H14C14.4142 1.25 14.75 1.58579 14.75 2C14.75 2.41421 14.4142 2.75 14 2.75H12.75V3.5C12.75 3.91421 12.4142 4.25 12 4.25C11.5858 4.25 11.25 3.91421 11.25 3.5V2.75H10C9.58579 2.75 9.25 2.41421 9.25 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C6.61522 3.25 2.25 7.61522 2.25 13C2.25 18.3848 6.61522 22.75 12 22.75C17.3848 22.75 21.75 18.3848 21.75 13C21.75 7.61522 17.3848 3.25 12 3.25ZM13.1289 16.9972C14.3328 16.8931 15.5061 10.9837 14.7728 10.2571C13.8362 9.32904 7.60796 11.1304 8.0195 12.2192C8.17492 12.6304 8.95989 12.89 10.5298 13.4094C11.1478 13.6138 11.3815 13.8382 11.5914 14.4613C11.6281 14.5701 11.6677 14.7193 11.7135 14.8913C11.9332 15.7174 12.2929 17.0695 13.1289 16.9972Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-direction-left-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.28486 3.25008C8.36962 3.24929 7.67636 3.24868 7.05698 3.54308C6.43909 3.83677 5.99768 4.37523 5.41229 5.08933L5.41229 5.08933C5.1413 5.41926 4.50808 6.19045 4.33646 6.46124C4.14815 6.75837 4 7.09388 4 7.50017C4 7.90645 4.14814 8.24196 4.33646 8.53909C4.50808 8.80988 5.14131 9.58108 5.41229 9.911C5.99768 10.6251 6.43909 11.1636 7.05698 11.4573C7.67636 11.7516 8.36962 11.751 9.28486 11.7502L14.75 11.7502C15.1642 11.7502 15.5 11.4144 15.5 11.0002V4.00017C15.5 3.58595 15.1642 3.25017 14.75 3.25017L9.28486 3.25008Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 2C14.4477 2 14 2.44772 14 3V20H11C10.4477 20 10 20.4477 10 21C10 21.5523 10.4477 22 11 22H19C19.5523 22 20 21.5523 20 21C20 20.4477 19.5523 20 19 20H16V3C16 2.44772 15.5523 2 15 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.28486 3.25008C8.36962 3.24929 7.67636 3.24868 7.05698 3.54308C6.43909 3.83677 5.99768 4.37523 5.41229 5.08933L5.41229 5.08933C5.1413 5.41926 4.50808 6.19045 4.33646 6.46124C4.14815 6.75837 4 7.09388 4 7.50017C4 7.90645 4.14814 8.24196 4.33646 8.53909C4.50808 8.80988 5.14131 9.58108 5.41229 9.911C5.99768 10.6251 6.43909 11.1636 7.05698 11.4573C7.67636 11.7516 8.36962 11.751 9.28486 11.7502L14.75 11.7502C15.1642 11.7502 15.5 11.4144 15.5 11.0002V4.00017C15.5 3.58595 15.1642 3.25017 14.75 3.25017L9.28486 3.25008Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 2C14.4477 2 14 2.44772 14 3V20H11C10.4477 20 10 20.4477 10 21C10 21.5523 10.4477 22 11 22H19C19.5523 22 20 21.5523 20 21C20 20.4477 19.5523 20 19 20H16V3C16 2.44772 15.5523 2 15 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-direction-left-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2849 3.25008C9.36962 3.24929 8.67636 3.24868 8.05698 3.54308C7.43909 3.83677 6.99768 4.37523 6.41229 5.08933C6.14131 5.41926 5.50808 6.19045 5.33646 6.46124C5.14815 6.75837 5 7.09388 5 7.50017C5 7.90645 5.14814 8.24196 5.33646 8.53909C5.50808 8.80988 6.14131 9.58107 6.41229 9.911C6.99767 10.6251 7.43909 11.1636 8.05698 11.4573C8.67636 11.7516 9.36962 11.751 10.2849 11.7502L16.2947 11.7502H16.2947C16.7276 11.7502 17.1244 11.7503 17.4472 11.7069C17.8027 11.6591 18.1784 11.5466 18.4874 11.2376C18.7965 10.9286 18.9089 10.5529 18.9567 10.1974C19.0001 9.87456 19 9.47773 19 9.04491V5.95542C19 5.5226 19.0001 5.12577 18.9567 4.80296C18.9089 4.44748 18.7965 4.07175 18.4874 3.76273C18.1784 3.45371 17.8027 3.34126 17.4472 3.29346C17.1244 3.25006 16.7276 3.25011 16.2947 3.25016L10.2849 3.25008Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 2C13.4477 2 13 2.44772 13 3V4C13 4.55228 13.4477 5 14 5C14.5523 5 15 4.55228 15 4V3C15 2.44772 14.5523 2 14 2ZM14 10C13.4477 10 13 10.4477 13 11L13 20H10C9.44771 20 9 20.4477 9 21C9 21.5523 9.44771 22 10 22H18C18.5523 22 19 21.5523 19 21C19 20.4477 18.5523 20 18 20H15L15 11C15 10.4477 14.5523 10 14 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2849 3.25008C9.36962 3.24929 8.67636 3.24868 8.05698 3.54308C7.43909 3.83677 6.99768 4.37523 6.41229 5.08933C6.14131 5.41926 5.50808 6.19045 5.33646 6.46124C5.14815 6.75837 5 7.09388 5 7.50017C5 7.90645 5.14814 8.24196 5.33646 8.53909C5.50808 8.80988 6.14131 9.58107 6.41229 9.911C6.99767 10.6251 7.43909 11.1636 8.05698 11.4573C8.67636 11.7516 9.36962 11.751 10.2849 11.7502L16.2947 11.7502H16.2947C16.7276 11.7502 17.1244 11.7503 17.4472 11.7069C17.8027 11.6591 18.1784 11.5466 18.4874 11.2376C18.7965 10.9286 18.9089 10.5529 18.9567 10.1974C19.0001 9.87456 19 9.47773 19 9.04491V5.95542C19 5.5226 19.0001 5.12577 18.9567 4.80296C18.9089 4.44748 18.7965 4.07175 18.4874 3.76273C18.1784 3.45371 17.8027 3.34126 17.4472 3.29346C17.1244 3.25006 16.7276 3.25011 16.2947 3.25016L10.2849 3.25008Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 2C13.4477 2 13 2.44772 13 3V4C13 4.55228 13.4477 5 14 5C14.5523 5 15 4.55228 15 4V3C15 2.44772 14.5523 2 14 2ZM14 10C13.4477 10 13 10.4477 13 11L13 20H10C9.44771 20 9 20.4477 9 21C9 21.5523 9.44771 22 10 22H18C18.5523 22 19 21.5523 19 21C19 20.4477 18.5523 20 18 20H15L15 11C15 10.4477 14.5523 10 14 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-direction-right-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7151 3.24996C15.6304 3.24916 16.3236 3.24856 16.943 3.54296C17.5609 3.83665 18.0023 4.37511 18.5877 5.0892L18.5877 5.08921C18.8587 5.41914 19.4919 6.19032 19.6635 6.46112C19.8519 6.75825 20 7.09376 20 7.50004C20 7.90633 19.8519 8.24184 19.6635 8.53897C19.4919 8.80976 18.8587 9.58096 18.5877 9.91088C18.0023 10.625 17.5609 11.1634 16.943 11.4571C16.3236 11.7515 15.6304 11.7509 14.7151 11.7501L9.25 11.75C8.83579 11.75 8.5 11.4143 8.5 11V4.00004C8.5 3.58583 8.83579 3.25004 9.25 3.25004L14.7151 3.24996Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 2C9.55228 2 10 2.44772 10 3V20H13C13.5523 20 14 20.4477 14 21C14 21.5523 13.5523 22 13 22H5C4.44772 22 4 21.5523 4 21C4 20.4477 4.44772 20 5 20H8V3C8 2.44772 8.44771 2 9 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7151 3.24996C15.6304 3.24916 16.3236 3.24856 16.943 3.54296C17.5609 3.83665 18.0023 4.37511 18.5877 5.0892L18.5877 5.08921C18.8587 5.41914 19.4919 6.19032 19.6635 6.46112C19.8519 6.75825 20 7.09376 20 7.50004C20 7.90633 19.8519 8.24184 19.6635 8.53897C19.4919 8.80976 18.8587 9.58096 18.5877 9.91088C18.0023 10.625 17.5609 11.1634 16.943 11.4571C16.3236 11.7515 15.6304 11.7509 14.7151 11.7501L9.25 11.75C8.83579 11.75 8.5 11.4143 8.5 11V4.00004C8.5 3.58583 8.83579 3.25004 9.25 3.25004L14.7151 3.24996Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 2C9.55228 2 10 2.44772 10 3V20H13C13.5523 20 14 20.4477 14 21C14 21.5523 13.5523 22 13 22H5C4.44772 22 4 21.5523 4 21C4 20.4477 4.44772 20 5 20H8V3C8 2.44772 8.44771 2 9 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-direction-right-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.7151 3.24996C14.6304 3.24916 15.3236 3.24856 15.943 3.54296C16.5609 3.83665 17.0023 4.37511 17.5877 5.08921C17.8587 5.41914 18.4919 6.19032 18.6635 6.46112C18.8519 6.75825 19 7.09376 19 7.50004C19 7.90633 18.8519 8.24184 18.6635 8.53897C18.4919 8.80976 17.8587 9.58095 17.5877 9.91087C17.0023 10.625 16.5609 11.1634 15.943 11.4571C15.3236 11.7515 14.6304 11.7509 13.7151 11.7501L7.70526 11.75H7.70525C7.27244 11.7501 6.87561 11.7501 6.5528 11.7067C6.19732 11.659 5.82159 11.5465 5.51257 11.2375C5.20355 10.9285 5.0911 10.5527 5.04331 10.1973C4.99991 9.87444 4.99995 9.47761 5 9.04479V5.95529C4.99995 5.52248 4.99991 5.12565 5.04331 4.80284C5.0911 4.44736 5.20355 4.07163 5.51257 3.76261C5.82159 3.45358 6.19732 3.34114 6.5528 3.29334C6.87561 3.24994 7.27244 3.24999 7.70526 3.25004L13.7151 3.24996Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 2C10.5523 2 11 2.44772 11 3V4C11 4.55228 10.5523 5 10 5C9.44772 5 9 4.55228 9 4V3C9 2.44772 9.44772 2 10 2ZM10 10C10.5523 10 11 10.4477 11 11L11 20H14C14.5523 20 15 20.4477 15 21C15 21.5523 14.5523 22 14 22H6C5.44772 22 5 21.5523 5 21C5 20.4477 5.44772 20 6 20H9L9 11C9 10.4477 9.44771 10 10 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.7151 3.24996C14.6304 3.24916 15.3236 3.24856 15.943 3.54296C16.5609 3.83665 17.0023 4.37511 17.5877 5.08921C17.8587 5.41914 18.4919 6.19032 18.6635 6.46112C18.8519 6.75825 19 7.09376 19 7.50004C19 7.90633 18.8519 8.24184 18.6635 8.53897C18.4919 8.80976 17.8587 9.58095 17.5877 9.91087C17.0023 10.625 16.5609 11.1634 15.943 11.4571C15.3236 11.7515 14.6304 11.7509 13.7151 11.7501L7.70526 11.75H7.70525C7.27244 11.7501 6.87561 11.7501 6.5528 11.7067C6.19732 11.659 5.82159 11.5465 5.51257 11.2375C5.20355 10.9285 5.0911 10.5527 5.04331 10.1973C4.99991 9.87444 4.99995 9.47761 5 9.04479V5.95529C4.99995 5.52248 4.99991 5.12565 5.04331 4.80284C5.0911 4.44736 5.20355 4.07163 5.51257 3.76261C5.82159 3.45358 6.19732 3.34114 6.5528 3.29334C6.87561 3.24994 7.27244 3.24999 7.70526 3.25004L13.7151 3.24996Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 2C10.5523 2 11 2.44772 11 3V4C11 4.55228 10.5523 5 10 5C9.44772 5 9 4.55228 9 4V3C9 2.44772 9.44772 2 10 2ZM10 10C10.5523 10 11 10.4477 11 11L11 20H14C14.5523 20 15 20.4477 15 21C15 21.5523 14.5523 22 14 22H6C5.44772 22 5 21.5523 5 21C5 20.4477 5.44772 20 6 20H9L9 11C9 10.4477 9.44771 10 10 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-directions-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.3892 7.24988C17.1028 7.24885 17.7021 7.24799 18.2372 7.5205C18.533 7.67115 18.764 7.87727 18.9801 8.11548C19.1832 8.33928 19.4027 8.62576 19.6589 8.96004C19.8737 9.24025 20.329 9.83418 20.4696 10.0718C20.6261 10.3364 20.75 10.637 20.75 11C20.75 11.363 20.6261 11.6636 20.4696 11.9282C20.329 12.1658 19.8737 12.7598 19.6589 13.04C19.4027 13.3743 19.1832 13.6607 18.9801 13.8845C18.764 14.1227 18.533 14.3289 18.2372 14.4795C17.7021 14.752 17.1028 14.7512 16.3891 14.7501L15 14.75C14.5858 14.75 14.25 14.4142 14.25 14V8.00001C14.25 7.5858 14.5858 7.25001 15 7.25001L16.3892 7.24988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.2067 2.00025L7.61085 2.00012C6.89723 1.99909 6.29793 1.99823 5.7628 2.27074C5.46698 2.4214 5.23601 2.62751 5.01987 2.86572C4.81681 3.08952 4.59726 3.376 4.34107 3.71028C4.12626 3.99048 3.67099 4.58442 3.53044 4.82204C3.37392 5.08663 3.25 5.38727 3.25 5.75025C3.25 6.11323 3.37392 6.41387 3.53044 6.67846C3.67099 6.91608 3.87074 7.17663 4.08555 7.45684C4.34174 7.79112 4.81681 8.41098 5.01987 8.63478C5.23601 8.87299 5.46698 9.0791 5.7628 9.22976C6.29793 9.50227 6.89723 9.50141 7.61085 9.50038L11 9.50028L11 20.9737C11 21.5405 11.4478 22 12 22C12.5523 22 13 21.5405 13 20.9737L13 3.27656C13 2.70974 12.5894 2.04475 11.2782 2.04475C11.2782 2.04475 10.6003 2.00018 10.2067 2.00025Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 21C8 20.4477 8.44772 20 9 20H15C15.5523 20 16 20.4477 16 21C16 21.5523 15.5523 22 15 22H9C8.44772 22 8 21.5523 8 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.3892 7.24988C17.1028 7.24885 17.7021 7.24799 18.2372 7.5205C18.533 7.67115 18.764 7.87727 18.9801 8.11548C19.1832 8.33928 19.4027 8.62576 19.6589 8.96004C19.8737 9.24025 20.329 9.83418 20.4696 10.0718C20.6261 10.3364 20.75 10.637 20.75 11C20.75 11.363 20.6261 11.6636 20.4696 11.9282C20.329 12.1658 19.8737 12.7598 19.6589 13.04C19.4027 13.3743 19.1832 13.6607 18.9801 13.8845C18.764 14.1227 18.533 14.3289 18.2372 14.4795C17.7021 14.752 17.1028 14.7512 16.3891 14.7501L15 14.75C14.5858 14.75 14.25 14.4142 14.25 14V8.00001C14.25 7.5858 14.5858 7.25001 15 7.25001L16.3892 7.24988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.2067 2.00025L7.61085 2.00012C6.89723 1.99909 6.29793 1.99823 5.7628 2.27074C5.46698 2.4214 5.23601 2.62751 5.01987 2.86572C4.81681 3.08952 4.59726 3.376 4.34107 3.71028C4.12626 3.99048 3.67099 4.58442 3.53044 4.82204C3.37392 5.08663 3.25 5.38727 3.25 5.75025C3.25 6.11323 3.37392 6.41387 3.53044 6.67846C3.67099 6.91608 3.87074 7.17663 4.08555 7.45684C4.34174 7.79112 4.81681 8.41098 5.01987 8.63478C5.23601 8.87299 5.46698 9.0791 5.7628 9.22976C6.29793 9.50227 6.89723 9.50141 7.61085 9.50038L11 9.50028L11 20.9737C11 21.5405 11.4478 22 12 22C12.5523 22 13 21.5405 13 20.9737L13 3.27656C13 2.70974 12.5894 2.04475 11.2782 2.04475C11.2782 2.04475 10.6003 2.00018 10.2067 2.00025Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 21C8 20.4477 8.44772 20 9 20H15C15.5523 20 16 20.4477 16 21C16 21.5523 15.5523 22 15 22H9C8.44772 22 8 21.5523 8 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-directions-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.15334 6.75013C7.53569 6.74912 6.99659 6.74824 6.51297 6.9828C6.03297 7.2156 5.69315 7.63921 5.29852 8.13114C5.11307 8.36151 4.64407 8.94441 4.51685 9.14924C4.37322 9.38049 4.25 9.65826 4.25 10.0003C4.25 10.3423 4.37322 10.62 4.51685 10.8513C4.64407 11.0561 5.11307 11.639 5.29852 11.8694C5.69315 12.3613 6.03297 12.7849 6.51297 13.0177C6.99658 13.2523 7.53569 13.2514 8.15334 13.2504L9.40004 13.2503C9.68287 13.2503 9.82428 13.2503 9.91214 13.1624C10 13.0745 10 12.9331 10 12.6503V7.35013C10 7.06729 10 6.92587 9.91213 6.838C9.82427 6.75013 9.68284 6.75013 9.4 6.75013H8.15334Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8467 10.7501C16.4643 10.7491 17.0034 10.7482 17.487 10.9828C17.967 11.2156 18.3069 11.6392 18.7015 12.1311C18.8869 12.3615 19.3559 12.9444 19.4831 13.1492C19.6268 13.3805 19.75 13.6583 19.75 14.0003C19.75 14.3423 19.6268 14.62 19.4831 14.8513C19.3559 15.0561 18.8869 15.639 18.7015 15.8694C18.3069 16.3613 17.967 16.7849 17.487 17.0177C17.0034 17.2523 16.4643 17.2514 15.8467 17.2504L14.6 17.2503C14.3171 17.2503 14.1757 17.2503 14.0879 17.1624C14 17.0745 14 16.9331 14 16.6503V11.3501C14 11.0673 14 10.9259 14.0879 10.838C14.1757 10.7501 14.3172 10.7501 14.6 10.7501H15.8467Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8467 1.50013C16.4643 1.49912 17.0034 1.49824 17.487 1.7328C17.967 1.9656 18.3069 2.38921 18.7015 2.88114C18.8869 3.11151 19.3559 3.69441 19.4831 3.89924C19.6268 4.13049 19.75 4.40826 19.75 4.75026C19.75 5.09227 19.6268 5.37004 19.4831 5.60129C19.3559 5.80611 18.8869 6.38902 18.7015 6.61939C18.3069 7.11132 17.967 7.53493 17.487 7.76773C17.0034 8.00229 16.4643 8.00141 15.8467 8.0004H15.8467L12 8.00026V1.50013H15.8467Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.5C12.5523 1.5 13 1.94772 13 2.5L13 20.5H15C15.5523 20.5 16 20.9477 16 21.5C16 22.0523 15.5523 22.5 15 22.5H9C8.44772 22.5 8 22.0523 8 21.5C8 20.9477 8.44772 20.5 9 20.5H11L11 2.5C11 1.94772 11.4477 1.5 12 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.15334 6.75013C7.53569 6.74912 6.99659 6.74824 6.51297 6.9828C6.03297 7.2156 5.69315 7.63921 5.29852 8.13114C5.11307 8.36151 4.64407 8.94441 4.51685 9.14924C4.37322 9.38049 4.25 9.65826 4.25 10.0003C4.25 10.3423 4.37322 10.62 4.51685 10.8513C4.64407 11.0561 5.11307 11.639 5.29852 11.8694C5.69315 12.3613 6.03297 12.7849 6.51297 13.0177C6.99658 13.2523 7.53569 13.2514 8.15334 13.2504L9.40004 13.2503C9.68287 13.2503 9.82428 13.2503 9.91214 13.1624C10 13.0745 10 12.9331 10 12.6503V7.35013C10 7.06729 10 6.92587 9.91213 6.838C9.82427 6.75013 9.68284 6.75013 9.4 6.75013H8.15334Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8467 10.7501C16.4643 10.7491 17.0034 10.7482 17.487 10.9828C17.967 11.2156 18.3069 11.6392 18.7015 12.1311C18.8869 12.3615 19.3559 12.9444 19.4831 13.1492C19.6268 13.3805 19.75 13.6583 19.75 14.0003C19.75 14.3423 19.6268 14.62 19.4831 14.8513C19.3559 15.0561 18.8869 15.639 18.7015 15.8694C18.3069 16.3613 17.967 16.7849 17.487 17.0177C17.0034 17.2523 16.4643 17.2514 15.8467 17.2504L14.6 17.2503C14.3171 17.2503 14.1757 17.2503 14.0879 17.1624C14 17.0745 14 16.9331 14 16.6503V11.3501C14 11.0673 14 10.9259 14.0879 10.838C14.1757 10.7501 14.3172 10.7501 14.6 10.7501H15.8467Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8467 1.50013C16.4643 1.49912 17.0034 1.49824 17.487 1.7328C17.967 1.9656 18.3069 2.38921 18.7015 2.88114C18.8869 3.11151 19.3559 3.69441 19.4831 3.89924C19.6268 4.13049 19.75 4.40826 19.75 4.75026C19.75 5.09227 19.6268 5.37004 19.4831 5.60129C19.3559 5.80611 18.8869 6.38902 18.7015 6.61939C18.3069 7.11132 17.967 7.53493 17.487 7.76773C17.0034 8.00229 16.4643 8.00141 15.8467 8.0004H15.8467L12 8.00026V1.50013H15.8467Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.5C12.5523 1.5 13 1.94772 13 2.5L13 20.5H15C15.5523 20.5 16 20.9477 16 21.5C16 22.0523 15.5523 22.5 15 22.5H9C8.44772 22.5 8 22.0523 8 21.5C8 20.9477 8.44772 20.5 9 20.5H11L11 2.5C11 1.94772 11.4477 1.5 12 1.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-edit-road{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.8976 12.5542C20.1951 12.1486 19.3294 12.1486 18.6269 12.5542C18.3653 12.7053 18.131 12.94 17.8579 13.2137L14.4903 16.5814C14.025 17.0467 13.8075 17.6086 13.6786 18.1134C13.6143 18.3654 13.5684 18.6186 13.5288 18.8483L13.508 18.9693C13.4756 19.1582 13.4465 19.3285 13.4108 19.4955L13.4013 19.5398C13.3358 19.8458 13.2702 20.152 13.2541 20.4052C13.2364 20.6842 13.2637 21.0887 13.5875 21.4124C13.9113 21.7362 14.3157 21.7636 14.5947 21.7458C14.8479 21.7297 15.1541 21.6642 15.4601 21.5986L15.5045 21.5891C15.6714 21.5534 15.8417 21.5243 16.0307 21.4919L16.1516 21.4712C16.3813 21.4315 16.6345 21.3856 16.8865 21.3213C17.3913 21.1924 17.9532 20.975 18.4185 20.5097L21.7862 17.1421C22.0599 16.8689 22.2947 16.6347 22.4457 16.3731C22.8513 15.6705 22.8513 14.8049 22.4457 14.1023C22.2947 13.8407 22.0599 13.6064 21.7862 13.3333L21.7264 13.2735L21.6666 13.2137C21.3935 12.94 21.1592 12.7053 20.8976 12.5542Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 2C5.05228 2 5.5 2.44772 5.5 3V21C5.5 21.5523 5.05228 22 4.5 22C3.94772 22 3.5 21.5523 3.5 21V3C3.5 2.44772 3.94772 2 4.5 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 2C18.0523 2 18.5 2.44772 18.5 3V10.5C18.5 11.0523 18.0523 11.5 17.5 11.5C16.9477 11.5 16.5 11.0523 16.5 10.5V3C16.5 2.44772 16.9477 2 17.5 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 2C11.5523 2 12 2.44772 12 3V7C12 7.55228 11.5523 8 11 8C10.4477 8 10 7.55228 10 7V3C10 2.44772 10.4477 2 11 2ZM11 9C11.5523 9 12 9.44772 12 10L12 14C12 14.5523 11.5523 15 11 15C10.4477 15 10 14.5523 10 14V10C10 9.44772 10.4477 9 11 9ZM12 17C12 16.4477 11.5523 16 11 16C10.4477 16 10 16.4477 10 17V21C10 21.5523 10.4477 22 11 22C11.5523 22 12 21.5523 12 21L12 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.8976 12.5542C20.1951 12.1486 19.3294 12.1486 18.6269 12.5542C18.3653 12.7053 18.131 12.94 17.8579 13.2137L14.4903 16.5814C14.025 17.0467 13.8075 17.6086 13.6786 18.1134C13.6143 18.3654 13.5684 18.6186 13.5288 18.8483L13.508 18.9693C13.4756 19.1582 13.4465 19.3285 13.4108 19.4955L13.4013 19.5398C13.3358 19.8458 13.2702 20.152 13.2541 20.4052C13.2364 20.6842 13.2637 21.0887 13.5875 21.4124C13.9113 21.7362 14.3157 21.7636 14.5947 21.7458C14.8479 21.7297 15.1541 21.6642 15.4601 21.5986L15.5045 21.5891C15.6714 21.5534 15.8417 21.5243 16.0307 21.4919L16.1516 21.4712C16.3813 21.4315 16.6345 21.3856 16.8865 21.3213C17.3913 21.1924 17.9532 20.975 18.4185 20.5097L21.7862 17.1421C22.0599 16.8689 22.2947 16.6347 22.4457 16.3731C22.8513 15.6705 22.8513 14.8049 22.4457 14.1023C22.2947 13.8407 22.0599 13.6064 21.7862 13.3333L21.7264 13.2735L21.6666 13.2137C21.3935 12.94 21.1592 12.7053 20.8976 12.5542Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 2C5.05228 2 5.5 2.44772 5.5 3V21C5.5 21.5523 5.05228 22 4.5 22C3.94772 22 3.5 21.5523 3.5 21V3C3.5 2.44772 3.94772 2 4.5 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 2C18.0523 2 18.5 2.44772 18.5 3V10.5C18.5 11.0523 18.0523 11.5 17.5 11.5C16.9477 11.5 16.5 11.0523 16.5 10.5V3C16.5 2.44772 16.9477 2 17.5 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 2C11.5523 2 12 2.44772 12 3V7C12 7.55228 11.5523 8 11 8C10.4477 8 10 7.55228 10 7V3C10 2.44772 10.4477 2 11 2ZM11 9C11.5523 9 12 9.44772 12 10L12 14C12 14.5523 11.5523 15 11 15C10.4477 15 10 14.5523 10 14V10C10 9.44772 10.4477 9 11 9ZM12 17C12 16.4477 11.5523 16 11 16C10.4477 16 10 16.4477 10 17V21C10 21.5523 10.4477 22 11 22C11.5523 22 12 21.5523 12 21L12 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-entering-geo-fence{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.89232 14.5488C6.14162 15.0417 5.94422 15.6433 5.4514 15.8926C4.2666 16.4919 4 17.0448 4 17.3161C4 17.4699 4.07194 17.7114 4.40271 18.0315C4.73646 18.3546 5.27174 18.6915 6.01488 18.9957C7.49628 19.6021 9.61182 20.0002 12 20.0002C14.3882 20.0002 16.5037 19.6021 17.9851 18.9957C18.7283 18.6915 19.2635 18.3546 19.5973 18.0315C19.9281 17.7114 20 17.4699 20 17.3161C20 17.0448 19.7334 16.4919 18.5486 15.8926C18.0558 15.6433 17.8584 15.0417 18.1077 14.5488C18.357 14.056 18.9586 13.8586 19.4514 14.1079C20.7682 14.7741 22 15.8326 22 17.3161C22 18.1796 21.5683 18.9073 20.9882 19.4687C20.4111 20.0272 19.6283 20.4841 18.7428 20.8466C16.9668 21.5736 14.5824 22.0002 12 22.0002C9.41762 22.0002 7.03316 21.5736 5.2572 20.8466C4.37166 20.4841 3.58892 20.0272 3.01182 19.4687C2.43174 18.9073 2 18.1796 2 17.3161C2 15.8326 3.2318 14.7741 4.5486 14.1079C5.04141 13.8586 5.64302 14.056 5.89232 14.5488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 3C13 2.44772 12.5523 2 12 2C11.4477 2 11 2.44772 11 3L11 12.1C11 12.2886 11 12.3829 10.9414 12.4414C10.8828 12.5 10.7886 12.5 10.6 12.5L8.99995 12.5C8.62275 12.5 8.27764 12.7123 8.10748 13.0489C7.93733 13.3856 7.9712 13.7895 8.19489 14.0932L8.19718 14.0963L8.20276 14.1039L8.22315 14.1313C8.24072 14.1549 8.26613 14.1888 8.29848 14.2316C8.36315 14.3173 8.45577 14.4387 8.5692 14.584C8.79522 14.8736 9.10766 15.2632 9.44842 15.6556C9.78486 16.0431 10.1686 16.4564 10.5356 16.7806C10.7179 16.9418 10.9197 17.1021 11.1278 17.2275C11.3085 17.3364 11.6227 17.5 12 17.5C12.3773 17.5 12.6915 17.3364 12.8721 17.2275C13.0802 17.1021 13.282 16.9417 13.4644 16.7806C13.8314 16.4564 14.2151 16.0431 14.5515 15.6556C14.8923 15.2631 15.2047 14.8736 15.4307 14.584C15.5442 14.4386 15.6368 14.3172 15.7014 14.2316C15.7338 14.1888 15.7592 14.1548 15.7768 14.1313L15.7972 14.1038L15.8052 14.093C16.0288 13.7893 16.0626 13.3855 15.8924 13.0489C15.7223 12.7122 15.3772 12.5 15 12.5L13.4 12.5C13.2114 12.5 13.1172 12.5 13.0586 12.4414C13 12.3828 13 12.2886 13 12.1L13 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.89232 14.5488C6.14162 15.0417 5.94422 15.6433 5.4514 15.8926C4.2666 16.4919 4 17.0448 4 17.3161C4 17.4699 4.07194 17.7114 4.40271 18.0315C4.73646 18.3546 5.27174 18.6915 6.01488 18.9957C7.49628 19.6021 9.61182 20.0002 12 20.0002C14.3882 20.0002 16.5037 19.6021 17.9851 18.9957C18.7283 18.6915 19.2635 18.3546 19.5973 18.0315C19.9281 17.7114 20 17.4699 20 17.3161C20 17.0448 19.7334 16.4919 18.5486 15.8926C18.0558 15.6433 17.8584 15.0417 18.1077 14.5488C18.357 14.056 18.9586 13.8586 19.4514 14.1079C20.7682 14.7741 22 15.8326 22 17.3161C22 18.1796 21.5683 18.9073 20.9882 19.4687C20.4111 20.0272 19.6283 20.4841 18.7428 20.8466C16.9668 21.5736 14.5824 22.0002 12 22.0002C9.41762 22.0002 7.03316 21.5736 5.2572 20.8466C4.37166 20.4841 3.58892 20.0272 3.01182 19.4687C2.43174 18.9073 2 18.1796 2 17.3161C2 15.8326 3.2318 14.7741 4.5486 14.1079C5.04141 13.8586 5.64302 14.056 5.89232 14.5488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 3C13 2.44772 12.5523 2 12 2C11.4477 2 11 2.44772 11 3L11 12.1C11 12.2886 11 12.3829 10.9414 12.4414C10.8828 12.5 10.7886 12.5 10.6 12.5L8.99995 12.5C8.62275 12.5 8.27764 12.7123 8.10748 13.0489C7.93733 13.3856 7.9712 13.7895 8.19489 14.0932L8.19718 14.0963L8.20276 14.1039L8.22315 14.1313C8.24072 14.1549 8.26613 14.1888 8.29848 14.2316C8.36315 14.3173 8.45577 14.4387 8.5692 14.584C8.79522 14.8736 9.10766 15.2632 9.44842 15.6556C9.78486 16.0431 10.1686 16.4564 10.5356 16.7806C10.7179 16.9418 10.9197 17.1021 11.1278 17.2275C11.3085 17.3364 11.6227 17.5 12 17.5C12.3773 17.5 12.6915 17.3364 12.8721 17.2275C13.0802 17.1021 13.282 16.9417 13.4644 16.7806C13.8314 16.4564 14.2151 16.0431 14.5515 15.6556C14.8923 15.2631 15.2047 14.8736 15.4307 14.584C15.5442 14.4386 15.6368 14.3172 15.7014 14.2316C15.7338 14.1888 15.7592 14.1548 15.7768 14.1313L15.7972 14.1038L15.8052 14.093C16.0288 13.7893 16.0626 13.3855 15.8924 13.0489C15.7223 12.7122 15.3772 12.5 15 12.5L13.4 12.5C13.2114 12.5 13.1172 12.5 13.0586 12.4414C13 12.3828 13 12.2886 13 12.1L13 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-flag-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9006 6.597C16.8721 6.00642 15.3595 5.40477 13.4496 4.64505L10.1164 3.31912C9.05763 2.89794 8.18982 2.5527 7.48849 2.38006C6.76563 2.20212 6.05088 2.16232 5.40309 2.55219C4.73664 2.9533 4.47329 3.6072 4.35832 4.31914C4.27577 4.83035 4.25611 5.4614 4.25144 6.19609C4.25048 6.21402 4.25 6.23207 4.25 6.25024V20.7502C4.25 21.3025 4.69772 21.7502 5.25 21.7502C5.80228 21.7502 6.25 21.3025 6.25 20.7502V16.7172C6.25 16.52 6.25 16.4215 6.30174 16.3452C6.35348 16.2689 6.44506 16.2325 6.62823 16.1596L13.4496 13.4462C15.3595 12.6865 16.8721 12.0848 17.9006 11.4942C18.9165 10.9109 19.75 10.1764 19.75 9.04561C19.75 7.91481 18.9165 7.18031 17.9006 6.597Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9006 6.597C16.8721 6.00642 15.3595 5.40477 13.4496 4.64505L10.1164 3.31912C9.05763 2.89794 8.18982 2.5527 7.48849 2.38006C6.76563 2.20212 6.05088 2.16232 5.40309 2.55219C4.73664 2.9533 4.47329 3.6072 4.35832 4.31914C4.27577 4.83035 4.25611 5.4614 4.25144 6.19609C4.25048 6.21402 4.25 6.23207 4.25 6.25024V20.7502C4.25 21.3025 4.69772 21.7502 5.25 21.7502C5.80228 21.7502 6.25 21.3025 6.25 20.7502V16.7172C6.25 16.52 6.25 16.4215 6.30174 16.3452C6.35348 16.2689 6.44506 16.2325 6.62823 16.1596L13.4496 13.4462C15.3595 12.6865 16.8721 12.0848 17.9006 11.4942C18.9165 10.9109 19.75 10.1764 19.75 9.04561C19.75 7.91481 18.9165 7.18031 17.9006 6.597Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-flag-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0992 3.24064C8.49724 1.40579 5.58647 2.46864 4.09534 3.62724C3.87875 3.795 3.60842 4.00442 3.42937 4.37028C3.24916 4.73852 3.25019 5.09816 3.25111 5.42117L3.25098 20.7504C3.25098 21.3027 3.69869 21.7504 4.25098 21.7504C4.80326 21.7504 5.25098 21.3027 5.25098 20.7504L5.25098 14.9582C5.25098 14.7994 5.25098 14.7201 5.29075 14.6507C5.33053 14.5814 5.39362 14.5445 5.51979 14.4707C6.73875 13.7579 8.81137 13.2492 11.4184 14.5772C15.1333 16.4696 18.3465 15.7039 19.9307 14.8379C20.0879 14.7536 20.3972 14.5878 20.5764 14.2857C20.7569 13.9814 20.7532 13.5954 20.7512 13.4012L20.7512 5.83407C20.7513 5.45443 20.7513 5.10904 20.7221 4.84192C20.696 4.60272 20.6277 4.16558 20.2579 3.88435C20.0497 3.72603 19.8213 3.68027 19.6479 3.66992C19.4773 3.65973 19.306 3.68065 19.1542 3.70753C18.863 3.7591 18.4511 3.87332 18.021 3.9926C16.604 4.38552 14.5012 4.46422 12.0992 3.24064Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0992 3.24064C8.49724 1.40579 5.58647 2.46864 4.09534 3.62724C3.87875 3.795 3.60842 4.00442 3.42937 4.37028C3.24916 4.73852 3.25019 5.09816 3.25111 5.42117L3.25098 20.7504C3.25098 21.3027 3.69869 21.7504 4.25098 21.7504C4.80326 21.7504 5.25098 21.3027 5.25098 20.7504L5.25098 14.9582C5.25098 14.7994 5.25098 14.7201 5.29075 14.6507C5.33053 14.5814 5.39362 14.5445 5.51979 14.4707C6.73875 13.7579 8.81137 13.2492 11.4184 14.5772C15.1333 16.4696 18.3465 15.7039 19.9307 14.8379C20.0879 14.7536 20.3972 14.5878 20.5764 14.2857C20.7569 13.9814 20.7532 13.5954 20.7512 13.4012L20.7512 5.83407C20.7513 5.45443 20.7513 5.10904 20.7221 4.84192C20.696 4.60272 20.6277 4.16558 20.2579 3.88435C20.0497 3.72603 19.8213 3.68027 19.6479 3.66992C19.4773 3.65973 19.306 3.68065 19.1542 3.70753C18.863 3.7591 18.4511 3.87332 18.021 3.9926C16.604 4.38552 14.5012 4.46422 12.0992 3.24064Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-flag-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.25 20.75C3.25 21.3023 3.69772 21.75 4.25 21.75C4.80229 21.75 5.25 21.3023 5.25 20.75L5.25 16.05C5.25 15.8843 5.38432 15.75 5.55 15.75L15.929 15.75C16.9976 15.75 17.8671 15.75 18.5254 15.6731C19.1789 15.5968 19.8334 15.4265 20.2644 14.9014C20.4597 14.6636 20.6043 14.3885 20.6876 14.092C20.8752 13.4248 20.613 12.7991 20.2815 12.2484C19.9486 11.6956 19.3919 10.9867 18.7531 10.1733C18.4666 9.80843 18.2854 9.57646 18.1648 9.3876C18.0517 9.21053 18.0316 9.1304 18.0258 9.08349C18.019 9.028 18.019 8.972 18.0258 8.91651C18.0316 8.8696 18.0517 8.78947 18.1648 8.6124C18.2854 8.42354 18.4665 8.19169 18.753 7.82686C19.3919 7.01337 19.9486 6.30448 20.2815 5.75161C20.613 5.20093 20.8752 4.57516 20.6876 3.90796C20.6043 3.61154 20.4597 3.33643 20.2644 3.09857C19.8334 2.57354 19.1789 2.40321 18.5254 2.32687C17.867 2.24997 16.9976 2.24998 15.9289 2.25H10.2297C8.79382 2.24998 7.64349 2.24997 6.74026 2.36594C5.80776 2.48567 5.02581 2.74063 4.40209 3.33629C3.77351 3.93659 3.49997 4.69704 3.37233 5.60363C3.2911 6.18067 3.2638 6.86128 3.25463 7.65317L3.25 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.25 20.75C3.25 21.3023 3.69772 21.75 4.25 21.75C4.80229 21.75 5.25 21.3023 5.25 20.75L5.25 16.05C5.25 15.8843 5.38432 15.75 5.55 15.75L15.929 15.75C16.9976 15.75 17.8671 15.75 18.5254 15.6731C19.1789 15.5968 19.8334 15.4265 20.2644 14.9014C20.4597 14.6636 20.6043 14.3885 20.6876 14.092C20.8752 13.4248 20.613 12.7991 20.2815 12.2484C19.9486 11.6956 19.3919 10.9867 18.7531 10.1733C18.4666 9.80843 18.2854 9.57646 18.1648 9.3876C18.0517 9.21053 18.0316 9.1304 18.0258 9.08349C18.019 9.028 18.019 8.972 18.0258 8.91651C18.0316 8.8696 18.0517 8.78947 18.1648 8.6124C18.2854 8.42354 18.4665 8.19169 18.753 7.82686C19.3919 7.01337 19.9486 6.30448 20.2815 5.75161C20.613 5.20093 20.8752 4.57516 20.6876 3.90796C20.6043 3.61154 20.4597 3.33643 20.2644 3.09857C19.8334 2.57354 19.1789 2.40321 18.5254 2.32687C17.867 2.24997 16.9976 2.24998 15.9289 2.25H10.2297C8.79382 2.24998 7.64349 2.24997 6.74026 2.36594C5.80776 2.48567 5.02581 2.74063 4.40209 3.33629C3.77351 3.93659 3.49997 4.69704 3.37233 5.60363C3.2911 6.18067 3.2638 6.86128 3.25463 7.65317L3.25 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-global-editing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.29549 10.7303C3.27749 10.8549 3.26848 10.9172 3.2981 10.9743C3.32772 11.0313 3.38213 11.059 3.49095 11.1142C3.97458 11.3598 4.51335 11.518 5.08874 11.518C5.75485 11.518 6.32888 11.5491 6.81102 11.6394C7.29426 11.73 7.73816 11.8892 8.09861 12.1844C8.84883 12.7987 8.95837 13.7612 8.95837 14.7516C8.95837 15.7705 8.9604 16.1995 9.01512 16.5654C9.06753 16.916 9.16946 17.2163 9.43644 17.9815C9.59057 18.4233 9.80455 19.0503 9.79233 19.7264C9.79017 19.8462 9.781 19.9664 9.764 20.0866C9.73483 20.2929 9.72025 20.396 9.76476 20.4603C9.80928 20.5247 9.8975 20.5444 10.074 20.5838C10.3848 20.6533 10.7019 20.7062 11.0243 20.7418C11.5608 20.801 12 21.2329 12 21.7726C12 22.3123 11.561 22.7545 11.0235 22.7061C5.54403 22.2127 1.25 17.6078 1.25 11.9999C1.25 11.9998 1.25 11.9998 1.25 11.9998C1.25 11.9467 1.25038 11.8937 1.25115 11.8409C1.33552 6.02206 6.04305 1.3224 11.8649 1.25071C11.9099 1.25016 11.9548 1.24988 11.9999 1.24988H12C17.6079 1.24988 22.2128 5.54391 22.7062 11.0233C22.7546 11.5609 22.3125 11.9999 21.7727 11.9999C21.233 11.9999 20.8012 11.5606 20.7419 11.0242C20.5739 9.5017 20.0173 8.0963 19.1735 6.90934C19.091 6.79338 19.0498 6.7354 18.9794 6.71706C18.909 6.69871 18.8478 6.72774 18.7254 6.78582C18.3245 6.97596 17.9437 7.25723 17.6315 7.66136C16.8187 8.71334 15.9471 9.36049 15.063 9.62066C14.1618 9.88583 13.3114 9.72806 12.6319 9.28831C11.6258 8.63716 11.4958 7.7271 11.4107 7.13117C11.3644 6.81979 11.3081 6.5283 11.2244 6.37345C11.1546 6.24443 11.0279 6.08994 10.7127 5.93693C9.92015 5.55225 9.471 4.84875 9.31521 4.09083C9.27621 3.90113 9.25671 3.80628 9.20557 3.76187C9.18265 3.74198 9.15963 3.72942 9.1305 3.72091C9.06548 3.70193 8.98641 3.73251 8.82827 3.79367C5.91739 4.9195 3.75535 7.5495 3.29549 10.7303Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.1832 14.5983C19.5185 14.235 19.6862 14.0534 19.8643 13.9474C20.2942 13.6917 20.8236 13.6838 21.2607 13.9264C21.4418 14.027 21.6146 14.2035 21.9603 14.5566C22.3059 14.9097 22.4787 15.0863 22.5772 15.2713C22.8147 15.7178 22.8069 16.2585 22.5566 16.6977C22.4529 16.8797 22.2751 17.051 21.9194 17.3935L17.6878 21.4693C17.0138 22.1185 16.6768 22.4431 16.2556 22.6076C15.8345 22.7721 15.3714 22.76 14.4454 22.7357L14.3194 22.7324C14.0375 22.7251 13.8966 22.7214 13.8146 22.6284C13.7327 22.5354 13.7439 22.3918 13.7662 22.1047L13.7784 21.9487C13.8414 21.1405 13.8728 20.7363 14.0307 20.3731C14.1885 20.0098 14.4607 19.7148 15.0052 19.1249L19.1832 14.5983Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.29549 10.7303C3.27749 10.8549 3.26848 10.9172 3.2981 10.9743C3.32772 11.0313 3.38213 11.059 3.49095 11.1142C3.97458 11.3598 4.51335 11.518 5.08874 11.518C5.75485 11.518 6.32888 11.5491 6.81102 11.6394C7.29426 11.73 7.73816 11.8892 8.09861 12.1844C8.84883 12.7987 8.95837 13.7612 8.95837 14.7516C8.95837 15.7705 8.9604 16.1995 9.01512 16.5654C9.06753 16.916 9.16946 17.2163 9.43644 17.9815C9.59057 18.4233 9.80455 19.0503 9.79233 19.7264C9.79017 19.8462 9.781 19.9664 9.764 20.0866C9.73483 20.2929 9.72025 20.396 9.76476 20.4603C9.80928 20.5247 9.8975 20.5444 10.074 20.5838C10.3848 20.6533 10.7019 20.7062 11.0243 20.7418C11.5608 20.801 12 21.2329 12 21.7726C12 22.3123 11.561 22.7545 11.0235 22.7061C5.54403 22.2127 1.25 17.6078 1.25 11.9999C1.25 11.9998 1.25 11.9998 1.25 11.9998C1.25 11.9467 1.25038 11.8937 1.25115 11.8409C1.33552 6.02206 6.04305 1.3224 11.8649 1.25071C11.9099 1.25016 11.9548 1.24988 11.9999 1.24988H12C17.6079 1.24988 22.2128 5.54391 22.7062 11.0233C22.7546 11.5609 22.3125 11.9999 21.7727 11.9999C21.233 11.9999 20.8012 11.5606 20.7419 11.0242C20.5739 9.5017 20.0173 8.0963 19.1735 6.90934C19.091 6.79338 19.0498 6.7354 18.9794 6.71706C18.909 6.69871 18.8478 6.72774 18.7254 6.78582C18.3245 6.97596 17.9437 7.25723 17.6315 7.66136C16.8187 8.71334 15.9471 9.36049 15.063 9.62066C14.1618 9.88583 13.3114 9.72806 12.6319 9.28831C11.6258 8.63716 11.4958 7.7271 11.4107 7.13117C11.3644 6.81979 11.3081 6.5283 11.2244 6.37345C11.1546 6.24443 11.0279 6.08994 10.7127 5.93693C9.92015 5.55225 9.471 4.84875 9.31521 4.09083C9.27621 3.90113 9.25671 3.80628 9.20557 3.76187C9.18265 3.74198 9.15963 3.72942 9.1305 3.72091C9.06548 3.70193 8.98641 3.73251 8.82827 3.79367C5.91739 4.9195 3.75535 7.5495 3.29549 10.7303Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.1832 14.5983C19.5185 14.235 19.6862 14.0534 19.8643 13.9474C20.2942 13.6917 20.8236 13.6838 21.2607 13.9264C21.4418 14.027 21.6146 14.2035 21.9603 14.5566C22.3059 14.9097 22.4787 15.0863 22.5772 15.2713C22.8147 15.7178 22.8069 16.2585 22.5566 16.6977C22.4529 16.8797 22.2751 17.051 21.9194 17.3935L17.6878 21.4693C17.0138 22.1185 16.6768 22.4431 16.2556 22.6076C15.8345 22.7721 15.3714 22.76 14.4454 22.7357L14.3194 22.7324C14.0375 22.7251 13.8966 22.7214 13.8146 22.6284C13.7327 22.5354 13.7439 22.3918 13.7662 22.1047L13.7784 21.9487C13.8414 21.1405 13.8728 20.7363 14.0307 20.3731C14.1885 20.0098 14.4607 19.7148 15.0052 19.1249L19.1832 14.5983Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-global-refresh{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.29549 10.7305C3.27749 10.855 3.26848 10.9173 3.2981 10.9744C3.32772 11.0315 3.38213 11.0591 3.49095 11.1144C3.97458 11.36 4.51335 11.5181 5.08874 11.5181C5.75485 11.5181 6.32888 11.5492 6.81102 11.6396C7.29426 11.7301 7.73816 11.8894 8.09861 12.1845C8.84883 12.7989 8.95837 13.7614 8.95837 14.7517C8.95837 15.7706 8.9604 16.1997 9.01512 16.5656C9.06753 16.9161 9.16946 17.2165 9.43644 17.9817C9.59057 18.4234 9.80455 19.0505 9.79233 19.7265C9.79017 19.8463 9.781 19.9665 9.764 20.0867C9.73483 20.293 9.72025 20.3961 9.76476 20.4605C9.80928 20.5248 9.8975 20.5445 10.074 20.5839C10.3848 20.6534 10.7019 20.7064 11.0243 20.7419C11.5608 20.8012 12 21.233 12 21.7727C12 22.3125 11.561 22.7546 11.0235 22.7062C5.54403 22.2128 1.25 17.6079 1.25 12C1.25 12 1.25 11.9999 1.25 11.9999C1.25 11.9468 1.25038 11.8939 1.25115 11.841C1.33552 6.02218 6.04305 1.32252 11.8649 1.25083C11.9099 1.25028 11.9548 1.25 11.9999 1.25H12C17.6079 1.25 22.2128 5.54403 22.7062 11.0235C22.7546 11.561 22.3125 12 21.7727 12C21.233 12 20.8012 11.5608 20.7419 11.0243C20.5739 9.50183 20.0173 8.09643 19.1735 6.90946C19.091 6.79351 19.0498 6.73553 18.9794 6.71718C18.909 6.69883 18.8478 6.72787 18.7254 6.78594C18.3245 6.97608 17.9437 7.25735 17.6315 7.66148C16.8187 8.71346 15.9471 9.36062 15.063 9.62078C14.1618 9.88596 13.3114 9.72818 12.6319 9.28843C11.6258 8.63728 11.4958 7.72722 11.4107 7.13129C11.3644 6.81991 11.3081 6.52842 11.2244 6.37357C11.1546 6.24455 11.0279 6.09006 10.7127 5.93705C9.92015 5.55237 9.471 4.84887 9.31521 4.09096C9.27621 3.90125 9.25671 3.8064 9.20557 3.762C9.18265 3.7421 9.15963 3.72954 9.1305 3.72103C9.06548 3.70205 8.98641 3.73263 8.82827 3.79379C5.91739 4.91962 3.75535 7.54963 3.29549 10.7305Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6861 14.1272C17.5789 13.576 16.2881 13.5907 15.2368 14.4192C14.803 14.7611 14.1742 14.6865 13.8324 14.2527C13.4905 13.819 13.5651 13.1902 13.9989 12.8484C15.7532 11.4659 17.8936 11.4985 19.5775 12.3368C21.2429 13.166 22.5702 14.8331 22.7225 16.871L22.7265 16.9237C22.7445 17.1587 22.7686 17.4749 22.7284 17.7531C22.6704 18.1536 22.4769 18.5457 22.0617 18.8185C21.5996 19.1221 21.1237 19.0927 20.7544 18.9797C20.4766 18.8946 20.176 18.7351 19.9248 18.6017L19.9248 18.6017L19.0248 18.1249C18.5368 17.8663 18.3507 17.2611 18.6092 16.7731C18.8678 16.285 19.473 16.099 19.961 16.3575L20.6955 16.7466C20.5114 15.6222 19.7282 14.646 18.6861 14.1272Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5745 15.8807L15.4745 16.3575C15.9626 16.6161 16.1486 17.2213 15.8901 17.7093C15.6316 18.1973 15.0263 18.3834 14.5383 18.1249L13.8104 17.7392C14.0018 18.8523 14.7838 19.8298 15.8179 20.3571C16.921 20.9197 18.1816 20.9109 19.1871 20.1164C19.6205 19.774 20.2493 19.8478 20.5917 20.2811C20.9341 20.7145 20.8604 21.3433 20.427 21.6857C18.6964 23.0531 16.5718 22.9867 14.9093 22.1388C13.264 21.2998 11.9422 19.6367 11.7813 17.6164L11.777 17.5636C11.758 17.3297 11.7322 17.0134 11.7716 16.7347C11.8284 16.3322 12.022 15.9403 12.436 15.6668C12.8975 15.3619 13.3737 15.3897 13.7445 15.5029C14.0228 15.5878 14.3236 15.7475 14.5745 15.8807Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.29549 10.7305C3.27749 10.855 3.26848 10.9173 3.2981 10.9744C3.32772 11.0315 3.38213 11.0591 3.49095 11.1144C3.97458 11.36 4.51335 11.5181 5.08874 11.5181C5.75485 11.5181 6.32888 11.5492 6.81102 11.6396C7.29426 11.7301 7.73816 11.8894 8.09861 12.1845C8.84883 12.7989 8.95837 13.7614 8.95837 14.7517C8.95837 15.7706 8.9604 16.1997 9.01512 16.5656C9.06753 16.9161 9.16946 17.2165 9.43644 17.9817C9.59057 18.4234 9.80455 19.0505 9.79233 19.7265C9.79017 19.8463 9.781 19.9665 9.764 20.0867C9.73483 20.293 9.72025 20.3961 9.76476 20.4605C9.80928 20.5248 9.8975 20.5445 10.074 20.5839C10.3848 20.6534 10.7019 20.7064 11.0243 20.7419C11.5608 20.8012 12 21.233 12 21.7727C12 22.3125 11.561 22.7546 11.0235 22.7062C5.54403 22.2128 1.25 17.6079 1.25 12C1.25 12 1.25 11.9999 1.25 11.9999C1.25 11.9468 1.25038 11.8939 1.25115 11.841C1.33552 6.02218 6.04305 1.32252 11.8649 1.25083C11.9099 1.25028 11.9548 1.25 11.9999 1.25H12C17.6079 1.25 22.2128 5.54403 22.7062 11.0235C22.7546 11.561 22.3125 12 21.7727 12C21.233 12 20.8012 11.5608 20.7419 11.0243C20.5739 9.50183 20.0173 8.09643 19.1735 6.90946C19.091 6.79351 19.0498 6.73553 18.9794 6.71718C18.909 6.69883 18.8478 6.72787 18.7254 6.78594C18.3245 6.97608 17.9437 7.25735 17.6315 7.66148C16.8187 8.71346 15.9471 9.36062 15.063 9.62078C14.1618 9.88596 13.3114 9.72818 12.6319 9.28843C11.6258 8.63728 11.4958 7.72722 11.4107 7.13129C11.3644 6.81991 11.3081 6.52842 11.2244 6.37357C11.1546 6.24455 11.0279 6.09006 10.7127 5.93705C9.92015 5.55237 9.471 4.84887 9.31521 4.09096C9.27621 3.90125 9.25671 3.8064 9.20557 3.762C9.18265 3.7421 9.15963 3.72954 9.1305 3.72103C9.06548 3.70205 8.98641 3.73263 8.82827 3.79379C5.91739 4.91962 3.75535 7.54963 3.29549 10.7305Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6861 14.1272C17.5789 13.576 16.2881 13.5907 15.2368 14.4192C14.803 14.7611 14.1742 14.6865 13.8324 14.2527C13.4905 13.819 13.5651 13.1902 13.9989 12.8484C15.7532 11.4659 17.8936 11.4985 19.5775 12.3368C21.2429 13.166 22.5702 14.8331 22.7225 16.871L22.7265 16.9237C22.7445 17.1587 22.7686 17.4749 22.7284 17.7531C22.6704 18.1536 22.4769 18.5457 22.0617 18.8185C21.5996 19.1221 21.1237 19.0927 20.7544 18.9797C20.4766 18.8946 20.176 18.7351 19.9248 18.6017L19.9248 18.6017L19.0248 18.1249C18.5368 17.8663 18.3507 17.2611 18.6092 16.7731C18.8678 16.285 19.473 16.099 19.961 16.3575L20.6955 16.7466C20.5114 15.6222 19.7282 14.646 18.6861 14.1272Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5745 15.8807L15.4745 16.3575C15.9626 16.6161 16.1486 17.2213 15.8901 17.7093C15.6316 18.1973 15.0263 18.3834 14.5383 18.1249L13.8104 17.7392C14.0018 18.8523 14.7838 19.8298 15.8179 20.3571C16.921 20.9197 18.1816 20.9109 19.1871 20.1164C19.6205 19.774 20.2493 19.8478 20.5917 20.2811C20.9341 20.7145 20.8604 21.3433 20.427 21.6857C18.6964 23.0531 16.5718 22.9867 14.9093 22.1388C13.264 21.2998 11.9422 19.6367 11.7813 17.6164L11.777 17.5636C11.758 17.3297 11.7322 17.0134 11.7716 16.7347C11.8284 16.3322 12.022 15.9403 12.436 15.6668C12.8975 15.3619 13.3737 15.3897 13.7445 15.5029C14.0228 15.5878 14.3236 15.7475 14.5745 15.8807Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-global-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.29549 10.7307C3.27749 10.8553 3.26848 10.9175 3.2981 10.9746C3.32772 11.0317 3.38213 11.0593 3.49095 11.1146C3.97458 11.3602 4.51335 11.5183 5.08874 11.5183C5.75485 11.5183 6.32888 11.5495 6.81102 11.6398C7.29426 11.7303 7.73816 11.8896 8.09861 12.1848C8.84883 12.7991 8.95837 13.7616 8.95837 14.7519C8.95837 15.7709 8.9604 16.1999 9.01512 16.5658C9.06753 16.9163 9.16946 17.2167 9.43644 17.9819C9.59057 18.4236 9.80455 19.0507 9.79233 19.7267C9.79017 19.8466 9.781 19.9668 9.764 20.087C9.73483 20.2932 9.72025 20.3964 9.76476 20.4607C9.80928 20.525 9.8975 20.5448 10.074 20.5842C10.3848 20.6536 10.7019 20.7066 11.0243 20.7422C11.5608 20.8014 12 21.2332 12 21.773C12 22.3127 11.561 22.7549 11.0235 22.7065C5.54403 22.2131 1.25 17.6081 1.25 12.0002C1.25 12.0002 1.25 12.0002 1.25 12.0001C1.25 11.9471 1.25038 11.8941 1.25115 11.8412C1.33552 6.02242 6.04305 1.32276 11.8649 1.25108C11.9099 1.25052 11.9548 1.25024 11.9999 1.25024H12C17.6079 1.25024 22.2128 5.54427 22.7062 11.0237C22.7546 11.5613 22.3125 12.0002 21.7727 12.0002C21.233 12.0002 20.8012 11.561 20.7419 11.0245C20.5739 9.50207 20.0173 8.09667 19.1735 6.90971C19.091 6.79375 19.0498 6.73577 18.9794 6.71742C18.909 6.69907 18.8478 6.72811 18.7254 6.78618C18.3245 6.97633 17.9437 7.25759 17.6315 7.66172C16.8187 8.7137 15.9471 9.36086 15.063 9.62103C14.1618 9.8862 13.3114 9.72843 12.6319 9.28868C11.6258 8.63752 11.4958 7.72746 11.4107 7.13154C11.3644 6.82015 11.3081 6.52866 11.2244 6.37381C11.1546 6.2448 11.0279 6.09031 10.7127 5.93729C9.92015 5.55261 9.471 4.84911 9.31521 4.0912C9.27621 3.9015 9.25671 3.80665 9.20557 3.76224C9.18265 3.74234 9.15963 3.72978 9.1305 3.72128C9.06548 3.70229 8.98641 3.73287 8.82827 3.79404C5.91739 4.91987 3.75535 7.54987 3.29549 10.7307Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 17.2768C12.75 14.7768 14.7766 12.7502 17.2765 12.7502C19.7765 12.7502 21.8031 14.7768 21.8031 17.2768C21.8031 18.1658 21.5468 18.995 21.104 19.6944L22.456 21.042C22.8471 21.4319 22.8481 22.0651 22.4582 22.4562C22.0683 22.8474 21.4352 22.8484 21.044 22.4585L19.6888 21.1076C18.9905 21.5483 18.1633 21.8033 17.2765 21.8033C14.7766 21.8033 12.75 19.7767 12.75 17.2768ZM17.2765 14.7502C15.8812 14.7502 14.75 15.8814 14.75 17.2768C14.75 18.6721 15.8812 19.8033 17.2765 19.8033C18.6719 19.8033 19.8031 18.6721 19.8031 17.2768C19.8031 15.8814 18.6719 14.7502 17.2765 14.7502Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.29549 10.7307C3.27749 10.8553 3.26848 10.9175 3.2981 10.9746C3.32772 11.0317 3.38213 11.0593 3.49095 11.1146C3.97458 11.3602 4.51335 11.5183 5.08874 11.5183C5.75485 11.5183 6.32888 11.5495 6.81102 11.6398C7.29426 11.7303 7.73816 11.8896 8.09861 12.1848C8.84883 12.7991 8.95837 13.7616 8.95837 14.7519C8.95837 15.7709 8.9604 16.1999 9.01512 16.5658C9.06753 16.9163 9.16946 17.2167 9.43644 17.9819C9.59057 18.4236 9.80455 19.0507 9.79233 19.7267C9.79017 19.8466 9.781 19.9668 9.764 20.087C9.73483 20.2932 9.72025 20.3964 9.76476 20.4607C9.80928 20.525 9.8975 20.5448 10.074 20.5842C10.3848 20.6536 10.7019 20.7066 11.0243 20.7422C11.5608 20.8014 12 21.2332 12 21.773C12 22.3127 11.561 22.7549 11.0235 22.7065C5.54403 22.2131 1.25 17.6081 1.25 12.0002C1.25 12.0002 1.25 12.0002 1.25 12.0001C1.25 11.9471 1.25038 11.8941 1.25115 11.8412C1.33552 6.02242 6.04305 1.32276 11.8649 1.25108C11.9099 1.25052 11.9548 1.25024 11.9999 1.25024H12C17.6079 1.25024 22.2128 5.54427 22.7062 11.0237C22.7546 11.5613 22.3125 12.0002 21.7727 12.0002C21.233 12.0002 20.8012 11.561 20.7419 11.0245C20.5739 9.50207 20.0173 8.09667 19.1735 6.90971C19.091 6.79375 19.0498 6.73577 18.9794 6.71742C18.909 6.69907 18.8478 6.72811 18.7254 6.78618C18.3245 6.97633 17.9437 7.25759 17.6315 7.66172C16.8187 8.7137 15.9471 9.36086 15.063 9.62103C14.1618 9.8862 13.3114 9.72843 12.6319 9.28868C11.6258 8.63752 11.4958 7.72746 11.4107 7.13154C11.3644 6.82015 11.3081 6.52866 11.2244 6.37381C11.1546 6.2448 11.0279 6.09031 10.7127 5.93729C9.92015 5.55261 9.471 4.84911 9.31521 4.0912C9.27621 3.9015 9.25671 3.80665 9.20557 3.76224C9.18265 3.74234 9.15963 3.72978 9.1305 3.72128C9.06548 3.70229 8.98641 3.73287 8.82827 3.79404C5.91739 4.91987 3.75535 7.54987 3.29549 10.7307Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 17.2768C12.75 14.7768 14.7766 12.7502 17.2765 12.7502C19.7765 12.7502 21.8031 14.7768 21.8031 17.2768C21.8031 18.1658 21.5468 18.995 21.104 19.6944L22.456 21.042C22.8471 21.4319 22.8481 22.0651 22.4582 22.4562C22.0683 22.8474 21.4352 22.8484 21.044 22.4585L19.6888 21.1076C18.9905 21.5483 18.1633 21.8033 17.2765 21.8033C14.7766 21.8033 12.75 19.7767 12.75 17.2768ZM17.2765 14.7502C15.8812 14.7502 14.75 15.8814 14.75 17.2768C14.75 18.6721 15.8812 19.8033 17.2765 19.8033C18.6719 19.8033 19.8031 18.6721 19.8031 17.2768C19.8031 15.8814 18.6719 14.7502 17.2765 14.7502Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-global{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.67752 20.4855C10.4174 20.6875 11.1961 20.7953 12 20.7953C12.6913 20.7953 13.3639 20.7156 14.0093 20.5648C14.3307 19.9605 14.4776 19.4829 14.5303 19.102C14.6018 18.5855 14.5081 18.1915 14.3586 17.8254C14.2834 17.6415 14.1803 17.4375 14.082 17.2433C13.9831 17.0477 13.8667 16.8162 13.7803 16.5734C13.5893 16.0372 13.5394 15.4284 13.8976 14.7419C14.1585 14.2419 14.5367 13.9512 14.9899 13.8083C15.3375 13.6987 15.8203 13.6782 16.1267 13.6653C16.8013 13.6345 17.5354 13.5789 18.4363 12.9314C19.2407 12.3532 20.0495 12.1908 20.7915 12.2677C20.7941 12.1788 20.7955 12.0895 20.7955 11.9999C20.7955 9.99664 20.1258 8.14982 18.998 6.67109C18.4992 6.85577 18.0138 7.16643 17.6315 7.66136C16.8187 8.71334 15.9471 9.36049 15.063 9.62066C14.1618 9.88583 13.3114 9.72806 12.6319 9.28831C11.6258 8.63716 11.4958 7.7271 11.4107 7.13117C11.3644 6.81979 11.3081 6.5283 11.2244 6.37345C11.1546 6.24443 11.0279 6.08994 10.7127 5.93693C9.92015 5.55225 9.471 4.84875 9.31521 4.09083C9.28482 3.94302 9.26529 3.7926 9.25612 3.64087C6.05016 4.6926 3.65688 7.5373 3.26198 10.9893C3.80225 11.3049 4.42081 11.518 5.08874 11.518C5.75485 11.518 6.32888 11.5491 6.81102 11.6394C7.29426 11.73 7.73816 11.8892 8.09861 12.1844C8.84883 12.7987 8.95837 13.7612 8.95837 14.7516C8.95837 15.7705 8.9604 16.1995 9.01512 16.5654C9.06753 16.916 9.16946 17.2163 9.43644 17.9815C9.59057 18.4233 9.80455 19.0503 9.79233 19.7264C9.78777 19.9791 9.75206 20.2335 9.67752 20.4855ZM1.25115 11.8409C1.25038 11.8938 1.25 11.9468 1.25 11.9999C1.25 17.9369 6.06294 22.7499 12 22.7499C12.7905 22.7499 13.561 22.6646 14.3029 22.5026L14.3214 22.4988C18.665 21.5427 22.0226 17.962 22.6466 13.5021C22.6481 13.491 22.6494 13.4799 22.6505 13.4688C22.7161 12.9886 22.75 12.4982 22.75 11.9999C22.75 6.06282 17.9371 1.24988 12 1.24988H11.9999C11.9548 1.24988 11.9099 1.25016 11.8649 1.25071C6.04305 1.3224 1.33552 6.02206 1.25115 11.8409Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.67752 20.4855C10.4174 20.6875 11.1961 20.7953 12 20.7953C12.6913 20.7953 13.3639 20.7156 14.0093 20.5648C14.3307 19.9605 14.4776 19.4829 14.5303 19.102C14.6018 18.5855 14.5081 18.1915 14.3586 17.8254C14.2834 17.6415 14.1803 17.4375 14.082 17.2433C13.9831 17.0477 13.8667 16.8162 13.7803 16.5734C13.5893 16.0372 13.5394 15.4284 13.8976 14.7419C14.1585 14.2419 14.5367 13.9512 14.9899 13.8083C15.3375 13.6987 15.8203 13.6782 16.1267 13.6653C16.8013 13.6345 17.5354 13.5789 18.4363 12.9314C19.2407 12.3532 20.0495 12.1908 20.7915 12.2677C20.7941 12.1788 20.7955 12.0895 20.7955 11.9999C20.7955 9.99664 20.1258 8.14982 18.998 6.67109C18.4992 6.85577 18.0138 7.16643 17.6315 7.66136C16.8187 8.71334 15.9471 9.36049 15.063 9.62066C14.1618 9.88583 13.3114 9.72806 12.6319 9.28831C11.6258 8.63716 11.4958 7.7271 11.4107 7.13117C11.3644 6.81979 11.3081 6.5283 11.2244 6.37345C11.1546 6.24443 11.0279 6.08994 10.7127 5.93693C9.92015 5.55225 9.471 4.84875 9.31521 4.09083C9.28482 3.94302 9.26529 3.7926 9.25612 3.64087C6.05016 4.6926 3.65688 7.5373 3.26198 10.9893C3.80225 11.3049 4.42081 11.518 5.08874 11.518C5.75485 11.518 6.32888 11.5491 6.81102 11.6394C7.29426 11.73 7.73816 11.8892 8.09861 12.1844C8.84883 12.7987 8.95837 13.7612 8.95837 14.7516C8.95837 15.7705 8.9604 16.1995 9.01512 16.5654C9.06753 16.916 9.16946 17.2163 9.43644 17.9815C9.59057 18.4233 9.80455 19.0503 9.79233 19.7264C9.78777 19.9791 9.75206 20.2335 9.67752 20.4855ZM1.25115 11.8409C1.25038 11.8938 1.25 11.9468 1.25 11.9999C1.25 17.9369 6.06294 22.7499 12 22.7499C12.7905 22.7499 13.561 22.6646 14.3029 22.5026L14.3214 22.4988C18.665 21.5427 22.0226 17.962 22.6466 13.5021C22.6481 13.491 22.6494 13.4799 22.6505 13.4688C22.7161 12.9886 22.75 12.4982 22.75 11.9999C22.75 6.06282 17.9371 1.24988 12 1.24988H11.9999C11.9548 1.24988 11.9099 1.25016 11.8649 1.25071C6.04305 1.3224 1.33552 6.02206 1.25115 11.8409Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-gps-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_386_17972)%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.5C11.4477 4.5 11 4.05228 11 3.5V1.5C11 0.947715 11.4477 0.5 12 0.5C12.5523 0.5 13 0.947715 13 1.5V3.5C13 4.05228 12.5523 4.5 12 4.5ZM1.5 11C0.947715 11 0.5 11.4477 0.5 12C0.5 12.5523 0.947715 13 1.5 13H3.5C4.05228 13 4.5 12.5523 4.5 12C4.5 11.4477 4.05228 11 3.5 11H1.5ZM20.5 11C19.9477 11 19.5 11.4477 19.5 12C19.5 12.5523 19.9477 13 20.5 13H22.5C23.0523 13 23.5 12.5523 23.5 12C23.5 11.4477 23.0523 11 22.5 11H20.5ZM11 22.5C11 23.0523 11.4477 23.5 12 23.5C12.5523 23.5 13 23.0523 13 22.5V20.5C13 19.9477 12.5523 19.5 12 19.5C11.4477 19.5 11 19.9477 11 20.5V22.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25 12C8.25 9.92893 9.92893 8.25 12 8.25C14.0711 8.25 15.75 9.92893 15.75 12C15.75 14.0711 14.0711 15.75 12 15.75C9.92893 15.75 8.25 14.0711 8.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0137 4.5C7.87154 4.5 4.51367 7.85786 4.51367 12C4.51367 16.1421 7.87154 19.5 12.0137 19.5C16.1558 19.5 19.5137 16.1421 19.5137 12C19.5137 7.85786 16.1558 4.5 12.0137 4.5ZM2.51367 12C2.51367 6.75329 6.76697 2.5 12.0137 2.5C17.2604 2.5 21.5137 6.75329 21.5137 12C21.5137 17.2467 17.2604 21.5 12.0137 21.5C6.76697 21.5 2.51367 17.2467 2.51367 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_386_17972%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_386_17972)%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.5C11.4477 4.5 11 4.05228 11 3.5V1.5C11 0.947715 11.4477 0.5 12 0.5C12.5523 0.5 13 0.947715 13 1.5V3.5C13 4.05228 12.5523 4.5 12 4.5ZM1.5 11C0.947715 11 0.5 11.4477 0.5 12C0.5 12.5523 0.947715 13 1.5 13H3.5C4.05228 13 4.5 12.5523 4.5 12C4.5 11.4477 4.05228 11 3.5 11H1.5ZM20.5 11C19.9477 11 19.5 11.4477 19.5 12C19.5 12.5523 19.9477 13 20.5 13H22.5C23.0523 13 23.5 12.5523 23.5 12C23.5 11.4477 23.0523 11 22.5 11H20.5ZM11 22.5C11 23.0523 11.4477 23.5 12 23.5C12.5523 23.5 13 23.0523 13 22.5V20.5C13 19.9477 12.5523 19.5 12 19.5C11.4477 19.5 11 19.9477 11 20.5V22.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25 12C8.25 9.92893 9.92893 8.25 12 8.25C14.0711 8.25 15.75 9.92893 15.75 12C15.75 14.0711 14.0711 15.75 12 15.75C9.92893 15.75 8.25 14.0711 8.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0137 4.5C7.87154 4.5 4.51367 7.85786 4.51367 12C4.51367 16.1421 7.87154 19.5 12.0137 19.5C16.1558 19.5 19.5137 16.1421 19.5137 12C19.5137 7.85786 16.1558 4.5 12.0137 4.5ZM2.51367 12C2.51367 6.75329 6.76697 2.5 12.0137 2.5C17.2604 2.5 21.5137 6.75329 21.5137 12C21.5137 17.2467 17.2604 21.5 12.0137 21.5C6.76697 21.5 2.51367 17.2467 2.51367 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_386_17972%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-gps-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_386_17981)%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5 12.3828C19.5 11.8305 19.9477 11.3828 20.5 11.3828H22.5C23.0523 11.3828 23.5 11.8305 23.5 12.3828C23.5 12.9351 23.0523 13.3828 22.5 13.3828H20.5C19.9477 13.3828 19.5 12.9351 19.5 12.3828Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M0.5 12.3828C0.5 11.8305 0.947715 11.3828 1.5 11.3828H3.5C4.05228 11.3828 4.5 11.8305 4.5 12.3828C4.5 12.9351 4.05228 13.3828 3.5 13.3828H1.5C0.947715 13.3828 0.5 12.9351 0.5 12.3828Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.88281C11.4477 4.88281 11 4.4351 11 3.88281V1.88281C11 1.33053 11.4477 0.882813 12 0.882812C12.5523 0.882812 13 1.33053 13 1.88281V3.88281C13 4.4351 12.5523 4.88281 12 4.88281Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 23.8828C11.4477 23.8828 11 23.4351 11 22.8828V20.8828C11 20.3305 11.4477 19.8828 12 19.8828C12.5523 19.8828 13 20.3305 13 20.8828V22.8828C13 23.4351 12.5523 23.8828 12 23.8828Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0137 4.88281C7.87154 4.88281 4.51367 8.24068 4.51367 12.3828C4.51367 16.5249 7.87154 19.8828 12.0137 19.8828C16.1558 19.8828 19.5137 16.5249 19.5137 12.3828C19.5137 8.24068 16.1558 4.88281 12.0137 4.88281ZM2.51367 12.3828C2.51367 7.13611 6.76697 2.88281 12.0137 2.88281C17.2604 2.88281 21.5137 7.13611 21.5137 12.3828C21.5137 17.6295 17.2604 21.8828 12.0137 21.8828C6.76697 21.8828 2.51367 17.6295 2.51367 12.3828Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_386_17981%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22 transform%3D%22translate(0 0.382812)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_386_17981)%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5 12.3828C19.5 11.8305 19.9477 11.3828 20.5 11.3828H22.5C23.0523 11.3828 23.5 11.8305 23.5 12.3828C23.5 12.9351 23.0523 13.3828 22.5 13.3828H20.5C19.9477 13.3828 19.5 12.9351 19.5 12.3828Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M0.5 12.3828C0.5 11.8305 0.947715 11.3828 1.5 11.3828H3.5C4.05228 11.3828 4.5 11.8305 4.5 12.3828C4.5 12.9351 4.05228 13.3828 3.5 13.3828H1.5C0.947715 13.3828 0.5 12.9351 0.5 12.3828Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.88281C11.4477 4.88281 11 4.4351 11 3.88281V1.88281C11 1.33053 11.4477 0.882813 12 0.882812C12.5523 0.882812 13 1.33053 13 1.88281V3.88281C13 4.4351 12.5523 4.88281 12 4.88281Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 23.8828C11.4477 23.8828 11 23.4351 11 22.8828V20.8828C11 20.3305 11.4477 19.8828 12 19.8828C12.5523 19.8828 13 20.3305 13 20.8828V22.8828C13 23.4351 12.5523 23.8828 12 23.8828Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0137 4.88281C7.87154 4.88281 4.51367 8.24068 4.51367 12.3828C4.51367 16.5249 7.87154 19.8828 12.0137 19.8828C16.1558 19.8828 19.5137 16.5249 19.5137 12.3828C19.5137 8.24068 16.1558 4.88281 12.0137 4.88281ZM2.51367 12.3828C2.51367 7.13611 6.76697 2.88281 12.0137 2.88281C17.2604 2.88281 21.5137 7.13611 21.5137 12.3828C21.5137 17.6295 17.2604 21.8828 12.0137 21.8828C6.76697 21.8828 2.51367 17.6295 2.51367 12.3828Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_386_17981%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22 transform%3D%22translate(0 0.382812)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-gps-off-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.29192 2.29289C2.68244 1.90237 3.31561 1.90237 3.70613 2.29289L21.7061 20.2929C22.0967 20.6834 22.0967 21.3166 21.7061 21.7071C21.3156 22.0976 20.6824 22.0976 20.2919 21.7071L2.29192 3.70711C1.90139 3.31658 1.90139 2.68342 2.29192 2.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.999 1C12.5513 1 12.999 1.44772 12.999 2V2.78639C12.999 2.93932 13.1145 3.06726 13.2659 3.0886C17.2227 3.64603 20.3531 6.77642 20.9105 10.7332C20.9319 10.8846 21.0598 11.0001 21.2128 11L21.999 11C22.5512 11 22.999 11.4477 22.999 11.9999C22.9991 12.5522 22.5514 13 21.9991 13L21.2127 13C21.0598 13.0001 20.9319 13.1152 20.9106 13.2666C20.7744 14.2336 20.4846 15.1512 20.0666 15.9939C19.9779 16.1727 19.7408 16.2063 19.5997 16.0651L18.5376 15.003C18.4496 14.915 18.4256 14.7821 18.4731 14.6671C18.812 13.8451 18.999 12.9445 18.999 12.0001C18.999 8.13413 15.865 5.00013 11.999 5.00013C11.0547 5.00013 10.154 5.18712 9.33206 5.5261C9.21704 5.57354 9.08413 5.54957 8.99615 5.46159L7.93402 4.39947C7.79289 4.25833 7.8264 4.02126 8.00521 3.93258C8.84795 3.51458 9.76552 3.22474 10.7324 3.08855C10.8839 3.06723 10.999 2.93932 10.999 2.78639V2C10.999 1.44772 11.4467 1 11.999 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.999 21.2139V22C12.999 22.5523 12.5513 23 11.999 23C11.4467 23 10.999 22.5523 10.999 22V21.2139C10.999 21.0609 10.8836 20.933 10.7321 20.9117C6.77533 20.3542 3.6449 17.2238 3.08748 13.2669C3.06615 13.1155 2.93822 13.0001 2.7853 13L1.99896 13C1.44668 13 0.998988 12.5522 0.999023 11.9999C0.999058 11.4477 1.4468 11 1.99909 11L2.78528 11C2.93821 11.0001 3.06614 10.8848 3.08747 10.7334C3.35154 8.85878 4.19314 7.16963 5.42654 5.85171C5.53976 5.73073 5.7301 5.73108 5.84726 5.84823L18.1509 18.1519C18.2681 18.2691 18.2684 18.4594 18.1474 18.5726C16.8295 19.806 15.1403 20.6476 13.2657 20.9117C13.1142 20.933 12.999 21.0609 12.999 21.2139Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.29192 2.29289C2.68244 1.90237 3.31561 1.90237 3.70613 2.29289L21.7061 20.2929C22.0967 20.6834 22.0967 21.3166 21.7061 21.7071C21.3156 22.0976 20.6824 22.0976 20.2919 21.7071L2.29192 3.70711C1.90139 3.31658 1.90139 2.68342 2.29192 2.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.999 1C12.5513 1 12.999 1.44772 12.999 2V2.78639C12.999 2.93932 13.1145 3.06726 13.2659 3.0886C17.2227 3.64603 20.3531 6.77642 20.9105 10.7332C20.9319 10.8846 21.0598 11.0001 21.2128 11L21.999 11C22.5512 11 22.999 11.4477 22.999 11.9999C22.9991 12.5522 22.5514 13 21.9991 13L21.2127 13C21.0598 13.0001 20.9319 13.1152 20.9106 13.2666C20.7744 14.2336 20.4846 15.1512 20.0666 15.9939C19.9779 16.1727 19.7408 16.2063 19.5997 16.0651L18.5376 15.003C18.4496 14.915 18.4256 14.7821 18.4731 14.6671C18.812 13.8451 18.999 12.9445 18.999 12.0001C18.999 8.13413 15.865 5.00013 11.999 5.00013C11.0547 5.00013 10.154 5.18712 9.33206 5.5261C9.21704 5.57354 9.08413 5.54957 8.99615 5.46159L7.93402 4.39947C7.79289 4.25833 7.8264 4.02126 8.00521 3.93258C8.84795 3.51458 9.76552 3.22474 10.7324 3.08855C10.8839 3.06723 10.999 2.93932 10.999 2.78639V2C10.999 1.44772 11.4467 1 11.999 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.999 21.2139V22C12.999 22.5523 12.5513 23 11.999 23C11.4467 23 10.999 22.5523 10.999 22V21.2139C10.999 21.0609 10.8836 20.933 10.7321 20.9117C6.77533 20.3542 3.6449 17.2238 3.08748 13.2669C3.06615 13.1155 2.93822 13.0001 2.7853 13L1.99896 13C1.44668 13 0.998988 12.5522 0.999023 11.9999C0.999058 11.4477 1.4468 11 1.99909 11L2.78528 11C2.93821 11.0001 3.06614 10.8848 3.08747 10.7334C3.35154 8.85878 4.19314 7.16963 5.42654 5.85171C5.53976 5.73073 5.7301 5.73108 5.84726 5.84823L18.1509 18.1519C18.2681 18.2691 18.2684 18.4594 18.1474 18.5726C16.8295 19.806 15.1403 20.6476 13.2657 20.9117C13.1142 20.933 12.999 21.0609 12.999 21.2139Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-gps-off-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_386_17985)%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5 12.3828C19.5 11.8305 19.9477 11.3828 20.5 11.3828H22.5C23.0523 11.3828 23.5 11.8305 23.5 12.3828C23.5 12.9351 23.0523 13.3828 22.5 13.3828H20.5C19.9477 13.3828 19.5 12.9351 19.5 12.3828Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M0.5 12.3828C0.5 11.8305 0.947715 11.3828 1.5 11.3828H3.5C4.05228 11.3828 4.5 11.8305 4.5 12.3828C4.5 12.9351 4.05228 13.3828 3.5 13.3828H1.5C0.947715 13.3828 0.5 12.9351 0.5 12.3828Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.88281C11.4477 4.88281 11 4.4351 11 3.88281V1.88281C11 1.33053 11.4477 0.882813 12 0.882812C12.5523 0.882812 13 1.33053 13 1.88281V3.88281C13 4.4351 12.5523 4.88281 12 4.88281Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 23.8828C11.4477 23.8828 11 23.4351 11 22.8828V20.8828C11 20.3305 11.4477 19.8828 12 19.8828C12.5523 19.8828 13 20.3305 13 20.8828V22.8828C13 23.4351 12.5523 23.8828 12 23.8828Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.29289 8.67571C8.68342 8.28518 9.31658 8.28518 9.70711 8.67571L12 10.9686L14.2929 8.67571C14.6834 8.28518 15.3166 8.28518 15.7071 8.67571C16.0976 9.06623 16.0976 9.6994 15.7071 10.0899L13.4142 12.3828L15.7071 14.6757C16.0976 15.0662 16.0976 15.6994 15.7071 16.0899C15.3166 16.4804 14.6834 16.4804 14.2929 16.0899L12 13.797L9.70711 16.0899C9.31658 16.4804 8.68342 16.4804 8.29289 16.0899C7.90237 15.6994 7.90237 15.0662 8.29289 14.6757L10.5858 12.3828L8.29289 10.0899C7.90237 9.69939 7.90237 9.06623 8.29289 8.67571Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0137 4.88275C7.87154 4.88275 4.51367 8.24062 4.51367 12.3828C4.51367 16.5249 7.87154 19.8828 12.0137 19.8828C16.1558 19.8828 19.5137 16.5249 19.5137 12.3828C19.5137 8.24062 16.1558 4.88275 12.0137 4.88275ZM2.51367 12.3828C2.51367 7.13605 6.76697 2.88275 12.0137 2.88275C17.2604 2.88275 21.5137 7.13605 21.5137 12.3828C21.5137 17.6295 17.2604 21.8828 12.0137 21.8828C6.76697 21.8828 2.51367 17.6295 2.51367 12.3828Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_386_17985%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22 transform%3D%22translate(0 0.382812)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_386_17985)%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5 12.3828C19.5 11.8305 19.9477 11.3828 20.5 11.3828H22.5C23.0523 11.3828 23.5 11.8305 23.5 12.3828C23.5 12.9351 23.0523 13.3828 22.5 13.3828H20.5C19.9477 13.3828 19.5 12.9351 19.5 12.3828Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M0.5 12.3828C0.5 11.8305 0.947715 11.3828 1.5 11.3828H3.5C4.05228 11.3828 4.5 11.8305 4.5 12.3828C4.5 12.9351 4.05228 13.3828 3.5 13.3828H1.5C0.947715 13.3828 0.5 12.9351 0.5 12.3828Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.88281C11.4477 4.88281 11 4.4351 11 3.88281V1.88281C11 1.33053 11.4477 0.882813 12 0.882812C12.5523 0.882812 13 1.33053 13 1.88281V3.88281C13 4.4351 12.5523 4.88281 12 4.88281Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 23.8828C11.4477 23.8828 11 23.4351 11 22.8828V20.8828C11 20.3305 11.4477 19.8828 12 19.8828C12.5523 19.8828 13 20.3305 13 20.8828V22.8828C13 23.4351 12.5523 23.8828 12 23.8828Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.29289 8.67571C8.68342 8.28518 9.31658 8.28518 9.70711 8.67571L12 10.9686L14.2929 8.67571C14.6834 8.28518 15.3166 8.28518 15.7071 8.67571C16.0976 9.06623 16.0976 9.6994 15.7071 10.0899L13.4142 12.3828L15.7071 14.6757C16.0976 15.0662 16.0976 15.6994 15.7071 16.0899C15.3166 16.4804 14.6834 16.4804 14.2929 16.0899L12 13.797L9.70711 16.0899C9.31658 16.4804 8.68342 16.4804 8.29289 16.0899C7.90237 15.6994 7.90237 15.0662 8.29289 14.6757L10.5858 12.3828L8.29289 10.0899C7.90237 9.69939 7.90237 9.06623 8.29289 8.67571Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0137 4.88275C7.87154 4.88275 4.51367 8.24062 4.51367 12.3828C4.51367 16.5249 7.87154 19.8828 12.0137 19.8828C16.1558 19.8828 19.5137 16.5249 19.5137 12.3828C19.5137 8.24062 16.1558 4.88275 12.0137 4.88275ZM2.51367 12.3828C2.51367 7.13605 6.76697 2.88275 12.0137 2.88275C17.2604 2.88275 21.5137 7.13605 21.5137 12.3828C21.5137 17.6295 17.2604 21.8828 12.0137 21.8828C6.76697 21.8828 2.51367 17.6295 2.51367 12.3828Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_386_17985%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22 transform%3D%22translate(0 0.382812)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-latitude{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.86783 13C1.55669 13 1.40113 13 1.31132 13.1049C1.22152 13.2097 1.24453 13.3576 1.29054 13.6533C1.39626 14.3327 1.5661 14.991 1.79373 15.6221C1.85838 15.8014 1.89071 15.891 1.96831 15.9455C2.04591 16 2.14487 16 2.34279 16H21.6575C21.8555 16 21.9544 16 22.032 15.9455C22.1096 15.891 22.1419 15.8014 22.2066 15.6221C22.4342 14.991 22.6041 14.3327 22.7098 13.6533C22.7558 13.3576 22.7788 13.2097 22.689 13.1049C22.5992 13 22.4436 13 22.1325 13H1.86783ZM22.1325 11C22.4436 11 22.5992 11 22.689 10.8951C22.7788 10.7903 22.7558 10.6424 22.7098 10.3467C22.6041 9.66734 22.4342 9.00897 22.2066 8.37786C22.1419 8.19863 22.1096 8.10901 22.032 8.0545C21.9544 8 21.8555 8 21.6575 8H2.34279C2.14487 8 2.04591 8 1.96831 8.0545C1.89071 8.10901 1.85838 8.19863 1.79373 8.37786C1.5661 9.00897 1.39626 9.66735 1.29054 10.3467C1.24453 10.6424 1.22152 10.7903 1.31132 10.8951C1.40113 11 1.55669 11 1.86783 11H22.1325ZM3.69155 5.09792C3.37903 5.46772 3.22277 5.65261 3.3034 5.82631C3.38402 6 3.63596 6 4.13983 6H19.8605C20.3644 6 20.6163 6 20.6969 5.82631C20.7776 5.65261 20.6213 5.46772 20.3088 5.09792C18.3209 2.74565 15.3366 1.25 12.0002 1.25C8.66374 1.25 5.67947 2.74565 3.69155 5.09792ZM20.3088 18.9021C20.6213 18.5323 20.7776 18.3474 20.6969 18.1737C20.6163 18 20.3644 18 19.8605 18H4.13983C3.63596 18 3.38402 18 3.3034 18.1737C3.22277 18.3474 3.37903 18.5323 3.69155 18.9021C5.67947 21.2544 8.66374 22.75 12.0002 22.75C15.3366 22.75 18.3209 21.2544 20.3088 18.9021Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.86783 13C1.55669 13 1.40113 13 1.31132 13.1049C1.22152 13.2097 1.24453 13.3576 1.29054 13.6533C1.39626 14.3327 1.5661 14.991 1.79373 15.6221C1.85838 15.8014 1.89071 15.891 1.96831 15.9455C2.04591 16 2.14487 16 2.34279 16H21.6575C21.8555 16 21.9544 16 22.032 15.9455C22.1096 15.891 22.1419 15.8014 22.2066 15.6221C22.4342 14.991 22.6041 14.3327 22.7098 13.6533C22.7558 13.3576 22.7788 13.2097 22.689 13.1049C22.5992 13 22.4436 13 22.1325 13H1.86783ZM22.1325 11C22.4436 11 22.5992 11 22.689 10.8951C22.7788 10.7903 22.7558 10.6424 22.7098 10.3467C22.6041 9.66734 22.4342 9.00897 22.2066 8.37786C22.1419 8.19863 22.1096 8.10901 22.032 8.0545C21.9544 8 21.8555 8 21.6575 8H2.34279C2.14487 8 2.04591 8 1.96831 8.0545C1.89071 8.10901 1.85838 8.19863 1.79373 8.37786C1.5661 9.00897 1.39626 9.66735 1.29054 10.3467C1.24453 10.6424 1.22152 10.7903 1.31132 10.8951C1.40113 11 1.55669 11 1.86783 11H22.1325ZM3.69155 5.09792C3.37903 5.46772 3.22277 5.65261 3.3034 5.82631C3.38402 6 3.63596 6 4.13983 6H19.8605C20.3644 6 20.6163 6 20.6969 5.82631C20.7776 5.65261 20.6213 5.46772 20.3088 5.09792C18.3209 2.74565 15.3366 1.25 12.0002 1.25C8.66374 1.25 5.67947 2.74565 3.69155 5.09792ZM20.3088 18.9021C20.6213 18.5323 20.7776 18.3474 20.6969 18.1737C20.6163 18 20.3644 18 19.8605 18H4.13983C3.63596 18 3.38402 18 3.3034 18.1737C3.22277 18.3474 3.37903 18.5323 3.69155 18.9021C5.67947 21.2544 8.66374 22.75 12.0002 22.75C15.3366 22.75 18.3209 21.2544 20.3088 18.9021Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-leaving-geo-fence{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.89232 14.5488C6.14162 15.0416 5.94422 15.6432 5.4514 15.8925C4.2666 16.4919 4 17.0448 4 17.316C4 17.4698 4.07194 17.7114 4.40271 18.0315C4.73646 18.3545 5.27174 18.6915 6.01488 18.9957C7.49628 19.6021 9.61182 20.0002 12 20.0002C14.3882 20.0002 16.5037 19.6021 17.9851 18.9957C18.7283 18.6915 19.2635 18.3545 19.5973 18.0315C19.9281 17.7114 20 17.4698 20 17.316C20 17.0448 19.7334 16.4919 18.5486 15.8925C18.0558 15.6432 17.8584 15.0416 18.1077 14.5488C18.357 14.056 18.9586 13.8586 19.4514 14.1079C20.7682 14.774 22 15.8326 22 17.316C22 18.1796 21.5683 18.9072 20.9882 19.4686C20.4111 20.0272 19.6283 20.4841 18.7428 20.8466C16.9668 21.5736 14.5824 22.0002 12 22.0002C9.41762 22.0002 7.03316 21.5736 5.2572 20.8466C4.37166 20.4841 3.58892 20.0272 3.01182 19.4686C2.43174 18.9072 2 18.1796 2 17.316C2 15.8326 3.2318 14.774 4.5486 14.1079C5.04141 13.8586 5.64302 14.056 5.89232 14.5488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 16.4999C13 17.0522 12.5523 17.4999 12 17.4999C11.4477 17.4999 11 17.0522 11 16.4999L11 7.39986C11 7.2113 11 7.11702 10.9414 7.05844C10.8828 6.99986 10.7886 6.99986 10.6 6.99986L8.99995 6.99986C8.62275 6.99985 8.27764 6.7876 8.10748 6.45095C7.93733 6.11431 7.9712 5.71039 8.19489 5.40667L8.19718 5.40357L8.20276 5.39602L8.22315 5.36859C8.24072 5.34501 8.26613 5.31107 8.29848 5.26824C8.36315 5.18262 8.45577 5.06121 8.5692 4.91587C8.79522 4.62625 9.10766 4.23672 9.44842 3.84425C9.78486 3.45676 10.1686 3.04349 10.5356 2.71924C10.7179 2.55813 10.9197 2.39782 11.1278 2.27237C11.3085 2.16347 11.6227 1.99988 12 1.99988C12.3773 1.99988 12.6915 2.16346 12.8721 2.27237C13.0802 2.39782 13.282 2.55813 13.4644 2.71925C13.8314 3.0435 14.2151 3.45677 14.5515 3.84427C14.8923 4.23674 15.2047 4.62628 15.4307 4.9159C15.5442 5.06125 15.6368 5.18266 15.7014 5.26827C15.7338 5.3111 15.7592 5.34505 15.7768 5.36862L15.7972 5.39605L15.8052 5.40687C16.0288 5.7106 16.0626 6.11434 15.8924 6.45099C15.7223 6.78763 15.3772 6.99988 15 6.99988L13.4 6.99987C13.2114 6.99987 13.1172 6.99987 13.0586 7.05845C13 7.11703 13 7.21131 13 7.39987L13 16.4999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.89232 14.5488C6.14162 15.0416 5.94422 15.6432 5.4514 15.8925C4.2666 16.4919 4 17.0448 4 17.316C4 17.4698 4.07194 17.7114 4.40271 18.0315C4.73646 18.3545 5.27174 18.6915 6.01488 18.9957C7.49628 19.6021 9.61182 20.0002 12 20.0002C14.3882 20.0002 16.5037 19.6021 17.9851 18.9957C18.7283 18.6915 19.2635 18.3545 19.5973 18.0315C19.9281 17.7114 20 17.4698 20 17.316C20 17.0448 19.7334 16.4919 18.5486 15.8925C18.0558 15.6432 17.8584 15.0416 18.1077 14.5488C18.357 14.056 18.9586 13.8586 19.4514 14.1079C20.7682 14.774 22 15.8326 22 17.316C22 18.1796 21.5683 18.9072 20.9882 19.4686C20.4111 20.0272 19.6283 20.4841 18.7428 20.8466C16.9668 21.5736 14.5824 22.0002 12 22.0002C9.41762 22.0002 7.03316 21.5736 5.2572 20.8466C4.37166 20.4841 3.58892 20.0272 3.01182 19.4686C2.43174 18.9072 2 18.1796 2 17.316C2 15.8326 3.2318 14.774 4.5486 14.1079C5.04141 13.8586 5.64302 14.056 5.89232 14.5488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 16.4999C13 17.0522 12.5523 17.4999 12 17.4999C11.4477 17.4999 11 17.0522 11 16.4999L11 7.39986C11 7.2113 11 7.11702 10.9414 7.05844C10.8828 6.99986 10.7886 6.99986 10.6 6.99986L8.99995 6.99986C8.62275 6.99985 8.27764 6.7876 8.10748 6.45095C7.93733 6.11431 7.9712 5.71039 8.19489 5.40667L8.19718 5.40357L8.20276 5.39602L8.22315 5.36859C8.24072 5.34501 8.26613 5.31107 8.29848 5.26824C8.36315 5.18262 8.45577 5.06121 8.5692 4.91587C8.79522 4.62625 9.10766 4.23672 9.44842 3.84425C9.78486 3.45676 10.1686 3.04349 10.5356 2.71924C10.7179 2.55813 10.9197 2.39782 11.1278 2.27237C11.3085 2.16347 11.6227 1.99988 12 1.99988C12.3773 1.99988 12.6915 2.16346 12.8721 2.27237C13.0802 2.39782 13.282 2.55813 13.4644 2.71925C13.8314 3.0435 14.2151 3.45677 14.5515 3.84427C14.8923 4.23674 15.2047 4.62628 15.4307 4.9159C15.5442 5.06125 15.6368 5.18266 15.7014 5.26827C15.7338 5.3111 15.7592 5.34505 15.7768 5.36862L15.7972 5.39605L15.8052 5.40687C16.0288 5.7106 16.0626 6.11434 15.8924 6.45099C15.7223 6.78763 15.3772 6.99988 15 6.99988L13.4 6.99987C13.2114 6.99987 13.1172 6.99987 13.0586 7.05845C13 7.11703 13 7.21131 13 7.39987L13 16.4999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0015 1.25C8.17538 1.25 4.52505 3.51303 2.99714 7.08468C1.57518 10.4086 2.34496 13.2373 3.94771 15.6595C5.26177 17.6454 7.17835 19.4178 8.90742 21.0168L8.90758 21.0169L8.90824 21.0175C9.23768 21.3222 9.56031 21.6206 9.87066 21.9129L9.87231 21.9145C10.4473 22.4528 11.2112 22.75 12.0015 22.75C12.7919 22.75 13.5558 22.4528 14.1308 21.9144C14.4243 21.6396 14.7286 21.3592 15.039 21.0732L15.0391 21.0732L15.0391 21.0732C16.787 19.4627 18.7304 17.672 20.0582 15.6609C21.6591 13.2362 22.4261 10.4045 21.0059 7.08468C19.478 3.51303 15.8277 1.25 12.0015 1.25ZM12 7C9.79086 7 8 8.79086 8 11C8 13.2091 9.79086 15 12 15C14.2091 15 16 13.2091 16 11C16 8.79086 14.2091 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0015 1.25C8.17538 1.25 4.52505 3.51303 2.99714 7.08468C1.57518 10.4086 2.34496 13.2373 3.94771 15.6595C5.26177 17.6454 7.17835 19.4178 8.90742 21.0168L8.90758 21.0169L8.90824 21.0175C9.23768 21.3222 9.56031 21.6206 9.87066 21.9129L9.87231 21.9145C10.4473 22.4528 11.2112 22.75 12.0015 22.75C12.7919 22.75 13.5558 22.4528 14.1308 21.9144C14.4243 21.6396 14.7286 21.3592 15.039 21.0732L15.0391 21.0732L15.0391 21.0732C16.787 19.4627 18.7304 17.672 20.0582 15.6609C21.6591 13.2362 22.4261 10.4045 21.0059 7.08468C19.478 3.51303 15.8277 1.25 12.0015 1.25ZM12 7C9.79086 7 8 8.79086 8 11C8 13.2091 9.79086 15 12 15C14.2091 15 16 13.2091 16 11C16 8.79086 14.2091 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.99714 7.08468C4.52505 3.51303 8.17538 1.25 12.0015 1.25C15.8277 1.25 19.478 3.51303 21.0059 7.08468C22.4261 10.4045 21.6591 13.2362 20.0582 15.6609C18.7304 17.672 16.787 19.4627 15.0391 21.0732L15.0391 21.0732L15.039 21.0732C14.7286 21.3592 14.4243 21.6396 14.1308 21.9144C13.5558 22.4528 12.7919 22.75 12.0015 22.75C11.2112 22.75 10.4473 22.4528 9.87231 21.9145L9.87066 21.9129C9.5601 21.6204 9.23725 21.3218 8.90758 21.0169L8.90742 21.0168C7.17835 19.4178 5.26177 17.6454 3.94771 15.6595C2.34496 13.2373 1.57518 10.4086 2.99714 7.08468Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.99714 7.08468C4.52505 3.51303 8.17538 1.25 12.0015 1.25C15.8277 1.25 19.478 3.51303 21.0059 7.08468C22.4261 10.4045 21.6591 13.2362 20.0582 15.6609C18.7304 17.672 16.787 19.4627 15.0391 21.0732L15.0391 21.0732L15.039 21.0732C14.7286 21.3592 14.4243 21.6396 14.1308 21.9144C13.5558 22.4528 12.7919 22.75 12.0015 22.75C11.2112 22.75 10.4473 22.4528 9.87231 21.9145L9.87066 21.9129C9.5601 21.6204 9.23725 21.3218 8.90758 21.0169L8.90742 21.0168C7.17835 19.4178 5.26177 17.6454 3.94771 15.6595C2.34496 13.2373 1.57518 10.4086 2.99714 7.08468Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.99794 16.4272C6.45239 16.7411 6.56638 17.3639 6.25254 17.8183C5.67012 18.6617 5.30838 19.2384 5.12382 19.6748C4.9515 20.0822 5.00571 20.1969 5.01938 20.2258L5.02019 20.2276C5.03784 20.2654 5.05874 20.3025 5.08287 20.3383C5.11863 20.3914 5.25287 20.5541 5.99963 20.6519C6.73331 20.748 7.76785 20.7501 9.2825 20.7501H14.718C16.2327 20.7501 17.2672 20.748 18.0009 20.6519C18.7477 20.5541 18.8819 20.3914 18.9177 20.3383L18.9804 20.2276L18.9812 20.2258C18.9948 20.1969 19.049 20.0822 18.8767 19.6748C18.6922 19.2384 18.3304 18.6617 17.748 17.8183C17.4342 17.3639 17.5482 16.7411 18.0026 16.4272C18.4571 16.1134 19.0799 16.2274 19.3937 16.6818C19.9658 17.5103 20.4433 18.2445 20.7187 18.8957C21.0028 19.5672 21.1437 20.3204 20.7931 21.0725C20.7311 21.2056 20.6586 21.3336 20.5766 21.4554C20.0379 22.2555 19.1424 22.5195 18.2607 22.635C17.3813 22.7502 16.2141 22.7501 14.793 22.7501H9.20757H9.20757C7.78644 22.7501 6.61928 22.7502 5.73987 22.635C4.85814 22.5195 3.96267 22.2555 3.4239 21.4554C3.34191 21.3336 3.26949 21.2056 3.20744 21.0725C2.85686 20.3204 2.99778 19.5672 3.2818 18.8957C3.55721 18.2445 4.03474 17.5103 4.60683 16.6818C4.92067 16.2274 5.54349 16.1134 5.99794 16.4272Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0005 1.25C8.94965 1.25 6.05208 3.10493 4.84158 6.01574C3.71464 8.72562 4.32729 11.035 5.59274 13.0023C6.62554 14.6079 8.13245 16.0411 9.47688 17.3198C9.73237 17.5628 9.98199 17.8002 10.2214 18.0322L10.223 18.0338C10.7003 18.4935 11.3377 18.75 12.0005 18.75C12.6633 18.75 13.3008 18.4935 13.7781 18.0337C14.0042 17.8159 14.2392 17.5932 14.4795 17.3655L14.4802 17.3648L14.4806 17.3645C15.8394 16.0769 17.367 14.6292 18.4106 13.0032C19.6745 11.034 20.285 8.72228 19.1595 6.01574C17.949 3.10493 15.0514 1.25 12.0005 1.25ZM12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.99794 16.4272C6.45239 16.7411 6.56638 17.3639 6.25254 17.8183C5.67012 18.6617 5.30838 19.2384 5.12382 19.6748C4.9515 20.0822 5.00571 20.1969 5.01938 20.2258L5.02019 20.2276C5.03784 20.2654 5.05874 20.3025 5.08287 20.3383C5.11863 20.3914 5.25287 20.5541 5.99963 20.6519C6.73331 20.748 7.76785 20.7501 9.2825 20.7501H14.718C16.2327 20.7501 17.2672 20.748 18.0009 20.6519C18.7477 20.5541 18.8819 20.3914 18.9177 20.3383L18.9804 20.2276L18.9812 20.2258C18.9948 20.1969 19.049 20.0822 18.8767 19.6748C18.6922 19.2384 18.3304 18.6617 17.748 17.8183C17.4342 17.3639 17.5482 16.7411 18.0026 16.4272C18.4571 16.1134 19.0799 16.2274 19.3937 16.6818C19.9658 17.5103 20.4433 18.2445 20.7187 18.8957C21.0028 19.5672 21.1437 20.3204 20.7931 21.0725C20.7311 21.2056 20.6586 21.3336 20.5766 21.4554C20.0379 22.2555 19.1424 22.5195 18.2607 22.635C17.3813 22.7502 16.2141 22.7501 14.793 22.7501H9.20757H9.20757C7.78644 22.7501 6.61928 22.7502 5.73987 22.635C4.85814 22.5195 3.96267 22.2555 3.4239 21.4554C3.34191 21.3336 3.26949 21.2056 3.20744 21.0725C2.85686 20.3204 2.99778 19.5672 3.2818 18.8957C3.55721 18.2445 4.03474 17.5103 4.60683 16.6818C4.92067 16.2274 5.54349 16.1134 5.99794 16.4272Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0005 1.25C8.94965 1.25 6.05208 3.10493 4.84158 6.01574C3.71464 8.72562 4.32729 11.035 5.59274 13.0023C6.62554 14.6079 8.13245 16.0411 9.47688 17.3198C9.73237 17.5628 9.98199 17.8002 10.2214 18.0322L10.223 18.0338C10.7003 18.4935 11.3377 18.75 12.0005 18.75C12.6633 18.75 13.3008 18.4935 13.7781 18.0337C14.0042 17.8159 14.2392 17.5932 14.4795 17.3655L14.4802 17.3648L14.4806 17.3645C15.8394 16.0769 17.367 14.6292 18.4106 13.0032C19.6745 11.034 20.285 8.72228 19.1595 6.01574C17.949 3.10493 15.0514 1.25 12.0005 1.25ZM12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.97559 17.5304C8.09687 18.0692 7.7584 18.6043 7.2196 18.7256C6.35214 18.9208 5.71016 19.1546 5.31073 19.3832C5.23079 19.4289 5.16903 19.4691 5.12159 19.5033C5.13958 19.5163 5.15957 19.5301 5.18177 19.5449C5.46383 19.7321 5.93794 19.9396 6.61348 20.1293C7.95067 20.5047 9.85544 20.75 12 20.75C14.1446 20.75 16.0493 20.5047 17.3865 20.1293C18.0621 19.9396 18.5362 19.7321 18.8182 19.5449C18.8404 19.5302 18.8604 19.5163 18.8784 19.5033C18.831 19.4691 18.7692 19.4289 18.6893 19.3832C18.2898 19.1546 17.6479 18.9208 16.7804 18.7256C16.2416 18.6043 15.9031 18.0692 16.0244 17.5304C16.1457 16.9916 16.6808 16.6531 17.2196 16.7744C18.1811 16.9908 19.0391 17.2791 19.6824 17.6472C20.2542 17.9743 21 18.567 21 19.5036C21 20.3295 20.4136 20.8864 19.9244 21.2111C19.3968 21.5614 18.6994 21.838 17.9272 22.0548C16.3689 22.4923 14.2737 22.75 12 22.75C9.72629 22.75 7.63105 22.4923 6.07281 22.0548C5.30063 21.838 4.60317 21.5614 4.07559 21.2111C3.58644 20.8864 3 20.3295 3 19.5036C3 18.567 3.74579 17.9743 4.31758 17.6472C4.96092 17.2791 5.81894 16.9908 6.7804 16.7744C7.31921 16.6531 7.85431 16.9916 7.97559 17.5304Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0005 1.25C8.94965 1.25 6.05208 3.10493 4.84158 6.01574C3.71464 8.72562 4.32729 11.035 5.59274 13.0023C6.62554 14.6079 8.13245 16.0411 9.47688 17.3198C9.73237 17.5628 9.98199 17.8002 10.2214 18.0322L10.223 18.0338C10.7003 18.4935 11.3377 18.75 12.0005 18.75C12.6633 18.75 13.3008 18.4935 13.7781 18.0337C14.0042 17.8159 14.2392 17.5932 14.4795 17.3655L14.4802 17.3648L14.4806 17.3645C15.8394 16.0769 17.367 14.6292 18.4106 13.0032C19.6745 11.034 20.285 8.72228 19.1595 6.01574C17.949 3.10493 15.0514 1.25 12.0005 1.25ZM12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.97559 17.5304C8.09687 18.0692 7.7584 18.6043 7.2196 18.7256C6.35214 18.9208 5.71016 19.1546 5.31073 19.3832C5.23079 19.4289 5.16903 19.4691 5.12159 19.5033C5.13958 19.5163 5.15957 19.5301 5.18177 19.5449C5.46383 19.7321 5.93794 19.9396 6.61348 20.1293C7.95067 20.5047 9.85544 20.75 12 20.75C14.1446 20.75 16.0493 20.5047 17.3865 20.1293C18.0621 19.9396 18.5362 19.7321 18.8182 19.5449C18.8404 19.5302 18.8604 19.5163 18.8784 19.5033C18.831 19.4691 18.7692 19.4289 18.6893 19.3832C18.2898 19.1546 17.6479 18.9208 16.7804 18.7256C16.2416 18.6043 15.9031 18.0692 16.0244 17.5304C16.1457 16.9916 16.6808 16.6531 17.2196 16.7744C18.1811 16.9908 19.0391 17.2791 19.6824 17.6472C20.2542 17.9743 21 18.567 21 19.5036C21 20.3295 20.4136 20.8864 19.9244 21.2111C19.3968 21.5614 18.6994 21.838 17.9272 22.0548C16.3689 22.4923 14.2737 22.75 12 22.75C9.72629 22.75 7.63105 22.4923 6.07281 22.0548C5.30063 21.838 4.60317 21.5614 4.07559 21.2111C3.58644 20.8864 3 20.3295 3 19.5036C3 18.567 3.74579 17.9743 4.31758 17.6472C4.96092 17.2791 5.81894 16.9908 6.7804 16.7744C7.31921 16.6531 7.85431 16.9916 7.97559 17.5304Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0005 1.25C8.94965 1.25 6.05208 3.10493 4.84158 6.01574C3.71464 8.72562 4.32729 11.035 5.59274 13.0023C6.62554 14.6079 8.13245 16.0411 9.47688 17.3198C9.73237 17.5628 9.98199 17.8002 10.2214 18.0322L10.223 18.0338C10.7003 18.4935 11.3377 18.75 12.0005 18.75C12.6633 18.75 13.3008 18.4935 13.7781 18.0337C14.0042 17.8159 14.2392 17.5932 14.4795 17.3655L14.4802 17.3648L14.4806 17.3645C15.8394 16.0769 17.367 14.6292 18.4106 13.0032C19.6745 11.034 20.285 8.72228 19.1595 6.01574C17.949 3.10493 15.0514 1.25 12.0005 1.25ZM12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0005 1.25C8.94965 1.25 6.05208 3.10493 4.84158 6.01574C3.71464 8.72562 4.32729 11.035 5.59274 13.0023C6.62554 14.6079 8.13245 16.0411 9.47688 17.3198C9.73237 17.5628 9.98199 17.8002 10.2214 18.0322L10.223 18.0338C10.7003 18.4935 11.3377 18.75 12.0005 18.75C12.6633 18.75 13.3008 18.4935 13.7781 18.0337C14.0042 17.8159 14.2392 17.5932 14.4795 17.3655L14.4802 17.3648L14.4806 17.3645C15.8394 16.0769 17.367 14.6292 18.4106 13.0032C19.6745 11.034 20.285 8.72228 19.1595 6.01574C17.949 3.10493 15.0514 1.25 12.0005 1.25ZM12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6 18.75C6.5212 18.75 6.94927 19.1487 6.99581 19.6578C7.01311 19.6768 7.04258 19.7053 7.09048 19.7431C7.26885 19.8836 7.58893 20.054 8.07359 20.2155C9.03245 20.5352 10.4207 20.75 12 20.75C13.5793 20.75 14.9675 20.5352 15.9264 20.2155C16.4111 20.054 16.7311 19.8836 16.9095 19.7431C16.9574 19.7053 16.9869 19.6768 17.0042 19.6578C17.0507 19.1487 17.4788 18.75 18 18.75C18.5523 18.75 19 19.1977 19 19.75C19 20.4639 18.5651 20.9848 18.1475 21.3139C17.7186 21.6519 17.16 21.9125 16.5589 22.1129C15.3462 22.5171 13.7344 22.75 12 22.75C10.2656 22.75 8.65384 22.5171 7.44113 22.1129C6.84 21.9125 6.2814 21.6519 5.85254 21.3139C5.43495 20.9848 5 20.4639 5 19.75C5 19.1977 5.44772 18.75 6 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0005 1.25C8.94965 1.25 6.05208 3.10493 4.84158 6.01574C3.71464 8.72562 4.32729 11.035 5.59274 13.0023C6.62554 14.6079 8.13245 16.0411 9.47688 17.3198C9.73237 17.5628 9.98199 17.8002 10.2214 18.0322L10.223 18.0338C10.7003 18.4935 11.3377 18.75 12.0005 18.75C12.6633 18.75 13.3008 18.4935 13.7781 18.0337C14.0042 17.8159 14.2392 17.5932 14.4795 17.3655L14.4802 17.3648L14.4806 17.3645C15.8394 16.0769 17.367 14.6292 18.4106 13.0032C19.6745 11.034 20.285 8.72228 19.1595 6.01574C17.949 3.10493 15.0514 1.25 12.0005 1.25ZM12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6 18.75C6.5212 18.75 6.94927 19.1487 6.99581 19.6578C7.01311 19.6768 7.04258 19.7053 7.09048 19.7431C7.26885 19.8836 7.58893 20.054 8.07359 20.2155C9.03245 20.5352 10.4207 20.75 12 20.75C13.5793 20.75 14.9675 20.5352 15.9264 20.2155C16.4111 20.054 16.7311 19.8836 16.9095 19.7431C16.9574 19.7053 16.9869 19.6768 17.0042 19.6578C17.0507 19.1487 17.4788 18.75 18 18.75C18.5523 18.75 19 19.1977 19 19.75C19 20.4639 18.5651 20.9848 18.1475 21.3139C17.7186 21.6519 17.16 21.9125 16.5589 22.1129C15.3462 22.5171 13.7344 22.75 12 22.75C10.2656 22.75 8.65384 22.5171 7.44113 22.1129C6.84 21.9125 6.2814 21.6519 5.85254 21.3139C5.43495 20.9848 5 20.4639 5 19.75C5 19.1977 5.44772 18.75 6 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.72451 1.25 2.25 5.60954 2.25 10.9258C2.25 13.6482 3.40187 15.9241 5.01689 17.8025C6.62496 19.6728 8.71834 21.1811 10.6782 22.3944L10.6911 22.4024L10.7043 22.4098C11.0996 22.6329 11.546 22.75 12 22.75C12.454 22.75 12.9004 22.6329 13.2957 22.4098L13.3072 22.4033L13.3185 22.3964C15.2855 21.1928 17.3793 19.6796 18.9866 17.8038C20.6003 15.9206 21.75 13.6392 21.75 10.9258C21.75 5.60954 17.2755 1.25 12 1.25ZM12 7C9.79086 7 8 8.79086 8 11C8 13.2091 9.79086 15 12 15C14.2091 15 16 13.2091 16 11C16 8.79086 14.2091 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.72451 1.25 2.25 5.60954 2.25 10.9258C2.25 13.6482 3.40187 15.9241 5.01689 17.8025C6.62496 19.6728 8.71834 21.1811 10.6782 22.3944L10.6911 22.4024L10.7043 22.4098C11.0996 22.6329 11.546 22.75 12 22.75C12.454 22.75 12.9004 22.6329 13.2957 22.4098L13.3072 22.4033L13.3185 22.3964C15.2855 21.1928 17.3793 19.6796 18.9866 17.8038C20.6003 15.9206 21.75 13.6392 21.75 10.9258C21.75 5.60954 17.2755 1.25 12 1.25ZM12 7C9.79086 7 8 8.79086 8 11C8 13.2091 9.79086 15 12 15C14.2091 15 16 13.2091 16 11C16 8.79086 14.2091 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.25 10.9258C2.25 5.60954 6.72451 1.25 12 1.25C17.2755 1.25 21.75 5.60954 21.75 10.9258C21.75 13.6392 20.6003 15.9206 18.9866 17.8038C17.3793 19.6796 15.2855 21.1928 13.3185 22.3964L13.3072 22.4033L13.2957 22.4098C12.9004 22.6329 12.454 22.75 12 22.75C11.546 22.75 11.0996 22.6329 10.7043 22.4098L10.6911 22.4024L10.6782 22.3944C8.71834 21.1811 6.62496 19.6728 5.01689 17.8025C3.40187 15.9241 2.25 13.6482 2.25 10.9258Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.25 10.9258C2.25 5.60954 6.72451 1.25 12 1.25C17.2755 1.25 21.75 5.60954 21.75 10.9258C21.75 13.6392 20.6003 15.9206 18.9866 17.8038C17.3793 19.6796 15.2855 21.1928 13.3185 22.3964L13.3072 22.4033L13.2957 22.4098C12.9004 22.6329 12.454 22.75 12 22.75C11.546 22.75 11.0996 22.6329 10.7043 22.4098L10.6911 22.4024L10.6782 22.3944C8.71834 21.1811 6.62496 19.6728 5.01689 17.8025C3.40187 15.9241 2.25 13.6482 2.25 10.9258Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.29547 17.4027C5.76345 17.6959 5.90507 18.3131 5.6118 18.781C5.28546 19.3018 5.11264 19.6548 5.03897 19.9071C4.97411 20.1293 5.00655 20.1989 5.01978 20.2273C5.03743 20.2652 5.05841 20.3024 5.08254 20.3382C5.11831 20.3913 5.25254 20.554 5.9993 20.6518C6.73298 20.7479 7.76753 20.75 9.28217 20.75H14.7177C16.2324 20.75 17.2669 20.7479 18.0006 20.6518C18.7474 20.554 18.8816 20.3913 18.9174 20.3382C18.9415 20.3024 18.9625 20.2652 18.9801 20.2273C18.9933 20.1989 19.0258 20.1293 18.9609 19.9071C18.8872 19.6548 18.7144 19.3018 18.3881 18.781C18.0948 18.3131 18.2364 17.6959 18.7044 17.4027C19.1724 17.1094 19.7895 17.251 20.0828 17.719C20.433 18.2778 20.7273 18.8209 20.8808 19.3467C21.0429 19.9022 21.0629 20.493 20.7928 21.0724C20.7307 21.2055 20.6583 21.3335 20.5763 21.4553C20.0376 22.2554 19.1421 22.5194 18.2603 22.6349C17.3809 22.7501 16.2138 22.75 14.7926 22.75H9.20725H9.20724C7.78611 22.75 6.61895 22.7501 5.73954 22.6349C4.85782 22.5194 3.96235 22.2554 3.42357 21.4553C3.34158 21.3335 3.26917 21.2056 3.20712 21.0724C2.93702 20.493 2.95695 19.9022 3.1191 19.3467C3.27259 18.8209 3.56688 18.2778 3.91709 17.719C4.21037 17.251 4.82749 17.1094 5.29547 17.4027Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C7.52225 1.25 3.75 5.01857 3.75 9.5869C3.75 14.2671 7.60753 17.3945 10.8271 19.4273L10.84 19.4355L10.8533 19.4431C11.2022 19.644 11.5974 19.75 12 19.75C12.4026 19.75 12.7978 19.644 13.1467 19.4431L13.1583 19.4365L13.1696 19.4294C16.4018 17.4121 20.25 14.2513 20.25 9.5869C20.25 5.01857 16.4778 1.25 12 1.25ZM12 6C10.067 6 8.5 7.567 8.5 9.5C8.5 11.433 10.067 13 12 13C13.933 13 15.5 11.433 15.5 9.5C15.5 7.567 13.933 6 12 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.29547 17.4027C5.76345 17.6959 5.90507 18.3131 5.6118 18.781C5.28546 19.3018 5.11264 19.6548 5.03897 19.9071C4.97411 20.1293 5.00655 20.1989 5.01978 20.2273C5.03743 20.2652 5.05841 20.3024 5.08254 20.3382C5.11831 20.3913 5.25254 20.554 5.9993 20.6518C6.73298 20.7479 7.76753 20.75 9.28217 20.75H14.7177C16.2324 20.75 17.2669 20.7479 18.0006 20.6518C18.7474 20.554 18.8816 20.3913 18.9174 20.3382C18.9415 20.3024 18.9625 20.2652 18.9801 20.2273C18.9933 20.1989 19.0258 20.1293 18.9609 19.9071C18.8872 19.6548 18.7144 19.3018 18.3881 18.781C18.0948 18.3131 18.2364 17.6959 18.7044 17.4027C19.1724 17.1094 19.7895 17.251 20.0828 17.719C20.433 18.2778 20.7273 18.8209 20.8808 19.3467C21.0429 19.9022 21.0629 20.493 20.7928 21.0724C20.7307 21.2055 20.6583 21.3335 20.5763 21.4553C20.0376 22.2554 19.1421 22.5194 18.2603 22.6349C17.3809 22.7501 16.2138 22.75 14.7926 22.75H9.20725H9.20724C7.78611 22.75 6.61895 22.7501 5.73954 22.6349C4.85782 22.5194 3.96235 22.2554 3.42357 21.4553C3.34158 21.3335 3.26917 21.2056 3.20712 21.0724C2.93702 20.493 2.95695 19.9022 3.1191 19.3467C3.27259 18.8209 3.56688 18.2778 3.91709 17.719C4.21037 17.251 4.82749 17.1094 5.29547 17.4027Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C7.52225 1.25 3.75 5.01857 3.75 9.5869C3.75 14.2671 7.60753 17.3945 10.8271 19.4273L10.84 19.4355L10.8533 19.4431C11.2022 19.644 11.5974 19.75 12 19.75C12.4026 19.75 12.7978 19.644 13.1467 19.4431L13.1583 19.4365L13.1696 19.4294C16.4018 17.4121 20.25 14.2513 20.25 9.5869C20.25 5.01857 16.4778 1.25 12 1.25ZM12 6C10.067 6 8.5 7.567 8.5 9.5C8.5 11.433 10.067 13 12 13C13.933 13 15.5 11.433 15.5 9.5C15.5 7.567 13.933 6 12 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-09{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C7.52225 1.25 3.75 5.01857 3.75 9.5869C3.75 14.2671 7.60753 17.3945 10.8271 19.4273L10.84 19.4355L10.8533 19.4431C11.2022 19.644 11.5974 19.75 12 19.75C12.4026 19.75 12.7978 19.644 13.1467 19.4431L13.1583 19.4365L13.1696 19.4294C16.4018 17.4121 20.25 14.2513 20.25 9.5869C20.25 5.01857 16.4778 1.25 12 1.25ZM12 6C10.067 6 8.5 7.567 8.5 9.5C8.5 11.433 10.067 13 12 13C13.933 13 15.5 11.433 15.5 9.5C15.5 7.567 13.933 6 12 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.73044 17.7418C6.01107 18.2175 5.85295 18.8306 5.37728 19.1113C5.22047 19.2038 5.11929 19.2835 5.0574 19.3429C5.0911 19.375 5.13953 19.4157 5.20842 19.4648C5.48893 19.6643 5.95964 19.8851 6.63132 20.0872C7.96201 20.4877 9.86037 20.75 12 20.75C14.1396 20.75 16.038 20.4877 17.3687 20.0872C18.0404 19.8851 18.5111 19.6643 18.7916 19.4648C18.8605 19.4158 18.9089 19.3749 18.9426 19.3429C18.8807 19.2835 18.7795 19.2038 18.6227 19.1113C18.147 18.8306 17.9889 18.2175 18.2696 17.7418C18.5502 17.2662 19.1633 17.1081 19.639 17.3887C20.2582 17.754 21 18.3842 21 19.3424C21 20.1582 20.4547 20.736 19.9511 21.0944C19.4219 21.4708 18.7211 21.7689 17.945 22.0024C16.3803 22.4733 14.2787 22.75 12 22.75C9.72135 22.75 7.61972 22.4733 6.05497 22.0024C5.27894 21.7689 4.57807 21.4708 4.04894 21.0944C3.54526 20.736 3 20.1582 3 19.3424C3 18.3842 3.7418 17.754 4.36103 17.3887C4.8367 17.1081 5.44981 17.2662 5.73044 17.7418Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C7.52225 1.25 3.75 5.01857 3.75 9.5869C3.75 14.2671 7.60753 17.3945 10.8271 19.4273L10.84 19.4355L10.8533 19.4431C11.2022 19.644 11.5974 19.75 12 19.75C12.4026 19.75 12.7978 19.644 13.1467 19.4431L13.1583 19.4365L13.1696 19.4294C16.4018 17.4121 20.25 14.2513 20.25 9.5869C20.25 5.01857 16.4778 1.25 12 1.25ZM12 6C10.067 6 8.5 7.567 8.5 9.5C8.5 11.433 10.067 13 12 13C13.933 13 15.5 11.433 15.5 9.5C15.5 7.567 13.933 6 12 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.73044 17.7418C6.01107 18.2175 5.85295 18.8306 5.37728 19.1113C5.22047 19.2038 5.11929 19.2835 5.0574 19.3429C5.0911 19.375 5.13953 19.4157 5.20842 19.4648C5.48893 19.6643 5.95964 19.8851 6.63132 20.0872C7.96201 20.4877 9.86037 20.75 12 20.75C14.1396 20.75 16.038 20.4877 17.3687 20.0872C18.0404 19.8851 18.5111 19.6643 18.7916 19.4648C18.8605 19.4158 18.9089 19.3749 18.9426 19.3429C18.8807 19.2835 18.7795 19.2038 18.6227 19.1113C18.147 18.8306 17.9889 18.2175 18.2696 17.7418C18.5502 17.2662 19.1633 17.1081 19.639 17.3887C20.2582 17.754 21 18.3842 21 19.3424C21 20.1582 20.4547 20.736 19.9511 21.0944C19.4219 21.4708 18.7211 21.7689 17.945 22.0024C16.3803 22.4733 14.2787 22.75 12 22.75C9.72135 22.75 7.61972 22.4733 6.05497 22.0024C5.27894 21.7689 4.57807 21.4708 4.04894 21.0944C3.54526 20.736 3 20.1582 3 19.3424C3 18.3842 3.7418 17.754 4.36103 17.3887C4.8367 17.1081 5.44981 17.2662 5.73044 17.7418Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-10{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C7.52225 1.25 3.75 5.01857 3.75 9.5869C3.75 14.2671 7.60753 17.3945 10.8271 19.4273L10.84 19.4355L10.8533 19.4431C11.2022 19.644 11.5974 19.75 12 19.75C12.4026 19.75 12.7978 19.644 13.1467 19.4431L13.1583 19.4365L13.1696 19.4294C16.4018 17.4121 20.25 14.2513 20.25 9.5869C20.25 5.01857 16.4778 1.25 12 1.25ZM12 6C10.067 6 8.5 7.567 8.5 9.5C8.5 11.433 10.067 13 12 13C13.933 13 15.5 11.433 15.5 9.5C15.5 7.567 13.933 6 12 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6 18.75C6.5212 18.75 6.94927 19.1487 6.99581 19.6578C7.01311 19.6768 7.04258 19.7053 7.09048 19.7431C7.26885 19.8836 7.58893 20.054 8.07359 20.2155C9.03245 20.5352 10.4207 20.75 12 20.75C13.5793 20.75 14.9675 20.5352 15.9264 20.2155C16.4111 20.054 16.7311 19.8836 16.9095 19.7431C16.9574 19.7053 16.9869 19.6768 17.0042 19.6578C17.0507 19.1487 17.4788 18.75 18 18.75C18.5523 18.75 19 19.1977 19 19.75C19 20.4639 18.5651 20.9848 18.1475 21.3139C17.7186 21.6519 17.16 21.9125 16.5589 22.1129C15.3462 22.5171 13.7344 22.75 12 22.75C10.2656 22.75 8.65384 22.5171 7.44113 22.1129C6.84 21.9125 6.2814 21.6519 5.85254 21.3139C5.43495 20.9848 5 20.4639 5 19.75C5 19.1977 5.44772 18.75 6 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C7.52225 1.25 3.75 5.01857 3.75 9.5869C3.75 14.2671 7.60753 17.3945 10.8271 19.4273L10.84 19.4355L10.8533 19.4431C11.2022 19.644 11.5974 19.75 12 19.75C12.4026 19.75 12.7978 19.644 13.1467 19.4431L13.1583 19.4365L13.1696 19.4294C16.4018 17.4121 20.25 14.2513 20.25 9.5869C20.25 5.01857 16.4778 1.25 12 1.25ZM12 6C10.067 6 8.5 7.567 8.5 9.5C8.5 11.433 10.067 13 12 13C13.933 13 15.5 11.433 15.5 9.5C15.5 7.567 13.933 6 12 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6 18.75C6.5212 18.75 6.94927 19.1487 6.99581 19.6578C7.01311 19.6768 7.04258 19.7053 7.09048 19.7431C7.26885 19.8836 7.58893 20.054 8.07359 20.2155C9.03245 20.5352 10.4207 20.75 12 20.75C13.5793 20.75 14.9675 20.5352 15.9264 20.2155C16.4111 20.054 16.7311 19.8836 16.9095 19.7431C16.9574 19.7053 16.9869 19.6768 17.0042 19.6578C17.0507 19.1487 17.4788 18.75 18 18.75C18.5523 18.75 19 19.1977 19 19.75C19 20.4639 18.5651 20.9848 18.1475 21.3139C17.7186 21.6519 17.16 21.9125 16.5589 22.1129C15.3462 22.5171 13.7344 22.75 12 22.75C10.2656 22.75 8.65384 22.5171 7.44113 22.1129C6.84 21.9125 6.2814 21.6519 5.85254 21.3139C5.43495 20.9848 5 20.4639 5 19.75C5 19.1977 5.44772 18.75 6 18.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0015 1.25C8.17538 1.25 4.52505 3.51303 2.99714 7.08468C1.57518 10.4086 2.34496 13.2373 3.94771 15.6595C5.26177 17.6454 7.17835 19.4178 8.90742 21.0168L8.90758 21.0169L8.90824 21.0175C9.23768 21.3222 9.56031 21.6206 9.87066 21.9129L9.87231 21.9145C10.4473 22.4528 11.2112 22.75 12.0015 22.75C12.7919 22.75 13.5558 22.4528 14.1308 21.9144C14.4243 21.6396 14.7286 21.3592 15.039 21.0732L15.0391 21.0732L15.0391 21.0732C16.787 19.4627 18.7304 17.672 20.0582 15.6609C21.6591 13.2362 22.4261 10.4045 21.0059 7.08468C19.478 3.51303 15.8277 1.25 12.0015 1.25ZM13 7.5C13 6.94772 12.5523 6.5 12 6.5C11.4477 6.5 11 6.94772 11 7.5V9.7C11 9.86569 10.8657 10 10.7 10H8.5C7.94772 10 7.5 10.4477 7.5 11C7.5 11.5523 7.94772 12 8.5 12H10.7C10.8657 12 11 12.1343 11 12.3V14.5C11 15.0523 11.4477 15.5 12 15.5C12.5523 15.5 13 15.0523 13 14.5V12.3C13 12.1343 13.1343 12 13.3 12H15.5C16.0523 12 16.5 11.5523 16.5 11C16.5 10.4477 16.0523 10 15.5 10H13.3C13.1343 10 13 9.86569 13 9.7V7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0015 1.25C8.17538 1.25 4.52505 3.51303 2.99714 7.08468C1.57518 10.4086 2.34496 13.2373 3.94771 15.6595C5.26177 17.6454 7.17835 19.4178 8.90742 21.0168L8.90758 21.0169L8.90824 21.0175C9.23768 21.3222 9.56031 21.6206 9.87066 21.9129L9.87231 21.9145C10.4473 22.4528 11.2112 22.75 12.0015 22.75C12.7919 22.75 13.5558 22.4528 14.1308 21.9144C14.4243 21.6396 14.7286 21.3592 15.039 21.0732L15.0391 21.0732L15.0391 21.0732C16.787 19.4627 18.7304 17.672 20.0582 15.6609C21.6591 13.2362 22.4261 10.4045 21.0059 7.08468C19.478 3.51303 15.8277 1.25 12.0015 1.25ZM13 7.5C13 6.94772 12.5523 6.5 12 6.5C11.4477 6.5 11 6.94772 11 7.5V9.7C11 9.86569 10.8657 10 10.7 10H8.5C7.94772 10 7.5 10.4477 7.5 11C7.5 11.5523 7.94772 12 8.5 12H10.7C10.8657 12 11 12.1343 11 12.3V14.5C11 15.0523 11.4477 15.5 12 15.5C12.5523 15.5 13 15.0523 13 14.5V12.3C13 12.1343 13.1343 12 13.3 12H15.5C16.0523 12 16.5 11.5523 16.5 11C16.5 10.4477 16.0523 10 15.5 10H13.3C13.1343 10 13 9.86569 13 9.7V7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.72451 1.25 2.25 5.60954 2.25 10.9258C2.25 13.6482 3.40187 15.9241 5.01689 17.8025C6.62496 19.6728 8.71834 21.1811 10.6782 22.3944L10.6911 22.4024L10.7043 22.4098C11.0996 22.6329 11.546 22.75 12 22.75C12.454 22.75 12.9004 22.6329 13.2957 22.4098L13.3072 22.4033L13.3185 22.3964C15.2855 21.1928 17.3793 19.6796 18.9866 17.8038C20.6003 15.9206 21.75 13.6392 21.75 10.9258C21.75 5.60954 17.2755 1.25 12 1.25ZM13 7C13 6.44772 12.5523 6 12 6C11.4477 6 11 6.44772 11 7L11 10H8C7.44772 10 7 10.4477 7 11C7 11.5523 7.44772 12 8 12H11V15C11 15.5523 11.4477 16 12 16C12.5523 16 13 15.5523 13 15V12H16C16.5523 12 17 11.5523 17 11C17 10.4477 16.5523 10 16 10H13L13 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.72451 1.25 2.25 5.60954 2.25 10.9258C2.25 13.6482 3.40187 15.9241 5.01689 17.8025C6.62496 19.6728 8.71834 21.1811 10.6782 22.3944L10.6911 22.4024L10.7043 22.4098C11.0996 22.6329 11.546 22.75 12 22.75C12.454 22.75 12.9004 22.6329 13.2957 22.4098L13.3072 22.4033L13.3185 22.3964C15.2855 21.1928 17.3793 19.6796 18.9866 17.8038C20.6003 15.9206 21.75 13.6392 21.75 10.9258C21.75 5.60954 17.2755 1.25 12 1.25ZM13 7C13 6.44772 12.5523 6 12 6C11.4477 6 11 6.44772 11 7L11 10H8C7.44772 10 7 10.4477 7 11C7 11.5523 7.44772 12 8 12H11V15C11 15.5523 11.4477 16 12 16C12.5523 16 13 15.5523 13 15V12H16C16.5523 12 17 11.5523 17 11C17 10.4477 16.5523 10 16 10H13L13 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-check-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0015 1.25C8.17538 1.25 4.52505 3.51303 2.99714 7.08468C1.57518 10.4086 2.34496 13.2373 3.94771 15.6595C5.26177 17.6454 7.17835 19.4178 8.90742 21.0168L8.90758 21.0169L8.90824 21.0175C9.23768 21.3222 9.56031 21.6206 9.87066 21.9129L9.87231 21.9145C10.4473 22.4528 11.2112 22.75 12.0015 22.75C12.7919 22.75 13.5558 22.4528 14.1308 21.9144C14.4243 21.6396 14.7286 21.3592 15.039 21.0732L15.0391 21.0732L15.0391 21.0732C16.787 19.4627 18.7304 17.672 20.0582 15.6609C21.6591 13.2362 22.4261 10.4045 21.0059 7.08468C19.478 3.51303 15.8277 1.25 12.0015 1.25ZM16.3196 9.44782C16.8429 9.27131 17.1241 8.70398 16.9475 8.18066C16.771 7.65734 16.2037 7.37621 15.6804 7.55272C14.8951 7.81759 14.1478 8.32147 13.4964 8.86558C12.8354 9.41765 12.2188 10.0574 11.6963 10.6539C11.3459 11.0539 11.0323 11.4408 10.7701 11.7786C10.5377 11.5287 10.3061 11.3395 10.0829 11.1977C9.83248 11.0387 9.60331 10.9465 9.41295 10.8947C9.31842 10.869 9.17578 10.8336 9 10.8336C8.44771 10.8336 8 11.2813 8 11.8336C8 12.3522 8.3948 12.7786 8.90026 12.8287C8.91856 12.8354 8.95654 12.8517 9.01087 12.8862C9.16314 12.9828 9.49129 13.254 9.8646 13.9651C10.0286 14.2776 10.3452 14.4804 10.6976 14.4989C11.0499 14.5174 11.3861 14.3486 11.5819 14.0552C11.6581 13.9463 11.8828 13.6253 12.0263 13.4317C12.314 13.0434 12.7214 12.5189 13.2008 11.9717C13.682 11.4223 14.2234 10.8641 14.7784 10.4006C15.343 9.92907 15.8696 9.59962 16.3196 9.44782Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0015 1.25C8.17538 1.25 4.52505 3.51303 2.99714 7.08468C1.57518 10.4086 2.34496 13.2373 3.94771 15.6595C5.26177 17.6454 7.17835 19.4178 8.90742 21.0168L8.90758 21.0169L8.90824 21.0175C9.23768 21.3222 9.56031 21.6206 9.87066 21.9129L9.87231 21.9145C10.4473 22.4528 11.2112 22.75 12.0015 22.75C12.7919 22.75 13.5558 22.4528 14.1308 21.9144C14.4243 21.6396 14.7286 21.3592 15.039 21.0732L15.0391 21.0732L15.0391 21.0732C16.787 19.4627 18.7304 17.672 20.0582 15.6609C21.6591 13.2362 22.4261 10.4045 21.0059 7.08468C19.478 3.51303 15.8277 1.25 12.0015 1.25ZM16.3196 9.44782C16.8429 9.27131 17.1241 8.70398 16.9475 8.18066C16.771 7.65734 16.2037 7.37621 15.6804 7.55272C14.8951 7.81759 14.1478 8.32147 13.4964 8.86558C12.8354 9.41765 12.2188 10.0574 11.6963 10.6539C11.3459 11.0539 11.0323 11.4408 10.7701 11.7786C10.5377 11.5287 10.3061 11.3395 10.0829 11.1977C9.83248 11.0387 9.60331 10.9465 9.41295 10.8947C9.31842 10.869 9.17578 10.8336 9 10.8336C8.44771 10.8336 8 11.2813 8 11.8336C8 12.3522 8.3948 12.7786 8.90026 12.8287C8.91856 12.8354 8.95654 12.8517 9.01087 12.8862C9.16314 12.9828 9.49129 13.254 9.8646 13.9651C10.0286 14.2776 10.3452 14.4804 10.6976 14.4989C11.0499 14.5174 11.3861 14.3486 11.5819 14.0552C11.6581 13.9463 11.8828 13.6253 12.0263 13.4317C12.314 13.0434 12.7214 12.5189 13.2008 11.9717C13.682 11.4223 14.2234 10.8641 14.7784 10.4006C15.343 9.92907 15.8696 9.59962 16.3196 9.44782Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-check-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.72451 1.25 2.25 5.60954 2.25 10.9258C2.25 13.6482 3.40187 15.9241 5.01689 17.8025C6.62496 19.6728 8.71834 21.1811 10.6782 22.3944L10.6911 22.4024L10.7043 22.4098C11.0996 22.6329 11.546 22.75 12 22.75C12.454 22.75 12.9004 22.6329 13.2957 22.4098L13.3072 22.4033L13.3185 22.3964C15.2855 21.1928 17.3793 19.6796 18.9866 17.8038C20.6003 15.9206 21.75 13.6392 21.75 10.9258C21.75 5.60954 17.2755 1.25 12 1.25ZM16.3338 8.9429C16.8544 8.75852 17.127 8.18702 16.9426 7.66643C16.7582 7.14583 16.1868 6.87327 15.6662 7.05765C14.788 7.36865 13.9486 7.96179 13.212 8.60781C12.465 9.26292 11.7666 10.0235 11.1733 10.7347C10.734 11.2613 10.3456 11.7689 10.0304 12.1997C9.74163 11.8538 9.45398 11.6011 9.1797 11.4182C8.9053 11.2353 8.55228 11.0003 8 11.0003C7.44772 11.0003 7 11.448 7 12.0003C7 12.521 7.39799 12.9487 7.90638 12.9959C8.11042 13.0149 8.66489 13.5661 9.10557 14.4475C9.26675 14.7698 9.58893 14.9805 9.94886 14.999C10.3087 15.0174 10.6508 14.8406 10.8441 14.5365C10.8441 14.5365 11.1922 14.0141 11.3574 13.7801C11.6885 13.3111 12.1572 12.6774 12.7091 12.0159C13.2628 11.3521 13.888 10.6751 14.5307 10.1115C15.1837 9.53876 15.8002 9.1319 16.3338 8.9429Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.72451 1.25 2.25 5.60954 2.25 10.9258C2.25 13.6482 3.40187 15.9241 5.01689 17.8025C6.62496 19.6728 8.71834 21.1811 10.6782 22.3944L10.6911 22.4024L10.7043 22.4098C11.0996 22.6329 11.546 22.75 12 22.75C12.454 22.75 12.9004 22.6329 13.2957 22.4098L13.3072 22.4033L13.3185 22.3964C15.2855 21.1928 17.3793 19.6796 18.9866 17.8038C20.6003 15.9206 21.75 13.6392 21.75 10.9258C21.75 5.60954 17.2755 1.25 12 1.25ZM16.3338 8.9429C16.8544 8.75852 17.127 8.18702 16.9426 7.66643C16.7582 7.14583 16.1868 6.87327 15.6662 7.05765C14.788 7.36865 13.9486 7.96179 13.212 8.60781C12.465 9.26292 11.7666 10.0235 11.1733 10.7347C10.734 11.2613 10.3456 11.7689 10.0304 12.1997C9.74163 11.8538 9.45398 11.6011 9.1797 11.4182C8.9053 11.2353 8.55228 11.0003 8 11.0003C7.44772 11.0003 7 11.448 7 12.0003C7 12.521 7.39799 12.9487 7.90638 12.9959C8.11042 13.0149 8.66489 13.5661 9.10557 14.4475C9.26675 14.7698 9.58893 14.9805 9.94886 14.999C10.3087 15.0174 10.6508 14.8406 10.8441 14.5365C10.8441 14.5365 11.1922 14.0141 11.3574 13.7801C11.6885 13.3111 12.1572 12.6774 12.7091 12.0159C13.2628 11.3521 13.888 10.6751 14.5307 10.1115C15.1837 9.53876 15.8002 9.1319 16.3338 8.9429Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-favourite-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0015 1.25C8.17538 1.25 4.52505 3.51303 2.99714 7.08468C1.57518 10.4086 2.34496 13.2373 3.94771 15.6595C5.26177 17.6454 7.17835 19.4178 8.90742 21.0168L8.90758 21.0169L8.90824 21.0175C9.23768 21.3222 9.56031 21.6206 9.87066 21.9129L9.87231 21.9145C10.4473 22.4528 11.2112 22.75 12.0015 22.75C12.7919 22.75 13.5558 22.4528 14.1308 21.9144C14.4243 21.6396 14.7286 21.3592 15.039 21.0732L15.0391 21.0732L15.0391 21.0732C16.787 19.4627 18.7304 17.672 20.0582 15.6609C21.6591 13.2362 22.4261 10.4045 21.0059 7.08468C19.478 3.51303 15.8277 1.25 12.0015 1.25ZM14.8374 7.40578C13.7011 6.74312 12.6508 6.99154 12 7.44415C11.3492 6.99154 10.2989 6.74312 9.16259 7.40578C8.31508 7.89999 7.87577 8.90811 8.03073 10.0065C8.18686 11.1132 8.92997 12.301 10.398 13.3339C10.8645 13.6631 11.342 14 12 14C12.658 14 13.1355 13.6631 13.602 13.3339C15.07 12.301 15.8131 11.1132 15.9693 10.0065C16.1242 8.90811 15.6849 7.89999 14.8374 7.40578Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0015 1.25C8.17538 1.25 4.52505 3.51303 2.99714 7.08468C1.57518 10.4086 2.34496 13.2373 3.94771 15.6595C5.26177 17.6454 7.17835 19.4178 8.90742 21.0168L8.90758 21.0169L8.90824 21.0175C9.23768 21.3222 9.56031 21.6206 9.87066 21.9129L9.87231 21.9145C10.4473 22.4528 11.2112 22.75 12.0015 22.75C12.7919 22.75 13.5558 22.4528 14.1308 21.9144C14.4243 21.6396 14.7286 21.3592 15.039 21.0732L15.0391 21.0732L15.0391 21.0732C16.787 19.4627 18.7304 17.672 20.0582 15.6609C21.6591 13.2362 22.4261 10.4045 21.0059 7.08468C19.478 3.51303 15.8277 1.25 12.0015 1.25ZM14.8374 7.40578C13.7011 6.74312 12.6508 6.99154 12 7.44415C11.3492 6.99154 10.2989 6.74312 9.16259 7.40578C8.31508 7.89999 7.87577 8.90811 8.03073 10.0065C8.18686 11.1132 8.92997 12.301 10.398 13.3339C10.8645 13.6631 11.342 14 12 14C12.658 14 13.1355 13.6631 13.602 13.3339C15.07 12.301 15.8131 11.1132 15.9693 10.0065C16.1242 8.90811 15.6849 7.89999 14.8374 7.40578Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-favourite-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.72451 1.25 2.25 5.60954 2.25 10.9258C2.25 13.6482 3.40187 15.9241 5.01689 17.8025C6.62496 19.6728 8.71834 21.1811 10.6782 22.3944L10.6911 22.4024L10.7043 22.4098C11.0996 22.6329 11.546 22.75 12 22.75C12.454 22.75 12.9004 22.6329 13.2957 22.4098L13.3072 22.4033L13.3185 22.3964C15.2855 21.1928 17.3793 19.6796 18.9866 17.8038C20.6003 15.9206 21.75 13.6392 21.75 10.9258C21.75 5.60954 17.2755 1.25 12 1.25ZM15.1921 6.96374C13.9137 6.20642 12.7322 6.49033 12 7.0076C11.2678 6.49033 10.0863 6.20642 8.80791 6.96374C7.85447 7.52856 7.36024 8.68069 7.53457 9.936C7.71022 11.2008 8.54622 12.5583 10.1977 13.7388C10.7225 14.115 11.2598 14.5 12 14.5C12.7402 14.5 13.2775 14.115 13.8023 13.7388C15.4538 12.5583 16.2898 11.2008 16.4654 9.936C16.6398 8.68069 16.1455 7.52856 15.1921 6.96374Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.72451 1.25 2.25 5.60954 2.25 10.9258C2.25 13.6482 3.40187 15.9241 5.01689 17.8025C6.62496 19.6728 8.71834 21.1811 10.6782 22.3944L10.6911 22.4024L10.7043 22.4098C11.0996 22.6329 11.546 22.75 12 22.75C12.454 22.75 12.9004 22.6329 13.2957 22.4098L13.3072 22.4033L13.3185 22.3964C15.2855 21.1928 17.3793 19.6796 18.9866 17.8038C20.6003 15.9206 21.75 13.6392 21.75 10.9258C21.75 5.60954 17.2755 1.25 12 1.25ZM15.1921 6.96374C13.9137 6.20642 12.7322 6.49033 12 7.0076C11.2678 6.49033 10.0863 6.20642 8.80791 6.96374C7.85447 7.52856 7.36024 8.68069 7.53457 9.936C7.71022 11.2008 8.54622 12.5583 10.1977 13.7388C10.7225 14.115 11.2598 14.5 12 14.5C12.7402 14.5 13.2775 14.115 13.8023 13.7388C15.4538 12.5583 16.2898 11.2008 16.4654 9.936C16.6398 8.68069 16.1455 7.52856 15.1921 6.96374Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-offline-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.99714 7.08468C1.57518 10.4086 2.34496 13.2373 3.94771 15.6595C5.26177 17.6454 7.17835 19.4178 8.90742 21.0168L8.90824 21.0175C9.23754 21.3221 9.56043 21.6207 9.87066 21.9129L9.87231 21.9145C10.4473 22.4528 11.2112 22.75 12.0015 22.75C12.7919 22.75 13.5558 22.4528 14.1308 21.9144C14.4243 21.6396 14.7286 21.3592 15.039 21.0732C15.9118 20.2691 16.8334 19.4199 17.7027 18.5208C17.891 18.3261 17.9852 18.2287 17.9842 18.1059C17.9831 17.9831 17.886 17.886 17.6918 17.6918L14.6393 14.6393C14.4757 14.4757 14.3939 14.3939 14.2966 14.3791C14.1993 14.3643 14.0845 14.4244 13.8551 14.5447C13.3006 14.8355 12.6695 15 12 15C9.79086 15 8 13.2091 8 11C8 10.3305 8.16449 9.69936 8.45528 9.14489C8.57559 8.91546 8.63575 8.80075 8.62092 8.70342C8.60609 8.60609 8.52429 8.52429 8.36069 8.36069L5.03439 5.03439C4.82029 4.82029 4.71323 4.71323 4.57776 4.72198C4.44229 4.73073 4.35385 4.84553 4.17695 5.07514C3.70675 5.68545 3.30801 6.35798 2.99714 7.08468Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0582 15.6609C21.6591 13.2362 22.4261 10.4045 21.0059 7.08468C19.478 3.51303 15.8277 1.25 12.0015 1.25C10.2695 1.25 8.57342 1.71376 7.094 2.55275C6.80849 2.71466 6.66573 2.79562 6.64576 2.94294C6.62579 3.09025 6.74678 3.21125 6.98877 3.45323L10.4766 6.94111C10.5998 7.06426 10.6614 7.12584 10.736 7.14721C10.8106 7.16859 10.9054 7.14667 11.0949 7.10283C11.3857 7.03556 11.6887 7 12 7C14.2091 7 16 8.79086 16 11C16 11.3113 15.9644 11.6143 15.8972 11.9051C15.8533 12.0946 15.8314 12.1894 15.8528 12.264C15.8742 12.3386 15.9357 12.4002 16.0589 12.5233L19.2678 15.7322C19.4424 15.9069 19.5298 15.9942 19.6341 16.006C19.6756 16.0107 19.7207 16.0061 19.7604 15.9932C19.8602 15.9608 19.9262 15.8608 20.0582 15.6609Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.99714 7.08468C1.57518 10.4086 2.34496 13.2373 3.94771 15.6595C5.26177 17.6454 7.17835 19.4178 8.90742 21.0168L8.90824 21.0175C9.23754 21.3221 9.56043 21.6207 9.87066 21.9129L9.87231 21.9145C10.4473 22.4528 11.2112 22.75 12.0015 22.75C12.7919 22.75 13.5558 22.4528 14.1308 21.9144C14.4243 21.6396 14.7286 21.3592 15.039 21.0732C15.9118 20.2691 16.8334 19.4199 17.7027 18.5208C17.891 18.3261 17.9852 18.2287 17.9842 18.1059C17.9831 17.9831 17.886 17.886 17.6918 17.6918L14.6393 14.6393C14.4757 14.4757 14.3939 14.3939 14.2966 14.3791C14.1993 14.3643 14.0845 14.4244 13.8551 14.5447C13.3006 14.8355 12.6695 15 12 15C9.79086 15 8 13.2091 8 11C8 10.3305 8.16449 9.69936 8.45528 9.14489C8.57559 8.91546 8.63575 8.80075 8.62092 8.70342C8.60609 8.60609 8.52429 8.52429 8.36069 8.36069L5.03439 5.03439C4.82029 4.82029 4.71323 4.71323 4.57776 4.72198C4.44229 4.73073 4.35385 4.84553 4.17695 5.07514C3.70675 5.68545 3.30801 6.35798 2.99714 7.08468Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0582 15.6609C21.6591 13.2362 22.4261 10.4045 21.0059 7.08468C19.478 3.51303 15.8277 1.25 12.0015 1.25C10.2695 1.25 8.57342 1.71376 7.094 2.55275C6.80849 2.71466 6.66573 2.79562 6.64576 2.94294C6.62579 3.09025 6.74678 3.21125 6.98877 3.45323L10.4766 6.94111C10.5998 7.06426 10.6614 7.12584 10.736 7.14721C10.8106 7.16859 10.9054 7.14667 11.0949 7.10283C11.3857 7.03556 11.6887 7 12 7C14.2091 7 16 8.79086 16 11C16 11.3113 15.9644 11.6143 15.8972 11.9051C15.8533 12.0946 15.8314 12.1894 15.8528 12.264C15.8742 12.3386 15.9357 12.4002 16.0589 12.5233L19.2678 15.7322C19.4424 15.9069 19.5298 15.9942 19.6341 16.006C19.6756 16.0107 19.7207 16.0061 19.7604 15.9932C19.8602 15.9608 19.9262 15.8608 20.0582 15.6609Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-offline-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.99714 7.08468C1.57518 10.4086 2.34496 13.2373 3.94771 15.6595C5.26177 17.6454 7.17835 19.4178 8.90742 21.0168L8.90824 21.0175C9.23754 21.3221 9.56043 21.6207 9.87066 21.9129L9.87231 21.9145C10.4473 22.4528 11.2112 22.75 12.0015 22.75C12.7919 22.75 13.5558 22.4528 14.1308 21.9144C14.4243 21.6396 14.7286 21.3592 15.039 21.0732C15.9118 20.2691 16.8334 19.4199 17.7027 18.5208C17.891 18.3261 17.9852 18.2287 17.9842 18.1059C17.9831 17.9831 17.886 17.886 17.6918 17.6918L5.03439 5.03439C4.82029 4.82029 4.71323 4.71323 4.57776 4.72198C4.44229 4.73073 4.35385 4.84553 4.17695 5.07514C3.70675 5.68545 3.30801 6.35798 2.99714 7.08468Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0582 15.6609C21.6591 13.2362 22.4261 10.4045 21.0059 7.08468C19.478 3.51303 15.8277 1.25 12.0015 1.25C10.2695 1.25 8.57342 1.71376 7.094 2.55275C6.80849 2.71466 6.66573 2.79562 6.64576 2.94294C6.62579 3.09025 6.74678 3.21125 6.98877 3.45323L19.2678 15.7322C19.4424 15.9069 19.5298 15.9942 19.6341 16.006C19.6756 16.0107 19.7207 16.0061 19.7604 15.9932C19.8602 15.9608 19.9262 15.8608 20.0582 15.6609Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.99714 7.08468C1.57518 10.4086 2.34496 13.2373 3.94771 15.6595C5.26177 17.6454 7.17835 19.4178 8.90742 21.0168L8.90824 21.0175C9.23754 21.3221 9.56043 21.6207 9.87066 21.9129L9.87231 21.9145C10.4473 22.4528 11.2112 22.75 12.0015 22.75C12.7919 22.75 13.5558 22.4528 14.1308 21.9144C14.4243 21.6396 14.7286 21.3592 15.039 21.0732C15.9118 20.2691 16.8334 19.4199 17.7027 18.5208C17.891 18.3261 17.9852 18.2287 17.9842 18.1059C17.9831 17.9831 17.886 17.886 17.6918 17.6918L5.03439 5.03439C4.82029 4.82029 4.71323 4.71323 4.57776 4.72198C4.44229 4.73073 4.35385 4.84553 4.17695 5.07514C3.70675 5.68545 3.30801 6.35798 2.99714 7.08468Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0582 15.6609C21.6591 13.2362 22.4261 10.4045 21.0059 7.08468C19.478 3.51303 15.8277 1.25 12.0015 1.25C10.2695 1.25 8.57342 1.71376 7.094 2.55275C6.80849 2.71466 6.66573 2.79562 6.64576 2.94294C6.62579 3.09025 6.74678 3.21125 6.98877 3.45323L19.2678 15.7322C19.4424 15.9069 19.5298 15.9942 19.6341 16.006C19.6756 16.0107 19.7207 16.0061 19.7604 15.9932C19.8602 15.9608 19.9262 15.8608 20.0582 15.6609Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-offline-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 10.9258C2.25 13.6482 3.40187 15.9241 5.01689 17.8025C6.62496 19.6728 8.71834 21.1811 10.6782 22.3944L10.6911 22.4024L10.7043 22.4098C11.0996 22.6329 11.546 22.75 12 22.75C12.454 22.75 12.9004 22.6329 13.2957 22.4098L13.3072 22.4033L13.3185 22.3964C14.9088 21.4233 16.5819 20.2478 18.0139 18.842C18.2079 18.6515 18.305 18.5563 18.3055 18.4312C18.3061 18.3061 18.2077 18.2077 18.0108 18.0108L14.6393 14.6393C14.4757 14.4757 14.3939 14.3939 14.2966 14.3791C14.1993 14.3643 14.0845 14.4244 13.8551 14.5447C13.3006 14.8355 12.6695 15 12 15C9.79086 15 8 13.2091 8 11C8 10.3305 8.16449 9.69936 8.45528 9.14489C8.57559 8.91546 8.63575 8.80075 8.62092 8.70342C8.60609 8.60609 8.52429 8.52429 8.36069 8.36069L5.09071 5.09071C4.87547 4.87547 4.76785 4.76785 4.63207 4.77687C4.49628 4.78589 4.40761 4.90186 4.23028 5.1338C2.99294 6.75212 2.25 8.75952 2.25 10.9258Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.75 10.9258C21.75 5.60954 17.2755 1.25 12 1.25C10.2366 1.25 8.56262 1.73712 7.11539 2.58426C6.83548 2.74811 6.69553 2.83003 6.67673 2.97621C6.65793 3.12239 6.77751 3.24197 7.01667 3.48113L10.4766 6.94111C10.5998 7.06426 10.6614 7.12584 10.736 7.14721C10.8106 7.16859 10.9054 7.14667 11.0949 7.10283C11.3857 7.03556 11.6887 7 12 7C14.2091 7 16 8.79086 16 11C16 11.3113 15.9644 11.6143 15.8972 11.9051C15.8533 12.0946 15.8314 12.1894 15.8528 12.264C15.8742 12.3386 15.9357 12.4002 16.0589 12.5234L19.4826 15.9471C19.7251 16.1896 19.8464 16.3109 19.993 16.2916C20.1397 16.2723 20.2225 16.129 20.3882 15.8424C21.2256 14.3937 21.75 12.7582 21.75 10.9258Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 10.9258C2.25 13.6482 3.40187 15.9241 5.01689 17.8025C6.62496 19.6728 8.71834 21.1811 10.6782 22.3944L10.6911 22.4024L10.7043 22.4098C11.0996 22.6329 11.546 22.75 12 22.75C12.454 22.75 12.9004 22.6329 13.2957 22.4098L13.3072 22.4033L13.3185 22.3964C14.9088 21.4233 16.5819 20.2478 18.0139 18.842C18.2079 18.6515 18.305 18.5563 18.3055 18.4312C18.3061 18.3061 18.2077 18.2077 18.0108 18.0108L14.6393 14.6393C14.4757 14.4757 14.3939 14.3939 14.2966 14.3791C14.1993 14.3643 14.0845 14.4244 13.8551 14.5447C13.3006 14.8355 12.6695 15 12 15C9.79086 15 8 13.2091 8 11C8 10.3305 8.16449 9.69936 8.45528 9.14489C8.57559 8.91546 8.63575 8.80075 8.62092 8.70342C8.60609 8.60609 8.52429 8.52429 8.36069 8.36069L5.09071 5.09071C4.87547 4.87547 4.76785 4.76785 4.63207 4.77687C4.49628 4.78589 4.40761 4.90186 4.23028 5.1338C2.99294 6.75212 2.25 8.75952 2.25 10.9258Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.75 10.9258C21.75 5.60954 17.2755 1.25 12 1.25C10.2366 1.25 8.56262 1.73712 7.11539 2.58426C6.83548 2.74811 6.69553 2.83003 6.67673 2.97621C6.65793 3.12239 6.77751 3.24197 7.01667 3.48113L10.4766 6.94111C10.5998 7.06426 10.6614 7.12584 10.736 7.14721C10.8106 7.16859 10.9054 7.14667 11.0949 7.10283C11.3857 7.03556 11.6887 7 12 7C14.2091 7 16 8.79086 16 11C16 11.3113 15.9644 11.6143 15.8972 11.9051C15.8533 12.0946 15.8314 12.1894 15.8528 12.264C15.8742 12.3386 15.9357 12.4002 16.0589 12.5234L19.4826 15.9471C19.7251 16.1896 19.8464 16.3109 19.993 16.2916C20.1397 16.2723 20.2225 16.129 20.3882 15.8424C21.2256 14.3937 21.75 12.7582 21.75 10.9258Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-offline-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.25 10.9256C2.25 13.648 3.40187 15.9239 5.01689 17.8023C6.62496 19.6726 8.71834 21.181 10.6782 22.3942L10.6911 22.4022L10.7043 22.4096C11.0996 22.6327 11.546 22.7498 12 22.7498C12.454 22.7498 12.9004 22.6327 13.2957 22.4096L13.3072 22.4031L13.3185 22.3962C14.9088 21.4231 16.5819 20.2477 18.0139 18.8418C18.2079 18.6513 18.305 18.5561 18.3055 18.431C18.3061 18.3059 18.2077 18.2075 18.0108 18.0107L5.09071 5.09053C4.87547 4.87529 4.76785 4.76767 4.63207 4.77669C4.49628 4.78571 4.40761 4.90168 4.23028 5.13362C2.99294 6.75194 2.25 8.75934 2.25 10.9256Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.75 10.9256C21.75 5.60936 17.2755 1.24982 12 1.24982C10.2366 1.24982 8.56262 1.73694 7.11539 2.58408C6.83548 2.74792 6.69553 2.82984 6.67673 2.97603C6.65793 3.12221 6.77751 3.24179 7.01667 3.48095L19.4826 15.9469C19.7251 16.1894 19.8464 16.3107 19.993 16.2914C20.1397 16.2722 20.2225 16.1289 20.3882 15.8423C21.2256 14.3935 21.75 12.7581 21.75 10.9256Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.25 10.9256C2.25 13.648 3.40187 15.9239 5.01689 17.8023C6.62496 19.6726 8.71834 21.181 10.6782 22.3942L10.6911 22.4022L10.7043 22.4096C11.0996 22.6327 11.546 22.7498 12 22.7498C12.454 22.7498 12.9004 22.6327 13.2957 22.4096L13.3072 22.4031L13.3185 22.3962C14.9088 21.4231 16.5819 20.2477 18.0139 18.8418C18.2079 18.6513 18.305 18.5561 18.3055 18.431C18.3061 18.3059 18.2077 18.2075 18.0108 18.0107L5.09071 5.09053C4.87547 4.87529 4.76785 4.76767 4.63207 4.77669C4.49628 4.78571 4.40761 4.90168 4.23028 5.13362C2.99294 6.75194 2.25 8.75934 2.25 10.9256Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.75 10.9256C21.75 5.60936 17.2755 1.24982 12 1.24982C10.2366 1.24982 8.56262 1.73694 7.11539 2.58408C6.83548 2.74792 6.69553 2.82984 6.67673 2.97603C6.65793 3.12221 6.77751 3.24179 7.01667 3.48095L19.4826 15.9469C19.7251 16.1894 19.8464 16.3107 19.993 16.2914C20.1397 16.2722 20.2225 16.1289 20.3882 15.8423C21.2256 14.3935 21.75 12.7581 21.75 10.9256Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0015 1.25C8.17538 1.25 4.52505 3.51303 2.99714 7.08468C1.57518 10.4086 2.34496 13.2373 3.94771 15.6595C5.26177 17.6454 7.17835 19.4178 8.90742 21.0168L8.90758 21.0169L8.90824 21.0175C9.23768 21.3222 9.56031 21.6206 9.87066 21.9129L9.87231 21.9145C10.4473 22.4528 11.2112 22.75 12.0015 22.75C12.7919 22.75 13.5558 22.4528 14.1308 21.9144C14.4243 21.6396 14.7286 21.3592 15.039 21.0732L15.0391 21.0732L15.0391 21.0732C16.787 19.4627 18.7304 17.672 20.0582 15.6609C21.6591 13.2362 22.4261 10.4045 21.0059 7.08468C19.478 3.51303 15.8277 1.25 12.0015 1.25ZM8.5 10C7.94772 10 7.5 10.4477 7.5 11C7.5 11.5523 7.94772 12 8.5 12H15.5C16.0523 12 16.5 11.5523 16.5 11C16.5 10.4477 16.0523 10 15.5 10H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0015 1.25C8.17538 1.25 4.52505 3.51303 2.99714 7.08468C1.57518 10.4086 2.34496 13.2373 3.94771 15.6595C5.26177 17.6454 7.17835 19.4178 8.90742 21.0168L8.90758 21.0169L8.90824 21.0175C9.23768 21.3222 9.56031 21.6206 9.87066 21.9129L9.87231 21.9145C10.4473 22.4528 11.2112 22.75 12.0015 22.75C12.7919 22.75 13.5558 22.4528 14.1308 21.9144C14.4243 21.6396 14.7286 21.3592 15.039 21.0732L15.0391 21.0732L15.0391 21.0732C16.787 19.4627 18.7304 17.672 20.0582 15.6609C21.6591 13.2362 22.4261 10.4045 21.0059 7.08468C19.478 3.51303 15.8277 1.25 12.0015 1.25ZM8.5 10C7.94772 10 7.5 10.4477 7.5 11C7.5 11.5523 7.94772 12 8.5 12H15.5C16.0523 12 16.5 11.5523 16.5 11C16.5 10.4477 16.0523 10 15.5 10H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.72451 1.25 2.25 5.60954 2.25 10.9258C2.25 13.6482 3.40187 15.9241 5.01689 17.8025C6.62496 19.6728 8.71834 21.1811 10.6782 22.3944L10.6911 22.4024L10.7043 22.4098C11.0996 22.6329 11.546 22.75 12 22.75C12.454 22.75 12.9004 22.6329 13.2957 22.4098L13.3072 22.4033L13.3185 22.3964C15.2855 21.1928 17.3793 19.6796 18.9866 17.8038C20.6003 15.9206 21.75 13.6392 21.75 10.9258C21.75 5.60954 17.2755 1.25 12 1.25ZM8 10C7.44772 10 7 10.4477 7 11C7 11.5523 7.44772 12 8 12H16C16.5523 12 17 11.5523 17 11C17 10.4477 16.5523 10 16 10H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.72451 1.25 2.25 5.60954 2.25 10.9258C2.25 13.6482 3.40187 15.9241 5.01689 17.8025C6.62496 19.6728 8.71834 21.1811 10.6782 22.3944L10.6911 22.4024L10.7043 22.4098C11.0996 22.6329 11.546 22.75 12 22.75C12.454 22.75 12.9004 22.6329 13.2957 22.4098L13.3072 22.4033L13.3185 22.3964C15.2855 21.1928 17.3793 19.6796 18.9866 17.8038C20.6003 15.9206 21.75 13.6392 21.75 10.9258C21.75 5.60954 17.2755 1.25 12 1.25ZM8 10C7.44772 10 7 10.4477 7 11C7 11.5523 7.44772 12 8 12H16C16.5523 12 17 11.5523 17 11C17 10.4477 16.5523 10 16 10H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-share-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.23198 6.08362C3.73823 6.30438 3.96965 6.89374 3.74889 7.39998C2.75037 9.68975 2.75037 12.3123 3.74889 14.602C3.96965 15.1083 3.73823 15.6976 3.23198 15.9184C2.72574 16.1392 2.13638 15.9077 1.91562 15.4015C0.694793 12.6019 0.694793 9.40008 1.91562 6.60053C2.13638 6.09428 2.72574 5.86286 3.23198 6.08362ZM20.768 6.08362C21.2743 5.86286 21.8636 6.09428 22.0844 6.60053C23.3052 9.40008 23.3052 12.6019 22.0844 15.4015C21.8636 15.9077 21.2743 16.1392 20.768 15.9184C20.2618 15.6976 20.0303 15.1083 20.2511 14.602C21.2496 12.3123 21.2496 9.68975 20.2511 7.39998C20.0303 6.89374 20.2618 6.30438 20.768 6.08362Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0005 3.25C8.94965 3.25 6.05208 5.10493 4.84158 8.01574C3.71464 10.7256 4.32729 13.035 5.59274 15.0023C6.62554 16.6079 8.13245 18.0411 9.47688 19.3198C9.73237 19.5628 9.98199 19.8002 10.2214 20.0322L10.223 20.0338C10.7003 20.4935 11.3377 20.75 12.0005 20.75C12.6633 20.75 13.3008 20.4935 13.7781 20.0337C14.0042 19.8159 14.2392 19.5932 14.4795 19.3655L14.4802 19.3648L14.4806 19.3645C15.8394 18.0769 17.367 16.6292 18.4106 15.0032C19.6745 13.034 20.285 10.7223 19.1595 8.01574C17.949 5.10493 15.0514 3.25 12.0005 3.25ZM12 8C10.3431 8 9 9.34315 9 11C9 12.6569 10.3431 14 12 14C13.6569 14 15 12.6569 15 11C15 9.34315 13.6569 8 12 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.23198 6.08362C3.73823 6.30438 3.96965 6.89374 3.74889 7.39998C2.75037 9.68975 2.75037 12.3123 3.74889 14.602C3.96965 15.1083 3.73823 15.6976 3.23198 15.9184C2.72574 16.1392 2.13638 15.9077 1.91562 15.4015C0.694793 12.6019 0.694793 9.40008 1.91562 6.60053C2.13638 6.09428 2.72574 5.86286 3.23198 6.08362ZM20.768 6.08362C21.2743 5.86286 21.8636 6.09428 22.0844 6.60053C23.3052 9.40008 23.3052 12.6019 22.0844 15.4015C21.8636 15.9077 21.2743 16.1392 20.768 15.9184C20.2618 15.6976 20.0303 15.1083 20.2511 14.602C21.2496 12.3123 21.2496 9.68975 20.2511 7.39998C20.0303 6.89374 20.2618 6.30438 20.768 6.08362Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0005 3.25C8.94965 3.25 6.05208 5.10493 4.84158 8.01574C3.71464 10.7256 4.32729 13.035 5.59274 15.0023C6.62554 16.6079 8.13245 18.0411 9.47688 19.3198C9.73237 19.5628 9.98199 19.8002 10.2214 20.0322L10.223 20.0338C10.7003 20.4935 11.3377 20.75 12.0005 20.75C12.6633 20.75 13.3008 20.4935 13.7781 20.0337C14.0042 19.8159 14.2392 19.5932 14.4795 19.3655L14.4802 19.3648L14.4806 19.3645C15.8394 18.0769 17.367 16.6292 18.4106 15.0032C19.6745 13.034 20.285 10.7223 19.1595 8.01574C17.949 5.10493 15.0514 3.25 12.0005 3.25ZM12 8C10.3431 8 9 9.34315 9 11C9 12.6569 10.3431 14 12 14C13.6569 14 15 12.6569 15 11C15 9.34315 13.6569 8 12 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-share-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.75C7.52225 2.75 3.75 6.51857 3.75 11.0869C3.75 15.7671 7.60753 18.8945 10.8271 20.9273L10.84 20.9355L10.8533 20.9431C11.2022 21.144 11.5974 21.25 12 21.25C12.4026 21.25 12.7978 21.144 13.1467 20.9431L13.1583 20.9365L13.1696 20.9294C16.4018 18.9121 20.25 15.7513 20.25 11.0869C20.25 6.51857 16.4778 2.75 12 2.75ZM12 7.5C10.067 7.5 8.5 9.067 8.5 11C8.5 12.933 10.067 14.5 12 14.5C13.933 14.5 15.5 12.933 15.5 11C15.5 9.067 13.933 7.5 12 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.73205 6.08365C3.23827 6.30444 3.46966 6.89381 3.24886 7.40004C2.25038 9.68929 2.25038 12.3112 3.24886 14.6005C3.46966 15.1067 3.23827 15.6961 2.73205 15.9169C2.22582 16.1377 1.63645 15.9063 1.41565 15.4C0.194784 12.6009 0.194783 9.39958 1.41565 6.60046C1.63645 6.09424 2.22582 5.86285 2.73205 6.08365ZM21.268 6.08365C21.7742 5.86285 22.3636 6.09424 22.5844 6.60046C23.8052 9.39957 23.8052 12.6009 22.5844 15.4C22.3636 15.9063 21.7742 16.1377 21.268 15.9169C20.7617 15.6961 20.5303 15.1067 20.7511 14.6005C21.7496 12.3112 21.7496 9.68929 20.7511 7.40004C20.5303 6.89381 20.7617 6.30444 21.268 6.08365Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.75C7.52225 2.75 3.75 6.51857 3.75 11.0869C3.75 15.7671 7.60753 18.8945 10.8271 20.9273L10.84 20.9355L10.8533 20.9431C11.2022 21.144 11.5974 21.25 12 21.25C12.4026 21.25 12.7978 21.144 13.1467 20.9431L13.1583 20.9365L13.1696 20.9294C16.4018 18.9121 20.25 15.7513 20.25 11.0869C20.25 6.51857 16.4778 2.75 12 2.75ZM12 7.5C10.067 7.5 8.5 9.067 8.5 11C8.5 12.933 10.067 14.5 12 14.5C13.933 14.5 15.5 12.933 15.5 11C15.5 9.067 13.933 7.5 12 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.73205 6.08365C3.23827 6.30444 3.46966 6.89381 3.24886 7.40004C2.25038 9.68929 2.25038 12.3112 3.24886 14.6005C3.46966 15.1067 3.23827 15.6961 2.73205 15.9169C2.22582 16.1377 1.63645 15.9063 1.41565 15.4C0.194784 12.6009 0.194783 9.39958 1.41565 6.60046C1.63645 6.09424 2.22582 5.86285 2.73205 6.08365ZM21.268 6.08365C21.7742 5.86285 22.3636 6.09424 22.5844 6.60046C23.8052 9.39957 23.8052 12.6009 22.5844 15.4C22.3636 15.9063 21.7742 16.1377 21.268 15.9169C20.7617 15.6961 20.5303 15.1067 20.7511 14.6005C21.7496 12.3112 21.7496 9.68929 20.7511 7.40004C20.5303 6.89381 20.7617 6.30444 21.268 6.08365Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-star-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0015 1.25C8.17538 1.25 4.52505 3.51303 2.99714 7.08468C1.57518 10.4086 2.34496 13.2373 3.94771 15.6595C5.26177 17.6454 7.17835 19.4178 8.90742 21.0168L8.90758 21.0169L8.90824 21.0175C9.23768 21.3222 9.56031 21.6206 9.87066 21.9129L9.87231 21.9145C10.4473 22.4528 11.2112 22.75 12.0015 22.75C12.7919 22.75 13.5558 22.4528 14.1308 21.9144C14.4243 21.6396 14.7286 21.3592 15.039 21.0732L15.0391 21.0732L15.0391 21.0732C16.787 19.4627 18.7304 17.672 20.0582 15.6609C21.6591 13.2362 22.4261 10.4045 21.0059 7.08468C19.478 3.51303 15.8277 1.25 12.0015 1.25ZM13.395 8.99715L12.6911 7.57767C12.3111 6.80744 11.6872 6.80744 11.3032 7.57767L10.5993 8.99715C10.5033 9.19475 10.2473 9.38428 10.0353 9.42057L8.75949 9.6343C7.94358 9.77141 7.7556 10.3682 8.33954 10.957L9.33143 11.9571C9.49941 12.1265 9.5914 12.4531 9.5394 12.687L9.25543 13.925C9.03146 14.9009 9.5514 15.284 10.4073 14.7718L11.6032 14.0581C11.8232 13.929 12.1791 13.929 12.3951 14.0581L13.591 14.7718C14.4509 15.284 14.9668 14.9049 14.7428 13.925L14.4589 12.687C14.4069 12.4531 14.4989 12.1265 14.6668 11.9571L15.6587 10.957C16.2467 10.3682 16.0547 9.77141 15.2388 9.6343L13.9629 9.42057C13.7469 9.38428 13.491 9.19475 13.395 8.99715Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0015 1.25C8.17538 1.25 4.52505 3.51303 2.99714 7.08468C1.57518 10.4086 2.34496 13.2373 3.94771 15.6595C5.26177 17.6454 7.17835 19.4178 8.90742 21.0168L8.90758 21.0169L8.90824 21.0175C9.23768 21.3222 9.56031 21.6206 9.87066 21.9129L9.87231 21.9145C10.4473 22.4528 11.2112 22.75 12.0015 22.75C12.7919 22.75 13.5558 22.4528 14.1308 21.9144C14.4243 21.6396 14.7286 21.3592 15.039 21.0732L15.0391 21.0732L15.0391 21.0732C16.787 19.4627 18.7304 17.672 20.0582 15.6609C21.6591 13.2362 22.4261 10.4045 21.0059 7.08468C19.478 3.51303 15.8277 1.25 12.0015 1.25ZM13.395 8.99715L12.6911 7.57767C12.3111 6.80744 11.6872 6.80744 11.3032 7.57767L10.5993 8.99715C10.5033 9.19475 10.2473 9.38428 10.0353 9.42057L8.75949 9.6343C7.94358 9.77141 7.7556 10.3682 8.33954 10.957L9.33143 11.9571C9.49941 12.1265 9.5914 12.4531 9.5394 12.687L9.25543 13.925C9.03146 14.9009 9.5514 15.284 10.4073 14.7718L11.6032 14.0581C11.8232 13.929 12.1791 13.929 12.3951 14.0581L13.591 14.7718C14.4509 15.284 14.9668 14.9049 14.7428 13.925L14.4589 12.687C14.4069 12.4531 14.4989 12.1265 14.6668 11.9571L15.6587 10.957C16.2467 10.3682 16.0547 9.77141 15.2388 9.6343L13.9629 9.42057C13.7469 9.38428 13.491 9.19475 13.395 8.99715Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-star-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.72451 1.25 2.25 5.60954 2.25 10.9258C2.25 13.6482 3.40187 15.9241 5.01689 17.8025C6.62496 19.6728 8.71834 21.1811 10.6782 22.3944L10.6911 22.4024L10.7043 22.4098C11.0996 22.6329 11.546 22.75 12 22.75C12.454 22.75 12.9004 22.6329 13.2957 22.4098L13.3072 22.4033L13.3185 22.3964C15.2855 21.1928 17.3793 19.6796 18.9866 17.8038C20.6003 15.9206 21.75 13.6392 21.75 10.9258C21.75 5.60954 17.2755 1.25 12 1.25ZM13.5693 8.74679L12.7774 7.14988C12.35 6.28337 11.6481 6.28337 11.2161 7.14988L10.4242 8.74679C10.3162 8.96909 10.0282 9.18232 9.78977 9.22315L8.35443 9.46359C7.43653 9.61784 7.22505 10.2893 7.88198 10.9516L8.99785 12.0767C9.18683 12.2673 9.29032 12.6347 9.23183 12.8979L8.91236 14.2906C8.66039 15.3885 9.24533 15.8195 10.2082 15.2433L11.5536 14.4403C11.801 14.2952 12.2015 14.2952 12.4445 14.4403L13.7898 15.2433C14.7572 15.8195 15.3377 15.393 15.0857 14.2906L14.7662 12.8979C14.7077 12.6347 14.8112 12.2673 15.0002 12.0767L16.1161 10.9516C16.7775 10.2893 16.5615 9.61784 15.6436 9.46359L14.2083 9.22315C13.9653 9.18232 13.6773 8.96909 13.5693 8.74679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.72451 1.25 2.25 5.60954 2.25 10.9258C2.25 13.6482 3.40187 15.9241 5.01689 17.8025C6.62496 19.6728 8.71834 21.1811 10.6782 22.3944L10.6911 22.4024L10.7043 22.4098C11.0996 22.6329 11.546 22.75 12 22.75C12.454 22.75 12.9004 22.6329 13.2957 22.4098L13.3072 22.4033L13.3185 22.3964C15.2855 21.1928 17.3793 19.6796 18.9866 17.8038C20.6003 15.9206 21.75 13.6392 21.75 10.9258C21.75 5.60954 17.2755 1.25 12 1.25ZM13.5693 8.74679L12.7774 7.14988C12.35 6.28337 11.6481 6.28337 11.2161 7.14988L10.4242 8.74679C10.3162 8.96909 10.0282 9.18232 9.78977 9.22315L8.35443 9.46359C7.43653 9.61784 7.22505 10.2893 7.88198 10.9516L8.99785 12.0767C9.18683 12.2673 9.29032 12.6347 9.23183 12.8979L8.91236 14.2906C8.66039 15.3885 9.24533 15.8195 10.2082 15.2433L11.5536 14.4403C11.801 14.2952 12.2015 14.2952 12.4445 14.4403L13.7898 15.2433C14.7572 15.8195 15.3377 15.393 15.0857 14.2906L14.7662 12.8979C14.7077 12.6347 14.8112 12.2673 15.0002 12.0767L16.1161 10.9516C16.7775 10.2893 16.5615 9.61784 15.6436 9.46359L14.2083 9.22315C13.9653 9.18232 13.6773 8.96909 13.5693 8.74679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-update-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0005 6.25C9.94589 6.25 7.9801 7.46349 7.15396 9.39487C6.38097 11.202 6.80986 12.7499 7.66124 14.0367C8.34572 15.0712 9.34451 15.9943 10.208 16.7923L10.208 16.7924C10.3705 16.9425 10.5281 17.0882 10.678 17.2294L10.6797 17.2309C11.0378 17.5663 11.5118 17.75 12.0005 17.75C12.4893 17.75 12.9633 17.5663 13.3214 17.2309C13.4636 17.0978 13.6125 16.9606 13.7658 16.8195L13.7659 16.8194L13.7659 16.8194L13.7659 16.8194C14.6381 16.0163 15.6499 15.0846 16.3415 14.037C17.1917 12.749 17.6191 11.1998 16.8471 9.39487C16.021 7.46349 14.0552 6.25 12.0005 6.25ZM11.9922 9.75C11.03 9.75 10.25 10.5335 10.25 11.5C10.25 12.4665 11.03 13.25 11.9922 13.25H12.0078C12.97 13.25 13.75 12.4665 13.75 11.5C13.75 10.5335 12.97 9.75 12.0078 9.75H11.9922Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 3C8.31098 3 5.13816 5.21965 3.74844 8.40037C3.52732 8.90646 2.9378 9.13747 2.43172 8.91635C1.92563 8.69523 1.69462 8.10572 1.91573 7.59963C3.61225 3.71673 7.48774 1 12 1C18.0751 1 23 5.92487 23 12C23 12.3466 22.8205 12.6684 22.5257 12.8507C22.2309 13.0329 21.8628 13.0494 21.5528 12.8944L19.5528 11.8944C19.0882 11.6621 18.8834 11.1169 19.0663 10.6419L19.0663 10.6418C19.0793 10.6079 19.0858 10.591 19.103 10.5646C19.1201 10.5382 19.1382 10.5201 19.1744 10.4839L20.2685 9.38983C20.398 9.26038 20.4627 9.19566 20.4812 9.10875C20.4997 9.02184 20.4683 8.94011 20.4056 8.77665C19.1092 5.39824 15.8347 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.47427 11.1493C1.76909 10.9671 2.13723 10.9506 2.44721 11.1056L4.44721 12.1056C4.91185 12.3379 5.11659 12.8831 4.93374 13.3581C4.92069 13.3921 4.91416 13.409 4.89701 13.4354C4.87987 13.4618 4.86177 13.4799 4.82558 13.5161L3.73147 14.6102C3.60202 14.7396 3.5373 14.8043 3.51882 14.8913C3.50034 14.9782 3.5317 15.0599 3.59442 15.2233C4.89078 18.6018 8.16532 21 12 21C15.689 21 18.8618 18.7803 20.2516 15.5996C20.4727 15.0935 21.0622 14.8625 21.5683 15.0836C22.0744 15.3048 22.3054 15.8943 22.0843 16.4004C20.3878 20.2833 16.5123 23 12 23C5.92487 23 1 18.0751 1 12C1 11.6534 1.17945 11.3316 1.47427 11.1493Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0005 6.25C9.94589 6.25 7.9801 7.46349 7.15396 9.39487C6.38097 11.202 6.80986 12.7499 7.66124 14.0367C8.34572 15.0712 9.34451 15.9943 10.208 16.7923L10.208 16.7924C10.3705 16.9425 10.5281 17.0882 10.678 17.2294L10.6797 17.2309C11.0378 17.5663 11.5118 17.75 12.0005 17.75C12.4893 17.75 12.9633 17.5663 13.3214 17.2309C13.4636 17.0978 13.6125 16.9606 13.7658 16.8195L13.7659 16.8194L13.7659 16.8194L13.7659 16.8194C14.6381 16.0163 15.6499 15.0846 16.3415 14.037C17.1917 12.749 17.6191 11.1998 16.8471 9.39487C16.021 7.46349 14.0552 6.25 12.0005 6.25ZM11.9922 9.75C11.03 9.75 10.25 10.5335 10.25 11.5C10.25 12.4665 11.03 13.25 11.9922 13.25H12.0078C12.97 13.25 13.75 12.4665 13.75 11.5C13.75 10.5335 12.97 9.75 12.0078 9.75H11.9922Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 3C8.31098 3 5.13816 5.21965 3.74844 8.40037C3.52732 8.90646 2.9378 9.13747 2.43172 8.91635C1.92563 8.69523 1.69462 8.10572 1.91573 7.59963C3.61225 3.71673 7.48774 1 12 1C18.0751 1 23 5.92487 23 12C23 12.3466 22.8205 12.6684 22.5257 12.8507C22.2309 13.0329 21.8628 13.0494 21.5528 12.8944L19.5528 11.8944C19.0882 11.6621 18.8834 11.1169 19.0663 10.6419L19.0663 10.6418C19.0793 10.6079 19.0858 10.591 19.103 10.5646C19.1201 10.5382 19.1382 10.5201 19.1744 10.4839L20.2685 9.38983C20.398 9.26038 20.4627 9.19566 20.4812 9.10875C20.4997 9.02184 20.4683 8.94011 20.4056 8.77665C19.1092 5.39824 15.8347 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.47427 11.1493C1.76909 10.9671 2.13723 10.9506 2.44721 11.1056L4.44721 12.1056C4.91185 12.3379 5.11659 12.8831 4.93374 13.3581C4.92069 13.3921 4.91416 13.409 4.89701 13.4354C4.87987 13.4618 4.86177 13.4799 4.82558 13.5161L3.73147 14.6102C3.60202 14.7396 3.5373 14.8043 3.51882 14.8913C3.50034 14.9782 3.5317 15.0599 3.59442 15.2233C4.89078 18.6018 8.16532 21 12 21C15.689 21 18.8618 18.7803 20.2516 15.5996C20.4727 15.0935 21.0622 14.8625 21.5683 15.0836C22.0744 15.3048 22.3054 15.8943 22.0843 16.4004C20.3878 20.2833 16.5123 23 12 23C5.92487 23 1 18.0751 1 12C1 11.6534 1.17945 11.3316 1.47427 11.1493Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-update-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3C8.31098 3 5.13816 5.21965 3.74844 8.40037C3.52732 8.90646 2.9378 9.13747 2.43172 8.91635C1.92563 8.69523 1.69462 8.10572 1.91573 7.59963C3.61225 3.71673 7.48774 1 12 1C18.0751 1 23 5.92487 23 12C23 12.3466 22.8205 12.6684 22.5257 12.8507C22.2309 13.0329 21.8628 13.0494 21.5528 12.8944L19.5528 11.8944C19.0882 11.6621 18.8834 11.1169 19.0663 10.6419C19.0793 10.608 19.0858 10.591 19.103 10.5646C19.1201 10.5382 19.1382 10.5201 19.1744 10.4839L20.2685 9.38983C20.398 9.26038 20.4627 9.19566 20.4812 9.10875C20.4997 9.02184 20.4683 8.94011 20.4056 8.77665C19.1092 5.39824 15.8347 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.47427 11.1493C1.76909 10.9671 2.13723 10.9506 2.44721 11.1056L4.44721 12.1056C4.91185 12.3379 5.11659 12.8831 4.93374 13.3581C4.92069 13.3921 4.91416 13.409 4.89701 13.4354C4.87987 13.4618 4.86177 13.4799 4.82558 13.5161L3.73147 14.6102C3.60202 14.7396 3.5373 14.8043 3.51882 14.8913C3.50034 14.9782 3.5317 15.0599 3.59442 15.2233C4.89078 18.6018 8.16532 21 12 21C15.689 21 18.8618 18.7803 20.2516 15.5996C20.4727 15.0935 21.0622 14.8625 21.5683 15.0836C22.0744 15.3048 22.3054 15.8943 22.0843 16.4004C20.3878 20.2833 16.5123 23 12 23C5.92487 23 1 18.0751 1 12C1 11.6534 1.17945 11.3316 1.47427 11.1493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.25C9.15979 6.25 6.75 8.59305 6.75 11.4629C6.75 12.9384 7.37638 14.1598 8.2241 15.1457C9.06486 16.1236 10.1491 16.9016 11.1417 17.516L11.1546 17.524L11.1678 17.5315C11.4218 17.6748 11.7086 17.75 12 17.75C12.2914 17.75 12.5782 17.6748 12.8322 17.5315L12.8437 17.525L12.855 17.5181C13.8529 16.9074 14.9376 16.1268 15.7781 15.1459C16.6249 14.1576 17.25 12.9337 17.25 11.4629C17.25 8.59305 14.8402 6.25 12 6.25ZM11.9911 9.5C10.8914 9.5 10 10.3954 10 11.5C10 12.6046 10.8914 13.5 11.9911 13.5H12.0089C13.1086 13.5 14 12.6046 14 11.5C14 10.3954 13.1086 9.5 12.0089 9.5H11.9911Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3C8.31098 3 5.13816 5.21965 3.74844 8.40037C3.52732 8.90646 2.9378 9.13747 2.43172 8.91635C1.92563 8.69523 1.69462 8.10572 1.91573 7.59963C3.61225 3.71673 7.48774 1 12 1C18.0751 1 23 5.92487 23 12C23 12.3466 22.8205 12.6684 22.5257 12.8507C22.2309 13.0329 21.8628 13.0494 21.5528 12.8944L19.5528 11.8944C19.0882 11.6621 18.8834 11.1169 19.0663 10.6419C19.0793 10.608 19.0858 10.591 19.103 10.5646C19.1201 10.5382 19.1382 10.5201 19.1744 10.4839L20.2685 9.38983C20.398 9.26038 20.4627 9.19566 20.4812 9.10875C20.4997 9.02184 20.4683 8.94011 20.4056 8.77665C19.1092 5.39824 15.8347 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.47427 11.1493C1.76909 10.9671 2.13723 10.9506 2.44721 11.1056L4.44721 12.1056C4.91185 12.3379 5.11659 12.8831 4.93374 13.3581C4.92069 13.3921 4.91416 13.409 4.89701 13.4354C4.87987 13.4618 4.86177 13.4799 4.82558 13.5161L3.73147 14.6102C3.60202 14.7396 3.5373 14.8043 3.51882 14.8913C3.50034 14.9782 3.5317 15.0599 3.59442 15.2233C4.89078 18.6018 8.16532 21 12 21C15.689 21 18.8618 18.7803 20.2516 15.5996C20.4727 15.0935 21.0622 14.8625 21.5683 15.0836C22.0744 15.3048 22.3054 15.8943 22.0843 16.4004C20.3878 20.2833 16.5123 23 12 23C5.92487 23 1 18.0751 1 12C1 11.6534 1.17945 11.3316 1.47427 11.1493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.25C9.15979 6.25 6.75 8.59305 6.75 11.4629C6.75 12.9384 7.37638 14.1598 8.2241 15.1457C9.06486 16.1236 10.1491 16.9016 11.1417 17.516L11.1546 17.524L11.1678 17.5315C11.4218 17.6748 11.7086 17.75 12 17.75C12.2914 17.75 12.5782 17.6748 12.8322 17.5315L12.8437 17.525L12.855 17.5181C13.8529 16.9074 14.9376 16.1268 15.7781 15.1459C16.6249 14.1576 17.25 12.9337 17.25 11.4629C17.25 8.59305 14.8402 6.25 12 6.25ZM11.9911 9.5C10.8914 9.5 10 10.3954 10 11.5C10 12.6046 10.8914 13.5 11.9911 13.5H12.0089C13.1086 13.5 14 12.6046 14 11.5C14 10.3954 13.1086 9.5 12.0089 9.5H11.9911Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-user-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.93493 15.0907C4.43507 11.3953 6.99495 7.25 10.8466 7.25H13.1534C17.0051 7.25 19.5649 11.3953 18.0651 15.0907C17.7724 15.8118 17.0959 16.2885 16.338 16.2885H15.6259L14.6023 20.6119C14.3066 21.8606 13.2391 22.75 12 22.75C10.7609 22.75 9.69337 21.8606 9.39773 20.6119L8.37409 16.2885H7.66201C6.90411 16.2885 6.22763 15.8118 5.93493 15.0907Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.5 4.75C8.5 2.817 10.067 1.25 12 1.25C13.933 1.25 15.5 2.817 15.5 4.75C15.5 6.683 13.933 8.25 12 8.25C10.067 8.25 8.5 6.683 8.5 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.93493 15.0907C4.43507 11.3953 6.99495 7.25 10.8466 7.25H13.1534C17.0051 7.25 19.5649 11.3953 18.0651 15.0907C17.7724 15.8118 17.0959 16.2885 16.338 16.2885H15.6259L14.6023 20.6119C14.3066 21.8606 13.2391 22.75 12 22.75C10.7609 22.75 9.69337 21.8606 9.39773 20.6119L8.37409 16.2885H7.66201C6.90411 16.2885 6.22763 15.8118 5.93493 15.0907Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.5 4.75C8.5 2.817 10.067 1.25 12 1.25C13.933 1.25 15.5 2.817 15.5 4.75C15.5 6.683 13.933 8.25 12 8.25C10.067 8.25 8.5 6.683 8.5 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-user-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C10.3431 1.25 9 2.59315 9 4.25C9 5.32282 9.56313 6.26411 10.4099 6.79442C7.47495 7.21056 5.69103 10.4748 6.86508 13.3582C7.12056 13.9857 7.71969 14.4167 8.40809 14.4167H8.9002L9.72805 17.9022C9.98103 18.9673 10.9033 19.75 12 19.75C13.0967 19.75 14.019 18.9673 14.272 17.9022L15.0998 14.4167H15.5919C16.2803 14.4167 16.8794 13.9857 17.1349 13.3582C18.309 10.4748 16.525 7.21056 13.5901 6.79442C14.4369 6.26411 15 5.32282 15 4.25C15 2.59315 13.6569 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 17.75C5.55228 17.75 6 18.1977 6 18.75C6 18.826 6.03173 18.9821 6.26184 19.2153C6.4962 19.4528 6.8849 19.7125 7.44417 19.9522C8.55915 20.43 10.1692 20.75 12 20.75C13.8308 20.75 15.4409 20.43 16.5558 19.9522C17.1151 19.7125 17.5038 19.4528 17.7382 19.2153C17.9683 18.9821 18 18.826 18 18.75C18 18.1977 18.4477 17.75 19 17.75C19.5523 17.75 20 18.1977 20 18.75C20 19.5024 19.64 20.1355 19.1617 20.6202C18.6876 21.1005 18.0512 21.4873 17.3437 21.7905C15.9251 22.3984 14.0352 22.75 12 22.75C9.96482 22.75 8.07486 22.3984 6.65633 21.7905C5.94885 21.4873 5.31243 21.1005 4.83835 20.6202C4.36003 20.1355 4 19.5024 4 18.75C4 18.1977 4.44772 17.75 5 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C10.3431 1.25 9 2.59315 9 4.25C9 5.32282 9.56313 6.26411 10.4099 6.79442C7.47495 7.21056 5.69103 10.4748 6.86508 13.3582C7.12056 13.9857 7.71969 14.4167 8.40809 14.4167H8.9002L9.72805 17.9022C9.98103 18.9673 10.9033 19.75 12 19.75C13.0967 19.75 14.019 18.9673 14.272 17.9022L15.0998 14.4167H15.5919C16.2803 14.4167 16.8794 13.9857 17.1349 13.3582C18.309 10.4748 16.525 7.21056 13.5901 6.79442C14.4369 6.26411 15 5.32282 15 4.25C15 2.59315 13.6569 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 17.75C5.55228 17.75 6 18.1977 6 18.75C6 18.826 6.03173 18.9821 6.26184 19.2153C6.4962 19.4528 6.8849 19.7125 7.44417 19.9522C8.55915 20.43 10.1692 20.75 12 20.75C13.8308 20.75 15.4409 20.43 16.5558 19.9522C17.1151 19.7125 17.5038 19.4528 17.7382 19.2153C17.9683 18.9821 18 18.826 18 18.75C18 18.1977 18.4477 17.75 19 17.75C19.5523 17.75 20 18.1977 20 18.75C20 19.5024 19.64 20.1355 19.1617 20.6202C18.6876 21.1005 18.0512 21.4873 17.3437 21.7905C15.9251 22.3984 14.0352 22.75 12 22.75C9.96482 22.75 8.07486 22.3984 6.65633 21.7905C5.94885 21.4873 5.31243 21.1005 4.83835 20.6202C4.36003 20.1355 4 19.5024 4 18.75C4 18.1977 4.44772 17.75 5 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-user-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C10.3431 1.25 9 2.59315 9 4.25C9 5.32282 9.56313 6.26411 10.4099 6.79442C7.47495 7.21056 5.69103 10.4748 6.86508 13.3582C7.12056 13.9857 7.71969 14.4167 8.40809 14.4167H8.9002L9.72805 17.9022C9.98103 18.9673 10.9033 19.75 12 19.75C13.0967 19.75 14.019 18.9673 14.272 17.9022L15.0998 14.4167H15.5919C16.2803 14.4167 16.8794 13.9857 17.1349 13.3582C18.309 10.4748 16.525 7.21056 13.5901 6.79442C14.4369 6.26411 15 5.32282 15 4.25C15 2.59315 13.6569 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.64689 15.2554C6.92006 15.7354 6.75239 16.346 6.27239 16.6192C5.26751 17.191 5 17.7344 5 18.0659C5 18.4569 5.38667 19.1296 6.76144 19.7627C8.05051 20.3563 9.90162 20.7501 12 20.7501C14.0984 20.7501 15.9495 20.3563 17.2386 19.7627C18.6133 19.1296 19 18.4569 19 18.0659C19 17.7344 18.7325 17.191 17.7276 16.6192C17.2476 16.346 17.0799 15.7354 17.3531 15.2554C17.6263 14.7754 18.2368 14.6078 18.7168 14.8809C19.9356 15.5745 21 16.6427 21 18.0659C21 19.7096 19.5958 20.879 18.0752 21.5793C16.4688 22.3191 14.3199 22.7501 12 22.7501C9.6801 22.7501 7.53121 22.3191 5.92485 21.5793C4.4042 20.879 3 19.7096 3 18.0659C3 16.6427 4.0644 15.5745 5.28316 14.8809C5.76316 14.6078 6.37372 14.7754 6.64689 15.2554Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C10.3431 1.25 9 2.59315 9 4.25C9 5.32282 9.56313 6.26411 10.4099 6.79442C7.47495 7.21056 5.69103 10.4748 6.86508 13.3582C7.12056 13.9857 7.71969 14.4167 8.40809 14.4167H8.9002L9.72805 17.9022C9.98103 18.9673 10.9033 19.75 12 19.75C13.0967 19.75 14.019 18.9673 14.272 17.9022L15.0998 14.4167H15.5919C16.2803 14.4167 16.8794 13.9857 17.1349 13.3582C18.309 10.4748 16.525 7.21056 13.5901 6.79442C14.4369 6.26411 15 5.32282 15 4.25C15 2.59315 13.6569 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.64689 15.2554C6.92006 15.7354 6.75239 16.346 6.27239 16.6192C5.26751 17.191 5 17.7344 5 18.0659C5 18.4569 5.38667 19.1296 6.76144 19.7627C8.05051 20.3563 9.90162 20.7501 12 20.7501C14.0984 20.7501 15.9495 20.3563 17.2386 19.7627C18.6133 19.1296 19 18.4569 19 18.0659C19 17.7344 18.7325 17.191 17.7276 16.6192C17.2476 16.346 17.0799 15.7354 17.3531 15.2554C17.6263 14.7754 18.2368 14.6078 18.7168 14.8809C19.9356 15.5745 21 16.6427 21 18.0659C21 19.7096 19.5958 20.879 18.0752 21.5793C16.4688 22.3191 14.3199 22.7501 12 22.7501C9.6801 22.7501 7.53121 22.3191 5.92485 21.5793C4.4042 20.879 3 19.7096 3 18.0659C3 16.6427 4.0644 15.5745 5.28316 14.8809C5.76316 14.6078 6.37372 14.7754 6.64689 15.2554Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-location-user-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.96684 16.3882C6.30479 16.6277 6.38459 17.0958 6.14508 17.4337C5.44344 18.4237 5.04921 19.1199 4.86792 19.6387C4.69655 20.1291 4.73689 20.3948 4.83176 20.5964C4.85453 20.6448 4.88139 20.6919 4.91228 20.7374C5.00851 20.879 5.23542 21.0524 5.99674 21.1512C6.74701 21.2485 7.79627 21.2501 9.2958 21.2501H14.704C16.2035 21.2501 17.2528 21.2485 18.0031 21.1512C18.7644 21.0524 18.9913 20.879 19.0875 20.7374C19.1184 20.692 19.1453 20.6448 19.1681 20.5964C19.263 20.3946 19.3034 20.1289 19.1321 19.6386C18.951 19.1198 18.5569 18.4237 17.8553 17.4337C17.6158 17.0958 17.6956 16.6277 18.0335 16.3882C18.3715 16.1486 18.8396 16.2284 19.0791 16.5664C19.7994 17.5826 20.2951 18.4191 20.5483 19.144C20.8113 19.8973 20.8305 20.5863 20.5253 21.235C20.4688 21.3551 20.4028 21.4706 20.3281 21.5805C19.8527 22.28 19.0551 22.5272 18.1961 22.6387C17.3376 22.7501 16.1902 22.7501 14.7618 22.7501H9.23804C7.80964 22.7501 6.66219 22.7501 5.80369 22.6387C4.94471 22.5272 4.1471 22.2801 3.67168 21.5806C3.59698 21.4706 3.531 21.3551 3.47447 21.235C3.16921 20.5862 3.18867 19.8971 3.45189 19.1439C3.7052 18.419 4.20107 17.5826 4.92127 16.5664C5.16078 16.2284 5.6289 16.1486 5.96684 16.3882Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.1114 15.9341C6.562 16.2534 6.66839 16.8776 6.34905 17.3282C5.6505 18.3138 5.27321 18.9866 5.10393 19.4711C4.94786 19.9177 4.99817 20.1128 5.05797 20.2399C5.07511 20.2763 5.09546 20.3121 5.11904 20.3468C5.15208 20.3954 5.28388 20.5565 6.02891 20.6531C6.75922 20.7479 7.78889 20.75 9.2958 20.75H14.704C16.2109 20.75 17.2406 20.7479 17.9709 20.6531C18.7159 20.5565 18.8477 20.3954 18.8808 20.3468C18.9043 20.3121 18.9247 20.2763 18.9418 20.2399C19.0017 20.1126 19.052 19.9173 18.8961 19.4709C18.727 18.9865 18.3498 18.3138 17.6513 17.3282C17.332 16.8776 17.4384 16.2534 17.889 15.9341C18.3396 15.6147 18.9637 15.7211 19.2831 16.1717C20.0064 17.1923 20.5191 18.0522 20.7843 18.8115C21.0627 19.6086 21.0918 20.3681 20.7516 21.0913C20.6894 21.2234 20.6169 21.3503 20.5349 21.471C19.9963 22.2635 19.1036 22.5229 18.2283 22.6365C17.3536 22.75 16.1925 22.75 14.7783 22.75H9.2215C7.8073 22.75 6.64624 22.75 5.77152 22.6365C4.89626 22.5229 4.00353 22.2635 3.46492 21.471C3.38291 21.3503 3.31041 21.2234 3.24826 21.0913C2.90793 20.3679 2.93736 19.6083 3.21589 18.8113C3.4812 18.0521 3.99401 17.1923 4.7173 16.1717C5.03664 15.7211 5.6608 15.6147 6.1114 15.9341Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C10.3431 1.25 9 2.59315 9 4.25C9 5.32282 9.56313 6.26411 10.4099 6.79442C7.47495 7.21056 5.69103 10.4748 6.86508 13.3582C7.12056 13.9857 7.71969 14.4167 8.40809 14.4167H8.9002L9.72805 17.9022C9.98103 18.9673 10.9033 19.75 12 19.75C13.0967 19.75 14.019 18.9673 14.272 17.9022L15.0998 14.4167H15.5919C16.2803 14.4167 16.8794 13.9857 17.1349 13.3582C18.309 10.4748 16.525 7.21056 13.5901 6.79442C14.4369 6.26411 15 5.32282 15 4.25C15 2.59315 13.6569 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.96684 16.3882C6.30479 16.6277 6.38459 17.0958 6.14508 17.4337C5.44344 18.4237 5.04921 19.1199 4.86792 19.6387C4.69655 20.1291 4.73689 20.3948 4.83176 20.5964C4.85453 20.6448 4.88139 20.6919 4.91228 20.7374C5.00851 20.879 5.23542 21.0524 5.99674 21.1512C6.74701 21.2485 7.79627 21.2501 9.2958 21.2501H14.704C16.2035 21.2501 17.2528 21.2485 18.0031 21.1512C18.7644 21.0524 18.9913 20.879 19.0875 20.7374C19.1184 20.692 19.1453 20.6448 19.1681 20.5964C19.263 20.3946 19.3034 20.1289 19.1321 19.6386C18.951 19.1198 18.5569 18.4237 17.8553 17.4337C17.6158 17.0958 17.6956 16.6277 18.0335 16.3882C18.3715 16.1486 18.8396 16.2284 19.0791 16.5664C19.7994 17.5826 20.2951 18.4191 20.5483 19.144C20.8113 19.8973 20.8305 20.5863 20.5253 21.235C20.4688 21.3551 20.4028 21.4706 20.3281 21.5805C19.8527 22.28 19.0551 22.5272 18.1961 22.6387C17.3376 22.7501 16.1902 22.7501 14.7618 22.7501H9.23804C7.80964 22.7501 6.66219 22.7501 5.80369 22.6387C4.94471 22.5272 4.1471 22.2801 3.67168 21.5806C3.59698 21.4706 3.531 21.3551 3.47447 21.235C3.16921 20.5862 3.18867 19.8971 3.45189 19.1439C3.7052 18.419 4.20107 17.5826 4.92127 16.5664C5.16078 16.2284 5.6289 16.1486 5.96684 16.3882Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.1114 15.9341C6.562 16.2534 6.66839 16.8776 6.34905 17.3282C5.6505 18.3138 5.27321 18.9866 5.10393 19.4711C4.94786 19.9177 4.99817 20.1128 5.05797 20.2399C5.07511 20.2763 5.09546 20.3121 5.11904 20.3468C5.15208 20.3954 5.28388 20.5565 6.02891 20.6531C6.75922 20.7479 7.78889 20.75 9.2958 20.75H14.704C16.2109 20.75 17.2406 20.7479 17.9709 20.6531C18.7159 20.5565 18.8477 20.3954 18.8808 20.3468C18.9043 20.3121 18.9247 20.2763 18.9418 20.2399C19.0017 20.1126 19.052 19.9173 18.8961 19.4709C18.727 18.9865 18.3498 18.3138 17.6513 17.3282C17.332 16.8776 17.4384 16.2534 17.889 15.9341C18.3396 15.6147 18.9637 15.7211 19.2831 16.1717C20.0064 17.1923 20.5191 18.0522 20.7843 18.8115C21.0627 19.6086 21.0918 20.3681 20.7516 21.0913C20.6894 21.2234 20.6169 21.3503 20.5349 21.471C19.9963 22.2635 19.1036 22.5229 18.2283 22.6365C17.3536 22.75 16.1925 22.75 14.7783 22.75H9.2215C7.8073 22.75 6.64624 22.75 5.77152 22.6365C4.89626 22.5229 4.00353 22.2635 3.46492 21.471C3.38291 21.3503 3.31041 21.2234 3.24826 21.0913C2.90793 20.3679 2.93736 19.6083 3.21589 18.8113C3.4812 18.0521 3.99401 17.1923 4.7173 16.1717C5.03664 15.7211 5.6608 15.6147 6.1114 15.9341Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C10.3431 1.25 9 2.59315 9 4.25C9 5.32282 9.56313 6.26411 10.4099 6.79442C7.47495 7.21056 5.69103 10.4748 6.86508 13.3582C7.12056 13.9857 7.71969 14.4167 8.40809 14.4167H8.9002L9.72805 17.9022C9.98103 18.9673 10.9033 19.75 12 19.75C13.0967 19.75 14.019 18.9673 14.272 17.9022L15.0998 14.4167H15.5919C16.2803 14.4167 16.8794 13.9857 17.1349 13.3582C18.309 10.4748 16.525 7.21056 13.5901 6.79442C14.4369 6.26411 15 5.32282 15 4.25C15 2.59315 13.6569 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-longitude{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4972 21.4043C20.6424 19.4956 22.749 15.999 22.749 12.0018C22.749 8.00452 20.6424 4.50798 17.4972 2.59925C17.1413 2.38323 16.9633 2.27522 16.8563 2.29103C16.7353 2.3089 16.637 2.3989 16.6084 2.51783C16.5832 2.62301 16.6846 2.82945 16.8875 3.24233C18.0114 5.5299 18.6815 8.62808 18.6815 12.0018C18.6815 15.3755 18.0114 18.4737 16.8875 20.7612C16.6846 21.1741 16.5832 21.3806 16.6084 21.4857C16.637 21.6047 16.7353 21.6947 16.8563 21.7125C16.9633 21.7283 17.1413 21.6203 17.4972 21.4043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.31659 12.0018C5.31659 8.62808 5.98661 5.5299 7.11056 3.24234C7.31342 2.82946 7.41485 2.62301 7.38962 2.51783C7.36109 2.3989 7.26272 2.3089 7.14173 2.29103C7.03472 2.27522 6.85675 2.38323 6.5008 2.59925C3.35569 4.50798 1.24902 8.00452 1.24902 12.0018C1.24902 15.9991 3.35569 19.4956 6.5008 21.4043C6.85675 21.6203 7.03472 21.7283 7.14173 21.7125C7.26272 21.6947 7.36108 21.6047 7.38961 21.4857C7.41485 21.3806 7.31342 21.1741 7.11056 20.7612C5.98661 18.4737 5.31659 15.3755 5.31659 12.0018Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3563 1.73445C9.76724 2.22082 9.18887 2.97916 8.66976 4.0357C7.69061 6.02857 7.05983 8.84377 7.05983 12.0018C7.05983 15.1598 7.69061 17.975 8.66976 19.9679C9.18887 21.0244 9.76724 21.7828 10.3563 22.2691C10.6408 22.5041 10.7831 22.6216 10.9553 22.5405C11.1274 22.4594 11.1274 22.2525 11.1274 21.8388V2.16473C11.1274 1.75103 11.1274 1.54418 10.9553 1.46308C10.7831 1.38198 10.6408 1.49947 10.3563 1.73445Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.8706 2.16473V21.8388C12.8706 22.2525 12.8706 22.4594 13.0428 22.5405C13.2149 22.6216 13.3572 22.5041 13.6418 22.2691C14.2308 21.7828 14.8092 21.0244 15.3283 19.9679C16.3074 17.975 16.9382 15.1598 16.9382 12.0018C16.9382 8.84377 16.3074 6.02857 15.3283 4.0357C14.8092 2.97916 14.2308 2.22082 13.6418 1.73445C13.3572 1.49947 13.2149 1.38198 13.0428 1.46308C12.8706 1.54418 12.8706 1.75103 12.8706 2.16473Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4972 21.4043C20.6424 19.4956 22.749 15.999 22.749 12.0018C22.749 8.00452 20.6424 4.50798 17.4972 2.59925C17.1413 2.38323 16.9633 2.27522 16.8563 2.29103C16.7353 2.3089 16.637 2.3989 16.6084 2.51783C16.5832 2.62301 16.6846 2.82945 16.8875 3.24233C18.0114 5.5299 18.6815 8.62808 18.6815 12.0018C18.6815 15.3755 18.0114 18.4737 16.8875 20.7612C16.6846 21.1741 16.5832 21.3806 16.6084 21.4857C16.637 21.6047 16.7353 21.6947 16.8563 21.7125C16.9633 21.7283 17.1413 21.6203 17.4972 21.4043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.31659 12.0018C5.31659 8.62808 5.98661 5.5299 7.11056 3.24234C7.31342 2.82946 7.41485 2.62301 7.38962 2.51783C7.36109 2.3989 7.26272 2.3089 7.14173 2.29103C7.03472 2.27522 6.85675 2.38323 6.5008 2.59925C3.35569 4.50798 1.24902 8.00452 1.24902 12.0018C1.24902 15.9991 3.35569 19.4956 6.5008 21.4043C6.85675 21.6203 7.03472 21.7283 7.14173 21.7125C7.26272 21.6947 7.36108 21.6047 7.38961 21.4857C7.41485 21.3806 7.31342 21.1741 7.11056 20.7612C5.98661 18.4737 5.31659 15.3755 5.31659 12.0018Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3563 1.73445C9.76724 2.22082 9.18887 2.97916 8.66976 4.0357C7.69061 6.02857 7.05983 8.84377 7.05983 12.0018C7.05983 15.1598 7.69061 17.975 8.66976 19.9679C9.18887 21.0244 9.76724 21.7828 10.3563 22.2691C10.6408 22.5041 10.7831 22.6216 10.9553 22.5405C11.1274 22.4594 11.1274 22.2525 11.1274 21.8388V2.16473C11.1274 1.75103 11.1274 1.54418 10.9553 1.46308C10.7831 1.38198 10.6408 1.49947 10.3563 1.73445Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.8706 2.16473V21.8388C12.8706 22.2525 12.8706 22.4594 13.0428 22.5405C13.2149 22.6216 13.3572 22.5041 13.6418 22.2691C14.2308 21.7828 14.8092 21.0244 15.3283 19.9679C16.3074 17.975 16.9382 15.1598 16.9382 12.0018C16.9382 8.84377 16.3074 6.02857 15.3283 4.0357C14.8092 2.97916 14.2308 2.22082 13.6418 1.73445C13.3572 1.49947 13.2149 1.38198 13.0428 1.46308C12.8706 1.54418 12.8706 1.75103 12.8706 2.16473Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-map-pin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.41213 8.33787C9.5 8.42574 9.5 8.56716 9.5 8.85V9.99805C9.5 11.3788 10.6193 12.498 12 12.498C13.3807 12.498 14.5 11.3788 14.5 9.99805V8.85C14.5 8.56716 14.5 8.42574 14.5879 8.33787C14.6757 8.25 14.8172 8.25 15.1 8.25H16.0588H16.0588C17.423 8.24998 18.5289 8.24996 19.3999 8.37682C20.3115 8.5096 21.0736 8.79452 21.6724 9.4432C22.2633 10.0833 22.5156 10.8837 22.6345 11.8415C22.75 12.7727 22.75 13.9601 22.75 15.4484V15.5497C22.75 17.038 22.75 18.2253 22.6345 19.1566C22.5156 20.1144 22.2633 20.9147 21.6724 21.5549C21.0736 22.2035 20.3115 22.4885 19.3999 22.6212C18.5289 22.7481 17.423 22.7481 16.0587 22.7481H7.94126C6.577 22.7481 5.47112 22.7481 4.60009 22.6212C3.68845 22.4885 2.92636 22.2035 2.32758 21.5549C1.73668 20.9147 1.48441 20.1144 1.36555 19.1566C1.24997 18.2253 1.24998 17.0379 1.25 15.5497V15.4484C1.24998 13.9601 1.24997 12.7727 1.36555 11.8415C1.48441 10.8837 1.73668 10.0833 2.32758 9.4432C2.92636 8.79452 3.68845 8.5096 4.60009 8.37682C5.47111 8.24996 6.577 8.24998 7.94124 8.25H7.94126H8.9C9.18284 8.25 9.32426 8.25 9.41213 8.33787ZM6.50403 11.1364C6.02698 10.8581 5.41466 11.0192 5.13638 11.4963C4.8581 11.9733 5.01924 12.5857 5.49629 12.8639L8.60656 14.6783L5.44868 16.766C4.98797 17.0706 4.8614 17.6909 5.16598 18.1516C5.47056 18.6124 6.09094 18.7389 6.55165 18.4343L10.5332 15.8021L17.4963 19.8639C17.9733 20.1422 18.5857 19.9811 18.8639 19.504C19.1422 19.027 18.9811 18.4147 18.504 18.1364L15.6878 16.4936L18.5549 14.5822C19.0144 14.2759 19.1386 13.655 18.8322 13.1955C18.5259 12.7359 17.905 12.6118 17.4455 12.9181L13.7648 15.3719L6.50403 11.1364Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 1.25C10.4812 1.25 9.25 2.48122 9.25 4C9.25 5.09333 9.88804 6.03765 10.8121 6.4809C10.9235 6.53435 11 6.64387 11 6.76744V10C11 10.5523 11.4477 11 12 11C12.5523 11 13 10.5523 13 10V6.76744C13 6.64387 13.0765 6.53435 13.1879 6.4809C14.112 6.03765 14.75 5.09333 14.75 4C14.75 2.48122 13.5188 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.41213 8.33787C9.5 8.42574 9.5 8.56716 9.5 8.85V9.99805C9.5 11.3788 10.6193 12.498 12 12.498C13.3807 12.498 14.5 11.3788 14.5 9.99805V8.85C14.5 8.56716 14.5 8.42574 14.5879 8.33787C14.6757 8.25 14.8172 8.25 15.1 8.25H16.0588H16.0588C17.423 8.24998 18.5289 8.24996 19.3999 8.37682C20.3115 8.5096 21.0736 8.79452 21.6724 9.4432C22.2633 10.0833 22.5156 10.8837 22.6345 11.8415C22.75 12.7727 22.75 13.9601 22.75 15.4484V15.5497C22.75 17.038 22.75 18.2253 22.6345 19.1566C22.5156 20.1144 22.2633 20.9147 21.6724 21.5549C21.0736 22.2035 20.3115 22.4885 19.3999 22.6212C18.5289 22.7481 17.423 22.7481 16.0587 22.7481H7.94126C6.577 22.7481 5.47112 22.7481 4.60009 22.6212C3.68845 22.4885 2.92636 22.2035 2.32758 21.5549C1.73668 20.9147 1.48441 20.1144 1.36555 19.1566C1.24997 18.2253 1.24998 17.0379 1.25 15.5497V15.4484C1.24998 13.9601 1.24997 12.7727 1.36555 11.8415C1.48441 10.8837 1.73668 10.0833 2.32758 9.4432C2.92636 8.79452 3.68845 8.5096 4.60009 8.37682C5.47111 8.24996 6.577 8.24998 7.94124 8.25H7.94126H8.9C9.18284 8.25 9.32426 8.25 9.41213 8.33787ZM6.50403 11.1364C6.02698 10.8581 5.41466 11.0192 5.13638 11.4963C4.8581 11.9733 5.01924 12.5857 5.49629 12.8639L8.60656 14.6783L5.44868 16.766C4.98797 17.0706 4.8614 17.6909 5.16598 18.1516C5.47056 18.6124 6.09094 18.7389 6.55165 18.4343L10.5332 15.8021L17.4963 19.8639C17.9733 20.1422 18.5857 19.9811 18.8639 19.504C19.1422 19.027 18.9811 18.4147 18.504 18.1364L15.6878 16.4936L18.5549 14.5822C19.0144 14.2759 19.1386 13.655 18.8322 13.1955C18.5259 12.7359 17.905 12.6118 17.4455 12.9181L13.7648 15.3719L6.50403 11.1364Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 1.25C10.4812 1.25 9.25 2.48122 9.25 4C9.25 5.09333 9.88804 6.03765 10.8121 6.4809C10.9235 6.53435 11 6.64387 11 6.76744V10C11 10.5523 11.4477 11 12 11C12.5523 11 13 10.5523 13 10V6.76744C13 6.64387 13.0765 6.53435 13.1879 6.4809C14.112 6.03765 14.75 5.09333 14.75 4C14.75 2.48122 13.5188 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-map-pinpoint-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 10.9258C1.25 5.60954 5.72587 1.25 11.0029 1.25C15.9318 1.25 20.1617 5.05315 20.6985 9.88679C20.7318 10.1864 20.7484 10.3362 20.6564 10.4047C20.5644 10.4732 20.4147 10.4096 20.1151 10.2826C19.3069 9.93958 18.4233 9.75 17.5049 9.75C16.7745 9.75 16.066 9.86994 15.4 10.0916C15.1822 10.1641 15.0734 10.2003 14.9989 10.1624C14.9243 10.1245 14.8883 10.0114 14.8163 9.7853C14.302 8.17005 12.7891 7 11.0029 7C8.79314 7 7.00174 8.79086 7.00174 11C7.00174 13.014 8.49058 14.6803 10.428 14.959C10.661 14.9925 10.7775 15.0093 10.8271 15.0761C10.8768 15.1428 10.8598 15.2556 10.826 15.4811C10.7779 15.8015 10.7529 16.1293 10.7529 16.4629C10.7529 18.3959 11.5817 19.9511 12.5901 21.1236C12.6881 21.2376 12.7885 21.3488 12.8909 21.4573C13.0532 21.6293 13.1343 21.7153 13.1225 21.8089C13.1108 21.9025 13.0144 21.9634 12.8218 22.0854C12.6545 22.1913 12.4877 22.2949 12.3218 22.3964L12.3105 22.4033L12.299 22.4098C11.9037 22.6329 11.457 22.75 11.0029 22.75C10.5489 22.75 10.1022 22.6329 9.70688 22.4098L9.69368 22.4024L9.68079 22.3944C7.7203 21.1811 5.62628 19.6728 4.01773 17.8025C2.40222 15.9241 1.25 13.6482 1.25 10.9258Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 11.25C14.6598 11.25 12.25 13.5931 12.25 16.4629C12.25 17.9384 12.8764 19.1598 13.7241 20.1457C14.5649 21.1236 15.6491 21.9016 16.6417 22.516L16.6546 22.524L16.6678 22.5315C16.9218 22.6748 17.2086 22.75 17.5 22.75C17.7914 22.75 18.0782 22.6748 18.3322 22.5315L18.3437 22.525L18.355 22.5181C19.3529 21.9074 20.4376 21.1268 21.2781 20.1459C22.1249 19.1576 22.75 17.9337 22.75 16.4629C22.75 13.5931 20.3402 11.25 17.5 11.25ZM17.4911 14.5C16.3914 14.5 15.5 15.3954 15.5 16.5C15.5 17.6046 16.3914 18.5 17.4911 18.5H17.5089C18.6086 18.5 19.5 17.6046 19.5 16.5C19.5 15.3954 18.6086 14.5 17.5089 14.5H17.4911Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 10.9258C1.25 5.60954 5.72587 1.25 11.0029 1.25C15.9318 1.25 20.1617 5.05315 20.6985 9.88679C20.7318 10.1864 20.7484 10.3362 20.6564 10.4047C20.5644 10.4732 20.4147 10.4096 20.1151 10.2826C19.3069 9.93958 18.4233 9.75 17.5049 9.75C16.7745 9.75 16.066 9.86994 15.4 10.0916C15.1822 10.1641 15.0734 10.2003 14.9989 10.1624C14.9243 10.1245 14.8883 10.0114 14.8163 9.7853C14.302 8.17005 12.7891 7 11.0029 7C8.79314 7 7.00174 8.79086 7.00174 11C7.00174 13.014 8.49058 14.6803 10.428 14.959C10.661 14.9925 10.7775 15.0093 10.8271 15.0761C10.8768 15.1428 10.8598 15.2556 10.826 15.4811C10.7779 15.8015 10.7529 16.1293 10.7529 16.4629C10.7529 18.3959 11.5817 19.9511 12.5901 21.1236C12.6881 21.2376 12.7885 21.3488 12.8909 21.4573C13.0532 21.6293 13.1343 21.7153 13.1225 21.8089C13.1108 21.9025 13.0144 21.9634 12.8218 22.0854C12.6545 22.1913 12.4877 22.2949 12.3218 22.3964L12.3105 22.4033L12.299 22.4098C11.9037 22.6329 11.457 22.75 11.0029 22.75C10.5489 22.75 10.1022 22.6329 9.70688 22.4098L9.69368 22.4024L9.68079 22.3944C7.7203 21.1811 5.62628 19.6728 4.01773 17.8025C2.40222 15.9241 1.25 13.6482 1.25 10.9258Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 11.25C14.6598 11.25 12.25 13.5931 12.25 16.4629C12.25 17.9384 12.8764 19.1598 13.7241 20.1457C14.5649 21.1236 15.6491 21.9016 16.6417 22.516L16.6546 22.524L16.6678 22.5315C16.9218 22.6748 17.2086 22.75 17.5 22.75C17.7914 22.75 18.0782 22.6748 18.3322 22.5315L18.3437 22.525L18.355 22.5181C19.3529 21.9074 20.4376 21.1268 21.2781 20.1459C22.1249 19.1576 22.75 17.9337 22.75 16.4629C22.75 13.5931 20.3402 11.25 17.5 11.25ZM17.4911 14.5C16.3914 14.5 15.5 15.3954 15.5 16.5C15.5 17.6046 16.3914 18.5 17.4911 18.5H17.5089C18.6086 18.5 19.5 17.6046 19.5 16.5C19.5 15.3954 18.6086 14.5 17.5089 14.5H17.4911Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-map-pinpoint-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.99616 7.08468C3.52407 3.51303 7.1744 1.25 11.0006 1.25C14.8267 1.25 18.4771 3.51303 20.005 7.08468C20.4256 8.06803 20.6544 9.00854 20.7264 9.90834C20.7492 10.1924 20.7605 10.3344 20.6695 10.4004C20.5785 10.4663 20.4359 10.4064 20.1508 10.2868C19.3169 9.9368 18.4146 9.75 17.502 9.75C16.7817 9.75 16.0678 9.86637 15.3889 10.0875C15.1732 10.1578 15.0653 10.1929 14.9913 10.155C14.9173 10.1171 14.8815 10.0052 14.81 9.78142C14.2946 8.16818 12.7832 7 10.999 7C8.78988 7 6.99902 8.79086 6.99902 11C6.99902 13.008 8.47867 14.6705 10.4071 14.9565C10.6366 14.9906 10.7514 15.0076 10.8007 15.0733C10.85 15.139 10.8348 15.2509 10.8043 15.4748C10.5741 17.1635 11.1162 18.6498 11.9153 19.8547C12.276 20.3986 12.7049 20.9089 13.1447 21.3767C13.26 21.4995 13.3177 21.5608 13.323 21.6313C13.3241 21.6458 13.3237 21.6596 13.3217 21.6739C13.3119 21.7439 13.2512 21.8008 13.1298 21.9144C12.5548 22.4528 11.7909 22.75 11.0006 22.75C10.2102 22.75 9.44636 22.4528 8.87134 21.9145L8.86968 21.9129C8.55943 21.6206 8.2369 21.3224 7.90757 21.0178L7.90645 21.0168C6.17737 19.4178 4.2608 17.6454 2.94674 15.6595C1.34399 13.2373 0.574203 10.4086 1.99616 7.08468Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5011 11.25C15.4495 11.25 13.4828 12.4592 12.6556 14.3884C11.8819 16.193 12.3099 17.7372 13.1645 19.0257C13.8536 20.0649 14.8591 20.992 15.7352 21.7999L15.7353 21.8C15.9005 21.9524 16.0611 22.1005 16.2142 22.2443L16.2157 22.2457C16.565 22.572 17.0263 22.75 17.5011 22.75C17.9758 22.75 18.4371 22.572 18.7865 22.2457C18.9316 22.1101 19.0833 21.9707 19.2392 21.8275C20.1242 21.0144 21.143 20.0784 21.8393 19.0261C22.6928 17.7364 23.1193 16.1908 22.3466 14.3884C21.5194 12.4592 19.5526 11.25 17.5011 11.25ZM17.492 14.5C16.3924 14.5 15.501 15.3954 15.501 16.5C15.501 17.6046 16.3924 18.5 17.492 18.5H17.5099C18.6095 18.5 19.501 17.6046 19.501 16.5C19.501 15.3954 18.6095 14.5 17.5099 14.5H17.492Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.99616 7.08468C3.52407 3.51303 7.1744 1.25 11.0006 1.25C14.8267 1.25 18.4771 3.51303 20.005 7.08468C20.4256 8.06803 20.6544 9.00854 20.7264 9.90834C20.7492 10.1924 20.7605 10.3344 20.6695 10.4004C20.5785 10.4663 20.4359 10.4064 20.1508 10.2868C19.3169 9.9368 18.4146 9.75 17.502 9.75C16.7817 9.75 16.0678 9.86637 15.3889 10.0875C15.1732 10.1578 15.0653 10.1929 14.9913 10.155C14.9173 10.1171 14.8815 10.0052 14.81 9.78142C14.2946 8.16818 12.7832 7 10.999 7C8.78988 7 6.99902 8.79086 6.99902 11C6.99902 13.008 8.47867 14.6705 10.4071 14.9565C10.6366 14.9906 10.7514 15.0076 10.8007 15.0733C10.85 15.139 10.8348 15.2509 10.8043 15.4748C10.5741 17.1635 11.1162 18.6498 11.9153 19.8547C12.276 20.3986 12.7049 20.9089 13.1447 21.3767C13.26 21.4995 13.3177 21.5608 13.323 21.6313C13.3241 21.6458 13.3237 21.6596 13.3217 21.6739C13.3119 21.7439 13.2512 21.8008 13.1298 21.9144C12.5548 22.4528 11.7909 22.75 11.0006 22.75C10.2102 22.75 9.44636 22.4528 8.87134 21.9145L8.86968 21.9129C8.55943 21.6206 8.2369 21.3224 7.90757 21.0178L7.90645 21.0168C6.17737 19.4178 4.2608 17.6454 2.94674 15.6595C1.34399 13.2373 0.574203 10.4086 1.99616 7.08468Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5011 11.25C15.4495 11.25 13.4828 12.4592 12.6556 14.3884C11.8819 16.193 12.3099 17.7372 13.1645 19.0257C13.8536 20.0649 14.8591 20.992 15.7352 21.7999L15.7353 21.8C15.9005 21.9524 16.0611 22.1005 16.2142 22.2443L16.2157 22.2457C16.565 22.572 17.0263 22.75 17.5011 22.75C17.9758 22.75 18.4371 22.572 18.7865 22.2457C18.9316 22.1101 19.0833 21.9707 19.2392 21.8275C20.1242 21.0144 21.143 20.0784 21.8393 19.0261C22.6928 17.7364 23.1193 16.1908 22.3466 14.3884C21.5194 12.4592 19.5526 11.25 17.5011 11.25ZM17.492 14.5C16.3924 14.5 15.501 15.3954 15.501 16.5C15.501 17.6046 16.3924 18.5 17.492 18.5H17.5099C18.6095 18.5 19.501 17.6046 19.501 16.5C19.501 15.3954 18.6095 14.5 17.5099 14.5H17.492Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-maping{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25 2.918C7.25 2.71167 7.25 2.6085 7.19842 2.53231C7.15658 2.47053 7.0775 2.41888 7.0041 2.40543C6.9136 2.38884 6.82783 2.42651 6.65628 2.50186C6.61935 2.51808 6.5823 2.53479 6.54509 2.55197C6.08426 2.76481 5.55432 3.07224 4.90724 3.44762L4.90724 3.44762L3.6187 4.1951L3.61869 4.1951C3.15062 4.46661 2.75247 4.69756 2.44084 4.92259C2.10848 5.16259 1.82705 5.42809 1.61998 5.79158C1.4134 6.15419 1.32728 6.53282 1.28746 6.94312C1.24997 7.32949 1.24999 7.79583 1.25 8.34697V8.34701V8.34704V16.5861V16.5861V16.5861C1.24999 17.3152 1.24998 17.918 1.29639 18.3895C1.34327 18.8656 1.44676 19.3439 1.75833 19.7305C2.09802 20.1519 2.57688 20.4384 3.11024 20.5336C3.60335 20.6216 4.0707 20.4737 4.5015 20.2792C4.92742 20.0869 5.49919 19.7552 6.11822 19.3961C6.40134 19.2318 6.6546 19.0849 6.89091 18.9628C7.07195 18.8693 7.16247 18.8225 7.20624 18.7506C7.25 18.6788 7.25 18.5842 7.25 18.395V17.918C7.25 17.5038 7.58579 17.168 8 17.168C8.41421 17.168 8.75 17.5038 8.75 17.918V18.2664C8.75 18.469 8.75 18.5703 8.7977 18.6444C8.84539 18.7185 8.94451 18.7637 9.14275 18.854C9.36402 18.9548 9.64479 19.0928 10.0237 19.2812L13.8376 21.1776C14.0293 21.2731 14.25 21.1322 14.25 20.918C14.25 20.5038 14.5858 20.168 15 20.168C15.4142 20.168 15.75 20.5038 15.75 20.918V21.5585C15.75 21.619 15.799 21.6681 15.8595 21.668L18.0529 21.668C18.9506 21.668 19.7008 21.6681 20.2966 21.5862C20.9275 21.4995 21.4955 21.3086 21.9503 20.8438C22.4028 20.3813 22.5866 19.8074 22.6704 19.1705C22.7501 18.5648 22.75 17.8009 22.75 16.8809V10.0382C22.75 9.11827 22.7501 8.3544 22.6704 7.74867C22.5866 7.11179 22.4028 6.5379 21.9503 6.07538C21.4955 5.61057 20.9275 5.41967 20.2966 5.33299C19.7008 5.25111 18.9506 5.25113 18.0529 5.25116L15.9214 5.25116C15.8268 5.25116 15.75 5.32771 15.75 5.42224V5.918C15.75 6.33222 15.4142 6.668 15 6.668C14.5858 6.668 14.25 6.33222 14.25 5.918V5.16239C14.25 4.98154 14.25 4.89111 14.205 4.81851C14.16 4.74591 14.0791 4.70565 13.9171 4.62513L11.1426 3.24554L11.1425 3.24553C10.4736 2.91288 9.92553 2.64037 9.45232 2.45779C9.43389 2.45068 9.4155 2.44368 9.39715 2.43678C9.15786 2.34687 9.03822 2.30192 8.92442 2.35437C8.89519 2.36784 8.86202 2.39081 8.83913 2.41344C8.75 2.50152 8.75 2.64034 8.75 2.918C8.75 3.33222 8.41421 3.668 8 3.668C7.58579 3.668 7.25 3.33222 7.25 2.918ZM8.75 5.918C8.75 5.50379 8.41421 5.168 8 5.168C7.58579 5.168 7.25 5.50379 7.25 5.918V6.918C7.25 7.33222 7.58579 7.668 8 7.668C8.41421 7.668 8.75 7.33222 8.75 6.918V5.918ZM15.75 8.918C15.75 8.50379 15.4142 8.168 15 8.168C14.5858 8.168 14.25 8.50379 14.25 8.918V9.918C14.25 10.3322 14.5858 10.668 15 10.668C15.4142 10.668 15.75 10.3322 15.75 9.918V8.918ZM8.75 9.918C8.75 9.50379 8.41421 9.168 8 9.168C7.58579 9.168 7.25 9.50379 7.25 9.918V10.918C7.25 11.3322 7.58579 11.668 8 11.668C8.41421 11.668 8.75 11.3322 8.75 10.918V9.918ZM15.75 12.918C15.75 12.5038 15.4142 12.168 15 12.168C14.5858 12.168 14.25 12.5038 14.25 12.918V13.918C14.25 14.3322 14.5858 14.668 15 14.668C15.4142 14.668 15.75 14.3322 15.75 13.918V12.918ZM8.75 13.918C8.75 13.5038 8.41421 13.168 8 13.168C7.58579 13.168 7.25 13.5038 7.25 13.918V14.918C7.25 15.3322 7.58579 15.668 8 15.668C8.41421 15.668 8.75 15.3322 8.75 14.918V13.918ZM15.75 16.918C15.75 16.5038 15.4142 16.168 15 16.168C14.5858 16.168 14.25 16.5038 14.25 16.918V17.918C14.25 18.3322 14.5858 18.668 15 18.668C15.4142 18.668 15.75 18.3322 15.75 17.918V16.918Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25 2.918C7.25 2.71167 7.25 2.6085 7.19842 2.53231C7.15658 2.47053 7.0775 2.41888 7.0041 2.40543C6.9136 2.38884 6.82783 2.42651 6.65628 2.50186C6.61935 2.51808 6.5823 2.53479 6.54509 2.55197C6.08426 2.76481 5.55432 3.07224 4.90724 3.44762L4.90724 3.44762L3.6187 4.1951L3.61869 4.1951C3.15062 4.46661 2.75247 4.69756 2.44084 4.92259C2.10848 5.16259 1.82705 5.42809 1.61998 5.79158C1.4134 6.15419 1.32728 6.53282 1.28746 6.94312C1.24997 7.32949 1.24999 7.79583 1.25 8.34697V8.34701V8.34704V16.5861V16.5861V16.5861C1.24999 17.3152 1.24998 17.918 1.29639 18.3895C1.34327 18.8656 1.44676 19.3439 1.75833 19.7305C2.09802 20.1519 2.57688 20.4384 3.11024 20.5336C3.60335 20.6216 4.0707 20.4737 4.5015 20.2792C4.92742 20.0869 5.49919 19.7552 6.11822 19.3961C6.40134 19.2318 6.6546 19.0849 6.89091 18.9628C7.07195 18.8693 7.16247 18.8225 7.20624 18.7506C7.25 18.6788 7.25 18.5842 7.25 18.395V17.918C7.25 17.5038 7.58579 17.168 8 17.168C8.41421 17.168 8.75 17.5038 8.75 17.918V18.2664C8.75 18.469 8.75 18.5703 8.7977 18.6444C8.84539 18.7185 8.94451 18.7637 9.14275 18.854C9.36402 18.9548 9.64479 19.0928 10.0237 19.2812L13.8376 21.1776C14.0293 21.2731 14.25 21.1322 14.25 20.918C14.25 20.5038 14.5858 20.168 15 20.168C15.4142 20.168 15.75 20.5038 15.75 20.918V21.5585C15.75 21.619 15.799 21.6681 15.8595 21.668L18.0529 21.668C18.9506 21.668 19.7008 21.6681 20.2966 21.5862C20.9275 21.4995 21.4955 21.3086 21.9503 20.8438C22.4028 20.3813 22.5866 19.8074 22.6704 19.1705C22.7501 18.5648 22.75 17.8009 22.75 16.8809V10.0382C22.75 9.11827 22.7501 8.3544 22.6704 7.74867C22.5866 7.11179 22.4028 6.5379 21.9503 6.07538C21.4955 5.61057 20.9275 5.41967 20.2966 5.33299C19.7008 5.25111 18.9506 5.25113 18.0529 5.25116L15.9214 5.25116C15.8268 5.25116 15.75 5.32771 15.75 5.42224V5.918C15.75 6.33222 15.4142 6.668 15 6.668C14.5858 6.668 14.25 6.33222 14.25 5.918V5.16239C14.25 4.98154 14.25 4.89111 14.205 4.81851C14.16 4.74591 14.0791 4.70565 13.9171 4.62513L11.1426 3.24554L11.1425 3.24553C10.4736 2.91288 9.92553 2.64037 9.45232 2.45779C9.43389 2.45068 9.4155 2.44368 9.39715 2.43678C9.15786 2.34687 9.03822 2.30192 8.92442 2.35437C8.89519 2.36784 8.86202 2.39081 8.83913 2.41344C8.75 2.50152 8.75 2.64034 8.75 2.918C8.75 3.33222 8.41421 3.668 8 3.668C7.58579 3.668 7.25 3.33222 7.25 2.918ZM8.75 5.918C8.75 5.50379 8.41421 5.168 8 5.168C7.58579 5.168 7.25 5.50379 7.25 5.918V6.918C7.25 7.33222 7.58579 7.668 8 7.668C8.41421 7.668 8.75 7.33222 8.75 6.918V5.918ZM15.75 8.918C15.75 8.50379 15.4142 8.168 15 8.168C14.5858 8.168 14.25 8.50379 14.25 8.918V9.918C14.25 10.3322 14.5858 10.668 15 10.668C15.4142 10.668 15.75 10.3322 15.75 9.918V8.918ZM8.75 9.918C8.75 9.50379 8.41421 9.168 8 9.168C7.58579 9.168 7.25 9.50379 7.25 9.918V10.918C7.25 11.3322 7.58579 11.668 8 11.668C8.41421 11.668 8.75 11.3322 8.75 10.918V9.918ZM15.75 12.918C15.75 12.5038 15.4142 12.168 15 12.168C14.5858 12.168 14.25 12.5038 14.25 12.918V13.918C14.25 14.3322 14.5858 14.668 15 14.668C15.4142 14.668 15.75 14.3322 15.75 13.918V12.918ZM8.75 13.918C8.75 13.5038 8.41421 13.168 8 13.168C7.58579 13.168 7.25 13.5038 7.25 13.918V14.918C7.25 15.3322 7.58579 15.668 8 15.668C8.41421 15.668 8.75 15.3322 8.75 14.918V13.918ZM15.75 16.918C15.75 16.5038 15.4142 16.168 15 16.168C14.5858 16.168 14.25 16.5038 14.25 16.918V17.918C14.25 18.3322 14.5858 18.668 15 18.668C15.4142 18.668 15.75 18.3322 15.75 17.918V16.918Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-maps-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5005 5.25C11.8272 5.25 10.2395 6.26527 9.57473 7.86388C8.95242 9.36031 9.29999 10.645 9.98118 11.704C10.5245 12.5486 11.3178 13.3025 11.9889 13.9402C12.1143 14.0594 12.2355 14.1745 12.3499 14.2854L12.3516 14.287C12.6603 14.5843 13.0723 14.75 13.5005 14.75C13.9287 14.75 14.3407 14.5843 14.6494 14.2869C14.7581 14.1822 14.8728 14.0737 14.9912 13.9615C15.6689 13.3199 16.4722 12.5593 17.0211 11.7042C17.7014 10.6442 18.0477 9.3585 17.4262 7.86388C16.7614 6.26527 15.1737 5.25 13.5005 5.25ZM13.4952 8C12.6705 8 12.002 8.67157 12.002 9.5C12.002 10.3284 12.6705 11 13.4952 11H13.5087C14.3334 11 15.002 10.3284 15.002 9.5C15.002 8.67157 14.3334 8 13.5087 8H13.4952Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 14.3714 2.01783 16.5634 3.31844 18.3411C3.49521 18.5827 3.5836 18.7035 3.72119 18.7141C3.85878 18.7247 3.96877 18.6147 4.18875 18.3947L8.3976 14.1858C8.5976 13.9858 8.6976 13.8858 8.6976 13.7615C8.6976 13.6372 8.5976 13.5372 8.3976 13.3372L4.09914 9.03878C3.9623 8.90193 3.89387 8.83351 3.87701 8.74159C3.86015 8.64967 3.89807 8.56534 3.9739 8.3967C5.35024 5.33587 8.4261 3.20459 11.9997 3.20459C16.8573 3.20459 20.7952 7.14245 20.7952 12C20.7952 15.5737 18.6639 18.6495 15.6031 20.0259C15.4344 20.1017 15.3501 20.1396 15.2582 20.1228C15.1663 20.1059 15.0979 20.0375 14.961 19.9006L10.6603 15.6C10.4603 15.4 10.3603 15.3 10.2361 15.3C10.1118 15.3 10.0118 15.4 9.81181 15.6L5.6026 19.8093C5.38268 20.0292 5.27272 20.1391 5.2833 20.2767C5.29387 20.4143 5.41461 20.5027 5.65608 20.6795C7.43423 21.9813 9.62735 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5005 5.25C11.8272 5.25 10.2395 6.26527 9.57473 7.86388C8.95242 9.36031 9.29999 10.645 9.98118 11.704C10.5245 12.5486 11.3178 13.3025 11.9889 13.9402C12.1143 14.0594 12.2355 14.1745 12.3499 14.2854L12.3516 14.287C12.6603 14.5843 13.0723 14.75 13.5005 14.75C13.9287 14.75 14.3407 14.5843 14.6494 14.2869C14.7581 14.1822 14.8728 14.0737 14.9912 13.9615C15.6689 13.3199 16.4722 12.5593 17.0211 11.7042C17.7014 10.6442 18.0477 9.3585 17.4262 7.86388C16.7614 6.26527 15.1737 5.25 13.5005 5.25ZM13.4952 8C12.6705 8 12.002 8.67157 12.002 9.5C12.002 10.3284 12.6705 11 13.4952 11H13.5087C14.3334 11 15.002 10.3284 15.002 9.5C15.002 8.67157 14.3334 8 13.5087 8H13.4952Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 14.3714 2.01783 16.5634 3.31844 18.3411C3.49521 18.5827 3.5836 18.7035 3.72119 18.7141C3.85878 18.7247 3.96877 18.6147 4.18875 18.3947L8.3976 14.1858C8.5976 13.9858 8.6976 13.8858 8.6976 13.7615C8.6976 13.6372 8.5976 13.5372 8.3976 13.3372L4.09914 9.03878C3.9623 8.90193 3.89387 8.83351 3.87701 8.74159C3.86015 8.64967 3.89807 8.56534 3.9739 8.3967C5.35024 5.33587 8.4261 3.20459 11.9997 3.20459C16.8573 3.20459 20.7952 7.14245 20.7952 12C20.7952 15.5737 18.6639 18.6495 15.6031 20.0259C15.4344 20.1017 15.3501 20.1396 15.2582 20.1228C15.1663 20.1059 15.0979 20.0375 14.961 19.9006L10.6603 15.6C10.4603 15.4 10.3603 15.3 10.2361 15.3C10.1118 15.3 10.0118 15.4 9.81181 15.6L5.6026 19.8093C5.38268 20.0292 5.27272 20.1391 5.2833 20.2767C5.29387 20.4143 5.41461 20.5027 5.65608 20.6795C7.43423 21.9813 9.62735 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-maps-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.501 5.25C11.182 5.25 9.25098 7.20968 9.25098 9.57031C9.25098 12.003 11.2356 13.5789 12.7377 14.5353L12.7506 14.5436L12.7639 14.5513C12.9875 14.6811 13.2416 14.75 13.501 14.75C13.7603 14.75 14.0144 14.6811 14.2381 14.5513L14.2496 14.5446L14.261 14.5374C15.7724 13.5861 17.751 11.9949 17.751 9.57031C17.751 7.20968 15.8199 5.25 13.501 5.25ZM13.4943 8C12.6695 8 12.001 8.67157 12.001 9.5C12.001 10.3284 12.6695 11 13.4943 11H13.5077C14.3324 11 15.001 10.3284 15.001 9.5C15.001 8.67157 14.3324 8 13.5077 8H13.4943Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.001 1.25C6.06392 1.25 1.25098 6.06294 1.25098 12C1.25098 14.3714 2.01881 16.5634 3.31942 18.3411C3.49619 18.5827 3.58457 18.7035 3.72217 18.7141C3.85976 18.7247 3.96975 18.6147 4.18973 18.3947L8.39858 14.1858C8.59857 13.9858 8.69857 13.8858 8.69857 13.7615C8.69857 13.6372 8.59857 13.5372 8.39857 13.3372L4.10012 9.03878C3.96327 8.90193 3.89485 8.83351 3.87799 8.74159C3.86113 8.64967 3.89904 8.56534 3.97488 8.3967C5.35122 5.33587 8.42708 3.20459 12.0007 3.20459C16.8583 3.20459 20.7962 7.14245 20.7962 12C20.7962 15.5737 18.6649 18.6495 15.6041 20.0259C15.4354 20.1017 15.3511 20.1396 15.2592 20.1228C15.1673 20.1059 15.0988 20.0375 14.962 19.9006L10.6613 15.6C10.4613 15.4 10.3613 15.3 10.237 15.3C10.1128 15.3 10.0128 15.4 9.81278 15.6L5.60357 19.8093C5.38366 20.0292 5.2737 20.1391 5.28427 20.2767C5.29485 20.4143 5.41558 20.5027 5.65706 20.6795C7.43521 21.9813 9.62833 22.75 12.001 22.75C17.938 22.75 22.751 17.9371 22.751 12C22.751 6.06294 17.938 1.25 12.001 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.501 5.25C11.182 5.25 9.25098 7.20968 9.25098 9.57031C9.25098 12.003 11.2356 13.5789 12.7377 14.5353L12.7506 14.5436L12.7639 14.5513C12.9875 14.6811 13.2416 14.75 13.501 14.75C13.7603 14.75 14.0144 14.6811 14.2381 14.5513L14.2496 14.5446L14.261 14.5374C15.7724 13.5861 17.751 11.9949 17.751 9.57031C17.751 7.20968 15.8199 5.25 13.501 5.25ZM13.4943 8C12.6695 8 12.001 8.67157 12.001 9.5C12.001 10.3284 12.6695 11 13.4943 11H13.5077C14.3324 11 15.001 10.3284 15.001 9.5C15.001 8.67157 14.3324 8 13.5077 8H13.4943Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.001 1.25C6.06392 1.25 1.25098 6.06294 1.25098 12C1.25098 14.3714 2.01881 16.5634 3.31942 18.3411C3.49619 18.5827 3.58457 18.7035 3.72217 18.7141C3.85976 18.7247 3.96975 18.6147 4.18973 18.3947L8.39858 14.1858C8.59857 13.9858 8.69857 13.8858 8.69857 13.7615C8.69857 13.6372 8.59857 13.5372 8.39857 13.3372L4.10012 9.03878C3.96327 8.90193 3.89485 8.83351 3.87799 8.74159C3.86113 8.64967 3.89904 8.56534 3.97488 8.3967C5.35122 5.33587 8.42708 3.20459 12.0007 3.20459C16.8583 3.20459 20.7962 7.14245 20.7962 12C20.7962 15.5737 18.6649 18.6495 15.6041 20.0259C15.4354 20.1017 15.3511 20.1396 15.2592 20.1228C15.1673 20.1059 15.0988 20.0375 14.962 19.9006L10.6613 15.6C10.4613 15.4 10.3613 15.3 10.237 15.3C10.1128 15.3 10.0128 15.4 9.81278 15.6L5.60357 19.8093C5.38366 20.0292 5.2737 20.1391 5.28427 20.2767C5.29485 20.4143 5.41558 20.5027 5.65706 20.6795C7.43521 21.9813 9.62833 22.75 12.001 22.75C17.938 22.75 22.751 17.9371 22.751 12C22.751 6.06294 17.938 1.25 12.001 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-maps-editing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.1832 14.6018C19.5185 14.2387 19.6862 14.0572 19.8643 13.9513C20.2942 13.6958 20.8236 13.6878 21.2607 13.9303C21.4418 14.0308 21.6146 14.2072 21.9603 14.5601C22.3059 14.9129 22.4787 15.0894 22.5772 15.2743C22.8147 15.7205 22.8069 16.2609 22.5566 16.6997C22.4529 16.8816 22.2751 17.0528 21.9194 17.3951L17.6878 21.4682C17.0138 22.1169 16.6768 22.4413 16.2556 22.6057C15.8345 22.7701 15.3714 22.758 14.4454 22.7338L14.3194 22.7305C14.0375 22.7231 13.8966 22.7194 13.8146 22.6265C13.7327 22.5336 13.7439 22.3901 13.7662 22.1031L13.7784 21.9473C13.8414 21.1396 13.8728 20.7357 14.0307 20.3727C14.1885 20.0096 14.4607 19.7149 15.0052 19.1253L19.1832 14.6018Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 17.1732C8.75 17.3756 8.75 17.4768 8.7977 17.5509C8.84539 17.625 8.9445 17.6702 9.14273 17.7604C9.364 17.8612 9.6448 17.9991 10.0237 18.1873L12.4168 19.3765C12.5774 19.4563 12.6578 19.4962 12.7304 19.4771C12.803 19.458 12.8574 19.3777 12.966 19.2171C13.2081 18.8592 13.5045 18.5396 13.8018 18.219L13.9031 18.1096L14.1438 17.8489C14.1963 17.7921 14.2225 17.7637 14.2363 17.7286C14.25 17.6935 14.25 17.6548 14.25 17.5775L14.25 4.07791C14.25 3.89718 14.25 3.80681 14.205 3.73426C14.16 3.66171 14.0791 3.62148 13.9171 3.54101L11.1426 2.16234C10.4736 1.82991 9.92553 1.55757 9.45232 1.37512C9.16028 1.26251 9.01425 1.20621 8.88544 1.29067L8.87522 1.29767C8.75 1.38737 8.75 1.55625 8.75 1.89401L8.75 17.1732Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 12.2671C22.75 12.6379 22.75 12.8234 22.6508 12.8812C22.5516 12.9391 22.3688 12.8358 22.0032 12.6291C21.9982 12.6262 21.9932 12.6234 21.9882 12.6206C21.0843 12.1191 19.986 12.1359 19.0978 12.6638C18.7221 12.8871 18.4054 13.2324 18.1545 13.5061L18.081 13.586L16.4438 15.3586C16.1508 15.6759 16.0043 15.8346 15.8771 15.7848C15.75 15.7351 15.75 15.5191 15.75 15.0873L15.75 4.33759C15.75 4.24312 15.8268 4.16662 15.9214 4.16662L18.0529 4.16662C18.9506 4.16659 19.7008 4.16657 20.2966 4.24839C20.9275 4.33502 21.4955 4.52579 21.9503 4.99029C22.4028 5.45251 22.5866 6.02601 22.6704 6.66247C22.7501 7.2678 22.75 8.03116 22.75 8.9505V12.2671Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.25 1.9569C7.25 1.62958 7.25 1.46593 7.13415 1.37591C7.1208 1.36553 7.10282 1.35404 7.08779 1.34627C6.95744 1.27892 6.81999 1.34235 6.54509 1.46923C6.08426 1.68193 5.55431 1.98915 4.90724 2.36428L3.6187 3.11126C3.15062 3.38259 2.75247 3.61339 2.44084 3.83827C2.10848 4.07811 1.82705 4.34344 1.61998 4.70668C1.4134 5.06905 1.32728 5.44743 1.28746 5.85746C1.24997 6.24357 1.24999 6.70959 1.25 7.26037V15.494C1.24999 16.2226 1.24998 16.8251 1.29639 17.2962C1.34327 17.772 1.44676 18.25 1.75833 18.6363C2.09802 19.0575 2.57688 19.3438 3.11024 19.4389C3.60335 19.5268 4.0707 19.379 4.5015 19.1846C4.92742 18.9925 5.49919 18.661 6.11822 18.3021C6.40134 18.138 6.6546 17.9912 6.89091 17.8691C7.07195 17.7757 7.16247 17.7289 7.20624 17.6571C7.25 17.5853 7.25 17.4908 7.25 17.3017L7.25 1.9569Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.1832 14.6018C19.5185 14.2387 19.6862 14.0572 19.8643 13.9513C20.2942 13.6958 20.8236 13.6878 21.2607 13.9303C21.4418 14.0308 21.6146 14.2072 21.9603 14.5601C22.3059 14.9129 22.4787 15.0894 22.5772 15.2743C22.8147 15.7205 22.8069 16.2609 22.5566 16.6997C22.4529 16.8816 22.2751 17.0528 21.9194 17.3951L17.6878 21.4682C17.0138 22.1169 16.6768 22.4413 16.2556 22.6057C15.8345 22.7701 15.3714 22.758 14.4454 22.7338L14.3194 22.7305C14.0375 22.7231 13.8966 22.7194 13.8146 22.6265C13.7327 22.5336 13.7439 22.3901 13.7662 22.1031L13.7784 21.9473C13.8414 21.1396 13.8728 20.7357 14.0307 20.3727C14.1885 20.0096 14.4607 19.7149 15.0052 19.1253L19.1832 14.6018Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 17.1732C8.75 17.3756 8.75 17.4768 8.7977 17.5509C8.84539 17.625 8.9445 17.6702 9.14273 17.7604C9.364 17.8612 9.6448 17.9991 10.0237 18.1873L12.4168 19.3765C12.5774 19.4563 12.6578 19.4962 12.7304 19.4771C12.803 19.458 12.8574 19.3777 12.966 19.2171C13.2081 18.8592 13.5045 18.5396 13.8018 18.219L13.9031 18.1096L14.1438 17.8489C14.1963 17.7921 14.2225 17.7637 14.2363 17.7286C14.25 17.6935 14.25 17.6548 14.25 17.5775L14.25 4.07791C14.25 3.89718 14.25 3.80681 14.205 3.73426C14.16 3.66171 14.0791 3.62148 13.9171 3.54101L11.1426 2.16234C10.4736 1.82991 9.92553 1.55757 9.45232 1.37512C9.16028 1.26251 9.01425 1.20621 8.88544 1.29067L8.87522 1.29767C8.75 1.38737 8.75 1.55625 8.75 1.89401L8.75 17.1732Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 12.2671C22.75 12.6379 22.75 12.8234 22.6508 12.8812C22.5516 12.9391 22.3688 12.8358 22.0032 12.6291C21.9982 12.6262 21.9932 12.6234 21.9882 12.6206C21.0843 12.1191 19.986 12.1359 19.0978 12.6638C18.7221 12.8871 18.4054 13.2324 18.1545 13.5061L18.081 13.586L16.4438 15.3586C16.1508 15.6759 16.0043 15.8346 15.8771 15.7848C15.75 15.7351 15.75 15.5191 15.75 15.0873L15.75 4.33759C15.75 4.24312 15.8268 4.16662 15.9214 4.16662L18.0529 4.16662C18.9506 4.16659 19.7008 4.16657 20.2966 4.24839C20.9275 4.33502 21.4955 4.52579 21.9503 4.99029C22.4028 5.45251 22.5866 6.02601 22.6704 6.66247C22.7501 7.2678 22.75 8.03116 22.75 8.9505V12.2671Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.25 1.9569C7.25 1.62958 7.25 1.46593 7.13415 1.37591C7.1208 1.36553 7.10282 1.35404 7.08779 1.34627C6.95744 1.27892 6.81999 1.34235 6.54509 1.46923C6.08426 1.68193 5.55431 1.98915 4.90724 2.36428L3.6187 3.11126C3.15062 3.38259 2.75247 3.61339 2.44084 3.83827C2.10848 4.07811 1.82705 4.34344 1.61998 4.70668C1.4134 5.06905 1.32728 5.44743 1.28746 5.85746C1.24997 6.24357 1.24999 6.70959 1.25 7.26037V15.494C1.24999 16.2226 1.24998 16.8251 1.29639 17.2962C1.34327 17.772 1.44676 18.25 1.75833 18.6363C2.09802 19.0575 2.57688 19.3438 3.11024 19.4389C3.60335 19.5268 4.0707 19.379 4.5015 19.1846C4.92742 18.9925 5.49919 18.661 6.11822 18.3021C6.40134 18.138 6.6546 17.9912 6.89091 17.8691C7.07195 17.7757 7.16247 17.7289 7.20624 17.6571C7.25 17.5853 7.25 17.4908 7.25 17.3017L7.25 1.9569Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-maps-global-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3188 3.185C10.8477 3.07763 11.1895 2.5618 11.0821 2.03286C10.9747 1.50392 10.4589 1.16217 9.92995 1.26954C4.9777 2.27479 1.25 6.65157 1.25 11.9012C1.25 17.8927 6.1071 22.7498 12.0986 22.7498C17.3482 22.7498 21.725 19.0221 22.7303 14.0699C22.8376 13.5409 22.4959 13.0251 21.967 12.9177C21.438 12.8104 20.9222 13.1521 20.8148 13.681C20.5655 14.909 20.0631 16.0451 19.3644 17.0325C19.332 17.0783 19.2871 17.1139 19.2345 17.1337C19.0927 17.1869 18.9431 17.231 18.7858 17.2655C17.8771 17.4417 16.9299 17.289 16.6055 17.1991C16.1083 17.0838 15.5109 16.8836 14.9525 16.639C14.194 16.3527 13.0623 15.6217 12.575 15.2752L12.5698 15.2716C12.3666 15.1297 11.9201 14.7975 11.9155 14.7941C11.7113 14.642 11.499 14.4839 11.2921 14.3384C10.3543 13.6517 9.1392 13.0491 8.6485 12.832C7.88909 12.5124 7.19972 12.3321 6.56673 12.2584C6.02094 12.1536 5.44083 12.2081 4.97194 12.2959C4.48664 12.3868 4.0525 12.5266 3.78339 12.6361C3.7375 12.6542 3.68926 12.6741 3.63946 12.6953C3.45004 12.7758 3.23361 12.6545 3.22112 12.449C3.21011 12.2678 3.20453 12.0851 3.20453 11.9012C3.20453 7.59942 6.25948 4.009 10.3188 3.185Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5006 1.24994C14.0602 1.24994 11.7178 2.66599 10.7322 4.92818C9.81064 7.04353 10.3191 8.85218 11.3395 10.3665C12.1647 11.591 13.3684 12.6835 14.4242 13.6417L14.4242 13.6418C14.6238 13.8229 14.8181 13.9992 15.0035 14.1707L15.0051 14.1722C15.4122 14.5465 15.9489 14.7499 16.5006 14.7499C17.0522 14.7499 17.589 14.5464 17.9961 14.1722C18.1717 14.0107 18.355 13.8449 18.5431 13.6748L18.5433 13.6747L18.5433 13.6747L18.5433 13.6746C19.61 12.7101 20.8298 11.607 21.6636 10.367C22.6827 8.85126 23.1894 7.04093 22.2689 4.92818C21.2834 2.66599 18.941 1.24994 16.5006 1.24994ZM16.5 4.99994C17.7426 4.99994 18.75 6.0073 18.75 7.24994C18.75 8.49258 17.7426 9.49994 16.5 9.49994C15.2574 9.49994 14.25 8.49258 14.25 7.24994C14.25 6.0073 15.2574 4.99994 16.5 4.99994Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3188 3.185C10.8477 3.07763 11.1895 2.5618 11.0821 2.03286C10.9747 1.50392 10.4589 1.16217 9.92995 1.26954C4.9777 2.27479 1.25 6.65157 1.25 11.9012C1.25 17.8927 6.1071 22.7498 12.0986 22.7498C17.3482 22.7498 21.725 19.0221 22.7303 14.0699C22.8376 13.5409 22.4959 13.0251 21.967 12.9177C21.438 12.8104 20.9222 13.1521 20.8148 13.681C20.5655 14.909 20.0631 16.0451 19.3644 17.0325C19.332 17.0783 19.2871 17.1139 19.2345 17.1337C19.0927 17.1869 18.9431 17.231 18.7858 17.2655C17.8771 17.4417 16.9299 17.289 16.6055 17.1991C16.1083 17.0838 15.5109 16.8836 14.9525 16.639C14.194 16.3527 13.0623 15.6217 12.575 15.2752L12.5698 15.2716C12.3666 15.1297 11.9201 14.7975 11.9155 14.7941C11.7113 14.642 11.499 14.4839 11.2921 14.3384C10.3543 13.6517 9.1392 13.0491 8.6485 12.832C7.88909 12.5124 7.19972 12.3321 6.56673 12.2584C6.02094 12.1536 5.44083 12.2081 4.97194 12.2959C4.48664 12.3868 4.0525 12.5266 3.78339 12.6361C3.7375 12.6542 3.68926 12.6741 3.63946 12.6953C3.45004 12.7758 3.23361 12.6545 3.22112 12.449C3.21011 12.2678 3.20453 12.0851 3.20453 11.9012C3.20453 7.59942 6.25948 4.009 10.3188 3.185Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5006 1.24994C14.0602 1.24994 11.7178 2.66599 10.7322 4.92818C9.81064 7.04353 10.3191 8.85218 11.3395 10.3665C12.1647 11.591 13.3684 12.6835 14.4242 13.6417L14.4242 13.6418C14.6238 13.8229 14.8181 13.9992 15.0035 14.1707L15.0051 14.1722C15.4122 14.5465 15.9489 14.7499 16.5006 14.7499C17.0522 14.7499 17.589 14.5464 17.9961 14.1722C18.1717 14.0107 18.355 13.8449 18.5431 13.6748L18.5433 13.6747L18.5433 13.6747L18.5433 13.6746C19.61 12.7101 20.8298 11.607 21.6636 10.367C22.6827 8.85126 23.1894 7.04093 22.2689 4.92818C21.2834 2.66599 18.941 1.24994 16.5006 1.24994ZM16.5 4.99994C17.7426 4.99994 18.75 6.0073 18.75 7.24994C18.75 8.49258 17.7426 9.49994 16.5 9.49994C15.2574 9.49994 14.25 8.49258 14.25 7.24994C14.25 6.0073 15.2574 4.99994 16.5 4.99994Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-maps-global-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3188 3.18507C10.8477 3.0777 11.1895 2.56186 11.0821 2.03292C10.9747 1.50398 10.4589 1.16223 9.92995 1.2696C4.9777 2.27486 1.25 6.65163 1.25 11.9012C1.25 17.8928 6.1071 22.7499 12.0986 22.7499C17.3482 22.7499 21.725 19.0222 22.7303 14.0699C22.8376 13.541 22.4959 13.0252 21.967 12.9178C21.438 12.8104 20.9222 13.1522 20.8148 13.6811C20.5655 14.9091 20.0631 16.0451 19.3644 17.0325C19.332 17.0784 19.2871 17.114 19.2345 17.1337C19.0927 17.187 18.9431 17.2311 18.7858 17.2656C17.8771 17.4417 16.9299 17.289 16.6055 17.1992C16.1083 17.0838 15.5109 16.8837 14.9525 16.6391C14.194 16.3528 13.0623 15.6217 12.575 15.2753L12.5698 15.2716C12.3666 15.1298 11.9201 14.7976 11.9155 14.7942C11.7113 14.642 11.499 14.4839 11.2921 14.3384C10.3543 13.6518 9.1392 13.0492 8.6485 12.832C7.88909 12.5125 7.19972 12.3322 6.56673 12.2584C6.02094 12.1536 5.44083 12.2082 4.97194 12.296C4.48664 12.3869 4.0525 12.5266 3.78339 12.6361C3.7375 12.6543 3.68926 12.6742 3.63946 12.6953C3.45004 12.7759 3.23361 12.6545 3.22112 12.4491C3.21011 12.2679 3.20453 12.0852 3.20453 11.9012C3.20453 7.59948 6.25948 4.00906 10.3188 3.18507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.24988C13.8964 1.24988 11.25 3.78754 11.25 6.90905C11.25 8.51167 11.9368 9.83941 12.8702 10.9141C13.7966 11.9808 14.9932 12.8315 16.0931 13.5055L16.106 13.5134L16.1191 13.5208C16.3884 13.6712 16.6919 13.7499 17 13.7499C17.3081 13.7499 17.6116 13.6712 17.8809 13.5208L17.8924 13.5143L17.9036 13.5075C19.009 12.8379 20.206 11.9844 21.1322 10.9144C22.0645 9.83715 22.75 8.50653 22.75 6.90905C22.75 3.78754 20.1036 1.24988 17 1.24988ZM17 4.99988C18.1046 4.99988 19 5.89531 19 6.99988C19 8.10445 18.1046 8.99988 17 8.99988C15.8954 8.99988 15 8.10445 15 6.99988C15 5.89531 15.8954 4.99988 17 4.99988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3188 3.18507C10.8477 3.0777 11.1895 2.56186 11.0821 2.03292C10.9747 1.50398 10.4589 1.16223 9.92995 1.2696C4.9777 2.27486 1.25 6.65163 1.25 11.9012C1.25 17.8928 6.1071 22.7499 12.0986 22.7499C17.3482 22.7499 21.725 19.0222 22.7303 14.0699C22.8376 13.541 22.4959 13.0252 21.967 12.9178C21.438 12.8104 20.9222 13.1522 20.8148 13.6811C20.5655 14.9091 20.0631 16.0451 19.3644 17.0325C19.332 17.0784 19.2871 17.114 19.2345 17.1337C19.0927 17.187 18.9431 17.2311 18.7858 17.2656C17.8771 17.4417 16.9299 17.289 16.6055 17.1992C16.1083 17.0838 15.5109 16.8837 14.9525 16.6391C14.194 16.3528 13.0623 15.6217 12.575 15.2753L12.5698 15.2716C12.3666 15.1298 11.9201 14.7976 11.9155 14.7942C11.7113 14.642 11.499 14.4839 11.2921 14.3384C10.3543 13.6518 9.1392 13.0492 8.6485 12.832C7.88909 12.5125 7.19972 12.3322 6.56673 12.2584C6.02094 12.1536 5.44083 12.2082 4.97194 12.296C4.48664 12.3869 4.0525 12.5266 3.78339 12.6361C3.7375 12.6543 3.68926 12.6742 3.63946 12.6953C3.45004 12.7759 3.23361 12.6545 3.22112 12.4491C3.21011 12.2679 3.20453 12.0852 3.20453 11.9012C3.20453 7.59948 6.25948 4.00906 10.3188 3.18507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.24988C13.8964 1.24988 11.25 3.78754 11.25 6.90905C11.25 8.51167 11.9368 9.83941 12.8702 10.9141C13.7966 11.9808 14.9932 12.8315 16.0931 13.5055L16.106 13.5134L16.1191 13.5208C16.3884 13.6712 16.6919 13.7499 17 13.7499C17.3081 13.7499 17.6116 13.6712 17.8809 13.5208L17.8924 13.5143L17.9036 13.5075C19.009 12.8379 20.206 11.9844 21.1322 10.9144C22.0645 9.83715 22.75 8.50653 22.75 6.90905C22.75 3.78754 20.1036 1.24988 17 1.24988ZM17 4.99988C18.1046 4.99988 19 5.89531 19 6.99988C19 8.10445 18.1046 8.99988 17 8.99988C15.8954 8.99988 15 8.10445 15 6.99988C15 5.89531 15.8954 4.99988 17 4.99988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-maps-location-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.75 17.1839C8.75 17.3865 8.75 17.4878 8.7977 17.5619C8.84539 17.6361 8.94451 17.6812 9.14275 17.7716C9.36402 17.8724 9.6448 18.0104 10.0237 18.1988L10.3227 18.3474C10.7359 18.5529 10.9425 18.6556 11.0425 18.5738C11.1425 18.492 11.0793 18.2564 10.9529 17.7853C10.6351 16.6005 10.6536 15.2597 11.2758 13.8051C11.8512 12.4599 12.8427 11.3934 14.0418 10.6925C14.1452 10.632 14.197 10.6018 14.2235 10.5555C14.25 10.5093 14.25 10.4518 14.25 10.3367V4.07991C14.25 3.89906 14.25 3.80864 14.205 3.73604C14.16 3.66344 14.0791 3.62318 13.9171 3.54266L11.1426 2.16307C10.4736 1.83042 9.92553 1.5579 9.45232 1.37532C9.16028 1.26264 9.01425 1.2063 8.88544 1.29081L8.87522 1.29782C8.75 1.38758 8.75 1.55658 8.75 1.89456L8.75 17.1839Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 11.0976C22.75 11.5504 22.75 11.7769 22.6333 11.8303C22.5166 11.8838 22.3358 11.7278 21.9743 11.4159C20.7405 10.3515 19.1388 9.75012 17.5015 9.75012C17.0827 9.75012 16.6662 9.78946 16.2576 9.86583C16.0155 9.91109 15.8945 9.93372 15.8222 9.87374C15.75 9.81376 15.75 9.6959 15.75 9.46018L15.75 4.33977C15.75 4.24524 15.8268 4.16869 15.9214 4.16869L18.0529 4.16869C18.9506 4.16866 19.7008 4.16863 20.2966 4.25051C20.9275 4.3372 21.4955 4.5281 21.9503 4.9929C22.4028 5.45543 22.5866 6.02932 22.6704 6.6662C22.7501 7.27193 22.75 8.0358 22.75 8.95575V11.0976Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.25 1.95749C7.25 1.62996 7.25 1.46619 7.13415 1.37611C7.1208 1.36573 7.10282 1.35423 7.08779 1.34646C6.95744 1.27906 6.81999 1.34254 6.54509 1.4695C6.08426 1.68234 5.55431 1.98977 4.90724 2.36515L3.6187 3.11263C3.15062 3.38414 2.75247 3.61509 2.44084 3.84012C2.10848 4.08012 1.82705 4.34562 1.61998 4.7091C1.4134 5.07172 1.32728 5.45035 1.28746 5.86065C1.24997 6.24702 1.24999 6.71335 1.25 7.2645V15.5036C1.24999 16.2327 1.24998 16.8356 1.29639 17.3071C1.34327 17.7831 1.44676 18.2614 1.75833 18.648C2.09802 19.0695 2.57688 19.356 3.11024 19.4511C3.60335 19.5391 4.0707 19.3912 4.5015 19.1967C4.92742 19.0044 5.49919 18.6727 6.11822 18.3136C6.40134 18.1494 6.6546 18.0024 6.89091 17.8803C7.07195 17.7868 7.16247 17.74 7.20624 17.6682C7.25 17.5963 7.25 17.5017 7.25 17.3125L7.25 1.95749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5005 11.25C15.4459 11.25 13.4801 12.4635 12.654 14.3949C11.881 16.202 12.3099 17.7499 13.1612 19.0367C13.8457 20.0712 14.8445 20.9943 15.708 21.7923L15.708 21.7924C15.8705 21.9425 16.0281 22.0882 16.178 22.2294L16.1797 22.2309C16.5378 22.5663 17.0118 22.75 17.5005 22.75C17.9893 22.75 18.4633 22.5663 18.8214 22.2309C18.9636 22.0978 19.1125 21.9606 19.2658 21.8195L19.2659 21.8194L19.2659 21.8194L19.2659 21.8194C20.1381 21.0163 21.1499 20.0846 21.8415 19.037C22.6917 17.749 23.1191 16.1998 22.3471 14.3949C21.521 12.4635 19.5552 11.25 17.5005 11.25ZM17.4911 14.5C16.3914 14.5 15.5 15.3954 15.5 16.5C15.5 17.6046 16.3914 18.5 17.4911 18.5H17.5089C18.6086 18.5 19.5 17.6046 19.5 16.5C19.5 15.3954 18.6086 14.5 17.5089 14.5H17.4911Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.75 17.1839C8.75 17.3865 8.75 17.4878 8.7977 17.5619C8.84539 17.6361 8.94451 17.6812 9.14275 17.7716C9.36402 17.8724 9.6448 18.0104 10.0237 18.1988L10.3227 18.3474C10.7359 18.5529 10.9425 18.6556 11.0425 18.5738C11.1425 18.492 11.0793 18.2564 10.9529 17.7853C10.6351 16.6005 10.6536 15.2597 11.2758 13.8051C11.8512 12.4599 12.8427 11.3934 14.0418 10.6925C14.1452 10.632 14.197 10.6018 14.2235 10.5555C14.25 10.5093 14.25 10.4518 14.25 10.3367V4.07991C14.25 3.89906 14.25 3.80864 14.205 3.73604C14.16 3.66344 14.0791 3.62318 13.9171 3.54266L11.1426 2.16307C10.4736 1.83042 9.92553 1.5579 9.45232 1.37532C9.16028 1.26264 9.01425 1.2063 8.88544 1.29081L8.87522 1.29782C8.75 1.38758 8.75 1.55658 8.75 1.89456L8.75 17.1839Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 11.0976C22.75 11.5504 22.75 11.7769 22.6333 11.8303C22.5166 11.8838 22.3358 11.7278 21.9743 11.4159C20.7405 10.3515 19.1388 9.75012 17.5015 9.75012C17.0827 9.75012 16.6662 9.78946 16.2576 9.86583C16.0155 9.91109 15.8945 9.93372 15.8222 9.87374C15.75 9.81376 15.75 9.6959 15.75 9.46018L15.75 4.33977C15.75 4.24524 15.8268 4.16869 15.9214 4.16869L18.0529 4.16869C18.9506 4.16866 19.7008 4.16863 20.2966 4.25051C20.9275 4.3372 21.4955 4.5281 21.9503 4.9929C22.4028 5.45543 22.5866 6.02932 22.6704 6.6662C22.7501 7.27193 22.75 8.0358 22.75 8.95575V11.0976Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.25 1.95749C7.25 1.62996 7.25 1.46619 7.13415 1.37611C7.1208 1.36573 7.10282 1.35423 7.08779 1.34646C6.95744 1.27906 6.81999 1.34254 6.54509 1.4695C6.08426 1.68234 5.55431 1.98977 4.90724 2.36515L3.6187 3.11263C3.15062 3.38414 2.75247 3.61509 2.44084 3.84012C2.10848 4.08012 1.82705 4.34562 1.61998 4.7091C1.4134 5.07172 1.32728 5.45035 1.28746 5.86065C1.24997 6.24702 1.24999 6.71335 1.25 7.2645V15.5036C1.24999 16.2327 1.24998 16.8356 1.29639 17.3071C1.34327 17.7831 1.44676 18.2614 1.75833 18.648C2.09802 19.0695 2.57688 19.356 3.11024 19.4511C3.60335 19.5391 4.0707 19.3912 4.5015 19.1967C4.92742 19.0044 5.49919 18.6727 6.11822 18.3136C6.40134 18.1494 6.6546 18.0024 6.89091 17.8803C7.07195 17.7868 7.16247 17.74 7.20624 17.6682C7.25 17.5963 7.25 17.5017 7.25 17.3125L7.25 1.95749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5005 11.25C15.4459 11.25 13.4801 12.4635 12.654 14.3949C11.881 16.202 12.3099 17.7499 13.1612 19.0367C13.8457 20.0712 14.8445 20.9943 15.708 21.7923L15.708 21.7924C15.8705 21.9425 16.0281 22.0882 16.178 22.2294L16.1797 22.2309C16.5378 22.5663 17.0118 22.75 17.5005 22.75C17.9893 22.75 18.4633 22.5663 18.8214 22.2309C18.9636 22.0978 19.1125 21.9606 19.2658 21.8195L19.2659 21.8194L19.2659 21.8194L19.2659 21.8194C20.1381 21.0163 21.1499 20.0846 21.8415 19.037C22.6917 17.749 23.1191 16.1998 22.3471 14.3949C21.521 12.4635 19.5552 11.25 17.5005 11.25ZM17.4911 14.5C16.3914 14.5 15.5 15.3954 15.5 16.5C15.5 17.6046 16.3914 18.5 17.4911 18.5H17.5089C18.6086 18.5 19.5 17.6046 19.5 16.5C19.5 15.3954 18.6086 14.5 17.5089 14.5H17.4911Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-maps-location-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.75 17.1835C8.75 17.3861 8.75 17.4874 8.7977 17.5616C8.84539 17.6357 8.94451 17.6809 9.14275 17.7712C9.36402 17.872 9.6448 18.01 10.0237 18.1984L10.2595 18.3156C10.6338 18.5018 10.821 18.5948 10.9201 18.5185C11.0192 18.4421 10.9746 18.2264 10.8854 17.7949C10.7982 17.3728 10.75 16.9287 10.75 16.4626C10.75 14.0184 12.0905 11.8863 14.0459 10.7126C14.1474 10.6517 14.1981 10.6212 14.2241 10.5754C14.25 10.5295 14.25 10.4728 14.25 10.3592V4.07955C14.25 3.8987 14.25 3.80827 14.205 3.73567C14.16 3.66307 14.0791 3.62281 13.9171 3.5423L11.1426 2.1627C10.4736 1.83005 9.92553 1.55753 9.45232 1.37495C9.16028 1.26227 9.01425 1.20594 8.88544 1.29045L8.87522 1.29746C8.75 1.38722 8.75 1.55621 8.75 1.89419L8.75 17.1835Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 11.1437C22.75 11.6026 22.75 11.8321 22.6322 11.8852C22.5143 11.9382 22.3334 11.7782 21.9714 11.4581C20.7692 10.395 19.1937 9.74976 17.5 9.74976C17.078 9.74976 16.6634 9.7898 16.2601 9.86638C16.0166 9.91261 15.8949 9.93572 15.8225 9.87573C15.75 9.81574 15.75 9.69734 15.75 9.46052L15.75 4.3394C15.75 4.24487 15.8268 4.16832 15.9214 4.16832L18.0529 4.16832C18.9506 4.16829 19.7008 4.16827 20.2966 4.25015C20.9275 4.33683 21.4955 4.52773 21.9503 4.99254C22.4028 5.45506 22.5866 6.02895 22.6704 6.66583C22.7501 7.27157 22.75 8.03543 22.75 8.95538V11.1437Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.25 1.95712C7.25 1.62959 7.25 1.46583 7.13415 1.37575C7.1208 1.36537 7.10282 1.35386 7.08779 1.34609C6.95744 1.27869 6.81999 1.34217 6.54509 1.46913C6.08426 1.68197 5.55431 1.9894 4.90724 2.36478L3.6187 3.11226C3.15062 3.38377 2.75247 3.61472 2.44084 3.83976C2.10848 4.07975 1.82705 4.34526 1.61998 4.70874C1.4134 5.07135 1.32728 5.44998 1.28746 5.86028C1.24997 6.24665 1.24999 6.71299 1.25 7.26413V15.5032C1.24999 16.2323 1.24998 16.8352 1.29639 17.3067C1.34327 17.7828 1.44676 18.2611 1.75833 18.6476C2.09802 19.0691 2.57688 19.3556 3.11024 19.4508C3.60335 19.5388 4.0707 19.3908 4.5015 19.1964C4.92742 19.0041 5.49919 18.6724 6.11822 18.3132C6.40134 18.149 6.6546 18.0021 6.89091 17.88C7.07195 17.7864 7.16247 17.7397 7.20624 17.6678C7.25 17.5959 7.25 17.5013 7.25 17.3122L7.25 1.95712Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 11.2499C14.6598 11.2499 12.25 13.5929 12.25 16.4628C12.25 17.9383 12.8764 19.1596 13.7241 20.1456C14.5649 21.1235 15.6491 21.9015 16.6417 22.5159L16.6546 22.5239L16.6678 22.5313C16.9218 22.6747 17.2086 22.7499 17.5 22.7499C17.7914 22.7499 18.0782 22.6747 18.3322 22.5313L18.3437 22.5249L18.355 22.518C19.3529 21.9073 20.4376 21.1267 21.2781 20.1458C22.1249 19.1575 22.75 17.9335 22.75 16.4628C22.75 13.5929 20.3402 11.2499 17.5 11.2499ZM17.4911 14.2499C16.3914 14.2499 15.5 15.1453 15.5 16.2499C15.5 17.3544 16.3914 18.2499 17.4911 18.2499H17.5089C18.6086 18.2499 19.5 17.3544 19.5 16.2499C19.5 15.1453 18.6086 14.2499 17.5089 14.2499H17.4911Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.75 17.1835C8.75 17.3861 8.75 17.4874 8.7977 17.5616C8.84539 17.6357 8.94451 17.6809 9.14275 17.7712C9.36402 17.872 9.6448 18.01 10.0237 18.1984L10.2595 18.3156C10.6338 18.5018 10.821 18.5948 10.9201 18.5185C11.0192 18.4421 10.9746 18.2264 10.8854 17.7949C10.7982 17.3728 10.75 16.9287 10.75 16.4626C10.75 14.0184 12.0905 11.8863 14.0459 10.7126C14.1474 10.6517 14.1981 10.6212 14.2241 10.5754C14.25 10.5295 14.25 10.4728 14.25 10.3592V4.07955C14.25 3.8987 14.25 3.80827 14.205 3.73567C14.16 3.66307 14.0791 3.62281 13.9171 3.5423L11.1426 2.1627C10.4736 1.83005 9.92553 1.55753 9.45232 1.37495C9.16028 1.26227 9.01425 1.20594 8.88544 1.29045L8.87522 1.29746C8.75 1.38722 8.75 1.55621 8.75 1.89419L8.75 17.1835Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 11.1437C22.75 11.6026 22.75 11.8321 22.6322 11.8852C22.5143 11.9382 22.3334 11.7782 21.9714 11.4581C20.7692 10.395 19.1937 9.74976 17.5 9.74976C17.078 9.74976 16.6634 9.7898 16.2601 9.86638C16.0166 9.91261 15.8949 9.93572 15.8225 9.87573C15.75 9.81574 15.75 9.69734 15.75 9.46052L15.75 4.3394C15.75 4.24487 15.8268 4.16832 15.9214 4.16832L18.0529 4.16832C18.9506 4.16829 19.7008 4.16827 20.2966 4.25015C20.9275 4.33683 21.4955 4.52773 21.9503 4.99254C22.4028 5.45506 22.5866 6.02895 22.6704 6.66583C22.7501 7.27157 22.75 8.03543 22.75 8.95538V11.1437Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.25 1.95712C7.25 1.62959 7.25 1.46583 7.13415 1.37575C7.1208 1.36537 7.10282 1.35386 7.08779 1.34609C6.95744 1.27869 6.81999 1.34217 6.54509 1.46913C6.08426 1.68197 5.55431 1.9894 4.90724 2.36478L3.6187 3.11226C3.15062 3.38377 2.75247 3.61472 2.44084 3.83976C2.10848 4.07975 1.82705 4.34526 1.61998 4.70874C1.4134 5.07135 1.32728 5.44998 1.28746 5.86028C1.24997 6.24665 1.24999 6.71299 1.25 7.26413V15.5032C1.24999 16.2323 1.24998 16.8352 1.29639 17.3067C1.34327 17.7828 1.44676 18.2611 1.75833 18.6476C2.09802 19.0691 2.57688 19.3556 3.11024 19.4508C3.60335 19.5388 4.0707 19.3908 4.5015 19.1964C4.92742 19.0041 5.49919 18.6724 6.11822 18.3132C6.40134 18.149 6.6546 18.0021 6.89091 17.88C7.07195 17.7864 7.16247 17.7397 7.20624 17.6678C7.25 17.5959 7.25 17.5013 7.25 17.3122L7.25 1.95712Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 11.2499C14.6598 11.2499 12.25 13.5929 12.25 16.4628C12.25 17.9383 12.8764 19.1596 13.7241 20.1456C14.5649 21.1235 15.6491 21.9015 16.6417 22.5159L16.6546 22.5239L16.6678 22.5313C16.9218 22.6747 17.2086 22.7499 17.5 22.7499C17.7914 22.7499 18.0782 22.6747 18.3322 22.5313L18.3437 22.5249L18.355 22.518C19.3529 21.9073 20.4376 21.1267 21.2781 20.1458C22.1249 19.1575 22.75 17.9335 22.75 16.4628C22.75 13.5929 20.3402 11.2499 17.5 11.2499ZM17.4911 14.2499C16.3914 14.2499 15.5 15.1453 15.5 16.2499C15.5 17.3544 16.3914 18.2499 17.4911 18.2499H17.5089C18.6086 18.2499 19.5 17.3544 19.5 16.2499C19.5 15.1453 18.6086 14.2499 17.5089 14.2499H17.4911Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-maps-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13318 2.45802C7.24902 2.5481 7.24902 2.71187 7.24902 3.0394V3.71284L6.23742 2.70123C6.34315 2.64711 6.44522 2.59708 6.54411 2.55141C6.81901 2.42445 6.95646 2.36097 7.08682 2.42837C7.10184 2.43614 7.11983 2.44764 7.13318 2.45802Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.61772 4.19454L3.98318 3.98253L7.24902 7.24838L7.24903 18.3945C7.24903 18.5836 7.24903 18.6782 7.20526 18.7501C7.1615 18.8219 7.07098 18.8687 6.88994 18.9623C6.65362 19.0844 6.40036 19.2313 6.11724 19.3955C5.49821 19.7546 4.92644 20.0863 4.50052 20.2786C4.06973 20.4731 3.60237 20.6211 3.10926 20.5331C2.57591 20.4379 2.09705 20.1514 1.75736 19.7299C1.44578 19.3434 1.34229 18.8651 1.29542 18.389C1.249 17.9175 1.24901 17.3146 1.24902 16.5855V8.34641C1.24901 7.79526 1.249 7.32893 1.28649 6.94256C1.3263 6.53226 1.41242 6.15363 1.619 5.79101C1.82608 5.42753 2.10751 5.16203 2.43986 4.92203C2.75149 4.697 3.14965 4.46605 3.61772 4.19454Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.79672 18.6438C8.74903 18.5697 8.74903 18.4684 8.74903 18.2658L8.74902 8.74838L14.249 14.2484V20.9189C14.249 21.133 14.0283 21.2725 13.8366 21.177L10.0227 19.2807C9.64382 19.0923 9.36304 18.9543 9.14177 18.8535C8.94353 18.7631 8.84442 18.718 8.79672 18.6438Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.204 4.81795C14.249 4.89055 14.249 4.98097 14.249 5.16182L14.249 10.7128L8.74902 5.21284V2.97647C8.74902 2.63848 8.74902 2.46949 8.87424 2.37973L8.88446 2.37272C9.01328 2.28821 9.1593 2.34455 9.45134 2.45723C9.92455 2.63981 10.4726 2.91233 11.1416 3.24498L13.9162 4.62457C14.0781 4.70509 14.1591 4.74535 14.204 4.81795Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.749 5.42167C15.749 5.32714 15.8259 5.2506 15.9204 5.2506L18.0519 5.2506C18.9496 5.25057 19.6998 5.25054 20.2957 5.33242C20.9265 5.41911 21.4946 5.61 21.9493 6.07481C22.4019 6.53734 22.5856 7.11123 22.6694 7.74811C22.7491 8.35384 22.7491 9.11771 22.749 10.0377V16.8804C22.7491 17.7839 22.7491 18.5369 22.6736 19.1374L15.749 12.2128L15.749 5.42167Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8586 21.6675C15.798 21.6675 15.749 21.6184 15.749 21.5579V15.7484L21.3046 21.304C20.995 21.4528 20.6556 21.5362 20.2957 21.5856C19.6998 21.6675 18.9496 21.6675 18.052 21.6674L15.8586 21.6675Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.13318 2.45802C7.24902 2.5481 7.24902 2.71187 7.24902 3.0394V3.71284L6.23742 2.70123C6.34315 2.64711 6.44522 2.59708 6.54411 2.55141C6.81901 2.42445 6.95646 2.36097 7.08682 2.42837C7.10184 2.43614 7.11983 2.44764 7.13318 2.45802Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.61772 4.19454L3.98318 3.98253L7.24902 7.24838L7.24903 18.3945C7.24903 18.5836 7.24903 18.6782 7.20526 18.7501C7.1615 18.8219 7.07098 18.8687 6.88994 18.9623C6.65362 19.0844 6.40036 19.2313 6.11724 19.3955C5.49821 19.7546 4.92644 20.0863 4.50052 20.2786C4.06973 20.4731 3.60237 20.6211 3.10926 20.5331C2.57591 20.4379 2.09705 20.1514 1.75736 19.7299C1.44578 19.3434 1.34229 18.8651 1.29542 18.389C1.249 17.9175 1.24901 17.3146 1.24902 16.5855V8.34641C1.24901 7.79526 1.249 7.32893 1.28649 6.94256C1.3263 6.53226 1.41242 6.15363 1.619 5.79101C1.82608 5.42753 2.10751 5.16203 2.43986 4.92203C2.75149 4.697 3.14965 4.46605 3.61772 4.19454Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.79672 18.6438C8.74903 18.5697 8.74903 18.4684 8.74903 18.2658L8.74902 8.74838L14.249 14.2484V20.9189C14.249 21.133 14.0283 21.2725 13.8366 21.177L10.0227 19.2807C9.64382 19.0923 9.36304 18.9543 9.14177 18.8535C8.94353 18.7631 8.84442 18.718 8.79672 18.6438Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.204 4.81795C14.249 4.89055 14.249 4.98097 14.249 5.16182L14.249 10.7128L8.74902 5.21284V2.97647C8.74902 2.63848 8.74902 2.46949 8.87424 2.37973L8.88446 2.37272C9.01328 2.28821 9.1593 2.34455 9.45134 2.45723C9.92455 2.63981 10.4726 2.91233 11.1416 3.24498L13.9162 4.62457C14.0781 4.70509 14.1591 4.74535 14.204 4.81795Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.749 5.42167C15.749 5.32714 15.8259 5.2506 15.9204 5.2506L18.0519 5.2506C18.9496 5.25057 19.6998 5.25054 20.2957 5.33242C20.9265 5.41911 21.4946 5.61 21.9493 6.07481C22.4019 6.53734 22.5856 7.11123 22.6694 7.74811C22.7491 8.35384 22.7491 9.11771 22.749 10.0377V16.8804C22.7491 17.7839 22.7491 18.5369 22.6736 19.1374L15.749 12.2128L15.749 5.42167Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.8586 21.6675C15.798 21.6675 15.749 21.6184 15.749 21.5579V15.7484L21.3046 21.304C20.995 21.4528 20.6556 21.5362 20.2957 21.5856C19.6998 21.6675 18.9496 21.6675 18.052 21.6674L15.8586 21.6675Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-maps-refresh{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.6861 14.1272C17.5789 13.576 16.2881 13.5907 15.2368 14.4192C14.803 14.7611 14.1742 14.6865 13.8324 14.2527C13.4905 13.819 13.5651 13.1902 13.9989 12.8484C15.7532 11.4659 17.8936 11.4985 19.5775 12.3368C21.2429 13.166 22.5702 14.8331 22.7225 16.871L22.7265 16.9237C22.7445 17.1587 22.7686 17.4749 22.7284 17.7531C22.6704 18.1536 22.4769 18.5457 22.0617 18.8185C21.5996 19.1221 21.1237 19.0927 20.7544 18.9797C20.4766 18.8946 20.176 18.7351 19.9248 18.6017L19.9248 18.6017L19.0248 18.1249C18.5368 17.8663 18.3507 17.2611 18.6092 16.7731C18.8678 16.285 19.473 16.099 19.961 16.3575L20.6955 16.7466C20.5114 15.6222 19.7282 14.646 18.6861 14.1272Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5745 15.8807L15.4745 16.3575C15.9626 16.6161 16.1486 17.2213 15.8901 17.7093C15.6316 18.1973 15.0263 18.3834 14.5383 18.1249L13.8104 17.7392C14.0018 18.8523 14.7838 19.8298 15.8179 20.3571C16.921 20.9197 18.1816 20.9109 19.1871 20.1164C19.6205 19.774 20.2493 19.8478 20.5917 20.2811C20.9341 20.7145 20.8604 21.3433 20.427 21.6857C18.6964 23.0531 16.5718 22.9867 14.9093 22.1388C13.264 21.2998 11.9422 19.6367 11.7813 17.6164L11.777 17.5636C11.758 17.3297 11.7322 17.0134 11.7716 16.7347C11.8284 16.3322 12.022 15.9403 12.436 15.6668C12.8975 15.3619 13.3737 15.3897 13.7445 15.5029C14.0228 15.5878 14.3236 15.7475 14.5745 15.8807Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 17.1838C8.75 17.3864 8.75 17.4877 8.7977 17.5618C8.84539 17.636 8.94451 17.6811 9.14275 17.7714C9.36402 17.8723 9.6448 18.0102 10.0237 18.1986C10.1652 18.269 10.3285 18.148 10.31 17.991C10.3 17.9066 10.2916 17.8216 10.2848 17.736L10.2807 17.6858L10.278 17.6529C10.2599 17.4347 10.2218 16.974 10.2851 16.5254C10.3918 15.7701 10.7783 14.9638 11.608 14.4157C11.6923 14.3601 11.7768 14.31 11.8612 14.2651C12.007 14.1876 12.0799 14.1488 12.1086 14.0974C12.1373 14.046 12.132 13.9619 12.1214 13.7938C12.0715 13.0017 12.3987 12.1991 13.0692 11.6707C13.3812 11.4249 13.7024 11.2139 14.03 11.0356C14.1392 10.9761 14.1939 10.9464 14.2219 10.8991C14.25 10.8519 14.25 10.7923 14.25 10.6731V4.07979C14.25 3.89894 14.25 3.80852 14.205 3.73592C14.16 3.66332 14.0791 3.62306 13.9171 3.54254L11.1426 2.16295C10.4736 1.8303 9.92553 1.55778 9.45232 1.3752C9.16028 1.26252 9.01425 1.20618 8.88544 1.29069L8.87522 1.2977C8.75 1.38746 8.75 1.55645 8.75 1.89444L8.75 17.1838Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 11.8782C22.75 12.3478 22.75 12.5827 22.6301 12.6351C22.5103 12.6875 22.3294 12.5202 21.9676 12.1857C21.4458 11.7032 20.8614 11.3015 20.2448 10.9945C19.0513 10.4003 17.6461 10.1191 16.2378 10.3105C16.0039 10.3424 15.8869 10.3583 15.8185 10.2985C15.75 10.2387 15.75 10.1261 15.75 9.90076L15.75 4.33964C15.75 4.24511 15.8268 4.16857 15.9214 4.16857L18.0529 4.16857C18.9506 4.16854 19.7008 4.16851 20.2966 4.25039C20.9275 4.33708 21.4955 4.52797 21.9503 4.99278C22.4028 5.45531 22.5866 6.0292 22.6704 6.66607C22.7501 7.27181 22.75 8.03568 22.75 8.95563V11.8782Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.25 1.95737C7.25 1.62984 7.25 1.46607 7.13415 1.37599C7.1208 1.36561 7.10282 1.3541 7.08779 1.34634C6.95744 1.27893 6.81999 1.34242 6.54509 1.46938C6.08426 1.68221 5.55431 1.98964 4.90724 2.36503L3.6187 3.11251C3.15062 3.38402 2.75247 3.61497 2.44084 3.84C2.10848 4.07999 1.82705 4.3455 1.61998 4.70898C1.4134 5.07159 1.32728 5.45023 1.28746 5.86053C1.24997 6.2469 1.24999 6.71323 1.25 7.26437V15.5035C1.24999 16.2326 1.24998 16.8354 1.29639 17.3069C1.34327 17.783 1.44676 18.2613 1.75833 18.6479C2.09802 19.0693 2.57688 19.3558 3.11024 19.451C3.60335 19.539 4.0707 19.3911 4.5015 19.1966C4.92742 19.0043 5.49919 18.6726 6.11822 18.3135C6.40134 18.1492 6.6546 18.0023 6.89091 17.8802C7.07195 17.7867 7.16247 17.7399 7.20624 17.668C7.25 17.5962 7.25 17.5016 7.25 17.3124L7.25 1.95737Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.6861 14.1272C17.5789 13.576 16.2881 13.5907 15.2368 14.4192C14.803 14.7611 14.1742 14.6865 13.8324 14.2527C13.4905 13.819 13.5651 13.1902 13.9989 12.8484C15.7532 11.4659 17.8936 11.4985 19.5775 12.3368C21.2429 13.166 22.5702 14.8331 22.7225 16.871L22.7265 16.9237C22.7445 17.1587 22.7686 17.4749 22.7284 17.7531C22.6704 18.1536 22.4769 18.5457 22.0617 18.8185C21.5996 19.1221 21.1237 19.0927 20.7544 18.9797C20.4766 18.8946 20.176 18.7351 19.9248 18.6017L19.9248 18.6017L19.0248 18.1249C18.5368 17.8663 18.3507 17.2611 18.6092 16.7731C18.8678 16.285 19.473 16.099 19.961 16.3575L20.6955 16.7466C20.5114 15.6222 19.7282 14.646 18.6861 14.1272Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5745 15.8807L15.4745 16.3575C15.9626 16.6161 16.1486 17.2213 15.8901 17.7093C15.6316 18.1973 15.0263 18.3834 14.5383 18.1249L13.8104 17.7392C14.0018 18.8523 14.7838 19.8298 15.8179 20.3571C16.921 20.9197 18.1816 20.9109 19.1871 20.1164C19.6205 19.774 20.2493 19.8478 20.5917 20.2811C20.9341 20.7145 20.8604 21.3433 20.427 21.6857C18.6964 23.0531 16.5718 22.9867 14.9093 22.1388C13.264 21.2998 11.9422 19.6367 11.7813 17.6164L11.777 17.5636C11.758 17.3297 11.7322 17.0134 11.7716 16.7347C11.8284 16.3322 12.022 15.9403 12.436 15.6668C12.8975 15.3619 13.3737 15.3897 13.7445 15.5029C14.0228 15.5878 14.3236 15.7475 14.5745 15.8807Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 17.1838C8.75 17.3864 8.75 17.4877 8.7977 17.5618C8.84539 17.636 8.94451 17.6811 9.14275 17.7714C9.36402 17.8723 9.6448 18.0102 10.0237 18.1986C10.1652 18.269 10.3285 18.148 10.31 17.991C10.3 17.9066 10.2916 17.8216 10.2848 17.736L10.2807 17.6858L10.278 17.6529C10.2599 17.4347 10.2218 16.974 10.2851 16.5254C10.3918 15.7701 10.7783 14.9638 11.608 14.4157C11.6923 14.3601 11.7768 14.31 11.8612 14.2651C12.007 14.1876 12.0799 14.1488 12.1086 14.0974C12.1373 14.046 12.132 13.9619 12.1214 13.7938C12.0715 13.0017 12.3987 12.1991 13.0692 11.6707C13.3812 11.4249 13.7024 11.2139 14.03 11.0356C14.1392 10.9761 14.1939 10.9464 14.2219 10.8991C14.25 10.8519 14.25 10.7923 14.25 10.6731V4.07979C14.25 3.89894 14.25 3.80852 14.205 3.73592C14.16 3.66332 14.0791 3.62306 13.9171 3.54254L11.1426 2.16295C10.4736 1.8303 9.92553 1.55778 9.45232 1.3752C9.16028 1.26252 9.01425 1.20618 8.88544 1.29069L8.87522 1.2977C8.75 1.38746 8.75 1.55645 8.75 1.89444L8.75 17.1838Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 11.8782C22.75 12.3478 22.75 12.5827 22.6301 12.6351C22.5103 12.6875 22.3294 12.5202 21.9676 12.1857C21.4458 11.7032 20.8614 11.3015 20.2448 10.9945C19.0513 10.4003 17.6461 10.1191 16.2378 10.3105C16.0039 10.3424 15.8869 10.3583 15.8185 10.2985C15.75 10.2387 15.75 10.1261 15.75 9.90076L15.75 4.33964C15.75 4.24511 15.8268 4.16857 15.9214 4.16857L18.0529 4.16857C18.9506 4.16854 19.7008 4.16851 20.2966 4.25039C20.9275 4.33708 21.4955 4.52797 21.9503 4.99278C22.4028 5.45531 22.5866 6.0292 22.6704 6.66607C22.7501 7.27181 22.75 8.03568 22.75 8.95563V11.8782Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.25 1.95737C7.25 1.62984 7.25 1.46607 7.13415 1.37599C7.1208 1.36561 7.10282 1.3541 7.08779 1.34634C6.95744 1.27893 6.81999 1.34242 6.54509 1.46938C6.08426 1.68221 5.55431 1.98964 4.90724 2.36503L3.6187 3.11251C3.15062 3.38402 2.75247 3.61497 2.44084 3.84C2.10848 4.07999 1.82705 4.3455 1.61998 4.70898C1.4134 5.07159 1.32728 5.45023 1.28746 5.86053C1.24997 6.2469 1.24999 6.71323 1.25 7.26437V15.5035C1.24999 16.2326 1.24998 16.8354 1.29639 17.3069C1.34327 17.783 1.44676 18.2613 1.75833 18.6479C2.09802 19.0693 2.57688 19.3558 3.11024 19.451C3.60335 19.539 4.0707 19.3911 4.5015 19.1966C4.92742 19.0043 5.49919 18.6726 6.11822 18.3135C6.40134 18.1492 6.6546 18.0023 6.89091 17.8802C7.07195 17.7867 7.16247 17.7399 7.20624 17.668C7.25 17.5962 7.25 17.5016 7.25 17.3124L7.25 1.95737Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-maps-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 17.2765C12.75 14.7766 14.7766 12.75 17.2765 12.75C19.7765 12.75 21.8031 14.7766 21.8031 17.2765C21.8031 18.1656 21.5468 18.9947 21.104 19.6942L22.456 21.0418C22.8471 21.4317 22.8481 22.0648 22.4582 22.456C22.0683 22.8471 21.4352 22.8481 21.044 22.4582L19.6888 21.1074C18.9905 21.5481 18.1633 21.8031 17.2765 21.8031C14.7766 21.8031 12.75 19.7765 12.75 17.2765ZM17.2765 14.75C15.8812 14.75 14.75 15.8812 14.75 17.2765C14.75 18.6719 15.8812 19.8031 17.2765 19.8031C18.6719 19.8031 19.8031 18.6719 19.8031 17.2765C19.8031 15.8812 18.6719 14.75 17.2765 14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 17.1838C8.75 17.3864 8.75 17.4877 8.7977 17.5618C8.84539 17.636 8.94451 17.6811 9.14275 17.7714C9.36402 17.8723 9.6448 18.0102 10.0237 18.1986L10.6681 18.5191C11.0076 18.6879 11.1774 18.7723 11.275 18.703C11.3726 18.6337 11.3476 18.4347 11.2975 18.0367C11.2661 17.7877 11.25 17.534 11.25 17.2765C11.25 15.1336 12.3684 13.252 14.0534 12.1834C14.1515 12.1212 14.2005 12.0901 14.2252 12.0451C14.25 12.0001 14.25 11.9447 14.25 11.8339L14.25 4.07979C14.25 3.89894 14.25 3.80852 14.205 3.73592C14.16 3.66332 14.0791 3.62306 13.9171 3.54254L11.1426 2.16295C10.4736 1.8303 9.92553 1.55778 9.45232 1.3752C9.16028 1.26252 9.01425 1.20618 8.88544 1.29069L8.87522 1.2977C8.75 1.38746 8.75 1.55645 8.75 1.89444L8.75 17.1838Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 12.9322C22.75 13.6195 22.75 13.9632 22.6218 14.0125C22.4936 14.0618 22.246 13.7876 21.7509 13.2392C20.648 12.0177 19.0519 11.25 17.2765 11.25C16.9287 11.25 16.5878 11.2795 16.2561 11.336C16.0134 11.3774 15.892 11.3981 15.821 11.3382C15.75 11.2783 15.75 11.1612 15.75 10.9272L15.75 4.33964C15.75 4.24511 15.8268 4.16857 15.9214 4.16857L18.0529 4.16857C18.9506 4.16854 19.7008 4.16851 20.2966 4.25039C20.9275 4.33708 21.4955 4.52797 21.9503 4.99278C22.4028 5.45531 22.5866 6.0292 22.6704 6.66607C22.7501 7.27181 22.75 8.03568 22.75 8.95563V12.9322Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.25 1.95737C7.25 1.62984 7.25 1.46607 7.13415 1.37599C7.1208 1.36561 7.10282 1.3541 7.08779 1.34634C6.95744 1.27893 6.81999 1.34242 6.54509 1.46938C6.08426 1.68221 5.55431 1.98964 4.90724 2.36503L3.6187 3.11251C3.15062 3.38402 2.75247 3.61497 2.44084 3.84C2.10848 4.07999 1.82705 4.3455 1.61998 4.70898C1.4134 5.07159 1.32728 5.45023 1.28746 5.86053C1.24997 6.2469 1.24999 6.71323 1.25 7.26437V15.5035C1.24999 16.2326 1.24998 16.8354 1.29639 17.3069C1.34327 17.783 1.44676 18.2613 1.75833 18.6479C2.09802 19.0693 2.57688 19.3558 3.11024 19.451C3.60335 19.539 4.0707 19.3911 4.5015 19.1966C4.92742 19.0043 5.49919 18.6726 6.11822 18.3135C6.40134 18.1492 6.6546 18.0023 6.89091 17.8802C7.07195 17.7867 7.16247 17.7399 7.20624 17.668C7.25 17.5962 7.25 17.5016 7.25 17.3124L7.25 1.95737Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 17.2765C12.75 14.7766 14.7766 12.75 17.2765 12.75C19.7765 12.75 21.8031 14.7766 21.8031 17.2765C21.8031 18.1656 21.5468 18.9947 21.104 19.6942L22.456 21.0418C22.8471 21.4317 22.8481 22.0648 22.4582 22.456C22.0683 22.8471 21.4352 22.8481 21.044 22.4582L19.6888 21.1074C18.9905 21.5481 18.1633 21.8031 17.2765 21.8031C14.7766 21.8031 12.75 19.7765 12.75 17.2765ZM17.2765 14.75C15.8812 14.75 14.75 15.8812 14.75 17.2765C14.75 18.6719 15.8812 19.8031 17.2765 19.8031C18.6719 19.8031 19.8031 18.6719 19.8031 17.2765C19.8031 15.8812 18.6719 14.75 17.2765 14.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 17.1838C8.75 17.3864 8.75 17.4877 8.7977 17.5618C8.84539 17.636 8.94451 17.6811 9.14275 17.7714C9.36402 17.8723 9.6448 18.0102 10.0237 18.1986L10.6681 18.5191C11.0076 18.6879 11.1774 18.7723 11.275 18.703C11.3726 18.6337 11.3476 18.4347 11.2975 18.0367C11.2661 17.7877 11.25 17.534 11.25 17.2765C11.25 15.1336 12.3684 13.252 14.0534 12.1834C14.1515 12.1212 14.2005 12.0901 14.2252 12.0451C14.25 12.0001 14.25 11.9447 14.25 11.8339L14.25 4.07979C14.25 3.89894 14.25 3.80852 14.205 3.73592C14.16 3.66332 14.0791 3.62306 13.9171 3.54254L11.1426 2.16295C10.4736 1.8303 9.92553 1.55778 9.45232 1.3752C9.16028 1.26252 9.01425 1.20618 8.88544 1.29069L8.87522 1.2977C8.75 1.38746 8.75 1.55645 8.75 1.89444L8.75 17.1838Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 12.9322C22.75 13.6195 22.75 13.9632 22.6218 14.0125C22.4936 14.0618 22.246 13.7876 21.7509 13.2392C20.648 12.0177 19.0519 11.25 17.2765 11.25C16.9287 11.25 16.5878 11.2795 16.2561 11.336C16.0134 11.3774 15.892 11.3981 15.821 11.3382C15.75 11.2783 15.75 11.1612 15.75 10.9272L15.75 4.33964C15.75 4.24511 15.8268 4.16857 15.9214 4.16857L18.0529 4.16857C18.9506 4.16854 19.7008 4.16851 20.2966 4.25039C20.9275 4.33708 21.4955 4.52797 21.9503 4.99278C22.4028 5.45531 22.5866 6.0292 22.6704 6.66607C22.7501 7.27181 22.75 8.03568 22.75 8.95563V12.9322Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.25 1.95737C7.25 1.62984 7.25 1.46607 7.13415 1.37599C7.1208 1.36561 7.10282 1.3541 7.08779 1.34634C6.95744 1.27893 6.81999 1.34242 6.54509 1.46938C6.08426 1.68221 5.55431 1.98964 4.90724 2.36503L3.6187 3.11251C3.15062 3.38402 2.75247 3.61497 2.44084 3.84C2.10848 4.07999 1.82705 4.3455 1.61998 4.70898C1.4134 5.07159 1.32728 5.45023 1.28746 5.86053C1.24997 6.2469 1.24999 6.71323 1.25 7.26437V15.5035C1.24999 16.2326 1.24998 16.8354 1.29639 17.3069C1.34327 17.783 1.44676 18.2613 1.75833 18.6479C2.09802 19.0693 2.57688 19.3558 3.11024 19.451C3.60335 19.539 4.0707 19.3911 4.5015 19.1966C4.92742 19.0043 5.49919 18.6726 6.11822 18.3135C6.40134 18.1492 6.6546 18.0023 6.89091 17.8802C7.07195 17.7867 7.16247 17.7399 7.20624 17.668C7.25 17.5962 7.25 17.5016 7.25 17.3124L7.25 1.95737Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-maps-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5005 5.25C12.8272 5.25 11.2395 6.26527 10.5747 7.86388C9.95242 9.36031 10.3 10.645 10.9812 11.704C11.5245 12.5486 12.3178 13.3025 12.9889 13.9402L12.9889 13.9402C13.1143 14.0594 13.2355 14.1745 13.3499 14.2854L13.3516 14.287C13.6603 14.5843 14.0723 14.75 14.5005 14.75C14.9287 14.75 15.3407 14.5843 15.6494 14.2869C15.7582 14.1822 15.8728 14.0737 15.9912 13.9615C16.6689 13.3199 17.4723 12.5593 18.0211 11.7042C18.7014 10.6442 19.0477 9.3585 18.4262 7.86388C17.7614 6.26527 16.1737 5.25 14.5005 5.25ZM14.4933 8C13.6686 8 13 8.67157 13 9.5C13 10.3284 13.6686 11 14.4933 11H14.5067C15.3314 11 16 10.3284 16 9.5C16 8.67157 15.3314 8 14.5067 8H14.4933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0727 1.75C14.1969 1.74998 15.8903 1.74996 17.218 1.92847C18.589 2.11279 19.7153 2.50337 20.606 3.39404C21.4966 4.28471 21.8872 5.41104 22.0715 6.78198C22.25 8.10974 22.25 9.80317 22.25 11.9273V12.0727C22.25 14.1968 22.25 15.8903 22.0715 17.218C21.8872 18.589 21.4966 19.7153 20.606 20.606C19.7153 21.4966 18.589 21.8872 17.218 22.0715C15.8903 22.25 14.1968 22.25 12.0727 22.25H11.9273C9.80317 22.25 8.10974 22.25 6.78198 22.0715C6.07286 21.9762 5.42919 21.8257 4.84972 21.5793C4.54956 21.4517 4.39948 21.3879 4.3691 21.2313C4.33872 21.0748 4.46388 20.9496 4.71421 20.6993L10.2828 15.1303C10.4828 14.9303 10.5828 14.8303 10.707 14.8303C10.8313 14.8303 10.9313 14.9303 11.1313 15.1303L16.1166 20.1156C16.1785 20.1775 16.2644 20.2094 16.3517 20.202C16.5646 20.1838 16.7665 20.1621 16.9583 20.1363C18.1128 19.9811 18.7584 19.6926 19.2259 19.2252C19.6933 18.7577 19.9818 18.1121 20.137 16.9576C20.296 15.7751 20.2981 14.2132 20.2981 11.9998C20.2981 9.78631 20.296 8.22442 20.137 7.0419C19.9818 5.88745 19.6933 5.2418 19.2259 4.77435C18.7584 4.3069 18.1128 4.01842 16.9583 3.86321C15.7758 3.70422 14.2139 3.70215 12.0005 3.70215C9.78702 3.70215 8.22513 3.70422 7.04261 3.86321C5.88816 4.01842 5.24251 4.3069 4.77506 4.77435C4.3076 5.2418 4.01913 5.88745 3.86392 7.0419C3.83812 7.23376 3.81646 7.4356 3.79826 7.64859C3.79081 7.73585 3.82275 7.82177 3.88467 7.88369L8.86856 12.8676C9.06855 13.0676 9.16855 13.1676 9.16855 13.2918C9.16855 13.4161 9.06856 13.5161 8.86857 13.7161L3.30031 19.2848C3.04992 19.5352 2.92472 19.6604 2.76817 19.63C2.61161 19.5996 2.54782 19.4494 2.42023 19.1492C2.17414 18.57 2.02375 17.9267 1.92847 17.218C1.74996 15.8903 1.74998 14.1968 1.75 12.0727V12.0727V11.9273V11.9273C1.74998 9.80314 1.74996 8.10973 1.92847 6.78198C2.11279 5.41104 2.50337 4.28471 3.39404 3.39404C4.28471 2.50337 5.41104 2.11279 6.78198 1.92847C8.10973 1.74996 9.80315 1.74998 11.9273 1.75H11.9273H12.0727H12.0727Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5005 5.25C12.8272 5.25 11.2395 6.26527 10.5747 7.86388C9.95242 9.36031 10.3 10.645 10.9812 11.704C11.5245 12.5486 12.3178 13.3025 12.9889 13.9402L12.9889 13.9402C13.1143 14.0594 13.2355 14.1745 13.3499 14.2854L13.3516 14.287C13.6603 14.5843 14.0723 14.75 14.5005 14.75C14.9287 14.75 15.3407 14.5843 15.6494 14.2869C15.7582 14.1822 15.8728 14.0737 15.9912 13.9615C16.6689 13.3199 17.4723 12.5593 18.0211 11.7042C18.7014 10.6442 19.0477 9.3585 18.4262 7.86388C17.7614 6.26527 16.1737 5.25 14.5005 5.25ZM14.4933 8C13.6686 8 13 8.67157 13 9.5C13 10.3284 13.6686 11 14.4933 11H14.5067C15.3314 11 16 10.3284 16 9.5C16 8.67157 15.3314 8 14.5067 8H14.4933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0727 1.75C14.1969 1.74998 15.8903 1.74996 17.218 1.92847C18.589 2.11279 19.7153 2.50337 20.606 3.39404C21.4966 4.28471 21.8872 5.41104 22.0715 6.78198C22.25 8.10974 22.25 9.80317 22.25 11.9273V12.0727C22.25 14.1968 22.25 15.8903 22.0715 17.218C21.8872 18.589 21.4966 19.7153 20.606 20.606C19.7153 21.4966 18.589 21.8872 17.218 22.0715C15.8903 22.25 14.1968 22.25 12.0727 22.25H11.9273C9.80317 22.25 8.10974 22.25 6.78198 22.0715C6.07286 21.9762 5.42919 21.8257 4.84972 21.5793C4.54956 21.4517 4.39948 21.3879 4.3691 21.2313C4.33872 21.0748 4.46388 20.9496 4.71421 20.6993L10.2828 15.1303C10.4828 14.9303 10.5828 14.8303 10.707 14.8303C10.8313 14.8303 10.9313 14.9303 11.1313 15.1303L16.1166 20.1156C16.1785 20.1775 16.2644 20.2094 16.3517 20.202C16.5646 20.1838 16.7665 20.1621 16.9583 20.1363C18.1128 19.9811 18.7584 19.6926 19.2259 19.2252C19.6933 18.7577 19.9818 18.1121 20.137 16.9576C20.296 15.7751 20.2981 14.2132 20.2981 11.9998C20.2981 9.78631 20.296 8.22442 20.137 7.0419C19.9818 5.88745 19.6933 5.2418 19.2259 4.77435C18.7584 4.3069 18.1128 4.01842 16.9583 3.86321C15.7758 3.70422 14.2139 3.70215 12.0005 3.70215C9.78702 3.70215 8.22513 3.70422 7.04261 3.86321C5.88816 4.01842 5.24251 4.3069 4.77506 4.77435C4.3076 5.2418 4.01913 5.88745 3.86392 7.0419C3.83812 7.23376 3.81646 7.4356 3.79826 7.64859C3.79081 7.73585 3.82275 7.82177 3.88467 7.88369L8.86856 12.8676C9.06855 13.0676 9.16855 13.1676 9.16855 13.2918C9.16855 13.4161 9.06856 13.5161 8.86857 13.7161L3.30031 19.2848C3.04992 19.5352 2.92472 19.6604 2.76817 19.63C2.61161 19.5996 2.54782 19.4494 2.42023 19.1492C2.17414 18.57 2.02375 17.9267 1.92847 17.218C1.74996 15.8903 1.74998 14.1968 1.75 12.0727V12.0727V11.9273V11.9273C1.74998 9.80314 1.74996 8.10973 1.92847 6.78198C2.11279 5.41104 2.50337 4.28471 3.39404 3.39404C4.28471 2.50337 5.41104 2.11279 6.78198 1.92847C8.10973 1.74996 9.80315 1.74998 11.9273 1.75H11.9273H12.0727H12.0727Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-maps-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0727 1.75C14.1969 1.74998 15.8903 1.74996 17.218 1.92847C18.589 2.11279 19.7153 2.50337 20.606 3.39404C21.4966 4.28471 21.8872 5.41104 22.0715 6.78198C22.25 8.10974 22.25 9.80317 22.25 11.9273V12.0727C22.25 14.1968 22.25 15.8903 22.0715 17.218C21.8872 18.589 21.4966 19.7153 20.606 20.606C19.7153 21.4966 18.589 21.8872 17.218 22.0715C15.8903 22.25 14.1968 22.25 12.0727 22.25H11.9273C9.80317 22.25 8.10974 22.25 6.78198 22.0715C6.07286 21.9762 5.42919 21.8257 4.84972 21.5793C4.54956 21.4517 4.39948 21.3879 4.3691 21.2313C4.33872 21.0748 4.46388 20.9496 4.71421 20.6993L10.2828 15.1303C10.4828 14.9303 10.5828 14.8303 10.707 14.8303C10.8313 14.8303 10.9313 14.9303 11.1313 15.1303L16.1166 20.1156C16.1785 20.1775 16.2644 20.2094 16.3517 20.202C16.5646 20.1838 16.7665 20.1621 16.9583 20.1363C18.1128 19.9811 18.7584 19.6926 19.2259 19.2252C19.6933 18.7577 19.9818 18.1121 20.137 16.9576C20.296 15.7751 20.2981 14.2132 20.2981 11.9998C20.2981 9.78631 20.296 8.22442 20.137 7.0419C19.9818 5.88745 19.6933 5.2418 19.2259 4.77435C18.7584 4.3069 18.1128 4.01842 16.9583 3.86321C15.7758 3.70422 14.2139 3.70215 12.0005 3.70215C9.78702 3.70215 8.22513 3.70422 7.04261 3.86321C5.88816 4.01842 5.24251 4.3069 4.77506 4.77435C4.3076 5.2418 4.01913 5.88745 3.86392 7.0419C3.83812 7.23376 3.81646 7.4356 3.79826 7.64859C3.79081 7.73585 3.82275 7.82177 3.88467 7.88369L8.86856 12.8676C9.06855 13.0676 9.16855 13.1676 9.16855 13.2918C9.16855 13.4161 9.06856 13.5161 8.86857 13.7161L3.30031 19.2848C3.04992 19.5352 2.92472 19.6604 2.76817 19.63C2.61161 19.5996 2.54782 19.4494 2.42023 19.1492C2.17414 18.57 2.02375 17.9267 1.92847 17.218C1.74996 15.8903 1.74998 14.1968 1.75 12.0727V12.0727V11.9273V11.9273C1.74998 9.80314 1.74996 8.10973 1.92847 6.78198C2.11279 5.41104 2.50337 4.28471 3.39404 3.39404C4.28471 2.50337 5.41104 2.11279 6.78198 1.92847C8.10973 1.74996 9.80315 1.74998 11.9273 1.75H11.9273H12.0727H12.0727Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5 5.25C12.1811 5.25 10.25 7.20968 10.25 9.57031C10.25 12.003 12.2346 13.5789 13.7367 14.5353L13.7496 14.5436L13.7629 14.5513C13.9866 14.6811 14.2406 14.75 14.5 14.75C14.7594 14.75 15.0134 14.6811 15.2371 14.5513L15.2487 14.5446L15.26 14.5374C16.7714 13.5861 18.75 11.9949 18.75 9.57031C18.75 7.20968 16.8189 5.25 14.5 5.25ZM14.4933 8C13.6686 8 13 8.67157 13 9.5C13 10.3284 13.6686 11 14.4933 11H14.5067C15.3314 11 16 10.3284 16 9.5C16 8.67157 15.3314 8 14.5067 8H14.4933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0727 1.75C14.1969 1.74998 15.8903 1.74996 17.218 1.92847C18.589 2.11279 19.7153 2.50337 20.606 3.39404C21.4966 4.28471 21.8872 5.41104 22.0715 6.78198C22.25 8.10974 22.25 9.80317 22.25 11.9273V12.0727C22.25 14.1968 22.25 15.8903 22.0715 17.218C21.8872 18.589 21.4966 19.7153 20.606 20.606C19.7153 21.4966 18.589 21.8872 17.218 22.0715C15.8903 22.25 14.1968 22.25 12.0727 22.25H11.9273C9.80317 22.25 8.10974 22.25 6.78198 22.0715C6.07286 21.9762 5.42919 21.8257 4.84972 21.5793C4.54956 21.4517 4.39948 21.3879 4.3691 21.2313C4.33872 21.0748 4.46388 20.9496 4.71421 20.6993L10.2828 15.1303C10.4828 14.9303 10.5828 14.8303 10.707 14.8303C10.8313 14.8303 10.9313 14.9303 11.1313 15.1303L16.1166 20.1156C16.1785 20.1775 16.2644 20.2094 16.3517 20.202C16.5646 20.1838 16.7665 20.1621 16.9583 20.1363C18.1128 19.9811 18.7584 19.6926 19.2259 19.2252C19.6933 18.7577 19.9818 18.1121 20.137 16.9576C20.296 15.7751 20.2981 14.2132 20.2981 11.9998C20.2981 9.78631 20.296 8.22442 20.137 7.0419C19.9818 5.88745 19.6933 5.2418 19.2259 4.77435C18.7584 4.3069 18.1128 4.01842 16.9583 3.86321C15.7758 3.70422 14.2139 3.70215 12.0005 3.70215C9.78702 3.70215 8.22513 3.70422 7.04261 3.86321C5.88816 4.01842 5.24251 4.3069 4.77506 4.77435C4.3076 5.2418 4.01913 5.88745 3.86392 7.0419C3.83812 7.23376 3.81646 7.4356 3.79826 7.64859C3.79081 7.73585 3.82275 7.82177 3.88467 7.88369L8.86856 12.8676C9.06855 13.0676 9.16855 13.1676 9.16855 13.2918C9.16855 13.4161 9.06856 13.5161 8.86857 13.7161L3.30031 19.2848C3.04992 19.5352 2.92472 19.6604 2.76817 19.63C2.61161 19.5996 2.54782 19.4494 2.42023 19.1492C2.17414 18.57 2.02375 17.9267 1.92847 17.218C1.74996 15.8903 1.74998 14.1968 1.75 12.0727V12.0727V11.9273V11.9273C1.74998 9.80314 1.74996 8.10973 1.92847 6.78198C2.11279 5.41104 2.50337 4.28471 3.39404 3.39404C4.28471 2.50337 5.41104 2.11279 6.78198 1.92847C8.10973 1.74996 9.80315 1.74998 11.9273 1.75H11.9273H12.0727H12.0727Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5 5.25C12.1811 5.25 10.25 7.20968 10.25 9.57031C10.25 12.003 12.2346 13.5789 13.7367 14.5353L13.7496 14.5436L13.7629 14.5513C13.9866 14.6811 14.2406 14.75 14.5 14.75C14.7594 14.75 15.0134 14.6811 15.2371 14.5513L15.2487 14.5446L15.26 14.5374C16.7714 13.5861 18.75 11.9949 18.75 9.57031C18.75 7.20968 16.8189 5.25 14.5 5.25ZM14.4933 8C13.6686 8 13 8.67157 13 9.5C13 10.3284 13.6686 11 14.4933 11H14.5067C15.3314 11 16 10.3284 16 9.5C16 8.67157 15.3314 8 14.5067 8H14.4933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-maps{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25 3.03989C7.25 2.71236 7.25 2.54859 7.13415 2.45851C7.1208 2.44813 7.10281 2.43662 7.08779 2.42886C6.95744 2.36145 6.81999 2.42494 6.54509 2.5519C6.08426 2.76473 5.55431 3.07216 4.90724 3.44755L3.6187 4.19503L3.61869 4.19503C3.15062 4.46654 2.75247 4.69749 2.44084 4.92252C2.10848 5.16251 1.82705 5.42802 1.61998 5.7915C1.4134 6.15411 1.32728 6.53275 1.28746 6.94305C1.24997 7.32942 1.24999 7.79576 1.25 8.34692V8.34694V8.34697V16.586V16.586V16.586C1.24999 17.3151 1.24997 17.918 1.29639 18.3894C1.34327 18.8655 1.44676 19.3438 1.75833 19.7304C2.09802 20.1518 2.57688 20.4384 3.11024 20.5335C3.60335 20.6215 4.0707 20.4736 4.5015 20.2791C4.92742 20.0868 5.49919 19.7551 6.11822 19.396C6.40134 19.2318 6.65459 19.0848 6.89091 18.9627C7.07195 18.8692 7.16247 18.8224 7.20624 18.7506C7.25 18.6787 7.25 18.5841 7.25 18.3949L7.25 3.03989ZM8.75 18.2663C8.75 18.4689 8.75 18.5702 8.7977 18.6443C8.84539 18.7185 8.94451 18.7636 9.14275 18.854C9.36402 18.9548 9.64479 19.0928 10.0237 19.2812L13.8376 21.1775C14.0293 21.273 14.25 21.1335 14.25 20.9194L14.25 5.16231C14.25 4.98146 14.25 4.89104 14.205 4.81844C14.16 4.74584 14.0791 4.70558 13.9171 4.62506L11.1426 3.24547L11.1425 3.24545C10.4736 2.9128 9.92553 2.6403 9.45232 2.45772C9.16027 2.34504 9.01425 2.2887 8.88544 2.37321C8.88226 2.3753 8.87831 2.37801 8.87522 2.38022C8.75 2.46998 8.75 2.63897 8.75 2.97696L8.75 18.2663ZM15.9214 5.25109C15.8268 5.25109 15.75 5.32763 15.75 5.42216L15.75 21.5584C15.75 21.6189 15.799 21.668 15.8595 21.6679L18.0529 21.6679C18.9506 21.668 19.7008 21.668 20.2966 21.5861C20.9275 21.4994 21.4955 21.3085 21.9503 20.8437C22.4028 20.3812 22.5866 19.8073 22.6704 19.1704C22.7501 18.5647 22.75 17.8008 22.75 16.8809V10.0381C22.75 9.1182 22.7501 8.35433 22.6704 7.74859C22.5866 7.11172 22.4028 6.53783 21.9503 6.0753C21.4955 5.61049 20.9275 5.4196 20.2966 5.33291C19.7008 5.25103 18.9506 5.25106 18.0529 5.25109L15.9214 5.25109Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25 3.03989C7.25 2.71236 7.25 2.54859 7.13415 2.45851C7.1208 2.44813 7.10281 2.43662 7.08779 2.42886C6.95744 2.36145 6.81999 2.42494 6.54509 2.5519C6.08426 2.76473 5.55431 3.07216 4.90724 3.44755L3.6187 4.19503L3.61869 4.19503C3.15062 4.46654 2.75247 4.69749 2.44084 4.92252C2.10848 5.16251 1.82705 5.42802 1.61998 5.7915C1.4134 6.15411 1.32728 6.53275 1.28746 6.94305C1.24997 7.32942 1.24999 7.79576 1.25 8.34692V8.34694V8.34697V16.586V16.586V16.586C1.24999 17.3151 1.24997 17.918 1.29639 18.3894C1.34327 18.8655 1.44676 19.3438 1.75833 19.7304C2.09802 20.1518 2.57688 20.4384 3.11024 20.5335C3.60335 20.6215 4.0707 20.4736 4.5015 20.2791C4.92742 20.0868 5.49919 19.7551 6.11822 19.396C6.40134 19.2318 6.65459 19.0848 6.89091 18.9627C7.07195 18.8692 7.16247 18.8224 7.20624 18.7506C7.25 18.6787 7.25 18.5841 7.25 18.3949L7.25 3.03989ZM8.75 18.2663C8.75 18.4689 8.75 18.5702 8.7977 18.6443C8.84539 18.7185 8.94451 18.7636 9.14275 18.854C9.36402 18.9548 9.64479 19.0928 10.0237 19.2812L13.8376 21.1775C14.0293 21.273 14.25 21.1335 14.25 20.9194L14.25 5.16231C14.25 4.98146 14.25 4.89104 14.205 4.81844C14.16 4.74584 14.0791 4.70558 13.9171 4.62506L11.1426 3.24547L11.1425 3.24545C10.4736 2.9128 9.92553 2.6403 9.45232 2.45772C9.16027 2.34504 9.01425 2.2887 8.88544 2.37321C8.88226 2.3753 8.87831 2.37801 8.87522 2.38022C8.75 2.46998 8.75 2.63897 8.75 2.97696L8.75 18.2663ZM15.9214 5.25109C15.8268 5.25109 15.75 5.32763 15.75 5.42216L15.75 21.5584C15.75 21.6189 15.799 21.668 15.8595 21.6679L18.0529 21.6679C18.9506 21.668 19.7008 21.668 20.2966 21.5861C20.9275 21.4994 21.4955 21.3085 21.9503 20.8437C22.4028 20.3812 22.5866 19.8073 22.6704 19.1704C22.7501 18.5647 22.75 17.8008 22.75 16.8809V10.0381C22.75 9.1182 22.7501 8.35433 22.6704 7.74859C22.5866 7.11172 22.4028 6.53783 21.9503 6.0753C21.4955 5.61049 20.9275 5.4196 20.2966 5.33291C19.7008 5.25103 18.9506 5.25106 18.0529 5.25109L15.9214 5.25109Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-mobile-navigator-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0501 1.25C13.8933 1.24999 15.3436 1.24998 16.4767 1.38328C17.6325 1.51924 18.5721 1.80425 19.3223 2.46069C20.0869 3.12975 20.4326 3.98951 20.5949 5.04565C20.75 6.05567 20.75 7.34069 20.75 8.93745V15.0626C20.75 16.6593 20.75 17.9443 20.5949 18.9544C20.4326 20.0105 20.0869 20.8703 19.3223 21.5393C18.5721 22.1957 17.6325 22.4808 16.4767 22.6167C15.3436 22.75 13.8933 22.75 12.0501 22.75H11.9499C10.1067 22.75 8.65638 22.75 7.52329 22.6167C6.36752 22.4808 5.42792 22.1957 4.6777 21.5393C3.91306 20.8703 3.56743 20.0105 3.40515 18.9544C3.24995 17.9443 3.24997 16.6593 3.25 15.0625V15.0625V8.93747V8.93745C3.24997 7.3407 3.24995 6.05567 3.40515 5.04565C3.56743 3.98951 3.91306 3.12975 4.6777 2.46069C5.42792 1.80425 6.36752 1.51924 7.52329 1.38328C8.65637 1.24998 10.1067 1.24999 11.9499 1.25H11.9499H12.0501H12.0501ZM12.0005 5.75C10.3272 5.75 8.73954 6.76527 8.07473 8.36388C7.45242 9.86031 7.79999 11.145 8.48118 12.204C9.02445 13.0486 9.81778 13.8025 10.4889 14.4402C10.6143 14.5594 10.7355 14.6745 10.8499 14.7854L10.8516 14.787C11.1603 15.0843 11.5723 15.25 12.0005 15.25C12.4287 15.25 12.8407 15.0843 13.1494 14.7869C13.2579 14.6824 13.3723 14.5741 13.4904 14.4623L13.4912 14.4615L13.4912 14.4615C14.1689 13.8199 14.9722 13.0593 15.5211 12.2042C16.2014 11.1442 16.5477 9.8585 15.9262 8.36388C15.2614 6.76527 13.6737 5.75 12.0005 5.75ZM11.9952 8.5C11.1705 8.5 10.502 9.17157 10.502 10C10.502 10.8284 11.1705 11.5 11.9952 11.5H12.0087C12.8334 11.5 13.502 10.8284 13.502 10C13.502 9.17157 12.8334 8.5 12.0087 8.5H11.9952ZM11 18.25C10.5858 18.25 10.25 18.5858 10.25 19C10.25 19.4142 10.5858 19.75 11 19.75H13C13.4142 19.75 13.75 19.4142 13.75 19C13.75 18.5858 13.4142 18.25 13 18.25H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0501 1.25C13.8933 1.24999 15.3436 1.24998 16.4767 1.38328C17.6325 1.51924 18.5721 1.80425 19.3223 2.46069C20.0869 3.12975 20.4326 3.98951 20.5949 5.04565C20.75 6.05567 20.75 7.34069 20.75 8.93745V15.0626C20.75 16.6593 20.75 17.9443 20.5949 18.9544C20.4326 20.0105 20.0869 20.8703 19.3223 21.5393C18.5721 22.1957 17.6325 22.4808 16.4767 22.6167C15.3436 22.75 13.8933 22.75 12.0501 22.75H11.9499C10.1067 22.75 8.65638 22.75 7.52329 22.6167C6.36752 22.4808 5.42792 22.1957 4.6777 21.5393C3.91306 20.8703 3.56743 20.0105 3.40515 18.9544C3.24995 17.9443 3.24997 16.6593 3.25 15.0625V15.0625V8.93747V8.93745C3.24997 7.3407 3.24995 6.05567 3.40515 5.04565C3.56743 3.98951 3.91306 3.12975 4.6777 2.46069C5.42792 1.80425 6.36752 1.51924 7.52329 1.38328C8.65637 1.24998 10.1067 1.24999 11.9499 1.25H11.9499H12.0501H12.0501ZM12.0005 5.75C10.3272 5.75 8.73954 6.76527 8.07473 8.36388C7.45242 9.86031 7.79999 11.145 8.48118 12.204C9.02445 13.0486 9.81778 13.8025 10.4889 14.4402C10.6143 14.5594 10.7355 14.6745 10.8499 14.7854L10.8516 14.787C11.1603 15.0843 11.5723 15.25 12.0005 15.25C12.4287 15.25 12.8407 15.0843 13.1494 14.7869C13.2579 14.6824 13.3723 14.5741 13.4904 14.4623L13.4912 14.4615L13.4912 14.4615C14.1689 13.8199 14.9722 13.0593 15.5211 12.2042C16.2014 11.1442 16.5477 9.8585 15.9262 8.36388C15.2614 6.76527 13.6737 5.75 12.0005 5.75ZM11.9952 8.5C11.1705 8.5 10.502 9.17157 10.502 10C10.502 10.8284 11.1705 11.5 11.9952 11.5H12.0087C12.8334 11.5 13.502 10.8284 13.502 10C13.502 9.17157 12.8334 8.5 12.0087 8.5H11.9952ZM11 18.25C10.5858 18.25 10.25 18.5858 10.25 19C10.25 19.4142 10.5858 19.75 11 19.75H13C13.4142 19.75 13.75 19.4142 13.75 19C13.75 18.5858 13.4142 18.25 13 18.25H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-mobile-navigator-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0501 1.25C13.8933 1.24999 15.3436 1.24998 16.4767 1.38328C17.6325 1.51924 18.5721 1.80425 19.3223 2.46069C20.0869 3.12975 20.4326 3.98951 20.5949 5.04565C20.75 6.05567 20.75 7.34069 20.75 8.93745V15.0626C20.75 16.6593 20.75 17.9443 20.5949 18.9544C20.4326 20.0105 20.0869 20.8703 19.3223 21.5393C18.5721 22.1957 17.6325 22.4808 16.4767 22.6167C15.3436 22.75 13.8933 22.75 12.0501 22.75H11.9499C10.1067 22.75 8.65638 22.75 7.52329 22.6167C6.36752 22.4808 5.42792 22.1957 4.6777 21.5393C3.91306 20.8703 3.56743 20.0105 3.40515 18.9544C3.24995 17.9443 3.24997 16.6593 3.25 15.0625V15.0625V8.93747V8.93745C3.24997 7.3407 3.24995 6.05567 3.40515 5.04565C3.56743 3.98951 3.91306 3.12975 4.6777 2.46069C5.42792 1.80425 6.36752 1.51924 7.52329 1.38328C8.65637 1.24998 10.1067 1.24999 11.9499 1.25H11.9499H12.0501H12.0501ZM12 5.75C9.68106 5.75 7.75 7.70968 7.75 10.0703C7.75 12.503 9.73463 14.0789 11.2367 15.0353L11.2496 15.0436L11.2629 15.0513C11.4866 15.1811 11.7406 15.25 12 15.25C12.2594 15.25 12.5134 15.1811 12.7371 15.0513L12.7487 15.0446L12.76 15.0374C14.2714 14.0861 16.25 12.4949 16.25 10.0703C16.25 7.70968 14.3189 5.75 12 5.75ZM11.9933 8.5C11.1686 8.5 10.5 9.17157 10.5 10C10.5 10.8284 11.1686 11.5 11.9933 11.5H12.0067C12.8314 11.5 13.5 10.8284 13.5 10C13.5 9.17157 12.8314 8.5 12.0067 8.5H11.9933ZM11 18.25C10.5858 18.25 10.25 18.5858 10.25 19C10.25 19.4142 10.5858 19.75 11 19.75H13C13.4142 19.75 13.75 19.4142 13.75 19C13.75 18.5858 13.4142 18.25 13 18.25H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0501 1.25C13.8933 1.24999 15.3436 1.24998 16.4767 1.38328C17.6325 1.51924 18.5721 1.80425 19.3223 2.46069C20.0869 3.12975 20.4326 3.98951 20.5949 5.04565C20.75 6.05567 20.75 7.34069 20.75 8.93745V15.0626C20.75 16.6593 20.75 17.9443 20.5949 18.9544C20.4326 20.0105 20.0869 20.8703 19.3223 21.5393C18.5721 22.1957 17.6325 22.4808 16.4767 22.6167C15.3436 22.75 13.8933 22.75 12.0501 22.75H11.9499C10.1067 22.75 8.65638 22.75 7.52329 22.6167C6.36752 22.4808 5.42792 22.1957 4.6777 21.5393C3.91306 20.8703 3.56743 20.0105 3.40515 18.9544C3.24995 17.9443 3.24997 16.6593 3.25 15.0625V15.0625V8.93747V8.93745C3.24997 7.3407 3.24995 6.05567 3.40515 5.04565C3.56743 3.98951 3.91306 3.12975 4.6777 2.46069C5.42792 1.80425 6.36752 1.51924 7.52329 1.38328C8.65637 1.24998 10.1067 1.24999 11.9499 1.25H11.9499H12.0501H12.0501ZM12 5.75C9.68106 5.75 7.75 7.70968 7.75 10.0703C7.75 12.503 9.73463 14.0789 11.2367 15.0353L11.2496 15.0436L11.2629 15.0513C11.4866 15.1811 11.7406 15.25 12 15.25C12.2594 15.25 12.5134 15.1811 12.7371 15.0513L12.7487 15.0446L12.76 15.0374C14.2714 14.0861 16.25 12.4949 16.25 10.0703C16.25 7.70968 14.3189 5.75 12 5.75ZM11.9933 8.5C11.1686 8.5 10.5 9.17157 10.5 10C10.5 10.8284 11.1686 11.5 11.9933 11.5H12.0067C12.8314 11.5 13.5 10.8284 13.5 10C13.5 9.17157 12.8314 8.5 12.0067 8.5H11.9933ZM11 18.25C10.5858 18.25 10.25 18.5858 10.25 19C10.25 19.4142 10.5858 19.75 11 19.75H13C13.4142 19.75 13.75 19.4142 13.75 19C13.75 18.5858 13.4142 18.25 13 18.25H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-navigation-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.4157 3.66091C22.3014 5.52945 19.2843 20.7254 16.1885 20.9932C13.5913 21.2178 12.782 16.0955 12.235 14.472C11.6952 12.8696 11.0944 12.2928 9.50531 11.7671C5.46829 10.4316 3.44979 9.7638 3.05015 8.70645C1.99189 5.90655 18.0073 1.27445 20.4157 3.66091Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.4157 3.66091C22.3014 5.52945 19.2843 20.7254 16.1885 20.9932C13.5913 21.2178 12.782 16.0955 12.235 14.472C11.6952 12.8696 11.0944 12.2928 9.50531 11.7671C5.46829 10.4316 3.44979 9.7638 3.05015 8.70645C1.99189 5.90655 18.0073 1.27445 20.4157 3.66091Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-navigation-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13.5942 16.9967C15.1422 16.8628 16.6507 9.26482 15.7078 8.33055C14.5036 7.13731 6.49595 9.45337 7.02507 10.8533C7.22489 11.382 8.23414 11.7159 10.2526 12.3836L10.2527 12.3836C11.0472 12.6465 11.3476 12.9349 11.6175 13.7361C11.6646 13.876 11.7157 14.0678 11.7745 14.2889C12.057 15.3511 12.5194 17.0896 13.5942 16.9967Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13.5942 16.9967C15.1422 16.8628 16.6507 9.26482 15.7078 8.33055C14.5036 7.13731 6.49595 9.45337 7.02507 10.8533C7.22489 11.382 8.23414 11.7159 10.2526 12.3836L10.2527 12.3836C11.0472 12.6465 11.3476 12.9349 11.6175 13.7361C11.6646 13.876 11.7157 14.0678 11.7745 14.2889C12.057 15.3511 12.5194 17.0896 13.5942 16.9967Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-navigator-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 1.99988C4.80228 1.99988 5.25 2.44759 5.25 2.99988L5.25 20.9999C5.25 21.5522 4.80228 21.9999 4.25 21.9999C3.69772 21.9999 3.25 21.5522 3.25 20.9999L3.25 2.99988C3.25 2.44759 3.69772 1.99988 4.25 1.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.75 1.99988C20.3023 1.99988 20.75 2.44759 20.75 2.99988L20.75 20.9999C20.75 21.5522 20.3023 21.9999 19.75 21.9999C19.1977 21.9999 18.75 21.5522 18.75 20.9999L18.75 2.99988C18.75 2.44759 19.1977 1.99988 19.75 1.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3881 14.9584C10.772 14.4461 11.2712 13.9999 12 13.9999C12.7288 13.9999 13.228 14.4461 13.6119 14.9584C13.9816 15.4518 14.3615 16.1657 14.8154 17.0187L15.5187 18.3401C15.8664 18.9935 16.158 19.5413 16.3235 19.9672C16.4086 20.1861 16.4822 20.4252 16.4972 20.6643C16.5132 20.9193 16.4639 21.214 16.2575 21.4704C16.1147 21.6479 15.9331 21.7864 15.7323 21.8817C15.4626 22.0097 15.1852 22.0163 14.9474 21.9824C14.7139 21.9491 14.4738 21.8704 14.2378 21.7756C13.778 21.591 13.1891 21.2841 12.469 20.909C12.3212 20.832 12.2028 20.7707 12.1241 20.734C12.0916 20.7188 12.0754 20.7113 12.0593 20.7059C12.0432 20.7005 12.0426 20.7004 12.0416 20.7001C12.0094 20.6933 11.9649 20.6931 11.9167 20.7156C11.8413 20.7478 11.707 20.8173 11.531 20.909C10.8109 21.2841 10.2219 21.591 9.7622 21.7756C9.52622 21.8704 9.28615 21.9491 9.05259 21.9824C8.81482 22.0163 8.53741 22.0097 8.26768 21.8817C8.06691 21.7864 7.88529 21.6479 7.74251 21.4704C7.53614 21.214 7.48676 20.9193 7.5028 20.6643C7.51783 20.4252 7.59139 20.1861 7.67648 19.9672C7.84204 19.5413 8.13356 18.9936 8.48133 18.3401L9.18456 17.0187C9.63849 16.1657 10.0184 15.4518 10.3881 14.9584Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.99988C12.5523 1.99988 13 2.44759 13 2.99988L13 4.99988C13 5.55216 12.5523 5.99988 12 5.99988C11.4477 5.99988 11 5.55216 11 4.99988L11 2.99988C11 2.44759 11.4477 1.99988 12 1.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.99988C12.5523 7.99988 13 8.44759 13 8.99988L13 10.9999C13 11.5522 12.5523 11.9999 12 11.9999C11.4477 11.9999 11 11.5522 11 10.9999L11 8.99988C11 8.44759 11.4477 7.99988 12 7.99988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 1.99988C4.80228 1.99988 5.25 2.44759 5.25 2.99988L5.25 20.9999C5.25 21.5522 4.80228 21.9999 4.25 21.9999C3.69772 21.9999 3.25 21.5522 3.25 20.9999L3.25 2.99988C3.25 2.44759 3.69772 1.99988 4.25 1.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.75 1.99988C20.3023 1.99988 20.75 2.44759 20.75 2.99988L20.75 20.9999C20.75 21.5522 20.3023 21.9999 19.75 21.9999C19.1977 21.9999 18.75 21.5522 18.75 20.9999L18.75 2.99988C18.75 2.44759 19.1977 1.99988 19.75 1.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3881 14.9584C10.772 14.4461 11.2712 13.9999 12 13.9999C12.7288 13.9999 13.228 14.4461 13.6119 14.9584C13.9816 15.4518 14.3615 16.1657 14.8154 17.0187L15.5187 18.3401C15.8664 18.9935 16.158 19.5413 16.3235 19.9672C16.4086 20.1861 16.4822 20.4252 16.4972 20.6643C16.5132 20.9193 16.4639 21.214 16.2575 21.4704C16.1147 21.6479 15.9331 21.7864 15.7323 21.8817C15.4626 22.0097 15.1852 22.0163 14.9474 21.9824C14.7139 21.9491 14.4738 21.8704 14.2378 21.7756C13.778 21.591 13.1891 21.2841 12.469 20.909C12.3212 20.832 12.2028 20.7707 12.1241 20.734C12.0916 20.7188 12.0754 20.7113 12.0593 20.7059C12.0432 20.7005 12.0426 20.7004 12.0416 20.7001C12.0094 20.6933 11.9649 20.6931 11.9167 20.7156C11.8413 20.7478 11.707 20.8173 11.531 20.909C10.8109 21.2841 10.2219 21.591 9.7622 21.7756C9.52622 21.8704 9.28615 21.9491 9.05259 21.9824C8.81482 22.0163 8.53741 22.0097 8.26768 21.8817C8.06691 21.7864 7.88529 21.6479 7.74251 21.4704C7.53614 21.214 7.48676 20.9193 7.5028 20.6643C7.51783 20.4252 7.59139 20.1861 7.67648 19.9672C7.84204 19.5413 8.13356 18.9936 8.48133 18.3401L9.18456 17.0187C9.63849 16.1657 10.0184 15.4518 10.3881 14.9584Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.99988C12.5523 1.99988 13 2.44759 13 2.99988L13 4.99988C13 5.55216 12.5523 5.99988 12 5.99988C11.4477 5.99988 11 5.55216 11 4.99988L11 2.99988C11 2.44759 11.4477 1.99988 12 1.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.99988C12.5523 7.99988 13 8.44759 13 8.99988L13 10.9999C13 11.5522 12.5523 11.9999 12 11.9999C11.4477 11.9999 11 11.5522 11 10.9999L11 8.99988C11 8.44759 11.4477 7.99988 12 7.99988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-navigator-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 4.25C22 4.80228 21.5523 5.25 21 5.25L3 5.25C2.44772 5.25 2 4.80228 2 4.25C2 3.69771 2.44772 3.25 3 3.25L21 3.25C21.5523 3.25 22 3.69772 22 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 19.75C22 20.3023 21.5523 20.75 21 20.75L3 20.75C2.44772 20.75 2 20.3023 2 19.75C2 19.1977 2.44772 18.75 3 18.75L21 18.75C21.5523 18.75 22 19.1977 22 19.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.04145 10.3881C9.55375 10.772 10 11.2712 10 12C10 12.7288 9.55376 13.228 9.04145 13.6119C8.54803 13.9816 7.83418 14.3615 6.98114 14.8154L5.65976 15.5187C5.00633 15.8664 4.45859 16.158 4.03271 16.3235C3.8138 16.4086 3.57466 16.4822 3.33557 16.4972C3.08061 16.5132 2.78588 16.4639 2.52944 16.2575C2.35201 16.1147 2.2135 15.9331 2.1182 15.7323C1.99017 15.4626 1.98354 15.1852 2.01746 14.9474C2.05077 14.7139 2.12951 14.4738 2.22428 14.2378C2.40892 13.778 2.71574 13.1891 3.0909 12.469C3.16788 12.3212 3.22917 12.2028 3.26591 12.1241C3.28104 12.0916 3.28861 12.0754 3.29401 12.0593C3.29941 12.0432 3.29952 12.0426 3.29975 12.0416C3.30661 12.0094 3.30673 11.9649 3.28424 11.9167C3.25203 11.8413 3.18259 11.707 3.09089 11.531C2.71574 10.8109 2.40892 10.2219 2.22428 9.7622C2.12951 9.52622 2.05077 9.28615 2.01745 9.05259C1.98354 8.81482 1.99017 8.53741 2.1182 8.26768C2.2135 8.06691 2.35201 7.88529 2.52944 7.74251C2.78588 7.53614 3.08061 7.48676 3.33557 7.5028C3.57466 7.51783 3.8138 7.59139 4.03271 7.67648C4.45859 7.84204 5.00632 8.13356 5.65974 8.48133L6.98115 9.18456C7.83418 9.63849 8.54803 10.0184 9.04145 10.3881Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 12C22 12.5523 21.5523 13 21 13L19 13C18.4477 13 18 12.5523 18 12C18 11.4477 18.4477 11 19 11L21 11C21.5523 11 22 11.4477 22 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 12C16 12.5523 15.5523 13 15 13L13 13C12.4477 13 12 12.5523 12 12C12 11.4477 12.4477 11 13 11L15 11C15.5523 11 16 11.4477 16 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 4.25C22 4.80228 21.5523 5.25 21 5.25L3 5.25C2.44772 5.25 2 4.80228 2 4.25C2 3.69771 2.44772 3.25 3 3.25L21 3.25C21.5523 3.25 22 3.69772 22 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 19.75C22 20.3023 21.5523 20.75 21 20.75L3 20.75C2.44772 20.75 2 20.3023 2 19.75C2 19.1977 2.44772 18.75 3 18.75L21 18.75C21.5523 18.75 22 19.1977 22 19.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.04145 10.3881C9.55375 10.772 10 11.2712 10 12C10 12.7288 9.55376 13.228 9.04145 13.6119C8.54803 13.9816 7.83418 14.3615 6.98114 14.8154L5.65976 15.5187C5.00633 15.8664 4.45859 16.158 4.03271 16.3235C3.8138 16.4086 3.57466 16.4822 3.33557 16.4972C3.08061 16.5132 2.78588 16.4639 2.52944 16.2575C2.35201 16.1147 2.2135 15.9331 2.1182 15.7323C1.99017 15.4626 1.98354 15.1852 2.01746 14.9474C2.05077 14.7139 2.12951 14.4738 2.22428 14.2378C2.40892 13.778 2.71574 13.1891 3.0909 12.469C3.16788 12.3212 3.22917 12.2028 3.26591 12.1241C3.28104 12.0916 3.28861 12.0754 3.29401 12.0593C3.29941 12.0432 3.29952 12.0426 3.29975 12.0416C3.30661 12.0094 3.30673 11.9649 3.28424 11.9167C3.25203 11.8413 3.18259 11.707 3.09089 11.531C2.71574 10.8109 2.40892 10.2219 2.22428 9.7622C2.12951 9.52622 2.05077 9.28615 2.01745 9.05259C1.98354 8.81482 1.99017 8.53741 2.1182 8.26768C2.2135 8.06691 2.35201 7.88529 2.52944 7.74251C2.78588 7.53614 3.08061 7.48676 3.33557 7.5028C3.57466 7.51783 3.8138 7.59139 4.03271 7.67648C4.45859 7.84204 5.00632 8.13356 5.65974 8.48133L6.98115 9.18456C7.83418 9.63849 8.54803 10.0184 9.04145 10.3881Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 12C22 12.5523 21.5523 13 21 13L19 13C18.4477 13 18 12.5523 18 12C18 11.4477 18.4477 11 19 11L21 11C21.5523 11 22 11.4477 22 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 12C16 12.5523 15.5523 13 15 13L13 13C12.4477 13 12 12.5523 12 12C12 11.4477 12.4477 11 13 11L15 11C15.5523 11 16 11.4477 16 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-pin-location-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.002 1.25C9.3786 1.25 7.25195 3.37665 7.25195 6C7.25195 8.19587 8.74198 10.0437 10.7661 10.5876C10.9027 10.6244 11.002 10.7456 11.002 10.8871L11.002 17.75C11.002 18.3023 11.4497 18.75 12.002 18.75C12.5542 18.75 13.002 18.3023 13.002 17.75L13.002 10.8871C13.002 10.7456 13.1012 10.6244 13.2378 10.5876C15.2619 10.0437 16.752 8.19587 16.752 6C16.752 3.37665 14.6253 1.25 12.002 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.76898 15.9614C9.20454 16.301 9.28236 16.9293 8.9428 17.3649C8.09782 18.4487 7.53778 19.1715 7.2253 19.724C7.07336 19.9927 7.02045 20.1537 7.00562 20.2413C6.99617 20.2664 6.99304 20.3297 7.05609 20.3815C7.07936 20.4127 7.2173 20.5694 7.98815 20.6606C8.72941 20.7483 9.77152 20.75 11.2834 20.75H12.7189C14.2307 20.75 15.2728 20.7483 16.0141 20.6606C16.7849 20.5694 16.9229 20.4128 16.9462 20.3815C17.0019 20.3342 17.003 20.2683 16.9966 20.2413C16.9818 20.1537 16.9289 19.9927 16.777 19.724C16.4645 19.1715 15.9044 18.4487 15.0595 17.3649C14.7199 16.9293 14.7977 16.301 15.2333 15.9614C15.6688 15.6218 16.2972 15.6996 16.6368 16.1352C17.4164 17.1352 18.1232 18.0417 18.5178 18.7395C18.9162 19.4438 19.2353 20.3247 18.7763 21.2145C18.7108 21.3414 18.6349 21.4624 18.5499 21.5766C17.9986 22.3164 17.1068 22.5452 16.2492 22.6467C15.376 22.7501 14.2141 22.7501 12.7877 22.75H12.7877H11.2145H11.2145C9.78813 22.7501 8.62629 22.7501 7.75306 22.6467C6.89543 22.5452 6.00367 22.3164 5.45239 21.5766C5.36732 21.4624 5.29144 21.3414 5.22595 21.2145C4.76695 20.3247 5.0861 19.4438 5.48442 18.7395C5.87904 18.0417 6.58585 17.1352 7.36549 16.1352C7.70505 15.6996 8.33341 15.6218 8.76898 15.9614Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.002 1.25C9.3786 1.25 7.25195 3.37665 7.25195 6C7.25195 8.19587 8.74198 10.0437 10.7661 10.5876C10.9027 10.6244 11.002 10.7456 11.002 10.8871L11.002 17.75C11.002 18.3023 11.4497 18.75 12.002 18.75C12.5542 18.75 13.002 18.3023 13.002 17.75L13.002 10.8871C13.002 10.7456 13.1012 10.6244 13.2378 10.5876C15.2619 10.0437 16.752 8.19587 16.752 6C16.752 3.37665 14.6253 1.25 12.002 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.76898 15.9614C9.20454 16.301 9.28236 16.9293 8.9428 17.3649C8.09782 18.4487 7.53778 19.1715 7.2253 19.724C7.07336 19.9927 7.02045 20.1537 7.00562 20.2413C6.99617 20.2664 6.99304 20.3297 7.05609 20.3815C7.07936 20.4127 7.2173 20.5694 7.98815 20.6606C8.72941 20.7483 9.77152 20.75 11.2834 20.75H12.7189C14.2307 20.75 15.2728 20.7483 16.0141 20.6606C16.7849 20.5694 16.9229 20.4128 16.9462 20.3815C17.0019 20.3342 17.003 20.2683 16.9966 20.2413C16.9818 20.1537 16.9289 19.9927 16.777 19.724C16.4645 19.1715 15.9044 18.4487 15.0595 17.3649C14.7199 16.9293 14.7977 16.301 15.2333 15.9614C15.6688 15.6218 16.2972 15.6996 16.6368 16.1352C17.4164 17.1352 18.1232 18.0417 18.5178 18.7395C18.9162 19.4438 19.2353 20.3247 18.7763 21.2145C18.7108 21.3414 18.6349 21.4624 18.5499 21.5766C17.9986 22.3164 17.1068 22.5452 16.2492 22.6467C15.376 22.7501 14.2141 22.7501 12.7877 22.75H12.7877H11.2145H11.2145C9.78813 22.7501 8.62629 22.7501 7.75306 22.6467C6.89543 22.5452 6.00367 22.3164 5.45239 21.5766C5.36732 21.4624 5.29144 21.3414 5.22595 21.2145C4.76695 20.3247 5.0861 19.4438 5.48442 18.7395C5.87904 18.0417 6.58585 17.1352 7.36549 16.1352C7.70505 15.6996 8.33341 15.6218 8.76898 15.9614Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-pin-location-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C9.37665 1.25 7.25 3.37665 7.25 6C7.25 8.19587 8.74003 10.0437 10.7642 10.5876C10.9008 10.6244 11 10.7456 11 10.8871L11 17.75C11 18.3023 11.4477 18.75 12 18.75C12.5523 18.75 13 18.3023 13 17.75L13 10.8871C13 10.7456 13.0992 10.6244 13.2358 10.5876C15.26 10.0437 16.75 8.19587 16.75 6C16.75 3.37665 14.6234 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.99924 19.7106C7.97855 19.1766 7.53909 18.75 7 18.75C6.44772 18.75 6 19.1977 6 19.75C6 20.3897 6.32823 20.898 6.70582 21.255C7.08129 21.6101 7.57094 21.8838 8.09308 22.0927C9.1429 22.5126 10.5246 22.75 12 22.75C13.4754 22.75 14.8571 22.5126 15.9069 22.0927C16.4291 21.8838 16.9187 21.6101 17.2942 21.255C17.6718 20.898 18 20.3897 18 19.75C18 19.1977 17.5523 18.75 17 18.75C16.4609 18.75 16.0215 19.1766 16.0008 19.7106C15.99 19.7273 15.9667 19.7578 15.92 19.8019C15.7894 19.9254 15.5468 20.0827 15.1641 20.2357C14.4043 20.5397 13.2861 20.75 12 20.75C10.7139 20.75 9.59568 20.5397 8.83586 20.2357C8.45317 20.0827 8.21059 19.9254 8.08003 19.8019C8.03333 19.7578 8.01 19.7273 7.99924 19.7106Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C9.37665 1.25 7.25 3.37665 7.25 6C7.25 8.19587 8.74003 10.0437 10.7642 10.5876C10.9008 10.6244 11 10.7456 11 10.8871L11 17.75C11 18.3023 11.4477 18.75 12 18.75C12.5523 18.75 13 18.3023 13 17.75L13 10.8871C13 10.7456 13.0992 10.6244 13.2358 10.5876C15.26 10.0437 16.75 8.19587 16.75 6C16.75 3.37665 14.6234 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.99924 19.7106C7.97855 19.1766 7.53909 18.75 7 18.75C6.44772 18.75 6 19.1977 6 19.75C6 20.3897 6.32823 20.898 6.70582 21.255C7.08129 21.6101 7.57094 21.8838 8.09308 22.0927C9.1429 22.5126 10.5246 22.75 12 22.75C13.4754 22.75 14.8571 22.5126 15.9069 22.0927C16.4291 21.8838 16.9187 21.6101 17.2942 21.255C17.6718 20.898 18 20.3897 18 19.75C18 19.1977 17.5523 18.75 17 18.75C16.4609 18.75 16.0215 19.1766 16.0008 19.7106C15.99 19.7273 15.9667 19.7578 15.92 19.8019C15.7894 19.9254 15.5468 20.0827 15.1641 20.2357C14.4043 20.5397 13.2861 20.75 12 20.75C10.7139 20.75 9.59568 20.5397 8.83586 20.2357C8.45317 20.0827 8.21059 19.9254 8.08003 19.8019C8.03333 19.7578 8.01 19.7273 7.99924 19.7106Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-pin-location-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.89232 15.2986C6.14162 15.7914 5.94422 16.393 5.4514 16.6423C4.2666 17.2417 4 17.7945 4 18.0658C4 18.2196 4.07194 18.4611 4.40271 18.7813C4.73646 19.1043 5.27174 19.4412 6.01488 19.7454C7.49628 20.3519 9.61182 20.75 12 20.75C14.3882 20.75 16.5037 20.3519 17.9851 19.7454C18.7283 19.4412 19.2635 19.1043 19.5973 18.7813C19.9281 18.4611 20 18.2196 20 18.0658C20 17.7945 19.7334 17.2417 18.5486 16.6423C18.0558 16.393 17.8584 15.7914 18.1077 15.2986C18.357 14.8058 18.9586 14.6083 19.4514 14.8576C20.7682 15.5238 22 16.5823 22 18.0658C22 18.9294 21.5683 19.657 20.9882 20.2184C20.4111 20.777 19.6283 21.2339 18.7428 21.5964C16.9668 22.3234 14.5824 22.75 12 22.75C9.41762 22.75 7.03316 22.3234 5.2572 21.5964C4.37166 21.2339 3.58892 20.777 3.01182 20.2184C2.43174 19.657 2 18.9294 2 18.0658C2 16.5823 3.2318 15.5238 4.5486 14.8576C5.04141 14.6083 5.64302 14.8058 5.89232 15.2986Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C9.37665 1.25 7.25 3.37665 7.25 6C7.25 8.19587 8.74003 10.0437 10.7642 10.5876C10.9008 10.6244 11 10.7456 11 10.8871L11 17.75C11 18.3023 11.4477 18.75 12 18.75C12.5523 18.75 13 18.3023 13 17.75L13 10.8871C13 10.7456 13.0992 10.6244 13.2358 10.5876C15.26 10.0437 16.75 8.19587 16.75 6C16.75 3.37665 14.6234 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.89232 15.2986C6.14162 15.7914 5.94422 16.393 5.4514 16.6423C4.2666 17.2417 4 17.7945 4 18.0658C4 18.2196 4.07194 18.4611 4.40271 18.7813C4.73646 19.1043 5.27174 19.4412 6.01488 19.7454C7.49628 20.3519 9.61182 20.75 12 20.75C14.3882 20.75 16.5037 20.3519 17.9851 19.7454C18.7283 19.4412 19.2635 19.1043 19.5973 18.7813C19.9281 18.4611 20 18.2196 20 18.0658C20 17.7945 19.7334 17.2417 18.5486 16.6423C18.0558 16.393 17.8584 15.7914 18.1077 15.2986C18.357 14.8058 18.9586 14.6083 19.4514 14.8576C20.7682 15.5238 22 16.5823 22 18.0658C22 18.9294 21.5683 19.657 20.9882 20.2184C20.4111 20.777 19.6283 21.2339 18.7428 21.5964C16.9668 22.3234 14.5824 22.75 12 22.75C9.41762 22.75 7.03316 22.3234 5.2572 21.5964C4.37166 21.2339 3.58892 20.777 3.01182 20.2184C2.43174 19.657 2 18.9294 2 18.0658C2 16.5823 3.2318 15.5238 4.5486 14.8576C5.04141 14.6083 5.64302 14.8058 5.89232 15.2986Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C9.37665 1.25 7.25 3.37665 7.25 6C7.25 8.19587 8.74003 10.0437 10.7642 10.5876C10.9008 10.6244 11 10.7456 11 10.8871L11 17.75C11 18.3023 11.4477 18.75 12 18.75C12.5523 18.75 13 18.3023 13 17.75L13 10.8871C13 10.7456 13.0992 10.6244 13.2358 10.5876C15.26 10.0437 16.75 8.19587 16.75 6C16.75 3.37665 14.6234 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-pin-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95808 15.043C9.34861 15.4335 9.34861 16.0666 8.95808 16.4572L3.95808 21.4572C3.56756 21.8477 2.93439 21.8477 2.54387 21.4572C2.15335 21.0666 2.15335 20.4335 2.54387 20.043L7.54387 15.043C7.93439 14.6524 8.56756 14.6524 8.95808 15.043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.29289 2.29289C2.68342 1.90237 3.31658 1.90237 3.70711 2.29289L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L2.29289 3.70711C1.90237 3.31658 1.90237 2.68342 2.29289 2.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.7103 2.55352C19.4579 3.18534 20.8156 4.54312 21.4475 6.2907C21.5545 6.58639 21.6808 6.93513 21.7268 7.24171C21.7811 7.6039 21.7449 7.94525 21.609 8.32372C21.3178 9.13414 20.6653 9.49632 19.9462 9.89548L18.5283 10.6861C18.0155 10.9721 17.6769 11.1619 17.4358 11.3286C17.201 11.4909 17.1343 11.582 17.1065 11.6358C17.0919 11.6641 17.0463 11.8023 17.0583 12.2506C17.0605 12.3336 17.0644 12.4224 17.0698 12.5177C17.096 12.9787 17.1091 13.2093 16.9834 13.2656C16.8576 13.3219 16.6968 13.1611 16.3751 12.8395L11.1381 7.60246C10.8192 7.28354 10.6598 7.12408 10.7156 6.99852C10.7715 6.87296 10.9999 6.88487 11.4566 6.90868C11.5637 6.91427 11.6629 6.91812 11.755 6.92004C11.9689 6.92451 12.2401 6.94307 12.3812 6.86953C12.4336 6.84225 12.5245 6.77536 12.6874 6.53895C12.8543 6.29682 13.0447 5.95704 13.3312 5.44348L14.1055 4.05484C14.5047 3.33573 14.8669 2.68324 15.6773 2.39207C16.0558 2.25609 16.3971 2.21996 16.7593 2.27428C17.0659 2.32026 17.4146 2.44649 17.7103 2.55352Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.3512 17.9069C16.2228 18.1124 16.0613 18.3708 15.881 18.5631C15.6679 18.7902 15.4224 18.9507 15.1063 19.0788C14.7845 19.2092 14.4917 19.262 14.1757 19.2478C13.907 19.2358 13.5984 19.1656 13.3407 19.107C11.3651 18.6585 9.4793 17.5122 7.98403 16.0169C6.48875 14.5217 5.34249 12.6359 4.89391 10.6603C4.83533 10.4027 4.76515 10.0942 4.75318 9.82541C4.73911 9.50947 4.792 9.21664 4.92249 8.8948C5.05066 8.57866 5.21123 8.33316 5.43845 8.12012C5.63076 7.9398 5.8893 7.77846 6.09477 7.65025C6.35734 7.48621 6.6245 7.34701 6.89538 7.23083C7.00657 7.18315 7.06216 7.15931 7.1224 7.1709C7.18265 7.1825 7.22746 7.22731 7.31708 7.31693L16.6846 16.6844C16.7741 16.7739 16.8188 16.8187 16.8304 16.8788C16.842 16.939 16.8183 16.9945 16.7708 17.1056C16.655 17.3764 16.5157 17.6437 16.3512 17.9069Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95808 15.043C9.34861 15.4335 9.34861 16.0666 8.95808 16.4572L3.95808 21.4572C3.56756 21.8477 2.93439 21.8477 2.54387 21.4572C2.15335 21.0666 2.15335 20.4335 2.54387 20.043L7.54387 15.043C7.93439 14.6524 8.56756 14.6524 8.95808 15.043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.29289 2.29289C2.68342 1.90237 3.31658 1.90237 3.70711 2.29289L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L2.29289 3.70711C1.90237 3.31658 1.90237 2.68342 2.29289 2.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.7103 2.55352C19.4579 3.18534 20.8156 4.54312 21.4475 6.2907C21.5545 6.58639 21.6808 6.93513 21.7268 7.24171C21.7811 7.6039 21.7449 7.94525 21.609 8.32372C21.3178 9.13414 20.6653 9.49632 19.9462 9.89548L18.5283 10.6861C18.0155 10.9721 17.6769 11.1619 17.4358 11.3286C17.201 11.4909 17.1343 11.582 17.1065 11.6358C17.0919 11.6641 17.0463 11.8023 17.0583 12.2506C17.0605 12.3336 17.0644 12.4224 17.0698 12.5177C17.096 12.9787 17.1091 13.2093 16.9834 13.2656C16.8576 13.3219 16.6968 13.1611 16.3751 12.8395L11.1381 7.60246C10.8192 7.28354 10.6598 7.12408 10.7156 6.99852C10.7715 6.87296 10.9999 6.88487 11.4566 6.90868C11.5637 6.91427 11.6629 6.91812 11.755 6.92004C11.9689 6.92451 12.2401 6.94307 12.3812 6.86953C12.4336 6.84225 12.5245 6.77536 12.6874 6.53895C12.8543 6.29682 13.0447 5.95704 13.3312 5.44348L14.1055 4.05484C14.5047 3.33573 14.8669 2.68324 15.6773 2.39207C16.0558 2.25609 16.3971 2.21996 16.7593 2.27428C17.0659 2.32026 17.4146 2.44649 17.7103 2.55352Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.3512 17.9069C16.2228 18.1124 16.0613 18.3708 15.881 18.5631C15.6679 18.7902 15.4224 18.9507 15.1063 19.0788C14.7845 19.2092 14.4917 19.262 14.1757 19.2478C13.907 19.2358 13.5984 19.1656 13.3407 19.107C11.3651 18.6585 9.4793 17.5122 7.98403 16.0169C6.48875 14.5217 5.34249 12.6359 4.89391 10.6603C4.83533 10.4027 4.76515 10.0942 4.75318 9.82541C4.73911 9.50947 4.792 9.21664 4.92249 8.8948C5.05066 8.57866 5.21123 8.33316 5.43845 8.12012C5.63076 7.9398 5.8893 7.77846 6.09477 7.65025C6.35734 7.48621 6.6245 7.34701 6.89538 7.23083C7.00657 7.18315 7.06216 7.15931 7.1224 7.1709C7.18265 7.1825 7.22746 7.22731 7.31708 7.31693L16.6846 16.6844C16.7741 16.7739 16.8188 16.8187 16.8304 16.8788C16.842 16.939 16.8183 16.9945 16.7708 17.1056C16.655 17.3764 16.5157 17.6437 16.3512 17.9069Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-pin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95711 15.0429C9.34763 15.4334 9.34763 16.0666 8.95711 16.4571L3.95711 21.4571C3.56658 21.8476 2.93342 21.8476 2.54289 21.4571C2.15237 21.0666 2.15237 20.4334 2.54289 20.0429L7.54289 15.0429C7.93342 14.6524 8.56658 14.6524 8.95711 15.0429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.7093 2.55346C19.4569 3.18528 20.8147 4.54305 21.4465 6.29064C21.5536 6.58633 21.6798 6.93507 21.7258 7.24165C21.7801 7.60384 21.744 7.94519 21.608 8.32365C21.3168 9.13408 20.6643 9.49626 19.9452 9.89542L18.5273 10.6861C18.0145 10.9721 17.676 11.1618 17.4348 11.3286C17.2 11.4909 17.1333 11.582 17.1056 11.6358C17.0909 11.6641 17.0453 11.8022 17.0573 12.2506C17.0686 12.6742 17.1236 13.2487 17.2024 14.0663C17.3296 15.3845 17.1109 16.6904 16.3502 17.9068C16.2218 18.1123 16.0604 18.3708 15.88 18.563C15.6669 18.7901 15.4215 18.9506 15.1053 19.0787C14.7835 19.2091 14.4907 19.2619 14.1748 19.2478C13.906 19.2358 13.5974 19.1656 13.3398 19.107C11.3641 18.6584 9.47833 17.5121 7.98305 16.0169C6.48778 14.5216 5.34151 12.6359 4.89294 10.6602C4.83436 10.4027 4.76418 10.0941 4.75221 9.82535C4.73813 9.50941 4.79103 9.21658 4.92151 8.89474C5.04969 8.5786 5.21026 8.3331 5.43747 8.12006C5.62978 7.93974 5.88832 7.7784 6.09379 7.65019C7.29324 6.90084 8.58854 6.66967 9.89679 6.78538C10.7321 6.85926 11.321 6.91095 11.754 6.91998C11.968 6.92445 12.2391 6.94301 12.3803 6.86947C12.4326 6.84219 12.5235 6.7753 12.6865 6.53889C12.8534 6.29676 13.0438 5.95698 13.3302 5.44342L14.1046 4.05478C14.5037 3.33567 14.8659 2.68318 15.6763 2.39201C16.0548 2.25603 16.3961 2.2199 16.7583 2.27422C17.0649 2.32019 17.4136 2.44643 17.7093 2.55346Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.95711 15.0429C9.34763 15.4334 9.34763 16.0666 8.95711 16.4571L3.95711 21.4571C3.56658 21.8476 2.93342 21.8476 2.54289 21.4571C2.15237 21.0666 2.15237 20.4334 2.54289 20.0429L7.54289 15.0429C7.93342 14.6524 8.56658 14.6524 8.95711 15.0429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.7093 2.55346C19.4569 3.18528 20.8147 4.54305 21.4465 6.29064C21.5536 6.58633 21.6798 6.93507 21.7258 7.24165C21.7801 7.60384 21.744 7.94519 21.608 8.32365C21.3168 9.13408 20.6643 9.49626 19.9452 9.89542L18.5273 10.6861C18.0145 10.9721 17.676 11.1618 17.4348 11.3286C17.2 11.4909 17.1333 11.582 17.1056 11.6358C17.0909 11.6641 17.0453 11.8022 17.0573 12.2506C17.0686 12.6742 17.1236 13.2487 17.2024 14.0663C17.3296 15.3845 17.1109 16.6904 16.3502 17.9068C16.2218 18.1123 16.0604 18.3708 15.88 18.563C15.6669 18.7901 15.4215 18.9506 15.1053 19.0787C14.7835 19.2091 14.4907 19.2619 14.1748 19.2478C13.906 19.2358 13.5974 19.1656 13.3398 19.107C11.3641 18.6584 9.47833 17.5121 7.98305 16.0169C6.48778 14.5216 5.34151 12.6359 4.89294 10.6602C4.83436 10.4027 4.76418 10.0941 4.75221 9.82535C4.73813 9.50941 4.79103 9.21658 4.92151 8.89474C5.04969 8.5786 5.21026 8.3331 5.43747 8.12006C5.62978 7.93974 5.88832 7.7784 6.09379 7.65019C7.29324 6.90084 8.58854 6.66967 9.89679 6.78538C10.7321 6.85926 11.321 6.91095 11.754 6.91998C11.968 6.92445 12.2391 6.94301 12.3803 6.86947C12.4326 6.84219 12.5235 6.7753 12.6865 6.53889C12.8534 6.29676 13.0438 5.95698 13.3302 5.44342L14.1046 4.05478C14.5037 3.33567 14.8659 2.68318 15.6763 2.39201C16.0548 2.25603 16.3961 2.2199 16.7583 2.27422C17.0649 2.32019 17.4136 2.44643 17.7093 2.55346Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-radar-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25741 7.22041C8.86744 5.64003 11.0738 5.0135 13.1515 5.32933C13.6976 5.41233 14.0729 5.92224 13.9899 6.46826C13.9069 7.01427 13.397 7.38962 12.851 7.30662C11.3621 7.08031 9.7959 7.53117 8.65842 8.6477C6.77011 10.5012 6.77011 13.4986 8.65842 15.3521C10.5571 17.2158 13.643 17.2158 15.5417 15.3521C15.9358 14.9653 16.569 14.9711 16.9558 15.3653C17.3427 15.7594 17.3368 16.3926 16.9427 16.7794C14.2661 19.4067 9.93402 19.4067 7.25741 16.7794C4.57045 14.1419 4.57045 9.8579 7.25741 7.22041Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25098 12C1.25098 6.06294 6.06392 1.25 12.001 1.25C13.8111 1.25 15.5195 1.6982 17.0184 2.4905C17.0401 2.502 17.0619 2.5135 17.0837 2.52501C17.5502 2.77137 18.0235 3.02132 18.3794 3.31816C18.8171 3.68331 19.1142 4.14229 19.2089 4.77084C19.3111 5.44903 19.1009 6.00591 18.7633 6.49253C18.4738 6.90958 18.0412 7.34202 17.5818 7.80125C17.5643 7.81872 17.5468 7.83623 17.5293 7.85378L12.692 12.691C12.3104 13.0727 11.6916 13.0727 11.3099 12.691C10.9283 12.3094 10.9283 11.6906 11.3099 11.309L16.1472 6.47171C16.6781 5.94084 16.9806 5.63307 17.1575 5.3782C17.2943 5.1811 17.2847 5.11817 17.2767 5.06534L17.2762 5.06208C17.2606 4.9589 17.2407 4.91365 17.1274 4.81911C16.9488 4.67014 16.6647 4.51435 16.1049 4.21847C14.8808 3.57137 13.4852 3.20455 12.001 3.20455C7.14338 3.20455 3.20552 7.1424 3.20552 12C3.20552 16.8576 7.14338 20.7955 12.001 20.7955C16.8586 20.7955 20.7964 16.8576 20.7964 12C20.7964 10.7473 20.5351 9.5582 20.065 8.48218C19.8489 7.9876 20.0747 7.41148 20.5693 7.19538C21.0638 6.97929 21.64 7.20505 21.8561 7.69964C22.432 9.01779 22.751 10.4729 22.751 12C22.751 17.9371 17.938 22.75 12.001 22.75C6.06392 22.75 1.25098 17.9371 1.25098 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25741 7.22041C8.86744 5.64003 11.0738 5.0135 13.1515 5.32933C13.6976 5.41233 14.0729 5.92224 13.9899 6.46826C13.9069 7.01427 13.397 7.38962 12.851 7.30662C11.3621 7.08031 9.7959 7.53117 8.65842 8.6477C6.77011 10.5012 6.77011 13.4986 8.65842 15.3521C10.5571 17.2158 13.643 17.2158 15.5417 15.3521C15.9358 14.9653 16.569 14.9711 16.9558 15.3653C17.3427 15.7594 17.3368 16.3926 16.9427 16.7794C14.2661 19.4067 9.93402 19.4067 7.25741 16.7794C4.57045 14.1419 4.57045 9.8579 7.25741 7.22041Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25098 12C1.25098 6.06294 6.06392 1.25 12.001 1.25C13.8111 1.25 15.5195 1.6982 17.0184 2.4905C17.0401 2.502 17.0619 2.5135 17.0837 2.52501C17.5502 2.77137 18.0235 3.02132 18.3794 3.31816C18.8171 3.68331 19.1142 4.14229 19.2089 4.77084C19.3111 5.44903 19.1009 6.00591 18.7633 6.49253C18.4738 6.90958 18.0412 7.34202 17.5818 7.80125C17.5643 7.81872 17.5468 7.83623 17.5293 7.85378L12.692 12.691C12.3104 13.0727 11.6916 13.0727 11.3099 12.691C10.9283 12.3094 10.9283 11.6906 11.3099 11.309L16.1472 6.47171C16.6781 5.94084 16.9806 5.63307 17.1575 5.3782C17.2943 5.1811 17.2847 5.11817 17.2767 5.06534L17.2762 5.06208C17.2606 4.9589 17.2407 4.91365 17.1274 4.81911C16.9488 4.67014 16.6647 4.51435 16.1049 4.21847C14.8808 3.57137 13.4852 3.20455 12.001 3.20455C7.14338 3.20455 3.20552 7.1424 3.20552 12C3.20552 16.8576 7.14338 20.7955 12.001 20.7955C16.8586 20.7955 20.7964 16.8576 20.7964 12C20.7964 10.7473 20.5351 9.5582 20.065 8.48218C19.8489 7.9876 20.0747 7.41148 20.5693 7.19538C21.0638 6.97929 21.64 7.20505 21.8561 7.69964C22.432 9.01779 22.751 10.4729 22.751 12C22.751 17.9371 17.938 22.75 12.001 22.75C6.06392 22.75 1.25098 17.9371 1.25098 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-radar-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19C15.866 19 19 15.866 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C12.7852 7 13.5254 7.18028 14.1842 7.50077C14.4738 7.64169 14.5371 8.02666 14.3166 8.26136C14.2437 8.3389 14.1749 8.41084 14.1213 8.46447L11.2929 11.2929C10.9024 11.6834 10.9024 12.3166 11.2929 12.7071C11.6834 13.0976 12.3166 13.0976 12.7071 12.7071L15.5826 9.83167C15.8856 9.5289 16.2025 9.21232 16.4176 8.89839C16.6846 8.50884 16.8587 8.03744 16.7626 7.46457C16.676 6.94881 16.4242 6.56485 16.0569 6.27269C15.7793 6.05193 15.3648 5.85068 15.0592 5.70234C14.1338 5.2521 13.0949 5 12 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19C15.866 19 19 15.866 19 12C19 11.4477 18.5523 11 18 11C17.4477 11 17 11.4477 17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C12.7852 7 13.5254 7.18028 14.1842 7.50077C14.4738 7.64169 14.5371 8.02666 14.3166 8.26136C14.2437 8.3389 14.1749 8.41084 14.1213 8.46447L11.2929 11.2929C10.9024 11.6834 10.9024 12.3166 11.2929 12.7071C11.6834 13.0976 12.3166 13.0976 12.7071 12.7071L15.5826 9.83167C15.8856 9.5289 16.2025 9.21232 16.4176 8.89839C16.6846 8.50884 16.8587 8.03744 16.7626 7.46457C16.676 6.94881 16.4242 6.56485 16.0569 6.27269C15.7793 6.05193 15.3648 5.85068 15.0592 5.70234C14.1338 5.2521 13.0949 5 12 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-road-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5959 18.489C20.749 17.3498 20.749 15.8942 20.749 14.0565L20.749 14.0564L20.749 9.94359L20.749 9.94354C20.749 8.1058 20.749 6.65018 20.5959 5.51098C20.4383 4.33856 20.1061 3.38961 19.3578 2.64124C18.6094 1.89288 17.6605 1.56076 16.488 1.40313C15.3488 1.24997 13.8932 1.24998 12.0555 1.25L12.0554 1.25L11.9426 1.25L11.9426 1.25C10.1048 1.24998 8.64921 1.24997 7.51 1.40313C6.33758 1.56076 5.38863 1.89288 4.64027 2.64124C3.8919 3.3896 3.55979 4.33855 3.40216 5.51097C3.249 6.65018 3.24901 8.10581 3.24902 9.94356L3.24902 9.94358L3.24902 14.0564L3.24902 14.0564C3.24901 15.8942 3.249 17.3498 3.40216 18.489C3.55979 19.6614 3.8919 20.6104 4.64027 21.3588C5.38863 22.1071 6.33758 22.4392 7.51 22.5969C8.64921 22.75 10.1048 22.75 11.9426 22.75L11.9426 22.75L12.0554 22.75L12.0554 22.75C13.8932 22.75 15.3488 22.75 16.488 22.5969C17.6605 22.4392 18.6094 22.1071 19.3578 21.3588C20.1061 20.6104 20.4383 19.6614 20.5959 18.489ZM10.999 19C10.999 19.5523 11.4467 20 11.999 20C12.5513 20 12.999 19.5523 12.999 19L12.999 17C12.999 16.4477 12.5513 16 11.999 16C11.4467 16 10.999 16.4477 10.999 17L10.999 19ZM10.999 7C10.999 7.55228 11.4467 8 11.999 8C12.5513 8 12.999 7.55228 12.999 7L12.999 5C12.999 4.44772 12.5513 4 11.999 4C11.4467 4 10.999 4.44772 10.999 5L10.999 7ZM10.999 11L10.999 13C10.999 13.5523 11.4467 14 11.999 14C12.5513 14 12.999 13.5523 12.999 13L12.999 11C12.999 10.4477 12.5513 10 11.999 10C11.4467 10 10.999 10.4477 10.999 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5959 18.489C20.749 17.3498 20.749 15.8942 20.749 14.0565L20.749 14.0564L20.749 9.94359L20.749 9.94354C20.749 8.1058 20.749 6.65018 20.5959 5.51098C20.4383 4.33856 20.1061 3.38961 19.3578 2.64124C18.6094 1.89288 17.6605 1.56076 16.488 1.40313C15.3488 1.24997 13.8932 1.24998 12.0555 1.25L12.0554 1.25L11.9426 1.25L11.9426 1.25C10.1048 1.24998 8.64921 1.24997 7.51 1.40313C6.33758 1.56076 5.38863 1.89288 4.64027 2.64124C3.8919 3.3896 3.55979 4.33855 3.40216 5.51097C3.249 6.65018 3.24901 8.10581 3.24902 9.94356L3.24902 9.94358L3.24902 14.0564L3.24902 14.0564C3.24901 15.8942 3.249 17.3498 3.40216 18.489C3.55979 19.6614 3.8919 20.6104 4.64027 21.3588C5.38863 22.1071 6.33758 22.4392 7.51 22.5969C8.64921 22.75 10.1048 22.75 11.9426 22.75L11.9426 22.75L12.0554 22.75L12.0554 22.75C13.8932 22.75 15.3488 22.75 16.488 22.5969C17.6605 22.4392 18.6094 22.1071 19.3578 21.3588C20.1061 20.6104 20.4383 19.6614 20.5959 18.489ZM10.999 19C10.999 19.5523 11.4467 20 11.999 20C12.5513 20 12.999 19.5523 12.999 19L12.999 17C12.999 16.4477 12.5513 16 11.999 16C11.4467 16 10.999 16.4477 10.999 17L10.999 19ZM10.999 7C10.999 7.55228 11.4467 8 11.999 8C12.5513 8 12.999 7.55228 12.999 7L12.999 5C12.999 4.44772 12.5513 4 11.999 4C11.4467 4 10.999 4.44772 10.999 5L10.999 7ZM10.999 11L10.999 13C10.999 13.5523 11.4467 14 11.999 14C12.5513 14 12.999 13.5523 12.999 13L12.999 11C12.999 10.4477 12.5513 10 11.999 10C11.4467 10 10.999 10.4477 10.999 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-road-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.51098 20.5969C6.65018 20.75 8.1058 20.75 9.94354 20.75H9.94359H14.0564H14.0565C15.8942 20.75 17.3498 20.75 18.489 20.5969C19.6614 20.4392 20.6104 20.1071 21.3588 19.3588C22.1071 18.6104 22.4392 17.6614 22.5969 16.489C22.75 15.3498 22.75 13.8942 22.75 12.0565V12.0564V11.9436V11.9435C22.75 10.1058 22.75 8.65018 22.5969 7.51098C22.4392 6.33856 22.1071 5.38961 21.3588 4.64124C20.6104 3.89288 19.6614 3.56076 18.489 3.40314C17.3498 3.24997 15.8942 3.24999 14.0564 3.25H14.0564H9.94359H9.94358C8.10582 3.24998 6.65019 3.24997 5.51098 3.40314C4.33856 3.56076 3.38961 3.89288 2.64124 4.64124C1.89288 5.38961 1.56076 6.33856 1.40314 7.51098C1.24997 8.65019 1.24998 10.1058 1.25 11.9436V11.9436V12.0564V12.0564C1.24998 13.8942 1.24997 15.3498 1.40314 16.489C1.56076 17.6614 1.89288 18.6104 2.64124 19.3588C3.38961 20.1071 4.33855 20.4392 5.51098 20.5969ZM5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13H7C7.55228 13 8 12.5523 8 12C8 11.4477 7.55228 11 7 11H5ZM17 11C16.4477 11 16 11.4477 16 12C16 12.5523 16.4477 13 17 13H19C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11H17ZM13 11H11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13H13C13.5523 13 14 12.5523 14 12C14 11.4477 13.5523 11 13 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.51098 20.5969C6.65018 20.75 8.1058 20.75 9.94354 20.75H9.94359H14.0564H14.0565C15.8942 20.75 17.3498 20.75 18.489 20.5969C19.6614 20.4392 20.6104 20.1071 21.3588 19.3588C22.1071 18.6104 22.4392 17.6614 22.5969 16.489C22.75 15.3498 22.75 13.8942 22.75 12.0565V12.0564V11.9436V11.9435C22.75 10.1058 22.75 8.65018 22.5969 7.51098C22.4392 6.33856 22.1071 5.38961 21.3588 4.64124C20.6104 3.89288 19.6614 3.56076 18.489 3.40314C17.3498 3.24997 15.8942 3.24999 14.0564 3.25H14.0564H9.94359H9.94358C8.10582 3.24998 6.65019 3.24997 5.51098 3.40314C4.33856 3.56076 3.38961 3.89288 2.64124 4.64124C1.89288 5.38961 1.56076 6.33856 1.40314 7.51098C1.24997 8.65019 1.24998 10.1058 1.25 11.9436V11.9436V12.0564V12.0564C1.24998 13.8942 1.24997 15.3498 1.40314 16.489C1.56076 17.6614 1.89288 18.6104 2.64124 19.3588C3.38961 20.1071 4.33855 20.4392 5.51098 20.5969ZM5 11C4.44772 11 4 11.4477 4 12C4 12.5523 4.44772 13 5 13H7C7.55228 13 8 12.5523 8 12C8 11.4477 7.55228 11 7 11H5ZM17 11C16.4477 11 16 11.4477 16 12C16 12.5523 16.4477 13 17 13H19C19.5523 13 20 12.5523 20 12C20 11.4477 19.5523 11 19 11H17ZM13 11H11C10.4477 11 10 11.4477 10 12C10 12.5523 10.4477 13 11 13H13C13.5523 13 14 12.5523 14 12C14 11.4477 13.5523 11 13 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-road-location-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.97342 7.26782C5.50332 7.16618 6.01602 7.50959 6.11856 8.03487C6.22111 8.56014 5.87466 9.06837 5.34476 9.17001C4.69971 9.29375 4.30985 9.48078 4.02153 9.73486C3.67982 10.036 3.45999 10.4482 3.33668 11.2565C3.20716 12.1054 3.20455 13.237 3.20455 14.8916C3.20455 16.5462 3.20716 17.6777 3.33668 18.5266C3.45999 19.3349 3.67982 19.7472 4.02153 20.0483C4.37975 20.364 4.89663 20.5777 5.8721 20.6932C6.86504 20.8109 8.17806 20.8125 10.0455 20.8125H13.9545C15.8219 20.8125 17.135 20.8109 18.1279 20.6932C19.1034 20.5777 19.6202 20.364 19.9785 20.0483C20.3202 19.7472 20.54 19.3349 20.6633 18.5266C20.7928 17.6777 20.7955 16.5462 20.7955 14.8916C20.7955 13.237 20.7928 12.1054 20.6633 11.2565C20.54 10.4482 20.3202 10.036 19.9785 9.73486C19.6901 9.48078 19.3003 9.29375 18.6552 9.17001C18.1253 9.06837 17.7789 8.56014 17.8814 8.03487C17.984 7.50959 18.4967 7.16618 19.0266 7.26782C19.8953 7.43447 20.6476 7.73208 21.2771 8.28685C22.0803 8.99469 22.433 9.89888 22.5959 10.9668C22.7501 11.9774 22.75 13.2562 22.75 14.8144V14.9686C22.75 16.5269 22.7501 17.8057 22.5959 18.8164C22.433 19.8843 22.0803 20.7885 21.2771 21.4963C20.4904 22.1896 19.5134 22.4804 18.3599 22.617C17.2373 22.75 15.8071 22.75 14.0191 22.75H9.9809C8.19294 22.75 6.76272 22.75 5.64014 22.617C4.48661 22.4804 3.50964 22.1896 2.72291 21.4963C1.91968 20.7885 1.56703 19.8843 1.40411 18.8164C1.24993 17.8058 1.24996 16.5269 1.25 14.9687V14.8144C1.24996 13.2562 1.24993 11.9774 1.40411 10.9668C1.56703 9.89888 1.91968 8.99469 2.72291 8.28685C3.35245 7.73208 4.10468 7.43447 4.97342 7.26782Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 15C5 14.4477 5.44772 14 6 14L7 14C7.55228 14 8 14.4477 8 15C8 15.5523 7.55228 16 7 16H6C5.44772 16 5 15.5523 5 15ZM10.5 15C10.5 14.4477 10.9477 14 11.5 14L12.5 14C13.0523 14 13.5 14.4477 13.5 15C13.5 15.5523 13.0523 16 12.5 16H11.5C10.9477 16 10.5 15.5523 10.5 15ZM16 15C16 14.4477 16.4477 14 17 14L18 14C18.5523 14 19 14.4477 19 15C19 15.5523 18.5523 16 18 16H17C16.4477 16 16 15.5523 16 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9902 1.25C9.35981 1.25 7.24023 3.40181 7.24023 6.04033C7.24023 7.55919 7.85466 8.74722 8.99282 9.75581C9.6373 10.3269 10.4442 11.3054 10.9213 12.0879C11.1128 12.402 11.4636 12.75 11.9836 12.75C12.4952 12.75 12.848 12.4118 13.0466 12.1078C13.566 11.313 14.352 10.3191 14.9877 9.75581C16.1258 8.74722 16.7402 7.55919 16.7402 6.04033C16.7402 3.40181 14.6207 1.25 11.9902 1.25ZM11.9824 4.25C11.0202 4.25 10.2402 5.0335 10.2402 6C10.2402 6.9665 11.0202 7.75 11.9824 7.75H11.9981C12.9602 7.75 13.7402 6.9665 13.7402 6C13.7402 5.0335 12.9602 4.25 11.9981 4.25H11.9824Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.97342 7.26782C5.50332 7.16618 6.01602 7.50959 6.11856 8.03487C6.22111 8.56014 5.87466 9.06837 5.34476 9.17001C4.69971 9.29375 4.30985 9.48078 4.02153 9.73486C3.67982 10.036 3.45999 10.4482 3.33668 11.2565C3.20716 12.1054 3.20455 13.237 3.20455 14.8916C3.20455 16.5462 3.20716 17.6777 3.33668 18.5266C3.45999 19.3349 3.67982 19.7472 4.02153 20.0483C4.37975 20.364 4.89663 20.5777 5.8721 20.6932C6.86504 20.8109 8.17806 20.8125 10.0455 20.8125H13.9545C15.8219 20.8125 17.135 20.8109 18.1279 20.6932C19.1034 20.5777 19.6202 20.364 19.9785 20.0483C20.3202 19.7472 20.54 19.3349 20.6633 18.5266C20.7928 17.6777 20.7955 16.5462 20.7955 14.8916C20.7955 13.237 20.7928 12.1054 20.6633 11.2565C20.54 10.4482 20.3202 10.036 19.9785 9.73486C19.6901 9.48078 19.3003 9.29375 18.6552 9.17001C18.1253 9.06837 17.7789 8.56014 17.8814 8.03487C17.984 7.50959 18.4967 7.16618 19.0266 7.26782C19.8953 7.43447 20.6476 7.73208 21.2771 8.28685C22.0803 8.99469 22.433 9.89888 22.5959 10.9668C22.7501 11.9774 22.75 13.2562 22.75 14.8144V14.9686C22.75 16.5269 22.7501 17.8057 22.5959 18.8164C22.433 19.8843 22.0803 20.7885 21.2771 21.4963C20.4904 22.1896 19.5134 22.4804 18.3599 22.617C17.2373 22.75 15.8071 22.75 14.0191 22.75H9.9809C8.19294 22.75 6.76272 22.75 5.64014 22.617C4.48661 22.4804 3.50964 22.1896 2.72291 21.4963C1.91968 20.7885 1.56703 19.8843 1.40411 18.8164C1.24993 17.8058 1.24996 16.5269 1.25 14.9687V14.8144C1.24996 13.2562 1.24993 11.9774 1.40411 10.9668C1.56703 9.89888 1.91968 8.99469 2.72291 8.28685C3.35245 7.73208 4.10468 7.43447 4.97342 7.26782Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 15C5 14.4477 5.44772 14 6 14L7 14C7.55228 14 8 14.4477 8 15C8 15.5523 7.55228 16 7 16H6C5.44772 16 5 15.5523 5 15ZM10.5 15C10.5 14.4477 10.9477 14 11.5 14L12.5 14C13.0523 14 13.5 14.4477 13.5 15C13.5 15.5523 13.0523 16 12.5 16H11.5C10.9477 16 10.5 15.5523 10.5 15ZM16 15C16 14.4477 16.4477 14 17 14L18 14C18.5523 14 19 14.4477 19 15C19 15.5523 18.5523 16 18 16H17C16.4477 16 16 15.5523 16 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9902 1.25C9.35981 1.25 7.24023 3.40181 7.24023 6.04033C7.24023 7.55919 7.85466 8.74722 8.99282 9.75581C9.6373 10.3269 10.4442 11.3054 10.9213 12.0879C11.1128 12.402 11.4636 12.75 11.9836 12.75C12.4952 12.75 12.848 12.4118 13.0466 12.1078C13.566 11.313 14.352 10.3191 14.9877 9.75581C16.1258 8.74722 16.7402 7.55919 16.7402 6.04033C16.7402 3.40181 14.6207 1.25 11.9902 1.25ZM11.9824 4.25C11.0202 4.25 10.2402 5.0335 10.2402 6C10.2402 6.9665 11.0202 7.75 11.9824 7.75H11.9981C12.9602 7.75 13.7402 6.9665 13.7402 6C13.7402 5.0335 12.9602 4.25 11.9981 4.25H11.9824Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-road-location-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.97342 7.26795C5.50332 7.1663 6.01602 7.50972 6.11856 8.03499C6.22111 8.56027 5.87466 9.06849 5.34476 9.17014C4.69971 9.29387 4.30985 9.4809 4.02153 9.73498C3.67982 10.0361 3.45999 10.4484 3.33668 11.2566C3.20716 12.1056 3.20455 13.2371 3.20455 14.8917C3.20455 16.5463 3.20716 17.6778 3.33668 18.5268C3.45999 19.335 3.67982 19.7473 4.02153 20.0484C4.37975 20.3641 4.89663 20.5778 5.8721 20.6934C6.86504 20.811 8.17806 20.8126 10.0455 20.8126H13.9545C15.8219 20.8126 17.135 20.811 18.1279 20.6934C19.1034 20.5778 19.6202 20.3641 19.9785 20.0484C20.3202 19.7473 20.54 19.335 20.6633 18.5268C20.7928 17.6778 20.7955 16.5463 20.7955 14.8917C20.7955 13.2371 20.7928 12.1056 20.6633 11.2566C20.54 10.4484 20.3202 10.0361 19.9785 9.73498C19.6901 9.4809 19.3003 9.29387 18.6552 9.17014C18.1253 9.06849 17.7789 8.56027 17.8814 8.03499C17.984 7.50972 18.4967 7.1663 19.0266 7.26795C19.8953 7.43459 20.6476 7.7322 21.2771 8.28698C22.0803 8.99481 22.433 9.899 22.5959 10.9669C22.7501 11.9775 22.75 13.2563 22.75 14.8146V14.9688C22.75 16.527 22.7501 17.8059 22.5959 18.8165C22.433 19.8844 22.0803 20.7886 21.2771 21.4964C20.4904 22.1897 19.5134 22.4805 18.3599 22.6172C17.2373 22.7502 15.8071 22.7501 14.0191 22.7501H9.9809C8.19294 22.7501 6.76272 22.7502 5.64014 22.6172C4.48661 22.4805 3.50964 22.1897 2.72291 21.4964C1.91968 20.7886 1.56703 19.8844 1.40411 18.8165C1.24993 17.8059 1.24996 16.5271 1.25 14.9688V14.8146C1.24996 13.2563 1.24993 11.9775 1.40411 10.9669C1.56703 9.899 1.91968 8.99481 2.72291 8.28698C3.35245 7.7322 4.10468 7.43459 4.97342 7.26795Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 15.0001C5 14.4478 5.44772 14.0001 6 14.0001L7 14.0001C7.55228 14.0001 8 14.4478 8 15.0001C8 15.5524 7.55228 16.0001 7 16.0001H6C5.44772 16.0001 5 15.5524 5 15.0001ZM10.5 15.0001C10.5 14.4478 10.9477 14.0001 11.5 14.0001L12.5 14.0001C13.0523 14.0001 13.5 14.4478 13.5 15.0001C13.5 15.5524 13.0523 16.0001 12.5 16.0001H11.5C10.9477 16.0001 10.5 15.5524 10.5 15.0001ZM16 15.0001C16 14.4478 16.4477 14.0001 17 14.0001L18 14.0001C18.5523 14.0001 19 14.4478 19 15.0001C19 15.5524 18.5523 16.0001 18 16.0001H17C16.4477 16.0001 16 15.5524 16 15.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9902 1.25012C9.38433 1.25012 7.24023 3.36868 7.24023 5.8507C7.24023 7.46892 8.13036 8.80071 9.03079 9.7399C9.94065 10.6889 10.9529 11.3345 11.4027 11.5928C11.7678 11.8025 12.2127 11.8025 12.5778 11.5928C13.0276 11.3345 14.0398 10.6889 14.9497 9.7399C15.8501 8.80071 16.7402 7.46892 16.7402 5.8507C16.7402 3.36868 14.5961 1.25012 11.9902 1.25012ZM11.9824 4.16809C11.0202 4.16809 10.2402 4.95159 10.2402 5.91809C10.2402 6.88459 11.0202 7.66809 11.9824 7.66809H11.9981C12.9602 7.66809 13.7402 6.88459 13.7402 5.91809C13.7402 4.95159 12.9602 4.16809 11.9981 4.16809H11.9824Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.97342 7.26795C5.50332 7.1663 6.01602 7.50972 6.11856 8.03499C6.22111 8.56027 5.87466 9.06849 5.34476 9.17014C4.69971 9.29387 4.30985 9.4809 4.02153 9.73498C3.67982 10.0361 3.45999 10.4484 3.33668 11.2566C3.20716 12.1056 3.20455 13.2371 3.20455 14.8917C3.20455 16.5463 3.20716 17.6778 3.33668 18.5268C3.45999 19.335 3.67982 19.7473 4.02153 20.0484C4.37975 20.3641 4.89663 20.5778 5.8721 20.6934C6.86504 20.811 8.17806 20.8126 10.0455 20.8126H13.9545C15.8219 20.8126 17.135 20.811 18.1279 20.6934C19.1034 20.5778 19.6202 20.3641 19.9785 20.0484C20.3202 19.7473 20.54 19.335 20.6633 18.5268C20.7928 17.6778 20.7955 16.5463 20.7955 14.8917C20.7955 13.2371 20.7928 12.1056 20.6633 11.2566C20.54 10.4484 20.3202 10.0361 19.9785 9.73498C19.6901 9.4809 19.3003 9.29387 18.6552 9.17014C18.1253 9.06849 17.7789 8.56027 17.8814 8.03499C17.984 7.50972 18.4967 7.1663 19.0266 7.26795C19.8953 7.43459 20.6476 7.7322 21.2771 8.28698C22.0803 8.99481 22.433 9.899 22.5959 10.9669C22.7501 11.9775 22.75 13.2563 22.75 14.8146V14.9688C22.75 16.527 22.7501 17.8059 22.5959 18.8165C22.433 19.8844 22.0803 20.7886 21.2771 21.4964C20.4904 22.1897 19.5134 22.4805 18.3599 22.6172C17.2373 22.7502 15.8071 22.7501 14.0191 22.7501H9.9809C8.19294 22.7501 6.76272 22.7502 5.64014 22.6172C4.48661 22.4805 3.50964 22.1897 2.72291 21.4964C1.91968 20.7886 1.56703 19.8844 1.40411 18.8165C1.24993 17.8059 1.24996 16.5271 1.25 14.9688V14.8146C1.24996 13.2563 1.24993 11.9775 1.40411 10.9669C1.56703 9.899 1.91968 8.99481 2.72291 8.28698C3.35245 7.7322 4.10468 7.43459 4.97342 7.26795Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 15.0001C5 14.4478 5.44772 14.0001 6 14.0001L7 14.0001C7.55228 14.0001 8 14.4478 8 15.0001C8 15.5524 7.55228 16.0001 7 16.0001H6C5.44772 16.0001 5 15.5524 5 15.0001ZM10.5 15.0001C10.5 14.4478 10.9477 14.0001 11.5 14.0001L12.5 14.0001C13.0523 14.0001 13.5 14.4478 13.5 15.0001C13.5 15.5524 13.0523 16.0001 12.5 16.0001H11.5C10.9477 16.0001 10.5 15.5524 10.5 15.0001ZM16 15.0001C16 14.4478 16.4477 14.0001 17 14.0001L18 14.0001C18.5523 14.0001 19 14.4478 19 15.0001C19 15.5524 18.5523 16.0001 18 16.0001H17C16.4477 16.0001 16 15.5524 16 15.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9902 1.25012C9.38433 1.25012 7.24023 3.36868 7.24023 5.8507C7.24023 7.46892 8.13036 8.80071 9.03079 9.7399C9.94065 10.6889 10.9529 11.3345 11.4027 11.5928C11.7678 11.8025 12.2127 11.8025 12.5778 11.5928C13.0276 11.3345 14.0398 10.6889 14.9497 9.7399C15.8501 8.80071 16.7402 7.46892 16.7402 5.8507C16.7402 3.36868 14.5961 1.25012 11.9902 1.25012ZM11.9824 4.16809C11.0202 4.16809 10.2402 4.95159 10.2402 5.91809C10.2402 6.88459 11.0202 7.66809 11.9824 7.66809H11.9981C12.9602 7.66809 13.7402 6.88459 13.7402 5.91809C13.7402 4.95159 12.9602 4.16809 11.9981 4.16809H11.9824Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-road-wayside{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4121 2.08775C11.5 2.17562 11.5 2.31704 11.5 2.59988V4.24988C11.5 4.66409 11.8358 4.99988 12.25 4.99988C12.6642 4.99988 13 4.66409 13 4.24988V2.59988C13 2.31704 13 2.17562 13.0879 2.08775C13.1757 1.99988 13.3172 1.99988 13.6 1.99988H13.7938C14.2201 1.99983 14.6104 1.99979 14.9282 2.04157C15.2772 2.08745 15.6475 2.19524 15.9554 2.49394C16.2667 2.79598 16.3837 3.17078 16.4392 3.52066C16.4904 3.84316 16.5038 4.28677 16.517 4.72791C16.5642 6.29217 16.7485 6.93035 17.159 7.34087C17.5695 7.7514 18.2077 7.93571 19.772 7.98288C20.2131 7.99614 20.6567 8.00947 20.9792 8.06066C21.3291 8.11619 21.7039 8.23324 22.006 8.54452C22.3046 8.85236 22.4124 9.22271 22.4583 9.57165C22.5001 9.88944 22.5001 10.2798 22.5 10.7061V10.8999C22.5 11.1827 22.5 11.3241 22.4121 11.412C22.3243 11.4999 22.1829 11.4999 21.9 11.4999H20.25C19.8358 11.4999 19.5 11.8357 19.5 12.2499C19.5 12.6641 19.8358 12.9999 20.25 12.9999H21.9C22.1829 12.9999 22.3243 12.9999 22.4121 13.0877C22.5 13.1756 22.5 13.317 22.5 13.5999V13.7937C22.5001 14.22 22.5001 14.6103 22.4583 14.9281C22.4124 15.2771 22.3046 15.6474 22.006 15.9552C21.7039 16.2665 21.3291 16.3836 20.9792 16.4391C20.6567 16.4903 20.2131 16.5036 19.772 16.5169C18.2077 16.5641 17.5695 16.7484 17.159 17.1589C16.7485 17.5694 16.5642 18.2076 16.517 19.7719C16.5038 20.213 16.4904 20.6566 16.4392 20.9791C16.3837 21.329 16.2667 21.7038 15.9554 22.0058C15.6475 22.3045 15.2772 22.4123 14.9282 22.4582C14.6104 22.5 14.2201 22.4999 13.7938 22.4999H13.6C13.3172 22.4999 13.1757 22.4999 13.0879 22.412C13 22.3242 13 22.1827 13 21.8999V20.2499C13 19.8357 12.6642 19.4999 12.25 19.4999C11.8358 19.4999 11.5 19.8357 11.5 20.2499V21.8999C11.5 22.1827 11.5 22.3242 11.4121 22.412C11.3243 22.4999 11.1828 22.4999 10.9 22.4999H10.7062C10.2799 22.4999 9.88957 22.5 9.57177 22.4582C9.22283 22.4123 8.85248 22.3045 8.54465 22.0058C8.23336 21.7038 8.11631 21.329 8.06078 20.9791C8.0096 20.6566 7.99626 20.213 7.983 19.7719C7.93583 18.2076 7.75152 17.5694 7.341 17.1589C6.93047 16.7484 6.29229 16.5641 4.72804 16.5169C4.28689 16.5036 3.84328 16.4903 3.52079 16.4391C3.1709 16.3836 2.7961 16.2665 2.49406 15.9552C2.19536 15.6474 2.08758 15.2771 2.0417 14.9281C1.99991 14.6103 1.99995 14.22 2 13.7937V13.5999C2 13.317 2 13.1756 2.08787 13.0877C2.17574 12.9999 2.31716 12.9999 2.6 12.9999H4.25C4.66421 12.9999 5 12.6641 5 12.2499C5 11.8357 4.66421 11.4999 4.25 11.4999H2.6C2.31716 11.4999 2.17574 11.4999 2.08787 11.412C2 11.3241 2 11.1827 2 10.8999V10.7061C1.99995 10.2798 1.99991 9.88945 2.0417 9.57165C2.08758 9.22271 2.19536 8.85236 2.49406 8.54452C2.7961 8.23324 3.1709 8.11619 3.52079 8.06066C3.84329 8.00947 4.28688 7.99614 4.72804 7.98288C6.29229 7.93571 6.93047 7.7514 7.341 7.34087C7.75152 6.93035 7.93583 6.29217 7.983 4.72791C7.99626 4.28676 8.0096 3.84316 8.06078 3.52066C8.11631 3.17078 8.23336 2.79598 8.54465 2.49394C8.85248 2.19524 9.22283 2.08745 9.57177 2.04157C9.88957 1.99979 10.2799 1.99983 10.7062 1.99988L10.9 1.99988C11.1828 1.99988 11.3243 1.99988 11.4121 2.08775ZM10 12.2499C10 11.0072 11.0074 9.99988 12.25 9.99988C13.4926 9.99988 14.5 11.0072 14.5 12.2499C14.5 13.4925 13.4926 14.4999 12.25 14.4999C11.0074 14.4999 10 13.4925 10 12.2499ZM12.25 8.49988C10.1789 8.49988 8.5 10.1788 8.5 12.2499C8.5 14.3209 10.1789 15.9999 12.25 15.9999C14.3211 15.9999 16 14.3209 16 12.2499C16 10.1788 14.3211 8.49988 12.25 8.49988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4121 2.08775C11.5 2.17562 11.5 2.31704 11.5 2.59988V4.24988C11.5 4.66409 11.8358 4.99988 12.25 4.99988C12.6642 4.99988 13 4.66409 13 4.24988V2.59988C13 2.31704 13 2.17562 13.0879 2.08775C13.1757 1.99988 13.3172 1.99988 13.6 1.99988H13.7938C14.2201 1.99983 14.6104 1.99979 14.9282 2.04157C15.2772 2.08745 15.6475 2.19524 15.9554 2.49394C16.2667 2.79598 16.3837 3.17078 16.4392 3.52066C16.4904 3.84316 16.5038 4.28677 16.517 4.72791C16.5642 6.29217 16.7485 6.93035 17.159 7.34087C17.5695 7.7514 18.2077 7.93571 19.772 7.98288C20.2131 7.99614 20.6567 8.00947 20.9792 8.06066C21.3291 8.11619 21.7039 8.23324 22.006 8.54452C22.3046 8.85236 22.4124 9.22271 22.4583 9.57165C22.5001 9.88944 22.5001 10.2798 22.5 10.7061V10.8999C22.5 11.1827 22.5 11.3241 22.4121 11.412C22.3243 11.4999 22.1829 11.4999 21.9 11.4999H20.25C19.8358 11.4999 19.5 11.8357 19.5 12.2499C19.5 12.6641 19.8358 12.9999 20.25 12.9999H21.9C22.1829 12.9999 22.3243 12.9999 22.4121 13.0877C22.5 13.1756 22.5 13.317 22.5 13.5999V13.7937C22.5001 14.22 22.5001 14.6103 22.4583 14.9281C22.4124 15.2771 22.3046 15.6474 22.006 15.9552C21.7039 16.2665 21.3291 16.3836 20.9792 16.4391C20.6567 16.4903 20.2131 16.5036 19.772 16.5169C18.2077 16.5641 17.5695 16.7484 17.159 17.1589C16.7485 17.5694 16.5642 18.2076 16.517 19.7719C16.5038 20.213 16.4904 20.6566 16.4392 20.9791C16.3837 21.329 16.2667 21.7038 15.9554 22.0058C15.6475 22.3045 15.2772 22.4123 14.9282 22.4582C14.6104 22.5 14.2201 22.4999 13.7938 22.4999H13.6C13.3172 22.4999 13.1757 22.4999 13.0879 22.412C13 22.3242 13 22.1827 13 21.8999V20.2499C13 19.8357 12.6642 19.4999 12.25 19.4999C11.8358 19.4999 11.5 19.8357 11.5 20.2499V21.8999C11.5 22.1827 11.5 22.3242 11.4121 22.412C11.3243 22.4999 11.1828 22.4999 10.9 22.4999H10.7062C10.2799 22.4999 9.88957 22.5 9.57177 22.4582C9.22283 22.4123 8.85248 22.3045 8.54465 22.0058C8.23336 21.7038 8.11631 21.329 8.06078 20.9791C8.0096 20.6566 7.99626 20.213 7.983 19.7719C7.93583 18.2076 7.75152 17.5694 7.341 17.1589C6.93047 16.7484 6.29229 16.5641 4.72804 16.5169C4.28689 16.5036 3.84328 16.4903 3.52079 16.4391C3.1709 16.3836 2.7961 16.2665 2.49406 15.9552C2.19536 15.6474 2.08758 15.2771 2.0417 14.9281C1.99991 14.6103 1.99995 14.22 2 13.7937V13.5999C2 13.317 2 13.1756 2.08787 13.0877C2.17574 12.9999 2.31716 12.9999 2.6 12.9999H4.25C4.66421 12.9999 5 12.6641 5 12.2499C5 11.8357 4.66421 11.4999 4.25 11.4999H2.6C2.31716 11.4999 2.17574 11.4999 2.08787 11.412C2 11.3241 2 11.1827 2 10.8999V10.7061C1.99995 10.2798 1.99991 9.88945 2.0417 9.57165C2.08758 9.22271 2.19536 8.85236 2.49406 8.54452C2.7961 8.23324 3.1709 8.11619 3.52079 8.06066C3.84329 8.00947 4.28688 7.99614 4.72804 7.98288C6.29229 7.93571 6.93047 7.7514 7.341 7.34087C7.75152 6.93035 7.93583 6.29217 7.983 4.72791C7.99626 4.28676 8.0096 3.84316 8.06078 3.52066C8.11631 3.17078 8.23336 2.79598 8.54465 2.49394C8.85248 2.19524 9.22283 2.08745 9.57177 2.04157C9.88957 1.99979 10.2799 1.99983 10.7062 1.99988L10.9 1.99988C11.1828 1.99988 11.3243 1.99988 11.4121 2.08775ZM10 12.2499C10 11.0072 11.0074 9.99988 12.25 9.99988C13.4926 9.99988 14.5 11.0072 14.5 12.2499C14.5 13.4925 13.4926 14.4999 12.25 14.4999C11.0074 14.4999 10 13.4925 10 12.2499ZM12.25 8.49988C10.1789 8.49988 8.5 10.1788 8.5 12.2499C8.5 14.3209 10.1789 15.9999 12.25 15.9999C14.3211 15.9999 16 14.3209 16 12.2499C16 10.1788 14.3211 8.49988 12.25 8.49988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-route-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.25 5C14.25 2.92893 15.9289 1.25 18 1.25C20.0711 1.25 21.75 2.92893 21.75 5C21.75 7.07107 20.0711 8.75 18 8.75C15.9289 8.75 14.25 7.07107 14.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 19C2.25 16.9289 3.92893 15.25 6 15.25C8.07107 15.25 9.75 16.9289 9.75 19C9.75 21.0711 8.07107 22.75 6 22.75C3.92893 22.75 2.25 21.0711 2.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 8.5C4 6.01472 6.01472 4 8.5 4H12C12.5523 4 13 4.44772 13 5C13 5.55228 12.5523 6 12 6H8.5C7.11929 6 6 7.11929 6 8.5C6 9.88071 7.11929 11 8.5 11H15.5C17.9853 11 20 13.0147 20 15.5C20 17.9853 17.9853 20 15.5 20H12C11.4477 20 11 19.5523 11 19C11 18.4477 11.4477 18 12 18H15.5C16.8807 18 18 16.8807 18 15.5C18 14.1193 16.8807 13 15.5 13H8.5C6.01472 13 4 10.9853 4 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.25 5C14.25 2.92893 15.9289 1.25 18 1.25C20.0711 1.25 21.75 2.92893 21.75 5C21.75 7.07107 20.0711 8.75 18 8.75C15.9289 8.75 14.25 7.07107 14.25 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 19C2.25 16.9289 3.92893 15.25 6 15.25C8.07107 15.25 9.75 16.9289 9.75 19C9.75 21.0711 8.07107 22.75 6 22.75C3.92893 22.75 2.25 21.0711 2.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 8.5C4 6.01472 6.01472 4 8.5 4H12C12.5523 4 13 4.44772 13 5C13 5.55228 12.5523 6 12 6H8.5C7.11929 6 6 7.11929 6 8.5C6 9.88071 7.11929 11 8.5 11H15.5C17.9853 11 20 13.0147 20 15.5C20 17.9853 17.9853 20 15.5 20H12C11.4477 20 11 19.5523 11 19C11 18.4477 11.4477 18 12 18H15.5C16.8807 18 18 16.8807 18 15.5C18 14.1193 16.8807 13 15.5 13H8.5C6.01472 13 4 10.9853 4 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-route-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.0005 1.25C16.1373 1.25 14.3603 2.36363 13.6145 4.12898C12.9165 5.78117 13.305 7.19785 14.0715 8.37081C14.6855 9.31037 15.5816 10.1488 16.3489 10.8667C16.4929 11.0014 16.6323 11.1318 16.7644 11.2578L16.7661 11.2594C17.0996 11.5756 17.5424 11.75 18.0005 11.75C18.4586 11.75 18.9014 11.5756 19.235 11.2594C19.3604 11.1404 19.4922 11.0176 19.6281 10.8909C20.403 10.1685 21.3107 9.32241 21.931 8.37106C22.6965 7.19704 23.0836 5.77916 22.3865 4.12898C21.6407 2.36363 19.8637 1.25 18.0005 1.25ZM17.9922 4.25C17.03 4.25 16.25 5.0335 16.25 6C16.25 6.9665 17.03 7.75 17.9922 7.75H18.0078C18.97 7.75 19.75 6.9665 19.75 6C19.75 5.0335 18.97 4.25 18.0078 4.25H17.9922Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 19C1.25 16.9289 2.92893 15.25 5 15.25C7.07107 15.25 8.75 16.9289 8.75 19C8.75 21.0711 7.07107 22.75 5 22.75C2.92893 22.75 1.25 21.0711 1.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 10C5 7.65179 7.16489 6 9.5 6H11C11.5523 6 12 6.44772 12 7C12 7.55228 11.5523 8 11 8H9.5C7.96911 8 7 9.0345 7 10C7 10.9655 7.96911 12 9.5 12H12.5C14.8351 12 17 13.6518 17 16C17 18.3482 14.8351 20 12.5 20H11C10.4477 20 10 19.5523 10 19C10 18.4477 10.4477 18 11 18H12.5C14.0309 18 15 16.9655 15 16C15 15.0345 14.0309 14 12.5 14H9.5C7.16489 14 5 12.3482 5 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.0005 1.25C16.1373 1.25 14.3603 2.36363 13.6145 4.12898C12.9165 5.78117 13.305 7.19785 14.0715 8.37081C14.6855 9.31037 15.5816 10.1488 16.3489 10.8667C16.4929 11.0014 16.6323 11.1318 16.7644 11.2578L16.7661 11.2594C17.0996 11.5756 17.5424 11.75 18.0005 11.75C18.4586 11.75 18.9014 11.5756 19.235 11.2594C19.3604 11.1404 19.4922 11.0176 19.6281 10.8909C20.403 10.1685 21.3107 9.32241 21.931 8.37106C22.6965 7.19704 23.0836 5.77916 22.3865 4.12898C21.6407 2.36363 19.8637 1.25 18.0005 1.25ZM17.9922 4.25C17.03 4.25 16.25 5.0335 16.25 6C16.25 6.9665 17.03 7.75 17.9922 7.75H18.0078C18.97 7.75 19.75 6.9665 19.75 6C19.75 5.0335 18.97 4.25 18.0078 4.25H17.9922Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 19C1.25 16.9289 2.92893 15.25 5 15.25C7.07107 15.25 8.75 16.9289 8.75 19C8.75 21.0711 7.07107 22.75 5 22.75C2.92893 22.75 1.25 21.0711 1.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 10C5 7.65179 7.16489 6 9.5 6H11C11.5523 6 12 6.44772 12 7C12 7.55228 11.5523 8 11 8H9.5C7.96911 8 7 9.0345 7 10C7 10.9655 7.96911 12 9.5 12H12.5C14.8351 12 17 13.6518 17 16C17 18.3482 14.8351 20 12.5 20H11C10.4477 20 10 19.5523 10 19C10 18.4477 10.4477 18 11 18H12.5C14.0309 18 15 16.9655 15 16C15 15.0345 14.0309 14 12.5 14H9.5C7.16489 14 5 12.3482 5 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-route-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1.25C15.4216 1.25 13.25 3.40016 13.25 6.01659C13.25 8.70427 15.4767 10.4523 17.1897 11.526L17.2026 11.5341L17.2158 11.5417C17.4546 11.6781 17.7249 11.75 18 11.75C18.2751 11.75 18.5454 11.6781 18.7842 11.5417L18.7957 11.5351L18.807 11.5281C20.5298 10.4607 22.75 8.69535 22.75 6.01659C22.75 3.40016 20.5784 1.25 18 1.25ZM17.9922 4.25C17.03 4.25 16.25 5.0335 16.25 6C16.25 6.9665 17.03 7.75 17.9922 7.75H18.0078C18.97 7.75 19.75 6.9665 19.75 6C19.75 5.0335 18.97 4.25 18.0078 4.25H17.9922Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 19C1.25 16.9289 2.92893 15.25 5 15.25C7.07107 15.25 8.75 16.9289 8.75 19C8.75 21.0711 7.07107 22.75 5 22.75C2.92893 22.75 1.25 21.0711 1.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 10C5 7.65179 7.16489 6 9.5 6H11C11.5523 6 12 6.44772 12 7C12 7.55228 11.5523 8 11 8H9.5C7.96911 8 7 9.0345 7 10C7 10.9655 7.96911 12 9.5 12H12.5C14.8351 12 17 13.6518 17 16C17 18.3482 14.8351 20 12.5 20H11C10.4477 20 10 19.5523 10 19C10 18.4477 10.4477 18 11 18H12.5C14.0309 18 15 16.9655 15 16C15 15.0345 14.0309 14 12.5 14H9.5C7.16489 14 5 12.3482 5 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1.25C15.4216 1.25 13.25 3.40016 13.25 6.01659C13.25 8.70427 15.4767 10.4523 17.1897 11.526L17.2026 11.5341L17.2158 11.5417C17.4546 11.6781 17.7249 11.75 18 11.75C18.2751 11.75 18.5454 11.6781 18.7842 11.5417L18.7957 11.5351L18.807 11.5281C20.5298 10.4607 22.75 8.69535 22.75 6.01659C22.75 3.40016 20.5784 1.25 18 1.25ZM17.9922 4.25C17.03 4.25 16.25 5.0335 16.25 6C16.25 6.9665 17.03 7.75 17.9922 7.75H18.0078C18.97 7.75 19.75 6.9665 19.75 6C19.75 5.0335 18.97 4.25 18.0078 4.25H17.9922Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 19C1.25 16.9289 2.92893 15.25 5 15.25C7.07107 15.25 8.75 16.9289 8.75 19C8.75 21.0711 7.07107 22.75 5 22.75C2.92893 22.75 1.25 21.0711 1.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 10C5 7.65179 7.16489 6 9.5 6H11C11.5523 6 12 6.44772 12 7C12 7.55228 11.5523 8 11 8H9.5C7.96911 8 7 9.0345 7 10C7 10.9655 7.96911 12 9.5 12H12.5C14.8351 12 17 13.6518 17 16C17 18.3482 14.8351 20 12.5 20H11C10.4477 20 10 19.5523 10 19C10 18.4477 10.4477 18 11 18H12.5C14.0309 18 15 16.9655 15 16C15 15.0345 14.0309 14 12.5 14H9.5C7.16489 14 5 12.3482 5 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-route-block{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5246 1.52483C14.8907 1.15871 15.4843 1.15871 15.8504 1.52483L18 3.67442L20.1496 1.52483C20.5157 1.15871 21.1093 1.15871 21.4754 1.52483C21.8415 1.89095 21.8415 2.48454 21.4754 2.85066L19.3258 5.00024L21.4754 7.14983C21.8415 7.51595 21.8415 8.10954 21.4754 8.47566C21.1093 8.84177 20.5157 8.84177 20.1496 8.47566L18 6.32607L15.8504 8.47566C15.4843 8.84177 14.8907 8.84177 14.5246 8.47566C14.1585 8.10954 14.1585 7.51595 14.5246 7.14983L16.6742 5.00024L14.5246 2.85066C14.1585 2.48454 14.1585 1.89095 14.5246 1.52483Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 19C2.25 16.9289 3.92893 15.25 6 15.25C8.07107 15.25 9.75 16.9289 9.75 19C9.75 21.0711 8.07107 22.75 6 22.75C3.92893 22.75 2.25 21.0711 2.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 8.5C4 6.01472 6.01472 4 8.5 4H12C12.5523 4 13 4.44772 13 5C13 5.55228 12.5523 6 12 6H8.5C7.11929 6 6 7.11929 6 8.5C6 9.88071 7.11929 11 8.5 11H15.5C17.9853 11 20 13.0147 20 15.5C20 17.9853 17.9853 20 15.5 20H12C11.4477 20 11 19.5523 11 19C11 18.4477 11.4477 18 12 18H15.5C16.8807 18 18 16.8807 18 15.5C18 14.1193 16.8807 13 15.5 13H8.5C6.01472 13 4 10.9853 4 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5246 1.52483C14.8907 1.15871 15.4843 1.15871 15.8504 1.52483L18 3.67442L20.1496 1.52483C20.5157 1.15871 21.1093 1.15871 21.4754 1.52483C21.8415 1.89095 21.8415 2.48454 21.4754 2.85066L19.3258 5.00024L21.4754 7.14983C21.8415 7.51595 21.8415 8.10954 21.4754 8.47566C21.1093 8.84177 20.5157 8.84177 20.1496 8.47566L18 6.32607L15.8504 8.47566C15.4843 8.84177 14.8907 8.84177 14.5246 8.47566C14.1585 8.10954 14.1585 7.51595 14.5246 7.14983L16.6742 5.00024L14.5246 2.85066C14.1585 2.48454 14.1585 1.89095 14.5246 1.52483Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 19C2.25 16.9289 3.92893 15.25 6 15.25C8.07107 15.25 9.75 16.9289 9.75 19C9.75 21.0711 8.07107 22.75 6 22.75C3.92893 22.75 2.25 21.0711 2.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 8.5C4 6.01472 6.01472 4 8.5 4H12C12.5523 4 13 4.44772 13 5C13 5.55228 12.5523 6 12 6H8.5C7.11929 6 6 7.11929 6 8.5C6 9.88071 7.11929 11 8.5 11H15.5C17.9853 11 20 13.0147 20 15.5C20 17.9853 17.9853 20 15.5 20H12C11.4477 20 11 19.5523 11 19C11 18.4477 11.4477 18 12 18H15.5C16.8807 18 18 16.8807 18 15.5C18 14.1193 16.8807 13 15.5 13H8.5C6.01472 13 4 10.9853 4 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-share-location-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.018 2.22727C11.018 1.68754 11.4556 1.25 11.9953 1.25C17.9333 1.25 22.7453 6.06364 22.7453 12C22.7453 17.9364 17.9333 22.75 11.9953 22.75C11.4556 22.75 11.018 22.3125 11.018 21.7727C11.018 21.233 11.4556 20.7955 11.9953 20.7955C16.8536 20.7955 20.7907 16.8571 20.7907 12C20.7907 7.14292 16.8536 3.20455 11.9953 3.20455C11.4556 3.20455 11.018 2.76701 11.018 2.22727ZM9.46274 2.54417C9.66105 3.04615 9.41488 3.61385 8.9129 3.81216C8.02516 4.16287 7.19408 4.63334 6.45948 5.20245C6.03281 5.533 5.41896 5.45508 5.08841 5.02841C4.75786 4.60174 4.83578 3.98789 5.26245 3.65734C6.14763 2.97158 7.14083 2.41068 8.19475 1.99433C8.69673 1.79602 9.26443 2.04219 9.46274 2.54417ZM4.00555 6.22586C4.46389 6.51088 4.6044 7.11349 4.31938 7.57183C3.75897 8.47304 3.37117 9.45814 3.18326 10.4652C3.08426 10.9958 2.57389 11.3457 2.04331 11.2467C1.51274 11.1477 1.16287 10.6373 1.26187 10.1067C1.49627 8.85047 1.97652 7.63814 2.65958 6.5397C2.9446 6.08136 3.54721 5.94085 4.00555 6.22586ZM2.04331 12.7533C2.57389 12.6543 3.08426 13.0042 3.18326 13.5348C3.37117 14.5419 3.75897 15.527 4.31938 16.4282C4.6044 16.8865 4.46389 17.4891 4.00555 17.7741C3.54721 18.0592 2.9446 17.9186 2.65958 17.4603C1.97652 16.3619 1.49627 15.1495 1.26187 13.8933C1.16287 13.3627 1.51274 12.8523 2.04331 12.7533ZM5.09273 18.9661C5.42634 18.5418 6.04073 18.4683 6.46502 18.8019C7.19378 19.3749 8.02134 19.8382 8.91115 20.1878C9.41351 20.3851 9.66078 20.9523 9.46343 21.4547C9.26608 21.9571 8.69886 22.2043 8.1965 22.007C7.14464 21.5938 6.14793 21.0389 5.25692 20.3383C4.83263 20.0047 4.75912 19.3903 5.09273 18.9661Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9995 6.75C10.1363 6.75 8.35933 7.86363 7.61353 9.62898C6.91554 11.2812 7.30405 12.6979 8.07053 13.8708C8.68448 14.8104 9.58064 15.6488 10.3479 16.3667C10.4919 16.5014 10.6313 16.6318 10.7634 16.7578L10.7651 16.7594C11.0986 17.0756 11.5415 17.25 11.9995 17.25C12.4576 17.25 12.9005 17.0756 13.234 16.7594C13.3594 16.6404 13.4912 16.5176 13.6271 16.3909C14.402 15.6685 15.3097 14.8224 15.93 13.8711C16.6955 12.697 17.0827 11.2792 16.3855 9.62898C15.6397 7.86363 13.8627 6.75 11.9995 6.75ZM11.9896 9.75C11.0261 9.75 10.2451 10.5335 10.2451 11.5C10.2451 12.4665 11.0261 13.25 11.9896 13.25H12.0006C12.9641 13.25 13.7451 12.4665 13.7451 11.5C13.7451 10.5335 12.9641 9.75 12.0006 9.75H11.9896Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.018 2.22727C11.018 1.68754 11.4556 1.25 11.9953 1.25C17.9333 1.25 22.7453 6.06364 22.7453 12C22.7453 17.9364 17.9333 22.75 11.9953 22.75C11.4556 22.75 11.018 22.3125 11.018 21.7727C11.018 21.233 11.4556 20.7955 11.9953 20.7955C16.8536 20.7955 20.7907 16.8571 20.7907 12C20.7907 7.14292 16.8536 3.20455 11.9953 3.20455C11.4556 3.20455 11.018 2.76701 11.018 2.22727ZM9.46274 2.54417C9.66105 3.04615 9.41488 3.61385 8.9129 3.81216C8.02516 4.16287 7.19408 4.63334 6.45948 5.20245C6.03281 5.533 5.41896 5.45508 5.08841 5.02841C4.75786 4.60174 4.83578 3.98789 5.26245 3.65734C6.14763 2.97158 7.14083 2.41068 8.19475 1.99433C8.69673 1.79602 9.26443 2.04219 9.46274 2.54417ZM4.00555 6.22586C4.46389 6.51088 4.6044 7.11349 4.31938 7.57183C3.75897 8.47304 3.37117 9.45814 3.18326 10.4652C3.08426 10.9958 2.57389 11.3457 2.04331 11.2467C1.51274 11.1477 1.16287 10.6373 1.26187 10.1067C1.49627 8.85047 1.97652 7.63814 2.65958 6.5397C2.9446 6.08136 3.54721 5.94085 4.00555 6.22586ZM2.04331 12.7533C2.57389 12.6543 3.08426 13.0042 3.18326 13.5348C3.37117 14.5419 3.75897 15.527 4.31938 16.4282C4.6044 16.8865 4.46389 17.4891 4.00555 17.7741C3.54721 18.0592 2.9446 17.9186 2.65958 17.4603C1.97652 16.3619 1.49627 15.1495 1.26187 13.8933C1.16287 13.3627 1.51274 12.8523 2.04331 12.7533ZM5.09273 18.9661C5.42634 18.5418 6.04073 18.4683 6.46502 18.8019C7.19378 19.3749 8.02134 19.8382 8.91115 20.1878C9.41351 20.3851 9.66078 20.9523 9.46343 21.4547C9.26608 21.9571 8.69886 22.2043 8.1965 22.007C7.14464 21.5938 6.14793 21.0389 5.25692 20.3383C4.83263 20.0047 4.75912 19.3903 5.09273 18.9661Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9995 6.75C10.1363 6.75 8.35933 7.86363 7.61353 9.62898C6.91554 11.2812 7.30405 12.6979 8.07053 13.8708C8.68448 14.8104 9.58064 15.6488 10.3479 16.3667C10.4919 16.5014 10.6313 16.6318 10.7634 16.7578L10.7651 16.7594C11.0986 17.0756 11.5415 17.25 11.9995 17.25C12.4576 17.25 12.9005 17.0756 13.234 16.7594C13.3594 16.6404 13.4912 16.5176 13.6271 16.3909C14.402 15.6685 15.3097 14.8224 15.93 13.8711C16.6955 12.697 17.0827 11.2792 16.3855 9.62898C15.6397 7.86363 13.8627 6.75 11.9995 6.75ZM11.9896 9.75C11.0261 9.75 10.2451 10.5335 10.2451 11.5C10.2451 12.4665 11.0261 13.25 11.9896 13.25H12.0006C12.9641 13.25 13.7451 12.4665 13.7451 11.5C13.7451 10.5335 12.9641 9.75 12.0006 9.75H11.9896Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-share-location-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.999 6.25012C9.15881 6.25012 6.74902 8.59317 6.74902 11.463C6.74902 12.9385 7.3754 14.1599 8.22312 15.1458C9.06388 16.1237 10.1481 16.9017 11.1408 17.5162L11.1536 17.5241L11.1668 17.5316C11.4208 17.675 11.7076 17.7501 11.999 17.7501C12.2905 17.7501 12.5772 17.675 12.8312 17.5316L12.8427 17.5251L12.854 17.5182C13.8519 16.9075 14.9366 16.1269 15.7771 15.146C16.6239 14.1578 17.249 12.9338 17.249 11.463C17.249 8.59317 14.8392 6.25012 11.999 6.25012ZM11.9896 9.75012C11.0261 9.75012 10.2451 10.5336 10.2451 11.5001C10.2451 12.4666 11.0261 13.2501 11.9896 13.2501H12.0006C12.9641 13.2501 13.7451 12.4666 13.7451 11.5001C13.7451 10.5336 12.9641 9.75012 12.0006 9.75012H11.9896Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0239 2.22739C11.0239 1.68766 11.4614 1.25012 12.0012 1.25012C17.9391 1.25012 22.7512 6.06377 22.7512 12.0001C22.7512 17.9365 17.9391 22.7501 12.0012 22.7501C11.4614 22.7501 11.0239 22.3126 11.0239 21.7729C11.0239 21.2331 11.4614 20.7956 12.0012 20.7956C16.8595 20.7956 20.7966 16.8572 20.7966 12.0001C20.7966 7.14304 16.8595 3.20467 12.0012 3.20467C11.4614 3.20467 11.0239 2.76713 11.0239 2.22739ZM9.4686 2.54429C9.66691 3.04627 9.42074 3.61397 8.91876 3.81228C8.03102 4.16299 7.19994 4.63347 6.46534 5.20258C6.03867 5.53312 5.42482 5.4552 5.09427 5.02853C4.76372 4.60186 4.84164 3.98801 5.26831 3.65746C6.15349 2.9717 7.14669 2.41081 8.20061 1.99445C8.70259 1.79614 9.27029 2.04231 9.4686 2.54429ZM4.01141 6.22599C4.46975 6.511 4.61026 7.11361 4.32524 7.57196C3.76483 8.47317 3.37703 9.45826 3.18912 10.4654C3.09012 10.9959 2.57975 11.3458 2.04917 11.2468C1.51859 11.1478 1.16873 10.6374 1.26773 10.1068C1.50213 8.8506 1.98238 7.63827 2.66544 6.53982C2.95046 6.08148 3.55307 5.94097 4.01141 6.22599ZM2.04917 12.7535C2.57975 12.6545 3.09012 13.0043 3.18912 13.5349C3.37703 14.542 3.76483 15.5271 4.32524 16.4283C4.61026 16.8866 4.46975 17.4892 4.01141 17.7743C3.55307 18.0593 2.95046 17.9188 2.66544 17.4604C1.98238 16.362 1.50213 15.1496 1.26773 13.8934C1.16873 13.3628 1.51859 12.8525 2.04917 12.7535ZM5.09859 18.9662C5.4322 18.5419 6.04659 18.4684 6.47088 18.802C7.19964 19.375 8.0272 19.8383 8.91701 20.1879C9.41937 20.3852 9.66663 20.9525 9.46929 21.4548C9.27194 21.9572 8.70472 22.2044 8.20236 22.0071C7.1505 21.5939 6.15379 21.039 5.26278 20.3385C4.83849 20.0049 4.76498 19.3905 5.09859 18.9662Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.999 6.25012C9.15881 6.25012 6.74902 8.59317 6.74902 11.463C6.74902 12.9385 7.3754 14.1599 8.22312 15.1458C9.06388 16.1237 10.1481 16.9017 11.1408 17.5162L11.1536 17.5241L11.1668 17.5316C11.4208 17.675 11.7076 17.7501 11.999 17.7501C12.2905 17.7501 12.5772 17.675 12.8312 17.5316L12.8427 17.5251L12.854 17.5182C13.8519 16.9075 14.9366 16.1269 15.7771 15.146C16.6239 14.1578 17.249 12.9338 17.249 11.463C17.249 8.59317 14.8392 6.25012 11.999 6.25012ZM11.9896 9.75012C11.0261 9.75012 10.2451 10.5336 10.2451 11.5001C10.2451 12.4666 11.0261 13.2501 11.9896 13.2501H12.0006C12.9641 13.2501 13.7451 12.4666 13.7451 11.5001C13.7451 10.5336 12.9641 9.75012 12.0006 9.75012H11.9896Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0239 2.22739C11.0239 1.68766 11.4614 1.25012 12.0012 1.25012C17.9391 1.25012 22.7512 6.06377 22.7512 12.0001C22.7512 17.9365 17.9391 22.7501 12.0012 22.7501C11.4614 22.7501 11.0239 22.3126 11.0239 21.7729C11.0239 21.2331 11.4614 20.7956 12.0012 20.7956C16.8595 20.7956 20.7966 16.8572 20.7966 12.0001C20.7966 7.14304 16.8595 3.20467 12.0012 3.20467C11.4614 3.20467 11.0239 2.76713 11.0239 2.22739ZM9.4686 2.54429C9.66691 3.04627 9.42074 3.61397 8.91876 3.81228C8.03102 4.16299 7.19994 4.63347 6.46534 5.20258C6.03867 5.53312 5.42482 5.4552 5.09427 5.02853C4.76372 4.60186 4.84164 3.98801 5.26831 3.65746C6.15349 2.9717 7.14669 2.41081 8.20061 1.99445C8.70259 1.79614 9.27029 2.04231 9.4686 2.54429ZM4.01141 6.22599C4.46975 6.511 4.61026 7.11361 4.32524 7.57196C3.76483 8.47317 3.37703 9.45826 3.18912 10.4654C3.09012 10.9959 2.57975 11.3458 2.04917 11.2468C1.51859 11.1478 1.16873 10.6374 1.26773 10.1068C1.50213 8.8506 1.98238 7.63827 2.66544 6.53982C2.95046 6.08148 3.55307 5.94097 4.01141 6.22599ZM2.04917 12.7535C2.57975 12.6545 3.09012 13.0043 3.18912 13.5349C3.37703 14.542 3.76483 15.5271 4.32524 16.4283C4.61026 16.8866 4.46975 17.4892 4.01141 17.7743C3.55307 18.0593 2.95046 17.9188 2.66544 17.4604C1.98238 16.362 1.50213 15.1496 1.26773 13.8934C1.16873 13.3628 1.51859 12.8525 2.04917 12.7535ZM5.09859 18.9662C5.4322 18.5419 6.04659 18.4684 6.47088 18.802C7.19964 19.375 8.0272 19.8383 8.91701 20.1879C9.41937 20.3852 9.66663 20.9525 9.46929 21.4548C9.27194 21.9572 8.70472 22.2044 8.20236 22.0071C7.1505 21.5939 6.15379 21.039 5.26278 20.3385C4.83849 20.0049 4.76498 19.3905 5.09859 18.9662Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-maps-icons-user-roadside{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 0.75C10.3431 0.75 9 2.09315 9 3.75C9 4.82282 9.56313 5.76411 10.4099 6.29442C7.47495 6.71056 5.69103 9.97478 6.86508 12.8582C7.12056 13.4857 7.71969 13.9167 8.40809 13.9167H8.9002L9.72805 17.4022C9.98103 18.4673 10.9033 19.25 12 19.25C13.0967 19.25 14.019 18.4673 14.272 17.4022L15.0998 13.9167H15.5919C16.2803 13.9167 16.8794 13.4857 17.1349 12.8582C18.309 9.97478 16.525 6.71056 13.5901 6.29442C14.4369 5.76411 15 4.82282 15 3.75C15 2.09315 13.6569 0.75 12 0.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 15.25L7 15.25C7.55228 15.25 8 15.6977 8 16.25C8 16.8023 7.55228 17.25 7 17.25H6C5.44772 17.25 5 16.8023 5 16.25C5 15.6977 5.44772 15.25 6 15.25ZM16 16.25C16 15.6977 16.4477 15.25 17 15.25L18 15.25C18.5523 15.25 19 15.6977 19 16.25C19 16.8023 18.5523 17.25 18 17.25H17C16.4477 17.25 16 16.8023 16 16.25ZM12 20.25C12.5523 20.25 13 20.6977 13 21.25V22.25C13 22.8023 12.5523 23.25 12 23.25C11.4477 23.25 11 22.8023 11 22.25V21.25C11 20.6977 11.4477 20.25 12 20.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 0.75C10.3431 0.75 9 2.09315 9 3.75C9 4.82282 9.56313 5.76411 10.4099 6.29442C7.47495 6.71056 5.69103 9.97478 6.86508 12.8582C7.12056 13.4857 7.71969 13.9167 8.40809 13.9167H8.9002L9.72805 17.4022C9.98103 18.4673 10.9033 19.25 12 19.25C13.0967 19.25 14.019 18.4673 14.272 17.4022L15.0998 13.9167H15.5919C16.2803 13.9167 16.8794 13.4857 17.1349 12.8582C18.309 9.97478 16.525 6.71056 13.5901 6.29442C14.4369 5.76411 15 4.82282 15 3.75C15 2.09315 13.6569 0.75 12 0.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 15.25L7 15.25C7.55228 15.25 8 15.6977 8 16.25C8 16.8023 7.55228 17.25 7 17.25H6C5.44772 17.25 5 16.8023 5 16.25C5 15.6977 5.44772 15.25 6 15.25ZM16 16.25C16 15.6977 16.4477 15.25 17 15.25L18 15.25C18.5523 15.25 19 15.6977 19 16.25C19 16.8023 18.5523 17.25 18 17.25H17C16.4477 17.25 16 16.8023 16 16.25ZM12 20.25C12.5523 20.25 13 20.6977 13 21.25V22.25C13 22.8023 12.5523 23.25 12 23.25C11.4477 23.25 11 22.8023 11 22.25V21.25C11 20.6977 11.4477 20.25 12 20.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-1st-brecket-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.58073 8.81417C10.0303 8.49344 10.1348 7.86896 9.81409 7.41935C9.49337 6.96973 8.86888 6.86525 8.41927 7.18598C6.94665 8.23647 6 10.0123 6 12.0001C6 13.9878 6.94665 15.7637 8.41927 16.8142C8.86888 17.1349 9.49337 17.0304 9.81409 16.5808C10.1348 16.1312 10.0303 15.5067 9.58073 15.186C8.64235 14.5166 8 13.3515 8 12.0001C8 10.6487 8.64235 9.48356 9.58073 8.81417ZM15.5807 7.18598C15.1311 6.86525 14.5066 6.96973 14.1859 7.41935C13.8652 7.86896 13.9697 8.49344 14.4193 8.81417C15.3576 9.48356 16 10.6487 16 12.0001C16 13.3515 15.3576 14.5166 14.4193 15.186C13.9697 15.5067 13.8652 16.1312 14.1859 16.5808C14.5066 17.0304 15.1311 17.1349 15.5807 16.8142C17.0533 15.7637 18 13.9878 18 12.0001C18 10.0123 17.0533 8.23647 15.5807 7.18598Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.58073 8.81417C10.0303 8.49344 10.1348 7.86896 9.81409 7.41935C9.49337 6.96973 8.86888 6.86525 8.41927 7.18598C6.94665 8.23647 6 10.0123 6 12.0001C6 13.9878 6.94665 15.7637 8.41927 16.8142C8.86888 17.1349 9.49337 17.0304 9.81409 16.5808C10.1348 16.1312 10.0303 15.5067 9.58073 15.186C8.64235 14.5166 8 13.3515 8 12.0001C8 10.6487 8.64235 9.48356 9.58073 8.81417ZM15.5807 7.18598C15.1311 6.86525 14.5066 6.96973 14.1859 7.41935C13.8652 7.86896 13.9697 8.49344 14.4193 8.81417C15.3576 9.48356 16 10.6487 16 12.0001C16 13.3515 15.3576 14.5166 14.4193 15.186C13.9697 15.5067 13.8652 16.1312 14.1859 16.5808C14.5066 17.0304 15.1311 17.1349 15.5807 16.8142C17.0533 15.7637 18 13.9878 18 12.0001C18 10.0123 17.0533 8.23647 15.5807 7.18598Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-1st-brecket-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM9.58073 8.8141C10.0303 8.49337 10.1348 7.86888 9.81409 7.41927C9.49337 6.96966 8.86888 6.86518 8.41927 7.18591C6.94665 8.23639 6 10.0122 6 12C6 13.9878 6.94665 15.7636 8.41927 16.8141C8.86888 17.1348 9.49337 17.0303 9.81409 16.5807C10.1348 16.1311 10.0303 15.5066 9.58073 15.1859C8.64235 14.5165 8 13.3514 8 12C8 10.6486 8.64235 9.48349 9.58073 8.8141ZM15.5807 7.18591C15.1311 6.86518 14.5066 6.96966 14.1859 7.41927C13.8652 7.86888 13.9697 8.49337 14.4193 8.8141C15.3576 9.48349 16 10.6486 16 12C16 13.3514 15.3576 14.5165 14.4193 15.1859C13.9697 15.5066 13.8652 16.1311 14.1859 16.5807C14.5066 17.0303 15.1311 17.1348 15.5807 16.8141C17.0533 15.7636 18 13.9878 18 12C18 10.0122 17.0533 8.23639 15.5807 7.18591Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM9.58073 8.8141C10.0303 8.49337 10.1348 7.86888 9.81409 7.41927C9.49337 6.96966 8.86888 6.86518 8.41927 7.18591C6.94665 8.23639 6 10.0122 6 12C6 13.9878 6.94665 15.7636 8.41927 16.8141C8.86888 17.1348 9.49337 17.0303 9.81409 16.5807C10.1348 16.1311 10.0303 15.5066 9.58073 15.1859C8.64235 14.5165 8 13.3514 8 12C8 10.6486 8.64235 9.48349 9.58073 8.8141ZM15.5807 7.18591C15.1311 6.86518 14.5066 6.96966 14.1859 7.41927C13.8652 7.86888 13.9697 8.49337 14.4193 8.8141C15.3576 9.48349 16 10.6486 16 12C16 13.3514 15.3576 14.5165 14.4193 15.1859C13.9697 15.5066 13.8652 16.1311 14.1859 16.5807C14.5066 17.0303 15.1311 17.1348 15.5807 16.8141C17.0533 15.7636 18 13.9878 18 12C18 10.0122 17.0533 8.23639 15.5807 7.18591Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-1st-brecket{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.97489 2.21768C7.40698 2.7561 7.32078 3.54285 6.78236 3.97493C4.69665 5.64875 3.25 8.58284 3.25 12C3.25 15.4172 4.69665 18.3513 6.78236 20.0252C7.32078 20.4572 7.40698 21.244 6.97489 21.7824C6.5428 22.3208 5.75605 22.407 5.21764 21.9749C2.48136 19.779 0.75 16.0959 0.75 12C0.75 7.90415 2.48136 4.22105 5.21764 2.02516C5.75605 1.59307 6.5428 1.67927 6.97489 2.21768Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0251 2.21768C16.593 2.7561 16.6792 3.54285 17.2176 3.97493C19.3034 5.64875 20.75 8.58284 20.75 12C20.75 15.4172 19.3034 18.3513 17.2176 20.0252C16.6792 20.4572 16.593 21.244 17.0251 21.7824C17.4572 22.3208 18.2439 22.407 18.7824 21.9749C21.5186 19.779 23.25 16.0959 23.25 12C23.25 7.90415 21.5186 4.22105 18.7824 2.02516C18.2439 1.59307 17.4572 1.67927 17.0251 2.21768Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.97489 2.21768C7.40698 2.7561 7.32078 3.54285 6.78236 3.97493C4.69665 5.64875 3.25 8.58284 3.25 12C3.25 15.4172 4.69665 18.3513 6.78236 20.0252C7.32078 20.4572 7.40698 21.244 6.97489 21.7824C6.5428 22.3208 5.75605 22.407 5.21764 21.9749C2.48136 19.779 0.75 16.0959 0.75 12C0.75 7.90415 2.48136 4.22105 5.21764 2.02516C5.75605 1.59307 6.5428 1.67927 6.97489 2.21768Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0251 2.21768C16.593 2.7561 16.6792 3.54285 17.2176 3.97493C19.3034 5.64875 20.75 8.58284 20.75 12C20.75 15.4172 19.3034 18.3513 17.2176 20.0252C16.6792 20.4572 16.593 21.244 17.0251 21.7824C17.4572 22.3208 18.2439 22.407 18.7824 21.9749C21.5186 19.779 23.25 16.0959 23.25 12C23.25 7.90415 21.5186 4.22105 18.7824 2.02516C18.2439 1.59307 17.4572 1.67927 17.0251 2.21768Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-2nd-brecket-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.09914 8.99515C9.64871 8.9404 10.0498 8.4505 9.99508 7.90094C9.94033 7.35138 9.45044 6.95025 8.90087 7.005C8.16083 7.07873 7.44269 7.2636 6.87419 7.83941C6.3668 8.35332 6.16956 8.98554 6.08192 9.64575C5.99991 10.2636 5.99995 11.1664 6 12.0654C5.99995 12.9645 5.99991 13.7366 6.08192 14.3544C6.16956 15.0146 6.3668 15.6468 6.87419 16.1607C7.44269 16.7365 8.16083 16.9214 8.90087 16.9951C9.45044 17.0499 9.94033 16.6488 9.99508 16.0992C10.0498 15.5496 9.64871 15.0598 9.09914 15.005C8.53907 14.9492 8.38208 14.8413 8.2974 14.7556C8.219 14.6762 8.12334 14.5343 8.06453 14.0912C8.00208 13.6207 8 12.9829 8 12.0001C8 11.0172 8.00208 10.3794 8.06453 9.90892C8.12334 9.46587 8.219 9.32398 8.2974 9.24457C8.38208 9.1588 8.53907 9.05095 9.09914 8.99515ZM15.0991 7.005C14.5496 6.95025 14.0597 7.35137 14.0049 7.90094C13.9502 8.4505 14.3513 8.9404 14.9009 8.99515C15.4609 9.05095 15.6179 9.1588 15.7026 9.24457C15.781 9.32398 15.8767 9.46587 15.9355 9.90892C15.9979 10.3794 16 11.0172 16 12.0001C16 12.9829 15.9979 13.6207 15.9355 14.0912C15.8767 14.5343 15.781 14.6762 15.7026 14.7556C15.6179 14.8413 15.4609 14.9492 14.9009 15.005C14.3513 15.0598 13.9502 15.5496 14.0049 16.0992C14.0597 16.6488 14.5496 17.0499 15.0991 16.9951C15.8392 16.9214 16.5573 16.7365 17.1258 16.1607C17.6332 15.6468 17.8304 15.0146 17.9181 14.3544C18.0001 13.7366 18.0001 12.9645 18 12.0656V12.0655V12.0655V12.0654C18.0001 11.1664 18.0001 10.2636 17.9181 9.64575C17.8304 8.98554 17.6332 8.35331 17.1258 7.83941C16.5573 7.2636 15.8392 7.07873 15.0991 7.005Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.09914 8.99515C9.64871 8.9404 10.0498 8.4505 9.99508 7.90094C9.94033 7.35138 9.45044 6.95025 8.90087 7.005C8.16083 7.07873 7.44269 7.2636 6.87419 7.83941C6.3668 8.35332 6.16956 8.98554 6.08192 9.64575C5.99991 10.2636 5.99995 11.1664 6 12.0654C5.99995 12.9645 5.99991 13.7366 6.08192 14.3544C6.16956 15.0146 6.3668 15.6468 6.87419 16.1607C7.44269 16.7365 8.16083 16.9214 8.90087 16.9951C9.45044 17.0499 9.94033 16.6488 9.99508 16.0992C10.0498 15.5496 9.64871 15.0598 9.09914 15.005C8.53907 14.9492 8.38208 14.8413 8.2974 14.7556C8.219 14.6762 8.12334 14.5343 8.06453 14.0912C8.00208 13.6207 8 12.9829 8 12.0001C8 11.0172 8.00208 10.3794 8.06453 9.90892C8.12334 9.46587 8.219 9.32398 8.2974 9.24457C8.38208 9.1588 8.53907 9.05095 9.09914 8.99515ZM15.0991 7.005C14.5496 6.95025 14.0597 7.35137 14.0049 7.90094C13.9502 8.4505 14.3513 8.9404 14.9009 8.99515C15.4609 9.05095 15.6179 9.1588 15.7026 9.24457C15.781 9.32398 15.8767 9.46587 15.9355 9.90892C15.9979 10.3794 16 11.0172 16 12.0001C16 12.9829 15.9979 13.6207 15.9355 14.0912C15.8767 14.5343 15.781 14.6762 15.7026 14.7556C15.6179 14.8413 15.4609 14.9492 14.9009 15.005C14.3513 15.0598 13.9502 15.5496 14.0049 16.0992C14.0597 16.6488 14.5496 17.0499 15.0991 16.9951C15.8392 16.9214 16.5573 16.7365 17.1258 16.1607C17.6332 15.6468 17.8304 15.0146 17.9181 14.3544C18.0001 13.7366 18.0001 12.9645 18 12.0656V12.0655V12.0655V12.0654C18.0001 11.1664 18.0001 10.2636 17.9181 9.64575C17.8304 8.98554 17.6332 8.35331 17.1258 7.83941C16.5573 7.2636 15.8392 7.07873 15.0991 7.005Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-2nd-brecket-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM9.09914 8.99508C9.64871 8.94032 10.0498 8.45043 9.99508 7.90087C9.94033 7.3513 9.45044 6.95018 8.90087 7.00493C8.16083 7.07866 7.44269 7.26353 6.87419 7.83934C6.3668 8.35324 6.16956 8.98547 6.08192 9.64567C5.99991 10.2635 5.99995 11.0356 6 11.9346L6 12L6 12.0654C5.99995 12.9644 5.99991 13.7365 6.08192 14.3543C6.16956 15.0145 6.3668 15.6468 6.87419 16.1607C7.44269 16.7365 8.16083 16.9213 8.90087 16.9951C9.45044 17.0498 9.94033 16.6487 9.99508 16.0991C10.0498 15.5496 9.64871 15.0597 9.09914 15.0049C8.53907 14.9491 8.38208 14.8413 8.2974 14.7555C8.219 14.6761 8.12334 14.5342 8.06453 14.0912C8.00208 13.6206 8 12.9828 8 12C8 11.0172 8.00208 10.3794 8.06453 9.90885C8.12334 9.4658 8.219 9.32391 8.2974 9.2445C8.38208 9.15873 8.53907 9.05087 9.09914 8.99508ZM15.0991 7.00493C14.5496 6.95018 14.0597 7.3513 14.0049 7.90087C13.9502 8.45043 14.3513 8.94032 14.9009 8.99508C15.4609 9.05087 15.6179 9.15873 15.7026 9.2445C15.781 9.3239 15.8767 9.4658 15.9355 9.90885C15.9979 10.3794 16 11.0172 16 12C16 12.9828 15.9979 13.6206 15.9355 14.0912C15.8767 14.5342 15.781 14.6761 15.7026 14.7555C15.6179 14.8413 15.4609 14.9491 14.9009 15.0049C14.3513 15.0597 13.9502 15.5496 14.0049 16.0991C14.0597 16.6487 14.5496 17.0498 15.0991 16.9951C15.8392 16.9213 16.5573 16.7365 17.1258 16.1607C17.6332 15.6468 17.8304 15.0145 17.9181 14.3543C18.0001 13.7366 18.0001 12.9645 18 12.0655V12.0655V12.0655V12.0654V11.9346V11.9346V11.9345V11.9345C18.0001 11.0355 18.0001 10.2635 17.9181 9.64567C17.8304 8.98547 17.6332 8.35324 17.1258 7.83934C16.5573 7.26353 15.8392 7.07866 15.0991 7.00493Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM9.09914 8.99508C9.64871 8.94032 10.0498 8.45043 9.99508 7.90087C9.94033 7.3513 9.45044 6.95018 8.90087 7.00493C8.16083 7.07866 7.44269 7.26353 6.87419 7.83934C6.3668 8.35324 6.16956 8.98547 6.08192 9.64567C5.99991 10.2635 5.99995 11.0356 6 11.9346L6 12L6 12.0654C5.99995 12.9644 5.99991 13.7365 6.08192 14.3543C6.16956 15.0145 6.3668 15.6468 6.87419 16.1607C7.44269 16.7365 8.16083 16.9213 8.90087 16.9951C9.45044 17.0498 9.94033 16.6487 9.99508 16.0991C10.0498 15.5496 9.64871 15.0597 9.09914 15.0049C8.53907 14.9491 8.38208 14.8413 8.2974 14.7555C8.219 14.6761 8.12334 14.5342 8.06453 14.0912C8.00208 13.6206 8 12.9828 8 12C8 11.0172 8.00208 10.3794 8.06453 9.90885C8.12334 9.4658 8.219 9.32391 8.2974 9.2445C8.38208 9.15873 8.53907 9.05087 9.09914 8.99508ZM15.0991 7.00493C14.5496 6.95018 14.0597 7.3513 14.0049 7.90087C13.9502 8.45043 14.3513 8.94032 14.9009 8.99508C15.4609 9.05087 15.6179 9.15873 15.7026 9.2445C15.781 9.3239 15.8767 9.4658 15.9355 9.90885C15.9979 10.3794 16 11.0172 16 12C16 12.9828 15.9979 13.6206 15.9355 14.0912C15.8767 14.5342 15.781 14.6761 15.7026 14.7555C15.6179 14.8413 15.4609 14.9491 14.9009 15.0049C14.3513 15.0597 13.9502 15.5496 14.0049 16.0991C14.0597 16.6487 14.5496 17.0498 15.0991 16.9951C15.8392 16.9213 16.5573 16.7365 17.1258 16.1607C17.6332 15.6468 17.8304 15.0145 17.9181 14.3543C18.0001 13.7366 18.0001 12.9645 18 12.0655V12.0655V12.0655V12.0654V11.9346V11.9346V11.9345V11.9345C18.0001 11.0355 18.0001 10.2635 17.9181 9.64567C17.8304 8.98547 17.6332 8.35324 17.1258 7.83934C16.5573 7.26353 15.8392 7.07866 15.0991 7.00493Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-2nd-brecket{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.01742 2.86258C8.09338 3.54875 7.5987 4.16657 6.91254 4.24252C5.66179 4.38097 5.08899 4.66452 4.68652 5.11745C4.30398 5.54797 4.04061 6.17305 3.89769 7.36938C3.75211 8.588 3.75 10.2007 3.75 12.5001C3.75 14.7995 3.75211 16.4122 3.89769 17.6308C4.04061 18.8272 4.30398 19.4523 4.68652 19.8828C5.08899 20.3357 5.66179 20.6192 6.91254 20.7577C7.5987 20.8337 8.09338 21.4515 8.01742 22.1376C7.94147 22.8238 7.32365 23.3185 6.63748 23.2425C5.10923 23.0734 3.81143 22.6617 2.81772 21.5434C1.94814 20.5647 1.58545 19.3513 1.41534 17.9274C1.24995 16.543 1.24998 14.7805 1.25 12.5824V12.4179C1.24998 10.2197 1.24995 8.4572 1.41534 7.07282C1.58545 5.64892 1.94814 4.43547 2.81772 3.45686C3.81143 2.33855 5.10923 1.92687 6.63748 1.7577C7.32364 1.68174 7.94146 2.17642 8.01742 2.86258ZM15.9826 2.86258C16.0585 2.17642 16.6764 1.68174 17.3625 1.7577C18.8908 1.92687 20.1886 2.33856 21.1823 3.45686C22.0519 4.43547 22.4146 5.64892 22.5847 7.07282C22.75 8.4572 22.75 10.2197 22.75 12.4179V12.5823C22.75 14.7805 22.75 16.543 22.5847 17.9274C22.4146 19.3513 22.0519 20.5647 21.1823 21.5434C20.1886 22.6617 18.8908 23.0733 17.3625 23.2425C16.6764 23.3185 16.0585 22.8238 15.9826 22.1376C15.9066 21.4515 16.4013 20.8337 17.0875 20.7577C18.3382 20.6192 18.911 20.3357 19.3135 19.8828C19.696 19.4523 19.9594 18.8272 20.1023 17.6308C20.2479 16.4122 20.25 14.7995 20.25 12.5001C20.25 10.2007 20.2479 8.588 20.1023 7.36938C19.9594 6.17305 19.696 5.54797 19.3135 5.11745C18.911 4.66452 18.3382 4.38097 17.0875 4.24252C16.4013 4.16657 15.9066 3.54875 15.9826 2.86258Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.01742 2.86258C8.09338 3.54875 7.5987 4.16657 6.91254 4.24252C5.66179 4.38097 5.08899 4.66452 4.68652 5.11745C4.30398 5.54797 4.04061 6.17305 3.89769 7.36938C3.75211 8.588 3.75 10.2007 3.75 12.5001C3.75 14.7995 3.75211 16.4122 3.89769 17.6308C4.04061 18.8272 4.30398 19.4523 4.68652 19.8828C5.08899 20.3357 5.66179 20.6192 6.91254 20.7577C7.5987 20.8337 8.09338 21.4515 8.01742 22.1376C7.94147 22.8238 7.32365 23.3185 6.63748 23.2425C5.10923 23.0734 3.81143 22.6617 2.81772 21.5434C1.94814 20.5647 1.58545 19.3513 1.41534 17.9274C1.24995 16.543 1.24998 14.7805 1.25 12.5824V12.4179C1.24998 10.2197 1.24995 8.4572 1.41534 7.07282C1.58545 5.64892 1.94814 4.43547 2.81772 3.45686C3.81143 2.33855 5.10923 1.92687 6.63748 1.7577C7.32364 1.68174 7.94146 2.17642 8.01742 2.86258ZM15.9826 2.86258C16.0585 2.17642 16.6764 1.68174 17.3625 1.7577C18.8908 1.92687 20.1886 2.33856 21.1823 3.45686C22.0519 4.43547 22.4146 5.64892 22.5847 7.07282C22.75 8.4572 22.75 10.2197 22.75 12.4179V12.5823C22.75 14.7805 22.75 16.543 22.5847 17.9274C22.4146 19.3513 22.0519 20.5647 21.1823 21.5434C20.1886 22.6617 18.8908 23.0733 17.3625 23.2425C16.6764 23.3185 16.0585 22.8238 15.9826 22.1376C15.9066 21.4515 16.4013 20.8337 17.0875 20.7577C18.3382 20.6192 18.911 20.3357 19.3135 19.8828C19.696 19.4523 19.9594 18.8272 20.1023 17.6308C20.2479 16.4122 20.25 14.7995 20.25 12.5001C20.25 10.2007 20.2479 8.588 20.1023 7.36938C19.9594 6.17305 19.696 5.54797 19.3135 5.11745C18.911 4.66452 18.3382 4.38097 17.0875 4.24252C16.4013 4.16657 15.9066 3.54875 15.9826 2.86258Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-3rd-brecket-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM10 7C9.3631 7 8.74235 7.1746 8.25281 7.50897C7.7682 7.83996 7.32673 8.40014 7.32673 9.14286C7.32673 9.80662 7.31064 10.039 7.24871 10.2061C7.21336 10.3016 7.13104 10.4628 6.68104 10.7702C6.31004 11.0236 6 11.4516 6 12C6 12.5484 6.31004 12.9764 6.68104 13.2298C7.13104 13.5372 7.21336 13.6984 7.24871 13.7939C7.31064 13.961 7.32673 14.1934 7.32673 14.8571C7.32673 15.5999 7.7682 16.16 8.25281 16.491C8.74235 16.8254 9.3631 17 10 17C10.5523 17 11 16.5523 11 16C11 15.4477 10.5523 15 10 15C9.71277 15 9.44281 14.8763 9.32675 14.797L9.32676 14.7898C9.32712 14.2499 9.32752 13.6479 9.12411 13.099C8.96218 12.6619 8.69876 12.3119 8.35281 12C8.69876 11.6881 8.96218 11.3381 9.12411 10.901C9.32752 10.3521 9.32712 9.75013 9.32676 9.21017C9.44282 9.13089 9.71277 9 10 9C10.5523 9 11 8.55228 11 8C11 7.44772 10.5523 7 10 7ZM14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9C14.2872 9 14.5572 9.13089 14.6732 9.21017C14.6729 9.75013 14.6725 10.3521 14.8759 10.901C15.0378 11.3381 15.3012 11.6881 15.6472 12C15.3012 12.3119 15.0378 12.6619 14.8759 13.099C14.6725 13.6479 14.6729 14.2499 14.6732 14.7898C14.5572 14.8691 14.2872 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17C14.6369 17 15.2576 16.8254 15.7472 16.491C16.2318 16.16 16.6733 15.5999 16.6733 14.8571C16.6733 14.1934 16.6894 13.961 16.7513 13.7939C16.7866 13.6984 16.869 13.5372 17.319 13.2298C17.69 12.9764 18 12.5484 18 12C18 11.4516 17.69 11.0236 17.319 10.7702C16.869 10.4628 16.7866 10.3016 16.7513 10.2061C16.6894 10.039 16.6733 9.80662 16.6733 9.14286C16.6733 8.40014 16.2318 7.83996 15.7472 7.50897C15.2576 7.1746 14.6369 7 14 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM10 7C9.3631 7 8.74235 7.1746 8.25281 7.50897C7.7682 7.83996 7.32673 8.40014 7.32673 9.14286C7.32673 9.80662 7.31064 10.039 7.24871 10.2061C7.21336 10.3016 7.13104 10.4628 6.68104 10.7702C6.31004 11.0236 6 11.4516 6 12C6 12.5484 6.31004 12.9764 6.68104 13.2298C7.13104 13.5372 7.21336 13.6984 7.24871 13.7939C7.31064 13.961 7.32673 14.1934 7.32673 14.8571C7.32673 15.5999 7.7682 16.16 8.25281 16.491C8.74235 16.8254 9.3631 17 10 17C10.5523 17 11 16.5523 11 16C11 15.4477 10.5523 15 10 15C9.71277 15 9.44281 14.8763 9.32675 14.797L9.32676 14.7898C9.32712 14.2499 9.32752 13.6479 9.12411 13.099C8.96218 12.6619 8.69876 12.3119 8.35281 12C8.69876 11.6881 8.96218 11.3381 9.12411 10.901C9.32752 10.3521 9.32712 9.75013 9.32676 9.21017C9.44282 9.13089 9.71277 9 10 9C10.5523 9 11 8.55228 11 8C11 7.44772 10.5523 7 10 7ZM14 7C13.4477 7 13 7.44772 13 8C13 8.55228 13.4477 9 14 9C14.2872 9 14.5572 9.13089 14.6732 9.21017C14.6729 9.75013 14.6725 10.3521 14.8759 10.901C15.0378 11.3381 15.3012 11.6881 15.6472 12C15.3012 12.3119 15.0378 12.6619 14.8759 13.099C14.6725 13.6479 14.6729 14.2499 14.6732 14.7898C14.5572 14.8691 14.2872 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17C14.6369 17 15.2576 16.8254 15.7472 16.491C16.2318 16.16 16.6733 15.5999 16.6733 14.8571C16.6733 14.1934 16.6894 13.961 16.7513 13.7939C16.7866 13.6984 16.869 13.5372 17.319 13.2298C17.69 12.9764 18 12.5484 18 12C18 11.4516 17.69 11.0236 17.319 10.7702C16.869 10.4628 16.7866 10.3016 16.7513 10.2061C16.6894 10.039 16.6733 9.80662 16.6733 9.14286C16.6733 8.40014 16.2318 7.83996 15.7472 7.50897C15.2576 7.1746 14.6369 7 14 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-3rd-brecket-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM10 7C9.3631 7 8.74235 7.1746 8.25281 7.50897C7.7682 7.83996 7.32673 8.40014 7.32673 9.14286C7.32673 9.80662 7.31064 10.039 7.24871 10.2061C7.21336 10.3016 7.13104 10.4628 6.68104 10.7702C6.31004 11.0236 6 11.4516 6 12C6 12.5484 6.31004 12.9764 6.68104 13.2298C7.13104 13.5372 7.21336 13.6984 7.24871 13.7939C7.31064 13.961 7.32673 14.1934 7.32673 14.8571C7.32673 15.5999 7.7682 16.16 8.25281 16.491C8.74235 16.8254 9.3631 17 10 17C10.5523 17 11 16.5523 11 16C11 15.4477 10.5523 15 10 15C9.71277 15 9.49689 14.9188 9.38082 14.8395C9.35515 14.822 9.33794 14.8076 9.32675 14.797L9.32676 14.7898C9.32712 14.2499 9.32752 13.6479 9.12411 13.099C8.96218 12.6619 8.69876 12.3119 8.35281 12C8.69876 11.6881 8.96218 11.3381 9.12411 10.901C9.32752 10.3521 9.32711 9.74294 9.32675 9.20298C9.44281 9.1237 9.71277 9 10 9C10.5523 9 11 8.55229 11 8C11 7.44772 10.5523 7 10 7ZM14 7C13.4477 7 13 7.44772 13 8C13 8.55229 13.4477 9 14 9C14.2872 9 14.5572 9.1237 14.6732 9.20297C14.6729 9.74294 14.6725 10.3521 14.8759 10.901C15.0378 11.3381 15.3012 11.6881 15.6472 12C15.3012 12.3119 15.0378 12.6619 14.8759 13.099C14.6725 13.6479 14.6729 14.2499 14.6732 14.7898L14.6732 14.797C14.6621 14.8076 14.6448 14.822 14.6192 14.8395C14.5031 14.9188 14.2872 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17C14.6369 17 15.2576 16.8254 15.7472 16.491C16.2318 16.16 16.6733 15.5999 16.6733 14.8571C16.6733 14.1934 16.6894 13.961 16.7513 13.7939C16.7866 13.6984 16.869 13.5372 17.319 13.2298C17.69 12.9764 18 12.5484 18 12C18 11.4516 17.69 11.0236 17.319 10.7702C16.869 10.4628 16.7866 10.3016 16.7513 10.2061C16.6894 10.039 16.6733 9.80662 16.6733 9.14286C16.6733 8.40014 16.2318 7.83996 15.7472 7.50897C15.2576 7.1746 14.6369 7 14 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM10 7C9.3631 7 8.74235 7.1746 8.25281 7.50897C7.7682 7.83996 7.32673 8.40014 7.32673 9.14286C7.32673 9.80662 7.31064 10.039 7.24871 10.2061C7.21336 10.3016 7.13104 10.4628 6.68104 10.7702C6.31004 11.0236 6 11.4516 6 12C6 12.5484 6.31004 12.9764 6.68104 13.2298C7.13104 13.5372 7.21336 13.6984 7.24871 13.7939C7.31064 13.961 7.32673 14.1934 7.32673 14.8571C7.32673 15.5999 7.7682 16.16 8.25281 16.491C8.74235 16.8254 9.3631 17 10 17C10.5523 17 11 16.5523 11 16C11 15.4477 10.5523 15 10 15C9.71277 15 9.49689 14.9188 9.38082 14.8395C9.35515 14.822 9.33794 14.8076 9.32675 14.797L9.32676 14.7898C9.32712 14.2499 9.32752 13.6479 9.12411 13.099C8.96218 12.6619 8.69876 12.3119 8.35281 12C8.69876 11.6881 8.96218 11.3381 9.12411 10.901C9.32752 10.3521 9.32711 9.74294 9.32675 9.20298C9.44281 9.1237 9.71277 9 10 9C10.5523 9 11 8.55229 11 8C11 7.44772 10.5523 7 10 7ZM14 7C13.4477 7 13 7.44772 13 8C13 8.55229 13.4477 9 14 9C14.2872 9 14.5572 9.1237 14.6732 9.20297C14.6729 9.74294 14.6725 10.3521 14.8759 10.901C15.0378 11.3381 15.3012 11.6881 15.6472 12C15.3012 12.3119 15.0378 12.6619 14.8759 13.099C14.6725 13.6479 14.6729 14.2499 14.6732 14.7898L14.6732 14.797C14.6621 14.8076 14.6448 14.822 14.6192 14.8395C14.5031 14.9188 14.2872 15 14 15C13.4477 15 13 15.4477 13 16C13 16.5523 13.4477 17 14 17C14.6369 17 15.2576 16.8254 15.7472 16.491C16.2318 16.16 16.6733 15.5999 16.6733 14.8571C16.6733 14.1934 16.6894 13.961 16.7513 13.7939C16.7866 13.6984 16.869 13.5372 17.319 13.2298C17.69 12.9764 18 12.5484 18 12C18 11.4516 17.69 11.0236 17.319 10.7702C16.869 10.4628 16.7866 10.3016 16.7513 10.2061C16.6894 10.039 16.6733 9.80662 16.6733 9.14286C16.6733 8.40014 16.2318 7.83996 15.7472 7.50897C15.2576 7.1746 14.6369 7 14 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-3rd-brecket{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.75 3C16.75 2.30964 17.3096 1.75 18 1.75C20.0833 1.75 21.481 3.63346 21.481 5.57143C21.481 5.70344 21.4808 5.83044 21.4806 5.95293C21.4788 6.93325 21.4775 7.62405 21.6016 8.27257C21.7273 8.92934 21.9883 9.54655 22.6174 10.2717C23.4609 11.2438 23.4609 12.7562 22.6174 13.7283C21.9883 14.4535 21.7273 15.0707 21.6016 15.7274C21.4775 16.376 21.4788 17.0667 21.4806 18.0471C21.4808 18.1696 21.481 18.2966 21.481 18.4286C21.481 20.3665 20.0833 22.25 18 22.25C17.3096 22.25 16.75 21.6904 16.75 21C16.75 20.3096 17.3096 19.75 18 19.75C18.3811 19.75 18.981 19.3309 18.981 18.4286C18.981 18.3021 18.9806 18.1751 18.9802 18.048C18.9769 17.1104 18.9736 16.1591 19.1462 15.2575C19.3561 14.1608 19.8162 13.1421 20.7291 12.09C20.729 12.09 20.7291 12.09 20.7292 12.0898C20.7311 12.0869 20.75 12.0583 20.75 12C20.75 11.9417 20.7311 11.9131 20.7292 11.9102C20.7291 11.91 20.729 11.91 20.7291 11.91C19.8162 10.8579 19.3561 9.83922 19.1462 8.74254C18.9736 7.84093 18.9769 6.88961 18.9802 5.95203C18.9806 5.82486 18.981 5.69794 18.981 5.57143C18.981 4.66908 18.3811 4.25 18 4.25C17.3096 4.25 16.75 3.69036 16.75 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25 3C7.25 2.30964 6.69036 1.75 6 1.75C3.91673 1.75 2.51897 3.63346 2.51897 5.57143C2.51897 5.62193 2.51898 5.67182 2.51899 5.72112C2.51954 7.93877 2.5198 8.96094 1.38256 10.2717C0.539145 11.2438 0.539147 12.7562 1.38256 13.7283C2.01171 14.4535 2.27269 15.0707 2.3984 15.7274C2.52253 16.376 2.52125 17.0667 2.51943 18.0471C2.5192 18.1696 2.51897 18.2966 2.51897 18.4286C2.51897 20.3665 3.91673 22.25 6 22.25C6.69036 22.25 7.25 21.6904 7.25 21C7.25 20.3096 6.69036 19.75 6 19.75C5.61894 19.75 5.01897 19.3309 5.01897 18.4286C5.01897 18.3021 5.01941 18.1751 5.01985 18.048C5.0231 17.1104 5.0264 16.1591 4.85383 15.2575C4.64392 14.1608 4.18379 13.1421 3.27089 12.09C3.27096 12.09 3.27092 12.09 3.27078 12.0898C3.2689 12.0869 3.25 12.0583 3.25 12C3.25 11.9417 3.26889 11.9131 3.27078 11.9102C3.27092 11.91 3.27096 11.91 3.27089 11.91C5.02936 9.88328 5.02468 7.99144 5.01953 5.9119C5.01925 5.79898 5.01897 5.68551 5.01897 5.57143C5.01897 4.66908 5.61894 4.25 6 4.25C6.69036 4.25 7.25 3.69036 7.25 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.75 3C16.75 2.30964 17.3096 1.75 18 1.75C20.0833 1.75 21.481 3.63346 21.481 5.57143C21.481 5.70344 21.4808 5.83044 21.4806 5.95293C21.4788 6.93325 21.4775 7.62405 21.6016 8.27257C21.7273 8.92934 21.9883 9.54655 22.6174 10.2717C23.4609 11.2438 23.4609 12.7562 22.6174 13.7283C21.9883 14.4535 21.7273 15.0707 21.6016 15.7274C21.4775 16.376 21.4788 17.0667 21.4806 18.0471C21.4808 18.1696 21.481 18.2966 21.481 18.4286C21.481 20.3665 20.0833 22.25 18 22.25C17.3096 22.25 16.75 21.6904 16.75 21C16.75 20.3096 17.3096 19.75 18 19.75C18.3811 19.75 18.981 19.3309 18.981 18.4286C18.981 18.3021 18.9806 18.1751 18.9802 18.048C18.9769 17.1104 18.9736 16.1591 19.1462 15.2575C19.3561 14.1608 19.8162 13.1421 20.7291 12.09C20.729 12.09 20.7291 12.09 20.7292 12.0898C20.7311 12.0869 20.75 12.0583 20.75 12C20.75 11.9417 20.7311 11.9131 20.7292 11.9102C20.7291 11.91 20.729 11.91 20.7291 11.91C19.8162 10.8579 19.3561 9.83922 19.1462 8.74254C18.9736 7.84093 18.9769 6.88961 18.9802 5.95203C18.9806 5.82486 18.981 5.69794 18.981 5.57143C18.981 4.66908 18.3811 4.25 18 4.25C17.3096 4.25 16.75 3.69036 16.75 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25 3C7.25 2.30964 6.69036 1.75 6 1.75C3.91673 1.75 2.51897 3.63346 2.51897 5.57143C2.51897 5.62193 2.51898 5.67182 2.51899 5.72112C2.51954 7.93877 2.5198 8.96094 1.38256 10.2717C0.539145 11.2438 0.539147 12.7562 1.38256 13.7283C2.01171 14.4535 2.27269 15.0707 2.3984 15.7274C2.52253 16.376 2.52125 17.0667 2.51943 18.0471C2.5192 18.1696 2.51897 18.2966 2.51897 18.4286C2.51897 20.3665 3.91673 22.25 6 22.25C6.69036 22.25 7.25 21.6904 7.25 21C7.25 20.3096 6.69036 19.75 6 19.75C5.61894 19.75 5.01897 19.3309 5.01897 18.4286C5.01897 18.3021 5.01941 18.1751 5.01985 18.048C5.0231 17.1104 5.0264 16.1591 4.85383 15.2575C4.64392 14.1608 4.18379 13.1421 3.27089 12.09C3.27096 12.09 3.27092 12.09 3.27078 12.0898C3.2689 12.0869 3.25 12.0583 3.25 12C3.25 11.9417 3.26889 11.9131 3.27078 11.9102C3.27092 11.91 3.27096 11.91 3.27089 11.91C5.02936 9.88328 5.02468 7.99144 5.01953 5.9119C5.01925 5.79898 5.01897 5.68551 5.01897 5.57143C5.01897 4.66908 5.61894 4.25 6 4.25C6.69036 4.25 7.25 3.69036 7.25 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-abacus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM12 7.25C12.4142 7.25 12.75 7.58579 12.75 8V10C12.75 10.4142 12.4142 10.75 12 10.75C11.5858 10.75 11.25 10.4142 11.25 10V8C11.25 7.58579 11.5858 7.25 12 7.25ZM14.5 7.25C14.9142 7.25 15.25 7.58579 15.25 8V10C15.25 10.4142 14.9142 10.75 14.5 10.75C14.0858 10.75 13.75 10.4142 13.75 10V8C13.75 7.58579 14.0858 7.25 14.5 7.25ZM5.25 9C5.25 8.58579 5.58579 8.25 6 8.25H9.5C9.91421 8.25 10.25 8.58579 10.25 9C10.25 9.41421 9.91421 9.75 9.5 9.75H6C5.58579 9.75 5.25 9.41421 5.25 9ZM16.25 9C16.25 8.58579 16.5858 8.25 17 8.25H18C18.4142 8.25 18.75 8.58579 18.75 9C18.75 9.41421 18.4142 9.75 18 9.75H17C16.5858 9.75 16.25 9.41421 16.25 9ZM10.25 14C10.25 13.5858 9.91421 13.25 9.5 13.25C9.08579 13.25 8.75 13.5858 8.75 14V16C8.75 16.4142 9.08579 16.75 9.5 16.75C9.91421 16.75 10.25 16.4142 10.25 16V14ZM6 14.25C5.58579 14.25 5.25 14.5858 5.25 15C5.25 15.4142 5.58579 15.75 6 15.75H7C7.41421 15.75 7.75 15.4142 7.75 15C7.75 14.5858 7.41421 14.25 7 14.25H6ZM12 14.25C11.5858 14.25 11.25 14.5858 11.25 15C11.25 15.4142 11.5858 15.75 12 15.75H18C18.4142 15.75 18.75 15.4142 18.75 15C18.75 14.5858 18.4142 14.25 18 14.25H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM12 7.25C12.4142 7.25 12.75 7.58579 12.75 8V10C12.75 10.4142 12.4142 10.75 12 10.75C11.5858 10.75 11.25 10.4142 11.25 10V8C11.25 7.58579 11.5858 7.25 12 7.25ZM14.5 7.25C14.9142 7.25 15.25 7.58579 15.25 8V10C15.25 10.4142 14.9142 10.75 14.5 10.75C14.0858 10.75 13.75 10.4142 13.75 10V8C13.75 7.58579 14.0858 7.25 14.5 7.25ZM5.25 9C5.25 8.58579 5.58579 8.25 6 8.25H9.5C9.91421 8.25 10.25 8.58579 10.25 9C10.25 9.41421 9.91421 9.75 9.5 9.75H6C5.58579 9.75 5.25 9.41421 5.25 9ZM16.25 9C16.25 8.58579 16.5858 8.25 17 8.25H18C18.4142 8.25 18.75 8.58579 18.75 9C18.75 9.41421 18.4142 9.75 18 9.75H17C16.5858 9.75 16.25 9.41421 16.25 9ZM10.25 14C10.25 13.5858 9.91421 13.25 9.5 13.25C9.08579 13.25 8.75 13.5858 8.75 14V16C8.75 16.4142 9.08579 16.75 9.5 16.75C9.91421 16.75 10.25 16.4142 10.25 16V14ZM6 14.25C5.58579 14.25 5.25 14.5858 5.25 15C5.25 15.4142 5.58579 15.75 6 15.75H7C7.41421 15.75 7.75 15.4142 7.75 15C7.75 14.5858 7.41421 14.25 7 14.25H6ZM12 14.25C11.5858 14.25 11.25 14.5858 11.25 15C11.25 15.4142 11.5858 15.75 12 15.75H18C18.4142 15.75 18.75 15.4142 18.75 15C18.75 14.5858 18.4142 14.25 18 14.25H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-absolute{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.26894 2.39006C7.3297 2.939 6.93396 3.43325 6.38503 3.49402C5.10653 3.63554 4.46124 3.9319 3.99964 4.45137C3.56839 4.93669 3.29509 5.62061 3.14945 6.8397C3.00168 8.07662 3 9.70695 3 12.0001C3 14.2932 3.00168 15.9236 3.14945 17.1605C3.29509 18.3796 3.56839 19.0635 3.99964 19.5488C4.46123 20.0683 5.10653 20.3646 6.38503 20.5062C6.93396 20.5669 7.3297 21.0612 7.26894 21.6101C7.20817 22.159 6.71392 22.5548 6.16499 22.494C4.66448 22.3279 3.43918 21.9291 2.5046 20.8773C1.68373 19.9535 1.33097 18.7989 1.16358 17.3977C0.99997 16.0283 0.999984 14.2782 1 12.0673V11.9329C0.999984 9.72193 0.99997 7.97192 1.16358 6.60245C1.33097 5.20131 1.68373 4.0467 2.5046 3.1229C3.43918 2.07113 4.66448 1.67226 6.16498 1.50616C6.71392 1.44539 7.20817 1.84113 7.26894 2.39006ZM16.7311 2.39006C16.7918 1.84113 17.2861 1.4454 17.835 1.50616C19.3355 1.67226 20.5608 2.07113 21.4954 3.1229C22.3163 4.0467 22.669 5.20131 22.8364 6.60245C23 7.97191 23 9.72191 23 11.9329V12.0673C23 14.2783 23 16.0283 22.8364 17.3977C22.669 18.7989 22.3163 19.9535 21.4954 20.8773C20.5608 21.929 19.3355 22.3279 17.835 22.494C17.2861 22.5548 16.7918 22.159 16.7311 21.6101C16.6703 21.0612 17.066 20.5669 17.615 20.5062C18.8935 20.3646 19.5388 20.0683 20.0004 19.5488C20.4316 19.0635 20.7049 18.3796 20.8505 17.1605C20.9983 15.9236 21 14.2932 21 12.0001C21 9.70695 20.9983 8.07662 20.8505 6.8397C20.7049 5.62061 20.4316 4.93669 20.0004 4.45137C19.5388 3.9319 18.8935 3.63554 17.615 3.49402C17.066 3.43325 16.6703 2.939 16.7311 2.39006Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.19672 9.09759C8.97794 9.01571 8.69079 9.0002 7.58824 9.0002C7.03595 9.0002 6.58824 8.55249 6.58824 8.0002C6.58824 7.44792 7.03595 7.0002 7.58824 7.0002C7.64252 7.0002 7.69613 7.00015 7.74907 7.0001C8.6093 6.99926 9.29419 6.9986 9.89771 7.22446C10.2411 7.35297 10.5624 7.53584 10.8431 7.76969C11.3556 8.19665 11.6299 8.79651 11.9317 9.45642C11.9524 9.50165 11.9732 9.54716 11.9943 9.59291L12.217 10.0775C12.6666 9.51794 13.1402 8.97639 13.6402 8.51513C14.5392 7.686 15.6457 7.0002 17 7.0002C17.5523 7.0002 18 7.44792 18 8.0002C18 8.55249 17.5523 9.0002 17 9.0002C16.3645 9.0002 15.7236 9.31441 14.9962 9.98527C14.3788 10.5548 13.7873 11.2973 13.1582 12.1257L13.823 13.5723C14.2272 14.4517 14.3175 14.5945 14.4371 14.6941L14.4371 14.6941C14.5354 14.776 14.6585 14.8486 14.8033 14.9028C15.0221 14.9847 15.3092 15.0002 16.4118 15.0002C16.9641 15.0002 17.4118 15.4479 17.4118 16.0002C17.4118 16.5525 16.9641 17.0002 16.4118 17.0002C16.3575 17.0002 16.3039 17.0003 16.2509 17.0003C15.3907 17.0011 14.7058 17.0018 14.1023 16.776C13.7589 16.6474 13.4376 16.4646 13.1569 16.2307C12.6444 15.8038 12.3701 15.2039 12.0683 14.544C12.0476 14.4988 12.0268 14.4532 12.0057 14.4075L11.783 13.9229C11.3334 14.4825 10.8598 15.024 10.3598 15.4853C9.46082 16.3144 8.35432 17.0002 7 17.0002C6.44772 17.0002 6 16.5525 6 16.0002C6 15.4479 6.44772 15.0002 7 15.0002C7.63548 15.0002 8.27643 14.686 9.00377 14.0151C9.62123 13.4456 10.2127 12.7031 10.8418 11.8747L10.177 10.4281C9.77284 9.54868 9.68255 9.40593 9.56293 9.30627L10.1915 8.55185L9.56293 9.30627C9.46462 9.22436 9.34152 9.15177 9.19672 9.09759Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.26894 2.39006C7.3297 2.939 6.93396 3.43325 6.38503 3.49402C5.10653 3.63554 4.46124 3.9319 3.99964 4.45137C3.56839 4.93669 3.29509 5.62061 3.14945 6.8397C3.00168 8.07662 3 9.70695 3 12.0001C3 14.2932 3.00168 15.9236 3.14945 17.1605C3.29509 18.3796 3.56839 19.0635 3.99964 19.5488C4.46123 20.0683 5.10653 20.3646 6.38503 20.5062C6.93396 20.5669 7.3297 21.0612 7.26894 21.6101C7.20817 22.159 6.71392 22.5548 6.16499 22.494C4.66448 22.3279 3.43918 21.9291 2.5046 20.8773C1.68373 19.9535 1.33097 18.7989 1.16358 17.3977C0.99997 16.0283 0.999984 14.2782 1 12.0673V11.9329C0.999984 9.72193 0.99997 7.97192 1.16358 6.60245C1.33097 5.20131 1.68373 4.0467 2.5046 3.1229C3.43918 2.07113 4.66448 1.67226 6.16498 1.50616C6.71392 1.44539 7.20817 1.84113 7.26894 2.39006ZM16.7311 2.39006C16.7918 1.84113 17.2861 1.4454 17.835 1.50616C19.3355 1.67226 20.5608 2.07113 21.4954 3.1229C22.3163 4.0467 22.669 5.20131 22.8364 6.60245C23 7.97191 23 9.72191 23 11.9329V12.0673C23 14.2783 23 16.0283 22.8364 17.3977C22.669 18.7989 22.3163 19.9535 21.4954 20.8773C20.5608 21.929 19.3355 22.3279 17.835 22.494C17.2861 22.5548 16.7918 22.159 16.7311 21.6101C16.6703 21.0612 17.066 20.5669 17.615 20.5062C18.8935 20.3646 19.5388 20.0683 20.0004 19.5488C20.4316 19.0635 20.7049 18.3796 20.8505 17.1605C20.9983 15.9236 21 14.2932 21 12.0001C21 9.70695 20.9983 8.07662 20.8505 6.8397C20.7049 5.62061 20.4316 4.93669 20.0004 4.45137C19.5388 3.9319 18.8935 3.63554 17.615 3.49402C17.066 3.43325 16.6703 2.939 16.7311 2.39006Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.19672 9.09759C8.97794 9.01571 8.69079 9.0002 7.58824 9.0002C7.03595 9.0002 6.58824 8.55249 6.58824 8.0002C6.58824 7.44792 7.03595 7.0002 7.58824 7.0002C7.64252 7.0002 7.69613 7.00015 7.74907 7.0001C8.6093 6.99926 9.29419 6.9986 9.89771 7.22446C10.2411 7.35297 10.5624 7.53584 10.8431 7.76969C11.3556 8.19665 11.6299 8.79651 11.9317 9.45642C11.9524 9.50165 11.9732 9.54716 11.9943 9.59291L12.217 10.0775C12.6666 9.51794 13.1402 8.97639 13.6402 8.51513C14.5392 7.686 15.6457 7.0002 17 7.0002C17.5523 7.0002 18 7.44792 18 8.0002C18 8.55249 17.5523 9.0002 17 9.0002C16.3645 9.0002 15.7236 9.31441 14.9962 9.98527C14.3788 10.5548 13.7873 11.2973 13.1582 12.1257L13.823 13.5723C14.2272 14.4517 14.3175 14.5945 14.4371 14.6941L14.4371 14.6941C14.5354 14.776 14.6585 14.8486 14.8033 14.9028C15.0221 14.9847 15.3092 15.0002 16.4118 15.0002C16.9641 15.0002 17.4118 15.4479 17.4118 16.0002C17.4118 16.5525 16.9641 17.0002 16.4118 17.0002C16.3575 17.0002 16.3039 17.0003 16.2509 17.0003C15.3907 17.0011 14.7058 17.0018 14.1023 16.776C13.7589 16.6474 13.4376 16.4646 13.1569 16.2307C12.6444 15.8038 12.3701 15.2039 12.0683 14.544C12.0476 14.4988 12.0268 14.4532 12.0057 14.4075L11.783 13.9229C11.3334 14.4825 10.8598 15.024 10.3598 15.4853C9.46082 16.3144 8.35432 17.0002 7 17.0002C6.44772 17.0002 6 16.5525 6 16.0002C6 15.4479 6.44772 15.0002 7 15.0002C7.63548 15.0002 8.27643 14.686 9.00377 14.0151C9.62123 13.4456 10.2127 12.7031 10.8418 11.8747L10.177 10.4281C9.77284 9.54868 9.68255 9.40593 9.56293 9.30627L10.1915 8.55185L9.56293 9.30627C9.46462 9.22436 9.34152 9.15177 9.19672 9.09759Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-acute{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.7688 18.8027H13.2022C13.2345 18.5325 13.2511 18.2576 13.2511 17.979C13.2511 14.9905 11.3665 12.9086 8.83706 12.0625L13.2366 4.95946L14.1458 5.49809C14.3169 5.60973 14.5328 5.65146 14.7459 5.59561C15.1466 5.49065 15.3864 5.08073 15.2814 4.68003C15.2446 4.4314 15.0975 3.52272 15.0432 3.2338C14.9851 2.92475 14.9089 2.58853 14.8018 2.29785C14.748 2.152 14.6786 1.99571 14.5862 1.8522C14.4969 1.71348 14.3575 1.54172 14.1458 1.4238C13.9543 1.31709 13.7502 1.27966 13.5992 1.2636C13.4372 1.24638 13.2671 1.24728 13.1042 1.25653C12.7783 1.27504 12.4127 1.33138 12.0682 1.39744C11.3756 1.53024 10.6817 1.7195 10.3945 1.79801C9.99491 1.90721 9.75953 2.31964 9.86873 2.7192C9.92033 2.90797 10.0396 3.0601 10.1932 3.15655L11.5604 3.96645L3.89335 16.3447C3.51755 16.9512 3.17958 17.4967 2.9812 17.9554C2.77433 18.4337 2.59696 19.0905 2.95645 19.7453C3.31761 20.4031 3.969 20.6017 4.48412 20.6788C4.97601 20.7524 5.61464 20.7523 6.32246 20.7522H6.32248L17.7688 20.7522V21.9958C17.7678 22.1866 17.8391 22.3779 17.9832 22.5249C18.2731 22.8208 18.7479 22.8256 19.0438 22.5357C19.2354 22.384 19.9298 21.8195 20.147 21.6339C20.3794 21.4354 20.626 21.2088 20.82 20.9792C20.9173 20.864 21.0164 20.7306 21.0941 20.5842C21.1687 20.4436 21.2503 20.2415 21.2503 20.0022C21.2503 19.7629 21.1687 19.5608 21.0941 19.4202C21.0164 19.2738 20.9173 19.1404 20.82 19.0252C20.626 18.7956 20.3794 18.569 20.147 18.3705C19.9298 18.1849 19.2354 17.6204 19.0438 17.4687C18.7479 17.1788 18.2731 17.1836 17.9832 17.4795C17.8412 17.6243 17.7699 17.8121 17.7688 18V18.8027Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.7688 18.8027H13.2022C13.2345 18.5325 13.2511 18.2576 13.2511 17.979C13.2511 14.9905 11.3665 12.9086 8.83706 12.0625L13.2366 4.95946L14.1458 5.49809C14.3169 5.60973 14.5328 5.65146 14.7459 5.59561C15.1466 5.49065 15.3864 5.08073 15.2814 4.68003C15.2446 4.4314 15.0975 3.52272 15.0432 3.2338C14.9851 2.92475 14.9089 2.58853 14.8018 2.29785C14.748 2.152 14.6786 1.99571 14.5862 1.8522C14.4969 1.71348 14.3575 1.54172 14.1458 1.4238C13.9543 1.31709 13.7502 1.27966 13.5992 1.2636C13.4372 1.24638 13.2671 1.24728 13.1042 1.25653C12.7783 1.27504 12.4127 1.33138 12.0682 1.39744C11.3756 1.53024 10.6817 1.7195 10.3945 1.79801C9.99491 1.90721 9.75953 2.31964 9.86873 2.7192C9.92033 2.90797 10.0396 3.0601 10.1932 3.15655L11.5604 3.96645L3.89335 16.3447C3.51755 16.9512 3.17958 17.4967 2.9812 17.9554C2.77433 18.4337 2.59696 19.0905 2.95645 19.7453C3.31761 20.4031 3.969 20.6017 4.48412 20.6788C4.97601 20.7524 5.61464 20.7523 6.32246 20.7522H6.32248L17.7688 20.7522V21.9958C17.7678 22.1866 17.8391 22.3779 17.9832 22.5249C18.2731 22.8208 18.7479 22.8256 19.0438 22.5357C19.2354 22.384 19.9298 21.8195 20.147 21.6339C20.3794 21.4354 20.626 21.2088 20.82 20.9792C20.9173 20.864 21.0164 20.7306 21.0941 20.5842C21.1687 20.4436 21.2503 20.2415 21.2503 20.0022C21.2503 19.7629 21.1687 19.5608 21.0941 19.4202C21.0164 19.2738 20.9173 19.1404 20.82 19.0252C20.626 18.7956 20.3794 18.569 20.147 18.3705C19.9298 18.1849 19.2354 17.6204 19.0438 17.4687C18.7479 17.1788 18.2731 17.1836 17.9832 17.4795C17.8412 17.6243 17.7699 17.8121 17.7688 18V18.8027Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-alpha-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM15.9956 7.90673C15.9441 7.35685 15.4565 6.95288 14.9067 7.00443C14.3568 7.05598 13.9528 7.54353 14.0044 8.09341C14.0294 8.36097 14.037 8.66344 14.0262 8.98901C14.0079 8.95882 13.9892 8.92883 13.9701 8.89904C13.3204 7.88248 12.3041 7.14531 10.7761 7.0043C10.7456 7.00148 10.7149 7.00007 10.6842 7.00007C8.02136 7.00007 6 9.31766 6 12.0001C6 14.6825 8.02136 17.0001 10.6842 17.0001C12.0388 17.0001 13.0782 16.3542 13.8541 15.4607C14.0249 15.8122 14.2577 16.1599 14.5889 16.4391C15.0288 16.81 15.5715 17.0001 16.1876 17.0001C16.7651 17.0001 17.2712 16.7668 17.606 16.3349C17.9107 15.9417 18 15.4802 18 15.1112C18 14.5589 17.5523 14.1112 17 14.1112C16.4925 14.1112 16.0733 14.4893 16.0086 14.9792C15.9466 14.9616 15.9082 14.9355 15.878 14.91C15.803 14.8468 15.6986 14.7134 15.5873 14.4378C15.4361 14.0639 15.3355 13.6097 15.231 13.0612C15.8915 11.3161 16.1278 9.31613 15.9956 7.90673ZM13.0646 12.3563C13.0949 12.5132 13.1249 12.6775 13.1557 12.8462C12.5124 14.2609 11.6577 15.0001 10.6842 15.0001C9.2776 15.0001 8 13.7359 8 12.0001C8 10.2827 9.25055 9.02702 10.6394 9.0005C11.4893 9.09053 11.9553 9.46043 12.2849 9.97609C12.6643 10.5697 12.8768 11.3837 13.0646 12.3563Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM15.9956 7.90673C15.9441 7.35685 15.4565 6.95288 14.9067 7.00443C14.3568 7.05598 13.9528 7.54353 14.0044 8.09341C14.0294 8.36097 14.037 8.66344 14.0262 8.98901C14.0079 8.95882 13.9892 8.92883 13.9701 8.89904C13.3204 7.88248 12.3041 7.14531 10.7761 7.0043C10.7456 7.00148 10.7149 7.00007 10.6842 7.00007C8.02136 7.00007 6 9.31766 6 12.0001C6 14.6825 8.02136 17.0001 10.6842 17.0001C12.0388 17.0001 13.0782 16.3542 13.8541 15.4607C14.0249 15.8122 14.2577 16.1599 14.5889 16.4391C15.0288 16.81 15.5715 17.0001 16.1876 17.0001C16.7651 17.0001 17.2712 16.7668 17.606 16.3349C17.9107 15.9417 18 15.4802 18 15.1112C18 14.5589 17.5523 14.1112 17 14.1112C16.4925 14.1112 16.0733 14.4893 16.0086 14.9792C15.9466 14.9616 15.9082 14.9355 15.878 14.91C15.803 14.8468 15.6986 14.7134 15.5873 14.4378C15.4361 14.0639 15.3355 13.6097 15.231 13.0612C15.8915 11.3161 16.1278 9.31613 15.9956 7.90673ZM13.0646 12.3563C13.0949 12.5132 13.1249 12.6775 13.1557 12.8462C12.5124 14.2609 11.6577 15.0001 10.6842 15.0001C9.2776 15.0001 8 13.7359 8 12.0001C8 10.2827 9.25055 9.02702 10.6394 9.0005C11.4893 9.09053 11.9553 9.46043 12.2849 9.97609C12.6643 10.5697 12.8768 11.3837 13.0646 12.3563Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-alpha-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM15.9956 7.90673C15.9441 7.35685 15.4565 6.95288 14.9067 7.00443C14.3568 7.05598 13.9528 7.54353 14.0044 8.09341C14.0294 8.36097 14.037 8.66344 14.0262 8.98901C14.0079 8.95882 13.9892 8.92883 13.9701 8.89904C13.3204 7.88248 12.3041 7.14531 10.7761 7.0043C10.7456 7.00148 10.7149 7.00007 10.6842 7.00007C8.02136 7.00007 6 9.31766 6 12.0001C6 14.6825 8.02136 17.0001 10.6842 17.0001C12.0388 17.0001 13.0782 16.3542 13.8541 15.4607C14.0249 15.8122 14.2577 16.1599 14.5889 16.4391C15.0288 16.81 15.5715 17.0001 16.1876 17.0001C16.7651 17.0001 17.2712 16.7668 17.606 16.3349C17.9107 15.9417 18 15.4802 18 15.1112C18 14.5589 17.5523 14.1112 17 14.1112C16.4925 14.1112 16.0733 14.4893 16.0086 14.9792C15.9466 14.9616 15.9082 14.9355 15.878 14.91C15.803 14.8468 15.6986 14.7134 15.5873 14.4378C15.4361 14.0639 15.3355 13.6097 15.231 13.0612C15.8915 11.3161 16.1278 9.31613 15.9956 7.90673ZM13.0646 12.3563C13.0949 12.5132 13.1249 12.6775 13.1557 12.8462C12.5124 14.2609 11.6577 15.0001 10.6842 15.0001C9.2776 15.0001 8 13.7359 8 12.0001C8 10.2827 9.25055 9.02702 10.6394 9.0005C11.4893 9.09053 11.9553 9.46043 12.2849 9.97609C12.6643 10.5697 12.8768 11.3837 13.0646 12.3563Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM15.9956 7.90673C15.9441 7.35685 15.4565 6.95288 14.9067 7.00443C14.3568 7.05598 13.9528 7.54353 14.0044 8.09341C14.0294 8.36097 14.037 8.66344 14.0262 8.98901C14.0079 8.95882 13.9892 8.92883 13.9701 8.89904C13.3204 7.88248 12.3041 7.14531 10.7761 7.0043C10.7456 7.00148 10.7149 7.00007 10.6842 7.00007C8.02136 7.00007 6 9.31766 6 12.0001C6 14.6825 8.02136 17.0001 10.6842 17.0001C12.0388 17.0001 13.0782 16.3542 13.8541 15.4607C14.0249 15.8122 14.2577 16.1599 14.5889 16.4391C15.0288 16.81 15.5715 17.0001 16.1876 17.0001C16.7651 17.0001 17.2712 16.7668 17.606 16.3349C17.9107 15.9417 18 15.4802 18 15.1112C18 14.5589 17.5523 14.1112 17 14.1112C16.4925 14.1112 16.0733 14.4893 16.0086 14.9792C15.9466 14.9616 15.9082 14.9355 15.878 14.91C15.803 14.8468 15.6986 14.7134 15.5873 14.4378C15.4361 14.0639 15.3355 13.6097 15.231 13.0612C15.8915 11.3161 16.1278 9.31613 15.9956 7.90673ZM13.0646 12.3563C13.0949 12.5132 13.1249 12.6775 13.1557 12.8462C12.5124 14.2609 11.6577 15.0001 10.6842 15.0001C9.2776 15.0001 8 13.7359 8 12.0001C8 10.2827 9.25055 9.02702 10.6394 9.0005C11.4893 9.09053 11.9553 9.46043 12.2849 9.97609C12.6643 10.5697 12.8768 11.3837 13.0646 12.3563Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-alpha{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.3159 3.0036C17.8663 2.95716 18.35 3.36565 18.3965 3.91598C18.6263 6.64045 18.1928 10.6171 16.9802 14.02C17.1916 15.2757 17.4009 16.3842 17.728 17.2832C17.9619 17.9261 18.2223 18.3555 18.5038 18.6192C18.7568 18.8562 19.0679 19.0001 19.5376 19.0001C19.6612 19.0001 19.7246 18.9753 19.754 18.96C19.7836 18.9446 19.8145 18.9202 19.8479 18.8724C19.9257 18.7608 20 18.5396 20 18.2223C20 17.67 20.4477 17.2223 21 17.2223C21.5523 17.2223 22 17.67 22 18.2223C22 18.7939 21.8754 19.4615 21.4882 20.0166C21.0675 20.6198 20.3947 21.0001 19.5376 21.0001C18.573 21.0001 17.7695 20.6717 17.1366 20.0789C16.5321 19.5126 16.135 18.7546 15.8485 17.9669C15.7448 17.6819 15.6512 17.379 15.5654 17.0629C14.2204 19.2894 12.2905 21.0001 9.63158 21.0001C5.24938 21.0001 2 16.7868 2 12.0001C2 7.21327 5.24938 3.00006 9.63158 3.00006C9.66565 3.00006 9.6997 3.0018 9.73359 3.00527C12.2658 3.26494 13.8734 4.59795 14.8964 6.37645C15.4318 7.30735 15.8094 8.36307 16.0967 9.44478C16.4334 7.46836 16.5273 5.55076 16.4035 4.08413C16.3571 3.5338 16.7656 3.05003 17.3159 3.0036ZM14.919 13.8254C14.9061 13.7472 14.8933 13.6691 14.8804 13.5911C14.8202 13.225 14.7604 12.8611 14.6984 12.5046C14.36 10.5568 13.9519 8.7456 13.1627 7.37366C12.4193 6.08133 11.3522 5.1967 9.58117 5.00035C6.6581 5.0338 4 7.97342 4 12.0001C4 16.0498 6.68874 19.0001 9.63158 19.0001C11.8838 19.0001 13.6859 17.0083 14.919 13.8254Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.3159 3.0036C17.8663 2.95716 18.35 3.36565 18.3965 3.91598C18.6263 6.64045 18.1928 10.6171 16.9802 14.02C17.1916 15.2757 17.4009 16.3842 17.728 17.2832C17.9619 17.9261 18.2223 18.3555 18.5038 18.6192C18.7568 18.8562 19.0679 19.0001 19.5376 19.0001C19.6612 19.0001 19.7246 18.9753 19.754 18.96C19.7836 18.9446 19.8145 18.9202 19.8479 18.8724C19.9257 18.7608 20 18.5396 20 18.2223C20 17.67 20.4477 17.2223 21 17.2223C21.5523 17.2223 22 17.67 22 18.2223C22 18.7939 21.8754 19.4615 21.4882 20.0166C21.0675 20.6198 20.3947 21.0001 19.5376 21.0001C18.573 21.0001 17.7695 20.6717 17.1366 20.0789C16.5321 19.5126 16.135 18.7546 15.8485 17.9669C15.7448 17.6819 15.6512 17.379 15.5654 17.0629C14.2204 19.2894 12.2905 21.0001 9.63158 21.0001C5.24938 21.0001 2 16.7868 2 12.0001C2 7.21327 5.24938 3.00006 9.63158 3.00006C9.66565 3.00006 9.6997 3.0018 9.73359 3.00527C12.2658 3.26494 13.8734 4.59795 14.8964 6.37645C15.4318 7.30735 15.8094 8.36307 16.0967 9.44478C16.4334 7.46836 16.5273 5.55076 16.4035 4.08413C16.3571 3.5338 16.7656 3.05003 17.3159 3.0036ZM14.919 13.8254C14.9061 13.7472 14.8933 13.6691 14.8804 13.5911C14.8202 13.225 14.7604 12.8611 14.6984 12.5046C14.36 10.5568 13.9519 8.7456 13.1627 7.37366C12.4193 6.08133 11.3522 5.1967 9.58117 5.00035C6.6581 5.0338 4 7.97342 4 12.0001C4 16.0498 6.68874 19.0001 9.63158 19.0001C11.8838 19.0001 13.6859 17.0083 14.919 13.8254Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-angle-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 1.25C12.3269 1.25 12.632 1.4133 12.8132 1.68518L22.586 16.3443C22.8854 16.7934 22.764 17.4001 22.3149 17.6995C21.8658 17.9989 21.2591 17.8775 20.9597 17.4285L15.6075 9.40011C14.8153 10.0339 13.9302 10.4759 12.9774 10.6576V21.7727C12.9774 22.3125 12.5398 22.75 12.0001 22.75C11.4604 22.75 11.0228 22.3125 11.0228 21.7727V14.9565C9.15422 14.7892 7.41119 14.147 5.89552 13.146L3.04052 17.4285C2.74113 17.8775 2.13437 17.9989 1.68528 17.6995C1.2362 17.4001 1.11485 16.7934 1.41424 16.3443L11.187 1.68518C11.3682 1.4133 11.6733 1.25 12.0001 1.25ZM8.39268 9.40021C9.18486 10.034 10.07 10.476 11.0228 10.6576V12.9466C9.56947 12.7869 8.20695 12.2742 7.00493 11.4818L8.39268 9.40021Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 1.25C12.3269 1.25 12.632 1.4133 12.8132 1.68518L22.586 16.3443C22.8854 16.7934 22.764 17.4001 22.3149 17.6995C21.8658 17.9989 21.2591 17.8775 20.9597 17.4285L15.6075 9.40011C14.8153 10.0339 13.9302 10.4759 12.9774 10.6576V21.7727C12.9774 22.3125 12.5398 22.75 12.0001 22.75C11.4604 22.75 11.0228 22.3125 11.0228 21.7727V14.9565C9.15422 14.7892 7.41119 14.147 5.89552 13.146L3.04052 17.4285C2.74113 17.8775 2.13437 17.9989 1.68528 17.6995C1.2362 17.4001 1.11485 16.7934 1.41424 16.3443L11.187 1.68518C11.3682 1.4133 11.6733 1.25 12.0001 1.25ZM8.39268 9.40021C9.18486 10.034 10.07 10.476 11.0228 10.6576V12.9466C9.56947 12.7869 8.20695 12.2742 7.00493 11.4818L8.39268 9.40021Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-angle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.6214 4.7158C19.0167 4.33013 19.0245 3.69702 18.6389 3.30169C18.2532 2.90637 17.6201 2.89854 17.2248 3.2842L4.26746 15.9249C3.57083 16.6044 2.97047 17.19 2.58725 17.687C2.22067 18.1624 1.7663 18.9181 2.1295 19.7735C2.48727 20.6161 3.33472 20.831 3.93255 20.9135C4.56072 21.0001 5.40733 21.0001 6.39486 21L20.9982 21C21.5505 21 21.9982 20.5523 21.9982 20C21.9982 19.4477 21.5505 19 20.9982 19H11.6937C11.4667 16.9318 10.544 15.0996 9.17683 13.9296L18.6214 4.7158Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.6214 4.7158C19.0167 4.33013 19.0245 3.69702 18.6389 3.30169C18.2532 2.90637 17.6201 2.89854 17.2248 3.2842L4.26746 15.9249C3.57083 16.6044 2.97047 17.19 2.58725 17.687C2.22067 18.1624 1.7663 18.9181 2.1295 19.7735C2.48727 20.6161 3.33472 20.831 3.93255 20.9135C4.56072 21.0001 5.40733 21.0001 6.39486 21L20.9982 21C21.5505 21 21.9982 20.5523 21.9982 20C21.9982 19.4477 21.5505 19 20.9982 19H11.6937C11.4667 16.9318 10.544 15.0996 9.17683 13.9296L18.6214 4.7158Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-approximately-equal-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM7.76813 9.92518C8.45522 9.10097 8.99032 8.96696 9.40538 9.00642C9.91599 9.05497 10.5497 9.39113 11.3404 10.0851C12.2164 10.8539 13.2493 11.5417 14.4054 11.6517C15.657 11.7706 16.7886 11.1976 17.7681 10.0225C18.1218 9.59831 18.0646 8.96773 17.6403 8.61409C17.2161 8.26045 16.5856 8.31766 16.2319 8.74187C15.5448 9.56608 15.0097 9.70009 14.5947 9.66063C14.0841 9.61209 13.4504 9.27592 12.6597 8.58195C11.7837 7.81311 10.7507 7.12531 9.59467 7.0154C8.34307 6.89641 7.21149 7.46948 6.23192 8.64453C5.87828 9.06875 5.93549 9.69932 6.3597 10.053C6.78392 10.4066 7.41449 10.3494 7.76813 9.92518ZM7.76813 15.2585C8.45522 14.4343 8.99032 14.3003 9.40538 14.3398C9.91599 14.3883 10.5497 14.7245 11.3404 15.4184C12.2164 16.1873 13.2493 16.8751 14.4054 16.985C15.657 17.104 16.7886 16.5309 17.7681 15.3559C18.1218 14.9316 18.0646 14.3011 17.6403 13.9474C17.2161 13.5938 16.5856 13.651 16.2319 14.0752C15.5448 14.8994 15.0097 15.0334 14.5947 14.994C14.0841 14.9454 13.4504 14.6093 12.6597 13.9153C11.7837 13.1464 10.7507 12.4586 9.59467 12.3487C8.34307 12.2297 7.21149 12.8028 6.23192 13.9779C5.87828 14.4021 5.93549 15.0327 6.3597 15.3863C6.78392 15.7399 7.41449 15.6827 7.76813 15.2585Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM7.76813 9.92518C8.45522 9.10097 8.99032 8.96696 9.40538 9.00642C9.91599 9.05497 10.5497 9.39113 11.3404 10.0851C12.2164 10.8539 13.2493 11.5417 14.4054 11.6517C15.657 11.7706 16.7886 11.1976 17.7681 10.0225C18.1218 9.59831 18.0646 8.96773 17.6403 8.61409C17.2161 8.26045 16.5856 8.31766 16.2319 8.74187C15.5448 9.56608 15.0097 9.70009 14.5947 9.66063C14.0841 9.61209 13.4504 9.27592 12.6597 8.58195C11.7837 7.81311 10.7507 7.12531 9.59467 7.0154C8.34307 6.89641 7.21149 7.46948 6.23192 8.64453C5.87828 9.06875 5.93549 9.69932 6.3597 10.053C6.78392 10.4066 7.41449 10.3494 7.76813 9.92518ZM7.76813 15.2585C8.45522 14.4343 8.99032 14.3003 9.40538 14.3398C9.91599 14.3883 10.5497 14.7245 11.3404 15.4184C12.2164 16.1873 13.2493 16.8751 14.4054 16.985C15.657 17.104 16.7886 16.5309 17.7681 15.3559C18.1218 14.9316 18.0646 14.3011 17.6403 13.9474C17.2161 13.5938 16.5856 13.651 16.2319 14.0752C15.5448 14.8994 15.0097 15.0334 14.5947 14.994C14.0841 14.9454 13.4504 14.6093 12.6597 13.9153C11.7837 13.1464 10.7507 12.4586 9.59467 12.3487C8.34307 12.2297 7.21149 12.8028 6.23192 13.9779C5.87828 14.4021 5.93549 15.0327 6.3597 15.3863C6.78392 15.7399 7.41449 15.6827 7.76813 15.2585Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-approximately-equal-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7.76813 9.92518C8.45522 9.10097 8.99032 8.96696 9.40538 9.00642C9.91599 9.05497 10.5497 9.39113 11.3404 10.0851C12.2164 10.8539 13.2493 11.5417 14.4054 11.6517C15.657 11.7706 16.7886 11.1976 17.7681 10.0225C18.1218 9.59831 18.0646 8.96773 17.6403 8.61409C17.2161 8.26045 16.5856 8.31766 16.2319 8.74187C15.5448 9.56608 15.0097 9.70009 14.5947 9.66063C14.0841 9.61209 13.4504 9.27592 12.6597 8.58195C11.7837 7.81311 10.7507 7.12531 9.59467 7.0154C8.34307 6.89641 7.21149 7.46948 6.23192 8.64453C5.87828 9.06875 5.93549 9.69932 6.3597 10.053C6.78392 10.4066 7.41449 10.3494 7.76813 9.92518ZM7.76813 15.2585C8.45522 14.4343 8.99032 14.3003 9.40538 14.3398C9.91599 14.3883 10.5497 14.7245 11.3404 15.4184C12.2164 16.1873 13.2493 16.8751 14.4054 16.985C15.657 17.104 16.7886 16.5309 17.7681 15.3559C18.1218 14.9316 18.0646 14.3011 17.6403 13.9474C17.2161 13.5938 16.5856 13.651 16.2319 14.0752C15.5448 14.8994 15.0097 15.0334 14.5947 14.994C14.0841 14.9454 13.4504 14.6093 12.6597 13.9153C11.7837 13.1464 10.7507 12.4586 9.59467 12.3487C8.34307 12.2297 7.21149 12.8028 6.23192 13.9779C5.87828 14.4021 5.93549 15.0327 6.3597 15.3863C6.78392 15.7399 7.41449 15.6827 7.76813 15.2585Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7.76813 9.92518C8.45522 9.10097 8.99032 8.96696 9.40538 9.00642C9.91599 9.05497 10.5497 9.39113 11.3404 10.0851C12.2164 10.8539 13.2493 11.5417 14.4054 11.6517C15.657 11.7706 16.7886 11.1976 17.7681 10.0225C18.1218 9.59831 18.0646 8.96773 17.6403 8.61409C17.2161 8.26045 16.5856 8.31766 16.2319 8.74187C15.5448 9.56608 15.0097 9.70009 14.5947 9.66063C14.0841 9.61209 13.4504 9.27592 12.6597 8.58195C11.7837 7.81311 10.7507 7.12531 9.59467 7.0154C8.34307 6.89641 7.21149 7.46948 6.23192 8.64453C5.87828 9.06875 5.93549 9.69932 6.3597 10.053C6.78392 10.4066 7.41449 10.3494 7.76813 9.92518ZM7.76813 15.2585C8.45522 14.4343 8.99032 14.3003 9.40538 14.3398C9.91599 14.3883 10.5497 14.7245 11.3404 15.4184C12.2164 16.1873 13.2493 16.8751 14.4054 16.985C15.657 17.104 16.7886 16.5309 17.7681 15.3559C18.1218 14.9316 18.0646 14.3011 17.6403 13.9474C17.2161 13.5938 16.5856 13.651 16.2319 14.0752C15.5448 14.8994 15.0097 15.0334 14.5947 14.994C14.0841 14.9454 13.4504 14.6093 12.6597 13.9153C11.7837 13.1464 10.7507 12.4586 9.59467 12.3487C8.34307 12.2297 7.21149 12.8028 6.23192 13.9779C5.87828 14.4021 5.93549 15.0327 6.3597 15.3863C6.78392 15.7399 7.41449 15.6827 7.76813 15.2585Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-approximately-equal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.91124 7.01214C6.96629 6.92792 5.92409 7.26809 4.7473 8.5915C4.38031 9.00422 3.74823 9.04128 3.33551 8.67429C2.92279 8.3073 2.88573 7.67522 3.25272 7.2625C4.7426 5.58701 6.36706 4.86658 8.08879 5.02003C9.72713 5.16605 11.2543 6.09138 12.6354 7.22781C13.9209 8.2856 15.0605 8.89622 16.0888 8.98788C17.0337 9.0721 18.0759 8.73192 19.2527 7.40851C19.6197 6.99579 20.2518 6.95873 20.6645 7.32572C21.0772 7.69272 21.1143 8.32479 20.7473 8.73751C19.2574 10.413 17.633 11.1334 15.9112 10.98C14.2729 10.834 12.7457 9.90863 11.3646 8.7722C10.0791 7.71441 8.93956 7.10379 7.91124 7.01214Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.91124 15.0121C6.96629 14.9279 5.92409 15.2681 4.7473 16.5915C4.38031 17.0042 3.74823 17.0413 3.33551 16.6743C2.92279 16.3073 2.88573 15.6752 3.25272 15.2625C4.7426 13.587 6.36706 12.8666 8.08879 13.02C9.72713 13.1661 11.2543 14.0914 12.6354 15.2278C13.9209 16.2856 15.0605 16.8962 16.0888 16.9879C17.0337 17.0721 18.0759 16.7319 19.2527 15.4085C19.6197 14.9958 20.2518 14.9587 20.6645 15.3257C21.0772 15.6927 21.1143 16.3248 20.7473 16.7375C19.2574 18.413 17.633 19.1334 15.9112 18.98C14.2729 18.834 12.7457 17.9086 11.3646 16.7722C10.0791 15.7144 8.93956 15.1038 7.91124 15.0121Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.91124 7.01214C6.96629 6.92792 5.92409 7.26809 4.7473 8.5915C4.38031 9.00422 3.74823 9.04128 3.33551 8.67429C2.92279 8.3073 2.88573 7.67522 3.25272 7.2625C4.7426 5.58701 6.36706 4.86658 8.08879 5.02003C9.72713 5.16605 11.2543 6.09138 12.6354 7.22781C13.9209 8.2856 15.0605 8.89622 16.0888 8.98788C17.0337 9.0721 18.0759 8.73192 19.2527 7.40851C19.6197 6.99579 20.2518 6.95873 20.6645 7.32572C21.0772 7.69272 21.1143 8.32479 20.7473 8.73751C19.2574 10.413 17.633 11.1334 15.9112 10.98C14.2729 10.834 12.7457 9.90863 11.3646 8.7722C10.0791 7.71441 8.93956 7.10379 7.91124 7.01214Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.91124 15.0121C6.96629 14.9279 5.92409 15.2681 4.7473 16.5915C4.38031 17.0042 3.74823 17.0413 3.33551 16.6743C2.92279 16.3073 2.88573 15.6752 3.25272 15.2625C4.7426 13.587 6.36706 12.8666 8.08879 13.02C9.72713 13.1661 11.2543 14.0914 12.6354 15.2278C13.9209 16.2856 15.0605 16.8962 16.0888 16.9879C17.0337 17.0721 18.0759 16.7319 19.2527 15.4085C19.6197 14.9958 20.2518 14.9587 20.6645 15.3257C21.0772 15.6927 21.1143 16.3248 20.7473 16.7375C19.2574 18.413 17.633 19.1334 15.9112 18.98C14.2729 18.834 12.7457 17.9086 11.3646 16.7722C10.0791 15.7144 8.93956 15.1038 7.91124 15.0121Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-beta{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8832 4C11.0625 4 9.80527 5.27757 9.80527 6.6V14.7C9.80527 16.5195 11.519 18.2 13.9027 18.2C16.2864 18.2 18.0001 16.5195 18.0001 14.7C18.0001 12.8744 16.2982 11.1329 13.9948 11.0875C13.634 11.1613 13.2615 11.2 12.8832 11.2C12.3309 11.2 11.8832 10.7523 11.8832 10.2C11.8832 9.64772 12.3309 9.2 12.8832 9.2C13.142 9.2 13.3893 9.1742 13.6233 9.12613C13.6626 9.11474 13.7028 9.10568 13.7439 9.09913C15.0883 8.77265 15.9611 7.7019 15.9611 6.6C15.9611 5.27757 14.7039 4 12.8832 4ZM16.6413 9.69737C17.4525 8.89615 17.9611 7.82328 17.9611 6.6C17.9611 3.94598 15.5669 2 12.8832 2C10.1995 2 7.80527 3.94598 7.80527 6.6V19.2C7.80527 19.5283 7.4609 20 6.7663 20C6.32486 20 5.99156 19.7885 5.83654 19.5519C5.53384 19.09 4.91398 18.9609 4.45203 19.2636C3.99009 19.5663 3.86099 20.1861 4.16369 20.6481C4.71376 21.4875 5.69833 22 6.7663 22C8.32389 22 9.80527 20.8599 9.80527 19.2V18.7742C10.9059 19.6694 12.3596 20.2 13.9027 20.2C17.1494 20.2 20.0001 17.8511 20.0001 14.7C20.0001 12.5061 18.608 10.6226 16.6413 9.69737Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8832 4C11.0625 4 9.80527 5.27757 9.80527 6.6V14.7C9.80527 16.5195 11.519 18.2 13.9027 18.2C16.2864 18.2 18.0001 16.5195 18.0001 14.7C18.0001 12.8744 16.2982 11.1329 13.9948 11.0875C13.634 11.1613 13.2615 11.2 12.8832 11.2C12.3309 11.2 11.8832 10.7523 11.8832 10.2C11.8832 9.64772 12.3309 9.2 12.8832 9.2C13.142 9.2 13.3893 9.1742 13.6233 9.12613C13.6626 9.11474 13.7028 9.10568 13.7439 9.09913C15.0883 8.77265 15.9611 7.7019 15.9611 6.6C15.9611 5.27757 14.7039 4 12.8832 4ZM16.6413 9.69737C17.4525 8.89615 17.9611 7.82328 17.9611 6.6C17.9611 3.94598 15.5669 2 12.8832 2C10.1995 2 7.80527 3.94598 7.80527 6.6V19.2C7.80527 19.5283 7.4609 20 6.7663 20C6.32486 20 5.99156 19.7885 5.83654 19.5519C5.53384 19.09 4.91398 18.9609 4.45203 19.2636C3.99009 19.5663 3.86099 20.1861 4.16369 20.6481C4.71376 21.4875 5.69833 22 6.7663 22C8.32389 22 9.80527 20.8599 9.80527 19.2V18.7742C10.9059 19.6694 12.3596 20.2 13.9027 20.2C17.1494 20.2 20.0001 17.8511 20.0001 14.7C20.0001 12.5061 18.608 10.6226 16.6413 9.69737Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-calculator{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 2C6.05228 2 6.5 2.44772 6.5 3V4.5H8C8.55228 4.5 9 4.94772 9 5.5C9 6.05228 8.55228 6.5 8 6.5H6.5V8C6.5 8.55228 6.05228 9 5.5 9C4.94772 9 4.5 8.55228 4.5 8V6.5H3C2.44772 6.5 2 6.05228 2 5.5C2 4.94771 2.44772 4.5 3 4.5L4.5 4.5V3C4.5 2.44772 4.94772 2 5.5 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.29289 15.2929C3.68342 14.9024 4.31658 14.9024 4.70711 15.2929L6 16.5858L7.29289 15.2929C7.68342 14.9024 8.31658 14.9024 8.70711 15.2929C9.09763 15.6834 9.09763 16.3166 8.70711 16.7071L7.41421 18L8.70711 19.2929C9.09763 19.6834 9.09763 20.3166 8.70711 20.7071C8.31658 21.0976 7.68342 21.0976 7.29289 20.7071L6 19.4142L4.70711 20.7071C4.31658 21.0976 3.68342 21.0976 3.29289 20.7071C2.90237 20.3166 2.90237 19.6834 3.29289 19.2929L4.58579 18L3.29289 16.7071C2.90237 16.3166 2.90237 15.6834 3.29289 15.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 6C21 6.55228 20.5523 7 20 7L16 7C15.4477 7 15 6.55228 15 6C15 5.44771 15.4477 5 16 5L20 5C20.5523 5 21 5.44772 21 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 15.5C15 14.9477 15.4477 14.5 16 14.5L20 14.5C20.5523 14.5 21 14.9477 21 15.5C21 16.0523 20.5523 16.5 20 16.5L16 16.5C15.4477 16.5 15 16.0523 15 15.5ZM15 18.5C15 17.9477 15.4477 17.5 16 17.5L20 17.5C20.5523 17.5 21 17.9477 21 18.5C21 19.0523 20.5523 19.5 20 19.5H16C15.4477 19.5 15 19.0523 15 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H13V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H11V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 2C6.05228 2 6.5 2.44772 6.5 3V4.5H8C8.55228 4.5 9 4.94772 9 5.5C9 6.05228 8.55228 6.5 8 6.5H6.5V8C6.5 8.55228 6.05228 9 5.5 9C4.94772 9 4.5 8.55228 4.5 8V6.5H3C2.44772 6.5 2 6.05228 2 5.5C2 4.94771 2.44772 4.5 3 4.5L4.5 4.5V3C4.5 2.44772 4.94772 2 5.5 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.29289 15.2929C3.68342 14.9024 4.31658 14.9024 4.70711 15.2929L6 16.5858L7.29289 15.2929C7.68342 14.9024 8.31658 14.9024 8.70711 15.2929C9.09763 15.6834 9.09763 16.3166 8.70711 16.7071L7.41421 18L8.70711 19.2929C9.09763 19.6834 9.09763 20.3166 8.70711 20.7071C8.31658 21.0976 7.68342 21.0976 7.29289 20.7071L6 19.4142L4.70711 20.7071C4.31658 21.0976 3.68342 21.0976 3.29289 20.7071C2.90237 20.3166 2.90237 19.6834 3.29289 19.2929L4.58579 18L3.29289 16.7071C2.90237 16.3166 2.90237 15.6834 3.29289 15.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 6C21 6.55228 20.5523 7 20 7L16 7C15.4477 7 15 6.55228 15 6C15 5.44771 15.4477 5 16 5L20 5C20.5523 5 21 5.44772 21 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 15.5C15 14.9477 15.4477 14.5 16 14.5L20 14.5C20.5523 14.5 21 14.9477 21 15.5C21 16.0523 20.5523 16.5 20 16.5L16 16.5C15.4477 16.5 15 16.0523 15 15.5ZM15 18.5C15 17.9477 15.4477 17.5 16 17.5L20 17.5C20.5523 17.5 21 17.9477 21 18.5C21 19.0523 20.5523 19.5 20 19.5H16C15.4477 19.5 15 19.0523 15 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H13V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H11V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-compass{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.3849 9.07694C10.8947 9.28936 11.1358 9.87483 10.9233 10.3846L5.92334 22.3846C5.71092 22.8944 5.12545 23.1355 4.61565 22.9231C4.10584 22.7107 3.86477 22.1252 4.07718 21.6154L9.07718 9.6154C9.2896 9.1056 9.87507 8.86452 10.3849 9.07694ZM13.6156 9.07694C14.1254 8.86452 14.7109 9.1056 14.9233 9.6154L19.9233 21.6154C20.1358 22.1252 19.8947 22.7107 19.3849 22.9231C18.8751 23.1355 18.2896 22.8944 18.0772 22.3846L13.0772 10.3846C12.8648 9.87483 13.1058 9.28936 13.6156 9.07694Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 0.999756C12.5523 0.999756 13 1.44747 13 1.99976L13 3.99976C13 4.55204 12.5523 4.99976 12 4.99976C11.4477 4.99976 11 4.55204 11 3.99976L11 1.99976C11 1.44747 11.4477 0.999756 12 0.999756Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25 6.99976C8.25 4.92869 9.92893 3.24976 12 3.24976C14.0711 3.24976 15.75 4.92869 15.75 6.99976C15.75 9.07082 14.0711 10.7498 12 10.7498C9.92893 10.7498 8.25 9.07082 8.25 6.99976Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.45028 12.1646C2.91159 11.8609 3.53172 11.9887 3.83539 12.45C5.65982 15.2216 8.64882 16.9999 12.0001 16.9999C15.3514 16.9999 18.3404 15.2216 20.1648 12.45C20.4685 11.9887 21.0886 11.8609 21.5499 12.1646C22.0113 12.4683 22.1391 13.0884 21.8354 13.5497C19.6783 16.8266 16.0895 18.9999 12.0001 18.9999C7.91077 18.9999 4.32188 16.8266 2.16484 13.5497C1.86117 13.0884 1.98897 12.4683 2.45028 12.1646Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 15.9998C12.5523 15.9998 13 16.4475 13 16.9998V18.9998C13 19.552 12.5523 19.9998 12 19.9998C11.4477 19.9998 11 19.552 11 18.9998V16.9998C11 16.4475 11.4477 15.9998 12 15.9998Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.3849 9.07694C10.8947 9.28936 11.1358 9.87483 10.9233 10.3846L5.92334 22.3846C5.71092 22.8944 5.12545 23.1355 4.61565 22.9231C4.10584 22.7107 3.86477 22.1252 4.07718 21.6154L9.07718 9.6154C9.2896 9.1056 9.87507 8.86452 10.3849 9.07694ZM13.6156 9.07694C14.1254 8.86452 14.7109 9.1056 14.9233 9.6154L19.9233 21.6154C20.1358 22.1252 19.8947 22.7107 19.3849 22.9231C18.8751 23.1355 18.2896 22.8944 18.0772 22.3846L13.0772 10.3846C12.8648 9.87483 13.1058 9.28936 13.6156 9.07694Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 0.999756C12.5523 0.999756 13 1.44747 13 1.99976L13 3.99976C13 4.55204 12.5523 4.99976 12 4.99976C11.4477 4.99976 11 4.55204 11 3.99976L11 1.99976C11 1.44747 11.4477 0.999756 12 0.999756Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25 6.99976C8.25 4.92869 9.92893 3.24976 12 3.24976C14.0711 3.24976 15.75 4.92869 15.75 6.99976C15.75 9.07082 14.0711 10.7498 12 10.7498C9.92893 10.7498 8.25 9.07082 8.25 6.99976Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.45028 12.1646C2.91159 11.8609 3.53172 11.9887 3.83539 12.45C5.65982 15.2216 8.64882 16.9999 12.0001 16.9999C15.3514 16.9999 18.3404 15.2216 20.1648 12.45C20.4685 11.9887 21.0886 11.8609 21.5499 12.1646C22.0113 12.4683 22.1391 13.0884 21.8354 13.5497C19.6783 16.8266 16.0895 18.9999 12.0001 18.9999C7.91077 18.9999 4.32188 16.8266 2.16484 13.5497C1.86117 13.0884 1.98897 12.4683 2.45028 12.1646Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 15.9998C12.5523 15.9998 13 16.4475 13 16.9998V18.9998C13 19.552 12.5523 19.9998 12 19.9998C11.4477 19.9998 11 19.552 11 18.9998V16.9998C11 16.4475 11.4477 15.9998 12 15.9998Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-cone-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4521 16.7844L16.921 7.02341L16.8777 6.93783C16.0276 5.25889 15.3394 3.89967 14.6819 2.96941C14.0174 2.02922 13.1933 1.25024 12.0002 1.25024C10.8072 1.25024 9.98309 2.02922 9.31855 2.96941C8.66103 3.89967 7.97285 5.25888 7.12278 6.93784L7.07945 7.02341L2.59638 16.6922C2.37822 17.0907 2.25 17.5289 2.25 18.0001C2.25 18.7964 2.61625 19.4985 3.16397 20.0741C3.70801 20.6458 4.45981 21.1265 5.33143 21.5138C7.07658 22.2895 9.4349 22.7501 12 22.7501C14.5651 22.7501 16.9234 22.2895 18.6686 21.5138C19.5402 21.1265 20.292 20.6458 20.836 20.0741C21.3838 19.4985 21.75 18.7964 21.75 18.0001C21.75 17.6375 21.6741 17.2945 21.5397 16.974L21.5351 16.963C21.5094 16.9027 21.4818 16.8431 21.4521 16.7844ZM5.74539 14.3127C7.44107 13.6424 9.63246 13.2501 12 13.2501C14.3678 13.2501 16.5594 13.6425 18.2552 14.313L15.1726 7.87764C14.2774 6.10967 13.6535 4.88357 13.0895 4.08574C12.5217 3.2824 12.2053 3.18961 12.0002 3.18961C11.7951 3.18961 11.4787 3.2824 10.9109 4.08574C10.347 4.88357 9.72302 6.10967 8.82782 7.87764L5.74539 14.3127Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4521 16.7844L16.921 7.02341L16.8777 6.93783C16.0276 5.25889 15.3394 3.89967 14.6819 2.96941C14.0174 2.02922 13.1933 1.25024 12.0002 1.25024C10.8072 1.25024 9.98309 2.02922 9.31855 2.96941C8.66103 3.89967 7.97285 5.25888 7.12278 6.93784L7.07945 7.02341L2.59638 16.6922C2.37822 17.0907 2.25 17.5289 2.25 18.0001C2.25 18.7964 2.61625 19.4985 3.16397 20.0741C3.70801 20.6458 4.45981 21.1265 5.33143 21.5138C7.07658 22.2895 9.4349 22.7501 12 22.7501C14.5651 22.7501 16.9234 22.2895 18.6686 21.5138C19.5402 21.1265 20.292 20.6458 20.836 20.0741C21.3838 19.4985 21.75 18.7964 21.75 18.0001C21.75 17.6375 21.6741 17.2945 21.5397 16.974L21.5351 16.963C21.5094 16.9027 21.4818 16.8431 21.4521 16.7844ZM5.74539 14.3127C7.44107 13.6424 9.63246 13.2501 12 13.2501C14.3678 13.2501 16.5594 13.6425 18.2552 14.313L15.1726 7.87764C14.2774 6.10967 13.6535 4.88357 13.0895 4.08574C12.5217 3.2824 12.2053 3.18961 12.0002 3.18961C11.7951 3.18961 11.4787 3.2824 10.9109 4.08574C10.347 4.88357 9.72302 6.10967 8.82782 7.87764L5.74539 14.3127Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-cone-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4142 17.2069C12.6332 16.4258 11.3668 16.4258 10.5858 17.2069C9.80474 17.9879 9.80474 19.2543 10.5858 20.0353C11.3668 20.8164 12.6332 20.8164 13.4142 20.0353C13.541 19.9085 13.6472 19.7691 13.7329 19.6211H12C11.4477 19.6211 11 19.1734 11 18.6211C11 18.0688 11.4477 17.6211 12 17.6211H13.7329C13.6472 17.4731 13.541 17.3337 13.4142 17.2069ZM9.17157 15.7927C10.7337 14.2306 13.2663 14.2306 14.8284 15.7927C15.6093 16.5735 16 17.599 16 18.6211C16 19.6432 15.6093 20.6687 14.8284 21.4495C13.2663 23.0116 10.7337 23.0116 9.17157 21.4495C7.60948 19.8874 7.60948 17.3548 9.17157 15.7927Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.6329 1.2612C10.8036 1.16933 11.0002 1.29834 11.0002 1.49219V5.62105C11.0002 6.17333 11.4479 6.62105 12.0002 6.62105C12.5525 6.62105 13.0002 6.17333 13.0002 5.62105V1.4919C13.0002 1.29829 13.1966 1.16944 13.3671 1.2612C13.7764 1.48151 14.2403 1.80217 14.7915 2.18323L20.3831 6.04839C20.9802 6.46099 21.5014 6.82125 21.8831 7.19111C22.3058 7.60071 22.5997 8.05968 22.7062 8.6756C22.8058 9.25164 22.7327 9.73831 22.5132 10.2227C22.3225 10.6433 22.0174 11.0635 21.692 11.5116L21.6583 11.5581C19.5428 14.4726 15.9989 16.371 12 16.371C8.00107 16.371 4.45718 14.4726 2.34168 11.5581L2.30796 11.5116C1.98253 11.0634 1.67745 10.6433 1.4868 10.2227C1.26725 9.73831 1.19413 9.25164 1.29372 8.6756C1.40021 8.05968 1.69418 7.60071 2.11687 7.19111C2.49853 6.82125 3.01979 6.461 3.61679 6.0484L3.66313 6.01638L9.20846 2.18323C9.75969 1.80218 10.2236 1.48151 10.6329 1.2612ZM11 8.62105C11 8.06876 11.4477 7.62105 12 7.62105H12.009C12.5613 7.62105 13.009 8.06876 13.009 8.62105C13.009 9.17333 12.5613 9.62105 12.009 9.62105H12C11.4477 9.62105 11 9.17333 11 8.62105ZM12 10.621C11.4477 10.621 11 11.0688 11 11.621C11 12.1733 11.4477 12.621 12 12.621H12.009C12.5613 12.621 13.009 12.1733 13.009 11.621C13.009 11.0688 12.5613 10.621 12.009 10.621H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4142 17.2069C12.6332 16.4258 11.3668 16.4258 10.5858 17.2069C9.80474 17.9879 9.80474 19.2543 10.5858 20.0353C11.3668 20.8164 12.6332 20.8164 13.4142 20.0353C13.541 19.9085 13.6472 19.7691 13.7329 19.6211H12C11.4477 19.6211 11 19.1734 11 18.6211C11 18.0688 11.4477 17.6211 12 17.6211H13.7329C13.6472 17.4731 13.541 17.3337 13.4142 17.2069ZM9.17157 15.7927C10.7337 14.2306 13.2663 14.2306 14.8284 15.7927C15.6093 16.5735 16 17.599 16 18.6211C16 19.6432 15.6093 20.6687 14.8284 21.4495C13.2663 23.0116 10.7337 23.0116 9.17157 21.4495C7.60948 19.8874 7.60948 17.3548 9.17157 15.7927Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.6329 1.2612C10.8036 1.16933 11.0002 1.29834 11.0002 1.49219V5.62105C11.0002 6.17333 11.4479 6.62105 12.0002 6.62105C12.5525 6.62105 13.0002 6.17333 13.0002 5.62105V1.4919C13.0002 1.29829 13.1966 1.16944 13.3671 1.2612C13.7764 1.48151 14.2403 1.80217 14.7915 2.18323L20.3831 6.04839C20.9802 6.46099 21.5014 6.82125 21.8831 7.19111C22.3058 7.60071 22.5997 8.05968 22.7062 8.6756C22.8058 9.25164 22.7327 9.73831 22.5132 10.2227C22.3225 10.6433 22.0174 11.0635 21.692 11.5116L21.6583 11.5581C19.5428 14.4726 15.9989 16.371 12 16.371C8.00107 16.371 4.45718 14.4726 2.34168 11.5581L2.30796 11.5116C1.98253 11.0634 1.67745 10.6433 1.4868 10.2227C1.26725 9.73831 1.19413 9.25164 1.29372 8.6756C1.40021 8.05968 1.69418 7.60071 2.11687 7.19111C2.49853 6.82125 3.01979 6.461 3.61679 6.0484L3.66313 6.01638L9.20846 2.18323C9.75969 1.80218 10.2236 1.48151 10.6329 1.2612ZM11 8.62105C11 8.06876 11.4477 7.62105 12 7.62105H12.009C12.5613 7.62105 13.009 8.06876 13.009 8.62105C13.009 9.17333 12.5613 9.62105 12.009 9.62105H12C11.4477 9.62105 11 9.17333 11 8.62105ZM12 10.621C11.4477 10.621 11 11.0688 11 11.621C11 12.1733 11.4477 12.621 12 12.621H12.009C12.5613 12.621 13.009 12.1733 13.009 11.621C13.009 11.0688 12.5613 10.621 12.009 10.621H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-congruent-to-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8.40061 9.93924C8.70802 9.3031 9.16286 9.04661 9.61466 9.00605C10.0988 8.96257 10.7231 9.15854 11.3038 9.72208C11.3269 9.74446 11.3508 9.76551 11.3753 9.78522C12.2836 10.6338 13.4288 11.0918 14.5647 10.9898C15.7629 10.8823 16.808 10.1611 17.4006 8.93488C17.6409 8.43762 17.4326 7.8397 16.9353 7.5994C16.4381 7.35909 15.8402 7.5674 15.5999 8.06466C15.2924 8.7008 14.8376 8.95729 14.3858 8.99786C13.9017 9.04133 13.2774 8.84537 12.6966 8.28182C12.6736 8.25944 12.6497 8.2384 12.6251 8.21869C11.7168 7.37015 10.5716 6.91207 9.4358 7.01406C8.2376 7.12164 7.19244 7.84279 6.59985 9.06902C6.35955 9.56629 6.56785 10.1642 7.06512 10.4045C7.56238 10.6448 8.1603 10.4365 8.40061 9.93924ZM7.50023 12.0001C6.94794 12.0001 6.50023 12.4478 6.50023 13.0001C6.50023 13.5524 6.94794 14.0001 7.50023 14.0001H16.5002C17.0525 14.0001 17.5002 13.5524 17.5002 13.0001C17.5002 12.4478 17.0525 12.0001 16.5002 12.0001H7.50023ZM7.50023 15.0001C6.94794 15.0001 6.50023 15.4478 6.50023 16.0001C6.50023 16.5524 6.94794 17.0001 7.50023 17.0001H16.5002C17.0525 17.0001 17.5002 16.5524 17.5002 16.0001C17.5002 15.4478 17.0525 15.0001 16.5002 15.0001H7.50023Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8.40061 9.93924C8.70802 9.3031 9.16286 9.04661 9.61466 9.00605C10.0988 8.96257 10.7231 9.15854 11.3038 9.72208C11.3269 9.74446 11.3508 9.76551 11.3753 9.78522C12.2836 10.6338 13.4288 11.0918 14.5647 10.9898C15.7629 10.8823 16.808 10.1611 17.4006 8.93488C17.6409 8.43762 17.4326 7.8397 16.9353 7.5994C16.4381 7.35909 15.8402 7.5674 15.5999 8.06466C15.2924 8.7008 14.8376 8.95729 14.3858 8.99786C13.9017 9.04133 13.2774 8.84537 12.6966 8.28182C12.6736 8.25944 12.6497 8.2384 12.6251 8.21869C11.7168 7.37015 10.5716 6.91207 9.4358 7.01406C8.2376 7.12164 7.19244 7.84279 6.59985 9.06902C6.35955 9.56629 6.56785 10.1642 7.06512 10.4045C7.56238 10.6448 8.1603 10.4365 8.40061 9.93924ZM7.50023 12.0001C6.94794 12.0001 6.50023 12.4478 6.50023 13.0001C6.50023 13.5524 6.94794 14.0001 7.50023 14.0001H16.5002C17.0525 14.0001 17.5002 13.5524 17.5002 13.0001C17.5002 12.4478 17.0525 12.0001 16.5002 12.0001H7.50023ZM7.50023 15.0001C6.94794 15.0001 6.50023 15.4478 6.50023 16.0001C6.50023 16.5524 6.94794 17.0001 7.50023 17.0001H16.5002C17.0525 17.0001 17.5002 16.5524 17.5002 16.0001C17.5002 15.4478 17.0525 15.0001 16.5002 15.0001H7.50023Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-congruent-to-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7.88134 9.97636C8.21528 9.35437 8.7409 9.05342 9.33079 9.00575C9.94555 8.95607 10.6858 9.1833 11.3422 9.75661C11.3668 9.77809 11.3921 9.79815 11.4181 9.81681C12.4152 10.6564 13.6426 11.0858 14.8308 10.9898C16.0742 10.8893 17.2153 10.2125 17.8813 8.97188C18.1425 8.48548 17.9597 7.87958 17.473 7.61857C16.9864 7.35756 16.3802 7.54027 16.119 8.02668C15.7851 8.64867 15.2595 8.94961 14.6696 8.99729C14.0548 9.04697 13.3146 8.81973 12.6582 8.24643C12.6336 8.22494 12.6083 8.20488 12.5823 8.18623C11.5852 7.34666 10.3578 6.91722 9.1696 7.01325C7.92616 7.11374 6.78511 7.79055 6.11905 9.03115C5.8579 9.51755 6.04071 10.1235 6.52736 10.3845C7.014 10.6455 7.6202 10.4628 7.88134 9.97636ZM7.0002 12.0024C6.44791 12.0024 6.0002 12.4499 6.0002 13.0019C6.0002 13.5539 6.44791 14.0014 7.0002 14.0014H17.0002C17.5525 14.0014 18.0002 13.5539 18.0002 13.0019C18.0002 12.4499 17.5525 12.0024 17.0002 12.0024H7.0002ZM7.0002 15.001C6.44791 15.001 6.0002 15.4485 6.0002 16.0005C6.0002 16.5525 6.44791 17 7.0002 17H17.0002C17.5525 17 18.0002 16.5525 18.0002 16.0005C18.0002 15.4485 17.5525 15.001 17.0002 15.001H7.0002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7.88134 9.97636C8.21528 9.35437 8.7409 9.05342 9.33079 9.00575C9.94555 8.95607 10.6858 9.1833 11.3422 9.75661C11.3668 9.77809 11.3921 9.79815 11.4181 9.81681C12.4152 10.6564 13.6426 11.0858 14.8308 10.9898C16.0742 10.8893 17.2153 10.2125 17.8813 8.97188C18.1425 8.48548 17.9597 7.87958 17.473 7.61857C16.9864 7.35756 16.3802 7.54027 16.119 8.02668C15.7851 8.64867 15.2595 8.94961 14.6696 8.99729C14.0548 9.04697 13.3146 8.81973 12.6582 8.24643C12.6336 8.22494 12.6083 8.20488 12.5823 8.18623C11.5852 7.34666 10.3578 6.91722 9.1696 7.01325C7.92616 7.11374 6.78511 7.79055 6.11905 9.03115C5.8579 9.51755 6.04071 10.1235 6.52736 10.3845C7.014 10.6455 7.6202 10.4628 7.88134 9.97636ZM7.0002 12.0024C6.44791 12.0024 6.0002 12.4499 6.0002 13.0019C6.0002 13.5539 6.44791 14.0014 7.0002 14.0014H17.0002C17.5525 14.0014 18.0002 13.5539 18.0002 13.0019C18.0002 12.4499 17.5525 12.0024 17.0002 12.0024H7.0002ZM7.0002 15.001C6.44791 15.001 6.0002 15.4485 6.0002 16.0005C6.0002 16.5525 6.44791 17 7.0002 17H17.0002C17.5525 17 18.0002 16.5525 18.0002 16.0005C18.0002 15.4485 17.5525 15.001 17.0002 15.001H7.0002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-congruent-to{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 13.9999C3 13.4476 3.44772 12.9999 4 12.9999H20C20.5523 12.9999 21 13.4476 21 13.9999C21 14.5522 20.5523 14.9999 20 14.9999H4C3.44772 14.9999 3 14.5522 3 13.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 19C3 18.4477 3.44772 18 4 18H20C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20H4C3.44772 20 3 19.5523 3 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.91124 6.01214C6.96629 5.92792 5.92409 6.26809 4.7473 7.5915C4.38031 8.00422 3.74823 8.04128 3.33551 7.67429C2.92279 7.3073 2.88573 6.67522 3.25272 6.2625C4.7426 4.58701 6.36706 3.86658 8.08879 4.02003C9.72713 4.16605 11.2543 5.09138 12.6354 6.22781C13.9209 7.2856 15.0605 7.89622 16.0888 7.98788C17.0337 8.0721 18.0759 7.73192 19.2527 6.40851C19.6197 5.99579 20.2518 5.95873 20.6645 6.32572C21.0772 6.69272 21.1143 7.32479 20.7473 7.73751C19.2574 9.413 17.633 10.1334 15.9112 9.97998C14.2729 9.83396 12.7457 8.90863 11.3646 7.7722C10.0791 6.71441 8.93956 6.10379 7.91124 6.01214Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 13.9999C3 13.4476 3.44772 12.9999 4 12.9999H20C20.5523 12.9999 21 13.4476 21 13.9999C21 14.5522 20.5523 14.9999 20 14.9999H4C3.44772 14.9999 3 14.5522 3 13.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 19C3 18.4477 3.44772 18 4 18H20C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20H4C3.44772 20 3 19.5523 3 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.91124 6.01214C6.96629 5.92792 5.92409 6.26809 4.7473 7.5915C4.38031 8.00422 3.74823 8.04128 3.33551 7.67429C2.92279 7.3073 2.88573 6.67522 3.25272 6.2625C4.7426 4.58701 6.36706 3.86658 8.08879 4.02003C9.72713 4.16605 11.2543 5.09138 12.6354 6.22781C13.9209 7.2856 15.0605 7.89622 16.0888 7.98788C17.0337 8.0721 18.0759 7.73192 19.2527 6.40851C19.6197 5.99579 20.2518 5.95873 20.6645 6.32572C21.0772 6.69272 21.1143 7.32479 20.7473 7.73751C19.2574 9.413 17.633 10.1334 15.9112 9.97998C14.2729 9.83396 12.7457 8.90863 11.3646 7.7722C10.0791 6.71441 8.93956 6.10379 7.91124 6.01214Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-coordinate-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.6477 13.3372C19.3507 13.0485 18.8759 13.0552 18.5872 13.3523C18.4431 13.5005 18.3726 13.693 18.3751 13.8846V15.875H2.125C1.57272 15.875 1.125 16.3227 1.125 16.875C1.125 17.4273 1.57272 17.875 2.125 17.875L18.3751 17.875V19.8654C18.3726 20.057 18.4431 20.2495 18.5872 20.3977C18.8759 20.6948 19.3507 20.7015 19.6477 20.4128C19.7643 20.2995 21.0144 19.2949 21.3374 19.0411C21.6842 18.7473 22.039 18.4228 22.3126 18.1016C22.4496 17.9407 22.5816 17.763 22.6823 17.5748C22.7797 17.3926 22.875 17.1508 22.875 16.875C22.875 16.5992 22.7797 16.3574 22.6823 16.1752C22.5816 15.987 22.4496 15.8093 22.3126 15.6484C22.039 15.3272 21.6842 15.0027 21.3374 14.7089C21.0144 14.4551 19.7643 13.4505 19.6477 13.3372Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.58719 4.35226C3.29849 4.64928 3.30523 5.12411 3.60226 5.41281C3.7505 5.5569 3.94303 5.6274 4.13461 5.62494L6.125 5.62494L6.125 21.875C6.125 22.4273 6.57271 22.875 7.125 22.875C7.67728 22.875 8.125 22.4273 8.125 21.875L8.125 5.62494L10.1154 5.62494C10.307 5.6274 10.4995 5.5569 10.6477 5.41281C10.9448 5.12411 10.9515 4.64928 10.6628 4.35226C10.5495 4.23571 9.54485 2.98562 9.29112 2.66258C8.99731 2.31584 8.67283 1.96103 8.35159 1.68744C8.19067 1.55038 8.01298 1.41843 7.82484 1.31775C7.64265 1.22025 7.40079 1.125 7.125 1.125C6.84921 1.125 6.60735 1.22025 6.42516 1.31775C6.23702 1.41843 6.05933 1.55038 5.8984 1.68744C5.57717 1.96103 5.25269 2.31584 4.95888 2.66258C4.70515 2.98562 3.70047 4.23571 3.58719 4.35226Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.6477 13.3372C19.3507 13.0485 18.8759 13.0552 18.5872 13.3523C18.4431 13.5005 18.3726 13.693 18.3751 13.8846V15.875H2.125C1.57272 15.875 1.125 16.3227 1.125 16.875C1.125 17.4273 1.57272 17.875 2.125 17.875L18.3751 17.875V19.8654C18.3726 20.057 18.4431 20.2495 18.5872 20.3977C18.8759 20.6948 19.3507 20.7015 19.6477 20.4128C19.7643 20.2995 21.0144 19.2949 21.3374 19.0411C21.6842 18.7473 22.039 18.4228 22.3126 18.1016C22.4496 17.9407 22.5816 17.763 22.6823 17.5748C22.7797 17.3926 22.875 17.1508 22.875 16.875C22.875 16.5992 22.7797 16.3574 22.6823 16.1752C22.5816 15.987 22.4496 15.8093 22.3126 15.6484C22.039 15.3272 21.6842 15.0027 21.3374 14.7089C21.0144 14.4551 19.7643 13.4505 19.6477 13.3372Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.58719 4.35226C3.29849 4.64928 3.30523 5.12411 3.60226 5.41281C3.7505 5.5569 3.94303 5.6274 4.13461 5.62494L6.125 5.62494L6.125 21.875C6.125 22.4273 6.57271 22.875 7.125 22.875C7.67728 22.875 8.125 22.4273 8.125 21.875L8.125 5.62494L10.1154 5.62494C10.307 5.6274 10.4995 5.5569 10.6477 5.41281C10.9448 5.12411 10.9515 4.64928 10.6628 4.35226C10.5495 4.23571 9.54485 2.98562 9.29112 2.66258C8.99731 2.31584 8.67283 1.96103 8.35159 1.68744C8.19067 1.55038 8.01298 1.41843 7.82484 1.31775C7.64265 1.22025 7.40079 1.125 7.125 1.125C6.84921 1.125 6.60735 1.22025 6.42516 1.31775C6.23702 1.41843 6.05933 1.55038 5.8984 1.68744C5.57717 1.96103 5.25269 2.31584 4.95888 2.66258C4.70515 2.98562 3.70047 4.23571 3.58719 4.35226Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-cordinate-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.79289 1.29289C10.1834 0.902369 10.8166 0.902369 11.2071 1.29289L12 2.08579L12.7929 1.29289C13.1834 0.902369 13.8166 0.902369 14.2071 1.29289C14.5976 1.68342 14.5976 2.31658 14.2071 2.70711L13 3.91421V5C13 5.55228 12.5523 6 12 6C11.4477 6 11 5.55228 11 5V3.91421L9.79289 2.70711C9.40237 2.31658 9.40237 1.68342 9.79289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.00003 15C1.44774 15 1.00003 14.5523 1.00003 14C1.00003 13.4477 1.44774 13 2.00003 13H5.00003C5.40449 13 5.76913 13.2436 5.92391 13.6173C6.07869 13.991 5.99313 14.4211 5.70714 14.7071L4.41424 16H5.00003C5.55231 16 6.00003 16.4477 6.00003 17C6.00003 17.5523 5.55231 18 5.00003 18H2.00003C1.59557 18 1.23093 17.7564 1.07615 17.3827C0.921369 17.009 1.00692 16.5789 1.29292 16.2929L2.58582 15H2.00003Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2929 13.2929C18.6834 12.9024 19.3166 12.9024 19.7071 13.2929L20.5 14.0858L21.2929 13.2929C21.6834 12.9024 22.3166 12.9024 22.7071 13.2929C23.0976 13.6834 23.0976 14.3166 22.7071 14.7071L21.9142 15.5L22.7071 16.2929C23.0976 16.6834 23.0976 17.3166 22.7071 17.7071C22.3166 18.0976 21.6834 18.0976 21.2929 17.7071L20.5 16.9142L19.7071 17.7071C19.3166 18.0976 18.6834 18.0976 18.2929 17.7071C17.9024 17.3166 17.9024 16.6834 18.2929 16.2929L19.0858 15.5L18.2929 14.7071C17.9024 14.3166 17.9024 13.6834 18.2929 13.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 7C12.5524 7 13.0001 7.44772 13.0001 8V15.4648L21.5548 21.1679C22.0143 21.4743 22.1385 22.0952 21.8322 22.5547C21.5258 23.0142 20.9049 23.1384 20.4454 22.8321L12.0001 17.2018L3.55481 22.8321C3.09528 23.1384 2.47441 23.0142 2.16806 22.5547C1.8617 22.0952 1.98588 21.4743 2.44541 21.1679L11.0001 15.4648V8C11.0001 7.44772 11.4478 7 12.0001 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.79289 1.29289C10.1834 0.902369 10.8166 0.902369 11.2071 1.29289L12 2.08579L12.7929 1.29289C13.1834 0.902369 13.8166 0.902369 14.2071 1.29289C14.5976 1.68342 14.5976 2.31658 14.2071 2.70711L13 3.91421V5C13 5.55228 12.5523 6 12 6C11.4477 6 11 5.55228 11 5V3.91421L9.79289 2.70711C9.40237 2.31658 9.40237 1.68342 9.79289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.00003 15C1.44774 15 1.00003 14.5523 1.00003 14C1.00003 13.4477 1.44774 13 2.00003 13H5.00003C5.40449 13 5.76913 13.2436 5.92391 13.6173C6.07869 13.991 5.99313 14.4211 5.70714 14.7071L4.41424 16H5.00003C5.55231 16 6.00003 16.4477 6.00003 17C6.00003 17.5523 5.55231 18 5.00003 18H2.00003C1.59557 18 1.23093 17.7564 1.07615 17.3827C0.921369 17.009 1.00692 16.5789 1.29292 16.2929L2.58582 15H2.00003Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.2929 13.2929C18.6834 12.9024 19.3166 12.9024 19.7071 13.2929L20.5 14.0858L21.2929 13.2929C21.6834 12.9024 22.3166 12.9024 22.7071 13.2929C23.0976 13.6834 23.0976 14.3166 22.7071 14.7071L21.9142 15.5L22.7071 16.2929C23.0976 16.6834 23.0976 17.3166 22.7071 17.7071C22.3166 18.0976 21.6834 18.0976 21.2929 17.7071L20.5 16.9142L19.7071 17.7071C19.3166 18.0976 18.6834 18.0976 18.2929 17.7071C17.9024 17.3166 17.9024 16.6834 18.2929 16.2929L19.0858 15.5L18.2929 14.7071C17.9024 14.3166 17.9024 13.6834 18.2929 13.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 7C12.5524 7 13.0001 7.44772 13.0001 8V15.4648L21.5548 21.1679C22.0143 21.4743 22.1385 22.0952 21.8322 22.5547C21.5258 23.0142 20.9049 23.1384 20.4454 22.8321L12.0001 17.2018L3.55481 22.8321C3.09528 23.1384 2.47441 23.0142 2.16806 22.5547C1.8617 22.0952 1.98588 21.4743 2.44541 21.1679L11.0001 15.4648V8C11.0001 7.44772 11.4478 7 12.0001 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-cos{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 9.5C8.5 7.567 10.067 6 12 6C13.933 6 15.5 7.567 15.5 9.5V14.5C15.5 16.433 13.933 18 12 18C10.067 18 8.5 16.433 8.5 14.5V9.5ZM12 8C11.1716 8 10.5 8.67157 10.5 9.5V14.5C10.5 15.3284 11.1716 16 12 16C12.8284 16 13.5 15.3284 13.5 14.5V9.5C13.5 8.67157 12.8284 8 12 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 9.5C16 7.78677 17.1464 6 19 6H19.5C20.9417 6 22.0645 6.99059 22.6042 8.2113C22.8275 8.71642 22.5991 9.30694 22.0939 9.53026C21.5888 9.75358 20.9983 9.52513 20.775 9.02001C20.4629 8.31412 19.9439 8 19.5 8H19C18.6444 8 18 8.45181 18 9.5C18 10.5482 18.6444 11 19 11H20C21.8536 11 23 12.7868 23 14.5C23 16.2132 21.8536 18 20 18H19.5C17.9295 18 16.7458 16.8333 16.264 15.455C16.0818 14.9336 16.3567 14.3632 16.8781 14.181C17.3994 13.9988 17.9698 14.2737 18.152 14.795C18.4418 15.6241 19.0201 16 19.5 16H20C20.3556 16 21 15.5482 21 14.5C21 13.4518 20.3556 13 20 13H19C17.1464 13 16 11.2132 16 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 9.5C1 7.5099 2.69695 6 4.65873 6C6.02207 6 7.23639 6.71735 7.86729 7.81652C8.14222 8.29551 7.9768 8.90668 7.49781 9.18161C7.01881 9.45654 6.40764 9.29112 6.13271 8.81213C5.86524 8.34614 5.31956 8 4.65873 8C3.68376 8 3 8.72867 3 9.5V14.5C3 15.2713 3.68375 16 4.65873 16C5.31956 16 5.86524 15.6539 6.13271 15.1879C6.40764 14.7089 7.01881 14.5435 7.49781 14.8184C7.9768 15.0933 8.14222 15.7045 7.86729 16.1835C7.23639 17.2827 6.02207 18 4.65873 18C2.69695 18 1 16.4901 1 14.5V9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 9.5C8.5 7.567 10.067 6 12 6C13.933 6 15.5 7.567 15.5 9.5V14.5C15.5 16.433 13.933 18 12 18C10.067 18 8.5 16.433 8.5 14.5V9.5ZM12 8C11.1716 8 10.5 8.67157 10.5 9.5V14.5C10.5 15.3284 11.1716 16 12 16C12.8284 16 13.5 15.3284 13.5 14.5V9.5C13.5 8.67157 12.8284 8 12 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 9.5C16 7.78677 17.1464 6 19 6H19.5C20.9417 6 22.0645 6.99059 22.6042 8.2113C22.8275 8.71642 22.5991 9.30694 22.0939 9.53026C21.5888 9.75358 20.9983 9.52513 20.775 9.02001C20.4629 8.31412 19.9439 8 19.5 8H19C18.6444 8 18 8.45181 18 9.5C18 10.5482 18.6444 11 19 11H20C21.8536 11 23 12.7868 23 14.5C23 16.2132 21.8536 18 20 18H19.5C17.9295 18 16.7458 16.8333 16.264 15.455C16.0818 14.9336 16.3567 14.3632 16.8781 14.181C17.3994 13.9988 17.9698 14.2737 18.152 14.795C18.4418 15.6241 19.0201 16 19.5 16H20C20.3556 16 21 15.5482 21 14.5C21 13.4518 20.3556 13 20 13H19C17.1464 13 16 11.2132 16 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 9.5C1 7.5099 2.69695 6 4.65873 6C6.02207 6 7.23639 6.71735 7.86729 7.81652C8.14222 8.29551 7.9768 8.90668 7.49781 9.18161C7.01881 9.45654 6.40764 9.29112 6.13271 8.81213C5.86524 8.34614 5.31956 8 4.65873 8C3.68376 8 3 8.72867 3 9.5V14.5C3 15.2713 3.68375 16 4.65873 16C5.31956 16 5.86524 15.6539 6.13271 15.1879C6.40764 14.7089 7.01881 14.5435 7.49781 14.8184C7.9768 15.0933 8.14222 15.7045 7.86729 16.1835C7.23639 17.2827 6.02207 18 4.65873 18C2.69695 18 1 16.4901 1 14.5V9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-cosine-0{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2764 18.0965C9.62121 16.6327 9.08481 14.4751 8.6566 11.7968C8.65436 11.7828 8.65202 11.7681 8.64959 11.7529C8.51419 10.9048 8.08239 8.20022 7.16661 5.91174C6.70662 4.76226 6.07364 3.58274 5.18719 2.82477C4.72938 2.43331 4.1778 2.13205 3.53214 2.03379C2.88097 1.9347 2.2177 2.05496 1.56452 2.37115C1.06741 2.61179 0.859506 3.20984 1.10014 3.70695C1.34078 4.20405 1.93883 4.41196 2.43594 4.17133C2.78275 4.00344 3.0386 3.98171 3.23125 4.01103C3.42942 4.04118 3.64638 4.13874 3.88743 4.34484C4.39869 4.78201 4.88469 5.59257 5.30976 6.65479C6.14151 8.73328 6.54546 11.2604 6.67878 12.0944L6.68168 12.1126C7.11799 14.8415 7.68691 17.2066 8.45098 18.9136C9.17598 20.5334 10.2832 22 12.0002 22C13.7173 22 14.8245 20.5334 15.5495 18.9136C16.3135 17.2066 16.8825 14.8415 17.3188 12.1126L17.3217 12.0944C17.455 11.2604 17.8589 8.73329 18.6907 6.6548C19.1158 5.59257 19.6018 4.78201 20.113 4.34484C20.3541 4.13874 20.571 4.04118 20.7692 4.01103C20.9619 3.98171 21.2177 4.00344 21.5645 4.17133C22.0616 4.41196 22.6597 4.20405 22.9003 3.70695C23.141 3.20984 22.933 2.61179 22.4359 2.37115C21.7828 2.05496 21.1195 1.9347 20.4683 2.03379C19.8227 2.13205 19.2711 2.43331 18.8133 2.82477C17.9268 3.58274 17.2938 4.76226 16.8339 5.91174C15.9181 8.20021 15.4863 10.9048 15.3509 11.7529C15.3484 11.7681 15.3461 11.7828 15.3439 11.7968C14.9156 14.4751 14.3792 16.6327 13.724 18.0965C13.0297 19.6476 12.4036 20 12.0002 20C11.5969 20 10.9707 19.6476 10.2764 18.0965Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 12C1 11.4477 1.44772 11 2 11H5C5.55228 11 6 11.4477 6 12C6 12.5523 5.55228 13 5 13H2C1.44772 13 1 12.5523 1 12ZM9.5 12C9.5 11.4477 9.94772 11 10.5 11H13.5C14.0523 11 14.5 11.4477 14.5 12C14.5 12.5523 14.0523 13 13.5 13H10.5C9.94772 13 9.5 12.5523 9.5 12ZM18 12C18 11.4477 18.4477 11 19 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H19C18.4477 13 18 12.5523 18 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2764 18.0965C9.62121 16.6327 9.08481 14.4751 8.6566 11.7968C8.65436 11.7828 8.65202 11.7681 8.64959 11.7529C8.51419 10.9048 8.08239 8.20022 7.16661 5.91174C6.70662 4.76226 6.07364 3.58274 5.18719 2.82477C4.72938 2.43331 4.1778 2.13205 3.53214 2.03379C2.88097 1.9347 2.2177 2.05496 1.56452 2.37115C1.06741 2.61179 0.859506 3.20984 1.10014 3.70695C1.34078 4.20405 1.93883 4.41196 2.43594 4.17133C2.78275 4.00344 3.0386 3.98171 3.23125 4.01103C3.42942 4.04118 3.64638 4.13874 3.88743 4.34484C4.39869 4.78201 4.88469 5.59257 5.30976 6.65479C6.14151 8.73328 6.54546 11.2604 6.67878 12.0944L6.68168 12.1126C7.11799 14.8415 7.68691 17.2066 8.45098 18.9136C9.17598 20.5334 10.2832 22 12.0002 22C13.7173 22 14.8245 20.5334 15.5495 18.9136C16.3135 17.2066 16.8825 14.8415 17.3188 12.1126L17.3217 12.0944C17.455 11.2604 17.8589 8.73329 18.6907 6.6548C19.1158 5.59257 19.6018 4.78201 20.113 4.34484C20.3541 4.13874 20.571 4.04118 20.7692 4.01103C20.9619 3.98171 21.2177 4.00344 21.5645 4.17133C22.0616 4.41196 22.6597 4.20405 22.9003 3.70695C23.141 3.20984 22.933 2.61179 22.4359 2.37115C21.7828 2.05496 21.1195 1.9347 20.4683 2.03379C19.8227 2.13205 19.2711 2.43331 18.8133 2.82477C17.9268 3.58274 17.2938 4.76226 16.8339 5.91174C15.9181 8.20021 15.4863 10.9048 15.3509 11.7529C15.3484 11.7681 15.3461 11.7828 15.3439 11.7968C14.9156 14.4751 14.3792 16.6327 13.724 18.0965C13.0297 19.6476 12.4036 20 12.0002 20C11.5969 20 10.9707 19.6476 10.2764 18.0965Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 12C1 11.4477 1.44772 11 2 11H5C5.55228 11 6 11.4477 6 12C6 12.5523 5.55228 13 5 13H2C1.44772 13 1 12.5523 1 12ZM9.5 12C9.5 11.4477 9.94772 11 10.5 11H13.5C14.0523 11 14.5 11.4477 14.5 12C14.5 12.5523 14.0523 13 13.5 13H10.5C9.94772 13 9.5 12.5523 9.5 12ZM18 12C18 11.4477 18.4477 11 19 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H19C18.4477 13 18 12.5523 18 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-cosine-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2764 5.90347C9.62121 7.36732 9.08481 9.52486 8.6566 12.2032C8.65436 12.2172 8.65202 12.2319 8.64959 12.2471C8.51419 13.0952 8.08239 15.7998 7.16661 18.0883C6.70662 19.2377 6.07364 20.4173 5.18719 21.1752C4.72938 21.5667 4.1778 21.868 3.53214 21.9662C2.88097 22.0653 2.2177 21.945 1.56452 21.6288C1.06741 21.3882 0.859506 20.7902 1.10014 20.2931C1.34078 19.7959 1.93883 19.588 2.43594 19.8287C2.78275 19.9966 3.0386 20.0183 3.23125 19.989C3.42942 19.9588 3.64638 19.8613 3.88743 19.6552C4.39869 19.218 4.88469 18.4074 5.30976 17.3452C6.14151 15.2667 6.54546 12.7396 6.67878 11.9056L6.68168 11.8874C7.11799 9.15848 7.68691 6.79336 8.45098 5.08637C9.17598 3.46665 10.2832 2 12.0002 2C13.7173 2 14.8245 3.46665 15.5495 5.08637C16.3135 6.79336 16.8825 9.15848 17.3188 11.8874L17.3217 11.9056C17.455 12.7396 17.8589 15.2667 18.6907 17.3452C19.1158 18.4074 19.6018 19.218 20.113 19.6552C20.3541 19.8613 20.571 19.9588 20.7692 19.989C20.9619 20.0183 21.2177 19.9966 21.5645 19.8287C22.0616 19.588 22.6597 19.7959 22.9003 20.2931C23.141 20.7902 22.933 21.3882 22.4359 21.6288C21.7828 21.945 21.1195 22.0653 20.4683 21.9662C19.8227 21.868 19.2711 21.5667 18.8133 21.1752C17.9268 20.4173 17.2938 19.2377 16.8339 18.0883C15.9181 15.7998 15.4863 13.0952 15.3509 12.2471C15.3484 12.2319 15.3461 12.2172 15.3439 12.2032C14.9156 9.52486 14.3792 7.36732 13.724 5.90347C13.0297 4.35236 12.4036 4 12.0002 4C11.5969 4 10.9707 4.35236 10.2764 5.90347Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 12C1 11.4477 1.44772 11 2 11H4.5C5.05228 11 5.5 11.4477 5.5 12C5.5 12.5523 5.05228 13 4.5 13H2C1.44772 13 1 12.5523 1 12ZM9.5 12C9.5 11.4477 9.94772 11 10.5 11H13.5C14.0523 11 14.5 11.4477 14.5 12C14.5 12.5523 14.0523 13 13.5 13H10.5C9.94772 13 9.5 12.5523 9.5 12ZM18.5 12C18.5 11.4477 18.9477 11 19.5 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H19.5C18.9477 13 18.5 12.5523 18.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2764 5.90347C9.62121 7.36732 9.08481 9.52486 8.6566 12.2032C8.65436 12.2172 8.65202 12.2319 8.64959 12.2471C8.51419 13.0952 8.08239 15.7998 7.16661 18.0883C6.70662 19.2377 6.07364 20.4173 5.18719 21.1752C4.72938 21.5667 4.1778 21.868 3.53214 21.9662C2.88097 22.0653 2.2177 21.945 1.56452 21.6288C1.06741 21.3882 0.859506 20.7902 1.10014 20.2931C1.34078 19.7959 1.93883 19.588 2.43594 19.8287C2.78275 19.9966 3.0386 20.0183 3.23125 19.989C3.42942 19.9588 3.64638 19.8613 3.88743 19.6552C4.39869 19.218 4.88469 18.4074 5.30976 17.3452C6.14151 15.2667 6.54546 12.7396 6.67878 11.9056L6.68168 11.8874C7.11799 9.15848 7.68691 6.79336 8.45098 5.08637C9.17598 3.46665 10.2832 2 12.0002 2C13.7173 2 14.8245 3.46665 15.5495 5.08637C16.3135 6.79336 16.8825 9.15848 17.3188 11.8874L17.3217 11.9056C17.455 12.7396 17.8589 15.2667 18.6907 17.3452C19.1158 18.4074 19.6018 19.218 20.113 19.6552C20.3541 19.8613 20.571 19.9588 20.7692 19.989C20.9619 20.0183 21.2177 19.9966 21.5645 19.8287C22.0616 19.588 22.6597 19.7959 22.9003 20.2931C23.141 20.7902 22.933 21.3882 22.4359 21.6288C21.7828 21.945 21.1195 22.0653 20.4683 21.9662C19.8227 21.868 19.2711 21.5667 18.8133 21.1752C17.9268 20.4173 17.2938 19.2377 16.8339 18.0883C15.9181 15.7998 15.4863 13.0952 15.3509 12.2471C15.3484 12.2319 15.3461 12.2172 15.3439 12.2032C14.9156 9.52486 14.3792 7.36732 13.724 5.90347C13.0297 4.35236 12.4036 4 12.0002 4C11.5969 4 10.9707 4.35236 10.2764 5.90347Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 12C1 11.4477 1.44772 11 2 11H4.5C5.05228 11 5.5 11.4477 5.5 12C5.5 12.5523 5.05228 13 4.5 13H2C1.44772 13 1 12.5523 1 12ZM9.5 12C9.5 11.4477 9.94772 11 10.5 11H13.5C14.0523 11 14.5 11.4477 14.5 12C14.5 12.5523 14.0523 13 13.5 13H10.5C9.94772 13 9.5 12.5523 9.5 12ZM18.5 12C18.5 11.4477 18.9477 11 19.5 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H19.5C18.9477 13 18.5 12.5523 18.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-cube{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.7992 2.13656C20.9195 2.01626 20.8659 1.81598 20.6973 1.79331C20.3745 1.74991 19.9776 1.74995 19.5448 1.75L9.45533 1.75C9.02251 1.74995 8.62568 1.74991 8.30287 1.79331C7.94739 1.8411 7.57166 1.95355 7.26264 2.26257L2.26264 7.26257C2.03069 7.49452 1.98243 7.84059 2.11784 8.12003C2.15377 8.19417 2.17174 8.23124 2.24536 8.27707C2.31897 8.32289 2.38374 8.32251 2.51327 8.32173L14.5001 8.25001C14.5467 8.25013 14.57 8.25019 14.5793 8.24964C14.6582 8.24495 14.7008 8.22738 14.7601 8.17502C14.767 8.16887 14.7765 8.15938 14.7955 8.14042L20.7992 2.13656ZM15.8697 9.18751C15.8411 9.21615 15.8267 9.23047 15.8168 9.24279C15.7751 9.2943 15.7587 9.33394 15.7517 9.39981C15.7501 9.41556 15.7501 9.44371 15.7501 9.50001L15.6784 21.4868C15.6776 21.6163 15.6772 21.6811 15.723 21.7547C15.7688 21.8283 15.8059 21.8463 15.8801 21.8822C16.1595 22.0177 16.5056 21.9694 16.7375 21.7374L21.7375 16.7374C22.0465 16.4284 22.159 16.0527 22.2068 15.6972C22.2502 15.3744 22.2501 14.9776 22.2501 14.5448L22.2501 4.45526C22.2501 4.02245 22.2502 3.62561 22.2068 3.3028C22.1837 3.1313 21.9801 3.07703 21.8577 3.19939L15.8697 9.18751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6698 7.26604C15.6839 7.25199 15.6488 7.28713 15.6557 7.27914C15.7895 7.12495 15.6899 6.8301 15.49 6.78871C15.4796 6.78656 15.5733 6.79916 15.5358 6.79412C15.2065 6.74985 14.8073 6.74993 14.3964 6.75001L14.3437 6.75001L4.65626 6.75001L4.60355 6.75001C4.19273 6.74993 3.79349 6.74985 3.46419 6.79412C3.09297 6.84403 2.66936 6.96563 2.31749 7.31749C1.96563 7.66936 1.84403 8.09297 1.79412 8.4642C1.74985 8.79349 1.74993 9.19273 1.75001 9.60355L1.75001 9.65626L1.75001 19.3437L1.75001 19.3964C1.74993 19.8073 1.74985 20.2065 1.79412 20.5358C1.84403 20.907 1.96563 21.3306 2.31749 21.6825C2.66936 22.0344 3.09297 22.156 3.4642 22.2059C3.79348 22.2502 4.19271 22.2501 4.60351 22.25H4.60355L4.65626 22.25L14.3437 22.25L14.3965 22.25H14.3965C14.8073 22.2501 15.2065 22.2502 15.5358 22.2059C15.907 22.156 16.3306 22.0344 16.6825 21.6825C17.0344 21.3306 17.156 20.907 17.2059 20.5358C17.2502 20.2065 17.2501 19.8073 17.25 19.3965V19.3965L17.25 19.3437L17.25 9.65626L17.25 9.60355V9.60354C17.2501 9.19273 17.2502 8.79348 17.2059 8.4642C17.2016 8.43241 17.2123 8.51188 17.2094 8.49917C17.1657 8.30386 16.877 8.20631 16.7238 8.33504C16.7138 8.34342 16.738 8.31921 16.7283 8.32889L15.4882 9.569C15.4015 9.65571 15.3582 9.69906 15.3353 9.75419C15.3125 9.80932 15.3125 9.87063 15.3125 9.99326L15.3125 19.3437C15.3125 19.8278 15.3104 20.0934 15.2857 20.2776C15.2851 20.2818 15.2818 20.2851 15.2776 20.2857C15.0934 20.3104 14.8278 20.3125 14.3437 20.3125L6.50606 20.3125C5.88958 20.3125 5.58134 20.3125 5.50463 20.1273C5.42792 19.9421 5.64588 19.7241 6.08179 19.2882L8.83958 16.5304C8.90278 16.4672 8.93438 16.4356 8.96752 16.4162C9.00659 16.3933 9.03813 16.3826 9.0831 16.3771C9.12124 16.3725 9.17306 16.3795 9.27668 16.3934C9.60598 16.4377 10.0052 16.4376 10.416 16.4375L10.4687 16.4375L13.8594 16.4375C14.3944 16.4375 14.8281 16.0038 14.8281 15.4687C14.8281 14.9337 14.3944 14.5 13.8594 14.5L10.4687 14.5C9.98469 14.5 9.7191 14.4979 9.53485 14.4732C9.53068 14.4726 9.5274 14.4693 9.52683 14.4651C9.50206 14.2809 9.5 14.0153 9.5 13.5313L9.5 10.625C9.5 10.09 9.06628 9.65626 8.53125 9.65626C7.99623 9.65626 7.5625 10.09 7.5625 10.625L7.5625 13.5313L7.5625 13.584V13.584C7.56242 13.9948 7.56234 14.394 7.60661 14.7233C7.62054 14.8269 7.62751 14.8788 7.62287 14.9169C7.61739 14.9619 7.60674 14.9934 7.58381 15.0325C7.56437 15.0656 7.53276 15.0972 7.46956 15.1604L4.71177 17.9182C4.27586 18.3541 4.0579 18.5721 3.87271 18.4954C3.68751 18.4187 3.68751 18.1104 3.68751 17.4939L3.68751 9.65626C3.68751 9.1722 3.68957 8.90661 3.71434 8.72236C3.71491 8.71819 3.71819 8.71491 3.72236 8.71434C3.90661 8.68957 4.1722 8.68751 4.65626 8.68751L13.9999 8.68751C14.1225 8.68751 14.1838 8.68751 14.2389 8.66467C14.2941 8.64184 14.3374 8.59848 14.4241 8.51177L15.6698 7.26604Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.7992 2.13656C20.9195 2.01626 20.8659 1.81598 20.6973 1.79331C20.3745 1.74991 19.9776 1.74995 19.5448 1.75L9.45533 1.75C9.02251 1.74995 8.62568 1.74991 8.30287 1.79331C7.94739 1.8411 7.57166 1.95355 7.26264 2.26257L2.26264 7.26257C2.03069 7.49452 1.98243 7.84059 2.11784 8.12003C2.15377 8.19417 2.17174 8.23124 2.24536 8.27707C2.31897 8.32289 2.38374 8.32251 2.51327 8.32173L14.5001 8.25001C14.5467 8.25013 14.57 8.25019 14.5793 8.24964C14.6582 8.24495 14.7008 8.22738 14.7601 8.17502C14.767 8.16887 14.7765 8.15938 14.7955 8.14042L20.7992 2.13656ZM15.8697 9.18751C15.8411 9.21615 15.8267 9.23047 15.8168 9.24279C15.7751 9.2943 15.7587 9.33394 15.7517 9.39981C15.7501 9.41556 15.7501 9.44371 15.7501 9.50001L15.6784 21.4868C15.6776 21.6163 15.6772 21.6811 15.723 21.7547C15.7688 21.8283 15.8059 21.8463 15.8801 21.8822C16.1595 22.0177 16.5056 21.9694 16.7375 21.7374L21.7375 16.7374C22.0465 16.4284 22.159 16.0527 22.2068 15.6972C22.2502 15.3744 22.2501 14.9776 22.2501 14.5448L22.2501 4.45526C22.2501 4.02245 22.2502 3.62561 22.2068 3.3028C22.1837 3.1313 21.9801 3.07703 21.8577 3.19939L15.8697 9.18751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6698 7.26604C15.6839 7.25199 15.6488 7.28713 15.6557 7.27914C15.7895 7.12495 15.6899 6.8301 15.49 6.78871C15.4796 6.78656 15.5733 6.79916 15.5358 6.79412C15.2065 6.74985 14.8073 6.74993 14.3964 6.75001L14.3437 6.75001L4.65626 6.75001L4.60355 6.75001C4.19273 6.74993 3.79349 6.74985 3.46419 6.79412C3.09297 6.84403 2.66936 6.96563 2.31749 7.31749C1.96563 7.66936 1.84403 8.09297 1.79412 8.4642C1.74985 8.79349 1.74993 9.19273 1.75001 9.60355L1.75001 9.65626L1.75001 19.3437L1.75001 19.3964C1.74993 19.8073 1.74985 20.2065 1.79412 20.5358C1.84403 20.907 1.96563 21.3306 2.31749 21.6825C2.66936 22.0344 3.09297 22.156 3.4642 22.2059C3.79348 22.2502 4.19271 22.2501 4.60351 22.25H4.60355L4.65626 22.25L14.3437 22.25L14.3965 22.25H14.3965C14.8073 22.2501 15.2065 22.2502 15.5358 22.2059C15.907 22.156 16.3306 22.0344 16.6825 21.6825C17.0344 21.3306 17.156 20.907 17.2059 20.5358C17.2502 20.2065 17.2501 19.8073 17.25 19.3965V19.3965L17.25 19.3437L17.25 9.65626L17.25 9.60355V9.60354C17.2501 9.19273 17.2502 8.79348 17.2059 8.4642C17.2016 8.43241 17.2123 8.51188 17.2094 8.49917C17.1657 8.30386 16.877 8.20631 16.7238 8.33504C16.7138 8.34342 16.738 8.31921 16.7283 8.32889L15.4882 9.569C15.4015 9.65571 15.3582 9.69906 15.3353 9.75419C15.3125 9.80932 15.3125 9.87063 15.3125 9.99326L15.3125 19.3437C15.3125 19.8278 15.3104 20.0934 15.2857 20.2776C15.2851 20.2818 15.2818 20.2851 15.2776 20.2857C15.0934 20.3104 14.8278 20.3125 14.3437 20.3125L6.50606 20.3125C5.88958 20.3125 5.58134 20.3125 5.50463 20.1273C5.42792 19.9421 5.64588 19.7241 6.08179 19.2882L8.83958 16.5304C8.90278 16.4672 8.93438 16.4356 8.96752 16.4162C9.00659 16.3933 9.03813 16.3826 9.0831 16.3771C9.12124 16.3725 9.17306 16.3795 9.27668 16.3934C9.60598 16.4377 10.0052 16.4376 10.416 16.4375L10.4687 16.4375L13.8594 16.4375C14.3944 16.4375 14.8281 16.0038 14.8281 15.4687C14.8281 14.9337 14.3944 14.5 13.8594 14.5L10.4687 14.5C9.98469 14.5 9.7191 14.4979 9.53485 14.4732C9.53068 14.4726 9.5274 14.4693 9.52683 14.4651C9.50206 14.2809 9.5 14.0153 9.5 13.5313L9.5 10.625C9.5 10.09 9.06628 9.65626 8.53125 9.65626C7.99623 9.65626 7.5625 10.09 7.5625 10.625L7.5625 13.5313L7.5625 13.584V13.584C7.56242 13.9948 7.56234 14.394 7.60661 14.7233C7.62054 14.8269 7.62751 14.8788 7.62287 14.9169C7.61739 14.9619 7.60674 14.9934 7.58381 15.0325C7.56437 15.0656 7.53276 15.0972 7.46956 15.1604L4.71177 17.9182C4.27586 18.3541 4.0579 18.5721 3.87271 18.4954C3.68751 18.4187 3.68751 18.1104 3.68751 17.4939L3.68751 9.65626C3.68751 9.1722 3.68957 8.90661 3.71434 8.72236C3.71491 8.71819 3.71819 8.71491 3.72236 8.71434C3.90661 8.68957 4.1722 8.68751 4.65626 8.68751L13.9999 8.68751C14.1225 8.68751 14.1838 8.68751 14.2389 8.66467C14.2941 8.64184 14.3374 8.59848 14.4241 8.51177L15.6698 7.26604Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-cylinder-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.04253 2.33801C7.60557 1.65418 9.71244 1.25 12 1.25C14.2876 1.25 16.3944 1.65418 17.9575 2.33801C18.7379 2.67944 19.4165 3.10535 19.9105 3.61634C20.408 4.13095 20.75 4.7686 20.75 5.5C20.75 6.2314 20.408 6.86905 19.9105 7.38366C19.4165 7.89465 18.7379 8.32056 17.9575 8.66199C16.3944 9.34582 14.2876 9.75 12 9.75C9.71244 9.75 7.60557 9.34582 6.04253 8.66199C5.26212 8.32056 4.58348 7.89465 4.08947 7.38366C3.59196 6.86905 3.25 6.2314 3.25 5.5C3.25 4.7686 3.59196 4.13095 4.08947 3.61634C4.58348 3.10535 5.26212 2.67944 6.04253 2.33801Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.04253 15.338C7.60557 14.6542 9.71244 14.25 12 14.25C14.2876 14.25 16.3944 14.6542 17.9575 15.338C18.7379 15.6794 19.4165 16.1054 19.9105 16.6163C20.408 17.1309 20.75 17.7686 20.75 18.5C20.75 19.2314 20.408 19.8691 19.9105 20.3837C19.4165 20.8946 18.7379 21.3206 17.9575 21.662C16.3944 22.3458 14.2876 22.75 12 22.75C9.71244 22.75 7.60557 22.3458 6.04253 21.662C5.26212 21.3206 4.58348 20.8946 4.08947 20.3837C3.59196 19.8691 3.25 19.2314 3.25 18.5C3.25 17.7686 3.59196 17.1309 4.08947 16.6163C4.58348 16.1054 5.26212 15.6794 6.04253 15.338Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 4.5C4.80228 4.5 5.25 4.94772 5.25 5.5V18.5C5.25 19.0523 4.80228 19.5 4.25 19.5C3.69772 19.5 3.25 19.0523 3.25 18.5V5.5C3.25 4.94772 3.69772 4.5 4.25 4.5ZM19.75 4.5C20.3023 4.5 20.75 4.94772 20.75 5.5V18.5C20.75 19.0523 20.3023 19.5 19.75 19.5C19.1977 19.5 18.75 19.0523 18.75 18.5V5.5C18.75 4.94772 19.1977 4.5 19.75 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.04253 2.33801C7.60557 1.65418 9.71244 1.25 12 1.25C14.2876 1.25 16.3944 1.65418 17.9575 2.33801C18.7379 2.67944 19.4165 3.10535 19.9105 3.61634C20.408 4.13095 20.75 4.7686 20.75 5.5C20.75 6.2314 20.408 6.86905 19.9105 7.38366C19.4165 7.89465 18.7379 8.32056 17.9575 8.66199C16.3944 9.34582 14.2876 9.75 12 9.75C9.71244 9.75 7.60557 9.34582 6.04253 8.66199C5.26212 8.32056 4.58348 7.89465 4.08947 7.38366C3.59196 6.86905 3.25 6.2314 3.25 5.5C3.25 4.7686 3.59196 4.13095 4.08947 3.61634C4.58348 3.10535 5.26212 2.67944 6.04253 2.33801Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.04253 15.338C7.60557 14.6542 9.71244 14.25 12 14.25C14.2876 14.25 16.3944 14.6542 17.9575 15.338C18.7379 15.6794 19.4165 16.1054 19.9105 16.6163C20.408 17.1309 20.75 17.7686 20.75 18.5C20.75 19.2314 20.408 19.8691 19.9105 20.3837C19.4165 20.8946 18.7379 21.3206 17.9575 21.662C16.3944 22.3458 14.2876 22.75 12 22.75C9.71244 22.75 7.60557 22.3458 6.04253 21.662C5.26212 21.3206 4.58348 20.8946 4.08947 20.3837C3.59196 19.8691 3.25 19.2314 3.25 18.5C3.25 17.7686 3.59196 17.1309 4.08947 16.6163C4.58348 16.1054 5.26212 15.6794 6.04253 15.338Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 4.5C4.80228 4.5 5.25 4.94772 5.25 5.5V18.5C5.25 19.0523 4.80228 19.5 4.25 19.5C3.69772 19.5 3.25 19.0523 3.25 18.5V5.5C3.25 4.94772 3.69772 4.5 4.25 4.5ZM19.75 4.5C20.3023 4.5 20.75 4.94772 20.75 5.5V18.5C20.75 19.0523 20.3023 19.5 19.75 19.5C19.1977 19.5 18.75 19.0523 18.75 18.5V5.5C18.75 4.94772 19.1977 4.5 19.75 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-cylinder-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.18592 1.88943C9.19949 1.484 10.5483 1.25 12 1.25C13.4517 1.25 14.8005 1.484 15.8141 1.88943C16.3188 2.09131 16.7775 2.35046 17.1224 2.67659C17.423 2.96088 17.6745 3.33501 17.7357 3.78757L21.2128 16.2306C21.2319 16.2992 21.2435 16.368 21.2479 16.4363C21.5595 16.9005 21.75 17.4257 21.75 18C21.75 18.7963 21.3838 19.4985 20.836 20.074C20.292 20.6457 19.5402 21.1264 18.6686 21.5138C16.9234 22.2894 14.5651 22.75 12 22.75C9.4349 22.75 7.07658 22.2894 5.33143 21.5138C4.45981 21.1264 3.70801 20.6457 3.16397 20.074C2.61625 19.4985 2.25 18.7963 2.25 18C2.25 17.4257 2.44046 16.9005 2.75209 16.4363C2.75653 16.368 2.76807 16.2992 2.78722 16.2306L6.26426 3.78757C6.32553 3.33501 6.57699 2.96088 6.87759 2.67659C7.22245 2.35046 7.68122 2.09131 8.18592 1.88943ZM7.7434 5.91188L5.34967 14.4781C7.09299 13.7074 9.44382 13.25 12 13.25C14.5562 13.25 16.907 13.7074 18.6503 14.4781L16.2566 5.91188C16.1145 5.9835 15.9664 6.04964 15.8141 6.11057C14.8005 6.516 13.4517 6.75 12 6.75C10.5483 6.75 9.19949 6.516 8.18592 6.11057C8.03361 6.04964 7.88548 5.9835 7.7434 5.91188Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.18592 1.88943C9.19949 1.484 10.5483 1.25 12 1.25C13.4517 1.25 14.8005 1.484 15.8141 1.88943C16.3188 2.09131 16.7775 2.35046 17.1224 2.67659C17.423 2.96088 17.6745 3.33501 17.7357 3.78757L21.2128 16.2306C21.2319 16.2992 21.2435 16.368 21.2479 16.4363C21.5595 16.9005 21.75 17.4257 21.75 18C21.75 18.7963 21.3838 19.4985 20.836 20.074C20.292 20.6457 19.5402 21.1264 18.6686 21.5138C16.9234 22.2894 14.5651 22.75 12 22.75C9.4349 22.75 7.07658 22.2894 5.33143 21.5138C4.45981 21.1264 3.70801 20.6457 3.16397 20.074C2.61625 19.4985 2.25 18.7963 2.25 18C2.25 17.4257 2.44046 16.9005 2.75209 16.4363C2.75653 16.368 2.76807 16.2992 2.78722 16.2306L6.26426 3.78757C6.32553 3.33501 6.57699 2.96088 6.87759 2.67659C7.22245 2.35046 7.68122 2.09131 8.18592 1.88943ZM7.7434 5.91188L5.34967 14.4781C7.09299 13.7074 9.44382 13.25 12 13.25C14.5562 13.25 16.907 13.7074 18.6503 14.4781L16.2566 5.91188C16.1145 5.9835 15.9664 6.04964 15.8141 6.11057C14.8005 6.516 13.4517 6.75 12 6.75C10.5483 6.75 9.19949 6.516 8.18592 6.11057C8.03361 6.04964 7.88548 5.9835 7.7434 5.91188Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-cylinder-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.71342 16.1603C6.61061 15.5912 9.18662 15.25 12 15.25C14.8134 15.25 17.3894 15.5912 19.2866 16.1603C20.2304 16.4435 21.0488 16.7955 21.648 17.2205C22.2278 17.6317 22.75 18.2222 22.75 19C22.75 19.7778 22.2278 20.3683 21.648 20.7795C21.0488 21.2045 20.2304 21.5565 19.2866 21.8397C17.3894 22.4088 14.8134 22.75 12 22.75C9.18662 22.75 6.61061 22.4088 4.71342 21.8397C3.7696 21.5565 2.95117 21.2045 2.35195 20.7795C1.77222 20.3683 1.25 19.7778 1.25 19C1.25 18.2222 1.77222 17.6317 2.35195 17.2205C2.95117 16.7955 3.7696 16.4435 4.71342 16.1603Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.71342 2.16031C6.61061 1.59115 9.18662 1.25 12 1.25C14.8134 1.25 17.3894 1.59115 19.2866 2.16031C20.2304 2.44346 21.0488 2.79551 21.648 3.22052C22.2278 3.63171 22.75 4.22218 22.75 5C22.75 5.77782 22.2278 6.36829 21.648 6.77948C21.0488 7.20449 20.2304 7.55654 19.2866 7.83969C17.3894 8.40885 14.8134 8.75 12 8.75C9.18662 8.75 6.61061 8.40885 4.71342 7.83969C3.7696 7.55654 2.95117 7.20449 2.35195 6.77948C1.77222 6.36829 1.25 5.77782 1.25 5C1.25 4.22218 1.77222 3.63171 2.35195 3.22052C2.95117 2.79551 3.7696 2.44346 4.71342 2.16031Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 4C2.80228 4 3.25 4.44772 3.25 5V19C3.25 19.5523 2.80228 20 2.25 20C1.69772 20 1.25 19.5523 1.25 19V5C1.25 4.44772 1.69772 4 2.25 4ZM21.75 4C22.3023 4 22.75 4.44772 22.75 5V19C22.75 19.5523 22.3023 20 21.75 20C21.1977 20 20.75 19.5523 20.75 19V5C20.75 4.44772 21.1977 4 21.75 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.71342 16.1603C6.61061 15.5912 9.18662 15.25 12 15.25C14.8134 15.25 17.3894 15.5912 19.2866 16.1603C20.2304 16.4435 21.0488 16.7955 21.648 17.2205C22.2278 17.6317 22.75 18.2222 22.75 19C22.75 19.7778 22.2278 20.3683 21.648 20.7795C21.0488 21.2045 20.2304 21.5565 19.2866 21.8397C17.3894 22.4088 14.8134 22.75 12 22.75C9.18662 22.75 6.61061 22.4088 4.71342 21.8397C3.7696 21.5565 2.95117 21.2045 2.35195 20.7795C1.77222 20.3683 1.25 19.7778 1.25 19C1.25 18.2222 1.77222 17.6317 2.35195 17.2205C2.95117 16.7955 3.7696 16.4435 4.71342 16.1603Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.71342 2.16031C6.61061 1.59115 9.18662 1.25 12 1.25C14.8134 1.25 17.3894 1.59115 19.2866 2.16031C20.2304 2.44346 21.0488 2.79551 21.648 3.22052C22.2278 3.63171 22.75 4.22218 22.75 5C22.75 5.77782 22.2278 6.36829 21.648 6.77948C21.0488 7.20449 20.2304 7.55654 19.2866 7.83969C17.3894 8.40885 14.8134 8.75 12 8.75C9.18662 8.75 6.61061 8.40885 4.71342 7.83969C3.7696 7.55654 2.95117 7.20449 2.35195 6.77948C1.77222 6.36829 1.25 5.77782 1.25 5C1.25 4.22218 1.77222 3.63171 2.35195 3.22052C2.95117 2.79551 3.7696 2.44346 4.71342 2.16031Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 4C2.80228 4 3.25 4.44772 3.25 5V19C3.25 19.5523 2.80228 20 2.25 20C1.69772 20 1.25 19.5523 1.25 19V5C1.25 4.44772 1.69772 4 2.25 4ZM21.75 4C22.3023 4 22.75 4.44772 22.75 5V19C22.75 19.5523 22.3023 20 21.75 20C21.1977 20 20.75 19.5523 20.75 19V5C20.75 4.44772 21.1977 4 21.75 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-cylinder-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 20.875C13.1046 20.875 14 19.9796 14 18.875C14 17.7704 13.1046 16.875 12 16.875C10.8954 16.875 10 17.7704 10 18.875C10 19.0543 10.0235 19.228 10.0676 19.3932L11.2929 18.1679C11.6834 17.7774 12.3166 17.7774 12.7071 18.1679C13.0976 18.5584 13.0976 19.1916 12.7071 19.5821L11.4818 20.8074C11.647 20.8515 11.8207 20.875 12 20.875ZM16 18.875C16 21.0841 14.2091 22.875 12 22.875C10.8957 22.875 9.89434 22.4262 9.17157 21.7034C8.44881 20.9807 8 19.9793 8 18.875C8 16.6659 9.79086 14.875 12 14.875C14.2091 14.875 16 16.6659 16 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0416 1.125C15.4108 1.12499 16.4957 1.12498 17.3621 1.21312C18.2497 1.30341 18.9907 1.49239 19.639 1.92552C20.1576 2.27207 20.6029 2.71739 20.9495 3.23604C21.3826 3.88426 21.5716 4.6253 21.6619 5.51294C21.75 6.37931 21.75 7.54733 21.75 8.91656C21.75 10.2858 21.75 11.3707 21.6619 12.2371C21.5716 13.1247 21.3826 13.8657 20.9495 14.514C20.6029 15.0326 20.1576 15.4779 19.639 15.8245C18.9907 16.2576 18.2497 16.4466 17.3621 16.5369C16.4957 16.625 15.4108 16.625 14.0416 16.625H9.9584C8.5892 16.625 7.5043 16.625 6.63794 16.5369C5.7503 16.4466 5.00926 16.2576 4.36104 15.8245C3.84239 15.4779 3.39707 15.0326 3.05052 14.514C2.61739 13.8657 2.42841 13.1247 2.33812 12.2371C2.24998 11.3707 2.24999 10.2858 2.25 8.9166V8.91659C2.24999 7.54738 2.24998 6.3793 2.33812 5.51294C2.42841 4.6253 2.61739 3.88426 3.05052 3.23604C3.39707 2.71739 3.84239 2.27207 4.36104 1.92552C5.00926 1.49239 5.7503 1.30341 6.63794 1.21312C7.5043 1.12498 8.5892 1.12499 9.95841 1.125H9.95841H14.0416H14.0416Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 20.875C13.1046 20.875 14 19.9796 14 18.875C14 17.7704 13.1046 16.875 12 16.875C10.8954 16.875 10 17.7704 10 18.875C10 19.0543 10.0235 19.228 10.0676 19.3932L11.2929 18.1679C11.6834 17.7774 12.3166 17.7774 12.7071 18.1679C13.0976 18.5584 13.0976 19.1916 12.7071 19.5821L11.4818 20.8074C11.647 20.8515 11.8207 20.875 12 20.875ZM16 18.875C16 21.0841 14.2091 22.875 12 22.875C10.8957 22.875 9.89434 22.4262 9.17157 21.7034C8.44881 20.9807 8 19.9793 8 18.875C8 16.6659 9.79086 14.875 12 14.875C14.2091 14.875 16 16.6659 16 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0416 1.125C15.4108 1.12499 16.4957 1.12498 17.3621 1.21312C18.2497 1.30341 18.9907 1.49239 19.639 1.92552C20.1576 2.27207 20.6029 2.71739 20.9495 3.23604C21.3826 3.88426 21.5716 4.6253 21.6619 5.51294C21.75 6.37931 21.75 7.54733 21.75 8.91656C21.75 10.2858 21.75 11.3707 21.6619 12.2371C21.5716 13.1247 21.3826 13.8657 20.9495 14.514C20.6029 15.0326 20.1576 15.4779 19.639 15.8245C18.9907 16.2576 18.2497 16.4466 17.3621 16.5369C16.4957 16.625 15.4108 16.625 14.0416 16.625H9.9584C8.5892 16.625 7.5043 16.625 6.63794 16.5369C5.7503 16.4466 5.00926 16.2576 4.36104 15.8245C3.84239 15.4779 3.39707 15.0326 3.05052 14.514C2.61739 13.8657 2.42841 13.1247 2.33812 12.2371C2.24998 11.3707 2.24999 10.2858 2.25 8.9166V8.91659C2.24999 7.54738 2.24998 6.3793 2.33812 5.51294C2.42841 4.6253 2.61739 3.88426 3.05052 3.23604C3.39707 2.71739 3.84239 2.27207 4.36104 1.92552C5.00926 1.49239 5.7503 1.30341 6.63794 1.21312C7.5043 1.12498 8.5892 1.12499 9.95841 1.125H9.95841H14.0416H14.0416Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-diameter{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12ZM17.4869 14.5705C17.1719 14.8394 16.6985 14.802 16.4295 14.4869C16.3089 14.3456 16.2499 14.1723 16.25 14V13.0001H14.0161C13.6479 13.7409 12.8834 14.2501 12 14.2501C11.1166 14.2501 10.3521 13.7409 9.98388 13.0001H7.75001V14C7.75011 14.1723 7.69112 14.3456 7.57045 14.487C7.30154 14.802 6.82814 14.8394 6.51309 14.5705L5.30921 13.5429C5.06118 13.3313 4.82042 13.1259 4.64794 12.9329C4.45843 12.7209 4.25 12.4155 4.25 12C4.25 11.5845 4.45843 11.2792 4.64794 11.0672C4.82042 10.8742 5.06117 10.6688 5.30921 10.4572L6.51309 9.42959C6.82814 9.16068 7.30154 9.19808 7.57045 9.51313C7.69109 9.65447 7.75009 9.82768 7.75001 10V11.0001H9.98388C10.3521 10.2592 11.1166 9.75006 12 9.75006C12.8834 9.75006 13.6479 10.2592 14.0161 11.0001H16.25V10C16.2499 9.82767 16.3089 9.65445 16.4295 9.5131C16.6985 9.19805 17.1719 9.16065 17.4869 9.42956L18.6908 10.4571C18.9388 10.6688 19.1796 10.8742 19.3521 11.0671C19.5416 11.2791 19.75 11.5845 19.75 12C19.75 12.4155 19.5416 12.7209 19.3521 12.9329C19.1796 13.1259 18.9388 13.3313 18.6908 13.5429L17.4869 14.5705Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12ZM17.4869 14.5705C17.1719 14.8394 16.6985 14.802 16.4295 14.4869C16.3089 14.3456 16.2499 14.1723 16.25 14V13.0001H14.0161C13.6479 13.7409 12.8834 14.2501 12 14.2501C11.1166 14.2501 10.3521 13.7409 9.98388 13.0001H7.75001V14C7.75011 14.1723 7.69112 14.3456 7.57045 14.487C7.30154 14.802 6.82814 14.8394 6.51309 14.5705L5.30921 13.5429C5.06118 13.3313 4.82042 13.1259 4.64794 12.9329C4.45843 12.7209 4.25 12.4155 4.25 12C4.25 11.5845 4.45843 11.2792 4.64794 11.0672C4.82042 10.8742 5.06117 10.6688 5.30921 10.4572L6.51309 9.42959C6.82814 9.16068 7.30154 9.19808 7.57045 9.51313C7.69109 9.65447 7.75009 9.82768 7.75001 10V11.0001H9.98388C10.3521 10.2592 11.1166 9.75006 12 9.75006C12.8834 9.75006 13.6479 10.2592 14.0161 11.0001H16.25V10C16.2499 9.82767 16.3089 9.65445 16.4295 9.5131C16.6985 9.19805 17.1719 9.16065 17.4869 9.42956L18.6908 10.4571C18.9388 10.6688 19.1796 10.8742 19.3521 11.0671C19.5416 11.2791 19.75 11.5845 19.75 12C19.75 12.4155 19.5416 12.7209 19.3521 12.9329C19.1796 13.1259 18.9388 13.3313 18.6908 13.5429L17.4869 14.5705Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-divide-sign-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM10.25 8C10.25 7.0335 11.0335 6.25 12 6.25C12.9665 6.25 13.75 7.0335 13.75 8C13.75 8.9665 12.9665 9.75 12 9.75C11.0335 9.75 10.25 8.9665 10.25 8ZM10.25 16C10.25 15.0335 11.0335 14.25 12 14.25C12.9665 14.25 13.75 15.0335 13.75 16C13.75 16.9665 12.9665 17.75 12 17.75C11.0335 17.75 10.25 16.9665 10.25 16ZM7 11C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13H17C17.5523 13 18 12.5523 18 12C18 11.4477 17.5523 11 17 11H7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM10.25 8C10.25 7.0335 11.0335 6.25 12 6.25C12.9665 6.25 13.75 7.0335 13.75 8C13.75 8.9665 12.9665 9.75 12 9.75C11.0335 9.75 10.25 8.9665 10.25 8ZM10.25 16C10.25 15.0335 11.0335 14.25 12 14.25C12.9665 14.25 13.75 15.0335 13.75 16C13.75 16.9665 12.9665 17.75 12 17.75C11.0335 17.75 10.25 16.9665 10.25 16ZM7 11C6.44772 11 6 11.4477 6 12C6 12.5523 6.44772 13 7 13H17C17.5523 13 18 12.5523 18 12C18 11.4477 17.5523 11 17 11H7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-divide-sign-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM10.25 8C10.25 7.0335 11.0335 6.25 12 6.25C12.9665 6.25 13.75 7.0335 13.75 8C13.75 8.9665 12.9665 9.75 12 9.75C11.0335 9.75 10.25 8.9665 10.25 8ZM10.25 16C10.25 15.0335 11.0335 14.25 12 14.25C12.9665 14.25 13.75 15.0335 13.75 16C13.75 16.9665 12.9665 17.75 12 17.75C11.0335 17.75 10.25 16.9665 10.25 16ZM6 12C6 11.4477 6.44772 11 7 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H7C6.44772 13 6 12.5523 6 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM10.25 8C10.25 7.0335 11.0335 6.25 12 6.25C12.9665 6.25 13.75 7.0335 13.75 8C13.75 8.9665 12.9665 9.75 12 9.75C11.0335 9.75 10.25 8.9665 10.25 8ZM10.25 16C10.25 15.0335 11.0335 14.25 12 14.25C12.9665 14.25 13.75 15.0335 13.75 16C13.75 16.9665 12.9665 17.75 12 17.75C11.0335 17.75 10.25 16.9665 10.25 16ZM6 12C6 11.4477 6.44772 11 7 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H7C6.44772 13 6 12.5523 6 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-divide-sign{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 12C1.75 11.3096 2.30964 10.75 3 10.75H21C21.6904 10.75 22.25 11.3096 22.25 12C22.25 12.6904 21.6904 13.25 21 13.25H3C2.30964 13.25 1.75 12.6904 1.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 5.5C8.75 3.70507 10.2051 2.25 12 2.25C13.7949 2.25 15.25 3.70507 15.25 5.5C15.25 7.29493 13.7949 8.75 12 8.75C10.2051 8.75 8.75 7.29493 8.75 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 18.5C8.75 16.7051 10.2051 15.25 12 15.25C13.7949 15.25 15.25 16.7051 15.25 18.5C15.25 20.2949 13.7949 21.75 12 21.75C10.2051 21.75 8.75 20.2949 8.75 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 12C1.75 11.3096 2.30964 10.75 3 10.75H21C21.6904 10.75 22.25 11.3096 22.25 12C22.25 12.6904 21.6904 13.25 21 13.25H3C2.30964 13.25 1.75 12.6904 1.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 5.5C8.75 3.70507 10.2051 2.25 12 2.25C13.7949 2.25 15.25 3.70507 15.25 5.5C15.25 7.29493 13.7949 8.75 12 8.75C10.2051 8.75 8.75 7.29493 8.75 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.75 18.5C8.75 16.7051 10.2051 15.25 12 15.25C13.7949 15.25 15.25 16.7051 15.25 18.5C15.25 20.2949 13.7949 21.75 12 21.75C10.2051 21.75 8.75 20.2949 8.75 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-equal-sign-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8 8C7.44772 8 7 8.44772 7 9C7 9.55229 7.44772 10 8 10H16C16.5523 10 17 9.55229 17 9C17 8.44772 16.5523 8 16 8H8ZM8 14C7.44772 14 7 14.4477 7 15C7 15.5523 7.44772 16 8 16H16C16.5523 16 17 15.5523 17 15C17 14.4477 16.5523 14 16 14H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8 8C7.44772 8 7 8.44772 7 9C7 9.55229 7.44772 10 8 10H16C16.5523 10 17 9.55229 17 9C17 8.44772 16.5523 8 16 8H8ZM8 14C7.44772 14 7 14.4477 7 15C7 15.5523 7.44772 16 8 16H16C16.5523 16 17 15.5523 17 15C17 14.4477 16.5523 14 16 14H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-equal-sign-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM8 8C7.44772 8 7 8.44772 7 9C7 9.55228 7.44772 10 8 10H16C16.5523 10 17 9.55228 17 9C17 8.44772 16.5523 8 16 8H8ZM8 14C7.44772 14 7 14.4477 7 15C7 15.5523 7.44772 16 8 16H16C16.5523 16 17 15.5523 17 15C17 14.4477 16.5523 14 16 14H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM8 8C7.44772 8 7 8.44772 7 9C7 9.55228 7.44772 10 8 10H16C16.5523 10 17 9.55228 17 9C17 8.44772 16.5523 8 16 8H8ZM8 14C7.44772 14 7 14.4477 7 15C7 15.5523 7.44772 16 8 16H16C16.5523 16 17 15.5523 17 15C17 14.4477 16.5523 14 16 14H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-equal-sign{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 8C2.75 7.30964 3.30964 6.75 4 6.75H20C20.6904 6.75 21.25 7.30964 21.25 8C21.25 8.69036 20.6904 9.25 20 9.25H4C3.30964 9.25 2.75 8.69036 2.75 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 16C2.75 15.3096 3.30964 14.75 4 14.75H20C20.6904 14.75 21.25 15.3096 21.25 16C21.25 16.6904 20.6904 17.25 20 17.25H4C3.30964 17.25 2.75 16.6904 2.75 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 8C2.75 7.30964 3.30964 6.75 4 6.75H20C20.6904 6.75 21.25 7.30964 21.25 8C21.25 8.69036 20.6904 9.25 20 9.25H4C3.30964 9.25 2.75 8.69036 2.75 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 16C2.75 15.3096 3.30964 14.75 4 14.75H20C20.6904 14.75 21.25 15.3096 21.25 16C21.25 16.6904 20.6904 17.25 20 17.25H4C3.30964 17.25 2.75 16.6904 2.75 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-function-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM14.4066 6.5C13.9586 6.5 13.4974 6.59624 13.0754 6.89242C12.6727 7.1751 12.4011 7.57397 12.1934 7.99589C11.9737 8.44227 11.775 9.02656 11.5664 9.75H10.5419C9.98963 9.75 9.54192 10.1977 9.54192 10.75C9.54192 11.3023 9.98963 11.75 10.5419 11.75L11.0319 11.7503C10.5685 13.5479 10.2943 14.5488 10.0127 15.1209C9.88195 15.3865 9.79613 15.4565 9.77591 15.4707C9.68121 15.582 9.57564 15.4925 9.53469 15.4339C9.51098 15.3833 9.48725 15.3174 9.46417 15.2338C9.31715 14.7014 8.76641 14.3891 8.23406 14.5361C7.7017 14.6831 7.38932 15.2338 7.53633 15.7662C7.61805 16.0621 7.76899 16.4862 8.09022 16.8457C8.44639 17.2442 8.95627 17.5 9.5939 17.5C10.0419 17.5 10.5031 17.4038 10.9251 17.1076C11.3278 16.8249 11.5994 16.426 11.8071 16.0041C12.2023 15.2012 12.5297 13.9521 12.9686 12.2497C13.0134 12.0758 13.0565 11.9093 13.098 11.75H14.4066C14.9589 11.75 15.4066 11.3023 15.4066 10.75C15.4066 10.1977 14.9589 9.75 14.4066 9.75H13.6552C13.7724 9.38239 13.8796 9.09906 13.9878 8.87911C14.1186 8.61353 14.2044 8.54348 14.2246 8.52929C14.2815 8.47486 14.4094 8.40603 14.4658 8.5661C14.4895 8.61674 14.5133 8.68264 14.5363 8.7662C14.6834 9.29856 15.2341 9.61094 15.7665 9.46392C16.2988 9.3169 16.6112 8.76616 16.4642 8.2338C16.3825 7.93792 16.2315 7.51379 15.9103 7.15433C15.5541 6.75577 15.0442 6.5 14.4066 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM14.4066 6.5C13.9586 6.5 13.4974 6.59624 13.0754 6.89242C12.6727 7.1751 12.4011 7.57397 12.1934 7.99589C11.9737 8.44227 11.775 9.02656 11.5664 9.75H10.5419C9.98963 9.75 9.54192 10.1977 9.54192 10.75C9.54192 11.3023 9.98963 11.75 10.5419 11.75L11.0319 11.7503C10.5685 13.5479 10.2943 14.5488 10.0127 15.1209C9.88195 15.3865 9.79613 15.4565 9.77591 15.4707C9.68121 15.582 9.57564 15.4925 9.53469 15.4339C9.51098 15.3833 9.48725 15.3174 9.46417 15.2338C9.31715 14.7014 8.76641 14.3891 8.23406 14.5361C7.7017 14.6831 7.38932 15.2338 7.53633 15.7662C7.61805 16.0621 7.76899 16.4862 8.09022 16.8457C8.44639 17.2442 8.95627 17.5 9.5939 17.5C10.0419 17.5 10.5031 17.4038 10.9251 17.1076C11.3278 16.8249 11.5994 16.426 11.8071 16.0041C12.2023 15.2012 12.5297 13.9521 12.9686 12.2497C13.0134 12.0758 13.0565 11.9093 13.098 11.75H14.4066C14.9589 11.75 15.4066 11.3023 15.4066 10.75C15.4066 10.1977 14.9589 9.75 14.4066 9.75H13.6552C13.7724 9.38239 13.8796 9.09906 13.9878 8.87911C14.1186 8.61353 14.2044 8.54348 14.2246 8.52929C14.2815 8.47486 14.4094 8.40603 14.4658 8.5661C14.4895 8.61674 14.5133 8.68264 14.5363 8.7662C14.6834 9.29856 15.2341 9.61094 15.7665 9.46392C16.2988 9.3169 16.6112 8.76616 16.4642 8.2338C16.3825 7.93792 16.2315 7.51379 15.9103 7.15433C15.5541 6.75577 15.0442 6.5 14.4066 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-function-of-x{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.69906 3.62183C9.21557 3.17071 9.81268 3 10.4379 3C11.3117 3 11.937 3.43525 12.333 3.98679C12.6958 4.49194 12.8734 5.09648 12.9765 5.56113C13.0961 6.1003 12.756 6.63438 12.2169 6.75403C11.6777 6.87368 11.1436 6.53359 11.024 5.99442C10.9384 5.60893 10.8315 5.32458 10.7085 5.15337C10.654 5.07743 10.6109 5.04481 10.5844 5.02988C10.563 5.01784 10.523 5 10.4379 5C10.2036 5 10.1025 5.05152 10.0147 5.12817C9.88847 5.23843 9.70605 5.48269 9.4878 6.03447C9.23616 6.6707 8.99481 7.55556 8.71381 8.77778H10.4379C10.9901 8.77778 11.4379 9.22549 11.4379 9.77778C11.4379 10.3301 10.9901 10.7778 10.4379 10.7778H8.27688C8.18321 11.2216 8.08444 11.696 7.97942 12.2029C7.34348 15.2724 6.89568 17.3782 6.37244 18.7011C6.10726 19.3716 5.7794 19.9607 5.30137 20.3782C4.78486 20.8293 4.18775 21 3.56257 21C2.68876 21 2.06346 20.5648 1.6674 20.0132C1.30465 19.5081 1.12708 18.9035 1.02396 18.4389C0.904314 17.8997 1.2444 17.3656 1.78357 17.246C2.32274 17.1263 2.85681 17.4664 2.97646 18.0056C3.06201 18.3911 3.16898 18.6754 3.29192 18.8466C3.34646 18.9226 3.38951 18.9552 3.41605 18.9701C3.43747 18.9822 3.47744 19 3.56257 19C3.7968 19 3.89796 18.9485 3.98572 18.8718C4.11196 18.7616 4.29438 18.5173 4.51263 17.9655C4.95622 16.844 5.36783 14.9498 6.02101 11.7971C6.09402 11.4447 6.16455 11.105 6.23299 10.7778H4.91688C4.3646 10.7778 3.91688 10.3301 3.91688 9.77778C3.91688 9.22549 4.3646 8.77778 4.91688 8.77778H6.66272C6.99849 7.27708 7.29826 6.13252 7.62799 5.29887C7.89317 4.62843 8.22102 4.03935 8.69906 3.62183Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.6096 11.0797C21.118 10.864 21.7051 11.1012 21.9208 11.6096C22.6369 13.2971 23.0137 14.6874 22.9999 16.0977C22.9861 17.5061 22.5834 18.8346 21.9203 20.392C21.704 20.9001 21.1167 21.1367 20.6085 20.9203C20.1004 20.704 19.8638 20.1167 20.0802 19.6085C20.7025 18.1467 20.99 17.1016 21 16.0781C21.01 15.0565 20.7441 13.9564 20.0797 12.3909C19.864 11.8825 20.1012 11.2955 20.6096 11.0797Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3904 11.0797C11.882 10.864 11.2949 11.1012 11.0792 11.6096C10.3631 13.2971 9.98633 14.6874 10.0001 16.0977C10.0139 17.5061 10.4166 18.8346 11.0797 20.392C11.296 20.9001 11.8833 21.1367 12.3915 20.9203C12.8996 20.704 13.1362 20.1167 12.9198 19.6085C12.2975 18.1467 12.01 17.1016 12 16.0781C11.99 15.0565 12.2559 13.9564 12.9203 12.3909C13.136 11.8825 12.8988 11.2955 12.3904 11.0797Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8294 15.0083C14.7151 15.0009 14.5618 15.0004 14.2941 15.0004C13.7418 15.0004 13.2941 14.5527 13.2941 14.0004C13.2941 13.4481 13.7418 13.0004 14.2941 13.0004L14.3985 13.0002C14.7977 12.999 15.2327 12.9978 15.6241 13.1443C15.8454 13.2271 16.0557 13.3461 16.2416 13.501C16.461 13.6838 16.6152 13.9122 16.7341 14.1332C16.8148 14.0492 16.8972 13.9678 16.9811 13.8903C17.4735 13.4362 18.1431 13.0004 19 13.0004C19.5523 13.0004 20 13.4481 20 14.0004C20 14.5527 19.5523 15.0004 19 15.0004C18.862 15.0004 18.6579 15.0646 18.3371 15.3605C18.1162 15.5643 17.8981 15.8225 17.6595 16.1286L17.8658 16.5777C17.9126 16.6795 17.9488 16.7581 17.9812 16.8257C18.0136 16.8929 18.036 16.9361 18.0528 16.9657L18.0586 16.9755C18.0625 16.9775 18.0671 16.9796 18.0722 16.9816C18.0815 16.9836 18.11 16.9885 18.1706 16.9925C18.2849 16.9999 18.4382 17.0004 18.7059 17.0004C19.2582 17.0004 19.7059 17.4481 19.7059 18.0004C19.7059 18.5527 19.2582 19.0004 18.7059 19.0004L18.6015 19.0006H18.6015C18.2023 19.0018 17.7673 19.003 17.3759 18.8566C17.1546 18.7737 16.9443 18.6547 16.7584 18.4998C16.539 18.317 16.3848 18.0886 16.2659 17.8676C16.1852 17.9517 16.1028 18.033 16.0189 18.1105C15.5265 18.5646 14.8569 19.0004 14 19.0004C13.4477 19.0004 13 18.5527 13 18.0004C13 17.4481 13.4477 17.0004 14 17.0004C14.138 17.0004 14.3421 16.9362 14.6629 16.6403C14.8838 16.4365 15.1019 16.1784 15.3405 15.8722L15.1342 15.4231C15.0874 15.3213 15.0512 15.2427 15.0188 15.1752C14.9864 15.1079 14.964 15.0648 14.9472 15.0352L14.9414 15.0253C14.9375 15.0233 14.9329 15.0213 14.9278 15.0192C14.9185 15.0172 14.89 15.0123 14.8294 15.0083Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.69906 3.62183C9.21557 3.17071 9.81268 3 10.4379 3C11.3117 3 11.937 3.43525 12.333 3.98679C12.6958 4.49194 12.8734 5.09648 12.9765 5.56113C13.0961 6.1003 12.756 6.63438 12.2169 6.75403C11.6777 6.87368 11.1436 6.53359 11.024 5.99442C10.9384 5.60893 10.8315 5.32458 10.7085 5.15337C10.654 5.07743 10.6109 5.04481 10.5844 5.02988C10.563 5.01784 10.523 5 10.4379 5C10.2036 5 10.1025 5.05152 10.0147 5.12817C9.88847 5.23843 9.70605 5.48269 9.4878 6.03447C9.23616 6.6707 8.99481 7.55556 8.71381 8.77778H10.4379C10.9901 8.77778 11.4379 9.22549 11.4379 9.77778C11.4379 10.3301 10.9901 10.7778 10.4379 10.7778H8.27688C8.18321 11.2216 8.08444 11.696 7.97942 12.2029C7.34348 15.2724 6.89568 17.3782 6.37244 18.7011C6.10726 19.3716 5.7794 19.9607 5.30137 20.3782C4.78486 20.8293 4.18775 21 3.56257 21C2.68876 21 2.06346 20.5648 1.6674 20.0132C1.30465 19.5081 1.12708 18.9035 1.02396 18.4389C0.904314 17.8997 1.2444 17.3656 1.78357 17.246C2.32274 17.1263 2.85681 17.4664 2.97646 18.0056C3.06201 18.3911 3.16898 18.6754 3.29192 18.8466C3.34646 18.9226 3.38951 18.9552 3.41605 18.9701C3.43747 18.9822 3.47744 19 3.56257 19C3.7968 19 3.89796 18.9485 3.98572 18.8718C4.11196 18.7616 4.29438 18.5173 4.51263 17.9655C4.95622 16.844 5.36783 14.9498 6.02101 11.7971C6.09402 11.4447 6.16455 11.105 6.23299 10.7778H4.91688C4.3646 10.7778 3.91688 10.3301 3.91688 9.77778C3.91688 9.22549 4.3646 8.77778 4.91688 8.77778H6.66272C6.99849 7.27708 7.29826 6.13252 7.62799 5.29887C7.89317 4.62843 8.22102 4.03935 8.69906 3.62183Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.6096 11.0797C21.118 10.864 21.7051 11.1012 21.9208 11.6096C22.6369 13.2971 23.0137 14.6874 22.9999 16.0977C22.9861 17.5061 22.5834 18.8346 21.9203 20.392C21.704 20.9001 21.1167 21.1367 20.6085 20.9203C20.1004 20.704 19.8638 20.1167 20.0802 19.6085C20.7025 18.1467 20.99 17.1016 21 16.0781C21.01 15.0565 20.7441 13.9564 20.0797 12.3909C19.864 11.8825 20.1012 11.2955 20.6096 11.0797Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3904 11.0797C11.882 10.864 11.2949 11.1012 11.0792 11.6096C10.3631 13.2971 9.98633 14.6874 10.0001 16.0977C10.0139 17.5061 10.4166 18.8346 11.0797 20.392C11.296 20.9001 11.8833 21.1367 12.3915 20.9203C12.8996 20.704 13.1362 20.1167 12.9198 19.6085C12.2975 18.1467 12.01 17.1016 12 16.0781C11.99 15.0565 12.2559 13.9564 12.9203 12.3909C13.136 11.8825 12.8988 11.2955 12.3904 11.0797Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8294 15.0083C14.7151 15.0009 14.5618 15.0004 14.2941 15.0004C13.7418 15.0004 13.2941 14.5527 13.2941 14.0004C13.2941 13.4481 13.7418 13.0004 14.2941 13.0004L14.3985 13.0002C14.7977 12.999 15.2327 12.9978 15.6241 13.1443C15.8454 13.2271 16.0557 13.3461 16.2416 13.501C16.461 13.6838 16.6152 13.9122 16.7341 14.1332C16.8148 14.0492 16.8972 13.9678 16.9811 13.8903C17.4735 13.4362 18.1431 13.0004 19 13.0004C19.5523 13.0004 20 13.4481 20 14.0004C20 14.5527 19.5523 15.0004 19 15.0004C18.862 15.0004 18.6579 15.0646 18.3371 15.3605C18.1162 15.5643 17.8981 15.8225 17.6595 16.1286L17.8658 16.5777C17.9126 16.6795 17.9488 16.7581 17.9812 16.8257C18.0136 16.8929 18.036 16.9361 18.0528 16.9657L18.0586 16.9755C18.0625 16.9775 18.0671 16.9796 18.0722 16.9816C18.0815 16.9836 18.11 16.9885 18.1706 16.9925C18.2849 16.9999 18.4382 17.0004 18.7059 17.0004C19.2582 17.0004 19.7059 17.4481 19.7059 18.0004C19.7059 18.5527 19.2582 19.0004 18.7059 19.0004L18.6015 19.0006H18.6015C18.2023 19.0018 17.7673 19.003 17.3759 18.8566C17.1546 18.7737 16.9443 18.6547 16.7584 18.4998C16.539 18.317 16.3848 18.0886 16.2659 17.8676C16.1852 17.9517 16.1028 18.033 16.0189 18.1105C15.5265 18.5646 14.8569 19.0004 14 19.0004C13.4477 19.0004 13 18.5527 13 18.0004C13 17.4481 13.4477 17.0004 14 17.0004C14.138 17.0004 14.3421 16.9362 14.6629 16.6403C14.8838 16.4365 15.1019 16.1784 15.3405 15.8722L15.1342 15.4231C15.0874 15.3213 15.0512 15.2427 15.0188 15.1752C14.9864 15.1079 14.964 15.0648 14.9472 15.0352L14.9414 15.0253C14.9375 15.0233 14.9329 15.0213 14.9278 15.0192C14.9185 15.0172 14.89 15.0123 14.8294 15.0083Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-function-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM14.7504 6C14.2647 6 13.7727 6.10078 13.322 6.40835C12.8879 6.7045 12.5883 7.12759 12.3542 7.58998C12.0972 8.09766 11.8649 8.76982 11.6179 9.61111H10.3336C9.78131 9.61111 9.33359 10.0588 9.33359 10.6111C9.33359 11.1634 9.78131 11.6111 10.3336 11.6111H11.0688L11.0337 11.7437C10.5052 13.7364 10.1893 14.8599 9.86193 15.5066C9.70929 15.8082 9.60069 15.9059 9.55129 15.9396C9.51862 15.9619 9.45195 16 9.25014 16C9.17595 16 9.14667 15.9872 9.14302 15.9856L9.14294 15.9855C9.13943 15.984 9.13313 15.9812 9.12005 15.967C9.08088 15.9244 9.02081 15.822 8.9622 15.6156C8.81129 15.0844 8.25828 14.776 7.72701 14.9269C7.19575 15.0779 6.8874 15.6309 7.03831 16.1621C7.13063 16.4871 7.2982 16.9403 7.64758 17.3204C8.03107 17.7376 8.57277 18 9.25014 18C9.73586 18 10.2278 17.8992 10.6786 17.5916C11.1126 17.2955 11.4122 16.8724 11.6463 16.41C12.0923 15.529 12.464 14.1525 12.9668 12.2563C13.0268 12.0303 13.084 11.8154 13.1388 11.6111H14.7504C15.3027 11.6111 15.7504 11.1634 15.7504 10.6111C15.7504 10.0588 15.3027 9.61111 14.7504 9.61111H13.7087C13.8615 9.13156 13.999 8.76911 14.1386 8.49335C14.2912 8.19185 14.3998 8.09411 14.4492 8.0604C14.4819 8.03811 14.5486 8 14.7504 8C14.8246 8 14.8538 8.01285 14.8575 8.01445L14.8576 8.01448C14.8611 8.01603 14.8674 8.01879 14.8805 8.03303C14.9196 8.07565 14.9797 8.17802 15.0383 8.38435C15.1892 8.91562 15.7422 9.22396 16.2735 9.07306C16.8048 8.92215 17.1131 8.36914 16.9622 7.83787C16.8699 7.51286 16.7023 7.05968 16.3529 6.67957C15.9694 6.26236 15.4277 6 14.7504 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM14.7504 6C14.2647 6 13.7727 6.10078 13.322 6.40835C12.8879 6.7045 12.5883 7.12759 12.3542 7.58998C12.0972 8.09766 11.8649 8.76982 11.6179 9.61111H10.3336C9.78131 9.61111 9.33359 10.0588 9.33359 10.6111C9.33359 11.1634 9.78131 11.6111 10.3336 11.6111H11.0688L11.0337 11.7437C10.5052 13.7364 10.1893 14.8599 9.86193 15.5066C9.70929 15.8082 9.60069 15.9059 9.55129 15.9396C9.51862 15.9619 9.45195 16 9.25014 16C9.17595 16 9.14667 15.9872 9.14302 15.9856L9.14294 15.9855C9.13943 15.984 9.13313 15.9812 9.12005 15.967C9.08088 15.9244 9.02081 15.822 8.9622 15.6156C8.81129 15.0844 8.25828 14.776 7.72701 14.9269C7.19575 15.0779 6.8874 15.6309 7.03831 16.1621C7.13063 16.4871 7.2982 16.9403 7.64758 17.3204C8.03107 17.7376 8.57277 18 9.25014 18C9.73586 18 10.2278 17.8992 10.6786 17.5916C11.1126 17.2955 11.4122 16.8724 11.6463 16.41C12.0923 15.529 12.464 14.1525 12.9668 12.2563C13.0268 12.0303 13.084 11.8154 13.1388 11.6111H14.7504C15.3027 11.6111 15.7504 11.1634 15.7504 10.6111C15.7504 10.0588 15.3027 9.61111 14.7504 9.61111H13.7087C13.8615 9.13156 13.999 8.76911 14.1386 8.49335C14.2912 8.19185 14.3998 8.09411 14.4492 8.0604C14.4819 8.03811 14.5486 8 14.7504 8C14.8246 8 14.8538 8.01285 14.8575 8.01445L14.8576 8.01448C14.8611 8.01603 14.8674 8.01879 14.8805 8.03303C14.9196 8.07565 14.9797 8.17802 15.0383 8.38435C15.1892 8.91562 15.7422 9.22396 16.2735 9.07306C16.8048 8.92215 17.1131 8.36914 16.9622 7.83787C16.8699 7.51286 16.7023 7.05968 16.3529 6.67957C15.9694 6.26236 15.4277 6 14.7504 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-function{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7251 2.60335C15.3586 2.15874 16.0642 2 16.813 2C17.7982 2 18.5485 2.38622 19.0747 2.975C19.5659 3.52469 19.8164 4.19882 19.9642 4.7338C20.1112 5.26616 19.7988 5.8169 19.2665 5.96392C18.7341 6.11094 18.1834 5.79856 18.0363 5.2662C17.92 4.84477 17.7721 4.5189 17.5834 4.30769C17.4296 4.13557 17.2183 4 16.813 4C16.3585 4 16.0866 4.09126 15.8741 4.2404C15.6423 4.40303 15.3781 4.70728 15.0782 5.31661C14.4582 6.57621 13.8832 8.70208 12.9686 12.2497C12.0785 15.7021 11.4503 18.0762 10.7167 19.5666C10.3398 20.3323 9.88966 20.9655 9.27539 21.3966C8.6419 21.8413 7.93631 22 7.18755 22C6.20227 22 5.45199 21.6138 4.92583 21.025C4.43461 20.4753 4.18408 19.8012 4.03633 19.2662C3.88932 18.7338 4.2017 18.1831 4.73406 18.0361C5.26641 17.8891 5.81715 18.2014 5.96417 18.7338C6.08055 19.1552 6.22838 19.4811 6.41712 19.6923C6.57093 19.8644 6.78224 20 7.18755 20C7.64197 20 7.91395 19.9087 8.12644 19.7596C8.35816 19.597 8.62237 19.2927 8.92229 18.6834C9.54227 17.4238 10.1173 15.2979 11.0319 11.7503C11.922 8.29792 12.5502 5.92379 13.2838 4.43339C13.6607 3.66772 14.1108 3.03447 14.7251 2.60335Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 10C8 9.44772 8.44772 9 9 9H17C17.5523 9 18 9.44772 18 10C18 10.5523 17.5523 11 17 11H9C8.44772 11 8 10.5523 8 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7251 2.60335C15.3586 2.15874 16.0642 2 16.813 2C17.7982 2 18.5485 2.38622 19.0747 2.975C19.5659 3.52469 19.8164 4.19882 19.9642 4.7338C20.1112 5.26616 19.7988 5.8169 19.2665 5.96392C18.7341 6.11094 18.1834 5.79856 18.0363 5.2662C17.92 4.84477 17.7721 4.5189 17.5834 4.30769C17.4296 4.13557 17.2183 4 16.813 4C16.3585 4 16.0866 4.09126 15.8741 4.2404C15.6423 4.40303 15.3781 4.70728 15.0782 5.31661C14.4582 6.57621 13.8832 8.70208 12.9686 12.2497C12.0785 15.7021 11.4503 18.0762 10.7167 19.5666C10.3398 20.3323 9.88966 20.9655 9.27539 21.3966C8.6419 21.8413 7.93631 22 7.18755 22C6.20227 22 5.45199 21.6138 4.92583 21.025C4.43461 20.4753 4.18408 19.8012 4.03633 19.2662C3.88932 18.7338 4.2017 18.1831 4.73406 18.0361C5.26641 17.8891 5.81715 18.2014 5.96417 18.7338C6.08055 19.1552 6.22838 19.4811 6.41712 19.6923C6.57093 19.8644 6.78224 20 7.18755 20C7.64197 20 7.91395 19.9087 8.12644 19.7596C8.35816 19.597 8.62237 19.2927 8.92229 18.6834C9.54227 17.4238 10.1173 15.2979 11.0319 11.7503C11.922 8.29792 12.5502 5.92379 13.2838 4.43339C13.6607 3.66772 14.1108 3.03447 14.7251 2.60335Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 10C8 9.44772 8.44772 9 9 9H17C17.5523 9 18 9.44772 18 10C18 10.5523 17.5523 11 17 11H9C8.44772 11 8 10.5523 8 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-greater-than-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM10.6716 7.25907C10.2624 6.88817 9.62997 6.91923 9.25907 7.32844C8.88817 7.73765 8.91923 8.37005 9.32844 8.74095L12.6607 11.7612C12.7698 11.8601 12.8494 11.9384 12.9071 12C12.8494 12.0616 12.7698 12.1399 12.6607 12.2388L9.32844 15.2591C8.91923 15.63 8.88817 16.2624 9.25907 16.6716C9.62997 17.0808 10.2624 17.1118 10.6716 16.7409L14.0038 13.7207C14.2422 13.5047 14.4752 13.2723 14.6514 13.0213C14.8336 12.7619 15 12.4191 15 12C15 11.5809 14.8336 11.2381 14.6514 10.9787C14.4752 10.7278 14.2422 10.4954 14.0038 10.2793L10.6716 7.25907Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM10.6716 7.25907C10.2624 6.88817 9.62997 6.91923 9.25907 7.32844C8.88817 7.73765 8.91923 8.37005 9.32844 8.74095L12.6607 11.7612C12.7698 11.8601 12.8494 11.9384 12.9071 12C12.8494 12.0616 12.7698 12.1399 12.6607 12.2388L9.32844 15.2591C8.91923 15.63 8.88817 16.2624 9.25907 16.6716C9.62997 17.0808 10.2624 17.1118 10.6716 16.7409L14.0038 13.7207C14.2422 13.5047 14.4752 13.2723 14.6514 13.0213C14.8336 12.7619 15 12.4191 15 12C15 11.5809 14.8336 11.2381 14.6514 10.9787C14.4752 10.7278 14.2422 10.4954 14.0038 10.2793L10.6716 7.25907Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-greater-than-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM10.6716 7.25907C10.2624 6.88817 9.62997 6.91923 9.25907 7.32844C8.88817 7.73765 8.91923 8.37005 9.32844 8.74095L12.6607 11.7612C12.7698 11.8601 12.8494 11.9384 12.9071 12C12.8494 12.0616 12.7698 12.1399 12.6607 12.2388L9.32844 15.2591C8.91923 15.63 8.88817 16.2624 9.25907 16.6716C9.62997 17.0808 10.2624 17.1118 10.6716 16.7409L14.0038 13.7207C14.2422 13.5047 14.4752 13.2723 14.6514 13.0213C14.8336 12.7619 15 12.4191 15 12C15 11.5809 14.8336 11.2381 14.6514 10.9787C14.4752 10.7278 14.2422 10.4954 14.0038 10.2793L10.6716 7.25907Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM10.6716 7.25907C10.2624 6.88817 9.62997 6.91923 9.25907 7.32844C8.88817 7.73765 8.91923 8.37005 9.32844 8.74095L12.6607 11.7612C12.7698 11.8601 12.8494 11.9384 12.9071 12C12.8494 12.0616 12.7698 12.1399 12.6607 12.2388L9.32844 15.2591C8.91923 15.63 8.88817 16.2624 9.25907 16.6716C9.62997 17.0808 10.2624 17.1118 10.6716 16.7409L14.0038 13.7207C14.2422 13.5047 14.4752 13.2723 14.6514 13.0213C14.8336 12.7619 15 12.4191 15 12C15 11.5809 14.8336 11.2381 14.6514 10.9787C14.4752 10.7278 14.2422 10.4954 14.0038 10.2793L10.6716 7.25907Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-greater-than{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.98804 3.26619C5.58278 3.82508 5.70733 4.60668 6.26622 5.01193L14.5968 11.0525C15.1361 11.4435 15.4604 11.7231 15.6432 11.9314C15.6661 11.9574 15.6849 11.9802 15.7003 12C15.6849 12.0197 15.6661 12.0425 15.6432 12.0685C15.4604 12.2769 15.1361 12.5564 14.5968 12.9475L6.26622 18.988C5.70733 19.3933 5.58278 20.1749 5.98804 20.7337C6.39329 21.2926 7.17489 21.4172 7.73378 21.0119L16.0644 14.9714C16.638 14.5555 17.1484 14.1434 17.522 13.7178C17.8966 13.2911 18.25 12.7188 18.25 12C18.25 11.2812 17.8966 10.7088 17.5221 10.2821C17.1484 9.85653 16.638 9.44447 16.0644 9.02853L7.73378 2.988C7.17489 2.58275 6.39329 2.7073 5.98804 3.26619Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.98804 3.26619C5.58278 3.82508 5.70733 4.60668 6.26622 5.01193L14.5968 11.0525C15.1361 11.4435 15.4604 11.7231 15.6432 11.9314C15.6661 11.9574 15.6849 11.9802 15.7003 12C15.6849 12.0197 15.6661 12.0425 15.6432 12.0685C15.4604 12.2769 15.1361 12.5564 14.5968 12.9475L6.26622 18.988C5.70733 19.3933 5.58278 20.1749 5.98804 20.7337C6.39329 21.2926 7.17489 21.4172 7.73378 21.0119L16.0644 14.9714C16.638 14.5555 17.1484 14.1434 17.522 13.7178C17.8966 13.2911 18.25 12.7188 18.25 12C18.25 11.2812 17.8966 10.7088 17.5221 10.2821C17.1484 9.85653 16.638 9.44447 16.0644 9.02853L7.73378 2.988C7.17489 2.58275 6.39329 2.7073 5.98804 3.26619Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-hexagon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3867 1.6503C10.928 1.40283 11.4371 1.25 12 1.25C12.5629 1.25 13.072 1.40283 13.6133 1.6503C14.1321 1.88741 14.7296 2.23554 15.4628 2.66274L18.2921 4.31107C19.0255 4.73832 19.623 5.0864 20.0858 5.42109C20.5689 5.77048 20.9532 6.13799 21.2333 6.62754C21.5132 7.11674 21.6361 7.63527 21.6942 8.23069C21.75 8.80176 21.75 9.49732 21.75 10.3523V13.6477C21.75 14.5027 21.75 15.1982 21.6942 15.7693C21.6361 16.3647 21.5132 16.8833 21.2333 17.3725C20.9532 17.862 20.5689 18.2295 20.0858 18.5789C19.623 18.9136 19.0255 19.2617 18.2922 19.6889L15.4629 21.3372C14.7296 21.7644 14.1321 22.1126 13.6133 22.3497C13.072 22.5972 12.5629 22.75 12 22.75C11.4371 22.75 10.928 22.5972 10.3867 22.3497C9.86792 22.1126 9.27039 21.7644 8.53711 21.3372L5.70784 19.6889L5.70777 19.6889C4.97445 19.2617 4.37698 18.9136 3.91423 18.5789C3.43112 18.2295 3.04681 17.862 2.76671 17.3725C2.48682 16.8833 2.36393 16.3647 2.30577 15.7693C2.24998 15.1982 2.24999 14.5027 2.25 13.6477V13.6477V10.3523V10.3523C2.24999 9.49731 2.24998 8.80175 2.30577 8.23069C2.36393 7.63527 2.48682 7.11674 2.76671 6.62754C3.04681 6.13799 3.43112 5.77048 3.91423 5.42109C4.377 5.0864 4.9745 4.73831 5.70787 4.31107L8.53715 2.66275C9.27041 2.23554 9.86793 1.88742 10.3867 1.6503Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3867 1.6503C10.928 1.40283 11.4371 1.25 12 1.25C12.5629 1.25 13.072 1.40283 13.6133 1.6503C14.1321 1.88741 14.7296 2.23554 15.4628 2.66274L18.2921 4.31107C19.0255 4.73832 19.623 5.0864 20.0858 5.42109C20.5689 5.77048 20.9532 6.13799 21.2333 6.62754C21.5132 7.11674 21.6361 7.63527 21.6942 8.23069C21.75 8.80176 21.75 9.49732 21.75 10.3523V13.6477C21.75 14.5027 21.75 15.1982 21.6942 15.7693C21.6361 16.3647 21.5132 16.8833 21.2333 17.3725C20.9532 17.862 20.5689 18.2295 20.0858 18.5789C19.623 18.9136 19.0255 19.2617 18.2922 19.6889L15.4629 21.3372C14.7296 21.7644 14.1321 22.1126 13.6133 22.3497C13.072 22.5972 12.5629 22.75 12 22.75C11.4371 22.75 10.928 22.5972 10.3867 22.3497C9.86792 22.1126 9.27039 21.7644 8.53711 21.3372L5.70784 19.6889L5.70777 19.6889C4.97445 19.2617 4.37698 18.9136 3.91423 18.5789C3.43112 18.2295 3.04681 17.862 2.76671 17.3725C2.48682 16.8833 2.36393 16.3647 2.30577 15.7693C2.24998 15.1982 2.24999 14.5027 2.25 13.6477V13.6477V10.3523V10.3523C2.24999 9.49731 2.24998 8.80175 2.30577 8.23069C2.36393 7.63527 2.48682 7.11674 2.76671 6.62754C3.04681 6.13799 3.43112 5.77048 3.91423 5.42109C4.377 5.0864 4.9745 4.73831 5.70787 4.31107L8.53715 2.66275C9.27041 2.23554 9.86793 1.88742 10.3867 1.6503Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-hyperbole{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H13V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H11V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 8C22 8.55228 21.5523 9 21 9C17.6863 9 15 6.31371 15 3C15 2.44771 15.4477 2 16 2C16.5523 2 17 2.44772 17 3C17 5.20914 18.7909 7 21 7C21.5523 7 22 7.44772 22 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 16C2 15.4477 2.44772 15 3 15C6.31371 15 9 17.6863 9 21C9 21.5523 8.55228 22 8 22C7.44772 22 7 21.5523 7 21C7 18.7909 5.20914 17 3 17C2.44772 17 2 16.5523 2 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H13V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H11V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 8C22 8.55228 21.5523 9 21 9C17.6863 9 15 6.31371 15 3C15 2.44771 15.4477 2 16 2C16.5523 2 17 2.44772 17 3C17 5.20914 18.7909 7 21 7C21.5523 7 22 7.44772 22 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 16C2 15.4477 2.44772 15 3 15C6.31371 15 9 17.6863 9 21C9 21.5523 8.55228 22 8 22C7.44772 22 7 21.5523 7 21C7 18.7909 5.20914 17 3 17C2.44772 17 2 16.5523 2 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-inequality-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 20.0001C1.75 19.3098 2.30964 18.7501 3 18.7501H21C21.6904 18.7501 22.25 19.3098 22.25 20.0001C22.25 20.6905 21.6904 21.2501 21 21.2501H3C2.30964 21.2501 1.75 20.6905 1.75 20.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.3059 3.25578C18.717 3.81042 18.6006 4.59327 18.046 5.00433L6.35023 13.6726C5.76143 14.1089 5.30242 14.4504 4.95132 14.7303C5.42853 14.749 6.04269 14.7501 6.83804 14.7501H21.0002C21.6906 14.7501 22.2502 15.3097 22.2502 16.0001C22.2502 16.6904 21.6906 17.2501 21.0002 17.2501L6.74906 17.2501C5.63473 17.2501 4.67767 17.2502 3.97497 17.1619C3.61191 17.1163 3.20876 17.0361 2.84575 16.8596C2.44925 16.6668 2.05825 16.3354 1.86264 15.8064C1.66413 15.2696 1.74992 14.7533 1.94993 14.338C2.12881 13.9666 2.40541 13.6566 2.66288 13.4071C3.16109 12.9242 3.91651 12.3644 4.78676 11.7195C4.81163 11.7011 4.83659 11.6826 4.86164 11.664L16.5574 2.99583C17.112 2.58476 17.8949 2.70115 18.3059 3.25578Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 20.0001C1.75 19.3098 2.30964 18.7501 3 18.7501H21C21.6904 18.7501 22.25 19.3098 22.25 20.0001C22.25 20.6905 21.6904 21.2501 21 21.2501H3C2.30964 21.2501 1.75 20.6905 1.75 20.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.3059 3.25578C18.717 3.81042 18.6006 4.59327 18.046 5.00433L6.35023 13.6726C5.76143 14.1089 5.30242 14.4504 4.95132 14.7303C5.42853 14.749 6.04269 14.7501 6.83804 14.7501H21.0002C21.6906 14.7501 22.2502 15.3097 22.2502 16.0001C22.2502 16.6904 21.6906 17.2501 21.0002 17.2501L6.74906 17.2501C5.63473 17.2501 4.67767 17.2502 3.97497 17.1619C3.61191 17.1163 3.20876 17.0361 2.84575 16.8596C2.44925 16.6668 2.05825 16.3354 1.86264 15.8064C1.66413 15.2696 1.74992 14.7533 1.94993 14.338C2.12881 13.9666 2.40541 13.6566 2.66288 13.4071C3.16109 12.9242 3.91651 12.3644 4.78676 11.7195C4.81163 11.7011 4.83659 11.6826 4.86164 11.664L16.5574 2.99583C17.112 2.58476 17.8949 2.70115 18.3059 3.25578Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-inequality-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.25 20C22.25 19.3096 21.6904 18.75 21 18.75H3C2.30964 18.75 1.75 19.3096 1.75 20C1.75 20.6904 2.30964 21.25 3 21.25H21C21.6904 21.25 22.25 20.6904 22.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.69407 3.25578C5.283 3.81042 5.39939 4.59327 5.95402 5.00433L17.6498 13.6726C18.2386 14.1089 18.6976 14.4504 19.0487 14.7303C18.5715 14.749 17.9573 14.7501 17.162 14.7501H2.99978C2.30943 14.7501 1.74978 15.3097 1.74978 16.0001C1.74978 16.6904 2.30943 17.2501 2.99978 17.2501L17.2509 17.2501C18.3653 17.2501 19.3223 17.2502 20.025 17.1619C20.3881 17.1163 20.7912 17.0361 21.1543 16.8596C21.5508 16.6668 21.9417 16.3354 22.1374 15.8064C22.3359 15.2696 22.2501 14.7533 22.0501 14.338C21.8712 13.9666 21.5946 13.6566 21.3371 13.4071C20.8389 12.9242 20.0835 12.3644 19.2132 11.7195C19.1884 11.7011 19.1634 11.6826 19.1384 11.664L7.44261 2.99583C6.88798 2.58476 6.10513 2.70115 5.69407 3.25578Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.25 20C22.25 19.3096 21.6904 18.75 21 18.75H3C2.30964 18.75 1.75 19.3096 1.75 20C1.75 20.6904 2.30964 21.25 3 21.25H21C21.6904 21.25 22.25 20.6904 22.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.69407 3.25578C5.283 3.81042 5.39939 4.59327 5.95402 5.00433L17.6498 13.6726C18.2386 14.1089 18.6976 14.4504 19.0487 14.7303C18.5715 14.749 17.9573 14.7501 17.162 14.7501H2.99978C2.30943 14.7501 1.74978 15.3097 1.74978 16.0001C1.74978 16.6904 2.30943 17.2501 2.99978 17.2501L17.2509 17.2501C18.3653 17.2501 19.3223 17.2502 20.025 17.1619C20.3881 17.1163 20.7912 17.0361 21.1543 16.8596C21.5508 16.6668 21.9417 16.3354 22.1374 15.8064C22.3359 15.2696 22.2501 14.7533 22.0501 14.338C21.8712 13.9666 21.5946 13.6566 21.3371 13.4071C20.8389 12.9242 20.0835 12.3644 19.2132 11.7195C19.1884 11.7011 19.1634 11.6826 19.1384 11.664L7.44261 2.99583C6.88798 2.58476 6.10513 2.70115 5.69407 3.25578Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-inequality-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM14.6613 7.75017C15.0756 7.38496 15.1154 6.75305 14.7502 6.33875C14.3849 5.92445 13.753 5.88465 13.3387 6.24986L7.50046 11.3963L7.48798 11.4075C6.97691 11.8735 6.88413 12.5585 7.1324 13.105C7.37441 13.6377 7.91475 14 8.5495 14H16C16.5523 14 17 13.5523 17 13C17 12.4477 16.5523 12 16 12H9.84012L14.6613 7.75017ZM8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18H16C16.5523 18 17 17.5523 17 17C17 16.4477 16.5523 16 16 16H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM14.6613 7.75017C15.0756 7.38496 15.1154 6.75305 14.7502 6.33875C14.3849 5.92445 13.753 5.88465 13.3387 6.24986L7.50046 11.3963L7.48798 11.4075C6.97691 11.8735 6.88413 12.5585 7.1324 13.105C7.37441 13.6377 7.91475 14 8.5495 14H16C16.5523 14 17 13.5523 17 13C17 12.4477 16.5523 12 16 12H9.84012L14.6613 7.75017ZM8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18H16C16.5523 18 17 17.5523 17 17C17 16.4477 16.5523 16 16 16H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-inequality-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM9.33874 7.75017C8.92444 7.38496 8.88464 6.75305 9.24985 6.33875C9.61505 5.92445 10.247 5.88465 10.6613 6.24986L16.4995 11.3963L16.512 11.4075C17.0231 11.8735 17.1159 12.5585 16.8676 13.105C16.6256 13.6377 16.0852 14 15.4505 14H8C7.44771 14 7 13.5523 7 13C7 12.4477 7.44771 12 8 12H14.1599L9.33874 7.75017ZM16 16C16.5523 16 17 16.4477 17 17C17 17.5523 16.5523 18 16 18H8C7.44771 18 7 17.5523 7 17C7 16.4477 7.44771 16 8 16H16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM9.33874 7.75017C8.92444 7.38496 8.88464 6.75305 9.24985 6.33875C9.61505 5.92445 10.247 5.88465 10.6613 6.24986L16.4995 11.3963L16.512 11.4075C17.0231 11.8735 17.1159 12.5585 16.8676 13.105C16.6256 13.6377 16.0852 14 15.4505 14H8C7.44771 14 7 13.5523 7 13C7 12.4477 7.44771 12 8 12H14.1599L9.33874 7.75017ZM16 16C16.5523 16 17 16.4477 17 17C17 17.5523 16.5523 18 16 18H8C7.44771 18 7 17.5523 7 17C7 16.4477 7.44771 16 8 16H16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-inequality-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM14.6613 7.75016C15.0756 7.38496 15.1154 6.75304 14.7502 6.33874C14.3849 5.92444 13.753 5.88465 13.3387 6.24985L7.50046 11.3963L7.48798 11.4075C6.97691 11.8734 6.88413 12.5585 7.1324 13.105C7.37441 13.6377 7.91475 14 8.5495 14H16C16.5523 14 17 13.5523 17 13C17 12.4477 16.5523 12 16 12H9.84012L14.6613 7.75016ZM8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18H16C16.5523 18 17 17.5523 17 17C17 16.4477 16.5523 16 16 16H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM14.6613 7.75016C15.0756 7.38496 15.1154 6.75304 14.7502 6.33874C14.3849 5.92444 13.753 5.88465 13.3387 6.24985L7.50046 11.3963L7.48798 11.4075C6.97691 11.8734 6.88413 12.5585 7.1324 13.105C7.37441 13.6377 7.91475 14 8.5495 14H16C16.5523 14 17 13.5523 17 13C17 12.4477 16.5523 12 16 12H9.84012L14.6613 7.75016ZM8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18H16C16.5523 18 17 17.5523 17 17C17 16.4477 16.5523 16 16 16H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-inequality-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM10.6613 6.24985C10.247 5.88465 9.61505 5.92444 9.24985 6.33874C8.88464 6.75304 8.92444 7.38496 9.33874 7.75016L14.1599 12H8C7.44772 12 7 12.4477 7 13C7 13.5523 7.44772 14 8 14H15.4505C16.0852 14 16.6256 13.6377 16.8676 13.105C17.1159 12.5585 17.0231 11.8734 16.512 11.4075L16.4995 11.3963L10.6613 6.24985ZM8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18H16C16.5523 18 17 17.5523 17 17C17 16.4477 16.5523 16 16 16H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM10.6613 6.24985C10.247 5.88465 9.61505 5.92444 9.24985 6.33874C8.88464 6.75304 8.92444 7.38496 9.33874 7.75016L14.1599 12H8C7.44772 12 7 12.4477 7 13C7 13.5523 7.44772 14 8 14H15.4505C16.0852 14 16.6256 13.6377 16.8676 13.105C17.1159 12.5585 17.0231 11.8734 16.512 11.4075L16.4995 11.3963L10.6613 6.24985ZM8 16C7.44772 16 7 16.4477 7 17C7 17.5523 7.44772 18 8 18H16C16.5523 18 17 17.5523 17 17C17 16.4477 16.5523 16 16 16H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-infinity-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 8C4.42522 8 3 9.64616 3 12C3 14.3538 4.42522 16 6.5 16C6.89277 16 7.37581 15.8172 7.9365 15.4098C8.48745 15.0094 9.02767 14.4541 9.51373 13.8641C9.99579 13.279 10.4009 12.6889 10.6866 12.2423C10.7422 12.1554 10.7931 12.0742 10.8389 12C10.7931 11.9258 10.7422 11.8446 10.6866 11.7577C10.4009 11.3111 9.99579 10.721 9.51373 10.1359C9.02767 9.54588 8.48745 8.99058 7.9365 8.59022C7.37581 8.18279 6.89277 8 6.5 8ZM13.1611 12C13.2069 12.0742 13.2578 12.1554 13.3134 12.2423C13.5991 12.6889 14.0042 13.279 14.4863 13.8641C14.9723 14.4541 15.5125 15.0094 16.0635 15.4098C16.6242 15.8172 17.1072 16 17.5 16C19.5748 16 21 14.3538 21 12C21 9.64616 19.5748 8 17.5 8C17.1072 8 16.6242 8.18279 16.0635 8.59022C15.5125 8.99058 14.9723 9.54588 14.4863 10.1359C14.0042 10.721 13.5991 11.3111 13.3134 11.7577C13.2578 11.8446 13.2069 11.9258 13.1611 12ZM12 13.88C11.7349 14.2656 11.4167 14.6996 11.0573 15.1359C10.5136 15.7959 9.85138 16.4906 9.1122 17.0277C8.38275 17.5578 7.48794 18 6.5 18C3.05193 18 1 15.169 1 12C1 8.83099 3.05193 6 6.5 6C7.48794 6 8.38275 6.44221 9.1122 6.97228C9.85138 7.50942 10.5136 8.20412 11.0573 8.86414C11.4167 9.30035 11.7349 9.73442 12 10.12C12.2651 9.73442 12.5833 9.30035 12.9427 8.86414C13.4864 8.20412 14.1486 7.50942 14.8878 6.97228C15.6172 6.44221 16.5121 6 17.5 6C20.9481 6 23 8.83099 23 12C23 15.169 20.9481 18 17.5 18C16.5121 18 15.6172 17.5578 14.8878 17.0277C14.1486 16.4906 13.4864 15.7959 12.9427 15.1359C12.5833 14.6996 12.2651 14.2656 12 13.88Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 8C4.42522 8 3 9.64616 3 12C3 14.3538 4.42522 16 6.5 16C6.89277 16 7.37581 15.8172 7.9365 15.4098C8.48745 15.0094 9.02767 14.4541 9.51373 13.8641C9.99579 13.279 10.4009 12.6889 10.6866 12.2423C10.7422 12.1554 10.7931 12.0742 10.8389 12C10.7931 11.9258 10.7422 11.8446 10.6866 11.7577C10.4009 11.3111 9.99579 10.721 9.51373 10.1359C9.02767 9.54588 8.48745 8.99058 7.9365 8.59022C7.37581 8.18279 6.89277 8 6.5 8ZM13.1611 12C13.2069 12.0742 13.2578 12.1554 13.3134 12.2423C13.5991 12.6889 14.0042 13.279 14.4863 13.8641C14.9723 14.4541 15.5125 15.0094 16.0635 15.4098C16.6242 15.8172 17.1072 16 17.5 16C19.5748 16 21 14.3538 21 12C21 9.64616 19.5748 8 17.5 8C17.1072 8 16.6242 8.18279 16.0635 8.59022C15.5125 8.99058 14.9723 9.54588 14.4863 10.1359C14.0042 10.721 13.5991 11.3111 13.3134 11.7577C13.2578 11.8446 13.2069 11.9258 13.1611 12ZM12 13.88C11.7349 14.2656 11.4167 14.6996 11.0573 15.1359C10.5136 15.7959 9.85138 16.4906 9.1122 17.0277C8.38275 17.5578 7.48794 18 6.5 18C3.05193 18 1 15.169 1 12C1 8.83099 3.05193 6 6.5 6C7.48794 6 8.38275 6.44221 9.1122 6.97228C9.85138 7.50942 10.5136 8.20412 11.0573 8.86414C11.4167 9.30035 11.7349 9.73442 12 10.12C12.2651 9.73442 12.5833 9.30035 12.9427 8.86414C13.4864 8.20412 14.1486 7.50942 14.8878 6.97228C15.6172 6.44221 16.5121 6 17.5 6C20.9481 6 23 8.83099 23 12C23 15.169 20.9481 18 17.5 18C16.5121 18 15.6172 17.5578 14.8878 17.0277C14.1486 16.4906 13.4864 15.7959 12.9427 15.1359C12.5833 14.6996 12.2651 14.2656 12 13.88Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-infinity-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.7 10C7.72979 10 7 10.7507 7 12C7 13.2493 7.72979 14 8.7 14C8.81663 14 9.0241 13.9422 9.32676 13.7223C9.61968 13.5094 9.91942 13.2041 10.1995 12.8641C10.4513 12.5585 10.6679 12.2487 10.8297 12C10.6679 11.7513 10.4513 11.4415 10.1995 11.1359C9.91942 10.7959 9.61968 10.4906 9.32676 10.2777C9.0241 10.0578 8.81663 10 8.7 10ZM13.1703 12C13.3321 12.2487 13.5487 12.5585 13.8005 12.8641C14.0806 13.2041 14.3803 13.5094 14.6732 13.7223C14.9759 13.9422 15.1834 14 15.3 14C16.2702 14 17 13.2493 17 12C17 10.7507 16.2702 10 15.3 10C15.1834 10 14.9759 10.0578 14.6732 10.2777C14.3803 10.4906 14.0806 10.7959 13.8005 11.1359C13.5487 11.4415 13.3321 11.7513 13.1703 12ZM12 13.811C11.9189 13.9177 11.8331 14.0266 11.7431 14.1359C11.4053 14.5459 10.9836 14.9906 10.5025 15.3402C10.031 15.6828 9.4118 16 8.7 16C6.3565 16 5 14.0644 5 12C5 9.93556 6.3565 8 8.7 8C9.4118 8 10.031 8.31721 10.5025 8.65978C10.9836 9.00942 11.4053 9.45412 11.7431 9.86414C11.8331 9.97341 11.9189 10.0823 12 10.189C12.0811 10.0823 12.1669 9.97341 12.2569 9.86414C12.5947 9.45412 13.0164 9.00942 13.4975 8.65978C13.969 8.31721 14.5882 8 15.3 8C17.6435 8 19 9.93556 19 12C19 14.0644 17.6435 16 15.3 16C14.5882 16 13.969 15.6828 13.4975 15.3402C13.0164 14.9906 12.5947 14.5459 12.2569 14.1359C12.1669 14.0266 12.0811 13.9177 12 13.811Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.26894 2.39006C7.3297 2.939 6.93396 3.43325 6.38503 3.49402C5.10653 3.63554 4.46124 3.9319 3.99964 4.45137C3.56839 4.93669 3.29509 5.62061 3.14945 6.8397C3.00168 8.07662 3 9.70695 3 12.0001C3 14.2932 3.00168 15.9236 3.14945 17.1605C3.29509 18.3796 3.56839 19.0635 3.99964 19.5488C4.46123 20.0683 5.10653 20.3646 6.38503 20.5062C6.93396 20.5669 7.3297 21.0612 7.26894 21.6101C7.20817 22.159 6.71392 22.5548 6.16499 22.494C4.66448 22.3279 3.43918 21.9291 2.5046 20.8773C1.68373 19.9535 1.33097 18.7989 1.16358 17.3977C0.99997 16.0283 0.999984 14.2782 1 12.0673V11.9329C0.999984 9.72193 0.99997 7.97192 1.16358 6.60245C1.33097 5.20131 1.68373 4.0467 2.5046 3.1229C3.43918 2.07113 4.66448 1.67226 6.16498 1.50616C6.71392 1.44539 7.20817 1.84113 7.26894 2.39006ZM16.7311 2.39006C16.7918 1.84113 17.2861 1.4454 17.835 1.50616C19.3355 1.67226 20.5608 2.07113 21.4954 3.1229C22.3163 4.0467 22.669 5.20131 22.8364 6.60245C23 7.97191 23 9.72191 23 11.9329V12.0673C23 14.2783 23 16.0283 22.8364 17.3977C22.669 18.7989 22.3163 19.9535 21.4954 20.8773C20.5608 21.929 19.3355 22.3279 17.835 22.494C17.2861 22.5548 16.7918 22.159 16.7311 21.6101C16.6703 21.0612 17.066 20.5669 17.615 20.5062C18.8935 20.3646 19.5388 20.0683 20.0004 19.5488C20.4316 19.0635 20.7049 18.3796 20.8505 17.1605C20.9983 15.9236 21 14.2932 21 12.0001C21 9.70695 20.9983 8.07662 20.8505 6.8397C20.7049 5.62061 20.4316 4.93669 20.0004 4.45137C19.5388 3.9319 18.8935 3.63554 17.615 3.49402C17.066 3.43325 16.6703 2.939 16.7311 2.39006Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.7 10C7.72979 10 7 10.7507 7 12C7 13.2493 7.72979 14 8.7 14C8.81663 14 9.0241 13.9422 9.32676 13.7223C9.61968 13.5094 9.91942 13.2041 10.1995 12.8641C10.4513 12.5585 10.6679 12.2487 10.8297 12C10.6679 11.7513 10.4513 11.4415 10.1995 11.1359C9.91942 10.7959 9.61968 10.4906 9.32676 10.2777C9.0241 10.0578 8.81663 10 8.7 10ZM13.1703 12C13.3321 12.2487 13.5487 12.5585 13.8005 12.8641C14.0806 13.2041 14.3803 13.5094 14.6732 13.7223C14.9759 13.9422 15.1834 14 15.3 14C16.2702 14 17 13.2493 17 12C17 10.7507 16.2702 10 15.3 10C15.1834 10 14.9759 10.0578 14.6732 10.2777C14.3803 10.4906 14.0806 10.7959 13.8005 11.1359C13.5487 11.4415 13.3321 11.7513 13.1703 12ZM12 13.811C11.9189 13.9177 11.8331 14.0266 11.7431 14.1359C11.4053 14.5459 10.9836 14.9906 10.5025 15.3402C10.031 15.6828 9.4118 16 8.7 16C6.3565 16 5 14.0644 5 12C5 9.93556 6.3565 8 8.7 8C9.4118 8 10.031 8.31721 10.5025 8.65978C10.9836 9.00942 11.4053 9.45412 11.7431 9.86414C11.8331 9.97341 11.9189 10.0823 12 10.189C12.0811 10.0823 12.1669 9.97341 12.2569 9.86414C12.5947 9.45412 13.0164 9.00942 13.4975 8.65978C13.969 8.31721 14.5882 8 15.3 8C17.6435 8 19 9.93556 19 12C19 14.0644 17.6435 16 15.3 16C14.5882 16 13.969 15.6828 13.4975 15.3402C13.0164 14.9906 12.5947 14.5459 12.2569 14.1359C12.1669 14.0266 12.0811 13.9177 12 13.811Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.26894 2.39006C7.3297 2.939 6.93396 3.43325 6.38503 3.49402C5.10653 3.63554 4.46124 3.9319 3.99964 4.45137C3.56839 4.93669 3.29509 5.62061 3.14945 6.8397C3.00168 8.07662 3 9.70695 3 12.0001C3 14.2932 3.00168 15.9236 3.14945 17.1605C3.29509 18.3796 3.56839 19.0635 3.99964 19.5488C4.46123 20.0683 5.10653 20.3646 6.38503 20.5062C6.93396 20.5669 7.3297 21.0612 7.26894 21.6101C7.20817 22.159 6.71392 22.5548 6.16499 22.494C4.66448 22.3279 3.43918 21.9291 2.5046 20.8773C1.68373 19.9535 1.33097 18.7989 1.16358 17.3977C0.99997 16.0283 0.999984 14.2782 1 12.0673V11.9329C0.999984 9.72193 0.99997 7.97192 1.16358 6.60245C1.33097 5.20131 1.68373 4.0467 2.5046 3.1229C3.43918 2.07113 4.66448 1.67226 6.16498 1.50616C6.71392 1.44539 7.20817 1.84113 7.26894 2.39006ZM16.7311 2.39006C16.7918 1.84113 17.2861 1.4454 17.835 1.50616C19.3355 1.67226 20.5608 2.07113 21.4954 3.1229C22.3163 4.0467 22.669 5.20131 22.8364 6.60245C23 7.97191 23 9.72191 23 11.9329V12.0673C23 14.2783 23 16.0283 22.8364 17.3977C22.669 18.7989 22.3163 19.9535 21.4954 20.8773C20.5608 21.929 19.3355 22.3279 17.835 22.494C17.2861 22.5548 16.7918 22.159 16.7311 21.6101C16.6703 21.0612 17.066 20.5669 17.615 20.5062C18.8935 20.3646 19.5388 20.0683 20.0004 19.5488C20.4316 19.0635 20.7049 18.3796 20.8505 17.1605C20.9983 15.9236 21 14.2932 21 12.0001C21 9.70695 20.9983 8.07662 20.8505 6.8397C20.7049 5.62061 20.4316 4.93669 20.0004 4.45137C19.5388 3.9319 18.8935 3.63554 17.615 3.49402C17.066 3.43325 16.6703 2.939 16.7311 2.39006Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-infinity-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM7 12C7 11.203 7.56345 10.5 8.7 10.5C8.86652 10.5 9.09875 10.5656 9.39662 10.746C9.68924 10.9232 9.98532 11.175 10.2602 11.4531C10.4461 11.6411 10.6124 11.831 10.7509 12C10.6124 12.169 10.4461 12.3589 10.2602 12.5469C9.98532 12.825 9.68924 13.0768 9.39662 13.254C9.09875 13.4344 8.86652 13.5 8.7 13.5C7.56345 13.5 7 12.797 7 12ZM13.7398 12.5469C13.5539 12.3589 13.3876 12.169 13.2491 12C13.3876 11.831 13.5539 11.6411 13.7398 11.4531C14.0147 11.175 14.3108 10.9232 14.6034 10.746C14.9012 10.5656 15.1335 10.5 15.3 10.5C16.4366 10.5 17 11.203 17 12C17 12.797 16.4366 13.5 15.3 13.5C15.1335 13.5 14.9012 13.4344 14.6034 13.254C14.3108 13.0768 14.0147 12.825 13.7398 12.5469ZM11.6825 13.9531C11.7951 13.8391 11.9013 13.7255 12 13.6153C12.0987 13.7255 12.2049 13.8391 12.3175 13.9531C12.6606 14.3 13.0859 14.6732 13.5674 14.9648C14.0436 15.2531 14.6381 15.5 15.3 15.5C17.4772 15.5 19 13.9644 19 12C19 10.0356 17.4772 8.5 15.3 8.5C14.6381 8.5 14.0436 8.74686 13.5674 9.03524C13.0859 9.32679 12.6606 9.69997 12.3175 10.0469C12.2049 10.1609 12.0987 10.2745 12 10.3847C11.9013 10.2745 11.7951 10.1609 11.6825 10.0469C11.3394 9.69997 10.9141 9.32679 10.4326 9.03524C9.95639 8.74686 9.3619 8.5 8.7 8.5C6.52284 8.5 5 10.0356 5 12C5 13.9644 6.52284 15.5 8.7 15.5C9.3619 15.5 9.95639 15.2531 10.4326 14.9648C10.9141 14.6732 11.3394 14.3 11.6825 13.9531Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM7 12C7 11.203 7.56345 10.5 8.7 10.5C8.86652 10.5 9.09875 10.5656 9.39662 10.746C9.68924 10.9232 9.98532 11.175 10.2602 11.4531C10.4461 11.6411 10.6124 11.831 10.7509 12C10.6124 12.169 10.4461 12.3589 10.2602 12.5469C9.98532 12.825 9.68924 13.0768 9.39662 13.254C9.09875 13.4344 8.86652 13.5 8.7 13.5C7.56345 13.5 7 12.797 7 12ZM13.7398 12.5469C13.5539 12.3589 13.3876 12.169 13.2491 12C13.3876 11.831 13.5539 11.6411 13.7398 11.4531C14.0147 11.175 14.3108 10.9232 14.6034 10.746C14.9012 10.5656 15.1335 10.5 15.3 10.5C16.4366 10.5 17 11.203 17 12C17 12.797 16.4366 13.5 15.3 13.5C15.1335 13.5 14.9012 13.4344 14.6034 13.254C14.3108 13.0768 14.0147 12.825 13.7398 12.5469ZM11.6825 13.9531C11.7951 13.8391 11.9013 13.7255 12 13.6153C12.0987 13.7255 12.2049 13.8391 12.3175 13.9531C12.6606 14.3 13.0859 14.6732 13.5674 14.9648C14.0436 15.2531 14.6381 15.5 15.3 15.5C17.4772 15.5 19 13.9644 19 12C19 10.0356 17.4772 8.5 15.3 8.5C14.6381 8.5 14.0436 8.74686 13.5674 9.03524C13.0859 9.32679 12.6606 9.69997 12.3175 10.0469C12.2049 10.1609 12.0987 10.2745 12 10.3847C11.9013 10.2745 11.7951 10.1609 11.6825 10.0469C11.3394 9.69997 10.9141 9.32679 10.4326 9.03524C9.95639 8.74686 9.3619 8.5 8.7 8.5C6.52284 8.5 5 10.0356 5 12C5 13.9644 6.52284 15.5 8.7 15.5C9.3619 15.5 9.95639 15.2531 10.4326 14.9648C10.9141 14.6732 11.3394 14.3 11.6825 13.9531Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-infinity-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7 12C7 11.203 7.56345 10.5 8.7 10.5C8.86652 10.5 9.09875 10.5656 9.39662 10.746C9.68924 10.9232 9.98532 11.175 10.2602 11.4531C10.4461 11.6411 10.6124 11.831 10.7509 12C10.6124 12.169 10.4461 12.3589 10.2602 12.5469C9.98532 12.825 9.68924 13.0768 9.39662 13.254C9.09875 13.4344 8.86652 13.5 8.7 13.5C7.56345 13.5 7 12.797 7 12ZM13.7398 12.5469C13.5539 12.3589 13.3876 12.169 13.2491 12C13.3876 11.831 13.5539 11.6411 13.7398 11.4531C14.0147 11.175 14.3108 10.9232 14.6034 10.746C14.9012 10.5656 15.1335 10.5 15.3 10.5C16.4366 10.5 17 11.203 17 12C17 12.797 16.4366 13.5 15.3 13.5C15.1335 13.5 14.9012 13.4344 14.6034 13.254C14.3108 13.0768 14.0147 12.825 13.7398 12.5469ZM11.6825 13.9531C11.7951 13.8391 11.9013 13.7255 12 13.6153C12.0987 13.7255 12.2049 13.8391 12.3175 13.9531C12.6606 14.3 13.0859 14.6732 13.5674 14.9648C14.0436 15.2531 14.6381 15.5 15.3 15.5C17.4772 15.5 19 13.9644 19 12C19 10.0356 17.4772 8.5 15.3 8.5C14.6381 8.5 14.0436 8.74686 13.5674 9.03524C13.0859 9.32679 12.6606 9.69997 12.3175 10.0469C12.2049 10.1609 12.0987 10.2745 12 10.3847C11.9013 10.2745 11.7951 10.1609 11.6825 10.0469C11.3394 9.69997 10.9141 9.32679 10.4326 9.03524C9.95639 8.74686 9.3619 8.5 8.7 8.5C6.52284 8.5 5 10.0356 5 12C5 13.9644 6.52284 15.5 8.7 15.5C9.3619 15.5 9.95639 15.2531 10.4326 14.9648C10.9141 14.6732 11.3394 14.3 11.6825 13.9531Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7 12C7 11.203 7.56345 10.5 8.7 10.5C8.86652 10.5 9.09875 10.5656 9.39662 10.746C9.68924 10.9232 9.98532 11.175 10.2602 11.4531C10.4461 11.6411 10.6124 11.831 10.7509 12C10.6124 12.169 10.4461 12.3589 10.2602 12.5469C9.98532 12.825 9.68924 13.0768 9.39662 13.254C9.09875 13.4344 8.86652 13.5 8.7 13.5C7.56345 13.5 7 12.797 7 12ZM13.7398 12.5469C13.5539 12.3589 13.3876 12.169 13.2491 12C13.3876 11.831 13.5539 11.6411 13.7398 11.4531C14.0147 11.175 14.3108 10.9232 14.6034 10.746C14.9012 10.5656 15.1335 10.5 15.3 10.5C16.4366 10.5 17 11.203 17 12C17 12.797 16.4366 13.5 15.3 13.5C15.1335 13.5 14.9012 13.4344 14.6034 13.254C14.3108 13.0768 14.0147 12.825 13.7398 12.5469ZM11.6825 13.9531C11.7951 13.8391 11.9013 13.7255 12 13.6153C12.0987 13.7255 12.2049 13.8391 12.3175 13.9531C12.6606 14.3 13.0859 14.6732 13.5674 14.9648C14.0436 15.2531 14.6381 15.5 15.3 15.5C17.4772 15.5 19 13.9644 19 12C19 10.0356 17.4772 8.5 15.3 8.5C14.6381 8.5 14.0436 8.74686 13.5674 9.03524C13.0859 9.32679 12.6606 9.69997 12.3175 10.0469C12.2049 10.1609 12.0987 10.2745 12 10.3847C11.9013 10.2745 11.7951 10.1609 11.6825 10.0469C11.3394 9.69997 10.9141 9.32679 10.4326 9.03524C9.95639 8.74686 9.3619 8.5 8.7 8.5C6.52284 8.5 5 10.0356 5 12C5 13.9644 6.52284 15.5 8.7 15.5C9.3619 15.5 9.95639 15.2531 10.4326 14.9648C10.9141 14.6732 11.3394 14.3 11.6825 13.9531Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-insert-pi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 1.625C21.5523 1.625 22 2.07272 22 2.625C22 3.75141 21.2687 4.69359 20.3894 5.3031C19.4837 5.93088 18.2724 6.325 16.9574 6.325L7.68468 6.325C6.59922 6.325 5.64865 6.69823 4.98348 7.23069C4.30509 7.77373 4 8.4105 4 8.925C4 9.47728 3.55228 9.925 3 9.925C2.44772 9.925 2 9.47728 2 8.925C2 7.6395 2.72554 6.47627 3.73363 5.66931C4.75495 4.85177 6.14673 4.325 7.68468 4.325L16.9574 4.325C17.885 4.325 18.695 4.04412 19.25 3.6594C19.8313 3.25641 20 2.84859 20 2.625C20 2.07272 20.4477 1.625 21 1.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5906 4.62905C17.1406 4.67905 17.546 5.16546 17.496 5.71548L16.996 11.2155C16.946 11.7655 16.4595 12.1708 15.9095 12.1208C15.3595 12.0708 14.9542 11.5844 15.0042 11.0344L15.5042 5.53441C15.5542 4.98439 16.0406 4.57905 16.5906 4.62905Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0435 4.62596C10.5953 4.64999 11.0231 5.11675 10.9991 5.66851C10.9324 7.20044 10.832 9.39753 10.6978 11.433C10.5661 13.4326 10.3963 15.3792 10.1749 16.3478C9.96409 17.27 9.625 18.311 8.99543 19.1373C8.3303 20.0103 7.34969 20.625 6 20.625C5.44772 20.625 5 20.1773 5 19.625C5 19.0727 5.44772 18.625 6 18.625C6.65031 18.625 7.0697 18.3647 7.40457 17.9252C7.775 17.439 8.03591 16.7301 8.22514 15.9022C8.40373 15.1209 8.56726 13.3487 8.70216 11.3015C8.83471 9.29001 8.93431 7.1121 9.00095 5.58152C9.02497 5.02976 9.49173 4.60194 10.0435 4.62596Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 12.875C14.3766 12.875 12.25 15.0016 12.25 17.625C12.25 20.2484 14.3766 22.375 17 22.375C19.6234 22.375 21.75 20.2484 21.75 17.625C21.75 15.0016 19.6234 12.875 17 12.875ZM17.7513 16.293C17.7513 15.8788 17.4155 15.543 17.0013 15.543C16.5871 15.543 16.2513 15.8788 16.2513 16.293V16.8763H15.668C15.2538 16.8763 14.918 17.2121 14.918 17.6263C14.918 18.0405 15.2538 18.3763 15.668 18.3763H16.2513V18.9596C16.2513 19.3738 16.5871 19.7096 17.0013 19.7096C17.4155 19.7096 17.7513 19.3738 17.7513 18.9596V18.3763H18.3346C18.7488 18.3763 19.0846 18.0405 19.0846 17.6263C19.0846 17.2121 18.7488 16.8763 18.3346 16.8763H17.7513V16.293Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 1.625C21.5523 1.625 22 2.07272 22 2.625C22 3.75141 21.2687 4.69359 20.3894 5.3031C19.4837 5.93088 18.2724 6.325 16.9574 6.325L7.68468 6.325C6.59922 6.325 5.64865 6.69823 4.98348 7.23069C4.30509 7.77373 4 8.4105 4 8.925C4 9.47728 3.55228 9.925 3 9.925C2.44772 9.925 2 9.47728 2 8.925C2 7.6395 2.72554 6.47627 3.73363 5.66931C4.75495 4.85177 6.14673 4.325 7.68468 4.325L16.9574 4.325C17.885 4.325 18.695 4.04412 19.25 3.6594C19.8313 3.25641 20 2.84859 20 2.625C20 2.07272 20.4477 1.625 21 1.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5906 4.62905C17.1406 4.67905 17.546 5.16546 17.496 5.71548L16.996 11.2155C16.946 11.7655 16.4595 12.1708 15.9095 12.1208C15.3595 12.0708 14.9542 11.5844 15.0042 11.0344L15.5042 5.53441C15.5542 4.98439 16.0406 4.57905 16.5906 4.62905Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0435 4.62596C10.5953 4.64999 11.0231 5.11675 10.9991 5.66851C10.9324 7.20044 10.832 9.39753 10.6978 11.433C10.5661 13.4326 10.3963 15.3792 10.1749 16.3478C9.96409 17.27 9.625 18.311 8.99543 19.1373C8.3303 20.0103 7.34969 20.625 6 20.625C5.44772 20.625 5 20.1773 5 19.625C5 19.0727 5.44772 18.625 6 18.625C6.65031 18.625 7.0697 18.3647 7.40457 17.9252C7.775 17.439 8.03591 16.7301 8.22514 15.9022C8.40373 15.1209 8.56726 13.3487 8.70216 11.3015C8.83471 9.29001 8.93431 7.1121 9.00095 5.58152C9.02497 5.02976 9.49173 4.60194 10.0435 4.62596Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 12.875C14.3766 12.875 12.25 15.0016 12.25 17.625C12.25 20.2484 14.3766 22.375 17 22.375C19.6234 22.375 21.75 20.2484 21.75 17.625C21.75 15.0016 19.6234 12.875 17 12.875ZM17.7513 16.293C17.7513 15.8788 17.4155 15.543 17.0013 15.543C16.5871 15.543 16.2513 15.8788 16.2513 16.293V16.8763H15.668C15.2538 16.8763 14.918 17.2121 14.918 17.6263C14.918 18.0405 15.2538 18.3763 15.668 18.3763H16.2513V18.9596C16.2513 19.3738 16.5871 19.7096 17.0013 19.7096C17.4155 19.7096 17.7513 19.3738 17.7513 18.9596V18.3763H18.3346C18.7488 18.3763 19.0846 18.0405 19.0846 17.6263C19.0846 17.2121 18.7488 16.8763 18.3346 16.8763H17.7513V16.293Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-left-angle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.4622 4.47726C16.1735 4.77428 16.1802 5.24911 16.4773 5.53781C16.623 5.67949 16.8116 5.75002 17 5.75H17.9997V11.25C16.6321 11.25 15.4752 11.25 14.6082 11.3665C13.7081 11.4875 12.9503 11.7464 12.3484 12.3484C11.7464 12.9503 11.4875 13.7081 11.3665 14.6082C11.25 15.4752 11.25 16.6324 11.25 18H5.75V17C5.75002 16.8116 5.67949 16.623 5.53781 16.4773C5.24911 16.1802 4.77428 16.1735 4.47726 16.4622C4.28386 16.614 3.58257 17.1795 3.36344 17.3652C3.12906 17.5638 2.88028 17.7905 2.68463 18.0202C2.58655 18.1353 2.48655 18.2688 2.40808 18.4155C2.33279 18.5562 2.25 18.7592 2.25 19C2.25 19.2408 2.33279 19.4438 2.40808 19.5845C2.48655 19.7312 2.58655 19.8647 2.68463 19.9798C2.88028 20.2095 3.12906 20.4362 3.36344 20.6348C3.58259 20.8205 4.28386 21.386 4.47726 21.5378C4.77428 21.8265 5.24911 21.8198 5.53781 21.5227C5.67949 21.377 5.75002 21.1884 5.75 21V20H13.0685H13.0685C14.4241 20 15.539 20 16.4208 19.8851C17.3431 19.7648 18.16 19.5031 18.8172 18.8658C19.4786 18.2244 19.7544 17.42 19.8804 16.5112C19.9998 15.6501 19.9997 14.5638 19.9997 13.2539V5.75H20.9994C21.188 5.75016 21.3768 5.67963 21.5227 5.53781C21.8198 5.24911 21.8265 4.77428 21.5378 4.47726C21.386 4.28388 20.8205 3.58255 20.6348 3.36344C20.4362 3.12906 20.2095 2.88028 19.9798 2.68463C19.8647 2.58655 19.7312 2.48655 19.5845 2.40808C19.4438 2.33279 19.2408 2.25 19 2.25C18.7592 2.25 18.5562 2.33279 18.4155 2.40808C18.2688 2.48655 18.1353 2.58655 18.0202 2.68463C17.7905 2.88028 17.5638 3.12906 17.3652 3.36344C17.1795 3.58259 16.614 4.28385 16.4622 4.47726Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.4622 4.47726C16.1735 4.77428 16.1802 5.24911 16.4773 5.53781C16.623 5.67949 16.8116 5.75002 17 5.75H17.9997V11.25C16.6321 11.25 15.4752 11.25 14.6082 11.3665C13.7081 11.4875 12.9503 11.7464 12.3484 12.3484C11.7464 12.9503 11.4875 13.7081 11.3665 14.6082C11.25 15.4752 11.25 16.6324 11.25 18H5.75V17C5.75002 16.8116 5.67949 16.623 5.53781 16.4773C5.24911 16.1802 4.77428 16.1735 4.47726 16.4622C4.28386 16.614 3.58257 17.1795 3.36344 17.3652C3.12906 17.5638 2.88028 17.7905 2.68463 18.0202C2.58655 18.1353 2.48655 18.2688 2.40808 18.4155C2.33279 18.5562 2.25 18.7592 2.25 19C2.25 19.2408 2.33279 19.4438 2.40808 19.5845C2.48655 19.7312 2.58655 19.8647 2.68463 19.9798C2.88028 20.2095 3.12906 20.4362 3.36344 20.6348C3.58259 20.8205 4.28386 21.386 4.47726 21.5378C4.77428 21.8265 5.24911 21.8198 5.53781 21.5227C5.67949 21.377 5.75002 21.1884 5.75 21V20H13.0685H13.0685C14.4241 20 15.539 20 16.4208 19.8851C17.3431 19.7648 18.16 19.5031 18.8172 18.8658C19.4786 18.2244 19.7544 17.42 19.8804 16.5112C19.9998 15.6501 19.9997 14.5638 19.9997 13.2539V5.75H20.9994C21.188 5.75016 21.3768 5.67963 21.5227 5.53781C21.8198 5.24911 21.8265 4.77428 21.5378 4.47726C21.386 4.28388 20.8205 3.58255 20.6348 3.36344C20.4362 3.12906 20.2095 2.88028 19.9798 2.68463C19.8647 2.58655 19.7312 2.48655 19.5845 2.40808C19.4438 2.33279 19.2408 2.25 19 2.25C18.7592 2.25 18.5562 2.33279 18.4155 2.40808C18.2688 2.48655 18.1353 2.58655 18.0202 2.68463C17.7905 2.88028 17.5638 3.12906 17.3652 3.36344C17.1795 3.58259 16.614 4.28385 16.4622 4.47726Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-left-triangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.6184 19.6075C19.2368 20.0039 18.6227 20.0039 17.3944 20.0039H16C15.4477 20.0039 15 19.5562 15 19.0039C15 17.1183 15 16.1755 15.5858 15.5897C16.1716 15.0039 17.1144 15.0039 19 15.0039H20V17.2971C20 18.5731 20 19.2111 19.6184 19.6075Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M18.4096 3.27161C17.9115 3.64229 17.2658 4.28037 16.3 5.2401L5.42306 16.0485C4.40536 17.0598 3.72181 17.7424 3.3182 18.2735C3.10873 18.5491 3.03693 18.7041 3.01342 18.7783C3.08089 18.8114 3.22823 18.8629 3.52652 18.9063C4.16584 18.9995 5.10866 19.0021 6.51921 19.0021H8.0017C8.55398 19.0021 9.00169 19.4498 9.00169 20.0021C9.00169 20.5544 8.55398 21.0021 8.0017 21.0021L6.43467 21.0021C5.13079 21.0021 4.03961 21.0022 3.23826 20.8854C2.45302 20.7711 1.50598 20.485 1.13055 19.513C0.762377 18.5598 1.24063 17.7018 1.72587 17.0633C2.22442 16.4073 3.0104 15.6263 3.95557 14.6872L14.9492 3.76286L14.9492 3.76286C15.8405 2.87705 16.5881 2.13413 17.2156 1.66717C17.825 1.21361 18.6813 0.745665 19.6165 1.16083C20.5323 1.56733 20.7891 2.50021 20.8936 3.26135C21.0018 4.05032 21.0017 5.12132 21.0017 6.40696L21.0017 8.00207C21.0017 8.55435 20.554 9.00207 20.0017 9.00207C19.4494 9.00207 19.0017 8.55435 19.0017 8.00207V6.48684C19.0017 5.10075 18.9994 4.16932 18.9121 3.53315C18.8744 3.25834 18.8293 3.10768 18.7972 3.02937C18.7242 3.0613 18.6007 3.12938 18.4096 3.27161Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.0039 10.0039L21.9495 10.0039C21.5254 10.0038 21.1133 10.0037 20.7734 10.0494C20.3902 10.101 19.9529 10.2265 19.5897 10.5897C19.2265 10.9529 19.101 11.3902 19.0494 11.7734C19.0037 12.1133 19.0038 12.5254 19.0039 12.9495L19.0039 14.2539H18.9519C18.0534 14.2539 17.3042 14.2539 16.7094 14.3339C16.0816 14.4183 15.5148 14.6039 15.0594 15.0594C14.6039 15.5149 14.4182 16.0817 14.3338 16.7095C14.2539 17.3042 14.2539 18.0535 14.2539 18.9519V19.0039L12.9495 19.0039C12.5254 19.0038 12.1133 19.0037 11.7734 19.0494C11.3902 19.101 10.9529 19.2265 10.5897 19.5897C10.2265 19.9529 10.101 20.3902 10.0494 20.7734C10.0037 21.1133 10.0038 21.5254 10.0039 21.9495L10.0039 22.0039C10.0039 22.5562 10.4516 23.0039 11.0039 23.0039C11.5562 23.0039 12.0039 22.5562 12.0039 22.0039C12.0039 21.5042 12.006 21.2301 12.0316 21.0399L12.0326 21.0326L12.0399 21.0316C12.2301 21.006 12.5042 21.0039 13.0039 21.0039L17.4592 21.0039C18.0208 21.004 18.5415 21.0041 18.9662 20.9448C19.439 20.8787 19.937 20.7226 20.3428 20.301C20.7435 19.8848 20.8868 19.3832 20.948 18.9105C21.004 18.4771 21.004 17.9432 21.0039 17.3554L21.0039 13.0039C21.0039 12.5042 21.006 12.2301 21.0316 12.0399L21.0326 12.0326L21.0399 12.0316C21.2301 12.006 21.5042 12.0039 22.0039 12.0039C22.5562 12.0039 23.0039 11.5562 23.0039 11.0039C23.0039 10.4516 22.5562 10.0039 22.0039 10.0039Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.6184 19.6075C19.2368 20.0039 18.6227 20.0039 17.3944 20.0039H16C15.4477 20.0039 15 19.5562 15 19.0039C15 17.1183 15 16.1755 15.5858 15.5897C16.1716 15.0039 17.1144 15.0039 19 15.0039H20V17.2971C20 18.5731 20 19.2111 19.6184 19.6075Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M18.4096 3.27161C17.9115 3.64229 17.2658 4.28037 16.3 5.2401L5.42306 16.0485C4.40536 17.0598 3.72181 17.7424 3.3182 18.2735C3.10873 18.5491 3.03693 18.7041 3.01342 18.7783C3.08089 18.8114 3.22823 18.8629 3.52652 18.9063C4.16584 18.9995 5.10866 19.0021 6.51921 19.0021H8.0017C8.55398 19.0021 9.00169 19.4498 9.00169 20.0021C9.00169 20.5544 8.55398 21.0021 8.0017 21.0021L6.43467 21.0021C5.13079 21.0021 4.03961 21.0022 3.23826 20.8854C2.45302 20.7711 1.50598 20.485 1.13055 19.513C0.762377 18.5598 1.24063 17.7018 1.72587 17.0633C2.22442 16.4073 3.0104 15.6263 3.95557 14.6872L14.9492 3.76286L14.9492 3.76286C15.8405 2.87705 16.5881 2.13413 17.2156 1.66717C17.825 1.21361 18.6813 0.745665 19.6165 1.16083C20.5323 1.56733 20.7891 2.50021 20.8936 3.26135C21.0018 4.05032 21.0017 5.12132 21.0017 6.40696L21.0017 8.00207C21.0017 8.55435 20.554 9.00207 20.0017 9.00207C19.4494 9.00207 19.0017 8.55435 19.0017 8.00207V6.48684C19.0017 5.10075 18.9994 4.16932 18.9121 3.53315C18.8744 3.25834 18.8293 3.10768 18.7972 3.02937C18.7242 3.0613 18.6007 3.12938 18.4096 3.27161Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.0039 10.0039L21.9495 10.0039C21.5254 10.0038 21.1133 10.0037 20.7734 10.0494C20.3902 10.101 19.9529 10.2265 19.5897 10.5897C19.2265 10.9529 19.101 11.3902 19.0494 11.7734C19.0037 12.1133 19.0038 12.5254 19.0039 12.9495L19.0039 14.2539H18.9519C18.0534 14.2539 17.3042 14.2539 16.7094 14.3339C16.0816 14.4183 15.5148 14.6039 15.0594 15.0594C14.6039 15.5149 14.4182 16.0817 14.3338 16.7095C14.2539 17.3042 14.2539 18.0535 14.2539 18.9519V19.0039L12.9495 19.0039C12.5254 19.0038 12.1133 19.0037 11.7734 19.0494C11.3902 19.101 10.9529 19.2265 10.5897 19.5897C10.2265 19.9529 10.101 20.3902 10.0494 20.7734C10.0037 21.1133 10.0038 21.5254 10.0039 21.9495L10.0039 22.0039C10.0039 22.5562 10.4516 23.0039 11.0039 23.0039C11.5562 23.0039 12.0039 22.5562 12.0039 22.0039C12.0039 21.5042 12.006 21.2301 12.0316 21.0399L12.0326 21.0326L12.0399 21.0316C12.2301 21.006 12.5042 21.0039 13.0039 21.0039L17.4592 21.0039C18.0208 21.004 18.5415 21.0041 18.9662 20.9448C19.439 20.8787 19.937 20.7226 20.3428 20.301C20.7435 19.8848 20.8868 19.3832 20.948 18.9105C21.004 18.4771 21.004 17.9432 21.0039 17.3554L21.0039 13.0039C21.0039 12.5042 21.006 12.2301 21.0316 12.0399L21.0326 12.0326L21.0399 12.0316C21.2301 12.006 21.5042 12.0039 22.0039 12.0039C22.5562 12.0039 23.0039 11.5562 23.0039 11.0039C23.0039 10.4516 22.5562 10.0039 22.0039 10.0039Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-less-than-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM14.6716 8.74095C15.0808 8.37005 15.1118 7.73765 14.7409 7.32844C14.37 6.91923 13.7376 6.88817 13.3284 7.25907L9.9962 10.2793C9.75786 10.4954 9.52481 10.7278 9.34858 10.9787C9.16641 11.2381 9 11.5809 9 12C9 12.4191 9.16641 12.7619 9.34858 13.0213C9.52481 13.2723 9.75786 13.5047 9.9962 13.7207L13.3284 16.7409C13.7376 17.1118 14.37 17.0808 14.7409 16.6716C15.1118 16.2624 15.0808 15.63 14.6716 15.2591L11.3393 12.2388C11.2302 12.1399 11.1506 12.0616 11.0929 12C11.1506 11.9384 11.2302 11.8601 11.3393 11.7612L14.6716 8.74095Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM14.6716 8.74095C15.0808 8.37005 15.1118 7.73765 14.7409 7.32844C14.37 6.91923 13.7376 6.88817 13.3284 7.25907L9.9962 10.2793C9.75786 10.4954 9.52481 10.7278 9.34858 10.9787C9.16641 11.2381 9 11.5809 9 12C9 12.4191 9.16641 12.7619 9.34858 13.0213C9.52481 13.2723 9.75786 13.5047 9.9962 13.7207L13.3284 16.7409C13.7376 17.1118 14.37 17.0808 14.7409 16.6716C15.1118 16.2624 15.0808 15.63 14.6716 15.2591L11.3393 12.2388C11.2302 12.1399 11.1506 12.0616 11.0929 12C11.1506 11.9384 11.2302 11.8601 11.3393 11.7612L14.6716 8.74095Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-less-than-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM14.6716 8.74095C15.0808 8.37005 15.1118 7.73765 14.7409 7.32844C14.37 6.91923 13.7376 6.88817 13.3284 7.25907L9.9962 10.2793C9.75786 10.4954 9.52481 10.7278 9.34858 10.9787C9.16641 11.2381 9 11.5809 9 12C9 12.4191 9.16641 12.7619 9.34858 13.0213C9.52481 13.2723 9.75786 13.5047 9.9962 13.7207L13.3284 16.7409C13.7376 17.1118 14.37 17.0808 14.7409 16.6716C15.1118 16.2624 15.0808 15.63 14.6716 15.2591L11.3393 12.2388C11.2302 12.1399 11.1506 12.0616 11.0929 12C11.1506 11.9384 11.2302 11.8601 11.3393 11.7612L14.6716 8.74095Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM14.6716 8.74095C15.0808 8.37005 15.1118 7.73765 14.7409 7.32844C14.37 6.91923 13.7376 6.88817 13.3284 7.25907L9.9962 10.2793C9.75786 10.4954 9.52481 10.7278 9.34858 10.9787C9.16641 11.2381 9 11.5809 9 12C9 12.4191 9.16641 12.7619 9.34858 13.0213C9.52481 13.2723 9.75786 13.5047 9.9962 13.7207L13.3284 16.7409C13.7376 17.1118 14.37 17.0808 14.7409 16.6716C15.1118 16.2624 15.0808 15.63 14.6716 15.2591L11.3393 12.2388C11.2302 12.1399 11.1506 12.0616 11.0929 12C11.1506 11.9384 11.2302 11.8601 11.3393 11.7612L14.6716 8.74095Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-less-than{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.012 3.26619C18.4172 3.82508 18.2927 4.60668 17.7338 5.01193L9.4032 11.0525C8.86388 11.4435 8.53963 11.7231 8.35676 11.9314C8.33392 11.9574 8.31513 11.9802 8.29973 12C8.31513 12.0197 8.33392 12.0425 8.35676 12.0685C8.53963 12.2769 8.86388 12.5564 9.4032 12.9475L17.7338 18.988C18.2927 19.3933 18.4172 20.1749 18.012 20.7337C17.6067 21.2926 16.8251 21.4172 16.2662 21.0119L7.93565 14.9714C7.36202 14.5555 6.85156 14.1434 6.47795 13.7178C6.10341 13.2911 5.75 12.7188 5.75 12C5.75 11.2812 6.10341 10.7088 6.47795 10.2821C6.85156 9.85653 7.36202 9.44447 7.93565 9.02853L16.2662 2.988C16.8251 2.58275 17.6067 2.7073 18.012 3.26619Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.012 3.26619C18.4172 3.82508 18.2927 4.60668 17.7338 5.01193L9.4032 11.0525C8.86388 11.4435 8.53963 11.7231 8.35676 11.9314C8.33392 11.9574 8.31513 11.9802 8.29973 12C8.31513 12.0197 8.33392 12.0425 8.35676 12.0685C8.53963 12.2769 8.86388 12.5564 9.4032 12.9475L17.7338 18.988C18.2927 19.3933 18.4172 20.1749 18.012 20.7337C17.6067 21.2926 16.8251 21.4172 16.2662 21.0119L7.93565 14.9714C7.36202 14.5555 6.85156 14.1434 6.47795 13.7178C6.10341 13.2911 5.75 12.7188 5.75 12C5.75 11.2812 6.10341 10.7088 6.47795 10.2821C6.85156 9.85653 7.36202 9.44447 7.93565 9.02853L16.2662 2.988C16.8251 2.58275 17.6067 2.7073 18.012 3.26619Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-matrix{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.26894 2.39006C7.3297 2.939 6.93396 3.43325 6.38503 3.49402C5.10653 3.63554 4.46123 3.9319 3.99964 4.45137C3.56839 4.93669 3.29509 5.62061 3.14945 6.8397C3.00168 8.07662 3 9.70695 3 12.0001C3 14.2932 3.00168 15.9236 3.14945 17.1605C3.29509 18.3796 3.56839 19.0635 3.99964 19.5488C4.46123 20.0683 5.10653 20.3646 6.38503 20.5062C6.93396 20.5669 7.3297 21.0612 7.26894 21.6101C7.20817 22.159 6.71392 22.5548 6.16499 22.494C4.66448 22.3279 3.43918 21.929 2.5046 20.8773C1.68373 19.9535 1.33097 18.7989 1.16358 17.3977C0.99997 16.0283 0.999984 14.2782 1 12.0673V11.9329C0.999984 9.72193 0.99997 7.97192 1.16358 6.60245C1.33097 5.20131 1.68373 4.0467 2.5046 3.1229C3.43918 2.07113 4.66448 1.67226 6.16499 1.50616C6.71392 1.44539 7.20817 1.84113 7.26894 2.39006ZM16.7311 2.39006C16.7918 1.84113 17.2861 1.4454 17.835 1.50616C19.3355 1.67226 20.5608 2.07113 21.4954 3.1229C22.3163 4.0467 22.669 5.20131 22.8364 6.60245C23 7.97191 23 9.72191 23 11.9329V12.0673C23 14.2783 23 16.0283 22.8364 17.3977C22.669 18.7989 22.3163 19.9535 21.4954 20.8773C20.5608 21.929 19.3355 22.3279 17.835 22.494C17.2861 22.5548 16.7918 22.159 16.7311 21.6101C16.6703 21.0612 17.066 20.5669 17.615 20.5062C18.8935 20.3646 19.5388 20.0683 20.0004 19.5488C20.4316 19.0635 20.7049 18.3796 20.8505 17.1605C20.9983 15.9236 21 14.2932 21 12.0001C21 9.70695 20.9983 8.07662 20.8505 6.8397C20.7049 5.62061 20.4316 4.93669 20.0004 4.45137C19.5388 3.9319 18.8935 3.63554 17.615 3.49402C17.066 3.43325 16.6703 2.939 16.7311 2.39006Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.75 8C5.75 7.30964 6.30964 6.75 7 6.75H7.00897C7.69933 6.75 8.25897 7.30964 8.25897 8C8.25897 8.69036 7.69933 9.25 7.00897 9.25H7C6.30964 9.25 5.75 8.69036 5.75 8ZM10.7455 8C10.7455 7.30964 11.3052 6.75 11.9955 6.75H12.0045C12.6948 6.75 13.2545 7.30964 13.2545 8C13.2545 8.69036 12.6948 9.25 12.0045 9.25H11.9955C11.3052 9.25 10.7455 8.69036 10.7455 8ZM15.741 8C15.741 7.30964 16.3007 6.75 16.991 6.75H17C17.6904 6.75 18.25 7.30964 18.25 8C18.25 8.69036 17.6904 9.25 17 9.25H16.991C16.3007 9.25 15.741 8.69036 15.741 8ZM5.75 12C5.75 11.3096 6.30964 10.75 7 10.75H7.00897C7.69933 10.75 8.25897 11.3096 8.25897 12C8.25897 12.6904 7.69933 13.25 7.00897 13.25H7C6.30964 13.25 5.75 12.6904 5.75 12ZM10.7455 12C10.7455 11.3096 11.3052 10.75 11.9955 10.75H12.0045C12.6948 10.75 13.2545 11.3096 13.2545 12C13.2545 12.6904 12.6948 13.25 12.0045 13.25H11.9955C11.3052 13.25 10.7455 12.6904 10.7455 12ZM15.741 12C15.741 11.3096 16.3007 10.75 16.991 10.75H17C17.6904 10.75 18.25 11.3096 18.25 12C18.25 12.6904 17.6904 13.25 17 13.25H16.991C16.3007 13.25 15.741 12.6904 15.741 12ZM5.75 16C5.75 15.3096 6.30964 14.75 7 14.75H7.00897C7.69933 14.75 8.25897 15.3096 8.25897 16C8.25897 16.6904 7.69933 17.25 7.00897 17.25H7C6.30964 17.25 5.75 16.6904 5.75 16ZM10.7455 16C10.7455 15.3096 11.3052 14.75 11.9955 14.75H12.0045C12.6948 14.75 13.2545 15.3096 13.2545 16C13.2545 16.6904 12.6948 17.25 12.0045 17.25H11.9955C11.3052 17.25 10.7455 16.6904 10.7455 16ZM15.741 16C15.741 15.3096 16.3007 14.75 16.991 14.75H17C17.6904 14.75 18.25 15.3096 18.25 16C18.25 16.6904 17.6904 17.25 17 17.25H16.991C16.3007 17.25 15.741 16.6904 15.741 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.26894 2.39006C7.3297 2.939 6.93396 3.43325 6.38503 3.49402C5.10653 3.63554 4.46123 3.9319 3.99964 4.45137C3.56839 4.93669 3.29509 5.62061 3.14945 6.8397C3.00168 8.07662 3 9.70695 3 12.0001C3 14.2932 3.00168 15.9236 3.14945 17.1605C3.29509 18.3796 3.56839 19.0635 3.99964 19.5488C4.46123 20.0683 5.10653 20.3646 6.38503 20.5062C6.93396 20.5669 7.3297 21.0612 7.26894 21.6101C7.20817 22.159 6.71392 22.5548 6.16499 22.494C4.66448 22.3279 3.43918 21.929 2.5046 20.8773C1.68373 19.9535 1.33097 18.7989 1.16358 17.3977C0.99997 16.0283 0.999984 14.2782 1 12.0673V11.9329C0.999984 9.72193 0.99997 7.97192 1.16358 6.60245C1.33097 5.20131 1.68373 4.0467 2.5046 3.1229C3.43918 2.07113 4.66448 1.67226 6.16499 1.50616C6.71392 1.44539 7.20817 1.84113 7.26894 2.39006ZM16.7311 2.39006C16.7918 1.84113 17.2861 1.4454 17.835 1.50616C19.3355 1.67226 20.5608 2.07113 21.4954 3.1229C22.3163 4.0467 22.669 5.20131 22.8364 6.60245C23 7.97191 23 9.72191 23 11.9329V12.0673C23 14.2783 23 16.0283 22.8364 17.3977C22.669 18.7989 22.3163 19.9535 21.4954 20.8773C20.5608 21.929 19.3355 22.3279 17.835 22.494C17.2861 22.5548 16.7918 22.159 16.7311 21.6101C16.6703 21.0612 17.066 20.5669 17.615 20.5062C18.8935 20.3646 19.5388 20.0683 20.0004 19.5488C20.4316 19.0635 20.7049 18.3796 20.8505 17.1605C20.9983 15.9236 21 14.2932 21 12.0001C21 9.70695 20.9983 8.07662 20.8505 6.8397C20.7049 5.62061 20.4316 4.93669 20.0004 4.45137C19.5388 3.9319 18.8935 3.63554 17.615 3.49402C17.066 3.43325 16.6703 2.939 16.7311 2.39006Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.75 8C5.75 7.30964 6.30964 6.75 7 6.75H7.00897C7.69933 6.75 8.25897 7.30964 8.25897 8C8.25897 8.69036 7.69933 9.25 7.00897 9.25H7C6.30964 9.25 5.75 8.69036 5.75 8ZM10.7455 8C10.7455 7.30964 11.3052 6.75 11.9955 6.75H12.0045C12.6948 6.75 13.2545 7.30964 13.2545 8C13.2545 8.69036 12.6948 9.25 12.0045 9.25H11.9955C11.3052 9.25 10.7455 8.69036 10.7455 8ZM15.741 8C15.741 7.30964 16.3007 6.75 16.991 6.75H17C17.6904 6.75 18.25 7.30964 18.25 8C18.25 8.69036 17.6904 9.25 17 9.25H16.991C16.3007 9.25 15.741 8.69036 15.741 8ZM5.75 12C5.75 11.3096 6.30964 10.75 7 10.75H7.00897C7.69933 10.75 8.25897 11.3096 8.25897 12C8.25897 12.6904 7.69933 13.25 7.00897 13.25H7C6.30964 13.25 5.75 12.6904 5.75 12ZM10.7455 12C10.7455 11.3096 11.3052 10.75 11.9955 10.75H12.0045C12.6948 10.75 13.2545 11.3096 13.2545 12C13.2545 12.6904 12.6948 13.25 12.0045 13.25H11.9955C11.3052 13.25 10.7455 12.6904 10.7455 12ZM15.741 12C15.741 11.3096 16.3007 10.75 16.991 10.75H17C17.6904 10.75 18.25 11.3096 18.25 12C18.25 12.6904 17.6904 13.25 17 13.25H16.991C16.3007 13.25 15.741 12.6904 15.741 12ZM5.75 16C5.75 15.3096 6.30964 14.75 7 14.75H7.00897C7.69933 14.75 8.25897 15.3096 8.25897 16C8.25897 16.6904 7.69933 17.25 7.00897 17.25H7C6.30964 17.25 5.75 16.6904 5.75 16ZM10.7455 16C10.7455 15.3096 11.3052 14.75 11.9955 14.75H12.0045C12.6948 14.75 13.2545 15.3096 13.2545 16C13.2545 16.6904 12.6948 17.25 12.0045 17.25H11.9955C11.3052 17.25 10.7455 16.6904 10.7455 16ZM15.741 16C15.741 15.3096 16.3007 14.75 16.991 14.75H17C17.6904 14.75 18.25 15.3096 18.25 16C18.25 16.6904 17.6904 17.25 17 17.25H16.991C16.3007 17.25 15.741 16.6904 15.741 16Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-minus-plus-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5.75C12.6904 5.75 13.25 6.30964 13.25 7V12.75H19C19.6904 12.75 20.25 13.3096 20.25 14C20.25 14.6904 19.6904 15.25 19 15.25H13.25V21C13.25 21.6904 12.6904 22.25 12 22.25C11.3096 22.25 10.75 21.6904 10.75 21V15.25H5C4.30964 15.25 3.75 14.6904 3.75 14C3.75 13.3096 4.30964 12.75 5 12.75H10.75V7C10.75 6.30964 11.3096 5.75 12 5.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.25 3C20.25 3.69036 19.6904 4.25 19 4.25L5 4.25C4.30964 4.25 3.75 3.69036 3.75 3C3.75 2.30964 4.30964 1.75 5 1.75L19 1.75C19.6904 1.75 20.25 2.30964 20.25 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5.75C12.6904 5.75 13.25 6.30964 13.25 7V12.75H19C19.6904 12.75 20.25 13.3096 20.25 14C20.25 14.6904 19.6904 15.25 19 15.25H13.25V21C13.25 21.6904 12.6904 22.25 12 22.25C11.3096 22.25 10.75 21.6904 10.75 21V15.25H5C4.30964 15.25 3.75 14.6904 3.75 14C3.75 13.3096 4.30964 12.75 5 12.75H10.75V7C10.75 6.30964 11.3096 5.75 12 5.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.25 3C20.25 3.69036 19.6904 4.25 19 4.25L5 4.25C4.30964 4.25 3.75 3.69036 3.75 3C3.75 2.30964 4.30964 1.75 5 1.75L19 1.75C19.6904 1.75 20.25 2.30964 20.25 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-minus-plus-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.8839 2.11612C22.372 2.60427 22.372 3.39573 21.8839 3.88388L3.88388 21.8839C3.39573 22.372 2.60427 22.372 2.11612 21.8839C1.62796 21.3957 1.62796 20.6043 2.11612 20.1161L20.1161 2.11612C20.6043 1.62796 21.3957 1.62796 21.8839 2.11612Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 11.75C17.6904 11.75 18.25 12.3096 18.25 13V15.75L21 15.75C21.6904 15.75 22.25 16.3096 22.25 17C22.25 17.6904 21.6904 18.25 21 18.25H18.25V21C18.25 21.6904 17.6904 22.25 17 22.25C16.3096 22.25 15.75 21.6904 15.75 21V18.25H13C12.3096 18.25 11.75 17.6904 11.75 17C11.75 16.3096 12.3096 15.75 13 15.75L15.75 15.75V13C15.75 12.3096 16.3096 11.75 17 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 7C1.75 6.30964 2.30964 5.75 3 5.75L11 5.75C11.6904 5.75 12.25 6.30964 12.25 7C12.25 7.69036 11.6904 8.25 11 8.25L3 8.25C2.30964 8.25 1.75 7.69036 1.75 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.8839 2.11612C22.372 2.60427 22.372 3.39573 21.8839 3.88388L3.88388 21.8839C3.39573 22.372 2.60427 22.372 2.11612 21.8839C1.62796 21.3957 1.62796 20.6043 2.11612 20.1161L20.1161 2.11612C20.6043 1.62796 21.3957 1.62796 21.8839 2.11612Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 11.75C17.6904 11.75 18.25 12.3096 18.25 13V15.75L21 15.75C21.6904 15.75 22.25 16.3096 22.25 17C22.25 17.6904 21.6904 18.25 21 18.25H18.25V21C18.25 21.6904 17.6904 22.25 17 22.25C16.3096 22.25 15.75 21.6904 15.75 21V18.25H13C12.3096 18.25 11.75 17.6904 11.75 17C11.75 16.3096 12.3096 15.75 13 15.75L15.75 15.75V13C15.75 12.3096 16.3096 11.75 17 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 7C1.75 6.30964 2.30964 5.75 3 5.75L11 5.75C11.6904 5.75 12.25 6.30964 12.25 7C12.25 7.69036 11.6904 8.25 11 8.25L3 8.25C2.30964 8.25 1.75 7.69036 1.75 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-minus-plus-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V14.8182H8.5C7.94772 14.8182 7.5 14.3705 7.5 13.8182C7.5 13.2659 7.94772 12.8182 8.5 12.8182H11V10.6364C11 10.0841 11.4477 9.63636 12 9.63636C12.5523 9.63636 13 10.0841 13 10.6364V12.8182H15.5C16.0523 12.8182 16.5 13.2659 16.5 13.8182C16.5 14.3705 16.0523 14.8182 15.5 14.8182H13V17ZM8.5 8C7.94772 8 7.5 7.55229 7.5 7C7.5 6.44772 7.94772 6 8.5 6H15.5C16.0523 6 16.5 6.44772 16.5 7C16.5 7.55229 16.0523 8 15.5 8H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V14.8182H8.5C7.94772 14.8182 7.5 14.3705 7.5 13.8182C7.5 13.2659 7.94772 12.8182 8.5 12.8182H11V10.6364C11 10.0841 11.4477 9.63636 12 9.63636C12.5523 9.63636 13 10.0841 13 10.6364V12.8182H15.5C16.0523 12.8182 16.5 13.2659 16.5 13.8182C16.5 14.3705 16.0523 14.8182 15.5 14.8182H13V17ZM8.5 8C7.94772 8 7.5 7.55229 7.5 7C7.5 6.44772 7.94772 6 8.5 6H15.5C16.0523 6 16.5 6.44772 16.5 7C16.5 7.55229 16.0523 8 15.5 8H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-minus-plus-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM16.7071 8.70711C17.0976 8.31658 17.0976 7.68342 16.7071 7.29289C16.3166 6.90237 15.6834 6.90237 15.2929 7.29289L7.29289 15.2929C6.90237 15.6834 6.90237 16.3166 7.29289 16.7071C7.68342 17.0976 8.31658 17.0976 8.70711 16.7071L16.7071 8.70711ZM7 8.5C6.44772 8.5 6 8.94772 6 9.5C6 10.0523 6.44772 10.5 7 10.5H10C10.5523 10.5 11 10.0523 11 9.5C11 8.94772 10.5523 8.5 10 8.5H7ZM16.5 13C16.5 12.4477 16.0523 12 15.5 12C14.9477 12 14.5 12.4477 14.5 13V13.5H14C13.4477 13.5 13 13.9477 13 14.5C13 15.0523 13.4477 15.5 14 15.5H14.5V16C14.5 16.5523 14.9477 17 15.5 17C16.0523 17 16.5 16.5523 16.5 16V15.5H17C17.5523 15.5 18 15.0523 18 14.5C18 13.9477 17.5523 13.5 17 13.5H16.5V13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM16.7071 8.70711C17.0976 8.31658 17.0976 7.68342 16.7071 7.29289C16.3166 6.90237 15.6834 6.90237 15.2929 7.29289L7.29289 15.2929C6.90237 15.6834 6.90237 16.3166 7.29289 16.7071C7.68342 17.0976 8.31658 17.0976 8.70711 16.7071L16.7071 8.70711ZM7 8.5C6.44772 8.5 6 8.94772 6 9.5C6 10.0523 6.44772 10.5 7 10.5H10C10.5523 10.5 11 10.0523 11 9.5C11 8.94772 10.5523 8.5 10 8.5H7ZM16.5 13C16.5 12.4477 16.0523 12 15.5 12C14.9477 12 14.5 12.4477 14.5 13V13.5H14C13.4477 13.5 13 13.9477 13 14.5C13 15.0523 13.4477 15.5 14 15.5H14.5V16C14.5 16.5523 14.9477 17 15.5 17C16.0523 17 16.5 16.5523 16.5 16V15.5H17C17.5523 15.5 18 15.0523 18 14.5C18 13.9477 17.5523 13.5 17 13.5H16.5V13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-minus-plus-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V14.8182H8.5C7.94772 14.8182 7.5 14.3705 7.5 13.8182C7.5 13.2659 7.94772 12.8182 8.5 12.8182H11V10.6364C11 10.0841 11.4477 9.63636 12 9.63636C12.5523 9.63636 13 10.0841 13 10.6364V12.8182H15.5C16.0523 12.8182 16.5 13.2659 16.5 13.8182C16.5 14.3705 16.0523 14.8182 15.5 14.8182H13V17ZM8.5 8C7.94772 8 7.5 7.55229 7.5 7C7.5 6.44772 7.94772 6 8.5 6H15.5C16.0523 6 16.5 6.44772 16.5 7C16.5 7.55229 16.0523 8 15.5 8H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13 17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V14.8182H8.5C7.94772 14.8182 7.5 14.3705 7.5 13.8182C7.5 13.2659 7.94772 12.8182 8.5 12.8182H11V10.6364C11 10.0841 11.4477 9.63636 12 9.63636C12.5523 9.63636 13 10.0841 13 10.6364V12.8182H15.5C16.0523 12.8182 16.5 13.2659 16.5 13.8182C16.5 14.3705 16.0523 14.8182 15.5 14.8182H13V17ZM8.5 8C7.94772 8 7.5 7.55229 7.5 7C7.5 6.44772 7.94772 6 8.5 6H15.5C16.0523 6 16.5 6.44772 16.5 7C16.5 7.55229 16.0523 8 15.5 8H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-minus-plus-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM17.7071 7.70711C18.0976 7.31658 18.0976 6.68342 17.7071 6.29289C17.3166 5.90237 16.6834 5.90237 16.2929 6.29289L6.29289 16.2929C5.90237 16.6834 5.90237 17.3166 6.29289 17.7071C6.68342 18.0976 7.31658 18.0976 7.70711 17.7071L17.7071 7.70711ZM6 8C5.44772 8 5 8.44771 5 9C5 9.55228 5.44772 10 6 10L10 10C10.5523 10 11 9.55229 11 9C11 8.44772 10.5523 8 10 8L6 8ZM17 13C17 12.4477 16.5523 12 16 12C15.4477 12 15 12.4477 15 13V14H14C13.4477 14 13 14.4477 13 15C13 15.5523 13.4477 16 14 16L15 16V17C15 17.5523 15.4477 18 16 18C16.5523 18 17 17.5523 17 17V16H18C18.5523 16 19 15.5523 19 15C19 14.4477 18.5523 14 18 14H17V13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM17.7071 7.70711C18.0976 7.31658 18.0976 6.68342 17.7071 6.29289C17.3166 5.90237 16.6834 5.90237 16.2929 6.29289L6.29289 16.2929C5.90237 16.6834 5.90237 17.3166 6.29289 17.7071C6.68342 18.0976 7.31658 18.0976 7.70711 17.7071L17.7071 7.70711ZM6 8C5.44772 8 5 8.44771 5 9C5 9.55228 5.44772 10 6 10L10 10C10.5523 10 11 9.55229 11 9C11 8.44772 10.5523 8 10 8L6 8ZM17 13C17 12.4477 16.5523 12 16 12C15.4477 12 15 12.4477 15 13V14H14C13.4477 14 13 14.4477 13 15C13 15.5523 13.4477 16 14 16L15 16V17C15 17.5523 15.4477 18 16 18C16.5523 18 17 17.5523 17 17V16H18C18.5523 16 19 15.5523 19 15C19 14.4477 18.5523 14 18 14H17V13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-minus-sign-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-minus-sign-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM8 11C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-minus-sign{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.25 12C21.25 12.6904 20.6904 13.25 20 13.25H4C3.30964 13.25 2.75 12.6904 2.75 12C2.75 11.3096 3.30964 10.75 4 10.75L20 10.75C20.6904 10.75 21.25 11.3096 21.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.25 12C21.25 12.6904 20.6904 13.25 20 13.25H4C3.30964 13.25 2.75 12.6904 2.75 12C2.75 11.3096 3.30964 10.75 4 10.75L20 10.75C20.6904 10.75 21.25 11.3096 21.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-more-or-less-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.17029 7.83728L9.04077 7.99935L16.5003 7.99925C17.0525 7.99924 17.5003 8.44695 17.5003 8.99923C17.5003 9.55152 17.0526 9.99924 16.5003 9.99925L9.12752 9.99939C8.66948 9.99949 8.22702 9.99958 7.88659 9.95335C7.5821 9.91201 6.90107 9.78116 6.60723 9.09994C6.45903 8.75637 6.52491 8.43845 6.55582 8.31375C6.59515 8.15512 6.65741 8.01198 6.71068 7.90346C6.81929 7.68221 6.96546 7.45572 7.09264 7.27186C7.22191 7.08497 7.51993 6.70274 7.62459 6.5685L7.6304 6.56105C7.98286 6.13586 8.61328 6.0769 9.03847 6.42937C9.46355 6.78175 9.52246 7.41209 9.17029 7.83728ZM6.50028 11.9991C6.50028 11.4469 6.94799 10.9991 7.50028 10.9991H16.5003C17.0526 10.9991 17.5003 11.4469 17.5003 11.9991C17.5003 12.5514 17.0526 12.9991 16.5003 12.9991H7.50028C6.94799 12.9991 6.50028 12.5514 6.50028 11.9991ZM7.50002 15.9993L14.9594 15.9992L14.8299 16.1612C14.4777 16.5864 14.5367 17.2166 14.9618 17.569C15.3869 17.9215 16.0174 17.8625 16.3698 17.4374L16.3757 17.4299C16.4804 17.2956 16.7784 16.9135 16.9076 16.7266C17.0348 16.5428 17.181 16.3163 17.2896 16.0951C17.3429 15.9865 17.4051 15.8434 17.4444 15.6848C17.4754 15.5601 17.5412 15.2421 17.393 14.8986C17.0992 14.2174 16.4182 14.0865 16.1137 14.0452C15.7733 13.9989 15.3308 13.999 14.8728 13.9991L7.49998 13.9993C6.9477 13.9993 6.49999 14.447 6.5 14.9993C6.50001 15.5516 6.94773 15.9993 7.50002 15.9993Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.17029 7.83728L9.04077 7.99935L16.5003 7.99925C17.0525 7.99924 17.5003 8.44695 17.5003 8.99923C17.5003 9.55152 17.0526 9.99924 16.5003 9.99925L9.12752 9.99939C8.66948 9.99949 8.22702 9.99958 7.88659 9.95335C7.5821 9.91201 6.90107 9.78116 6.60723 9.09994C6.45903 8.75637 6.52491 8.43845 6.55582 8.31375C6.59515 8.15512 6.65741 8.01198 6.71068 7.90346C6.81929 7.68221 6.96546 7.45572 7.09264 7.27186C7.22191 7.08497 7.51993 6.70274 7.62459 6.5685L7.6304 6.56105C7.98286 6.13586 8.61328 6.0769 9.03847 6.42937C9.46355 6.78175 9.52246 7.41209 9.17029 7.83728ZM6.50028 11.9991C6.50028 11.4469 6.94799 10.9991 7.50028 10.9991H16.5003C17.0526 10.9991 17.5003 11.4469 17.5003 11.9991C17.5003 12.5514 17.0526 12.9991 16.5003 12.9991H7.50028C6.94799 12.9991 6.50028 12.5514 6.50028 11.9991ZM7.50002 15.9993L14.9594 15.9992L14.8299 16.1612C14.4777 16.5864 14.5367 17.2166 14.9618 17.569C15.3869 17.9215 16.0174 17.8625 16.3698 17.4374L16.3757 17.4299C16.4804 17.2956 16.7784 16.9135 16.9076 16.7266C17.0348 16.5428 17.181 16.3163 17.2896 16.0951C17.3429 15.9865 17.4051 15.8434 17.4444 15.6848C17.4754 15.5601 17.5412 15.2421 17.393 14.8986C17.0992 14.2174 16.4182 14.0865 16.1137 14.0452C15.7733 13.9989 15.3308 13.999 14.8728 13.9991L7.49998 13.9993C6.9477 13.9993 6.49999 14.447 6.5 14.9993C6.50001 15.5516 6.94773 15.9993 7.50002 15.9993Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-more-or-less-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM8.76998 7.63822L8.48718 7.99956L17 8.00015C17.5523 8.00014 18 8.44785 18 9.00013C18 9.55242 17.5523 10.0001 17 10.0001L8.81259 10.0003C8.29944 10.0004 7.81473 10.0005 7.44419 9.95016C7.10948 9.90471 6.41068 9.76565 6.10976 9.06802C5.95978 8.72034 6.02585 8.39673 6.05846 8.26522C6.09947 8.09977 6.16492 7.94869 6.22242 7.83156C6.33947 7.5931 6.49824 7.34674 6.63845 7.14404C6.78075 6.93832 7.10935 6.51686 7.22428 6.36945L7.23012 6.36195C7.58259 5.93676 8.213 5.87781 8.63819 6.23027C9.06329 6.58266 9.12218 7.21303 8.76998 7.63822ZM6 12C6 11.4477 6.44772 11 7 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H7C6.44772 13 6 12.5523 6 12ZM7.00002 16.0003L15.5127 16.0008C15.4801 16.0443 15.3724 16.1811 15.298 16.2755L15.2976 16.2761L15.2975 16.2762L15.2302 16.3619C14.8777 16.787 14.9366 17.4175 15.3618 17.7699C15.7869 18.1224 16.4174 18.0635 16.7698 17.6383L16.7757 17.6308L16.7757 17.6308C16.8907 17.4833 17.2192 17.062 17.3615 16.8563C17.5017 16.6536 17.6605 16.4073 17.7776 16.1688C17.8351 16.0517 17.9005 15.9006 17.9415 15.7352C17.9741 15.6037 18.0402 15.2801 17.8902 14.9324C17.5893 14.2348 16.8905 14.0957 16.5558 14.0502C16.1853 13.9999 15.7006 14 15.1875 14.0001H15.1874L6.99998 14.0003C6.4477 14.0003 5.99999 14.448 6 15.0003C6.00001 15.5526 6.44773 16.0003 7.00002 16.0003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM8.76998 7.63822L8.48718 7.99956L17 8.00015C17.5523 8.00014 18 8.44785 18 9.00013C18 9.55242 17.5523 10.0001 17 10.0001L8.81259 10.0003C8.29944 10.0004 7.81473 10.0005 7.44419 9.95016C7.10948 9.90471 6.41068 9.76565 6.10976 9.06802C5.95978 8.72034 6.02585 8.39673 6.05846 8.26522C6.09947 8.09977 6.16492 7.94869 6.22242 7.83156C6.33947 7.5931 6.49824 7.34674 6.63845 7.14404C6.78075 6.93832 7.10935 6.51686 7.22428 6.36945L7.23012 6.36195C7.58259 5.93676 8.213 5.87781 8.63819 6.23027C9.06329 6.58266 9.12218 7.21303 8.76998 7.63822ZM6 12C6 11.4477 6.44772 11 7 11H17C17.5523 11 18 11.4477 18 12C18 12.5523 17.5523 13 17 13H7C6.44772 13 6 12.5523 6 12ZM7.00002 16.0003L15.5127 16.0008C15.4801 16.0443 15.3724 16.1811 15.298 16.2755L15.2976 16.2761L15.2975 16.2762L15.2302 16.3619C14.8777 16.787 14.9366 17.4175 15.3618 17.7699C15.7869 18.1224 16.4174 18.0635 16.7698 17.6383L16.7757 17.6308L16.7757 17.6308C16.8907 17.4833 17.2192 17.062 17.3615 16.8563C17.5017 16.6536 17.6605 16.4073 17.7776 16.1688C17.8351 16.0517 17.9005 15.9006 17.9415 15.7352C17.9741 15.6037 18.0402 15.2801 17.8902 14.9324C17.5893 14.2348 16.8905 14.0957 16.5558 14.0502C16.1853 13.9999 15.7006 14 15.1875 14.0001H15.1874L6.99998 14.0003C6.4477 14.0003 5.99999 14.448 6 15.0003C6.00001 15.5526 6.44773 16.0003 7.00002 16.0003Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-more-or-less{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H4C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.93329 2.25162C7.34662 2.61793 7.38473 3.24995 7.01842 3.66327L6.49926 4.24906C5.83414 4.99955 5.40857 5.48325 5.16251 5.85234C5.14147 5.88391 5.12309 5.91268 5.10704 5.93881C5.49298 5.99701 6.0741 6.00001 7.00421 6.00001L20.001 5.99973C20.5533 5.99972 21.0011 6.44743 21.0011 6.99971C21.0011 7.552 20.5534 7.99972 20.0011 7.99973L7.00425 8.00001L6.92165 8.00002H6.92163C6.08214 8.00011 5.33258 8.0002 4.7695 7.91036C4.18796 7.81757 3.41506 7.56626 3.10708 6.72731C2.8185 5.94118 3.16907 5.23696 3.4984 4.74295C3.83059 4.24467 4.35151 3.65696 4.95346 2.97785L4.95346 2.97785L5.00249 2.92254L5.52164 2.33675C5.88795 1.92343 6.51997 1.88531 6.93329 2.25162Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0706 21.7484C16.6573 21.3821 16.6192 20.7501 16.9855 20.3367L17.5046 19.7509C18.1698 19.0005 18.5953 18.5168 18.8414 18.1477C18.8624 18.1161 18.8808 18.0873 18.8969 18.0612C18.5109 18.003 17.9298 18 16.9997 18L4.00286 18.0003C3.45057 18.0003 3.00285 17.5526 3.00284 17.0003C3.00282 16.448 3.45053 16.0003 4.00282 16.0003L16.9997 16L17.0823 16H17.0823C17.9218 15.9999 18.6713 15.9998 19.2344 16.0896C19.8159 16.1824 20.5888 16.4337 20.8968 17.2727C21.1854 18.0588 20.8348 18.763 20.5055 19.2571C20.1733 19.7553 19.6524 20.343 19.0504 21.0221L19.0504 21.0222L19.0014 21.0775L18.4823 21.6633C18.116 22.0766 17.4839 22.1147 17.0706 21.7484Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H4C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.93329 2.25162C7.34662 2.61793 7.38473 3.24995 7.01842 3.66327L6.49926 4.24906C5.83414 4.99955 5.40857 5.48325 5.16251 5.85234C5.14147 5.88391 5.12309 5.91268 5.10704 5.93881C5.49298 5.99701 6.0741 6.00001 7.00421 6.00001L20.001 5.99973C20.5533 5.99972 21.0011 6.44743 21.0011 6.99971C21.0011 7.552 20.5534 7.99972 20.0011 7.99973L7.00425 8.00001L6.92165 8.00002H6.92163C6.08214 8.00011 5.33258 8.0002 4.7695 7.91036C4.18796 7.81757 3.41506 7.56626 3.10708 6.72731C2.8185 5.94118 3.16907 5.23696 3.4984 4.74295C3.83059 4.24467 4.35151 3.65696 4.95346 2.97785L4.95346 2.97785L5.00249 2.92254L5.52164 2.33675C5.88795 1.92343 6.51997 1.88531 6.93329 2.25162Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0706 21.7484C16.6573 21.3821 16.6192 20.7501 16.9855 20.3367L17.5046 19.7509C18.1698 19.0005 18.5953 18.5168 18.8414 18.1477C18.8624 18.1161 18.8808 18.0873 18.8969 18.0612C18.5109 18.003 17.9298 18 16.9997 18L4.00286 18.0003C3.45057 18.0003 3.00285 17.5526 3.00284 17.0003C3.00282 16.448 3.45053 16.0003 4.00282 16.0003L16.9997 16L17.0823 16H17.0823C17.9218 15.9999 18.6713 15.9998 19.2344 16.0896C19.8159 16.1824 20.5888 16.4337 20.8968 17.2727C21.1854 18.0588 20.8348 18.763 20.5055 19.2571C20.1733 19.7553 19.6524 20.343 19.0504 21.0221L19.0504 21.0222L19.0014 21.0775L18.4823 21.6633C18.116 22.0766 17.4839 22.1147 17.0706 21.7484Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-multiplication-sign-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.20711 7.79289C8.81658 7.40237 8.18342 7.40237 7.79289 7.79289C7.40237 8.18342 7.40237 8.81658 7.79289 9.20711L10.5858 12L7.79289 14.7929C7.40237 15.1834 7.40237 15.8166 7.79289 16.2071C8.18342 16.5976 8.81658 16.5976 9.20711 16.2071L12 13.4142L14.7929 16.2071C15.1834 16.5976 15.8166 16.5976 16.2071 16.2071C16.5976 15.8166 16.5976 15.1834 16.2071 14.7929L13.4142 12L16.2071 9.20711C16.5976 8.81658 16.5976 8.18342 16.2071 7.79289C15.8166 7.40237 15.1834 7.40237 14.7929 7.79289L12 10.5858L9.20711 7.79289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.20711 7.79289C8.81658 7.40237 8.18342 7.40237 7.79289 7.79289C7.40237 8.18342 7.40237 8.81658 7.79289 9.20711L10.5858 12L7.79289 14.7929C7.40237 15.1834 7.40237 15.8166 7.79289 16.2071C8.18342 16.5976 8.81658 16.5976 9.20711 16.2071L12 13.4142L14.7929 16.2071C15.1834 16.5976 15.8166 16.5976 16.2071 16.2071C16.5976 15.8166 16.5976 15.1834 16.2071 14.7929L13.4142 12L16.2071 9.20711C16.5976 8.81658 16.5976 8.18342 16.2071 7.79289C15.8166 7.40237 15.1834 7.40237 14.7929 7.79289L12 10.5858L9.20711 7.79289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-multiplication-sign-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM8.70711 7.29289C8.31658 6.90237 7.68342 6.90237 7.29289 7.29289C6.90237 7.68342 6.90237 8.31658 7.29289 8.70711L10.5858 12L7.29289 15.2929C6.90237 15.6834 6.90237 16.3166 7.29289 16.7071C7.68342 17.0976 8.31658 17.0976 8.70711 16.7071L12 13.4142L15.2929 16.7071C15.6834 17.0976 16.3166 17.0976 16.7071 16.7071C17.0976 16.3166 17.0976 15.6834 16.7071 15.2929L13.4142 12L16.7071 8.70711C17.0976 8.31658 17.0976 7.68342 16.7071 7.29289C16.3166 6.90237 15.6834 6.90237 15.2929 7.29289L12 10.5858L8.70711 7.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM8.70711 7.29289C8.31658 6.90237 7.68342 6.90237 7.29289 7.29289C6.90237 7.68342 6.90237 8.31658 7.29289 8.70711L10.5858 12L7.29289 15.2929C6.90237 15.6834 6.90237 16.3166 7.29289 16.7071C7.68342 17.0976 8.31658 17.0976 8.70711 16.7071L12 13.4142L15.2929 16.7071C15.6834 17.0976 16.3166 17.0976 16.7071 16.7071C17.0976 16.3166 17.0976 15.6834 16.7071 15.2929L13.4142 12L16.7071 8.70711C17.0976 8.31658 17.0976 7.68342 16.7071 7.29289C16.3166 6.90237 15.6834 6.90237 15.2929 7.29289L12 10.5858L8.70711 7.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-multiplication-sign{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.11612 5.11612C5.60427 4.62796 6.39573 4.62796 6.88388 5.11612L12 10.2322L17.1161 5.11612C17.6043 4.62796 18.3957 4.62796 18.8839 5.11612C19.372 5.60427 19.372 6.39573 18.8839 6.88388L13.7678 12L18.8839 17.1161C19.372 17.6043 19.372 18.3957 18.8839 18.8839C18.3957 19.372 17.6043 19.372 17.1161 18.8839L12 13.7678L6.88388 18.8839C6.39573 19.372 5.60427 19.372 5.11612 18.8839C4.62796 18.3957 4.62796 17.6043 5.11612 17.1161L10.2322 12L5.11612 6.88388C4.62796 6.39573 4.62796 5.60427 5.11612 5.11612Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.11612 5.11612C5.60427 4.62796 6.39573 4.62796 6.88388 5.11612L12 10.2322L17.1161 5.11612C17.6043 4.62796 18.3957 4.62796 18.8839 5.11612C19.372 5.60427 19.372 6.39573 18.8839 6.88388L13.7678 12L18.8839 17.1161C19.372 17.6043 19.372 18.3957 18.8839 18.8839C18.3957 19.372 17.6043 19.372 17.1161 18.8839L12 13.7678L6.88388 18.8839C6.39573 19.372 5.60427 19.372 5.11612 18.8839C4.62796 18.3957 4.62796 17.6043 5.11612 17.1161L10.2322 12L5.11612 6.88388C4.62796 6.39573 4.62796 5.60427 5.11612 5.11612Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-n-th-root-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8.03227 6.65314C7.87818 6.55612 7.69575 6.5 7.50021 6.5C6.94793 6.5 6.50021 6.94772 6.50021 7.5V10.65C6.50021 11.2023 6.94793 11.65 7.50021 11.65C8.0525 11.65 8.50021 11.2023 8.50021 10.65V9.04286C8.50021 8.85193 8.56801 8.70203 8.64819 8.6104C8.71688 8.54824 8.89384 8.46121 9.05223 8.6104C9.13241 8.70203 9.20021 8.85193 9.20021 9.04286V10.65C9.20021 11.2023 9.64793 11.65 10.2002 11.65C10.7525 11.65 11.2002 11.2023 11.2002 10.65V9.04286C11.2002 7.76808 10.2693 6.5 8.85021 6.5C8.55513 6.5 8.28116 6.55483 8.03227 6.65314ZM16.5002 9.2L13.8205 9.20954C13.4861 9.22682 13.0496 9.24938 12.5778 9.5802C12.1016 9.91419 11.9027 10.389 11.7529 10.7464L10.0378 14.7819L9.37486 13.7785C9.34044 13.7258 9.25485 13.5947 9.1378 13.4781C8.98053 13.3216 8.80716 13.2232 8.63311 13.1554C8.5238 13.1128 8.35937 13.0562 8.16176 13.0458C7.96571 13.0356 7.80448 13.0776 7.76289 13.0884C7.57094 13.1362 7.17795 13.3032 7.05144 13.357L7.05143 13.357L7.04374 13.3603C6.55235 13.6124 6.35837 14.2151 6.61047 14.7065C6.85229 15.1778 7.41669 15.3755 7.89601 15.1684L8.42068 15.9625C8.59621 16.2765 8.78818 16.62 8.96876 16.8556C9.14819 17.0898 9.55658 17.5445 10.2304 17.4967C10.9024 17.449 11.2433 16.9435 11.3886 16.6874C11.5353 16.429 11.671 16.0822 11.8025 15.7461L13.7353 11.2208L16.5002 11.2C17.0525 11.2 17.5002 10.7523 17.5002 10.2C17.5002 9.64771 17.0525 9.2 16.5002 9.2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8.03227 6.65314C7.87818 6.55612 7.69575 6.5 7.50021 6.5C6.94793 6.5 6.50021 6.94772 6.50021 7.5V10.65C6.50021 11.2023 6.94793 11.65 7.50021 11.65C8.0525 11.65 8.50021 11.2023 8.50021 10.65V9.04286C8.50021 8.85193 8.56801 8.70203 8.64819 8.6104C8.71688 8.54824 8.89384 8.46121 9.05223 8.6104C9.13241 8.70203 9.20021 8.85193 9.20021 9.04286V10.65C9.20021 11.2023 9.64793 11.65 10.2002 11.65C10.7525 11.65 11.2002 11.2023 11.2002 10.65V9.04286C11.2002 7.76808 10.2693 6.5 8.85021 6.5C8.55513 6.5 8.28116 6.55483 8.03227 6.65314ZM16.5002 9.2L13.8205 9.20954C13.4861 9.22682 13.0496 9.24938 12.5778 9.5802C12.1016 9.91419 11.9027 10.389 11.7529 10.7464L10.0378 14.7819L9.37486 13.7785C9.34044 13.7258 9.25485 13.5947 9.1378 13.4781C8.98053 13.3216 8.80716 13.2232 8.63311 13.1554C8.5238 13.1128 8.35937 13.0562 8.16176 13.0458C7.96571 13.0356 7.80448 13.0776 7.76289 13.0884C7.57094 13.1362 7.17795 13.3032 7.05144 13.357L7.05143 13.357L7.04374 13.3603C6.55235 13.6124 6.35837 14.2151 6.61047 14.7065C6.85229 15.1778 7.41669 15.3755 7.89601 15.1684L8.42068 15.9625C8.59621 16.2765 8.78818 16.62 8.96876 16.8556C9.14819 17.0898 9.55658 17.5445 10.2304 17.4967C10.9024 17.449 11.2433 16.9435 11.3886 16.6874C11.5353 16.429 11.671 16.0822 11.8025 15.7461L13.7353 11.2208L16.5002 11.2C17.0525 11.2 17.5002 10.7523 17.5002 10.2C17.5002 9.64771 17.0525 9.2 16.5002 9.2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-n-th-root-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7.57928 6.18462C7.41587 6.06837 7.21602 6 7.00021 6C6.44793 6 6.00021 6.44772 6.00021 7V10.5C6.00021 11.0523 6.44793 11.5 7.00021 11.5C7.5525 11.5 8.00021 11.0523 8.00021 10.5V8.66061C8.00021 8.38446 8.22407 8.16061 8.50021 8.16061C8.77635 8.16061 9.00021 8.38447 9.00021 8.66061V10.5C9.00021 11.0523 9.44793 11.5 10.0002 11.5C10.5525 11.5 11.0002 11.0523 11.0002 10.5V8.71429C11.0002 7.34483 10.0022 6 8.50021 6C8.16656 6 7.85778 6.06636 7.57928 6.18462ZM18.0002 10C18.0002 9.44772 17.5525 9 17.0002 9L14.3133 8.99999H14.3133C14.0211 8.99993 13.7257 8.99987 13.4733 9.02819C13.1833 9.06072 12.8588 9.13811 12.5478 9.35317C12.2384 9.56714 12.0509 9.84247 11.9166 10.0998C11.7985 10.3261 11.6898 10.6037 11.5809 10.882L11.5809 10.882L9.8403 15.3272L9.32374 14.4037C9.22958 14.2352 9.11739 14.0343 8.99801 13.8739C8.85454 13.681 8.62037 13.4321 8.24113 13.3148C7.94457 13.2231 7.66525 13.2523 7.504 13.279C7.32262 13.3089 7.15418 13.3602 7.02488 13.4057C6.89815 13.4502 6.65124 13.5617 6.5569 13.6043L6.55685 13.6043L6.54374 13.6103C6.05235 13.8624 5.85837 14.4651 6.11047 14.9565C6.36232 15.4474 6.96379 15.6416 7.4549 15.3906L7.55775 15.3436L8.12967 16.3659L8.12969 16.366L8.12969 16.366L8.1297 16.366L8.1297 16.366C8.32654 16.7181 8.52458 17.0724 8.72013 17.3276C8.91463 17.5814 9.33643 18.0455 10.0259 17.9966C10.7135 17.9478 11.0664 17.4311 11.2241 17.1534C11.3829 16.8735 11.531 16.4951 11.6784 16.1183L13.4285 11.6489C13.5582 11.3176 13.6278 11.1437 13.6896 11.0253C13.8167 11.0111 14.0039 11 14.3543 11H17.0002C17.5525 11 18.0002 10.5523 18.0002 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7.57928 6.18462C7.41587 6.06837 7.21602 6 7.00021 6C6.44793 6 6.00021 6.44772 6.00021 7V10.5C6.00021 11.0523 6.44793 11.5 7.00021 11.5C7.5525 11.5 8.00021 11.0523 8.00021 10.5V8.66061C8.00021 8.38446 8.22407 8.16061 8.50021 8.16061C8.77635 8.16061 9.00021 8.38447 9.00021 8.66061V10.5C9.00021 11.0523 9.44793 11.5 10.0002 11.5C10.5525 11.5 11.0002 11.0523 11.0002 10.5V8.71429C11.0002 7.34483 10.0022 6 8.50021 6C8.16656 6 7.85778 6.06636 7.57928 6.18462ZM18.0002 10C18.0002 9.44772 17.5525 9 17.0002 9L14.3133 8.99999H14.3133C14.0211 8.99993 13.7257 8.99987 13.4733 9.02819C13.1833 9.06072 12.8588 9.13811 12.5478 9.35317C12.2384 9.56714 12.0509 9.84247 11.9166 10.0998C11.7985 10.3261 11.6898 10.6037 11.5809 10.882L11.5809 10.882L9.8403 15.3272L9.32374 14.4037C9.22958 14.2352 9.11739 14.0343 8.99801 13.8739C8.85454 13.681 8.62037 13.4321 8.24113 13.3148C7.94457 13.2231 7.66525 13.2523 7.504 13.279C7.32262 13.3089 7.15418 13.3602 7.02488 13.4057C6.89815 13.4502 6.65124 13.5617 6.5569 13.6043L6.55685 13.6043L6.54374 13.6103C6.05235 13.8624 5.85837 14.4651 6.11047 14.9565C6.36232 15.4474 6.96379 15.6416 7.4549 15.3906L7.55775 15.3436L8.12967 16.3659L8.12969 16.366L8.12969 16.366L8.1297 16.366L8.1297 16.366C8.32654 16.7181 8.52458 17.0724 8.72013 17.3276C8.91463 17.5814 9.33643 18.0455 10.0259 17.9966C10.7135 17.9478 11.0664 17.4311 11.2241 17.1534C11.3829 16.8735 11.531 16.4951 11.6784 16.1183L13.4285 11.6489C13.5582 11.3176 13.6278 11.1437 13.6896 11.0253C13.8167 11.0111 14.0039 11 14.3543 11H17.0002C17.5525 11 18.0002 10.5523 18.0002 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-n-th-root{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8286 8.06537C12.8044 8.0953 12.726 8.2194 12.6292 8.60652L10.2894 17.964L10.2894 17.964C10.0317 18.9949 9.8112 19.8771 9.55473 20.5017C9.3091 21.1 8.84915 21.9152 7.86514 21.9944C6.90399 22.0718 6.30228 21.3714 5.93803 20.8298C5.55523 20.2606 5.15176 19.4319 4.67686 18.4565L4.07118 17.2126C3.84002 16.7378 3.71332 16.4836 3.60185 16.3213C3.59036 16.3045 3.58051 16.291 3.57227 16.2802C3.52794 16.2857 3.44518 16.3053 3.30934 16.3695C3.12063 16.4587 2.94899 16.5722 2.73894 16.7111L2.73893 16.7111L2.73891 16.7112C2.67774 16.7516 2.6133 16.7942 2.54424 16.839C2.08087 17.1395 1.46162 17.0075 1.16111 16.5441C0.860602 16.0808 0.992625 15.4615 1.45599 15.161C1.49096 15.1383 1.53164 15.1113 1.57709 15.081L1.57718 15.081C1.7946 14.9363 2.12127 14.7189 2.45465 14.5614C2.86383 14.368 3.47373 14.1661 4.14393 14.3505C4.67439 14.4964 5.01216 14.8419 5.25065 15.1893C5.45723 15.4901 5.64876 15.8837 5.84335 16.2836L5.86934 16.337L6.44023 17.5094C6.95948 18.5758 7.30264 19.275 7.59764 19.7137C7.62443 19.7535 7.64911 19.7886 7.67171 19.8194C7.68216 19.7958 7.69313 19.77 7.7046 19.7421C7.89882 19.2691 8.08581 18.532 8.36912 17.399L10.6889 8.12137C10.8539 7.46155 11.1123 6.78497 11.7527 6.37858C12.3305 6.01195 13.0383 6 13.6139 6H22.0001C22.5524 6 23.0001 6.44772 23.0001 7C23.0001 7.55228 22.5524 8 22.0001 8H13.6139C13.3138 8 13.1181 8.00931 12.9777 8.03014C12.8852 8.04387 12.8428 8.05919 12.8286 8.06537Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.82448 2.43394C3.64419 2.17185 3.34216 2 3 2C2.44772 2 2 2.44772 2 3V9C2 9.55228 2.44772 10 3 10C3.55228 10 4 9.55228 4 9V5.57143C4 4.67681 4.69794 4 5.5 4C6.30206 4 7 4.67681 7 5.57143V9C7 9.55228 7.44772 10 8 10C8.55228 10 9 9.55228 9 9V5.57143C9 3.62573 7.45936 2 5.5 2C4.88954 2 4.31972 2.15781 3.82448 2.43394Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8286 8.06537C12.8044 8.0953 12.726 8.2194 12.6292 8.60652L10.2894 17.964L10.2894 17.964C10.0317 18.9949 9.8112 19.8771 9.55473 20.5017C9.3091 21.1 8.84915 21.9152 7.86514 21.9944C6.90399 22.0718 6.30228 21.3714 5.93803 20.8298C5.55523 20.2606 5.15176 19.4319 4.67686 18.4565L4.07118 17.2126C3.84002 16.7378 3.71332 16.4836 3.60185 16.3213C3.59036 16.3045 3.58051 16.291 3.57227 16.2802C3.52794 16.2857 3.44518 16.3053 3.30934 16.3695C3.12063 16.4587 2.94899 16.5722 2.73894 16.7111L2.73893 16.7111L2.73891 16.7112C2.67774 16.7516 2.6133 16.7942 2.54424 16.839C2.08087 17.1395 1.46162 17.0075 1.16111 16.5441C0.860602 16.0808 0.992625 15.4615 1.45599 15.161C1.49096 15.1383 1.53164 15.1113 1.57709 15.081L1.57718 15.081C1.7946 14.9363 2.12127 14.7189 2.45465 14.5614C2.86383 14.368 3.47373 14.1661 4.14393 14.3505C4.67439 14.4964 5.01216 14.8419 5.25065 15.1893C5.45723 15.4901 5.64876 15.8837 5.84335 16.2836L5.86934 16.337L6.44023 17.5094C6.95948 18.5758 7.30264 19.275 7.59764 19.7137C7.62443 19.7535 7.64911 19.7886 7.67171 19.8194C7.68216 19.7958 7.69313 19.77 7.7046 19.7421C7.89882 19.2691 8.08581 18.532 8.36912 17.399L10.6889 8.12137C10.8539 7.46155 11.1123 6.78497 11.7527 6.37858C12.3305 6.01195 13.0383 6 13.6139 6H22.0001C22.5524 6 23.0001 6.44772 23.0001 7C23.0001 7.55228 22.5524 8 22.0001 8H13.6139C13.3138 8 13.1181 8.00931 12.9777 8.03014C12.8852 8.04387 12.8428 8.05919 12.8286 8.06537Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.82448 2.43394C3.64419 2.17185 3.34216 2 3 2C2.44772 2 2 2.44772 2 3V9C2 9.55228 2.44772 10 3 10C3.55228 10 4 9.55228 4 9V5.57143C4 4.67681 4.69794 4 5.5 4C6.30206 4 7 4.67681 7 5.57143V9C7 9.55228 7.44772 10 8 10C8.55228 10 9 9.55228 9 9V5.57143C9 3.62573 7.45936 2 5.5 2C4.88954 2 4.31972 2.15781 3.82448 2.43394Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-not-equal-sign-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM16.1654 7.55468C16.4717 7.09516 16.3476 6.47429 15.888 6.16793C15.4285 5.86158 14.8076 5.98576 14.5013 6.44528L12.9463 8.77776H7C6.44772 8.77776 6 9.22548 6 9.77776C6 10.33 6.44772 10.7778 7 10.7778H11.613L9.98334 13.2222H7C6.44772 13.2222 6 13.6699 6 14.2222C6 14.7745 6.44772 15.2222 7 15.2222H8.65L7.83462 16.4453C7.52826 16.9048 7.65244 17.5257 8.11197 17.832C8.5715 18.1384 9.19236 18.0142 9.49872 17.5547L11.0537 15.2222H17C17.5523 15.2222 18 14.7745 18 14.2222C18 13.6699 17.5523 13.2222 17 13.2222H12.387L14.0167 10.7778H17C17.5523 10.7778 18 10.33 18 9.77776C18 9.22548 17.5523 8.77776 17 8.77776H15.35L16.1654 7.55468Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM16.1654 7.55468C16.4717 7.09516 16.3476 6.47429 15.888 6.16793C15.4285 5.86158 14.8076 5.98576 14.5013 6.44528L12.9463 8.77776H7C6.44772 8.77776 6 9.22548 6 9.77776C6 10.33 6.44772 10.7778 7 10.7778H11.613L9.98334 13.2222H7C6.44772 13.2222 6 13.6699 6 14.2222C6 14.7745 6.44772 15.2222 7 15.2222H8.65L7.83462 16.4453C7.52826 16.9048 7.65244 17.5257 8.11197 17.832C8.5715 18.1384 9.19236 18.0142 9.49872 17.5547L11.0537 15.2222H17C17.5523 15.2222 18 14.7745 18 14.2222C18 13.6699 17.5523 13.2222 17 13.2222H12.387L14.0167 10.7778H17C17.5523 10.7778 18 10.33 18 9.77776C18 9.22548 17.5523 8.77776 17 8.77776H15.35L16.1654 7.55468Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-not-equal-sign-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM16.1654 7.55472C16.4717 7.09519 16.3476 6.47432 15.888 6.16796C15.4285 5.86161 14.8076 5.98579 14.5013 6.44531L12.9463 8.77779H7C6.44772 8.77779 6 9.22551 6 9.77779C6 10.3301 6.44772 10.7778 7 10.7778H11.613L9.98334 13.2222H7C6.44772 13.2222 6 13.67 6 14.2222C6 14.7745 6.44772 15.2222 7 15.2222H8.65L7.83462 16.4453C7.52826 16.9048 7.65244 17.5257 8.11197 17.8321C8.5715 18.1384 9.19236 18.0142 9.49872 17.5547L11.0537 15.2222H17C17.5523 15.2222 18 14.7745 18 14.2222C18 13.67 17.5523 13.2222 17 13.2222H12.387L14.0167 10.7778H17C17.5523 10.7778 18 10.3301 18 9.77779C18 9.22551 17.5523 8.77779 17 8.77779H15.35L16.1654 7.55472Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM16.1654 7.55472C16.4717 7.09519 16.3476 6.47432 15.888 6.16796C15.4285 5.86161 14.8076 5.98579 14.5013 6.44531L12.9463 8.77779H7C6.44772 8.77779 6 9.22551 6 9.77779C6 10.3301 6.44772 10.7778 7 10.7778H11.613L9.98334 13.2222H7C6.44772 13.2222 6 13.67 6 14.2222C6 14.7745 6.44772 15.2222 7 15.2222H8.65L7.83462 16.4453C7.52826 16.9048 7.65244 17.5257 8.11197 17.8321C8.5715 18.1384 9.19236 18.0142 9.49872 17.5547L11.0537 15.2222H17C17.5523 15.2222 18 14.7745 18 14.2222C18 13.67 17.5523 13.2222 17 13.2222H12.387L14.0167 10.7778H17C17.5523 10.7778 18 10.3301 18 9.77779C18 9.22551 17.5523 8.77779 17 8.77779H15.35L16.1654 7.55472Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-not-equal-sign{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 8C2.75 7.30964 3.30964 6.75 4 6.75H20C20.6904 6.75 21.25 7.30964 21.25 8C21.25 8.69036 20.6904 9.25 20 9.25H4C3.30964 9.25 2.75 8.69036 2.75 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 16C2.75 15.3096 3.30964 14.75 4 14.75H20C20.6904 14.75 21.25 15.3096 21.25 16C21.25 16.6904 20.6904 17.25 20 17.25H4C3.30964 17.25 2.75 16.6904 2.75 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.7501 2.99995C19.3024 3.41417 19.4143 4.19767 19.0001 4.74995L7.00007 20.75C6.58586 21.3022 5.80236 21.4142 5.25007 21C4.69779 20.5857 4.58586 19.8022 5.00007 19.25L17.0001 3.24995C17.4143 2.69767 18.1978 2.58574 18.7501 2.99995Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 8C2.75 7.30964 3.30964 6.75 4 6.75H20C20.6904 6.75 21.25 7.30964 21.25 8C21.25 8.69036 20.6904 9.25 20 9.25H4C3.30964 9.25 2.75 8.69036 2.75 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 16C2.75 15.3096 3.30964 14.75 4 14.75H20C20.6904 14.75 21.25 15.3096 21.25 16C21.25 16.6904 20.6904 17.25 20 17.25H4C3.30964 17.25 2.75 16.6904 2.75 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.7501 2.99995C19.3024 3.41417 19.4143 4.19767 19.0001 4.74995L7.00007 20.75C6.58586 21.3022 5.80236 21.4142 5.25007 21C4.69779 20.5857 4.58586 19.8022 5.00007 19.25L17.0001 3.24995C17.4143 2.69767 18.1978 2.58574 18.7501 2.99995Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-obtuse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.66231 4.57746C6.03962 4.74836 6.2071 5.19285 6.03619 5.57016C5.95797 5.74285 5.82246 5.87155 5.66231 5.94397L4.75344 6.46862L6.56712 10.2022C7.32246 9.91027 8.14316 9.75024 9.00012 9.75024C12.728 9.75024 15.7501 12.7723 15.7501 16.5002L19.2586 16.5002V15.6125C19.2302 15.4255 19.2721 15.2277 19.3912 15.0622C19.6331 14.726 20.1018 14.6495 20.438 14.8915C20.5005 14.9452 20.6247 15.0487 20.7804 15.1786L20.7804 15.1786C21.2737 15.5898 22.0835 16.2648 22.2519 16.4567C22.3621 16.5823 22.4735 16.724 22.5612 16.8731C22.639 17.0053 22.7508 17.2296 22.7508 17.5002C22.7508 17.7709 22.639 17.9952 22.5612 18.1274C22.4735 18.2765 22.3621 18.4182 22.2519 18.5438C22.0834 18.7357 21.2738 19.4107 20.7808 19.8217L20.7806 19.8219C20.6251 19.9515 20.5012 20.0548 20.4388 20.1084C20.1026 20.3504 19.6331 20.2745 19.3912 19.9383C19.279 19.7824 19.2353 19.598 19.2542 19.4209L19.2586 18.5002L11.4576 18.5002C10.8889 18.5003 10.3877 18.5003 9.9701 18.4568C9.51784 18.4096 9.07895 18.305 8.66069 18.0431C8.24242 17.7813 7.95653 17.4323 7.71649 17.0461C7.49486 16.6895 7.27589 16.2386 7.02744 15.7271L3.0169 7.47104L2.25152 7.91287C2.15022 7.94906 2.03953 7.96391 1.92543 7.9525C1.51327 7.91129 1.21256 7.54376 1.25378 7.1316L1.25473 7.12433C1.28647 6.88073 1.37896 6.171 1.44091 5.84088C1.50257 5.51239 1.58399 5.1491 1.68882 4.83841C1.74095 4.68394 1.80624 4.51998 1.88958 4.3721C1.96318 4.24151 2.09936 4.03405 2.3318 3.89918C2.5647 3.76404 2.81261 3.74906 2.96289 3.75031C3.13274 3.75172 3.3073 3.77698 3.46681 3.80891C3.7876 3.87315 4.14185 3.9841 4.45591 4.09474C4.77163 4.20597 5.4299 4.48052 5.65568 4.57469L5.66231 4.57746Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.66231 4.57746C6.03962 4.74836 6.2071 5.19285 6.03619 5.57016C5.95797 5.74285 5.82246 5.87155 5.66231 5.94397L4.75344 6.46862L6.56712 10.2022C7.32246 9.91027 8.14316 9.75024 9.00012 9.75024C12.728 9.75024 15.7501 12.7723 15.7501 16.5002L19.2586 16.5002V15.6125C19.2302 15.4255 19.2721 15.2277 19.3912 15.0622C19.6331 14.726 20.1018 14.6495 20.438 14.8915C20.5005 14.9452 20.6247 15.0487 20.7804 15.1786L20.7804 15.1786C21.2737 15.5898 22.0835 16.2648 22.2519 16.4567C22.3621 16.5823 22.4735 16.724 22.5612 16.8731C22.639 17.0053 22.7508 17.2296 22.7508 17.5002C22.7508 17.7709 22.639 17.9952 22.5612 18.1274C22.4735 18.2765 22.3621 18.4182 22.2519 18.5438C22.0834 18.7357 21.2738 19.4107 20.7808 19.8217L20.7806 19.8219C20.6251 19.9515 20.5012 20.0548 20.4388 20.1084C20.1026 20.3504 19.6331 20.2745 19.3912 19.9383C19.279 19.7824 19.2353 19.598 19.2542 19.4209L19.2586 18.5002L11.4576 18.5002C10.8889 18.5003 10.3877 18.5003 9.9701 18.4568C9.51784 18.4096 9.07895 18.305 8.66069 18.0431C8.24242 17.7813 7.95653 17.4323 7.71649 17.0461C7.49486 16.6895 7.27589 16.2386 7.02744 15.7271L3.0169 7.47104L2.25152 7.91287C2.15022 7.94906 2.03953 7.96391 1.92543 7.9525C1.51327 7.91129 1.21256 7.54376 1.25378 7.1316L1.25473 7.12433C1.28647 6.88073 1.37896 6.171 1.44091 5.84088C1.50257 5.51239 1.58399 5.1491 1.68882 4.83841C1.74095 4.68394 1.80624 4.51998 1.88958 4.3721C1.96318 4.24151 2.09936 4.03405 2.3318 3.89918C2.5647 3.76404 2.81261 3.74906 2.96289 3.75031C3.13274 3.75172 3.3073 3.77698 3.46681 3.80891C3.7876 3.87315 4.14185 3.9841 4.45591 4.09474C4.77163 4.20597 5.4299 4.48052 5.65568 4.57469L5.66231 4.57746Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-octagon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3426 1.25004H13.6572C14.745 1.24952 15.5009 1.24916 16.1923 1.53554C16.8837 1.82192 17.418 2.35671 18.1868 3.12625L20.8737 5.8132C21.6433 6.58201 22.1781 7.11629 22.4644 7.80767C22.7508 8.49904 22.7505 9.25499 22.7499 10.3428V13.6574C22.7505 14.7452 22.7508 15.5011 22.4644 16.1925C22.1781 16.8839 21.6433 17.4182 20.8737 18.187L18.1868 20.8739C17.418 21.6435 16.8837 22.1783 16.1923 22.4646C15.5009 22.751 14.745 22.7507 13.6572 22.7501H10.3426C9.25483 22.7507 8.49886 22.751 7.80748 22.4646C7.11609 22.1782 6.5818 21.6434 5.813 20.8739L3.12618 18.187C2.35667 17.4182 1.82189 16.8839 1.53553 16.1925C1.24916 15.5011 1.24952 14.7452 1.25004 13.6575V10.3427C1.24952 9.25496 1.24916 8.49903 1.53553 7.80767C1.82189 7.1163 2.35667 6.58202 3.12618 5.81322L5.81299 3.12632C6.5818 2.35675 7.11609 1.82194 7.80748 1.53555C8.49886 1.24916 9.25483 1.24952 10.3426 1.25004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3426 1.25004H13.6572C14.745 1.24952 15.5009 1.24916 16.1923 1.53554C16.8837 1.82192 17.418 2.35671 18.1868 3.12625L20.8737 5.8132C21.6433 6.58201 22.1781 7.11629 22.4644 7.80767C22.7508 8.49904 22.7505 9.25499 22.7499 10.3428V13.6574C22.7505 14.7452 22.7508 15.5011 22.4644 16.1925C22.1781 16.8839 21.6433 17.4182 20.8737 18.187L18.1868 20.8739C17.418 21.6435 16.8837 22.1783 16.1923 22.4646C15.5009 22.751 14.745 22.7507 13.6572 22.7501H10.3426C9.25483 22.7507 8.49886 22.751 7.80748 22.4646C7.11609 22.1782 6.5818 21.6434 5.813 20.8739L3.12618 18.187C2.35667 17.4182 1.82189 16.8839 1.53553 16.1925C1.24916 15.5011 1.24952 14.7452 1.25004 13.6575V10.3427C1.24952 9.25496 1.24916 8.49903 1.53553 7.80767C1.82189 7.1163 2.35667 6.58202 3.12618 5.81322L5.81299 3.12632C6.5818 2.35675 7.11609 1.82194 7.80748 1.53555C8.49886 1.24916 9.25483 1.24952 10.3426 1.25004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-parabola-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55228 2 4 2.44772 4 3C4 6.99205 4.97293 10.5578 6.49353 13.0921C8.02608 15.6464 10.004 17 12 17C13.996 17 15.9739 15.6464 17.5065 13.0921C19.0271 10.5578 20 6.99205 20 3C20 2.44772 20.4477 2 21 2C21.5523 2 22 2.44772 22 3C22 7.29222 20.9582 11.2265 19.2215 14.1211C17.4966 16.9958 14.9745 19 12 19C9.02546 19 6.50336 16.9958 4.77855 14.1211C3.04179 11.2265 2 7.29222 2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H4.05882C4.61111 20 5.05882 20.4477 5.05882 21C5.05882 21.5523 4.61111 22 4.05882 22H3C2.44772 22 2 21.5523 2 21ZM6.23529 21C6.23529 20.4477 6.68301 20 7.23529 20H8.29412C8.8464 20 9.29412 20.4477 9.29412 21C9.29412 21.5523 8.8464 22 8.29412 22H7.23529C6.68301 22 6.23529 21.5523 6.23529 21ZM10.4706 21C10.4706 20.4477 10.9183 20 11.4706 20H12.5294C13.0817 20 13.5294 20.4477 13.5294 21C13.5294 21.5523 13.0817 22 12.5294 22H11.4706C10.9183 22 10.4706 21.5523 10.4706 21ZM14.7059 21C14.7059 20.4477 15.1536 20 15.7059 20H16.7647C17.317 20 17.7647 20.4477 17.7647 21C17.7647 21.5523 17.317 22 16.7647 22H15.7059C15.1536 22 14.7059 21.5523 14.7059 21ZM18.9412 21C18.9412 20.4477 19.3889 20 19.9412 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H19.9412C19.3889 22 18.9412 21.5523 18.9412 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 2C3.55228 2 4 2.44772 4 3C4 6.99205 4.97293 10.5578 6.49353 13.0921C8.02608 15.6464 10.004 17 12 17C13.996 17 15.9739 15.6464 17.5065 13.0921C19.0271 10.5578 20 6.99205 20 3C20 2.44772 20.4477 2 21 2C21.5523 2 22 2.44772 22 3C22 7.29222 20.9582 11.2265 19.2215 14.1211C17.4966 16.9958 14.9745 19 12 19C9.02546 19 6.50336 16.9958 4.77855 14.1211C3.04179 11.2265 2 7.29222 2 3C2 2.44772 2.44772 2 3 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21C2 20.4477 2.44772 20 3 20H4.05882C4.61111 20 5.05882 20.4477 5.05882 21C5.05882 21.5523 4.61111 22 4.05882 22H3C2.44772 22 2 21.5523 2 21ZM6.23529 21C6.23529 20.4477 6.68301 20 7.23529 20H8.29412C8.8464 20 9.29412 20.4477 9.29412 21C9.29412 21.5523 8.8464 22 8.29412 22H7.23529C6.68301 22 6.23529 21.5523 6.23529 21ZM10.4706 21C10.4706 20.4477 10.9183 20 11.4706 20H12.5294C13.0817 20 13.5294 20.4477 13.5294 21C13.5294 21.5523 13.0817 22 12.5294 22H11.4706C10.9183 22 10.4706 21.5523 10.4706 21ZM14.7059 21C14.7059 20.4477 15.1536 20 15.7059 20H16.7647C17.317 20 17.7647 20.4477 17.7647 21C17.7647 21.5523 17.317 22 16.7647 22H15.7059C15.1536 22 14.7059 21.5523 14.7059 21ZM18.9412 21C18.9412 20.4477 19.3889 20 19.9412 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H19.9412C19.3889 22 18.9412 21.5523 18.9412 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-parabola-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 1C3.55228 1 4 1.44772 4 2C4 5.99205 4.97293 9.55777 6.49353 12.0921C8.02608 14.6464 10.004 16 12 16C13.996 16 15.9739 14.6464 17.5065 12.0921C19.0271 9.55777 20 5.99205 20 2C20 1.44772 20.4477 1 21 1C21.5523 1 22 1.44772 22 2C22 6.29222 20.9582 10.2265 19.2215 13.1211C17.4966 15.9958 14.9745 18 12 18C9.02546 18 6.50336 15.9958 4.77855 13.1211C3.04179 10.2265 2 6.29222 2 2C2 1.44772 2.44772 1 3 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 20C2 19.4477 2.44772 19 3 19H4.05882C4.61111 19 5.05882 19.4477 5.05882 20C5.05882 20.5523 4.61111 21 4.05882 21H3C2.44772 21 2 20.5523 2 20ZM6.23529 20C6.23529 19.4477 6.68301 19 7.23529 19H8.29412C8.8464 19 9.29412 19.4477 9.29412 20C9.29412 20.5523 8.8464 21 8.29412 21H7.23529C6.68301 21 6.23529 20.5523 6.23529 20ZM14.7059 20C14.7059 19.4477 15.1536 19 15.7059 19H16.7647C17.317 19 17.7647 19.4477 17.7647 20C17.7647 20.5523 17.317 21 16.7647 21H15.7059C15.1536 21 14.7059 20.5523 14.7059 20ZM18.9412 20C18.9412 19.4477 19.3889 19 19.9412 19H21C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H19.9412C19.3889 21 18.9412 20.5523 18.9412 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.92956 3.76309C8.66065 4.07814 8.69805 4.55154 9.0131 4.82045C9.15445 4.9411 9.32767 5.00008 9.5 5H11L11 22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22L13 5H14.5C14.6723 5.00008 14.8456 4.94111 14.9869 4.82045C15.302 4.55154 15.3394 4.07814 15.0705 3.76309L13.7908 2.26385C13.5219 1.9487 13.2726 1.6566 13.0412 1.44971C12.7905 1.22569 12.4521 1 12 1C11.5479 1 11.2095 1.22569 10.9589 1.44971C10.7274 1.6566 10.4782 1.9487 10.2092 2.26384L8.92956 3.76309Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 1C3.55228 1 4 1.44772 4 2C4 5.99205 4.97293 9.55777 6.49353 12.0921C8.02608 14.6464 10.004 16 12 16C13.996 16 15.9739 14.6464 17.5065 12.0921C19.0271 9.55777 20 5.99205 20 2C20 1.44772 20.4477 1 21 1C21.5523 1 22 1.44772 22 2C22 6.29222 20.9582 10.2265 19.2215 13.1211C17.4966 15.9958 14.9745 18 12 18C9.02546 18 6.50336 15.9958 4.77855 13.1211C3.04179 10.2265 2 6.29222 2 2C2 1.44772 2.44772 1 3 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 20C2 19.4477 2.44772 19 3 19H4.05882C4.61111 19 5.05882 19.4477 5.05882 20C5.05882 20.5523 4.61111 21 4.05882 21H3C2.44772 21 2 20.5523 2 20ZM6.23529 20C6.23529 19.4477 6.68301 19 7.23529 19H8.29412C8.8464 19 9.29412 19.4477 9.29412 20C9.29412 20.5523 8.8464 21 8.29412 21H7.23529C6.68301 21 6.23529 20.5523 6.23529 20ZM14.7059 20C14.7059 19.4477 15.1536 19 15.7059 19H16.7647C17.317 19 17.7647 19.4477 17.7647 20C17.7647 20.5523 17.317 21 16.7647 21H15.7059C15.1536 21 14.7059 20.5523 14.7059 20ZM18.9412 20C18.9412 19.4477 19.3889 19 19.9412 19H21C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H19.9412C19.3889 21 18.9412 20.5523 18.9412 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.92956 3.76309C8.66065 4.07814 8.69805 4.55154 9.0131 4.82045C9.15445 4.9411 9.32767 5.00008 9.5 5H11L11 22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22L13 5H14.5C14.6723 5.00008 14.8456 4.94111 14.9869 4.82045C15.302 4.55154 15.3394 4.07814 15.0705 3.76309L13.7908 2.26385C13.5219 1.9487 13.2726 1.6566 13.0412 1.44971C12.7905 1.22569 12.4521 1 12 1C11.5479 1 11.2095 1.22569 10.9589 1.44971C10.7274 1.6566 10.4782 1.9487 10.2092 2.26384L8.92956 3.76309Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-parabola-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 20C1 19.4477 1.44772 19 2 19H22C22.5523 19 23 19.4477 23 20C23 20.5523 22.5523 21 22 21H2C1.44772 21 1 20.5523 1 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 1C3.55228 1 4 1.44772 4 2C4 5.99205 4.97293 9.55777 6.49353 12.0921C8.02608 14.6464 10.004 16 12 16C13.996 16 15.9739 14.6464 17.5065 12.0921C19.0271 9.55777 20 5.99205 20 2C20 1.44772 20.4477 1 21 1C21.5523 1 22 1.44772 22 2C22 6.29222 20.9582 10.2265 19.2215 13.1211C17.4966 15.9958 14.9745 18 12 18C9.02546 18 6.50336 15.9958 4.77855 13.1211C3.04179 10.2265 2 6.29222 2 2C2 1.44772 2.44772 1 3 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.92956 3.76309C8.66065 4.07814 8.69805 4.55154 9.0131 4.82045C9.15445 4.9411 9.32767 5.00008 9.5 5H11L11 22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22L13 5H14.5C14.6723 5.00008 14.8456 4.94111 14.9869 4.82045C15.302 4.55154 15.3394 4.07814 15.0705 3.76309L13.7908 2.26385C13.5219 1.9487 13.2726 1.6566 13.0412 1.44971C12.7905 1.22569 12.4521 1 12 1C11.5479 1 11.2095 1.22569 10.9589 1.44971C10.7274 1.6566 10.4782 1.9487 10.2092 2.26384L8.92956 3.76309Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 20C1 19.4477 1.44772 19 2 19H22C22.5523 19 23 19.4477 23 20C23 20.5523 22.5523 21 22 21H2C1.44772 21 1 20.5523 1 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 1C3.55228 1 4 1.44772 4 2C4 5.99205 4.97293 9.55777 6.49353 12.0921C8.02608 14.6464 10.004 16 12 16C13.996 16 15.9739 14.6464 17.5065 12.0921C19.0271 9.55777 20 5.99205 20 2C20 1.44772 20.4477 1 21 1C21.5523 1 22 1.44772 22 2C22 6.29222 20.9582 10.2265 19.2215 13.1211C17.4966 15.9958 14.9745 18 12 18C9.02546 18 6.50336 15.9958 4.77855 13.1211C3.04179 10.2265 2 6.29222 2 2C2 1.44772 2.44772 1 3 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.92956 3.76309C8.66065 4.07814 8.69805 4.55154 9.0131 4.82045C9.15445 4.9411 9.32767 5.00008 9.5 5H11L11 22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22L13 5H14.5C14.6723 5.00008 14.8456 4.94111 14.9869 4.82045C15.302 4.55154 15.3394 4.07814 15.0705 3.76309L13.7908 2.26385C13.5219 1.9487 13.2726 1.6566 13.0412 1.44971C12.7905 1.22569 12.4521 1 12 1C11.5479 1 11.2095 1.22569 10.9589 1.44971C10.7274 1.6566 10.4782 1.9487 10.2092 2.26384L8.92956 3.76309Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-parallelogram{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6231 3.25C16.5348 3.24999 18.0448 3.24997 19.1983 3.40053C20.3721 3.55375 21.3343 3.87973 22.0121 4.663C22.7052 5.46402 22.8317 6.43003 22.7073 7.5342C22.5877 8.59575 22.218 9.92972 21.758 11.5897L20.6182 15.7035L20.6182 15.7036C20.3272 16.7541 20.0895 17.6118 19.8066 18.2819C19.5093 18.9861 19.1349 19.5528 18.5317 19.9777C17.9356 20.3977 17.2568 20.5798 16.4559 20.6663C15.6795 20.75 14.7109 20.75 13.5009 20.75H13.5009H9.3765C7.46477 20.75 5.95478 20.75 4.80132 20.5995C3.62746 20.4463 2.66527 20.1203 1.98748 19.337C1.29434 18.536 1.16792 17.57 1.29233 16.4658C1.41193 15.4043 1.78156 14.0703 2.24153 12.4103L3.38134 8.29656C3.6724 7.246 3.91005 6.3882 4.19298 5.71812C4.49032 5.01388 4.86473 4.4472 5.46793 4.02226C6.06402 3.60231 6.7428 3.42016 7.54364 3.33375C8.32007 3.24998 9.28871 3.24999 10.4987 3.25H14.6231Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6231 3.25C16.5348 3.24999 18.0448 3.24997 19.1983 3.40053C20.3721 3.55375 21.3343 3.87973 22.0121 4.663C22.7052 5.46402 22.8317 6.43003 22.7073 7.5342C22.5877 8.59575 22.218 9.92972 21.758 11.5897L20.6182 15.7035L20.6182 15.7036C20.3272 16.7541 20.0895 17.6118 19.8066 18.2819C19.5093 18.9861 19.1349 19.5528 18.5317 19.9777C17.9356 20.3977 17.2568 20.5798 16.4559 20.6663C15.6795 20.75 14.7109 20.75 13.5009 20.75H13.5009H9.3765C7.46477 20.75 5.95478 20.75 4.80132 20.5995C3.62746 20.4463 2.66527 20.1203 1.98748 19.337C1.29434 18.536 1.16792 17.57 1.29233 16.4658C1.41193 15.4043 1.78156 14.0703 2.24153 12.4103L3.38134 8.29656C3.6724 7.246 3.91005 6.3882 4.19298 5.71812C4.49032 5.01388 4.86473 4.4472 5.46793 4.02226C6.06402 3.60231 6.7428 3.42016 7.54364 3.33375C8.32007 3.24998 9.28871 3.24999 10.4987 3.25H14.6231Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-pentagon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1166 1.83507C10.7322 1.47636 11.3259 1.25 12 1.25C12.6741 1.25 13.2678 1.47636 13.8834 1.83507C14.4737 2.17911 15.1472 2.684 15.9755 3.30505L19.4895 5.93949L19.4895 5.9395C20.3184 6.56088 20.9917 7.06562 21.4908 7.53825C22.0118 8.03165 22.3971 8.53843 22.601 9.18599C22.8044 9.83219 22.7812 10.4722 22.6416 11.1828C22.5075 11.8658 22.2508 12.6807 21.9337 13.6877L20.5928 17.9464C20.2758 18.953 20.0192 19.7681 19.7385 20.4023C19.4467 21.0616 19.0991 21.5985 18.5595 22.003C18.018 22.409 17.4099 22.5867 16.7044 22.6702C16.0297 22.75 15.1962 22.75 14.1731 22.75H14.173H9.82698H9.82693C8.80382 22.75 7.97027 22.75 7.29555 22.6702C6.59007 22.5867 5.98204 22.409 5.44049 22.003C4.90093 21.5985 4.5533 21.0616 4.26152 20.4023C3.98083 19.7681 3.7242 18.953 3.40725 17.9464L2.06625 13.6877C1.74916 12.6807 1.49253 11.8658 1.3584 11.1828C1.21885 10.4722 1.19556 9.8322 1.39904 9.18599C1.60294 8.53843 1.98824 8.03165 2.50924 7.53825C3.00833 7.06561 3.68162 6.56086 4.5105 5.93947L8.02448 3.30503C8.85283 2.684 9.52625 2.17911 10.1166 1.83507Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1166 1.83507C10.7322 1.47636 11.3259 1.25 12 1.25C12.6741 1.25 13.2678 1.47636 13.8834 1.83507C14.4737 2.17911 15.1472 2.684 15.9755 3.30505L19.4895 5.93949L19.4895 5.9395C20.3184 6.56088 20.9917 7.06562 21.4908 7.53825C22.0118 8.03165 22.3971 8.53843 22.601 9.18599C22.8044 9.83219 22.7812 10.4722 22.6416 11.1828C22.5075 11.8658 22.2508 12.6807 21.9337 13.6877L20.5928 17.9464C20.2758 18.953 20.0192 19.7681 19.7385 20.4023C19.4467 21.0616 19.0991 21.5985 18.5595 22.003C18.018 22.409 17.4099 22.5867 16.7044 22.6702C16.0297 22.75 15.1962 22.75 14.1731 22.75H14.173H9.82698H9.82693C8.80382 22.75 7.97027 22.75 7.29555 22.6702C6.59007 22.5867 5.98204 22.409 5.44049 22.003C4.90093 21.5985 4.5533 21.0616 4.26152 20.4023C3.98083 19.7681 3.7242 18.953 3.40725 17.9464L2.06625 13.6877C1.74916 12.6807 1.49253 11.8658 1.3584 11.1828C1.21885 10.4722 1.19556 9.8322 1.39904 9.18599C1.60294 8.53843 1.98824 8.03165 2.50924 7.53825C3.00833 7.06561 3.68162 6.56086 4.5105 5.93947L8.02448 3.30503C8.85283 2.684 9.52625 2.17911 10.1166 1.83507Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-percent-circle-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM16.7071 7.29289C17.0976 7.68342 17.0976 8.31658 16.7071 8.70711L8.70711 16.7071C8.31658 17.0976 7.68342 17.0976 7.29289 16.7071C6.90237 16.3166 6.90237 15.6834 7.29289 15.2929L15.2929 7.29289C15.6834 6.90237 16.3166 6.90237 16.7071 7.29289ZM7.25 9C7.25 8.0335 8.0335 7.25 9 7.25C9.9665 7.25 10.75 8.0335 10.75 9C10.75 9.9665 9.9665 10.75 9 10.75C8.0335 10.75 7.25 9.9665 7.25 9ZM15 13.0784C14.0335 13.0784 13.25 13.8619 13.25 14.8284C13.25 15.7949 14.0335 16.5784 15 16.5784C15.9665 16.5784 16.75 15.7949 16.75 14.8284C16.75 13.8619 15.9665 13.0784 15 13.0784Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM16.7071 7.29289C17.0976 7.68342 17.0976 8.31658 16.7071 8.70711L8.70711 16.7071C8.31658 17.0976 7.68342 17.0976 7.29289 16.7071C6.90237 16.3166 6.90237 15.6834 7.29289 15.2929L15.2929 7.29289C15.6834 6.90237 16.3166 6.90237 16.7071 7.29289ZM7.25 9C7.25 8.0335 8.0335 7.25 9 7.25C9.9665 7.25 10.75 8.0335 10.75 9C10.75 9.9665 9.9665 10.75 9 10.75C8.0335 10.75 7.25 9.9665 7.25 9ZM15 13.0784C14.0335 13.0784 13.25 13.8619 13.25 14.8284C13.25 15.7949 14.0335 16.5784 15 16.5784C15.9665 16.5784 16.75 15.7949 16.75 14.8284C16.75 13.8619 15.9665 13.0784 15 13.0784Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-percent-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM15.7727 7.25C14.783 7.25001 13.7955 7.96802 13.7955 9.06668C13.7955 9.4809 14.1312 9.81668 14.5455 9.81668C14.9597 9.81668 15.2955 9.4809 15.2955 9.06668C15.2955 9.01629 15.3172 8.94783 15.3969 8.87851C15.4782 8.80787 15.6088 8.75 15.7727 8.75C15.9367 8.75 16.0673 8.80787 16.1485 8.87849C16.2288 8.95326 16.3313 9.14056 16.0996 9.29167L14.136 10.5717C13.858 10.753 13.7321 11.0955 13.8267 11.4136C13.9212 11.7318 14.2137 11.95 14.5456 11.95H17C17.4142 11.95 17.75 11.6142 17.75 11.2C17.75 10.8038 17.4428 10.4794 17.0536 10.4519C17.4749 10.1228 17.75 9.62643 17.75 9.06664C17.75 7.96799 16.7624 7.24999 15.7727 7.25ZM7.28877 11.95C7.86216 11.95 7.91185 11.9663 7.93849 11.9785C8.03748 12.0238 8.24295 12.447 8.30365 12.6701L8.62285 13.5191C8.32067 14.0045 8.04246 14.4287 7.75543 14.7523C7.40078 15.1521 7.16099 15.25 7 15.25C6.58579 15.25 6.25 15.5858 6.25 16C6.25 16.4142 6.58579 16.75 7 16.75C7.81582 16.75 8.43386 16.2479 8.87757 15.7477C9.01402 15.5939 9.14622 15.4261 9.27419 15.2507C9.33282 15.4045 9.3891 15.5465 9.44622 15.669C9.53105 15.8511 9.63756 16.0358 9.80158 16.2028C9.95831 16.3624 10.1429 16.4923 10.3467 16.5856C10.7118 16.7525 11.2225 16.7512 11.6203 16.75C12.0345 16.75 12.3703 16.4142 12.3703 16C12.3703 15.5858 12.0345 15.25 11.6203 15.25C11.0469 15.25 10.9972 15.2337 10.9706 15.2215C10.8898 15.2074 10.6935 14.7546 10.6054 14.5299L10.2862 13.6809C10.5884 13.1955 10.8666 12.7713 11.1537 12.4477C11.5083 12.0479 11.7481 11.95 11.9091 11.95C12.3233 11.95 12.6591 11.6142 12.6591 11.2C12.6591 10.7858 12.3233 10.45 11.9091 10.45C11.0933 10.45 10.4752 10.9521 10.0315 11.4523C9.89507 11.6061 9.76287 11.7739 9.6349 11.9493C9.57627 11.7955 9.51999 11.6535 9.46287 11.531C9.37804 11.3489 9.27153 11.1642 9.10751 10.9972C8.95078 10.8376 8.76621 10.7077 8.56242 10.6145C8.19732 10.4475 7.68656 10.4488 7.28877 10.45C6.87456 10.45 6.53877 10.7858 6.53877 11.2C6.53877 11.6142 6.87456 11.95 7.28877 11.95Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM15.7727 7.25C14.783 7.25001 13.7955 7.96802 13.7955 9.06668C13.7955 9.4809 14.1312 9.81668 14.5455 9.81668C14.9597 9.81668 15.2955 9.4809 15.2955 9.06668C15.2955 9.01629 15.3172 8.94783 15.3969 8.87851C15.4782 8.80787 15.6088 8.75 15.7727 8.75C15.9367 8.75 16.0673 8.80787 16.1485 8.87849C16.2288 8.95326 16.3313 9.14056 16.0996 9.29167L14.136 10.5717C13.858 10.753 13.7321 11.0955 13.8267 11.4136C13.9212 11.7318 14.2137 11.95 14.5456 11.95H17C17.4142 11.95 17.75 11.6142 17.75 11.2C17.75 10.8038 17.4428 10.4794 17.0536 10.4519C17.4749 10.1228 17.75 9.62643 17.75 9.06664C17.75 7.96799 16.7624 7.24999 15.7727 7.25ZM7.28877 11.95C7.86216 11.95 7.91185 11.9663 7.93849 11.9785C8.03748 12.0238 8.24295 12.447 8.30365 12.6701L8.62285 13.5191C8.32067 14.0045 8.04246 14.4287 7.75543 14.7523C7.40078 15.1521 7.16099 15.25 7 15.25C6.58579 15.25 6.25 15.5858 6.25 16C6.25 16.4142 6.58579 16.75 7 16.75C7.81582 16.75 8.43386 16.2479 8.87757 15.7477C9.01402 15.5939 9.14622 15.4261 9.27419 15.2507C9.33282 15.4045 9.3891 15.5465 9.44622 15.669C9.53105 15.8511 9.63756 16.0358 9.80158 16.2028C9.95831 16.3624 10.1429 16.4923 10.3467 16.5856C10.7118 16.7525 11.2225 16.7512 11.6203 16.75C12.0345 16.75 12.3703 16.4142 12.3703 16C12.3703 15.5858 12.0345 15.25 11.6203 15.25C11.0469 15.25 10.9972 15.2337 10.9706 15.2215C10.8898 15.2074 10.6935 14.7546 10.6054 14.5299L10.2862 13.6809C10.5884 13.1955 10.8666 12.7713 11.1537 12.4477C11.5083 12.0479 11.7481 11.95 11.9091 11.95C12.3233 11.95 12.6591 11.6142 12.6591 11.2C12.6591 10.7858 12.3233 10.45 11.9091 10.45C11.0933 10.45 10.4752 10.9521 10.0315 11.4523C9.89507 11.6061 9.76287 11.7739 9.6349 11.9493C9.57627 11.7955 9.51999 11.6535 9.46287 11.531C9.37804 11.3489 9.27153 11.1642 9.10751 10.9972C8.95078 10.8376 8.76621 10.7077 8.56242 10.6145C8.19732 10.4475 7.68656 10.4488 7.28877 10.45C6.87456 10.45 6.53877 10.7858 6.53877 11.2C6.53877 11.6142 6.87456 11.95 7.28877 11.95Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-percent-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM16.7071 7.29289C17.0976 7.68342 17.0976 8.31658 16.7071 8.70711L8.70711 16.7071C8.31658 17.0976 7.68342 17.0976 7.29289 16.7071C6.90237 16.3166 6.90237 15.6834 7.29289 15.2929L15.2929 7.29289C15.6834 6.90237 16.3166 6.90237 16.7071 7.29289ZM9 7.25C8.0335 7.25 7.25 8.0335 7.25 9C7.25 9.9665 8.0335 10.75 9 10.75C9.9665 10.75 10.75 9.9665 10.75 9C10.75 8.0335 9.9665 7.25 9 7.25ZM15 13.0784C14.0335 13.0784 13.25 13.8619 13.25 14.8284C13.25 15.7949 14.0335 16.5784 15 16.5784C15.9665 16.5784 16.75 15.7949 16.75 14.8284C16.75 13.8619 15.9665 13.0784 15 13.0784Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM16.7071 7.29289C17.0976 7.68342 17.0976 8.31658 16.7071 8.70711L8.70711 16.7071C8.31658 17.0976 7.68342 17.0976 7.29289 16.7071C6.90237 16.3166 6.90237 15.6834 7.29289 15.2929L15.2929 7.29289C15.6834 6.90237 16.3166 6.90237 16.7071 7.29289ZM9 7.25C8.0335 7.25 7.25 8.0335 7.25 9C7.25 9.9665 8.0335 10.75 9 10.75C9.9665 10.75 10.75 9.9665 10.75 9C10.75 8.0335 9.9665 7.25 9 7.25ZM15 13.0784C14.0335 13.0784 13.25 13.8619 13.25 14.8284C13.25 15.7949 14.0335 16.5784 15 16.5784C15.9665 16.5784 16.75 15.7949 16.75 14.8284C16.75 13.8619 15.9665 13.0784 15 13.0784Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-percent{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.8839 3.11612C21.372 3.60427 21.372 4.39573 20.8839 4.88388L4.88388 20.8839C4.39573 21.372 3.60427 21.372 3.11612 20.8839C2.62796 20.3957 2.62796 19.6043 3.11612 19.1161L19.1161 3.11612C19.6043 2.62796 20.3957 2.62796 20.8839 3.11612Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.2019 4.2019C5.47111 2.9327 7.52889 2.9327 8.7981 4.2019C10.0673 5.47111 10.0673 7.52889 8.7981 8.7981C7.52889 10.0673 5.47111 10.0673 4.2019 8.7981C2.9327 7.52889 2.9327 5.47111 4.2019 4.2019Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2019 15.2019C16.4711 13.9327 18.5289 13.9327 19.7981 15.2019C21.0673 16.4711 21.0673 18.5289 19.7981 19.7981C18.5289 21.0673 16.4711 21.0673 15.2019 19.7981C13.9327 18.5289 13.9327 16.4711 15.2019 15.2019Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.8839 3.11612C21.372 3.60427 21.372 4.39573 20.8839 4.88388L4.88388 20.8839C4.39573 21.372 3.60427 21.372 3.11612 20.8839C2.62796 20.3957 2.62796 19.6043 3.11612 19.1161L19.1161 3.11612C19.6043 2.62796 20.3957 2.62796 20.8839 3.11612Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.2019 4.2019C5.47111 2.9327 7.52889 2.9327 8.7981 4.2019C10.0673 5.47111 10.0673 7.52889 8.7981 8.7981C7.52889 10.0673 5.47111 10.0673 4.2019 8.7981C2.9327 7.52889 2.9327 5.47111 4.2019 4.2019Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2019 15.2019C16.4711 13.9327 18.5289 13.9327 19.7981 15.2019C21.0673 16.4711 21.0673 18.5289 19.7981 19.7981C18.5289 21.0673 16.4711 21.0673 15.2019 19.7981C13.9327 18.5289 13.9327 16.4711 15.2019 15.2019Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-pi-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.22249 7.00012H10.3167C10.3271 6.99996 10.3375 6.99996 10.348 7.00012H14.7611C14.7716 6.99996 14.782 6.99996 14.7924 7.00012H17.0003C17.5526 7.00012 18.0003 7.44784 18.0003 8.00012C18.0003 8.55241 17.5526 9.00012 17.0003 9.00012H15.6488L14.6574 16.1377C14.5815 16.6847 14.0764 17.0666 13.5294 16.9906C12.9823 16.9146 12.6005 16.4096 12.6764 15.8626L13.6296 9.00012H11.2043L10.3646 15.0463C10.1932 16.28 8.99793 16.9795 7.8852 16.8364C7.10991 16.7367 6.39332 16.2406 6.10562 15.4638L6.06252 15.3474C5.87071 14.8295 6.13505 14.2542 6.65296 14.0624C7.17086 13.8706 7.7462 14.1349 7.93802 14.6528L7.98111 14.7692C7.98138 14.7699 7.98719 14.785 8.01371 14.8049C8.04047 14.825 8.08312 14.8454 8.14025 14.8527C8.22786 14.864 8.30038 14.8401 8.34494 14.8095C8.36639 14.7948 8.377 14.7815 8.38115 14.7751C8.38205 14.7738 8.38266 14.7727 8.38307 14.7719C8.38336 14.7713 8.38354 14.771 8.38365 14.7707L9.18506 9.00055C8.43147 9.01771 8.00027 9.55171 8.00027 10.0001C8.00027 10.5524 7.55256 11.0001 7.00027 11.0001C6.44799 11.0001 6.00027 10.5524 6.00027 10.0001C6.00027 8.24677 7.54462 7.00012 9.22249 7.00012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM9.22249 7.00012H10.3167C10.3271 6.99996 10.3375 6.99996 10.348 7.00012H14.7611C14.7716 6.99996 14.782 6.99996 14.7924 7.00012H17.0003C17.5526 7.00012 18.0003 7.44784 18.0003 8.00012C18.0003 8.55241 17.5526 9.00012 17.0003 9.00012H15.6488L14.6574 16.1377C14.5815 16.6847 14.0764 17.0666 13.5294 16.9906C12.9823 16.9146 12.6005 16.4096 12.6764 15.8626L13.6296 9.00012H11.2043L10.3646 15.0463C10.1932 16.28 8.99793 16.9795 7.8852 16.8364C7.10991 16.7367 6.39332 16.2406 6.10562 15.4638L6.06252 15.3474C5.87071 14.8295 6.13505 14.2542 6.65296 14.0624C7.17086 13.8706 7.7462 14.1349 7.93802 14.6528L7.98111 14.7692C7.98138 14.7699 7.98719 14.785 8.01371 14.8049C8.04047 14.825 8.08312 14.8454 8.14025 14.8527C8.22786 14.864 8.30038 14.8401 8.34494 14.8095C8.36639 14.7948 8.377 14.7815 8.38115 14.7751C8.38205 14.7738 8.38266 14.7727 8.38307 14.7719C8.38336 14.7713 8.38354 14.771 8.38365 14.7707L9.18506 9.00055C8.43147 9.01771 8.00027 9.55171 8.00027 10.0001C8.00027 10.5524 7.55256 11.0001 7.00027 11.0001C6.44799 11.0001 6.00027 10.5524 6.00027 10.0001C6.00027 8.24677 7.54462 7.00012 9.22249 7.00012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-pi-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM9.22249 7.00012H10.3167C10.3271 6.99996 10.3375 6.99996 10.348 7.00012H14.7611C14.7716 6.99996 14.782 6.99996 14.7924 7.00012H17.0003C17.5526 7.00012 18.0003 7.44784 18.0003 8.00012C18.0003 8.55241 17.5526 9.00012 17.0003 9.00012H15.6488L14.6574 16.1377C14.5815 16.6847 14.0764 17.0666 13.5294 16.9906C12.9823 16.9146 12.6005 16.4096 12.6764 15.8626L13.6296 9.00012H11.2043L10.3646 15.0463C10.1932 16.28 8.99793 16.9795 7.8852 16.8364C7.10991 16.7367 6.39332 16.2406 6.10562 15.4638L6.06252 15.3474C5.87071 14.8295 6.13505 14.2542 6.65296 14.0624C7.17086 13.8706 7.7462 14.1349 7.93802 14.6528L7.98111 14.7692C7.98138 14.7699 7.98719 14.785 8.01371 14.8049C8.04047 14.825 8.08312 14.8454 8.14025 14.8527C8.22786 14.864 8.30038 14.8401 8.34494 14.8095C8.36639 14.7948 8.377 14.7815 8.38115 14.7751C8.38268 14.7728 8.38339 14.7713 8.38365 14.7707L9.18506 9.00055C8.43147 9.01771 8.00027 9.55171 8.00027 10.0001C8.00027 10.5524 7.55256 11.0001 7.00027 11.0001C6.44799 11.0001 6.00027 10.5524 6.00027 10.0001C6.00027 8.24677 7.54462 7.00012 9.22249 7.00012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM9.22249 7.00012H10.3167C10.3271 6.99996 10.3375 6.99996 10.348 7.00012H14.7611C14.7716 6.99996 14.782 6.99996 14.7924 7.00012H17.0003C17.5526 7.00012 18.0003 7.44784 18.0003 8.00012C18.0003 8.55241 17.5526 9.00012 17.0003 9.00012H15.6488L14.6574 16.1377C14.5815 16.6847 14.0764 17.0666 13.5294 16.9906C12.9823 16.9146 12.6005 16.4096 12.6764 15.8626L13.6296 9.00012H11.2043L10.3646 15.0463C10.1932 16.28 8.99793 16.9795 7.8852 16.8364C7.10991 16.7367 6.39332 16.2406 6.10562 15.4638L6.06252 15.3474C5.87071 14.8295 6.13505 14.2542 6.65296 14.0624C7.17086 13.8706 7.7462 14.1349 7.93802 14.6528L7.98111 14.7692C7.98138 14.7699 7.98719 14.785 8.01371 14.8049C8.04047 14.825 8.08312 14.8454 8.14025 14.8527C8.22786 14.864 8.30038 14.8401 8.34494 14.8095C8.36639 14.7948 8.377 14.7815 8.38115 14.7751C8.38268 14.7728 8.38339 14.7713 8.38365 14.7707L9.18506 9.00055C8.43147 9.01771 8.00027 9.55171 8.00027 10.0001C8.00027 10.5524 7.55256 11.0001 7.00027 11.0001C6.44799 11.0001 6.00027 10.5524 6.00027 10.0001C6.00027 8.24677 7.54462 7.00012 9.22249 7.00012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-pi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 2C21.5523 2 22 2.44772 22 3C22 4.12641 21.2687 5.06859 20.3894 5.6781C19.4837 6.30588 18.2724 6.7 16.9574 6.7L7.68468 6.7C6.59922 6.7 5.64865 7.07323 4.98348 7.60569C4.30509 8.14873 4 8.7855 4 9.3C4 9.85228 3.55228 10.3 3 10.3C2.44772 10.3 2 9.85228 2 9.3C2 8.0145 2.72554 6.85127 3.73363 6.04431C4.75495 5.22677 6.14673 4.7 7.68468 4.7L16.9574 4.7C17.885 4.7 18.695 4.41912 19.25 4.0344C19.8313 3.63141 20 3.22359 20 3C20 2.44772 20.4477 2 21 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.574 5.00267C17.1249 5.0427 17.539 5.52168 17.4989 6.07252L16.6046 18.3805C16.5435 19.4098 17.2323 19.9999 17.765 19.9999C18.1691 19.9999 18.6613 19.6881 18.8567 19.0091L19.1402 18.0235C19.2928 17.4927 19.8469 17.1862 20.3776 17.3389C20.9084 17.4916 21.2149 18.0456 21.0622 18.5764L20.7787 19.5619C20.385 20.9306 19.2236 21.9999 17.765 21.9999C15.7872 21.9999 14.4934 20.1229 14.6087 18.2525L14.6094 18.2415L14.6094 18.2415L15.5042 5.92757C15.5442 5.37674 16.0232 4.96265 16.574 5.00267Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0435 5.00096C10.5953 5.02499 11.0231 5.49175 10.9991 6.04351C10.9324 7.57544 10.832 9.77253 10.6978 11.808C10.5661 13.8076 10.3963 15.7542 10.1749 16.7228C9.96409 17.645 9.625 18.686 8.99543 19.5123C8.3303 20.3853 7.34969 21 6 21C5.44772 21 5 20.5523 5 20C5 19.4477 5.44772 19 6 19C6.65031 19 7.0697 18.7397 7.40457 18.3002C7.775 17.814 8.03591 17.1051 8.22514 16.2772C8.40373 15.4959 8.56726 13.7237 8.70216 11.6765C8.83471 9.66501 8.93431 7.4871 9.00095 5.95652C9.02497 5.40476 9.49173 4.97694 10.0435 5.00096Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 2C21.5523 2 22 2.44772 22 3C22 4.12641 21.2687 5.06859 20.3894 5.6781C19.4837 6.30588 18.2724 6.7 16.9574 6.7L7.68468 6.7C6.59922 6.7 5.64865 7.07323 4.98348 7.60569C4.30509 8.14873 4 8.7855 4 9.3C4 9.85228 3.55228 10.3 3 10.3C2.44772 10.3 2 9.85228 2 9.3C2 8.0145 2.72554 6.85127 3.73363 6.04431C4.75495 5.22677 6.14673 4.7 7.68468 4.7L16.9574 4.7C17.885 4.7 18.695 4.41912 19.25 4.0344C19.8313 3.63141 20 3.22359 20 3C20 2.44772 20.4477 2 21 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.574 5.00267C17.1249 5.0427 17.539 5.52168 17.4989 6.07252L16.6046 18.3805C16.5435 19.4098 17.2323 19.9999 17.765 19.9999C18.1691 19.9999 18.6613 19.6881 18.8567 19.0091L19.1402 18.0235C19.2928 17.4927 19.8469 17.1862 20.3776 17.3389C20.9084 17.4916 21.2149 18.0456 21.0622 18.5764L20.7787 19.5619C20.385 20.9306 19.2236 21.9999 17.765 21.9999C15.7872 21.9999 14.4934 20.1229 14.6087 18.2525L14.6094 18.2415L14.6094 18.2415L15.5042 5.92757C15.5442 5.37674 16.0232 4.96265 16.574 5.00267Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0435 5.00096C10.5953 5.02499 11.0231 5.49175 10.9991 6.04351C10.9324 7.57544 10.832 9.77253 10.6978 11.808C10.5661 13.8076 10.3963 15.7542 10.1749 16.7228C9.96409 17.645 9.625 18.686 8.99543 19.5123C8.3303 20.3853 7.34969 21 6 21C5.44772 21 5 20.5523 5 20C5 19.4477 5.44772 19 6 19C6.65031 19 7.0697 18.7397 7.40457 18.3002C7.775 17.814 8.03591 17.1051 8.22514 16.2772C8.40373 15.4959 8.56726 13.7237 8.70216 11.6765C8.83471 9.66501 8.93431 7.4871 9.00095 5.95652C9.02497 5.40476 9.49173 4.97694 10.0435 5.00096Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-plus-minus-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.75C12.6904 1.75 13.25 2.30964 13.25 3V8.75H19C19.6904 8.75 20.25 9.30964 20.25 10C20.25 10.6904 19.6904 11.25 19 11.25H13.25V17C13.25 17.6904 12.6904 18.25 12 18.25C11.3096 18.25 10.75 17.6904 10.75 17V11.25H5C4.30964 11.25 3.75 10.6904 3.75 10C3.75 9.30964 4.30964 8.75 5 8.75H10.75V3C10.75 2.30964 11.3096 1.75 12 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.25 21C20.25 21.6904 19.6904 22.25 19 22.25H5C4.30964 22.25 3.75 21.6904 3.75 21C3.75 20.3096 4.30964 19.75 5 19.75H19C19.6904 19.75 20.25 20.3096 20.25 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.75C12.6904 1.75 13.25 2.30964 13.25 3V8.75H19C19.6904 8.75 20.25 9.30964 20.25 10C20.25 10.6904 19.6904 11.25 19 11.25H13.25V17C13.25 17.6904 12.6904 18.25 12 18.25C11.3096 18.25 10.75 17.6904 10.75 17V11.25H5C4.30964 11.25 3.75 10.6904 3.75 10C3.75 9.30964 4.30964 8.75 5 8.75H10.75V3C10.75 2.30964 11.3096 1.75 12 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.25 21C20.25 21.6904 19.6904 22.25 19 22.25H5C4.30964 22.25 3.75 21.6904 3.75 21C3.75 20.3096 4.30964 19.75 5 19.75H19C19.6904 19.75 20.25 20.3096 20.25 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-plus-minus-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.8839 2.11612C22.372 2.60427 22.372 3.39573 21.8839 3.88388L3.88388 21.8839C3.39573 22.372 2.60427 22.372 2.11612 21.8839C1.62796 21.3957 1.62796 20.6043 2.11612 20.1161L20.1161 2.11612C20.6043 1.62796 21.3957 1.62796 21.8839 2.11612Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.75C7.69036 1.75 8.25 2.30964 8.25 3V5.75L11 5.75C11.6904 5.75 12.25 6.30964 12.25 7C12.25 7.69036 11.6904 8.25 11 8.25H8.25V11C8.25 11.6904 7.69036 12.25 7 12.25C6.30964 12.25 5.75 11.6904 5.75 11V8.25H3C2.30964 8.25 1.75 7.69036 1.75 7C1.75 6.30964 2.30964 5.75 3 5.75L5.75 5.75V3C5.75 2.30964 6.30964 1.75 7 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.75 18C11.75 17.3096 12.3096 16.75 13 16.75L21 16.75C21.6904 16.75 22.25 17.3096 22.25 18C22.25 18.6904 21.6904 19.25 21 19.25L13 19.25C12.3096 19.25 11.75 18.6904 11.75 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.8839 2.11612C22.372 2.60427 22.372 3.39573 21.8839 3.88388L3.88388 21.8839C3.39573 22.372 2.60427 22.372 2.11612 21.8839C1.62796 21.3957 1.62796 20.6043 2.11612 20.1161L20.1161 2.11612C20.6043 1.62796 21.3957 1.62796 21.8839 2.11612Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.75C7.69036 1.75 8.25 2.30964 8.25 3V5.75L11 5.75C11.6904 5.75 12.25 6.30964 12.25 7C12.25 7.69036 11.6904 8.25 11 8.25H8.25V11C8.25 11.6904 7.69036 12.25 7 12.25C6.30964 12.25 5.75 11.6904 5.75 11V8.25H3C2.30964 8.25 1.75 7.69036 1.75 7C1.75 6.30964 2.30964 5.75 3 5.75L5.75 5.75V3C5.75 2.30964 6.30964 1.75 7 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.75 18C11.75 17.3096 12.3096 16.75 13 16.75L21 16.75C21.6904 16.75 22.25 17.3096 22.25 18C22.25 18.6904 21.6904 19.25 21 19.25L13 19.25C12.3096 19.25 11.75 18.6904 11.75 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-plus-minus-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13 7C13 6.44772 12.5523 6 12 6C11.4477 6 11 6.44772 11 7V9.18182H8.5C7.94772 9.18182 7.5 9.62953 7.5 10.1818C7.5 10.7341 7.94772 11.1818 8.5 11.1818H11V13.3636C11 13.9159 11.4477 14.3636 12 14.3636C12.5523 14.3636 13 13.9159 13 13.3636V11.1818H15.5C16.0523 11.1818 16.5 10.7341 16.5 10.1818C16.5 9.62953 16.0523 9.18182 15.5 9.18182H13V7ZM8.5 16C7.94772 16 7.5 16.4477 7.5 17C7.5 17.5523 7.94772 18 8.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17C16.5 16.4477 16.0523 16 15.5 16H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13 7C13 6.44772 12.5523 6 12 6C11.4477 6 11 6.44772 11 7V9.18182H8.5C7.94772 9.18182 7.5 9.62953 7.5 10.1818C7.5 10.7341 7.94772 11.1818 8.5 11.1818H11V13.3636C11 13.9159 11.4477 14.3636 12 14.3636C12.5523 14.3636 13 13.9159 13 13.3636V11.1818H15.5C16.0523 11.1818 16.5 10.7341 16.5 10.1818C16.5 9.62953 16.0523 9.18182 15.5 9.18182H13V7ZM8.5 16C7.94772 16 7.5 16.4477 7.5 17C7.5 17.5523 7.94772 18 8.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17C16.5 16.4477 16.0523 16 15.5 16H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-plus-minus-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM16.7071 7.29289C16.3166 6.90237 15.6834 6.90237 15.2929 7.29289L7.29289 15.2929C6.90237 15.6834 6.90237 16.3166 7.29289 16.7071C7.68342 17.0976 8.31658 17.0976 8.70711 16.7071L16.7071 8.70711C17.0976 8.31658 17.0976 7.68342 16.7071 7.29289ZM9.5 8C9.5 7.44772 9.05228 7 8.5 7C7.94771 7 7.5 7.44772 7.5 8V8.5H7C6.44772 8.5 6 8.94772 6 9.5C6 10.0523 6.44772 10.5 7 10.5H7.5V11C7.5 11.5523 7.94772 12 8.5 12C9.05229 12 9.5 11.5523 9.5 11V10.5H10C10.5523 10.5 11 10.0523 11 9.5C11 8.94772 10.5523 8.5 10 8.5H9.5V8ZM17 13.5H14C13.4477 13.5 13 13.9477 13 14.5C13 15.0523 13.4477 15.5 14 15.5H17C17.5523 15.5 18 15.0523 18 14.5C18 13.9477 17.5523 13.5 17 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM16.7071 7.29289C16.3166 6.90237 15.6834 6.90237 15.2929 7.29289L7.29289 15.2929C6.90237 15.6834 6.90237 16.3166 7.29289 16.7071C7.68342 17.0976 8.31658 17.0976 8.70711 16.7071L16.7071 8.70711C17.0976 8.31658 17.0976 7.68342 16.7071 7.29289ZM9.5 8C9.5 7.44772 9.05228 7 8.5 7C7.94771 7 7.5 7.44772 7.5 8V8.5H7C6.44772 8.5 6 8.94772 6 9.5C6 10.0523 6.44772 10.5 7 10.5H7.5V11C7.5 11.5523 7.94772 12 8.5 12C9.05229 12 9.5 11.5523 9.5 11V10.5H10C10.5523 10.5 11 10.0523 11 9.5C11 8.94772 10.5523 8.5 10 8.5H9.5V8ZM17 13.5H14C13.4477 13.5 13 13.9477 13 14.5C13 15.0523 13.4477 15.5 14 15.5H17C17.5523 15.5 18 15.0523 18 14.5C18 13.9477 17.5523 13.5 17 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-plus-minus-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13 7C13 6.44772 12.5523 6 12 6C11.4477 6 11 6.44772 11 7V9.18182H8.5C7.94772 9.18182 7.5 9.62953 7.5 10.1818C7.5 10.7341 7.94772 11.1818 8.5 11.1818H11V13.3636C11 13.9159 11.4477 14.3636 12 14.3636C12.5523 14.3636 13 13.9159 13 13.3636V11.1818H15.5C16.0523 11.1818 16.5 10.7341 16.5 10.1818C16.5 9.62953 16.0523 9.18182 15.5 9.18182H13V7ZM8.5 16C7.94772 16 7.5 16.4477 7.5 17C7.5 17.5523 7.94772 18 8.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17C16.5 16.4477 16.0523 16 15.5 16H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13 7C13 6.44772 12.5523 6 12 6C11.4477 6 11 6.44772 11 7V9.18182H8.5C7.94772 9.18182 7.5 9.62953 7.5 10.1818C7.5 10.7341 7.94772 11.1818 8.5 11.1818H11V13.3636C11 13.9159 11.4477 14.3636 12 14.3636C12.5523 14.3636 13 13.9159 13 13.3636V11.1818H15.5C16.0523 11.1818 16.5 10.7341 16.5 10.1818C16.5 9.62953 16.0523 9.18182 15.5 9.18182H13V7ZM8.5 16C7.94772 16 7.5 16.4477 7.5 17C7.5 17.5523 7.94772 18 8.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17C16.5 16.4477 16.0523 16 15.5 16H8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-plus-minus-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM9 7C9 6.44772 8.55228 6 8 6C7.44772 6 7 6.44772 7 7V8H6C5.44772 8 5 8.44771 5 9C5 9.55228 5.44772 10 6 10H7V11C7 11.5523 7.44772 12 8 12C8.55228 12 9 11.5523 9 11V10H10C10.5523 10 11 9.55228 11 9C11 8.44772 10.5523 8 10 8H9V7ZM17.7071 6.29289C17.3166 5.90237 16.6834 5.90237 16.2929 6.29289L6.29289 16.2929C5.90237 16.6834 5.90237 17.3166 6.29289 17.7071C6.68342 18.0976 7.31658 18.0976 7.70711 17.7071L17.7071 7.70711C18.0976 7.31658 18.0976 6.68342 17.7071 6.29289ZM14 14C13.4477 14 13 14.4477 13 15C13 15.5523 13.4477 16 14 16L18 16C18.5523 16 19 15.5523 19 15C19 14.4477 18.5523 14 18 14H14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM9 7C9 6.44772 8.55228 6 8 6C7.44772 6 7 6.44772 7 7V8H6C5.44772 8 5 8.44771 5 9C5 9.55228 5.44772 10 6 10H7V11C7 11.5523 7.44772 12 8 12C8.55228 12 9 11.5523 9 11V10H10C10.5523 10 11 9.55228 11 9C11 8.44772 10.5523 8 10 8H9V7ZM17.7071 6.29289C17.3166 5.90237 16.6834 5.90237 16.2929 6.29289L6.29289 16.2929C5.90237 16.6834 5.90237 17.3166 6.29289 17.7071C6.68342 18.0976 7.31658 18.0976 7.70711 17.7071L17.7071 7.70711C18.0976 7.31658 18.0976 6.68342 17.7071 6.29289ZM14 14C13.4477 14 13 14.4477 13 15C13 15.5523 13.4477 16 14 16L18 16C18.5523 16 19 15.5523 19 15C19 14.4477 18.5523 14 18 14H14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-plus-sign-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H11V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H13V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H11V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H13V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-plus-sign-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H11V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H13V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V11H8C7.44772 11 7 11.4477 7 12C7 12.5523 7.44772 13 8 13H11V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13H16C16.5523 13 17 12.5523 17 12C17 11.4477 16.5523 11 16 11H13V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-plus-sign{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.75C12.6904 2.75 13.25 3.30964 13.25 4V10.75H20C20.6904 10.75 21.25 11.3096 21.25 12C21.25 12.6904 20.6904 13.25 20 13.25H13.25V20C13.25 20.6904 12.6904 21.25 12 21.25C11.3096 21.25 10.75 20.6904 10.75 20V13.25H4C3.30964 13.25 2.75 12.6904 2.75 12C2.75 11.3096 3.30964 10.75 4 10.75H10.75V4C10.75 3.30964 11.3096 2.75 12 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.75C12.6904 2.75 13.25 3.30964 13.25 4V10.75H20C20.6904 10.75 21.25 11.3096 21.25 12C21.25 12.6904 20.6904 13.25 20 13.25H13.25V20C13.25 20.6904 12.6904 21.25 12 21.25C11.3096 21.25 10.75 20.6904 10.75 20V13.25H4C3.30964 13.25 2.75 12.6904 2.75 12C2.75 11.3096 3.30964 10.75 4 10.75H10.75V4C10.75 3.30964 11.3096 2.75 12 2.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-prism{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.22204 6.96484C4.75888 6.96484 5.19408 7.39809 5.19408 7.93252V18.4199C5.60522 18.1154 6.07746 17.7822 6.59886 17.4143L10.4214 14.7171C10.6808 14.534 10.9237 14.3626 11.1435 14.2418C11.3879 14.1075 11.6667 13.9988 12.0002 13.9988C12.3337 13.9988 12.6124 14.1075 12.8569 14.2418C13.0767 14.3626 13.3195 14.534 13.5789 14.7171L17.4015 17.4143C17.9226 17.782 18.3947 18.115 18.8057 18.4194V7.93252C18.8057 7.39809 19.2409 6.96484 19.7777 6.96484C20.3145 6.96484 20.7497 7.39809 20.7497 7.93252V20.7812C20.7497 20.7857 20.7497 20.7903 20.7496 20.7948C20.7544 20.9424 20.7355 21.095 20.6868 21.2506C20.5577 21.6636 20.2683 21.9398 19.9321 22.1119C19.6199 22.2716 19.2485 22.3531 18.8698 22.4023C18.1264 22.4989 17.0874 22.4989 15.8058 22.4988H8.19458C6.91295 22.4989 5.87398 22.4989 5.13052 22.4023C4.75185 22.3531 4.38046 22.2716 4.06829 22.1119C3.73208 21.9398 3.44268 21.6636 3.31352 21.2506C3.26628 21.0995 3.24707 20.9513 3.25036 20.8077C3.25012 20.7989 3.25 20.79 3.25 20.7812V7.93252C3.25 7.39809 3.6852 6.96484 4.22204 6.96484Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 10.75C12.5523 10.75 13 11.1977 13 11.75V14.75C13 15.3023 12.5523 15.75 12 15.75C11.4477 15.75 11 15.3023 11 14.75V11.75C11 11.1977 11.4477 10.75 12 10.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 2.02494C11 1.72846 11 1.58023 10.9004 1.52242C10.895 1.51932 10.8891 1.51621 10.8834 1.51364C10.7788 1.46559 10.6597 1.54965 10.4214 1.71778L6.59886 4.41501C5.54851 5.15611 4.69762 5.75647 4.14384 6.26501C3.86178 6.52402 3.60488 6.80465 3.44083 7.11443C3.26453 7.44733 3.18453 7.83883 3.31352 8.2513C3.44268 8.66433 3.73208 8.94056 4.06829 9.11259C4.38046 9.27233 4.75185 9.35388 5.13052 9.40306C5.87398 9.49961 6.91292 9.49959 8.19455 9.49957H15.8058C17.0874 9.49959 18.1264 9.49961 18.8698 9.40306C19.2485 9.35388 19.6199 9.27233 19.9321 9.11259C20.2683 8.94056 20.5577 8.66433 20.6868 8.2513C20.8158 7.83883 20.7358 7.44733 20.5595 7.11443C20.3955 6.80465 20.1386 6.52402 19.8565 6.26501C19.3027 5.75647 18.4519 5.15612 17.4015 4.41502L13.5789 1.71778C13.3403 1.54941 13.2211 1.46522 13.1163 1.51351C13.1109 1.51601 13.1051 1.51902 13.0999 1.52201C13 1.57977 13 1.72823 13 2.02514V6.24957C13 6.80185 12.5523 7.24957 12 7.24957C11.4477 7.24957 11 6.80185 11 6.24957V2.02494Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.22204 6.96484C4.75888 6.96484 5.19408 7.39809 5.19408 7.93252V18.4199C5.60522 18.1154 6.07746 17.7822 6.59886 17.4143L10.4214 14.7171C10.6808 14.534 10.9237 14.3626 11.1435 14.2418C11.3879 14.1075 11.6667 13.9988 12.0002 13.9988C12.3337 13.9988 12.6124 14.1075 12.8569 14.2418C13.0767 14.3626 13.3195 14.534 13.5789 14.7171L17.4015 17.4143C17.9226 17.782 18.3947 18.115 18.8057 18.4194V7.93252C18.8057 7.39809 19.2409 6.96484 19.7777 6.96484C20.3145 6.96484 20.7497 7.39809 20.7497 7.93252V20.7812C20.7497 20.7857 20.7497 20.7903 20.7496 20.7948C20.7544 20.9424 20.7355 21.095 20.6868 21.2506C20.5577 21.6636 20.2683 21.9398 19.9321 22.1119C19.6199 22.2716 19.2485 22.3531 18.8698 22.4023C18.1264 22.4989 17.0874 22.4989 15.8058 22.4988H8.19458C6.91295 22.4989 5.87398 22.4989 5.13052 22.4023C4.75185 22.3531 4.38046 22.2716 4.06829 22.1119C3.73208 21.9398 3.44268 21.6636 3.31352 21.2506C3.26628 21.0995 3.24707 20.9513 3.25036 20.8077C3.25012 20.7989 3.25 20.79 3.25 20.7812V7.93252C3.25 7.39809 3.6852 6.96484 4.22204 6.96484Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 10.75C12.5523 10.75 13 11.1977 13 11.75V14.75C13 15.3023 12.5523 15.75 12 15.75C11.4477 15.75 11 15.3023 11 14.75V11.75C11 11.1977 11.4477 10.75 12 10.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 2.02494C11 1.72846 11 1.58023 10.9004 1.52242C10.895 1.51932 10.8891 1.51621 10.8834 1.51364C10.7788 1.46559 10.6597 1.54965 10.4214 1.71778L6.59886 4.41501C5.54851 5.15611 4.69762 5.75647 4.14384 6.26501C3.86178 6.52402 3.60488 6.80465 3.44083 7.11443C3.26453 7.44733 3.18453 7.83883 3.31352 8.2513C3.44268 8.66433 3.73208 8.94056 4.06829 9.11259C4.38046 9.27233 4.75185 9.35388 5.13052 9.40306C5.87398 9.49961 6.91292 9.49959 8.19455 9.49957H15.8058C17.0874 9.49959 18.1264 9.49961 18.8698 9.40306C19.2485 9.35388 19.6199 9.27233 19.9321 9.11259C20.2683 8.94056 20.5577 8.66433 20.6868 8.2513C20.8158 7.83883 20.7358 7.44733 20.5595 7.11443C20.3955 6.80465 20.1386 6.52402 19.8565 6.26501C19.3027 5.75647 18.4519 5.15612 17.4015 4.41502L13.5789 1.71778C13.3403 1.54941 13.2211 1.46522 13.1163 1.51351C13.1109 1.51601 13.1051 1.51902 13.0999 1.52201C13 1.57977 13 1.72823 13 2.02514V6.24957C13 6.80185 12.5523 7.24957 12 7.24957C11.4477 7.24957 11 6.80185 11 6.24957V2.02494Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-pyramid{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1094 1.25C11.6952 1.25 11.3594 1.58579 11.3594 2V22C11.3594 22.4142 11.6952 22.75 12.1094 22.75C12.4614 22.75 12.7857 22.6195 13.0947 22.4951L20.6182 19.4896C21.1196 19.2894 21.5679 19.1103 21.9045 18.917C21.9945 18.8653 22.0395 18.8394 22.0786 18.7806C22.1385 18.6905 22.1368 18.5318 22.075 18.4431C22.0346 18.3851 21.977 18.3536 21.8618 18.2907L14.6172 14.3342C14.2537 14.1356 14.1199 13.68 14.3185 13.3164C14.517 12.9529 14.9727 12.8192 15.3362 13.0177L22.2776 16.8087C22.4924 16.9259 22.7215 16.7431 22.6164 16.5222C22.4589 16.1915 22.2201 15.81 21.953 15.3832L14.4989 3.47269C14.1247 2.87466 13.7998 2.35538 13.4903 1.99286C13.1647 1.61153 12.7289 1.25 12.1094 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8594 2.22727C12.8594 1.68754 12.4303 1.25 11.901 1.25C11.2026 1.25 10.7242 1.66899 10.3955 2.06167C10.0871 2.43002 9.76738 2.95112 9.41504 3.52539C9.40299 3.54503 9.39091 3.56473 9.37878 3.58449L2.25963 15.1847C2.0079 15.5948 1.77251 15.9783 1.61558 16.3144C1.45115 16.6666 1.29799 17.1165 1.38421 17.6257C1.39834 17.7092 1.41839 17.7908 1.44394 17.8704C1.62237 18.4265 2.02107 18.7527 2.39478 18.9717C2.73247 19.1695 3.17639 19.3502 3.64771 19.5421C3.66603 19.5496 3.68438 19.557 3.70277 19.5645L10.7967 22.4543C10.8215 22.4644 10.8468 22.4748 10.8727 22.4855C11.1602 22.604 11.5146 22.75 11.901 22.75C12.4303 22.75 12.8594 22.3125 12.8594 21.7727V2.22727ZM10.9427 4.72042L4.58443 15.0809L8.69004 12.7812C9.15394 12.5214 9.73656 12.6942 9.99136 13.1673C10.2462 13.6404 10.0767 14.2345 9.61276 14.4944L4.0601 17.6045C4.16579 17.6483 4.28312 17.6962 4.41378 17.7495L10.9427 20.4091V4.72042Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1094 1.25C11.6952 1.25 11.3594 1.58579 11.3594 2V22C11.3594 22.4142 11.6952 22.75 12.1094 22.75C12.4614 22.75 12.7857 22.6195 13.0947 22.4951L20.6182 19.4896C21.1196 19.2894 21.5679 19.1103 21.9045 18.917C21.9945 18.8653 22.0395 18.8394 22.0786 18.7806C22.1385 18.6905 22.1368 18.5318 22.075 18.4431C22.0346 18.3851 21.977 18.3536 21.8618 18.2907L14.6172 14.3342C14.2537 14.1356 14.1199 13.68 14.3185 13.3164C14.517 12.9529 14.9727 12.8192 15.3362 13.0177L22.2776 16.8087C22.4924 16.9259 22.7215 16.7431 22.6164 16.5222C22.4589 16.1915 22.2201 15.81 21.953 15.3832L14.4989 3.47269C14.1247 2.87466 13.7998 2.35538 13.4903 1.99286C13.1647 1.61153 12.7289 1.25 12.1094 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8594 2.22727C12.8594 1.68754 12.4303 1.25 11.901 1.25C11.2026 1.25 10.7242 1.66899 10.3955 2.06167C10.0871 2.43002 9.76738 2.95112 9.41504 3.52539C9.40299 3.54503 9.39091 3.56473 9.37878 3.58449L2.25963 15.1847C2.0079 15.5948 1.77251 15.9783 1.61558 16.3144C1.45115 16.6666 1.29799 17.1165 1.38421 17.6257C1.39834 17.7092 1.41839 17.7908 1.44394 17.8704C1.62237 18.4265 2.02107 18.7527 2.39478 18.9717C2.73247 19.1695 3.17639 19.3502 3.64771 19.5421C3.66603 19.5496 3.68438 19.557 3.70277 19.5645L10.7967 22.4543C10.8215 22.4644 10.8468 22.4748 10.8727 22.4855C11.1602 22.604 11.5146 22.75 11.901 22.75C12.4303 22.75 12.8594 22.3125 12.8594 21.7727V2.22727ZM10.9427 4.72042L4.58443 15.0809L8.69004 12.7812C9.15394 12.5214 9.73656 12.6942 9.99136 13.1673C10.2462 13.6404 10.0767 14.2345 9.61276 14.4944L4.0601 17.6045C4.16579 17.6483 4.28312 17.6962 4.41378 17.7495L10.9427 20.4091V4.72042Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-radius{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12ZM14.0161 13C13.6479 13.7409 12.8834 14.25 12 14.25C10.7574 14.25 9.75 13.2427 9.75 12C9.75 10.7574 10.7574 9.75003 12 9.75003C12.8834 9.75003 13.6479 10.2592 14.0161 11H16.25V10C16.2499 9.82767 16.3089 9.65445 16.4295 9.5131C16.6985 9.19805 17.1719 9.16065 17.4869 9.42956L18.6908 10.4571C18.9388 10.6688 19.1796 10.8742 19.3521 11.0671C19.5416 11.2791 19.75 11.5845 19.75 12C19.75 12.4155 19.5416 12.7209 19.3521 12.9329C19.1796 13.1259 18.9388 13.3313 18.6908 13.5429L18.6908 13.5429L17.4869 14.5705C17.1719 14.8394 16.6985 14.802 16.4295 14.4869C16.3087 14.3454 16.2497 14.1719 16.25 13.9993V13H14.0161Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12ZM14.0161 13C13.6479 13.7409 12.8834 14.25 12 14.25C10.7574 14.25 9.75 13.2427 9.75 12C9.75 10.7574 10.7574 9.75003 12 9.75003C12.8834 9.75003 13.6479 10.2592 14.0161 11H16.25V10C16.2499 9.82767 16.3089 9.65445 16.4295 9.5131C16.6985 9.19805 17.1719 9.16065 17.4869 9.42956L18.6908 10.4571C18.9388 10.6688 19.1796 10.8742 19.3521 11.0671C19.5416 11.2791 19.75 11.5845 19.75 12C19.75 12.4155 19.5416 12.7209 19.3521 12.9329C19.1796 13.1259 18.9388 13.3313 18.6908 13.5429L18.6908 13.5429L17.4869 14.5705C17.1719 14.8394 16.6985 14.802 16.4295 14.4869C16.3087 14.3454 16.2497 14.1719 16.25 13.9993V13H14.0161Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-rectangular{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.2313 4.29034C21.2313 3.75103 21.2313 3.48138 21.0619 3.39948C20.8924 3.31759 20.6811 3.48513 20.2585 3.82021L15.6938 7.43974C15.5813 7.52898 15.525 7.5736 15.4951 7.6355C15.4652 7.6974 15.4653 7.76977 15.4654 7.9145C15.4654 7.9423 15.4654 7.97078 15.4654 7.99995V21.9436C15.4654 22.1848 15.5814 22.4113 15.7771 22.5522C15.9729 22.6932 16.2245 22.7314 16.4532 22.6549C16.7439 22.5577 16.9824 22.375 17.2115 22.1995L19.6442 20.3443C20.0932 20.002 20.4908 19.6989 20.7542 19.436C20.8912 19.2993 21.043 19.125 21.1413 18.9137C21.2247 18.7347 21.2715 18.5225 21.2407 18.2972C21.2354 18.2581 21.2327 18.2386 21.232 18.2284C21.2313 18.2183 21.2313 18.2064 21.2313 18.1827V4.29034ZM14.3133 6.62009C14.2322 6.6844 14.1916 6.71655 14.1437 6.73325C14.0958 6.74995 14.044 6.74995 13.9405 6.74995L5.45685 6.74995H5.45684C4.87937 6.75 4.37288 6.75003 3.9982 6.70207C3.80344 6.67713 3.57922 6.63246 3.3743 6.53112C3.14862 6.41951 2.92659 6.22759 2.81505 5.92448C2.70225 5.61799 2.74865 5.32305 2.85887 5.08618C2.95718 4.8749 3.10898 4.70057 3.24598 4.56388C3.50943 4.30101 3.90698 3.99792 4.356 3.65559L6.78871 1.80042C7.01785 1.6249 7.25637 1.44221 7.54701 1.34503C7.83536 1.24861 8.13696 1.24924 8.43054 1.24985L18.5199 1.24995C19.0139 1.24994 19.4483 1.24993 19.7889 1.27633C19.831 1.27959 19.8756 1.2834 19.922 1.28822C20.2251 1.31971 20.3766 1.33546 20.433 1.52911C20.4895 1.72276 20.3479 1.83504 20.0647 2.0596L14.3133 6.62009Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.73448 4.92163C4.26817 4.92163 4.7008 5.35702 4.7008 5.8941V19.0725C4.7008 19.0725 6.84202 17.4287 6.89043 17.3925V9.13678C6.89043 8.5997 7.32307 8.16432 7.85676 8.16432C8.39044 8.16432 8.82308 8.5997 8.82308 9.13678V16.9165L13.3795 16.9165C13.9131 16.9165 14.3458 17.3519 14.3458 17.889C14.3458 18.426 13.9132 18.8614 13.3795 18.8614L8.16488 18.8685L5.62863 20.8064L15.709 20.7978C16.2118 20.6358 16.752 20.9103 16.9199 21.4157C17.0891 21.925 16.816 22.476 16.3098 22.6463C15.9915 22.7534 15.6601 22.7524 15.3843 22.7515L5.59538 22.7513C5.04792 22.7514 4.54475 22.7514 4.16696 22.7028C3.96863 22.6772 3.72105 22.6295 3.48766 22.5133C3.22752 22.3838 2.96142 22.1553 2.82762 21.7894C2.7466 21.5679 2.73314 21.3453 2.76815 21.1379V5.8941C2.76815 5.35702 3.20079 4.92163 3.73448 4.92163Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.2313 4.29034C21.2313 3.75103 21.2313 3.48138 21.0619 3.39948C20.8924 3.31759 20.6811 3.48513 20.2585 3.82021L15.6938 7.43974C15.5813 7.52898 15.525 7.5736 15.4951 7.6355C15.4652 7.6974 15.4653 7.76977 15.4654 7.9145C15.4654 7.9423 15.4654 7.97078 15.4654 7.99995V21.9436C15.4654 22.1848 15.5814 22.4113 15.7771 22.5522C15.9729 22.6932 16.2245 22.7314 16.4532 22.6549C16.7439 22.5577 16.9824 22.375 17.2115 22.1995L19.6442 20.3443C20.0932 20.002 20.4908 19.6989 20.7542 19.436C20.8912 19.2993 21.043 19.125 21.1413 18.9137C21.2247 18.7347 21.2715 18.5225 21.2407 18.2972C21.2354 18.2581 21.2327 18.2386 21.232 18.2284C21.2313 18.2183 21.2313 18.2064 21.2313 18.1827V4.29034ZM14.3133 6.62009C14.2322 6.6844 14.1916 6.71655 14.1437 6.73325C14.0958 6.74995 14.044 6.74995 13.9405 6.74995L5.45685 6.74995H5.45684C4.87937 6.75 4.37288 6.75003 3.9982 6.70207C3.80344 6.67713 3.57922 6.63246 3.3743 6.53112C3.14862 6.41951 2.92659 6.22759 2.81505 5.92448C2.70225 5.61799 2.74865 5.32305 2.85887 5.08618C2.95718 4.8749 3.10898 4.70057 3.24598 4.56388C3.50943 4.30101 3.90698 3.99792 4.356 3.65559L6.78871 1.80042C7.01785 1.6249 7.25637 1.44221 7.54701 1.34503C7.83536 1.24861 8.13696 1.24924 8.43054 1.24985L18.5199 1.24995C19.0139 1.24994 19.4483 1.24993 19.7889 1.27633C19.831 1.27959 19.8756 1.2834 19.922 1.28822C20.2251 1.31971 20.3766 1.33546 20.433 1.52911C20.4895 1.72276 20.3479 1.83504 20.0647 2.0596L14.3133 6.62009Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.73448 4.92163C4.26817 4.92163 4.7008 5.35702 4.7008 5.8941V19.0725C4.7008 19.0725 6.84202 17.4287 6.89043 17.3925V9.13678C6.89043 8.5997 7.32307 8.16432 7.85676 8.16432C8.39044 8.16432 8.82308 8.5997 8.82308 9.13678V16.9165L13.3795 16.9165C13.9131 16.9165 14.3458 17.3519 14.3458 17.889C14.3458 18.426 13.9132 18.8614 13.3795 18.8614L8.16488 18.8685L5.62863 20.8064L15.709 20.7978C16.2118 20.6358 16.752 20.9103 16.9199 21.4157C17.0891 21.925 16.816 22.476 16.3098 22.6463C15.9915 22.7534 15.6601 22.7524 15.3843 22.7515L5.59538 22.7513C5.04792 22.7514 4.54475 22.7514 4.16696 22.7028C3.96863 22.6772 3.72105 22.6295 3.48766 22.5133C3.22752 22.3838 2.96142 22.1553 2.82762 21.7894C2.7466 21.5679 2.73314 21.3453 2.76815 21.1379V5.8941C2.76815 5.35702 3.20079 4.92163 3.73448 4.92163Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-reflex{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.19513 16.4243C2.83257 15.0734 1.25 12.4551 1.25 9.54873C1.25 5.24652 4.7149 1.75 9 1.75C13.2689 1.75 16.7238 5.22015 16.7499 9.5L19.25 9.5V8.5C19.2499 8.34806 19.2958 8.19466 19.3913 8.06191C19.6332 7.7257 20.1027 7.64986 20.4389 7.8918L20.444 7.89565C20.6434 8.04844 21.2274 8.49596 21.4894 8.72116C21.7497 8.94497 22.0304 9.20392 22.252 9.45647C22.3622 9.58206 22.4736 9.72376 22.5613 9.87286C22.6391 10.0051 22.7509 10.2293 22.7509 10.5C22.7509 10.7707 22.6391 10.9949 22.5613 11.1271C22.4736 11.2762 22.3622 11.4179 22.252 11.5435C22.0304 11.796 21.7497 12.055 21.4894 12.2788C21.2276 12.5038 20.6441 12.9509 20.4444 13.104L20.4389 13.1082C20.1027 13.3501 19.6332 13.2743 19.3913 12.9381C19.2961 12.8058 19.2502 12.6531 19.25 12.5017V11.5H11.8277C11.2403 11.5 10.8721 11.5011 10.5905 11.529C10.2577 11.5475 9.96211 11.8217 9.85589 11.9565C9.69424 12.1851 9.51347 12.5004 9.2286 13.0017L5.81628 19.5654L6.65583 20.0534C6.8188 20.1252 6.95692 20.2551 7.03619 20.4301C7.2071 20.8074 7.03888 21.2522 6.66156 21.4231L6.65583 21.4255C6.43091 21.5193 5.77205 21.7941 5.45591 21.9055C5.14185 22.0161 4.7876 22.1271 4.46681 22.1913C4.3073 22.2233 4.13274 22.2485 3.96289 22.2499C3.81261 22.2512 3.5647 22.2362 3.3318 22.1011C3.09936 21.9662 2.96318 21.7587 2.88958 21.6281C2.80624 21.4803 2.74094 21.3163 2.68882 21.1618C2.58399 20.8511 2.50257 20.4878 2.44091 20.1593C2.37896 19.8292 2.28647 19.1195 2.25473 18.8759L2.25378 18.8686C2.21256 18.4565 2.51327 18.0889 2.92543 18.0477C3.07051 18.0332 3.21006 18.0611 3.3318 18.1212L4.08525 18.5592L5.19513 16.4243Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.19513 16.4243C2.83257 15.0734 1.25 12.4551 1.25 9.54873C1.25 5.24652 4.7149 1.75 9 1.75C13.2689 1.75 16.7238 5.22015 16.7499 9.5L19.25 9.5V8.5C19.2499 8.34806 19.2958 8.19466 19.3913 8.06191C19.6332 7.7257 20.1027 7.64986 20.4389 7.8918L20.444 7.89565C20.6434 8.04844 21.2274 8.49596 21.4894 8.72116C21.7497 8.94497 22.0304 9.20392 22.252 9.45647C22.3622 9.58206 22.4736 9.72376 22.5613 9.87286C22.6391 10.0051 22.7509 10.2293 22.7509 10.5C22.7509 10.7707 22.6391 10.9949 22.5613 11.1271C22.4736 11.2762 22.3622 11.4179 22.252 11.5435C22.0304 11.796 21.7497 12.055 21.4894 12.2788C21.2276 12.5038 20.6441 12.9509 20.4444 13.104L20.4389 13.1082C20.1027 13.3501 19.6332 13.2743 19.3913 12.9381C19.2961 12.8058 19.2502 12.6531 19.25 12.5017V11.5H11.8277C11.2403 11.5 10.8721 11.5011 10.5905 11.529C10.2577 11.5475 9.96211 11.8217 9.85589 11.9565C9.69424 12.1851 9.51347 12.5004 9.2286 13.0017L5.81628 19.5654L6.65583 20.0534C6.8188 20.1252 6.95692 20.2551 7.03619 20.4301C7.2071 20.8074 7.03888 21.2522 6.66156 21.4231L6.65583 21.4255C6.43091 21.5193 5.77205 21.7941 5.45591 21.9055C5.14185 22.0161 4.7876 22.1271 4.46681 22.1913C4.3073 22.2233 4.13274 22.2485 3.96289 22.2499C3.81261 22.2512 3.5647 22.2362 3.3318 22.1011C3.09936 21.9662 2.96318 21.7587 2.88958 21.6281C2.80624 21.4803 2.74094 21.3163 2.68882 21.1618C2.58399 20.8511 2.50257 20.4878 2.44091 20.1593C2.37896 19.8292 2.28647 19.1195 2.25473 18.8759L2.25378 18.8686C2.21256 18.4565 2.51327 18.0889 2.92543 18.0477C3.07051 18.0332 3.21006 18.0611 3.3318 18.1212L4.08525 18.5592L5.19513 16.4243Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-remove-pi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 1.625C21.5523 1.625 22 2.07272 22 2.625C22 3.75141 21.2687 4.69359 20.3894 5.3031C19.4837 5.93088 18.2724 6.325 16.9574 6.325L7.68468 6.325C6.59922 6.325 5.64865 6.69823 4.98348 7.23069C4.30509 7.77373 4 8.4105 4 8.925C4 9.47728 3.55228 9.925 3 9.925C2.44772 9.925 2 9.47728 2 8.925C2 7.6395 2.72554 6.47627 3.73363 5.66931C4.75495 4.85177 6.14673 4.325 7.68468 4.325L16.9574 4.325C17.885 4.325 18.695 4.04412 19.25 3.6594C19.8313 3.25641 20 2.84859 20 2.625C20 2.07272 20.4477 1.625 21 1.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5906 4.62905C17.1406 4.67905 17.546 5.16546 17.496 5.71548L16.996 11.2155C16.946 11.7655 16.4595 12.1708 15.9095 12.1208C15.3595 12.0708 14.9542 11.5844 15.0042 11.0344L15.5042 5.53441C15.5542 4.98439 16.0406 4.57905 16.5906 4.62905Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0435 4.62596C10.5953 4.64999 11.0231 5.11675 10.9991 5.66851C10.9324 7.20044 10.832 9.39753 10.6978 11.433C10.5661 13.4326 10.3963 15.3792 10.1749 16.3478C9.96409 17.27 9.625 18.311 8.99543 19.1373C8.3303 20.0103 7.34969 20.625 6 20.625C5.44772 20.625 5 20.1773 5 19.625C5 19.0727 5.44772 18.625 6 18.625C6.65031 18.625 7.0697 18.3647 7.40457 17.9252C7.775 17.439 8.03591 16.7301 8.22514 15.9022C8.40373 15.1209 8.56726 13.3487 8.70216 11.3015C8.83471 9.29001 8.93431 7.1121 9.00095 5.58152C9.02497 5.02976 9.49173 4.60194 10.0435 4.62596Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 12.875C14.3766 12.875 12.25 15.0016 12.25 17.625C12.25 20.2484 14.3766 22.375 17 22.375C19.6234 22.375 21.75 20.2484 21.75 17.625C21.75 15.0016 19.6234 12.875 17 12.875ZM15.668 16.875C15.2538 16.875 14.918 17.2108 14.918 17.625C14.918 18.0392 15.2538 18.375 15.668 18.375H18.3346C18.7488 18.375 19.0846 18.0392 19.0846 17.625C19.0846 17.2108 18.7488 16.875 18.3346 16.875H15.668Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 1.625C21.5523 1.625 22 2.07272 22 2.625C22 3.75141 21.2687 4.69359 20.3894 5.3031C19.4837 5.93088 18.2724 6.325 16.9574 6.325L7.68468 6.325C6.59922 6.325 5.64865 6.69823 4.98348 7.23069C4.30509 7.77373 4 8.4105 4 8.925C4 9.47728 3.55228 9.925 3 9.925C2.44772 9.925 2 9.47728 2 8.925C2 7.6395 2.72554 6.47627 3.73363 5.66931C4.75495 4.85177 6.14673 4.325 7.68468 4.325L16.9574 4.325C17.885 4.325 18.695 4.04412 19.25 3.6594C19.8313 3.25641 20 2.84859 20 2.625C20 2.07272 20.4477 1.625 21 1.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5906 4.62905C17.1406 4.67905 17.546 5.16546 17.496 5.71548L16.996 11.2155C16.946 11.7655 16.4595 12.1708 15.9095 12.1208C15.3595 12.0708 14.9542 11.5844 15.0042 11.0344L15.5042 5.53441C15.5542 4.98439 16.0406 4.57905 16.5906 4.62905Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0435 4.62596C10.5953 4.64999 11.0231 5.11675 10.9991 5.66851C10.9324 7.20044 10.832 9.39753 10.6978 11.433C10.5661 13.4326 10.3963 15.3792 10.1749 16.3478C9.96409 17.27 9.625 18.311 8.99543 19.1373C8.3303 20.0103 7.34969 20.625 6 20.625C5.44772 20.625 5 20.1773 5 19.625C5 19.0727 5.44772 18.625 6 18.625C6.65031 18.625 7.0697 18.3647 7.40457 17.9252C7.775 17.439 8.03591 16.7301 8.22514 15.9022C8.40373 15.1209 8.56726 13.3487 8.70216 11.3015C8.83471 9.29001 8.93431 7.1121 9.00095 5.58152C9.02497 5.02976 9.49173 4.60194 10.0435 4.62596Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 12.875C14.3766 12.875 12.25 15.0016 12.25 17.625C12.25 20.2484 14.3766 22.375 17 22.375C19.6234 22.375 21.75 20.2484 21.75 17.625C21.75 15.0016 19.6234 12.875 17 12.875ZM15.668 16.875C15.2538 16.875 14.918 17.2108 14.918 17.625C14.918 18.0392 15.2538 18.375 15.668 18.375H18.3346C18.7488 18.375 19.0846 18.0392 19.0846 17.625C19.0846 17.2108 18.7488 16.875 18.3346 16.875H15.668Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-rhombus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.83718 2.1009C10.5131 1.58522 11.1925 1.25 12 1.25C12.8075 1.25 13.4869 1.58522 14.1628 2.1009C14.8121 2.59631 15.5388 3.323 16.4356 4.21986L19.7801 7.56436L19.7802 7.5644C20.677 8.46122 21.4037 9.18787 21.8991 9.83718C22.4148 10.5131 22.75 11.1925 22.75 12C22.75 12.8075 22.4148 13.4869 21.8991 14.1628C21.4037 14.8121 20.677 15.5388 19.7802 16.4356L16.4357 19.7801L16.4356 19.7801C15.5388 20.677 14.8121 21.4037 14.1628 21.8991C13.4869 22.4148 12.8075 22.75 12 22.75C11.1925 22.75 10.5131 22.4148 9.83718 21.8991C9.18788 21.4037 8.46124 20.677 7.56444 19.7802L7.56441 19.7802L4.21988 16.4356C3.32301 15.5388 2.59631 14.8121 2.1009 14.1628C1.58522 13.4869 1.25 12.8075 1.25 12C1.25 11.1925 1.58522 10.5131 2.1009 9.83718C2.59631 9.18787 3.323 8.4612 4.21986 7.56437L7.56437 4.21986C8.4612 3.323 9.18787 2.59631 9.83718 2.1009Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.83718 2.1009C10.5131 1.58522 11.1925 1.25 12 1.25C12.8075 1.25 13.4869 1.58522 14.1628 2.1009C14.8121 2.59631 15.5388 3.323 16.4356 4.21986L19.7801 7.56436L19.7802 7.5644C20.677 8.46122 21.4037 9.18787 21.8991 9.83718C22.4148 10.5131 22.75 11.1925 22.75 12C22.75 12.8075 22.4148 13.4869 21.8991 14.1628C21.4037 14.8121 20.677 15.5388 19.7802 16.4356L16.4357 19.7801L16.4356 19.7801C15.5388 20.677 14.8121 21.4037 14.1628 21.8991C13.4869 22.4148 12.8075 22.75 12 22.75C11.1925 22.75 10.5131 22.4148 9.83718 21.8991C9.18788 21.4037 8.46124 20.677 7.56444 19.7802L7.56441 19.7802L4.21988 16.4356C3.32301 15.5388 2.59631 14.8121 2.1009 14.1628C1.58522 13.4869 1.25 12.8075 1.25 12C1.25 11.1925 1.58522 10.5131 2.1009 9.83718C2.59631 9.18787 3.323 8.4612 4.21986 7.56437L7.56437 4.21986C8.4612 3.323 9.18787 2.59631 9.83718 2.1009Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-right-angle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.53781 4.47726C7.82651 4.77428 7.81977 5.24911 7.52274 5.53781C7.37698 5.67949 7.18839 5.75002 7 5.75H6.0003V11.25C7.36788 11.25 8.52478 11.25 9.39175 11.3665C10.2919 11.4875 11.0497 11.7464 11.6516 12.3484C12.2536 12.9503 12.5125 13.7081 12.6335 14.6082C12.75 15.4752 12.75 16.6324 12.75 18H18.25V17C18.25 16.8116 18.3205 16.623 18.4622 16.4773C18.7509 16.1802 19.2257 16.1735 19.5227 16.4622C19.7161 16.614 20.4174 17.1795 20.6366 17.3652C20.8709 17.5638 21.1197 17.7905 21.3154 18.0202C21.4135 18.1353 21.5134 18.2688 21.5919 18.4155C21.6672 18.5562 21.75 18.7592 21.75 19C21.75 19.2408 21.6672 19.4438 21.5919 19.5845C21.5134 19.7312 21.4135 19.8647 21.3154 19.9798C21.1197 20.2095 20.8709 20.4362 20.6366 20.6348C20.4174 20.8205 19.7161 21.386 19.5227 21.5378C19.2257 21.8265 18.7509 21.8198 18.4622 21.5227C18.3205 21.377 18.25 21.1884 18.25 21V20H10.9315H10.9315C9.57588 20 8.46098 20 7.5792 19.8851C6.65687 19.7648 5.84 19.5031 5.18283 18.8658C4.52135 18.2244 4.24561 17.42 4.11961 16.5112C4.00022 15.6501 4.00026 14.5638 4.0003 13.2539V5.75H3.00056C2.81198 5.75016 2.62317 5.67963 2.47726 5.53781C2.18023 5.24911 2.17349 4.77428 2.46219 4.47726C2.61398 4.28388 3.17952 3.58255 3.36519 3.36344C3.56379 3.12906 3.79045 2.88028 4.02017 2.68463C4.13534 2.58655 4.26884 2.48655 4.41548 2.40808C4.55617 2.33279 4.75922 2.25 5 2.25C5.24078 2.25 5.44382 2.33279 5.58452 2.40808C5.73116 2.48655 5.86466 2.58655 5.97983 2.68463C6.20954 2.88028 6.43621 3.12906 6.63481 3.36344C6.82051 3.58259 7.386 4.28385 7.53781 4.47726Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.53781 4.47726C7.82651 4.77428 7.81977 5.24911 7.52274 5.53781C7.37698 5.67949 7.18839 5.75002 7 5.75H6.0003V11.25C7.36788 11.25 8.52478 11.25 9.39175 11.3665C10.2919 11.4875 11.0497 11.7464 11.6516 12.3484C12.2536 12.9503 12.5125 13.7081 12.6335 14.6082C12.75 15.4752 12.75 16.6324 12.75 18H18.25V17C18.25 16.8116 18.3205 16.623 18.4622 16.4773C18.7509 16.1802 19.2257 16.1735 19.5227 16.4622C19.7161 16.614 20.4174 17.1795 20.6366 17.3652C20.8709 17.5638 21.1197 17.7905 21.3154 18.0202C21.4135 18.1353 21.5134 18.2688 21.5919 18.4155C21.6672 18.5562 21.75 18.7592 21.75 19C21.75 19.2408 21.6672 19.4438 21.5919 19.5845C21.5134 19.7312 21.4135 19.8647 21.3154 19.9798C21.1197 20.2095 20.8709 20.4362 20.6366 20.6348C20.4174 20.8205 19.7161 21.386 19.5227 21.5378C19.2257 21.8265 18.7509 21.8198 18.4622 21.5227C18.3205 21.377 18.25 21.1884 18.25 21V20H10.9315H10.9315C9.57588 20 8.46098 20 7.5792 19.8851C6.65687 19.7648 5.84 19.5031 5.18283 18.8658C4.52135 18.2244 4.24561 17.42 4.11961 16.5112C4.00022 15.6501 4.00026 14.5638 4.0003 13.2539V5.75H3.00056C2.81198 5.75016 2.62317 5.67963 2.47726 5.53781C2.18023 5.24911 2.17349 4.77428 2.46219 4.47726C2.61398 4.28388 3.17952 3.58255 3.36519 3.36344C3.56379 3.12906 3.79045 2.88028 4.02017 2.68463C4.13534 2.58655 4.26884 2.48655 4.41548 2.40808C4.55617 2.33279 4.75922 2.25 5 2.25C5.24078 2.25 5.44382 2.33279 5.58452 2.40808C5.73116 2.48655 5.86466 2.58655 5.97983 2.68463C6.20954 2.88028 6.43621 3.12906 6.63481 3.36344C6.82051 3.58259 7.386 4.28385 7.53781 4.47726Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-right-triangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5904 3.27161C6.08848 3.64229 6.73421 4.28037 7.70002 5.2401L18.5769 16.0485C19.5946 17.0598 20.2782 17.7424 20.6818 18.2735C20.8913 18.5491 20.9631 18.7041 20.9866 18.7783C20.9191 18.8114 20.7718 18.8629 20.4735 18.9063C19.8342 18.9995 18.8913 19.0021 17.4808 19.0021H15.9983C15.446 19.0021 14.9983 19.4498 14.9983 20.0021C14.9983 20.5544 15.446 21.0021 15.9983 21.0021L17.5653 21.0021C18.8692 21.0021 19.9604 21.0022 20.7617 20.8854C21.547 20.7711 22.494 20.485 22.8695 19.513C23.2376 18.5598 22.7594 17.7018 22.2741 17.0633C21.7756 16.4073 20.9896 15.6263 20.0444 14.6872L9.05083 3.76286L9.05082 3.76286C8.15948 2.87705 7.41191 2.13413 6.78445 1.66717C6.17501 1.21361 5.31874 0.745665 4.38347 1.16083C3.46772 1.56733 3.21085 2.50021 3.10645 3.26135C2.99822 4.05032 2.99826 5.12132 2.9983 6.40696L2.99831 8.00207C2.99831 8.55435 3.44602 9.00207 3.99831 9.00207C4.55059 9.00207 4.99831 8.55435 4.99831 8.00207V6.48684C4.99831 5.10075 5.00063 4.16932 5.08789 3.53315C5.12559 3.25834 5.17068 3.10768 5.2028 3.02937C5.2758 3.0613 5.39928 3.12938 5.5904 3.27161Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.99999 10.0039L2.05439 10.0039C2.47846 10.0038 2.89059 10.0037 3.2305 10.0494C3.61371 10.101 4.05099 10.2265 4.4142 10.5897C4.77742 10.9529 4.90294 11.3902 4.95446 11.7734C5.00016 12.1133 5.00008 12.5254 4.99999 12.9495L4.99999 14.2539H5.052C5.95047 14.2539 6.6997 14.2539 7.29448 14.3339C7.92227 14.4183 8.48907 14.6039 8.94454 15.0594C9.40001 15.5149 9.58568 16.0817 9.67009 16.7095C9.75005 17.3042 9.75003 18.0535 9.75 18.9519V19.0039L11.0544 19.0039C11.4785 19.0038 11.8906 19.0037 12.2305 19.0494C12.6137 19.101 13.051 19.2265 13.4142 19.5897C13.7774 19.9529 13.9029 20.3902 13.9545 20.7734C14.0002 21.1133 14.0001 21.5254 14 21.9495L14 22.0039C14 22.5562 13.5523 23.0039 13 23.0039C12.4477 23.0039 12 22.5562 12 22.0039C12 21.5042 11.9979 21.2301 11.9723 21.0399L11.9713 21.0326L11.964 21.0316C11.7738 21.006 11.4997 21.0039 11 21.0039L6.54475 21.0039C5.98314 21.004 5.46241 21.0041 5.03771 20.9448C4.56493 20.8787 4.06693 20.7226 3.66111 20.301C3.26043 19.8848 3.11712 19.3832 3.05595 18.9105C2.99987 18.4771 2.99992 17.9432 2.99998 17.3554L2.99999 13.0039C2.99999 12.5042 2.99786 12.2301 2.97229 12.0399L2.97129 12.0326L2.96401 12.0316C2.77382 12.006 2.49966 12.0039 1.99999 12.0039C1.4477 12.0039 0.999986 11.5562 0.999986 11.0039C0.999986 10.4516 1.4477 10.0039 1.99999 10.0039Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5904 3.27161C6.08848 3.64229 6.73421 4.28037 7.70002 5.2401L18.5769 16.0485C19.5946 17.0598 20.2782 17.7424 20.6818 18.2735C20.8913 18.5491 20.9631 18.7041 20.9866 18.7783C20.9191 18.8114 20.7718 18.8629 20.4735 18.9063C19.8342 18.9995 18.8913 19.0021 17.4808 19.0021H15.9983C15.446 19.0021 14.9983 19.4498 14.9983 20.0021C14.9983 20.5544 15.446 21.0021 15.9983 21.0021L17.5653 21.0021C18.8692 21.0021 19.9604 21.0022 20.7617 20.8854C21.547 20.7711 22.494 20.485 22.8695 19.513C23.2376 18.5598 22.7594 17.7018 22.2741 17.0633C21.7756 16.4073 20.9896 15.6263 20.0444 14.6872L9.05083 3.76286L9.05082 3.76286C8.15948 2.87705 7.41191 2.13413 6.78445 1.66717C6.17501 1.21361 5.31874 0.745665 4.38347 1.16083C3.46772 1.56733 3.21085 2.50021 3.10645 3.26135C2.99822 4.05032 2.99826 5.12132 2.9983 6.40696L2.99831 8.00207C2.99831 8.55435 3.44602 9.00207 3.99831 9.00207C4.55059 9.00207 4.99831 8.55435 4.99831 8.00207V6.48684C4.99831 5.10075 5.00063 4.16932 5.08789 3.53315C5.12559 3.25834 5.17068 3.10768 5.2028 3.02937C5.2758 3.0613 5.39928 3.12938 5.5904 3.27161Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.99999 10.0039L2.05439 10.0039C2.47846 10.0038 2.89059 10.0037 3.2305 10.0494C3.61371 10.101 4.05099 10.2265 4.4142 10.5897C4.77742 10.9529 4.90294 11.3902 4.95446 11.7734C5.00016 12.1133 5.00008 12.5254 4.99999 12.9495L4.99999 14.2539H5.052C5.95047 14.2539 6.6997 14.2539 7.29448 14.3339C7.92227 14.4183 8.48907 14.6039 8.94454 15.0594C9.40001 15.5149 9.58568 16.0817 9.67009 16.7095C9.75005 17.3042 9.75003 18.0535 9.75 18.9519V19.0039L11.0544 19.0039C11.4785 19.0038 11.8906 19.0037 12.2305 19.0494C12.6137 19.101 13.051 19.2265 13.4142 19.5897C13.7774 19.9529 13.9029 20.3902 13.9545 20.7734C14.0002 21.1133 14.0001 21.5254 14 21.9495L14 22.0039C14 22.5562 13.5523 23.0039 13 23.0039C12.4477 23.0039 12 22.5562 12 22.0039C12 21.5042 11.9979 21.2301 11.9723 21.0399L11.9713 21.0326L11.964 21.0316C11.7738 21.006 11.4997 21.0039 11 21.0039L6.54475 21.0039C5.98314 21.004 5.46241 21.0041 5.03771 20.9448C4.56493 20.8787 4.06693 20.7226 3.66111 20.301C3.26043 19.8848 3.11712 19.3832 3.05595 18.9105C2.99987 18.4771 2.99992 17.9432 2.99998 17.3554L2.99999 13.0039C2.99999 12.5042 2.99786 12.2301 2.97229 12.0399L2.97129 12.0326L2.96401 12.0316C2.77382 12.006 2.49966 12.0039 1.99999 12.0039C1.4477 12.0039 0.999986 11.5562 0.999986 11.0039C0.999986 10.4516 1.4477 10.0039 1.99999 10.0039Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-root-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8286 6.06537C12.8044 6.0953 12.726 6.2194 12.6292 6.60652L10.2894 15.964L10.2894 15.964C10.0317 16.9949 9.8112 17.8771 9.55473 18.5017C9.3091 19.1 8.84915 19.9152 7.86514 19.9944C6.90399 20.0718 6.30228 19.3714 5.93803 18.8298C5.55523 18.2606 5.15176 17.4319 4.67686 16.4565L4.07118 15.2126C3.84002 14.7378 3.71332 14.4836 3.60185 14.3213C3.59036 14.3045 3.58051 14.291 3.57227 14.2802C3.52794 14.2857 3.44518 14.3053 3.30934 14.3695C3.12063 14.4587 2.94899 14.5722 2.73894 14.7111L2.73893 14.7111L2.73891 14.7112C2.67774 14.7516 2.6133 14.7942 2.54424 14.839C2.08087 15.1395 1.46162 15.0075 1.16111 14.5441C0.860602 14.0808 0.992625 13.4615 1.45599 13.161C1.49096 13.1383 1.53164 13.1113 1.57709 13.081L1.57718 13.081C1.7946 12.9363 2.12127 12.7189 2.45465 12.5614C2.86383 12.368 3.47373 12.1661 4.14393 12.3505C4.67439 12.4964 5.01216 12.8419 5.25065 13.1893C5.45723 13.4901 5.64876 13.8837 5.84335 14.2836L5.86934 14.337L6.44023 15.5094C6.95948 16.5758 7.30264 17.275 7.59764 17.7137C7.62443 17.7535 7.64911 17.7886 7.67171 17.8194C7.68216 17.7958 7.69313 17.77 7.7046 17.7421C7.89882 17.2691 8.08581 16.532 8.36912 15.399L10.6889 6.12137C10.8539 5.46155 11.1123 4.78497 11.7527 4.37858C12.3305 4.01195 13.0383 4 13.6139 4H22.0001C22.5524 4 23.0001 4.44772 23.0001 5C23.0001 5.55228 22.5524 6 22.0001 6H13.6139C13.3138 6 13.1181 6.00931 12.9777 6.03014C12.8852 6.04387 12.8428 6.05919 12.8286 6.06537Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4109 12.0491C15.3328 12.0178 15.2132 12.0004 14.4118 12.0004C13.8595 12.0004 13.4118 11.5526 13.4118 11.0004C13.4118 10.4481 13.8595 10.0004 14.4118 10.0004L14.5458 10.0002C15.1224 9.99902 15.6692 9.99792 16.1552 10.1928C16.43 10.303 16.6857 10.4592 16.9081 10.6577C17.3132 11.0193 17.5263 11.5204 17.7296 11.9982L17.7301 11.9994C17.951 11.7253 18.1809 11.4627 18.4199 11.2266C19.067 10.587 19.9189 10.0004 21 10.0004C21.5523 10.0004 22 10.4481 22 11.0004C22 11.5526 21.5523 12.0004 21 12.0004C20.6883 12.0004 20.3169 12.1637 19.8257 12.6491C19.4328 13.0374 19.0519 13.5415 18.6395 14.1202L19.0591 15.0985C19.1936 15.412 19.2713 15.5912 19.3404 15.7212C19.3716 15.7798 19.3926 15.8119 19.4054 15.8293C19.4165 15.8445 19.4219 15.8493 19.4238 15.851C19.4668 15.8894 19.5221 15.9247 19.5891 15.9516C19.6672 15.9829 19.7868 16.0004 20.5882 16.0004C21.1405 16.0004 21.5882 16.4481 21.5882 17.0004C21.5882 17.5526 21.1405 18.0004 20.5882 18.0004L20.4542 18.0005C19.8776 18.0017 19.3308 18.0028 18.8448 17.8079C18.57 17.6977 18.3143 17.5415 18.0919 17.343C17.6868 16.9814 17.4737 16.4803 17.2704 16.0025L17.2699 16.0013C17.049 16.2754 16.8191 16.538 16.5801 16.7741C15.933 17.4137 15.0811 18.0004 14 18.0004C13.4477 18.0004 13 17.5526 13 17.0004C13 16.4481 13.4477 16.0004 14 16.0004C14.3117 16.0004 14.6831 15.837 15.1743 15.3516C15.5672 14.9633 15.9481 14.4592 16.3605 13.8805L15.9409 12.9023C15.8064 12.5887 15.7287 12.4095 15.6596 12.2795C15.6284 12.2209 15.6074 12.1888 15.5946 12.1714C15.5835 12.1562 15.5781 12.1514 15.5762 12.1497C15.5332 12.1114 15.4779 12.076 15.4109 12.0491Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8286 6.06537C12.8044 6.0953 12.726 6.2194 12.6292 6.60652L10.2894 15.964L10.2894 15.964C10.0317 16.9949 9.8112 17.8771 9.55473 18.5017C9.3091 19.1 8.84915 19.9152 7.86514 19.9944C6.90399 20.0718 6.30228 19.3714 5.93803 18.8298C5.55523 18.2606 5.15176 17.4319 4.67686 16.4565L4.07118 15.2126C3.84002 14.7378 3.71332 14.4836 3.60185 14.3213C3.59036 14.3045 3.58051 14.291 3.57227 14.2802C3.52794 14.2857 3.44518 14.3053 3.30934 14.3695C3.12063 14.4587 2.94899 14.5722 2.73894 14.7111L2.73893 14.7111L2.73891 14.7112C2.67774 14.7516 2.6133 14.7942 2.54424 14.839C2.08087 15.1395 1.46162 15.0075 1.16111 14.5441C0.860602 14.0808 0.992625 13.4615 1.45599 13.161C1.49096 13.1383 1.53164 13.1113 1.57709 13.081L1.57718 13.081C1.7946 12.9363 2.12127 12.7189 2.45465 12.5614C2.86383 12.368 3.47373 12.1661 4.14393 12.3505C4.67439 12.4964 5.01216 12.8419 5.25065 13.1893C5.45723 13.4901 5.64876 13.8837 5.84335 14.2836L5.86934 14.337L6.44023 15.5094C6.95948 16.5758 7.30264 17.275 7.59764 17.7137C7.62443 17.7535 7.64911 17.7886 7.67171 17.8194C7.68216 17.7958 7.69313 17.77 7.7046 17.7421C7.89882 17.2691 8.08581 16.532 8.36912 15.399L10.6889 6.12137C10.8539 5.46155 11.1123 4.78497 11.7527 4.37858C12.3305 4.01195 13.0383 4 13.6139 4H22.0001C22.5524 4 23.0001 4.44772 23.0001 5C23.0001 5.55228 22.5524 6 22.0001 6H13.6139C13.3138 6 13.1181 6.00931 12.9777 6.03014C12.8852 6.04387 12.8428 6.05919 12.8286 6.06537Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4109 12.0491C15.3328 12.0178 15.2132 12.0004 14.4118 12.0004C13.8595 12.0004 13.4118 11.5526 13.4118 11.0004C13.4118 10.4481 13.8595 10.0004 14.4118 10.0004L14.5458 10.0002C15.1224 9.99902 15.6692 9.99792 16.1552 10.1928C16.43 10.303 16.6857 10.4592 16.9081 10.6577C17.3132 11.0193 17.5263 11.5204 17.7296 11.9982L17.7301 11.9994C17.951 11.7253 18.1809 11.4627 18.4199 11.2266C19.067 10.587 19.9189 10.0004 21 10.0004C21.5523 10.0004 22 10.4481 22 11.0004C22 11.5526 21.5523 12.0004 21 12.0004C20.6883 12.0004 20.3169 12.1637 19.8257 12.6491C19.4328 13.0374 19.0519 13.5415 18.6395 14.1202L19.0591 15.0985C19.1936 15.412 19.2713 15.5912 19.3404 15.7212C19.3716 15.7798 19.3926 15.8119 19.4054 15.8293C19.4165 15.8445 19.4219 15.8493 19.4238 15.851C19.4668 15.8894 19.5221 15.9247 19.5891 15.9516C19.6672 15.9829 19.7868 16.0004 20.5882 16.0004C21.1405 16.0004 21.5882 16.4481 21.5882 17.0004C21.5882 17.5526 21.1405 18.0004 20.5882 18.0004L20.4542 18.0005C19.8776 18.0017 19.3308 18.0028 18.8448 17.8079C18.57 17.6977 18.3143 17.5415 18.0919 17.343C17.6868 16.9814 17.4737 16.4803 17.2704 16.0025L17.2699 16.0013C17.049 16.2754 16.8191 16.538 16.5801 16.7741C15.933 17.4137 15.0811 18.0004 14 18.0004C13.4477 18.0004 13 17.5526 13 17.0004C13 16.4481 13.4477 16.0004 14 16.0004C14.3117 16.0004 14.6831 15.837 15.1743 15.3516C15.5672 14.9633 15.9481 14.4592 16.3605 13.8805L15.9409 12.9023C15.8064 12.5887 15.7287 12.4095 15.6596 12.2795C15.6284 12.2209 15.6074 12.1888 15.5946 12.1714C15.5835 12.1562 15.5781 12.1514 15.5762 12.1497C15.5332 12.1114 15.4779 12.076 15.4109 12.0491Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-root-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.26894 2.38994C7.3297 2.93887 6.93396 3.43313 6.38503 3.49389C5.10653 3.63542 4.46123 3.93178 3.99964 4.45125C3.56839 4.93657 3.29509 5.62049 3.14945 6.83958C3.00168 8.0765 3 9.70683 3 12C3 14.2931 3.00168 15.9234 3.14945 17.1604C3.29509 18.3794 3.56839 19.0634 3.99964 19.5487C4.46123 20.0682 5.10653 20.3645 6.38503 20.506C6.93396 20.5668 7.3297 21.0611 7.26894 21.61C7.20817 22.1589 6.71392 22.5547 6.16499 22.4939C4.66448 22.3278 3.43918 21.9289 2.5046 20.8772C1.68373 19.9534 1.33097 18.7987 1.16358 17.3976C0.99997 16.0281 0.999984 14.2781 1 12.0671V11.9328C0.999984 9.72181 0.99997 7.9718 1.16358 6.60233C1.33097 5.20119 1.68373 4.04658 2.5046 3.12278C3.43918 2.07101 4.66448 1.67214 6.16499 1.50604C6.71392 1.44527 7.20817 1.84101 7.26894 2.38994ZM16.7311 2.38994C16.7918 1.84101 17.2861 1.44527 17.835 1.50604C19.3355 1.67214 20.5608 2.07101 21.4954 3.12278C22.3163 4.04658 22.669 5.20119 22.8364 6.60233C23 7.97179 23 9.72179 23 11.9328V12.0672C23 14.2781 23 16.0281 22.8364 17.3976C22.669 18.7987 22.3163 19.9534 21.4954 20.8772C20.5608 21.9289 19.3355 22.3278 17.835 22.4939C17.2861 22.5547 16.7918 22.1589 16.7311 21.61C16.6703 21.0611 17.066 20.5668 17.615 20.506C18.8935 20.3645 19.5388 20.0682 20.0004 19.5487C20.4316 19.0634 20.7049 18.3794 20.8505 17.1604C20.9983 15.9234 21 14.2931 21 12C21 9.70683 20.9983 8.0765 20.8505 6.83958C20.7049 5.62049 20.4316 4.93657 20.0004 4.45125C19.5388 3.93178 18.8935 3.63542 17.615 3.4939C17.066 3.43313 16.6703 2.93887 16.7311 2.38994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.2878 9.00058L10.9925 14.3825C10.8556 14.9518 10.7284 15.4808 10.5764 15.8655C10.4411 16.2078 10.1011 16.925 9.26506 16.9949C8.44691 17.0633 7.98335 16.4367 7.78286 16.127C7.55619 15.7768 7.32357 15.2803 7.0712 14.7416L6.67357 13.8934C6.67357 13.8934 6.59113 13.9502 6.55889 13.9719C6.10088 14.2805 5.4794 14.1594 5.17079 13.7014C4.86218 13.2434 4.9833 12.6219 5.44131 12.3133C5.55607 12.2337 5.82561 12.047 6.04433 11.9396C6.30823 11.81 6.77399 11.6368 7.30812 11.7895C7.74712 11.915 8.00902 12.2097 8.16877 12.4514C8.30023 12.6504 8.4179 12.9018 8.51988 13.1198L8.99517 14.1331L10.3403 8.54517C10.4341 8.15552 10.6058 7.62357 11.1083 7.29227C11.5522 6.99962 12.0756 6.99971 12.3761 6.99976H12.3761L18.0001 6.99976C18.5524 6.99976 19.0001 7.44747 19.0001 7.99976C19.0001 8.55204 18.5524 8.99976 18.0001 8.99976L12.2878 9.00058Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.4241 12.431C14.4241 12.431 14.2032 12.4283 14.103 12.4283C13.5508 12.4283 13.103 11.9806 13.103 11.4283C13.103 10.876 13.5508 10.4283 14.103 10.4283C14.3995 10.4268 14.8822 10.4244 15.2418 10.5741C15.4421 10.6576 15.6283 10.7758 15.7897 10.9256C15.8841 11.0131 15.9639 11.1107 16.0322 11.2115C16.4176 10.8302 16.9802 10.4283 17.7266 10.4283C18.2789 10.4283 18.7266 10.876 18.7266 11.4283C18.7266 11.9806 18.2789 12.4283 17.7266 12.4283C17.6699 12.4594 17.5234 12.5458 17.4105 12.6618C17.257 12.8194 17.1034 13.0194 16.9326 13.2616L17.179 13.8543C17.179 13.8543 17.3999 13.8569 17.5001 13.8569C18.0524 13.8569 18.5001 14.3046 18.5001 14.8569C18.5001 15.4092 18.0524 15.8569 17.5001 15.8569C17.2037 15.8585 16.7209 15.8609 16.3613 15.7111C16.161 15.6276 15.9749 15.5094 15.8134 15.3596C15.7191 15.2721 15.6393 15.1745 15.571 15.0738C15.1855 15.455 14.6229 15.8569 13.8766 15.8569C13.3243 15.8569 12.8766 15.4092 12.8766 14.8569C12.8766 14.3046 13.3243 13.8569 13.8766 13.8569C13.9333 13.8258 14.0797 13.7395 14.1927 13.6235C14.3462 13.4658 14.4997 13.2658 14.6706 13.0236L14.4241 12.431Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.26894 2.38994C7.3297 2.93887 6.93396 3.43313 6.38503 3.49389C5.10653 3.63542 4.46123 3.93178 3.99964 4.45125C3.56839 4.93657 3.29509 5.62049 3.14945 6.83958C3.00168 8.0765 3 9.70683 3 12C3 14.2931 3.00168 15.9234 3.14945 17.1604C3.29509 18.3794 3.56839 19.0634 3.99964 19.5487C4.46123 20.0682 5.10653 20.3645 6.38503 20.506C6.93396 20.5668 7.3297 21.0611 7.26894 21.61C7.20817 22.1589 6.71392 22.5547 6.16499 22.4939C4.66448 22.3278 3.43918 21.9289 2.5046 20.8772C1.68373 19.9534 1.33097 18.7987 1.16358 17.3976C0.99997 16.0281 0.999984 14.2781 1 12.0671V11.9328C0.999984 9.72181 0.99997 7.9718 1.16358 6.60233C1.33097 5.20119 1.68373 4.04658 2.5046 3.12278C3.43918 2.07101 4.66448 1.67214 6.16499 1.50604C6.71392 1.44527 7.20817 1.84101 7.26894 2.38994ZM16.7311 2.38994C16.7918 1.84101 17.2861 1.44527 17.835 1.50604C19.3355 1.67214 20.5608 2.07101 21.4954 3.12278C22.3163 4.04658 22.669 5.20119 22.8364 6.60233C23 7.97179 23 9.72179 23 11.9328V12.0672C23 14.2781 23 16.0281 22.8364 17.3976C22.669 18.7987 22.3163 19.9534 21.4954 20.8772C20.5608 21.9289 19.3355 22.3278 17.835 22.4939C17.2861 22.5547 16.7918 22.1589 16.7311 21.61C16.6703 21.0611 17.066 20.5668 17.615 20.506C18.8935 20.3645 19.5388 20.0682 20.0004 19.5487C20.4316 19.0634 20.7049 18.3794 20.8505 17.1604C20.9983 15.9234 21 14.2931 21 12C21 9.70683 20.9983 8.0765 20.8505 6.83958C20.7049 5.62049 20.4316 4.93657 20.0004 4.45125C19.5388 3.93178 18.8935 3.63542 17.615 3.4939C17.066 3.43313 16.6703 2.93887 16.7311 2.38994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.2878 9.00058L10.9925 14.3825C10.8556 14.9518 10.7284 15.4808 10.5764 15.8655C10.4411 16.2078 10.1011 16.925 9.26506 16.9949C8.44691 17.0633 7.98335 16.4367 7.78286 16.127C7.55619 15.7768 7.32357 15.2803 7.0712 14.7416L6.67357 13.8934C6.67357 13.8934 6.59113 13.9502 6.55889 13.9719C6.10088 14.2805 5.4794 14.1594 5.17079 13.7014C4.86218 13.2434 4.9833 12.6219 5.44131 12.3133C5.55607 12.2337 5.82561 12.047 6.04433 11.9396C6.30823 11.81 6.77399 11.6368 7.30812 11.7895C7.74712 11.915 8.00902 12.2097 8.16877 12.4514C8.30023 12.6504 8.4179 12.9018 8.51988 13.1198L8.99517 14.1331L10.3403 8.54517C10.4341 8.15552 10.6058 7.62357 11.1083 7.29227C11.5522 6.99962 12.0756 6.99971 12.3761 6.99976H12.3761L18.0001 6.99976C18.5524 6.99976 19.0001 7.44747 19.0001 7.99976C19.0001 8.55204 18.5524 8.99976 18.0001 8.99976L12.2878 9.00058Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.4241 12.431C14.4241 12.431 14.2032 12.4283 14.103 12.4283C13.5508 12.4283 13.103 11.9806 13.103 11.4283C13.103 10.876 13.5508 10.4283 14.103 10.4283C14.3995 10.4268 14.8822 10.4244 15.2418 10.5741C15.4421 10.6576 15.6283 10.7758 15.7897 10.9256C15.8841 11.0131 15.9639 11.1107 16.0322 11.2115C16.4176 10.8302 16.9802 10.4283 17.7266 10.4283C18.2789 10.4283 18.7266 10.876 18.7266 11.4283C18.7266 11.9806 18.2789 12.4283 17.7266 12.4283C17.6699 12.4594 17.5234 12.5458 17.4105 12.6618C17.257 12.8194 17.1034 13.0194 16.9326 13.2616L17.179 13.8543C17.179 13.8543 17.3999 13.8569 17.5001 13.8569C18.0524 13.8569 18.5001 14.3046 18.5001 14.8569C18.5001 15.4092 18.0524 15.8569 17.5001 15.8569C17.2037 15.8585 16.7209 15.8609 16.3613 15.7111C16.161 15.6276 15.9749 15.5094 15.8134 15.3596C15.7191 15.2721 15.6393 15.1745 15.571 15.0738C15.1855 15.455 14.6229 15.8569 13.8766 15.8569C13.3243 15.8569 12.8766 15.4092 12.8766 14.8569C12.8766 14.3046 13.3243 13.8569 13.8766 13.8569C13.9333 13.8258 14.0797 13.7395 14.1927 13.6235C14.3462 13.4658 14.4997 13.2658 14.6706 13.0236L14.4241 12.431Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-root-1st-brecket{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.77991 2.37415C7.12558 2.80488 7.05662 3.43428 6.62589 3.77995C4.47512 5.50597 3 8.51496 3 12C3 15.4851 4.47512 18.4941 6.62589 20.2201C7.05662 20.5658 7.12558 21.1952 6.77991 21.6259C6.43424 22.0567 5.80484 22.1256 5.37411 21.7799C2.70289 19.6363 1 16.0281 1 12C1 7.97201 2.70289 4.36382 5.37411 2.22012C5.80484 1.87446 6.43424 1.94341 6.77991 2.37415Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2201 2.37415C16.8744 2.80488 16.9434 3.43428 17.3741 3.77995C19.5249 5.50597 21 8.51496 21 12C21 15.4851 19.5249 18.4941 17.3741 20.2201C16.9434 20.5658 16.8744 21.1952 17.2201 21.6259C17.5658 22.0567 18.1952 22.1256 18.6259 21.7799C21.2971 19.6363 23 16.0281 23 12C23 7.97201 21.2971 4.36382 18.6259 2.22012C18.1952 1.87446 17.5658 1.94341 17.2201 2.37415Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.2848 9.01338L10.9925 14.3827C10.8556 14.952 10.7284 15.481 10.5764 15.8658C10.4411 16.208 10.1011 16.9253 9.26506 16.9952C8.44691 17.0636 7.98335 16.437 7.78286 16.1272C7.55619 15.7771 7.32357 15.2805 7.0712 14.7419L6.67357 13.8937L6.55889 13.9722C6.10088 14.2808 5.4794 14.1597 5.17079 13.7016C4.86218 13.2436 4.9833 12.6222 5.44131 12.3136C5.44131 12.3136 5.82561 12.0472 6.04433 11.9398C6.30823 11.8102 6.77399 11.6371 7.30812 11.7897C7.74712 11.9152 8.00902 12.21 8.16877 12.4517C8.30023 12.6506 8.4179 12.9021 8.51988 13.12L8.99517 14.1333L10.3403 8.54541C10.4341 8.15577 10.6058 7.62381 11.1083 7.29251C11.5522 6.99987 12.0756 6.99995 12.3761 7H12.3761L18.0001 7C18.5524 7 19.0001 7.44772 19.0001 8C19.0001 8.55229 18.5524 9 18.0001 9L12.2848 9.01338Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.4241 12.4312C14.4241 12.4312 14.2032 12.4286 14.103 12.4286C13.5508 12.4286 13.103 11.9809 13.103 11.4286C13.103 10.8763 13.5508 10.4286 14.103 10.4286C14.3995 10.427 14.8822 10.4246 15.2418 10.5744C15.4421 10.6578 15.6283 10.7761 15.7897 10.9258C15.8841 11.0133 15.9639 11.111 16.0322 11.2117C16.4176 10.8305 16.9802 10.4286 17.7266 10.4286C18.2789 10.4286 18.7266 10.8763 18.7266 11.4286C18.7266 11.9809 18.2789 12.4286 17.7266 12.4286C17.6699 12.4596 17.5234 12.546 17.4105 12.662C17.257 12.8196 17.1034 13.0196 16.9326 13.2619L17.179 13.8545L17.5001 13.8571C18.0524 13.8571 18.5001 14.3049 18.5001 14.8571C18.5001 15.4094 18.0524 15.8571 17.5001 15.8571C17.2037 15.8587 16.7209 15.8611 16.3613 15.7113C16.161 15.6279 15.9749 15.5096 15.8134 15.3599C15.7191 15.2724 15.6393 15.1747 15.571 15.074C15.1855 15.4552 14.6229 15.8571 13.8766 15.8571C13.3243 15.8571 12.8766 15.4094 12.8766 14.8571C12.8766 14.3049 13.3243 13.8571 13.8766 13.8571C13.9333 13.8261 14.0797 13.7397 14.1927 13.6237C14.3462 13.4661 14.4997 13.2661 14.6706 13.0238L14.4241 12.4312Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.77991 2.37415C7.12558 2.80488 7.05662 3.43428 6.62589 3.77995C4.47512 5.50597 3 8.51496 3 12C3 15.4851 4.47512 18.4941 6.62589 20.2201C7.05662 20.5658 7.12558 21.1952 6.77991 21.6259C6.43424 22.0567 5.80484 22.1256 5.37411 21.7799C2.70289 19.6363 1 16.0281 1 12C1 7.97201 2.70289 4.36382 5.37411 2.22012C5.80484 1.87446 6.43424 1.94341 6.77991 2.37415Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2201 2.37415C16.8744 2.80488 16.9434 3.43428 17.3741 3.77995C19.5249 5.50597 21 8.51496 21 12C21 15.4851 19.5249 18.4941 17.3741 20.2201C16.9434 20.5658 16.8744 21.1952 17.2201 21.6259C17.5658 22.0567 18.1952 22.1256 18.6259 21.7799C21.2971 19.6363 23 16.0281 23 12C23 7.97201 21.2971 4.36382 18.6259 2.22012C18.1952 1.87446 17.5658 1.94341 17.2201 2.37415Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.2848 9.01338L10.9925 14.3827C10.8556 14.952 10.7284 15.481 10.5764 15.8658C10.4411 16.208 10.1011 16.9253 9.26506 16.9952C8.44691 17.0636 7.98335 16.437 7.78286 16.1272C7.55619 15.7771 7.32357 15.2805 7.0712 14.7419L6.67357 13.8937L6.55889 13.9722C6.10088 14.2808 5.4794 14.1597 5.17079 13.7016C4.86218 13.2436 4.9833 12.6222 5.44131 12.3136C5.44131 12.3136 5.82561 12.0472 6.04433 11.9398C6.30823 11.8102 6.77399 11.6371 7.30812 11.7897C7.74712 11.9152 8.00902 12.21 8.16877 12.4517C8.30023 12.6506 8.4179 12.9021 8.51988 13.12L8.99517 14.1333L10.3403 8.54541C10.4341 8.15577 10.6058 7.62381 11.1083 7.29251C11.5522 6.99987 12.0756 6.99995 12.3761 7H12.3761L18.0001 7C18.5524 7 19.0001 7.44772 19.0001 8C19.0001 8.55229 18.5524 9 18.0001 9L12.2848 9.01338Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.4241 12.4312C14.4241 12.4312 14.2032 12.4286 14.103 12.4286C13.5508 12.4286 13.103 11.9809 13.103 11.4286C13.103 10.8763 13.5508 10.4286 14.103 10.4286C14.3995 10.427 14.8822 10.4246 15.2418 10.5744C15.4421 10.6578 15.6283 10.7761 15.7897 10.9258C15.8841 11.0133 15.9639 11.111 16.0322 11.2117C16.4176 10.8305 16.9802 10.4286 17.7266 10.4286C18.2789 10.4286 18.7266 10.8763 18.7266 11.4286C18.7266 11.9809 18.2789 12.4286 17.7266 12.4286C17.6699 12.4596 17.5234 12.546 17.4105 12.662C17.257 12.8196 17.1034 13.0196 16.9326 13.2619L17.179 13.8545L17.5001 13.8571C18.0524 13.8571 18.5001 14.3049 18.5001 14.8571C18.5001 15.4094 18.0524 15.8571 17.5001 15.8571C17.2037 15.8587 16.7209 15.8611 16.3613 15.7113C16.161 15.6279 15.9749 15.5096 15.8134 15.3599C15.7191 15.2724 15.6393 15.1747 15.571 15.074C15.1855 15.4552 14.6229 15.8571 13.8766 15.8571C13.3243 15.8571 12.8766 15.4094 12.8766 14.8571C12.8766 14.3049 13.3243 13.8571 13.8766 13.8571C13.9333 13.8261 14.0797 13.7397 14.1927 13.6237C14.3462 13.4661 14.4997 13.2661 14.6706 13.0238L14.4241 12.4312Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-root-2nd-brecket{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.2848 9.01338L10.9925 14.3827C10.8556 14.952 10.7284 15.481 10.5764 15.8658C10.4411 16.208 10.1011 16.9253 9.26506 16.9952C8.44691 17.0636 7.98335 16.437 7.78286 16.1272C7.55619 15.7771 7.32357 15.2805 7.0712 14.7419L6.67357 13.8937L6.55889 13.9722C6.10088 14.2808 5.4794 14.1597 5.17079 13.7016C4.86218 13.2436 4.9833 12.6222 5.44131 12.3136C5.44131 12.3136 5.82561 12.0472 6.04433 11.9398C6.30823 11.8102 6.77399 11.6371 7.30812 11.7897C7.74712 11.9152 8.00902 12.21 8.16877 12.4517C8.30023 12.6506 8.4179 12.9021 8.51988 13.12L8.99517 14.1333L10.3403 8.54541C10.4341 8.15577 10.6058 7.62381 11.1083 7.29251C11.5522 6.99987 12.0756 6.99995 12.3761 7H12.3761L18.0001 7C18.5524 7 19.0001 7.44772 19.0001 8C19.0001 8.55229 18.5524 9 18.0001 9L12.2848 9.01338Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.4241 12.4312C14.4241 12.4312 14.2032 12.4286 14.103 12.4286C13.5508 12.4286 13.103 11.9809 13.103 11.4286C13.103 10.8763 13.5508 10.4286 14.103 10.4286C14.3995 10.427 14.8822 10.4246 15.2418 10.5744C15.4421 10.6578 15.6283 10.7761 15.7897 10.9258C15.8841 11.0133 15.9639 11.111 16.0322 11.2117C16.4176 10.8305 16.9802 10.4286 17.7266 10.4286C18.2789 10.4286 18.7266 10.8763 18.7266 11.4286C18.7266 11.9809 18.2789 12.4286 17.7266 12.4286C17.6699 12.4596 17.5234 12.546 17.4105 12.662C17.257 12.8196 17.1034 13.0196 16.9326 13.2619L17.179 13.8545L17.5001 13.8571C18.0524 13.8571 18.5001 14.3049 18.5001 14.8571C18.5001 15.4094 18.0524 15.8571 17.5001 15.8571C17.2037 15.8587 16.7209 15.8611 16.3613 15.7113C16.161 15.6279 15.9749 15.5096 15.8134 15.3599C15.7191 15.2724 15.6393 15.1747 15.571 15.074C15.1855 15.4552 14.6229 15.8571 13.8766 15.8571C13.3243 15.8571 12.8766 15.4094 12.8766 14.8571C12.8766 14.3049 13.3243 13.8571 13.8766 13.8571C13.9333 13.8261 14.0797 13.7397 14.1927 13.6237C14.3462 13.4661 14.4997 13.2661 14.6706 13.0238L14.4241 12.4312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0146 2.83047C17.1082 2.28617 17.6253 1.9208 18.1696 2.01438C19.3786 2.22224 20.3887 2.61137 21.2145 3.37481C22.1768 4.26441 22.6053 5.39936 22.8067 6.78404C23.0002 8.11473 23.0002 9.80897 23.0002 11.9204V12.0794C23.0002 14.1909 23.0002 15.8851 22.8067 17.2158C22.6053 18.6005 22.1768 19.7354 21.2145 20.625C20.3887 21.3885 19.3786 21.7776 18.1696 21.9855C17.6253 22.079 17.1082 21.7137 17.0146 21.1694C16.921 20.6251 17.2864 20.108 17.8307 20.0144C18.8096 19.8461 19.4097 19.5698 19.8569 19.1564C20.359 18.6922 20.6628 18.0607 20.8275 16.928C20.9977 15.7578 21.0002 14.2094 21.0002 11.9999C21.0002 9.79042 20.9977 8.24199 20.8275 7.07188C20.6628 5.93911 20.359 5.30764 19.8569 4.84339C19.4097 4.42999 18.8096 4.15377 17.8307 3.98546C17.2864 3.89187 16.921 3.37477 17.0146 2.83047Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.98554 2.83047C7.07912 3.37477 6.71375 3.89187 6.16945 3.98546C5.19052 4.15377 4.59048 4.42999 4.1433 4.8434C3.64113 5.30764 3.33739 5.93911 3.17265 7.07188C3.00248 8.24199 3 9.79042 3 11.9999C3 14.2094 3.00248 15.7578 3.17265 16.928C3.33739 18.0607 3.64113 18.6922 4.1433 19.1564C4.59048 19.5699 5.19052 19.8461 6.16945 20.0144C6.71375 20.108 7.07912 20.6251 6.98554 21.1694C6.89196 21.7137 6.37485 22.079 5.83055 21.9855C4.62161 21.7776 3.61145 21.3885 2.78564 20.625C1.82334 19.7354 1.39485 18.6005 1.19347 17.2158C0.999946 15.8851 0.99997 14.1909 1 12.0794V11.9204C0.99997 9.80898 0.999946 8.11473 1.19347 6.78405C1.39485 5.39936 1.82334 4.26441 2.78564 3.37481C3.61144 2.61137 4.6216 2.22224 5.83055 2.01438C6.37485 1.9208 6.89196 2.28617 6.98554 2.83047Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.2848 9.01338L10.9925 14.3827C10.8556 14.952 10.7284 15.481 10.5764 15.8658C10.4411 16.208 10.1011 16.9253 9.26506 16.9952C8.44691 17.0636 7.98335 16.437 7.78286 16.1272C7.55619 15.7771 7.32357 15.2805 7.0712 14.7419L6.67357 13.8937L6.55889 13.9722C6.10088 14.2808 5.4794 14.1597 5.17079 13.7016C4.86218 13.2436 4.9833 12.6222 5.44131 12.3136C5.44131 12.3136 5.82561 12.0472 6.04433 11.9398C6.30823 11.8102 6.77399 11.6371 7.30812 11.7897C7.74712 11.9152 8.00902 12.21 8.16877 12.4517C8.30023 12.6506 8.4179 12.9021 8.51988 13.12L8.99517 14.1333L10.3403 8.54541C10.4341 8.15577 10.6058 7.62381 11.1083 7.29251C11.5522 6.99987 12.0756 6.99995 12.3761 7H12.3761L18.0001 7C18.5524 7 19.0001 7.44772 19.0001 8C19.0001 8.55229 18.5524 9 18.0001 9L12.2848 9.01338Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.4241 12.4312C14.4241 12.4312 14.2032 12.4286 14.103 12.4286C13.5508 12.4286 13.103 11.9809 13.103 11.4286C13.103 10.8763 13.5508 10.4286 14.103 10.4286C14.3995 10.427 14.8822 10.4246 15.2418 10.5744C15.4421 10.6578 15.6283 10.7761 15.7897 10.9258C15.8841 11.0133 15.9639 11.111 16.0322 11.2117C16.4176 10.8305 16.9802 10.4286 17.7266 10.4286C18.2789 10.4286 18.7266 10.8763 18.7266 11.4286C18.7266 11.9809 18.2789 12.4286 17.7266 12.4286C17.6699 12.4596 17.5234 12.546 17.4105 12.662C17.257 12.8196 17.1034 13.0196 16.9326 13.2619L17.179 13.8545L17.5001 13.8571C18.0524 13.8571 18.5001 14.3049 18.5001 14.8571C18.5001 15.4094 18.0524 15.8571 17.5001 15.8571C17.2037 15.8587 16.7209 15.8611 16.3613 15.7113C16.161 15.6279 15.9749 15.5096 15.8134 15.3599C15.7191 15.2724 15.6393 15.1747 15.571 15.074C15.1855 15.4552 14.6229 15.8571 13.8766 15.8571C13.3243 15.8571 12.8766 15.4094 12.8766 14.8571C12.8766 14.3049 13.3243 13.8571 13.8766 13.8571C13.9333 13.8261 14.0797 13.7397 14.1927 13.6237C14.3462 13.4661 14.4997 13.2661 14.6706 13.0238L14.4241 12.4312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0146 2.83047C17.1082 2.28617 17.6253 1.9208 18.1696 2.01438C19.3786 2.22224 20.3887 2.61137 21.2145 3.37481C22.1768 4.26441 22.6053 5.39936 22.8067 6.78404C23.0002 8.11473 23.0002 9.80897 23.0002 11.9204V12.0794C23.0002 14.1909 23.0002 15.8851 22.8067 17.2158C22.6053 18.6005 22.1768 19.7354 21.2145 20.625C20.3887 21.3885 19.3786 21.7776 18.1696 21.9855C17.6253 22.079 17.1082 21.7137 17.0146 21.1694C16.921 20.6251 17.2864 20.108 17.8307 20.0144C18.8096 19.8461 19.4097 19.5698 19.8569 19.1564C20.359 18.6922 20.6628 18.0607 20.8275 16.928C20.9977 15.7578 21.0002 14.2094 21.0002 11.9999C21.0002 9.79042 20.9977 8.24199 20.8275 7.07188C20.6628 5.93911 20.359 5.30764 19.8569 4.84339C19.4097 4.42999 18.8096 4.15377 17.8307 3.98546C17.2864 3.89187 16.921 3.37477 17.0146 2.83047Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.98554 2.83047C7.07912 3.37477 6.71375 3.89187 6.16945 3.98546C5.19052 4.15377 4.59048 4.42999 4.1433 4.8434C3.64113 5.30764 3.33739 5.93911 3.17265 7.07188C3.00248 8.24199 3 9.79042 3 11.9999C3 14.2094 3.00248 15.7578 3.17265 16.928C3.33739 18.0607 3.64113 18.6922 4.1433 19.1564C4.59048 19.5699 5.19052 19.8461 6.16945 20.0144C6.71375 20.108 7.07912 20.6251 6.98554 21.1694C6.89196 21.7137 6.37485 22.079 5.83055 21.9855C4.62161 21.7776 3.61145 21.3885 2.78564 20.625C1.82334 19.7354 1.39485 18.6005 1.19347 17.2158C0.999946 15.8851 0.99997 14.1909 1 12.0794V11.9204C0.99997 9.80898 0.999946 8.11473 1.19347 6.78405C1.39485 5.39936 1.82334 4.26441 2.78564 3.37481C3.61144 2.61137 4.6216 2.22224 5.83055 2.01438C6.37485 1.9208 6.89196 2.28617 6.98554 2.83047Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-root-3rd-brecket{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 3C17 2.44772 17.4477 2 18 2C19.913 2 21.231 3.73702 21.231 5.57143C21.231 5.7037 21.2308 5.83139 21.2305 5.95493C21.2286 6.92941 21.2271 7.64597 21.3561 8.31956C21.4902 9.02032 21.7711 9.67768 22.4286 10.4355C23.1905 11.3136 23.1905 12.6864 22.4286 13.5645C21.7711 14.3223 21.4902 14.9797 21.3561 15.6804C21.2271 16.354 21.2286 17.0706 21.2305 18.0451C21.2308 18.1686 21.231 18.2963 21.231 18.4286C21.231 20.263 19.913 22 18 22C17.4477 22 17 21.5523 17 21C17 20.4477 17.4477 20 18 20C18.5513 20 19.231 19.4345 19.231 18.4286C19.231 18.3009 19.2306 18.1735 19.2302 18.0463C19.2271 17.1055 19.224 16.1805 19.3917 15.3045C19.5932 14.2518 20.0334 13.2733 20.9179 12.2538C21.0274 12.1277 21.0274 11.8723 20.9179 11.7462C20.0334 10.7267 19.5932 9.74823 19.3917 8.69554C19.224 7.81947 19.2271 6.89448 19.2302 5.95367C19.2306 5.82652 19.231 5.69908 19.231 5.57143C19.231 4.56552 18.5513 4 18 4C17.4477 4 17 3.55228 17 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.2848 9.01338L10.9925 14.3827C10.8556 14.952 10.7284 15.481 10.5764 15.8658C10.4411 16.208 10.1011 16.9253 9.26506 16.9952C8.44691 17.0636 7.98335 16.437 7.78286 16.1272C7.55619 15.7771 7.32357 15.2805 7.0712 14.7419L6.67357 13.8937L6.55889 13.9722C6.10088 14.2808 5.4794 14.1597 5.17079 13.7016C4.86218 13.2436 4.9833 12.6222 5.44131 12.3136C5.55607 12.2339 5.82561 12.0472 6.04433 11.9398C6.30823 11.8102 6.77399 11.6371 7.30812 11.7897C7.74712 11.9152 8.00902 12.21 8.16877 12.4517C8.30023 12.6506 8.4179 12.9021 8.51988 13.12L8.99517 14.1333L10.3403 8.54541C10.4341 8.15577 10.6058 7.62381 11.1083 7.29251C11.5522 6.99987 12.0756 6.99995 12.3761 7H12.3761L17.0001 7C17.5524 7 18.0001 7.44772 18.0001 8C18.0001 8.55229 17.5524 9 17.0001 9L12.2848 9.01338Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.4241 12.4312C14.4241 12.4312 14.2032 12.4286 14.103 12.4286C13.5508 12.4286 13.103 11.9809 13.103 11.4286C13.103 10.8763 13.5508 10.4286 14.103 10.4286C14.3995 10.427 14.8822 10.4246 15.2418 10.5744C15.4421 10.6578 15.6283 10.7761 15.7897 10.9258C15.8841 11.0133 15.9639 11.111 16.0322 11.2117C16.4176 10.8305 16.9802 10.4286 17.7266 10.4286C18.2789 10.4286 18.7266 10.8763 18.7266 11.4286C18.7266 11.9809 18.2789 12.4286 17.7266 12.4286C17.6699 12.4596 17.5234 12.546 17.4105 12.662C17.257 12.8196 17.1034 13.0196 16.9326 13.2619L17.179 13.8545C17.179 13.8545 17.3999 13.8571 17.5001 13.8571C18.0524 13.8571 18.5001 14.3049 18.5001 14.8571C18.5001 15.4094 18.0524 15.8571 17.5001 15.8571C17.2037 15.8587 16.7209 15.8611 16.3613 15.7113C16.161 15.6279 15.9749 15.5096 15.8134 15.3599C15.7191 15.2724 15.6393 15.1747 15.571 15.074C15.1855 15.4552 14.6229 15.8571 13.8766 15.8571C13.3243 15.8571 12.8766 15.4094 12.8766 14.8571C12.8766 14.3049 13.3243 13.8571 13.8766 13.8571C13.9333 13.8261 14.0797 13.7397 14.1927 13.6237C14.3462 13.4661 14.4997 13.2661 14.6706 13.0238L14.4241 12.4312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 3C7 2.44772 6.55228 2 6 2C4.08695 2 2.76897 3.73702 2.76897 5.57143C2.76897 5.63284 2.76899 5.69342 2.76902 5.7532C2.76989 7.94318 2.77033 9.05366 1.57139 10.4355C0.809534 11.3136 0.809536 12.6864 1.5714 13.5645C2.22892 14.3223 2.50982 14.9797 2.64394 15.6804C2.77287 16.354 2.77143 17.0706 2.76947 18.0451C2.76923 18.1686 2.76897 18.2963 2.76897 18.4286C2.76897 20.263 4.08695 22 6 22C6.55228 22 7 21.5523 7 21C7 20.4477 6.55228 20 6 20C5.44872 20 4.76897 19.4345 4.76897 18.4286C4.76897 18.3009 4.76939 18.1735 4.76981 18.0463C4.77291 17.1055 4.77596 16.1805 4.60829 15.3045C4.4068 14.2518 3.96658 13.2733 3.08206 12.2538C2.97265 12.1277 2.97265 11.8723 3.08206 11.7462C4.77803 9.79147 4.77405 7.98584 4.76945 5.90134C4.76921 5.79216 4.76897 5.68221 4.76897 5.57143C4.76897 4.56552 5.44872 4 6 4C6.55228 4 7 3.55228 7 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 3C17 2.44772 17.4477 2 18 2C19.913 2 21.231 3.73702 21.231 5.57143C21.231 5.7037 21.2308 5.83139 21.2305 5.95493C21.2286 6.92941 21.2271 7.64597 21.3561 8.31956C21.4902 9.02032 21.7711 9.67768 22.4286 10.4355C23.1905 11.3136 23.1905 12.6864 22.4286 13.5645C21.7711 14.3223 21.4902 14.9797 21.3561 15.6804C21.2271 16.354 21.2286 17.0706 21.2305 18.0451C21.2308 18.1686 21.231 18.2963 21.231 18.4286C21.231 20.263 19.913 22 18 22C17.4477 22 17 21.5523 17 21C17 20.4477 17.4477 20 18 20C18.5513 20 19.231 19.4345 19.231 18.4286C19.231 18.3009 19.2306 18.1735 19.2302 18.0463C19.2271 17.1055 19.224 16.1805 19.3917 15.3045C19.5932 14.2518 20.0334 13.2733 20.9179 12.2538C21.0274 12.1277 21.0274 11.8723 20.9179 11.7462C20.0334 10.7267 19.5932 9.74823 19.3917 8.69554C19.224 7.81947 19.2271 6.89448 19.2302 5.95367C19.2306 5.82652 19.231 5.69908 19.231 5.57143C19.231 4.56552 18.5513 4 18 4C17.4477 4 17 3.55228 17 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.2848 9.01338L10.9925 14.3827C10.8556 14.952 10.7284 15.481 10.5764 15.8658C10.4411 16.208 10.1011 16.9253 9.26506 16.9952C8.44691 17.0636 7.98335 16.437 7.78286 16.1272C7.55619 15.7771 7.32357 15.2805 7.0712 14.7419L6.67357 13.8937L6.55889 13.9722C6.10088 14.2808 5.4794 14.1597 5.17079 13.7016C4.86218 13.2436 4.9833 12.6222 5.44131 12.3136C5.55607 12.2339 5.82561 12.0472 6.04433 11.9398C6.30823 11.8102 6.77399 11.6371 7.30812 11.7897C7.74712 11.9152 8.00902 12.21 8.16877 12.4517C8.30023 12.6506 8.4179 12.9021 8.51988 13.12L8.99517 14.1333L10.3403 8.54541C10.4341 8.15577 10.6058 7.62381 11.1083 7.29251C11.5522 6.99987 12.0756 6.99995 12.3761 7H12.3761L17.0001 7C17.5524 7 18.0001 7.44772 18.0001 8C18.0001 8.55229 17.5524 9 17.0001 9L12.2848 9.01338Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.4241 12.4312C14.4241 12.4312 14.2032 12.4286 14.103 12.4286C13.5508 12.4286 13.103 11.9809 13.103 11.4286C13.103 10.8763 13.5508 10.4286 14.103 10.4286C14.3995 10.427 14.8822 10.4246 15.2418 10.5744C15.4421 10.6578 15.6283 10.7761 15.7897 10.9258C15.8841 11.0133 15.9639 11.111 16.0322 11.2117C16.4176 10.8305 16.9802 10.4286 17.7266 10.4286C18.2789 10.4286 18.7266 10.8763 18.7266 11.4286C18.7266 11.9809 18.2789 12.4286 17.7266 12.4286C17.6699 12.4596 17.5234 12.546 17.4105 12.662C17.257 12.8196 17.1034 13.0196 16.9326 13.2619L17.179 13.8545C17.179 13.8545 17.3999 13.8571 17.5001 13.8571C18.0524 13.8571 18.5001 14.3049 18.5001 14.8571C18.5001 15.4094 18.0524 15.8571 17.5001 15.8571C17.2037 15.8587 16.7209 15.8611 16.3613 15.7113C16.161 15.6279 15.9749 15.5096 15.8134 15.3599C15.7191 15.2724 15.6393 15.1747 15.571 15.074C15.1855 15.4552 14.6229 15.8571 13.8766 15.8571C13.3243 15.8571 12.8766 15.4094 12.8766 14.8571C12.8766 14.3049 13.3243 13.8571 13.8766 13.8571C13.9333 13.8261 14.0797 13.7397 14.1927 13.6237C14.3462 13.4661 14.4997 13.2661 14.6706 13.0238L14.4241 12.4312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 3C7 2.44772 6.55228 2 6 2C4.08695 2 2.76897 3.73702 2.76897 5.57143C2.76897 5.63284 2.76899 5.69342 2.76902 5.7532C2.76989 7.94318 2.77033 9.05366 1.57139 10.4355C0.809534 11.3136 0.809536 12.6864 1.5714 13.5645C2.22892 14.3223 2.50982 14.9797 2.64394 15.6804C2.77287 16.354 2.77143 17.0706 2.76947 18.0451C2.76923 18.1686 2.76897 18.2963 2.76897 18.4286C2.76897 20.263 4.08695 22 6 22C6.55228 22 7 21.5523 7 21C7 20.4477 6.55228 20 6 20C5.44872 20 4.76897 19.4345 4.76897 18.4286C4.76897 18.3009 4.76939 18.1735 4.76981 18.0463C4.77291 17.1055 4.77596 16.1805 4.60829 15.3045C4.4068 14.2518 3.96658 13.2733 3.08206 12.2538C2.97265 12.1277 2.97265 11.8723 3.08206 11.7462C4.77803 9.79147 4.77405 7.98584 4.76945 5.90134C4.76921 5.79216 4.76897 5.68221 4.76897 5.57143C4.76897 4.56552 5.44872 4 6 4C6.55228 4 7 3.55228 7 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-root-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12.3554 9.50001H17.5001C18.0524 9.50001 18.5001 9.05229 18.5001 8.50001C18.5001 7.94772 18.0524 7.50001 17.5001 7.50001L12.3401 7.5C12.0672 7.49991 11.5763 7.49973 11.1546 7.76513C10.6601 8.0763 10.4898 8.58197 10.4002 8.9375L9.22171 13.6116L8.8765 12.9085C8.78421 12.7202 8.67196 12.4911 8.5455 12.3084C8.38703 12.0795 8.1303 11.8072 7.71045 11.6926C7.20696 11.5552 6.76902 11.7107 6.52029 11.8273C6.31435 11.9238 6.06329 12.09 5.95918 12.159C5.49467 12.4577 5.36031 13.0765 5.65906 13.541C5.95782 14.0055 6.57656 14.1398 7.04107 13.8411C7.26998 14.3075 7.863 15.3827 8.07619 15.6971C8.27207 15.986 8.72053 16.5576 9.49618 16.4957C10.2957 16.4319 10.6326 15.7669 10.7665 15.4435C10.9102 15.0963 11.0294 14.6233 11.1533 14.1313L12.3554 9.50001ZM14.0112 12.5C14.103 12.5 14.2624 12.5013 14.2624 12.5013L14.4246 12.8751C14.2909 13.0528 14.1701 13.1994 14.05 13.3171C13.8951 13.469 13.8173 13.4961 13.8003 13.5C13.2495 13.5018 12.8036 13.9488 12.8036 14.5C12.8036 15.0523 13.2513 15.5 13.8036 15.5C14.471 15.5 14.985 15.1714 15.3479 14.8418C15.4041 14.9138 15.4675 14.9834 15.5395 15.0471C15.6962 15.1859 15.8748 15.2936 16.0643 15.3689C16.4035 15.5038 16.8551 15.5015 17.1251 15.5C17.6774 15.5 18.1251 15.0523 18.1251 14.5C18.1251 13.9477 17.6774 13.5 17.1251 13.5C17.0332 13.5 16.8738 13.4987 16.8738 13.4987L16.7117 13.1249C16.8453 12.9472 16.9662 12.8006 17.0862 12.6829C17.2412 12.5311 17.319 12.504 17.336 12.5C17.8868 12.4982 18.3327 12.0512 18.3327 11.5C18.3327 10.9477 17.885 10.5 17.3327 10.5C16.6652 10.5 16.1512 10.8286 15.7883 11.1582C15.7322 11.0862 15.6688 11.0166 15.5968 10.9529C15.4401 10.8142 15.2615 10.7064 15.072 10.6311C14.7328 10.4962 14.2812 10.4985 14.0112 10.5C13.4589 10.5 13.0112 10.9477 13.0112 11.5C13.0112 12.0523 13.4589 12.5 14.0112 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM12.3554 9.50001H17.5001C18.0524 9.50001 18.5001 9.05229 18.5001 8.50001C18.5001 7.94772 18.0524 7.50001 17.5001 7.50001L12.3401 7.5C12.0672 7.49991 11.5763 7.49973 11.1546 7.76513C10.6601 8.0763 10.4898 8.58197 10.4002 8.9375L9.22171 13.6116L8.8765 12.9085C8.78421 12.7202 8.67196 12.4911 8.5455 12.3084C8.38703 12.0795 8.1303 11.8072 7.71045 11.6926C7.20696 11.5552 6.76902 11.7107 6.52029 11.8273C6.31435 11.9238 6.06329 12.09 5.95918 12.159C5.49467 12.4577 5.36031 13.0765 5.65906 13.541C5.95782 14.0055 6.57656 14.1398 7.04107 13.8411C7.26998 14.3075 7.863 15.3827 8.07619 15.6971C8.27207 15.986 8.72053 16.5576 9.49618 16.4957C10.2957 16.4319 10.6326 15.7669 10.7665 15.4435C10.9102 15.0963 11.0294 14.6233 11.1533 14.1313L12.3554 9.50001ZM14.0112 12.5C14.103 12.5 14.2624 12.5013 14.2624 12.5013L14.4246 12.8751C14.2909 13.0528 14.1701 13.1994 14.05 13.3171C13.8951 13.469 13.8173 13.4961 13.8003 13.5C13.2495 13.5018 12.8036 13.9488 12.8036 14.5C12.8036 15.0523 13.2513 15.5 13.8036 15.5C14.471 15.5 14.985 15.1714 15.3479 14.8418C15.4041 14.9138 15.4675 14.9834 15.5395 15.0471C15.6962 15.1859 15.8748 15.2936 16.0643 15.3689C16.4035 15.5038 16.8551 15.5015 17.1251 15.5C17.6774 15.5 18.1251 15.0523 18.1251 14.5C18.1251 13.9477 17.6774 13.5 17.1251 13.5C17.0332 13.5 16.8738 13.4987 16.8738 13.4987L16.7117 13.1249C16.8453 12.9472 16.9662 12.8006 17.0862 12.6829C17.2412 12.5311 17.319 12.504 17.336 12.5C17.8868 12.4982 18.3327 12.0512 18.3327 11.5C18.3327 10.9477 17.885 10.5 17.3327 10.5C16.6652 10.5 16.1512 10.8286 15.7883 11.1582C15.7322 11.0862 15.6688 11.0166 15.5968 10.9529C15.4401 10.8142 15.2615 10.7064 15.072 10.6311C14.7328 10.4962 14.2812 10.4985 14.0112 10.5C13.4589 10.5 13.0112 10.9477 13.0112 11.5C13.0112 12.0523 13.4589 12.5 14.0112 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-segment{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.50028 2.12515L6.47308 2.12508C6.37904 2.12475 6.22619 2.1242 6.07648 2.15072C5.51825 2.24961 5.07678 2.61531 4.83471 3.07881C4.76987 3.20296 4.72276 3.33815 4.68738 3.4397L1.05661 13.7943C0.873856 14.3154 1.1482 14.8861 1.66938 15.0688C2.19055 15.2516 2.76119 14.9772 2.94394 14.456L4.63789 9.62515L8.36265 9.62515L10.0566 14.456C10.2394 14.9772 10.81 15.2516 11.3312 15.0688C11.8523 14.8861 12.1267 14.3154 11.9439 13.7943L8.31316 3.4397C8.27778 3.33816 8.23068 3.20296 8.16584 3.07881C7.92376 2.61531 7.48227 2.24961 6.92405 2.15072C6.77435 2.1242 6.62151 2.12475 6.52747 2.12508L6.50028 2.12515ZM5.33984 7.6252L6.50093 4.31396L7.66201 7.6252H5.33984Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 20.125H3.43747C3.8375 21.1493 4.83401 21.875 6 21.875C7.16599 21.875 8.1625 21.1493 8.56253 20.125H15.4375C15.8375 21.1493 16.834 21.875 18 21.875C19.166 21.875 20.1625 21.1493 20.5625 20.125H22C22.5523 20.125 23 19.6773 23 19.125C23 18.5727 22.5523 18.125 22 18.125H20.5625C20.1625 17.1007 19.166 16.375 18 16.375C16.834 16.375 15.8375 17.1007 15.4375 18.125H8.56253C8.1625 17.1007 7.16599 16.375 6 16.375C4.83401 16.375 3.8375 17.1007 3.43747 18.125H2C1.44772 18.125 1 18.5727 1 19.125C1 19.6773 1.44772 20.125 2 20.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9456 2.12501C16.9637 2.12501 16.9819 2.12501 17 2.12501H18.25C20.3211 2.12501 22 3.80395 22 5.87501C22 6.74293 21.7052 7.54199 21.2102 8.17747C22.2839 8.8371 23 10.0224 23 11.375C23 13.4461 21.3211 15.125 19.25 15.125H17C16.9819 15.125 16.9637 15.125 16.9456 15.125C16.5215 15.1251 16.1094 15.1252 15.7695 15.0795C15.3863 15.028 14.949 14.9024 14.5858 14.5392C14.2226 14.176 14.0971 13.7387 14.0455 13.3555C13.9998 13.0156 13.9999 12.6035 14 12.1794C14 12.1613 14 12.1432 14 12.125V5.12501C14 5.10686 14 5.08872 14 5.07061C13.9999 4.64654 13.9998 4.23441 14.0455 3.89449C14.0971 3.51129 14.2226 3.07402 14.5858 2.7108C14.949 2.34759 15.3863 2.22206 15.7695 2.17054C16.1094 2.12484 16.5215 2.12492 16.9456 2.12501ZM16 9.62501V12.125C16 12.6247 16.0021 12.8988 16.0277 13.089C16.028 13.0915 16.0284 13.0939 16.0287 13.0963C16.0311 13.0967 16.0335 13.097 16.036 13.0973C16.2262 13.1229 16.5003 13.125 17 13.125H19.25C20.2165 13.125 21 12.3415 21 11.375C21 10.4085 20.2165 9.62501 19.25 9.62501H16ZM16 7.62501H18.25C19.2165 7.62501 20 6.84151 20 5.87501C20 4.90852 19.2165 4.12501 18.25 4.12501H17C16.5003 4.12501 16.2262 4.12714 16.036 4.15271C16.0335 4.15304 16.0311 4.15337 16.0287 4.15371C16.0284 4.15608 16.028 4.15851 16.0277 4.16099C16.0021 4.35118 16 4.62534 16 5.12501V7.62501Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.50028 2.12515L6.47308 2.12508C6.37904 2.12475 6.22619 2.1242 6.07648 2.15072C5.51825 2.24961 5.07678 2.61531 4.83471 3.07881C4.76987 3.20296 4.72276 3.33815 4.68738 3.4397L1.05661 13.7943C0.873856 14.3154 1.1482 14.8861 1.66938 15.0688C2.19055 15.2516 2.76119 14.9772 2.94394 14.456L4.63789 9.62515L8.36265 9.62515L10.0566 14.456C10.2394 14.9772 10.81 15.2516 11.3312 15.0688C11.8523 14.8861 12.1267 14.3154 11.9439 13.7943L8.31316 3.4397C8.27778 3.33816 8.23068 3.20296 8.16584 3.07881C7.92376 2.61531 7.48227 2.24961 6.92405 2.15072C6.77435 2.1242 6.62151 2.12475 6.52747 2.12508L6.50028 2.12515ZM5.33984 7.6252L6.50093 4.31396L7.66201 7.6252H5.33984Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 20.125H3.43747C3.8375 21.1493 4.83401 21.875 6 21.875C7.16599 21.875 8.1625 21.1493 8.56253 20.125H15.4375C15.8375 21.1493 16.834 21.875 18 21.875C19.166 21.875 20.1625 21.1493 20.5625 20.125H22C22.5523 20.125 23 19.6773 23 19.125C23 18.5727 22.5523 18.125 22 18.125H20.5625C20.1625 17.1007 19.166 16.375 18 16.375C16.834 16.375 15.8375 17.1007 15.4375 18.125H8.56253C8.1625 17.1007 7.16599 16.375 6 16.375C4.83401 16.375 3.8375 17.1007 3.43747 18.125H2C1.44772 18.125 1 18.5727 1 19.125C1 19.6773 1.44772 20.125 2 20.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9456 2.12501C16.9637 2.12501 16.9819 2.12501 17 2.12501H18.25C20.3211 2.12501 22 3.80395 22 5.87501C22 6.74293 21.7052 7.54199 21.2102 8.17747C22.2839 8.8371 23 10.0224 23 11.375C23 13.4461 21.3211 15.125 19.25 15.125H17C16.9819 15.125 16.9637 15.125 16.9456 15.125C16.5215 15.1251 16.1094 15.1252 15.7695 15.0795C15.3863 15.028 14.949 14.9024 14.5858 14.5392C14.2226 14.176 14.0971 13.7387 14.0455 13.3555C13.9998 13.0156 13.9999 12.6035 14 12.1794C14 12.1613 14 12.1432 14 12.125V5.12501C14 5.10686 14 5.08872 14 5.07061C13.9999 4.64654 13.9998 4.23441 14.0455 3.89449C14.0971 3.51129 14.2226 3.07402 14.5858 2.7108C14.949 2.34759 15.3863 2.22206 15.7695 2.17054C16.1094 2.12484 16.5215 2.12492 16.9456 2.12501ZM16 9.62501V12.125C16 12.6247 16.0021 12.8988 16.0277 13.089C16.028 13.0915 16.0284 13.0939 16.0287 13.0963C16.0311 13.0967 16.0335 13.097 16.036 13.0973C16.2262 13.1229 16.5003 13.125 17 13.125H19.25C20.2165 13.125 21 12.3415 21 11.375C21 10.4085 20.2165 9.62501 19.25 9.62501H16ZM16 7.62501H18.25C19.2165 7.62501 20 6.84151 20 5.87501C20 4.90852 19.2165 4.12501 18.25 4.12501H17C16.5003 4.12501 16.2262 4.12714 16.036 4.15271C16.0335 4.15304 16.0311 4.15337 16.0287 4.15371C16.0284 4.15608 16.028 4.15851 16.0277 4.16099C16.0021 4.35118 16 4.62534 16 5.12501V7.62501Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-sin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 7C9 6.44772 9.44772 6 10 6H14C14.5523 6 15 6.44772 15 7C15 7.55228 14.5523 8 14 8H13V16H14C14.5523 16 15 16.4477 15 17C15 17.5523 14.5523 18 14 18H10C9.44772 18 9 17.5523 9 17C9 16.4477 9.44772 16 10 16H11V8H10C9.44772 8 9 7.55228 9 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7702 6.02673C17.2216 5.92017 17.687 6.13795 17.8944 6.55276L21 12.7639V6.99998C21 6.44769 21.4477 5.99998 22 5.99998C22.5523 5.99998 23 6.44769 23 6.99998V17C23 17.4638 22.6811 17.8667 22.2298 17.9732C21.7784 18.0798 21.313 17.862 21.1056 17.4472L18 11.236V17C18 17.5523 17.5523 18 17 18C16.4477 18 16 17.5523 16 17V6.99998C16 6.5362 16.3189 6.13328 16.7702 6.02673Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 9.5C1 7.78677 2.14645 6 4 6H4.5C5.94172 6 7.0645 6.99059 7.60419 8.2113C7.82751 8.71642 7.59907 9.30694 7.09395 9.53026C6.58883 9.75358 5.99831 9.52513 5.77499 9.02001C5.46291 8.31412 4.94388 8 4.5 8H4C3.64441 8 3 8.45181 3 9.5C3 10.5482 3.64441 11 4 11H5C6.85355 11 8 12.7868 8 14.5C8 16.2132 6.85355 18 5 18H4.5C2.92954 18 1.7458 16.8333 1.26403 15.455C1.0818 14.9336 1.35671 14.3632 1.87806 14.181C2.39942 13.9988 2.96979 14.2737 3.15202 14.795C3.4418 15.6241 4.02014 16 4.5 16H5C5.35559 16 6 15.5482 6 14.5C6 13.4518 5.35559 13 5 13H4C2.14645 13 1 11.2132 1 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 7C9 6.44772 9.44772 6 10 6H14C14.5523 6 15 6.44772 15 7C15 7.55228 14.5523 8 14 8H13V16H14C14.5523 16 15 16.4477 15 17C15 17.5523 14.5523 18 14 18H10C9.44772 18 9 17.5523 9 17C9 16.4477 9.44772 16 10 16H11V8H10C9.44772 8 9 7.55228 9 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7702 6.02673C17.2216 5.92017 17.687 6.13795 17.8944 6.55276L21 12.7639V6.99998C21 6.44769 21.4477 5.99998 22 5.99998C22.5523 5.99998 23 6.44769 23 6.99998V17C23 17.4638 22.6811 17.8667 22.2298 17.9732C21.7784 18.0798 21.313 17.862 21.1056 17.4472L18 11.236V17C18 17.5523 17.5523 18 17 18C16.4477 18 16 17.5523 16 17V6.99998C16 6.5362 16.3189 6.13328 16.7702 6.02673Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 9.5C1 7.78677 2.14645 6 4 6H4.5C5.94172 6 7.0645 6.99059 7.60419 8.2113C7.82751 8.71642 7.59907 9.30694 7.09395 9.53026C6.58883 9.75358 5.99831 9.52513 5.77499 9.02001C5.46291 8.31412 4.94388 8 4.5 8H4C3.64441 8 3 8.45181 3 9.5C3 10.5482 3.64441 11 4 11H5C6.85355 11 8 12.7868 8 14.5C8 16.2132 6.85355 18 5 18H4.5C2.92954 18 1.7458 16.8333 1.26403 15.455C1.0818 14.9336 1.35671 14.3632 1.87806 14.181C2.39942 13.9988 2.96979 14.2737 3.15202 14.795C3.4418 15.6241 4.02014 16 4.5 16H5C5.35559 16 6 15.5482 6 14.5C6 13.4518 5.35559 13 5 13H4C2.14645 13 1 11.2132 1 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-sine-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.75104 13.6894C5.75135 13.8014 5.75164 13.9053 5.75163 14.0001C5.75156 14.4143 5.41571 14.7501 5.0015 14.75C4.58729 14.7499 4.25156 14.4141 4.25163 13.9999C4.25164 13.9073 4.2513 13.804 4.25092 13.691C4.2469 12.4755 4.23916 10.1382 4.63231 8.02922C4.84642 6.88066 5.19164 5.72496 5.77278 4.83873C6.37092 3.92657 7.26042 3.25 8.50193 3.25C9.23326 3.25 9.8708 3.59204 10.3852 4.08955C10.8961 4.58357 11.3219 5.26222 11.6632 6.04261C12.3468 7.60563 12.7508 9.71246 12.7508 12C12.7508 14.1307 13.1301 16.0239 13.7128 17.3563C14.0047 18.0236 14.3328 18.5166 14.6592 18.8322C14.982 19.1443 15.2649 19.25 15.4998 19.25C16.1013 19.25 16.5709 18.9543 16.9746 18.3387C17.3954 17.6972 17.6948 16.7695 17.895 15.6959C18.2608 13.7339 18.2544 11.5341 18.2508 10.3078C18.2504 10.197 18.2501 10.0941 18.2501 10C18.2501 9.58579 18.5859 9.25 19.0001 9.25C19.4144 9.25 19.7501 9.58579 19.7501 10C19.7501 10.0919 19.7505 10.1943 19.7509 10.3064C19.755 11.5212 19.763 13.8603 19.3696 15.9708C19.1554 17.1194 18.8101 18.2751 18.229 19.1613C17.6308 20.0734 16.7413 20.75 15.4998 20.75C14.7684 20.75 14.1309 20.408 13.6164 19.9104C13.1056 19.4164 12.6798 18.7378 12.3385 17.9574C11.6549 16.3944 11.2508 14.2875 11.2508 12C11.2508 9.86926 10.8716 7.97609 10.2889 6.64368C9.99702 5.97636 9.66885 5.48343 9.34249 5.16781C9.01973 4.85568 8.7368 4.75 8.50193 4.75C7.90036 4.75 7.43083 5.04565 7.02714 5.66127C6.60645 6.30282 6.30705 7.23045 6.1069 8.30411C5.74143 10.2646 5.7476 12.4625 5.75104 13.6894Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H5C5.41421 11.25 5.75 11.5858 5.75 12C5.75 12.4142 5.41421 12.75 5 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.25 12C18.25 11.5858 18.5858 11.25 19 11.25H22C22.4142 11.25 22.75 11.5858 22.75 12C22.75 12.4142 22.4142 12.75 22 12.75H19C18.5858 12.75 18.25 12.4142 18.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25 12C7.25 11.5858 7.58579 11.25 8 11.25H16C16.4142 11.25 16.75 11.5858 16.75 12C16.75 12.4142 16.4142 12.75 16 12.75H8C7.58579 12.75 7.25 12.4142 7.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.25 3.25C17.25 2.0232 18.3912 1.25 19.5 1.25C20.3987 1.25 21.2614 1.73009 21.6051 2.54048C21.7668 2.92181 21.5888 3.36206 21.2075 3.5238C20.8262 3.68553 20.3859 3.50752 20.2242 3.12619C20.1561 2.96559 19.9076 2.75 19.5 2.75C18.9519 2.75 18.75 3.09609 18.75 3.25C18.75 3.40391 18.9519 3.75 19.5 3.75C20.6088 3.75 21.75 4.5232 21.75 5.75C21.75 6.9768 20.6088 7.75 19.5 7.75C18.6013 7.75 17.7386 7.26991 17.3949 6.45952C17.2332 6.07819 17.4112 5.63794 17.7925 5.4762C18.1738 5.31447 18.6141 5.49248 18.7758 5.87381C18.8439 6.03441 19.0924 6.25 19.5 6.25C20.0481 6.25 20.25 5.90391 20.25 5.75C20.25 5.59609 20.0481 5.25 19.5 5.25C18.3912 5.25 17.25 4.4768 17.25 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.75 18.5V20.5C4.75 20.6941 4.83127 20.8789 4.9686 21.0166C5.11103 21.1582 5.31325 21.25 5.54393 21.25C5.90196 21.25 6.19144 21.0288 6.29519 20.7436C6.4368 20.3543 6.86715 20.1536 7.25641 20.2952C7.64566 20.4368 7.84642 20.8672 7.70481 21.2564C7.38466 22.1364 6.53036 22.75 5.54393 22.75C4.29758 22.75 3.25 21.7629 3.25 20.5V18.5C3.25 17.2371 4.29758 16.25 5.54393 16.25C6.53036 16.25 7.38466 16.8636 7.70481 17.7436C7.84642 18.1328 7.64566 18.5632 7.25641 18.7048C6.86715 18.8464 6.4368 18.6457 6.29519 18.2564C6.19144 17.9712 5.90196 17.75 5.54393 17.75C5.31325 17.75 5.11103 17.8418 4.9686 17.9834C4.83127 18.1211 4.75 18.3059 4.75 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.75104 13.6894C5.75135 13.8014 5.75164 13.9053 5.75163 14.0001C5.75156 14.4143 5.41571 14.7501 5.0015 14.75C4.58729 14.7499 4.25156 14.4141 4.25163 13.9999C4.25164 13.9073 4.2513 13.804 4.25092 13.691C4.2469 12.4755 4.23916 10.1382 4.63231 8.02922C4.84642 6.88066 5.19164 5.72496 5.77278 4.83873C6.37092 3.92657 7.26042 3.25 8.50193 3.25C9.23326 3.25 9.8708 3.59204 10.3852 4.08955C10.8961 4.58357 11.3219 5.26222 11.6632 6.04261C12.3468 7.60563 12.7508 9.71246 12.7508 12C12.7508 14.1307 13.1301 16.0239 13.7128 17.3563C14.0047 18.0236 14.3328 18.5166 14.6592 18.8322C14.982 19.1443 15.2649 19.25 15.4998 19.25C16.1013 19.25 16.5709 18.9543 16.9746 18.3387C17.3954 17.6972 17.6948 16.7695 17.895 15.6959C18.2608 13.7339 18.2544 11.5341 18.2508 10.3078C18.2504 10.197 18.2501 10.0941 18.2501 10C18.2501 9.58579 18.5859 9.25 19.0001 9.25C19.4144 9.25 19.7501 9.58579 19.7501 10C19.7501 10.0919 19.7505 10.1943 19.7509 10.3064C19.755 11.5212 19.763 13.8603 19.3696 15.9708C19.1554 17.1194 18.8101 18.2751 18.229 19.1613C17.6308 20.0734 16.7413 20.75 15.4998 20.75C14.7684 20.75 14.1309 20.408 13.6164 19.9104C13.1056 19.4164 12.6798 18.7378 12.3385 17.9574C11.6549 16.3944 11.2508 14.2875 11.2508 12C11.2508 9.86926 10.8716 7.97609 10.2889 6.64368C9.99702 5.97636 9.66885 5.48343 9.34249 5.16781C9.01973 4.85568 8.7368 4.75 8.50193 4.75C7.90036 4.75 7.43083 5.04565 7.02714 5.66127C6.60645 6.30282 6.30705 7.23045 6.1069 8.30411C5.74143 10.2646 5.7476 12.4625 5.75104 13.6894Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 11.5858 1.58579 11.25 2 11.25H5C5.41421 11.25 5.75 11.5858 5.75 12C5.75 12.4142 5.41421 12.75 5 12.75H2C1.58579 12.75 1.25 12.4142 1.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.25 12C18.25 11.5858 18.5858 11.25 19 11.25H22C22.4142 11.25 22.75 11.5858 22.75 12C22.75 12.4142 22.4142 12.75 22 12.75H19C18.5858 12.75 18.25 12.4142 18.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.25 12C7.25 11.5858 7.58579 11.25 8 11.25H16C16.4142 11.25 16.75 11.5858 16.75 12C16.75 12.4142 16.4142 12.75 16 12.75H8C7.58579 12.75 7.25 12.4142 7.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.25 3.25C17.25 2.0232 18.3912 1.25 19.5 1.25C20.3987 1.25 21.2614 1.73009 21.6051 2.54048C21.7668 2.92181 21.5888 3.36206 21.2075 3.5238C20.8262 3.68553 20.3859 3.50752 20.2242 3.12619C20.1561 2.96559 19.9076 2.75 19.5 2.75C18.9519 2.75 18.75 3.09609 18.75 3.25C18.75 3.40391 18.9519 3.75 19.5 3.75C20.6088 3.75 21.75 4.5232 21.75 5.75C21.75 6.9768 20.6088 7.75 19.5 7.75C18.6013 7.75 17.7386 7.26991 17.3949 6.45952C17.2332 6.07819 17.4112 5.63794 17.7925 5.4762C18.1738 5.31447 18.6141 5.49248 18.7758 5.87381C18.8439 6.03441 19.0924 6.25 19.5 6.25C20.0481 6.25 20.25 5.90391 20.25 5.75C20.25 5.59609 20.0481 5.25 19.5 5.25C18.3912 5.25 17.25 4.4768 17.25 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.75 18.5V20.5C4.75 20.6941 4.83127 20.8789 4.9686 21.0166C5.11103 21.1582 5.31325 21.25 5.54393 21.25C5.90196 21.25 6.19144 21.0288 6.29519 20.7436C6.4368 20.3543 6.86715 20.1536 7.25641 20.2952C7.64566 20.4368 7.84642 20.8672 7.70481 21.2564C7.38466 22.1364 6.53036 22.75 5.54393 22.75C4.29758 22.75 3.25 21.7629 3.25 20.5V18.5C3.25 17.2371 4.29758 16.25 5.54393 16.25C6.53036 16.25 7.38466 16.8636 7.70481 17.7436C7.84642 18.1328 7.64566 18.5632 7.25641 18.7048C6.86715 18.8464 6.4368 18.6457 6.29519 18.2564C6.19144 17.9712 5.90196 17.75 5.54393 17.75C5.31325 17.75 5.11103 17.8418 4.9686 17.9834C4.83127 18.1211 4.75 18.3059 4.75 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-sine-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.60577 3.87213C5.34619 2.83446 6.40217 2 7.82263 2C8.66253 2 9.36864 2.38177 9.92892 2.94348C10.4745 3.49051 10.9152 4.23685 11.2829 5.08446C12.0191 6.78121 12.5674 9.13258 12.9881 11.8469C13.4013 14.5127 13.919 16.6613 14.5517 18.1196C14.8684 18.8494 15.188 19.3443 15.4871 19.6441C15.7715 19.9293 15.9946 20 16.1774 20C16.7116 20 17.2359 19.7094 17.7662 18.9662C18.3025 18.2146 18.7449 17.126 19.0901 15.8628C19.7777 13.3467 20 10.4421 20 9.011C20 8.45871 20.4477 8.011 21 8.011C21.5523 8.011 22 8.45871 22 9.011C22 10.569 21.7657 13.6589 21.0194 16.39C20.6476 17.7504 20.1287 19.0986 19.3942 20.1279C18.6538 21.1656 17.5978 22 16.1774 22C15.3375 22 14.6314 21.6183 14.0711 21.0566C13.5254 20.5096 13.0848 19.7633 12.717 18.9157C11.9808 17.219 11.4324 14.8676 11.0117 12.1533C10.5986 9.48745 10.0809 7.33878 9.44817 5.88051C9.13149 5.15062 8.81196 4.65572 8.51289 4.35588C8.22847 4.07073 8.00534 4 7.82263 4C7.28836 4 6.76415 4.29055 6.23381 5.0338C5.69752 5.78539 5.25511 6.87405 4.9099 8.13727C4.22231 10.6534 4 13.558 4 14.989C4 15.5413 3.55228 15.989 3 15.989C2.44772 15.989 2 15.5413 2 14.989C2 13.4311 2.23428 10.3412 2.98064 7.61005C3.35241 6.24963 3.87131 4.90146 4.60577 3.87213Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 12C1 11.4477 1.44772 11 2 11H5C5.55228 11 6 11.4477 6 12C6 12.5523 5.55228 13 5 13H2C1.44772 13 1 12.5523 1 12ZM7 12.0001C7 11.4478 7.44772 11.0001 8 11.0001H9.5C10.0523 11.0001 10.5 11.4478 10.5 12.0001C10.5 12.5524 10.0523 13.0001 9.5 13.0001H8C7.44772 13.0001 7 12.5524 7 12.0001ZM13.5 12.0001C13.5 11.4478 13.9477 11.0001 14.5 11.0001H16C16.5523 11.0001 17 11.4478 17 12.0001C17 12.5524 16.5523 13.0001 16 13.0001H14.5C13.9477 13.0001 13.5 12.5524 13.5 12.0001ZM18 12.0001C18 11.4478 18.4477 11.0001 19 11.0001H22C22.5523 11.0001 23 11.4478 23 12.0001C23 12.5524 22.5523 13.0001 22 13.0001H19C18.4477 13.0001 18 12.5524 18 12.0001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.60577 3.87213C5.34619 2.83446 6.40217 2 7.82263 2C8.66253 2 9.36864 2.38177 9.92892 2.94348C10.4745 3.49051 10.9152 4.23685 11.2829 5.08446C12.0191 6.78121 12.5674 9.13258 12.9881 11.8469C13.4013 14.5127 13.919 16.6613 14.5517 18.1196C14.8684 18.8494 15.188 19.3443 15.4871 19.6441C15.7715 19.9293 15.9946 20 16.1774 20C16.7116 20 17.2359 19.7094 17.7662 18.9662C18.3025 18.2146 18.7449 17.126 19.0901 15.8628C19.7777 13.3467 20 10.4421 20 9.011C20 8.45871 20.4477 8.011 21 8.011C21.5523 8.011 22 8.45871 22 9.011C22 10.569 21.7657 13.6589 21.0194 16.39C20.6476 17.7504 20.1287 19.0986 19.3942 20.1279C18.6538 21.1656 17.5978 22 16.1774 22C15.3375 22 14.6314 21.6183 14.0711 21.0566C13.5254 20.5096 13.0848 19.7633 12.717 18.9157C11.9808 17.219 11.4324 14.8676 11.0117 12.1533C10.5986 9.48745 10.0809 7.33878 9.44817 5.88051C9.13149 5.15062 8.81196 4.65572 8.51289 4.35588C8.22847 4.07073 8.00534 4 7.82263 4C7.28836 4 6.76415 4.29055 6.23381 5.0338C5.69752 5.78539 5.25511 6.87405 4.9099 8.13727C4.22231 10.6534 4 13.558 4 14.989C4 15.5413 3.55228 15.989 3 15.989C2.44772 15.989 2 15.5413 2 14.989C2 13.4311 2.23428 10.3412 2.98064 7.61005C3.35241 6.24963 3.87131 4.90146 4.60577 3.87213Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 12C1 11.4477 1.44772 11 2 11H5C5.55228 11 6 11.4477 6 12C6 12.5523 5.55228 13 5 13H2C1.44772 13 1 12.5523 1 12ZM7 12.0001C7 11.4478 7.44772 11.0001 8 11.0001H9.5C10.0523 11.0001 10.5 11.4478 10.5 12.0001C10.5 12.5524 10.0523 13.0001 9.5 13.0001H8C7.44772 13.0001 7 12.5524 7 12.0001ZM13.5 12.0001C13.5 11.4478 13.9477 11.0001 14.5 11.0001H16C16.5523 11.0001 17 11.4478 17 12.0001C17 12.5524 16.5523 13.0001 16 13.0001H14.5C13.9477 13.0001 13.5 12.5524 13.5 12.0001ZM18 12.0001C18 11.4478 18.4477 11.0001 19 11.0001H22C22.5523 11.0001 23 11.4478 23 12.0001C23 12.5524 22.5523 13.0001 22 13.0001H19C18.4477 13.0001 18 12.5524 18 12.0001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-sphere{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0375 8.07895C10.1063 8.59933 9.72814 9.07542 9.19281 9.14233C7.28824 9.38037 5.706 9.84762 4.63115 10.4212C3.49698 11.0264 3.20455 11.5848 3.20455 11.911C3.20455 12.1109 3.30221 12.3915 3.67492 12.7422C4.05053 13.0956 4.64521 13.4576 5.45988 13.7818C7.08446 14.4283 9.39624 14.85 12 14.85C14.6038 14.85 16.9155 14.4283 18.5401 13.7818C19.3548 13.4576 19.9495 13.0956 20.3251 12.7422C20.6978 12.3915 20.7955 12.1109 20.7955 11.911C20.7955 11.5848 20.503 11.0264 19.3689 10.4212C18.294 9.84762 16.7118 9.38037 14.8072 9.14233C14.2719 9.07542 13.8937 8.59933 13.9625 8.07895C14.0314 7.55856 14.5211 7.19095 15.0564 7.25786C17.1168 7.51537 18.955 8.03292 20.3094 8.75562C21.6044 9.44667 22.75 10.4959 22.75 11.911C22.75 12.7851 22.3007 13.5275 21.6844 14.1074C21.071 14.6846 20.2344 15.1606 19.2806 15.5401C17.3682 16.3012 14.7936 16.75 12 16.75C9.20644 16.75 6.63185 16.3012 4.71939 15.5401C3.76555 15.1606 2.92904 14.6846 2.3156 14.1074C1.69926 13.5275 1.25 12.7851 1.25 11.911C1.25 10.4959 2.39557 9.44667 3.69063 8.75562C5.04501 8.03292 6.88323 7.51537 8.94355 7.25786C9.47888 7.19095 9.96865 7.55856 10.0375 8.07895Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12ZM11 3.26078C7.94264 3.60687 5.36038 5.52042 4.07614 8.17848C3.9797 8.37809 3.93148 8.4779 3.97991 8.52807C4.02835 8.57824 4.13317 8.53206 4.3428 8.43971C5.61063 7.88122 7.19744 7.47612 8.94381 7.25784C9.47914 7.19094 9.9689 7.55855 10.0377 8.07893C10.1066 8.59931 9.72839 9.0754 9.19307 9.14231C7.28849 9.38036 5.70626 9.8476 4.63141 10.4212C3.5308 11.0084 3.22285 11.5517 3.20558 11.8814L3.20508 11.9295C3.211 12.128 3.31381 12.4022 3.67518 12.7422C4.05079 13.0956 4.64547 13.4576 5.46014 13.7818C7.08472 14.4283 9.39649 14.85 12.0003 14.85C14.604 14.85 16.9158 14.4283 18.5404 13.7818C19.355 13.4576 19.9497 13.0956 20.3253 12.7422C20.6867 12.4022 20.7895 12.128 20.7954 11.9295L20.7949 11.8815C20.7777 11.5517 20.4697 11.0084 19.3691 10.4212C18.2943 9.8476 16.712 9.38036 14.8074 9.14231C14.2721 9.0754 13.894 8.59931 13.9628 8.07893C14.0316 7.55855 14.5214 7.19094 15.0567 7.25784C16.8031 7.47612 18.3899 7.88122 19.6577 8.43972C19.8673 8.53207 19.9722 8.57824 20.0206 8.52807C20.069 8.4779 20.0208 8.3781 19.9244 8.17849C18.6401 5.52027 16.0576 3.60666 13 3.26072V9.98388C13.7409 10.3521 14.25 11.1166 14.25 12C14.25 13.2426 13.2426 14.25 12 14.25C10.7574 14.25 9.75 13.2426 9.75 12C9.75 11.1166 10.2591 10.3521 11 9.98388V3.26078Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0375 8.07895C10.1063 8.59933 9.72814 9.07542 9.19281 9.14233C7.28824 9.38037 5.706 9.84762 4.63115 10.4212C3.49698 11.0264 3.20455 11.5848 3.20455 11.911C3.20455 12.1109 3.30221 12.3915 3.67492 12.7422C4.05053 13.0956 4.64521 13.4576 5.45988 13.7818C7.08446 14.4283 9.39624 14.85 12 14.85C14.6038 14.85 16.9155 14.4283 18.5401 13.7818C19.3548 13.4576 19.9495 13.0956 20.3251 12.7422C20.6978 12.3915 20.7955 12.1109 20.7955 11.911C20.7955 11.5848 20.503 11.0264 19.3689 10.4212C18.294 9.84762 16.7118 9.38037 14.8072 9.14233C14.2719 9.07542 13.8937 8.59933 13.9625 8.07895C14.0314 7.55856 14.5211 7.19095 15.0564 7.25786C17.1168 7.51537 18.955 8.03292 20.3094 8.75562C21.6044 9.44667 22.75 10.4959 22.75 11.911C22.75 12.7851 22.3007 13.5275 21.6844 14.1074C21.071 14.6846 20.2344 15.1606 19.2806 15.5401C17.3682 16.3012 14.7936 16.75 12 16.75C9.20644 16.75 6.63185 16.3012 4.71939 15.5401C3.76555 15.1606 2.92904 14.6846 2.3156 14.1074C1.69926 13.5275 1.25 12.7851 1.25 11.911C1.25 10.4959 2.39557 9.44667 3.69063 8.75562C5.04501 8.03292 6.88323 7.51537 8.94355 7.25786C9.47888 7.19095 9.96865 7.55856 10.0375 8.07895Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12ZM11 3.26078C7.94264 3.60687 5.36038 5.52042 4.07614 8.17848C3.9797 8.37809 3.93148 8.4779 3.97991 8.52807C4.02835 8.57824 4.13317 8.53206 4.3428 8.43971C5.61063 7.88122 7.19744 7.47612 8.94381 7.25784C9.47914 7.19094 9.9689 7.55855 10.0377 8.07893C10.1066 8.59931 9.72839 9.0754 9.19307 9.14231C7.28849 9.38036 5.70626 9.8476 4.63141 10.4212C3.5308 11.0084 3.22285 11.5517 3.20558 11.8814L3.20508 11.9295C3.211 12.128 3.31381 12.4022 3.67518 12.7422C4.05079 13.0956 4.64547 13.4576 5.46014 13.7818C7.08472 14.4283 9.39649 14.85 12.0003 14.85C14.604 14.85 16.9158 14.4283 18.5404 13.7818C19.355 13.4576 19.9497 13.0956 20.3253 12.7422C20.6867 12.4022 20.7895 12.128 20.7954 11.9295L20.7949 11.8815C20.7777 11.5517 20.4697 11.0084 19.3691 10.4212C18.2943 9.8476 16.712 9.38036 14.8074 9.14231C14.2721 9.0754 13.894 8.59931 13.9628 8.07893C14.0316 7.55855 14.5214 7.19094 15.0567 7.25784C16.8031 7.47612 18.3899 7.88122 19.6577 8.43972C19.8673 8.53207 19.9722 8.57824 20.0206 8.52807C20.069 8.4779 20.0208 8.3781 19.9244 8.17849C18.6401 5.52027 16.0576 3.60666 13 3.26072V9.98388C13.7409 10.3521 14.25 11.1166 14.25 12C14.25 13.2426 13.2426 14.25 12 14.25C10.7574 14.25 9.75 13.2426 9.75 12C9.75 11.1166 10.2591 10.3521 11 9.98388V3.26078Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.23821 8.03136C3.89072 8.00089 3.4446 8 2.76471 8C2.21242 8 1.76471 7.55229 1.76471 7C1.76471 6.44772 2.21242 6 2.76471 6H2.80583H2.80586C3.43349 5.99998 3.96776 5.99997 4.41292 6.039C4.88618 6.0805 5.32862 6.17039 5.76129 6.38836C6.19554 6.60712 6.58389 6.90948 6.91033 7.2756C7.22899 7.63299 7.44802 8.03937 7.64278 8.49964C7.82993 8.94194 8.01806 9.49302 8.24617 10.1612L8.72794 11.5725C9.36488 10.4845 10.0301 9.43534 10.7349 8.56025C11.8349 7.19443 13.2292 6 15 6C15.5523 6 16 6.44772 16 7C16 7.55229 15.5523 8 15 8C14.1841 8 13.3067 8.55558 12.2925 9.81475C11.3723 10.9574 10.5013 12.4732 9.59047 14.099L10.6351 17.1589C10.8776 17.8692 11.0431 18.3523 11.1991 18.721C11.3507 19.0791 11.4674 19.2644 11.5825 19.3934C11.7487 19.5798 11.9381 19.7245 12.1385 19.8255C12.2645 19.889 12.4327 19.9398 12.7618 19.9686C13.1093 19.9991 13.5554 20 14.2353 20C14.7876 20 15.2353 20.4477 15.2353 21C15.2353 21.5523 14.7876 22 14.2353 22H14.1942H14.1941C13.5665 22 13.0322 22 12.5871 21.961C12.1138 21.9195 11.6714 21.8296 11.2387 21.6116C10.8045 21.3929 10.4161 21.0905 10.0897 20.7244C9.77101 20.367 9.55198 19.9606 9.35722 19.5004C9.17007 19.0581 8.98194 18.507 8.75383 17.8388L8.27206 16.4275C7.63512 17.5155 6.96989 18.5647 6.2651 19.4398C5.16508 20.8056 3.77079 22 2 22C1.44772 22 1 21.5523 1 21C1 20.4477 1.44772 20 2 20C2.81595 20 3.69334 19.4444 4.70747 18.1852C5.62775 17.0426 6.49869 15.5268 7.40953 13.901L6.36492 10.8411C6.12245 10.1308 5.95691 9.64774 5.80089 9.27902C5.64934 8.92087 5.53258 8.73563 5.41754 8.60662C5.25129 8.42016 5.06187 8.27546 4.86147 8.17451C4.73551 8.11105 4.56729 8.06021 4.23821 8.03136Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 4.99998C17 3.34303 18.3434 2.00001 20.0001 2C21.6568 1.99999 23.0002 3.34297 23.0002 4.9999C23.0002 5.94414 22.5557 6.83327 21.8003 7.39981L21.0002 7.99985H22.0002C22.5525 7.99985 23.0002 8.44756 23.0002 8.99985C23.0002 9.55213 22.5525 9.99985 22.0002 9.99985H18.0002C17.5698 9.99985 17.1877 9.72442 17.0516 9.31607C16.9154 8.90773 17.0559 8.4581 17.4002 8.19985L20.6003 5.79981C20.8521 5.61098 21.0002 5.31462 21.0002 4.9999C21.0002 4.44778 20.5525 4 20.0002 4C19.4478 4 19 4.44783 19 4.99998C19 5.55227 18.5523 5.99998 18 5.99998C17.4477 5.99998 17 5.55227 17 4.99998Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.23821 8.03136C3.89072 8.00089 3.4446 8 2.76471 8C2.21242 8 1.76471 7.55229 1.76471 7C1.76471 6.44772 2.21242 6 2.76471 6H2.80583H2.80586C3.43349 5.99998 3.96776 5.99997 4.41292 6.039C4.88618 6.0805 5.32862 6.17039 5.76129 6.38836C6.19554 6.60712 6.58389 6.90948 6.91033 7.2756C7.22899 7.63299 7.44802 8.03937 7.64278 8.49964C7.82993 8.94194 8.01806 9.49302 8.24617 10.1612L8.72794 11.5725C9.36488 10.4845 10.0301 9.43534 10.7349 8.56025C11.8349 7.19443 13.2292 6 15 6C15.5523 6 16 6.44772 16 7C16 7.55229 15.5523 8 15 8C14.1841 8 13.3067 8.55558 12.2925 9.81475C11.3723 10.9574 10.5013 12.4732 9.59047 14.099L10.6351 17.1589C10.8776 17.8692 11.0431 18.3523 11.1991 18.721C11.3507 19.0791 11.4674 19.2644 11.5825 19.3934C11.7487 19.5798 11.9381 19.7245 12.1385 19.8255C12.2645 19.889 12.4327 19.9398 12.7618 19.9686C13.1093 19.9991 13.5554 20 14.2353 20C14.7876 20 15.2353 20.4477 15.2353 21C15.2353 21.5523 14.7876 22 14.2353 22H14.1942H14.1941C13.5665 22 13.0322 22 12.5871 21.961C12.1138 21.9195 11.6714 21.8296 11.2387 21.6116C10.8045 21.3929 10.4161 21.0905 10.0897 20.7244C9.77101 20.367 9.55198 19.9606 9.35722 19.5004C9.17007 19.0581 8.98194 18.507 8.75383 17.8388L8.27206 16.4275C7.63512 17.5155 6.96989 18.5647 6.2651 19.4398C5.16508 20.8056 3.77079 22 2 22C1.44772 22 1 21.5523 1 21C1 20.4477 1.44772 20 2 20C2.81595 20 3.69334 19.4444 4.70747 18.1852C5.62775 17.0426 6.49869 15.5268 7.40953 13.901L6.36492 10.8411C6.12245 10.1308 5.95691 9.64774 5.80089 9.27902C5.64934 8.92087 5.53258 8.73563 5.41754 8.60662C5.25129 8.42016 5.06187 8.27546 4.86147 8.17451C4.73551 8.11105 4.56729 8.06021 4.23821 8.03136Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 4.99998C17 3.34303 18.3434 2.00001 20.0001 2C21.6568 1.99999 23.0002 3.34297 23.0002 4.9999C23.0002 5.94414 22.5557 6.83327 21.8003 7.39981L21.0002 7.99985H22.0002C22.5525 7.99985 23.0002 8.44756 23.0002 8.99985C23.0002 9.55213 22.5525 9.99985 22.0002 9.99985H18.0002C17.5698 9.99985 17.1877 9.72442 17.0516 9.31607C16.9154 8.90773 17.0559 8.4581 17.4002 8.19985L20.6003 5.79981C20.8521 5.61098 21.0002 5.31462 21.0002 4.9999C21.0002 4.44778 20.5525 4 20.0002 4C19.4478 4 19 4.44783 19 4.99998C19 5.55227 18.5523 5.99998 18 5.99998C17.4477 5.99998 17 5.55227 17 4.99998Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-square-root-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM12.2848 9.01338L12.2878 9.00083C12.3176 9.00027 12.3507 9 12.3877 9H18.0001C18.5524 9 19.0001 8.55229 19.0001 8C19.0001 7.44772 18.5524 7 18.0001 7L12.3761 7C12.0756 6.99995 11.5522 6.99987 11.1083 7.29251C10.6058 7.62381 10.4341 8.15577 10.3403 8.54541L9.06438 13.8469C9.03988 13.9488 9.01688 14.0441 8.99517 14.1333C8.95107 14.0399 8.90389 13.9394 8.85316 13.8312L8.53917 13.1612L8.51988 13.12C8.4179 12.9021 8.30023 12.6506 8.16877 12.4517C8.00902 12.21 7.74712 11.9152 7.30812 11.7897C6.77399 11.6371 6.30823 11.8102 6.04433 11.9398C5.82561 12.0472 5.60796 12.1982 5.4932 12.2778L5.49318 12.2778C5.47227 12.2923 5.45477 12.3045 5.44131 12.3136C4.9833 12.6222 4.86218 13.2436 5.17079 13.7016C5.4794 14.1597 6.10088 14.2808 6.55889 13.9722C6.5911 13.9505 6.62529 13.9269 6.65517 13.9063L6.65528 13.9063L6.67357 13.8937L6.72819 14.01L7.04218 14.6799L7.0712 14.7419C7.32357 15.2805 7.55619 15.7771 7.78286 16.1272C7.98335 16.437 8.44691 17.0636 9.26506 16.9952C10.1011 16.9253 10.4411 16.208 10.5764 15.8658C10.7284 15.481 10.8556 14.952 10.9925 14.3828L10.9925 14.3828L10.9925 14.3827L11.0089 14.3149L12.2848 9.01338ZM14.103 12.4286C14.2032 12.4286 14.3565 12.4302 14.4241 12.4312C14.4487 12.4882 14.6345 12.9364 14.6706 13.0238C14.4997 13.2661 14.3462 13.4661 14.1927 13.6237C14.0797 13.7397 13.9333 13.8261 13.8766 13.8571C13.3243 13.8571 12.8766 14.3049 12.8766 14.8571C12.8766 15.4094 13.3243 15.8571 13.8766 15.8571C14.6229 15.8571 15.1855 15.4552 15.571 15.074C15.6393 15.1747 15.7191 15.2724 15.8134 15.3599C15.9749 15.5096 16.161 15.6279 16.3613 15.7113C16.7209 15.8611 17.2037 15.8587 17.5001 15.8571C18.0524 15.8571 18.5001 15.4094 18.5001 14.8571C18.5001 14.3049 18.0524 13.8571 17.5001 13.8571C17.3999 13.8571 17.2467 13.8555 17.179 13.8545C17.1544 13.7975 16.9687 13.3493 16.9326 13.2619C17.1034 13.0196 17.257 12.8196 17.4105 12.662C17.5234 12.546 17.6699 12.4596 17.7266 12.4286C18.2789 12.4286 18.7266 11.9809 18.7266 11.4286C18.7266 10.8763 18.2789 10.4286 17.7266 10.4286C16.9802 10.4286 16.4176 10.8305 16.0322 11.2117C15.9639 11.111 15.8841 11.0133 15.7897 10.9258C15.6283 10.7761 15.4421 10.6578 15.2418 10.5744C14.8822 10.4246 14.3995 10.427 14.103 10.4286C13.5508 10.4286 13.103 10.8763 13.103 11.4286C13.103 11.9809 13.5508 12.4286 14.103 12.4286Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM12.2848 9.01338L12.2878 9.00083C12.3176 9.00027 12.3507 9 12.3877 9H18.0001C18.5524 9 19.0001 8.55229 19.0001 8C19.0001 7.44772 18.5524 7 18.0001 7L12.3761 7C12.0756 6.99995 11.5522 6.99987 11.1083 7.29251C10.6058 7.62381 10.4341 8.15577 10.3403 8.54541L9.06438 13.8469C9.03988 13.9488 9.01688 14.0441 8.99517 14.1333C8.95107 14.0399 8.90389 13.9394 8.85316 13.8312L8.53917 13.1612L8.51988 13.12C8.4179 12.9021 8.30023 12.6506 8.16877 12.4517C8.00902 12.21 7.74712 11.9152 7.30812 11.7897C6.77399 11.6371 6.30823 11.8102 6.04433 11.9398C5.82561 12.0472 5.60796 12.1982 5.4932 12.2778L5.49318 12.2778C5.47227 12.2923 5.45477 12.3045 5.44131 12.3136C4.9833 12.6222 4.86218 13.2436 5.17079 13.7016C5.4794 14.1597 6.10088 14.2808 6.55889 13.9722C6.5911 13.9505 6.62529 13.9269 6.65517 13.9063L6.65528 13.9063L6.67357 13.8937L6.72819 14.01L7.04218 14.6799L7.0712 14.7419C7.32357 15.2805 7.55619 15.7771 7.78286 16.1272C7.98335 16.437 8.44691 17.0636 9.26506 16.9952C10.1011 16.9253 10.4411 16.208 10.5764 15.8658C10.7284 15.481 10.8556 14.952 10.9925 14.3828L10.9925 14.3828L10.9925 14.3827L11.0089 14.3149L12.2848 9.01338ZM14.103 12.4286C14.2032 12.4286 14.3565 12.4302 14.4241 12.4312C14.4487 12.4882 14.6345 12.9364 14.6706 13.0238C14.4997 13.2661 14.3462 13.4661 14.1927 13.6237C14.0797 13.7397 13.9333 13.8261 13.8766 13.8571C13.3243 13.8571 12.8766 14.3049 12.8766 14.8571C12.8766 15.4094 13.3243 15.8571 13.8766 15.8571C14.6229 15.8571 15.1855 15.4552 15.571 15.074C15.6393 15.1747 15.7191 15.2724 15.8134 15.3599C15.9749 15.5096 16.161 15.6279 16.3613 15.7113C16.7209 15.8611 17.2037 15.8587 17.5001 15.8571C18.0524 15.8571 18.5001 15.4094 18.5001 14.8571C18.5001 14.3049 18.0524 13.8571 17.5001 13.8571C17.3999 13.8571 17.2467 13.8555 17.179 13.8545C17.1544 13.7975 16.9687 13.3493 16.9326 13.2619C17.1034 13.0196 17.257 12.8196 17.4105 12.662C17.5234 12.546 17.6699 12.4596 17.7266 12.4286C18.2789 12.4286 18.7266 11.9809 18.7266 11.4286C18.7266 10.8763 18.2789 10.4286 17.7266 10.4286C16.9802 10.4286 16.4176 10.8305 16.0322 11.2117C15.9639 11.111 15.8841 11.0133 15.7897 10.9258C15.6283 10.7761 15.4421 10.6578 15.2418 10.5744C14.8822 10.4246 14.3995 10.427 14.103 10.4286C13.5508 10.4286 13.103 10.8763 13.103 11.4286C13.103 11.9809 13.5508 12.4286 14.103 12.4286Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-square-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM16.5 6.25C15.343 6.25001 14.25 7.10213 14.25 8.33336C14.25 8.74757 14.5858 9.08336 15 9.08336C15.4142 9.08336 15.75 8.74757 15.75 8.33336C15.75 8.09181 16.0004 7.75 16.5 7.75C16.9997 7.75 17.25 8.09178 17.25 8.3333C17.25 8.47889 17.1732 8.64976 16.984 8.77592L14.5841 10.376C14.3091 10.5593 14.1866 10.901 14.2824 11.2174C14.3781 11.5337 14.6697 11.75 15.0002 11.75H18C18.4142 11.75 18.75 11.4142 18.75 11C18.75 10.5858 18.4142 10.25 18 10.25H17.4771L17.8161 10.024C18.3822 9.64651 18.75 9.02704 18.75 8.3333C18.75 7.10209 17.6571 6.24999 16.5 6.25ZM6.35294 11.75C6.67079 11.75 6.86473 11.7506 7.01247 11.7626C7.30814 11.7722 7.45857 12.0053 7.49683 12.1207C7.56232 12.2644 7.63379 12.4574 7.74743 12.7665L8.17179 13.9208C7.78259 14.5628 7.41988 15.136 7.04248 15.5711C6.5964 16.0854 6.26255 16.25 6 16.25C5.58579 16.25 5.25 16.5858 5.25 17C5.25 17.4142 5.58579 17.75 6 17.75C6.93133 17.75 7.64595 17.1646 8.17563 16.5539C8.40082 16.2943 8.61675 16.0015 8.82408 15.695C8.92646 15.9735 9.04644 16.2999 9.13821 16.5013C9.23678 16.7176 9.35627 16.9277 9.5372 17.1161C9.71383 17.3001 9.92253 17.4505 10.1539 17.5587C10.3932 17.6707 10.6311 17.7133 10.8658 17.7324C11.0817 17.75 11.3636 17.75 11.647 17.75H11.6471C12.0613 17.75 12.3971 17.4142 12.3971 17C12.3971 16.5858 12.0613 16.25 11.6471 16.25C11.3292 16.25 11.1353 16.2494 10.9875 16.2374C10.7638 16.2286 10.5714 15.995 10.5032 15.8793C10.4377 15.7356 10.3662 15.5426 10.2526 15.2335L9.82821 14.0792C10.2174 13.4372 10.5801 12.864 10.9575 12.4289C11.4036 11.9146 11.7375 11.75 12 11.75C12.4142 11.75 12.75 11.4142 12.75 11C12.75 10.5858 12.4142 10.25 12 10.25C11.0687 10.25 10.3541 10.8354 9.82437 11.4461C9.59918 11.7057 9.38325 11.9985 9.17592 12.305C9.07354 12.0265 8.95355 11.7001 8.86179 11.4987C8.76322 11.2824 8.64373 11.0723 8.4628 10.8839C8.28617 10.6999 8.07748 10.5495 7.84612 10.4413C7.60685 10.3293 7.36887 10.2867 7.13421 10.2676C6.91827 10.25 6.63635 10.25 6.35294 10.25C5.93873 10.25 5.60294 10.5858 5.60294 11C5.60294 11.4142 5.93873 11.75 6.35294 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM16.5 6.25C15.343 6.25001 14.25 7.10213 14.25 8.33336C14.25 8.74757 14.5858 9.08336 15 9.08336C15.4142 9.08336 15.75 8.74757 15.75 8.33336C15.75 8.09181 16.0004 7.75 16.5 7.75C16.9997 7.75 17.25 8.09178 17.25 8.3333C17.25 8.47889 17.1732 8.64976 16.984 8.77592L14.5841 10.376C14.3091 10.5593 14.1866 10.901 14.2824 11.2174C14.3781 11.5337 14.6697 11.75 15.0002 11.75H18C18.4142 11.75 18.75 11.4142 18.75 11C18.75 10.5858 18.4142 10.25 18 10.25H17.4771L17.8161 10.024C18.3822 9.64651 18.75 9.02704 18.75 8.3333C18.75 7.10209 17.6571 6.24999 16.5 6.25ZM6.35294 11.75C6.67079 11.75 6.86473 11.7506 7.01247 11.7626C7.30814 11.7722 7.45857 12.0053 7.49683 12.1207C7.56232 12.2644 7.63379 12.4574 7.74743 12.7665L8.17179 13.9208C7.78259 14.5628 7.41988 15.136 7.04248 15.5711C6.5964 16.0854 6.26255 16.25 6 16.25C5.58579 16.25 5.25 16.5858 5.25 17C5.25 17.4142 5.58579 17.75 6 17.75C6.93133 17.75 7.64595 17.1646 8.17563 16.5539C8.40082 16.2943 8.61675 16.0015 8.82408 15.695C8.92646 15.9735 9.04644 16.2999 9.13821 16.5013C9.23678 16.7176 9.35627 16.9277 9.5372 17.1161C9.71383 17.3001 9.92253 17.4505 10.1539 17.5587C10.3932 17.6707 10.6311 17.7133 10.8658 17.7324C11.0817 17.75 11.3636 17.75 11.647 17.75H11.6471C12.0613 17.75 12.3971 17.4142 12.3971 17C12.3971 16.5858 12.0613 16.25 11.6471 16.25C11.3292 16.25 11.1353 16.2494 10.9875 16.2374C10.7638 16.2286 10.5714 15.995 10.5032 15.8793C10.4377 15.7356 10.3662 15.5426 10.2526 15.2335L9.82821 14.0792C10.2174 13.4372 10.5801 12.864 10.9575 12.4289C11.4036 11.9146 11.7375 11.75 12 11.75C12.4142 11.75 12.75 11.4142 12.75 11C12.75 10.5858 12.4142 10.25 12 10.25C11.0687 10.25 10.3541 10.8354 9.82437 11.4461C9.59918 11.7057 9.38325 11.9985 9.17592 12.305C9.07354 12.0265 8.95355 11.7001 8.86179 11.4987C8.76322 11.2824 8.64373 11.0723 8.4628 10.8839C8.28617 10.6999 8.07748 10.5495 7.84612 10.4413C7.60685 10.3293 7.36887 10.2867 7.13421 10.2676C6.91827 10.25 6.63635 10.25 6.35294 10.25C5.93873 10.25 5.60294 10.5858 5.60294 11C5.60294 11.4142 5.93873 11.75 6.35294 11.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-summation-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.1178 2L9.19716 2L15.1349 2C15.8571 1.99998 16.4692 1.99996 16.9677 2.04766C17.4919 2.09779 17.9946 2.20777 18.4579 2.49489C18.8749 2.75337 19.2288 3.10197 19.4923 3.51565C19.7862 3.97694 19.8988 4.47837 19.95 4.99917C19.9986 5.49293 19.9986 6.09831 19.9985 6.80935V6.80942L19.9985 6.85715C19.9985 7.40943 19.5508 7.85715 18.9985 7.85715C18.4463 7.85715 17.9985 7.40943 17.9985 6.85715C17.9985 6.08532 17.9974 5.57909 17.9596 5.19487C17.9234 4.82667 17.8613 4.67778 17.8055 4.59021C17.7044 4.43148 17.5675 4.29606 17.4043 4.19486C17.3111 4.13711 17.1545 4.07465 16.7773 4.03857C16.3853 4.00107 15.8697 4 15.088 4H9.19716C7.87229 4 6.98575 4.00226 6.38837 4.08286C6.27397 4.09829 6.18445 4.11485 6.11505 4.1306C6.15602 4.18461 6.21038 4.25083 6.28224 4.33064C6.68146 4.77399 7.35181 5.34378 8.35825 6.19468L12.3009 9.52803L12.3488 9.56848L12.3488 9.5685C12.777 9.93039 13.1756 10.2673 13.458 10.5838C13.7689 10.9324 14.0639 11.3904 14.0639 12C14.0639 12.6096 13.7689 13.0676 13.458 13.4162C13.1756 13.7327 12.777 14.0696 12.3488 14.4315L12.3488 14.4315L12.3009 14.472L8.35825 17.8053C7.35181 18.6562 6.68146 19.226 6.28224 19.6694C6.21038 19.7492 6.15602 19.8154 6.11505 19.8694C6.18445 19.8852 6.27397 19.9017 6.38837 19.9171C6.98575 19.9977 7.87229 20 9.19716 20H15.088C15.8697 20 16.3853 19.9989 16.7773 19.9614C17.1545 19.9254 17.3111 19.8629 17.4043 19.8051C17.5675 19.7039 17.7044 19.5685 17.8055 19.4098C17.8613 19.3222 17.9234 19.1733 17.9596 18.8051C17.9974 18.4209 17.9985 17.9147 17.9985 17.1429C17.9985 16.5906 18.4463 16.1429 18.9985 16.1429C19.5508 16.1429 19.9985 16.5906 19.9985 17.1429L19.9985 17.1906V17.1907C19.9986 17.9017 19.9986 18.5071 19.95 19.0008C19.8988 19.5216 19.7862 20.0231 19.4923 20.4844C19.2288 20.898 18.8749 21.2466 18.4578 21.5051C17.9946 21.7922 17.4919 21.9022 16.9677 21.9524C16.4692 22 15.8571 22 15.1348 22L9.11781 22H9.11768C7.89282 22.0001 6.8688 22.0001 6.12095 21.8992C5.42618 21.8055 4.46406 21.5661 4.1079 20.6165C3.74891 19.6593 4.32889 18.8498 4.79597 18.3311C5.29817 17.7734 6.07653 17.1153 7.00565 16.3299L7.00566 16.3299L11.0097 12.9447C11.5025 12.528 11.7889 12.2828 11.9655 12.0848C11.9967 12.0498 12.0194 12.0218 12.0358 12C12.0194 11.9782 11.9967 11.9502 11.9655 11.9152C11.7889 11.7172 11.5025 11.472 11.0097 11.0553L7.06699 7.72198L7.00566 7.67013C6.07654 6.88467 5.29818 6.22666 4.79597 5.66892C4.32889 5.1502 3.74891 4.34073 4.1079 3.38353C4.46406 2.43387 5.42618 2.19456 6.12095 2.10082C6.86883 1.99992 7.89288 1.99996 9.1178 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.1178 2L9.19716 2L15.1349 2C15.8571 1.99998 16.4692 1.99996 16.9677 2.04766C17.4919 2.09779 17.9946 2.20777 18.4579 2.49489C18.8749 2.75337 19.2288 3.10197 19.4923 3.51565C19.7862 3.97694 19.8988 4.47837 19.95 4.99917C19.9986 5.49293 19.9986 6.09831 19.9985 6.80935V6.80942L19.9985 6.85715C19.9985 7.40943 19.5508 7.85715 18.9985 7.85715C18.4463 7.85715 17.9985 7.40943 17.9985 6.85715C17.9985 6.08532 17.9974 5.57909 17.9596 5.19487C17.9234 4.82667 17.8613 4.67778 17.8055 4.59021C17.7044 4.43148 17.5675 4.29606 17.4043 4.19486C17.3111 4.13711 17.1545 4.07465 16.7773 4.03857C16.3853 4.00107 15.8697 4 15.088 4H9.19716C7.87229 4 6.98575 4.00226 6.38837 4.08286C6.27397 4.09829 6.18445 4.11485 6.11505 4.1306C6.15602 4.18461 6.21038 4.25083 6.28224 4.33064C6.68146 4.77399 7.35181 5.34378 8.35825 6.19468L12.3009 9.52803L12.3488 9.56848L12.3488 9.5685C12.777 9.93039 13.1756 10.2673 13.458 10.5838C13.7689 10.9324 14.0639 11.3904 14.0639 12C14.0639 12.6096 13.7689 13.0676 13.458 13.4162C13.1756 13.7327 12.777 14.0696 12.3488 14.4315L12.3488 14.4315L12.3009 14.472L8.35825 17.8053C7.35181 18.6562 6.68146 19.226 6.28224 19.6694C6.21038 19.7492 6.15602 19.8154 6.11505 19.8694C6.18445 19.8852 6.27397 19.9017 6.38837 19.9171C6.98575 19.9977 7.87229 20 9.19716 20H15.088C15.8697 20 16.3853 19.9989 16.7773 19.9614C17.1545 19.9254 17.3111 19.8629 17.4043 19.8051C17.5675 19.7039 17.7044 19.5685 17.8055 19.4098C17.8613 19.3222 17.9234 19.1733 17.9596 18.8051C17.9974 18.4209 17.9985 17.9147 17.9985 17.1429C17.9985 16.5906 18.4463 16.1429 18.9985 16.1429C19.5508 16.1429 19.9985 16.5906 19.9985 17.1429L19.9985 17.1906V17.1907C19.9986 17.9017 19.9986 18.5071 19.95 19.0008C19.8988 19.5216 19.7862 20.0231 19.4923 20.4844C19.2288 20.898 18.8749 21.2466 18.4578 21.5051C17.9946 21.7922 17.4919 21.9022 16.9677 21.9524C16.4692 22 15.8571 22 15.1348 22L9.11781 22H9.11768C7.89282 22.0001 6.8688 22.0001 6.12095 21.8992C5.42618 21.8055 4.46406 21.5661 4.1079 20.6165C3.74891 19.6593 4.32889 18.8498 4.79597 18.3311C5.29817 17.7734 6.07653 17.1153 7.00565 16.3299L7.00566 16.3299L11.0097 12.9447C11.5025 12.528 11.7889 12.2828 11.9655 12.0848C11.9967 12.0498 12.0194 12.0218 12.0358 12C12.0194 11.9782 11.9967 11.9502 11.9655 11.9152C11.7889 11.7172 11.5025 11.472 11.0097 11.0553L7.06699 7.72198L7.00566 7.67013C6.07654 6.88467 5.29818 6.22666 4.79597 5.66892C4.32889 5.1502 3.74891 4.34073 4.1079 3.38353C4.46406 2.43387 5.42618 2.19456 6.12095 2.10082C6.86883 1.99992 7.89288 1.99996 9.1178 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-summation-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.26894 2.38994C7.3297 2.93887 6.93396 3.43313 6.38503 3.49389C5.10653 3.63542 4.46123 3.93178 3.99964 4.45125C3.56839 4.93657 3.29509 5.62049 3.14945 6.83958C3.00168 8.0765 3 9.70683 3 12C3 14.2931 3.00168 15.9234 3.14945 17.1604C3.29509 18.3794 3.56839 19.0634 3.99964 19.5487C4.46123 20.0682 5.10653 20.3645 6.38503 20.506C6.93396 20.5668 7.3297 21.0611 7.26894 21.61C7.20817 22.1589 6.71392 22.5547 6.16499 22.4939C4.66448 22.3278 3.43918 21.9289 2.5046 20.8772C1.68373 19.9534 1.33097 18.7987 1.16358 17.3976C0.99997 16.0281 0.999984 14.2781 1 12.0671V11.9328C0.999984 9.72181 0.99997 7.9718 1.16358 6.60233C1.33097 5.20119 1.68373 4.04658 2.5046 3.12278C3.43918 2.07101 4.66448 1.67214 6.16499 1.50604C6.71392 1.44527 7.20817 1.84101 7.26894 2.38994ZM16.7311 2.38994C16.7918 1.84101 17.2861 1.44527 17.835 1.50604C19.3355 1.67214 20.5608 2.07101 21.4954 3.12278C22.3163 4.04658 22.669 5.20119 22.8364 6.60233C23 7.97179 23 9.72179 23 11.9328V12.0672C23 14.2781 23 16.0281 22.8364 17.3976C22.669 18.7987 22.3163 19.9534 21.4954 20.8772C20.5608 21.9289 19.3355 22.3278 17.835 22.4939C17.2861 22.5547 16.7918 22.1589 16.7311 21.61C16.6703 21.0611 17.066 20.5668 17.615 20.506C18.8935 20.3645 19.5388 20.0682 20.0004 19.5487C20.4316 19.0634 20.7049 18.3794 20.8505 17.1604C20.9983 15.9234 21 14.2931 21 12C21 9.70683 20.9983 8.0765 20.8505 6.83958C20.7049 5.62049 20.4316 4.93657 20.0004 4.45125C19.5388 3.93178 18.8935 3.63542 17.615 3.4939C17.066 3.43313 16.6703 2.93887 16.7311 2.38994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7303 9.00098L10.8134 9.00274L10.8204 9.00884L12.543 10.5182L12.543 10.5183C12.7146 10.6684 12.9138 10.8427 13.0618 11.0147C13.2387 11.2202 13.4548 11.5468 13.4548 12.0004C13.4548 12.4539 13.2387 12.7806 13.0618 12.9861C12.9138 13.158 12.7146 13.3324 12.543 13.4825L12.5101 13.5113L10.8204 14.9919L13.7303 14.9998C13.8467 14.9979 13.926 14.9911 13.9831 14.9808C13.9929 14.8846 13.9972 14.7417 13.998 14.4957C13.9998 13.9435 14.4489 13.4972 15.0012 13.499C15.5535 13.5008 15.9998 13.9499 15.998 14.5022C15.9971 14.7603 15.9938 15.022 15.9647 15.2555C15.9337 15.5031 15.8674 15.7821 15.7003 16.054C15.3433 16.6348 14.8024 16.8628 14.3516 16.9466C14.0228 17.0076 13.6558 17.0024 13.4322 16.9991L10.732 16.998H10.732C10.2353 16.9981 9.7601 16.9982 9.39805 16.9476C9.07711 16.9027 8.34696 16.7567 8.07745 16.0119C7.81214 15.2788 8.26254 14.6984 8.47498 14.4539C8.71605 14.1764 9.07541 13.8616 9.45369 13.5303L9.4537 13.5303L11.1997 12.0004L9.45369 10.4704C9.07541 10.1391 8.71605 9.82433 8.47498 9.54685C8.26254 9.30233 7.81214 8.72198 8.07745 7.9888C8.34696 7.244 9.07711 7.09804 9.39805 7.05317C9.7601 7.00254 10.2353 7.00263 10.732 7.00273L10.7976 7.00274L13.4322 7.0016C13.6558 6.99839 14.0228 6.99313 14.3516 7.05419C14.8024 7.13792 15.3433 7.3659 15.7003 7.94679C15.8674 8.21868 15.9337 8.49769 15.9647 8.74525C15.9938 8.97872 15.9971 9.24048 15.998 9.49859C15.9998 10.0509 15.5535 10.5 15.0012 10.5018C14.4489 10.5036 13.9998 10.0573 13.998 9.50503C13.9972 9.25908 13.9929 9.11616 13.9831 9.01997C13.926 9.00966 13.8467 9.00288 13.7303 9.00098Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.26894 2.38994C7.3297 2.93887 6.93396 3.43313 6.38503 3.49389C5.10653 3.63542 4.46123 3.93178 3.99964 4.45125C3.56839 4.93657 3.29509 5.62049 3.14945 6.83958C3.00168 8.0765 3 9.70683 3 12C3 14.2931 3.00168 15.9234 3.14945 17.1604C3.29509 18.3794 3.56839 19.0634 3.99964 19.5487C4.46123 20.0682 5.10653 20.3645 6.38503 20.506C6.93396 20.5668 7.3297 21.0611 7.26894 21.61C7.20817 22.1589 6.71392 22.5547 6.16499 22.4939C4.66448 22.3278 3.43918 21.9289 2.5046 20.8772C1.68373 19.9534 1.33097 18.7987 1.16358 17.3976C0.99997 16.0281 0.999984 14.2781 1 12.0671V11.9328C0.999984 9.72181 0.99997 7.9718 1.16358 6.60233C1.33097 5.20119 1.68373 4.04658 2.5046 3.12278C3.43918 2.07101 4.66448 1.67214 6.16499 1.50604C6.71392 1.44527 7.20817 1.84101 7.26894 2.38994ZM16.7311 2.38994C16.7918 1.84101 17.2861 1.44527 17.835 1.50604C19.3355 1.67214 20.5608 2.07101 21.4954 3.12278C22.3163 4.04658 22.669 5.20119 22.8364 6.60233C23 7.97179 23 9.72179 23 11.9328V12.0672C23 14.2781 23 16.0281 22.8364 17.3976C22.669 18.7987 22.3163 19.9534 21.4954 20.8772C20.5608 21.9289 19.3355 22.3278 17.835 22.4939C17.2861 22.5547 16.7918 22.1589 16.7311 21.61C16.6703 21.0611 17.066 20.5668 17.615 20.506C18.8935 20.3645 19.5388 20.0682 20.0004 19.5487C20.4316 19.0634 20.7049 18.3794 20.8505 17.1604C20.9983 15.9234 21 14.2931 21 12C21 9.70683 20.9983 8.0765 20.8505 6.83958C20.7049 5.62049 20.4316 4.93657 20.0004 4.45125C19.5388 3.93178 18.8935 3.63542 17.615 3.4939C17.066 3.43313 16.6703 2.93887 16.7311 2.38994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7303 9.00098L10.8134 9.00274L10.8204 9.00884L12.543 10.5182L12.543 10.5183C12.7146 10.6684 12.9138 10.8427 13.0618 11.0147C13.2387 11.2202 13.4548 11.5468 13.4548 12.0004C13.4548 12.4539 13.2387 12.7806 13.0618 12.9861C12.9138 13.158 12.7146 13.3324 12.543 13.4825L12.5101 13.5113L10.8204 14.9919L13.7303 14.9998C13.8467 14.9979 13.926 14.9911 13.9831 14.9808C13.9929 14.8846 13.9972 14.7417 13.998 14.4957C13.9998 13.9435 14.4489 13.4972 15.0012 13.499C15.5535 13.5008 15.9998 13.9499 15.998 14.5022C15.9971 14.7603 15.9938 15.022 15.9647 15.2555C15.9337 15.5031 15.8674 15.7821 15.7003 16.054C15.3433 16.6348 14.8024 16.8628 14.3516 16.9466C14.0228 17.0076 13.6558 17.0024 13.4322 16.9991L10.732 16.998H10.732C10.2353 16.9981 9.7601 16.9982 9.39805 16.9476C9.07711 16.9027 8.34696 16.7567 8.07745 16.0119C7.81214 15.2788 8.26254 14.6984 8.47498 14.4539C8.71605 14.1764 9.07541 13.8616 9.45369 13.5303L9.4537 13.5303L11.1997 12.0004L9.45369 10.4704C9.07541 10.1391 8.71605 9.82433 8.47498 9.54685C8.26254 9.30233 7.81214 8.72198 8.07745 7.9888C8.34696 7.244 9.07711 7.09804 9.39805 7.05317C9.7601 7.00254 10.2353 7.00263 10.732 7.00273L10.7976 7.00274L13.4322 7.0016C13.6558 6.99839 14.0228 6.99313 14.3516 7.05419C14.8024 7.13792 15.3433 7.3659 15.7003 7.94679C15.8674 8.21868 15.9337 8.49769 15.9647 8.74525C15.9938 8.97872 15.9971 9.24048 15.998 9.49859C15.9998 10.0509 15.5535 10.5 15.0012 10.5018C14.4489 10.5036 13.9998 10.0573 13.998 9.50503C13.9972 9.25908 13.9929 9.11616 13.9831 9.01997C13.926 9.00966 13.8467 9.00288 13.7303 9.00098Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-summation-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM10.8243 9.00896L13.987 9.0201C13.9969 9.11628 14.0011 9.2592 14.0019 9.50516C14.0037 10.0574 14.4528 10.5037 15.0051 10.5019C15.5574 10.5002 16.0037 10.051 16.0019 9.49871C16.0011 9.2406 15.9977 8.97885 15.9686 8.74537C15.9376 8.49781 15.8713 8.2188 15.7042 7.94691C15.3472 7.36602 14.8063 7.13805 14.3555 7.05432C14.0267 6.99325 13.6597 6.99852 13.4361 7.00172L10.7359 7.00285H10.7359C10.2392 7.00275 9.76401 7.00266 9.40196 7.05329C9.08102 7.09817 8.35087 7.24412 8.08135 7.98893C7.81605 8.7221 8.26645 9.30245 8.47888 9.54697C8.71995 9.82445 9.07932 10.1392 9.4576 10.4706L11.196 12.0072L9.4576 13.5304L9.45759 13.5304C9.07932 13.8618 8.71995 14.1765 8.47888 14.454C8.26645 14.6985 7.81605 15.2789 8.08135 16.0121C8.35087 16.7569 9.08102 16.9028 9.40196 16.9477C9.764 16.9983 10.2392 16.9982 10.7359 16.9981H10.7359H10.7359C10.7359 16.9981 10.714 16.9993 10.7359 16.9993H13.4361C13.6597 17.0025 14.0267 17.0077 14.3555 16.9467C14.8063 16.8629 15.3472 16.635 15.7042 16.0541C15.8713 15.7822 15.9376 15.5032 15.9686 15.2556C15.9977 15.0222 16.0011 14.7604 16.0019 14.5023C16.0037 13.95 15.5574 13.5009 15.0051 13.4991C14.4528 13.4973 14.0037 13.9436 14.0019 14.4959C14.0011 14.7418 13.9969 14.8847 13.987 14.9809L10.8174 14.9981L12.5469 13.4826C12.7185 13.3325 12.9177 13.1581 13.0657 12.9862C13.2426 12.7807 13.4587 12.454 13.4587 12.0005C13.4587 11.547 13.2426 11.2203 13.0657 11.0148C12.9177 10.8429 12.7185 10.6685 12.5469 10.5184L12.5469 10.5184L12.514 10.4896L10.8243 9.00896Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM10.8243 9.00896L13.987 9.0201C13.9969 9.11628 14.0011 9.2592 14.0019 9.50516C14.0037 10.0574 14.4528 10.5037 15.0051 10.5019C15.5574 10.5002 16.0037 10.051 16.0019 9.49871C16.0011 9.2406 15.9977 8.97885 15.9686 8.74537C15.9376 8.49781 15.8713 8.2188 15.7042 7.94691C15.3472 7.36602 14.8063 7.13805 14.3555 7.05432C14.0267 6.99325 13.6597 6.99852 13.4361 7.00172L10.7359 7.00285H10.7359C10.2392 7.00275 9.76401 7.00266 9.40196 7.05329C9.08102 7.09817 8.35087 7.24412 8.08135 7.98893C7.81605 8.7221 8.26645 9.30245 8.47888 9.54697C8.71995 9.82445 9.07932 10.1392 9.4576 10.4706L11.196 12.0072L9.4576 13.5304L9.45759 13.5304C9.07932 13.8618 8.71995 14.1765 8.47888 14.454C8.26645 14.6985 7.81605 15.2789 8.08135 16.0121C8.35087 16.7569 9.08102 16.9028 9.40196 16.9477C9.764 16.9983 10.2392 16.9982 10.7359 16.9981H10.7359H10.7359C10.7359 16.9981 10.714 16.9993 10.7359 16.9993H13.4361C13.6597 17.0025 14.0267 17.0077 14.3555 16.9467C14.8063 16.8629 15.3472 16.635 15.7042 16.0541C15.8713 15.7822 15.9376 15.5032 15.9686 15.2556C15.9977 15.0222 16.0011 14.7604 16.0019 14.5023C16.0037 13.95 15.5574 13.5009 15.0051 13.4991C14.4528 13.4973 14.0037 13.9436 14.0019 14.4959C14.0011 14.7418 13.9969 14.8847 13.987 14.9809L10.8174 14.9981L12.5469 13.4826C12.7185 13.3325 12.9177 13.1581 13.0657 12.9862C13.2426 12.7807 13.4587 12.454 13.4587 12.0005C13.4587 11.547 13.2426 11.2203 13.0657 11.0148C12.9177 10.8429 12.7185 10.6685 12.5469 10.5184L12.5469 10.5184L12.514 10.4896L10.8243 9.00896Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-summation-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM10.8243 9.00896L13.7342 9.0011C13.8506 9.00301 13.93 9.00979 13.987 9.0201C13.9969 9.11628 14.0011 9.2592 14.0019 9.50516C14.0037 10.0574 14.4528 10.5037 15.0051 10.5019C15.5574 10.5002 16.0037 10.051 16.0019 9.49871C16.0011 9.2406 15.9977 8.97885 15.9686 8.74537C15.9376 8.49781 15.8713 8.2188 15.7042 7.94691C15.3472 7.36602 14.8063 7.13805 14.3555 7.05432C14.0267 6.99325 13.6597 6.99852 13.4361 7.00172L10.7359 7.00285H10.7359C10.2392 7.00275 9.76401 7.00266 9.40196 7.05329C9.08102 7.09817 8.35087 7.24412 8.08135 7.98893C7.81605 8.7221 8.26645 9.30245 8.47888 9.54697C8.71995 9.82445 9.07932 10.1392 9.4576 10.4706L11.2036 12.0005L9.4576 13.5304L9.45759 13.5304C9.07932 13.8618 8.71995 14.1765 8.47888 14.454C8.26645 14.6985 7.81605 15.2789 8.08135 16.0121C8.35087 16.7569 9.08102 16.9028 9.40196 16.9477C9.764 16.9983 10.2392 16.9982 10.7359 16.9981H10.7359H10.7359L13.4361 16.9993C13.6597 17.0025 14.0267 17.0077 14.3555 16.9467C14.8063 16.8629 15.3472 16.635 15.7042 16.0541C15.8713 15.7822 15.9376 15.5032 15.9686 15.2556C15.9977 15.0222 16.0011 14.7604 16.0019 14.5023C16.0037 13.95 15.5574 13.5009 15.0051 13.4991C14.4528 13.4973 14.0037 13.9436 14.0019 14.4959C14.0011 14.7418 13.9969 14.8847 13.987 14.9809C13.93 14.9912 13.8506 14.998 13.7342 14.9999L10.8243 14.992L12.5469 13.4826C12.7185 13.3325 12.9177 13.1581 13.0657 12.9862C13.2426 12.7807 13.4587 12.454 13.4587 12.0005C13.4587 11.547 13.2426 11.2203 13.0657 11.0148C12.9177 10.8429 12.7185 10.6685 12.5469 10.5184L12.5469 10.5184L10.8243 9.00896Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM10.8243 9.00896L13.7342 9.0011C13.8506 9.00301 13.93 9.00979 13.987 9.0201C13.9969 9.11628 14.0011 9.2592 14.0019 9.50516C14.0037 10.0574 14.4528 10.5037 15.0051 10.5019C15.5574 10.5002 16.0037 10.051 16.0019 9.49871C16.0011 9.2406 15.9977 8.97885 15.9686 8.74537C15.9376 8.49781 15.8713 8.2188 15.7042 7.94691C15.3472 7.36602 14.8063 7.13805 14.3555 7.05432C14.0267 6.99325 13.6597 6.99852 13.4361 7.00172L10.7359 7.00285H10.7359C10.2392 7.00275 9.76401 7.00266 9.40196 7.05329C9.08102 7.09817 8.35087 7.24412 8.08135 7.98893C7.81605 8.7221 8.26645 9.30245 8.47888 9.54697C8.71995 9.82445 9.07932 10.1392 9.4576 10.4706L11.2036 12.0005L9.4576 13.5304L9.45759 13.5304C9.07932 13.8618 8.71995 14.1765 8.47888 14.454C8.26645 14.6985 7.81605 15.2789 8.08135 16.0121C8.35087 16.7569 9.08102 16.9028 9.40196 16.9477C9.764 16.9983 10.2392 16.9982 10.7359 16.9981H10.7359H10.7359L13.4361 16.9993C13.6597 17.0025 14.0267 17.0077 14.3555 16.9467C14.8063 16.8629 15.3472 16.635 15.7042 16.0541C15.8713 15.7822 15.9376 15.5032 15.9686 15.2556C15.9977 15.0222 16.0011 14.7604 16.0019 14.5023C16.0037 13.95 15.5574 13.5009 15.0051 13.4991C14.4528 13.4973 14.0037 13.9436 14.0019 14.4959C14.0011 14.7418 13.9969 14.8847 13.987 14.9809C13.93 14.9912 13.8506 14.998 13.7342 14.9999L10.8243 14.992L12.5469 13.4826C12.7185 13.3325 12.9177 13.1581 13.0657 12.9862C13.2426 12.7807 13.4587 12.454 13.4587 12.0005C13.4587 11.547 13.2426 11.2203 13.0657 11.0148C12.9177 10.8429 12.7185 10.6685 12.5469 10.5184L12.5469 10.5184L10.8243 9.00896Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-tan{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5003 5.99988C11.9419 5.99988 12.3312 6.28955 12.4581 6.71253L15.4581 16.7125C15.6168 17.2415 15.3166 17.799 14.7876 17.9577C14.2586 18.1164 13.7011 17.8162 13.5424 17.2872L12.5562 13.9999H10.4443L9.45809 17.2872C9.29939 17.8162 8.74191 18.1164 8.21292 17.9577C7.68392 17.799 7.38374 17.2415 7.54244 16.7125L10.5424 6.71253C10.6693 6.28955 11.0587 5.99988 11.5003 5.99988ZM11.0443 11.9999H11.9562L11.5003 10.48L11.0443 11.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7702 6.02673C17.2216 5.92017 17.687 6.13795 17.8944 6.55276L21 12.7639V6.99998C21 6.44769 21.4477 5.99998 22 5.99998C22.5523 5.99998 23 6.44769 23 6.99998V17C23 17.4638 22.6811 17.8667 22.2298 17.9732C21.7784 18.0798 21.313 17.862 21.1056 17.4472L18 11.236V17C18 17.5523 17.5523 18 17 18C16.4477 18 16 17.5523 16 17V6.99998C16 6.5362 16.3189 6.13328 16.7702 6.02673Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 7C1 6.44772 1.44772 6 2 6H7C7.55228 6 8 6.44772 8 7C8 7.55228 7.55228 8 7 8H5.5V17C5.5 17.5523 5.05228 18 4.5 18C3.94772 18 3.5 17.5523 3.5 17V8H2C1.44772 8 1 7.55228 1 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5003 5.99988C11.9419 5.99988 12.3312 6.28955 12.4581 6.71253L15.4581 16.7125C15.6168 17.2415 15.3166 17.799 14.7876 17.9577C14.2586 18.1164 13.7011 17.8162 13.5424 17.2872L12.5562 13.9999H10.4443L9.45809 17.2872C9.29939 17.8162 8.74191 18.1164 8.21292 17.9577C7.68392 17.799 7.38374 17.2415 7.54244 16.7125L10.5424 6.71253C10.6693 6.28955 11.0587 5.99988 11.5003 5.99988ZM11.0443 11.9999H11.9562L11.5003 10.48L11.0443 11.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7702 6.02673C17.2216 5.92017 17.687 6.13795 17.8944 6.55276L21 12.7639V6.99998C21 6.44769 21.4477 5.99998 22 5.99998C22.5523 5.99998 23 6.44769 23 6.99998V17C23 17.4638 22.6811 17.8667 22.2298 17.9732C21.7784 18.0798 21.313 17.862 21.1056 17.4472L18 11.236V17C18 17.5523 17.5523 18 17 18C16.4477 18 16 17.5523 16 17V6.99998C16 6.5362 16.3189 6.13328 16.7702 6.02673Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 7C1 6.44772 1.44772 6 2 6H7C7.55228 6 8 6.44772 8 7C8 7.55228 7.55228 8 7 8H5.5V17C5.5 17.5523 5.05228 18 4.5 18C3.94772 18 3.5 17.5523 3.5 17V8H2C1.44772 8 1 7.55228 1 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-triangle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 18.875C12.5523 18.875 13 19.3227 13 19.875V21.875C13 22.4273 12.5523 22.875 12 22.875C11.4477 22.875 11 22.4273 11 21.875V19.875C11 19.3227 11.4477 18.875 12 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.8946 8.42801C21.1416 8.92198 20.9414 9.52266 20.4474 9.76965L18.4474 10.7696C17.9535 11.0166 17.3528 10.8164 17.1058 10.3224C16.8588 9.82845 17.059 9.22778 17.553 8.98079L19.553 7.98079C20.047 7.7338 20.6477 7.93403 20.8946 8.42801Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.10579 8.42801C3.35278 7.93403 3.95345 7.7338 4.44743 7.98079L6.44743 8.98079C6.94141 9.22778 7.14164 9.82845 6.89465 10.3224C6.64766 10.8164 6.04698 11.0166 5.55301 10.7696L3.55301 9.76965C3.05903 9.52266 2.8588 8.92198 3.10579 8.42801Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.7803 20.479C19.0088 20.5896 18.0436 20.6165 16.8978 20.6229L7.1008 20.6229C5.9544 20.6165 4.98871 20.5897 4.21697 20.479C3.17879 20.33 2.2065 19.993 1.64304 19.0679C1.07211 18.1306 1.24233 17.1207 1.6175 16.1569C1.98208 15.2202 2.64314 14.0708 3.44837 12.6708L7.19559 6.15508C8.04435 4.67916 8.7375 3.47384 9.39367 2.64734C10.0681 1.79783 10.8765 1.125 11.9986 1.125C13.1207 1.125 13.9291 1.79783 14.6036 2.64734C15.2597 3.47383 15.9529 4.67917 16.8016 6.15507L20.5489 12.6709C21.3541 14.0708 22.0152 15.2203 22.3797 16.1569C22.7549 17.1207 22.9251 18.1306 22.3542 19.0679C21.7907 19.993 20.8184 20.33 19.7803 20.479ZM8.94308 7.02759L4.99316 13.8955C6.72074 14.7931 7.91491 16.592 7.99693 18.6749H16.0011C16.0831 16.5924 17.2766 14.7937 19.0036 13.8959L15.054 7.02818C14.1816 7.62488 13.1306 7.97465 11.999 7.97465C10.867 7.97465 9.81571 7.62464 8.94308 7.02759Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 18.875C12.5523 18.875 13 19.3227 13 19.875V21.875C13 22.4273 12.5523 22.875 12 22.875C11.4477 22.875 11 22.4273 11 21.875V19.875C11 19.3227 11.4477 18.875 12 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.8946 8.42801C21.1416 8.92198 20.9414 9.52266 20.4474 9.76965L18.4474 10.7696C17.9535 11.0166 17.3528 10.8164 17.1058 10.3224C16.8588 9.82845 17.059 9.22778 17.553 8.98079L19.553 7.98079C20.047 7.7338 20.6477 7.93403 20.8946 8.42801Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.10579 8.42801C3.35278 7.93403 3.95345 7.7338 4.44743 7.98079L6.44743 8.98079C6.94141 9.22778 7.14164 9.82845 6.89465 10.3224C6.64766 10.8164 6.04698 11.0166 5.55301 10.7696L3.55301 9.76965C3.05903 9.52266 2.8588 8.92198 3.10579 8.42801Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.7803 20.479C19.0088 20.5896 18.0436 20.6165 16.8978 20.6229L7.1008 20.6229C5.9544 20.6165 4.98871 20.5897 4.21697 20.479C3.17879 20.33 2.2065 19.993 1.64304 19.0679C1.07211 18.1306 1.24233 17.1207 1.6175 16.1569C1.98208 15.2202 2.64314 14.0708 3.44837 12.6708L7.19559 6.15508C8.04435 4.67916 8.7375 3.47384 9.39367 2.64734C10.0681 1.79783 10.8765 1.125 11.9986 1.125C13.1207 1.125 13.9291 1.79783 14.6036 2.64734C15.2597 3.47383 15.9529 4.67917 16.8016 6.15507L20.5489 12.6709C21.3541 14.0708 22.0152 15.2203 22.3797 16.1569C22.7549 17.1207 22.9251 18.1306 22.3542 19.0679C21.7907 19.993 20.8184 20.33 19.7803 20.479ZM8.94308 7.02759L4.99316 13.8955C6.72074 14.7931 7.91491 16.592 7.99693 18.6749H16.0011C16.0831 16.5924 17.2766 14.7937 19.0036 13.8959L15.054 7.02818C14.1816 7.62488 13.1306 7.97465 11.999 7.97465C10.867 7.97465 9.81571 7.62464 8.94308 7.02759Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-triangle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.8948 3.80494C10.3265 4.52083 9.68886 5.62404 8.76459 7.23116L8.40015 7.86485C8.12482 8.34361 7.5135 8.50851 7.03475 8.23318C6.55599 7.95784 6.39108 7.34653 6.66642 6.86777L7.03086 6.23408C7.04528 6.209 7.05967 6.18399 7.074 6.15906C7.94453 4.64529 8.65545 3.40906 9.32844 2.56137C10.0202 1.69008 10.8493 1 12.0002 1C13.1511 1 13.9802 1.69008 14.6719 2.56137C15.3449 3.40906 16.0559 4.6453 16.9264 6.15907L17.334 6.86777C17.6093 7.34653 17.4444 7.95784 16.9656 8.23318C16.4869 8.50851 15.8756 8.34361 15.6002 7.86485L15.2358 7.23116C14.3115 5.62404 13.6739 4.52083 13.1056 3.80494C12.5449 3.09869 12.23 3 12.0002 3C11.7704 3 11.4555 3.09869 10.8948 3.80494ZM18.9971 11.7655C19.4759 11.4902 20.0872 11.6551 20.3625 12.1339L20.7697 12.8418C21.5956 14.2778 22.2736 15.4566 22.6475 16.4173C23.0323 17.4059 23.2069 18.4416 22.6213 19.403C22.0434 20.3518 21.0462 20.6974 19.9814 20.8502C18.9369 21.0001 17.546 21 15.8398 21H15.0002C14.4479 21 14.0002 20.5523 14.0002 20C14.0002 19.4477 14.4479 19 15.0002 19H15.7569C17.5661 19 18.812 18.9975 19.6973 18.8705C20.5793 18.7439 20.8106 18.531 20.9132 18.3626C21.0082 18.2067 21.0916 17.9337 20.7837 17.1428C20.4715 16.3407 19.8726 15.2937 18.9925 13.7634L18.6288 13.131C18.3535 12.6522 18.5184 12.0409 18.9971 11.7655ZM5.00326 11.7655C5.48201 12.0409 5.64692 12.6522 5.37158 13.131L5.00788 13.7634C4.1278 15.2937 3.52887 16.3407 3.21667 17.1428C2.90879 17.9337 2.99222 18.2067 3.08716 18.3626C3.18977 18.531 3.4211 18.7439 4.30305 18.8705C5.1884 18.9975 6.43427 19 8.24347 19H9.00019C9.55247 19 10.0002 19.4477 10.0002 20C10.0002 20.5523 9.55247 21 9.00019 21H8.16054C6.45441 21 5.06352 21.0001 4.01901 20.8502C2.95421 20.6974 1.95698 20.3518 1.37908 19.403C0.793515 18.4416 0.968091 17.4059 1.35288 16.4173C1.72681 15.4566 2.40483 14.2778 3.2307 12.8418L3.63785 12.1339C3.91319 11.6551 4.5245 11.4902 5.00326 11.7655Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17C12.5523 17 13 17.4477 13 18V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V18C11 17.4477 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5273 8.49884C20.8035 8.97713 20.6396 9.58872 20.1613 9.86486L16.6972 11.8649C16.2189 12.141 15.6073 11.9771 15.3312 11.4988C15.055 11.0205 15.2189 10.409 15.6972 10.1328L19.1613 8.13281C19.6396 7.85667 20.2512 8.02055 20.5273 8.49884Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.47266 8.50116C3.7488 8.02287 4.36039 7.85899 4.83868 8.13514L8.30278 10.1351C8.78108 10.4113 8.94495 11.0229 8.66881 11.5012C8.39267 11.9795 7.78108 12.1433 7.30278 11.8672L3.83868 9.86719C3.36039 9.59105 3.19651 8.97945 3.47266 8.50116Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.8948 3.80494C10.3265 4.52083 9.68886 5.62404 8.76459 7.23116L8.40015 7.86485C8.12482 8.34361 7.5135 8.50851 7.03475 8.23318C6.55599 7.95784 6.39108 7.34653 6.66642 6.86777L7.03086 6.23408C7.04528 6.209 7.05967 6.18399 7.074 6.15906C7.94453 4.64529 8.65545 3.40906 9.32844 2.56137C10.0202 1.69008 10.8493 1 12.0002 1C13.1511 1 13.9802 1.69008 14.6719 2.56137C15.3449 3.40906 16.0559 4.6453 16.9264 6.15907L17.334 6.86777C17.6093 7.34653 17.4444 7.95784 16.9656 8.23318C16.4869 8.50851 15.8756 8.34361 15.6002 7.86485L15.2358 7.23116C14.3115 5.62404 13.6739 4.52083 13.1056 3.80494C12.5449 3.09869 12.23 3 12.0002 3C11.7704 3 11.4555 3.09869 10.8948 3.80494ZM18.9971 11.7655C19.4759 11.4902 20.0872 11.6551 20.3625 12.1339L20.7697 12.8418C21.5956 14.2778 22.2736 15.4566 22.6475 16.4173C23.0323 17.4059 23.2069 18.4416 22.6213 19.403C22.0434 20.3518 21.0462 20.6974 19.9814 20.8502C18.9369 21.0001 17.546 21 15.8398 21H15.0002C14.4479 21 14.0002 20.5523 14.0002 20C14.0002 19.4477 14.4479 19 15.0002 19H15.7569C17.5661 19 18.812 18.9975 19.6973 18.8705C20.5793 18.7439 20.8106 18.531 20.9132 18.3626C21.0082 18.2067 21.0916 17.9337 20.7837 17.1428C20.4715 16.3407 19.8726 15.2937 18.9925 13.7634L18.6288 13.131C18.3535 12.6522 18.5184 12.0409 18.9971 11.7655ZM5.00326 11.7655C5.48201 12.0409 5.64692 12.6522 5.37158 13.131L5.00788 13.7634C4.1278 15.2937 3.52887 16.3407 3.21667 17.1428C2.90879 17.9337 2.99222 18.2067 3.08716 18.3626C3.18977 18.531 3.4211 18.7439 4.30305 18.8705C5.1884 18.9975 6.43427 19 8.24347 19H9.00019C9.55247 19 10.0002 19.4477 10.0002 20C10.0002 20.5523 9.55247 21 9.00019 21H8.16054C6.45441 21 5.06352 21.0001 4.01901 20.8502C2.95421 20.6974 1.95698 20.3518 1.37908 19.403C0.793515 18.4416 0.968091 17.4059 1.35288 16.4173C1.72681 15.4566 2.40483 14.2778 3.2307 12.8418L3.63785 12.1339C3.91319 11.6551 4.5245 11.4902 5.00326 11.7655Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17C12.5523 17 13 17.4477 13 18V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V18C11 17.4477 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5273 8.49884C20.8035 8.97713 20.6396 9.58872 20.1613 9.86486L16.6972 11.8649C16.2189 12.141 15.6073 11.9771 15.3312 11.4988C15.055 11.0205 15.2189 10.409 15.6972 10.1328L19.1613 8.13281C19.6396 7.85667 20.2512 8.02055 20.5273 8.49884Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.47266 8.50116C3.7488 8.02287 4.36039 7.85899 4.83868 8.13514L8.30278 10.1351C8.78108 10.4113 8.94495 11.0229 8.66881 11.5012C8.39267 11.9795 7.78108 12.1433 7.30278 11.8672L3.83868 9.86719C3.36039 9.59105 3.19651 8.97945 3.47266 8.50116Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-x-variable-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8.47059 10.0002C9.36489 10.0002 9.5631 10.0141 9.70671 10.0644C9.80712 10.0997 9.88728 10.1451 9.94687 10.1916L9.9474 10.1921C9.95714 10.1996 9.98614 10.2222 10.0511 10.3292C10.1289 10.4572 10.2166 10.6339 10.3706 10.9481L10.8215 11.8679C10.3624 12.4303 9.93427 12.9233 9.49133 13.3063C8.93266 13.7894 8.4589 14.0002 8 14.0002C7.44772 14.0002 7 14.4479 7 15.0002C7 15.5525 7.44772 16.0002 8 16.0002C9.13294 16.0002 10.0571 15.4611 10.7995 14.8191C11.1432 14.5219 11.471 14.182 11.7829 13.8292L11.8336 13.9327L11.8879 14.0439C12.1237 14.5284 12.368 15.0304 12.822 15.385C13.0656 15.5753 13.341 15.7214 13.6312 15.8232C14.1403 16.0019 14.7138 16.0012 15.3894 16.0003L15.5294 16.0002C16.0817 16.0002 16.5294 15.5525 16.5294 15.0002C16.5294 14.4479 16.0817 14.0002 15.5294 14.0002C14.6351 14.0002 14.4369 13.9864 14.2933 13.936C14.1929 13.9008 14.1127 13.8553 14.0531 13.8088L14.0526 13.8084C14.0429 13.8008 14.0139 13.7782 13.9489 13.6713C13.8711 13.5433 13.7834 13.3665 13.6294 13.0524L13.1785 12.1325C13.6376 11.5701 14.0657 11.0772 14.5087 10.6941C15.0673 10.2111 15.5411 10.0002 16 10.0002C16.5523 10.0002 17 9.55251 17 9.00022C17 8.44794 16.5523 8.00022 16 8.00022C14.8671 8.00022 13.9429 8.53938 13.2005 9.1813C12.8568 9.47854 12.529 9.81849 12.2171 10.1712L12.1664 10.0678L12.1121 9.95649L12.1121 9.95649C11.8763 9.47206 11.632 8.97007 11.178 8.61546C10.9344 8.42518 10.659 8.27902 10.3688 8.17723C9.85969 7.99859 9.28619 7.99929 8.61056 8.00011L8.47059 8.00022C7.9183 8.00022 7.47059 8.44794 7.47059 9.00022C7.47059 9.55251 7.9183 10.0002 8.47059 10.0002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM8.47059 10.0002C9.36489 10.0002 9.5631 10.0141 9.70671 10.0644C9.80712 10.0997 9.88728 10.1451 9.94687 10.1916L9.9474 10.1921C9.95714 10.1996 9.98614 10.2222 10.0511 10.3292C10.1289 10.4572 10.2166 10.6339 10.3706 10.9481L10.8215 11.8679C10.3624 12.4303 9.93427 12.9233 9.49133 13.3063C8.93266 13.7894 8.4589 14.0002 8 14.0002C7.44772 14.0002 7 14.4479 7 15.0002C7 15.5525 7.44772 16.0002 8 16.0002C9.13294 16.0002 10.0571 15.4611 10.7995 14.8191C11.1432 14.5219 11.471 14.182 11.7829 13.8292L11.8336 13.9327L11.8879 14.0439C12.1237 14.5284 12.368 15.0304 12.822 15.385C13.0656 15.5753 13.341 15.7214 13.6312 15.8232C14.1403 16.0019 14.7138 16.0012 15.3894 16.0003L15.5294 16.0002C16.0817 16.0002 16.5294 15.5525 16.5294 15.0002C16.5294 14.4479 16.0817 14.0002 15.5294 14.0002C14.6351 14.0002 14.4369 13.9864 14.2933 13.936C14.1929 13.9008 14.1127 13.8553 14.0531 13.8088L14.0526 13.8084C14.0429 13.8008 14.0139 13.7782 13.9489 13.6713C13.8711 13.5433 13.7834 13.3665 13.6294 13.0524L13.1785 12.1325C13.6376 11.5701 14.0657 11.0772 14.5087 10.6941C15.0673 10.2111 15.5411 10.0002 16 10.0002C16.5523 10.0002 17 9.55251 17 9.00022C17 8.44794 16.5523 8.00022 16 8.00022C14.8671 8.00022 13.9429 8.53938 13.2005 9.1813C12.8568 9.47854 12.529 9.81849 12.2171 10.1712L12.1664 10.0678L12.1121 9.95649L12.1121 9.95649C11.8763 9.47206 11.632 8.97007 11.178 8.61546C10.9344 8.42518 10.659 8.27902 10.3688 8.17723C9.85969 7.99859 9.28619 7.99929 8.61056 8.00011L8.47059 8.00022C7.9183 8.00022 7.47059 8.44794 7.47059 9.00022C7.47059 9.55251 7.9183 10.0002 8.47059 10.0002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-x-variable-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM8.47059 10.0002C9.36489 10.0002 9.5631 10.0141 9.70671 10.0644C9.80712 10.0997 9.88782 10.1455 9.9474 10.1921C9.95714 10.1996 9.98614 10.2222 10.0511 10.3292C10.1289 10.4572 10.2166 10.6339 10.3706 10.9481L10.8215 11.8679C10.3624 12.4303 9.93427 12.9233 9.49132 13.3063C8.93266 13.7894 8.4589 14.0002 8 14.0002C7.44772 14.0002 7 14.4479 7 15.0002C7 15.5525 7.44772 16.0002 8 16.0002C9.13294 16.0002 10.0571 15.4611 10.7995 14.8191C11.1432 14.5219 11.471 14.182 11.7829 13.8292C12.0187 14.3136 12.368 15.0304 12.822 15.385C13.0656 15.5753 13.341 15.7214 13.6312 15.8232C14.1403 16.0019 14.8538 16.001 15.5294 16.0002C16.0817 16.0002 16.5294 15.5525 16.5294 15.0002C16.5294 14.4479 16.0817 14.0002 15.5294 14.0002C14.6351 14.0002 14.4369 13.9864 14.2933 13.936C14.1929 13.9008 14.1122 13.8549 14.0526 13.8084C14.0429 13.8008 14.0139 13.7782 13.9489 13.6713C13.8711 13.5433 13.7834 13.3665 13.6294 13.0524L13.1785 12.1325C13.6376 11.5701 14.0657 11.0772 14.5087 10.6941C15.0673 10.2111 15.5411 10.0002 16 10.0002C16.5523 10.0002 17 9.55251 17 9.00022C17 8.44794 16.5523 8.00022 16 8.00022C14.8671 8.00022 13.9429 8.53938 13.2005 9.1813C12.8568 9.47854 12.529 9.81849 12.2171 10.1712C11.9813 9.68681 11.632 8.97007 11.178 8.61546C10.9344 8.42518 10.659 8.27902 10.3688 8.17723C9.85969 7.99859 9.14622 7.9994 8.47059 8.00022C7.9183 8.00022 7.47059 8.44794 7.47059 9.00022C7.47059 9.55251 7.9183 10.0002 8.47059 10.0002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM8.47059 10.0002C9.36489 10.0002 9.5631 10.0141 9.70671 10.0644C9.80712 10.0997 9.88782 10.1455 9.9474 10.1921C9.95714 10.1996 9.98614 10.2222 10.0511 10.3292C10.1289 10.4572 10.2166 10.6339 10.3706 10.9481L10.8215 11.8679C10.3624 12.4303 9.93427 12.9233 9.49132 13.3063C8.93266 13.7894 8.4589 14.0002 8 14.0002C7.44772 14.0002 7 14.4479 7 15.0002C7 15.5525 7.44772 16.0002 8 16.0002C9.13294 16.0002 10.0571 15.4611 10.7995 14.8191C11.1432 14.5219 11.471 14.182 11.7829 13.8292C12.0187 14.3136 12.368 15.0304 12.822 15.385C13.0656 15.5753 13.341 15.7214 13.6312 15.8232C14.1403 16.0019 14.8538 16.001 15.5294 16.0002C16.0817 16.0002 16.5294 15.5525 16.5294 15.0002C16.5294 14.4479 16.0817 14.0002 15.5294 14.0002C14.6351 14.0002 14.4369 13.9864 14.2933 13.936C14.1929 13.9008 14.1122 13.8549 14.0526 13.8084C14.0429 13.8008 14.0139 13.7782 13.9489 13.6713C13.8711 13.5433 13.7834 13.3665 13.6294 13.0524L13.1785 12.1325C13.6376 11.5701 14.0657 11.0772 14.5087 10.6941C15.0673 10.2111 15.5411 10.0002 16 10.0002C16.5523 10.0002 17 9.55251 17 9.00022C17 8.44794 16.5523 8.00022 16 8.00022C14.8671 8.00022 13.9429 8.53938 13.2005 9.1813C12.8568 9.47854 12.529 9.81849 12.2171 10.1712C11.9813 9.68681 11.632 8.97007 11.178 8.61546C10.9344 8.42518 10.659 8.27902 10.3688 8.17723C9.85969 7.99859 9.14622 7.9994 8.47059 8.00022C7.9183 8.00022 7.47059 8.44794 7.47059 9.00022C7.47059 9.55251 7.9183 10.0002 8.47059 10.0002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mathematics-icons-x-variable{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.06548 18.4761C7.7191 20.1254 6.06342 21.5 4 21.5C3.44772 21.5 3 21.0523 3 20.5C3 19.9477 3.44772 19.5 4 19.5C5.12026 19.5 6.2605 18.7496 7.51616 17.2114C8.75257 15.6968 9.91353 13.6538 11.13 11.507L11.1583 11.457C12.3415 9.36884 13.5797 7.1835 14.9345 5.52387C16.2809 3.87456 17.9366 2.5 20 2.5C20.5523 2.5 21 2.94772 21 3.5C21 4.05228 20.5523 4.5 20 4.5C18.8797 4.5 17.7395 5.25044 16.4838 6.78863C15.2474 8.30324 14.0865 10.3462 12.87 12.493L12.8417 12.543C11.6585 14.6312 10.4203 16.8165 9.06548 18.4761Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.81813 4.53893C6.38191 4.50088 5.82593 4.5 5 4.5C4.44772 4.5 4 4.05229 4 3.5C4 2.94772 4.44772 2.5 5 2.5H5.04234H5.04236C5.81516 2.49999 6.45863 2.49997 6.99196 2.5465C7.55325 2.59547 8.06248 2.70022 8.55633 2.94774C9.06031 3.20034 9.51246 3.55019 9.8935 3.97538C10.2604 4.38477 10.5168 4.8546 10.75 5.40281C10.9754 5.93286 11.2029 6.59592 11.4832 7.41271L14.3967 15.9036C14.6917 16.7632 14.8964 17.3581 15.0905 17.8144C15.28 18.26 15.4335 18.5086 15.5959 18.6898C15.8162 18.9356 16.0692 19.1286 16.3398 19.2643C16.5278 19.3585 16.7639 19.4246 17.1819 19.4611C17.6181 19.4991 18.1741 19.5 19 19.5C19.5523 19.5 20 19.9477 20 20.5C20 21.0523 19.5523 21.5 19 21.5H18.9577H18.9576C18.1848 21.5 17.5414 21.5 17.008 21.4535C16.4468 21.4045 15.9375 21.2998 15.4437 21.0523C14.9397 20.7997 14.4875 20.4498 14.1065 20.0246C13.7396 19.6152 13.4832 19.1454 13.25 18.5972C13.0246 18.0671 12.7971 17.4041 12.5168 16.5873L9.6033 8.09641C9.30833 7.2368 9.10356 6.64186 8.90949 6.18557C8.71998 5.73997 8.56653 5.49141 8.40411 5.31018C8.18381 5.06437 7.93079 4.87137 7.66017 4.73573C7.4722 4.64152 7.23611 4.5754 6.81813 4.53893Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.06548 18.4761C7.7191 20.1254 6.06342 21.5 4 21.5C3.44772 21.5 3 21.0523 3 20.5C3 19.9477 3.44772 19.5 4 19.5C5.12026 19.5 6.2605 18.7496 7.51616 17.2114C8.75257 15.6968 9.91353 13.6538 11.13 11.507L11.1583 11.457C12.3415 9.36884 13.5797 7.1835 14.9345 5.52387C16.2809 3.87456 17.9366 2.5 20 2.5C20.5523 2.5 21 2.94772 21 3.5C21 4.05228 20.5523 4.5 20 4.5C18.8797 4.5 17.7395 5.25044 16.4838 6.78863C15.2474 8.30324 14.0865 10.3462 12.87 12.493L12.8417 12.543C11.6585 14.6312 10.4203 16.8165 9.06548 18.4761Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.81813 4.53893C6.38191 4.50088 5.82593 4.5 5 4.5C4.44772 4.5 4 4.05229 4 3.5C4 2.94772 4.44772 2.5 5 2.5H5.04234H5.04236C5.81516 2.49999 6.45863 2.49997 6.99196 2.5465C7.55325 2.59547 8.06248 2.70022 8.55633 2.94774C9.06031 3.20034 9.51246 3.55019 9.8935 3.97538C10.2604 4.38477 10.5168 4.8546 10.75 5.40281C10.9754 5.93286 11.2029 6.59592 11.4832 7.41271L14.3967 15.9036C14.6917 16.7632 14.8964 17.3581 15.0905 17.8144C15.28 18.26 15.4335 18.5086 15.5959 18.6898C15.8162 18.9356 16.0692 19.1286 16.3398 19.2643C16.5278 19.3585 16.7639 19.4246 17.1819 19.4611C17.6181 19.4991 18.1741 19.5 19 19.5C19.5523 19.5 20 19.9477 20 20.5C20 21.0523 19.5523 21.5 19 21.5H18.9577H18.9576C18.1848 21.5 17.5414 21.5 17.008 21.4535C16.4468 21.4045 15.9375 21.2998 15.4437 21.0523C14.9397 20.7997 14.4875 20.4498 14.1065 20.0246C13.7396 19.6152 13.4832 19.1454 13.25 18.5972C13.0246 18.0671 12.7971 17.4041 12.5168 16.5873L9.6033 8.09641C9.30833 7.2368 9.10356 6.64186 8.90949 6.18557C8.71998 5.73997 8.56653 5.49141 8.40411 5.31018C8.18381 5.06437 7.93079 4.87137 7.66017 4.73573C7.4722 4.64152 7.23611 4.5754 6.81813 4.53893Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-backward-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.89529 6.89169L7.80597 6.94911C6.48938 7.79551 5.44302 8.46818 4.6995 9.08364C3.94314 9.70974 3.38505 10.3669 3.20592 11.2202C3.09803 11.7341 3.09803 12.266 3.20592 12.7799C3.38505 13.6331 3.94314 14.2903 4.6995 14.9164C5.44302 15.5319 6.48936 16.2046 7.80594 17.0509L7.89527 17.1084C9.32885 18.03 10.4642 18.7599 11.3906 19.2075C12.3227 19.6578 13.2088 19.9078 14.0838 19.6402C14.5999 19.4824 15.0725 19.2057 15.4673 18.8333C16.1281 18.21 16.3844 17.3146 16.5049 16.257C16.625 15.2028 16.625 13.8137 16.625 12.0509V11.9492C16.625 10.1863 16.625 8.79726 16.5049 7.74307C16.3844 6.68543 16.1281 5.79005 15.4673 5.1668C15.0725 4.79438 14.5999 4.51771 14.0838 4.35989C13.2088 4.09233 12.3227 4.34224 11.3906 4.79259C10.4642 5.24015 9.32886 5.97005 7.89529 6.89169Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.875 4C20.4273 4 20.875 4.44772 20.875 5V19C20.875 19.5523 20.4273 20 19.875 20C19.3227 20 18.875 19.5523 18.875 19V5C18.875 4.44772 19.3227 4 19.875 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.89529 6.89169L7.80597 6.94911C6.48938 7.79551 5.44302 8.46818 4.6995 9.08364C3.94314 9.70974 3.38505 10.3669 3.20592 11.2202C3.09803 11.7341 3.09803 12.266 3.20592 12.7799C3.38505 13.6331 3.94314 14.2903 4.6995 14.9164C5.44302 15.5319 6.48936 16.2046 7.80594 17.0509L7.89527 17.1084C9.32885 18.03 10.4642 18.7599 11.3906 19.2075C12.3227 19.6578 13.2088 19.9078 14.0838 19.6402C14.5999 19.4824 15.0725 19.2057 15.4673 18.8333C16.1281 18.21 16.3844 17.3146 16.5049 16.257C16.625 15.2028 16.625 13.8137 16.625 12.0509V11.9492C16.625 10.1863 16.625 8.79726 16.5049 7.74307C16.3844 6.68543 16.1281 5.79005 15.4673 5.1668C15.0725 4.79438 14.5999 4.51771 14.0838 4.35989C13.2088 4.09233 12.3227 4.34224 11.3906 4.79259C10.4642 5.24015 9.32886 5.97005 7.89529 6.89169Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.875 4C20.4273 4 20.875 4.44772 20.875 5V19C20.875 19.5523 20.4273 20 19.875 20C19.3227 20 18.875 19.5523 18.875 19V5C18.875 4.44772 19.3227 4 19.875 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-backward-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.55591 9.38142C3.04444 8.95368 3.70801 8.47444 4.53474 7.87736L4.53474 7.87736L4.53474 7.87736C5.6695 7.05779 6.6311 6.36329 7.36541 5.93266C8.09833 5.50285 8.79652 5.20916 9.5161 5.25464C10.4636 5.31451 11.3456 5.75989 11.9534 6.48772C12.4158 7.04155 12.5876 7.77819 12.6688 8.62019C12.6875 8.81522 12.702 9.02401 12.7131 9.24699C13.1834 8.8533 13.7935 8.41269 14.5347 7.87736L14.5347 7.87736L14.5348 7.87734C15.6695 7.05778 16.6311 6.36328 17.3654 5.93266C18.0983 5.50285 18.7965 5.20916 19.5161 5.25464C20.4636 5.31451 21.3456 5.75989 21.9534 6.48772C22.4158 7.04155 22.5876 7.77819 22.6688 8.62019C22.75 9.46374 22.75 10.5647 22.75 11.9576V11.9577V12.0423V12.0424C22.75 13.4353 22.75 14.5362 22.6688 15.3798C22.5876 16.2218 22.4158 16.9584 21.9534 17.5123C21.3456 18.2401 20.4636 18.6855 19.5161 18.7454C18.7965 18.7908 18.0983 18.4971 17.3654 18.0673C16.6311 17.6367 15.6695 16.9422 14.5348 16.1227L14.5348 16.1226L14.5347 16.1226C13.7935 15.5873 13.1834 15.1467 12.7131 14.753C12.702 14.976 12.6875 15.1848 12.6688 15.3798C12.5876 16.2218 12.4158 16.9584 11.9534 17.5123C11.3456 18.2401 10.4636 18.6855 9.5161 18.7454C8.79652 18.7908 8.09833 18.4971 7.36541 18.0673C6.63111 17.6367 5.66952 16.9422 4.53479 16.1227L4.53476 16.1226L4.53473 16.1226C3.70801 15.5255 3.04444 15.0463 2.55591 14.6186C2.05802 14.1826 1.66379 13.7355 1.45872 13.1759C1.18043 12.4164 1.18043 11.5836 1.45872 10.8241C1.66379 10.2645 2.05802 9.81736 2.55591 9.38142Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.55591 9.38142C3.04444 8.95368 3.70801 8.47444 4.53474 7.87736L4.53474 7.87736L4.53474 7.87736C5.6695 7.05779 6.6311 6.36329 7.36541 5.93266C8.09833 5.50285 8.79652 5.20916 9.5161 5.25464C10.4636 5.31451 11.3456 5.75989 11.9534 6.48772C12.4158 7.04155 12.5876 7.77819 12.6688 8.62019C12.6875 8.81522 12.702 9.02401 12.7131 9.24699C13.1834 8.8533 13.7935 8.41269 14.5347 7.87736L14.5347 7.87736L14.5348 7.87734C15.6695 7.05778 16.6311 6.36328 17.3654 5.93266C18.0983 5.50285 18.7965 5.20916 19.5161 5.25464C20.4636 5.31451 21.3456 5.75989 21.9534 6.48772C22.4158 7.04155 22.5876 7.77819 22.6688 8.62019C22.75 9.46374 22.75 10.5647 22.75 11.9576V11.9577V12.0423V12.0424C22.75 13.4353 22.75 14.5362 22.6688 15.3798C22.5876 16.2218 22.4158 16.9584 21.9534 17.5123C21.3456 18.2401 20.4636 18.6855 19.5161 18.7454C18.7965 18.7908 18.0983 18.4971 17.3654 18.0673C16.6311 17.6367 15.6695 16.9422 14.5348 16.1227L14.5348 16.1226L14.5347 16.1226C13.7935 15.5873 13.1834 15.1467 12.7131 14.753C12.702 14.976 12.6875 15.1848 12.6688 15.3798C12.5876 16.2218 12.4158 16.9584 11.9534 17.5123C11.3456 18.2401 10.4636 18.6855 9.5161 18.7454C8.79652 18.7908 8.09833 18.4971 7.36541 18.0673C6.63111 17.6367 5.66952 16.9422 4.53479 16.1227L4.53476 16.1226L4.53473 16.1226C3.70801 15.5255 3.04444 15.0463 2.55591 14.6186C2.05802 14.1826 1.66379 13.7355 1.45872 13.1759C1.18043 12.4164 1.18043 11.5836 1.45872 10.8241C1.66379 10.2645 2.05802 9.81736 2.55591 9.38142Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-burning-cd{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.375 5C13.375 4.44772 13.8227 4 14.375 4C18.7933 4 22.375 7.58172 22.375 12C22.375 16.4183 18.7933 20 14.375 20C13.8227 20 13.375 19.5523 13.375 19C13.375 18.4477 13.8227 18 14.375 18C17.6887 18 20.375 15.3137 20.375 12C20.375 8.68629 17.6887 6 14.375 6C13.8227 6 13.375 5.55228 13.375 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.375 15C16.0319 15 17.375 13.6569 17.375 12C17.375 10.3431 16.0319 9 14.375 9V15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4409 1.33147C10.6524 1.24998 9.66082 1.24999 8.41725 1.25H8.41724H8.33277H8.33276C7.08918 1.24999 6.09757 1.24998 5.30908 1.33147C4.50044 1.41503 3.81433 1.59121 3.22393 2.00649C2.94483 2.20281 2.69317 2.4331 2.4762 2.69231C2.00955 3.24978 1.80905 3.90518 1.71515 4.66869C1.62497 5.40194 1.62498 6.31988 1.625 7.45126V7.4513V16.5487V16.5487C1.62498 17.6801 1.62497 18.5981 1.71515 19.3313C1.80905 20.0948 2.00954 20.7502 2.4762 21.3077C2.69317 21.5669 2.94483 21.7972 3.22393 21.9935C3.81433 22.4088 4.50043 22.585 5.30907 22.6685C6.09756 22.75 7.08915 22.75 8.33271 22.75H8.3328H8.41728C9.66084 22.75 10.6524 22.75 11.4409 22.6685C12.2496 22.585 12.9357 22.4088 13.5261 21.9935C13.8052 21.7972 14.0568 21.5669 14.2738 21.3077C14.7405 20.7502 14.941 20.0948 15.0349 19.3313C15.125 18.5981 15.125 17.6801 15.125 16.5487L15.125 7.45132C15.125 6.31991 15.125 5.40196 15.0349 4.66869C14.941 3.90518 14.7405 3.24978 14.2738 2.69231C14.0568 2.4331 13.8052 2.20281 13.5261 2.00649C12.9357 1.59121 12.2496 1.41503 11.4409 1.33147ZM10.375 13.5C10.375 14.0523 10.8227 14.5 11.375 14.5C11.9273 14.5 12.375 14.0523 12.375 13.5V10.5C12.375 9.94771 11.9273 9.5 11.375 9.5C10.8227 9.5 10.375 9.94771 10.375 10.5V13.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.375 5C13.375 4.44772 13.8227 4 14.375 4C18.7933 4 22.375 7.58172 22.375 12C22.375 16.4183 18.7933 20 14.375 20C13.8227 20 13.375 19.5523 13.375 19C13.375 18.4477 13.8227 18 14.375 18C17.6887 18 20.375 15.3137 20.375 12C20.375 8.68629 17.6887 6 14.375 6C13.8227 6 13.375 5.55228 13.375 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.375 15C16.0319 15 17.375 13.6569 17.375 12C17.375 10.3431 16.0319 9 14.375 9V15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4409 1.33147C10.6524 1.24998 9.66082 1.24999 8.41725 1.25H8.41724H8.33277H8.33276C7.08918 1.24999 6.09757 1.24998 5.30908 1.33147C4.50044 1.41503 3.81433 1.59121 3.22393 2.00649C2.94483 2.20281 2.69317 2.4331 2.4762 2.69231C2.00955 3.24978 1.80905 3.90518 1.71515 4.66869C1.62497 5.40194 1.62498 6.31988 1.625 7.45126V7.4513V16.5487V16.5487C1.62498 17.6801 1.62497 18.5981 1.71515 19.3313C1.80905 20.0948 2.00954 20.7502 2.4762 21.3077C2.69317 21.5669 2.94483 21.7972 3.22393 21.9935C3.81433 22.4088 4.50043 22.585 5.30907 22.6685C6.09756 22.75 7.08915 22.75 8.33271 22.75H8.3328H8.41728C9.66084 22.75 10.6524 22.75 11.4409 22.6685C12.2496 22.585 12.9357 22.4088 13.5261 21.9935C13.8052 21.7972 14.0568 21.5669 14.2738 21.3077C14.7405 20.7502 14.941 20.0948 15.0349 19.3313C15.125 18.5981 15.125 17.6801 15.125 16.5487L15.125 7.45132C15.125 6.31991 15.125 5.40196 15.0349 4.66869C14.941 3.90518 14.7405 3.24978 14.2738 2.69231C14.0568 2.4331 13.8052 2.20281 13.5261 2.00649C12.9357 1.59121 12.2496 1.41503 11.4409 1.33147ZM10.375 13.5C10.375 14.0523 10.8227 14.5 11.375 14.5C11.9273 14.5 12.375 14.0523 12.375 13.5V10.5C12.375 9.94771 11.9273 9.5 11.375 9.5C10.8227 9.5 10.375 9.94771 10.375 10.5V13.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-forward-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1047 6.89169L16.194 6.94911C17.5106 7.79551 18.557 8.46818 19.3005 9.08364C20.0569 9.70974 20.6149 10.3669 20.7941 11.2202C20.902 11.7341 20.902 12.266 20.7941 12.7799C20.6149 13.6331 20.0569 14.2903 19.3005 14.9164C18.557 15.5319 17.5106 16.2046 16.1941 17.0509L16.1047 17.1084C14.6711 18.03 13.5358 18.7599 12.6094 19.2075C11.6773 19.6578 10.7912 19.9078 9.91621 19.6402C9.4001 19.4824 8.92749 19.2057 8.53265 18.8333C7.87188 18.21 7.61562 17.3146 7.49511 16.257C7.37498 15.2028 7.37499 13.8137 7.375 12.0509V11.9492C7.37499 10.1863 7.37498 8.79726 7.49511 7.74307C7.61562 6.68543 7.87188 5.79005 8.53265 5.1668C8.92749 4.79438 9.4001 4.51771 9.91621 4.35989C10.7912 4.09233 11.6773 4.34224 12.6094 4.79259C13.5358 5.24015 14.6711 5.97005 16.1047 6.89169Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.125 4C3.57272 4 3.125 4.44772 3.125 5V19C3.125 19.5523 3.57272 20 4.125 20C4.67728 20 5.125 19.5523 5.125 19V5C5.125 4.44772 4.67728 4 4.125 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1047 6.89169L16.194 6.94911C17.5106 7.79551 18.557 8.46818 19.3005 9.08364C20.0569 9.70974 20.6149 10.3669 20.7941 11.2202C20.902 11.7341 20.902 12.266 20.7941 12.7799C20.6149 13.6331 20.0569 14.2903 19.3005 14.9164C18.557 15.5319 17.5106 16.2046 16.1941 17.0509L16.1047 17.1084C14.6711 18.03 13.5358 18.7599 12.6094 19.2075C11.6773 19.6578 10.7912 19.9078 9.91621 19.6402C9.4001 19.4824 8.92749 19.2057 8.53265 18.8333C7.87188 18.21 7.61562 17.3146 7.49511 16.257C7.37498 15.2028 7.37499 13.8137 7.375 12.0509V11.9492C7.37499 10.1863 7.37498 8.79726 7.49511 7.74307C7.61562 6.68543 7.87188 5.79005 8.53265 5.1668C8.92749 4.79438 9.4001 4.51771 9.91621 4.35989C10.7912 4.09233 11.6773 4.34224 12.6094 4.79259C13.5358 5.24015 14.6711 5.97005 16.1047 6.89169Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.125 4C3.57272 4 3.125 4.44772 3.125 5V19C3.125 19.5523 3.57272 20 4.125 20C4.67728 20 5.125 19.5523 5.125 19V5C5.125 4.44772 4.67728 4 4.125 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-forward-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4441 9.38166C20.9556 8.95393 20.292 8.47469 19.4653 7.87761L19.4653 7.8776L19.4653 7.8776C18.3305 7.05803 17.3689 6.36353 16.6346 5.9329C15.9017 5.50309 15.2035 5.20941 14.4839 5.25488C13.5364 5.31475 12.6544 5.76014 12.0466 6.48797C11.5842 7.04179 11.4124 7.77843 11.3312 8.62044C11.3125 8.81547 11.298 9.02426 11.2869 9.24723C10.8166 8.85354 10.2065 8.41294 9.46526 7.87761L9.46526 7.8776L9.46523 7.87759C8.33048 7.05802 7.3689 6.36353 6.63459 5.9329C5.90167 5.50309 5.20348 5.20941 4.4839 5.25488C3.53643 5.31475 2.65444 5.76014 2.04665 6.48797C1.58417 7.04179 1.41236 7.77843 1.33125 8.62044C1.24999 9.46399 1.24999 10.5649 1.25 11.9578V11.9579V12.0426V12.0427C1.24999 13.4355 1.24999 14.5365 1.33125 15.38C1.41236 16.222 1.58417 16.9587 2.04665 17.5125C2.65444 18.2403 3.53643 18.6857 4.4839 18.7456C5.20348 18.7911 5.90167 18.4974 6.63459 18.0676C7.36889 17.637 8.33048 16.9425 9.4652 16.1229L9.46524 16.1229L9.46527 16.1229C10.2065 15.5875 10.8166 15.1469 11.2869 14.7533C11.298 14.9762 11.3125 15.185 11.3312 15.38C11.4124 16.222 11.5842 16.9587 12.0466 17.5125C12.6544 18.2403 13.5364 18.6857 14.4839 18.7456C15.2035 18.7911 15.9017 18.4974 16.6346 18.0676C17.3689 17.637 18.3305 16.9425 19.4652 16.1229L19.4652 16.1229L19.4653 16.1229C20.292 15.5258 20.9556 15.0466 21.4441 14.6188C21.942 14.1829 22.3362 13.7358 22.5413 13.1761C22.8196 12.4166 22.8196 11.5838 22.5413 10.8244C22.3362 10.2647 21.942 9.8176 21.4441 9.38166Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4441 9.38166C20.9556 8.95393 20.292 8.47469 19.4653 7.87761L19.4653 7.8776L19.4653 7.8776C18.3305 7.05803 17.3689 6.36353 16.6346 5.9329C15.9017 5.50309 15.2035 5.20941 14.4839 5.25488C13.5364 5.31475 12.6544 5.76014 12.0466 6.48797C11.5842 7.04179 11.4124 7.77843 11.3312 8.62044C11.3125 8.81547 11.298 9.02426 11.2869 9.24723C10.8166 8.85354 10.2065 8.41294 9.46526 7.87761L9.46526 7.8776L9.46523 7.87759C8.33048 7.05802 7.3689 6.36353 6.63459 5.9329C5.90167 5.50309 5.20348 5.20941 4.4839 5.25488C3.53643 5.31475 2.65444 5.76014 2.04665 6.48797C1.58417 7.04179 1.41236 7.77843 1.33125 8.62044C1.24999 9.46399 1.24999 10.5649 1.25 11.9578V11.9579V12.0426V12.0427C1.24999 13.4355 1.24999 14.5365 1.33125 15.38C1.41236 16.222 1.58417 16.9587 2.04665 17.5125C2.65444 18.2403 3.53643 18.6857 4.4839 18.7456C5.20348 18.7911 5.90167 18.4974 6.63459 18.0676C7.36889 17.637 8.33048 16.9425 9.4652 16.1229L9.46524 16.1229L9.46527 16.1229C10.2065 15.5875 10.8166 15.1469 11.2869 14.7533C11.298 14.9762 11.3125 15.185 11.3312 15.38C11.4124 16.222 11.5842 16.9587 12.0466 17.5125C12.6544 18.2403 13.5364 18.6857 14.4839 18.7456C15.2035 18.7911 15.9017 18.4974 16.6346 18.0676C17.3689 17.637 18.3305 16.9425 19.4652 16.1229L19.4652 16.1229L19.4653 16.1229C20.292 15.5258 20.9556 15.0466 21.4441 14.6188C21.942 14.1829 22.3362 13.7358 22.5413 13.1761C22.8196 12.4166 22.8196 11.5838 22.5413 10.8244C22.3362 10.2647 21.942 9.8176 21.4441 9.38166Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-go-backward-10sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.7955 11.9999C20.7955 16.8575 16.8576 20.7953 12 20.7953C7.1424 20.7953 3.20454 16.8575 3.20454 11.9999C3.20454 9.12296 4.58476 6.56868 6.72329 4.96237C7.15484 4.63822 7.24191 4.0256 6.91776 3.59405C6.59361 3.1625 5.98099 3.07543 5.54943 3.39959C2.94058 5.35917 1.25 8.48224 1.25 11.9999C1.25 17.9369 6.06294 22.7499 12 22.7499C17.9371 22.7499 22.75 17.9369 22.75 11.9999C22.75 6.06282 17.9371 1.24988 12 1.24988C11.8304 1.24988 11.6075 1.2563 11.4398 1.26408C11.167 1.27652 10.8463 1.29114 10.5821 1.35104C10.2453 1.42739 9.80812 1.61919 9.56638 2.11698C9.31515 2.63431 9.4604 3.11191 9.60692 3.41205C9.72828 3.66066 9.92187 3.93133 10.0938 4.17172L11.2048 5.727C11.5023 6.14353 12.0666 6.25652 12.4987 5.99948C12.5203 5.98664 12.5311 5.98021 12.5557 5.9611C12.5803 5.94198 12.5957 5.92655 12.6266 5.89569L14.4061 4.11615C14.6244 3.89784 14.7335 3.78869 14.8835 3.75949C15.0335 3.7303 15.1654 3.78618 15.4291 3.89796C18.583 5.23449 20.7955 8.35881 20.7955 11.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.40044 9.27854C9.33292 8.54245 10.5001 9.32256 10.5001 10.3161L10.5001 15.9997C10.5001 16.552 10.0523 16.9997 9.50005 16.9997C8.94777 16.9997 8.50005 16.552 8.50005 15.9997L8.50005 11.866C8.10306 12.0956 7.58628 12.0278 7.2633 11.6759C6.88984 11.2691 6.91692 10.6365 7.3238 10.263L8.34384 9.32675C8.36211 9.30998 8.38099 9.2939 8.40044 9.27854ZM14.2098 8.99973C14.2232 8.99973 14.2366 8.99973 14.25 8.99973C14.2634 8.99973 14.2768 8.99973 14.2902 8.99973C14.6064 8.99968 14.9142 8.99963 15.1727 9.02593C15.4589 9.05504 15.7933 9.12444 16.1111 9.33679C16.3295 9.48271 16.517 9.67021 16.6629 9.88859C16.8753 10.2064 16.9447 10.5408 16.9738 10.827C17.0001 11.0855 17.0001 11.3933 17 11.7096C17 11.7229 17 11.7363 17 11.7497V14.2497C17 14.2631 17 14.2765 17 14.2899C17.0001 14.6062 17.0001 14.914 16.9738 15.1725C16.9447 15.4586 16.8753 15.7931 16.6629 16.1109C16.517 16.3293 16.3295 16.5168 16.1111 16.6627C15.7933 16.875 15.4589 16.9444 15.1727 16.9735C14.9142 16.9998 14.6064 16.9998 14.2902 16.9997C14.2768 16.9997 14.2634 16.9997 14.25 16.9997C14.2366 16.9997 14.2232 16.9997 14.2098 16.9997C13.8936 16.9998 13.5858 16.9998 13.3273 16.9735C13.0411 16.9444 12.7067 16.875 12.3889 16.6627C12.1705 16.5168 11.983 16.3293 11.8371 16.1109C11.6247 15.7931 11.5553 15.4586 11.5262 15.1725C11.4999 14.914 11.5 14.6062 11.5 14.2899C11.5 14.2765 11.5 14.2631 11.5 14.2497V11.7497C11.5 11.7363 11.5 11.7229 11.5 11.7096C11.5 11.3933 11.4999 11.0855 11.5262 10.827C11.5553 10.5408 11.6247 10.2064 11.8371 9.88859C11.983 9.67021 12.1705 9.48271 12.3889 9.33679C12.7067 9.12444 13.0411 9.05504 13.3273 9.02593C13.5858 8.99963 13.8936 8.99968 14.2098 8.99973ZM13.5173 11.017C13.5168 11.0209 13.5164 11.0251 13.5159 11.0294C13.5012 11.1741 13.5 11.3778 13.5 11.7497V14.2497C13.5 14.6217 13.5012 14.8253 13.5159 14.9701C13.5164 14.9744 13.5168 14.9785 13.5173 14.9825C13.5212 14.9829 13.5254 14.9834 13.5297 14.9838C13.6744 14.9985 13.8781 14.9997 14.25 14.9997C14.6219 14.9997 14.8256 14.9985 14.9703 14.9838C14.9747 14.9834 14.9788 14.9829 14.9828 14.9825C14.9832 14.9785 14.9836 14.9744 14.9841 14.9701C14.9988 14.8253 15 14.6217 15 14.2497V11.7497C15 11.3778 14.9988 11.1741 14.9841 11.0294C14.9836 11.0251 14.9832 11.0209 14.9827 11.017C14.9788 11.0165 14.9747 11.0161 14.9703 11.0157C14.8256 11.0009 14.6219 10.9997 14.25 10.9997C13.8781 10.9997 13.6744 11.0009 13.5297 11.0157C13.5254 11.0161 13.5212 11.0165 13.5173 11.017Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.7955 11.9999C20.7955 16.8575 16.8576 20.7953 12 20.7953C7.1424 20.7953 3.20454 16.8575 3.20454 11.9999C3.20454 9.12296 4.58476 6.56868 6.72329 4.96237C7.15484 4.63822 7.24191 4.0256 6.91776 3.59405C6.59361 3.1625 5.98099 3.07543 5.54943 3.39959C2.94058 5.35917 1.25 8.48224 1.25 11.9999C1.25 17.9369 6.06294 22.7499 12 22.7499C17.9371 22.7499 22.75 17.9369 22.75 11.9999C22.75 6.06282 17.9371 1.24988 12 1.24988C11.8304 1.24988 11.6075 1.2563 11.4398 1.26408C11.167 1.27652 10.8463 1.29114 10.5821 1.35104C10.2453 1.42739 9.80812 1.61919 9.56638 2.11698C9.31515 2.63431 9.4604 3.11191 9.60692 3.41205C9.72828 3.66066 9.92187 3.93133 10.0938 4.17172L11.2048 5.727C11.5023 6.14353 12.0666 6.25652 12.4987 5.99948C12.5203 5.98664 12.5311 5.98021 12.5557 5.9611C12.5803 5.94198 12.5957 5.92655 12.6266 5.89569L14.4061 4.11615C14.6244 3.89784 14.7335 3.78869 14.8835 3.75949C15.0335 3.7303 15.1654 3.78618 15.4291 3.89796C18.583 5.23449 20.7955 8.35881 20.7955 11.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.40044 9.27854C9.33292 8.54245 10.5001 9.32256 10.5001 10.3161L10.5001 15.9997C10.5001 16.552 10.0523 16.9997 9.50005 16.9997C8.94777 16.9997 8.50005 16.552 8.50005 15.9997L8.50005 11.866C8.10306 12.0956 7.58628 12.0278 7.2633 11.6759C6.88984 11.2691 6.91692 10.6365 7.3238 10.263L8.34384 9.32675C8.36211 9.30998 8.38099 9.2939 8.40044 9.27854ZM14.2098 8.99973C14.2232 8.99973 14.2366 8.99973 14.25 8.99973C14.2634 8.99973 14.2768 8.99973 14.2902 8.99973C14.6064 8.99968 14.9142 8.99963 15.1727 9.02593C15.4589 9.05504 15.7933 9.12444 16.1111 9.33679C16.3295 9.48271 16.517 9.67021 16.6629 9.88859C16.8753 10.2064 16.9447 10.5408 16.9738 10.827C17.0001 11.0855 17.0001 11.3933 17 11.7096C17 11.7229 17 11.7363 17 11.7497V14.2497C17 14.2631 17 14.2765 17 14.2899C17.0001 14.6062 17.0001 14.914 16.9738 15.1725C16.9447 15.4586 16.8753 15.7931 16.6629 16.1109C16.517 16.3293 16.3295 16.5168 16.1111 16.6627C15.7933 16.875 15.4589 16.9444 15.1727 16.9735C14.9142 16.9998 14.6064 16.9998 14.2902 16.9997C14.2768 16.9997 14.2634 16.9997 14.25 16.9997C14.2366 16.9997 14.2232 16.9997 14.2098 16.9997C13.8936 16.9998 13.5858 16.9998 13.3273 16.9735C13.0411 16.9444 12.7067 16.875 12.3889 16.6627C12.1705 16.5168 11.983 16.3293 11.8371 16.1109C11.6247 15.7931 11.5553 15.4586 11.5262 15.1725C11.4999 14.914 11.5 14.6062 11.5 14.2899C11.5 14.2765 11.5 14.2631 11.5 14.2497V11.7497C11.5 11.7363 11.5 11.7229 11.5 11.7096C11.5 11.3933 11.4999 11.0855 11.5262 10.827C11.5553 10.5408 11.6247 10.2064 11.8371 9.88859C11.983 9.67021 12.1705 9.48271 12.3889 9.33679C12.7067 9.12444 13.0411 9.05504 13.3273 9.02593C13.5858 8.99963 13.8936 8.99968 14.2098 8.99973ZM13.5173 11.017C13.5168 11.0209 13.5164 11.0251 13.5159 11.0294C13.5012 11.1741 13.5 11.3778 13.5 11.7497V14.2497C13.5 14.6217 13.5012 14.8253 13.5159 14.9701C13.5164 14.9744 13.5168 14.9785 13.5173 14.9825C13.5212 14.9829 13.5254 14.9834 13.5297 14.9838C13.6744 14.9985 13.8781 14.9997 14.25 14.9997C14.6219 14.9997 14.8256 14.9985 14.9703 14.9838C14.9747 14.9834 14.9788 14.9829 14.9828 14.9825C14.9832 14.9785 14.9836 14.9744 14.9841 14.9701C14.9988 14.8253 15 14.6217 15 14.2497V11.7497C15 11.3778 14.9988 11.1741 14.9841 11.0294C14.9836 11.0251 14.9832 11.0209 14.9827 11.017C14.9788 11.0165 14.9747 11.0161 14.9703 11.0157C14.8256 11.0009 14.6219 10.9997 14.25 10.9997C13.8781 10.9997 13.6744 11.0009 13.5297 11.0157C13.5254 11.0161 13.5212 11.0165 13.5173 11.017Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-go-backward-15sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.7955 12.0001C20.7955 16.8577 16.8576 20.7956 12 20.7956C7.1424 20.7956 3.20454 16.8577 3.20454 12.0001C3.20454 9.1232 4.58476 6.56893 6.72329 4.96262C7.15484 4.63847 7.24191 4.02585 6.91776 3.5943C6.59361 3.16274 5.98099 3.07568 5.54943 3.39983C2.94058 5.35942 1.25 8.48248 1.25 12.0001C1.25 17.9372 6.06294 22.7501 12 22.7501C17.9371 22.7501 22.75 17.9372 22.75 12.0001C22.75 6.06306 17.9371 1.25012 12 1.25012C11.8304 1.25012 11.6075 1.25654 11.4398 1.26433C11.167 1.27676 10.8463 1.29139 10.5821 1.35128C10.2453 1.42763 9.80812 1.61943 9.56638 2.11722C9.31515 2.63455 9.4604 3.11216 9.60692 3.4123C9.72828 3.66091 9.92187 3.93157 10.0938 4.17196L11.2048 5.72725C11.5023 6.14377 12.0666 6.25676 12.4987 5.99973C12.5203 5.98688 12.5311 5.98046 12.5557 5.96134C12.5803 5.94223 12.5957 5.9268 12.6266 5.89593L14.4061 4.11639C14.6244 3.89809 14.7335 3.78893 14.8835 3.75974C15.0335 3.73054 15.1654 3.78643 15.4291 3.8982C18.583 5.23474 20.7955 8.35906 20.7955 12.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.40044 8.77879C9.33292 8.04269 10.5001 8.8228 10.5001 9.81631L10.5001 16C10.5001 16.5523 10.0523 17 9.50005 17C8.94777 17 8.50005 16.5523 8.50005 16L8.50005 11.3662C8.10306 11.5959 7.58628 11.5281 7.2633 11.1762C6.88984 10.7693 6.91692 10.1367 7.3238 9.76326L8.34384 8.82699C8.36211 8.81023 8.38099 8.79415 8.40044 8.77879ZM11.8801 9.7414C12.0057 9.02364 12.6289 8.49997 13.3576 8.49997H16C16.5523 8.49997 17 8.94769 17 9.49997C17 10.0523 16.5523 10.5 16 10.5H13.7923L13.7005 11.1497C14.127 11.1146 14.5586 11.1447 14.9803 11.2411C16.162 11.5112 17 12.5624 17 13.7745V14.25C17 15.7688 15.7688 17 14.25 17H13.5C12.3954 17 11.5 16.1045 11.5 15C11.5 14.4477 11.9477 14 12.5 14C13.0523 14 13.5 14.4477 13.5 15H14.25C14.6642 15 15 14.6642 15 14.25V13.7745C15 13.4953 14.8069 13.2531 14.5347 13.1908C14.1112 13.094 13.6686 13.1249 13.2627 13.2795L12.856 13.4345C12.5254 13.5604 12.1528 13.5023 11.8763 13.2816C11.5997 13.0609 11.4604 12.7105 11.5098 12.3602L11.8749 9.774C11.8764 9.76311 11.8782 9.75224 11.8801 9.7414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.7955 12.0001C20.7955 16.8577 16.8576 20.7956 12 20.7956C7.1424 20.7956 3.20454 16.8577 3.20454 12.0001C3.20454 9.1232 4.58476 6.56893 6.72329 4.96262C7.15484 4.63847 7.24191 4.02585 6.91776 3.5943C6.59361 3.16274 5.98099 3.07568 5.54943 3.39983C2.94058 5.35942 1.25 8.48248 1.25 12.0001C1.25 17.9372 6.06294 22.7501 12 22.7501C17.9371 22.7501 22.75 17.9372 22.75 12.0001C22.75 6.06306 17.9371 1.25012 12 1.25012C11.8304 1.25012 11.6075 1.25654 11.4398 1.26433C11.167 1.27676 10.8463 1.29139 10.5821 1.35128C10.2453 1.42763 9.80812 1.61943 9.56638 2.11722C9.31515 2.63455 9.4604 3.11216 9.60692 3.4123C9.72828 3.66091 9.92187 3.93157 10.0938 4.17196L11.2048 5.72725C11.5023 6.14377 12.0666 6.25676 12.4987 5.99973C12.5203 5.98688 12.5311 5.98046 12.5557 5.96134C12.5803 5.94223 12.5957 5.9268 12.6266 5.89593L14.4061 4.11639C14.6244 3.89809 14.7335 3.78893 14.8835 3.75974C15.0335 3.73054 15.1654 3.78643 15.4291 3.8982C18.583 5.23474 20.7955 8.35906 20.7955 12.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.40044 8.77879C9.33292 8.04269 10.5001 8.8228 10.5001 9.81631L10.5001 16C10.5001 16.5523 10.0523 17 9.50005 17C8.94777 17 8.50005 16.5523 8.50005 16L8.50005 11.3662C8.10306 11.5959 7.58628 11.5281 7.2633 11.1762C6.88984 10.7693 6.91692 10.1367 7.3238 9.76326L8.34384 8.82699C8.36211 8.81023 8.38099 8.79415 8.40044 8.77879ZM11.8801 9.7414C12.0057 9.02364 12.6289 8.49997 13.3576 8.49997H16C16.5523 8.49997 17 8.94769 17 9.49997C17 10.0523 16.5523 10.5 16 10.5H13.7923L13.7005 11.1497C14.127 11.1146 14.5586 11.1447 14.9803 11.2411C16.162 11.5112 17 12.5624 17 13.7745V14.25C17 15.7688 15.7688 17 14.25 17H13.5C12.3954 17 11.5 16.1045 11.5 15C11.5 14.4477 11.9477 14 12.5 14C13.0523 14 13.5 14.4477 13.5 15H14.25C14.6642 15 15 14.6642 15 14.25V13.7745C15 13.4953 14.8069 13.2531 14.5347 13.1908C14.1112 13.094 13.6686 13.1249 13.2627 13.2795L12.856 13.4345C12.5254 13.5604 12.1528 13.5023 11.8763 13.2816C11.5997 13.0609 11.4604 12.7105 11.5098 12.3602L11.8749 9.774C11.8764 9.76311 11.8782 9.75224 11.8801 9.7414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-go-backward-30sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.7955 12.0002C20.7955 16.8578 16.8576 20.7957 12 20.7957C7.1424 20.7957 3.20454 16.8578 3.20454 12.0002C3.20454 9.12332 4.58476 6.56905 6.72329 4.96274C7.15484 4.63859 7.24191 4.02597 6.91776 3.59442C6.59361 3.16287 5.98099 3.0758 5.54943 3.39995C2.94058 5.35954 1.25 8.4826 1.25 12.0002C1.25 17.9373 6.06294 22.7502 12 22.7502C17.9371 22.7502 22.75 17.9373 22.75 12.0002C22.75 6.06318 17.9371 1.25024 12 1.25024C11.8304 1.25024 11.6075 1.25666 11.4398 1.26445C11.167 1.27689 10.8463 1.29151 10.5821 1.3514C10.2453 1.42776 9.80812 1.61955 9.56638 2.11735C9.31515 2.63467 9.4604 3.11228 9.60692 3.41242C9.72828 3.66103 9.92187 3.9317 10.0938 4.17209L11.2048 5.72737C11.5023 6.14389 12.0666 6.25689 12.4987 5.99985C12.5203 5.987 12.5311 5.98058 12.5557 5.96146C12.5803 5.94235 12.5957 5.92692 12.6266 5.89605L14.4061 4.11652C14.6244 3.89821 14.7335 3.78906 14.8835 3.75986C15.0335 3.73066 15.1654 3.78655 15.4291 3.89832C18.583 5.23486 20.7955 8.35918 20.7955 12.0002Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1934 9.0005C15.2068 9.00051 15.2202 9.00051 15.2336 9.00051C15.247 9.00051 15.2604 9.00051 15.2737 9.0005C15.59 9.00046 15.8978 9.00041 16.1563 9.02671C16.4425 9.05582 16.7769 9.12522 17.0947 9.33757C17.3131 9.48349 17.5006 9.67099 17.6465 9.88937C17.8588 10.2072 17.9282 10.5416 17.9574 10.8278C17.9837 11.0863 17.9836 11.3941 17.9836 11.7103C17.9836 11.7237 17.9836 11.7505 17.9836 11.7505V14.2505C17.9836 14.2639 17.9836 14.2773 17.9836 14.2907C17.9836 14.6069 17.9837 14.9147 17.9574 15.1733C17.9282 15.4594 17.8588 15.7938 17.6465 16.1116C17.5006 16.33 17.3131 16.5175 17.0947 16.6634C16.7769 16.8758 16.4425 16.9452 16.1563 16.9743C15.8978 17.0006 15.59 17.0006 15.2737 17.0005C15.2603 17.0005 15.247 17.0005 15.2336 17.0005C15.2202 17.0005 15.2068 17.0005 15.1934 17.0005C14.8771 17.0006 14.5693 17.0006 14.3108 16.9743C14.0247 16.9452 13.6902 16.8758 13.3724 16.6634C13.154 16.5175 12.9665 16.33 12.8206 16.1116C12.6083 15.7938 12.5389 15.4594 12.5098 15.1733C12.4835 14.9147 12.4835 14.6069 12.4836 14.2907C12.4836 14.2773 12.4836 14.2639 12.4836 14.2505V11.7505C12.4836 11.7371 12.4836 11.7237 12.4836 11.7103C12.4835 11.3941 12.4835 11.0863 12.5098 10.8278C12.5389 10.5416 12.6083 10.2072 12.8206 9.88937C12.9665 9.67099 13.154 9.48349 13.3724 9.33757C13.6902 9.12522 14.0247 9.05582 14.3108 9.02671C14.5693 9.00041 14.8771 9.00046 15.1934 9.0005ZM14.5008 11.0178C14.5004 11.0217 14.4999 11.0259 14.4995 11.0302C14.4848 11.1749 14.4836 11.3786 14.4836 11.7505V14.2505C14.4836 14.6224 14.4848 14.8261 14.4995 14.9708C14.4999 14.9752 14.5004 14.9793 14.5008 14.9833C14.5048 14.9837 14.5089 14.9841 14.5132 14.9846C14.658 14.9993 14.8616 15.0005 15.2336 15.0005C15.6055 15.0005 15.8092 14.9993 15.9539 14.9846C15.9582 14.9841 15.9623 14.9837 15.9663 14.9833C15.9667 14.9793 15.9672 14.9752 15.9676 14.9708C15.9823 14.8261 15.9836 14.6224 15.9836 14.2505V11.7505C15.9836 11.3786 15.9823 11.1749 15.9676 11.0302C15.9672 11.0259 15.9667 11.0217 15.9663 11.0178C15.9623 11.0173 15.9582 11.0169 15.9539 11.0164C15.8092 11.0017 15.6055 11.0005 15.2336 11.0005C14.8616 11.0005 14.658 11.0017 14.5132 11.0164C14.5089 11.0169 14.5048 11.0173 14.5008 11.0178ZM6.89551 9.46008C7.35036 9.12441 7.88682 9.00025 8.36996 9.00025H9.14734C9.63049 9.00025 10.1669 9.12441 10.6218 9.46008C11.0988 9.81211 11.4125 10.3447 11.4907 10.9996C11.5291 11.3213 11.5291 11.6792 11.4907 12.0009C11.4475 12.3629 11.3202 12.7049 11.1282 13.0003C11.3202 13.2956 11.4475 13.6376 11.4907 13.9996C11.5291 14.3213 11.5291 14.6792 11.4907 15.0009C11.4125 15.6558 11.0988 16.1884 10.6218 16.5404C10.1669 16.8761 9.63049 17.0003 9.14734 17.0003H8.36996C7.88682 17.0003 7.35036 16.8761 6.89551 16.5404C6.41849 16.1884 6.10478 15.6558 6.02658 15.0009C5.96111 14.4525 6.35258 13.9549 6.90097 13.8894C7.44936 13.8239 7.947 14.2154 8.01248 14.7638C8.02142 14.8387 8.03917 14.8766 8.04825 14.8924C8.05715 14.908 8.06742 14.9196 8.08309 14.9312C8.1196 14.9581 8.21148 15.0003 8.36996 15.0003L9.14734 15.0003C9.30583 15.0003 9.3977 14.9581 9.43422 14.9312C9.44989 14.9196 9.46016 14.908 9.46906 14.8924C9.47813 14.8766 9.49589 14.8387 9.50483 14.7638C9.52443 14.5996 9.52443 14.4009 9.50483 14.2367C9.49416 14.1473 9.45484 14.0817 9.4128 14.0418C9.39188 14.0219 9.37286 14.0109 9.35977 14.0054C9.35338 14.0027 9.34869 14.0014 9.34586 14.0008C9.3431 14.0002 9.34169 14.0003 9.34169 14.0003H9.27233C8.72005 14.0003 8.27233 13.5525 8.27233 13.0003C8.27233 12.448 8.72005 12.0003 9.27233 12.0003H9.34169C9.34169 12.0003 9.3431 12.0003 9.34586 11.9997C9.34869 11.9991 9.35338 11.9978 9.35977 11.9951C9.37286 11.9896 9.39188 11.9786 9.4128 11.9587C9.45484 11.9188 9.49416 11.8532 9.50483 11.7638C9.52443 11.5996 9.52443 11.4009 9.50483 11.2367C9.49589 11.1618 9.47813 11.1239 9.46906 11.1081C9.46016 11.0925 9.44989 11.0809 9.43422 11.0693C9.3977 11.0424 9.30583 11.0003 9.14734 11.0003H8.36996C8.21148 11.0003 8.1196 11.0424 8.08309 11.0693C8.06742 11.0809 8.05715 11.0925 8.04825 11.1081C8.03917 11.1239 8.02142 11.1618 8.01248 11.2367C7.947 11.7851 7.44936 12.1766 6.90097 12.1111C6.35258 12.0456 5.96111 11.548 6.02658 10.9996C6.10478 10.3447 6.41849 9.81211 6.89551 9.46008Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.7955 12.0002C20.7955 16.8578 16.8576 20.7957 12 20.7957C7.1424 20.7957 3.20454 16.8578 3.20454 12.0002C3.20454 9.12332 4.58476 6.56905 6.72329 4.96274C7.15484 4.63859 7.24191 4.02597 6.91776 3.59442C6.59361 3.16287 5.98099 3.0758 5.54943 3.39995C2.94058 5.35954 1.25 8.4826 1.25 12.0002C1.25 17.9373 6.06294 22.7502 12 22.7502C17.9371 22.7502 22.75 17.9373 22.75 12.0002C22.75 6.06318 17.9371 1.25024 12 1.25024C11.8304 1.25024 11.6075 1.25666 11.4398 1.26445C11.167 1.27689 10.8463 1.29151 10.5821 1.3514C10.2453 1.42776 9.80812 1.61955 9.56638 2.11735C9.31515 2.63467 9.4604 3.11228 9.60692 3.41242C9.72828 3.66103 9.92187 3.9317 10.0938 4.17209L11.2048 5.72737C11.5023 6.14389 12.0666 6.25689 12.4987 5.99985C12.5203 5.987 12.5311 5.98058 12.5557 5.96146C12.5803 5.94235 12.5957 5.92692 12.6266 5.89605L14.4061 4.11652C14.6244 3.89821 14.7335 3.78906 14.8835 3.75986C15.0335 3.73066 15.1654 3.78655 15.4291 3.89832C18.583 5.23486 20.7955 8.35918 20.7955 12.0002Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1934 9.0005C15.2068 9.00051 15.2202 9.00051 15.2336 9.00051C15.247 9.00051 15.2604 9.00051 15.2737 9.0005C15.59 9.00046 15.8978 9.00041 16.1563 9.02671C16.4425 9.05582 16.7769 9.12522 17.0947 9.33757C17.3131 9.48349 17.5006 9.67099 17.6465 9.88937C17.8588 10.2072 17.9282 10.5416 17.9574 10.8278C17.9837 11.0863 17.9836 11.3941 17.9836 11.7103C17.9836 11.7237 17.9836 11.7505 17.9836 11.7505V14.2505C17.9836 14.2639 17.9836 14.2773 17.9836 14.2907C17.9836 14.6069 17.9837 14.9147 17.9574 15.1733C17.9282 15.4594 17.8588 15.7938 17.6465 16.1116C17.5006 16.33 17.3131 16.5175 17.0947 16.6634C16.7769 16.8758 16.4425 16.9452 16.1563 16.9743C15.8978 17.0006 15.59 17.0006 15.2737 17.0005C15.2603 17.0005 15.247 17.0005 15.2336 17.0005C15.2202 17.0005 15.2068 17.0005 15.1934 17.0005C14.8771 17.0006 14.5693 17.0006 14.3108 16.9743C14.0247 16.9452 13.6902 16.8758 13.3724 16.6634C13.154 16.5175 12.9665 16.33 12.8206 16.1116C12.6083 15.7938 12.5389 15.4594 12.5098 15.1733C12.4835 14.9147 12.4835 14.6069 12.4836 14.2907C12.4836 14.2773 12.4836 14.2639 12.4836 14.2505V11.7505C12.4836 11.7371 12.4836 11.7237 12.4836 11.7103C12.4835 11.3941 12.4835 11.0863 12.5098 10.8278C12.5389 10.5416 12.6083 10.2072 12.8206 9.88937C12.9665 9.67099 13.154 9.48349 13.3724 9.33757C13.6902 9.12522 14.0247 9.05582 14.3108 9.02671C14.5693 9.00041 14.8771 9.00046 15.1934 9.0005ZM14.5008 11.0178C14.5004 11.0217 14.4999 11.0259 14.4995 11.0302C14.4848 11.1749 14.4836 11.3786 14.4836 11.7505V14.2505C14.4836 14.6224 14.4848 14.8261 14.4995 14.9708C14.4999 14.9752 14.5004 14.9793 14.5008 14.9833C14.5048 14.9837 14.5089 14.9841 14.5132 14.9846C14.658 14.9993 14.8616 15.0005 15.2336 15.0005C15.6055 15.0005 15.8092 14.9993 15.9539 14.9846C15.9582 14.9841 15.9623 14.9837 15.9663 14.9833C15.9667 14.9793 15.9672 14.9752 15.9676 14.9708C15.9823 14.8261 15.9836 14.6224 15.9836 14.2505V11.7505C15.9836 11.3786 15.9823 11.1749 15.9676 11.0302C15.9672 11.0259 15.9667 11.0217 15.9663 11.0178C15.9623 11.0173 15.9582 11.0169 15.9539 11.0164C15.8092 11.0017 15.6055 11.0005 15.2336 11.0005C14.8616 11.0005 14.658 11.0017 14.5132 11.0164C14.5089 11.0169 14.5048 11.0173 14.5008 11.0178ZM6.89551 9.46008C7.35036 9.12441 7.88682 9.00025 8.36996 9.00025H9.14734C9.63049 9.00025 10.1669 9.12441 10.6218 9.46008C11.0988 9.81211 11.4125 10.3447 11.4907 10.9996C11.5291 11.3213 11.5291 11.6792 11.4907 12.0009C11.4475 12.3629 11.3202 12.7049 11.1282 13.0003C11.3202 13.2956 11.4475 13.6376 11.4907 13.9996C11.5291 14.3213 11.5291 14.6792 11.4907 15.0009C11.4125 15.6558 11.0988 16.1884 10.6218 16.5404C10.1669 16.8761 9.63049 17.0003 9.14734 17.0003H8.36996C7.88682 17.0003 7.35036 16.8761 6.89551 16.5404C6.41849 16.1884 6.10478 15.6558 6.02658 15.0009C5.96111 14.4525 6.35258 13.9549 6.90097 13.8894C7.44936 13.8239 7.947 14.2154 8.01248 14.7638C8.02142 14.8387 8.03917 14.8766 8.04825 14.8924C8.05715 14.908 8.06742 14.9196 8.08309 14.9312C8.1196 14.9581 8.21148 15.0003 8.36996 15.0003L9.14734 15.0003C9.30583 15.0003 9.3977 14.9581 9.43422 14.9312C9.44989 14.9196 9.46016 14.908 9.46906 14.8924C9.47813 14.8766 9.49589 14.8387 9.50483 14.7638C9.52443 14.5996 9.52443 14.4009 9.50483 14.2367C9.49416 14.1473 9.45484 14.0817 9.4128 14.0418C9.39188 14.0219 9.37286 14.0109 9.35977 14.0054C9.35338 14.0027 9.34869 14.0014 9.34586 14.0008C9.3431 14.0002 9.34169 14.0003 9.34169 14.0003H9.27233C8.72005 14.0003 8.27233 13.5525 8.27233 13.0003C8.27233 12.448 8.72005 12.0003 9.27233 12.0003H9.34169C9.34169 12.0003 9.3431 12.0003 9.34586 11.9997C9.34869 11.9991 9.35338 11.9978 9.35977 11.9951C9.37286 11.9896 9.39188 11.9786 9.4128 11.9587C9.45484 11.9188 9.49416 11.8532 9.50483 11.7638C9.52443 11.5996 9.52443 11.4009 9.50483 11.2367C9.49589 11.1618 9.47813 11.1239 9.46906 11.1081C9.46016 11.0925 9.44989 11.0809 9.43422 11.0693C9.3977 11.0424 9.30583 11.0003 9.14734 11.0003H8.36996C8.21148 11.0003 8.1196 11.0424 8.08309 11.0693C8.06742 11.0809 8.05715 11.0925 8.04825 11.1081C8.03917 11.1239 8.02142 11.1618 8.01248 11.2367C7.947 11.7851 7.44936 12.1766 6.90097 12.1111C6.35258 12.0456 5.96111 11.548 6.02658 10.9996C6.10478 10.3447 6.41849 9.81211 6.89551 9.46008Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-go-backward-5sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.7955 12C20.7955 16.8576 16.8576 20.7955 12 20.7955C7.1424 20.7955 3.20454 16.8576 3.20454 12C3.20454 9.12308 4.58476 6.56881 6.72329 4.9625C7.15484 4.63835 7.24191 4.02573 6.91776 3.59417C6.59361 3.16262 5.98099 3.07556 5.54943 3.39971C2.94058 5.3593 1.25 8.48236 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C11.8304 1.25 11.6075 1.25642 11.4398 1.26421C11.167 1.27664 10.8463 1.29127 10.5821 1.35116C10.2453 1.42751 9.80812 1.61931 9.56638 2.1171C9.31515 2.63443 9.4604 3.11204 9.60692 3.41217C9.72828 3.66078 9.92187 3.93145 10.0938 4.17184L11.2048 5.72712C11.5023 6.14365 12.0666 6.25664 12.4987 5.9996C12.5203 5.98676 12.5311 5.98034 12.5557 5.96122C12.5803 5.94211 12.5957 5.92667 12.6266 5.89581L14.4061 4.11627C14.6244 3.89797 14.7335 3.78881 14.8835 3.75961C15.0335 3.73042 15.1654 3.7863 15.4291 3.89808C18.583 5.23461 20.7955 8.35893 20.7955 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.43905 9.70583C9.57927 9.00469 10.1949 8.5 10.9099 8.5H14C14.5523 8.5 15 8.94772 15 9.5C15 10.0523 14.5523 10.5 14 10.5H11.336L11.2212 11.2105C11.4952 11.1695 11.7803 11.1429 12.0714 11.1429C13.6888 11.1429 15 12.454 15 14.0714C15 15.6888 13.6888 17 12.0714 17C12.0474 17 12.0221 17.0001 11.9958 17.0001C11.6253 17.0011 11.0416 17.0026 10.5186 16.8324C10.2147 16.7336 9.89078 16.5668 9.6143 16.2822C9.33372 15.9934 9.14993 15.6323 9.05667 15.2213C8.93445 14.6827 9.27199 14.147 9.81059 14.0248C10.3492 13.9026 10.8849 14.2401 11.0071 14.7787C11.0189 14.8307 11.0316 14.8594 11.0385 14.8725C11.0449 14.8849 11.0487 14.8885 11.0489 14.8887C11.0494 14.8892 11.0532 14.8931 11.0648 14.9C11.0773 14.9073 11.1 14.9184 11.1373 14.9305C11.217 14.9565 11.3338 14.9776 11.5034 14.9891C11.6665 15.0001 11.8367 15 12.0407 15C12.0509 15 12.0611 15 12.0714 15C12.5843 15 13 14.5843 13 14.0714C13 13.5586 12.5843 13.1429 12.0714 13.1429C11.5888 13.1429 11.1454 13.2508 10.5543 13.3948C10.4516 13.4199 10.3443 13.446 10.2316 13.4728C9.90653 13.5502 9.56425 13.4601 9.31941 13.2326C9.07456 13.0052 8.95952 12.6705 9.01281 12.3406L9.43242 9.7425C9.4344 9.73023 9.43661 9.71801 9.43905 9.70583Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.7955 12C20.7955 16.8576 16.8576 20.7955 12 20.7955C7.1424 20.7955 3.20454 16.8576 3.20454 12C3.20454 9.12308 4.58476 6.56881 6.72329 4.9625C7.15484 4.63835 7.24191 4.02573 6.91776 3.59417C6.59361 3.16262 5.98099 3.07556 5.54943 3.39971C2.94058 5.3593 1.25 8.48236 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C11.8304 1.25 11.6075 1.25642 11.4398 1.26421C11.167 1.27664 10.8463 1.29127 10.5821 1.35116C10.2453 1.42751 9.80812 1.61931 9.56638 2.1171C9.31515 2.63443 9.4604 3.11204 9.60692 3.41217C9.72828 3.66078 9.92187 3.93145 10.0938 4.17184L11.2048 5.72712C11.5023 6.14365 12.0666 6.25664 12.4987 5.9996C12.5203 5.98676 12.5311 5.98034 12.5557 5.96122C12.5803 5.94211 12.5957 5.92667 12.6266 5.89581L14.4061 4.11627C14.6244 3.89797 14.7335 3.78881 14.8835 3.75961C15.0335 3.73042 15.1654 3.7863 15.4291 3.89808C18.583 5.23461 20.7955 8.35893 20.7955 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.43905 9.70583C9.57927 9.00469 10.1949 8.5 10.9099 8.5H14C14.5523 8.5 15 8.94772 15 9.5C15 10.0523 14.5523 10.5 14 10.5H11.336L11.2212 11.2105C11.4952 11.1695 11.7803 11.1429 12.0714 11.1429C13.6888 11.1429 15 12.454 15 14.0714C15 15.6888 13.6888 17 12.0714 17C12.0474 17 12.0221 17.0001 11.9958 17.0001C11.6253 17.0011 11.0416 17.0026 10.5186 16.8324C10.2147 16.7336 9.89078 16.5668 9.6143 16.2822C9.33372 15.9934 9.14993 15.6323 9.05667 15.2213C8.93445 14.6827 9.27199 14.147 9.81059 14.0248C10.3492 13.9026 10.8849 14.2401 11.0071 14.7787C11.0189 14.8307 11.0316 14.8594 11.0385 14.8725C11.0449 14.8849 11.0487 14.8885 11.0489 14.8887C11.0494 14.8892 11.0532 14.8931 11.0648 14.9C11.0773 14.9073 11.1 14.9184 11.1373 14.9305C11.217 14.9565 11.3338 14.9776 11.5034 14.9891C11.6665 15.0001 11.8367 15 12.0407 15C12.0509 15 12.0611 15 12.0714 15C12.5843 15 13 14.5843 13 14.0714C13 13.5586 12.5843 13.1429 12.0714 13.1429C11.5888 13.1429 11.1454 13.2508 10.5543 13.3948C10.4516 13.4199 10.3443 13.446 10.2316 13.4728C9.90653 13.5502 9.56425 13.4601 9.31941 13.2326C9.07456 13.0052 8.95952 12.6705 9.01281 12.3406L9.43242 9.7425C9.4344 9.73023 9.43661 9.71801 9.43905 9.70583Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-go-backward-60-sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.7955 12C20.7955 16.8576 16.8576 20.7955 12 20.7955C7.1424 20.7955 3.20454 16.8576 3.20454 12C3.20454 9.12308 4.58476 6.56881 6.72329 4.9625C7.15484 4.63835 7.24191 4.02573 6.91776 3.59417C6.59361 3.16262 5.98099 3.07556 5.54943 3.39971C2.94058 5.3593 1.25 8.48236 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C11.8304 1.25 11.6075 1.25642 11.4398 1.26421C11.167 1.27664 10.8463 1.29127 10.5821 1.35116C10.2453 1.42751 9.80812 1.61931 9.56638 2.1171C9.31515 2.63443 9.4604 3.11204 9.60692 3.41217C9.72828 3.66078 9.92187 3.93145 10.0938 4.17184L11.2048 5.72712C11.5023 6.14365 12.0666 6.25664 12.4987 5.9996C12.5203 5.98676 12.5311 5.98034 12.5557 5.96122C12.5803 5.94211 12.5957 5.92667 12.6266 5.89581L14.4061 4.11627C14.6244 3.89797 14.7335 3.78881 14.8835 3.75961C15.0335 3.73042 15.1654 3.7863 15.4291 3.89808C18.583 5.23461 20.7955 8.35893 20.7955 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.41668 11.0145C9.27673 11.0019 9.11312 11.0001 8.89819 11.0001C8.69904 11.0001 8.54727 11.0002 8.41796 11.0045C8.36462 11.0063 8.32057 11.0087 8.28411 11.0114C8.28108 11.0328 8.27804 11.0575 8.27515 11.0859C8.25132 11.3206 8.2501 11.6462 8.2501 12.1819V12.273C8.2961 12.2724 8.33952 12.2726 8.37917 12.2727C8.39592 12.2728 8.41199 12.2728 8.42731 12.2728H9.36907C9.38439 12.2728 9.40046 12.2728 9.41721 12.2727C9.57947 12.2721 9.80462 12.2713 10.0128 12.3193C10.847 12.5115 11.3838 13.2251 11.5138 13.9817C11.5833 14.3865 11.5833 14.8864 11.5138 15.2912C11.3838 16.0478 10.847 16.7614 10.0128 16.9536C9.80462 17.0016 9.57947 17.0008 9.41721 17.0002C9.40046 17.0001 9.38439 17.0001 9.36907 17.0001H8.42731C8.41199 17.0001 8.39592 17.0001 8.37917 17.0002C8.21691 17.0008 7.99176 17.0016 7.78361 16.9536C6.94935 16.7614 6.41253 16.0478 6.28262 15.2912C6.24947 15.0982 6.24977 14.8868 6.25005 14.6898C6.25008 14.6719 6.2501 14.6541 6.2501 14.6365C6.2501 14.6188 6.25008 14.601 6.25005 14.5831C6.24997 14.523 6.24988 14.4616 6.25074 14.3998C6.25032 14.3878 6.2501 14.3758 6.2501 14.3637V12.1819C6.2501 12.1664 6.2501 12.151 6.2501 12.1355C6.25006 11.6612 6.25003 11.232 6.28539 10.8838C6.32256 10.5178 6.40974 10.0926 6.69352 9.71687C7.00756 9.30113 7.42308 9.12593 7.81876 9.0555C8.13248 8.99966 8.50346 8.99988 8.83989 9.00007C8.85945 9.00008 8.87889 9.00009 8.89819 9.00009C8.914 9.00009 8.93031 9.00007 8.9471 9.00005C9.31563 8.99957 9.91365 8.9988 10.415 9.21308C10.7175 9.34235 11.019 9.55976 11.2324 9.90826C11.4398 10.247 11.5133 10.6271 11.5133 11.0001C11.5133 11.5524 11.0656 12.0001 10.5133 12.0001C9.96966 12.0001 9.52733 11.5662 9.51365 11.0259C9.48688 11.0219 9.4548 11.0179 9.41668 11.0145ZM8.26709 14.2733C8.26247 14.2843 8.25783 14.2984 8.25449 14.3161C8.25404 14.3212 8.25285 14.3365 8.25193 14.3677C8.2502 14.426 8.2501 14.5039 8.2501 14.6365C8.2501 14.769 8.2502 14.8469 8.25193 14.9052C8.25285 14.9364 8.25404 14.9517 8.25449 14.9568C8.25783 14.9745 8.26246 14.9887 8.26709 14.9996C8.27416 14.9997 8.28179 14.9997 8.29002 14.9998C8.32782 15.0001 8.37149 15.0001 8.42731 15.0001H9.36907C9.42488 15.0001 9.46856 15.0001 9.50636 14.9998C9.51459 14.9997 9.52221 14.9997 9.52929 14.9996C9.53426 14.9878 9.53924 14.9724 9.54261 14.9528C9.57365 14.7719 9.57365 14.501 9.54261 14.3201C9.53924 14.3005 9.53426 14.2851 9.52929 14.2733C9.52221 14.2733 9.51459 14.2732 9.50636 14.2731C9.46856 14.2728 9.42488 14.2728 9.36907 14.2728H8.42731C8.37149 14.2728 8.32782 14.2728 8.29002 14.2731C8.28179 14.2732 8.27417 14.2733 8.26709 14.2733ZM15.0515 9.00008C15.0651 9.00009 15.0786 9.00009 15.0922 9.00009C15.1058 9.00009 15.1193 9.00009 15.1329 9.00008C15.4301 9.00003 15.7268 8.99997 15.9773 9.02687C16.2588 9.0571 16.5915 9.13 16.9054 9.35143C17.1183 9.50158 17.2976 9.69203 17.4354 9.90966C17.6345 10.2241 17.6985 10.5523 17.7255 10.8326C17.7502 11.0884 17.7501 11.3938 17.7501 11.7113C17.7501 11.7242 17.7501 11.7371 17.7501 11.7501V14.2501C17.7501 14.263 17.7501 14.276 17.7501 14.2889C17.7501 14.6064 17.7502 14.9118 17.7255 15.1676C17.6985 15.4479 17.6345 15.776 17.4354 16.0905C17.2976 16.3081 17.1183 16.4986 16.9054 16.6488C16.5915 16.8702 16.2588 16.9431 15.9773 16.9733C15.7268 17.0002 15.4301 17.0001 15.1329 17.0001C15.1193 17.0001 15.1058 17.0001 15.0922 17.0001C15.0786 17.0001 15.0651 17.0001 15.0515 17.0001C14.7543 17.0001 14.4577 17.0002 14.2071 16.9733C13.9256 16.9431 13.5929 16.8702 13.279 16.6488C13.0661 16.4986 12.8868 16.3081 12.749 16.0905C12.55 15.776 12.4859 15.4479 12.4589 15.1676C12.4342 14.9118 12.4343 14.6064 12.4343 14.2889C12.4343 14.276 12.4343 14.263 12.4343 14.2501V11.7501C12.4343 11.7371 12.4343 11.7242 12.4343 11.7113C12.4343 11.3938 12.4342 11.0884 12.4589 10.8326C12.4859 10.5523 12.55 10.2241 12.749 9.90966C12.8868 9.69203 13.0661 9.50158 13.279 9.35143C13.5929 9.13 13.9256 9.0571 14.2071 9.02687C14.4577 8.99997 14.7543 9.00003 15.0515 9.00008ZM14.4509 11.0125C14.4505 11.0163 14.4501 11.0203 14.4497 11.0245C14.4354 11.1724 14.4343 11.3792 14.4343 11.7501V14.2501C14.4343 14.6209 14.4354 14.8277 14.4497 14.9757C14.4501 14.9798 14.4505 14.9838 14.4509 14.9877C14.5799 14.9989 14.7641 15.0001 15.0922 15.0001C15.4203 15.0001 15.6045 14.9989 15.7336 14.9877C15.734 14.9838 15.7344 14.9798 15.7348 14.9757C15.749 14.8277 15.7501 14.6209 15.7501 14.2501V11.7501C15.7501 11.3792 15.749 11.1724 15.7348 11.0245C15.7344 11.0203 15.734 11.0163 15.7336 11.0125C15.6045 11.0012 15.4203 11.0001 15.0922 11.0001C14.7641 11.0001 14.5799 11.0012 14.4509 11.0125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.7955 12C20.7955 16.8576 16.8576 20.7955 12 20.7955C7.1424 20.7955 3.20454 16.8576 3.20454 12C3.20454 9.12308 4.58476 6.56881 6.72329 4.9625C7.15484 4.63835 7.24191 4.02573 6.91776 3.59417C6.59361 3.16262 5.98099 3.07556 5.54943 3.39971C2.94058 5.3593 1.25 8.48236 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C11.8304 1.25 11.6075 1.25642 11.4398 1.26421C11.167 1.27664 10.8463 1.29127 10.5821 1.35116C10.2453 1.42751 9.80812 1.61931 9.56638 2.1171C9.31515 2.63443 9.4604 3.11204 9.60692 3.41217C9.72828 3.66078 9.92187 3.93145 10.0938 4.17184L11.2048 5.72712C11.5023 6.14365 12.0666 6.25664 12.4987 5.9996C12.5203 5.98676 12.5311 5.98034 12.5557 5.96122C12.5803 5.94211 12.5957 5.92667 12.6266 5.89581L14.4061 4.11627C14.6244 3.89797 14.7335 3.78881 14.8835 3.75961C15.0335 3.73042 15.1654 3.7863 15.4291 3.89808C18.583 5.23461 20.7955 8.35893 20.7955 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.41668 11.0145C9.27673 11.0019 9.11312 11.0001 8.89819 11.0001C8.69904 11.0001 8.54727 11.0002 8.41796 11.0045C8.36462 11.0063 8.32057 11.0087 8.28411 11.0114C8.28108 11.0328 8.27804 11.0575 8.27515 11.0859C8.25132 11.3206 8.2501 11.6462 8.2501 12.1819V12.273C8.2961 12.2724 8.33952 12.2726 8.37917 12.2727C8.39592 12.2728 8.41199 12.2728 8.42731 12.2728H9.36907C9.38439 12.2728 9.40046 12.2728 9.41721 12.2727C9.57947 12.2721 9.80462 12.2713 10.0128 12.3193C10.847 12.5115 11.3838 13.2251 11.5138 13.9817C11.5833 14.3865 11.5833 14.8864 11.5138 15.2912C11.3838 16.0478 10.847 16.7614 10.0128 16.9536C9.80462 17.0016 9.57947 17.0008 9.41721 17.0002C9.40046 17.0001 9.38439 17.0001 9.36907 17.0001H8.42731C8.41199 17.0001 8.39592 17.0001 8.37917 17.0002C8.21691 17.0008 7.99176 17.0016 7.78361 16.9536C6.94935 16.7614 6.41253 16.0478 6.28262 15.2912C6.24947 15.0982 6.24977 14.8868 6.25005 14.6898C6.25008 14.6719 6.2501 14.6541 6.2501 14.6365C6.2501 14.6188 6.25008 14.601 6.25005 14.5831C6.24997 14.523 6.24988 14.4616 6.25074 14.3998C6.25032 14.3878 6.2501 14.3758 6.2501 14.3637V12.1819C6.2501 12.1664 6.2501 12.151 6.2501 12.1355C6.25006 11.6612 6.25003 11.232 6.28539 10.8838C6.32256 10.5178 6.40974 10.0926 6.69352 9.71687C7.00756 9.30113 7.42308 9.12593 7.81876 9.0555C8.13248 8.99966 8.50346 8.99988 8.83989 9.00007C8.85945 9.00008 8.87889 9.00009 8.89819 9.00009C8.914 9.00009 8.93031 9.00007 8.9471 9.00005C9.31563 8.99957 9.91365 8.9988 10.415 9.21308C10.7175 9.34235 11.019 9.55976 11.2324 9.90826C11.4398 10.247 11.5133 10.6271 11.5133 11.0001C11.5133 11.5524 11.0656 12.0001 10.5133 12.0001C9.96966 12.0001 9.52733 11.5662 9.51365 11.0259C9.48688 11.0219 9.4548 11.0179 9.41668 11.0145ZM8.26709 14.2733C8.26247 14.2843 8.25783 14.2984 8.25449 14.3161C8.25404 14.3212 8.25285 14.3365 8.25193 14.3677C8.2502 14.426 8.2501 14.5039 8.2501 14.6365C8.2501 14.769 8.2502 14.8469 8.25193 14.9052C8.25285 14.9364 8.25404 14.9517 8.25449 14.9568C8.25783 14.9745 8.26246 14.9887 8.26709 14.9996C8.27416 14.9997 8.28179 14.9997 8.29002 14.9998C8.32782 15.0001 8.37149 15.0001 8.42731 15.0001H9.36907C9.42488 15.0001 9.46856 15.0001 9.50636 14.9998C9.51459 14.9997 9.52221 14.9997 9.52929 14.9996C9.53426 14.9878 9.53924 14.9724 9.54261 14.9528C9.57365 14.7719 9.57365 14.501 9.54261 14.3201C9.53924 14.3005 9.53426 14.2851 9.52929 14.2733C9.52221 14.2733 9.51459 14.2732 9.50636 14.2731C9.46856 14.2728 9.42488 14.2728 9.36907 14.2728H8.42731C8.37149 14.2728 8.32782 14.2728 8.29002 14.2731C8.28179 14.2732 8.27417 14.2733 8.26709 14.2733ZM15.0515 9.00008C15.0651 9.00009 15.0786 9.00009 15.0922 9.00009C15.1058 9.00009 15.1193 9.00009 15.1329 9.00008C15.4301 9.00003 15.7268 8.99997 15.9773 9.02687C16.2588 9.0571 16.5915 9.13 16.9054 9.35143C17.1183 9.50158 17.2976 9.69203 17.4354 9.90966C17.6345 10.2241 17.6985 10.5523 17.7255 10.8326C17.7502 11.0884 17.7501 11.3938 17.7501 11.7113C17.7501 11.7242 17.7501 11.7371 17.7501 11.7501V14.2501C17.7501 14.263 17.7501 14.276 17.7501 14.2889C17.7501 14.6064 17.7502 14.9118 17.7255 15.1676C17.6985 15.4479 17.6345 15.776 17.4354 16.0905C17.2976 16.3081 17.1183 16.4986 16.9054 16.6488C16.5915 16.8702 16.2588 16.9431 15.9773 16.9733C15.7268 17.0002 15.4301 17.0001 15.1329 17.0001C15.1193 17.0001 15.1058 17.0001 15.0922 17.0001C15.0786 17.0001 15.0651 17.0001 15.0515 17.0001C14.7543 17.0001 14.4577 17.0002 14.2071 16.9733C13.9256 16.9431 13.5929 16.8702 13.279 16.6488C13.0661 16.4986 12.8868 16.3081 12.749 16.0905C12.55 15.776 12.4859 15.4479 12.4589 15.1676C12.4342 14.9118 12.4343 14.6064 12.4343 14.2889C12.4343 14.276 12.4343 14.263 12.4343 14.2501V11.7501C12.4343 11.7371 12.4343 11.7242 12.4343 11.7113C12.4343 11.3938 12.4342 11.0884 12.4589 10.8326C12.4859 10.5523 12.55 10.2241 12.749 9.90966C12.8868 9.69203 13.0661 9.50158 13.279 9.35143C13.5929 9.13 13.9256 9.0571 14.2071 9.02687C14.4577 8.99997 14.7543 9.00003 15.0515 9.00008ZM14.4509 11.0125C14.4505 11.0163 14.4501 11.0203 14.4497 11.0245C14.4354 11.1724 14.4343 11.3792 14.4343 11.7501V14.2501C14.4343 14.6209 14.4354 14.8277 14.4497 14.9757C14.4501 14.9798 14.4505 14.9838 14.4509 14.9877C14.5799 14.9989 14.7641 15.0001 15.0922 15.0001C15.4203 15.0001 15.6045 14.9989 15.7336 14.9877C15.734 14.9838 15.7344 14.9798 15.7348 14.9757C15.749 14.8277 15.7501 14.6209 15.7501 14.2501V11.7501C15.7501 11.3792 15.749 11.1724 15.7348 11.0245C15.7344 11.0203 15.734 11.0163 15.7336 11.0125C15.6045 11.0012 15.4203 11.0001 15.0922 11.0001C14.7641 11.0001 14.5799 11.0012 14.4509 11.0125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-go-forward-10-sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.20455 12C3.20455 16.8576 7.1424 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 9.12308 19.4152 6.56881 17.2767 4.9625C16.8452 4.63835 16.7581 4.02573 17.0822 3.59417C17.4064 3.16262 18.019 3.07556 18.4506 3.39971C21.0594 5.3593 22.75 8.48236 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C12.1696 1.25 12.3925 1.25642 12.5602 1.26421C12.833 1.27664 13.1537 1.29127 13.4179 1.35116C13.7547 1.42751 14.1919 1.61931 14.4336 2.1171C14.6848 2.63443 14.5396 3.11204 14.3931 3.41217C14.2717 3.66078 14.0781 3.93145 13.9062 4.17184L12.7952 5.72712C12.4977 6.14365 11.9334 6.25664 11.5013 5.9996C11.4797 5.98676 11.4689 5.98034 11.4443 5.96122C11.4197 5.94211 11.4043 5.92667 11.3734 5.89581L9.59391 4.11627C9.3756 3.89797 9.26645 3.78881 9.11648 3.75961C8.96651 3.73042 8.83463 3.7863 8.57088 3.89808C5.417 5.23461 3.20455 8.35893 3.20455 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.40044 9.27867C9.33292 8.54257 10.5001 9.32268 10.5001 10.3162L10.5001 15.9999C10.5001 16.5521 10.0523 16.9999 9.50005 16.9999C8.94777 16.9999 8.50005 16.5521 8.50005 15.9999L8.50005 11.8661C8.10306 12.0958 7.58628 12.0279 7.2633 11.6761C6.88984 11.2692 6.91692 10.6366 7.3238 10.2631L8.34384 9.32687C8.36211 9.3101 8.38099 9.29403 8.40044 9.27867ZM14.2098 8.99985C14.2232 8.99985 14.2366 8.99985 14.25 8.99985C14.2634 8.99985 14.2768 8.99985 14.2902 8.99985C14.6064 8.9998 14.9142 8.99976 15.1727 9.02605C15.4589 9.05516 15.7933 9.12456 16.1111 9.33691C16.3295 9.48283 16.517 9.67033 16.6629 9.88871C16.8753 10.2065 16.9447 10.541 16.9738 10.8271C17.0001 11.0856 17.0001 11.3934 17 11.7097C17 11.7231 17 11.7364 17 11.7499V14.2499C17 14.2633 17 14.2767 17 14.29C17.0001 14.6063 17.0001 14.9141 16.9738 15.1726C16.9447 15.4588 16.8753 15.7932 16.6629 16.111C16.517 16.3294 16.3295 16.5169 16.1111 16.6628C15.7933 16.8751 15.4589 16.9445 15.1727 16.9737C14.9142 16.9999 14.6064 16.9999 14.2902 16.9999C14.2768 16.9999 14.2634 16.9999 14.25 16.9999C14.2366 16.9999 14.2232 16.9999 14.2098 16.9999C13.8936 16.9999 13.5858 16.9999 13.3273 16.9737C13.0411 16.9445 12.7067 16.8751 12.3889 16.6628C12.1705 16.5169 11.983 16.3294 11.8371 16.111C11.6247 15.7932 11.5553 15.4588 11.5262 15.1726C11.4999 14.9141 11.5 14.6063 11.5 14.29C11.5 14.2766 11.5 14.2633 11.5 14.2499V11.7499C11.5 11.7365 11.5 11.7231 11.5 11.7097C11.5 11.3934 11.4999 11.0856 11.5262 10.8271C11.5553 10.541 11.6247 10.2065 11.8371 9.88871C11.983 9.67033 12.1705 9.48283 12.3889 9.33691C12.7067 9.12456 13.0411 9.05516 13.3273 9.02605C13.5858 8.99976 13.8936 8.9998 14.2098 8.99985ZM13.5173 11.0171C13.5168 11.0211 13.5164 11.0252 13.5159 11.0295C13.5012 11.1743 13.5 11.3779 13.5 11.7499V14.2499C13.5 14.6218 13.5012 14.8255 13.5159 14.9702C13.5164 14.9745 13.5168 14.9786 13.5173 14.9826C13.5212 14.983 13.5254 14.9835 13.5297 14.9839C13.6744 14.9986 13.8781 14.9999 14.25 14.9999C14.6219 14.9999 14.8256 14.9986 14.9703 14.9839C14.9747 14.9835 14.9788 14.983 14.9828 14.9826C14.9832 14.9786 14.9836 14.9745 14.9841 14.9702C14.9988 14.8255 15 14.6218 15 14.2499V11.7499C15 11.3779 14.9988 11.1743 14.9841 11.0295C14.9836 11.0252 14.9832 11.0211 14.9827 11.0171C14.9788 11.0167 14.9747 11.0162 14.9703 11.0158C14.8256 11.0011 14.6219 10.9999 14.25 10.9999C13.8781 10.9999 13.6744 11.0011 13.5297 11.0158C13.5254 11.0162 13.5212 11.0167 13.5173 11.0171Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.20455 12C3.20455 16.8576 7.1424 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 9.12308 19.4152 6.56881 17.2767 4.9625C16.8452 4.63835 16.7581 4.02573 17.0822 3.59417C17.4064 3.16262 18.019 3.07556 18.4506 3.39971C21.0594 5.3593 22.75 8.48236 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C12.1696 1.25 12.3925 1.25642 12.5602 1.26421C12.833 1.27664 13.1537 1.29127 13.4179 1.35116C13.7547 1.42751 14.1919 1.61931 14.4336 2.1171C14.6848 2.63443 14.5396 3.11204 14.3931 3.41217C14.2717 3.66078 14.0781 3.93145 13.9062 4.17184L12.7952 5.72712C12.4977 6.14365 11.9334 6.25664 11.5013 5.9996C11.4797 5.98676 11.4689 5.98034 11.4443 5.96122C11.4197 5.94211 11.4043 5.92667 11.3734 5.89581L9.59391 4.11627C9.3756 3.89797 9.26645 3.78881 9.11648 3.75961C8.96651 3.73042 8.83463 3.7863 8.57088 3.89808C5.417 5.23461 3.20455 8.35893 3.20455 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.40044 9.27867C9.33292 8.54257 10.5001 9.32268 10.5001 10.3162L10.5001 15.9999C10.5001 16.5521 10.0523 16.9999 9.50005 16.9999C8.94777 16.9999 8.50005 16.5521 8.50005 15.9999L8.50005 11.8661C8.10306 12.0958 7.58628 12.0279 7.2633 11.6761C6.88984 11.2692 6.91692 10.6366 7.3238 10.2631L8.34384 9.32687C8.36211 9.3101 8.38099 9.29403 8.40044 9.27867ZM14.2098 8.99985C14.2232 8.99985 14.2366 8.99985 14.25 8.99985C14.2634 8.99985 14.2768 8.99985 14.2902 8.99985C14.6064 8.9998 14.9142 8.99976 15.1727 9.02605C15.4589 9.05516 15.7933 9.12456 16.1111 9.33691C16.3295 9.48283 16.517 9.67033 16.6629 9.88871C16.8753 10.2065 16.9447 10.541 16.9738 10.8271C17.0001 11.0856 17.0001 11.3934 17 11.7097C17 11.7231 17 11.7364 17 11.7499V14.2499C17 14.2633 17 14.2767 17 14.29C17.0001 14.6063 17.0001 14.9141 16.9738 15.1726C16.9447 15.4588 16.8753 15.7932 16.6629 16.111C16.517 16.3294 16.3295 16.5169 16.1111 16.6628C15.7933 16.8751 15.4589 16.9445 15.1727 16.9737C14.9142 16.9999 14.6064 16.9999 14.2902 16.9999C14.2768 16.9999 14.2634 16.9999 14.25 16.9999C14.2366 16.9999 14.2232 16.9999 14.2098 16.9999C13.8936 16.9999 13.5858 16.9999 13.3273 16.9737C13.0411 16.9445 12.7067 16.8751 12.3889 16.6628C12.1705 16.5169 11.983 16.3294 11.8371 16.111C11.6247 15.7932 11.5553 15.4588 11.5262 15.1726C11.4999 14.9141 11.5 14.6063 11.5 14.29C11.5 14.2766 11.5 14.2633 11.5 14.2499V11.7499C11.5 11.7365 11.5 11.7231 11.5 11.7097C11.5 11.3934 11.4999 11.0856 11.5262 10.8271C11.5553 10.541 11.6247 10.2065 11.8371 9.88871C11.983 9.67033 12.1705 9.48283 12.3889 9.33691C12.7067 9.12456 13.0411 9.05516 13.3273 9.02605C13.5858 8.99976 13.8936 8.9998 14.2098 8.99985ZM13.5173 11.0171C13.5168 11.0211 13.5164 11.0252 13.5159 11.0295C13.5012 11.1743 13.5 11.3779 13.5 11.7499V14.2499C13.5 14.6218 13.5012 14.8255 13.5159 14.9702C13.5164 14.9745 13.5168 14.9786 13.5173 14.9826C13.5212 14.983 13.5254 14.9835 13.5297 14.9839C13.6744 14.9986 13.8781 14.9999 14.25 14.9999C14.6219 14.9999 14.8256 14.9986 14.9703 14.9839C14.9747 14.9835 14.9788 14.983 14.9828 14.9826C14.9832 14.9786 14.9836 14.9745 14.9841 14.9702C14.9988 14.8255 15 14.6218 15 14.2499V11.7499C15 11.3779 14.9988 11.1743 14.9841 11.0295C14.9836 11.0252 14.9832 11.0211 14.9827 11.0171C14.9788 11.0167 14.9747 11.0162 14.9703 11.0158C14.8256 11.0011 14.6219 10.9999 14.25 10.9999C13.8781 10.9999 13.6744 11.0011 13.5297 11.0158C13.5254 11.0162 13.5212 11.0167 13.5173 11.0171Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-go-forward-15-sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.20455 12.0001C3.20455 16.8577 7.1424 20.7956 12 20.7956C16.8576 20.7956 20.7955 16.8577 20.7955 12.0001C20.7955 9.1232 19.4152 6.56893 17.2767 4.96262C16.8452 4.63847 16.7581 4.02585 17.0822 3.5943C17.4064 3.16274 18.019 3.07568 18.4506 3.39983C21.0594 5.35942 22.75 8.48248 22.75 12.0001C22.75 17.9372 17.9371 22.7501 12 22.7501C6.06294 22.7501 1.25 17.9372 1.25 12.0001C1.25 6.06306 6.06294 1.25012 12 1.25012C12.1696 1.25012 12.3925 1.25654 12.5602 1.26433C12.833 1.27676 13.1537 1.29139 13.4179 1.35128C13.7547 1.42763 14.1919 1.61943 14.4336 2.11722C14.6848 2.63455 14.5396 3.11216 14.3931 3.4123C14.2717 3.66091 14.0781 3.93157 13.9062 4.17196L12.7952 5.72725C12.4977 6.14377 11.9334 6.25676 11.5013 5.99973C11.4797 5.98688 11.4689 5.98046 11.4443 5.96134C11.4197 5.94223 11.4043 5.9268 11.3734 5.89593L9.59391 4.11639C9.3756 3.89809 9.26645 3.78893 9.11648 3.75974C8.96651 3.73054 8.83463 3.78643 8.57088 3.8982C5.417 5.23474 3.20455 8.35906 3.20455 12.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.40044 8.77879C9.33292 8.04269 10.5001 8.8228 10.5001 9.81631L10.5001 16C10.5001 16.5523 10.0523 17 9.50005 17C8.94777 17 8.50005 16.5523 8.50005 16L8.50005 11.3662C8.10306 11.5959 7.58628 11.5281 7.2633 11.1762C6.88984 10.7693 6.91692 10.1367 7.3238 9.76326L8.34384 8.82699C8.36211 8.81023 8.38099 8.79415 8.40044 8.77879ZM11.8801 9.7414C12.0057 9.02364 12.6289 8.49997 13.3576 8.49997H16C16.5523 8.49997 17 8.94769 17 9.49997C17 10.0523 16.5523 10.5 16 10.5H13.7923L13.7005 11.1497C14.127 11.1146 14.5586 11.1447 14.9803 11.2411C16.162 11.5112 17 12.5624 17 13.7745V14.25C17 15.7688 15.7688 17 14.25 17H13.5C12.3954 17 11.5 16.1045 11.5 15C11.5 14.4477 11.9477 14 12.5 14C13.0523 14 13.5 14.4477 13.5 15H14.25C14.6642 15 15 14.6642 15 14.25V13.7745C15 13.4953 14.8069 13.2531 14.5347 13.1908C14.1112 13.094 13.6686 13.1249 13.2627 13.2795L12.856 13.4345C12.5254 13.5604 12.1528 13.5023 11.8763 13.2816C11.5997 13.0609 11.4604 12.7105 11.5098 12.3602L11.8749 9.774C11.8764 9.76311 11.8782 9.75224 11.8801 9.7414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.20455 12.0001C3.20455 16.8577 7.1424 20.7956 12 20.7956C16.8576 20.7956 20.7955 16.8577 20.7955 12.0001C20.7955 9.1232 19.4152 6.56893 17.2767 4.96262C16.8452 4.63847 16.7581 4.02585 17.0822 3.5943C17.4064 3.16274 18.019 3.07568 18.4506 3.39983C21.0594 5.35942 22.75 8.48248 22.75 12.0001C22.75 17.9372 17.9371 22.7501 12 22.7501C6.06294 22.7501 1.25 17.9372 1.25 12.0001C1.25 6.06306 6.06294 1.25012 12 1.25012C12.1696 1.25012 12.3925 1.25654 12.5602 1.26433C12.833 1.27676 13.1537 1.29139 13.4179 1.35128C13.7547 1.42763 14.1919 1.61943 14.4336 2.11722C14.6848 2.63455 14.5396 3.11216 14.3931 3.4123C14.2717 3.66091 14.0781 3.93157 13.9062 4.17196L12.7952 5.72725C12.4977 6.14377 11.9334 6.25676 11.5013 5.99973C11.4797 5.98688 11.4689 5.98046 11.4443 5.96134C11.4197 5.94223 11.4043 5.9268 11.3734 5.89593L9.59391 4.11639C9.3756 3.89809 9.26645 3.78893 9.11648 3.75974C8.96651 3.73054 8.83463 3.78643 8.57088 3.8982C5.417 5.23474 3.20455 8.35906 3.20455 12.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.40044 8.77879C9.33292 8.04269 10.5001 8.8228 10.5001 9.81631L10.5001 16C10.5001 16.5523 10.0523 17 9.50005 17C8.94777 17 8.50005 16.5523 8.50005 16L8.50005 11.3662C8.10306 11.5959 7.58628 11.5281 7.2633 11.1762C6.88984 10.7693 6.91692 10.1367 7.3238 9.76326L8.34384 8.82699C8.36211 8.81023 8.38099 8.79415 8.40044 8.77879ZM11.8801 9.7414C12.0057 9.02364 12.6289 8.49997 13.3576 8.49997H16C16.5523 8.49997 17 8.94769 17 9.49997C17 10.0523 16.5523 10.5 16 10.5H13.7923L13.7005 11.1497C14.127 11.1146 14.5586 11.1447 14.9803 11.2411C16.162 11.5112 17 12.5624 17 13.7745V14.25C17 15.7688 15.7688 17 14.25 17H13.5C12.3954 17 11.5 16.1045 11.5 15C11.5 14.4477 11.9477 14 12.5 14C13.0523 14 13.5 14.4477 13.5 15H14.25C14.6642 15 15 14.6642 15 14.25V13.7745C15 13.4953 14.8069 13.2531 14.5347 13.1908C14.1112 13.094 13.6686 13.1249 13.2627 13.2795L12.856 13.4345C12.5254 13.5604 12.1528 13.5023 11.8763 13.2816C11.5997 13.0609 11.4604 12.7105 11.5098 12.3602L11.8749 9.774C11.8764 9.76311 11.8782 9.75224 11.8801 9.7414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-go-forward-30-sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.20455 11.9998C3.20455 16.8574 7.1424 20.7952 12 20.7952C16.8576 20.7952 20.7955 16.8574 20.7955 11.9998C20.7955 9.12283 19.4152 6.56856 17.2767 4.96225C16.8452 4.6381 16.7581 4.02548 17.0822 3.59393C17.4064 3.16238 18.019 3.07531 18.4506 3.39946C21.0594 5.35905 22.75 8.48212 22.75 11.9998C22.75 17.9368 17.9371 22.7498 12 22.7498C6.06294 22.7498 1.25 17.9368 1.25 11.9998C1.25 6.06269 6.06294 1.24976 12 1.24976C12.1696 1.24976 12.3925 1.25618 12.5602 1.26396C12.833 1.2764 13.1537 1.29102 13.4179 1.35092C13.7547 1.42727 14.1919 1.61907 14.4336 2.11686C14.6848 2.63419 14.5396 3.11179 14.3931 3.41193C14.2717 3.66054 14.0781 3.93121 13.9062 4.1716L12.7952 5.72688C12.4977 6.1434 11.9334 6.2564 11.5013 5.99936C11.4797 5.98651 11.4689 5.98009 11.4443 5.96098C11.4197 5.94186 11.4043 5.92643 11.3734 5.89556L9.59391 4.11603C9.3756 3.89772 9.26645 3.78857 9.11648 3.75937C8.96651 3.73017 8.83463 3.78606 8.57088 3.89784C5.417 5.23437 3.20455 8.35869 3.20455 11.9998Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1934 9.00002C15.2068 9.00002 15.2202 9.00002 15.2336 9.00002C15.247 9.00002 15.2604 9.00002 15.2737 9.00002C15.59 8.99997 15.8978 8.99992 16.1563 9.02622C16.4425 9.05533 16.7769 9.12473 17.0947 9.33708C17.3131 9.483 17.5006 9.6705 17.6465 9.88888C17.8588 10.2067 17.9282 10.5411 17.9574 10.8273C17.9837 11.0858 17.9836 11.3936 17.9836 11.7098C17.9836 11.7232 17.9836 11.75 17.9836 11.75V14.25C17.9836 14.2634 17.9836 14.2768 17.9836 14.2902C17.9836 14.6065 17.9837 14.9143 17.9574 15.1728C17.9282 15.4589 17.8588 15.7934 17.6465 16.1112C17.5006 16.3295 17.3131 16.517 17.0947 16.663C16.7769 16.8753 16.4425 16.9447 16.1563 16.9738C15.8978 17.0001 15.59 17.0001 15.2737 17C15.2603 17 15.247 17 15.2336 17C15.2202 17 15.2068 17 15.1934 17C14.8771 17.0001 14.5693 17.0001 14.3108 16.9738C14.0247 16.9447 13.6902 16.8753 13.3724 16.663C13.154 16.517 12.9665 16.3295 12.8206 16.1112C12.6083 15.7934 12.5389 15.4589 12.5098 15.1728C12.4835 14.9143 12.4835 14.6064 12.4836 14.2902C12.4836 14.2768 12.4836 14.2634 12.4836 14.25V11.75C12.4836 11.7366 12.4836 11.7232 12.4836 11.7099C12.4835 11.3936 12.4835 11.0858 12.5098 10.8273C12.5389 10.5411 12.6083 10.2067 12.8206 9.88888C12.9665 9.6705 13.154 9.483 13.3724 9.33708C13.6902 9.12473 14.0247 9.05533 14.3108 9.02622C14.5693 8.99992 14.8771 8.99997 15.1934 9.00002ZM14.5008 11.0173C14.5004 11.0212 14.4999 11.0254 14.4995 11.0297C14.4848 11.1744 14.4836 11.3781 14.4836 11.75V14.25C14.4836 14.6219 14.4848 14.8256 14.4995 14.9704C14.4999 14.9747 14.5004 14.9788 14.5008 14.9828C14.5048 14.9832 14.5089 14.9836 14.5132 14.9841C14.658 14.9988 14.8616 15 15.2336 15C15.6055 15 15.8092 14.9988 15.9539 14.9841C15.9582 14.9836 15.9623 14.9832 15.9663 14.9828C15.9667 14.9788 15.9672 14.9747 15.9676 14.9704C15.9823 14.8256 15.9836 14.6219 15.9836 14.25V11.75C15.9836 11.3781 15.9823 11.1744 15.9676 11.0297C15.9672 11.0254 15.9667 11.0212 15.9663 11.0173C15.9623 11.0168 15.9582 11.0164 15.9539 11.016C15.8092 11.0012 15.6055 11 15.2336 11C14.8616 11 14.658 11.0012 14.5132 11.016C14.5089 11.0164 14.5048 11.0168 14.5008 11.0173ZM6.89551 9.45959C7.35036 9.12392 7.88682 8.99976 8.36996 8.99976H9.14734C9.63049 8.99976 10.1669 9.12392 10.6218 9.45959C11.0988 9.81162 11.4125 10.3442 11.4907 10.9991C11.5291 11.3208 11.5291 11.6787 11.4907 12.0004C11.4475 12.3624 11.3202 12.7044 11.1282 12.9998C11.3202 13.2951 11.4475 13.6371 11.4907 13.9991C11.5291 14.3208 11.5291 14.6787 11.4907 15.0004C11.4125 15.6553 11.0988 16.1879 10.6218 16.5399C10.1669 16.8756 9.63049 16.9998 9.14734 16.9998H8.36996C7.88682 16.9998 7.35036 16.8756 6.89551 16.5399C6.41849 16.1879 6.10478 15.6553 6.02658 15.0004C5.96111 14.452 6.35258 13.9544 6.90097 13.8889C7.44936 13.8234 7.947 14.2149 8.01248 14.7633C8.02142 14.8382 8.03917 14.8761 8.04825 14.892C8.05715 14.9075 8.06742 14.9191 8.08309 14.9307C8.1196 14.9576 8.21148 14.9998 8.36996 14.9998L9.14734 14.9998C9.30583 14.9998 9.3977 14.9576 9.43422 14.9307C9.44989 14.9191 9.46016 14.9075 9.46906 14.892C9.47813 14.8761 9.49589 14.8382 9.50483 14.7633C9.52443 14.5991 9.52443 14.4004 9.50483 14.2362C9.49416 14.1468 9.45484 14.0812 9.4128 14.0413C9.39188 14.0214 9.37286 14.0104 9.35977 14.0049C9.35338 14.0022 9.34869 14.0009 9.34586 14.0003C9.3431 13.9998 9.34169 13.9998 9.34169 13.9998H9.27233C8.72005 13.9998 8.27233 13.552 8.27233 12.9998C8.27233 12.4475 8.72005 11.9998 9.27233 11.9998H9.34169C9.34169 11.9998 9.3431 11.9998 9.34586 11.9992C9.34869 11.9986 9.35338 11.9973 9.35977 11.9946C9.37286 11.9891 9.39188 11.9781 9.4128 11.9582C9.45484 11.9183 9.49416 11.8527 9.50483 11.7633C9.52443 11.5991 9.52443 11.4004 9.50483 11.2362C9.49589 11.1614 9.47813 11.1235 9.46906 11.1076C9.46016 11.092 9.44989 11.0804 9.43422 11.0688C9.3977 11.0419 9.30583 10.9998 9.14734 10.9998H8.36996C8.21148 10.9998 8.1196 11.0419 8.08309 11.0688C8.06742 11.0804 8.05715 11.092 8.04825 11.1076C8.03917 11.1235 8.02142 11.1614 8.01248 11.2362C7.947 11.7846 7.44936 12.1761 6.90097 12.1106C6.35258 12.0451 5.96111 11.5475 6.02658 10.9991C6.10478 10.3442 6.41849 9.81162 6.89551 9.45959Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.20455 11.9998C3.20455 16.8574 7.1424 20.7952 12 20.7952C16.8576 20.7952 20.7955 16.8574 20.7955 11.9998C20.7955 9.12283 19.4152 6.56856 17.2767 4.96225C16.8452 4.6381 16.7581 4.02548 17.0822 3.59393C17.4064 3.16238 18.019 3.07531 18.4506 3.39946C21.0594 5.35905 22.75 8.48212 22.75 11.9998C22.75 17.9368 17.9371 22.7498 12 22.7498C6.06294 22.7498 1.25 17.9368 1.25 11.9998C1.25 6.06269 6.06294 1.24976 12 1.24976C12.1696 1.24976 12.3925 1.25618 12.5602 1.26396C12.833 1.2764 13.1537 1.29102 13.4179 1.35092C13.7547 1.42727 14.1919 1.61907 14.4336 2.11686C14.6848 2.63419 14.5396 3.11179 14.3931 3.41193C14.2717 3.66054 14.0781 3.93121 13.9062 4.1716L12.7952 5.72688C12.4977 6.1434 11.9334 6.2564 11.5013 5.99936C11.4797 5.98651 11.4689 5.98009 11.4443 5.96098C11.4197 5.94186 11.4043 5.92643 11.3734 5.89556L9.59391 4.11603C9.3756 3.89772 9.26645 3.78857 9.11648 3.75937C8.96651 3.73017 8.83463 3.78606 8.57088 3.89784C5.417 5.23437 3.20455 8.35869 3.20455 11.9998Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.1934 9.00002C15.2068 9.00002 15.2202 9.00002 15.2336 9.00002C15.247 9.00002 15.2604 9.00002 15.2737 9.00002C15.59 8.99997 15.8978 8.99992 16.1563 9.02622C16.4425 9.05533 16.7769 9.12473 17.0947 9.33708C17.3131 9.483 17.5006 9.6705 17.6465 9.88888C17.8588 10.2067 17.9282 10.5411 17.9574 10.8273C17.9837 11.0858 17.9836 11.3936 17.9836 11.7098C17.9836 11.7232 17.9836 11.75 17.9836 11.75V14.25C17.9836 14.2634 17.9836 14.2768 17.9836 14.2902C17.9836 14.6065 17.9837 14.9143 17.9574 15.1728C17.9282 15.4589 17.8588 15.7934 17.6465 16.1112C17.5006 16.3295 17.3131 16.517 17.0947 16.663C16.7769 16.8753 16.4425 16.9447 16.1563 16.9738C15.8978 17.0001 15.59 17.0001 15.2737 17C15.2603 17 15.247 17 15.2336 17C15.2202 17 15.2068 17 15.1934 17C14.8771 17.0001 14.5693 17.0001 14.3108 16.9738C14.0247 16.9447 13.6902 16.8753 13.3724 16.663C13.154 16.517 12.9665 16.3295 12.8206 16.1112C12.6083 15.7934 12.5389 15.4589 12.5098 15.1728C12.4835 14.9143 12.4835 14.6064 12.4836 14.2902C12.4836 14.2768 12.4836 14.2634 12.4836 14.25V11.75C12.4836 11.7366 12.4836 11.7232 12.4836 11.7099C12.4835 11.3936 12.4835 11.0858 12.5098 10.8273C12.5389 10.5411 12.6083 10.2067 12.8206 9.88888C12.9665 9.6705 13.154 9.483 13.3724 9.33708C13.6902 9.12473 14.0247 9.05533 14.3108 9.02622C14.5693 8.99992 14.8771 8.99997 15.1934 9.00002ZM14.5008 11.0173C14.5004 11.0212 14.4999 11.0254 14.4995 11.0297C14.4848 11.1744 14.4836 11.3781 14.4836 11.75V14.25C14.4836 14.6219 14.4848 14.8256 14.4995 14.9704C14.4999 14.9747 14.5004 14.9788 14.5008 14.9828C14.5048 14.9832 14.5089 14.9836 14.5132 14.9841C14.658 14.9988 14.8616 15 15.2336 15C15.6055 15 15.8092 14.9988 15.9539 14.9841C15.9582 14.9836 15.9623 14.9832 15.9663 14.9828C15.9667 14.9788 15.9672 14.9747 15.9676 14.9704C15.9823 14.8256 15.9836 14.6219 15.9836 14.25V11.75C15.9836 11.3781 15.9823 11.1744 15.9676 11.0297C15.9672 11.0254 15.9667 11.0212 15.9663 11.0173C15.9623 11.0168 15.9582 11.0164 15.9539 11.016C15.8092 11.0012 15.6055 11 15.2336 11C14.8616 11 14.658 11.0012 14.5132 11.016C14.5089 11.0164 14.5048 11.0168 14.5008 11.0173ZM6.89551 9.45959C7.35036 9.12392 7.88682 8.99976 8.36996 8.99976H9.14734C9.63049 8.99976 10.1669 9.12392 10.6218 9.45959C11.0988 9.81162 11.4125 10.3442 11.4907 10.9991C11.5291 11.3208 11.5291 11.6787 11.4907 12.0004C11.4475 12.3624 11.3202 12.7044 11.1282 12.9998C11.3202 13.2951 11.4475 13.6371 11.4907 13.9991C11.5291 14.3208 11.5291 14.6787 11.4907 15.0004C11.4125 15.6553 11.0988 16.1879 10.6218 16.5399C10.1669 16.8756 9.63049 16.9998 9.14734 16.9998H8.36996C7.88682 16.9998 7.35036 16.8756 6.89551 16.5399C6.41849 16.1879 6.10478 15.6553 6.02658 15.0004C5.96111 14.452 6.35258 13.9544 6.90097 13.8889C7.44936 13.8234 7.947 14.2149 8.01248 14.7633C8.02142 14.8382 8.03917 14.8761 8.04825 14.892C8.05715 14.9075 8.06742 14.9191 8.08309 14.9307C8.1196 14.9576 8.21148 14.9998 8.36996 14.9998L9.14734 14.9998C9.30583 14.9998 9.3977 14.9576 9.43422 14.9307C9.44989 14.9191 9.46016 14.9075 9.46906 14.892C9.47813 14.8761 9.49589 14.8382 9.50483 14.7633C9.52443 14.5991 9.52443 14.4004 9.50483 14.2362C9.49416 14.1468 9.45484 14.0812 9.4128 14.0413C9.39188 14.0214 9.37286 14.0104 9.35977 14.0049C9.35338 14.0022 9.34869 14.0009 9.34586 14.0003C9.3431 13.9998 9.34169 13.9998 9.34169 13.9998H9.27233C8.72005 13.9998 8.27233 13.552 8.27233 12.9998C8.27233 12.4475 8.72005 11.9998 9.27233 11.9998H9.34169C9.34169 11.9998 9.3431 11.9998 9.34586 11.9992C9.34869 11.9986 9.35338 11.9973 9.35977 11.9946C9.37286 11.9891 9.39188 11.9781 9.4128 11.9582C9.45484 11.9183 9.49416 11.8527 9.50483 11.7633C9.52443 11.5991 9.52443 11.4004 9.50483 11.2362C9.49589 11.1614 9.47813 11.1235 9.46906 11.1076C9.46016 11.092 9.44989 11.0804 9.43422 11.0688C9.3977 11.0419 9.30583 10.9998 9.14734 10.9998H8.36996C8.21148 10.9998 8.1196 11.0419 8.08309 11.0688C8.06742 11.0804 8.05715 11.092 8.04825 11.1076C8.03917 11.1235 8.02142 11.1614 8.01248 11.2362C7.947 11.7846 7.44936 12.1761 6.90097 12.1106C6.35258 12.0451 5.96111 11.5475 6.02658 10.9991C6.10478 10.3442 6.41849 9.81162 6.89551 9.45959Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-go-forward-5sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.20455 12C3.20455 16.8576 7.1424 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 9.12308 19.4152 6.56881 17.2767 4.9625C16.8452 4.63835 16.7581 4.02573 17.0822 3.59417C17.4064 3.16262 18.019 3.07556 18.4506 3.39971C21.0594 5.3593 22.75 8.48236 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C12.1696 1.25 12.3925 1.25642 12.5602 1.26421C12.833 1.27664 13.1537 1.29127 13.4179 1.35116C13.7547 1.42751 14.1919 1.61931 14.4336 2.1171C14.6848 2.63443 14.5396 3.11204 14.3931 3.41217C14.2717 3.66078 14.0781 3.93145 13.9062 4.17184L12.7952 5.72712C12.4977 6.14365 11.9334 6.25664 11.5013 5.9996C11.4797 5.98676 11.4689 5.98034 11.4443 5.96122C11.4197 5.94211 11.4043 5.92667 11.3734 5.89581L9.59391 4.11627C9.3756 3.89797 9.26645 3.78881 9.11648 3.75961C8.96651 3.73042 8.83463 3.7863 8.57088 3.89808C5.417 5.23461 3.20455 8.35893 3.20455 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.43905 9.70583C9.57927 9.00469 10.1949 8.5 10.9099 8.5H14C14.5523 8.5 15 8.94772 15 9.5C15 10.0523 14.5523 10.5 14 10.5H11.336L11.2212 11.2105C11.4952 11.1695 11.7803 11.1429 12.0714 11.1429C13.6888 11.1429 15 12.454 15 14.0714C15 15.6888 13.6888 17 12.0714 17C12.0474 17 12.0221 17.0001 11.9958 17.0001C11.6253 17.0011 11.0416 17.0026 10.5186 16.8324C10.2147 16.7336 9.89078 16.5668 9.6143 16.2822C9.33372 15.9934 9.14993 15.6323 9.05667 15.2213C8.93445 14.6827 9.27199 14.147 9.81059 14.0248C10.3492 13.9026 10.8849 14.2401 11.0071 14.7787C11.0189 14.8307 11.0316 14.8594 11.0385 14.8725C11.0449 14.8849 11.0487 14.8885 11.0489 14.8887C11.0494 14.8892 11.0532 14.8931 11.0648 14.9C11.0773 14.9073 11.1 14.9184 11.1373 14.9305C11.217 14.9565 11.3338 14.9776 11.5034 14.9891C11.6665 15.0001 11.8367 15 12.0407 15C12.0509 15 12.0611 15 12.0714 15C12.5843 15 13 14.5843 13 14.0714C13 13.5586 12.5843 13.1429 12.0714 13.1429C11.5888 13.1429 11.1454 13.2508 10.5543 13.3948C10.4516 13.4199 10.3443 13.446 10.2316 13.4728C9.90653 13.5502 9.56425 13.4601 9.31941 13.2326C9.07456 13.0052 8.95952 12.6705 9.01281 12.3406L9.43242 9.7425C9.4344 9.73023 9.43661 9.71801 9.43905 9.70583Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.20455 12C3.20455 16.8576 7.1424 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 9.12308 19.4152 6.56881 17.2767 4.9625C16.8452 4.63835 16.7581 4.02573 17.0822 3.59417C17.4064 3.16262 18.019 3.07556 18.4506 3.39971C21.0594 5.3593 22.75 8.48236 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C12.1696 1.25 12.3925 1.25642 12.5602 1.26421C12.833 1.27664 13.1537 1.29127 13.4179 1.35116C13.7547 1.42751 14.1919 1.61931 14.4336 2.1171C14.6848 2.63443 14.5396 3.11204 14.3931 3.41217C14.2717 3.66078 14.0781 3.93145 13.9062 4.17184L12.7952 5.72712C12.4977 6.14365 11.9334 6.25664 11.5013 5.9996C11.4797 5.98676 11.4689 5.98034 11.4443 5.96122C11.4197 5.94211 11.4043 5.92667 11.3734 5.89581L9.59391 4.11627C9.3756 3.89797 9.26645 3.78881 9.11648 3.75961C8.96651 3.73042 8.83463 3.7863 8.57088 3.89808C5.417 5.23461 3.20455 8.35893 3.20455 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.43905 9.70583C9.57927 9.00469 10.1949 8.5 10.9099 8.5H14C14.5523 8.5 15 8.94772 15 9.5C15 10.0523 14.5523 10.5 14 10.5H11.336L11.2212 11.2105C11.4952 11.1695 11.7803 11.1429 12.0714 11.1429C13.6888 11.1429 15 12.454 15 14.0714C15 15.6888 13.6888 17 12.0714 17C12.0474 17 12.0221 17.0001 11.9958 17.0001C11.6253 17.0011 11.0416 17.0026 10.5186 16.8324C10.2147 16.7336 9.89078 16.5668 9.6143 16.2822C9.33372 15.9934 9.14993 15.6323 9.05667 15.2213C8.93445 14.6827 9.27199 14.147 9.81059 14.0248C10.3492 13.9026 10.8849 14.2401 11.0071 14.7787C11.0189 14.8307 11.0316 14.8594 11.0385 14.8725C11.0449 14.8849 11.0487 14.8885 11.0489 14.8887C11.0494 14.8892 11.0532 14.8931 11.0648 14.9C11.0773 14.9073 11.1 14.9184 11.1373 14.9305C11.217 14.9565 11.3338 14.9776 11.5034 14.9891C11.6665 15.0001 11.8367 15 12.0407 15C12.0509 15 12.0611 15 12.0714 15C12.5843 15 13 14.5843 13 14.0714C13 13.5586 12.5843 13.1429 12.0714 13.1429C11.5888 13.1429 11.1454 13.2508 10.5543 13.3948C10.4516 13.4199 10.3443 13.446 10.2316 13.4728C9.90653 13.5502 9.56425 13.4601 9.31941 13.2326C9.07456 13.0052 8.95952 12.6705 9.01281 12.3406L9.43242 9.7425C9.4344 9.73023 9.43661 9.71801 9.43905 9.70583Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-go-forward-60-sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.20455 12.0002C3.20455 16.8578 7.1424 20.7957 12 20.7957C16.8576 20.7957 20.7955 16.8578 20.7955 12.0002C20.7955 9.12332 19.4152 6.56905 17.2767 4.96274C16.8452 4.63859 16.7581 4.02597 17.0822 3.59442C17.4064 3.16287 18.019 3.0758 18.4506 3.39995C21.0594 5.35954 22.75 8.4826 22.75 12.0002C22.75 17.9373 17.9371 22.7502 12 22.7502C6.06294 22.7502 1.25 17.9373 1.25 12.0002C1.25 6.06318 6.06294 1.25024 12 1.25024C12.1696 1.25024 12.3925 1.25666 12.5602 1.26445C12.833 1.27689 13.1537 1.29151 13.4179 1.3514C13.7547 1.42776 14.1919 1.61955 14.4336 2.11735C14.6848 2.63467 14.5396 3.11228 14.3931 3.41242C14.2717 3.66103 14.0781 3.9317 13.9062 4.17209L12.7952 5.72737C12.4977 6.14389 11.9334 6.25689 11.5013 5.99985C11.4797 5.987 11.4689 5.98058 11.4443 5.96146C11.4197 5.94235 11.4043 5.92692 11.3734 5.89605L9.59391 4.11652C9.3756 3.89821 9.26645 3.78906 9.11648 3.75986C8.96651 3.73066 8.83463 3.78655 8.57088 3.89832C5.417 5.23486 3.20455 8.35918 3.20455 12.0002Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.41668 11.0148C9.27673 11.0022 9.11312 11.0003 8.89819 11.0003C8.69904 11.0003 8.54727 11.0004 8.41796 11.0048C8.36462 11.0065 8.32057 11.0089 8.28411 11.0116C8.28108 11.0331 8.27804 11.0578 8.27515 11.0862C8.25132 11.3208 8.2501 11.6464 8.2501 12.1822V12.2732C8.2961 12.2727 8.33952 12.2728 8.37917 12.2729C8.39592 12.273 8.41199 12.2731 8.42731 12.2731H9.36907C9.38439 12.2731 9.40046 12.273 9.41721 12.2729C9.57947 12.2724 9.80462 12.2716 10.0128 12.3196C10.847 12.5118 11.3838 13.2254 11.5138 13.9819C11.5833 14.3867 11.5833 14.8867 11.5138 15.2915C11.3838 16.048 10.847 16.7616 10.0128 16.9538C9.80462 17.0018 9.57947 17.001 9.41721 17.0004C9.40046 17.0004 9.38439 17.0003 9.36907 17.0003H8.42731C8.41199 17.0003 8.39592 17.0004 8.37917 17.0004C8.21691 17.001 7.99176 17.0018 7.78361 16.9538C6.94935 16.7616 6.41253 16.048 6.28262 15.2915C6.24947 15.0984 6.24977 14.8871 6.25005 14.69C6.25008 14.6721 6.2501 14.6543 6.2501 14.6367C6.2501 14.6191 6.25008 14.6013 6.25005 14.5834C6.24997 14.5233 6.24988 14.4618 6.25074 14.4C6.25032 14.388 6.2501 14.376 6.2501 14.364V12.1822C6.2501 12.1667 6.2501 12.1512 6.2501 12.1358C6.25006 11.6614 6.25003 11.2323 6.28539 10.8841C6.32256 10.5181 6.40974 10.0928 6.69352 9.71711C7.00756 9.30138 7.42308 9.12617 7.81876 9.05575C8.13248 8.99991 8.50346 9.00012 8.83989 9.00031C8.85945 9.00032 8.87889 9.00033 8.89819 9.00033C8.914 9.00033 8.93031 9.00031 8.9471 9.00029C9.31563 8.99982 9.91365 8.99905 10.415 9.21333C10.7175 9.3426 11.019 9.56 11.2324 9.9085C11.4398 10.2473 11.5133 10.6273 11.5133 11.0003C11.5133 11.5526 11.0656 12.0003 10.5133 12.0003C9.96966 12.0003 9.52733 11.5665 9.51365 11.0261C9.48688 11.0221 9.4548 11.0182 9.41668 11.0148ZM8.26709 14.2736C8.26247 14.2845 8.25783 14.2987 8.25449 14.3164C8.25404 14.3214 8.25285 14.3368 8.25193 14.3679C8.2502 14.4263 8.2501 14.5041 8.2501 14.6367C8.2501 14.7693 8.2502 14.8471 8.25193 14.9055C8.25285 14.9366 8.25404 14.952 8.25449 14.957C8.25783 14.9747 8.26246 14.9889 8.26709 14.9998C8.27416 14.9999 8.28179 15 8.29002 15C8.32782 15.0003 8.37149 15.0003 8.42731 15.0003H9.36907C9.42488 15.0003 9.46856 15.0003 9.50636 15C9.51459 15 9.52221 14.9999 9.52929 14.9998C9.53426 14.9881 9.53924 14.9726 9.54261 14.953C9.57365 14.7722 9.57365 14.5012 9.54261 14.3204C9.53924 14.3008 9.53426 14.2853 9.52929 14.2736C9.52221 14.2735 9.51459 14.2734 9.50636 14.2734C9.46856 14.2731 9.42488 14.2731 9.36907 14.2731H8.42731C8.37149 14.2731 8.32782 14.2731 8.29002 14.2734C8.28179 14.2734 8.27417 14.2735 8.26709 14.2736ZM15.0515 9.00033C15.0651 9.00033 15.0786 9.00033 15.0922 9.00033C15.1058 9.00033 15.1193 9.00033 15.1329 9.00033C15.4301 9.00027 15.7268 9.00022 15.9773 9.02712C16.2588 9.05735 16.5915 9.13025 16.9054 9.35167C17.1183 9.50182 17.2976 9.69227 17.4354 9.90991C17.6345 10.2244 17.6985 10.5525 17.7255 10.8329C17.7502 11.0887 17.7501 11.394 17.7501 11.7115C17.7501 11.7244 17.7501 11.7374 17.7501 11.7503V14.2503C17.7501 14.2633 17.7501 14.2762 17.7501 14.2891C17.7501 14.6066 17.7502 14.912 17.7255 15.1678C17.6985 15.4482 17.6345 15.7763 17.4354 16.0908C17.2976 16.3084 17.1183 16.4988 16.9054 16.649C16.5915 16.8704 16.2588 16.9433 15.9773 16.9736C15.7268 17.0005 15.4301 17.0004 15.1329 17.0003C15.1193 17.0003 15.1058 17.0003 15.0922 17.0003C15.0786 17.0003 15.0651 17.0003 15.0515 17.0003C14.7543 17.0004 14.4577 17.0005 14.2071 16.9736C13.9256 16.9433 13.5929 16.8704 13.279 16.649C13.0661 16.4988 12.8868 16.3084 12.749 16.0908C12.55 15.7763 12.4859 15.4482 12.4589 15.1678C12.4342 14.912 12.4343 14.6066 12.4343 14.2891C12.4343 14.2762 12.4343 14.2633 12.4343 14.2503V11.7503C12.4343 11.7374 12.4343 11.7244 12.4343 11.7115C12.4343 11.394 12.4342 11.0887 12.4589 10.8329C12.4859 10.5525 12.55 10.2244 12.749 9.90991C12.8868 9.69227 13.0661 9.50182 13.279 9.35167C13.5929 9.13025 13.9256 9.05735 14.2071 9.02712C14.4577 9.00022 14.7543 9.00027 15.0515 9.00033ZM14.4509 11.0128C14.4505 11.0166 14.4501 11.0206 14.4497 11.0247C14.4354 11.1727 14.4343 11.3795 14.4343 11.7503V14.2503C14.4343 14.6212 14.4354 14.828 14.4497 14.9759C14.4501 14.9801 14.4505 14.9841 14.4509 14.9879C14.5799 14.9992 14.7641 15.0003 15.0922 15.0003C15.4203 15.0003 15.6045 14.9992 15.7336 14.9879C15.734 14.9841 15.7344 14.9801 15.7348 14.9759C15.749 14.828 15.7501 14.6212 15.7501 14.2503V11.7503C15.7501 11.3795 15.749 11.1727 15.7348 11.0247C15.7344 11.0206 15.734 11.0166 15.7336 11.0128C15.6045 11.0015 15.4203 11.0003 15.0922 11.0003C14.7641 11.0003 14.5799 11.0015 14.4509 11.0128Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.20455 12.0002C3.20455 16.8578 7.1424 20.7957 12 20.7957C16.8576 20.7957 20.7955 16.8578 20.7955 12.0002C20.7955 9.12332 19.4152 6.56905 17.2767 4.96274C16.8452 4.63859 16.7581 4.02597 17.0822 3.59442C17.4064 3.16287 18.019 3.0758 18.4506 3.39995C21.0594 5.35954 22.75 8.4826 22.75 12.0002C22.75 17.9373 17.9371 22.7502 12 22.7502C6.06294 22.7502 1.25 17.9373 1.25 12.0002C1.25 6.06318 6.06294 1.25024 12 1.25024C12.1696 1.25024 12.3925 1.25666 12.5602 1.26445C12.833 1.27689 13.1537 1.29151 13.4179 1.3514C13.7547 1.42776 14.1919 1.61955 14.4336 2.11735C14.6848 2.63467 14.5396 3.11228 14.3931 3.41242C14.2717 3.66103 14.0781 3.9317 13.9062 4.17209L12.7952 5.72737C12.4977 6.14389 11.9334 6.25689 11.5013 5.99985C11.4797 5.987 11.4689 5.98058 11.4443 5.96146C11.4197 5.94235 11.4043 5.92692 11.3734 5.89605L9.59391 4.11652C9.3756 3.89821 9.26645 3.78906 9.11648 3.75986C8.96651 3.73066 8.83463 3.78655 8.57088 3.89832C5.417 5.23486 3.20455 8.35918 3.20455 12.0002Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.41668 11.0148C9.27673 11.0022 9.11312 11.0003 8.89819 11.0003C8.69904 11.0003 8.54727 11.0004 8.41796 11.0048C8.36462 11.0065 8.32057 11.0089 8.28411 11.0116C8.28108 11.0331 8.27804 11.0578 8.27515 11.0862C8.25132 11.3208 8.2501 11.6464 8.2501 12.1822V12.2732C8.2961 12.2727 8.33952 12.2728 8.37917 12.2729C8.39592 12.273 8.41199 12.2731 8.42731 12.2731H9.36907C9.38439 12.2731 9.40046 12.273 9.41721 12.2729C9.57947 12.2724 9.80462 12.2716 10.0128 12.3196C10.847 12.5118 11.3838 13.2254 11.5138 13.9819C11.5833 14.3867 11.5833 14.8867 11.5138 15.2915C11.3838 16.048 10.847 16.7616 10.0128 16.9538C9.80462 17.0018 9.57947 17.001 9.41721 17.0004C9.40046 17.0004 9.38439 17.0003 9.36907 17.0003H8.42731C8.41199 17.0003 8.39592 17.0004 8.37917 17.0004C8.21691 17.001 7.99176 17.0018 7.78361 16.9538C6.94935 16.7616 6.41253 16.048 6.28262 15.2915C6.24947 15.0984 6.24977 14.8871 6.25005 14.69C6.25008 14.6721 6.2501 14.6543 6.2501 14.6367C6.2501 14.6191 6.25008 14.6013 6.25005 14.5834C6.24997 14.5233 6.24988 14.4618 6.25074 14.4C6.25032 14.388 6.2501 14.376 6.2501 14.364V12.1822C6.2501 12.1667 6.2501 12.1512 6.2501 12.1358C6.25006 11.6614 6.25003 11.2323 6.28539 10.8841C6.32256 10.5181 6.40974 10.0928 6.69352 9.71711C7.00756 9.30138 7.42308 9.12617 7.81876 9.05575C8.13248 8.99991 8.50346 9.00012 8.83989 9.00031C8.85945 9.00032 8.87889 9.00033 8.89819 9.00033C8.914 9.00033 8.93031 9.00031 8.9471 9.00029C9.31563 8.99982 9.91365 8.99905 10.415 9.21333C10.7175 9.3426 11.019 9.56 11.2324 9.9085C11.4398 10.2473 11.5133 10.6273 11.5133 11.0003C11.5133 11.5526 11.0656 12.0003 10.5133 12.0003C9.96966 12.0003 9.52733 11.5665 9.51365 11.0261C9.48688 11.0221 9.4548 11.0182 9.41668 11.0148ZM8.26709 14.2736C8.26247 14.2845 8.25783 14.2987 8.25449 14.3164C8.25404 14.3214 8.25285 14.3368 8.25193 14.3679C8.2502 14.4263 8.2501 14.5041 8.2501 14.6367C8.2501 14.7693 8.2502 14.8471 8.25193 14.9055C8.25285 14.9366 8.25404 14.952 8.25449 14.957C8.25783 14.9747 8.26246 14.9889 8.26709 14.9998C8.27416 14.9999 8.28179 15 8.29002 15C8.32782 15.0003 8.37149 15.0003 8.42731 15.0003H9.36907C9.42488 15.0003 9.46856 15.0003 9.50636 15C9.51459 15 9.52221 14.9999 9.52929 14.9998C9.53426 14.9881 9.53924 14.9726 9.54261 14.953C9.57365 14.7722 9.57365 14.5012 9.54261 14.3204C9.53924 14.3008 9.53426 14.2853 9.52929 14.2736C9.52221 14.2735 9.51459 14.2734 9.50636 14.2734C9.46856 14.2731 9.42488 14.2731 9.36907 14.2731H8.42731C8.37149 14.2731 8.32782 14.2731 8.29002 14.2734C8.28179 14.2734 8.27417 14.2735 8.26709 14.2736ZM15.0515 9.00033C15.0651 9.00033 15.0786 9.00033 15.0922 9.00033C15.1058 9.00033 15.1193 9.00033 15.1329 9.00033C15.4301 9.00027 15.7268 9.00022 15.9773 9.02712C16.2588 9.05735 16.5915 9.13025 16.9054 9.35167C17.1183 9.50182 17.2976 9.69227 17.4354 9.90991C17.6345 10.2244 17.6985 10.5525 17.7255 10.8329C17.7502 11.0887 17.7501 11.394 17.7501 11.7115C17.7501 11.7244 17.7501 11.7374 17.7501 11.7503V14.2503C17.7501 14.2633 17.7501 14.2762 17.7501 14.2891C17.7501 14.6066 17.7502 14.912 17.7255 15.1678C17.6985 15.4482 17.6345 15.7763 17.4354 16.0908C17.2976 16.3084 17.1183 16.4988 16.9054 16.649C16.5915 16.8704 16.2588 16.9433 15.9773 16.9736C15.7268 17.0005 15.4301 17.0004 15.1329 17.0003C15.1193 17.0003 15.1058 17.0003 15.0922 17.0003C15.0786 17.0003 15.0651 17.0003 15.0515 17.0003C14.7543 17.0004 14.4577 17.0005 14.2071 16.9736C13.9256 16.9433 13.5929 16.8704 13.279 16.649C13.0661 16.4988 12.8868 16.3084 12.749 16.0908C12.55 15.7763 12.4859 15.4482 12.4589 15.1678C12.4342 14.912 12.4343 14.6066 12.4343 14.2891C12.4343 14.2762 12.4343 14.2633 12.4343 14.2503V11.7503C12.4343 11.7374 12.4343 11.7244 12.4343 11.7115C12.4343 11.394 12.4342 11.0887 12.4589 10.8329C12.4859 10.5525 12.55 10.2244 12.749 9.90991C12.8868 9.69227 13.0661 9.50182 13.279 9.35167C13.5929 9.13025 13.9256 9.05735 14.2071 9.02712C14.4577 9.00022 14.7543 9.00027 15.0515 9.00033ZM14.4509 11.0128C14.4505 11.0166 14.4501 11.0206 14.4497 11.0247C14.4354 11.1727 14.4343 11.3795 14.4343 11.7503V14.2503C14.4343 14.6212 14.4354 14.828 14.4497 14.9759C14.4501 14.9801 14.4505 14.9841 14.4509 14.9879C14.5799 14.9992 14.7641 15.0003 15.0922 15.0003C15.4203 15.0003 15.6045 14.9992 15.7336 14.9879C15.734 14.9841 15.7344 14.9801 15.7348 14.9759C15.749 14.828 15.7501 14.6212 15.7501 14.2503V11.7503C15.7501 11.3795 15.749 11.1727 15.7348 11.0247C15.7344 11.0206 15.734 11.0166 15.7336 11.0128C15.6045 11.0015 15.4203 11.0003 15.0922 11.0003C14.7641 11.0003 14.5799 11.0015 14.4509 11.0128Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-headphone-mute{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0002 4.75C15.3139 4.75 18.0002 7.43629 18.0002 10.75V11.7585C18.0002 11.8094 18.0002 11.8349 17.9968 11.8574C17.9838 11.9426 17.9369 12.0157 17.8648 12.0629C17.8458 12.0754 17.8221 12.0863 17.7747 12.1079C17.5668 12.2008 17.2007 12.3648 16.8809 12.6357C16.7236 12.769 16.645 12.8357 16.6395 12.9672C16.6341 13.0986 16.7214 13.1859 16.8959 13.3604L21.5844 18.0489C21.8347 18.2992 21.9599 18.4244 22.1162 18.3943C22.2725 18.3642 22.3359 18.2163 22.4627 17.9206C22.5241 17.7773 22.5773 17.6285 22.6195 17.4741C22.7941 16.8348 22.7941 16.1652 22.6195 15.5259C22.5011 15.0927 22.287 14.7104 22.0044 14.3091C21.7314 13.9216 21.3638 13.4751 20.9095 12.9233L20.906 12.919L20.9026 12.9147C20.8712 12.8751 20.6289 12.5701 20.5591 12.4901C20.4838 12.4039 20.3925 12.3072 20.2832 12.2142C20.1314 12.085 20.0556 12.0204 20.0279 11.9606C20.0002 11.9007 20.0002 11.8226 20.0002 11.6663V10.75C20.0002 6.33172 16.4185 2.75 12.0002 2.75C10.6385 2.75 9.35629 3.09021 8.23387 3.69028C7.94496 3.84473 7.8005 3.92196 7.77835 4.07133C7.7562 4.22069 7.87819 4.34268 8.12216 4.58666L8.734 5.19849C8.88559 5.35009 8.96139 5.42588 9.05465 5.44227C9.1479 5.45866 9.25234 5.40981 9.46123 5.31211C10.2323 4.95147 11.0927 4.75 12.0002 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.342 19.6081C16.2489 19.3327 16.2497 19.0384 16.2503 18.7645V17.6989C16.2503 17.0824 16.2503 16.7742 16.4355 16.6975C16.6207 16.6208 16.8387 16.8387 17.2746 17.2746L20.1295 20.1295C20.3303 20.3303 20.4307 20.4307 20.4185 20.5701C20.4062 20.7096 20.3089 20.7776 20.1144 20.9136C20.0728 20.9427 20.03 20.9698 19.9855 20.9947C19.6365 21.1906 19.2342 21.2755 18.8368 21.2434C18.4791 21.2144 18.1376 21.0581 17.7747 20.8921C17.4186 20.7329 16.5977 20.3652 16.342 19.6081Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.00023 10.75V11.6663C4.00023 11.8226 4.00023 11.9007 3.97256 11.9606C3.9449 12.0204 3.86902 12.085 3.71727 12.2142C3.60792 12.3072 3.51663 12.4039 3.44139 12.4901C3.37155 12.5701 3.12942 12.8749 3.098 12.9145L3.09459 12.9188L3.0911 12.923C2.63673 13.4749 2.26913 13.9215 1.99611 14.3091C1.71345 14.7104 1.49932 15.0927 1.38098 15.5259C1.20634 16.1652 1.20634 16.8348 1.38098 17.4741C1.54407 18.0711 1.8724 18.5849 2.20005 19.0137C2.39841 19.2733 2.63893 19.552 2.8508 19.7975C2.96052 19.9247 3.19239 20.2008 3.21678 20.2299L3.21886 20.2323L3.22107 20.235C3.46137 20.5282 3.69888 20.8174 4.01491 20.9947C4.36396 21.1906 4.76625 21.2755 5.16362 21.2434C5.52132 21.2144 5.86282 21.0581 6.22572 20.8921C6.58188 20.7329 7.40272 20.3652 7.6585 19.6081C7.75152 19.3327 7.75079 19.0384 7.75011 18.7645V14.2355C7.75079 13.9616 7.75152 13.6672 7.6585 13.3919C7.40272 12.6348 6.5819 12.2671 6.22574 12.1079C6.17837 12.0863 6.15468 12.0754 6.13564 12.0629C6.0636 12.0157 6.01668 11.9426 6.00367 11.8574C6.00023 11.8349 6.00023 11.8094 6.00023 11.7585V10.75C6.00023 9.59758 6.32513 8.52105 6.88832 7.607L6.88832 7.607C7.02451 7.38596 7.09261 7.27544 7.08048 7.17191C7.06836 7.06838 6.98306 6.98308 6.81246 6.81249L6.22643 6.22646C6.00224 6.00227 5.89014 5.89017 5.74917 5.90385C5.6082 5.91754 5.52418 6.04253 5.35614 6.29251C4.49988 7.56629 4.00023 9.09979 4.00023 10.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0002 4.75C15.3139 4.75 18.0002 7.43629 18.0002 10.75V11.7585C18.0002 11.8094 18.0002 11.8349 17.9968 11.8574C17.9838 11.9426 17.9369 12.0157 17.8648 12.0629C17.8458 12.0754 17.8221 12.0863 17.7747 12.1079C17.5668 12.2008 17.2007 12.3648 16.8809 12.6357C16.7236 12.769 16.645 12.8357 16.6395 12.9672C16.6341 13.0986 16.7214 13.1859 16.8959 13.3604L21.5844 18.0489C21.8347 18.2992 21.9599 18.4244 22.1162 18.3943C22.2725 18.3642 22.3359 18.2163 22.4627 17.9206C22.5241 17.7773 22.5773 17.6285 22.6195 17.4741C22.7941 16.8348 22.7941 16.1652 22.6195 15.5259C22.5011 15.0927 22.287 14.7104 22.0044 14.3091C21.7314 13.9216 21.3638 13.4751 20.9095 12.9233L20.906 12.919L20.9026 12.9147C20.8712 12.8751 20.6289 12.5701 20.5591 12.4901C20.4838 12.4039 20.3925 12.3072 20.2832 12.2142C20.1314 12.085 20.0556 12.0204 20.0279 11.9606C20.0002 11.9007 20.0002 11.8226 20.0002 11.6663V10.75C20.0002 6.33172 16.4185 2.75 12.0002 2.75C10.6385 2.75 9.35629 3.09021 8.23387 3.69028C7.94496 3.84473 7.8005 3.92196 7.77835 4.07133C7.7562 4.22069 7.87819 4.34268 8.12216 4.58666L8.734 5.19849C8.88559 5.35009 8.96139 5.42588 9.05465 5.44227C9.1479 5.45866 9.25234 5.40981 9.46123 5.31211C10.2323 4.95147 11.0927 4.75 12.0002 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.342 19.6081C16.2489 19.3327 16.2497 19.0384 16.2503 18.7645V17.6989C16.2503 17.0824 16.2503 16.7742 16.4355 16.6975C16.6207 16.6208 16.8387 16.8387 17.2746 17.2746L20.1295 20.1295C20.3303 20.3303 20.4307 20.4307 20.4185 20.5701C20.4062 20.7096 20.3089 20.7776 20.1144 20.9136C20.0728 20.9427 20.03 20.9698 19.9855 20.9947C19.6365 21.1906 19.2342 21.2755 18.8368 21.2434C18.4791 21.2144 18.1376 21.0581 17.7747 20.8921C17.4186 20.7329 16.5977 20.3652 16.342 19.6081Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.00023 10.75V11.6663C4.00023 11.8226 4.00023 11.9007 3.97256 11.9606C3.9449 12.0204 3.86902 12.085 3.71727 12.2142C3.60792 12.3072 3.51663 12.4039 3.44139 12.4901C3.37155 12.5701 3.12942 12.8749 3.098 12.9145L3.09459 12.9188L3.0911 12.923C2.63673 13.4749 2.26913 13.9215 1.99611 14.3091C1.71345 14.7104 1.49932 15.0927 1.38098 15.5259C1.20634 16.1652 1.20634 16.8348 1.38098 17.4741C1.54407 18.0711 1.8724 18.5849 2.20005 19.0137C2.39841 19.2733 2.63893 19.552 2.8508 19.7975C2.96052 19.9247 3.19239 20.2008 3.21678 20.2299L3.21886 20.2323L3.22107 20.235C3.46137 20.5282 3.69888 20.8174 4.01491 20.9947C4.36396 21.1906 4.76625 21.2755 5.16362 21.2434C5.52132 21.2144 5.86282 21.0581 6.22572 20.8921C6.58188 20.7329 7.40272 20.3652 7.6585 19.6081C7.75152 19.3327 7.75079 19.0384 7.75011 18.7645V14.2355C7.75079 13.9616 7.75152 13.6672 7.6585 13.3919C7.40272 12.6348 6.5819 12.2671 6.22574 12.1079C6.17837 12.0863 6.15468 12.0754 6.13564 12.0629C6.0636 12.0157 6.01668 11.9426 6.00367 11.8574C6.00023 11.8349 6.00023 11.8094 6.00023 11.7585V10.75C6.00023 9.59758 6.32513 8.52105 6.88832 7.607L6.88832 7.607C7.02451 7.38596 7.09261 7.27544 7.08048 7.17191C7.06836 7.06838 6.98306 6.98308 6.81246 6.81249L6.22643 6.22646C6.00224 6.00227 5.89014 5.89017 5.74917 5.90385C5.6082 5.91754 5.52418 6.04253 5.35614 6.29251C4.49988 7.56629 4.00023 9.09979 4.00023 10.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-headphones{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 10.75C6 7.43629 8.68629 4.75 12 4.75C15.3137 4.75 18 7.43629 18 10.75V12.006C17.9255 12.0388 17.8505 12.0732 17.7745 12.1079C17.4183 12.2671 16.5975 12.6348 16.3417 13.3919C16.2487 13.6672 16.2494 13.9616 16.2501 14.2355V18.7645C16.2494 19.0384 16.2487 19.3327 16.3417 19.6081C16.5975 20.3652 17.4183 20.7329 17.7745 20.8921L17.7745 20.8921C18.1374 21.0581 18.4789 21.2144 18.8366 21.2434C19.234 21.2755 19.6363 21.1906 19.9853 20.9947C20.3023 20.8168 20.5403 20.5265 20.7813 20.2324L20.7814 20.2323C20.7814 20.2323 21.0335 19.9318 21.1494 19.7975L21.1494 19.7975C21.3613 19.552 21.6018 19.2733 21.8002 19.0137C22.1278 18.5849 22.4562 18.0711 22.6193 17.4741C22.7939 16.8348 22.7939 16.1652 22.6193 15.5259C22.5009 15.0927 22.2868 14.7104 22.0041 14.3091C21.7304 13.9206 21.3617 13.4727 20.9058 12.919L20.9057 12.9188L20.9056 12.9188L20.9056 12.9188C20.9056 12.9188 20.6336 12.5757 20.5588 12.4901C20.4262 12.3381 20.2435 12.1535 20 12.0136V10.75C20 6.33172 16.4183 2.75 12 2.75C7.58172 2.75 4 6.33172 4 10.75V12.0136C3.75646 12.1535 3.57385 12.3381 3.44116 12.4901C3.36642 12.5757 3.0944 12.9188 3.0944 12.9188L3.09437 12.9188C2.63837 13.4726 2.2696 13.9205 1.99588 14.3091C1.71322 14.7104 1.49909 15.0927 1.38075 15.5259C1.20611 16.1652 1.20611 16.8348 1.38075 17.4741C1.54384 18.0711 1.87217 18.5849 2.19982 19.0137C2.39818 19.2733 2.6387 19.552 2.85057 19.7975L2.85058 19.7975C2.96648 19.9318 3.21864 20.2323 3.21864 20.2323C3.45969 20.5265 3.69768 20.8168 4.01468 20.9947C4.36372 21.1906 4.76602 21.2755 5.16339 21.2434C5.52109 21.2144 5.86259 21.0581 6.22549 20.8921L6.22551 20.8921C6.58166 20.7329 7.40248 20.3652 7.65827 19.6081C7.75129 19.3327 7.75056 19.0384 7.74988 18.7645V14.2355C7.75056 13.9616 7.75129 13.6672 7.65827 13.3919C7.40248 12.6348 6.58167 12.2671 6.22551 12.1079C6.14952 12.0732 6.07446 12.0388 6 12.006V10.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 10.75C6 7.43629 8.68629 4.75 12 4.75C15.3137 4.75 18 7.43629 18 10.75V12.006C17.9255 12.0388 17.8505 12.0732 17.7745 12.1079C17.4183 12.2671 16.5975 12.6348 16.3417 13.3919C16.2487 13.6672 16.2494 13.9616 16.2501 14.2355V18.7645C16.2494 19.0384 16.2487 19.3327 16.3417 19.6081C16.5975 20.3652 17.4183 20.7329 17.7745 20.8921L17.7745 20.8921C18.1374 21.0581 18.4789 21.2144 18.8366 21.2434C19.234 21.2755 19.6363 21.1906 19.9853 20.9947C20.3023 20.8168 20.5403 20.5265 20.7813 20.2324L20.7814 20.2323C20.7814 20.2323 21.0335 19.9318 21.1494 19.7975L21.1494 19.7975C21.3613 19.552 21.6018 19.2733 21.8002 19.0137C22.1278 18.5849 22.4562 18.0711 22.6193 17.4741C22.7939 16.8348 22.7939 16.1652 22.6193 15.5259C22.5009 15.0927 22.2868 14.7104 22.0041 14.3091C21.7304 13.9206 21.3617 13.4727 20.9058 12.919L20.9057 12.9188L20.9056 12.9188L20.9056 12.9188C20.9056 12.9188 20.6336 12.5757 20.5588 12.4901C20.4262 12.3381 20.2435 12.1535 20 12.0136V10.75C20 6.33172 16.4183 2.75 12 2.75C7.58172 2.75 4 6.33172 4 10.75V12.0136C3.75646 12.1535 3.57385 12.3381 3.44116 12.4901C3.36642 12.5757 3.0944 12.9188 3.0944 12.9188L3.09437 12.9188C2.63837 13.4726 2.2696 13.9205 1.99588 14.3091C1.71322 14.7104 1.49909 15.0927 1.38075 15.5259C1.20611 16.1652 1.20611 16.8348 1.38075 17.4741C1.54384 18.0711 1.87217 18.5849 2.19982 19.0137C2.39818 19.2733 2.6387 19.552 2.85057 19.7975L2.85058 19.7975C2.96648 19.9318 3.21864 20.2323 3.21864 20.2323C3.45969 20.5265 3.69768 20.8168 4.01468 20.9947C4.36372 21.1906 4.76602 21.2755 5.16339 21.2434C5.52109 21.2144 5.86259 21.0581 6.22549 20.8921L6.22551 20.8921C6.58166 20.7329 7.40248 20.3652 7.65827 19.6081C7.75129 19.3327 7.75056 19.0384 7.74988 18.7645V14.2355C7.75056 13.9616 7.75129 13.6672 7.65827 13.3919C7.40248 12.6348 6.58167 12.2671 6.22551 12.1079C6.14952 12.0732 6.07446 12.0388 6 12.006V10.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-mic-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C8.82436 1.25 6.25 3.82436 6.25 7V11C6.25 14.1756 8.82436 16.75 12 16.75C14.6852 16.75 16.9406 14.9093 17.5731 12.4209C17.6475 12.1281 17.6847 11.9817 17.5947 11.8658C17.5046 11.75 17.3425 11.75 17.0183 11.75H14C13.5858 11.75 13.25 11.4142 13.25 11C13.25 10.5858 13.5858 10.25 14 10.25H17.15C17.4328 10.25 17.5743 10.25 17.6621 10.1621C17.75 10.0743 17.75 9.93284 17.75 9.65V8.35C17.75 8.06716 17.75 7.92574 17.6621 7.83787C17.5743 7.75 17.4328 7.75 17.15 7.75H14C13.5858 7.75 13.25 7.41421 13.25 7C13.25 6.58579 13.5858 6.25 14 6.25H17.0183C17.3425 6.25 17.5046 6.25 17.5947 6.13416C17.6847 6.01832 17.6475 5.87191 17.5731 5.57911C16.9406 3.09067 14.6852 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.22222 10.25C4.75917 10.25 5.19444 10.6805 5.19444 11.2115C5.19444 14.9288 8.2414 17.9423 12 17.9423C15.7586 17.9423 18.8056 14.9288 18.8056 11.2115C18.8056 10.6805 19.2408 10.25 19.7778 10.25C20.3147 10.25 20.75 10.6805 20.75 11.2115C20.75 15.6659 17.3472 19.3343 12.9722 19.8126V20.8269H14.9167C15.4536 20.8269 15.8889 21.2574 15.8889 21.7885C15.8889 22.3195 15.4536 22.75 14.9167 22.75H9.08333C8.54639 22.75 8.11111 22.3195 8.11111 21.7885C8.11111 21.2574 8.54639 20.8269 9.08333 20.8269H11.0278V19.8126C6.65283 19.3343 3.25 15.6659 3.25 11.2115C3.25 10.6805 3.68528 10.25 4.22222 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C8.82436 1.25 6.25 3.82436 6.25 7V11C6.25 14.1756 8.82436 16.75 12 16.75C14.6852 16.75 16.9406 14.9093 17.5731 12.4209C17.6475 12.1281 17.6847 11.9817 17.5947 11.8658C17.5046 11.75 17.3425 11.75 17.0183 11.75H14C13.5858 11.75 13.25 11.4142 13.25 11C13.25 10.5858 13.5858 10.25 14 10.25H17.15C17.4328 10.25 17.5743 10.25 17.6621 10.1621C17.75 10.0743 17.75 9.93284 17.75 9.65V8.35C17.75 8.06716 17.75 7.92574 17.6621 7.83787C17.5743 7.75 17.4328 7.75 17.15 7.75H14C13.5858 7.75 13.25 7.41421 13.25 7C13.25 6.58579 13.5858 6.25 14 6.25H17.0183C17.3425 6.25 17.5046 6.25 17.5947 6.13416C17.6847 6.01832 17.6475 5.87191 17.5731 5.57911C16.9406 3.09067 14.6852 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.22222 10.25C4.75917 10.25 5.19444 10.6805 5.19444 11.2115C5.19444 14.9288 8.2414 17.9423 12 17.9423C15.7586 17.9423 18.8056 14.9288 18.8056 11.2115C18.8056 10.6805 19.2408 10.25 19.7778 10.25C20.3147 10.25 20.75 10.6805 20.75 11.2115C20.75 15.6659 17.3472 19.3343 12.9722 19.8126V20.8269H14.9167C15.4536 20.8269 15.8889 21.2574 15.8889 21.7885C15.8889 22.3195 15.4536 22.75 14.9167 22.75H9.08333C8.54639 22.75 8.11111 22.3195 8.11111 21.7885C8.11111 21.2574 8.54639 20.8269 9.08333 20.8269H11.0278V19.8126C6.65283 19.3343 3.25 15.6659 3.25 11.2115C3.25 10.6805 3.68528 10.25 4.22222 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-mic-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.25 7C6.25 3.82436 8.82436 1.25 12 1.25C15.1756 1.25 17.75 3.82436 17.75 7V11C17.75 14.1756 15.1756 16.75 12 16.75C8.82436 16.75 6.25 14.1756 6.25 11V7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.22222 10.25C4.75917 10.25 5.19444 10.6805 5.19444 11.2115C5.19444 14.9288 8.2414 17.9423 12 17.9423C15.7586 17.9423 18.8056 14.9288 18.8056 11.2115C18.8056 10.6805 19.2408 10.25 19.7778 10.25C20.3147 10.25 20.75 10.6805 20.75 11.2115C20.75 15.6659 17.3472 19.3343 12.9722 19.8126V20.8269H14.9167C15.4536 20.8269 15.8889 21.2574 15.8889 21.7885C15.8889 22.3195 15.4536 22.75 14.9167 22.75H9.08333C8.54639 22.75 8.11111 22.3195 8.11111 21.7885C8.11111 21.2574 8.54639 20.8269 9.08333 20.8269H11.0278V19.8126C6.65283 19.3343 3.25 15.6659 3.25 11.2115C3.25 10.6805 3.68528 10.25 4.22222 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.25 7C6.25 3.82436 8.82436 1.25 12 1.25C15.1756 1.25 17.75 3.82436 17.75 7V11C17.75 14.1756 15.1756 16.75 12 16.75C8.82436 16.75 6.25 14.1756 6.25 11V7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.22222 10.25C4.75917 10.25 5.19444 10.6805 5.19444 11.2115C5.19444 14.9288 8.2414 17.9423 12 17.9423C15.7586 17.9423 18.8056 14.9288 18.8056 11.2115C18.8056 10.6805 19.2408 10.25 19.7778 10.25C20.3147 10.25 20.75 10.6805 20.75 11.2115C20.75 15.6659 17.3472 19.3343 12.9722 19.8126V20.8269H14.9167C15.4536 20.8269 15.8889 21.2574 15.8889 21.7885C15.8889 22.3195 15.4536 22.75 14.9167 22.75H9.08333C8.54639 22.75 8.11111 22.3195 8.11111 21.7885C8.11111 21.2574 8.54639 20.8269 9.08333 20.8269H11.0278V19.8126C6.65283 19.3343 3.25 15.6659 3.25 11.2115C3.25 10.6805 3.68528 10.25 4.22222 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-mic-off-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.25 7.00012V11.0001C6.25 14.1758 8.82436 16.7501 12 16.7501C13.0898 16.7501 14.1087 16.447 14.9772 15.9204C15.2338 15.7647 15.3621 15.6869 15.3796 15.542C15.3971 15.3971 15.2833 15.2833 15.0555 15.0555L6.79426 6.79426C6.76014 6.76014 6.74307 6.74307 6.72091 6.72771C6.55245 6.61093 6.29136 6.71908 6.25481 6.92077C6.25 6.9473 6.25 6.96491 6.25 7.00012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.75 9.65012V8.35012C17.75 8.06728 17.75 7.92586 17.6621 7.83799C17.5743 7.75012 17.4328 7.75012 17.15 7.75012H14C13.5858 7.75012 13.25 7.41434 13.25 7.00012C13.25 6.58591 13.5858 6.25012 14 6.25012H17.0183C17.3425 6.25012 17.5046 6.25012 17.5947 6.13428C17.6847 6.01844 17.6475 5.87204 17.5731 5.57923C16.9406 3.09079 14.6852 1.25012 12 1.25012C10.2178 1.25012 8.62506 2.06089 7.57037 3.3337C7.42537 3.50869 7.35287 3.59618 7.3583 3.71218C7.36372 3.82819 7.44982 3.91429 7.62202 4.08649L13.6099 10.0744C13.6966 10.1611 13.74 10.2044 13.7951 10.2273C13.8502 10.2501 13.9116 10.2501 14.0342 10.2501H17.15C17.4328 10.2501 17.5743 10.2501 17.6621 10.1623C17.75 10.0744 17.75 9.93296 17.75 9.65012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5947 11.866C17.6847 11.9818 17.6475 12.1282 17.5731 12.421C17.5376 12.5607 17.497 12.6983 17.4515 12.8337C17.3373 13.1733 17.2802 13.3432 17.1176 13.3813C16.955 13.4195 16.8189 13.2834 16.5467 13.0111L15.6271 12.0915C15.4818 11.9462 15.4091 11.8736 15.4347 11.8119C15.4603 11.7501 15.563 11.7501 15.7685 11.7501H17.0183C17.3425 11.7501 17.5046 11.7501 17.5947 11.866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.22222 10.2501C4.75917 10.2501 5.19444 10.6806 5.19444 11.2117C5.19444 14.929 8.2414 17.9424 12 17.9424C13.664 17.9424 15.1885 17.3518 16.3709 16.3709L17.7418 17.7418C16.435 18.8667 14.7873 19.6143 12.9722 19.8127V20.827H14.9167C15.4536 20.827 15.8889 21.2575 15.8889 21.7886C15.8889 22.3196 15.4536 22.7501 14.9167 22.7501H9.08333C8.54639 22.7501 8.11111 22.3196 8.11111 21.7886C8.11111 21.2575 8.54639 20.827 9.08333 20.827H11.0278V19.8127C6.65283 19.3344 3.25 15.666 3.25 11.2117C3.25 10.6806 3.68528 10.2501 4.22222 10.2501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.8056 11.2117C18.8056 10.6806 19.2408 10.2501 19.7778 10.2501C20.3147 10.2501 20.75 10.6806 20.75 11.2117C20.75 12.6538 20.3933 14.0136 19.7624 15.2094C19.6076 15.5029 19.5301 15.6497 19.3803 15.6723C19.2305 15.695 19.1073 15.5718 18.8611 15.3255L18.2934 14.7579C18.1427 14.6071 18.0673 14.5317 18.0509 14.4384C18.0345 14.3452 18.0827 14.2421 18.1792 14.036C18.5812 13.1772 18.8056 12.2203 18.8056 11.2117Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.25 7.00012V11.0001C6.25 14.1758 8.82436 16.7501 12 16.7501C13.0898 16.7501 14.1087 16.447 14.9772 15.9204C15.2338 15.7647 15.3621 15.6869 15.3796 15.542C15.3971 15.3971 15.2833 15.2833 15.0555 15.0555L6.79426 6.79426C6.76014 6.76014 6.74307 6.74307 6.72091 6.72771C6.55245 6.61093 6.29136 6.71908 6.25481 6.92077C6.25 6.9473 6.25 6.96491 6.25 7.00012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.75 9.65012V8.35012C17.75 8.06728 17.75 7.92586 17.6621 7.83799C17.5743 7.75012 17.4328 7.75012 17.15 7.75012H14C13.5858 7.75012 13.25 7.41434 13.25 7.00012C13.25 6.58591 13.5858 6.25012 14 6.25012H17.0183C17.3425 6.25012 17.5046 6.25012 17.5947 6.13428C17.6847 6.01844 17.6475 5.87204 17.5731 5.57923C16.9406 3.09079 14.6852 1.25012 12 1.25012C10.2178 1.25012 8.62506 2.06089 7.57037 3.3337C7.42537 3.50869 7.35287 3.59618 7.3583 3.71218C7.36372 3.82819 7.44982 3.91429 7.62202 4.08649L13.6099 10.0744C13.6966 10.1611 13.74 10.2044 13.7951 10.2273C13.8502 10.2501 13.9116 10.2501 14.0342 10.2501H17.15C17.4328 10.2501 17.5743 10.2501 17.6621 10.1623C17.75 10.0744 17.75 9.93296 17.75 9.65012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5947 11.866C17.6847 11.9818 17.6475 12.1282 17.5731 12.421C17.5376 12.5607 17.497 12.6983 17.4515 12.8337C17.3373 13.1733 17.2802 13.3432 17.1176 13.3813C16.955 13.4195 16.8189 13.2834 16.5467 13.0111L15.6271 12.0915C15.4818 11.9462 15.4091 11.8736 15.4347 11.8119C15.4603 11.7501 15.563 11.7501 15.7685 11.7501H17.0183C17.3425 11.7501 17.5046 11.7501 17.5947 11.866Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.22222 10.2501C4.75917 10.2501 5.19444 10.6806 5.19444 11.2117C5.19444 14.929 8.2414 17.9424 12 17.9424C13.664 17.9424 15.1885 17.3518 16.3709 16.3709L17.7418 17.7418C16.435 18.8667 14.7873 19.6143 12.9722 19.8127V20.827H14.9167C15.4536 20.827 15.8889 21.2575 15.8889 21.7886C15.8889 22.3196 15.4536 22.7501 14.9167 22.7501H9.08333C8.54639 22.7501 8.11111 22.3196 8.11111 21.7886C8.11111 21.2575 8.54639 20.827 9.08333 20.827H11.0278V19.8127C6.65283 19.3344 3.25 15.666 3.25 11.2117C3.25 10.6806 3.68528 10.2501 4.22222 10.2501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.8056 11.2117C18.8056 10.6806 19.2408 10.2501 19.7778 10.2501C20.3147 10.2501 20.75 10.6806 20.75 11.2117C20.75 12.6538 20.3933 14.0136 19.7624 15.2094C19.6076 15.5029 19.5301 15.6497 19.3803 15.6723C19.2305 15.695 19.1073 15.5718 18.8611 15.3255L18.2934 14.7579C18.1427 14.6071 18.0673 14.5317 18.0509 14.4384C18.0345 14.3452 18.0827 14.2421 18.1792 14.036C18.5812 13.1772 18.8056 12.2203 18.8056 11.2117Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-mic-off-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 1.25C15.1756 1.25 17.75 3.82436 17.75 7V11C17.75 11.641 17.6451 12.2575 17.4516 12.8333C17.3374 13.1729 17.2803 13.3428 17.1177 13.3809C16.9551 13.4191 16.819 13.283 16.5467 13.0107L7.62218 4.08618C7.44997 3.91397 7.36387 3.82786 7.35845 3.71186C7.35302 3.59585 7.42553 3.50835 7.57054 3.33337C8.62524 2.06068 10.2179 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 16.75C8.82436 16.75 6.25 14.1756 6.25 11V7C6.25 6.96449 6.25 6.94673 6.25484 6.9201C6.2915 6.7186 6.55234 6.61056 6.72074 6.72712C6.74299 6.74252 6.76017 6.7597 6.79452 6.79405L15.0557 15.0553C15.2835 15.283 15.3973 15.3969 15.3798 15.5417C15.3624 15.6866 15.234 15.7645 14.9774 15.9201C14.1089 16.4468 13.0899 16.75 12 16.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.22222 10.25C4.75917 10.25 5.19444 10.6805 5.19444 11.2115C5.19444 14.9288 8.2414 17.9423 12 17.9423C13.6641 17.9423 15.1887 17.3516 16.3711 16.3706L17.742 17.7416C16.4352 18.8666 14.7874 19.6141 12.9722 19.8126V20.8269H14.9167C15.4536 20.8269 15.8889 21.2574 15.8889 21.7885C15.8889 22.3195 15.4536 22.75 14.9167 22.75H9.08333C8.54639 22.75 8.11111 22.3195 8.11111 21.7885C8.11111 21.2574 8.54639 20.8269 9.08333 20.8269H11.0278V19.8126C6.65283 19.3343 3.25 15.6659 3.25 11.2115C3.25 10.6805 3.68528 10.25 4.22222 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.8056 11.2115C18.8056 10.6805 19.2408 10.25 19.7778 10.25C20.3147 10.25 20.75 10.6805 20.75 11.2115C20.75 12.6536 20.3934 14.0133 19.7626 15.209C19.6077 15.5026 19.5303 15.6493 19.3804 15.672C19.2306 15.6946 19.1075 15.5715 18.8612 15.3252L18.2935 14.7575C18.1428 14.6068 18.0674 14.5314 18.051 14.4381C18.0346 14.3448 18.0828 14.2418 18.1793 14.0357C18.5813 13.1769 18.8056 12.2201 18.8056 11.2115Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 1.25C15.1756 1.25 17.75 3.82436 17.75 7V11C17.75 11.641 17.6451 12.2575 17.4516 12.8333C17.3374 13.1729 17.2803 13.3428 17.1177 13.3809C16.9551 13.4191 16.819 13.283 16.5467 13.0107L7.62218 4.08618C7.44997 3.91397 7.36387 3.82786 7.35845 3.71186C7.35302 3.59585 7.42553 3.50835 7.57054 3.33337C8.62524 2.06068 10.2179 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 16.75C8.82436 16.75 6.25 14.1756 6.25 11V7C6.25 6.96449 6.25 6.94673 6.25484 6.9201C6.2915 6.7186 6.55234 6.61056 6.72074 6.72712C6.74299 6.74252 6.76017 6.7597 6.79452 6.79405L15.0557 15.0553C15.2835 15.283 15.3973 15.3969 15.3798 15.5417C15.3624 15.6866 15.234 15.7645 14.9774 15.9201C14.1089 16.4468 13.0899 16.75 12 16.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.22222 10.25C4.75917 10.25 5.19444 10.6805 5.19444 11.2115C5.19444 14.9288 8.2414 17.9423 12 17.9423C13.6641 17.9423 15.1887 17.3516 16.3711 16.3706L17.742 17.7416C16.4352 18.8666 14.7874 19.6141 12.9722 19.8126V20.8269H14.9167C15.4536 20.8269 15.8889 21.2574 15.8889 21.7885C15.8889 22.3195 15.4536 22.75 14.9167 22.75H9.08333C8.54639 22.75 8.11111 22.3195 8.11111 21.7885C8.11111 21.2574 8.54639 20.8269 9.08333 20.8269H11.0278V19.8126C6.65283 19.3343 3.25 15.6659 3.25 11.2115C3.25 10.6805 3.68528 10.25 4.22222 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.8056 11.2115C18.8056 10.6805 19.2408 10.25 19.7778 10.25C20.3147 10.25 20.75 10.6805 20.75 11.2115C20.75 12.6536 20.3934 14.0133 19.7626 15.209C19.6077 15.5026 19.5303 15.6493 19.3804 15.672C19.2306 15.6946 19.1075 15.5715 18.8612 15.3252L18.2935 14.7575C18.1428 14.6068 18.0674 14.5314 18.051 14.4381C18.0346 14.3448 18.0828 14.2418 18.1793 14.0357C18.5813 13.1769 18.8056 12.2201 18.8056 11.2115Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-music-note-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.71022 1.04299C7.13197 0.915287 7.58761 1.07872 7.83205 1.44538C7.93278 1.59647 8.00471 1.76386 8.0502 1.87381C8.07823 1.94156 8.1132 2.03071 8.14594 2.11419L8.14595 2.1142C8.16553 2.16413 8.18432 2.21204 8.20035 2.25212C8.30223 2.50681 8.41415 2.75946 8.56707 2.99821C8.85068 3.44099 9.29042 3.86802 10.1644 4.01368C10.7092 4.10448 11.0772 4.61971 10.9864 5.16448C10.8956 5.70925 10.3804 6.07727 9.8356 5.98647C9.0795 5.86046 8.47866 5.59485 8 5.25768V9.50008C8 11.4331 6.433 13.0001 4.5 13.0001C2.567 13.0001 1 11.4331 1 9.50008C1 7.56708 2.567 6.00008 4.5 6.00008C5.0368 6.00008 5.54537 6.12092 6 6.33689V2.00008C6 1.55941 6.28846 1.17068 6.71022 1.04299Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M23 6.76182V9.98347C23.0001 9.99321 23.0001 10.0029 23 10.0127V17.9249C23 17.934 22.9999 17.943 22.9996 17.952C22.9999 17.9676 23 17.9833 23 17.999C23 19.6558 21.6569 20.999 20 20.999C18.3431 20.999 17 19.6558 17 17.999C17 16.3421 18.3431 14.999 20 14.999C20.3506 14.999 20.6872 15.0591 21 15.1697V11.8205C19.4846 12.6912 17.0912 13.7695 14 13.9671V19.499C14 21.432 12.433 22.999 10.5 22.999C8.567 22.999 7 21.432 7 19.499C7 17.566 8.567 15.999 10.5 15.999C11.0368 15.999 11.5454 16.1198 12 16.3358V10.999L12 10.9497C11.9999 10.5374 11.9999 10.1453 12.0376 9.82344C12.0788 9.47243 12.1785 9.05447 12.4932 8.69389C12.8204 8.31909 13.2518 8.16775 13.5979 8.08222C13.9317 7.99974 14.3525 7.94236 14.8115 7.87979L14.8597 7.8732C17.6671 7.49016 19.7158 6.31939 20.8201 5.59292L20.8477 5.57469C20.96 5.50056 21.122 5.39366 21.2735 5.32268C21.4327 5.24804 21.8826 5.0659 22.3695 5.32837C22.8529 5.58902 22.9503 6.05981 22.9763 6.23764C23.0005 6.40299 23.0002 6.59642 23 6.72899L23 6.76182Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.71022 1.04299C7.13197 0.915287 7.58761 1.07872 7.83205 1.44538C7.93278 1.59647 8.00471 1.76386 8.0502 1.87381C8.07823 1.94156 8.1132 2.03071 8.14594 2.11419L8.14595 2.1142C8.16553 2.16413 8.18432 2.21204 8.20035 2.25212C8.30223 2.50681 8.41415 2.75946 8.56707 2.99821C8.85068 3.44099 9.29042 3.86802 10.1644 4.01368C10.7092 4.10448 11.0772 4.61971 10.9864 5.16448C10.8956 5.70925 10.3804 6.07727 9.8356 5.98647C9.0795 5.86046 8.47866 5.59485 8 5.25768V9.50008C8 11.4331 6.433 13.0001 4.5 13.0001C2.567 13.0001 1 11.4331 1 9.50008C1 7.56708 2.567 6.00008 4.5 6.00008C5.0368 6.00008 5.54537 6.12092 6 6.33689V2.00008C6 1.55941 6.28846 1.17068 6.71022 1.04299Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M23 6.76182V9.98347C23.0001 9.99321 23.0001 10.0029 23 10.0127V17.9249C23 17.934 22.9999 17.943 22.9996 17.952C22.9999 17.9676 23 17.9833 23 17.999C23 19.6558 21.6569 20.999 20 20.999C18.3431 20.999 17 19.6558 17 17.999C17 16.3421 18.3431 14.999 20 14.999C20.3506 14.999 20.6872 15.0591 21 15.1697V11.8205C19.4846 12.6912 17.0912 13.7695 14 13.9671V19.499C14 21.432 12.433 22.999 10.5 22.999C8.567 22.999 7 21.432 7 19.499C7 17.566 8.567 15.999 10.5 15.999C11.0368 15.999 11.5454 16.1198 12 16.3358V10.999L12 10.9497C11.9999 10.5374 11.9999 10.1453 12.0376 9.82344C12.0788 9.47243 12.1785 9.05447 12.4932 8.69389C12.8204 8.31909 13.2518 8.16775 13.5979 8.08222C13.9317 7.99974 14.3525 7.94236 14.8115 7.87979L14.8597 7.8732C17.6671 7.49016 19.7158 6.31939 20.8201 5.59292L20.8477 5.57469C20.96 5.50056 21.122 5.39366 21.2735 5.32268C21.4327 5.24804 21.8826 5.0659 22.3695 5.32837C22.8529 5.58902 22.9503 6.05981 22.9763 6.23764C23.0005 6.40299 23.0002 6.59642 23 6.72899L23 6.76182Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-music-note-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1883 4.14072L15.2191 4.16014C17.1601 5.38719 19.0314 5.81404 20.4241 4.83289C20.7293 4.61782 21.129 4.59076 21.4605 4.7627C21.7919 4.93465 22 5.27696 22 5.65038C22 8.11264 20.532 10.2318 18.4263 11.1688C17.4057 11.6229 16.4745 11.5084 15.5795 11.0861C14.4827 10.5684 13.2856 9.79223 12 8.78052V16.4999C12 19.2614 9.76142 21.4999 7 21.4999C4.23858 21.4999 2 19.2614 2 16.4999C2 13.7385 4.23858 11.4999 7 11.4999C8.12561 11.4999 9.16434 11.8719 10 12.4996V6.59669C9.99999 5.78908 9.99998 5.13081 10.0327 4.6417C10.0495 4.39177 10.077 4.14449 10.1301 3.92126C10.1803 3.7102 10.2752 3.42193 10.4924 3.17445C10.6312 3.01639 10.8049 2.85184 11.0403 2.72487C11.2753 2.59816 11.508 2.54321 11.7157 2.51359C12.059 2.46462 12.3709 2.55812 12.5723 2.63297C12.7959 2.71609 13.0348 2.83619 13.2789 2.97134C13.7603 3.23796 14.3947 3.63898 15.1883 4.14072Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1883 4.14072L15.2191 4.16014C17.1601 5.38719 19.0314 5.81404 20.4241 4.83289C20.7293 4.61782 21.129 4.59076 21.4605 4.7627C21.7919 4.93465 22 5.27696 22 5.65038C22 8.11264 20.532 10.2318 18.4263 11.1688C17.4057 11.6229 16.4745 11.5084 15.5795 11.0861C14.4827 10.5684 13.2856 9.79223 12 8.78052V16.4999C12 19.2614 9.76142 21.4999 7 21.4999C4.23858 21.4999 2 19.2614 2 16.4999C2 13.7385 4.23858 11.4999 7 11.4999C8.12561 11.4999 9.16434 11.8719 10 12.4996V6.59669C9.99999 5.78908 9.99998 5.13081 10.0327 4.6417C10.0495 4.39177 10.077 4.14449 10.1301 3.92126C10.1803 3.7102 10.2752 3.42193 10.4924 3.17445C10.6312 3.01639 10.8049 2.85184 11.0403 2.72487C11.2753 2.59816 11.508 2.54321 11.7157 2.51359C12.059 2.46462 12.3709 2.55812 12.5723 2.63297C12.7959 2.71609 13.0348 2.83619 13.2789 2.97134C13.7603 3.23796 14.3947 3.63898 15.1883 4.14072Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-music-note-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 2.76473V6.97854C22.0003 6.99151 22.0003 7.00447 22 7.01742V15.9989C22 18.208 20.2091 19.9989 18 19.9989C15.7909 19.9989 14 18.208 14 15.9989C14 13.7897 15.7909 11.9989 18 11.9989C18.7286 11.9989 19.4117 12.1937 20 12.534V8.66243C18.1779 9.56241 15.086 10.7988 11 10.9771V18.4989C11 20.9841 8.98528 22.9989 6.5 22.9989C4.01472 22.9989 2 20.9841 2 18.4989C2 16.0136 4.01472 13.9989 6.5 13.9989C7.42507 13.9989 8.28495 14.278 9 14.7566V6.99886L8.99999 6.94765C8.99993 6.53037 8.99986 6.13046 9.04047 5.80159C9.08528 5.43863 9.19408 5.01285 9.5269 4.65042C9.86802 4.27895 10.302 4.13806 10.6619 4.06459C10.9981 3.99597 11.4161 3.96036 11.8628 3.9223L11.8628 3.9223L11.9136 3.91798C15.7632 3.58953 18.5076 2.33489 19.8485 1.54658L19.8771 1.52968C19.9968 1.45918 20.1623 1.36156 20.3139 1.29806C20.4584 1.23747 20.9159 1.06299 21.3959 1.33759C21.8697 1.60864 21.9554 2.08141 21.9779 2.24406C22.0004 2.40641 22.0002 2.59715 22 2.73194L22 2.76473Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 2.76473V6.97854C22.0003 6.99151 22.0003 7.00447 22 7.01742V15.9989C22 18.208 20.2091 19.9989 18 19.9989C15.7909 19.9989 14 18.208 14 15.9989C14 13.7897 15.7909 11.9989 18 11.9989C18.7286 11.9989 19.4117 12.1937 20 12.534V8.66243C18.1779 9.56241 15.086 10.7988 11 10.9771V18.4989C11 20.9841 8.98528 22.9989 6.5 22.9989C4.01472 22.9989 2 20.9841 2 18.4989C2 16.0136 4.01472 13.9989 6.5 13.9989C7.42507 13.9989 8.28495 14.278 9 14.7566V6.99886L8.99999 6.94765C8.99993 6.53037 8.99986 6.13046 9.04047 5.80159C9.08528 5.43863 9.19408 5.01285 9.5269 4.65042C9.86802 4.27895 10.302 4.13806 10.6619 4.06459C10.9981 3.99597 11.4161 3.96036 11.8628 3.9223L11.8628 3.9223L11.9136 3.91798C15.7632 3.58953 18.5076 2.33489 19.8485 1.54658L19.8771 1.52968C19.9968 1.45918 20.1623 1.36156 20.3139 1.29806C20.4584 1.23747 20.9159 1.06299 21.3959 1.33759C21.8697 1.60864 21.9554 2.08141 21.9779 2.24406C22.0004 2.40641 22.0002 2.59715 22 2.73194L22 2.76473Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-music-note-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6952 2.30606L14.755 2.32365C18.0744 3.29725 20.5 6.36464 20.5 10.0012C20.5 10.4056 20.2564 10.7703 19.8827 10.925C19.509 11.0798 19.0789 10.9943 18.7929 10.7083C18.1412 10.0565 16.9075 9.20939 15.6937 8.78919C14.6015 8.41109 13.9056 8.48251 13.5 8.82432L13.5 17.0012C13.5 19.7626 11.2614 22.0012 8.5 22.0012C5.73858 22.0012 3.5 19.7626 3.5 17.0012C3.5 14.2397 5.73858 12.0012 8.5 12.0012C9.62561 12.0012 10.6643 12.3731 11.5 13.0008V8.45725C11.4999 8.44892 11.4999 8.44059 11.5 8.43226V5.00116L11.5 4.93629V4.93628C11.4998 4.50611 11.4996 4.06207 11.5656 3.69193C11.6462 3.23941 11.8422 2.78264 12.3012 2.4389C12.7212 2.12438 13.1687 2.02927 13.6247 2.06607C13.9754 2.09438 14.358 2.20689 14.6952 2.30606Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6952 2.30606L14.755 2.32365C18.0744 3.29725 20.5 6.36464 20.5 10.0012C20.5 10.4056 20.2564 10.7703 19.8827 10.925C19.509 11.0798 19.0789 10.9943 18.7929 10.7083C18.1412 10.0565 16.9075 9.20939 15.6937 8.78919C14.6015 8.41109 13.9056 8.48251 13.5 8.82432L13.5 17.0012C13.5 19.7626 11.2614 22.0012 8.5 22.0012C5.73858 22.0012 3.5 19.7626 3.5 17.0012C3.5 14.2397 5.73858 12.0012 8.5 12.0012C9.62561 12.0012 10.6643 12.3731 11.5 13.0008V8.45725C11.4999 8.44892 11.4999 8.44059 11.5 8.43226V5.00116L11.5 4.93629V4.93628C11.4998 4.50611 11.4996 4.06207 11.5656 3.69193C11.6462 3.23941 11.8422 2.78264 12.3012 2.4389C12.7212 2.12438 13.1687 2.02927 13.6247 2.06607C13.9754 2.09438 14.358 2.20689 14.6952 2.30606Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-music-note-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM13.8321 6.44538C13.5876 6.07872 13.132 5.91529 12.7102 6.04299C12.2885 6.17068 12 6.55941 12 7.00008V11.3369C11.5454 11.1209 11.0368 11.0001 10.5 11.0001C8.567 11.0001 7 12.5671 7 14.5001C7 16.4331 8.567 18.0001 10.5 18.0001C12.433 18.0001 14 16.4331 14 14.5001V10.2577C14.4787 10.5948 15.0795 10.8605 15.8356 10.9865C16.3804 11.0773 16.8956 10.7092 16.9864 10.1645C17.0772 9.61971 16.7092 9.10448 16.1644 9.01368C15.2904 8.86802 14.8507 8.44099 14.5671 7.99821C14.4141 7.75946 14.3022 7.50681 14.2004 7.25212C14.1843 7.21204 14.1655 7.16413 14.1459 7.1142L14.1459 7.11419C14.1132 7.03071 14.0782 6.94156 14.0502 6.87381C14.0047 6.76386 13.9328 6.59647 13.8321 6.44538Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50271 3.36091 3.36091C2.50271 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50271 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50271 18.6886 2.11568 17.312 1.93059ZM13.8321 6.44538C13.5876 6.07872 13.132 5.91529 12.7102 6.04299C12.2885 6.17068 12 6.55941 12 7.00008V11.3369C11.5454 11.1209 11.0368 11.0001 10.5 11.0001C8.567 11.0001 7 12.5671 7 14.5001C7 16.4331 8.567 18.0001 10.5 18.0001C12.433 18.0001 14 16.4331 14 14.5001V10.2577C14.4787 10.5948 15.0795 10.8605 15.8356 10.9865C16.3804 11.0773 16.8956 10.7092 16.9864 10.1645C17.0772 9.61971 16.7092 9.10448 16.1644 9.01368C15.2904 8.86802 14.8507 8.44099 14.5671 7.99821C14.4141 7.75946 14.3022 7.50681 14.2004 7.25212C14.1843 7.21204 14.1655 7.16413 14.1459 7.1142L14.1459 7.11419C14.1132 7.03071 14.0782 6.94156 14.0502 6.87381C14.0047 6.76386 13.9328 6.59647 13.8321 6.44538Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-music-note-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM17 7.00002C17 6.60182 16.7638 6.24158 16.3985 6.08287C16.0333 5.92417 15.6088 5.99727 15.3177 6.26897C14.8419 6.71303 13.5194 7.46852 11.789 7.81723L11.7441 7.82627L11.7441 7.82627C11.2713 7.92152 10.8479 8.00682 10.5176 8.10693C10.1885 8.20667 9.76117 8.37238 9.45239 8.74959C9.15992 9.10687 9.07107 9.51482 9.03423 9.85103C8.9999 10.1643 8.99995 10.5468 9 10.9531L9 11V13.05C8.83845 13.0172 8.67123 13 8.5 13C7.11929 13 6 14.1193 6 15.5C6 16.8807 7.11929 18 8.5 18C9.88071 18 11 16.8807 11 15.5V11C11 10.53 11.0014 10.2596 11.0223 10.0689L11.0252 10.0444C11.0455 10.0373 11.0696 10.0295 11.0977 10.0209C11.3249 9.95208 11.6522 9.885 12.1841 9.77782C13.2371 9.56561 14.2032 9.21898 15 8.82846V11.5138C14.9179 11.5047 14.8345 11.5 14.75 11.5C13.5074 11.5 12.5 12.5074 12.5 13.75C12.5 14.9927 13.5074 16 14.75 16C15.9926 16 17 14.9927 17 13.75V7.00002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM17 7.00002C17 6.60182 16.7638 6.24158 16.3985 6.08287C16.0333 5.92417 15.6088 5.99727 15.3177 6.26897C14.8419 6.71303 13.5194 7.46852 11.789 7.81723L11.7441 7.82627L11.7441 7.82627C11.2713 7.92152 10.8479 8.00682 10.5176 8.10693C10.1885 8.20667 9.76117 8.37238 9.45239 8.74959C9.15992 9.10687 9.07107 9.51482 9.03423 9.85103C8.9999 10.1643 8.99995 10.5468 9 10.9531L9 11V13.05C8.83845 13.0172 8.67123 13 8.5 13C7.11929 13 6 14.1193 6 15.5C6 16.8807 7.11929 18 8.5 18C9.88071 18 11 16.8807 11 15.5V11C11 10.53 11.0014 10.2596 11.0223 10.0689L11.0252 10.0444C11.0455 10.0373 11.0696 10.0295 11.0977 10.0209C11.3249 9.95208 11.6522 9.885 12.1841 9.77782C13.2371 9.56561 14.2032 9.21898 15 8.82846V11.5138C14.9179 11.5047 14.8345 11.5 14.75 11.5C13.5074 11.5 12.5 12.5074 12.5 13.75C12.5 14.9927 13.5074 16 14.75 16C15.9926 16 17 14.9927 17 13.75V7.00002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-next{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8547 6.89169L11.944 6.94911C13.2606 7.79551 14.307 8.46818 15.0505 9.08364C15.8069 9.70974 16.3649 10.3669 16.5441 11.2202C16.652 11.7341 16.652 12.266 16.5441 12.7799C16.3649 13.6331 15.8069 14.2903 15.0505 14.9164C14.307 15.5319 13.2606 16.2046 11.9441 17.0509L11.8547 17.1084C10.4211 18.03 9.2858 18.7599 8.35942 19.2075C7.42728 19.6578 6.54123 19.9078 5.66621 19.6402C5.1501 19.4824 4.67749 19.2057 4.28265 18.8333C3.62188 18.21 3.36562 17.3146 3.24511 16.257C3.12498 15.2028 3.12499 13.8137 3.125 12.0509V11.9492C3.12499 10.1863 3.12498 8.79726 3.24511 7.74307C3.36562 6.68543 3.62188 5.79005 4.28265 5.1668C4.67749 4.79438 5.1501 4.51771 5.66621 4.35989C6.54123 4.09233 7.42727 4.34224 8.35942 4.79259C9.2858 5.24015 10.4211 5.97005 11.8547 6.89169Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.875 3C19.3227 3 18.875 3.44772 18.875 4L18.875 20C18.875 20.5523 19.3227 21 19.875 21C20.4273 21 20.875 20.5523 20.875 20L20.875 4C20.875 3.44772 20.4273 3 19.875 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8547 6.89169L11.944 6.94911C13.2606 7.79551 14.307 8.46818 15.0505 9.08364C15.8069 9.70974 16.3649 10.3669 16.5441 11.2202C16.652 11.7341 16.652 12.266 16.5441 12.7799C16.3649 13.6331 15.8069 14.2903 15.0505 14.9164C14.307 15.5319 13.2606 16.2046 11.9441 17.0509L11.8547 17.1084C10.4211 18.03 9.2858 18.7599 8.35942 19.2075C7.42728 19.6578 6.54123 19.9078 5.66621 19.6402C5.1501 19.4824 4.67749 19.2057 4.28265 18.8333C3.62188 18.21 3.36562 17.3146 3.24511 16.257C3.12498 15.2028 3.12499 13.8137 3.125 12.0509V11.9492C3.12499 10.1863 3.12498 8.79726 3.24511 7.74307C3.36562 6.68543 3.62188 5.79005 4.28265 5.1668C4.67749 4.79438 5.1501 4.51771 5.66621 4.35989C6.54123 4.09233 7.42727 4.34224 8.35942 4.79259C9.2858 5.24015 10.4211 5.97005 11.8547 6.89169Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.875 3C19.3227 3 18.875 3.44772 18.875 4L18.875 20C18.875 20.5523 19.3227 21 19.875 21C20.4273 21 20.875 20.5523 20.875 20L20.875 4C20.875 3.44772 20.4273 3 19.875 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-pause{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9506 3.25L17 3.25L17.0494 3.25H17.0494C17.7143 3.24996 18.2871 3.24993 18.7458 3.31161C19.2375 3.37771 19.7087 3.52677 20.091 3.90901C20.4732 4.29126 20.6223 4.76252 20.6884 5.25416C20.7501 5.71291 20.75 6.28577 20.75 6.95064V17.0494C20.75 17.7142 20.7501 18.2871 20.6884 18.7458C20.6223 19.2375 20.4732 19.7087 20.091 20.091C19.7087 20.4732 19.2375 20.6223 18.7458 20.6884C18.2871 20.7501 17.7142 20.75 17.0494 20.75H16.9506C16.2858 20.75 15.7129 20.7501 15.2542 20.6884C14.7625 20.6223 14.2913 20.4732 13.909 20.091C13.5268 19.7087 13.3777 19.2375 13.3116 18.7458C13.2499 18.2871 13.25 17.7143 13.25 17.0494V17.0494V6.95063V6.95058C13.25 6.28574 13.2499 5.71289 13.3116 5.25416C13.3777 4.76252 13.5268 4.29126 13.909 3.90901C14.2913 3.52677 14.7625 3.37771 15.2542 3.31161C15.7129 3.24993 16.2857 3.24996 16.9506 3.25H16.9506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.95063 3.25L7 3.25L7.04938 3.25H7.04943C7.71427 3.24996 8.28711 3.24993 8.74585 3.31161C9.23748 3.37771 9.70875 3.52677 10.091 3.90901C10.4732 4.29126 10.6223 4.76252 10.6884 5.25416C10.7501 5.71291 10.75 6.28577 10.75 6.95064V17.0494C10.75 17.7142 10.7501 18.2871 10.6884 18.7458C10.6223 19.2375 10.4732 19.7087 10.091 20.091C9.70875 20.4732 9.23748 20.6223 8.74585 20.6884C8.2871 20.7501 7.71424 20.75 7.04937 20.75H6.95063C6.28577 20.75 5.71291 20.7501 5.25416 20.6884C4.76252 20.6223 4.29126 20.4732 3.90901 20.091C3.52677 19.7087 3.37771 19.2375 3.31161 18.7458C3.24993 18.2871 3.24996 17.7143 3.25 17.0494V17.0494V6.95063V6.95058C3.24996 6.28574 3.24993 5.71289 3.31161 5.25416C3.37771 4.76252 3.52677 4.29126 3.90901 3.90901C4.29126 3.52677 4.76252 3.37771 5.25416 3.31161C5.71289 3.24993 6.28573 3.24996 6.95058 3.25H6.95063Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9506 3.25L17 3.25L17.0494 3.25H17.0494C17.7143 3.24996 18.2871 3.24993 18.7458 3.31161C19.2375 3.37771 19.7087 3.52677 20.091 3.90901C20.4732 4.29126 20.6223 4.76252 20.6884 5.25416C20.7501 5.71291 20.75 6.28577 20.75 6.95064V17.0494C20.75 17.7142 20.7501 18.2871 20.6884 18.7458C20.6223 19.2375 20.4732 19.7087 20.091 20.091C19.7087 20.4732 19.2375 20.6223 18.7458 20.6884C18.2871 20.7501 17.7142 20.75 17.0494 20.75H16.9506C16.2858 20.75 15.7129 20.7501 15.2542 20.6884C14.7625 20.6223 14.2913 20.4732 13.909 20.091C13.5268 19.7087 13.3777 19.2375 13.3116 18.7458C13.2499 18.2871 13.25 17.7143 13.25 17.0494V17.0494V6.95063V6.95058C13.25 6.28574 13.2499 5.71289 13.3116 5.25416C13.3777 4.76252 13.5268 4.29126 13.909 3.90901C14.2913 3.52677 14.7625 3.37771 15.2542 3.31161C15.7129 3.24993 16.2857 3.24996 16.9506 3.25H16.9506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.95063 3.25L7 3.25L7.04938 3.25H7.04943C7.71427 3.24996 8.28711 3.24993 8.74585 3.31161C9.23748 3.37771 9.70875 3.52677 10.091 3.90901C10.4732 4.29126 10.6223 4.76252 10.6884 5.25416C10.7501 5.71291 10.75 6.28577 10.75 6.95064V17.0494C10.75 17.7142 10.7501 18.2871 10.6884 18.7458C10.6223 19.2375 10.4732 19.7087 10.091 20.091C9.70875 20.4732 9.23748 20.6223 8.74585 20.6884C8.2871 20.7501 7.71424 20.75 7.04937 20.75H6.95063C6.28577 20.75 5.71291 20.7501 5.25416 20.6884C4.76252 20.6223 4.29126 20.4732 3.90901 20.091C3.52677 19.7087 3.37771 19.2375 3.31161 18.7458C3.24993 18.2871 3.24996 17.7143 3.25 17.0494V17.0494V6.95063V6.95058C3.24996 6.28574 3.24993 5.71289 3.31161 5.25416C3.37771 4.76252 3.52677 4.29126 3.90901 3.90901C4.29126 3.52677 4.76252 3.37771 5.25416 3.31161C5.71289 3.24993 6.28573 3.24996 6.95058 3.25H6.95063Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-play{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9405 6.33694C15.5735 7.26462 16.8567 7.99363 17.7709 8.66142C18.6913 9.33379 19.3721 10.0366 19.6159 10.9631C19.7947 11.6426 19.7947 12.3573 19.6159 13.0368C19.3721 13.9633 18.6913 14.6661 17.7709 15.3385C16.8567 16.0062 15.5735 16.7352 13.9406 17.6629L13.9406 17.6629C12.3632 18.5591 11.033 19.3148 10.0232 19.7443C9.0053 20.1772 8.07729 20.3967 7.17536 20.1411C6.51252 19.9533 5.90941 19.5968 5.42356 19.1066C4.76419 18.4413 4.49951 17.5218 4.37429 16.4153C4.24998 15.3169 4.24999 13.8789 4.25 12.05V12.05V11.9498V11.9498C4.24999 10.121 4.24998 8.68302 4.37429 7.58458C4.49951 6.47803 4.76419 5.55855 5.42356 4.89329C5.90941 4.40311 6.51252 4.0466 7.17536 3.85877C8.07729 3.60319 9.0053 3.82263 10.0232 4.25559C11.033 4.6851 12.3632 5.44078 13.9405 6.33694Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9405 6.33694C15.5735 7.26462 16.8567 7.99363 17.7709 8.66142C18.6913 9.33379 19.3721 10.0366 19.6159 10.9631C19.7947 11.6426 19.7947 12.3573 19.6159 13.0368C19.3721 13.9633 18.6913 14.6661 17.7709 15.3385C16.8567 16.0062 15.5735 16.7352 13.9406 17.6629L13.9406 17.6629C12.3632 18.5591 11.033 19.3148 10.0232 19.7443C9.0053 20.1772 8.07729 20.3967 7.17536 20.1411C6.51252 19.9533 5.90941 19.5968 5.42356 19.1066C4.76419 18.4413 4.49951 17.5218 4.37429 16.4153C4.24998 15.3169 4.24999 13.8789 4.25 12.05V12.05V11.9498V11.9498C4.24999 10.121 4.24998 8.68302 4.37429 7.58458C4.49951 6.47803 4.76419 5.55855 5.42356 4.89329C5.90941 4.40311 6.51252 4.0466 7.17536 3.85877C8.07729 3.60319 9.0053 3.82263 10.0232 4.25559C11.033 4.6851 12.3632 5.44078 13.9405 6.33694Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-playlist-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0323 1.125H9.96829H9.96822C9.5296 1.12499 9.15113 1.12498 8.83789 1.14635C8.50806 1.16886 8.17815 1.21836 7.85222 1.35336C7.11714 1.65785 6.53312 2.24187 6.22864 2.97695C6.09371 3.3027 6.0441 3.63246 6.0215 3.96238C6.01339 4.08089 6.00834 4.20871 6.00519 4.3456C5.59457 4.46886 5.20919 4.66933 4.87484 5.00349C4.07332 5.80458 4.01704 6.94017 4.0001 8.11053L4 8.12501V9.12501C4 9.67729 4.44772 10.125 5 10.125C5.55228 10.125 6 9.67729 6 9.12501V8.13233C6.01931 6.82929 6.14685 6.55983 6.28867 6.41809C6.36493 6.34187 6.50113 6.24766 6.93527 6.18932C7.39811 6.12713 8.02625 6.12501 8.99783 6.12501H15.0022C15.9737 6.12501 16.6019 6.12713 17.0647 6.18932C17.4989 6.24766 17.6351 6.34187 17.7113 6.41809C17.8531 6.55983 17.9807 6.82928 18 8.13232V9.12501C18 9.67729 18.4477 10.125 19 10.125C19.5523 10.125 20 9.67729 20 9.12501V8.12501L19.9999 8.11053C19.983 6.94017 19.9267 5.80458 19.1252 5.00349C18.7909 4.66942 18.4056 4.46897 17.9952 4.3457C17.992 4.20886 17.987 4.08108 17.9789 3.96262C17.9564 3.63279 17.9069 3.30288 17.7719 2.97695C17.4674 2.24187 16.8834 1.65784 16.1483 1.35336C15.8224 1.21836 15.4925 1.16886 15.1627 1.14635C14.8494 1.12498 14.471 1.12499 14.0323 1.125H14.0323ZM15.9855 4.12891C15.9849 4.11873 15.9842 4.10868 15.9836 4.09876C15.968 3.87076 15.9414 3.78393 15.9242 3.74232C15.8227 3.49729 15.628 3.30262 15.383 3.20112C15.3413 3.18389 15.2545 3.15727 15.0265 3.14171C14.7895 3.12554 14.4799 3.125 14.0003 3.125H10.0003C9.52065 3.125 9.21102 3.12554 8.97403 3.14171C8.74604 3.15727 8.65921 3.18389 8.61759 3.20112C8.37256 3.30262 8.17789 3.49729 8.0764 3.74232C8.05908 3.78411 8.03244 3.87109 8.01683 4.09901C8.01616 4.10884 8.01551 4.11881 8.01489 4.1289C8.30343 4.12497 8.6096 4.12498 8.93201 4.125H8.93202L8.99783 4.12501L15.068 4.125C15.3905 4.12498 15.6969 4.12497 15.9855 4.12891Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.3621 7.46312C16.4957 7.37498 15.4108 7.37499 14.0416 7.375H14.0416H9.95841H9.95841H9.9584C8.5892 7.37499 7.5043 7.37498 6.63794 7.46312C5.7503 7.55341 5.00926 7.74239 4.36104 8.17552C3.84239 8.52207 3.39707 8.96739 3.05052 9.48604C2.61739 10.1343 2.42841 10.8753 2.33812 11.7629C2.24998 12.6293 2.24999 13.7142 2.25 15.0834V15.0834V15.0834V15.1666V15.1666V15.1666C2.24999 16.5358 2.24998 17.6207 2.33812 18.4871C2.42841 19.3747 2.61739 20.1157 3.05052 20.764C3.39707 21.2826 3.84239 21.7279 4.36104 22.0745C5.00926 22.5076 5.7503 22.6966 6.63794 22.7869C7.5043 22.875 8.5892 22.875 9.9584 22.875H14.0416C15.4108 22.875 16.4957 22.875 17.3621 22.7869C18.2497 22.6966 18.9907 22.5076 19.639 22.0745C20.1576 21.7279 20.6029 21.2826 20.9495 20.764C21.3826 20.1157 21.5716 19.3747 21.6619 18.4871C21.75 17.6207 21.75 16.5358 21.75 15.1666V15.0834C21.75 13.7142 21.75 12.6293 21.6619 11.7629C21.5716 10.8753 21.3826 10.1343 20.9495 9.48604C20.6029 8.96739 20.1576 8.52207 19.639 8.17552C18.9907 7.74239 18.2497 7.55341 17.3621 7.46312ZM12.5 10.875C12.6826 10.875 12.85 10.9403 12.98 11.0487C13.1032 11.1514 13.1929 11.2929 13.2305 11.4543C13.285 11.6885 13.4166 11.9415 13.531 12.1196C13.7604 12.4764 14.1006 12.7982 14.6235 12.8854C15.032 12.9535 15.3081 13.3399 15.24 13.7485C15.1719 14.157 14.7854 14.4331 14.3769 14.365C13.9335 14.2911 13.5609 14.1327 13.25 13.9317V16.625C13.25 17.8676 12.2426 18.875 11 18.875C9.75736 18.875 8.75 17.8676 8.75 16.625C8.75 15.3824 9.75736 14.375 11 14.375C11.263 14.375 11.5154 14.4201 11.75 14.503V11.625C11.75 11.2108 12.0858 10.875 12.5 10.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0323 1.125H9.96829H9.96822C9.5296 1.12499 9.15113 1.12498 8.83789 1.14635C8.50806 1.16886 8.17815 1.21836 7.85222 1.35336C7.11714 1.65785 6.53312 2.24187 6.22864 2.97695C6.09371 3.3027 6.0441 3.63246 6.0215 3.96238C6.01339 4.08089 6.00834 4.20871 6.00519 4.3456C5.59457 4.46886 5.20919 4.66933 4.87484 5.00349C4.07332 5.80458 4.01704 6.94017 4.0001 8.11053L4 8.12501V9.12501C4 9.67729 4.44772 10.125 5 10.125C5.55228 10.125 6 9.67729 6 9.12501V8.13233C6.01931 6.82929 6.14685 6.55983 6.28867 6.41809C6.36493 6.34187 6.50113 6.24766 6.93527 6.18932C7.39811 6.12713 8.02625 6.12501 8.99783 6.12501H15.0022C15.9737 6.12501 16.6019 6.12713 17.0647 6.18932C17.4989 6.24766 17.6351 6.34187 17.7113 6.41809C17.8531 6.55983 17.9807 6.82928 18 8.13232V9.12501C18 9.67729 18.4477 10.125 19 10.125C19.5523 10.125 20 9.67729 20 9.12501V8.12501L19.9999 8.11053C19.983 6.94017 19.9267 5.80458 19.1252 5.00349C18.7909 4.66942 18.4056 4.46897 17.9952 4.3457C17.992 4.20886 17.987 4.08108 17.9789 3.96262C17.9564 3.63279 17.9069 3.30288 17.7719 2.97695C17.4674 2.24187 16.8834 1.65784 16.1483 1.35336C15.8224 1.21836 15.4925 1.16886 15.1627 1.14635C14.8494 1.12498 14.471 1.12499 14.0323 1.125H14.0323ZM15.9855 4.12891C15.9849 4.11873 15.9842 4.10868 15.9836 4.09876C15.968 3.87076 15.9414 3.78393 15.9242 3.74232C15.8227 3.49729 15.628 3.30262 15.383 3.20112C15.3413 3.18389 15.2545 3.15727 15.0265 3.14171C14.7895 3.12554 14.4799 3.125 14.0003 3.125H10.0003C9.52065 3.125 9.21102 3.12554 8.97403 3.14171C8.74604 3.15727 8.65921 3.18389 8.61759 3.20112C8.37256 3.30262 8.17789 3.49729 8.0764 3.74232C8.05908 3.78411 8.03244 3.87109 8.01683 4.09901C8.01616 4.10884 8.01551 4.11881 8.01489 4.1289C8.30343 4.12497 8.6096 4.12498 8.93201 4.125H8.93202L8.99783 4.12501L15.068 4.125C15.3905 4.12498 15.6969 4.12497 15.9855 4.12891Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.3621 7.46312C16.4957 7.37498 15.4108 7.37499 14.0416 7.375H14.0416H9.95841H9.95841H9.9584C8.5892 7.37499 7.5043 7.37498 6.63794 7.46312C5.7503 7.55341 5.00926 7.74239 4.36104 8.17552C3.84239 8.52207 3.39707 8.96739 3.05052 9.48604C2.61739 10.1343 2.42841 10.8753 2.33812 11.7629C2.24998 12.6293 2.24999 13.7142 2.25 15.0834V15.0834V15.0834V15.1666V15.1666V15.1666C2.24999 16.5358 2.24998 17.6207 2.33812 18.4871C2.42841 19.3747 2.61739 20.1157 3.05052 20.764C3.39707 21.2826 3.84239 21.7279 4.36104 22.0745C5.00926 22.5076 5.7503 22.6966 6.63794 22.7869C7.5043 22.875 8.5892 22.875 9.9584 22.875H14.0416C15.4108 22.875 16.4957 22.875 17.3621 22.7869C18.2497 22.6966 18.9907 22.5076 19.639 22.0745C20.1576 21.7279 20.6029 21.2826 20.9495 20.764C21.3826 20.1157 21.5716 19.3747 21.6619 18.4871C21.75 17.6207 21.75 16.5358 21.75 15.1666V15.0834C21.75 13.7142 21.75 12.6293 21.6619 11.7629C21.5716 10.8753 21.3826 10.1343 20.9495 9.48604C20.6029 8.96739 20.1576 8.52207 19.639 8.17552C18.9907 7.74239 18.2497 7.55341 17.3621 7.46312ZM12.5 10.875C12.6826 10.875 12.85 10.9403 12.98 11.0487C13.1032 11.1514 13.1929 11.2929 13.2305 11.4543C13.285 11.6885 13.4166 11.9415 13.531 12.1196C13.7604 12.4764 14.1006 12.7982 14.6235 12.8854C15.032 12.9535 15.3081 13.3399 15.24 13.7485C15.1719 14.157 14.7854 14.4331 14.3769 14.365C13.9335 14.2911 13.5609 14.1327 13.25 13.9317V16.625C13.25 17.8676 12.2426 18.875 11 18.875C9.75736 18.875 8.75 17.8676 8.75 16.625C8.75 15.3824 9.75736 14.375 11 14.375C11.263 14.375 11.5154 14.4201 11.75 14.503V11.625C11.75 11.2108 12.0858 10.875 12.5 10.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-playlist-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9902 6.68918C17.0238 6.13792 17.498 5.71828 18.0492 5.75189C19.4303 5.83608 20.6061 6.07333 21.4931 6.96031C22.1919 7.6591 22.4852 8.53421 22.6206 9.54141C22.7501 10.5045 22.7501 11.724 22.75 13.2148V15.2386C22.7501 16.7294 22.7501 17.9489 22.6206 18.912C22.4852 19.9192 22.1919 20.7943 21.4931 21.4931C20.7943 22.1919 19.9192 22.4852 18.912 22.6206C17.9489 22.7501 16.7294 22.7501 15.2386 22.75H13.2148C11.724 22.7501 10.5045 22.7501 9.54141 22.6206C8.53421 22.4852 7.6591 22.1919 6.96031 21.4931C6.07333 20.6061 5.83608 19.4303 5.75189 18.0492C5.71828 17.498 6.13792 17.0238 6.68918 16.9902C7.24044 16.9566 7.71457 17.3763 7.74818 17.9275C7.82674 19.2162 8.03609 19.7404 8.37452 20.0789C8.63977 20.3441 9.02249 20.5328 9.80791 20.6384C10.6221 20.7479 11.7064 20.75 13.2863 20.75H15.1671C16.747 20.75 17.8313 20.7479 18.6455 20.6384C19.4309 20.5328 19.8136 20.3441 20.0789 20.0789C20.3441 19.8136 20.5328 19.4309 20.6384 18.6455C20.7479 17.8313 20.75 16.747 20.75 15.1671V13.2863C20.75 11.7064 20.7479 10.6221 20.6384 9.80791C20.5328 9.02249 20.3441 8.63977 20.0789 8.37452C19.7404 8.03609 19.2162 7.82674 17.9275 7.74818C17.3763 7.71457 16.9566 7.24044 16.9902 6.68918Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9404 1.38483C13.9373 1.24997 12.6583 1.24998 11.0558 1.25H11.0557H8.94425H8.94425C7.34166 1.24998 6.0627 1.24997 5.05961 1.38483C4.02335 1.52415 3.16994 1.81966 2.4948 2.4948C1.81966 3.16994 1.52415 4.02335 1.38483 5.05961C1.24997 6.0627 1.24998 7.34166 1.25 8.94425V8.94425V11.0557V11.0558C1.24998 12.6583 1.24997 13.9373 1.38483 14.9404C1.52415 15.9767 1.81966 16.8301 2.4948 17.5052C3.16994 18.1803 4.02335 18.4758 5.05961 18.6152C6.0627 18.75 7.34166 18.75 8.94426 18.75H11.0557C12.6583 18.75 13.9373 18.75 14.9404 18.6152C15.9767 18.4758 16.8301 18.1803 17.5052 17.5052C18.1803 16.8301 18.4758 15.9767 18.6152 14.9404C18.75 13.9373 18.75 12.6583 18.75 11.0557V8.94426C18.75 7.34166 18.75 6.0627 18.6152 5.05961C18.4758 4.02335 18.1803 3.16994 17.5052 2.4948C16.8301 1.81966 15.9767 1.52415 14.9404 1.38483ZM11.6556 5.63584C11.4896 5.33709 11.1427 5.18832 10.8119 5.27405C10.481 5.35978 10.25 5.65831 10.25 6.00007V9.54992C9.87497 9.35821 9.45011 9.25007 9 9.25007C7.48122 9.25007 6.25 10.4813 6.25 12.0001C6.25 13.5189 7.48122 14.7501 9 14.7501C10.5188 14.7501 11.75 13.5189 11.75 12.0001V8.66748C12.0473 8.8788 12.4099 9.04691 12.8529 9.13551C13.2591 9.21674 13.6542 8.95333 13.7354 8.54716C13.8167 8.14099 13.5533 7.74587 13.1471 7.66463C12.6341 7.56204 12.3485 7.25826 12.145 6.8769C12.0391 6.67847 11.9618 6.46875 11.8928 6.26165C11.8814 6.2275 11.8685 6.18819 11.8553 6.14783L11.8553 6.14776L11.8552 6.14749C11.8338 6.082 11.8115 6.0138 11.7932 5.96044C11.7634 5.87417 11.7184 5.74876 11.6556 5.63584Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9902 6.68918C17.0238 6.13792 17.498 5.71828 18.0492 5.75189C19.4303 5.83608 20.6061 6.07333 21.4931 6.96031C22.1919 7.6591 22.4852 8.53421 22.6206 9.54141C22.7501 10.5045 22.7501 11.724 22.75 13.2148V15.2386C22.7501 16.7294 22.7501 17.9489 22.6206 18.912C22.4852 19.9192 22.1919 20.7943 21.4931 21.4931C20.7943 22.1919 19.9192 22.4852 18.912 22.6206C17.9489 22.7501 16.7294 22.7501 15.2386 22.75H13.2148C11.724 22.7501 10.5045 22.7501 9.54141 22.6206C8.53421 22.4852 7.6591 22.1919 6.96031 21.4931C6.07333 20.6061 5.83608 19.4303 5.75189 18.0492C5.71828 17.498 6.13792 17.0238 6.68918 16.9902C7.24044 16.9566 7.71457 17.3763 7.74818 17.9275C7.82674 19.2162 8.03609 19.7404 8.37452 20.0789C8.63977 20.3441 9.02249 20.5328 9.80791 20.6384C10.6221 20.7479 11.7064 20.75 13.2863 20.75H15.1671C16.747 20.75 17.8313 20.7479 18.6455 20.6384C19.4309 20.5328 19.8136 20.3441 20.0789 20.0789C20.3441 19.8136 20.5328 19.4309 20.6384 18.6455C20.7479 17.8313 20.75 16.747 20.75 15.1671V13.2863C20.75 11.7064 20.7479 10.6221 20.6384 9.80791C20.5328 9.02249 20.3441 8.63977 20.0789 8.37452C19.7404 8.03609 19.2162 7.82674 17.9275 7.74818C17.3763 7.71457 16.9566 7.24044 16.9902 6.68918Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9404 1.38483C13.9373 1.24997 12.6583 1.24998 11.0558 1.25H11.0557H8.94425H8.94425C7.34166 1.24998 6.0627 1.24997 5.05961 1.38483C4.02335 1.52415 3.16994 1.81966 2.4948 2.4948C1.81966 3.16994 1.52415 4.02335 1.38483 5.05961C1.24997 6.0627 1.24998 7.34166 1.25 8.94425V8.94425V11.0557V11.0558C1.24998 12.6583 1.24997 13.9373 1.38483 14.9404C1.52415 15.9767 1.81966 16.8301 2.4948 17.5052C3.16994 18.1803 4.02335 18.4758 5.05961 18.6152C6.0627 18.75 7.34166 18.75 8.94426 18.75H11.0557C12.6583 18.75 13.9373 18.75 14.9404 18.6152C15.9767 18.4758 16.8301 18.1803 17.5052 17.5052C18.1803 16.8301 18.4758 15.9767 18.6152 14.9404C18.75 13.9373 18.75 12.6583 18.75 11.0557V8.94426C18.75 7.34166 18.75 6.0627 18.6152 5.05961C18.4758 4.02335 18.1803 3.16994 17.5052 2.4948C16.8301 1.81966 15.9767 1.52415 14.9404 1.38483ZM11.6556 5.63584C11.4896 5.33709 11.1427 5.18832 10.8119 5.27405C10.481 5.35978 10.25 5.65831 10.25 6.00007V9.54992C9.87497 9.35821 9.45011 9.25007 9 9.25007C7.48122 9.25007 6.25 10.4813 6.25 12.0001C6.25 13.5189 7.48122 14.7501 9 14.7501C10.5188 14.7501 11.75 13.5189 11.75 12.0001V8.66748C12.0473 8.8788 12.4099 9.04691 12.8529 9.13551C13.2591 9.21674 13.6542 8.95333 13.7354 8.54716C13.8167 8.14099 13.5533 7.74587 13.1471 7.66463C12.6341 7.56204 12.3485 7.25826 12.145 6.8769C12.0391 6.67847 11.9618 6.46875 11.8928 6.26165C11.8814 6.2275 11.8685 6.18819 11.8553 6.14783L11.8553 6.14776L11.8552 6.14749C11.8338 6.082 11.8115 6.0138 11.7932 5.96044C11.7634 5.87417 11.7184 5.74876 11.6556 5.63584Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-playlist-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.125 2.625C1.125 2.07272 1.57272 1.625 2.125 1.625L20.125 1.625C20.6773 1.625 21.125 2.07272 21.125 2.625C21.125 3.17728 20.6773 3.625 20.125 3.625L2.125 3.625C1.57272 3.625 1.125 3.17728 1.125 2.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.125 9.625C1.125 9.07272 1.57272 8.625 2.125 8.625L14.125 8.625C14.6773 8.625 15.125 9.07272 15.125 9.625C15.125 10.1773 14.6773 10.625 14.125 10.625L2.125 10.625C1.57272 10.625 1.125 10.1773 1.125 9.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.125 16.625C1.125 16.0727 1.57272 15.625 2.125 15.625L9.125 15.625C9.67728 15.625 10.125 16.0727 10.125 16.625C10.125 17.1773 9.67728 17.625 9.125 17.625L2.125 17.625C1.57272 17.625 1.125 17.1773 1.125 16.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 14.875C13.139 14.875 11.375 16.5254 11.375 18.625C11.375 20.7246 13.139 22.375 15.25 22.375C17.361 22.375 19.125 20.7246 19.125 18.625V13.0709C19.7514 13.6019 20.5888 14.032 21.717 14.2125C22.2624 14.2998 22.7752 13.9284 22.8624 13.3831C22.9497 12.8377 22.5783 12.3249 22.033 12.2376C20.8463 12.0478 20.2418 11.4827 19.8631 10.9151C19.6617 10.6132 19.5165 10.2972 19.3879 9.98858C19.3667 9.93776 19.3427 9.87891 19.318 9.81848C19.2778 9.71989 19.2357 9.61682 19.2011 9.53654C19.1443 9.40485 19.0604 9.21889 18.9464 9.05468C18.697 8.69561 18.2433 8.54013 17.8261 8.67078C17.409 8.80142 17.125 9.18791 17.125 9.62507V15.3434C16.5666 15.0443 15.9261 14.875 15.25 14.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.125 2.625C1.125 2.07272 1.57272 1.625 2.125 1.625L20.125 1.625C20.6773 1.625 21.125 2.07272 21.125 2.625C21.125 3.17728 20.6773 3.625 20.125 3.625L2.125 3.625C1.57272 3.625 1.125 3.17728 1.125 2.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.125 9.625C1.125 9.07272 1.57272 8.625 2.125 8.625L14.125 8.625C14.6773 8.625 15.125 9.07272 15.125 9.625C15.125 10.1773 14.6773 10.625 14.125 10.625L2.125 10.625C1.57272 10.625 1.125 10.1773 1.125 9.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.125 16.625C1.125 16.0727 1.57272 15.625 2.125 15.625L9.125 15.625C9.67728 15.625 10.125 16.0727 10.125 16.625C10.125 17.1773 9.67728 17.625 9.125 17.625L2.125 17.625C1.57272 17.625 1.125 17.1773 1.125 16.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 14.875C13.139 14.875 11.375 16.5254 11.375 18.625C11.375 20.7246 13.139 22.375 15.25 22.375C17.361 22.375 19.125 20.7246 19.125 18.625V13.0709C19.7514 13.6019 20.5888 14.032 21.717 14.2125C22.2624 14.2998 22.7752 13.9284 22.8624 13.3831C22.9497 12.8377 22.5783 12.3249 22.033 12.2376C20.8463 12.0478 20.2418 11.4827 19.8631 10.9151C19.6617 10.6132 19.5165 10.2972 19.3879 9.98858C19.3667 9.93776 19.3427 9.87891 19.318 9.81848C19.2778 9.71989 19.2357 9.61682 19.2011 9.53654C19.1443 9.40485 19.0604 9.21889 18.9464 9.05468C18.697 8.69561 18.2433 8.54013 17.8261 8.67078C17.409 8.80142 17.125 9.18791 17.125 9.62507V15.3434C16.5666 15.0443 15.9261 14.875 15.25 14.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-previous{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1453 6.89169L12.056 6.94911C10.7394 7.79551 9.69302 8.46818 8.9495 9.08364C8.19314 9.70974 7.63505 10.3669 7.45592 11.2202C7.34803 11.7341 7.34803 12.266 7.45592 12.7799C7.63505 13.6331 8.19314 14.2903 8.9495 14.9164C9.69302 15.5319 10.7394 16.2046 12.0559 17.0509L12.1453 17.1084C13.5789 18.03 14.7142 18.7599 15.6406 19.2075C16.5727 19.6578 17.4588 19.9078 18.3338 19.6402C18.8499 19.4824 19.3225 19.2057 19.7173 18.8333C20.3781 18.21 20.6344 17.3146 20.7549 16.257C20.875 15.2028 20.875 13.8137 20.875 12.0509V11.9492C20.875 10.1863 20.875 8.79726 20.7549 7.74307C20.6344 6.68543 20.3781 5.79005 19.7173 5.1668C19.3225 4.79438 18.8499 4.51771 18.3338 4.35989C17.4588 4.09233 16.5727 4.34224 15.6406 4.79259C14.7142 5.24015 13.5789 5.97005 12.1453 6.89169Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.125 3C4.67728 3 5.125 3.44772 5.125 4L5.125 20C5.125 20.5523 4.67728 21 4.125 21C3.57271 21 3.125 20.5523 3.125 20L3.125 4C3.125 3.44772 3.57272 3 4.125 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1453 6.89169L12.056 6.94911C10.7394 7.79551 9.69302 8.46818 8.9495 9.08364C8.19314 9.70974 7.63505 10.3669 7.45592 11.2202C7.34803 11.7341 7.34803 12.266 7.45592 12.7799C7.63505 13.6331 8.19314 14.2903 8.9495 14.9164C9.69302 15.5319 10.7394 16.2046 12.0559 17.0509L12.1453 17.1084C13.5789 18.03 14.7142 18.7599 15.6406 19.2075C16.5727 19.6578 17.4588 19.9078 18.3338 19.6402C18.8499 19.4824 19.3225 19.2057 19.7173 18.8333C20.3781 18.21 20.6344 17.3146 20.7549 16.257C20.875 15.2028 20.875 13.8137 20.875 12.0509V11.9492C20.875 10.1863 20.875 8.79726 20.7549 7.74307C20.6344 6.68543 20.3781 5.79005 19.7173 5.1668C19.3225 4.79438 18.8499 4.51771 18.3338 4.35989C17.4588 4.09233 16.5727 4.34224 15.6406 4.79259C14.7142 5.24015 13.5789 5.97005 12.1453 6.89169Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.125 3C4.67728 3 5.125 3.44772 5.125 4L5.125 20C5.125 20.5523 4.67728 21 4.125 21C3.57271 21 3.125 20.5523 3.125 20L3.125 4C3.125 3.44772 3.57272 3 4.125 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-radio{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8001 1.52506C15.1314 1.96689 15.0419 2.59369 14.6001 2.92506L10.6001 5.92506C10.1582 6.25643 9.53143 6.16689 9.20006 5.72506C8.86869 5.28323 8.95823 4.65643 9.40006 4.32506L13.4001 1.32506C13.8419 0.993688 14.4687 1.08323 14.8001 1.52506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9746 4.51194C16.8334 4.37498 15.3869 4.37499 13.5502 4.375H13.5502H10.4498H10.4498C8.61306 4.37499 7.16657 4.37498 6.02539 4.51194C4.85678 4.6522 3.9095 4.9453 3.12537 5.60327C2.89124 5.79972 2.67472 6.01624 2.47827 6.25037C1.8203 7.0345 1.5272 7.98178 1.38694 9.15039C1.24998 10.2916 1.24999 11.7381 1.25 13.5748V13.5748V13.6752V13.6752C1.24999 15.5119 1.24998 16.9584 1.38694 18.0996C1.5272 19.2682 1.8203 20.2155 2.47827 20.9996C2.67472 21.2338 2.89124 21.4503 3.12537 21.6467C3.9095 22.3047 4.85678 22.5978 6.02539 22.7381C7.16655 22.875 8.61303 22.875 10.4497 22.875H10.4498H10.4498H13.5502H13.5502H13.5503C15.387 22.875 16.8334 22.875 17.9746 22.7381C19.1432 22.5978 20.0905 22.3047 20.8746 21.6467C21.1088 21.4503 21.3253 21.2338 21.5217 20.9996C22.1797 20.2155 22.4728 19.2682 22.6131 18.0996C22.75 16.9584 22.75 15.512 22.75 13.6753V13.6752V13.6752V13.5748V13.5748V13.5747C22.75 11.738 22.75 10.2916 22.6131 9.15039C22.4728 7.98178 22.1797 7.0345 21.5217 6.25037C21.3253 6.01624 21.1088 5.79972 20.8746 5.60327C20.0905 4.9453 19.1432 4.6522 17.9746 4.51194ZM15 17.125C16.933 17.125 18.5 15.558 18.5 13.625C18.5 11.692 16.933 10.125 15 10.125C13.067 10.125 11.5 11.692 11.5 13.625C11.5 15.558 13.067 17.125 15 17.125ZM6.5 11.125C5.94772 11.125 5.5 11.5727 5.5 12.125C5.5 12.6773 5.94772 13.125 6.5 13.125H7.5C8.05228 13.125 8.5 12.6773 8.5 12.125C8.5 11.5727 8.05228 11.125 7.5 11.125H6.5ZM6.5 14.125C5.94772 14.125 5.5 14.5727 5.5 15.125C5.5 15.6773 5.94772 16.125 6.5 16.125H7.5C8.05228 16.125 8.5 15.6773 8.5 15.125C8.5 14.5727 8.05228 14.125 7.5 14.125H6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8001 1.52506C15.1314 1.96689 15.0419 2.59369 14.6001 2.92506L10.6001 5.92506C10.1582 6.25643 9.53143 6.16689 9.20006 5.72506C8.86869 5.28323 8.95823 4.65643 9.40006 4.32506L13.4001 1.32506C13.8419 0.993688 14.4687 1.08323 14.8001 1.52506Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9746 4.51194C16.8334 4.37498 15.3869 4.37499 13.5502 4.375H13.5502H10.4498H10.4498C8.61306 4.37499 7.16657 4.37498 6.02539 4.51194C4.85678 4.6522 3.9095 4.9453 3.12537 5.60327C2.89124 5.79972 2.67472 6.01624 2.47827 6.25037C1.8203 7.0345 1.5272 7.98178 1.38694 9.15039C1.24998 10.2916 1.24999 11.7381 1.25 13.5748V13.5748V13.6752V13.6752C1.24999 15.5119 1.24998 16.9584 1.38694 18.0996C1.5272 19.2682 1.8203 20.2155 2.47827 20.9996C2.67472 21.2338 2.89124 21.4503 3.12537 21.6467C3.9095 22.3047 4.85678 22.5978 6.02539 22.7381C7.16655 22.875 8.61303 22.875 10.4497 22.875H10.4498H10.4498H13.5502H13.5502H13.5503C15.387 22.875 16.8334 22.875 17.9746 22.7381C19.1432 22.5978 20.0905 22.3047 20.8746 21.6467C21.1088 21.4503 21.3253 21.2338 21.5217 20.9996C22.1797 20.2155 22.4728 19.2682 22.6131 18.0996C22.75 16.9584 22.75 15.512 22.75 13.6753V13.6752V13.6752V13.5748V13.5748V13.5747C22.75 11.738 22.75 10.2916 22.6131 9.15039C22.4728 7.98178 22.1797 7.0345 21.5217 6.25037C21.3253 6.01624 21.1088 5.79972 20.8746 5.60327C20.0905 4.9453 19.1432 4.6522 17.9746 4.51194ZM15 17.125C16.933 17.125 18.5 15.558 18.5 13.625C18.5 11.692 16.933 10.125 15 10.125C13.067 10.125 11.5 11.692 11.5 13.625C11.5 15.558 13.067 17.125 15 17.125ZM6.5 11.125C5.94772 11.125 5.5 11.5727 5.5 12.125C5.5 12.6773 5.94772 13.125 6.5 13.125H7.5C8.05228 13.125 8.5 12.6773 8.5 12.125C8.5 11.5727 8.05228 11.125 7.5 11.125H6.5ZM6.5 14.125C5.94772 14.125 5.5 14.5727 5.5 15.125C5.5 15.6773 5.94772 16.125 6.5 16.125H7.5C8.05228 16.125 8.5 15.6773 8.5 15.125C8.5 14.5727 8.05228 14.125 7.5 14.125H6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-record{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.25 12C3.25 7.16751 7.16751 3.25 12 3.25C16.8325 3.25 20.75 7.16751 20.75 12C20.75 16.8325 16.8325 20.75 12 20.75C7.16751 20.75 3.25 16.8325 3.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.25 12C3.25 7.16751 7.16751 3.25 12 3.25C16.8325 3.25 20.75 7.16751 20.75 12C20.75 16.8325 16.8325 20.75 12 20.75C7.16751 20.75 3.25 16.8325 3.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-repeat-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 12C8 11.4477 8.44772 11 9 11H15C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13H9C8.44772 13 8 12.5523 8 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.13 7.18734C20.5789 6.86556 21.2036 6.96858 21.5254 7.41744C22.4548 8.71393 23.0022 10.2951 23.0022 12.0001C23.0022 16.444 19.3075 20.0001 14.8079 20.0001H8.61371V21C8.61375 21.2514 8.51959 21.503 8.33043 21.6974C7.94528 22.0933 7.31218 22.1019 6.91634 21.7168L5.91354 20.7411C5.72256 20.5554 5.47232 20.3122 5.3256 20.1224C5.19673 19.9557 4.82489 19.4343 5.09763 18.7936C5.36433 18.1671 5.98229 18.0609 6.188 18.0326C6.42618 17.9998 6.72519 17.9999 6.99644 18.0001H6.99646L7.04694 18.0001H14.8079C18.2549 18.0001 21.0022 15.2882 21.0022 12.0001C21.0022 10.7305 20.5961 9.55389 19.8999 8.58271C19.5781 8.13385 19.6812 7.50912 20.13 7.18734Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.87389 16.8127C3.42502 17.1344 2.8003 17.0314 2.47852 16.5826C1.5491 15.2861 1.00175 13.7049 1.00175 11.9999C1.00175 7.55602 4.69641 3.99992 9.19597 3.99992H15.3902V3C15.3902 2.74861 15.4843 2.49697 15.6735 2.30256C16.0586 1.90673 16.6917 1.89806 17.0876 2.28321L18.0904 3.25894C18.2813 3.44457 18.5316 3.68781 18.6783 3.87758C18.8072 4.04428 19.179 4.56574 18.9063 5.20642C18.6396 5.83292 18.0216 5.93914 17.8159 5.96744C17.5777 6.00021 17.2787 6.00007 17.0075 5.99994H17.0074L16.957 5.99992H9.19597C5.74902 5.99992 3.00175 8.71184 3.00175 11.9999C3.00175 13.2695 3.40777 14.4461 4.10399 15.4173C4.42577 15.8662 4.32275 16.4909 3.87389 16.8127Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 12C8 11.4477 8.44772 11 9 11H15C15.5523 11 16 11.4477 16 12C16 12.5523 15.5523 13 15 13H9C8.44772 13 8 12.5523 8 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.13 7.18734C20.5789 6.86556 21.2036 6.96858 21.5254 7.41744C22.4548 8.71393 23.0022 10.2951 23.0022 12.0001C23.0022 16.444 19.3075 20.0001 14.8079 20.0001H8.61371V21C8.61375 21.2514 8.51959 21.503 8.33043 21.6974C7.94528 22.0933 7.31218 22.1019 6.91634 21.7168L5.91354 20.7411C5.72256 20.5554 5.47232 20.3122 5.3256 20.1224C5.19673 19.9557 4.82489 19.4343 5.09763 18.7936C5.36433 18.1671 5.98229 18.0609 6.188 18.0326C6.42618 17.9998 6.72519 17.9999 6.99644 18.0001H6.99646L7.04694 18.0001H14.8079C18.2549 18.0001 21.0022 15.2882 21.0022 12.0001C21.0022 10.7305 20.5961 9.55389 19.8999 8.58271C19.5781 8.13385 19.6812 7.50912 20.13 7.18734Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.87389 16.8127C3.42502 17.1344 2.8003 17.0314 2.47852 16.5826C1.5491 15.2861 1.00175 13.7049 1.00175 11.9999C1.00175 7.55602 4.69641 3.99992 9.19597 3.99992H15.3902V3C15.3902 2.74861 15.4843 2.49697 15.6735 2.30256C16.0586 1.90673 16.6917 1.89806 17.0876 2.28321L18.0904 3.25894C18.2813 3.44457 18.5316 3.68781 18.6783 3.87758C18.8072 4.04428 19.179 4.56574 18.9063 5.20642C18.6396 5.83292 18.0216 5.93914 17.8159 5.96744C17.5777 6.00021 17.2787 6.00007 17.0075 5.99994H17.0074L16.957 5.99992H9.19597C5.74902 5.99992 3.00175 8.71184 3.00175 11.9999C3.00175 13.2695 3.40777 14.4461 4.10399 15.4173C4.42577 15.8662 4.32275 16.4909 3.87389 16.8127Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-repeat-one-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9004 8.27867C12.8329 7.54257 14 8.32268 14 9.31619V14.9999C14 15.5521 13.5523 15.9999 13 15.9999C12.4478 15.9999 12 15.5521 12 14.9999V10.7481L11.6196 11.0484C11.1862 11.3906 10.5573 11.3166 10.2151 10.8831C9.87293 10.4496 9.94694 9.82075 10.3804 9.47855L11.9004 8.27867Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.13 7.18734C20.5789 6.86556 21.2036 6.96858 21.5254 7.41744C22.4548 8.71393 23.0022 10.2951 23.0022 12.0001C23.0022 16.444 19.3075 20.0001 14.8079 20.0001H8.61371V21C8.61375 21.2514 8.51959 21.503 8.33043 21.6974C7.94528 22.0933 7.31218 22.1019 6.91634 21.7168L5.91354 20.7411C5.72256 20.5554 5.47232 20.3122 5.3256 20.1224C5.19673 19.9557 4.82489 19.4343 5.09763 18.7936C5.36433 18.1671 5.98229 18.0609 6.188 18.0326C6.42618 17.9998 6.72519 17.9999 6.99644 18.0001H6.99646L7.04694 18.0001H14.8079C18.2549 18.0001 21.0022 15.2882 21.0022 12.0001C21.0022 10.7305 20.5961 9.55389 19.8999 8.58271C19.5781 8.13385 19.6812 7.50912 20.13 7.18734Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.87389 16.8127C3.42502 17.1344 2.8003 17.0314 2.47852 16.5826C1.5491 15.2861 1.00175 13.7049 1.00175 11.9999C1.00175 7.55602 4.69641 3.99992 9.19597 3.99992H15.3902V3C15.3902 2.74861 15.4843 2.49697 15.6735 2.30256C16.0586 1.90673 16.6917 1.89806 17.0876 2.28321L18.0904 3.25894C18.2813 3.44457 18.5316 3.68781 18.6783 3.87758C18.8072 4.04428 19.179 4.56574 18.9063 5.20642C18.6396 5.83292 18.0216 5.93914 17.8159 5.96744C17.5777 6.00021 17.2787 6.00007 17.0075 5.99994H17.0074L16.957 5.99992H9.19597C5.74902 5.99992 3.00175 8.71184 3.00175 11.9999C3.00175 13.2695 3.40777 14.4461 4.10399 15.4173C4.42577 15.8662 4.32275 16.4909 3.87389 16.8127Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9004 8.27867C12.8329 7.54257 14 8.32268 14 9.31619V14.9999C14 15.5521 13.5523 15.9999 13 15.9999C12.4478 15.9999 12 15.5521 12 14.9999V10.7481L11.6196 11.0484C11.1862 11.3906 10.5573 11.3166 10.2151 10.8831C9.87293 10.4496 9.94694 9.82075 10.3804 9.47855L11.9004 8.27867Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.13 7.18734C20.5789 6.86556 21.2036 6.96858 21.5254 7.41744C22.4548 8.71393 23.0022 10.2951 23.0022 12.0001C23.0022 16.444 19.3075 20.0001 14.8079 20.0001H8.61371V21C8.61375 21.2514 8.51959 21.503 8.33043 21.6974C7.94528 22.0933 7.31218 22.1019 6.91634 21.7168L5.91354 20.7411C5.72256 20.5554 5.47232 20.3122 5.3256 20.1224C5.19673 19.9557 4.82489 19.4343 5.09763 18.7936C5.36433 18.1671 5.98229 18.0609 6.188 18.0326C6.42618 17.9998 6.72519 17.9999 6.99644 18.0001H6.99646L7.04694 18.0001H14.8079C18.2549 18.0001 21.0022 15.2882 21.0022 12.0001C21.0022 10.7305 20.5961 9.55389 19.8999 8.58271C19.5781 8.13385 19.6812 7.50912 20.13 7.18734Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.87389 16.8127C3.42502 17.1344 2.8003 17.0314 2.47852 16.5826C1.5491 15.2861 1.00175 13.7049 1.00175 11.9999C1.00175 7.55602 4.69641 3.99992 9.19597 3.99992H15.3902V3C15.3902 2.74861 15.4843 2.49697 15.6735 2.30256C16.0586 1.90673 16.6917 1.89806 17.0876 2.28321L18.0904 3.25894C18.2813 3.44457 18.5316 3.68781 18.6783 3.87758C18.8072 4.04428 19.179 4.56574 18.9063 5.20642C18.6396 5.83292 18.0216 5.93914 17.8159 5.96744C17.5777 6.00021 17.2787 6.00007 17.0075 5.99994H17.0074L16.957 5.99992H9.19597C5.74902 5.99992 3.00175 8.71184 3.00175 11.9999C3.00175 13.2695 3.40777 14.4461 4.10399 15.4173C4.42577 15.8662 4.32275 16.4909 3.87389 16.8127Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-repeat-one-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.3574 2.1872C22.781 2.44727 23 2.90884 23 3.36888V9.99983C23 10.5521 22.5523 10.9998 22 10.9998C21.4477 10.9998 21 10.5521 21 9.99983V4.91255L20.6774 5.20962C20.2712 5.58376 19.6386 5.55773 19.2644 5.15148C18.8903 4.74523 18.9163 4.1126 19.3226 3.73846L20.8426 2.3386C21.2849 1.93119 21.8978 1.90503 22.3574 2.1872Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.33043 21.6974C7.94528 22.0933 7.31218 22.1019 6.91634 21.7168L5.91354 20.7411C5.72256 20.5554 5.47232 20.3122 5.3256 20.1224C5.19673 19.9557 4.82489 19.4343 5.09763 18.7936C5.36433 18.1671 5.98229 18.0609 6.188 18.0326C6.42618 17.9998 6.72522 17.9999 6.99646 18.0001L14.8079 18.0001C17.5857 18.0001 19.9091 16.2389 20.7065 13.8343C20.8631 13.362 21.2794 13 21.777 13C22.3935 13 22.8749 13.5445 22.7071 14.1377C21.747 17.5315 18.5568 20.0001 14.8079 20.0001H8.61371V21C8.61375 21.2514 8.51959 21.503 8.33043 21.6974Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.87389 16.8127C3.42502 17.1344 2.8003 17.0314 2.47852 16.5826C1.5491 15.2861 1.00175 13.7049 1.00175 11.9999C1.00175 7.55602 4.69641 3.99992 9.19597 3.99992H13.3902V3C13.3902 2.74861 13.4843 2.49697 13.6735 2.30256C14.0586 1.90673 14.6917 1.89806 15.0876 2.28321L16.0904 3.25894C16.2813 3.44457 16.5316 3.68781 16.6783 3.87758C16.8072 4.04428 17.179 4.56574 16.9063 5.20642C16.6396 5.83292 16.0216 5.93914 15.8159 5.96744C15.5777 6.00021 15.2787 6.00007 15.0075 5.99994H15.0074L14.957 5.99992H9.19597C5.74902 5.99992 3.00175 8.71184 3.00175 11.9999C3.00175 13.2695 3.40777 14.4461 4.10399 15.4173C4.42577 15.8662 4.32275 16.4909 3.87389 16.8127Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.3574 2.1872C22.781 2.44727 23 2.90884 23 3.36888V9.99983C23 10.5521 22.5523 10.9998 22 10.9998C21.4477 10.9998 21 10.5521 21 9.99983V4.91255L20.6774 5.20962C20.2712 5.58376 19.6386 5.55773 19.2644 5.15148C18.8903 4.74523 18.9163 4.1126 19.3226 3.73846L20.8426 2.3386C21.2849 1.93119 21.8978 1.90503 22.3574 2.1872Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.33043 21.6974C7.94528 22.0933 7.31218 22.1019 6.91634 21.7168L5.91354 20.7411C5.72256 20.5554 5.47232 20.3122 5.3256 20.1224C5.19673 19.9557 4.82489 19.4343 5.09763 18.7936C5.36433 18.1671 5.98229 18.0609 6.188 18.0326C6.42618 17.9998 6.72522 17.9999 6.99646 18.0001L14.8079 18.0001C17.5857 18.0001 19.9091 16.2389 20.7065 13.8343C20.8631 13.362 21.2794 13 21.777 13C22.3935 13 22.8749 13.5445 22.7071 14.1377C21.747 17.5315 18.5568 20.0001 14.8079 20.0001H8.61371V21C8.61375 21.2514 8.51959 21.503 8.33043 21.6974Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.87389 16.8127C3.42502 17.1344 2.8003 17.0314 2.47852 16.5826C1.5491 15.2861 1.00175 13.7049 1.00175 11.9999C1.00175 7.55602 4.69641 3.99992 9.19597 3.99992H13.3902V3C13.3902 2.74861 13.4843 2.49697 13.6735 2.30256C14.0586 1.90673 14.6917 1.89806 15.0876 2.28321L16.0904 3.25894C16.2813 3.44457 16.5316 3.68781 16.6783 3.87758C16.8072 4.04428 17.179 4.56574 16.9063 5.20642C16.6396 5.83292 16.0216 5.93914 15.8159 5.96744C15.5777 6.00021 15.2787 6.00007 15.0075 5.99994H15.0074L14.957 5.99992H9.19597C5.74902 5.99992 3.00175 8.71184 3.00175 11.9999C3.00175 13.2695 3.40777 14.4461 4.10399 15.4173C4.42577 15.8662 4.32275 16.4909 3.87389 16.8127Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-repeat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1261 7.18734C20.575 6.86556 21.1997 6.96858 21.5215 7.41744C22.4509 8.71393 22.9982 10.2951 22.9982 12.0001C22.9982 16.444 19.3036 20.0001 14.804 20.0001H8.60981V21C8.60985 21.2514 8.51568 21.503 8.32652 21.6974C7.94138 22.0933 7.30827 22.1019 6.91244 21.7168L5.90963 20.7411C5.71865 20.5554 5.46841 20.3122 5.32169 20.1224C5.19282 19.9557 4.82098 19.4343 5.09372 18.7936C5.36042 18.1671 5.97838 18.0609 6.18409 18.0326C6.42227 17.9998 6.72129 17.9999 6.99253 18.0001H6.99256L7.04303 18.0001H14.804C18.251 18.0001 20.9982 15.2882 20.9982 12.0001C20.9982 10.7305 20.5922 9.55389 19.896 8.58271C19.5742 8.13385 19.6773 7.50912 20.1261 7.18734Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.87389 16.8127C3.42502 17.1344 2.8003 17.0314 2.47852 16.5826C1.5491 15.2861 1.00175 13.7049 1.00175 11.9999C1.00175 7.55602 4.69641 3.99992 9.19597 3.99992H15.3902V3C15.3902 2.74861 15.4843 2.49697 15.6735 2.30256C16.0586 1.90673 16.6917 1.89806 17.0876 2.28321L18.0904 3.25894C18.2813 3.44457 18.5316 3.68781 18.6783 3.87758C18.8072 4.04428 19.179 4.56574 18.9063 5.20642C18.6396 5.83292 18.0216 5.93914 17.8159 5.96744C17.5777 6.00021 17.2787 6.00007 17.0075 5.99994H17.0074L16.957 5.99992H9.19597C5.74902 5.99992 3.00175 8.71184 3.00175 11.9999C3.00175 13.2695 3.40777 14.4461 4.10399 15.4173C4.42577 15.8662 4.32275 16.4909 3.87389 16.8127Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1261 7.18734C20.575 6.86556 21.1997 6.96858 21.5215 7.41744C22.4509 8.71393 22.9982 10.2951 22.9982 12.0001C22.9982 16.444 19.3036 20.0001 14.804 20.0001H8.60981V21C8.60985 21.2514 8.51568 21.503 8.32652 21.6974C7.94138 22.0933 7.30827 22.1019 6.91244 21.7168L5.90963 20.7411C5.71865 20.5554 5.46841 20.3122 5.32169 20.1224C5.19282 19.9557 4.82098 19.4343 5.09372 18.7936C5.36042 18.1671 5.97838 18.0609 6.18409 18.0326C6.42227 17.9998 6.72129 17.9999 6.99253 18.0001H6.99256L7.04303 18.0001H14.804C18.251 18.0001 20.9982 15.2882 20.9982 12.0001C20.9982 10.7305 20.5922 9.55389 19.896 8.58271C19.5742 8.13385 19.6773 7.50912 20.1261 7.18734Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.87389 16.8127C3.42502 17.1344 2.8003 17.0314 2.47852 16.5826C1.5491 15.2861 1.00175 13.7049 1.00175 11.9999C1.00175 7.55602 4.69641 3.99992 9.19597 3.99992H15.3902V3C15.3902 2.74861 15.4843 2.49697 15.6735 2.30256C16.0586 1.90673 16.6917 1.89806 17.0876 2.28321L18.0904 3.25894C18.2813 3.44457 18.5316 3.68781 18.6783 3.87758C18.8072 4.04428 19.179 4.56574 18.9063 5.20642C18.6396 5.83292 18.0216 5.93914 17.8159 5.96744C17.5777 6.00021 17.2787 6.00007 17.0075 5.99994H17.0074L16.957 5.99992H9.19597C5.74902 5.99992 3.00175 8.71184 3.00175 11.9999C3.00175 13.2695 3.40777 14.4461 4.10399 15.4173C4.42577 15.8662 4.32275 16.4909 3.87389 16.8127Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-scissor{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13.4832 10.5077C13.7886 10.6627 14.1341 10.75 14.5 10.75C15.7427 10.75 16.75 9.74264 16.75 8.5C16.75 7.25736 15.7427 6.25 14.5 6.25C13.2574 6.25 12.25 7.25736 12.25 8.5C12.25 8.82811 12.3203 9.13982 12.4465 9.42091L10.5922 11.0172L7.48016 8.42383C7.16195 8.15866 6.68903 8.20165 6.42385 8.51986C6.15868 8.83807 6.20167 9.31099 6.51988 9.57617L9.42848 12L6.51988 14.4238C6.20167 14.689 6.15868 15.1619 6.42385 15.4801C6.68903 15.7983 7.16195 15.8413 7.48016 15.5762L10.6026 12.9741L12.4751 14.5178C12.3309 14.8146 12.25 15.1479 12.25 15.5C12.25 16.7426 13.2574 17.75 14.5 17.75C15.7427 17.75 16.75 16.7426 16.75 15.5C16.75 14.2574 15.7427 13.25 14.5 13.25C14.1605 13.25 13.8385 13.3252 13.5499 13.4599L11.764 11.9876L13.4832 10.5077Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13.4832 10.5077C13.7886 10.6627 14.1341 10.75 14.5 10.75C15.7427 10.75 16.75 9.74264 16.75 8.5C16.75 7.25736 15.7427 6.25 14.5 6.25C13.2574 6.25 12.25 7.25736 12.25 8.5C12.25 8.82811 12.3203 9.13982 12.4465 9.42091L10.5922 11.0172L7.48016 8.42383C7.16195 8.15866 6.68903 8.20165 6.42385 8.51986C6.15868 8.83807 6.20167 9.31099 6.51988 9.57617L9.42848 12L6.51988 14.4238C6.20167 14.689 6.15868 15.1619 6.42385 15.4801C6.68903 15.7983 7.16195 15.8413 7.48016 15.5762L10.6026 12.9741L12.4751 14.5178C12.3309 14.8146 12.25 15.1479 12.25 15.5C12.25 16.7426 13.2574 17.75 14.5 17.75C15.7427 17.75 16.75 16.7426 16.75 15.5C16.75 14.2574 15.7427 13.25 14.5 13.25C14.1605 13.25 13.8385 13.3252 13.5499 13.4599L11.764 11.9876L13.4832 10.5077Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-shuffle-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM16.0119 5.93057C16.3264 5.661 16.7999 5.69743 17.0694 6.01192L18.5694 7.76192C18.7601 7.9843 18.8038 8.29731 18.6814 8.56341C18.559 8.82951 18.2929 9.00001 18 9.00001H16.1407C15.6039 9.00001 15.249 9.00067 14.9718 9.0249C14.7085 9.04792 14.5694 9.08884 14.463 9.14223C14.2261 9.26109 14.0495 9.47457 13.4238 10.3545C13.1837 10.6921 12.7155 10.7712 12.3779 10.5311C12.0403 10.2911 11.9613 9.82281 12.2013 9.48524L12.2868 9.36477C12.7824 8.66617 13.1777 8.10891 13.7903 7.80152C14.1261 7.63305 14.4701 7.56304 14.8412 7.5306C15.1036 7.50766 15.4057 7.50192 15.75 7.50049V6.5C15.7501 6.28876 15.8389 6.07883 16.0119 5.93057ZM7.69482 9.0249C7.4177 9.00067 7.06276 9.00001 6.52593 9.00001H6C5.58579 9.00001 5.25 8.66423 5.25 8.25001C5.25 7.8358 5.58579 7.50001 6 7.50001H6.52593L6.55698 7.50001H6.55698H6.55699H6.55699H6.557H6.557C7.05452 7.5 7.47531 7.49999 7.82544 7.5306C8.19659 7.56304 8.54058 7.63305 8.87636 7.80152C9.489 8.10891 9.88429 8.66617 10.3798 9.36477L10.4653 9.48524L13.4238 13.6455C14.0495 14.5255 14.2261 14.7389 14.463 14.8578C14.5694 14.9112 14.7085 14.9521 14.9719 14.9751C15.249 14.9994 15.6039 15 16.1407 15H18C18.2929 15 18.559 15.1705 18.6814 15.4366C18.8038 15.7027 18.7601 16.0157 18.5694 16.2381L17.0694 17.9881C16.7999 18.3026 16.3264 18.339 16.0119 18.0695C15.839 17.9213 15.7502 17.7114 15.75 17.5003V16.4995C15.4057 16.4981 15.1036 16.4924 14.8412 16.4694C14.4701 16.437 14.1261 16.367 13.7903 16.1985C13.1777 15.8911 12.7824 15.3339 12.2868 14.6353L12.2013 14.5148L9.24292 10.3545C8.61717 9.47457 8.44058 9.26109 8.20367 9.14223C8.09727 9.08884 7.95818 9.04792 7.69482 9.0249ZM10.4653 14.5148C10.7054 14.1772 10.6263 13.709 10.2888 13.4689C9.95121 13.2289 9.48296 13.3079 9.24292 13.6455C8.61717 14.5255 8.44058 14.7389 8.20368 14.8578C8.09727 14.9112 7.95818 14.9521 7.69482 14.9751C7.4177 14.9994 7.06276 15 6.52593 15H6C5.58579 15 5.25 15.3358 5.25 15.75C5.25 16.1642 5.58579 16.5 6 16.5H6.55697H6.55697H6.55698H6.55699H6.55699C7.05452 16.5 7.47531 16.5 7.82544 16.4694C8.19659 16.437 8.54058 16.367 8.87636 16.1985C9.489 15.8911 9.88429 15.3339 10.3798 14.6353L10.4653 14.5148Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM16.0119 5.93057C16.3264 5.661 16.7999 5.69743 17.0694 6.01192L18.5694 7.76192C18.7601 7.9843 18.8038 8.29731 18.6814 8.56341C18.559 8.82951 18.2929 9.00001 18 9.00001H16.1407C15.6039 9.00001 15.249 9.00067 14.9718 9.0249C14.7085 9.04792 14.5694 9.08884 14.463 9.14223C14.2261 9.26109 14.0495 9.47457 13.4238 10.3545C13.1837 10.6921 12.7155 10.7712 12.3779 10.5311C12.0403 10.2911 11.9613 9.82281 12.2013 9.48524L12.2868 9.36477C12.7824 8.66617 13.1777 8.10891 13.7903 7.80152C14.1261 7.63305 14.4701 7.56304 14.8412 7.5306C15.1036 7.50766 15.4057 7.50192 15.75 7.50049V6.5C15.7501 6.28876 15.8389 6.07883 16.0119 5.93057ZM7.69482 9.0249C7.4177 9.00067 7.06276 9.00001 6.52593 9.00001H6C5.58579 9.00001 5.25 8.66423 5.25 8.25001C5.25 7.8358 5.58579 7.50001 6 7.50001H6.52593L6.55698 7.50001H6.55698H6.55699H6.55699H6.557H6.557C7.05452 7.5 7.47531 7.49999 7.82544 7.5306C8.19659 7.56304 8.54058 7.63305 8.87636 7.80152C9.489 8.10891 9.88429 8.66617 10.3798 9.36477L10.4653 9.48524L13.4238 13.6455C14.0495 14.5255 14.2261 14.7389 14.463 14.8578C14.5694 14.9112 14.7085 14.9521 14.9719 14.9751C15.249 14.9994 15.6039 15 16.1407 15H18C18.2929 15 18.559 15.1705 18.6814 15.4366C18.8038 15.7027 18.7601 16.0157 18.5694 16.2381L17.0694 17.9881C16.7999 18.3026 16.3264 18.339 16.0119 18.0695C15.839 17.9213 15.7502 17.7114 15.75 17.5003V16.4995C15.4057 16.4981 15.1036 16.4924 14.8412 16.4694C14.4701 16.437 14.1261 16.367 13.7903 16.1985C13.1777 15.8911 12.7824 15.3339 12.2868 14.6353L12.2013 14.5148L9.24292 10.3545C8.61717 9.47457 8.44058 9.26109 8.20367 9.14223C8.09727 9.08884 7.95818 9.04792 7.69482 9.0249ZM10.4653 14.5148C10.7054 14.1772 10.6263 13.709 10.2888 13.4689C9.95121 13.2289 9.48296 13.3079 9.24292 13.6455C8.61717 14.5255 8.44058 14.7389 8.20368 14.8578C8.09727 14.9112 7.95818 14.9521 7.69482 14.9751C7.4177 14.9994 7.06276 15 6.52593 15H6C5.58579 15 5.25 15.3358 5.25 15.75C5.25 16.1642 5.58579 16.5 6 16.5H6.55697H6.55697H6.55698H6.55699H6.55699C7.05452 16.5 7.47531 16.5 7.82544 16.4694C8.19659 16.437 8.54058 16.367 8.87636 16.1985C9.489 15.8911 9.88429 15.3339 10.3798 14.6353L10.4653 14.5148Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-shuffle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.75056 16.9459C6.22882 16.9988 5.56462 17 4.58082 17H3C2.44772 17 2 17.4477 2 18C2 18.5523 2.44772 19 3 19H4.58082H4.63006H4.63009C5.55217 19 6.31793 19 6.95226 18.9357C7.62184 18.8679 8.21843 18.7231 8.78908 18.391C9.76605 17.8226 10.3916 16.8489 11.209 15.5255C11.4992 15.0556 11.3535 14.4394 10.8836 14.1492C10.4137 13.859 9.79756 14.0046 9.50735 14.4745C8.62651 15.9007 8.24811 16.3919 7.78331 16.6623C7.54046 16.8036 7.24832 16.8955 6.75056 16.9459Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5137 9.85081C13.9836 10.141 14.5998 9.99536 14.89 9.52547C15.7708 8.09928 16.1492 7.60808 16.614 7.33765C16.9976 7.11449 17.4843 7.01116 18.0982 6.98106C18.5018 6.96128 18.8602 6.97226 19.2463 6.98408H19.2463H19.2464C19.5003 6.99186 19.7662 7 20.0649 7L20.1145 7.00002C20.3522 7.00021 20.6347 7.00042 20.8636 6.96524C21.0963 6.92947 21.6823 6.79616 21.9205 6.17086C22.1442 5.5838 21.8456 5.10207 21.7198 4.92028C21.5876 4.72932 21.3948 4.51987 21.2239 4.33435L21.1911 4.29873L20.2936 3.323C19.9197 2.91652 19.2871 2.89012 18.8806 3.26402C18.6663 3.46113 18.5577 3.73013 18.5576 4V4.41413C18.5576 4.65269 18.5576 4.77197 18.496 4.85261C18.4824 4.87044 18.4683 4.88521 18.4512 4.89968C18.3736 4.96516 18.2492 4.97126 18.0003 4.98346C17.2462 5.02042 16.3907 5.15374 15.6083 5.60895C14.6313 6.17736 14.0058 7.15106 13.1884 8.47453C12.8982 8.94442 13.0438 9.5606 13.5137 9.85081Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75056 7.05407C6.22882 7.00118 5.56462 7 4.58082 7H3C2.44772 7 2 6.55229 2 6C2 5.44772 2.44772 5 3 5H4.58082H4.63006H4.63009C5.55217 4.99998 6.31793 4.99996 6.95226 5.06426C7.62184 5.13213 8.21843 5.27694 8.78908 5.60895C9.35568 5.9386 9.7877 6.3895 10.2008 6.94378C10.5971 7.4754 11.018 8.16179 11.5324 9.00064L11.5324 9.00068L14.546 13.9148C15.0901 14.8021 15.4644 15.4106 15.8001 15.861C16.125 16.297 16.3671 16.5187 16.614 16.6623C16.9976 16.8855 17.4843 16.9888 18.0982 17.0189C18.5018 17.0387 18.8602 17.0277 19.2463 17.0159H19.2463H19.2464C19.5003 17.0081 19.7662 17 20.0649 17L20.1145 17C20.3522 16.9998 20.6347 16.9996 20.8636 17.0348C21.0963 17.0705 21.6823 17.2038 21.9205 17.8291C22.1442 18.4162 21.8456 18.8979 21.7198 19.0797C21.5876 19.2707 21.3948 19.4801 21.2239 19.6656L21.2239 19.6656L21.1911 19.7013L20.2936 20.677C19.9197 21.0835 19.2871 21.1099 18.8806 20.736C18.6663 20.5389 18.5577 20.2699 18.5576 20V19.5859C18.5576 19.3473 18.5576 19.228 18.496 19.1474C18.4824 19.1296 18.4683 19.1148 18.4512 19.1003C18.3736 19.0348 18.2492 19.0287 18.0003 19.0165C17.2462 18.9796 16.3907 18.8463 15.6083 18.3911C15.0417 18.0614 14.6096 17.6105 14.1965 17.0562C13.8003 16.5246 13.3793 15.8382 12.8649 14.9993L12.8649 14.9993L9.85135 10.0852C9.30724 9.1979 8.93298 8.58942 8.59725 8.139C8.2723 7.70302 8.03022 7.48131 7.78331 7.33766C7.54046 7.19637 7.24832 7.10452 6.75056 7.05407Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.75056 16.9459C6.22882 16.9988 5.56462 17 4.58082 17H3C2.44772 17 2 17.4477 2 18C2 18.5523 2.44772 19 3 19H4.58082H4.63006H4.63009C5.55217 19 6.31793 19 6.95226 18.9357C7.62184 18.8679 8.21843 18.7231 8.78908 18.391C9.76605 17.8226 10.3916 16.8489 11.209 15.5255C11.4992 15.0556 11.3535 14.4394 10.8836 14.1492C10.4137 13.859 9.79756 14.0046 9.50735 14.4745C8.62651 15.9007 8.24811 16.3919 7.78331 16.6623C7.54046 16.8036 7.24832 16.8955 6.75056 16.9459Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5137 9.85081C13.9836 10.141 14.5998 9.99536 14.89 9.52547C15.7708 8.09928 16.1492 7.60808 16.614 7.33765C16.9976 7.11449 17.4843 7.01116 18.0982 6.98106C18.5018 6.96128 18.8602 6.97226 19.2463 6.98408H19.2463H19.2464C19.5003 6.99186 19.7662 7 20.0649 7L20.1145 7.00002C20.3522 7.00021 20.6347 7.00042 20.8636 6.96524C21.0963 6.92947 21.6823 6.79616 21.9205 6.17086C22.1442 5.5838 21.8456 5.10207 21.7198 4.92028C21.5876 4.72932 21.3948 4.51987 21.2239 4.33435L21.1911 4.29873L20.2936 3.323C19.9197 2.91652 19.2871 2.89012 18.8806 3.26402C18.6663 3.46113 18.5577 3.73013 18.5576 4V4.41413C18.5576 4.65269 18.5576 4.77197 18.496 4.85261C18.4824 4.87044 18.4683 4.88521 18.4512 4.89968C18.3736 4.96516 18.2492 4.97126 18.0003 4.98346C17.2462 5.02042 16.3907 5.15374 15.6083 5.60895C14.6313 6.17736 14.0058 7.15106 13.1884 8.47453C12.8982 8.94442 13.0438 9.5606 13.5137 9.85081Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75056 7.05407C6.22882 7.00118 5.56462 7 4.58082 7H3C2.44772 7 2 6.55229 2 6C2 5.44772 2.44772 5 3 5H4.58082H4.63006H4.63009C5.55217 4.99998 6.31793 4.99996 6.95226 5.06426C7.62184 5.13213 8.21843 5.27694 8.78908 5.60895C9.35568 5.9386 9.7877 6.3895 10.2008 6.94378C10.5971 7.4754 11.018 8.16179 11.5324 9.00064L11.5324 9.00068L14.546 13.9148C15.0901 14.8021 15.4644 15.4106 15.8001 15.861C16.125 16.297 16.3671 16.5187 16.614 16.6623C16.9976 16.8855 17.4843 16.9888 18.0982 17.0189C18.5018 17.0387 18.8602 17.0277 19.2463 17.0159H19.2463H19.2464C19.5003 17.0081 19.7662 17 20.0649 17L20.1145 17C20.3522 16.9998 20.6347 16.9996 20.8636 17.0348C21.0963 17.0705 21.6823 17.2038 21.9205 17.8291C22.1442 18.4162 21.8456 18.8979 21.7198 19.0797C21.5876 19.2707 21.3948 19.4801 21.2239 19.6656L21.2239 19.6656L21.1911 19.7013L20.2936 20.677C19.9197 21.0835 19.2871 21.1099 18.8806 20.736C18.6663 20.5389 18.5577 20.2699 18.5576 20V19.5859C18.5576 19.3473 18.5576 19.228 18.496 19.1474C18.4824 19.1296 18.4683 19.1148 18.4512 19.1003C18.3736 19.0348 18.2492 19.0287 18.0003 19.0165C17.2462 18.9796 16.3907 18.8463 15.6083 18.3911C15.0417 18.0614 14.6096 17.6105 14.1965 17.0562C13.8003 16.5246 13.3793 15.8382 12.8649 14.9993L12.8649 14.9993L9.85135 10.0852C9.30724 9.1979 8.93298 8.58942 8.59725 8.139C8.2723 7.70302 8.03022 7.48131 7.78331 7.33766C7.54046 7.19637 7.24832 7.10452 6.75056 7.05407Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-speaker{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0537 1.25C14.0117 1.24999 15.5532 1.24998 16.7576 1.40238C17.9901 1.55834 18.9829 1.88535 19.7692 2.62542C20.562 3.37155 20.9182 4.32381 21.0869 5.50485C21.25 6.6471 21.25 8.10537 21.25 9.94047V14.0595C21.25 15.8946 21.25 17.3529 21.0869 18.4951C20.9182 19.6762 20.562 20.6284 19.7692 21.3746C18.9829 22.1147 17.9901 22.4417 16.7576 22.5976C15.5532 22.75 14.0116 22.75 12.0537 22.75H11.9463C9.98836 22.75 8.44685 22.75 7.24244 22.5976C6.0099 22.4417 5.01711 22.1147 4.23077 21.3746C3.43801 20.6284 3.08185 19.6762 2.91314 18.4951C2.74997 17.3529 2.74998 15.8946 2.75 14.0595V14.0595V9.9405V9.94049C2.74998 8.10538 2.74997 6.64711 2.91314 5.50485C3.08185 4.32381 3.43801 3.37155 4.23077 2.62542C5.01711 1.88535 6.0099 1.55834 7.24244 1.40238C8.44685 1.24998 9.98835 1.24999 11.9463 1.25H12.0537ZM7.75 14.5C7.75 12.1528 9.65279 10.25 12 10.25C14.3472 10.25 16.25 12.1528 16.25 14.5C16.25 16.8472 14.3472 18.75 12 18.75C9.65279 18.75 7.75 16.8472 7.75 14.5ZM10 5C9.44772 5 9 5.44772 9 6C9 6.55228 9.44772 7 10 7H14C14.5523 7 15 6.55228 15 6C15 5.44772 14.5523 5 14 5H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0537 1.25C14.0117 1.24999 15.5532 1.24998 16.7576 1.40238C17.9901 1.55834 18.9829 1.88535 19.7692 2.62542C20.562 3.37155 20.9182 4.32381 21.0869 5.50485C21.25 6.6471 21.25 8.10537 21.25 9.94047V14.0595C21.25 15.8946 21.25 17.3529 21.0869 18.4951C20.9182 19.6762 20.562 20.6284 19.7692 21.3746C18.9829 22.1147 17.9901 22.4417 16.7576 22.5976C15.5532 22.75 14.0116 22.75 12.0537 22.75H11.9463C9.98836 22.75 8.44685 22.75 7.24244 22.5976C6.0099 22.4417 5.01711 22.1147 4.23077 21.3746C3.43801 20.6284 3.08185 19.6762 2.91314 18.4951C2.74997 17.3529 2.74998 15.8946 2.75 14.0595V14.0595V9.9405V9.94049C2.74998 8.10538 2.74997 6.64711 2.91314 5.50485C3.08185 4.32381 3.43801 3.37155 4.23077 2.62542C5.01711 1.88535 6.0099 1.55834 7.24244 1.40238C8.44685 1.24998 9.98835 1.24999 11.9463 1.25H12.0537ZM7.75 14.5C7.75 12.1528 9.65279 10.25 12 10.25C14.3472 10.25 16.25 12.1528 16.25 14.5C16.25 16.8472 14.3472 18.75 12 18.75C9.65279 18.75 7.75 16.8472 7.75 14.5ZM10 5C9.44772 5 9 5.44772 9 6C9 6.55228 9.44772 7 10 7H14C14.5523 7 15 6.55228 15 6C15 5.44772 14.5523 5 14 5H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-stop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0436 3.25C13.6463 3.24999 14.9086 3.24998 15.913 3.35586C16.9399 3.4641 17.7833 3.68971 18.5113 4.19945C19.0129 4.55072 19.4493 4.98706 19.8005 5.48872C20.3103 6.21671 20.5359 7.06008 20.6441 8.08697C20.75 9.0914 20.75 10.3537 20.75 11.9564V12.0436C20.75 13.6463 20.75 14.9086 20.6441 15.913C20.5359 16.9399 20.3103 17.7833 19.8005 18.5113C19.4493 19.0129 19.0129 19.4493 18.5113 19.8005C17.7833 20.3103 16.9399 20.5359 15.913 20.6441C14.9086 20.75 13.6463 20.75 12.0436 20.75H11.9564C10.3537 20.75 9.0914 20.75 8.08697 20.6441C7.06008 20.5359 6.21671 20.3103 5.48872 19.8005C4.98706 19.4493 4.55072 19.0129 4.19945 18.5113C3.68971 17.7833 3.4641 16.9399 3.35586 15.913C3.24998 14.9086 3.24999 13.6463 3.25 12.0436V11.9564C3.24999 10.3537 3.24998 9.0914 3.35586 8.08697C3.4641 7.06008 3.68971 6.21671 4.19945 5.48872C4.55072 4.98706 4.98706 4.55072 5.48872 4.19945C6.21671 3.68971 7.06008 3.4641 8.08697 3.35586C9.0914 3.24998 10.3537 3.24999 11.9564 3.25H12.0436Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0436 3.25C13.6463 3.24999 14.9086 3.24998 15.913 3.35586C16.9399 3.4641 17.7833 3.68971 18.5113 4.19945C19.0129 4.55072 19.4493 4.98706 19.8005 5.48872C20.3103 6.21671 20.5359 7.06008 20.6441 8.08697C20.75 9.0914 20.75 10.3537 20.75 11.9564V12.0436C20.75 13.6463 20.75 14.9086 20.6441 15.913C20.5359 16.9399 20.3103 17.7833 19.8005 18.5113C19.4493 19.0129 19.0129 19.4493 18.5113 19.8005C17.7833 20.3103 16.9399 20.5359 15.913 20.6441C14.9086 20.75 13.6463 20.75 12.0436 20.75H11.9564C10.3537 20.75 9.0914 20.75 8.08697 20.6441C7.06008 20.5359 6.21671 20.3103 5.48872 19.8005C4.98706 19.4493 4.55072 19.0129 4.19945 18.5113C3.68971 17.7833 3.4641 16.9399 3.35586 15.913C3.24998 14.9086 3.24999 13.6463 3.25 12.0436V11.9564C3.24999 10.3537 3.24998 9.0914 3.35586 8.08697C3.4641 7.06008 3.68971 6.21671 4.19945 5.48872C4.55072 4.98706 4.98706 4.55072 5.48872 4.19945C6.21671 3.68971 7.06008 3.4641 8.08697 3.35586C9.0914 3.24998 10.3537 3.24999 11.9564 3.25H12.0436Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-subtitle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM19 18C19 18.5523 18.5523 19 18 19H10C9.44771 19 9 18.5523 9 18C9 17.4477 9.44771 17 10 17H18C18.5523 17 19 17.4477 19 18ZM10 13C9.44772 13 9 13.4477 9 14C9 14.5523 9.44772 15 10 15H12C12.5523 15 13 14.5523 13 14C13 13.4477 12.5523 13 12 13H10ZM15 13C14.4477 13 14 13.4477 14 14C14 14.5523 14.4477 15 15 15H18C18.5523 15 19 14.5523 19 14C19 13.4477 18.5523 13 18 13H15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM19 18C19 18.5523 18.5523 19 18 19H10C9.44771 19 9 18.5523 9 18C9 17.4477 9.44771 17 10 17H18C18.5523 17 19 17.4477 19 18ZM10 13C9.44772 13 9 13.4477 9 14C9 14.5523 9.44772 15 10 15H12C12.5523 15 13 14.5523 13 14C13 13.4477 12.5523 13 12 13H10ZM15 13C14.4477 13 14 13.4477 14 14C14 14.5523 14.4477 15 15 15H18C18.5523 15 19 14.5523 19 14C19 13.4477 18.5523 13 18 13H15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-voice{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM12.75 8C12.75 7.58579 12.4142 7.25 12 7.25C11.5858 7.25 11.25 7.58579 11.25 8V16C11.25 16.4142 11.5858 16.75 12 16.75C12.4142 16.75 12.75 16.4142 12.75 16V8ZM9.75 10C9.75 9.58579 9.41421 9.25 9 9.25C8.58579 9.25 8.25 9.58579 8.25 10V14C8.25 14.4142 8.58579 14.75 9 14.75C9.41421 14.75 9.75 14.4142 9.75 14V10ZM15.75 10C15.75 9.58579 15.4142 9.25 15 9.25C14.5858 9.25 14.25 9.58579 14.25 10V14C14.25 14.4142 14.5858 14.75 15 14.75C15.4142 14.75 15.75 14.4142 15.75 14V10ZM6.75 11C6.75 10.5858 6.41421 10.25 6 10.25C5.58579 10.25 5.25 10.5858 5.25 11V13C5.25 13.4142 5.58579 13.75 6 13.75C6.41421 13.75 6.75 13.4142 6.75 13V11ZM18.75 11C18.75 10.5858 18.4142 10.25 18 10.25C17.5858 10.25 17.25 10.5858 17.25 11V13C17.25 13.4142 17.5858 13.75 18 13.75C18.4142 13.75 18.75 13.4142 18.75 13V11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM12.75 8C12.75 7.58579 12.4142 7.25 12 7.25C11.5858 7.25 11.25 7.58579 11.25 8V16C11.25 16.4142 11.5858 16.75 12 16.75C12.4142 16.75 12.75 16.4142 12.75 16V8ZM9.75 10C9.75 9.58579 9.41421 9.25 9 9.25C8.58579 9.25 8.25 9.58579 8.25 10V14C8.25 14.4142 8.58579 14.75 9 14.75C9.41421 14.75 9.75 14.4142 9.75 14V10ZM15.75 10C15.75 9.58579 15.4142 9.25 15 9.25C14.5858 9.25 14.25 9.58579 14.25 10V14C14.25 14.4142 14.5858 14.75 15 14.75C15.4142 14.75 15.75 14.4142 15.75 14V10ZM6.75 11C6.75 10.5858 6.41421 10.25 6 10.25C5.58579 10.25 5.25 10.5858 5.25 11V13C5.25 13.4142 5.58579 13.75 6 13.75C6.41421 13.75 6.75 13.4142 6.75 13V11ZM18.75 11C18.75 10.5858 18.4142 10.25 18 10.25C17.5858 10.25 17.25 10.5858 17.25 11V13C17.25 13.4142 17.5858 13.75 18 13.75C18.4142 13.75 18.75 13.4142 18.75 13V11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-volume-high{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9916 3.9756C11.6784 3.44801 12.4957 3.01957 13.367 3.38808C14.2302 3.75318 14.5076 4.63267 14.6274 5.49785C14.7502 6.38459 14.7502 7.60557 14.7502 9.12365V14.8794C14.7502 16.3975 14.7502 17.6185 14.6274 18.5052C14.5076 19.3704 14.2302 20.2499 13.367 20.615C12.4957 20.9835 11.6784 20.5551 10.9916 20.0275C10.2892 19.488 9.3966 18.5765 8.34667 17.5044L8.34663 17.5044C7.80717 16.9535 7.44921 16.6873 7.08663 16.5374C6.72221 16.3868 6.27914 16.3229 5.50619 16.3229C4.83768 16.3229 4.23963 16.3229 3.78679 16.2758C3.31184 16.2265 2.87088 16.1191 2.47421 15.8485C1.7184 15.3328 1.42917 14.5777 1.31957 13.8838C1.23785 13.3663 1.24723 12.7981 1.25479 12.3405V11.6626C1.24723 11.205 1.23785 10.6368 1.31957 10.1193C1.42917 9.42536 1.7184 8.67029 2.47421 8.15462C2.87088 7.88398 3.31184 7.77657 3.78679 7.72723C4.23963 7.68019 4.83768 7.68021 5.50619 7.68023C6.27914 7.68023 6.72221 7.61628 7.08663 7.46563C7.44922 7.31574 7.80717 7.04954 8.34663 6.49869L8.34664 6.49869C9.39659 5.42655 10.2892 4.51511 10.9916 3.9756Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3935 8.20504C16.8325 7.87003 17.4601 7.95439 17.7951 8.39347C18.5519 9.38539 19.0001 10.6418 19.0001 12.0001C19.0001 13.3583 18.5519 14.6147 17.7951 15.6066C17.4601 16.0457 16.8325 16.1301 16.3935 15.7951C15.9544 15.4601 15.87 14.8325 16.205 14.3935C16.699 13.746 17.0001 12.9149 17.0001 12.0001C17.0001 11.0852 16.699 10.2541 16.205 9.60664C15.87 9.16756 15.9544 8.54004 16.3935 8.20504Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.3247 6.26245C19.7321 5.8895 20.3646 5.91738 20.7376 6.32472C22.1408 7.8573 23 9.83247 23 12C23 14.1675 22.1408 16.1427 20.7376 17.6753C20.3646 18.0826 19.7321 18.1105 19.3247 17.7376C18.9174 17.3646 18.8895 16.7321 19.2625 16.3247C20.3609 15.125 21 13.621 21 12C21 10.379 20.3609 8.87497 19.2625 7.6753C18.8895 7.26796 18.9174 6.63541 19.3247 6.26245Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9916 3.9756C11.6784 3.44801 12.4957 3.01957 13.367 3.38808C14.2302 3.75318 14.5076 4.63267 14.6274 5.49785C14.7502 6.38459 14.7502 7.60557 14.7502 9.12365V14.8794C14.7502 16.3975 14.7502 17.6185 14.6274 18.5052C14.5076 19.3704 14.2302 20.2499 13.367 20.615C12.4957 20.9835 11.6784 20.5551 10.9916 20.0275C10.2892 19.488 9.3966 18.5765 8.34667 17.5044L8.34663 17.5044C7.80717 16.9535 7.44921 16.6873 7.08663 16.5374C6.72221 16.3868 6.27914 16.3229 5.50619 16.3229C4.83768 16.3229 4.23963 16.3229 3.78679 16.2758C3.31184 16.2265 2.87088 16.1191 2.47421 15.8485C1.7184 15.3328 1.42917 14.5777 1.31957 13.8838C1.23785 13.3663 1.24723 12.7981 1.25479 12.3405V11.6626C1.24723 11.205 1.23785 10.6368 1.31957 10.1193C1.42917 9.42536 1.7184 8.67029 2.47421 8.15462C2.87088 7.88398 3.31184 7.77657 3.78679 7.72723C4.23963 7.68019 4.83768 7.68021 5.50619 7.68023C6.27914 7.68023 6.72221 7.61628 7.08663 7.46563C7.44922 7.31574 7.80717 7.04954 8.34663 6.49869L8.34664 6.49869C9.39659 5.42655 10.2892 4.51511 10.9916 3.9756Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3935 8.20504C16.8325 7.87003 17.4601 7.95439 17.7951 8.39347C18.5519 9.38539 19.0001 10.6418 19.0001 12.0001C19.0001 13.3583 18.5519 14.6147 17.7951 15.6066C17.4601 16.0457 16.8325 16.1301 16.3935 15.7951C15.9544 15.4601 15.87 14.8325 16.205 14.3935C16.699 13.746 17.0001 12.9149 17.0001 12.0001C17.0001 11.0852 16.699 10.2541 16.205 9.60664C15.87 9.16756 15.9544 8.54004 16.3935 8.20504Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.3247 6.26245C19.7321 5.8895 20.3646 5.91738 20.7376 6.32472C22.1408 7.8573 23 9.83247 23 12C23 14.1675 22.1408 16.1427 20.7376 17.6753C20.3646 18.0826 19.7321 18.1105 19.3247 17.7376C18.9174 17.3646 18.8895 16.7321 19.2625 16.3247C20.3609 15.125 21 13.621 21 12C21 10.379 20.3609 8.87497 19.2625 7.6753C18.8895 7.26796 18.9174 6.63541 19.3247 6.26245Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-volume-low{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.3935 8.20504C18.8325 7.87003 19.4601 7.95439 19.7951 8.39347C20.5519 9.38539 21.0001 10.6418 21.0001 12.0001C21.0001 13.3583 20.5519 14.6147 19.7951 15.6066C19.4601 16.0457 18.8325 16.1301 18.3935 15.7951C17.9544 15.4601 17.87 14.8325 18.205 14.3935C18.699 13.746 19.0001 12.9149 19.0001 12.0001C19.0001 11.0852 18.699 10.2541 18.205 9.60664C17.87 9.16756 17.9544 8.54004 18.3935 8.20504Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9916 3.9756C13.6784 3.44801 14.4957 3.01957 15.367 3.38808C16.2302 3.75318 16.5076 4.63267 16.6274 5.49785C16.7502 6.38459 16.7502 7.60557 16.7502 9.12365V14.8794C16.7502 16.3975 16.7502 17.6185 16.6274 18.5052C16.5076 19.3704 16.2302 20.2499 15.367 20.615C14.4957 20.9835 13.6784 20.5551 12.9916 20.0275C12.2892 19.488 11.3966 18.5765 10.3467 17.5044L10.3466 17.5044C9.80717 16.9535 9.44921 16.6873 9.08663 16.5374C8.72221 16.3868 8.27914 16.3229 7.50619 16.3229C6.83768 16.3229 6.23963 16.3229 5.78679 16.2758C5.31184 16.2265 4.87088 16.1191 4.47421 15.8485C3.7184 15.3328 3.42917 14.5777 3.31957 13.8838C3.23785 13.3663 3.24723 12.7981 3.25479 12.3405V11.6626C3.24723 11.205 3.23785 10.6368 3.31957 10.1193C3.42917 9.42536 3.7184 8.67029 4.47421 8.15462C4.87088 7.88398 5.31184 7.77657 5.78679 7.72723C6.23963 7.68019 6.83768 7.68021 7.50619 7.68023C8.27914 7.68023 8.72221 7.61628 9.08663 7.46563C9.44922 7.31574 9.80717 7.04954 10.3466 6.49869L10.3466 6.49869C11.3966 5.42655 12.2892 4.51511 12.9916 3.9756Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.3935 8.20504C18.8325 7.87003 19.4601 7.95439 19.7951 8.39347C20.5519 9.38539 21.0001 10.6418 21.0001 12.0001C21.0001 13.3583 20.5519 14.6147 19.7951 15.6066C19.4601 16.0457 18.8325 16.1301 18.3935 15.7951C17.9544 15.4601 17.87 14.8325 18.205 14.3935C18.699 13.746 19.0001 12.9149 19.0001 12.0001C19.0001 11.0852 18.699 10.2541 18.205 9.60664C17.87 9.16756 17.9544 8.54004 18.3935 8.20504Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9916 3.9756C13.6784 3.44801 14.4957 3.01957 15.367 3.38808C16.2302 3.75318 16.5076 4.63267 16.6274 5.49785C16.7502 6.38459 16.7502 7.60557 16.7502 9.12365V14.8794C16.7502 16.3975 16.7502 17.6185 16.6274 18.5052C16.5076 19.3704 16.2302 20.2499 15.367 20.615C14.4957 20.9835 13.6784 20.5551 12.9916 20.0275C12.2892 19.488 11.3966 18.5765 10.3467 17.5044L10.3466 17.5044C9.80717 16.9535 9.44921 16.6873 9.08663 16.5374C8.72221 16.3868 8.27914 16.3229 7.50619 16.3229C6.83768 16.3229 6.23963 16.3229 5.78679 16.2758C5.31184 16.2265 4.87088 16.1191 4.47421 15.8485C3.7184 15.3328 3.42917 14.5777 3.31957 13.8838C3.23785 13.3663 3.24723 12.7981 3.25479 12.3405V11.6626C3.24723 11.205 3.23785 10.6368 3.31957 10.1193C3.42917 9.42536 3.7184 8.67029 4.47421 8.15462C4.87088 7.88398 5.31184 7.77657 5.78679 7.72723C6.23963 7.68019 6.83768 7.68021 7.50619 7.68023C8.27914 7.68023 8.72221 7.61628 9.08663 7.46563C9.44922 7.31574 9.80717 7.04954 10.3466 6.49869L10.3466 6.49869C11.3966 5.42655 12.2892 4.51511 12.9916 3.9756Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-volume-minus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9916 3.9756C11.6784 3.44801 12.4957 3.01957 13.367 3.38808C14.2302 3.75318 14.5076 4.63267 14.6274 5.49785C14.7502 6.38459 14.7502 7.60557 14.7502 9.12365V14.8794C14.7502 16.3975 14.7502 17.6185 14.6274 18.5052C14.5076 19.3704 14.2302 20.2499 13.367 20.615C12.4957 20.9835 11.6784 20.5551 10.9916 20.0275C10.2892 19.488 9.3966 18.5765 8.34667 17.5044L8.34663 17.5044C7.80717 16.9535 7.44921 16.6873 7.08663 16.5374C6.72221 16.3868 6.27914 16.3229 5.50619 16.3229C4.83768 16.3229 4.23963 16.3229 3.78679 16.2758C3.31184 16.2265 2.87088 16.1191 2.47421 15.8485C1.7184 15.3328 1.42917 14.5777 1.31957 13.8838C1.23785 13.3663 1.24723 12.7981 1.25479 12.3405V11.6626C1.24723 11.205 1.23785 10.6368 1.31957 10.1193C1.42917 9.42536 1.7184 8.67029 2.47421 8.15462C2.87088 7.88398 3.31184 7.77657 3.78679 7.72723C4.23963 7.68019 4.83768 7.68021 5.50619 7.68023C6.27914 7.68023 6.72221 7.61628 7.08663 7.46563C7.44922 7.31574 7.80717 7.04954 8.34663 6.49869L8.34664 6.49869C9.39659 5.42655 10.2892 4.51511 10.9916 3.9756Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 12C16 11.4477 16.4477 11 17 11L22 11C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13L17 13C16.4477 13 16 12.5523 16 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9916 3.9756C11.6784 3.44801 12.4957 3.01957 13.367 3.38808C14.2302 3.75318 14.5076 4.63267 14.6274 5.49785C14.7502 6.38459 14.7502 7.60557 14.7502 9.12365V14.8794C14.7502 16.3975 14.7502 17.6185 14.6274 18.5052C14.5076 19.3704 14.2302 20.2499 13.367 20.615C12.4957 20.9835 11.6784 20.5551 10.9916 20.0275C10.2892 19.488 9.3966 18.5765 8.34667 17.5044L8.34663 17.5044C7.80717 16.9535 7.44921 16.6873 7.08663 16.5374C6.72221 16.3868 6.27914 16.3229 5.50619 16.3229C4.83768 16.3229 4.23963 16.3229 3.78679 16.2758C3.31184 16.2265 2.87088 16.1191 2.47421 15.8485C1.7184 15.3328 1.42917 14.5777 1.31957 13.8838C1.23785 13.3663 1.24723 12.7981 1.25479 12.3405V11.6626C1.24723 11.205 1.23785 10.6368 1.31957 10.1193C1.42917 9.42536 1.7184 8.67029 2.47421 8.15462C2.87088 7.88398 3.31184 7.77657 3.78679 7.72723C4.23963 7.68019 4.83768 7.68021 5.50619 7.68023C6.27914 7.68023 6.72221 7.61628 7.08663 7.46563C7.44922 7.31574 7.80717 7.04954 8.34663 6.49869L8.34664 6.49869C9.39659 5.42655 10.2892 4.51511 10.9916 3.9756Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 12C16 11.4477 16.4477 11 17 11L22 11C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13L17 13C16.4477 13 16 12.5523 16 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-volume-mute-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9916 3.9756C15.6784 3.44801 16.4957 3.01957 17.367 3.38808C18.2302 3.75318 18.5076 4.63267 18.6274 5.49785C18.7502 6.38459 18.7502 7.60557 18.7502 9.12365V14.8794C18.7502 16.3975 18.7502 17.6185 18.6274 18.5052C18.5076 19.3704 18.2302 20.2499 17.367 20.615C16.4957 20.9835 15.6784 20.5551 14.9916 20.0275C14.2892 19.488 13.3966 18.5765 12.3467 17.5044L12.3466 17.5044C11.8072 16.9535 11.4492 16.6873 11.0866 16.5374C10.7222 16.3868 10.2791 16.3229 9.50619 16.3229C8.83768 16.3229 8.23963 16.3229 7.78679 16.2758C7.31184 16.2265 6.87088 16.1191 6.47421 15.8485C5.7184 15.3328 5.42917 14.5777 5.31957 13.8838C5.23785 13.3663 5.24723 12.7981 5.25479 12.3405V11.6626C5.24723 11.205 5.23785 10.6368 5.31957 10.1193C5.42917 9.42536 5.7184 8.67029 6.47421 8.15462C6.87088 7.88398 7.31184 7.77657 7.78679 7.72723C8.23963 7.68019 8.83768 7.68021 9.50619 7.68023C10.2791 7.68023 10.7222 7.61628 11.0866 7.46563C11.4492 7.31574 11.8072 7.04954 12.3466 6.49869L12.3466 6.49869C13.3966 5.42655 14.2892 4.51511 14.9916 3.9756Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9916 3.9756C15.6784 3.44801 16.4957 3.01957 17.367 3.38808C18.2302 3.75318 18.5076 4.63267 18.6274 5.49785C18.7502 6.38459 18.7502 7.60557 18.7502 9.12365V14.8794C18.7502 16.3975 18.7502 17.6185 18.6274 18.5052C18.5076 19.3704 18.2302 20.2499 17.367 20.615C16.4957 20.9835 15.6784 20.5551 14.9916 20.0275C14.2892 19.488 13.3966 18.5765 12.3467 17.5044L12.3466 17.5044C11.8072 16.9535 11.4492 16.6873 11.0866 16.5374C10.7222 16.3868 10.2791 16.3229 9.50619 16.3229C8.83768 16.3229 8.23963 16.3229 7.78679 16.2758C7.31184 16.2265 6.87088 16.1191 6.47421 15.8485C5.7184 15.3328 5.42917 14.5777 5.31957 13.8838C5.23785 13.3663 5.24723 12.7981 5.25479 12.3405V11.6626C5.24723 11.205 5.23785 10.6368 5.31957 10.1193C5.42917 9.42536 5.7184 8.67029 6.47421 8.15462C6.87088 7.88398 7.31184 7.77657 7.78679 7.72723C8.23963 7.68019 8.83768 7.68021 9.50619 7.68023C10.2791 7.68023 10.7222 7.61628 11.0866 7.46563C11.4492 7.31574 11.8072 7.04954 12.3466 6.49869L12.3466 6.49869C13.3966 5.42655 14.2892 4.51511 14.9916 3.9756Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-volume-mute-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9916 3.9756C11.6784 3.44801 12.4957 3.01957 13.367 3.38808C14.2302 3.75318 14.5076 4.63267 14.6274 5.49785C14.7502 6.38459 14.7502 7.60557 14.7502 9.12365V14.8794C14.7502 16.3975 14.7502 17.6185 14.6274 18.5052C14.5076 19.3704 14.2302 20.2499 13.367 20.615C12.4957 20.9835 11.6784 20.5551 10.9916 20.0275C10.2892 19.488 9.3966 18.5765 8.34667 17.5044L8.34663 17.5044C7.80717 16.9535 7.44921 16.6873 7.08663 16.5374C6.72221 16.3868 6.27914 16.3229 5.50619 16.3229C4.83768 16.3229 4.23963 16.3229 3.78679 16.2758C3.31184 16.2265 2.87088 16.1191 2.47421 15.8485C1.7184 15.3328 1.42917 14.5777 1.31957 13.8838C1.23785 13.3663 1.24723 12.7981 1.25479 12.3405V11.6626C1.24723 11.205 1.23785 10.6368 1.31957 10.1193C1.42917 9.42536 1.7184 8.67029 2.47421 8.15462C2.87088 7.88398 3.31184 7.77657 3.78679 7.72723C4.23963 7.68019 4.83768 7.68021 5.50619 7.68023C6.27914 7.68023 6.72221 7.61628 7.08663 7.46563C7.44922 7.31574 7.80717 7.04954 8.34663 6.49869L8.34664 6.49869C9.39659 5.42655 10.2892 4.51511 10.9916 3.9756Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2929 9.29289C17.6834 8.90237 18.3166 8.90237 18.7071 9.29289L20 10.5858L21.2929 9.29289C21.6834 8.90237 22.3166 8.90237 22.7071 9.29289C23.0976 9.68342 23.0976 10.3166 22.7071 10.7071L21.4142 12L22.7071 13.2929C23.0976 13.6834 23.0976 14.3166 22.7071 14.7071C22.3166 15.0976 21.6834 15.0976 21.2929 14.7071L20 13.4142L18.7071 14.7071C18.3166 15.0976 17.6834 15.0976 17.2929 14.7071C16.9024 14.3166 16.9024 13.6834 17.2929 13.2929L18.5858 12L17.2929 10.7071C16.9024 10.3166 16.9024 9.68342 17.2929 9.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9916 3.9756C11.6784 3.44801 12.4957 3.01957 13.367 3.38808C14.2302 3.75318 14.5076 4.63267 14.6274 5.49785C14.7502 6.38459 14.7502 7.60557 14.7502 9.12365V14.8794C14.7502 16.3975 14.7502 17.6185 14.6274 18.5052C14.5076 19.3704 14.2302 20.2499 13.367 20.615C12.4957 20.9835 11.6784 20.5551 10.9916 20.0275C10.2892 19.488 9.3966 18.5765 8.34667 17.5044L8.34663 17.5044C7.80717 16.9535 7.44921 16.6873 7.08663 16.5374C6.72221 16.3868 6.27914 16.3229 5.50619 16.3229C4.83768 16.3229 4.23963 16.3229 3.78679 16.2758C3.31184 16.2265 2.87088 16.1191 2.47421 15.8485C1.7184 15.3328 1.42917 14.5777 1.31957 13.8838C1.23785 13.3663 1.24723 12.7981 1.25479 12.3405V11.6626C1.24723 11.205 1.23785 10.6368 1.31957 10.1193C1.42917 9.42536 1.7184 8.67029 2.47421 8.15462C2.87088 7.88398 3.31184 7.77657 3.78679 7.72723C4.23963 7.68019 4.83768 7.68021 5.50619 7.68023C6.27914 7.68023 6.72221 7.61628 7.08663 7.46563C7.44922 7.31574 7.80717 7.04954 8.34663 6.49869L8.34664 6.49869C9.39659 5.42655 10.2892 4.51511 10.9916 3.9756Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2929 9.29289C17.6834 8.90237 18.3166 8.90237 18.7071 9.29289L20 10.5858L21.2929 9.29289C21.6834 8.90237 22.3166 8.90237 22.7071 9.29289C23.0976 9.68342 23.0976 10.3166 22.7071 10.7071L21.4142 12L22.7071 13.2929C23.0976 13.6834 23.0976 14.3166 22.7071 14.7071C22.3166 15.0976 21.6834 15.0976 21.2929 14.7071L20 13.4142L18.7071 14.7071C18.3166 15.0976 17.6834 15.0976 17.2929 14.7071C16.9024 14.3166 16.9024 13.6834 17.2929 13.2929L18.5858 12L17.2929 10.7071C16.9024 10.3166 16.9024 9.68342 17.2929 9.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-volume-off-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 9.18646V9.18646V14L8 7.80479C8.27704 7.60711 8.55988 7.35115 8.88232 7.02192C11.0603 4.79793 12.1494 3.68593 13.0747 4.0773C14 4.46866 14 6.04126 14 9.18646Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.9916 3.9756C11.6784 3.44801 12.4957 3.01957 13.367 3.38808C14.2302 3.75318 14.5076 4.63267 14.6274 5.49785C14.7502 6.38459 14.7502 7.60557 14.7502 9.12365V9.76734C14.7502 10.3838 14.7502 10.6921 14.565 10.7688C14.3798 10.8455 14.1618 10.6275 13.7259 10.1916L9.60567 6.07138C9.4057 5.87142 9.30572 5.77143 9.30618 5.64652C9.30664 5.5216 9.40654 5.42317 9.60634 5.22631C10.1262 4.71414 10.59 4.28407 10.9916 3.9756Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7502 14.8794C14.7502 16.3975 14.7502 17.6185 14.6274 18.5052C14.5076 19.3704 14.2302 20.2499 13.367 20.615C12.4957 20.9835 11.6784 20.5551 10.9916 20.0275C10.2892 19.488 9.39657 18.5765 8.34663 17.5044C7.80717 16.9535 7.44921 16.6873 7.08663 16.5374C6.72221 16.3868 6.27914 16.3229 5.50619 16.3229C4.83768 16.3229 4.23963 16.3229 3.78679 16.2758C3.31184 16.2265 2.87088 16.1191 2.47421 15.8485C1.7184 15.3328 1.42917 14.5777 1.31957 13.8838C1.23785 13.3663 1.24723 12.7981 1.25479 12.3405V11.6626C1.24723 11.205 1.23785 10.6368 1.31957 10.1193C1.42917 9.42536 1.7184 8.67029 2.47421 8.15462C2.87088 7.88398 3.31184 7.77657 3.78679 7.72723C4.23963 7.68019 4.83768 7.68021 5.50619 7.68023C6.27914 7.68023 6.72221 7.61628 7.08663 7.46563L7.08667 7.46562C7.15391 7.43782 7.18754 7.42392 7.20716 7.41876C7.30665 7.39262 7.38317 7.40787 7.46504 7.47015C7.48118 7.48243 7.50056 7.50181 7.53931 7.54055L14.6596 14.6609L14.6648 14.6661C14.7187 14.7212 14.7492 14.795 14.7501 14.8721L14.7502 14.8794Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2869 7.29899C19.674 6.90513 20.3072 6.89969 20.701 7.28685C22.1127 8.67445 23 10.4871 23 12.5C23 13.8929 22.5738 15.1964 21.8385 16.3278C21.5376 16.7909 20.9182 16.9223 20.4551 16.6214C19.992 16.3204 19.8606 15.701 20.1615 15.238C20.7044 14.4027 21 13.4737 21 12.5C21 11.1032 20.389 9.78458 19.299 8.71315C18.9052 8.32599 18.8997 7.69285 19.2869 7.29899ZM16.3654 9.22717C16.7922 8.87668 17.4224 8.93856 17.7729 9.36538C18.5358 10.2945 19 11.4536 19 12.7195C19 12.7455 18.9998 12.7716 18.9994 12.7976C18.9911 13.3498 18.5366 13.7907 17.9844 13.7823C17.4322 13.7739 16.9913 13.3195 16.9997 12.7673C16.9999 12.7514 17 12.7354 17 12.7195C17 11.9573 16.7233 11.2388 16.2272 10.6346C15.8767 10.2078 15.9386 9.57766 16.3654 9.22717Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 9.18646V9.18646V14L8 7.80479C8.27704 7.60711 8.55988 7.35115 8.88232 7.02192C11.0603 4.79793 12.1494 3.68593 13.0747 4.0773C14 4.46866 14 6.04126 14 9.18646Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.9916 3.9756C11.6784 3.44801 12.4957 3.01957 13.367 3.38808C14.2302 3.75318 14.5076 4.63267 14.6274 5.49785C14.7502 6.38459 14.7502 7.60557 14.7502 9.12365V9.76734C14.7502 10.3838 14.7502 10.6921 14.565 10.7688C14.3798 10.8455 14.1618 10.6275 13.7259 10.1916L9.60567 6.07138C9.4057 5.87142 9.30572 5.77143 9.30618 5.64652C9.30664 5.5216 9.40654 5.42317 9.60634 5.22631C10.1262 4.71414 10.59 4.28407 10.9916 3.9756Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7502 14.8794C14.7502 16.3975 14.7502 17.6185 14.6274 18.5052C14.5076 19.3704 14.2302 20.2499 13.367 20.615C12.4957 20.9835 11.6784 20.5551 10.9916 20.0275C10.2892 19.488 9.39657 18.5765 8.34663 17.5044C7.80717 16.9535 7.44921 16.6873 7.08663 16.5374C6.72221 16.3868 6.27914 16.3229 5.50619 16.3229C4.83768 16.3229 4.23963 16.3229 3.78679 16.2758C3.31184 16.2265 2.87088 16.1191 2.47421 15.8485C1.7184 15.3328 1.42917 14.5777 1.31957 13.8838C1.23785 13.3663 1.24723 12.7981 1.25479 12.3405V11.6626C1.24723 11.205 1.23785 10.6368 1.31957 10.1193C1.42917 9.42536 1.7184 8.67029 2.47421 8.15462C2.87088 7.88398 3.31184 7.77657 3.78679 7.72723C4.23963 7.68019 4.83768 7.68021 5.50619 7.68023C6.27914 7.68023 6.72221 7.61628 7.08663 7.46563L7.08667 7.46562C7.15391 7.43782 7.18754 7.42392 7.20716 7.41876C7.30665 7.39262 7.38317 7.40787 7.46504 7.47015C7.48118 7.48243 7.50056 7.50181 7.53931 7.54055L14.6596 14.6609L14.6648 14.6661C14.7187 14.7212 14.7492 14.795 14.7501 14.8721L14.7502 14.8794Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2869 7.29899C19.674 6.90513 20.3072 6.89969 20.701 7.28685C22.1127 8.67445 23 10.4871 23 12.5C23 13.8929 22.5738 15.1964 21.8385 16.3278C21.5376 16.7909 20.9182 16.9223 20.4551 16.6214C19.992 16.3204 19.8606 15.701 20.1615 15.238C20.7044 14.4027 21 13.4737 21 12.5C21 11.1032 20.389 9.78458 19.299 8.71315C18.9052 8.32599 18.8997 7.69285 19.2869 7.29899ZM16.3654 9.22717C16.7922 8.87668 17.4224 8.93856 17.7729 9.36538C18.5358 10.2945 19 11.4536 19 12.7195C19 12.7455 18.9998 12.7716 18.9994 12.7976C18.9911 13.3498 18.5366 13.7907 17.9844 13.7823C17.4322 13.7739 16.9913 13.3195 16.9997 12.7673C16.9999 12.7514 17 12.7354 17 12.7195C17 11.9573 16.7233 11.2388 16.2272 10.6346C15.8767 10.2078 15.9386 9.57766 16.3654 9.22717Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-volume-up{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9916 3.9756C11.6784 3.44801 12.4957 3.01957 13.367 3.38808C14.2302 3.75318 14.5076 4.63267 14.6274 5.49785C14.7502 6.38459 14.7502 7.60557 14.7502 9.12365V14.8794C14.7502 16.3975 14.7502 17.6185 14.6274 18.5052C14.5076 19.3704 14.2302 20.2499 13.367 20.615C12.4957 20.9835 11.6784 20.5551 10.9916 20.0275C10.2892 19.488 9.3966 18.5765 8.34667 17.5044L8.34663 17.5044C7.80717 16.9535 7.44921 16.6873 7.08663 16.5374C6.72221 16.3868 6.27914 16.3229 5.50619 16.3229C4.83768 16.3229 4.23963 16.3229 3.78679 16.2758C3.31184 16.2265 2.87088 16.1191 2.47421 15.8485C1.7184 15.3328 1.42917 14.5777 1.31957 13.8838C1.23785 13.3663 1.24723 12.7981 1.25479 12.3405V11.6626C1.24723 11.205 1.23785 10.6368 1.31957 10.1193C1.42917 9.42536 1.7184 8.67029 2.47421 8.15462C2.87088 7.88398 3.31184 7.77657 3.78679 7.72723C4.23963 7.68019 4.83768 7.68021 5.50619 7.68023C6.27914 7.68023 6.72221 7.61628 7.08663 7.46563C7.44922 7.31574 7.80717 7.04954 8.34663 6.49869L8.34664 6.49869C9.39659 5.42655 10.2892 4.51511 10.9916 3.9756Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5 8.5C20.0523 8.5 20.5 8.94772 20.5 9.5V11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H20.5V14.5C20.5 15.0523 20.0523 15.5 19.5 15.5C18.9477 15.5 18.5 15.0523 18.5 14.5V13H17C16.4477 13 16 12.5523 16 12C16 11.4477 16.4477 11 17 11H18.5L18.5 9.5C18.5 8.94772 18.9477 8.5 19.5 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9916 3.9756C11.6784 3.44801 12.4957 3.01957 13.367 3.38808C14.2302 3.75318 14.5076 4.63267 14.6274 5.49785C14.7502 6.38459 14.7502 7.60557 14.7502 9.12365V14.8794C14.7502 16.3975 14.7502 17.6185 14.6274 18.5052C14.5076 19.3704 14.2302 20.2499 13.367 20.615C12.4957 20.9835 11.6784 20.5551 10.9916 20.0275C10.2892 19.488 9.3966 18.5765 8.34667 17.5044L8.34663 17.5044C7.80717 16.9535 7.44921 16.6873 7.08663 16.5374C6.72221 16.3868 6.27914 16.3229 5.50619 16.3229C4.83768 16.3229 4.23963 16.3229 3.78679 16.2758C3.31184 16.2265 2.87088 16.1191 2.47421 15.8485C1.7184 15.3328 1.42917 14.5777 1.31957 13.8838C1.23785 13.3663 1.24723 12.7981 1.25479 12.3405V11.6626C1.24723 11.205 1.23785 10.6368 1.31957 10.1193C1.42917 9.42536 1.7184 8.67029 2.47421 8.15462C2.87088 7.88398 3.31184 7.77657 3.78679 7.72723C4.23963 7.68019 4.83768 7.68021 5.50619 7.68023C6.27914 7.68023 6.72221 7.61628 7.08663 7.46563C7.44922 7.31574 7.80717 7.04954 8.34663 6.49869L8.34664 6.49869C9.39659 5.42655 10.2892 4.51511 10.9916 3.9756Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5 8.5C20.0523 8.5 20.5 8.94772 20.5 9.5V11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H20.5V14.5C20.5 15.0523 20.0523 15.5 19.5 15.5C18.9477 15.5 18.5 15.0523 18.5 14.5V13H17C16.4477 13 16 12.5523 16 12C16 11.4477 16.4477 11 17 11H18.5L18.5 9.5C18.5 8.94772 18.9477 8.5 19.5 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-vynil-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM9.93176 5.6365C10.1327 6.15094 9.87849 6.73085 9.36404 6.93176C8.25264 7.36579 7.36579 8.25264 6.93176 9.36404C6.73085 9.87849 6.15094 10.1327 5.6365 9.93176C5.12205 9.73085 4.86787 9.15094 5.06878 8.63649C5.70607 7.00463 7.00463 5.70607 8.63649 5.06878C9.15094 4.86787 9.73085 5.12205 9.93176 5.6365ZM12 14.75C10.4812 14.75 9.25 13.5188 9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM9.93176 5.6365C10.1327 6.15094 9.87849 6.73085 9.36404 6.93176C8.25264 7.36579 7.36579 8.25264 6.93176 9.36404C6.73085 9.87849 6.15094 10.1327 5.6365 9.93176C5.12205 9.73085 4.86787 9.15094 5.06878 8.63649C5.70607 7.00463 7.00463 5.70607 8.63649 5.06878C9.15094 4.86787 9.73085 5.12205 9.93176 5.6365ZM12 14.75C10.4812 14.75 9.25 13.5188 9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-vynil-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_386_4852)%22%3E%0A%3Cpath d%3D%22M19.2827 0.782239C19.599 0.686466 19.9407 0.80904 20.124 1.08403C20.21 1.21297 20.2741 1.3604 20.3192 1.46937C20.3466 1.53569 20.3794 1.61931 20.4113 1.70051L20.4113 1.70056C20.4311 1.75123 20.4506 1.80095 20.4682 1.84495C20.572 2.10433 20.6908 2.37428 20.8566 2.63303C21.1713 3.12449 21.6678 3.60102 22.6233 3.76026C23.0319 3.82836 23.3079 4.21478 23.2398 4.62336C23.1717 5.03194 22.7853 5.30795 22.3767 5.23985C21.4345 5.08282 20.7508 4.69914 20.25 4.23386V9.00006C20.25 10.795 18.7949 12.2501 17 12.2501C15.2051 12.2501 13.75 10.795 13.75 9.00006C13.75 7.20513 15.2051 5.75006 17 5.75006C17.6443 5.75006 18.2448 5.93756 18.75 6.26097V1.50006C18.75 1.16956 18.9663 0.878013 19.2827 0.782239Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2279 3.46806C17.25 3.52245 17.25 3.58295 17.25 3.70395V4.00656C17.25 4.14254 17.136 4.25017 17 4.25017C14.3766 4.25017 12.25 6.37682 12.25 9.00017C12.25 9.23811 12.2675 9.47195 12.3013 9.7005C12.3484 10.0192 12.3719 10.1785 12.3718 10.2012C12.3709 10.4349 12.3479 10.4615 12.1168 10.4966C12.0945 10.5 11.8963 10.5 11.5 10.5C10.3954 10.5 9.5 11.3954 9.5 12.5C9.5 13.6046 10.3954 14.5 11.5 14.5C12.6046 14.5 13.5 13.6046 13.5 12.5C13.5 12.4063 13.6281 12.3471 13.6954 12.4123C14.5504 13.2404 15.7157 13.7502 17 13.7502C18.376 13.7502 19.6154 13.1651 20.4828 12.2301C21.4064 11.2347 21.8682 10.737 22.0577 10.8099L22.0615 10.8114C22.25 10.8869 22.25 11.4246 22.25 12.5C22.25 18.4371 17.4371 23.25 11.5 23.25C5.56294 23.25 0.75 18.4371 0.75 12.5C0.75 6.56294 5.56294 1.75 11.5 1.75C13.5117 1.75 15.3943 2.30256 17.0043 3.26417C17.1043 3.32387 17.1542 3.35372 17.1896 3.40062C17.2048 3.42081 17.2183 3.44464 17.2279 3.46806Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_386_4852%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_386_4852)%22%3E%0A%3Cpath d%3D%22M19.2827 0.782239C19.599 0.686466 19.9407 0.80904 20.124 1.08403C20.21 1.21297 20.2741 1.3604 20.3192 1.46937C20.3466 1.53569 20.3794 1.61931 20.4113 1.70051L20.4113 1.70056C20.4311 1.75123 20.4506 1.80095 20.4682 1.84495C20.572 2.10433 20.6908 2.37428 20.8566 2.63303C21.1713 3.12449 21.6678 3.60102 22.6233 3.76026C23.0319 3.82836 23.3079 4.21478 23.2398 4.62336C23.1717 5.03194 22.7853 5.30795 22.3767 5.23985C21.4345 5.08282 20.7508 4.69914 20.25 4.23386V9.00006C20.25 10.795 18.7949 12.2501 17 12.2501C15.2051 12.2501 13.75 10.795 13.75 9.00006C13.75 7.20513 15.2051 5.75006 17 5.75006C17.6443 5.75006 18.2448 5.93756 18.75 6.26097V1.50006C18.75 1.16956 18.9663 0.878013 19.2827 0.782239Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2279 3.46806C17.25 3.52245 17.25 3.58295 17.25 3.70395V4.00656C17.25 4.14254 17.136 4.25017 17 4.25017C14.3766 4.25017 12.25 6.37682 12.25 9.00017C12.25 9.23811 12.2675 9.47195 12.3013 9.7005C12.3484 10.0192 12.3719 10.1785 12.3718 10.2012C12.3709 10.4349 12.3479 10.4615 12.1168 10.4966C12.0945 10.5 11.8963 10.5 11.5 10.5C10.3954 10.5 9.5 11.3954 9.5 12.5C9.5 13.6046 10.3954 14.5 11.5 14.5C12.6046 14.5 13.5 13.6046 13.5 12.5C13.5 12.4063 13.6281 12.3471 13.6954 12.4123C14.5504 13.2404 15.7157 13.7502 17 13.7502C18.376 13.7502 19.6154 13.1651 20.4828 12.2301C21.4064 11.2347 21.8682 10.737 22.0577 10.8099L22.0615 10.8114C22.25 10.8869 22.25 11.4246 22.25 12.5C22.25 18.4371 17.4371 23.25 11.5 23.25C5.56294 23.25 0.75 18.4371 0.75 12.5C0.75 6.56294 5.56294 1.75 11.5 1.75C13.5117 1.75 15.3943 2.30256 17.0043 3.26417C17.1043 3.32387 17.1542 3.35372 17.1896 3.40062C17.2048 3.42081 17.2183 3.44464 17.2279 3.46806Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_386_4852%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-media-icons-vynil-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.89256C15.7051 1.74998 14.0819 1.74999 12.0572 1.75H12.0572H11.9428H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75211 1.75 11.9428V11.9428V12.0572V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C20.1665 2.88833 19.6229 2.55862 19 2.32683V6.34315L19.0001 6.48197C19.0012 7.16077 19.0021 7.76322 18.7716 8.31962C18.5412 8.87603 18.1145 9.30136 17.6338 9.78061L17.6338 9.78062L17.5355 9.87868L15.7071 11.7071C15.3166 12.0976 14.6834 12.0976 14.2929 11.7071C13.9024 11.3166 13.9024 10.6834 14.2929 10.2929L16.1213 8.46447C16.7571 7.82871 16.8655 7.69529 16.9239 7.55426C16.9823 7.41322 17 7.24224 17 6.34315V1.89256Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6C13.8044 6 15.4229 6.79655 16.5228 8.05721C16.4197 8.1643 16.2888 8.29695 16.1213 8.46447L14.2929 10.2929C13.9024 10.6834 13.9024 11.3166 14.2929 11.7071C14.6834 12.0976 15.3166 12.0976 15.7071 11.7071L17.5355 9.87868L17.5924 9.8219C17.8556 10.4971 18 11.2317 18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6ZM9.94311 12.667C9.75907 12.1463 9.18774 11.8734 8.66703 12.0574C8.14631 12.2415 7.87339 12.8128 8.05743 13.3335C8.48751 14.5503 9.45022 15.513 10.667 15.9431C11.1877 16.1272 11.7591 15.8542 11.9431 15.3335C12.1272 14.8128 11.8542 14.2415 11.3335 14.0574C10.6864 13.8287 10.1718 13.3141 9.94311 12.667Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M17.5924 9.82329L17.5355 9.88007L15.7071 11.7085C15.3166 12.099 14.6834 12.099 14.2929 11.7085C13.9024 11.318 13.9024 10.6848 14.2929 10.2943L16.1213 8.46585C16.2888 8.29833 16.4197 8.16569 16.5228 8.05859C16.9744 8.57625 17.3386 9.17215 17.5924 9.82329Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.89256C15.7051 1.74998 14.0819 1.74999 12.0572 1.75H12.0572H11.9428H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75211 1.75 11.9428V11.9428V12.0572V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C20.1665 2.88833 19.6229 2.55862 19 2.32683V6.34315L19.0001 6.48197C19.0012 7.16077 19.0021 7.76322 18.7716 8.31962C18.5412 8.87603 18.1145 9.30136 17.6338 9.78061L17.6338 9.78062L17.5355 9.87868L15.7071 11.7071C15.3166 12.0976 14.6834 12.0976 14.2929 11.7071C13.9024 11.3166 13.9024 10.6834 14.2929 10.2929L16.1213 8.46447C16.7571 7.82871 16.8655 7.69529 16.9239 7.55426C16.9823 7.41322 17 7.24224 17 6.34315V1.89256Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6C13.8044 6 15.4229 6.79655 16.5228 8.05721C16.4197 8.1643 16.2888 8.29695 16.1213 8.46447L14.2929 10.2929C13.9024 10.6834 13.9024 11.3166 14.2929 11.7071C14.6834 12.0976 15.3166 12.0976 15.7071 11.7071L17.5355 9.87868L17.5924 9.8219C17.8556 10.4971 18 11.2317 18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6ZM9.94311 12.667C9.75907 12.1463 9.18774 11.8734 8.66703 12.0574C8.14631 12.2415 7.87339 12.8128 8.05743 13.3335C8.48751 14.5503 9.45022 15.513 10.667 15.9431C11.1877 16.1272 11.7591 15.8542 11.9431 15.3335C12.1272 14.8128 11.8542 14.2415 11.3335 14.0574C10.6864 13.8287 10.1718 13.3141 9.94311 12.667Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M17.5924 9.82329L17.5355 9.88007L15.7071 11.7085C15.3166 12.099 14.6834 12.099 14.2929 11.7085C13.9024 11.318 13.9024 10.6848 14.2929 10.2943L16.1213 8.46585C16.2888 8.29833 16.4197 8.16569 16.5228 8.05859C16.9744 8.57625 17.3386 9.17215 17.5924 9.82329Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-aids{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.1166 3.04212C12.0461 3.037 12.0109 3.03443 12 3.03443C11.9891 3.03443 11.9539 3.037 11.8834 3.04212C11.8597 3.04385 11.8358 3.04473 11.8116 3.04473C10.9087 3.04473 9.84044 3.16549 8.96528 3.4972C8.80617 3.5575 8.65806 3.62276 8.52116 3.69313C8.27168 3.82139 8.14693 3.88552 8.1256 4.03999C8.10426 4.19445 8.22064 4.30273 8.4534 4.5193L18.6433 14.0001C19.2134 14.5191 19.6924 14.9553 20.0338 15.3544C20.3954 15.7772 20.6664 16.229 20.7342 16.7935C20.802 17.3585 20.6452 17.8609 20.393 18.3557C20.1553 18.8222 19.7924 19.3559 19.3611 19.9903L18.775 20.8522C18.4381 21.3478 18.1395 21.7872 17.8545 22.0968C17.5484 22.4294 17.147 22.7373 16.5876 22.7495C16.0285 22.7618 15.6138 22.4721 15.2931 22.1535C14.9944 21.8568 14.6761 21.4311 14.3169 20.9507L6.58771 10.6157C5.87753 9.66608 5.45892 8.74868 5.3083 7.75827C5.1631 6.80355 5.30362 5.56682 5.56347 4.5208C5.94319 3.0916 7.10271 2.27341 8.27778 1.82803C9.45001 1.38373 10.7753 1.25 11.8116 1.25C11.8358 1.25 11.8597 1.25088 11.8834 1.2526C11.9539 1.25773 11.9891 1.2603 12 1.2603C12.0109 1.2603 12.0461 1.25773 12.1166 1.2526C12.1403 1.25088 12.1642 1.25 12.1884 1.25C13.2247 1.25 14.55 1.38373 15.7222 1.82803C16.8973 2.27341 18.0568 3.0916 18.4365 4.5208C18.6964 5.56682 18.8369 6.80355 18.6917 7.75827C18.5411 8.74868 18.1225 9.66608 17.4123 10.6157C17.3676 10.6755 17.2809 10.6832 17.2263 10.6324L13.5733 7.23385C13.3521 7.0281 13.2416 6.92523 13.2416 6.79458C13.2416 6.66393 13.3521 6.56105 13.5733 6.35529L15.5466 4.5193C15.7794 4.30273 15.8957 4.19445 15.8744 4.03999C15.8531 3.88552 15.7283 3.82139 15.4788 3.69313C15.3419 3.62276 15.1938 3.5575 15.0347 3.4972C14.1596 3.16549 13.0913 3.04473 12.1884 3.04473C12.1642 3.04473 12.1403 3.04385 12.1166 3.04212Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.35668 14.0001L5.98143 13.4189C6.20976 13.2064 6.32393 13.1002 6.45719 13.1122C6.59045 13.1241 6.68384 13.249 6.87063 13.4988L10.7946 18.7458C10.924 18.9188 10.9887 19.0053 10.9887 19.1051C10.9887 19.2049 10.924 19.2914 10.7946 19.4644L9.68307 20.9507C9.32389 21.4311 9.00558 21.8568 8.70686 22.1535C8.38616 22.4721 7.97147 22.7618 7.41236 22.7495C6.85303 22.7373 6.45159 22.4294 6.14549 22.0968C5.86051 21.7872 5.56185 21.3478 5.22499 20.8522L4.63894 19.9903C4.20764 19.3559 3.84474 18.8222 3.60695 18.3557C3.35476 17.8609 3.198 17.3585 3.26585 16.7935C3.33364 16.229 3.6046 15.7772 3.96618 15.3544C4.30755 14.9553 4.78665 14.5191 5.35668 14.0001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.1166 3.04212C12.0461 3.037 12.0109 3.03443 12 3.03443C11.9891 3.03443 11.9539 3.037 11.8834 3.04212C11.8597 3.04385 11.8358 3.04473 11.8116 3.04473C10.9087 3.04473 9.84044 3.16549 8.96528 3.4972C8.80617 3.5575 8.65806 3.62276 8.52116 3.69313C8.27168 3.82139 8.14693 3.88552 8.1256 4.03999C8.10426 4.19445 8.22064 4.30273 8.4534 4.5193L18.6433 14.0001C19.2134 14.5191 19.6924 14.9553 20.0338 15.3544C20.3954 15.7772 20.6664 16.229 20.7342 16.7935C20.802 17.3585 20.6452 17.8609 20.393 18.3557C20.1553 18.8222 19.7924 19.3559 19.3611 19.9903L18.775 20.8522C18.4381 21.3478 18.1395 21.7872 17.8545 22.0968C17.5484 22.4294 17.147 22.7373 16.5876 22.7495C16.0285 22.7618 15.6138 22.4721 15.2931 22.1535C14.9944 21.8568 14.6761 21.4311 14.3169 20.9507L6.58771 10.6157C5.87753 9.66608 5.45892 8.74868 5.3083 7.75827C5.1631 6.80355 5.30362 5.56682 5.56347 4.5208C5.94319 3.0916 7.10271 2.27341 8.27778 1.82803C9.45001 1.38373 10.7753 1.25 11.8116 1.25C11.8358 1.25 11.8597 1.25088 11.8834 1.2526C11.9539 1.25773 11.9891 1.2603 12 1.2603C12.0109 1.2603 12.0461 1.25773 12.1166 1.2526C12.1403 1.25088 12.1642 1.25 12.1884 1.25C13.2247 1.25 14.55 1.38373 15.7222 1.82803C16.8973 2.27341 18.0568 3.0916 18.4365 4.5208C18.6964 5.56682 18.8369 6.80355 18.6917 7.75827C18.5411 8.74868 18.1225 9.66608 17.4123 10.6157C17.3676 10.6755 17.2809 10.6832 17.2263 10.6324L13.5733 7.23385C13.3521 7.0281 13.2416 6.92523 13.2416 6.79458C13.2416 6.66393 13.3521 6.56105 13.5733 6.35529L15.5466 4.5193C15.7794 4.30273 15.8957 4.19445 15.8744 4.03999C15.8531 3.88552 15.7283 3.82139 15.4788 3.69313C15.3419 3.62276 15.1938 3.5575 15.0347 3.4972C14.1596 3.16549 13.0913 3.04473 12.1884 3.04473C12.1642 3.04473 12.1403 3.04385 12.1166 3.04212Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.35668 14.0001L5.98143 13.4189C6.20976 13.2064 6.32393 13.1002 6.45719 13.1122C6.59045 13.1241 6.68384 13.249 6.87063 13.4988L10.7946 18.7458C10.924 18.9188 10.9887 19.0053 10.9887 19.1051C10.9887 19.2049 10.924 19.2914 10.7946 19.4644L9.68307 20.9507C9.32389 21.4311 9.00558 21.8568 8.70686 22.1535C8.38616 22.4721 7.97147 22.7618 7.41236 22.7495C6.85303 22.7373 6.45159 22.4294 6.14549 22.0968C5.86051 21.7872 5.56185 21.3478 5.22499 20.8522L4.63894 19.9903C4.20764 19.3559 3.84474 18.8222 3.60695 18.3557C3.35476 17.8609 3.198 17.3585 3.26585 16.7935C3.33364 16.229 3.6046 15.7772 3.96618 15.3544C4.30755 14.9553 4.78665 14.5191 5.35668 14.0001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-ampoule{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.56548 3.09708C4.66755 2.13409 5.43204 1.25 6.49973 1.25C7.56735 1.25 8.33182 2.134 8.43396 3.09691C8.5273 3.97686 8.72423 4.59931 8.93191 5.25574C9.03625 5.58555 9.14331 5.92395 9.24131 6.30789C9.37819 6.84418 9.47476 7.42733 9.42497 8.07798C9.37486 8.73297 9.18104 9.40021 8.80837 10.1208C8.76649 10.2017 8.72409 10.2845 8.70381 10.3244C8.8462 10.4423 9.07305 10.6307 9.1649 10.7152C10.1095 11.5839 10.6781 12.8082 10.7437 14.1142C10.75 14.2411 10.75 14.3713 10.75 14.5599V18.3997C10.75 19.0455 10.7501 19.6023 10.7054 20.0569C10.658 20.5389 10.5526 21.0132 10.2725 21.447C10.0658 21.7671 9.80015 22.042 9.49078 22.2559C9.07153 22.5458 8.61322 22.6548 8.14738 22.7038C7.70805 22.75 7.16991 22.75 6.54588 22.75C5.92184 22.75 5.29195 22.75 4.85263 22.7038C4.38679 22.6548 3.92848 22.5458 3.50923 22.2559C3.19985 22.042 2.93422 21.7671 2.72751 21.447C2.44737 21.0132 2.34204 20.5389 2.29465 20.0569C2.24996 19.6023 2.24998 19.0454 2.25 18.3998V14.5598C2.24999 14.3713 2.24999 14.2411 2.25635 14.1142C2.32186 12.8082 2.89051 11.5839 3.83511 10.7152C3.92694 10.6307 4.15382 10.4423 4.2962 10.3244C4.27592 10.2845 4.23352 10.2017 4.19164 10.1208C3.81897 9.40025 3.62512 8.73303 3.57496 8.07807C3.52514 7.42744 3.62164 6.84431 3.75847 6.30802C3.85643 5.92407 3.96345 5.58567 4.06776 5.25585C4.27536 4.59943 4.47222 3.977 4.56548 3.09708ZM6.43674 3.36643C6.31761 4.4273 6.02498 5.3619 5.79996 6.08059C5.7137 6.35607 5.63737 6.59984 5.58456 6.80682C5.47842 7.22285 5.43073 7.57106 5.45773 7.92356C5.48439 8.27173 5.58838 8.67942 5.85679 9.19836C5.91693 9.31445 5.99696 9.46894 6.02826 9.54322C6.17822 9.89916 6.24681 10.3028 6.16397 10.7206C6.08113 11.1385 5.86451 11.4816 5.59124 11.7477C5.42307 11.8869 5.14037 12.1294 5.08974 12.176C4.52298 12.6972 4.18179 13.4318 4.14248 14.2154H8.85708C8.81778 13.4318 8.47659 12.6972 7.90983 12.176C7.8592 12.1294 7.57648 11.8869 7.40832 11.7477C7.13505 11.4816 6.91844 11.1386 6.8356 10.7207C6.75275 10.3028 6.82134 9.89918 6.9713 9.54324C7.00259 9.46896 7.08262 9.31446 7.14276 9.19837C7.41116 8.67944 7.51512 8.27176 7.54176 7.92361C7.56873 7.57113 7.52101 7.22293 7.41482 6.80689C7.36199 6.59992 7.28563 6.3561 7.19935 6.08064C6.97424 5.36194 6.6815 4.42733 6.56229 3.36642C6.55869 3.33443 6.5317 3.31006 6.49951 3.31006C6.46732 3.31006 6.44033 3.33443 6.43674 3.36643Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5655 3.09708C15.6676 2.13409 16.432 1.25 17.4997 1.25C18.5673 1.25 19.3318 2.134 19.434 3.09691C19.5273 3.97686 19.7242 4.59931 19.9319 5.25574C20.0362 5.58555 20.1433 5.92395 20.2413 6.30789C20.3782 6.84418 20.4748 7.42733 20.425 8.07798C20.3749 8.73297 20.181 9.40021 19.8084 10.1208C19.7665 10.2017 19.7241 10.2845 19.7038 10.3244C19.8462 10.4423 20.0731 10.6307 20.1649 10.7152C21.1095 11.5839 21.6781 12.8082 21.7437 14.1142C21.75 14.2411 21.75 14.3713 21.75 14.5599V18.3997C21.75 19.0455 21.7501 19.6023 21.7054 20.0569C21.658 20.5389 21.5526 21.0132 21.2725 21.447C21.0658 21.7671 20.8002 22.042 20.4908 22.2559C20.0715 22.5458 19.6132 22.6548 19.1474 22.7038C18.7081 22.75 18.1699 22.75 17.5459 22.75C16.9218 22.75 16.292 22.75 15.8526 22.7038C15.3868 22.6548 14.9285 22.5458 14.5092 22.2559C14.1999 22.042 13.9342 21.7671 13.7275 21.447C13.4474 21.0132 13.342 20.5389 13.2946 20.0569C13.25 19.6023 13.25 19.0454 13.25 18.3998V14.5598C13.25 14.3713 13.25 14.2411 13.2564 14.1142C13.3219 12.8082 13.8905 11.5839 14.8351 10.7152C14.9269 10.6307 15.1538 10.4423 15.2962 10.3244C15.2759 10.2845 15.2335 10.2017 15.1916 10.1208C14.819 9.40025 14.6251 8.73303 14.575 8.07807C14.5251 7.42744 14.6216 6.84431 14.7585 6.30802C14.8564 5.92407 14.9635 5.58567 15.0678 5.25585C15.2754 4.59943 15.4722 3.977 15.5655 3.09708ZM17.4367 3.36643C17.3176 4.4273 17.025 5.3619 16.8 6.08059C16.7137 6.35607 16.6374 6.59984 16.5846 6.80682C16.4784 7.22285 16.4307 7.57106 16.4577 7.92356C16.4844 8.27173 16.5884 8.67942 16.8568 9.19836C16.9169 9.31445 16.997 9.46894 17.0283 9.54322C17.1782 9.89916 17.2468 10.3028 17.164 10.7206C17.0811 11.1385 16.8645 11.4816 16.5912 11.7477C16.4231 11.8869 16.1404 12.1294 16.0897 12.176C15.523 12.6972 15.1818 13.4318 15.1425 14.2154H19.8571C19.8178 13.4318 19.4766 12.6972 18.9098 12.176C18.8592 12.1294 18.5765 11.8869 18.4083 11.7477C18.135 11.4816 17.9184 11.1386 17.8356 10.7207C17.7528 10.3028 17.8213 9.89918 17.9713 9.54324C18.0026 9.46896 18.0826 9.31446 18.1428 9.19837C18.4112 8.67944 18.5151 8.27176 18.5418 7.92361C18.5687 7.57113 18.521 7.22293 18.4148 6.80689C18.362 6.59992 18.2856 6.3561 18.1993 6.08064C17.9742 5.36194 17.6815 4.42733 17.5623 3.36642C17.5587 3.33443 17.5317 3.31006 17.4995 3.31006C17.4673 3.31006 17.4403 3.33443 17.4367 3.36643Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.56548 3.09708C4.66755 2.13409 5.43204 1.25 6.49973 1.25C7.56735 1.25 8.33182 2.134 8.43396 3.09691C8.5273 3.97686 8.72423 4.59931 8.93191 5.25574C9.03625 5.58555 9.14331 5.92395 9.24131 6.30789C9.37819 6.84418 9.47476 7.42733 9.42497 8.07798C9.37486 8.73297 9.18104 9.40021 8.80837 10.1208C8.76649 10.2017 8.72409 10.2845 8.70381 10.3244C8.8462 10.4423 9.07305 10.6307 9.1649 10.7152C10.1095 11.5839 10.6781 12.8082 10.7437 14.1142C10.75 14.2411 10.75 14.3713 10.75 14.5599V18.3997C10.75 19.0455 10.7501 19.6023 10.7054 20.0569C10.658 20.5389 10.5526 21.0132 10.2725 21.447C10.0658 21.7671 9.80015 22.042 9.49078 22.2559C9.07153 22.5458 8.61322 22.6548 8.14738 22.7038C7.70805 22.75 7.16991 22.75 6.54588 22.75C5.92184 22.75 5.29195 22.75 4.85263 22.7038C4.38679 22.6548 3.92848 22.5458 3.50923 22.2559C3.19985 22.042 2.93422 21.7671 2.72751 21.447C2.44737 21.0132 2.34204 20.5389 2.29465 20.0569C2.24996 19.6023 2.24998 19.0454 2.25 18.3998V14.5598C2.24999 14.3713 2.24999 14.2411 2.25635 14.1142C2.32186 12.8082 2.89051 11.5839 3.83511 10.7152C3.92694 10.6307 4.15382 10.4423 4.2962 10.3244C4.27592 10.2845 4.23352 10.2017 4.19164 10.1208C3.81897 9.40025 3.62512 8.73303 3.57496 8.07807C3.52514 7.42744 3.62164 6.84431 3.75847 6.30802C3.85643 5.92407 3.96345 5.58567 4.06776 5.25585C4.27536 4.59943 4.47222 3.977 4.56548 3.09708ZM6.43674 3.36643C6.31761 4.4273 6.02498 5.3619 5.79996 6.08059C5.7137 6.35607 5.63737 6.59984 5.58456 6.80682C5.47842 7.22285 5.43073 7.57106 5.45773 7.92356C5.48439 8.27173 5.58838 8.67942 5.85679 9.19836C5.91693 9.31445 5.99696 9.46894 6.02826 9.54322C6.17822 9.89916 6.24681 10.3028 6.16397 10.7206C6.08113 11.1385 5.86451 11.4816 5.59124 11.7477C5.42307 11.8869 5.14037 12.1294 5.08974 12.176C4.52298 12.6972 4.18179 13.4318 4.14248 14.2154H8.85708C8.81778 13.4318 8.47659 12.6972 7.90983 12.176C7.8592 12.1294 7.57648 11.8869 7.40832 11.7477C7.13505 11.4816 6.91844 11.1386 6.8356 10.7207C6.75275 10.3028 6.82134 9.89918 6.9713 9.54324C7.00259 9.46896 7.08262 9.31446 7.14276 9.19837C7.41116 8.67944 7.51512 8.27176 7.54176 7.92361C7.56873 7.57113 7.52101 7.22293 7.41482 6.80689C7.36199 6.59992 7.28563 6.3561 7.19935 6.08064C6.97424 5.36194 6.6815 4.42733 6.56229 3.36642C6.55869 3.33443 6.5317 3.31006 6.49951 3.31006C6.46732 3.31006 6.44033 3.33443 6.43674 3.36643Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5655 3.09708C15.6676 2.13409 16.432 1.25 17.4997 1.25C18.5673 1.25 19.3318 2.134 19.434 3.09691C19.5273 3.97686 19.7242 4.59931 19.9319 5.25574C20.0362 5.58555 20.1433 5.92395 20.2413 6.30789C20.3782 6.84418 20.4748 7.42733 20.425 8.07798C20.3749 8.73297 20.181 9.40021 19.8084 10.1208C19.7665 10.2017 19.7241 10.2845 19.7038 10.3244C19.8462 10.4423 20.0731 10.6307 20.1649 10.7152C21.1095 11.5839 21.6781 12.8082 21.7437 14.1142C21.75 14.2411 21.75 14.3713 21.75 14.5599V18.3997C21.75 19.0455 21.7501 19.6023 21.7054 20.0569C21.658 20.5389 21.5526 21.0132 21.2725 21.447C21.0658 21.7671 20.8002 22.042 20.4908 22.2559C20.0715 22.5458 19.6132 22.6548 19.1474 22.7038C18.7081 22.75 18.1699 22.75 17.5459 22.75C16.9218 22.75 16.292 22.75 15.8526 22.7038C15.3868 22.6548 14.9285 22.5458 14.5092 22.2559C14.1999 22.042 13.9342 21.7671 13.7275 21.447C13.4474 21.0132 13.342 20.5389 13.2946 20.0569C13.25 19.6023 13.25 19.0454 13.25 18.3998V14.5598C13.25 14.3713 13.25 14.2411 13.2564 14.1142C13.3219 12.8082 13.8905 11.5839 14.8351 10.7152C14.9269 10.6307 15.1538 10.4423 15.2962 10.3244C15.2759 10.2845 15.2335 10.2017 15.1916 10.1208C14.819 9.40025 14.6251 8.73303 14.575 8.07807C14.5251 7.42744 14.6216 6.84431 14.7585 6.30802C14.8564 5.92407 14.9635 5.58567 15.0678 5.25585C15.2754 4.59943 15.4722 3.977 15.5655 3.09708ZM17.4367 3.36643C17.3176 4.4273 17.025 5.3619 16.8 6.08059C16.7137 6.35607 16.6374 6.59984 16.5846 6.80682C16.4784 7.22285 16.4307 7.57106 16.4577 7.92356C16.4844 8.27173 16.5884 8.67942 16.8568 9.19836C16.9169 9.31445 16.997 9.46894 17.0283 9.54322C17.1782 9.89916 17.2468 10.3028 17.164 10.7206C17.0811 11.1385 16.8645 11.4816 16.5912 11.7477C16.4231 11.8869 16.1404 12.1294 16.0897 12.176C15.523 12.6972 15.1818 13.4318 15.1425 14.2154H19.8571C19.8178 13.4318 19.4766 12.6972 18.9098 12.176C18.8592 12.1294 18.5765 11.8869 18.4083 11.7477C18.135 11.4816 17.9184 11.1386 17.8356 10.7207C17.7528 10.3028 17.8213 9.89918 17.9713 9.54324C18.0026 9.46896 18.0826 9.31446 18.1428 9.19837C18.4112 8.67944 18.5151 8.27176 18.5418 7.92361C18.5687 7.57113 18.521 7.22293 18.4148 6.80689C18.362 6.59992 18.2856 6.3561 18.1993 6.08064C17.9742 5.36194 17.6815 4.42733 17.5623 3.36642C17.5587 3.33443 17.5317 3.31006 17.4995 3.31006C17.4673 3.31006 17.4403 3.33443 17.4367 3.36643Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-bandage{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.1382 2.86394C17.6693 2.50624 17.167 2.25 16.5558 2.25C15.9447 2.25 15.4423 2.50624 14.9735 2.86394C14.5311 3.20146 14.0411 3.69155 13.4584 4.27423L13.4584 4.27424L13.4222 4.3105C13.1293 4.6034 13.1293 5.07827 13.4222 5.37116L18.6288 10.5778C18.7695 10.7185 18.9603 10.7975 19.1592 10.7975C19.3581 10.7975 19.5488 10.7185 19.6895 10.5778L19.7258 10.5416L19.7258 10.5415C20.3085 9.95891 20.7985 9.46887 21.1361 9.0265C21.4938 8.55767 21.75 8.05533 21.75 7.44417C21.75 6.833 21.4938 6.33067 21.1361 5.86184C20.7985 5.41946 20.3085 4.92941 19.7258 4.34677L19.6895 4.3105L19.6532 4.27423C19.0706 3.69155 18.5805 3.20146 18.1382 2.86394Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.84084 13.2025C4.64192 13.2025 4.45116 13.2815 4.3105 13.4222L4.27426 13.4584L4.27423 13.4585C3.69155 14.0411 3.20146 14.5311 2.86394 14.9735C2.50624 15.4423 2.25 15.9447 2.25 16.5558C2.25 17.167 2.50624 17.6693 2.86394 18.1382C3.20144 18.5805 3.69149 19.0705 4.27413 19.6531L4.27421 19.6532L4.34683 19.7258L4.34687 19.7259C4.92947 20.3085 5.41949 20.7986 5.86184 21.1361C6.33067 21.4938 6.833 21.75 7.44417 21.75C8.05534 21.75 8.55767 21.4938 9.0265 21.1361C9.46886 20.7985 9.95888 20.3085 10.5415 19.7258L10.5415 19.7258L10.5778 19.6895C10.8707 19.3966 10.8707 18.9217 10.5778 18.6288L5.37116 13.4222C5.23051 13.2815 5.03975 13.2025 4.84084 13.2025Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.24869 2.89856C8.7699 2.53325 8.22868 2.25 7.55806 2.25C6.88745 2.25 6.34623 2.53325 5.86744 2.89856C5.42291 3.23772 4.93501 3.72568 4.37498 4.28578L4.28573 4.37504C3.72565 4.93504 3.23771 5.42292 2.89856 5.86744C2.53325 6.34623 2.25 6.88745 2.25 7.55806C2.25 8.22868 2.53325 8.7699 2.89856 9.24869C3.23772 9.69322 3.72567 10.1811 4.28576 10.7411L13.2589 19.7142C13.8189 20.2743 14.3068 20.7623 14.7513 21.1014C15.2301 21.4667 15.7713 21.75 16.4419 21.75C17.1125 21.75 17.6538 21.4667 18.1326 21.1014C18.5771 20.7623 19.065 20.2743 19.625 19.7142L19.7142 19.625C20.2743 19.065 20.7623 18.5771 21.1014 18.1326C21.4667 17.6538 21.75 17.1125 21.75 16.4419C21.75 15.7713 21.4667 15.2301 21.1014 14.7513C20.7623 14.3068 20.2743 13.8189 19.7142 13.2588L10.7411 4.28578C10.1811 3.72569 9.69322 3.23772 9.24869 2.89856ZM8.5024 12.2002C8.30239 12.0002 8.20239 11.9002 8.20239 11.7759C8.20239 11.6517 8.3024 11.5517 8.50241 11.3517L11.3516 8.50262C11.5516 8.30262 11.6516 8.20263 11.7758 8.20263C11.9001 8.20263 12.0001 8.30263 12.2001 8.50262L15.4976 11.8001C15.6976 12.0001 15.7976 12.1001 15.7976 12.2244C15.7976 12.3486 15.6976 12.4486 15.4976 12.6486L12.6484 15.4977C12.4484 15.6977 12.3484 15.7977 12.2241 15.7977C12.0999 15.7977 11.9999 15.6977 11.7999 15.4977L8.5024 12.2002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.1382 2.86394C17.6693 2.50624 17.167 2.25 16.5558 2.25C15.9447 2.25 15.4423 2.50624 14.9735 2.86394C14.5311 3.20146 14.0411 3.69155 13.4584 4.27423L13.4584 4.27424L13.4222 4.3105C13.1293 4.6034 13.1293 5.07827 13.4222 5.37116L18.6288 10.5778C18.7695 10.7185 18.9603 10.7975 19.1592 10.7975C19.3581 10.7975 19.5488 10.7185 19.6895 10.5778L19.7258 10.5416L19.7258 10.5415C20.3085 9.95891 20.7985 9.46887 21.1361 9.0265C21.4938 8.55767 21.75 8.05533 21.75 7.44417C21.75 6.833 21.4938 6.33067 21.1361 5.86184C20.7985 5.41946 20.3085 4.92941 19.7258 4.34677L19.6895 4.3105L19.6532 4.27423C19.0706 3.69155 18.5805 3.20146 18.1382 2.86394Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.84084 13.2025C4.64192 13.2025 4.45116 13.2815 4.3105 13.4222L4.27426 13.4584L4.27423 13.4585C3.69155 14.0411 3.20146 14.5311 2.86394 14.9735C2.50624 15.4423 2.25 15.9447 2.25 16.5558C2.25 17.167 2.50624 17.6693 2.86394 18.1382C3.20144 18.5805 3.69149 19.0705 4.27413 19.6531L4.27421 19.6532L4.34683 19.7258L4.34687 19.7259C4.92947 20.3085 5.41949 20.7986 5.86184 21.1361C6.33067 21.4938 6.833 21.75 7.44417 21.75C8.05534 21.75 8.55767 21.4938 9.0265 21.1361C9.46886 20.7985 9.95888 20.3085 10.5415 19.7258L10.5415 19.7258L10.5778 19.6895C10.8707 19.3966 10.8707 18.9217 10.5778 18.6288L5.37116 13.4222C5.23051 13.2815 5.03975 13.2025 4.84084 13.2025Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.24869 2.89856C8.7699 2.53325 8.22868 2.25 7.55806 2.25C6.88745 2.25 6.34623 2.53325 5.86744 2.89856C5.42291 3.23772 4.93501 3.72568 4.37498 4.28578L4.28573 4.37504C3.72565 4.93504 3.23771 5.42292 2.89856 5.86744C2.53325 6.34623 2.25 6.88745 2.25 7.55806C2.25 8.22868 2.53325 8.7699 2.89856 9.24869C3.23772 9.69322 3.72567 10.1811 4.28576 10.7411L13.2589 19.7142C13.8189 20.2743 14.3068 20.7623 14.7513 21.1014C15.2301 21.4667 15.7713 21.75 16.4419 21.75C17.1125 21.75 17.6538 21.4667 18.1326 21.1014C18.5771 20.7623 19.065 20.2743 19.625 19.7142L19.7142 19.625C20.2743 19.065 20.7623 18.5771 21.1014 18.1326C21.4667 17.6538 21.75 17.1125 21.75 16.4419C21.75 15.7713 21.4667 15.2301 21.1014 14.7513C20.7623 14.3068 20.2743 13.8189 19.7142 13.2588L10.7411 4.28578C10.1811 3.72569 9.69322 3.23772 9.24869 2.89856ZM8.5024 12.2002C8.30239 12.0002 8.20239 11.9002 8.20239 11.7759C8.20239 11.6517 8.3024 11.5517 8.50241 11.3517L11.3516 8.50262C11.5516 8.30262 11.6516 8.20263 11.7758 8.20263C11.9001 8.20263 12.0001 8.30263 12.2001 8.50262L15.4976 11.8001C15.6976 12.0001 15.7976 12.1001 15.7976 12.2244C15.7976 12.3486 15.6976 12.4486 15.4976 12.6486L12.6484 15.4977C12.4484 15.6977 12.3484 15.7977 12.2241 15.7977C12.0999 15.7977 11.9999 15.6977 11.7999 15.4977L8.5024 12.2002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-blood-bag{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0523 1.125H11.9477H11.9477C10.6315 1.12499 9.57011 1.12498 8.7185 1.21192C7.83944 1.30166 7.0771 1.49202 6.40271 1.94425C5.87382 2.29891 5.41971 2.75464 5.06632 3.28542C4.61571 3.96223 4.42603 4.72731 4.33661 5.60952C4.2913 6.05648 4.26969 6.56103 4.25939 7.12963L4.25 10.8997V10.8997C4.24999 12.2206 4.24998 13.2858 4.33661 14.1405C4.42603 15.0227 4.61571 15.7878 5.06632 16.4646C5.41971 16.9954 5.87382 17.4511 6.40271 17.8058C7.0771 18.258 7.83944 18.4483 8.7185 18.5381C9.57011 18.625 10.6315 18.625 11.9477 18.625H12.0523C13.3685 18.625 14.4299 18.625 15.2815 18.5381C16.1606 18.4483 16.9229 18.258 17.5973 17.8058C18.1262 17.4511 18.5803 16.9954 18.9337 16.4646C19.3843 15.7878 19.574 15.0227 19.6634 14.1405C19.75 13.2858 19.75 12.2206 19.75 10.8997L19.7406 7.12693C19.7302 6.55944 19.7086 6.05578 19.6634 5.60952C19.574 4.72731 19.3843 3.96223 18.9337 3.28542C18.5803 2.75464 18.1262 2.29891 17.5973 1.94425C16.9229 1.49202 16.1606 1.30166 15.2815 1.21192C14.4299 1.12498 13.3685 1.12499 12.0523 1.125H12.0523ZM17.7358 5.80619C17.7664 6.10868 17.7848 6.44769 17.7959 6.83651C16.5296 7.17458 15.6243 7.17644 14.9147 7.04038C14.1194 6.8879 13.5193 6.55927 12.8229 6.17789C12.7319 6.12809 12.6393 6.07738 12.5444 6.02605C11.7347 5.58805 10.8053 5.13938 9.51611 5.12524C8.59961 5.11518 7.54769 5.32416 6.26074 5.83972L6.26408 5.80619C6.33792 5.07773 6.47477 4.66965 6.67721 4.36559C6.88925 4.04712 7.16171 3.77368 7.47904 3.56088C7.78202 3.35772 8.18864 3.22037 8.9145 3.14627C9.65655 3.07051 10.6192 3.06934 11.9999 3.06934C13.3807 3.06934 14.3433 3.07051 15.0853 3.14627C15.8112 3.22037 16.2178 3.35772 16.5208 3.56088C16.8381 3.77368 17.1106 4.04712 17.3226 4.36559C17.5251 4.66965 17.6619 5.07773 17.7358 5.80619ZM12.5579 9.35835C12.4171 9.21025 12.222 9.12597 12.0177 9.12501C11.8134 9.12405 11.6176 9.20648 11.4754 9.35325L10.0304 10.8455C8.97737 11.9516 8.99658 13.7185 10.0482 14.8044L10.0527 14.809C11.1376 15.9104 12.8894 15.8895 13.9535 14.7907C15.0243 13.6849 15.0058 11.9166 13.9562 10.8298L12.5579 9.35835Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 16.875C12.5523 16.875 13 17.3227 13 17.875C13 20.6364 10.7614 22.875 8 22.875C7.44772 22.875 7 22.4273 7 21.875C7 21.3227 7.44772 20.875 8 20.875C9.65685 20.875 11 19.5319 11 17.875C11 17.3227 11.4477 16.875 12 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0523 1.125H11.9477H11.9477C10.6315 1.12499 9.57011 1.12498 8.7185 1.21192C7.83944 1.30166 7.0771 1.49202 6.40271 1.94425C5.87382 2.29891 5.41971 2.75464 5.06632 3.28542C4.61571 3.96223 4.42603 4.72731 4.33661 5.60952C4.2913 6.05648 4.26969 6.56103 4.25939 7.12963L4.25 10.8997V10.8997C4.24999 12.2206 4.24998 13.2858 4.33661 14.1405C4.42603 15.0227 4.61571 15.7878 5.06632 16.4646C5.41971 16.9954 5.87382 17.4511 6.40271 17.8058C7.0771 18.258 7.83944 18.4483 8.7185 18.5381C9.57011 18.625 10.6315 18.625 11.9477 18.625H12.0523C13.3685 18.625 14.4299 18.625 15.2815 18.5381C16.1606 18.4483 16.9229 18.258 17.5973 17.8058C18.1262 17.4511 18.5803 16.9954 18.9337 16.4646C19.3843 15.7878 19.574 15.0227 19.6634 14.1405C19.75 13.2858 19.75 12.2206 19.75 10.8997L19.7406 7.12693C19.7302 6.55944 19.7086 6.05578 19.6634 5.60952C19.574 4.72731 19.3843 3.96223 18.9337 3.28542C18.5803 2.75464 18.1262 2.29891 17.5973 1.94425C16.9229 1.49202 16.1606 1.30166 15.2815 1.21192C14.4299 1.12498 13.3685 1.12499 12.0523 1.125H12.0523ZM17.7358 5.80619C17.7664 6.10868 17.7848 6.44769 17.7959 6.83651C16.5296 7.17458 15.6243 7.17644 14.9147 7.04038C14.1194 6.8879 13.5193 6.55927 12.8229 6.17789C12.7319 6.12809 12.6393 6.07738 12.5444 6.02605C11.7347 5.58805 10.8053 5.13938 9.51611 5.12524C8.59961 5.11518 7.54769 5.32416 6.26074 5.83972L6.26408 5.80619C6.33792 5.07773 6.47477 4.66965 6.67721 4.36559C6.88925 4.04712 7.16171 3.77368 7.47904 3.56088C7.78202 3.35772 8.18864 3.22037 8.9145 3.14627C9.65655 3.07051 10.6192 3.06934 11.9999 3.06934C13.3807 3.06934 14.3433 3.07051 15.0853 3.14627C15.8112 3.22037 16.2178 3.35772 16.5208 3.56088C16.8381 3.77368 17.1106 4.04712 17.3226 4.36559C17.5251 4.66965 17.6619 5.07773 17.7358 5.80619ZM12.5579 9.35835C12.4171 9.21025 12.222 9.12597 12.0177 9.12501C11.8134 9.12405 11.6176 9.20648 11.4754 9.35325L10.0304 10.8455C8.97737 11.9516 8.99658 13.7185 10.0482 14.8044L10.0527 14.809C11.1376 15.9104 12.8894 15.8895 13.9535 14.7907C15.0243 13.6849 15.0058 11.9166 13.9562 10.8298L12.5579 9.35835Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 16.875C12.5523 16.875 13 17.3227 13 17.875C13 20.6364 10.7614 22.875 8 22.875C7.44772 22.875 7 22.4273 7 21.875C7 21.3227 7.44772 20.875 8 20.875C9.65685 20.875 11 19.5319 11 17.875C11 17.3227 11.4477 16.875 12 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-blood-bottle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.125 1C14.6773 1 15.125 1.44772 15.125 2V5C15.125 5.55228 14.6773 6 14.125 6C13.5727 6 13.125 5.55228 13.125 5V2C13.125 1.44772 13.5727 1 14.125 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.0564 1L17.125 1C17.6773 1 18.125 1.44772 18.125 2C18.125 2.55229 17.6773 3 17.125 3H9.125C7.91822 3 7.11373 3.00213 6.51507 3.08262C5.94518 3.15924 5.71369 3.29 5.56434 3.43934C5.415 3.58869 5.28424 3.82018 5.20762 4.39007C5.12713 4.98873 5.125 5.79322 5.125 7V22C5.125 22.5523 4.67729 23 4.125 23C3.57272 23 3.125 22.5523 3.125 22L3.125 6.9314C3.12496 5.81141 3.12493 4.87127 3.22545 4.12358C3.33189 3.3319 3.56724 2.60802 4.15013 2.02513C4.73302 1.44224 5.4569 1.20689 6.24858 1.10045C6.99626 0.999925 7.93641 0.99996 9.0564 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.073 4.25H14.177C15.2936 4.24998 16.2061 4.24997 16.9407 4.32661C17.7039 4.40623 18.3819 4.57675 18.9847 4.98987C19.4512 5.3095 19.8504 5.71932 20.1604 6.1951C20.5592 6.80724 20.7236 7.4942 20.8006 8.27076C20.8576 8.84496 20.8709 9.52619 20.874 10.3286C20.8756 10.3559 20.8757 10.3832 20.8743 10.4102C20.875 10.6315 20.875 10.8618 20.875 11.1015V12.8982C20.875 14.0458 20.875 14.9789 20.8006 15.7292C20.7236 16.5058 20.5592 17.1928 20.1604 17.8049C19.8504 18.2807 19.4512 18.6905 18.9847 19.0101C18.3819 19.4233 17.7039 19.5938 16.9407 19.6734C16.2061 19.75 15.2936 19.75 14.177 19.75H14.073C12.9564 19.75 12.0439 19.75 11.3093 19.6734C10.5461 19.5938 9.86813 19.4233 9.26526 19.0101C8.79882 18.6905 8.39963 18.2807 8.08965 17.8049C7.69083 17.1928 7.52643 16.5058 7.4494 15.7292C7.37497 14.9789 7.37499 14.0458 7.375 12.8982V11.1002C7.375 10.8591 7.375 10.6275 7.37569 10.405C7.3747 10.3819 7.37478 10.3587 7.37593 10.3357C7.379 9.53019 7.39228 8.84664 7.4494 8.27076C7.52643 7.4942 7.69083 6.80724 8.08965 6.1951C8.39963 5.71932 8.79882 5.3095 9.26526 4.98987C9.86813 4.57675 10.5461 4.40623 11.3093 4.32661C12.0439 4.24997 12.9564 4.24998 14.073 4.25ZM11.999 8.25036C11.2276 8.24049 10.3628 8.43217 9.33691 8.88633C9.34527 8.73593 9.35575 8.5953 9.36888 8.46288C9.43115 7.83513 9.54534 7.49925 9.70371 7.25619C9.87614 6.99152 10.0969 6.7656 10.3524 6.59048C10.5834 6.43218 10.9028 6.31699 11.5089 6.25375C12.1322 6.18872 12.9441 6.1875 14.1254 6.1875C15.3067 6.1875 16.1186 6.18872 16.7419 6.25375C17.3481 6.31699 17.6674 6.43218 17.8984 6.59048C18.154 6.7656 18.3747 6.99152 18.5471 7.25619C18.7055 7.49925 18.8197 7.83513 18.8819 8.46288C18.9231 8.87795 18.9382 9.37359 18.9437 9.9984C17.9315 10.3005 17.2175 10.2934 16.6665 10.1702C16.0164 10.0248 15.5261 9.71182 14.9253 9.3284C14.8478 9.2789 14.7684 9.22823 14.6865 9.17658C13.9926 8.73861 13.1608 8.26523 11.999 8.25036Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.125 18C14.6773 18 15.125 18.4477 15.125 19C15.125 21.2091 13.3341 23 11.125 23C10.5727 23 10.125 22.5523 10.125 22C10.125 21.4477 10.5727 21 11.125 21C12.2296 21 13.125 20.1046 13.125 19C13.125 18.4477 13.5727 18 14.125 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.125 1C14.6773 1 15.125 1.44772 15.125 2V5C15.125 5.55228 14.6773 6 14.125 6C13.5727 6 13.125 5.55228 13.125 5V2C13.125 1.44772 13.5727 1 14.125 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.0564 1L17.125 1C17.6773 1 18.125 1.44772 18.125 2C18.125 2.55229 17.6773 3 17.125 3H9.125C7.91822 3 7.11373 3.00213 6.51507 3.08262C5.94518 3.15924 5.71369 3.29 5.56434 3.43934C5.415 3.58869 5.28424 3.82018 5.20762 4.39007C5.12713 4.98873 5.125 5.79322 5.125 7V22C5.125 22.5523 4.67729 23 4.125 23C3.57272 23 3.125 22.5523 3.125 22L3.125 6.9314C3.12496 5.81141 3.12493 4.87127 3.22545 4.12358C3.33189 3.3319 3.56724 2.60802 4.15013 2.02513C4.73302 1.44224 5.4569 1.20689 6.24858 1.10045C6.99626 0.999925 7.93641 0.99996 9.0564 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.073 4.25H14.177C15.2936 4.24998 16.2061 4.24997 16.9407 4.32661C17.7039 4.40623 18.3819 4.57675 18.9847 4.98987C19.4512 5.3095 19.8504 5.71932 20.1604 6.1951C20.5592 6.80724 20.7236 7.4942 20.8006 8.27076C20.8576 8.84496 20.8709 9.52619 20.874 10.3286C20.8756 10.3559 20.8757 10.3832 20.8743 10.4102C20.875 10.6315 20.875 10.8618 20.875 11.1015V12.8982C20.875 14.0458 20.875 14.9789 20.8006 15.7292C20.7236 16.5058 20.5592 17.1928 20.1604 17.8049C19.8504 18.2807 19.4512 18.6905 18.9847 19.0101C18.3819 19.4233 17.7039 19.5938 16.9407 19.6734C16.2061 19.75 15.2936 19.75 14.177 19.75H14.073C12.9564 19.75 12.0439 19.75 11.3093 19.6734C10.5461 19.5938 9.86813 19.4233 9.26526 19.0101C8.79882 18.6905 8.39963 18.2807 8.08965 17.8049C7.69083 17.1928 7.52643 16.5058 7.4494 15.7292C7.37497 14.9789 7.37499 14.0458 7.375 12.8982V11.1002C7.375 10.8591 7.375 10.6275 7.37569 10.405C7.3747 10.3819 7.37478 10.3587 7.37593 10.3357C7.379 9.53019 7.39228 8.84664 7.4494 8.27076C7.52643 7.4942 7.69083 6.80724 8.08965 6.1951C8.39963 5.71932 8.79882 5.3095 9.26526 4.98987C9.86813 4.57675 10.5461 4.40623 11.3093 4.32661C12.0439 4.24997 12.9564 4.24998 14.073 4.25ZM11.999 8.25036C11.2276 8.24049 10.3628 8.43217 9.33691 8.88633C9.34527 8.73593 9.35575 8.5953 9.36888 8.46288C9.43115 7.83513 9.54534 7.49925 9.70371 7.25619C9.87614 6.99152 10.0969 6.7656 10.3524 6.59048C10.5834 6.43218 10.9028 6.31699 11.5089 6.25375C12.1322 6.18872 12.9441 6.1875 14.1254 6.1875C15.3067 6.1875 16.1186 6.18872 16.7419 6.25375C17.3481 6.31699 17.6674 6.43218 17.8984 6.59048C18.154 6.7656 18.3747 6.99152 18.5471 7.25619C18.7055 7.49925 18.8197 7.83513 18.8819 8.46288C18.9231 8.87795 18.9382 9.37359 18.9437 9.9984C17.9315 10.3005 17.2175 10.2934 16.6665 10.1702C16.0164 10.0248 15.5261 9.71182 14.9253 9.3284C14.8478 9.2789 14.7684 9.22823 14.6865 9.17658C13.9926 8.73861 13.1608 8.26523 11.999 8.25036Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.125 18C14.6773 18 15.125 18.4477 15.125 19C15.125 21.2091 13.3341 23 11.125 23C10.5727 23 10.125 22.5523 10.125 22C10.125 21.4477 10.5727 21 11.125 21C12.2296 21 13.125 20.1046 13.125 19C13.125 18.4477 13.5727 18 14.125 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-blood-pressure{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8375 10.0028C15.2349 9.97365 15.6117 10.1832 15.7965 10.5361L17.3127 13.4306C17.4632 13.718 17.5538 13.8827 17.6199 13.9818C17.7486 13.9945 17.9662 14.0001 18.3009 14.0001H20.625C21.1773 14.0001 21.625 14.4478 21.625 15.0001C21.625 15.5524 21.1773 16.0001 20.625 16.0001L18.2638 16.0001C17.981 16.0002 17.7013 16.0002 17.4622 15.9766C17.1917 15.9499 16.8916 15.8873 16.5945 15.7121C16.2947 15.5352 16.0955 15.3012 15.9434 15.073C15.8114 14.8751 15.6841 14.6319 15.5586 14.3922L15.0947 13.5065L13.7596 17.3298C13.6282 17.706 13.2861 17.9683 12.8887 17.9975C12.4913 18.0266 12.1145 17.8171 11.9296 17.4641L10.4135 14.5697C10.263 14.2823 10.1723 14.1175 10.1063 14.0185C9.97754 14.0058 9.75994 14.0001 9.42531 14.0001H8.625C8.07272 14.0001 7.625 13.5524 7.625 13.0001C7.625 12.4478 8.07272 12.0001 8.625 12.0001L9.4624 12.0001C9.74524 12.0001 10.0249 12 10.264 12.0236C10.5345 12.0503 10.8346 12.1129 11.1317 12.2882C11.4315 12.4651 11.6307 12.699 11.7828 12.9272C11.9148 13.1252 12.0421 13.3684 12.1676 13.6081L12.6315 14.4938L13.9666 10.6705C14.098 10.2943 14.4401 10.032 14.8375 10.0028Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5473 2.42826C12.8929 0.857083 10.3571 0.857083 8.70266 2.42826C7.42266 3.64385 5.85427 5.31944 4.60128 7.24143C3.35392 9.15478 2.375 11.3796 2.375 13.6779C2.375 18.1458 5.88244 22.7499 11.625 22.7499C15.3016 22.7499 18.062 20.8626 19.5724 18.3322C19.7826 17.9799 19.8878 17.8037 19.8016 17.6518C19.7153 17.4999 19.5006 17.4999 19.0712 17.4999L18.2313 17.4999C17.9726 17.5 17.629 17.5002 17.3149 17.4692C16.9223 17.4304 16.3851 17.3299 15.8324 17.0038C15.6784 16.9129 15.472 16.9758 15.413 17.1446L15.1757 17.8241C14.8473 18.7645 13.9919 19.4203 12.9985 19.4932C12.005 19.5661 11.0631 19.0423 10.6009 18.1599L9.37601 15.8215C9.29397 15.6649 9.25295 15.5866 9.18134 15.5432C9.10973 15.4999 9.02132 15.4999 8.84451 15.4999H8.625C7.24429 15.4999 6.125 14.3806 6.125 12.9999C6.125 11.6192 7.24428 10.4999 8.62499 10.4999L9.49489 10.4999C9.75359 10.4998 10.0972 10.4997 10.4113 10.5307C10.8039 10.5694 11.3411 10.6699 11.8938 10.996C12.0478 11.0869 12.2542 11.024 12.3132 10.8552L12.5505 10.1757C12.8789 9.23527 13.7342 8.57954 14.7277 8.50662C15.7211 8.43369 16.6631 8.95749 17.1253 9.83989L18.3502 12.1783C18.4322 12.3349 18.4732 12.4133 18.5449 12.4566C18.6165 12.4999 18.7049 12.4999 18.8817 12.4999H20.1024C20.4269 12.4999 20.5892 12.4999 20.6792 12.3885C20.7693 12.2771 20.7367 12.1251 20.6715 11.8212C20.3219 10.1908 19.5564 8.63368 18.6487 7.24143C17.3957 5.31944 15.8273 3.64385 14.5473 2.42826Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8375 10.0028C15.2349 9.97365 15.6117 10.1832 15.7965 10.5361L17.3127 13.4306C17.4632 13.718 17.5538 13.8827 17.6199 13.9818C17.7486 13.9945 17.9662 14.0001 18.3009 14.0001H20.625C21.1773 14.0001 21.625 14.4478 21.625 15.0001C21.625 15.5524 21.1773 16.0001 20.625 16.0001L18.2638 16.0001C17.981 16.0002 17.7013 16.0002 17.4622 15.9766C17.1917 15.9499 16.8916 15.8873 16.5945 15.7121C16.2947 15.5352 16.0955 15.3012 15.9434 15.073C15.8114 14.8751 15.6841 14.6319 15.5586 14.3922L15.0947 13.5065L13.7596 17.3298C13.6282 17.706 13.2861 17.9683 12.8887 17.9975C12.4913 18.0266 12.1145 17.8171 11.9296 17.4641L10.4135 14.5697C10.263 14.2823 10.1723 14.1175 10.1063 14.0185C9.97754 14.0058 9.75994 14.0001 9.42531 14.0001H8.625C8.07272 14.0001 7.625 13.5524 7.625 13.0001C7.625 12.4478 8.07272 12.0001 8.625 12.0001L9.4624 12.0001C9.74524 12.0001 10.0249 12 10.264 12.0236C10.5345 12.0503 10.8346 12.1129 11.1317 12.2882C11.4315 12.4651 11.6307 12.699 11.7828 12.9272C11.9148 13.1252 12.0421 13.3684 12.1676 13.6081L12.6315 14.4938L13.9666 10.6705C14.098 10.2943 14.4401 10.032 14.8375 10.0028Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5473 2.42826C12.8929 0.857083 10.3571 0.857083 8.70266 2.42826C7.42266 3.64385 5.85427 5.31944 4.60128 7.24143C3.35392 9.15478 2.375 11.3796 2.375 13.6779C2.375 18.1458 5.88244 22.7499 11.625 22.7499C15.3016 22.7499 18.062 20.8626 19.5724 18.3322C19.7826 17.9799 19.8878 17.8037 19.8016 17.6518C19.7153 17.4999 19.5006 17.4999 19.0712 17.4999L18.2313 17.4999C17.9726 17.5 17.629 17.5002 17.3149 17.4692C16.9223 17.4304 16.3851 17.3299 15.8324 17.0038C15.6784 16.9129 15.472 16.9758 15.413 17.1446L15.1757 17.8241C14.8473 18.7645 13.9919 19.4203 12.9985 19.4932C12.005 19.5661 11.0631 19.0423 10.6009 18.1599L9.37601 15.8215C9.29397 15.6649 9.25295 15.5866 9.18134 15.5432C9.10973 15.4999 9.02132 15.4999 8.84451 15.4999H8.625C7.24429 15.4999 6.125 14.3806 6.125 12.9999C6.125 11.6192 7.24428 10.4999 8.62499 10.4999L9.49489 10.4999C9.75359 10.4998 10.0972 10.4997 10.4113 10.5307C10.8039 10.5694 11.3411 10.6699 11.8938 10.996C12.0478 11.0869 12.2542 11.024 12.3132 10.8552L12.5505 10.1757C12.8789 9.23527 13.7342 8.57954 14.7277 8.50662C15.7211 8.43369 16.6631 8.95749 17.1253 9.83989L18.3502 12.1783C18.4322 12.3349 18.4732 12.4133 18.5449 12.4566C18.6165 12.4999 18.7049 12.4999 18.8817 12.4999H20.1024C20.4269 12.4999 20.5892 12.4999 20.6792 12.3885C20.7693 12.2771 20.7367 12.1251 20.6715 11.8212C20.3219 10.1908 19.5564 8.63368 18.6487 7.24143C17.3957 5.31944 15.8273 3.64385 14.5473 2.42826Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-blood-type{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9223 2.42838C13.2679 0.857205 10.7321 0.857205 9.07766 2.42838C7.79766 3.64397 6.22927 5.31956 4.97628 7.24155C3.72892 9.1549 2.75 11.3797 2.75 13.678C2.75 18.1459 6.25744 22.75 12 22.75C17.7426 22.75 21.25 18.1459 21.25 13.678C21.25 11.3797 20.2711 9.15491 19.0237 7.24155C17.7707 5.31956 16.2023 3.64397 14.9223 2.42838ZM12.671 8.66459C12.5439 8.4105 12.2842 8.25 12.0002 8.25C11.7161 8.25 11.4564 8.4105 11.3293 8.66459L9.19323 12.9368C9.18837 12.946 9.1837 12.9554 9.17922 12.9648L8.32934 14.6646C8.1441 15.0351 8.29427 15.4856 8.66475 15.6708C9.03524 15.8561 9.48574 15.7059 9.67098 15.3354L10.3208 14.0357H13.6795L14.3293 15.3354C14.5146 15.7059 14.9651 15.8561 15.3356 15.6708C15.7061 15.4856 15.8562 15.0351 15.671 14.6646L14.8211 12.9648C14.8166 12.9554 14.812 12.946 14.8071 12.9368L12.671 8.66459ZM12.0002 10.6771L12.9295 12.5357H11.0708L12.0002 10.6771Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9223 2.42838C13.2679 0.857205 10.7321 0.857205 9.07766 2.42838C7.79766 3.64397 6.22927 5.31956 4.97628 7.24155C3.72892 9.1549 2.75 11.3797 2.75 13.678C2.75 18.1459 6.25744 22.75 12 22.75C17.7426 22.75 21.25 18.1459 21.25 13.678C21.25 11.3797 20.2711 9.15491 19.0237 7.24155C17.7707 5.31956 16.2023 3.64397 14.9223 2.42838ZM12.671 8.66459C12.5439 8.4105 12.2842 8.25 12.0002 8.25C11.7161 8.25 11.4564 8.4105 11.3293 8.66459L9.19323 12.9368C9.18837 12.946 9.1837 12.9554 9.17922 12.9648L8.32934 14.6646C8.1441 15.0351 8.29427 15.4856 8.66475 15.6708C9.03524 15.8561 9.48574 15.7059 9.67098 15.3354L10.3208 14.0357H13.6795L14.3293 15.3354C14.5146 15.7059 14.9651 15.8561 15.3356 15.6708C15.7061 15.4856 15.8562 15.0351 15.671 14.6646L14.8211 12.9648C14.8166 12.9554 14.812 12.946 14.8071 12.9368L12.671 8.66459ZM12.0002 10.6771L12.9295 12.5357H11.0708L12.0002 10.6771Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-blood{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5063 5.29078C16.0906 3.90307 13.9094 3.90307 12.4937 5.29078C11.4356 6.32792 10.1372 7.75929 9.09907 9.40295C8.06593 11.0387 7.25 12.9482 7.25 14.9263C7.25 18.7556 10.1681 22.75 15 22.75C19.8319 22.75 22.75 18.7556 22.75 14.9263C22.75 12.9482 21.9341 11.0387 20.9009 9.40295C19.8628 7.7593 18.5644 6.32792 17.5063 5.29078ZM19.5 15.5C19.5 14.9477 19.0523 14.5 18.5 14.5C17.9477 14.5 17.5 14.9477 17.5 15.5C17.5 16.3589 17.2201 16.8094 16.9182 17.0636C16.5868 17.3428 16.0905 17.5 15.5 17.5C14.9477 17.5 14.5 17.9477 14.5 18.5C14.5 19.0523 14.9477 19.5 15.5 19.5C16.4095 19.5 17.4132 19.2618 18.2068 18.5932C19.0299 17.8998 19.5 16.8503 19.5 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.59418 2.15743C8.41651 0.947522 6.58349 0.947522 5.40582 2.15743C4.56979 3.01635 3.54205 4.20356 2.7194 5.56869C1.90101 6.92675 1.25 8.51953 1.25 10.1746C1.25 12.608 2.60888 15.1688 5.00931 16.2361C5.36922 16.3962 5.54918 16.4762 5.68837 16.378C5.82756 16.2798 5.81055 16.0582 5.77654 15.6151C5.7589 15.3852 5.75 15.1554 5.75 14.9263C5.75 12.5486 6.72336 10.3553 7.83086 8.60193C8.81739 7.04002 10.0071 5.67498 11.0307 4.63228C11.2078 4.45178 11.2964 4.36153 11.3025 4.24842C11.3087 4.1353 11.233 4.03942 11.0817 3.84766C10.5719 3.20162 10.054 2.62987 9.59418 2.15743Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5063 5.29078C16.0906 3.90307 13.9094 3.90307 12.4937 5.29078C11.4356 6.32792 10.1372 7.75929 9.09907 9.40295C8.06593 11.0387 7.25 12.9482 7.25 14.9263C7.25 18.7556 10.1681 22.75 15 22.75C19.8319 22.75 22.75 18.7556 22.75 14.9263C22.75 12.9482 21.9341 11.0387 20.9009 9.40295C19.8628 7.7593 18.5644 6.32792 17.5063 5.29078ZM19.5 15.5C19.5 14.9477 19.0523 14.5 18.5 14.5C17.9477 14.5 17.5 14.9477 17.5 15.5C17.5 16.3589 17.2201 16.8094 16.9182 17.0636C16.5868 17.3428 16.0905 17.5 15.5 17.5C14.9477 17.5 14.5 17.9477 14.5 18.5C14.5 19.0523 14.9477 19.5 15.5 19.5C16.4095 19.5 17.4132 19.2618 18.2068 18.5932C19.0299 17.8998 19.5 16.8503 19.5 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.59418 2.15743C8.41651 0.947522 6.58349 0.947522 5.40582 2.15743C4.56979 3.01635 3.54205 4.20356 2.7194 5.56869C1.90101 6.92675 1.25 8.51953 1.25 10.1746C1.25 12.608 2.60888 15.1688 5.00931 16.2361C5.36922 16.3962 5.54918 16.4762 5.68837 16.378C5.82756 16.2798 5.81055 16.0582 5.77654 15.6151C5.7589 15.3852 5.75 15.1554 5.75 14.9263C5.75 12.5486 6.72336 10.3553 7.83086 8.60193C8.81739 7.04002 10.0071 5.67498 11.0307 4.63228C11.2078 4.45178 11.2964 4.36153 11.3025 4.24842C11.3087 4.1353 11.233 4.03942 11.0817 3.84766C10.5719 3.20162 10.054 2.62987 9.59418 2.15743Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-bone-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.8206 2.25895C15.1659 0.913683 17.347 0.913684 18.6923 2.25895C19.2694 2.83606 19.5986 3.56729 19.6807 4.31929C20.4327 4.40138 21.1639 4.73063 21.7411 5.30774C23.0863 6.653 23.0863 8.83411 21.7411 10.1794C20.6563 11.2641 19.0298 11.4733 17.7358 10.8109C17.6376 10.7633 17.4199 10.6896 17.3346 10.7748L10.7748 17.3346C10.68 17.4295 10.7593 17.6416 10.8109 17.7358C11.4733 19.0298 11.2641 20.6563 10.1794 21.7411C8.83411 23.0863 6.653 23.0863 5.30773 21.7411C4.73063 21.1639 4.40138 20.4327 4.31929 19.6807C3.56729 19.5986 2.83606 19.2694 2.25895 18.6923C0.913684 17.347 0.913684 15.1659 2.25895 13.8206C3.34367 12.7359 4.97016 12.5267 6.26421 13.1891C6.36382 13.2353 6.5835 13.3071 6.66539 13.2252L13.2252 6.66539C13.3104 6.58011 13.2367 6.3624 13.1891 6.26421C12.5267 4.97016 12.7359 3.34367 13.8206 2.25895Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.8206 2.25895C15.1659 0.913683 17.347 0.913684 18.6923 2.25895C19.2694 2.83606 19.5986 3.56729 19.6807 4.31929C20.4327 4.40138 21.1639 4.73063 21.7411 5.30774C23.0863 6.653 23.0863 8.83411 21.7411 10.1794C20.6563 11.2641 19.0298 11.4733 17.7358 10.8109C17.6376 10.7633 17.4199 10.6896 17.3346 10.7748L10.7748 17.3346C10.68 17.4295 10.7593 17.6416 10.8109 17.7358C11.4733 19.0298 11.2641 20.6563 10.1794 21.7411C8.83411 23.0863 6.653 23.0863 5.30773 21.7411C4.73063 21.1639 4.40138 20.4327 4.31929 19.6807C3.56729 19.5986 2.83606 19.2694 2.25895 18.6923C0.913684 17.347 0.913684 15.1659 2.25895 13.8206C3.34367 12.7359 4.97016 12.5267 6.26421 13.1891C6.36382 13.2353 6.5835 13.3071 6.66539 13.2252L13.2252 6.66539C13.3104 6.58011 13.2367 6.3624 13.1891 6.26421C12.5267 4.97016 12.7359 3.34367 13.8206 2.25895Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-bone-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.58553 11.18C6.82556 9.93999 8.83604 9.93999 10.0761 11.18C10.5928 11.6968 10.894 12.3477 10.9802 13.0199C11.6523 13.106 12.3032 13.4072 12.82 13.9239C14.06 15.164 14.06 17.1744 12.82 18.4145C11.8337 19.4007 10.3618 19.6016 9.17745 19.0213C9.07829 18.9727 8.97882 18.9542 8.90668 18.9578C8.8421 18.961 8.82448 18.9801 8.82448 18.9801L5.27424 22.5303C4.98134 22.8232 4.50647 22.8232 4.21358 22.5303L1.46967 19.7864C1.17678 19.4935 1.17678 19.0187 1.46967 18.7258L5.01984 15.1756C5.01984 15.1756 5.03896 15.1579 5.0422 15.0933C5.04581 15.0212 5.02731 14.9217 4.97872 14.8225C4.39842 13.6382 4.5993 12.1663 5.58553 11.18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.2561 1.25C19.455 1.25 19.6458 1.32902 19.7864 1.46967L22.5303 4.21358C22.671 4.35423 22.75 4.54499 22.75 4.74391C22.75 4.94282 22.671 5.13358 22.5303 5.27424L18.9802 8.82441C18.9802 8.82441 18.961 8.8421 18.9578 8.90668C18.9542 8.97882 18.9727 9.07829 19.0213 9.17745C19.6016 10.3618 19.4007 11.8337 18.4145 12.82C17.1744 14.06 15.164 14.06 13.9239 12.82C13.4072 12.3032 13.106 11.6523 13.0198 10.9802C12.3477 10.894 11.6968 10.5928 11.18 10.0761C9.93999 8.83604 9.93999 6.82556 11.18 5.58553C12.1663 4.5993 13.6382 4.39842 14.8225 4.97872C14.9217 5.02731 15.0212 5.04581 15.0933 5.0422C15.1579 5.03896 15.1755 5.01992 15.1755 5.01992L18.7258 1.46967C18.8664 1.32902 19.0572 1.25 19.2561 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 21C15.4477 21 15 20.5523 15 20V18C15 17.4477 15.4477 17 16 17C16.5523 17 17 17.4477 17 18V20C17 20.5523 16.5523 21 16 21ZM21 16C21 16.5523 20.5523 17 20 17H18C17.4477 17 17 16.5523 17 16C17 15.4477 17.4477 15 18 15H20C20.5523 15 21 15.4477 21 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 3C8.55228 3 9 3.44772 9 4V6C9 6.55228 8.55228 7 8 7C7.44772 7 7 6.55228 7 6V4C7 3.44772 7.44772 3 8 3ZM3 8C3 7.44772 3.44772 7 4 7H6C6.55228 7 7 7.44772 7 8C7 8.55228 6.55228 9 6 9H4C3.44772 9 3 8.55228 3 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.58553 11.18C6.82556 9.93999 8.83604 9.93999 10.0761 11.18C10.5928 11.6968 10.894 12.3477 10.9802 13.0199C11.6523 13.106 12.3032 13.4072 12.82 13.9239C14.06 15.164 14.06 17.1744 12.82 18.4145C11.8337 19.4007 10.3618 19.6016 9.17745 19.0213C9.07829 18.9727 8.97882 18.9542 8.90668 18.9578C8.8421 18.961 8.82448 18.9801 8.82448 18.9801L5.27424 22.5303C4.98134 22.8232 4.50647 22.8232 4.21358 22.5303L1.46967 19.7864C1.17678 19.4935 1.17678 19.0187 1.46967 18.7258L5.01984 15.1756C5.01984 15.1756 5.03896 15.1579 5.0422 15.0933C5.04581 15.0212 5.02731 14.9217 4.97872 14.8225C4.39842 13.6382 4.5993 12.1663 5.58553 11.18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.2561 1.25C19.455 1.25 19.6458 1.32902 19.7864 1.46967L22.5303 4.21358C22.671 4.35423 22.75 4.54499 22.75 4.74391C22.75 4.94282 22.671 5.13358 22.5303 5.27424L18.9802 8.82441C18.9802 8.82441 18.961 8.8421 18.9578 8.90668C18.9542 8.97882 18.9727 9.07829 19.0213 9.17745C19.6016 10.3618 19.4007 11.8337 18.4145 12.82C17.1744 14.06 15.164 14.06 13.9239 12.82C13.4072 12.3032 13.106 11.6523 13.0198 10.9802C12.3477 10.894 11.6968 10.5928 11.18 10.0761C9.93999 8.83604 9.93999 6.82556 11.18 5.58553C12.1663 4.5993 13.6382 4.39842 14.8225 4.97872C14.9217 5.02731 15.0212 5.04581 15.0933 5.0422C15.1579 5.03896 15.1755 5.01992 15.1755 5.01992L18.7258 1.46967C18.8664 1.32902 19.0572 1.25 19.2561 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 21C15.4477 21 15 20.5523 15 20V18C15 17.4477 15.4477 17 16 17C16.5523 17 17 17.4477 17 18V20C17 20.5523 16.5523 21 16 21ZM21 16C21 16.5523 20.5523 17 20 17H18C17.4477 17 17 16.5523 17 16C17 15.4477 17.4477 15 18 15H20C20.5523 15 21 15.4477 21 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 3C8.55228 3 9 3.44772 9 4V6C9 6.55228 8.55228 7 8 7C7.44772 7 7 6.55228 7 6V4C7 3.44772 7.44772 3 8 3ZM3 8C3 7.44772 3.44772 7 4 7H6C6.55228 7 7 7.44772 7 8C7 8.55228 6.55228 9 6 9H4C3.44772 9 3 8.55228 3 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-brain-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.4886 5.19429C11.4454 5.19429 10.5525 5.84523 10.2027 6.76445C10.1073 7.01497 9.9123 7.21525 9.66365 7.31802C9.415 7.42079 9.13474 7.41695 8.88902 7.30741C8.64657 7.19932 8.37717 7.13871 8.09091 7.13871C7.01144 7.13871 6.13636 8.00925 6.13636 9.08312L6.13663 9.11591C6.14462 9.6013 6.33043 10.0419 6.63382 10.3792C6.99378 10.7792 6.95955 11.3939 6.55738 11.752C6.15521 12.1101 5.53738 12.076 5.17742 11.6759C4.7771 11.231 4.4778 10.6926 4.31653 10.0981C3.67791 10.2556 3.20455 10.8296 3.20455 11.5136C3.20455 12.319 3.86086 12.972 4.67045 12.972H8.1256C8.25698 12.0594 8.75256 11.2638 9.45819 10.7364C9.88971 10.4138 10.5023 10.5004 10.8265 10.9297C11.1507 11.3589 11.0638 11.9684 10.6322 12.2909C10.2741 12.5586 10.0455 12.9816 10.0455 13.4581C10.0455 13.5592 10.0557 13.657 10.0748 13.7508C10.2105 14.416 10.8033 14.9164 11.5114 14.9164L12.115 14.9367C12.9737 15.0382 13.7435 15.5115 14.2187 16.2301L15.8059 19.3426C16.0473 19.8229 15.8516 20.4069 15.3689 20.647C14.8861 20.8871 14.2991 20.6924 14.0577 20.2122L12.5858 17.2987C12.3739 16.8793 11.7812 16.832 11.5114 16.8608C10.1463 16.8608 8.9693 16.0659 8.42038 14.9164H4.67045C2.78139 14.9164 1.25 13.3929 1.25 11.5136C1.25 9.75892 2.58513 8.31441 4.29992 8.13065C4.72693 6.44337 6.26229 5.19429 8.09091 5.19429C8.32935 5.19429 8.56324 5.21564 8.79059 5.25658C9.57287 4.05004 10.936 3.24988 12.4886 3.24988C13.5909 3.24988 14.5991 3.65415 15.3702 4.31987C15.7033 4.25564 16.047 4.22209 16.3977 4.22209C19.3663 4.22209 21.7727 6.61608 21.7727 9.56923C21.7727 10.0329 21.7132 10.4838 21.601 10.9142C22.305 11.5367 22.75 12.4452 22.75 13.4581C22.75 15.3373 21.2186 16.8608 19.3295 16.8608C18.8297 16.8608 18.4838 17.3574 18.6593 17.823L19.2673 19.436C19.4568 19.9388 19.2008 20.4992 18.6954 20.6877C18.1901 20.8762 17.6267 20.6215 17.4372 20.1188L16.8292 18.5057C16.1745 16.769 17.4651 14.9164 19.3295 14.9164C20.1391 14.9164 20.7955 14.2635 20.7955 13.4581C20.7955 12.8929 20.4726 12.4012 19.9958 12.1585C19.797 12.0573 19.5714 11.9997 19.3295 11.9997C18.6215 11.9997 18.0287 12.5001 17.893 13.1654C17.7856 13.6916 17.2698 14.0315 16.7408 13.9247C16.2119 13.8179 15.8701 13.3048 15.9775 12.7786C16.2945 11.225 17.6736 10.0553 19.3295 10.0553C19.4818 10.0553 19.632 10.0653 19.7793 10.0846C19.8049 9.91679 19.8182 9.74472 19.8182 9.56923C19.8182 7.68995 18.2868 6.1665 16.3977 6.1665C16.0371 6.1665 15.6913 6.22169 15.3674 6.32333C14.3449 6.64416 13.5279 7.43233 13.1717 8.4349C13.0863 8.67502 13.0273 8.92774 12.9982 9.18994C12.9389 9.72363 12.4559 10.1084 11.9195 10.0494C11.383 9.99045 10.9962 9.50999 11.0555 8.9763C11.1013 8.56432 11.1942 8.16594 11.3288 7.78693C11.6854 6.78332 12.3338 5.91774 13.1732 5.29081C12.956 5.22794 12.7263 5.19429 12.4886 5.19429Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.4886 5.19429C11.4454 5.19429 10.5525 5.84523 10.2027 6.76445C10.1073 7.01497 9.9123 7.21525 9.66365 7.31802C9.415 7.42079 9.13474 7.41695 8.88902 7.30741C8.64657 7.19932 8.37717 7.13871 8.09091 7.13871C7.01144 7.13871 6.13636 8.00925 6.13636 9.08312L6.13663 9.11591C6.14462 9.6013 6.33043 10.0419 6.63382 10.3792C6.99378 10.7792 6.95955 11.3939 6.55738 11.752C6.15521 12.1101 5.53738 12.076 5.17742 11.6759C4.7771 11.231 4.4778 10.6926 4.31653 10.0981C3.67791 10.2556 3.20455 10.8296 3.20455 11.5136C3.20455 12.319 3.86086 12.972 4.67045 12.972H8.1256C8.25698 12.0594 8.75256 11.2638 9.45819 10.7364C9.88971 10.4138 10.5023 10.5004 10.8265 10.9297C11.1507 11.3589 11.0638 11.9684 10.6322 12.2909C10.2741 12.5586 10.0455 12.9816 10.0455 13.4581C10.0455 13.5592 10.0557 13.657 10.0748 13.7508C10.2105 14.416 10.8033 14.9164 11.5114 14.9164L12.115 14.9367C12.9737 15.0382 13.7435 15.5115 14.2187 16.2301L15.8059 19.3426C16.0473 19.8229 15.8516 20.4069 15.3689 20.647C14.8861 20.8871 14.2991 20.6924 14.0577 20.2122L12.5858 17.2987C12.3739 16.8793 11.7812 16.832 11.5114 16.8608C10.1463 16.8608 8.9693 16.0659 8.42038 14.9164H4.67045C2.78139 14.9164 1.25 13.3929 1.25 11.5136C1.25 9.75892 2.58513 8.31441 4.29992 8.13065C4.72693 6.44337 6.26229 5.19429 8.09091 5.19429C8.32935 5.19429 8.56324 5.21564 8.79059 5.25658C9.57287 4.05004 10.936 3.24988 12.4886 3.24988C13.5909 3.24988 14.5991 3.65415 15.3702 4.31987C15.7033 4.25564 16.047 4.22209 16.3977 4.22209C19.3663 4.22209 21.7727 6.61608 21.7727 9.56923C21.7727 10.0329 21.7132 10.4838 21.601 10.9142C22.305 11.5367 22.75 12.4452 22.75 13.4581C22.75 15.3373 21.2186 16.8608 19.3295 16.8608C18.8297 16.8608 18.4838 17.3574 18.6593 17.823L19.2673 19.436C19.4568 19.9388 19.2008 20.4992 18.6954 20.6877C18.1901 20.8762 17.6267 20.6215 17.4372 20.1188L16.8292 18.5057C16.1745 16.769 17.4651 14.9164 19.3295 14.9164C20.1391 14.9164 20.7955 14.2635 20.7955 13.4581C20.7955 12.8929 20.4726 12.4012 19.9958 12.1585C19.797 12.0573 19.5714 11.9997 19.3295 11.9997C18.6215 11.9997 18.0287 12.5001 17.893 13.1654C17.7856 13.6916 17.2698 14.0315 16.7408 13.9247C16.2119 13.8179 15.8701 13.3048 15.9775 12.7786C16.2945 11.225 17.6736 10.0553 19.3295 10.0553C19.4818 10.0553 19.632 10.0653 19.7793 10.0846C19.8049 9.91679 19.8182 9.74472 19.8182 9.56923C19.8182 7.68995 18.2868 6.1665 16.3977 6.1665C16.0371 6.1665 15.6913 6.22169 15.3674 6.32333C14.3449 6.64416 13.5279 7.43233 13.1717 8.4349C13.0863 8.67502 13.0273 8.92774 12.9982 9.18994C12.9389 9.72363 12.4559 10.1084 11.9195 10.0494C11.383 9.99045 10.9962 9.50999 11.0555 8.9763C11.1013 8.56432 11.1942 8.16594 11.3288 7.78693C11.6854 6.78332 12.3338 5.91774 13.1732 5.29081C12.956 5.22794 12.7263 5.19429 12.4886 5.19429Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-brain-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 10.8866C1.25 5.56426 5.56566 1.25 10.8889 1.25C16.2121 1.25 20.5278 5.56426 20.5278 10.8866C20.5278 11.5059 20.5302 11.7168 20.5438 11.8084C20.5796 12.0492 20.6912 12.2657 20.886 12.6436L22.6666 16.097C22.7585 16.2752 22.7752 16.4829 22.713 16.6735C22.6507 16.8641 22.5147 17.0219 22.3353 17.1116L20.936 17.8111C20.5606 17.9987 20.3663 18.4489 20.3162 18.6505C20.2273 19.1222 20.1252 19.6648 19.9693 20.1765C19.8118 20.6934 19.583 21.2377 19.207 21.685C18.9396 22.0032 18.6083 22.2618 18.2347 22.444C17.8884 22.6129 17.529 22.682 17.1387 22.7142C16.7666 22.7448 16.3152 22.7448 15.7739 22.7448C15.2226 22.7448 14.9469 22.7448 14.7039 22.6829C14.2108 22.5573 13.7841 22.2485 13.5108 21.8193C13.3761 21.6079 13.2899 21.346 13.1177 20.8222L12.75 19.7043C12.6113 19.078 12.4142 18.9543 12 18.9543C11.5858 18.9543 11.25 19.2901 11.25 19.7043V22.1448C11.25 22.4277 11.25 22.5691 11.1621 22.6569C11.0743 22.7448 10.9328 22.7448 10.65 22.7448H7.73159H7.73155C7.03965 22.7448 6.46231 22.7448 5.99567 22.6958C5.50682 22.6445 5.05422 22.5327 4.65004 22.2511C4.38338 22.0653 4.15177 21.8337 3.96595 21.567C3.6843 21.1628 3.57256 20.7101 3.52121 20.2212C3.47219 19.7544 3.4722 19.1769 3.47222 18.4848L3.47222 18.4451C3.47222 17.8825 3.39973 17.4863 3.26761 17.1162C3.12947 16.7293 2.91727 16.3434 2.58951 15.79C1.73836 14.353 1.25 12.6757 1.25 10.8866ZM13.0819 7.24368C13.1157 6.43729 12.5782 5.91314 11.8795 5.77944C11.3317 5.67462 10.7906 5.82955 10.4556 6.26007C10.9509 6.79327 11.2543 7.50956 11.2543 8.29622C11.2543 8.71044 10.9185 9.04622 10.5043 9.04622C10.09 9.04622 9.75426 8.71044 9.75426 8.29622C9.75426 7.78047 9.49471 7.3274 9.09966 7.06077C8.52399 6.67223 7.82699 6.79531 7.32288 7.26537C6.82528 7.72936 6.64477 8.41305 7.01995 9.05188C7.1461 9.26667 7.15738 9.53008 7.05005 9.75487C6.94271 9.97965 6.73078 10.1365 6.48444 10.1734C5.97625 10.2496 5.71683 10.6521 5.753 11.1552C5.78897 11.6554 6.09976 12.0147 6.6205 12.0147C6.92698 12.0147 7.20007 11.8626 7.36777 11.6228C7.60519 11.2834 8.07281 11.2007 8.41222 11.4381C8.75164 11.6756 8.83433 12.1432 8.59691 12.4826C8.16215 13.1041 7.43989 13.5147 6.6205 13.5147C5.13373 13.5147 4.3354 12.3552 4.25686 11.2628C4.19639 10.4215 4.55267 9.47627 5.39157 8.98821C5.13231 7.89747 5.57574 6.84357 6.29992 6.16831C7.02595 5.49132 8.11917 5.1175 9.18486 5.45134C9.8903 4.43645 11.1079 4.10456 12.1614 4.30617C13.2036 4.5056 14.2001 5.24841 14.4955 6.43118C15.1978 6.45853 15.7724 6.7538 16.167 7.21533C16.568 7.68429 16.75 8.28373 16.75 8.85478C16.75 9.42584 16.568 10.0253 16.167 10.4942C15.888 10.8206 15.519 11.0638 15.0785 11.1879C14.9888 11.6748 14.796 12.1455 14.4865 12.5401C14.0237 13.1303 13.3236 13.5147 12.4461 13.5147C12.0456 13.5147 11.7747 13.6744 11.5861 13.9149C11.3825 14.1745 11.2543 14.5609 11.2543 14.9989C11.2543 15.4131 10.9185 15.7489 10.5043 15.7489C10.09 15.7489 9.75426 15.4131 9.75426 14.9989C9.75426 14.291 9.95792 13.5603 10.4058 12.9893C10.8686 12.3991 11.5687 12.0147 12.4461 12.0147C12.8467 12.0147 13.1176 11.855 13.3062 11.6145C13.4096 11.4826 13.4936 11.318 13.5512 11.1306C13.2627 11.0235 13.0003 10.8628 12.7763 10.661C12.4686 10.3837 12.4439 9.90945 12.7212 9.60173C12.9985 9.29401 13.4727 9.26933 13.7804 9.5466C13.943 9.69305 14.1548 9.78046 14.388 9.78046C14.7115 9.78046 14.9043 9.66291 15.027 9.51939C15.1633 9.35997 15.25 9.12156 15.25 8.85478C15.25 8.588 15.1633 8.34959 15.027 8.19017C14.9043 8.04665 14.7115 7.9291 14.388 7.9291C14.28 7.9291 14.1779 7.94774 14.0835 7.98144C13.8486 8.06539 13.5873 8.02701 13.3864 7.87906C13.1855 7.7311 13.0714 7.49295 13.0819 7.24368Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 10.8866C1.25 5.56426 5.56566 1.25 10.8889 1.25C16.2121 1.25 20.5278 5.56426 20.5278 10.8866C20.5278 11.5059 20.5302 11.7168 20.5438 11.8084C20.5796 12.0492 20.6912 12.2657 20.886 12.6436L22.6666 16.097C22.7585 16.2752 22.7752 16.4829 22.713 16.6735C22.6507 16.8641 22.5147 17.0219 22.3353 17.1116L20.936 17.8111C20.5606 17.9987 20.3663 18.4489 20.3162 18.6505C20.2273 19.1222 20.1252 19.6648 19.9693 20.1765C19.8118 20.6934 19.583 21.2377 19.207 21.685C18.9396 22.0032 18.6083 22.2618 18.2347 22.444C17.8884 22.6129 17.529 22.682 17.1387 22.7142C16.7666 22.7448 16.3152 22.7448 15.7739 22.7448C15.2226 22.7448 14.9469 22.7448 14.7039 22.6829C14.2108 22.5573 13.7841 22.2485 13.5108 21.8193C13.3761 21.6079 13.2899 21.346 13.1177 20.8222L12.75 19.7043C12.6113 19.078 12.4142 18.9543 12 18.9543C11.5858 18.9543 11.25 19.2901 11.25 19.7043V22.1448C11.25 22.4277 11.25 22.5691 11.1621 22.6569C11.0743 22.7448 10.9328 22.7448 10.65 22.7448H7.73159H7.73155C7.03965 22.7448 6.46231 22.7448 5.99567 22.6958C5.50682 22.6445 5.05422 22.5327 4.65004 22.2511C4.38338 22.0653 4.15177 21.8337 3.96595 21.567C3.6843 21.1628 3.57256 20.7101 3.52121 20.2212C3.47219 19.7544 3.4722 19.1769 3.47222 18.4848L3.47222 18.4451C3.47222 17.8825 3.39973 17.4863 3.26761 17.1162C3.12947 16.7293 2.91727 16.3434 2.58951 15.79C1.73836 14.353 1.25 12.6757 1.25 10.8866ZM13.0819 7.24368C13.1157 6.43729 12.5782 5.91314 11.8795 5.77944C11.3317 5.67462 10.7906 5.82955 10.4556 6.26007C10.9509 6.79327 11.2543 7.50956 11.2543 8.29622C11.2543 8.71044 10.9185 9.04622 10.5043 9.04622C10.09 9.04622 9.75426 8.71044 9.75426 8.29622C9.75426 7.78047 9.49471 7.3274 9.09966 7.06077C8.52399 6.67223 7.82699 6.79531 7.32288 7.26537C6.82528 7.72936 6.64477 8.41305 7.01995 9.05188C7.1461 9.26667 7.15738 9.53008 7.05005 9.75487C6.94271 9.97965 6.73078 10.1365 6.48444 10.1734C5.97625 10.2496 5.71683 10.6521 5.753 11.1552C5.78897 11.6554 6.09976 12.0147 6.6205 12.0147C6.92698 12.0147 7.20007 11.8626 7.36777 11.6228C7.60519 11.2834 8.07281 11.2007 8.41222 11.4381C8.75164 11.6756 8.83433 12.1432 8.59691 12.4826C8.16215 13.1041 7.43989 13.5147 6.6205 13.5147C5.13373 13.5147 4.3354 12.3552 4.25686 11.2628C4.19639 10.4215 4.55267 9.47627 5.39157 8.98821C5.13231 7.89747 5.57574 6.84357 6.29992 6.16831C7.02595 5.49132 8.11917 5.1175 9.18486 5.45134C9.8903 4.43645 11.1079 4.10456 12.1614 4.30617C13.2036 4.5056 14.2001 5.24841 14.4955 6.43118C15.1978 6.45853 15.7724 6.7538 16.167 7.21533C16.568 7.68429 16.75 8.28373 16.75 8.85478C16.75 9.42584 16.568 10.0253 16.167 10.4942C15.888 10.8206 15.519 11.0638 15.0785 11.1879C14.9888 11.6748 14.796 12.1455 14.4865 12.5401C14.0237 13.1303 13.3236 13.5147 12.4461 13.5147C12.0456 13.5147 11.7747 13.6744 11.5861 13.9149C11.3825 14.1745 11.2543 14.5609 11.2543 14.9989C11.2543 15.4131 10.9185 15.7489 10.5043 15.7489C10.09 15.7489 9.75426 15.4131 9.75426 14.9989C9.75426 14.291 9.95792 13.5603 10.4058 12.9893C10.8686 12.3991 11.5687 12.0147 12.4461 12.0147C12.8467 12.0147 13.1176 11.855 13.3062 11.6145C13.4096 11.4826 13.4936 11.318 13.5512 11.1306C13.2627 11.0235 13.0003 10.8628 12.7763 10.661C12.4686 10.3837 12.4439 9.90945 12.7212 9.60173C12.9985 9.29401 13.4727 9.26933 13.7804 9.5466C13.943 9.69305 14.1548 9.78046 14.388 9.78046C14.7115 9.78046 14.9043 9.66291 15.027 9.51939C15.1633 9.35997 15.25 9.12156 15.25 8.85478C15.25 8.588 15.1633 8.34959 15.027 8.19017C14.9043 8.04665 14.7115 7.9291 14.388 7.9291C14.28 7.9291 14.1779 7.94774 14.0835 7.98144C13.8486 8.06539 13.5873 8.02701 13.3864 7.87906C13.1855 7.7311 13.0714 7.49295 13.0819 7.24368Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-broken-bone{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.57204 10.2567C6.85669 10.2184 7.13822 10.346 7.29702 10.5853L8.25723 12.0325L9.66375 11.3292C9.93346 11.1943 10.2577 11.2341 10.4868 11.4302C10.7159 11.6263 10.8053 11.9405 10.7137 12.2278L9.20576 16.9593C9.2048 16.9623 9.20354 16.9672 9.20447 16.9782C9.20552 16.9907 9.20981 17.0136 9.22405 17.0468C9.25436 17.1174 9.31742 17.2048 9.40901 17.2825C10.3426 18.0744 10.7289 19.4085 10.3212 20.6458C9.80025 22.2273 8.13245 23.1461 6.55275 22.5867C5.92383 22.364 5.42255 21.9434 5.0825 21.422C4.49992 21.618 3.85245 21.6304 3.22567 21.4085C1.66039 20.8542 0.892941 19.097 1.41064 17.5256C1.81211 16.3069 2.88466 15.4878 4.08557 15.4252C4.21447 15.4185 4.32681 15.3848 4.39993 15.3433C4.43428 15.3238 4.45295 15.3067 4.46185 15.2967C4.46957 15.288 4.47135 15.2833 4.47235 15.2803L5.95974 10.7653C6.04961 10.4925 6.28738 10.295 6.57204 10.2567Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.3566 1.64746C17.7973 0.851793 19.6655 1.27677 20.518 2.68927C20.8605 3.25673 20.9792 3.88999 20.9038 4.49605C21.483 4.72893 21.9959 5.13781 22.3404 5.70871C23.2065 7.14358 22.6395 8.94948 21.1823 9.75425C20.0495 10.3798 18.6719 10.2492 17.7151 9.49703C17.6213 9.42328 17.523 9.37931 17.4474 9.36418C17.4119 9.35707 17.3885 9.35764 17.3759 9.35922C17.3649 9.36062 17.3603 9.36289 17.3574 9.36457L13.3711 11.6499C13.139 11.7829 12.8535 11.7823 12.6221 11.6482C12.3906 11.514 12.248 11.2668 12.248 10.9992V9.45874L10.6575 8.64798C10.4102 8.52196 10.2528 8.2697 10.2482 7.99223C10.2435 7.71475 10.3925 7.45741 10.6355 7.32325L14.7502 5.05083C14.753 5.04929 14.7572 5.04671 14.7644 5.03737C14.7727 5.02656 14.7862 5.00451 14.799 4.96612C14.8264 4.8844 14.8379 4.76487 14.8192 4.63452C14.6499 3.45455 15.2431 2.26239 16.3566 1.64746Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.99805 8C3.99805 8.55228 4.44576 9 4.99805 9L6.99805 9C7.55033 9 7.99805 8.55228 7.99805 8C7.99805 7.44772 7.55033 7 6.99805 7L4.99805 7C4.44576 7 3.99805 7.44772 3.99805 8ZM8.99805 3C8.44576 3 7.99805 3.44772 7.99805 4L7.99805 6C7.99805 6.55228 8.44576 7 8.99805 7C9.55033 7 9.99805 6.55228 9.99805 6L9.99805 4C9.99805 3.44772 9.55033 3 8.99805 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.998 19C12.4458 19 11.998 18.5523 11.998 18L11.998 16C11.998 15.4477 12.4458 15 12.998 15C13.5503 15 13.998 15.4477 13.998 16L13.998 18C13.998 18.5523 13.5503 19 12.998 19ZM17.998 14C17.998 14.5523 17.5503 15 16.998 15L14.998 15C14.4458 15 13.998 14.5523 13.998 14C13.998 13.4477 14.4458 13 14.998 13L16.998 13C17.5503 13 17.998 13.4477 17.998 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.57204 10.2567C6.85669 10.2184 7.13822 10.346 7.29702 10.5853L8.25723 12.0325L9.66375 11.3292C9.93346 11.1943 10.2577 11.2341 10.4868 11.4302C10.7159 11.6263 10.8053 11.9405 10.7137 12.2278L9.20576 16.9593C9.2048 16.9623 9.20354 16.9672 9.20447 16.9782C9.20552 16.9907 9.20981 17.0136 9.22405 17.0468C9.25436 17.1174 9.31742 17.2048 9.40901 17.2825C10.3426 18.0744 10.7289 19.4085 10.3212 20.6458C9.80025 22.2273 8.13245 23.1461 6.55275 22.5867C5.92383 22.364 5.42255 21.9434 5.0825 21.422C4.49992 21.618 3.85245 21.6304 3.22567 21.4085C1.66039 20.8542 0.892941 19.097 1.41064 17.5256C1.81211 16.3069 2.88466 15.4878 4.08557 15.4252C4.21447 15.4185 4.32681 15.3848 4.39993 15.3433C4.43428 15.3238 4.45295 15.3067 4.46185 15.2967C4.46957 15.288 4.47135 15.2833 4.47235 15.2803L5.95974 10.7653C6.04961 10.4925 6.28738 10.295 6.57204 10.2567Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.3566 1.64746C17.7973 0.851793 19.6655 1.27677 20.518 2.68927C20.8605 3.25673 20.9792 3.88999 20.9038 4.49605C21.483 4.72893 21.9959 5.13781 22.3404 5.70871C23.2065 7.14358 22.6395 8.94948 21.1823 9.75425C20.0495 10.3798 18.6719 10.2492 17.7151 9.49703C17.6213 9.42328 17.523 9.37931 17.4474 9.36418C17.4119 9.35707 17.3885 9.35764 17.3759 9.35922C17.3649 9.36062 17.3603 9.36289 17.3574 9.36457L13.3711 11.6499C13.139 11.7829 12.8535 11.7823 12.6221 11.6482C12.3906 11.514 12.248 11.2668 12.248 10.9992V9.45874L10.6575 8.64798C10.4102 8.52196 10.2528 8.2697 10.2482 7.99223C10.2435 7.71475 10.3925 7.45741 10.6355 7.32325L14.7502 5.05083C14.753 5.04929 14.7572 5.04671 14.7644 5.03737C14.7727 5.02656 14.7862 5.00451 14.799 4.96612C14.8264 4.8844 14.8379 4.76487 14.8192 4.63452C14.6499 3.45455 15.2431 2.26239 16.3566 1.64746Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.99805 8C3.99805 8.55228 4.44576 9 4.99805 9L6.99805 9C7.55033 9 7.99805 8.55228 7.99805 8C7.99805 7.44772 7.55033 7 6.99805 7L4.99805 7C4.44576 7 3.99805 7.44772 3.99805 8ZM8.99805 3C8.44576 3 7.99805 3.44772 7.99805 4L7.99805 6C7.99805 6.55228 8.44576 7 8.99805 7C9.55033 7 9.99805 6.55228 9.99805 6L9.99805 4C9.99805 3.44772 9.55033 3 8.99805 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.998 19C12.4458 19 11.998 18.5523 11.998 18L11.998 16C11.998 15.4477 12.4458 15 12.998 15C13.5503 15 13.998 15.4477 13.998 16L13.998 18C13.998 18.5523 13.5503 19 12.998 19ZM17.998 14C17.998 14.5523 17.5503 15 16.998 15L14.998 15C14.4458 15 13.998 14.5523 13.998 14C13.998 13.4477 14.4458 13 14.998 13L16.998 13C17.5503 13 17.998 13.4477 17.998 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-caduceus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.75 3.375C9.75 2.13236 10.7574 1.125 12 1.125C13.2426 1.125 14.25 2.13236 14.25 3.375C14.25 4.61764 13.2426 5.625 12 5.625C10.7574 5.625 9.75 4.61764 9.75 3.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.5227 17.2507C9.40925 17.2932 9.31426 17.3353 9.23584 17.375C9.31426 17.4147 9.40925 17.4568 9.5227 17.4993C10.108 17.7188 10.9836 17.875 12 17.875C12.95 17.875 13.8595 18.0654 14.5685 18.4199C15.2177 18.7445 16 19.378 16 20.375C16 21.372 15.2177 22.0055 14.5685 22.3301C13.8595 22.6846 12.95 22.875 12 22.875C11.2578 22.875 10.5487 22.759 9.94196 22.5453C9.35528 22.3386 8.77032 22.0066 8.39259 21.5049C8.06038 21.0637 8.14874 20.4368 8.58994 20.1046C9.03114 19.7724 9.65811 19.8607 9.99031 20.3019C10.04 20.368 10.2169 20.5217 10.6064 20.6589C10.9758 20.789 11.4573 20.875 12 20.875C12.7068 20.875 13.2973 20.7296 13.6741 20.5412C13.8074 20.4746 13.8896 20.4175 13.9396 20.375C13.8896 20.3325 13.8074 20.2754 13.6741 20.2088C13.2973 20.0204 12.7068 19.875 12 19.875C10.8073 19.875 9.6829 19.6954 8.82045 19.372C8.39292 19.2117 7.97747 18.9966 7.65093 18.7071C7.32556 18.4187 7 17.9708 7 17.375C7 16.7792 7.32556 16.3313 7.65093 16.0429C7.97747 15.7534 8.39292 15.5383 8.82045 15.378C9.6829 15.0546 10.8073 14.875 12 14.875C13.1927 14.875 14.3171 15.0546 15.1796 15.378C15.6071 15.5383 16.0225 15.7534 16.3491 16.0429C16.6744 16.3313 17 16.7792 17 17.375C17 17.9273 16.5523 18.375 16 18.375C15.5006 18.375 15.0867 18.009 15.012 17.5305C14.9296 17.461 14.7613 17.3572 14.4773 17.2507C13.892 17.0312 13.0164 16.875 12 16.875C10.9836 16.875 10.108 17.0312 9.5227 17.2507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.875C12.5523 3.875 13 4.32272 13 4.875V15.875C13 16.4273 12.5523 16.875 12 16.875C11.4477 16.875 11 16.4273 11 15.875V4.875C11 4.32272 11.4477 3.875 12 3.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.1346 5.60708L18.1105 5.57965C17.758 5.17814 17.4619 4.84094 17.227 4.61362C17.1082 4.49864 16.9698 4.3765 16.8195 4.28622C16.684 4.20482 16.4036 4.06678 16.0614 4.15159C15.7377 4.2318 15.545 4.47463 15.4679 4.57645C15.3648 4.71277 15.2684 4.88002 15.1775 5.05281C14.9967 5.39655 14.7731 5.88905 14.4943 6.5032L14.4827 6.52871C13.6651 8.32926 12.4633 9.21769 11.7197 9.51723C11.5144 9.59996 11.356 9.76923 11.2872 9.97967C11.2183 10.1901 11.246 10.4202 11.3627 10.6084C12.6142 12.625 13.9134 13.5455 15.1822 13.6204C15.8427 13.6595 16.4098 13.4647 16.8659 13.1745C16.9419 13.1262 16.9799 13.102 17.0118 13.061C17.0744 12.9805 17.0906 12.8493 17.0496 12.7559C17.0287 12.7084 16.9912 12.6687 16.9162 12.5895C16.6635 12.3223 16.4078 12.0452 16.1945 11.8027C15.9945 11.5753 15.794 11.3364 15.684 11.1629C15.4622 10.8131 15.5659 10.3497 15.9158 10.1279C16.2656 9.90611 16.729 10.0099 16.9508 10.3597C16.9881 10.4186 17.1104 10.5728 17.3208 10.812C17.518 11.0361 17.7604 11.2991 18.006 11.5588C18.1625 11.7242 18.3492 11.9057 18.5358 12.0803C18.9615 12.4786 19.1744 12.6778 19.5586 12.6849C19.9428 12.692 20.1164 12.5412 20.4637 12.2395C20.4928 12.2143 20.5215 12.1888 20.5498 12.163C21.5101 11.2892 22.2573 9.94131 22.693 8.88819C22.7888 8.65679 22.7627 8.39286 22.6235 8.18467C22.4843 7.97647 22.2504 7.85148 22 7.85148C21.3629 7.85148 19.7218 7.41471 18.1346 5.60708Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.8654 5.60708L5.88948 5.57965C6.24201 5.17814 6.53806 4.84094 6.77299 4.61362C6.89181 4.49864 7.03023 4.3765 7.1805 4.28622C7.31598 4.20482 7.59641 4.06678 7.93864 4.15159C8.26228 4.2318 8.45504 4.47463 8.53206 4.57645C8.63517 4.71277 8.73158 4.88002 8.82246 5.05281C9.00325 5.39655 9.22688 5.88905 9.50574 6.5032L9.51732 6.52871C10.3349 8.32926 11.5367 9.21769 12.2803 9.51723C12.4856 9.59996 12.644 9.76923 12.7128 9.97967C12.7817 10.1901 12.754 10.4202 12.6373 10.6084C11.3858 12.625 10.0866 13.5455 8.81776 13.6204C8.15734 13.6595 7.59019 13.4647 7.13412 13.1745C7.05813 13.1262 7.02013 13.102 6.98822 13.061C6.92563 12.9805 6.90936 12.8493 6.95042 12.7559C6.97134 12.7084 7.00883 12.6687 7.08381 12.5895C7.33646 12.3223 7.59218 12.0452 7.80546 11.8027C8.00554 11.5753 8.20603 11.3364 8.31603 11.1629C8.53783 10.8131 8.43405 10.3497 8.08423 10.1279C7.73441 9.90611 7.27101 10.0099 7.04921 10.3597C7.01186 10.4186 6.88959 10.5728 6.67921 10.812C6.48202 11.0361 6.23956 11.2991 5.99402 11.5588C5.83752 11.7242 5.65077 11.9057 5.46424 12.0803C5.03846 12.4786 4.82557 12.6778 4.44141 12.6849C4.05724 12.692 3.8836 12.5412 3.53633 12.2395C3.50725 12.2143 3.47855 12.1888 3.45022 12.163C2.48986 11.2892 1.74265 9.94131 1.30696 8.88819C1.21123 8.65679 1.23731 8.39286 1.37648 8.18467C1.51566 7.97647 1.74957 7.85148 2 7.85148C2.63707 7.85148 4.27821 7.41471 5.8654 5.60708Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.75 3.375C9.75 2.13236 10.7574 1.125 12 1.125C13.2426 1.125 14.25 2.13236 14.25 3.375C14.25 4.61764 13.2426 5.625 12 5.625C10.7574 5.625 9.75 4.61764 9.75 3.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.5227 17.2507C9.40925 17.2932 9.31426 17.3353 9.23584 17.375C9.31426 17.4147 9.40925 17.4568 9.5227 17.4993C10.108 17.7188 10.9836 17.875 12 17.875C12.95 17.875 13.8595 18.0654 14.5685 18.4199C15.2177 18.7445 16 19.378 16 20.375C16 21.372 15.2177 22.0055 14.5685 22.3301C13.8595 22.6846 12.95 22.875 12 22.875C11.2578 22.875 10.5487 22.759 9.94196 22.5453C9.35528 22.3386 8.77032 22.0066 8.39259 21.5049C8.06038 21.0637 8.14874 20.4368 8.58994 20.1046C9.03114 19.7724 9.65811 19.8607 9.99031 20.3019C10.04 20.368 10.2169 20.5217 10.6064 20.6589C10.9758 20.789 11.4573 20.875 12 20.875C12.7068 20.875 13.2973 20.7296 13.6741 20.5412C13.8074 20.4746 13.8896 20.4175 13.9396 20.375C13.8896 20.3325 13.8074 20.2754 13.6741 20.2088C13.2973 20.0204 12.7068 19.875 12 19.875C10.8073 19.875 9.6829 19.6954 8.82045 19.372C8.39292 19.2117 7.97747 18.9966 7.65093 18.7071C7.32556 18.4187 7 17.9708 7 17.375C7 16.7792 7.32556 16.3313 7.65093 16.0429C7.97747 15.7534 8.39292 15.5383 8.82045 15.378C9.6829 15.0546 10.8073 14.875 12 14.875C13.1927 14.875 14.3171 15.0546 15.1796 15.378C15.6071 15.5383 16.0225 15.7534 16.3491 16.0429C16.6744 16.3313 17 16.7792 17 17.375C17 17.9273 16.5523 18.375 16 18.375C15.5006 18.375 15.0867 18.009 15.012 17.5305C14.9296 17.461 14.7613 17.3572 14.4773 17.2507C13.892 17.0312 13.0164 16.875 12 16.875C10.9836 16.875 10.108 17.0312 9.5227 17.2507Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.875C12.5523 3.875 13 4.32272 13 4.875V15.875C13 16.4273 12.5523 16.875 12 16.875C11.4477 16.875 11 16.4273 11 15.875V4.875C11 4.32272 11.4477 3.875 12 3.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.1346 5.60708L18.1105 5.57965C17.758 5.17814 17.4619 4.84094 17.227 4.61362C17.1082 4.49864 16.9698 4.3765 16.8195 4.28622C16.684 4.20482 16.4036 4.06678 16.0614 4.15159C15.7377 4.2318 15.545 4.47463 15.4679 4.57645C15.3648 4.71277 15.2684 4.88002 15.1775 5.05281C14.9967 5.39655 14.7731 5.88905 14.4943 6.5032L14.4827 6.52871C13.6651 8.32926 12.4633 9.21769 11.7197 9.51723C11.5144 9.59996 11.356 9.76923 11.2872 9.97967C11.2183 10.1901 11.246 10.4202 11.3627 10.6084C12.6142 12.625 13.9134 13.5455 15.1822 13.6204C15.8427 13.6595 16.4098 13.4647 16.8659 13.1745C16.9419 13.1262 16.9799 13.102 17.0118 13.061C17.0744 12.9805 17.0906 12.8493 17.0496 12.7559C17.0287 12.7084 16.9912 12.6687 16.9162 12.5895C16.6635 12.3223 16.4078 12.0452 16.1945 11.8027C15.9945 11.5753 15.794 11.3364 15.684 11.1629C15.4622 10.8131 15.5659 10.3497 15.9158 10.1279C16.2656 9.90611 16.729 10.0099 16.9508 10.3597C16.9881 10.4186 17.1104 10.5728 17.3208 10.812C17.518 11.0361 17.7604 11.2991 18.006 11.5588C18.1625 11.7242 18.3492 11.9057 18.5358 12.0803C18.9615 12.4786 19.1744 12.6778 19.5586 12.6849C19.9428 12.692 20.1164 12.5412 20.4637 12.2395C20.4928 12.2143 20.5215 12.1888 20.5498 12.163C21.5101 11.2892 22.2573 9.94131 22.693 8.88819C22.7888 8.65679 22.7627 8.39286 22.6235 8.18467C22.4843 7.97647 22.2504 7.85148 22 7.85148C21.3629 7.85148 19.7218 7.41471 18.1346 5.60708Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.8654 5.60708L5.88948 5.57965C6.24201 5.17814 6.53806 4.84094 6.77299 4.61362C6.89181 4.49864 7.03023 4.3765 7.1805 4.28622C7.31598 4.20482 7.59641 4.06678 7.93864 4.15159C8.26228 4.2318 8.45504 4.47463 8.53206 4.57645C8.63517 4.71277 8.73158 4.88002 8.82246 5.05281C9.00325 5.39655 9.22688 5.88905 9.50574 6.5032L9.51732 6.52871C10.3349 8.32926 11.5367 9.21769 12.2803 9.51723C12.4856 9.59996 12.644 9.76923 12.7128 9.97967C12.7817 10.1901 12.754 10.4202 12.6373 10.6084C11.3858 12.625 10.0866 13.5455 8.81776 13.6204C8.15734 13.6595 7.59019 13.4647 7.13412 13.1745C7.05813 13.1262 7.02013 13.102 6.98822 13.061C6.92563 12.9805 6.90936 12.8493 6.95042 12.7559C6.97134 12.7084 7.00883 12.6687 7.08381 12.5895C7.33646 12.3223 7.59218 12.0452 7.80546 11.8027C8.00554 11.5753 8.20603 11.3364 8.31603 11.1629C8.53783 10.8131 8.43405 10.3497 8.08423 10.1279C7.73441 9.90611 7.27101 10.0099 7.04921 10.3597C7.01186 10.4186 6.88959 10.5728 6.67921 10.812C6.48202 11.0361 6.23956 11.2991 5.99402 11.5588C5.83752 11.7242 5.65077 11.9057 5.46424 12.0803C5.03846 12.4786 4.82557 12.6778 4.44141 12.6849C4.05724 12.692 3.8836 12.5412 3.53633 12.2395C3.50725 12.2143 3.47855 12.1888 3.45022 12.163C2.48986 11.2892 1.74265 9.94131 1.30696 8.88819C1.21123 8.65679 1.23731 8.39286 1.37648 8.18467C1.51566 7.97647 1.74957 7.85148 2 7.85148C2.63707 7.85148 4.27821 7.41471 5.8654 5.60708Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-cardiogram-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.6023 15.8467C22.5132 15.75 22.3639 15.75 22.0655 15.75L1.93332 15.75C1.63485 15.75 1.48561 15.75 1.3965 15.8467C1.30739 15.9434 1.31928 16.0889 1.34306 16.3801C1.35204 16.4901 1.36189 16.5977 1.37268 16.7028C1.4981 17.9247 1.7577 18.9087 2.33651 19.7497C2.68871 20.2613 3.11616 20.713 3.60406 21.0872C4.41179 21.7066 5.36066 21.9853 6.53144 22.1191C7.67578 22.25 9.11726 22.25 10.9518 22.25H13.047C14.8815 22.25 16.323 22.25 17.4674 22.1191C18.6381 21.9853 19.587 21.7066 20.3947 21.0872C20.8826 20.713 21.3101 20.2613 21.6623 19.7497C22.2411 18.9087 22.5007 17.9247 22.6261 16.7028C22.6369 16.5977 22.6467 16.4901 22.6557 16.3801C22.6795 16.0889 22.6914 15.9434 22.6023 15.8467ZM6.99976 18C6.44748 18 5.99976 18.4477 5.99976 19C5.99976 19.5523 6.44748 20 6.99976 20H7.00873C7.56101 20 8.00873 19.5523 8.00873 19C8.00873 18.4477 7.56101 18 7.00873 18H6.99976ZM10.9908 18C10.4385 18 9.9908 18.4477 9.9908 19C9.9908 19.5523 10.4385 20 10.9908 20H10.9998C11.552 20 11.9998 19.5523 11.9998 19C11.9998 18.4477 11.552 18 10.9998 18H10.9908Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.468 1.88085C18.6387 2.01475 19.5876 2.29337 20.3953 2.91283C20.8832 3.287 21.3107 3.73866 21.6629 4.25034C22.2417 5.09127 22.5013 6.07528 22.6267 7.2972C22.75 8.49844 22.75 10.0143 22.75 11.9568V12.0432V12.0434C22.75 12.6179 22.75 13.1551 22.7468 13.6579C22.745 13.9364 22.7442 14.0756 22.6564 14.1628C22.5687 14.25 22.4288 14.25 22.1491 14.25L1.85094 14.25C1.57121 14.25 1.43134 14.25 1.34359 14.1628C1.25584 14.0756 1.25495 13.9364 1.25319 13.6579C1.25 13.1554 1.25 12.6184 1.25 12.0443V12.0432V11.9568C1.24999 10.0143 1.24999 8.49844 1.37328 7.2972C1.4987 6.07528 1.7583 5.09127 2.33711 4.25035C2.68931 3.73866 3.11677 3.287 3.60466 2.91283C4.41239 2.29338 5.36127 2.01475 6.53204 1.88085C7.67639 1.74998 9.11788 1.74999 10.9525 1.75H10.9525L13.0475 1.75C14.8821 1.74999 16.3236 1.74998 17.468 1.88085ZM14.038 5.38436C13.8372 5.12726 13.5235 4.98431 13.1977 5.00137C12.8719 5.01843 12.5749 5.19334 12.402 5.47L10.5545 8.42607L9.58543 7.49532C9.36327 7.27904 8.95208 6.87871 8.37789 6.7116C7.99004 6.59872 7.567 6.59929 7.10413 6.59991L7 6.6C6.44772 6.6 6 7.04772 6 7.6C6 8.15229 6.44772 8.6 7 8.6C7.63208 8.6 7.74263 8.6097 7.81902 8.63193C7.83178 8.63564 7.86781 8.64875 7.94176 8.70571C8.02308 8.76835 8.10285 8.84494 8.23736 8.97408L8.23738 8.97411L10.0575 10.7214C10.2747 10.93 10.5744 11.0295 10.8733 10.9924C11.1722 10.9552 11.4384 10.7854 11.598 10.53L13.3411 7.74098L14.4438 9.15261C14.608 9.36442 14.8181 9.63544 15.1333 9.82912C15.7684 10.2193 16.5 10.2075 16.8855 10.2013H16.8855L16.8856 10.2013C16.9281 10.2006 16.9665 10.2 17 10.2C17.5523 10.2 18 9.75229 18 9.2C18 8.64772 17.5523 8.2 17 8.2C16.9438 8.2 16.8926 8.20023 16.8453 8.20045H16.8453C16.6654 8.20125 16.5429 8.20181 16.4172 8.18837C16.2667 8.17937 16.1481 8.08042 16.1077 8.03207L14.038 5.38436Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.6023 15.8467C22.5132 15.75 22.3639 15.75 22.0655 15.75L1.93332 15.75C1.63485 15.75 1.48561 15.75 1.3965 15.8467C1.30739 15.9434 1.31928 16.0889 1.34306 16.3801C1.35204 16.4901 1.36189 16.5977 1.37268 16.7028C1.4981 17.9247 1.7577 18.9087 2.33651 19.7497C2.68871 20.2613 3.11616 20.713 3.60406 21.0872C4.41179 21.7066 5.36066 21.9853 6.53144 22.1191C7.67578 22.25 9.11726 22.25 10.9518 22.25H13.047C14.8815 22.25 16.323 22.25 17.4674 22.1191C18.6381 21.9853 19.587 21.7066 20.3947 21.0872C20.8826 20.713 21.3101 20.2613 21.6623 19.7497C22.2411 18.9087 22.5007 17.9247 22.6261 16.7028C22.6369 16.5977 22.6467 16.4901 22.6557 16.3801C22.6795 16.0889 22.6914 15.9434 22.6023 15.8467ZM6.99976 18C6.44748 18 5.99976 18.4477 5.99976 19C5.99976 19.5523 6.44748 20 6.99976 20H7.00873C7.56101 20 8.00873 19.5523 8.00873 19C8.00873 18.4477 7.56101 18 7.00873 18H6.99976ZM10.9908 18C10.4385 18 9.9908 18.4477 9.9908 19C9.9908 19.5523 10.4385 20 10.9908 20H10.9998C11.552 20 11.9998 19.5523 11.9998 19C11.9998 18.4477 11.552 18 10.9998 18H10.9908Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.468 1.88085C18.6387 2.01475 19.5876 2.29337 20.3953 2.91283C20.8832 3.287 21.3107 3.73866 21.6629 4.25034C22.2417 5.09127 22.5013 6.07528 22.6267 7.2972C22.75 8.49844 22.75 10.0143 22.75 11.9568V12.0432V12.0434C22.75 12.6179 22.75 13.1551 22.7468 13.6579C22.745 13.9364 22.7442 14.0756 22.6564 14.1628C22.5687 14.25 22.4288 14.25 22.1491 14.25L1.85094 14.25C1.57121 14.25 1.43134 14.25 1.34359 14.1628C1.25584 14.0756 1.25495 13.9364 1.25319 13.6579C1.25 13.1554 1.25 12.6184 1.25 12.0443V12.0432V11.9568C1.24999 10.0143 1.24999 8.49844 1.37328 7.2972C1.4987 6.07528 1.7583 5.09127 2.33711 4.25035C2.68931 3.73866 3.11677 3.287 3.60466 2.91283C4.41239 2.29338 5.36127 2.01475 6.53204 1.88085C7.67639 1.74998 9.11788 1.74999 10.9525 1.75H10.9525L13.0475 1.75C14.8821 1.74999 16.3236 1.74998 17.468 1.88085ZM14.038 5.38436C13.8372 5.12726 13.5235 4.98431 13.1977 5.00137C12.8719 5.01843 12.5749 5.19334 12.402 5.47L10.5545 8.42607L9.58543 7.49532C9.36327 7.27904 8.95208 6.87871 8.37789 6.7116C7.99004 6.59872 7.567 6.59929 7.10413 6.59991L7 6.6C6.44772 6.6 6 7.04772 6 7.6C6 8.15229 6.44772 8.6 7 8.6C7.63208 8.6 7.74263 8.6097 7.81902 8.63193C7.83178 8.63564 7.86781 8.64875 7.94176 8.70571C8.02308 8.76835 8.10285 8.84494 8.23736 8.97408L8.23738 8.97411L10.0575 10.7214C10.2747 10.93 10.5744 11.0295 10.8733 10.9924C11.1722 10.9552 11.4384 10.7854 11.598 10.53L13.3411 7.74098L14.4438 9.15261C14.608 9.36442 14.8181 9.63544 15.1333 9.82912C15.7684 10.2193 16.5 10.2075 16.8855 10.2013H16.8855L16.8856 10.2013C16.9281 10.2006 16.9665 10.2 17 10.2C17.5523 10.2 18 9.75229 18 9.2C18 8.64772 17.5523 8.2 17 8.2C16.9438 8.2 16.8926 8.20023 16.8453 8.20045H16.8453C16.6654 8.20125 16.5429 8.20181 16.4172 8.18837C16.2667 8.17937 16.1481 8.08042 16.1077 8.03207L14.038 5.38436Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-cardiogram-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4936 8.00022C11.8522 8.00772 12.1794 8.20675 12.3509 8.5218L14.0275 11.601C14.1277 11.7611 14.1807 11.8444 14.2239 11.9037C14.2355 11.9197 14.2434 11.9296 14.248 11.9352C14.276 11.9545 14.3192 11.9743 14.416 11.9872C14.5272 12.002 14.6334 12.0015 14.8096 12.0005C14.8581 12.0003 14.9119 12 14.9727 12H15.9727C16.5249 12 16.9727 12.4477 16.9727 13C16.9727 13.5523 16.5249 14 15.9727 14H14.9727C14.9412 14 14.9044 14.0008 14.863 14.0016C14.4768 14.0096 13.6863 14.0259 13.0204 13.5144C12.7156 13.2804 12.5191 12.9635 12.3573 12.7026C12.3432 12.6798 12.3293 12.6574 12.3156 12.6356C12.305 12.6186 12.295 12.6013 12.2854 12.5838L11.4306 11.0138L9.33015 14.5145C9.15695 14.8032 8.85014 14.9853 8.51379 14.9992C8.17744 15.013 7.8567 14.8567 7.66036 14.5832L6.12473 12.4445C5.9964 12.2905 5.91437 12.1924 5.83105 12.1122C5.76392 12.0476 5.73136 12.0307 5.72762 12.0289C5.68621 12.0141 5.60991 12 4.97266 12H2.97266C2.42037 12 1.97266 11.5523 1.97266 11C1.97266 10.4477 2.42037 10 2.97266 10H4.97266C5.00936 10 5.0461 9.99992 5.08287 9.99984C5.53719 9.99883 5.9948 9.99782 6.41298 10.15L6.41298 10.15C7.00838 10.3666 7.41916 10.8684 7.6329 11.1295C7.65151 11.1522 7.66863 11.1731 7.68425 11.1919C7.69962 11.2103 7.71432 11.2293 7.72833 11.2488L8.39777 12.1812L10.6152 8.48551C10.7997 8.1779 11.1349 7.99272 11.4936 8.00022Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.5563 3.46861C14.1719 2.25537 16.8461 1.52662 19.8271 3.35515C21.8883 4.61952 23.0481 7.2606 22.6412 10.2951C22.2322 13.3443 20.2586 16.7929 16.079 19.8865C14.6276 20.9614 13.5624 21.7503 11.9723 21.7503C10.3823 21.7503 9.31705 20.9614 7.86568 19.8865C5.46319 18.1083 3.7896 16.2127 2.72307 14.3432C2.51637 13.9808 2.41302 13.7997 2.49975 13.6503C2.58648 13.501 2.80205 13.501 3.23319 13.501L4.72747 13.501C4.87839 13.501 4.95385 13.501 5.01833 13.5341C5.0828 13.5672 5.12681 13.6285 5.21484 13.7511L6.44122 15.4591C6.93207 16.1427 7.73393 16.5335 8.5748 16.4989C9.41568 16.4642 10.1827 16.0089 10.6157 15.2872L10.9409 14.7453C11.1366 14.419 11.2345 14.2559 11.3704 14.2328C11.5064 14.2097 11.6751 14.3499 12.0124 14.6302C12.0429 14.6555 12.0741 14.6805 12.106 14.705C13.1951 15.5415 14.4407 15.5127 14.8556 15.5031L15.972 15.501C17.3527 15.501 18.472 14.3817 18.472 13.001C18.472 11.6203 17.3527 10.501 15.972 10.501H15.4918C15.318 10.501 15.2311 10.501 15.1603 10.4589C15.0895 10.4168 15.0479 10.3405 14.9648 10.1879L13.6676 7.80546C13.2387 7.01784 12.4208 6.52027 11.5242 6.50152C10.6276 6.48278 9.78963 6.94573 9.32823 7.71474L8.6029 8.92363C8.43459 9.20413 8.35044 9.34439 8.22623 9.37305C8.10203 9.40171 7.94838 9.30175 7.64109 9.10184C7.42861 8.9636 7.18957 8.83753 6.92509 8.74131C6.25061 8.49594 5.55656 8.49886 5.14448 8.50059L1.88856 8.50089C1.58234 8.50092 1.42923 8.50094 1.33944 8.39639C1.24965 8.29185 1.27161 8.14807 1.31555 7.86051C1.61665 5.88968 2.63347 4.26554 4.11763 3.35515C7.09861 1.52662 9.77284 2.25537 11.3884 3.46861C11.4829 3.5396 11.5669 3.60262 11.642 3.6585C11.796 3.77312 11.873 3.83043 11.9724 3.83043C12.0717 3.83043 12.1487 3.77312 12.3027 3.6585C12.3778 3.60261 12.4618 3.5396 12.5563 3.46861Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4936 8.00022C11.8522 8.00772 12.1794 8.20675 12.3509 8.5218L14.0275 11.601C14.1277 11.7611 14.1807 11.8444 14.2239 11.9037C14.2355 11.9197 14.2434 11.9296 14.248 11.9352C14.276 11.9545 14.3192 11.9743 14.416 11.9872C14.5272 12.002 14.6334 12.0015 14.8096 12.0005C14.8581 12.0003 14.9119 12 14.9727 12H15.9727C16.5249 12 16.9727 12.4477 16.9727 13C16.9727 13.5523 16.5249 14 15.9727 14H14.9727C14.9412 14 14.9044 14.0008 14.863 14.0016C14.4768 14.0096 13.6863 14.0259 13.0204 13.5144C12.7156 13.2804 12.5191 12.9635 12.3573 12.7026C12.3432 12.6798 12.3293 12.6574 12.3156 12.6356C12.305 12.6186 12.295 12.6013 12.2854 12.5838L11.4306 11.0138L9.33015 14.5145C9.15695 14.8032 8.85014 14.9853 8.51379 14.9992C8.17744 15.013 7.8567 14.8567 7.66036 14.5832L6.12473 12.4445C5.9964 12.2905 5.91437 12.1924 5.83105 12.1122C5.76392 12.0476 5.73136 12.0307 5.72762 12.0289C5.68621 12.0141 5.60991 12 4.97266 12H2.97266C2.42037 12 1.97266 11.5523 1.97266 11C1.97266 10.4477 2.42037 10 2.97266 10H4.97266C5.00936 10 5.0461 9.99992 5.08287 9.99984C5.53719 9.99883 5.9948 9.99782 6.41298 10.15L6.41298 10.15C7.00838 10.3666 7.41916 10.8684 7.6329 11.1295C7.65151 11.1522 7.66863 11.1731 7.68425 11.1919C7.69962 11.2103 7.71432 11.2293 7.72833 11.2488L8.39777 12.1812L10.6152 8.48551C10.7997 8.1779 11.1349 7.99272 11.4936 8.00022Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.5563 3.46861C14.1719 2.25537 16.8461 1.52662 19.8271 3.35515C21.8883 4.61952 23.0481 7.2606 22.6412 10.2951C22.2322 13.3443 20.2586 16.7929 16.079 19.8865C14.6276 20.9614 13.5624 21.7503 11.9723 21.7503C10.3823 21.7503 9.31705 20.9614 7.86568 19.8865C5.46319 18.1083 3.7896 16.2127 2.72307 14.3432C2.51637 13.9808 2.41302 13.7997 2.49975 13.6503C2.58648 13.501 2.80205 13.501 3.23319 13.501L4.72747 13.501C4.87839 13.501 4.95385 13.501 5.01833 13.5341C5.0828 13.5672 5.12681 13.6285 5.21484 13.7511L6.44122 15.4591C6.93207 16.1427 7.73393 16.5335 8.5748 16.4989C9.41568 16.4642 10.1827 16.0089 10.6157 15.2872L10.9409 14.7453C11.1366 14.419 11.2345 14.2559 11.3704 14.2328C11.5064 14.2097 11.6751 14.3499 12.0124 14.6302C12.0429 14.6555 12.0741 14.6805 12.106 14.705C13.1951 15.5415 14.4407 15.5127 14.8556 15.5031L15.972 15.501C17.3527 15.501 18.472 14.3817 18.472 13.001C18.472 11.6203 17.3527 10.501 15.972 10.501H15.4918C15.318 10.501 15.2311 10.501 15.1603 10.4589C15.0895 10.4168 15.0479 10.3405 14.9648 10.1879L13.6676 7.80546C13.2387 7.01784 12.4208 6.52027 11.5242 6.50152C10.6276 6.48278 9.78963 6.94573 9.32823 7.71474L8.6029 8.92363C8.43459 9.20413 8.35044 9.34439 8.22623 9.37305C8.10203 9.40171 7.94838 9.30175 7.64109 9.10184C7.42861 8.9636 7.18957 8.83753 6.92509 8.74131C6.25061 8.49594 5.55656 8.49886 5.14448 8.50059L1.88856 8.50089C1.58234 8.50092 1.42923 8.50094 1.33944 8.39639C1.24965 8.29185 1.27161 8.14807 1.31555 7.86051C1.61665 5.88968 2.63347 4.26554 4.11763 3.35515C7.09861 1.52662 9.77284 2.25537 11.3884 3.46861C11.4829 3.5396 11.5669 3.60262 11.642 3.6585C11.796 3.77312 11.873 3.83043 11.9724 3.83043C12.0717 3.83043 12.1487 3.77312 12.3027 3.6585C12.3778 3.60261 12.4618 3.5396 12.5563 3.46861Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-clinic{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.1339 1.25 10.3597 1.52688 9.52381 1.99594C8.7139 2.45043 7.78586 3.12145 6.61887 3.96524L5.10984 5.05632C4.1733 5.73346 3.42528 6.27429 2.86109 6.77487C2.27855 7.29173 1.84274 7.807 1.5663 8.45513C1.28925 9.10469 1.22225 9.77045 1.25941 10.5381C1.29528 11.2789 1.43264 12.1727 1.60393 13.2872L1.91918 15.3387C2.16256 16.9225 2.35635 18.1836 2.64105 19.1662C2.93544 20.1821 3.35016 20.9887 4.0914 21.6052C4.82957 22.2192 5.7089 22.4926 6.78306 22.6231C7.828 22.75 9.14615 22.75 10.8111 22.75H13.1889C14.8539 22.75 16.172 22.75 17.2169 22.6231C18.2911 22.4926 19.1704 22.2192 19.9086 21.6052C20.6499 20.9887 21.0646 20.1821 21.359 19.1662C21.6437 18.1837 21.8374 16.9225 22.0808 15.3387L22.3961 13.2871C22.5674 12.1726 22.7047 11.2789 22.7406 10.5381C22.7778 9.77045 22.7108 9.10469 22.4337 8.45513C22.1573 7.807 21.7215 7.29173 21.1389 6.77487C20.5747 6.2743 19.8267 5.73347 18.8902 5.05633L17.3811 3.96525L17.3811 3.96524L17.3811 3.96522C16.2141 3.12144 15.2861 2.45043 14.4762 1.99594C13.6403 1.52688 12.8661 1.25 12 1.25ZM13 10C13 9.44771 12.5523 9 12 9C11.4477 9 11 9.44771 11 10V12H9C8.44772 12 8 12.4477 8 13C8 13.5523 8.44772 14 9 14H11V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V14H15C15.5523 14 16 13.5523 16 13C16 12.4477 15.5523 12 15 12H13V10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.1339 1.25 10.3597 1.52688 9.52381 1.99594C8.7139 2.45043 7.78586 3.12145 6.61887 3.96524L5.10984 5.05632C4.1733 5.73346 3.42528 6.27429 2.86109 6.77487C2.27855 7.29173 1.84274 7.807 1.5663 8.45513C1.28925 9.10469 1.22225 9.77045 1.25941 10.5381C1.29528 11.2789 1.43264 12.1727 1.60393 13.2872L1.91918 15.3387C2.16256 16.9225 2.35635 18.1836 2.64105 19.1662C2.93544 20.1821 3.35016 20.9887 4.0914 21.6052C4.82957 22.2192 5.7089 22.4926 6.78306 22.6231C7.828 22.75 9.14615 22.75 10.8111 22.75H13.1889C14.8539 22.75 16.172 22.75 17.2169 22.6231C18.2911 22.4926 19.1704 22.2192 19.9086 21.6052C20.6499 20.9887 21.0646 20.1821 21.359 19.1662C21.6437 18.1837 21.8374 16.9225 22.0808 15.3387L22.3961 13.2871C22.5674 12.1726 22.7047 11.2789 22.7406 10.5381C22.7778 9.77045 22.7108 9.10469 22.4337 8.45513C22.1573 7.807 21.7215 7.29173 21.1389 6.77487C20.5747 6.2743 19.8267 5.73347 18.8902 5.05633L17.3811 3.96525L17.3811 3.96524L17.3811 3.96522C16.2141 3.12144 15.2861 2.45043 14.4762 1.99594C13.6403 1.52688 12.8661 1.25 12 1.25ZM13 10C13 9.44771 12.5523 9 12 9C11.4477 9 11 9.44771 11 10V12H9C8.44772 12 8 12.4477 8 13C8 13.5523 8.44772 14 9 14H11V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V14H15C15.5523 14 16 13.5523 16 13C16 12.4477 15.5523 12 15 12H13V10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-covid-info{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 14.1077 1.85659 16.0738 2.90472 17.7331C2.98588 17.8616 3.02647 17.9258 3.09408 17.9631C3.16168 18.0004 3.24056 18.0004 3.39831 18.0004H5.0014C6.12465 18.0004 7.29233 17.7417 8.41149 17.3483C8.93251 17.1651 9.50338 17.439 9.68656 17.96C9.86974 18.481 9.59587 19.0519 9.07485 19.2351C7.81787 19.677 6.41857 20.0004 5.0014 20.0004C4.93751 20.0004 4.90762 20.0788 4.95586 20.1207C6.84246 21.7586 9.30546 22.75 12 22.75C14.6956 22.75 17.1594 21.7579 19.0463 20.1189C19.0937 20.0776 19.0643 20.0004 19.0014 20.0004C16.1485 20.0004 13.3218 18.6869 11.502 17.638C10.6395 17.1409 9.79987 16.5895 9.00264 15.9726C6.86445 14.3181 5.79883 12.4483 5.61376 10.7152C5.42976 8.99202 6.13926 7.43282 7.4505 6.65809C9.07858 5.69617 10.5942 5.91798 11.6411 6.50152C11.8293 6.60643 11.9234 6.65889 12.0014 6.65889C12.0794 6.65889 12.1735 6.60643 12.3617 6.50152C13.4086 5.91798 14.9242 5.69617 16.5523 6.65809C17.7949 7.39226 18.57 8.83124 18.4878 10.4889C18.4051 12.1546 17.4744 13.9532 15.5093 15.5789C15.0837 15.931 14.4534 15.8714 14.1013 15.4458C13.7493 15.0203 13.8089 14.3899 14.2344 14.0379C15.8883 12.6697 16.4423 11.3546 16.4902 10.3897C16.5385 9.41669 16.09 8.70795 15.5349 8.38C14.4709 7.75136 13.6327 8.01706 13.1478 8.36783C13.0102 8.46736 12.8494 8.58371 12.7323 8.65757C12.6689 8.69753 12.5823 8.74887 12.4829 8.79214C12.3904 8.83239 12.2189 8.89641 12.0014 8.89641C11.7839 8.89641 11.6124 8.83239 11.5199 8.79214C11.4205 8.74887 11.3339 8.69753 11.2705 8.65757C11.1534 8.58371 10.9926 8.46737 10.855 8.36783C10.3701 8.01706 9.53186 7.75136 8.46786 8.38C7.93326 8.69586 7.48835 9.43423 7.60246 10.5028C7.7155 11.5615 8.40052 12.9778 10.2266 14.3908C10.9428 14.945 11.7056 15.4469 12.5008 15.9053C14.2385 16.9069 16.688 18.0004 19.0014 18.0004H20.6017C20.7594 18.0004 20.8383 18.0004 20.9059 17.9631C20.9735 17.9258 21.0141 17.8616 21.0953 17.7331C22.1434 16.0738 22.75 14.1077 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 14.1077 1.85659 16.0738 2.90472 17.7331C2.98588 17.8616 3.02647 17.9258 3.09408 17.9631C3.16168 18.0004 3.24056 18.0004 3.39831 18.0004H5.0014C6.12465 18.0004 7.29233 17.7417 8.41149 17.3483C8.93251 17.1651 9.50338 17.439 9.68656 17.96C9.86974 18.481 9.59587 19.0519 9.07485 19.2351C7.81787 19.677 6.41857 20.0004 5.0014 20.0004C4.93751 20.0004 4.90762 20.0788 4.95586 20.1207C6.84246 21.7586 9.30546 22.75 12 22.75C14.6956 22.75 17.1594 21.7579 19.0463 20.1189C19.0937 20.0776 19.0643 20.0004 19.0014 20.0004C16.1485 20.0004 13.3218 18.6869 11.502 17.638C10.6395 17.1409 9.79987 16.5895 9.00264 15.9726C6.86445 14.3181 5.79883 12.4483 5.61376 10.7152C5.42976 8.99202 6.13926 7.43282 7.4505 6.65809C9.07858 5.69617 10.5942 5.91798 11.6411 6.50152C11.8293 6.60643 11.9234 6.65889 12.0014 6.65889C12.0794 6.65889 12.1735 6.60643 12.3617 6.50152C13.4086 5.91798 14.9242 5.69617 16.5523 6.65809C17.7949 7.39226 18.57 8.83124 18.4878 10.4889C18.4051 12.1546 17.4744 13.9532 15.5093 15.5789C15.0837 15.931 14.4534 15.8714 14.1013 15.4458C13.7493 15.0203 13.8089 14.3899 14.2344 14.0379C15.8883 12.6697 16.4423 11.3546 16.4902 10.3897C16.5385 9.41669 16.09 8.70795 15.5349 8.38C14.4709 7.75136 13.6327 8.01706 13.1478 8.36783C13.0102 8.46736 12.8494 8.58371 12.7323 8.65757C12.6689 8.69753 12.5823 8.74887 12.4829 8.79214C12.3904 8.83239 12.2189 8.89641 12.0014 8.89641C11.7839 8.89641 11.6124 8.83239 11.5199 8.79214C11.4205 8.74887 11.3339 8.69753 11.2705 8.65757C11.1534 8.58371 10.9926 8.46737 10.855 8.36783C10.3701 8.01706 9.53186 7.75136 8.46786 8.38C7.93326 8.69586 7.48835 9.43423 7.60246 10.5028C7.7155 11.5615 8.40052 12.9778 10.2266 14.3908C10.9428 14.945 11.7056 15.4469 12.5008 15.9053C14.2385 16.9069 16.688 18.0004 19.0014 18.0004H20.6017C20.7594 18.0004 20.8383 18.0004 20.9059 17.9631C20.9735 17.9258 21.0141 17.8616 21.0953 17.7331C22.1434 16.0738 22.75 14.1077 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-dental-braces{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1611 4.01755C14.7694 1.43295 18.4298 1.88133 20.1915 4.08152L20.2109 4.10576C20.4683 4.42699 20.8646 4.92161 21.1864 5.65064C21.5183 6.40236 21.7597 7.37384 21.7497 8.65383C21.7477 8.91458 21.7352 9.18795 21.711 9.47474C21.6903 9.7195 21.68 9.84187 21.5939 9.921C21.5078 10.0001 21.3808 10.0001 21.1267 10.0001L14.793 10.0001C14.7167 10.0001 14.6517 9.94586 14.6349 9.8715C14.5631 9.55283 14.4287 9.14227 14.1433 8.85683C13.8579 8.5714 13.4473 8.43702 13.1286 8.36522C12.777 8.286 12.3814 8.25012 12 8.25012C11.6186 8.25012 11.223 8.286 10.8714 8.36522C10.5527 8.43702 10.1421 8.5714 9.85671 8.85683C9.57127 9.14227 9.4369 9.55283 9.3651 9.8715C9.34835 9.94587 9.28325 10.0001 9.20703 10.0001H2.87326C2.61922 10.0001 2.49221 10.0001 2.40612 9.921C2.32003 9.84187 2.3097 9.7195 2.28904 9.47474C2.26482 9.18795 2.25235 8.91458 2.2503 8.65383C2.24026 7.37384 2.48169 6.40236 2.81357 5.65064C3.13543 4.9216 3.53175 4.42698 3.78913 4.10575L3.80854 4.08152C5.57023 1.88133 9.23058 1.43295 11.8389 4.01755C11.9282 4.10612 12.0718 4.10612 12.1611 4.01755ZM3.51562 12.0001C3.15683 12.0001 2.97743 12.0001 2.88747 12.1211C2.7975 12.242 2.848 12.4102 2.94899 12.7467C3.57805 14.8426 4.68659 17.4192 6.48922 20.6086C6.89514 21.3267 7.67976 21.75 8.49601 21.75C9.80785 21.75 10.8386 20.7042 10.8818 19.466C10.9123 18.5928 11.012 17.7348 11.244 17.1172C11.4764 16.4984 11.7349 16.3535 12 16.3535C12.2651 16.3535 12.5236 16.4984 12.756 17.1172C12.988 17.7348 13.0877 18.5928 13.1182 19.466C13.1614 20.7042 14.1921 21.75 15.504 21.75C16.3202 21.75 17.1049 21.3267 17.5108 20.6086C19.3134 17.4192 20.4219 14.8426 21.051 12.7467C21.152 12.4102 21.2025 12.242 21.1125 12.1211C21.0226 12.0001 20.8432 12.0001 20.4844 12.0001H14.793C14.7167 12.0001 14.6517 12.0544 14.6349 12.1287C14.5631 12.4474 14.4287 12.858 14.1433 13.1434C13.8579 13.4288 13.4473 13.5632 13.1286 13.635C12.777 13.7142 12.3814 13.7501 12 13.7501C11.6186 13.7501 11.223 13.7142 10.8714 13.635C10.5527 13.5632 10.1421 13.4288 9.85671 13.1434C9.57127 12.858 9.4369 12.4474 9.3651 12.1287C9.34835 12.0544 9.28325 12.0001 9.20703 12.0001H3.51562Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1611 4.01755C14.7694 1.43295 18.4298 1.88133 20.1915 4.08152L20.2109 4.10576C20.4683 4.42699 20.8646 4.92161 21.1864 5.65064C21.5183 6.40236 21.7597 7.37384 21.7497 8.65383C21.7477 8.91458 21.7352 9.18795 21.711 9.47474C21.6903 9.7195 21.68 9.84187 21.5939 9.921C21.5078 10.0001 21.3808 10.0001 21.1267 10.0001L14.793 10.0001C14.7167 10.0001 14.6517 9.94586 14.6349 9.8715C14.5631 9.55283 14.4287 9.14227 14.1433 8.85683C13.8579 8.5714 13.4473 8.43702 13.1286 8.36522C12.777 8.286 12.3814 8.25012 12 8.25012C11.6186 8.25012 11.223 8.286 10.8714 8.36522C10.5527 8.43702 10.1421 8.5714 9.85671 8.85683C9.57127 9.14227 9.4369 9.55283 9.3651 9.8715C9.34835 9.94587 9.28325 10.0001 9.20703 10.0001H2.87326C2.61922 10.0001 2.49221 10.0001 2.40612 9.921C2.32003 9.84187 2.3097 9.7195 2.28904 9.47474C2.26482 9.18795 2.25235 8.91458 2.2503 8.65383C2.24026 7.37384 2.48169 6.40236 2.81357 5.65064C3.13543 4.9216 3.53175 4.42698 3.78913 4.10575L3.80854 4.08152C5.57023 1.88133 9.23058 1.43295 11.8389 4.01755C11.9282 4.10612 12.0718 4.10612 12.1611 4.01755ZM3.51562 12.0001C3.15683 12.0001 2.97743 12.0001 2.88747 12.1211C2.7975 12.242 2.848 12.4102 2.94899 12.7467C3.57805 14.8426 4.68659 17.4192 6.48922 20.6086C6.89514 21.3267 7.67976 21.75 8.49601 21.75C9.80785 21.75 10.8386 20.7042 10.8818 19.466C10.9123 18.5928 11.012 17.7348 11.244 17.1172C11.4764 16.4984 11.7349 16.3535 12 16.3535C12.2651 16.3535 12.5236 16.4984 12.756 17.1172C12.988 17.7348 13.0877 18.5928 13.1182 19.466C13.1614 20.7042 14.1921 21.75 15.504 21.75C16.3202 21.75 17.1049 21.3267 17.5108 20.6086C19.3134 17.4192 20.4219 14.8426 21.051 12.7467C21.152 12.4102 21.2025 12.242 21.1125 12.1211C21.0226 12.0001 20.8432 12.0001 20.4844 12.0001H14.793C14.7167 12.0001 14.6517 12.0544 14.6349 12.1287C14.5631 12.4474 14.4287 12.858 14.1433 13.1434C13.8579 13.4288 13.4473 13.5632 13.1286 13.635C12.777 13.7142 12.3814 13.7501 12 13.7501C11.6186 13.7501 11.223 13.7142 10.8714 13.635C10.5527 13.5632 10.1421 13.4288 9.85671 13.1434C9.57127 12.858 9.4369 12.4474 9.3651 12.1287C9.34835 12.0544 9.28325 12.0001 9.20703 12.0001H3.51562Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-dental-broken-tooth{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 3C8.25 2.58579 8.58579 2.25 9 2.25C9.73782 2.25 10.2964 2.56925 10.7322 2.93304C10.9456 3.11114 11.1398 3.30844 11.314 3.49139C11.3698 3.5501 11.9253 4.11812 11.9766 4.17265C11.9766 4.17265 12.0819 4.07133 12.1353 4.01826C14.7379 1.43261 18.3911 1.88126 20.1489 4.08229C22.1819 6.62765 22.0016 9.83483 21.1289 12.7659C20.2698 15.6517 18.6826 18.4665 17.5403 20.4924L17.5403 20.4924L17.4752 20.6079C17.0704 21.3259 16.2872 21.75 15.4715 21.75C14.1602 21.75 13.133 20.7024 13.0899 19.466C13.0607 18.627 12.9488 17.759 12.7095 17.1141C12.478 16.4902 12.2207 16.2926 11.9999 16.2544C11.7719 16.2936 11.5051 16.4986 11.2635 17.1236C11.0146 17.7677 10.8923 18.6342 10.8633 19.466C10.8203 20.7024 9.793 21.75 8.48174 21.75C7.666 21.75 6.88285 21.3259 6.47805 20.6079C3.16264 14.7266 2.20067 10.9284 2.25192 8.38489C2.25601 8.18214 2.34203 7.98968 2.49036 7.8514C2.6387 7.71312 2.83672 7.6408 3.03926 7.65094C3.9167 7.69485 4.43639 7.49124 4.73585 7.21303C5.03242 6.93751 5.24221 6.46854 5.24221 5.7C5.24221 5.48174 5.33729 5.27431 5.50263 5.13183C5.66797 4.98936 5.88718 4.92598 6.10304 4.95823C6.94579 5.08415 7.4395 4.88745 7.72796 4.60881C8.03326 4.3139 8.25 3.79166 8.25 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 3C8.25 2.58579 8.58579 2.25 9 2.25C9.73782 2.25 10.2964 2.56925 10.7322 2.93304C10.9456 3.11114 11.1398 3.30844 11.314 3.49139C11.3698 3.5501 11.9253 4.11812 11.9766 4.17265C11.9766 4.17265 12.0819 4.07133 12.1353 4.01826C14.7379 1.43261 18.3911 1.88126 20.1489 4.08229C22.1819 6.62765 22.0016 9.83483 21.1289 12.7659C20.2698 15.6517 18.6826 18.4665 17.5403 20.4924L17.5403 20.4924L17.4752 20.6079C17.0704 21.3259 16.2872 21.75 15.4715 21.75C14.1602 21.75 13.133 20.7024 13.0899 19.466C13.0607 18.627 12.9488 17.759 12.7095 17.1141C12.478 16.4902 12.2207 16.2926 11.9999 16.2544C11.7719 16.2936 11.5051 16.4986 11.2635 17.1236C11.0146 17.7677 10.8923 18.6342 10.8633 19.466C10.8203 20.7024 9.793 21.75 8.48174 21.75C7.666 21.75 6.88285 21.3259 6.47805 20.6079C3.16264 14.7266 2.20067 10.9284 2.25192 8.38489C2.25601 8.18214 2.34203 7.98968 2.49036 7.8514C2.6387 7.71312 2.83672 7.6408 3.03926 7.65094C3.9167 7.69485 4.43639 7.49124 4.73585 7.21303C5.03242 6.93751 5.24221 6.46854 5.24221 5.7C5.24221 5.48174 5.33729 5.27431 5.50263 5.13183C5.66797 4.98936 5.88718 4.92598 6.10304 4.95823C6.94579 5.08415 7.4395 4.88745 7.72796 4.60881C8.03326 4.3139 8.25 3.79166 8.25 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-dental-care{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1611 3.01743C13.7694 0.432831 17.4298 0.881212 19.1915 3.0814L19.2109 3.10563C19.4683 3.42687 19.8646 3.92148 20.1864 4.65052C20.5183 5.40224 20.7597 6.37372 20.7497 7.65371C20.7445 8.31124 20.6731 9.04899 20.5142 9.87992C20.4559 10.1849 20.4268 10.3374 20.3061 10.4058C20.1853 10.4742 20.0358 10.4195 19.7367 10.31L19.2932 10.1476C18.8557 9.9859 18.2165 9.74976 17.5008 9.74976C16.7851 9.74976 16.146 9.9859 15.7084 10.1476L13.8566 10.8252C13.3344 11.0141 12.564 11.2928 11.9623 11.8642C11.5955 12.2125 11.2983 12.6297 11.0899 13.0942C10.7448 13.8632 10.7481 14.6888 10.7504 15.2327C10.7504 15.3396 10.6858 15.4342 10.6066 15.506C10.4809 15.6199 10.3592 15.8102 10.244 16.1171C10.012 16.7347 9.91231 17.5927 9.88183 18.4659C9.83861 19.704 8.80785 20.7499 7.49601 20.7499C6.67976 20.7499 5.89514 20.3266 5.48922 19.6084C2.2793 13.9291 1.27022 10.1931 1.2503 7.65371C1.24026 6.37372 1.48169 5.40224 1.81357 4.65052C2.13543 3.92148 2.53175 3.42686 2.78913 3.10563L2.80854 3.0814C4.57023 0.881212 8.23058 0.432831 10.8389 3.01743C10.9282 3.106 11.0718 3.106 11.1611 3.01743Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5002 11.25C17.058 11.25 16.6445 11.4019 16.1503 11.5834L16.0574 11.6175L14.5834 12.157L14.4641 12.2005C13.8652 12.4188 13.3637 12.6017 12.9946 12.9521C12.7682 13.1671 12.5856 13.4239 12.4578 13.7086C12.2484 14.1752 12.2492 14.7063 12.2501 15.3283C12.2501 15.9204 12.2502 16.6173 12.2694 17.098C12.2882 17.5702 12.3269 18.0266 12.4245 18.3885C12.6397 19.186 13.0473 19.92 13.6115 20.5293C14.0687 21.023 14.6609 21.4002 15.6034 22.0006L15.6034 22.0006L15.6034 22.0006C15.9901 22.2475 16.4797 22.56 16.8354 22.6591C17.2701 22.7803 17.7304 22.7803 18.1651 22.6591C18.5208 22.56 19.0104 22.2475 19.3971 22.0006C20.3395 21.4003 20.9318 21.023 21.389 20.5293C21.9532 19.92 22.3608 19.186 22.576 18.3885C22.6736 18.0266 22.7123 17.5702 22.7311 17.098C22.7502 16.6173 22.7504 15.9205 22.7504 15.3283C22.7513 14.7063 22.7521 14.1752 22.5427 13.7086C22.4149 13.4239 22.2323 13.1671 22.0059 12.9521C21.6368 12.6017 21.1353 12.4188 20.5364 12.2005L20.4171 12.157L18.9431 11.6175L18.8502 11.5834C18.356 11.4019 17.9425 11.25 17.5002 11.25ZM19.5853 15.9685C19.844 15.645 19.7915 15.1731 19.4681 14.9143C19.1446 14.6556 18.6726 14.7081 18.4139 15.0316L16.9378 16.8771L16.5303 16.4697C16.2374 16.1768 15.7626 16.1768 15.4697 16.4697C15.1768 16.7626 15.1768 17.2375 15.4697 17.5304L16.1682 18.2289L16.1682 18.2289C16.2271 18.288 16.3175 18.3787 16.4092 18.4479C16.526 18.5361 16.7407 18.6655 17.036 18.6491C17.3313 18.6328 17.5304 18.4804 17.6367 18.3799C17.7202 18.3009 17.8 18.2008 17.852 18.1355L19.5853 15.9685Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1611 3.01743C13.7694 0.432831 17.4298 0.881212 19.1915 3.0814L19.2109 3.10563C19.4683 3.42687 19.8646 3.92148 20.1864 4.65052C20.5183 5.40224 20.7597 6.37372 20.7497 7.65371C20.7445 8.31124 20.6731 9.04899 20.5142 9.87992C20.4559 10.1849 20.4268 10.3374 20.3061 10.4058C20.1853 10.4742 20.0358 10.4195 19.7367 10.31L19.2932 10.1476C18.8557 9.9859 18.2165 9.74976 17.5008 9.74976C16.7851 9.74976 16.146 9.9859 15.7084 10.1476L13.8566 10.8252C13.3344 11.0141 12.564 11.2928 11.9623 11.8642C11.5955 12.2125 11.2983 12.6297 11.0899 13.0942C10.7448 13.8632 10.7481 14.6888 10.7504 15.2327C10.7504 15.3396 10.6858 15.4342 10.6066 15.506C10.4809 15.6199 10.3592 15.8102 10.244 16.1171C10.012 16.7347 9.91231 17.5927 9.88183 18.4659C9.83861 19.704 8.80785 20.7499 7.49601 20.7499C6.67976 20.7499 5.89514 20.3266 5.48922 19.6084C2.2793 13.9291 1.27022 10.1931 1.2503 7.65371C1.24026 6.37372 1.48169 5.40224 1.81357 4.65052C2.13543 3.92148 2.53175 3.42686 2.78913 3.10563L2.80854 3.0814C4.57023 0.881212 8.23058 0.432831 10.8389 3.01743C10.9282 3.106 11.0718 3.106 11.1611 3.01743Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5002 11.25C17.058 11.25 16.6445 11.4019 16.1503 11.5834L16.0574 11.6175L14.5834 12.157L14.4641 12.2005C13.8652 12.4188 13.3637 12.6017 12.9946 12.9521C12.7682 13.1671 12.5856 13.4239 12.4578 13.7086C12.2484 14.1752 12.2492 14.7063 12.2501 15.3283C12.2501 15.9204 12.2502 16.6173 12.2694 17.098C12.2882 17.5702 12.3269 18.0266 12.4245 18.3885C12.6397 19.186 13.0473 19.92 13.6115 20.5293C14.0687 21.023 14.6609 21.4002 15.6034 22.0006L15.6034 22.0006L15.6034 22.0006C15.9901 22.2475 16.4797 22.56 16.8354 22.6591C17.2701 22.7803 17.7304 22.7803 18.1651 22.6591C18.5208 22.56 19.0104 22.2475 19.3971 22.0006C20.3395 21.4003 20.9318 21.023 21.389 20.5293C21.9532 19.92 22.3608 19.186 22.576 18.3885C22.6736 18.0266 22.7123 17.5702 22.7311 17.098C22.7502 16.6173 22.7504 15.9205 22.7504 15.3283C22.7513 14.7063 22.7521 14.1752 22.5427 13.7086C22.4149 13.4239 22.2323 13.1671 22.0059 12.9521C21.6368 12.6017 21.1353 12.4188 20.5364 12.2005L20.4171 12.157L18.9431 11.6175L18.8502 11.5834C18.356 11.4019 17.9425 11.25 17.5002 11.25ZM19.5853 15.9685C19.844 15.645 19.7915 15.1731 19.4681 14.9143C19.1446 14.6556 18.6726 14.7081 18.4139 15.0316L16.9378 16.8771L16.5303 16.4697C16.2374 16.1768 15.7626 16.1768 15.4697 16.4697C15.1768 16.7626 15.1768 17.2375 15.4697 17.5304L16.1682 18.2289L16.1682 18.2289C16.2271 18.288 16.3175 18.3787 16.4092 18.4479C16.526 18.5361 16.7407 18.6655 17.036 18.6491C17.3313 18.6328 17.5304 18.4804 17.6367 18.3799C17.7202 18.3009 17.8 18.2008 17.852 18.1355L19.5853 15.9685Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-dental-tooth{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1915 4.08152C18.4298 1.88133 14.7694 1.43295 12.1611 4.01755C12.1069 4.07132 12.0532 4.12342 12 4.17391C11.9468 4.12342 11.8931 4.07132 11.8389 4.01755C9.23058 1.43295 5.57023 1.88133 3.80854 4.08152L3.78913 4.10575C3.53175 4.42698 3.13544 4.9216 2.81357 5.65064C2.48169 6.40236 2.24026 7.37384 2.2503 8.65383C2.27022 11.1933 3.2793 14.9292 6.48922 20.6086C6.89514 21.3267 7.67976 21.75 8.49601 21.75C9.80785 21.75 10.8386 20.7042 10.8818 19.466C10.9123 18.5928 11.012 17.7348 11.244 17.1172C11.4764 16.4984 11.7349 16.3535 12 16.3535C12.2651 16.3535 12.5236 16.4984 12.756 17.1172C12.988 17.7348 13.0877 18.5928 13.1182 19.466C13.1614 20.7042 14.1921 21.75 15.504 21.75C16.3202 21.75 17.1049 21.3267 17.5108 20.6086C20.7207 14.9292 21.7298 11.1933 21.7497 8.65383C21.7597 7.37384 21.5183 6.40236 21.1864 5.65064C20.8646 4.92161 20.4683 4.42699 20.2109 4.10576L20.1915 4.08152Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1915 4.08152C18.4298 1.88133 14.7694 1.43295 12.1611 4.01755C12.1069 4.07132 12.0532 4.12342 12 4.17391C11.9468 4.12342 11.8931 4.07132 11.8389 4.01755C9.23058 1.43295 5.57023 1.88133 3.80854 4.08152L3.78913 4.10575C3.53175 4.42698 3.13544 4.9216 2.81357 5.65064C2.48169 6.40236 2.24026 7.37384 2.2503 8.65383C2.27022 11.1933 3.2793 14.9292 6.48922 20.6086C6.89514 21.3267 7.67976 21.75 8.49601 21.75C9.80785 21.75 10.8386 20.7042 10.8818 19.466C10.9123 18.5928 11.012 17.7348 11.244 17.1172C11.4764 16.4984 11.7349 16.3535 12 16.3535C12.2651 16.3535 12.5236 16.4984 12.756 17.1172C12.988 17.7348 13.0877 18.5928 13.1182 19.466C13.1614 20.7042 14.1921 21.75 15.504 21.75C16.3202 21.75 17.1049 21.3267 17.5108 20.6086C20.7207 14.9292 21.7298 11.1933 21.7497 8.65383C21.7597 7.37384 21.5183 6.40236 21.1864 5.65064C20.8646 4.92161 20.4683 4.42699 20.2109 4.10576L20.1915 4.08152Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-digestion{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.15185 2.41779C5.14387 2.52328 5.1439 2.66343 5.14392 2.77558C5.14392 3.90719 5.55064 4.92655 6.06536 5.83905C6.44574 6.51341 6.91711 7.18039 7.35846 7.80489C7.50401 8.01084 7.64629 8.21217 7.78097 8.40762C8.93119 10.0768 9.57733 11.3926 8.87322 12.8811C8.7661 13.1076 8.50869 13.4295 8.06392 13.9097C7.92094 14.064 7.75868 14.2348 7.58441 14.4181L7.58415 14.4184L7.58414 14.4184C7.26035 14.759 6.89518 15.1433 6.53541 15.5469C5.40428 16.816 4.14415 18.4696 3.45892 20.6011C3.38862 20.8194 3.29727 21.103 3.26617 21.3194C3.22734 21.5897 3.24455 21.9243 3.47489 22.2374C3.71332 22.5614 4.04572 22.6728 4.31316 22.7151C4.53595 22.7503 4.8045 22.7501 5.05365 22.75L6.66696 22.75C6.81175 22.7501 6.96939 22.7501 7.10531 22.737C7.26105 22.7219 7.46407 22.6843 7.66474 22.5596C7.87627 22.4282 8.00213 22.2472 8.08094 22.1166C8.15477 21.9943 8.24001 21.8201 8.3128 21.6713C9.17392 19.9123 10.9626 18.75 12.9706 18.75H14.0431C17.8799 18.75 20.75 15.0453 20.75 10.8C20.75 8.63452 19.8408 6.35344 18.3393 4.79232C16.8179 3.21061 14.626 2.32125 12.1705 3.1631C11.4474 3.41099 11.0578 3.3552 10.8528 3.2618C10.6545 3.17146 10.4699 2.97334 10.3223 2.56831C10.2524 2.37634 10.1749 2.16364 10.1055 2.01507C10.036 1.86622 9.91501 1.63932 9.68161 1.47674C9.4656 1.32627 9.23875 1.28261 9.06908 1.26528C8.91857 1.24991 8.74186 1.24996 8.57611 1.25L6.66178 1.25001C6.54884 1.24998 6.42635 1.24996 6.32009 1.25788C6.20017 1.26683 6.04135 1.28889 5.8748 1.3653C5.60338 1.48982 5.38546 1.70619 5.26004 1.97568C5.18308 2.14103 5.16086 2.29872 5.15185 2.41779ZM14.2966 6.04517C13.7691 5.88153 13.2088 6.17647 13.0452 6.70396C12.8815 7.23144 13.1765 7.79171 13.704 7.95536C14.3493 8.15556 14.8522 8.66208 15.0435 9.29117C15.2042 9.81957 15.7628 10.1177 16.2912 9.95702C16.8196 9.79635 17.1177 9.23776 16.957 8.70936C16.5702 7.43719 15.5664 6.43913 14.2966 6.04517Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.15185 2.41779C5.14387 2.52328 5.1439 2.66343 5.14392 2.77558C5.14392 3.90719 5.55064 4.92655 6.06536 5.83905C6.44574 6.51341 6.91711 7.18039 7.35846 7.80489C7.50401 8.01084 7.64629 8.21217 7.78097 8.40762C8.93119 10.0768 9.57733 11.3926 8.87322 12.8811C8.7661 13.1076 8.50869 13.4295 8.06392 13.9097C7.92094 14.064 7.75868 14.2348 7.58441 14.4181L7.58415 14.4184L7.58414 14.4184C7.26035 14.759 6.89518 15.1433 6.53541 15.5469C5.40428 16.816 4.14415 18.4696 3.45892 20.6011C3.38862 20.8194 3.29727 21.103 3.26617 21.3194C3.22734 21.5897 3.24455 21.9243 3.47489 22.2374C3.71332 22.5614 4.04572 22.6728 4.31316 22.7151C4.53595 22.7503 4.8045 22.7501 5.05365 22.75L6.66696 22.75C6.81175 22.7501 6.96939 22.7501 7.10531 22.737C7.26105 22.7219 7.46407 22.6843 7.66474 22.5596C7.87627 22.4282 8.00213 22.2472 8.08094 22.1166C8.15477 21.9943 8.24001 21.8201 8.3128 21.6713C9.17392 19.9123 10.9626 18.75 12.9706 18.75H14.0431C17.8799 18.75 20.75 15.0453 20.75 10.8C20.75 8.63452 19.8408 6.35344 18.3393 4.79232C16.8179 3.21061 14.626 2.32125 12.1705 3.1631C11.4474 3.41099 11.0578 3.3552 10.8528 3.2618C10.6545 3.17146 10.4699 2.97334 10.3223 2.56831C10.2524 2.37634 10.1749 2.16364 10.1055 2.01507C10.036 1.86622 9.91501 1.63932 9.68161 1.47674C9.4656 1.32627 9.23875 1.28261 9.06908 1.26528C8.91857 1.24991 8.74186 1.24996 8.57611 1.25L6.66178 1.25001C6.54884 1.24998 6.42635 1.24996 6.32009 1.25788C6.20017 1.26683 6.04135 1.28889 5.8748 1.3653C5.60338 1.48982 5.38546 1.70619 5.26004 1.97568C5.18308 2.14103 5.16086 2.29872 5.15185 2.41779ZM14.2966 6.04517C13.7691 5.88153 13.2088 6.17647 13.0452 6.70396C12.8815 7.23144 13.1765 7.79171 13.704 7.95536C14.3493 8.15556 14.8522 8.66208 15.0435 9.29117C15.2042 9.81957 15.7628 10.1177 16.2912 9.95702C16.8196 9.79635 17.1177 9.23776 16.957 8.70936C16.5702 7.43719 15.5664 6.43913 14.2966 6.04517Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-disability-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 7.37524C13.0523 7.37524 13.5 7.82296 13.5 8.37524V9.37512H16.3889C16.9412 9.37512 17.3889 9.82284 17.3889 10.3751C17.3889 10.9274 16.9412 11.3751 16.3889 11.3751H13.5V14.3751L15.8515 14.3751C15.9894 14.375 16.1628 14.3749 16.3169 14.3918C16.5065 14.4127 16.756 14.4661 17.0025 14.633C17.249 14.7999 17.3913 15.0117 17.481 15.18C17.554 15.3168 17.6183 15.4778 17.6694 15.6059L18.1771 16.8751H19.5C20.0523 16.8751 20.5 17.3228 20.5 17.8751C20.5 18.4274 20.0523 18.8751 19.5 18.8751L18.1486 18.8751C18.0107 18.8752 17.8373 18.8753 17.6831 18.8584C17.4936 18.8376 17.2441 18.7841 16.9976 18.6172C16.7511 18.4503 16.6088 18.2385 16.5191 18.0703C16.4461 17.9334 16.3818 17.7724 16.3307 17.6443L15.823 16.3751L13.4607 16.3751H13.4606C13.2608 16.3753 13.0228 16.3754 12.8182 16.3479C12.5711 16.3147 12.2294 16.2258 11.9394 15.9358C11.6494 15.6458 11.5605 15.3041 11.5273 15.057C11.4997 14.8523 11.4999 14.6144 11.5 14.4145L11.5 8.37524C11.5 7.82296 11.9477 7.37524 12.5 7.37524Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.75 3.875C9.75 2.35622 10.9812 1.125 12.5 1.125C14.0188 1.125 15.25 2.35622 15.25 3.875C15.25 5.39378 14.0188 6.625 12.5 6.625C10.9812 6.625 9.75 5.39378 9.75 3.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5443 9.71044C10.6353 10.2552 10.2674 10.7705 9.72268 10.8615C7.32283 11.2623 5.5 13.3398 5.5 15.8334C5.5 18.6136 7.76538 20.8752 10.5696 20.8752C12.2669 20.8752 13.7683 20.0467 14.6895 18.772C15.013 18.3244 15.6381 18.2238 16.0857 18.5473C16.5334 18.8707 16.634 19.4959 16.3105 19.9435C15.0281 21.718 12.9338 22.8752 10.5696 22.8752C6.66948 22.8752 3.5 19.7268 3.5 15.8334C3.5 12.3396 6.05187 9.44683 9.39324 8.88882C9.93798 8.79784 10.4533 9.1657 10.5443 9.71044Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 7.37524C13.0523 7.37524 13.5 7.82296 13.5 8.37524V9.37512H16.3889C16.9412 9.37512 17.3889 9.82284 17.3889 10.3751C17.3889 10.9274 16.9412 11.3751 16.3889 11.3751H13.5V14.3751L15.8515 14.3751C15.9894 14.375 16.1628 14.3749 16.3169 14.3918C16.5065 14.4127 16.756 14.4661 17.0025 14.633C17.249 14.7999 17.3913 15.0117 17.481 15.18C17.554 15.3168 17.6183 15.4778 17.6694 15.6059L18.1771 16.8751H19.5C20.0523 16.8751 20.5 17.3228 20.5 17.8751C20.5 18.4274 20.0523 18.8751 19.5 18.8751L18.1486 18.8751C18.0107 18.8752 17.8373 18.8753 17.6831 18.8584C17.4936 18.8376 17.2441 18.7841 16.9976 18.6172C16.7511 18.4503 16.6088 18.2385 16.5191 18.0703C16.4461 17.9334 16.3818 17.7724 16.3307 17.6443L15.823 16.3751L13.4607 16.3751H13.4606C13.2608 16.3753 13.0228 16.3754 12.8182 16.3479C12.5711 16.3147 12.2294 16.2258 11.9394 15.9358C11.6494 15.6458 11.5605 15.3041 11.5273 15.057C11.4997 14.8523 11.4999 14.6144 11.5 14.4145L11.5 8.37524C11.5 7.82296 11.9477 7.37524 12.5 7.37524Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.75 3.875C9.75 2.35622 10.9812 1.125 12.5 1.125C14.0188 1.125 15.25 2.35622 15.25 3.875C15.25 5.39378 14.0188 6.625 12.5 6.625C10.9812 6.625 9.75 5.39378 9.75 3.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5443 9.71044C10.6353 10.2552 10.2674 10.7705 9.72268 10.8615C7.32283 11.2623 5.5 13.3398 5.5 15.8334C5.5 18.6136 7.76538 20.8752 10.5696 20.8752C12.2669 20.8752 13.7683 20.0467 14.6895 18.772C15.013 18.3244 15.6381 18.2238 16.0857 18.5473C16.5334 18.8707 16.634 19.4959 16.3105 19.9435C15.0281 21.718 12.9338 22.8752 10.5696 22.8752C6.66948 22.8752 3.5 19.7268 3.5 15.8334C3.5 12.3396 6.05187 9.44683 9.39324 8.88882C9.93798 8.79784 10.4533 9.1657 10.5443 9.71044Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-disability-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 5.875C12.8954 5.875 12 4.97957 12 3.875C12 2.77043 12.8954 1.875 14 1.875C15.1046 1.875 16 2.77043 16 3.875C16 4.97957 15.1046 5.875 14 5.875Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M11.25 3.875C11.25 2.35622 12.4812 1.125 14 1.125C15.5188 1.125 16.75 2.35622 16.75 3.875C16.75 5.39378 15.5188 6.625 14 6.625C12.4812 6.625 11.25 5.39378 11.25 3.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.40884 12.4626C5.91286 12.6884 6.1384 13.2801 5.9126 13.7841C5.64006 14.3924 5.5 15.0828 5.5 15.8335C5.5 18.6137 7.76538 20.8752 10.5696 20.8752C12.2669 20.8752 13.7683 20.0468 14.6895 18.7721C15.013 18.3245 15.6381 18.2239 16.0857 18.5473C16.5334 18.8708 16.634 19.496 16.3105 19.9436C15.0281 21.7181 12.9338 22.8752 10.5696 22.8752C6.66948 22.8752 3.5 19.7269 3.5 15.8335C3.5 14.8334 3.68707 13.86 4.0874 12.9664C4.31319 12.4624 4.90483 12.2368 5.40884 12.4626Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8683 7.33601C13.3797 7.54455 13.6252 8.12817 13.4167 8.63957L12.8225 10.0968C12.4273 11.066 12.1752 11.6908 12.0598 12.1566C12.0049 12.3784 11.9965 12.5077 12.0011 12.5795C12.0045 12.634 12.0143 12.6489 12.0202 12.6579C12.0204 12.6581 12.0205 12.6584 12.0207 12.6587C12.021 12.6591 12.0213 12.6595 12.0215 12.6599C12.0268 12.6681 12.0338 12.679 12.0731 12.6988C12.1294 12.7273 12.2429 12.7678 12.4609 12.8008C12.9209 12.8703 13.5771 12.8731 14.6067 12.8731C14.706 12.8731 14.7934 12.869 14.9011 12.8639C14.9547 12.8614 15.0132 12.8587 15.0808 12.8561C15.2572 12.8493 15.4881 12.8445 15.727 12.8756C16.2753 12.947 16.8481 13.2108 17.2264 13.8734L20.3685 19.3773C20.6423 19.8569 20.4754 20.4677 19.9958 20.7415C19.5162 21.0153 18.9054 20.8485 18.6316 20.3688L15.4895 14.865C15.4888 14.8638 15.4882 14.8627 15.4876 14.8617C15.4822 14.8608 15.476 14.8598 15.4688 14.8589C15.405 14.8506 15.314 14.8486 15.1573 14.8546C15.1245 14.8559 15.0858 14.8577 15.043 14.8597C14.9167 14.8655 14.7551 14.8731 14.6067 14.8731C14.581 14.8731 14.5554 14.8731 14.5299 14.8731C13.5999 14.8731 12.7896 14.8732 12.162 14.7783C11.4937 14.6773 10.7922 14.4359 10.3457 13.7515C9.90336 13.0735 9.95548 12.3337 10.1185 11.6757C10.2055 11.3244 10.3418 10.9299 10.5084 10.4953L9.76121 10.1217L7.76825 12.5132C7.41468 12.9375 6.78412 12.9948 6.35984 12.6413C5.93556 12.2877 5.87824 11.6571 6.2318 11.2329L8.7318 8.23287C9.02888 7.87637 9.53218 7.77109 9.94724 7.97862L11.2589 8.63446L11.5648 7.88439C11.7733 7.37299 12.3569 7.12747 12.8683 7.33601Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 5.875C12.8954 5.875 12 4.97957 12 3.875C12 2.77043 12.8954 1.875 14 1.875C15.1046 1.875 16 2.77043 16 3.875C16 4.97957 15.1046 5.875 14 5.875Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M11.25 3.875C11.25 2.35622 12.4812 1.125 14 1.125C15.5188 1.125 16.75 2.35622 16.75 3.875C16.75 5.39378 15.5188 6.625 14 6.625C12.4812 6.625 11.25 5.39378 11.25 3.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.40884 12.4626C5.91286 12.6884 6.1384 13.2801 5.9126 13.7841C5.64006 14.3924 5.5 15.0828 5.5 15.8335C5.5 18.6137 7.76538 20.8752 10.5696 20.8752C12.2669 20.8752 13.7683 20.0468 14.6895 18.7721C15.013 18.3245 15.6381 18.2239 16.0857 18.5473C16.5334 18.8708 16.634 19.496 16.3105 19.9436C15.0281 21.7181 12.9338 22.8752 10.5696 22.8752C6.66948 22.8752 3.5 19.7269 3.5 15.8335C3.5 14.8334 3.68707 13.86 4.0874 12.9664C4.31319 12.4624 4.90483 12.2368 5.40884 12.4626Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.8683 7.33601C13.3797 7.54455 13.6252 8.12817 13.4167 8.63957L12.8225 10.0968C12.4273 11.066 12.1752 11.6908 12.0598 12.1566C12.0049 12.3784 11.9965 12.5077 12.0011 12.5795C12.0045 12.634 12.0143 12.6489 12.0202 12.6579C12.0204 12.6581 12.0205 12.6584 12.0207 12.6587C12.021 12.6591 12.0213 12.6595 12.0215 12.6599C12.0268 12.6681 12.0338 12.679 12.0731 12.6988C12.1294 12.7273 12.2429 12.7678 12.4609 12.8008C12.9209 12.8703 13.5771 12.8731 14.6067 12.8731C14.706 12.8731 14.7934 12.869 14.9011 12.8639C14.9547 12.8614 15.0132 12.8587 15.0808 12.8561C15.2572 12.8493 15.4881 12.8445 15.727 12.8756C16.2753 12.947 16.8481 13.2108 17.2264 13.8734L20.3685 19.3773C20.6423 19.8569 20.4754 20.4677 19.9958 20.7415C19.5162 21.0153 18.9054 20.8485 18.6316 20.3688L15.4895 14.865C15.4888 14.8638 15.4882 14.8627 15.4876 14.8617C15.4822 14.8608 15.476 14.8598 15.4688 14.8589C15.405 14.8506 15.314 14.8486 15.1573 14.8546C15.1245 14.8559 15.0858 14.8577 15.043 14.8597C14.9167 14.8655 14.7551 14.8731 14.6067 14.8731C14.581 14.8731 14.5554 14.8731 14.5299 14.8731C13.5999 14.8731 12.7896 14.8732 12.162 14.7783C11.4937 14.6773 10.7922 14.4359 10.3457 13.7515C9.90336 13.0735 9.95548 12.3337 10.1185 11.6757C10.2055 11.3244 10.3418 10.9299 10.5084 10.4953L9.76121 10.1217L7.76825 12.5132C7.41468 12.9375 6.78412 12.9948 6.35984 12.6413C5.93556 12.2877 5.87824 11.6571 6.2318 11.2329L8.7318 8.23287C9.02888 7.87637 9.53218 7.77109 9.94724 7.97862L11.2589 8.63446L11.5648 7.88439C11.7733 7.37299 12.3569 7.12747 12.8683 7.33601Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-dna{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.95999 22.7071C7.56947 22.3166 7.56947 21.6834 7.95999 21.2929C8.19884 21.054 8.29776 20.95 8.36818 20.6619C8.45788 20.2948 8.49495 19.59 8.25515 18.1661C8.16344 17.6215 8.53058 17.1056 9.0752 17.0139C9.61981 16.9222 10.1357 17.2893 10.2274 17.8339C10.4814 19.3421 10.4983 20.3702 10.311 21.1367C10.106 21.9754 9.67618 22.4052 9.38121 22.7001L9.37421 22.7071C8.98368 23.0976 8.35052 23.0976 7.95999 22.7071ZM14.0045 16.9498C12.8674 17.0983 11.1443 16.9836 8.42457 16.3037C5.77205 15.6406 4.41169 15.5122 3.67395 15.5792C3.32965 15.6104 3.15934 15.6816 3.06479 15.735C2.95869 15.7949 2.87908 15.868 2.70711 16.04C2.31658 16.4305 1.68342 16.4305 1.29289 16.04C0.902369 15.6495 0.902369 15.0163 1.29289 14.6258C1.2986 14.6201 1.30443 14.6143 1.31037 14.6083C1.47236 14.4461 1.72124 14.1969 2.08121 13.9936C2.46593 13.7763 2.92076 13.6393 3.49326 13.5873C4.35709 13.509 5.55895 13.62 7.34214 13.9987C6.98054 12.1622 6.93317 10.8957 7.05052 9.99605C7.12603 9.41718 7.2716 8.97472 7.4572 8.62773C7.64689 8.27309 7.85488 8.06511 7.95929 7.9607L7.9607 7.95929C8.06511 7.85488 8.27309 7.64689 8.62773 7.4572C8.97472 7.2716 9.41718 7.12603 9.99605 7.05052C11.1332 6.90219 12.8563 7.01702 15.5761 7.69696C18.2286 8.36009 19.5887 8.48823 20.3262 8.42118C20.6703 8.3899 20.8405 8.31869 20.935 8.26527C21.0412 8.20528 21.1208 8.13212 21.2929 7.95999C21.6834 7.56947 22.3166 7.56947 22.7071 7.95999C23.0976 8.35052 23.0976 8.98368 22.7071 9.37421C22.7013 9.38 22.6954 9.38592 22.6894 9.39196C22.5275 9.55404 22.2788 9.80314 21.9192 10.0064C21.5345 10.2238 21.0797 10.3609 20.5073 10.413C19.6435 10.4915 18.4417 10.3806 16.6585 10.0019C17.0201 11.8385 17.0673 13.1048 16.9498 14.0045C16.8742 14.5833 16.7285 15.0257 16.5427 15.3727C16.3531 15.7269 16.1453 15.9347 16.041 16.039L16.039 16.041C15.9347 16.1453 15.7269 16.3531 15.3727 16.5427C15.0257 16.7285 14.5833 16.8742 14.0045 16.9498ZM14.5046 9.49605C12.258 8.97678 10.9738 8.93993 10.2547 9.03372C9.87529 9.08321 9.67194 9.1668 9.57103 9.22077C9.47856 9.27023 9.43669 9.31173 9.37421 9.37421C9.31173 9.43669 9.27023 9.47856 9.22077 9.57103C9.1668 9.67194 9.08321 9.87529 9.03372 10.2547C8.93993 10.9738 8.97678 12.258 9.49605 14.5046C11.7426 15.0238 13.0266 15.0605 13.7454 14.9666C14.1247 14.9171 14.3279 14.8335 14.4288 14.7795C14.5212 14.73 14.5631 14.6885 14.6258 14.6258C14.6885 14.5631 14.73 14.5212 14.7795 14.4288C14.8335 14.3279 14.9171 14.1247 14.9666 13.7454C15.0605 13.0266 15.0238 11.7426 14.5046 9.49605ZM14.9253 6.98611C14.3807 7.07784 13.8648 6.7107 13.7731 6.16609C13.5191 4.65816 13.5021 3.63006 13.6892 2.86362C13.8941 2.02449 14.324 1.59462 14.6192 1.29946L14.6258 1.29289C15.0163 0.902369 15.6495 0.902369 16.04 1.29289C16.4305 1.68342 16.4305 2.31658 16.04 2.70711C15.8014 2.94569 15.7025 3.04983 15.6321 3.33805C15.5425 3.7052 15.5055 4.41014 15.7453 5.83391C15.8371 6.37853 15.4699 6.89438 14.9253 6.98611Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.95999 22.7071C7.56947 22.3166 7.56947 21.6834 7.95999 21.2929C8.19884 21.054 8.29776 20.95 8.36818 20.6619C8.45788 20.2948 8.49495 19.59 8.25515 18.1661C8.16344 17.6215 8.53058 17.1056 9.0752 17.0139C9.61981 16.9222 10.1357 17.2893 10.2274 17.8339C10.4814 19.3421 10.4983 20.3702 10.311 21.1367C10.106 21.9754 9.67618 22.4052 9.38121 22.7001L9.37421 22.7071C8.98368 23.0976 8.35052 23.0976 7.95999 22.7071ZM14.0045 16.9498C12.8674 17.0983 11.1443 16.9836 8.42457 16.3037C5.77205 15.6406 4.41169 15.5122 3.67395 15.5792C3.32965 15.6104 3.15934 15.6816 3.06479 15.735C2.95869 15.7949 2.87908 15.868 2.70711 16.04C2.31658 16.4305 1.68342 16.4305 1.29289 16.04C0.902369 15.6495 0.902369 15.0163 1.29289 14.6258C1.2986 14.6201 1.30443 14.6143 1.31037 14.6083C1.47236 14.4461 1.72124 14.1969 2.08121 13.9936C2.46593 13.7763 2.92076 13.6393 3.49326 13.5873C4.35709 13.509 5.55895 13.62 7.34214 13.9987C6.98054 12.1622 6.93317 10.8957 7.05052 9.99605C7.12603 9.41718 7.2716 8.97472 7.4572 8.62773C7.64689 8.27309 7.85488 8.06511 7.95929 7.9607L7.9607 7.95929C8.06511 7.85488 8.27309 7.64689 8.62773 7.4572C8.97472 7.2716 9.41718 7.12603 9.99605 7.05052C11.1332 6.90219 12.8563 7.01702 15.5761 7.69696C18.2286 8.36009 19.5887 8.48823 20.3262 8.42118C20.6703 8.3899 20.8405 8.31869 20.935 8.26527C21.0412 8.20528 21.1208 8.13212 21.2929 7.95999C21.6834 7.56947 22.3166 7.56947 22.7071 7.95999C23.0976 8.35052 23.0976 8.98368 22.7071 9.37421C22.7013 9.38 22.6954 9.38592 22.6894 9.39196C22.5275 9.55404 22.2788 9.80314 21.9192 10.0064C21.5345 10.2238 21.0797 10.3609 20.5073 10.413C19.6435 10.4915 18.4417 10.3806 16.6585 10.0019C17.0201 11.8385 17.0673 13.1048 16.9498 14.0045C16.8742 14.5833 16.7285 15.0257 16.5427 15.3727C16.3531 15.7269 16.1453 15.9347 16.041 16.039L16.039 16.041C15.9347 16.1453 15.7269 16.3531 15.3727 16.5427C15.0257 16.7285 14.5833 16.8742 14.0045 16.9498ZM14.5046 9.49605C12.258 8.97678 10.9738 8.93993 10.2547 9.03372C9.87529 9.08321 9.67194 9.1668 9.57103 9.22077C9.47856 9.27023 9.43669 9.31173 9.37421 9.37421C9.31173 9.43669 9.27023 9.47856 9.22077 9.57103C9.1668 9.67194 9.08321 9.87529 9.03372 10.2547C8.93993 10.9738 8.97678 12.258 9.49605 14.5046C11.7426 15.0238 13.0266 15.0605 13.7454 14.9666C14.1247 14.9171 14.3279 14.8335 14.4288 14.7795C14.5212 14.73 14.5631 14.6885 14.6258 14.6258C14.6885 14.5631 14.73 14.5212 14.7795 14.4288C14.8335 14.3279 14.9171 14.1247 14.9666 13.7454C15.0605 13.0266 15.0238 11.7426 14.5046 9.49605ZM14.9253 6.98611C14.3807 7.07784 13.8648 6.7107 13.7731 6.16609C13.5191 4.65816 13.5021 3.63006 13.6892 2.86362C13.8941 2.02449 14.324 1.59462 14.6192 1.29946L14.6258 1.29289C15.0163 0.902369 15.6495 0.902369 16.04 1.29289C16.4305 1.68342 16.4305 2.31658 16.04 2.70711C15.8014 2.94569 15.7025 3.04983 15.6321 3.33805C15.5425 3.7052 15.5055 4.41014 15.7453 5.83391C15.8371 6.37853 15.4699 6.89438 14.9253 6.98611Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-dropper{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9008 7.53374C12.2791 7.91206 12.2791 8.52544 11.9008 8.90376L5.50169 15.3028C5.07499 15.7295 4.85497 16.2823 4.84063 16.8422L4.84013 16.8617L4.84013 16.8618C4.82679 17.3829 4.81614 17.7988 4.79812 18.1073C4.78897 18.264 4.77691 18.4125 4.75838 18.5444C4.74185 18.6621 4.71173 18.8342 4.63947 19.0025C4.53898 19.2366 4.34816 19.6518 4.34816 19.6518C4.34816 19.6518 4.76338 19.461 4.99747 19.3605C5.1658 19.2883 5.33791 19.2582 5.45555 19.2416C5.58746 19.2231 5.73601 19.211 5.89271 19.2019C6.20124 19.1839 6.61727 19.1732 7.13849 19.1599L7.13853 19.1599L7.15779 19.1594C7.71772 19.145 8.27047 18.925 8.69717 18.4983L9.88009 17.3154L9.04327 16.4786C8.66495 16.1002 8.66495 15.4869 9.04327 15.1085C9.42159 14.7302 10.035 14.7302 10.4133 15.1085L11.2501 15.9454L12.8894 14.3061L12.0526 13.4693C11.6743 13.0909 11.6743 12.4776 12.0526 12.0992C12.4309 11.7209 13.0443 11.7209 13.4226 12.0992L14.2594 12.9361L15.0962 12.0992C15.4746 11.7209 16.0879 11.7209 16.4663 12.0992C16.8446 12.4776 16.8446 13.0909 16.4663 13.4693L10.0672 19.8683C9.27547 20.66 8.24398 21.0697 7.20739 21.0962C6.66242 21.1102 6.27849 21.1201 6.00567 21.1361C5.8891 21.1429 5.80724 21.15 5.75099 21.1569C5.66181 21.2357 5.51102 21.3808 5.3163 21.5756L4.74077 22.1511C3.94221 22.9496 2.64748 22.9496 1.84892 22.1511C1.05036 21.3525 1.05036 20.0578 1.84892 19.2592L2.42444 18.6837C2.61916 18.489 2.76427 18.3382 2.8431 18.249C2.84996 18.1928 2.85711 18.1109 2.86392 17.9943C2.87985 17.7215 2.88981 17.3376 2.90377 16.7926C2.93031 15.756 3.33995 14.7245 4.13167 13.9328L10.5307 7.53374C10.9091 7.15542 11.5224 7.15542 11.9008 7.53374Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0375 2.40168C17.5731 0.866108 20.0628 0.866109 21.5983 2.40168C23.1339 3.93725 23.1339 6.42689 21.5983 7.96246L20.0305 9.53025C19.495 10.0658 19.495 10.9341 20.0305 11.4697C20.3234 11.7626 20.3234 12.2374 20.0305 12.5303C19.7376 12.8232 19.2628 12.8232 18.9699 12.5303L11.4697 5.03012C11.1768 4.73723 11.1768 4.26235 11.4697 3.96946C11.7626 3.67657 12.2374 3.67657 12.5303 3.96946C13.0659 4.50477 13.9343 4.50494 14.4698 3.96946L16.0375 2.40168Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9008 7.53374C12.2791 7.91206 12.2791 8.52544 11.9008 8.90376L5.50169 15.3028C5.07499 15.7295 4.85497 16.2823 4.84063 16.8422L4.84013 16.8617L4.84013 16.8618C4.82679 17.3829 4.81614 17.7988 4.79812 18.1073C4.78897 18.264 4.77691 18.4125 4.75838 18.5444C4.74185 18.6621 4.71173 18.8342 4.63947 19.0025C4.53898 19.2366 4.34816 19.6518 4.34816 19.6518C4.34816 19.6518 4.76338 19.461 4.99747 19.3605C5.1658 19.2883 5.33791 19.2582 5.45555 19.2416C5.58746 19.2231 5.73601 19.211 5.89271 19.2019C6.20124 19.1839 6.61727 19.1732 7.13849 19.1599L7.13853 19.1599L7.15779 19.1594C7.71772 19.145 8.27047 18.925 8.69717 18.4983L9.88009 17.3154L9.04327 16.4786C8.66495 16.1002 8.66495 15.4869 9.04327 15.1085C9.42159 14.7302 10.035 14.7302 10.4133 15.1085L11.2501 15.9454L12.8894 14.3061L12.0526 13.4693C11.6743 13.0909 11.6743 12.4776 12.0526 12.0992C12.4309 11.7209 13.0443 11.7209 13.4226 12.0992L14.2594 12.9361L15.0962 12.0992C15.4746 11.7209 16.0879 11.7209 16.4663 12.0992C16.8446 12.4776 16.8446 13.0909 16.4663 13.4693L10.0672 19.8683C9.27547 20.66 8.24398 21.0697 7.20739 21.0962C6.66242 21.1102 6.27849 21.1201 6.00567 21.1361C5.8891 21.1429 5.80724 21.15 5.75099 21.1569C5.66181 21.2357 5.51102 21.3808 5.3163 21.5756L4.74077 22.1511C3.94221 22.9496 2.64748 22.9496 1.84892 22.1511C1.05036 21.3525 1.05036 20.0578 1.84892 19.2592L2.42444 18.6837C2.61916 18.489 2.76427 18.3382 2.8431 18.249C2.84996 18.1928 2.85711 18.1109 2.86392 17.9943C2.87985 17.7215 2.88981 17.3376 2.90377 16.7926C2.93031 15.756 3.33995 14.7245 4.13167 13.9328L10.5307 7.53374C10.9091 7.15542 11.5224 7.15542 11.9008 7.53374Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0375 2.40168C17.5731 0.866108 20.0628 0.866109 21.5983 2.40168C23.1339 3.93725 23.1339 6.42689 21.5983 7.96246L20.0305 9.53025C19.495 10.0658 19.495 10.9341 20.0305 11.4697C20.3234 11.7626 20.3234 12.2374 20.0305 12.5303C19.7376 12.8232 19.2628 12.8232 18.9699 12.5303L11.4697 5.03012C11.1768 4.73723 11.1768 4.26235 11.4697 3.96946C11.7626 3.67657 12.2374 3.67657 12.5303 3.96946C13.0659 4.50477 13.9343 4.50494 14.4698 3.96946L16.0375 2.40168Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-ear{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C7.71979 1.25 4.25 4.71979 4.25 9L5.33224 18.0891C5.33286 18.0943 5.33353 18.0995 5.33426 18.1046C5.33477 18.1083 5.33532 18.112 5.33589 18.1156C5.50321 19.1882 5.813 20.3173 6.41287 21.1953C7.03847 22.111 7.9833 22.75 9.30769 22.75C11.8205 22.75 13.7534 20.9211 14.3486 18.1579C14.5669 17.1443 14.9874 16.5834 15.6594 16.1155C17.9481 14.5215 19.75 12.0088 19.75 9C19.75 4.71979 16.2802 1.25 12 1.25ZM10.4455 7.939C10.2154 8.40157 10.0891 8.99837 10.0341 9.64608C11.4176 10.0443 12.5078 11.222 12.5078 12.75C12.5078 14.6442 10.8325 16 9 16C8.44771 16 8 15.5523 8 15C8 14.4477 8.44771 14 9 14C9.93754 14 10.5078 13.3411 10.5078 12.75C10.5078 12.1589 9.93754 11.5 9 11.5C8.44771 11.5 8 11.0523 8 10.5C8 9.44874 8.11508 8.13337 8.65474 7.04834C8.93233 6.49022 9.33562 5.96595 9.91537 5.58427C10.5002 5.19922 11.2031 5 12.0094 5C13.1851 5 14.1679 5.46179 14.8656 6.24296C15.5461 7.00496 15.9073 8.01348 15.9964 9.0656C16.043 9.61592 15.6347 10.0998 15.0844 10.1464C14.5341 10.193 14.0502 9.78471 14.0036 9.2344C13.9423 8.51068 13.7034 7.9442 13.3738 7.57516C13.0614 7.22529 12.6241 7 12.0094 7C11.5429 7 11.2332 7.11117 11.0152 7.25473C10.792 7.40166 10.602 7.62422 10.4455 7.939Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C7.71979 1.25 4.25 4.71979 4.25 9L5.33224 18.0891C5.33286 18.0943 5.33353 18.0995 5.33426 18.1046C5.33477 18.1083 5.33532 18.112 5.33589 18.1156C5.50321 19.1882 5.813 20.3173 6.41287 21.1953C7.03847 22.111 7.9833 22.75 9.30769 22.75C11.8205 22.75 13.7534 20.9211 14.3486 18.1579C14.5669 17.1443 14.9874 16.5834 15.6594 16.1155C17.9481 14.5215 19.75 12.0088 19.75 9C19.75 4.71979 16.2802 1.25 12 1.25ZM10.4455 7.939C10.2154 8.40157 10.0891 8.99837 10.0341 9.64608C11.4176 10.0443 12.5078 11.222 12.5078 12.75C12.5078 14.6442 10.8325 16 9 16C8.44771 16 8 15.5523 8 15C8 14.4477 8.44771 14 9 14C9.93754 14 10.5078 13.3411 10.5078 12.75C10.5078 12.1589 9.93754 11.5 9 11.5C8.44771 11.5 8 11.0523 8 10.5C8 9.44874 8.11508 8.13337 8.65474 7.04834C8.93233 6.49022 9.33562 5.96595 9.91537 5.58427C10.5002 5.19922 11.2031 5 12.0094 5C13.1851 5 14.1679 5.46179 14.8656 6.24296C15.5461 7.00496 15.9073 8.01348 15.9964 9.0656C16.043 9.61592 15.6347 10.0998 15.0844 10.1464C14.5341 10.193 14.0502 9.78471 14.0036 9.2344C13.9423 8.51068 13.7034 7.9442 13.3738 7.57516C13.0614 7.22529 12.6241 7 12.0094 7C11.5429 7 11.2332 7.11117 11.0152 7.25473C10.792 7.40166 10.602 7.62422 10.4455 7.939Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-eye{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.6394 4.92721C17.7538 3.62471 15.0525 2.25 12 2.25C8.94756 2.25 6.24625 3.62471 4.3606 4.92721C3.40826 5.58503 2.63887 6.24179 2.10629 6.73514C1.84643 6.97586 1.42164 7.41189 1.26681 7.57083L1.25502 7.58292C0.886606 7.99436 0.921484 8.62657 1.33293 8.99498C1.74409 9.36315 2.37571 9.32857 2.74424 8.91792L2.74502 8.91706C2.86755 8.7913 3.22618 8.42398 3.46543 8.20236C3.94491 7.75821 4.63998 7.16497 5.49728 6.57279C7.23092 5.37529 9.52961 4.25 12 4.25C14.4704 4.25 16.7691 5.37529 18.5027 6.57279C19.36 7.16497 20.0551 7.75821 20.5346 8.20236C20.7738 8.42398 21.1332 8.79216 21.2558 8.91792C21.6243 9.32857 22.2559 9.36315 22.6671 8.99498C23.0785 8.62657 23.1134 7.99436 22.745 7.58292L22.7331 7.57071C22.5782 7.41167 22.1535 6.9758 21.8937 6.73514C21.3612 6.24179 20.5918 5.58503 19.6394 4.92721Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.25C9.42944 6.25 7.22595 7.38141 5.52031 8.71298C3.81313 10.0458 2.49804 11.694 1.79219 12.6837C1.53904 13.0358 1.25 13.4378 1.25 14C1.25 14.5622 1.53904 14.9642 1.79219 15.3163C2.49805 16.306 3.81313 17.9542 5.52031 19.287C7.22595 20.6186 9.42944 21.75 12 21.75C14.5706 21.75 16.774 20.6186 18.4797 19.287C20.1869 17.9542 21.502 16.306 22.2078 15.3163C22.461 14.9642 22.75 14.5622 22.75 14C22.75 13.4378 22.461 13.0358 22.2078 12.6837C21.502 11.694 20.1869 10.0458 18.4797 8.71298C16.774 7.38141 14.5706 6.25 12 6.25ZM10 14C10 15.1046 10.8954 16 12 16C13.1046 16 14 15.1046 14 14C14 12.8954 13.1046 12 12 12C10.8954 12 10 12.8954 10 14ZM12 18C9.79086 18 8 16.2091 8 14C8 11.7909 9.79086 10 12 10C14.2091 10 16 11.7909 16 14C16 16.2091 14.2091 18 12 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.6394 4.92721C17.7538 3.62471 15.0525 2.25 12 2.25C8.94756 2.25 6.24625 3.62471 4.3606 4.92721C3.40826 5.58503 2.63887 6.24179 2.10629 6.73514C1.84643 6.97586 1.42164 7.41189 1.26681 7.57083L1.25502 7.58292C0.886606 7.99436 0.921484 8.62657 1.33293 8.99498C1.74409 9.36315 2.37571 9.32857 2.74424 8.91792L2.74502 8.91706C2.86755 8.7913 3.22618 8.42398 3.46543 8.20236C3.94491 7.75821 4.63998 7.16497 5.49728 6.57279C7.23092 5.37529 9.52961 4.25 12 4.25C14.4704 4.25 16.7691 5.37529 18.5027 6.57279C19.36 7.16497 20.0551 7.75821 20.5346 8.20236C20.7738 8.42398 21.1332 8.79216 21.2558 8.91792C21.6243 9.32857 22.2559 9.36315 22.6671 8.99498C23.0785 8.62657 23.1134 7.99436 22.745 7.58292L22.7331 7.57071C22.5782 7.41167 22.1535 6.9758 21.8937 6.73514C21.3612 6.24179 20.5918 5.58503 19.6394 4.92721Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.25C9.42944 6.25 7.22595 7.38141 5.52031 8.71298C3.81313 10.0458 2.49804 11.694 1.79219 12.6837C1.53904 13.0358 1.25 13.4378 1.25 14C1.25 14.5622 1.53904 14.9642 1.79219 15.3163C2.49805 16.306 3.81313 17.9542 5.52031 19.287C7.22595 20.6186 9.42944 21.75 12 21.75C14.5706 21.75 16.774 20.6186 18.4797 19.287C20.1869 17.9542 21.502 16.306 22.2078 15.3163C22.461 14.9642 22.75 14.5622 22.75 14C22.75 13.4378 22.461 13.0358 22.2078 12.6837C21.502 11.694 20.1869 10.0458 18.4797 8.71298C16.774 7.38141 14.5706 6.25 12 6.25ZM10 14C10 15.1046 10.8954 16 12 16C13.1046 16 14 15.1046 14 14C14 12.8954 13.1046 12 12 12C10.8954 12 10 12.8954 10 14ZM12 18C9.79086 18 8 16.2091 8 14C8 11.7909 9.79086 10 12 10C14.2091 10 16 11.7909 16 14C16 16.2091 14.2091 18 12 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-first-aid-kit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.0527 5.375H15.0527H15.0527H8.94732H8.94731H8.9473C7.34209 5.37499 6.06578 5.37497 5.06576 5.50102C4.03794 5.63057 3.18873 5.90463 2.51217 6.5389C1.82876 7.1796 1.52713 7.99471 1.38574 8.98061C1.24996 9.92739 1.24998 11.1319 1.25 12.6289V12.6289V12.6289V14.6211V14.6211V14.6211C1.24998 16.1181 1.24996 17.3226 1.38574 18.2694C1.52713 19.2553 1.82876 20.0704 2.51217 20.7111C3.18873 21.3454 4.03794 21.6194 5.06576 21.749C6.06579 21.875 7.3421 21.875 8.94733 21.875H15.0527C16.6579 21.875 17.9342 21.875 18.9342 21.749C19.9621 21.6194 20.8113 21.3454 21.4878 20.7111C22.1712 20.0704 22.4729 19.2553 22.6143 18.2694C22.75 17.3226 22.75 16.1181 22.75 14.6211V14.6211V14.6211V12.6289V12.6289V12.6289C22.75 11.1319 22.75 9.92738 22.6143 8.98061C22.4729 7.99471 22.1712 7.1796 21.4878 6.5389C20.8113 5.90463 19.9621 5.63057 18.9342 5.50102C17.9342 5.37497 16.6579 5.37499 15.0527 5.375ZM13 10.625C13 10.0727 12.5523 9.625 12 9.625C11.4477 9.625 11 10.0727 11 10.625V12.625H9C8.44772 12.625 8 13.0727 8 13.625C8 14.1773 8.44772 14.625 9 14.625H11V16.625C11 17.1773 11.4477 17.625 12 17.625C12.5523 17.625 13 17.1773 13 16.625V14.625H15C15.5523 14.625 16 14.1773 16 13.625C16 13.0727 15.5523 12.625 15 12.625H13V10.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.09643 4.82372C8.03256 5.11444 8 5.52614 8 6.125C8 6.67728 7.55228 7.125 7 7.125C6.44772 7.125 6 6.67728 6 6.125C6 5.48286 6.03219 4.89906 6.14301 4.39459C6.25632 3.8788 6.46503 3.38426 6.86214 2.98714C7.25926 2.59003 7.7538 2.38132 8.26959 2.26801C8.77406 2.15719 9.35786 2.125 10 2.125H14C14.6421 2.125 15.2259 2.15719 15.7304 2.26801C16.2462 2.38132 16.7407 2.59003 17.1379 2.98714C17.535 3.38426 17.7437 3.8788 17.857 4.39459C17.9678 4.89906 18 5.48286 18 6.125C18 6.67728 17.5523 7.125 17 7.125C16.4477 7.125 16 6.67728 16 6.125C16 5.52614 15.9674 5.11444 15.9036 4.82372C15.8422 4.54433 15.7663 4.44399 15.7236 4.40136C15.681 4.35872 15.5807 4.28281 15.3013 4.22143C15.0106 4.15756 14.5989 4.125 14 4.125H10C9.40114 4.125 8.98944 4.15756 8.69872 4.22143C8.41933 4.28281 8.31899 4.35872 8.27636 4.40136C8.23372 4.44399 8.15781 4.54433 8.09643 4.82372Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.0527 5.375H15.0527H15.0527H8.94732H8.94731H8.9473C7.34209 5.37499 6.06578 5.37497 5.06576 5.50102C4.03794 5.63057 3.18873 5.90463 2.51217 6.5389C1.82876 7.1796 1.52713 7.99471 1.38574 8.98061C1.24996 9.92739 1.24998 11.1319 1.25 12.6289V12.6289V12.6289V14.6211V14.6211V14.6211C1.24998 16.1181 1.24996 17.3226 1.38574 18.2694C1.52713 19.2553 1.82876 20.0704 2.51217 20.7111C3.18873 21.3454 4.03794 21.6194 5.06576 21.749C6.06579 21.875 7.3421 21.875 8.94733 21.875H15.0527C16.6579 21.875 17.9342 21.875 18.9342 21.749C19.9621 21.6194 20.8113 21.3454 21.4878 20.7111C22.1712 20.0704 22.4729 19.2553 22.6143 18.2694C22.75 17.3226 22.75 16.1181 22.75 14.6211V14.6211V14.6211V12.6289V12.6289V12.6289C22.75 11.1319 22.75 9.92738 22.6143 8.98061C22.4729 7.99471 22.1712 7.1796 21.4878 6.5389C20.8113 5.90463 19.9621 5.63057 18.9342 5.50102C17.9342 5.37497 16.6579 5.37499 15.0527 5.375ZM13 10.625C13 10.0727 12.5523 9.625 12 9.625C11.4477 9.625 11 10.0727 11 10.625V12.625H9C8.44772 12.625 8 13.0727 8 13.625C8 14.1773 8.44772 14.625 9 14.625H11V16.625C11 17.1773 11.4477 17.625 12 17.625C12.5523 17.625 13 17.1773 13 16.625V14.625H15C15.5523 14.625 16 14.1773 16 13.625C16 13.0727 15.5523 12.625 15 12.625H13V10.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.09643 4.82372C8.03256 5.11444 8 5.52614 8 6.125C8 6.67728 7.55228 7.125 7 7.125C6.44772 7.125 6 6.67728 6 6.125C6 5.48286 6.03219 4.89906 6.14301 4.39459C6.25632 3.8788 6.46503 3.38426 6.86214 2.98714C7.25926 2.59003 7.7538 2.38132 8.26959 2.26801C8.77406 2.15719 9.35786 2.125 10 2.125H14C14.6421 2.125 15.2259 2.15719 15.7304 2.26801C16.2462 2.38132 16.7407 2.59003 17.1379 2.98714C17.535 3.38426 17.7437 3.8788 17.857 4.39459C17.9678 4.89906 18 5.48286 18 6.125C18 6.67728 17.5523 7.125 17 7.125C16.4477 7.125 16 6.67728 16 6.125C16 5.52614 15.9674 5.11444 15.9036 4.82372C15.8422 4.54433 15.7663 4.44399 15.7236 4.40136C15.681 4.35872 15.5807 4.28281 15.3013 4.22143C15.0106 4.15756 14.5989 4.125 14 4.125H10C9.40114 4.125 8.98944 4.15756 8.69872 4.22143C8.41933 4.28281 8.31899 4.35872 8.27636 4.40136C8.23372 4.44399 8.15781 4.54433 8.09643 4.82372Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-give-blood{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.3508 1.92038C12.2832 1.02654 13.7207 1.02654 14.6531 1.92038C15.2678 2.50959 16.0293 3.32932 16.6416 4.27738C17.2485 5.21702 17.752 6.349 17.752 7.54707C17.752 9.85435 15.9549 12.25 13.002 12.25C10.049 12.25 8.25195 9.85435 8.25195 7.54707C8.25195 6.349 8.75544 5.21702 9.36232 4.27738C9.97464 3.32932 10.7361 2.50959 11.3508 1.92038Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.3508 1.92038C12.2832 1.02654 13.7207 1.02654 14.6531 1.92038C15.2678 2.50959 16.0293 3.32932 16.6416 4.27738C17.2485 5.21702 17.752 6.349 17.752 7.54707C17.752 9.85435 15.9549 12.25 13.002 12.25C10.049 12.25 8.25195 9.85435 8.25195 7.54707C8.25195 6.349 8.75544 5.21702 9.36232 4.27738C9.97464 3.32932 10.7361 2.50959 11.3508 1.92038Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-give-pill{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 1.25C11.9289 1.25 10.25 2.92893 10.25 5V5.65C10.25 5.93284 10.25 6.07426 10.3379 6.16213C10.4257 6.25 10.5672 6.25 10.85 6.25L17.15 6.25C17.4328 6.25 17.5743 6.25 17.6621 6.16213C17.75 6.07426 17.75 5.93284 17.75 5.65V5C17.75 2.92893 16.0711 1.25 14 1.25ZM17.15 7.75C17.4328 7.75 17.5743 7.75 17.6621 7.83787C17.75 7.92574 17.75 8.06716 17.75 8.35V9C17.75 11.0711 16.0711 12.75 14 12.75C11.9289 12.75 10.25 11.0711 10.25 9V8.35C10.25 8.06716 10.25 7.92574 10.3379 7.83787C10.4257 7.75 10.5672 7.75 10.85 7.75L17.15 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 1.25C11.9289 1.25 10.25 2.92893 10.25 5V5.65C10.25 5.93284 10.25 6.07426 10.3379 6.16213C10.4257 6.25 10.5672 6.25 10.85 6.25L17.15 6.25C17.4328 6.25 17.5743 6.25 17.6621 6.16213C17.75 6.07426 17.75 5.93284 17.75 5.65V5C17.75 2.92893 16.0711 1.25 14 1.25ZM17.15 7.75C17.4328 7.75 17.5743 7.75 17.6621 7.83787C17.75 7.92574 17.75 8.06716 17.75 8.35V9C17.75 11.0711 16.0711 12.75 14 12.75C11.9289 12.75 10.25 11.0711 10.25 9V8.35C10.25 8.06716 10.25 7.92574 10.3379 7.83787C10.4257 7.75 10.5672 7.75 10.85 7.75L17.15 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-hand-sanitizer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 3.625V6.125V6.16306C10.6131 6.125 10.1258 6.125 9.5 6.125C8.87425 6.125 8.38693 6.125 8 6.16306V6.125V3.625C8 2.79657 8.67157 2.125 9.5 2.125C10.3284 2.125 11 2.79657 11 3.625Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M10.8078 9.15944C10.5133 9.125 10.1755 9.125 9.5 9.125C8.82446 9.125 8.48668 9.125 8.19218 9.15944C7.62091 9.17448 7.20719 9.26905 6.92843 9.37521C6.76484 9.4375 6.5 9.30005 6.5 9.125C6.5 7.71079 6.5 7.00368 6.93934 6.56434C7.37868 6.125 8.08579 6.125 9.5 6.125C10.9142 6.125 11.6213 6.125 12.0607 6.56434C12.5 7.00368 12.5 7.71079 12.5 9.125C12.5 9.30005 12.2352 9.4375 12.0716 9.37521C11.7928 9.26905 11.3791 9.17448 10.8078 9.15944Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.8949 8.41451C10.5565 8.37495 10.1782 8.37497 9.55693 8.375L9.44301 8.375C8.82171 8.37497 8.44346 8.37495 8.10505 8.41451C5.77013 8.68753 3.82866 10.3347 3.19893 12.5892C3.10771 12.9158 3.05005 13.2874 2.95578 13.895L2.59617 16.2117C2.43122 17.2743 2.29881 18.1272 2.26111 18.8166C2.22242 19.5242 2.276 20.1509 2.55143 20.7289C2.84192 21.3385 3.29228 21.8584 3.85442 22.2346C4.38631 22.5905 4.99993 22.7377 5.70959 22.8072C6.40185 22.875 7.27175 22.875 8.35728 22.875H10.6427C11.7282 22.875 12.5981 22.875 13.2903 22.8072C14 22.7377 14.6136 22.5905 15.1455 22.2346C15.7076 21.8584 16.158 21.3385 16.4485 20.7289C16.7239 20.1509 16.7775 19.5242 16.7388 18.8166C16.7011 18.1272 16.5687 17.2743 16.4038 16.2117L16.0442 13.895L16.0442 13.8949L16.0441 13.8949C15.9499 13.2873 15.8922 12.9158 15.801 12.5892C15.1713 10.3347 13.2298 8.68753 10.8949 8.41451ZM10.4999 13.625C10.4999 13.0727 10.0522 12.625 9.49993 12.625C8.94765 12.625 8.49993 13.0727 8.49993 13.625V14.625H7.49993C6.94765 14.625 6.49993 15.0727 6.49993 15.625C6.49993 16.1773 6.94765 16.625 7.49993 16.625H8.49993V17.625C8.49993 18.1773 8.94765 18.625 9.49993 18.625C10.0522 18.625 10.4999 18.1773 10.4999 17.625V16.625H11.4999C12.0522 16.625 12.4999 16.1773 12.4999 15.625C12.4999 15.0727 12.0522 14.625 11.4999 14.625H10.4999V13.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.4384 5.125C9.45887 5.12501 9.47941 5.12501 9.50001 5.12501C9.52061 5.12501 9.54114 5.12501 9.56161 5.125C10.2157 5.12494 10.8035 5.12489 11.2792 5.18884C11.7985 5.25867 12.3313 5.4208 12.7678 5.85724C13.2042 6.29368 13.3663 6.82649 13.4362 7.34585C13.5001 7.82156 13.5001 8.40927 13.5 9.0634C13.5 9.08387 13.5 9.10441 13.5 9.12501V9.62501C13.5 10.1773 13.0523 10.625 12.5 10.625C11.9477 10.625 11.5 10.1773 11.5 9.62501V9.12501C11.5 8.38963 11.4979 7.9387 11.454 7.61235C11.4154 7.3255 11.3606 7.27761 11.3541 7.27192C11.3538 7.27171 11.3537 7.27156 11.3536 7.27145C11.3535 7.27135 11.3533 7.27117 11.3531 7.27093C11.3474 7.26442 11.2995 7.20957 11.0127 7.17101C10.6863 7.12713 10.2354 7.12501 9.50001 7.12501C8.76463 7.12501 8.3137 7.12713 7.98735 7.17101C7.7005 7.20957 7.65261 7.26442 7.64692 7.27093C7.64671 7.27117 7.64656 7.27135 7.64645 7.27145C7.64635 7.27156 7.64617 7.27171 7.64593 7.27192C7.63942 7.27761 7.58457 7.3255 7.54601 7.61235C7.50213 7.9387 7.50001 8.38963 7.50001 9.12501V9.62501C7.50001 10.1773 7.05229 10.625 6.50001 10.625C5.94772 10.625 5.50001 10.1773 5.50001 9.62501V9.12501C5.50001 9.10441 5.50001 9.08387 5.5 9.0634C5.49994 8.40928 5.49989 7.82156 5.56384 7.34585C5.63367 6.82649 5.7958 6.29368 6.23224 5.85724C6.66868 5.4208 7.20149 5.25867 7.72085 5.18884C8.19656 5.12489 8.78428 5.12494 9.4384 5.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 3.625C7 2.24429 8.11929 1.125 9.5 1.125C10.8807 1.125 12 2.24429 12 3.625V6.125C12 6.67728 11.5523 7.125 11 7.125C10.4477 7.125 10 6.67728 10 6.125V3.625C10 3.34886 9.77614 3.125 9.5 3.125C9.22386 3.125 9 3.34886 9 3.625V6.125C9 6.67728 8.55228 7.125 8 7.125C7.44772 7.125 7 6.67728 7 6.125L7 3.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6746 4.17402C15.2643 4.24418 14.7484 4.38058 13.9749 4.58655L11.2576 5.31018C10.7239 5.4523 10.176 5.13487 10.0339 4.60118C9.8918 4.0675 10.2092 3.51965 10.7429 3.37753L13.5029 2.64255C14.2226 2.45089 14.8268 2.28997 15.3376 2.20263C15.8764 2.1105 16.389 2.08479 16.9199 2.21235C17.9261 2.4541 18.5738 3.16798 19.3333 4.00504C19.3769 4.05308 19.4208 4.10152 19.4652 4.1503L19.7397 4.45182C20.1115 4.86022 20.0818 5.49269 19.6734 5.86448C19.265 6.23626 18.6326 6.20658 18.2608 5.79818L17.9863 5.49666C17.0198 4.43494 16.7905 4.23817 16.4527 4.15701C16.2828 4.11618 16.067 4.10694 15.6746 4.17402Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21 10.625C21 11.7296 20.25 12.125 19.5 12.125C18.75 12.125 18 11.7296 18 10.625C18 9.52043 19.5 8.125 19.5 8.125C19.5 8.125 21 9.52043 21 10.625Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M18.9892 7.57587C19.2771 7.30804 19.7229 7.30804 20.0108 7.57587L20.0165 7.58142C20.068 7.63203 20.2042 7.76587 20.2782 7.84383C20.4312 8.00497 20.6368 8.23385 20.8442 8.50317C21.05 8.77033 21.2687 9.0917 21.4387 9.43759C21.6052 9.77641 21.75 10.1889 21.75 10.625C21.75 11.3616 21.4912 11.9612 21.0145 12.3628C20.5599 12.7458 19.9947 12.875 19.5 12.875C19.0053 12.875 18.4401 12.7458 17.9855 12.3628C17.5088 11.9612 17.25 11.3616 17.25 10.625C17.25 10.1889 17.3948 9.77641 17.5613 9.43759C17.7313 9.0917 17.95 8.77033 18.1558 8.50317C18.3632 8.23385 18.5688 8.00497 18.7218 7.84383C18.7964 7.76521 18.9333 7.63075 18.9837 7.5812L18.988 7.57692L18.9892 7.57587Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 3.625V6.125V6.16306C10.6131 6.125 10.1258 6.125 9.5 6.125C8.87425 6.125 8.38693 6.125 8 6.16306V6.125V3.625C8 2.79657 8.67157 2.125 9.5 2.125C10.3284 2.125 11 2.79657 11 3.625Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M10.8078 9.15944C10.5133 9.125 10.1755 9.125 9.5 9.125C8.82446 9.125 8.48668 9.125 8.19218 9.15944C7.62091 9.17448 7.20719 9.26905 6.92843 9.37521C6.76484 9.4375 6.5 9.30005 6.5 9.125C6.5 7.71079 6.5 7.00368 6.93934 6.56434C7.37868 6.125 8.08579 6.125 9.5 6.125C10.9142 6.125 11.6213 6.125 12.0607 6.56434C12.5 7.00368 12.5 7.71079 12.5 9.125C12.5 9.30005 12.2352 9.4375 12.0716 9.37521C11.7928 9.26905 11.3791 9.17448 10.8078 9.15944Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.8949 8.41451C10.5565 8.37495 10.1782 8.37497 9.55693 8.375L9.44301 8.375C8.82171 8.37497 8.44346 8.37495 8.10505 8.41451C5.77013 8.68753 3.82866 10.3347 3.19893 12.5892C3.10771 12.9158 3.05005 13.2874 2.95578 13.895L2.59617 16.2117C2.43122 17.2743 2.29881 18.1272 2.26111 18.8166C2.22242 19.5242 2.276 20.1509 2.55143 20.7289C2.84192 21.3385 3.29228 21.8584 3.85442 22.2346C4.38631 22.5905 4.99993 22.7377 5.70959 22.8072C6.40185 22.875 7.27175 22.875 8.35728 22.875H10.6427C11.7282 22.875 12.5981 22.875 13.2903 22.8072C14 22.7377 14.6136 22.5905 15.1455 22.2346C15.7076 21.8584 16.158 21.3385 16.4485 20.7289C16.7239 20.1509 16.7775 19.5242 16.7388 18.8166C16.7011 18.1272 16.5687 17.2743 16.4038 16.2117L16.0442 13.895L16.0442 13.8949L16.0441 13.8949C15.9499 13.2873 15.8922 12.9158 15.801 12.5892C15.1713 10.3347 13.2298 8.68753 10.8949 8.41451ZM10.4999 13.625C10.4999 13.0727 10.0522 12.625 9.49993 12.625C8.94765 12.625 8.49993 13.0727 8.49993 13.625V14.625H7.49993C6.94765 14.625 6.49993 15.0727 6.49993 15.625C6.49993 16.1773 6.94765 16.625 7.49993 16.625H8.49993V17.625C8.49993 18.1773 8.94765 18.625 9.49993 18.625C10.0522 18.625 10.4999 18.1773 10.4999 17.625V16.625H11.4999C12.0522 16.625 12.4999 16.1773 12.4999 15.625C12.4999 15.0727 12.0522 14.625 11.4999 14.625H10.4999V13.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.4384 5.125C9.45887 5.12501 9.47941 5.12501 9.50001 5.12501C9.52061 5.12501 9.54114 5.12501 9.56161 5.125C10.2157 5.12494 10.8035 5.12489 11.2792 5.18884C11.7985 5.25867 12.3313 5.4208 12.7678 5.85724C13.2042 6.29368 13.3663 6.82649 13.4362 7.34585C13.5001 7.82156 13.5001 8.40927 13.5 9.0634C13.5 9.08387 13.5 9.10441 13.5 9.12501V9.62501C13.5 10.1773 13.0523 10.625 12.5 10.625C11.9477 10.625 11.5 10.1773 11.5 9.62501V9.12501C11.5 8.38963 11.4979 7.9387 11.454 7.61235C11.4154 7.3255 11.3606 7.27761 11.3541 7.27192C11.3538 7.27171 11.3537 7.27156 11.3536 7.27145C11.3535 7.27135 11.3533 7.27117 11.3531 7.27093C11.3474 7.26442 11.2995 7.20957 11.0127 7.17101C10.6863 7.12713 10.2354 7.12501 9.50001 7.12501C8.76463 7.12501 8.3137 7.12713 7.98735 7.17101C7.7005 7.20957 7.65261 7.26442 7.64692 7.27093C7.64671 7.27117 7.64656 7.27135 7.64645 7.27145C7.64635 7.27156 7.64617 7.27171 7.64593 7.27192C7.63942 7.27761 7.58457 7.3255 7.54601 7.61235C7.50213 7.9387 7.50001 8.38963 7.50001 9.12501V9.62501C7.50001 10.1773 7.05229 10.625 6.50001 10.625C5.94772 10.625 5.50001 10.1773 5.50001 9.62501V9.12501C5.50001 9.10441 5.50001 9.08387 5.5 9.0634C5.49994 8.40928 5.49989 7.82156 5.56384 7.34585C5.63367 6.82649 5.7958 6.29368 6.23224 5.85724C6.66868 5.4208 7.20149 5.25867 7.72085 5.18884C8.19656 5.12489 8.78428 5.12494 9.4384 5.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 3.625C7 2.24429 8.11929 1.125 9.5 1.125C10.8807 1.125 12 2.24429 12 3.625V6.125C12 6.67728 11.5523 7.125 11 7.125C10.4477 7.125 10 6.67728 10 6.125V3.625C10 3.34886 9.77614 3.125 9.5 3.125C9.22386 3.125 9 3.34886 9 3.625V6.125C9 6.67728 8.55228 7.125 8 7.125C7.44772 7.125 7 6.67728 7 6.125L7 3.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6746 4.17402C15.2643 4.24418 14.7484 4.38058 13.9749 4.58655L11.2576 5.31018C10.7239 5.4523 10.176 5.13487 10.0339 4.60118C9.8918 4.0675 10.2092 3.51965 10.7429 3.37753L13.5029 2.64255C14.2226 2.45089 14.8268 2.28997 15.3376 2.20263C15.8764 2.1105 16.389 2.08479 16.9199 2.21235C17.9261 2.4541 18.5738 3.16798 19.3333 4.00504C19.3769 4.05308 19.4208 4.10152 19.4652 4.1503L19.7397 4.45182C20.1115 4.86022 20.0818 5.49269 19.6734 5.86448C19.265 6.23626 18.6326 6.20658 18.2608 5.79818L17.9863 5.49666C17.0198 4.43494 16.7905 4.23817 16.4527 4.15701C16.2828 4.11618 16.067 4.10694 15.6746 4.17402Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21 10.625C21 11.7296 20.25 12.125 19.5 12.125C18.75 12.125 18 11.7296 18 10.625C18 9.52043 19.5 8.125 19.5 8.125C19.5 8.125 21 9.52043 21 10.625Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M18.9892 7.57587C19.2771 7.30804 19.7229 7.30804 20.0108 7.57587L20.0165 7.58142C20.068 7.63203 20.2042 7.76587 20.2782 7.84383C20.4312 8.00497 20.6368 8.23385 20.8442 8.50317C21.05 8.77033 21.2687 9.0917 21.4387 9.43759C21.6052 9.77641 21.75 10.1889 21.75 10.625C21.75 11.3616 21.4912 11.9612 21.0145 12.3628C20.5599 12.7458 19.9947 12.875 19.5 12.875C19.0053 12.875 18.4401 12.7458 17.9855 12.3628C17.5088 11.9612 17.25 11.3616 17.25 10.625C17.25 10.1889 17.3948 9.77641 17.5613 9.43759C17.7313 9.0917 17.95 8.77033 18.1558 8.50317C18.3632 8.23385 18.5688 8.00497 18.7218 7.84383C18.7964 7.76521 18.9333 7.63075 18.9837 7.5812L18.988 7.57692L18.9892 7.57587Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-healt{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5846 3.46861C14.2001 2.25537 16.8743 1.52662 19.8553 3.35515C21.9165 4.61952 23.0764 7.2606 22.6694 10.2951C22.2604 13.3443 20.2869 16.7929 16.1073 19.8865C14.6559 20.9614 13.5906 21.7503 12.0006 21.7503C10.4105 21.7503 9.34529 20.9614 7.89392 19.8865C3.71432 16.7929 1.74073 13.3443 1.33179 10.2951C0.924801 7.2606 2.08463 4.61952 4.14587 3.35515C7.12685 1.52662 9.80108 2.25537 11.4166 3.46861C11.6824 3.6682 11.8648 3.8048 12.0006 3.89704C12.1364 3.8048 12.3188 3.6682 12.5846 3.46861ZM11.0002 9C11.0002 8.44772 11.4479 8 12.0002 8C12.5525 8 13.0002 8.44772 13.0002 9L13.0002 11H15.0002C15.5525 11 16.0002 11.4477 16.0002 12C16.0002 12.5523 15.5525 13 15.0002 13H13.0002V15C13.0002 15.5523 12.5525 16 12.0002 16C11.4479 16 11.0002 15.5523 11.0002 15V13H9.0002C8.44791 13 8.0002 12.5523 8.0002 12C8.0002 11.4477 8.44791 11 9.0002 11H11.0002L11.0002 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5846 3.46861C14.2001 2.25537 16.8743 1.52662 19.8553 3.35515C21.9165 4.61952 23.0764 7.2606 22.6694 10.2951C22.2604 13.3443 20.2869 16.7929 16.1073 19.8865C14.6559 20.9614 13.5906 21.7503 12.0006 21.7503C10.4105 21.7503 9.34529 20.9614 7.89392 19.8865C3.71432 16.7929 1.74073 13.3443 1.33179 10.2951C0.924801 7.2606 2.08463 4.61952 4.14587 3.35515C7.12685 1.52662 9.80108 2.25537 11.4166 3.46861C11.6824 3.6682 11.8648 3.8048 12.0006 3.89704C12.1364 3.8048 12.3188 3.6682 12.5846 3.46861ZM11.0002 9C11.0002 8.44772 11.4479 8 12.0002 8C12.5525 8 13.0002 8.44772 13.0002 9L13.0002 11H15.0002C15.5525 11 16.0002 11.4477 16.0002 12C16.0002 12.5523 15.5525 13 15.0002 13H13.0002V15C13.0002 15.5523 12.5525 16 12.0002 16C11.4479 16 11.0002 15.5523 11.0002 15V13H9.0002C8.44791 13 8.0002 12.5523 8.0002 12C8.0002 11.4477 8.44791 11 9.0002 11H11.0002L11.0002 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-healtcare{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.6172 1.96367C13.6005 1.25022 15.2246 0.833417 17.001 1.88616C18.2699 2.63818 18.9411 4.17763 18.704 5.88548C18.4648 7.60882 17.3173 9.51201 14.9639 11.195C14.1924 11.7477 13.4912 12.25 12.5016 12.25C11.512 12.25 10.8107 11.7477 10.0392 11.195C7.68578 9.51201 6.53831 7.60882 6.29908 5.88548C6.062 4.17763 6.7332 2.63818 8.00213 1.88616C9.77849 0.833417 11.4026 1.25022 12.3859 1.96367L12.5016 2.04742L12.6172 1.96367Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.6172 1.96367C13.6005 1.25022 15.2246 0.833417 17.001 1.88616C18.2699 2.63818 18.9411 4.17763 18.704 5.88548C18.4648 7.60882 17.3173 9.51201 14.9639 11.195C14.1924 11.7477 13.4912 12.25 12.5016 12.25C11.512 12.25 10.8107 11.7477 10.0392 11.195C7.68578 9.51201 6.53831 7.60882 6.29908 5.88548C6.062 4.17763 6.7332 2.63818 8.00213 1.88616C9.77849 0.833417 11.4026 1.25022 12.3859 1.96367L12.5016 2.04742L12.6172 1.96367Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-hospital-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 1C13.4477 1 13 1.44772 13 2V3H11V2C11 1.44772 10.5523 1 10 1C9.44772 1 9 1.44772 9 2V6C9 6.55228 9.44772 7 10 7C10.5523 7 11 6.55228 11 6V5L13 5V6C13 6.55228 13.4477 7 14 7C14.5523 7 15 6.55228 15 6V2C15 1.44772 14.5523 1 14 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 3.29316C7.5 3.26935 7.48069 3.24992 7.45691 3.25129C5.83192 3.3448 4.5772 3.60444 3.63845 4.49056C2.89181 5.19533 2.55883 6.09332 2.40165 7.1968C2.24997 8.26177 2.24998 9.61981 2.25 11.3218V11.3218V11.3218L2.25 22C2.25 22.4143 2.58579 22.75 3 22.75H9.49829C9.08487 22.7491 8.75 22.4137 8.75 22.0001L8.75 19.4678V19.4678C8.74998 19.028 8.74997 18.6487 8.77818 18.3374C8.80802 18.0082 8.87408 17.6823 9.05145 17.3751C9.24892 17.033 9.53296 16.749 9.875 16.5515C10.1822 16.3741 10.5082 16.3081 10.8374 16.2782C11.1486 16.25 11.5924 16.25 12.0322 16.25H12.0323C12.472 16.25 12.8514 16.25 13.1627 16.2782C13.4918 16.3081 13.8178 16.3741 14.125 16.5515C14.467 16.749 14.7511 17.033 14.9486 17.3751C15.1259 17.6823 15.192 18.0082 15.2218 18.3374C15.25 18.6487 15.25 19.028 15.25 19.4678V19.4678L15.25 22.0001C15.25 22.4137 14.9151 22.7491 14.5017 22.75L21 22.75C21.4142 22.75 21.75 22.4143 21.75 22L21.75 11.3219C21.75 9.61984 21.75 8.26179 21.5983 7.1968C21.4412 6.09332 21.1082 5.19533 20.3616 4.49056C19.4228 3.60444 18.1681 3.3448 16.5431 3.25129C16.5193 3.24992 16.5 3.26935 16.5 3.29316L16.5 6.00005C16.5 7.38076 15.3807 8.50005 14 8.50005L10 8.50005C8.61929 8.50005 7.5 7.38076 7.5 6.00005L7.5 3.29316ZM14.4983 22.75C14.0849 22.7491 13.75 22.4137 13.75 22.0001V19.5001C13.75 19.0189 13.7493 18.7083 13.7279 18.4728C13.7279 18.011 13.2608 17.8133 13.0273 17.7721C12.7918 17.7508 12.4811 17.7501 12 17.7501C11.5189 17.7501 11.2082 17.7508 10.9727 17.7721C10.7318 17.7752 10.2721 17.9197 10.2721 18.4728C10.2507 18.7083 10.25 19.0189 10.25 19.5001V22.0001C10.25 22.4137 9.91514 22.7491 9.50171 22.75H14.4983ZM6.75 11.0001C6.75 10.5858 7.08579 10.2501 7.5 10.2501H9.5C9.91421 10.2501 10.25 10.5858 10.25 11.0001C10.25 11.4143 9.91421 11.75 9.5 11.75H7.5C7.08579 11.75 6.75 11.4143 6.75 11.0001ZM13.75 11.0001C13.75 10.5858 14.0858 10.2501 14.5 10.2501H16.5C16.9142 10.2501 17.25 10.5858 17.25 11.0001C17.25 11.4143 16.9142 11.7501 16.5 11.7501L14.5 11.75C14.0858 11.75 13.75 11.4143 13.75 11.0001ZM6.75 14C6.75 13.5858 7.08579 13.25 7.5 13.25H9.5C9.91421 13.25 10.25 13.5858 10.25 14C10.25 14.4143 9.91421 14.75 9.5 14.75H7.5C7.08579 14.75 6.75 14.4143 6.75 14ZM13.75 14C13.75 13.5858 14.0858 13.25 14.5 13.25L16.5 13.2501C16.9142 13.2501 17.25 13.5858 17.25 14.0001C17.25 14.4143 16.9142 14.75 16.5 14.75H14.5C14.0858 14.75 13.75 14.4143 13.75 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 22C1 21.4477 1.44772 21 2 21H22C22.5523 21 23 21.4477 23 22C23 22.5523 22.5523 23 22 23H2C1.44772 23 1 22.5523 1 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 1C13.4477 1 13 1.44772 13 2V3H11V2C11 1.44772 10.5523 1 10 1C9.44772 1 9 1.44772 9 2V6C9 6.55228 9.44772 7 10 7C10.5523 7 11 6.55228 11 6V5L13 5V6C13 6.55228 13.4477 7 14 7C14.5523 7 15 6.55228 15 6V2C15 1.44772 14.5523 1 14 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 3.29316C7.5 3.26935 7.48069 3.24992 7.45691 3.25129C5.83192 3.3448 4.5772 3.60444 3.63845 4.49056C2.89181 5.19533 2.55883 6.09332 2.40165 7.1968C2.24997 8.26177 2.24998 9.61981 2.25 11.3218V11.3218V11.3218L2.25 22C2.25 22.4143 2.58579 22.75 3 22.75H9.49829C9.08487 22.7491 8.75 22.4137 8.75 22.0001L8.75 19.4678V19.4678C8.74998 19.028 8.74997 18.6487 8.77818 18.3374C8.80802 18.0082 8.87408 17.6823 9.05145 17.3751C9.24892 17.033 9.53296 16.749 9.875 16.5515C10.1822 16.3741 10.5082 16.3081 10.8374 16.2782C11.1486 16.25 11.5924 16.25 12.0322 16.25H12.0323C12.472 16.25 12.8514 16.25 13.1627 16.2782C13.4918 16.3081 13.8178 16.3741 14.125 16.5515C14.467 16.749 14.7511 17.033 14.9486 17.3751C15.1259 17.6823 15.192 18.0082 15.2218 18.3374C15.25 18.6487 15.25 19.028 15.25 19.4678V19.4678L15.25 22.0001C15.25 22.4137 14.9151 22.7491 14.5017 22.75L21 22.75C21.4142 22.75 21.75 22.4143 21.75 22L21.75 11.3219C21.75 9.61984 21.75 8.26179 21.5983 7.1968C21.4412 6.09332 21.1082 5.19533 20.3616 4.49056C19.4228 3.60444 18.1681 3.3448 16.5431 3.25129C16.5193 3.24992 16.5 3.26935 16.5 3.29316L16.5 6.00005C16.5 7.38076 15.3807 8.50005 14 8.50005L10 8.50005C8.61929 8.50005 7.5 7.38076 7.5 6.00005L7.5 3.29316ZM14.4983 22.75C14.0849 22.7491 13.75 22.4137 13.75 22.0001V19.5001C13.75 19.0189 13.7493 18.7083 13.7279 18.4728C13.7279 18.011 13.2608 17.8133 13.0273 17.7721C12.7918 17.7508 12.4811 17.7501 12 17.7501C11.5189 17.7501 11.2082 17.7508 10.9727 17.7721C10.7318 17.7752 10.2721 17.9197 10.2721 18.4728C10.2507 18.7083 10.25 19.0189 10.25 19.5001V22.0001C10.25 22.4137 9.91514 22.7491 9.50171 22.75H14.4983ZM6.75 11.0001C6.75 10.5858 7.08579 10.2501 7.5 10.2501H9.5C9.91421 10.2501 10.25 10.5858 10.25 11.0001C10.25 11.4143 9.91421 11.75 9.5 11.75H7.5C7.08579 11.75 6.75 11.4143 6.75 11.0001ZM13.75 11.0001C13.75 10.5858 14.0858 10.2501 14.5 10.2501H16.5C16.9142 10.2501 17.25 10.5858 17.25 11.0001C17.25 11.4143 16.9142 11.7501 16.5 11.7501L14.5 11.75C14.0858 11.75 13.75 11.4143 13.75 11.0001ZM6.75 14C6.75 13.5858 7.08579 13.25 7.5 13.25H9.5C9.91421 13.25 10.25 13.5858 10.25 14C10.25 14.4143 9.91421 14.75 9.5 14.75H7.5C7.08579 14.75 6.75 14.4143 6.75 14ZM13.75 14C13.75 13.5858 14.0858 13.25 14.5 13.25L16.5 13.2501C16.9142 13.2501 17.25 13.5858 17.25 14.0001C17.25 14.4143 16.9142 14.75 16.5 14.75H14.5C14.0858 14.75 13.75 14.4143 13.75 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 22C1 21.4477 1.44772 21 2 21H22C22.5523 21 23 21.4477 23 22C23 22.5523 22.5523 23 22 23H2C1.44772 23 1 22.5523 1 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-hospital-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21.75C2 21.1977 2.44772 20.75 3 20.75H21C21.5523 20.75 22 21.1977 22 21.75C22 22.3023 21.5523 22.75 21 22.75H3C2.44772 22.75 2 22.3023 2 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0458 4.25C17.5002 4.33893 18.6488 4.5877 19.506 5.44741C20.1807 6.12413 20.476 6.97933 20.6152 8.01798C20.75 9.02371 20.75 10.3062 20.75 11.9137L20.75 21.9986C20.75 22.4128 20.4142 22.7486 20 22.7486L14.5462 22.7486C14.9389 22.7247 15.25 22.3987 15.25 22V19.4678C15.25 19.028 15.25 18.6486 15.2218 18.3374C15.192 18.0082 15.1259 17.6822 14.9486 17.375C14.7511 17.033 14.467 16.7489 14.125 16.5514C13.8178 16.3741 13.4918 16.308 13.1627 16.2782C12.8514 16.25 12.472 16.25 12.0323 16.25H12.0322C11.5924 16.25 11.1486 16.25 10.8374 16.2782C10.5082 16.308 10.1822 16.3741 9.875 16.5514C9.53296 16.7489 9.24892 17.033 9.05144 17.375C8.87407 17.6822 8.80802 18.0082 8.77818 18.3374C8.74997 18.6486 8.74998 19.028 8.75 19.4677V19.4677V19.4678V22C8.75 22.3987 9.0611 22.7247 9.4538 22.7486H4C3.58579 22.7486 3.25 22.4128 3.25 21.9986L3.25 11.9137V11.9137V11.9137C3.24998 10.3062 3.24997 9.02371 3.38479 8.01798C3.52403 6.97933 3.81927 6.12413 4.49402 5.44741C5.35123 4.5877 6.49976 4.33893 7.95423 4.25V6.05455C7.95423 7.94016 7.95423 8.88297 8.54002 9.46876C9.1258 10.0545 10.0686 10.0545 11.9542 10.0545H12.0458C13.9314 10.0545 14.8742 10.0545 15.46 9.46876C16.0458 8.88297 16.0458 7.94016 16.0458 6.05454V4.25ZM13.75 22C13.75 22.3987 14.0611 22.7247 14.4538 22.7486H9.54621C9.9389 22.7247 10.25 22.3987 10.25 22L10.25 19.5C10.25 19.0189 10.2507 18.7082 10.2721 18.4727C10.3015 18.2392 10.4223 17.7721 10.9727 17.7721C11.2082 17.7507 11.5189 17.75 12 17.75C12.4811 17.75 12.7918 17.7507 13.0273 17.7721C13.2608 17.7843 13.7279 17.9415 13.7279 18.4727C13.7493 18.7082 13.75 19.0189 13.75 19.5V22ZM8 12C7.44772 12 7 12.4477 7 13C7 13.5523 7.44772 14 8 14H8.00896C8.56125 14 9.00896 13.5523 9.00896 13C9.00896 12.4477 8.56125 12 8.00896 12H8ZM11.991 12C11.4388 12 10.991 12.4477 10.991 13C10.991 13.5523 11.4388 14 11.991 14H12C12.5523 14 13 13.5523 13 13C13 12.4477 12.5523 12 12 12H11.991ZM15.9922 12C15.4399 12 14.9922 12.4477 14.9922 13C14.9922 13.5523 15.4399 14 15.9922 14H16.0011C16.5534 14 17.0011 13.5523 17.0011 13C17.0011 12.4477 16.5534 12 16.0011 12H15.9922Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.948 1.25H12.052C12.9505 1.24997 13.6997 1.24995 14.2945 1.32991C14.9223 1.41432 15.4891 1.59999 15.9445 2.05546C16.4 2.51093 16.5857 3.07773 16.6701 3.70552C16.7501 4.30031 16.75 5.04953 16.75 5.94801V6.052C16.75 6.95048 16.7501 7.6997 16.6701 8.29448C16.5857 8.92228 16.4 9.48908 15.9445 9.94455C15.4891 10.4 14.9223 10.5857 14.2945 10.6701C13.6997 10.7501 12.9505 10.75 12.052 10.75H11.948C11.0495 10.75 10.3003 10.7501 9.70552 10.6701C9.07773 10.5857 8.51093 10.4 8.05546 9.94455C7.59999 9.48908 7.41432 8.92228 7.32991 8.29448C7.24995 7.6997 7.24997 6.95048 7.25 6.052V5.948C7.24997 5.04952 7.24995 4.3003 7.32991 3.70552C7.41432 3.07773 7.59999 2.51093 8.05546 2.05546C8.51093 1.59999 9.07773 1.41432 9.70552 1.32991C10.3003 1.24995 11.0495 1.24997 11.948 1.25ZM9.90539 2.81654C9.44393 2.87858 9.24644 2.9858 9.11612 3.11612C8.9858 3.24644 8.87858 3.44393 8.81654 3.90539C8.7516 4.38843 8.75 5.03599 8.75 6C8.75 6.96401 8.7516 7.61157 8.81654 8.09461C8.87858 8.55607 8.9858 8.75357 9.11612 8.88389C9.24644 9.0142 9.44393 9.12143 9.90539 9.18347C10.3884 9.24841 11.036 9.25 12 9.25C12.964 9.25 13.6116 9.24841 14.0946 9.18347C14.5561 9.12143 14.7536 9.0142 14.8839 8.88389C15.0142 8.75357 15.1214 8.55607 15.1835 8.09461C15.2484 7.61157 15.25 6.96401 15.25 6C15.25 5.03599 15.2484 4.38843 15.1835 3.90539C15.1214 3.44393 15.0142 3.24644 14.8839 3.11612C14.7536 2.9858 14.5561 2.87858 14.0946 2.81654C13.6116 2.7516 12.964 2.75 12 2.75C11.036 2.75 10.3884 2.7516 9.90539 2.81654Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.75C12.4142 3.75 12.75 4.08579 12.75 4.5V5.25H13.5C13.9142 5.25 14.25 5.58579 14.25 6C14.25 6.41421 13.9142 6.75 13.5 6.75H12.75V7.5C12.75 7.91421 12.4142 8.25 12 8.25C11.5858 8.25 11.25 7.91421 11.25 7.5V6.75H10.5C10.0858 6.75 9.75 6.41421 9.75 6C9.75 5.58579 10.0858 5.25 10.5 5.25H11.25V4.5C11.25 4.08579 11.5858 3.75 12 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 21.75C2 21.1977 2.44772 20.75 3 20.75H21C21.5523 20.75 22 21.1977 22 21.75C22 22.3023 21.5523 22.75 21 22.75H3C2.44772 22.75 2 22.3023 2 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0458 4.25C17.5002 4.33893 18.6488 4.5877 19.506 5.44741C20.1807 6.12413 20.476 6.97933 20.6152 8.01798C20.75 9.02371 20.75 10.3062 20.75 11.9137L20.75 21.9986C20.75 22.4128 20.4142 22.7486 20 22.7486L14.5462 22.7486C14.9389 22.7247 15.25 22.3987 15.25 22V19.4678C15.25 19.028 15.25 18.6486 15.2218 18.3374C15.192 18.0082 15.1259 17.6822 14.9486 17.375C14.7511 17.033 14.467 16.7489 14.125 16.5514C13.8178 16.3741 13.4918 16.308 13.1627 16.2782C12.8514 16.25 12.472 16.25 12.0323 16.25H12.0322C11.5924 16.25 11.1486 16.25 10.8374 16.2782C10.5082 16.308 10.1822 16.3741 9.875 16.5514C9.53296 16.7489 9.24892 17.033 9.05144 17.375C8.87407 17.6822 8.80802 18.0082 8.77818 18.3374C8.74997 18.6486 8.74998 19.028 8.75 19.4677V19.4677V19.4678V22C8.75 22.3987 9.0611 22.7247 9.4538 22.7486H4C3.58579 22.7486 3.25 22.4128 3.25 21.9986L3.25 11.9137V11.9137V11.9137C3.24998 10.3062 3.24997 9.02371 3.38479 8.01798C3.52403 6.97933 3.81927 6.12413 4.49402 5.44741C5.35123 4.5877 6.49976 4.33893 7.95423 4.25V6.05455C7.95423 7.94016 7.95423 8.88297 8.54002 9.46876C9.1258 10.0545 10.0686 10.0545 11.9542 10.0545H12.0458C13.9314 10.0545 14.8742 10.0545 15.46 9.46876C16.0458 8.88297 16.0458 7.94016 16.0458 6.05454V4.25ZM13.75 22C13.75 22.3987 14.0611 22.7247 14.4538 22.7486H9.54621C9.9389 22.7247 10.25 22.3987 10.25 22L10.25 19.5C10.25 19.0189 10.2507 18.7082 10.2721 18.4727C10.3015 18.2392 10.4223 17.7721 10.9727 17.7721C11.2082 17.7507 11.5189 17.75 12 17.75C12.4811 17.75 12.7918 17.7507 13.0273 17.7721C13.2608 17.7843 13.7279 17.9415 13.7279 18.4727C13.7493 18.7082 13.75 19.0189 13.75 19.5V22ZM8 12C7.44772 12 7 12.4477 7 13C7 13.5523 7.44772 14 8 14H8.00896C8.56125 14 9.00896 13.5523 9.00896 13C9.00896 12.4477 8.56125 12 8.00896 12H8ZM11.991 12C11.4388 12 10.991 12.4477 10.991 13C10.991 13.5523 11.4388 14 11.991 14H12C12.5523 14 13 13.5523 13 13C13 12.4477 12.5523 12 12 12H11.991ZM15.9922 12C15.4399 12 14.9922 12.4477 14.9922 13C14.9922 13.5523 15.4399 14 15.9922 14H16.0011C16.5534 14 17.0011 13.5523 17.0011 13C17.0011 12.4477 16.5534 12 16.0011 12H15.9922Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.948 1.25H12.052C12.9505 1.24997 13.6997 1.24995 14.2945 1.32991C14.9223 1.41432 15.4891 1.59999 15.9445 2.05546C16.4 2.51093 16.5857 3.07773 16.6701 3.70552C16.7501 4.30031 16.75 5.04953 16.75 5.94801V6.052C16.75 6.95048 16.7501 7.6997 16.6701 8.29448C16.5857 8.92228 16.4 9.48908 15.9445 9.94455C15.4891 10.4 14.9223 10.5857 14.2945 10.6701C13.6997 10.7501 12.9505 10.75 12.052 10.75H11.948C11.0495 10.75 10.3003 10.7501 9.70552 10.6701C9.07773 10.5857 8.51093 10.4 8.05546 9.94455C7.59999 9.48908 7.41432 8.92228 7.32991 8.29448C7.24995 7.6997 7.24997 6.95048 7.25 6.052V5.948C7.24997 5.04952 7.24995 4.3003 7.32991 3.70552C7.41432 3.07773 7.59999 2.51093 8.05546 2.05546C8.51093 1.59999 9.07773 1.41432 9.70552 1.32991C10.3003 1.24995 11.0495 1.24997 11.948 1.25ZM9.90539 2.81654C9.44393 2.87858 9.24644 2.9858 9.11612 3.11612C8.9858 3.24644 8.87858 3.44393 8.81654 3.90539C8.7516 4.38843 8.75 5.03599 8.75 6C8.75 6.96401 8.7516 7.61157 8.81654 8.09461C8.87858 8.55607 8.9858 8.75357 9.11612 8.88389C9.24644 9.0142 9.44393 9.12143 9.90539 9.18347C10.3884 9.24841 11.036 9.25 12 9.25C12.964 9.25 13.6116 9.24841 14.0946 9.18347C14.5561 9.12143 14.7536 9.0142 14.8839 8.88389C15.0142 8.75357 15.1214 8.55607 15.1835 8.09461C15.2484 7.61157 15.25 6.96401 15.25 6C15.25 5.03599 15.2484 4.38843 15.1835 3.90539C15.1214 3.44393 15.0142 3.24644 14.8839 3.11612C14.7536 2.9858 14.5561 2.87858 14.0946 2.81654C13.6116 2.7516 12.964 2.75 12 2.75C11.036 2.75 10.3884 2.7516 9.90539 2.81654Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.75C12.4142 3.75 12.75 4.08579 12.75 4.5V5.25H13.5C13.9142 5.25 14.25 5.58579 14.25 6C14.25 6.41421 13.9142 6.75 13.5 6.75H12.75V7.5C12.75 7.91421 12.4142 8.25 12 8.25C11.5858 8.25 11.25 7.91421 11.25 7.5V6.75H10.5C10.0858 6.75 9.75 6.41421 9.75 6C9.75 5.58579 10.0858 5.25 10.5 5.25H11.25V4.5C11.25 4.08579 11.5858 3.75 12 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-hospital-bed-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.36935 5.25392L19.6307 5.25392C19.8236 5.2538 19.9944 5.2537 20.1611 5.27894C20.9262 5.39481 21.5605 5.89162 21.9747 6.55768C22.0654 6.70354 22.1992 6.97493 22.3125 7.20493C22.475 7.53409 22.6067 7.80089 22.6673 8.0305C22.8068 8.55857 22.7646 9.11006 22.5804 9.57564C22.3995 10.0329 22.0442 10.4884 21.4932 10.6747C21.3326 10.729 21.1733 10.7423 21.0509 10.7481C20.9283 10.754 20.7783 10.7539 20.6125 10.7539L3.38747 10.7539H3.38746C3.22173 10.7539 3.07169 10.754 2.9491 10.7481C2.82668 10.7423 2.66742 10.7289 2.50685 10.6747C1.95585 10.4884 1.60048 10.0329 1.41959 9.57564C1.23541 9.11006 1.19325 8.55857 1.33271 8.0305C1.39335 7.80087 1.52504 7.53411 1.68756 7.20491L1.68756 7.2049C1.80081 6.975 1.93461 6.70351 2.0253 6.55768C2.43954 5.89162 3.07377 5.39481 3.83888 5.27894C4.0056 5.2537 4.17643 5.2538 4.36935 5.25392Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 14.0039C5 13.4516 5.44772 13.0039 6 13.0039L18 13.0039C18.5523 13.0039 19 13.4516 19 14.0039C19 14.5562 18.5523 15.0039 18 15.0039L6 15.0039C5.44772 15.0039 5 14.5562 5 14.0039Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.38082 9.21873C3.81449 8.87674 4.44328 8.95107 4.78526 9.38473L6.03771 10.9729C6.93693 12.1132 7.22841 13.6133 6.81701 15.0045L6.14188 17.2875C5.98526 17.8171 5.42896 18.1195 4.89935 17.9629C4.36973 17.8063 4.06736 17.25 4.22398 16.7204L4.89911 14.4374C5.12549 13.6719 4.96647 12.8444 4.46727 12.2114L3.21482 10.6232C2.87284 10.1895 2.94716 9.56071 3.38082 9.21873Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.6192 9.21873C21.0529 9.56071 21.1272 10.1895 20.7852 10.6232L19.5328 12.2114C19.0336 12.8444 18.8746 13.6719 19.101 14.4374L19.7761 16.7204C19.9327 17.25 19.6303 17.8063 19.1007 17.9629C18.5711 18.1195 18.0148 17.8171 17.8582 17.2875L17.1831 15.0045C16.7717 13.6133 17.0631 12.1132 17.9624 10.9729L19.2148 9.38473C19.5568 8.95107 20.1856 8.87674 20.6192 9.21873Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 18.0039C4.44772 18.0039 4 18.4516 4 19.0039C4 19.5562 4.44772 20.0039 5 20.0039C5.55228 20.0039 6 19.5562 6 19.0039C6 18.4516 5.55228 18.0039 5 18.0039ZM2 19.0039C2 17.3471 3.34315 16.0039 5 16.0039C6.65685 16.0039 8 17.3471 8 19.0039C8 20.6608 6.65685 22.0039 5 22.0039C3.34315 22.0039 2 20.6608 2 19.0039Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 18.0039C18.4477 18.0039 18 18.4516 18 19.0039C18 19.5562 18.4477 20.0039 19 20.0039C19.5523 20.0039 20 19.5562 20 19.0039C20 18.4516 19.5523 18.0039 19 18.0039ZM16 19.0039C16 17.3471 17.3431 16.0039 19 16.0039C20.6569 16.0039 22 17.3471 22 19.0039C22 20.6608 20.6569 22.0039 19 22.0039C17.3431 22.0039 16 20.6608 16 19.0039Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.02258 4.01468C7.01188 4.0322 7 4.06224 7 4.10813V6.00453C7 6.55681 6.55228 7.00453 6 7.00453C5.44772 7.00453 5 6.55681 5 6.00453V4.10813C5 2.86523 6.1159 1.68999 7.50838 2.07399L9.50838 2.62552C10.4423 2.88307 11 3.76341 11 4.65966V6.00453C11 6.55681 10.5523 7.00453 10 7.00453C9.44772 7.00453 9 6.55681 9 6.00453V4.65966C9 4.61158 8.98501 4.57696 8.97199 4.55857C8.96938 4.55488 8.9672 4.55226 8.96557 4.55048L7.02258 4.01468Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.36935 5.25392L19.6307 5.25392C19.8236 5.2538 19.9944 5.2537 20.1611 5.27894C20.9262 5.39481 21.5605 5.89162 21.9747 6.55768C22.0654 6.70354 22.1992 6.97493 22.3125 7.20493C22.475 7.53409 22.6067 7.80089 22.6673 8.0305C22.8068 8.55857 22.7646 9.11006 22.5804 9.57564C22.3995 10.0329 22.0442 10.4884 21.4932 10.6747C21.3326 10.729 21.1733 10.7423 21.0509 10.7481C20.9283 10.754 20.7783 10.7539 20.6125 10.7539L3.38747 10.7539H3.38746C3.22173 10.7539 3.07169 10.754 2.9491 10.7481C2.82668 10.7423 2.66742 10.7289 2.50685 10.6747C1.95585 10.4884 1.60048 10.0329 1.41959 9.57564C1.23541 9.11006 1.19325 8.55857 1.33271 8.0305C1.39335 7.80087 1.52504 7.53411 1.68756 7.20491L1.68756 7.2049C1.80081 6.975 1.93461 6.70351 2.0253 6.55768C2.43954 5.89162 3.07377 5.39481 3.83888 5.27894C4.0056 5.2537 4.17643 5.2538 4.36935 5.25392Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 14.0039C5 13.4516 5.44772 13.0039 6 13.0039L18 13.0039C18.5523 13.0039 19 13.4516 19 14.0039C19 14.5562 18.5523 15.0039 18 15.0039L6 15.0039C5.44772 15.0039 5 14.5562 5 14.0039Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.38082 9.21873C3.81449 8.87674 4.44328 8.95107 4.78526 9.38473L6.03771 10.9729C6.93693 12.1132 7.22841 13.6133 6.81701 15.0045L6.14188 17.2875C5.98526 17.8171 5.42896 18.1195 4.89935 17.9629C4.36973 17.8063 4.06736 17.25 4.22398 16.7204L4.89911 14.4374C5.12549 13.6719 4.96647 12.8444 4.46727 12.2114L3.21482 10.6232C2.87284 10.1895 2.94716 9.56071 3.38082 9.21873Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.6192 9.21873C21.0529 9.56071 21.1272 10.1895 20.7852 10.6232L19.5328 12.2114C19.0336 12.8444 18.8746 13.6719 19.101 14.4374L19.7761 16.7204C19.9327 17.25 19.6303 17.8063 19.1007 17.9629C18.5711 18.1195 18.0148 17.8171 17.8582 17.2875L17.1831 15.0045C16.7717 13.6133 17.0631 12.1132 17.9624 10.9729L19.2148 9.38473C19.5568 8.95107 20.1856 8.87674 20.6192 9.21873Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 18.0039C4.44772 18.0039 4 18.4516 4 19.0039C4 19.5562 4.44772 20.0039 5 20.0039C5.55228 20.0039 6 19.5562 6 19.0039C6 18.4516 5.55228 18.0039 5 18.0039ZM2 19.0039C2 17.3471 3.34315 16.0039 5 16.0039C6.65685 16.0039 8 17.3471 8 19.0039C8 20.6608 6.65685 22.0039 5 22.0039C3.34315 22.0039 2 20.6608 2 19.0039Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 18.0039C18.4477 18.0039 18 18.4516 18 19.0039C18 19.5562 18.4477 20.0039 19 20.0039C19.5523 20.0039 20 19.5562 20 19.0039C20 18.4516 19.5523 18.0039 19 18.0039ZM16 19.0039C16 17.3471 17.3431 16.0039 19 16.0039C20.6569 16.0039 22 17.3471 22 19.0039C22 20.6608 20.6569 22.0039 19 22.0039C17.3431 22.0039 16 20.6608 16 19.0039Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.02258 4.01468C7.01188 4.0322 7 4.06224 7 4.10813V6.00453C7 6.55681 6.55228 7.00453 6 7.00453C5.44772 7.00453 5 6.55681 5 6.00453V4.10813C5 2.86523 6.1159 1.68999 7.50838 2.07399L9.50838 2.62552C10.4423 2.88307 11 3.76341 11 4.65966V6.00453C11 6.55681 10.5523 7.00453 10 7.00453C9.44772 7.00453 9 6.55681 9 6.00453V4.65966C9 4.61158 8.98501 4.57696 8.97199 4.55857C8.96938 4.55488 8.9672 4.55226 8.96557 4.55048L7.02258 4.01468Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-hospital-bed-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.36935 5.25392L19.6307 5.25392C19.8236 5.2538 19.9944 5.2537 20.1611 5.27894C20.9262 5.39481 21.5605 5.89162 21.9747 6.55768C22.0654 6.70354 22.1992 6.97493 22.3125 7.20493C22.475 7.53409 22.6067 7.80089 22.6673 8.0305C22.8068 8.55857 22.7646 9.11006 22.5804 9.57564C22.3995 10.0329 22.0442 10.4884 21.4932 10.6747C21.3326 10.729 21.1733 10.7423 21.0509 10.7481C20.9283 10.754 20.7783 10.7539 20.6125 10.7539L3.38747 10.7539H3.38746C3.22173 10.7539 3.07169 10.754 2.9491 10.7481C2.82668 10.7423 2.66742 10.7289 2.50685 10.6747C1.95585 10.4884 1.60048 10.0329 1.41959 9.57564C1.23541 9.11006 1.19325 8.55857 1.33271 8.0305C1.39335 7.80087 1.57883 7.42503 1.74135 7.09583C1.8546 6.86592 1.93461 6.70351 2.0253 6.55768C2.43954 5.89162 3.07377 5.39481 3.83888 5.27894C4.0056 5.2537 4.17643 5.2538 4.36935 5.25392Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.8377 9.45775C20.1394 9.92035 20.009 10.5399 19.5464 10.8416L8.04638 18.3416C7.58378 18.6433 6.9642 18.5129 6.66251 18.0503C6.36081 17.5877 6.49125 16.9681 6.95385 16.6664L18.4538 9.16641C18.9164 8.86472 19.536 8.99515 19.8377 9.45775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.16251 9.45775C4.4642 8.99515 5.08378 8.86472 5.54638 9.16641L17.0464 16.6664C17.509 16.9681 17.6394 17.5877 17.3377 18.0503C17.036 18.5129 16.4164 18.6433 15.9538 18.3416L4.45385 10.8416C3.99125 10.5399 3.86081 9.92035 4.16251 9.45775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 18.0039C5.44772 18.0039 5 18.4516 5 19.0039C5 19.5562 5.44772 20.0039 6 20.0039C6.55228 20.0039 7 19.5562 7 19.0039C7 18.4516 6.55228 18.0039 6 18.0039ZM3 19.0039C3 17.3471 4.34315 16.0039 6 16.0039C7.65685 16.0039 9 17.3471 9 19.0039C9 20.6608 7.65685 22.0039 6 22.0039C4.34315 22.0039 3 20.6608 3 19.0039Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 18.0039C17.4477 18.0039 17 18.4516 17 19.0039C17 19.5562 17.4477 20.0039 18 20.0039C18.5523 20.0039 19 19.5562 19 19.0039C19 18.4516 18.5523 18.0039 18 18.0039ZM15 19.0039C15 17.3471 16.3431 16.0039 18 16.0039C19.6569 16.0039 21 17.3471 21 19.0039C21 20.6608 19.6569 22.0039 18 22.0039C16.3431 22.0039 15 20.6608 15 19.0039Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.02258 4.01468C7.01188 4.0322 7 4.06224 7 4.10813V6.00453C7 6.55681 6.55228 7.00453 6 7.00453C5.44772 7.00453 5 6.55681 5 6.00453V4.10813C5 2.86523 6.1159 1.68999 7.50838 2.07399L9.50838 2.62552C10.4423 2.88307 11 3.76341 11 4.65966V6.00453C11 6.55681 10.5523 7.00453 10 7.00453C9.44772 7.00453 9 6.55681 9 6.00453V4.65966C9 4.61158 8.98501 4.57696 8.97199 4.55857C8.96938 4.55488 8.9672 4.55226 8.96557 4.55048L7.02258 4.01468Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.36935 5.25392L19.6307 5.25392C19.8236 5.2538 19.9944 5.2537 20.1611 5.27894C20.9262 5.39481 21.5605 5.89162 21.9747 6.55768C22.0654 6.70354 22.1992 6.97493 22.3125 7.20493C22.475 7.53409 22.6067 7.80089 22.6673 8.0305C22.8068 8.55857 22.7646 9.11006 22.5804 9.57564C22.3995 10.0329 22.0442 10.4884 21.4932 10.6747C21.3326 10.729 21.1733 10.7423 21.0509 10.7481C20.9283 10.754 20.7783 10.7539 20.6125 10.7539L3.38747 10.7539H3.38746C3.22173 10.7539 3.07169 10.754 2.9491 10.7481C2.82668 10.7423 2.66742 10.7289 2.50685 10.6747C1.95585 10.4884 1.60048 10.0329 1.41959 9.57564C1.23541 9.11006 1.19325 8.55857 1.33271 8.0305C1.39335 7.80087 1.57883 7.42503 1.74135 7.09583C1.8546 6.86592 1.93461 6.70351 2.0253 6.55768C2.43954 5.89162 3.07377 5.39481 3.83888 5.27894C4.0056 5.2537 4.17643 5.2538 4.36935 5.25392Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.8377 9.45775C20.1394 9.92035 20.009 10.5399 19.5464 10.8416L8.04638 18.3416C7.58378 18.6433 6.9642 18.5129 6.66251 18.0503C6.36081 17.5877 6.49125 16.9681 6.95385 16.6664L18.4538 9.16641C18.9164 8.86472 19.536 8.99515 19.8377 9.45775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.16251 9.45775C4.4642 8.99515 5.08378 8.86472 5.54638 9.16641L17.0464 16.6664C17.509 16.9681 17.6394 17.5877 17.3377 18.0503C17.036 18.5129 16.4164 18.6433 15.9538 18.3416L4.45385 10.8416C3.99125 10.5399 3.86081 9.92035 4.16251 9.45775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 18.0039C5.44772 18.0039 5 18.4516 5 19.0039C5 19.5562 5.44772 20.0039 6 20.0039C6.55228 20.0039 7 19.5562 7 19.0039C7 18.4516 6.55228 18.0039 6 18.0039ZM3 19.0039C3 17.3471 4.34315 16.0039 6 16.0039C7.65685 16.0039 9 17.3471 9 19.0039C9 20.6608 7.65685 22.0039 6 22.0039C4.34315 22.0039 3 20.6608 3 19.0039Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 18.0039C17.4477 18.0039 17 18.4516 17 19.0039C17 19.5562 17.4477 20.0039 18 20.0039C18.5523 20.0039 19 19.5562 19 19.0039C19 18.4516 18.5523 18.0039 18 18.0039ZM15 19.0039C15 17.3471 16.3431 16.0039 18 16.0039C19.6569 16.0039 21 17.3471 21 19.0039C21 20.6608 19.6569 22.0039 18 22.0039C16.3431 22.0039 15 20.6608 15 19.0039Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.02258 4.01468C7.01188 4.0322 7 4.06224 7 4.10813V6.00453C7 6.55681 6.55228 7.00453 6 7.00453C5.44772 7.00453 5 6.55681 5 6.00453V4.10813C5 2.86523 6.1159 1.68999 7.50838 2.07399L9.50838 2.62552C10.4423 2.88307 11 3.76341 11 4.65966V6.00453C11 6.55681 10.5523 7.00453 10 7.00453C9.44772 7.00453 9 6.55681 9 6.00453V4.65966C9 4.61158 8.98501 4.57696 8.97199 4.55857C8.96938 4.55488 8.9672 4.55226 8.96557 4.55048L7.02258 4.01468Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-hospital-location{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.92757 1.25 2.75 5.16832 2.75 10.0807C2.75 12.893 3.94277 15.0764 6.20712 16.965C7.64344 18.1629 9.40869 20.18 10.4598 21.8028C10.7996 22.3274 11.3185 22.75 11.9859 22.75C12.6456 22.75 13.1704 22.3361 13.5267 21.8228C14.6504 20.2044 16.3659 18.1551 17.7929 16.965C20.0572 15.0764 21.25 12.893 21.25 10.0807C21.25 5.16832 17.0724 1.25 12 1.25ZM11 7C11 6.44772 10.5523 6 10 6C9.44771 6 9 6.44772 9 7L9 13C9 13.5523 9.44771 14 10 14C10.5523 14 11 13.5523 11 13V11H13V13C13 13.5523 13.4477 14 14 14C14.5523 14 15 13.5523 15 13L15 7C15 6.44772 14.5523 6 14 6C13.4477 6 13 6.44772 13 7L13 9H11L11 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.92757 1.25 2.75 5.16832 2.75 10.0807C2.75 12.893 3.94277 15.0764 6.20712 16.965C7.64344 18.1629 9.40869 20.18 10.4598 21.8028C10.7996 22.3274 11.3185 22.75 11.9859 22.75C12.6456 22.75 13.1704 22.3361 13.5267 21.8228C14.6504 20.2044 16.3659 18.1551 17.7929 16.965C20.0572 15.0764 21.25 12.893 21.25 10.0807C21.25 5.16832 17.0724 1.25 12 1.25ZM11 7C11 6.44772 10.5523 6 10 6C9.44771 6 9 6.44772 9 7L9 13C9 13.5523 9.44771 14 10 14C10.5523 14 11 13.5523 11 13V11H13V13C13 13.5523 13.4477 14 14 14C14.5523 14 15 13.5523 15 13L15 7C15 6.44772 14.5523 6 14 6C13.4477 6 13 6.44772 13 7L13 9H11L11 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-injection{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.7071 5.29289C11.3166 4.90237 10.6834 4.90237 10.2929 5.29289C9.90237 5.68342 9.90237 6.31658 10.2929 6.70711L10.6091 7.02332L6.20751 11.4249C5.69844 11.934 5.27653 12.3559 4.97025 12.7315C4.65053 13.1237 4.4028 13.5281 4.30561 14.0166C4.23146 14.3894 4.23146 14.7732 4.30561 15.146C4.4028 15.6345 4.65053 16.0389 4.97025 16.4311C5.27653 16.8067 5.75324 17.2834 6.26231 17.7925C6.77137 18.3016 7.19327 18.7235 7.56892 19.0298C7.96106 19.3495 8.36547 19.5972 8.85405 19.6944C9.22683 19.7685 9.61057 19.7685 9.98336 19.6944C10.4719 19.5972 10.8764 19.3495 11.2685 19.0298C11.6441 18.7235 12.066 18.3016 12.5751 17.7925L16.9767 13.3909L17.2929 13.7071C17.6834 14.0976 18.3166 14.0976 18.7071 13.7071C19.0976 13.3166 19.0976 12.6834 18.7071 12.2929L11.7071 5.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.94455 15.1863C6.39396 15.5074 6.49805 16.1319 6.17704 16.5813L5.34171 17.7508C5.21267 17.9314 5.12711 18.0517 5.06453 18.1483C5.12627 18.2573 5.23321 18.4115 5.41112 18.5894C5.58951 18.7678 5.74181 18.8755 5.84974 18.9378C5.93995 18.8794 6.06093 18.7938 6.24979 18.6589L7.41925 17.8235C7.86866 17.5025 8.49321 17.6066 8.81422 18.056C9.13523 18.5054 9.03114 19.13 8.58173 19.451L7.38314 20.3071L7.38311 20.3071C7.17319 20.4572 6.96199 20.6081 6.76939 20.7193C6.55223 20.8447 6.28072 20.9677 5.94545 20.9941C5.9025 20.9975 5.85936 20.9981 5.81633 20.9959C5.32106 20.9708 4.64098 20.6477 3.99691 20.0037C3.48478 19.4915 3.2058 18.9818 3.08298 18.5884C3.03426 18.4305 2.96549 18.0271 3.08013 17.6775C3.19484 17.3122 3.44742 16.96 3.66013 16.6638L4.54957 15.4188C4.87058 14.9694 5.49513 14.8653 5.94455 15.1863Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0357 1.25C17.5617 1.25 17.9881 1.67639 17.9881 2.20238C17.9881 2.74171 17.9966 2.82743 18.0161 2.89593C18.0315 2.94991 18.0531 3.00194 18.0803 3.05099C18.115 3.11323 18.1696 3.17984 18.551 3.56121L20.4388 5.44904C20.8202 5.83041 20.8868 5.88502 20.949 5.91965C20.9981 5.94694 21.0501 5.96849 21.1041 5.98388C21.1726 6.0034 21.2583 6.01189 21.7976 6.01189C22.3236 6.01189 22.75 6.43828 22.75 6.96427C22.75 7.49025 22.3236 7.91664 21.7976 7.91664C21.3989 7.91717 20.94 7.91775 20.5819 7.81567C20.3873 7.7602 20.1998 7.68251 20.023 7.58413C19.897 7.51406 19.7805 7.43166 19.6686 7.3406L16.827 10.8925C16.4985 11.3033 15.8991 11.3698 15.4884 11.0413C15.0777 10.7127 15.0111 10.1134 15.3397 9.70264L18.2992 6.0032L17.9968 5.70078L14.2974 8.66033C13.8866 8.9889 13.2873 8.92231 12.9587 8.51159C12.6302 8.10086 12.6967 7.50154 13.1075 7.17296L16.6594 4.33142C16.5683 4.21954 16.4859 4.103 16.4159 3.97705C16.3175 3.80023 16.2398 3.61267 16.1843 3.41807C16.0823 3.05996 16.0828 2.60113 16.0834 2.20238C16.0834 1.67639 16.5098 1.25 17.0357 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.45711 19.9571L2.95711 22.4571C2.56658 22.8476 1.93342 22.8476 1.54289 22.4571C1.15237 22.0665 1.15237 21.4334 1.54289 21.0428L4.04289 18.5428L5.45711 19.9571Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.7071 5.29289C11.3166 4.90237 10.6834 4.90237 10.2929 5.29289C9.90237 5.68342 9.90237 6.31658 10.2929 6.70711L10.6091 7.02332L6.20751 11.4249C5.69844 11.934 5.27653 12.3559 4.97025 12.7315C4.65053 13.1237 4.4028 13.5281 4.30561 14.0166C4.23146 14.3894 4.23146 14.7732 4.30561 15.146C4.4028 15.6345 4.65053 16.0389 4.97025 16.4311C5.27653 16.8067 5.75324 17.2834 6.26231 17.7925C6.77137 18.3016 7.19327 18.7235 7.56892 19.0298C7.96106 19.3495 8.36547 19.5972 8.85405 19.6944C9.22683 19.7685 9.61057 19.7685 9.98336 19.6944C10.4719 19.5972 10.8764 19.3495 11.2685 19.0298C11.6441 18.7235 12.066 18.3016 12.5751 17.7925L16.9767 13.3909L17.2929 13.7071C17.6834 14.0976 18.3166 14.0976 18.7071 13.7071C19.0976 13.3166 19.0976 12.6834 18.7071 12.2929L11.7071 5.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.94455 15.1863C6.39396 15.5074 6.49805 16.1319 6.17704 16.5813L5.34171 17.7508C5.21267 17.9314 5.12711 18.0517 5.06453 18.1483C5.12627 18.2573 5.23321 18.4115 5.41112 18.5894C5.58951 18.7678 5.74181 18.8755 5.84974 18.9378C5.93995 18.8794 6.06093 18.7938 6.24979 18.6589L7.41925 17.8235C7.86866 17.5025 8.49321 17.6066 8.81422 18.056C9.13523 18.5054 9.03114 19.13 8.58173 19.451L7.38314 20.3071L7.38311 20.3071C7.17319 20.4572 6.96199 20.6081 6.76939 20.7193C6.55223 20.8447 6.28072 20.9677 5.94545 20.9941C5.9025 20.9975 5.85936 20.9981 5.81633 20.9959C5.32106 20.9708 4.64098 20.6477 3.99691 20.0037C3.48478 19.4915 3.2058 18.9818 3.08298 18.5884C3.03426 18.4305 2.96549 18.0271 3.08013 17.6775C3.19484 17.3122 3.44742 16.96 3.66013 16.6638L4.54957 15.4188C4.87058 14.9694 5.49513 14.8653 5.94455 15.1863Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0357 1.25C17.5617 1.25 17.9881 1.67639 17.9881 2.20238C17.9881 2.74171 17.9966 2.82743 18.0161 2.89593C18.0315 2.94991 18.0531 3.00194 18.0803 3.05099C18.115 3.11323 18.1696 3.17984 18.551 3.56121L20.4388 5.44904C20.8202 5.83041 20.8868 5.88502 20.949 5.91965C20.9981 5.94694 21.0501 5.96849 21.1041 5.98388C21.1726 6.0034 21.2583 6.01189 21.7976 6.01189C22.3236 6.01189 22.75 6.43828 22.75 6.96427C22.75 7.49025 22.3236 7.91664 21.7976 7.91664C21.3989 7.91717 20.94 7.91775 20.5819 7.81567C20.3873 7.7602 20.1998 7.68251 20.023 7.58413C19.897 7.51406 19.7805 7.43166 19.6686 7.3406L16.827 10.8925C16.4985 11.3033 15.8991 11.3698 15.4884 11.0413C15.0777 10.7127 15.0111 10.1134 15.3397 9.70264L18.2992 6.0032L17.9968 5.70078L14.2974 8.66033C13.8866 8.9889 13.2873 8.92231 12.9587 8.51159C12.6302 8.10086 12.6967 7.50154 13.1075 7.17296L16.6594 4.33142C16.5683 4.21954 16.4859 4.103 16.4159 3.97705C16.3175 3.80023 16.2398 3.61267 16.1843 3.41807C16.0823 3.05996 16.0828 2.60113 16.0834 2.20238C16.0834 1.67639 16.5098 1.25 17.0357 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.45711 19.9571L2.95711 22.4571C2.56658 22.8476 1.93342 22.8476 1.54289 22.4571C1.15237 22.0665 1.15237 21.4334 1.54289 21.0428L4.04289 18.5428L5.45711 19.9571Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-kidneys{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.10901 9.46321V8.77049C9.43704 8.62763 9.69992 8.40006 9.90511 8.15283C10.7445 8.85706 11.2517 9.98781 11.2517 11.6402C11.2517 13.3983 10.9068 14.7496 10.6177 15.8822L10.6177 15.8822C10.5465 16.1614 10.4786 16.4272 10.4202 16.6826C10.1295 17.952 10.0228 19.0829 10.6956 20.7143C10.8535 21.0972 10.6711 21.5357 10.2881 21.6936C9.9052 21.8515 9.46676 21.6691 9.30885 21.2861C8.48055 19.2775 8.62359 17.8085 8.95798 16.3478C9.02763 16.0436 9.10333 15.7455 9.1794 15.446L9.17941 15.446C9.46296 14.3294 9.7517 13.1925 9.7517 11.6402C9.7517 10.4964 9.4615 9.84796 9.10901 9.46321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.57086 2.25C9.37277 2.25 10.9457 4.15836 10.7304 6.08336L10.7291 6.09456C10.6744 6.52476 10.5152 7.17062 10.1918 7.73277C10.1122 7.87106 10.0161 8.01448 9.9022 8.15185C9.85685 8.11384 9.81053 8.07707 9.76327 8.04153C9.11461 7.55371 8.36191 7.35514 7.68697 7.28442C7.68229 7.25118 7.67744 7.21834 7.67244 7.18593C7.5832 6.60705 7.43335 6.0753 7.3168 5.74835C7.1777 5.35819 6.74866 5.15466 6.3585 5.29375C5.96834 5.43285 5.7648 5.86189 5.9039 6.25205C5.99105 6.49653 6.11622 6.93622 6.18995 7.41448C6.26606 7.90817 6.27339 8.35687 6.19137 8.66362L6.19137 8.66363C6.1548 8.8004 6.07523 9.00767 5.97458 9.16206C5.94505 9.20735 5.92048 9.23756 5.90304 9.25641C5.53463 9.30397 5.25 9.61885 5.25 10.0002C5.25 10.4144 5.58578 10.7502 6 10.7502C6.65059 10.7502 7.04965 10.2596 7.23116 9.98121C7.44094 9.65941 7.57518 9.29526 7.64047 9.05107C7.66273 8.96781 7.68112 8.88293 7.69606 8.79697C8.13176 8.86065 8.53644 8.99574 8.86171 9.24035C8.9443 9.30247 9.02635 9.37517 9.1053 9.46107V11.6027C9.31952 13.1502 8.08923 14.75 6.06307 14.75C4.52415 14.75 3.29212 13.9875 2.47115 12.8207C1.66236 11.6712 1.24951 10.1354 1.24951 8.5C1.24951 5.18404 3.50809 2.25 6.57086 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8929 9.46321V8.77049C14.5649 8.62763 14.302 8.40006 14.0968 8.15283C13.2575 8.85706 12.7503 9.98781 12.7503 11.6402C12.7503 13.3983 13.0951 14.7496 13.3842 15.8822L13.3842 15.8822C13.4555 16.1614 13.5233 16.4272 13.5818 16.6826C13.8724 17.952 13.9791 19.0829 13.3064 20.7143C13.1485 21.0972 13.3309 21.5357 13.7138 21.6936C14.0968 21.8515 14.5352 21.6691 14.6931 21.2861C15.5214 19.2775 15.3784 17.8085 15.044 16.3478C14.9743 16.0436 14.8986 15.7455 14.8225 15.446L14.8225 15.446C14.539 14.3294 14.2503 13.1925 14.2503 11.6402C14.2503 10.4964 14.5405 9.84796 14.8929 9.46321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.4291 2.25C14.6272 2.25 13.0543 4.15836 13.2696 6.08336L13.2709 6.09456C13.3256 6.52476 13.4848 7.17062 13.8082 7.73277C13.8878 7.87106 13.9839 8.01448 14.0978 8.15185C14.1432 8.11384 14.1895 8.07707 14.2367 8.04153C14.8854 7.55371 15.6381 7.35514 16.313 7.28442C16.3177 7.25118 16.3226 7.21834 16.3276 7.18593C16.4168 6.60705 16.5666 6.0753 16.6832 5.74835C16.8223 5.35819 17.2513 5.15466 17.6415 5.29375C18.0317 5.43285 18.2352 5.86189 18.0961 6.25205C18.0089 6.49653 17.8838 6.93622 17.81 7.41448C17.7339 7.90817 17.7266 8.35687 17.8086 8.66362L17.8086 8.66363C17.8452 8.8004 17.9248 9.00767 18.0254 9.16206C18.0549 9.20735 18.0795 9.23756 18.097 9.25641C18.4654 9.30397 18.75 9.61885 18.75 10.0002C18.75 10.4144 18.4142 10.7502 18 10.7502C17.3494 10.7502 16.9503 10.2596 16.7688 9.98121C16.5591 9.65941 16.4248 9.29526 16.3595 9.05107C16.3373 8.96781 16.3189 8.88293 16.3039 8.79697C15.8682 8.86065 15.4636 8.99574 15.1383 9.24035C15.0557 9.30247 14.9737 9.37517 14.8947 9.46107V11.6027C14.6805 13.1502 15.9108 14.75 17.9369 14.75C19.4759 14.75 20.7079 13.9875 21.5288 12.8207C22.3376 11.6712 22.7505 10.1354 22.7505 8.5C22.7505 5.18404 20.4919 2.25 17.4291 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.10901 9.46321V8.77049C9.43704 8.62763 9.69992 8.40006 9.90511 8.15283C10.7445 8.85706 11.2517 9.98781 11.2517 11.6402C11.2517 13.3983 10.9068 14.7496 10.6177 15.8822L10.6177 15.8822C10.5465 16.1614 10.4786 16.4272 10.4202 16.6826C10.1295 17.952 10.0228 19.0829 10.6956 20.7143C10.8535 21.0972 10.6711 21.5357 10.2881 21.6936C9.9052 21.8515 9.46676 21.6691 9.30885 21.2861C8.48055 19.2775 8.62359 17.8085 8.95798 16.3478C9.02763 16.0436 9.10333 15.7455 9.1794 15.446L9.17941 15.446C9.46296 14.3294 9.7517 13.1925 9.7517 11.6402C9.7517 10.4964 9.4615 9.84796 9.10901 9.46321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.57086 2.25C9.37277 2.25 10.9457 4.15836 10.7304 6.08336L10.7291 6.09456C10.6744 6.52476 10.5152 7.17062 10.1918 7.73277C10.1122 7.87106 10.0161 8.01448 9.9022 8.15185C9.85685 8.11384 9.81053 8.07707 9.76327 8.04153C9.11461 7.55371 8.36191 7.35514 7.68697 7.28442C7.68229 7.25118 7.67744 7.21834 7.67244 7.18593C7.5832 6.60705 7.43335 6.0753 7.3168 5.74835C7.1777 5.35819 6.74866 5.15466 6.3585 5.29375C5.96834 5.43285 5.7648 5.86189 5.9039 6.25205C5.99105 6.49653 6.11622 6.93622 6.18995 7.41448C6.26606 7.90817 6.27339 8.35687 6.19137 8.66362L6.19137 8.66363C6.1548 8.8004 6.07523 9.00767 5.97458 9.16206C5.94505 9.20735 5.92048 9.23756 5.90304 9.25641C5.53463 9.30397 5.25 9.61885 5.25 10.0002C5.25 10.4144 5.58578 10.7502 6 10.7502C6.65059 10.7502 7.04965 10.2596 7.23116 9.98121C7.44094 9.65941 7.57518 9.29526 7.64047 9.05107C7.66273 8.96781 7.68112 8.88293 7.69606 8.79697C8.13176 8.86065 8.53644 8.99574 8.86171 9.24035C8.9443 9.30247 9.02635 9.37517 9.1053 9.46107V11.6027C9.31952 13.1502 8.08923 14.75 6.06307 14.75C4.52415 14.75 3.29212 13.9875 2.47115 12.8207C1.66236 11.6712 1.24951 10.1354 1.24951 8.5C1.24951 5.18404 3.50809 2.25 6.57086 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8929 9.46321V8.77049C14.5649 8.62763 14.302 8.40006 14.0968 8.15283C13.2575 8.85706 12.7503 9.98781 12.7503 11.6402C12.7503 13.3983 13.0951 14.7496 13.3842 15.8822L13.3842 15.8822C13.4555 16.1614 13.5233 16.4272 13.5818 16.6826C13.8724 17.952 13.9791 19.0829 13.3064 20.7143C13.1485 21.0972 13.3309 21.5357 13.7138 21.6936C14.0968 21.8515 14.5352 21.6691 14.6931 21.2861C15.5214 19.2775 15.3784 17.8085 15.044 16.3478C14.9743 16.0436 14.8986 15.7455 14.8225 15.446L14.8225 15.446C14.539 14.3294 14.2503 13.1925 14.2503 11.6402C14.2503 10.4964 14.5405 9.84796 14.8929 9.46321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.4291 2.25C14.6272 2.25 13.0543 4.15836 13.2696 6.08336L13.2709 6.09456C13.3256 6.52476 13.4848 7.17062 13.8082 7.73277C13.8878 7.87106 13.9839 8.01448 14.0978 8.15185C14.1432 8.11384 14.1895 8.07707 14.2367 8.04153C14.8854 7.55371 15.6381 7.35514 16.313 7.28442C16.3177 7.25118 16.3226 7.21834 16.3276 7.18593C16.4168 6.60705 16.5666 6.0753 16.6832 5.74835C16.8223 5.35819 17.2513 5.15466 17.6415 5.29375C18.0317 5.43285 18.2352 5.86189 18.0961 6.25205C18.0089 6.49653 17.8838 6.93622 17.81 7.41448C17.7339 7.90817 17.7266 8.35687 17.8086 8.66362L17.8086 8.66363C17.8452 8.8004 17.9248 9.00767 18.0254 9.16206C18.0549 9.20735 18.0795 9.23756 18.097 9.25641C18.4654 9.30397 18.75 9.61885 18.75 10.0002C18.75 10.4144 18.4142 10.7502 18 10.7502C17.3494 10.7502 16.9503 10.2596 16.7688 9.98121C16.5591 9.65941 16.4248 9.29526 16.3595 9.05107C16.3373 8.96781 16.3189 8.88293 16.3039 8.79697C15.8682 8.86065 15.4636 8.99574 15.1383 9.24035C15.0557 9.30247 14.9737 9.37517 14.8947 9.46107V11.6027C14.6805 13.1502 15.9108 14.75 17.9369 14.75C19.4759 14.75 20.7079 13.9875 21.5288 12.8207C22.3376 11.6712 22.7505 10.1354 22.7505 8.5C22.7505 5.18404 20.4919 2.25 17.4291 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-labs{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 7C12.875 6.44772 13.3227 6 13.875 6L16.875 6C17.4273 6 17.875 6.44772 17.875 7C17.875 7.55228 17.4273 8 16.875 8H13.875C13.3227 8 12.875 7.55228 12.875 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.35578 9.45879C5.64596 9.1804 6.10404 9.1804 6.39422 9.45879L6.39997 9.46461C6.52015 9.58642 6.86085 9.93175 7.05171 10.139C7.4389 10.5595 7.95654 11.1542 8.47592 11.8496C8.99376 12.5431 9.5239 13.3507 9.92705 14.1967C10.327 15.0359 10.625 15.9605 10.625 16.875C10.625 18.5702 10.0593 19.824 9.11687 20.6428C8.19348 21.445 6.99994 21.75 5.875 21.75C4.75006 21.75 3.55652 21.445 2.63313 20.6428C1.69069 19.824 1.125 18.5702 1.125 16.875C1.125 15.9605 1.42299 15.0359 1.82295 14.1967C2.2261 13.3507 2.75624 12.5431 3.27408 11.8496C3.79346 11.1542 4.3111 10.5595 4.69829 10.139C4.88917 9.93173 5.22992 9.58636 5.35007 9.46458L5.35578 9.45879Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 2C12.3227 2 11.875 2.44772 11.875 3C11.875 3.55228 12.3227 4 12.875 4L12.875 17.5C12.875 19.9853 14.8897 22 17.375 22C19.8603 22 21.875 19.9853 21.875 17.5L21.875 4C22.4273 4 22.875 3.55228 22.875 3C22.875 2.44772 22.4273 2 21.875 2H12.875ZM19.875 4L19.875 9.80085C19.6034 9.98784 19.3541 10.1345 19.105 10.2244C18.7545 10.351 18.4281 10.3572 18.0319 10.1195C17.0208 9.51289 16.0681 9.65935 15.2787 10.054C15.1423 10.1222 15.0074 10.1998 14.875 10.2835V4H19.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 7C12.875 6.44772 13.3227 6 13.875 6L16.875 6C17.4273 6 17.875 6.44772 17.875 7C17.875 7.55228 17.4273 8 16.875 8H13.875C13.3227 8 12.875 7.55228 12.875 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.35578 9.45879C5.64596 9.1804 6.10404 9.1804 6.39422 9.45879L6.39997 9.46461C6.52015 9.58642 6.86085 9.93175 7.05171 10.139C7.4389 10.5595 7.95654 11.1542 8.47592 11.8496C8.99376 12.5431 9.5239 13.3507 9.92705 14.1967C10.327 15.0359 10.625 15.9605 10.625 16.875C10.625 18.5702 10.0593 19.824 9.11687 20.6428C8.19348 21.445 6.99994 21.75 5.875 21.75C4.75006 21.75 3.55652 21.445 2.63313 20.6428C1.69069 19.824 1.125 18.5702 1.125 16.875C1.125 15.9605 1.42299 15.0359 1.82295 14.1967C2.2261 13.3507 2.75624 12.5431 3.27408 11.8496C3.79346 11.1542 4.3111 10.5595 4.69829 10.139C4.88917 9.93173 5.22992 9.58636 5.35007 9.46458L5.35578 9.45879Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 2C12.3227 2 11.875 2.44772 11.875 3C11.875 3.55228 12.3227 4 12.875 4L12.875 17.5C12.875 19.9853 14.8897 22 17.375 22C19.8603 22 21.875 19.9853 21.875 17.5L21.875 4C22.4273 4 22.875 3.55228 22.875 3C22.875 2.44772 22.4273 2 21.875 2H12.875ZM19.875 4L19.875 9.80085C19.6034 9.98784 19.3541 10.1345 19.105 10.2244C18.7545 10.351 18.4281 10.3572 18.0319 10.1195C17.0208 9.51289 16.0681 9.65935 15.2787 10.054C15.1423 10.1222 15.0074 10.1998 14.875 10.2835V4H19.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-liver{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.8927 5.52926C14.0924 5.68236 14.2668 5.83772 14.4226 5.99094C14.8333 6.39511 15.6798 7.51515 15.849 7.70996C16.3463 8.28259 16.9777 8.78449 18.0007 8.78449C18.4149 8.78449 18.7507 8.4487 18.7507 8.03449C18.7507 7.62027 18.4149 7.28449 18.0007 7.28449C17.5838 7.28449 17.33 7.12768 16.9815 6.72642C16.8551 6.56368 16.5124 6.13059 16.1834 5.72987C15.8989 5.38321 15.7566 5.20987 15.8049 5.05527C15.8532 4.90066 16.0584 4.84212 16.4688 4.72506C17.3559 4.47201 18.2606 4.29687 19.09 4.25814C19.9641 4.21731 20.8608 4.32228 21.5632 4.75199C22.3254 5.21819 22.75 5.99891 22.75 7.02667C22.75 8.95176 21.5012 10.5979 20.0192 11.7395C18.7831 12.6915 17.2736 13.3826 15.8868 13.6462C15.864 13.6505 15.8526 13.6527 15.8398 13.654C15.827 13.6553 15.8154 13.6555 15.7922 13.6558C15.5656 13.6594 15.3319 13.6524 15.0907 13.6311C13.6276 13.5017 11.7608 12.8355 9.5401 10.5368C9.2523 10.2389 8.7775 10.2307 8.47959 10.5185C8.18169 10.8063 8.1735 11.2811 8.46129 11.579C10.2324 13.4123 11.874 14.3672 13.3578 14.8153C13.8491 14.9637 14.0947 15.0379 14.1337 15.2075C14.1727 15.3771 14.0011 15.5356 13.6579 15.8525C13.2217 16.2553 12.7353 16.6522 12.2075 17.0295C10.547 18.2165 8.41536 19.2548 6.01361 19.6863C4.57336 19.9451 2.92772 19.4112 2.19622 17.9431C1.42237 16.3901 1.25 14.5452 1.25 13.0735C1.25 8.21202 5.16203 4.26107 10 4.26107C11.5224 4.26107 12.9953 4.75199 13.8927 5.52926Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.8927 5.52926C14.0924 5.68236 14.2668 5.83772 14.4226 5.99094C14.8333 6.39511 15.6798 7.51515 15.849 7.70996C16.3463 8.28259 16.9777 8.78449 18.0007 8.78449C18.4149 8.78449 18.7507 8.4487 18.7507 8.03449C18.7507 7.62027 18.4149 7.28449 18.0007 7.28449C17.5838 7.28449 17.33 7.12768 16.9815 6.72642C16.8551 6.56368 16.5124 6.13059 16.1834 5.72987C15.8989 5.38321 15.7566 5.20987 15.8049 5.05527C15.8532 4.90066 16.0584 4.84212 16.4688 4.72506C17.3559 4.47201 18.2606 4.29687 19.09 4.25814C19.9641 4.21731 20.8608 4.32228 21.5632 4.75199C22.3254 5.21819 22.75 5.99891 22.75 7.02667C22.75 8.95176 21.5012 10.5979 20.0192 11.7395C18.7831 12.6915 17.2736 13.3826 15.8868 13.6462C15.864 13.6505 15.8526 13.6527 15.8398 13.654C15.827 13.6553 15.8154 13.6555 15.7922 13.6558C15.5656 13.6594 15.3319 13.6524 15.0907 13.6311C13.6276 13.5017 11.7608 12.8355 9.5401 10.5368C9.2523 10.2389 8.7775 10.2307 8.47959 10.5185C8.18169 10.8063 8.1735 11.2811 8.46129 11.579C10.2324 13.4123 11.874 14.3672 13.3578 14.8153C13.8491 14.9637 14.0947 15.0379 14.1337 15.2075C14.1727 15.3771 14.0011 15.5356 13.6579 15.8525C13.2217 16.2553 12.7353 16.6522 12.2075 17.0295C10.547 18.2165 8.41536 19.2548 6.01361 19.6863C4.57336 19.9451 2.92772 19.4112 2.19622 17.9431C1.42237 16.3901 1.25 14.5452 1.25 13.0735C1.25 8.21202 5.16203 4.26107 10 4.26107C11.5224 4.26107 12.9953 4.75199 13.8927 5.52926Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-lungs{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6786 20.7304C13.7562 19.8512 13.2788 18.4938 13.2788 16.625C13.2842 16.2851 13.318 15.4637 13.4101 14.8979C13.5229 14.0671 13.7417 12.9986 14.1872 12.0938C13.709 10.979 13.3027 9.33793 13.2548 7.89942C13.2282 7.10361 13.3071 6.27547 13.6188 5.61666C13.7792 5.27762 14.0126 4.95992 14.3466 4.72784C14.6864 4.4917 15.0865 4.375 15.5234 4.375C17.3868 4.375 19.2054 5.74706 20.5135 7.78194C21.8439 9.8515 22.75 12.745 22.75 16.125C22.75 18.5571 21.9318 20.0447 20.8453 20.9014C19.7942 21.7302 18.6097 21.875 18.0144 21.875C16.8144 21.875 15.5948 21.6036 14.6786 20.7304Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.32135 20.7304C10.2438 19.8512 10.7212 18.4938 10.7212 16.625C10.7158 16.2851 10.682 15.4637 10.5899 14.8979C10.4771 14.0671 10.2583 12.9986 9.81276 12.0938C10.291 10.979 10.6973 9.33793 10.7452 7.89942C10.7718 7.10361 10.6929 6.27547 10.3812 5.61666C10.2208 5.27762 9.9874 4.95992 9.65342 4.72784C9.31359 4.4917 8.91349 4.375 8.47663 4.375C6.6132 4.375 4.79457 5.74706 3.48646 7.78194C2.15605 9.8515 1.24998 12.745 1.24998 16.125C1.24998 18.5571 2.06824 20.0447 3.15475 20.9014C4.2058 21.7302 5.39034 21.875 5.98561 21.875C7.1856 21.875 8.4052 21.6036 9.32135 20.7304Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9999 2.125C11.4476 2.125 10.9999 2.57272 10.9999 3.125V5.25648L9.44519 6.29295C8.98566 6.5993 8.86149 7.22017 9.16784 7.6797C9.4742 8.13923 10.0951 8.2634 10.5546 7.95705L11.9999 6.99352L13.4452 7.95705C13.9047 8.2634 14.5256 8.13923 14.8319 7.6797C15.1383 7.22017 15.0141 6.5993 14.5546 6.29295L12.9999 5.25648V3.125C12.9999 2.57272 12.5522 2.125 11.9999 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6786 20.7304C13.7562 19.8512 13.2788 18.4938 13.2788 16.625C13.2842 16.2851 13.318 15.4637 13.4101 14.8979C13.5229 14.0671 13.7417 12.9986 14.1872 12.0938C13.709 10.979 13.3027 9.33793 13.2548 7.89942C13.2282 7.10361 13.3071 6.27547 13.6188 5.61666C13.7792 5.27762 14.0126 4.95992 14.3466 4.72784C14.6864 4.4917 15.0865 4.375 15.5234 4.375C17.3868 4.375 19.2054 5.74706 20.5135 7.78194C21.8439 9.8515 22.75 12.745 22.75 16.125C22.75 18.5571 21.9318 20.0447 20.8453 20.9014C19.7942 21.7302 18.6097 21.875 18.0144 21.875C16.8144 21.875 15.5948 21.6036 14.6786 20.7304Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.32135 20.7304C10.2438 19.8512 10.7212 18.4938 10.7212 16.625C10.7158 16.2851 10.682 15.4637 10.5899 14.8979C10.4771 14.0671 10.2583 12.9986 9.81276 12.0938C10.291 10.979 10.6973 9.33793 10.7452 7.89942C10.7718 7.10361 10.6929 6.27547 10.3812 5.61666C10.2208 5.27762 9.9874 4.95992 9.65342 4.72784C9.31359 4.4917 8.91349 4.375 8.47663 4.375C6.6132 4.375 4.79457 5.74706 3.48646 7.78194C2.15605 9.8515 1.24998 12.745 1.24998 16.125C1.24998 18.5571 2.06824 20.0447 3.15475 20.9014C4.2058 21.7302 5.39034 21.875 5.98561 21.875C7.1856 21.875 8.4052 21.6036 9.32135 20.7304Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9999 2.125C11.4476 2.125 10.9999 2.57272 10.9999 3.125V5.25648L9.44519 6.29295C8.98566 6.5993 8.86149 7.22017 9.16784 7.6797C9.4742 8.13923 10.0951 8.2634 10.5546 7.95705L11.9999 6.99352L13.4452 7.95705C13.9047 8.2634 14.5256 8.13923 14.8319 7.6797C15.1383 7.22017 15.0141 6.5993 14.5546 6.29295L12.9999 5.25648V3.125C12.9999 2.57272 12.5522 2.125 11.9999 2.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-mask-love{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.7509 12.7992C15.2543 11.8884 16.6561 12.2607 17.4977 12.885C18.3393 12.2607 19.741 11.8884 21.2444 12.7992C22.3383 13.4619 22.9087 14.8145 22.7073 16.2976C22.5042 17.7934 21.5342 19.4182 19.5875 20.8413C18.9616 21.2999 18.349 21.7488 17.4977 21.7488C16.6464 21.7488 16.0337 21.2999 15.4078 20.8413C13.4611 19.4182 12.4912 17.7934 12.288 16.2976C12.0866 14.8145 12.657 13.4619 13.7509 12.7992Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.65346 3.07898C2.97508 2.67299 3.48417 2.25012 4.18182 2.25012C4.87947 2.25012 5.38856 2.67299 5.71018 3.07898C6.04048 3.49593 6.29519 4.03901 6.49101 4.62344C6.66322 5.1374 6.80605 5.76278 6.91064 6.41749C6.94474 6.63094 6.96179 6.73767 7.03474 6.78617C7.10769 6.83466 7.2129 6.80904 7.42333 6.75778C8.75733 6.43286 10.331 6.25012 12.0002 6.25012C13.661 6.25012 15.2272 6.43102 16.5568 6.75287C16.7663 6.80358 16.8711 6.82893 16.9437 6.78108C17.0163 6.73323 17.0343 6.62672 17.0704 6.41372C17.181 5.76087 17.3378 5.13446 17.509 4.62344C17.7048 4.03901 17.9595 3.49593 18.2898 3.07898C18.6114 2.67299 19.1205 2.25012 19.8182 2.25012C20.5158 2.25012 21.0249 2.67299 21.3465 3.07898C21.6768 3.49593 21.9316 4.03901 22.1274 4.62344C22.5224 5.80247 22.75 7.36943 22.75 9.05568C22.75 9.77948 22.7252 10.5216 22.6323 11.2585C22.6014 11.5037 22.5859 11.6263 22.5107 11.6771C22.4942 11.6882 22.4783 11.6959 22.4594 11.7019C22.3728 11.7293 22.2562 11.6587 22.0228 11.5173C21.6889 11.315 21.3561 11.1576 21.0275 11.0398C20.8691 10.983 20.7899 10.9546 20.7531 10.8972C20.7163 10.8398 20.7234 10.7588 20.7376 10.5966C20.7802 10.1093 20.796 9.5956 20.796 9.05566C20.796 7.52024 20.586 6.17054 20.2737 5.23831C20.2085 5.04387 20.1419 4.87667 20.0765 4.73516C19.9899 4.54787 19.9466 4.45423 19.8187 4.45423C19.6908 4.45423 19.6475 4.54787 19.561 4.73516C19.4955 4.87667 19.4289 5.04387 19.3638 5.23831C19.0514 6.17054 18.8414 7.52024 18.8414 9.05566C18.8414 9.50787 18.8826 9.91839 18.9537 10.2883C18.9974 10.5154 19.0192 10.629 18.972 10.6979C18.9248 10.7667 18.8098 10.7876 18.5798 10.8293C18.2567 10.8879 17.9494 10.9786 17.6621 11.0934C17.5789 11.1266 17.5373 11.1433 17.4988 11.1433C17.4604 11.1433 17.4188 11.1266 17.3356 11.0934C16.128 10.6107 14.5646 10.5542 12.9748 11.5173C11.2742 12.5476 10.5373 14.5449 10.8028 16.5004C10.9474 17.5649 11.3735 18.6176 12.0708 19.6108C12.1118 19.6691 12.0712 19.7501 12 19.7501C7.89676 19.7501 4.25559 17.5402 2.3242 14.3433C1.39798 12.7002 1.25 10.8233 1.25 9.05568C1.25 7.36943 1.47758 5.80247 1.87262 4.62344C2.06845 4.03901 2.32316 3.49593 2.65346 3.07898ZM3.20508 9.05566C3.20508 7.52024 3.41504 6.17054 3.7274 5.23831C3.79255 5.04387 3.85917 4.87667 3.92459 4.73516C4.01118 4.54787 4.05448 4.45423 4.18235 4.45423C4.31022 4.45423 4.35352 4.54787 4.44011 4.73516C4.50554 4.87667 4.57215 5.04387 4.6373 5.23831C4.94966 6.17054 5.15962 7.52024 5.15962 9.05566C5.15962 10.454 4.76593 11.4538 4.31109 12.0872C4.23832 12.1886 4.16572 12.2786 4.09442 12.3585C3.94662 12.5242 3.87272 12.607 3.75753 12.5806C3.64234 12.5543 3.61009 12.4415 3.54559 12.2158C3.28026 11.2877 3.20508 10.2343 3.20508 9.05566Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.7509 12.7992C15.2543 11.8884 16.6561 12.2607 17.4977 12.885C18.3393 12.2607 19.741 11.8884 21.2444 12.7992C22.3383 13.4619 22.9087 14.8145 22.7073 16.2976C22.5042 17.7934 21.5342 19.4182 19.5875 20.8413C18.9616 21.2999 18.349 21.7488 17.4977 21.7488C16.6464 21.7488 16.0337 21.2999 15.4078 20.8413C13.4611 19.4182 12.4912 17.7934 12.288 16.2976C12.0866 14.8145 12.657 13.4619 13.7509 12.7992Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.65346 3.07898C2.97508 2.67299 3.48417 2.25012 4.18182 2.25012C4.87947 2.25012 5.38856 2.67299 5.71018 3.07898C6.04048 3.49593 6.29519 4.03901 6.49101 4.62344C6.66322 5.1374 6.80605 5.76278 6.91064 6.41749C6.94474 6.63094 6.96179 6.73767 7.03474 6.78617C7.10769 6.83466 7.2129 6.80904 7.42333 6.75778C8.75733 6.43286 10.331 6.25012 12.0002 6.25012C13.661 6.25012 15.2272 6.43102 16.5568 6.75287C16.7663 6.80358 16.8711 6.82893 16.9437 6.78108C17.0163 6.73323 17.0343 6.62672 17.0704 6.41372C17.181 5.76087 17.3378 5.13446 17.509 4.62344C17.7048 4.03901 17.9595 3.49593 18.2898 3.07898C18.6114 2.67299 19.1205 2.25012 19.8182 2.25012C20.5158 2.25012 21.0249 2.67299 21.3465 3.07898C21.6768 3.49593 21.9316 4.03901 22.1274 4.62344C22.5224 5.80247 22.75 7.36943 22.75 9.05568C22.75 9.77948 22.7252 10.5216 22.6323 11.2585C22.6014 11.5037 22.5859 11.6263 22.5107 11.6771C22.4942 11.6882 22.4783 11.6959 22.4594 11.7019C22.3728 11.7293 22.2562 11.6587 22.0228 11.5173C21.6889 11.315 21.3561 11.1576 21.0275 11.0398C20.8691 10.983 20.7899 10.9546 20.7531 10.8972C20.7163 10.8398 20.7234 10.7588 20.7376 10.5966C20.7802 10.1093 20.796 9.5956 20.796 9.05566C20.796 7.52024 20.586 6.17054 20.2737 5.23831C20.2085 5.04387 20.1419 4.87667 20.0765 4.73516C19.9899 4.54787 19.9466 4.45423 19.8187 4.45423C19.6908 4.45423 19.6475 4.54787 19.561 4.73516C19.4955 4.87667 19.4289 5.04387 19.3638 5.23831C19.0514 6.17054 18.8414 7.52024 18.8414 9.05566C18.8414 9.50787 18.8826 9.91839 18.9537 10.2883C18.9974 10.5154 19.0192 10.629 18.972 10.6979C18.9248 10.7667 18.8098 10.7876 18.5798 10.8293C18.2567 10.8879 17.9494 10.9786 17.6621 11.0934C17.5789 11.1266 17.5373 11.1433 17.4988 11.1433C17.4604 11.1433 17.4188 11.1266 17.3356 11.0934C16.128 10.6107 14.5646 10.5542 12.9748 11.5173C11.2742 12.5476 10.5373 14.5449 10.8028 16.5004C10.9474 17.5649 11.3735 18.6176 12.0708 19.6108C12.1118 19.6691 12.0712 19.7501 12 19.7501C7.89676 19.7501 4.25559 17.5402 2.3242 14.3433C1.39798 12.7002 1.25 10.8233 1.25 9.05568C1.25 7.36943 1.47758 5.80247 1.87262 4.62344C2.06845 4.03901 2.32316 3.49593 2.65346 3.07898ZM3.20508 9.05566C3.20508 7.52024 3.41504 6.17054 3.7274 5.23831C3.79255 5.04387 3.85917 4.87667 3.92459 4.73516C4.01118 4.54787 4.05448 4.45423 4.18235 4.45423C4.31022 4.45423 4.35352 4.54787 4.44011 4.73516C4.50554 4.87667 4.57215 5.04387 4.6373 5.23831C4.94966 6.17054 5.15962 7.52024 5.15962 9.05566C5.15962 10.454 4.76593 11.4538 4.31109 12.0872C4.23832 12.1886 4.16572 12.2786 4.09442 12.3585C3.94662 12.5242 3.87272 12.607 3.75753 12.5806C3.64234 12.5543 3.61009 12.4415 3.54559 12.2158C3.28026 11.2877 3.20508 10.2343 3.20508 9.05566Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-mask{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.18178 3.25C3.48413 3.25 2.97504 3.67286 2.65342 4.07885C2.32312 4.4958 2.06841 5.03889 1.87258 5.62332C1.47754 6.80234 1.24996 8.36931 1.24996 10.0556C1.24996 11.8232 1.39794 13.7001 2.32416 15.3432C4.25555 18.54 7.89672 20.75 12 20.75C16.1032 20.75 19.7444 18.54 21.6758 15.3432C22.602 13.7001 22.75 11.8232 22.75 10.0556C22.75 8.36931 22.5224 6.80234 22.1273 5.62332C21.9315 5.03889 21.6768 4.4958 21.3465 4.07885C21.0249 3.67286 20.5158 3.25 19.8181 3.25C19.1205 3.25 18.6114 3.67286 18.2898 4.07885C17.9595 4.4958 17.7048 5.03889 17.5089 5.62332C17.318 6.19332 17.145 6.90688 17.034 7.64055C17.0158 7.76064 16.8974 7.8391 16.7798 7.80862C15.4037 7.4519 13.7547 7.25 12.0002 7.25C10.2366 7.25 8.57973 7.45397 7.19946 7.8141C7.08162 7.84485 6.96279 7.76608 6.94534 7.64556C6.83865 6.90879 6.6831 6.19671 6.49097 5.62332C6.29515 5.03889 6.04044 4.4958 5.71014 4.07885C5.38852 3.67286 4.87943 3.25 4.18178 3.25ZM3.72736 6.23819C3.415 7.17042 3.20504 8.52012 3.20504 10.0555C3.20504 11.3412 3.29448 12.4777 3.62257 13.4653C3.66408 13.5902 3.81501 13.6343 3.91167 13.5449C4.03928 13.4269 4.17486 13.2768 4.31105 13.0871C4.76589 12.4536 5.15958 11.4539 5.15958 10.0555C5.15958 8.52012 4.94962 7.17042 4.63726 6.23819C4.53267 5.92604 4.42432 5.68412 4.32315 5.50595C4.25873 5.3925 4.10589 5.3925 4.04147 5.50595C3.9403 5.68412 3.83195 5.92604 3.72736 6.23819ZM19.3637 6.23819C19.0514 7.17042 18.8414 8.52012 18.8414 10.0555C18.8414 11.4539 19.2351 12.4536 19.6899 13.0871C19.8261 13.2768 19.9617 13.4269 20.0893 13.5449C20.186 13.6343 20.3369 13.5902 20.3784 13.4653C20.7065 12.4777 20.7959 11.3412 20.7959 10.0555C20.7959 8.52012 20.586 7.17042 20.2736 6.23819C20.169 5.92604 20.0607 5.68412 19.9595 5.50595C19.8951 5.3925 19.7423 5.3925 19.6778 5.50595C19.5767 5.68412 19.4683 5.92604 19.3637 6.23819ZM8.75576 10.791C9.77315 10.4402 10.8651 10.25 12.0002 10.25C13.1353 10.25 14.2273 10.4402 15.2446 10.791C15.6362 10.926 15.8443 11.3528 15.7093 11.7444C15.5742 12.136 15.1474 12.344 14.7558 12.209C13.8937 11.9118 12.9668 11.75 12.0002 11.75C11.0336 11.75 10.1067 11.9118 9.24465 12.209C8.85305 12.344 8.42616 12.136 8.29116 11.7444C8.15616 11.3528 8.36417 10.926 8.75576 10.791ZM8.35676 14.3404C7.99237 14.1434 7.5373 14.2791 7.34035 14.6435C7.1434 15.0079 7.27914 15.463 7.64353 15.6599C8.92871 16.3546 10.4173 16.7501 12.0001 16.7501C13.583 16.7501 15.0716 16.3546 16.3568 15.6599C16.7212 15.463 16.8569 15.0079 16.6599 14.6435C16.463 14.2791 16.0079 14.1434 15.6435 14.3404C14.5753 14.9177 13.3316 15.2501 12.0001 15.2501C10.6687 15.2501 9.42496 14.9177 8.35676 14.3404Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.18178 3.25C3.48413 3.25 2.97504 3.67286 2.65342 4.07885C2.32312 4.4958 2.06841 5.03889 1.87258 5.62332C1.47754 6.80234 1.24996 8.36931 1.24996 10.0556C1.24996 11.8232 1.39794 13.7001 2.32416 15.3432C4.25555 18.54 7.89672 20.75 12 20.75C16.1032 20.75 19.7444 18.54 21.6758 15.3432C22.602 13.7001 22.75 11.8232 22.75 10.0556C22.75 8.36931 22.5224 6.80234 22.1273 5.62332C21.9315 5.03889 21.6768 4.4958 21.3465 4.07885C21.0249 3.67286 20.5158 3.25 19.8181 3.25C19.1205 3.25 18.6114 3.67286 18.2898 4.07885C17.9595 4.4958 17.7048 5.03889 17.5089 5.62332C17.318 6.19332 17.145 6.90688 17.034 7.64055C17.0158 7.76064 16.8974 7.8391 16.7798 7.80862C15.4037 7.4519 13.7547 7.25 12.0002 7.25C10.2366 7.25 8.57973 7.45397 7.19946 7.8141C7.08162 7.84485 6.96279 7.76608 6.94534 7.64556C6.83865 6.90879 6.6831 6.19671 6.49097 5.62332C6.29515 5.03889 6.04044 4.4958 5.71014 4.07885C5.38852 3.67286 4.87943 3.25 4.18178 3.25ZM3.72736 6.23819C3.415 7.17042 3.20504 8.52012 3.20504 10.0555C3.20504 11.3412 3.29448 12.4777 3.62257 13.4653C3.66408 13.5902 3.81501 13.6343 3.91167 13.5449C4.03928 13.4269 4.17486 13.2768 4.31105 13.0871C4.76589 12.4536 5.15958 11.4539 5.15958 10.0555C5.15958 8.52012 4.94962 7.17042 4.63726 6.23819C4.53267 5.92604 4.42432 5.68412 4.32315 5.50595C4.25873 5.3925 4.10589 5.3925 4.04147 5.50595C3.9403 5.68412 3.83195 5.92604 3.72736 6.23819ZM19.3637 6.23819C19.0514 7.17042 18.8414 8.52012 18.8414 10.0555C18.8414 11.4539 19.2351 12.4536 19.6899 13.0871C19.8261 13.2768 19.9617 13.4269 20.0893 13.5449C20.186 13.6343 20.3369 13.5902 20.3784 13.4653C20.7065 12.4777 20.7959 11.3412 20.7959 10.0555C20.7959 8.52012 20.586 7.17042 20.2736 6.23819C20.169 5.92604 20.0607 5.68412 19.9595 5.50595C19.8951 5.3925 19.7423 5.3925 19.6778 5.50595C19.5767 5.68412 19.4683 5.92604 19.3637 6.23819ZM8.75576 10.791C9.77315 10.4402 10.8651 10.25 12.0002 10.25C13.1353 10.25 14.2273 10.4402 15.2446 10.791C15.6362 10.926 15.8443 11.3528 15.7093 11.7444C15.5742 12.136 15.1474 12.344 14.7558 12.209C13.8937 11.9118 12.9668 11.75 12.0002 11.75C11.0336 11.75 10.1067 11.9118 9.24465 12.209C8.85305 12.344 8.42616 12.136 8.29116 11.7444C8.15616 11.3528 8.36417 10.926 8.75576 10.791ZM8.35676 14.3404C7.99237 14.1434 7.5373 14.2791 7.34035 14.6435C7.1434 15.0079 7.27914 15.463 7.64353 15.6599C8.92871 16.3546 10.4173 16.7501 12.0001 16.7501C13.583 16.7501 15.0716 16.3546 16.3568 15.6599C16.7212 15.463 16.8569 15.0079 16.6599 14.6435C16.463 14.2791 16.0079 14.1434 15.6435 14.3404C14.5753 14.9177 13.3316 15.2501 12.0001 15.2501C10.6687 15.2501 9.42496 14.9177 8.35676 14.3404Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-medical-file{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.31154 22.6472C7.29379 22.75 9.85661 22.75 11.3977 22.75C11.9375 22.75 12.375 22.3124 12.375 21.7727C12.375 21.233 11.9375 20.7954 11.3977 20.7954C9.78909 20.7954 7.38285 20.7941 6.5134 20.7032C5.65948 20.6138 5.17555 20.4471 4.81772 20.194C4.57627 20.0233 4.36389 19.8222 4.1861 19.5978C3.93053 19.2753 3.76109 18.8425 3.66886 18.0558C3.57393 17.246 3.57235 16.1887 3.57235 14.6652L3.57227 11.765C3.57225 11.498 3.57242 10.8595 3.85304 10.3873C4.02597 10.0963 4.24739 9.8532 4.47484 9.72938C4.84135 9.52986 5.26154 9.4165 5.70821 9.4165L6.74858 9.45299C7.12867 9.46088 7.57221 9.44887 8.00036 9.33415C8.83433 9.11069 9.48574 8.45928 9.7092 7.62531C9.82392 7.19716 9.83593 6.75362 9.82804 6.37353L9.79155 5.33316C9.79155 4.86547 9.91593 4.45834 10.1333 4.07993C10.26 3.85934 10.4807 3.65745 10.7855 3.48014C11.2476 3.21123 11.801 3.20874 12.1392 3.20722C12.4773 3.20569 12.8341 3.20452 13.1322 3.20452C14.9663 3.20452 15.6334 3.21847 16.1368 3.39582C17.0094 3.70328 17.6751 4.34492 17.9852 5.13029C18.0628 5.32693 18.1177 5.58535 18.1471 6.0333C18.1771 6.48997 18.1776 7.07292 18.1776 7.91318V9.02627C18.1776 9.56402 18.6136 9.99996 19.1513 9.99996C19.6891 9.99996 20.125 9.56402 20.125 9.02627V7.88C20.125 7.08084 20.125 6.43328 20.0903 5.9047C20.0545 5.36007 19.9789 4.8744 19.7956 4.41024C19.2668 3.07093 18.1584 2.03666 16.7818 1.55166C15.923 1.24907 14.4509 1.24946 12.8959 1.25C10.0563 1.24964 8.36965 1.24943 6.98721 1.73651C4.76721 2.51869 2.99348 4.18143 2.15009 6.31749C1.86897 7.02945 1.74444 7.79416 1.68419 8.711C1.625 9.61171 1.625 10.7243 1.625 12.1426V12.1426V14.7261C1.62498 16.1742 1.62496 17.3469 1.73485 18.2842C1.84896 19.2576 2.09221 20.0955 2.66204 20.8145C2.95722 21.187 3.30577 21.5158 3.69614 21.7919C4.4409 22.3185 5.30212 22.5416 6.31154 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.907 11.0023C17.3179 10.9743 17.7039 11.2011 17.8795 11.5736L19.4715 14.9504C19.6279 15.2824 19.715 15.4644 19.7905 15.5902C19.8051 15.6145 19.8169 15.6326 19.8259 15.6456C19.8366 15.6473 19.8499 15.6491 19.8662 15.6509C19.9979 15.6653 20.1821 15.6667 20.5347 15.6667H21.375C21.9273 15.6667 22.375 16.1144 22.375 16.6667C22.375 17.219 21.9273 17.6667 21.375 17.6667H20.5347C20.5213 17.6667 20.5078 17.6667 20.4944 17.6667C20.1987 17.6667 19.9023 17.6668 19.6482 17.6389C19.3566 17.607 19.038 17.5318 18.7283 17.3288C18.4224 17.1282 18.2249 16.8681 18.0755 16.6191C17.9421 16.3968 17.8125 16.1218 17.679 15.8385C17.6735 15.8268 17.668 15.815 17.6624 15.8033L17.1617 14.7412L15.729 19.2998C15.6055 19.6927 15.2538 19.9697 14.843 19.9977C14.4321 20.0257 14.0461 19.7989 13.8705 19.4264L12.2785 16.0496C12.1221 15.7177 12.035 15.5357 11.9595 15.4098C11.9449 15.3855 11.9331 15.3675 11.9241 15.3544C11.9134 15.3527 11.9001 15.351 11.8838 15.3492C11.7521 15.3347 11.5679 15.3333 11.2153 15.3333H10.375C9.82272 15.3333 9.375 14.8856 9.375 14.3333C9.375 13.7811 9.82272 13.3333 10.375 13.3333H11.2153C11.2287 13.3333 11.2422 13.3333 11.2556 13.3333C11.5513 13.3333 11.8477 13.3332 12.1018 13.3611C12.3934 13.3931 12.712 13.4682 13.0217 13.6712C13.3276 13.8718 13.5251 14.1319 13.6745 14.3809C13.8079 14.6032 13.9375 14.8782 14.071 15.1615C14.0765 15.1732 14.082 15.185 14.0876 15.1968L14.5883 16.2588L16.021 11.7002C16.1445 11.3073 16.4962 11.0303 16.907 11.0023ZM11.9609 15.3618C11.9609 15.3618 11.9604 15.3617 11.9595 15.3614L11.9609 15.3618ZM11.9028 15.3262C11.9018 15.3252 11.9013 15.3246 11.9013 15.3246C11.9012 15.3245 11.9018 15.325 11.9028 15.3262ZM19.7891 15.6382C19.7891 15.6382 19.7896 15.6384 19.7905 15.6387L19.7891 15.6382ZM19.8472 15.6738C19.8482 15.6748 19.8487 15.6754 19.8487 15.6755C19.8488 15.6755 19.8483 15.675 19.8472 15.6738Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.31154 22.6472C7.29379 22.75 9.85661 22.75 11.3977 22.75C11.9375 22.75 12.375 22.3124 12.375 21.7727C12.375 21.233 11.9375 20.7954 11.3977 20.7954C9.78909 20.7954 7.38285 20.7941 6.5134 20.7032C5.65948 20.6138 5.17555 20.4471 4.81772 20.194C4.57627 20.0233 4.36389 19.8222 4.1861 19.5978C3.93053 19.2753 3.76109 18.8425 3.66886 18.0558C3.57393 17.246 3.57235 16.1887 3.57235 14.6652L3.57227 11.765C3.57225 11.498 3.57242 10.8595 3.85304 10.3873C4.02597 10.0963 4.24739 9.8532 4.47484 9.72938C4.84135 9.52986 5.26154 9.4165 5.70821 9.4165L6.74858 9.45299C7.12867 9.46088 7.57221 9.44887 8.00036 9.33415C8.83433 9.11069 9.48574 8.45928 9.7092 7.62531C9.82392 7.19716 9.83593 6.75362 9.82804 6.37353L9.79155 5.33316C9.79155 4.86547 9.91593 4.45834 10.1333 4.07993C10.26 3.85934 10.4807 3.65745 10.7855 3.48014C11.2476 3.21123 11.801 3.20874 12.1392 3.20722C12.4773 3.20569 12.8341 3.20452 13.1322 3.20452C14.9663 3.20452 15.6334 3.21847 16.1368 3.39582C17.0094 3.70328 17.6751 4.34492 17.9852 5.13029C18.0628 5.32693 18.1177 5.58535 18.1471 6.0333C18.1771 6.48997 18.1776 7.07292 18.1776 7.91318V9.02627C18.1776 9.56402 18.6136 9.99996 19.1513 9.99996C19.6891 9.99996 20.125 9.56402 20.125 9.02627V7.88C20.125 7.08084 20.125 6.43328 20.0903 5.9047C20.0545 5.36007 19.9789 4.8744 19.7956 4.41024C19.2668 3.07093 18.1584 2.03666 16.7818 1.55166C15.923 1.24907 14.4509 1.24946 12.8959 1.25C10.0563 1.24964 8.36965 1.24943 6.98721 1.73651C4.76721 2.51869 2.99348 4.18143 2.15009 6.31749C1.86897 7.02945 1.74444 7.79416 1.68419 8.711C1.625 9.61171 1.625 10.7243 1.625 12.1426V12.1426V14.7261C1.62498 16.1742 1.62496 17.3469 1.73485 18.2842C1.84896 19.2576 2.09221 20.0955 2.66204 20.8145C2.95722 21.187 3.30577 21.5158 3.69614 21.7919C4.4409 22.3185 5.30212 22.5416 6.31154 22.6472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.907 11.0023C17.3179 10.9743 17.7039 11.2011 17.8795 11.5736L19.4715 14.9504C19.6279 15.2824 19.715 15.4644 19.7905 15.5902C19.8051 15.6145 19.8169 15.6326 19.8259 15.6456C19.8366 15.6473 19.8499 15.6491 19.8662 15.6509C19.9979 15.6653 20.1821 15.6667 20.5347 15.6667H21.375C21.9273 15.6667 22.375 16.1144 22.375 16.6667C22.375 17.219 21.9273 17.6667 21.375 17.6667H20.5347C20.5213 17.6667 20.5078 17.6667 20.4944 17.6667C20.1987 17.6667 19.9023 17.6668 19.6482 17.6389C19.3566 17.607 19.038 17.5318 18.7283 17.3288C18.4224 17.1282 18.2249 16.8681 18.0755 16.6191C17.9421 16.3968 17.8125 16.1218 17.679 15.8385C17.6735 15.8268 17.668 15.815 17.6624 15.8033L17.1617 14.7412L15.729 19.2998C15.6055 19.6927 15.2538 19.9697 14.843 19.9977C14.4321 20.0257 14.0461 19.7989 13.8705 19.4264L12.2785 16.0496C12.1221 15.7177 12.035 15.5357 11.9595 15.4098C11.9449 15.3855 11.9331 15.3675 11.9241 15.3544C11.9134 15.3527 11.9001 15.351 11.8838 15.3492C11.7521 15.3347 11.5679 15.3333 11.2153 15.3333H10.375C9.82272 15.3333 9.375 14.8856 9.375 14.3333C9.375 13.7811 9.82272 13.3333 10.375 13.3333H11.2153C11.2287 13.3333 11.2422 13.3333 11.2556 13.3333C11.5513 13.3333 11.8477 13.3332 12.1018 13.3611C12.3934 13.3931 12.712 13.4682 13.0217 13.6712C13.3276 13.8718 13.5251 14.1319 13.6745 14.3809C13.8079 14.6032 13.9375 14.8782 14.071 15.1615C14.0765 15.1732 14.082 15.185 14.0876 15.1968L14.5883 16.2588L16.021 11.7002C16.1445 11.3073 16.4962 11.0303 16.907 11.0023ZM11.9609 15.3618C11.9609 15.3618 11.9604 15.3617 11.9595 15.3614L11.9609 15.3618ZM11.9028 15.3262C11.9018 15.3252 11.9013 15.3246 11.9013 15.3246C11.9012 15.3245 11.9018 15.325 11.9028 15.3262ZM19.7891 15.6382C19.7891 15.6382 19.7896 15.6384 19.7905 15.6387L19.7891 15.6382ZM19.8472 15.6738C19.8482 15.6748 19.8487 15.6754 19.8487 15.6755C19.8488 15.6755 19.8483 15.675 19.8472 15.6738Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-medicine-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9708 3.84254C17.2515 3.68047 17.3918 3.59944 17.4119 3.45409C17.432 3.30874 17.3266 3.20056 17.1158 2.98419C15.3241 1.1452 12.4507 0.678637 10.1253 2.0212C7.7999 3.36377 6.76724 6.08553 7.464 8.55668C7.54598 8.84742 7.58697 8.99279 7.72289 9.04805C7.85882 9.10332 7.99917 9.02229 8.27989 8.86022L16.9708 3.84254ZM17.7204 5.14181C18.0012 4.97969 18.1416 4.89863 18.2775 4.95393C18.4134 5.00924 18.4544 5.15466 18.5363 5.44552C19.232 7.91615 18.1992 10.6368 15.8745 11.979C13.5497 13.3213 10.6771 12.8553 8.88533 11.0175C8.6744 10.8011 8.56893 10.693 8.58901 10.5476C8.60909 10.4022 8.74948 10.3211 9.03028 10.159L17.7204 5.14181Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9708 3.84254C17.2515 3.68047 17.3918 3.59944 17.4119 3.45409C17.432 3.30874 17.3266 3.20056 17.1158 2.98419C15.3241 1.1452 12.4507 0.678637 10.1253 2.0212C7.7999 3.36377 6.76724 6.08553 7.464 8.55668C7.54598 8.84742 7.58697 8.99279 7.72289 9.04805C7.85882 9.10332 7.99917 9.02229 8.27989 8.86022L16.9708 3.84254ZM17.7204 5.14181C18.0012 4.97969 18.1416 4.89863 18.2775 4.95393C18.4134 5.00924 18.4544 5.15466 18.5363 5.44552C19.232 7.91615 18.1992 10.6368 15.8745 11.979C13.5497 13.3213 10.6771 12.8553 8.88533 11.0175C8.6744 10.8011 8.56893 10.693 8.58901 10.5476C8.60909 10.4022 8.74948 10.3211 9.03028 10.159L17.7204 5.14181Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-medicine-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5534 1.90584C16.8585 0.552612 19.7953 1.36512 21.1121 3.68436C22.1669 5.54206 21.8722 7.81297 20.5331 9.3309C20.1782 9.73323 19.5621 9.7735 19.1572 9.42085C18.7523 9.0682 18.7117 8.45617 19.0667 8.05384C19.8726 7.14032 20.0523 5.76102 19.4137 4.63628C18.6227 3.24318 16.8912 2.78374 15.5454 3.57383L11.4282 5.99094L12.351 7.53751C12.6257 7.99772 12.4728 8.59197 12.0096 8.8648C11.5464 9.13763 10.9483 8.98574 10.6737 8.52553L9.74938 6.97654L5.62974 9.39508C4.27021 10.1932 3.7878 11.9807 4.58598 13.3864C5.06201 14.2248 5.87851 14.7237 6.74391 14.8183C7.27917 14.8768 7.66536 15.3553 7.6065 15.8871C7.54764 16.4189 7.06601 16.8026 6.53076 16.7441C5.0553 16.5829 3.67888 15.732 2.88758 14.3384C1.57794 12.0318 2.34641 9.07227 4.63774 7.72709L14.5534 1.90584Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.8518 12.3318C20.127 12.1729 20.2647 12.0934 20.287 11.9521C20.3094 11.8107 20.2093 11.6996 20.009 11.4773C17.9218 9.1604 14.4315 8.53361 11.6224 10.1555C8.8133 11.7773 7.61096 15.1134 8.57386 18.0794C8.66624 18.364 8.71243 18.5062 8.84603 18.5576C8.97963 18.6089 9.11725 18.5294 9.39247 18.3705L19.8518 12.3318ZM20.602 13.6307C20.8772 13.4718 21.0148 13.3924 21.1484 13.4437C21.282 13.495 21.3282 13.6372 21.4206 13.9217C22.3842 16.888 21.1819 20.2248 18.3724 21.8468C15.5629 23.4688 12.0721 22.8417 9.985 20.5241C9.78483 20.3018 9.68474 20.1906 9.70712 20.0493C9.7295 19.908 9.86709 19.8285 10.1423 19.6697L20.602 13.6307Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5534 1.90584C16.8585 0.552612 19.7953 1.36512 21.1121 3.68436C22.1669 5.54206 21.8722 7.81297 20.5331 9.3309C20.1782 9.73323 19.5621 9.7735 19.1572 9.42085C18.7523 9.0682 18.7117 8.45617 19.0667 8.05384C19.8726 7.14032 20.0523 5.76102 19.4137 4.63628C18.6227 3.24318 16.8912 2.78374 15.5454 3.57383L11.4282 5.99094L12.351 7.53751C12.6257 7.99772 12.4728 8.59197 12.0096 8.8648C11.5464 9.13763 10.9483 8.98574 10.6737 8.52553L9.74938 6.97654L5.62974 9.39508C4.27021 10.1932 3.7878 11.9807 4.58598 13.3864C5.06201 14.2248 5.87851 14.7237 6.74391 14.8183C7.27917 14.8768 7.66536 15.3553 7.6065 15.8871C7.54764 16.4189 7.06601 16.8026 6.53076 16.7441C5.0553 16.5829 3.67888 15.732 2.88758 14.3384C1.57794 12.0318 2.34641 9.07227 4.63774 7.72709L14.5534 1.90584Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.8518 12.3318C20.127 12.1729 20.2647 12.0934 20.287 11.9521C20.3094 11.8107 20.2093 11.6996 20.009 11.4773C17.9218 9.1604 14.4315 8.53361 11.6224 10.1555C8.8133 11.7773 7.61096 15.1134 8.57386 18.0794C8.66624 18.364 8.71243 18.5062 8.84603 18.5576C8.97963 18.6089 9.11725 18.5294 9.39247 18.3705L19.8518 12.3318ZM20.602 13.6307C20.8772 13.4718 21.0148 13.3924 21.1484 13.4437C21.282 13.495 21.3282 13.6372 21.4206 13.9217C22.3842 16.888 21.1819 20.2248 18.3724 21.8468C15.5629 23.4688 12.0721 22.8417 9.985 20.5241C9.78483 20.3018 9.68474 20.1906 9.70712 20.0493C9.7295 19.908 9.86709 19.8285 10.1423 19.6697L20.602 13.6307Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-medicine-bottle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.13816 1.25001C9.15562 1.25001 9.1731 1.25001 9.19059 1.25001H14.8094C14.8269 1.25001 14.8444 1.25001 14.8618 1.25001C15.2576 1.24992 15.6463 1.24984 15.9676 1.29213C16.333 1.34021 16.7496 1.45785 17.0935 1.7945C17.4173 2.11146 17.5592 2.55295 17.6317 2.86788C17.7136 3.22385 17.75 3.62047 17.75 4C17.75 4.37953 17.7136 4.77615 17.6317 5.13212C17.5592 5.44705 17.4173 5.88854 17.0935 6.2055C16.7496 6.54215 16.333 6.65979 15.9676 6.70787C15.6463 6.75016 15.2576 6.75008 14.8618 6.74999C14.8444 6.74999 14.8269 6.74999 14.8094 6.74999H9.19059C9.1731 6.74999 9.15562 6.74999 9.13816 6.74999C8.7424 6.75008 8.35373 6.75016 8.03241 6.70787C7.66703 6.65979 7.25045 6.54215 6.90652 6.2055C6.58272 5.88854 6.44081 5.44705 6.36832 5.13212C6.28638 4.77615 6.25 4.37953 6.25 4C6.25 3.62047 6.28638 3.22385 6.36832 2.86788C6.44081 2.55295 6.58272 2.11146 6.90652 1.7945C7.25045 1.45785 7.66703 1.34021 8.03241 1.29213C8.35372 1.24984 8.7424 1.24992 9.13816 1.25001ZM8.28313 3.10977C8.27092 3.14465 8.25575 3.19431 8.24015 3.26208C8.19422 3.46164 8.16667 3.72227 8.16667 4C8.16667 4.27773 8.19422 4.53836 8.24015 4.73792C8.25575 4.80569 8.27092 4.85535 8.28313 4.89023C8.28651 4.8907 8.29002 4.89118 8.29366 4.89166C8.46819 4.91462 8.72143 4.91666 9.19059 4.91666H14.8094C15.2786 4.91666 15.5318 4.91462 15.7063 4.89166C15.71 4.89118 15.7135 4.8907 15.7169 4.89023C15.7291 4.85535 15.7442 4.80569 15.7598 4.73792C15.8058 4.53836 15.8333 4.27773 15.8333 4C15.8333 3.72227 15.8058 3.46164 15.7598 3.26208C15.7442 3.19431 15.7291 3.14465 15.7169 3.10977C15.7135 3.1093 15.71 3.10882 15.7063 3.10834C15.5318 3.08538 15.2786 3.08334 14.8094 3.08334H9.19059C8.72143 3.08334 8.46819 3.08538 8.29366 3.10834C8.29002 3.10882 8.28651 3.1093 8.28313 3.10977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.32919 6.33541L6.78649 5.25L17.2135 5.25L16.6708 6.33541C16.4978 6.68154 16.4391 6.80153 16.3986 6.9126C16.169 7.54218 16.2321 8.24131 16.5705 8.81968C16.6302 8.92171 16.7095 9.02926 16.9417 9.33885L17.3878 9.93372L17.3878 9.93373C17.7972 10.4794 18.0611 10.8312 18.2551 11.2223C18.4508 11.6166 18.5906 12.0362 18.6707 12.4691C18.7502 12.8984 18.7501 13.3382 18.75 14.0203L18.75 16.0549V16.0549C18.75 17.4225 18.75 18.5248 18.6335 19.3918C18.5125 20.2919 18.2536 21.0497 17.6517 21.6517C17.0497 22.2536 16.2919 22.5125 15.3918 22.6335C14.5248 22.75 13.4225 22.75 12.0549 22.75C10.6873 22.75 9.47523 22.75 8.60826 22.6335C7.70815 22.5125 6.95028 22.2536 6.34836 21.6516C5.74644 21.0497 5.48755 20.2919 5.36653 19.3918C5.24997 18.5248 5.24999 17.4225 5.25001 16.0549L5.25001 16.0549V16.0549L5.25001 14.0204C5.24991 13.3382 5.24985 12.8984 5.3293 12.4691C5.40939 12.0362 5.54926 11.6166 5.74489 11.2223C5.93893 10.8312 6.20283 10.4794 6.6122 9.93374L6.61221 9.93373L6.61222 9.93371L7.05837 9.33885C7.29056 9.02926 7.36978 8.92171 7.42948 8.81968C7.76794 8.24131 7.83098 7.54218 7.60144 6.91259C7.56095 6.80154 7.50225 6.68153 7.32919 6.33541ZM11 13C11 12.4477 11.4477 12 12 12C12.5523 12 13 12.4477 13 13V14.5H14.5C15.0523 14.5 15.5 14.9477 15.5 15.5C15.5 16.0523 15.0523 16.5 14.5 16.5H13V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V16.5H9.50002C8.94774 16.5 8.50002 16.0523 8.50002 15.5C8.50002 14.9477 8.94774 14.5 9.50002 14.5H11V13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.13816 1.25001C9.15562 1.25001 9.1731 1.25001 9.19059 1.25001H14.8094C14.8269 1.25001 14.8444 1.25001 14.8618 1.25001C15.2576 1.24992 15.6463 1.24984 15.9676 1.29213C16.333 1.34021 16.7496 1.45785 17.0935 1.7945C17.4173 2.11146 17.5592 2.55295 17.6317 2.86788C17.7136 3.22385 17.75 3.62047 17.75 4C17.75 4.37953 17.7136 4.77615 17.6317 5.13212C17.5592 5.44705 17.4173 5.88854 17.0935 6.2055C16.7496 6.54215 16.333 6.65979 15.9676 6.70787C15.6463 6.75016 15.2576 6.75008 14.8618 6.74999C14.8444 6.74999 14.8269 6.74999 14.8094 6.74999H9.19059C9.1731 6.74999 9.15562 6.74999 9.13816 6.74999C8.7424 6.75008 8.35373 6.75016 8.03241 6.70787C7.66703 6.65979 7.25045 6.54215 6.90652 6.2055C6.58272 5.88854 6.44081 5.44705 6.36832 5.13212C6.28638 4.77615 6.25 4.37953 6.25 4C6.25 3.62047 6.28638 3.22385 6.36832 2.86788C6.44081 2.55295 6.58272 2.11146 6.90652 1.7945C7.25045 1.45785 7.66703 1.34021 8.03241 1.29213C8.35372 1.24984 8.7424 1.24992 9.13816 1.25001ZM8.28313 3.10977C8.27092 3.14465 8.25575 3.19431 8.24015 3.26208C8.19422 3.46164 8.16667 3.72227 8.16667 4C8.16667 4.27773 8.19422 4.53836 8.24015 4.73792C8.25575 4.80569 8.27092 4.85535 8.28313 4.89023C8.28651 4.8907 8.29002 4.89118 8.29366 4.89166C8.46819 4.91462 8.72143 4.91666 9.19059 4.91666H14.8094C15.2786 4.91666 15.5318 4.91462 15.7063 4.89166C15.71 4.89118 15.7135 4.8907 15.7169 4.89023C15.7291 4.85535 15.7442 4.80569 15.7598 4.73792C15.8058 4.53836 15.8333 4.27773 15.8333 4C15.8333 3.72227 15.8058 3.46164 15.7598 3.26208C15.7442 3.19431 15.7291 3.14465 15.7169 3.10977C15.7135 3.1093 15.71 3.10882 15.7063 3.10834C15.5318 3.08538 15.2786 3.08334 14.8094 3.08334H9.19059C8.72143 3.08334 8.46819 3.08538 8.29366 3.10834C8.29002 3.10882 8.28651 3.1093 8.28313 3.10977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.32919 6.33541L6.78649 5.25L17.2135 5.25L16.6708 6.33541C16.4978 6.68154 16.4391 6.80153 16.3986 6.9126C16.169 7.54218 16.2321 8.24131 16.5705 8.81968C16.6302 8.92171 16.7095 9.02926 16.9417 9.33885L17.3878 9.93372L17.3878 9.93373C17.7972 10.4794 18.0611 10.8312 18.2551 11.2223C18.4508 11.6166 18.5906 12.0362 18.6707 12.4691C18.7502 12.8984 18.7501 13.3382 18.75 14.0203L18.75 16.0549V16.0549C18.75 17.4225 18.75 18.5248 18.6335 19.3918C18.5125 20.2919 18.2536 21.0497 17.6517 21.6517C17.0497 22.2536 16.2919 22.5125 15.3918 22.6335C14.5248 22.75 13.4225 22.75 12.0549 22.75C10.6873 22.75 9.47523 22.75 8.60826 22.6335C7.70815 22.5125 6.95028 22.2536 6.34836 21.6516C5.74644 21.0497 5.48755 20.2919 5.36653 19.3918C5.24997 18.5248 5.24999 17.4225 5.25001 16.0549L5.25001 16.0549V16.0549L5.25001 14.0204C5.24991 13.3382 5.24985 12.8984 5.3293 12.4691C5.40939 12.0362 5.54926 11.6166 5.74489 11.2223C5.93893 10.8312 6.20283 10.4794 6.6122 9.93374L6.61221 9.93373L6.61222 9.93371L7.05837 9.33885C7.29056 9.02926 7.36978 8.92171 7.42948 8.81968C7.76794 8.24131 7.83098 7.54218 7.60144 6.91259C7.56095 6.80154 7.50225 6.68153 7.32919 6.33541ZM11 13C11 12.4477 11.4477 12 12 12C12.5523 12 13 12.4477 13 13V14.5H14.5C15.0523 14.5 15.5 14.9477 15.5 15.5C15.5 16.0523 15.0523 16.5 14.5 16.5H13V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V16.5H9.50002C8.94774 16.5 8.50002 16.0523 8.50002 15.5C8.50002 14.9477 8.94774 14.5 9.50002 14.5H11V13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-medicine-bottle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.13816 1.25001C7.15562 1.25001 7.1731 1.25001 7.19059 1.25001H12.8094C12.8269 1.25001 12.8444 1.25001 12.8618 1.25001C13.2576 1.24992 13.6463 1.24984 13.9676 1.29213C14.333 1.34021 14.7496 1.45785 15.0935 1.7945C15.4173 2.11146 15.5592 2.55295 15.6317 2.86788C15.7136 3.22385 15.75 3.62047 15.75 4C15.75 4.37953 15.7136 4.77615 15.6317 5.13212C15.5592 5.44705 15.4173 5.88854 15.0935 6.2055C14.7496 6.54215 14.333 6.65979 13.9676 6.70787C13.6463 6.75016 13.2576 6.75008 12.8618 6.74999C12.8444 6.74999 12.8269 6.74999 12.8094 6.74999H7.19059C7.1731 6.74999 7.15562 6.74999 7.13816 6.74999C6.7424 6.75008 6.35373 6.75016 6.03241 6.70787C5.66703 6.65979 5.25045 6.54215 4.90652 6.2055C4.58272 5.88854 4.44081 5.44705 4.36832 5.13212C4.28638 4.77615 4.25 4.37953 4.25 4C4.25 3.62047 4.28638 3.22385 4.36832 2.86788C4.44081 2.55295 4.58272 2.11146 4.90652 1.7945C5.25045 1.45785 5.66703 1.34021 6.03241 1.29213C6.35372 1.24984 6.7424 1.24992 7.13816 1.25001ZM6.28313 3.10977C6.27092 3.14465 6.25575 3.19431 6.24015 3.26208C6.19422 3.46164 6.16667 3.72227 6.16667 4C6.16667 4.27773 6.19422 4.53836 6.24015 4.73792C6.25575 4.80569 6.27092 4.85535 6.28313 4.89023C6.28651 4.8907 6.29002 4.89118 6.29366 4.89166C6.46819 4.91462 6.72143 4.91666 7.19059 4.91666H12.8094C13.2786 4.91666 13.5318 4.91462 13.7063 4.89166C13.71 4.89118 13.7135 4.8907 13.7169 4.89023C13.7291 4.85535 13.7442 4.80569 13.7598 4.73792C13.8058 4.53836 13.8333 4.27773 13.8333 4C13.8333 3.72227 13.8058 3.46164 13.7598 3.26208C13.7442 3.19431 13.7291 3.14465 13.7169 3.10977C13.7135 3.1093 13.71 3.10882 13.7063 3.10834C13.5318 3.08538 13.2786 3.08334 12.8094 3.08334H7.19059C6.72143 3.08334 6.46819 3.08538 6.29366 3.10834C6.29002 3.10882 6.28651 3.1093 6.28313 3.10977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9496 14.4396C18.1609 14.1817 18.2665 14.0528 18.2286 13.9055C18.1906 13.7582 18.0484 13.7014 17.7641 13.5877C15.8914 12.8393 13.6735 13.347 12.3276 14.99C10.9817 16.633 10.9204 18.9074 12.0228 20.5961C12.1902 20.8526 12.2739 20.9808 12.4258 20.989C12.5777 20.9972 12.6833 20.8682 12.8946 20.6103L17.9496 14.4396Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.1098 15.3904C19.3211 15.1324 19.4268 15.0035 19.5787 15.0117C19.7306 15.0199 19.8142 15.1482 19.9816 15.4047C21.0835 17.0933 21.0221 19.3673 19.6764 21.0101C18.3306 22.6528 16.1132 23.1606 14.2407 22.4127C13.9563 22.299 13.8141 22.2422 13.7761 22.0949C13.7381 21.9476 13.8438 21.8187 14.0551 21.5607L19.1098 15.3904Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.32919 6.33541L5.22065 6.11833C5.02606 5.72915 4.92877 5.53456 5.0167 5.39228C5.10464 5.25 5.32219 5.25 5.75731 5.25H14.2427C14.6778 5.25 14.8954 5.25 14.9833 5.39228C15.0713 5.53456 14.974 5.72915 14.7794 6.11833L14.6708 6.33541C14.4978 6.68154 14.4391 6.80153 14.3986 6.9126C14.169 7.54218 14.2321 8.24131 14.5705 8.81968C14.6302 8.92171 14.7095 9.02926 14.9417 9.33885L15.3878 9.93372C15.7972 10.4794 16.0611 10.8312 16.2551 11.2223C16.2991 11.311 16.3211 11.3553 16.3285 11.3993C16.3525 11.5435 16.264 11.6891 16.1249 11.7341C16.0825 11.7478 16.0191 11.749 15.8923 11.7513C14.1229 11.7829 12.3777 12.5617 11.1672 14.0394C9.39479 16.203 9.31697 19.1953 10.7667 21.4161C10.7958 21.4686 10.8309 21.5275 10.8715 21.5914C11.2307 22.1561 11.4103 22.4384 11.3249 22.594C11.2395 22.7496 10.9391 22.7497 10.3382 22.75C10.2451 22.75 10.1506 22.75 10.0549 22.75C8.68729 22.75 7.47523 22.75 6.60826 22.6335C5.70815 22.5125 4.95028 22.2536 4.34836 21.6516C3.74644 21.0497 3.48755 20.2919 3.36653 19.3918C3.24997 18.5248 3.24999 17.4225 3.25001 16.0549L3.25001 14.0204C3.24991 13.3382 3.24985 12.8984 3.3293 12.4691C3.40939 12.0362 3.54926 11.6166 3.74489 11.2223C3.93894 10.8312 4.20283 10.4794 4.6122 9.93374L5.05837 9.33885C5.29057 9.02926 5.36978 8.92171 5.42948 8.81968C5.76794 8.24131 5.83098 7.54218 5.60144 6.91259C5.56095 6.80154 5.50225 6.68153 5.32919 6.33541Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.13816 1.25001C7.15562 1.25001 7.1731 1.25001 7.19059 1.25001H12.8094C12.8269 1.25001 12.8444 1.25001 12.8618 1.25001C13.2576 1.24992 13.6463 1.24984 13.9676 1.29213C14.333 1.34021 14.7496 1.45785 15.0935 1.7945C15.4173 2.11146 15.5592 2.55295 15.6317 2.86788C15.7136 3.22385 15.75 3.62047 15.75 4C15.75 4.37953 15.7136 4.77615 15.6317 5.13212C15.5592 5.44705 15.4173 5.88854 15.0935 6.2055C14.7496 6.54215 14.333 6.65979 13.9676 6.70787C13.6463 6.75016 13.2576 6.75008 12.8618 6.74999C12.8444 6.74999 12.8269 6.74999 12.8094 6.74999H7.19059C7.1731 6.74999 7.15562 6.74999 7.13816 6.74999C6.7424 6.75008 6.35373 6.75016 6.03241 6.70787C5.66703 6.65979 5.25045 6.54215 4.90652 6.2055C4.58272 5.88854 4.44081 5.44705 4.36832 5.13212C4.28638 4.77615 4.25 4.37953 4.25 4C4.25 3.62047 4.28638 3.22385 4.36832 2.86788C4.44081 2.55295 4.58272 2.11146 4.90652 1.7945C5.25045 1.45785 5.66703 1.34021 6.03241 1.29213C6.35372 1.24984 6.7424 1.24992 7.13816 1.25001ZM6.28313 3.10977C6.27092 3.14465 6.25575 3.19431 6.24015 3.26208C6.19422 3.46164 6.16667 3.72227 6.16667 4C6.16667 4.27773 6.19422 4.53836 6.24015 4.73792C6.25575 4.80569 6.27092 4.85535 6.28313 4.89023C6.28651 4.8907 6.29002 4.89118 6.29366 4.89166C6.46819 4.91462 6.72143 4.91666 7.19059 4.91666H12.8094C13.2786 4.91666 13.5318 4.91462 13.7063 4.89166C13.71 4.89118 13.7135 4.8907 13.7169 4.89023C13.7291 4.85535 13.7442 4.80569 13.7598 4.73792C13.8058 4.53836 13.8333 4.27773 13.8333 4C13.8333 3.72227 13.8058 3.46164 13.7598 3.26208C13.7442 3.19431 13.7291 3.14465 13.7169 3.10977C13.7135 3.1093 13.71 3.10882 13.7063 3.10834C13.5318 3.08538 13.2786 3.08334 12.8094 3.08334H7.19059C6.72143 3.08334 6.46819 3.08538 6.29366 3.10834C6.29002 3.10882 6.28651 3.1093 6.28313 3.10977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9496 14.4396C18.1609 14.1817 18.2665 14.0528 18.2286 13.9055C18.1906 13.7582 18.0484 13.7014 17.7641 13.5877C15.8914 12.8393 13.6735 13.347 12.3276 14.99C10.9817 16.633 10.9204 18.9074 12.0228 20.5961C12.1902 20.8526 12.2739 20.9808 12.4258 20.989C12.5777 20.9972 12.6833 20.8682 12.8946 20.6103L17.9496 14.4396Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.1098 15.3904C19.3211 15.1324 19.4268 15.0035 19.5787 15.0117C19.7306 15.0199 19.8142 15.1482 19.9816 15.4047C21.0835 17.0933 21.0221 19.3673 19.6764 21.0101C18.3306 22.6528 16.1132 23.1606 14.2407 22.4127C13.9563 22.299 13.8141 22.2422 13.7761 22.0949C13.7381 21.9476 13.8438 21.8187 14.0551 21.5607L19.1098 15.3904Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.32919 6.33541L5.22065 6.11833C5.02606 5.72915 4.92877 5.53456 5.0167 5.39228C5.10464 5.25 5.32219 5.25 5.75731 5.25H14.2427C14.6778 5.25 14.8954 5.25 14.9833 5.39228C15.0713 5.53456 14.974 5.72915 14.7794 6.11833L14.6708 6.33541C14.4978 6.68154 14.4391 6.80153 14.3986 6.9126C14.169 7.54218 14.2321 8.24131 14.5705 8.81968C14.6302 8.92171 14.7095 9.02926 14.9417 9.33885L15.3878 9.93372C15.7972 10.4794 16.0611 10.8312 16.2551 11.2223C16.2991 11.311 16.3211 11.3553 16.3285 11.3993C16.3525 11.5435 16.264 11.6891 16.1249 11.7341C16.0825 11.7478 16.0191 11.749 15.8923 11.7513C14.1229 11.7829 12.3777 12.5617 11.1672 14.0394C9.39479 16.203 9.31697 19.1953 10.7667 21.4161C10.7958 21.4686 10.8309 21.5275 10.8715 21.5914C11.2307 22.1561 11.4103 22.4384 11.3249 22.594C11.2395 22.7496 10.9391 22.7497 10.3382 22.75C10.2451 22.75 10.1506 22.75 10.0549 22.75C8.68729 22.75 7.47523 22.75 6.60826 22.6335C5.70815 22.5125 4.95028 22.2536 4.34836 21.6516C3.74644 21.0497 3.48755 20.2919 3.36653 19.3918C3.24997 18.5248 3.24999 17.4225 3.25001 16.0549L3.25001 14.0204C3.24991 13.3382 3.24985 12.8984 3.3293 12.4691C3.40939 12.0362 3.54926 11.6166 3.74489 11.2223C3.93894 10.8312 4.20283 10.4794 4.6122 9.93374L5.05837 9.33885C5.29057 9.02926 5.36978 8.92171 5.42948 8.81968C5.76794 8.24131 5.83098 7.54218 5.60144 6.91259C5.56095 6.80154 5.50225 6.68153 5.32919 6.33541Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-medicine-syrup{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.13816 1.25001C9.15562 1.25001 9.1731 1.25001 9.19059 1.25001H14.8094C14.8269 1.25001 14.8444 1.25001 14.8618 1.25001C15.2576 1.24992 15.6463 1.24984 15.9676 1.29213C16.333 1.34021 16.7496 1.45785 17.0935 1.7945C17.4173 2.11146 17.5592 2.55295 17.6317 2.86788C17.7136 3.22385 17.75 3.62047 17.75 4C17.75 4.37953 17.7136 4.77615 17.6317 5.13212C17.5592 5.44705 17.4173 5.88854 17.0935 6.2055C16.7496 6.54215 16.333 6.65979 15.9676 6.70787C15.6463 6.75016 15.2576 6.75008 14.8618 6.74999C14.8444 6.74999 14.8269 6.74999 14.8094 6.74999H9.19059C9.1731 6.74999 9.15562 6.74999 9.13816 6.74999C8.7424 6.75008 8.35373 6.75016 8.03241 6.70787C7.66703 6.65979 7.25045 6.54215 6.90652 6.2055C6.58272 5.88854 6.44081 5.44705 6.36832 5.13212C6.28638 4.77615 6.25 4.37953 6.25 4C6.25 3.62047 6.28638 3.22385 6.36832 2.86788C6.44081 2.55295 6.58272 2.11146 6.90652 1.7945C7.25045 1.45785 7.66703 1.34021 8.03241 1.29213C8.35372 1.24984 8.7424 1.24992 9.13816 1.25001ZM8.28313 3.10977C8.27092 3.14465 8.25575 3.19431 8.24015 3.26208C8.19422 3.46164 8.16667 3.72227 8.16667 4C8.16667 4.27773 8.19422 4.53836 8.24015 4.73792C8.25575 4.80569 8.27092 4.85535 8.28313 4.89023C8.28651 4.8907 8.29002 4.89118 8.29366 4.89166C8.46819 4.91462 8.72143 4.91666 9.19059 4.91666H14.8094C15.2786 4.91666 15.5318 4.91462 15.7063 4.89166C15.71 4.89118 15.7135 4.8907 15.7169 4.89023C15.7291 4.85535 15.7442 4.80569 15.7598 4.73792C15.8058 4.53836 15.8333 4.27773 15.8333 4C15.8333 3.72227 15.8058 3.46164 15.7598 3.26208C15.7442 3.19431 15.7291 3.14465 15.7169 3.10977C15.7135 3.1093 15.71 3.10882 15.7063 3.10834C15.5318 3.08538 15.2786 3.08334 14.8094 3.08334H9.19059C8.72143 3.08334 8.46819 3.08538 8.29366 3.10834C8.29002 3.10882 8.28651 3.1093 8.28313 3.10977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.32919 6.33541L6.78649 5.25L17.2135 5.25L16.6708 6.33541C16.4978 6.68154 16.4391 6.80153 16.3986 6.9126C16.169 7.54218 16.2321 8.24131 16.5705 8.81968C16.6302 8.92171 16.7095 9.02926 16.9417 9.33885L17.3878 9.93372L17.3878 9.93373C17.7972 10.4794 18.0611 10.8312 18.2551 11.2223C18.4508 11.6166 18.5906 12.0362 18.6707 12.4691C18.7502 12.8984 18.7501 13.3382 18.75 14.0203L18.75 16.0549V16.0549C18.75 17.4225 18.75 18.5248 18.6335 19.3918C18.5125 20.2919 18.2536 21.0497 17.6517 21.6517C17.0497 22.2536 16.2919 22.5125 15.3918 22.6335C14.5248 22.75 13.4225 22.75 12.0549 22.75C10.6873 22.75 9.47523 22.75 8.60826 22.6335C7.70815 22.5125 6.95028 22.2536 6.34836 21.6516C5.74644 21.0497 5.48755 20.2919 5.36653 19.3918C5.24997 18.5248 5.24999 17.4225 5.25001 16.0549L5.25001 16.0549V16.0549L5.25001 14.0204C5.24991 13.3382 5.24985 12.8984 5.3293 12.4691C5.40939 12.0362 5.54926 11.6166 5.74489 11.2223C5.93893 10.8312 6.20283 10.4794 6.6122 9.93374L6.61221 9.93373L6.61222 9.93371L7.05837 9.33885C7.29056 9.02926 7.36978 8.92171 7.42948 8.81968C7.76794 8.24131 7.83098 7.54218 7.60144 6.91259C7.56095 6.80154 7.50225 6.68153 7.32919 6.33541ZM12.4815 11.4249C12.2029 11.1917 11.7972 11.1917 11.5186 11.4249L11.5126 11.4302C11.4331 11.5005 11.2145 11.6939 11.0935 11.8086C10.8461 12.043 10.5143 12.3756 10.1802 12.7661C9.84817 13.1541 9.50042 13.6148 9.23239 14.1056C8.96907 14.5879 8.75002 15.1581 8.75002 15.75C8.75002 16.7919 9.15612 17.5844 9.82815 18.094C10.4683 18.5793 11.2718 18.75 12 18.75C12.7283 18.75 13.5317 18.5793 14.1719 18.094C14.8439 17.5844 15.25 16.7919 15.25 15.75C15.25 15.1581 15.031 14.5879 14.7677 14.1056C14.4996 13.6148 14.1519 13.1541 13.8199 12.7661C13.4858 12.3756 13.1539 12.043 12.9066 11.8086C12.7855 11.6939 12.5669 11.5005 12.4874 11.4302L12.4815 11.4249ZM12 13.0178C12.2009 13.2139 12.4413 13.4622 12.6802 13.7413C12.9732 14.0837 13.2504 14.4569 13.4511 14.8245C13.6566 15.2007 13.75 15.5135 13.75 15.75C13.75 16.365 13.5311 16.6974 13.2657 16.8987C12.9683 17.1241 12.5218 17.25 12 17.25C11.4783 17.25 11.0317 17.1241 10.7344 16.8987C10.4689 16.6974 10.25 16.365 10.25 15.75C10.25 15.5135 10.3435 15.2007 10.5489 14.8245C10.7496 14.4569 11.0269 14.0837 11.3199 13.7413C11.5587 13.4622 11.7991 13.2139 12 13.0178Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.13816 1.25001C9.15562 1.25001 9.1731 1.25001 9.19059 1.25001H14.8094C14.8269 1.25001 14.8444 1.25001 14.8618 1.25001C15.2576 1.24992 15.6463 1.24984 15.9676 1.29213C16.333 1.34021 16.7496 1.45785 17.0935 1.7945C17.4173 2.11146 17.5592 2.55295 17.6317 2.86788C17.7136 3.22385 17.75 3.62047 17.75 4C17.75 4.37953 17.7136 4.77615 17.6317 5.13212C17.5592 5.44705 17.4173 5.88854 17.0935 6.2055C16.7496 6.54215 16.333 6.65979 15.9676 6.70787C15.6463 6.75016 15.2576 6.75008 14.8618 6.74999C14.8444 6.74999 14.8269 6.74999 14.8094 6.74999H9.19059C9.1731 6.74999 9.15562 6.74999 9.13816 6.74999C8.7424 6.75008 8.35373 6.75016 8.03241 6.70787C7.66703 6.65979 7.25045 6.54215 6.90652 6.2055C6.58272 5.88854 6.44081 5.44705 6.36832 5.13212C6.28638 4.77615 6.25 4.37953 6.25 4C6.25 3.62047 6.28638 3.22385 6.36832 2.86788C6.44081 2.55295 6.58272 2.11146 6.90652 1.7945C7.25045 1.45785 7.66703 1.34021 8.03241 1.29213C8.35372 1.24984 8.7424 1.24992 9.13816 1.25001ZM8.28313 3.10977C8.27092 3.14465 8.25575 3.19431 8.24015 3.26208C8.19422 3.46164 8.16667 3.72227 8.16667 4C8.16667 4.27773 8.19422 4.53836 8.24015 4.73792C8.25575 4.80569 8.27092 4.85535 8.28313 4.89023C8.28651 4.8907 8.29002 4.89118 8.29366 4.89166C8.46819 4.91462 8.72143 4.91666 9.19059 4.91666H14.8094C15.2786 4.91666 15.5318 4.91462 15.7063 4.89166C15.71 4.89118 15.7135 4.8907 15.7169 4.89023C15.7291 4.85535 15.7442 4.80569 15.7598 4.73792C15.8058 4.53836 15.8333 4.27773 15.8333 4C15.8333 3.72227 15.8058 3.46164 15.7598 3.26208C15.7442 3.19431 15.7291 3.14465 15.7169 3.10977C15.7135 3.1093 15.71 3.10882 15.7063 3.10834C15.5318 3.08538 15.2786 3.08334 14.8094 3.08334H9.19059C8.72143 3.08334 8.46819 3.08538 8.29366 3.10834C8.29002 3.10882 8.28651 3.1093 8.28313 3.10977Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.32919 6.33541L6.78649 5.25L17.2135 5.25L16.6708 6.33541C16.4978 6.68154 16.4391 6.80153 16.3986 6.9126C16.169 7.54218 16.2321 8.24131 16.5705 8.81968C16.6302 8.92171 16.7095 9.02926 16.9417 9.33885L17.3878 9.93372L17.3878 9.93373C17.7972 10.4794 18.0611 10.8312 18.2551 11.2223C18.4508 11.6166 18.5906 12.0362 18.6707 12.4691C18.7502 12.8984 18.7501 13.3382 18.75 14.0203L18.75 16.0549V16.0549C18.75 17.4225 18.75 18.5248 18.6335 19.3918C18.5125 20.2919 18.2536 21.0497 17.6517 21.6517C17.0497 22.2536 16.2919 22.5125 15.3918 22.6335C14.5248 22.75 13.4225 22.75 12.0549 22.75C10.6873 22.75 9.47523 22.75 8.60826 22.6335C7.70815 22.5125 6.95028 22.2536 6.34836 21.6516C5.74644 21.0497 5.48755 20.2919 5.36653 19.3918C5.24997 18.5248 5.24999 17.4225 5.25001 16.0549L5.25001 16.0549V16.0549L5.25001 14.0204C5.24991 13.3382 5.24985 12.8984 5.3293 12.4691C5.40939 12.0362 5.54926 11.6166 5.74489 11.2223C5.93893 10.8312 6.20283 10.4794 6.6122 9.93374L6.61221 9.93373L6.61222 9.93371L7.05837 9.33885C7.29056 9.02926 7.36978 8.92171 7.42948 8.81968C7.76794 8.24131 7.83098 7.54218 7.60144 6.91259C7.56095 6.80154 7.50225 6.68153 7.32919 6.33541ZM12.4815 11.4249C12.2029 11.1917 11.7972 11.1917 11.5186 11.4249L11.5126 11.4302C11.4331 11.5005 11.2145 11.6939 11.0935 11.8086C10.8461 12.043 10.5143 12.3756 10.1802 12.7661C9.84817 13.1541 9.50042 13.6148 9.23239 14.1056C8.96907 14.5879 8.75002 15.1581 8.75002 15.75C8.75002 16.7919 9.15612 17.5844 9.82815 18.094C10.4683 18.5793 11.2718 18.75 12 18.75C12.7283 18.75 13.5317 18.5793 14.1719 18.094C14.8439 17.5844 15.25 16.7919 15.25 15.75C15.25 15.1581 15.031 14.5879 14.7677 14.1056C14.4996 13.6148 14.1519 13.1541 13.8199 12.7661C13.4858 12.3756 13.1539 12.043 12.9066 11.8086C12.7855 11.6939 12.5669 11.5005 12.4874 11.4302L12.4815 11.4249ZM12 13.0178C12.2009 13.2139 12.4413 13.4622 12.6802 13.7413C12.9732 14.0837 13.2504 14.4569 13.4511 14.8245C13.6566 15.2007 13.75 15.5135 13.75 15.75C13.75 16.365 13.5311 16.6974 13.2657 16.8987C12.9683 17.1241 12.5218 17.25 12 17.25C11.4783 17.25 11.0317 17.1241 10.7344 16.8987C10.4689 16.6974 10.25 16.365 10.25 15.75C10.25 15.5135 10.3435 15.2007 10.5489 14.8245C10.7496 14.4569 11.0269 14.0837 11.3199 13.7413C11.5587 13.4622 11.7991 13.2139 12 13.0178Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-mortar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.90847 11.25H19.0876C19.5308 11.2499 19.9512 11.2498 20.2953 11.3071C20.6936 11.3734 21.0851 11.5297 21.3871 11.9053C21.6723 12.2598 21.7603 12.6433 21.7466 13.0381C21.7354 13.3626 21.6517 13.732 21.5686 14.0986C20.9817 16.6933 19.269 19.0394 17.0669 20.394C17.6127 21.4447 16.8448 22.75 15.6716 22.75H8.32449C7.15124 22.75 6.38336 21.4447 6.92912 20.394C4.72709 19.0394 3.0143 16.6932 2.42741 14.0986C2.34436 13.732 2.26067 13.3626 2.2494 13.0381C2.23569 12.6433 2.32374 12.2598 2.6089 11.9053C2.91097 11.5297 3.30245 11.3734 3.7007 11.3071C4.04486 11.2498 4.4652 11.2499 4.90847 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.62312 7.5625C9.47295 7.76341 9.30636 7.95271 9.12939 8.12968C8.95251 8.30656 8.7633 8.47308 8.5625 8.6232L9.46834 9.52903C9.76123 9.82193 10.2361 9.82193 10.529 9.52903C10.8219 9.23614 10.8219 8.76127 10.529 8.46837L9.62312 7.5625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25409 1.97478L2.25403 1.98243V1.98245C2.25291 2.11107 2.2498 2.47076 2.25515 2.67806C2.26605 3.10003 2.29739 3.68163 2.3799 4.31702C2.46206 4.94972 2.59722 5.65384 2.82233 6.31402C3.0449 6.96674 3.37305 7.62938 3.87254 8.12887C4.75681 9.01314 5.71745 9.42765 6.69747 9.36111C7.39463 9.31377 8.02158 9.02795 8.56395 8.6225L5.97178 6.03033C5.67889 5.73744 5.67889 5.26256 5.97178 4.96967C6.26467 4.67678 6.73955 4.67678 7.03244 4.96967L9.62461 7.56184C10.0301 7.01947 10.3159 6.39252 10.3632 5.69536C10.4298 4.71535 10.0152 3.75471 9.13098 2.87044C8.63148 2.37094 7.96884 2.0428 7.31613 1.82023C6.65595 1.59511 5.95182 1.45995 5.31912 1.37779C4.68373 1.29528 4.10214 1.26394 3.68017 1.25305C3.47258 1.24769 3.1126 1.2508 2.98446 1.25191L2.97731 1.25197C2.58435 1.26616 2.26828 1.58181 2.25409 1.97478Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9091 3.85744C19.2379 3.45302 18.5018 3.23478 17.8314 3.24655C17.1722 3.25812 16.448 3.50713 16.0726 4.18582C15.7763 4.72148 15.8186 5.31862 16.0029 5.82184C16.058 5.97225 16.0833 6.11068 16.0819 6.22111C16.0806 6.32754 16.0557 6.38547 16.0322 6.41864L14.3454 8.79921C14.0514 9.21417 13.9044 9.42165 13.9882 9.58387C14.0721 9.74609 14.3264 9.74609 14.835 9.74609H18.8091C19.0029 9.74609 19.0998 9.74609 19.1754 9.69573C19.251 9.64537 19.2883 9.55591 19.3629 9.377L19.7011 8.56577C19.7178 8.52583 19.7506 8.48094 19.8265 8.4338C19.9078 8.38337 20.0252 8.33994 20.1698 8.31581C20.7015 8.22711 21.2341 7.95432 21.5341 7.41192C21.903 6.74506 21.75 5.99383 21.4405 5.41199C21.1227 4.81438 20.5811 4.26236 19.9091 3.85744Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.90847 11.25H19.0876C19.5308 11.2499 19.9512 11.2498 20.2953 11.3071C20.6936 11.3734 21.0851 11.5297 21.3871 11.9053C21.6723 12.2598 21.7603 12.6433 21.7466 13.0381C21.7354 13.3626 21.6517 13.732 21.5686 14.0986C20.9817 16.6933 19.269 19.0394 17.0669 20.394C17.6127 21.4447 16.8448 22.75 15.6716 22.75H8.32449C7.15124 22.75 6.38336 21.4447 6.92912 20.394C4.72709 19.0394 3.0143 16.6932 2.42741 14.0986C2.34436 13.732 2.26067 13.3626 2.2494 13.0381C2.23569 12.6433 2.32374 12.2598 2.6089 11.9053C2.91097 11.5297 3.30245 11.3734 3.7007 11.3071C4.04486 11.2498 4.4652 11.2499 4.90847 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.62312 7.5625C9.47295 7.76341 9.30636 7.95271 9.12939 8.12968C8.95251 8.30656 8.7633 8.47308 8.5625 8.6232L9.46834 9.52903C9.76123 9.82193 10.2361 9.82193 10.529 9.52903C10.8219 9.23614 10.8219 8.76127 10.529 8.46837L9.62312 7.5625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25409 1.97478L2.25403 1.98243V1.98245C2.25291 2.11107 2.2498 2.47076 2.25515 2.67806C2.26605 3.10003 2.29739 3.68163 2.3799 4.31702C2.46206 4.94972 2.59722 5.65384 2.82233 6.31402C3.0449 6.96674 3.37305 7.62938 3.87254 8.12887C4.75681 9.01314 5.71745 9.42765 6.69747 9.36111C7.39463 9.31377 8.02158 9.02795 8.56395 8.6225L5.97178 6.03033C5.67889 5.73744 5.67889 5.26256 5.97178 4.96967C6.26467 4.67678 6.73955 4.67678 7.03244 4.96967L9.62461 7.56184C10.0301 7.01947 10.3159 6.39252 10.3632 5.69536C10.4298 4.71535 10.0152 3.75471 9.13098 2.87044C8.63148 2.37094 7.96884 2.0428 7.31613 1.82023C6.65595 1.59511 5.95182 1.45995 5.31912 1.37779C4.68373 1.29528 4.10214 1.26394 3.68017 1.25305C3.47258 1.24769 3.1126 1.2508 2.98446 1.25191L2.97731 1.25197C2.58435 1.26616 2.26828 1.58181 2.25409 1.97478Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9091 3.85744C19.2379 3.45302 18.5018 3.23478 17.8314 3.24655C17.1722 3.25812 16.448 3.50713 16.0726 4.18582C15.7763 4.72148 15.8186 5.31862 16.0029 5.82184C16.058 5.97225 16.0833 6.11068 16.0819 6.22111C16.0806 6.32754 16.0557 6.38547 16.0322 6.41864L14.3454 8.79921C14.0514 9.21417 13.9044 9.42165 13.9882 9.58387C14.0721 9.74609 14.3264 9.74609 14.835 9.74609H18.8091C19.0029 9.74609 19.0998 9.74609 19.1754 9.69573C19.251 9.64537 19.2883 9.55591 19.3629 9.377L19.7011 8.56577C19.7178 8.52583 19.7506 8.48094 19.8265 8.4338C19.9078 8.38337 20.0252 8.33994 20.1698 8.31581C20.7015 8.22711 21.2341 7.95432 21.5341 7.41192C21.903 6.74506 21.75 5.99383 21.4405 5.41199C21.1227 4.81438 20.5811 4.26236 19.9091 3.85744Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-nose{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.30469 17.0085C5.89047 17.0085 5.55469 17.3445 5.55469 17.7589C5.55469 18.1734 5.89047 18.5094 6.30469 18.5094C6.30572 18.5094 6.30674 18.5096 6.30773 18.5099C6.31124 18.511 6.32093 18.5145 6.3363 18.5228C6.37953 18.5461 6.4649 18.6049 6.59873 18.7471C6.86031 19.0251 7.11417 19.4065 7.48022 19.9625L7.65152 20.2224C7.75798 20.3837 7.68371 20.6039 7.49602 20.6502C6.87485 20.8035 6.13139 20.8373 5.41206 20.4901C4.51871 20.0589 3.91731 19.4172 3.58043 18.6399C3.25045 17.8784 3.19637 17.0395 3.29299 16.2273C3.48463 14.6165 4.28913 12.9363 5.11177 11.7018C6.09436 10.2272 7.11581 7.21252 7.54625 4.85176C7.63295 4.37612 7.71463 3.92802 7.806 3.6093C7.89807 3.28811 8.04232 2.92091 8.35934 2.65634C8.66542 2.4009 9.02486 2.31876 9.34711 2.28348C9.65341 2.24995 10.0338 2.24997 10.4613 2.25H13.5386C13.9661 2.24997 14.3465 2.24995 14.6529 2.28348C14.9751 2.31876 15.3345 2.40089 15.6406 2.65632C15.9576 2.92089 16.1019 3.28808 16.194 3.60927C16.2853 3.928 16.367 4.37606 16.4538 4.85173C16.8842 7.21235 17.9057 10.2273 18.8882 11.7018C19.7108 12.9363 20.5153 14.6165 20.707 16.2273C20.8036 17.0396 20.7495 17.8784 20.4195 18.6399C20.0826 19.4172 19.4812 20.0589 18.5879 20.4901C17.8686 20.8373 17.1251 20.8035 16.504 20.6502C16.3163 20.6039 16.242 20.3837 16.3485 20.2224L16.52 19.9622C16.8861 19.4061 17.1397 19.0252 17.4013 18.7471C17.5351 18.6049 17.6205 18.5461 17.6637 18.5228C17.6791 18.5145 17.6888 18.511 17.6923 18.5099C17.6933 18.5096 17.6943 18.5094 17.6953 18.5094C18.1095 18.5094 18.4453 18.1734 18.4453 17.7589C18.4453 17.3445 18.1095 17.0085 17.6953 17.0085C17.1558 17.0085 16.7156 17.2864 16.3091 17.7183C15.9485 18.1016 15.6264 18.5911 15.2924 19.0985L15.1394 19.3308C14.3578 20.5137 13.4739 21.75 12 21.75C10.5262 21.75 9.64195 20.5134 8.86046 19.3305L8.70757 19.0985C8.37362 18.5911 8.05146 18.1016 7.69088 17.7183C7.28442 17.2864 6.84422 17.0085 6.30469 17.0085Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.30469 17.0085C5.89047 17.0085 5.55469 17.3445 5.55469 17.7589C5.55469 18.1734 5.89047 18.5094 6.30469 18.5094C6.30572 18.5094 6.30674 18.5096 6.30773 18.5099C6.31124 18.511 6.32093 18.5145 6.3363 18.5228C6.37953 18.5461 6.4649 18.6049 6.59873 18.7471C6.86031 19.0251 7.11417 19.4065 7.48022 19.9625L7.65152 20.2224C7.75798 20.3837 7.68371 20.6039 7.49602 20.6502C6.87485 20.8035 6.13139 20.8373 5.41206 20.4901C4.51871 20.0589 3.91731 19.4172 3.58043 18.6399C3.25045 17.8784 3.19637 17.0395 3.29299 16.2273C3.48463 14.6165 4.28913 12.9363 5.11177 11.7018C6.09436 10.2272 7.11581 7.21252 7.54625 4.85176C7.63295 4.37612 7.71463 3.92802 7.806 3.6093C7.89807 3.28811 8.04232 2.92091 8.35934 2.65634C8.66542 2.4009 9.02486 2.31876 9.34711 2.28348C9.65341 2.24995 10.0338 2.24997 10.4613 2.25H13.5386C13.9661 2.24997 14.3465 2.24995 14.6529 2.28348C14.9751 2.31876 15.3345 2.40089 15.6406 2.65632C15.9576 2.92089 16.1019 3.28808 16.194 3.60927C16.2853 3.928 16.367 4.37606 16.4538 4.85173C16.8842 7.21235 17.9057 10.2273 18.8882 11.7018C19.7108 12.9363 20.5153 14.6165 20.707 16.2273C20.8036 17.0396 20.7495 17.8784 20.4195 18.6399C20.0826 19.4172 19.4812 20.0589 18.5879 20.4901C17.8686 20.8373 17.1251 20.8035 16.504 20.6502C16.3163 20.6039 16.242 20.3837 16.3485 20.2224L16.52 19.9622C16.8861 19.4061 17.1397 19.0252 17.4013 18.7471C17.5351 18.6049 17.6205 18.5461 17.6637 18.5228C17.6791 18.5145 17.6888 18.511 17.6923 18.5099C17.6933 18.5096 17.6943 18.5094 17.6953 18.5094C18.1095 18.5094 18.4453 18.1734 18.4453 17.7589C18.4453 17.3445 18.1095 17.0085 17.6953 17.0085C17.1558 17.0085 16.7156 17.2864 16.3091 17.7183C15.9485 18.1016 15.6264 18.5911 15.2924 19.0985L15.1394 19.3308C14.3578 20.5137 13.4739 21.75 12 21.75C10.5262 21.75 9.64195 20.5134 8.86046 19.3305L8.70757 19.0985C8.37362 18.5911 8.05146 18.1016 7.69088 17.7183C7.28442 17.2864 6.84422 17.0085 6.30469 17.0085Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-prescription{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.29289 11.2929C9.68342 10.9024 10.3166 10.9024 10.7071 11.2929L19.7071 20.2929C20.0976 20.6834 20.0976 21.3166 19.7071 21.7071C19.3166 22.0976 18.6834 22.0976 18.2929 21.7071L9.29289 12.7071C8.90237 12.3166 8.90237 11.6834 9.29289 11.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.05652 4.204C6.02177 4.36219 6 4.60798 6 5V11H9.5C11.433 11 13 9.433 13 7.5C13 5.567 11.433 4 9.5 4H7C6.60798 4 6.36219 4.02177 6.204 4.05652C6.14488 4.06951 6.10937 4.08188 6.09003 4.09003C6.08188 4.10937 6.06951 4.14488 6.05652 4.204ZM6 13H9.5C12.5376 13 15 10.5376 15 7.5C15 4.46243 12.5376 2 9.5 2H7C6.56469 2 6.14681 2.02139 5.77487 2.1031C5.39161 2.1873 4.99621 2.34857 4.67239 2.67239C4.34857 2.99621 4.1873 3.39161 4.1031 3.77487C4.02139 4.14681 4 4.56469 4 5V19C4 19.5523 4.44772 20 5 20C5.55228 20 6 19.5523 6 19V13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.7071 14.2929C20.0976 14.6834 20.0976 15.3166 19.7071 15.7071L13.7071 21.7071C13.3166 22.0976 12.6834 22.0976 12.2929 21.7071C11.9024 21.3166 11.9024 20.6834 12.2929 20.2929L18.2929 14.2929C18.6834 13.9024 19.3166 13.9024 19.7071 14.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.29289 11.2929C9.68342 10.9024 10.3166 10.9024 10.7071 11.2929L19.7071 20.2929C20.0976 20.6834 20.0976 21.3166 19.7071 21.7071C19.3166 22.0976 18.6834 22.0976 18.2929 21.7071L9.29289 12.7071C8.90237 12.3166 8.90237 11.6834 9.29289 11.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.05652 4.204C6.02177 4.36219 6 4.60798 6 5V11H9.5C11.433 11 13 9.433 13 7.5C13 5.567 11.433 4 9.5 4H7C6.60798 4 6.36219 4.02177 6.204 4.05652C6.14488 4.06951 6.10937 4.08188 6.09003 4.09003C6.08188 4.10937 6.06951 4.14488 6.05652 4.204ZM6 13H9.5C12.5376 13 15 10.5376 15 7.5C15 4.46243 12.5376 2 9.5 2H7C6.56469 2 6.14681 2.02139 5.77487 2.1031C5.39161 2.1873 4.99621 2.34857 4.67239 2.67239C4.34857 2.99621 4.1873 3.39161 4.1031 3.77487C4.02139 4.14681 4 4.56469 4 5V19C4 19.5523 4.44772 20 5 20C5.55228 20 6 19.5523 6 19V13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.7071 14.2929C20.0976 14.6834 20.0976 15.3166 19.7071 15.7071L13.7071 21.7071C13.3166 22.0976 12.6834 22.0976 12.2929 21.7071C11.9024 21.3166 11.9024 20.6834 12.2929 20.2929L18.2929 14.2929C18.6834 13.9024 19.3166 13.9024 19.7071 14.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-protection-mask{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.1003 3.20455C14.9033 3.20455 18.0584 5.82169 18.8229 9.27963C18.9394 9.80657 19.46 10.1391 19.9858 10.0223C20.5115 9.90553 20.8432 9.38369 20.7267 8.85674C19.7619 4.49292 15.8063 1.25 11.1003 1.25C5.68213 1.25 1.25 5.55499 1.25 10.9141C1.25 12.7127 1.75166 14.3982 2.62423 15.8405C2.95246 16.3831 3.152 16.7397 3.28038 17.0912C3.40031 17.4196 3.46883 17.7759 3.46883 18.3028V21.7727C3.46883 22.3125 3.90534 22.75 4.44382 22.75C4.98229 22.75 5.41881 22.3125 5.41881 21.7727V18.3028C5.41881 17.5814 5.32115 16.9933 5.11151 16.4193C4.91033 15.8685 4.61692 15.3648 4.29161 14.8271C3.59755 13.6798 3.19998 12.3432 3.19998 10.9141C3.19998 6.67804 6.71507 3.20455 11.1003 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5967 20.7088C11.7868 19.3665 9.47847 17.3037 8.09197 15.5559C7.36085 14.6344 6.749 13.6571 6.44822 12.701C6.14326 11.7317 6.12546 10.653 6.8034 9.73683C7.14556 9.27441 7.65382 8.93709 8.32155 8.8656C8.94387 8.79897 9.60731 8.97351 10.2949 9.30391C11.5375 9.90096 13.1538 11.1526 15.2929 13.2933C15.4556 13.456 15.5369 13.5374 15.6399 13.5498C15.743 13.5621 15.8403 13.5029 16.0349 13.3845L18.9786 11.5931C19.655 11.1502 20.692 10.9519 21.522 11.6539C21.7811 11.8731 21.9343 12.1478 22.0496 12.4196C22.1579 12.6752 22.3138 13.1666 22.4284 13.5291C22.6047 14.0768 22.8429 14.8166 22.7074 15.6148C22.6317 16.0602 22.4375 16.4693 22.1719 17.0289L20.6777 20.1799C20.4228 20.7177 20.1851 21.2191 19.8824 21.6136C19.5357 22.0651 19.1105 22.3751 18.511 22.5747C17.9557 22.7596 17.4763 22.8058 16.9859 22.6864C16.5632 22.5835 16.1759 22.3626 15.8114 22.1547L13.5967 20.7088ZM8.53271 10.8379C8.46281 10.8454 8.43743 10.861 8.39544 10.9178C8.22672 11.1458 8.14581 11.4941 8.33802 12.1051C8.53442 12.7293 8.98004 13.4859 9.64346 14.3222C10.5107 15.4153 11.6688 16.5443 12.8738 17.5604C13.2053 17.84 13.3711 17.9797 13.5324 17.9236C13.6938 17.8675 13.7376 17.6521 13.8253 17.2213L14.1997 15.3823C14.2309 15.2291 14.2465 15.1526 14.225 15.0805C14.2035 15.0085 14.1488 14.9534 14.0395 14.8431C11.8718 12.6572 10.4024 11.5554 9.43866 11.0923C8.92618 10.846 8.64802 10.8256 8.53271 10.8379Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.1003 3.20455C14.9033 3.20455 18.0584 5.82169 18.8229 9.27963C18.9394 9.80657 19.46 10.1391 19.9858 10.0223C20.5115 9.90553 20.8432 9.38369 20.7267 8.85674C19.7619 4.49292 15.8063 1.25 11.1003 1.25C5.68213 1.25 1.25 5.55499 1.25 10.9141C1.25 12.7127 1.75166 14.3982 2.62423 15.8405C2.95246 16.3831 3.152 16.7397 3.28038 17.0912C3.40031 17.4196 3.46883 17.7759 3.46883 18.3028V21.7727C3.46883 22.3125 3.90534 22.75 4.44382 22.75C4.98229 22.75 5.41881 22.3125 5.41881 21.7727V18.3028C5.41881 17.5814 5.32115 16.9933 5.11151 16.4193C4.91033 15.8685 4.61692 15.3648 4.29161 14.8271C3.59755 13.6798 3.19998 12.3432 3.19998 10.9141C3.19998 6.67804 6.71507 3.20455 11.1003 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5967 20.7088C11.7868 19.3665 9.47847 17.3037 8.09197 15.5559C7.36085 14.6344 6.749 13.6571 6.44822 12.701C6.14326 11.7317 6.12546 10.653 6.8034 9.73683C7.14556 9.27441 7.65382 8.93709 8.32155 8.8656C8.94387 8.79897 9.60731 8.97351 10.2949 9.30391C11.5375 9.90096 13.1538 11.1526 15.2929 13.2933C15.4556 13.456 15.5369 13.5374 15.6399 13.5498C15.743 13.5621 15.8403 13.5029 16.0349 13.3845L18.9786 11.5931C19.655 11.1502 20.692 10.9519 21.522 11.6539C21.7811 11.8731 21.9343 12.1478 22.0496 12.4196C22.1579 12.6752 22.3138 13.1666 22.4284 13.5291C22.6047 14.0768 22.8429 14.8166 22.7074 15.6148C22.6317 16.0602 22.4375 16.4693 22.1719 17.0289L20.6777 20.1799C20.4228 20.7177 20.1851 21.2191 19.8824 21.6136C19.5357 22.0651 19.1105 22.3751 18.511 22.5747C17.9557 22.7596 17.4763 22.8058 16.9859 22.6864C16.5632 22.5835 16.1759 22.3626 15.8114 22.1547L13.5967 20.7088ZM8.53271 10.8379C8.46281 10.8454 8.43743 10.861 8.39544 10.9178C8.22672 11.1458 8.14581 11.4941 8.33802 12.1051C8.53442 12.7293 8.98004 13.4859 9.64346 14.3222C10.5107 15.4153 11.6688 16.5443 12.8738 17.5604C13.2053 17.84 13.3711 17.9797 13.5324 17.9236C13.6938 17.8675 13.7376 17.6521 13.8253 17.2213L14.1997 15.3823C14.2309 15.2291 14.2465 15.1526 14.225 15.0805C14.2035 15.0085 14.1488 14.9534 14.0395 14.8431C11.8718 12.6572 10.4024 11.5554 9.43866 11.0923C8.92618 10.846 8.64802 10.8256 8.53271 10.8379Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-safe{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1891 3.07077C13.9584 2.00956 12.992 1.25 11.8904 1.25C10.6258 1.25 9.53947 2.25083 9.53947 3.55992V3.94964C9.40784 3.92704 9.27295 3.9153 9.13598 3.9153C7.87147 3.9153 6.78509 4.91613 6.78509 6.22522V11.3096L5.45145 9.88496C4.7908 9.12127 3.70815 8.87835 2.78335 9.26187C1.92106 9.61947 1.45258 10.4024 1.30524 11.1556C1.15888 11.9037 1.29536 12.7671 1.81067 13.4365C2.85054 14.7872 3.93825 16.6643 4.83504 18.3598C6.22131 20.9807 8.96219 22.75 12.0304 22.75C12.5682 22.75 13.0041 22.3125 13.0041 21.7727C13.0041 21.233 12.5682 20.7955 12.0304 20.7955C9.71792 20.7955 7.62033 19.4573 6.55509 17.4433C5.64548 15.7236 4.49562 13.7274 3.35165 12.2414C3.22882 12.0819 3.16141 11.8119 3.21614 11.5321C3.2699 11.2574 3.40749 11.1179 3.52701 11.0683C3.69611 10.9982 3.88402 11.0514 3.98391 11.1698C3.99473 11.1826 4.00589 11.1952 4.01735 11.2074L6.24837 13.5906C7.0811 14.4801 8.73249 13.9934 8.73249 12.6235V6.22522C8.73249 6.0623 8.87929 5.86984 9.13598 5.86984C9.39267 5.86984 9.53947 6.0623 9.53947 6.22522V9.55682C9.53947 10.0966 9.97541 10.5341 10.5132 10.5341C11.0509 10.5341 11.4869 10.0966 11.4869 9.55682V3.55992C11.4869 3.39701 11.6337 3.20455 11.8904 3.20455C12.147 3.20455 12.2939 3.39701 12.2939 3.55992V9.55682C12.2939 10.0966 12.7298 10.5341 13.2675 10.5341C13.8053 10.5341 14.2412 10.0966 14.2412 9.55682V5.33678C14.2412 5.17387 14.388 4.98141 14.6447 4.98141C14.9014 4.98141 15.0482 5.17387 15.0482 5.33678V9.55682C15.0482 10.0966 15.4842 10.5341 16.0219 10.5341C16.5597 10.5341 16.9956 10.0966 16.9956 9.55682V8.00208C16.9956 7.83916 17.1424 7.6467 17.3991 7.6467C17.6558 7.6467 17.8026 7.83916 17.8026 8.00208C17.8026 8.54181 18.2385 8.97935 18.7763 8.97935C19.3141 8.97935 19.75 8.54181 19.75 8.00208C19.75 6.69299 18.6636 5.69216 17.3991 5.69216C17.2621 5.69216 17.1273 5.7039 16.9956 5.72651V5.33678C16.9956 4.0277 15.9093 3.02686 14.6447 3.02686C14.4896 3.02686 14.3372 3.04193 14.1891 3.07077Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5002 11.25C17.058 11.25 16.6445 11.4019 16.1503 11.5834L14.4641 12.2005C13.8652 12.4188 13.3637 12.6017 12.9946 12.9521C12.7682 13.1671 12.5856 13.4239 12.4578 13.7086C12.2484 14.1752 12.2492 14.7063 12.2501 15.3283C12.2499 16.4244 12.2499 17.7414 12.4245 18.3885C12.6397 19.186 13.0473 19.92 13.6115 20.5293C14.0687 21.023 14.6609 21.4002 15.6034 22.0006L15.6034 22.0006L15.6034 22.0006C15.9901 22.2475 16.4797 22.56 16.8354 22.6591C17.2701 22.7803 17.7304 22.7803 18.1651 22.6591C18.5208 22.56 19.0104 22.2475 19.3971 22.0006C20.3395 21.4003 20.9318 21.023 21.389 20.5293C21.9532 19.92 22.3608 19.186 22.576 18.3885C22.7506 17.7414 22.7506 16.4244 22.7504 15.3283C22.7513 14.7063 22.7521 14.1752 22.5427 13.7086C22.4149 13.4239 22.2323 13.1671 22.0059 12.9521C21.6368 12.6017 21.1353 12.4188 20.5364 12.2005L18.8502 11.5834C18.356 11.4019 17.9425 11.25 17.5002 11.25ZM19.5853 15.9685C19.844 15.645 19.7915 15.1731 19.4681 14.9143C19.1446 14.6556 18.6726 14.7081 18.4139 15.0316L17.1122 16.659C17.0434 16.7451 16.9376 16.8751 16.9376 16.8751L16.5303 16.4697C16.2374 16.1768 15.7626 16.1768 15.4697 16.4697C15.1768 16.7626 15.1768 17.2375 15.4697 17.5304L16.2008 18.2218C16.3896 18.3643 16.6654 18.5196 17.0277 18.4995C17.3899 18.4794 17.6469 18.2946 17.8188 18.1321C17.967 17.992 18.1182 17.8029 18.2604 17.625L19.5853 15.9685Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1891 3.07077C13.9584 2.00956 12.992 1.25 11.8904 1.25C10.6258 1.25 9.53947 2.25083 9.53947 3.55992V3.94964C9.40784 3.92704 9.27295 3.9153 9.13598 3.9153C7.87147 3.9153 6.78509 4.91613 6.78509 6.22522V11.3096L5.45145 9.88496C4.7908 9.12127 3.70815 8.87835 2.78335 9.26187C1.92106 9.61947 1.45258 10.4024 1.30524 11.1556C1.15888 11.9037 1.29536 12.7671 1.81067 13.4365C2.85054 14.7872 3.93825 16.6643 4.83504 18.3598C6.22131 20.9807 8.96219 22.75 12.0304 22.75C12.5682 22.75 13.0041 22.3125 13.0041 21.7727C13.0041 21.233 12.5682 20.7955 12.0304 20.7955C9.71792 20.7955 7.62033 19.4573 6.55509 17.4433C5.64548 15.7236 4.49562 13.7274 3.35165 12.2414C3.22882 12.0819 3.16141 11.8119 3.21614 11.5321C3.2699 11.2574 3.40749 11.1179 3.52701 11.0683C3.69611 10.9982 3.88402 11.0514 3.98391 11.1698C3.99473 11.1826 4.00589 11.1952 4.01735 11.2074L6.24837 13.5906C7.0811 14.4801 8.73249 13.9934 8.73249 12.6235V6.22522C8.73249 6.0623 8.87929 5.86984 9.13598 5.86984C9.39267 5.86984 9.53947 6.0623 9.53947 6.22522V9.55682C9.53947 10.0966 9.97541 10.5341 10.5132 10.5341C11.0509 10.5341 11.4869 10.0966 11.4869 9.55682V3.55992C11.4869 3.39701 11.6337 3.20455 11.8904 3.20455C12.147 3.20455 12.2939 3.39701 12.2939 3.55992V9.55682C12.2939 10.0966 12.7298 10.5341 13.2675 10.5341C13.8053 10.5341 14.2412 10.0966 14.2412 9.55682V5.33678C14.2412 5.17387 14.388 4.98141 14.6447 4.98141C14.9014 4.98141 15.0482 5.17387 15.0482 5.33678V9.55682C15.0482 10.0966 15.4842 10.5341 16.0219 10.5341C16.5597 10.5341 16.9956 10.0966 16.9956 9.55682V8.00208C16.9956 7.83916 17.1424 7.6467 17.3991 7.6467C17.6558 7.6467 17.8026 7.83916 17.8026 8.00208C17.8026 8.54181 18.2385 8.97935 18.7763 8.97935C19.3141 8.97935 19.75 8.54181 19.75 8.00208C19.75 6.69299 18.6636 5.69216 17.3991 5.69216C17.2621 5.69216 17.1273 5.7039 16.9956 5.72651V5.33678C16.9956 4.0277 15.9093 3.02686 14.6447 3.02686C14.4896 3.02686 14.3372 3.04193 14.1891 3.07077Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5002 11.25C17.058 11.25 16.6445 11.4019 16.1503 11.5834L14.4641 12.2005C13.8652 12.4188 13.3637 12.6017 12.9946 12.9521C12.7682 13.1671 12.5856 13.4239 12.4578 13.7086C12.2484 14.1752 12.2492 14.7063 12.2501 15.3283C12.2499 16.4244 12.2499 17.7414 12.4245 18.3885C12.6397 19.186 13.0473 19.92 13.6115 20.5293C14.0687 21.023 14.6609 21.4002 15.6034 22.0006L15.6034 22.0006L15.6034 22.0006C15.9901 22.2475 16.4797 22.56 16.8354 22.6591C17.2701 22.7803 17.7304 22.7803 18.1651 22.6591C18.5208 22.56 19.0104 22.2475 19.3971 22.0006C20.3395 21.4003 20.9318 21.023 21.389 20.5293C21.9532 19.92 22.3608 19.186 22.576 18.3885C22.7506 17.7414 22.7506 16.4244 22.7504 15.3283C22.7513 14.7063 22.7521 14.1752 22.5427 13.7086C22.4149 13.4239 22.2323 13.1671 22.0059 12.9521C21.6368 12.6017 21.1353 12.4188 20.5364 12.2005L18.8502 11.5834C18.356 11.4019 17.9425 11.25 17.5002 11.25ZM19.5853 15.9685C19.844 15.645 19.7915 15.1731 19.4681 14.9143C19.1446 14.6556 18.6726 14.7081 18.4139 15.0316L17.1122 16.659C17.0434 16.7451 16.9376 16.8751 16.9376 16.8751L16.5303 16.4697C16.2374 16.1768 15.7626 16.1768 15.4697 16.4697C15.1768 16.7626 15.1768 17.2375 15.4697 17.5304L16.2008 18.2218C16.3896 18.3643 16.6654 18.5196 17.0277 18.4995C17.3899 18.4794 17.6469 18.2946 17.8188 18.1321C17.967 17.992 18.1182 17.8029 18.2604 17.625L19.5853 15.9685Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-skull{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.1603 1.25C5.82745 1.25 1.25 4.84588 1.25 9.56692C1.25 11.1397 1.94189 12.9527 3.02491 14.388C4.10578 15.8205 5.68404 17.0135 7.54646 17.1087C8.32884 17.1487 9.02278 16.9024 9.61981 16.5918C9.64457 16.5789 9.65695 16.5724 9.66955 16.5642C9.68214 16.5559 9.69384 16.5465 9.71724 16.5275C10.2519 16.095 11.3253 15.2738 11.6857 15.1756C12.6711 14.8099 13.5625 15.1256 14.1288 15.3263C14.7127 15.5313 15.0619 15.6253 15.538 15.4172C15.718 15.3385 15.9064 15.2154 16.1251 15.0494L16.8202 14.5053C17.1526 14.2582 17.6224 14.3273 17.8695 14.6598C18.1167 14.9922 18.0475 15.462 17.7151 15.7091L17.0319 16.2442C16.7799 16.4355 16.4806 16.6422 16.1387 16.7916C15.0884 17.2507 14.2386 16.9546 13.6317 16.7415C13.0418 16.5343 12.7042 16.4228 12.278 16.5577C12.2488 16.5669 12.2342 16.5715 12.2141 16.5814C12.194 16.5912 12.1783 16.6021 12.1469 16.6238C11.889 16.8019 11.2312 17.2597 11.228 17.2619C11.2279 17.262 11.228 17.262 11.2279 17.2621C11.2249 17.2643 11.2236 17.268 11.2244 17.2716C11.3172 17.7013 11.4322 18.1438 11.5743 18.5587C11.7687 19.1257 12.0383 19.716 12.4286 20.1385C12.7561 20.4931 13.146 20.7417 13.6109 20.9675C14.0582 21.1848 14.621 21.4017 15.3129 21.6684L15.3428 21.6799C15.4931 21.7379 15.6739 21.8146 15.8758 21.9002L15.8758 21.9002L15.8759 21.9002C16.4619 22.1488 17.2259 22.4729 17.9392 22.6332C18.9357 22.8571 20.1831 22.849 21.0391 21.7427C21.3128 21.389 21.4733 20.9859 21.5593 20.5681C21.6071 20.3356 21.6311 20.2194 21.5638 20.1161C21.4965 20.0127 21.3637 19.9839 21.0981 19.9262C20.7767 19.8564 20.5013 19.7836 20.3172 19.7295C20.3026 19.7252 20.2888 19.7211 20.2652 19.7134C20.2433 19.7063 20.2322 19.7024 20.2186 19.6975C20.0735 19.6456 19.534 19.4416 18.9895 19.0758C18.6456 18.8448 18.5541 18.3788 18.7851 18.035C19.0161 17.6912 19.482 17.5997 19.8259 17.8306C20.2223 18.0969 20.63 18.2516 20.7238 18.2852L20.726 18.286L20.7296 18.2872L20.7331 18.2883L20.7343 18.2886L20.7405 18.2905C21.0739 18.3885 21.2407 18.4376 21.362 18.3432C21.3741 18.3338 21.3877 18.3213 21.398 18.3101C21.5024 18.1972 21.4669 18.0228 21.3959 17.6739C21.364 17.5171 21.3314 17.3641 21.2997 17.2168C21.1477 16.4286 21.134 16.1643 21.1583 16.0114C21.1639 15.9765 21.1667 15.959 21.1839 15.9215C21.2012 15.884 21.2159 15.8667 21.2454 15.8321C21.3549 15.7034 21.5141 15.5539 21.6835 15.417C21.9268 15.2204 22.155 15.0361 22.3195 14.8711C22.4753 14.7148 22.7275 14.4319 22.7486 14.0245C22.7686 13.6374 22.5784 13.3468 22.4377 13.1686C22.3033 12.9985 22.1144 12.8114 21.9237 12.6224L20.6166 11.3267C20.4546 11.1661 20.3736 11.0857 20.3594 10.9858C20.3453 10.8858 20.4047 10.7794 20.5234 10.5667C20.8825 9.92331 21.1294 9.18185 20.9392 8.20834C20.1498 4.1676 15.9808 1.25 11.1603 1.25ZM7.71304 7.76704C7.58427 7.37335 7.16073 7.15859 6.76704 7.28737C6.37335 7.41614 6.15859 7.83968 6.28737 8.23337C7.03698 10.5251 8.64907 11.4674 10.0908 11.7265C10.5579 11.8105 10.9639 11.662 11.266 11.4544C11.5588 11.2532 11.7815 10.9808 11.9401 10.731C12.2171 10.2947 12.6899 10.0426 13.1727 9.90378C13.4068 9.83646 13.7617 9.76927 14.0032 9.76927C14.416 9.76766 14.7502 9.4325 14.7502 9.01928C14.7502 8.60506 14.4144 8.26928 14.0002 8.26928C13.586 8.26928 13.0934 8.3658 12.7582 8.46219C12.1022 8.65079 11.2284 9.05353 10.6738 9.92691C10.6172 10.0161 10.5605 10.1002 10.4925 10.1631C10.463 10.1903 10.4483 10.204 10.3766 10.2232C10.3049 10.2424 10.2683 10.2341 10.1953 10.2175C9.26707 10.0063 8.23965 9.37702 7.71304 7.76704Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.1603 1.25C5.82745 1.25 1.25 4.84588 1.25 9.56692C1.25 11.1397 1.94189 12.9527 3.02491 14.388C4.10578 15.8205 5.68404 17.0135 7.54646 17.1087C8.32884 17.1487 9.02278 16.9024 9.61981 16.5918C9.64457 16.5789 9.65695 16.5724 9.66955 16.5642C9.68214 16.5559 9.69384 16.5465 9.71724 16.5275C10.2519 16.095 11.3253 15.2738 11.6857 15.1756C12.6711 14.8099 13.5625 15.1256 14.1288 15.3263C14.7127 15.5313 15.0619 15.6253 15.538 15.4172C15.718 15.3385 15.9064 15.2154 16.1251 15.0494L16.8202 14.5053C17.1526 14.2582 17.6224 14.3273 17.8695 14.6598C18.1167 14.9922 18.0475 15.462 17.7151 15.7091L17.0319 16.2442C16.7799 16.4355 16.4806 16.6422 16.1387 16.7916C15.0884 17.2507 14.2386 16.9546 13.6317 16.7415C13.0418 16.5343 12.7042 16.4228 12.278 16.5577C12.2488 16.5669 12.2342 16.5715 12.2141 16.5814C12.194 16.5912 12.1783 16.6021 12.1469 16.6238C11.889 16.8019 11.2312 17.2597 11.228 17.2619C11.2279 17.262 11.228 17.262 11.2279 17.2621C11.2249 17.2643 11.2236 17.268 11.2244 17.2716C11.3172 17.7013 11.4322 18.1438 11.5743 18.5587C11.7687 19.1257 12.0383 19.716 12.4286 20.1385C12.7561 20.4931 13.146 20.7417 13.6109 20.9675C14.0582 21.1848 14.621 21.4017 15.3129 21.6684L15.3428 21.6799C15.4931 21.7379 15.6739 21.8146 15.8758 21.9002L15.8758 21.9002L15.8759 21.9002C16.4619 22.1488 17.2259 22.4729 17.9392 22.6332C18.9357 22.8571 20.1831 22.849 21.0391 21.7427C21.3128 21.389 21.4733 20.9859 21.5593 20.5681C21.6071 20.3356 21.6311 20.2194 21.5638 20.1161C21.4965 20.0127 21.3637 19.9839 21.0981 19.9262C20.7767 19.8564 20.5013 19.7836 20.3172 19.7295C20.3026 19.7252 20.2888 19.7211 20.2652 19.7134C20.2433 19.7063 20.2322 19.7024 20.2186 19.6975C20.0735 19.6456 19.534 19.4416 18.9895 19.0758C18.6456 18.8448 18.5541 18.3788 18.7851 18.035C19.0161 17.6912 19.482 17.5997 19.8259 17.8306C20.2223 18.0969 20.63 18.2516 20.7238 18.2852L20.726 18.286L20.7296 18.2872L20.7331 18.2883L20.7343 18.2886L20.7405 18.2905C21.0739 18.3885 21.2407 18.4376 21.362 18.3432C21.3741 18.3338 21.3877 18.3213 21.398 18.3101C21.5024 18.1972 21.4669 18.0228 21.3959 17.6739C21.364 17.5171 21.3314 17.3641 21.2997 17.2168C21.1477 16.4286 21.134 16.1643 21.1583 16.0114C21.1639 15.9765 21.1667 15.959 21.1839 15.9215C21.2012 15.884 21.2159 15.8667 21.2454 15.8321C21.3549 15.7034 21.5141 15.5539 21.6835 15.417C21.9268 15.2204 22.155 15.0361 22.3195 14.8711C22.4753 14.7148 22.7275 14.4319 22.7486 14.0245C22.7686 13.6374 22.5784 13.3468 22.4377 13.1686C22.3033 12.9985 22.1144 12.8114 21.9237 12.6224L20.6166 11.3267C20.4546 11.1661 20.3736 11.0857 20.3594 10.9858C20.3453 10.8858 20.4047 10.7794 20.5234 10.5667C20.8825 9.92331 21.1294 9.18185 20.9392 8.20834C20.1498 4.1676 15.9808 1.25 11.1603 1.25ZM7.71304 7.76704C7.58427 7.37335 7.16073 7.15859 6.76704 7.28737C6.37335 7.41614 6.15859 7.83968 6.28737 8.23337C7.03698 10.5251 8.64907 11.4674 10.0908 11.7265C10.5579 11.8105 10.9639 11.662 11.266 11.4544C11.5588 11.2532 11.7815 10.9808 11.9401 10.731C12.2171 10.2947 12.6899 10.0426 13.1727 9.90378C13.4068 9.83646 13.7617 9.76927 14.0032 9.76927C14.416 9.76766 14.7502 9.4325 14.7502 9.01928C14.7502 8.60506 14.4144 8.26928 14.0002 8.26928C13.586 8.26928 13.0934 8.3658 12.7582 8.46219C12.1022 8.65079 11.2284 9.05353 10.6738 9.92691C10.6172 10.0161 10.5605 10.1002 10.4925 10.1631C10.463 10.1903 10.4483 10.204 10.3766 10.2232C10.3049 10.2424 10.2683 10.2341 10.1953 10.2175C9.26707 10.0063 8.23965 9.37702 7.71304 7.76704Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-sperm{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0806 2.46676C17.0808 2.04168 19.2464 2.17608 20.5349 3.46451C21.8233 4.75293 21.9577 6.9186 21.5326 8.91877C21.0971 10.9679 20.0241 13.1268 18.5122 14.6388C16.995 16.156 15.3333 16.8249 13.6894 16.7426C12.0627 16.6612 10.5719 15.8501 9.36062 14.6388C8.14929 13.4274 7.3382 11.9367 7.25675 10.31C7.17443 8.66608 7.84343 7.00442 9.36062 5.48723C10.8726 3.97529 13.0315 2.90226 15.0806 2.46676Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5151 12.9195C11.0516 12.7883 11.5928 13.1169 11.7239 13.6534C11.8551 14.1899 11.5265 14.7311 10.99 14.8623C10.5995 14.9577 9.8091 15.2194 9.05973 15.4865C8.69336 15.6171 8.35228 15.7434 8.09559 15.8428C7.96675 15.8927 7.86459 15.9337 7.79323 15.9638C7.83576 16.1086 7.93242 16.4012 8.04112 16.7123L8.04114 16.7124C8.13922 16.9931 8.22508 17.2388 8.28362 17.4381C8.33904 17.6267 8.40703 17.8886 8.39334 18.1655C8.37999 18.4357 8.33296 18.7578 8.15185 19.0748C7.97277 19.3882 7.72104 19.5937 7.49889 19.7449C7.25971 19.9077 6.94719 19.9997 6.72605 20.0619C6.46474 20.1355 6.09563 20.2257 5.66513 20.331C4.80073 20.5422 4.34582 20.9599 4.0482 21.3541C3.71547 21.7949 3.08839 21.8826 2.64759 21.5498C2.20679 21.2171 2.11918 20.59 2.45191 20.1492C2.98106 19.4482 3.80912 18.7257 5.19026 18.3882C5.64531 18.2769 6.21875 18.115 6.36472 18.0018C6.32218 17.857 6.24536 17.6362 6.13666 17.3251C6.03856 17.0444 5.95269 16.7986 5.89416 16.5994C5.83873 16.4107 5.77074 16.1489 5.78443 15.872C5.79779 15.6018 5.84481 15.2796 6.02592 14.9627C6.205 14.6493 6.45673 14.4438 6.67888 14.2925C6.79336 14.2146 6.94522 14.1508 7.00465 14.1258C7.28208 14.0184 8.00949 13.7376 8.38822 13.6026C9.12904 13.3385 10.0109 13.0427 10.5151 12.9195Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0806 2.46676C17.0808 2.04168 19.2464 2.17608 20.5349 3.46451C21.8233 4.75293 21.9577 6.9186 21.5326 8.91877C21.0971 10.9679 20.0241 13.1268 18.5122 14.6388C16.995 16.156 15.3333 16.8249 13.6894 16.7426C12.0627 16.6612 10.5719 15.8501 9.36062 14.6388C8.14929 13.4274 7.3382 11.9367 7.25675 10.31C7.17443 8.66608 7.84343 7.00442 9.36062 5.48723C10.8726 3.97529 13.0315 2.90226 15.0806 2.46676Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5151 12.9195C11.0516 12.7883 11.5928 13.1169 11.7239 13.6534C11.8551 14.1899 11.5265 14.7311 10.99 14.8623C10.5995 14.9577 9.8091 15.2194 9.05973 15.4865C8.69336 15.6171 8.35228 15.7434 8.09559 15.8428C7.96675 15.8927 7.86459 15.9337 7.79323 15.9638C7.83576 16.1086 7.93242 16.4012 8.04112 16.7123L8.04114 16.7124C8.13922 16.9931 8.22508 17.2388 8.28362 17.4381C8.33904 17.6267 8.40703 17.8886 8.39334 18.1655C8.37999 18.4357 8.33296 18.7578 8.15185 19.0748C7.97277 19.3882 7.72104 19.5937 7.49889 19.7449C7.25971 19.9077 6.94719 19.9997 6.72605 20.0619C6.46474 20.1355 6.09563 20.2257 5.66513 20.331C4.80073 20.5422 4.34582 20.9599 4.0482 21.3541C3.71547 21.7949 3.08839 21.8826 2.64759 21.5498C2.20679 21.2171 2.11918 20.59 2.45191 20.1492C2.98106 19.4482 3.80912 18.7257 5.19026 18.3882C5.64531 18.2769 6.21875 18.115 6.36472 18.0018C6.32218 17.857 6.24536 17.6362 6.13666 17.3251C6.03856 17.0444 5.95269 16.7986 5.89416 16.5994C5.83873 16.4107 5.77074 16.1489 5.78443 15.872C5.79779 15.6018 5.84481 15.2796 6.02592 14.9627C6.205 14.6493 6.45673 14.4438 6.67888 14.2925C6.79336 14.2146 6.94522 14.1508 7.00465 14.1258C7.28208 14.0184 8.00949 13.7376 8.38822 13.6026C9.12904 13.3385 10.0109 13.0427 10.5151 12.9195Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-stethoscope{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 13C9.55228 13 10 13.4477 10 14V17.4998C10 19.4329 11.5672 21.0001 13.5003 21.0001C15.4335 21.0001 17.0007 19.4329 17.0007 17.4998V16C17.0007 15.4477 17.4484 15 18.0007 15C18.553 15 19.0007 15.4477 19.0007 16V17.4998C19.0007 20.5375 16.5381 23.0001 13.5003 23.0001C10.4626 23.0001 8 20.5375 8 17.4998V14C8 13.4477 8.44772 13 9 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.99965 4.07981C3.99965 3.44556 4.4839 3 4.99831 3C5.5506 3 5.99831 2.55228 5.99831 2C5.99831 1.44772 5.5506 1 4.99831 1C3.30506 1 1.99965 2.41676 1.99965 4.07981C1.99965 4.13523 1.99927 4.19268 1.99889 4.25196L1.99889 4.25197C1.99333 5.10193 1.98532 6.32709 3.04678 7.30161L4.43224 10.7727L4.43225 10.7727C4.7269 11.5106 4.95033 12.0701 5.33046 12.5409C5.71059 13.0116 6.21053 13.3479 6.86982 13.7914L8.41125 14.8294C8.74611 15.055 9.18374 15.057 9.52069 14.8346L11.0901 13.799C11.7643 13.3546 12.2756 13.0176 12.664 12.5411C13.0524 12.0647 13.2795 11.496 13.5789 10.7461L14.9543 7.30001C16.0139 6.32577 16.006 5.10155 16.0004 4.25206L16.0004 4.25162C16 4.19261 15.9996 4.13521 15.9996 4.08003C15.9996 2.41686 14.6941 1 13.0008 1C12.4485 1 12.0008 1.44772 12.0008 2C12.0008 2.55228 12.4485 3 13.0008 3C13.5153 3 13.9996 3.44566 13.9996 4.08003C13.9996 5.12559 13.9827 5.47992 13.5954 5.83247C12.3204 6.99309 11.4335 7.79791 10.6826 8.32398C9.95394 8.83444 9.4651 9 8.99965 9C8.5342 9 8.04536 8.83444 7.31674 8.32398C6.56583 7.79791 5.67886 6.99309 4.40388 5.83247C4.01656 5.47989 3.99965 5.12552 3.99965 4.07981Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 9C15.7909 9 14 10.7909 14 13C14 15.2091 15.7909 17 18 17C20.2091 17 22 15.2091 22 13C22 10.7909 20.2091 9 18 9ZM18.0067 14.5C18.8314 14.5 19.5 13.8284 19.5 13C19.5 12.1716 18.8314 11.5 18.0067 11.5H17.9933C17.1686 11.5 16.5 12.1716 16.5 13C16.5 13.8284 17.1686 14.5 17.9933 14.5H18.0067Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 13C9.55228 13 10 13.4477 10 14V17.4998C10 19.4329 11.5672 21.0001 13.5003 21.0001C15.4335 21.0001 17.0007 19.4329 17.0007 17.4998V16C17.0007 15.4477 17.4484 15 18.0007 15C18.553 15 19.0007 15.4477 19.0007 16V17.4998C19.0007 20.5375 16.5381 23.0001 13.5003 23.0001C10.4626 23.0001 8 20.5375 8 17.4998V14C8 13.4477 8.44772 13 9 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.99965 4.07981C3.99965 3.44556 4.4839 3 4.99831 3C5.5506 3 5.99831 2.55228 5.99831 2C5.99831 1.44772 5.5506 1 4.99831 1C3.30506 1 1.99965 2.41676 1.99965 4.07981C1.99965 4.13523 1.99927 4.19268 1.99889 4.25196L1.99889 4.25197C1.99333 5.10193 1.98532 6.32709 3.04678 7.30161L4.43224 10.7727L4.43225 10.7727C4.7269 11.5106 4.95033 12.0701 5.33046 12.5409C5.71059 13.0116 6.21053 13.3479 6.86982 13.7914L8.41125 14.8294C8.74611 15.055 9.18374 15.057 9.52069 14.8346L11.0901 13.799C11.7643 13.3546 12.2756 13.0176 12.664 12.5411C13.0524 12.0647 13.2795 11.496 13.5789 10.7461L14.9543 7.30001C16.0139 6.32577 16.006 5.10155 16.0004 4.25206L16.0004 4.25162C16 4.19261 15.9996 4.13521 15.9996 4.08003C15.9996 2.41686 14.6941 1 13.0008 1C12.4485 1 12.0008 1.44772 12.0008 2C12.0008 2.55228 12.4485 3 13.0008 3C13.5153 3 13.9996 3.44566 13.9996 4.08003C13.9996 5.12559 13.9827 5.47992 13.5954 5.83247C12.3204 6.99309 11.4335 7.79791 10.6826 8.32398C9.95394 8.83444 9.4651 9 8.99965 9C8.5342 9 8.04536 8.83444 7.31674 8.32398C6.56583 7.79791 5.67886 6.99309 4.40388 5.83247C4.01656 5.47989 3.99965 5.12552 3.99965 4.07981Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 9C15.7909 9 14 10.7909 14 13C14 15.2091 15.7909 17 18 17C20.2091 17 22 15.2091 22 13C22 10.7909 20.2091 9 18 9ZM18.0067 14.5C18.8314 14.5 19.5 13.8284 19.5 13C19.5 12.1716 18.8314 11.5 18.0067 11.5H17.9933C17.1686 11.5 16.5 12.1716 16.5 13C16.5 13.8284 17.1686 14.5 17.9933 14.5H18.0067Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-thermometer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.3903 1.351C17.9496 1.19918 18.5416 1.2189 19.0895 1.40758C19.4481 1.53105 19.7478 1.73713 20.0421 1.98793C20.1488 2.09459 20.3298 2.27242 20.5408 2.47966L20.5409 2.47972C21.0888 3.01784 21.8385 3.75421 22.0121 3.9579C22.2629 4.2522 22.469 4.55192 22.5924 4.91048C22.7811 5.45843 22.8008 6.05044 22.649 6.60974C22.5497 6.97571 22.364 7.28847 22.1333 7.59881C21.9122 7.89632 21.6151 8.23581 21.2578 8.64414L15.4073 15.3305C15.1666 15.6056 15.0462 15.7431 14.8969 15.7321C14.7477 15.7211 14.6488 15.5674 14.4511 15.26L13.7926 14.2361C13.3528 13.5173 12.4148 13.2861 11.6908 13.7205L11.2042 14.0125C10.8563 14.2212 10.4109 14.1664 10.124 13.8795C9.83708 13.5926 9.78226 13.1472 9.99102 12.7993L10.283 12.3127C10.7174 11.5887 10.4862 10.6508 9.76749 10.211L8.73935 9.54929C8.43206 9.35153 8.27841 9.25265 8.26742 9.1034C8.25643 8.95414 8.39394 8.83383 8.66895 8.5932L15.3558 2.7422L15.3559 2.74218C15.7642 2.38489 16.1037 2.08782 16.4012 1.8667C16.7115 1.63603 17.0243 1.45034 17.3903 1.351ZM13.7748 17.1017C13.7852 16.9976 13.7248 16.9037 13.604 16.7159L12.5257 15.0392L12.5198 15.0299L12.5134 15.0194C12.5028 15.0019 12.4801 14.9962 12.4626 15.0067L11.9759 15.2987C11.0378 15.8616 9.83695 15.7138 9.06333 14.9401C8.28972 14.1665 8.14189 12.9657 8.70478 12.0275L8.99675 11.5409C9.00727 11.5234 9.00159 11.5006 8.98405 11.4901C8.97731 11.4861 8.97064 11.4819 8.96404 11.4777L7.28394 10.3964C7.09607 10.2755 7.00214 10.2151 6.89805 10.2254C6.79395 10.2358 6.71652 10.3109 6.56166 10.4611C6.17905 10.8323 5.88787 11.1779 5.68024 11.5853C5.33254 12.2676 5.26288 13.0374 5.16073 14.1661L4.98395 15.4793L4.98394 15.4794C4.9726 15.5636 4.96693 15.6058 4.95014 15.6442C4.93335 15.6826 4.9063 15.7154 4.85221 15.781L4.8522 15.7811L1.7029 19.5996C1.05988 20.3595 1.10671 21.4855 1.81062 22.1894C2.51452 22.8933 3.64048 22.9401 4.4004 22.2971L8.21895 19.1478L8.21896 19.1478C8.28455 19.0937 8.31735 19.0666 8.3558 19.0499C8.39425 19.0331 8.43639 19.0274 8.52066 19.0161L9.83385 18.8393C10.9626 18.7371 11.7324 18.6675 12.4147 18.3198C12.8223 18.1121 13.1679 17.8208 13.5392 17.438C13.6894 17.2832 13.7645 17.2058 13.7748 17.1017ZM17.9705 7.44148C18.361 7.05096 18.361 6.41779 17.9705 6.02727C17.5799 5.63674 16.9468 5.63674 16.5563 6.02727L13.3984 9.18516C13.0078 9.57569 13.0078 10.2089 13.3984 10.5994C13.7889 10.9899 14.4221 10.9899 14.8126 10.5994L17.9705 7.44148Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.3903 1.351C17.9496 1.19918 18.5416 1.2189 19.0895 1.40758C19.4481 1.53105 19.7478 1.73713 20.0421 1.98793C20.1488 2.09459 20.3298 2.27242 20.5408 2.47966L20.5409 2.47972C21.0888 3.01784 21.8385 3.75421 22.0121 3.9579C22.2629 4.2522 22.469 4.55192 22.5924 4.91048C22.7811 5.45843 22.8008 6.05044 22.649 6.60974C22.5497 6.97571 22.364 7.28847 22.1333 7.59881C21.9122 7.89632 21.6151 8.23581 21.2578 8.64414L15.4073 15.3305C15.1666 15.6056 15.0462 15.7431 14.8969 15.7321C14.7477 15.7211 14.6488 15.5674 14.4511 15.26L13.7926 14.2361C13.3528 13.5173 12.4148 13.2861 11.6908 13.7205L11.2042 14.0125C10.8563 14.2212 10.4109 14.1664 10.124 13.8795C9.83708 13.5926 9.78226 13.1472 9.99102 12.7993L10.283 12.3127C10.7174 11.5887 10.4862 10.6508 9.76749 10.211L8.73935 9.54929C8.43206 9.35153 8.27841 9.25265 8.26742 9.1034C8.25643 8.95414 8.39394 8.83383 8.66895 8.5932L15.3558 2.7422L15.3559 2.74218C15.7642 2.38489 16.1037 2.08782 16.4012 1.8667C16.7115 1.63603 17.0243 1.45034 17.3903 1.351ZM13.7748 17.1017C13.7852 16.9976 13.7248 16.9037 13.604 16.7159L12.5257 15.0392L12.5198 15.0299L12.5134 15.0194C12.5028 15.0019 12.4801 14.9962 12.4626 15.0067L11.9759 15.2987C11.0378 15.8616 9.83695 15.7138 9.06333 14.9401C8.28972 14.1665 8.14189 12.9657 8.70478 12.0275L8.99675 11.5409C9.00727 11.5234 9.00159 11.5006 8.98405 11.4901C8.97731 11.4861 8.97064 11.4819 8.96404 11.4777L7.28394 10.3964C7.09607 10.2755 7.00214 10.2151 6.89805 10.2254C6.79395 10.2358 6.71652 10.3109 6.56166 10.4611C6.17905 10.8323 5.88787 11.1779 5.68024 11.5853C5.33254 12.2676 5.26288 13.0374 5.16073 14.1661L4.98395 15.4793L4.98394 15.4794C4.9726 15.5636 4.96693 15.6058 4.95014 15.6442C4.93335 15.6826 4.9063 15.7154 4.85221 15.781L4.8522 15.7811L1.7029 19.5996C1.05988 20.3595 1.10671 21.4855 1.81062 22.1894C2.51452 22.8933 3.64048 22.9401 4.4004 22.2971L8.21895 19.1478L8.21896 19.1478C8.28455 19.0937 8.31735 19.0666 8.3558 19.0499C8.39425 19.0331 8.43639 19.0274 8.52066 19.0161L9.83385 18.8393C10.9626 18.7371 11.7324 18.6675 12.4147 18.3198C12.8223 18.1121 13.1679 17.8208 13.5392 17.438C13.6894 17.2832 13.7645 17.2058 13.7748 17.1017ZM17.9705 7.44148C18.361 7.05096 18.361 6.41779 17.9705 6.02727C17.5799 5.63674 16.9468 5.63674 16.5563 6.02727L13.3984 9.18516C13.0078 9.57569 13.0078 10.2089 13.3984 10.5994C13.7889 10.9899 14.4221 10.9899 14.8126 10.5994L17.9705 7.44148Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-tissue-paper{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.08129 6.32604C3.52393 7.10173 3.15 8.22078 3.15 9.5C3.15 10.7792 3.52393 11.8983 4.08129 12.674C4.63934 13.4506 5.32948 13.8269 6 13.8269C6.67052 13.8269 7.36066 13.4506 7.91871 12.674C8.47607 11.8983 8.85 10.7792 8.85 9.5C8.85 8.22078 8.47607 7.10173 7.91871 6.32604C7.36066 5.54941 6.67052 5.17308 6 5.17308C5.32948 5.17308 4.63934 5.54941 4.08129 6.32604ZM2.5447 5.19494C3.36198 4.05753 4.57184 3.25 6 3.25C7.42816 3.25 8.63802 4.05753 9.45531 5.19494C10.2733 6.3333 10.75 7.85848 10.75 9.5C10.75 11.1415 10.2733 12.6667 9.45531 13.8051C8.63802 14.9425 7.42816 15.75 6 15.75C4.57184 15.75 3.36198 14.9425 2.5447 13.8051C1.72673 12.6667 1.25 11.1415 1.25 9.5C1.25 7.85848 1.72673 6.3333 2.5447 5.19494Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6 3.25L18.8182 3.25C20.0422 3.25 21.0431 4.02822 21.7008 5.06181C22.3642 6.1043 22.75 7.49868 22.75 9C22.75 9.6499 22.6778 10.2766 22.5437 10.8619C22.2928 11.9569 21.774 13.123 21.2845 14.2234L21.2845 14.2234L21.2845 14.2235C21.1496 14.5266 21.017 14.8247 20.8928 15.115C20.2877 16.5292 19.8581 17.7987 19.9448 18.9433C20.0128 19.8404 19.3613 20.75 18.3605 20.75H8.24715C7.34855 20.75 6.70308 20.009 6.64087 19.1878C6.5211 17.6069 7.11145 15.9889 7.72342 14.5349C7.86073 14.2087 7.99887 13.8909 8.13378 13.5805C8.62925 12.4405 9.08121 11.4007 9.28849 10.4126C9.52565 9.28207 9.33706 7.81595 8.73359 6.64829C8.13667 5.49329 7.20934 4.75 6 4.75V3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 9.5C7 10.0523 6.55429 10.5 6.00447 10.5L5.99553 10.5C5.44571 10.5 5 10.0523 5 9.5C5 8.94771 5.44571 8.5 5.99553 8.5L6.00447 8.5C6.55429 8.5 7 8.94772 7 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.08129 6.32604C3.52393 7.10173 3.15 8.22078 3.15 9.5C3.15 10.7792 3.52393 11.8983 4.08129 12.674C4.63934 13.4506 5.32948 13.8269 6 13.8269C6.67052 13.8269 7.36066 13.4506 7.91871 12.674C8.47607 11.8983 8.85 10.7792 8.85 9.5C8.85 8.22078 8.47607 7.10173 7.91871 6.32604C7.36066 5.54941 6.67052 5.17308 6 5.17308C5.32948 5.17308 4.63934 5.54941 4.08129 6.32604ZM2.5447 5.19494C3.36198 4.05753 4.57184 3.25 6 3.25C7.42816 3.25 8.63802 4.05753 9.45531 5.19494C10.2733 6.3333 10.75 7.85848 10.75 9.5C10.75 11.1415 10.2733 12.6667 9.45531 13.8051C8.63802 14.9425 7.42816 15.75 6 15.75C4.57184 15.75 3.36198 14.9425 2.5447 13.8051C1.72673 12.6667 1.25 11.1415 1.25 9.5C1.25 7.85848 1.72673 6.3333 2.5447 5.19494Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6 3.25L18.8182 3.25C20.0422 3.25 21.0431 4.02822 21.7008 5.06181C22.3642 6.1043 22.75 7.49868 22.75 9C22.75 9.6499 22.6778 10.2766 22.5437 10.8619C22.2928 11.9569 21.774 13.123 21.2845 14.2234L21.2845 14.2234L21.2845 14.2235C21.1496 14.5266 21.017 14.8247 20.8928 15.115C20.2877 16.5292 19.8581 17.7987 19.9448 18.9433C20.0128 19.8404 19.3613 20.75 18.3605 20.75H8.24715C7.34855 20.75 6.70308 20.009 6.64087 19.1878C6.5211 17.6069 7.11145 15.9889 7.72342 14.5349C7.86073 14.2087 7.99887 13.8909 8.13378 13.5805C8.62925 12.4405 9.08121 11.4007 9.28849 10.4126C9.52565 9.28207 9.33706 7.81595 8.73359 6.64829C8.13667 5.49329 7.20934 4.75 6 4.75V3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 9.5C7 10.0523 6.55429 10.5 6.00447 10.5L5.99553 10.5C5.44571 10.5 5 10.0523 5 9.5C5 8.94771 5.44571 8.5 5.99553 8.5L6.00447 8.5C6.55429 8.5 7 8.94772 7 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-tongue{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.69675 7.30348L5.15909 7.30348C5.69882 7.30348 6.13636 7.73084 6.13636 8.25802C6.13636 8.7852 5.69882 9.21257 5.15909 9.21257H3.69678C4.05851 9.81182 4.56052 10.5131 5.19641 11.1038C5.58751 11.4671 5.60303 12.0713 5.23107 12.4533C4.85911 12.8353 4.24053 12.8504 3.84943 12.4871C2.57501 11.3033 1.77723 9.82915 1.43003 9.10282C1.28397 8.79727 1.25 8.49521 1.25 8.25804C1.25 8.02262 1.28329 7.72028 1.42949 7.41435C1.74355 6.75715 2.4196 5.50261 3.4746 4.39878C4.52815 3.29647 6.05462 2.25 8.04772 2.25C9.41663 2.25 10.496 2.94134 11.2365 3.63269C11.5133 3.89107 11.7169 4.08121 11.8592 4.21223C11.9194 4.26765 11.9656 4.30971 12 4.34044C12.0344 4.30971 12.0806 4.26765 12.1408 4.21223C12.2831 4.08121 12.4867 3.89107 12.7635 3.63269C13.504 2.94134 14.5834 2.25 15.9523 2.25C17.9454 2.25 19.4719 3.29647 20.5254 4.39878C21.5804 5.50261 22.2564 6.75715 22.5705 7.41435C22.7167 7.7203 22.75 8.02264 22.75 8.25804C22.75 8.49521 22.716 8.79728 22.57 9.10283C22.2228 9.82917 21.425 11.3033 20.1506 12.4871C19.7595 12.8504 19.1409 12.8353 18.7689 12.4533C18.397 12.0713 18.4125 11.4671 18.8036 11.1038C19.4395 10.5131 19.9415 9.81182 20.3032 9.21257L18.8409 9.21257C18.3012 9.21257 17.8636 8.7852 17.8636 8.25802C17.8636 7.73084 18.3012 7.30348 18.8409 7.30348L20.3032 7.30348C19.9996 6.80049 19.5963 6.22431 19.0967 5.70154C18.2393 4.80452 17.1933 4.15909 15.9523 4.15909C15.2878 4.15909 14.6685 4.49511 14.114 5.01275L14.1108 5.01571C13.838 5.27041 13.6294 5.46521 13.4815 5.6014L13.4675 5.61424C13.3564 5.7166 13.213 5.84864 13.1138 5.91689C12.9893 6.00248 12.8385 6.10481 12.6864 6.18256C12.5228 6.26623 12.2896 6.35832 12 6.35832C11.7104 6.35832 11.4772 6.26623 11.3136 6.18256C11.1615 6.10481 11.0107 6.00248 10.8862 5.91689C10.787 5.84864 10.6436 5.7166 10.5325 5.61424L10.5185 5.6014C10.3706 5.46519 10.1619 5.27034 9.88903 5.01558L9.886 5.01275C9.33154 4.49511 8.71225 4.15909 8.04772 4.15909C6.8067 4.15909 5.76068 4.80452 4.90333 5.70154C4.40369 6.22431 4.00037 6.80049 3.69675 7.30348Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.378 7.31193C12.986 7.3906 12.75 7.76662 12.75 8.1664V12C12.75 12.4142 12.4142 12.75 12 12.75C11.5858 12.75 11.25 12.4142 11.25 12V8.16639C11.25 7.76661 11.014 7.39058 10.622 7.31192C10.4183 7.27104 10.2096 7.25 9.99865 7.25C8.50236 7.25 7.21451 8.29526 6.88179 9.75567L5.91193 14.0127C5.01273 17.9595 7.97092 21.75 12 21.75C16.0291 21.75 18.9873 17.9595 18.0881 14.0127L17.1183 9.75567C16.7855 8.29526 15.4977 7.25 14.0014 7.25C13.7904 7.25 13.5817 7.27104 13.378 7.31193Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.69675 7.30348L5.15909 7.30348C5.69882 7.30348 6.13636 7.73084 6.13636 8.25802C6.13636 8.7852 5.69882 9.21257 5.15909 9.21257H3.69678C4.05851 9.81182 4.56052 10.5131 5.19641 11.1038C5.58751 11.4671 5.60303 12.0713 5.23107 12.4533C4.85911 12.8353 4.24053 12.8504 3.84943 12.4871C2.57501 11.3033 1.77723 9.82915 1.43003 9.10282C1.28397 8.79727 1.25 8.49521 1.25 8.25804C1.25 8.02262 1.28329 7.72028 1.42949 7.41435C1.74355 6.75715 2.4196 5.50261 3.4746 4.39878C4.52815 3.29647 6.05462 2.25 8.04772 2.25C9.41663 2.25 10.496 2.94134 11.2365 3.63269C11.5133 3.89107 11.7169 4.08121 11.8592 4.21223C11.9194 4.26765 11.9656 4.30971 12 4.34044C12.0344 4.30971 12.0806 4.26765 12.1408 4.21223C12.2831 4.08121 12.4867 3.89107 12.7635 3.63269C13.504 2.94134 14.5834 2.25 15.9523 2.25C17.9454 2.25 19.4719 3.29647 20.5254 4.39878C21.5804 5.50261 22.2564 6.75715 22.5705 7.41435C22.7167 7.7203 22.75 8.02264 22.75 8.25804C22.75 8.49521 22.716 8.79728 22.57 9.10283C22.2228 9.82917 21.425 11.3033 20.1506 12.4871C19.7595 12.8504 19.1409 12.8353 18.7689 12.4533C18.397 12.0713 18.4125 11.4671 18.8036 11.1038C19.4395 10.5131 19.9415 9.81182 20.3032 9.21257L18.8409 9.21257C18.3012 9.21257 17.8636 8.7852 17.8636 8.25802C17.8636 7.73084 18.3012 7.30348 18.8409 7.30348L20.3032 7.30348C19.9996 6.80049 19.5963 6.22431 19.0967 5.70154C18.2393 4.80452 17.1933 4.15909 15.9523 4.15909C15.2878 4.15909 14.6685 4.49511 14.114 5.01275L14.1108 5.01571C13.838 5.27041 13.6294 5.46521 13.4815 5.6014L13.4675 5.61424C13.3564 5.7166 13.213 5.84864 13.1138 5.91689C12.9893 6.00248 12.8385 6.10481 12.6864 6.18256C12.5228 6.26623 12.2896 6.35832 12 6.35832C11.7104 6.35832 11.4772 6.26623 11.3136 6.18256C11.1615 6.10481 11.0107 6.00248 10.8862 5.91689C10.787 5.84864 10.6436 5.7166 10.5325 5.61424L10.5185 5.6014C10.3706 5.46519 10.1619 5.27034 9.88903 5.01558L9.886 5.01275C9.33154 4.49511 8.71225 4.15909 8.04772 4.15909C6.8067 4.15909 5.76068 4.80452 4.90333 5.70154C4.40369 6.22431 4.00037 6.80049 3.69675 7.30348Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.378 7.31193C12.986 7.3906 12.75 7.76662 12.75 8.1664V12C12.75 12.4142 12.4142 12.75 12 12.75C11.5858 12.75 11.25 12.4142 11.25 12V8.16639C11.25 7.76661 11.014 7.39058 10.622 7.31192C10.4183 7.27104 10.2096 7.25 9.99865 7.25C8.50236 7.25 7.21451 8.29526 6.88179 9.75567L5.91193 14.0127C5.01273 17.9595 7.97092 21.75 12 21.75C16.0291 21.75 18.9873 17.9595 18.0881 14.0127L17.1183 9.75567C16.7855 8.29526 15.4977 7.25 14.0014 7.25C13.7904 7.25 13.5817 7.27104 13.378 7.31193Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-treatment{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7255 1.92778C11.7331 1.02407 13.2669 1.02407 14.2745 1.92778C14.9633 2.54557 15.8167 3.40517 16.5031 4.39951C17.1825 5.38383 17.75 6.57467 17.75 7.83902C17.75 10.2968 15.7177 12.75 12.5 12.75C9.2823 12.75 7.25 10.2968 7.25 7.83902C7.25 6.57467 7.8175 5.38383 8.49695 4.39951C9.18331 3.40517 10.0367 2.54557 10.7255 1.92778Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7255 1.92778C11.7331 1.02407 13.2669 1.02407 14.2745 1.92778C14.9633 2.54557 15.8167 3.40517 16.5031 4.39951C17.1825 5.38383 17.75 6.57467 17.75 7.83902C17.75 10.2968 15.7177 12.75 12.5 12.75C9.2823 12.75 7.25 10.2968 7.25 7.83902C7.25 6.57467 7.8175 5.38383 8.49695 4.39951C9.18331 3.40517 10.0367 2.54557 10.7255 1.92778Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-vaccine{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.17704 16.5804L5.34171 17.7499C5.21267 17.9306 5.12711 18.0508 5.06453 18.1475C5.12627 18.2564 5.23321 18.4107 5.41112 18.5886C5.58951 18.767 5.74181 18.8747 5.84974 18.9369C5.93995 18.8785 6.06093 18.7929 6.24979 18.658L7.41925 17.8227L8.58173 19.4501L7.38314 20.3063L7.38311 20.3063C7.17319 20.4563 6.96199 20.6072 6.76939 20.7184C6.55223 20.8438 6.28072 20.9668 5.94545 20.9932C5.9025 20.9966 5.85936 20.9972 5.81633 20.995C5.32106 20.9699 4.64098 20.6469 3.99691 20.0028C3.48478 19.4907 3.2058 18.9809 3.08298 18.5876C3.03426 18.4296 2.96549 18.0262 3.08013 17.6766C3.19484 17.3113 3.44742 16.9591 3.66013 16.6629L4.54957 15.418L6.17704 16.5804Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0357 1.25C17.5617 1.25 17.9881 1.67639 17.9881 2.20238C17.9881 2.74171 17.9966 2.82743 18.0161 2.89593C18.0315 2.94991 18.0531 3.00194 18.0803 3.05099C18.115 3.11323 18.1696 3.17984 18.551 3.56121L20.4388 5.44904C20.8202 5.83041 20.8868 5.88502 20.949 5.91965C20.9981 5.94694 21.0501 5.96849 21.1041 5.98388C21.1726 6.0034 21.2583 6.01189 21.7976 6.01189C22.3236 6.01189 22.75 6.43828 22.75 6.96427C22.75 7.49025 22.3236 7.91664 21.7976 7.91664C21.3989 7.91717 20.94 7.91775 20.5819 7.81567C20.3873 7.7602 20.1998 7.68251 20.023 7.58413C19.897 7.51406 19.7805 7.43166 19.6686 7.3406L16.827 10.8925C16.4985 11.3033 15.8991 11.3698 15.4884 11.0413C15.0777 10.7127 15.0111 10.1134 15.3397 9.70264L18.2992 6.0032L17.9968 5.70078L14.2974 8.66033C13.8866 8.9889 13.2873 8.92231 12.9587 8.51159C12.6302 8.10086 12.6967 7.50154 13.1075 7.17296L16.6594 4.33142C16.5683 4.21954 16.4859 4.103 16.4159 3.97705C16.3175 3.80023 16.2398 3.61267 16.1843 3.41807C16.0823 3.05996 16.0828 2.60113 16.0834 2.20238C16.0834 1.67639 16.5098 1.25 17.0357 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.45711 19.9572L2.95711 22.4572C2.56658 22.8477 1.93342 22.8477 1.54289 22.4572C1.15237 22.0667 1.15237 21.4335 1.54289 21.043L4.04289 18.543L5.45711 19.9572Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.2929 5.29289C10.6834 4.90237 11.3166 4.90237 11.7071 5.29289L18.7071 12.2929C18.8628 12.4486 18.9564 12.6428 18.988 12.8448C19.0087 12.9777 19.0191 13.0442 18.9617 13.0789C18.9043 13.1136 18.8413 13.067 18.7153 12.9737C17.6767 12.2047 16.3915 11.75 15 11.75C11.5482 11.75 8.75 14.5482 8.75 18C8.75 18.5479 8.8205 19.0793 8.95293 19.5857C8.96917 19.6478 8.917 19.7069 8.85405 19.6944C8.36547 19.5972 7.96106 19.3495 7.56892 19.0298C7.19327 18.7235 6.77137 18.3016 6.26231 17.7925C5.75324 17.2834 5.27653 16.8067 4.97025 16.4311C4.65053 16.0389 4.4028 15.6345 4.30561 15.146C4.23146 14.7732 4.23146 14.3894 4.30561 14.0166C4.4028 13.5281 4.65053 13.1237 4.97025 12.7315C5.27653 12.3559 5.69844 11.934 6.20751 11.4249L10.2929 7.33954C10.3899 7.24256 10.4384 7.19407 10.4612 7.14016C10.4927 7.06547 10.4927 6.98118 10.4612 6.90649C10.4384 6.85258 10.3899 6.80409 10.2929 6.70711C9.90237 6.31658 9.90237 5.68342 10.2929 5.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 13.25C12.3766 13.25 10.25 15.3766 10.25 18C10.25 20.6234 12.3766 22.75 15 22.75C17.6234 22.75 19.75 20.6234 19.75 18C19.75 15.3766 17.6234 13.25 15 13.25ZM17.1766 17.2809C17.4417 16.9627 17.3987 16.4898 17.0805 16.2246C16.7623 15.9595 16.2894 16.0025 16.0242 16.3207L14.55 18.0897L13.9307 17.4705C13.6378 17.1776 13.163 17.1776 12.8701 17.4705C12.5772 17.7634 12.5772 18.2382 12.8701 18.5311L13.4738 19.1349C13.5976 19.2589 13.7394 19.4008 13.8765 19.5044C14.0394 19.6276 14.2907 19.7722 14.6256 19.7571C14.9606 19.7419 15.1978 19.5751 15.3488 19.4376C15.4759 19.322 15.6043 19.1678 15.7164 19.0332L17.1766 17.2809Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.17704 16.5804L5.34171 17.7499C5.21267 17.9306 5.12711 18.0508 5.06453 18.1475C5.12627 18.2564 5.23321 18.4107 5.41112 18.5886C5.58951 18.767 5.74181 18.8747 5.84974 18.9369C5.93995 18.8785 6.06093 18.7929 6.24979 18.658L7.41925 17.8227L8.58173 19.4501L7.38314 20.3063L7.38311 20.3063C7.17319 20.4563 6.96199 20.6072 6.76939 20.7184C6.55223 20.8438 6.28072 20.9668 5.94545 20.9932C5.9025 20.9966 5.85936 20.9972 5.81633 20.995C5.32106 20.9699 4.64098 20.6469 3.99691 20.0028C3.48478 19.4907 3.2058 18.9809 3.08298 18.5876C3.03426 18.4296 2.96549 18.0262 3.08013 17.6766C3.19484 17.3113 3.44742 16.9591 3.66013 16.6629L4.54957 15.418L6.17704 16.5804Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.0357 1.25C17.5617 1.25 17.9881 1.67639 17.9881 2.20238C17.9881 2.74171 17.9966 2.82743 18.0161 2.89593C18.0315 2.94991 18.0531 3.00194 18.0803 3.05099C18.115 3.11323 18.1696 3.17984 18.551 3.56121L20.4388 5.44904C20.8202 5.83041 20.8868 5.88502 20.949 5.91965C20.9981 5.94694 21.0501 5.96849 21.1041 5.98388C21.1726 6.0034 21.2583 6.01189 21.7976 6.01189C22.3236 6.01189 22.75 6.43828 22.75 6.96427C22.75 7.49025 22.3236 7.91664 21.7976 7.91664C21.3989 7.91717 20.94 7.91775 20.5819 7.81567C20.3873 7.7602 20.1998 7.68251 20.023 7.58413C19.897 7.51406 19.7805 7.43166 19.6686 7.3406L16.827 10.8925C16.4985 11.3033 15.8991 11.3698 15.4884 11.0413C15.0777 10.7127 15.0111 10.1134 15.3397 9.70264L18.2992 6.0032L17.9968 5.70078L14.2974 8.66033C13.8866 8.9889 13.2873 8.92231 12.9587 8.51159C12.6302 8.10086 12.6967 7.50154 13.1075 7.17296L16.6594 4.33142C16.5683 4.21954 16.4859 4.103 16.4159 3.97705C16.3175 3.80023 16.2398 3.61267 16.1843 3.41807C16.0823 3.05996 16.0828 2.60113 16.0834 2.20238C16.0834 1.67639 16.5098 1.25 17.0357 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.45711 19.9572L2.95711 22.4572C2.56658 22.8477 1.93342 22.8477 1.54289 22.4572C1.15237 22.0667 1.15237 21.4335 1.54289 21.043L4.04289 18.543L5.45711 19.9572Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.2929 5.29289C10.6834 4.90237 11.3166 4.90237 11.7071 5.29289L18.7071 12.2929C18.8628 12.4486 18.9564 12.6428 18.988 12.8448C19.0087 12.9777 19.0191 13.0442 18.9617 13.0789C18.9043 13.1136 18.8413 13.067 18.7153 12.9737C17.6767 12.2047 16.3915 11.75 15 11.75C11.5482 11.75 8.75 14.5482 8.75 18C8.75 18.5479 8.8205 19.0793 8.95293 19.5857C8.96917 19.6478 8.917 19.7069 8.85405 19.6944C8.36547 19.5972 7.96106 19.3495 7.56892 19.0298C7.19327 18.7235 6.77137 18.3016 6.26231 17.7925C5.75324 17.2834 5.27653 16.8067 4.97025 16.4311C4.65053 16.0389 4.4028 15.6345 4.30561 15.146C4.23146 14.7732 4.23146 14.3894 4.30561 14.0166C4.4028 13.5281 4.65053 13.1237 4.97025 12.7315C5.27653 12.3559 5.69844 11.934 6.20751 11.4249L10.2929 7.33954C10.3899 7.24256 10.4384 7.19407 10.4612 7.14016C10.4927 7.06547 10.4927 6.98118 10.4612 6.90649C10.4384 6.85258 10.3899 6.80409 10.2929 6.70711C9.90237 6.31658 9.90237 5.68342 10.2929 5.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 13.25C12.3766 13.25 10.25 15.3766 10.25 18C10.25 20.6234 12.3766 22.75 15 22.75C17.6234 22.75 19.75 20.6234 19.75 18C19.75 15.3766 17.6234 13.25 15 13.25ZM17.1766 17.2809C17.4417 16.9627 17.3987 16.4898 17.0805 16.2246C16.7623 15.9595 16.2894 16.0025 16.0242 16.3207L14.55 18.0897L13.9307 17.4705C13.6378 17.1776 13.163 17.1776 12.8701 17.4705C12.5772 17.7634 12.5772 18.2382 12.8701 18.5311L13.4738 19.1349C13.5976 19.2589 13.7394 19.4008 13.8765 19.5044C14.0394 19.6276 14.2907 19.7722 14.6256 19.7571C14.9606 19.7419 15.1978 19.5751 15.3488 19.4376C15.4759 19.322 15.6043 19.1678 15.7164 19.0332L17.1766 17.2809Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-wheelchair{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 19C16.2239 19 16 19.2239 16 19.5C16 19.7761 16.2239 20 16.5 20C16.7761 20 17 19.7761 17 19.5C17 19.2239 16.7761 19 16.5 19ZM14 19.5C14 18.1193 15.1193 17 16.5 17C17.8807 17 19 18.1193 19 19.5C19 20.8807 17.8807 22 16.5 22C15.1193 22 14 20.8807 14 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 16C8.5 16.8284 7.83043 17.5 7.00448 17.5L6.99552 17.5C6.16957 17.5 5.5 16.8284 5.5 16C5.5 15.1716 6.16957 14.5 6.99552 14.5L7.00448 14.5C7.83043 14.5 8.5 15.1716 8.5 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 12C4.79086 12 3 13.7909 3 16C3 18.2091 4.79086 20 7 20C9.20914 20 11 18.2091 11 16C11 13.7909 9.20914 12 7 12ZM1 16C1 12.6863 3.68629 10 7 10C10.3137 10 13 12.6863 13 16C13 19.3137 10.3137 22 7 22C3.68629 22 1 19.3137 1 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.28042 4.02728C2.98712 4.00094 2.60177 4 2 4C1.44772 4 1 3.55229 1 3C1 2.44772 1.44772 2 2 2C2.54807 1.99998 3.06584 1.99996 3.45932 2.0353C3.87823 2.07292 4.29157 2.15617 4.68758 2.37543C5.06977 2.58704 5.40112 2.87955 5.6585 3.23254C5.92519 3.5983 6.05906 3.99812 6.14835 4.40913C6.23222 4.79518 6.31526 5.45617 6.38322 6L11.5686 6C12.6886 5.99996 13.6287 5.99992 14.3764 6.10045C15.1681 6.20689 15.892 6.44224 16.4749 7.02513C17.0578 7.60801 17.2931 8.3319 17.3996 9.12358C17.5001 9.87124 17.5 10.8114 17.5 11.9313V11.9314L17.5 13.074C17.7343 13.1169 17.96 13.1845 18.1767 13.2904C18.3175 13.3593 18.4524 13.4394 18.5804 13.5297C19.1131 13.9055 19.4638 14.4903 19.8684 15.1652C20.0717 15.503 20.2723 15.8342 20.3673 15.9618C20.495 15.9048 21.2125 15.5088 21.5154 15.341C21.9985 15.0734 22.6071 15.2481 22.8748 15.7312C23.1424 16.2143 22.9677 16.8229 22.4846 17.0905C22.2016 17.2474 21.3383 17.7257 21.0864 17.8294C20.8027 17.9462 20.4452 18.0461 20.0315 17.9777C19.877 17.9521 19.7269 17.9078 19.5842 17.8463C19.2092 17.6847 18.9595 17.4168 18.7764 17.174C18.6094 16.9524 18.4386 16.6685 18.2611 16.3734L18.2611 16.3734C17.8117 15.6266 17.6247 15.3435 17.5 15.2238V18C17.5 18.5523 17.0523 19 16.5 19C15.9477 19 15.5 18.5523 15.5 18V15H10.9296L10.6676 14.4004C10.0494 12.9856 8.6387 12 7 12C6.08948 12 5.05607 11.3875 4.91057 10.2501L4.37982 6.10087C4.30518 5.50375 4.25646 5.12149 4.19394 4.83372C4.13473 4.56115 4.08019 4.4626 4.04246 4.41085C3.95667 4.29319 3.84621 4.19568 3.71882 4.12515C3.66278 4.09412 3.55823 4.05223 3.28042 4.02728Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 19C16.2239 19 16 19.2239 16 19.5C16 19.7761 16.2239 20 16.5 20C16.7761 20 17 19.7761 17 19.5C17 19.2239 16.7761 19 16.5 19ZM14 19.5C14 18.1193 15.1193 17 16.5 17C17.8807 17 19 18.1193 19 19.5C19 20.8807 17.8807 22 16.5 22C15.1193 22 14 20.8807 14 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 16C8.5 16.8284 7.83043 17.5 7.00448 17.5L6.99552 17.5C6.16957 17.5 5.5 16.8284 5.5 16C5.5 15.1716 6.16957 14.5 6.99552 14.5L7.00448 14.5C7.83043 14.5 8.5 15.1716 8.5 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 12C4.79086 12 3 13.7909 3 16C3 18.2091 4.79086 20 7 20C9.20914 20 11 18.2091 11 16C11 13.7909 9.20914 12 7 12ZM1 16C1 12.6863 3.68629 10 7 10C10.3137 10 13 12.6863 13 16C13 19.3137 10.3137 22 7 22C3.68629 22 1 19.3137 1 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.28042 4.02728C2.98712 4.00094 2.60177 4 2 4C1.44772 4 1 3.55229 1 3C1 2.44772 1.44772 2 2 2C2.54807 1.99998 3.06584 1.99996 3.45932 2.0353C3.87823 2.07292 4.29157 2.15617 4.68758 2.37543C5.06977 2.58704 5.40112 2.87955 5.6585 3.23254C5.92519 3.5983 6.05906 3.99812 6.14835 4.40913C6.23222 4.79518 6.31526 5.45617 6.38322 6L11.5686 6C12.6886 5.99996 13.6287 5.99992 14.3764 6.10045C15.1681 6.20689 15.892 6.44224 16.4749 7.02513C17.0578 7.60801 17.2931 8.3319 17.3996 9.12358C17.5001 9.87124 17.5 10.8114 17.5 11.9313V11.9314L17.5 13.074C17.7343 13.1169 17.96 13.1845 18.1767 13.2904C18.3175 13.3593 18.4524 13.4394 18.5804 13.5297C19.1131 13.9055 19.4638 14.4903 19.8684 15.1652C20.0717 15.503 20.2723 15.8342 20.3673 15.9618C20.495 15.9048 21.2125 15.5088 21.5154 15.341C21.9985 15.0734 22.6071 15.2481 22.8748 15.7312C23.1424 16.2143 22.9677 16.8229 22.4846 17.0905C22.2016 17.2474 21.3383 17.7257 21.0864 17.8294C20.8027 17.9462 20.4452 18.0461 20.0315 17.9777C19.877 17.9521 19.7269 17.9078 19.5842 17.8463C19.2092 17.6847 18.9595 17.4168 18.7764 17.174C18.6094 16.9524 18.4386 16.6685 18.2611 16.3734L18.2611 16.3734C17.8117 15.6266 17.6247 15.3435 17.5 15.2238V18C17.5 18.5523 17.0523 19 16.5 19C15.9477 19 15.5 18.5523 15.5 18V15H10.9296L10.6676 14.4004C10.0494 12.9856 8.6387 12 7 12C6.08948 12 5.05607 11.3875 4.91057 10.2501L4.37982 6.10087C4.30518 5.50375 4.25646 5.12149 4.19394 4.83372C4.13473 4.56115 4.08019 4.4626 4.04246 4.41085C3.95667 4.29319 3.84621 4.19568 3.71882 4.12515C3.66278 4.09412 3.55823 4.05223 3.28042 4.02728Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-medical-icons-x-ray{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.6263 6.53647C21.75 7.67861 21.75 9.11821 21.75 10.9548V13.0452V13.0453C21.75 14.8818 21.75 16.3214 21.6263 17.4635C21.5 18.6291 21.2377 19.5734 20.6518 20.3798C20.2972 20.8679 19.8679 21.2972 19.3798 21.6518C18.5734 22.2377 17.6291 22.5 16.4635 22.6263C15.3214 22.75 13.8818 22.75 12.0453 22.75H12.0452H11.9548C10.1182 22.75 8.67861 22.75 7.53648 22.6263C6.37094 22.5 5.42656 22.2377 4.62024 21.6518C4.13209 21.2972 3.70281 20.8679 3.34815 20.3798C2.76232 19.5734 2.50001 18.6291 2.37373 17.4635C2.24999 16.3214 2.24999 14.8818 2.25 13.0453V13.0453V10.9547V10.9547C2.24999 9.11816 2.24999 7.67859 2.37373 6.53647C2.50001 5.37094 2.76232 4.42656 3.34815 3.62023C3.70281 3.13209 4.13209 2.70281 4.62024 2.34815C5.42656 1.76232 6.37094 1.50001 7.53648 1.37373C8.67859 1.24999 10.1182 1.24999 11.9547 1.25H11.9547H12.0453H12.0453C13.8818 1.24999 15.3214 1.24999 16.4635 1.37373C17.6291 1.50001 18.5734 1.76232 19.3798 2.34815C19.8679 2.70281 20.2972 3.13209 20.6518 3.62024C21.2377 4.42656 21.5 5.37094 21.6263 6.53647ZM12 4.25C12.5523 4.25 13 4.69772 13 5.25V6.93273C13.2207 7.19931 13.409 7.25 13.5 7.25C13.6114 7.25 13.8682 7.17414 14.152 6.72005C14.4447 6.2517 15.0616 6.10929 15.53 6.40197C15.9983 6.69465 16.1407 7.3116 15.848 7.77995C15.3587 8.56305 14.5566 9.25 13.5 9.25C13.3264 9.25 13.1596 9.23145 13 9.19697L13 9.78117C13.4211 10.0758 13.938 10.25 14.5 10.25C15.2077 10.25 15.8439 9.97366 16.3074 9.52866C16.7058 9.14616 17.3388 9.15904 17.7213 9.55742C18.1038 9.95581 18.091 10.5888 17.6926 10.9713C16.8675 11.7635 15.7389 12.25 14.5 12.25C13.9753 12.25 13.4704 12.1628 13 12.002V13.5403C13.5294 13.4955 14.0331 13.416 14.5012 13.3072C15.7722 13.0118 17.25 13.9195 17.25 15.4049C17.25 16.1453 16.8403 16.9148 16.0547 17.2069C15.7012 17.3384 15.3259 17.4522 14.9332 17.5471C14.5379 17.6426 14.222 17.892 14.0713 18.2264L13.9649 18.4624C13.616 19.2367 12.8556 19.75 12 19.75C11.1444 19.75 10.384 19.2367 10.0351 18.4624L9.92867 18.2264C9.77798 17.892 9.46206 17.6426 9.06676 17.5471C8.67411 17.4522 8.29878 17.3384 7.94531 17.2069C7.15974 16.9148 6.75 16.1453 6.75 15.4049C6.75 13.9195 8.22778 13.0118 9.49875 13.3072C9.96693 13.416 10.4706 13.4955 11 13.5403V12.002C10.5296 12.1628 10.0247 12.25 9.5 12.25C8.26107 12.25 7.13251 11.7635 6.30742 10.9713C5.90904 10.5888 5.89616 9.95581 6.27866 9.55742C6.66116 9.15904 7.29419 9.14616 7.69258 9.52866C8.15606 9.97366 8.79229 10.25 9.5 10.25C10.062 10.25 10.5789 10.0758 11 9.78117V9.19697C10.8404 9.23145 10.6736 9.25 10.5 9.25C9.44339 9.25 8.64134 8.56305 8.15197 7.77995C7.85929 7.3116 8.0017 6.69465 8.47005 6.40197C8.9384 6.10929 9.55535 6.2517 9.84803 6.72005C10.1318 7.17414 10.3886 7.25 10.5 7.25C10.591 7.25 10.7793 7.19931 11 6.93273V5.25C11 4.69772 11.4477 4.25 12 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.6263 6.53647C21.75 7.67861 21.75 9.11821 21.75 10.9548V13.0452V13.0453C21.75 14.8818 21.75 16.3214 21.6263 17.4635C21.5 18.6291 21.2377 19.5734 20.6518 20.3798C20.2972 20.8679 19.8679 21.2972 19.3798 21.6518C18.5734 22.2377 17.6291 22.5 16.4635 22.6263C15.3214 22.75 13.8818 22.75 12.0453 22.75H12.0452H11.9548C10.1182 22.75 8.67861 22.75 7.53648 22.6263C6.37094 22.5 5.42656 22.2377 4.62024 21.6518C4.13209 21.2972 3.70281 20.8679 3.34815 20.3798C2.76232 19.5734 2.50001 18.6291 2.37373 17.4635C2.24999 16.3214 2.24999 14.8818 2.25 13.0453V13.0453V10.9547V10.9547C2.24999 9.11816 2.24999 7.67859 2.37373 6.53647C2.50001 5.37094 2.76232 4.42656 3.34815 3.62023C3.70281 3.13209 4.13209 2.70281 4.62024 2.34815C5.42656 1.76232 6.37094 1.50001 7.53648 1.37373C8.67859 1.24999 10.1182 1.24999 11.9547 1.25H11.9547H12.0453H12.0453C13.8818 1.24999 15.3214 1.24999 16.4635 1.37373C17.6291 1.50001 18.5734 1.76232 19.3798 2.34815C19.8679 2.70281 20.2972 3.13209 20.6518 3.62024C21.2377 4.42656 21.5 5.37094 21.6263 6.53647ZM12 4.25C12.5523 4.25 13 4.69772 13 5.25V6.93273C13.2207 7.19931 13.409 7.25 13.5 7.25C13.6114 7.25 13.8682 7.17414 14.152 6.72005C14.4447 6.2517 15.0616 6.10929 15.53 6.40197C15.9983 6.69465 16.1407 7.3116 15.848 7.77995C15.3587 8.56305 14.5566 9.25 13.5 9.25C13.3264 9.25 13.1596 9.23145 13 9.19697L13 9.78117C13.4211 10.0758 13.938 10.25 14.5 10.25C15.2077 10.25 15.8439 9.97366 16.3074 9.52866C16.7058 9.14616 17.3388 9.15904 17.7213 9.55742C18.1038 9.95581 18.091 10.5888 17.6926 10.9713C16.8675 11.7635 15.7389 12.25 14.5 12.25C13.9753 12.25 13.4704 12.1628 13 12.002V13.5403C13.5294 13.4955 14.0331 13.416 14.5012 13.3072C15.7722 13.0118 17.25 13.9195 17.25 15.4049C17.25 16.1453 16.8403 16.9148 16.0547 17.2069C15.7012 17.3384 15.3259 17.4522 14.9332 17.5471C14.5379 17.6426 14.222 17.892 14.0713 18.2264L13.9649 18.4624C13.616 19.2367 12.8556 19.75 12 19.75C11.1444 19.75 10.384 19.2367 10.0351 18.4624L9.92867 18.2264C9.77798 17.892 9.46206 17.6426 9.06676 17.5471C8.67411 17.4522 8.29878 17.3384 7.94531 17.2069C7.15974 16.9148 6.75 16.1453 6.75 15.4049C6.75 13.9195 8.22778 13.0118 9.49875 13.3072C9.96693 13.416 10.4706 13.4955 11 13.5403V12.002C10.5296 12.1628 10.0247 12.25 9.5 12.25C8.26107 12.25 7.13251 11.7635 6.30742 10.9713C5.90904 10.5888 5.89616 9.95581 6.27866 9.55742C6.66116 9.15904 7.29419 9.14616 7.69258 9.52866C8.15606 9.97366 8.79229 10.25 9.5 10.25C10.062 10.25 10.5789 10.0758 11 9.78117V9.19697C10.8404 9.23145 10.6736 9.25 10.5 9.25C9.44339 9.25 8.64134 8.56305 8.15197 7.77995C7.85929 7.3116 8.0017 6.69465 8.47005 6.40197C8.9384 6.10929 9.55535 6.2517 9.84803 6.72005C10.1318 7.17414 10.3886 7.25 10.5 7.25C10.591 7.25 10.7793 7.19931 11 6.93273V5.25C11 4.69772 11.4477 4.25 12 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-menu-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 5C3 4.44772 3.44772 4 4 4L20 4C20.5523 4 21 4.44772 21 5C21 5.55229 20.5523 6 20 6L4 6C3.44772 6 3 5.55228 3 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11L20 11C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13L4 13C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 19C3 18.4477 3.44772 18 4 18L20 18C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20L4 20C3.44772 20 3 19.5523 3 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 5C3 4.44772 3.44772 4 4 4L20 4C20.5523 4 21 4.44772 21 5C21 5.55229 20.5523 6 20 6L4 6C3.44772 6 3 5.55228 3 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11L20 11C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13L4 13C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 19C3 18.4477 3.44772 18 4 18L20 18C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20L4 20C3.44772 20 3 19.5523 3 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-menu-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 5C3 4.44772 3.44772 4 4 4L16 4C16.5523 4 17 4.44772 17 5C17 5.55229 16.5523 6 16 6L4 6C3.44772 6 3 5.55228 3 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11L20 11C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13L4 13C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 19C3 18.4477 3.44772 18 4 18L12 18C12.5523 18 13 18.4477 13 19C13 19.5523 12.5523 20 12 20L4 20C3.44772 20 3 19.5523 3 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 5C3 4.44772 3.44772 4 4 4L16 4C16.5523 4 17 4.44772 17 5C17 5.55229 16.5523 6 16 6L4 6C3.44772 6 3 5.55228 3 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11L20 11C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13L4 13C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 19C3 18.4477 3.44772 18 4 18L12 18C12.5523 18 13 18.4477 13 19C13 19.5523 12.5523 20 12 20L4 20C3.44772 20 3 19.5523 3 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-menu-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 5C9 4.44772 9.44772 4 10 4L20 4C20.5523 4 21 4.44772 21 5C21 5.55229 20.5523 6 20 6L10 6C9.44772 6 9 5.55228 9 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11L20 11C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13L4 13C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 19C3 18.4477 3.44772 18 4 18L14 18C14.5523 18 15 18.4477 15 19C15 19.5523 14.5523 20 14 20L4 20C3.44772 20 3 19.5523 3 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 5C9 4.44772 9.44772 4 10 4L20 4C20.5523 4 21 4.44772 21 5C21 5.55229 20.5523 6 20 6L10 6C9.44772 6 9 5.55228 9 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11L20 11C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13L4 13C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 19C3 18.4477 3.44772 18 4 18L14 18C14.5523 18 15 18.4477 15 19C15 19.5523 14.5523 20 14 20L4 20C3.44772 20 3 19.5523 3 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-menu-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 5C6 4.44772 6.44772 4 7 4L17 4C17.5523 4 18 4.44772 18 5C18 5.55229 17.5523 6 17 6L7 6C6.44772 6 6 5.55228 6 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11L20 11C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13L4 13C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 19C6 18.4477 6.44772 18 7 18L17 18C17.5523 18 18 18.4477 18 19C18 19.5523 17.5523 20 17 20L7 20C6.44772 20 6 19.5523 6 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 5C6 4.44772 6.44772 4 7 4L17 4C17.5523 4 18 4.44772 18 5C18 5.55229 17.5523 6 17 6L7 6C6.44772 6 6 5.55228 6 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11L20 11C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13L4 13C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 19C6 18.4477 6.44772 18 7 18L17 18C17.5523 18 18 18.4477 18 19C18 19.5523 17.5523 20 17 20L7 20C6.44772 20 6 19.5523 6 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-menu-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 5C3 4.44772 3.44772 4 4 4L14 4C14.5523 4 15 4.44772 15 5C15 5.55229 14.5523 6 14 6L4 6C3.44772 6 3 5.55228 3 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11L20 11C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13L4 13C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 19C3 18.4477 3.44772 18 4 18L20 18C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20L4 20C3.44772 20 3 19.5523 3 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 5C3 4.44772 3.44772 4 4 4L14 4C14.5523 4 15 4.44772 15 5C15 5.55229 14.5523 6 14 6L4 6C3.44772 6 3 5.55228 3 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 12C3 11.4477 3.44772 11 4 11L20 11C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13L4 13C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 19C3 18.4477 3.44772 18 4 18L20 18C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20L4 20C3.44772 20 3 19.5523 3 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-menu-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 5C3 4.44772 3.44772 4 4 4L20 4C20.5523 4 21 4.44772 21 5C21 5.55229 20.5523 6 20 6L4 6C3.44772 6 3 5.55228 3 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 13L20 13C20.5523 13 21 12.5523 21 12C21 11.4477 20.5523 11 20 11L4 11C3.44772 11 3 11.4477 3 12C3 12.5523 3.44771 13 4 13L7.5 13L8.7 14.6C8.88885 14.8518 9.18524 15 9.5 15C9.81476 15 10.1111 14.8518 10.3 14.6L11.5 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 19C3 18.4477 3.44772 18 4 18L20 18C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20L4 20C3.44772 20 3 19.5523 3 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 5C3 4.44772 3.44772 4 4 4L20 4C20.5523 4 21 4.44772 21 5C21 5.55229 20.5523 6 20 6L4 6C3.44772 6 3 5.55228 3 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 13L20 13C20.5523 13 21 12.5523 21 12C21 11.4477 20.5523 11 20 11L4 11C3.44772 11 3 11.4477 3 12C3 12.5523 3.44771 13 4 13L7.5 13L8.7 14.6C8.88885 14.8518 9.18524 15 9.5 15C9.81476 15 10.1111 14.8518 10.3 14.6L11.5 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 19C3 18.4477 3.44772 18 4 18L20 18C20.5523 18 21 18.4477 21 19C21 19.5523 20.5523 20 20 20L4 20C3.44772 20 3 19.5523 3 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-menu-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 4.5C3 3.94772 3.44772 3.5 4 3.5L20 3.5C20.5523 3.5 21 3.94772 21 4.5C21 5.05229 20.5523 5.5 20 5.5L4 5.5C3.44772 5.5 3 5.05228 3 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 14.5C3 13.9477 3.44772 13.5 4 13.5L20 13.5C20.5523 13.5 21 13.9477 21 14.5C21 15.0523 20.5523 15.5 20 15.5L4 15.5C3.44772 15.5 3 15.0523 3 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 9.5C3 8.94772 3.44772 8.5 4 8.5L20 8.5C20.5523 8.5 21 8.94772 21 9.5C21 10.0523 20.5523 10.5 20 10.5L4 10.5C3.44772 10.5 3 10.0523 3 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 19.5C3 18.9477 3.44772 18.5 4 18.5L20 18.5C20.5523 18.5 21 18.9477 21 19.5C21 20.0523 20.5523 20.5 20 20.5L4 20.5C3.44772 20.5 3 20.0523 3 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 4.5C3 3.94772 3.44772 3.5 4 3.5L20 3.5C20.5523 3.5 21 3.94772 21 4.5C21 5.05229 20.5523 5.5 20 5.5L4 5.5C3.44772 5.5 3 5.05228 3 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 14.5C3 13.9477 3.44772 13.5 4 13.5L20 13.5C20.5523 13.5 21 13.9477 21 14.5C21 15.0523 20.5523 15.5 20 15.5L4 15.5C3.44772 15.5 3 15.0523 3 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 9.5C3 8.94772 3.44772 8.5 4 8.5L20 8.5C20.5523 8.5 21 8.94772 21 9.5C21 10.0523 20.5523 10.5 20 10.5L4 10.5C3.44772 10.5 3 10.0523 3 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 19.5C3 18.9477 3.44772 18.5 4 18.5L20 18.5C20.5523 18.5 21 18.9477 21 19.5C21 20.0523 20.5523 20.5 20 20.5L4 20.5C3.44772 20.5 3 20.0523 3 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-menu-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 5C3 4.44772 3.44772 4 4 4L20 4C20.5523 4 21 4.44772 21 5C21 5.55229 20.5523 6 20 6L4 6C3.44772 6 3 5.55228 3 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 13L6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44771 11 6 11L18 11C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 19C7 18.4477 7.44772 18 8 18L16 18C16.5523 18 17 18.4477 17 19C17 19.5523 16.5523 20 16 20L8 20C7.44771 20 7 19.5523 7 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 5C3 4.44772 3.44772 4 4 4L20 4C20.5523 4 21 4.44772 21 5C21 5.55229 20.5523 6 20 6L4 6C3.44772 6 3 5.55228 3 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 13L6 13C5.44772 13 5 12.5523 5 12C5 11.4477 5.44771 11 6 11L18 11C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 19C7 18.4477 7.44772 18 8 18L16 18C16.5523 18 17 18.4477 17 19C17 19.5523 16.5523 20 16 20L8 20C7.44771 20 7 19.5523 7 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-menu-09{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 8.5C3 7.94772 3.44772 7.5 4 7.5L20 7.5C20.5523 7.5 21 7.94772 21 8.5C21 9.05229 20.5523 9.5 20 9.5L4 9.5C3.44772 9.5 3 9.05228 3 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 15.5C3 14.9477 3.44772 14.5 4 14.5L20 14.5C20.5523 14.5 21 14.9477 21 15.5C21 16.0523 20.5523 16.5 20 16.5L4 16.5C3.44772 16.5 3 16.0523 3 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 8.5C3 7.94772 3.44772 7.5 4 7.5L20 7.5C20.5523 7.5 21 7.94772 21 8.5C21 9.05229 20.5523 9.5 20 9.5L4 9.5C3.44772 9.5 3 9.05228 3 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 15.5C3 14.9477 3.44772 14.5 4 14.5L20 14.5C20.5523 14.5 21 14.9477 21 15.5C21 16.0523 20.5523 16.5 20 16.5L4 16.5C3.44772 16.5 3 16.0523 3 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-menu-10{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 9C4 8.44772 4.44772 8 5 8L19 8C19.5523 8 20 8.44772 20 9C20 9.55229 19.5523 10 19 10L5 10C4.44772 10 4 9.55228 4 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 5C11 4.44772 11.4477 4 12 4H12.009C12.5613 4 13.009 4.44772 13.009 5C13.009 5.55228 12.5613 6 12.009 6H12C11.4477 6 11 5.55228 11 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 14C4 13.4477 4.44772 13 5 13L19 13C19.5523 13 20 13.4477 20 14C20 14.5523 19.5523 15 19 15L5 15C4.44772 15 4 14.5523 4 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 19C4 18.4477 4.44772 18 5 18L19 18C19.5523 18 20 18.4477 20 19C20 19.5523 19.5523 20 19 20L5 20C4.44772 20 4 19.5523 4 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 9C4 8.44772 4.44772 8 5 8L19 8C19.5523 8 20 8.44772 20 9C20 9.55229 19.5523 10 19 10L5 10C4.44772 10 4 9.55228 4 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 5C11 4.44772 11.4477 4 12 4H12.009C12.5613 4 13.009 4.44772 13.009 5C13.009 5.55228 12.5613 6 12.009 6H12C11.4477 6 11 5.55228 11 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 14C4 13.4477 4.44772 13 5 13L19 13C19.5523 13 20 13.4477 20 14C20 14.5523 19.5523 15 19 15L5 15C4.44772 15 4 14.5523 4 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 19C4 18.4477 4.44772 18 5 18L19 18C19.5523 18 20 18.4477 20 19C20 19.5523 19.5523 20 19 20L5 20C4.44772 20 4 19.5523 4 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-menu-11{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 12C21 11.4477 20.5523 11 20 11L10 11C9.44771 11 9 11.4477 9 12C9 12.5523 9.44771 13 10 13L20 13C20.5523 13 21 12.5523 21 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 5C21 4.44772 20.5523 4 20 4L4 4C3.44772 4 3 4.44772 3 5C3 5.55229 3.44772 6 4 6L20 6C20.5523 6 21 5.55228 21 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 19C21 18.4477 20.5523 18 20 18L4 18C3.44772 18 3 18.4477 3 19C3 19.5523 3.44772 20 4 20L20 20C20.5523 20 21 19.5523 21 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 12C21 11.4477 20.5523 11 20 11L10 11C9.44771 11 9 11.4477 9 12C9 12.5523 9.44771 13 10 13L20 13C20.5523 13 21 12.5523 21 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 5C21 4.44772 20.5523 4 20 4L4 4C3.44772 4 3 4.44772 3 5C3 5.55229 3.44772 6 4 6L20 6C20.5523 6 21 5.55228 21 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 19C21 18.4477 20.5523 18 20 18L4 18C3.44772 18 3 18.4477 3 19C3 19.5523 3.44772 20 4 20L20 20C20.5523 20 21 19.5523 21 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-menu-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_386_11806)%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M0.75 5.75C0.75 8.6495 3.1005 11 6 11C8.8995 11 11.25 8.6495 11.25 5.75C11.25 2.8505 8.8995 0.5 6 0.5C3.1005 0.5 0.75 2.8505 0.75 5.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M0.75 18.25C0.75 21.1495 3.1005 23.5 6 23.5C8.8995 23.5 11.25 21.1495 11.25 18.25C11.25 15.3505 8.8995 13 6 13C3.1005 13 0.75 15.3505 0.75 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 5.75C12.75 8.6495 15.1005 11 18 11C20.8995 11 23.25 8.6495 23.25 5.75C23.25 2.8505 20.8995 0.5 18 0.5C15.1005 0.5 12.75 2.8505 12.75 5.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 18.25C12.75 21.1495 15.1005 23.5 18 23.5C20.8995 23.5 23.25 21.1495 23.25 18.25C23.25 15.3505 20.8995 13 18 13C15.1005 13 12.75 15.3505 12.75 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_386_11806%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_386_11806)%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M0.75 5.75C0.75 8.6495 3.1005 11 6 11C8.8995 11 11.25 8.6495 11.25 5.75C11.25 2.8505 8.8995 0.5 6 0.5C3.1005 0.5 0.75 2.8505 0.75 5.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M0.75 18.25C0.75 21.1495 3.1005 23.5 6 23.5C8.8995 23.5 11.25 21.1495 11.25 18.25C11.25 15.3505 8.8995 13 6 13C3.1005 13 0.75 15.3505 0.75 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 5.75C12.75 8.6495 15.1005 11 18 11C20.8995 11 23.25 8.6495 23.25 5.75C23.25 2.8505 20.8995 0.5 18 0.5C15.1005 0.5 12.75 2.8505 12.75 5.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 18.25C12.75 21.1495 15.1005 23.5 18 23.5C20.8995 23.5 23.25 21.1495 23.25 18.25C23.25 15.3505 20.8995 13 18 13C15.1005 13 12.75 15.3505 12.75 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_386_11806%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-menu-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.96345 13.25H6.03655C6.7757 13.25 7.38321 13.25 7.87471 13.2967C8.38544 13.3453 8.84779 13.4495 9.26834 13.7072C9.68586 13.9631 10.0369 14.3141 10.2928 14.7317C10.5505 15.1522 10.6547 15.6146 10.7033 16.1253C10.75 16.6168 10.75 17.2243 10.75 17.9634V18.0366C10.75 18.7757 10.75 19.3832 10.7033 19.8747C10.6547 20.3854 10.5505 20.8478 10.2928 21.2683C10.0369 21.6859 9.68586 22.0369 9.26834 22.2928C8.84779 22.5505 8.38544 22.6547 7.87471 22.7033C7.38322 22.75 6.7757 22.75 6.03656 22.75H5.96344C5.2243 22.75 4.61678 22.75 4.12529 22.7033C3.61456 22.6547 3.15221 22.5505 2.73166 22.2928C2.31414 22.0369 1.9631 21.6859 1.70725 21.2683C1.44953 20.8478 1.34527 20.3854 1.29671 19.8747C1.24998 19.3832 1.24999 18.7757 1.25 18.0365V17.9635C1.24999 17.2243 1.24998 16.6168 1.29671 16.1253C1.34527 15.6146 1.44953 15.1522 1.70725 14.7317C1.9631 14.3141 2.31414 13.9631 2.73166 13.7072C3.15221 13.4495 3.61456 13.3453 4.12529 13.2967C4.61679 13.25 5.22431 13.25 5.96345 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9635 13.25H18.0365C18.7757 13.25 19.3832 13.25 19.8747 13.2967C20.3854 13.3453 20.8478 13.4495 21.2683 13.7072C21.6859 13.9631 22.0369 14.3141 22.2928 14.7317C22.5505 15.1522 22.6547 15.6146 22.7033 16.1253C22.75 16.6168 22.75 17.2243 22.75 17.9634V18.0366C22.75 18.7757 22.75 19.3832 22.7033 19.8747C22.6547 20.3854 22.5505 20.8478 22.2928 21.2683C22.0369 21.6859 21.6859 22.0369 21.2683 22.2928C20.8478 22.5505 20.3854 22.6547 19.8747 22.7033C19.3832 22.75 18.7757 22.75 18.0366 22.75H17.9634C17.2243 22.75 16.6168 22.75 16.1253 22.7033C15.6146 22.6547 15.1522 22.5505 14.7317 22.2928C14.3141 22.0369 13.9631 21.6859 13.7072 21.2683C13.4495 20.8478 13.3453 20.3854 13.2967 19.8747C13.25 19.3832 13.25 18.7757 13.25 18.0365V17.9635C13.25 17.2243 13.25 16.6168 13.2967 16.1253C13.3453 15.6146 13.4495 15.1522 13.7072 14.7317C13.9631 14.3141 14.3141 13.9631 14.7317 13.7072C15.1522 13.4495 15.6146 13.3453 16.1253 13.2967C16.6168 13.25 17.2243 13.25 17.9635 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.96345 1.25H6.03655C6.7757 1.24999 7.38321 1.24998 7.87471 1.29671C8.38544 1.34527 8.84779 1.44953 9.26834 1.70725C9.68586 1.9631 10.0369 2.31414 10.2928 2.73166C10.5505 3.15221 10.6547 3.61456 10.7033 4.12529C10.75 4.61678 10.75 5.2243 10.75 5.96344V6.03656C10.75 6.7757 10.75 7.38322 10.7033 7.87471C10.6547 8.38544 10.5505 8.84779 10.2928 9.26834C10.0369 9.68586 9.68586 10.0369 9.26834 10.2928C8.84779 10.5505 8.38544 10.6547 7.87471 10.7033C7.38322 10.75 6.7757 10.75 6.03656 10.75H5.96344C5.2243 10.75 4.61678 10.75 4.12529 10.7033C3.61456 10.6547 3.15221 10.5505 2.73166 10.2928C2.31414 10.0369 1.9631 9.68586 1.70725 9.26834C1.44953 8.84779 1.34527 8.38544 1.29671 7.87471C1.24998 7.38321 1.24999 6.7757 1.25 6.03655V5.96345C1.24999 5.22431 1.24998 4.61679 1.29671 4.12529C1.34527 3.61456 1.44953 3.15221 1.70725 2.73166C1.9631 2.31414 2.31414 1.9631 2.73166 1.70725C3.15221 1.44953 3.61456 1.34527 4.12529 1.29671C4.61679 1.24998 5.22431 1.24999 5.96345 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9635 1.25H18.0365C18.7757 1.24999 19.3832 1.24998 19.8747 1.29671C20.3854 1.34527 20.8478 1.44953 21.2683 1.70725C21.6859 1.9631 22.0369 2.31414 22.2928 2.73166C22.5505 3.15221 22.6547 3.61456 22.7033 4.12529C22.75 4.61678 22.75 5.2243 22.75 5.96344V6.03656C22.75 6.7757 22.75 7.38322 22.7033 7.87471C22.6547 8.38544 22.5505 8.84779 22.2928 9.26834C22.0369 9.68586 21.6859 10.0369 21.2683 10.2928C20.8478 10.5505 20.3854 10.6547 19.8747 10.7033C19.3832 10.75 18.7757 10.75 18.0366 10.75H17.9634C17.2243 10.75 16.6168 10.75 16.1253 10.7033C15.6146 10.6547 15.1522 10.5505 14.7317 10.2928C14.3141 10.0369 13.9631 9.68586 13.7072 9.26834C13.4495 8.84779 13.3453 8.38544 13.2967 7.87471C13.25 7.38321 13.25 6.7757 13.25 6.03655V5.96345C13.25 5.22431 13.25 4.61679 13.2967 4.12529C13.3453 3.61456 13.4495 3.15221 13.7072 2.73166C13.9631 2.31414 14.3141 1.9631 14.7317 1.70725C15.1522 1.44953 15.6146 1.34527 16.1253 1.29671C16.6168 1.24998 17.2243 1.24999 17.9635 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.96345 13.25H6.03655C6.7757 13.25 7.38321 13.25 7.87471 13.2967C8.38544 13.3453 8.84779 13.4495 9.26834 13.7072C9.68586 13.9631 10.0369 14.3141 10.2928 14.7317C10.5505 15.1522 10.6547 15.6146 10.7033 16.1253C10.75 16.6168 10.75 17.2243 10.75 17.9634V18.0366C10.75 18.7757 10.75 19.3832 10.7033 19.8747C10.6547 20.3854 10.5505 20.8478 10.2928 21.2683C10.0369 21.6859 9.68586 22.0369 9.26834 22.2928C8.84779 22.5505 8.38544 22.6547 7.87471 22.7033C7.38322 22.75 6.7757 22.75 6.03656 22.75H5.96344C5.2243 22.75 4.61678 22.75 4.12529 22.7033C3.61456 22.6547 3.15221 22.5505 2.73166 22.2928C2.31414 22.0369 1.9631 21.6859 1.70725 21.2683C1.44953 20.8478 1.34527 20.3854 1.29671 19.8747C1.24998 19.3832 1.24999 18.7757 1.25 18.0365V17.9635C1.24999 17.2243 1.24998 16.6168 1.29671 16.1253C1.34527 15.6146 1.44953 15.1522 1.70725 14.7317C1.9631 14.3141 2.31414 13.9631 2.73166 13.7072C3.15221 13.4495 3.61456 13.3453 4.12529 13.2967C4.61679 13.25 5.22431 13.25 5.96345 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9635 13.25H18.0365C18.7757 13.25 19.3832 13.25 19.8747 13.2967C20.3854 13.3453 20.8478 13.4495 21.2683 13.7072C21.6859 13.9631 22.0369 14.3141 22.2928 14.7317C22.5505 15.1522 22.6547 15.6146 22.7033 16.1253C22.75 16.6168 22.75 17.2243 22.75 17.9634V18.0366C22.75 18.7757 22.75 19.3832 22.7033 19.8747C22.6547 20.3854 22.5505 20.8478 22.2928 21.2683C22.0369 21.6859 21.6859 22.0369 21.2683 22.2928C20.8478 22.5505 20.3854 22.6547 19.8747 22.7033C19.3832 22.75 18.7757 22.75 18.0366 22.75H17.9634C17.2243 22.75 16.6168 22.75 16.1253 22.7033C15.6146 22.6547 15.1522 22.5505 14.7317 22.2928C14.3141 22.0369 13.9631 21.6859 13.7072 21.2683C13.4495 20.8478 13.3453 20.3854 13.2967 19.8747C13.25 19.3832 13.25 18.7757 13.25 18.0365V17.9635C13.25 17.2243 13.25 16.6168 13.2967 16.1253C13.3453 15.6146 13.4495 15.1522 13.7072 14.7317C13.9631 14.3141 14.3141 13.9631 14.7317 13.7072C15.1522 13.4495 15.6146 13.3453 16.1253 13.2967C16.6168 13.25 17.2243 13.25 17.9635 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.96345 1.25H6.03655C6.7757 1.24999 7.38321 1.24998 7.87471 1.29671C8.38544 1.34527 8.84779 1.44953 9.26834 1.70725C9.68586 1.9631 10.0369 2.31414 10.2928 2.73166C10.5505 3.15221 10.6547 3.61456 10.7033 4.12529C10.75 4.61678 10.75 5.2243 10.75 5.96344V6.03656C10.75 6.7757 10.75 7.38322 10.7033 7.87471C10.6547 8.38544 10.5505 8.84779 10.2928 9.26834C10.0369 9.68586 9.68586 10.0369 9.26834 10.2928C8.84779 10.5505 8.38544 10.6547 7.87471 10.7033C7.38322 10.75 6.7757 10.75 6.03656 10.75H5.96344C5.2243 10.75 4.61678 10.75 4.12529 10.7033C3.61456 10.6547 3.15221 10.5505 2.73166 10.2928C2.31414 10.0369 1.9631 9.68586 1.70725 9.26834C1.44953 8.84779 1.34527 8.38544 1.29671 7.87471C1.24998 7.38321 1.24999 6.7757 1.25 6.03655V5.96345C1.24999 5.22431 1.24998 4.61679 1.29671 4.12529C1.34527 3.61456 1.44953 3.15221 1.70725 2.73166C1.9631 2.31414 2.31414 1.9631 2.73166 1.70725C3.15221 1.44953 3.61456 1.34527 4.12529 1.29671C4.61679 1.24998 5.22431 1.24999 5.96345 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9635 1.25H18.0365C18.7757 1.24999 19.3832 1.24998 19.8747 1.29671C20.3854 1.34527 20.8478 1.44953 21.2683 1.70725C21.6859 1.9631 22.0369 2.31414 22.2928 2.73166C22.5505 3.15221 22.6547 3.61456 22.7033 4.12529C22.75 4.61678 22.75 5.2243 22.75 5.96344V6.03656C22.75 6.7757 22.75 7.38322 22.7033 7.87471C22.6547 8.38544 22.5505 8.84779 22.2928 9.26834C22.0369 9.68586 21.6859 10.0369 21.2683 10.2928C20.8478 10.5505 20.3854 10.6547 19.8747 10.7033C19.3832 10.75 18.7757 10.75 18.0366 10.75H17.9634C17.2243 10.75 16.6168 10.75 16.1253 10.7033C15.6146 10.6547 15.1522 10.5505 14.7317 10.2928C14.3141 10.0369 13.9631 9.68586 13.7072 9.26834C13.4495 8.84779 13.3453 8.38544 13.2967 7.87471C13.25 7.38321 13.25 6.7757 13.25 6.03655V5.96345C13.25 5.22431 13.25 4.61679 13.2967 4.12529C13.3453 3.61456 13.4495 3.15221 13.7072 2.73166C13.9631 2.31414 14.3141 1.9631 14.7317 1.70725C15.1522 1.44953 15.6146 1.34527 16.1253 1.29671C16.6168 1.24998 17.2243 1.24999 17.9635 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-more-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 18C10 16.8954 10.8931 16 11.9949 16H12.0051C13.1069 16 14 16.8954 14 18C14 19.1046 13.1069 20 12.0051 20H11.9949C10.8931 20 10 19.1046 10 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 18C16 16.8954 16.8931 16 17.9949 16H18.0051C19.1069 16 20 16.8954 20 18C20 19.1046 19.1069 20 18.0051 20H17.9949C16.8931 20 16 19.1046 16 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 18C4 16.8954 4.89314 16 5.99488 16H6.00512C7.10686 16 8 16.8954 8 18C8 19.1046 7.10686 20 6.00512 20H5.99488C4.89314 20 4 19.1046 4 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 12C10 10.8954 10.8931 10 11.9949 10H12.0051C13.1069 10 14 10.8954 14 12C14 13.1046 13.1069 14 12.0051 14H11.9949C10.8931 14 10 13.1046 10 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 6C10 4.89543 10.8931 4 11.9949 4H12.0051C13.1069 4 14 4.89543 14 6C14 7.10457 13.1069 8 12.0051 8H11.9949C10.8931 8 10 7.10457 10 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 12C16 10.8954 16.8931 10 17.9949 10H18.0051C19.1069 10 20 10.8954 20 12C20 13.1046 19.1069 14 18.0051 14H17.9949C16.8931 14 16 13.1046 16 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 6C16 4.89543 16.8931 4 17.9949 4H18.0051C19.1069 4 20 4.89543 20 6C20 7.10457 19.1069 8 18.0051 8H17.9949C16.8931 8 16 7.10457 16 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 12C4.25 11.0335 5.0335 10.25 6 10.25H6.00898C6.97548 10.25 7.75898 11.0335 7.75898 12C7.75898 12.9665 6.97548 13.75 6.00898 13.75H6C5.0335 13.75 4.25 12.9665 4.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 6C4 4.89543 4.89314 4 5.99488 4H6.00512C7.10686 4 8 4.89543 8 6C8 7.10457 7.10686 8 6.00512 8H5.99488C4.89314 8 4 7.10457 4 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 18C10 16.8954 10.8931 16 11.9949 16H12.0051C13.1069 16 14 16.8954 14 18C14 19.1046 13.1069 20 12.0051 20H11.9949C10.8931 20 10 19.1046 10 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 18C16 16.8954 16.8931 16 17.9949 16H18.0051C19.1069 16 20 16.8954 20 18C20 19.1046 19.1069 20 18.0051 20H17.9949C16.8931 20 16 19.1046 16 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 18C4 16.8954 4.89314 16 5.99488 16H6.00512C7.10686 16 8 16.8954 8 18C8 19.1046 7.10686 20 6.00512 20H5.99488C4.89314 20 4 19.1046 4 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 12C10 10.8954 10.8931 10 11.9949 10H12.0051C13.1069 10 14 10.8954 14 12C14 13.1046 13.1069 14 12.0051 14H11.9949C10.8931 14 10 13.1046 10 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 6C10 4.89543 10.8931 4 11.9949 4H12.0051C13.1069 4 14 4.89543 14 6C14 7.10457 13.1069 8 12.0051 8H11.9949C10.8931 8 10 7.10457 10 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 12C16 10.8954 16.8931 10 17.9949 10H18.0051C19.1069 10 20 10.8954 20 12C20 13.1046 19.1069 14 18.0051 14H17.9949C16.8931 14 16 13.1046 16 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 6C16 4.89543 16.8931 4 17.9949 4H18.0051C19.1069 4 20 4.89543 20 6C20 7.10457 19.1069 8 18.0051 8H17.9949C16.8931 8 16 7.10457 16 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 12C4.25 11.0335 5.0335 10.25 6 10.25H6.00898C6.97548 10.25 7.75898 11.0335 7.75898 12C7.75898 12.9665 6.97548 13.75 6.00898 13.75H6C5.0335 13.75 4.25 12.9665 4.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 6C4 4.89543 4.89314 4 5.99488 4H6.00512C7.10686 4 8 4.89543 8 6C8 7.10457 7.10686 8 6.00512 8H5.99488C4.89314 8 4 7.10457 4 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-more-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 19.5C2 20.8807 3.11929 22 4.5 22C5.88071 22 7 20.8807 7 19.5C7 18.1193 5.88071 17 4.5 17C3.11929 17 2 18.1193 2 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 19.5C9.5 20.8807 10.6193 22 12 22C13.3807 22 14.5 20.8807 14.5 19.5C14.5 18.1193 13.3807 17 12 17C10.6193 17 9.5 18.1193 9.5 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 19.5C17 20.8807 18.1193 22 19.5 22C20.8807 22 22 20.8807 22 19.5C22 18.1193 20.8807 17 19.5 17C18.1193 17 17 18.1193 17 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 4.5C2 5.88071 3.11929 7 4.5 7C5.88071 7 7 5.88071 7 4.5C7 3.11929 5.88071 2 4.5 2C3.11929 2 2 3.11929 2 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 4.5C9.5 5.88071 10.6193 7 12 7C13.3807 7 14.5 5.88071 14.5 4.5C14.5 3.11929 13.3807 2 12 2C10.6193 2 9.5 3.11929 9.5 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 4.5C17 5.88071 18.1193 7 19.5 7C20.8807 7 22 5.88071 22 4.5C22 3.11929 20.8807 2 19.5 2C18.1193 2 17 3.11929 17 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 13.3807 3.11929 14.5 4.5 14.5C5.88071 14.5 7 13.3807 7 12C7 10.6193 5.88071 9.5 4.5 9.5C3.11929 9.5 2 10.6193 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 12C17 13.3807 18.1193 14.5 19.5 14.5C20.8807 14.5 22 13.3807 22 12C22 10.6193 20.8807 9.5 19.5 9.5C18.1193 9.5 17 10.6193 17 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 19.5C2 20.8807 3.11929 22 4.5 22C5.88071 22 7 20.8807 7 19.5C7 18.1193 5.88071 17 4.5 17C3.11929 17 2 18.1193 2 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 19.5C9.5 20.8807 10.6193 22 12 22C13.3807 22 14.5 20.8807 14.5 19.5C14.5 18.1193 13.3807 17 12 17C10.6193 17 9.5 18.1193 9.5 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 19.5C17 20.8807 18.1193 22 19.5 22C20.8807 22 22 20.8807 22 19.5C22 18.1193 20.8807 17 19.5 17C18.1193 17 17 18.1193 17 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 4.5C2 5.88071 3.11929 7 4.5 7C5.88071 7 7 5.88071 7 4.5C7 3.11929 5.88071 2 4.5 2C3.11929 2 2 3.11929 2 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 4.5C9.5 5.88071 10.6193 7 12 7C13.3807 7 14.5 5.88071 14.5 4.5C14.5 3.11929 13.3807 2 12 2C10.6193 2 9.5 3.11929 9.5 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 4.5C17 5.88071 18.1193 7 19.5 7C20.8807 7 22 5.88071 22 4.5C22 3.11929 20.8807 2 19.5 2C18.1193 2 17 3.11929 17 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 13.3807 3.11929 14.5 4.5 14.5C5.88071 14.5 7 13.3807 7 12C7 10.6193 5.88071 9.5 4.5 9.5C3.11929 9.5 2 10.6193 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 12C17 13.3807 18.1193 14.5 19.5 14.5C20.8807 14.5 22 13.3807 22 12C22 10.6193 20.8807 9.5 19.5 9.5C18.1193 9.5 17 10.6193 17 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-more-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4782 17.25C19.4855 17.25 19.4927 17.25 19.5 17.25C19.5073 17.25 19.5145 17.25 19.5218 17.25C19.736 17.25 19.9329 17.25 20.0982 17.2613C20.2759 17.2734 20.4712 17.301 20.6697 17.3832C21.0985 17.5608 21.4392 17.9015 21.6168 18.3303C21.699 18.5288 21.7266 18.7241 21.7387 18.9018C21.75 19.0671 21.75 19.264 21.75 19.4782V19.5218C21.75 19.736 21.75 19.9329 21.7387 20.0982C21.7266 20.2759 21.699 20.4712 21.6168 20.6697C21.4392 21.0985 21.0985 21.4392 20.6697 21.6168C20.4712 21.699 20.2759 21.7266 20.0982 21.7387C19.9329 21.75 19.736 21.75 19.5218 21.75H19.4782C19.264 21.75 19.0671 21.75 18.9018 21.7387C18.7241 21.7266 18.5288 21.699 18.3303 21.6168C17.9015 21.4392 17.5608 21.0985 17.3832 20.6697C17.301 20.4712 17.2734 20.2759 17.2613 20.0982C17.25 19.9329 17.25 19.736 17.25 19.5218C17.25 19.5145 17.25 19.5073 17.25 19.5C17.25 19.4927 17.25 19.4855 17.25 19.4782C17.25 19.264 17.25 19.0671 17.2613 18.9018C17.2734 18.7241 17.301 18.5288 17.3832 18.3303C17.5608 17.9015 17.9015 17.5608 18.3303 17.3832C18.5288 17.301 18.7241 17.2734 18.9018 17.2613C19.0671 17.25 19.264 17.25 19.4782 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4782 9.75C19.4855 9.75 19.4927 9.75 19.5 9.75C19.5073 9.75 19.5145 9.75 19.5218 9.75C19.736 9.74999 19.9329 9.74998 20.0982 9.76126C20.2759 9.77338 20.4712 9.80099 20.6697 9.88321C21.0985 10.0608 21.4392 10.4015 21.6168 10.8303C21.699 11.0288 21.7266 11.2241 21.7387 11.4018C21.75 11.5671 21.75 11.764 21.75 11.9782V12.0218C21.75 12.236 21.75 12.4329 21.7387 12.5982C21.7266 12.7759 21.699 12.9712 21.6168 13.1697C21.4392 13.5985 21.0985 13.9392 20.6697 14.1168C20.4712 14.199 20.2759 14.2266 20.0982 14.2387C19.9329 14.25 19.736 14.25 19.5218 14.25H19.4782C19.264 14.25 19.0671 14.25 18.9018 14.2387C18.7241 14.2266 18.5288 14.199 18.3303 14.1168C17.9015 13.9392 17.5608 13.5985 17.3832 13.1697C17.301 12.9712 17.2734 12.7759 17.2613 12.5982C17.25 12.4329 17.25 12.236 17.25 12.0218C17.25 12.0145 17.25 12.0073 17.25 12C17.25 11.9927 17.25 11.9855 17.25 11.9782C17.25 11.764 17.25 11.5671 17.2613 11.4018C17.2734 11.2241 17.301 11.0288 17.3832 10.8303C17.5608 10.4015 17.9015 10.0608 18.3303 9.88321C18.5288 9.80099 18.7241 9.77338 18.9018 9.76126C19.0671 9.74998 19.264 9.74999 19.4782 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4782 2.25C19.4855 2.25 19.4927 2.25 19.5 2.25C19.5073 2.25 19.5145 2.25 19.5218 2.25C19.736 2.24999 19.9329 2.24998 20.0982 2.26126C20.2759 2.27338 20.4712 2.30099 20.6697 2.38321C21.0985 2.56083 21.4392 2.90151 21.6168 3.33031C21.699 3.52881 21.7266 3.72415 21.7387 3.90179C21.75 4.06712 21.75 4.26396 21.75 4.47824V4.52176C21.75 4.73604 21.75 4.93289 21.7387 5.09821C21.7266 5.27585 21.699 5.47119 21.6168 5.6697C21.4392 6.0985 21.0985 6.43918 20.6697 6.61679C20.4712 6.69901 20.2759 6.72663 20.0982 6.73875C19.9329 6.75003 19.736 6.75002 19.5218 6.75H19.4782C19.264 6.75002 19.0671 6.75003 18.9018 6.73875C18.7241 6.72663 18.5288 6.69901 18.3303 6.61679C17.9015 6.43918 17.5608 6.0985 17.3832 5.6697C17.301 5.47119 17.2734 5.27585 17.2613 5.09821C17.25 4.93288 17.25 4.73604 17.25 4.52176C17.25 4.51453 17.25 4.50727 17.25 4.5C17.25 4.49273 17.25 4.48548 17.25 4.47825C17.25 4.26397 17.25 4.06712 17.2613 3.90179C17.2734 3.72415 17.301 3.52881 17.3832 3.33031C17.5608 2.90151 17.9015 2.56083 18.3303 2.38321C18.5288 2.30099 18.7241 2.27338 18.9018 2.26126C19.0671 2.24998 19.264 2.24999 19.4782 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9782 17.25C11.9855 17.25 11.9927 17.25 12 17.25C12.0073 17.25 12.0145 17.25 12.0218 17.25C12.236 17.25 12.4329 17.25 12.5982 17.2613C12.7759 17.2734 12.9712 17.301 13.1697 17.3832C13.5985 17.5608 13.9392 17.9015 14.1168 18.3303C14.199 18.5288 14.2266 18.7241 14.2387 18.9018C14.25 19.0671 14.25 19.264 14.25 19.4782V19.5218C14.25 19.736 14.25 19.9329 14.2387 20.0982C14.2266 20.2759 14.199 20.4712 14.1168 20.6697C13.9392 21.0985 13.5985 21.4392 13.1697 21.6168C12.9712 21.699 12.7759 21.7266 12.5982 21.7387C12.4329 21.75 12.236 21.75 12.0218 21.75H11.9782C11.764 21.75 11.5671 21.75 11.4018 21.7387C11.2241 21.7266 11.0288 21.699 10.8303 21.6168C10.4015 21.4392 10.0608 21.0985 9.88321 20.6697C9.80099 20.4712 9.77338 20.2759 9.76126 20.0982C9.74998 19.9329 9.74999 19.736 9.75 19.5218C9.75 19.5145 9.75 19.5073 9.75 19.5C9.75 19.4927 9.75 19.4855 9.75 19.4782C9.74999 19.264 9.74998 19.0671 9.76126 18.9018C9.77338 18.7241 9.80099 18.5288 9.88321 18.3303C10.0608 17.9015 10.4015 17.5608 10.8303 17.3832C11.0288 17.301 11.2241 17.2734 11.4018 17.2613C11.5671 17.25 11.764 17.25 11.9782 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9782 9.75C11.9855 9.75 11.9927 9.75 12 9.75C12.0073 9.75 12.0145 9.75 12.0218 9.75C12.236 9.74999 12.4329 9.74998 12.5982 9.76126C12.7759 9.77338 12.9712 9.80099 13.1697 9.88321C13.5985 10.0608 13.9392 10.4015 14.1168 10.8303C14.199 11.0288 14.2266 11.2241 14.2387 11.4018C14.25 11.5671 14.25 11.764 14.25 11.9782V12.0218C14.25 12.236 14.25 12.4329 14.2387 12.5982C14.2266 12.7759 14.199 12.9712 14.1168 13.1697C13.9392 13.5985 13.5985 13.9392 13.1697 14.1168C12.9712 14.199 12.7759 14.2266 12.5982 14.2387C12.4329 14.25 12.236 14.25 12.0218 14.25H11.9782C11.764 14.25 11.5671 14.25 11.4018 14.2387C11.2241 14.2266 11.0288 14.199 10.8303 14.1168C10.4015 13.9392 10.0608 13.5985 9.88321 13.1697C9.80099 12.9712 9.77338 12.7759 9.76126 12.5982C9.74998 12.4329 9.74999 12.236 9.75 12.0218C9.75 12.0145 9.75 12.0073 9.75 12C9.75 11.9927 9.75 11.9855 9.75 11.9782C9.74999 11.764 9.74998 11.5671 9.76126 11.4018C9.77338 11.2241 9.80099 11.0288 9.88321 10.8303C10.0608 10.4015 10.4015 10.0608 10.8303 9.88321C11.0288 9.80099 11.2241 9.77338 11.4018 9.76126C11.5671 9.74998 11.764 9.74999 11.9782 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9782 2.25C11.9855 2.25 11.9927 2.25 12 2.25C12.0073 2.25 12.0145 2.25 12.0218 2.25C12.236 2.24999 12.4329 2.24998 12.5982 2.26126C12.7759 2.27338 12.9712 2.30099 13.1697 2.38321C13.5985 2.56083 13.9392 2.90151 14.1168 3.33031C14.199 3.52881 14.2266 3.72415 14.2387 3.90179C14.25 4.06712 14.25 4.26396 14.25 4.47824V4.52176C14.25 4.73604 14.25 4.93289 14.2387 5.09821C14.2266 5.27585 14.199 5.47119 14.1168 5.6697C13.9392 6.0985 13.5985 6.43918 13.1697 6.61679C12.9712 6.69901 12.7759 6.72663 12.5982 6.73875C12.4329 6.75003 12.236 6.75002 12.0218 6.75H11.9782C11.764 6.75002 11.5671 6.75003 11.4018 6.73875C11.2241 6.72663 11.0288 6.69901 10.8303 6.61679C10.4015 6.43918 10.0608 6.0985 9.88321 5.6697C9.80099 5.47119 9.77338 5.27585 9.76126 5.09821C9.74998 4.93288 9.74999 4.73604 9.75 4.52176C9.75 4.51453 9.75 4.50727 9.75 4.5C9.75 4.49273 9.75 4.48548 9.75 4.47825C9.74999 4.26397 9.74998 4.06712 9.76126 3.90179C9.77338 3.72415 9.80099 3.52881 9.88321 3.33031C10.0608 2.90151 10.4015 2.56083 10.8303 2.38321C11.0288 2.30099 11.2241 2.27338 11.4018 2.26126C11.5671 2.24998 11.764 2.24999 11.9782 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.47825 17.25C4.48548 17.25 4.49273 17.25 4.5 17.25C4.50727 17.25 4.51453 17.25 4.52176 17.25C4.73604 17.25 4.93288 17.25 5.09821 17.2613C5.27585 17.2734 5.47119 17.301 5.6697 17.3832C6.0985 17.5608 6.43918 17.9015 6.61679 18.3303C6.69901 18.5288 6.72663 18.7241 6.73875 18.9018C6.75003 19.0671 6.75002 19.264 6.75 19.4782V19.5218C6.75002 19.736 6.75003 19.9329 6.73875 20.0982C6.72663 20.2759 6.69901 20.4712 6.61679 20.6697C6.43918 21.0985 6.0985 21.4392 5.6697 21.6168C5.47119 21.699 5.27585 21.7266 5.09821 21.7387C4.93289 21.75 4.73604 21.75 4.52176 21.75H4.47824C4.26396 21.75 4.06712 21.75 3.90179 21.7387C3.72415 21.7266 3.52881 21.699 3.33031 21.6168C2.90151 21.4392 2.56083 21.0985 2.38321 20.6697C2.30099 20.4712 2.27338 20.2759 2.26126 20.0982C2.24998 19.9329 2.24999 19.736 2.25 19.5218C2.25 19.5145 2.25 19.5073 2.25 19.5C2.25 19.4927 2.25 19.4855 2.25 19.4782C2.24999 19.264 2.24998 19.0671 2.26126 18.9018C2.27338 18.7241 2.30099 18.5288 2.38321 18.3303C2.56083 17.9015 2.90151 17.5608 3.33031 17.3832C3.52881 17.301 3.72415 17.2734 3.90179 17.2613C4.06712 17.25 4.26397 17.25 4.47825 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.47825 9.75C4.48548 9.75 4.49273 9.75 4.5 9.75C4.50727 9.75 4.51453 9.75 4.52176 9.75C4.73604 9.74999 4.93288 9.74998 5.09821 9.76126C5.27585 9.77338 5.47119 9.80099 5.6697 9.88321C6.0985 10.0608 6.43918 10.4015 6.61679 10.8303C6.69901 11.0288 6.72663 11.2241 6.73875 11.4018C6.75003 11.5671 6.75002 11.764 6.75 11.9782V12.0218C6.75002 12.236 6.75003 12.4329 6.73875 12.5982C6.72663 12.7759 6.69901 12.9712 6.61679 13.1697C6.43918 13.5985 6.0985 13.9392 5.6697 14.1168C5.47119 14.199 5.27585 14.2266 5.09821 14.2387C4.93289 14.25 4.73604 14.25 4.52176 14.25H4.47824C4.26396 14.25 4.06712 14.25 3.90179 14.2387C3.72415 14.2266 3.52881 14.199 3.33031 14.1168C2.90151 13.9392 2.56083 13.5985 2.38321 13.1697C2.30099 12.9712 2.27338 12.7759 2.26126 12.5982C2.24998 12.4329 2.24999 12.236 2.25 12.0218C2.25 12.0145 2.25 12.0073 2.25 12C2.25 11.9927 2.25 11.9855 2.25 11.9782C2.24999 11.764 2.24998 11.5671 2.26126 11.4018C2.27338 11.2241 2.30099 11.0288 2.38321 10.8303C2.56083 10.4015 2.90151 10.0608 3.33031 9.88321C3.52881 9.80099 3.72415 9.77338 3.90179 9.76126C4.06712 9.74998 4.26397 9.74999 4.47825 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.47825 2.25C4.48548 2.25 4.49273 2.25 4.5 2.25C4.50727 2.25 4.51453 2.25 4.52176 2.25C4.73604 2.24999 4.93288 2.24998 5.09821 2.26126C5.27585 2.27338 5.47119 2.30099 5.6697 2.38321C6.0985 2.56083 6.43918 2.90151 6.61679 3.33031C6.69901 3.52881 6.72663 3.72415 6.73875 3.90179C6.75003 4.06712 6.75002 4.26396 6.75 4.47824V4.52176C6.75002 4.73604 6.75003 4.93289 6.73875 5.09821C6.72663 5.27585 6.69901 5.47119 6.61679 5.6697C6.43918 6.0985 6.0985 6.43918 5.6697 6.61679C5.47119 6.69901 5.27585 6.72663 5.09821 6.73875C4.93289 6.75003 4.73604 6.75002 4.52176 6.75H4.47824C4.26396 6.75002 4.06712 6.75003 3.90179 6.73875C3.72415 6.72663 3.52881 6.69901 3.33031 6.61679C2.90151 6.43918 2.56083 6.0985 2.38321 5.6697C2.30099 5.47119 2.27338 5.27585 2.26126 5.09821C2.24998 4.93288 2.24999 4.73604 2.25 4.52176C2.25 4.51453 2.25 4.50727 2.25 4.5C2.25 4.49273 2.25 4.48548 2.25 4.47825C2.24999 4.26397 2.24998 4.06712 2.26126 3.90179C2.27338 3.72415 2.30099 3.52881 2.38321 3.33031C2.56083 2.90151 2.90151 2.56083 3.33031 2.38321C3.52881 2.30099 3.72415 2.27338 3.90179 2.26126C4.06712 2.24998 4.26397 2.24999 4.47825 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4782 17.25C19.4855 17.25 19.4927 17.25 19.5 17.25C19.5073 17.25 19.5145 17.25 19.5218 17.25C19.736 17.25 19.9329 17.25 20.0982 17.2613C20.2759 17.2734 20.4712 17.301 20.6697 17.3832C21.0985 17.5608 21.4392 17.9015 21.6168 18.3303C21.699 18.5288 21.7266 18.7241 21.7387 18.9018C21.75 19.0671 21.75 19.264 21.75 19.4782V19.5218C21.75 19.736 21.75 19.9329 21.7387 20.0982C21.7266 20.2759 21.699 20.4712 21.6168 20.6697C21.4392 21.0985 21.0985 21.4392 20.6697 21.6168C20.4712 21.699 20.2759 21.7266 20.0982 21.7387C19.9329 21.75 19.736 21.75 19.5218 21.75H19.4782C19.264 21.75 19.0671 21.75 18.9018 21.7387C18.7241 21.7266 18.5288 21.699 18.3303 21.6168C17.9015 21.4392 17.5608 21.0985 17.3832 20.6697C17.301 20.4712 17.2734 20.2759 17.2613 20.0982C17.25 19.9329 17.25 19.736 17.25 19.5218C17.25 19.5145 17.25 19.5073 17.25 19.5C17.25 19.4927 17.25 19.4855 17.25 19.4782C17.25 19.264 17.25 19.0671 17.2613 18.9018C17.2734 18.7241 17.301 18.5288 17.3832 18.3303C17.5608 17.9015 17.9015 17.5608 18.3303 17.3832C18.5288 17.301 18.7241 17.2734 18.9018 17.2613C19.0671 17.25 19.264 17.25 19.4782 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4782 9.75C19.4855 9.75 19.4927 9.75 19.5 9.75C19.5073 9.75 19.5145 9.75 19.5218 9.75C19.736 9.74999 19.9329 9.74998 20.0982 9.76126C20.2759 9.77338 20.4712 9.80099 20.6697 9.88321C21.0985 10.0608 21.4392 10.4015 21.6168 10.8303C21.699 11.0288 21.7266 11.2241 21.7387 11.4018C21.75 11.5671 21.75 11.764 21.75 11.9782V12.0218C21.75 12.236 21.75 12.4329 21.7387 12.5982C21.7266 12.7759 21.699 12.9712 21.6168 13.1697C21.4392 13.5985 21.0985 13.9392 20.6697 14.1168C20.4712 14.199 20.2759 14.2266 20.0982 14.2387C19.9329 14.25 19.736 14.25 19.5218 14.25H19.4782C19.264 14.25 19.0671 14.25 18.9018 14.2387C18.7241 14.2266 18.5288 14.199 18.3303 14.1168C17.9015 13.9392 17.5608 13.5985 17.3832 13.1697C17.301 12.9712 17.2734 12.7759 17.2613 12.5982C17.25 12.4329 17.25 12.236 17.25 12.0218C17.25 12.0145 17.25 12.0073 17.25 12C17.25 11.9927 17.25 11.9855 17.25 11.9782C17.25 11.764 17.25 11.5671 17.2613 11.4018C17.2734 11.2241 17.301 11.0288 17.3832 10.8303C17.5608 10.4015 17.9015 10.0608 18.3303 9.88321C18.5288 9.80099 18.7241 9.77338 18.9018 9.76126C19.0671 9.74998 19.264 9.74999 19.4782 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4782 2.25C19.4855 2.25 19.4927 2.25 19.5 2.25C19.5073 2.25 19.5145 2.25 19.5218 2.25C19.736 2.24999 19.9329 2.24998 20.0982 2.26126C20.2759 2.27338 20.4712 2.30099 20.6697 2.38321C21.0985 2.56083 21.4392 2.90151 21.6168 3.33031C21.699 3.52881 21.7266 3.72415 21.7387 3.90179C21.75 4.06712 21.75 4.26396 21.75 4.47824V4.52176C21.75 4.73604 21.75 4.93289 21.7387 5.09821C21.7266 5.27585 21.699 5.47119 21.6168 5.6697C21.4392 6.0985 21.0985 6.43918 20.6697 6.61679C20.4712 6.69901 20.2759 6.72663 20.0982 6.73875C19.9329 6.75003 19.736 6.75002 19.5218 6.75H19.4782C19.264 6.75002 19.0671 6.75003 18.9018 6.73875C18.7241 6.72663 18.5288 6.69901 18.3303 6.61679C17.9015 6.43918 17.5608 6.0985 17.3832 5.6697C17.301 5.47119 17.2734 5.27585 17.2613 5.09821C17.25 4.93288 17.25 4.73604 17.25 4.52176C17.25 4.51453 17.25 4.50727 17.25 4.5C17.25 4.49273 17.25 4.48548 17.25 4.47825C17.25 4.26397 17.25 4.06712 17.2613 3.90179C17.2734 3.72415 17.301 3.52881 17.3832 3.33031C17.5608 2.90151 17.9015 2.56083 18.3303 2.38321C18.5288 2.30099 18.7241 2.27338 18.9018 2.26126C19.0671 2.24998 19.264 2.24999 19.4782 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9782 17.25C11.9855 17.25 11.9927 17.25 12 17.25C12.0073 17.25 12.0145 17.25 12.0218 17.25C12.236 17.25 12.4329 17.25 12.5982 17.2613C12.7759 17.2734 12.9712 17.301 13.1697 17.3832C13.5985 17.5608 13.9392 17.9015 14.1168 18.3303C14.199 18.5288 14.2266 18.7241 14.2387 18.9018C14.25 19.0671 14.25 19.264 14.25 19.4782V19.5218C14.25 19.736 14.25 19.9329 14.2387 20.0982C14.2266 20.2759 14.199 20.4712 14.1168 20.6697C13.9392 21.0985 13.5985 21.4392 13.1697 21.6168C12.9712 21.699 12.7759 21.7266 12.5982 21.7387C12.4329 21.75 12.236 21.75 12.0218 21.75H11.9782C11.764 21.75 11.5671 21.75 11.4018 21.7387C11.2241 21.7266 11.0288 21.699 10.8303 21.6168C10.4015 21.4392 10.0608 21.0985 9.88321 20.6697C9.80099 20.4712 9.77338 20.2759 9.76126 20.0982C9.74998 19.9329 9.74999 19.736 9.75 19.5218C9.75 19.5145 9.75 19.5073 9.75 19.5C9.75 19.4927 9.75 19.4855 9.75 19.4782C9.74999 19.264 9.74998 19.0671 9.76126 18.9018C9.77338 18.7241 9.80099 18.5288 9.88321 18.3303C10.0608 17.9015 10.4015 17.5608 10.8303 17.3832C11.0288 17.301 11.2241 17.2734 11.4018 17.2613C11.5671 17.25 11.764 17.25 11.9782 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9782 9.75C11.9855 9.75 11.9927 9.75 12 9.75C12.0073 9.75 12.0145 9.75 12.0218 9.75C12.236 9.74999 12.4329 9.74998 12.5982 9.76126C12.7759 9.77338 12.9712 9.80099 13.1697 9.88321C13.5985 10.0608 13.9392 10.4015 14.1168 10.8303C14.199 11.0288 14.2266 11.2241 14.2387 11.4018C14.25 11.5671 14.25 11.764 14.25 11.9782V12.0218C14.25 12.236 14.25 12.4329 14.2387 12.5982C14.2266 12.7759 14.199 12.9712 14.1168 13.1697C13.9392 13.5985 13.5985 13.9392 13.1697 14.1168C12.9712 14.199 12.7759 14.2266 12.5982 14.2387C12.4329 14.25 12.236 14.25 12.0218 14.25H11.9782C11.764 14.25 11.5671 14.25 11.4018 14.2387C11.2241 14.2266 11.0288 14.199 10.8303 14.1168C10.4015 13.9392 10.0608 13.5985 9.88321 13.1697C9.80099 12.9712 9.77338 12.7759 9.76126 12.5982C9.74998 12.4329 9.74999 12.236 9.75 12.0218C9.75 12.0145 9.75 12.0073 9.75 12C9.75 11.9927 9.75 11.9855 9.75 11.9782C9.74999 11.764 9.74998 11.5671 9.76126 11.4018C9.77338 11.2241 9.80099 11.0288 9.88321 10.8303C10.0608 10.4015 10.4015 10.0608 10.8303 9.88321C11.0288 9.80099 11.2241 9.77338 11.4018 9.76126C11.5671 9.74998 11.764 9.74999 11.9782 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9782 2.25C11.9855 2.25 11.9927 2.25 12 2.25C12.0073 2.25 12.0145 2.25 12.0218 2.25C12.236 2.24999 12.4329 2.24998 12.5982 2.26126C12.7759 2.27338 12.9712 2.30099 13.1697 2.38321C13.5985 2.56083 13.9392 2.90151 14.1168 3.33031C14.199 3.52881 14.2266 3.72415 14.2387 3.90179C14.25 4.06712 14.25 4.26396 14.25 4.47824V4.52176C14.25 4.73604 14.25 4.93289 14.2387 5.09821C14.2266 5.27585 14.199 5.47119 14.1168 5.6697C13.9392 6.0985 13.5985 6.43918 13.1697 6.61679C12.9712 6.69901 12.7759 6.72663 12.5982 6.73875C12.4329 6.75003 12.236 6.75002 12.0218 6.75H11.9782C11.764 6.75002 11.5671 6.75003 11.4018 6.73875C11.2241 6.72663 11.0288 6.69901 10.8303 6.61679C10.4015 6.43918 10.0608 6.0985 9.88321 5.6697C9.80099 5.47119 9.77338 5.27585 9.76126 5.09821C9.74998 4.93288 9.74999 4.73604 9.75 4.52176C9.75 4.51453 9.75 4.50727 9.75 4.5C9.75 4.49273 9.75 4.48548 9.75 4.47825C9.74999 4.26397 9.74998 4.06712 9.76126 3.90179C9.77338 3.72415 9.80099 3.52881 9.88321 3.33031C10.0608 2.90151 10.4015 2.56083 10.8303 2.38321C11.0288 2.30099 11.2241 2.27338 11.4018 2.26126C11.5671 2.24998 11.764 2.24999 11.9782 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.47825 17.25C4.48548 17.25 4.49273 17.25 4.5 17.25C4.50727 17.25 4.51453 17.25 4.52176 17.25C4.73604 17.25 4.93288 17.25 5.09821 17.2613C5.27585 17.2734 5.47119 17.301 5.6697 17.3832C6.0985 17.5608 6.43918 17.9015 6.61679 18.3303C6.69901 18.5288 6.72663 18.7241 6.73875 18.9018C6.75003 19.0671 6.75002 19.264 6.75 19.4782V19.5218C6.75002 19.736 6.75003 19.9329 6.73875 20.0982C6.72663 20.2759 6.69901 20.4712 6.61679 20.6697C6.43918 21.0985 6.0985 21.4392 5.6697 21.6168C5.47119 21.699 5.27585 21.7266 5.09821 21.7387C4.93289 21.75 4.73604 21.75 4.52176 21.75H4.47824C4.26396 21.75 4.06712 21.75 3.90179 21.7387C3.72415 21.7266 3.52881 21.699 3.33031 21.6168C2.90151 21.4392 2.56083 21.0985 2.38321 20.6697C2.30099 20.4712 2.27338 20.2759 2.26126 20.0982C2.24998 19.9329 2.24999 19.736 2.25 19.5218C2.25 19.5145 2.25 19.5073 2.25 19.5C2.25 19.4927 2.25 19.4855 2.25 19.4782C2.24999 19.264 2.24998 19.0671 2.26126 18.9018C2.27338 18.7241 2.30099 18.5288 2.38321 18.3303C2.56083 17.9015 2.90151 17.5608 3.33031 17.3832C3.52881 17.301 3.72415 17.2734 3.90179 17.2613C4.06712 17.25 4.26397 17.25 4.47825 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.47825 9.75C4.48548 9.75 4.49273 9.75 4.5 9.75C4.50727 9.75 4.51453 9.75 4.52176 9.75C4.73604 9.74999 4.93288 9.74998 5.09821 9.76126C5.27585 9.77338 5.47119 9.80099 5.6697 9.88321C6.0985 10.0608 6.43918 10.4015 6.61679 10.8303C6.69901 11.0288 6.72663 11.2241 6.73875 11.4018C6.75003 11.5671 6.75002 11.764 6.75 11.9782V12.0218C6.75002 12.236 6.75003 12.4329 6.73875 12.5982C6.72663 12.7759 6.69901 12.9712 6.61679 13.1697C6.43918 13.5985 6.0985 13.9392 5.6697 14.1168C5.47119 14.199 5.27585 14.2266 5.09821 14.2387C4.93289 14.25 4.73604 14.25 4.52176 14.25H4.47824C4.26396 14.25 4.06712 14.25 3.90179 14.2387C3.72415 14.2266 3.52881 14.199 3.33031 14.1168C2.90151 13.9392 2.56083 13.5985 2.38321 13.1697C2.30099 12.9712 2.27338 12.7759 2.26126 12.5982C2.24998 12.4329 2.24999 12.236 2.25 12.0218C2.25 12.0145 2.25 12.0073 2.25 12C2.25 11.9927 2.25 11.9855 2.25 11.9782C2.24999 11.764 2.24998 11.5671 2.26126 11.4018C2.27338 11.2241 2.30099 11.0288 2.38321 10.8303C2.56083 10.4015 2.90151 10.0608 3.33031 9.88321C3.52881 9.80099 3.72415 9.77338 3.90179 9.76126C4.06712 9.74998 4.26397 9.74999 4.47825 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.47825 2.25C4.48548 2.25 4.49273 2.25 4.5 2.25C4.50727 2.25 4.51453 2.25 4.52176 2.25C4.73604 2.24999 4.93288 2.24998 5.09821 2.26126C5.27585 2.27338 5.47119 2.30099 5.6697 2.38321C6.0985 2.56083 6.43918 2.90151 6.61679 3.33031C6.69901 3.52881 6.72663 3.72415 6.73875 3.90179C6.75003 4.06712 6.75002 4.26396 6.75 4.47824V4.52176C6.75002 4.73604 6.75003 4.93289 6.73875 5.09821C6.72663 5.27585 6.69901 5.47119 6.61679 5.6697C6.43918 6.0985 6.0985 6.43918 5.6697 6.61679C5.47119 6.69901 5.27585 6.72663 5.09821 6.73875C4.93289 6.75003 4.73604 6.75002 4.52176 6.75H4.47824C4.26396 6.75002 4.06712 6.75003 3.90179 6.73875C3.72415 6.72663 3.52881 6.69901 3.33031 6.61679C2.90151 6.43918 2.56083 6.0985 2.38321 5.6697C2.30099 5.47119 2.27338 5.27585 2.26126 5.09821C2.24998 4.93288 2.24999 4.73604 2.25 4.52176C2.25 4.51453 2.25 4.50727 2.25 4.5C2.25 4.49273 2.25 4.48548 2.25 4.47825C2.24999 4.26397 2.24998 4.06712 2.26126 3.90179C2.27338 3.72415 2.30099 3.52881 2.38321 3.33031C2.56083 2.90151 2.90151 2.56083 3.33031 2.38321C3.52881 2.30099 3.72415 2.27338 3.90179 2.26126C4.06712 2.24998 4.26397 2.24999 4.47825 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-more-horizontal-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5 12.5C19.2239 12.5 19 12.2761 19 12C19 11.7239 19.2239 11.5 19.5 11.5C19.7761 11.5 20 11.7239 20 12C20 12.2761 19.7761 12.5 19.5 12.5ZM17 12C17 13.3807 18.1193 14.5 19.5 14.5C20.8807 14.5 22 13.3807 22 12C22 10.6193 20.8807 9.5 19.5 9.5C18.1193 9.5 17 10.6193 17 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 12.5C11.7239 12.5 11.5 12.2761 11.5 12C11.5 11.7239 11.7239 11.5 12 11.5C12.2761 11.5 12.5 11.7239 12.5 12C12.5 12.2761 12.2761 12.5 12 12.5ZM9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 12.5C4.22386 12.5 4 12.2761 4 12C4 11.7239 4.22386 11.5 4.5 11.5C4.77614 11.5 5 11.7239 5 12C5 12.2761 4.77614 12.5 4.5 12.5ZM2 12C2 13.3807 3.11929 14.5 4.5 14.5C5.88071 14.5 7 13.3807 7 12C7 10.6193 5.88071 9.5 4.5 9.5C3.11929 9.5 2 10.6193 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5 12.5C19.2239 12.5 19 12.2761 19 12C19 11.7239 19.2239 11.5 19.5 11.5C19.7761 11.5 20 11.7239 20 12C20 12.2761 19.7761 12.5 19.5 12.5ZM17 12C17 13.3807 18.1193 14.5 19.5 14.5C20.8807 14.5 22 13.3807 22 12C22 10.6193 20.8807 9.5 19.5 9.5C18.1193 9.5 17 10.6193 17 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 12.5C11.7239 12.5 11.5 12.2761 11.5 12C11.5 11.7239 11.7239 11.5 12 11.5C12.2761 11.5 12.5 11.7239 12.5 12C12.5 12.2761 12.2761 12.5 12 12.5ZM9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 12.5C4.22386 12.5 4 12.2761 4 12C4 11.7239 4.22386 11.5 4.5 11.5C4.77614 11.5 5 11.7239 5 12C5 12.2761 4.77614 12.5 4.5 12.5ZM2 12C2 13.3807 3.11929 14.5 4.5 14.5C5.88071 14.5 7 13.3807 7 12C7 10.6193 5.88071 9.5 4.5 9.5C3.11929 9.5 2 10.6193 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-more-horizontal-circle-02-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM11.9961 10.75C11.3057 10.75 10.7461 11.3096 10.7461 12C10.7461 12.6904 11.3057 13.25 11.9961 13.25H12.0051C12.6954 13.25 13.2551 12.6904 13.2551 12C13.2551 11.3096 12.6954 10.75 12.0051 10.75H11.9961ZM14.75 12C14.75 11.3096 15.3096 10.75 16 10.75H16.009C16.6993 10.75 17.259 11.3096 17.259 12C17.259 12.6904 16.6993 13.25 16.009 13.25H16C15.3096 13.25 14.75 12.6904 14.75 12ZM8 10.75C7.30964 10.75 6.75 11.3096 6.75 12C6.75 12.6904 7.30964 13.25 8 13.25H8.00898C8.69934 13.25 9.25898 12.6904 9.25898 12C9.25898 11.3096 8.69934 10.75 8.00898 10.75H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM11.9961 10.75C11.3057 10.75 10.7461 11.3096 10.7461 12C10.7461 12.6904 11.3057 13.25 11.9961 13.25H12.0051C12.6954 13.25 13.2551 12.6904 13.2551 12C13.2551 11.3096 12.6954 10.75 12.0051 10.75H11.9961ZM14.75 12C14.75 11.3096 15.3096 10.75 16 10.75H16.009C16.6993 10.75 17.259 11.3096 17.259 12C17.259 12.6904 16.6993 13.25 16.009 13.25H16C15.3096 13.25 14.75 12.6904 14.75 12ZM8 10.75C7.30964 10.75 6.75 11.3096 6.75 12C6.75 12.6904 7.30964 13.25 8 13.25H8.00898C8.69934 13.25 9.25898 12.6904 9.25898 12C9.25898 11.3096 8.69934 10.75 8.00898 10.75H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-more-horizontal-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7461 12C10.7461 11.3096 11.3057 10.75 11.9961 10.75H12.0051C12.6954 10.75 13.2551 11.3096 13.2551 12C13.2551 12.6904 12.6954 13.25 12.0051 13.25H11.9961C11.3057 13.25 10.7461 12.6904 10.7461 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.75 12C14.75 11.3096 15.3096 10.75 16 10.75H16.009C16.6993 10.75 17.259 11.3096 17.259 12C17.259 12.6904 16.6993 13.25 16.009 13.25H16C15.3096 13.25 14.75 12.6904 14.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.75 12C6.75 11.3096 7.30964 10.75 8 10.75H8.00898C8.69934 10.75 9.25898 11.3096 9.25898 12C9.25898 12.6904 8.69934 13.25 8.00898 13.25H8C7.30964 13.25 6.75 12.6904 6.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21ZM1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7461 12C10.7461 11.3096 11.3057 10.75 11.9961 10.75H12.0051C12.6954 10.75 13.2551 11.3096 13.2551 12C13.2551 12.6904 12.6954 13.25 12.0051 13.25H11.9961C11.3057 13.25 10.7461 12.6904 10.7461 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.75 12C14.75 11.3096 15.3096 10.75 16 10.75H16.009C16.6993 10.75 17.259 11.3096 17.259 12C17.259 12.6904 16.6993 13.25 16.009 13.25H16C15.3096 13.25 14.75 12.6904 14.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.75 12C6.75 11.3096 7.30964 10.75 8 10.75H8.00898C8.69934 10.75 9.25898 11.3096 9.25898 12C9.25898 12.6904 8.69934 13.25 8.00898 13.25H8C7.30964 13.25 6.75 12.6904 6.75 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21ZM1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-more-horizontal-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4735 9.5C19.4823 9.5 19.4912 9.5 19.5 9.5C19.5088 9.5 19.5177 9.5 19.5265 9.5C19.7365 9.49998 19.9411 9.49996 20.1152 9.51184C20.3056 9.52483 20.5313 9.5553 20.7654 9.65224C21.2554 9.85523 21.6448 10.2446 21.8478 10.7346C21.9447 10.9687 21.9752 11.1944 21.9882 11.3848C22 11.5589 22 11.7635 22 11.9735C22 11.9823 22 11.9912 22 12C22 12.0088 22 12.0177 22 12.0265C22 12.2365 22 12.4411 21.9882 12.6152C21.9752 12.8056 21.9447 13.0313 21.8478 13.2654C21.6448 13.7554 21.2554 14.1448 20.7654 14.3478C20.5313 14.4447 20.3056 14.4752 20.1152 14.4882C19.9411 14.5 19.7365 14.5 19.5265 14.5C19.5177 14.5 19.5088 14.5 19.5 14.5C19.4912 14.5 19.4823 14.5 19.4735 14.5C19.2635 14.5 19.0589 14.5 18.8848 14.4882C18.6944 14.4752 18.4687 14.4447 18.2346 14.3478C17.7446 14.1448 17.3552 13.7554 17.1522 13.2654C17.0553 13.0313 17.0248 12.8056 17.0118 12.6152C17 12.4411 17 12.2365 17 12.0265C17 12.0177 17 12.0088 17 12C17 11.9912 17 11.9823 17 11.9735C17 11.7635 17 11.5589 17.0118 11.3848C17.0248 11.1944 17.0553 10.9687 17.1522 10.7346C17.3552 10.2446 17.7446 9.85523 18.2346 9.65224C18.4687 9.5553 18.6944 9.52483 18.8848 9.51184C19.0589 9.49996 19.2635 9.49998 19.4735 9.5ZM19.0081 11.5081C19.0078 11.5121 19.0075 11.5164 19.0072 11.5209C19.0005 11.6184 19 11.7534 19 12C19 12.2467 19.0005 12.3816 19.0072 12.4791C19.0075 12.4836 19.0078 12.4879 19.0081 12.4919C19.0121 12.4922 19.0164 12.4925 19.0209 12.4928C19.1184 12.4995 19.2534 12.5 19.5 12.5C19.7467 12.5 19.8816 12.4995 19.9791 12.4928C19.9836 12.4925 19.9879 12.4922 19.9919 12.4919C19.9922 12.4879 19.9925 12.4836 19.9928 12.4791C19.9995 12.3816 20 12.2467 20 12C20 11.7534 19.9995 11.6184 19.9928 11.5209C19.9925 11.5164 19.9922 11.5121 19.9919 11.5081C19.9879 11.5078 19.9836 11.5075 19.9791 11.5072C19.8816 11.5005 19.7467 11.5 19.5 11.5C19.2534 11.5 19.1184 11.5005 19.0209 11.5072C19.0164 11.5075 19.0121 11.5078 19.0081 11.5081Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9735 9.5C11.9823 9.5 11.9912 9.5 12 9.5C12.0088 9.5 12.0177 9.5 12.0265 9.5C12.2365 9.49998 12.4411 9.49996 12.6152 9.51184C12.8056 9.52483 13.0313 9.5553 13.2654 9.65224C13.7554 9.85523 14.1448 10.2446 14.3478 10.7346C14.4447 10.9687 14.4752 11.1944 14.4882 11.3848C14.5 11.5589 14.5 11.7635 14.5 11.9735C14.5 11.9823 14.5 11.9912 14.5 12C14.5 12.0088 14.5 12.0177 14.5 12.0265C14.5 12.2365 14.5 12.4411 14.4882 12.6152C14.4752 12.8056 14.4447 13.0313 14.3478 13.2654C14.1448 13.7554 13.7554 14.1448 13.2654 14.3478C13.0313 14.4447 12.8056 14.4752 12.6152 14.4882C12.4411 14.5 12.2365 14.5 12.0265 14.5C12.0177 14.5 12.0088 14.5 12 14.5C11.9912 14.5 11.9823 14.5 11.9735 14.5C11.7635 14.5 11.5589 14.5 11.3848 14.4882C11.1944 14.4752 10.9687 14.4447 10.7346 14.3478C10.2446 14.1448 9.85523 13.7554 9.65224 13.2654C9.5553 13.0313 9.52483 12.8056 9.51184 12.6152C9.49996 12.4411 9.49998 12.2365 9.5 12.0265C9.5 12.0177 9.5 12.0088 9.5 12C9.5 11.9912 9.5 11.9823 9.5 11.9735C9.49998 11.7635 9.49996 11.5589 9.51184 11.3848C9.52483 11.1944 9.5553 10.9687 9.65224 10.7346C9.85523 10.2446 10.2446 9.85523 10.7346 9.65224C10.9687 9.5553 11.1944 9.52483 11.3848 9.51184C11.5589 9.49996 11.7635 9.49998 11.9735 9.5ZM11.5081 11.5081C11.5078 11.5121 11.5075 11.5164 11.5072 11.5209C11.5005 11.6184 11.5 11.7534 11.5 12C11.5 12.2467 11.5005 12.3816 11.5072 12.4791C11.5075 12.4836 11.5078 12.4879 11.5081 12.4919C11.5121 12.4922 11.5164 12.4925 11.5209 12.4928C11.6184 12.4995 11.7534 12.5 12 12.5C12.2467 12.5 12.3816 12.4995 12.4791 12.4928C12.4836 12.4925 12.4879 12.4922 12.4919 12.4919C12.4922 12.4879 12.4925 12.4836 12.4928 12.4791C12.4995 12.3816 12.5 12.2467 12.5 12C12.5 11.7534 12.4995 11.6184 12.4928 11.5209C12.4925 11.5164 12.4922 11.5121 12.4919 11.5081C12.4879 11.5078 12.4836 11.5075 12.4791 11.5072C12.3816 11.5005 12.2467 11.5 12 11.5C11.7534 11.5 11.6184 11.5005 11.5209 11.5072C11.5164 11.5075 11.5121 11.5078 11.5081 11.5081Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.47353 9.5C4.48234 9.5 4.49117 9.5 4.5 9.5C4.50884 9.5 4.51766 9.5 4.52648 9.5C4.73652 9.49998 4.94115 9.49996 5.11523 9.51184C5.3056 9.52483 5.53133 9.5553 5.76537 9.65224C6.25543 9.85523 6.64477 10.2446 6.84776 10.7346C6.94471 10.9687 6.97518 11.1944 6.98817 11.3848C7.00005 11.5589 7.00003 11.7635 7.00001 11.9735C7 11.9823 7 11.9912 7 12C7 12.0088 7 12.0177 7.00001 12.0265C7.00003 12.2365 7.00005 12.4411 6.98817 12.6152C6.97518 12.8056 6.94471 13.0313 6.84776 13.2654C6.64477 13.7554 6.25543 14.1448 5.76537 14.3478C5.53133 14.4447 5.3056 14.4752 5.11523 14.4882C4.94115 14.5 4.73653 14.5 4.52648 14.5C4.51767 14.5 4.50884 14.5 4.5 14.5C4.49117 14.5 4.48234 14.5 4.47352 14.5C4.26348 14.5 4.05886 14.5 3.88478 14.4882C3.6944 14.4752 3.46868 14.4447 3.23464 14.3478C2.74458 14.1448 2.35523 13.7554 2.15224 13.2654C2.0553 13.0313 2.02483 12.8056 2.01184 12.6152C1.99996 12.4411 1.99998 12.2365 2 12.0265C2 12.0177 2 12.0088 2 12C2 11.9912 2 11.9823 2 11.9735C1.99998 11.7635 1.99996 11.5589 2.01184 11.3848C2.02483 11.1944 2.0553 10.9687 2.15224 10.7346C2.35523 10.2446 2.74458 9.85523 3.23464 9.65224C3.46868 9.5553 3.6944 9.52483 3.88478 9.51184C4.05886 9.49996 4.26348 9.49998 4.47353 9.5ZM4.00814 11.5081C4.00782 11.5121 4.00751 11.5164 4.0072 11.5209C4.00055 11.6184 4 11.7534 4 12C4 12.2467 4.00055 12.3816 4.0072 12.4791C4.00751 12.4836 4.00782 12.4879 4.00814 12.4919C4.01213 12.4922 4.01638 12.4925 4.02092 12.4928C4.11844 12.4995 4.25335 12.5 4.5 12.5C4.74666 12.5 4.88156 12.4995 4.97909 12.4928C4.98362 12.4925 4.98788 12.4922 4.99187 12.4919C4.99218 12.4879 4.9925 12.4836 4.99281 12.4791C4.99946 12.3816 5 12.2467 5 12C5 11.7534 4.99946 11.6184 4.99281 11.5209C4.9925 11.5164 4.99218 11.5121 4.99187 11.5081C4.98788 11.5078 4.98362 11.5075 4.97909 11.5072C4.88156 11.5005 4.74666 11.5 4.5 11.5C4.25335 11.5 4.11844 11.5005 4.02092 11.5072C4.01638 11.5075 4.01213 11.5078 4.00814 11.5081Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4735 9.5C19.4823 9.5 19.4912 9.5 19.5 9.5C19.5088 9.5 19.5177 9.5 19.5265 9.5C19.7365 9.49998 19.9411 9.49996 20.1152 9.51184C20.3056 9.52483 20.5313 9.5553 20.7654 9.65224C21.2554 9.85523 21.6448 10.2446 21.8478 10.7346C21.9447 10.9687 21.9752 11.1944 21.9882 11.3848C22 11.5589 22 11.7635 22 11.9735C22 11.9823 22 11.9912 22 12C22 12.0088 22 12.0177 22 12.0265C22 12.2365 22 12.4411 21.9882 12.6152C21.9752 12.8056 21.9447 13.0313 21.8478 13.2654C21.6448 13.7554 21.2554 14.1448 20.7654 14.3478C20.5313 14.4447 20.3056 14.4752 20.1152 14.4882C19.9411 14.5 19.7365 14.5 19.5265 14.5C19.5177 14.5 19.5088 14.5 19.5 14.5C19.4912 14.5 19.4823 14.5 19.4735 14.5C19.2635 14.5 19.0589 14.5 18.8848 14.4882C18.6944 14.4752 18.4687 14.4447 18.2346 14.3478C17.7446 14.1448 17.3552 13.7554 17.1522 13.2654C17.0553 13.0313 17.0248 12.8056 17.0118 12.6152C17 12.4411 17 12.2365 17 12.0265C17 12.0177 17 12.0088 17 12C17 11.9912 17 11.9823 17 11.9735C17 11.7635 17 11.5589 17.0118 11.3848C17.0248 11.1944 17.0553 10.9687 17.1522 10.7346C17.3552 10.2446 17.7446 9.85523 18.2346 9.65224C18.4687 9.5553 18.6944 9.52483 18.8848 9.51184C19.0589 9.49996 19.2635 9.49998 19.4735 9.5ZM19.0081 11.5081C19.0078 11.5121 19.0075 11.5164 19.0072 11.5209C19.0005 11.6184 19 11.7534 19 12C19 12.2467 19.0005 12.3816 19.0072 12.4791C19.0075 12.4836 19.0078 12.4879 19.0081 12.4919C19.0121 12.4922 19.0164 12.4925 19.0209 12.4928C19.1184 12.4995 19.2534 12.5 19.5 12.5C19.7467 12.5 19.8816 12.4995 19.9791 12.4928C19.9836 12.4925 19.9879 12.4922 19.9919 12.4919C19.9922 12.4879 19.9925 12.4836 19.9928 12.4791C19.9995 12.3816 20 12.2467 20 12C20 11.7534 19.9995 11.6184 19.9928 11.5209C19.9925 11.5164 19.9922 11.5121 19.9919 11.5081C19.9879 11.5078 19.9836 11.5075 19.9791 11.5072C19.8816 11.5005 19.7467 11.5 19.5 11.5C19.2534 11.5 19.1184 11.5005 19.0209 11.5072C19.0164 11.5075 19.0121 11.5078 19.0081 11.5081Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9735 9.5C11.9823 9.5 11.9912 9.5 12 9.5C12.0088 9.5 12.0177 9.5 12.0265 9.5C12.2365 9.49998 12.4411 9.49996 12.6152 9.51184C12.8056 9.52483 13.0313 9.5553 13.2654 9.65224C13.7554 9.85523 14.1448 10.2446 14.3478 10.7346C14.4447 10.9687 14.4752 11.1944 14.4882 11.3848C14.5 11.5589 14.5 11.7635 14.5 11.9735C14.5 11.9823 14.5 11.9912 14.5 12C14.5 12.0088 14.5 12.0177 14.5 12.0265C14.5 12.2365 14.5 12.4411 14.4882 12.6152C14.4752 12.8056 14.4447 13.0313 14.3478 13.2654C14.1448 13.7554 13.7554 14.1448 13.2654 14.3478C13.0313 14.4447 12.8056 14.4752 12.6152 14.4882C12.4411 14.5 12.2365 14.5 12.0265 14.5C12.0177 14.5 12.0088 14.5 12 14.5C11.9912 14.5 11.9823 14.5 11.9735 14.5C11.7635 14.5 11.5589 14.5 11.3848 14.4882C11.1944 14.4752 10.9687 14.4447 10.7346 14.3478C10.2446 14.1448 9.85523 13.7554 9.65224 13.2654C9.5553 13.0313 9.52483 12.8056 9.51184 12.6152C9.49996 12.4411 9.49998 12.2365 9.5 12.0265C9.5 12.0177 9.5 12.0088 9.5 12C9.5 11.9912 9.5 11.9823 9.5 11.9735C9.49998 11.7635 9.49996 11.5589 9.51184 11.3848C9.52483 11.1944 9.5553 10.9687 9.65224 10.7346C9.85523 10.2446 10.2446 9.85523 10.7346 9.65224C10.9687 9.5553 11.1944 9.52483 11.3848 9.51184C11.5589 9.49996 11.7635 9.49998 11.9735 9.5ZM11.5081 11.5081C11.5078 11.5121 11.5075 11.5164 11.5072 11.5209C11.5005 11.6184 11.5 11.7534 11.5 12C11.5 12.2467 11.5005 12.3816 11.5072 12.4791C11.5075 12.4836 11.5078 12.4879 11.5081 12.4919C11.5121 12.4922 11.5164 12.4925 11.5209 12.4928C11.6184 12.4995 11.7534 12.5 12 12.5C12.2467 12.5 12.3816 12.4995 12.4791 12.4928C12.4836 12.4925 12.4879 12.4922 12.4919 12.4919C12.4922 12.4879 12.4925 12.4836 12.4928 12.4791C12.4995 12.3816 12.5 12.2467 12.5 12C12.5 11.7534 12.4995 11.6184 12.4928 11.5209C12.4925 11.5164 12.4922 11.5121 12.4919 11.5081C12.4879 11.5078 12.4836 11.5075 12.4791 11.5072C12.3816 11.5005 12.2467 11.5 12 11.5C11.7534 11.5 11.6184 11.5005 11.5209 11.5072C11.5164 11.5075 11.5121 11.5078 11.5081 11.5081Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.47353 9.5C4.48234 9.5 4.49117 9.5 4.5 9.5C4.50884 9.5 4.51766 9.5 4.52648 9.5C4.73652 9.49998 4.94115 9.49996 5.11523 9.51184C5.3056 9.52483 5.53133 9.5553 5.76537 9.65224C6.25543 9.85523 6.64477 10.2446 6.84776 10.7346C6.94471 10.9687 6.97518 11.1944 6.98817 11.3848C7.00005 11.5589 7.00003 11.7635 7.00001 11.9735C7 11.9823 7 11.9912 7 12C7 12.0088 7 12.0177 7.00001 12.0265C7.00003 12.2365 7.00005 12.4411 6.98817 12.6152C6.97518 12.8056 6.94471 13.0313 6.84776 13.2654C6.64477 13.7554 6.25543 14.1448 5.76537 14.3478C5.53133 14.4447 5.3056 14.4752 5.11523 14.4882C4.94115 14.5 4.73653 14.5 4.52648 14.5C4.51767 14.5 4.50884 14.5 4.5 14.5C4.49117 14.5 4.48234 14.5 4.47352 14.5C4.26348 14.5 4.05886 14.5 3.88478 14.4882C3.6944 14.4752 3.46868 14.4447 3.23464 14.3478C2.74458 14.1448 2.35523 13.7554 2.15224 13.2654C2.0553 13.0313 2.02483 12.8056 2.01184 12.6152C1.99996 12.4411 1.99998 12.2365 2 12.0265C2 12.0177 2 12.0088 2 12C2 11.9912 2 11.9823 2 11.9735C1.99998 11.7635 1.99996 11.5589 2.01184 11.3848C2.02483 11.1944 2.0553 10.9687 2.15224 10.7346C2.35523 10.2446 2.74458 9.85523 3.23464 9.65224C3.46868 9.5553 3.6944 9.52483 3.88478 9.51184C4.05886 9.49996 4.26348 9.49998 4.47353 9.5ZM4.00814 11.5081C4.00782 11.5121 4.00751 11.5164 4.0072 11.5209C4.00055 11.6184 4 11.7534 4 12C4 12.2467 4.00055 12.3816 4.0072 12.4791C4.00751 12.4836 4.00782 12.4879 4.00814 12.4919C4.01213 12.4922 4.01638 12.4925 4.02092 12.4928C4.11844 12.4995 4.25335 12.5 4.5 12.5C4.74666 12.5 4.88156 12.4995 4.97909 12.4928C4.98362 12.4925 4.98788 12.4922 4.99187 12.4919C4.99218 12.4879 4.9925 12.4836 4.99281 12.4791C4.99946 12.3816 5 12.2467 5 12C5 11.7534 4.99946 11.6184 4.99281 11.5209C4.9925 11.5164 4.99218 11.5121 4.99187 11.5081C4.98788 11.5078 4.98362 11.5075 4.97909 11.5072C4.88156 11.5005 4.74666 11.5 4.5 11.5C4.25335 11.5 4.11844 11.5005 4.02092 11.5072C4.01638 11.5075 4.01213 11.5078 4.00814 11.5081Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-more-horizontal-square-02-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM11.9922 10.75C11.3018 10.75 10.7422 11.3096 10.7422 12C10.7422 12.6904 11.3018 13.25 11.9922 13.25H12.0012C12.6915 13.25 13.2512 12.6904 13.2512 12C13.2512 11.3096 12.6915 10.75 12.0012 10.75H11.9922ZM14.7461 12C14.7461 11.3096 15.3057 10.75 15.9961 10.75H16.0051C16.6954 10.75 17.2551 11.3096 17.2551 12C17.2551 12.6904 16.6954 13.25 16.0051 13.25H15.9961C15.3057 13.25 14.7461 12.6904 14.7461 12ZM7.99609 10.75C7.30574 10.75 6.74609 11.3096 6.74609 12C6.74609 12.6904 7.30574 13.25 7.99609 13.25H8.00508C8.69543 13.25 9.25508 12.6904 9.25508 12C9.25508 11.3096 8.69543 10.75 8.00508 10.75H7.99609Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM11.9922 10.75C11.3018 10.75 10.7422 11.3096 10.7422 12C10.7422 12.6904 11.3018 13.25 11.9922 13.25H12.0012C12.6915 13.25 13.2512 12.6904 13.2512 12C13.2512 11.3096 12.6915 10.75 12.0012 10.75H11.9922ZM14.7461 12C14.7461 11.3096 15.3057 10.75 15.9961 10.75H16.0051C16.6954 10.75 17.2551 11.3096 17.2551 12C17.2551 12.6904 16.6954 13.25 16.0051 13.25H15.9961C15.3057 13.25 14.7461 12.6904 14.7461 12ZM7.99609 10.75C7.30574 10.75 6.74609 11.3096 6.74609 12C6.74609 12.6904 7.30574 13.25 7.99609 13.25H8.00508C8.69543 13.25 9.25508 12.6904 9.25508 12C9.25508 11.3096 8.69543 10.75 8.00508 10.75H7.99609Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-more-horizontal-square-02-2{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9735 2C11.9823 2 11.9912 2 12 2C12.0088 2 12.0177 2 12.0265 2C12.2365 1.99998 12.4411 1.99996 12.6152 2.01184C12.8056 2.02483 13.0313 2.0553 13.2654 2.15224C13.7554 2.35523 14.1448 2.74458 14.3478 3.23464C14.4447 3.46868 14.4752 3.6944 14.4882 3.88478C14.5 4.05886 14.5 4.26348 14.5 4.47352C14.5 4.48234 14.5 4.49117 14.5 4.5C14.5 4.50884 14.5 4.51767 14.5 4.52648C14.5 4.73653 14.5 4.94115 14.4882 5.11523C14.4752 5.3056 14.4447 5.53133 14.3478 5.76537C14.1448 6.25543 13.7554 6.64477 13.2654 6.84776C13.0313 6.94471 12.8056 6.97518 12.6152 6.98817C12.4411 7.00005 12.2365 7.00003 12.0265 7.00001C12.0177 7 12.0088 7 12 7C11.9912 7 11.9823 7 11.9735 7.00001C11.7635 7.00003 11.5589 7.00005 11.3848 6.98817C11.1944 6.97518 10.9687 6.94471 10.7346 6.84776C10.2446 6.64477 9.85523 6.25543 9.65224 5.76537C9.5553 5.53133 9.52483 5.3056 9.51184 5.11523C9.49996 4.94115 9.49998 4.73652 9.5 4.52648C9.5 4.51766 9.5 4.50884 9.5 4.5C9.5 4.49117 9.5 4.48234 9.5 4.47353C9.49998 4.26348 9.49996 4.05886 9.51184 3.88478C9.52483 3.6944 9.5553 3.46868 9.65224 3.23464C9.85523 2.74458 10.2446 2.35523 10.7346 2.15224C10.9687 2.0553 11.1944 2.02483 11.3848 2.01184C11.5589 1.99996 11.7635 1.99998 11.9735 2ZM11.5081 4.00814C11.5078 4.01213 11.5075 4.01638 11.5072 4.02092C11.5005 4.11844 11.5 4.25335 11.5 4.5C11.5 4.74666 11.5005 4.88156 11.5072 4.97909C11.5075 4.98362 11.5078 4.98788 11.5081 4.99187C11.5121 4.99218 11.5164 4.9925 11.5209 4.99281C11.6184 4.99946 11.7534 5 12 5C12.2467 5 12.3816 4.99946 12.4791 4.99281C12.4836 4.9925 12.4879 4.99218 12.4919 4.99187C12.4922 4.98788 12.4925 4.98362 12.4928 4.97909C12.4995 4.88156 12.5 4.74666 12.5 4.5C12.5 4.25335 12.4995 4.11844 12.4928 4.02092C12.4925 4.01638 12.4922 4.01213 12.4919 4.00814C12.4879 4.00782 12.4836 4.00751 12.4791 4.0072C12.3816 4.00055 12.2467 4 12 4C11.7534 4 11.6184 4.00055 11.5209 4.0072C11.5164 4.00751 11.5121 4.00782 11.5081 4.00814Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9735 9.5C11.9823 9.5 11.9912 9.5 12 9.5C12.0088 9.5 12.0177 9.5 12.0265 9.5C12.2365 9.49998 12.4411 9.49996 12.6152 9.51184C12.8056 9.52483 13.0313 9.5553 13.2654 9.65224C13.7554 9.85523 14.1448 10.2446 14.3478 10.7346C14.4447 10.9687 14.4752 11.1944 14.4882 11.3848C14.5 11.5589 14.5 11.7635 14.5 11.9735C14.5 11.9823 14.5 11.9912 14.5 12C14.5 12.0088 14.5 12.0177 14.5 12.0265C14.5 12.2365 14.5 12.4411 14.4882 12.6152C14.4752 12.8056 14.4447 13.0313 14.3478 13.2654C14.1448 13.7554 13.7554 14.1448 13.2654 14.3478C13.0313 14.4447 12.8056 14.4752 12.6152 14.4882C12.4411 14.5 12.2365 14.5 12.0265 14.5C12.0177 14.5 12.0088 14.5 12 14.5C11.9912 14.5 11.9823 14.5 11.9735 14.5C11.7635 14.5 11.5589 14.5 11.3848 14.4882C11.1944 14.4752 10.9687 14.4447 10.7346 14.3478C10.2446 14.1448 9.85523 13.7554 9.65224 13.2654C9.5553 13.0313 9.52483 12.8056 9.51184 12.6152C9.49996 12.4411 9.49998 12.2365 9.5 12.0265C9.5 12.0177 9.5 12.0088 9.5 12C9.5 11.9912 9.5 11.9823 9.5 11.9735C9.49998 11.7635 9.49996 11.5589 9.51184 11.3848C9.52483 11.1944 9.5553 10.9687 9.65224 10.7346C9.85523 10.2446 10.2446 9.85523 10.7346 9.65224C10.9687 9.5553 11.1944 9.52483 11.3848 9.51184C11.5589 9.49996 11.7635 9.49998 11.9735 9.5ZM11.5081 11.5081C11.5078 11.5121 11.5075 11.5164 11.5072 11.5209C11.5005 11.6184 11.5 11.7534 11.5 12C11.5 12.2467 11.5005 12.3816 11.5072 12.4791C11.5075 12.4836 11.5078 12.4879 11.5081 12.4919C11.5121 12.4922 11.5164 12.4925 11.5209 12.4928C11.6184 12.4995 11.7534 12.5 12 12.5C12.2467 12.5 12.3816 12.4995 12.4791 12.4928C12.4836 12.4925 12.4879 12.4922 12.4919 12.4919C12.4922 12.4879 12.4925 12.4836 12.4928 12.4791C12.4995 12.3816 12.5 12.2467 12.5 12C12.5 11.7534 12.4995 11.6184 12.4928 11.5209C12.4925 11.5164 12.4922 11.5121 12.4919 11.5081C12.4879 11.5078 12.4836 11.5075 12.4791 11.5072C12.3816 11.5005 12.2467 11.5 12 11.5C11.7534 11.5 11.6184 11.5005 11.5209 11.5072C11.5164 11.5075 11.5121 11.5078 11.5081 11.5081Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9735 17C11.9823 17 11.9912 17 12 17C12.0088 17 12.0177 17 12.0265 17C12.2365 17 12.4411 17 12.6152 17.0118C12.8056 17.0248 13.0313 17.0553 13.2654 17.1522C13.7554 17.3552 14.1448 17.7446 14.3478 18.2346C14.4447 18.4687 14.4752 18.6944 14.4882 18.8848C14.5 19.0589 14.5 19.2635 14.5 19.4735C14.5 19.4823 14.5 19.4912 14.5 19.5C14.5 19.5088 14.5 19.5177 14.5 19.5265C14.5 19.7365 14.5 19.9411 14.4882 20.1152C14.4752 20.3056 14.4447 20.5313 14.3478 20.7654C14.1448 21.2554 13.7554 21.6448 13.2654 21.8478C13.0313 21.9447 12.8056 21.9752 12.6152 21.9882C12.4411 22 12.2365 22 12.0265 22C12.0177 22 12.0088 22 12 22C11.9912 22 11.9823 22 11.9735 22C11.7635 22 11.5589 22 11.3848 21.9882C11.1944 21.9752 10.9687 21.9447 10.7346 21.8478C10.2446 21.6448 9.85523 21.2554 9.65224 20.7654C9.5553 20.5313 9.52483 20.3056 9.51184 20.1152C9.49996 19.9411 9.49998 19.7365 9.5 19.5265C9.5 19.5177 9.5 19.5088 9.5 19.5C9.5 19.4912 9.5 19.4823 9.5 19.4735C9.49998 19.2635 9.49996 19.0589 9.51184 18.8848C9.52483 18.6944 9.5553 18.4687 9.65224 18.2346C9.85523 17.7446 10.2446 17.3552 10.7346 17.1522C10.9687 17.0553 11.1944 17.0248 11.3848 17.0118C11.5589 17 11.7635 17 11.9735 17ZM11.5081 19.0081C11.5078 19.0121 11.5075 19.0164 11.5072 19.0209C11.5005 19.1184 11.5 19.2534 11.5 19.5C11.5 19.7467 11.5005 19.8816 11.5072 19.9791C11.5075 19.9836 11.5078 19.9879 11.5081 19.9919C11.5121 19.9922 11.5164 19.9925 11.5209 19.9928C11.6184 19.9995 11.7534 20 12 20C12.2467 20 12.3816 19.9995 12.4791 19.9928C12.4836 19.9925 12.4879 19.9922 12.4919 19.9919C12.4922 19.9879 12.4925 19.9836 12.4928 19.9791C12.4995 19.8816 12.5 19.7467 12.5 19.5C12.5 19.2534 12.4995 19.1184 12.4928 19.0209C12.4925 19.0164 12.4922 19.0121 12.4919 19.0081C12.4879 19.0078 12.4836 19.0075 12.4791 19.0072C12.3816 19.0005 12.2467 19 12 19C11.7534 19 11.6184 19.0005 11.5209 19.0072C11.5164 19.0075 11.5121 19.0078 11.5081 19.0081Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9735 2C11.9823 2 11.9912 2 12 2C12.0088 2 12.0177 2 12.0265 2C12.2365 1.99998 12.4411 1.99996 12.6152 2.01184C12.8056 2.02483 13.0313 2.0553 13.2654 2.15224C13.7554 2.35523 14.1448 2.74458 14.3478 3.23464C14.4447 3.46868 14.4752 3.6944 14.4882 3.88478C14.5 4.05886 14.5 4.26348 14.5 4.47352C14.5 4.48234 14.5 4.49117 14.5 4.5C14.5 4.50884 14.5 4.51767 14.5 4.52648C14.5 4.73653 14.5 4.94115 14.4882 5.11523C14.4752 5.3056 14.4447 5.53133 14.3478 5.76537C14.1448 6.25543 13.7554 6.64477 13.2654 6.84776C13.0313 6.94471 12.8056 6.97518 12.6152 6.98817C12.4411 7.00005 12.2365 7.00003 12.0265 7.00001C12.0177 7 12.0088 7 12 7C11.9912 7 11.9823 7 11.9735 7.00001C11.7635 7.00003 11.5589 7.00005 11.3848 6.98817C11.1944 6.97518 10.9687 6.94471 10.7346 6.84776C10.2446 6.64477 9.85523 6.25543 9.65224 5.76537C9.5553 5.53133 9.52483 5.3056 9.51184 5.11523C9.49996 4.94115 9.49998 4.73652 9.5 4.52648C9.5 4.51766 9.5 4.50884 9.5 4.5C9.5 4.49117 9.5 4.48234 9.5 4.47353C9.49998 4.26348 9.49996 4.05886 9.51184 3.88478C9.52483 3.6944 9.5553 3.46868 9.65224 3.23464C9.85523 2.74458 10.2446 2.35523 10.7346 2.15224C10.9687 2.0553 11.1944 2.02483 11.3848 2.01184C11.5589 1.99996 11.7635 1.99998 11.9735 2ZM11.5081 4.00814C11.5078 4.01213 11.5075 4.01638 11.5072 4.02092C11.5005 4.11844 11.5 4.25335 11.5 4.5C11.5 4.74666 11.5005 4.88156 11.5072 4.97909C11.5075 4.98362 11.5078 4.98788 11.5081 4.99187C11.5121 4.99218 11.5164 4.9925 11.5209 4.99281C11.6184 4.99946 11.7534 5 12 5C12.2467 5 12.3816 4.99946 12.4791 4.99281C12.4836 4.9925 12.4879 4.99218 12.4919 4.99187C12.4922 4.98788 12.4925 4.98362 12.4928 4.97909C12.4995 4.88156 12.5 4.74666 12.5 4.5C12.5 4.25335 12.4995 4.11844 12.4928 4.02092C12.4925 4.01638 12.4922 4.01213 12.4919 4.00814C12.4879 4.00782 12.4836 4.00751 12.4791 4.0072C12.3816 4.00055 12.2467 4 12 4C11.7534 4 11.6184 4.00055 11.5209 4.0072C11.5164 4.00751 11.5121 4.00782 11.5081 4.00814Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9735 9.5C11.9823 9.5 11.9912 9.5 12 9.5C12.0088 9.5 12.0177 9.5 12.0265 9.5C12.2365 9.49998 12.4411 9.49996 12.6152 9.51184C12.8056 9.52483 13.0313 9.5553 13.2654 9.65224C13.7554 9.85523 14.1448 10.2446 14.3478 10.7346C14.4447 10.9687 14.4752 11.1944 14.4882 11.3848C14.5 11.5589 14.5 11.7635 14.5 11.9735C14.5 11.9823 14.5 11.9912 14.5 12C14.5 12.0088 14.5 12.0177 14.5 12.0265C14.5 12.2365 14.5 12.4411 14.4882 12.6152C14.4752 12.8056 14.4447 13.0313 14.3478 13.2654C14.1448 13.7554 13.7554 14.1448 13.2654 14.3478C13.0313 14.4447 12.8056 14.4752 12.6152 14.4882C12.4411 14.5 12.2365 14.5 12.0265 14.5C12.0177 14.5 12.0088 14.5 12 14.5C11.9912 14.5 11.9823 14.5 11.9735 14.5C11.7635 14.5 11.5589 14.5 11.3848 14.4882C11.1944 14.4752 10.9687 14.4447 10.7346 14.3478C10.2446 14.1448 9.85523 13.7554 9.65224 13.2654C9.5553 13.0313 9.52483 12.8056 9.51184 12.6152C9.49996 12.4411 9.49998 12.2365 9.5 12.0265C9.5 12.0177 9.5 12.0088 9.5 12C9.5 11.9912 9.5 11.9823 9.5 11.9735C9.49998 11.7635 9.49996 11.5589 9.51184 11.3848C9.52483 11.1944 9.5553 10.9687 9.65224 10.7346C9.85523 10.2446 10.2446 9.85523 10.7346 9.65224C10.9687 9.5553 11.1944 9.52483 11.3848 9.51184C11.5589 9.49996 11.7635 9.49998 11.9735 9.5ZM11.5081 11.5081C11.5078 11.5121 11.5075 11.5164 11.5072 11.5209C11.5005 11.6184 11.5 11.7534 11.5 12C11.5 12.2467 11.5005 12.3816 11.5072 12.4791C11.5075 12.4836 11.5078 12.4879 11.5081 12.4919C11.5121 12.4922 11.5164 12.4925 11.5209 12.4928C11.6184 12.4995 11.7534 12.5 12 12.5C12.2467 12.5 12.3816 12.4995 12.4791 12.4928C12.4836 12.4925 12.4879 12.4922 12.4919 12.4919C12.4922 12.4879 12.4925 12.4836 12.4928 12.4791C12.4995 12.3816 12.5 12.2467 12.5 12C12.5 11.7534 12.4995 11.6184 12.4928 11.5209C12.4925 11.5164 12.4922 11.5121 12.4919 11.5081C12.4879 11.5078 12.4836 11.5075 12.4791 11.5072C12.3816 11.5005 12.2467 11.5 12 11.5C11.7534 11.5 11.6184 11.5005 11.5209 11.5072C11.5164 11.5075 11.5121 11.5078 11.5081 11.5081Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9735 17C11.9823 17 11.9912 17 12 17C12.0088 17 12.0177 17 12.0265 17C12.2365 17 12.4411 17 12.6152 17.0118C12.8056 17.0248 13.0313 17.0553 13.2654 17.1522C13.7554 17.3552 14.1448 17.7446 14.3478 18.2346C14.4447 18.4687 14.4752 18.6944 14.4882 18.8848C14.5 19.0589 14.5 19.2635 14.5 19.4735C14.5 19.4823 14.5 19.4912 14.5 19.5C14.5 19.5088 14.5 19.5177 14.5 19.5265C14.5 19.7365 14.5 19.9411 14.4882 20.1152C14.4752 20.3056 14.4447 20.5313 14.3478 20.7654C14.1448 21.2554 13.7554 21.6448 13.2654 21.8478C13.0313 21.9447 12.8056 21.9752 12.6152 21.9882C12.4411 22 12.2365 22 12.0265 22C12.0177 22 12.0088 22 12 22C11.9912 22 11.9823 22 11.9735 22C11.7635 22 11.5589 22 11.3848 21.9882C11.1944 21.9752 10.9687 21.9447 10.7346 21.8478C10.2446 21.6448 9.85523 21.2554 9.65224 20.7654C9.5553 20.5313 9.52483 20.3056 9.51184 20.1152C9.49996 19.9411 9.49998 19.7365 9.5 19.5265C9.5 19.5177 9.5 19.5088 9.5 19.5C9.5 19.4912 9.5 19.4823 9.5 19.4735C9.49998 19.2635 9.49996 19.0589 9.51184 18.8848C9.52483 18.6944 9.5553 18.4687 9.65224 18.2346C9.85523 17.7446 10.2446 17.3552 10.7346 17.1522C10.9687 17.0553 11.1944 17.0248 11.3848 17.0118C11.5589 17 11.7635 17 11.9735 17ZM11.5081 19.0081C11.5078 19.0121 11.5075 19.0164 11.5072 19.0209C11.5005 19.1184 11.5 19.2534 11.5 19.5C11.5 19.7467 11.5005 19.8816 11.5072 19.9791C11.5075 19.9836 11.5078 19.9879 11.5081 19.9919C11.5121 19.9922 11.5164 19.9925 11.5209 19.9928C11.6184 19.9995 11.7534 20 12 20C12.2467 20 12.3816 19.9995 12.4791 19.9928C12.4836 19.9925 12.4879 19.9922 12.4919 19.9919C12.4922 19.9879 12.4925 19.9836 12.4928 19.9791C12.4995 19.8816 12.5 19.7467 12.5 19.5C12.5 19.2534 12.4995 19.1184 12.4928 19.0209C12.4925 19.0164 12.4922 19.0121 12.4919 19.0081C12.4879 19.0078 12.4836 19.0075 12.4791 19.0072C12.3816 19.0005 12.2467 19 12 19C11.7534 19 11.6184 19.0005 11.5209 19.0072C11.5164 19.0075 11.5121 19.0078 11.5081 19.0081Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-more-horizontal-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9255 1.5H12.0745C14.2504 1.49998 15.9852 1.49996 17.3453 1.68282C18.7497 1.87164 19.9035 2.27175 20.8159 3.18414C21.7283 4.09653 22.1284 5.25033 22.3172 6.65471C22.5 8.01485 22.5 9.74959 22.5 11.9256V12.0744C22.5 14.2504 22.5 15.9851 22.3172 17.3453C22.1284 18.7497 21.7283 19.9035 20.8159 20.8159C19.9035 21.7283 18.7497 22.1284 17.3453 22.3172C15.9851 22.5 14.2504 22.5 12.0744 22.5H11.9256C9.74959 22.5 8.01485 22.5 6.65471 22.3172C5.25033 22.1284 4.09653 21.7283 3.18414 20.8159C2.27175 19.9035 1.87164 18.7497 1.68282 17.3453C1.49996 15.9852 1.49998 14.2504 1.5 12.0745V11.9255C1.49998 9.74957 1.49996 8.01485 1.68282 6.65471C1.87164 5.25033 2.27175 4.09653 3.18414 3.18414C4.09653 2.27175 5.25033 1.87164 6.65471 1.68282C8.01485 1.49996 9.74957 1.49998 11.9255 1.5ZM6.92121 3.66499C5.7386 3.82399 5.0772 4.1195 4.59835 4.59835C4.1195 5.0772 3.82399 5.7386 3.66499 6.92121C3.50212 8.13258 3.5 9.73256 3.5 12C3.5 14.2674 3.50212 15.8674 3.66499 17.0788C3.82399 18.2614 4.1195 18.9228 4.59835 19.4017C5.0772 19.8805 5.7386 20.176 6.92121 20.335C8.13258 20.4979 9.73256 20.5 12 20.5C14.2674 20.5 15.8674 20.4979 17.0788 20.335C18.2614 20.176 18.9228 19.8805 19.4017 19.4017C19.8805 18.9228 20.176 18.2614 20.335 17.0788C20.4979 15.8674 20.5 14.2674 20.5 12C20.5 9.73256 20.4979 8.13258 20.335 6.92121C20.176 5.7386 19.8805 5.0772 19.4017 4.59835C18.9228 4.1195 18.2614 3.82399 17.0788 3.66499C15.8674 3.50212 14.2674 3.5 12 3.5C9.73256 3.5 8.13258 3.50212 6.92121 3.66499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7422 12C10.7422 11.3096 11.3018 10.75 11.9922 10.75H12.0012C12.6915 10.75 13.2512 11.3096 13.2512 12C13.2512 12.6904 12.6915 13.25 12.0012 13.25H11.9922C11.3018 13.25 10.7422 12.6904 10.7422 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7461 12C14.7461 11.3096 15.3057 10.75 15.9961 10.75H16.0051C16.6954 10.75 17.2551 11.3096 17.2551 12C17.2551 12.6904 16.6954 13.25 16.0051 13.25H15.9961C15.3057 13.25 14.7461 12.6904 14.7461 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.74609 12C6.74609 11.3096 7.30574 10.75 7.99609 10.75H8.00508C8.69543 10.75 9.25508 11.3096 9.25508 12C9.25508 12.6904 8.69543 13.25 8.00508 13.25H7.99609C7.30574 13.25 6.74609 12.6904 6.74609 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9255 1.5H12.0745C14.2504 1.49998 15.9852 1.49996 17.3453 1.68282C18.7497 1.87164 19.9035 2.27175 20.8159 3.18414C21.7283 4.09653 22.1284 5.25033 22.3172 6.65471C22.5 8.01485 22.5 9.74959 22.5 11.9256V12.0744C22.5 14.2504 22.5 15.9851 22.3172 17.3453C22.1284 18.7497 21.7283 19.9035 20.8159 20.8159C19.9035 21.7283 18.7497 22.1284 17.3453 22.3172C15.9851 22.5 14.2504 22.5 12.0744 22.5H11.9256C9.74959 22.5 8.01485 22.5 6.65471 22.3172C5.25033 22.1284 4.09653 21.7283 3.18414 20.8159C2.27175 19.9035 1.87164 18.7497 1.68282 17.3453C1.49996 15.9852 1.49998 14.2504 1.5 12.0745V11.9255C1.49998 9.74957 1.49996 8.01485 1.68282 6.65471C1.87164 5.25033 2.27175 4.09653 3.18414 3.18414C4.09653 2.27175 5.25033 1.87164 6.65471 1.68282C8.01485 1.49996 9.74957 1.49998 11.9255 1.5ZM6.92121 3.66499C5.7386 3.82399 5.0772 4.1195 4.59835 4.59835C4.1195 5.0772 3.82399 5.7386 3.66499 6.92121C3.50212 8.13258 3.5 9.73256 3.5 12C3.5 14.2674 3.50212 15.8674 3.66499 17.0788C3.82399 18.2614 4.1195 18.9228 4.59835 19.4017C5.0772 19.8805 5.7386 20.176 6.92121 20.335C8.13258 20.4979 9.73256 20.5 12 20.5C14.2674 20.5 15.8674 20.4979 17.0788 20.335C18.2614 20.176 18.9228 19.8805 19.4017 19.4017C19.8805 18.9228 20.176 18.2614 20.335 17.0788C20.4979 15.8674 20.5 14.2674 20.5 12C20.5 9.73256 20.4979 8.13258 20.335 6.92121C20.176 5.7386 19.8805 5.0772 19.4017 4.59835C18.9228 4.1195 18.2614 3.82399 17.0788 3.66499C15.8674 3.50212 14.2674 3.5 12 3.5C9.73256 3.5 8.13258 3.50212 6.92121 3.66499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7422 12C10.7422 11.3096 11.3018 10.75 11.9922 10.75H12.0012C12.6915 10.75 13.2512 11.3096 13.2512 12C13.2512 12.6904 12.6915 13.25 12.0012 13.25H11.9922C11.3018 13.25 10.7422 12.6904 10.7422 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7461 12C14.7461 11.3096 15.3057 10.75 15.9961 10.75H16.0051C16.6954 10.75 17.2551 11.3096 17.2551 12C17.2551 12.6904 16.6954 13.25 16.0051 13.25H15.9961C15.3057 13.25 14.7461 12.6904 14.7461 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.74609 12C6.74609 11.3096 7.30574 10.75 7.99609 10.75H8.00508C8.69543 10.75 9.25508 11.3096 9.25508 12C9.25508 12.6904 8.69543 13.25 8.00508 13.25H7.99609C7.30574 13.25 6.74609 12.6904 6.74609 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-more-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2461 12C10.2461 11.0335 11.0296 10.25 11.9961 10.25H12.0051C12.9716 10.25 13.7551 11.0335 13.7551 12C13.7551 12.9665 12.9716 13.75 12.0051 13.75H11.9961C11.0296 13.75 10.2461 12.9665 10.2461 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.25 12C16.25 11.0335 17.0335 10.25 18 10.25H18.009C18.9755 10.25 19.759 11.0335 19.759 12C19.759 12.9665 18.9755 13.75 18.009 13.75H18C17.0335 13.75 16.25 12.9665 16.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 12C4.25 11.0335 5.0335 10.25 6 10.25H6.00898C6.97548 10.25 7.75898 11.0335 7.75898 12C7.75898 12.9665 6.97548 13.75 6.00898 13.75H6C5.0335 13.75 4.25 12.9665 4.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2461 12C10.2461 11.0335 11.0296 10.25 11.9961 10.25H12.0051C12.9716 10.25 13.7551 11.0335 13.7551 12C13.7551 12.9665 12.9716 13.75 12.0051 13.75H11.9961C11.0296 13.75 10.2461 12.9665 10.2461 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.25 12C16.25 11.0335 17.0335 10.25 18 10.25H18.009C18.9755 10.25 19.759 11.0335 19.759 12C19.759 12.9665 18.9755 13.75 18.009 13.75H18C17.0335 13.75 16.25 12.9665 16.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.25 12C4.25 11.0335 5.0335 10.25 6 10.25H6.00898C6.97548 10.25 7.75898 11.0335 7.75898 12C7.75898 12.9665 6.97548 13.75 6.00898 13.75H6C5.0335 13.75 4.25 12.9665 4.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-more-vertical-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5C11.7239 5 11.5 4.77614 11.5 4.5C11.5 4.22386 11.7239 4 12 4C12.2761 4 12.5 4.22386 12.5 4.5C12.5 4.77614 12.2761 5 12 5ZM9.5 4.5C9.5 5.88071 10.6193 7 12 7C13.3807 7 14.5 5.88071 14.5 4.5C14.5 3.11929 13.3807 2 12 2C10.6193 2 9.5 3.11929 9.5 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 12.5C11.7239 12.5 11.5 12.2761 11.5 12C11.5 11.7239 11.7239 11.5 12 11.5C12.2761 11.5 12.5 11.7239 12.5 12C12.5 12.2761 12.2761 12.5 12 12.5ZM9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 20C11.7239 20 11.5 19.7761 11.5 19.5C11.5 19.2239 11.7239 19 12 19C12.2761 19 12.5 19.2239 12.5 19.5C12.5 19.7761 12.2761 20 12 20ZM9.5 19.5C9.5 20.8807 10.6193 22 12 22C13.3807 22 14.5 20.8807 14.5 19.5C14.5 18.1193 13.3807 17 12 17C10.6193 17 9.5 18.1193 9.5 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5C11.7239 5 11.5 4.77614 11.5 4.5C11.5 4.22386 11.7239 4 12 4C12.2761 4 12.5 4.22386 12.5 4.5C12.5 4.77614 12.2761 5 12 5ZM9.5 4.5C9.5 5.88071 10.6193 7 12 7C13.3807 7 14.5 5.88071 14.5 4.5C14.5 3.11929 13.3807 2 12 2C10.6193 2 9.5 3.11929 9.5 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 12.5C11.7239 12.5 11.5 12.2761 11.5 12C11.5 11.7239 11.7239 11.5 12 11.5C12.2761 11.5 12.5 11.7239 12.5 12C12.5 12.2761 12.2761 12.5 12 12.5ZM9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 20C11.7239 20 11.5 19.7761 11.5 19.5C11.5 19.2239 11.7239 19 12 19C12.2761 19 12.5 19.2239 12.5 19.5C12.5 19.7761 12.2761 20 12 20ZM9.5 19.5C9.5 20.8807 10.6193 22 12 22C13.3807 22 14.5 20.8807 14.5 19.5C14.5 18.1193 13.3807 17 12 17C10.6193 17 9.5 18.1193 9.5 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-more-vertical-circle-02-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM11.9961 10.75C11.3057 10.75 10.7461 11.3096 10.7461 12C10.7461 12.6904 11.3057 13.25 11.9961 13.25H12.0051C12.6954 13.25 13.2551 12.6904 13.2551 12C13.2551 11.3096 12.6954 10.75 12.0051 10.75H11.9961ZM10.7344 16C10.7344 15.3096 11.294 14.75 11.9844 14.75H11.9934C12.6837 14.75 13.2434 15.3096 13.2434 16C13.2434 16.6904 12.6837 17.25 11.9934 17.25H11.9844C11.294 17.25 10.7344 16.6904 10.7344 16ZM12 6.75C11.3096 6.75 10.75 7.30964 10.75 8C10.75 8.69036 11.3096 9.25 12 9.25H12.009C12.6993 9.25 13.259 8.69036 13.259 8C13.259 7.30964 12.6993 6.75 12.009 6.75H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75ZM11.9961 10.75C11.3057 10.75 10.7461 11.3096 10.7461 12C10.7461 12.6904 11.3057 13.25 11.9961 13.25H12.0051C12.6954 13.25 13.2551 12.6904 13.2551 12C13.2551 11.3096 12.6954 10.75 12.0051 10.75H11.9961ZM10.7344 16C10.7344 15.3096 11.294 14.75 11.9844 14.75H11.9934C12.6837 14.75 13.2434 15.3096 13.2434 16C13.2434 16.6904 12.6837 17.25 11.9934 17.25H11.9844C11.294 17.25 10.7344 16.6904 10.7344 16ZM12 6.75C11.3096 6.75 10.75 7.30964 10.75 8C10.75 8.69036 11.3096 9.25 12 9.25H12.009C12.6993 9.25 13.259 8.69036 13.259 8C13.259 7.30964 12.6993 6.75 12.009 6.75H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-more-vertical-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7461 12C10.7461 11.3096 11.3057 10.75 11.9961 10.75H12.0051C12.6954 10.75 13.2551 11.3096 13.2551 12C13.2551 12.6904 12.6954 13.25 12.0051 13.25H11.9961C11.3057 13.25 10.7461 12.6904 10.7461 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7344 16C10.7344 15.3096 11.294 14.75 11.9844 14.75H11.9934C12.6837 14.75 13.2434 15.3096 13.2434 16C13.2434 16.6904 12.6837 17.25 11.9934 17.25H11.9844C11.294 17.25 10.7344 16.6904 10.7344 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.75 8C10.75 7.30964 11.3096 6.75 12 6.75H12.009C12.6993 6.75 13.259 7.30964 13.259 8C13.259 8.69036 12.6993 9.25 12.009 9.25H12C11.3096 9.25 10.75 8.69036 10.75 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21ZM1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7461 12C10.7461 11.3096 11.3057 10.75 11.9961 10.75H12.0051C12.6954 10.75 13.2551 11.3096 13.2551 12C13.2551 12.6904 12.6954 13.25 12.0051 13.25H11.9961C11.3057 13.25 10.7461 12.6904 10.7461 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7344 16C10.7344 15.3096 11.294 14.75 11.9844 14.75H11.9934C12.6837 14.75 13.2434 15.3096 13.2434 16C13.2434 16.6904 12.6837 17.25 11.9934 17.25H11.9844C11.294 17.25 10.7344 16.6904 10.7344 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.75 8C10.75 7.30964 11.3096 6.75 12 6.75H12.009C12.6993 6.75 13.259 7.30964 13.259 8C13.259 8.69036 12.6993 9.25 12.009 9.25H12C11.3096 9.25 10.75 8.69036 10.75 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21ZM1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1C5.92487 1 1 5.92487 1 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-more-vertical-square-02-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0415 1.75H11.9272C9.7365 1.74999 8.01582 1.74998 6.6724 1.93059C5.29574 2.11568 4.20349 2.50272 3.34529 3.36091C2.48709 4.21911 2.10006 5.31137 1.91497 6.68802C1.73435 8.03144 1.73436 9.75212 1.73438 11.9428V12.0572C1.73436 14.2479 1.73435 15.9686 1.91497 17.312C2.10006 18.6886 2.48709 19.7809 3.34529 20.6391C4.20349 21.4973 5.29574 21.8843 6.6724 22.0694C8.01581 22.25 9.73648 22.25 11.9272 22.25H11.9272H12.0415H12.0416C14.2323 22.25 15.9529 22.25 17.2964 22.0694C18.673 21.8843 19.7653 21.4973 20.6235 20.6391C21.4817 19.7809 21.8687 18.6886 22.0538 17.312C22.2344 15.9686 22.2344 14.2479 22.2344 12.0572V12.0572V11.9428V11.9428C22.2344 9.7521 22.2344 8.03144 22.0538 6.68802C21.8687 5.31137 21.4817 4.21911 20.6235 3.36091C19.7653 2.50272 18.673 2.11568 17.2964 1.93059C15.9529 1.74998 14.2323 1.74999 12.0415 1.75ZM11.9922 10.75C11.3018 10.75 10.7422 11.3096 10.7422 12C10.7422 12.6904 11.3018 13.25 11.9922 13.25H12.0012C12.6915 13.25 13.2512 12.6904 13.2512 12C13.2512 11.3096 12.6915 10.75 12.0012 10.75H11.9922ZM10.7344 16C10.7344 15.3096 11.294 14.75 11.9844 14.75H11.9934C12.6837 14.75 13.2434 15.3096 13.2434 16C13.2434 16.6904 12.6837 17.25 11.9934 17.25H11.9844C11.294 17.25 10.7344 16.6904 10.7344 16ZM12 6.75C11.3096 6.75 10.75 7.30964 10.75 8C10.75 8.69036 11.3096 9.25 12 9.25H12.009C12.6993 9.25 13.259 8.69036 13.259 8C13.259 7.30964 12.6993 6.75 12.009 6.75H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0415 1.75H11.9272C9.7365 1.74999 8.01582 1.74998 6.6724 1.93059C5.29574 2.11568 4.20349 2.50272 3.34529 3.36091C2.48709 4.21911 2.10006 5.31137 1.91497 6.68802C1.73435 8.03144 1.73436 9.75212 1.73438 11.9428V12.0572C1.73436 14.2479 1.73435 15.9686 1.91497 17.312C2.10006 18.6886 2.48709 19.7809 3.34529 20.6391C4.20349 21.4973 5.29574 21.8843 6.6724 22.0694C8.01581 22.25 9.73648 22.25 11.9272 22.25H11.9272H12.0415H12.0416C14.2323 22.25 15.9529 22.25 17.2964 22.0694C18.673 21.8843 19.7653 21.4973 20.6235 20.6391C21.4817 19.7809 21.8687 18.6886 22.0538 17.312C22.2344 15.9686 22.2344 14.2479 22.2344 12.0572V12.0572V11.9428V11.9428C22.2344 9.7521 22.2344 8.03144 22.0538 6.68802C21.8687 5.31137 21.4817 4.21911 20.6235 3.36091C19.7653 2.50272 18.673 2.11568 17.2964 1.93059C15.9529 1.74998 14.2323 1.74999 12.0415 1.75ZM11.9922 10.75C11.3018 10.75 10.7422 11.3096 10.7422 12C10.7422 12.6904 11.3018 13.25 11.9922 13.25H12.0012C12.6915 13.25 13.2512 12.6904 13.2512 12C13.2512 11.3096 12.6915 10.75 12.0012 10.75H11.9922ZM10.7344 16C10.7344 15.3096 11.294 14.75 11.9844 14.75H11.9934C12.6837 14.75 13.2434 15.3096 13.2434 16C13.2434 16.6904 12.6837 17.25 11.9934 17.25H11.9844C11.294 17.25 10.7344 16.6904 10.7344 16ZM12 6.75C11.3096 6.75 10.75 7.30964 10.75 8C10.75 8.69036 11.3096 9.25 12 9.25H12.009C12.6993 9.25 13.259 8.69036 13.259 8C13.259 7.30964 12.6993 6.75 12.009 6.75H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-more-vertical-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7422 12C10.7422 11.3096 11.3018 10.75 11.9922 10.75H12.0012C12.6915 10.75 13.2512 11.3096 13.2512 12C13.2512 12.6904 12.6915 13.25 12.0012 13.25H11.9922C11.3018 13.25 10.7422 12.6904 10.7422 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7344 16C10.7344 15.3096 11.294 14.75 11.9844 14.75H11.9934C12.6837 14.75 13.2434 15.3096 13.2434 16C13.2434 16.6904 12.6837 17.25 11.9934 17.25H11.9844C11.294 17.25 10.7344 16.6904 10.7344 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.75 8C10.75 7.30964 11.3096 6.75 12 6.75H12.009C12.6993 6.75 13.259 7.30964 13.259 8C13.259 8.69036 12.6993 9.25 12.009 9.25H12C11.3096 9.25 10.75 8.69036 10.75 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9099 1.5H12.0588C14.2348 1.49998 15.9695 1.49996 17.3297 1.68282C18.734 1.87164 19.8878 2.27175 20.8002 3.18414C21.7126 4.09653 22.1127 5.25033 22.3016 6.65471C22.4844 8.01485 22.4844 9.74959 22.4844 11.9256V12.0744C22.4844 14.2504 22.4844 15.9851 22.3016 17.3453C22.1127 18.7497 21.7126 19.9035 20.8002 20.8159C19.8878 21.7283 18.734 22.1284 17.3297 22.3172C15.9695 22.5 14.2348 22.5 12.0588 22.5H11.91C9.73396 22.5 7.99923 22.5 6.63909 22.3172C5.23471 22.1284 4.0809 21.7283 3.16851 20.8159C2.25612 19.9035 1.85601 18.7497 1.6672 17.3453C1.48433 15.9852 1.48435 14.2504 1.48438 12.0745V11.9255C1.48435 9.74957 1.48433 8.01485 1.6672 6.65471C1.85601 5.25033 2.25612 4.09653 3.16851 3.18414C4.0809 2.27175 5.23471 1.87164 6.63909 1.68282C7.99922 1.49996 9.73395 1.49998 11.9099 1.5ZM6.90558 3.66499C5.72298 3.82399 5.06158 4.1195 4.58273 4.59835C4.10387 5.0772 3.80836 5.7386 3.64936 6.92121C3.4865 8.13258 3.48438 9.73256 3.48438 12C3.48438 14.2674 3.4865 15.8674 3.64936 17.0788C3.80836 18.2614 4.10387 18.9228 4.58273 19.4017C5.06158 19.8805 5.72298 20.176 6.90558 20.335C8.11695 20.4979 9.71693 20.5 11.9844 20.5C14.2518 20.5 15.8518 20.4979 17.0632 20.335C18.2458 20.176 18.9072 19.8805 19.386 19.4017C19.8649 18.9228 20.1604 18.2614 20.3194 17.0788C20.4823 15.8674 20.4844 14.2674 20.4844 12C20.4844 9.73256 20.4823 8.13258 20.3194 6.92121C20.1604 5.7386 19.8649 5.0772 19.386 4.59835C18.9072 4.1195 18.2458 3.82399 17.0632 3.66499C15.8518 3.50212 14.2518 3.5 11.9844 3.5C9.71693 3.5 8.11695 3.50212 6.90558 3.66499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7422 12C10.7422 11.3096 11.3018 10.75 11.9922 10.75H12.0012C12.6915 10.75 13.2512 11.3096 13.2512 12C13.2512 12.6904 12.6915 13.25 12.0012 13.25H11.9922C11.3018 13.25 10.7422 12.6904 10.7422 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7344 16C10.7344 15.3096 11.294 14.75 11.9844 14.75H11.9934C12.6837 14.75 13.2434 15.3096 13.2434 16C13.2434 16.6904 12.6837 17.25 11.9934 17.25H11.9844C11.294 17.25 10.7344 16.6904 10.7344 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.75 8C10.75 7.30964 11.3096 6.75 12 6.75H12.009C12.6993 6.75 13.259 7.30964 13.259 8C13.259 8.69036 12.6993 9.25 12.009 9.25H12C11.3096 9.25 10.75 8.69036 10.75 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9099 1.5H12.0588C14.2348 1.49998 15.9695 1.49996 17.3297 1.68282C18.734 1.87164 19.8878 2.27175 20.8002 3.18414C21.7126 4.09653 22.1127 5.25033 22.3016 6.65471C22.4844 8.01485 22.4844 9.74959 22.4844 11.9256V12.0744C22.4844 14.2504 22.4844 15.9851 22.3016 17.3453C22.1127 18.7497 21.7126 19.9035 20.8002 20.8159C19.8878 21.7283 18.734 22.1284 17.3297 22.3172C15.9695 22.5 14.2348 22.5 12.0588 22.5H11.91C9.73396 22.5 7.99923 22.5 6.63909 22.3172C5.23471 22.1284 4.0809 21.7283 3.16851 20.8159C2.25612 19.9035 1.85601 18.7497 1.6672 17.3453C1.48433 15.9852 1.48435 14.2504 1.48438 12.0745V11.9255C1.48435 9.74957 1.48433 8.01485 1.6672 6.65471C1.85601 5.25033 2.25612 4.09653 3.16851 3.18414C4.0809 2.27175 5.23471 1.87164 6.63909 1.68282C7.99922 1.49996 9.73395 1.49998 11.9099 1.5ZM6.90558 3.66499C5.72298 3.82399 5.06158 4.1195 4.58273 4.59835C4.10387 5.0772 3.80836 5.7386 3.64936 6.92121C3.4865 8.13258 3.48438 9.73256 3.48438 12C3.48438 14.2674 3.4865 15.8674 3.64936 17.0788C3.80836 18.2614 4.10387 18.9228 4.58273 19.4017C5.06158 19.8805 5.72298 20.176 6.90558 20.335C8.11695 20.4979 9.71693 20.5 11.9844 20.5C14.2518 20.5 15.8518 20.4979 17.0632 20.335C18.2458 20.176 18.9072 19.8805 19.386 19.4017C19.8649 18.9228 20.1604 18.2614 20.3194 17.0788C20.4823 15.8674 20.4844 14.2674 20.4844 12C20.4844 9.73256 20.4823 8.13258 20.3194 6.92121C20.1604 5.7386 19.8649 5.0772 19.386 4.59835C18.9072 4.1195 18.2458 3.82399 17.0632 3.66499C15.8518 3.50212 14.2518 3.5 11.9844 3.5C9.71693 3.5 8.11695 3.50212 6.90558 3.66499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-menu-icons-more-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2422 12C10.2422 11.0335 11.0257 10.25 11.9922 10.25H12.0012C12.9677 10.25 13.7512 11.0335 13.7512 12C13.7512 12.9665 12.9677 13.75 12.0012 13.75H11.9922C11.0257 13.75 10.2422 12.9665 10.2422 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2344 18C10.2344 17.0335 11.0179 16.25 11.9844 16.25H11.9934C12.9599 16.25 13.7434 17.0335 13.7434 18C13.7434 18.9665 12.9599 19.75 11.9934 19.75H11.9844C11.0179 19.75 10.2344 18.9665 10.2344 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.25 6C10.25 5.0335 11.0335 4.25 12 4.25H12.009C12.9755 4.25 13.759 5.0335 13.759 6C13.759 6.9665 12.9755 7.75 12.009 7.75H12C11.0335 7.75 10.25 6.9665 10.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2422 12C10.2422 11.0335 11.0257 10.25 11.9922 10.25H12.0012C12.9677 10.25 13.7512 11.0335 13.7512 12C13.7512 12.9665 12.9677 13.75 12.0012 13.75H11.9922C11.0257 13.75 10.2422 12.9665 10.2422 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2344 18C10.2344 17.0335 11.0179 16.25 11.9844 16.25H11.9934C12.9599 16.25 13.7434 17.0335 13.7434 18C13.7434 18.9665 12.9599 19.75 11.9934 19.75H11.9844C11.0179 19.75 10.2344 18.9665 10.2344 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.25 6C10.25 5.0335 11.0335 4.25 12 4.25H12.009C12.9755 4.25 13.759 5.0335 13.759 6C13.759 6.9665 12.9755 7.75 12.009 7.75H12C11.0335 7.75 10.25 6.9665 10.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.69 5.35886C20.1396 5.80545 20.5067 6.39938 20.4377 7.10765L20.4374 7.11028C20.3749 7.72973 20.0838 8.25657 19.7391 8.69375C19.3957 9.12929 18.9621 9.52177 18.547 9.87195C18.3652 10.0253 18.1943 10.1649 18.0299 10.2991C17.7924 10.4929 17.5685 10.6757 17.3449 10.8731C16.9788 11.1964 16.7166 11.4734 16.563 11.7249C16.524 11.7593 16.5237 11.8878 16.8353 12.1272L21.1919 15.4742C21.5776 15.7705 21.9943 16.1379 22.1673 16.6574C22.3559 17.2237 22.1993 17.7717 21.9371 18.2837C21.1745 19.7728 19.776 21.1733 18.2838 21.9372C17.7718 22.1994 17.2237 22.3559 16.6575 22.1673C16.1379 21.9942 15.7706 21.5775 15.4742 21.1918L12.1273 16.8353C11.8969 16.5354 11.7631 16.5288 11.725 16.563C11.4735 16.7165 11.1964 16.9788 10.8732 17.3449C10.6757 17.5685 10.493 17.7923 10.2991 18.0297L10.2991 18.0298L10.299 18.0299C10.1648 18.1943 10.0253 18.3651 9.87198 18.5469C9.5218 18.9621 9.12932 19.3956 8.69377 19.739C8.25659 20.0837 7.72975 20.3748 7.1103 20.4374L7.10768 20.4376C6.3994 20.5066 5.80547 20.1395 5.35888 19.69C4.907 19.2351 4.50723 18.6021 4.15577 17.8896C3.44924 16.4572 2.85535 14.5323 2.43559 12.5624C2.01493 10.5883 1.75924 8.5223 1.75025 6.79428C1.74575 5.93167 1.8025 5.12989 1.94097 4.45576C2.07439 3.80625 2.30522 3.16371 2.73441 2.73447C3.16365 2.30529 3.80626 2.07439 4.45577 1.94097C5.12991 1.8025 5.93169 1.74575 6.7943 1.75025C8.52232 1.75924 10.5883 2.01493 12.5625 2.43559C14.5323 2.85535 16.4573 3.44923 17.8896 4.15576C18.6021 4.50722 19.2352 4.90698 19.69 5.35886Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.69 5.35886C20.1396 5.80545 20.5067 6.39938 20.4377 7.10765L20.4374 7.11028C20.3749 7.72973 20.0838 8.25657 19.7391 8.69375C19.3957 9.12929 18.9621 9.52177 18.547 9.87195C18.3652 10.0253 18.1943 10.1649 18.0299 10.2991C17.7924 10.4929 17.5685 10.6757 17.3449 10.8731C16.9788 11.1964 16.7166 11.4734 16.563 11.7249C16.524 11.7593 16.5237 11.8878 16.8353 12.1272L21.1919 15.4742C21.5776 15.7705 21.9943 16.1379 22.1673 16.6574C22.3559 17.2237 22.1993 17.7717 21.9371 18.2837C21.1745 19.7728 19.776 21.1733 18.2838 21.9372C17.7718 22.1994 17.2237 22.3559 16.6575 22.1673C16.1379 21.9942 15.7706 21.5775 15.4742 21.1918L12.1273 16.8353C11.8969 16.5354 11.7631 16.5288 11.725 16.563C11.4735 16.7165 11.1964 16.9788 10.8732 17.3449C10.6757 17.5685 10.493 17.7923 10.2991 18.0297L10.2991 18.0298L10.299 18.0299C10.1648 18.1943 10.0253 18.3651 9.87198 18.5469C9.5218 18.9621 9.12932 19.3956 8.69377 19.739C8.25659 20.0837 7.72975 20.3748 7.1103 20.4374L7.10768 20.4376C6.3994 20.5066 5.80547 20.1395 5.35888 19.69C4.907 19.2351 4.50723 18.6021 4.15577 17.8896C3.44924 16.4572 2.85535 14.5323 2.43559 12.5624C2.01493 10.5883 1.75924 8.5223 1.75025 6.79428C1.74575 5.93167 1.8025 5.12989 1.94097 4.45576C2.07439 3.80625 2.30522 3.16371 2.73441 2.73447C3.16365 2.30529 3.80626 2.07439 4.45577 1.94097C5.12991 1.8025 5.93169 1.74575 6.7943 1.75025C8.52232 1.75924 10.5883 2.01493 12.5625 2.43559C14.5323 2.85535 16.4573 3.44923 17.8896 4.15576C18.6021 4.50722 19.2352 4.90698 19.69 5.35886Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.4233 7.8667C21.582 8.07437 21.7523 8.37392 21.75 8.73735C21.7439 9.67812 21.1031 10.3392 20.4311 10.7787C19.7446 11.2278 18.8525 11.5651 17.9687 11.8286C17.0749 12.0952 16.1354 12.3016 15.3288 12.4687C14.7631 12.584 13.7601 12.7891 13.4652 12.8718C12.9855 13.0064 12.8401 13.1049 12.7666 13.1842C12.6896 13.2673 12.5968 13.4313 12.4849 13.9403L12.4842 13.9433C11.9628 16.3145 11.5575 18.158 11.1257 19.4091C10.9103 20.0332 10.6667 20.5772 10.3565 20.9798C10.0321 21.4008 9.58758 21.723 9.0002 21.7489C8.63079 21.7652 8.32556 21.5965 8.1192 21.4433C7.90134 21.2814 7.6976 21.0653 7.50983 20.8307C7.13231 20.3591 6.73677 19.7079 6.34409 18.9575C5.55467 17.4489 4.71927 15.4272 4.01261 13.3481C3.30627 11.2699 2.71729 9.10127 2.43347 7.29781C2.29195 6.39853 2.22162 5.56157 2.2607 4.85917C2.29766 4.19486 2.43924 3.4869 2.87887 3.01347C3.33198 2.52551 4.03887 2.34573 4.70448 2.28158C5.40563 2.214 6.24371 2.25904 7.14386 2.37711C8.94949 2.61394 11.1295 3.16192 13.2226 3.83567C15.3171 4.50987 17.3595 5.32128 18.8898 6.09915C19.6513 6.48618 20.3134 6.87864 20.7958 7.25658C21.036 7.44474 21.2567 7.64857 21.4233 7.8667Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.4233 7.8667C21.582 8.07437 21.7523 8.37392 21.75 8.73735C21.7439 9.67812 21.1031 10.3392 20.4311 10.7787C19.7446 11.2278 18.8525 11.5651 17.9687 11.8286C17.0749 12.0952 16.1354 12.3016 15.3288 12.4687C14.7631 12.584 13.7601 12.7891 13.4652 12.8718C12.9855 13.0064 12.8401 13.1049 12.7666 13.1842C12.6896 13.2673 12.5968 13.4313 12.4849 13.9403L12.4842 13.9433C11.9628 16.3145 11.5575 18.158 11.1257 19.4091C10.9103 20.0332 10.6667 20.5772 10.3565 20.9798C10.0321 21.4008 9.58758 21.723 9.0002 21.7489C8.63079 21.7652 8.32556 21.5965 8.1192 21.4433C7.90134 21.2814 7.6976 21.0653 7.50983 20.8307C7.13231 20.3591 6.73677 19.7079 6.34409 18.9575C5.55467 17.4489 4.71927 15.4272 4.01261 13.3481C3.30627 11.2699 2.71729 9.10127 2.43347 7.29781C2.29195 6.39853 2.22162 5.56157 2.2607 4.85917C2.29766 4.19486 2.43924 3.4869 2.87887 3.01347C3.33198 2.52551 4.03887 2.34573 4.70448 2.28158C5.40563 2.214 6.24371 2.25904 7.14386 2.37711C8.94949 2.61394 11.1295 3.16192 13.2226 3.83567C15.3171 4.50987 17.3595 5.32128 18.8898 6.09915C19.6513 6.48618 20.3134 6.87864 20.7958 7.25658C21.036 7.44474 21.2567 7.64857 21.4233 7.8667Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-add-selection-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1883 2.59043C10.5966 2.65384 10.8007 2.68554 10.8698 2.82486C10.9389 2.96417 10.8325 3.16075 10.6197 3.5539C10.065 4.57886 9.75 5.75259 9.75 6.99988C9.75 11.0039 12.9959 14.2499 17 14.2499C17.3513 14.2499 17.6968 14.2249 18.0347 14.1766C18.1698 14.1573 18.2374 14.1476 18.296 14.163C18.3546 14.1784 18.4056 14.2176 18.5077 14.2961L20.6919 15.9741C21.0776 16.2704 21.4943 16.6377 21.6673 17.1573C21.8559 17.7236 21.6993 18.2716 21.4371 18.7836C20.6745 20.2727 19.276 21.6732 17.7838 22.4371C17.2718 22.6992 16.7237 22.8557 16.1575 22.6671C15.6379 22.4941 15.2706 22.0774 14.9742 21.6916L11.6273 17.3352C11.459 17.1161 11.3422 17.0536 11.2767 17.0491C11.2617 17.048 11.2992 17.0506 11.2517 17.063C11.2042 17.0754 11.1957 17.081 11.1786 17.0922C10.9394 17.2489 10.6766 17.501 10.3732 17.8447C10.1757 18.0683 9.993 18.2922 9.79915 18.5296C9.66501 18.6939 9.5253 18.8651 9.37198 19.0468C9.0218 19.4619 8.62932 19.8955 8.19377 20.2389C7.75659 20.5836 7.22975 20.8747 6.6103 20.9372L6.60768 20.9375C5.8994 21.0065 5.30547 20.6394 4.85888 20.1898C4.407 19.735 4.00723 19.1019 3.65577 18.3894C2.94924 16.9571 2.35535 15.0322 1.93559 13.0623C1.51493 11.0882 1.25924 9.02218 1.25025 7.29416C1.24575 6.43155 1.3025 5.62977 1.44097 4.95563C1.57439 4.30613 1.80522 3.66359 2.23441 3.23435C2.66365 2.80517 3.30626 2.57427 3.95577 2.44085C4.62991 2.30237 5.43169 2.24563 6.2943 2.25012C7.47953 2.2563 8.82377 2.37852 10.1883 2.59043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.24988C13.8244 1.24988 11.25 3.82424 11.25 6.99988C11.25 10.1755 13.8244 12.7499 17 12.7499C20.1756 12.7499 22.75 10.1755 22.75 6.99988C22.75 3.82424 20.1756 1.24988 17 1.24988ZM18 4.99988C18 4.44759 17.5523 3.99988 17 3.99988C16.4477 3.99988 16 4.44759 16 4.99988V5.99988H15C14.4477 5.99988 14 6.44759 14 6.99988C14 7.55216 14.4477 7.99988 15 7.99988H16V8.99988C16 9.55216 16.4477 9.99988 17 9.99988C17.5523 9.99988 18 9.55216 18 8.99988V7.99988H19C19.5523 7.99988 20 7.55216 20 6.99988C20 6.44759 19.5523 5.99988 19 5.99988H18V4.99988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1883 2.59043C10.5966 2.65384 10.8007 2.68554 10.8698 2.82486C10.9389 2.96417 10.8325 3.16075 10.6197 3.5539C10.065 4.57886 9.75 5.75259 9.75 6.99988C9.75 11.0039 12.9959 14.2499 17 14.2499C17.3513 14.2499 17.6968 14.2249 18.0347 14.1766C18.1698 14.1573 18.2374 14.1476 18.296 14.163C18.3546 14.1784 18.4056 14.2176 18.5077 14.2961L20.6919 15.9741C21.0776 16.2704 21.4943 16.6377 21.6673 17.1573C21.8559 17.7236 21.6993 18.2716 21.4371 18.7836C20.6745 20.2727 19.276 21.6732 17.7838 22.4371C17.2718 22.6992 16.7237 22.8557 16.1575 22.6671C15.6379 22.4941 15.2706 22.0774 14.9742 21.6916L11.6273 17.3352C11.459 17.1161 11.3422 17.0536 11.2767 17.0491C11.2617 17.048 11.2992 17.0506 11.2517 17.063C11.2042 17.0754 11.1957 17.081 11.1786 17.0922C10.9394 17.2489 10.6766 17.501 10.3732 17.8447C10.1757 18.0683 9.993 18.2922 9.79915 18.5296C9.66501 18.6939 9.5253 18.8651 9.37198 19.0468C9.0218 19.4619 8.62932 19.8955 8.19377 20.2389C7.75659 20.5836 7.22975 20.8747 6.6103 20.9372L6.60768 20.9375C5.8994 21.0065 5.30547 20.6394 4.85888 20.1898C4.407 19.735 4.00723 19.1019 3.65577 18.3894C2.94924 16.9571 2.35535 15.0322 1.93559 13.0623C1.51493 11.0882 1.25924 9.02218 1.25025 7.29416C1.24575 6.43155 1.3025 5.62977 1.44097 4.95563C1.57439 4.30613 1.80522 3.66359 2.23441 3.23435C2.66365 2.80517 3.30626 2.57427 3.95577 2.44085C4.62991 2.30237 5.43169 2.24563 6.2943 2.25012C7.47953 2.2563 8.82377 2.37852 10.1883 2.59043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.24988C13.8244 1.24988 11.25 3.82424 11.25 6.99988C11.25 10.1755 13.8244 12.7499 17 12.7499C20.1756 12.7499 22.75 10.1755 22.75 6.99988C22.75 3.82424 20.1756 1.24988 17 1.24988ZM18 4.99988C18 4.44759 17.5523 3.99988 17 3.99988C16.4477 3.99988 16 4.44759 16 4.99988V5.99988H15C14.4477 5.99988 14 6.44759 14 6.99988C14 7.55216 14.4477 7.99988 15 7.99988H16V8.99988C16 9.55216 16.4477 9.99988 17 9.99988C17.5523 9.99988 18 9.55216 18 8.99988V7.99988H19C19.5523 7.99988 20 7.55216 20 6.99988C20 6.44759 19.5523 5.99988 19 5.99988H18V4.99988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-add-selection-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4425 6.27536C18.5886 6.46652 18.7522 6.75077 18.75 7.1004C18.7443 7.97857 18.1458 8.58792 17.54 8.98418C16.9196 9.38997 16.1174 9.69253 15.3293 9.92753C14.5313 10.1655 13.6933 10.3496 12.9758 10.4983C12.4741 10.6005 11.5838 10.7826 11.3249 10.8552C10.9012 10.9741 10.7913 11.0567 10.7425 11.1093C10.6902 11.1657 10.6114 11.2923 10.5124 11.7426L10.5104 11.7517C10.0481 13.8541 9.68698 15.4964 9.30157 16.613C9.10919 17.1705 8.88921 17.6642 8.60512 18.0329C8.30691 18.42 7.89112 18.7245 7.33719 18.7489C6.98111 18.7647 6.69083 18.6021 6.50071 18.4609C6.2991 18.3112 6.11291 18.113 5.94368 17.9016C5.60325 17.4763 5.24878 16.8921 4.89868 16.2231C4.19444 14.8772 3.45027 13.076 2.8212 11.2251C2.19243 9.3752 1.66737 7.44262 1.4141 5.83323C1.28785 5.03098 1.22444 4.28056 1.25964 3.64796C1.29271 3.05346 1.4196 2.39857 1.83126 1.95526C2.25571 1.49817 2.91058 1.33595 3.5071 1.27845C4.13915 1.21753 4.89107 1.25834 5.69427 1.36369C7.30601 1.57509 9.24899 2.06371 11.1123 2.66349C12.977 3.26372 14.7968 3.98654 16.1621 4.68051C16.841 5.02559 17.435 5.37727 17.8699 5.71803C18.0863 5.88759 18.2884 6.07373 18.4425 6.27536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 12.25C14.6005 12.25 12.25 14.6005 12.25 17.5C12.25 20.3995 14.6005 22.75 17.5 22.75C20.3995 22.75 22.75 20.3995 22.75 17.5C22.75 14.6005 20.3995 12.25 17.5 12.25ZM18.4992 15.6992C18.4992 15.1469 18.0515 14.6992 17.4992 14.6992C16.9469 14.6992 16.4992 15.1469 16.4992 15.6992V16.4992H15.6992C15.1469 16.4992 14.6992 16.9469 14.6992 17.4992C14.6992 18.0515 15.1469 18.4992 15.6992 18.4992H16.4992V19.2992C16.4992 19.8515 16.9469 20.2992 17.4992 20.2992C18.0515 20.2992 18.4992 19.8515 18.4992 19.2992V18.4992H19.2992C19.8515 18.4992 20.2992 18.0515 20.2992 17.4992C20.2992 16.9469 19.8515 16.4992 19.2992 16.4992H18.4992V15.6992Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4425 6.27536C18.5886 6.46652 18.7522 6.75077 18.75 7.1004C18.7443 7.97857 18.1458 8.58792 17.54 8.98418C16.9196 9.38997 16.1174 9.69253 15.3293 9.92753C14.5313 10.1655 13.6933 10.3496 12.9758 10.4983C12.4741 10.6005 11.5838 10.7826 11.3249 10.8552C10.9012 10.9741 10.7913 11.0567 10.7425 11.1093C10.6902 11.1657 10.6114 11.2923 10.5124 11.7426L10.5104 11.7517C10.0481 13.8541 9.68698 15.4964 9.30157 16.613C9.10919 17.1705 8.88921 17.6642 8.60512 18.0329C8.30691 18.42 7.89112 18.7245 7.33719 18.7489C6.98111 18.7647 6.69083 18.6021 6.50071 18.4609C6.2991 18.3112 6.11291 18.113 5.94368 17.9016C5.60325 17.4763 5.24878 16.8921 4.89868 16.2231C4.19444 14.8772 3.45027 13.076 2.8212 11.2251C2.19243 9.3752 1.66737 7.44262 1.4141 5.83323C1.28785 5.03098 1.22444 4.28056 1.25964 3.64796C1.29271 3.05346 1.4196 2.39857 1.83126 1.95526C2.25571 1.49817 2.91058 1.33595 3.5071 1.27845C4.13915 1.21753 4.89107 1.25834 5.69427 1.36369C7.30601 1.57509 9.24899 2.06371 11.1123 2.66349C12.977 3.26372 14.7968 3.98654 16.1621 4.68051C16.841 5.02559 17.435 5.37727 17.8699 5.71803C18.0863 5.88759 18.2884 6.07373 18.4425 6.27536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 12.25C14.6005 12.25 12.25 14.6005 12.25 17.5C12.25 20.3995 14.6005 22.75 17.5 22.75C20.3995 22.75 22.75 20.3995 22.75 17.5C22.75 14.6005 20.3995 12.25 17.5 12.25ZM18.4992 15.6992C18.4992 15.1469 18.0515 14.6992 17.4992 14.6992C16.9469 14.6992 16.4992 15.1469 16.4992 15.6992V16.4992H15.6992C15.1469 16.4992 14.6992 16.9469 14.6992 17.4992C14.6992 18.0515 15.1469 18.4992 15.6992 18.4992H16.4992V19.2992C16.4992 19.8515 16.9469 20.2992 17.4992 20.2992C18.0515 20.2992 18.4992 19.8515 18.4992 19.2992V18.4992H19.2992C19.8515 18.4992 20.2992 18.0515 20.2992 17.4992C20.2992 16.9469 19.8515 16.4992 19.2992 16.4992H18.4992V15.6992Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-circle-selection-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.1701 12.5753C21.462 12.8652 21.7512 13.2926 21.714 13.8319L21.7138 13.8345C21.6762 14.3515 21.4286 14.7523 21.1667 15.0507C20.9195 15.3324 20.6137 15.5728 20.3748 15.7606C20.1057 15.9721 19.9036 16.1341 19.7794 16.2785C19.7421 16.3218 19.6927 16.3729 19.7418 16.4176C19.9 16.5614 20.1503 16.7435 20.5561 17.0363C20.7262 17.159 20.9023 17.284 21.081 17.4109L21.0811 17.4109C21.4514 17.6739 21.8335 17.9452 22.1985 18.2217C22.6691 18.5782 22.8358 19.1639 22.7084 19.6852C22.3421 21.1832 21.1901 22.3404 19.6857 22.7084C19.1641 22.8359 18.5784 22.6689 18.222 22.1983C17.9456 21.8332 17.6744 21.4512 17.4114 21.0808C17.2845 20.902 17.1596 20.7259 17.0368 20.5558C16.7441 20.1499 16.562 19.8995 16.4182 19.7413C16.3832 19.7028 16.3226 19.7417 16.2795 19.7789C16.1351 19.9031 15.9732 20.1053 15.7616 20.3744C15.5739 20.6133 15.3335 20.9192 15.0519 21.1664C14.7535 21.4283 14.3527 21.676 13.8357 21.7136L13.833 21.7138C13.2938 21.7511 12.8664 21.4619 12.5765 21.1701C12.2787 20.8704 12.023 20.4689 11.804 20.0383C11.3626 19.1706 10.9898 18.0236 10.7215 16.8648C10.4524 15.7023 10.2778 14.4825 10.2531 13.4564C10.2407 12.9449 10.2649 12.4574 10.3433 12.0387C10.4167 11.6467 10.5587 11.1944 10.8764 10.8767C11.194 10.559 11.6464 10.417 12.0383 10.3435C12.457 10.265 12.9445 10.2407 13.456 10.253C14.4822 10.2776 15.702 10.452 16.8646 10.721C18.0234 10.9891 19.1705 11.3617 20.0383 11.803C20.4689 12.0219 20.8704 12.2776 21.1701 12.5753Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.11 3.2001C10.5728 3.2001 10.0491 3.2535 9.54358 3.35499C9.01564 3.46097 8.50175 3.1189 8.39577 2.59096C8.28979 2.06302 8.63185 1.54913 9.15979 1.44315C9.79098 1.31644 10.4432 1.25012 11.11 1.25012C11.6681 1.25012 12.2162 1.2966 12.7503 1.3861C13.2814 1.47509 13.6397 1.97775 13.5507 2.50882C13.4617 3.03988 12.9591 3.39826 12.428 3.30926C12 3.23754 11.5597 3.2001 11.11 3.2001ZM14.5589 2.86125C14.8199 2.3903 15.4134 2.22017 15.8843 2.48124C16.8646 3.02469 17.742 3.73 18.4808 4.5609C18.8386 4.96331 18.8024 5.57958 18.4 5.93737C17.9976 6.29516 17.3813 6.25899 17.0235 5.85657C16.4299 5.18889 15.7252 4.62259 14.9389 4.1867C14.4679 3.92562 14.2978 3.3322 14.5589 2.86125ZM6.9847 3.17863C7.2842 3.62613 7.16422 4.23169 6.71672 4.53118C5.85022 5.11111 5.10442 5.85781 4.52556 6.72507C4.22662 7.17294 3.62122 7.29368 3.17335 6.99474C2.72547 6.6958 2.60474 6.09039 2.90368 5.64252C3.62462 4.56241 4.55299 3.6329 5.63215 2.91065C6.07964 2.61116 6.6852 2.73114 6.9847 3.17863ZM18.9373 6.79023C19.4342 6.58281 20.0052 6.81749 20.2126 7.3144C20.4274 7.82892 20.5998 8.36557 20.7256 8.91991C20.8448 9.44503 20.5157 9.96732 19.9906 10.0865C19.4654 10.2056 18.9431 9.87653 18.824 9.35141C18.7232 8.90743 18.5851 8.47768 18.4131 8.06556C18.2057 7.56864 18.4403 6.99766 18.9373 6.79023ZM2.58641 8.40986C3.11452 8.51497 3.45743 9.0283 3.35232 9.55641C3.25249 10.058 3.19998 10.5774 3.19998 11.1101C3.19998 11.5677 3.23873 12.0155 3.31293 12.4505C3.40345 12.9813 3.04653 13.485 2.51572 13.5756C1.98491 13.6661 1.48122 13.3092 1.3907 12.7783C1.29811 12.2354 1.25 11.678 1.25 11.1101C1.25 10.4489 1.31521 9.80203 1.43986 9.17577C1.54497 8.64766 2.05829 8.30475 2.58641 8.40986ZM2.86069 14.5579C3.33167 14.2969 3.92507 14.4671 4.18609 14.9381C4.61555 15.713 5.17166 16.4088 5.82667 16.997C6.22728 17.3568 6.26037 17.9733 5.90056 18.3739C5.54076 18.7745 4.92431 18.8076 4.5237 18.4478C3.70858 17.7157 3.01595 16.8495 2.48052 15.8833C2.2195 15.4123 2.38971 14.8189 2.86069 14.5579ZM6.80122 18.9435C7.00794 18.4463 7.57859 18.2108 8.0758 18.4175C8.48476 18.5876 8.91102 18.7242 9.35129 18.8241C9.87641 18.9433 10.2055 19.4656 10.0864 19.9907C9.9672 20.5158 9.44491 20.8449 8.91978 20.7257C8.37009 20.601 7.83779 20.4304 7.32722 20.2181C6.83 20.0114 6.59451 19.4407 6.80122 18.9435Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.1701 12.5753C21.462 12.8652 21.7512 13.2926 21.714 13.8319L21.7138 13.8345C21.6762 14.3515 21.4286 14.7523 21.1667 15.0507C20.9195 15.3324 20.6137 15.5728 20.3748 15.7606C20.1057 15.9721 19.9036 16.1341 19.7794 16.2785C19.7421 16.3218 19.6927 16.3729 19.7418 16.4176C19.9 16.5614 20.1503 16.7435 20.5561 17.0363C20.7262 17.159 20.9023 17.284 21.081 17.4109L21.0811 17.4109C21.4514 17.6739 21.8335 17.9452 22.1985 18.2217C22.6691 18.5782 22.8358 19.1639 22.7084 19.6852C22.3421 21.1832 21.1901 22.3404 19.6857 22.7084C19.1641 22.8359 18.5784 22.6689 18.222 22.1983C17.9456 21.8332 17.6744 21.4512 17.4114 21.0808C17.2845 20.902 17.1596 20.7259 17.0368 20.5558C16.7441 20.1499 16.562 19.8995 16.4182 19.7413C16.3832 19.7028 16.3226 19.7417 16.2795 19.7789C16.1351 19.9031 15.9732 20.1053 15.7616 20.3744C15.5739 20.6133 15.3335 20.9192 15.0519 21.1664C14.7535 21.4283 14.3527 21.676 13.8357 21.7136L13.833 21.7138C13.2938 21.7511 12.8664 21.4619 12.5765 21.1701C12.2787 20.8704 12.023 20.4689 11.804 20.0383C11.3626 19.1706 10.9898 18.0236 10.7215 16.8648C10.4524 15.7023 10.2778 14.4825 10.2531 13.4564C10.2407 12.9449 10.2649 12.4574 10.3433 12.0387C10.4167 11.6467 10.5587 11.1944 10.8764 10.8767C11.194 10.559 11.6464 10.417 12.0383 10.3435C12.457 10.265 12.9445 10.2407 13.456 10.253C14.4822 10.2776 15.702 10.452 16.8646 10.721C18.0234 10.9891 19.1705 11.3617 20.0383 11.803C20.4689 12.0219 20.8704 12.2776 21.1701 12.5753Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.11 3.2001C10.5728 3.2001 10.0491 3.2535 9.54358 3.35499C9.01564 3.46097 8.50175 3.1189 8.39577 2.59096C8.28979 2.06302 8.63185 1.54913 9.15979 1.44315C9.79098 1.31644 10.4432 1.25012 11.11 1.25012C11.6681 1.25012 12.2162 1.2966 12.7503 1.3861C13.2814 1.47509 13.6397 1.97775 13.5507 2.50882C13.4617 3.03988 12.9591 3.39826 12.428 3.30926C12 3.23754 11.5597 3.2001 11.11 3.2001ZM14.5589 2.86125C14.8199 2.3903 15.4134 2.22017 15.8843 2.48124C16.8646 3.02469 17.742 3.73 18.4808 4.5609C18.8386 4.96331 18.8024 5.57958 18.4 5.93737C17.9976 6.29516 17.3813 6.25899 17.0235 5.85657C16.4299 5.18889 15.7252 4.62259 14.9389 4.1867C14.4679 3.92562 14.2978 3.3322 14.5589 2.86125ZM6.9847 3.17863C7.2842 3.62613 7.16422 4.23169 6.71672 4.53118C5.85022 5.11111 5.10442 5.85781 4.52556 6.72507C4.22662 7.17294 3.62122 7.29368 3.17335 6.99474C2.72547 6.6958 2.60474 6.09039 2.90368 5.64252C3.62462 4.56241 4.55299 3.6329 5.63215 2.91065C6.07964 2.61116 6.6852 2.73114 6.9847 3.17863ZM18.9373 6.79023C19.4342 6.58281 20.0052 6.81749 20.2126 7.3144C20.4274 7.82892 20.5998 8.36557 20.7256 8.91991C20.8448 9.44503 20.5157 9.96732 19.9906 10.0865C19.4654 10.2056 18.9431 9.87653 18.824 9.35141C18.7232 8.90743 18.5851 8.47768 18.4131 8.06556C18.2057 7.56864 18.4403 6.99766 18.9373 6.79023ZM2.58641 8.40986C3.11452 8.51497 3.45743 9.0283 3.35232 9.55641C3.25249 10.058 3.19998 10.5774 3.19998 11.1101C3.19998 11.5677 3.23873 12.0155 3.31293 12.4505C3.40345 12.9813 3.04653 13.485 2.51572 13.5756C1.98491 13.6661 1.48122 13.3092 1.3907 12.7783C1.29811 12.2354 1.25 11.678 1.25 11.1101C1.25 10.4489 1.31521 9.80203 1.43986 9.17577C1.54497 8.64766 2.05829 8.30475 2.58641 8.40986ZM2.86069 14.5579C3.33167 14.2969 3.92507 14.4671 4.18609 14.9381C4.61555 15.713 5.17166 16.4088 5.82667 16.997C6.22728 17.3568 6.26037 17.9733 5.90056 18.3739C5.54076 18.7745 4.92431 18.8076 4.5237 18.4478C3.70858 17.7157 3.01595 16.8495 2.48052 15.8833C2.2195 15.4123 2.38971 14.8189 2.86069 14.5579ZM6.80122 18.9435C7.00794 18.4463 7.57859 18.2108 8.0758 18.4175C8.48476 18.5876 8.91102 18.7242 9.35129 18.8241C9.87641 18.9433 10.2055 19.4656 10.0864 19.9907C9.9672 20.5158 9.44491 20.8449 8.91978 20.7257C8.37009 20.601 7.83779 20.4304 7.32722 20.2181C6.83 20.0114 6.59451 19.4407 6.80122 18.9435Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-circle-selection-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.4713 12.3883C22.5984 12.5548 22.7521 12.8161 22.75 13.145C22.7449 13.9292 22.2098 14.461 21.7032 14.7923C21.182 15.1332 20.5147 15.3837 19.8703 15.5759C19.2158 15.771 18.53 15.9216 17.9464 16.0425C17.5407 16.1252 16.8195 16.2727 16.6145 16.3302C16.2747 16.4256 16.2181 16.4843 16.2064 16.4969C16.1912 16.5133 16.1333 16.5838 16.0537 16.9461L16.0497 16.9642C15.676 18.6634 15.3813 20.004 15.0655 20.919C14.9076 21.3764 14.7229 21.7948 14.4781 22.1126C14.2191 22.4487 13.8464 22.7267 13.3427 22.749C13.0066 22.7639 12.7387 22.6105 12.573 22.4874C12.3957 22.3557 12.2359 22.1846 12.0945 22.0079C11.8097 21.6522 11.5168 21.1684 11.2306 20.6214C10.6541 19.5197 10.0468 18.0491 9.53408 16.5407C9.02168 15.0331 8.5925 13.4546 8.38504 12.1364C8.28169 11.4797 8.22867 10.859 8.25804 10.3312C8.2853 9.84136 8.39015 9.26609 8.75985 8.86796C9.14131 8.45716 9.71815 8.32127 10.211 8.27376C10.7394 8.22283 11.3621 8.25729 12.0199 8.34357C13.3408 8.51682 14.9282 8.9164 16.4468 9.40522C17.9668 9.89449 19.4527 10.4844 20.5704 11.0526C21.1255 11.3347 21.6173 11.6252 21.981 11.9102C22.1618 12.0519 22.3361 12.2115 22.4713 12.3883Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5167 3.30807C11.5688 3.14922 10.5408 3.16615 9.60387 3.35424C9.07593 3.46022 8.56204 3.11816 8.45606 2.59022C8.35007 2.06229 8.69214 1.54839 9.22007 1.44241C10.3898 1.20759 11.657 1.18684 12.839 1.38491C13.37 1.4739 13.7284 1.97656 13.6394 2.50763C13.5504 3.03869 13.0477 3.39706 12.5167 3.30807ZM14.6723 2.86872C14.9334 2.39778 15.5268 2.22765 15.9977 2.48873C16.9858 3.03649 17.8701 3.74739 18.6147 4.58488C18.9725 4.9873 18.9363 5.60357 18.5339 5.96135C18.1315 6.31914 17.5152 6.28295 17.1574 5.88053C16.558 5.20626 15.8463 4.63437 15.0523 4.19417C14.5813 3.93309 14.4112 3.33966 14.6723 2.86872ZM7.01712 3.18951C7.31663 3.637 7.19666 4.24256 6.74916 4.54206C5.87414 5.12771 5.121 5.88178 4.53644 6.75761C4.23751 7.20548 3.6321 7.32623 3.18423 7.0273C2.73636 6.72837 2.61561 6.12296 2.91454 5.67509C3.64118 4.5864 4.57688 3.64953 5.66457 2.92155C6.11206 2.62205 6.71762 2.74202 7.01712 3.18951ZM19.0849 6.83603C19.5818 6.62861 20.1528 6.8633 20.3602 7.36021C20.4928 7.67783 20.6094 8.00382 20.709 8.33717C20.8631 8.85311 20.5698 9.39631 20.0538 9.55044C19.5379 9.70457 18.9947 9.41126 18.8406 8.89532C18.7607 8.62786 18.6671 8.36627 18.5607 8.11135C18.3533 7.61443 18.588 7.04345 19.0849 6.83603ZM2.58572 8.4704C3.11383 8.57551 3.45674 9.08883 3.35164 9.61695C3.16441 10.5577 3.14981 11.5895 3.31185 12.5397C3.40237 13.0705 3.04545 13.5741 2.51464 13.6647C1.98383 13.7552 1.48015 13.3983 1.38963 12.8675C1.18757 11.6826 1.20544 10.4107 1.43917 9.23632C1.54428 8.70821 2.0576 8.36529 2.58572 8.4704ZM2.86823 14.6716C3.33922 14.4106 3.93261 14.5809 4.19362 15.0518C4.62731 15.8344 5.1889 16.537 5.85035 17.1311C6.25096 17.4909 6.28404 18.1073 5.92423 18.508C5.56442 18.9086 4.94797 18.9416 4.54737 18.5818C3.72581 17.8439 3.0277 16.9708 2.48804 15.997C2.22703 15.5261 2.39725 14.9327 2.86823 14.6716ZM6.84705 19.0916C7.05377 18.5944 7.62442 18.3589 8.12163 18.5656C8.3727 18.67 8.63022 18.7619 8.89343 18.8406C9.40933 18.9949 9.70251 19.5382 9.54826 20.0541C9.39401 20.57 8.85074 20.8631 8.33483 20.7089C8.00678 20.6108 7.68585 20.4962 7.37303 20.3662C6.87582 20.1595 6.64033 19.5888 6.84705 19.0916Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.4713 12.3883C22.5984 12.5548 22.7521 12.8161 22.75 13.145C22.7449 13.9292 22.2098 14.461 21.7032 14.7923C21.182 15.1332 20.5147 15.3837 19.8703 15.5759C19.2158 15.771 18.53 15.9216 17.9464 16.0425C17.5407 16.1252 16.8195 16.2727 16.6145 16.3302C16.2747 16.4256 16.2181 16.4843 16.2064 16.4969C16.1912 16.5133 16.1333 16.5838 16.0537 16.9461L16.0497 16.9642C15.676 18.6634 15.3813 20.004 15.0655 20.919C14.9076 21.3764 14.7229 21.7948 14.4781 22.1126C14.2191 22.4487 13.8464 22.7267 13.3427 22.749C13.0066 22.7639 12.7387 22.6105 12.573 22.4874C12.3957 22.3557 12.2359 22.1846 12.0945 22.0079C11.8097 21.6522 11.5168 21.1684 11.2306 20.6214C10.6541 19.5197 10.0468 18.0491 9.53408 16.5407C9.02168 15.0331 8.5925 13.4546 8.38504 12.1364C8.28169 11.4797 8.22867 10.859 8.25804 10.3312C8.2853 9.84136 8.39015 9.26609 8.75985 8.86796C9.14131 8.45716 9.71815 8.32127 10.211 8.27376C10.7394 8.22283 11.3621 8.25729 12.0199 8.34357C13.3408 8.51682 14.9282 8.9164 16.4468 9.40522C17.9668 9.89449 19.4527 10.4844 20.5704 11.0526C21.1255 11.3347 21.6173 11.6252 21.981 11.9102C22.1618 12.0519 22.3361 12.2115 22.4713 12.3883Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5167 3.30807C11.5688 3.14922 10.5408 3.16615 9.60387 3.35424C9.07593 3.46022 8.56204 3.11816 8.45606 2.59022C8.35007 2.06229 8.69214 1.54839 9.22007 1.44241C10.3898 1.20759 11.657 1.18684 12.839 1.38491C13.37 1.4739 13.7284 1.97656 13.6394 2.50763C13.5504 3.03869 13.0477 3.39706 12.5167 3.30807ZM14.6723 2.86872C14.9334 2.39778 15.5268 2.22765 15.9977 2.48873C16.9858 3.03649 17.8701 3.74739 18.6147 4.58488C18.9725 4.9873 18.9363 5.60357 18.5339 5.96135C18.1315 6.31914 17.5152 6.28295 17.1574 5.88053C16.558 5.20626 15.8463 4.63437 15.0523 4.19417C14.5813 3.93309 14.4112 3.33966 14.6723 2.86872ZM7.01712 3.18951C7.31663 3.637 7.19666 4.24256 6.74916 4.54206C5.87414 5.12771 5.121 5.88178 4.53644 6.75761C4.23751 7.20548 3.6321 7.32623 3.18423 7.0273C2.73636 6.72837 2.61561 6.12296 2.91454 5.67509C3.64118 4.5864 4.57688 3.64953 5.66457 2.92155C6.11206 2.62205 6.71762 2.74202 7.01712 3.18951ZM19.0849 6.83603C19.5818 6.62861 20.1528 6.8633 20.3602 7.36021C20.4928 7.67783 20.6094 8.00382 20.709 8.33717C20.8631 8.85311 20.5698 9.39631 20.0538 9.55044C19.5379 9.70457 18.9947 9.41126 18.8406 8.89532C18.7607 8.62786 18.6671 8.36627 18.5607 8.11135C18.3533 7.61443 18.588 7.04345 19.0849 6.83603ZM2.58572 8.4704C3.11383 8.57551 3.45674 9.08883 3.35164 9.61695C3.16441 10.5577 3.14981 11.5895 3.31185 12.5397C3.40237 13.0705 3.04545 13.5741 2.51464 13.6647C1.98383 13.7552 1.48015 13.3983 1.38963 12.8675C1.18757 11.6826 1.20544 10.4107 1.43917 9.23632C1.54428 8.70821 2.0576 8.36529 2.58572 8.4704ZM2.86823 14.6716C3.33922 14.4106 3.93261 14.5809 4.19362 15.0518C4.62731 15.8344 5.1889 16.537 5.85035 17.1311C6.25096 17.4909 6.28404 18.1073 5.92423 18.508C5.56442 18.9086 4.94797 18.9416 4.54737 18.5818C3.72581 17.8439 3.0277 16.9708 2.48804 15.997C2.22703 15.5261 2.39725 14.9327 2.86823 14.6716ZM6.84705 19.0916C7.05377 18.5944 7.62442 18.3589 8.12163 18.5656C8.3727 18.67 8.63022 18.7619 8.89343 18.8406C9.40933 18.9949 9.70251 19.5382 9.54826 20.0541C9.39401 20.57 8.85074 20.8631 8.33483 20.7089C8.00678 20.6108 7.68585 20.4962 7.37303 20.3662C6.87582 20.1595 6.64033 19.5888 6.84705 19.0916Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-disabled-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.001 3.71877C11.1716 3.34395 11.257 3.15653 11.1878 3.02609C11.1187 2.89565 10.9314 2.86372 10.5568 2.79986C9.02478 2.53866 7.49724 2.38607 6.1693 2.37915C5.30669 2.37466 4.50491 2.4314 3.83077 2.56988C3.18126 2.7033 2.53865 2.93419 2.10941 3.36338C1.68022 3.79262 1.44939 4.43515 1.31597 5.08466C1.1775 5.7588 1.12075 6.56058 1.12525 7.42319C1.13424 9.1512 1.38993 11.2172 1.81059 13.1913C2.23035 15.1612 2.82424 17.0862 3.53077 18.5185C3.88223 19.231 4.282 19.864 4.73388 20.3189C5.18047 20.7684 5.7744 21.1355 6.48268 21.0665L6.4853 21.0663C7.10475 21.0037 7.63159 20.7126 8.06877 20.3679C8.50432 20.0245 8.8968 19.591 9.24698 19.1758C9.4003 18.9941 9.53976 18.8233 9.6739 18.659C9.86774 18.4215 10.0507 18.1974 10.2482 17.9738C10.5516 17.63 10.8144 17.3779 11.0536 17.2213C11.0707 17.21 11.0792 17.2044 11.1267 17.192C11.1742 17.1796 11.1367 17.1771 11.1517 17.1781C11.2172 17.1826 11.334 17.2452 11.5023 17.4642L14.8492 21.8207C15.1456 22.2064 15.5129 22.6231 16.0325 22.7962C16.5987 22.9848 17.1468 22.8283 17.6588 22.5661C19.151 21.8022 20.5495 20.4017 21.3121 18.9126C21.5743 18.4007 21.7309 17.8526 21.5423 17.2863C21.3693 16.7668 20.9526 16.3994 20.5669 16.1031L17.4964 13.7441C17.4182 13.6841 17.3792 13.6541 17.3349 13.6382C17.2907 13.6224 17.2385 13.6206 17.134 13.617C15.423 13.5589 13.7293 12.8769 12.4233 11.5708C10.3 9.44757 9.82592 6.29963 11.001 3.71877Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0403 3.54148C17.7137 2.82343 16.0213 3.02497 14.9001 4.1461C13.779 5.26722 13.5775 6.9597 14.2955 8.28625L19.0403 3.54148ZM20.4545 4.95569L15.7097 9.70046C17.0363 10.4185 18.7287 10.217 19.8499 9.09585C20.971 7.97472 21.1725 6.28224 20.4545 4.95569ZM13.4859 2.73188C15.6338 0.584001 19.1162 0.584001 21.2641 2.73188C23.412 4.87977 23.412 8.36217 21.2641 10.5101C19.1162 12.6579 15.6338 12.6579 13.4859 10.5101C11.338 8.36217 11.338 4.87977 13.4859 2.73188Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.001 3.71877C11.1716 3.34395 11.257 3.15653 11.1878 3.02609C11.1187 2.89565 10.9314 2.86372 10.5568 2.79986C9.02478 2.53866 7.49724 2.38607 6.1693 2.37915C5.30669 2.37466 4.50491 2.4314 3.83077 2.56988C3.18126 2.7033 2.53865 2.93419 2.10941 3.36338C1.68022 3.79262 1.44939 4.43515 1.31597 5.08466C1.1775 5.7588 1.12075 6.56058 1.12525 7.42319C1.13424 9.1512 1.38993 11.2172 1.81059 13.1913C2.23035 15.1612 2.82424 17.0862 3.53077 18.5185C3.88223 19.231 4.282 19.864 4.73388 20.3189C5.18047 20.7684 5.7744 21.1355 6.48268 21.0665L6.4853 21.0663C7.10475 21.0037 7.63159 20.7126 8.06877 20.3679C8.50432 20.0245 8.8968 19.591 9.24698 19.1758C9.4003 18.9941 9.53976 18.8233 9.6739 18.659C9.86774 18.4215 10.0507 18.1974 10.2482 17.9738C10.5516 17.63 10.8144 17.3779 11.0536 17.2213C11.0707 17.21 11.0792 17.2044 11.1267 17.192C11.1742 17.1796 11.1367 17.1771 11.1517 17.1781C11.2172 17.1826 11.334 17.2452 11.5023 17.4642L14.8492 21.8207C15.1456 22.2064 15.5129 22.6231 16.0325 22.7962C16.5987 22.9848 17.1468 22.8283 17.6588 22.5661C19.151 21.8022 20.5495 20.4017 21.3121 18.9126C21.5743 18.4007 21.7309 17.8526 21.5423 17.2863C21.3693 16.7668 20.9526 16.3994 20.5669 16.1031L17.4964 13.7441C17.4182 13.6841 17.3792 13.6541 17.3349 13.6382C17.2907 13.6224 17.2385 13.6206 17.134 13.617C15.423 13.5589 13.7293 12.8769 12.4233 11.5708C10.3 9.44757 9.82592 6.29963 11.001 3.71877Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0403 3.54148C17.7137 2.82343 16.0213 3.02497 14.9001 4.1461C13.779 5.26722 13.5775 6.9597 14.2955 8.28625L19.0403 3.54148ZM20.4545 4.95569L15.7097 9.70046C17.0363 10.4185 18.7287 10.217 19.8499 9.09585C20.971 7.97472 21.1725 6.28224 20.4545 4.95569ZM13.4859 2.73188C15.6338 0.584001 19.1162 0.584001 21.2641 2.73188C23.412 4.87977 23.412 8.36217 21.2641 10.5101C19.1162 12.6579 15.6338 12.6579 13.4859 10.5101C11.338 8.36217 11.338 4.87977 13.4859 2.73188Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-disabled-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4425 6.27536C18.5886 6.46652 18.7522 6.75077 18.75 7.1004C18.7443 7.97857 18.1458 8.58792 17.54 8.98418C16.9196 9.38997 16.1174 9.69253 15.3293 9.92753C14.5313 10.1655 13.6933 10.3496 12.9758 10.4983C12.4741 10.6005 11.5838 10.7826 11.3249 10.8552C10.9012 10.9741 10.7913 11.0567 10.7425 11.1093C10.6902 11.1657 10.6114 11.2923 10.5124 11.7426L10.5104 11.7517C10.0481 13.8541 9.68698 15.4964 9.30157 16.613C9.10919 17.1705 8.88921 17.6642 8.60512 18.0329C8.30691 18.42 7.89112 18.7245 7.33719 18.7489C6.98111 18.7647 6.69083 18.6021 6.50071 18.4609C6.2991 18.3112 6.11291 18.113 5.94368 17.9016C5.60325 17.4763 5.24878 16.8921 4.89868 16.2231C4.19444 14.8772 3.45027 13.076 2.8212 11.2251C2.19243 9.3752 1.66737 7.44262 1.4141 5.83323C1.28785 5.03098 1.22444 4.28056 1.25964 3.64796C1.29271 3.05346 1.4196 2.39857 1.83126 1.95526C2.25571 1.49817 2.91058 1.33595 3.5071 1.27845C4.13915 1.21753 4.89107 1.25834 5.69427 1.36369C7.30601 1.57509 9.24899 2.06371 11.1123 2.66349C12.977 3.26372 14.7968 3.98654 16.1621 4.68051C16.841 5.02559 17.435 5.37727 17.8699 5.71803C18.0863 5.88759 18.2884 6.07373 18.4425 6.27536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0896 14.5605C17.8233 13.8751 16.2078 14.0675 15.1376 15.1376C14.0675 16.2078 13.8751 17.8233 14.5605 19.0896L19.0896 14.5605ZM20.4395 15.9104L15.9104 20.4395C17.1767 21.1249 18.7922 20.9325 19.8624 19.8624C20.9325 18.7922 21.1249 17.1767 20.4395 15.9104ZM13.7877 13.7877C15.8379 11.7374 19.1621 11.7374 21.2123 13.7877C23.2626 15.8379 23.2626 19.1621 21.2123 21.2123C19.1621 23.2626 15.8379 23.2626 13.7877 21.2123C11.7374 19.1621 11.7374 15.8379 13.7877 13.7877Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4425 6.27536C18.5886 6.46652 18.7522 6.75077 18.75 7.1004C18.7443 7.97857 18.1458 8.58792 17.54 8.98418C16.9196 9.38997 16.1174 9.69253 15.3293 9.92753C14.5313 10.1655 13.6933 10.3496 12.9758 10.4983C12.4741 10.6005 11.5838 10.7826 11.3249 10.8552C10.9012 10.9741 10.7913 11.0567 10.7425 11.1093C10.6902 11.1657 10.6114 11.2923 10.5124 11.7426L10.5104 11.7517C10.0481 13.8541 9.68698 15.4964 9.30157 16.613C9.10919 17.1705 8.88921 17.6642 8.60512 18.0329C8.30691 18.42 7.89112 18.7245 7.33719 18.7489C6.98111 18.7647 6.69083 18.6021 6.50071 18.4609C6.2991 18.3112 6.11291 18.113 5.94368 17.9016C5.60325 17.4763 5.24878 16.8921 4.89868 16.2231C4.19444 14.8772 3.45027 13.076 2.8212 11.2251C2.19243 9.3752 1.66737 7.44262 1.4141 5.83323C1.28785 5.03098 1.22444 4.28056 1.25964 3.64796C1.29271 3.05346 1.4196 2.39857 1.83126 1.95526C2.25571 1.49817 2.91058 1.33595 3.5071 1.27845C4.13915 1.21753 4.89107 1.25834 5.69427 1.36369C7.30601 1.57509 9.24899 2.06371 11.1123 2.66349C12.977 3.26372 14.7968 3.98654 16.1621 4.68051C16.841 5.02559 17.435 5.37727 17.8699 5.71803C18.0863 5.88759 18.2884 6.07373 18.4425 6.27536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0896 14.5605C17.8233 13.8751 16.2078 14.0675 15.1376 15.1376C14.0675 16.2078 13.8751 17.8233 14.5605 19.0896L19.0896 14.5605ZM20.4395 15.9104L15.9104 20.4395C17.1767 21.1249 18.7922 20.9325 19.8624 19.8624C20.9325 18.7922 21.1249 17.1767 20.4395 15.9104ZM13.7877 13.7877C15.8379 11.7374 19.1621 11.7374 21.2123 13.7877C23.2626 15.8379 23.2626 19.1621 21.2123 21.2123C19.1621 23.2626 15.8379 23.2626 13.7877 21.2123C11.7374 19.1621 11.7374 15.8379 13.7877 13.7877Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-edit-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 3.00012C16 2.52872 16 2.29302 15.8536 2.14657C15.7071 2.00012 15.4714 2.00012 15 2.00012H14C13.5286 2.00012 13.2929 2.00012 13.1464 2.14657C13 2.29302 13 2.52872 13 3.00012V4.00012C13 4.47153 13 4.70723 13.1464 4.85368C13.2929 5.00012 13.5286 5.00012 14 5.00012H15C15.4714 5.00012 15.7071 5.00012 15.8536 4.85368C16 4.70723 16 4.47153 16 4.00012V3.00012Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M5 3.00012C5 2.52872 5 2.29302 4.85355 2.14657C4.70711 2.00012 4.4714 2.00012 4 2.00012H3C2.5286 2.00012 2.29289 2.00012 2.14645 2.14657C2 2.29302 2 2.52872 2 3.00012V4.00012C2 4.47153 2 4.70723 2.14645 4.85368C2.29289 5.00012 2.5286 5.00012 3 5.00012H4C4.4714 5.00012 4.70711 5.00012 4.85355 4.85368C5 4.70723 5 4.47153 5 4.00012V3.00012Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M5 14.0001C5 13.5287 5 13.293 4.85355 13.1466C4.70711 13.0001 4.4714 13.0001 4 13.0001H3C2.5286 13.0001 2.29289 13.0001 2.14645 13.1466C2 13.293 2 13.5287 2 14.0001V15.0001C2 15.4715 2 15.7072 2.14645 15.8537C2.29289 16.0001 2.5286 16.0001 3 16.0001H4C4.4714 16.0001 4.70711 16.0001 4.85355 15.8537C5 15.7072 5 15.4715 5 15.0001V14.0001Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M13.9656 1.25013H15.0345C15.2396 1.25005 15.4614 1.24996 15.6486 1.27513C15.8679 1.30462 16.1481 1.38046 16.3839 1.61626C16.6197 1.85206 16.6955 2.13225 16.725 2.35157C16.7502 2.53879 16.7501 2.76058 16.75 2.96569V4.03459C16.7501 4.2397 16.7502 4.46149 16.725 4.64871C16.6955 4.86804 16.6197 5.14822 16.3839 5.38402C16.1481 5.61982 15.8679 5.69566 15.6486 5.72515C15.4614 5.75032 15.2396 5.75023 15.0345 5.75015H13.9656C13.7605 5.75023 13.5387 5.75032 13.3514 5.72515C13.1321 5.69566 12.8519 5.61982 12.6161 5.38402C12.3803 5.14822 12.3045 4.86804 12.275 4.64871C12.2498 4.46149 12.2499 4.2397 12.25 4.03459V2.96569L12.25 2.96569C12.2499 2.76058 12.2498 2.53879 12.275 2.35157C12.3045 2.13225 12.3803 1.85206 12.6161 1.61626C12.8519 1.38046 13.1321 1.30462 13.3514 1.27513C13.5387 1.24996 13.7605 1.25005 13.9656 1.25013L13.9656 1.25013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.96557 1.25013H4.03446C4.23958 1.25005 4.46137 1.24996 4.64859 1.27513C4.86791 1.30462 5.1481 1.38046 5.3839 1.61626C5.6197 1.85206 5.69554 2.13225 5.72502 2.35157C5.7502 2.53879 5.75011 2.76058 5.75003 2.96569V4.03459C5.75011 4.2397 5.7502 4.46149 5.72502 4.64871C5.69554 4.86804 5.6197 5.14822 5.3839 5.38402C5.1481 5.61982 4.86791 5.69566 4.64859 5.72515C4.46137 5.75032 4.23958 5.75023 4.03446 5.75015H2.96557C2.76046 5.75023 2.53866 5.75032 2.35145 5.72515C2.13212 5.69566 1.85193 5.61982 1.61613 5.38402C1.38033 5.14822 1.3045 4.86804 1.27501 4.64871C1.24984 4.46149 1.24993 4.2397 1.25001 4.03459V2.96569L1.25001 2.96569C1.24993 2.76058 1.24984 2.53879 1.27501 2.35157C1.3045 2.13225 1.38033 1.85206 1.61613 1.61626C1.85193 1.38046 2.13212 1.30462 2.35145 1.27513C2.53866 1.24996 2.76046 1.25005 2.96557 1.25013L2.96557 1.25013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.96557 12.2501H4.03446C4.23958 12.2501 4.46137 12.25 4.64859 12.2751C4.86791 12.3046 5.1481 12.3805 5.3839 12.6163C5.6197 12.8521 5.69554 13.1322 5.72502 13.3516C5.7502 13.5388 5.75011 13.7606 5.75003 13.9657V15.0346C5.75011 15.2397 5.7502 15.4615 5.72502 15.6487C5.69554 15.868 5.6197 16.1482 5.3839 16.384C5.1481 16.6198 4.86791 16.6957 4.64859 16.7251C4.46137 16.7503 4.23958 16.7502 4.03446 16.7501H2.96557C2.76046 16.7502 2.53866 16.7503 2.35145 16.7251C2.13212 16.6957 1.85193 16.6198 1.61613 16.384C1.38033 16.1482 1.3045 15.868 1.27501 15.6487C1.24984 15.4615 1.24993 15.2397 1.25001 15.0346V13.9657L1.25001 13.9657C1.24993 13.7606 1.24984 13.5388 1.27501 13.3516C1.3045 13.1322 1.38033 12.8521 1.61613 12.6163C1.85193 12.3805 2.13212 12.3046 2.35145 12.2751C2.53866 12.25 2.76046 12.2501 2.96557 12.2501L2.96557 12.2501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7996 10.1501C21.1519 10.5001 21.4734 10.9892 21.4319 11.5902L21.4317 11.5929C21.3883 12.1908 21.102 12.6602 20.7857 13.0207C20.4837 13.3648 20.1074 13.6606 19.8003 13.9021L19.8003 13.9021L19.7823 13.9162C19.4443 14.182 19.1923 14.3829 19.0187 14.5848C18.8916 14.7325 18.8523 14.8289 18.843 14.8966C18.8643 14.9239 18.9073 14.9728 18.9883 15.0465C19.2003 15.2393 20.2032 15.9591 20.7155 16.3288L20.7156 16.3289C21.1855 16.6624 21.667 17.0043 22.129 17.3544C22.6577 17.7548 22.8474 18.4144 22.7029 19.0055C22.2548 20.8381 20.8463 22.2529 19.0059 22.703C18.4147 22.8476 17.7551 22.6577 17.3548 22.129C17.0048 21.6668 16.6629 21.1853 16.3293 20.7153C15.9598 20.203 15.24 19.1998 15.0472 18.9878C14.9736 18.9069 14.9247 18.8639 14.8975 18.8425C14.8298 18.8519 14.7335 18.8912 14.5859 19.0182C14.384 19.1919 14.1831 19.4439 13.9174 19.782L13.9032 19.7999C13.6619 20.1071 13.366 20.4835 13.022 20.7855C12.6616 21.1018 12.1921 21.3882 11.5942 21.4316L11.5916 21.4318C10.9906 21.4734 10.5015 21.1519 10.1515 20.7996C9.79371 20.4396 9.47968 19.9496 9.20557 19.4107C8.654 18.3265 8.18423 16.884 7.84484 15.4183C7.5046 13.9488 7.28494 12.4105 7.25382 11.1215C7.2383 10.4786 7.26899 9.87364 7.36525 9.35982C7.45651 8.87269 7.62762 8.34752 7.98728 7.98781C8.34694 7.6281 8.87209 7.45692 9.35922 7.36558C9.87303 7.26925 10.478 7.23847 11.1209 7.2539C12.4099 7.28482 13.9483 7.50426 15.4179 7.84429C16.8837 8.18345 18.3263 8.65301 19.4106 9.20441C19.9495 9.47844 20.4395 9.7924 20.7996 10.1501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 3.50012C14 2.94784 13.5523 2.50012 13 2.50012H5C4.44771 2.50012 4 2.94784 4 3.50012C4 4.05241 4.44771 4.50012 5 4.50012H13C13.5523 4.50012 14 4.05241 14 3.50012ZM3.5 4.00012C2.94771 4.00012 2.5 4.44784 2.5 5.00012V13.0001C2.5 13.5524 2.94771 14.0001 3.5 14.0001C4.05229 14.0001 4.5 13.5524 4.5 13.0001V5.00012C4.5 4.44784 4.05229 4.00012 3.5 4.00012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 3.00012C16 2.52872 16 2.29302 15.8536 2.14657C15.7071 2.00012 15.4714 2.00012 15 2.00012H14C13.5286 2.00012 13.2929 2.00012 13.1464 2.14657C13 2.29302 13 2.52872 13 3.00012V4.00012C13 4.47153 13 4.70723 13.1464 4.85368C13.2929 5.00012 13.5286 5.00012 14 5.00012H15C15.4714 5.00012 15.7071 5.00012 15.8536 4.85368C16 4.70723 16 4.47153 16 4.00012V3.00012Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M5 3.00012C5 2.52872 5 2.29302 4.85355 2.14657C4.70711 2.00012 4.4714 2.00012 4 2.00012H3C2.5286 2.00012 2.29289 2.00012 2.14645 2.14657C2 2.29302 2 2.52872 2 3.00012V4.00012C2 4.47153 2 4.70723 2.14645 4.85368C2.29289 5.00012 2.5286 5.00012 3 5.00012H4C4.4714 5.00012 4.70711 5.00012 4.85355 4.85368C5 4.70723 5 4.47153 5 4.00012V3.00012Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M5 14.0001C5 13.5287 5 13.293 4.85355 13.1466C4.70711 13.0001 4.4714 13.0001 4 13.0001H3C2.5286 13.0001 2.29289 13.0001 2.14645 13.1466C2 13.293 2 13.5287 2 14.0001V15.0001C2 15.4715 2 15.7072 2.14645 15.8537C2.29289 16.0001 2.5286 16.0001 3 16.0001H4C4.4714 16.0001 4.70711 16.0001 4.85355 15.8537C5 15.7072 5 15.4715 5 15.0001V14.0001Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M13.9656 1.25013H15.0345C15.2396 1.25005 15.4614 1.24996 15.6486 1.27513C15.8679 1.30462 16.1481 1.38046 16.3839 1.61626C16.6197 1.85206 16.6955 2.13225 16.725 2.35157C16.7502 2.53879 16.7501 2.76058 16.75 2.96569V4.03459C16.7501 4.2397 16.7502 4.46149 16.725 4.64871C16.6955 4.86804 16.6197 5.14822 16.3839 5.38402C16.1481 5.61982 15.8679 5.69566 15.6486 5.72515C15.4614 5.75032 15.2396 5.75023 15.0345 5.75015H13.9656C13.7605 5.75023 13.5387 5.75032 13.3514 5.72515C13.1321 5.69566 12.8519 5.61982 12.6161 5.38402C12.3803 5.14822 12.3045 4.86804 12.275 4.64871C12.2498 4.46149 12.2499 4.2397 12.25 4.03459V2.96569L12.25 2.96569C12.2499 2.76058 12.2498 2.53879 12.275 2.35157C12.3045 2.13225 12.3803 1.85206 12.6161 1.61626C12.8519 1.38046 13.1321 1.30462 13.3514 1.27513C13.5387 1.24996 13.7605 1.25005 13.9656 1.25013L13.9656 1.25013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.96557 1.25013H4.03446C4.23958 1.25005 4.46137 1.24996 4.64859 1.27513C4.86791 1.30462 5.1481 1.38046 5.3839 1.61626C5.6197 1.85206 5.69554 2.13225 5.72502 2.35157C5.7502 2.53879 5.75011 2.76058 5.75003 2.96569V4.03459C5.75011 4.2397 5.7502 4.46149 5.72502 4.64871C5.69554 4.86804 5.6197 5.14822 5.3839 5.38402C5.1481 5.61982 4.86791 5.69566 4.64859 5.72515C4.46137 5.75032 4.23958 5.75023 4.03446 5.75015H2.96557C2.76046 5.75023 2.53866 5.75032 2.35145 5.72515C2.13212 5.69566 1.85193 5.61982 1.61613 5.38402C1.38033 5.14822 1.3045 4.86804 1.27501 4.64871C1.24984 4.46149 1.24993 4.2397 1.25001 4.03459V2.96569L1.25001 2.96569C1.24993 2.76058 1.24984 2.53879 1.27501 2.35157C1.3045 2.13225 1.38033 1.85206 1.61613 1.61626C1.85193 1.38046 2.13212 1.30462 2.35145 1.27513C2.53866 1.24996 2.76046 1.25005 2.96557 1.25013L2.96557 1.25013Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.96557 12.2501H4.03446C4.23958 12.2501 4.46137 12.25 4.64859 12.2751C4.86791 12.3046 5.1481 12.3805 5.3839 12.6163C5.6197 12.8521 5.69554 13.1322 5.72502 13.3516C5.7502 13.5388 5.75011 13.7606 5.75003 13.9657V15.0346C5.75011 15.2397 5.7502 15.4615 5.72502 15.6487C5.69554 15.868 5.6197 16.1482 5.3839 16.384C5.1481 16.6198 4.86791 16.6957 4.64859 16.7251C4.46137 16.7503 4.23958 16.7502 4.03446 16.7501H2.96557C2.76046 16.7502 2.53866 16.7503 2.35145 16.7251C2.13212 16.6957 1.85193 16.6198 1.61613 16.384C1.38033 16.1482 1.3045 15.868 1.27501 15.6487C1.24984 15.4615 1.24993 15.2397 1.25001 15.0346V13.9657L1.25001 13.9657C1.24993 13.7606 1.24984 13.5388 1.27501 13.3516C1.3045 13.1322 1.38033 12.8521 1.61613 12.6163C1.85193 12.3805 2.13212 12.3046 2.35145 12.2751C2.53866 12.25 2.76046 12.2501 2.96557 12.2501L2.96557 12.2501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.7996 10.1501C21.1519 10.5001 21.4734 10.9892 21.4319 11.5902L21.4317 11.5929C21.3883 12.1908 21.102 12.6602 20.7857 13.0207C20.4837 13.3648 20.1074 13.6606 19.8003 13.9021L19.8003 13.9021L19.7823 13.9162C19.4443 14.182 19.1923 14.3829 19.0187 14.5848C18.8916 14.7325 18.8523 14.8289 18.843 14.8966C18.8643 14.9239 18.9073 14.9728 18.9883 15.0465C19.2003 15.2393 20.2032 15.9591 20.7155 16.3288L20.7156 16.3289C21.1855 16.6624 21.667 17.0043 22.129 17.3544C22.6577 17.7548 22.8474 18.4144 22.7029 19.0055C22.2548 20.8381 20.8463 22.2529 19.0059 22.703C18.4147 22.8476 17.7551 22.6577 17.3548 22.129C17.0048 21.6668 16.6629 21.1853 16.3293 20.7153C15.9598 20.203 15.24 19.1998 15.0472 18.9878C14.9736 18.9069 14.9247 18.8639 14.8975 18.8425C14.8298 18.8519 14.7335 18.8912 14.5859 19.0182C14.384 19.1919 14.1831 19.4439 13.9174 19.782L13.9032 19.7999C13.6619 20.1071 13.366 20.4835 13.022 20.7855C12.6616 21.1018 12.1921 21.3882 11.5942 21.4316L11.5916 21.4318C10.9906 21.4734 10.5015 21.1519 10.1515 20.7996C9.79371 20.4396 9.47968 19.9496 9.20557 19.4107C8.654 18.3265 8.18423 16.884 7.84484 15.4183C7.5046 13.9488 7.28494 12.4105 7.25382 11.1215C7.2383 10.4786 7.26899 9.87364 7.36525 9.35982C7.45651 8.87269 7.62762 8.34752 7.98728 7.98781C8.34694 7.6281 8.87209 7.45692 9.35922 7.36558C9.87303 7.26925 10.478 7.23847 11.1209 7.2539C12.4099 7.28482 13.9483 7.50426 15.4179 7.84429C16.8837 8.18345 18.3263 8.65301 19.4106 9.20441C19.9495 9.47844 20.4395 9.7924 20.7996 10.1501Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 3.50012C14 2.94784 13.5523 2.50012 13 2.50012H5C4.44771 2.50012 4 2.94784 4 3.50012C4 4.05241 4.44771 4.50012 5 4.50012H13C13.5523 4.50012 14 4.05241 14 3.50012ZM3.5 4.00012C2.94771 4.00012 2.5 4.44784 2.5 5.00012V13.0001C2.5 13.5524 2.94771 14.0001 3.5 14.0001C4.05229 14.0001 4.5 13.5524 4.5 13.0001V5.00012C4.5 4.44784 4.05229 4.00012 3.5 4.00012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-edit-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9656 1.25001H15.0345C15.2396 1.24993 15.4614 1.24984 15.6486 1.27501C15.8679 1.3045 16.1481 1.38033 16.3839 1.61613C16.6197 1.85193 16.6955 2.13212 16.725 2.35145C16.7502 2.53866 16.7501 2.76046 16.75 2.96557V4.03446C16.7501 4.23958 16.7502 4.46137 16.725 4.64859C16.6955 4.86791 16.6197 5.1481 16.3839 5.3839C16.1481 5.6197 15.8679 5.69554 15.6486 5.72502C15.4614 5.7502 15.2396 5.75011 15.0345 5.75003H13.9656C13.7605 5.75011 13.5387 5.7502 13.3514 5.72502C13.1321 5.69554 12.8519 5.6197 12.6161 5.3839C12.3803 5.1481 12.3045 4.86791 12.275 4.64859C12.2498 4.46137 12.2499 4.23958 12.25 4.03446V2.96557L12.25 2.96557C12.2499 2.76046 12.2498 2.53866 12.275 2.35145C12.3045 2.13212 12.3803 1.85193 12.6161 1.61613C12.8519 1.38033 13.1321 1.3045 13.3514 1.27501C13.5387 1.24984 13.7605 1.24993 13.9656 1.25001L13.9656 1.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.4617 11.684C22.5952 11.8587 22.7521 12.1276 22.75 12.4635C22.7447 13.279 22.1884 13.8366 21.6488 14.1896C21.0945 14.5521 20.3823 14.82 19.6899 15.0264C18.9876 15.2359 18.2511 15.3976 17.6229 15.5278C17.1851 15.617 16.4076 15.776 16.1846 15.8386C15.8169 15.9417 15.7425 16.0084 15.7184 16.0344C15.6908 16.0641 15.626 16.1533 15.5399 16.5449L15.5366 16.56L15.5366 16.5601C15.1334 18.3937 14.8165 19.8348 14.4775 20.817C14.3081 21.3077 14.1117 21.7512 13.8537 22.086C13.5817 22.4391 13.1947 22.726 12.6742 22.749C12.3314 22.7641 12.0561 22.6077 11.8822 22.4786C11.6969 22.3409 11.5282 22.1607 11.3775 21.9725C11.0742 21.5936 10.7608 21.0763 10.4533 20.4887C9.83421 19.3056 9.18128 17.7248 8.62979 16.1022C8.0786 14.4805 7.61746 12.784 7.39473 11.3686C7.28374 10.6634 7.22726 9.99955 7.25857 9.43676C7.28777 8.91206 7.39996 8.31025 7.78365 7.89706C8.17945 7.47083 8.78229 7.32616 9.30972 7.27533C9.87267 7.22107 10.5384 7.25764 11.2447 7.35027C12.6625 7.53625 14.3685 7.9655 16.002 8.49131C17.6369 9.01757 19.234 9.6518 20.4343 10.2619C21.0307 10.565 21.5565 10.8759 21.944 11.1795C22.1367 11.3304 22.3202 11.4989 22.4617 11.684Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.96557 1.25001L3.00002 1.25002H4.00002L4.03446 1.25001C4.23958 1.24993 4.46137 1.24984 4.64859 1.27501C4.86791 1.3045 5.1481 1.38033 5.3839 1.61613C5.6197 1.85193 5.69554 2.13212 5.72502 2.35145C5.7502 2.53866 5.75011 2.76046 5.75003 2.96557V4.03446C5.75011 4.23958 5.7502 4.46137 5.72502 4.64859C5.69554 4.86791 5.6197 5.1481 5.3839 5.3839C5.1481 5.6197 4.86791 5.69554 4.64859 5.72502C4.46137 5.7502 4.23958 5.75011 4.03446 5.75003L4.00002 5.75002H3.00002L2.96557 5.75003C2.76046 5.75011 2.53866 5.7502 2.35145 5.72502C2.13212 5.69554 1.85193 5.6197 1.61613 5.3839C1.38033 5.1481 1.3045 4.86791 1.27501 4.64859C1.24984 4.46137 1.24993 4.23958 1.25001 4.03446V2.96557L1.25001 2.96557C1.24993 2.76046 1.24984 2.53866 1.27501 2.35145C1.3045 2.13212 1.38033 1.85193 1.61613 1.61613C1.85193 1.38033 2.13212 1.3045 2.35145 1.27501C2.53866 1.24984 2.76046 1.24993 2.96557 1.25001L2.96557 1.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.96557 12.25L3.00002 12.25H4.00002L4.03446 12.25C4.23958 12.2499 4.46137 12.2498 4.64859 12.275C4.86791 12.3045 5.1481 12.3803 5.3839 12.6161C5.6197 12.8519 5.69554 13.1321 5.72502 13.3514C5.7502 13.5387 5.75011 13.7605 5.75003 13.9656V15.0345C5.75011 15.2396 5.7502 15.4614 5.72502 15.6486C5.69554 15.8679 5.6197 16.1481 5.3839 16.3839C5.1481 16.6197 4.86791 16.6955 4.64859 16.725C4.46137 16.7502 4.23958 16.7501 4.03446 16.75L4.00002 16.75H3.00002L2.96557 16.75C2.76046 16.7501 2.53866 16.7502 2.35145 16.725C2.13212 16.6955 1.85193 16.6197 1.61613 16.3839C1.38033 16.1481 1.3045 15.8679 1.27501 15.6486C1.24984 15.4614 1.24993 15.2396 1.25001 15.0345V13.9656L1.25001 13.9656C1.24993 13.7605 1.24984 13.5387 1.27501 13.3514C1.3045 13.1321 1.38033 12.8519 1.61613 12.6161C1.85193 12.3803 2.13212 12.3045 2.35145 12.275C2.53866 12.2498 2.76046 12.2499 2.96557 12.25L2.96557 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 3.5C14 2.94772 13.5523 2.5 13 2.5H5C4.44771 2.5 4 2.94772 4 3.5C4 4.05228 4.44771 4.5 5 4.5H13C13.5523 4.5 14 4.05228 14 3.5ZM3.5 4C2.94771 4 2.5 4.44772 2.5 5V13C2.5 13.5523 2.94771 14 3.5 14C4.05229 14 4.5 13.5523 4.5 13V5C4.5 4.44772 4.05229 4 3.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9656 1.25001H15.0345C15.2396 1.24993 15.4614 1.24984 15.6486 1.27501C15.8679 1.3045 16.1481 1.38033 16.3839 1.61613C16.6197 1.85193 16.6955 2.13212 16.725 2.35145C16.7502 2.53866 16.7501 2.76046 16.75 2.96557V4.03446C16.7501 4.23958 16.7502 4.46137 16.725 4.64859C16.6955 4.86791 16.6197 5.1481 16.3839 5.3839C16.1481 5.6197 15.8679 5.69554 15.6486 5.72502C15.4614 5.7502 15.2396 5.75011 15.0345 5.75003H13.9656C13.7605 5.75011 13.5387 5.7502 13.3514 5.72502C13.1321 5.69554 12.8519 5.6197 12.6161 5.3839C12.3803 5.1481 12.3045 4.86791 12.275 4.64859C12.2498 4.46137 12.2499 4.23958 12.25 4.03446V2.96557L12.25 2.96557C12.2499 2.76046 12.2498 2.53866 12.275 2.35145C12.3045 2.13212 12.3803 1.85193 12.6161 1.61613C12.8519 1.38033 13.1321 1.3045 13.3514 1.27501C13.5387 1.24984 13.7605 1.24993 13.9656 1.25001L13.9656 1.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.4617 11.684C22.5952 11.8587 22.7521 12.1276 22.75 12.4635C22.7447 13.279 22.1884 13.8366 21.6488 14.1896C21.0945 14.5521 20.3823 14.82 19.6899 15.0264C18.9876 15.2359 18.2511 15.3976 17.6229 15.5278C17.1851 15.617 16.4076 15.776 16.1846 15.8386C15.8169 15.9417 15.7425 16.0084 15.7184 16.0344C15.6908 16.0641 15.626 16.1533 15.5399 16.5449L15.5366 16.56L15.5366 16.5601C15.1334 18.3937 14.8165 19.8348 14.4775 20.817C14.3081 21.3077 14.1117 21.7512 13.8537 22.086C13.5817 22.4391 13.1947 22.726 12.6742 22.749C12.3314 22.7641 12.0561 22.6077 11.8822 22.4786C11.6969 22.3409 11.5282 22.1607 11.3775 21.9725C11.0742 21.5936 10.7608 21.0763 10.4533 20.4887C9.83421 19.3056 9.18128 17.7248 8.62979 16.1022C8.0786 14.4805 7.61746 12.784 7.39473 11.3686C7.28374 10.6634 7.22726 9.99955 7.25857 9.43676C7.28777 8.91206 7.39996 8.31025 7.78365 7.89706C8.17945 7.47083 8.78229 7.32616 9.30972 7.27533C9.87267 7.22107 10.5384 7.25764 11.2447 7.35027C12.6625 7.53625 14.3685 7.9655 16.002 8.49131C17.6369 9.01757 19.234 9.6518 20.4343 10.2619C21.0307 10.565 21.5565 10.8759 21.944 11.1795C22.1367 11.3304 22.3202 11.4989 22.4617 11.684Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.96557 1.25001L3.00002 1.25002H4.00002L4.03446 1.25001C4.23958 1.24993 4.46137 1.24984 4.64859 1.27501C4.86791 1.3045 5.1481 1.38033 5.3839 1.61613C5.6197 1.85193 5.69554 2.13212 5.72502 2.35145C5.7502 2.53866 5.75011 2.76046 5.75003 2.96557V4.03446C5.75011 4.23958 5.7502 4.46137 5.72502 4.64859C5.69554 4.86791 5.6197 5.1481 5.3839 5.3839C5.1481 5.6197 4.86791 5.69554 4.64859 5.72502C4.46137 5.7502 4.23958 5.75011 4.03446 5.75003L4.00002 5.75002H3.00002L2.96557 5.75003C2.76046 5.75011 2.53866 5.7502 2.35145 5.72502C2.13212 5.69554 1.85193 5.6197 1.61613 5.3839C1.38033 5.1481 1.3045 4.86791 1.27501 4.64859C1.24984 4.46137 1.24993 4.23958 1.25001 4.03446V2.96557L1.25001 2.96557C1.24993 2.76046 1.24984 2.53866 1.27501 2.35145C1.3045 2.13212 1.38033 1.85193 1.61613 1.61613C1.85193 1.38033 2.13212 1.3045 2.35145 1.27501C2.53866 1.24984 2.76046 1.24993 2.96557 1.25001L2.96557 1.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.96557 12.25L3.00002 12.25H4.00002L4.03446 12.25C4.23958 12.2499 4.46137 12.2498 4.64859 12.275C4.86791 12.3045 5.1481 12.3803 5.3839 12.6161C5.6197 12.8519 5.69554 13.1321 5.72502 13.3514C5.7502 13.5387 5.75011 13.7605 5.75003 13.9656V15.0345C5.75011 15.2396 5.7502 15.4614 5.72502 15.6486C5.69554 15.8679 5.6197 16.1481 5.3839 16.3839C5.1481 16.6197 4.86791 16.6955 4.64859 16.725C4.46137 16.7502 4.23958 16.7501 4.03446 16.75L4.00002 16.75H3.00002L2.96557 16.75C2.76046 16.7501 2.53866 16.7502 2.35145 16.725C2.13212 16.6955 1.85193 16.6197 1.61613 16.3839C1.38033 16.1481 1.3045 15.8679 1.27501 15.6486C1.24984 15.4614 1.24993 15.2396 1.25001 15.0345V13.9656L1.25001 13.9656C1.24993 13.7605 1.24984 13.5387 1.27501 13.3514C1.3045 13.1321 1.38033 12.8519 1.61613 12.6161C1.85193 12.3803 2.13212 12.3045 2.35145 12.275C2.53866 12.2498 2.76046 12.2499 2.96557 12.25L2.96557 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 3.5C14 2.94772 13.5523 2.5 13 2.5H5C4.44771 2.5 4 2.94772 4 3.5C4 4.05228 4.44771 4.5 5 4.5H13C13.5523 4.5 14 4.05228 14 3.5ZM3.5 4C2.94771 4 2.5 4.44772 2.5 5V13C2.5 13.5523 2.94771 14 3.5 14C4.05229 14 4.5 13.5523 4.5 13V5C4.5 4.44772 4.05229 4 3.5 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-hold-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1883 2.59043C10.5966 2.65384 10.8007 2.68554 10.8698 2.82486C10.9389 2.96417 10.8325 3.16075 10.6197 3.5539C10.065 4.57886 9.75 5.75259 9.75 6.99988C9.75 11.0039 12.9959 14.2499 17 14.2499C17.3513 14.2499 17.6968 14.2249 18.0347 14.1766C18.1698 14.1573 18.2374 14.1476 18.296 14.163C18.3546 14.1784 18.4056 14.2176 18.5077 14.2961L20.6919 15.9741C21.0776 16.2704 21.4943 16.6377 21.6673 17.1573C21.8559 17.7236 21.6993 18.2716 21.4371 18.7836C20.6745 20.2727 19.276 21.6732 17.7838 22.4371C17.2718 22.6992 16.7237 22.8557 16.1575 22.6671C15.6379 22.4941 15.2706 22.0774 14.9742 21.6916L11.6273 17.3352C11.459 17.1161 11.3422 17.0536 11.2767 17.0491C11.2617 17.048 11.2992 17.0506 11.2517 17.063C11.2042 17.0754 11.1957 17.081 11.1786 17.0922C10.9394 17.2489 10.6766 17.501 10.3732 17.8447C10.1757 18.0683 9.993 18.2922 9.79915 18.5296C9.66501 18.6939 9.5253 18.8651 9.37198 19.0468C9.0218 19.4619 8.62932 19.8955 8.19377 20.2389C7.75659 20.5836 7.22975 20.8747 6.6103 20.9372L6.60768 20.9375C5.8994 21.0065 5.30547 20.6394 4.85888 20.1898C4.407 19.735 4.00723 19.1019 3.65577 18.3894C2.94924 16.9571 2.35535 15.0322 1.93559 13.0623C1.51493 11.0882 1.25924 9.02218 1.25025 7.29416C1.24575 6.43155 1.3025 5.62977 1.44097 4.95563C1.57439 4.30613 1.80522 3.66359 2.23441 3.23435C2.66365 2.80517 3.30626 2.57427 3.95577 2.44085C4.62991 2.30237 5.43169 2.24563 6.2943 2.25012C7.47953 2.2563 8.82377 2.37852 10.1883 2.59043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.24988C13.8244 1.24988 11.25 3.82424 11.25 6.99988C11.25 10.1755 13.8244 12.7499 17 12.7499C20.1756 12.7499 22.75 10.1755 22.75 6.99988C22.75 3.82424 20.1756 1.24988 17 1.24988ZM18 4.99988C18 4.44759 17.5523 3.99988 17 3.99988C16.4477 3.99988 16 4.44759 16 4.99988V6.99988C16 7.33423 16.1671 7.64646 16.4453 7.83193L17.9453 8.83193C18.4048 9.13828 19.0257 9.01411 19.3321 8.55458C19.6384 8.09505 19.5142 7.47418 19.0547 7.16783L18 6.46469V4.99988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1883 2.59043C10.5966 2.65384 10.8007 2.68554 10.8698 2.82486C10.9389 2.96417 10.8325 3.16075 10.6197 3.5539C10.065 4.57886 9.75 5.75259 9.75 6.99988C9.75 11.0039 12.9959 14.2499 17 14.2499C17.3513 14.2499 17.6968 14.2249 18.0347 14.1766C18.1698 14.1573 18.2374 14.1476 18.296 14.163C18.3546 14.1784 18.4056 14.2176 18.5077 14.2961L20.6919 15.9741C21.0776 16.2704 21.4943 16.6377 21.6673 17.1573C21.8559 17.7236 21.6993 18.2716 21.4371 18.7836C20.6745 20.2727 19.276 21.6732 17.7838 22.4371C17.2718 22.6992 16.7237 22.8557 16.1575 22.6671C15.6379 22.4941 15.2706 22.0774 14.9742 21.6916L11.6273 17.3352C11.459 17.1161 11.3422 17.0536 11.2767 17.0491C11.2617 17.048 11.2992 17.0506 11.2517 17.063C11.2042 17.0754 11.1957 17.081 11.1786 17.0922C10.9394 17.2489 10.6766 17.501 10.3732 17.8447C10.1757 18.0683 9.993 18.2922 9.79915 18.5296C9.66501 18.6939 9.5253 18.8651 9.37198 19.0468C9.0218 19.4619 8.62932 19.8955 8.19377 20.2389C7.75659 20.5836 7.22975 20.8747 6.6103 20.9372L6.60768 20.9375C5.8994 21.0065 5.30547 20.6394 4.85888 20.1898C4.407 19.735 4.00723 19.1019 3.65577 18.3894C2.94924 16.9571 2.35535 15.0322 1.93559 13.0623C1.51493 11.0882 1.25924 9.02218 1.25025 7.29416C1.24575 6.43155 1.3025 5.62977 1.44097 4.95563C1.57439 4.30613 1.80522 3.66359 2.23441 3.23435C2.66365 2.80517 3.30626 2.57427 3.95577 2.44085C4.62991 2.30237 5.43169 2.24563 6.2943 2.25012C7.47953 2.2563 8.82377 2.37852 10.1883 2.59043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.24988C13.8244 1.24988 11.25 3.82424 11.25 6.99988C11.25 10.1755 13.8244 12.7499 17 12.7499C20.1756 12.7499 22.75 10.1755 22.75 6.99988C22.75 3.82424 20.1756 1.24988 17 1.24988ZM18 4.99988C18 4.44759 17.5523 3.99988 17 3.99988C16.4477 3.99988 16 4.44759 16 4.99988V6.99988C16 7.33423 16.1671 7.64646 16.4453 7.83193L17.9453 8.83193C18.4048 9.13828 19.0257 9.01411 19.3321 8.55458C19.6384 8.09505 19.5142 7.47418 19.0547 7.16783L18 6.46469V4.99988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-hold-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4425 6.27536C18.5886 6.46652 18.7522 6.75077 18.75 7.1004C18.7443 7.97857 18.1458 8.58792 17.54 8.98418C16.9196 9.38997 16.1174 9.69253 15.3293 9.92753C14.5313 10.1655 13.6933 10.3496 12.9758 10.4983C12.4741 10.6005 11.5838 10.7826 11.3249 10.8552C10.9012 10.9741 10.7913 11.0567 10.7425 11.1093C10.6902 11.1657 10.6114 11.2923 10.5124 11.7426L10.5104 11.7517C10.0481 13.8541 9.68698 15.4964 9.30157 16.613C9.10919 17.1705 8.88921 17.6642 8.60512 18.0329C8.30691 18.42 7.89112 18.7245 7.33719 18.7489C6.98111 18.7647 6.69083 18.6021 6.50071 18.4609C6.2991 18.3112 6.11291 18.113 5.94368 17.9016C5.60325 17.4763 5.24878 16.8921 4.89868 16.2231C4.19444 14.8772 3.45027 13.076 2.8212 11.2251C2.19243 9.3752 1.66737 7.44262 1.4141 5.83323C1.28785 5.03098 1.22444 4.28056 1.25964 3.64796C1.29271 3.05346 1.4196 2.39857 1.83126 1.95526C2.25571 1.49817 2.91058 1.33595 3.5071 1.27845C4.13915 1.21753 4.89107 1.25834 5.69427 1.36369C7.30601 1.57509 9.24899 2.06371 11.1123 2.66349C12.977 3.26372 14.7968 3.98654 16.1621 4.68051C16.841 5.02559 17.435 5.37727 17.8699 5.71803C18.0863 5.88759 18.2884 6.07373 18.4425 6.27536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 12.25C14.6005 12.25 12.25 14.6005 12.25 17.5C12.25 20.3995 14.6005 22.75 17.5 22.75C20.3995 22.75 22.75 20.3995 22.75 17.5C22.75 14.6005 20.3995 12.25 17.5 12.25ZM19.2322 17.1564C19.5385 16.6968 19.4143 16.076 18.9548 15.7696C18.4953 15.4633 17.8744 15.5874 17.5681 16.047L16.6681 17.397C16.3617 17.8565 16.4859 18.4774 16.9454 18.7837C17.4049 19.0901 18.0258 18.9659 18.3322 18.5064L19.2322 17.1564Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4425 6.27536C18.5886 6.46652 18.7522 6.75077 18.75 7.1004C18.7443 7.97857 18.1458 8.58792 17.54 8.98418C16.9196 9.38997 16.1174 9.69253 15.3293 9.92753C14.5313 10.1655 13.6933 10.3496 12.9758 10.4983C12.4741 10.6005 11.5838 10.7826 11.3249 10.8552C10.9012 10.9741 10.7913 11.0567 10.7425 11.1093C10.6902 11.1657 10.6114 11.2923 10.5124 11.7426L10.5104 11.7517C10.0481 13.8541 9.68698 15.4964 9.30157 16.613C9.10919 17.1705 8.88921 17.6642 8.60512 18.0329C8.30691 18.42 7.89112 18.7245 7.33719 18.7489C6.98111 18.7647 6.69083 18.6021 6.50071 18.4609C6.2991 18.3112 6.11291 18.113 5.94368 17.9016C5.60325 17.4763 5.24878 16.8921 4.89868 16.2231C4.19444 14.8772 3.45027 13.076 2.8212 11.2251C2.19243 9.3752 1.66737 7.44262 1.4141 5.83323C1.28785 5.03098 1.22444 4.28056 1.25964 3.64796C1.29271 3.05346 1.4196 2.39857 1.83126 1.95526C2.25571 1.49817 2.91058 1.33595 3.5071 1.27845C4.13915 1.21753 4.89107 1.25834 5.69427 1.36369C7.30601 1.57509 9.24899 2.06371 11.1123 2.66349C12.977 3.26372 14.7968 3.98654 16.1621 4.68051C16.841 5.02559 17.435 5.37727 17.8699 5.71803C18.0863 5.88759 18.2884 6.07373 18.4425 6.27536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 12.25C14.6005 12.25 12.25 14.6005 12.25 17.5C12.25 20.3995 14.6005 22.75 17.5 22.75C20.3995 22.75 22.75 20.3995 22.75 17.5C22.75 14.6005 20.3995 12.25 17.5 12.25ZM19.2322 17.1564C19.5385 16.6968 19.4143 16.076 18.9548 15.7696C18.4953 15.4633 17.8744 15.5874 17.5681 16.047L16.6681 17.397C16.3617 17.8565 16.4859 18.4774 16.9454 18.7837C17.4049 19.0901 18.0258 18.9659 18.3322 18.5064L19.2322 17.1564Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-in-window{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.2936 13.3837C21.5653 13.6537 21.8438 14.0605 21.808 14.5791L21.8078 14.5818C21.7722 15.0718 21.5374 15.4497 21.2937 15.7275C21.0647 15.9884 20.7646 16.2243 20.5484 16.3942C20.3023 16.5877 20.1089 16.7569 20.0012 16.8821C20.1419 17.0085 20.3641 17.1702 20.7273 17.4322C20.881 17.5431 21.0405 17.6564 21.2027 17.7716L21.2028 17.7716L21.2029 17.7717C21.54 18.0111 21.8889 18.2588 22.2215 18.5108C22.6729 18.8527 22.832 19.4137 22.7102 19.9119C22.3712 21.2983 21.3047 22.3696 19.9123 22.7102C19.4139 22.8321 18.8529 22.6727 18.5111 22.2214C18.2592 21.8887 18.0115 21.5398 17.7721 21.2026C17.6569 21.0403 17.5437 20.8807 17.4327 20.727C17.1708 20.3638 17.0092 20.1417 16.8828 20.0009C16.7576 20.1086 16.5747 20.3197 16.3812 20.5658C16.2112 20.7821 15.9894 21.0644 15.7285 21.2934C15.4508 21.5372 15.0729 21.772 14.5829 21.8077L14.5802 21.8078C14.0616 21.8437 13.6548 21.5652 13.3848 21.2936C13.107 21.014 12.8708 20.6421 12.6701 20.2476C12.2654 19.452 11.925 18.4035 11.6804 17.347C11.4349 16.2869 11.2754 15.1733 11.2528 14.2347C11.2415 13.7671 11.2635 13.3187 11.336 12.9318C11.4035 12.5715 11.5358 12.1434 11.8394 11.8397C12.143 11.536 12.5711 11.4037 12.9314 11.3361C13.3183 11.2636 13.7667 11.2415 14.2344 11.2528C15.1729 11.2753 16.2866 11.4346 17.3468 11.6799C18.4033 11.9244 19.4519 12.2646 20.2476 12.6692C20.6421 12.8698 21.0141 13.106 21.2936 13.3837Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0468 1.25H9.95407C8.17614 1.24998 6.74303 1.24995 5.61593 1.40149C4.44573 1.55882 3.46045 1.8954 2.67792 2.67792C1.8954 3.46045 1.55882 4.44573 1.40149 5.61593C1.24995 6.74303 1.24998 8.17612 1.25 9.95405V12.0468C1.24998 13.8248 1.24995 15.2579 1.40149 16.385C1.55882 17.5552 1.8954 18.5405 2.67792 19.323C3.38671 20.0318 4.26317 20.3757 5.29576 20.5509C6.29998 20.7213 7.54227 20.7456 9.04751 20.75L9.05037 20.75H9.53789C10.0764 20.75 10.5129 20.3135 10.5129 19.775C10.5129 19.2365 10.0764 18.7999 9.53789 18.7999H9.05195C7.52128 18.7954 6.44073 18.7672 5.62198 18.6283C4.83136 18.4942 4.38463 18.2718 4.05685 17.9441C3.69704 17.5843 3.46245 17.0791 3.33419 16.1251C3.20216 15.1431 3.20009 13.8416 3.20009 11.9755V10.0254C3.20009 9.41577 3.20031 8.86638 3.20522 8.36871C3.20793 8.09274 3.20929 7.95475 3.297 7.86792C3.38471 7.78109 3.52372 7.78113 3.80173 7.78119L18.1995 7.7847C18.4774 7.78477 18.6164 7.78481 18.704 7.87163C18.7917 7.95846 18.793 8.09641 18.7957 8.37227C18.8006 8.869 18.8008 9.41722 18.8008 10.0254C18.8008 10.5639 19.2374 11.0005 19.7759 11.0005C20.3144 11.0005 20.7509 10.5639 20.7509 10.0254V9.9541C20.7509 8.17614 20.751 6.74304 20.5994 5.61593C20.4421 4.44573 20.1055 3.46045 19.323 2.67792C18.5405 1.8954 17.5552 1.55882 16.385 1.40149C15.2579 1.24995 13.8248 1.24998 12.0468 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.2936 13.3837C21.5653 13.6537 21.8438 14.0605 21.808 14.5791L21.8078 14.5818C21.7722 15.0718 21.5374 15.4497 21.2937 15.7275C21.0647 15.9884 20.7646 16.2243 20.5484 16.3942C20.3023 16.5877 20.1089 16.7569 20.0012 16.8821C20.1419 17.0085 20.3641 17.1702 20.7273 17.4322C20.881 17.5431 21.0405 17.6564 21.2027 17.7716L21.2028 17.7716L21.2029 17.7717C21.54 18.0111 21.8889 18.2588 22.2215 18.5108C22.6729 18.8527 22.832 19.4137 22.7102 19.9119C22.3712 21.2983 21.3047 22.3696 19.9123 22.7102C19.4139 22.8321 18.8529 22.6727 18.5111 22.2214C18.2592 21.8887 18.0115 21.5398 17.7721 21.2026C17.6569 21.0403 17.5437 20.8807 17.4327 20.727C17.1708 20.3638 17.0092 20.1417 16.8828 20.0009C16.7576 20.1086 16.5747 20.3197 16.3812 20.5658C16.2112 20.7821 15.9894 21.0644 15.7285 21.2934C15.4508 21.5372 15.0729 21.772 14.5829 21.8077L14.5802 21.8078C14.0616 21.8437 13.6548 21.5652 13.3848 21.2936C13.107 21.014 12.8708 20.6421 12.6701 20.2476C12.2654 19.452 11.925 18.4035 11.6804 17.347C11.4349 16.2869 11.2754 15.1733 11.2528 14.2347C11.2415 13.7671 11.2635 13.3187 11.336 12.9318C11.4035 12.5715 11.5358 12.1434 11.8394 11.8397C12.143 11.536 12.5711 11.4037 12.9314 11.3361C13.3183 11.2636 13.7667 11.2415 14.2344 11.2528C15.1729 11.2753 16.2866 11.4346 17.3468 11.6799C18.4033 11.9244 19.4519 12.2646 20.2476 12.6692C20.6421 12.8698 21.0141 13.106 21.2936 13.3837Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0468 1.25H9.95407C8.17614 1.24998 6.74303 1.24995 5.61593 1.40149C4.44573 1.55882 3.46045 1.8954 2.67792 2.67792C1.8954 3.46045 1.55882 4.44573 1.40149 5.61593C1.24995 6.74303 1.24998 8.17612 1.25 9.95405V12.0468C1.24998 13.8248 1.24995 15.2579 1.40149 16.385C1.55882 17.5552 1.8954 18.5405 2.67792 19.323C3.38671 20.0318 4.26317 20.3757 5.29576 20.5509C6.29998 20.7213 7.54227 20.7456 9.04751 20.75L9.05037 20.75H9.53789C10.0764 20.75 10.5129 20.3135 10.5129 19.775C10.5129 19.2365 10.0764 18.7999 9.53789 18.7999H9.05195C7.52128 18.7954 6.44073 18.7672 5.62198 18.6283C4.83136 18.4942 4.38463 18.2718 4.05685 17.9441C3.69704 17.5843 3.46245 17.0791 3.33419 16.1251C3.20216 15.1431 3.20009 13.8416 3.20009 11.9755V10.0254C3.20009 9.41577 3.20031 8.86638 3.20522 8.36871C3.20793 8.09274 3.20929 7.95475 3.297 7.86792C3.38471 7.78109 3.52372 7.78113 3.80173 7.78119L18.1995 7.7847C18.4774 7.78477 18.6164 7.78481 18.704 7.87163C18.7917 7.95846 18.793 8.09641 18.7957 8.37227C18.8006 8.869 18.8008 9.41722 18.8008 10.0254C18.8008 10.5639 19.2374 11.0005 19.7759 11.0005C20.3144 11.0005 20.7509 10.5639 20.7509 10.0254V9.9541C20.7509 8.17614 20.751 6.74304 20.5994 5.61593C20.4421 4.44573 20.1055 3.46045 19.323 2.67792C18.5405 1.8954 17.5552 1.55882 16.385 1.40149C15.2579 1.24995 13.8248 1.24998 12.0468 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-info-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1883 2.59043C10.5966 2.65384 10.8007 2.68554 10.8698 2.82486C10.9389 2.96417 10.8325 3.16075 10.6197 3.5539C10.065 4.57886 9.75 5.75259 9.75 6.99988C9.75 11.0039 12.9959 14.2499 17 14.2499C17.3513 14.2499 17.6968 14.2249 18.0347 14.1766C18.1698 14.1573 18.2374 14.1476 18.296 14.163C18.3546 14.1784 18.4056 14.2176 18.5077 14.2961L20.6919 15.9741C21.0776 16.2704 21.4943 16.6377 21.6673 17.1573C21.8559 17.7236 21.6993 18.2716 21.4371 18.7836C20.6745 20.2727 19.276 21.6732 17.7838 22.4371C17.2718 22.6992 16.7237 22.8557 16.1575 22.6671C15.6379 22.4941 15.2706 22.0774 14.9742 21.6916L11.6273 17.3352C11.459 17.1161 11.3422 17.0536 11.2767 17.0491C11.2617 17.048 11.2992 17.0506 11.2517 17.063C11.2042 17.0754 11.1957 17.081 11.1786 17.0922C10.9394 17.2489 10.6766 17.501 10.3732 17.8447C10.1757 18.0683 9.993 18.2922 9.79915 18.5296C9.66501 18.6939 9.5253 18.8651 9.37198 19.0468C9.0218 19.4619 8.62932 19.8955 8.19377 20.2389C7.75659 20.5836 7.22975 20.8747 6.6103 20.9372L6.60768 20.9375C5.8994 21.0065 5.30547 20.6394 4.85888 20.1898C4.407 19.735 4.00723 19.1019 3.65577 18.3894C2.94924 16.9571 2.35535 15.0322 1.93559 13.0623C1.51493 11.0882 1.25924 9.02218 1.25025 7.29416C1.24575 6.43155 1.3025 5.62977 1.44097 4.95563C1.57439 4.30613 1.80522 3.66359 2.23441 3.23435C2.66365 2.80517 3.30626 2.57427 3.95577 2.44085C4.62991 2.30237 5.43169 2.24563 6.2943 2.25012C7.47953 2.2563 8.82377 2.37852 10.1883 2.59043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.24988C13.8244 1.24988 11.25 3.82424 11.25 6.99988C11.25 10.1755 13.8244 12.7499 17 12.7499C20.1756 12.7499 22.75 10.1755 22.75 6.99988C22.75 3.82424 20.1756 1.24988 17 1.24988ZM16.5 5.53143C16.5 5.27683 16.7129 5.05066 17 5.05066C17.2871 5.05066 17.5 5.27683 17.5 5.53143C17.5 5.62569 17.4725 5.71216 17.4241 5.78624C17.3368 5.91987 17.2419 6.03514 17.1221 6.18071L17.1221 6.18072L17.1221 6.18076C17.0555 6.26175 16.9811 6.35211 16.896 6.46023C16.6938 6.71722 16.4394 7.06905 16.32 7.49442C16.208 7.89322 16.4405 8.30727 16.8393 8.41923C17.2381 8.53119 17.6522 8.29866 17.7641 7.89987C17.7983 7.77807 17.89 7.62275 18.0748 7.38781C18.115 7.33678 18.1642 7.27678 18.2182 7.21089C18.3648 7.03217 18.5469 6.81018 18.6798 6.60682C18.882 6.29732 19 5.9272 19 5.53143C19 4.42656 18.0936 3.55066 17 3.55066C15.9064 3.55066 15 4.42656 15 5.53143C15 5.94564 15.3358 6.28143 15.75 6.28143C16.1642 6.28143 16.5 5.94564 16.5 5.53143ZM17.0518 8.94714C16.6375 8.94714 16.3018 9.28293 16.3018 9.69714C16.3018 10.1114 16.6375 10.4471 17.0518 10.4471H17.0607C17.475 10.4471 17.8107 10.1114 17.8107 9.69714C17.8107 9.28293 17.475 8.94714 17.0607 8.94714H17.0518Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1883 2.59043C10.5966 2.65384 10.8007 2.68554 10.8698 2.82486C10.9389 2.96417 10.8325 3.16075 10.6197 3.5539C10.065 4.57886 9.75 5.75259 9.75 6.99988C9.75 11.0039 12.9959 14.2499 17 14.2499C17.3513 14.2499 17.6968 14.2249 18.0347 14.1766C18.1698 14.1573 18.2374 14.1476 18.296 14.163C18.3546 14.1784 18.4056 14.2176 18.5077 14.2961L20.6919 15.9741C21.0776 16.2704 21.4943 16.6377 21.6673 17.1573C21.8559 17.7236 21.6993 18.2716 21.4371 18.7836C20.6745 20.2727 19.276 21.6732 17.7838 22.4371C17.2718 22.6992 16.7237 22.8557 16.1575 22.6671C15.6379 22.4941 15.2706 22.0774 14.9742 21.6916L11.6273 17.3352C11.459 17.1161 11.3422 17.0536 11.2767 17.0491C11.2617 17.048 11.2992 17.0506 11.2517 17.063C11.2042 17.0754 11.1957 17.081 11.1786 17.0922C10.9394 17.2489 10.6766 17.501 10.3732 17.8447C10.1757 18.0683 9.993 18.2922 9.79915 18.5296C9.66501 18.6939 9.5253 18.8651 9.37198 19.0468C9.0218 19.4619 8.62932 19.8955 8.19377 20.2389C7.75659 20.5836 7.22975 20.8747 6.6103 20.9372L6.60768 20.9375C5.8994 21.0065 5.30547 20.6394 4.85888 20.1898C4.407 19.735 4.00723 19.1019 3.65577 18.3894C2.94924 16.9571 2.35535 15.0322 1.93559 13.0623C1.51493 11.0882 1.25924 9.02218 1.25025 7.29416C1.24575 6.43155 1.3025 5.62977 1.44097 4.95563C1.57439 4.30613 1.80522 3.66359 2.23441 3.23435C2.66365 2.80517 3.30626 2.57427 3.95577 2.44085C4.62991 2.30237 5.43169 2.24563 6.2943 2.25012C7.47953 2.2563 8.82377 2.37852 10.1883 2.59043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.24988C13.8244 1.24988 11.25 3.82424 11.25 6.99988C11.25 10.1755 13.8244 12.7499 17 12.7499C20.1756 12.7499 22.75 10.1755 22.75 6.99988C22.75 3.82424 20.1756 1.24988 17 1.24988ZM16.5 5.53143C16.5 5.27683 16.7129 5.05066 17 5.05066C17.2871 5.05066 17.5 5.27683 17.5 5.53143C17.5 5.62569 17.4725 5.71216 17.4241 5.78624C17.3368 5.91987 17.2419 6.03514 17.1221 6.18071L17.1221 6.18072L17.1221 6.18076C17.0555 6.26175 16.9811 6.35211 16.896 6.46023C16.6938 6.71722 16.4394 7.06905 16.32 7.49442C16.208 7.89322 16.4405 8.30727 16.8393 8.41923C17.2381 8.53119 17.6522 8.29866 17.7641 7.89987C17.7983 7.77807 17.89 7.62275 18.0748 7.38781C18.115 7.33678 18.1642 7.27678 18.2182 7.21089C18.3648 7.03217 18.5469 6.81018 18.6798 6.60682C18.882 6.29732 19 5.9272 19 5.53143C19 4.42656 18.0936 3.55066 17 3.55066C15.9064 3.55066 15 4.42656 15 5.53143C15 5.94564 15.3358 6.28143 15.75 6.28143C16.1642 6.28143 16.5 5.94564 16.5 5.53143ZM17.0518 8.94714C16.6375 8.94714 16.3018 9.28293 16.3018 9.69714C16.3018 10.1114 16.6375 10.4471 17.0518 10.4471H17.0607C17.475 10.4471 17.8107 10.1114 17.8107 9.69714C17.8107 9.28293 17.475 8.94714 17.0607 8.94714H17.0518Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-info-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 12.25C14.6005 12.25 12.25 14.6005 12.25 17.5C12.25 20.3995 14.6005 22.75 17.5 22.75C20.3995 22.75 22.75 20.3995 22.75 17.5C22.75 14.6005 20.3995 12.25 17.5 12.25ZM17.125 16.7623C17.125 16.6884 17.1385 16.6502 17.1452 16.6356C17.1514 16.6218 17.1571 16.6161 17.1621 16.6121C17.175 16.6017 17.2241 16.5748 17.3153 16.5836C17.404 16.5922 17.4883 16.6319 17.546 16.6913C17.5947 16.7414 17.65 16.8304 17.65 17.0011C17.65 17.0578 17.6288 17.1076 17.3426 17.5027C17.1028 17.8337 16.75 18.3471 16.75 19.0998C16.75 19.5141 17.0858 19.8498 17.5 19.8498C17.9142 19.8498 18.25 19.5141 18.25 19.0998C18.25 18.8526 18.3472 18.6729 18.5574 18.3826C18.5736 18.3603 18.5923 18.3353 18.613 18.3077C18.8017 18.0563 19.15 17.5921 19.15 17.0011C19.15 15.8515 18.3033 15.1722 17.4597 15.0906C17.0446 15.0504 16.5875 15.1486 16.2207 15.4444C15.8367 15.7539 15.625 16.2215 15.625 16.7623C15.625 17.1766 15.9608 17.5123 16.375 17.5123C16.7892 17.5123 17.125 17.1766 17.125 16.7623Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4425 6.27536C18.5886 6.46652 18.7522 6.75077 18.75 7.1004C18.7443 7.97857 18.1458 8.58792 17.54 8.98418C16.9196 9.38997 16.1174 9.69253 15.3293 9.92753C14.5313 10.1655 13.6933 10.3496 12.9758 10.4983C12.4741 10.6005 11.5838 10.7826 11.3249 10.8552C10.9012 10.9741 10.7913 11.0567 10.7425 11.1093C10.6902 11.1657 10.6114 11.2923 10.5124 11.7426L10.5104 11.7517C10.0481 13.8541 9.68698 15.4964 9.30157 16.613C9.10919 17.1705 8.88921 17.6642 8.60512 18.0329C8.30691 18.42 7.89112 18.7245 7.33719 18.7489C6.98111 18.7647 6.69083 18.6021 6.50071 18.4609C6.2991 18.3112 6.11291 18.113 5.94368 17.9016C5.60325 17.4763 5.24878 16.8921 4.89868 16.2231C4.19444 14.8772 3.45027 13.076 2.8212 11.2251C2.19243 9.3752 1.66737 7.44262 1.4141 5.83323C1.28785 5.03098 1.22444 4.28056 1.25964 3.64796C1.29271 3.05346 1.4196 2.39857 1.83126 1.95526C2.25571 1.49817 2.91058 1.33595 3.5071 1.27845C4.13915 1.21753 4.89107 1.25834 5.69427 1.36369C7.30601 1.57509 9.24899 2.06371 11.1123 2.66349C12.977 3.26372 14.7968 3.98654 16.1621 4.68051C16.841 5.02559 17.435 5.37727 17.8699 5.71803C18.0863 5.88759 18.2884 6.07373 18.4425 6.27536Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 12.25C14.6005 12.25 12.25 14.6005 12.25 17.5C12.25 20.3995 14.6005 22.75 17.5 22.75C20.3995 22.75 22.75 20.3995 22.75 17.5C22.75 14.6005 20.3995 12.25 17.5 12.25ZM17.125 16.7623C17.125 16.6884 17.1385 16.6502 17.1452 16.6356C17.1514 16.6218 17.1571 16.6161 17.1621 16.6121C17.175 16.6017 17.2241 16.5748 17.3153 16.5836C17.404 16.5922 17.4883 16.6319 17.546 16.6913C17.5947 16.7414 17.65 16.8304 17.65 17.0011C17.65 17.0578 17.6288 17.1076 17.3426 17.5027C17.1028 17.8337 16.75 18.3471 16.75 19.0998C16.75 19.5141 17.0858 19.8498 17.5 19.8498C17.9142 19.8498 18.25 19.5141 18.25 19.0998C18.25 18.8526 18.3472 18.6729 18.5574 18.3826C18.5736 18.3603 18.5923 18.3353 18.613 18.3077C18.8017 18.0563 19.15 17.5921 19.15 17.0011C19.15 15.8515 18.3033 15.1722 17.4597 15.0906C17.0446 15.0504 16.5875 15.1486 16.2207 15.4444C15.8367 15.7539 15.625 16.2215 15.625 16.7623C15.625 17.1766 15.9608 17.5123 16.375 17.5123C16.7892 17.5123 17.125 17.1766 17.125 16.7623Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4425 6.27536C18.5886 6.46652 18.7522 6.75077 18.75 7.1004C18.7443 7.97857 18.1458 8.58792 17.54 8.98418C16.9196 9.38997 16.1174 9.69253 15.3293 9.92753C14.5313 10.1655 13.6933 10.3496 12.9758 10.4983C12.4741 10.6005 11.5838 10.7826 11.3249 10.8552C10.9012 10.9741 10.7913 11.0567 10.7425 11.1093C10.6902 11.1657 10.6114 11.2923 10.5124 11.7426L10.5104 11.7517C10.0481 13.8541 9.68698 15.4964 9.30157 16.613C9.10919 17.1705 8.88921 17.6642 8.60512 18.0329C8.30691 18.42 7.89112 18.7245 7.33719 18.7489C6.98111 18.7647 6.69083 18.6021 6.50071 18.4609C6.2991 18.3112 6.11291 18.113 5.94368 17.9016C5.60325 17.4763 5.24878 16.8921 4.89868 16.2231C4.19444 14.8772 3.45027 13.076 2.8212 11.2251C2.19243 9.3752 1.66737 7.44262 1.4141 5.83323C1.28785 5.03098 1.22444 4.28056 1.25964 3.64796C1.29271 3.05346 1.4196 2.39857 1.83126 1.95526C2.25571 1.49817 2.91058 1.33595 3.5071 1.27845C4.13915 1.21753 4.89107 1.25834 5.69427 1.36369C7.30601 1.57509 9.24899 2.06371 11.1123 2.66349C12.977 3.26372 14.7968 3.98654 16.1621 4.68051C16.841 5.02559 17.435 5.37727 17.8699 5.71803C18.0863 5.88759 18.2884 6.07373 18.4425 6.27536Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-loading-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2524 3.17092C13.302 1.96492 14.3703 1.25 15.3993 1.25H20.6007C21.6297 1.25 22.698 1.96492 22.7476 3.17092C22.802 4.4922 21.8906 5.26087 21.2599 5.79281C20.7886 6.19055 20.4615 6.46841 20.2667 6.67933C20.0854 6.87556 20.0793 6.94686 20.0783 6.95798C20.0756 6.98548 20.0755 7.01381 20.0782 7.04131C20.0792 7.05243 20.0854 7.12444 20.2667 7.32067C20.4615 7.53159 20.9487 7.94322 21.42 8.34096L21.4201 8.34101C21.5645 8.46143 21.7186 8.58988 21.8629 8.71682C22.4942 9.27198 22.7792 10.0612 22.7476 10.8291C22.698 12.0351 21.6297 12.75 20.6007 12.75L15.3993 12.75C14.3703 12.75 13.302 12.0351 13.2524 10.8291C13.1979 9.50675 14.0894 8.75548 14.7242 8.22054C15.1955 7.8228 15.5385 7.53159 15.7333 7.32067C15.9146 7.12444 15.9207 7.05314 15.9217 7.04202C15.9244 7.01452 15.9245 6.98619 15.9218 6.95869C15.9208 6.94757 15.9146 6.87556 15.7333 6.67933C15.5385 6.46841 15.2397 6.21446 14.7684 5.81672C14.1415 5.28769 13.1987 4.47404 13.2524 3.17092Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.54 2.82854C11.671 2.85431 11.7592 2.97591 11.7537 3.10921C11.6688 5.17079 13.1472 6.41347 13.7501 6.92019C13.7996 6.96187 13.7996 7.03804 13.7501 7.07971L13.6975 7.12403C13.0753 7.64573 11.6686 8.82508 11.7537 10.8908C11.845 13.1079 13.7911 14.25 15.3994 14.25L18.2437 14.25C18.3447 14.25 18.3953 14.25 18.4422 14.2659C18.4891 14.2819 18.5292 14.3127 18.6093 14.3742L20.6919 15.9742C21.0776 16.2705 21.4943 16.6379 21.6673 17.1574C21.8559 17.7237 21.6993 18.2717 21.4371 18.7837C20.6745 20.2728 19.276 21.6733 17.7838 22.4372C17.2718 22.6994 16.7237 22.8559 16.1575 22.6673C15.6379 22.4942 15.2706 22.0775 14.9742 21.6918L11.6273 17.3353C11.459 17.1162 11.3422 17.0537 11.2767 17.0492C11.2617 17.0482 11.2992 17.0507 11.2517 17.0631C11.2042 17.0755 11.1957 17.0811 11.1786 17.0924C10.9394 17.249 10.6766 17.5011 10.3732 17.8449C10.1757 18.0685 9.993 18.2923 9.79915 18.5297C9.66501 18.694 9.5253 18.8652 9.37198 19.0469C9.0218 19.4621 8.62932 19.8956 8.19377 20.239C7.75659 20.5837 7.22975 20.8748 6.6103 20.9374L6.60768 20.9376C5.8994 21.0066 5.30547 20.6395 4.85888 20.19C4.407 19.7351 4.00723 19.1021 3.65577 18.3896C2.94924 16.9572 2.35535 15.0323 1.93559 13.0624C1.51493 11.0883 1.25924 9.0223 1.25025 7.29428C1.24575 6.43167 1.3025 5.62989 1.44097 4.95576C1.57439 4.30625 1.80522 3.66371 2.23441 3.23447C2.66365 2.80529 3.30626 2.57439 3.95577 2.44097C4.62991 2.3025 5.43169 2.24575 6.2943 2.25025C7.87043 2.25845 9.72774 2.47189 11.54 2.82854Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2524 3.17092C13.302 1.96492 14.3703 1.25 15.3993 1.25H20.6007C21.6297 1.25 22.698 1.96492 22.7476 3.17092C22.802 4.4922 21.8906 5.26087 21.2599 5.79281C20.7886 6.19055 20.4615 6.46841 20.2667 6.67933C20.0854 6.87556 20.0793 6.94686 20.0783 6.95798C20.0756 6.98548 20.0755 7.01381 20.0782 7.04131C20.0792 7.05243 20.0854 7.12444 20.2667 7.32067C20.4615 7.53159 20.9487 7.94322 21.42 8.34096L21.4201 8.34101C21.5645 8.46143 21.7186 8.58988 21.8629 8.71682C22.4942 9.27198 22.7792 10.0612 22.7476 10.8291C22.698 12.0351 21.6297 12.75 20.6007 12.75L15.3993 12.75C14.3703 12.75 13.302 12.0351 13.2524 10.8291C13.1979 9.50675 14.0894 8.75548 14.7242 8.22054C15.1955 7.8228 15.5385 7.53159 15.7333 7.32067C15.9146 7.12444 15.9207 7.05314 15.9217 7.04202C15.9244 7.01452 15.9245 6.98619 15.9218 6.95869C15.9208 6.94757 15.9146 6.87556 15.7333 6.67933C15.5385 6.46841 15.2397 6.21446 14.7684 5.81672C14.1415 5.28769 13.1987 4.47404 13.2524 3.17092Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.54 2.82854C11.671 2.85431 11.7592 2.97591 11.7537 3.10921C11.6688 5.17079 13.1472 6.41347 13.7501 6.92019C13.7996 6.96187 13.7996 7.03804 13.7501 7.07971L13.6975 7.12403C13.0753 7.64573 11.6686 8.82508 11.7537 10.8908C11.845 13.1079 13.7911 14.25 15.3994 14.25L18.2437 14.25C18.3447 14.25 18.3953 14.25 18.4422 14.2659C18.4891 14.2819 18.5292 14.3127 18.6093 14.3742L20.6919 15.9742C21.0776 16.2705 21.4943 16.6379 21.6673 17.1574C21.8559 17.7237 21.6993 18.2717 21.4371 18.7837C20.6745 20.2728 19.276 21.6733 17.7838 22.4372C17.2718 22.6994 16.7237 22.8559 16.1575 22.6673C15.6379 22.4942 15.2706 22.0775 14.9742 21.6918L11.6273 17.3353C11.459 17.1162 11.3422 17.0537 11.2767 17.0492C11.2617 17.0482 11.2992 17.0507 11.2517 17.0631C11.2042 17.0755 11.1957 17.0811 11.1786 17.0924C10.9394 17.249 10.6766 17.5011 10.3732 17.8449C10.1757 18.0685 9.993 18.2923 9.79915 18.5297C9.66501 18.694 9.5253 18.8652 9.37198 19.0469C9.0218 19.4621 8.62932 19.8956 8.19377 20.239C7.75659 20.5837 7.22975 20.8748 6.6103 20.9374L6.60768 20.9376C5.8994 21.0066 5.30547 20.6395 4.85888 20.19C4.407 19.7351 4.00723 19.1021 3.65577 18.3896C2.94924 16.9572 2.35535 15.0323 1.93559 13.0624C1.51493 11.0883 1.25924 9.0223 1.25025 7.29428C1.24575 6.43167 1.3025 5.62989 1.44097 4.95576C1.57439 4.30625 1.80522 3.66371 2.23441 3.23447C2.66365 2.80529 3.30626 2.57439 3.95577 2.44097C4.62991 2.3025 5.43169 2.24575 6.2943 2.25025C7.87043 2.25845 9.72774 2.47189 11.54 2.82854Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-loading-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4425 6.27536C18.5886 6.46652 18.7522 6.75077 18.75 7.1004C18.7443 7.97857 18.1458 8.58792 17.54 8.98418C16.9196 9.38997 16.1174 9.69253 15.3293 9.92753C14.5313 10.1655 13.6933 10.3496 12.9758 10.4983C12.4741 10.6005 11.5838 10.7826 11.3249 10.8552C10.9012 10.9741 10.7913 11.0567 10.7425 11.1093C10.6902 11.1657 10.6114 11.2923 10.5124 11.7426L10.5104 11.7517C10.0481 13.8541 9.68698 15.4964 9.30157 16.613C9.10919 17.1705 8.88921 17.6642 8.60512 18.0329C8.30691 18.42 7.89112 18.7245 7.33719 18.7489C6.98111 18.7647 6.69083 18.6021 6.50071 18.4609C6.2991 18.3112 6.11291 18.113 5.94368 17.9016C5.60325 17.4763 5.24878 16.8921 4.89868 16.2231C4.19444 14.8772 3.45027 13.076 2.8212 11.2251C2.19243 9.3752 1.66737 7.44262 1.4141 5.83323C1.28785 5.03098 1.22444 4.28056 1.25964 3.64796C1.29271 3.05346 1.4196 2.39857 1.83126 1.95526C2.25571 1.49817 2.91058 1.33595 3.5071 1.27845C4.13915 1.21753 4.89107 1.25834 5.69427 1.36369C7.30601 1.57509 9.24899 2.06371 11.1123 2.66349C12.977 3.26372 14.7968 3.98654 16.1621 4.68051C16.841 5.02559 17.435 5.37727 17.8699 5.71803C18.0863 5.88759 18.2884 6.07373 18.4425 6.27536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.2521 14.0516C14.2969 12.9333 15.2666 12.25 16.2244 12.25H20.7756C21.7334 12.25 22.7031 12.9333 22.7479 14.0516C22.7967 15.2706 21.9759 15.9826 21.4226 16.4626C21.0085 16.822 20.7254 17.0695 20.5593 17.2545C20.4815 17.3411 20.4444 17.3969 20.4267 17.4303C20.4095 17.4506 20.3854 17.5069 20.4267 17.5697C20.4444 17.6031 20.4815 17.6589 20.5593 17.7455C20.7254 17.9305 20.982 18.155 21.396 18.5144C21.396 18.5144 21.8226 18.8807 21.9498 18.9958C22.5227 19.514 22.776 20.2446 22.7479 20.9484C22.7031 22.0667 21.7334 22.75 20.7756 22.75L16.2244 22.75C15.2666 22.75 14.2969 22.0667 14.2521 20.9484C14.2033 19.7284 15.0067 19.032 15.5638 18.5492L15.5638 18.5492C15.9779 18.1898 16.2344 17.9653 16.4006 17.7803C16.4784 17.6937 16.5556 17.6031 16.5733 17.5697C16.6134 17.5148 16.59 17.4539 16.5733 17.4303C16.5556 17.3969 16.5185 17.3411 16.4407 17.2545C16.2746 17.0695 16.018 16.845 15.604 16.4856C15.054 16.0082 14.2039 15.2557 14.2521 14.0516Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4425 6.27536C18.5886 6.46652 18.7522 6.75077 18.75 7.1004C18.7443 7.97857 18.1458 8.58792 17.54 8.98418C16.9196 9.38997 16.1174 9.69253 15.3293 9.92753C14.5313 10.1655 13.6933 10.3496 12.9758 10.4983C12.4741 10.6005 11.5838 10.7826 11.3249 10.8552C10.9012 10.9741 10.7913 11.0567 10.7425 11.1093C10.6902 11.1657 10.6114 11.2923 10.5124 11.7426L10.5104 11.7517C10.0481 13.8541 9.68698 15.4964 9.30157 16.613C9.10919 17.1705 8.88921 17.6642 8.60512 18.0329C8.30691 18.42 7.89112 18.7245 7.33719 18.7489C6.98111 18.7647 6.69083 18.6021 6.50071 18.4609C6.2991 18.3112 6.11291 18.113 5.94368 17.9016C5.60325 17.4763 5.24878 16.8921 4.89868 16.2231C4.19444 14.8772 3.45027 13.076 2.8212 11.2251C2.19243 9.3752 1.66737 7.44262 1.4141 5.83323C1.28785 5.03098 1.22444 4.28056 1.25964 3.64796C1.29271 3.05346 1.4196 2.39857 1.83126 1.95526C2.25571 1.49817 2.91058 1.33595 3.5071 1.27845C4.13915 1.21753 4.89107 1.25834 5.69427 1.36369C7.30601 1.57509 9.24899 2.06371 11.1123 2.66349C12.977 3.26372 14.7968 3.98654 16.1621 4.68051C16.841 5.02559 17.435 5.37727 17.8699 5.71803C18.0863 5.88759 18.2884 6.07373 18.4425 6.27536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.2521 14.0516C14.2969 12.9333 15.2666 12.25 16.2244 12.25H20.7756C21.7334 12.25 22.7031 12.9333 22.7479 14.0516C22.7967 15.2706 21.9759 15.9826 21.4226 16.4626C21.0085 16.822 20.7254 17.0695 20.5593 17.2545C20.4815 17.3411 20.4444 17.3969 20.4267 17.4303C20.4095 17.4506 20.3854 17.5069 20.4267 17.5697C20.4444 17.6031 20.4815 17.6589 20.5593 17.7455C20.7254 17.9305 20.982 18.155 21.396 18.5144C21.396 18.5144 21.8226 18.8807 21.9498 18.9958C22.5227 19.514 22.776 20.2446 22.7479 20.9484C22.7031 22.0667 21.7334 22.75 20.7756 22.75L16.2244 22.75C15.2666 22.75 14.2969 22.0667 14.2521 20.9484C14.2033 19.7284 15.0067 19.032 15.5638 18.5492L15.5638 18.5492C15.9779 18.1898 16.2344 17.9653 16.4006 17.7803C16.4784 17.6937 16.5556 17.6031 16.5733 17.5697C16.6134 17.5148 16.59 17.4539 16.5733 17.4303C16.5556 17.3969 16.5185 17.3411 16.4407 17.2545C16.2746 17.0695 16.018 16.845 15.604 16.4856C15.054 16.0082 14.2039 15.2557 14.2521 14.0516Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-magic-selection-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.8011 9.46672C21.1735 9.8367 21.5058 10.3463 21.4629 10.968L21.4627 10.9706C21.4173 11.5955 21.1181 12.0879 20.7837 12.469C20.4635 12.8339 20.0636 13.1482 19.7336 13.4076C19.3726 13.6915 19.0803 13.9242 18.8901 14.1452C18.7366 14.3236 18.6931 14.4414 18.6871 14.5297C18.7069 14.5575 18.7552 14.6172 18.8621 14.7145C19.092 14.9235 19.4488 15.1824 19.9965 15.5776C20.2319 15.7474 20.4738 15.9191 20.7184 16.0928L20.7186 16.093L20.7187 16.093C21.2217 16.4502 21.7365 16.8156 22.2309 17.1902C22.779 17.6054 22.9762 18.2896 22.8261 18.9038C22.3507 20.848 20.8567 22.3486 18.9043 22.8261C18.2898 22.9765 17.6056 22.7789 17.1907 22.2309C16.8161 21.7363 16.4508 21.2216 16.0936 20.7185L16.0934 20.7181C15.9198 20.4735 15.7481 20.2317 15.5782 19.9962C15.1831 19.4484 14.9243 19.0916 14.7153 18.8616C14.6181 18.7548 14.5584 18.7065 14.5306 18.6866C14.4424 18.6926 14.3247 18.7362 14.1464 18.8896C13.9254 19.0798 13.6927 19.3722 13.4089 19.7333L13.4089 19.7333C13.1495 20.0633 12.8352 20.4632 12.4704 20.7834C12.0893 21.1179 11.597 21.4172 10.9721 21.4626L10.9694 21.4628C10.3479 21.5057 9.8382 21.1735 9.46818 20.8011C9.09038 20.4209 8.75689 19.9014 8.46443 19.3265C7.87615 18.1701 7.37403 16.6291 7.01095 15.0611C6.64701 13.4893 6.41231 11.8447 6.37908 10.4682C6.3625 9.78147 6.39536 9.13733 6.49756 8.59181C6.59477 8.07296 6.77559 7.52353 7.14925 7.14981C7.52292 6.77609 8.07234 6.59519 8.59118 6.49791C9.1367 6.39563 9.78085 6.36268 10.4676 6.37915C11.8442 6.41218 13.4888 6.64664 15.0607 7.01035C16.6288 7.37319 18.1698 7.87508 19.3263 8.46319C19.9013 8.75556 20.4209 9.08897 20.8011 9.46672Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.15468 1.12512C9.70697 1.12512 10.1547 1.57284 10.1547 2.12512V3.62512C10.1547 4.17741 9.70697 4.62512 9.15468 4.62512C8.6024 4.62512 8.15468 4.17741 8.15468 3.62512V2.12512C8.15468 1.57284 8.6024 1.12512 9.15468 1.12512ZM3.41789 3.41802C3.80842 3.02749 4.44158 3.02749 4.83211 3.41802L5.83211 4.41802C6.22263 4.80854 6.22263 5.4417 5.83211 5.83223C5.44158 6.22275 4.80842 6.22275 4.41789 5.83223L3.41789 4.83223C3.02737 4.4417 3.02737 3.80854 3.41789 3.41802ZM14.8321 3.41802C15.2226 3.80854 15.2226 4.4417 14.8321 4.83223L13.8321 5.83223C13.4416 6.22275 12.8084 6.22275 12.4179 5.83223C12.0274 5.4417 12.0274 4.80854 12.4179 4.41802L13.4179 3.41802C13.8084 3.02749 14.4416 3.02749 14.8321 3.41802ZM1.125 9.15487C1.125 8.60259 1.57272 8.15487 2.125 8.15487H3.625C4.17728 8.15487 4.625 8.60259 4.625 9.15487C4.625 9.70716 4.17728 10.1549 3.625 10.1549H2.125C1.57272 10.1549 1.125 9.70716 1.125 9.15487ZM5.83211 12.418C6.22263 12.8085 6.22263 13.4417 5.83211 13.8322L4.83211 14.8322C4.44158 15.2228 3.80842 15.2228 3.41789 14.8322C3.02737 14.4417 3.02737 13.8085 3.41789 13.418L4.41789 12.418C4.80842 12.0275 5.44158 12.0275 5.83211 12.418Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.8011 9.46672C21.1735 9.8367 21.5058 10.3463 21.4629 10.968L21.4627 10.9706C21.4173 11.5955 21.1181 12.0879 20.7837 12.469C20.4635 12.8339 20.0636 13.1482 19.7336 13.4076C19.3726 13.6915 19.0803 13.9242 18.8901 14.1452C18.7366 14.3236 18.6931 14.4414 18.6871 14.5297C18.7069 14.5575 18.7552 14.6172 18.8621 14.7145C19.092 14.9235 19.4488 15.1824 19.9965 15.5776C20.2319 15.7474 20.4738 15.9191 20.7184 16.0928L20.7186 16.093L20.7187 16.093C21.2217 16.4502 21.7365 16.8156 22.2309 17.1902C22.779 17.6054 22.9762 18.2896 22.8261 18.9038C22.3507 20.848 20.8567 22.3486 18.9043 22.8261C18.2898 22.9765 17.6056 22.7789 17.1907 22.2309C16.8161 21.7363 16.4508 21.2216 16.0936 20.7185L16.0934 20.7181C15.9198 20.4735 15.7481 20.2317 15.5782 19.9962C15.1831 19.4484 14.9243 19.0916 14.7153 18.8616C14.6181 18.7548 14.5584 18.7065 14.5306 18.6866C14.4424 18.6926 14.3247 18.7362 14.1464 18.8896C13.9254 19.0798 13.6927 19.3722 13.4089 19.7333L13.4089 19.7333C13.1495 20.0633 12.8352 20.4632 12.4704 20.7834C12.0893 21.1179 11.597 21.4172 10.9721 21.4626L10.9694 21.4628C10.3479 21.5057 9.8382 21.1735 9.46818 20.8011C9.09038 20.4209 8.75689 19.9014 8.46443 19.3265C7.87615 18.1701 7.37403 16.6291 7.01095 15.0611C6.64701 13.4893 6.41231 11.8447 6.37908 10.4682C6.3625 9.78147 6.39536 9.13733 6.49756 8.59181C6.59477 8.07296 6.77559 7.52353 7.14925 7.14981C7.52292 6.77609 8.07234 6.59519 8.59118 6.49791C9.1367 6.39563 9.78085 6.36268 10.4676 6.37915C11.8442 6.41218 13.4888 6.64664 15.0607 7.01035C16.6288 7.37319 18.1698 7.87508 19.3263 8.46319C19.9013 8.75556 20.4209 9.08897 20.8011 9.46672Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.15468 1.12512C9.70697 1.12512 10.1547 1.57284 10.1547 2.12512V3.62512C10.1547 4.17741 9.70697 4.62512 9.15468 4.62512C8.6024 4.62512 8.15468 4.17741 8.15468 3.62512V2.12512C8.15468 1.57284 8.6024 1.12512 9.15468 1.12512ZM3.41789 3.41802C3.80842 3.02749 4.44158 3.02749 4.83211 3.41802L5.83211 4.41802C6.22263 4.80854 6.22263 5.4417 5.83211 5.83223C5.44158 6.22275 4.80842 6.22275 4.41789 5.83223L3.41789 4.83223C3.02737 4.4417 3.02737 3.80854 3.41789 3.41802ZM14.8321 3.41802C15.2226 3.80854 15.2226 4.4417 14.8321 4.83223L13.8321 5.83223C13.4416 6.22275 12.8084 6.22275 12.4179 5.83223C12.0274 5.4417 12.0274 4.80854 12.4179 4.41802L13.4179 3.41802C13.8084 3.02749 14.4416 3.02749 14.8321 3.41802ZM1.125 9.15487C1.125 8.60259 1.57272 8.15487 2.125 8.15487H3.625C4.17728 8.15487 4.625 8.60259 4.625 9.15487C4.625 9.70716 4.17728 10.1549 3.625 10.1549H2.125C1.57272 10.1549 1.125 9.70716 1.125 9.15487ZM5.83211 12.418C6.22263 12.8085 6.22263 13.4417 5.83211 13.8322L4.83211 14.8322C4.44158 15.2228 3.80842 15.2228 3.41789 14.8322C3.02737 14.4417 3.02737 13.8085 3.41789 13.418L4.41789 12.418C4.80842 12.0275 5.44158 12.0275 5.83211 12.418Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-magic-selection-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.15468 1.125C9.70697 1.125 10.1547 1.57272 10.1547 2.125V3.625C10.1547 4.17728 9.70697 4.625 9.15468 4.625C8.6024 4.625 8.15468 4.17728 8.15468 3.625V2.125C8.15468 1.57272 8.6024 1.125 9.15468 1.125ZM3.41789 3.41789C3.80842 3.02737 4.44158 3.02737 4.83211 3.41789L5.83211 4.41789C6.22263 4.80842 6.22263 5.44158 5.83211 5.83211C5.44158 6.22263 4.80842 6.22263 4.41789 5.83211L3.41789 4.83211C3.02737 4.44158 3.02737 3.80842 3.41789 3.41789ZM14.8321 3.41789C15.2226 3.80842 15.2226 4.44158 14.8321 4.83211L13.8321 5.83211C13.4416 6.22263 12.8084 6.22263 12.4179 5.83211C12.0274 5.44158 12.0274 4.80842 12.4179 4.41789L13.4179 3.41789C13.8084 3.02737 14.4416 3.02737 14.8321 3.41789ZM1.125 9.15475C1.125 8.60246 1.57272 8.15475 2.125 8.15475H3.625C4.17728 8.15475 4.625 8.60246 4.625 9.15475C4.625 9.70703 4.17728 10.1547 3.625 10.1547H2.125C1.57272 10.1547 1.125 9.70703 1.125 9.15475ZM5.83211 12.4179C6.22263 12.8084 6.22263 13.4416 5.83211 13.8321L4.83211 14.8321C4.44158 15.2226 3.80842 15.2226 3.41789 14.8321C3.02737 14.4416 3.02737 13.8084 3.41789 13.4179L4.41789 12.4179C4.80842 12.0274 5.44158 12.0274 5.83211 12.4179Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.5867 11.809C22.7202 11.9837 22.8771 12.2526 22.875 12.5885C22.8697 13.404 22.3134 13.9616 21.7738 14.3146C21.2195 14.6771 20.5073 14.945 19.8149 15.1514C19.1126 15.3609 18.3761 15.5226 17.7479 15.6528C17.3101 15.742 16.5326 15.901 16.3096 15.9636C15.9419 16.0667 15.8675 16.1334 15.8434 16.1594C15.8158 16.1891 15.751 16.2783 15.6649 16.6699L15.6616 16.685L15.6616 16.6851C15.2584 18.5187 14.9415 19.9598 14.6025 20.942C14.4331 21.4327 14.2367 21.8762 13.9787 22.211C13.7067 22.5641 13.3197 22.851 12.7992 22.874C12.4564 22.8891 12.1811 22.7327 12.0072 22.6036C11.8219 22.4659 11.6532 22.2857 11.5025 22.0975C11.1992 21.7186 10.8858 21.2013 10.5783 20.6137C9.95921 19.4306 9.30628 17.8498 8.75479 16.2272C8.2036 14.6055 7.74246 12.909 7.51973 11.4936C7.40874 10.7884 7.35226 10.1245 7.38357 9.56176C7.41277 9.03706 7.52496 8.43525 7.90865 8.02206C8.30445 7.59583 8.90729 7.45116 9.43472 7.40033C9.99767 7.34607 10.6634 7.38264 11.3697 7.47527C12.7875 7.66125 14.4935 8.0905 16.127 8.61631C17.7619 9.14257 19.359 9.7768 20.5593 10.3869C21.1557 10.69 21.6815 11.0009 22.069 11.3045C22.2617 11.4554 22.4452 11.6239 22.5867 11.809Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.15468 1.125C9.70697 1.125 10.1547 1.57272 10.1547 2.125V3.625C10.1547 4.17728 9.70697 4.625 9.15468 4.625C8.6024 4.625 8.15468 4.17728 8.15468 3.625V2.125C8.15468 1.57272 8.6024 1.125 9.15468 1.125ZM3.41789 3.41789C3.80842 3.02737 4.44158 3.02737 4.83211 3.41789L5.83211 4.41789C6.22263 4.80842 6.22263 5.44158 5.83211 5.83211C5.44158 6.22263 4.80842 6.22263 4.41789 5.83211L3.41789 4.83211C3.02737 4.44158 3.02737 3.80842 3.41789 3.41789ZM14.8321 3.41789C15.2226 3.80842 15.2226 4.44158 14.8321 4.83211L13.8321 5.83211C13.4416 6.22263 12.8084 6.22263 12.4179 5.83211C12.0274 5.44158 12.0274 4.80842 12.4179 4.41789L13.4179 3.41789C13.8084 3.02737 14.4416 3.02737 14.8321 3.41789ZM1.125 9.15475C1.125 8.60246 1.57272 8.15475 2.125 8.15475H3.625C4.17728 8.15475 4.625 8.60246 4.625 9.15475C4.625 9.70703 4.17728 10.1547 3.625 10.1547H2.125C1.57272 10.1547 1.125 9.70703 1.125 9.15475ZM5.83211 12.4179C6.22263 12.8084 6.22263 13.4416 5.83211 13.8321L4.83211 14.8321C4.44158 15.2226 3.80842 15.2226 3.41789 14.8321C3.02737 14.4416 3.02737 13.8084 3.41789 13.4179L4.41789 12.4179C4.80842 12.0274 5.44158 12.0274 5.83211 12.4179Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.5867 11.809C22.7202 11.9837 22.8771 12.2526 22.875 12.5885C22.8697 13.404 22.3134 13.9616 21.7738 14.3146C21.2195 14.6771 20.5073 14.945 19.8149 15.1514C19.1126 15.3609 18.3761 15.5226 17.7479 15.6528C17.3101 15.742 16.5326 15.901 16.3096 15.9636C15.9419 16.0667 15.8675 16.1334 15.8434 16.1594C15.8158 16.1891 15.751 16.2783 15.6649 16.6699L15.6616 16.685L15.6616 16.6851C15.2584 18.5187 14.9415 19.9598 14.6025 20.942C14.4331 21.4327 14.2367 21.8762 13.9787 22.211C13.7067 22.5641 13.3197 22.851 12.7992 22.874C12.4564 22.8891 12.1811 22.7327 12.0072 22.6036C11.8219 22.4659 11.6532 22.2857 11.5025 22.0975C11.1992 21.7186 10.8858 21.2013 10.5783 20.6137C9.95921 19.4306 9.30628 17.8498 8.75479 16.2272C8.2036 14.6055 7.74246 12.909 7.51973 11.4936C7.40874 10.7884 7.35226 10.1245 7.38357 9.56176C7.41277 9.03706 7.52496 8.43525 7.90865 8.02206C8.30445 7.59583 8.90729 7.45116 9.43472 7.40033C9.99767 7.34607 10.6634 7.38264 11.3697 7.47527C12.7875 7.66125 14.4935 8.0905 16.127 8.61631C17.7619 9.14257 19.359 9.7768 20.5593 10.3869C21.1557 10.69 21.6815 11.0009 22.069 11.3045C22.2617 11.4554 22.4452 11.6239 22.5867 11.809Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-move-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.1919 2.85865C19.4876 3.14875 19.4921 3.6236 19.202 3.91926C19.0678 4.05604 18.894 4.13051 18.7168 4.14232H17.75V4.99988C17.75 5.41409 17.4142 5.74988 17 5.74988C16.5858 5.74988 16.25 5.41409 16.25 4.99988V4.14232H15.2832C15.106 4.13051 14.9322 4.05604 14.798 3.91926C14.5079 3.6236 14.5124 3.14875 14.8081 2.85865L15.6617 2.02103C15.8363 1.84959 16.0164 1.67283 16.187 1.54507C16.3842 1.3975 16.6515 1.24988 17 1.24988C17.3485 1.24988 17.6158 1.3975 17.813 1.54507C17.9836 1.67283 18.1637 1.84959 18.3383 2.02103L18.3383 2.02103L19.1919 2.85865Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15 6.24988C15.4142 6.24988 15.75 6.58566 15.75 6.99988C15.75 7.41409 15.4142 7.74988 15 7.74988H14.1441L14.1441 8.66724C14.1439 8.86132 14.0689 9.05521 13.9194 9.20188C13.6237 9.49198 13.1489 9.48748 12.8588 9.19182L12.0212 8.33816C11.8497 8.16354 11.6729 7.98349 11.5452 7.81284C11.3976 7.61572 11.25 7.34838 11.25 6.99988C11.25 6.65138 11.3976 6.38403 11.5452 6.18691C11.6729 6.01626 11.8497 5.83622 12.0211 5.6616L12.0212 5.6616L12.8588 4.80794C13.1489 4.51228 13.6237 4.50777 13.9194 4.79787C14.069 4.94464 14.144 5.13871 14.1441 5.33293V6.24988H15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0806 4.79787C20.3763 4.50777 20.8511 4.51228 21.1412 4.80794L21.9788 5.66158C22.1503 5.83621 22.327 6.01626 22.4548 6.18691C22.6024 6.38404 22.75 6.65138 22.75 6.99988C22.75 7.34838 22.6024 7.61572 22.4548 7.81284C22.3271 7.98349 22.1503 8.16354 21.9789 8.33816L21.1412 9.19182C20.8511 9.48748 20.3763 9.49198 20.0806 9.20188C19.9311 9.05521 19.8561 8.86132 19.8559 8.66724V7.74988H19C18.5858 7.74988 18.25 7.41409 18.25 6.99988C18.25 6.58566 18.5858 6.24988 19 6.24988H19.8559V5.33293C19.856 5.13871 19.931 4.94464 20.0806 4.79787Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 8.24988C17.4142 8.24988 17.75 8.58566 17.75 8.99988V9.85579H18.6611C18.8573 9.85435 19.0538 9.9294 19.202 10.0805C19.4921 10.3762 19.4876 10.851 19.1919 11.1411L18.3383 11.9787C18.1637 12.1502 17.9836 12.3269 17.813 12.4547C17.6158 12.6023 17.3485 12.7499 17 12.7499C16.6515 12.7499 16.3842 12.6023 16.187 12.4547C16.0164 12.3269 15.8363 12.1502 15.6617 11.9787L14.8081 11.1411C14.5124 10.851 14.5079 10.3762 14.798 10.0805C14.9435 9.93224 15.1354 9.85719 15.3279 9.85579H16.25V8.99988C16.25 8.58566 16.5858 8.24988 17 8.24988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0625 2.93535C12.2715 2.97989 12.2937 3.35837 12.1178 3.47977C12.0014 3.56013 11.8909 3.65269 11.7881 3.75743L10.3444 5.288C10.0968 5.61881 9.75 6.19922 9.75 6.99991C9.75 7.8006 10.0967 8.38101 10.3444 8.71182L11.7881 10.2424C12.0392 10.4983 12.3364 10.6815 12.6536 10.7917C12.8798 10.8704 12.9929 10.9097 13.0416 10.9584C13.0902 11.007 13.1295 11.1201 13.2082 11.3464C13.3184 11.6635 13.5016 11.9607 13.7575 12.2118L15.2881 13.6555C15.6189 13.9032 16.1993 14.2499 17 14.2499C17.294 14.2499 17.5583 14.2032 17.7914 14.1317C17.9787 14.0744 18.0724 14.0457 18.144 14.0586C18.2157 14.0716 18.2817 14.1223 18.4136 14.2236L20.6919 15.974C21.0776 16.2703 21.4943 16.6376 21.6673 17.1572C21.8559 17.7235 21.6993 18.2715 21.4371 18.7835C20.6745 20.2725 19.276 21.673 17.7838 22.437C17.2718 22.6991 16.7237 22.8556 16.1575 22.667C15.6379 22.494 15.2706 22.0773 14.9742 21.6915L11.6273 17.335C11.459 17.116 11.3422 17.0534 11.2767 17.0489C11.2617 17.0479 11.2992 17.0505 11.2517 17.0629C11.2042 17.0753 11.1957 17.0809 11.1786 17.0921C10.9394 17.2487 10.6766 17.5009 10.3732 17.8446C10.1757 18.0682 9.993 18.2921 9.79915 18.5295C9.66501 18.6938 9.5253 18.8649 9.37198 19.0467C9.0218 19.4618 8.62932 19.8953 8.19377 20.2388C7.75659 20.5834 7.22975 20.8746 6.6103 20.9371L6.60768 20.9374C5.8994 21.0064 5.30547 20.6393 4.85888 20.1897C4.407 19.7348 4.00723 19.1018 3.65577 18.3893C2.94924 16.957 2.35535 15.032 1.93559 13.0622C1.51493 11.0881 1.25924 9.02205 1.25025 7.29403C1.24575 6.43143 1.3025 5.62965 1.44097 4.95551C1.57439 4.306 1.80522 3.66347 2.23441 3.23423C2.66365 2.80504 3.30626 2.57415 3.95577 2.44073C4.62991 2.30225 5.43169 2.24551 6.2943 2.25C8.02232 2.259 10.0883 2.51469 12.0625 2.93535Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.1919 2.85865C19.4876 3.14875 19.4921 3.6236 19.202 3.91926C19.0678 4.05604 18.894 4.13051 18.7168 4.14232H17.75V4.99988C17.75 5.41409 17.4142 5.74988 17 5.74988C16.5858 5.74988 16.25 5.41409 16.25 4.99988V4.14232H15.2832C15.106 4.13051 14.9322 4.05604 14.798 3.91926C14.5079 3.6236 14.5124 3.14875 14.8081 2.85865L15.6617 2.02103C15.8363 1.84959 16.0164 1.67283 16.187 1.54507C16.3842 1.3975 16.6515 1.24988 17 1.24988C17.3485 1.24988 17.6158 1.3975 17.813 1.54507C17.9836 1.67283 18.1637 1.84959 18.3383 2.02103L18.3383 2.02103L19.1919 2.85865Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15 6.24988C15.4142 6.24988 15.75 6.58566 15.75 6.99988C15.75 7.41409 15.4142 7.74988 15 7.74988H14.1441L14.1441 8.66724C14.1439 8.86132 14.0689 9.05521 13.9194 9.20188C13.6237 9.49198 13.1489 9.48748 12.8588 9.19182L12.0212 8.33816C11.8497 8.16354 11.6729 7.98349 11.5452 7.81284C11.3976 7.61572 11.25 7.34838 11.25 6.99988C11.25 6.65138 11.3976 6.38403 11.5452 6.18691C11.6729 6.01626 11.8497 5.83622 12.0211 5.6616L12.0212 5.6616L12.8588 4.80794C13.1489 4.51228 13.6237 4.50777 13.9194 4.79787C14.069 4.94464 14.144 5.13871 14.1441 5.33293V6.24988H15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0806 4.79787C20.3763 4.50777 20.8511 4.51228 21.1412 4.80794L21.9788 5.66158C22.1503 5.83621 22.327 6.01626 22.4548 6.18691C22.6024 6.38404 22.75 6.65138 22.75 6.99988C22.75 7.34838 22.6024 7.61572 22.4548 7.81284C22.3271 7.98349 22.1503 8.16354 21.9789 8.33816L21.1412 9.19182C20.8511 9.48748 20.3763 9.49198 20.0806 9.20188C19.9311 9.05521 19.8561 8.86132 19.8559 8.66724V7.74988H19C18.5858 7.74988 18.25 7.41409 18.25 6.99988C18.25 6.58566 18.5858 6.24988 19 6.24988H19.8559V5.33293C19.856 5.13871 19.931 4.94464 20.0806 4.79787Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 8.24988C17.4142 8.24988 17.75 8.58566 17.75 8.99988V9.85579H18.6611C18.8573 9.85435 19.0538 9.9294 19.202 10.0805C19.4921 10.3762 19.4876 10.851 19.1919 11.1411L18.3383 11.9787C18.1637 12.1502 17.9836 12.3269 17.813 12.4547C17.6158 12.6023 17.3485 12.7499 17 12.7499C16.6515 12.7499 16.3842 12.6023 16.187 12.4547C16.0164 12.3269 15.8363 12.1502 15.6617 11.9787L14.8081 11.1411C14.5124 10.851 14.5079 10.3762 14.798 10.0805C14.9435 9.93224 15.1354 9.85719 15.3279 9.85579H16.25V8.99988C16.25 8.58566 16.5858 8.24988 17 8.24988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0625 2.93535C12.2715 2.97989 12.2937 3.35837 12.1178 3.47977C12.0014 3.56013 11.8909 3.65269 11.7881 3.75743L10.3444 5.288C10.0968 5.61881 9.75 6.19922 9.75 6.99991C9.75 7.8006 10.0967 8.38101 10.3444 8.71182L11.7881 10.2424C12.0392 10.4983 12.3364 10.6815 12.6536 10.7917C12.8798 10.8704 12.9929 10.9097 13.0416 10.9584C13.0902 11.007 13.1295 11.1201 13.2082 11.3464C13.3184 11.6635 13.5016 11.9607 13.7575 12.2118L15.2881 13.6555C15.6189 13.9032 16.1993 14.2499 17 14.2499C17.294 14.2499 17.5583 14.2032 17.7914 14.1317C17.9787 14.0744 18.0724 14.0457 18.144 14.0586C18.2157 14.0716 18.2817 14.1223 18.4136 14.2236L20.6919 15.974C21.0776 16.2703 21.4943 16.6376 21.6673 17.1572C21.8559 17.7235 21.6993 18.2715 21.4371 18.7835C20.6745 20.2725 19.276 21.673 17.7838 22.437C17.2718 22.6991 16.7237 22.8556 16.1575 22.667C15.6379 22.494 15.2706 22.0773 14.9742 21.6915L11.6273 17.335C11.459 17.116 11.3422 17.0534 11.2767 17.0489C11.2617 17.0479 11.2992 17.0505 11.2517 17.0629C11.2042 17.0753 11.1957 17.0809 11.1786 17.0921C10.9394 17.2487 10.6766 17.5009 10.3732 17.8446C10.1757 18.0682 9.993 18.2921 9.79915 18.5295C9.66501 18.6938 9.5253 18.8649 9.37198 19.0467C9.0218 19.4618 8.62932 19.8953 8.19377 20.2388C7.75659 20.5834 7.22975 20.8746 6.6103 20.9371L6.60768 20.9374C5.8994 21.0064 5.30547 20.6393 4.85888 20.1897C4.407 19.7348 4.00723 19.1018 3.65577 18.3893C2.94924 16.957 2.35535 15.032 1.93559 13.0622C1.51493 11.0881 1.25924 9.02205 1.25025 7.29403C1.24575 6.43143 1.3025 5.62965 1.44097 4.95551C1.57439 4.306 1.80522 3.66347 2.23441 3.23423C2.66365 2.80504 3.30626 2.57415 3.95577 2.44073C4.62991 2.30225 5.43169 2.24551 6.2943 2.25C8.02232 2.259 10.0883 2.51469 12.0625 2.93535Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-move-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4425 6.27536C18.5886 6.46652 18.7522 6.75077 18.75 7.1004C18.7443 7.97857 18.1458 8.58792 17.54 8.98418C16.9196 9.38997 16.1174 9.69253 15.3293 9.92753C14.5313 10.1655 13.6933 10.3496 12.9758 10.4983C12.4741 10.6005 11.5838 10.7826 11.3249 10.8552C10.9012 10.9741 10.7913 11.0567 10.7425 11.1093C10.6902 11.1657 10.6114 11.2923 10.5124 11.7426L10.5104 11.7517C10.0481 13.8541 9.68698 15.4964 9.30157 16.613C9.10919 17.1705 8.88921 17.6642 8.60512 18.0329C8.30691 18.42 7.89112 18.7245 7.33719 18.7489C6.98111 18.7647 6.69083 18.6021 6.50071 18.4609C6.2991 18.3112 6.11291 18.113 5.94368 17.9016C5.60325 17.4763 5.24878 16.8921 4.89868 16.2231C4.19444 14.8772 3.45027 13.076 2.8212 11.2251C2.19243 9.3752 1.66737 7.44262 1.4141 5.83323C1.28785 5.03098 1.22444 4.28056 1.25964 3.64796C1.29271 3.05346 1.4196 2.39857 1.83126 1.95526C2.25571 1.49817 2.91058 1.33595 3.5071 1.27845C4.13915 1.21753 4.89107 1.25834 5.69427 1.36369C7.30601 1.57509 9.24899 2.06371 11.1123 2.66349C12.977 3.26372 14.7968 3.98654 16.1621 4.68051C16.841 5.02559 17.435 5.37727 17.8699 5.71803C18.0863 5.88759 18.2884 6.07373 18.4425 6.27536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.278 13.4767C19.5736 13.7668 19.5782 14.2417 19.2881 14.5373C19.1305 14.6979 18.9185 14.7726 18.7103 14.7609H18.25V15.7C18.25 16.1142 17.9142 16.45 17.5 16.45C17.0858 16.45 16.75 16.1142 16.75 15.7V14.7609H16.2897C16.0815 14.7726 15.8695 14.6979 15.712 14.5373C15.4218 14.2417 15.4264 13.7668 15.722 13.4767C15.722 13.4767 16.1608 12.9869 16.2897 12.8592C16.4169 12.7332 16.5759 12.5913 16.759 12.4778C16.9391 12.3662 17.1939 12.25 17.5 12.25C17.8061 12.25 18.0609 12.3662 18.241 12.4778C18.4241 12.5913 18.5831 12.7332 18.7103 12.8592C18.7103 12.8592 19.2261 13.4258 19.278 13.4767Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4767 15.722C13.7668 15.4264 14.2417 15.4218 14.5373 15.7119C14.6979 15.8695 14.7726 16.0815 14.7609 16.2897V16.75H15.7C16.1142 16.75 16.45 17.0858 16.45 17.5C16.45 17.9142 16.1142 18.25 15.7 18.25H14.7609V18.7951C14.7507 18.975 14.6761 19.1519 14.5373 19.288C14.2417 19.5782 13.7668 19.5736 13.4767 19.278L12.8592 18.7103C12.7332 18.5831 12.5913 18.4241 12.4778 18.241C12.3662 18.0609 12.25 17.8061 12.25 17.5C12.25 17.1939 12.3662 16.9391 12.4778 16.759C12.5913 16.5759 12.7332 16.4169 12.8592 16.2897C12.8592 16.2897 13.4258 15.7739 13.4767 15.722Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.4627 15.712C20.7583 15.4218 21.2332 15.4264 21.5233 15.722C21.5233 15.722 22.0131 16.1608 22.1408 16.2897C22.2668 16.4169 22.4087 16.5759 22.5222 16.759C22.6338 16.9391 22.75 17.1939 22.75 17.5C22.75 17.8061 22.6338 18.0609 22.5222 18.241C22.4087 18.4241 22.2668 18.5831 22.1408 18.7103C22.1408 18.7103 21.5742 19.2261 21.5233 19.278C21.2332 19.5736 20.7583 19.5782 20.4627 19.288C20.3239 19.1519 20.2493 18.975 20.2391 18.7951V18.25H19.3C18.8858 18.25 18.55 17.9142 18.55 17.5C18.55 17.0858 18.8858 16.75 19.3 16.75H20.2391V16.2897C20.2274 16.0815 20.3021 15.8695 20.4627 15.712Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5 18.55C17.9142 18.55 18.25 18.8858 18.25 19.3V20.2391H18.7103C18.9185 20.2274 19.1305 20.3021 19.288 20.4627C19.5781 20.7583 19.5736 21.2332 19.278 21.5233L18.7103 22.1408C18.5831 22.2668 18.4241 22.4087 18.241 22.5222C18.0609 22.6338 17.8061 22.75 17.5 22.75C17.1939 22.75 16.9391 22.6338 16.759 22.5222C16.5759 22.4087 16.4169 22.2668 16.2897 22.1408C16.1608 22.0131 15.722 21.5233 15.722 21.5233C15.4264 21.2332 15.4218 20.7583 15.712 20.4627C15.8695 20.3021 16.0815 20.2274 16.2897 20.2391H16.75V19.3C16.75 18.8858 17.0858 18.55 17.5 18.55Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4425 6.27536C18.5886 6.46652 18.7522 6.75077 18.75 7.1004C18.7443 7.97857 18.1458 8.58792 17.54 8.98418C16.9196 9.38997 16.1174 9.69253 15.3293 9.92753C14.5313 10.1655 13.6933 10.3496 12.9758 10.4983C12.4741 10.6005 11.5838 10.7826 11.3249 10.8552C10.9012 10.9741 10.7913 11.0567 10.7425 11.1093C10.6902 11.1657 10.6114 11.2923 10.5124 11.7426L10.5104 11.7517C10.0481 13.8541 9.68698 15.4964 9.30157 16.613C9.10919 17.1705 8.88921 17.6642 8.60512 18.0329C8.30691 18.42 7.89112 18.7245 7.33719 18.7489C6.98111 18.7647 6.69083 18.6021 6.50071 18.4609C6.2991 18.3112 6.11291 18.113 5.94368 17.9016C5.60325 17.4763 5.24878 16.8921 4.89868 16.2231C4.19444 14.8772 3.45027 13.076 2.8212 11.2251C2.19243 9.3752 1.66737 7.44262 1.4141 5.83323C1.28785 5.03098 1.22444 4.28056 1.25964 3.64796C1.29271 3.05346 1.4196 2.39857 1.83126 1.95526C2.25571 1.49817 2.91058 1.33595 3.5071 1.27845C4.13915 1.21753 4.89107 1.25834 5.69427 1.36369C7.30601 1.57509 9.24899 2.06371 11.1123 2.66349C12.977 3.26372 14.7968 3.98654 16.1621 4.68051C16.841 5.02559 17.435 5.37727 17.8699 5.71803C18.0863 5.88759 18.2884 6.07373 18.4425 6.27536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.278 13.4767C19.5736 13.7668 19.5782 14.2417 19.2881 14.5373C19.1305 14.6979 18.9185 14.7726 18.7103 14.7609H18.25V15.7C18.25 16.1142 17.9142 16.45 17.5 16.45C17.0858 16.45 16.75 16.1142 16.75 15.7V14.7609H16.2897C16.0815 14.7726 15.8695 14.6979 15.712 14.5373C15.4218 14.2417 15.4264 13.7668 15.722 13.4767C15.722 13.4767 16.1608 12.9869 16.2897 12.8592C16.4169 12.7332 16.5759 12.5913 16.759 12.4778C16.9391 12.3662 17.1939 12.25 17.5 12.25C17.8061 12.25 18.0609 12.3662 18.241 12.4778C18.4241 12.5913 18.5831 12.7332 18.7103 12.8592C18.7103 12.8592 19.2261 13.4258 19.278 13.4767Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4767 15.722C13.7668 15.4264 14.2417 15.4218 14.5373 15.7119C14.6979 15.8695 14.7726 16.0815 14.7609 16.2897V16.75H15.7C16.1142 16.75 16.45 17.0858 16.45 17.5C16.45 17.9142 16.1142 18.25 15.7 18.25H14.7609V18.7951C14.7507 18.975 14.6761 19.1519 14.5373 19.288C14.2417 19.5782 13.7668 19.5736 13.4767 19.278L12.8592 18.7103C12.7332 18.5831 12.5913 18.4241 12.4778 18.241C12.3662 18.0609 12.25 17.8061 12.25 17.5C12.25 17.1939 12.3662 16.9391 12.4778 16.759C12.5913 16.5759 12.7332 16.4169 12.8592 16.2897C12.8592 16.2897 13.4258 15.7739 13.4767 15.722Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.4627 15.712C20.7583 15.4218 21.2332 15.4264 21.5233 15.722C21.5233 15.722 22.0131 16.1608 22.1408 16.2897C22.2668 16.4169 22.4087 16.5759 22.5222 16.759C22.6338 16.9391 22.75 17.1939 22.75 17.5C22.75 17.8061 22.6338 18.0609 22.5222 18.241C22.4087 18.4241 22.2668 18.5831 22.1408 18.7103C22.1408 18.7103 21.5742 19.2261 21.5233 19.278C21.2332 19.5736 20.7583 19.5782 20.4627 19.288C20.3239 19.1519 20.2493 18.975 20.2391 18.7951V18.25H19.3C18.8858 18.25 18.55 17.9142 18.55 17.5C18.55 17.0858 18.8858 16.75 19.3 16.75H20.2391V16.2897C20.2274 16.0815 20.3021 15.8695 20.4627 15.712Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5 18.55C17.9142 18.55 18.25 18.8858 18.25 19.3V20.2391H18.7103C18.9185 20.2274 19.1305 20.3021 19.288 20.4627C19.5781 20.7583 19.5736 21.2332 19.278 21.5233L18.7103 22.1408C18.5831 22.2668 18.4241 22.4087 18.241 22.5222C18.0609 22.6338 17.8061 22.75 17.5 22.75C17.1939 22.75 16.9391 22.6338 16.759 22.5222C16.5759 22.4087 16.4169 22.2668 16.2897 22.1408C16.1608 22.0131 15.722 21.5233 15.722 21.5233C15.4264 21.2332 15.4218 20.7583 15.712 20.4627C15.8695 20.3021 16.0815 20.2274 16.2897 20.2391H16.75V19.3C16.75 18.8858 17.0858 18.55 17.5 18.55Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-pointer-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0466 11.767C21.3586 12.0769 21.6586 12.5249 21.6199 13.0847L21.6197 13.0874C21.5802 13.6313 21.3197 14.055 21.0397 14.3741C20.7742 14.6766 20.4449 14.9355 20.1834 15.1411C19.8913 15.3708 19.6665 15.5505 19.5258 15.714C19.4742 15.7633 19.395 15.8817 19.4906 15.9606C19.6667 16.1208 20.5178 16.7318 20.9592 17.0503L20.9592 17.0503C21.3627 17.3368 21.7779 17.6316 22.1753 17.9326C22.6653 18.3038 22.8397 18.9141 22.7066 19.4587C22.313 21.0682 21.0755 22.3113 19.4591 22.7066C18.9143 22.8399 18.304 22.6652 17.9329 22.1753C17.632 21.7778 17.3372 21.3626 17.0508 20.959L17.0507 20.959C16.7324 20.5176 16.1213 19.6664 15.9612 19.4902C15.8759 19.3865 15.7615 19.4705 15.7149 19.5254C15.5514 19.6661 15.3717 19.891 15.1421 20.1831C14.9365 20.4447 14.6777 20.774 14.3752 21.0395C14.0562 21.3196 13.6325 21.5802 13.0885 21.6197L13.0859 21.6199C12.5261 21.6586 12.0781 21.3586 11.7681 21.0467C11.4504 20.7269 11.1752 20.2959 10.9378 19.8292C10.4597 18.8893 10.0546 17.6438 9.76263 16.3827C9.46977 15.1179 9.28019 13.7919 9.25331 12.6782C9.2399 12.1229 9.26624 11.5962 9.35062 11.1459C9.43 10.7221 9.58169 10.2455 9.91333 9.91381C10.245 9.58213 10.7216 9.43037 11.1453 9.35092C11.5957 9.26648 12.1223 9.24007 12.6777 9.25339C13.7914 9.28011 15.1175 9.46949 16.3824 9.76216C17.6435 10.054 18.8891 10.4589 19.8291 10.9369C20.2958 11.1742 20.7268 11.4493 21.0466 11.767Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.15238 3.18759C5.85805 3.18759 3.18747 5.85817 3.18747 9.15251C3.18747 11.8345 4.95831 14.1055 7.39685 14.8552C7.90824 15.0124 8.19536 15.5544 8.03815 16.0658C7.88093 16.5772 7.33892 16.8643 6.82752 16.7071C3.59878 15.7145 1.25 12.7091 1.25 9.15251C1.25 4.78814 4.78802 1.25012 9.15238 1.25012C12.7089 1.25012 15.7144 3.5989 16.707 6.82764C16.8642 7.33904 16.5771 7.88106 16.0657 8.03827C15.5543 8.19549 15.0123 7.90836 14.855 7.39697C14.1054 4.95843 11.8344 3.18759 9.15238 3.18759Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.83867 7.10726C7.88237 7.10726 7.10714 7.88249 7.10714 8.83879C7.10714 9.35152 7.32882 9.81125 7.68455 10.1296C8.06668 10.4716 8.0992 11.0587 7.75718 11.4408C7.41516 11.823 6.82812 11.8555 6.44599 11.5135C5.7133 10.8577 5.25 9.90172 5.25 8.83879C5.25 6.85682 6.8567 5.25012 8.83867 5.25012C9.9016 5.25012 10.8575 5.71342 11.5133 6.44612C11.8553 6.82825 11.8228 7.41528 11.4407 7.7573C11.0586 8.09932 10.4715 8.0668 10.1295 7.68467C9.81113 7.32894 9.3514 7.10726 8.83867 7.10726Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0466 11.767C21.3586 12.0769 21.6586 12.5249 21.6199 13.0847L21.6197 13.0874C21.5802 13.6313 21.3197 14.055 21.0397 14.3741C20.7742 14.6766 20.4449 14.9355 20.1834 15.1411C19.8913 15.3708 19.6665 15.5505 19.5258 15.714C19.4742 15.7633 19.395 15.8817 19.4906 15.9606C19.6667 16.1208 20.5178 16.7318 20.9592 17.0503L20.9592 17.0503C21.3627 17.3368 21.7779 17.6316 22.1753 17.9326C22.6653 18.3038 22.8397 18.9141 22.7066 19.4587C22.313 21.0682 21.0755 22.3113 19.4591 22.7066C18.9143 22.8399 18.304 22.6652 17.9329 22.1753C17.632 21.7778 17.3372 21.3626 17.0508 20.959L17.0507 20.959C16.7324 20.5176 16.1213 19.6664 15.9612 19.4902C15.8759 19.3865 15.7615 19.4705 15.7149 19.5254C15.5514 19.6661 15.3717 19.891 15.1421 20.1831C14.9365 20.4447 14.6777 20.774 14.3752 21.0395C14.0562 21.3196 13.6325 21.5802 13.0885 21.6197L13.0859 21.6199C12.5261 21.6586 12.0781 21.3586 11.7681 21.0467C11.4504 20.7269 11.1752 20.2959 10.9378 19.8292C10.4597 18.8893 10.0546 17.6438 9.76263 16.3827C9.46977 15.1179 9.28019 13.7919 9.25331 12.6782C9.2399 12.1229 9.26624 11.5962 9.35062 11.1459C9.43 10.7221 9.58169 10.2455 9.91333 9.91381C10.245 9.58213 10.7216 9.43037 11.1453 9.35092C11.5957 9.26648 12.1223 9.24007 12.6777 9.25339C13.7914 9.28011 15.1175 9.46949 16.3824 9.76216C17.6435 10.054 18.8891 10.4589 19.8291 10.9369C20.2958 11.1742 20.7268 11.4493 21.0466 11.767Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.15238 3.18759C5.85805 3.18759 3.18747 5.85817 3.18747 9.15251C3.18747 11.8345 4.95831 14.1055 7.39685 14.8552C7.90824 15.0124 8.19536 15.5544 8.03815 16.0658C7.88093 16.5772 7.33892 16.8643 6.82752 16.7071C3.59878 15.7145 1.25 12.7091 1.25 9.15251C1.25 4.78814 4.78802 1.25012 9.15238 1.25012C12.7089 1.25012 15.7144 3.5989 16.707 6.82764C16.8642 7.33904 16.5771 7.88106 16.0657 8.03827C15.5543 8.19549 15.0123 7.90836 14.855 7.39697C14.1054 4.95843 11.8344 3.18759 9.15238 3.18759Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.83867 7.10726C7.88237 7.10726 7.10714 7.88249 7.10714 8.83879C7.10714 9.35152 7.32882 9.81125 7.68455 10.1296C8.06668 10.4716 8.0992 11.0587 7.75718 11.4408C7.41516 11.823 6.82812 11.8555 6.44599 11.5135C5.7133 10.8577 5.25 9.90172 5.25 8.83879C5.25 6.85682 6.8567 5.25012 8.83867 5.25012C9.9016 5.25012 10.8575 5.71342 11.5133 6.44612C11.8553 6.82825 11.8228 7.41528 11.4407 7.7573C11.0586 8.09932 10.4715 8.0668 10.1295 7.68467C9.81113 7.32894 9.3514 7.10726 8.83867 7.10726Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-pointer-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.15238 3.18747C5.85805 3.18747 3.18747 5.85805 3.18747 9.15238C3.18747 11.8344 4.95831 14.1054 7.39685 14.855C7.90824 15.0123 8.19536 15.5543 8.03815 16.0657C7.88093 16.5771 7.33892 16.8642 6.82752 16.707C3.59878 15.7144 1.25 12.7089 1.25 9.15238C1.25 4.78802 4.78802 1.25 9.15238 1.25C12.7089 1.25 15.7144 3.59878 16.707 6.82752C16.8642 7.33892 16.5771 7.88093 16.0657 8.03815C15.5543 8.19536 15.0123 7.90824 14.855 7.39685C14.1054 4.95831 11.8344 3.18747 9.15238 3.18747Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.50083 7.0833C7.72137 7.0833 7.0833 7.71867 7.0833 8.51009C7.0833 8.8111 7.17489 9.08758 7.33113 9.31646C7.61655 9.73459 7.50897 10.3049 7.09085 10.5903C6.67272 10.8758 6.10239 10.7682 5.81697 10.3501C5.45916 9.82587 5.25 9.19098 5.25 8.51009C5.25 6.71302 6.70203 5.25 8.50083 5.25C9.19031 5.25 9.83192 5.46628 10.3585 5.83449C10.7734 6.12459 10.8746 6.69609 10.5845 7.11099C10.2944 7.52588 9.72289 7.62705 9.30799 7.33695C9.07897 7.17681 8.802 7.0833 8.50083 7.0833Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.4713 12.3883C22.5984 12.5548 22.7521 12.8161 22.75 13.145C22.7449 13.9292 22.2098 14.461 21.7032 14.7923C21.182 15.1332 20.5147 15.3837 19.8703 15.5759C19.2158 15.771 18.53 15.9216 17.9464 16.0425C17.5407 16.1252 16.8195 16.2727 16.6145 16.3302C16.2747 16.4256 16.2181 16.4843 16.2064 16.4969C16.1912 16.5133 16.1333 16.5838 16.0537 16.9461L16.0497 16.9642C15.676 18.6634 15.3813 20.004 15.0655 20.919C14.9076 21.3764 14.7229 21.7948 14.4781 22.1126C14.2191 22.4487 13.8464 22.7267 13.3427 22.749C13.0066 22.7639 12.7387 22.6105 12.573 22.4874C12.3957 22.3557 12.2359 22.1846 12.0945 22.0079C11.8097 21.6522 11.5168 21.1684 11.2306 20.6214C10.6541 19.5197 10.0468 18.0491 9.53408 16.5407C9.02168 15.0331 8.5925 13.4546 8.38504 12.1364C8.28169 11.4797 8.22867 10.859 8.25804 10.3312C8.2853 9.84136 8.39015 9.26609 8.75985 8.86796C9.14131 8.45716 9.71815 8.32127 10.211 8.27376C10.7394 8.22283 11.3621 8.25729 12.0199 8.34357C13.3408 8.51682 14.9282 8.9164 16.4468 9.40522C17.9668 9.89449 19.4527 10.4844 20.5704 11.0526C21.1255 11.3347 21.6173 11.6252 21.981 11.9102C22.1618 12.0519 22.3361 12.2115 22.4713 12.3883Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.15238 3.18747C5.85805 3.18747 3.18747 5.85805 3.18747 9.15238C3.18747 11.8344 4.95831 14.1054 7.39685 14.855C7.90824 15.0123 8.19536 15.5543 8.03815 16.0657C7.88093 16.5771 7.33892 16.8642 6.82752 16.707C3.59878 15.7144 1.25 12.7089 1.25 9.15238C1.25 4.78802 4.78802 1.25 9.15238 1.25C12.7089 1.25 15.7144 3.59878 16.707 6.82752C16.8642 7.33892 16.5771 7.88093 16.0657 8.03815C15.5543 8.19536 15.0123 7.90824 14.855 7.39685C14.1054 4.95831 11.8344 3.18747 9.15238 3.18747Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.50083 7.0833C7.72137 7.0833 7.0833 7.71867 7.0833 8.51009C7.0833 8.8111 7.17489 9.08758 7.33113 9.31646C7.61655 9.73459 7.50897 10.3049 7.09085 10.5903C6.67272 10.8758 6.10239 10.7682 5.81697 10.3501C5.45916 9.82587 5.25 9.19098 5.25 8.51009C5.25 6.71302 6.70203 5.25 8.50083 5.25C9.19031 5.25 9.83192 5.46628 10.3585 5.83449C10.7734 6.12459 10.8746 6.69609 10.5845 7.11099C10.2944 7.52588 9.72289 7.62705 9.30799 7.33695C9.07897 7.17681 8.802 7.0833 8.50083 7.0833Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.4713 12.3883C22.5984 12.5548 22.7521 12.8161 22.75 13.145C22.7449 13.9292 22.2098 14.461 21.7032 14.7923C21.182 15.1332 20.5147 15.3837 19.8703 15.5759C19.2158 15.771 18.53 15.9216 17.9464 16.0425C17.5407 16.1252 16.8195 16.2727 16.6145 16.3302C16.2747 16.4256 16.2181 16.4843 16.2064 16.4969C16.1912 16.5133 16.1333 16.5838 16.0537 16.9461L16.0497 16.9642C15.676 18.6634 15.3813 20.004 15.0655 20.919C14.9076 21.3764 14.7229 21.7948 14.4781 22.1126C14.2191 22.4487 13.8464 22.7267 13.3427 22.749C13.0066 22.7639 12.7387 22.6105 12.573 22.4874C12.3957 22.3557 12.2359 22.1846 12.0945 22.0079C11.8097 21.6522 11.5168 21.1684 11.2306 20.6214C10.6541 19.5197 10.0468 18.0491 9.53408 16.5407C9.02168 15.0331 8.5925 13.4546 8.38504 12.1364C8.28169 11.4797 8.22867 10.859 8.25804 10.3312C8.2853 9.84136 8.39015 9.26609 8.75985 8.86796C9.14131 8.45716 9.71815 8.32127 10.211 8.27376C10.7394 8.22283 11.3621 8.25729 12.0199 8.34357C13.3408 8.51682 14.9282 8.9164 16.4468 9.40522C17.9668 9.89449 19.4527 10.4844 20.5704 11.0526C21.1255 11.3347 21.6173 11.6252 21.981 11.9102C22.1618 12.0519 22.3361 12.2115 22.4713 12.3883Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-progress-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2406 3.2035C16.8735 3.1544 16.501 3.1544 16.1339 3.2035C15.6093 3.27366 15.1271 2.90526 15.057 2.38066C14.9868 1.85605 15.3552 1.3739 15.8798 1.30374C16.4156 1.23209 16.959 1.23209 17.4947 1.30374C18.0193 1.3739 18.3877 1.85605 18.3175 2.38066C18.2474 2.90526 17.7652 3.27366 17.2406 3.2035ZM19.0182 2.66962C19.3394 2.24893 19.9408 2.16824 20.3615 2.48941C20.7886 2.81553 21.1842 3.21111 21.5104 3.63827C21.8316 4.05894 21.7509 4.66035 21.3303 4.98154C20.9096 5.30274 20.3082 5.2221 19.987 4.80142C19.7644 4.50987 19.49 4.23546 19.1984 4.01288C18.7777 3.69171 18.697 3.09031 19.0182 2.66962ZM14.4339 2.81243C14.7979 3.19667 14.7815 3.80323 14.3973 4.16723C12.742 5.73527 12.7978 8.1629 14.3166 9.68138C15.8537 11.2181 18.3238 11.2606 19.8857 9.54799C20.2424 9.15693 20.8485 9.12904 21.2396 9.48569C21.6306 9.84235 21.6585 10.4485 21.3019 10.8396C18.9717 13.3945 15.2379 13.3127 12.9615 11.0368C10.7089 8.78478 10.6109 5.11399 13.0791 2.77578C13.4633 2.41178 14.0699 2.42819 14.4339 2.81243ZM21.6198 5.6837C22.1444 5.61367 22.6265 5.98219 22.6965 6.50681C22.7679 7.04156 22.7679 7.58392 22.6965 8.11867C22.6265 8.64329 22.1444 9.01181 21.6198 8.94178C21.0952 8.87175 20.7266 8.38968 20.7967 7.86506C20.8456 7.49864 20.8456 7.12684 20.7967 6.76041C20.7266 6.23579 21.0952 5.75373 21.6198 5.6837Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6089 3.55232C10.8219 3.15912 10.9283 2.96252 10.8592 2.82317C10.7901 2.68381 10.586 2.65218 10.1777 2.58891C8.81683 2.37801 7.47647 2.2564 6.2943 2.25025C5.43169 2.24575 4.62991 2.3025 3.95577 2.44097C3.30626 2.57439 2.66365 2.80529 2.23441 3.23447C1.80522 3.66371 1.57439 4.30625 1.44097 4.95576C1.3025 5.62989 1.24575 6.43167 1.25025 7.29428C1.25924 9.0223 1.51493 11.0883 1.93559 13.0624C2.35535 15.0323 2.94924 16.9572 3.65577 18.3896C4.00723 19.1021 4.407 19.7351 4.85888 20.19C5.30547 20.6395 5.8994 21.0066 6.60768 20.9376L6.6103 20.9374C7.22975 20.8748 7.75659 20.5837 8.19377 20.239C8.62932 19.8956 9.0218 19.4621 9.37198 19.0469C9.5253 18.8652 9.66476 18.6944 9.7989 18.5301C9.99274 18.2926 10.1757 18.0685 10.3732 17.8449C10.6766 17.5011 10.9394 17.249 11.1786 17.0924C11.1957 17.0811 11.2042 17.0755 11.2517 17.0631C11.2992 17.0507 11.2617 17.0482 11.2767 17.0492C11.3422 17.0537 11.459 17.1162 11.6273 17.3353L14.9742 21.6918C15.2706 22.0775 15.6379 22.4942 16.1575 22.6673C16.7237 22.8559 17.2718 22.6994 17.7838 22.4372C19.276 21.6733 20.6745 20.2728 21.4371 18.7837C21.6993 18.2717 21.8559 17.7237 21.6673 17.1574C21.4943 16.6379 21.0776 16.2705 20.6919 15.9742L18.5157 14.3023C18.4141 14.2243 18.3634 14.1853 18.3051 14.1699C18.2468 14.1544 18.1795 14.1638 18.0449 14.1824C15.8442 14.4876 13.5576 13.754 11.901 12.0977C9.61993 9.8172 9.09327 6.35135 10.6089 3.55232Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2406 3.2035C16.8735 3.1544 16.501 3.1544 16.1339 3.2035C15.6093 3.27366 15.1271 2.90526 15.057 2.38066C14.9868 1.85605 15.3552 1.3739 15.8798 1.30374C16.4156 1.23209 16.959 1.23209 17.4947 1.30374C18.0193 1.3739 18.3877 1.85605 18.3175 2.38066C18.2474 2.90526 17.7652 3.27366 17.2406 3.2035ZM19.0182 2.66962C19.3394 2.24893 19.9408 2.16824 20.3615 2.48941C20.7886 2.81553 21.1842 3.21111 21.5104 3.63827C21.8316 4.05894 21.7509 4.66035 21.3303 4.98154C20.9096 5.30274 20.3082 5.2221 19.987 4.80142C19.7644 4.50987 19.49 4.23546 19.1984 4.01288C18.7777 3.69171 18.697 3.09031 19.0182 2.66962ZM14.4339 2.81243C14.7979 3.19667 14.7815 3.80323 14.3973 4.16723C12.742 5.73527 12.7978 8.1629 14.3166 9.68138C15.8537 11.2181 18.3238 11.2606 19.8857 9.54799C20.2424 9.15693 20.8485 9.12904 21.2396 9.48569C21.6306 9.84235 21.6585 10.4485 21.3019 10.8396C18.9717 13.3945 15.2379 13.3127 12.9615 11.0368C10.7089 8.78478 10.6109 5.11399 13.0791 2.77578C13.4633 2.41178 14.0699 2.42819 14.4339 2.81243ZM21.6198 5.6837C22.1444 5.61367 22.6265 5.98219 22.6965 6.50681C22.7679 7.04156 22.7679 7.58392 22.6965 8.11867C22.6265 8.64329 22.1444 9.01181 21.6198 8.94178C21.0952 8.87175 20.7266 8.38968 20.7967 7.86506C20.8456 7.49864 20.8456 7.12684 20.7967 6.76041C20.7266 6.23579 21.0952 5.75373 21.6198 5.6837Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6089 3.55232C10.8219 3.15912 10.9283 2.96252 10.8592 2.82317C10.7901 2.68381 10.586 2.65218 10.1777 2.58891C8.81683 2.37801 7.47647 2.2564 6.2943 2.25025C5.43169 2.24575 4.62991 2.3025 3.95577 2.44097C3.30626 2.57439 2.66365 2.80529 2.23441 3.23447C1.80522 3.66371 1.57439 4.30625 1.44097 4.95576C1.3025 5.62989 1.24575 6.43167 1.25025 7.29428C1.25924 9.0223 1.51493 11.0883 1.93559 13.0624C2.35535 15.0323 2.94924 16.9572 3.65577 18.3896C4.00723 19.1021 4.407 19.7351 4.85888 20.19C5.30547 20.6395 5.8994 21.0066 6.60768 20.9376L6.6103 20.9374C7.22975 20.8748 7.75659 20.5837 8.19377 20.239C8.62932 19.8956 9.0218 19.4621 9.37198 19.0469C9.5253 18.8652 9.66476 18.6944 9.7989 18.5301C9.99274 18.2926 10.1757 18.0685 10.3732 17.8449C10.6766 17.5011 10.9394 17.249 11.1786 17.0924C11.1957 17.0811 11.2042 17.0755 11.2517 17.0631C11.2992 17.0507 11.2617 17.0482 11.2767 17.0492C11.3422 17.0537 11.459 17.1162 11.6273 17.3353L14.9742 21.6918C15.2706 22.0775 15.6379 22.4942 16.1575 22.6673C16.7237 22.8559 17.2718 22.6994 17.7838 22.4372C19.276 21.6733 20.6745 20.2728 21.4371 18.7837C21.6993 18.2717 21.8559 17.7237 21.6673 17.1574C21.4943 16.6379 21.0776 16.2705 20.6919 15.9742L18.5157 14.3023C18.4141 14.2243 18.3634 14.1853 18.3051 14.1699C18.2468 14.1544 18.1795 14.1638 18.0449 14.1824C15.8442 14.4876 13.5576 13.754 11.901 12.0977C9.61993 9.8172 9.09327 6.35135 10.6089 3.55232Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-progress-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5514 3.44956C16.183 3.86849 16.734 4.41273 17.1629 5.05856C17.405 4.46369 17.4915 3.82004 17.422 3.18955C17.2837 3.17444 17.1429 3.16667 17 3.16667C16.4872 3.16667 15.9982 3.26707 15.5514 3.44956ZM19.3504 3.97155C19.3033 4.7276 19.1076 5.47647 18.7629 6.17036C19.3993 6.08255 20.0002 5.83552 20.5116 5.45984C20.2533 4.872 19.8514 4.361 19.3504 3.97155ZM20.7983 7.52122C20.1199 7.85852 19.3734 8.06347 18.6 8.11192C18.9941 8.61895 19.5081 9.01569 20.0888 9.27073C20.4599 8.76711 20.7102 8.17018 20.7983 7.52122ZM18.4485 10.5505C17.8169 10.1316 17.2659 9.58741 16.8371 8.94166C16.5951 9.53646 16.5085 10.18 16.578 10.8104C16.7163 10.8256 16.8571 10.8333 17 10.8333C17.5128 10.8333 18.0017 10.7329 18.4485 10.5505ZM14.6496 10.0285C14.6967 9.2725 14.8925 8.52372 15.2371 7.82991C14.6007 7.91774 13.9999 8.16479 13.4885 8.5405C13.7468 9.12821 14.1487 9.63908 14.6496 10.0285ZM13.2017 6.47917C13.8801 6.14179 14.6266 5.9368 15.4 5.88833C15.0059 5.38122 14.4918 4.98443 13.9111 4.72937C13.54 5.23308 13.2897 5.83011 13.2017 6.47917ZM12.9348 2.93346C13.9743 1.89436 15.4128 1.25 17 1.25C17.5134 1.25 18.0124 1.31752 18.4882 1.44468C20.4687 1.97412 22.0262 3.53173 22.5555 5.51237C22.6825 5.98793 22.75 6.48682 22.75 7C22.75 8.58796 22.105 10.0271 21.0651 11.0667C20.0256 12.1057 18.5871 12.75 17 12.75C16.4866 12.75 15.9875 12.6825 15.5118 12.5553C13.5314 12.0259 11.9741 10.4685 11.4447 8.48817C11.3175 8.01245 11.25 7.51337 11.25 7C11.25 5.4121 11.8949 3.97301 12.9348 2.93346Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6204 3.55391C10.8331 3.16087 10.9394 2.96435 10.8703 2.82505C10.8012 2.68576 10.5971 2.65406 10.189 2.59066C8.8242 2.37868 7.47972 2.25642 6.2943 2.25025C5.43169 2.24575 4.62991 2.3025 3.95577 2.44097C3.30626 2.57439 2.66365 2.80529 2.23441 3.23447C1.80522 3.66371 1.57439 4.30625 1.44097 4.95576C1.3025 5.62989 1.24575 6.43167 1.25025 7.29428C1.25924 9.0223 1.51493 11.0883 1.93559 13.0624C2.35535 15.0323 2.94924 16.9572 3.65577 18.3896C4.00723 19.1021 4.407 19.7351 4.85888 20.19C5.30547 20.6395 5.8994 21.0066 6.60768 20.9376L6.6103 20.9374C7.22975 20.8748 7.75659 20.5837 8.19377 20.239C8.62932 19.8956 9.0218 19.4621 9.37198 19.0469C9.5253 18.8652 9.66476 18.6944 9.7989 18.5301C9.99274 18.2926 10.1757 18.0685 10.3732 17.8449C10.6766 17.5011 10.9394 17.249 11.1786 17.0924C11.1957 17.0811 11.2042 17.0755 11.2517 17.0631C11.2992 17.0507 11.2617 17.0482 11.2767 17.0492C11.3422 17.0537 11.459 17.1162 11.6273 17.3353L14.9742 21.6918C15.2706 22.0775 15.6379 22.4942 16.1575 22.6673C16.7237 22.8559 17.2718 22.6994 17.7838 22.4372C19.276 21.6733 20.6745 20.2728 21.4371 18.7837C21.6993 18.2717 21.8559 17.7237 21.6673 17.1574C21.4943 16.6379 21.0776 16.2705 20.6919 15.9742L18.5075 14.296C18.4053 14.2175 18.3543 14.1783 18.2956 14.1629C18.237 14.1475 18.1695 14.1572 18.0343 14.1766C17.6964 14.2249 17.3511 14.25 17 14.25C16.3546 14.25 15.7254 14.1651 15.1244 14.0044C12.6257 13.3364 10.6635 11.3742 9.99557 8.87554C9.83493 8.2746 9.75 7.64533 9.75 7C9.75 5.75343 10.0659 4.57889 10.6204 3.55391Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5514 3.44956C16.183 3.86849 16.734 4.41273 17.1629 5.05856C17.405 4.46369 17.4915 3.82004 17.422 3.18955C17.2837 3.17444 17.1429 3.16667 17 3.16667C16.4872 3.16667 15.9982 3.26707 15.5514 3.44956ZM19.3504 3.97155C19.3033 4.7276 19.1076 5.47647 18.7629 6.17036C19.3993 6.08255 20.0002 5.83552 20.5116 5.45984C20.2533 4.872 19.8514 4.361 19.3504 3.97155ZM20.7983 7.52122C20.1199 7.85852 19.3734 8.06347 18.6 8.11192C18.9941 8.61895 19.5081 9.01569 20.0888 9.27073C20.4599 8.76711 20.7102 8.17018 20.7983 7.52122ZM18.4485 10.5505C17.8169 10.1316 17.2659 9.58741 16.8371 8.94166C16.5951 9.53646 16.5085 10.18 16.578 10.8104C16.7163 10.8256 16.8571 10.8333 17 10.8333C17.5128 10.8333 18.0017 10.7329 18.4485 10.5505ZM14.6496 10.0285C14.6967 9.2725 14.8925 8.52372 15.2371 7.82991C14.6007 7.91774 13.9999 8.16479 13.4885 8.5405C13.7468 9.12821 14.1487 9.63908 14.6496 10.0285ZM13.2017 6.47917C13.8801 6.14179 14.6266 5.9368 15.4 5.88833C15.0059 5.38122 14.4918 4.98443 13.9111 4.72937C13.54 5.23308 13.2897 5.83011 13.2017 6.47917ZM12.9348 2.93346C13.9743 1.89436 15.4128 1.25 17 1.25C17.5134 1.25 18.0124 1.31752 18.4882 1.44468C20.4687 1.97412 22.0262 3.53173 22.5555 5.51237C22.6825 5.98793 22.75 6.48682 22.75 7C22.75 8.58796 22.105 10.0271 21.0651 11.0667C20.0256 12.1057 18.5871 12.75 17 12.75C16.4866 12.75 15.9875 12.6825 15.5118 12.5553C13.5314 12.0259 11.9741 10.4685 11.4447 8.48817C11.3175 8.01245 11.25 7.51337 11.25 7C11.25 5.4121 11.8949 3.97301 12.9348 2.93346Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6204 3.55391C10.8331 3.16087 10.9394 2.96435 10.8703 2.82505C10.8012 2.68576 10.5971 2.65406 10.189 2.59066C8.8242 2.37868 7.47972 2.25642 6.2943 2.25025C5.43169 2.24575 4.62991 2.3025 3.95577 2.44097C3.30626 2.57439 2.66365 2.80529 2.23441 3.23447C1.80522 3.66371 1.57439 4.30625 1.44097 4.95576C1.3025 5.62989 1.24575 6.43167 1.25025 7.29428C1.25924 9.0223 1.51493 11.0883 1.93559 13.0624C2.35535 15.0323 2.94924 16.9572 3.65577 18.3896C4.00723 19.1021 4.407 19.7351 4.85888 20.19C5.30547 20.6395 5.8994 21.0066 6.60768 20.9376L6.6103 20.9374C7.22975 20.8748 7.75659 20.5837 8.19377 20.239C8.62932 19.8956 9.0218 19.4621 9.37198 19.0469C9.5253 18.8652 9.66476 18.6944 9.7989 18.5301C9.99274 18.2926 10.1757 18.0685 10.3732 17.8449C10.6766 17.5011 10.9394 17.249 11.1786 17.0924C11.1957 17.0811 11.2042 17.0755 11.2517 17.0631C11.2992 17.0507 11.2617 17.0482 11.2767 17.0492C11.3422 17.0537 11.459 17.1162 11.6273 17.3353L14.9742 21.6918C15.2706 22.0775 15.6379 22.4942 16.1575 22.6673C16.7237 22.8559 17.2718 22.6994 17.7838 22.4372C19.276 21.6733 20.6745 20.2728 21.4371 18.7837C21.6993 18.2717 21.8559 17.7237 21.6673 17.1574C21.4943 16.6379 21.0776 16.2705 20.6919 15.9742L18.5075 14.296C18.4053 14.2175 18.3543 14.1783 18.2956 14.1629C18.237 14.1475 18.1695 14.1572 18.0343 14.1766C17.6964 14.2249 17.3511 14.25 17 14.25C16.3546 14.25 15.7254 14.1651 15.1244 14.0044C12.6257 13.3364 10.6635 11.3742 9.99557 8.87554C9.83493 8.2746 9.75 7.64533 9.75 7C9.75 5.75343 10.0659 4.57889 10.6204 3.55391Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-progress-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4425 6.27536C18.5886 6.46652 18.7522 6.75077 18.75 7.1004C18.7443 7.97857 18.1458 8.58792 17.54 8.98418C16.9196 9.38997 16.1174 9.69253 15.3293 9.92753C14.5313 10.1655 13.6933 10.3496 12.9758 10.4983C12.4741 10.6005 11.5838 10.7826 11.3249 10.8552C10.9012 10.9741 10.7913 11.0567 10.7425 11.1093C10.6902 11.1657 10.6114 11.2923 10.5124 11.7426L10.5104 11.7517C10.0481 13.8541 9.68698 15.4964 9.30157 16.613C9.10919 17.1705 8.88921 17.6642 8.60512 18.0329C8.30691 18.42 7.89112 18.7245 7.33719 18.7489C6.98111 18.7647 6.69083 18.6021 6.50071 18.4609C6.2991 18.3112 6.11291 18.113 5.94368 17.9016C5.60325 17.4763 5.24878 16.8921 4.89868 16.2231C4.19444 14.8772 3.45027 13.076 2.8212 11.2251C2.19243 9.3752 1.66737 7.44262 1.4141 5.83323C1.28785 5.03098 1.22444 4.28056 1.25964 3.64796C1.29271 3.05346 1.4196 2.39857 1.83126 1.95526C2.25571 1.49817 2.91058 1.33595 3.5071 1.27845C4.13915 1.21753 4.89107 1.25834 5.69427 1.36369C7.30601 1.57509 9.24899 2.06371 11.1123 2.66349C12.977 3.26372 14.7968 3.98654 16.1621 4.68051C16.841 5.02559 17.435 5.37727 17.8699 5.71803C18.0863 5.88759 18.2884 6.07373 18.4425 6.27536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7031 14.1913C17.3824 14.1484 17.0569 14.1484 16.7362 14.1913C16.2137 14.2611 15.7335 13.8942 15.6636 13.3717C15.5937 12.8491 15.9606 12.3689 16.4832 12.299C16.9718 12.2337 17.4675 12.2337 17.9561 12.299C18.4787 12.3689 18.8456 12.8491 18.7757 13.3717C18.7058 13.8942 18.2256 14.2611 17.7031 14.1913ZM19.2333 13.5601C19.5532 13.1411 20.1522 13.0607 20.5713 13.3806C20.961 13.6781 21.3217 14.0388 21.6192 14.4285C21.9391 14.8475 21.8588 15.4465 21.4398 15.7664C21.0208 16.0864 20.4217 16.006 20.1018 15.587C19.9074 15.3324 19.6674 15.0925 19.4128 14.8981C18.9938 14.5782 18.9134 13.9792 19.2333 13.5601ZM15.2689 13.6804C15.6315 14.0632 15.6152 14.6673 15.2324 15.0299C13.7891 16.3972 13.837 18.5115 15.162 19.8362C16.5031 21.177 18.6544 21.2131 20.0163 19.7198C20.3716 19.3303 20.9753 19.3025 21.3648 19.6578C21.7544 20.013 21.7821 20.6168 21.4269 21.0063C19.2998 23.3386 15.8897 23.2633 13.8122 21.1863C11.7564 19.1309 11.6664 15.7784 13.9195 13.6439C14.3022 13.2814 14.9064 13.2977 15.2689 13.6804ZM21.6287 16.2254C22.1513 16.1556 22.6314 16.5227 22.7012 17.0453C22.7663 17.533 22.7663 18.0277 22.7012 18.5155C22.6314 19.038 22.1513 19.4051 21.6287 19.3353C21.1062 19.2656 20.7391 18.7854 20.8089 18.2629C20.8516 17.9428 20.8516 17.618 20.8089 17.2979C20.7391 16.7753 21.1062 16.2952 21.6287 16.2254Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4425 6.27536C18.5886 6.46652 18.7522 6.75077 18.75 7.1004C18.7443 7.97857 18.1458 8.58792 17.54 8.98418C16.9196 9.38997 16.1174 9.69253 15.3293 9.92753C14.5313 10.1655 13.6933 10.3496 12.9758 10.4983C12.4741 10.6005 11.5838 10.7826 11.3249 10.8552C10.9012 10.9741 10.7913 11.0567 10.7425 11.1093C10.6902 11.1657 10.6114 11.2923 10.5124 11.7426L10.5104 11.7517C10.0481 13.8541 9.68698 15.4964 9.30157 16.613C9.10919 17.1705 8.88921 17.6642 8.60512 18.0329C8.30691 18.42 7.89112 18.7245 7.33719 18.7489C6.98111 18.7647 6.69083 18.6021 6.50071 18.4609C6.2991 18.3112 6.11291 18.113 5.94368 17.9016C5.60325 17.4763 5.24878 16.8921 4.89868 16.2231C4.19444 14.8772 3.45027 13.076 2.8212 11.2251C2.19243 9.3752 1.66737 7.44262 1.4141 5.83323C1.28785 5.03098 1.22444 4.28056 1.25964 3.64796C1.29271 3.05346 1.4196 2.39857 1.83126 1.95526C2.25571 1.49817 2.91058 1.33595 3.5071 1.27845C4.13915 1.21753 4.89107 1.25834 5.69427 1.36369C7.30601 1.57509 9.24899 2.06371 11.1123 2.66349C12.977 3.26372 14.7968 3.98654 16.1621 4.68051C16.841 5.02559 17.435 5.37727 17.8699 5.71803C18.0863 5.88759 18.2884 6.07373 18.4425 6.27536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7031 14.1913C17.3824 14.1484 17.0569 14.1484 16.7362 14.1913C16.2137 14.2611 15.7335 13.8942 15.6636 13.3717C15.5937 12.8491 15.9606 12.3689 16.4832 12.299C16.9718 12.2337 17.4675 12.2337 17.9561 12.299C18.4787 12.3689 18.8456 12.8491 18.7757 13.3717C18.7058 13.8942 18.2256 14.2611 17.7031 14.1913ZM19.2333 13.5601C19.5532 13.1411 20.1522 13.0607 20.5713 13.3806C20.961 13.6781 21.3217 14.0388 21.6192 14.4285C21.9391 14.8475 21.8588 15.4465 21.4398 15.7664C21.0208 16.0864 20.4217 16.006 20.1018 15.587C19.9074 15.3324 19.6674 15.0925 19.4128 14.8981C18.9938 14.5782 18.9134 13.9792 19.2333 13.5601ZM15.2689 13.6804C15.6315 14.0632 15.6152 14.6673 15.2324 15.0299C13.7891 16.3972 13.837 18.5115 15.162 19.8362C16.5031 21.177 18.6544 21.2131 20.0163 19.7198C20.3716 19.3303 20.9753 19.3025 21.3648 19.6578C21.7544 20.013 21.7821 20.6168 21.4269 21.0063C19.2998 23.3386 15.8897 23.2633 13.8122 21.1863C11.7564 19.1309 11.6664 15.7784 13.9195 13.6439C14.3022 13.2814 14.9064 13.2977 15.2689 13.6804ZM21.6287 16.2254C22.1513 16.1556 22.6314 16.5227 22.7012 17.0453C22.7663 17.533 22.7663 18.0277 22.7012 18.5155C22.6314 19.038 22.1513 19.4051 21.6287 19.3353C21.1062 19.2656 20.7391 18.7854 20.8089 18.2629C20.8516 17.9428 20.8516 17.618 20.8089 17.2979C20.7391 16.7753 21.1062 16.2952 21.6287 16.2254Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-progress-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5564 13.4519C16.186 13.8708 16.7354 14.4142 17.1631 15.0586C17.4056 14.4632 17.4925 13.8189 17.423 13.1877C16.7894 13.1208 16.1448 13.2147 15.5564 13.4519ZM19.3514 13.9683C19.3044 14.7256 19.1083 15.4757 18.7629 16.1706C19.4005 16.0828 20.0025 15.8354 20.5147 15.459C20.256 14.8701 19.8533 14.3583 19.3514 13.9683ZM20.7947 17.5239C20.1171 17.8598 19.3718 18.0639 18.5998 18.1121C18.994 18.6196 19.5083 19.0168 20.0893 19.2722C20.4648 18.7567 20.7058 18.1515 20.7947 17.5239ZM18.4435 20.5481C17.8139 20.1293 17.2646 19.586 16.8369 18.9416C16.5944 19.537 16.5076 20.1812 16.577 20.8123C17.2105 20.8792 17.8551 20.7853 18.4435 20.5481ZM14.6486 20.0317C14.6956 19.2745 14.8917 18.5245 15.2371 17.8297C14.5995 17.9175 13.9976 18.1649 13.4854 18.5413C13.7441 19.1301 14.1468 19.6418 14.6486 20.0317ZM13.2052 16.4765C13.8828 16.1405 14.6281 15.9364 15.4002 15.8882C15.006 15.3806 14.4917 14.9833 13.9106 14.7279C13.5351 15.2435 13.2941 15.8488 13.2052 16.4765ZM12.9326 12.9312C14.375 11.4893 16.5244 10.9165 18.489 11.4416C20.4706 11.9714 22.029 13.5298 22.5585 15.5116C23.0836 17.4767 22.5101 19.6266 21.0673 21.0689C19.6249 22.5108 17.4755 23.0835 15.511 22.5583C13.5295 22.0286 11.9713 20.4704 11.4416 18.489C10.9163 16.5237 11.4897 14.3737 12.9326 12.9312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4425 6.27536C18.5886 6.46652 18.7522 6.75077 18.75 7.1004C18.7443 7.97857 18.1458 8.58792 17.54 8.98418C16.9196 9.38997 16.1174 9.69253 15.3293 9.92753C14.5313 10.1655 13.6933 10.3496 12.9758 10.4983C12.4741 10.6005 11.5838 10.7826 11.3249 10.8552C10.9012 10.9741 10.7913 11.0567 10.7425 11.1093C10.6902 11.1657 10.6114 11.2923 10.5124 11.7426L10.5104 11.7517C10.0481 13.8541 9.68698 15.4964 9.30157 16.613C9.10919 17.1705 8.88921 17.6642 8.60512 18.0329C8.30691 18.42 7.89112 18.7245 7.33719 18.7489C6.98111 18.7647 6.69083 18.6021 6.50071 18.4609C6.2991 18.3112 6.11291 18.113 5.94368 17.9016C5.60325 17.4763 5.24878 16.8921 4.89868 16.2231C4.19444 14.8772 3.45027 13.076 2.8212 11.2251C2.19243 9.3752 1.66737 7.44262 1.4141 5.83323C1.28785 5.03098 1.22444 4.28056 1.25964 3.64796C1.29271 3.05346 1.4196 2.39857 1.83126 1.95526C2.25571 1.49817 2.91058 1.33595 3.5071 1.27845C4.13915 1.21753 4.89107 1.25834 5.69427 1.36369C7.30601 1.57509 9.24899 2.06371 11.1123 2.66349C12.977 3.26372 14.7968 3.98654 16.1621 4.68051C16.841 5.02559 17.435 5.37727 17.8699 5.71803C18.0863 5.88759 18.2884 6.07373 18.4425 6.27536Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5564 13.4519C16.186 13.8708 16.7354 14.4142 17.1631 15.0586C17.4056 14.4632 17.4925 13.8189 17.423 13.1877C16.7894 13.1208 16.1448 13.2147 15.5564 13.4519ZM19.3514 13.9683C19.3044 14.7256 19.1083 15.4757 18.7629 16.1706C19.4005 16.0828 20.0025 15.8354 20.5147 15.459C20.256 14.8701 19.8533 14.3583 19.3514 13.9683ZM20.7947 17.5239C20.1171 17.8598 19.3718 18.0639 18.5998 18.1121C18.994 18.6196 19.5083 19.0168 20.0893 19.2722C20.4648 18.7567 20.7058 18.1515 20.7947 17.5239ZM18.4435 20.5481C17.8139 20.1293 17.2646 19.586 16.8369 18.9416C16.5944 19.537 16.5076 20.1812 16.577 20.8123C17.2105 20.8792 17.8551 20.7853 18.4435 20.5481ZM14.6486 20.0317C14.6956 19.2745 14.8917 18.5245 15.2371 17.8297C14.5995 17.9175 13.9976 18.1649 13.4854 18.5413C13.7441 19.1301 14.1468 19.6418 14.6486 20.0317ZM13.2052 16.4765C13.8828 16.1405 14.6281 15.9364 15.4002 15.8882C15.006 15.3806 14.4917 14.9833 13.9106 14.7279C13.5351 15.2435 13.2941 15.8488 13.2052 16.4765ZM12.9326 12.9312C14.375 11.4893 16.5244 10.9165 18.489 11.4416C20.4706 11.9714 22.029 13.5298 22.5585 15.5116C23.0836 17.4767 22.5101 19.6266 21.0673 21.0689C19.6249 22.5108 17.4755 23.0835 15.511 22.5583C13.5295 22.0286 11.9713 20.4704 11.4416 18.489C10.9163 16.5237 11.4897 14.3737 12.9326 12.9312Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4425 6.27536C18.5886 6.46652 18.7522 6.75077 18.75 7.1004C18.7443 7.97857 18.1458 8.58792 17.54 8.98418C16.9196 9.38997 16.1174 9.69253 15.3293 9.92753C14.5313 10.1655 13.6933 10.3496 12.9758 10.4983C12.4741 10.6005 11.5838 10.7826 11.3249 10.8552C10.9012 10.9741 10.7913 11.0567 10.7425 11.1093C10.6902 11.1657 10.6114 11.2923 10.5124 11.7426L10.5104 11.7517C10.0481 13.8541 9.68698 15.4964 9.30157 16.613C9.10919 17.1705 8.88921 17.6642 8.60512 18.0329C8.30691 18.42 7.89112 18.7245 7.33719 18.7489C6.98111 18.7647 6.69083 18.6021 6.50071 18.4609C6.2991 18.3112 6.11291 18.113 5.94368 17.9016C5.60325 17.4763 5.24878 16.8921 4.89868 16.2231C4.19444 14.8772 3.45027 13.076 2.8212 11.2251C2.19243 9.3752 1.66737 7.44262 1.4141 5.83323C1.28785 5.03098 1.22444 4.28056 1.25964 3.64796C1.29271 3.05346 1.4196 2.39857 1.83126 1.95526C2.25571 1.49817 2.91058 1.33595 3.5071 1.27845C4.13915 1.21753 4.89107 1.25834 5.69427 1.36369C7.30601 1.57509 9.24899 2.06371 11.1123 2.66349C12.977 3.26372 14.7968 3.98654 16.1621 4.68051C16.841 5.02559 17.435 5.37727 17.8699 5.71803C18.0863 5.88759 18.2884 6.07373 18.4425 6.27536Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-rectangle-selection-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.27 2.22512C8.27 1.68664 8.70652 1.25012 9.245 1.25012L12.755 1.25012C13.2935 1.25012 13.73 1.68664 13.73 2.22512C13.73 2.7636 13.2935 3.20012 12.755 3.20012H9.245C8.70652 3.20012 8.27 2.7636 8.27 2.22512ZM5.74907 2.1551C5.86669 2.68058 5.53605 3.20191 5.01058 3.31952C4.46008 3.44274 4.12841 3.62449 3.87639 3.87651C3.61768 4.13522 3.43222 4.47869 3.30879 5.05935C3.19682 5.58606 2.67908 5.92228 2.15237 5.81032C1.62566 5.69835 1.28944 5.18061 1.40141 4.6539C1.57949 3.81613 1.90165 3.09354 2.49753 2.49765C3.07628 1.9189 3.77525 1.59778 4.58465 1.41661C5.11012 1.29899 5.63145 1.62963 5.74907 2.1551ZM16.2956 2.15713C16.4175 1.63264 16.9415 1.30627 17.466 1.42817C18.2547 1.61147 18.9364 1.93154 19.5025 2.49765C20.0984 3.09354 20.4205 3.81613 20.5986 4.6539C20.7106 5.18061 20.3743 5.69835 19.8476 5.81032C19.3209 5.92228 18.8032 5.58606 18.6912 5.05935C18.5678 4.47869 18.3823 4.13522 18.1236 3.87651C17.8765 3.62942 17.5535 3.45047 17.0246 3.32754C16.5001 3.20564 16.1737 2.68163 16.2956 2.15713ZM19.775 6.61262C20.3135 6.61262 20.75 7.04914 20.75 7.58762V9.05012C20.75 9.5886 20.3135 10.0251 19.775 10.0251C19.2365 10.0251 18.8 9.5886 18.8 9.05012V7.58762C18.8 7.04914 19.2365 6.61262 19.775 6.61262ZM2.225 8.27012C2.76348 8.27012 3.2 8.70664 3.2 9.24512V12.7551C3.2 13.2936 2.76348 13.7301 2.225 13.7301C1.68652 13.7301 1.25 13.2936 1.25 12.7551L1.25 9.24512C1.25 8.70664 1.68652 8.27012 2.225 8.27012ZM2.15404 16.2295C2.67996 16.1139 3.20002 16.4466 3.31562 16.9725C3.43893 17.5335 3.622 17.8693 3.87639 18.1237C4.12841 18.3758 4.46007 18.5575 5.01058 18.6807C5.53605 18.7983 5.86669 19.3197 5.74907 19.8451C5.63145 20.3706 5.11012 20.7013 4.58465 20.5836C3.77525 20.4025 3.07628 20.0813 2.49753 19.5026C1.91272 18.9178 1.59118 18.2105 1.41108 17.3911C1.29548 16.8652 1.62811 16.3451 2.15404 16.2295ZM6.6125 19.7751C6.6125 19.2366 7.04902 18.8001 7.5875 18.8001H9.05C9.58848 18.8001 10.025 19.2366 10.025 19.7751C10.025 20.3136 9.58848 20.7501 9.05 20.7501H7.5875C7.04902 20.7501 6.6125 20.3136 6.6125 19.7751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.1701 12.5754C21.462 12.8654 21.7512 13.2927 21.714 13.832L21.7138 13.8346C21.6762 14.3516 21.4286 14.7524 21.1667 15.0509C20.9195 15.3326 20.6137 15.5729 20.3748 15.7607C20.1057 15.9723 19.9036 16.1343 19.7794 16.2786C19.7421 16.3219 19.6927 16.3731 19.7418 16.4177C19.9 16.5615 20.1503 16.7436 20.5561 17.0364C20.7262 17.1591 20.9023 17.2841 21.081 17.411L21.0811 17.4111C21.4514 17.674 21.8335 17.9453 22.1985 18.2218C22.6691 18.5783 22.8358 19.164 22.7084 19.6853C22.3421 21.1833 21.1901 22.3405 19.6857 22.7085C19.1641 22.8361 18.5784 22.669 18.222 22.1984C17.9456 21.8333 17.6744 21.4513 17.4114 21.0809C17.2845 20.9021 17.1596 20.726 17.0368 20.5559C16.7441 20.15 16.562 19.8996 16.4182 19.7414C16.3832 19.7029 16.3226 19.7419 16.2795 19.779C16.1351 19.9032 15.9732 20.1054 15.7616 20.3745C15.5739 20.6135 15.3335 20.9193 15.0519 21.1665C14.7535 21.4284 14.3527 21.6762 13.8357 21.7137L13.833 21.7139C13.2938 21.7512 12.8664 21.462 12.5765 21.1702C12.2787 20.8705 12.023 20.469 11.804 20.0385C11.3626 19.1707 10.9898 18.0237 10.7215 16.8649C10.4524 15.7024 10.2778 14.4826 10.2531 13.4565C10.2407 12.945 10.2649 12.4575 10.3433 12.0389C10.4167 11.6469 10.5587 11.1945 10.8764 10.8768C11.194 10.5591 11.6464 10.4171 12.0383 10.3436C12.457 10.2651 12.9445 10.2409 13.456 10.2531C14.4822 10.2778 15.702 10.4521 16.8646 10.7211C18.0234 10.9892 19.1705 11.3618 20.0383 11.8031C20.4689 12.0221 20.8704 12.2777 21.1701 12.5754Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.27 2.22512C8.27 1.68664 8.70652 1.25012 9.245 1.25012L12.755 1.25012C13.2935 1.25012 13.73 1.68664 13.73 2.22512C13.73 2.7636 13.2935 3.20012 12.755 3.20012H9.245C8.70652 3.20012 8.27 2.7636 8.27 2.22512ZM5.74907 2.1551C5.86669 2.68058 5.53605 3.20191 5.01058 3.31952C4.46008 3.44274 4.12841 3.62449 3.87639 3.87651C3.61768 4.13522 3.43222 4.47869 3.30879 5.05935C3.19682 5.58606 2.67908 5.92228 2.15237 5.81032C1.62566 5.69835 1.28944 5.18061 1.40141 4.6539C1.57949 3.81613 1.90165 3.09354 2.49753 2.49765C3.07628 1.9189 3.77525 1.59778 4.58465 1.41661C5.11012 1.29899 5.63145 1.62963 5.74907 2.1551ZM16.2956 2.15713C16.4175 1.63264 16.9415 1.30627 17.466 1.42817C18.2547 1.61147 18.9364 1.93154 19.5025 2.49765C20.0984 3.09354 20.4205 3.81613 20.5986 4.6539C20.7106 5.18061 20.3743 5.69835 19.8476 5.81032C19.3209 5.92228 18.8032 5.58606 18.6912 5.05935C18.5678 4.47869 18.3823 4.13522 18.1236 3.87651C17.8765 3.62942 17.5535 3.45047 17.0246 3.32754C16.5001 3.20564 16.1737 2.68163 16.2956 2.15713ZM19.775 6.61262C20.3135 6.61262 20.75 7.04914 20.75 7.58762V9.05012C20.75 9.5886 20.3135 10.0251 19.775 10.0251C19.2365 10.0251 18.8 9.5886 18.8 9.05012V7.58762C18.8 7.04914 19.2365 6.61262 19.775 6.61262ZM2.225 8.27012C2.76348 8.27012 3.2 8.70664 3.2 9.24512V12.7551C3.2 13.2936 2.76348 13.7301 2.225 13.7301C1.68652 13.7301 1.25 13.2936 1.25 12.7551L1.25 9.24512C1.25 8.70664 1.68652 8.27012 2.225 8.27012ZM2.15404 16.2295C2.67996 16.1139 3.20002 16.4466 3.31562 16.9725C3.43893 17.5335 3.622 17.8693 3.87639 18.1237C4.12841 18.3758 4.46007 18.5575 5.01058 18.6807C5.53605 18.7983 5.86669 19.3197 5.74907 19.8451C5.63145 20.3706 5.11012 20.7013 4.58465 20.5836C3.77525 20.4025 3.07628 20.0813 2.49753 19.5026C1.91272 18.9178 1.59118 18.2105 1.41108 17.3911C1.29548 16.8652 1.62811 16.3451 2.15404 16.2295ZM6.6125 19.7751C6.6125 19.2366 7.04902 18.8001 7.5875 18.8001H9.05C9.58848 18.8001 10.025 19.2366 10.025 19.7751C10.025 20.3136 9.58848 20.7501 9.05 20.7501H7.5875C7.04902 20.7501 6.6125 20.3136 6.6125 19.7751Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.1701 12.5754C21.462 12.8654 21.7512 13.2927 21.714 13.832L21.7138 13.8346C21.6762 14.3516 21.4286 14.7524 21.1667 15.0509C20.9195 15.3326 20.6137 15.5729 20.3748 15.7607C20.1057 15.9723 19.9036 16.1343 19.7794 16.2786C19.7421 16.3219 19.6927 16.3731 19.7418 16.4177C19.9 16.5615 20.1503 16.7436 20.5561 17.0364C20.7262 17.1591 20.9023 17.2841 21.081 17.411L21.0811 17.4111C21.4514 17.674 21.8335 17.9453 22.1985 18.2218C22.6691 18.5783 22.8358 19.164 22.7084 19.6853C22.3421 21.1833 21.1901 22.3405 19.6857 22.7085C19.1641 22.8361 18.5784 22.669 18.222 22.1984C17.9456 21.8333 17.6744 21.4513 17.4114 21.0809C17.2845 20.9021 17.1596 20.726 17.0368 20.5559C16.7441 20.15 16.562 19.8996 16.4182 19.7414C16.3832 19.7029 16.3226 19.7419 16.2795 19.779C16.1351 19.9032 15.9732 20.1054 15.7616 20.3745C15.5739 20.6135 15.3335 20.9193 15.0519 21.1665C14.7535 21.4284 14.3527 21.6762 13.8357 21.7137L13.833 21.7139C13.2938 21.7512 12.8664 21.462 12.5765 21.1702C12.2787 20.8705 12.023 20.469 11.804 20.0385C11.3626 19.1707 10.9898 18.0237 10.7215 16.8649C10.4524 15.7024 10.2778 14.4826 10.2531 13.4565C10.2407 12.945 10.2649 12.4575 10.3433 12.0389C10.4167 11.6469 10.5587 11.1945 10.8764 10.8768C11.194 10.5591 11.6464 10.4171 12.0383 10.3436C12.457 10.2651 12.9445 10.2409 13.456 10.2531C14.4822 10.2778 15.702 10.4521 16.8646 10.7211C18.0234 10.9892 19.1705 11.3618 20.0383 11.8031C20.4689 12.0221 20.8704 12.2777 21.1701 12.5754Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-rectangle-selection-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.4713 12.3883C22.5984 12.5548 22.7521 12.8161 22.75 13.145C22.7449 13.9292 22.2098 14.461 21.7032 14.7923C21.182 15.1332 20.5147 15.3837 19.8703 15.5759C19.2158 15.771 18.5301 15.9216 17.9464 16.0425C17.5407 16.1252 16.8195 16.2727 16.6145 16.3302C16.2747 16.4256 16.2181 16.4843 16.2064 16.4969C16.1912 16.5133 16.1333 16.5838 16.0537 16.9461L16.0497 16.9641L16.0497 16.9642C15.676 18.6634 15.3813 20.004 15.0655 20.919C14.9076 21.3764 14.7229 21.7948 14.4781 22.1126C14.2191 22.4487 13.8464 22.7267 13.3427 22.749C13.0066 22.7639 12.7387 22.6105 12.573 22.4874C12.3957 22.3557 12.2359 22.1846 12.0945 22.0079C11.8097 21.6522 11.5168 21.1684 11.2306 20.6214C10.6541 19.5197 10.0468 18.0491 9.53408 16.5407C9.02168 15.0331 8.5925 13.4546 8.38504 12.1364C8.28169 11.4797 8.22867 10.859 8.25804 10.3312C8.2853 9.84136 8.39015 9.26609 8.75985 8.86796C9.14131 8.45716 9.71815 8.32127 10.211 8.27376C10.7394 8.22283 11.3621 8.25729 12.0199 8.34357C13.3408 8.51682 14.9282 8.9164 16.4468 9.40522C17.9668 9.89449 19.4527 10.4844 20.5704 11.0526C21.1255 11.3347 21.6173 11.6252 21.981 11.9102C22.1618 12.0519 22.3361 12.2115 22.4713 12.3883Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.27 2.225C8.27 1.68652 8.70652 1.25 9.245 1.25L12.755 1.25C13.2935 1.25 13.73 1.68652 13.73 2.225C13.73 2.76348 13.2935 3.2 12.755 3.2H9.245C8.70652 3.2 8.27 2.76348 8.27 2.225ZM5.74907 2.15498C5.86669 2.68045 5.53605 3.20178 5.01058 3.3194C4.46008 3.44262 4.12841 3.62437 3.87639 3.87639C3.61768 4.1351 3.43222 4.47857 3.30879 5.05923C3.19682 5.58594 2.67908 5.92216 2.15237 5.81019C1.62566 5.69823 1.28944 5.18049 1.40141 4.65378C1.57949 3.81601 1.90165 3.09342 2.49753 2.49753C3.07628 1.91878 3.77525 1.59765 4.58465 1.41649C5.11012 1.29887 5.63145 1.6295 5.74907 2.15498ZM16.2956 2.15701C16.4175 1.63251 16.9415 1.30615 17.466 1.42805C18.2547 1.61135 18.9364 1.93142 19.5025 2.49753C20.0984 3.09342 20.4205 3.81601 20.5986 4.65378C20.7106 5.18049 20.3743 5.69823 19.8476 5.81019C19.3209 5.92216 18.8032 5.58594 18.6912 5.05923C18.5678 4.47857 18.3823 4.1351 18.1236 3.87639C17.8765 3.6293 17.5535 3.45035 17.0246 3.32742C16.5001 3.20552 16.1737 2.68151 16.2956 2.15701ZM19.775 6.6125C20.3135 6.6125 20.75 7.04902 20.75 7.5875V8.5625C20.75 9.10098 20.3135 9.5375 19.775 9.5375C19.2365 9.5375 18.8 9.10098 18.8 8.5625V7.5875C18.8 7.04902 19.2365 6.6125 19.775 6.6125ZM2.225 8.27C2.76348 8.27 3.2 8.70652 3.2 9.245V12.755C3.2 13.2935 2.76348 13.73 2.225 13.73C1.68652 13.73 1.25 13.2935 1.25 12.755L1.25 9.245C1.25 8.70652 1.68652 8.27 2.225 8.27ZM2.15404 16.2294C2.67996 16.1138 3.20002 16.4464 3.31562 16.9724C3.43893 17.5334 3.622 17.8692 3.87639 18.1236C4.12841 18.3756 4.46007 18.5574 5.01058 18.6806C5.53605 18.7982 5.86669 19.3195 5.74907 19.845C5.63145 20.3705 5.11012 20.7011 4.58465 20.5835C3.77525 20.4023 3.07628 20.0812 2.49753 19.5025C1.91272 18.9177 1.59118 18.2104 1.41108 17.391C1.29548 16.865 1.62811 16.345 2.15404 16.2294ZM6.6125 19.775C6.6125 19.2365 7.04902 18.8 7.5875 18.8H8.5625C9.10098 18.8 9.5375 19.2365 9.5375 19.775C9.5375 20.3135 9.10098 20.75 8.5625 20.75H7.5875C7.04902 20.75 6.6125 20.3135 6.6125 19.775Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.4713 12.3883C22.5984 12.5548 22.7521 12.8161 22.75 13.145C22.7449 13.9292 22.2098 14.461 21.7032 14.7923C21.182 15.1332 20.5147 15.3837 19.8703 15.5759C19.2158 15.771 18.5301 15.9216 17.9464 16.0425C17.5407 16.1252 16.8195 16.2727 16.6145 16.3302C16.2747 16.4256 16.2181 16.4843 16.2064 16.4969C16.1912 16.5133 16.1333 16.5838 16.0537 16.9461L16.0497 16.9641L16.0497 16.9642C15.676 18.6634 15.3813 20.004 15.0655 20.919C14.9076 21.3764 14.7229 21.7948 14.4781 22.1126C14.2191 22.4487 13.8464 22.7267 13.3427 22.749C13.0066 22.7639 12.7387 22.6105 12.573 22.4874C12.3957 22.3557 12.2359 22.1846 12.0945 22.0079C11.8097 21.6522 11.5168 21.1684 11.2306 20.6214C10.6541 19.5197 10.0468 18.0491 9.53408 16.5407C9.02168 15.0331 8.5925 13.4546 8.38504 12.1364C8.28169 11.4797 8.22867 10.859 8.25804 10.3312C8.2853 9.84136 8.39015 9.26609 8.75985 8.86796C9.14131 8.45716 9.71815 8.32127 10.211 8.27376C10.7394 8.22283 11.3621 8.25729 12.0199 8.34357C13.3408 8.51682 14.9282 8.9164 16.4468 9.40522C17.9668 9.89449 19.4527 10.4844 20.5704 11.0526C21.1255 11.3347 21.6173 11.6252 21.981 11.9102C22.1618 12.0519 22.3361 12.2115 22.4713 12.3883Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.27 2.225C8.27 1.68652 8.70652 1.25 9.245 1.25L12.755 1.25C13.2935 1.25 13.73 1.68652 13.73 2.225C13.73 2.76348 13.2935 3.2 12.755 3.2H9.245C8.70652 3.2 8.27 2.76348 8.27 2.225ZM5.74907 2.15498C5.86669 2.68045 5.53605 3.20178 5.01058 3.3194C4.46008 3.44262 4.12841 3.62437 3.87639 3.87639C3.61768 4.1351 3.43222 4.47857 3.30879 5.05923C3.19682 5.58594 2.67908 5.92216 2.15237 5.81019C1.62566 5.69823 1.28944 5.18049 1.40141 4.65378C1.57949 3.81601 1.90165 3.09342 2.49753 2.49753C3.07628 1.91878 3.77525 1.59765 4.58465 1.41649C5.11012 1.29887 5.63145 1.6295 5.74907 2.15498ZM16.2956 2.15701C16.4175 1.63251 16.9415 1.30615 17.466 1.42805C18.2547 1.61135 18.9364 1.93142 19.5025 2.49753C20.0984 3.09342 20.4205 3.81601 20.5986 4.65378C20.7106 5.18049 20.3743 5.69823 19.8476 5.81019C19.3209 5.92216 18.8032 5.58594 18.6912 5.05923C18.5678 4.47857 18.3823 4.1351 18.1236 3.87639C17.8765 3.6293 17.5535 3.45035 17.0246 3.32742C16.5001 3.20552 16.1737 2.68151 16.2956 2.15701ZM19.775 6.6125C20.3135 6.6125 20.75 7.04902 20.75 7.5875V8.5625C20.75 9.10098 20.3135 9.5375 19.775 9.5375C19.2365 9.5375 18.8 9.10098 18.8 8.5625V7.5875C18.8 7.04902 19.2365 6.6125 19.775 6.6125ZM2.225 8.27C2.76348 8.27 3.2 8.70652 3.2 9.245V12.755C3.2 13.2935 2.76348 13.73 2.225 13.73C1.68652 13.73 1.25 13.2935 1.25 12.755L1.25 9.245C1.25 8.70652 1.68652 8.27 2.225 8.27ZM2.15404 16.2294C2.67996 16.1138 3.20002 16.4464 3.31562 16.9724C3.43893 17.5334 3.622 17.8692 3.87639 18.1236C4.12841 18.3756 4.46007 18.5574 5.01058 18.6806C5.53605 18.7982 5.86669 19.3195 5.74907 19.845C5.63145 20.3705 5.11012 20.7011 4.58465 20.5835C3.77525 20.4023 3.07628 20.0812 2.49753 19.5025C1.91272 18.9177 1.59118 18.2104 1.41108 17.391C1.29548 16.865 1.62811 16.345 2.15404 16.2294ZM6.6125 19.775C6.6125 19.2365 7.04902 18.8 7.5875 18.8H8.5625C9.10098 18.8 9.5375 19.2365 9.5375 19.775C9.5375 20.3135 9.10098 20.75 8.5625 20.75H7.5875C7.04902 20.75 6.6125 20.3135 6.6125 19.775Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-remove-selection-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.24988C13.8244 1.24988 11.25 3.82424 11.25 6.99988C11.25 10.1755 13.8244 12.7499 17 12.7499C20.1756 12.7499 22.75 10.1755 22.75 6.99988C22.75 3.82424 20.1756 1.24988 17 1.24988ZM15 5.99988C14.4477 5.99988 14 6.44759 14 6.99988C14 7.55216 14.4477 7.99988 15 7.99988H19C19.5523 7.99988 20 7.55216 20 6.99988C20 6.44759 19.5523 5.99988 19 5.99988H15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.1883 2.59043C10.5966 2.65384 10.8007 2.68554 10.8698 2.82486C10.9389 2.96417 10.8325 3.16075 10.6197 3.5539C10.065 4.57886 9.75 5.75259 9.75 6.99988C9.75 11.0039 12.9959 14.2499 17 14.2499C17.3513 14.2499 17.6968 14.2249 18.0347 14.1766C18.1698 14.1573 18.2374 14.1476 18.296 14.163C18.3546 14.1784 18.4056 14.2176 18.5077 14.2961L20.6919 15.9741C21.0776 16.2704 21.4943 16.6377 21.6673 17.1573C21.8559 17.7236 21.6993 18.2716 21.4371 18.7836C20.6745 20.2727 19.276 21.6732 17.7838 22.4371C17.2718 22.6992 16.7237 22.8557 16.1575 22.6671C15.6379 22.4941 15.2706 22.0774 14.9742 21.6916L11.6273 17.3352C11.459 17.1161 11.3422 17.0536 11.2767 17.0491C11.2617 17.048 11.2992 17.0506 11.2517 17.063C11.2042 17.0754 11.1957 17.081 11.1786 17.0922C10.9394 17.2489 10.6766 17.501 10.3732 17.8447C10.1757 18.0683 9.993 18.2922 9.79915 18.5296C9.66501 18.6939 9.5253 18.8651 9.37198 19.0468C9.0218 19.4619 8.62932 19.8955 8.19377 20.2389C7.75659 20.5836 7.22975 20.8747 6.6103 20.9372L6.60768 20.9375C5.8994 21.0065 5.30547 20.6394 4.85888 20.1898C4.407 19.735 4.00723 19.1019 3.65577 18.3894C2.94924 16.9571 2.35535 15.0322 1.93559 13.0623C1.51493 11.0882 1.25924 9.02218 1.25025 7.29416C1.24575 6.43155 1.3025 5.62977 1.44097 4.95563C1.57439 4.30613 1.80522 3.66359 2.23441 3.23435C2.66365 2.80517 3.30626 2.57427 3.95577 2.44085C4.62991 2.30237 5.43169 2.24563 6.2943 2.25012C7.47953 2.2563 8.82377 2.37852 10.1883 2.59043Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.24988C13.8244 1.24988 11.25 3.82424 11.25 6.99988C11.25 10.1755 13.8244 12.7499 17 12.7499C20.1756 12.7499 22.75 10.1755 22.75 6.99988C22.75 3.82424 20.1756 1.24988 17 1.24988ZM15 5.99988C14.4477 5.99988 14 6.44759 14 6.99988C14 7.55216 14.4477 7.99988 15 7.99988H19C19.5523 7.99988 20 7.55216 20 6.99988C20 6.44759 19.5523 5.99988 19 5.99988H15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.1883 2.59043C10.5966 2.65384 10.8007 2.68554 10.8698 2.82486C10.9389 2.96417 10.8325 3.16075 10.6197 3.5539C10.065 4.57886 9.75 5.75259 9.75 6.99988C9.75 11.0039 12.9959 14.2499 17 14.2499C17.3513 14.2499 17.6968 14.2249 18.0347 14.1766C18.1698 14.1573 18.2374 14.1476 18.296 14.163C18.3546 14.1784 18.4056 14.2176 18.5077 14.2961L20.6919 15.9741C21.0776 16.2704 21.4943 16.6377 21.6673 17.1573C21.8559 17.7236 21.6993 18.2716 21.4371 18.7836C20.6745 20.2727 19.276 21.6732 17.7838 22.4371C17.2718 22.6992 16.7237 22.8557 16.1575 22.6671C15.6379 22.4941 15.2706 22.0774 14.9742 21.6916L11.6273 17.3352C11.459 17.1161 11.3422 17.0536 11.2767 17.0491C11.2617 17.048 11.2992 17.0506 11.2517 17.063C11.2042 17.0754 11.1957 17.081 11.1786 17.0922C10.9394 17.2489 10.6766 17.501 10.3732 17.8447C10.1757 18.0683 9.993 18.2922 9.79915 18.5296C9.66501 18.6939 9.5253 18.8651 9.37198 19.0468C9.0218 19.4619 8.62932 19.8955 8.19377 20.2389C7.75659 20.5836 7.22975 20.8747 6.6103 20.9372L6.60768 20.9375C5.8994 21.0065 5.30547 20.6394 4.85888 20.1898C4.407 19.735 4.00723 19.1019 3.65577 18.3894C2.94924 16.9571 2.35535 15.0322 1.93559 13.0623C1.51493 11.0882 1.25924 9.02218 1.25025 7.29416C1.24575 6.43155 1.3025 5.62977 1.44097 4.95563C1.57439 4.30613 1.80522 3.66359 2.23441 3.23435C2.66365 2.80517 3.30626 2.57427 3.95577 2.44085C4.62991 2.30237 5.43169 2.24563 6.2943 2.25012C7.47953 2.2563 8.82377 2.37852 10.1883 2.59043Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-remove-selection-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4425 6.27536C18.5886 6.46652 18.7522 6.75077 18.75 7.1004C18.7443 7.97857 18.1458 8.58792 17.54 8.98418C16.9196 9.38997 16.1174 9.69253 15.3293 9.92753C14.5313 10.1655 13.6933 10.3496 12.9758 10.4983C12.4741 10.6005 11.5838 10.7826 11.3249 10.8552C10.9012 10.9741 10.7913 11.0567 10.7425 11.1093C10.6902 11.1657 10.6114 11.2923 10.5124 11.7426L10.5104 11.7517C10.0481 13.8541 9.68698 15.4964 9.30157 16.613C9.10919 17.1705 8.88921 17.6642 8.60512 18.0329C8.30691 18.42 7.89112 18.7245 7.33719 18.7489C6.98111 18.7647 6.69083 18.6021 6.50071 18.4609C6.2991 18.3112 6.11291 18.113 5.94368 17.9016C5.60325 17.4763 5.24878 16.8921 4.89868 16.2231C4.19444 14.8772 3.45027 13.076 2.8212 11.2251C2.19243 9.3752 1.66737 7.44262 1.4141 5.83323C1.28785 5.03098 1.22444 4.28056 1.25964 3.64796C1.29271 3.05346 1.4196 2.39857 1.83126 1.95526C2.25571 1.49817 2.91058 1.33595 3.5071 1.27845C4.13915 1.21753 4.89107 1.25834 5.69427 1.36369C7.30601 1.57509 9.24899 2.06371 11.1123 2.66349C12.977 3.26372 14.7968 3.98654 16.1621 4.68051C16.841 5.02559 17.435 5.37727 17.8699 5.71803C18.0863 5.88759 18.2884 6.07373 18.4425 6.27536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 12.25C14.6005 12.25 12.25 14.6005 12.25 17.5C12.25 20.3995 14.6005 22.75 17.5 22.75C20.3995 22.75 22.75 20.3995 22.75 17.5C22.75 14.6005 20.3995 12.25 17.5 12.25ZM15.6992 16.5C15.1469 16.5 14.6992 16.9477 14.6992 17.5C14.6992 18.0523 15.1469 18.5 15.6992 18.5H19.2992C19.8515 18.5 20.2992 18.0523 20.2992 17.5C20.2992 16.9477 19.8515 16.5 19.2992 16.5H15.6992Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4425 6.27536C18.5886 6.46652 18.7522 6.75077 18.75 7.1004C18.7443 7.97857 18.1458 8.58792 17.54 8.98418C16.9196 9.38997 16.1174 9.69253 15.3293 9.92753C14.5313 10.1655 13.6933 10.3496 12.9758 10.4983C12.4741 10.6005 11.5838 10.7826 11.3249 10.8552C10.9012 10.9741 10.7913 11.0567 10.7425 11.1093C10.6902 11.1657 10.6114 11.2923 10.5124 11.7426L10.5104 11.7517C10.0481 13.8541 9.68698 15.4964 9.30157 16.613C9.10919 17.1705 8.88921 17.6642 8.60512 18.0329C8.30691 18.42 7.89112 18.7245 7.33719 18.7489C6.98111 18.7647 6.69083 18.6021 6.50071 18.4609C6.2991 18.3112 6.11291 18.113 5.94368 17.9016C5.60325 17.4763 5.24878 16.8921 4.89868 16.2231C4.19444 14.8772 3.45027 13.076 2.8212 11.2251C2.19243 9.3752 1.66737 7.44262 1.4141 5.83323C1.28785 5.03098 1.22444 4.28056 1.25964 3.64796C1.29271 3.05346 1.4196 2.39857 1.83126 1.95526C2.25571 1.49817 2.91058 1.33595 3.5071 1.27845C4.13915 1.21753 4.89107 1.25834 5.69427 1.36369C7.30601 1.57509 9.24899 2.06371 11.1123 2.66349C12.977 3.26372 14.7968 3.98654 16.1621 4.68051C16.841 5.02559 17.435 5.37727 17.8699 5.71803C18.0863 5.88759 18.2884 6.07373 18.4425 6.27536Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 12.25C14.6005 12.25 12.25 14.6005 12.25 17.5C12.25 20.3995 14.6005 22.75 17.5 22.75C20.3995 22.75 22.75 20.3995 22.75 17.5C22.75 14.6005 20.3995 12.25 17.5 12.25ZM15.6992 16.5C15.1469 16.5 14.6992 16.9477 14.6992 17.5C14.6992 18.0523 15.1469 18.5 15.6992 18.5H19.2992C19.8515 18.5 20.2992 18.0523 20.2992 17.5C20.2992 16.9477 19.8515 16.5 19.2992 16.5H15.6992Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-cursor-text{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.00025 6C7.65097 6 7.26182 6.06619 6.89955 6.28288C6.52705 6.5057 6.26794 6.83682 6.10407 7.21919L2.08111 16.6061C1.86356 17.1137 2.09871 17.7016 2.60634 17.9191C3.11397 18.1367 3.70185 17.9015 3.9194 17.3939L5.58822 13.5H10.4123L12.0811 17.3939C12.2987 17.9015 12.8866 18.1367 13.3942 17.9191C13.9018 17.7016 14.137 17.1137 13.9194 16.6061L9.89646 7.21919C9.73258 6.83682 9.47348 6.5057 9.10097 6.28288C8.7387 6.06619 8.34953 6 8.00025 6ZM7.87887 8.15503C7.92989 8.02344 7.97889 8.00705 8.00021 8C8.02152 8.00705 8.07052 8.02344 8.12154 8.15503L9.5551 11.5H6.44531L7.87887 8.15503Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8948 4.24941C16.57 4.07157 16.237 3.99799 16.009 4.00004C15.4567 4.00499 15.005 3.5613 15 3.00904C14.9951 2.45677 15.4388 2.00507 15.991 2.00012C16.7652 1.99318 17.7373 2.29532 18.5008 2.93321C19.2648 2.29754 20.2349 2.00005 21 2.00008C21.5523 2.0001 22 2.44783 22 3.00012C22 3.5524 21.5522 4.0001 21 4.00008C20.5128 4.00006 19.845 4.28843 19.5 4.77238V11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H19.5V19.2285C19.6461 19.435 19.8546 19.6134 20.1052 19.7506C20.43 19.9285 20.763 20.0021 20.991 20C21.5433 19.9951 21.995 20.4388 22 20.991C22.0049 21.5433 21.5612 21.995 21.009 21.9999C20.2348 22.0069 19.2627 21.7047 18.4992 21.0668C17.7352 21.7025 16.7651 22 16 22C15.4477 22 15 21.5522 15 20.9999C15 20.4477 15.4478 20 16 20C16.4872 20 17.155 19.7116 17.5 19.2277V13H17C16.4477 13 16 12.5523 16 12C16 11.4477 16.4477 11 17 11H17.5L17.5 4.77158C17.3539 4.5651 17.1454 4.38662 16.8948 4.24941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.00025 6C7.65097 6 7.26182 6.06619 6.89955 6.28288C6.52705 6.5057 6.26794 6.83682 6.10407 7.21919L2.08111 16.6061C1.86356 17.1137 2.09871 17.7016 2.60634 17.9191C3.11397 18.1367 3.70185 17.9015 3.9194 17.3939L5.58822 13.5H10.4123L12.0811 17.3939C12.2987 17.9015 12.8866 18.1367 13.3942 17.9191C13.9018 17.7016 14.137 17.1137 13.9194 16.6061L9.89646 7.21919C9.73258 6.83682 9.47348 6.5057 9.10097 6.28288C8.7387 6.06619 8.34953 6 8.00025 6ZM7.87887 8.15503C7.92989 8.02344 7.97889 8.00705 8.00021 8C8.02152 8.00705 8.07052 8.02344 8.12154 8.15503L9.5551 11.5H6.44531L7.87887 8.15503Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8948 4.24941C16.57 4.07157 16.237 3.99799 16.009 4.00004C15.4567 4.00499 15.005 3.5613 15 3.00904C14.9951 2.45677 15.4388 2.00507 15.991 2.00012C16.7652 1.99318 17.7373 2.29532 18.5008 2.93321C19.2648 2.29754 20.2349 2.00005 21 2.00008C21.5523 2.0001 22 2.44783 22 3.00012C22 3.5524 21.5522 4.0001 21 4.00008C20.5128 4.00006 19.845 4.28843 19.5 4.77238V11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H19.5V19.2285C19.6461 19.435 19.8546 19.6134 20.1052 19.7506C20.43 19.9285 20.763 20.0021 20.991 20C21.5433 19.9951 21.995 20.4388 22 20.991C22.0049 21.5433 21.5612 21.995 21.009 21.9999C20.2348 22.0069 19.2627 21.7047 18.4992 21.0668C17.7352 21.7025 16.7651 22 16 22C15.4477 22 15 21.5522 15 20.9999C15 20.4477 15.4478 20 16 20C16.4872 20 17.155 19.7116 17.5 19.2277V13H17C16.4477 13 16 12.5523 16 12C16 11.4477 16.4477 11 17 11H17.5L17.5 4.77158C17.3539 4.5651 17.1454 4.38662 16.8948 4.24941Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-horizontal-resize{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 21C9.44772 21 9 20.5523 9 20L9 4C9 3.44772 9.44771 3 10 3C10.5523 3 11 3.44772 11 4L11 20C11 20.5523 10.5523 21 10 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 21C13.4477 21 13 20.5523 13 20L13 4C13 3.44772 13.4477 3 14 3C14.5523 3 15 3.44772 15 4L15 20C15 20.5523 14.5523 21 14 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 12C5 11.4477 5.44772 11 6 11L10 11C10.5523 11 11 11.4477 11 12C11 12.5523 10.5523 13 10 13L6 13C5.44772 13 5 12.5523 5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.7586 9.45539C16.7336 9.22176 16.753 8.9105 16.9551 8.62955L16.9566 8.62749L16.9601 8.62269C17.1343 8.38387 17.3772 8.2984 17.5371 8.26879C17.696 8.23936 17.8463 8.24955 17.9599 8.26535C18.1903 8.29736 18.4412 8.37805 18.6777 8.47091C19.1619 8.66102 19.7435 8.96553 20.2985 9.30851C20.8538 9.65172 21.4152 10.0536 21.8498 10.4505C22.0661 10.648 22.2695 10.8611 22.4258 11.0801C22.569 11.2809 22.7391 11.5777 22.7494 11.9275C22.76 12.2863 22.601 12.5959 22.4623 12.807C22.3122 13.0354 22.113 13.2569 21.9008 13.4614C21.4742 13.8724 20.9176 14.2884 20.3653 14.6438C19.8132 14.9991 19.232 15.3152 18.7454 15.5142C18.5075 15.6115 18.2554 15.6962 18.023 15.7316C17.908 15.7491 17.7581 15.761 17.5993 15.7344C17.44 15.7077 17.2006 15.6285 17.0217 15.4011C16.7121 15.0077 16.7373 14.5302 16.7866 14.2344C16.841 13.9082 16.9643 13.5721 17.0895 13.2815C17.2177 12.9842 17.6568 12.1205 17.7811 11.883C17.4399 11.2137 17.1077 10.5593 16.9421 10.1342C16.8575 9.91726 16.783 9.68429 16.7586 9.45539Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.24142 9.45539C7.26638 9.22176 7.24701 8.9105 7.0449 8.62955L7.04342 8.62749L7.03993 8.62269C6.86566 8.38387 6.62284 8.2984 6.46291 8.26879C6.30397 8.23936 6.15374 8.24955 6.04006 8.26535C5.80969 8.29736 5.55882 8.37805 5.32228 8.47091C4.83805 8.66102 4.2565 8.96553 3.70152 9.30851C3.14617 9.65172 2.58479 10.0536 2.15017 10.4505C1.93391 10.648 1.73046 10.8611 1.57424 11.0801C1.43103 11.2809 1.26094 11.5777 1.25061 11.9275C1.24002 12.2863 1.39897 12.5959 1.53767 12.807C1.68775 13.0354 1.88701 13.2569 2.09924 13.4614C2.52583 13.8724 3.08241 14.2884 3.63465 14.6438C4.18685 14.9991 4.76802 15.3152 5.25456 15.5142C5.49248 15.6115 5.7446 15.6962 5.97699 15.7316C6.09196 15.7491 6.24189 15.761 6.40067 15.7344C6.56 15.7077 6.79939 15.6285 6.97834 15.4011C7.2879 15.0077 7.26267 14.5302 7.21336 14.2344C7.15897 13.9082 7.03569 13.5721 6.91046 13.2815C6.7823 12.9842 6.34324 12.1205 6.21885 11.883C6.56005 11.2137 6.89231 10.5593 7.05792 10.1342C7.14245 9.91726 7.21698 9.68429 7.24142 9.45539Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 12C13 11.4477 13.4477 11 14 11L18 11C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13L14 13C13.4477 13 13 12.5523 13 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 21C9.44772 21 9 20.5523 9 20L9 4C9 3.44772 9.44771 3 10 3C10.5523 3 11 3.44772 11 4L11 20C11 20.5523 10.5523 21 10 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 21C13.4477 21 13 20.5523 13 20L13 4C13 3.44772 13.4477 3 14 3C14.5523 3 15 3.44772 15 4L15 20C15 20.5523 14.5523 21 14 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 12C5 11.4477 5.44772 11 6 11L10 11C10.5523 11 11 11.4477 11 12C11 12.5523 10.5523 13 10 13L6 13C5.44772 13 5 12.5523 5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.7586 9.45539C16.7336 9.22176 16.753 8.9105 16.9551 8.62955L16.9566 8.62749L16.9601 8.62269C17.1343 8.38387 17.3772 8.2984 17.5371 8.26879C17.696 8.23936 17.8463 8.24955 17.9599 8.26535C18.1903 8.29736 18.4412 8.37805 18.6777 8.47091C19.1619 8.66102 19.7435 8.96553 20.2985 9.30851C20.8538 9.65172 21.4152 10.0536 21.8498 10.4505C22.0661 10.648 22.2695 10.8611 22.4258 11.0801C22.569 11.2809 22.7391 11.5777 22.7494 11.9275C22.76 12.2863 22.601 12.5959 22.4623 12.807C22.3122 13.0354 22.113 13.2569 21.9008 13.4614C21.4742 13.8724 20.9176 14.2884 20.3653 14.6438C19.8132 14.9991 19.232 15.3152 18.7454 15.5142C18.5075 15.6115 18.2554 15.6962 18.023 15.7316C17.908 15.7491 17.7581 15.761 17.5993 15.7344C17.44 15.7077 17.2006 15.6285 17.0217 15.4011C16.7121 15.0077 16.7373 14.5302 16.7866 14.2344C16.841 13.9082 16.9643 13.5721 17.0895 13.2815C17.2177 12.9842 17.6568 12.1205 17.7811 11.883C17.4399 11.2137 17.1077 10.5593 16.9421 10.1342C16.8575 9.91726 16.783 9.68429 16.7586 9.45539Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.24142 9.45539C7.26638 9.22176 7.24701 8.9105 7.0449 8.62955L7.04342 8.62749L7.03993 8.62269C6.86566 8.38387 6.62284 8.2984 6.46291 8.26879C6.30397 8.23936 6.15374 8.24955 6.04006 8.26535C5.80969 8.29736 5.55882 8.37805 5.32228 8.47091C4.83805 8.66102 4.2565 8.96553 3.70152 9.30851C3.14617 9.65172 2.58479 10.0536 2.15017 10.4505C1.93391 10.648 1.73046 10.8611 1.57424 11.0801C1.43103 11.2809 1.26094 11.5777 1.25061 11.9275C1.24002 12.2863 1.39897 12.5959 1.53767 12.807C1.68775 13.0354 1.88701 13.2569 2.09924 13.4614C2.52583 13.8724 3.08241 14.2884 3.63465 14.6438C4.18685 14.9991 4.76802 15.3152 5.25456 15.5142C5.49248 15.6115 5.7446 15.6962 5.97699 15.7316C6.09196 15.7491 6.24189 15.761 6.40067 15.7344C6.56 15.7077 6.79939 15.6285 6.97834 15.4011C7.2879 15.0077 7.26267 14.5302 7.21336 14.2344C7.15897 13.9082 7.03569 13.5721 6.91046 13.2815C6.7823 12.9842 6.34324 12.1205 6.21885 11.883C6.56005 11.2137 6.89231 10.5593 7.05792 10.1342C7.14245 9.91726 7.21698 9.68429 7.24142 9.45539Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 12C13 11.4477 13.4477 11 14 11L18 11C18.5523 11 19 11.4477 19 12C19 12.5523 18.5523 13 18 13L14 13C13.4477 13 13 12.5523 13 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-loading-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.94315 1.25C5.13681 1.25 3.33751 2.50234 3.25421 4.53599C3.16084 6.81554 4.78989 8.26192 6.02989 9.3138C6.93644 10.0828 7.54545 10.6018 7.94968 11.0417C8.34207 11.4687 8.42619 11.7018 8.44277 11.8715C8.45112 11.957 8.45112 12.043 8.44277 12.1285C8.42619 12.2982 8.34207 12.5313 7.94968 12.9583C7.54545 13.3982 6.93644 13.9172 6.02989 14.6862L5.97859 14.7297C4.72238 15.7949 3.15823 17.1212 3.25421 19.464C3.33751 21.4977 5.13681 22.75 6.94315 22.75L17.0569 22.75C18.8632 22.75 20.6625 21.4977 20.7458 19.464C20.8019 18.0954 20.2966 16.7007 19.1902 15.7225C18.9144 15.4787 18.6238 15.2351 18.3453 15.0019L18.3441 15.0008C18.216 14.8935 18.0904 14.7883 17.9701 14.6862C17.0636 13.9172 16.4546 13.3982 16.0503 12.9583C15.6579 12.5313 15.5738 12.2982 15.5573 12.1285C15.5489 12.043 15.5489 11.957 15.5573 11.8715C15.5738 11.7018 15.6579 11.4687 16.0503 11.0417C16.4546 10.6018 17.0636 10.0828 17.9701 9.3138L17.9858 9.30048C19.2365 8.23957 20.8417 6.87794 20.7458 4.53599C20.6625 2.50234 18.8632 1.25 17.0569 1.25H6.94315ZM8.2708 20.1882C8.13113 20.4275 8.10416 20.7955 8.49392 20.7955L15.507 20.7955C15.8967 20.7955 15.8698 20.4275 15.7301 20.1882C15.51 19.8112 15.1529 19.5587 14.8733 19.361C14.0168 18.7491 13.1085 17.9997 11.9998 18C10.8916 18.0003 9.98363 18.7494 9.1276 19.361C8.84798 19.5587 8.49084 19.8112 8.2708 20.1882Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.94315 1.25C5.13681 1.25 3.33751 2.50234 3.25421 4.53599C3.16084 6.81554 4.78989 8.26192 6.02989 9.3138C6.93644 10.0828 7.54545 10.6018 7.94968 11.0417C8.34207 11.4687 8.42619 11.7018 8.44277 11.8715C8.45112 11.957 8.45112 12.043 8.44277 12.1285C8.42619 12.2982 8.34207 12.5313 7.94968 12.9583C7.54545 13.3982 6.93644 13.9172 6.02989 14.6862L5.97859 14.7297C4.72238 15.7949 3.15823 17.1212 3.25421 19.464C3.33751 21.4977 5.13681 22.75 6.94315 22.75L17.0569 22.75C18.8632 22.75 20.6625 21.4977 20.7458 19.464C20.8019 18.0954 20.2966 16.7007 19.1902 15.7225C18.9144 15.4787 18.6238 15.2351 18.3453 15.0019L18.3441 15.0008C18.216 14.8935 18.0904 14.7883 17.9701 14.6862C17.0636 13.9172 16.4546 13.3982 16.0503 12.9583C15.6579 12.5313 15.5738 12.2982 15.5573 12.1285C15.5489 12.043 15.5489 11.957 15.5573 11.8715C15.5738 11.7018 15.6579 11.4687 16.0503 11.0417C16.4546 10.6018 17.0636 10.0828 17.9701 9.3138L17.9858 9.30048C19.2365 8.23957 20.8417 6.87794 20.7458 4.53599C20.6625 2.50234 18.8632 1.25 17.0569 1.25H6.94315ZM8.2708 20.1882C8.13113 20.4275 8.10416 20.7955 8.49392 20.7955L15.507 20.7955C15.8967 20.7955 15.8698 20.4275 15.7301 20.1882C15.51 19.8112 15.1529 19.5587 14.8733 19.361C14.0168 18.7491 13.1085 17.9997 11.9998 18C10.8916 18.0003 9.98363 18.7494 9.1276 19.361C8.84798 19.5587 8.49084 19.8112 8.2708 20.1882Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-loading-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 12.9269 22.6325 13.8275 22.4112 14.6873C22.0584 16.0577 20.6008 16.5955 19.421 16.1803C18.2539 15.7696 17.8255 14.5016 18.0732 13.4828C18.1886 13.0082 18.25 12.5118 18.25 12C18.25 8.54822 15.4518 5.75 12 5.75C8.54822 5.75 5.75 8.54822 5.75 12C5.75 15.4518 8.54822 18.25 12 18.25C12.8219 18.25 13.605 18.0917 14.3219 17.8047C15.1381 17.4779 16.1746 17.4964 16.9525 18.1464C17.5247 18.6246 17.8116 19.3217 17.7718 20.001C17.7311 20.6933 17.3471 21.3624 16.622 21.7082C15.221 22.3764 13.6531 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 12.9269 22.6325 13.8275 22.4112 14.6873C22.0584 16.0577 20.6008 16.5955 19.421 16.1803C18.2539 15.7696 17.8255 14.5016 18.0732 13.4828C18.1886 13.0082 18.25 12.5118 18.25 12C18.25 8.54822 15.4518 5.75 12 5.75C8.54822 5.75 5.75 8.54822 5.75 12C5.75 15.4518 8.54822 18.25 12 18.25C12.8219 18.25 13.605 18.0917 14.3219 17.8047C15.1381 17.4779 16.1746 17.4964 16.9525 18.1464C17.5247 18.6246 17.8116 19.3217 17.7718 20.001C17.7311 20.6933 17.3471 21.3624 16.622 21.7082C15.221 22.3764 13.6531 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-loading-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2C12.5523 2 13 2.44772 13 3V6C13 6.55228 12.5523 7 12 7C11.4477 7 11 6.55228 11 6V3C11 2.44772 11.4477 2 12 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17C12.5523 17 13 17.4477 13 18V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V18C11 17.4477 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 12C17 11.4477 17.4477 11 18 11L21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H18C17.4477 13 17 12.5523 17 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L6 11C6.55228 11 7 11.4477 7 12C7 12.5523 6.55228 13 6 13H3C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0706 4.92864C19.4611 5.31916 19.4611 5.95232 19.0706 6.34285L16.9493 8.46417C16.5588 8.85469 15.9256 8.85469 15.5351 8.46417C15.1446 8.07364 15.1446 7.44048 15.5351 7.04996L17.6564 4.92864C18.0469 4.53811 18.6801 4.53811 19.0706 4.92864Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.46417 15.5351C8.85469 15.9256 8.85469 16.5588 8.46417 16.9493L6.34285 19.0706C5.95232 19.4611 5.31916 19.4611 4.92864 19.0706C4.53811 18.6801 4.53811 18.0469 4.92864 17.6564L7.04996 15.5351C7.44048 15.1446 8.07364 15.1446 8.46417 15.5351Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5351 15.5351C15.9256 15.1446 16.5588 15.1446 16.9493 15.5351L19.0706 17.6564C19.4611 18.0469 19.4611 18.6801 19.0706 19.0706C18.6801 19.4611 18.0469 19.4611 17.6564 19.0706L15.5351 16.9493C15.1446 16.5588 15.1446 15.9256 15.5351 15.5351Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.92864 4.92864C5.31916 4.53811 5.95232 4.53811 6.34285 4.92864L8.46417 7.04996C8.85469 7.44048 8.85469 8.07365 8.46417 8.46417C8.07364 8.85469 7.44048 8.85469 7.04996 8.46417L4.92864 6.34285C4.53811 5.95232 4.53811 5.31916 4.92864 4.92864Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2C12.5523 2 13 2.44772 13 3V6C13 6.55228 12.5523 7 12 7C11.4477 7 11 6.55228 11 6V3C11 2.44772 11.4477 2 12 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 17C12.5523 17 13 17.4477 13 18V21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21V18C11 17.4477 11.4477 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 12C17 11.4477 17.4477 11 18 11L21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H18C17.4477 13 17 12.5523 17 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12C2 11.4477 2.44772 11 3 11L6 11C6.55228 11 7 11.4477 7 12C7 12.5523 6.55228 13 6 13H3C2.44772 13 2 12.5523 2 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0706 4.92864C19.4611 5.31916 19.4611 5.95232 19.0706 6.34285L16.9493 8.46417C16.5588 8.85469 15.9256 8.85469 15.5351 8.46417C15.1446 8.07364 15.1446 7.44048 15.5351 7.04996L17.6564 4.92864C18.0469 4.53811 18.6801 4.53811 19.0706 4.92864Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.46417 15.5351C8.85469 15.9256 8.85469 16.5588 8.46417 16.9493L6.34285 19.0706C5.95232 19.4611 5.31916 19.4611 4.92864 19.0706C4.53811 18.6801 4.53811 18.0469 4.92864 17.6564L7.04996 15.5351C7.44048 15.1446 8.07364 15.1446 8.46417 15.5351Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5351 15.5351C15.9256 15.1446 16.5588 15.1446 16.9493 15.5351L19.0706 17.6564C19.4611 18.0469 19.4611 18.6801 19.0706 19.0706C18.6801 19.4611 18.0469 19.4611 17.6564 19.0706L15.5351 16.9493C15.1446 16.5588 15.1446 15.9256 15.5351 15.5351Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.92864 4.92864C5.31916 4.53811 5.95232 4.53811 6.34285 4.92864L8.46417 7.04996C8.85469 7.44048 8.85469 8.07365 8.46417 8.46417C8.07364 8.85469 7.44048 8.85469 7.04996 8.46417L4.92864 6.34285C4.53811 5.95232 4.53811 5.31916 4.92864 4.92864Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-loading-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 9C2.34315 9 1 10.3431 1 12C1 13.6569 2.34315 15 4 15H20C21.6569 15 23 13.6569 23 12C23 10.3431 21.6569 9 20 9H4ZM3 12C3 11.4477 3.44772 11 4 11H14V13H4C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 9C2.34315 9 1 10.3431 1 12C1 13.6569 2.34315 15 4 15H20C21.6569 15 23 13.6569 23 12C23 10.3431 21.6569 9 20 9H4ZM3 12C3 11.4477 3.44772 11 4 11H14V13H4C3.44772 13 3 12.5523 3 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.0341 1.25 10.0889 1.33103 9.17331 1.44383C6.37402 1.78872 4.21063 4.11003 3.99296 6.85182C3.86089 8.51512 3.75 10.2382 3.75 12C3.75 13.7618 3.86089 15.4849 3.99296 17.1482C4.21064 19.89 6.37413 22.2112 9.17338 22.5562C10.0888 22.6689 11.0341 22.75 12 22.75C12.9658 22.75 13.9112 22.6689 14.8266 22.5562C17.626 22.2112 19.7892 19.89 20.007 17.1482C20.1391 15.4849 20.25 13.7619 20.25 12C20.25 10.2381 20.1391 8.51511 20.007 6.85181C19.7892 4.11005 17.626 1.78873 14.8266 1.44383C13.9111 1.33103 12.9658 1.25 12 1.25ZM13 6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V9C11 9.55228 11.4477 10 12 10C12.5523 10 13 9.55228 13 9V6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.0341 1.25 10.0889 1.33103 9.17331 1.44383C6.37402 1.78872 4.21063 4.11003 3.99296 6.85182C3.86089 8.51512 3.75 10.2382 3.75 12C3.75 13.7618 3.86089 15.4849 3.99296 17.1482C4.21064 19.89 6.37413 22.2112 9.17338 22.5562C10.0888 22.6689 11.0341 22.75 12 22.75C12.9658 22.75 13.9112 22.6689 14.8266 22.5562C17.626 22.2112 19.7892 19.89 20.007 17.1482C20.1391 15.4849 20.25 13.7619 20.25 12C20.25 10.2381 20.1391 8.51511 20.007 6.85181C19.7892 4.11005 17.626 1.78873 14.8266 1.44383C13.9111 1.33103 12.9658 1.25 12 1.25ZM13 6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V9C11 9.55228 11.4477 10 12 10C12.5523 10 13 9.55228 13 9V6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.17331 1.41653C9.64994 1.3578 10.1346 1.30769 10.6261 1.27314C10.9148 1.25284 11.0591 1.24269 11.1546 1.33166C11.25 1.42063 11.25 1.56816 11.25 1.86322V4.81394C11.25 4.96416 11.25 5.03927 11.2286 5.09282C11.2095 5.14074 11.1963 5.16047 11.1594 5.19647C11.1181 5.23671 11.0222 5.27645 10.8303 5.35591C10.4015 5.53352 10.0608 5.8742 9.88321 6.303C9.80099 6.50151 9.77338 6.69685 9.76126 6.87449C9.74998 7.03982 9.74999 7.23666 9.75 7.45094V7.45094L9.75 7.4727L9.75 8.49446V8.49446C9.74999 8.70874 9.74998 8.90558 9.76126 9.07091C9.77338 9.24855 9.80099 9.44389 9.88321 9.6424C10.0608 10.0712 10.4015 10.4119 10.8303 10.5895C11.0222 10.669 11.1181 10.7087 11.1594 10.7489C11.1963 10.7849 11.2095 10.8047 11.2286 10.8526C11.25 10.9061 11.25 10.9812 11.25 11.1315V11.9727C11.25 12.3869 11.5858 12.7227 12 12.7227C12.4142 12.7227 12.75 12.3869 12.75 11.9727V11.1315C12.75 10.9812 12.75 10.9061 12.7714 10.8526C12.7905 10.8047 12.8037 10.7849 12.8406 10.7489C12.8819 10.7087 12.9778 10.669 13.1697 10.5895C13.5985 10.4119 13.9392 10.0712 14.1168 9.6424C14.199 9.44389 14.2266 9.24855 14.2387 9.07091C14.25 8.90558 14.25 8.70874 14.25 8.49446V7.45094C14.25 7.23666 14.25 7.03982 14.2387 6.87449C14.2266 6.69685 14.199 6.50151 14.1168 6.303C13.9392 5.8742 13.5985 5.53352 13.1697 5.35591C12.9778 5.27644 12.8819 5.23671 12.8406 5.19647C12.8037 5.16047 12.7905 5.14074 12.7714 5.09282C12.75 5.03927 12.75 4.96416 12.75 4.81394V1.86323C12.75 1.56816 12.75 1.42063 12.8454 1.33166C12.9409 1.2427 13.0852 1.25285 13.3739 1.27315C13.8654 1.3077 14.35 1.35781 14.8266 1.41653C17.626 1.76142 19.7892 4.08275 20.007 6.82451C20.1391 8.48781 20.25 10.2108 20.25 11.9727C20.25 13.7345 20.1391 15.4576 20.007 17.1209C19.7892 19.8627 17.626 22.1839 14.8266 22.5289C13.9112 22.6416 12.9658 22.7227 12 22.7227C11.0341 22.7227 10.0888 22.6416 9.17338 22.5289C6.37413 22.1839 4.21064 19.8627 3.99296 17.1209C3.86089 15.4576 3.75 13.7345 3.75 11.9727C3.75 10.2109 3.86089 8.48782 3.99296 6.82452C4.21063 4.08273 6.37402 1.76142 9.17331 1.41653ZM12.0024 9.2227C12.2442 9.2227 12.3885 9.22227 12.4961 9.21492C12.5191 9.21336 12.5375 9.21161 12.5521 9.20991C12.5625 9.20871 12.5676 9.20811 12.6015 9.19555C12.6353 9.183 12.6369 9.18193 12.6401 9.17978C12.6665 9.16192 12.6892 9.13917 12.7071 9.11277C12.7092 9.10959 12.7103 9.10801 12.7229 9.07416C12.7354 9.04032 12.736 9.03514 12.7372 9.02479C12.7389 9.0102 12.7407 8.99177 12.7422 8.9688C12.7496 8.8608 12.75 8.71593 12.75 8.4727V7.4727C12.75 7.22947 12.7496 7.0846 12.7422 6.9766C12.7407 6.95364 12.7389 6.93522 12.7372 6.92063C12.736 6.91026 12.7354 6.90508 12.7228 6.87123C12.7103 6.83738 12.7092 6.83579 12.7071 6.83261C12.6892 6.80621 12.6665 6.78347 12.6401 6.76561C12.6369 6.76347 12.6353 6.7624 12.6015 6.74985C12.5676 6.73729 12.5625 6.73669 12.5521 6.73549C12.5375 6.73379 12.5191 6.73204 12.4961 6.73047C12.3881 6.72311 12.2432 6.7227 12 6.7227C11.7568 6.7227 11.6119 6.72311 11.5039 6.73047C11.4809 6.73204 11.4625 6.73379 11.4479 6.73549C11.4376 6.73669 11.4324 6.73729 11.3985 6.74985C11.3647 6.7624 11.3631 6.76347 11.3599 6.76561C11.3335 6.78347 11.3108 6.80623 11.2929 6.83264C11.2908 6.83581 11.2897 6.8374 11.2771 6.87124C11.2646 6.90508 11.264 6.91025 11.2628 6.92059C11.2611 6.93519 11.2593 6.95362 11.2578 6.9766C11.2504 7.0846 11.25 7.22947 11.25 7.4727V8.4727C11.25 8.71593 11.2504 8.8608 11.2578 8.9688C11.2593 8.99178 11.2611 9.01021 11.2628 9.02481C11.264 9.03515 11.2646 9.04032 11.2771 9.07416C11.2897 9.108 11.2908 9.10958 11.2929 9.11275C11.3108 9.13916 11.3335 9.16193 11.3599 9.17979C11.3631 9.18193 11.3647 9.183 11.3985 9.19555C11.4324 9.20811 11.4375 9.20871 11.4479 9.20991C11.4625 9.21161 11.4809 9.21336 11.5039 9.21492C11.6117 9.22228 11.7561 9.2227 11.9983 9.2227C11.9989 9.2227 11.9994 9.2227 12 9.2227C12.0008 9.2227 12.0016 9.2227 12.0024 9.2227Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.17331 1.41653C9.64994 1.3578 10.1346 1.30769 10.6261 1.27314C10.9148 1.25284 11.0591 1.24269 11.1546 1.33166C11.25 1.42063 11.25 1.56816 11.25 1.86322V4.81394C11.25 4.96416 11.25 5.03927 11.2286 5.09282C11.2095 5.14074 11.1963 5.16047 11.1594 5.19647C11.1181 5.23671 11.0222 5.27645 10.8303 5.35591C10.4015 5.53352 10.0608 5.8742 9.88321 6.303C9.80099 6.50151 9.77338 6.69685 9.76126 6.87449C9.74998 7.03982 9.74999 7.23666 9.75 7.45094V7.45094L9.75 7.4727L9.75 8.49446V8.49446C9.74999 8.70874 9.74998 8.90558 9.76126 9.07091C9.77338 9.24855 9.80099 9.44389 9.88321 9.6424C10.0608 10.0712 10.4015 10.4119 10.8303 10.5895C11.0222 10.669 11.1181 10.7087 11.1594 10.7489C11.1963 10.7849 11.2095 10.8047 11.2286 10.8526C11.25 10.9061 11.25 10.9812 11.25 11.1315V11.9727C11.25 12.3869 11.5858 12.7227 12 12.7227C12.4142 12.7227 12.75 12.3869 12.75 11.9727V11.1315C12.75 10.9812 12.75 10.9061 12.7714 10.8526C12.7905 10.8047 12.8037 10.7849 12.8406 10.7489C12.8819 10.7087 12.9778 10.669 13.1697 10.5895C13.5985 10.4119 13.9392 10.0712 14.1168 9.6424C14.199 9.44389 14.2266 9.24855 14.2387 9.07091C14.25 8.90558 14.25 8.70874 14.25 8.49446V7.45094C14.25 7.23666 14.25 7.03982 14.2387 6.87449C14.2266 6.69685 14.199 6.50151 14.1168 6.303C13.9392 5.8742 13.5985 5.53352 13.1697 5.35591C12.9778 5.27644 12.8819 5.23671 12.8406 5.19647C12.8037 5.16047 12.7905 5.14074 12.7714 5.09282C12.75 5.03927 12.75 4.96416 12.75 4.81394V1.86323C12.75 1.56816 12.75 1.42063 12.8454 1.33166C12.9409 1.2427 13.0852 1.25285 13.3739 1.27315C13.8654 1.3077 14.35 1.35781 14.8266 1.41653C17.626 1.76142 19.7892 4.08275 20.007 6.82451C20.1391 8.48781 20.25 10.2108 20.25 11.9727C20.25 13.7345 20.1391 15.4576 20.007 17.1209C19.7892 19.8627 17.626 22.1839 14.8266 22.5289C13.9112 22.6416 12.9658 22.7227 12 22.7227C11.0341 22.7227 10.0888 22.6416 9.17338 22.5289C6.37413 22.1839 4.21064 19.8627 3.99296 17.1209C3.86089 15.4576 3.75 13.7345 3.75 11.9727C3.75 10.2109 3.86089 8.48782 3.99296 6.82452C4.21063 4.08273 6.37402 1.76142 9.17331 1.41653ZM12.0024 9.2227C12.2442 9.2227 12.3885 9.22227 12.4961 9.21492C12.5191 9.21336 12.5375 9.21161 12.5521 9.20991C12.5625 9.20871 12.5676 9.20811 12.6015 9.19555C12.6353 9.183 12.6369 9.18193 12.6401 9.17978C12.6665 9.16192 12.6892 9.13917 12.7071 9.11277C12.7092 9.10959 12.7103 9.10801 12.7229 9.07416C12.7354 9.04032 12.736 9.03514 12.7372 9.02479C12.7389 9.0102 12.7407 8.99177 12.7422 8.9688C12.7496 8.8608 12.75 8.71593 12.75 8.4727V7.4727C12.75 7.22947 12.7496 7.0846 12.7422 6.9766C12.7407 6.95364 12.7389 6.93522 12.7372 6.92063C12.736 6.91026 12.7354 6.90508 12.7228 6.87123C12.7103 6.83738 12.7092 6.83579 12.7071 6.83261C12.6892 6.80621 12.6665 6.78347 12.6401 6.76561C12.6369 6.76347 12.6353 6.7624 12.6015 6.74985C12.5676 6.73729 12.5625 6.73669 12.5521 6.73549C12.5375 6.73379 12.5191 6.73204 12.4961 6.73047C12.3881 6.72311 12.2432 6.7227 12 6.7227C11.7568 6.7227 11.6119 6.72311 11.5039 6.73047C11.4809 6.73204 11.4625 6.73379 11.4479 6.73549C11.4376 6.73669 11.4324 6.73729 11.3985 6.74985C11.3647 6.7624 11.3631 6.76347 11.3599 6.76561C11.3335 6.78347 11.3108 6.80623 11.2929 6.83264C11.2908 6.83581 11.2897 6.8374 11.2771 6.87124C11.2646 6.90508 11.264 6.91025 11.2628 6.92059C11.2611 6.93519 11.2593 6.95362 11.2578 6.9766C11.2504 7.0846 11.25 7.22947 11.25 7.4727V8.4727C11.25 8.71593 11.2504 8.8608 11.2578 8.9688C11.2593 8.99178 11.2611 9.01021 11.2628 9.02481C11.264 9.03515 11.2646 9.04032 11.2771 9.07416C11.2897 9.108 11.2908 9.10958 11.2929 9.11275C11.3108 9.13916 11.3335 9.16193 11.3599 9.17979C11.3631 9.18193 11.3647 9.183 11.3985 9.19555C11.4324 9.20811 11.4375 9.20871 11.4479 9.20991C11.4625 9.21161 11.4809 9.21336 11.5039 9.21492C11.6117 9.22228 11.7561 9.2227 11.9983 9.2227C11.9989 9.2227 11.9994 9.2227 12 9.2227C12.0008 9.2227 12.0016 9.2227 12.0024 9.2227Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.22678 1.44126C10.1212 1.3303 11.0492 1.25 12 1.25C12.9507 1.25 13.8787 1.3303 14.7731 1.44126C17.6062 1.7927 19.793 4.15593 20.0133 6.94946C20.1417 8.57698 20.25 10.2685 20.25 12C20.25 13.7315 20.1417 15.423 20.0133 17.0506C19.793 19.8441 17.606 22.2072 14.7731 22.5588C13.8787 22.6696 12.9507 22.75 12 22.75C11.0492 22.75 10.1211 22.6696 9.22673 22.5588C6.39387 22.2072 4.20685 19.8441 3.98657 17.0505C3.85823 15.423 3.75 13.7315 3.75 12C3.75 10.2685 3.85823 8.577 3.98657 6.94949C4.20684 4.15592 6.39386 1.7927 9.22678 1.44126ZM11.9999 3.20459C11.1555 3.20459 10.312 3.27599 9.4641 3.38118C7.5589 3.61753 6.06992 5.22345 5.92162 7.10423C5.85573 7.9398 5.7962 8.78057 5.75415 9.62702C5.73969 9.91811 5.73246 10.0636 5.82114 10.1568C5.90983 10.25 6.05662 10.25 6.3502 10.25H17.6497C17.9433 10.25 18.0901 10.25 18.1788 10.1568C18.2674 10.0636 18.2602 9.9181 18.2457 9.62701C18.2037 8.78057 18.1441 7.93981 18.0782 7.10425C17.9299 5.22342 16.441 3.61753 14.5357 3.38118C13.6878 3.27599 12.8444 3.20459 11.9999 3.20459Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.72656C12.5523 4.72656 13 5.17428 13 5.72656L13 7.72656C13 8.27885 12.5523 8.72656 12 8.72656C11.4477 8.72656 11 8.27885 11 7.72656L11 5.72656C11 5.17428 11.4477 4.72656 12 4.72656Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.22678 1.44126C10.1212 1.3303 11.0492 1.25 12 1.25C12.9507 1.25 13.8787 1.3303 14.7731 1.44126C17.6062 1.7927 19.793 4.15593 20.0133 6.94946C20.1417 8.57698 20.25 10.2685 20.25 12C20.25 13.7315 20.1417 15.423 20.0133 17.0506C19.793 19.8441 17.606 22.2072 14.7731 22.5588C13.8787 22.6696 12.9507 22.75 12 22.75C11.0492 22.75 10.1211 22.6696 9.22673 22.5588C6.39387 22.2072 4.20685 19.8441 3.98657 17.0505C3.85823 15.423 3.75 13.7315 3.75 12C3.75 10.2685 3.85823 8.577 3.98657 6.94949C4.20684 4.15592 6.39386 1.7927 9.22678 1.44126ZM11.9999 3.20459C11.1555 3.20459 10.312 3.27599 9.4641 3.38118C7.5589 3.61753 6.06992 5.22345 5.92162 7.10423C5.85573 7.9398 5.7962 8.78057 5.75415 9.62702C5.73969 9.91811 5.73246 10.0636 5.82114 10.1568C5.90983 10.25 6.05662 10.25 6.3502 10.25H17.6497C17.9433 10.25 18.0901 10.25 18.1788 10.1568C18.2674 10.0636 18.2602 9.9181 18.2457 9.62701C18.2037 8.78057 18.1441 7.93981 18.0782 7.10425C17.9299 5.22342 16.441 3.61753 14.5357 3.38118C13.6878 3.27599 12.8444 3.20459 11.9999 3.20459Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.72656C12.5523 4.72656 13 5.17428 13 5.72656L13 7.72656C13 8.27885 12.5523 8.72656 12 8.72656C11.4477 8.72656 11 8.27885 11 7.72656L11 5.72656C11 5.17428 11.4477 4.72656 12 4.72656Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.36373 4.41459C9.97933 4.34552 10.6091 4.29049 11.25 4.26514V7.27572C11.1154 7.29287 10.9737 7.32377 10.8303 7.38316C10.4015 7.56077 10.0608 7.90145 9.88321 8.33025C9.80099 8.52875 9.77338 8.72409 9.76126 8.90174C9.74998 9.06706 9.74999 9.26391 9.75 9.47818V9.47819L9.75 9.49994L9.75 10.5217V10.5217C9.74999 10.736 9.74998 10.9328 9.76126 11.0982C9.77338 11.2758 9.80099 11.4711 9.88321 11.6696C10.0608 12.0984 10.4015 12.4391 10.8303 12.6167C10.9737 12.6761 11.1154 12.707 11.25 12.7242V13.9999C11.25 14.4142 11.5858 14.7499 12 14.7499C12.4142 14.7499 12.75 14.4142 12.75 13.9999V12.7242C12.8846 12.707 13.0263 12.6761 13.1697 12.6167C13.5985 12.4391 13.9392 12.0984 14.1168 11.6696C14.199 11.4711 14.2266 11.2758 14.2387 11.0982C14.25 10.9328 14.25 10.736 14.25 10.5217V9.47818C14.25 9.26391 14.25 9.06706 14.2387 8.90174C14.2266 8.72409 14.199 8.52875 14.1168 8.33025C13.9392 7.90145 13.5985 7.56077 13.1697 7.38316C13.0263 7.32377 12.8846 7.29287 12.75 7.27572V4.26514C13.3909 4.29049 14.0206 4.34552 14.6362 4.41459C17.2252 4.70509 19.3105 6.67829 19.5225 9.1093C19.646 10.5246 19.75 11.995 19.75 13.4999C19.75 15.0049 19.646 16.4753 19.5225 17.8906C19.3105 20.3216 17.2252 22.2947 14.6362 22.5853C13.7821 22.6811 12.9005 22.7499 12 22.7499C11.0994 22.7499 10.2179 22.6811 9.36379 22.5853C6.7749 22.2947 4.68933 20.3216 4.4774 17.8906C4.35401 16.4753 4.25 15.0049 4.25 13.4999C4.25 11.995 4.35401 10.5246 4.4774 9.10931C4.68933 6.67827 6.7748 4.70509 9.36373 4.41459ZM12.0024 11.2499C12.2442 11.2499 12.3885 11.2495 12.4961 11.2422C12.5629 11.2376 12.5913 11.2315 12.5987 11.2296C12.6575 11.2044 12.7044 11.1575 12.7297 11.0986C12.7316 11.0913 12.7377 11.0629 12.7422 10.996C12.7496 10.888 12.75 10.7432 12.75 10.4999V9.49994C12.75 9.25671 12.7496 9.11185 12.7422 9.00384C12.7377 8.93701 12.7316 8.90861 12.7297 8.90125C12.7044 8.84242 12.6575 8.79553 12.5987 8.77025C12.5913 8.76838 12.5629 8.76228 12.4961 8.75772C12.3881 8.75035 12.2432 8.74994 12 8.74994C11.7568 8.74994 11.6119 8.75035 11.5039 8.75772C11.4371 8.76228 11.4087 8.76838 11.4013 8.77025C11.3425 8.79553 11.2956 8.84242 11.2703 8.90125C11.2684 8.90861 11.2623 8.93701 11.2578 9.00384C11.2504 9.11185 11.25 9.25671 11.25 9.49994V10.4999C11.25 10.7432 11.2504 10.888 11.2578 10.996C11.2623 11.0629 11.2684 11.0913 11.2703 11.0986C11.2956 11.1575 11.3425 11.2044 11.4013 11.2296C11.4087 11.2315 11.4371 11.2376 11.5039 11.2422C11.6117 11.2495 11.7561 11.2499 11.9983 11.2499C11.9989 11.2499 11.9994 11.2499 12 11.2499C12.0008 11.2499 12.0016 11.2499 12.0024 11.2499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.75 2C12.75 1.58579 12.4142 1.25 12 1.25C11.5858 1.25 11.25 1.58579 11.25 2V4.26519C11.4984 4.25537 11.7484 4.25 12 4.25C12.2515 4.25 12.5016 4.25537 12.75 4.2652L12.75 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.36373 4.41459C9.97933 4.34552 10.6091 4.29049 11.25 4.26514V7.27572C11.1154 7.29287 10.9737 7.32377 10.8303 7.38316C10.4015 7.56077 10.0608 7.90145 9.88321 8.33025C9.80099 8.52875 9.77338 8.72409 9.76126 8.90174C9.74998 9.06706 9.74999 9.26391 9.75 9.47818V9.47819L9.75 9.49994L9.75 10.5217V10.5217C9.74999 10.736 9.74998 10.9328 9.76126 11.0982C9.77338 11.2758 9.80099 11.4711 9.88321 11.6696C10.0608 12.0984 10.4015 12.4391 10.8303 12.6167C10.9737 12.6761 11.1154 12.707 11.25 12.7242V13.9999C11.25 14.4142 11.5858 14.7499 12 14.7499C12.4142 14.7499 12.75 14.4142 12.75 13.9999V12.7242C12.8846 12.707 13.0263 12.6761 13.1697 12.6167C13.5985 12.4391 13.9392 12.0984 14.1168 11.6696C14.199 11.4711 14.2266 11.2758 14.2387 11.0982C14.25 10.9328 14.25 10.736 14.25 10.5217V9.47818C14.25 9.26391 14.25 9.06706 14.2387 8.90174C14.2266 8.72409 14.199 8.52875 14.1168 8.33025C13.9392 7.90145 13.5985 7.56077 13.1697 7.38316C13.0263 7.32377 12.8846 7.29287 12.75 7.27572V4.26514C13.3909 4.29049 14.0206 4.34552 14.6362 4.41459C17.2252 4.70509 19.3105 6.67829 19.5225 9.1093C19.646 10.5246 19.75 11.995 19.75 13.4999C19.75 15.0049 19.646 16.4753 19.5225 17.8906C19.3105 20.3216 17.2252 22.2947 14.6362 22.5853C13.7821 22.6811 12.9005 22.7499 12 22.7499C11.0994 22.7499 10.2179 22.6811 9.36379 22.5853C6.7749 22.2947 4.68933 20.3216 4.4774 17.8906C4.35401 16.4753 4.25 15.0049 4.25 13.4999C4.25 11.995 4.35401 10.5246 4.4774 9.10931C4.68933 6.67827 6.7748 4.70509 9.36373 4.41459ZM12.0024 11.2499C12.2442 11.2499 12.3885 11.2495 12.4961 11.2422C12.5629 11.2376 12.5913 11.2315 12.5987 11.2296C12.6575 11.2044 12.7044 11.1575 12.7297 11.0986C12.7316 11.0913 12.7377 11.0629 12.7422 10.996C12.7496 10.888 12.75 10.7432 12.75 10.4999V9.49994C12.75 9.25671 12.7496 9.11185 12.7422 9.00384C12.7377 8.93701 12.7316 8.90861 12.7297 8.90125C12.7044 8.84242 12.6575 8.79553 12.5987 8.77025C12.5913 8.76838 12.5629 8.76228 12.4961 8.75772C12.3881 8.75035 12.2432 8.74994 12 8.74994C11.7568 8.74994 11.6119 8.75035 11.5039 8.75772C11.4371 8.76228 11.4087 8.76838 11.4013 8.77025C11.3425 8.79553 11.2956 8.84242 11.2703 8.90125C11.2684 8.90861 11.2623 8.93701 11.2578 9.00384C11.2504 9.11185 11.25 9.25671 11.25 9.49994V10.4999C11.25 10.7432 11.2504 10.888 11.2578 10.996C11.2623 11.0629 11.2684 11.0913 11.2703 11.0986C11.2956 11.1575 11.3425 11.2044 11.4013 11.2296C11.4087 11.2315 11.4371 11.2376 11.5039 11.2422C11.6117 11.2495 11.7561 11.2499 11.9983 11.2499C11.9989 11.2499 11.9994 11.2499 12 11.2499C12.0008 11.2499 12.0016 11.2499 12.0024 11.2499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.75 2C12.75 1.58579 12.4142 1.25 12 1.25C11.5858 1.25 11.25 1.58579 11.25 2V4.26519C11.4984 4.25537 11.7484 4.25 12 4.25C12.2515 4.25 12.5016 4.25537 12.75 4.2652L12.75 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.57919 5.17653C6.85186 3.34999 9.38804 2.74583 11.5511 3.69478C12.0902 3.9313 12.6354 4.18764 13.1751 4.47668C12.8409 4.9425 12.497 5.56156 12.0888 6.2963L12.0637 6.34138L11.5301 7.30195C11.3752 7.22751 11.199 7.1589 10.9953 7.13208C10.5351 7.0715 10.0698 7.1962 9.70153 7.47874C9.53107 7.60954 9.40949 7.7649 9.31017 7.91268C9.21774 8.05022 9.11933 8.2207 9.0122 8.40627L8.49044 9.30999C8.38329 9.49555 8.28486 9.66602 8.21196 9.81484C8.13364 9.97474 8.05988 10.1577 8.03184 10.3707C7.97126 10.8309 8.09595 11.2963 8.3785 11.6645C8.50929 11.835 8.66466 11.9565 8.81244 12.0559C8.94998 12.1483 9.12046 12.2467 9.30603 12.3538L9.34372 12.3756C9.52928 12.4827 9.69975 12.5812 9.84857 12.6541C10.0085 12.7324 10.1914 12.8061 10.4045 12.8342C10.8646 12.8948 11.33 12.7701 11.6982 12.4875C11.8687 12.3567 11.9903 12.2014 12.0896 12.0536C12.182 11.9161 12.2804 11.7456 12.3875 11.56L12.3876 11.56L12.8984 10.6751L12.9093 10.6563L12.9093 10.6562C13.0165 10.4707 13.1149 10.3002 13.1878 10.1514C13.2661 9.99152 13.3399 9.80855 13.3679 9.59553C13.4285 9.13537 13.3038 8.66999 13.0213 8.30177C12.9565 8.21743 12.8858 8.14505 12.8129 8.08142L13.3749 7.06988C13.8372 6.23786 14.1491 5.67975 14.4345 5.29539C14.4468 5.27876 14.459 5.26265 14.471 5.24705C14.8758 5.5118 15.2653 5.78779 15.6419 6.06671C17.5403 7.47239 18.2857 9.97627 17.3482 11.994C16.8117 13.1485 16.2349 14.3388 15.5616 15.5099C14.8884 16.681 14.1503 17.7779 13.423 18.8217C12.1503 20.6482 9.61423 21.2524 7.45108 20.3034C6.74655 19.9943 6.03143 19.6513 5.33188 19.2457C4.63233 18.8401 3.9791 18.3897 3.36027 17.9315C1.46206 16.5259 0.716363 14.0219 1.65401 12.0042C2.19049 10.8497 2.76733 9.6594 3.44058 8.48832C4.11383 7.31723 4.85185 6.22038 5.57919 5.17653ZM11.8812 9.39649C11.8887 9.3329 11.8715 9.26884 11.8332 9.21753C11.8278 9.21223 11.8062 9.19275 11.7506 9.15539C11.6608 9.095 11.5355 9.02222 11.3249 8.9006C11.1142 8.77899 10.9886 8.7069 10.8914 8.65928C10.8312 8.62982 10.8035 8.6209 10.7962 8.61884C10.7327 8.61131 10.6686 8.62848 10.6173 8.66679C10.612 8.67223 10.5925 8.69377 10.5551 8.74937C10.4948 8.83922 10.422 8.96447 10.3004 9.17512L9.80036 10.0411C9.67874 10.2518 9.60666 10.3774 9.55904 10.4747C9.52958 10.5348 9.52066 10.5625 9.5186 10.5698C9.51107 10.6334 9.52824 10.6974 9.56655 10.7487C9.57199 10.754 9.59353 10.7735 9.64913 10.8109C9.73898 10.8713 9.86423 10.944 10.0749 11.0657C10.2855 11.1873 10.4112 11.2594 10.5084 11.307C10.5686 11.3364 10.5962 11.3454 10.6035 11.3474C10.6671 11.355 10.7312 11.3378 10.7825 11.2995C10.7878 11.294 10.8072 11.2725 10.8446 11.2169C10.905 11.127 10.9778 11.0018 11.0994 10.7911L11.5994 9.92512C11.721 9.71447 11.7931 9.58882 11.8407 9.4916C11.8702 9.43144 11.8791 9.40379 11.8812 9.39649Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.4223 5.84915L18.3006 4.57624C17.5565 4.12974 16.9323 3.75522 16.3973 3.5267C15.8309 3.28481 15.2569 3.15756 14.6428 3.32855C14.0317 3.49873 13.6013 3.90306 13.2314 4.4011C13.2129 4.42605 13.1944 4.45148 13.1758 4.47738C13.3417 4.56621 13.507 4.65813 13.6715 4.75351C13.9451 4.91213 14.2116 5.07759 14.4717 5.24769C14.7256 4.91679 14.896 4.81513 15.0452 4.77358C15.1985 4.73091 15.3996 4.7317 15.8081 4.90615C16.237 5.08933 16.7727 5.4088 17.5744 5.88979L19.6506 7.13541C20.7143 7.77361 22.0608 7.38243 22.6569 6.30942C22.8581 5.94733 22.7277 5.49073 22.3656 5.28956C22.0035 5.08839 21.5469 5.21883 21.3457 5.58092C21.1475 5.93775 20.7345 6.03647 20.4223 5.84915Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.57919 5.17653C6.85186 3.34999 9.38804 2.74583 11.5511 3.69478C12.0902 3.9313 12.6354 4.18764 13.1751 4.47668C12.8409 4.9425 12.497 5.56156 12.0888 6.2963L12.0637 6.34138L11.5301 7.30195C11.3752 7.22751 11.199 7.1589 10.9953 7.13208C10.5351 7.0715 10.0698 7.1962 9.70153 7.47874C9.53107 7.60954 9.40949 7.7649 9.31017 7.91268C9.21774 8.05022 9.11933 8.2207 9.0122 8.40627L8.49044 9.30999C8.38329 9.49555 8.28486 9.66602 8.21196 9.81484C8.13364 9.97474 8.05988 10.1577 8.03184 10.3707C7.97126 10.8309 8.09595 11.2963 8.3785 11.6645C8.50929 11.835 8.66466 11.9565 8.81244 12.0559C8.94998 12.1483 9.12046 12.2467 9.30603 12.3538L9.34372 12.3756C9.52928 12.4827 9.69975 12.5812 9.84857 12.6541C10.0085 12.7324 10.1914 12.8061 10.4045 12.8342C10.8646 12.8948 11.33 12.7701 11.6982 12.4875C11.8687 12.3567 11.9903 12.2014 12.0896 12.0536C12.182 11.9161 12.2804 11.7456 12.3875 11.56L12.3876 11.56L12.8984 10.6751L12.9093 10.6563L12.9093 10.6562C13.0165 10.4707 13.1149 10.3002 13.1878 10.1514C13.2661 9.99152 13.3399 9.80855 13.3679 9.59553C13.4285 9.13537 13.3038 8.66999 13.0213 8.30177C12.9565 8.21743 12.8858 8.14505 12.8129 8.08142L13.3749 7.06988C13.8372 6.23786 14.1491 5.67975 14.4345 5.29539C14.4468 5.27876 14.459 5.26265 14.471 5.24705C14.8758 5.5118 15.2653 5.78779 15.6419 6.06671C17.5403 7.47239 18.2857 9.97627 17.3482 11.994C16.8117 13.1485 16.2349 14.3388 15.5616 15.5099C14.8884 16.681 14.1503 17.7779 13.423 18.8217C12.1503 20.6482 9.61423 21.2524 7.45108 20.3034C6.74655 19.9943 6.03143 19.6513 5.33188 19.2457C4.63233 18.8401 3.9791 18.3897 3.36027 17.9315C1.46206 16.5259 0.716363 14.0219 1.65401 12.0042C2.19049 10.8497 2.76733 9.6594 3.44058 8.48832C4.11383 7.31723 4.85185 6.22038 5.57919 5.17653ZM11.8812 9.39649C11.8887 9.3329 11.8715 9.26884 11.8332 9.21753C11.8278 9.21223 11.8062 9.19275 11.7506 9.15539C11.6608 9.095 11.5355 9.02222 11.3249 8.9006C11.1142 8.77899 10.9886 8.7069 10.8914 8.65928C10.8312 8.62982 10.8035 8.6209 10.7962 8.61884C10.7327 8.61131 10.6686 8.62848 10.6173 8.66679C10.612 8.67223 10.5925 8.69377 10.5551 8.74937C10.4948 8.83922 10.422 8.96447 10.3004 9.17512L9.80036 10.0411C9.67874 10.2518 9.60666 10.3774 9.55904 10.4747C9.52958 10.5348 9.52066 10.5625 9.5186 10.5698C9.51107 10.6334 9.52824 10.6974 9.56655 10.7487C9.57199 10.754 9.59353 10.7735 9.64913 10.8109C9.73898 10.8713 9.86423 10.944 10.0749 11.0657C10.2855 11.1873 10.4112 11.2594 10.5084 11.307C10.5686 11.3364 10.5962 11.3454 10.6035 11.3474C10.6671 11.355 10.7312 11.3378 10.7825 11.2995C10.7878 11.294 10.8072 11.2725 10.8446 11.2169C10.905 11.127 10.9778 11.0018 11.0994 10.7911L11.5994 9.92512C11.721 9.71447 11.7931 9.58882 11.8407 9.4916C11.8702 9.43144 11.8791 9.40379 11.8812 9.39649Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.4223 5.84915L18.3006 4.57624C17.5565 4.12974 16.9323 3.75522 16.3973 3.5267C15.8309 3.28481 15.2569 3.15756 14.6428 3.32855C14.0317 3.49873 13.6013 3.90306 13.2314 4.4011C13.2129 4.42605 13.1944 4.45148 13.1758 4.47738C13.3417 4.56621 13.507 4.65813 13.6715 4.75351C13.9451 4.91213 14.2116 5.07759 14.4717 5.24769C14.7256 4.91679 14.896 4.81513 15.0452 4.77358C15.1985 4.73091 15.3996 4.7317 15.8081 4.90615C16.237 5.08933 16.7727 5.4088 17.5744 5.88979L19.6506 7.13541C20.7143 7.77361 22.0608 7.38243 22.6569 6.30942C22.8581 5.94733 22.7277 5.49073 22.3656 5.28956C22.0035 5.08839 21.5469 5.21883 21.3457 5.58092C21.1475 5.93775 20.7345 6.03647 20.4223 5.84915Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.4212 6.15067C20.6986 6.33359 21.1048 6.27589 21.3308 5.82889C21.5176 5.45922 21.9688 5.31103 22.3385 5.4979C22.7081 5.68476 22.8563 6.13592 22.6695 6.50559C22.0901 7.65164 20.7128 8.13976 19.5954 7.40293L17.4909 6.01514C16.6776 5.47887 16.1353 5.12351 15.702 4.92011C15.2896 4.72652 15.1011 4.73226 14.9643 4.77412C14.7779 4.83118 14.546 5.00162 14.1453 5.67772C13.9341 6.03406 13.4741 6.15173 13.1177 5.94056C12.7614 5.72938 12.6437 5.26932 12.8549 4.91298C13.2819 4.19251 13.7617 3.5735 14.5254 3.33979C15.1664 3.1436 15.7637 3.292 16.3394 3.56227C16.8829 3.8174 17.516 4.23492 18.2693 4.73169L20.4212 6.15067Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5511 3.69478C9.38804 2.74583 6.85186 3.34999 5.57919 5.17653C4.85185 6.22038 4.11383 7.31723 3.44058 8.48832C2.76733 9.6594 2.19049 10.8497 1.65401 12.0042C0.716363 14.0219 1.46206 16.5259 3.36027 17.9315C3.9791 18.3897 4.63233 18.8401 5.33188 19.2457C6.03143 19.6513 6.74655 19.9943 7.45108 20.3034C9.61423 21.2524 12.1503 20.6482 13.423 18.8217C14.1503 17.7779 14.8884 16.681 15.5616 15.5099C16.2349 14.3388 16.8117 13.1485 17.3482 11.994C18.2857 9.97627 17.5403 7.47239 15.6419 6.06671C15.0231 5.60847 14.3698 5.15813 13.6703 4.75253C12.9707 4.34692 12.2557 4.00392 11.5511 3.69478ZM12.499 8.40251C12.7751 7.92422 12.6113 7.31263 12.133 7.03649C11.6547 6.76034 11.0431 6.92422 10.767 7.40251L9.76695 9.13456C9.49081 9.61285 9.65469 10.2244 10.133 10.5006C10.6113 10.7767 11.2229 10.6129 11.499 10.1346L12.499 8.40251Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.4212 6.15067C20.6986 6.33359 21.1048 6.27589 21.3308 5.82889C21.5176 5.45922 21.9688 5.31103 22.3385 5.4979C22.7081 5.68476 22.8563 6.13592 22.6695 6.50559C22.0901 7.65164 20.7128 8.13976 19.5954 7.40293L17.4909 6.01514C16.6776 5.47887 16.1353 5.12351 15.702 4.92011C15.2896 4.72652 15.1011 4.73226 14.9643 4.77412C14.7779 4.83118 14.546 5.00162 14.1453 5.67772C13.9341 6.03406 13.4741 6.15173 13.1177 5.94056C12.7614 5.72938 12.6437 5.26932 12.8549 4.91298C13.2819 4.19251 13.7617 3.5735 14.5254 3.33979C15.1664 3.1436 15.7637 3.292 16.3394 3.56227C16.8829 3.8174 17.516 4.23492 18.2693 4.73169L20.4212 6.15067Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5511 3.69478C9.38804 2.74583 6.85186 3.34999 5.57919 5.17653C4.85185 6.22038 4.11383 7.31723 3.44058 8.48832C2.76733 9.6594 2.19049 10.8497 1.65401 12.0042C0.716363 14.0219 1.46206 16.5259 3.36027 17.9315C3.9791 18.3897 4.63233 18.8401 5.33188 19.2457C6.03143 19.6513 6.74655 19.9943 7.45108 20.3034C9.61423 21.2524 12.1503 20.6482 13.423 18.8217C14.1503 17.7779 14.8884 16.681 15.5616 15.5099C16.2349 14.3388 16.8117 13.1485 17.3482 11.994C18.2857 9.97627 17.5403 7.47239 15.6419 6.06671C15.0231 5.60847 14.3698 5.15813 13.6703 4.75253C12.9707 4.34692 12.2557 4.00392 11.5511 3.69478ZM12.499 8.40251C12.7751 7.92422 12.6113 7.31263 12.133 7.03649C11.6547 6.76034 11.0431 6.92422 10.767 7.40251L9.76695 9.13456C9.49081 9.61285 9.65469 10.2244 10.133 10.5006C10.6113 10.7767 11.2229 10.6129 11.499 10.1346L12.499 8.40251Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 1.25C5.41421 1.25 5.75 1.58579 5.75 2C5.75 2.41421 6.08579 2.75 6.5 2.75L9.052 2.75C9.95048 2.74997 10.6997 2.74994 11.2945 2.82991C11.9223 2.91432 12.4891 3.09999 12.9445 3.55546C13.5693 4.18022 13.6926 5.02358 13.7319 5.96888C13.7491 6.38274 13.4275 6.73217 13.0136 6.74935C12.5998 6.76654 12.2504 6.44498 12.2332 6.03112C12.1947 5.10411 12.0673 4.79953 11.8839 4.61612C11.7536 4.4858 11.5561 4.37858 11.0946 4.31654C10.6116 4.25159 9.96401 4.25 9 4.25L6.5 4.25C5.25736 4.25 4.25 3.24264 4.25 2C4.25 1.58579 4.58579 1.25 5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 5.25C12.2191 5.25 11.4563 5.31551 10.7203 5.40619C8.40919 5.69094 6.62454 7.6061 6.44484 9.86958C6.33909 11.2015 6.25 12.5845 6.25 14C6.25 15.4155 6.33909 16.7985 6.44484 18.1304C6.62454 20.3939 8.4093 22.309 10.7204 22.5938C11.4563 22.6844 12.2191 22.75 13 22.75C13.7809 22.75 14.5437 22.6844 15.2797 22.5938C17.5908 22.309 19.3753 20.3939 19.5551 18.1305C19.6609 16.7986 19.75 15.4155 19.75 14C19.75 12.5845 19.6609 11.2014 19.5551 9.86957C19.3753 7.60612 17.5908 5.69094 15.2796 5.40619C14.5436 5.31551 13.7809 5.25 13 5.25ZM14 9C14 8.44772 13.5523 8 13 8C12.4477 8 12 8.44772 12 9V11C12 11.5523 12.4477 12 13 12C13.5523 12 14 11.5523 14 11V9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 1.25C5.41421 1.25 5.75 1.58579 5.75 2C5.75 2.41421 6.08579 2.75 6.5 2.75L9.052 2.75C9.95048 2.74997 10.6997 2.74994 11.2945 2.82991C11.9223 2.91432 12.4891 3.09999 12.9445 3.55546C13.5693 4.18022 13.6926 5.02358 13.7319 5.96888C13.7491 6.38274 13.4275 6.73217 13.0136 6.74935C12.5998 6.76654 12.2504 6.44498 12.2332 6.03112C12.1947 5.10411 12.0673 4.79953 11.8839 4.61612C11.7536 4.4858 11.5561 4.37858 11.0946 4.31654C10.6116 4.25159 9.96401 4.25 9 4.25L6.5 4.25C5.25736 4.25 4.25 3.24264 4.25 2C4.25 1.58579 4.58579 1.25 5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 5.25C12.2191 5.25 11.4563 5.31551 10.7203 5.40619C8.40919 5.69094 6.62454 7.6061 6.44484 9.86958C6.33909 11.2015 6.25 12.5845 6.25 14C6.25 15.4155 6.33909 16.7985 6.44484 18.1304C6.62454 20.3939 8.4093 22.309 10.7204 22.5938C11.4563 22.6844 12.2191 22.75 13 22.75C13.7809 22.75 14.5437 22.6844 15.2797 22.5938C17.5908 22.309 19.3753 20.3939 19.5551 18.1305C19.6609 16.7986 19.75 15.4155 19.75 14C19.75 12.5845 19.6609 11.2014 19.5551 9.86957C19.3753 7.60612 17.5908 5.69094 15.2796 5.40619C14.5436 5.31551 13.7809 5.25 13 5.25ZM14 9C14 8.44772 13.5523 8 13 8C12.4477 8 12 8.44772 12 9V11C12 11.5523 12.4477 12 13 12C13.5523 12 14 11.5523 14 11V9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7203 5.40624C11.1911 5.34823 11.6729 5.30053 12.1633 5.27368C12.1705 5.31505 12.1772 5.35891 12.1835 5.40545C12.2484 5.88848 12.25 6.53604 12.25 7.50005V8.27583C12.1154 8.29298 11.9737 8.32388 11.8303 8.38327C11.4015 8.56088 11.0608 8.90156 10.8832 9.33036C10.801 9.52886 10.7734 9.7242 10.7613 9.90185C10.75 10.0672 10.75 10.264 10.75 10.4783V10.4783L10.75 10.5001L10.75 11.5218V11.5218C10.75 11.7361 10.75 11.9329 10.7613 12.0983C10.7734 12.2759 10.801 12.4712 10.8832 12.6698C11.0608 13.0985 11.4015 13.4392 11.8303 13.6168C12.0288 13.6991 12.2241 13.7267 12.4018 13.7388C12.5671 13.7501 12.764 13.7501 12.9782 13.7501H13.0218C13.236 13.7501 13.4329 13.7501 13.5982 13.7388C13.7759 13.7267 13.9712 13.6991 14.1697 13.6168C14.5985 13.4392 14.9392 13.0985 15.1168 12.6698C15.199 12.4712 15.2266 12.2759 15.2387 12.0983C15.25 11.9329 15.25 11.7361 15.25 11.5218V10.4783C15.25 10.264 15.25 10.0672 15.2387 9.90185C15.2266 9.7242 15.199 9.52886 15.1168 9.33036C14.9392 8.90156 14.5985 8.56088 14.1697 8.38327C14.0263 8.32388 13.8846 8.29298 13.75 8.27583L13.75 7.44808V7.44808C13.75 6.57963 13.7501 5.85062 13.6778 5.26574C14.2232 5.29037 14.7581 5.34199 15.2796 5.40624C17.5908 5.69099 19.3753 7.60618 19.5551 9.86963C19.6609 11.2015 19.75 12.5846 19.75 14.0001C19.75 15.4155 19.6609 16.7986 19.5551 18.1305C19.3753 20.3939 17.5908 22.309 15.2797 22.5939C14.5437 22.6845 13.7809 22.7501 13 22.7501C12.2191 22.7501 11.4563 22.6845 10.7204 22.5939C8.4093 22.3091 6.62454 20.394 6.44484 18.1305C6.33909 16.7986 6.25 15.4155 6.25 14.0001C6.25 12.5846 6.33909 11.2015 6.44484 9.86964C6.62454 7.60615 8.40919 5.69099 10.7203 5.40624ZM12.2703 9.90136C12.2956 9.84253 12.3425 9.79564 12.4013 9.77036C12.4087 9.76849 12.4371 9.76239 12.5039 9.75783C12.6119 9.75046 12.7568 9.75005 13 9.75005C13.2432 9.75005 13.3881 9.75046 13.4961 9.75783C13.5629 9.76239 13.5913 9.76849 13.5987 9.77036C13.6575 9.79564 13.7044 9.84253 13.7297 9.90136C13.7316 9.90872 13.7377 9.93712 13.7422 10.004C13.7496 10.112 13.75 10.2568 13.75 10.5001V11.5001C13.75 11.7433 13.7496 11.8882 13.7422 11.9962C13.7377 12.063 13.7316 12.0914 13.7297 12.0987C13.7044 12.1576 13.6575 12.2045 13.5987 12.2298C13.5913 12.2316 13.5629 12.2377 13.4961 12.2423C13.3881 12.2496 13.2432 12.2501 13 12.2501C12.7568 12.2501 12.6119 12.2496 12.5039 12.2423C12.4371 12.2377 12.4087 12.2316 12.4013 12.2298C12.3425 12.2045 12.2956 12.1576 12.2703 12.0987C12.2684 12.0914 12.2623 12.063 12.2578 11.9962C12.2504 11.8882 12.25 11.7433 12.25 11.5001V10.5001C12.25 10.2568 12.2504 10.112 12.2578 10.004C12.2623 9.93712 12.2684 9.90872 12.2703 9.90136Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.75 2C5.75 1.58579 5.41421 1.25 5 1.25C4.58579 1.25 4.25 1.58579 4.25 2C4.25 3.24264 5.25736 4.25 6.5 4.25H9C9.96401 4.25 10.6116 4.25159 11.0946 4.31654C11.5561 4.37858 11.7536 4.4858 11.8839 4.61612C12.0011 4.73329 12.0996 4.90478 12.1633 5.27363C12.4396 5.25851 12.7186 5.25 13 5.25C13.2275 5.25 13.4536 5.25557 13.6778 5.26569C13.6753 5.24546 13.6728 5.22541 13.6701 5.20552C13.5857 4.57773 13.4 4.01093 12.9445 3.55546C12.4891 3.09999 11.9223 2.91432 11.2945 2.82991C10.6997 2.74994 9.95048 2.74997 9.052 2.75L6.5 2.75C6.08579 2.75 5.75 2.41421 5.75 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7203 5.40624C11.1911 5.34823 11.6729 5.30053 12.1633 5.27368C12.1705 5.31505 12.1772 5.35891 12.1835 5.40545C12.2484 5.88848 12.25 6.53604 12.25 7.50005V8.27583C12.1154 8.29298 11.9737 8.32388 11.8303 8.38327C11.4015 8.56088 11.0608 8.90156 10.8832 9.33036C10.801 9.52886 10.7734 9.7242 10.7613 9.90185C10.75 10.0672 10.75 10.264 10.75 10.4783V10.4783L10.75 10.5001L10.75 11.5218V11.5218C10.75 11.7361 10.75 11.9329 10.7613 12.0983C10.7734 12.2759 10.801 12.4712 10.8832 12.6698C11.0608 13.0985 11.4015 13.4392 11.8303 13.6168C12.0288 13.6991 12.2241 13.7267 12.4018 13.7388C12.5671 13.7501 12.764 13.7501 12.9782 13.7501H13.0218C13.236 13.7501 13.4329 13.7501 13.5982 13.7388C13.7759 13.7267 13.9712 13.6991 14.1697 13.6168C14.5985 13.4392 14.9392 13.0985 15.1168 12.6698C15.199 12.4712 15.2266 12.2759 15.2387 12.0983C15.25 11.9329 15.25 11.7361 15.25 11.5218V10.4783C15.25 10.264 15.25 10.0672 15.2387 9.90185C15.2266 9.7242 15.199 9.52886 15.1168 9.33036C14.9392 8.90156 14.5985 8.56088 14.1697 8.38327C14.0263 8.32388 13.8846 8.29298 13.75 8.27583L13.75 7.44808V7.44808C13.75 6.57963 13.7501 5.85062 13.6778 5.26574C14.2232 5.29037 14.7581 5.34199 15.2796 5.40624C17.5908 5.69099 19.3753 7.60618 19.5551 9.86963C19.6609 11.2015 19.75 12.5846 19.75 14.0001C19.75 15.4155 19.6609 16.7986 19.5551 18.1305C19.3753 20.3939 17.5908 22.309 15.2797 22.5939C14.5437 22.6845 13.7809 22.7501 13 22.7501C12.2191 22.7501 11.4563 22.6845 10.7204 22.5939C8.4093 22.3091 6.62454 20.394 6.44484 18.1305C6.33909 16.7986 6.25 15.4155 6.25 14.0001C6.25 12.5846 6.33909 11.2015 6.44484 9.86964C6.62454 7.60615 8.40919 5.69099 10.7203 5.40624ZM12.2703 9.90136C12.2956 9.84253 12.3425 9.79564 12.4013 9.77036C12.4087 9.76849 12.4371 9.76239 12.5039 9.75783C12.6119 9.75046 12.7568 9.75005 13 9.75005C13.2432 9.75005 13.3881 9.75046 13.4961 9.75783C13.5629 9.76239 13.5913 9.76849 13.5987 9.77036C13.6575 9.79564 13.7044 9.84253 13.7297 9.90136C13.7316 9.90872 13.7377 9.93712 13.7422 10.004C13.7496 10.112 13.75 10.2568 13.75 10.5001V11.5001C13.75 11.7433 13.7496 11.8882 13.7422 11.9962C13.7377 12.063 13.7316 12.0914 13.7297 12.0987C13.7044 12.1576 13.6575 12.2045 13.5987 12.2298C13.5913 12.2316 13.5629 12.2377 13.4961 12.2423C13.3881 12.2496 13.2432 12.2501 13 12.2501C12.7568 12.2501 12.6119 12.2496 12.5039 12.2423C12.4371 12.2377 12.4087 12.2316 12.4013 12.2298C12.3425 12.2045 12.2956 12.1576 12.2703 12.0987C12.2684 12.0914 12.2623 12.063 12.2578 11.9962C12.2504 11.8882 12.25 11.7433 12.25 11.5001V10.5001C12.25 10.2568 12.2504 10.112 12.2578 10.004C12.2623 9.93712 12.2684 9.90872 12.2703 9.90136Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.75 2C5.75 1.58579 5.41421 1.25 5 1.25C4.58579 1.25 4.25 1.58579 4.25 2C4.25 3.24264 5.25736 4.25 6.5 4.25H9C9.96401 4.25 10.6116 4.25159 11.0946 4.31654C11.5561 4.37858 11.7536 4.4858 11.8839 4.61612C12.0011 4.73329 12.0996 4.90478 12.1633 5.27363C12.4396 5.25851 12.7186 5.25 13 5.25C13.2275 5.25 13.4536 5.25557 13.6778 5.26569C13.6753 5.24546 13.6728 5.22541 13.6701 5.20552C13.5857 4.57773 13.4 4.01093 12.9445 3.55546C12.4891 3.09999 11.9223 2.91432 11.2945 2.82991C10.6997 2.74994 9.95048 2.74997 9.052 2.75L6.5 2.75C6.08579 2.75 5.75 2.41421 5.75 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-09{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C8.77681 1.25 6.64252 2.48241 5.36262 4.54591C4.12483 6.54151 3.75 9.21526 3.75 12C3.75 14.7847 4.12483 17.4585 5.36262 19.4541C6.64252 21.5176 8.7768 22.75 12 22.75C15.2231 22.75 17.3574 21.5176 18.6373 19.4541C19.8751 17.4585 20.25 14.7847 20.25 12C20.25 9.21527 19.8751 6.54152 18.6373 4.54592C17.3574 2.48242 15.2231 1.25 12 1.25ZM13 6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V9C11 9.55228 11.4477 10 12 10C12.5523 10 13 9.55228 13 9V6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C8.77681 1.25 6.64252 2.48241 5.36262 4.54591C4.12483 6.54151 3.75 9.21526 3.75 12C3.75 14.7847 4.12483 17.4585 5.36262 19.4541C6.64252 21.5176 8.7768 22.75 12 22.75C15.2231 22.75 17.3574 21.5176 18.6373 19.4541C19.8751 17.4585 20.25 14.7847 20.25 12C20.25 9.21527 19.8751 6.54152 18.6373 4.54592C17.3574 2.48242 15.2231 1.25 12 1.25ZM13 6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V9C11 9.55228 11.4477 10 12 10C12.5523 10 13 9.55228 13 9V6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-10{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.36262 4.53422C6.44917 2.78245 8.15147 1.62963 10.613 1.3213C10.9023 1.28506 11.047 1.26694 11.1485 1.35651C11.25 1.44607 11.25 1.59769 11.25 1.90093V4.82956C11.25 4.97978 11.25 5.05489 11.2286 5.10844C11.2095 5.15635 11.1963 5.17608 11.1594 5.21209C11.1181 5.25233 11.0222 5.29206 10.8303 5.37153C10.4015 5.54914 10.0608 5.88982 9.88321 6.31862C9.80099 6.51712 9.77338 6.71246 9.76126 6.89011C9.74998 7.05543 9.74999 7.25228 9.75 7.46655V7.46656L9.75 7.48832L9.75 9.51007C9.74999 9.72435 9.74998 9.9212 9.76126 10.0865C9.77338 10.2642 9.80099 10.4595 9.88321 10.658C10.0608 11.0868 10.4015 11.4275 10.8303 11.6051C11.0288 11.6873 11.2241 11.7149 11.4018 11.7271C11.5671 11.7383 11.764 11.7383 11.9782 11.7383H12.0218C12.236 11.7383 12.4329 11.7383 12.5982 11.7271C12.7759 11.7149 12.9712 11.6873 13.1697 11.6051C13.5985 11.4275 13.9392 11.0868 14.1168 10.658C14.199 10.4595 14.2266 10.2642 14.2387 10.0865C14.25 9.9212 14.25 9.72435 14.25 9.51008V7.46655C14.25 7.25228 14.25 7.05543 14.2387 6.89011C14.2266 6.71246 14.199 6.51712 14.1168 6.31862C13.9392 5.88982 13.5985 5.54914 13.1697 5.37153C12.9778 5.29206 12.8819 5.25233 12.8406 5.21209C12.8037 5.17608 12.7905 5.15635 12.7714 5.10844C12.75 5.05489 12.75 4.97978 12.75 4.82956V1.90094C12.75 1.5977 12.75 1.44608 12.8515 1.35651C12.953 1.26694 13.0977 1.28507 13.387 1.32131C15.8485 1.62965 17.5508 2.78247 18.6373 4.53423C19.8751 6.52983 20.25 9.20358 20.25 11.9883C20.25 14.773 19.8751 17.4468 18.6373 19.4424C17.3574 21.5059 15.2231 22.7383 12 22.7383C8.7768 22.7383 6.64252 21.5059 5.36262 19.4424C4.12483 17.4468 3.75 14.7731 3.75 11.9883C3.75 9.20357 4.12483 6.52982 5.36262 4.53422ZM11.2628 6.93621C11.264 6.92586 11.2646 6.92069 11.2771 6.88685C11.2897 6.85301 11.2908 6.85143 11.2929 6.84826C11.3108 6.82185 11.3335 6.79909 11.3599 6.78123C11.3631 6.77909 11.3647 6.77802 11.3985 6.76546C11.4324 6.75291 11.4376 6.75231 11.4479 6.75111C11.4625 6.74941 11.4809 6.74766 11.5039 6.74609C11.6119 6.73872 11.7568 6.73832 12 6.73832C12.2432 6.73832 12.3881 6.73872 12.4961 6.74609C12.5191 6.74766 12.5375 6.74941 12.5521 6.75111C12.5625 6.75231 12.5676 6.75291 12.6015 6.76546C12.6353 6.77801 12.6369 6.77908 12.6401 6.78123C12.6665 6.79908 12.6892 6.82183 12.7071 6.84823C12.7092 6.8514 12.7103 6.85299 12.7228 6.88685C12.7354 6.9207 12.736 6.92588 12.7372 6.93625C12.7389 6.95084 12.7407 6.96926 12.7422 6.99221C12.7496 7.10022 12.75 7.24508 12.75 7.48832V9.48832C12.75 9.73155 12.7496 9.87641 12.7422 9.98442C12.7407 10.0074 12.7389 10.0258 12.7372 10.0404C12.736 10.0508 12.7354 10.0559 12.7228 10.0898C12.7103 10.1236 12.7092 10.1252 12.7071 10.1284C12.6892 10.1548 12.6665 10.1775 12.6401 10.1954C12.6369 10.1975 12.6353 10.1986 12.6015 10.2112C12.5676 10.2237 12.5624 10.2243 12.5521 10.2255C12.5375 10.2272 12.5191 10.229 12.4961 10.2305C12.3881 10.2379 12.2432 10.2383 12 10.2383C11.7568 10.2383 11.6119 10.2379 11.5039 10.2305C11.4809 10.229 11.4625 10.2272 11.4479 10.2255C11.4375 10.2243 11.4324 10.2237 11.3985 10.2112C11.3647 10.1986 11.3631 10.1976 11.36 10.1954C11.3335 10.1775 11.3108 10.1548 11.2929 10.1284C11.2908 10.1252 11.2897 10.1236 11.2771 10.0898C11.2646 10.0559 11.264 10.0508 11.2628 10.0404C11.2611 10.0258 11.2593 10.0074 11.2578 9.98442C11.2504 9.87641 11.25 9.73155 11.25 9.48832V7.48832C11.25 7.24508 11.2504 7.10022 11.2578 6.99221C11.2593 6.96924 11.2611 6.95081 11.2628 6.93621Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.36262 4.53422C6.44917 2.78245 8.15147 1.62963 10.613 1.3213C10.9023 1.28506 11.047 1.26694 11.1485 1.35651C11.25 1.44607 11.25 1.59769 11.25 1.90093V4.82956C11.25 4.97978 11.25 5.05489 11.2286 5.10844C11.2095 5.15635 11.1963 5.17608 11.1594 5.21209C11.1181 5.25233 11.0222 5.29206 10.8303 5.37153C10.4015 5.54914 10.0608 5.88982 9.88321 6.31862C9.80099 6.51712 9.77338 6.71246 9.76126 6.89011C9.74998 7.05543 9.74999 7.25228 9.75 7.46655V7.46656L9.75 7.48832L9.75 9.51007C9.74999 9.72435 9.74998 9.9212 9.76126 10.0865C9.77338 10.2642 9.80099 10.4595 9.88321 10.658C10.0608 11.0868 10.4015 11.4275 10.8303 11.6051C11.0288 11.6873 11.2241 11.7149 11.4018 11.7271C11.5671 11.7383 11.764 11.7383 11.9782 11.7383H12.0218C12.236 11.7383 12.4329 11.7383 12.5982 11.7271C12.7759 11.7149 12.9712 11.6873 13.1697 11.6051C13.5985 11.4275 13.9392 11.0868 14.1168 10.658C14.199 10.4595 14.2266 10.2642 14.2387 10.0865C14.25 9.9212 14.25 9.72435 14.25 9.51008V7.46655C14.25 7.25228 14.25 7.05543 14.2387 6.89011C14.2266 6.71246 14.199 6.51712 14.1168 6.31862C13.9392 5.88982 13.5985 5.54914 13.1697 5.37153C12.9778 5.29206 12.8819 5.25233 12.8406 5.21209C12.8037 5.17608 12.7905 5.15635 12.7714 5.10844C12.75 5.05489 12.75 4.97978 12.75 4.82956V1.90094C12.75 1.5977 12.75 1.44608 12.8515 1.35651C12.953 1.26694 13.0977 1.28507 13.387 1.32131C15.8485 1.62965 17.5508 2.78247 18.6373 4.53423C19.8751 6.52983 20.25 9.20358 20.25 11.9883C20.25 14.773 19.8751 17.4468 18.6373 19.4424C17.3574 21.5059 15.2231 22.7383 12 22.7383C8.7768 22.7383 6.64252 21.5059 5.36262 19.4424C4.12483 17.4468 3.75 14.7731 3.75 11.9883C3.75 9.20357 4.12483 6.52982 5.36262 4.53422ZM11.2628 6.93621C11.264 6.92586 11.2646 6.92069 11.2771 6.88685C11.2897 6.85301 11.2908 6.85143 11.2929 6.84826C11.3108 6.82185 11.3335 6.79909 11.3599 6.78123C11.3631 6.77909 11.3647 6.77802 11.3985 6.76546C11.4324 6.75291 11.4376 6.75231 11.4479 6.75111C11.4625 6.74941 11.4809 6.74766 11.5039 6.74609C11.6119 6.73872 11.7568 6.73832 12 6.73832C12.2432 6.73832 12.3881 6.73872 12.4961 6.74609C12.5191 6.74766 12.5375 6.74941 12.5521 6.75111C12.5625 6.75231 12.5676 6.75291 12.6015 6.76546C12.6353 6.77801 12.6369 6.77908 12.6401 6.78123C12.6665 6.79908 12.6892 6.82183 12.7071 6.84823C12.7092 6.8514 12.7103 6.85299 12.7228 6.88685C12.7354 6.9207 12.736 6.92588 12.7372 6.93625C12.7389 6.95084 12.7407 6.96926 12.7422 6.99221C12.7496 7.10022 12.75 7.24508 12.75 7.48832V9.48832C12.75 9.73155 12.7496 9.87641 12.7422 9.98442C12.7407 10.0074 12.7389 10.0258 12.7372 10.0404C12.736 10.0508 12.7354 10.0559 12.7228 10.0898C12.7103 10.1236 12.7092 10.1252 12.7071 10.1284C12.6892 10.1548 12.6665 10.1775 12.6401 10.1954C12.6369 10.1975 12.6353 10.1986 12.6015 10.2112C12.5676 10.2237 12.5624 10.2243 12.5521 10.2255C12.5375 10.2272 12.5191 10.229 12.4961 10.2305C12.3881 10.2379 12.2432 10.2383 12 10.2383C11.7568 10.2383 11.6119 10.2379 11.5039 10.2305C11.4809 10.229 11.4625 10.2272 11.4479 10.2255C11.4375 10.2243 11.4324 10.2237 11.3985 10.2112C11.3647 10.1986 11.3631 10.1976 11.36 10.1954C11.3335 10.1775 11.3108 10.1548 11.2929 10.1284C11.2908 10.1252 11.2897 10.1236 11.2771 10.0898C11.2646 10.0559 11.264 10.0508 11.2628 10.0404C11.2611 10.0258 11.2593 10.0074 11.2578 9.98442C11.2504 9.87641 11.25 9.73155 11.25 9.48832V7.48832C11.25 7.24508 11.2504 7.10022 11.2578 6.99221C11.2593 6.96924 11.2611 6.95081 11.2628 6.93621Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-11{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0218 4.75H12H11.9782H11.9782C11.7639 4.74999 11.5671 4.74998 11.4018 4.76126C11.2241 4.77338 11.0288 4.80099 10.8303 4.88321C10.4015 5.06083 10.0608 5.40151 9.88321 5.83031C9.80099 6.02881 9.77337 6.22415 9.76125 6.40179C9.74997 6.56712 9.74998 6.76396 9.75 6.97824V7.52176C9.74998 7.73604 9.74997 7.93289 9.76125 8.09821C9.77337 8.27585 9.80099 8.47119 9.88321 8.6697C10.0608 9.0985 10.4015 9.43918 10.8303 9.61679C11.0288 9.69901 11.2241 9.72663 11.4018 9.73875C11.5671 9.75003 11.764 9.75002 11.9782 9.75H12.0218C12.236 9.75002 12.4329 9.75003 12.5982 9.73875C12.7759 9.72663 12.9712 9.69901 13.1697 9.61679C13.5985 9.43918 13.9392 9.0985 14.1168 8.6697C14.199 8.47119 14.2266 8.27585 14.2387 8.09821C14.25 7.9329 14.25 7.73606 14.25 7.5218V7.52176V6.97825V6.9782C14.25 6.76394 14.25 6.56711 14.2387 6.40179C14.2266 6.22415 14.199 6.02881 14.1168 5.83031C13.9392 5.40151 13.5985 5.06083 13.1697 4.88321C12.9712 4.80099 12.7759 4.77338 12.5982 4.76126C12.4329 4.74998 12.2361 4.74999 12.0218 4.75H12.0218Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C8.79941 1.25 6.64401 2.48858 5.35163 4.58654C4.11376 6.59603 3.75 9.26561 3.75 12C3.75 14.7344 4.11376 17.404 5.35163 19.4135C6.64401 21.5114 8.79941 22.75 12 22.75C15.2005 22.75 17.3559 21.5114 18.6483 19.4135C19.8862 17.404 20.25 14.7344 20.25 12C20.25 9.26561 19.8862 6.59603 18.6483 4.58655C17.3559 2.48859 15.2005 1.25 12 1.25ZM10.9996 10.65C10.9996 10.9329 10.9996 11.0743 10.9118 11.1621C10.8239 11.25 10.6825 11.25 10.3996 11.25H6.31844C6.02654 11.25 5.88059 11.25 5.79182 11.1562C5.70306 11.0624 5.71097 10.9193 5.72679 10.6332C5.83922 8.59996 6.22368 6.87844 7.00087 5.61679C7.68376 4.50823 8.71458 3.68249 10.3387 3.35682C10.6328 3.29785 10.7799 3.26836 10.8898 3.35838C10.9996 3.4484 10.9996 3.60704 10.9996 3.92433V5.50003C10.9996 6.05232 11.4473 6.50003 11.9996 6.50003C12.5519 6.50003 12.9996 6.05232 12.9996 5.50003V3.92434C12.9996 3.60705 12.9996 3.44841 13.1095 3.35839C13.2193 3.26837 13.3664 3.29786 13.6605 3.35684C15.2846 3.68252 16.3154 4.50825 16.9983 5.6168C17.7755 6.87846 18.16 8.59998 18.2724 10.6332C18.2883 10.9193 18.2962 11.0624 18.2074 11.1562C18.1187 11.25 17.9727 11.25 17.6808 11.25H13.5996C13.3168 11.25 13.1754 11.25 13.0875 11.1621C12.9996 11.0743 12.9996 10.9329 12.9996 10.65V9.00003C12.9996 8.44775 12.5519 8.00003 11.9996 8.00003C11.4473 8.00003 10.9996 8.44775 10.9996 9.00003V10.65Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0218 4.75H12H11.9782H11.9782C11.7639 4.74999 11.5671 4.74998 11.4018 4.76126C11.2241 4.77338 11.0288 4.80099 10.8303 4.88321C10.4015 5.06083 10.0608 5.40151 9.88321 5.83031C9.80099 6.02881 9.77337 6.22415 9.76125 6.40179C9.74997 6.56712 9.74998 6.76396 9.75 6.97824V7.52176C9.74998 7.73604 9.74997 7.93289 9.76125 8.09821C9.77337 8.27585 9.80099 8.47119 9.88321 8.6697C10.0608 9.0985 10.4015 9.43918 10.8303 9.61679C11.0288 9.69901 11.2241 9.72663 11.4018 9.73875C11.5671 9.75003 11.764 9.75002 11.9782 9.75H12.0218C12.236 9.75002 12.4329 9.75003 12.5982 9.73875C12.7759 9.72663 12.9712 9.69901 13.1697 9.61679C13.5985 9.43918 13.9392 9.0985 14.1168 8.6697C14.199 8.47119 14.2266 8.27585 14.2387 8.09821C14.25 7.9329 14.25 7.73606 14.25 7.5218V7.52176V6.97825V6.9782C14.25 6.76394 14.25 6.56711 14.2387 6.40179C14.2266 6.22415 14.199 6.02881 14.1168 5.83031C13.9392 5.40151 13.5985 5.06083 13.1697 4.88321C12.9712 4.80099 12.7759 4.77338 12.5982 4.76126C12.4329 4.74998 12.2361 4.74999 12.0218 4.75H12.0218Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C8.79941 1.25 6.64401 2.48858 5.35163 4.58654C4.11376 6.59603 3.75 9.26561 3.75 12C3.75 14.7344 4.11376 17.404 5.35163 19.4135C6.64401 21.5114 8.79941 22.75 12 22.75C15.2005 22.75 17.3559 21.5114 18.6483 19.4135C19.8862 17.404 20.25 14.7344 20.25 12C20.25 9.26561 19.8862 6.59603 18.6483 4.58655C17.3559 2.48859 15.2005 1.25 12 1.25ZM10.9996 10.65C10.9996 10.9329 10.9996 11.0743 10.9118 11.1621C10.8239 11.25 10.6825 11.25 10.3996 11.25H6.31844C6.02654 11.25 5.88059 11.25 5.79182 11.1562C5.70306 11.0624 5.71097 10.9193 5.72679 10.6332C5.83922 8.59996 6.22368 6.87844 7.00087 5.61679C7.68376 4.50823 8.71458 3.68249 10.3387 3.35682C10.6328 3.29785 10.7799 3.26836 10.8898 3.35838C10.9996 3.4484 10.9996 3.60704 10.9996 3.92433V5.50003C10.9996 6.05232 11.4473 6.50003 11.9996 6.50003C12.5519 6.50003 12.9996 6.05232 12.9996 5.50003V3.92434C12.9996 3.60705 12.9996 3.44841 13.1095 3.35839C13.2193 3.26837 13.3664 3.29786 13.6605 3.35684C15.2846 3.68252 16.3154 4.50825 16.9983 5.6168C17.7755 6.87846 18.16 8.59998 18.2724 10.6332C18.2883 10.9193 18.2962 11.0624 18.2074 11.1562C18.1187 11.25 17.9727 11.25 17.6808 11.25H13.5996C13.3168 11.25 13.1754 11.25 13.0875 11.1621C12.9996 11.0743 12.9996 10.9329 12.9996 10.65V9.00003C12.9996 8.44775 12.5519 8.00003 11.9996 8.00003C11.4473 8.00003 10.9996 8.44775 10.9996 9.00003V10.65Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-12{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.78009 7.07785C6.89346 5.4431 8.66748 4.43416 11.25 4.27283V7.27576C11.1154 7.29291 10.9737 7.32381 10.8303 7.38319C10.4015 7.56081 10.0608 7.90149 9.88321 8.33029C9.80099 8.52879 9.77338 8.72413 9.76126 8.90177C9.74998 9.0671 9.74999 9.26395 9.75 9.47822V9.47823L9.75 9.49998L9.75 10.5217V10.5217C9.74999 10.736 9.74998 10.9329 9.76126 11.0982C9.77338 11.2758 9.80099 11.4712 9.88321 11.6697C10.0608 12.0985 10.4015 12.4392 10.8303 12.6168C11.0288 12.699 11.2241 12.7266 11.4018 12.7387C11.5671 12.75 11.764 12.75 11.9782 12.75H12.0218C12.236 12.75 12.4329 12.75 12.5982 12.7387C12.7759 12.7266 12.9712 12.699 13.1697 12.6168C13.5985 12.4392 13.9392 12.0985 14.1168 11.6697C14.199 11.4712 14.2266 11.2758 14.2387 11.0982C14.25 10.9329 14.25 10.736 14.25 10.5217V9.47822C14.25 9.26395 14.25 9.0671 14.2387 8.90177C14.2266 8.72413 14.199 8.52879 14.1168 8.33029C13.9392 7.90149 13.5985 7.56081 13.1697 7.38319C13.0263 7.32381 12.8846 7.29291 12.75 7.27576V4.27283C15.3325 4.43418 17.1065 5.44311 18.2199 7.07785C19.3985 8.80843 19.75 11.1196 19.75 13.5C19.75 15.8803 19.3985 18.1915 18.2199 19.9221C17.0018 21.7106 14.993 22.75 12 22.75C9.00689 22.75 6.99814 21.7106 5.78009 19.9221C4.60145 18.1915 4.25 15.8803 4.25 13.5C4.25 11.1196 4.60145 8.80842 5.78009 7.07785ZM11.2703 8.90129C11.2956 8.84246 11.3425 8.79556 11.4013 8.77029C11.4087 8.76842 11.4371 8.76232 11.5039 8.75776C11.6119 8.75039 11.7568 8.74998 12 8.74998C12.2432 8.74998 12.3881 8.75039 12.4961 8.75776C12.5629 8.76232 12.5913 8.76842 12.5987 8.77029C12.6575 8.79556 12.7044 8.84246 12.7297 8.90129C12.7316 8.90865 12.7377 8.93705 12.7422 9.00388C12.7496 9.11189 12.75 9.25675 12.75 9.49998V10.5C12.75 10.7432 12.7496 10.8881 12.7422 10.9961C12.7377 11.0629 12.7316 11.0913 12.7297 11.0987C12.7044 11.1575 12.6575 11.2044 12.5987 11.2297C12.5913 11.2315 12.5629 11.2376 12.4961 11.2422C12.3881 11.2496 12.2432 11.25 12 11.25C11.7568 11.25 11.6119 11.2496 11.5039 11.2422C11.4371 11.2376 11.4087 11.2315 11.4013 11.2297C11.3425 11.2044 11.2956 11.1575 11.2703 11.0987C11.2684 11.0913 11.2623 11.0629 11.2578 10.9961C11.2504 10.8881 11.25 10.7432 11.25 10.5V9.49998C11.25 9.25675 11.2504 9.11189 11.2578 9.00388C11.2623 8.93705 11.2684 8.90865 11.2703 8.90129Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.75 2C12.75 1.58579 12.4142 1.25 12 1.25C11.5858 1.25 11.25 1.58579 11.25 2V4.27285C11.4928 4.25768 11.7428 4.25 12 4.25C12.2572 4.25 12.5072 4.25768 12.75 4.27285V2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.78009 7.07785C6.89346 5.4431 8.66748 4.43416 11.25 4.27283V7.27576C11.1154 7.29291 10.9737 7.32381 10.8303 7.38319C10.4015 7.56081 10.0608 7.90149 9.88321 8.33029C9.80099 8.52879 9.77338 8.72413 9.76126 8.90177C9.74998 9.0671 9.74999 9.26395 9.75 9.47822V9.47823L9.75 9.49998L9.75 10.5217V10.5217C9.74999 10.736 9.74998 10.9329 9.76126 11.0982C9.77338 11.2758 9.80099 11.4712 9.88321 11.6697C10.0608 12.0985 10.4015 12.4392 10.8303 12.6168C11.0288 12.699 11.2241 12.7266 11.4018 12.7387C11.5671 12.75 11.764 12.75 11.9782 12.75H12.0218C12.236 12.75 12.4329 12.75 12.5982 12.7387C12.7759 12.7266 12.9712 12.699 13.1697 12.6168C13.5985 12.4392 13.9392 12.0985 14.1168 11.6697C14.199 11.4712 14.2266 11.2758 14.2387 11.0982C14.25 10.9329 14.25 10.736 14.25 10.5217V9.47822C14.25 9.26395 14.25 9.0671 14.2387 8.90177C14.2266 8.72413 14.199 8.52879 14.1168 8.33029C13.9392 7.90149 13.5985 7.56081 13.1697 7.38319C13.0263 7.32381 12.8846 7.29291 12.75 7.27576V4.27283C15.3325 4.43418 17.1065 5.44311 18.2199 7.07785C19.3985 8.80843 19.75 11.1196 19.75 13.5C19.75 15.8803 19.3985 18.1915 18.2199 19.9221C17.0018 21.7106 14.993 22.75 12 22.75C9.00689 22.75 6.99814 21.7106 5.78009 19.9221C4.60145 18.1915 4.25 15.8803 4.25 13.5C4.25 11.1196 4.60145 8.80842 5.78009 7.07785ZM11.2703 8.90129C11.2956 8.84246 11.3425 8.79556 11.4013 8.77029C11.4087 8.76842 11.4371 8.76232 11.5039 8.75776C11.6119 8.75039 11.7568 8.74998 12 8.74998C12.2432 8.74998 12.3881 8.75039 12.4961 8.75776C12.5629 8.76232 12.5913 8.76842 12.5987 8.77029C12.6575 8.79556 12.7044 8.84246 12.7297 8.90129C12.7316 8.90865 12.7377 8.93705 12.7422 9.00388C12.7496 9.11189 12.75 9.25675 12.75 9.49998V10.5C12.75 10.7432 12.7496 10.8881 12.7422 10.9961C12.7377 11.0629 12.7316 11.0913 12.7297 11.0987C12.7044 11.1575 12.6575 11.2044 12.5987 11.2297C12.5913 11.2315 12.5629 11.2376 12.4961 11.2422C12.3881 11.2496 12.2432 11.25 12 11.25C11.7568 11.25 11.6119 11.2496 11.5039 11.2422C11.4371 11.2376 11.4087 11.2315 11.4013 11.2297C11.3425 11.2044 11.2956 11.1575 11.2703 11.0987C11.2684 11.0913 11.2623 11.0629 11.2578 10.9961C11.2504 10.8881 11.25 10.7432 11.25 10.5V9.49998C11.25 9.25675 11.2504 9.11189 11.2578 9.00388C11.2623 8.93705 11.2684 8.90865 11.2703 8.90129Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.75 2C12.75 1.58579 12.4142 1.25 12 1.25C11.5858 1.25 11.25 1.58579 11.25 2V4.27285C11.4928 4.25768 11.7428 4.25 12 4.25C12.2572 4.25 12.5072 4.25768 12.75 4.27285V2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-13{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.07253 4.80324C8.72435 4.00789 10.6163 4.03219 12.7562 5.12274C12.5487 5.46834 12.3299 5.86207 12.0888 6.29618L12.0637 6.34126L11.5301 7.30183C11.3752 7.22739 11.199 7.15877 10.9953 7.13196C10.5351 7.07138 10.0698 7.19607 9.70153 7.47862C9.53107 7.60941 9.40949 7.76478 9.31017 7.91256C9.21774 8.0501 9.11933 8.22058 9.0122 8.40615L8.49044 9.30987C8.38329 9.49543 8.28486 9.6659 8.21196 9.81471C8.13364 9.97462 8.05988 10.1576 8.03184 10.3706C7.97126 10.8308 8.09595 11.2962 8.3785 11.6644C8.50929 11.8348 8.66466 11.9564 8.81244 12.0557C8.94998 12.1482 9.12046 12.2466 9.30603 12.3537L9.34372 12.3755C9.52928 12.4826 9.69975 12.581 9.84857 12.6539C10.0085 12.7323 10.1914 12.806 10.4045 12.8341C10.8646 12.8946 11.33 12.7699 11.6982 12.4874C11.8687 12.3566 11.9903 12.2012 12.0896 12.0535C12.182 11.9159 12.2804 11.7455 12.3875 11.5599L12.3876 11.5599L12.8984 10.675L12.9093 10.6562L12.9093 10.6561C13.0165 10.4706 13.1149 10.3001 13.1878 10.1513C13.2661 9.9914 13.3399 9.80843 13.3679 9.59541C13.4285 9.13525 13.3038 8.66987 13.0213 8.30165C12.9565 8.21731 12.8858 8.14493 12.8129 8.08129L13.3749 7.06976C13.6384 6.59555 13.853 6.21031 14.0417 5.89551C15.7758 7.12125 16.6194 8.61994 16.736 10.3013C16.8653 12.166 16.0856 14.1044 15.0153 15.9263C13.944 17.7501 12.6276 19.3783 10.9275 20.1969C9.16616 21.045 7.13189 20.9611 4.81497 19.6464C2.49864 18.3321 1.39841 16.6368 1.26403 14.6989C1.13472 12.8342 1.91439 10.8958 2.98468 9.07385C4.05603 7.2501 5.37246 5.62183 7.07253 4.80324ZM11.8812 9.39637C11.8887 9.33278 11.8715 9.26871 11.8332 9.21741C11.8278 9.21211 11.8062 9.19263 11.7506 9.15526C11.6608 9.09488 11.5355 9.0221 11.3249 8.90048C11.1142 8.77886 10.9886 8.70678 10.8914 8.65916C10.8312 8.62969 10.8035 8.62078 10.7962 8.61872C10.7327 8.61119 10.6686 8.62836 10.6173 8.66667C10.612 8.6721 10.5925 8.69365 10.5551 8.74925C10.4948 8.8391 10.422 8.96435 10.3004 9.175L9.80036 10.041C9.67874 10.2517 9.60666 10.3773 9.55904 10.4745C9.52958 10.5347 9.52066 10.5623 9.5186 10.5697C9.51107 10.6332 9.52824 10.6973 9.56655 10.7486C9.57199 10.7539 9.59353 10.7734 9.64913 10.8108C9.73898 10.8711 9.86423 10.9439 10.0749 11.0655C10.2855 11.1872 10.4112 11.2592 10.5084 11.3069C10.5686 11.3363 10.5962 11.3452 10.6035 11.3473C10.6671 11.3548 10.7312 11.3377 10.7825 11.2994C10.7878 11.2939 10.8072 11.2724 10.8446 11.2168C10.905 11.1269 10.9778 11.0017 11.0994 10.791L11.5994 9.925C11.721 9.71435 11.7931 9.58869 11.8407 9.49147C11.8702 9.43132 11.8791 9.40367 11.8812 9.39637Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.4227 5.84903L18.301 4.57612C17.5569 4.12962 16.9327 3.75509 16.3976 3.52658C15.8313 3.28469 15.2573 3.15744 14.6432 3.32843C14.0321 3.4986 13.6017 3.90294 13.2318 4.40097C13.0771 4.60934 12.9209 4.85118 12.7578 5.12274C12.8996 5.19502 13.0426 5.27198 13.1866 5.3537C13.4933 5.52774 13.7787 5.70844 14.0433 5.89551C14.1857 5.65799 14.3133 5.46056 14.4361 5.29527C14.7101 4.92626 14.8894 4.81694 15.0456 4.77346C15.1988 4.73078 15.4 4.73158 15.8085 4.90603C16.2374 5.08921 16.7731 5.40868 17.5748 5.88967L19.651 7.13529C20.7147 7.77349 22.0612 7.38231 22.6573 6.30929C22.8585 5.94721 22.728 5.49061 22.366 5.28944C22.0039 5.08827 21.5473 5.21871 21.3461 5.58079C21.1479 5.93763 20.7349 6.03635 20.4227 5.84903Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.07253 4.80324C8.72435 4.00789 10.6163 4.03219 12.7562 5.12274C12.5487 5.46834 12.3299 5.86207 12.0888 6.29618L12.0637 6.34126L11.5301 7.30183C11.3752 7.22739 11.199 7.15877 10.9953 7.13196C10.5351 7.07138 10.0698 7.19607 9.70153 7.47862C9.53107 7.60941 9.40949 7.76478 9.31017 7.91256C9.21774 8.0501 9.11933 8.22058 9.0122 8.40615L8.49044 9.30987C8.38329 9.49543 8.28486 9.6659 8.21196 9.81471C8.13364 9.97462 8.05988 10.1576 8.03184 10.3706C7.97126 10.8308 8.09595 11.2962 8.3785 11.6644C8.50929 11.8348 8.66466 11.9564 8.81244 12.0557C8.94998 12.1482 9.12046 12.2466 9.30603 12.3537L9.34372 12.3755C9.52928 12.4826 9.69975 12.581 9.84857 12.6539C10.0085 12.7323 10.1914 12.806 10.4045 12.8341C10.8646 12.8946 11.33 12.7699 11.6982 12.4874C11.8687 12.3566 11.9903 12.2012 12.0896 12.0535C12.182 11.9159 12.2804 11.7455 12.3875 11.5599L12.3876 11.5599L12.8984 10.675L12.9093 10.6562L12.9093 10.6561C13.0165 10.4706 13.1149 10.3001 13.1878 10.1513C13.2661 9.9914 13.3399 9.80843 13.3679 9.59541C13.4285 9.13525 13.3038 8.66987 13.0213 8.30165C12.9565 8.21731 12.8858 8.14493 12.8129 8.08129L13.3749 7.06976C13.6384 6.59555 13.853 6.21031 14.0417 5.89551C15.7758 7.12125 16.6194 8.61994 16.736 10.3013C16.8653 12.166 16.0856 14.1044 15.0153 15.9263C13.944 17.7501 12.6276 19.3783 10.9275 20.1969C9.16616 21.045 7.13189 20.9611 4.81497 19.6464C2.49864 18.3321 1.39841 16.6368 1.26403 14.6989C1.13472 12.8342 1.91439 10.8958 2.98468 9.07385C4.05603 7.2501 5.37246 5.62183 7.07253 4.80324ZM11.8812 9.39637C11.8887 9.33278 11.8715 9.26871 11.8332 9.21741C11.8278 9.21211 11.8062 9.19263 11.7506 9.15526C11.6608 9.09488 11.5355 9.0221 11.3249 8.90048C11.1142 8.77886 10.9886 8.70678 10.8914 8.65916C10.8312 8.62969 10.8035 8.62078 10.7962 8.61872C10.7327 8.61119 10.6686 8.62836 10.6173 8.66667C10.612 8.6721 10.5925 8.69365 10.5551 8.74925C10.4948 8.8391 10.422 8.96435 10.3004 9.175L9.80036 10.041C9.67874 10.2517 9.60666 10.3773 9.55904 10.4745C9.52958 10.5347 9.52066 10.5623 9.5186 10.5697C9.51107 10.6332 9.52824 10.6973 9.56655 10.7486C9.57199 10.7539 9.59353 10.7734 9.64913 10.8108C9.73898 10.8711 9.86423 10.9439 10.0749 11.0655C10.2855 11.1872 10.4112 11.2592 10.5084 11.3069C10.5686 11.3363 10.5962 11.3452 10.6035 11.3473C10.6671 11.3548 10.7312 11.3377 10.7825 11.2994C10.7878 11.2939 10.8072 11.2724 10.8446 11.2168C10.905 11.1269 10.9778 11.0017 11.0994 10.791L11.5994 9.925C11.721 9.71435 11.7931 9.58869 11.8407 9.49147C11.8702 9.43132 11.8791 9.40367 11.8812 9.39637Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.4227 5.84903L18.301 4.57612C17.5569 4.12962 16.9327 3.75509 16.3976 3.52658C15.8313 3.28469 15.2573 3.15744 14.6432 3.32843C14.0321 3.4986 13.6017 3.90294 13.2318 4.40097C13.0771 4.60934 12.9209 4.85118 12.7578 5.12274C12.8996 5.19502 13.0426 5.27198 13.1866 5.3537C13.4933 5.52774 13.7787 5.70844 14.0433 5.89551C14.1857 5.65799 14.3133 5.46056 14.4361 5.29527C14.7101 4.92626 14.8894 4.81694 15.0456 4.77346C15.1988 4.73078 15.4 4.73158 15.8085 4.90603C16.2374 5.08921 16.7731 5.40868 17.5748 5.88967L19.651 7.13529C20.7147 7.77349 22.0612 7.38231 22.6573 6.30929C22.8585 5.94721 22.728 5.49061 22.366 5.28944C22.0039 5.08827 21.5473 5.21871 21.3461 5.58079C21.1479 5.93763 20.7349 6.03635 20.4227 5.84903Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-14{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.3331 6.14345C20.6557 6.34826 21.1039 6.26068 21.3361 5.81841C21.5287 5.45168 21.9821 5.31049 22.3488 5.50306C22.7155 5.69563 22.8567 6.14903 22.6641 6.51576C22.0599 7.66654 20.6554 8.12477 19.5291 7.40984L17.343 6.02205C16.4993 5.48647 15.9333 5.12934 15.48 4.92449C15.0475 4.72902 14.8363 4.72885 14.6755 4.77623C14.4318 4.84801 14.1599 5.07205 13.6498 5.9565C13.4429 6.31532 12.9843 6.43845 12.6254 6.23152C12.2666 6.02459 12.1435 5.56596 12.3504 5.20714C12.8536 4.33455 13.3805 3.594 14.2516 3.33737C14.8988 3.1467 15.5038 3.28919 16.0977 3.55758C16.6597 3.81153 17.3155 4.22788 18.0999 4.72586L20.3331 6.14345Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.185 5.3537C10.8681 4.03901 8.83383 3.95517 7.07253 4.80324C5.37246 5.62183 4.05603 7.2501 2.98468 9.07385C1.91439 10.8958 1.13472 12.8342 1.26403 14.6989C1.39841 16.6368 2.49864 18.3321 4.81497 19.6464C7.13189 20.9611 9.16616 21.045 10.9275 20.1969C12.6276 19.3783 13.944 17.7501 15.0153 15.9263C16.0856 14.1044 16.8653 12.166 16.736 10.3013C16.6016 8.36334 15.5013 6.66806 13.185 5.3537ZM10.6195 7.49872C10.8957 7.02042 11.5072 6.85655 11.9855 7.13269C12.4638 7.40883 12.6277 8.02042 12.3516 8.49872L11.3516 10.2308C11.0754 10.7091 10.4638 10.8729 9.98554 10.5968C9.50724 10.3206 9.34337 9.70906 9.61951 9.23077L10.6195 7.49872Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.3331 6.14345C20.6557 6.34826 21.1039 6.26068 21.3361 5.81841C21.5287 5.45168 21.9821 5.31049 22.3488 5.50306C22.7155 5.69563 22.8567 6.14903 22.6641 6.51576C22.0599 7.66654 20.6554 8.12477 19.5291 7.40984L17.343 6.02205C16.4993 5.48647 15.9333 5.12934 15.48 4.92449C15.0475 4.72902 14.8363 4.72885 14.6755 4.77623C14.4318 4.84801 14.1599 5.07205 13.6498 5.9565C13.4429 6.31532 12.9843 6.43845 12.6254 6.23152C12.2666 6.02459 12.1435 5.56596 12.3504 5.20714C12.8536 4.33455 13.3805 3.594 14.2516 3.33737C14.8988 3.1467 15.5038 3.28919 16.0977 3.55758C16.6597 3.81153 17.3155 4.22788 18.0999 4.72586L20.3331 6.14345Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.185 5.3537C10.8681 4.03901 8.83383 3.95517 7.07253 4.80324C5.37246 5.62183 4.05603 7.2501 2.98468 9.07385C1.91439 10.8958 1.13472 12.8342 1.26403 14.6989C1.39841 16.6368 2.49864 18.3321 4.81497 19.6464C7.13189 20.9611 9.16616 21.045 10.9275 20.1969C12.6276 19.3783 13.944 17.7501 15.0153 15.9263C16.0856 14.1044 16.8653 12.166 16.736 10.3013C16.6016 8.36334 15.5013 6.66806 13.185 5.3537ZM10.6195 7.49872C10.8957 7.02042 11.5072 6.85655 11.9855 7.13269C12.4638 7.40883 12.6277 8.02042 12.3516 8.49872L11.3516 10.2308C11.0754 10.7091 10.4638 10.8729 9.98554 10.5968C9.50724 10.3206 9.34337 9.70906 9.61951 9.23077L10.6195 7.49872Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-15{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1.25C6.41421 1.25 6.75 1.58579 6.75 2C6.75 2.32899 6.82789 2.46462 6.87391 2.52115C6.92282 2.58123 7.01466 2.64847 7.21333 2.69856C7.41864 2.75033 7.68052 2.76921 8.00394 2.76905C8.16246 2.76897 8.32397 2.76454 8.4939 2.75976L8.50622 2.75941C8.6686 2.75484 8.84046 2.75 9.00657 2.75C10.015 2.75 10.9851 2.82822 11.6906 3.35135C12.457 3.91966 12.7143 4.84306 12.7496 5.9766C12.7626 6.39061 12.4374 6.73671 12.0234 6.74963C11.6094 6.76256 11.2633 6.43741 11.2504 6.0234C11.2195 5.03371 11.0006 4.70711 10.7971 4.55623C10.5327 4.36016 10.0392 4.25 9.00657 4.25C8.86178 4.25 8.70801 4.25433 8.53763 4.25912L8.5361 4.25917C8.36904 4.26387 8.18719 4.26896 8.00468 4.26905C7.64604 4.26923 7.23517 4.25101 6.84661 4.15305C6.4514 4.0534 6.02826 3.85829 5.71066 3.46817C5.39016 3.07449 5.25 2.57208 5.25 2C5.25 1.58579 5.58579 1.25 6 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5.25C9.20275 5.25 7.31874 6.23621 6.17746 7.93469C5.07617 9.57364 4.75 11.758 4.75 14C4.75 16.242 5.07617 18.4264 6.17746 20.0653C7.31874 21.7638 9.20274 22.75 12 22.75C14.7972 22.75 16.6812 21.7638 17.8225 20.0653C18.9238 18.4264 19.25 16.2419 19.25 14C19.25 11.7581 18.9238 9.57365 17.8225 7.93469C16.6812 6.23622 14.7972 5.25 12 5.25ZM13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9V11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11V9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1.25C6.41421 1.25 6.75 1.58579 6.75 2C6.75 2.32899 6.82789 2.46462 6.87391 2.52115C6.92282 2.58123 7.01466 2.64847 7.21333 2.69856C7.41864 2.75033 7.68052 2.76921 8.00394 2.76905C8.16246 2.76897 8.32397 2.76454 8.4939 2.75976L8.50622 2.75941C8.6686 2.75484 8.84046 2.75 9.00657 2.75C10.015 2.75 10.9851 2.82822 11.6906 3.35135C12.457 3.91966 12.7143 4.84306 12.7496 5.9766C12.7626 6.39061 12.4374 6.73671 12.0234 6.74963C11.6094 6.76256 11.2633 6.43741 11.2504 6.0234C11.2195 5.03371 11.0006 4.70711 10.7971 4.55623C10.5327 4.36016 10.0392 4.25 9.00657 4.25C8.86178 4.25 8.70801 4.25433 8.53763 4.25912L8.5361 4.25917C8.36904 4.26387 8.18719 4.26896 8.00468 4.26905C7.64604 4.26923 7.23517 4.25101 6.84661 4.15305C6.4514 4.0534 6.02826 3.85829 5.71066 3.46817C5.39016 3.07449 5.25 2.57208 5.25 2C5.25 1.58579 5.58579 1.25 6 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5.25C9.20275 5.25 7.31874 6.23621 6.17746 7.93469C5.07617 9.57364 4.75 11.758 4.75 14C4.75 16.242 5.07617 18.4264 6.17746 20.0653C7.31874 21.7638 9.20274 22.75 12 22.75C14.7972 22.75 16.6812 21.7638 17.8225 20.0653C18.9238 18.4264 19.25 16.2419 19.25 14C19.25 11.7581 18.9238 9.57365 17.8225 7.93469C16.6812 6.23622 14.7972 5.25 12 5.25ZM13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9V11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11V9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-16{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.17746 7.93467C7.20252 6.40915 8.82674 5.45822 11.1736 5.28037C11.2127 5.47171 11.2401 5.71094 11.25 6.01197V8.27576C11.1154 8.2929 10.9737 8.3238 10.8303 8.38319C10.4015 8.5608 10.0608 8.90148 9.88321 9.33028C9.80099 9.52879 9.77338 9.72413 9.76126 9.90177C9.74998 10.0671 9.74999 10.2639 9.75 10.4782V10.4782L9.75 10.5L9.75 11.5217V11.5217C9.74999 11.736 9.74998 11.9329 9.76126 12.0982C9.77338 12.2758 9.80099 12.4712 9.88321 12.6697C10.0608 13.0985 10.4015 13.4392 10.8303 13.6168C11.0288 13.699 11.2241 13.7266 11.4018 13.7387C11.5671 13.75 11.764 13.75 11.9782 13.75H12.0218C12.236 13.75 12.4329 13.75 12.5982 13.7387C12.7759 13.7266 12.9712 13.699 13.1697 13.6168C13.5985 13.4392 13.9392 13.0985 14.1168 12.6697C14.199 12.4712 14.2266 12.2758 14.2387 12.0982C14.25 11.9329 14.25 11.736 14.25 11.5217V10.4782C14.25 10.2639 14.25 10.0671 14.2387 9.90177C14.2266 9.72413 14.199 9.52879 14.1168 9.33028C13.9392 8.90148 13.5985 8.5608 13.1697 8.38319C13.0263 8.3238 12.8846 8.2929 12.75 8.27575V5.99998C12.75 5.99218 12.7499 5.98438 12.7496 5.97658C12.742 5.73108 12.7239 5.49543 12.6925 5.27112C15.1116 5.4225 16.7781 6.38034 17.8225 7.93467C18.9238 9.57363 19.25 11.758 19.25 14C19.25 16.2419 18.9238 18.4263 17.8225 20.0653C16.6812 21.7638 14.7972 22.75 12 22.75C9.20274 22.75 7.31874 21.7638 6.17746 20.0653C5.07617 18.4263 4.75 16.2419 4.75 14C4.75 11.758 5.07617 9.57362 6.17746 7.93467ZM11.2703 9.90129C11.2956 9.84246 11.3425 9.79556 11.4013 9.77028C11.4087 9.76841 11.4371 9.76231 11.5039 9.75775C11.6119 9.75039 11.7568 9.74998 12 9.74998C12.2432 9.74998 12.3881 9.75039 12.4961 9.75775C12.5629 9.76231 12.5913 9.76841 12.5987 9.77028C12.6575 9.79556 12.7044 9.84246 12.7297 9.90129C12.7316 9.90864 12.7377 9.93705 12.7422 10.0039C12.7496 10.1119 12.75 10.2567 12.75 10.5V11.5C12.75 11.7432 12.7496 11.8881 12.7422 11.9961C12.7377 12.0629 12.7316 12.0913 12.7297 12.0987C12.7044 12.1575 12.6575 12.2044 12.5987 12.2297C12.5913 12.2315 12.5629 12.2376 12.4961 12.2422C12.3881 12.2496 12.2432 12.25 12 12.25C11.7568 12.25 11.6119 12.2496 11.5039 12.2422C11.4371 12.2376 11.4087 12.2315 11.4013 12.2297C11.3425 12.2044 11.2956 12.1575 11.2703 12.0987C11.2684 12.0913 11.2623 12.0629 11.2578 11.9961C11.2504 11.8881 11.25 11.7432 11.25 11.5V10.5C11.25 10.2567 11.2504 10.1119 11.2578 10.0039C11.2623 9.93705 11.2684 9.90864 11.2703 9.90129Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75 2C6.75 1.58579 6.41421 1.25 6 1.25C5.58579 1.25 5.25 1.58579 5.25 2C5.25 2.57208 5.39016 3.07449 5.71066 3.46817C6.02826 3.85829 6.4514 4.0534 6.84661 4.15305C7.23517 4.25101 7.64604 4.26923 8.00468 4.26905C8.18719 4.26896 8.36904 4.26387 8.5361 4.25917L8.53763 4.25912C8.70801 4.25433 8.86178 4.25 9.00657 4.25C10.0392 4.25 10.5327 4.36016 10.7971 4.55623C10.9376 4.6604 11.0854 4.84832 11.1736 5.28039C11.4397 5.26023 11.7151 5.25 12 5.25C12.2374 5.25 12.4682 5.2571 12.6925 5.27114C12.5789 4.45974 12.291 3.79657 11.6906 3.35135C10.9851 2.82822 10.015 2.75 9.00657 2.75C8.84046 2.75 8.66861 2.75484 8.50623 2.75941L8.4939 2.75976C8.32397 2.76454 8.16246 2.76897 8.00394 2.76905C7.68052 2.76921 7.41864 2.75033 7.21333 2.69856C7.01466 2.64847 6.92282 2.58123 6.87391 2.52115C6.82789 2.46462 6.75 2.32899 6.75 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.17746 7.93467C7.20252 6.40915 8.82674 5.45822 11.1736 5.28037C11.2127 5.47171 11.2401 5.71094 11.25 6.01197V8.27576C11.1154 8.2929 10.9737 8.3238 10.8303 8.38319C10.4015 8.5608 10.0608 8.90148 9.88321 9.33028C9.80099 9.52879 9.77338 9.72413 9.76126 9.90177C9.74998 10.0671 9.74999 10.2639 9.75 10.4782V10.4782L9.75 10.5L9.75 11.5217V11.5217C9.74999 11.736 9.74998 11.9329 9.76126 12.0982C9.77338 12.2758 9.80099 12.4712 9.88321 12.6697C10.0608 13.0985 10.4015 13.4392 10.8303 13.6168C11.0288 13.699 11.2241 13.7266 11.4018 13.7387C11.5671 13.75 11.764 13.75 11.9782 13.75H12.0218C12.236 13.75 12.4329 13.75 12.5982 13.7387C12.7759 13.7266 12.9712 13.699 13.1697 13.6168C13.5985 13.4392 13.9392 13.0985 14.1168 12.6697C14.199 12.4712 14.2266 12.2758 14.2387 12.0982C14.25 11.9329 14.25 11.736 14.25 11.5217V10.4782C14.25 10.2639 14.25 10.0671 14.2387 9.90177C14.2266 9.72413 14.199 9.52879 14.1168 9.33028C13.9392 8.90148 13.5985 8.5608 13.1697 8.38319C13.0263 8.3238 12.8846 8.2929 12.75 8.27575V5.99998C12.75 5.99218 12.7499 5.98438 12.7496 5.97658C12.742 5.73108 12.7239 5.49543 12.6925 5.27112C15.1116 5.4225 16.7781 6.38034 17.8225 7.93467C18.9238 9.57363 19.25 11.758 19.25 14C19.25 16.2419 18.9238 18.4263 17.8225 20.0653C16.6812 21.7638 14.7972 22.75 12 22.75C9.20274 22.75 7.31874 21.7638 6.17746 20.0653C5.07617 18.4263 4.75 16.2419 4.75 14C4.75 11.758 5.07617 9.57362 6.17746 7.93467ZM11.2703 9.90129C11.2956 9.84246 11.3425 9.79556 11.4013 9.77028C11.4087 9.76841 11.4371 9.76231 11.5039 9.75775C11.6119 9.75039 11.7568 9.74998 12 9.74998C12.2432 9.74998 12.3881 9.75039 12.4961 9.75775C12.5629 9.76231 12.5913 9.76841 12.5987 9.77028C12.6575 9.79556 12.7044 9.84246 12.7297 9.90129C12.7316 9.90864 12.7377 9.93705 12.7422 10.0039C12.7496 10.1119 12.75 10.2567 12.75 10.5V11.5C12.75 11.7432 12.7496 11.8881 12.7422 11.9961C12.7377 12.0629 12.7316 12.0913 12.7297 12.0987C12.7044 12.1575 12.6575 12.2044 12.5987 12.2297C12.5913 12.2315 12.5629 12.2376 12.4961 12.2422C12.3881 12.2496 12.2432 12.25 12 12.25C11.7568 12.25 11.6119 12.2496 11.5039 12.2422C11.4371 12.2376 11.4087 12.2315 11.4013 12.2297C11.3425 12.2044 11.2956 12.1575 11.2703 12.0987C11.2684 12.0913 11.2623 12.0629 11.2578 11.9961C11.2504 11.8881 11.25 11.7432 11.25 11.5V10.5C11.25 10.2567 11.2504 10.1119 11.2578 10.0039C11.2623 9.93705 11.2684 9.90864 11.2703 9.90129Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75 2C6.75 1.58579 6.41421 1.25 6 1.25C5.58579 1.25 5.25 1.58579 5.25 2C5.25 2.57208 5.39016 3.07449 5.71066 3.46817C6.02826 3.85829 6.4514 4.0534 6.84661 4.15305C7.23517 4.25101 7.64604 4.26923 8.00468 4.26905C8.18719 4.26896 8.36904 4.26387 8.5361 4.25917L8.53763 4.25912C8.70801 4.25433 8.86178 4.25 9.00657 4.25C10.0392 4.25 10.5327 4.36016 10.7971 4.55623C10.9376 4.6604 11.0854 4.84832 11.1736 5.28039C11.4397 5.26023 11.7151 5.25 12 5.25C12.2374 5.25 12.4682 5.2571 12.6925 5.27114C12.5789 4.45974 12.291 3.79657 11.6906 3.35135C10.9851 2.82822 10.015 2.75 9.00657 2.75C8.84046 2.75 8.66861 2.75484 8.50623 2.75941L8.4939 2.75976C8.32397 2.76454 8.16246 2.76897 8.00394 2.76905C7.68052 2.76921 7.41864 2.75033 7.21333 2.69856C7.01466 2.64847 6.92282 2.58123 6.87391 2.52115C6.82789 2.46462 6.75 2.32899 6.75 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-17{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9782 4.75H12H12.0218H12.0218C12.2361 4.74999 12.4329 4.74998 12.5982 4.76126C12.7759 4.77338 12.9712 4.80099 13.1697 4.88321C13.5985 5.06083 13.9392 5.40151 14.1168 5.83031C14.199 6.02881 14.2266 6.22415 14.2387 6.40179C14.25 6.56712 14.25 6.76396 14.25 6.97824V8.02176C14.25 8.23604 14.25 8.43289 14.2387 8.59821C14.2266 8.77585 14.199 8.97119 14.1168 9.1697C13.9392 9.5985 13.5985 9.93918 13.1697 10.1168C12.9712 10.199 12.7759 10.2266 12.5982 10.2387C12.4329 10.25 12.236 10.25 12.0218 10.25H11.9782C11.764 10.25 11.5671 10.25 11.4018 10.2387C11.2241 10.2266 11.0288 10.199 10.8303 10.1168C10.4015 9.93918 10.0608 9.5985 9.88321 9.1697C9.80099 8.97119 9.77338 8.77585 9.76126 8.59821C9.74998 8.4329 9.74999 8.23606 9.75 8.0218V8.02176V7V6.97825V6.9782C9.74999 6.76394 9.74998 6.56711 9.76126 6.40179C9.77338 6.22415 9.80099 6.02881 9.88321 5.83031C10.0608 5.40151 10.4015 5.06083 10.8303 4.88321C11.0288 4.80099 11.2241 4.77338 11.4018 4.76126C11.5671 4.74998 11.7639 4.74999 11.9782 4.75H11.9782Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1108 1.83737C12.8114 1.05421 11.1886 1.05421 9.88921 1.83737L8.47355 2.69059C4.46269 5.10794 3.07921 10.2756 5.32185 14.3832C5.34642 14.4282 5.3587 14.4507 5.36665 14.473C5.3746 14.4953 5.37906 14.5192 5.38799 14.5671L5.98397 17.76C6.03607 18.0391 6.07 18.221 6.1106 18.3849C6.71642 20.831 8.83362 22.5932 11.3322 22.7402C11.4997 22.75 11.717 22.75 12 22.75C12.283 22.75 12.5003 22.75 12.6678 22.7402C15.1664 22.5932 17.2836 20.831 17.8894 18.3849C17.93 18.221 17.9639 18.0391 18.016 17.76L18.612 14.5671C18.6209 14.5192 18.6254 14.4953 18.6334 14.473C18.6413 14.4507 18.6536 14.4282 18.6782 14.3832C20.9208 10.2756 19.5373 5.10794 15.5264 2.69059L14.1108 1.83737ZM9.46685 4.36858L10.0911 3.99431C10.4939 3.7528 10.6953 3.63205 10.8475 3.71823C10.9996 3.80441 10.9996 4.03924 10.9996 4.50891V4.99996C10.9996 5.55225 11.4474 5.99996 11.9996 5.99996C12.5519 5.99996 12.9996 5.55225 12.9996 4.99996V4.50885C12.9996 4.03914 12.9996 3.80429 13.1518 3.71812C13.3039 3.63194 13.5054 3.75272 13.9082 3.99427L14.5324 4.36858C17.303 6.03843 18.4561 9.39218 17.4568 12.3535C17.3511 12.6665 17.2983 12.823 17.1586 12.8709C17.019 12.9188 16.8643 12.8165 16.5549 12.6119C15.6564 12.0178 14.6303 11.5947 13.5259 11.3898C13.2675 11.3419 13.1383 11.3179 13.069 11.2345C12.9996 11.1512 12.9996 11.0265 12.9996 10.7772V9.82598C12.9996 9.2737 12.5519 8.82598 11.9996 8.82598C11.4474 8.82598 10.9996 9.2737 10.9996 9.82598V10.7772C10.9996 11.0265 10.9996 11.1512 10.9303 11.2345C10.861 11.3179 10.7318 11.3419 10.4733 11.3898C9.36896 11.5947 8.34285 12.0177 7.4444 12.6119C7.13499 12.8165 6.98029 12.9188 6.84062 12.8709C6.70095 12.823 6.64813 12.6665 6.54249 12.3534C5.54313 9.39217 6.69625 6.03843 9.46685 4.36858Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9782 4.75H12H12.0218H12.0218C12.2361 4.74999 12.4329 4.74998 12.5982 4.76126C12.7759 4.77338 12.9712 4.80099 13.1697 4.88321C13.5985 5.06083 13.9392 5.40151 14.1168 5.83031C14.199 6.02881 14.2266 6.22415 14.2387 6.40179C14.25 6.56712 14.25 6.76396 14.25 6.97824V8.02176C14.25 8.23604 14.25 8.43289 14.2387 8.59821C14.2266 8.77585 14.199 8.97119 14.1168 9.1697C13.9392 9.5985 13.5985 9.93918 13.1697 10.1168C12.9712 10.199 12.7759 10.2266 12.5982 10.2387C12.4329 10.25 12.236 10.25 12.0218 10.25H11.9782C11.764 10.25 11.5671 10.25 11.4018 10.2387C11.2241 10.2266 11.0288 10.199 10.8303 10.1168C10.4015 9.93918 10.0608 9.5985 9.88321 9.1697C9.80099 8.97119 9.77338 8.77585 9.76126 8.59821C9.74998 8.4329 9.74999 8.23606 9.75 8.0218V8.02176V7V6.97825V6.9782C9.74999 6.76394 9.74998 6.56711 9.76126 6.40179C9.77338 6.22415 9.80099 6.02881 9.88321 5.83031C10.0608 5.40151 10.4015 5.06083 10.8303 4.88321C11.0288 4.80099 11.2241 4.77338 11.4018 4.76126C11.5671 4.74998 11.7639 4.74999 11.9782 4.75H11.9782Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.1108 1.83737C12.8114 1.05421 11.1886 1.05421 9.88921 1.83737L8.47355 2.69059C4.46269 5.10794 3.07921 10.2756 5.32185 14.3832C5.34642 14.4282 5.3587 14.4507 5.36665 14.473C5.3746 14.4953 5.37906 14.5192 5.38799 14.5671L5.98397 17.76C6.03607 18.0391 6.07 18.221 6.1106 18.3849C6.71642 20.831 8.83362 22.5932 11.3322 22.7402C11.4997 22.75 11.717 22.75 12 22.75C12.283 22.75 12.5003 22.75 12.6678 22.7402C15.1664 22.5932 17.2836 20.831 17.8894 18.3849C17.93 18.221 17.9639 18.0391 18.016 17.76L18.612 14.5671C18.6209 14.5192 18.6254 14.4953 18.6334 14.473C18.6413 14.4507 18.6536 14.4282 18.6782 14.3832C20.9208 10.2756 19.5373 5.10794 15.5264 2.69059L14.1108 1.83737ZM9.46685 4.36858L10.0911 3.99431C10.4939 3.7528 10.6953 3.63205 10.8475 3.71823C10.9996 3.80441 10.9996 4.03924 10.9996 4.50891V4.99996C10.9996 5.55225 11.4474 5.99996 11.9996 5.99996C12.5519 5.99996 12.9996 5.55225 12.9996 4.99996V4.50885C12.9996 4.03914 12.9996 3.80429 13.1518 3.71812C13.3039 3.63194 13.5054 3.75272 13.9082 3.99427L14.5324 4.36858C17.303 6.03843 18.4561 9.39218 17.4568 12.3535C17.3511 12.6665 17.2983 12.823 17.1586 12.8709C17.019 12.9188 16.8643 12.8165 16.5549 12.6119C15.6564 12.0178 14.6303 11.5947 13.5259 11.3898C13.2675 11.3419 13.1383 11.3179 13.069 11.2345C12.9996 11.1512 12.9996 11.0265 12.9996 10.7772V9.82598C12.9996 9.2737 12.5519 8.82598 11.9996 8.82598C11.4474 8.82598 10.9996 9.2737 10.9996 9.82598V10.7772C10.9996 11.0265 10.9996 11.1512 10.9303 11.2345C10.861 11.3179 10.7318 11.3419 10.4733 11.3898C9.36896 11.5947 8.34285 12.0177 7.4444 12.6119C7.13499 12.8165 6.98029 12.9188 6.84062 12.8709C6.70095 12.823 6.64813 12.6665 6.54249 12.3534C5.54313 9.39217 6.69625 6.03843 9.46685 4.36858Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-18{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0189 1.37404C11.1218 1.3091 11.25 1.38552 11.25 1.5072V5.62645C11.25 5.77667 11.25 5.85178 11.2286 5.90533C11.2095 5.95325 11.1963 5.97298 11.1594 6.00898C11.1181 6.04922 11.0222 6.08895 10.8303 6.16842C10.4015 6.34603 10.0608 6.68671 9.88321 7.11551C9.80099 7.31401 9.77338 7.50935 9.76126 7.687C9.74998 7.85232 9.74999 8.04917 9.75 8.26344V8.26345L9.75 8.28521L9.75 9.30696V9.30697C9.74999 9.52124 9.74998 9.71809 9.76126 9.88342C9.77338 10.0611 9.80099 10.2564 9.88321 10.4549C10.0608 10.8837 10.4015 11.2244 10.8303 11.402C11.0222 11.4815 11.1181 11.5212 11.1594 11.5614C11.1963 11.5974 11.2095 11.6172 11.2286 11.6651C11.25 11.7186 11.25 11.7937 11.25 11.944V12.7852C11.25 13.1994 11.5858 13.5352 12 13.5352C12.4142 13.5352 12.75 13.1994 12.75 12.7852V11.944C12.75 11.7937 12.75 11.7186 12.7714 11.6651C12.7905 11.6172 12.8037 11.5974 12.8406 11.5614C12.8819 11.5212 12.9778 11.4815 13.1697 11.402C13.5985 11.2244 13.9392 10.8837 14.1168 10.4549C14.199 10.2564 14.2266 10.0611 14.2387 9.88342C14.25 9.71809 14.25 9.52124 14.25 9.30697V8.26344C14.25 8.04917 14.25 7.85232 14.2387 7.687C14.2266 7.50936 14.199 7.31401 14.1168 7.11551C13.9392 6.68671 13.5985 6.34603 13.1697 6.16842C12.9778 6.08895 12.8819 6.04922 12.8406 6.00898C12.8037 5.97297 12.7905 5.95324 12.7714 5.90533C12.75 5.85178 12.75 5.77667 12.75 5.62645V1.50936C12.75 1.38618 12.8797 1.30882 12.9839 1.37461C13.2487 1.54194 13.5903 1.8039 13.9552 2.08373C14.9457 2.84325 15.9068 3.31478 16.8388 3.53027C17.2042 3.61475 17.5457 3.69369 17.7913 3.76995C18.0348 3.84555 18.3181 3.95457 18.5454 4.1681C18.7507 4.36092 18.8726 4.58549 18.9631 4.80283C19.0458 5.00156 19.1304 5.27288 19.2124 5.53584C20.3737 9.25744 20.6058 12.8019 19.6766 15.75C18.7368 18.7316 16.6274 21.0363 13.2727 22.2471C12.861 22.396 12.4759 22.5352 12.0019 22.5352C11.5278 22.5352 11.1427 22.396 10.7309 22.2471C7.37611 21.0363 5.26564 18.7318 4.32473 15.7502C3.39436 12.802 3.62551 9.25743 4.78707 5.53562C4.86911 5.27269 4.95375 5.00141 5.03645 4.8027C5.12691 4.58537 5.24882 4.36083 5.4541 4.16803C5.68142 3.95453 5.96474 3.84551 6.20819 3.76992C6.45376 3.69367 6.79519 3.61475 7.16058 3.53028C8.09312 3.31469 9.05524 2.84276 10.0477 2.0824L10.0477 2.08238C10.4125 1.80288 10.7541 1.54118 11.0189 1.37404ZM12.0024 10.0352C12.2442 10.0352 12.3885 10.0348 12.4961 10.0274C12.5191 10.0259 12.5375 10.0241 12.5521 10.0224C12.5624 10.0212 12.5676 10.0206 12.6015 10.0081C12.6353 9.9955 12.6369 9.99443 12.6401 9.99228C12.6665 9.97442 12.6892 9.95167 12.7071 9.92527C12.7092 9.9221 12.7103 9.92052 12.7229 9.88667C12.7354 9.85283 12.736 9.84765 12.7372 9.8373C12.7389 9.8227 12.7407 9.80428 12.7422 9.78131C12.7496 9.6733 12.75 9.52844 12.75 9.28521V8.28521C12.75 8.04197 12.7496 7.89711 12.7422 7.7891C12.7407 7.76615 12.7389 7.74773 12.7372 7.73314C12.736 7.72277 12.7354 7.71759 12.7228 7.68374C12.7103 7.64988 12.7092 7.64829 12.7071 7.64512C12.6892 7.61872 12.6665 7.59597 12.6401 7.57812C12.6369 7.57598 12.6353 7.5749 12.6015 7.56235C12.5676 7.5498 12.5625 7.5492 12.5521 7.548C12.5375 7.5463 12.5191 7.54455 12.4961 7.54298C12.3881 7.53561 12.2432 7.53521 12 7.53521C11.7568 7.53521 11.6119 7.53561 11.5039 7.54298C11.4809 7.54455 11.4625 7.5463 11.4479 7.548C11.4376 7.5492 11.4324 7.5498 11.3985 7.56235C11.3647 7.5749 11.3631 7.57598 11.3599 7.57812C11.3335 7.59598 11.3108 7.61874 11.2929 7.64515C11.2908 7.64832 11.2897 7.6499 11.2771 7.68374C11.2646 7.71758 11.264 7.72275 11.2628 7.7331C11.2611 7.7477 11.2593 7.76613 11.2578 7.7891C11.2504 7.89711 11.25 8.04197 11.25 8.28521V9.28521C11.25 9.52844 11.2504 9.6733 11.2578 9.78131C11.2593 9.80429 11.2611 9.82272 11.2628 9.83732C11.264 9.84766 11.2646 9.85283 11.2771 9.88667C11.2897 9.92051 11.2908 9.92209 11.2929 9.92526C11.3108 9.95167 11.3335 9.97442 11.3599 9.99228C11.3631 9.99443 11.3647 9.9955 11.3985 10.0081C11.4324 10.0206 11.4376 10.0212 11.4479 10.0224C11.4625 10.0241 11.4809 10.0259 11.5039 10.0274C11.6116 10.0348 11.7559 10.0352 11.9979 10.0352C11.9986 10.0352 11.9993 10.0352 12 10.0352C12.0008 10.0352 12.0016 10.0352 12.0024 10.0352Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0189 1.37404C11.1218 1.3091 11.25 1.38552 11.25 1.5072V5.62645C11.25 5.77667 11.25 5.85178 11.2286 5.90533C11.2095 5.95325 11.1963 5.97298 11.1594 6.00898C11.1181 6.04922 11.0222 6.08895 10.8303 6.16842C10.4015 6.34603 10.0608 6.68671 9.88321 7.11551C9.80099 7.31401 9.77338 7.50935 9.76126 7.687C9.74998 7.85232 9.74999 8.04917 9.75 8.26344V8.26345L9.75 8.28521L9.75 9.30696V9.30697C9.74999 9.52124 9.74998 9.71809 9.76126 9.88342C9.77338 10.0611 9.80099 10.2564 9.88321 10.4549C10.0608 10.8837 10.4015 11.2244 10.8303 11.402C11.0222 11.4815 11.1181 11.5212 11.1594 11.5614C11.1963 11.5974 11.2095 11.6172 11.2286 11.6651C11.25 11.7186 11.25 11.7937 11.25 11.944V12.7852C11.25 13.1994 11.5858 13.5352 12 13.5352C12.4142 13.5352 12.75 13.1994 12.75 12.7852V11.944C12.75 11.7937 12.75 11.7186 12.7714 11.6651C12.7905 11.6172 12.8037 11.5974 12.8406 11.5614C12.8819 11.5212 12.9778 11.4815 13.1697 11.402C13.5985 11.2244 13.9392 10.8837 14.1168 10.4549C14.199 10.2564 14.2266 10.0611 14.2387 9.88342C14.25 9.71809 14.25 9.52124 14.25 9.30697V8.26344C14.25 8.04917 14.25 7.85232 14.2387 7.687C14.2266 7.50936 14.199 7.31401 14.1168 7.11551C13.9392 6.68671 13.5985 6.34603 13.1697 6.16842C12.9778 6.08895 12.8819 6.04922 12.8406 6.00898C12.8037 5.97297 12.7905 5.95324 12.7714 5.90533C12.75 5.85178 12.75 5.77667 12.75 5.62645V1.50936C12.75 1.38618 12.8797 1.30882 12.9839 1.37461C13.2487 1.54194 13.5903 1.8039 13.9552 2.08373C14.9457 2.84325 15.9068 3.31478 16.8388 3.53027C17.2042 3.61475 17.5457 3.69369 17.7913 3.76995C18.0348 3.84555 18.3181 3.95457 18.5454 4.1681C18.7507 4.36092 18.8726 4.58549 18.9631 4.80283C19.0458 5.00156 19.1304 5.27288 19.2124 5.53584C20.3737 9.25744 20.6058 12.8019 19.6766 15.75C18.7368 18.7316 16.6274 21.0363 13.2727 22.2471C12.861 22.396 12.4759 22.5352 12.0019 22.5352C11.5278 22.5352 11.1427 22.396 10.7309 22.2471C7.37611 21.0363 5.26564 18.7318 4.32473 15.7502C3.39436 12.802 3.62551 9.25743 4.78707 5.53562C4.86911 5.27269 4.95375 5.00141 5.03645 4.8027C5.12691 4.58537 5.24882 4.36083 5.4541 4.16803C5.68142 3.95453 5.96474 3.84551 6.20819 3.76992C6.45376 3.69367 6.79519 3.61475 7.16058 3.53028C8.09312 3.31469 9.05524 2.84276 10.0477 2.0824L10.0477 2.08238C10.4125 1.80288 10.7541 1.54118 11.0189 1.37404ZM12.0024 10.0352C12.2442 10.0352 12.3885 10.0348 12.4961 10.0274C12.5191 10.0259 12.5375 10.0241 12.5521 10.0224C12.5624 10.0212 12.5676 10.0206 12.6015 10.0081C12.6353 9.9955 12.6369 9.99443 12.6401 9.99228C12.6665 9.97442 12.6892 9.95167 12.7071 9.92527C12.7092 9.9221 12.7103 9.92052 12.7229 9.88667C12.7354 9.85283 12.736 9.84765 12.7372 9.8373C12.7389 9.8227 12.7407 9.80428 12.7422 9.78131C12.7496 9.6733 12.75 9.52844 12.75 9.28521V8.28521C12.75 8.04197 12.7496 7.89711 12.7422 7.7891C12.7407 7.76615 12.7389 7.74773 12.7372 7.73314C12.736 7.72277 12.7354 7.71759 12.7228 7.68374C12.7103 7.64988 12.7092 7.64829 12.7071 7.64512C12.6892 7.61872 12.6665 7.59597 12.6401 7.57812C12.6369 7.57598 12.6353 7.5749 12.6015 7.56235C12.5676 7.5498 12.5625 7.5492 12.5521 7.548C12.5375 7.5463 12.5191 7.54455 12.4961 7.54298C12.3881 7.53561 12.2432 7.53521 12 7.53521C11.7568 7.53521 11.6119 7.53561 11.5039 7.54298C11.4809 7.54455 11.4625 7.5463 11.4479 7.548C11.4376 7.5492 11.4324 7.5498 11.3985 7.56235C11.3647 7.5749 11.3631 7.57598 11.3599 7.57812C11.3335 7.59598 11.3108 7.61874 11.2929 7.64515C11.2908 7.64832 11.2897 7.6499 11.2771 7.68374C11.2646 7.71758 11.264 7.72275 11.2628 7.7331C11.2611 7.7477 11.2593 7.76613 11.2578 7.7891C11.2504 7.89711 11.25 8.04197 11.25 8.28521V9.28521C11.25 9.52844 11.2504 9.6733 11.2578 9.78131C11.2593 9.80429 11.2611 9.82272 11.2628 9.83732C11.264 9.84766 11.2646 9.85283 11.2771 9.88667C11.2897 9.92051 11.2908 9.92209 11.2929 9.92526C11.3108 9.95167 11.3335 9.97442 11.3599 9.99228C11.3631 9.99443 11.3647 9.9955 11.3985 10.0081C11.4324 10.0206 11.4376 10.0212 11.4479 10.0224C11.4625 10.0241 11.4809 10.0259 11.5039 10.0274C11.6116 10.0348 11.7559 10.0352 11.9979 10.0352C11.9986 10.0352 11.9993 10.0352 12 10.0352C12.0008 10.0352 12.0016 10.0352 12.0024 10.0352Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-19{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.25 7.92965C5.25 4.68577 7.53825 1.97633 10.5887 1.32743C10.8813 1.26518 11.0276 1.23406 11.1388 1.32411C11.25 1.41416 11.25 1.57305 11.25 1.89083V3.7709C11.25 3.92112 11.25 3.99622 11.2286 4.04977C11.2095 4.09769 11.1963 4.11742 11.1594 4.15343C11.1181 4.19367 11.0222 4.2334 10.8303 4.31286C10.4015 4.49048 10.0608 4.83116 9.88321 5.25996C9.80099 5.45846 9.77338 5.6538 9.76126 5.83144C9.74998 5.99677 9.74999 6.19362 9.75 6.40789V6.4079L9.75 6.42965L9.75 7.45141V7.45142C9.74999 7.66569 9.74998 7.86254 9.76126 8.02786C9.77338 8.20551 9.80099 8.40085 9.88321 8.59935C10.0608 9.02815 10.4015 9.36883 10.8303 9.54644C11.0222 9.62591 11.1181 9.66564 11.1594 9.70588C11.1963 9.74189 11.2095 9.76161 11.2286 9.80953C11.25 9.86308 11.25 9.93819 11.25 10.0884V10.9297C11.25 11.3439 11.5858 11.6797 12 11.6797C12.4142 11.6797 12.75 11.3439 12.75 10.9297V10.0884C12.75 9.93819 12.75 9.86308 12.7714 9.80953C12.7905 9.76162 12.8037 9.74189 12.8406 9.70588C12.8819 9.66564 12.9778 9.62591 13.1697 9.54644C13.5985 9.36883 13.9392 9.02815 14.1168 8.59935C14.199 8.40085 14.2266 8.20551 14.2387 8.02786C14.25 7.86254 14.25 7.66569 14.25 7.45142V6.40789C14.25 6.19362 14.25 5.99677 14.2387 5.83144C14.2266 5.6538 14.199 5.45846 14.1168 5.25996C13.9392 4.83116 13.5985 4.49048 13.1697 4.31286C12.9778 4.2334 12.8819 4.19366 12.8406 4.15343C12.8037 4.11742 12.7905 4.09769 12.7714 4.04977C12.75 3.99622 12.75 3.92111 12.75 3.77089V1.89083C12.75 1.57305 12.75 1.41416 12.8612 1.32411C12.9724 1.23406 13.1187 1.26518 13.4113 1.32743C16.4618 1.97633 18.75 4.68577 18.75 7.92965C18.75 8.58107 18.6575 9.21217 18.4845 9.8099C18.0847 11.1908 17.9534 12.851 18.2911 14.1654C18.3857 14.5389 18.5487 15.181 18.665 15.5493C18.7176 15.7157 18.753 15.9066 18.7476 16.1123C18.6506 19.756 15.6668 22.6797 12 22.6797C8.33317 22.6797 5.34944 19.756 5.25243 16.1123C5.24695 15.9066 5.28238 15.7157 5.33495 15.5493C5.45132 15.181 5.61427 14.5389 5.70885 14.1654C6.04663 12.851 5.91533 11.1908 5.51554 9.8099C5.3425 9.21217 5.25 8.58108 5.25 7.92965ZM12.0024 8.17966C12.2442 8.17965 12.3885 8.17922 12.4961 8.17188C12.5191 8.17031 12.5375 8.16856 12.5521 8.16686C12.5625 8.16566 12.5676 8.16506 12.6015 8.15251C12.6353 8.13996 12.6369 8.13888 12.6401 8.13674C12.6665 8.11888 12.6892 8.09613 12.7071 8.06972C12.7092 8.06655 12.7103 8.06496 12.7229 8.03112C12.7354 7.99727 12.736 7.9921 12.7372 7.98175C12.7389 7.96715 12.7407 7.94872 12.7422 7.92576C12.7496 7.81775 12.75 7.67289 12.75 7.42965V6.42965C12.75 6.18642 12.7496 6.04156 12.7422 5.93355C12.7407 5.91058 12.7389 5.89214 12.7372 5.87754C12.736 5.8672 12.7354 5.86203 12.7229 5.82819C12.7103 5.79435 12.7092 5.79277 12.7071 5.7896C12.6892 5.76319 12.6665 5.74044 12.6401 5.72258C12.6369 5.72043 12.6353 5.71936 12.6015 5.7068C12.5676 5.69425 12.5624 5.69364 12.5521 5.69244C12.5375 5.69074 12.5191 5.689 12.4961 5.68743C12.3881 5.68006 12.2432 5.67965 12 5.67965C11.7568 5.67965 11.6119 5.68006 11.5039 5.68743C11.4809 5.689 11.4625 5.69075 11.4479 5.69244C11.4376 5.69365 11.4324 5.69425 11.3985 5.7068C11.3647 5.71935 11.3631 5.72042 11.3599 5.72257C11.3335 5.74043 11.3108 5.76319 11.2929 5.7896C11.2908 5.79277 11.2897 5.79435 11.2771 5.82819C11.2646 5.86203 11.264 5.8672 11.2628 5.87754C11.2611 5.89214 11.2593 5.91058 11.2578 5.93355C11.2504 6.04156 11.25 6.18642 11.25 6.42965V7.42965C11.25 7.67289 11.2504 7.81775 11.2578 7.92576C11.2593 7.94873 11.2611 7.96717 11.2628 7.98177C11.264 7.99211 11.2646 7.99728 11.2771 8.03112C11.2897 8.06495 11.2908 8.06654 11.2929 8.06971C11.3108 8.09612 11.3335 8.11888 11.36 8.13674C11.3631 8.13889 11.3647 8.13996 11.3985 8.15251C11.4324 8.16506 11.4375 8.16566 11.4479 8.16686C11.4625 8.16856 11.4809 8.17031 11.5039 8.17188C11.6117 8.17923 11.7561 8.17965 11.9983 8.17965C11.9989 8.17965 11.9994 8.17965 12 8.17965C12.0008 8.17965 12.0016 8.17965 12.0024 8.17966Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.25 7.92965C5.25 4.68577 7.53825 1.97633 10.5887 1.32743C10.8813 1.26518 11.0276 1.23406 11.1388 1.32411C11.25 1.41416 11.25 1.57305 11.25 1.89083V3.7709C11.25 3.92112 11.25 3.99622 11.2286 4.04977C11.2095 4.09769 11.1963 4.11742 11.1594 4.15343C11.1181 4.19367 11.0222 4.2334 10.8303 4.31286C10.4015 4.49048 10.0608 4.83116 9.88321 5.25996C9.80099 5.45846 9.77338 5.6538 9.76126 5.83144C9.74998 5.99677 9.74999 6.19362 9.75 6.40789V6.4079L9.75 6.42965L9.75 7.45141V7.45142C9.74999 7.66569 9.74998 7.86254 9.76126 8.02786C9.77338 8.20551 9.80099 8.40085 9.88321 8.59935C10.0608 9.02815 10.4015 9.36883 10.8303 9.54644C11.0222 9.62591 11.1181 9.66564 11.1594 9.70588C11.1963 9.74189 11.2095 9.76161 11.2286 9.80953C11.25 9.86308 11.25 9.93819 11.25 10.0884V10.9297C11.25 11.3439 11.5858 11.6797 12 11.6797C12.4142 11.6797 12.75 11.3439 12.75 10.9297V10.0884C12.75 9.93819 12.75 9.86308 12.7714 9.80953C12.7905 9.76162 12.8037 9.74189 12.8406 9.70588C12.8819 9.66564 12.9778 9.62591 13.1697 9.54644C13.5985 9.36883 13.9392 9.02815 14.1168 8.59935C14.199 8.40085 14.2266 8.20551 14.2387 8.02786C14.25 7.86254 14.25 7.66569 14.25 7.45142V6.40789C14.25 6.19362 14.25 5.99677 14.2387 5.83144C14.2266 5.6538 14.199 5.45846 14.1168 5.25996C13.9392 4.83116 13.5985 4.49048 13.1697 4.31286C12.9778 4.2334 12.8819 4.19366 12.8406 4.15343C12.8037 4.11742 12.7905 4.09769 12.7714 4.04977C12.75 3.99622 12.75 3.92111 12.75 3.77089V1.89083C12.75 1.57305 12.75 1.41416 12.8612 1.32411C12.9724 1.23406 13.1187 1.26518 13.4113 1.32743C16.4618 1.97633 18.75 4.68577 18.75 7.92965C18.75 8.58107 18.6575 9.21217 18.4845 9.8099C18.0847 11.1908 17.9534 12.851 18.2911 14.1654C18.3857 14.5389 18.5487 15.181 18.665 15.5493C18.7176 15.7157 18.753 15.9066 18.7476 16.1123C18.6506 19.756 15.6668 22.6797 12 22.6797C8.33317 22.6797 5.34944 19.756 5.25243 16.1123C5.24695 15.9066 5.28238 15.7157 5.33495 15.5493C5.45132 15.181 5.61427 14.5389 5.70885 14.1654C6.04663 12.851 5.91533 11.1908 5.51554 9.8099C5.3425 9.21217 5.25 8.58108 5.25 7.92965ZM12.0024 8.17966C12.2442 8.17965 12.3885 8.17922 12.4961 8.17188C12.5191 8.17031 12.5375 8.16856 12.5521 8.16686C12.5625 8.16566 12.5676 8.16506 12.6015 8.15251C12.6353 8.13996 12.6369 8.13888 12.6401 8.13674C12.6665 8.11888 12.6892 8.09613 12.7071 8.06972C12.7092 8.06655 12.7103 8.06496 12.7229 8.03112C12.7354 7.99727 12.736 7.9921 12.7372 7.98175C12.7389 7.96715 12.7407 7.94872 12.7422 7.92576C12.7496 7.81775 12.75 7.67289 12.75 7.42965V6.42965C12.75 6.18642 12.7496 6.04156 12.7422 5.93355C12.7407 5.91058 12.7389 5.89214 12.7372 5.87754C12.736 5.8672 12.7354 5.86203 12.7229 5.82819C12.7103 5.79435 12.7092 5.79277 12.7071 5.7896C12.6892 5.76319 12.6665 5.74044 12.6401 5.72258C12.6369 5.72043 12.6353 5.71936 12.6015 5.7068C12.5676 5.69425 12.5624 5.69364 12.5521 5.69244C12.5375 5.69074 12.5191 5.689 12.4961 5.68743C12.3881 5.68006 12.2432 5.67965 12 5.67965C11.7568 5.67965 11.6119 5.68006 11.5039 5.68743C11.4809 5.689 11.4625 5.69075 11.4479 5.69244C11.4376 5.69365 11.4324 5.69425 11.3985 5.7068C11.3647 5.71935 11.3631 5.72042 11.3599 5.72257C11.3335 5.74043 11.3108 5.76319 11.2929 5.7896C11.2908 5.79277 11.2897 5.79435 11.2771 5.82819C11.2646 5.86203 11.264 5.8672 11.2628 5.87754C11.2611 5.89214 11.2593 5.91058 11.2578 5.93355C11.2504 6.04156 11.25 6.18642 11.25 6.42965V7.42965C11.25 7.67289 11.2504 7.81775 11.2578 7.92576C11.2593 7.94873 11.2611 7.96717 11.2628 7.98177C11.264 7.99211 11.2646 7.99728 11.2771 8.03112C11.2897 8.06495 11.2908 8.06654 11.2929 8.06971C11.3108 8.09612 11.3335 8.11888 11.36 8.13674C11.3631 8.13889 11.3647 8.13996 11.3985 8.15251C11.4324 8.16506 11.4375 8.16566 11.4479 8.16686C11.4625 8.16856 11.4809 8.17031 11.5039 8.17188C11.6117 8.17923 11.7561 8.17965 11.9983 8.17965C11.9989 8.17965 11.9994 8.17965 12 8.17965C12.0008 8.17965 12.0016 8.17965 12.0024 8.17966Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-20{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 1.5072C11.25 1.38552 11.1218 1.3091 11.0189 1.37404C10.7541 1.54118 10.4125 1.80288 10.0477 2.08238L10.0477 2.0824C9.05524 2.84276 8.09312 3.31469 7.16058 3.53028C6.79519 3.61475 6.45376 3.69367 6.20819 3.76992C5.96474 3.84551 5.68142 3.95453 5.4541 4.16803C5.24882 4.36083 5.12691 4.58537 5.03645 4.8027C4.95375 5.00141 4.86911 5.27269 4.78707 5.53562C3.62551 9.25743 3.39436 12.802 4.32473 15.7502C5.26564 18.7318 7.37611 21.0363 10.7309 22.2471C11.1427 22.396 11.5278 22.5352 12.0019 22.5352C12.4759 22.5352 12.861 22.396 13.2727 22.2471C16.6274 21.0363 18.7368 18.7316 19.6766 15.75C20.6058 12.8019 20.3737 9.25744 19.2124 5.53584C19.1304 5.27288 19.0458 5.00156 18.9631 4.80283C18.8726 4.58549 18.7507 4.36092 18.5454 4.1681C18.3181 3.95457 18.0348 3.84555 17.7913 3.76995C17.5457 3.69369 17.2042 3.61475 16.8388 3.53027C15.9068 3.31478 14.9457 2.84325 13.9552 2.08373C13.5903 1.8039 13.2487 1.54194 12.9839 1.37461C12.8797 1.30882 12.75 1.38618 12.75 1.50936V4.62645C12.75 4.77667 12.75 4.85178 12.7714 4.90533C12.7905 4.95324 12.8037 4.97297 12.8406 5.00898C12.8819 5.04922 12.9778 5.08895 13.1697 5.16842C13.5985 5.34603 13.9392 5.68671 14.1168 6.11551C14.199 6.31401 14.2266 6.50935 14.2387 6.687C14.25 6.85232 14.25 7.04917 14.25 7.26344V8.30697C14.25 8.52124 14.25 8.71809 14.2387 8.88342C14.2266 9.06106 14.199 9.2564 14.1168 9.4549C13.9392 9.8837 13.5985 10.2244 13.1697 10.402C12.9778 10.4815 12.8819 10.5212 12.8406 10.5614C12.8037 10.5974 12.7905 10.6172 12.7714 10.6651C12.75 10.7186 12.75 10.7937 12.75 10.944V11.7852C12.75 12.1994 12.4142 12.5352 12 12.5352C11.5858 12.5352 11.25 12.1994 11.25 11.7852V10.944C11.25 10.7937 11.25 10.7186 11.2286 10.6651C11.2095 10.6172 11.1963 10.5974 11.1594 10.5614C11.1181 10.5212 11.0222 10.4815 10.8303 10.402C10.4015 10.2244 10.0608 9.8837 9.88321 9.4549C9.80099 9.2564 9.77338 9.06106 9.76126 8.88342C9.74998 8.71809 9.74999 8.52125 9.75 8.30697V8.30697V8.30696L9.75 7.28521L9.75 7.26345V7.26344V7.26344C9.74999 7.04917 9.74998 6.85232 9.76126 6.687C9.77338 6.50935 9.80099 6.31401 9.88321 6.11551C10.0608 5.68671 10.4015 5.34603 10.8303 5.16842C11.0222 5.08895 11.1181 5.04922 11.1594 5.00898C11.1963 4.97298 11.2095 4.95325 11.2286 4.90533C11.25 4.85178 11.25 4.77667 11.25 4.62645V1.5072ZM12.4961 9.02743C12.3885 9.03478 12.2442 9.03521 12.0024 9.03521L12 9.03521L11.9985 9.03521C11.7562 9.03521 11.6117 9.03479 11.5039 9.02743C11.4809 9.02586 11.4625 9.02411 11.4479 9.02242C11.4375 9.02121 11.4324 9.02061 11.3985 9.00806C11.3647 8.99551 11.3631 8.99444 11.36 8.9923C11.3335 8.97443 11.3108 8.95167 11.2929 8.92526C11.2908 8.92209 11.2897 8.92051 11.2771 8.88667C11.2646 8.85283 11.264 8.84766 11.2628 8.83732C11.2611 8.82272 11.2593 8.80429 11.2578 8.78131C11.2504 8.6733 11.25 8.52844 11.25 8.28521V7.28521C11.25 7.04197 11.2504 6.89711 11.2578 6.7891C11.2593 6.76613 11.2611 6.7477 11.2628 6.7331C11.264 6.72275 11.2646 6.71758 11.2771 6.68374C11.2897 6.6499 11.2908 6.64832 11.2929 6.64515C11.3108 6.61874 11.3335 6.59598 11.3599 6.57812C11.3631 6.57598 11.3647 6.57491 11.3985 6.56235C11.4324 6.5498 11.4376 6.5492 11.4479 6.548C11.4625 6.5463 11.4809 6.54455 11.5039 6.54298C11.6119 6.53561 11.7568 6.53521 12 6.53521C12.2432 6.53521 12.3881 6.53561 12.4961 6.54298C12.5191 6.54455 12.5375 6.5463 12.5521 6.54799C12.5624 6.5492 12.5676 6.5498 12.6015 6.56236C12.6353 6.57491 12.6369 6.57598 12.6401 6.57813C12.6665 6.59598 12.6892 6.61873 12.7071 6.64512C12.7092 6.6483 12.7103 6.64988 12.7228 6.68374C12.7354 6.71759 12.736 6.72277 12.7372 6.73314C12.7389 6.74773 12.7407 6.76615 12.7422 6.7891C12.7496 6.89711 12.75 7.04197 12.75 7.28521V8.28521C12.75 8.52844 12.7496 8.6733 12.7422 8.78131C12.7407 8.80428 12.7389 8.8227 12.7372 8.8373C12.736 8.84765 12.7354 8.85283 12.7229 8.88667C12.7103 8.92052 12.7092 8.9221 12.7071 8.92527C12.6892 8.95168 12.6665 8.97443 12.6401 8.99229C12.6369 8.99444 12.6353 8.99551 12.6015 9.00806C12.5676 9.02061 12.5625 9.02121 12.5521 9.02242C12.5375 9.02411 12.5191 9.02586 12.4961 9.02743ZM10.1067 16.3442C9.86309 16.0092 9.39404 15.9351 9.05901 16.1786C8.72399 16.4222 8.64986 16.8913 8.89344 17.2263C9.43437 17.9703 10.0932 18.5961 10.8841 19.0654L10.9253 19.0899C11.2049 19.2564 11.5174 19.4426 12.0001 19.4426C12.4827 19.4426 12.7952 19.2564 13.0748 19.0899L13.116 19.0654C13.907 18.5961 14.5657 17.9703 15.1067 17.2263C15.3502 16.8913 15.2761 16.4222 14.9411 16.1786C14.6061 15.9351 14.137 16.0092 13.8934 16.3442C13.4596 16.941 12.9481 17.4209 12.3506 17.7753C12.2714 17.8223 12.2152 17.8556 12.1658 17.8829C12.1178 17.9093 12.0892 17.9229 12.0705 17.9305C12.0542 17.9372 12.0466 17.9389 12.0426 17.9397C12.0383 17.9406 12.0262 17.9426 12.0001 17.9426C11.9739 17.9426 11.9618 17.9406 11.9575 17.9397C11.9535 17.9389 11.9459 17.9372 11.9296 17.9305C11.9109 17.9229 11.8823 17.9093 11.8343 17.8829C11.7849 17.8556 11.7287 17.8223 11.6495 17.7753C11.052 17.4209 10.5406 16.941 10.1067 16.3442Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 1.5072C11.25 1.38552 11.1218 1.3091 11.0189 1.37404C10.7541 1.54118 10.4125 1.80288 10.0477 2.08238L10.0477 2.0824C9.05524 2.84276 8.09312 3.31469 7.16058 3.53028C6.79519 3.61475 6.45376 3.69367 6.20819 3.76992C5.96474 3.84551 5.68142 3.95453 5.4541 4.16803C5.24882 4.36083 5.12691 4.58537 5.03645 4.8027C4.95375 5.00141 4.86911 5.27269 4.78707 5.53562C3.62551 9.25743 3.39436 12.802 4.32473 15.7502C5.26564 18.7318 7.37611 21.0363 10.7309 22.2471C11.1427 22.396 11.5278 22.5352 12.0019 22.5352C12.4759 22.5352 12.861 22.396 13.2727 22.2471C16.6274 21.0363 18.7368 18.7316 19.6766 15.75C20.6058 12.8019 20.3737 9.25744 19.2124 5.53584C19.1304 5.27288 19.0458 5.00156 18.9631 4.80283C18.8726 4.58549 18.7507 4.36092 18.5454 4.1681C18.3181 3.95457 18.0348 3.84555 17.7913 3.76995C17.5457 3.69369 17.2042 3.61475 16.8388 3.53027C15.9068 3.31478 14.9457 2.84325 13.9552 2.08373C13.5903 1.8039 13.2487 1.54194 12.9839 1.37461C12.8797 1.30882 12.75 1.38618 12.75 1.50936V4.62645C12.75 4.77667 12.75 4.85178 12.7714 4.90533C12.7905 4.95324 12.8037 4.97297 12.8406 5.00898C12.8819 5.04922 12.9778 5.08895 13.1697 5.16842C13.5985 5.34603 13.9392 5.68671 14.1168 6.11551C14.199 6.31401 14.2266 6.50935 14.2387 6.687C14.25 6.85232 14.25 7.04917 14.25 7.26344V8.30697C14.25 8.52124 14.25 8.71809 14.2387 8.88342C14.2266 9.06106 14.199 9.2564 14.1168 9.4549C13.9392 9.8837 13.5985 10.2244 13.1697 10.402C12.9778 10.4815 12.8819 10.5212 12.8406 10.5614C12.8037 10.5974 12.7905 10.6172 12.7714 10.6651C12.75 10.7186 12.75 10.7937 12.75 10.944V11.7852C12.75 12.1994 12.4142 12.5352 12 12.5352C11.5858 12.5352 11.25 12.1994 11.25 11.7852V10.944C11.25 10.7937 11.25 10.7186 11.2286 10.6651C11.2095 10.6172 11.1963 10.5974 11.1594 10.5614C11.1181 10.5212 11.0222 10.4815 10.8303 10.402C10.4015 10.2244 10.0608 9.8837 9.88321 9.4549C9.80099 9.2564 9.77338 9.06106 9.76126 8.88342C9.74998 8.71809 9.74999 8.52125 9.75 8.30697V8.30697V8.30696L9.75 7.28521L9.75 7.26345V7.26344V7.26344C9.74999 7.04917 9.74998 6.85232 9.76126 6.687C9.77338 6.50935 9.80099 6.31401 9.88321 6.11551C10.0608 5.68671 10.4015 5.34603 10.8303 5.16842C11.0222 5.08895 11.1181 5.04922 11.1594 5.00898C11.1963 4.97298 11.2095 4.95325 11.2286 4.90533C11.25 4.85178 11.25 4.77667 11.25 4.62645V1.5072ZM12.4961 9.02743C12.3885 9.03478 12.2442 9.03521 12.0024 9.03521L12 9.03521L11.9985 9.03521C11.7562 9.03521 11.6117 9.03479 11.5039 9.02743C11.4809 9.02586 11.4625 9.02411 11.4479 9.02242C11.4375 9.02121 11.4324 9.02061 11.3985 9.00806C11.3647 8.99551 11.3631 8.99444 11.36 8.9923C11.3335 8.97443 11.3108 8.95167 11.2929 8.92526C11.2908 8.92209 11.2897 8.92051 11.2771 8.88667C11.2646 8.85283 11.264 8.84766 11.2628 8.83732C11.2611 8.82272 11.2593 8.80429 11.2578 8.78131C11.2504 8.6733 11.25 8.52844 11.25 8.28521V7.28521C11.25 7.04197 11.2504 6.89711 11.2578 6.7891C11.2593 6.76613 11.2611 6.7477 11.2628 6.7331C11.264 6.72275 11.2646 6.71758 11.2771 6.68374C11.2897 6.6499 11.2908 6.64832 11.2929 6.64515C11.3108 6.61874 11.3335 6.59598 11.3599 6.57812C11.3631 6.57598 11.3647 6.57491 11.3985 6.56235C11.4324 6.5498 11.4376 6.5492 11.4479 6.548C11.4625 6.5463 11.4809 6.54455 11.5039 6.54298C11.6119 6.53561 11.7568 6.53521 12 6.53521C12.2432 6.53521 12.3881 6.53561 12.4961 6.54298C12.5191 6.54455 12.5375 6.5463 12.5521 6.54799C12.5624 6.5492 12.5676 6.5498 12.6015 6.56236C12.6353 6.57491 12.6369 6.57598 12.6401 6.57813C12.6665 6.59598 12.6892 6.61873 12.7071 6.64512C12.7092 6.6483 12.7103 6.64988 12.7228 6.68374C12.7354 6.71759 12.736 6.72277 12.7372 6.73314C12.7389 6.74773 12.7407 6.76615 12.7422 6.7891C12.7496 6.89711 12.75 7.04197 12.75 7.28521V8.28521C12.75 8.52844 12.7496 8.6733 12.7422 8.78131C12.7407 8.80428 12.7389 8.8227 12.7372 8.8373C12.736 8.84765 12.7354 8.85283 12.7229 8.88667C12.7103 8.92052 12.7092 8.9221 12.7071 8.92527C12.6892 8.95168 12.6665 8.97443 12.6401 8.99229C12.6369 8.99444 12.6353 8.99551 12.6015 9.00806C12.5676 9.02061 12.5625 9.02121 12.5521 9.02242C12.5375 9.02411 12.5191 9.02586 12.4961 9.02743ZM10.1067 16.3442C9.86309 16.0092 9.39404 15.9351 9.05901 16.1786C8.72399 16.4222 8.64986 16.8913 8.89344 17.2263C9.43437 17.9703 10.0932 18.5961 10.8841 19.0654L10.9253 19.0899C11.2049 19.2564 11.5174 19.4426 12.0001 19.4426C12.4827 19.4426 12.7952 19.2564 13.0748 19.0899L13.116 19.0654C13.907 18.5961 14.5657 17.9703 15.1067 17.2263C15.3502 16.8913 15.2761 16.4222 14.9411 16.1786C14.6061 15.9351 14.137 16.0092 13.8934 16.3442C13.4596 16.941 12.9481 17.4209 12.3506 17.7753C12.2714 17.8223 12.2152 17.8556 12.1658 17.8829C12.1178 17.9093 12.0892 17.9229 12.0705 17.9305C12.0542 17.9372 12.0466 17.9389 12.0426 17.9397C12.0383 17.9406 12.0262 17.9426 12.0001 17.9426C11.9739 17.9426 11.9618 17.9406 11.9575 17.9397C11.9535 17.9389 11.9459 17.9372 11.9296 17.9305C11.9109 17.9229 11.8823 17.9093 11.8343 17.8829C11.7849 17.8556 11.7287 17.8223 11.6495 17.7753C11.052 17.4209 10.5406 16.941 10.1067 16.3442Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-21{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 1.89083C11.25 1.57305 11.25 1.41416 11.1388 1.32411C11.0276 1.23406 10.8813 1.26518 10.5887 1.32743C7.53825 1.97633 5.25 4.68577 5.25 7.92965C5.25 8.58108 5.3425 9.21217 5.51554 9.8099C5.91533 11.1908 6.04663 12.851 5.70885 14.1654C5.61427 14.5389 5.45132 15.181 5.33495 15.5493C5.28238 15.7157 5.24695 15.9066 5.25243 16.1123C5.34944 19.756 8.33317 22.6797 12 22.6797C15.6668 22.6797 18.6506 19.756 18.7476 16.1123C18.753 15.9066 18.7176 15.7157 18.665 15.5493C18.5487 15.181 18.3857 14.5389 18.2911 14.1654C17.9534 12.851 18.0847 11.1908 18.4845 9.8099C18.6575 9.21217 18.75 8.58107 18.75 7.92965C18.75 4.68577 16.4618 1.97633 13.4113 1.32743C13.1187 1.26518 12.9724 1.23406 12.8612 1.32411C12.75 1.41416 12.75 1.57305 12.75 1.89083V3.77089C12.75 3.92111 12.75 3.99622 12.7714 4.04977C12.7905 4.09769 12.8037 4.11742 12.8406 4.15343C12.8819 4.19366 12.9778 4.2334 13.1697 4.31286C13.5985 4.49048 13.9392 4.83116 14.1168 5.25996C14.199 5.45846 14.2266 5.6538 14.2387 5.83144C14.25 5.99677 14.25 6.19362 14.25 6.40789V7.45142C14.25 7.66569 14.25 7.86254 14.2387 8.02786C14.2266 8.20551 14.199 8.40085 14.1168 8.59935C13.9392 9.02815 13.5985 9.36883 13.1697 9.54644C12.9778 9.62591 12.8819 9.66564 12.8406 9.70588C12.8037 9.74189 12.7905 9.76162 12.7714 9.80953C12.75 9.86308 12.75 9.93819 12.75 10.0884V10.9297C12.75 11.3439 12.4142 11.6797 12 11.6797C11.5858 11.6797 11.25 11.3439 11.25 10.9297V10.0884C11.25 9.93819 11.25 9.86308 11.2286 9.80953C11.2095 9.76161 11.1963 9.74189 11.1594 9.70588C11.1181 9.66564 11.0222 9.62591 10.8303 9.54644C10.4015 9.36883 10.0608 9.02815 9.88321 8.59935C9.80099 8.40085 9.77338 8.20551 9.76126 8.02786C9.74998 7.86254 9.74999 7.66569 9.75 7.45142V7.45141L9.75 6.42965L9.75 6.4079V6.40789C9.74999 6.19362 9.74998 5.99677 9.76126 5.83144C9.77338 5.6538 9.80099 5.45846 9.88321 5.25996C10.0608 4.83116 10.4015 4.49048 10.8303 4.31286C11.0222 4.2334 11.1181 4.19367 11.1594 4.15343C11.1963 4.11742 11.2095 4.09769 11.2286 4.04977C11.25 3.99622 11.25 3.92112 11.25 3.7709V1.89083ZM12.0017 8.17965C12.2439 8.17965 12.3884 8.17923 12.4961 8.17188C12.5191 8.17031 12.5375 8.16856 12.5521 8.16686C12.5625 8.16566 12.5676 8.16506 12.6015 8.15251C12.6353 8.13996 12.6369 8.13888 12.6401 8.13674C12.6665 8.11888 12.6892 8.09613 12.7071 8.06972C12.7092 8.06655 12.7103 8.06496 12.7229 8.03112C12.7354 7.99727 12.736 7.9921 12.7372 7.98175C12.7389 7.96715 12.7407 7.94872 12.7422 7.92576C12.7496 7.81775 12.75 7.67289 12.75 7.42965V6.42965C12.75 6.18642 12.7496 6.04156 12.7422 5.93355C12.7407 5.91058 12.7389 5.89214 12.7372 5.87754C12.736 5.8672 12.7354 5.86203 12.7229 5.82819C12.7103 5.79435 12.7092 5.79277 12.7071 5.7896C12.6892 5.76319 12.6665 5.74044 12.6401 5.72258C12.6369 5.72043 12.6353 5.71936 12.6015 5.7068C12.5676 5.69425 12.5624 5.69364 12.5521 5.69244C12.5375 5.69074 12.5191 5.689 12.4961 5.68743C12.3881 5.68006 12.2432 5.67965 12 5.67965C11.7568 5.67965 11.6119 5.68006 11.5039 5.68743C11.4809 5.689 11.4625 5.69075 11.4479 5.69244C11.4376 5.69365 11.4324 5.69425 11.3985 5.7068C11.3647 5.71935 11.3631 5.72042 11.3599 5.72257C11.3335 5.74043 11.3108 5.76319 11.2929 5.7896C11.2908 5.79277 11.2897 5.79435 11.2771 5.82819C11.2646 5.86203 11.264 5.8672 11.2628 5.87754C11.2611 5.89214 11.2593 5.91058 11.2578 5.93355C11.2504 6.04156 11.25 6.18642 11.25 6.42965V7.42965C11.25 7.67289 11.2504 7.81775 11.2578 7.92576C11.2593 7.94873 11.2611 7.96717 11.2628 7.98177C11.264 7.99211 11.2646 7.99728 11.2771 8.03112C11.2897 8.06495 11.2908 8.06654 11.2929 8.06971C11.3108 8.09612 11.3335 8.11888 11.36 8.13674C11.3631 8.13889 11.3647 8.13996 11.3985 8.15251C11.4324 8.16506 11.4375 8.16566 11.4479 8.16686C11.4625 8.16856 11.4809 8.17031 11.5039 8.17188C11.6119 8.17925 11.7568 8.17965 12 8.17965C12.0006 8.17965 12.0011 8.17965 12.0017 8.17965ZM10.25 17.9297C10.25 17.5154 10.5858 17.1797 11 17.1797H13C13.4142 17.1797 13.75 17.5154 13.75 17.9297C13.75 18.3439 13.4142 18.6797 13 18.6797H11C10.5858 18.6797 10.25 18.3439 10.25 17.9297Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 1.89083C11.25 1.57305 11.25 1.41416 11.1388 1.32411C11.0276 1.23406 10.8813 1.26518 10.5887 1.32743C7.53825 1.97633 5.25 4.68577 5.25 7.92965C5.25 8.58108 5.3425 9.21217 5.51554 9.8099C5.91533 11.1908 6.04663 12.851 5.70885 14.1654C5.61427 14.5389 5.45132 15.181 5.33495 15.5493C5.28238 15.7157 5.24695 15.9066 5.25243 16.1123C5.34944 19.756 8.33317 22.6797 12 22.6797C15.6668 22.6797 18.6506 19.756 18.7476 16.1123C18.753 15.9066 18.7176 15.7157 18.665 15.5493C18.5487 15.181 18.3857 14.5389 18.2911 14.1654C17.9534 12.851 18.0847 11.1908 18.4845 9.8099C18.6575 9.21217 18.75 8.58107 18.75 7.92965C18.75 4.68577 16.4618 1.97633 13.4113 1.32743C13.1187 1.26518 12.9724 1.23406 12.8612 1.32411C12.75 1.41416 12.75 1.57305 12.75 1.89083V3.77089C12.75 3.92111 12.75 3.99622 12.7714 4.04977C12.7905 4.09769 12.8037 4.11742 12.8406 4.15343C12.8819 4.19366 12.9778 4.2334 13.1697 4.31286C13.5985 4.49048 13.9392 4.83116 14.1168 5.25996C14.199 5.45846 14.2266 5.6538 14.2387 5.83144C14.25 5.99677 14.25 6.19362 14.25 6.40789V7.45142C14.25 7.66569 14.25 7.86254 14.2387 8.02786C14.2266 8.20551 14.199 8.40085 14.1168 8.59935C13.9392 9.02815 13.5985 9.36883 13.1697 9.54644C12.9778 9.62591 12.8819 9.66564 12.8406 9.70588C12.8037 9.74189 12.7905 9.76162 12.7714 9.80953C12.75 9.86308 12.75 9.93819 12.75 10.0884V10.9297C12.75 11.3439 12.4142 11.6797 12 11.6797C11.5858 11.6797 11.25 11.3439 11.25 10.9297V10.0884C11.25 9.93819 11.25 9.86308 11.2286 9.80953C11.2095 9.76161 11.1963 9.74189 11.1594 9.70588C11.1181 9.66564 11.0222 9.62591 10.8303 9.54644C10.4015 9.36883 10.0608 9.02815 9.88321 8.59935C9.80099 8.40085 9.77338 8.20551 9.76126 8.02786C9.74998 7.86254 9.74999 7.66569 9.75 7.45142V7.45141L9.75 6.42965L9.75 6.4079V6.40789C9.74999 6.19362 9.74998 5.99677 9.76126 5.83144C9.77338 5.6538 9.80099 5.45846 9.88321 5.25996C10.0608 4.83116 10.4015 4.49048 10.8303 4.31286C11.0222 4.2334 11.1181 4.19367 11.1594 4.15343C11.1963 4.11742 11.2095 4.09769 11.2286 4.04977C11.25 3.99622 11.25 3.92112 11.25 3.7709V1.89083ZM12.0017 8.17965C12.2439 8.17965 12.3884 8.17923 12.4961 8.17188C12.5191 8.17031 12.5375 8.16856 12.5521 8.16686C12.5625 8.16566 12.5676 8.16506 12.6015 8.15251C12.6353 8.13996 12.6369 8.13888 12.6401 8.13674C12.6665 8.11888 12.6892 8.09613 12.7071 8.06972C12.7092 8.06655 12.7103 8.06496 12.7229 8.03112C12.7354 7.99727 12.736 7.9921 12.7372 7.98175C12.7389 7.96715 12.7407 7.94872 12.7422 7.92576C12.7496 7.81775 12.75 7.67289 12.75 7.42965V6.42965C12.75 6.18642 12.7496 6.04156 12.7422 5.93355C12.7407 5.91058 12.7389 5.89214 12.7372 5.87754C12.736 5.8672 12.7354 5.86203 12.7229 5.82819C12.7103 5.79435 12.7092 5.79277 12.7071 5.7896C12.6892 5.76319 12.6665 5.74044 12.6401 5.72258C12.6369 5.72043 12.6353 5.71936 12.6015 5.7068C12.5676 5.69425 12.5624 5.69364 12.5521 5.69244C12.5375 5.69074 12.5191 5.689 12.4961 5.68743C12.3881 5.68006 12.2432 5.67965 12 5.67965C11.7568 5.67965 11.6119 5.68006 11.5039 5.68743C11.4809 5.689 11.4625 5.69075 11.4479 5.69244C11.4376 5.69365 11.4324 5.69425 11.3985 5.7068C11.3647 5.71935 11.3631 5.72042 11.3599 5.72257C11.3335 5.74043 11.3108 5.76319 11.2929 5.7896C11.2908 5.79277 11.2897 5.79435 11.2771 5.82819C11.2646 5.86203 11.264 5.8672 11.2628 5.87754C11.2611 5.89214 11.2593 5.91058 11.2578 5.93355C11.2504 6.04156 11.25 6.18642 11.25 6.42965V7.42965C11.25 7.67289 11.2504 7.81775 11.2578 7.92576C11.2593 7.94873 11.2611 7.96717 11.2628 7.98177C11.264 7.99211 11.2646 7.99728 11.2771 8.03112C11.2897 8.06495 11.2908 8.06654 11.2929 8.06971C11.3108 8.09612 11.3335 8.11888 11.36 8.13674C11.3631 8.13889 11.3647 8.13996 11.3985 8.15251C11.4324 8.16506 11.4375 8.16566 11.4479 8.16686C11.4625 8.16856 11.4809 8.17031 11.5039 8.17188C11.6119 8.17925 11.7568 8.17965 12 8.17965C12.0006 8.17965 12.0011 8.17965 12.0017 8.17965ZM10.25 17.9297C10.25 17.5154 10.5858 17.1797 11 17.1797H13C13.4142 17.1797 13.75 17.5154 13.75 17.9297C13.75 18.3439 13.4142 18.6797 13 18.6797H11C10.5858 18.6797 10.25 18.3439 10.25 17.9297Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-left-click-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.93196 1.51848C6.33597 1.89504 6.35822 2.52781 5.98167 2.93182C5.04911 3.93237 4.43946 5.12282 4.23803 6.40518C4.15233 6.95077 3.64057 7.32359 3.09497 7.23789C2.54938 7.15219 2.17656 6.64043 2.26226 6.09483C2.5317 4.37945 3.3418 2.83081 4.51862 1.56819C4.89518 1.16418 5.52795 1.14192 5.93196 1.51848Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 1.54683C12.75 1.37636 12.6081 1.23995 12.4379 1.2495C11.8394 1.28306 11.2505 1.34163 10.6733 1.41283C7.87402 1.75821 5.71063 4.08279 5.49296 6.82844C5.36089 8.49409 5.25 10.2196 5.25 11.9839C5.25 13.7482 5.36089 15.4737 5.49296 17.1393C5.71064 19.885 7.87413 22.2095 10.6734 22.555C11.5888 22.6678 12.5341 22.749 13.5 22.749C14.4658 22.749 15.4112 22.6678 16.3266 22.555C19.126 22.2095 21.2892 19.885 21.507 17.1393C21.6391 15.4737 21.75 13.7482 21.75 11.9839C21.75 10.2195 21.6391 8.49407 21.507 6.82843C21.2892 4.08281 19.126 1.75821 16.3266 1.41283C15.7495 1.34163 15.1606 1.28307 14.5621 1.2495C14.3919 1.23995 14.25 1.37636 14.25 1.54684V4.98743C14.25 5.13844 14.3635 5.26216 14.5088 5.30335C14.562 5.31844 14.6157 5.33679 14.6697 5.35917C15.0985 5.53704 15.4392 5.8782 15.6168 6.3076C15.699 6.50638 15.7266 6.702 15.7387 6.87989C15.75 7.04545 15.75 7.24258 15.75 7.45715V8.50215C15.75 8.71672 15.75 8.91385 15.7387 9.07941C15.7266 9.2573 15.699 9.45292 15.6168 9.6517C15.4392 10.0811 15.0985 10.4223 14.6697 10.6001C14.6157 10.6225 14.562 10.6409 14.5088 10.6559C14.3635 10.6971 14.25 10.8209 14.25 10.9719V11.9853C14.25 12.4001 13.9142 12.7363 13.5 12.7363C13.0858 12.7363 12.75 12.4001 12.75 11.9853V10.9719C12.75 10.8209 12.6365 10.6971 12.4912 10.6559C12.438 10.6409 12.3843 10.6225 12.3303 10.6001C11.9015 10.4223 11.5608 10.0811 11.3832 9.6517C11.301 9.45292 11.2734 9.2573 11.2613 9.07941C11.25 8.91385 11.25 8.71672 11.25 8.50215V8.50214V7.45716V7.45715C11.25 7.24258 11.25 7.04545 11.2613 6.87989C11.2734 6.702 11.301 6.50638 11.3832 6.3076C11.5608 5.8782 11.9015 5.53704 12.3303 5.35917C12.3843 5.33679 12.438 5.31844 12.4912 5.30335C12.6365 5.26216 12.75 5.13844 12.75 4.98743V1.54683ZM12.7659 6.90257C12.7683 6.88706 12.7731 6.87199 12.7806 6.85821C12.8036 6.81615 12.8381 6.78156 12.8801 6.75857C12.8939 6.75102 12.909 6.7462 12.9245 6.74381C12.9409 6.7413 12.9663 6.73824 13.0039 6.73568C13.1119 6.7283 13.2568 6.72789 13.5 6.72789C13.7432 6.72789 13.8881 6.7283 13.9961 6.73568C14.0337 6.73824 14.0591 6.7413 14.0755 6.74382C14.091 6.74621 14.1061 6.75102 14.1199 6.75857C14.1619 6.78156 14.1965 6.81615 14.2194 6.85821C14.2269 6.87199 14.2317 6.88706 14.2341 6.90257C14.2366 6.91896 14.2397 6.94445 14.2422 6.98214C14.2496 7.0903 14.25 7.23537 14.25 7.47895V8.48035C14.25 8.72393 14.2496 8.869 14.2422 8.97716C14.2397 9.01484 14.2366 9.04033 14.2341 9.05672C14.2317 9.07224 14.2269 9.08732 14.2194 9.1011C14.1964 9.14315 14.1619 9.17774 14.1199 9.20073C14.1061 9.20828 14.091 9.2131 14.0755 9.21549C14.0591 9.218 14.0337 9.22106 13.9961 9.22363C13.8881 9.231 13.7432 9.23141 13.5 9.23141C13.2568 9.23141 13.1119 9.231 13.0039 9.22363C12.9663 9.22106 12.9409 9.218 12.9245 9.21549C12.909 9.2131 12.8939 9.20828 12.8801 9.20073C12.8381 9.17774 12.8036 9.14315 12.7806 9.10109C12.7731 9.08731 12.7683 9.07224 12.7659 9.05673C12.7634 9.04034 12.7603 9.01485 12.7578 8.97716C12.7504 8.869 12.75 8.72393 12.75 8.48035V7.47895C12.75 7.23537 12.7504 7.0903 12.7578 6.98214C12.7603 6.94445 12.7634 6.91896 12.7659 6.90257Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.93196 1.51848C6.33597 1.89504 6.35822 2.52781 5.98167 2.93182C5.04911 3.93237 4.43946 5.12282 4.23803 6.40518C4.15233 6.95077 3.64057 7.32359 3.09497 7.23789C2.54938 7.15219 2.17656 6.64043 2.26226 6.09483C2.5317 4.37945 3.3418 2.83081 4.51862 1.56819C4.89518 1.16418 5.52795 1.14192 5.93196 1.51848Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 1.54683C12.75 1.37636 12.6081 1.23995 12.4379 1.2495C11.8394 1.28306 11.2505 1.34163 10.6733 1.41283C7.87402 1.75821 5.71063 4.08279 5.49296 6.82844C5.36089 8.49409 5.25 10.2196 5.25 11.9839C5.25 13.7482 5.36089 15.4737 5.49296 17.1393C5.71064 19.885 7.87413 22.2095 10.6734 22.555C11.5888 22.6678 12.5341 22.749 13.5 22.749C14.4658 22.749 15.4112 22.6678 16.3266 22.555C19.126 22.2095 21.2892 19.885 21.507 17.1393C21.6391 15.4737 21.75 13.7482 21.75 11.9839C21.75 10.2195 21.6391 8.49407 21.507 6.82843C21.2892 4.08281 19.126 1.75821 16.3266 1.41283C15.7495 1.34163 15.1606 1.28307 14.5621 1.2495C14.3919 1.23995 14.25 1.37636 14.25 1.54684V4.98743C14.25 5.13844 14.3635 5.26216 14.5088 5.30335C14.562 5.31844 14.6157 5.33679 14.6697 5.35917C15.0985 5.53704 15.4392 5.8782 15.6168 6.3076C15.699 6.50638 15.7266 6.702 15.7387 6.87989C15.75 7.04545 15.75 7.24258 15.75 7.45715V8.50215C15.75 8.71672 15.75 8.91385 15.7387 9.07941C15.7266 9.2573 15.699 9.45292 15.6168 9.6517C15.4392 10.0811 15.0985 10.4223 14.6697 10.6001C14.6157 10.6225 14.562 10.6409 14.5088 10.6559C14.3635 10.6971 14.25 10.8209 14.25 10.9719V11.9853C14.25 12.4001 13.9142 12.7363 13.5 12.7363C13.0858 12.7363 12.75 12.4001 12.75 11.9853V10.9719C12.75 10.8209 12.6365 10.6971 12.4912 10.6559C12.438 10.6409 12.3843 10.6225 12.3303 10.6001C11.9015 10.4223 11.5608 10.0811 11.3832 9.6517C11.301 9.45292 11.2734 9.2573 11.2613 9.07941C11.25 8.91385 11.25 8.71672 11.25 8.50215V8.50214V7.45716V7.45715C11.25 7.24258 11.25 7.04545 11.2613 6.87989C11.2734 6.702 11.301 6.50638 11.3832 6.3076C11.5608 5.8782 11.9015 5.53704 12.3303 5.35917C12.3843 5.33679 12.438 5.31844 12.4912 5.30335C12.6365 5.26216 12.75 5.13844 12.75 4.98743V1.54683ZM12.7659 6.90257C12.7683 6.88706 12.7731 6.87199 12.7806 6.85821C12.8036 6.81615 12.8381 6.78156 12.8801 6.75857C12.8939 6.75102 12.909 6.7462 12.9245 6.74381C12.9409 6.7413 12.9663 6.73824 13.0039 6.73568C13.1119 6.7283 13.2568 6.72789 13.5 6.72789C13.7432 6.72789 13.8881 6.7283 13.9961 6.73568C14.0337 6.73824 14.0591 6.7413 14.0755 6.74382C14.091 6.74621 14.1061 6.75102 14.1199 6.75857C14.1619 6.78156 14.1965 6.81615 14.2194 6.85821C14.2269 6.87199 14.2317 6.88706 14.2341 6.90257C14.2366 6.91896 14.2397 6.94445 14.2422 6.98214C14.2496 7.0903 14.25 7.23537 14.25 7.47895V8.48035C14.25 8.72393 14.2496 8.869 14.2422 8.97716C14.2397 9.01484 14.2366 9.04033 14.2341 9.05672C14.2317 9.07224 14.2269 9.08732 14.2194 9.1011C14.1964 9.14315 14.1619 9.17774 14.1199 9.20073C14.1061 9.20828 14.091 9.2131 14.0755 9.21549C14.0591 9.218 14.0337 9.22106 13.9961 9.22363C13.8881 9.231 13.7432 9.23141 13.5 9.23141C13.2568 9.23141 13.1119 9.231 13.0039 9.22363C12.9663 9.22106 12.9409 9.218 12.9245 9.21549C12.909 9.2131 12.8939 9.20828 12.8801 9.20073C12.8381 9.17774 12.8036 9.14315 12.7806 9.10109C12.7731 9.08731 12.7683 9.07224 12.7659 9.05673C12.7634 9.04034 12.7603 9.01485 12.7578 8.97716C12.7504 8.869 12.75 8.72393 12.75 8.48035V7.47895C12.75 7.23537 12.7504 7.0903 12.7578 6.98214C12.7603 6.94445 12.7634 6.91896 12.7659 6.90257Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-left-click-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5C3 3.20507 4.45507 1.75 6.25 1.75C8.04493 1.75 9.5 3.20507 9.5 5C9.5 6.79493 8.04493 8.25 6.25 8.25C4.45507 8.25 3 6.79493 3 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7116 1.34369C11.3985 1.27405 12.0861 1.25 12.75 1.25C13.7007 1.25 14.6287 1.3303 15.5231 1.44126C18.3562 1.7927 20.543 4.15593 20.7633 6.94946C20.8917 8.57698 21 10.2685 21 12C21 13.7315 20.8917 15.423 20.7633 17.0506C20.543 19.8441 18.356 22.2072 15.5231 22.5588C14.6287 22.6696 13.7007 22.75 12.75 22.75C11.7992 22.75 10.8711 22.6696 9.97673 22.5588C7.14387 22.2072 4.95685 19.8441 4.73657 17.0505C4.60823 15.423 4.5 13.7315 4.5 12C4.5 11.3277 4.5163 10.6622 4.54371 10.0045C4.56618 9.46522 5.01857 9.04641 5.55414 9.06904C6.08971 9.09167 6.50565 9.54717 6.48318 10.0864C6.47959 10.1757 6.55098 10.25 6.64031 10.25H11.15C11.4328 10.25 11.5743 10.25 11.6621 10.1621C11.75 10.0743 11.75 9.93284 11.75 9.65V3.85574C11.75 3.55804 11.75 3.4092 11.6528 3.32003C11.5557 3.23087 11.4113 3.2433 11.1224 3.26815C11.0501 3.27437 10.978 3.28111 10.9061 3.28841C10.3727 3.34248 9.89682 2.95097 9.84312 2.41396C9.78942 1.87694 10.1782 1.39777 10.7116 1.34369ZM18.3997 10.25C18.6933 10.25 18.8401 10.25 18.9288 10.1568C19.0175 10.0636 19.0103 9.91803 18.9958 9.62695C18.9537 8.7805 18.8942 7.93975 18.8283 7.1042C18.6799 5.22337 17.191 3.61746 15.2858 3.38111C14.9851 3.34381 14.6849 3.31076 14.3851 3.28363C14.0919 3.2571 13.9453 3.24383 13.8477 3.33305C13.75 3.42226 13.75 3.57236 13.75 3.87256V9.64998C13.75 9.93282 13.75 10.0742 13.8379 10.1621C13.9257 10.25 14.0672 10.25 14.35 10.25H18.3997Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5C3 3.20507 4.45507 1.75 6.25 1.75C8.04493 1.75 9.5 3.20507 9.5 5C9.5 6.79493 8.04493 8.25 6.25 8.25C4.45507 8.25 3 6.79493 3 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7116 1.34369C11.3985 1.27405 12.0861 1.25 12.75 1.25C13.7007 1.25 14.6287 1.3303 15.5231 1.44126C18.3562 1.7927 20.543 4.15593 20.7633 6.94946C20.8917 8.57698 21 10.2685 21 12C21 13.7315 20.8917 15.423 20.7633 17.0506C20.543 19.8441 18.356 22.2072 15.5231 22.5588C14.6287 22.6696 13.7007 22.75 12.75 22.75C11.7992 22.75 10.8711 22.6696 9.97673 22.5588C7.14387 22.2072 4.95685 19.8441 4.73657 17.0505C4.60823 15.423 4.5 13.7315 4.5 12C4.5 11.3277 4.5163 10.6622 4.54371 10.0045C4.56618 9.46522 5.01857 9.04641 5.55414 9.06904C6.08971 9.09167 6.50565 9.54717 6.48318 10.0864C6.47959 10.1757 6.55098 10.25 6.64031 10.25H11.15C11.4328 10.25 11.5743 10.25 11.6621 10.1621C11.75 10.0743 11.75 9.93284 11.75 9.65V3.85574C11.75 3.55804 11.75 3.4092 11.6528 3.32003C11.5557 3.23087 11.4113 3.2433 11.1224 3.26815C11.0501 3.27437 10.978 3.28111 10.9061 3.28841C10.3727 3.34248 9.89682 2.95097 9.84312 2.41396C9.78942 1.87694 10.1782 1.39777 10.7116 1.34369ZM18.3997 10.25C18.6933 10.25 18.8401 10.25 18.9288 10.1568C19.0175 10.0636 19.0103 9.91803 18.9958 9.62695C18.9537 8.7805 18.8942 7.93975 18.8283 7.1042C18.6799 5.22337 17.191 3.61746 15.2858 3.38111C14.9851 3.34381 14.6849 3.31076 14.3851 3.28363C14.0919 3.2571 13.9453 3.24383 13.8477 3.33305C13.75 3.42226 13.75 3.57236 13.75 3.87256V9.64998C13.75 9.93282 13.75 10.0742 13.8379 10.1621C13.9257 10.25 14.0672 10.25 14.35 10.25H18.3997Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-left-click-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.22678 1.44126C10.1212 1.3303 11.0492 1.25 12 1.25C12.9507 1.25 13.8787 1.3303 14.7731 1.44126C17.6062 1.7927 19.793 4.15593 20.0133 6.94946C20.1417 8.57698 20.25 10.2685 20.25 12C20.25 13.7315 20.1417 15.423 20.0133 17.0506C19.793 19.8441 17.606 22.2072 14.7731 22.5588C13.8787 22.6696 12.9507 22.75 12 22.75C11.0492 22.75 10.1211 22.6696 9.22673 22.5588C6.39387 22.2072 4.20685 19.8441 3.98657 17.0505C3.85823 15.423 3.75 13.7315 3.75 12C3.75 10.2685 3.85823 8.577 3.98657 6.94949C4.20684 4.15592 6.39386 1.7927 9.22678 1.44126ZM9.4641 3.38112C9.76483 3.34381 10.065 3.31075 10.3648 3.28363C10.6581 3.2571 10.8047 3.24383 10.9023 3.33305C11 3.42226 11 3.57236 11 3.87256V6.67387C11 7.35378 11 7.69374 10.804 7.76621C10.6081 7.83869 10.3869 7.58057 9.9444 7.06435L7.90263 4.68228C7.70641 4.45335 7.6083 4.33889 7.63309 4.19907C7.65789 4.05926 7.77719 3.99235 8.0158 3.85852C8.45502 3.61219 8.94406 3.44563 9.4641 3.38112ZM13.6351 3.28363C13.3419 3.2571 13.1953 3.24384 13.0976 3.33305C13 3.42227 13 3.57237 13 3.87256V9.64998C13 9.93282 13 10.0742 13.0878 10.1621C13.1757 10.25 13.3171 10.25 13.6 10.25H17.6497C17.9433 10.25 18.0901 10.25 18.1788 10.1568C18.2674 10.0636 18.2602 9.91804 18.2457 9.62695C18.2037 8.7805 18.1441 7.93974 18.0782 7.10418C17.9299 5.22336 16.441 3.61747 14.5357 3.38112C14.235 3.34381 13.9349 3.31076 13.6351 3.28363ZM5.75415 9.62696C5.73969 9.91804 5.73246 10.0636 5.82114 10.1568C5.90983 10.25 6.05662 10.25 6.3502 10.25H8.73626C9.29926 10.25 9.58076 10.25 9.66108 10.0753C9.7414 9.9007 9.55821 9.68697 9.19181 9.25951L6.86709 6.54732C6.58095 6.2135 6.43788 6.04659 6.25449 6.09691C6.0711 6.14723 6.03685 6.34314 5.96836 6.73498C5.94709 6.85663 5.93143 6.9798 5.92162 7.10417C5.85573 7.93974 5.7962 8.7805 5.75415 9.62696Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.22678 1.44126C10.1212 1.3303 11.0492 1.25 12 1.25C12.9507 1.25 13.8787 1.3303 14.7731 1.44126C17.6062 1.7927 19.793 4.15593 20.0133 6.94946C20.1417 8.57698 20.25 10.2685 20.25 12C20.25 13.7315 20.1417 15.423 20.0133 17.0506C19.793 19.8441 17.606 22.2072 14.7731 22.5588C13.8787 22.6696 12.9507 22.75 12 22.75C11.0492 22.75 10.1211 22.6696 9.22673 22.5588C6.39387 22.2072 4.20685 19.8441 3.98657 17.0505C3.85823 15.423 3.75 13.7315 3.75 12C3.75 10.2685 3.85823 8.577 3.98657 6.94949C4.20684 4.15592 6.39386 1.7927 9.22678 1.44126ZM9.4641 3.38112C9.76483 3.34381 10.065 3.31075 10.3648 3.28363C10.6581 3.2571 10.8047 3.24383 10.9023 3.33305C11 3.42226 11 3.57236 11 3.87256V6.67387C11 7.35378 11 7.69374 10.804 7.76621C10.6081 7.83869 10.3869 7.58057 9.9444 7.06435L7.90263 4.68228C7.70641 4.45335 7.6083 4.33889 7.63309 4.19907C7.65789 4.05926 7.77719 3.99235 8.0158 3.85852C8.45502 3.61219 8.94406 3.44563 9.4641 3.38112ZM13.6351 3.28363C13.3419 3.2571 13.1953 3.24384 13.0976 3.33305C13 3.42227 13 3.57237 13 3.87256V9.64998C13 9.93282 13 10.0742 13.0878 10.1621C13.1757 10.25 13.3171 10.25 13.6 10.25H17.6497C17.9433 10.25 18.0901 10.25 18.1788 10.1568C18.2674 10.0636 18.2602 9.91804 18.2457 9.62695C18.2037 8.7805 18.1441 7.93974 18.0782 7.10418C17.9299 5.22336 16.441 3.61747 14.5357 3.38112C14.235 3.34381 13.9349 3.31076 13.6351 3.28363ZM5.75415 9.62696C5.73969 9.91804 5.73246 10.0636 5.82114 10.1568C5.90983 10.25 6.05662 10.25 6.3502 10.25H8.73626C9.29926 10.25 9.58076 10.25 9.66108 10.0753C9.7414 9.9007 9.55821 9.68697 9.19181 9.25951L6.86709 6.54732C6.58095 6.2135 6.43788 6.04659 6.25449 6.09691C6.0711 6.14723 6.03685 6.34314 5.96836 6.73498C5.94709 6.85663 5.93143 6.9798 5.92162 7.10417C5.85573 7.93974 5.7962 8.7805 5.75415 9.62696Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-left-click-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.93196 1.51848C6.33597 1.89504 6.35822 2.52781 5.98167 2.93182C5.04911 3.93237 4.43946 5.12282 4.23803 6.40518C4.15233 6.95077 3.64057 7.32359 3.09497 7.23789C2.54938 7.15219 2.17656 6.64043 2.26226 6.09483C2.5317 4.37945 3.3418 2.83081 4.51862 1.56819C4.89518 1.16418 5.52795 1.14192 5.93196 1.51848Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 1.59295C12.75 1.41978 12.6033 1.28217 12.4309 1.29828C9.79726 1.54442 7.99534 2.7197 6.86262 4.54591C5.62483 6.54151 5.25 9.21526 5.25 12C5.25 14.7847 5.62483 17.4585 6.86262 19.4541C8.14252 21.5176 10.2768 22.75 13.5 22.75C16.7231 22.75 18.8574 21.5176 20.1373 19.4541C21.3751 17.4585 21.75 14.7847 21.75 12C21.75 9.21527 21.3751 6.54152 20.1373 4.54592C19.0046 2.71972 17.2027 1.54445 14.5691 1.29829C14.3967 1.28217 14.25 1.41979 14.25 1.59296V5.01158C14.25 5.1626 14.3635 5.28634 14.5088 5.32749C14.562 5.34256 14.6157 5.36087 14.6697 5.38321C15.0985 5.56083 15.4392 5.90151 15.6168 6.33031C15.699 6.52881 15.7266 6.72415 15.7387 6.9018C15.75 7.06712 15.75 7.26397 15.75 7.47824V9.52177C15.75 9.73604 15.75 9.93289 15.7387 10.0982C15.7266 10.2759 15.699 10.4712 15.6168 10.6697C15.4392 11.0985 15.0985 11.4392 14.6697 11.6168C14.4712 11.699 14.2759 11.7266 14.0982 11.7387C13.9329 11.75 13.736 11.75 13.5218 11.75H13.5218H13.4782H13.4782C13.264 11.75 13.0671 11.75 12.9018 11.7387C12.7241 11.7266 12.5288 11.699 12.3303 11.6168C11.9015 11.4392 11.5608 11.0985 11.3832 10.6697C11.301 10.4712 11.2734 10.2759 11.2613 10.0982C11.25 9.93289 11.25 9.73604 11.25 9.52176V7.47825V7.47824C11.25 7.26397 11.25 7.06712 11.2613 6.9018C11.2734 6.72415 11.301 6.52881 11.3832 6.33031C11.5608 5.90151 11.9015 5.56083 12.3303 5.38321C12.3843 5.36087 12.438 5.34256 12.4912 5.32749C12.6365 5.28634 12.75 5.1626 12.75 5.01158V1.59295ZM12.7659 6.92449C12.7683 6.90897 12.7731 6.89389 12.7806 6.8801C12.8036 6.83812 12.8381 6.80358 12.8801 6.78064C12.8939 6.7731 12.909 6.76829 12.9245 6.76591C12.9409 6.7634 12.9663 6.76034 13.0039 6.75778C13.1119 6.75041 13.2568 6.75 13.5 6.75C13.7432 6.75 13.8881 6.75041 13.9961 6.75778C14.0337 6.76034 14.0591 6.7634 14.0755 6.76591C14.091 6.7683 14.1061 6.7731 14.1199 6.78063C14.1619 6.80358 14.1964 6.83811 14.2194 6.88009C14.2269 6.89388 14.2317 6.90897 14.2341 6.9245C14.2366 6.94087 14.2397 6.9663 14.2422 7.0039C14.2496 7.11191 14.25 7.25677 14.25 7.5V9.5C14.25 9.74324 14.2496 9.8881 14.2422 9.99611C14.2397 10.0337 14.2366 10.0591 14.2341 10.0755C14.2317 10.091 14.2269 10.1061 14.2194 10.1199C14.1964 10.1619 14.1619 10.1964 14.1199 10.2194C14.1061 10.2269 14.091 10.2317 14.0755 10.2341C14.0591 10.2366 14.0337 10.2397 13.9961 10.2422C13.8881 10.2496 13.7432 10.25 13.5 10.25C13.2568 10.25 13.1119 10.2496 13.0039 10.2422C12.9663 10.2397 12.9409 10.2366 12.9245 10.2341C12.909 10.2317 12.8939 10.2269 12.8801 10.2194C12.8381 10.1964 12.8036 10.1619 12.7806 10.1199C12.7731 10.1061 12.7683 10.091 12.7659 10.0755C12.7634 10.0591 12.7603 10.0337 12.7578 9.99611C12.7504 9.8881 12.75 9.74324 12.75 9.5V7.5C12.75 7.25677 12.7504 7.11191 12.7578 7.0039C12.7603 6.9663 12.7634 6.94086 12.7659 6.92449Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.93196 1.51848C6.33597 1.89504 6.35822 2.52781 5.98167 2.93182C5.04911 3.93237 4.43946 5.12282 4.23803 6.40518C4.15233 6.95077 3.64057 7.32359 3.09497 7.23789C2.54938 7.15219 2.17656 6.64043 2.26226 6.09483C2.5317 4.37945 3.3418 2.83081 4.51862 1.56819C4.89518 1.16418 5.52795 1.14192 5.93196 1.51848Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 1.59295C12.75 1.41978 12.6033 1.28217 12.4309 1.29828C9.79726 1.54442 7.99534 2.7197 6.86262 4.54591C5.62483 6.54151 5.25 9.21526 5.25 12C5.25 14.7847 5.62483 17.4585 6.86262 19.4541C8.14252 21.5176 10.2768 22.75 13.5 22.75C16.7231 22.75 18.8574 21.5176 20.1373 19.4541C21.3751 17.4585 21.75 14.7847 21.75 12C21.75 9.21527 21.3751 6.54152 20.1373 4.54592C19.0046 2.71972 17.2027 1.54445 14.5691 1.29829C14.3967 1.28217 14.25 1.41979 14.25 1.59296V5.01158C14.25 5.1626 14.3635 5.28634 14.5088 5.32749C14.562 5.34256 14.6157 5.36087 14.6697 5.38321C15.0985 5.56083 15.4392 5.90151 15.6168 6.33031C15.699 6.52881 15.7266 6.72415 15.7387 6.9018C15.75 7.06712 15.75 7.26397 15.75 7.47824V9.52177C15.75 9.73604 15.75 9.93289 15.7387 10.0982C15.7266 10.2759 15.699 10.4712 15.6168 10.6697C15.4392 11.0985 15.0985 11.4392 14.6697 11.6168C14.4712 11.699 14.2759 11.7266 14.0982 11.7387C13.9329 11.75 13.736 11.75 13.5218 11.75H13.5218H13.4782H13.4782C13.264 11.75 13.0671 11.75 12.9018 11.7387C12.7241 11.7266 12.5288 11.699 12.3303 11.6168C11.9015 11.4392 11.5608 11.0985 11.3832 10.6697C11.301 10.4712 11.2734 10.2759 11.2613 10.0982C11.25 9.93289 11.25 9.73604 11.25 9.52176V7.47825V7.47824C11.25 7.26397 11.25 7.06712 11.2613 6.9018C11.2734 6.72415 11.301 6.52881 11.3832 6.33031C11.5608 5.90151 11.9015 5.56083 12.3303 5.38321C12.3843 5.36087 12.438 5.34256 12.4912 5.32749C12.6365 5.28634 12.75 5.1626 12.75 5.01158V1.59295ZM12.7659 6.92449C12.7683 6.90897 12.7731 6.89389 12.7806 6.8801C12.8036 6.83812 12.8381 6.80358 12.8801 6.78064C12.8939 6.7731 12.909 6.76829 12.9245 6.76591C12.9409 6.7634 12.9663 6.76034 13.0039 6.75778C13.1119 6.75041 13.2568 6.75 13.5 6.75C13.7432 6.75 13.8881 6.75041 13.9961 6.75778C14.0337 6.76034 14.0591 6.7634 14.0755 6.76591C14.091 6.7683 14.1061 6.7731 14.1199 6.78063C14.1619 6.80358 14.1964 6.83811 14.2194 6.88009C14.2269 6.89388 14.2317 6.90897 14.2341 6.9245C14.2366 6.94087 14.2397 6.9663 14.2422 7.0039C14.2496 7.11191 14.25 7.25677 14.25 7.5V9.5C14.25 9.74324 14.2496 9.8881 14.2422 9.99611C14.2397 10.0337 14.2366 10.0591 14.2341 10.0755C14.2317 10.091 14.2269 10.1061 14.2194 10.1199C14.1964 10.1619 14.1619 10.1964 14.1199 10.2194C14.1061 10.2269 14.091 10.2317 14.0755 10.2341C14.0591 10.2366 14.0337 10.2397 13.9961 10.2422C13.8881 10.2496 13.7432 10.25 13.5 10.25C13.2568 10.25 13.1119 10.2496 13.0039 10.2422C12.9663 10.2397 12.9409 10.2366 12.9245 10.2341C12.909 10.2317 12.8939 10.2269 12.8801 10.2194C12.8381 10.1964 12.8036 10.1619 12.7806 10.1199C12.7731 10.1061 12.7683 10.091 12.7659 10.0755C12.7634 10.0591 12.7603 10.0337 12.7578 9.99611C12.7504 9.8881 12.75 9.74324 12.75 9.5V7.5C12.75 7.25677 12.7504 7.11191 12.7578 7.0039C12.7603 6.9663 12.7634 6.94086 12.7659 6.92449Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-left-click-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.75 5.5C2.75 3.70507 4.20507 2.25 6 2.25C7.79493 2.25 9.25 3.70507 9.25 5.5C9.25 7.29493 7.79493 8.75 6 8.75C4.20507 8.75 2.75 7.29493 2.75 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.308 1.59848C11.116 1.36711 12.012 1.25 13 1.25C16.2005 1.25 18.3559 2.48859 19.6483 4.58655C20.8862 6.59603 21.25 9.26561 21.25 12C21.25 14.7344 20.8862 17.404 19.6483 19.4135C18.3559 21.5114 16.2005 22.75 13 22.75C9.79941 22.75 7.64401 21.5114 6.35163 19.4135C5.11376 17.404 4.75 14.7344 4.75 12C4.75 11.4858 4.76294 10.9774 4.79153 10.4779C4.82237 9.93902 5.2812 9.52738 5.81635 9.55844C6.35151 9.58949 6.76033 10.0515 6.72949 10.5903L6.72707 10.6333C6.71128 10.9194 6.70338 11.0624 6.79214 11.1562C6.88091 11.25 7.02685 11.25 7.31873 11.25H11.4C11.6828 11.25 11.8243 11.25 11.9121 11.1621C12 11.0743 12 10.9328 12 10.65V9.00002C12 8.44774 12.4477 8.00002 13 8.00002C13.5523 8.00002 14 8.44774 14 9.00002V10.65C14 10.9328 14 11.0743 14.0879 11.1621C14.1757 11.25 14.3172 11.25 14.6 11.25H18.6812C18.9731 11.25 19.119 11.25 19.2078 11.1562C19.2966 11.0624 19.2886 10.9193 19.2728 10.6332C19.1604 8.59997 18.7759 6.87845 17.9987 5.61679C17.3158 4.50824 16.285 3.68251 14.6609 3.35683C14.3668 3.29785 14.2197 3.26836 14.1099 3.35838C14 3.4484 14 3.60704 14 3.92433V5.50002C14 6.05231 13.5523 6.50002 13 6.50002C12.4477 6.50002 12 6.05231 12 5.50002V3.92496C12 3.60758 12 3.44889 11.8901 3.35887C11.7802 3.26885 11.6332 3.29835 11.3392 3.35735C11.1652 3.39229 10.9985 3.4328 10.839 3.47848C10.3234 3.62612 9.78659 3.32496 9.63996 2.80581C9.49333 2.28666 9.79243 1.74612 10.308 1.59848Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0218 4.75H13H12.9782H12.9782C12.7639 4.74999 12.5671 4.74998 12.4018 4.76126C12.2241 4.77338 12.0288 4.80099 11.8303 4.88321C11.4015 5.06083 11.0608 5.40151 10.8832 5.83031C10.801 6.02881 10.7734 6.22415 10.7613 6.40179C10.75 6.56712 10.75 6.76396 10.75 6.97824V7.52176C10.75 7.73604 10.75 7.93289 10.7613 8.09821C10.7734 8.27585 10.801 8.47119 10.8832 8.6697C11.0608 9.0985 11.4015 9.43918 11.8303 9.61679C12.0288 9.69901 12.2241 9.72663 12.4018 9.73875C12.5671 9.75003 12.764 9.75002 12.9782 9.75H13.0218C13.236 9.75002 13.4329 9.75003 13.5982 9.73875C13.7759 9.72663 13.9712 9.69901 14.1697 9.61679C14.5985 9.43918 14.9392 9.0985 15.1168 8.6697C15.199 8.47119 15.2266 8.27585 15.2387 8.09821C15.25 7.9329 15.25 7.73606 15.25 7.5218V7.52176V6.97825V6.9782C15.25 6.76394 15.25 6.56711 15.2387 6.40179C15.2266 6.22415 15.199 6.02881 15.1168 5.83031C14.9392 5.40151 14.5985 5.06083 14.1697 4.88321C13.9712 4.80099 13.7759 4.77338 13.5982 4.76126C13.4329 4.74998 13.2361 4.74999 13.0218 4.75H13.0218Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.75 5.5C2.75 3.70507 4.20507 2.25 6 2.25C7.79493 2.25 9.25 3.70507 9.25 5.5C9.25 7.29493 7.79493 8.75 6 8.75C4.20507 8.75 2.75 7.29493 2.75 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.308 1.59848C11.116 1.36711 12.012 1.25 13 1.25C16.2005 1.25 18.3559 2.48859 19.6483 4.58655C20.8862 6.59603 21.25 9.26561 21.25 12C21.25 14.7344 20.8862 17.404 19.6483 19.4135C18.3559 21.5114 16.2005 22.75 13 22.75C9.79941 22.75 7.64401 21.5114 6.35163 19.4135C5.11376 17.404 4.75 14.7344 4.75 12C4.75 11.4858 4.76294 10.9774 4.79153 10.4779C4.82237 9.93902 5.2812 9.52738 5.81635 9.55844C6.35151 9.58949 6.76033 10.0515 6.72949 10.5903L6.72707 10.6333C6.71128 10.9194 6.70338 11.0624 6.79214 11.1562C6.88091 11.25 7.02685 11.25 7.31873 11.25H11.4C11.6828 11.25 11.8243 11.25 11.9121 11.1621C12 11.0743 12 10.9328 12 10.65V9.00002C12 8.44774 12.4477 8.00002 13 8.00002C13.5523 8.00002 14 8.44774 14 9.00002V10.65C14 10.9328 14 11.0743 14.0879 11.1621C14.1757 11.25 14.3172 11.25 14.6 11.25H18.6812C18.9731 11.25 19.119 11.25 19.2078 11.1562C19.2966 11.0624 19.2886 10.9193 19.2728 10.6332C19.1604 8.59997 18.7759 6.87845 17.9987 5.61679C17.3158 4.50824 16.285 3.68251 14.6609 3.35683C14.3668 3.29785 14.2197 3.26836 14.1099 3.35838C14 3.4484 14 3.60704 14 3.92433V5.50002C14 6.05231 13.5523 6.50002 13 6.50002C12.4477 6.50002 12 6.05231 12 5.50002V3.92496C12 3.60758 12 3.44889 11.8901 3.35887C11.7802 3.26885 11.6332 3.29835 11.3392 3.35735C11.1652 3.39229 10.9985 3.4328 10.839 3.47848C10.3234 3.62612 9.78659 3.32496 9.63996 2.80581C9.49333 2.28666 9.79243 1.74612 10.308 1.59848Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0218 4.75H13H12.9782H12.9782C12.7639 4.74999 12.5671 4.74998 12.4018 4.76126C12.2241 4.77338 12.0288 4.80099 11.8303 4.88321C11.4015 5.06083 11.0608 5.40151 10.8832 5.83031C10.801 6.02881 10.7734 6.22415 10.7613 6.40179C10.75 6.56712 10.75 6.76396 10.75 6.97824V7.52176C10.75 7.73604 10.75 7.93289 10.7613 8.09821C10.7734 8.27585 10.801 8.47119 10.8832 8.6697C11.0608 9.0985 11.4015 9.43918 11.8303 9.61679C12.0288 9.69901 12.2241 9.72663 12.4018 9.73875C12.5671 9.75003 12.764 9.75002 12.9782 9.75H13.0218C13.236 9.75002 13.4329 9.75003 13.5982 9.73875C13.7759 9.72663 13.9712 9.69901 14.1697 9.61679C14.5985 9.43918 14.9392 9.0985 15.1168 8.6697C15.199 8.47119 15.2266 8.27585 15.2387 8.09821C15.25 7.9329 15.25 7.73606 15.25 7.5218V7.52176V6.97825V6.9782C15.25 6.76394 15.25 6.56711 15.2387 6.40179C15.2266 6.22415 15.199 6.02881 15.1168 5.83031C14.9392 5.40151 14.5985 5.06083 14.1697 4.88321C13.9712 4.80099 13.7759 4.77338 13.5982 4.76126C13.4329 4.74998 13.2361 4.74999 13.0218 4.75H13.0218Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-left-click-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6468 4.87488H13.625H13.6032H13.6032C13.3889 4.87487 13.1921 4.87485 13.0268 4.88613C12.8491 4.89825 12.6538 4.92587 12.4553 5.00809C12.0265 5.1857 11.6858 5.52638 11.5082 5.95518C11.426 6.15369 11.3984 6.34903 11.3863 6.52667C11.375 6.692 11.375 6.88884 11.375 7.10312V7.64664C11.375 7.86092 11.375 8.05776 11.3863 8.22309C11.3984 8.40073 11.426 8.59607 11.5082 8.79458C11.6858 9.22337 12.0265 9.56405 12.4553 9.74167C12.6538 9.82389 12.8491 9.8515 13.0268 9.86363C13.1921 9.87491 13.389 9.87489 13.6032 9.87488H13.6468C13.861 9.87489 14.0579 9.87491 14.2232 9.86363C14.4009 9.8515 14.5962 9.82389 14.7947 9.74167C15.2235 9.56405 15.5642 9.22337 15.7418 8.79458C15.824 8.59607 15.8516 8.40073 15.8637 8.22309C15.875 8.05777 15.875 7.86094 15.875 7.64668V7.64664V7.62488V7.12488V7.10312V7.10308C15.875 6.88882 15.875 6.69199 15.8637 6.52667C15.8516 6.34903 15.824 6.15369 15.7418 5.95518C15.5642 5.52638 15.2235 5.1857 14.7947 5.00809C14.5962 4.92587 14.4009 4.89825 14.2232 4.88613C14.0579 4.87485 13.8611 4.87487 13.6468 4.87488H13.6468Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.625 1.37488C10.4244 1.37488 8.26901 2.61346 6.97663 4.71142C5.73876 6.7209 5.375 9.39049 5.375 12.1249C5.375 14.8593 5.73876 17.5289 6.97663 19.5383C8.26901 21.6363 10.4244 22.8749 13.625 22.8749C16.8255 22.8749 18.9809 21.6363 20.2733 19.5383C21.5112 17.5288 21.875 14.8593 21.875 12.1249C21.875 9.39049 21.5112 6.72091 20.2733 4.71142C18.9809 2.61346 16.8255 1.37488 13.625 1.37488ZM7.35179 10.7581C7.33597 11.0442 7.32806 11.1873 7.41682 11.2811C7.50559 11.3749 7.65154 11.3749 7.94344 11.3749H12.0246C12.3075 11.3749 12.4489 11.3749 12.5368 11.287C12.6246 11.1992 12.6246 11.0577 12.6246 10.7749V9.12489C12.6246 8.5726 13.0723 8.12489 13.6246 8.12489C14.1769 8.12489 14.6246 8.5726 14.6246 9.12489V10.7749C14.6246 11.0577 14.6246 11.1992 14.7125 11.287C14.8004 11.3749 14.9418 11.3749 15.2246 11.3749H19.3058C19.5977 11.3749 19.7437 11.3749 19.8324 11.2811C19.9212 11.1873 19.9133 11.0442 19.8974 10.7581C19.785 8.72486 19.4005 7.00334 18.6233 5.74168C17.9404 4.63313 16.9096 3.80739 15.2855 3.48171C14.9914 3.42274 14.8443 3.39325 14.7345 3.48327C14.6246 3.57328 14.6246 3.73193 14.6246 4.04922V5.62489C14.6246 6.17717 14.1769 6.62489 13.6246 6.62489C13.0723 6.62489 12.6246 6.17717 12.6246 5.62489V4.04921C12.6246 3.73192 12.6246 3.57328 12.5148 3.48326C12.4049 3.39324 12.2578 3.42273 11.9637 3.4817C10.3396 3.80737 9.30876 4.6331 8.62587 5.74167C7.84868 7.00332 7.46422 8.72484 7.35179 10.7581Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.4338 1.17452C4.95881 1.00313 5.52337 1.28979 5.69476 1.81481L6.07589 2.98227C6.24728 3.50728 5.96061 4.07184 5.4356 4.24323C4.91058 4.41463 4.34603 4.12796 4.17463 3.60294L3.79351 2.43549C3.62211 1.91047 3.90878 1.34592 4.4338 1.17452ZM5.07576 5.30499C5.28983 5.8141 5.05066 6.40035 4.54155 6.61443L3.51287 7.04697C3.00376 7.26104 2.41751 7.02187 2.20344 6.51276C1.98936 6.00365 2.22854 5.4174 2.73765 5.20333L3.76632 4.77078C4.27543 4.55671 4.86168 4.79588 5.07576 5.30499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6468 4.87488H13.625H13.6032H13.6032C13.3889 4.87487 13.1921 4.87485 13.0268 4.88613C12.8491 4.89825 12.6538 4.92587 12.4553 5.00809C12.0265 5.1857 11.6858 5.52638 11.5082 5.95518C11.426 6.15369 11.3984 6.34903 11.3863 6.52667C11.375 6.692 11.375 6.88884 11.375 7.10312V7.64664C11.375 7.86092 11.375 8.05776 11.3863 8.22309C11.3984 8.40073 11.426 8.59607 11.5082 8.79458C11.6858 9.22337 12.0265 9.56405 12.4553 9.74167C12.6538 9.82389 12.8491 9.8515 13.0268 9.86363C13.1921 9.87491 13.389 9.87489 13.6032 9.87488H13.6468C13.861 9.87489 14.0579 9.87491 14.2232 9.86363C14.4009 9.8515 14.5962 9.82389 14.7947 9.74167C15.2235 9.56405 15.5642 9.22337 15.7418 8.79458C15.824 8.59607 15.8516 8.40073 15.8637 8.22309C15.875 8.05777 15.875 7.86094 15.875 7.64668V7.64664V7.62488V7.12488V7.10312V7.10308C15.875 6.88882 15.875 6.69199 15.8637 6.52667C15.8516 6.34903 15.824 6.15369 15.7418 5.95518C15.5642 5.52638 15.2235 5.1857 14.7947 5.00809C14.5962 4.92587 14.4009 4.89825 14.2232 4.88613C14.0579 4.87485 13.8611 4.87487 13.6468 4.87488H13.6468Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.625 1.37488C10.4244 1.37488 8.26901 2.61346 6.97663 4.71142C5.73876 6.7209 5.375 9.39049 5.375 12.1249C5.375 14.8593 5.73876 17.5289 6.97663 19.5383C8.26901 21.6363 10.4244 22.8749 13.625 22.8749C16.8255 22.8749 18.9809 21.6363 20.2733 19.5383C21.5112 17.5288 21.875 14.8593 21.875 12.1249C21.875 9.39049 21.5112 6.72091 20.2733 4.71142C18.9809 2.61346 16.8255 1.37488 13.625 1.37488ZM7.35179 10.7581C7.33597 11.0442 7.32806 11.1873 7.41682 11.2811C7.50559 11.3749 7.65154 11.3749 7.94344 11.3749H12.0246C12.3075 11.3749 12.4489 11.3749 12.5368 11.287C12.6246 11.1992 12.6246 11.0577 12.6246 10.7749V9.12489C12.6246 8.5726 13.0723 8.12489 13.6246 8.12489C14.1769 8.12489 14.6246 8.5726 14.6246 9.12489V10.7749C14.6246 11.0577 14.6246 11.1992 14.7125 11.287C14.8004 11.3749 14.9418 11.3749 15.2246 11.3749H19.3058C19.5977 11.3749 19.7437 11.3749 19.8324 11.2811C19.9212 11.1873 19.9133 11.0442 19.8974 10.7581C19.785 8.72486 19.4005 7.00334 18.6233 5.74168C17.9404 4.63313 16.9096 3.80739 15.2855 3.48171C14.9914 3.42274 14.8443 3.39325 14.7345 3.48327C14.6246 3.57328 14.6246 3.73193 14.6246 4.04922V5.62489C14.6246 6.17717 14.1769 6.62489 13.6246 6.62489C13.0723 6.62489 12.6246 6.17717 12.6246 5.62489V4.04921C12.6246 3.73192 12.6246 3.57328 12.5148 3.48326C12.4049 3.39324 12.2578 3.42273 11.9637 3.4817C10.3396 3.80737 9.30876 4.6331 8.62587 5.74167C7.84868 7.00332 7.46422 8.72484 7.35179 10.7581Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.4338 1.17452C4.95881 1.00313 5.52337 1.28979 5.69476 1.81481L6.07589 2.98227C6.24728 3.50728 5.96061 4.07184 5.4356 4.24323C4.91058 4.41463 4.34603 4.12796 4.17463 3.60294L3.79351 2.43549C3.62211 1.91047 3.90878 1.34592 4.4338 1.17452ZM5.07576 5.30499C5.28983 5.8141 5.05066 6.40035 4.54155 6.61443L3.51287 7.04697C3.00376 7.26104 2.41751 7.02187 2.20344 6.51276C1.98936 6.00365 2.22854 5.4174 2.73765 5.20333L3.76632 4.77078C4.27543 4.55671 4.86168 4.79588 5.07576 5.30499Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-right-click-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.068 1.51848C17.664 1.89504 17.6418 2.52781 18.0183 2.93182C18.9509 3.93237 19.5605 5.12282 19.762 6.40518C19.8477 6.95077 20.3594 7.32359 20.905 7.23789C21.4506 7.15219 21.8234 6.64043 21.7377 6.09483C21.4683 4.37945 20.6582 2.83081 19.4814 1.56819C19.1048 1.16418 18.472 1.14192 18.068 1.51848Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 1.54683C11.25 1.37636 11.3919 1.23995 11.5621 1.2495C12.1606 1.28306 12.7495 1.34163 13.3267 1.41283C16.126 1.75821 18.2894 4.08279 18.507 6.82844C18.6391 8.49409 18.75 10.2196 18.75 11.9839C18.75 13.7482 18.6391 15.4737 18.507 17.1393C18.2894 19.885 16.1259 22.2095 13.3266 22.555C12.4112 22.6678 11.4659 22.749 10.5 22.749C9.53418 22.749 8.58882 22.6678 7.67336 22.555C4.87401 22.2095 2.71078 19.885 2.49304 17.1393C2.36092 15.4737 2.25 13.7482 2.25 11.9839C2.25 10.2195 2.36092 8.49407 2.49304 6.82843C2.71077 4.08281 4.874 1.75821 7.6734 1.41283C8.25051 1.34163 8.83944 1.28307 9.43788 1.2495C9.6081 1.23995 9.75 1.37636 9.75 1.54684V4.98743C9.75 5.13844 9.6365 5.26216 9.49122 5.30335C9.43801 5.31844 9.38427 5.33679 9.3303 5.35917C8.9015 5.53704 8.56082 5.8782 8.38321 6.3076C8.30099 6.50638 8.27337 6.702 8.26125 6.87989C8.24997 7.04545 8.24998 7.24258 8.25 7.45715V8.50215C8.24998 8.71672 8.24997 8.91385 8.26125 9.07941C8.27337 9.2573 8.30099 9.45292 8.38321 9.6517C8.56082 10.0811 8.9015 10.4223 9.3303 10.6001C9.38427 10.6225 9.43801 10.6409 9.49122 10.6559C9.6365 10.6971 9.75 10.8209 9.75 10.9719V11.9853C9.75 12.4001 10.0858 12.7363 10.5 12.7363C10.9142 12.7363 11.25 12.4001 11.25 11.9853V10.9719C11.25 10.8209 11.3635 10.6971 11.5088 10.6559C11.562 10.6409 11.6157 10.6225 11.6697 10.6001C12.0985 10.4223 12.4392 10.0811 12.6168 9.6517C12.699 9.45292 12.7266 9.2573 12.7387 9.07941C12.75 8.91385 12.75 8.71672 12.75 8.50215V8.50214V7.45716V7.45715C12.75 7.24258 12.75 7.04545 12.7387 6.87989C12.7266 6.702 12.699 6.50638 12.6168 6.3076C12.4392 5.8782 12.0985 5.53704 11.6697 5.35917C11.6157 5.33679 11.562 5.31844 11.5088 5.30335C11.3635 5.26216 11.25 5.13844 11.25 4.98743V1.54683ZM11.2341 6.90257C11.2317 6.88706 11.2269 6.87199 11.2194 6.85821C11.1964 6.81615 11.1619 6.78156 11.1199 6.75857C11.1061 6.75102 11.091 6.7462 11.0755 6.74381C11.0591 6.7413 11.0337 6.73824 10.9961 6.73568C10.8881 6.7283 10.7432 6.72789 10.5 6.72789C10.2568 6.72789 10.1119 6.7283 10.0039 6.73568C9.96631 6.73824 9.94087 6.7413 9.92451 6.74382C9.90897 6.74621 9.89388 6.75102 9.88008 6.75857C9.83809 6.78156 9.80355 6.81615 9.7806 6.85821C9.77309 6.87199 9.76829 6.88706 9.76591 6.90257C9.7634 6.91896 9.76034 6.94445 9.75777 6.98214C9.7504 7.0903 9.75 7.23537 9.75 7.47895V8.48035C9.75 8.72393 9.7504 8.869 9.75777 8.97716C9.76034 9.01484 9.7634 9.04033 9.76591 9.05672C9.76829 9.07224 9.77309 9.08732 9.78061 9.1011C9.80355 9.14315 9.83809 9.17774 9.88008 9.20073C9.89387 9.20828 9.90897 9.2131 9.92451 9.21549C9.94088 9.218 9.96631 9.22106 10.0039 9.22363C10.1119 9.231 10.2568 9.23141 10.5 9.23141C10.7432 9.23141 10.8881 9.231 10.9961 9.22363C11.0337 9.22106 11.0591 9.218 11.0755 9.21549C11.091 9.2131 11.1061 9.20828 11.1199 9.20073C11.1619 9.17774 11.1964 9.14315 11.2194 9.10109C11.2269 9.08731 11.2317 9.07224 11.2341 9.05673C11.2366 9.04034 11.2397 9.01485 11.2422 8.97716C11.2496 8.869 11.25 8.72393 11.25 8.48035V7.47895C11.25 7.23537 11.2496 7.0903 11.2422 6.98214C11.2397 6.94445 11.2366 6.91896 11.2341 6.90257Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.068 1.51848C17.664 1.89504 17.6418 2.52781 18.0183 2.93182C18.9509 3.93237 19.5605 5.12282 19.762 6.40518C19.8477 6.95077 20.3594 7.32359 20.905 7.23789C21.4506 7.15219 21.8234 6.64043 21.7377 6.09483C21.4683 4.37945 20.6582 2.83081 19.4814 1.56819C19.1048 1.16418 18.472 1.14192 18.068 1.51848Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 1.54683C11.25 1.37636 11.3919 1.23995 11.5621 1.2495C12.1606 1.28306 12.7495 1.34163 13.3267 1.41283C16.126 1.75821 18.2894 4.08279 18.507 6.82844C18.6391 8.49409 18.75 10.2196 18.75 11.9839C18.75 13.7482 18.6391 15.4737 18.507 17.1393C18.2894 19.885 16.1259 22.2095 13.3266 22.555C12.4112 22.6678 11.4659 22.749 10.5 22.749C9.53418 22.749 8.58882 22.6678 7.67336 22.555C4.87401 22.2095 2.71078 19.885 2.49304 17.1393C2.36092 15.4737 2.25 13.7482 2.25 11.9839C2.25 10.2195 2.36092 8.49407 2.49304 6.82843C2.71077 4.08281 4.874 1.75821 7.6734 1.41283C8.25051 1.34163 8.83944 1.28307 9.43788 1.2495C9.6081 1.23995 9.75 1.37636 9.75 1.54684V4.98743C9.75 5.13844 9.6365 5.26216 9.49122 5.30335C9.43801 5.31844 9.38427 5.33679 9.3303 5.35917C8.9015 5.53704 8.56082 5.8782 8.38321 6.3076C8.30099 6.50638 8.27337 6.702 8.26125 6.87989C8.24997 7.04545 8.24998 7.24258 8.25 7.45715V8.50215C8.24998 8.71672 8.24997 8.91385 8.26125 9.07941C8.27337 9.2573 8.30099 9.45292 8.38321 9.6517C8.56082 10.0811 8.9015 10.4223 9.3303 10.6001C9.38427 10.6225 9.43801 10.6409 9.49122 10.6559C9.6365 10.6971 9.75 10.8209 9.75 10.9719V11.9853C9.75 12.4001 10.0858 12.7363 10.5 12.7363C10.9142 12.7363 11.25 12.4001 11.25 11.9853V10.9719C11.25 10.8209 11.3635 10.6971 11.5088 10.6559C11.562 10.6409 11.6157 10.6225 11.6697 10.6001C12.0985 10.4223 12.4392 10.0811 12.6168 9.6517C12.699 9.45292 12.7266 9.2573 12.7387 9.07941C12.75 8.91385 12.75 8.71672 12.75 8.50215V8.50214V7.45716V7.45715C12.75 7.24258 12.75 7.04545 12.7387 6.87989C12.7266 6.702 12.699 6.50638 12.6168 6.3076C12.4392 5.8782 12.0985 5.53704 11.6697 5.35917C11.6157 5.33679 11.562 5.31844 11.5088 5.30335C11.3635 5.26216 11.25 5.13844 11.25 4.98743V1.54683ZM11.2341 6.90257C11.2317 6.88706 11.2269 6.87199 11.2194 6.85821C11.1964 6.81615 11.1619 6.78156 11.1199 6.75857C11.1061 6.75102 11.091 6.7462 11.0755 6.74381C11.0591 6.7413 11.0337 6.73824 10.9961 6.73568C10.8881 6.7283 10.7432 6.72789 10.5 6.72789C10.2568 6.72789 10.1119 6.7283 10.0039 6.73568C9.96631 6.73824 9.94087 6.7413 9.92451 6.74382C9.90897 6.74621 9.89388 6.75102 9.88008 6.75857C9.83809 6.78156 9.80355 6.81615 9.7806 6.85821C9.77309 6.87199 9.76829 6.88706 9.76591 6.90257C9.7634 6.91896 9.76034 6.94445 9.75777 6.98214C9.7504 7.0903 9.75 7.23537 9.75 7.47895V8.48035C9.75 8.72393 9.7504 8.869 9.75777 8.97716C9.76034 9.01484 9.7634 9.04033 9.76591 9.05672C9.76829 9.07224 9.77309 9.08732 9.78061 9.1011C9.80355 9.14315 9.83809 9.17774 9.88008 9.20073C9.89387 9.20828 9.90897 9.2131 9.92451 9.21549C9.94088 9.218 9.96631 9.22106 10.0039 9.22363C10.1119 9.231 10.2568 9.23141 10.5 9.23141C10.7432 9.23141 10.8881 9.231 10.9961 9.22363C11.0337 9.22106 11.0591 9.218 11.0755 9.21549C11.091 9.2131 11.1061 9.20828 11.1199 9.20073C11.1619 9.17774 11.1964 9.14315 11.2194 9.10109C11.2269 9.08731 11.2317 9.07224 11.2341 9.05673C11.2366 9.04034 11.2397 9.01485 11.2422 8.97716C11.2496 8.869 11.25 8.72393 11.25 8.48035V7.47895C11.25 7.23537 11.2496 7.0903 11.2422 6.98214C11.2397 6.94445 11.2366 6.91896 11.2341 6.90257Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-right-click-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 5C21 3.20507 19.5449 1.75 17.75 1.75C15.9551 1.75 14.5 3.20507 14.5 5C14.5 6.79493 15.9551 8.25 17.75 8.25C19.5449 8.25 21 6.79493 21 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2884 1.34369C12.6015 1.27405 11.9139 1.25 11.25 1.25C10.2993 1.25 9.37128 1.3303 8.47686 1.44126C5.64383 1.7927 3.45699 4.15593 3.23666 6.94946C3.10827 8.57698 3 10.2685 3 12C3 13.7315 3.10827 15.423 3.23666 17.0506C3.45699 19.8441 5.64397 22.2072 8.47695 22.5588C9.37126 22.6696 10.2993 22.75 11.25 22.75C12.2008 22.75 13.1289 22.6696 14.0233 22.5588C16.8561 22.2072 19.0432 19.8441 19.2634 17.0505C19.3918 15.423 19.5 13.7315 19.5 12C19.5 11.3277 19.4837 10.6622 19.4563 10.0045C19.4338 9.46522 18.9814 9.04641 18.4459 9.06904C17.9103 9.09167 17.4943 9.54717 17.5168 10.0864C17.5204 10.1757 17.449 10.25 17.3597 10.25H12.85C12.5672 10.25 12.4257 10.25 12.3379 10.1621C12.25 10.0743 12.25 9.93284 12.25 9.65V3.85574C12.25 3.55804 12.25 3.4092 12.3472 3.32003C12.4443 3.23087 12.5887 3.2433 12.8776 3.26815C12.9499 3.27437 13.022 3.28111 13.0939 3.28841C13.6273 3.34248 14.1032 2.95097 14.1569 2.41396C14.2106 1.87694 13.8218 1.39777 13.2884 1.34369ZM5.60026 10.25C5.30667 10.25 5.15988 10.25 5.0712 10.1568C4.98252 10.0636 4.98975 9.91803 5.00421 9.62695C5.04628 8.7805 5.10582 7.93975 5.17174 7.1042C5.32008 5.22337 6.80897 3.61746 8.71423 3.38111C9.01492 3.34381 9.31506 3.31076 9.61488 3.28363C9.90809 3.2571 10.0547 3.24383 10.1523 3.33305C10.25 3.42226 10.25 3.57236 10.25 3.87256V9.64998C10.25 9.93282 10.25 10.0742 10.1621 10.1621C10.0743 10.25 9.93284 10.25 9.65 10.25H5.60026Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 5C21 3.20507 19.5449 1.75 17.75 1.75C15.9551 1.75 14.5 3.20507 14.5 5C14.5 6.79493 15.9551 8.25 17.75 8.25C19.5449 8.25 21 6.79493 21 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2884 1.34369C12.6015 1.27405 11.9139 1.25 11.25 1.25C10.2993 1.25 9.37128 1.3303 8.47686 1.44126C5.64383 1.7927 3.45699 4.15593 3.23666 6.94946C3.10827 8.57698 3 10.2685 3 12C3 13.7315 3.10827 15.423 3.23666 17.0506C3.45699 19.8441 5.64397 22.2072 8.47695 22.5588C9.37126 22.6696 10.2993 22.75 11.25 22.75C12.2008 22.75 13.1289 22.6696 14.0233 22.5588C16.8561 22.2072 19.0432 19.8441 19.2634 17.0505C19.3918 15.423 19.5 13.7315 19.5 12C19.5 11.3277 19.4837 10.6622 19.4563 10.0045C19.4338 9.46522 18.9814 9.04641 18.4459 9.06904C17.9103 9.09167 17.4943 9.54717 17.5168 10.0864C17.5204 10.1757 17.449 10.25 17.3597 10.25H12.85C12.5672 10.25 12.4257 10.25 12.3379 10.1621C12.25 10.0743 12.25 9.93284 12.25 9.65V3.85574C12.25 3.55804 12.25 3.4092 12.3472 3.32003C12.4443 3.23087 12.5887 3.2433 12.8776 3.26815C12.9499 3.27437 13.022 3.28111 13.0939 3.28841C13.6273 3.34248 14.1032 2.95097 14.1569 2.41396C14.2106 1.87694 13.8218 1.39777 13.2884 1.34369ZM5.60026 10.25C5.30667 10.25 5.15988 10.25 5.0712 10.1568C4.98252 10.0636 4.98975 9.91803 5.00421 9.62695C5.04628 8.7805 5.10582 7.93975 5.17174 7.1042C5.32008 5.22337 6.80897 3.61746 8.71423 3.38111C9.01492 3.34381 9.31506 3.31076 9.61488 3.28363C9.90809 3.2571 10.0547 3.24383 10.1523 3.33305C10.25 3.42226 10.25 3.57236 10.25 3.87256V9.64998C10.25 9.93282 10.25 10.0742 10.1621 10.1621C10.0743 10.25 9.93284 10.25 9.65 10.25H5.60026Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-right-click-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7732 1.44126C13.8788 1.3303 12.9508 1.25 12 1.25C11.0493 1.25 10.1213 1.3303 9.22686 1.44126C6.39383 1.7927 4.20699 4.15593 3.98666 6.94946C3.85827 8.57698 3.75 10.2685 3.75 12C3.75 13.7315 3.85827 15.423 3.98666 17.0506C4.20699 19.8441 6.39397 22.2072 9.22695 22.5588C10.1213 22.6696 11.0493 22.75 12 22.75C12.9508 22.75 13.8789 22.6696 14.7733 22.5588C17.6061 22.2072 19.7932 19.8441 20.0134 17.0505C20.1418 15.423 20.25 13.7315 20.25 12C20.25 10.2685 20.1418 8.577 20.0134 6.94949C19.7932 4.15592 17.6061 1.7927 14.7732 1.44126ZM14.5359 3.38112C14.2352 3.34381 13.935 3.31075 13.6352 3.28363C13.3419 3.2571 13.1953 3.24383 13.0977 3.33305C13 3.42226 13 3.57236 13 3.87256V6.67387C13 7.35378 13 7.69374 13.196 7.76621C13.3919 7.83869 13.6131 7.58057 14.0556 7.06435L16.0974 4.68228C16.2936 4.45335 16.3917 4.33889 16.3669 4.19907C16.3421 4.05926 16.2228 3.99235 15.9842 3.85852C15.545 3.61219 15.0559 3.44563 14.5359 3.38112ZM10.3649 3.28363C10.6581 3.2571 10.8047 3.24384 10.9024 3.33305C11 3.42227 11 3.57237 11 3.87256V9.64998C11 9.93282 11 10.0742 10.9122 10.1621C10.8243 10.25 10.6829 10.25 10.4 10.25H6.3503C6.05672 10.25 5.90992 10.25 5.82124 10.1568C5.73256 10.0636 5.73979 9.91804 5.75426 9.62695C5.79632 8.7805 5.85587 7.93974 5.92178 7.10418C6.07012 5.22336 7.55901 3.61747 9.46427 3.38112C9.76496 3.34381 10.0651 3.31076 10.3649 3.28363ZM18.2458 9.62696C18.2603 9.91804 18.2675 10.0636 18.1789 10.1568C18.0902 10.25 17.9434 10.25 17.6498 10.25H15.2637C14.7007 10.25 14.4192 10.25 14.3389 10.0753C14.2586 9.9007 14.4418 9.68697 14.8082 9.25951L17.1329 6.54732C17.419 6.2135 17.5621 6.04659 17.7455 6.09691C17.9289 6.14723 17.9631 6.34314 18.0316 6.73498C18.0529 6.85663 18.0686 6.9798 18.0784 7.10417C18.1443 7.93974 18.2038 8.7805 18.2458 9.62696Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7732 1.44126C13.8788 1.3303 12.9508 1.25 12 1.25C11.0493 1.25 10.1213 1.3303 9.22686 1.44126C6.39383 1.7927 4.20699 4.15593 3.98666 6.94946C3.85827 8.57698 3.75 10.2685 3.75 12C3.75 13.7315 3.85827 15.423 3.98666 17.0506C4.20699 19.8441 6.39397 22.2072 9.22695 22.5588C10.1213 22.6696 11.0493 22.75 12 22.75C12.9508 22.75 13.8789 22.6696 14.7733 22.5588C17.6061 22.2072 19.7932 19.8441 20.0134 17.0505C20.1418 15.423 20.25 13.7315 20.25 12C20.25 10.2685 20.1418 8.577 20.0134 6.94949C19.7932 4.15592 17.6061 1.7927 14.7732 1.44126ZM14.5359 3.38112C14.2352 3.34381 13.935 3.31075 13.6352 3.28363C13.3419 3.2571 13.1953 3.24383 13.0977 3.33305C13 3.42226 13 3.57236 13 3.87256V6.67387C13 7.35378 13 7.69374 13.196 7.76621C13.3919 7.83869 13.6131 7.58057 14.0556 7.06435L16.0974 4.68228C16.2936 4.45335 16.3917 4.33889 16.3669 4.19907C16.3421 4.05926 16.2228 3.99235 15.9842 3.85852C15.545 3.61219 15.0559 3.44563 14.5359 3.38112ZM10.3649 3.28363C10.6581 3.2571 10.8047 3.24384 10.9024 3.33305C11 3.42227 11 3.57237 11 3.87256V9.64998C11 9.93282 11 10.0742 10.9122 10.1621C10.8243 10.25 10.6829 10.25 10.4 10.25H6.3503C6.05672 10.25 5.90992 10.25 5.82124 10.1568C5.73256 10.0636 5.73979 9.91804 5.75426 9.62695C5.79632 8.7805 5.85587 7.93974 5.92178 7.10418C6.07012 5.22336 7.55901 3.61747 9.46427 3.38112C9.76496 3.34381 10.0651 3.31076 10.3649 3.28363ZM18.2458 9.62696C18.2603 9.91804 18.2675 10.0636 18.1789 10.1568C18.0902 10.25 17.9434 10.25 17.6498 10.25H15.2637C14.7007 10.25 14.4192 10.25 14.3389 10.0753C14.2586 9.9007 14.4418 9.68697 14.8082 9.25951L17.1329 6.54732C17.419 6.2135 17.5621 6.04659 17.7455 6.09691C17.9289 6.14723 17.9631 6.34314 18.0316 6.73498C18.0529 6.85663 18.0686 6.9798 18.0784 7.10417C18.1443 7.93974 18.2038 8.7805 18.2458 9.62696Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-right-click-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.068 1.51848C17.664 1.89504 17.6418 2.52781 18.0183 2.93182C18.9509 3.93237 19.5605 5.12282 19.762 6.40518C19.8477 6.95077 20.3594 7.32359 20.905 7.23789C21.4506 7.15219 21.8234 6.64043 21.7377 6.09483C21.4683 4.37945 20.6582 2.83081 19.4814 1.56819C19.1048 1.16418 18.472 1.14192 18.068 1.51848Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 1.59283C11.25 1.41966 11.3967 1.28205 11.5691 1.29816C14.2027 1.5443 16.0047 2.71957 17.1374 4.54579C18.3752 6.54139 18.75 9.21514 18.75 11.9999C18.75 14.7846 18.3752 17.4584 17.1374 19.454C15.8575 21.5175 13.7232 22.7499 10.5 22.7499C7.27687 22.7499 5.14257 21.5175 3.86265 19.454C2.62485 17.4584 2.25 14.7846 2.25 11.9999C2.25 9.21515 2.62485 6.5414 3.86265 4.5458C4.99538 2.7196 6.79729 1.54432 9.4309 1.29817C9.60332 1.28205 9.75 1.41966 9.75 1.59284V5.01146C9.75 5.16248 9.63647 5.28621 9.49116 5.32737C9.43797 5.34243 9.38425 5.36075 9.3303 5.38309C8.9015 5.56071 8.56082 5.90139 8.38321 6.33019C8.30099 6.52869 8.27337 6.72403 8.26125 6.90167C8.24997 7.067 8.24998 7.26384 8.25 7.47812V9.52164C8.24998 9.73592 8.24997 9.93277 8.26125 10.0981C8.27337 10.2757 8.30099 10.4711 8.38321 10.6696C8.56082 11.0984 8.9015 11.4391 9.3303 11.6167C9.52881 11.6989 9.72415 11.7265 9.90179 11.7386C10.0671 11.7499 10.264 11.7499 10.4782 11.7499H10.4782H10.5218H10.5218C10.736 11.7499 10.9329 11.7499 11.0982 11.7386C11.2759 11.7265 11.4712 11.6989 11.6697 11.6167C12.0985 11.4391 12.4392 11.0984 12.6168 10.6696C12.699 10.4711 12.7266 10.2757 12.7387 10.0981C12.75 9.93276 12.75 9.73592 12.75 9.52164V7.47813V7.47812C12.75 7.26385 12.75 7.067 12.7387 6.90167C12.7266 6.72403 12.699 6.52869 12.6168 6.33019C12.4392 5.90139 12.0985 5.56071 11.6697 5.38309C11.6157 5.36075 11.562 5.34243 11.5088 5.32737C11.3635 5.28621 11.25 5.16248 11.25 5.01146V1.59283ZM11.2341 6.92437C11.2317 6.90884 11.2269 6.89376 11.2194 6.87998C11.1964 6.83799 11.1619 6.80346 11.1199 6.78051C11.1061 6.77298 11.091 6.76817 11.0755 6.76579C11.0591 6.76328 11.0337 6.76022 10.9961 6.75766C10.8881 6.75029 10.7432 6.74988 10.5 6.74988C10.2568 6.74988 10.1119 6.75029 10.0039 6.75766C9.9663 6.76022 9.94086 6.76328 9.92449 6.76579C9.90896 6.76817 9.89388 6.77298 9.88009 6.78051C9.83811 6.80346 9.80358 6.83799 9.78063 6.87997C9.77309 6.89376 9.76829 6.90885 9.7659 6.92438C9.76339 6.94075 9.76034 6.96618 9.75777 7.00378C9.7504 7.11179 9.75 7.25665 9.75 7.49988V9.49988C9.75 9.74311 9.7504 9.88798 9.75777 9.99598C9.76034 10.0336 9.76339 10.059 9.7659 10.0754C9.76829 10.0909 9.77309 10.106 9.78063 10.1198C9.80357 10.1618 9.83811 10.1963 9.88009 10.2192C9.89388 10.2268 9.90896 10.2316 9.9245 10.234C9.94086 10.2365 9.9663 10.2395 10.0039 10.2421C10.1119 10.2495 10.2568 10.2499 10.5 10.2499C10.7432 10.2499 10.8881 10.2495 10.9961 10.2421C11.0337 10.2395 11.0591 10.2365 11.0755 10.234C11.091 10.2316 11.1061 10.2268 11.1199 10.2193C11.1619 10.1963 11.1964 10.1618 11.2194 10.1198C11.2269 10.106 11.2317 10.0909 11.2341 10.0754C11.2366 10.059 11.2397 10.0336 11.2422 9.99598C11.2496 9.88798 11.25 9.74311 11.25 9.49988V7.49988C11.25 7.25665 11.2496 7.11179 11.2422 7.00378C11.2397 6.96618 11.2366 6.94074 11.2341 6.92437Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.068 1.51848C17.664 1.89504 17.6418 2.52781 18.0183 2.93182C18.9509 3.93237 19.5605 5.12282 19.762 6.40518C19.8477 6.95077 20.3594 7.32359 20.905 7.23789C21.4506 7.15219 21.8234 6.64043 21.7377 6.09483C21.4683 4.37945 20.6582 2.83081 19.4814 1.56819C19.1048 1.16418 18.472 1.14192 18.068 1.51848Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 1.59283C11.25 1.41966 11.3967 1.28205 11.5691 1.29816C14.2027 1.5443 16.0047 2.71957 17.1374 4.54579C18.3752 6.54139 18.75 9.21514 18.75 11.9999C18.75 14.7846 18.3752 17.4584 17.1374 19.454C15.8575 21.5175 13.7232 22.7499 10.5 22.7499C7.27687 22.7499 5.14257 21.5175 3.86265 19.454C2.62485 17.4584 2.25 14.7846 2.25 11.9999C2.25 9.21515 2.62485 6.5414 3.86265 4.5458C4.99538 2.7196 6.79729 1.54432 9.4309 1.29817C9.60332 1.28205 9.75 1.41966 9.75 1.59284V5.01146C9.75 5.16248 9.63647 5.28621 9.49116 5.32737C9.43797 5.34243 9.38425 5.36075 9.3303 5.38309C8.9015 5.56071 8.56082 5.90139 8.38321 6.33019C8.30099 6.52869 8.27337 6.72403 8.26125 6.90167C8.24997 7.067 8.24998 7.26384 8.25 7.47812V9.52164C8.24998 9.73592 8.24997 9.93277 8.26125 10.0981C8.27337 10.2757 8.30099 10.4711 8.38321 10.6696C8.56082 11.0984 8.9015 11.4391 9.3303 11.6167C9.52881 11.6989 9.72415 11.7265 9.90179 11.7386C10.0671 11.7499 10.264 11.7499 10.4782 11.7499H10.4782H10.5218H10.5218C10.736 11.7499 10.9329 11.7499 11.0982 11.7386C11.2759 11.7265 11.4712 11.6989 11.6697 11.6167C12.0985 11.4391 12.4392 11.0984 12.6168 10.6696C12.699 10.4711 12.7266 10.2757 12.7387 10.0981C12.75 9.93276 12.75 9.73592 12.75 9.52164V7.47813V7.47812C12.75 7.26385 12.75 7.067 12.7387 6.90167C12.7266 6.72403 12.699 6.52869 12.6168 6.33019C12.4392 5.90139 12.0985 5.56071 11.6697 5.38309C11.6157 5.36075 11.562 5.34243 11.5088 5.32737C11.3635 5.28621 11.25 5.16248 11.25 5.01146V1.59283ZM11.2341 6.92437C11.2317 6.90884 11.2269 6.89376 11.2194 6.87998C11.1964 6.83799 11.1619 6.80346 11.1199 6.78051C11.1061 6.77298 11.091 6.76817 11.0755 6.76579C11.0591 6.76328 11.0337 6.76022 10.9961 6.75766C10.8881 6.75029 10.7432 6.74988 10.5 6.74988C10.2568 6.74988 10.1119 6.75029 10.0039 6.75766C9.9663 6.76022 9.94086 6.76328 9.92449 6.76579C9.90896 6.76817 9.89388 6.77298 9.88009 6.78051C9.83811 6.80346 9.80358 6.83799 9.78063 6.87997C9.77309 6.89376 9.76829 6.90885 9.7659 6.92438C9.76339 6.94075 9.76034 6.96618 9.75777 7.00378C9.7504 7.11179 9.75 7.25665 9.75 7.49988V9.49988C9.75 9.74311 9.7504 9.88798 9.75777 9.99598C9.76034 10.0336 9.76339 10.059 9.7659 10.0754C9.76829 10.0909 9.77309 10.106 9.78063 10.1198C9.80357 10.1618 9.83811 10.1963 9.88009 10.2192C9.89388 10.2268 9.90896 10.2316 9.9245 10.234C9.94086 10.2365 9.9663 10.2395 10.0039 10.2421C10.1119 10.2495 10.2568 10.2499 10.5 10.2499C10.7432 10.2499 10.8881 10.2495 10.9961 10.2421C11.0337 10.2395 11.0591 10.2365 11.0755 10.234C11.091 10.2316 11.1061 10.2268 11.1199 10.2193C11.1619 10.1963 11.1964 10.1618 11.2194 10.1198C11.2269 10.106 11.2317 10.0909 11.2341 10.0754C11.2366 10.059 11.2397 10.0336 11.2422 9.99598C11.2496 9.88798 11.25 9.74311 11.25 9.49988V7.49988C11.25 7.25665 11.2496 7.11179 11.2422 7.00378C11.2397 6.96618 11.2366 6.94074 11.2341 6.92437Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-right-click-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.25 5.5C21.25 3.70507 19.7949 2.25 18 2.25C16.2051 2.25 14.75 3.70507 14.75 5.5C14.75 7.29493 16.2051 8.75 18 8.75C19.7949 8.75 21.25 7.29493 21.25 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.692 1.59848C12.884 1.36711 11.988 1.25 11 1.25C7.79948 1.25 5.64406 2.48859 4.35167 4.58655C3.11378 6.59603 2.75 9.26561 2.75 12C2.75 14.7344 3.11378 17.404 4.35167 19.4135C5.64406 21.5114 7.79947 22.75 11 22.75C14.2006 22.75 16.356 21.5114 17.6484 19.4135C18.8862 17.404 19.25 14.7344 19.25 12C19.25 11.4858 19.2371 10.9774 19.2085 10.4779C19.1776 9.93902 18.7188 9.52738 18.1836 9.55844C17.6485 9.58949 17.2397 10.0515 17.2705 10.5903L17.2729 10.6333C17.2887 10.9194 17.2966 11.0624 17.2079 11.1562C17.1191 11.25 16.9732 11.25 16.6813 11.25H12.6C12.3172 11.25 12.1757 11.25 12.0879 11.1621C12 11.0743 12 10.9328 12 10.65V9.00002C12 8.44774 11.5523 8.00002 11 8.00002C10.4477 8.00002 10 8.44774 10 9.00002V10.65C10 10.9328 10 11.0743 9.91213 11.1621C9.82426 11.25 9.68284 11.25 9.4 11.25H5.31882C5.02692 11.25 4.88097 11.25 4.7922 11.1562C4.70344 11.0624 4.71135 10.9193 4.72717 10.6332C4.83961 8.59997 5.22407 6.87845 6.00128 5.61679C6.68418 4.50824 7.71499 3.68251 9.3391 3.35683C9.63322 3.29785 9.78028 3.26836 9.89014 3.35838C10 3.4484 10 3.60704 10 3.92433V5.50002C10 6.05231 10.4477 6.50002 11 6.50002C11.5523 6.50002 12 6.05231 12 5.50002V3.92496C12 3.60758 12 3.44889 12.1099 3.35887C12.2198 3.26885 12.3668 3.29835 12.6608 3.35735C12.8348 3.39229 13.0015 3.4328 13.161 3.47848C13.6766 3.62612 14.2134 3.32496 14.36 2.80581C14.5067 2.28666 14.2076 1.74612 13.692 1.59848Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.9782 4.75H11H11.0218H11.0218C11.2361 4.74999 11.4329 4.74998 11.5982 4.76126C11.7759 4.77338 11.9712 4.80099 12.1697 4.88321C12.5985 5.06083 12.9392 5.40151 13.1168 5.83031C13.199 6.02881 13.2266 6.22415 13.2387 6.40179C13.25 6.56712 13.25 6.76396 13.25 6.97824V7.52176C13.25 7.73604 13.25 7.93289 13.2387 8.09821C13.2266 8.27585 13.199 8.47119 13.1168 8.6697C12.9392 9.0985 12.5985 9.43918 12.1697 9.61679C11.9712 9.69901 11.7759 9.72663 11.5982 9.73875C11.4329 9.75003 11.236 9.75002 11.0218 9.75H10.9782C10.764 9.75002 10.5671 9.75003 10.4018 9.73875C10.2241 9.72663 10.0288 9.69901 9.83031 9.61679C9.40151 9.43918 9.06083 9.0985 8.88321 8.6697C8.80099 8.47119 8.77338 8.27585 8.76126 8.09821C8.74998 7.9329 8.74999 7.73606 8.75 7.5218V7.52176V6.97825V6.9782C8.74999 6.76394 8.74998 6.56711 8.76126 6.40179C8.77338 6.22415 8.80099 6.02881 8.88321 5.83031C9.06083 5.40151 9.40151 5.06083 9.83031 4.88321C10.0288 4.80099 10.2241 4.77338 10.4018 4.76126C10.5671 4.74998 10.7639 4.74999 10.9782 4.75H10.9782Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.25 5.5C21.25 3.70507 19.7949 2.25 18 2.25C16.2051 2.25 14.75 3.70507 14.75 5.5C14.75 7.29493 16.2051 8.75 18 8.75C19.7949 8.75 21.25 7.29493 21.25 5.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.692 1.59848C12.884 1.36711 11.988 1.25 11 1.25C7.79948 1.25 5.64406 2.48859 4.35167 4.58655C3.11378 6.59603 2.75 9.26561 2.75 12C2.75 14.7344 3.11378 17.404 4.35167 19.4135C5.64406 21.5114 7.79947 22.75 11 22.75C14.2006 22.75 16.356 21.5114 17.6484 19.4135C18.8862 17.404 19.25 14.7344 19.25 12C19.25 11.4858 19.2371 10.9774 19.2085 10.4779C19.1776 9.93902 18.7188 9.52738 18.1836 9.55844C17.6485 9.58949 17.2397 10.0515 17.2705 10.5903L17.2729 10.6333C17.2887 10.9194 17.2966 11.0624 17.2079 11.1562C17.1191 11.25 16.9732 11.25 16.6813 11.25H12.6C12.3172 11.25 12.1757 11.25 12.0879 11.1621C12 11.0743 12 10.9328 12 10.65V9.00002C12 8.44774 11.5523 8.00002 11 8.00002C10.4477 8.00002 10 8.44774 10 9.00002V10.65C10 10.9328 10 11.0743 9.91213 11.1621C9.82426 11.25 9.68284 11.25 9.4 11.25H5.31882C5.02692 11.25 4.88097 11.25 4.7922 11.1562C4.70344 11.0624 4.71135 10.9193 4.72717 10.6332C4.83961 8.59997 5.22407 6.87845 6.00128 5.61679C6.68418 4.50824 7.71499 3.68251 9.3391 3.35683C9.63322 3.29785 9.78028 3.26836 9.89014 3.35838C10 3.4484 10 3.60704 10 3.92433V5.50002C10 6.05231 10.4477 6.50002 11 6.50002C11.5523 6.50002 12 6.05231 12 5.50002V3.92496C12 3.60758 12 3.44889 12.1099 3.35887C12.2198 3.26885 12.3668 3.29835 12.6608 3.35735C12.8348 3.39229 13.0015 3.4328 13.161 3.47848C13.6766 3.62612 14.2134 3.32496 14.36 2.80581C14.5067 2.28666 14.2076 1.74612 13.692 1.59848Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.9782 4.75H11H11.0218H11.0218C11.2361 4.74999 11.4329 4.74998 11.5982 4.76126C11.7759 4.77338 11.9712 4.80099 12.1697 4.88321C12.5985 5.06083 12.9392 5.40151 13.1168 5.83031C13.199 6.02881 13.2266 6.22415 13.2387 6.40179C13.25 6.56712 13.25 6.76396 13.25 6.97824V7.52176C13.25 7.73604 13.25 7.93289 13.2387 8.09821C13.2266 8.27585 13.199 8.47119 13.1168 8.6697C12.9392 9.0985 12.5985 9.43918 12.1697 9.61679C11.9712 9.69901 11.7759 9.72663 11.5982 9.73875C11.4329 9.75003 11.236 9.75002 11.0218 9.75H10.9782C10.764 9.75002 10.5671 9.75003 10.4018 9.73875C10.2241 9.72663 10.0288 9.69901 9.83031 9.61679C9.40151 9.43918 9.06083 9.0985 8.88321 8.6697C8.80099 8.47119 8.77338 8.27585 8.76126 8.09821C8.74998 7.9329 8.74999 7.73606 8.75 7.5218V7.52176V6.97825V6.9782C8.74999 6.76394 8.74998 6.56711 8.76126 6.40179C8.77338 6.22415 8.80099 6.02881 8.88321 5.83031C9.06083 5.40151 9.40151 5.06083 9.83031 4.88321C10.0288 4.80099 10.2241 4.77338 10.4018 4.76126C10.5671 4.74998 10.7639 4.74999 10.9782 4.75H10.9782Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-right-click-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3532 4.875H10.375H10.3968H10.3968C10.6111 4.87499 10.8079 4.87498 10.9732 4.88626C11.1509 4.89838 11.3462 4.92599 11.5447 5.00821C11.9735 5.18583 12.3142 5.52651 12.4918 5.95531C12.574 6.15381 12.6016 6.34915 12.6137 6.52679C12.625 6.69212 12.625 6.88896 12.625 7.10324V7.64676C12.625 7.86104 12.625 8.05789 12.6137 8.22321C12.6016 8.40085 12.574 8.59619 12.4918 8.7947C12.3142 9.2235 11.9735 9.56418 11.5447 9.74179C11.3462 9.82401 11.1509 9.85163 10.9732 9.86375C10.8079 9.87503 10.611 9.87502 10.3968 9.875H10.3532C10.139 9.87502 9.94212 9.87503 9.77679 9.86375C9.59915 9.85163 9.40381 9.82401 9.20531 9.74179C8.77651 9.56418 8.43583 9.2235 8.25821 8.7947C8.17599 8.59619 8.14838 8.40085 8.13626 8.22321C8.12498 8.0579 8.12499 7.86106 8.125 7.6468V7.64676V7.625V7.125V7.10325V7.1032C8.12499 6.88894 8.12498 6.69211 8.13626 6.52679C8.14838 6.34915 8.17599 6.15381 8.25821 5.95531C8.43583 5.52651 8.77651 5.18583 9.20531 5.00821C9.40381 4.92599 9.59915 4.89838 9.77679 4.88626C9.94211 4.87498 10.1389 4.87499 10.3532 4.875H10.3532Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.375 1.375C13.5756 1.375 15.731 2.61358 17.0234 4.71154C18.2612 6.72103 18.625 9.39061 18.625 12.125C18.625 14.8594 18.2612 17.529 17.0234 19.5385C15.731 21.6364 13.5756 22.875 10.375 22.875C7.17447 22.875 5.01906 21.6364 3.72667 19.5385C2.48878 17.529 2.125 14.8594 2.125 12.125C2.125 9.39061 2.48878 6.72103 3.72667 4.71155C5.01906 2.61359 7.17448 1.375 10.375 1.375ZM16.6482 10.7582C16.664 11.0443 16.6719 11.1874 16.5832 11.2812C16.4944 11.375 16.3485 11.375 16.0566 11.375H11.9754C11.6925 11.375 11.5511 11.375 11.4632 11.2871C11.3754 11.1993 11.3754 11.0579 11.3754 10.775V9.12501C11.3754 8.57272 10.9277 8.12501 10.3754 8.12501C9.82309 8.12501 9.37538 8.57272 9.37538 9.12501V10.775C9.37538 11.0579 9.37538 11.1993 9.28751 11.2871C9.19964 11.375 9.05822 11.375 8.77538 11.375H4.6942C4.4023 11.375 4.25634 11.375 4.16758 11.2812C4.07882 11.1874 4.08673 11.0443 4.10255 10.7582C4.21498 8.72498 4.59945 7.00346 5.37666 5.7418C6.05955 4.63325 7.09037 3.80752 8.71448 3.48184C9.0086 3.42286 9.15565 3.39337 9.26552 3.48339C9.37538 3.57341 9.37538 3.73205 9.37538 4.04934V5.62501C9.37538 6.17729 9.82309 6.62501 10.3754 6.62501C10.9277 6.62501 11.3754 6.17729 11.3754 5.62501V4.04933C11.3754 3.73204 11.3754 3.5734 11.4852 3.48338C11.5951 3.39336 11.7422 3.42285 12.0363 3.48182C13.6604 3.80749 14.6912 4.63323 15.3741 5.74179C16.1513 7.00344 16.5358 8.72496 16.6482 10.7582Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5662 1.17464C19.0412 1.00325 18.4766 1.28992 18.3052 1.81493L17.9241 2.98239C17.7527 3.5074 18.0394 4.07196 18.5644 4.24335C19.0894 4.41475 19.654 4.12808 19.8254 3.60307L20.2065 2.43561C20.3779 1.91059 20.0912 1.34604 19.5662 1.17464ZM18.9242 5.30511C18.7102 5.81422 18.9493 6.40048 19.4585 6.61455L20.4871 7.04709C20.9962 7.26117 21.5825 7.02199 21.7966 6.51288C22.0106 6.00378 21.7715 5.41752 21.2624 5.20345L20.2337 4.7709C19.7246 4.55683 19.1383 4.79601 18.9242 5.30511Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3532 4.875H10.375H10.3968H10.3968C10.6111 4.87499 10.8079 4.87498 10.9732 4.88626C11.1509 4.89838 11.3462 4.92599 11.5447 5.00821C11.9735 5.18583 12.3142 5.52651 12.4918 5.95531C12.574 6.15381 12.6016 6.34915 12.6137 6.52679C12.625 6.69212 12.625 6.88896 12.625 7.10324V7.64676C12.625 7.86104 12.625 8.05789 12.6137 8.22321C12.6016 8.40085 12.574 8.59619 12.4918 8.7947C12.3142 9.2235 11.9735 9.56418 11.5447 9.74179C11.3462 9.82401 11.1509 9.85163 10.9732 9.86375C10.8079 9.87503 10.611 9.87502 10.3968 9.875H10.3532C10.139 9.87502 9.94212 9.87503 9.77679 9.86375C9.59915 9.85163 9.40381 9.82401 9.20531 9.74179C8.77651 9.56418 8.43583 9.2235 8.25821 8.7947C8.17599 8.59619 8.14838 8.40085 8.13626 8.22321C8.12498 8.0579 8.12499 7.86106 8.125 7.6468V7.64676V7.625V7.125V7.10325V7.1032C8.12499 6.88894 8.12498 6.69211 8.13626 6.52679C8.14838 6.34915 8.17599 6.15381 8.25821 5.95531C8.43583 5.52651 8.77651 5.18583 9.20531 5.00821C9.40381 4.92599 9.59915 4.89838 9.77679 4.88626C9.94211 4.87498 10.1389 4.87499 10.3532 4.875H10.3532Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.375 1.375C13.5756 1.375 15.731 2.61358 17.0234 4.71154C18.2612 6.72103 18.625 9.39061 18.625 12.125C18.625 14.8594 18.2612 17.529 17.0234 19.5385C15.731 21.6364 13.5756 22.875 10.375 22.875C7.17447 22.875 5.01906 21.6364 3.72667 19.5385C2.48878 17.529 2.125 14.8594 2.125 12.125C2.125 9.39061 2.48878 6.72103 3.72667 4.71155C5.01906 2.61359 7.17448 1.375 10.375 1.375ZM16.6482 10.7582C16.664 11.0443 16.6719 11.1874 16.5832 11.2812C16.4944 11.375 16.3485 11.375 16.0566 11.375H11.9754C11.6925 11.375 11.5511 11.375 11.4632 11.2871C11.3754 11.1993 11.3754 11.0579 11.3754 10.775V9.12501C11.3754 8.57272 10.9277 8.12501 10.3754 8.12501C9.82309 8.12501 9.37538 8.57272 9.37538 9.12501V10.775C9.37538 11.0579 9.37538 11.1993 9.28751 11.2871C9.19964 11.375 9.05822 11.375 8.77538 11.375H4.6942C4.4023 11.375 4.25634 11.375 4.16758 11.2812C4.07882 11.1874 4.08673 11.0443 4.10255 10.7582C4.21498 8.72498 4.59945 7.00346 5.37666 5.7418C6.05955 4.63325 7.09037 3.80752 8.71448 3.48184C9.0086 3.42286 9.15565 3.39337 9.26552 3.48339C9.37538 3.57341 9.37538 3.73205 9.37538 4.04934V5.62501C9.37538 6.17729 9.82309 6.62501 10.3754 6.62501C10.9277 6.62501 11.3754 6.17729 11.3754 5.62501V4.04933C11.3754 3.73204 11.3754 3.5734 11.4852 3.48338C11.5951 3.39336 11.7422 3.42285 12.0363 3.48182C13.6604 3.80749 14.6912 4.63323 15.3741 5.74179C16.1513 7.00344 16.5358 8.72496 16.6482 10.7582Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.5662 1.17464C19.0412 1.00325 18.4766 1.28992 18.3052 1.81493L17.9241 2.98239C17.7527 3.5074 18.0394 4.07196 18.5644 4.24335C19.0894 4.41475 19.654 4.12808 19.8254 3.60307L20.2065 2.43561C20.3779 1.91059 20.0912 1.34604 19.5662 1.17464ZM18.9242 5.30511C18.7102 5.81422 18.9493 6.40048 19.4585 6.61455L20.4871 7.04709C20.9962 7.26117 21.5825 7.02199 21.7966 6.51288C22.0106 6.00378 21.7715 5.41752 21.2624 5.20345L20.2337 4.7709C19.7246 4.55683 19.1383 4.79601 18.9242 5.30511Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-scroll-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.0341 1.25 10.0889 1.33103 9.17331 1.44383C6.37402 1.78872 4.21063 4.11003 3.99296 6.85182C3.86089 8.51512 3.75 10.2382 3.75 12C3.75 13.7618 3.86089 15.4849 3.99296 17.1482C4.21064 19.89 6.37413 22.2112 9.17338 22.5562C10.0888 22.6689 11.0341 22.75 12 22.75C12.9658 22.75 13.9112 22.6689 14.8266 22.5562C17.626 22.2112 19.7892 19.89 20.007 17.1482C20.1391 15.4849 20.25 13.7619 20.25 12C20.25 10.2381 20.1391 8.51511 20.007 6.85181C19.7892 4.11005 17.626 1.78873 14.8266 1.44383C13.9111 1.33103 12.9658 1.25 12 1.25ZM9.49278 8.41184C9.18766 8.13171 9.1674 7.65727 9.44754 7.35215L10.4755 6.23249C10.6868 6.00228 10.8934 5.77707 11.0876 5.61573C11.3045 5.4355 11.6032 5.25 12 5.25C12.3968 5.25 12.6955 5.4355 12.9124 5.61573C13.1066 5.77706 13.3132 6.00225 13.5245 6.23246L13.5245 6.23248L13.5245 6.23249L14.5525 7.35215C14.8326 7.65727 14.8124 8.13171 14.5072 8.41184C14.3631 8.54413 14.1813 8.60943 14 8.60938H13V10.3906H14C14.1813 10.3906 14.3631 10.4559 14.5072 10.5882C14.8124 10.8683 14.8326 11.3427 14.5525 11.6479L13.5245 12.7675L13.5245 12.7675C13.3132 12.9977 13.1066 13.2229 12.9124 13.3843C12.6955 13.5645 12.3968 13.75 12 13.75C11.6032 13.75 11.3045 13.5645 11.0876 13.3843C10.8934 13.2229 10.6868 12.9977 10.4755 12.7675L9.44754 11.6479C9.1674 11.3427 9.18766 10.8683 9.49278 10.5882C9.63686 10.4559 9.8187 10.3906 10 10.3906H11V8.60938H10C9.8187 8.60943 9.63686 8.54413 9.49278 8.41184Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C11.0341 1.25 10.0889 1.33103 9.17331 1.44383C6.37402 1.78872 4.21063 4.11003 3.99296 6.85182C3.86089 8.51512 3.75 10.2382 3.75 12C3.75 13.7618 3.86089 15.4849 3.99296 17.1482C4.21064 19.89 6.37413 22.2112 9.17338 22.5562C10.0888 22.6689 11.0341 22.75 12 22.75C12.9658 22.75 13.9112 22.6689 14.8266 22.5562C17.626 22.2112 19.7892 19.89 20.007 17.1482C20.1391 15.4849 20.25 13.7619 20.25 12C20.25 10.2381 20.1391 8.51511 20.007 6.85181C19.7892 4.11005 17.626 1.78873 14.8266 1.44383C13.9111 1.33103 12.9658 1.25 12 1.25ZM9.49278 8.41184C9.18766 8.13171 9.1674 7.65727 9.44754 7.35215L10.4755 6.23249C10.6868 6.00228 10.8934 5.77707 11.0876 5.61573C11.3045 5.4355 11.6032 5.25 12 5.25C12.3968 5.25 12.6955 5.4355 12.9124 5.61573C13.1066 5.77706 13.3132 6.00225 13.5245 6.23246L13.5245 6.23248L13.5245 6.23249L14.5525 7.35215C14.8326 7.65727 14.8124 8.13171 14.5072 8.41184C14.3631 8.54413 14.1813 8.60943 14 8.60938H13V10.3906H14C14.1813 10.3906 14.3631 10.4559 14.5072 10.5882C14.8124 10.8683 14.8326 11.3427 14.5525 11.6479L13.5245 12.7675L13.5245 12.7675C13.3132 12.9977 13.1066 13.2229 12.9124 13.3843C12.6955 13.5645 12.3968 13.75 12 13.75C11.6032 13.75 11.3045 13.5645 11.0876 13.3843C10.8934 13.2229 10.6868 12.9977 10.4755 12.7675L9.44754 11.6479C9.1674 11.3427 9.18766 10.8683 9.49278 10.5882C9.63686 10.4559 9.8187 10.3906 10 10.3906H11V8.60938H10C9.8187 8.60943 9.63686 8.54413 9.49278 8.41184Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-mouse-scroll-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C8.77681 1.25 6.64252 2.48241 5.36262 4.54591C4.12483 6.54151 3.75 9.21526 3.75 12C3.75 14.7847 4.12483 17.4585 5.36262 19.4541C6.64252 21.5176 8.7768 22.75 12 22.75C15.2231 22.75 17.3574 21.5176 18.6373 19.4541C19.8751 17.4585 20.25 14.7847 20.25 12C20.25 9.21527 19.8751 6.54152 18.6373 4.54592C17.3574 2.48242 15.2231 1.25 12 1.25ZM9.49278 8.41184C9.18766 8.13171 9.1674 7.65727 9.44754 7.35215L10.4755 6.23249C10.6868 6.00228 10.8934 5.77707 11.0876 5.61573C11.3045 5.4355 11.6032 5.25 12 5.25C12.3968 5.25 12.6955 5.4355 12.9124 5.61573C13.1066 5.77706 13.3132 6.00225 13.5245 6.23246L13.5245 6.23248L13.5245 6.23249L14.5525 7.35215C14.8326 7.65727 14.8124 8.13171 14.5072 8.41184C14.3631 8.54413 14.1813 8.60943 14 8.60938H13V10.3906H14C14.1813 10.3906 14.3631 10.4559 14.5072 10.5882C14.8124 10.8683 14.8326 11.3427 14.5525 11.6479L13.5245 12.7675L13.5245 12.7675C13.3132 12.9977 13.1066 13.2229 12.9124 13.3843C12.6955 13.5645 12.3968 13.75 12 13.75C11.6032 13.75 11.3045 13.5645 11.0876 13.3843C10.8934 13.2229 10.6868 12.9977 10.4755 12.7675L9.44754 11.6479C9.1674 11.3427 9.18766 10.8683 9.49278 10.5882C9.63686 10.4559 9.8187 10.3906 10 10.3906H11V8.60938H10C9.8187 8.60943 9.63686 8.54413 9.49278 8.41184Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C8.77681 1.25 6.64252 2.48241 5.36262 4.54591C4.12483 6.54151 3.75 9.21526 3.75 12C3.75 14.7847 4.12483 17.4585 5.36262 19.4541C6.64252 21.5176 8.7768 22.75 12 22.75C15.2231 22.75 17.3574 21.5176 18.6373 19.4541C19.8751 17.4585 20.25 14.7847 20.25 12C20.25 9.21527 19.8751 6.54152 18.6373 4.54592C17.3574 2.48242 15.2231 1.25 12 1.25ZM9.49278 8.41184C9.18766 8.13171 9.1674 7.65727 9.44754 7.35215L10.4755 6.23249C10.6868 6.00228 10.8934 5.77707 11.0876 5.61573C11.3045 5.4355 11.6032 5.25 12 5.25C12.3968 5.25 12.6955 5.4355 12.9124 5.61573C13.1066 5.77706 13.3132 6.00225 13.5245 6.23246L13.5245 6.23248L13.5245 6.23249L14.5525 7.35215C14.8326 7.65727 14.8124 8.13171 14.5072 8.41184C14.3631 8.54413 14.1813 8.60943 14 8.60938H13V10.3906H14C14.1813 10.3906 14.3631 10.4559 14.5072 10.5882C14.8124 10.8683 14.8326 11.3427 14.5525 11.6479L13.5245 12.7675L13.5245 12.7675C13.3132 12.9977 13.1066 13.2229 12.9124 13.3843C12.6955 13.5645 12.3968 13.75 12 13.75C11.6032 13.75 11.3045 13.5645 11.0876 13.3843C10.8934 13.2229 10.6868 12.9977 10.4755 12.7675L9.44754 11.6479C9.1674 11.3427 9.18766 10.8683 9.49278 10.5882C9.63686 10.4559 9.8187 10.3906 10 10.3906H11V8.60938H10C9.8187 8.60943 9.63686 8.54413 9.49278 8.41184Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-move{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.43518 5.50658C8.16267 5.81853 8.19464 6.29233 8.50659 6.56483C8.64888 6.68913 8.82483 6.75008 9 6.75001H10.4C10.6828 6.75001 10.8243 6.75001 10.9121 6.83788C11 6.92575 11 7.06717 11 7.35001V9.00013C11 9.55241 11.4477 10.0001 12 10.0001C12.5523 10.0001 13 9.55241 13 9.00013V7.35001C13 7.06717 13 6.92575 13.0879 6.83788C13.1757 6.75001 13.3172 6.75001 13.6 6.75001H15.0008C15.1757 6.7499 15.3514 6.68895 15.4934 6.56483C15.8054 6.29233 15.8374 5.81853 15.5648 5.50658L13.8297 3.52028C13.5506 3.20068 13.293 2.90574 13.0542 2.69718C12.7949 2.47076 12.4527 2.25 12 2.25C11.5474 2.25 11.2051 2.47076 10.9458 2.69718C10.707 2.90574 10.4495 3.20068 10.1703 3.52028L8.43518 5.50658Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.43518 18.4934C8.16267 18.1815 8.19464 17.7077 8.50659 17.4352C8.64888 17.3109 8.82483 17.2499 9 17.25H10.4C10.6828 17.25 10.8243 17.25 10.9121 17.1621C11 17.0743 11 16.9328 11 16.65V14.9999C11 14.4476 11.4477 13.9999 12 13.9999C12.5523 13.9999 13 14.4476 13 14.9999V16.65C13 16.9328 13 17.0743 13.0879 17.1621C13.1757 17.25 13.3172 17.25 13.6 17.25H15.0008C15.1757 17.2501 15.3514 17.3111 15.4934 17.4352C15.8054 17.7077 15.8374 18.1815 15.5648 18.4934L13.8297 20.4797C13.5506 20.7993 13.293 21.0943 13.0542 21.3028C12.7949 21.5292 12.4527 21.75 12 21.75C11.5474 21.75 11.2051 21.5292 10.9458 21.3028C10.707 21.0943 10.4495 20.7993 10.1703 20.4797L8.43518 18.4934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4934 8.43518C18.1815 8.16267 17.7077 8.19464 17.4352 8.50659C17.3109 8.64888 17.2499 8.82483 17.25 9L17.25 10.4C17.25 10.6828 17.25 10.8243 17.1621 10.9121C17.0743 11 16.9328 11 16.65 11L14.9999 11C14.4476 11 13.9999 11.4477 13.9999 12C13.9999 12.5523 14.4476 13 14.9999 13L16.65 13C16.9328 13 17.0743 13 17.1621 13.0879C17.25 13.1757 17.25 13.3172 17.25 13.6L17.25 15.0008C17.2501 15.1757 17.3111 15.3514 17.4352 15.4934C17.7077 15.8054 18.1815 15.8374 18.4934 15.5648L20.4797 13.8297C20.7993 13.5506 21.0943 13.293 21.3028 13.0542C21.5292 12.7949 21.75 12.4527 21.75 12C21.75 11.5474 21.5292 11.2051 21.3028 10.9458C21.0943 10.707 20.7993 10.4495 20.4797 10.1703L18.4934 8.43518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.50658 8.43518C5.81853 8.16267 6.29233 8.19464 6.56483 8.50659C6.68913 8.64888 6.75008 8.82483 6.75001 9L6.75001 10.4C6.75001 10.6828 6.75001 10.8243 6.83788 10.9121C6.92575 11 7.06717 11 7.35001 11L9.00013 11C9.55241 11 10.0001 11.4477 10.0001 12C10.0001 12.5523 9.55241 13 9.00013 13L7.35001 13C7.06717 13 6.92575 13 6.83788 13.0879C6.75001 13.1757 6.75001 13.3172 6.75001 13.6L6.75001 15.0008C6.7499 15.1757 6.68895 15.3514 6.56483 15.4934C6.29233 15.8054 5.81853 15.8374 5.50658 15.5648L3.52028 13.8297C3.20067 13.5506 2.90574 13.293 2.69718 13.0542C2.47076 12.7949 2.25 12.4527 2.25 12C2.25 11.5474 2.47076 11.2051 2.69718 10.9458C2.90574 10.707 3.20068 10.4495 3.52028 10.1703L5.50658 8.43518Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.43518 5.50658C8.16267 5.81853 8.19464 6.29233 8.50659 6.56483C8.64888 6.68913 8.82483 6.75008 9 6.75001H10.4C10.6828 6.75001 10.8243 6.75001 10.9121 6.83788C11 6.92575 11 7.06717 11 7.35001V9.00013C11 9.55241 11.4477 10.0001 12 10.0001C12.5523 10.0001 13 9.55241 13 9.00013V7.35001C13 7.06717 13 6.92575 13.0879 6.83788C13.1757 6.75001 13.3172 6.75001 13.6 6.75001H15.0008C15.1757 6.7499 15.3514 6.68895 15.4934 6.56483C15.8054 6.29233 15.8374 5.81853 15.5648 5.50658L13.8297 3.52028C13.5506 3.20068 13.293 2.90574 13.0542 2.69718C12.7949 2.47076 12.4527 2.25 12 2.25C11.5474 2.25 11.2051 2.47076 10.9458 2.69718C10.707 2.90574 10.4495 3.20068 10.1703 3.52028L8.43518 5.50658Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.43518 18.4934C8.16267 18.1815 8.19464 17.7077 8.50659 17.4352C8.64888 17.3109 8.82483 17.2499 9 17.25H10.4C10.6828 17.25 10.8243 17.25 10.9121 17.1621C11 17.0743 11 16.9328 11 16.65V14.9999C11 14.4476 11.4477 13.9999 12 13.9999C12.5523 13.9999 13 14.4476 13 14.9999V16.65C13 16.9328 13 17.0743 13.0879 17.1621C13.1757 17.25 13.3172 17.25 13.6 17.25H15.0008C15.1757 17.2501 15.3514 17.3111 15.4934 17.4352C15.8054 17.7077 15.8374 18.1815 15.5648 18.4934L13.8297 20.4797C13.5506 20.7993 13.293 21.0943 13.0542 21.3028C12.7949 21.5292 12.4527 21.75 12 21.75C11.5474 21.75 11.2051 21.5292 10.9458 21.3028C10.707 21.0943 10.4495 20.7993 10.1703 20.4797L8.43518 18.4934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.4934 8.43518C18.1815 8.16267 17.7077 8.19464 17.4352 8.50659C17.3109 8.64888 17.2499 8.82483 17.25 9L17.25 10.4C17.25 10.6828 17.25 10.8243 17.1621 10.9121C17.0743 11 16.9328 11 16.65 11L14.9999 11C14.4476 11 13.9999 11.4477 13.9999 12C13.9999 12.5523 14.4476 13 14.9999 13L16.65 13C16.9328 13 17.0743 13 17.1621 13.0879C17.25 13.1757 17.25 13.3172 17.25 13.6L17.25 15.0008C17.2501 15.1757 17.3111 15.3514 17.4352 15.4934C17.7077 15.8054 18.1815 15.8374 18.4934 15.5648L20.4797 13.8297C20.7993 13.5506 21.0943 13.293 21.3028 13.0542C21.5292 12.7949 21.75 12.4527 21.75 12C21.75 11.5474 21.5292 11.2051 21.3028 10.9458C21.0943 10.707 20.7993 10.4495 20.4797 10.1703L18.4934 8.43518Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.50658 8.43518C5.81853 8.16267 6.29233 8.19464 6.56483 8.50659C6.68913 8.64888 6.75008 8.82483 6.75001 9L6.75001 10.4C6.75001 10.6828 6.75001 10.8243 6.83788 10.9121C6.92575 11 7.06717 11 7.35001 11L9.00013 11C9.55241 11 10.0001 11.4477 10.0001 12C10.0001 12.5523 9.55241 13 9.00013 13L7.35001 13C7.06717 13 6.92575 13 6.83788 13.0879C6.75001 13.1757 6.75001 13.3172 6.75001 13.6L6.75001 15.0008C6.7499 15.1757 6.68895 15.3514 6.56483 15.4934C6.29233 15.8054 5.81853 15.8374 5.50658 15.5648L3.52028 13.8297C3.20067 13.5506 2.90574 13.293 2.69718 13.0542C2.47076 12.7949 2.25 12.4527 2.25 12C2.25 11.5474 2.47076 11.2051 2.69718 10.9458C2.90574 10.707 3.20068 10.4495 3.52028 10.1703L5.50658 8.43518Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-navigation-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.4812 14.75 9.25 13.5188 9.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7363 6.86432C15.7141 7.01177 15.6472 7.25267 15.431 7.44179C15.0302 7.79226 14.5301 7.76593 14.2211 7.7087C13.8865 7.64671 13.5453 7.50709 13.2544 7.36778C12.9557 7.22473 12.1222 6.75084 11.8846 6.61261C11.2086 6.9956 10.5864 7.34769 10.1556 7.53349C9.93778 7.62745 9.69769 7.71297 9.45796 7.7405C9.20606 7.76943 8.87753 7.74113 8.59239 7.50991C8.36324 7.32409 8.29096 7.0781 8.26644 6.93093C8.24081 6.77711 8.24927 6.62888 8.26399 6.51116C8.29383 6.27259 8.37017 6.00613 8.46186 5.74661C8.64866 5.21784 8.94978 4.57802 9.29103 3.96439C9.63215 3.35101 10.0312 2.73161 10.4249 2.25262C10.6205 2.0146 10.8318 1.79027 11.0497 1.61753C11.2453 1.46255 11.5518 1.26284 11.925 1.2506C12.309 1.238 12.6308 1.42613 12.8374 1.57694C13.0654 1.74339 13.2854 1.9635 13.488 2.19714C13.8958 2.66748 14.3089 3.28168 14.6621 3.89161C15.0156 4.50218 15.3283 5.14166 15.5238 5.67306C15.6199 5.9341 15.7002 6.20212 15.7332 6.44307C15.7495 6.56224 15.7596 6.71046 15.7363 6.86432Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7363 17.1357C15.7141 16.9882 15.6472 16.7473 15.431 16.5582C15.0302 16.2077 14.5301 16.2341 14.2211 16.2913C13.8865 16.3533 13.5453 16.4929 13.2544 16.6322C12.9557 16.7753 12.1222 17.2492 11.8846 17.3874C11.2086 17.0044 10.5864 16.6523 10.1556 16.4665C9.93778 16.3726 9.69769 16.287 9.45796 16.2595C9.20606 16.2306 8.87753 16.2589 8.59239 16.4901C8.36324 16.6759 8.29096 16.9219 8.26644 17.0691C8.24081 17.2229 8.24927 17.3711 8.26399 17.4888C8.29383 17.7274 8.37017 17.9939 8.46186 18.2534C8.64866 18.7822 8.94978 19.422 9.29103 20.0356C9.63215 20.649 10.0312 21.2684 10.4249 21.7474C10.6205 21.9854 10.8318 22.2097 11.0497 22.3825C11.2453 22.5375 11.5518 22.7372 11.925 22.7494C12.309 22.762 12.6308 22.5739 12.8374 22.4231C13.0654 22.2566 13.2854 22.0365 13.488 21.8029C13.8958 21.3325 14.3089 20.7183 14.6621 20.1084C15.0156 19.4978 15.3283 18.8583 15.5238 18.3269C15.6199 18.0659 15.7002 17.7979 15.7332 17.5569C15.7495 17.4378 15.7596 17.2895 15.7363 17.1357Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.1357 15.7363C16.9882 15.7141 16.7473 15.6472 16.5582 15.431C16.2077 15.0302 16.2341 14.5301 16.2913 14.2211C16.3533 13.8865 16.4929 13.5453 16.6322 13.2544C16.7753 12.9557 17.2492 12.1222 17.3874 11.8846C17.0044 11.2086 16.6523 10.5864 16.4665 10.1556C16.3726 9.93778 16.287 9.69769 16.2595 9.45795C16.2306 9.20606 16.2589 8.87753 16.4901 8.59239C16.6759 8.36324 16.9219 8.29096 17.0691 8.26644C17.2229 8.24081 17.3711 8.24927 17.4888 8.26399C17.7274 8.29383 17.9939 8.37017 18.2534 8.46186C18.7822 8.64866 19.422 8.94978 20.0356 9.29103C20.649 9.63215 21.2684 10.0312 21.7474 10.4249C21.9854 10.6205 22.2097 10.8318 22.3825 11.0497C22.5375 11.2453 22.7372 11.5518 22.7494 11.925C22.762 12.309 22.5739 12.6308 22.4231 12.8374C22.2566 13.0654 22.0365 13.2854 21.8029 13.488C21.3325 13.8958 20.7183 14.3089 20.1084 14.6621C19.4978 15.0156 18.8583 15.3283 18.3269 15.5238C18.0659 15.6199 17.7979 15.7002 17.5569 15.7332C17.4378 15.7495 17.2895 15.7596 17.1357 15.7363Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.86432 15.7363C7.01177 15.7141 7.25267 15.6472 7.44179 15.431C7.79226 15.0302 7.76593 14.5301 7.7087 14.2211C7.64671 13.8865 7.50709 13.5453 7.36778 13.2544C7.22473 12.9557 6.75084 12.1222 6.61261 11.8846C6.9956 11.2086 7.34769 10.5864 7.53349 10.1556C7.62745 9.93778 7.71297 9.69769 7.7405 9.45796C7.76943 9.20606 7.74113 8.87753 7.50991 8.59239C7.32409 8.36324 7.0781 8.29096 6.93093 8.26644C6.77711 8.24081 6.62888 8.24927 6.51116 8.26399C6.27259 8.29383 6.00613 8.37017 5.74661 8.46186C5.21784 8.64866 4.57802 8.94978 3.96439 9.29103C3.35101 9.63215 2.73161 10.0312 2.25262 10.4249C2.0146 10.6205 1.79027 10.8318 1.61753 11.0497C1.46255 11.2453 1.26284 11.5518 1.2506 11.925C1.238 12.309 1.42613 12.6308 1.57694 12.8374C1.74339 13.0654 1.96349 13.2854 2.19714 13.488C2.66748 13.8958 3.28168 14.3089 3.89161 14.6621C4.50218 15.0156 5.14166 15.3283 5.67306 15.5238C5.9341 15.6199 6.20212 15.7002 6.44307 15.7332C6.56224 15.7495 6.71046 15.7596 6.86432 15.7363Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.4812 14.75 9.25 13.5188 9.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7363 6.86432C15.7141 7.01177 15.6472 7.25267 15.431 7.44179C15.0302 7.79226 14.5301 7.76593 14.2211 7.7087C13.8865 7.64671 13.5453 7.50709 13.2544 7.36778C12.9557 7.22473 12.1222 6.75084 11.8846 6.61261C11.2086 6.9956 10.5864 7.34769 10.1556 7.53349C9.93778 7.62745 9.69769 7.71297 9.45796 7.7405C9.20606 7.76943 8.87753 7.74113 8.59239 7.50991C8.36324 7.32409 8.29096 7.0781 8.26644 6.93093C8.24081 6.77711 8.24927 6.62888 8.26399 6.51116C8.29383 6.27259 8.37017 6.00613 8.46186 5.74661C8.64866 5.21784 8.94978 4.57802 9.29103 3.96439C9.63215 3.35101 10.0312 2.73161 10.4249 2.25262C10.6205 2.0146 10.8318 1.79027 11.0497 1.61753C11.2453 1.46255 11.5518 1.26284 11.925 1.2506C12.309 1.238 12.6308 1.42613 12.8374 1.57694C13.0654 1.74339 13.2854 1.9635 13.488 2.19714C13.8958 2.66748 14.3089 3.28168 14.6621 3.89161C15.0156 4.50218 15.3283 5.14166 15.5238 5.67306C15.6199 5.9341 15.7002 6.20212 15.7332 6.44307C15.7495 6.56224 15.7596 6.71046 15.7363 6.86432Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7363 17.1357C15.7141 16.9882 15.6472 16.7473 15.431 16.5582C15.0302 16.2077 14.5301 16.2341 14.2211 16.2913C13.8865 16.3533 13.5453 16.4929 13.2544 16.6322C12.9557 16.7753 12.1222 17.2492 11.8846 17.3874C11.2086 17.0044 10.5864 16.6523 10.1556 16.4665C9.93778 16.3726 9.69769 16.287 9.45796 16.2595C9.20606 16.2306 8.87753 16.2589 8.59239 16.4901C8.36324 16.6759 8.29096 16.9219 8.26644 17.0691C8.24081 17.2229 8.24927 17.3711 8.26399 17.4888C8.29383 17.7274 8.37017 17.9939 8.46186 18.2534C8.64866 18.7822 8.94978 19.422 9.29103 20.0356C9.63215 20.649 10.0312 21.2684 10.4249 21.7474C10.6205 21.9854 10.8318 22.2097 11.0497 22.3825C11.2453 22.5375 11.5518 22.7372 11.925 22.7494C12.309 22.762 12.6308 22.5739 12.8374 22.4231C13.0654 22.2566 13.2854 22.0365 13.488 21.8029C13.8958 21.3325 14.3089 20.7183 14.6621 20.1084C15.0156 19.4978 15.3283 18.8583 15.5238 18.3269C15.6199 18.0659 15.7002 17.7979 15.7332 17.5569C15.7495 17.4378 15.7596 17.2895 15.7363 17.1357Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.1357 15.7363C16.9882 15.7141 16.7473 15.6472 16.5582 15.431C16.2077 15.0302 16.2341 14.5301 16.2913 14.2211C16.3533 13.8865 16.4929 13.5453 16.6322 13.2544C16.7753 12.9557 17.2492 12.1222 17.3874 11.8846C17.0044 11.2086 16.6523 10.5864 16.4665 10.1556C16.3726 9.93778 16.287 9.69769 16.2595 9.45795C16.2306 9.20606 16.2589 8.87753 16.4901 8.59239C16.6759 8.36324 16.9219 8.29096 17.0691 8.26644C17.2229 8.24081 17.3711 8.24927 17.4888 8.26399C17.7274 8.29383 17.9939 8.37017 18.2534 8.46186C18.7822 8.64866 19.422 8.94978 20.0356 9.29103C20.649 9.63215 21.2684 10.0312 21.7474 10.4249C21.9854 10.6205 22.2097 10.8318 22.3825 11.0497C22.5375 11.2453 22.7372 11.5518 22.7494 11.925C22.762 12.309 22.5739 12.6308 22.4231 12.8374C22.2566 13.0654 22.0365 13.2854 21.8029 13.488C21.3325 13.8958 20.7183 14.3089 20.1084 14.6621C19.4978 15.0156 18.8583 15.3283 18.3269 15.5238C18.0659 15.6199 17.7979 15.7002 17.5569 15.7332C17.4378 15.7495 17.2895 15.7596 17.1357 15.7363Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.86432 15.7363C7.01177 15.7141 7.25267 15.6472 7.44179 15.431C7.79226 15.0302 7.76593 14.5301 7.7087 14.2211C7.64671 13.8865 7.50709 13.5453 7.36778 13.2544C7.22473 12.9557 6.75084 12.1222 6.61261 11.8846C6.9956 11.2086 7.34769 10.5864 7.53349 10.1556C7.62745 9.93778 7.71297 9.69769 7.7405 9.45796C7.76943 9.20606 7.74113 8.87753 7.50991 8.59239C7.32409 8.36324 7.0781 8.29096 6.93093 8.26644C6.77711 8.24081 6.62888 8.24927 6.51116 8.26399C6.27259 8.29383 6.00613 8.37017 5.74661 8.46186C5.21784 8.64866 4.57802 8.94978 3.96439 9.29103C3.35101 9.63215 2.73161 10.0312 2.25262 10.4249C2.0146 10.6205 1.79027 10.8318 1.61753 11.0497C1.46255 11.2453 1.26284 11.5518 1.2506 11.925C1.238 12.309 1.42613 12.6308 1.57694 12.8374C1.74339 13.0654 1.96349 13.2854 2.19714 13.488C2.66748 13.8958 3.28168 14.3089 3.89161 14.6621C4.50218 15.0156 5.14166 15.3283 5.67306 15.5238C5.9341 15.6199 6.20212 15.7002 6.44307 15.7332C6.56224 15.7495 6.71046 15.7596 6.86432 15.7363Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-navigation-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7345 6.42454C15.7081 6.58316 15.6296 6.82269 15.4027 7.00225C15.0059 7.28418 14.4104 7.47388 13.867 7.57702C13.298 7.68504 12.6494 7.74183 12.0104 7.74918C11.3717 7.75653 10.7211 7.71472 10.1488 7.61624C9.60353 7.52241 9.02656 7.35969 8.62102 7.06419C8.38264 6.88923 8.29794 6.64618 8.26863 6.487C8.23943 6.32838 8.24952 6.17831 8.26525 6.06443C8.29714 5.83368 8.37757 5.58202 8.47036 5.34429C8.66028 4.85775 8.9646 4.27317 9.30749 3.71515C9.65058 3.15678 10.0523 2.59238 10.4491 2.15543C10.6465 1.93803 10.8594 1.73348 11.0784 1.57638C11.279 1.43252 11.5763 1.26093 11.9273 1.25051C12.2874 1.23982 12.5977 1.40023 12.8086 1.5396C13.0371 1.69055 13.2585 1.8909 13.4629 2.10426C13.8737 2.53314 14.2896 3.09272 14.6448 3.64797C15.0001 4.20319 15.316 4.78739 15.5148 5.27626C15.612 5.51538 15.6964 5.76831 15.7317 6.00111C15.7491 6.11627 15.7609 6.26607 15.7345 6.42454Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7345 17.5755C15.7081 17.4168 15.6296 17.1773 15.4027 16.9978C15.0059 16.7158 14.4104 16.5261 13.867 16.423C13.298 16.315 12.6494 16.2582 12.0104 16.2508C11.3717 16.2435 10.7211 16.2853 10.1488 16.3838C9.60353 16.4776 9.02656 16.6403 8.62102 16.9358C8.38264 17.1108 8.29794 17.3538 8.26863 17.513C8.23943 17.6716 8.24952 17.8217 8.26525 17.9356C8.29714 18.1663 8.37757 18.418 8.47036 18.6557C8.66028 19.1422 8.9646 19.7268 9.30749 20.2849C9.65058 20.8432 10.0523 21.4076 10.4491 21.8446C10.6465 22.062 10.8594 22.2665 11.0784 22.4236C11.279 22.5675 11.5763 22.7391 11.9273 22.7495C12.2874 22.7602 12.5977 22.5998 12.8086 22.4604C13.0371 22.3095 13.2585 22.1091 13.4629 21.8957C13.8737 21.4669 14.2896 20.9073 14.6448 20.352C15.0001 19.7968 15.316 19.2126 15.5148 18.7237C15.612 18.4846 15.6964 18.2317 15.7317 17.9989C15.7491 17.8837 15.7609 17.7339 15.7345 17.5755Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5755 15.7345C17.4168 15.7081 17.1773 15.6296 16.9978 15.4027C16.7158 15.0059 16.5261 14.4104 16.423 13.867C16.315 13.298 16.2582 12.6494 16.2508 12.0104C16.2435 11.3717 16.2853 10.7211 16.3838 10.1488C16.4776 9.60353 16.6403 9.02656 16.9358 8.62102C17.1108 8.38264 17.3538 8.29794 17.513 8.26863C17.6716 8.23943 17.8217 8.24952 17.9356 8.26525C18.1663 8.29714 18.418 8.37757 18.6557 8.47036C19.1422 8.66028 19.7268 8.9646 20.2849 9.30749C20.8432 9.65058 21.4076 10.0523 21.8446 10.4491C22.062 10.6465 22.2665 10.8594 22.4236 11.0784C22.5675 11.279 22.7391 11.5763 22.7495 11.9273C22.7602 12.2874 22.5998 12.5977 22.4604 12.8086C22.3095 13.0371 22.1091 13.2585 21.8957 13.4629C21.4669 13.8737 20.9073 14.2896 20.352 14.6448C19.7968 15.0001 19.2126 15.316 18.7237 15.5148C18.4846 15.612 18.2317 15.6964 17.9989 15.7317C17.8837 15.7491 17.7339 15.7609 17.5755 15.7345Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.42454 15.7345C6.58316 15.7081 6.82269 15.6296 7.00225 15.4027C7.28418 15.0059 7.47388 14.4104 7.57702 13.867C7.68504 13.298 7.74183 12.6494 7.74918 12.0104C7.75653 11.3717 7.71472 10.7211 7.61624 10.1488C7.52241 9.60354 7.35969 9.02656 7.06419 8.62102C6.88923 8.38264 6.64618 8.29794 6.487 8.26863C6.32838 8.23943 6.17831 8.24952 6.06443 8.26525C5.83368 8.29714 5.58202 8.37757 5.34429 8.47036C4.85775 8.66028 4.27317 8.9646 3.71515 9.30749C3.15678 9.65058 2.59238 10.0523 2.15543 10.4491C1.93803 10.6465 1.73348 10.8594 1.57638 11.0784C1.43252 11.279 1.26093 11.5763 1.25051 11.9273C1.23982 12.2874 1.40023 12.5977 1.5396 12.8086C1.69055 13.0371 1.8909 13.2585 2.10426 13.4629C2.53314 13.8737 3.09272 14.2896 3.64797 14.6448C4.20319 15.0001 4.78739 15.316 5.27626 15.5148C5.51538 15.612 5.76831 15.6964 6.00111 15.7317C6.11627 15.7491 6.26607 15.7609 6.42454 15.7345Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.4812 14.75 9.25 13.5188 9.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7345 6.42454C15.7081 6.58316 15.6296 6.82269 15.4027 7.00225C15.0059 7.28418 14.4104 7.47388 13.867 7.57702C13.298 7.68504 12.6494 7.74183 12.0104 7.74918C11.3717 7.75653 10.7211 7.71472 10.1488 7.61624C9.60353 7.52241 9.02656 7.35969 8.62102 7.06419C8.38264 6.88923 8.29794 6.64618 8.26863 6.487C8.23943 6.32838 8.24952 6.17831 8.26525 6.06443C8.29714 5.83368 8.37757 5.58202 8.47036 5.34429C8.66028 4.85775 8.9646 4.27317 9.30749 3.71515C9.65058 3.15678 10.0523 2.59238 10.4491 2.15543C10.6465 1.93803 10.8594 1.73348 11.0784 1.57638C11.279 1.43252 11.5763 1.26093 11.9273 1.25051C12.2874 1.23982 12.5977 1.40023 12.8086 1.5396C13.0371 1.69055 13.2585 1.8909 13.4629 2.10426C13.8737 2.53314 14.2896 3.09272 14.6448 3.64797C15.0001 4.20319 15.316 4.78739 15.5148 5.27626C15.612 5.51538 15.6964 5.76831 15.7317 6.00111C15.7491 6.11627 15.7609 6.26607 15.7345 6.42454Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7345 17.5755C15.7081 17.4168 15.6296 17.1773 15.4027 16.9978C15.0059 16.7158 14.4104 16.5261 13.867 16.423C13.298 16.315 12.6494 16.2582 12.0104 16.2508C11.3717 16.2435 10.7211 16.2853 10.1488 16.3838C9.60353 16.4776 9.02656 16.6403 8.62102 16.9358C8.38264 17.1108 8.29794 17.3538 8.26863 17.513C8.23943 17.6716 8.24952 17.8217 8.26525 17.9356C8.29714 18.1663 8.37757 18.418 8.47036 18.6557C8.66028 19.1422 8.9646 19.7268 9.30749 20.2849C9.65058 20.8432 10.0523 21.4076 10.4491 21.8446C10.6465 22.062 10.8594 22.2665 11.0784 22.4236C11.279 22.5675 11.5763 22.7391 11.9273 22.7495C12.2874 22.7602 12.5977 22.5998 12.8086 22.4604C13.0371 22.3095 13.2585 22.1091 13.4629 21.8957C13.8737 21.4669 14.2896 20.9073 14.6448 20.352C15.0001 19.7968 15.316 19.2126 15.5148 18.7237C15.612 18.4846 15.6964 18.2317 15.7317 17.9989C15.7491 17.8837 15.7609 17.7339 15.7345 17.5755Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5755 15.7345C17.4168 15.7081 17.1773 15.6296 16.9978 15.4027C16.7158 15.0059 16.5261 14.4104 16.423 13.867C16.315 13.298 16.2582 12.6494 16.2508 12.0104C16.2435 11.3717 16.2853 10.7211 16.3838 10.1488C16.4776 9.60353 16.6403 9.02656 16.9358 8.62102C17.1108 8.38264 17.3538 8.29794 17.513 8.26863C17.6716 8.23943 17.8217 8.24952 17.9356 8.26525C18.1663 8.29714 18.418 8.37757 18.6557 8.47036C19.1422 8.66028 19.7268 8.9646 20.2849 9.30749C20.8432 9.65058 21.4076 10.0523 21.8446 10.4491C22.062 10.6465 22.2665 10.8594 22.4236 11.0784C22.5675 11.279 22.7391 11.5763 22.7495 11.9273C22.7602 12.2874 22.5998 12.5977 22.4604 12.8086C22.3095 13.0371 22.1091 13.2585 21.8957 13.4629C21.4669 13.8737 20.9073 14.2896 20.352 14.6448C19.7968 15.0001 19.2126 15.316 18.7237 15.5148C18.4846 15.612 18.2317 15.6964 17.9989 15.7317C17.8837 15.7491 17.7339 15.7609 17.5755 15.7345Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.42454 15.7345C6.58316 15.7081 6.82269 15.6296 7.00225 15.4027C7.28418 15.0059 7.47388 14.4104 7.57702 13.867C7.68504 13.298 7.74183 12.6494 7.74918 12.0104C7.75653 11.3717 7.71472 10.7211 7.61624 10.1488C7.52241 9.60354 7.35969 9.02656 7.06419 8.62102C6.88923 8.38264 6.64618 8.29794 6.487 8.26863C6.32838 8.23943 6.17831 8.24952 6.06443 8.26525C5.83368 8.29714 5.58202 8.37757 5.34429 8.47036C4.85775 8.66028 4.27317 8.9646 3.71515 9.30749C3.15678 9.65058 2.59238 10.0523 2.15543 10.4491C1.93803 10.6465 1.73348 10.8594 1.57638 11.0784C1.43252 11.279 1.26093 11.5763 1.25051 11.9273C1.23982 12.2874 1.40023 12.5977 1.5396 12.8086C1.69055 13.0371 1.8909 13.2585 2.10426 13.4629C2.53314 13.8737 3.09272 14.2896 3.64797 14.6448C4.20319 15.0001 4.78739 15.316 5.27626 15.5148C5.51538 15.612 5.76831 15.6964 6.00111 15.7317C6.11627 15.7491 6.26607 15.7609 6.42454 15.7345Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.4812 14.75 9.25 13.5188 9.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-scroll-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.4812 14.75 9.25 13.5188 9.25 12C9.25 10.4812 10.4812 9.25 12 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.1739 16.7326C15.9978 16.7031 15.7457 16.6176 15.5588 16.3802C15.2133 15.9411 15.2331 15.3954 15.2956 15.0203C15.3632 14.6148 15.5184 14.1883 15.6825 13.8077C15.8494 13.4202 16.4757 12.1536 16.641 11.8379C16.1747 10.9234 15.7052 9.9761 15.4879 9.41617C15.3783 9.13384 15.2886 8.84676 15.2604 8.57361C15.2316 8.29517 15.2593 7.94978 15.4822 7.64427C15.6638 7.39536 15.9188 7.3035 16.0951 7.27086C16.2704 7.2384 16.4412 7.24892 16.579 7.26807C16.8576 7.30678 17.1709 7.40625 17.4791 7.52724C18.1066 7.77361 18.8683 8.17178 19.6 8.624C20.3321 9.07644 21.0669 9.60312 21.6313 10.1186C21.9125 10.3754 22.17 10.6461 22.3643 10.9186C22.5456 11.1729 22.7379 11.5187 22.7494 11.9106C22.7613 12.3126 22.5824 12.6727 22.4077 12.9387C22.2215 13.222 21.97 13.5029 21.6944 13.7685C21.141 14.3017 20.4131 14.8464 19.6853 15.3148C18.9576 15.7831 18.1965 16.1964 17.5661 16.4542C17.2562 16.5809 16.9412 16.6855 16.6599 16.7283C16.5204 16.7495 16.3495 16.7621 16.1739 16.7326Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.82608 16.7326C8.00223 16.7031 8.25431 16.6176 8.44118 16.3802C8.78669 15.9411 8.76693 15.3954 8.7044 15.0203C8.63679 14.6148 8.4816 14.1883 8.31754 13.8077C8.15056 13.4202 7.5243 12.1536 7.35903 11.8379C7.82526 10.9234 8.29479 9.9761 8.5121 9.41617C8.62167 9.13384 8.71138 8.84676 8.73961 8.57361C8.76839 8.29517 8.74075 7.94978 8.51781 7.64427C8.33618 7.39536 8.08118 7.3035 7.90489 7.27086C7.72958 7.2384 7.55881 7.24891 7.42101 7.26807C7.14243 7.30678 6.82912 7.40625 6.52093 7.52724C5.89339 7.77361 5.13171 8.17178 4.39998 8.624C3.66787 9.07644 2.93311 9.60312 2.36867 10.1186C2.0875 10.3754 1.83003 10.6461 1.63572 10.9186C1.4544 11.1729 1.26213 11.5187 1.25056 11.9106C1.2387 12.3126 1.41757 12.6727 1.59235 12.9387C1.77852 13.222 2.03002 13.5029 2.30564 13.7685C2.85899 14.3017 3.58686 14.8464 4.31468 15.3148C5.04244 15.7831 5.80347 16.1964 6.43389 16.4542C6.74376 16.5809 7.05883 16.6855 7.34015 16.7283C7.47958 16.7495 7.65047 16.7621 7.82608 16.7326Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.4812 14.75 9.25 13.5188 9.25 12C9.25 10.4812 10.4812 9.25 12 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.1739 16.7326C15.9978 16.7031 15.7457 16.6176 15.5588 16.3802C15.2133 15.9411 15.2331 15.3954 15.2956 15.0203C15.3632 14.6148 15.5184 14.1883 15.6825 13.8077C15.8494 13.4202 16.4757 12.1536 16.641 11.8379C16.1747 10.9234 15.7052 9.9761 15.4879 9.41617C15.3783 9.13384 15.2886 8.84676 15.2604 8.57361C15.2316 8.29517 15.2593 7.94978 15.4822 7.64427C15.6638 7.39536 15.9188 7.3035 16.0951 7.27086C16.2704 7.2384 16.4412 7.24892 16.579 7.26807C16.8576 7.30678 17.1709 7.40625 17.4791 7.52724C18.1066 7.77361 18.8683 8.17178 19.6 8.624C20.3321 9.07644 21.0669 9.60312 21.6313 10.1186C21.9125 10.3754 22.17 10.6461 22.3643 10.9186C22.5456 11.1729 22.7379 11.5187 22.7494 11.9106C22.7613 12.3126 22.5824 12.6727 22.4077 12.9387C22.2215 13.222 21.97 13.5029 21.6944 13.7685C21.141 14.3017 20.4131 14.8464 19.6853 15.3148C18.9576 15.7831 18.1965 16.1964 17.5661 16.4542C17.2562 16.5809 16.9412 16.6855 16.6599 16.7283C16.5204 16.7495 16.3495 16.7621 16.1739 16.7326Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.82608 16.7326C8.00223 16.7031 8.25431 16.6176 8.44118 16.3802C8.78669 15.9411 8.76693 15.3954 8.7044 15.0203C8.63679 14.6148 8.4816 14.1883 8.31754 13.8077C8.15056 13.4202 7.5243 12.1536 7.35903 11.8379C7.82526 10.9234 8.29479 9.9761 8.5121 9.41617C8.62167 9.13384 8.71138 8.84676 8.73961 8.57361C8.76839 8.29517 8.74075 7.94978 8.51781 7.64427C8.33618 7.39536 8.08118 7.3035 7.90489 7.27086C7.72958 7.2384 7.55881 7.24891 7.42101 7.26807C7.14243 7.30678 6.82912 7.40625 6.52093 7.52724C5.89339 7.77361 5.13171 8.17178 4.39998 8.624C3.66787 9.07644 2.93311 9.60312 2.36867 10.1186C2.0875 10.3754 1.83003 10.6461 1.63572 10.9186C1.4544 11.1729 1.26213 11.5187 1.25056 11.9106C1.2387 12.3126 1.41757 12.6727 1.59235 12.9387C1.77852 13.222 2.03002 13.5029 2.30564 13.7685C2.85899 14.3017 3.58686 14.8464 4.31468 15.3148C5.04244 15.7831 5.80347 16.1964 6.43389 16.4542C6.74376 16.5809 7.05883 16.6855 7.34015 16.7283C7.47958 16.7495 7.65047 16.7621 7.82608 16.7326Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-scroll-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.25 11.9999C9.25 10.4811 10.4812 9.24988 12 9.24988C13.5188 9.24988 14.75 10.4811 14.75 11.9999C14.75 13.5187 13.5188 14.7499 12 14.7499C10.4812 14.7499 9.25 13.5187 9.25 11.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.7326 7.82608C16.7031 8.00222 16.6176 8.25431 16.3802 8.44118C15.9411 8.78669 15.3954 8.76693 15.0203 8.7044C14.6148 8.63679 14.1883 8.4816 13.8077 8.31754C13.4202 8.15056 12.1536 7.5243 11.8379 7.35903C10.9234 7.82526 9.9761 8.29479 9.41617 8.5121C9.13384 8.62167 8.84676 8.71138 8.57361 8.73961C8.29517 8.76839 7.94978 8.74075 7.64427 8.51781C7.39536 8.33618 7.3035 8.08118 7.27086 7.90489C7.2384 7.72958 7.24891 7.55881 7.26807 7.42101C7.30678 7.14243 7.40625 6.82912 7.52724 6.52093C7.77361 5.89339 8.17178 5.13171 8.624 4.39998C9.07644 3.66787 9.60312 2.93311 10.1186 2.36867C10.3754 2.0875 10.6461 1.83003 10.9186 1.63571C11.1729 1.4544 11.5187 1.26213 11.9106 1.25056C12.3126 1.2387 12.6727 1.41757 12.9387 1.59235C13.222 1.77852 13.5029 2.03002 13.7685 2.30564C14.3017 2.85899 14.8464 3.58686 15.3148 4.31467C15.7831 5.04244 16.1964 5.80347 16.4542 6.43389C16.5809 6.74376 16.6855 7.05883 16.7283 7.34015C16.7495 7.47958 16.7621 7.65047 16.7326 7.82608Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.7326 16.1739C16.7031 15.9978 16.6176 15.7457 16.3802 15.5588C15.9411 15.2133 15.3954 15.2331 15.0203 15.2956C14.6148 15.3632 14.1883 15.5184 13.8077 15.6825C13.4202 15.8494 12.1536 16.4757 11.8379 16.641C10.9234 16.1747 9.9761 15.7052 9.41617 15.4879C9.13384 15.3783 8.84676 15.2886 8.57361 15.2604C8.29517 15.2316 7.94978 15.2593 7.64427 15.4822C7.39536 15.6638 7.3035 15.9188 7.27086 16.0951C7.2384 16.2704 7.24891 16.4412 7.26807 16.579C7.30678 16.8576 7.40625 17.1709 7.52724 17.4791C7.77361 18.1066 8.17178 18.8683 8.624 19.6C9.07644 20.3321 9.60312 21.0669 10.1186 21.6313C10.3754 21.9125 10.6461 22.17 10.9186 22.3643C11.1729 22.5456 11.5187 22.7379 11.9106 22.7494C12.3126 22.7613 12.6727 22.5824 12.9387 22.4077C13.222 22.2215 13.5029 21.97 13.7685 21.6944C14.3017 21.141 14.8464 20.4131 15.3148 19.6853C15.7831 18.9576 16.1964 18.1965 16.4542 17.5661C16.5809 17.2562 16.6855 16.9412 16.7283 16.6599C16.7495 16.5204 16.7621 16.3495 16.7326 16.1739Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.25 11.9999C9.25 10.4811 10.4812 9.24988 12 9.24988C13.5188 9.24988 14.75 10.4811 14.75 11.9999C14.75 13.5187 13.5188 14.7499 12 14.7499C10.4812 14.7499 9.25 13.5187 9.25 11.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.7326 7.82608C16.7031 8.00222 16.6176 8.25431 16.3802 8.44118C15.9411 8.78669 15.3954 8.76693 15.0203 8.7044C14.6148 8.63679 14.1883 8.4816 13.8077 8.31754C13.4202 8.15056 12.1536 7.5243 11.8379 7.35903C10.9234 7.82526 9.9761 8.29479 9.41617 8.5121C9.13384 8.62167 8.84676 8.71138 8.57361 8.73961C8.29517 8.76839 7.94978 8.74075 7.64427 8.51781C7.39536 8.33618 7.3035 8.08118 7.27086 7.90489C7.2384 7.72958 7.24891 7.55881 7.26807 7.42101C7.30678 7.14243 7.40625 6.82912 7.52724 6.52093C7.77361 5.89339 8.17178 5.13171 8.624 4.39998C9.07644 3.66787 9.60312 2.93311 10.1186 2.36867C10.3754 2.0875 10.6461 1.83003 10.9186 1.63571C11.1729 1.4544 11.5187 1.26213 11.9106 1.25056C12.3126 1.2387 12.6727 1.41757 12.9387 1.59235C13.222 1.77852 13.5029 2.03002 13.7685 2.30564C14.3017 2.85899 14.8464 3.58686 15.3148 4.31467C15.7831 5.04244 16.1964 5.80347 16.4542 6.43389C16.5809 6.74376 16.6855 7.05883 16.7283 7.34015C16.7495 7.47958 16.7621 7.65047 16.7326 7.82608Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.7326 16.1739C16.7031 15.9978 16.6176 15.7457 16.3802 15.5588C15.9411 15.2133 15.3954 15.2331 15.0203 15.2956C14.6148 15.3632 14.1883 15.5184 13.8077 15.6825C13.4202 15.8494 12.1536 16.4757 11.8379 16.641C10.9234 16.1747 9.9761 15.7052 9.41617 15.4879C9.13384 15.3783 8.84676 15.2886 8.57361 15.2604C8.29517 15.2316 7.94978 15.2593 7.64427 15.4822C7.39536 15.6638 7.3035 15.9188 7.27086 16.0951C7.2384 16.2704 7.24891 16.4412 7.26807 16.579C7.30678 16.8576 7.40625 17.1709 7.52724 17.4791C7.77361 18.1066 8.17178 18.8683 8.624 19.6C9.07644 20.3321 9.60312 21.0669 10.1186 21.6313C10.3754 21.9125 10.6461 22.17 10.9186 22.3643C11.1729 22.5456 11.5187 22.7379 11.9106 22.7494C12.3126 22.7613 12.6727 22.5824 12.9387 22.4077C13.222 22.2215 13.5029 21.97 13.7685 21.6944C14.3017 21.141 14.8464 20.4131 15.3148 19.6853C15.7831 18.9576 16.1964 18.1965 16.4542 17.5661C16.5809 17.2562 16.6855 16.9412 16.7283 16.6599C16.7495 16.5204 16.7621 16.3495 16.7326 16.1739Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-mouse-icons-vertical-resize{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 10C3 9.44772 3.44772 9 4 9H20C20.5523 9 21 9.44772 21 10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 14C3 13.4477 3.44772 13 4 13H20C20.5523 13 21 13.4477 21 14C21 14.5523 20.5523 15 20 15H4C3.44772 15 3 14.5523 3 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5C12.5523 5 13 5.44772 13 6V10C13 10.5523 12.5523 11 12 11C11.4477 11 11 10.5523 11 10V6C11 5.44772 11.4477 5 12 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5446 16.7586C14.7782 16.7336 15.0895 16.753 15.3705 16.9551L15.3725 16.9566L15.3773 16.9601C15.6161 17.1343 15.7016 17.3772 15.7312 17.5371C15.7606 17.696 15.7505 17.8463 15.7347 17.9599C15.7026 18.1903 15.622 18.4412 15.5291 18.6777C15.339 19.1619 15.0345 19.7435 14.6915 20.2985C14.3483 20.8538 13.9464 21.4152 13.5495 21.8498C13.352 22.0661 13.1389 22.2695 12.9199 22.4258C12.7191 22.569 12.4223 22.7391 12.0725 22.7494C11.7137 22.76 11.4041 22.601 11.193 22.4623C10.9646 22.3122 10.7431 22.113 10.5386 21.9008C10.1276 21.4742 9.7116 20.9176 9.35623 20.3653C9.0009 19.8132 8.68477 19.232 8.4858 18.7454C8.38851 18.5075 8.3038 18.2554 8.26841 18.023C8.2509 17.908 8.23896 17.7581 8.26558 17.5993C8.2923 17.44 8.37154 17.2006 8.59892 17.0217C8.99228 16.7121 9.46977 16.7373 9.76558 16.7866C10.0918 16.841 10.4279 16.9643 10.7185 17.0895C11.0158 17.2177 11.8795 17.6568 12.117 17.7811C12.7863 17.4399 13.4407 17.1077 13.8658 16.9421C14.0827 16.8575 14.3157 16.783 14.5446 16.7586Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5446 7.24143C14.7782 7.26638 15.0895 7.24701 15.3705 7.0449L15.3725 7.04342L15.3773 7.03993C15.6161 6.86566 15.7016 6.62284 15.7312 6.46291C15.7606 6.30397 15.7505 6.15374 15.7347 6.04006C15.7026 5.80969 15.622 5.55882 15.5291 5.32228C15.339 4.83805 15.0345 4.2565 14.6915 3.70152C14.3483 3.14617 13.9464 2.58479 13.5495 2.15017C13.352 1.93391 13.1389 1.73046 12.9199 1.57424C12.7191 1.43103 12.4223 1.26094 12.0725 1.25061C11.7137 1.24002 11.4041 1.39897 11.193 1.53767C10.9646 1.68775 10.7431 1.88701 10.5386 2.09924C10.1276 2.52583 9.7116 3.08241 9.35623 3.63465C9.0009 4.18685 8.68477 4.76802 8.4858 5.25456C8.38851 5.49248 8.3038 5.7446 8.26841 5.97699C8.2509 6.09196 8.23896 6.24189 8.26558 6.40067C8.2923 6.56 8.37154 6.79939 8.59892 6.97834C8.99228 7.2879 9.46977 7.26267 9.76558 7.21336C10.0918 7.15897 10.4279 7.03569 10.7185 6.91046C11.0158 6.7823 11.8795 6.34324 12.117 6.21885C12.7863 6.56005 13.4407 6.89231 13.8658 7.05792C14.0827 7.14245 14.3157 7.21698 14.5446 7.24143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 13C12.5523 13 13 13.4477 13 14V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V14C11 13.4477 11.4477 13 12 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 10C3 9.44772 3.44772 9 4 9H20C20.5523 9 21 9.44772 21 10C21 10.5523 20.5523 11 20 11H4C3.44772 11 3 10.5523 3 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 14C3 13.4477 3.44772 13 4 13H20C20.5523 13 21 13.4477 21 14C21 14.5523 20.5523 15 20 15H4C3.44772 15 3 14.5523 3 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5C12.5523 5 13 5.44772 13 6V10C13 10.5523 12.5523 11 12 11C11.4477 11 11 10.5523 11 10V6C11 5.44772 11.4477 5 12 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5446 16.7586C14.7782 16.7336 15.0895 16.753 15.3705 16.9551L15.3725 16.9566L15.3773 16.9601C15.6161 17.1343 15.7016 17.3772 15.7312 17.5371C15.7606 17.696 15.7505 17.8463 15.7347 17.9599C15.7026 18.1903 15.622 18.4412 15.5291 18.6777C15.339 19.1619 15.0345 19.7435 14.6915 20.2985C14.3483 20.8538 13.9464 21.4152 13.5495 21.8498C13.352 22.0661 13.1389 22.2695 12.9199 22.4258C12.7191 22.569 12.4223 22.7391 12.0725 22.7494C11.7137 22.76 11.4041 22.601 11.193 22.4623C10.9646 22.3122 10.7431 22.113 10.5386 21.9008C10.1276 21.4742 9.7116 20.9176 9.35623 20.3653C9.0009 19.8132 8.68477 19.232 8.4858 18.7454C8.38851 18.5075 8.3038 18.2554 8.26841 18.023C8.2509 17.908 8.23896 17.7581 8.26558 17.5993C8.2923 17.44 8.37154 17.2006 8.59892 17.0217C8.99228 16.7121 9.46977 16.7373 9.76558 16.7866C10.0918 16.841 10.4279 16.9643 10.7185 17.0895C11.0158 17.2177 11.8795 17.6568 12.117 17.7811C12.7863 17.4399 13.4407 17.1077 13.8658 16.9421C14.0827 16.8575 14.3157 16.783 14.5446 16.7586Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5446 7.24143C14.7782 7.26638 15.0895 7.24701 15.3705 7.0449L15.3725 7.04342L15.3773 7.03993C15.6161 6.86566 15.7016 6.62284 15.7312 6.46291C15.7606 6.30397 15.7505 6.15374 15.7347 6.04006C15.7026 5.80969 15.622 5.55882 15.5291 5.32228C15.339 4.83805 15.0345 4.2565 14.6915 3.70152C14.3483 3.14617 13.9464 2.58479 13.5495 2.15017C13.352 1.93391 13.1389 1.73046 12.9199 1.57424C12.7191 1.43103 12.4223 1.26094 12.0725 1.25061C11.7137 1.24002 11.4041 1.39897 11.193 1.53767C10.9646 1.68775 10.7431 1.88701 10.5386 2.09924C10.1276 2.52583 9.7116 3.08241 9.35623 3.63465C9.0009 4.18685 8.68477 4.76802 8.4858 5.25456C8.38851 5.49248 8.3038 5.7446 8.26841 5.97699C8.2509 6.09196 8.23896 6.24189 8.26558 6.40067C8.2923 6.56 8.37154 6.79939 8.59892 6.97834C8.99228 7.2879 9.46977 7.26267 9.76558 7.21336C10.0918 7.15897 10.4279 7.03569 10.7185 6.91046C11.0158 6.7823 11.8795 6.34324 12.117 6.21885C12.7863 6.56005 13.4407 6.89231 13.8658 7.05792C14.0827 7.14245 14.3157 7.21698 14.5446 7.24143Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 13C12.5523 13 13 13.4477 13 14V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V14C11 13.4477 11.4477 13 12 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-note-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.125C7.55228 1.125 8 1.57272 8 2.125V4.125C8 4.67728 7.55228 5.125 7 5.125C6.44772 5.125 6 4.67728 6 4.125V2.125C6 1.57272 6.44772 1.125 7 1.125ZM12 1.125C12.5523 1.125 13 1.57272 13 2.125V4.125C13 4.67728 12.5523 5.125 12 5.125C11.4477 5.125 11 4.67728 11 4.125V2.125C11 1.57272 11.4477 1.125 12 1.125ZM17 1.125C17.5523 1.125 18 1.57272 18 2.125V4.125C18 4.67728 17.5523 5.125 17 5.125C16.4477 5.125 16 4.67728 16 4.125V2.125C16 1.57272 16.4477 1.125 17 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5558 2.375H13.5558H13.5557H10.4443H10.4442H10.4442C8.84165 2.37498 7.5627 2.37497 6.55961 2.50983C5.52335 2.64915 4.66994 2.94466 3.9948 3.6198C3.31966 4.29494 3.02415 5.14835 2.88483 6.18461C2.74997 7.1877 2.74998 8.46665 2.75 10.0692V10.0692V10.0693V15.1807V15.1808V15.1808C2.74998 16.7834 2.74997 18.0623 2.88483 19.0654C3.02415 20.1017 3.31966 20.9551 3.9948 21.6302C4.66994 22.3053 5.52335 22.6008 6.55961 22.7402C7.5627 22.875 8.84166 22.875 10.4443 22.875H13.5557C15.1583 22.875 16.4373 22.875 17.4404 22.7402C18.4767 22.6008 19.3301 22.3053 20.0052 21.6302C20.6803 20.9551 20.9758 20.1017 21.1152 19.0654C21.25 18.0623 21.25 16.7833 21.25 15.1807V10.0693C21.25 8.46666 21.25 7.1877 21.1152 6.18461C20.9758 5.14835 20.6803 4.29494 20.0052 3.6198C19.3301 2.94466 18.4767 2.64915 17.4404 2.50983C16.4373 2.37497 15.1584 2.37498 13.5558 2.375ZM8 9.125C7.44772 9.125 7 9.57272 7 10.125C7 10.6773 7.44772 11.125 8 11.125H16C16.5523 11.125 17 10.6773 17 10.125C17 9.57272 16.5523 9.125 16 9.125H8ZM8 14.125C7.44772 14.125 7 14.5727 7 15.125C7 15.6773 7.44772 16.125 8 16.125H12C12.5523 16.125 13 15.6773 13 15.125C13 14.5727 12.5523 14.125 12 14.125H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.125C7.55228 1.125 8 1.57272 8 2.125V4.125C8 4.67728 7.55228 5.125 7 5.125C6.44772 5.125 6 4.67728 6 4.125V2.125C6 1.57272 6.44772 1.125 7 1.125ZM12 1.125C12.5523 1.125 13 1.57272 13 2.125V4.125C13 4.67728 12.5523 5.125 12 5.125C11.4477 5.125 11 4.67728 11 4.125V2.125C11 1.57272 11.4477 1.125 12 1.125ZM17 1.125C17.5523 1.125 18 1.57272 18 2.125V4.125C18 4.67728 17.5523 5.125 17 5.125C16.4477 5.125 16 4.67728 16 4.125V2.125C16 1.57272 16.4477 1.125 17 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5558 2.375H13.5558H13.5557H10.4443H10.4442H10.4442C8.84165 2.37498 7.5627 2.37497 6.55961 2.50983C5.52335 2.64915 4.66994 2.94466 3.9948 3.6198C3.31966 4.29494 3.02415 5.14835 2.88483 6.18461C2.74997 7.1877 2.74998 8.46665 2.75 10.0692V10.0692V10.0693V15.1807V15.1808V15.1808C2.74998 16.7834 2.74997 18.0623 2.88483 19.0654C3.02415 20.1017 3.31966 20.9551 3.9948 21.6302C4.66994 22.3053 5.52335 22.6008 6.55961 22.7402C7.5627 22.875 8.84166 22.875 10.4443 22.875H13.5557C15.1583 22.875 16.4373 22.875 17.4404 22.7402C18.4767 22.6008 19.3301 22.3053 20.0052 21.6302C20.6803 20.9551 20.9758 20.1017 21.1152 19.0654C21.25 18.0623 21.25 16.7833 21.25 15.1807V10.0693C21.25 8.46666 21.25 7.1877 21.1152 6.18461C20.9758 5.14835 20.6803 4.29494 20.0052 3.6198C19.3301 2.94466 18.4767 2.64915 17.4404 2.50983C16.4373 2.37497 15.1584 2.37498 13.5558 2.375ZM8 9.125C7.44772 9.125 7 9.57272 7 10.125C7 10.6773 7.44772 11.125 8 11.125H16C16.5523 11.125 17 10.6773 17 10.125C17 9.57272 16.5523 9.125 16 9.125H8ZM8 14.125C7.44772 14.125 7 14.5727 7 15.125C7 15.6773 7.44772 16.125 8 16.125H12C12.5523 16.125 13 15.6773 13 15.125C13 14.5727 12.5523 14.125 12 14.125H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-note-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.125C7.55228 1.125 8 1.57272 8 2.125V4.125C8 4.67728 7.55228 5.125 7 5.125C6.44772 5.125 6 4.67728 6 4.125V2.125C6 1.57272 6.44772 1.125 7 1.125ZM12 1.125C12.5523 1.125 13 1.57272 13 2.125V4.125C13 4.67728 12.5523 5.125 12 5.125C11.4477 5.125 11 4.67728 11 4.125V2.125C11 1.57272 11.4477 1.125 12 1.125ZM17 1.125C17.5523 1.125 18 1.57272 18 2.125V4.125C18 4.67728 17.5523 5.125 17 5.125C16.4477 5.125 16 4.67728 16 4.125V2.125C16 1.57272 16.4477 1.125 17 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5549 2.375H14.5549H14.5549C15.9225 2.37498 17.0248 2.37497 17.8918 2.49153C18.7919 2.61254 19.5497 2.87144 20.1517 3.47335C20.7536 4.07527 21.0125 4.83314 21.1335 5.73325C21.25 6.60022 21.25 7.70254 21.25 9.07013L21.25 16.1799C21.25 17.5475 21.25 18.6498 21.1335 19.5168C21.0125 20.4169 20.7536 21.1747 20.1517 21.7767C19.5497 22.3786 18.7919 22.6375 17.8918 22.7585C17.0248 22.875 15.9225 22.875 14.5549 22.875H12.0196L10.1707 19.3957L10.1274 19.3268C9.63712 18.5461 9.228 17.8947 8.83504 17.4265C8.42091 16.9331 7.94572 16.5446 7.29331 16.4268C6.36916 16.2599 5.33322 16.6422 4.51567 17.0599C3.9085 17.3701 3.33118 17.7478 2.86361 18.0951C2.83008 17.9485 2.8073 17.7982 2.79132 17.6436C2.74997 17.2437 2.74998 16.7598 2.75 16.1898V16.1898V16.1898V16.1897L2.75 9.07013V9.0701V9.07008V9.07004C2.74998 7.70249 2.74997 6.6002 2.86653 5.73325C2.98754 4.83314 3.24644 4.07527 3.84835 3.47335C4.45027 2.87144 5.20814 2.61254 6.10825 2.49153C6.97521 2.37497 8.07752 2.37498 9.44508 2.375H9.4451H9.44511H9.44513L14.5549 2.375H14.5549ZM8.87155 20.1475L10.2728 22.7843C9.98524 22.7065 9.71338 22.5704 9.37575 22.4014L9.37572 22.4014L9.32001 22.3735L5.34281 20.3849L5.34275 20.3849C4.83294 20.13 4.40009 19.9136 4.06088 19.6978C3.91063 19.6022 3.76937 19.5011 3.63908 19.3889C4.06648 19.0621 4.62206 18.69 5.19813 18.3957C5.97284 17.9999 6.62193 17.8298 7.02679 17.9029C7.19078 17.9325 7.38123 18.0276 7.68609 18.3908C8.00152 18.7666 8.35283 19.3217 8.87155 20.1475ZM8 8.375C7.58579 8.375 7.25 8.71079 7.25 9.125C7.25 9.53921 7.58579 9.875 8 9.875L12 9.875C12.4142 9.875 12.75 9.53921 12.75 9.125C12.75 8.71079 12.4142 8.375 12 8.375L8 8.375ZM8 13.375C7.58579 13.375 7.25 13.7108 7.25 14.125C7.25 14.5392 7.58579 14.875 8 14.875L16 14.875C16.4142 14.875 16.75 14.5392 16.75 14.125C16.75 13.7108 16.4142 13.375 16 13.375L8 13.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.125C7.55228 1.125 8 1.57272 8 2.125V4.125C8 4.67728 7.55228 5.125 7 5.125C6.44772 5.125 6 4.67728 6 4.125V2.125C6 1.57272 6.44772 1.125 7 1.125ZM12 1.125C12.5523 1.125 13 1.57272 13 2.125V4.125C13 4.67728 12.5523 5.125 12 5.125C11.4477 5.125 11 4.67728 11 4.125V2.125C11 1.57272 11.4477 1.125 12 1.125ZM17 1.125C17.5523 1.125 18 1.57272 18 2.125V4.125C18 4.67728 17.5523 5.125 17 5.125C16.4477 5.125 16 4.67728 16 4.125V2.125C16 1.57272 16.4477 1.125 17 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5549 2.375H14.5549H14.5549C15.9225 2.37498 17.0248 2.37497 17.8918 2.49153C18.7919 2.61254 19.5497 2.87144 20.1517 3.47335C20.7536 4.07527 21.0125 4.83314 21.1335 5.73325C21.25 6.60022 21.25 7.70254 21.25 9.07013L21.25 16.1799C21.25 17.5475 21.25 18.6498 21.1335 19.5168C21.0125 20.4169 20.7536 21.1747 20.1517 21.7767C19.5497 22.3786 18.7919 22.6375 17.8918 22.7585C17.0248 22.875 15.9225 22.875 14.5549 22.875H12.0196L10.1707 19.3957L10.1274 19.3268C9.63712 18.5461 9.228 17.8947 8.83504 17.4265C8.42091 16.9331 7.94572 16.5446 7.29331 16.4268C6.36916 16.2599 5.33322 16.6422 4.51567 17.0599C3.9085 17.3701 3.33118 17.7478 2.86361 18.0951C2.83008 17.9485 2.8073 17.7982 2.79132 17.6436C2.74997 17.2437 2.74998 16.7598 2.75 16.1898V16.1898V16.1898V16.1897L2.75 9.07013V9.0701V9.07008V9.07004C2.74998 7.70249 2.74997 6.6002 2.86653 5.73325C2.98754 4.83314 3.24644 4.07527 3.84835 3.47335C4.45027 2.87144 5.20814 2.61254 6.10825 2.49153C6.97521 2.37497 8.07752 2.37498 9.44508 2.375H9.4451H9.44511H9.44513L14.5549 2.375H14.5549ZM8.87155 20.1475L10.2728 22.7843C9.98524 22.7065 9.71338 22.5704 9.37575 22.4014L9.37572 22.4014L9.32001 22.3735L5.34281 20.3849L5.34275 20.3849C4.83294 20.13 4.40009 19.9136 4.06088 19.6978C3.91063 19.6022 3.76937 19.5011 3.63908 19.3889C4.06648 19.0621 4.62206 18.69 5.19813 18.3957C5.97284 17.9999 6.62193 17.8298 7.02679 17.9029C7.19078 17.9325 7.38123 18.0276 7.68609 18.3908C8.00152 18.7666 8.35283 19.3217 8.87155 20.1475ZM8 8.375C7.58579 8.375 7.25 8.71079 7.25 9.125C7.25 9.53921 7.58579 9.875 8 9.875L12 9.875C12.4142 9.875 12.75 9.53921 12.75 9.125C12.75 8.71079 12.4142 8.375 12 8.375L8 8.375ZM8 13.375C7.58579 13.375 7.25 13.7108 7.25 14.125C7.25 14.5392 7.58579 14.875 8 14.875L16 14.875C16.4142 14.875 16.75 14.5392 16.75 14.125C16.75 13.7108 16.4142 13.375 16 13.375L8 13.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-note-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.125C7.55228 1.125 8 1.57272 8 2.125V4.125C8 4.67728 7.55228 5.125 7 5.125C6.44772 5.125 6 4.67728 6 4.125V2.125C6 1.57272 6.44772 1.125 7 1.125ZM12 1.125C12.5523 1.125 13 1.57272 13 2.125V4.125C13 4.67728 12.5523 5.125 12 5.125C11.4477 5.125 11 4.67728 11 4.125V2.125C11 1.57272 11.4477 1.125 12 1.125ZM17 1.125C17.5523 1.125 18 1.57272 18 2.125V4.125C18 4.67728 17.5523 5.125 17 5.125C16.4477 5.125 16 4.67728 16 4.125V2.125C16 1.57272 16.4477 1.125 17 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5558 2.375H13.5558C15.1584 2.37498 16.4373 2.37497 17.4404 2.50983C18.4767 2.64915 19.3301 2.94466 20.0052 3.6198C20.6803 4.29494 20.9758 5.14835 21.1152 6.18461C21.25 7.1877 21.25 8.46666 21.25 10.0693V15.1807C21.25 16.7833 21.25 18.0623 21.1152 19.0654C20.9758 20.1017 20.6803 20.9551 20.0052 21.6302C19.3301 22.3053 18.4767 22.6008 17.4404 22.7402C16.4373 22.875 15.1583 22.875 13.5557 22.875H10.4443C8.84166 22.875 7.5627 22.875 6.55961 22.7402C5.52335 22.6008 4.66994 22.3053 3.9948 21.6302C3.31966 20.9551 3.02415 20.1017 2.88483 19.0654C2.74997 18.0623 2.74998 16.7834 2.75 15.1808V15.1808V15.1807V10.0693V10.0692V10.0692C2.74998 8.46665 2.74997 7.1877 2.88483 6.18461C3.02415 5.14835 3.31966 4.29494 3.9948 3.6198C4.66994 2.94466 5.52335 2.64915 6.55961 2.50983C7.5627 2.37497 8.84165 2.37498 10.4442 2.375H10.4442H10.4443H13.5557H13.5558ZM12.75 16.125C12.75 15.7108 13.0858 15.375 13.5 15.375H17C17.4142 15.375 17.75 15.7108 17.75 16.125C17.75 16.5392 17.4142 16.875 17 16.875H13.5C13.0858 16.875 12.75 16.5392 12.75 16.125ZM13.5 8.375C13.0858 8.375 12.75 8.71079 12.75 9.125C12.75 9.53921 13.0858 9.875 13.5 9.875H17C17.4142 9.875 17.75 9.53921 17.75 9.125C17.75 8.71079 17.4142 8.375 17 8.375H13.5ZM11.707 14.8746C11.8453 15.2651 11.6408 15.6937 11.2504 15.832C11.0266 15.9112 10.7463 16.0914 10.4302 16.3686C10.1219 16.639 9.81844 16.967 9.5465 17.2929C9.276 17.6172 9.04576 17.9284 8.88295 18.1591C8.80181 18.274 8.6761 18.4625 8.63322 18.5269C8.48825 18.755 8.23153 18.8878 7.96165 18.874C7.69169 18.8602 7.45006 18.7022 7.32918 18.4604C7.12367 18.0494 6.95217 17.9112 6.89648 17.874C6.89166 17.8708 6.88745 17.8682 6.88388 17.8661C6.52481 17.8103 6.25 17.4997 6.25 17.125C6.25 16.7108 6.58579 16.375 7 16.375C7.12909 16.3695 7.20474 16.3928 7.26389 16.411C7.27364 16.414 7.28295 16.4169 7.29198 16.4195C7.42054 16.4562 7.5696 16.52 7.72853 16.626C7.81624 16.6844 7.90464 16.7541 7.99285 16.8367C8.11354 16.6782 8.24853 16.5073 8.39468 16.3321C8.69626 15.9705 9.05461 15.5798 9.44115 15.2408C9.81992 14.9086 10.2675 14.5888 10.7496 14.418C11.1401 14.2797 11.5687 14.4842 11.707 14.8746ZM11.2504 8.83197C11.6408 8.69369 11.8453 8.26506 11.707 7.87462C11.5687 7.48417 11.1401 7.27975 10.7496 7.41803C10.2675 7.58878 9.81992 7.90864 9.44115 8.24081C9.05461 8.5798 8.69626 8.97054 8.39468 9.33206C8.24853 9.50725 8.11354 9.6782 7.99285 9.83672C7.90464 9.75415 7.81624 9.68444 7.72853 9.62596C7.5696 9.52001 7.42054 9.45621 7.29198 9.41948C7.28295 9.4169 7.27365 9.41403 7.26389 9.41103C7.20474 9.39279 7.1291 9.36948 7 9.375C6.58579 9.375 6.25 9.71079 6.25 10.125C6.25 10.4997 6.52481 10.8103 6.88388 10.8661C6.88745 10.8682 6.89166 10.8708 6.89648 10.874C6.95217 10.9112 7.12367 11.0494 7.32918 11.4604C7.45006 11.7022 7.69169 11.8602 7.96165 11.874C8.23153 11.8878 8.48825 11.755 8.63322 11.5269C8.6761 11.4625 8.80181 11.274 8.88295 11.1591C9.04576 10.9284 9.276 10.6172 9.5465 10.2929C9.81844 9.96696 10.1219 9.63895 10.4302 9.36857C10.7463 9.09136 11.0266 8.91122 11.2504 8.83197Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.125C7.55228 1.125 8 1.57272 8 2.125V4.125C8 4.67728 7.55228 5.125 7 5.125C6.44772 5.125 6 4.67728 6 4.125V2.125C6 1.57272 6.44772 1.125 7 1.125ZM12 1.125C12.5523 1.125 13 1.57272 13 2.125V4.125C13 4.67728 12.5523 5.125 12 5.125C11.4477 5.125 11 4.67728 11 4.125V2.125C11 1.57272 11.4477 1.125 12 1.125ZM17 1.125C17.5523 1.125 18 1.57272 18 2.125V4.125C18 4.67728 17.5523 5.125 17 5.125C16.4477 5.125 16 4.67728 16 4.125V2.125C16 1.57272 16.4477 1.125 17 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.5558 2.375H13.5558C15.1584 2.37498 16.4373 2.37497 17.4404 2.50983C18.4767 2.64915 19.3301 2.94466 20.0052 3.6198C20.6803 4.29494 20.9758 5.14835 21.1152 6.18461C21.25 7.1877 21.25 8.46666 21.25 10.0693V15.1807C21.25 16.7833 21.25 18.0623 21.1152 19.0654C20.9758 20.1017 20.6803 20.9551 20.0052 21.6302C19.3301 22.3053 18.4767 22.6008 17.4404 22.7402C16.4373 22.875 15.1583 22.875 13.5557 22.875H10.4443C8.84166 22.875 7.5627 22.875 6.55961 22.7402C5.52335 22.6008 4.66994 22.3053 3.9948 21.6302C3.31966 20.9551 3.02415 20.1017 2.88483 19.0654C2.74997 18.0623 2.74998 16.7834 2.75 15.1808V15.1808V15.1807V10.0693V10.0692V10.0692C2.74998 8.46665 2.74997 7.1877 2.88483 6.18461C3.02415 5.14835 3.31966 4.29494 3.9948 3.6198C4.66994 2.94466 5.52335 2.64915 6.55961 2.50983C7.5627 2.37497 8.84165 2.37498 10.4442 2.375H10.4442H10.4443H13.5557H13.5558ZM12.75 16.125C12.75 15.7108 13.0858 15.375 13.5 15.375H17C17.4142 15.375 17.75 15.7108 17.75 16.125C17.75 16.5392 17.4142 16.875 17 16.875H13.5C13.0858 16.875 12.75 16.5392 12.75 16.125ZM13.5 8.375C13.0858 8.375 12.75 8.71079 12.75 9.125C12.75 9.53921 13.0858 9.875 13.5 9.875H17C17.4142 9.875 17.75 9.53921 17.75 9.125C17.75 8.71079 17.4142 8.375 17 8.375H13.5ZM11.707 14.8746C11.8453 15.2651 11.6408 15.6937 11.2504 15.832C11.0266 15.9112 10.7463 16.0914 10.4302 16.3686C10.1219 16.639 9.81844 16.967 9.5465 17.2929C9.276 17.6172 9.04576 17.9284 8.88295 18.1591C8.80181 18.274 8.6761 18.4625 8.63322 18.5269C8.48825 18.755 8.23153 18.8878 7.96165 18.874C7.69169 18.8602 7.45006 18.7022 7.32918 18.4604C7.12367 18.0494 6.95217 17.9112 6.89648 17.874C6.89166 17.8708 6.88745 17.8682 6.88388 17.8661C6.52481 17.8103 6.25 17.4997 6.25 17.125C6.25 16.7108 6.58579 16.375 7 16.375C7.12909 16.3695 7.20474 16.3928 7.26389 16.411C7.27364 16.414 7.28295 16.4169 7.29198 16.4195C7.42054 16.4562 7.5696 16.52 7.72853 16.626C7.81624 16.6844 7.90464 16.7541 7.99285 16.8367C8.11354 16.6782 8.24853 16.5073 8.39468 16.3321C8.69626 15.9705 9.05461 15.5798 9.44115 15.2408C9.81992 14.9086 10.2675 14.5888 10.7496 14.418C11.1401 14.2797 11.5687 14.4842 11.707 14.8746ZM11.2504 8.83197C11.6408 8.69369 11.8453 8.26506 11.707 7.87462C11.5687 7.48417 11.1401 7.27975 10.7496 7.41803C10.2675 7.58878 9.81992 7.90864 9.44115 8.24081C9.05461 8.5798 8.69626 8.97054 8.39468 9.33206C8.24853 9.50725 8.11354 9.6782 7.99285 9.83672C7.90464 9.75415 7.81624 9.68444 7.72853 9.62596C7.5696 9.52001 7.42054 9.45621 7.29198 9.41948C7.28295 9.4169 7.27365 9.41403 7.26389 9.41103C7.20474 9.39279 7.1291 9.36948 7 9.375C6.58579 9.375 6.25 9.71079 6.25 10.125C6.25 10.4997 6.52481 10.8103 6.88388 10.8661C6.88745 10.8682 6.89166 10.8708 6.89648 10.874C6.95217 10.9112 7.12367 11.0494 7.32918 11.4604C7.45006 11.7022 7.69169 11.8602 7.96165 11.874C8.23153 11.8878 8.48825 11.755 8.63322 11.5269C8.6761 11.4625 8.80181 11.274 8.88295 11.1591C9.04576 10.9284 9.276 10.6172 9.5465 10.2929C9.81844 9.96696 10.1219 9.63895 10.4302 9.36857C10.7463 9.09136 11.0266 8.91122 11.2504 8.83197Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-note-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1C7.55228 1 8 1.44772 8 2V4C8 4.55228 7.55228 5 7 5C6.44772 5 6 4.55228 6 4V2C6 1.44772 6.44772 1 7 1ZM12 1C12.5523 1 13 1.44772 13 2V4C13 4.55228 12.5523 5 12 5C11.4477 5 11 4.55228 11 4V2C11 1.44772 11.4477 1 12 1ZM17 1C17.5523 1 18 1.44772 18 2V4C18 4.55228 17.5523 5 17 5C16.4477 5 16 4.55228 16 4V2C16 1.44772 16.4477 1 17 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5549 2.25H14.5549H14.5549C15.9225 2.24998 17.0248 2.24997 17.8918 2.36653C18.7919 2.48754 19.5497 2.74644 20.1517 3.34835C20.7536 3.95027 21.0125 4.70814 21.1335 5.60825C21.25 6.47522 21.25 7.57754 21.25 8.94513V12.0574V12.0575C21.25 12.7371 21.25 13.3734 21.2452 13.969C21.1773 14.42 21.0047 14.893 20.674 15.2818C20.2463 15.7844 19.4661 16.25 17.9993 16.25C17.8937 16.25 17.779 16.2454 17.6458 16.2392L17.5967 16.2369C17.4807 16.2314 17.3516 16.2254 17.2229 16.2227C16.9329 16.2167 16.5789 16.2251 16.2316 16.3182C15.5414 16.5031 15.0023 17.0422 14.8174 17.7324C14.7244 18.0796 14.7159 18.4336 14.7219 18.7236C14.7246 18.8523 14.7307 18.9813 14.7361 19.0973L14.7361 19.0973L14.7361 19.0974L14.7384 19.1465C14.7446 19.2798 14.7493 19.3945 14.7493 19.5C14.7493 20.1705 14.6823 20.9979 14.3163 21.6423C14.1415 21.95 13.8997 22.2133 13.5544 22.4047C13.206 22.5977 12.7114 22.74 12 22.74C11.9616 22.74 11.9238 22.7429 11.8869 22.7485C11.4648 22.75 11.0237 22.75 10.5625 22.75H10.5574H9.44513C8.07754 22.75 6.97522 22.75 6.10825 22.6335C5.20814 22.5125 4.45027 22.2536 3.84835 21.6517C3.24644 21.0497 2.98754 20.2919 2.86653 19.3918C2.74997 18.5248 2.74998 17.4225 2.75 16.0549V16.0549V16.0549V16.0549V8.94513V8.94511V8.9451V8.94507C2.74998 7.57751 2.74997 6.47521 2.86653 5.60825C2.98754 4.70814 3.24644 3.95027 3.84835 3.34835C4.45027 2.74644 5.20814 2.48754 6.10825 2.36653C6.97521 2.24997 8.07751 2.24998 9.44508 2.25H9.4451H9.44511H9.44513H14.5549H14.5549ZM17.9993 17.75C19.3517 17.75 20.3825 17.4199 21.1375 16.8781C21.1161 17.1246 21.0906 17.3605 21.0603 17.5863C20.866 19.031 20.4607 20.1711 19.5659 21.0659C18.6711 21.9607 17.531 22.366 16.0863 22.5603C15.8881 22.5869 15.682 22.6098 15.4678 22.6295C15.5224 22.5487 15.5732 22.4665 15.6205 22.3832C16.1916 21.3778 16.2493 20.2102 16.2493 19.5C16.2493 19.3559 16.243 19.2097 16.2368 19.077L16.2344 19.0258C16.2289 18.9081 16.2238 18.8001 16.2216 18.6925C16.2164 18.4419 16.2292 18.2589 16.2663 18.1206C16.3125 17.948 16.4473 17.8133 16.6198 17.767C16.7581 17.73 16.9412 17.7172 17.1917 17.7224C17.2993 17.7246 17.4073 17.7296 17.525 17.7352L17.5252 17.7352L17.5763 17.7376C17.709 17.7437 17.8551 17.75 17.9993 17.75ZM8 9.25C7.58579 9.25 7.25 9.58579 7.25 10C7.25 10.4142 7.58579 10.75 8 10.75H16C16.4142 10.75 16.75 10.4142 16.75 10C16.75 9.58579 16.4142 9.25 16 9.25H8ZM8 14.25C7.58579 14.25 7.25 14.5858 7.25 15C7.25 15.4142 7.58579 15.75 8 15.75H12C12.4142 15.75 12.75 15.4142 12.75 15C12.75 14.5858 12.4142 14.25 12 14.25H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1C7.55228 1 8 1.44772 8 2V4C8 4.55228 7.55228 5 7 5C6.44772 5 6 4.55228 6 4V2C6 1.44772 6.44772 1 7 1ZM12 1C12.5523 1 13 1.44772 13 2V4C13 4.55228 12.5523 5 12 5C11.4477 5 11 4.55228 11 4V2C11 1.44772 11.4477 1 12 1ZM17 1C17.5523 1 18 1.44772 18 2V4C18 4.55228 17.5523 5 17 5C16.4477 5 16 4.55228 16 4V2C16 1.44772 16.4477 1 17 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5549 2.25H14.5549H14.5549C15.9225 2.24998 17.0248 2.24997 17.8918 2.36653C18.7919 2.48754 19.5497 2.74644 20.1517 3.34835C20.7536 3.95027 21.0125 4.70814 21.1335 5.60825C21.25 6.47522 21.25 7.57754 21.25 8.94513V12.0574V12.0575C21.25 12.7371 21.25 13.3734 21.2452 13.969C21.1773 14.42 21.0047 14.893 20.674 15.2818C20.2463 15.7844 19.4661 16.25 17.9993 16.25C17.8937 16.25 17.779 16.2454 17.6458 16.2392L17.5967 16.2369C17.4807 16.2314 17.3516 16.2254 17.2229 16.2227C16.9329 16.2167 16.5789 16.2251 16.2316 16.3182C15.5414 16.5031 15.0023 17.0422 14.8174 17.7324C14.7244 18.0796 14.7159 18.4336 14.7219 18.7236C14.7246 18.8523 14.7307 18.9813 14.7361 19.0973L14.7361 19.0973L14.7361 19.0974L14.7384 19.1465C14.7446 19.2798 14.7493 19.3945 14.7493 19.5C14.7493 20.1705 14.6823 20.9979 14.3163 21.6423C14.1415 21.95 13.8997 22.2133 13.5544 22.4047C13.206 22.5977 12.7114 22.74 12 22.74C11.9616 22.74 11.9238 22.7429 11.8869 22.7485C11.4648 22.75 11.0237 22.75 10.5625 22.75H10.5574H9.44513C8.07754 22.75 6.97522 22.75 6.10825 22.6335C5.20814 22.5125 4.45027 22.2536 3.84835 21.6517C3.24644 21.0497 2.98754 20.2919 2.86653 19.3918C2.74997 18.5248 2.74998 17.4225 2.75 16.0549V16.0549V16.0549V16.0549V8.94513V8.94511V8.9451V8.94507C2.74998 7.57751 2.74997 6.47521 2.86653 5.60825C2.98754 4.70814 3.24644 3.95027 3.84835 3.34835C4.45027 2.74644 5.20814 2.48754 6.10825 2.36653C6.97521 2.24997 8.07751 2.24998 9.44508 2.25H9.4451H9.44511H9.44513H14.5549H14.5549ZM17.9993 17.75C19.3517 17.75 20.3825 17.4199 21.1375 16.8781C21.1161 17.1246 21.0906 17.3605 21.0603 17.5863C20.866 19.031 20.4607 20.1711 19.5659 21.0659C18.6711 21.9607 17.531 22.366 16.0863 22.5603C15.8881 22.5869 15.682 22.6098 15.4678 22.6295C15.5224 22.5487 15.5732 22.4665 15.6205 22.3832C16.1916 21.3778 16.2493 20.2102 16.2493 19.5C16.2493 19.3559 16.243 19.2097 16.2368 19.077L16.2344 19.0258C16.2289 18.9081 16.2238 18.8001 16.2216 18.6925C16.2164 18.4419 16.2292 18.2589 16.2663 18.1206C16.3125 17.948 16.4473 17.8133 16.6198 17.767C16.7581 17.73 16.9412 17.7172 17.1917 17.7224C17.2993 17.7246 17.4073 17.7296 17.525 17.7352L17.5252 17.7352L17.5763 17.7376C17.709 17.7437 17.8551 17.75 17.9993 17.75ZM8 9.25C7.58579 9.25 7.25 9.58579 7.25 10C7.25 10.4142 7.58579 10.75 8 10.75H16C16.4142 10.75 16.75 10.4142 16.75 10C16.75 9.58579 16.4142 9.25 16 9.25H8ZM8 14.25C7.58579 14.25 7.25 14.5858 7.25 15C7.25 15.4142 7.58579 15.75 8 15.75H12C12.4142 15.75 12.75 15.4142 12.75 15C12.75 14.5858 12.4142 14.25 12 14.25H8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-note-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5 13.375C20.9142 13.375 21.25 13.7108 21.25 14.125V16.1799C21.25 17.5475 21.25 18.6498 21.1335 19.5168C21.0125 20.4169 20.7536 21.1747 20.1517 21.7767C19.5497 22.3786 18.7919 22.6375 17.8918 22.7585C17.0248 22.875 15.9225 22.875 14.5549 22.875H9.44513C8.07754 22.875 6.97522 22.875 6.10825 22.7585C5.20814 22.6375 4.45027 22.3786 3.84835 21.7767C3.24643 21.1747 2.98754 20.4169 2.86652 19.5168C2.74996 18.6498 2.74998 17.5475 2.75 16.1799L2.75 14.125C2.75 13.7108 3.08579 13.375 3.5 13.375C3.91421 13.375 4.25 13.7108 4.25 14.125V16.125C4.25 17.5604 4.25159 18.5615 4.35315 19.3169C4.4518 20.0507 4.63225 20.4392 4.90901 20.716C5.18577 20.9928 5.57435 21.1732 6.30812 21.2719C7.06347 21.3734 8.06459 21.375 9.5 21.375H14.5C15.9354 21.375 16.9365 21.3734 17.6919 21.2719C18.4257 21.1732 18.8142 20.9928 19.091 20.716C19.3678 20.4392 19.5482 20.0507 19.6469 19.3169C19.7484 18.5615 19.75 17.5604 19.75 16.125V14.125C19.75 13.7108 20.0858 13.375 20.5 13.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5549 2.375H14.5549H14.5549H9.44513H9.44511H9.4451C8.07752 2.37498 6.97521 2.37496 6.10825 2.49152C5.20814 2.61254 4.45027 2.87143 3.84835 3.47335C3.24643 4.07527 2.98754 4.83314 2.86652 5.73325C2.74996 6.60021 2.74998 7.70252 2.75 9.0701V9.07011V9.07013V13.1799V13.1799V13.1799C2.74998 14.5475 2.74996 15.6498 2.86652 16.5168C2.98754 17.4169 3.24643 18.1747 3.84835 18.7767C4.45027 19.3786 5.20814 19.6375 6.10825 19.7585C6.97522 19.875 8.07754 19.875 9.44513 19.875H14.5549C15.9225 19.875 17.0248 19.875 17.8918 19.7585C18.7919 19.6375 19.5497 19.3786 20.1517 18.7767C20.7536 18.1747 21.0125 17.4169 21.1335 16.5168C21.25 15.6498 21.25 14.5475 21.25 13.1799V9.07013C21.25 7.70254 21.25 6.60022 21.1335 5.73325C21.0125 4.83314 20.7536 4.07527 20.1517 3.47335C19.5497 2.87143 18.7919 2.61254 17.8918 2.49152C17.0248 2.37496 15.9225 2.37498 14.5549 2.375ZM8 9.375C7.58579 9.375 7.25 9.71079 7.25 10.125C7.25 10.5392 7.58579 10.875 8 10.875H16C16.4142 10.875 16.75 10.5392 16.75 10.125C16.75 9.71079 16.4142 9.375 16 9.375H8ZM8 14.375C7.58579 14.375 7.25 14.7108 7.25 15.125C7.25 15.5392 7.58579 15.875 8 15.875H12C12.4142 15.875 12.75 15.5392 12.75 15.125C12.75 14.7108 12.4142 14.375 12 14.375H8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.125C7.55228 1.125 8 1.57272 8 2.125V4.125C8 4.67728 7.55228 5.125 7 5.125C6.44772 5.125 6 4.67728 6 4.125V2.125C6 1.57272 6.44772 1.125 7 1.125ZM12 1.125C12.5523 1.125 13 1.57272 13 2.125V4.125C13 4.67728 12.5523 5.125 12 5.125C11.4477 5.125 11 4.67728 11 4.125V2.125C11 1.57272 11.4477 1.125 12 1.125ZM17 1.125C17.5523 1.125 18 1.57272 18 2.125V4.125C18 4.67728 17.5523 5.125 17 5.125C16.4477 5.125 16 4.67728 16 4.125V2.125C16 1.57272 16.4477 1.125 17 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5 13.375C20.9142 13.375 21.25 13.7108 21.25 14.125V16.1799C21.25 17.5475 21.25 18.6498 21.1335 19.5168C21.0125 20.4169 20.7536 21.1747 20.1517 21.7767C19.5497 22.3786 18.7919 22.6375 17.8918 22.7585C17.0248 22.875 15.9225 22.875 14.5549 22.875H9.44513C8.07754 22.875 6.97522 22.875 6.10825 22.7585C5.20814 22.6375 4.45027 22.3786 3.84835 21.7767C3.24643 21.1747 2.98754 20.4169 2.86652 19.5168C2.74996 18.6498 2.74998 17.5475 2.75 16.1799L2.75 14.125C2.75 13.7108 3.08579 13.375 3.5 13.375C3.91421 13.375 4.25 13.7108 4.25 14.125V16.125C4.25 17.5604 4.25159 18.5615 4.35315 19.3169C4.4518 20.0507 4.63225 20.4392 4.90901 20.716C5.18577 20.9928 5.57435 21.1732 6.30812 21.2719C7.06347 21.3734 8.06459 21.375 9.5 21.375H14.5C15.9354 21.375 16.9365 21.3734 17.6919 21.2719C18.4257 21.1732 18.8142 20.9928 19.091 20.716C19.3678 20.4392 19.5482 20.0507 19.6469 19.3169C19.7484 18.5615 19.75 17.5604 19.75 16.125V14.125C19.75 13.7108 20.0858 13.375 20.5 13.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5549 2.375H14.5549H14.5549H9.44513H9.44511H9.4451C8.07752 2.37498 6.97521 2.37496 6.10825 2.49152C5.20814 2.61254 4.45027 2.87143 3.84835 3.47335C3.24643 4.07527 2.98754 4.83314 2.86652 5.73325C2.74996 6.60021 2.74998 7.70252 2.75 9.0701V9.07011V9.07013V13.1799V13.1799V13.1799C2.74998 14.5475 2.74996 15.6498 2.86652 16.5168C2.98754 17.4169 3.24643 18.1747 3.84835 18.7767C4.45027 19.3786 5.20814 19.6375 6.10825 19.7585C6.97522 19.875 8.07754 19.875 9.44513 19.875H14.5549C15.9225 19.875 17.0248 19.875 17.8918 19.7585C18.7919 19.6375 19.5497 19.3786 20.1517 18.7767C20.7536 18.1747 21.0125 17.4169 21.1335 16.5168C21.25 15.6498 21.25 14.5475 21.25 13.1799V9.07013C21.25 7.70254 21.25 6.60022 21.1335 5.73325C21.0125 4.83314 20.7536 4.07527 20.1517 3.47335C19.5497 2.87143 18.7919 2.61254 17.8918 2.49152C17.0248 2.37496 15.9225 2.37498 14.5549 2.375ZM8 9.375C7.58579 9.375 7.25 9.71079 7.25 10.125C7.25 10.5392 7.58579 10.875 8 10.875H16C16.4142 10.875 16.75 10.5392 16.75 10.125C16.75 9.71079 16.4142 9.375 16 9.375H8ZM8 14.375C7.58579 14.375 7.25 14.7108 7.25 15.125C7.25 15.5392 7.58579 15.875 8 15.875H12C12.4142 15.875 12.75 15.5392 12.75 15.125C12.75 14.7108 12.4142 14.375 12 14.375H8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.125C7.55228 1.125 8 1.57272 8 2.125V4.125C8 4.67728 7.55228 5.125 7 5.125C6.44772 5.125 6 4.67728 6 4.125V2.125C6 1.57272 6.44772 1.125 7 1.125ZM12 1.125C12.5523 1.125 13 1.57272 13 2.125V4.125C13 4.67728 12.5523 5.125 12 5.125C11.4477 5.125 11 4.67728 11 4.125V2.125C11 1.57272 11.4477 1.125 12 1.125ZM17 1.125C17.5523 1.125 18 1.57272 18 2.125V4.125C18 4.67728 17.5523 5.125 17 5.125C16.4477 5.125 16 4.67728 16 4.125V2.125C16 1.57272 16.4477 1.125 17 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-note-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.875 1C6.42728 1 6.875 1.44772 6.875 2V4C6.875 4.55228 6.42728 5 5.875 5C5.32272 5 4.875 4.55228 4.875 4V2C4.875 1.44772 5.32272 1 5.875 1ZM10.875 1C11.4273 1 11.875 1.44772 11.875 2V4C11.875 4.55228 11.4273 5 10.875 5C10.3227 5 9.875 4.55228 9.875 4V2C9.875 1.44772 10.3227 1 10.875 1ZM15.875 1C16.4273 1 16.875 1.44772 16.875 2V4C16.875 4.55228 16.4273 5 15.875 5C15.3227 5 14.875 4.55228 14.875 4V2C14.875 1.44772 15.3227 1 15.875 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4308 2.25H9.31926H9.31925C7.71668 2.24998 6.43769 2.24997 5.43462 2.38483C4.39835 2.52415 3.54494 2.81966 2.8698 3.4948C2.19466 4.16994 1.89915 5.02335 1.75983 6.05962C1.62497 7.06269 1.62498 8.34166 1.625 9.94422V9.94424V15.0558V15.0558C1.62498 16.6583 1.62497 17.9373 1.75983 18.9404C1.89915 19.9767 2.19466 20.8301 2.8698 21.5052C3.54494 22.1803 4.39835 22.4758 5.43462 22.6152C6.4377 22.75 7.71667 22.75 9.31926 22.75H12.4307C13.1993 22.75 13.8934 22.75 14.5183 22.7351C14.6464 22.7321 14.7104 22.7306 14.789 22.6687C14.813 22.6497 14.8433 22.6157 14.8592 22.5896C14.9114 22.5043 14.903 22.4158 14.8863 22.2388C14.8788 22.1602 14.875 22.0806 14.875 22V21.1C14.875 20.8172 14.875 20.6757 14.7871 20.5879C14.6993 20.5 14.5578 20.5 14.275 20.5H13.375C11.9943 20.5 10.875 19.3807 10.875 18C10.875 16.6193 11.9943 15.5 13.375 15.5L14.275 15.5C14.5578 15.5 14.6993 15.5 14.7871 15.4121C14.875 15.3243 14.875 15.1828 14.875 14.9V14.9V14C14.875 12.6193 15.9943 11.5 17.375 11.5C18.7557 11.5 19.875 12.6193 19.875 14C20.0131 14 20.125 13.8881 20.125 13.75V9.94426C20.125 8.34167 20.125 7.0627 19.9902 6.05962C19.8508 5.02335 19.5553 4.16994 18.8802 3.4948C18.2051 2.81966 17.3517 2.52415 16.3154 2.38483C15.3123 2.24997 14.0333 2.24998 12.4308 2.25H12.4308ZM6.875 8.25C6.46079 8.25 6.125 8.58579 6.125 9C6.125 9.41421 6.46079 9.75 6.875 9.75H14.875C15.2892 9.75 15.625 9.41421 15.625 9C15.625 8.58579 15.2892 8.25 14.875 8.25H6.875ZM6.875 13.25C6.46079 13.25 6.125 13.5858 6.125 14C6.125 14.4142 6.46079 14.75 6.875 14.75H10.875C11.2892 14.75 11.625 14.4142 11.625 14C11.625 13.5858 11.2892 13.25 10.875 13.25H6.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.375 13C17.9273 13 18.375 13.4477 18.375 14V17H21.375C21.9273 17 22.375 17.4477 22.375 18C22.375 18.5523 21.9273 19 21.375 19H18.375V22C18.375 22.5523 17.9273 23 17.375 23C16.8227 23 16.375 22.5523 16.375 22V19H13.375C12.8227 19 12.375 18.5523 12.375 18C12.375 17.4477 12.8227 17 13.375 17L16.375 17V14C16.375 13.4477 16.8227 13 17.375 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.875 1C6.42728 1 6.875 1.44772 6.875 2V4C6.875 4.55228 6.42728 5 5.875 5C5.32272 5 4.875 4.55228 4.875 4V2C4.875 1.44772 5.32272 1 5.875 1ZM10.875 1C11.4273 1 11.875 1.44772 11.875 2V4C11.875 4.55228 11.4273 5 10.875 5C10.3227 5 9.875 4.55228 9.875 4V2C9.875 1.44772 10.3227 1 10.875 1ZM15.875 1C16.4273 1 16.875 1.44772 16.875 2V4C16.875 4.55228 16.4273 5 15.875 5C15.3227 5 14.875 4.55228 14.875 4V2C14.875 1.44772 15.3227 1 15.875 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4308 2.25H9.31926H9.31925C7.71668 2.24998 6.43769 2.24997 5.43462 2.38483C4.39835 2.52415 3.54494 2.81966 2.8698 3.4948C2.19466 4.16994 1.89915 5.02335 1.75983 6.05962C1.62497 7.06269 1.62498 8.34166 1.625 9.94422V9.94424V15.0558V15.0558C1.62498 16.6583 1.62497 17.9373 1.75983 18.9404C1.89915 19.9767 2.19466 20.8301 2.8698 21.5052C3.54494 22.1803 4.39835 22.4758 5.43462 22.6152C6.4377 22.75 7.71667 22.75 9.31926 22.75H12.4307C13.1993 22.75 13.8934 22.75 14.5183 22.7351C14.6464 22.7321 14.7104 22.7306 14.789 22.6687C14.813 22.6497 14.8433 22.6157 14.8592 22.5896C14.9114 22.5043 14.903 22.4158 14.8863 22.2388C14.8788 22.1602 14.875 22.0806 14.875 22V21.1C14.875 20.8172 14.875 20.6757 14.7871 20.5879C14.6993 20.5 14.5578 20.5 14.275 20.5H13.375C11.9943 20.5 10.875 19.3807 10.875 18C10.875 16.6193 11.9943 15.5 13.375 15.5L14.275 15.5C14.5578 15.5 14.6993 15.5 14.7871 15.4121C14.875 15.3243 14.875 15.1828 14.875 14.9V14.9V14C14.875 12.6193 15.9943 11.5 17.375 11.5C18.7557 11.5 19.875 12.6193 19.875 14C20.0131 14 20.125 13.8881 20.125 13.75V9.94426C20.125 8.34167 20.125 7.0627 19.9902 6.05962C19.8508 5.02335 19.5553 4.16994 18.8802 3.4948C18.2051 2.81966 17.3517 2.52415 16.3154 2.38483C15.3123 2.24997 14.0333 2.24998 12.4308 2.25H12.4308ZM6.875 8.25C6.46079 8.25 6.125 8.58579 6.125 9C6.125 9.41421 6.46079 9.75 6.875 9.75H14.875C15.2892 9.75 15.625 9.41421 15.625 9C15.625 8.58579 15.2892 8.25 14.875 8.25H6.875ZM6.875 13.25C6.46079 13.25 6.125 13.5858 6.125 14C6.125 14.4142 6.46079 14.75 6.875 14.75H10.875C11.2892 14.75 11.625 14.4142 11.625 14C11.625 13.5858 11.2892 13.25 10.875 13.25H6.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.375 13C17.9273 13 18.375 13.4477 18.375 14V17H21.375C21.9273 17 22.375 17.4477 22.375 18C22.375 18.5523 21.9273 19 21.375 19H18.375V22C18.375 22.5523 17.9273 23 17.375 23C16.8227 23 16.375 22.5523 16.375 22V19H13.375C12.8227 19 12.375 18.5523 12.375 18C12.375 17.4477 12.8227 17 13.375 17L16.375 17V14C16.375 13.4477 16.8227 13 17.375 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-note-done{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.875 1C6.42728 1 6.875 1.44772 6.875 2V4C6.875 4.55228 6.42728 5 5.875 5C5.32272 5 4.875 4.55228 4.875 4V2C4.875 1.44772 5.32272 1 5.875 1ZM10.875 1C11.4273 1 11.875 1.44772 11.875 2V4C11.875 4.55228 11.4273 5 10.875 5C10.3227 5 9.875 4.55228 9.875 4V2C9.875 1.44772 10.3227 1 10.875 1ZM15.875 1C16.4273 1 16.875 1.44772 16.875 2V4C16.875 4.55228 16.4273 5 15.875 5C15.3227 5 14.875 4.55228 14.875 4V2C14.875 1.44772 15.3227 1 15.875 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4308 2.25H9.31926H9.31924C7.71667 2.24998 6.43769 2.24997 5.43462 2.38483C4.39835 2.52415 3.54494 2.81966 2.8698 3.4948C2.19466 4.16994 1.89915 5.02335 1.75983 6.05962C1.62497 7.06269 1.62498 8.34165 1.625 9.94421V9.94424V15.0558V15.0558C1.62498 16.6584 1.62497 17.9373 1.75983 18.9404C1.89915 19.9767 2.19466 20.8301 2.8698 21.5052C3.54494 22.1803 4.39835 22.4758 5.43462 22.6152C6.4377 22.75 7.71667 22.75 9.31926 22.75L12.6194 22.75C12.6674 22.75 12.6914 22.75 12.7219 22.7435C12.8266 22.7215 12.8314 22.5863 12.7661 22.5016C12.7571 22.49 12.7485 22.479 12.7402 22.4687C12.7049 22.4249 12.6557 22.3953 12.6022 22.3779C11.5993 22.0521 10.875 21.1113 10.875 19.9999C10.875 18.6192 11.9943 17.4999 13.375 17.4999C13.8022 17.4999 14.1092 17.5906 14.2337 17.6274C14.4371 17.6855 14.6528 17.7664 14.8758 17.8755L14.8758 17.8755C14.9609 17.9171 15.0034 17.9379 15.0356 17.9456C15.13 17.9683 15.2116 17.9508 15.2886 17.8915C15.3148 17.8714 15.342 17.8388 15.3965 17.7735L15.3965 17.7735C16.0194 17.0267 16.7727 16.2034 17.598 15.4797C18.2111 14.942 18.9461 14.3857 19.7679 13.974C19.946 13.8849 20.035 13.8403 20.0797 13.7678C20.1245 13.6954 20.1245 13.6015 20.1245 13.4137L20.125 9.94426C20.125 8.34166 20.125 7.0627 19.9902 6.05961C19.8508 5.02335 19.5553 4.16994 18.8802 3.4948C18.2051 2.81966 17.3517 2.52415 16.3154 2.38483C15.3123 2.24997 14.0333 2.24998 12.4308 2.25H12.4308ZM6.875 9.25C6.46079 9.25 6.125 9.58579 6.125 10C6.125 10.4142 6.46079 10.75 6.875 10.75H14.875C15.2892 10.75 15.625 10.4142 15.625 10C15.625 9.58579 15.2892 9.25 14.875 9.25H6.875ZM6.875 14.25C6.46079 14.25 6.125 14.5858 6.125 15C6.125 15.4142 6.46079 15.75 6.875 15.75H10.875C11.2892 15.75 11.625 15.4142 11.625 15C11.625 14.5858 11.2892 14.25 10.875 14.25H6.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3176 15.6664C22.502 16.187 22.2294 16.7585 21.7088 16.9429C21.1752 17.1319 20.5587 17.5388 19.9057 18.1115C19.263 18.6751 18.6378 19.3521 18.0841 20.0159C17.5322 20.6774 17.0635 21.3111 16.7324 21.7801C16.5672 22.0141 16.307 22.4044 16.2191 22.5365C16.0258 22.8406 15.6837 23.0174 15.3239 22.999C14.9639 22.9805 14.6418 22.7698 14.4806 22.4475C14.0399 21.5661 13.6446 21.2152 13.4453 21.0823C13.361 21.0261 13.304 21.0036 13.2814 20.9959C12.773 20.9487 12.375 20.521 12.375 20.0003C12.375 19.448 12.8227 19.0003 13.375 19.0003C13.6094 19.0003 13.7184 19.0405 13.8216 19.07C14.0295 19.1294 14.2803 19.2353 14.5547 19.4182C14.829 19.6011 15.1166 19.8538 15.4054 20.1997C15.7206 19.7689 16.109 19.2613 16.5483 18.7347C17.1416 18.0235 17.84 17.2629 18.587 16.6078C19.3236 15.9618 20.163 15.3686 21.0412 15.0576C21.5618 14.8733 22.1332 15.1458 22.3176 15.6664Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.875 1C6.42728 1 6.875 1.44772 6.875 2V4C6.875 4.55228 6.42728 5 5.875 5C5.32272 5 4.875 4.55228 4.875 4V2C4.875 1.44772 5.32272 1 5.875 1ZM10.875 1C11.4273 1 11.875 1.44772 11.875 2V4C11.875 4.55228 11.4273 5 10.875 5C10.3227 5 9.875 4.55228 9.875 4V2C9.875 1.44772 10.3227 1 10.875 1ZM15.875 1C16.4273 1 16.875 1.44772 16.875 2V4C16.875 4.55228 16.4273 5 15.875 5C15.3227 5 14.875 4.55228 14.875 4V2C14.875 1.44772 15.3227 1 15.875 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4308 2.25H9.31926H9.31924C7.71667 2.24998 6.43769 2.24997 5.43462 2.38483C4.39835 2.52415 3.54494 2.81966 2.8698 3.4948C2.19466 4.16994 1.89915 5.02335 1.75983 6.05962C1.62497 7.06269 1.62498 8.34165 1.625 9.94421V9.94424V15.0558V15.0558C1.62498 16.6584 1.62497 17.9373 1.75983 18.9404C1.89915 19.9767 2.19466 20.8301 2.8698 21.5052C3.54494 22.1803 4.39835 22.4758 5.43462 22.6152C6.4377 22.75 7.71667 22.75 9.31926 22.75L12.6194 22.75C12.6674 22.75 12.6914 22.75 12.7219 22.7435C12.8266 22.7215 12.8314 22.5863 12.7661 22.5016C12.7571 22.49 12.7485 22.479 12.7402 22.4687C12.7049 22.4249 12.6557 22.3953 12.6022 22.3779C11.5993 22.0521 10.875 21.1113 10.875 19.9999C10.875 18.6192 11.9943 17.4999 13.375 17.4999C13.8022 17.4999 14.1092 17.5906 14.2337 17.6274C14.4371 17.6855 14.6528 17.7664 14.8758 17.8755L14.8758 17.8755C14.9609 17.9171 15.0034 17.9379 15.0356 17.9456C15.13 17.9683 15.2116 17.9508 15.2886 17.8915C15.3148 17.8714 15.342 17.8388 15.3965 17.7735L15.3965 17.7735C16.0194 17.0267 16.7727 16.2034 17.598 15.4797C18.2111 14.942 18.9461 14.3857 19.7679 13.974C19.946 13.8849 20.035 13.8403 20.0797 13.7678C20.1245 13.6954 20.1245 13.6015 20.1245 13.4137L20.125 9.94426C20.125 8.34166 20.125 7.0627 19.9902 6.05961C19.8508 5.02335 19.5553 4.16994 18.8802 3.4948C18.2051 2.81966 17.3517 2.52415 16.3154 2.38483C15.3123 2.24997 14.0333 2.24998 12.4308 2.25H12.4308ZM6.875 9.25C6.46079 9.25 6.125 9.58579 6.125 10C6.125 10.4142 6.46079 10.75 6.875 10.75H14.875C15.2892 10.75 15.625 10.4142 15.625 10C15.625 9.58579 15.2892 9.25 14.875 9.25H6.875ZM6.875 14.25C6.46079 14.25 6.125 14.5858 6.125 15C6.125 15.4142 6.46079 15.75 6.875 15.75H10.875C11.2892 15.75 11.625 15.4142 11.625 15C11.625 14.5858 11.2892 14.25 10.875 14.25H6.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3176 15.6664C22.502 16.187 22.2294 16.7585 21.7088 16.9429C21.1752 17.1319 20.5587 17.5388 19.9057 18.1115C19.263 18.6751 18.6378 19.3521 18.0841 20.0159C17.5322 20.6774 17.0635 21.3111 16.7324 21.7801C16.5672 22.0141 16.307 22.4044 16.2191 22.5365C16.0258 22.8406 15.6837 23.0174 15.3239 22.999C14.9639 22.9805 14.6418 22.7698 14.4806 22.4475C14.0399 21.5661 13.6446 21.2152 13.4453 21.0823C13.361 21.0261 13.304 21.0036 13.2814 20.9959C12.773 20.9487 12.375 20.521 12.375 20.0003C12.375 19.448 12.8227 19.0003 13.375 19.0003C13.6094 19.0003 13.7184 19.0405 13.8216 19.07C14.0295 19.1294 14.2803 19.2353 14.5547 19.4182C14.829 19.6011 15.1166 19.8538 15.4054 20.1997C15.7206 19.7689 16.109 19.2613 16.5483 18.7347C17.1416 18.0235 17.84 17.2629 18.587 16.6078C19.3236 15.9618 20.163 15.3686 21.0412 15.0576C21.5618 14.8733 22.1332 15.1458 22.3176 15.6664Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-note-edit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1.125C6.55228 1.125 7 1.57272 7 2.125V4.125C7 4.67728 6.55228 5.125 6 5.125C5.44772 5.125 5 4.67728 5 4.125V2.125C5 1.57272 5.44772 1.125 6 1.125ZM11 1.125C11.5523 1.125 12 1.57272 12 2.125V4.125C12 4.67728 11.5523 5.125 11 5.125C10.4477 5.125 10 4.67728 10 4.125V2.125C10 1.57272 10.4477 1.125 11 1.125ZM16 1.125C16.5523 1.125 17 1.57272 17 2.125V4.125C17 4.67728 16.5523 5.125 16 5.125C15.4477 5.125 15 4.67728 15 4.125V2.125C15 1.57272 15.4477 1.125 16 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5558 2.375H9.44426H9.44424C7.84167 2.37498 6.56269 2.37497 5.55962 2.50983C4.52335 2.64915 3.66994 2.94466 2.9948 3.6198C2.31966 4.29494 2.02415 5.14835 1.88483 6.18462C1.74997 7.18769 1.74998 8.46665 1.75 10.0692V10.0692V15.1808V15.1808C1.74998 16.7834 1.74997 18.0623 1.88483 19.0654C2.02415 20.1017 2.31966 20.9551 2.9948 21.6302C3.66994 22.3053 4.52335 22.6008 5.55962 22.7402C6.5627 22.875 7.84167 22.875 9.44426 22.875H10.7878C10.8861 22.875 10.9727 22.875 11.0486 22.8737C11.1667 22.8716 11.2257 22.8705 11.3138 22.7559C11.4018 22.6414 11.3797 22.552 11.3355 22.3731C11.2408 21.9906 11.2433 21.6508 11.257 21.435C11.272 21.1997 11.3452 20.7858 11.3973 20.5014C11.4542 20.1907 11.5176 19.869 11.5554 19.6895C11.5952 19.4601 11.6482 19.1685 11.7251 18.8673C11.8859 18.2375 12.1944 17.3808 12.9295 16.6457L16.341 13.2339C16.5768 12.9968 16.9379 12.6335 17.3767 12.3802C18.0881 11.9694 18.9002 11.8092 19.6902 11.8994C19.9297 11.9267 20.0495 11.9404 20.1497 11.8509C20.25 11.7614 20.25 11.6649 20.25 11.4718V10.0693C20.25 8.46666 20.25 7.1877 20.1152 6.18461C19.9758 5.14835 19.6803 4.29494 19.0052 3.6198C18.3301 2.94466 17.4767 2.64915 16.4404 2.50983C15.4373 2.37497 14.1583 2.37498 12.5558 2.375H12.5558ZM7 9.375C6.58579 9.375 6.25 9.71079 6.25 10.125C6.25 10.5392 6.58579 10.875 7 10.875H15C15.4142 10.875 15.75 10.5392 15.75 10.125C15.75 9.71079 15.4142 9.375 15 9.375H7ZM7 14.375C6.58579 14.375 6.25 14.7108 6.25 15.125C6.25 15.5392 6.58579 15.875 7 15.875H11C11.4142 15.875 11.75 15.5392 11.75 15.125C11.75 14.7108 11.4142 14.375 11 14.375H7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.1269 13.6792C18.8294 13.2736 19.695 13.2736 20.3976 13.6792C20.6592 13.8303 20.9533 14.1249 21.2264 14.3985C21.5001 14.6717 21.7947 14.9657 21.9457 15.2273C22.3513 15.9299 22.3513 16.7955 21.9457 17.4981C21.7947 17.7597 21.5599 17.994 21.2862 18.2671L17.9784 21.5749C17.513 22.0402 16.8913 22.3174 16.3865 22.4463C16.1345 22.5106 15.8813 22.5565 15.6516 22.5962C15.3456 22.6617 14.348 22.8547 14.0947 22.8708C13.8157 22.8886 13.4113 22.8612 13.0875 22.5374C12.7637 22.2137 12.7364 21.8092 12.7541 21.5302C12.7702 21.277 12.9632 20.2793 13.0288 19.9733C13.0684 19.7436 13.1143 19.4904 13.1786 19.2384C13.3075 18.7336 13.525 18.1717 13.9903 17.7064L17.3579 14.3387C17.631 14.065 17.8653 13.8303 18.1269 13.6792Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 1.125C6.55228 1.125 7 1.57272 7 2.125V4.125C7 4.67728 6.55228 5.125 6 5.125C5.44772 5.125 5 4.67728 5 4.125V2.125C5 1.57272 5.44772 1.125 6 1.125ZM11 1.125C11.5523 1.125 12 1.57272 12 2.125V4.125C12 4.67728 11.5523 5.125 11 5.125C10.4477 5.125 10 4.67728 10 4.125V2.125C10 1.57272 10.4477 1.125 11 1.125ZM16 1.125C16.5523 1.125 17 1.57272 17 2.125V4.125C17 4.67728 16.5523 5.125 16 5.125C15.4477 5.125 15 4.67728 15 4.125V2.125C15 1.57272 15.4477 1.125 16 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5558 2.375H9.44426H9.44424C7.84167 2.37498 6.56269 2.37497 5.55962 2.50983C4.52335 2.64915 3.66994 2.94466 2.9948 3.6198C2.31966 4.29494 2.02415 5.14835 1.88483 6.18462C1.74997 7.18769 1.74998 8.46665 1.75 10.0692V10.0692V15.1808V15.1808C1.74998 16.7834 1.74997 18.0623 1.88483 19.0654C2.02415 20.1017 2.31966 20.9551 2.9948 21.6302C3.66994 22.3053 4.52335 22.6008 5.55962 22.7402C6.5627 22.875 7.84167 22.875 9.44426 22.875H10.7878C10.8861 22.875 10.9727 22.875 11.0486 22.8737C11.1667 22.8716 11.2257 22.8705 11.3138 22.7559C11.4018 22.6414 11.3797 22.552 11.3355 22.3731C11.2408 21.9906 11.2433 21.6508 11.257 21.435C11.272 21.1997 11.3452 20.7858 11.3973 20.5014C11.4542 20.1907 11.5176 19.869 11.5554 19.6895C11.5952 19.4601 11.6482 19.1685 11.7251 18.8673C11.8859 18.2375 12.1944 17.3808 12.9295 16.6457L16.341 13.2339C16.5768 12.9968 16.9379 12.6335 17.3767 12.3802C18.0881 11.9694 18.9002 11.8092 19.6902 11.8994C19.9297 11.9267 20.0495 11.9404 20.1497 11.8509C20.25 11.7614 20.25 11.6649 20.25 11.4718V10.0693C20.25 8.46666 20.25 7.1877 20.1152 6.18461C19.9758 5.14835 19.6803 4.29494 19.0052 3.6198C18.3301 2.94466 17.4767 2.64915 16.4404 2.50983C15.4373 2.37497 14.1583 2.37498 12.5558 2.375H12.5558ZM7 9.375C6.58579 9.375 6.25 9.71079 6.25 10.125C6.25 10.5392 6.58579 10.875 7 10.875H15C15.4142 10.875 15.75 10.5392 15.75 10.125C15.75 9.71079 15.4142 9.375 15 9.375H7ZM7 14.375C6.58579 14.375 6.25 14.7108 6.25 15.125C6.25 15.5392 6.58579 15.875 7 15.875H11C11.4142 15.875 11.75 15.5392 11.75 15.125C11.75 14.7108 11.4142 14.375 11 14.375H7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.1269 13.6792C18.8294 13.2736 19.695 13.2736 20.3976 13.6792C20.6592 13.8303 20.9533 14.1249 21.2264 14.3985C21.5001 14.6717 21.7947 14.9657 21.9457 15.2273C22.3513 15.9299 22.3513 16.7955 21.9457 17.4981C21.7947 17.7597 21.5599 17.994 21.2862 18.2671L17.9784 21.5749C17.513 22.0402 16.8913 22.3174 16.3865 22.4463C16.1345 22.5106 15.8813 22.5565 15.6516 22.5962C15.3456 22.6617 14.348 22.8547 14.0947 22.8708C13.8157 22.8886 13.4113 22.8612 13.0875 22.5374C12.7637 22.2137 12.7364 21.8092 12.7541 21.5302C12.7702 21.277 12.9632 20.2793 13.0288 19.9733C13.0684 19.7436 13.1143 19.4904 13.1786 19.2384C13.3075 18.7336 13.525 18.1717 13.9903 17.7064L17.3579 14.3387C17.631 14.065 17.8653 13.8303 18.1269 13.6792Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-note-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.875 1C6.42728 1 6.875 1.44772 6.875 2V4C6.875 4.55228 6.42728 5 5.875 5C5.32272 5 4.875 4.55228 4.875 4V2C4.875 1.44772 5.32272 1 5.875 1ZM10.875 1C11.4273 1 11.875 1.44772 11.875 2V4C11.875 4.55228 11.4273 5 10.875 5C10.3227 5 9.875 4.55228 9.875 4V2C9.875 1.44772 10.3227 1 10.875 1ZM15.875 1C16.4273 1 16.875 1.44772 16.875 2V4C16.875 4.55228 16.4273 5 15.875 5C15.3227 5 14.875 4.55228 14.875 4V2C14.875 1.44772 15.3227 1 15.875 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4308 2.25H9.31926H9.31924C7.71667 2.24998 6.43769 2.24997 5.43462 2.38483C4.39835 2.52415 3.54494 2.81966 2.8698 3.4948C2.19466 4.16994 1.89915 5.02335 1.75983 6.05962C1.62497 7.06269 1.62498 8.34165 1.625 9.94421V9.94424V15.0558V15.0558C1.62498 16.6584 1.62497 17.9373 1.75983 18.9404C1.89915 19.9767 2.19466 20.8301 2.8698 21.5052C3.54494 22.1803 4.39835 22.4758 5.43462 22.6152C6.4377 22.75 7.71667 22.75 9.31926 22.75H11.4053L11.5014 22.7499C11.6584 22.7495 11.7369 22.7493 11.8259 22.6518C11.9148 22.5542 11.9049 22.4448 11.8852 22.2261C11.8208 21.5132 12.0615 20.778 12.6072 20.2322L13.9152 18.9243C14.1152 18.7243 14.2152 18.6243 14.2152 18.5C14.2152 18.3757 14.1152 18.2757 13.9152 18.0757L12.6072 16.7678C11.6309 15.7915 11.6309 14.2085 12.6072 13.2322C13.5835 12.2559 15.1665 12.2559 16.1428 13.2322L17.4507 14.5402L17.4507 14.5402C17.6507 14.7402 17.7507 14.8402 17.875 14.8402C17.9993 14.8402 18.0993 14.7402 18.2993 14.5402L19.6072 13.2322C19.681 13.1585 19.7581 13.0903 19.8383 13.0278L19.8383 13.0277C19.9889 12.9101 20.0643 12.8512 20.0946 12.789C20.125 12.7267 20.125 12.6471 20.125 12.488V9.94426C20.125 8.34166 20.125 7.0627 19.9902 6.05961C19.8508 5.02335 19.5553 4.16994 18.8802 3.4948C18.2051 2.81966 17.3517 2.52415 16.3154 2.38483C15.3123 2.24997 14.0333 2.24998 12.4308 2.25H12.4308ZM6.875 9.25C6.46079 9.25 6.125 9.58579 6.125 10C6.125 10.4142 6.46079 10.75 6.875 10.75H14.875C15.2892 10.75 15.625 10.4142 15.625 10C15.625 9.58579 15.2892 9.25 14.875 9.25H6.875ZM6.875 14.25C6.46079 14.25 6.125 14.5858 6.125 15C6.125 15.4142 6.46079 15.75 6.875 15.75H9.875C10.2892 15.75 10.625 15.4142 10.625 15C10.625 14.5858 10.2892 14.25 9.875 14.25H6.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6679 14.2929C14.0584 13.9024 14.6916 13.9024 15.0821 14.2929L17.875 17.0858L20.6679 14.2929C21.0584 13.9024 21.6916 13.9024 22.0821 14.2929C22.4726 14.6834 22.4726 15.3166 22.0821 15.7071L19.2892 18.5L22.0821 21.2929C22.4726 21.6834 22.4726 22.3166 22.0821 22.7071C21.6916 23.0976 21.0584 23.0976 20.6679 22.7071L17.875 19.9142L15.0821 22.7071C14.6916 23.0976 14.0584 23.0976 13.6679 22.7071C13.2774 22.3166 13.2774 21.6834 13.6679 21.2929L16.4608 18.5L13.6679 15.7071C13.2774 15.3166 13.2774 14.6834 13.6679 14.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.875 1C6.42728 1 6.875 1.44772 6.875 2V4C6.875 4.55228 6.42728 5 5.875 5C5.32272 5 4.875 4.55228 4.875 4V2C4.875 1.44772 5.32272 1 5.875 1ZM10.875 1C11.4273 1 11.875 1.44772 11.875 2V4C11.875 4.55228 11.4273 5 10.875 5C10.3227 5 9.875 4.55228 9.875 4V2C9.875 1.44772 10.3227 1 10.875 1ZM15.875 1C16.4273 1 16.875 1.44772 16.875 2V4C16.875 4.55228 16.4273 5 15.875 5C15.3227 5 14.875 4.55228 14.875 4V2C14.875 1.44772 15.3227 1 15.875 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4308 2.25H9.31926H9.31924C7.71667 2.24998 6.43769 2.24997 5.43462 2.38483C4.39835 2.52415 3.54494 2.81966 2.8698 3.4948C2.19466 4.16994 1.89915 5.02335 1.75983 6.05962C1.62497 7.06269 1.62498 8.34165 1.625 9.94421V9.94424V15.0558V15.0558C1.62498 16.6584 1.62497 17.9373 1.75983 18.9404C1.89915 19.9767 2.19466 20.8301 2.8698 21.5052C3.54494 22.1803 4.39835 22.4758 5.43462 22.6152C6.4377 22.75 7.71667 22.75 9.31926 22.75H11.4053L11.5014 22.7499C11.6584 22.7495 11.7369 22.7493 11.8259 22.6518C11.9148 22.5542 11.9049 22.4448 11.8852 22.2261C11.8208 21.5132 12.0615 20.778 12.6072 20.2322L13.9152 18.9243C14.1152 18.7243 14.2152 18.6243 14.2152 18.5C14.2152 18.3757 14.1152 18.2757 13.9152 18.0757L12.6072 16.7678C11.6309 15.7915 11.6309 14.2085 12.6072 13.2322C13.5835 12.2559 15.1665 12.2559 16.1428 13.2322L17.4507 14.5402L17.4507 14.5402C17.6507 14.7402 17.7507 14.8402 17.875 14.8402C17.9993 14.8402 18.0993 14.7402 18.2993 14.5402L19.6072 13.2322C19.681 13.1585 19.7581 13.0903 19.8383 13.0278L19.8383 13.0277C19.9889 12.9101 20.0643 12.8512 20.0946 12.789C20.125 12.7267 20.125 12.6471 20.125 12.488V9.94426C20.125 8.34166 20.125 7.0627 19.9902 6.05961C19.8508 5.02335 19.5553 4.16994 18.8802 3.4948C18.2051 2.81966 17.3517 2.52415 16.3154 2.38483C15.3123 2.24997 14.0333 2.24998 12.4308 2.25H12.4308ZM6.875 9.25C6.46079 9.25 6.125 9.58579 6.125 10C6.125 10.4142 6.46079 10.75 6.875 10.75H14.875C15.2892 10.75 15.625 10.4142 15.625 10C15.625 9.58579 15.2892 9.25 14.875 9.25H6.875ZM6.875 14.25C6.46079 14.25 6.125 14.5858 6.125 15C6.125 15.4142 6.46079 15.75 6.875 15.75H9.875C10.2892 15.75 10.625 15.4142 10.625 15C10.625 14.5858 10.2892 14.25 9.875 14.25H6.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6679 14.2929C14.0584 13.9024 14.6916 13.9024 15.0821 14.2929L17.875 17.0858L20.6679 14.2929C21.0584 13.9024 21.6916 13.9024 22.0821 14.2929C22.4726 14.6834 22.4726 15.3166 22.0821 15.7071L19.2892 18.5L22.0821 21.2929C22.4726 21.6834 22.4726 22.3166 22.0821 22.7071C21.6916 23.0976 21.0584 23.0976 20.6679 22.7071L17.875 19.9142L15.0821 22.7071C14.6916 23.0976 14.0584 23.0976 13.6679 22.7071C13.2774 22.3166 13.2774 21.6834 13.6679 21.2929L16.4608 18.5L13.6679 15.7071C13.2774 15.3166 13.2774 14.6834 13.6679 14.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-notebook{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.625 6C1.625 5.44772 2.07272 5 2.625 5L5.125 5C5.67729 5 6.125 5.44772 6.125 6C6.125 6.55229 5.67728 7 5.125 7L2.625 7C2.07272 7 1.625 6.55228 1.625 6ZM1.625 12C1.625 11.4477 2.07272 11 2.625 11L5.125 11C5.67729 11 6.125 11.4477 6.125 12C6.125 12.5523 5.67728 13 5.125 13H2.625C2.07272 13 1.625 12.5523 1.625 12ZM1.625 18C1.625 17.4477 2.07272 17 2.625 17H5.125C5.67728 17 6.125 17.4477 6.125 18C6.125 18.5523 5.67728 19 5.125 19H2.625C2.07272 19 1.625 18.5523 1.625 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6814 1.25H13.6814H13.6814H12.0686H12.0686H12.0686C10.2308 1.24998 8.77519 1.24997 7.63598 1.40314C6.46356 1.56076 5.51461 1.89288 4.76624 2.64124C4.01788 3.38961 3.68576 4.33856 3.52814 5.51098C3.37497 6.65019 3.37498 8.10581 3.375 9.94356V9.94357V9.94358V14.0564V14.0564V14.0564C3.37498 15.8942 3.37497 17.3498 3.52814 18.489C3.68576 19.6614 4.01788 20.6104 4.76624 21.3588C5.51461 22.1071 6.46356 22.4392 7.63598 22.5969C8.77518 22.75 10.2308 22.75 12.0685 22.75H12.0686H13.6814H13.6815C15.5192 22.75 16.9748 22.75 18.114 22.5969C19.2864 22.4392 20.2354 22.1071 20.9838 21.3588C21.7321 20.6104 22.0642 19.6614 22.2219 18.489C22.375 17.3498 22.375 15.8942 22.375 14.0565V14.0564V9.94359V9.94354C22.375 8.1058 22.375 6.65018 22.2219 5.51098C22.0642 4.33856 21.7321 3.38961 20.9838 2.64124C20.2354 1.89288 19.2864 1.56076 18.114 1.40314C16.9748 1.24997 15.5192 1.24998 13.6814 1.25ZM9.125 8.5C8.57272 8.5 8.125 8.94772 8.125 9.5C8.125 10.0523 8.57272 10.5 9.125 10.5H17.125C17.6773 10.5 18.125 10.0523 18.125 9.5C18.125 8.94772 17.6773 8.5 17.125 8.5H9.125ZM9.125 13.5C8.57272 13.5 8.125 13.9477 8.125 14.5C8.125 15.0523 8.57272 15.5 9.125 15.5H13.125C13.6773 15.5 14.125 15.0523 14.125 14.5C14.125 13.9477 13.6773 13.5 13.125 13.5H9.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.625 6C1.625 5.44772 2.07272 5 2.625 5L5.125 5C5.67729 5 6.125 5.44772 6.125 6C6.125 6.55229 5.67728 7 5.125 7L2.625 7C2.07272 7 1.625 6.55228 1.625 6ZM1.625 12C1.625 11.4477 2.07272 11 2.625 11L5.125 11C5.67729 11 6.125 11.4477 6.125 12C6.125 12.5523 5.67728 13 5.125 13H2.625C2.07272 13 1.625 12.5523 1.625 12ZM1.625 18C1.625 17.4477 2.07272 17 2.625 17H5.125C5.67728 17 6.125 17.4477 6.125 18C6.125 18.5523 5.67728 19 5.125 19H2.625C2.07272 19 1.625 18.5523 1.625 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6814 1.25H13.6814H13.6814H12.0686H12.0686H12.0686C10.2308 1.24998 8.77519 1.24997 7.63598 1.40314C6.46356 1.56076 5.51461 1.89288 4.76624 2.64124C4.01788 3.38961 3.68576 4.33856 3.52814 5.51098C3.37497 6.65019 3.37498 8.10581 3.375 9.94356V9.94357V9.94358V14.0564V14.0564V14.0564C3.37498 15.8942 3.37497 17.3498 3.52814 18.489C3.68576 19.6614 4.01788 20.6104 4.76624 21.3588C5.51461 22.1071 6.46356 22.4392 7.63598 22.5969C8.77518 22.75 10.2308 22.75 12.0685 22.75H12.0686H13.6814H13.6815C15.5192 22.75 16.9748 22.75 18.114 22.5969C19.2864 22.4392 20.2354 22.1071 20.9838 21.3588C21.7321 20.6104 22.0642 19.6614 22.2219 18.489C22.375 17.3498 22.375 15.8942 22.375 14.0565V14.0564V9.94359V9.94354C22.375 8.1058 22.375 6.65018 22.2219 5.51098C22.0642 4.33856 21.7321 3.38961 20.9838 2.64124C20.2354 1.89288 19.2864 1.56076 18.114 1.40314C16.9748 1.24997 15.5192 1.24998 13.6814 1.25ZM9.125 8.5C8.57272 8.5 8.125 8.94772 8.125 9.5C8.125 10.0523 8.57272 10.5 9.125 10.5H17.125C17.6773 10.5 18.125 10.0523 18.125 9.5C18.125 8.94772 17.6773 8.5 17.125 8.5H9.125ZM9.125 13.5C8.57272 13.5 8.125 13.9477 8.125 14.5C8.125 15.0523 8.57272 15.5 9.125 15.5H13.125C13.6773 15.5 14.125 15.0523 14.125 14.5C14.125 13.9477 13.6773 13.5 13.125 13.5H9.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-sticky-note-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6465 3.14537C11.4359 2.77424 10.9809 2.65724 10.6299 2.86343C10.2711 3.07417 10.1386 3.55228 10.3534 3.93075C10.564 4.30188 11.0189 4.41888 11.37 4.21269C11.7288 4.00195 11.8613 3.52384 11.6465 3.14537ZM9.87021 1.57003C10.9538 0.933575 12.3334 1.31663 12.951 2.40501C13.5645 3.48604 13.2055 4.87419 12.1296 5.50609C11.8277 5.68341 11.5029 5.7816 11.1779 5.80744L10.8103 7.20309C10.7048 7.60364 10.2946 7.84283 9.89402 7.73733C9.49346 7.63183 9.25428 7.22159 9.35978 6.82104L9.72965 5.41672C9.45792 5.22901 9.22306 4.97812 9.04883 4.67111C8.43533 3.59008 8.79437 2.20193 9.87021 1.57003Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.55525 4.33072C7.58997 4.37406 7.61587 4.45509 7.66767 4.61716C7.74094 4.84639 7.83863 5.07111 7.96154 5.28769C8.01743 5.38616 8.07745 5.48104 8.1413 5.5722C8.23671 5.70842 8.28441 5.77653 8.29605 5.84168C8.30768 5.90684 8.28898 5.97783 8.25158 6.11983L8.15085 6.50228C7.86952 7.57043 8.50735 8.66439 9.57549 8.94572C10.6436 9.22705 11.7376 8.58922 12.0189 7.52108L12.1155 7.15448C12.1531 7.01181 12.1719 6.94047 12.2143 6.88938C12.2568 6.83828 12.3324 6.80253 12.4837 6.73102C12.578 6.68644 12.671 6.63729 12.7626 6.58354C14.0247 5.84224 14.6459 4.43972 14.4703 3.08059C14.4251 2.73028 14.4024 2.55513 14.4793 2.45643C14.5561 2.35773 14.7023 2.34026 14.9945 2.3053C15.0878 2.29413 15.1791 2.285 15.2685 2.27805C16.004 2.22091 16.6692 2.30583 17.289 2.6582C18.004 3.06469 18.4368 3.70064 18.7748 4.49787C19.0992 5.263 19.3734 6.271 19.712 7.5154L21.4779 14.0048C21.8165 15.2491 22.0908 16.2571 22.1985 17.0796C22.3106 17.9363 22.2593 18.7037 21.8438 19.4124C21.4293 20.1194 20.7835 20.5439 19.9785 20.8748C19.2031 21.1935 18.1811 21.4632 16.9159 21.797L14.6454 22.3961C14.4602 22.4449 14.3676 22.4694 14.2806 22.4387C14.1937 22.4081 14.1383 22.3331 14.0276 22.1832C13.9265 22.0462 13.8147 21.8916 13.6913 21.721L13.6913 21.721C13.5934 21.5857 13.4884 21.4405 13.3757 21.2861C12.9897 20.7573 12.5345 20.1502 12.0416 19.5766C11.5517 19.0064 11.0045 18.4453 10.429 18.0216C9.86468 17.6061 9.19131 17.2617 8.46373 17.2617H8.4324L8.40119 17.2643C7.89509 17.3066 7.44527 17.537 7.07414 17.8054C6.69865 18.077 6.35377 18.4237 6.04992 18.7743C5.72818 19.1456 5.42737 19.552 5.16836 19.9197C5.04027 20.1015 4.77051 20.0859 4.69008 19.8786C4.5516 19.5216 4.43094 19.0781 4.28998 18.56L2.52196 12.0627C2.18337 10.8184 1.90906 9.81044 1.80141 8.98788C1.6893 8.1312 1.74059 7.3638 2.15611 6.65511C2.57062 5.94815 3.21638 5.52358 4.02138 5.19269C4.79677 4.87397 5.81878 4.60433 7.08393 4.27055C7.22689 4.23288 7.29837 4.21404 7.35357 4.22005C7.44022 4.22948 7.50076 4.2627 7.55525 4.33072ZM6.05922 21.2697C6.03905 21.2992 6.05079 21.3398 6.08391 21.3532C6.18533 21.3944 6.2897 21.4307 6.39683 21.4639C6.76562 21.5782 7.22109 21.67 7.75569 21.7777L11.9926 22.6314C12.1248 22.6581 12.2476 22.683 12.3648 22.7036C12.4437 22.7175 12.497 22.6294 12.45 22.5645L12.4499 22.5644C12.357 22.436 12.2613 22.3037 12.1641 22.1705C11.7844 21.6502 11.3572 21.0817 10.9039 20.5541C10.4475 20.023 9.98483 19.5573 9.53963 19.2295C9.13213 18.9295 8.80303 18.7922 8.55103 18.7663C8.53018 18.7642 8.51976 18.7631 8.49514 18.7646C8.47051 18.7661 8.46153 18.7682 8.44355 18.7723C8.31882 18.8009 8.15584 18.8743 7.95312 19.0209C7.70643 19.1993 7.44684 19.4528 7.1835 19.7567C6.75661 20.2493 6.37842 20.8026 6.05923 21.2697L6.05922 21.2697Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6465 3.14537C11.4359 2.77424 10.9809 2.65724 10.6299 2.86343C10.2711 3.07417 10.1386 3.55228 10.3534 3.93075C10.564 4.30188 11.0189 4.41888 11.37 4.21269C11.7288 4.00195 11.8613 3.52384 11.6465 3.14537ZM9.87021 1.57003C10.9538 0.933575 12.3334 1.31663 12.951 2.40501C13.5645 3.48604 13.2055 4.87419 12.1296 5.50609C11.8277 5.68341 11.5029 5.7816 11.1779 5.80744L10.8103 7.20309C10.7048 7.60364 10.2946 7.84283 9.89402 7.73733C9.49346 7.63183 9.25428 7.22159 9.35978 6.82104L9.72965 5.41672C9.45792 5.22901 9.22306 4.97812 9.04883 4.67111C8.43533 3.59008 8.79437 2.20193 9.87021 1.57003Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.55525 4.33072C7.58997 4.37406 7.61587 4.45509 7.66767 4.61716C7.74094 4.84639 7.83863 5.07111 7.96154 5.28769C8.01743 5.38616 8.07745 5.48104 8.1413 5.5722C8.23671 5.70842 8.28441 5.77653 8.29605 5.84168C8.30768 5.90684 8.28898 5.97783 8.25158 6.11983L8.15085 6.50228C7.86952 7.57043 8.50735 8.66439 9.57549 8.94572C10.6436 9.22705 11.7376 8.58922 12.0189 7.52108L12.1155 7.15448C12.1531 7.01181 12.1719 6.94047 12.2143 6.88938C12.2568 6.83828 12.3324 6.80253 12.4837 6.73102C12.578 6.68644 12.671 6.63729 12.7626 6.58354C14.0247 5.84224 14.6459 4.43972 14.4703 3.08059C14.4251 2.73028 14.4024 2.55513 14.4793 2.45643C14.5561 2.35773 14.7023 2.34026 14.9945 2.3053C15.0878 2.29413 15.1791 2.285 15.2685 2.27805C16.004 2.22091 16.6692 2.30583 17.289 2.6582C18.004 3.06469 18.4368 3.70064 18.7748 4.49787C19.0992 5.263 19.3734 6.271 19.712 7.5154L21.4779 14.0048C21.8165 15.2491 22.0908 16.2571 22.1985 17.0796C22.3106 17.9363 22.2593 18.7037 21.8438 19.4124C21.4293 20.1194 20.7835 20.5439 19.9785 20.8748C19.2031 21.1935 18.1811 21.4632 16.9159 21.797L14.6454 22.3961C14.4602 22.4449 14.3676 22.4694 14.2806 22.4387C14.1937 22.4081 14.1383 22.3331 14.0276 22.1832C13.9265 22.0462 13.8147 21.8916 13.6913 21.721L13.6913 21.721C13.5934 21.5857 13.4884 21.4405 13.3757 21.2861C12.9897 20.7573 12.5345 20.1502 12.0416 19.5766C11.5517 19.0064 11.0045 18.4453 10.429 18.0216C9.86468 17.6061 9.19131 17.2617 8.46373 17.2617H8.4324L8.40119 17.2643C7.89509 17.3066 7.44527 17.537 7.07414 17.8054C6.69865 18.077 6.35377 18.4237 6.04992 18.7743C5.72818 19.1456 5.42737 19.552 5.16836 19.9197C5.04027 20.1015 4.77051 20.0859 4.69008 19.8786C4.5516 19.5216 4.43094 19.0781 4.28998 18.56L2.52196 12.0627C2.18337 10.8184 1.90906 9.81044 1.80141 8.98788C1.6893 8.1312 1.74059 7.3638 2.15611 6.65511C2.57062 5.94815 3.21638 5.52358 4.02138 5.19269C4.79677 4.87397 5.81878 4.60433 7.08393 4.27055C7.22689 4.23288 7.29837 4.21404 7.35357 4.22005C7.44022 4.22948 7.50076 4.2627 7.55525 4.33072ZM6.05922 21.2697C6.03905 21.2992 6.05079 21.3398 6.08391 21.3532C6.18533 21.3944 6.2897 21.4307 6.39683 21.4639C6.76562 21.5782 7.22109 21.67 7.75569 21.7777L11.9926 22.6314C12.1248 22.6581 12.2476 22.683 12.3648 22.7036C12.4437 22.7175 12.497 22.6294 12.45 22.5645L12.4499 22.5644C12.357 22.436 12.2613 22.3037 12.1641 22.1705C11.7844 21.6502 11.3572 21.0817 10.9039 20.5541C10.4475 20.023 9.98483 19.5573 9.53963 19.2295C9.13213 18.9295 8.80303 18.7922 8.55103 18.7663C8.53018 18.7642 8.51976 18.7631 8.49514 18.7646C8.47051 18.7661 8.46153 18.7682 8.44355 18.7723C8.31882 18.8009 8.15584 18.8743 7.95312 19.0209C7.70643 19.1993 7.44684 19.4528 7.1835 19.7567C6.75661 20.2493 6.37842 20.8026 6.05923 21.2697L6.05922 21.2697Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-sticky-note-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8865 6.22909C16.3057 6.30513 15.552 6.50296 14.4264 6.80141L10.5372 7.83262C9.41141 8.1311 8.65892 8.33261 8.11776 8.55401C7.59916 8.76617 7.41583 8.94276 7.31606 9.10873C7.2199 9.26868 7.15516 9.49388 7.2211 10.0145C7.29104 10.5667 7.4833 11.2853 7.77795 12.3734L9.19941 17.6227C9.49402 18.7107 9.69062 19.4283 9.90921 19.9414C10.1151 20.4248 10.2863 20.5913 10.4553 20.685C10.6302 20.7819 10.8816 20.8435 11.4377 20.7707C12.0185 20.6946 12.7721 20.4968 13.8978 20.1983L15.6585 19.7315C15.6637 19.7006 15.6691 19.6689 15.6747 19.6363C15.751 19.192 15.8674 18.5879 16.0271 17.9593C16.1851 17.3379 16.3941 16.6573 16.6645 16.076C16.907 15.5544 17.3062 14.868 17.9685 14.5628C18.8648 14.1496 19.8015 14.276 20.5107 14.4953L19.1248 9.37701C18.8301 8.28901 18.6335 7.57146 18.415 7.05834C18.209 6.57491 18.0378 6.40842 17.8689 6.31479C17.694 6.21786 17.4426 6.15628 16.8865 6.22909ZM20.2416 16.4654C20.2378 16.4638 20.2339 16.4622 20.2301 16.4607C19.6457 16.2251 19.133 16.1697 18.7815 16.3318C18.7853 16.33 18.784 16.3313 18.7778 16.3373C18.7488 16.3658 18.6126 16.4992 18.4271 16.8982C18.2303 17.3213 18.0565 17.8694 17.9115 18.4397C17.9082 18.4526 17.905 18.4655 17.9017 18.4784L19.8637 16.7924C20.0108 16.666 20.1353 16.5588 20.2416 16.4654ZM16.6344 4.29814C17.3938 4.19871 18.1234 4.23014 18.8104 4.61093C19.5034 4.99501 19.9067 5.59763 20.2034 6.29416C20.4815 6.94681 20.7117 7.79716 20.9836 8.80155L22.44 14.1799C22.5523 14.5945 22.6558 14.9763 22.7083 15.307C22.7665 15.6728 22.7779 16.057 22.6492 16.4636C22.5212 16.8679 22.2919 17.177 22.0368 17.4458C21.8036 17.6915 21.4983 17.9538 21.1623 18.2425L18.4623 20.5627C18.4462 20.5766 18.4302 20.5904 18.4142 20.6041C18.1791 20.8065 17.9546 20.9999 17.6887 21.1395C17.4239 21.2786 17.1367 21.3544 16.8343 21.4343C16.8137 21.4397 16.793 21.4452 16.7723 21.4506L14.333 22.0974C13.2862 22.375 12.4102 22.6073 11.6898 22.7016C10.9303 22.8011 10.2008 22.7696 9.51376 22.3888C8.82078 22.0047 8.41744 21.4021 8.12072 20.7056C7.84269 20.0529 7.61247 19.2026 7.34054 18.1982L5.88341 12.8171C5.61145 11.813 5.38113 10.9625 5.2921 10.2596C5.19712 9.50962 5.24132 8.78449 5.65021 8.10429C6.0555 7.43011 6.67471 7.04079 7.38243 6.75125C8.05422 6.47641 8.93023 6.24417 9.97686 5.9667C9.99768 5.96119 10.0186 5.95565 10.0395 5.95009L13.9912 4.90234C15.038 4.62475 15.9139 4.39247 16.6344 4.29814Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.7701 1.26455C12.9771 1.2681 13.955 1.27097 14.7255 1.37181C15.5252 1.47647 16.2131 1.69836 16.7656 2.22435C17.4939 2.91768 17.6823 3.8493 17.7487 4.95619C17.7692 5.29751 17.5563 5.60947 17.231 5.71472L8.03405 7.98044C7.08101 8.21523 6.6045 8.33262 6.39157 8.70297C6.17864 9.07331 6.31693 9.54419 6.5935 10.4859L8.7614 17.8677C8.80061 18.0867 8.74061 18.3117 8.59761 18.4821C8.45461 18.6525 8.24336 18.7506 8.02093 18.7499L7.28831 18.7478C6.08137 18.7442 5.10345 18.7414 4.3329 18.6405C3.53322 18.5359 2.84533 18.314 2.2928 17.788C1.73513 17.2571 1.49507 16.5878 1.3828 15.8095C1.27596 15.069 1.27311 14.132 1.26964 12.9889L1.25123 6.98337C1.2477 5.84048 1.24481 4.90345 1.34713 4.16331C1.45463 3.38571 1.6909 2.71496 2.24841 2.18441C2.80064 1.65891 3.48984 1.4409 4.2887 1.34099C5.0588 1.24468 6.03676 1.24759 7.24354 1.25117L11.7701 1.26455Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.8865 6.22909C16.3057 6.30513 15.552 6.50296 14.4264 6.80141L10.5372 7.83262C9.41141 8.1311 8.65892 8.33261 8.11776 8.55401C7.59916 8.76617 7.41583 8.94276 7.31606 9.10873C7.2199 9.26868 7.15516 9.49388 7.2211 10.0145C7.29104 10.5667 7.4833 11.2853 7.77795 12.3734L9.19941 17.6227C9.49402 18.7107 9.69062 19.4283 9.90921 19.9414C10.1151 20.4248 10.2863 20.5913 10.4553 20.685C10.6302 20.7819 10.8816 20.8435 11.4377 20.7707C12.0185 20.6946 12.7721 20.4968 13.8978 20.1983L15.6585 19.7315C15.6637 19.7006 15.6691 19.6689 15.6747 19.6363C15.751 19.192 15.8674 18.5879 16.0271 17.9593C16.1851 17.3379 16.3941 16.6573 16.6645 16.076C16.907 15.5544 17.3062 14.868 17.9685 14.5628C18.8648 14.1496 19.8015 14.276 20.5107 14.4953L19.1248 9.37701C18.8301 8.28901 18.6335 7.57146 18.415 7.05834C18.209 6.57491 18.0378 6.40842 17.8689 6.31479C17.694 6.21786 17.4426 6.15628 16.8865 6.22909ZM20.2416 16.4654C20.2378 16.4638 20.2339 16.4622 20.2301 16.4607C19.6457 16.2251 19.133 16.1697 18.7815 16.3318C18.7853 16.33 18.784 16.3313 18.7778 16.3373C18.7488 16.3658 18.6126 16.4992 18.4271 16.8982C18.2303 17.3213 18.0565 17.8694 17.9115 18.4397C17.9082 18.4526 17.905 18.4655 17.9017 18.4784L19.8637 16.7924C20.0108 16.666 20.1353 16.5588 20.2416 16.4654ZM16.6344 4.29814C17.3938 4.19871 18.1234 4.23014 18.8104 4.61093C19.5034 4.99501 19.9067 5.59763 20.2034 6.29416C20.4815 6.94681 20.7117 7.79716 20.9836 8.80155L22.44 14.1799C22.5523 14.5945 22.6558 14.9763 22.7083 15.307C22.7665 15.6728 22.7779 16.057 22.6492 16.4636C22.5212 16.8679 22.2919 17.177 22.0368 17.4458C21.8036 17.6915 21.4983 17.9538 21.1623 18.2425L18.4623 20.5627C18.4462 20.5766 18.4302 20.5904 18.4142 20.6041C18.1791 20.8065 17.9546 20.9999 17.6887 21.1395C17.4239 21.2786 17.1367 21.3544 16.8343 21.4343C16.8137 21.4397 16.793 21.4452 16.7723 21.4506L14.333 22.0974C13.2862 22.375 12.4102 22.6073 11.6898 22.7016C10.9303 22.8011 10.2008 22.7696 9.51376 22.3888C8.82078 22.0047 8.41744 21.4021 8.12072 20.7056C7.84269 20.0529 7.61247 19.2026 7.34054 18.1982L5.88341 12.8171C5.61145 11.813 5.38113 10.9625 5.2921 10.2596C5.19712 9.50962 5.24132 8.78449 5.65021 8.10429C6.0555 7.43011 6.67471 7.04079 7.38243 6.75125C8.05422 6.47641 8.93023 6.24417 9.97686 5.9667C9.99768 5.96119 10.0186 5.95565 10.0395 5.95009L13.9912 4.90234C15.038 4.62475 15.9139 4.39247 16.6344 4.29814Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.7701 1.26455C12.9771 1.2681 13.955 1.27097 14.7255 1.37181C15.5252 1.47647 16.2131 1.69836 16.7656 2.22435C17.4939 2.91768 17.6823 3.8493 17.7487 4.95619C17.7692 5.29751 17.5563 5.60947 17.231 5.71472L8.03405 7.98044C7.08101 8.21523 6.6045 8.33262 6.39157 8.70297C6.17864 9.07331 6.31693 9.54419 6.5935 10.4859L8.7614 17.8677C8.80061 18.0867 8.74061 18.3117 8.59761 18.4821C8.45461 18.6525 8.24336 18.7506 8.02093 18.7499L7.28831 18.7478C6.08137 18.7442 5.10345 18.7414 4.3329 18.6405C3.53322 18.5359 2.84533 18.314 2.2928 17.788C1.73513 17.2571 1.49507 16.5878 1.3828 15.8095C1.27596 15.069 1.27311 14.132 1.26964 12.9889L1.25123 6.98337C1.2477 5.84048 1.24481 4.90345 1.34713 4.16331C1.45463 3.38571 1.6909 2.71496 2.24841 2.18441C2.80064 1.65891 3.48984 1.4409 4.2887 1.34099C5.0588 1.24468 6.03676 1.24759 7.24354 1.25117L11.7701 1.26455Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-task-01-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.08434 3.6029C5.17214 3.59079 5.24805 3.6625 5.24805 3.75113C5.24805 5.40798 6.59119 6.75113 8.24805 6.75113L13.748 6.75113C15.4049 6.75113 16.748 5.40798 16.748 3.75113C16.748 3.6625 16.824 3.59079 16.9118 3.6029C17.8119 3.72705 18.5595 3.99236 19.1499 4.58332C19.7517 5.18567 20.0106 5.94403 20.1315 6.84477C20.2481 7.71246 20.2481 8.81574 20.2481 10.1847L20.2481 12.0969C20.2481 12.4397 20.2481 12.6112 20.1542 12.6999C20.0603 12.7887 19.8654 12.7778 19.4758 12.7559C18.7551 12.7155 18.0254 12.8819 17.3789 13.2552C16.9401 13.5085 16.5789 13.8718 16.3432 14.1089L16.2986 14.1537L12.9317 17.5207C12.1966 18.2558 11.8881 19.1125 11.7273 19.7423C11.6496 20.0466 11.6108 20.1988 11.5283 20.262C11.5176 20.2702 11.5133 20.2732 11.5017 20.2802C11.4129 20.3342 11.2313 20.3122 10.8679 20.2682C10.7685 20.2562 10.6672 20.25 10.5645 20.25H9.56445C8.18374 20.25 7.06445 21.3693 7.06445 22.75C7.06445 23.115 7.06445 23.2975 6.99927 23.3795C6.98022 23.4034 6.96797 23.4153 6.94341 23.4335C6.85935 23.496 6.71276 23.4912 6.41959 23.4817C5.93252 23.4658 5.49562 23.4369 5.10621 23.3845C4.20597 23.2633 3.44804 23.0042 2.84615 22.4017C2.24436 21.7994 1.98555 21.041 1.86456 20.1403C1.74801 19.2726 1.74803 18.1694 1.74805 16.8005V16.8004L1.74805 10.1847V10.1846C1.74803 8.81572 1.74801 7.71243 1.86456 6.84477C1.98555 5.94403 2.24436 5.18567 2.84615 4.58332C3.43657 3.99236 4.18423 3.72705 5.08434 3.6029ZM6.25 11.7499C6.25 11.3357 6.58579 10.9999 7 10.9999L15 10.9999C15.4142 10.9999 15.75 11.3357 15.75 11.7499C15.75 12.1642 15.4142 12.4999 15 12.4999L7 12.4999C6.58579 12.4999 6.25 12.1642 6.25 11.7499ZM6.25 16.7499C6.25 16.3357 6.58579 15.9999 7 15.9999H11C11.4142 15.9999 11.75 16.3357 11.75 16.7499C11.75 17.1642 11.4142 17.4999 11 17.4999H7C6.58579 17.4999 6.25 17.1642 6.25 16.7499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.49805 3.75C6.49805 2.7835 7.28155 2 8.24805 2H13.748C14.7145 2 15.498 2.7835 15.498 3.75C15.498 4.7165 14.7145 5.5 13.748 5.5H8.24805C7.28155 5.5 6.49805 4.7165 6.49805 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.1288 14.5542C18.8314 14.1486 19.697 14.1486 20.3996 14.5542C20.6612 14.7053 20.9552 14.9999 21.2283 15.2735C21.502 15.5467 21.7966 15.8407 21.9477 16.1023C22.3533 16.8049 22.3533 17.6705 21.9477 18.3731C21.7966 18.6347 21.5618 18.869 21.2882 19.1421L17.9205 22.5097C17.4552 22.975 16.8933 23.1924 16.3885 23.3213C16.1364 23.3856 15.8832 23.4315 15.6536 23.4712C15.3475 23.5367 14.3499 23.7297 14.0966 23.7458C13.8177 23.7636 13.4132 23.7362 13.0894 23.4124C12.7657 23.0887 12.7383 22.6842 12.7561 22.4052C12.7722 22.152 12.9652 21.1543 13.0307 20.8483C13.0704 20.6186 13.1162 20.3654 13.1806 20.1134C13.3095 19.6086 13.5269 19.0467 13.9922 18.5814L17.3598 15.2137C17.6329 14.94 17.8672 14.7053 18.1288 14.5542Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.56445 22.75C8.56445 22.1977 9.01217 21.75 9.56445 21.75H10.5645C11.1167 21.75 11.5645 22.1977 11.5645 22.75C11.5645 23.3023 11.1167 23.75 10.5645 23.75H9.56445C9.01217 23.75 8.56445 23.3023 8.56445 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.08434 3.6029C5.17214 3.59079 5.24805 3.6625 5.24805 3.75113C5.24805 5.40798 6.59119 6.75113 8.24805 6.75113L13.748 6.75113C15.4049 6.75113 16.748 5.40798 16.748 3.75113C16.748 3.6625 16.824 3.59079 16.9118 3.6029C17.8119 3.72705 18.5595 3.99236 19.1499 4.58332C19.7517 5.18567 20.0106 5.94403 20.1315 6.84477C20.2481 7.71246 20.2481 8.81574 20.2481 10.1847L20.2481 12.0969C20.2481 12.4397 20.2481 12.6112 20.1542 12.6999C20.0603 12.7887 19.8654 12.7778 19.4758 12.7559C18.7551 12.7155 18.0254 12.8819 17.3789 13.2552C16.9401 13.5085 16.5789 13.8718 16.3432 14.1089L16.2986 14.1537L12.9317 17.5207C12.1966 18.2558 11.8881 19.1125 11.7273 19.7423C11.6496 20.0466 11.6108 20.1988 11.5283 20.262C11.5176 20.2702 11.5133 20.2732 11.5017 20.2802C11.4129 20.3342 11.2313 20.3122 10.8679 20.2682C10.7685 20.2562 10.6672 20.25 10.5645 20.25H9.56445C8.18374 20.25 7.06445 21.3693 7.06445 22.75C7.06445 23.115 7.06445 23.2975 6.99927 23.3795C6.98022 23.4034 6.96797 23.4153 6.94341 23.4335C6.85935 23.496 6.71276 23.4912 6.41959 23.4817C5.93252 23.4658 5.49562 23.4369 5.10621 23.3845C4.20597 23.2633 3.44804 23.0042 2.84615 22.4017C2.24436 21.7994 1.98555 21.041 1.86456 20.1403C1.74801 19.2726 1.74803 18.1694 1.74805 16.8005V16.8004L1.74805 10.1847V10.1846C1.74803 8.81572 1.74801 7.71243 1.86456 6.84477C1.98555 5.94403 2.24436 5.18567 2.84615 4.58332C3.43657 3.99236 4.18423 3.72705 5.08434 3.6029ZM6.25 11.7499C6.25 11.3357 6.58579 10.9999 7 10.9999L15 10.9999C15.4142 10.9999 15.75 11.3357 15.75 11.7499C15.75 12.1642 15.4142 12.4999 15 12.4999L7 12.4999C6.58579 12.4999 6.25 12.1642 6.25 11.7499ZM6.25 16.7499C6.25 16.3357 6.58579 15.9999 7 15.9999H11C11.4142 15.9999 11.75 16.3357 11.75 16.7499C11.75 17.1642 11.4142 17.4999 11 17.4999H7C6.58579 17.4999 6.25 17.1642 6.25 16.7499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.49805 3.75C6.49805 2.7835 7.28155 2 8.24805 2H13.748C14.7145 2 15.498 2.7835 15.498 3.75C15.498 4.7165 14.7145 5.5 13.748 5.5H8.24805C7.28155 5.5 6.49805 4.7165 6.49805 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.1288 14.5542C18.8314 14.1486 19.697 14.1486 20.3996 14.5542C20.6612 14.7053 20.9552 14.9999 21.2283 15.2735C21.502 15.5467 21.7966 15.8407 21.9477 16.1023C22.3533 16.8049 22.3533 17.6705 21.9477 18.3731C21.7966 18.6347 21.5618 18.869 21.2882 19.1421L17.9205 22.5097C17.4552 22.975 16.8933 23.1924 16.3885 23.3213C16.1364 23.3856 15.8832 23.4315 15.6536 23.4712C15.3475 23.5367 14.3499 23.7297 14.0966 23.7458C13.8177 23.7636 13.4132 23.7362 13.0894 23.4124C12.7657 23.0887 12.7383 22.6842 12.7561 22.4052C12.7722 22.152 12.9652 21.1543 13.0307 20.8483C13.0704 20.6186 13.1162 20.3654 13.1806 20.1134C13.3095 19.6086 13.5269 19.0467 13.9922 18.5814L17.3598 15.2137C17.6329 14.94 17.8672 14.7053 18.1288 14.5542Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.56445 22.75C8.56445 22.1977 9.01217 21.75 9.56445 21.75H10.5645C11.1167 21.75 11.5645 22.1977 11.5645 22.75C11.5645 23.3023 11.1167 23.75 10.5645 23.75H9.56445C9.01217 23.75 8.56445 23.3023 8.56445 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-task-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 3C7.5 2.0335 8.2835 1.25 9.25 1.25H14.75C15.7165 1.25 16.5 2.0335 16.5 3C16.5 3.9665 15.7165 4.75 14.75 4.75H9.25C8.2835 4.75 7.5 3.9665 7.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.25 3.00119C6.25 2.91256 6.17409 2.84085 6.08629 2.85296C5.18618 2.97711 4.43852 3.24242 3.8481 3.83338C3.24631 4.43574 2.9875 5.19409 2.86651 6.09483C2.74996 6.9625 2.74998 8.0658 2.75 9.43472L2.75 16.0505C2.74998 17.4194 2.74996 18.5227 2.86651 19.3903C2.9875 20.2911 3.24631 21.0494 3.8481 21.6518C4.44999 22.2542 5.20792 22.5134 6.10816 22.6346C6.97517 22.7512 8.07752 22.7512 9.44506 22.7512L14.5549 22.7512C15.9225 22.7512 17.0248 22.7512 17.8918 22.6346C18.7921 22.5134 19.55 22.2542 20.1519 21.6518C20.7537 21.0494 21.0125 20.2911 21.1335 19.3903C21.25 18.5226 21.25 17.4194 21.25 16.0504L21.25 9.43475C21.25 8.0658 21.25 6.96252 21.1335 6.09483C21.0125 5.19409 20.7537 4.43574 20.1519 3.83338C19.5615 3.24242 18.8138 2.97711 17.9137 2.85296C17.8259 2.84085 17.75 2.91256 17.75 3.00119C17.75 4.65804 16.4069 6.00119 14.75 6.00119L9.25 6.00119C7.59314 6.00119 6.25 4.65804 6.25 3.00119ZM8.00195 10.25C7.58774 10.25 7.25195 10.5858 7.25195 11C7.25195 11.4142 7.58774 11.75 8.00195 11.75L16.002 11.75C16.4162 11.75 16.752 11.4142 16.752 11C16.752 10.5858 16.4162 10.25 16.002 10.25L8.00195 10.25ZM8.00195 15.25C7.58774 15.25 7.25195 15.5858 7.25195 16C7.25195 16.4142 7.58774 16.75 8.00195 16.75H12.002C12.4162 16.75 12.752 16.4142 12.752 16C12.752 15.5858 12.4162 15.25 12.002 15.25H8.00195Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 3C7.5 2.0335 8.2835 1.25 9.25 1.25H14.75C15.7165 1.25 16.5 2.0335 16.5 3C16.5 3.9665 15.7165 4.75 14.75 4.75H9.25C8.2835 4.75 7.5 3.9665 7.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.25 3.00119C6.25 2.91256 6.17409 2.84085 6.08629 2.85296C5.18618 2.97711 4.43852 3.24242 3.8481 3.83338C3.24631 4.43574 2.9875 5.19409 2.86651 6.09483C2.74996 6.9625 2.74998 8.0658 2.75 9.43472L2.75 16.0505C2.74998 17.4194 2.74996 18.5227 2.86651 19.3903C2.9875 20.2911 3.24631 21.0494 3.8481 21.6518C4.44999 22.2542 5.20792 22.5134 6.10816 22.6346C6.97517 22.7512 8.07752 22.7512 9.44506 22.7512L14.5549 22.7512C15.9225 22.7512 17.0248 22.7512 17.8918 22.6346C18.7921 22.5134 19.55 22.2542 20.1519 21.6518C20.7537 21.0494 21.0125 20.2911 21.1335 19.3903C21.25 18.5226 21.25 17.4194 21.25 16.0504L21.25 9.43475C21.25 8.0658 21.25 6.96252 21.1335 6.09483C21.0125 5.19409 20.7537 4.43574 20.1519 3.83338C19.5615 3.24242 18.8138 2.97711 17.9137 2.85296C17.8259 2.84085 17.75 2.91256 17.75 3.00119C17.75 4.65804 16.4069 6.00119 14.75 6.00119L9.25 6.00119C7.59314 6.00119 6.25 4.65804 6.25 3.00119ZM8.00195 10.25C7.58774 10.25 7.25195 10.5858 7.25195 11C7.25195 11.4142 7.58774 11.75 8.00195 11.75L16.002 11.75C16.4162 11.75 16.752 11.4142 16.752 11C16.752 10.5858 16.4162 10.25 16.002 10.25L8.00195 10.25ZM8.00195 15.25C7.58774 15.25 7.25195 15.5858 7.25195 16C7.25195 16.4142 7.58774 16.75 8.00195 16.75H12.002C12.4162 16.75 12.752 16.4142 12.752 16C12.752 15.5858 12.4162 15.25 12.002 15.25H8.00195Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-task-02-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.2327 2.90176C14.271 2.5921 14.2901 2.43728 14.2012 2.33611C14.1122 2.23495 13.9572 2.23409 13.6471 2.23237C13.302 2.23046 12.9393 2.23046 12.5586 2.23047H9.44197C9.06223 2.23046 8.70044 2.23046 8.35607 2.23236C8.04774 2.23406 7.89358 2.2349 7.80469 2.33536C7.7158 2.43582 7.73385 2.5899 7.76993 2.89806L7.825 3.36833C7.92625 3.97565 7.99291 4.3653 8.07797 4.65099C8.15788 4.91942 8.22928 5.00475 8.28592 5.05273C8.34256 5.10072 8.43847 5.15711 8.71638 5.19181C9.01507 5.2291 9.41526 5.23047 10.0414 5.23047H11.9586C12.5848 5.23047 12.9849 5.2291 13.2836 5.19181C13.5616 5.15711 13.6575 5.10072 13.7141 5.05273C13.7707 5.00475 13.8421 4.91942 13.9221 4.65099C14.0072 4.36494 14.0739 3.97465 14.1754 3.366L14.2327 2.90176Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.25718 2.88053C6.22491 2.60502 6.20878 2.46727 6.10944 2.39013C6.01009 2.31299 5.878 2.33077 5.61383 2.36632L5.55446 2.37452C4.51094 2.5222 3.65469 2.83601 2.98138 3.54475C2.31322 4.24808 2.02208 5.1334 1.88419 6.21305C1.74998 7.26383 1.74999 8.60575 1.75 10.2971V15.6674C1.74999 17.3587 1.74998 18.7006 1.88419 19.7514C2.02208 20.8311 2.31322 21.7164 2.98138 22.4197C3.65469 23.1285 4.51094 23.4423 5.55446 23.59C5.82539 23.6283 6.11631 23.6563 6.42809 23.6768C6.80213 23.7013 6.98916 23.7136 7.08459 23.6219C7.18002 23.5302 7.17395 23.2918 7.16181 22.8149C7.16126 22.7933 7.16098 22.7717 7.16098 22.75C7.16098 21.3693 8.28027 20.25 9.66098 20.25H10.661C10.7432 20.25 10.8245 20.254 10.9047 20.2617C11.2479 20.2949 11.4196 20.3115 11.5047 20.26C11.5193 20.2512 11.5249 20.2473 11.5381 20.2366C11.6155 20.174 11.6522 20.0301 11.7257 19.7423C11.8865 19.1125 12.1949 18.2558 12.93 17.5207L16.2969 14.1537L16.3415 14.1089C16.5773 13.8718 16.9384 13.5085 17.3773 13.2552C18.0247 12.8814 18.7554 12.715 19.4771 12.7561C19.867 12.7783 20.062 12.7894 20.156 12.7006C20.25 12.6118 20.25 12.4402 20.25 12.097V10.2971C20.25 8.60578 20.25 7.26385 20.1158 6.21305C19.9779 5.1334 19.6868 4.24808 19.0186 3.54475C18.3453 2.83601 17.4891 2.5222 16.4455 2.37452L16.3903 2.36689C16.1276 2.3314 15.9962 2.31366 15.897 2.39015C15.7978 2.46663 15.7809 2.60356 15.7471 2.87741L15.6619 3.56735L15.6583 3.58908C15.566 4.14304 15.4737 4.69689 15.3594 5.08076C15.2347 5.49982 15.0464 5.89154 14.6834 6.19903C14.3204 6.50651 13.9031 6.62785 13.4692 6.68202C13.0665 6.7323 12.5716 6.73227 12.0026 6.73223H9.99688C9.42789 6.73227 8.93298 6.7323 8.5303 6.68202C8.09643 6.62785 7.67908 6.50651 7.31611 6.19903C6.95313 5.89154 6.76484 5.49982 6.64008 5.08076C6.52625 4.69841 6.43374 4.1431 6.3418 3.59118L6.33705 3.56266L6.25718 2.88053ZM6.25 11.9822C6.25 11.568 6.58579 11.2322 7 11.2322H15C15.4142 11.2322 15.75 11.568 15.75 11.9822C15.75 12.3964 15.4142 12.7322 15 12.7322H7C6.58579 12.7322 6.25 12.3964 6.25 11.9822ZM6.25 16.9822C6.25 16.568 6.58579 16.2322 7 16.2322H11C11.4142 16.2322 11.75 16.568 11.75 16.9822C11.75 17.3964 11.4142 17.7322 11 17.7322H7C6.58579 17.7322 6.25 17.3964 6.25 16.9822Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.66016 22.75C8.66016 22.1977 9.10787 21.75 9.66016 21.75H10.6602C11.2124 21.75 11.6602 22.1977 11.6602 22.75C11.6602 23.3023 11.2124 23.75 10.6602 23.75H9.66016C9.10787 23.75 8.66016 23.3023 8.66016 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.1269 14.5542C18.8294 14.1486 19.695 14.1486 20.3976 14.5542C20.6592 14.7053 20.9533 14.9999 21.2264 15.2735C21.5001 15.5467 21.7947 15.8407 21.9457 16.1023C22.3513 16.8049 22.3513 17.6705 21.9457 18.3731C21.7947 18.6347 21.5599 18.869 21.2862 19.1421L17.9185 22.5097C17.4532 22.975 16.8913 23.1924 16.3865 23.3213C16.1345 23.3856 15.8813 23.4315 15.6516 23.4712C15.3456 23.5367 14.348 23.7297 14.0947 23.7458C13.8157 23.7636 13.4113 23.7362 13.0875 23.4124C12.7637 23.0887 12.7364 22.6842 12.7541 22.4052C12.7702 22.152 12.9632 21.1543 13.0288 20.8483C13.0684 20.6186 13.1143 20.3654 13.1786 20.1134C13.3075 19.6086 13.525 19.0467 13.9903 18.5814L17.3579 15.2137C17.631 14.94 17.8653 14.7053 18.1269 14.5542Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.2327 2.90176C14.271 2.5921 14.2901 2.43728 14.2012 2.33611C14.1122 2.23495 13.9572 2.23409 13.6471 2.23237C13.302 2.23046 12.9393 2.23046 12.5586 2.23047H9.44197C9.06223 2.23046 8.70044 2.23046 8.35607 2.23236C8.04774 2.23406 7.89358 2.2349 7.80469 2.33536C7.7158 2.43582 7.73385 2.5899 7.76993 2.89806L7.825 3.36833C7.92625 3.97565 7.99291 4.3653 8.07797 4.65099C8.15788 4.91942 8.22928 5.00475 8.28592 5.05273C8.34256 5.10072 8.43847 5.15711 8.71638 5.19181C9.01507 5.2291 9.41526 5.23047 10.0414 5.23047H11.9586C12.5848 5.23047 12.9849 5.2291 13.2836 5.19181C13.5616 5.15711 13.6575 5.10072 13.7141 5.05273C13.7707 5.00475 13.8421 4.91942 13.9221 4.65099C14.0072 4.36494 14.0739 3.97465 14.1754 3.366L14.2327 2.90176Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.25718 2.88053C6.22491 2.60502 6.20878 2.46727 6.10944 2.39013C6.01009 2.31299 5.878 2.33077 5.61383 2.36632L5.55446 2.37452C4.51094 2.5222 3.65469 2.83601 2.98138 3.54475C2.31322 4.24808 2.02208 5.1334 1.88419 6.21305C1.74998 7.26383 1.74999 8.60575 1.75 10.2971V15.6674C1.74999 17.3587 1.74998 18.7006 1.88419 19.7514C2.02208 20.8311 2.31322 21.7164 2.98138 22.4197C3.65469 23.1285 4.51094 23.4423 5.55446 23.59C5.82539 23.6283 6.11631 23.6563 6.42809 23.6768C6.80213 23.7013 6.98916 23.7136 7.08459 23.6219C7.18002 23.5302 7.17395 23.2918 7.16181 22.8149C7.16126 22.7933 7.16098 22.7717 7.16098 22.75C7.16098 21.3693 8.28027 20.25 9.66098 20.25H10.661C10.7432 20.25 10.8245 20.254 10.9047 20.2617C11.2479 20.2949 11.4196 20.3115 11.5047 20.26C11.5193 20.2512 11.5249 20.2473 11.5381 20.2366C11.6155 20.174 11.6522 20.0301 11.7257 19.7423C11.8865 19.1125 12.1949 18.2558 12.93 17.5207L16.2969 14.1537L16.3415 14.1089C16.5773 13.8718 16.9384 13.5085 17.3773 13.2552C18.0247 12.8814 18.7554 12.715 19.4771 12.7561C19.867 12.7783 20.062 12.7894 20.156 12.7006C20.25 12.6118 20.25 12.4402 20.25 12.097V10.2971C20.25 8.60578 20.25 7.26385 20.1158 6.21305C19.9779 5.1334 19.6868 4.24808 19.0186 3.54475C18.3453 2.83601 17.4891 2.5222 16.4455 2.37452L16.3903 2.36689C16.1276 2.3314 15.9962 2.31366 15.897 2.39015C15.7978 2.46663 15.7809 2.60356 15.7471 2.87741L15.6619 3.56735L15.6583 3.58908C15.566 4.14304 15.4737 4.69689 15.3594 5.08076C15.2347 5.49982 15.0464 5.89154 14.6834 6.19903C14.3204 6.50651 13.9031 6.62785 13.4692 6.68202C13.0665 6.7323 12.5716 6.73227 12.0026 6.73223H9.99688C9.42789 6.73227 8.93298 6.7323 8.5303 6.68202C8.09643 6.62785 7.67908 6.50651 7.31611 6.19903C6.95313 5.89154 6.76484 5.49982 6.64008 5.08076C6.52625 4.69841 6.43374 4.1431 6.3418 3.59118L6.33705 3.56266L6.25718 2.88053ZM6.25 11.9822C6.25 11.568 6.58579 11.2322 7 11.2322H15C15.4142 11.2322 15.75 11.568 15.75 11.9822C15.75 12.3964 15.4142 12.7322 15 12.7322H7C6.58579 12.7322 6.25 12.3964 6.25 11.9822ZM6.25 16.9822C6.25 16.568 6.58579 16.2322 7 16.2322H11C11.4142 16.2322 11.75 16.568 11.75 16.9822C11.75 17.3964 11.4142 17.7322 11 17.7322H7C6.58579 17.7322 6.25 17.3964 6.25 16.9822Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.66016 22.75C8.66016 22.1977 9.10787 21.75 9.66016 21.75H10.6602C11.2124 21.75 11.6602 22.1977 11.6602 22.75C11.6602 23.3023 11.2124 23.75 10.6602 23.75H9.66016C9.10787 23.75 8.66016 23.3023 8.66016 22.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.1269 14.5542C18.8294 14.1486 19.695 14.1486 20.3976 14.5542C20.6592 14.7053 20.9533 14.9999 21.2264 15.2735C21.5001 15.5467 21.7947 15.8407 21.9457 16.1023C22.3513 16.8049 22.3513 17.6705 21.9457 18.3731C21.7947 18.6347 21.5599 18.869 21.2862 19.1421L17.9185 22.5097C17.4532 22.975 16.8913 23.1924 16.3865 23.3213C16.1345 23.3856 15.8813 23.4315 15.6516 23.4712C15.3456 23.5367 14.348 23.7297 14.0947 23.7458C13.8157 23.7636 13.4113 23.7362 13.0875 23.4124C12.7637 23.0887 12.7364 22.6842 12.7541 22.4052C12.7702 22.152 12.9632 21.1543 13.0288 20.8483C13.0684 20.6186 13.1143 20.3654 13.1786 20.1134C13.3075 19.6086 13.525 19.0467 13.9903 18.5814L17.3579 15.2137C17.631 14.94 17.8653 14.7053 18.1269 14.5542Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-task-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.10943 1.40966C7.20878 1.4868 7.22491 1.62456 7.25717 1.90006L7.33705 2.58219L7.3418 2.61071C7.43374 3.16263 7.52624 3.71794 7.64008 4.10029C7.76484 4.51935 7.95313 4.91107 8.31611 5.21856C8.67908 5.52604 9.09643 5.64738 9.5303 5.70155C9.93298 5.75183 10.4279 5.7518 10.9969 5.75177H13.0026C13.5716 5.7518 14.0665 5.75183 14.4692 5.70155C14.9031 5.64738 15.3204 5.52604 15.6834 5.21856C16.0464 4.91107 16.2347 4.51935 16.3594 4.10029C16.4737 3.71642 16.566 3.1626 16.6583 2.60864L16.6583 2.60861L16.6619 2.58688L16.7471 1.89694C16.7809 1.62309 16.7978 1.48617 16.897 1.40968C16.9962 1.33319 17.1276 1.35093 17.3903 1.38642L17.4455 1.39405C18.4891 1.54173 19.3453 1.85554 20.0186 2.56428C20.6868 3.26761 20.9779 4.15293 21.1158 5.23259C21.25 6.28338 21.25 7.62531 21.25 9.31665V14.6869C21.25 16.3782 21.25 17.7202 21.1158 18.7709C20.9779 19.8506 20.6868 20.7359 20.0186 21.4392C19.3453 22.148 18.4891 22.4618 17.4455 22.6095C16.4399 22.7518 15.1587 22.7518 13.5583 22.7518H10.4417C8.84128 22.7518 7.5601 22.7518 6.55446 22.6095C5.51094 22.4618 4.65468 22.148 3.98138 21.4392C3.31322 20.7359 3.02208 19.8506 2.88419 18.7709C2.74998 17.7202 2.74999 16.3782 2.75 14.6869V14.6869V9.31663V9.31661C2.74999 7.62529 2.74998 6.28337 2.88419 5.23259C3.02208 4.15293 3.31322 3.26761 3.98138 2.56428C4.65468 1.85554 5.51094 1.54173 6.55446 1.39405L6.61383 1.38586C6.878 1.3503 7.01009 1.33252 7.10943 1.40966ZM8 10.25C7.58579 10.25 7.25 10.5858 7.25 11C7.25 11.4142 7.58579 11.75 8 11.75H16C16.4142 11.75 16.75 11.4142 16.75 11C16.75 10.5858 16.4142 10.25 16 10.25H8ZM8 15.25C7.58579 15.25 7.25 15.5858 7.25 16C7.25 16.4142 7.58579 16.75 8 16.75H12C12.4142 16.75 12.75 16.4142 12.75 16C12.75 15.5858 12.4142 15.25 12 15.25H8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2327 1.92129C15.271 1.61164 15.2901 1.45681 15.2012 1.35564C15.1122 1.25448 14.9572 1.25362 14.6471 1.2519C14.302 1.24999 13.9393 1.25 13.5586 1.25H10.442C10.0622 1.25 9.70044 1.24999 9.35607 1.25189C9.04774 1.25359 8.89358 1.25444 8.80469 1.3549C8.7158 1.45536 8.73385 1.60943 8.76993 1.91759L8.825 2.38786C8.92625 2.99518 8.99291 3.38484 9.07797 3.67052C9.15788 3.93895 9.22928 4.02428 9.28592 4.07226C9.34256 4.12025 9.43847 4.17665 9.71638 4.21134C10.0151 4.24864 10.4153 4.25 11.0414 4.25H12.9586C13.5848 4.25 13.9849 4.24864 14.2836 4.21134C14.5616 4.17665 14.6575 4.12025 14.7141 4.07226C14.7707 4.02428 14.8421 3.93895 14.9221 3.67053C15.0072 3.38447 15.0739 2.99418 15.1754 2.38553L15.2327 1.92129Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.10943 1.40966C7.20878 1.4868 7.22491 1.62456 7.25717 1.90006L7.33705 2.58219L7.3418 2.61071C7.43374 3.16263 7.52624 3.71794 7.64008 4.10029C7.76484 4.51935 7.95313 4.91107 8.31611 5.21856C8.67908 5.52604 9.09643 5.64738 9.5303 5.70155C9.93298 5.75183 10.4279 5.7518 10.9969 5.75177H13.0026C13.5716 5.7518 14.0665 5.75183 14.4692 5.70155C14.9031 5.64738 15.3204 5.52604 15.6834 5.21856C16.0464 4.91107 16.2347 4.51935 16.3594 4.10029C16.4737 3.71642 16.566 3.1626 16.6583 2.60864L16.6583 2.60861L16.6619 2.58688L16.7471 1.89694C16.7809 1.62309 16.7978 1.48617 16.897 1.40968C16.9962 1.33319 17.1276 1.35093 17.3903 1.38642L17.4455 1.39405C18.4891 1.54173 19.3453 1.85554 20.0186 2.56428C20.6868 3.26761 20.9779 4.15293 21.1158 5.23259C21.25 6.28338 21.25 7.62531 21.25 9.31665V14.6869C21.25 16.3782 21.25 17.7202 21.1158 18.7709C20.9779 19.8506 20.6868 20.7359 20.0186 21.4392C19.3453 22.148 18.4891 22.4618 17.4455 22.6095C16.4399 22.7518 15.1587 22.7518 13.5583 22.7518H10.4417C8.84128 22.7518 7.5601 22.7518 6.55446 22.6095C5.51094 22.4618 4.65468 22.148 3.98138 21.4392C3.31322 20.7359 3.02208 19.8506 2.88419 18.7709C2.74998 17.7202 2.74999 16.3782 2.75 14.6869V14.6869V9.31663V9.31661C2.74999 7.62529 2.74998 6.28337 2.88419 5.23259C3.02208 4.15293 3.31322 3.26761 3.98138 2.56428C4.65468 1.85554 5.51094 1.54173 6.55446 1.39405L6.61383 1.38586C6.878 1.3503 7.01009 1.33252 7.10943 1.40966ZM8 10.25C7.58579 10.25 7.25 10.5858 7.25 11C7.25 11.4142 7.58579 11.75 8 11.75H16C16.4142 11.75 16.75 11.4142 16.75 11C16.75 10.5858 16.4142 10.25 16 10.25H8ZM8 15.25C7.58579 15.25 7.25 15.5858 7.25 16C7.25 16.4142 7.58579 16.75 8 16.75H12C12.4142 16.75 12.75 16.4142 12.75 16C12.75 15.5858 12.4142 15.25 12 15.25H8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.2327 1.92129C15.271 1.61164 15.2901 1.45681 15.2012 1.35564C15.1122 1.25448 14.9572 1.25362 14.6471 1.2519C14.302 1.24999 13.9393 1.25 13.5586 1.25H10.442C10.0622 1.25 9.70044 1.24999 9.35607 1.25189C9.04774 1.25359 8.89358 1.25444 8.80469 1.3549C8.7158 1.45536 8.73385 1.60943 8.76993 1.91759L8.825 2.38786C8.92625 2.99518 8.99291 3.38484 9.07797 3.67052C9.15788 3.93895 9.22928 4.02428 9.28592 4.07226C9.34256 4.12025 9.43847 4.17665 9.71638 4.21134C10.0151 4.24864 10.4153 4.25 11.0414 4.25H12.9586C13.5848 4.25 13.9849 4.24864 14.2836 4.21134C14.5616 4.17665 14.6575 4.12025 14.7141 4.07226C14.7707 4.02428 14.8421 3.93895 14.9221 3.67053C15.0072 3.38447 15.0739 2.99418 15.1754 2.38553L15.2327 1.92129Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-task-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.96129 2.7279C5.04909 2.71579 5.125 2.7875 5.125 2.87613C5.125 4.53298 6.46815 5.87613 8.125 5.87613L13.625 5.87613C15.2819 5.87613 16.625 4.53298 16.625 2.87613C16.625 2.7875 16.7009 2.71579 16.7887 2.7279C17.6888 2.85205 18.4365 3.11736 19.0269 3.70832C19.6287 4.31067 19.8875 5.06903 20.0085 5.96977C20.125 6.83746 20.125 7.94074 20.125 9.30969L20.125 12.9156C20.125 13.2429 20.125 13.4065 20.0639 13.4323C20.0028 13.4581 19.8746 13.3334 19.6181 13.0839L19.6181 13.0839C19.1678 12.6458 18.5529 12.376 17.875 12.376C16.4943 12.376 15.375 13.4953 15.375 14.876V15.276V15.276C15.375 15.5588 15.375 15.7002 15.2871 15.7881C15.1993 15.876 15.0578 15.876 14.775 15.876H14.775H14.375C12.9943 15.876 11.875 16.9953 11.875 18.376C11.875 19.7567 12.9943 20.876 14.375 20.876H14.775C15.0578 20.876 15.1993 20.876 15.2871 20.9638C15.375 21.0517 15.375 21.1931 15.375 21.476V21.876V21.876C15.375 22.243 15.375 22.4266 15.3051 22.5101C15.2926 22.5251 15.285 22.5328 15.2701 22.5455C15.1874 22.6164 15.0393 22.6181 14.743 22.6215C14.3357 22.6261 13.8984 22.6261 13.4299 22.6261L8.32006 22.6261C6.95252 22.6261 5.85017 22.6262 4.98316 22.5095C4.08293 22.3883 3.325 22.1292 2.72311 21.5267C2.12131 20.9244 1.8625 20.166 1.74151 19.2653C1.62497 18.3976 1.62498 17.2943 1.625 15.9255V15.9254L1.625 9.30963V9.3096C1.62498 7.94071 1.62497 6.83743 1.74151 5.96977C1.8625 5.06903 2.12131 4.31067 2.72311 3.70832C3.31352 3.11736 4.06119 2.85205 4.96129 2.7279ZM6.875 10.125C6.46079 10.125 6.125 10.4608 6.125 10.875C6.125 11.2892 6.46079 11.625 6.875 11.625L14.875 11.625C15.2892 11.625 15.625 11.2892 15.625 10.875C15.625 10.4608 15.2892 10.125 14.875 10.125L6.875 10.125ZM6.875 15.125C6.46079 15.125 6.125 15.4608 6.125 15.875C6.125 16.2892 6.46079 16.625 6.875 16.625H10.875C11.2892 16.625 11.625 16.2892 11.625 15.875C11.625 15.4608 11.2892 15.125 10.875 15.125H6.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.375 2.875C6.375 1.9085 7.1585 1.125 8.125 1.125H13.625C14.5915 1.125 15.375 1.9085 15.375 2.875C15.375 3.8415 14.5915 4.625 13.625 4.625H8.125C7.1585 4.625 6.375 3.8415 6.375 2.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.875 13.875C18.4273 13.875 18.875 14.3227 18.875 14.875V17.375L21.375 17.375C21.9273 17.375 22.375 17.8227 22.375 18.375C22.375 18.9273 21.9273 19.375 21.375 19.375L18.875 19.375V21.875C18.875 22.4273 18.4273 22.875 17.875 22.875C17.3227 22.875 16.875 22.4273 16.875 21.875V19.375L14.375 19.375C13.8227 19.375 13.375 18.9273 13.375 18.375C13.375 17.8227 13.8227 17.375 14.375 17.375L16.875 17.375V14.875C16.875 14.3227 17.3227 13.875 17.875 13.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.96129 2.7279C5.04909 2.71579 5.125 2.7875 5.125 2.87613C5.125 4.53298 6.46815 5.87613 8.125 5.87613L13.625 5.87613C15.2819 5.87613 16.625 4.53298 16.625 2.87613C16.625 2.7875 16.7009 2.71579 16.7887 2.7279C17.6888 2.85205 18.4365 3.11736 19.0269 3.70832C19.6287 4.31067 19.8875 5.06903 20.0085 5.96977C20.125 6.83746 20.125 7.94074 20.125 9.30969L20.125 12.9156C20.125 13.2429 20.125 13.4065 20.0639 13.4323C20.0028 13.4581 19.8746 13.3334 19.6181 13.0839L19.6181 13.0839C19.1678 12.6458 18.5529 12.376 17.875 12.376C16.4943 12.376 15.375 13.4953 15.375 14.876V15.276V15.276C15.375 15.5588 15.375 15.7002 15.2871 15.7881C15.1993 15.876 15.0578 15.876 14.775 15.876H14.775H14.375C12.9943 15.876 11.875 16.9953 11.875 18.376C11.875 19.7567 12.9943 20.876 14.375 20.876H14.775C15.0578 20.876 15.1993 20.876 15.2871 20.9638C15.375 21.0517 15.375 21.1931 15.375 21.476V21.876V21.876C15.375 22.243 15.375 22.4266 15.3051 22.5101C15.2926 22.5251 15.285 22.5328 15.2701 22.5455C15.1874 22.6164 15.0393 22.6181 14.743 22.6215C14.3357 22.6261 13.8984 22.6261 13.4299 22.6261L8.32006 22.6261C6.95252 22.6261 5.85017 22.6262 4.98316 22.5095C4.08293 22.3883 3.325 22.1292 2.72311 21.5267C2.12131 20.9244 1.8625 20.166 1.74151 19.2653C1.62497 18.3976 1.62498 17.2943 1.625 15.9255V15.9254L1.625 9.30963V9.3096C1.62498 7.94071 1.62497 6.83743 1.74151 5.96977C1.8625 5.06903 2.12131 4.31067 2.72311 3.70832C3.31352 3.11736 4.06119 2.85205 4.96129 2.7279ZM6.875 10.125C6.46079 10.125 6.125 10.4608 6.125 10.875C6.125 11.2892 6.46079 11.625 6.875 11.625L14.875 11.625C15.2892 11.625 15.625 11.2892 15.625 10.875C15.625 10.4608 15.2892 10.125 14.875 10.125L6.875 10.125ZM6.875 15.125C6.46079 15.125 6.125 15.4608 6.125 15.875C6.125 16.2892 6.46079 16.625 6.875 16.625H10.875C11.2892 16.625 11.625 16.2892 11.625 15.875C11.625 15.4608 11.2892 15.125 10.875 15.125H6.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.375 2.875C6.375 1.9085 7.1585 1.125 8.125 1.125H13.625C14.5915 1.125 15.375 1.9085 15.375 2.875C15.375 3.8415 14.5915 4.625 13.625 4.625H8.125C7.1585 4.625 6.375 3.8415 6.375 2.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.875 13.875C18.4273 13.875 18.875 14.3227 18.875 14.875V17.375L21.375 17.375C21.9273 17.375 22.375 17.8227 22.375 18.375C22.375 18.9273 21.9273 19.375 21.375 19.375L18.875 19.375V21.875C18.875 22.4273 18.4273 22.875 17.875 22.875C17.3227 22.875 16.875 22.4273 16.875 21.875V19.375L14.375 19.375C13.8227 19.375 13.375 18.9273 13.375 18.375C13.375 17.8227 13.8227 17.375 14.375 17.375L16.875 17.375V14.875C16.875 14.3227 17.3227 13.875 17.875 13.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-task-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0762 1.23064C14.1651 1.33181 14.146 1.48664 14.1077 1.79629L14.0504 2.26053C13.9489 2.86918 13.8822 3.25947 13.7971 3.54553C13.7171 3.81395 13.6457 3.89928 13.5891 3.94726C13.5325 3.99525 13.4366 4.05165 13.1586 4.08634C12.8599 4.12364 12.4598 4.125 11.8336 4.125H9.91639C9.29025 4.125 8.89007 4.12364 8.59138 4.08634C8.31347 4.05165 8.21756 3.99525 8.16092 3.94726C8.10428 3.89928 8.03288 3.81395 7.95297 3.54552C7.86791 3.25984 7.80125 2.87018 7.7 2.26286L7.64493 1.79259C7.60885 1.48443 7.5908 1.33036 7.67969 1.2299C7.76858 1.12944 7.92274 1.12859 8.23107 1.12689C8.57544 1.12499 8.93723 1.125 9.31697 1.125H12.4336C12.8143 1.125 13.177 1.12499 13.5221 1.1269C13.8322 1.12862 13.9872 1.12948 14.0762 1.23064Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.98444 1.28076C6.08378 1.3579 6.09991 1.49565 6.13218 1.77115L6.21205 2.45328L6.21681 2.48182C6.30874 3.03374 6.40125 3.58904 6.51508 3.97139C6.63984 4.39045 6.82813 4.78217 7.19111 5.08965C7.55409 5.39714 7.97143 5.51848 8.4053 5.57265C8.80798 5.62292 9.30289 5.62289 9.87188 5.62286H11.8776C12.4466 5.62289 12.9415 5.62292 13.3442 5.57265C13.7781 5.51848 14.1954 5.39714 14.5584 5.08965C14.9214 4.78217 15.1097 4.39045 15.2344 3.97139C15.3487 3.58752 15.441 3.03371 15.5333 2.47974L15.5369 2.45798L15.6221 1.76803C15.6559 1.49418 15.6728 1.35726 15.772 1.28077C15.8712 1.20428 16.0026 1.22202 16.2653 1.25751L16.3205 1.26514C17.3641 1.41283 18.2203 1.72664 18.8936 2.43538C19.5618 3.1387 19.8529 4.02403 19.9908 5.10368C20.125 6.15447 20.125 7.4964 20.125 9.18774V12.9124C20.125 13.2397 20.125 13.4034 20.0639 13.4292C20.0028 13.455 19.8746 13.3302 19.6181 13.0807C19.1678 12.6426 18.5529 12.3728 17.875 12.3728C16.4943 12.3728 15.375 13.4921 15.375 14.8728V15.2728V15.2728C15.375 15.5556 15.375 15.6971 15.2871 15.7849C15.1993 15.8728 15.0578 15.8728 14.775 15.8728H14.775H14.375C12.9943 15.8728 11.875 16.9921 11.875 18.3728C11.875 19.7535 12.9943 20.8728 14.375 20.8728H14.775C15.0578 20.8728 15.1993 20.8728 15.2871 20.9607C15.375 21.0485 15.375 21.19 15.375 21.4728V21.8728C15.375 21.957 15.3792 22.0402 15.3873 22.1223C15.4014 22.2642 15.4084 22.3351 15.3767 22.4071C15.3554 22.4557 15.3057 22.513 15.2607 22.5411C15.194 22.5827 15.1444 22.5849 15.0451 22.5893C14.2896 22.6229 13.4224 22.6229 12.4333 22.6229H9.31669C7.71629 22.6229 6.4351 22.6229 5.42946 22.4806C4.38594 22.3329 3.52969 22.0191 2.85638 21.3103C2.18822 20.607 1.89708 19.7217 1.75919 18.642C1.62498 17.5913 1.62499 16.2493 1.625 14.558V14.558V9.1877V9.18769C1.62499 7.49638 1.62498 6.15446 1.75919 5.10368C1.89708 4.02403 2.18822 3.1387 2.85638 2.43538C3.52968 1.72664 4.38594 1.41283 5.42946 1.26514L5.48883 1.25695C5.753 1.22139 5.88509 1.20362 5.98444 1.28076ZM6.875 10.125C6.46079 10.125 6.125 10.4608 6.125 10.875C6.125 11.2892 6.46079 11.625 6.875 11.625H14.875C15.2892 11.625 15.625 11.2892 15.625 10.875C15.625 10.4608 15.2892 10.125 14.875 10.125H6.875ZM6.875 15.125C6.46079 15.125 6.125 15.4608 6.125 15.875C6.125 16.2892 6.46079 16.625 6.875 16.625H10.875C11.2892 16.625 11.625 16.2892 11.625 15.875C11.625 15.4608 11.2892 15.125 10.875 15.125H6.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.875 13.875C18.4273 13.875 18.875 14.3227 18.875 14.875V17.375L21.375 17.375C21.9273 17.375 22.375 17.8227 22.375 18.375C22.375 18.9273 21.9273 19.375 21.375 19.375L18.875 19.375V21.875C18.875 22.4273 18.4273 22.875 17.875 22.875C17.3227 22.875 16.875 22.4273 16.875 21.875V19.375L14.375 19.375C13.8227 19.375 13.375 18.9273 13.375 18.375C13.375 17.8227 13.8227 17.375 14.375 17.375L16.875 17.375V14.875C16.875 14.3227 17.3227 13.875 17.875 13.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0762 1.23064C14.1651 1.33181 14.146 1.48664 14.1077 1.79629L14.0504 2.26053C13.9489 2.86918 13.8822 3.25947 13.7971 3.54553C13.7171 3.81395 13.6457 3.89928 13.5891 3.94726C13.5325 3.99525 13.4366 4.05165 13.1586 4.08634C12.8599 4.12364 12.4598 4.125 11.8336 4.125H9.91639C9.29025 4.125 8.89007 4.12364 8.59138 4.08634C8.31347 4.05165 8.21756 3.99525 8.16092 3.94726C8.10428 3.89928 8.03288 3.81395 7.95297 3.54552C7.86791 3.25984 7.80125 2.87018 7.7 2.26286L7.64493 1.79259C7.60885 1.48443 7.5908 1.33036 7.67969 1.2299C7.76858 1.12944 7.92274 1.12859 8.23107 1.12689C8.57544 1.12499 8.93723 1.125 9.31697 1.125H12.4336C12.8143 1.125 13.177 1.12499 13.5221 1.1269C13.8322 1.12862 13.9872 1.12948 14.0762 1.23064Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.98444 1.28076C6.08378 1.3579 6.09991 1.49565 6.13218 1.77115L6.21205 2.45328L6.21681 2.48182C6.30874 3.03374 6.40125 3.58904 6.51508 3.97139C6.63984 4.39045 6.82813 4.78217 7.19111 5.08965C7.55409 5.39714 7.97143 5.51848 8.4053 5.57265C8.80798 5.62292 9.30289 5.62289 9.87188 5.62286H11.8776C12.4466 5.62289 12.9415 5.62292 13.3442 5.57265C13.7781 5.51848 14.1954 5.39714 14.5584 5.08965C14.9214 4.78217 15.1097 4.39045 15.2344 3.97139C15.3487 3.58752 15.441 3.03371 15.5333 2.47974L15.5369 2.45798L15.6221 1.76803C15.6559 1.49418 15.6728 1.35726 15.772 1.28077C15.8712 1.20428 16.0026 1.22202 16.2653 1.25751L16.3205 1.26514C17.3641 1.41283 18.2203 1.72664 18.8936 2.43538C19.5618 3.1387 19.8529 4.02403 19.9908 5.10368C20.125 6.15447 20.125 7.4964 20.125 9.18774V12.9124C20.125 13.2397 20.125 13.4034 20.0639 13.4292C20.0028 13.455 19.8746 13.3302 19.6181 13.0807C19.1678 12.6426 18.5529 12.3728 17.875 12.3728C16.4943 12.3728 15.375 13.4921 15.375 14.8728V15.2728V15.2728C15.375 15.5556 15.375 15.6971 15.2871 15.7849C15.1993 15.8728 15.0578 15.8728 14.775 15.8728H14.775H14.375C12.9943 15.8728 11.875 16.9921 11.875 18.3728C11.875 19.7535 12.9943 20.8728 14.375 20.8728H14.775C15.0578 20.8728 15.1993 20.8728 15.2871 20.9607C15.375 21.0485 15.375 21.19 15.375 21.4728V21.8728C15.375 21.957 15.3792 22.0402 15.3873 22.1223C15.4014 22.2642 15.4084 22.3351 15.3767 22.4071C15.3554 22.4557 15.3057 22.513 15.2607 22.5411C15.194 22.5827 15.1444 22.5849 15.0451 22.5893C14.2896 22.6229 13.4224 22.6229 12.4333 22.6229H9.31669C7.71629 22.6229 6.4351 22.6229 5.42946 22.4806C4.38594 22.3329 3.52969 22.0191 2.85638 21.3103C2.18822 20.607 1.89708 19.7217 1.75919 18.642C1.62498 17.5913 1.62499 16.2493 1.625 14.558V14.558V9.1877V9.18769C1.62499 7.49638 1.62498 6.15446 1.75919 5.10368C1.89708 4.02403 2.18822 3.1387 2.85638 2.43538C3.52968 1.72664 4.38594 1.41283 5.42946 1.26514L5.48883 1.25695C5.753 1.22139 5.88509 1.20362 5.98444 1.28076ZM6.875 10.125C6.46079 10.125 6.125 10.4608 6.125 10.875C6.125 11.2892 6.46079 11.625 6.875 11.625H14.875C15.2892 11.625 15.625 11.2892 15.625 10.875C15.625 10.4608 15.2892 10.125 14.875 10.125H6.875ZM6.875 15.125C6.46079 15.125 6.125 15.4608 6.125 15.875C6.125 16.2892 6.46079 16.625 6.875 16.625H10.875C11.2892 16.625 11.625 16.2892 11.625 15.875C11.625 15.4608 11.2892 15.125 10.875 15.125H6.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.875 13.875C18.4273 13.875 18.875 14.3227 18.875 14.875V17.375L21.375 17.375C21.9273 17.375 22.375 17.8227 22.375 18.375C22.375 18.9273 21.9273 19.375 21.375 19.375L18.875 19.375V21.875C18.875 22.4273 18.4273 22.875 17.875 22.875C17.3227 22.875 16.875 22.4273 16.875 21.875V19.375L14.375 19.375C13.8227 19.375 13.375 18.9273 13.375 18.375C13.375 17.8227 13.8227 17.375 14.375 17.375L16.875 17.375V14.875C16.875 14.3227 17.3227 13.875 17.875 13.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-task-daily-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 3C7.5 2.0335 8.2835 1.25 9.25 1.25H14.75C15.7165 1.25 16.5 2.0335 16.5 3C16.5 3.9665 15.7165 4.75 14.75 4.75H9.25C8.2835 4.75 7.5 3.9665 7.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.08629 2.8529C6.17409 2.84079 6.25 2.9125 6.25 3.00113C6.25 4.65798 7.59315 6.00113 9.25 6.00113L14.75 6.00113C16.4069 6.00113 17.75 4.65798 17.75 3.00113C17.75 2.9125 17.8259 2.84079 17.9137 2.8529C18.8138 2.97705 19.5615 3.24236 20.1519 3.83332C20.7537 4.43567 21.0125 5.19403 21.1335 6.09477C21.25 6.96246 21.25 8.06574 21.25 9.43469L21.25 16.0503C21.25 17.4193 21.25 18.5226 21.1335 19.3903C21.0125 20.291 20.7537 21.0494 20.1519 21.6517C19.55 22.2542 18.7921 22.5133 17.8918 22.6345C17.0248 22.7512 15.9225 22.7512 14.5549 22.7511L9.44506 22.7511C8.07752 22.7511 6.97517 22.7512 6.10816 22.6345C5.20793 22.5133 4.45 22.2542 3.84811 21.6517C3.24631 21.0494 2.9875 20.291 2.86651 19.3903C2.74997 18.5226 2.74998 17.4194 2.75 16.0505V16.0504L2.75 9.43465V9.43463C2.74998 8.06572 2.74997 6.96243 2.86651 6.09477C2.9875 5.19403 3.24631 4.43567 3.84811 3.83332C4.43852 3.24236 5.18619 2.97705 6.08629 2.8529ZM12.7539 11C12.7539 10.5858 13.0897 10.25 13.5039 10.25H17.0039C17.4181 10.25 17.7539 10.5858 17.7539 11C17.7539 11.4142 17.4181 11.75 17.0039 11.75L13.5039 11.75C13.0897 11.75 12.7539 11.4142 12.7539 11ZM11.2543 10.7072C11.6447 10.5689 11.8492 10.1403 11.7109 9.74982C11.5726 9.35937 11.144 9.15495 10.7535 9.29323C10.2714 9.46399 9.82382 9.78384 9.44506 10.116C9.05852 10.455 8.70017 10.8457 8.39858 11.2073C8.25243 11.3825 8.11744 11.5534 7.99675 11.7119C7.90855 11.6294 7.82014 11.5596 7.73243 11.5012C7.57351 11.3952 7.42444 11.3314 7.29588 11.2947L7.29271 11.2938C7.22918 11.2756 7.14029 11.2502 7.00391 11.2502C6.58969 11.2502 6.25391 11.586 6.25391 12.0002C6.25391 12.3749 6.52871 12.6855 6.88778 12.7413L6.89357 12.7448L6.90038 12.7492C6.95608 12.7864 7.12757 12.9246 7.33309 13.3356C7.45397 13.5774 7.6956 13.7354 7.96555 13.7492C8.23544 13.763 8.49216 13.6302 8.63712 13.4021C8.68001 13.3377 8.80572 13.1492 8.88685 13.0343C9.04966 12.8036 9.27991 12.4924 9.55041 12.1681C9.82235 11.8422 10.1258 11.5142 10.4341 11.2438C10.7502 10.9666 11.0305 10.7864 11.2543 10.7072ZM12.7539 17C12.7539 16.5858 13.0897 16.25 13.5039 16.25L17.0039 16.25C17.4181 16.25 17.7539 16.5858 17.7539 17C17.7539 17.4142 17.4181 17.75 17.0039 17.75L13.5039 17.75C13.0897 17.75 12.7539 17.4142 12.7539 17ZM8.00391 16C7.45162 16 7.00391 16.4477 7.00391 17C7.00391 17.5523 7.45162 18 8.00391 18H9.00391C9.55619 18 10.0039 17.5523 10.0039 17C10.0039 16.4477 9.55619 16 9.00391 16H8.00391Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 3C7.5 2.0335 8.2835 1.25 9.25 1.25H14.75C15.7165 1.25 16.5 2.0335 16.5 3C16.5 3.9665 15.7165 4.75 14.75 4.75H9.25C8.2835 4.75 7.5 3.9665 7.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.08629 2.8529C6.17409 2.84079 6.25 2.9125 6.25 3.00113C6.25 4.65798 7.59315 6.00113 9.25 6.00113L14.75 6.00113C16.4069 6.00113 17.75 4.65798 17.75 3.00113C17.75 2.9125 17.8259 2.84079 17.9137 2.8529C18.8138 2.97705 19.5615 3.24236 20.1519 3.83332C20.7537 4.43567 21.0125 5.19403 21.1335 6.09477C21.25 6.96246 21.25 8.06574 21.25 9.43469L21.25 16.0503C21.25 17.4193 21.25 18.5226 21.1335 19.3903C21.0125 20.291 20.7537 21.0494 20.1519 21.6517C19.55 22.2542 18.7921 22.5133 17.8918 22.6345C17.0248 22.7512 15.9225 22.7512 14.5549 22.7511L9.44506 22.7511C8.07752 22.7511 6.97517 22.7512 6.10816 22.6345C5.20793 22.5133 4.45 22.2542 3.84811 21.6517C3.24631 21.0494 2.9875 20.291 2.86651 19.3903C2.74997 18.5226 2.74998 17.4194 2.75 16.0505V16.0504L2.75 9.43465V9.43463C2.74998 8.06572 2.74997 6.96243 2.86651 6.09477C2.9875 5.19403 3.24631 4.43567 3.84811 3.83332C4.43852 3.24236 5.18619 2.97705 6.08629 2.8529ZM12.7539 11C12.7539 10.5858 13.0897 10.25 13.5039 10.25H17.0039C17.4181 10.25 17.7539 10.5858 17.7539 11C17.7539 11.4142 17.4181 11.75 17.0039 11.75L13.5039 11.75C13.0897 11.75 12.7539 11.4142 12.7539 11ZM11.2543 10.7072C11.6447 10.5689 11.8492 10.1403 11.7109 9.74982C11.5726 9.35937 11.144 9.15495 10.7535 9.29323C10.2714 9.46399 9.82382 9.78384 9.44506 10.116C9.05852 10.455 8.70017 10.8457 8.39858 11.2073C8.25243 11.3825 8.11744 11.5534 7.99675 11.7119C7.90855 11.6294 7.82014 11.5596 7.73243 11.5012C7.57351 11.3952 7.42444 11.3314 7.29588 11.2947L7.29271 11.2938C7.22918 11.2756 7.14029 11.2502 7.00391 11.2502C6.58969 11.2502 6.25391 11.586 6.25391 12.0002C6.25391 12.3749 6.52871 12.6855 6.88778 12.7413L6.89357 12.7448L6.90038 12.7492C6.95608 12.7864 7.12757 12.9246 7.33309 13.3356C7.45397 13.5774 7.6956 13.7354 7.96555 13.7492C8.23544 13.763 8.49216 13.6302 8.63712 13.4021C8.68001 13.3377 8.80572 13.1492 8.88685 13.0343C9.04966 12.8036 9.27991 12.4924 9.55041 12.1681C9.82235 11.8422 10.1258 11.5142 10.4341 11.2438C10.7502 10.9666 11.0305 10.7864 11.2543 10.7072ZM12.7539 17C12.7539 16.5858 13.0897 16.25 13.5039 16.25L17.0039 16.25C17.4181 16.25 17.7539 16.5858 17.7539 17C17.7539 17.4142 17.4181 17.75 17.0039 17.75L13.5039 17.75C13.0897 17.75 12.7539 17.4142 12.7539 17ZM8.00391 16C7.45162 16 7.00391 16.4477 7.00391 17C7.00391 17.5523 7.45162 18 8.00391 18H9.00391C9.55619 18 10.0039 17.5523 10.0039 17C10.0039 16.4477 9.55619 16 9.00391 16H8.00391Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-task-daily-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.2327 1.92129C15.271 1.61164 15.2901 1.45681 15.2012 1.35564C15.1122 1.25448 14.9572 1.25362 14.6471 1.2519C14.302 1.24999 13.9393 1.25 13.5586 1.25H10.442C10.0622 1.25 9.70044 1.24999 9.35607 1.25189C9.04774 1.25359 8.89358 1.25444 8.80469 1.3549C8.7158 1.45536 8.73385 1.60943 8.76993 1.91759L8.825 2.38786C8.92625 2.99518 8.99291 3.38484 9.07797 3.67052C9.15788 3.93895 9.22928 4.02428 9.28592 4.07226C9.34256 4.12025 9.43847 4.17665 9.71638 4.21134C10.0151 4.24864 10.4153 4.25 11.0414 4.25H12.9586C13.5848 4.25 13.9849 4.24864 14.2836 4.21134C14.5616 4.17665 14.6575 4.12025 14.7141 4.07226C14.7707 4.02428 14.8421 3.93895 14.9221 3.67053C15.0072 3.38447 15.0739 2.99418 15.1754 2.38553L15.2327 1.92129Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.10943 1.40966C7.20878 1.4868 7.22491 1.62456 7.25717 1.90006L7.33705 2.58219L7.3418 2.61071C7.43374 3.16263 7.52624 3.71794 7.64008 4.10029C7.76484 4.51935 7.95313 4.91107 8.31611 5.21856C8.67908 5.52604 9.09643 5.64738 9.5303 5.70155C9.93298 5.75183 10.4279 5.7518 10.9969 5.75177H13.0026C13.5716 5.7518 14.0665 5.75183 14.4692 5.70155C14.9031 5.64738 15.3204 5.52604 15.6834 5.21856C16.0464 4.91107 16.2347 4.51935 16.3594 4.10029C16.4737 3.71642 16.566 3.16261 16.6583 2.60865L16.6583 2.60864L16.6583 2.60861L16.6619 2.58688L16.7471 1.89694C16.7809 1.62309 16.7978 1.48617 16.897 1.40968C16.9962 1.33319 17.1276 1.35093 17.3903 1.38642L17.4455 1.39405C18.4891 1.54173 19.3453 1.85554 20.0186 2.56428C20.6868 3.26761 20.9779 4.15293 21.1158 5.23259C21.25 6.28338 21.25 7.62531 21.25 9.31665V14.6869C21.25 16.3782 21.25 17.7202 21.1158 18.7709C20.9779 19.8506 20.6868 20.7359 20.0186 21.4392C19.3453 22.148 18.4891 22.4618 17.4455 22.6095C16.4399 22.7518 15.1587 22.7518 13.5583 22.7518H10.4417C8.84128 22.7518 7.5601 22.7518 6.55446 22.6095C5.51094 22.4618 4.65468 22.148 3.98138 21.4392C3.31322 20.7359 3.02208 19.8506 2.88419 18.7709C2.74998 17.7202 2.74999 16.3782 2.75 14.6869V14.6869V14.6869V9.31663V9.31662V9.31661C2.74999 7.62529 2.74998 6.28337 2.88419 5.23259C3.02208 4.15293 3.31322 3.26761 3.98138 2.56428C4.65468 1.85554 5.51094 1.54173 6.55446 1.39405L6.61383 1.38586C6.878 1.3503 7.01009 1.33252 7.10943 1.40966ZM12.752 11C12.752 10.5858 13.0877 10.25 13.502 10.25H17.002C17.4162 10.25 17.752 10.5858 17.752 11C17.752 11.4142 17.4162 11.75 17.002 11.75H13.502C13.0877 11.75 12.752 11.4142 12.752 11ZM11.2523 10.7072C11.6428 10.5689 11.8472 10.1403 11.7089 9.74982C11.5706 9.35937 11.142 9.15495 10.7516 9.29323C10.2694 9.46399 9.82187 9.78384 9.4431 10.116C9.05657 10.455 8.69822 10.8457 8.39663 11.2073C8.25048 11.3825 8.11549 11.5534 7.9948 11.7119C7.90659 11.6294 7.81819 11.5596 7.73048 11.5012C7.57155 11.3952 7.42249 11.3314 7.29393 11.2947L7.27143 11.2881C7.20944 11.2696 7.12504 11.2445 7.00195 11.2502C6.58774 11.2502 6.25195 11.586 6.25195 12.0002C6.25195 12.3749 6.52676 12.6855 6.88583 12.7413C6.88941 12.7434 6.89361 12.746 6.89843 12.7492C6.95413 12.7864 7.12562 12.9246 7.33113 13.3356C7.45202 13.5774 7.69365 13.7354 7.9636 13.7492C8.23349 13.763 8.4902 13.6302 8.63517 13.4021C8.67806 13.3377 8.80376 13.1492 8.8849 13.0343C9.04771 12.8036 9.27796 12.4924 9.54845 12.1681C9.8204 11.8422 10.1238 11.5142 10.4321 11.2438C10.7482 10.9666 11.0286 10.7864 11.2523 10.7072ZM12.752 17C12.752 16.5858 13.0877 16.25 13.502 16.25H17.002C17.4162 16.25 17.752 16.5858 17.752 17C17.752 17.4142 17.4162 17.75 17.002 17.75H13.502C13.0877 17.75 12.752 17.4142 12.752 17ZM8.00195 16C7.44967 16 7.00195 16.4477 7.00195 17C7.00195 17.5523 7.44967 18 8.00195 18H9.00195C9.55424 18 10.002 17.5523 10.002 17C10.002 16.4477 9.55424 16 9.00195 16H8.00195Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.2327 1.92129C15.271 1.61164 15.2901 1.45681 15.2012 1.35564C15.1122 1.25448 14.9572 1.25362 14.6471 1.2519C14.302 1.24999 13.9393 1.25 13.5586 1.25H10.442C10.0622 1.25 9.70044 1.24999 9.35607 1.25189C9.04774 1.25359 8.89358 1.25444 8.80469 1.3549C8.7158 1.45536 8.73385 1.60943 8.76993 1.91759L8.825 2.38786C8.92625 2.99518 8.99291 3.38484 9.07797 3.67052C9.15788 3.93895 9.22928 4.02428 9.28592 4.07226C9.34256 4.12025 9.43847 4.17665 9.71638 4.21134C10.0151 4.24864 10.4153 4.25 11.0414 4.25H12.9586C13.5848 4.25 13.9849 4.24864 14.2836 4.21134C14.5616 4.17665 14.6575 4.12025 14.7141 4.07226C14.7707 4.02428 14.8421 3.93895 14.9221 3.67053C15.0072 3.38447 15.0739 2.99418 15.1754 2.38553L15.2327 1.92129Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.10943 1.40966C7.20878 1.4868 7.22491 1.62456 7.25717 1.90006L7.33705 2.58219L7.3418 2.61071C7.43374 3.16263 7.52624 3.71794 7.64008 4.10029C7.76484 4.51935 7.95313 4.91107 8.31611 5.21856C8.67908 5.52604 9.09643 5.64738 9.5303 5.70155C9.93298 5.75183 10.4279 5.7518 10.9969 5.75177H13.0026C13.5716 5.7518 14.0665 5.75183 14.4692 5.70155C14.9031 5.64738 15.3204 5.52604 15.6834 5.21856C16.0464 4.91107 16.2347 4.51935 16.3594 4.10029C16.4737 3.71642 16.566 3.16261 16.6583 2.60865L16.6583 2.60864L16.6583 2.60861L16.6619 2.58688L16.7471 1.89694C16.7809 1.62309 16.7978 1.48617 16.897 1.40968C16.9962 1.33319 17.1276 1.35093 17.3903 1.38642L17.4455 1.39405C18.4891 1.54173 19.3453 1.85554 20.0186 2.56428C20.6868 3.26761 20.9779 4.15293 21.1158 5.23259C21.25 6.28338 21.25 7.62531 21.25 9.31665V14.6869C21.25 16.3782 21.25 17.7202 21.1158 18.7709C20.9779 19.8506 20.6868 20.7359 20.0186 21.4392C19.3453 22.148 18.4891 22.4618 17.4455 22.6095C16.4399 22.7518 15.1587 22.7518 13.5583 22.7518H10.4417C8.84128 22.7518 7.5601 22.7518 6.55446 22.6095C5.51094 22.4618 4.65468 22.148 3.98138 21.4392C3.31322 20.7359 3.02208 19.8506 2.88419 18.7709C2.74998 17.7202 2.74999 16.3782 2.75 14.6869V14.6869V14.6869V9.31663V9.31662V9.31661C2.74999 7.62529 2.74998 6.28337 2.88419 5.23259C3.02208 4.15293 3.31322 3.26761 3.98138 2.56428C4.65468 1.85554 5.51094 1.54173 6.55446 1.39405L6.61383 1.38586C6.878 1.3503 7.01009 1.33252 7.10943 1.40966ZM12.752 11C12.752 10.5858 13.0877 10.25 13.502 10.25H17.002C17.4162 10.25 17.752 10.5858 17.752 11C17.752 11.4142 17.4162 11.75 17.002 11.75H13.502C13.0877 11.75 12.752 11.4142 12.752 11ZM11.2523 10.7072C11.6428 10.5689 11.8472 10.1403 11.7089 9.74982C11.5706 9.35937 11.142 9.15495 10.7516 9.29323C10.2694 9.46399 9.82187 9.78384 9.4431 10.116C9.05657 10.455 8.69822 10.8457 8.39663 11.2073C8.25048 11.3825 8.11549 11.5534 7.9948 11.7119C7.90659 11.6294 7.81819 11.5596 7.73048 11.5012C7.57155 11.3952 7.42249 11.3314 7.29393 11.2947L7.27143 11.2881C7.20944 11.2696 7.12504 11.2445 7.00195 11.2502C6.58774 11.2502 6.25195 11.586 6.25195 12.0002C6.25195 12.3749 6.52676 12.6855 6.88583 12.7413C6.88941 12.7434 6.89361 12.746 6.89843 12.7492C6.95413 12.7864 7.12562 12.9246 7.33113 13.3356C7.45202 13.5774 7.69365 13.7354 7.9636 13.7492C8.23349 13.763 8.4902 13.6302 8.63517 13.4021C8.67806 13.3377 8.80376 13.1492 8.8849 13.0343C9.04771 12.8036 9.27796 12.4924 9.54845 12.1681C9.8204 11.8422 10.1238 11.5142 10.4321 11.2438C10.7482 10.9666 11.0286 10.7864 11.2523 10.7072ZM12.752 17C12.752 16.5858 13.0877 16.25 13.502 16.25H17.002C17.4162 16.25 17.752 16.5858 17.752 17C17.752 17.4142 17.4162 17.75 17.002 17.75H13.502C13.0877 17.75 12.752 17.4142 12.752 17ZM8.00195 16C7.44967 16 7.00195 16.4477 7.00195 17C7.00195 17.5523 7.44967 18 8.00195 18H9.00195C9.55424 18 10.002 17.5523 10.002 17C10.002 16.4477 9.55424 16 9.00195 16H8.00195Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-task-done-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.96324 2.7279C5.05104 2.71579 5.12696 2.7875 5.12696 2.87613C5.12696 4.53298 6.4701 5.87613 8.12696 5.87613L13.627 5.87613C15.2838 5.87613 16.627 4.53298 16.627 2.87613C16.627 2.7875 16.7029 2.71579 16.7907 2.7279C17.6908 2.85205 18.4384 3.11736 19.0289 3.70832C19.6306 4.31067 19.8895 5.06903 20.0104 5.96977C20.127 6.83746 20.127 7.94074 20.127 9.30969L20.127 13.2906C20.127 13.4784 20.127 13.5722 20.0822 13.6447C20.0375 13.7171 19.9485 13.7617 19.7705 13.8509C18.9492 14.2625 18.2147 14.8185 17.6019 15.356C16.7766 16.0796 16.0233 16.9029 15.4004 17.6497L15.4004 17.6497C15.3459 17.715 15.3187 17.7476 15.2925 17.7678C15.2155 17.827 15.1339 17.8445 15.0395 17.8218C15.0074 17.8141 14.9648 17.7933 14.8798 17.7517L14.8797 17.7517C14.6567 17.6426 14.4411 17.5617 14.2376 17.5036C14.1131 17.4668 13.8061 17.3762 13.3789 17.3762C11.9982 17.3762 10.8789 18.4955 10.8789 19.8762C10.8789 20.9969 11.6155 21.9442 12.6316 22.2623L12.6362 22.2637C12.6703 22.2743 12.6902 22.2805 12.7142 22.3088C12.8188 22.4318 12.7316 22.6261 12.5702 22.6261L8.32201 22.6261C6.95447 22.6261 5.85212 22.6262 4.98511 22.5095C4.08488 22.3883 3.32695 22.1292 2.72506 21.5267C2.12327 20.9244 1.86446 20.166 1.74347 19.2653C1.62692 18.3976 1.62694 17.2943 1.62695 15.9255V15.9254L1.62695 9.30963V9.3096C1.62694 7.94071 1.62692 6.83743 1.74347 5.96977C1.86446 5.06903 2.12327 4.31067 2.72506 3.70832C3.31547 3.11736 4.06314 2.85205 4.96324 2.7279ZM6.87891 10.125C6.46469 10.125 6.12891 10.4608 6.12891 10.875C6.12891 11.2892 6.46469 11.625 6.87891 11.625L14.8789 11.625C15.2931 11.625 15.6289 11.2892 15.6289 10.875C15.6289 10.4608 15.2931 10.125 14.8789 10.125L6.87891 10.125ZM6.87891 15.125C6.46469 15.125 6.12891 15.4608 6.12891 15.875C6.12891 16.2892 6.46469 16.625 6.87891 16.625H10.8789C11.2931 16.625 11.6289 16.2892 11.6289 15.875C11.6289 15.4608 11.2931 15.125 10.8789 15.125H6.87891Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3196 15.5414C22.504 16.062 22.2314 16.6335 21.7108 16.8179C21.1772 17.0069 20.5607 17.4138 19.9076 17.9865C19.2649 18.5501 18.6398 19.2271 18.086 19.8909C17.5342 20.5524 17.0654 21.1861 16.7344 21.6551C16.5692 21.8891 16.309 22.2794 16.221 22.4115C16.0277 22.7156 15.6857 22.8924 15.3258 22.874C14.9659 22.8555 14.6437 22.6448 14.4825 22.3225C14.0418 21.4411 13.6465 21.0902 13.4473 20.9573C13.3629 20.9011 13.306 20.8786 13.2833 20.8709C12.7749 20.8237 12.377 20.396 12.377 19.8753C12.377 19.323 12.8247 18.8753 13.377 18.8753C13.6113 18.8753 13.7203 18.9155 13.8235 18.945C14.0314 19.0044 14.2823 19.1103 14.5567 19.2932C14.8309 19.4761 15.1186 19.7288 15.4073 20.0747C15.7225 19.6439 16.111 19.1363 16.5502 18.6097C17.1435 17.8985 17.8419 17.1379 18.5889 16.4828C19.3256 15.8368 20.165 15.2436 21.0431 14.9326C21.5637 14.7483 22.1352 15.0208 22.3196 15.5414Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.37695 2.875C6.37695 1.9085 7.16045 1.125 8.12695 1.125H13.627C14.5935 1.125 15.377 1.9085 15.377 2.875C15.377 3.8415 14.5935 4.625 13.627 4.625H8.12695C7.16045 4.625 6.37695 3.8415 6.37695 2.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.96324 2.7279C5.05104 2.71579 5.12696 2.7875 5.12696 2.87613C5.12696 4.53298 6.4701 5.87613 8.12696 5.87613L13.627 5.87613C15.2838 5.87613 16.627 4.53298 16.627 2.87613C16.627 2.7875 16.7029 2.71579 16.7907 2.7279C17.6908 2.85205 18.4384 3.11736 19.0289 3.70832C19.6306 4.31067 19.8895 5.06903 20.0104 5.96977C20.127 6.83746 20.127 7.94074 20.127 9.30969L20.127 13.2906C20.127 13.4784 20.127 13.5722 20.0822 13.6447C20.0375 13.7171 19.9485 13.7617 19.7705 13.8509C18.9492 14.2625 18.2147 14.8185 17.6019 15.356C16.7766 16.0796 16.0233 16.9029 15.4004 17.6497L15.4004 17.6497C15.3459 17.715 15.3187 17.7476 15.2925 17.7678C15.2155 17.827 15.1339 17.8445 15.0395 17.8218C15.0074 17.8141 14.9648 17.7933 14.8798 17.7517L14.8797 17.7517C14.6567 17.6426 14.4411 17.5617 14.2376 17.5036C14.1131 17.4668 13.8061 17.3762 13.3789 17.3762C11.9982 17.3762 10.8789 18.4955 10.8789 19.8762C10.8789 20.9969 11.6155 21.9442 12.6316 22.2623L12.6362 22.2637C12.6703 22.2743 12.6902 22.2805 12.7142 22.3088C12.8188 22.4318 12.7316 22.6261 12.5702 22.6261L8.32201 22.6261C6.95447 22.6261 5.85212 22.6262 4.98511 22.5095C4.08488 22.3883 3.32695 22.1292 2.72506 21.5267C2.12327 20.9244 1.86446 20.166 1.74347 19.2653C1.62692 18.3976 1.62694 17.2943 1.62695 15.9255V15.9254L1.62695 9.30963V9.3096C1.62694 7.94071 1.62692 6.83743 1.74347 5.96977C1.86446 5.06903 2.12327 4.31067 2.72506 3.70832C3.31547 3.11736 4.06314 2.85205 4.96324 2.7279ZM6.87891 10.125C6.46469 10.125 6.12891 10.4608 6.12891 10.875C6.12891 11.2892 6.46469 11.625 6.87891 11.625L14.8789 11.625C15.2931 11.625 15.6289 11.2892 15.6289 10.875C15.6289 10.4608 15.2931 10.125 14.8789 10.125L6.87891 10.125ZM6.87891 15.125C6.46469 15.125 6.12891 15.4608 6.12891 15.875C6.12891 16.2892 6.46469 16.625 6.87891 16.625H10.8789C11.2931 16.625 11.6289 16.2892 11.6289 15.875C11.6289 15.4608 11.2931 15.125 10.8789 15.125H6.87891Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3196 15.5414C22.504 16.062 22.2314 16.6335 21.7108 16.8179C21.1772 17.0069 20.5607 17.4138 19.9076 17.9865C19.2649 18.5501 18.6398 19.2271 18.086 19.8909C17.5342 20.5524 17.0654 21.1861 16.7344 21.6551C16.5692 21.8891 16.309 22.2794 16.221 22.4115C16.0277 22.7156 15.6857 22.8924 15.3258 22.874C14.9659 22.8555 14.6437 22.6448 14.4825 22.3225C14.0418 21.4411 13.6465 21.0902 13.4473 20.9573C13.3629 20.9011 13.306 20.8786 13.2833 20.8709C12.7749 20.8237 12.377 20.396 12.377 19.8753C12.377 19.323 12.8247 18.8753 13.377 18.8753C13.6113 18.8753 13.7203 18.9155 13.8235 18.945C14.0314 19.0044 14.2823 19.1103 14.5567 19.2932C14.8309 19.4761 15.1186 19.7288 15.4073 20.0747C15.7225 19.6439 16.111 19.1363 16.5502 18.6097C17.1435 17.8985 17.8419 17.1379 18.5889 16.4828C19.3256 15.8368 20.165 15.2436 21.0431 14.9326C21.5637 14.7483 22.1352 15.0208 22.3196 15.5414Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.37695 2.875C6.37695 1.9085 7.16045 1.125 8.12695 1.125H13.627C14.5935 1.125 15.377 1.9085 15.377 2.875C15.377 3.8415 14.5935 4.625 13.627 4.625H8.12695C7.16045 4.625 6.37695 3.8415 6.37695 2.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-task-done-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0781 1.23065C14.1671 1.33181 14.1479 1.48664 14.1097 1.79629L14.0524 2.26053C13.9509 2.86919 13.8842 3.25947 13.799 3.54553C13.7191 3.81395 13.6477 3.89928 13.5911 3.94726C13.5344 3.99525 13.4385 4.05165 13.1606 4.08634C12.8619 4.12364 12.4617 4.125 11.8356 4.125H9.91834C9.29221 4.125 8.89203 4.12364 8.59333 4.08634C8.31542 4.05165 8.21951 3.99525 8.16287 3.94726C8.10623 3.89928 8.03483 3.81395 7.95492 3.54552C7.86986 3.25984 7.8032 2.87018 7.70195 2.26286L7.64688 1.79259C7.6108 1.48443 7.59276 1.33036 7.68165 1.2299C7.77053 1.12944 7.9247 1.12859 8.23302 1.12689C8.57726 1.12499 8.9391 1.125 9.31867 1.125H12.4355C12.8161 1.125 13.179 1.12499 13.5241 1.1269C13.8341 1.12862 13.9892 1.12948 14.0781 1.23065Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.13413 1.77506C6.10187 1.49956 6.08574 1.3618 5.98639 1.28466C5.88704 1.20752 5.75495 1.2253 5.49078 1.26086L5.43141 1.26905C4.38789 1.41673 3.53164 1.73054 2.85833 2.43928C2.19018 3.14261 1.89904 4.02793 1.76114 5.10759C1.62693 6.15836 1.62694 7.50029 1.62695 9.19159V9.19161V14.5619V14.5619C1.62694 16.2532 1.62693 17.5952 1.76114 18.6459C1.89904 19.7256 2.19018 20.6109 2.85833 21.3142C3.53164 22.023 4.38789 22.3368 5.43141 22.4845C6.43706 22.6268 7.71824 22.6268 9.31864 22.6268H12.5647C12.722 22.6268 12.8071 22.4308 12.7105 22.3067C12.6902 22.2806 12.6734 22.2755 12.6449 22.2669C12.6415 22.2658 12.6379 22.2648 12.6342 22.2636C11.6167 21.9464 10.8789 20.9984 10.8789 19.8767C10.8789 18.496 11.9982 17.3767 13.3789 17.3767C13.788 17.3767 14.2011 17.4936 14.2353 17.5035L14.2391 17.5046L14.2401 17.5049C14.4429 17.563 14.6576 17.6436 14.8797 17.7522C14.9648 17.7938 15.0073 17.8146 15.0395 17.8223C15.1339 17.845 15.2155 17.8276 15.2925 17.7683C15.3187 17.7482 15.3459 17.7155 15.4004 17.6502C16.0233 16.9035 16.7766 16.0802 17.6019 15.3565C18.2146 14.8191 18.9489 14.2633 19.7701 13.8517C19.948 13.7625 20.037 13.7179 20.0817 13.6455C20.1264 13.573 20.1265 13.4792 20.1265 13.2915L20.127 9.19164C20.127 7.50031 20.127 6.15838 19.9928 5.10759C19.8549 4.02793 19.5637 3.14261 18.8956 2.43928C18.2223 1.73054 17.366 1.41673 16.3225 1.26905L16.2673 1.26142C16.0046 1.22593 15.8732 1.20819 15.774 1.28468C15.6748 1.36117 15.6579 1.49809 15.6241 1.77194L15.5389 2.46188L15.5352 2.48365C15.4429 3.03761 15.3507 3.59142 15.2364 3.97529C15.1116 4.39435 14.9233 4.78607 14.5604 5.09356C14.1974 5.40104 13.78 5.52238 13.3462 5.57655C12.9435 5.62683 12.4486 5.6268 11.8796 5.62677H9.87384C9.30484 5.6268 8.80994 5.62683 8.40725 5.57655C7.97338 5.52238 7.55604 5.40104 7.19306 5.09356C6.83009 4.78607 6.64179 4.39435 6.51703 3.97529C6.4032 3.59295 6.3107 3.03763 6.21876 2.48572L6.21876 2.48571L6.214 2.45719L6.13413 1.77506ZM6.87891 10.125C6.46469 10.125 6.12891 10.4608 6.12891 10.875C6.12891 11.2892 6.46469 11.625 6.87891 11.625H14.8789C15.2931 11.625 15.6289 11.2892 15.6289 10.875C15.6289 10.4608 15.2931 10.125 14.8789 10.125H6.87891ZM6.87891 15.125C6.46469 15.125 6.12891 15.4608 6.12891 15.875C6.12891 16.2892 6.46469 16.625 6.87891 16.625H10.8789C11.2931 16.625 11.6289 16.2892 11.6289 15.875C11.6289 15.4608 11.2931 15.125 10.8789 15.125H6.87891Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3196 15.5414C22.504 16.062 22.2314 16.6335 21.7108 16.8179C21.1772 17.0069 20.5607 17.4138 19.9076 17.9865C19.2649 18.5501 18.6398 19.2271 18.086 19.8909C17.5342 20.5524 17.0654 21.1861 16.7344 21.6551C16.5692 21.8891 16.309 22.2794 16.221 22.4115C16.0277 22.7156 15.6857 22.8924 15.3258 22.874C14.9659 22.8555 14.6437 22.6448 14.4825 22.3225C14.0418 21.4411 13.6465 21.0902 13.4473 20.9573C13.3629 20.9011 13.306 20.8786 13.2833 20.8709C12.7749 20.8237 12.377 20.396 12.377 19.8753C12.377 19.323 12.8247 18.8753 13.377 18.8753C13.6113 18.8753 13.7203 18.9155 13.8235 18.945C14.0314 19.0044 14.2823 19.1103 14.5567 19.2932C14.8309 19.4761 15.1186 19.7288 15.4073 20.0747C15.7225 19.6439 16.111 19.1363 16.5502 18.6097C17.1435 17.8985 17.8419 17.1379 18.5889 16.4828C19.3256 15.8368 20.165 15.2436 21.0431 14.9326C21.5637 14.7483 22.1352 15.0208 22.3196 15.5414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0781 1.23065C14.1671 1.33181 14.1479 1.48664 14.1097 1.79629L14.0524 2.26053C13.9509 2.86919 13.8842 3.25947 13.799 3.54553C13.7191 3.81395 13.6477 3.89928 13.5911 3.94726C13.5344 3.99525 13.4385 4.05165 13.1606 4.08634C12.8619 4.12364 12.4617 4.125 11.8356 4.125H9.91834C9.29221 4.125 8.89203 4.12364 8.59333 4.08634C8.31542 4.05165 8.21951 3.99525 8.16287 3.94726C8.10623 3.89928 8.03483 3.81395 7.95492 3.54552C7.86986 3.25984 7.8032 2.87018 7.70195 2.26286L7.64688 1.79259C7.6108 1.48443 7.59276 1.33036 7.68165 1.2299C7.77053 1.12944 7.9247 1.12859 8.23302 1.12689C8.57726 1.12499 8.9391 1.125 9.31867 1.125H12.4355C12.8161 1.125 13.179 1.12499 13.5241 1.1269C13.8341 1.12862 13.9892 1.12948 14.0781 1.23065Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.13413 1.77506C6.10187 1.49956 6.08574 1.3618 5.98639 1.28466C5.88704 1.20752 5.75495 1.2253 5.49078 1.26086L5.43141 1.26905C4.38789 1.41673 3.53164 1.73054 2.85833 2.43928C2.19018 3.14261 1.89904 4.02793 1.76114 5.10759C1.62693 6.15836 1.62694 7.50029 1.62695 9.19159V9.19161V14.5619V14.5619C1.62694 16.2532 1.62693 17.5952 1.76114 18.6459C1.89904 19.7256 2.19018 20.6109 2.85833 21.3142C3.53164 22.023 4.38789 22.3368 5.43141 22.4845C6.43706 22.6268 7.71824 22.6268 9.31864 22.6268H12.5647C12.722 22.6268 12.8071 22.4308 12.7105 22.3067C12.6902 22.2806 12.6734 22.2755 12.6449 22.2669C12.6415 22.2658 12.6379 22.2648 12.6342 22.2636C11.6167 21.9464 10.8789 20.9984 10.8789 19.8767C10.8789 18.496 11.9982 17.3767 13.3789 17.3767C13.788 17.3767 14.2011 17.4936 14.2353 17.5035L14.2391 17.5046L14.2401 17.5049C14.4429 17.563 14.6576 17.6436 14.8797 17.7522C14.9648 17.7938 15.0073 17.8146 15.0395 17.8223C15.1339 17.845 15.2155 17.8276 15.2925 17.7683C15.3187 17.7482 15.3459 17.7155 15.4004 17.6502C16.0233 16.9035 16.7766 16.0802 17.6019 15.3565C18.2146 14.8191 18.9489 14.2633 19.7701 13.8517C19.948 13.7625 20.037 13.7179 20.0817 13.6455C20.1264 13.573 20.1265 13.4792 20.1265 13.2915L20.127 9.19164C20.127 7.50031 20.127 6.15838 19.9928 5.10759C19.8549 4.02793 19.5637 3.14261 18.8956 2.43928C18.2223 1.73054 17.366 1.41673 16.3225 1.26905L16.2673 1.26142C16.0046 1.22593 15.8732 1.20819 15.774 1.28468C15.6748 1.36117 15.6579 1.49809 15.6241 1.77194L15.5389 2.46188L15.5352 2.48365C15.4429 3.03761 15.3507 3.59142 15.2364 3.97529C15.1116 4.39435 14.9233 4.78607 14.5604 5.09356C14.1974 5.40104 13.78 5.52238 13.3462 5.57655C12.9435 5.62683 12.4486 5.6268 11.8796 5.62677H9.87384C9.30484 5.6268 8.80994 5.62683 8.40725 5.57655C7.97338 5.52238 7.55604 5.40104 7.19306 5.09356C6.83009 4.78607 6.64179 4.39435 6.51703 3.97529C6.4032 3.59295 6.3107 3.03763 6.21876 2.48572L6.21876 2.48571L6.214 2.45719L6.13413 1.77506ZM6.87891 10.125C6.46469 10.125 6.12891 10.4608 6.12891 10.875C6.12891 11.2892 6.46469 11.625 6.87891 11.625H14.8789C15.2931 11.625 15.6289 11.2892 15.6289 10.875C15.6289 10.4608 15.2931 10.125 14.8789 10.125H6.87891ZM6.87891 15.125C6.46469 15.125 6.12891 15.4608 6.12891 15.875C6.12891 16.2892 6.46469 16.625 6.87891 16.625H10.8789C11.2931 16.625 11.6289 16.2892 11.6289 15.875C11.6289 15.4608 11.2931 15.125 10.8789 15.125H6.87891Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3196 15.5414C22.504 16.062 22.2314 16.6335 21.7108 16.8179C21.1772 17.0069 20.5607 17.4138 19.9076 17.9865C19.2649 18.5501 18.6398 19.2271 18.086 19.8909C17.5342 20.5524 17.0654 21.1861 16.7344 21.6551C16.5692 21.8891 16.309 22.2794 16.221 22.4115C16.0277 22.7156 15.6857 22.8924 15.3258 22.874C14.9659 22.8555 14.6437 22.6448 14.4825 22.3225C14.0418 21.4411 13.6465 21.0902 13.4473 20.9573C13.3629 20.9011 13.306 20.8786 13.2833 20.8709C12.7749 20.8237 12.377 20.396 12.377 19.8753C12.377 19.323 12.8247 18.8753 13.377 18.8753C13.6113 18.8753 13.7203 18.9155 13.8235 18.945C14.0314 19.0044 14.2823 19.1103 14.5567 19.2932C14.8309 19.4761 15.1186 19.7288 15.4073 20.0747C15.7225 19.6439 16.111 19.1363 16.5502 18.6097C17.1435 17.8985 17.8419 17.1379 18.5889 16.4828C19.3256 15.8368 20.165 15.2436 21.0431 14.9326C21.5637 14.7483 22.1352 15.0208 22.3196 15.5414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-task-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.375 2.875C6.375 1.9085 7.1585 1.125 8.125 1.125H13.625C14.5915 1.125 15.375 1.9085 15.375 2.875C15.375 3.8415 14.5915 4.625 13.625 4.625H8.125C7.1585 4.625 6.375 3.8415 6.375 2.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.96129 2.7279C5.04909 2.71579 5.125 2.7875 5.125 2.87613C5.125 4.53298 6.46815 5.87613 8.125 5.87613L13.625 5.87613C15.2819 5.87613 16.625 4.53298 16.625 2.87613C16.625 2.7875 16.7009 2.71579 16.7887 2.7279C17.6888 2.85205 18.4365 3.11736 19.0269 3.70832C19.6287 4.31067 19.8875 5.06903 20.0085 5.96977C20.125 6.83746 20.125 7.94074 20.125 9.30969L20.125 13.364C20.125 13.5231 20.125 13.6027 20.0946 13.6649C20.0643 13.7272 19.9889 13.786 19.8383 13.9037C19.7581 13.9663 19.681 14.0345 19.6072 14.1082L18.7993 14.9162C18.5993 15.1162 18.4993 15.2162 18.375 15.2162C18.2507 15.2162 18.1507 15.1162 17.9507 14.9162L17.9507 14.9162L17.1428 14.1082C16.1665 13.1319 14.5835 13.1319 13.6072 14.1082C12.6309 15.0845 12.6309 16.6674 13.6072 17.6437L14.4152 18.4517C14.6152 18.6517 14.7152 18.7517 14.7152 18.876C14.7152 19.0002 14.6152 19.1002 14.4152 19.3002L13.6072 20.1082C13.1331 20.5823 12.8892 21.1995 12.8756 21.8208C12.8663 22.2436 12.8617 22.455 12.7742 22.5406C12.6868 22.6261 12.5154 22.6261 12.1727 22.6261L8.32006 22.6261C6.95252 22.6261 5.85017 22.6262 4.98316 22.5095C4.08293 22.3883 3.325 22.1292 2.72311 21.5267C2.12131 20.9244 1.8625 20.166 1.74151 19.2653C1.62497 18.3976 1.62498 17.2943 1.625 15.9255V15.9254L1.625 9.30963V9.3096C1.62498 7.94071 1.62497 6.83743 1.74151 5.96977C1.8625 5.06903 2.12131 4.31067 2.72311 3.70832C3.31352 3.11736 4.06119 2.85205 4.96129 2.7279ZM6.875 10.125C6.46079 10.125 6.125 10.4608 6.125 10.875C6.125 11.2892 6.46079 11.625 6.875 11.625L14.875 11.625C15.2892 11.625 15.625 11.2892 15.625 10.875C15.625 10.4608 15.2892 10.125 14.875 10.125L6.875 10.125ZM6.875 15.125C6.46079 15.125 6.125 15.4608 6.125 15.875C6.125 16.2892 6.46079 16.625 6.875 16.625H10.875C11.2892 16.625 11.625 16.2892 11.625 15.875C11.625 15.4608 11.2892 15.125 10.875 15.125H6.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6679 15.1679C15.0584 14.7774 15.6916 14.7774 16.0821 15.1679L18.375 17.4608L20.6679 15.1679C21.0584 14.7774 21.6916 14.7774 22.0821 15.1679C22.4726 15.5584 22.4726 16.1916 22.0821 16.5821L19.7892 18.875L22.0821 21.1679C22.4726 21.5584 22.4726 22.1916 22.0821 22.5821C21.6916 22.9726 21.0584 22.9726 20.6679 22.5821L18.375 20.2892L16.0821 22.5821C15.6916 22.9726 15.0584 22.9726 14.6679 22.5821C14.2774 22.1916 14.2774 21.5584 14.6679 21.1679L16.9608 18.875L14.6679 16.5821C14.2774 16.1916 14.2774 15.5584 14.6679 15.1679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.375 2.875C6.375 1.9085 7.1585 1.125 8.125 1.125H13.625C14.5915 1.125 15.375 1.9085 15.375 2.875C15.375 3.8415 14.5915 4.625 13.625 4.625H8.125C7.1585 4.625 6.375 3.8415 6.375 2.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.96129 2.7279C5.04909 2.71579 5.125 2.7875 5.125 2.87613C5.125 4.53298 6.46815 5.87613 8.125 5.87613L13.625 5.87613C15.2819 5.87613 16.625 4.53298 16.625 2.87613C16.625 2.7875 16.7009 2.71579 16.7887 2.7279C17.6888 2.85205 18.4365 3.11736 19.0269 3.70832C19.6287 4.31067 19.8875 5.06903 20.0085 5.96977C20.125 6.83746 20.125 7.94074 20.125 9.30969L20.125 13.364C20.125 13.5231 20.125 13.6027 20.0946 13.6649C20.0643 13.7272 19.9889 13.786 19.8383 13.9037C19.7581 13.9663 19.681 14.0345 19.6072 14.1082L18.7993 14.9162C18.5993 15.1162 18.4993 15.2162 18.375 15.2162C18.2507 15.2162 18.1507 15.1162 17.9507 14.9162L17.9507 14.9162L17.1428 14.1082C16.1665 13.1319 14.5835 13.1319 13.6072 14.1082C12.6309 15.0845 12.6309 16.6674 13.6072 17.6437L14.4152 18.4517C14.6152 18.6517 14.7152 18.7517 14.7152 18.876C14.7152 19.0002 14.6152 19.1002 14.4152 19.3002L13.6072 20.1082C13.1331 20.5823 12.8892 21.1995 12.8756 21.8208C12.8663 22.2436 12.8617 22.455 12.7742 22.5406C12.6868 22.6261 12.5154 22.6261 12.1727 22.6261L8.32006 22.6261C6.95252 22.6261 5.85017 22.6262 4.98316 22.5095C4.08293 22.3883 3.325 22.1292 2.72311 21.5267C2.12131 20.9244 1.8625 20.166 1.74151 19.2653C1.62497 18.3976 1.62498 17.2943 1.625 15.9255V15.9254L1.625 9.30963V9.3096C1.62498 7.94071 1.62497 6.83743 1.74151 5.96977C1.8625 5.06903 2.12131 4.31067 2.72311 3.70832C3.31352 3.11736 4.06119 2.85205 4.96129 2.7279ZM6.875 10.125C6.46079 10.125 6.125 10.4608 6.125 10.875C6.125 11.2892 6.46079 11.625 6.875 11.625L14.875 11.625C15.2892 11.625 15.625 11.2892 15.625 10.875C15.625 10.4608 15.2892 10.125 14.875 10.125L6.875 10.125ZM6.875 15.125C6.46079 15.125 6.125 15.4608 6.125 15.875C6.125 16.2892 6.46079 16.625 6.875 16.625H10.875C11.2892 16.625 11.625 16.2892 11.625 15.875C11.625 15.4608 11.2892 15.125 10.875 15.125H6.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6679 15.1679C15.0584 14.7774 15.6916 14.7774 16.0821 15.1679L18.375 17.4608L20.6679 15.1679C21.0584 14.7774 21.6916 14.7774 22.0821 15.1679C22.4726 15.5584 22.4726 16.1916 22.0821 16.5821L19.7892 18.875L22.0821 21.1679C22.4726 21.5584 22.4726 22.1916 22.0821 22.5821C21.6916 22.9726 21.0584 22.9726 20.6679 22.5821L18.375 20.2892L16.0821 22.5821C15.6916 22.9726 15.0584 22.9726 14.6679 22.5821C14.2774 22.1916 14.2774 21.5584 14.6679 21.1679L16.9608 18.875L14.6679 16.5821C14.2774 16.1916 14.2774 15.5584 14.6679 15.1679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-notes-and-tasks-icons-task-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.8262 1.23064C13.9151 1.33181 13.896 1.48664 13.8577 1.79629L13.8004 2.26053C13.6989 2.86918 13.6322 3.25947 13.5471 3.54553C13.4671 3.81395 13.3957 3.89928 13.3391 3.94726C13.2825 3.99525 13.1866 4.05165 12.9086 4.08634C12.6099 4.12364 12.2098 4.125 11.5836 4.125H9.66639C9.04025 4.125 8.64007 4.12364 8.34138 4.08634C8.06347 4.05165 7.96756 3.99525 7.91092 3.94726C7.85428 3.89928 7.78288 3.81395 7.70297 3.54552C7.61791 3.25984 7.55125 2.87018 7.45 2.26286L7.39493 1.79259C7.35885 1.48443 7.3408 1.33036 7.42969 1.2299C7.51858 1.12944 7.67274 1.12859 7.98107 1.12689C8.32544 1.12499 8.68721 1.125 9.06694 1.125H12.1835C12.5643 1.125 12.927 1.12499 13.2721 1.1269C13.5822 1.12862 13.7372 1.12948 13.8262 1.23064Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.73444 1.28466C5.83378 1.3618 5.84991 1.49956 5.88218 1.77506L5.96205 2.45719L5.96681 2.48573C6.05874 3.03764 6.15125 3.59295 6.26508 3.97529C6.38984 4.39435 6.57813 4.78607 6.94111 5.09356C7.30409 5.40104 7.72143 5.52238 8.1553 5.57655C8.55798 5.62683 9.05289 5.6268 9.62188 5.62677H11.6276C12.1966 5.6268 12.6915 5.62683 13.0942 5.57655C13.5281 5.52238 13.9454 5.40104 14.3084 5.09356C14.6714 4.78607 14.8597 4.39435 14.9844 3.97529C15.0987 3.59141 15.191 3.03771 15.2833 2.48374L15.2869 2.46188L15.3721 1.77194C15.4059 1.49809 15.4228 1.36117 15.522 1.28468C15.6212 1.20819 15.7526 1.22593 16.0153 1.26142L16.0705 1.26905C17.1141 1.41673 17.9703 1.73054 18.6436 2.43928C19.3118 3.14261 19.6029 4.02793 19.7408 5.10759C19.875 6.15838 19.875 7.50031 19.875 9.19165V13.8428C19.875 13.9654 19.875 14.0268 19.8522 14.0819C19.8293 14.137 19.786 14.1804 19.6992 14.2671L19.0493 14.917C18.8493 15.1169 18.7493 15.2169 18.625 15.2169C18.5007 15.2169 18.4008 15.1169 18.2008 14.9169L17.3928 14.1089C16.4165 13.1326 14.8335 13.1326 13.8572 14.1089C12.8809 15.0853 12.8809 16.6682 13.8572 17.6445L14.6652 18.4524C14.8652 18.6524 14.9652 18.7524 14.9652 18.8767C14.9652 19.001 14.8652 19.101 14.6652 19.301L13.8572 20.1089C13.3121 20.6541 13.0713 21.3884 13.135 22.1006C13.1547 22.3208 13.1645 22.4308 13.0756 22.5283C12.9867 22.6258 12.9074 22.626 12.7488 22.6265L12.6632 22.6266C12.5065 22.6268 12.3466 22.6268 12.1833 22.6268H9.06669C7.46629 22.6268 6.1851 22.6268 5.17946 22.4845C4.13594 22.3368 3.27969 22.023 2.60638 21.3142C1.93822 20.6109 1.64708 19.7256 1.50919 18.6459C1.37498 17.5952 1.37499 16.2532 1.375 14.5619V14.5619V9.19163V9.19161C1.37499 7.50031 1.37498 6.15836 1.50919 5.10759C1.64708 4.02793 1.93822 3.14261 2.60638 2.43928C3.27968 1.73054 4.13594 1.41673 5.17946 1.26905L5.23883 1.26086C5.503 1.2253 5.63509 1.20752 5.73444 1.28466ZM6.625 10.125C6.21079 10.125 5.875 10.4608 5.875 10.875C5.875 11.2892 6.21079 11.625 6.625 11.625H14.625C15.0392 11.625 15.375 11.2892 15.375 10.875C15.375 10.4608 15.0392 10.125 14.625 10.125H6.625ZM6.625 15.125C6.21079 15.125 5.875 15.4608 5.875 15.875C5.875 16.2892 6.21079 16.625 6.625 16.625H10.625C11.0392 16.625 11.375 16.2892 11.375 15.875C11.375 15.4608 11.0392 15.125 10.625 15.125H6.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9179 15.1679C15.3084 14.7774 15.9416 14.7774 16.3321 15.1679L18.625 17.4608L20.9179 15.1679C21.3084 14.7774 21.9416 14.7774 22.3321 15.1679C22.7226 15.5584 22.7226 16.1916 22.3321 16.5821L20.0392 18.875L22.3321 21.1679C22.7226 21.5584 22.7226 22.1916 22.3321 22.5821C21.9416 22.9726 21.3084 22.9726 20.9179 22.5821L18.625 20.2892L16.3321 22.5821C15.9416 22.9726 15.3084 22.9726 14.9179 22.5821C14.5274 22.1916 14.5274 21.5584 14.9179 21.1679L17.2108 18.875L14.9179 16.5821C14.5274 16.1916 14.5274 15.5584 14.9179 15.1679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.8262 1.23064C13.9151 1.33181 13.896 1.48664 13.8577 1.79629L13.8004 2.26053C13.6989 2.86918 13.6322 3.25947 13.5471 3.54553C13.4671 3.81395 13.3957 3.89928 13.3391 3.94726C13.2825 3.99525 13.1866 4.05165 12.9086 4.08634C12.6099 4.12364 12.2098 4.125 11.5836 4.125H9.66639C9.04025 4.125 8.64007 4.12364 8.34138 4.08634C8.06347 4.05165 7.96756 3.99525 7.91092 3.94726C7.85428 3.89928 7.78288 3.81395 7.70297 3.54552C7.61791 3.25984 7.55125 2.87018 7.45 2.26286L7.39493 1.79259C7.35885 1.48443 7.3408 1.33036 7.42969 1.2299C7.51858 1.12944 7.67274 1.12859 7.98107 1.12689C8.32544 1.12499 8.68721 1.125 9.06694 1.125H12.1835C12.5643 1.125 12.927 1.12499 13.2721 1.1269C13.5822 1.12862 13.7372 1.12948 13.8262 1.23064Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.73444 1.28466C5.83378 1.3618 5.84991 1.49956 5.88218 1.77506L5.96205 2.45719L5.96681 2.48573C6.05874 3.03764 6.15125 3.59295 6.26508 3.97529C6.38984 4.39435 6.57813 4.78607 6.94111 5.09356C7.30409 5.40104 7.72143 5.52238 8.1553 5.57655C8.55798 5.62683 9.05289 5.6268 9.62188 5.62677H11.6276C12.1966 5.6268 12.6915 5.62683 13.0942 5.57655C13.5281 5.52238 13.9454 5.40104 14.3084 5.09356C14.6714 4.78607 14.8597 4.39435 14.9844 3.97529C15.0987 3.59141 15.191 3.03771 15.2833 2.48374L15.2869 2.46188L15.3721 1.77194C15.4059 1.49809 15.4228 1.36117 15.522 1.28468C15.6212 1.20819 15.7526 1.22593 16.0153 1.26142L16.0705 1.26905C17.1141 1.41673 17.9703 1.73054 18.6436 2.43928C19.3118 3.14261 19.6029 4.02793 19.7408 5.10759C19.875 6.15838 19.875 7.50031 19.875 9.19165V13.8428C19.875 13.9654 19.875 14.0268 19.8522 14.0819C19.8293 14.137 19.786 14.1804 19.6992 14.2671L19.0493 14.917C18.8493 15.1169 18.7493 15.2169 18.625 15.2169C18.5007 15.2169 18.4008 15.1169 18.2008 14.9169L17.3928 14.1089C16.4165 13.1326 14.8335 13.1326 13.8572 14.1089C12.8809 15.0853 12.8809 16.6682 13.8572 17.6445L14.6652 18.4524C14.8652 18.6524 14.9652 18.7524 14.9652 18.8767C14.9652 19.001 14.8652 19.101 14.6652 19.301L13.8572 20.1089C13.3121 20.6541 13.0713 21.3884 13.135 22.1006C13.1547 22.3208 13.1645 22.4308 13.0756 22.5283C12.9867 22.6258 12.9074 22.626 12.7488 22.6265L12.6632 22.6266C12.5065 22.6268 12.3466 22.6268 12.1833 22.6268H9.06669C7.46629 22.6268 6.1851 22.6268 5.17946 22.4845C4.13594 22.3368 3.27969 22.023 2.60638 21.3142C1.93822 20.6109 1.64708 19.7256 1.50919 18.6459C1.37498 17.5952 1.37499 16.2532 1.375 14.5619V14.5619V9.19163V9.19161C1.37499 7.50031 1.37498 6.15836 1.50919 5.10759C1.64708 4.02793 1.93822 3.14261 2.60638 2.43928C3.27968 1.73054 4.13594 1.41673 5.17946 1.26905L5.23883 1.26086C5.503 1.2253 5.63509 1.20752 5.73444 1.28466ZM6.625 10.125C6.21079 10.125 5.875 10.4608 5.875 10.875C5.875 11.2892 6.21079 11.625 6.625 11.625H14.625C15.0392 11.625 15.375 11.2892 15.375 10.875C15.375 10.4608 15.0392 10.125 14.625 10.125H6.625ZM6.625 15.125C6.21079 15.125 5.875 15.4608 5.875 15.875C5.875 16.2892 6.21079 16.625 6.625 16.625H10.625C11.0392 16.625 11.375 16.2892 11.375 15.875C11.375 15.4608 11.0392 15.125 10.625 15.125H6.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9179 15.1679C15.3084 14.7774 15.9416 14.7774 16.3321 15.1679L18.625 17.4608L20.9179 15.1679C21.3084 14.7774 21.9416 14.7774 22.3321 15.1679C22.7226 15.5584 22.7226 16.1916 22.3321 16.5821L20.0392 18.875L22.3321 21.1679C22.7226 21.5584 22.7226 22.1916 22.3321 22.5821C21.9416 22.9726 21.3084 22.9726 20.9179 22.5821L18.625 20.2892L16.3321 22.5821C15.9416 22.9726 15.3084 22.9726 14.9179 22.5821C14.5274 22.1916 14.5274 21.5584 14.9179 21.1679L17.2108 18.875L14.9179 16.5821C14.5274 16.1916 14.5274 15.5584 14.9179 15.1679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-presentation-icons-co-present{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.92684 2H14.0732C15.8966 1.99997 17.3664 1.99995 18.5223 2.15537C19.7225 2.31672 20.733 2.66191 21.5355 3.46447C22.3381 4.26702 22.6833 5.27752 22.8446 6.47767C23.0001 7.63363 23 9.1034 23 10.9269V11.0731C23 12.8966 23.0001 14.3664 22.8446 15.5223C22.6833 16.7225 22.3381 17.733 21.5355 18.5355C21.3628 18.7083 21.1771 18.863 20.9773 19.0006C20.5224 19.3138 19.8998 19.199 19.5865 18.7441C19.2733 18.2892 19.3882 17.6665 19.843 17.3533C19.9418 17.2853 20.0339 17.2088 20.1213 17.1213C20.4903 16.7523 20.7309 16.2342 20.8625 15.2558C20.9979 14.2487 21 12.9139 21 11C21 9.08611 20.9979 7.7513 20.8625 6.74416C20.7309 5.7658 20.4903 5.2477 20.1213 4.87868C19.7523 4.50966 19.2342 4.26907 18.2558 4.13753C17.2487 4.00213 15.9139 4 14 4H10C8.08611 4 6.7513 4.00213 5.74416 4.13753C4.76579 4.26907 4.2477 4.50966 3.87868 4.87868C3.50966 5.2477 3.26907 5.76579 3.13753 6.74416C3.00213 7.7513 3 9.08611 3 11C3 12.9139 3.00213 14.2487 3.13753 15.2558C3.26907 16.2342 3.50966 16.7523 3.87868 17.1213C3.96612 17.2088 4.05822 17.2853 4.15697 17.3533C4.61185 17.6665 4.72669 18.2892 4.41347 18.7441C4.10025 19.199 3.47759 19.3138 3.02271 19.0006C2.82288 18.863 2.6372 18.7083 2.46447 18.5355C1.66191 17.733 1.31672 16.7225 1.15537 15.5223C0.999951 14.3664 0.999973 12.8966 1 11.0732V10.9268C0.999973 9.10338 0.999951 7.63362 1.15537 6.47767C1.31672 5.27752 1.66191 4.26702 2.46447 3.46447C3.26702 2.66191 4.27752 2.31672 5.47767 2.15537C6.63362 1.99995 8.10338 1.99997 9.92684 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.23443 16.7038C7.25195 17.3882 4.67595 18.7858 6.2449 20.5347C7.01133 21.389 7.86492 22 8.9381 22H15.0619C16.1351 22 16.9887 21.389 17.7551 20.5347C19.3241 18.7858 16.7481 17.3882 15.7656 16.7038C13.4617 15.0987 10.5383 15.0987 8.23443 16.7038Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 11.25C15.25 13.0449 13.7949 14.5 12 14.5C10.2051 14.5 8.75 13.0449 8.75 11.25C8.75 9.45507 10.2051 8 12 8C13.7949 8 15.25 9.45507 15.25 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.92684 2H14.0732C15.8966 1.99997 17.3664 1.99995 18.5223 2.15537C19.7225 2.31672 20.733 2.66191 21.5355 3.46447C22.3381 4.26702 22.6833 5.27752 22.8446 6.47767C23.0001 7.63363 23 9.1034 23 10.9269V11.0731C23 12.8966 23.0001 14.3664 22.8446 15.5223C22.6833 16.7225 22.3381 17.733 21.5355 18.5355C21.3628 18.7083 21.1771 18.863 20.9773 19.0006C20.5224 19.3138 19.8998 19.199 19.5865 18.7441C19.2733 18.2892 19.3882 17.6665 19.843 17.3533C19.9418 17.2853 20.0339 17.2088 20.1213 17.1213C20.4903 16.7523 20.7309 16.2342 20.8625 15.2558C20.9979 14.2487 21 12.9139 21 11C21 9.08611 20.9979 7.7513 20.8625 6.74416C20.7309 5.7658 20.4903 5.2477 20.1213 4.87868C19.7523 4.50966 19.2342 4.26907 18.2558 4.13753C17.2487 4.00213 15.9139 4 14 4H10C8.08611 4 6.7513 4.00213 5.74416 4.13753C4.76579 4.26907 4.2477 4.50966 3.87868 4.87868C3.50966 5.2477 3.26907 5.76579 3.13753 6.74416C3.00213 7.7513 3 9.08611 3 11C3 12.9139 3.00213 14.2487 3.13753 15.2558C3.26907 16.2342 3.50966 16.7523 3.87868 17.1213C3.96612 17.2088 4.05822 17.2853 4.15697 17.3533C4.61185 17.6665 4.72669 18.2892 4.41347 18.7441C4.10025 19.199 3.47759 19.3138 3.02271 19.0006C2.82288 18.863 2.6372 18.7083 2.46447 18.5355C1.66191 17.733 1.31672 16.7225 1.15537 15.5223C0.999951 14.3664 0.999973 12.8966 1 11.0732V10.9268C0.999973 9.10338 0.999951 7.63362 1.15537 6.47767C1.31672 5.27752 1.66191 4.26702 2.46447 3.46447C3.26702 2.66191 4.27752 2.31672 5.47767 2.15537C6.63362 1.99995 8.10338 1.99997 9.92684 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.23443 16.7038C7.25195 17.3882 4.67595 18.7858 6.2449 20.5347C7.01133 21.389 7.86492 22 8.9381 22H15.0619C16.1351 22 16.9887 21.389 17.7551 20.5347C19.3241 18.7858 16.7481 17.3882 15.7656 16.7038C13.4617 15.0987 10.5383 15.0987 8.23443 16.7038Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.25 11.25C15.25 13.0449 13.7949 14.5 12 14.5C10.2051 14.5 8.75 13.0449 8.75 11.25C8.75 9.45507 10.2051 8 12 8C13.7949 8 15.25 9.45507 15.25 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-presentation-icons-presentation-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.75 11.65C1.75 14.7613 1.75 16.3169 2.69805 17.2835C3.6461 18.25 5.17196 18.25 8.22368 18.25H15.7763C18.828 18.25 20.3539 18.25 21.302 17.2835C22.25 16.3169 22.25 14.7613 22.25 11.65V8.35C22.25 5.23873 22.25 3.6831 21.302 2.71655C20.3539 1.75 18.828 1.75 15.7763 1.75H8.22368C5.17196 1.75 3.6461 1.75 2.69805 2.71655C1.75 3.6831 1.75 5.23873 1.75 8.35V11.65Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 20.7663V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V20.7661L16.4856 22.8575C16.9592 23.1416 17.5735 22.9881 17.8576 22.5145C18.1418 22.0409 17.9882 21.4267 17.5147 21.1425L13 18.4337V17H11V18.4339L6.48566 21.1425C6.01208 21.4266 5.85851 22.0409 6.14265 22.5145C6.4268 22.9881 7.04106 23.1416 7.51464 22.8575L11 20.7663Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.75 11.65C1.75 14.7613 1.75 16.3169 2.69805 17.2835C3.6461 18.25 5.17196 18.25 8.22368 18.25H15.7763C18.828 18.25 20.3539 18.25 21.302 17.2835C22.25 16.3169 22.25 14.7613 22.25 11.65V8.35C22.25 5.23873 22.25 3.6831 21.302 2.71655C20.3539 1.75 18.828 1.75 15.7763 1.75H8.22368C5.17196 1.75 3.6461 1.75 2.69805 2.71655C1.75 3.6831 1.75 5.23873 1.75 8.35V11.65Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 20.7663V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V20.7661L16.4856 22.8575C16.9592 23.1416 17.5735 22.9881 17.8576 22.5145C18.1418 22.0409 17.9882 21.4267 17.5147 21.1425L13 18.4337V17H11V18.4339L6.48566 21.1425C6.01208 21.4266 5.85851 22.0409 6.14265 22.5145C6.4268 22.9881 7.04106 23.1416 7.51464 22.8575L11 20.7663Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-presentation-icons-presentation-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.25 17.4998H21.75V7.59976C21.75 4.48849 21.75 2.93285 20.7981 1.9663C19.8462 0.999756 18.3141 0.999756 15.25 0.999756H8.75C5.68587 0.999756 4.15381 0.999756 3.2019 1.9663C2.25 2.93285 2.25 4.48849 2.25 7.59976V17.4998Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 17C1 16.4477 1.44772 16 2 16H22C22.5523 16 23 16.4477 23 17C23 17.5523 22.5523 18 22 18H2C1.44772 18 1 17.5523 1 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 22L11 17L13 17L13 22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4857 18.1425C11.8024 17.9525 12.198 17.9525 12.5147 18.1425L17.5147 21.1425C17.9882 21.4267 18.1418 22.0409 17.8576 22.5145C17.5735 22.9881 16.9592 23.1416 16.4856 22.8575L12.0002 20.1662L7.51464 22.8575C7.04106 23.1416 6.4268 22.9881 6.14265 22.5145C5.85851 22.0409 6.01208 21.4266 6.48566 21.1425L11.4857 18.1425Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.25 17.4998H21.75V7.59976C21.75 4.48849 21.75 2.93285 20.7981 1.9663C19.8462 0.999756 18.3141 0.999756 15.25 0.999756H8.75C5.68587 0.999756 4.15381 0.999756 3.2019 1.9663C2.25 2.93285 2.25 4.48849 2.25 7.59976V17.4998Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 17C1 16.4477 1.44772 16 2 16H22C22.5523 16 23 16.4477 23 17C23 17.5523 22.5523 18 22 18H2C1.44772 18 1 17.5523 1 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 22L11 17L13 17L13 22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4857 18.1425C11.8024 17.9525 12.198 17.9525 12.5147 18.1425L17.5147 21.1425C17.9882 21.4267 18.1418 22.0409 17.8576 22.5145C17.5735 22.9881 16.9592 23.1416 16.4856 22.8575L12.0002 20.1662L7.51464 22.8575C7.04106 23.1416 6.4268 22.9881 6.14265 22.5145C5.85851 22.0409 6.01208 21.4266 6.48566 21.1425L11.4857 18.1425Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-presentation-icons-presentation-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 19.75C11.5858 19.75 11.25 20.0858 11.25 20.5C11.25 20.9142 11.5858 21.25 12 21.25C12.4142 21.25 12.75 20.9142 12.75 20.5C12.75 20.0858 12.4142 19.75 12 19.75ZM9.75 20.5C9.75 19.2574 10.7574 18.25 12 18.25C13.2426 18.25 14.25 19.2574 14.25 20.5C14.25 21.7426 13.2426 22.75 12 22.75C10.7574 22.75 9.75 21.7426 9.75 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 15.25C12.4142 15.25 12.75 15.5858 12.75 16L12.75 19C12.75 19.4142 12.4142 19.75 12 19.75C11.5858 19.75 11.25 19.4142 11.25 19L11.25 16C11.25 15.5858 11.5858 15.25 12 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.96557 1.25001C2.97711 1.25001 2.9886 1.25002 3.00002 1.25002H21C21.0114 1.25002 21.0229 1.25001 21.0345 1.25001C21.2396 1.24993 21.4614 1.24984 21.6486 1.27501C21.8679 1.3045 22.1481 1.38033 22.3839 1.61613C22.6197 1.85193 22.6955 2.13212 22.725 2.35145C22.7502 2.53866 22.7501 2.76046 22.75 2.96558C22.75 2.97711 22.75 2.9886 22.75 3.00002V3.50002C22.75 3.51144 22.75 3.52292 22.75 3.53446C22.7501 3.73958 22.7502 3.96137 22.725 4.14859C22.6955 4.36791 22.6197 4.6481 22.3839 4.8839C22.1481 5.1197 21.8679 5.19554 21.6486 5.22502C21.4614 5.2502 21.2396 5.25011 21.0345 5.25003C21.0229 5.25002 21.0114 5.25002 21 5.25002H3.00002C2.98859 5.25002 2.97711 5.25002 2.96557 5.25003C2.76046 5.25011 2.53866 5.2502 2.35145 5.22502C2.13212 5.19554 1.85193 5.1197 1.61613 4.8839C1.38033 4.6481 1.3045 4.36791 1.27501 4.14859C1.24984 3.96137 1.24993 3.73958 1.25001 3.53446C1.25001 3.52293 1.25002 3.51144 1.25002 3.50002V3.00002C1.25002 2.9886 1.25001 2.97711 1.25001 2.96557C1.24993 2.76046 1.24984 2.53866 1.27501 2.35145C1.3045 2.13212 1.38033 1.85193 1.61613 1.61613C1.85193 1.38033 2.13212 1.3045 2.35145 1.27501C2.53866 1.24984 2.76046 1.24993 2.96557 1.25001ZM2.75117 2.75117C2.75005 2.82063 2.75002 2.90094 2.75002 3.00002V3.50002C2.75002 3.5991 2.75005 3.67941 2.75117 3.74887C2.82063 3.74999 2.90094 3.75002 3.00002 3.75002H21C21.0991 3.75002 21.1794 3.74998 21.2489 3.74886C21.25 3.67941 21.25 3.5991 21.25 3.50002V3.00002C21.25 2.90094 21.25 2.82063 21.2489 2.75117C21.1794 2.75005 21.0991 2.75002 21 2.75002H3.00002C2.90094 2.75002 2.82063 2.75005 2.75117 2.75117Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 9.9713C2.25 13.1686 2.25 14.7673 3.2019 15.7606C4.15381 16.7539 5.68587 16.7539 8.75 16.7539H15.25C18.3141 16.7539 19.8462 16.7539 20.7981 15.7606C21.75 14.7673 21.75 13.1686 21.75 9.9713V3.75391H2.25V9.9713Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 19.75C11.5858 19.75 11.25 20.0858 11.25 20.5C11.25 20.9142 11.5858 21.25 12 21.25C12.4142 21.25 12.75 20.9142 12.75 20.5C12.75 20.0858 12.4142 19.75 12 19.75ZM9.75 20.5C9.75 19.2574 10.7574 18.25 12 18.25C13.2426 18.25 14.25 19.2574 14.25 20.5C14.25 21.7426 13.2426 22.75 12 22.75C10.7574 22.75 9.75 21.7426 9.75 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 15.25C12.4142 15.25 12.75 15.5858 12.75 16L12.75 19C12.75 19.4142 12.4142 19.75 12 19.75C11.5858 19.75 11.25 19.4142 11.25 19L11.25 16C11.25 15.5858 11.5858 15.25 12 15.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.96557 1.25001C2.97711 1.25001 2.9886 1.25002 3.00002 1.25002H21C21.0114 1.25002 21.0229 1.25001 21.0345 1.25001C21.2396 1.24993 21.4614 1.24984 21.6486 1.27501C21.8679 1.3045 22.1481 1.38033 22.3839 1.61613C22.6197 1.85193 22.6955 2.13212 22.725 2.35145C22.7502 2.53866 22.7501 2.76046 22.75 2.96558C22.75 2.97711 22.75 2.9886 22.75 3.00002V3.50002C22.75 3.51144 22.75 3.52292 22.75 3.53446C22.7501 3.73958 22.7502 3.96137 22.725 4.14859C22.6955 4.36791 22.6197 4.6481 22.3839 4.8839C22.1481 5.1197 21.8679 5.19554 21.6486 5.22502C21.4614 5.2502 21.2396 5.25011 21.0345 5.25003C21.0229 5.25002 21.0114 5.25002 21 5.25002H3.00002C2.98859 5.25002 2.97711 5.25002 2.96557 5.25003C2.76046 5.25011 2.53866 5.2502 2.35145 5.22502C2.13212 5.19554 1.85193 5.1197 1.61613 4.8839C1.38033 4.6481 1.3045 4.36791 1.27501 4.14859C1.24984 3.96137 1.24993 3.73958 1.25001 3.53446C1.25001 3.52293 1.25002 3.51144 1.25002 3.50002V3.00002C1.25002 2.9886 1.25001 2.97711 1.25001 2.96557C1.24993 2.76046 1.24984 2.53866 1.27501 2.35145C1.3045 2.13212 1.38033 1.85193 1.61613 1.61613C1.85193 1.38033 2.13212 1.3045 2.35145 1.27501C2.53866 1.24984 2.76046 1.24993 2.96557 1.25001ZM2.75117 2.75117C2.75005 2.82063 2.75002 2.90094 2.75002 3.00002V3.50002C2.75002 3.5991 2.75005 3.67941 2.75117 3.74887C2.82063 3.74999 2.90094 3.75002 3.00002 3.75002H21C21.0991 3.75002 21.1794 3.74998 21.2489 3.74886C21.25 3.67941 21.25 3.5991 21.25 3.50002V3.00002C21.25 2.90094 21.25 2.82063 21.2489 2.75117C21.1794 2.75005 21.0991 2.75002 21 2.75002H3.00002C2.90094 2.75002 2.82063 2.75005 2.75117 2.75117Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 9.9713C2.25 13.1686 2.25 14.7673 3.2019 15.7606C4.15381 16.7539 5.68587 16.7539 8.75 16.7539H15.25C18.3141 16.7539 19.8462 16.7539 20.7981 15.7606C21.75 14.7673 21.75 13.1686 21.75 9.9713V3.75391H2.25V9.9713Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-presentation-icons-presentation-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 1C12.5523 1 13 1.44772 13 2L13 3.5C13 4.05228 12.5523 4.5 12 4.5C11.4477 4.5 11 4.05228 11 3.5V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 18.4339V17H13V18.4337L17.5147 21.1425C17.9882 21.4267 18.1418 22.0409 17.8576 22.5145C17.5735 22.9881 16.9592 23.1416 16.4856 22.8575L13 20.7661V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V20.7663L7.51464 22.8575C7.04106 23.1416 6.4268 22.9881 6.14265 22.5145C5.85851 22.0409 6.01208 21.4266 6.48566 21.1425L11 18.4339Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.75 11.6071C1.75 14.7386 1.75 16.3044 2.69805 17.2772C3.6461 18.25 5.17196 18.25 8.22368 18.25H15.7763C18.828 18.25 20.3539 18.25 21.302 17.2772C22.25 16.3044 22.25 14.7386 22.25 11.6071V9.39286C22.25 6.26138 22.25 4.69565 21.302 3.72282C20.3539 2.75 18.828 2.75 15.7763 2.75H8.22368C5.17196 2.75 3.6461 2.75 2.69805 3.72282C1.75 4.69565 1.75 6.26138 1.75 9.39286V11.6071Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 1C12.5523 1 13 1.44772 13 2L13 3.5C13 4.05228 12.5523 4.5 12 4.5C11.4477 4.5 11 4.05228 11 3.5V2C11 1.44772 11.4477 1 12 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 18.4339V17H13V18.4337L17.5147 21.1425C17.9882 21.4267 18.1418 22.0409 17.8576 22.5145C17.5735 22.9881 16.9592 23.1416 16.4856 22.8575L13 20.7661V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V20.7663L7.51464 22.8575C7.04106 23.1416 6.4268 22.9881 6.14265 22.5145C5.85851 22.0409 6.01208 21.4266 6.48566 21.1425L11 18.4339Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.75 11.6071C1.75 14.7386 1.75 16.3044 2.69805 17.2772C3.6461 18.25 5.17196 18.25 8.22368 18.25H15.7763C18.828 18.25 20.3539 18.25 21.302 17.2772C22.25 16.3044 22.25 14.7386 22.25 11.6071V9.39286C22.25 6.26138 22.25 4.69565 21.302 3.72282C20.3539 2.75 18.828 2.75 15.7763 2.75H8.22368C5.17196 2.75 3.6461 2.75 2.69805 3.72282C1.75 4.69565 1.75 6.26138 1.75 9.39286V11.6071Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-presentation-icons-presentation-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 21.5063V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V21.5063C13.3473 21.5156 13.4577 21.5365 13.5541 21.5764C13.6951 21.6348 13.8285 21.7432 14.4643 22.379L14.7927 22.7074C15.1832 23.0979 15.8164 23.0979 16.2069 22.7074C16.5974 22.3169 16.5974 21.6837 16.2069 21.2932L15.8785 20.9647L15.7804 20.8665C15.3012 20.3858 14.8758 19.9591 14.3194 19.7286C13.9088 19.5585 13.473 19.5145 13 19.5035V17H11L11 19.5035C10.5268 19.5145 10.091 19.5585 9.68018 19.7287C9.12373 19.9592 8.69838 20.3859 8.21912 20.8667L8.21912 20.8667L8.12106 20.965L7.79285 21.2932C7.40235 21.6838 7.40239 22.3169 7.79294 22.7074C8.18349 23.0979 8.81665 23.0979 9.20715 22.7073L9.53536 22.3791C10.1711 21.7432 10.3046 21.6348 10.4456 21.5764C10.542 21.5365 10.6525 21.5156 11 21.5063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.75 11.4C1.75 14.5113 1.75 16.0669 2.69805 17.0335C3.6461 18 5.17196 18 8.22368 18H15.7763C18.828 18 20.3539 18 21.302 17.0335C22.25 16.0669 22.25 14.5113 22.25 11.4V8.1C22.25 4.98873 22.25 3.4331 21.302 2.46655C20.3539 1.5 18.828 1.5 15.7763 1.5H8.22368C5.17196 1.5 3.6461 1.5 2.69805 2.46655C1.75 3.4331 1.75 4.98873 1.75 8.1V11.4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 21.5063V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V21.5063C13.3473 21.5156 13.4577 21.5365 13.5541 21.5764C13.6951 21.6348 13.8285 21.7432 14.4643 22.379L14.7927 22.7074C15.1832 23.0979 15.8164 23.0979 16.2069 22.7074C16.5974 22.3169 16.5974 21.6837 16.2069 21.2932L15.8785 20.9647L15.7804 20.8665C15.3012 20.3858 14.8758 19.9591 14.3194 19.7286C13.9088 19.5585 13.473 19.5145 13 19.5035V17H11L11 19.5035C10.5268 19.5145 10.091 19.5585 9.68018 19.7287C9.12373 19.9592 8.69838 20.3859 8.21912 20.8667L8.21912 20.8667L8.12106 20.965L7.79285 21.2932C7.40235 21.6838 7.40239 22.3169 7.79294 22.7074C8.18349 23.0979 8.81665 23.0979 9.20715 22.7073L9.53536 22.3791C10.1711 21.7432 10.3046 21.6348 10.4456 21.5764C10.542 21.5365 10.6525 21.5156 11 21.5063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.75 11.4C1.75 14.5113 1.75 16.0669 2.69805 17.0335C3.6461 18 5.17196 18 8.22368 18H15.7763C18.828 18 20.3539 18 21.302 17.0335C22.25 16.0669 22.25 14.5113 22.25 11.4V8.1C22.25 4.98873 22.25 3.4331 21.302 2.46655C20.3539 1.5 18.828 1.5 15.7763 1.5H8.22368C5.17196 1.5 3.6461 1.5 2.69805 2.46655C1.75 3.4331 1.75 4.98873 1.75 8.1V11.4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-presentation-icons-presentation-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 21.5066V22.0002C11 22.5525 11.4477 23.0002 12 23.0002C12.5523 23.0002 13 22.5525 13 22.0002V21.5066C13.3473 21.5158 13.4577 21.5367 13.5541 21.5766C13.6951 21.6351 13.8285 21.7434 14.4643 22.3792L14.7927 22.7076C15.1832 23.0982 15.8164 23.0982 16.2069 22.7076C16.5974 22.3171 16.5974 21.6839 16.2069 21.2934L15.8785 20.965L15.7804 20.8667C15.3012 20.386 14.8758 19.9594 14.3194 19.7289C13.9088 19.5588 13.473 19.5147 13 19.5037V17.0002H11L11 19.5037C10.5268 19.5147 10.091 19.5588 9.68018 19.7289C9.12373 19.9594 8.69838 20.3861 8.21912 20.8669L8.12106 20.9652L7.79285 21.2935C7.40235 21.684 7.40239 22.3172 7.79294 22.7077C8.18349 23.0982 8.81665 23.0981 9.20715 22.7076L9.53536 22.3793C10.1711 21.7435 10.3046 21.6351 10.4456 21.5767C10.542 21.5367 10.6525 21.5158 11 21.5066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.75 15.9991V7.60012C21.75 4.48885 21.75 2.93322 20.7981 1.96667C19.8462 1.00012 18.3141 1.00012 15.25 1.00012H8.75C5.68587 1.00012 4.15381 1.00012 3.2019 1.96667C2.25 2.93322 2.25 4.48885 2.25 7.60012V15.9991H2C1.44772 15.9991 1 16.4469 1 16.9991C1 17.5514 1.44772 17.9991 2 17.9991H22C22.5523 17.9991 23 17.5514 23 16.9991C23 16.4469 22.5523 15.9991 22 15.9991H21.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 21.5066V22.0002C11 22.5525 11.4477 23.0002 12 23.0002C12.5523 23.0002 13 22.5525 13 22.0002V21.5066C13.3473 21.5158 13.4577 21.5367 13.5541 21.5766C13.6951 21.6351 13.8285 21.7434 14.4643 22.3792L14.7927 22.7076C15.1832 23.0982 15.8164 23.0982 16.2069 22.7076C16.5974 22.3171 16.5974 21.6839 16.2069 21.2934L15.8785 20.965L15.7804 20.8667C15.3012 20.386 14.8758 19.9594 14.3194 19.7289C13.9088 19.5588 13.473 19.5147 13 19.5037V17.0002H11L11 19.5037C10.5268 19.5147 10.091 19.5588 9.68018 19.7289C9.12373 19.9594 8.69838 20.3861 8.21912 20.8669L8.12106 20.9652L7.79285 21.2935C7.40235 21.684 7.40239 22.3172 7.79294 22.7077C8.18349 23.0982 8.81665 23.0981 9.20715 22.7076L9.53536 22.3793C10.1711 21.7435 10.3046 21.6351 10.4456 21.5767C10.542 21.5367 10.6525 21.5158 11 21.5066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.75 15.9991V7.60012C21.75 4.48885 21.75 2.93322 20.7981 1.96667C19.8462 1.00012 18.3141 1.00012 15.25 1.00012H8.75C5.68587 1.00012 4.15381 1.00012 3.2019 1.96667C2.25 2.93322 2.25 4.48885 2.25 7.60012V15.9991H2C1.44772 15.9991 1 16.4469 1 16.9991C1 17.5514 1.44772 17.9991 2 17.9991H22C22.5523 17.9991 23 17.5514 23 16.9991C23 16.4469 22.5523 15.9991 22 15.9991H21.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-presentation-icons-presentation-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 2C13 1.44772 12.5523 1 12 1C11.4477 1 11 1.44772 11 2L11 3.5C11 4.05228 11.4477 4.5 12 4.5C12.5523 4.5 13 4.05228 13 3.5L13 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 22V21.5063C10.6525 21.5156 10.542 21.5365 10.4456 21.5764C10.3046 21.6348 10.1711 21.7432 9.53536 22.3791L9.20715 22.7073C8.81665 23.0979 8.18349 23.0979 7.79294 22.7074C7.40239 22.3169 7.40235 21.6838 7.79285 21.2932L8.12106 20.965L8.21912 20.8667C8.69838 20.3859 9.12373 19.9592 9.68018 19.7287C10.091 19.5585 10.5268 19.5145 11 19.5035L11 17H13V19.5035C13.473 19.5145 13.9088 19.5585 14.3194 19.7286C14.8758 19.9591 15.3012 20.3858 15.7804 20.8665L15.8785 20.9647L16.2069 21.2932C16.5974 21.6837 16.5974 22.3169 16.2069 22.7074C15.8164 23.0979 15.1832 23.0979 14.7927 22.7074L14.4643 22.379C13.8285 21.7432 13.6951 21.6348 13.5541 21.5764C13.4577 21.5365 13.3473 21.5156 13 21.5063V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.75 11.6071C1.75 14.7386 1.75 16.3044 2.69805 17.2772C3.6461 18.25 5.17196 18.25 8.22368 18.25H15.7763C18.828 18.25 20.3539 18.25 21.302 17.2772C22.25 16.3044 22.25 14.7386 22.25 11.6071V9.39286C22.25 6.26138 22.25 4.69565 21.302 3.72282C20.3539 2.75 18.828 2.75 15.7763 2.75H8.22368C5.17196 2.75 3.6461 2.75 2.69805 3.72282C1.75 4.69565 1.75 6.26138 1.75 9.39286V11.6071Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 2C13 1.44772 12.5523 1 12 1C11.4477 1 11 1.44772 11 2L11 3.5C11 4.05228 11.4477 4.5 12 4.5C12.5523 4.5 13 4.05228 13 3.5L13 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 22V21.5063C10.6525 21.5156 10.542 21.5365 10.4456 21.5764C10.3046 21.6348 10.1711 21.7432 9.53536 22.3791L9.20715 22.7073C8.81665 23.0979 8.18349 23.0979 7.79294 22.7074C7.40239 22.3169 7.40235 21.6838 7.79285 21.2932L8.12106 20.965L8.21912 20.8667C8.69838 20.3859 9.12373 19.9592 9.68018 19.7287C10.091 19.5585 10.5268 19.5145 11 19.5035L11 17H13V19.5035C13.473 19.5145 13.9088 19.5585 14.3194 19.7286C14.8758 19.9591 15.3012 20.3858 15.7804 20.8665L15.8785 20.9647L16.2069 21.2932C16.5974 21.6837 16.5974 22.3169 16.2069 22.7074C15.8164 23.0979 15.1832 23.0979 14.7927 22.7074L14.4643 22.379C13.8285 21.7432 13.6951 21.6348 13.5541 21.5764C13.4577 21.5365 13.3473 21.5156 13 21.5063V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.75 11.6071C1.75 14.7386 1.75 16.3044 2.69805 17.2772C3.6461 18.25 5.17196 18.25 8.22368 18.25H15.7763C18.828 18.25 20.3539 18.25 21.302 17.2772C22.25 16.3044 22.25 14.7386 22.25 11.6071V9.39286C22.25 6.26138 22.25 4.69565 21.302 3.72282C20.3539 2.75 18.828 2.75 15.7763 2.75H8.22368C5.17196 2.75 3.6461 2.75 2.69805 3.72282C1.75 4.69565 1.75 6.26138 1.75 9.39286V11.6071Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-presentation-icons-presentation-bar-chart-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 17C12.5523 17 13 17.4477 13 18V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V18.0115C10.9965 18.3008 10.8682 18.5861 10.6247 18.7809L5.62473 22.7809C5.19347 23.1259 4.56418 23.056 4.21917 22.6247C3.87416 22.1935 3.94408 21.5642 4.37534 21.2192L9.37534 17.2192C9.8066 16.8742 10.4359 16.9441 10.7809 17.3753C10.9265 17.5574 10.9982 17.7747 11 17.9911C11.0048 17.4429 11.4507 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.6247 17.2192C14.1935 16.8742 13.5642 16.9441 13.2192 17.3753C12.8742 17.8066 12.9441 18.4359 13.3753 18.7809L18.3753 22.7809C18.8066 23.1259 19.4359 23.056 19.7809 22.6247C20.1259 22.1935 20.056 21.5642 19.6247 21.2192L14.6247 17.2192Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 12.1875C1.75 15.2811 1.75 16.8279 2.69805 17.7889C3.6461 18.75 5.17196 18.75 8.22368 18.75H15.7763C18.828 18.75 20.3539 18.75 21.302 17.7889C22.25 16.8279 22.25 15.2811 22.25 12.1875V7.8125C22.25 4.71891 22.25 3.17211 21.302 2.21106C20.3539 1.25 18.828 1.25 15.7763 1.25H8.22368C5.17196 1.25 3.6461 1.25 2.69805 2.21106C1.75 3.17211 1.75 4.71891 1.75 7.8125V12.1875ZM13 7C13 6.44772 12.5523 6 12 6C11.4477 6 11 6.44772 11 7V13C11 13.5523 11.4477 14 12 14C12.5523 14 13 13.5523 13 13V7ZM9 10C9 9.44772 8.55228 9 8 9C7.44772 9 7 9.44772 7 10V13C7 13.5523 7.44772 14 8 14C8.55228 14 9 13.5523 9 13V10ZM16 10C16.5523 10 17 10.4477 17 11V13C17 13.5523 16.5523 14 16 14C15.4477 14 15 13.5523 15 13V11C15 10.4477 15.4477 10 16 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 17C12.5523 17 13 17.4477 13 18V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V18.0115C10.9965 18.3008 10.8682 18.5861 10.6247 18.7809L5.62473 22.7809C5.19347 23.1259 4.56418 23.056 4.21917 22.6247C3.87416 22.1935 3.94408 21.5642 4.37534 21.2192L9.37534 17.2192C9.8066 16.8742 10.4359 16.9441 10.7809 17.3753C10.9265 17.5574 10.9982 17.7747 11 17.9911C11.0048 17.4429 11.4507 17 12 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.6247 17.2192C14.1935 16.8742 13.5642 16.9441 13.2192 17.3753C12.8742 17.8066 12.9441 18.4359 13.3753 18.7809L18.3753 22.7809C18.8066 23.1259 19.4359 23.056 19.7809 22.6247C20.1259 22.1935 20.056 21.5642 19.6247 21.2192L14.6247 17.2192Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 12.1875C1.75 15.2811 1.75 16.8279 2.69805 17.7889C3.6461 18.75 5.17196 18.75 8.22368 18.75H15.7763C18.828 18.75 20.3539 18.75 21.302 17.7889C22.25 16.8279 22.25 15.2811 22.25 12.1875V7.8125C22.25 4.71891 22.25 3.17211 21.302 2.21106C20.3539 1.25 18.828 1.25 15.7763 1.25H8.22368C5.17196 1.25 3.6461 1.25 2.69805 2.21106C1.75 3.17211 1.75 4.71891 1.75 7.8125V12.1875ZM13 7C13 6.44772 12.5523 6 12 6C11.4477 6 11 6.44772 11 7V13C11 13.5523 11.4477 14 12 14C12.5523 14 13 13.5523 13 13V7ZM9 10C9 9.44772 8.55228 9 8 9C7.44772 9 7 9.44772 7 10V13C7 13.5523 7.44772 14 8 14C8.55228 14 9 13.5523 9 13V10ZM16 10C16.5523 10 17 10.4477 17 11V13C17 13.5523 16.5523 14 16 14C15.4477 14 15 13.5523 15 13V11C15 10.4477 15.4477 10 16 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-presentation-icons-presentation-bar-chart-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 18C13 17.4477 12.5523 17 12 17C11.4477 17 11 17.4477 11 18V19.5035C10.5268 19.5145 10.091 19.5585 9.68018 19.7287C9.12373 19.9592 8.69838 20.3859 8.21912 20.8667L8.12106 20.965L7.79285 21.2932C7.40235 21.6838 7.40239 22.3169 7.79294 22.7074C8.18349 23.0979 8.81665 23.0979 9.20715 22.7073L9.53536 22.3791C10.1711 21.7432 10.3046 21.6348 10.4456 21.5764C10.542 21.5365 10.6525 21.5156 11 21.5063V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V21.5063C13.3473 21.5156 13.4577 21.5365 13.5541 21.5764C13.6951 21.6348 13.8285 21.7432 14.4643 22.379L14.7927 22.7074C15.1832 23.0979 15.8164 23.0979 16.2069 22.7074C16.5974 22.3169 16.5974 21.6837 16.2069 21.2932L15.8785 20.9647L15.7804 20.8665C15.3012 20.3858 14.8758 19.9591 14.3194 19.7286C13.9088 19.5585 13.473 19.5145 13 19.5035V18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 10.9375C1.75 14.0311 1.75 16.5779 2.69805 17.5389C3.6461 18.5 5.17196 18.5 8.22368 18.5H15.7763C18.828 18.5 20.3539 18.5 21.302 17.5389C22.25 16.5779 22.25 15.0311 22.25 11.9375V7.5625C22.25 4.46891 22.25 2.92211 21.302 1.96106C20.3539 1 18.828 1 15.7763 1H8.22368C5.17196 1 3.6461 1 2.69805 1.96106C1.75 2.92211 1.75 3.46891 1.75 6.5625V10.9375ZM13 6.56641C13 6.01412 12.5523 5.56641 12 5.56641C11.4477 5.56641 11 6.01412 11 6.56641V12.5664C11 13.1187 11.4477 13.5664 12 13.5664C12.5523 13.5664 13 13.1187 13 12.5664V6.56641ZM9 9.56641C9 9.01412 8.55228 8.56641 8 8.56641C7.44772 8.56641 7 9.01412 7 9.56641V12.5664C7 13.1187 7.44772 13.5664 8 13.5664C8.55228 13.5664 9 13.1187 9 12.5664V9.56641ZM16 9.56641C16.5523 9.56641 17 10.0141 17 10.5664V12.5664C17 13.1187 16.5523 13.5664 16 13.5664C15.4477 13.5664 15 13.1187 15 12.5664V10.5664C15 10.0141 15.4477 9.56641 16 9.56641Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 18C13 17.4477 12.5523 17 12 17C11.4477 17 11 17.4477 11 18V19.5035C10.5268 19.5145 10.091 19.5585 9.68018 19.7287C9.12373 19.9592 8.69838 20.3859 8.21912 20.8667L8.12106 20.965L7.79285 21.2932C7.40235 21.6838 7.40239 22.3169 7.79294 22.7074C8.18349 23.0979 8.81665 23.0979 9.20715 22.7073L9.53536 22.3791C10.1711 21.7432 10.3046 21.6348 10.4456 21.5764C10.542 21.5365 10.6525 21.5156 11 21.5063V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V21.5063C13.3473 21.5156 13.4577 21.5365 13.5541 21.5764C13.6951 21.6348 13.8285 21.7432 14.4643 22.379L14.7927 22.7074C15.1832 23.0979 15.8164 23.0979 16.2069 22.7074C16.5974 22.3169 16.5974 21.6837 16.2069 21.2932L15.8785 20.9647L15.7804 20.8665C15.3012 20.3858 14.8758 19.9591 14.3194 19.7286C13.9088 19.5585 13.473 19.5145 13 19.5035V18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 10.9375C1.75 14.0311 1.75 16.5779 2.69805 17.5389C3.6461 18.5 5.17196 18.5 8.22368 18.5H15.7763C18.828 18.5 20.3539 18.5 21.302 17.5389C22.25 16.5779 22.25 15.0311 22.25 11.9375V7.5625C22.25 4.46891 22.25 2.92211 21.302 1.96106C20.3539 1 18.828 1 15.7763 1H8.22368C5.17196 1 3.6461 1 2.69805 1.96106C1.75 2.92211 1.75 3.46891 1.75 6.5625V10.9375ZM13 6.56641C13 6.01412 12.5523 5.56641 12 5.56641C11.4477 5.56641 11 6.01412 11 6.56641V12.5664C11 13.1187 11.4477 13.5664 12 13.5664C12.5523 13.5664 13 13.1187 13 12.5664V6.56641ZM9 9.56641C9 9.01412 8.55228 8.56641 8 8.56641C7.44772 8.56641 7 9.01412 7 9.56641V12.5664C7 13.1187 7.44772 13.5664 8 13.5664C8.55228 13.5664 9 13.1187 9 12.5664V9.56641ZM16 9.56641C16.5523 9.56641 17 10.0141 17 10.5664V12.5664C17 13.1187 16.5523 13.5664 16 13.5664C15.4477 13.5664 15 13.1187 15 12.5664V10.5664C15 10.0141 15.4477 9.56641 16 9.56641Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-presentation-icons-presentation-line-chart-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 20.7651V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V20.7672L16.4837 22.8575C16.9573 23.1416 17.5715 22.9881 17.8557 22.5145C18.1398 22.0409 17.9863 21.4267 17.5127 21.1425L13 18.4349V17H11V18.4328L6.48371 21.1425C6.01013 21.4266 5.85656 22.0409 6.1407 22.5145C6.42485 22.9881 7.03911 23.1416 7.51269 22.8575L11 20.7651Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 7.6C1.75 4.48873 1.75 2.9331 2.69805 1.96655C3.6461 1 5.17196 1 8.22368 1H15.7763C18.828 1 20.3539 1 21.302 1.96655C22.25 2.9331 22.25 4.48873 22.25 7.6V10.9C22.25 14.0113 22.25 15.5669 21.302 16.5335C20.3539 17.5 18.828 17.5 15.7763 17.5H8.22368C5.17196 17.5 3.6461 17.5 2.69805 16.5335C1.75 15.5669 1.75 14.0113 1.75 10.9V7.6ZM10.2804 9.00138C10.0386 8.98707 9.74287 9.08683 9.49213 9.41604L8.79558 10.3306C8.46094 10.7699 7.83349 10.8548 7.39413 10.5202C6.95478 10.1855 6.86989 9.55806 7.20453 9.11871L7.90108 8.2042C8.529 7.3798 9.44957 6.94872 10.3985 7.00487C11.3447 7.06085 12.2102 7.59401 12.7556 8.4727C12.9794 8.83331 13.2689 8.97529 13.508 8.9969C13.7432 9.01816 14.0268 8.93283 14.2769 8.63724L15.2367 7.50313C15.5935 7.08155 16.2245 7.02902 16.6461 7.3858C17.0676 7.74258 17.1202 8.37356 16.7634 8.79514L15.8036 9.92925C15.1563 10.6941 14.2479 11.0719 13.328 10.9888C12.4119 10.906 11.583 10.3761 11.0562 9.52733C10.8248 9.15446 10.5251 9.01586 10.2804 9.00138Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 20.7651V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V20.7672L16.4837 22.8575C16.9573 23.1416 17.5715 22.9881 17.8557 22.5145C18.1398 22.0409 17.9863 21.4267 17.5127 21.1425L13 18.4349V17H11V18.4328L6.48371 21.1425C6.01013 21.4266 5.85656 22.0409 6.1407 22.5145C6.42485 22.9881 7.03911 23.1416 7.51269 22.8575L11 20.7651Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 7.6C1.75 4.48873 1.75 2.9331 2.69805 1.96655C3.6461 1 5.17196 1 8.22368 1H15.7763C18.828 1 20.3539 1 21.302 1.96655C22.25 2.9331 22.25 4.48873 22.25 7.6V10.9C22.25 14.0113 22.25 15.5669 21.302 16.5335C20.3539 17.5 18.828 17.5 15.7763 17.5H8.22368C5.17196 17.5 3.6461 17.5 2.69805 16.5335C1.75 15.5669 1.75 14.0113 1.75 10.9V7.6ZM10.2804 9.00138C10.0386 8.98707 9.74287 9.08683 9.49213 9.41604L8.79558 10.3306C8.46094 10.7699 7.83349 10.8548 7.39413 10.5202C6.95478 10.1855 6.86989 9.55806 7.20453 9.11871L7.90108 8.2042C8.529 7.3798 9.44957 6.94872 10.3985 7.00487C11.3447 7.06085 12.2102 7.59401 12.7556 8.4727C12.9794 8.83331 13.2689 8.97529 13.508 8.9969C13.7432 9.01816 14.0268 8.93283 14.2769 8.63724L15.2367 7.50313C15.5935 7.08155 16.2245 7.02902 16.6461 7.3858C17.0676 7.74258 17.1202 8.37356 16.7634 8.79514L15.8036 9.92925C15.1563 10.6941 14.2479 11.0719 13.328 10.9888C12.4119 10.906 11.583 10.3761 11.0562 9.52733C10.8248 9.15446 10.5251 9.01586 10.2804 9.00138Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-presentation-icons-presentation-line-chart-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 21.5063V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V21.5063C13.3473 21.5156 13.4577 21.5365 13.5541 21.5764C13.6951 21.6348 13.8285 21.7432 14.4643 22.379L14.7927 22.7074C15.1832 23.0979 15.8164 23.0979 16.2069 22.7074C16.5974 22.3169 16.5974 21.6837 16.2069 21.2932L15.8785 20.9647L15.7804 20.8665C15.3012 20.3858 14.8758 19.9591 14.3194 19.7286C13.9088 19.5585 13.473 19.5145 13 19.5035V17H11L11 19.5035C10.5268 19.5145 10.091 19.5585 9.68018 19.7287C9.12373 19.9592 8.69838 20.3859 8.21912 20.8667L8.12106 20.965L7.79285 21.2932C7.40235 21.6838 7.40239 22.3169 7.79294 22.7074C8.18349 23.0979 8.81665 23.0979 9.20715 22.7073L9.53536 22.3791C10.1711 21.7432 10.3046 21.6348 10.4456 21.5764C10.542 21.5365 10.6525 21.5156 11 21.5063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 7.6C1.75 4.48873 1.75 2.9331 2.69805 1.96655C3.6461 1 5.17196 1 8.22368 1H15.7763C18.828 1 20.3539 1 21.302 1.96655C22.25 2.9331 22.25 4.48873 22.25 7.6V10.9C22.25 14.0113 22.25 15.5669 21.302 16.5335C20.3539 17.5 18.828 17.5 15.7763 17.5H8.22368C5.17196 17.5 3.6461 17.5 2.69805 16.5335C1.75 15.5669 1.75 14.0113 1.75 10.9V7.6ZM10.2804 9.00138C10.0386 8.98707 9.74287 9.08683 9.49213 9.41604L8.79558 10.3306C8.46094 10.7699 7.83349 10.8548 7.39413 10.5202C6.95478 10.1855 6.86989 9.55806 7.20453 9.11871L7.90108 8.2042C8.529 7.3798 9.44957 6.94872 10.3985 7.00487C11.3447 7.06085 12.2102 7.59401 12.7556 8.4727C12.9794 8.83331 13.2689 8.97529 13.508 8.9969C13.7432 9.01816 14.0268 8.93283 14.2769 8.63724L15.2367 7.50313C15.5935 7.08155 16.2245 7.02902 16.6461 7.3858C17.0676 7.74258 17.1202 8.37356 16.7634 8.79514L15.8036 9.92925C15.1563 10.6941 14.2479 11.0719 13.328 10.9888C12.4119 10.906 11.583 10.3761 11.0562 9.52733C10.8248 9.15446 10.5251 9.01586 10.2804 9.00138Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 21.5063V22C11 22.5523 11.4477 23 12 23C12.5523 23 13 22.5523 13 22V21.5063C13.3473 21.5156 13.4577 21.5365 13.5541 21.5764C13.6951 21.6348 13.8285 21.7432 14.4643 22.379L14.7927 22.7074C15.1832 23.0979 15.8164 23.0979 16.2069 22.7074C16.5974 22.3169 16.5974 21.6837 16.2069 21.2932L15.8785 20.9647L15.7804 20.8665C15.3012 20.3858 14.8758 19.9591 14.3194 19.7286C13.9088 19.5585 13.473 19.5145 13 19.5035V17H11L11 19.5035C10.5268 19.5145 10.091 19.5585 9.68018 19.7287C9.12373 19.9592 8.69838 20.3859 8.21912 20.8667L8.12106 20.965L7.79285 21.2932C7.40235 21.6838 7.40239 22.3169 7.79294 22.7074C8.18349 23.0979 8.81665 23.0979 9.20715 22.7073L9.53536 22.3791C10.1711 21.7432 10.3046 21.6348 10.4456 21.5764C10.542 21.5365 10.6525 21.5156 11 21.5063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.75 7.6C1.75 4.48873 1.75 2.9331 2.69805 1.96655C3.6461 1 5.17196 1 8.22368 1H15.7763C18.828 1 20.3539 1 21.302 1.96655C22.25 2.9331 22.25 4.48873 22.25 7.6V10.9C22.25 14.0113 22.25 15.5669 21.302 16.5335C20.3539 17.5 18.828 17.5 15.7763 17.5H8.22368C5.17196 17.5 3.6461 17.5 2.69805 16.5335C1.75 15.5669 1.75 14.0113 1.75 10.9V7.6ZM10.2804 9.00138C10.0386 8.98707 9.74287 9.08683 9.49213 9.41604L8.79558 10.3306C8.46094 10.7699 7.83349 10.8548 7.39413 10.5202C6.95478 10.1855 6.86989 9.55806 7.20453 9.11871L7.90108 8.2042C8.529 7.3798 9.44957 6.94872 10.3985 7.00487C11.3447 7.06085 12.2102 7.59401 12.7556 8.4727C12.9794 8.83331 13.2689 8.97529 13.508 8.9969C13.7432 9.01816 14.0268 8.93283 14.2769 8.63724L15.2367 7.50313C15.5935 7.08155 16.2245 7.02902 16.6461 7.3858C17.0676 7.74258 17.1202 8.37356 16.7634 8.79514L15.8036 9.92925C15.1563 10.6941 14.2479 11.0719 13.328 10.9888C12.4119 10.906 11.583 10.3761 11.0562 9.52733C10.8248 9.15446 10.5251 9.01586 10.2804 9.00138Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-presentation-icons-presentation-online{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.27539 21C3.27539 20.4477 3.72311 20 4.27539 20H22.2754C22.8277 20 23.2754 20.4477 23.2754 21C23.2754 21.5523 22.8277 22 22.2754 22H4.27539C3.72311 22 3.27539 21.5523 3.27539 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.93841 12.25H16.6124H16.6124C17.3649 12.25 17.9846 12.25 18.479 12.2986C18.9892 12.3487 19.4636 12.4575 19.8764 12.743C20.3202 13.05 20.6645 13.48 20.8655 13.9805C21.0529 14.4471 21.0513 14.9332 20.9839 15.4388C20.9186 15.9281 20.777 16.5271 20.6055 17.2527L20.6055 17.2527L20.5892 17.3214C20.4189 18.0421 20.2805 18.6275 20.1275 19.0976C19.9687 19.5851 19.7781 20.003 19.4755 20.3711C19.1289 20.7929 18.6943 21.1343 18.2021 21.3721C17.773 21.5794 17.321 21.6678 16.8074 21.7096C16.3116 21.75 15.7058 21.75 14.9588 21.75H11.592C10.845 21.75 10.2392 21.75 9.74339 21.7096C9.22979 21.6678 8.7778 21.5794 8.34873 21.3721C7.85653 21.1343 7.4219 20.7929 7.07531 20.3711C6.77275 20.003 6.5821 19.5851 6.42338 19.0976C6.27035 18.6275 6.13197 18.0421 5.96163 17.3215L5.94536 17.2527C5.77381 16.527 5.63222 15.9281 5.56698 15.4388C5.49957 14.9332 5.49794 14.4471 5.68536 13.9805C5.88638 13.48 6.23061 13.05 6.67444 12.743C7.0872 12.4575 7.56163 12.3487 8.0718 12.2986C8.56627 12.25 9.18597 12.25 9.93839 12.25H9.93841ZM12.2754 15.25C11.8612 15.25 11.5254 15.5858 11.5254 16C11.5254 16.4142 11.8612 16.75 12.2754 16.75H14.2754C14.6896 16.75 15.0254 16.4142 15.0254 16C15.0254 15.5858 14.6896 15.25 14.2754 15.25H12.2754Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6574 11.4248C15.0899 9.14427 11.4433 9.23709 9.88746 11.4335C9.64803 11.7715 9.17993 11.8514 8.84193 11.612C8.50392 11.3726 8.42401 10.9045 8.66344 10.5665C10.7845 7.5722 15.6985 7.38166 17.8935 10.5752C18.1282 10.9165 18.0416 11.3835 17.7003 11.6181C17.3589 11.8527 16.892 11.7662 16.6574 11.4248Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2755 3.75C12.5851 3.75 12.0255 4.30964 12.0255 5C12.0255 5.69036 12.5851 6.25 13.2755 6.25C13.9658 6.25 14.5255 5.69036 14.5255 5C14.5255 4.30964 13.9658 3.75 13.2755 3.75ZM10.5255 5C10.5255 3.48122 11.7567 2.25 13.2755 2.25C14.7942 2.25 16.0255 3.48122 16.0255 5C16.0255 6.51878 14.7942 7.75 13.2755 7.75C11.7567 7.75 10.5255 6.51878 10.5255 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.27539 21C3.27539 20.4477 3.72311 20 4.27539 20H22.2754C22.8277 20 23.2754 20.4477 23.2754 21C23.2754 21.5523 22.8277 22 22.2754 22H4.27539C3.72311 22 3.27539 21.5523 3.27539 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.93841 12.25H16.6124H16.6124C17.3649 12.25 17.9846 12.25 18.479 12.2986C18.9892 12.3487 19.4636 12.4575 19.8764 12.743C20.3202 13.05 20.6645 13.48 20.8655 13.9805C21.0529 14.4471 21.0513 14.9332 20.9839 15.4388C20.9186 15.9281 20.777 16.5271 20.6055 17.2527L20.6055 17.2527L20.5892 17.3214C20.4189 18.0421 20.2805 18.6275 20.1275 19.0976C19.9687 19.5851 19.7781 20.003 19.4755 20.3711C19.1289 20.7929 18.6943 21.1343 18.2021 21.3721C17.773 21.5794 17.321 21.6678 16.8074 21.7096C16.3116 21.75 15.7058 21.75 14.9588 21.75H11.592C10.845 21.75 10.2392 21.75 9.74339 21.7096C9.22979 21.6678 8.7778 21.5794 8.34873 21.3721C7.85653 21.1343 7.4219 20.7929 7.07531 20.3711C6.77275 20.003 6.5821 19.5851 6.42338 19.0976C6.27035 18.6275 6.13197 18.0421 5.96163 17.3215L5.94536 17.2527C5.77381 16.527 5.63222 15.9281 5.56698 15.4388C5.49957 14.9332 5.49794 14.4471 5.68536 13.9805C5.88638 13.48 6.23061 13.05 6.67444 12.743C7.0872 12.4575 7.56163 12.3487 8.0718 12.2986C8.56627 12.25 9.18597 12.25 9.93839 12.25H9.93841ZM12.2754 15.25C11.8612 15.25 11.5254 15.5858 11.5254 16C11.5254 16.4142 11.8612 16.75 12.2754 16.75H14.2754C14.6896 16.75 15.0254 16.4142 15.0254 16C15.0254 15.5858 14.6896 15.25 14.2754 15.25H12.2754Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6574 11.4248C15.0899 9.14427 11.4433 9.23709 9.88746 11.4335C9.64803 11.7715 9.17993 11.8514 8.84193 11.612C8.50392 11.3726 8.42401 10.9045 8.66344 10.5665C10.7845 7.5722 15.6985 7.38166 17.8935 10.5752C18.1282 10.9165 18.0416 11.3835 17.7003 11.6181C17.3589 11.8527 16.892 11.7662 16.6574 11.4248Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2755 3.75C12.5851 3.75 12.0255 4.30964 12.0255 5C12.0255 5.69036 12.5851 6.25 13.2755 6.25C13.9658 6.25 14.5255 5.69036 14.5255 5C14.5255 4.30964 13.9658 3.75 13.2755 3.75ZM10.5255 5C10.5255 3.48122 11.7567 2.25 13.2755 2.25C14.7942 2.25 16.0255 3.48122 16.0255 5C16.0255 6.51878 14.7942 7.75 13.2755 7.75C11.7567 7.75 10.5255 6.51878 10.5255 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-presentation-icons-presentation-podium{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.72485 1C8.09056 1 6.666 2.11226 6.26963 3.69775L5.77935 5.65888C5.66769 5.69582 5.56049 5.74212 5.45742 5.80043C4.87761 6.12846 4.45921 6.68889 4.28918 7.34265C4.20268 7.67526 4.21215 8.02232 4.26448 8.41269C4.31582 8.79568 4.41582 9.26677 4.54117 9.85725L4.56981 9.99222C4.84798 11.3036 5.01617 12.0965 5.40791 12.716C5.83885 13.3974 6.46045 13.9267 7.19206 14.2268C7.85118 14.4971 8.62064 14.5002 9.85169 14.5L10.2892 17.6415C10.3128 17.8111 10.3261 17.9091 10.3303 17.981C9.72172 17.981 9.08864 17.9929 8.6653 18.4844C8.4953 18.6818 8.39611 18.9385 8.28268 19.232C8.22897 19.371 8.16982 19.508 8.11067 19.6449C7.99023 19.9237 7.86983 20.2023 7.79559 20.4981C7.67509 20.9782 7.65837 21.5912 8.15166 22.0896C8.39672 22.3372 8.7092 22.4249 9.01744 22.4634C9.31122 22.5 9.6827 22.5 10.1162 22.5H15.3321C15.7655 22.5 16.137 22.5 16.4308 22.4634C16.739 22.4249 17.0515 22.3372 17.2966 22.0896C17.7899 21.5912 17.7732 20.9782 17.6527 20.4981C17.5784 20.2023 17.458 19.9237 17.3376 19.6449C17.2784 19.508 17.2193 19.371 17.1656 19.232C17.0521 18.9385 16.9529 18.6818 16.7829 18.4844C16.3596 17.9929 15.7265 17.981 15.1179 17.981C15.1221 17.9091 15.1354 17.8111 15.159 17.6415L15.5966 14.5C16.8282 14.5003 17.5979 14.4972 18.2572 14.2268C18.9888 13.9267 19.6104 13.3974 20.0413 12.716C20.4331 12.0965 20.6012 11.3036 20.8794 9.99222L20.9081 9.85725L20.9081 9.85694L20.9082 9.8567L20.9082 9.85661C21.0335 9.26645 21.1334 8.79553 21.1848 8.41269C21.2371 8.02232 21.2466 7.67526 21.16 7.34266C20.99 6.68889 20.5716 6.12846 19.9918 5.80043C19.8888 5.74216 19.7817 5.69589 19.6701 5.65896L19.1798 3.69775C18.7835 2.11226 17.3589 1 15.7246 1C15.1723 1 14.7246 1.44772 14.7246 2C14.7246 2.55228 15.1723 3 15.7246 3C16.4412 3 17.0658 3.48767 17.2395 4.18282L17.5688 5.5H7.88062L8.20992 4.18282C8.38371 3.48767 9.0083 3 9.72485 3C10.2771 3 10.7248 2.55228 10.7248 2C10.7248 1.44772 10.2771 1 9.72485 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.72485 1C8.09056 1 6.666 2.11226 6.26963 3.69775L5.77935 5.65888C5.66769 5.69582 5.56049 5.74212 5.45742 5.80043C4.87761 6.12846 4.45921 6.68889 4.28918 7.34265C4.20268 7.67526 4.21215 8.02232 4.26448 8.41269C4.31582 8.79568 4.41582 9.26677 4.54117 9.85725L4.56981 9.99222C4.84798 11.3036 5.01617 12.0965 5.40791 12.716C5.83885 13.3974 6.46045 13.9267 7.19206 14.2268C7.85118 14.4971 8.62064 14.5002 9.85169 14.5L10.2892 17.6415C10.3128 17.8111 10.3261 17.9091 10.3303 17.981C9.72172 17.981 9.08864 17.9929 8.6653 18.4844C8.4953 18.6818 8.39611 18.9385 8.28268 19.232C8.22897 19.371 8.16982 19.508 8.11067 19.6449C7.99023 19.9237 7.86983 20.2023 7.79559 20.4981C7.67509 20.9782 7.65837 21.5912 8.15166 22.0896C8.39672 22.3372 8.7092 22.4249 9.01744 22.4634C9.31122 22.5 9.6827 22.5 10.1162 22.5H15.3321C15.7655 22.5 16.137 22.5 16.4308 22.4634C16.739 22.4249 17.0515 22.3372 17.2966 22.0896C17.7899 21.5912 17.7732 20.9782 17.6527 20.4981C17.5784 20.2023 17.458 19.9237 17.3376 19.6449C17.2784 19.508 17.2193 19.371 17.1656 19.232C17.0521 18.9385 16.9529 18.6818 16.7829 18.4844C16.3596 17.9929 15.7265 17.981 15.1179 17.981C15.1221 17.9091 15.1354 17.8111 15.159 17.6415L15.5966 14.5C16.8282 14.5003 17.5979 14.4972 18.2572 14.2268C18.9888 13.9267 19.6104 13.3974 20.0413 12.716C20.4331 12.0965 20.6012 11.3036 20.8794 9.99222L20.9081 9.85725L20.9081 9.85694L20.9082 9.8567L20.9082 9.85661C21.0335 9.26645 21.1334 8.79553 21.1848 8.41269C21.2371 8.02232 21.2466 7.67526 21.16 7.34266C20.99 6.68889 20.5716 6.12846 19.9918 5.80043C19.8888 5.74216 19.7817 5.69589 19.6701 5.65896L19.1798 3.69775C18.7835 2.11226 17.3589 1 15.7246 1C15.1723 1 14.7246 1.44772 14.7246 2C14.7246 2.55228 15.1723 3 15.7246 3C16.4412 3 17.0658 3.48767 17.2395 4.18282L17.5688 5.5H7.88062L8.20992 4.18282C8.38371 3.48767 9.0083 3 9.72485 3C10.2771 3 10.7248 2.55228 10.7248 2C10.7248 1.44772 10.2771 1 9.72485 1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-presentation-icons-projector{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1981 9.26553C10.1373 9.25 10.0487 9.25 9.8716 9.25H7.18217H7.18215C6.28075 9.24999 5.54378 9.24997 4.95238 9.31405C3.30868 9.49213 2.21335 10.6148 2.03858 12.2278C1.97451 12.8192 1.97452 13.5562 1.97454 14.4576C1.97454 14.5785 1.97407 14.6996 1.9736 14.8208C1.97108 15.4716 1.96854 16.1257 2.03858 16.7722C2.21667 18.4159 3.33929 19.5112 4.95238 19.686C5.54379 19.75 6.28077 19.75 7.1822 19.75H18.2669C19.1683 19.75 19.9053 19.75 20.4967 19.686C22.1404 19.5079 23.2357 18.3852 23.4105 16.7722C23.4805 16.1257 23.478 15.4716 23.4755 14.8208C23.475 14.6996 23.4745 14.5785 23.4745 14.4576C23.4745 14.3356 23.4753 14.2119 23.4761 14.0872C23.4854 12.5578 23.4957 10.8594 22.1348 9.8707L22.1205 9.86032C22.0142 9.78418 21.8745 9.86935 21.8745 10.0001C21.8745 13.1205 19.3449 15.6501 16.2245 15.6501C13.1041 15.6501 10.5745 13.1205 10.5745 10.0001C10.5745 9.7915 10.5745 9.68721 10.559 9.62636C10.5097 9.43343 10.3911 9.31476 10.1981 9.26553ZM5.72449 12C5.1722 12 4.72449 12.4477 4.72449 13C4.72449 13.5523 5.1722 14 5.72449 14H5.73347C6.28575 14 6.73347 13.5523 6.73347 13C6.73347 12.4477 6.28575 12 5.73347 12H5.72449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2246 5.75C13.8774 5.75 11.9746 7.65279 11.9746 10C11.9746 12.3472 13.8774 14.25 16.2246 14.25C18.5718 14.25 20.4746 12.3472 20.4746 10C20.4746 7.65279 18.5718 5.75 16.2246 5.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.67204 18.1058C8.16602 18.3528 8.36625 18.9535 8.11926 19.4474L6.61926 22.4474C6.37227 22.9414 5.77159 23.1416 5.27761 22.8946C4.78364 22.6477 4.58341 22.047 4.8304 21.553L6.3304 18.553C6.57739 18.059 7.17806 17.8588 7.67204 18.1058Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7774 18.1055C17.2834 18.3525 17.0832 18.9532 17.3302 19.4472L18.8302 22.4472C19.0772 22.9412 19.6779 23.1414 20.1718 22.8944C20.6658 22.6474 20.8661 22.0467 20.6191 21.5528L19.1191 18.5528C18.8721 18.0588 18.2714 17.8586 17.7774 18.1055Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.2246 1C16.7769 1 17.2246 1.44772 17.2246 2V4C17.2246 4.55228 16.7769 5 16.2246 5C15.6723 5 15.2246 4.55228 15.2246 4V2C15.2246 1.44772 15.6723 1 16.2246 1ZM11.5175 3.29289C11.908 2.90237 12.5412 2.90237 12.9317 3.29289L13.9317 4.29289C14.3222 4.68342 14.3222 5.31658 13.9317 5.70711C13.5412 6.09763 12.908 6.09763 12.5175 5.70711L11.5175 4.70711C11.127 4.31658 11.127 3.68342 11.5175 3.29289ZM19.5175 3.29289C19.908 2.90237 20.5412 2.90237 20.9317 3.29289C21.3222 3.68342 21.3222 4.31658 20.9317 4.70711L19.9317 5.70711C19.5412 6.09763 18.908 6.09763 18.5175 5.70711C18.127 5.31658 18.127 4.68342 18.5175 4.29289L19.5175 3.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1981 9.26553C10.1373 9.25 10.0487 9.25 9.8716 9.25H7.18217H7.18215C6.28075 9.24999 5.54378 9.24997 4.95238 9.31405C3.30868 9.49213 2.21335 10.6148 2.03858 12.2278C1.97451 12.8192 1.97452 13.5562 1.97454 14.4576C1.97454 14.5785 1.97407 14.6996 1.9736 14.8208C1.97108 15.4716 1.96854 16.1257 2.03858 16.7722C2.21667 18.4159 3.33929 19.5112 4.95238 19.686C5.54379 19.75 6.28077 19.75 7.1822 19.75H18.2669C19.1683 19.75 19.9053 19.75 20.4967 19.686C22.1404 19.5079 23.2357 18.3852 23.4105 16.7722C23.4805 16.1257 23.478 15.4716 23.4755 14.8208C23.475 14.6996 23.4745 14.5785 23.4745 14.4576C23.4745 14.3356 23.4753 14.2119 23.4761 14.0872C23.4854 12.5578 23.4957 10.8594 22.1348 9.8707L22.1205 9.86032C22.0142 9.78418 21.8745 9.86935 21.8745 10.0001C21.8745 13.1205 19.3449 15.6501 16.2245 15.6501C13.1041 15.6501 10.5745 13.1205 10.5745 10.0001C10.5745 9.7915 10.5745 9.68721 10.559 9.62636C10.5097 9.43343 10.3911 9.31476 10.1981 9.26553ZM5.72449 12C5.1722 12 4.72449 12.4477 4.72449 13C4.72449 13.5523 5.1722 14 5.72449 14H5.73347C6.28575 14 6.73347 13.5523 6.73347 13C6.73347 12.4477 6.28575 12 5.73347 12H5.72449Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2246 5.75C13.8774 5.75 11.9746 7.65279 11.9746 10C11.9746 12.3472 13.8774 14.25 16.2246 14.25C18.5718 14.25 20.4746 12.3472 20.4746 10C20.4746 7.65279 18.5718 5.75 16.2246 5.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.67204 18.1058C8.16602 18.3528 8.36625 18.9535 8.11926 19.4474L6.61926 22.4474C6.37227 22.9414 5.77159 23.1416 5.27761 22.8946C4.78364 22.6477 4.58341 22.047 4.8304 21.553L6.3304 18.553C6.57739 18.059 7.17806 17.8588 7.67204 18.1058Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.7774 18.1055C17.2834 18.3525 17.0832 18.9532 17.3302 19.4472L18.8302 22.4472C19.0772 22.9412 19.6779 23.1414 20.1718 22.8944C20.6658 22.6474 20.8661 22.0467 20.6191 21.5528L19.1191 18.5528C18.8721 18.0588 18.2714 17.8586 17.7774 18.1055Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.2246 1C16.7769 1 17.2246 1.44772 17.2246 2V4C17.2246 4.55228 16.7769 5 16.2246 5C15.6723 5 15.2246 4.55228 15.2246 4V2C15.2246 1.44772 15.6723 1 16.2246 1ZM11.5175 3.29289C11.908 2.90237 12.5412 2.90237 12.9317 3.29289L13.9317 4.29289C14.3222 4.68342 14.3222 5.31658 13.9317 5.70711C13.5412 6.09763 12.908 6.09763 12.5175 5.70711L11.5175 4.70711C11.127 4.31658 11.127 3.68342 11.5175 3.29289ZM19.5175 3.29289C19.908 2.90237 20.5412 2.90237 20.9317 3.29289C21.3222 3.68342 21.3222 4.31658 20.9317 4.70711L19.9317 5.70711C19.5412 6.09763 18.908 6.09763 18.5175 5.70711C18.127 5.31658 18.127 4.68342 18.5175 4.29289L19.5175 3.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-api{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13.1602 8.25022L13.2004 8.2504H14.5004C15.743 8.2504 16.7504 9.25776 16.7504 10.5004C16.7504 11.743 15.743 12.7504 14.5004 12.7504H13.2504V15.0004C13.2504 15.4146 12.9146 15.7504 12.5004 15.7504C12.0862 15.7504 11.7504 15.4146 11.7504 15.0004V9.7004L11.7502 9.66025C11.7494 9.5261 11.748 9.30993 11.8116 9.11413C11.9352 8.73358 12.2336 8.43523 12.6141 8.31158C12.8099 8.24796 13.0261 8.24936 13.1602 8.25022ZM13.2504 11.2504H14.5004C14.9146 11.2504 15.2504 10.9146 15.2504 10.5004C15.2504 10.0862 14.9146 9.7504 14.5004 9.7504H13.2504V11.2504ZM7.75934 8.25042C8.07196 8.25423 8.34943 8.45157 8.45562 8.74563L10.0745 13.2286L10.6925 14.7119C10.8518 15.0943 10.671 15.5334 10.2887 15.6927C9.90631 15.852 9.46721 15.6712 9.3079 15.2888L8.8752 14.2504H6.54077L6.21172 15.2375C6.08073 15.6305 5.65599 15.8429 5.26303 15.7119C4.87008 15.5809 4.65771 15.1562 4.78869 14.7632L5.28869 13.2632C5.29258 13.2515 5.29675 13.24 5.3012 13.2285L7.0512 8.72853C7.16452 8.43714 7.44671 8.24662 7.75934 8.25042ZM7.09659 12.7504H8.30697L7.72419 11.1365L7.09659 12.7504ZM19.25 9.00037C19.25 8.58615 18.9142 8.25037 18.5 8.25037C18.0858 8.25037 17.75 8.58615 17.75 9.00037V15.0004C17.75 15.4146 18.0858 15.7504 18.5 15.7504C18.9142 15.7504 19.25 15.4146 19.25 15.0004V9.00037Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM13.1602 8.25022L13.2004 8.2504H14.5004C15.743 8.2504 16.7504 9.25776 16.7504 10.5004C16.7504 11.743 15.743 12.7504 14.5004 12.7504H13.2504V15.0004C13.2504 15.4146 12.9146 15.7504 12.5004 15.7504C12.0862 15.7504 11.7504 15.4146 11.7504 15.0004V9.7004L11.7502 9.66025C11.7494 9.5261 11.748 9.30993 11.8116 9.11413C11.9352 8.73358 12.2336 8.43523 12.6141 8.31158C12.8099 8.24796 13.0261 8.24936 13.1602 8.25022ZM13.2504 11.2504H14.5004C14.9146 11.2504 15.2504 10.9146 15.2504 10.5004C15.2504 10.0862 14.9146 9.7504 14.5004 9.7504H13.2504V11.2504ZM7.75934 8.25042C8.07196 8.25423 8.34943 8.45157 8.45562 8.74563L10.0745 13.2286L10.6925 14.7119C10.8518 15.0943 10.671 15.5334 10.2887 15.6927C9.90631 15.852 9.46721 15.6712 9.3079 15.2888L8.8752 14.2504H6.54077L6.21172 15.2375C6.08073 15.6305 5.65599 15.8429 5.26303 15.7119C4.87008 15.5809 4.65771 15.1562 4.78869 14.7632L5.28869 13.2632C5.29258 13.2515 5.29675 13.24 5.3012 13.2285L7.0512 8.72853C7.16452 8.43714 7.44671 8.24662 7.75934 8.25042ZM7.09659 12.7504H8.30697L7.72419 11.1365L7.09659 12.7504ZM19.25 9.00037C19.25 8.58615 18.9142 8.25037 18.5 8.25037C18.0858 8.25037 17.75 8.58615 17.75 9.00037V15.0004C17.75 15.4146 18.0858 15.7504 18.5 15.7504C18.9142 15.7504 19.25 15.4146 19.25 15.0004V9.00037Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-binary-code{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9456 3.00001C15.9637 3.00001 15.9819 3.00001 16 3.00001C16.0182 3.00001 16.0363 3.00001 16.0544 3.00001C16.4785 2.99992 16.8906 2.99984 17.2305 3.04554C17.6137 3.09706 18.051 3.22259 18.4142 3.5858C18.7774 3.94902 18.903 4.38629 18.9545 4.76949C19.0002 5.10941 19.0001 5.52153 19 5.9456C19 5.96372 19 5.98186 19 6.00001V8.00001C19 8.01817 19 8.03631 19 8.05442C19.0001 8.47849 19.0002 8.89062 18.9545 9.23053C18.903 9.61374 18.7774 10.051 18.4142 10.4142C18.051 10.7774 17.6137 10.903 17.2305 10.9545C16.8906 11.0002 16.4785 11.0001 16.0544 11C16.0363 11 16.0182 11 16 11C15.9819 11 15.9637 11 15.9456 11C15.5215 11.0001 15.1094 11.0002 14.7695 10.9545C14.3863 10.903 13.949 10.7774 13.5858 10.4142C13.2226 10.051 13.0971 9.61374 13.0455 9.23053C12.9998 8.89062 12.9999 8.47849 13 8.05442C13 8.03631 13 8.01817 13 8.00001V6.00001C13 5.98186 13 5.96372 13 5.94561C12.9999 5.52154 12.9998 5.10941 13.0455 4.76949C13.0971 4.38629 13.2226 3.94902 13.5858 3.5858C13.949 3.22259 14.3863 3.09706 14.7695 3.04554C15.1094 2.99984 15.5215 2.99992 15.9456 3.00001ZM15.3999 5.00001C15.2114 5.00001 15.1172 5 15.0586 5.05858C15 5.11716 15 5.21139 15 5.39986C15 5.57327 15 5.78553 15 6.00001V8.00001C15 8.21285 15 8.4258 15 8.60016C15 8.78862 15 8.88286 15.0586 8.94144C15.1172 9.00001 15.2114 9.00001 15.3999 9.00001C15.6624 9.00001 15.9637 9.00001 16 9.00001C16.2128 9.00001 16.4258 9.00001 16.6002 9.00001C16.7886 9.00001 16.8829 9.00001 16.9414 8.94144C17 8.88286 17 8.7886 17 8.60009C17 8.33819 17 8.03759 17 8.00001V6.00001C17 5.78553 17 5.57326 17 5.39984C17 5.21139 17 5.11716 16.9414 5.05858C16.8828 5 16.7886 5.00001 16.6002 5.00001C16.4267 5.00001 16.2145 5.00001 16 5.00001C15.7855 5.00001 15.5733 5.00001 15.3999 5.00001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.94561 3.00001C3.96372 3.00001 3.98186 3.00001 4.00001 3.00001C4.01817 3.00001 4.03631 3.00001 4.05442 3.00001C4.47849 2.99992 4.89062 2.99984 5.23053 3.04554C5.61374 3.09706 6.05101 3.22259 6.41423 3.5858C6.77744 3.94902 6.90297 4.38629 6.95449 4.76949C7.00019 5.10941 7.0001 5.52153 7.00002 5.9456C7.00002 5.96372 7.00001 5.98186 7.00001 6.00001V8.00001C7.00001 8.01817 7.00002 8.03631 7.00002 8.05442C7.0001 8.47849 7.00019 8.89062 6.95449 9.23053C6.90297 9.61374 6.77744 10.051 6.41423 10.4142C6.05101 10.7774 5.61374 10.903 5.23053 10.9545C4.89062 11.0002 4.47849 11.0001 4.05442 11C4.03631 11 4.01817 11 4.00001 11C3.98186 11 3.96372 11 3.9456 11C3.52153 11.0001 3.10941 11.0002 2.76949 10.9545C2.38629 10.903 1.94902 10.7774 1.5858 10.4142C1.22259 10.051 1.09706 9.61374 1.04554 9.23053C0.999843 8.89062 0.999924 8.47849 1.00001 8.05442C1.00001 8.03631 1.00001 8.01817 1.00001 8.00001V6.00001C1.00001 5.98186 1.00001 5.96372 1.00001 5.94561C0.999924 5.52154 0.999843 5.10941 1.04554 4.76949C1.09706 4.38629 1.22259 3.94902 1.5858 3.5858C1.94902 3.22259 2.38629 3.09706 2.76949 3.04554C3.10941 2.99984 3.52154 2.99992 3.94561 3.00001ZM3.39987 5.00001C3.21141 5.00001 3.11717 5 3.05859 5.05858C3.00001 5.11716 3.00001 5.21139 3.00001 5.39986C3.00001 5.57327 3.00001 5.78553 3.00001 6.00001V8.00001C3.00001 8.21285 3.00001 8.4258 3.00001 8.60016C3.00001 8.78862 3.00001 8.88286 3.05859 8.94144C3.11717 9.00001 3.21143 9.00001 3.39994 9.00001C3.6624 9.00001 3.96369 9.00001 4.00001 9.00001C4.21285 9.00001 4.4258 9.00001 4.60016 9.00001C4.78862 9.00001 4.88286 9.00001 4.94144 8.94144C5.00001 8.88286 5.00001 8.7886 5.00001 8.60009C5.00001 8.33819 5.00001 8.03759 5.00001 8.00001V6.00001C5.00001 5.78553 5.00001 5.57326 5.00001 5.39984C5.00001 5.21139 5 5.11716 4.94142 5.05858C4.88284 5 4.78861 5.00001 4.60016 5.00001C4.42675 5.00001 4.21449 5.00001 4.00001 5.00001C3.78554 5.00001 3.57328 5.00001 3.39987 5.00001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.44561 13C8.46372 13 8.48186 13 8.50001 13C8.51817 13 8.53631 13 8.55442 13C8.97849 12.9999 9.39062 12.9998 9.73053 13.0455C10.1137 13.0971 10.551 13.2226 10.9142 13.5858C11.2774 13.949 11.403 14.3863 11.4545 14.7695C11.5002 15.1094 11.5001 15.5215 11.5 15.9456C11.5 15.9637 11.5 15.9819 11.5 16V18C11.5 18.0182 11.5 18.0363 11.5 18.0544C11.5001 18.4785 11.5002 18.8906 11.4545 19.2305C11.403 19.6137 11.2774 20.051 10.9142 20.4142C10.551 20.7774 10.1137 20.903 9.73053 20.9545C9.39062 21.0002 8.97849 21.0001 8.55442 21C8.53631 21 8.51817 21 8.50001 21C8.48186 21 8.46372 21 8.4456 21C8.02153 21.0001 7.60941 21.0002 7.26949 20.9545C6.88629 20.903 6.44902 20.7774 6.0858 20.4142C5.72259 20.051 5.59706 19.6137 5.54554 19.2305C5.49984 18.8906 5.49992 18.4785 5.50001 18.0544C5.50001 18.0363 5.50001 18.0182 5.50001 18V16C5.50001 15.9819 5.50001 15.9637 5.50001 15.9456C5.49992 15.5215 5.49984 15.1094 5.54554 14.7695C5.59706 14.3863 5.72259 13.949 6.0858 13.5858C6.44902 13.2226 6.88629 13.0971 7.26949 13.0455C7.60941 12.9998 8.02154 12.9999 8.44561 13ZM7.89987 15C7.71141 15 7.61717 15 7.55859 15.0586C7.50001 15.1172 7.50001 15.2114 7.50001 15.3999C7.50001 15.5733 7.50001 15.7855 7.50001 16V18C7.50001 18.2128 7.50001 18.4258 7.50001 18.6002C7.50001 18.7886 7.50001 18.8829 7.55859 18.9414C7.61717 19 7.71143 19 7.89994 19C8.1624 19 8.46369 19 8.50001 19C8.71285 19 8.9258 19 9.10016 19C9.28862 19 9.38286 19 9.44144 18.9414C9.50001 18.8829 9.50001 18.7886 9.50001 18.6001C9.50001 18.3382 9.50001 18.0376 9.50001 18V16C9.50001 15.7855 9.50001 15.5733 9.50001 15.3998C9.50001 15.2114 9.5 15.1172 9.44142 15.0586C9.38284 15 9.28861 15 9.10016 15C8.92675 15 8.71449 15 8.50001 15C8.28554 15 8.07328 15 7.89987 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4456 13C15.4637 13 15.4819 13 15.5 13C15.5182 13 15.5363 13 15.5544 13C15.9785 12.9999 16.3906 12.9998 16.7305 13.0455C17.1137 13.0971 17.551 13.2226 17.9142 13.5858C18.2774 13.949 18.403 14.3863 18.4545 14.7695C18.5002 15.1094 18.5001 15.5215 18.5 15.9456C18.5 15.9637 18.5 15.9819 18.5 16V18C18.5 18.0182 18.5 18.0363 18.5 18.0544C18.5001 18.4785 18.5002 18.8906 18.4545 19.2305C18.403 19.6137 18.2774 20.051 17.9142 20.4142C17.551 20.7774 17.1137 20.903 16.7305 20.9545C16.3906 21.0002 15.9785 21.0001 15.5544 21C15.5363 21 15.5182 21 15.5 21C15.4819 21 15.4637 21 15.4456 21C15.0215 21.0001 14.6094 21.0002 14.2695 20.9545C13.8863 20.903 13.449 20.7774 13.0858 20.4142C12.7226 20.051 12.5971 19.6137 12.5455 19.2305C12.4998 18.8906 12.4999 18.4785 12.5 18.0544C12.5 18.0363 12.5 18.0182 12.5 18V16C12.5 15.9819 12.5 15.9637 12.5 15.9456C12.4999 15.5215 12.4998 15.1094 12.5455 14.7695C12.5971 14.3863 12.7226 13.949 13.0858 13.5858C13.449 13.2226 13.8863 13.0971 14.2695 13.0455C14.6094 12.9998 15.0215 12.9999 15.4456 13ZM14.8999 15C14.7114 15 14.6172 15 14.5586 15.0586C14.5 15.1172 14.5 15.2114 14.5 15.3999C14.5 15.5733 14.5 15.7855 14.5 16V18C14.5 18.2128 14.5 18.4258 14.5 18.6002C14.5 18.7886 14.5 18.8829 14.5586 18.9414C14.6172 19 14.7114 19 14.8999 19C15.1624 19 15.4637 19 15.5 19C15.7128 19 15.9258 19 16.1002 19C16.2886 19 16.3829 19 16.4414 18.9414C16.5 18.8829 16.5 18.7886 16.5 18.6001C16.5 18.3382 16.5 18.0376 16.5 18V16C16.5 15.7855 16.5 15.5733 16.5 15.3998C16.5 15.2114 16.5 15.1172 16.4414 15.0586C16.3828 15 16.2886 15 16.1002 15C15.9267 15 15.7145 15 15.5 15C15.2855 15 15.0733 15 14.8999 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.972 3.11833C11.2971 3.29235 11.5001 3.63121 11.5001 4V10C11.5001 10.5523 11.0524 11 10.5001 11C9.94782 11 9.50011 10.5523 9.50011 10V5.86607C9.04713 6.12816 8.46241 5.99623 8.16806 5.5547C7.8617 5.09517 7.98588 4.4743 8.44541 4.16795L9.94541 3.16795C10.2523 2.96338 10.6468 2.94431 10.972 3.11833Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.97196 13.1183C4.29712 13.2923 4.50011 13.6312 4.50011 14V20C4.50011 20.5523 4.05239 21 3.50011 21C2.94782 21 2.50011 20.5523 2.50011 20V15.8661C2.04713 16.1282 1.46241 15.9962 1.16806 15.5547C0.861704 15.0952 0.985877 14.4743 1.44541 14.168L2.94541 13.168C3.25226 12.9634 3.64681 12.9443 3.97196 13.1183Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.472 3.11833C22.7971 3.29235 23.0001 3.63121 23.0001 4V10C23.0001 10.5523 22.5524 11 22.0001 11C21.4478 11 21.0001 10.5523 21.0001 10V5.86607C20.5471 6.12816 19.9624 5.99623 19.6681 5.5547C19.3617 5.09517 19.4859 4.4743 19.9454 4.16795L21.4454 3.16795C21.7523 2.96338 22.1468 2.94431 22.472 3.11833Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.472 13.1183C22.7971 13.2923 23.0001 13.6312 23.0001 14V20C23.0001 20.5523 22.5524 21 22.0001 21C21.4478 21 21.0001 20.5523 21.0001 20V15.8661C20.5471 16.1282 19.9624 15.9962 19.6681 15.5547C19.3617 15.0952 19.4859 14.4743 19.9454 14.168L21.4454 13.168C21.7523 12.9634 22.1468 12.9443 22.472 13.1183Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9456 3.00001C15.9637 3.00001 15.9819 3.00001 16 3.00001C16.0182 3.00001 16.0363 3.00001 16.0544 3.00001C16.4785 2.99992 16.8906 2.99984 17.2305 3.04554C17.6137 3.09706 18.051 3.22259 18.4142 3.5858C18.7774 3.94902 18.903 4.38629 18.9545 4.76949C19.0002 5.10941 19.0001 5.52153 19 5.9456C19 5.96372 19 5.98186 19 6.00001V8.00001C19 8.01817 19 8.03631 19 8.05442C19.0001 8.47849 19.0002 8.89062 18.9545 9.23053C18.903 9.61374 18.7774 10.051 18.4142 10.4142C18.051 10.7774 17.6137 10.903 17.2305 10.9545C16.8906 11.0002 16.4785 11.0001 16.0544 11C16.0363 11 16.0182 11 16 11C15.9819 11 15.9637 11 15.9456 11C15.5215 11.0001 15.1094 11.0002 14.7695 10.9545C14.3863 10.903 13.949 10.7774 13.5858 10.4142C13.2226 10.051 13.0971 9.61374 13.0455 9.23053C12.9998 8.89062 12.9999 8.47849 13 8.05442C13 8.03631 13 8.01817 13 8.00001V6.00001C13 5.98186 13 5.96372 13 5.94561C12.9999 5.52154 12.9998 5.10941 13.0455 4.76949C13.0971 4.38629 13.2226 3.94902 13.5858 3.5858C13.949 3.22259 14.3863 3.09706 14.7695 3.04554C15.1094 2.99984 15.5215 2.99992 15.9456 3.00001ZM15.3999 5.00001C15.2114 5.00001 15.1172 5 15.0586 5.05858C15 5.11716 15 5.21139 15 5.39986C15 5.57327 15 5.78553 15 6.00001V8.00001C15 8.21285 15 8.4258 15 8.60016C15 8.78862 15 8.88286 15.0586 8.94144C15.1172 9.00001 15.2114 9.00001 15.3999 9.00001C15.6624 9.00001 15.9637 9.00001 16 9.00001C16.2128 9.00001 16.4258 9.00001 16.6002 9.00001C16.7886 9.00001 16.8829 9.00001 16.9414 8.94144C17 8.88286 17 8.7886 17 8.60009C17 8.33819 17 8.03759 17 8.00001V6.00001C17 5.78553 17 5.57326 17 5.39984C17 5.21139 17 5.11716 16.9414 5.05858C16.8828 5 16.7886 5.00001 16.6002 5.00001C16.4267 5.00001 16.2145 5.00001 16 5.00001C15.7855 5.00001 15.5733 5.00001 15.3999 5.00001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.94561 3.00001C3.96372 3.00001 3.98186 3.00001 4.00001 3.00001C4.01817 3.00001 4.03631 3.00001 4.05442 3.00001C4.47849 2.99992 4.89062 2.99984 5.23053 3.04554C5.61374 3.09706 6.05101 3.22259 6.41423 3.5858C6.77744 3.94902 6.90297 4.38629 6.95449 4.76949C7.00019 5.10941 7.0001 5.52153 7.00002 5.9456C7.00002 5.96372 7.00001 5.98186 7.00001 6.00001V8.00001C7.00001 8.01817 7.00002 8.03631 7.00002 8.05442C7.0001 8.47849 7.00019 8.89062 6.95449 9.23053C6.90297 9.61374 6.77744 10.051 6.41423 10.4142C6.05101 10.7774 5.61374 10.903 5.23053 10.9545C4.89062 11.0002 4.47849 11.0001 4.05442 11C4.03631 11 4.01817 11 4.00001 11C3.98186 11 3.96372 11 3.9456 11C3.52153 11.0001 3.10941 11.0002 2.76949 10.9545C2.38629 10.903 1.94902 10.7774 1.5858 10.4142C1.22259 10.051 1.09706 9.61374 1.04554 9.23053C0.999843 8.89062 0.999924 8.47849 1.00001 8.05442C1.00001 8.03631 1.00001 8.01817 1.00001 8.00001V6.00001C1.00001 5.98186 1.00001 5.96372 1.00001 5.94561C0.999924 5.52154 0.999843 5.10941 1.04554 4.76949C1.09706 4.38629 1.22259 3.94902 1.5858 3.5858C1.94902 3.22259 2.38629 3.09706 2.76949 3.04554C3.10941 2.99984 3.52154 2.99992 3.94561 3.00001ZM3.39987 5.00001C3.21141 5.00001 3.11717 5 3.05859 5.05858C3.00001 5.11716 3.00001 5.21139 3.00001 5.39986C3.00001 5.57327 3.00001 5.78553 3.00001 6.00001V8.00001C3.00001 8.21285 3.00001 8.4258 3.00001 8.60016C3.00001 8.78862 3.00001 8.88286 3.05859 8.94144C3.11717 9.00001 3.21143 9.00001 3.39994 9.00001C3.6624 9.00001 3.96369 9.00001 4.00001 9.00001C4.21285 9.00001 4.4258 9.00001 4.60016 9.00001C4.78862 9.00001 4.88286 9.00001 4.94144 8.94144C5.00001 8.88286 5.00001 8.7886 5.00001 8.60009C5.00001 8.33819 5.00001 8.03759 5.00001 8.00001V6.00001C5.00001 5.78553 5.00001 5.57326 5.00001 5.39984C5.00001 5.21139 5 5.11716 4.94142 5.05858C4.88284 5 4.78861 5.00001 4.60016 5.00001C4.42675 5.00001 4.21449 5.00001 4.00001 5.00001C3.78554 5.00001 3.57328 5.00001 3.39987 5.00001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.44561 13C8.46372 13 8.48186 13 8.50001 13C8.51817 13 8.53631 13 8.55442 13C8.97849 12.9999 9.39062 12.9998 9.73053 13.0455C10.1137 13.0971 10.551 13.2226 10.9142 13.5858C11.2774 13.949 11.403 14.3863 11.4545 14.7695C11.5002 15.1094 11.5001 15.5215 11.5 15.9456C11.5 15.9637 11.5 15.9819 11.5 16V18C11.5 18.0182 11.5 18.0363 11.5 18.0544C11.5001 18.4785 11.5002 18.8906 11.4545 19.2305C11.403 19.6137 11.2774 20.051 10.9142 20.4142C10.551 20.7774 10.1137 20.903 9.73053 20.9545C9.39062 21.0002 8.97849 21.0001 8.55442 21C8.53631 21 8.51817 21 8.50001 21C8.48186 21 8.46372 21 8.4456 21C8.02153 21.0001 7.60941 21.0002 7.26949 20.9545C6.88629 20.903 6.44902 20.7774 6.0858 20.4142C5.72259 20.051 5.59706 19.6137 5.54554 19.2305C5.49984 18.8906 5.49992 18.4785 5.50001 18.0544C5.50001 18.0363 5.50001 18.0182 5.50001 18V16C5.50001 15.9819 5.50001 15.9637 5.50001 15.9456C5.49992 15.5215 5.49984 15.1094 5.54554 14.7695C5.59706 14.3863 5.72259 13.949 6.0858 13.5858C6.44902 13.2226 6.88629 13.0971 7.26949 13.0455C7.60941 12.9998 8.02154 12.9999 8.44561 13ZM7.89987 15C7.71141 15 7.61717 15 7.55859 15.0586C7.50001 15.1172 7.50001 15.2114 7.50001 15.3999C7.50001 15.5733 7.50001 15.7855 7.50001 16V18C7.50001 18.2128 7.50001 18.4258 7.50001 18.6002C7.50001 18.7886 7.50001 18.8829 7.55859 18.9414C7.61717 19 7.71143 19 7.89994 19C8.1624 19 8.46369 19 8.50001 19C8.71285 19 8.9258 19 9.10016 19C9.28862 19 9.38286 19 9.44144 18.9414C9.50001 18.8829 9.50001 18.7886 9.50001 18.6001C9.50001 18.3382 9.50001 18.0376 9.50001 18V16C9.50001 15.7855 9.50001 15.5733 9.50001 15.3998C9.50001 15.2114 9.5 15.1172 9.44142 15.0586C9.38284 15 9.28861 15 9.10016 15C8.92675 15 8.71449 15 8.50001 15C8.28554 15 8.07328 15 7.89987 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4456 13C15.4637 13 15.4819 13 15.5 13C15.5182 13 15.5363 13 15.5544 13C15.9785 12.9999 16.3906 12.9998 16.7305 13.0455C17.1137 13.0971 17.551 13.2226 17.9142 13.5858C18.2774 13.949 18.403 14.3863 18.4545 14.7695C18.5002 15.1094 18.5001 15.5215 18.5 15.9456C18.5 15.9637 18.5 15.9819 18.5 16V18C18.5 18.0182 18.5 18.0363 18.5 18.0544C18.5001 18.4785 18.5002 18.8906 18.4545 19.2305C18.403 19.6137 18.2774 20.051 17.9142 20.4142C17.551 20.7774 17.1137 20.903 16.7305 20.9545C16.3906 21.0002 15.9785 21.0001 15.5544 21C15.5363 21 15.5182 21 15.5 21C15.4819 21 15.4637 21 15.4456 21C15.0215 21.0001 14.6094 21.0002 14.2695 20.9545C13.8863 20.903 13.449 20.7774 13.0858 20.4142C12.7226 20.051 12.5971 19.6137 12.5455 19.2305C12.4998 18.8906 12.4999 18.4785 12.5 18.0544C12.5 18.0363 12.5 18.0182 12.5 18V16C12.5 15.9819 12.5 15.9637 12.5 15.9456C12.4999 15.5215 12.4998 15.1094 12.5455 14.7695C12.5971 14.3863 12.7226 13.949 13.0858 13.5858C13.449 13.2226 13.8863 13.0971 14.2695 13.0455C14.6094 12.9998 15.0215 12.9999 15.4456 13ZM14.8999 15C14.7114 15 14.6172 15 14.5586 15.0586C14.5 15.1172 14.5 15.2114 14.5 15.3999C14.5 15.5733 14.5 15.7855 14.5 16V18C14.5 18.2128 14.5 18.4258 14.5 18.6002C14.5 18.7886 14.5 18.8829 14.5586 18.9414C14.6172 19 14.7114 19 14.8999 19C15.1624 19 15.4637 19 15.5 19C15.7128 19 15.9258 19 16.1002 19C16.2886 19 16.3829 19 16.4414 18.9414C16.5 18.8829 16.5 18.7886 16.5 18.6001C16.5 18.3382 16.5 18.0376 16.5 18V16C16.5 15.7855 16.5 15.5733 16.5 15.3998C16.5 15.2114 16.5 15.1172 16.4414 15.0586C16.3828 15 16.2886 15 16.1002 15C15.9267 15 15.7145 15 15.5 15C15.2855 15 15.0733 15 14.8999 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.972 3.11833C11.2971 3.29235 11.5001 3.63121 11.5001 4V10C11.5001 10.5523 11.0524 11 10.5001 11C9.94782 11 9.50011 10.5523 9.50011 10V5.86607C9.04713 6.12816 8.46241 5.99623 8.16806 5.5547C7.8617 5.09517 7.98588 4.4743 8.44541 4.16795L9.94541 3.16795C10.2523 2.96338 10.6468 2.94431 10.972 3.11833Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.97196 13.1183C4.29712 13.2923 4.50011 13.6312 4.50011 14V20C4.50011 20.5523 4.05239 21 3.50011 21C2.94782 21 2.50011 20.5523 2.50011 20V15.8661C2.04713 16.1282 1.46241 15.9962 1.16806 15.5547C0.861704 15.0952 0.985877 14.4743 1.44541 14.168L2.94541 13.168C3.25226 12.9634 3.64681 12.9443 3.97196 13.1183Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.472 3.11833C22.7971 3.29235 23.0001 3.63121 23.0001 4V10C23.0001 10.5523 22.5524 11 22.0001 11C21.4478 11 21.0001 10.5523 21.0001 10V5.86607C20.5471 6.12816 19.9624 5.99623 19.6681 5.5547C19.3617 5.09517 19.4859 4.4743 19.9454 4.16795L21.4454 3.16795C21.7523 2.96338 22.1468 2.94431 22.472 3.11833Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.472 13.1183C22.7971 13.2923 23.0001 13.6312 23.0001 14V20C23.0001 20.5523 22.5524 21 22.0001 21C21.4478 21 21.0001 20.5523 21.0001 20V15.8661C20.5471 16.1282 19.9624 15.9962 19.6681 15.5547C19.3617 15.0952 19.4859 14.4743 19.9454 14.168L21.4454 13.168C21.7523 12.9634 22.1468 12.9443 22.472 13.1183Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-bug-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7277 4.66985C10.4449 5.13414 10.3 5.82649 10.3 6.6C10.3 7.15228 9.85228 7.6 9.3 7.6C8.74771 7.6 8.3 7.15228 8.3 6.6C8.3 5.63893 8.47017 4.53128 9.01979 3.62921C9.60836 2.66323 10.5989 2 12 2C13.4011 2 14.3916 2.66323 14.9802 3.62921C15.5298 4.53129 15.7 5.63893 15.7 6.6C15.7 7.15229 15.2523 7.6 14.7 7.6C14.1477 7.6 13.7 7.15229 13.7 6.6C13.7 5.82649 13.5551 5.13414 13.2723 4.66985C13.0283 4.26948 12.6688 4 12 4C11.3312 4 10.9717 4.26948 10.7277 4.66985ZM3 4C3.55228 4 4 4.44772 4 5V5.25C4 6.43741 4.96259 7.4 6.15 7.4C6.70228 7.4 7.15 7.84772 7.15 8.4C7.15 8.95228 6.70228 9.4 6.15 9.4C3.85802 9.4 2 7.54198 2 5.25V5C2 4.44772 2.44772 4 3 4ZM21 4C21.5523 4 22 4.44772 22 5V5.25C22 7.54198 20.142 9.4 17.85 9.4C17.2977 9.4 16.85 8.95228 16.85 8.4C16.85 7.84772 17.2977 7.4 17.85 7.4C19.0374 7.4 20 6.43741 20 5.25V5C20 4.44772 20.4477 4 21 4ZM2 12.9C2 12.3477 2.44772 11.9 3 11.9H6.15C6.70228 11.9 7.15 12.3477 7.15 12.9C7.15 13.4523 6.70228 13.9 6.15 13.9H3C2.44772 13.9 2 13.4523 2 12.9ZM16.85 12.9C16.85 12.3477 17.2977 11.9 17.85 11.9H21C21.5523 11.9 22 12.3477 22 12.9C22 13.4523 21.5523 13.9 21 13.9H17.85C17.2977 13.9 16.85 13.4523 16.85 12.9ZM2 21C2 18.4595 4.05949 16.4 6.6 16.4C7.15229 16.4 7.6 16.8477 7.6 17.4C7.6 17.9523 7.15229 18.4 6.6 18.4C5.16406 18.4 4 19.5641 4 21C4 21.5523 3.55229 22 3 22C2.44772 22 2 21.5523 2 21ZM16.4 17.4C16.4 16.8477 16.8477 16.4 17.4 16.4C19.9405 16.4 22 18.4595 22 21C22 21.5523 21.5523 22 21 22C20.4477 22 20 21.5523 20 21C20 19.5641 18.8359 18.4 17.4 18.4C16.8477 18.4 16.4 17.9523 16.4 17.4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7706 6.12583C15.368 5.97567 14.9426 5.91189 14.451 5.88138C13.9706 5.85156 13.3797 5.85156 12.6386 5.85156H12.6386H11.3621H11.3621H11.3621C10.621 5.85156 10.0302 5.85156 9.54981 5.88138C9.05821 5.91189 8.63281 5.97567 8.23022 6.12583C7.04806 6.56676 6.11558 7.49923 5.67466 8.68139C5.5245 9.08398 5.46072 9.50938 5.4302 10.001C5.40038 10.4813 5.40039 11.0722 5.40039 11.8133V11.8133V15.1516C5.40039 18.3116 7.62126 20.953 10.5873 21.5999C10.88 21.6638 11.0264 21.6957 11.1382 21.6056C11.25 21.5156 11.25 21.3563 11.25 21.0376V16.5C11.25 16.0858 11.5858 15.75 12 15.75C12.4142 15.75 12.75 16.0858 12.75 16.5V21.0378C12.75 21.3564 12.75 21.5157 12.8618 21.6058C12.9736 21.6958 13.1199 21.6639 13.4126 21.6001C16.3791 20.9535 18.6004 18.3119 18.6004 15.1516L18.6004 11.8133C18.6004 11.0722 18.6004 10.4813 18.5706 10.001C18.5401 9.50938 18.4763 9.08398 18.3261 8.68139C17.8852 7.49923 16.9527 6.56676 15.7706 6.12583Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7277 4.66985C10.4449 5.13414 10.3 5.82649 10.3 6.6C10.3 7.15228 9.85228 7.6 9.3 7.6C8.74771 7.6 8.3 7.15228 8.3 6.6C8.3 5.63893 8.47017 4.53128 9.01979 3.62921C9.60836 2.66323 10.5989 2 12 2C13.4011 2 14.3916 2.66323 14.9802 3.62921C15.5298 4.53129 15.7 5.63893 15.7 6.6C15.7 7.15229 15.2523 7.6 14.7 7.6C14.1477 7.6 13.7 7.15229 13.7 6.6C13.7 5.82649 13.5551 5.13414 13.2723 4.66985C13.0283 4.26948 12.6688 4 12 4C11.3312 4 10.9717 4.26948 10.7277 4.66985ZM3 4C3.55228 4 4 4.44772 4 5V5.25C4 6.43741 4.96259 7.4 6.15 7.4C6.70228 7.4 7.15 7.84772 7.15 8.4C7.15 8.95228 6.70228 9.4 6.15 9.4C3.85802 9.4 2 7.54198 2 5.25V5C2 4.44772 2.44772 4 3 4ZM21 4C21.5523 4 22 4.44772 22 5V5.25C22 7.54198 20.142 9.4 17.85 9.4C17.2977 9.4 16.85 8.95228 16.85 8.4C16.85 7.84772 17.2977 7.4 17.85 7.4C19.0374 7.4 20 6.43741 20 5.25V5C20 4.44772 20.4477 4 21 4ZM2 12.9C2 12.3477 2.44772 11.9 3 11.9H6.15C6.70228 11.9 7.15 12.3477 7.15 12.9C7.15 13.4523 6.70228 13.9 6.15 13.9H3C2.44772 13.9 2 13.4523 2 12.9ZM16.85 12.9C16.85 12.3477 17.2977 11.9 17.85 11.9H21C21.5523 11.9 22 12.3477 22 12.9C22 13.4523 21.5523 13.9 21 13.9H17.85C17.2977 13.9 16.85 13.4523 16.85 12.9ZM2 21C2 18.4595 4.05949 16.4 6.6 16.4C7.15229 16.4 7.6 16.8477 7.6 17.4C7.6 17.9523 7.15229 18.4 6.6 18.4C5.16406 18.4 4 19.5641 4 21C4 21.5523 3.55229 22 3 22C2.44772 22 2 21.5523 2 21ZM16.4 17.4C16.4 16.8477 16.8477 16.4 17.4 16.4C19.9405 16.4 22 18.4595 22 21C22 21.5523 21.5523 22 21 22C20.4477 22 20 21.5523 20 21C20 19.5641 18.8359 18.4 17.4 18.4C16.8477 18.4 16.4 17.9523 16.4 17.4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7706 6.12583C15.368 5.97567 14.9426 5.91189 14.451 5.88138C13.9706 5.85156 13.3797 5.85156 12.6386 5.85156H12.6386H11.3621H11.3621H11.3621C10.621 5.85156 10.0302 5.85156 9.54981 5.88138C9.05821 5.91189 8.63281 5.97567 8.23022 6.12583C7.04806 6.56676 6.11558 7.49923 5.67466 8.68139C5.5245 9.08398 5.46072 9.50938 5.4302 10.001C5.40038 10.4813 5.40039 11.0722 5.40039 11.8133V11.8133V15.1516C5.40039 18.3116 7.62126 20.953 10.5873 21.5999C10.88 21.6638 11.0264 21.6957 11.1382 21.6056C11.25 21.5156 11.25 21.3563 11.25 21.0376V16.5C11.25 16.0858 11.5858 15.75 12 15.75C12.4142 15.75 12.75 16.0858 12.75 16.5V21.0378C12.75 21.3564 12.75 21.5157 12.8618 21.6058C12.9736 21.6958 13.1199 21.6639 13.4126 21.6001C16.3791 20.9535 18.6004 18.3119 18.6004 15.1516L18.6004 11.8133C18.6004 11.0722 18.6004 10.4813 18.5706 10.001C18.5401 9.50938 18.4763 9.08398 18.3261 8.68139C17.8852 7.49923 16.9527 6.56676 15.7706 6.12583Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-bug-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1578 2.24683C17.5738 2.61012 17.6165 3.24184 17.2532 3.65782L15.4532 5.71883C15.0899 6.1348 14.4582 6.17751 14.0422 5.81421C13.6262 5.45092 13.5835 4.81919 13.9468 4.40322L15.7468 2.34221C16.1101 1.92624 16.7418 1.88353 17.1578 2.24683ZM6.8422 2.24683C7.25817 1.88353 7.88989 1.92624 8.25319 2.34221L10.0532 4.40322C10.4165 4.81919 10.3738 5.45092 9.9578 5.81421C9.54183 6.17751 8.91011 6.1348 8.54681 5.71883L6.74681 3.65782C6.38352 3.24184 6.42622 2.61012 6.8422 2.24683ZM3 5.60001C3.55228 5.60001 4 6.04773 4 6.60001C4 7.39868 4.24405 8.08324 4.59081 8.5456C4.93735 9.00764 5.33974 9.20001 5.7 9.20001C6.25229 9.20001 6.7 9.64773 6.7 10.2C6.7 10.7523 6.25229 11.2 5.7 11.2C4.56909 11.2 3.62148 10.5865 2.99081 9.7456C2.36037 8.90501 2 7.78957 2 6.60001C2 6.04773 2.44772 5.60001 3 5.60001ZM21 5.60001C21.5523 5.60001 22 6.04773 22 6.60001C22 7.78957 21.6396 8.90501 21.0092 9.7456C20.3785 10.5865 19.4309 11.2 18.3 11.2C17.7477 11.2 17.3 10.7523 17.3 10.2C17.3 9.64773 17.7477 9.20001 18.3 9.20001C18.6603 9.20001 19.0627 9.00764 19.4092 8.5456C19.756 8.08324 20 7.39868 20 6.60001C20 6.04773 20.4477 5.60001 21 5.60001ZM2 13.8C2 13.2477 2.44772 12.8 3 12.8H5.7C6.25228 12.8 6.7 13.2477 6.7 13.8C6.7 14.3523 6.25228 14.8 5.7 14.8H3C2.44772 14.8 2 14.3523 2 13.8ZM17.3 13.8C17.3 13.2477 17.7477 12.8 18.3 12.8H21C21.5523 12.8 22 13.2477 22 13.8C22 14.3523 21.5523 14.8 21 14.8H18.3C17.7477 14.8 17.3 14.3523 17.3 13.8ZM3.89081 17.8544C4.52148 17.0135 5.46909 16.4 6.6 16.4C7.15228 16.4 7.6 16.8477 7.6 17.4C7.6 17.9523 7.15228 18.4 6.6 18.4C6.23974 18.4 5.83735 18.5924 5.49081 19.0544C5.14405 19.5168 4.9 20.2013 4.9 21C4.9 21.5523 4.45228 22 3.9 22C3.34771 22 2.9 21.5523 2.9 21C2.9 19.8105 3.26037 18.695 3.89081 17.8544ZM16.4 17.4C16.4 16.8477 16.8477 16.4 17.4 16.4C18.5309 16.4 19.4785 17.0135 20.1092 17.8544C20.7396 18.695 21.1 19.8105 21.1 21C21.1 21.5523 20.6523 22 20.1 22C19.5477 22 19.1 21.5523 19.1 21C19.1 20.2013 18.856 19.5168 18.5092 19.0544C18.1627 18.5924 17.7603 18.4 17.4 18.4C16.8477 18.4 16.4 17.9523 16.4 17.4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.18768 9.02705C6.07221 8.95848 6.01447 8.92419 5.95747 8.91523C5.85958 8.89985 5.75272 8.9381 5.68683 9.01211C5.64846 9.0552 5.62676 9.11514 5.58335 9.23502C5.1738 10.3661 4.94922 11.6127 4.94922 12.9008C4.94922 17.6022 7.94112 21.7508 11.9992 21.7508C16.0573 21.7508 19.0492 17.6022 19.0492 12.9008C19.0492 11.5966 18.819 10.3349 18.3996 9.19258C18.3674 9.10483 18.3513 9.06096 18.3261 9.02667C18.2519 8.92572 18.1123 8.88039 17.993 8.91853C17.9524 8.93149 17.9111 8.95923 17.8285 9.0147C16.4851 9.98551 14.9497 10.6348 13.3011 10.8607C13.032 10.8976 12.8974 10.9161 12.8234 11.0008C12.7495 11.0856 12.7495 11.2154 12.7495 11.4749L12.7495 13.7993C12.7495 14.2136 12.4137 14.5493 11.9995 14.5493C11.5853 14.5493 11.2495 14.2136 11.2495 13.7993L11.2495 11.4749C11.2495 11.2154 11.2495 11.0856 11.1756 11.0008C11.1017 10.9161 10.9671 10.8976 10.6979 10.8607C9.05635 10.6357 7.52698 9.99102 6.18768 9.02705ZM6.79034 6.92974C6.62735 7.15537 6.54586 7.26818 6.57273 7.39764C6.5996 7.5271 6.72502 7.60159 6.97587 7.75057L7.01188 7.77195L7.03956 7.79201C8.50035 8.85041 10.1961 9.44935 11.9995 9.44935C13.8029 9.44935 15.4987 8.85041 16.9595 7.79201L16.9704 7.78413L17.0475 7.73233C17.2786 7.5772 17.3941 7.49964 17.4165 7.37428C17.4389 7.24892 17.3611 7.14133 17.2055 6.92613C15.9422 5.17928 14.1157 4.05078 11.9992 4.05078C9.88124 4.05078 8.0537 5.18083 6.79034 6.92974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1578 2.24683C17.5738 2.61012 17.6165 3.24184 17.2532 3.65782L15.4532 5.71883C15.0899 6.1348 14.4582 6.17751 14.0422 5.81421C13.6262 5.45092 13.5835 4.81919 13.9468 4.40322L15.7468 2.34221C16.1101 1.92624 16.7418 1.88353 17.1578 2.24683ZM6.8422 2.24683C7.25817 1.88353 7.88989 1.92624 8.25319 2.34221L10.0532 4.40322C10.4165 4.81919 10.3738 5.45092 9.9578 5.81421C9.54183 6.17751 8.91011 6.1348 8.54681 5.71883L6.74681 3.65782C6.38352 3.24184 6.42622 2.61012 6.8422 2.24683ZM3 5.60001C3.55228 5.60001 4 6.04773 4 6.60001C4 7.39868 4.24405 8.08324 4.59081 8.5456C4.93735 9.00764 5.33974 9.20001 5.7 9.20001C6.25229 9.20001 6.7 9.64773 6.7 10.2C6.7 10.7523 6.25229 11.2 5.7 11.2C4.56909 11.2 3.62148 10.5865 2.99081 9.7456C2.36037 8.90501 2 7.78957 2 6.60001C2 6.04773 2.44772 5.60001 3 5.60001ZM21 5.60001C21.5523 5.60001 22 6.04773 22 6.60001C22 7.78957 21.6396 8.90501 21.0092 9.7456C20.3785 10.5865 19.4309 11.2 18.3 11.2C17.7477 11.2 17.3 10.7523 17.3 10.2C17.3 9.64773 17.7477 9.20001 18.3 9.20001C18.6603 9.20001 19.0627 9.00764 19.4092 8.5456C19.756 8.08324 20 7.39868 20 6.60001C20 6.04773 20.4477 5.60001 21 5.60001ZM2 13.8C2 13.2477 2.44772 12.8 3 12.8H5.7C6.25228 12.8 6.7 13.2477 6.7 13.8C6.7 14.3523 6.25228 14.8 5.7 14.8H3C2.44772 14.8 2 14.3523 2 13.8ZM17.3 13.8C17.3 13.2477 17.7477 12.8 18.3 12.8H21C21.5523 12.8 22 13.2477 22 13.8C22 14.3523 21.5523 14.8 21 14.8H18.3C17.7477 14.8 17.3 14.3523 17.3 13.8ZM3.89081 17.8544C4.52148 17.0135 5.46909 16.4 6.6 16.4C7.15228 16.4 7.6 16.8477 7.6 17.4C7.6 17.9523 7.15228 18.4 6.6 18.4C6.23974 18.4 5.83735 18.5924 5.49081 19.0544C5.14405 19.5168 4.9 20.2013 4.9 21C4.9 21.5523 4.45228 22 3.9 22C3.34771 22 2.9 21.5523 2.9 21C2.9 19.8105 3.26037 18.695 3.89081 17.8544ZM16.4 17.4C16.4 16.8477 16.8477 16.4 17.4 16.4C18.5309 16.4 19.4785 17.0135 20.1092 17.8544C20.7396 18.695 21.1 19.8105 21.1 21C21.1 21.5523 20.6523 22 20.1 22C19.5477 22 19.1 21.5523 19.1 21C19.1 20.2013 18.856 19.5168 18.5092 19.0544C18.1627 18.5924 17.7603 18.4 17.4 18.4C16.8477 18.4 16.4 17.9523 16.4 17.4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.18768 9.02705C6.07221 8.95848 6.01447 8.92419 5.95747 8.91523C5.85958 8.89985 5.75272 8.9381 5.68683 9.01211C5.64846 9.0552 5.62676 9.11514 5.58335 9.23502C5.1738 10.3661 4.94922 11.6127 4.94922 12.9008C4.94922 17.6022 7.94112 21.7508 11.9992 21.7508C16.0573 21.7508 19.0492 17.6022 19.0492 12.9008C19.0492 11.5966 18.819 10.3349 18.3996 9.19258C18.3674 9.10483 18.3513 9.06096 18.3261 9.02667C18.2519 8.92572 18.1123 8.88039 17.993 8.91853C17.9524 8.93149 17.9111 8.95923 17.8285 9.0147C16.4851 9.98551 14.9497 10.6348 13.3011 10.8607C13.032 10.8976 12.8974 10.9161 12.8234 11.0008C12.7495 11.0856 12.7495 11.2154 12.7495 11.4749L12.7495 13.7993C12.7495 14.2136 12.4137 14.5493 11.9995 14.5493C11.5853 14.5493 11.2495 14.2136 11.2495 13.7993L11.2495 11.4749C11.2495 11.2154 11.2495 11.0856 11.1756 11.0008C11.1017 10.9161 10.9671 10.8976 10.6979 10.8607C9.05635 10.6357 7.52698 9.99102 6.18768 9.02705ZM6.79034 6.92974C6.62735 7.15537 6.54586 7.26818 6.57273 7.39764C6.5996 7.5271 6.72502 7.60159 6.97587 7.75057L7.01188 7.77195L7.03956 7.79201C8.50035 8.85041 10.1961 9.44935 11.9995 9.44935C13.8029 9.44935 15.4987 8.85041 16.9595 7.79201L16.9704 7.78413L17.0475 7.73233C17.2786 7.5772 17.3941 7.49964 17.4165 7.37428C17.4389 7.24892 17.3611 7.14133 17.2055 6.92613C15.9422 5.17928 14.1157 4.05078 11.9992 4.05078C9.88124 4.05078 8.0537 5.18083 6.79034 6.92974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-c-programming{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM16.1983 8.45575C14.2085 6.51475 10.9925 6.51475 9.00273 8.45575C6.99909 10.4103 6.99909 13.5897 9.00273 15.5443C10.9925 17.4852 14.2085 17.4852 16.1983 15.5443C16.5936 15.1586 16.6015 14.5255 16.2158 14.1301C15.8302 13.7348 15.1971 13.727 14.8017 14.1126C13.5888 15.2958 11.6122 15.2958 10.3993 14.1126C9.20024 12.9429 9.20024 11.0571 10.3993 9.8874C11.6122 8.7042 13.5888 8.7042 14.8017 9.8874C15.1971 10.273 15.8302 10.2652 16.2158 9.86985C16.6015 9.47451 16.5936 8.8414 16.1983 8.45575Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM16.1983 8.45575C14.2085 6.51475 10.9925 6.51475 9.00273 8.45575C6.99909 10.4103 6.99909 13.5897 9.00273 15.5443C10.9925 17.4852 14.2085 17.4852 16.1983 15.5443C16.5936 15.1586 16.6015 14.5255 16.2158 14.1301C15.8302 13.7348 15.1971 13.727 14.8017 14.1126C13.5888 15.2958 11.6122 15.2958 10.3993 14.1126C9.20024 12.9429 9.20024 11.0571 10.3993 9.8874C11.6122 8.7042 13.5888 8.7042 14.8017 9.8874C15.1971 10.273 15.8302 10.2652 16.2158 9.86985C16.6015 9.47451 16.5936 8.8414 16.1983 8.45575Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-code-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM16 7.25C15.5858 7.25 15.25 7.58579 15.25 8C15.25 8.41421 15.5858 8.75 16 8.75C16.1849 8.75 16.3655 8.90866 16.3655 9.14286V10.3838C16.3655 10.88 16.5578 11.3595 16.9055 11.7157L17.183 12L16.9055 12.2843C16.5578 12.6405 16.3655 13.12 16.3655 13.6162V14.8571C16.3655 15.0913 16.1849 15.25 16 15.25C15.5858 15.25 15.25 15.5858 15.25 16C15.25 16.4142 15.5858 16.75 16 16.75C17.0473 16.75 17.8655 15.8853 17.8655 14.8571V13.6162C17.8655 13.5063 17.9083 13.4044 17.979 13.332L18.3733 12.9279C18.8755 12.4134 18.8756 11.5866 18.3733 11.0721L17.979 10.668C17.9083 10.5956 17.8655 10.4937 17.8655 10.3838V9.14286C17.8655 8.11469 17.0473 7.25 16 7.25ZM8.75 8C8.75 7.58579 8.41421 7.25 8 7.25C6.95269 7.25 6.13448 8.11469 6.13448 9.14286V10.3838C6.13448 10.4937 6.09167 10.5956 6.02105 10.668L5.62665 11.0721C5.12445 11.5866 5.12445 12.4134 5.62665 12.9279L6.02105 13.332C6.09167 13.4044 6.13448 13.5063 6.13448 13.6162V14.8571C6.13448 15.8853 6.95269 16.75 8 16.75C8.41421 16.75 8.75 16.4142 8.75 16C8.75 15.5858 8.41421 15.25 8 15.25C7.81515 15.25 7.63448 15.0913 7.63448 14.8571V13.6162C7.63448 13.12 7.44224 12.6405 7.09447 12.2843L6.81702 12L7.09447 11.7157C7.44224 11.3595 7.63448 10.88 7.63448 10.3838V9.14286C7.63448 8.90866 7.81515 8.75 8 8.75C8.41421 8.75 8.75 8.41421 8.75 8ZM10 11C9.44771 11 9 11.4477 9 12C9 12.5523 9.44771 13 10 13H10.009C10.5612 13 11.009 12.5523 11.009 12C11.009 11.4477 10.5612 11 10.009 11H10ZM13.991 11C13.4388 11 12.991 11.4477 12.991 12C12.991 12.5523 13.4388 13 13.991 13H14C14.5523 13 15 12.5523 15 12C15 11.4477 14.5523 11 14 11H13.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM16 7.25C15.5858 7.25 15.25 7.58579 15.25 8C15.25 8.41421 15.5858 8.75 16 8.75C16.1849 8.75 16.3655 8.90866 16.3655 9.14286V10.3838C16.3655 10.88 16.5578 11.3595 16.9055 11.7157L17.183 12L16.9055 12.2843C16.5578 12.6405 16.3655 13.12 16.3655 13.6162V14.8571C16.3655 15.0913 16.1849 15.25 16 15.25C15.5858 15.25 15.25 15.5858 15.25 16C15.25 16.4142 15.5858 16.75 16 16.75C17.0473 16.75 17.8655 15.8853 17.8655 14.8571V13.6162C17.8655 13.5063 17.9083 13.4044 17.979 13.332L18.3733 12.9279C18.8755 12.4134 18.8756 11.5866 18.3733 11.0721L17.979 10.668C17.9083 10.5956 17.8655 10.4937 17.8655 10.3838V9.14286C17.8655 8.11469 17.0473 7.25 16 7.25ZM8.75 8C8.75 7.58579 8.41421 7.25 8 7.25C6.95269 7.25 6.13448 8.11469 6.13448 9.14286V10.3838C6.13448 10.4937 6.09167 10.5956 6.02105 10.668L5.62665 11.0721C5.12445 11.5866 5.12445 12.4134 5.62665 12.9279L6.02105 13.332C6.09167 13.4044 6.13448 13.5063 6.13448 13.6162V14.8571C6.13448 15.8853 6.95269 16.75 8 16.75C8.41421 16.75 8.75 16.4142 8.75 16C8.75 15.5858 8.41421 15.25 8 15.25C7.81515 15.25 7.63448 15.0913 7.63448 14.8571V13.6162C7.63448 13.12 7.44224 12.6405 7.09447 12.2843L6.81702 12L7.09447 11.7157C7.44224 11.3595 7.63448 10.88 7.63448 10.3838V9.14286C7.63448 8.90866 7.81515 8.75 8 8.75C8.41421 8.75 8.75 8.41421 8.75 8ZM10 11C9.44771 11 9 11.4477 9 12C9 12.5523 9.44771 13 10 13H10.009C10.5612 13 11.009 12.5523 11.009 12C11.009 11.4477 10.5612 11 10.009 11H10ZM13.991 11C13.4388 11 12.991 11.4477 12.991 12C12.991 12.5523 13.4388 13 13.991 13H14C14.5523 13 15 12.5523 15 12C15 11.4477 14.5523 11 14 11H13.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-code-folder{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4635 6.24996L11.9425 5.20632C11.4704 4.25117 10.8581 3.01201 9.4626 2.48872C8.82373 2.24915 8.11205 2.24946 7.08264 2.24992C6.2039 2.24991 5.32205 2.24994 4.7497 2.30039C4.15996 2.35238 3.64388 2.46234 3.17258 2.72535C2.56533 3.06423 2.06428 3.56529 1.7254 4.17254C1.46238 4.64384 1.35242 5.15992 1.30044 5.74965C1.24998 6.322 1.24999 7.03073 1.25 7.90946V7.90947V11.0573V11.0573C1.24999 13.3657 1.24998 15.1748 1.43975 16.5863C1.63399 18.031 2.03933 19.171 2.93414 20.0658C3.82895 20.9606 4.96897 21.366 6.41371 21.5602C7.82519 21.75 9.63423 21.75 11.9426 21.75H13.2923C15.012 21.75 16.3602 21.75 17.4336 21.6408C18.5283 21.5294 19.4202 21.2983 20.1945 20.7809C20.8224 20.3614 21.3614 19.8223 21.781 19.1945C22.2983 18.4202 22.5295 17.5283 22.6408 16.4336C22.75 15.3601 22.75 14.012 22.75 12.2922C22.75 11.2732 22.75 10.3688 22.683 9.70944C22.6137 9.02888 22.4669 8.43868 22.118 7.91657C21.8444 7.50711 21.4929 7.15554 21.0834 6.88195C20.5613 6.53308 19.9711 6.38624 19.2905 6.31701C18.6312 6.24994 17.8095 6.24995 16.7905 6.24996H16.7904L12.4635 6.24996ZM15.5103 12.5681C15.1966 12.2977 15.1615 11.8241 15.4319 11.5104C15.7023 11.1966 16.1759 11.1615 16.4897 11.4319L17.4096 12.2248L17.4373 12.2487C17.6061 12.3941 17.7854 12.5486 17.9166 12.6967C18.0648 12.8642 18.25 13.13 18.25 13.5C18.25 13.8701 18.0648 14.1359 17.9166 14.3033C17.7854 14.4515 17.6061 14.6059 17.4374 14.7513L17.4373 14.7513L17.4096 14.7752L16.4897 15.5681C16.1759 15.8385 15.7023 15.8034 15.4319 15.4897C15.1615 15.1759 15.1966 14.7023 15.5103 14.4319L16.4302 13.639C16.4914 13.5863 16.5442 13.5408 16.5907 13.5C16.5442 13.4592 16.4914 13.4137 16.4302 13.361L15.5103 12.5681ZM9.0681 11.5104C9.33853 11.8241 9.30341 12.2977 8.98966 12.5681L8.06975 13.361C8.00858 13.4137 7.95583 13.4592 7.90931 13.5C7.95583 13.5408 8.00858 13.5863 8.06975 13.639L8.98966 14.4319C9.30341 14.7023 9.33853 15.1759 9.0681 15.4897C8.79767 15.8034 8.32409 15.8385 8.01034 15.5681L7.09044 14.7752L7.06265 14.7513C6.89388 14.6059 6.71456 14.4515 6.58344 14.3033C6.43518 14.1359 6.25 13.8701 6.25 13.5C6.25 13.13 6.43518 12.8642 6.58344 12.6967C6.71456 12.5486 6.89388 12.3941 7.06265 12.2487L7.09044 12.2248L8.01034 11.4319C8.32409 11.1615 8.79767 11.1966 9.0681 11.5104ZM13.6966 11.2785C13.8504 10.8939 13.6633 10.4574 13.2787 10.3036C12.8942 10.1498 12.4577 10.3368 12.3038 10.7214L10.3038 15.7214C10.15 16.106 10.3371 16.5425 10.7217 16.6963C11.1062 16.8501 11.5427 16.6631 11.6966 16.2785L13.6966 11.2785Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4635 6.24996L11.9425 5.20632C11.4704 4.25117 10.8581 3.01201 9.4626 2.48872C8.82373 2.24915 8.11205 2.24946 7.08264 2.24992C6.2039 2.24991 5.32205 2.24994 4.7497 2.30039C4.15996 2.35238 3.64388 2.46234 3.17258 2.72535C2.56533 3.06423 2.06428 3.56529 1.7254 4.17254C1.46238 4.64384 1.35242 5.15992 1.30044 5.74965C1.24998 6.322 1.24999 7.03073 1.25 7.90946V7.90947V11.0573V11.0573C1.24999 13.3657 1.24998 15.1748 1.43975 16.5863C1.63399 18.031 2.03933 19.171 2.93414 20.0658C3.82895 20.9606 4.96897 21.366 6.41371 21.5602C7.82519 21.75 9.63423 21.75 11.9426 21.75H13.2923C15.012 21.75 16.3602 21.75 17.4336 21.6408C18.5283 21.5294 19.4202 21.2983 20.1945 20.7809C20.8224 20.3614 21.3614 19.8223 21.781 19.1945C22.2983 18.4202 22.5295 17.5283 22.6408 16.4336C22.75 15.3601 22.75 14.012 22.75 12.2922C22.75 11.2732 22.75 10.3688 22.683 9.70944C22.6137 9.02888 22.4669 8.43868 22.118 7.91657C21.8444 7.50711 21.4929 7.15554 21.0834 6.88195C20.5613 6.53308 19.9711 6.38624 19.2905 6.31701C18.6312 6.24994 17.8095 6.24995 16.7905 6.24996H16.7904L12.4635 6.24996ZM15.5103 12.5681C15.1966 12.2977 15.1615 11.8241 15.4319 11.5104C15.7023 11.1966 16.1759 11.1615 16.4897 11.4319L17.4096 12.2248L17.4373 12.2487C17.6061 12.3941 17.7854 12.5486 17.9166 12.6967C18.0648 12.8642 18.25 13.13 18.25 13.5C18.25 13.8701 18.0648 14.1359 17.9166 14.3033C17.7854 14.4515 17.6061 14.6059 17.4374 14.7513L17.4373 14.7513L17.4096 14.7752L16.4897 15.5681C16.1759 15.8385 15.7023 15.8034 15.4319 15.4897C15.1615 15.1759 15.1966 14.7023 15.5103 14.4319L16.4302 13.639C16.4914 13.5863 16.5442 13.5408 16.5907 13.5C16.5442 13.4592 16.4914 13.4137 16.4302 13.361L15.5103 12.5681ZM9.0681 11.5104C9.33853 11.8241 9.30341 12.2977 8.98966 12.5681L8.06975 13.361C8.00858 13.4137 7.95583 13.4592 7.90931 13.5C7.95583 13.5408 8.00858 13.5863 8.06975 13.639L8.98966 14.4319C9.30341 14.7023 9.33853 15.1759 9.0681 15.4897C8.79767 15.8034 8.32409 15.8385 8.01034 15.5681L7.09044 14.7752L7.06265 14.7513C6.89388 14.6059 6.71456 14.4515 6.58344 14.3033C6.43518 14.1359 6.25 13.8701 6.25 13.5C6.25 13.13 6.43518 12.8642 6.58344 12.6967C6.71456 12.5486 6.89388 12.3941 7.06265 12.2487L7.09044 12.2248L8.01034 11.4319C8.32409 11.1615 8.79767 11.1966 9.0681 11.5104ZM13.6966 11.2785C13.8504 10.8939 13.6633 10.4574 13.2787 10.3036C12.8942 10.1498 12.4577 10.3368 12.3038 10.7214L10.3038 15.7214C10.15 16.106 10.3371 16.5425 10.7217 16.6963C11.1062 16.8501 11.5427 16.6631 11.6966 16.2785L13.6966 11.2785Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-code-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM16 7.25C15.5858 7.25 15.25 7.58579 15.25 8C15.25 8.41421 15.5858 8.75 16 8.75C16.1849 8.75 16.3655 8.90866 16.3655 9.14286V10.3838C16.3655 10.88 16.5578 11.3595 16.9055 11.7157L17.183 12L16.9055 12.2843C16.5578 12.6405 16.3655 13.12 16.3655 13.6162V14.8571C16.3655 15.0913 16.1849 15.25 16 15.25C15.5858 15.25 15.25 15.5858 15.25 16C15.25 16.4142 15.5858 16.75 16 16.75C17.0473 16.75 17.8655 15.8853 17.8655 14.8571V13.6162C17.8655 13.5063 17.9083 13.4044 17.979 13.332L18.3733 12.9279C18.8755 12.4134 18.8756 11.5866 18.3733 11.0721L17.979 10.668C17.9083 10.5956 17.8655 10.4937 17.8655 10.3838V9.14286C17.8655 8.11469 17.0473 7.25 16 7.25ZM8.75 8C8.75 7.58579 8.41421 7.25 8 7.25C6.95269 7.25 6.13448 8.11469 6.13448 9.14286V10.3838C6.13448 10.4937 6.09167 10.5956 6.02105 10.668L5.62665 11.0721C5.12445 11.5866 5.12445 12.4134 5.62665 12.9279L6.02105 13.332C6.09167 13.4044 6.13448 13.5063 6.13448 13.6162V14.8571C6.13448 15.8853 6.95269 16.75 8 16.75C8.41421 16.75 8.75 16.4142 8.75 16C8.75 15.5858 8.41421 15.25 8 15.25C7.81515 15.25 7.63448 15.0913 7.63448 14.8571V13.6162C7.63448 13.12 7.44224 12.6405 7.09447 12.2843L6.81702 12L7.09447 11.7157C7.44224 11.3595 7.63448 10.88 7.63448 10.3838V9.14286C7.63448 8.90866 7.81515 8.75 8 8.75C8.41421 8.75 8.75 8.41421 8.75 8ZM10 11C9.44772 11 9 11.4477 9 12C9 12.5523 9.44772 13 10 13H10.009C10.5612 13 11.009 12.5523 11.009 12C11.009 11.4477 10.5612 11 10.009 11H10ZM13.991 11C13.4388 11 12.991 11.4477 12.991 12C12.991 12.5523 13.4388 13 13.991 13H14C14.5523 13 15 12.5523 15 12C15 11.4477 14.5523 11 14 11H13.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM16 7.25C15.5858 7.25 15.25 7.58579 15.25 8C15.25 8.41421 15.5858 8.75 16 8.75C16.1849 8.75 16.3655 8.90866 16.3655 9.14286V10.3838C16.3655 10.88 16.5578 11.3595 16.9055 11.7157L17.183 12L16.9055 12.2843C16.5578 12.6405 16.3655 13.12 16.3655 13.6162V14.8571C16.3655 15.0913 16.1849 15.25 16 15.25C15.5858 15.25 15.25 15.5858 15.25 16C15.25 16.4142 15.5858 16.75 16 16.75C17.0473 16.75 17.8655 15.8853 17.8655 14.8571V13.6162C17.8655 13.5063 17.9083 13.4044 17.979 13.332L18.3733 12.9279C18.8755 12.4134 18.8756 11.5866 18.3733 11.0721L17.979 10.668C17.9083 10.5956 17.8655 10.4937 17.8655 10.3838V9.14286C17.8655 8.11469 17.0473 7.25 16 7.25ZM8.75 8C8.75 7.58579 8.41421 7.25 8 7.25C6.95269 7.25 6.13448 8.11469 6.13448 9.14286V10.3838C6.13448 10.4937 6.09167 10.5956 6.02105 10.668L5.62665 11.0721C5.12445 11.5866 5.12445 12.4134 5.62665 12.9279L6.02105 13.332C6.09167 13.4044 6.13448 13.5063 6.13448 13.6162V14.8571C6.13448 15.8853 6.95269 16.75 8 16.75C8.41421 16.75 8.75 16.4142 8.75 16C8.75 15.5858 8.41421 15.25 8 15.25C7.81515 15.25 7.63448 15.0913 7.63448 14.8571V13.6162C7.63448 13.12 7.44224 12.6405 7.09447 12.2843L6.81702 12L7.09447 11.7157C7.44224 11.3595 7.63448 10.88 7.63448 10.3838V9.14286C7.63448 8.90866 7.81515 8.75 8 8.75C8.41421 8.75 8.75 8.41421 8.75 8ZM10 11C9.44772 11 9 11.4477 9 12C9 12.5523 9.44772 13 10 13H10.009C10.5612 13 11.009 12.5523 11.009 12C11.009 11.4477 10.5612 11 10.009 11H10ZM13.991 11C13.4388 11 12.991 11.4477 12.991 12C12.991 12.5523 13.4388 13 13.991 13H14C14.5523 13 15 12.5523 15 12C15 11.4477 14.5523 11 14 11H13.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-code{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 12C6 11.3096 6.55964 10.75 7.25 10.75H7.25897C7.94933 10.75 8.50897 11.3096 8.50897 12C8.50897 12.6904 7.94933 13.25 7.25897 13.25H7.25C6.55964 13.25 6 12.6904 6 12ZM10.7455 12C10.7455 11.3096 11.3052 10.75 11.9955 10.75H12.0045C12.6948 10.75 13.2545 11.3096 13.2545 12C13.2545 12.6904 12.6948 13.25 12.0045 13.25H11.9955C11.3052 13.25 10.7455 12.6904 10.7455 12ZM15.491 12C15.491 11.3096 16.0507 10.75 16.741 10.75H16.75C17.4404 10.75 18 11.3096 18 12C18 12.6904 17.4404 13.25 16.75 13.25H16.741C16.0507 13.25 15.491 12.6904 15.491 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 3C17 2.44772 17.4477 2 18 2C19.913 2 21.231 3.73702 21.231 5.57143C21.231 5.7037 21.2308 5.83139 21.2305 5.95493C21.2286 6.92941 21.2271 7.64597 21.3561 8.31956C21.4902 9.02032 21.7711 9.67768 22.4286 10.4355C23.1905 11.3136 23.1905 12.6864 22.4286 13.5645C21.7711 14.3223 21.4902 14.9797 21.3561 15.6804C21.2271 16.354 21.2286 17.0706 21.2305 18.0451C21.2308 18.1686 21.231 18.2963 21.231 18.4286C21.231 20.263 19.913 22 18 22C17.4477 22 17 21.5523 17 21C17 20.4477 17.4477 20 18 20C18.5513 20 19.231 19.4345 19.231 18.4286C19.231 18.3009 19.2306 18.1735 19.2302 18.0463C19.2271 17.1055 19.224 16.1805 19.3917 15.3045C19.5932 14.2518 20.0334 13.2733 20.9179 12.2538C21.0274 12.1277 21.0274 11.8723 20.9179 11.7462C20.0334 10.7267 19.5932 9.74823 19.3917 8.69554C19.224 7.81947 19.2271 6.89448 19.2302 5.95367C19.2306 5.82652 19.231 5.69908 19.231 5.57143C19.231 4.56552 18.5513 4 18 4C17.4477 4 17 3.55228 17 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 3C7 2.44772 6.55228 2 6 2C4.08695 2 2.76897 3.73702 2.76897 5.57143C2.76897 5.63284 2.76899 5.69342 2.76902 5.7532C2.76989 7.94318 2.77033 9.05366 1.57139 10.4355C0.809534 11.3136 0.809536 12.6864 1.5714 13.5645C2.22892 14.3223 2.50982 14.9797 2.64394 15.6804C2.77287 16.354 2.77143 17.0706 2.76947 18.0451C2.76923 18.1686 2.76897 18.2963 2.76897 18.4286C2.76897 20.263 4.08695 22 6 22C6.55228 22 7 21.5523 7 21C7 20.4477 6.55228 20 6 20C5.44872 20 4.76897 19.4345 4.76897 18.4286C4.76897 18.3009 4.76939 18.1735 4.76981 18.0463C4.77291 17.1055 4.77596 16.1805 4.60829 15.3045C4.4068 14.2518 3.96658 13.2733 3.08206 12.2538C2.97265 12.1277 2.97265 11.8723 3.08206 11.7462C4.77803 9.79147 4.77405 7.98584 4.76945 5.90134C4.76921 5.79216 4.76897 5.68221 4.76897 5.57143C4.76897 4.56552 5.44872 4 6 4C6.55228 4 7 3.55228 7 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 12C6 11.3096 6.55964 10.75 7.25 10.75H7.25897C7.94933 10.75 8.50897 11.3096 8.50897 12C8.50897 12.6904 7.94933 13.25 7.25897 13.25H7.25C6.55964 13.25 6 12.6904 6 12ZM10.7455 12C10.7455 11.3096 11.3052 10.75 11.9955 10.75H12.0045C12.6948 10.75 13.2545 11.3096 13.2545 12C13.2545 12.6904 12.6948 13.25 12.0045 13.25H11.9955C11.3052 13.25 10.7455 12.6904 10.7455 12ZM15.491 12C15.491 11.3096 16.0507 10.75 16.741 10.75H16.75C17.4404 10.75 18 11.3096 18 12C18 12.6904 17.4404 13.25 16.75 13.25H16.741C16.0507 13.25 15.491 12.6904 15.491 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 3C17 2.44772 17.4477 2 18 2C19.913 2 21.231 3.73702 21.231 5.57143C21.231 5.7037 21.2308 5.83139 21.2305 5.95493C21.2286 6.92941 21.2271 7.64597 21.3561 8.31956C21.4902 9.02032 21.7711 9.67768 22.4286 10.4355C23.1905 11.3136 23.1905 12.6864 22.4286 13.5645C21.7711 14.3223 21.4902 14.9797 21.3561 15.6804C21.2271 16.354 21.2286 17.0706 21.2305 18.0451C21.2308 18.1686 21.231 18.2963 21.231 18.4286C21.231 20.263 19.913 22 18 22C17.4477 22 17 21.5523 17 21C17 20.4477 17.4477 20 18 20C18.5513 20 19.231 19.4345 19.231 18.4286C19.231 18.3009 19.2306 18.1735 19.2302 18.0463C19.2271 17.1055 19.224 16.1805 19.3917 15.3045C19.5932 14.2518 20.0334 13.2733 20.9179 12.2538C21.0274 12.1277 21.0274 11.8723 20.9179 11.7462C20.0334 10.7267 19.5932 9.74823 19.3917 8.69554C19.224 7.81947 19.2271 6.89448 19.2302 5.95367C19.2306 5.82652 19.231 5.69908 19.231 5.57143C19.231 4.56552 18.5513 4 18 4C17.4477 4 17 3.55228 17 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 3C7 2.44772 6.55228 2 6 2C4.08695 2 2.76897 3.73702 2.76897 5.57143C2.76897 5.63284 2.76899 5.69342 2.76902 5.7532C2.76989 7.94318 2.77033 9.05366 1.57139 10.4355C0.809534 11.3136 0.809536 12.6864 1.5714 13.5645C2.22892 14.3223 2.50982 14.9797 2.64394 15.6804C2.77287 16.354 2.77143 17.0706 2.76947 18.0451C2.76923 18.1686 2.76897 18.2963 2.76897 18.4286C2.76897 20.263 4.08695 22 6 22C6.55228 22 7 21.5523 7 21C7 20.4477 6.55228 20 6 20C5.44872 20 4.76897 19.4345 4.76897 18.4286C4.76897 18.3009 4.76939 18.1735 4.76981 18.0463C4.77291 17.1055 4.77596 16.1805 4.60829 15.3045C4.4068 14.2518 3.96658 13.2733 3.08206 12.2538C2.97265 12.1277 2.97265 11.8723 3.08206 11.7462C4.77803 9.79147 4.77405 7.98584 4.76945 5.90134C4.76921 5.79216 4.76897 5.68221 4.76897 5.57143C4.76897 4.56552 5.44872 4 6 4C6.55228 4 7 3.55228 7 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-command-line{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0579 1.75H11.9435H11.9435C9.75282 1.74999 8.03214 1.74998 6.68872 1.93059C5.31207 2.11568 4.21981 2.50272 3.36161 3.36091C2.50342 4.21911 2.11638 5.31137 1.93129 6.68802C1.89188 6.98118 1.86107 7.29229 1.83698 7.62234C1.81576 7.91313 1.80515 8.05853 1.89415 8.15427C1.98315 8.25 2.13164 8.25 2.42863 8.25H21.5728C21.8698 8.25 22.0183 8.25 22.1073 8.15427C22.1963 8.05853 22.1856 7.91313 22.1644 7.62234C22.1403 7.29229 22.1095 6.98118 22.0701 6.68802C21.885 5.31137 21.498 4.21911 20.6398 3.36091C19.7816 2.50272 18.6893 2.11568 17.3127 1.93059C15.9693 1.74998 14.2486 1.74999 12.0579 1.75H12.0579ZM6 5C6 4.44772 6.44571 4 6.99553 4H7.00447C7.55429 4 8 4.44772 8 5C8 5.55228 7.55429 6 7.00447 6H6.99553C6.44571 6 6 5.55228 6 5ZM10.9955 4C10.4457 4 10 4.44772 10 5C10 5.55228 10.4457 6 10.9955 6H11.0045C11.5543 6 12 5.55228 12 5C12 4.44772 11.5543 4 11.0045 4H10.9955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.1566 9.83722C22.2444 9.92444 22.2452 10.0638 22.2469 10.3424C22.25 10.8458 22.25 11.3787 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9426C1.75 11.3786 1.74999 10.8457 1.75307 10.3424C1.75478 10.0638 1.75563 9.92444 1.84339 9.83722C1.93114 9.75 2.07108 9.75 2.35096 9.75H21.649C21.9289 9.75 22.0689 9.75 22.1566 9.83722ZM15.5103 14.5681C15.1966 14.2977 15.1615 13.8241 15.4319 13.5104C15.7023 13.1966 16.1759 13.1615 16.4897 13.4319L17.7162 14.4891L17.7476 14.5161C17.978 14.7147 18.205 14.9103 18.3682 15.0946C18.5487 15.2985 18.75 15.5954 18.75 16C18.75 16.4046 18.5487 16.7015 18.3682 16.9054C18.205 17.0898 17.978 17.2853 17.7476 17.4839L17.7476 17.4839L17.7162 17.5109L16.4897 18.5681C16.1759 18.8385 15.7023 18.8034 15.4319 18.4897C15.1615 18.1759 15.1966 17.7023 15.5103 17.4319L16.7369 16.3747C16.9366 16.2026 17.0685 16.0878 17.1591 16C17.0685 15.9123 16.9366 15.7974 16.7369 15.6253L15.5103 14.5681ZM8.5681 13.5104C8.83853 13.8241 8.80341 14.2977 8.48966 14.5681L7.26312 15.6253C7.06342 15.7974 6.93152 15.9123 6.84087 16C6.93152 16.0878 7.06342 16.2026 7.26312 16.3747L8.48966 17.4319C8.80341 17.7023 8.83853 18.1759 8.5681 18.4897C8.29767 18.8034 7.82409 18.8385 7.51034 18.5681L6.2838 17.5109L6.25243 17.4839C6.02197 17.2853 5.79495 17.0898 5.63178 16.9054C5.4513 16.7015 5.25 16.4046 5.25 16C5.25 15.5954 5.4513 15.2985 5.63178 15.0946C5.79495 14.9103 6.02197 14.7147 6.25244 14.5161L6.2838 14.4891L7.51034 13.4319C7.82409 13.1615 8.29767 13.1966 8.5681 13.5104ZM13.7117 13.2374C13.8427 12.8444 13.6303 12.4197 13.2374 12.2887C12.8444 12.1577 12.4197 12.3701 12.2887 12.763L10.2887 18.763C10.1577 19.156 10.3701 19.5807 10.763 19.7117C11.156 19.8427 11.5807 19.6303 11.7117 19.2374L13.7117 13.2374Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0579 1.75H11.9435H11.9435C9.75282 1.74999 8.03214 1.74998 6.68872 1.93059C5.31207 2.11568 4.21981 2.50272 3.36161 3.36091C2.50342 4.21911 2.11638 5.31137 1.93129 6.68802C1.89188 6.98118 1.86107 7.29229 1.83698 7.62234C1.81576 7.91313 1.80515 8.05853 1.89415 8.15427C1.98315 8.25 2.13164 8.25 2.42863 8.25H21.5728C21.8698 8.25 22.0183 8.25 22.1073 8.15427C22.1963 8.05853 22.1856 7.91313 22.1644 7.62234C22.1403 7.29229 22.1095 6.98118 22.0701 6.68802C21.885 5.31137 21.498 4.21911 20.6398 3.36091C19.7816 2.50272 18.6893 2.11568 17.3127 1.93059C15.9693 1.74998 14.2486 1.74999 12.0579 1.75H12.0579ZM6 5C6 4.44772 6.44571 4 6.99553 4H7.00447C7.55429 4 8 4.44772 8 5C8 5.55228 7.55429 6 7.00447 6H6.99553C6.44571 6 6 5.55228 6 5ZM10.9955 4C10.4457 4 10 4.44772 10 5C10 5.55228 10.4457 6 10.9955 6H11.0045C11.5543 6 12 5.55228 12 5C12 4.44772 11.5543 4 11.0045 4H10.9955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.1566 9.83722C22.2444 9.92444 22.2452 10.0638 22.2469 10.3424C22.25 10.8458 22.25 11.3787 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9426C1.75 11.3786 1.74999 10.8457 1.75307 10.3424C1.75478 10.0638 1.75563 9.92444 1.84339 9.83722C1.93114 9.75 2.07108 9.75 2.35096 9.75H21.649C21.9289 9.75 22.0689 9.75 22.1566 9.83722ZM15.5103 14.5681C15.1966 14.2977 15.1615 13.8241 15.4319 13.5104C15.7023 13.1966 16.1759 13.1615 16.4897 13.4319L17.7162 14.4891L17.7476 14.5161C17.978 14.7147 18.205 14.9103 18.3682 15.0946C18.5487 15.2985 18.75 15.5954 18.75 16C18.75 16.4046 18.5487 16.7015 18.3682 16.9054C18.205 17.0898 17.978 17.2853 17.7476 17.4839L17.7476 17.4839L17.7162 17.5109L16.4897 18.5681C16.1759 18.8385 15.7023 18.8034 15.4319 18.4897C15.1615 18.1759 15.1966 17.7023 15.5103 17.4319L16.7369 16.3747C16.9366 16.2026 17.0685 16.0878 17.1591 16C17.0685 15.9123 16.9366 15.7974 16.7369 15.6253L15.5103 14.5681ZM8.5681 13.5104C8.83853 13.8241 8.80341 14.2977 8.48966 14.5681L7.26312 15.6253C7.06342 15.7974 6.93152 15.9123 6.84087 16C6.93152 16.0878 7.06342 16.2026 7.26312 16.3747L8.48966 17.4319C8.80341 17.7023 8.83853 18.1759 8.5681 18.4897C8.29767 18.8034 7.82409 18.8385 7.51034 18.5681L6.2838 17.5109L6.25243 17.4839C6.02197 17.2853 5.79495 17.0898 5.63178 16.9054C5.4513 16.7015 5.25 16.4046 5.25 16C5.25 15.5954 5.4513 15.2985 5.63178 15.0946C5.79495 14.9103 6.02197 14.7147 6.25244 14.5161L6.2838 14.4891L7.51034 13.4319C7.82409 13.1615 8.29767 13.1966 8.5681 13.5104ZM13.7117 13.2374C13.8427 12.8444 13.6303 12.4197 13.2374 12.2887C12.8444 12.1577 12.4197 12.3701 12.2887 12.763L10.2887 18.763C10.1577 19.156 10.3701 19.5807 10.763 19.7117C11.156 19.8427 11.5807 19.6303 11.7117 19.2374L13.7117 13.2374Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-computer-programming-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94328 1H14.0567C15.6482 0.999985 16.9216 0.999973 17.9392 1.10724C18.9867 1.21765 19.8777 1.45065 20.6547 1.99466C21.1802 2.36266 21.6373 2.81978 22.0053 3.34533C22.5494 4.12227 22.7824 5.01328 22.8928 6.06076C23 7.07837 23 8.35178 23 9.94327V10.0567C23 11.6482 23 12.9216 22.8928 13.9392C22.7824 14.9867 22.5494 15.8777 22.0053 16.6547C21.6373 17.1802 21.1802 17.6373 20.6547 18.0053C19.8777 18.5494 18.9867 18.7824 17.9392 18.8928C16.9216 19 15.6482 19 14.0567 19H9.94327C8.35178 19 7.07837 19 6.06076 18.8928C5.01328 18.7824 4.12227 18.5494 3.34533 18.0053C2.81978 17.6373 2.36266 17.1802 1.99466 16.6547C1.45065 15.8777 1.21765 14.9867 1.10724 13.9392C0.999973 12.9216 0.999985 11.6482 1 10.0567V9.94328C0.999985 8.35179 0.999973 7.07838 1.10724 6.06076C1.21765 5.01328 1.45065 4.12227 1.99466 3.34533C2.36266 2.81978 2.81978 2.36266 3.34533 1.99466C4.12227 1.45065 5.01328 1.21765 6.06076 1.10724C7.07838 0.999973 8.35179 0.999985 9.94328 1ZM6.27041 3.09622C5.38772 3.18926 4.8778 3.36317 4.49248 3.63297C4.15804 3.86715 3.86715 4.15804 3.63297 4.49248C3.36317 4.8778 3.18926 5.38772 3.09622 6.27041C3.0013 7.17091 3 8.33876 3 10C3 11.6612 3.0013 12.8291 3.09622 13.7296C3.18926 14.6123 3.36317 15.1222 3.63297 15.5075C3.86715 15.842 4.15804 16.1329 4.49248 16.367C4.8778 16.6368 5.38772 16.8107 6.27041 16.9038C7.17091 16.9987 8.33876 17 10 17H14C15.6612 17 16.8291 16.9987 17.7296 16.9038C18.6123 16.8107 19.1222 16.6368 19.5075 16.367C19.842 16.1329 20.1329 15.842 20.367 15.5075C20.6368 15.1222 20.8107 14.6123 20.9038 13.7296C20.9987 12.8291 21 11.6612 21 10C21 8.33876 20.9987 7.17091 20.9038 6.27041C20.8107 5.38772 20.6368 4.8778 20.367 4.49248C20.1329 4.15804 19.842 3.86715 19.5075 3.63297C19.1222 3.36317 18.6123 3.18926 17.7296 3.09622C16.8291 3.0013 15.6612 3 14 3H10C8.33876 3 7.17091 3.0013 6.27041 3.09622Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8306 17.25H9.16932L9.55133 18.2643C9.75942 18.8168 9.79852 19.4306 9.69509 19.9899C9.62759 20.3549 9.59384 20.5374 9.31586 20.7687C9.03788 21 8.76464 21 8.21814 21H7C6.44772 21 6 21.4477 6 22C6 22.5523 6.44772 23 7 23H17C17.5523 23 18 22.5523 18 22C18 21.4477 17.5523 21 17 21H15.7818C15.2353 21 14.9621 21 14.6841 20.7687C14.4061 20.5374 14.3724 20.3549 14.3049 19.9899C14.2014 19.4306 14.2405 18.8168 14.4486 18.2643L14.8306 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2425 7.34714C14.882 7.76547 14.9288 8.3969 15.3471 8.75748L16.5737 9.81467L17.2265 9.05721L16.5737 9.81467C16.6552 9.88498 16.7256 9.94562 16.7876 10C16.7256 10.0544 16.6552 10.1151 16.5737 10.1854L15.3471 11.2426C14.9288 11.6031 14.882 12.2346 15.2425 12.6529C15.6031 13.0712 16.2345 13.1181 16.6529 12.7575L17.8794 11.7003C17.8917 11.6897 17.9041 11.679 17.9165 11.6684C18.1415 11.4746 18.3806 11.2686 18.5554 11.0711C18.7531 10.8478 19 10.4934 19 10C19 9.50662 18.7531 9.15222 18.5554 8.92891C18.3806 8.7314 18.1415 8.52548 17.9165 8.33166C17.9041 8.32098 17.8917 8.31034 17.8794 8.29975C17.8794 8.29975 17.8794 8.29975 17.8794 8.29974L16.6529 7.24255C16.2345 6.88198 15.6031 6.9288 15.2425 7.34714Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.75746 7.34714C9.11804 7.76547 9.07121 8.3969 8.65288 8.75748L7.42634 9.81467L6.77346 9.05721L7.42634 9.81467C7.34477 9.88498 7.27445 9.94562 7.21242 10C7.27445 10.0544 7.34477 10.1151 7.42634 10.1854L8.65288 11.2426C9.07121 11.6031 9.11804 12.2346 8.75746 12.6529C8.39689 13.0712 7.76546 13.1181 7.34712 12.7575L6.12058 11.7003C6.10828 11.6897 6.09593 11.679 6.08353 11.6684C5.8585 11.4746 5.61941 11.2686 5.44458 11.0711C5.24691 10.8478 5 10.4934 5 10C5 9.50662 5.24691 9.15222 5.44458 8.92891C5.61941 8.7314 5.85851 8.52548 6.08354 8.33166C6.09593 8.32098 6.10828 8.31034 6.12058 8.29975C6.12058 8.29975 6.12058 8.29975 6.12058 8.29974L7.34712 7.24255C7.76546 6.88198 8.39689 6.9288 8.75746 7.34714Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3165 6.05159C13.8404 6.22624 14.1236 6.79256 13.949 7.3165L11.949 13.3165C11.7743 13.8404 11.208 14.1236 10.684 13.949C10.1601 13.7743 9.87694 13.208 10.0516 12.684L12.0516 6.68404C12.2262 6.1601 12.7926 5.87694 13.3165 6.05159Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94328 1H14.0567C15.6482 0.999985 16.9216 0.999973 17.9392 1.10724C18.9867 1.21765 19.8777 1.45065 20.6547 1.99466C21.1802 2.36266 21.6373 2.81978 22.0053 3.34533C22.5494 4.12227 22.7824 5.01328 22.8928 6.06076C23 7.07837 23 8.35178 23 9.94327V10.0567C23 11.6482 23 12.9216 22.8928 13.9392C22.7824 14.9867 22.5494 15.8777 22.0053 16.6547C21.6373 17.1802 21.1802 17.6373 20.6547 18.0053C19.8777 18.5494 18.9867 18.7824 17.9392 18.8928C16.9216 19 15.6482 19 14.0567 19H9.94327C8.35178 19 7.07837 19 6.06076 18.8928C5.01328 18.7824 4.12227 18.5494 3.34533 18.0053C2.81978 17.6373 2.36266 17.1802 1.99466 16.6547C1.45065 15.8777 1.21765 14.9867 1.10724 13.9392C0.999973 12.9216 0.999985 11.6482 1 10.0567V9.94328C0.999985 8.35179 0.999973 7.07838 1.10724 6.06076C1.21765 5.01328 1.45065 4.12227 1.99466 3.34533C2.36266 2.81978 2.81978 2.36266 3.34533 1.99466C4.12227 1.45065 5.01328 1.21765 6.06076 1.10724C7.07838 0.999973 8.35179 0.999985 9.94328 1ZM6.27041 3.09622C5.38772 3.18926 4.8778 3.36317 4.49248 3.63297C4.15804 3.86715 3.86715 4.15804 3.63297 4.49248C3.36317 4.8778 3.18926 5.38772 3.09622 6.27041C3.0013 7.17091 3 8.33876 3 10C3 11.6612 3.0013 12.8291 3.09622 13.7296C3.18926 14.6123 3.36317 15.1222 3.63297 15.5075C3.86715 15.842 4.15804 16.1329 4.49248 16.367C4.8778 16.6368 5.38772 16.8107 6.27041 16.9038C7.17091 16.9987 8.33876 17 10 17H14C15.6612 17 16.8291 16.9987 17.7296 16.9038C18.6123 16.8107 19.1222 16.6368 19.5075 16.367C19.842 16.1329 20.1329 15.842 20.367 15.5075C20.6368 15.1222 20.8107 14.6123 20.9038 13.7296C20.9987 12.8291 21 11.6612 21 10C21 8.33876 20.9987 7.17091 20.9038 6.27041C20.8107 5.38772 20.6368 4.8778 20.367 4.49248C20.1329 4.15804 19.842 3.86715 19.5075 3.63297C19.1222 3.36317 18.6123 3.18926 17.7296 3.09622C16.8291 3.0013 15.6612 3 14 3H10C8.33876 3 7.17091 3.0013 6.27041 3.09622Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8306 17.25H9.16932L9.55133 18.2643C9.75942 18.8168 9.79852 19.4306 9.69509 19.9899C9.62759 20.3549 9.59384 20.5374 9.31586 20.7687C9.03788 21 8.76464 21 8.21814 21H7C6.44772 21 6 21.4477 6 22C6 22.5523 6.44772 23 7 23H17C17.5523 23 18 22.5523 18 22C18 21.4477 17.5523 21 17 21H15.7818C15.2353 21 14.9621 21 14.6841 20.7687C14.4061 20.5374 14.3724 20.3549 14.3049 19.9899C14.2014 19.4306 14.2405 18.8168 14.4486 18.2643L14.8306 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2425 7.34714C14.882 7.76547 14.9288 8.3969 15.3471 8.75748L16.5737 9.81467L17.2265 9.05721L16.5737 9.81467C16.6552 9.88498 16.7256 9.94562 16.7876 10C16.7256 10.0544 16.6552 10.1151 16.5737 10.1854L15.3471 11.2426C14.9288 11.6031 14.882 12.2346 15.2425 12.6529C15.6031 13.0712 16.2345 13.1181 16.6529 12.7575L17.8794 11.7003C17.8917 11.6897 17.9041 11.679 17.9165 11.6684C18.1415 11.4746 18.3806 11.2686 18.5554 11.0711C18.7531 10.8478 19 10.4934 19 10C19 9.50662 18.7531 9.15222 18.5554 8.92891C18.3806 8.7314 18.1415 8.52548 17.9165 8.33166C17.9041 8.32098 17.8917 8.31034 17.8794 8.29975C17.8794 8.29975 17.8794 8.29975 17.8794 8.29974L16.6529 7.24255C16.2345 6.88198 15.6031 6.9288 15.2425 7.34714Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.75746 7.34714C9.11804 7.76547 9.07121 8.3969 8.65288 8.75748L7.42634 9.81467L6.77346 9.05721L7.42634 9.81467C7.34477 9.88498 7.27445 9.94562 7.21242 10C7.27445 10.0544 7.34477 10.1151 7.42634 10.1854L8.65288 11.2426C9.07121 11.6031 9.11804 12.2346 8.75746 12.6529C8.39689 13.0712 7.76546 13.1181 7.34712 12.7575L6.12058 11.7003C6.10828 11.6897 6.09593 11.679 6.08353 11.6684C5.8585 11.4746 5.61941 11.2686 5.44458 11.0711C5.24691 10.8478 5 10.4934 5 10C5 9.50662 5.24691 9.15222 5.44458 8.92891C5.61941 8.7314 5.85851 8.52548 6.08354 8.33166C6.09593 8.32098 6.10828 8.31034 6.12058 8.29975C6.12058 8.29975 6.12058 8.29975 6.12058 8.29974L7.34712 7.24255C7.76546 6.88198 8.39689 6.9288 8.75746 7.34714Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3165 6.05159C13.8404 6.22624 14.1236 6.79256 13.949 7.3165L11.949 13.3165C11.7743 13.8404 11.208 14.1236 10.684 13.949C10.1601 13.7743 9.87694 13.208 10.0516 12.684L12.0516 6.68404C12.2262 6.1601 12.7926 5.87694 13.3165 6.05159Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-computer-programming-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8306 17.25H9.16932L9.55133 18.2643C9.75942 18.8168 9.79852 19.4306 9.69509 19.9899C9.62759 20.3549 9.59384 20.5374 9.31586 20.7687C9.03788 21 8.76464 21 8.21814 21H7C6.44772 21 6 21.4477 6 22C6 22.5523 6.44772 23 7 23H17C17.5523 23 18 22.5523 18 22C18 21.4477 17.5523 21 17 21H15.7818C15.2353 21 14.9621 21 14.6841 20.7687C14.4061 20.5374 14.3724 20.3549 14.3049 19.9899C14.2014 19.4306 14.2405 18.8168 14.4486 18.2643L14.8306 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9896 8.95393C20.9991 9.53049 21 9.23732 21 10C21 11.6612 20.9987 12.8291 20.9038 13.7296C20.8107 14.6123 20.6368 15.1222 20.367 15.5075C20.1329 15.842 19.842 16.1329 19.5075 16.367C19.1222 16.6368 18.6123 16.8107 17.7296 16.9038C16.8291 16.9987 15.6612 17 14 17H10C8.33876 17 7.17091 16.9987 6.27041 16.9038C5.38772 16.8107 4.8778 16.6368 4.49248 16.367C4.15804 16.1329 3.86715 15.842 3.63297 15.5075C3.36317 15.1222 3.18926 14.6123 3.09622 13.7296C3.0013 12.8291 3 11.6612 3 10C3 8.33876 3.0013 7.17091 3.09622 6.27041C3.18926 5.38772 3.36317 4.8778 3.63297 4.49248C3.86715 4.15804 4.15804 3.86715 4.49248 3.63297C4.8778 3.36317 5.38772 3.18926 6.27041 3.09622C7.17091 3.0013 8.33876 3 10 3H14C14.4206 3 14.8096 3.00008 15.1707 3.00175C15.1927 3.00185 15.2037 3.0019 15.2129 3.00178C15.4826 2.99807 15.7349 2.88829 15.9214 2.69343C15.9278 2.6868 15.9347 2.67934 15.9484 2.66441C15.9505 2.66221 15.9515 2.66111 15.9678 2.64147C16.4758 2.03125 16.0482 1.04796 15.2555 1.00329C15.23 1.00185 15.2609 1.00201 15.2485 1.00195C14.8726 0.999993 14.4758 0.999996 14.0569 1H14.0567H9.94328H9.94326C8.35178 0.999986 7.07837 0.999974 6.06076 1.10724C5.01328 1.21765 4.12227 1.45065 3.34533 1.99466C2.81978 2.36266 2.36266 2.81978 1.99466 3.34533C1.45065 4.12227 1.21765 5.01328 1.10724 6.06076C0.999974 7.07837 0.999986 8.35178 1 9.94326V9.94328V10.0567V10.0567C0.999986 11.6482 0.999974 12.9216 1.10724 13.9392C1.21765 14.9867 1.45065 15.8777 1.99466 16.6547C2.36266 17.1802 2.81978 17.6373 3.34533 18.0053C4.12227 18.5494 5.01328 18.7824 6.06076 18.8928C7.07837 19 8.35178 19 9.94327 19H14.0567C15.6482 19 16.9216 19 17.9392 18.8928C18.9867 18.7824 19.8777 18.5494 20.6547 18.0053C21.1802 17.6373 21.6373 17.1802 22.0053 16.6547C22.5494 15.8777 22.7824 14.9867 22.8928 13.9392C23 12.9216 23 11.6482 23 10.0567V9.94327C23 9.23763 22.9913 9.54791 22.9731 8.88909C22.9103 8.10411 21.9128 7.69761 21.3192 8.21511C21.1304 8.40486 20.9902 8.68626 20.9896 8.95393Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0522 1.78096C19.6636 1.41734 20.4188 1.40587 21.0408 1.75121C21.3008 1.89553 21.6473 2.25026 21.8934 2.50238C22.1411 2.75475 22.3692 2.987 22.5091 3.25011C22.841 3.8739 22.8303 4.62769 22.4804 5.24164C22.3328 5.50061 22.098 5.72605 21.8431 5.97082L17.9326 9.73731C17.4212 10.2308 17.0178 10.6201 16.5007 10.8221C15.9821 11.0247 15.4242 11.0095 14.721 10.9904H14.721C14.6186 10.9879 14.2179 10.9775 14.0924 10.9566C13.9335 10.9301 13.6912 10.8601 13.4954 10.6379C13.3018 10.4182 13.2617 10.1719 13.253 10.0157C13.2459 9.88945 13.2771 9.4813 13.2854 9.37643C13.333 8.75871 13.3708 8.27908 13.5622 7.83843C13.7542 7.39656 14.0792 7.04496 14.4957 6.5944L18.3366 2.43297C18.5753 2.17352 18.7967 1.93293 19.0522 1.78096Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 10C7 9.44772 7.44772 9 8 9H15C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H8C7.44772 11 7 10.5523 7 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8306 17.25H9.16932L9.55133 18.2643C9.75942 18.8168 9.79852 19.4306 9.69509 19.9899C9.62759 20.3549 9.59384 20.5374 9.31586 20.7687C9.03788 21 8.76464 21 8.21814 21H7C6.44772 21 6 21.4477 6 22C6 22.5523 6.44772 23 7 23H17C17.5523 23 18 22.5523 18 22C18 21.4477 17.5523 21 17 21H15.7818C15.2353 21 14.9621 21 14.6841 20.7687C14.4061 20.5374 14.3724 20.3549 14.3049 19.9899C14.2014 19.4306 14.2405 18.8168 14.4486 18.2643L14.8306 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9896 8.95393C20.9991 9.53049 21 9.23732 21 10C21 11.6612 20.9987 12.8291 20.9038 13.7296C20.8107 14.6123 20.6368 15.1222 20.367 15.5075C20.1329 15.842 19.842 16.1329 19.5075 16.367C19.1222 16.6368 18.6123 16.8107 17.7296 16.9038C16.8291 16.9987 15.6612 17 14 17H10C8.33876 17 7.17091 16.9987 6.27041 16.9038C5.38772 16.8107 4.8778 16.6368 4.49248 16.367C4.15804 16.1329 3.86715 15.842 3.63297 15.5075C3.36317 15.1222 3.18926 14.6123 3.09622 13.7296C3.0013 12.8291 3 11.6612 3 10C3 8.33876 3.0013 7.17091 3.09622 6.27041C3.18926 5.38772 3.36317 4.8778 3.63297 4.49248C3.86715 4.15804 4.15804 3.86715 4.49248 3.63297C4.8778 3.36317 5.38772 3.18926 6.27041 3.09622C7.17091 3.0013 8.33876 3 10 3H14C14.4206 3 14.8096 3.00008 15.1707 3.00175C15.1927 3.00185 15.2037 3.0019 15.2129 3.00178C15.4826 2.99807 15.7349 2.88829 15.9214 2.69343C15.9278 2.6868 15.9347 2.67934 15.9484 2.66441C15.9505 2.66221 15.9515 2.66111 15.9678 2.64147C16.4758 2.03125 16.0482 1.04796 15.2555 1.00329C15.23 1.00185 15.2609 1.00201 15.2485 1.00195C14.8726 0.999993 14.4758 0.999996 14.0569 1H14.0567H9.94328H9.94326C8.35178 0.999986 7.07837 0.999974 6.06076 1.10724C5.01328 1.21765 4.12227 1.45065 3.34533 1.99466C2.81978 2.36266 2.36266 2.81978 1.99466 3.34533C1.45065 4.12227 1.21765 5.01328 1.10724 6.06076C0.999974 7.07837 0.999986 8.35178 1 9.94326V9.94328V10.0567V10.0567C0.999986 11.6482 0.999974 12.9216 1.10724 13.9392C1.21765 14.9867 1.45065 15.8777 1.99466 16.6547C2.36266 17.1802 2.81978 17.6373 3.34533 18.0053C4.12227 18.5494 5.01328 18.7824 6.06076 18.8928C7.07837 19 8.35178 19 9.94327 19H14.0567C15.6482 19 16.9216 19 17.9392 18.8928C18.9867 18.7824 19.8777 18.5494 20.6547 18.0053C21.1802 17.6373 21.6373 17.1802 22.0053 16.6547C22.5494 15.8777 22.7824 14.9867 22.8928 13.9392C23 12.9216 23 11.6482 23 10.0567V9.94327C23 9.23763 22.9913 9.54791 22.9731 8.88909C22.9103 8.10411 21.9128 7.69761 21.3192 8.21511C21.1304 8.40486 20.9902 8.68626 20.9896 8.95393Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0522 1.78096C19.6636 1.41734 20.4188 1.40587 21.0408 1.75121C21.3008 1.89553 21.6473 2.25026 21.8934 2.50238C22.1411 2.75475 22.3692 2.987 22.5091 3.25011C22.841 3.8739 22.8303 4.62769 22.4804 5.24164C22.3328 5.50061 22.098 5.72605 21.8431 5.97082L17.9326 9.73731C17.4212 10.2308 17.0178 10.6201 16.5007 10.8221C15.9821 11.0247 15.4242 11.0095 14.721 10.9904H14.721C14.6186 10.9879 14.2179 10.9775 14.0924 10.9566C13.9335 10.9301 13.6912 10.8601 13.4954 10.6379C13.3018 10.4182 13.2617 10.1719 13.253 10.0157C13.2459 9.88945 13.2771 9.4813 13.2854 9.37643C13.333 8.75871 13.3708 8.27908 13.5622 7.83843C13.7542 7.39656 14.0792 7.04496 14.4957 6.5944L18.3366 2.43297C18.5753 2.17352 18.7967 1.93293 19.0522 1.78096Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 10C7 9.44772 7.44772 9 8 9H15C15.5523 9 16 9.44772 16 10C16 10.5523 15.5523 11 15 11H8C7.44772 11 7 10.5523 7 10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-console{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.1651 20.569C22.108 20.346 22.0193 20.0665 21.914 19.735L21.4761 18.3563C22.2603 17.606 22.7502 16.5477 22.7502 15.375C22.7502 13.0968 20.9034 11.25 18.6252 11.25H18.3752C16.0971 11.25 14.2502 13.0968 14.2502 15.375C14.2502 16.5477 14.7401 17.606 15.5244 18.3563L15.0866 19.7349C14.9812 20.0665 14.8925 20.346 14.8354 20.569C14.7811 20.7811 14.7254 21.0465 14.7624 21.3118C14.8734 22.1077 15.5356 22.7469 16.3723 22.75C16.651 22.751 16.9098 22.6473 17.1017 22.5611C17.3062 22.4692 17.5801 22.3255 17.8764 22.17C18.1723 22.0147 18.2337 21.9861 18.2868 21.9701C18.4266 21.928 18.5739 21.928 18.7136 21.9701C18.7668 21.9861 18.8281 22.0147 19.124 22.17C19.4203 22.3255 19.6942 22.4692 19.8988 22.5611C20.0907 22.6473 20.3495 22.751 20.6282 22.75C21.4649 22.7469 22.1271 22.1077 22.2381 21.3118C22.2751 21.0465 22.2194 20.7811 22.1651 20.569ZM16.2884 20.941C16.3336 20.7644 16.4089 20.5262 16.5229 20.1674L16.83 19.2006C17.3075 19.3936 17.8293 19.4999 18.3751 19.4999H18.6251C19.171 19.4999 19.6928 19.3936 20.1703 19.2006L20.4774 20.1674C20.5913 20.5262 20.6667 20.7644 20.7119 20.941C20.7793 21.0911 20.834 21.3516 20.5133 21.1927C20.3558 21.122 20.0979 20.987 19.7746 20.8174C19.5509 20.6998 19.355 20.5968 19.1466 20.5339C18.7245 20.4066 18.2758 20.4066 17.8536 20.5339C17.6452 20.5968 17.4493 20.6998 17.2256 20.8174C16.9023 20.987 16.6444 21.122 16.487 21.1927C16.2094 21.3296 16.2389 21.0819 16.2884 20.941Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0002 11C13.0002 12.1046 12.1048 13 11.0002 13C9.89567 13 9.00024 12.1046 9.00024 11C9.00024 9.89543 9.89567 9 11.0002 9C12.1048 9 13.0002 9.89543 13.0002 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0957 3.2C6.72504 3.2 3.2 6.70213 3.2 11C3.2 12.7951 3.81492 14.4513 4.84955 15.7716L6.17444 14.4467C6.5552 14.0659 7.17253 14.0659 7.5533 14.4467C7.93406 14.8275 7.93406 15.4448 7.5533 15.8256L6.23299 17.1459C7.5721 18.1817 9.25927 18.8 11.0957 18.8C11.511 18.8 11.9182 18.7684 12.3151 18.7077C12.8473 18.6263 13.3449 18.9918 13.4263 19.524C13.5077 20.0563 13.1422 20.5538 12.6099 20.6353C12.1158 20.7109 11.6101 20.75 11.0957 20.75C8.44734 20.75 6.0393 19.713 4.26762 18.0243C4.21042 17.9874 4.15624 17.9439 4.10615 17.8939C4.05768 17.8454 4.01538 17.7931 3.97925 17.7379C2.2894 15.9887 1.25 13.6166 1.25 11C1.25 5.60528 5.66809 1.25 11.0957 1.25C15.8257 1.25 19.785 4.55492 20.7285 8.97435C20.8409 9.50096 20.5052 10.019 19.9786 10.1314C19.4519 10.2438 18.9339 9.90808 18.8215 9.38146C18.5623 8.16744 18.0165 7.0563 17.2567 6.12123L15.8253 7.55257C15.4446 7.93333 14.8272 7.93333 14.4465 7.55257C14.0657 7.1718 14.0657 6.55447 14.4465 6.17371L15.849 4.77117C14.5276 3.78543 12.8818 3.2 11.0957 3.2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.1651 20.569C22.108 20.346 22.0193 20.0665 21.914 19.735L21.4761 18.3563C22.2603 17.606 22.7502 16.5477 22.7502 15.375C22.7502 13.0968 20.9034 11.25 18.6252 11.25H18.3752C16.0971 11.25 14.2502 13.0968 14.2502 15.375C14.2502 16.5477 14.7401 17.606 15.5244 18.3563L15.0866 19.7349C14.9812 20.0665 14.8925 20.346 14.8354 20.569C14.7811 20.7811 14.7254 21.0465 14.7624 21.3118C14.8734 22.1077 15.5356 22.7469 16.3723 22.75C16.651 22.751 16.9098 22.6473 17.1017 22.5611C17.3062 22.4692 17.5801 22.3255 17.8764 22.17C18.1723 22.0147 18.2337 21.9861 18.2868 21.9701C18.4266 21.928 18.5739 21.928 18.7136 21.9701C18.7668 21.9861 18.8281 22.0147 19.124 22.17C19.4203 22.3255 19.6942 22.4692 19.8988 22.5611C20.0907 22.6473 20.3495 22.751 20.6282 22.75C21.4649 22.7469 22.1271 22.1077 22.2381 21.3118C22.2751 21.0465 22.2194 20.7811 22.1651 20.569ZM16.2884 20.941C16.3336 20.7644 16.4089 20.5262 16.5229 20.1674L16.83 19.2006C17.3075 19.3936 17.8293 19.4999 18.3751 19.4999H18.6251C19.171 19.4999 19.6928 19.3936 20.1703 19.2006L20.4774 20.1674C20.5913 20.5262 20.6667 20.7644 20.7119 20.941C20.7793 21.0911 20.834 21.3516 20.5133 21.1927C20.3558 21.122 20.0979 20.987 19.7746 20.8174C19.5509 20.6998 19.355 20.5968 19.1466 20.5339C18.7245 20.4066 18.2758 20.4066 17.8536 20.5339C17.6452 20.5968 17.4493 20.6998 17.2256 20.8174C16.9023 20.987 16.6444 21.122 16.487 21.1927C16.2094 21.3296 16.2389 21.0819 16.2884 20.941Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0002 11C13.0002 12.1046 12.1048 13 11.0002 13C9.89567 13 9.00024 12.1046 9.00024 11C9.00024 9.89543 9.89567 9 11.0002 9C12.1048 9 13.0002 9.89543 13.0002 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0957 3.2C6.72504 3.2 3.2 6.70213 3.2 11C3.2 12.7951 3.81492 14.4513 4.84955 15.7716L6.17444 14.4467C6.5552 14.0659 7.17253 14.0659 7.5533 14.4467C7.93406 14.8275 7.93406 15.4448 7.5533 15.8256L6.23299 17.1459C7.5721 18.1817 9.25927 18.8 11.0957 18.8C11.511 18.8 11.9182 18.7684 12.3151 18.7077C12.8473 18.6263 13.3449 18.9918 13.4263 19.524C13.5077 20.0563 13.1422 20.5538 12.6099 20.6353C12.1158 20.7109 11.6101 20.75 11.0957 20.75C8.44734 20.75 6.0393 19.713 4.26762 18.0243C4.21042 17.9874 4.15624 17.9439 4.10615 17.8939C4.05768 17.8454 4.01538 17.7931 3.97925 17.7379C2.2894 15.9887 1.25 13.6166 1.25 11C1.25 5.60528 5.66809 1.25 11.0957 1.25C15.8257 1.25 19.785 4.55492 20.7285 8.97435C20.8409 9.50096 20.5052 10.019 19.9786 10.1314C19.4519 10.2438 18.9339 9.90808 18.8215 9.38146C18.5623 8.16744 18.0165 7.0563 17.2567 6.12123L15.8253 7.55257C15.4446 7.93333 14.8272 7.93333 14.4465 7.55257C14.0657 7.1718 14.0657 6.55447 14.4465 6.17371L15.849 4.77117C14.5276 3.78543 12.8818 3.2 11.0957 3.2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-csharp{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7 8.25C5.48122 8.25 4.25 9.48122 4.25 11V13C4.25 14.5188 5.48122 15.75 7 15.75C8.01883 15.75 8.90728 15.1956 9.38164 14.3755C9.58905 14.017 9.46653 13.5582 9.10798 13.3508C8.74943 13.1434 8.29064 13.2659 8.08323 13.6245C7.86597 14 7.46173 14.25 7 14.25C6.30964 14.25 5.75 13.6904 5.75 13V11C5.75 10.3096 6.30964 9.75 7 9.75C7.46173 9.75 7.86597 9.99996 8.08323 10.3755C8.29064 10.7341 8.74943 10.8566 9.10798 10.6492C9.46653 10.4418 9.58905 9.983 9.38164 9.62446C8.90728 8.80444 8.01883 8.25 7 8.25ZM12 9.75C12.4142 9.75 12.75 10.0858 12.75 10.5V11.25H13.5C13.9142 11.25 14.25 11.5858 14.25 12C14.25 12.4142 13.9142 12.75 13.5 12.75H12.75V13.5C12.75 13.9142 12.4142 14.25 12 14.25C11.5858 14.25 11.25 13.9142 11.25 13.5V12.75H10.5C10.0858 12.75 9.75 12.4142 9.75 12C9.75 11.5858 10.0858 11.25 10.5 11.25H11.25V10.5C11.25 10.0858 11.5858 9.75 12 9.75ZM18.25 10.5C18.25 10.0858 17.9142 9.75 17.5 9.75C17.0858 9.75 16.75 10.0858 16.75 10.5V11.25H16C15.5858 11.25 15.25 11.5858 15.25 12C15.25 12.4142 15.5858 12.75 16 12.75H16.75V13.5C16.75 13.9142 17.0858 14.25 17.5 14.25C17.9142 14.25 18.25 13.9142 18.25 13.5V12.75H19C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25H18.25V10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7 8.25C5.48122 8.25 4.25 9.48122 4.25 11V13C4.25 14.5188 5.48122 15.75 7 15.75C8.01883 15.75 8.90728 15.1956 9.38164 14.3755C9.58905 14.017 9.46653 13.5582 9.10798 13.3508C8.74943 13.1434 8.29064 13.2659 8.08323 13.6245C7.86597 14 7.46173 14.25 7 14.25C6.30964 14.25 5.75 13.6904 5.75 13V11C5.75 10.3096 6.30964 9.75 7 9.75C7.46173 9.75 7.86597 9.99996 8.08323 10.3755C8.29064 10.7341 8.74943 10.8566 9.10798 10.6492C9.46653 10.4418 9.58905 9.983 9.38164 9.62446C8.90728 8.80444 8.01883 8.25 7 8.25ZM12 9.75C12.4142 9.75 12.75 10.0858 12.75 10.5V11.25H13.5C13.9142 11.25 14.25 11.5858 14.25 12C14.25 12.4142 13.9142 12.75 13.5 12.75H12.75V13.5C12.75 13.9142 12.4142 14.25 12 14.25C11.5858 14.25 11.25 13.9142 11.25 13.5V12.75H10.5C10.0858 12.75 9.75 12.4142 9.75 12C9.75 11.5858 10.0858 11.25 10.5 11.25H11.25V10.5C11.25 10.0858 11.5858 9.75 12 9.75ZM18.25 10.5C18.25 10.0858 17.9142 9.75 17.5 9.75C17.0858 9.75 16.75 10.0858 16.75 10.5V11.25H16C15.5858 11.25 15.25 11.5858 15.25 12C15.25 12.4142 15.5858 12.75 16 12.75H16.75V13.5C16.75 13.9142 17.0858 14.25 17.5 14.25C17.9142 14.25 18.25 13.9142 18.25 13.5V12.75H19C19.4142 12.75 19.75 12.4142 19.75 12C19.75 11.5858 19.4142 11.25 19 11.25H18.25V10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-danger{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 10.4126C2.75 5.34493 6.89869 1.25 12 1.25C17.1013 1.25 21.25 5.34493 21.25 10.4126C21.25 12.0186 20.8323 13.5292 20.099 14.8422C20.0211 14.9816 19.9822 15.0513 19.9765 15.1151C19.9709 15.1788 20.0012 15.2669 20.0619 15.4431C20.1432 15.6793 20.1875 15.9327 20.1875 16.1962C20.1875 17.0726 19.7019 17.8303 18.988 18.2275C18.7804 18.3431 18.6765 18.4009 18.6351 18.4713C18.5938 18.5417 18.5938 18.6389 18.5938 18.8332V18.9929C18.5938 19.8715 18.1728 20.7567 17.3526 21.2373C16.7473 21.5919 16.1303 21.8842 15.5058 22.1141C15.1731 22.2366 15.0068 22.2978 14.8784 22.2083C14.75 22.1188 14.75 21.9344 14.75 21.5657V20C14.75 19.5858 14.4142 19.25 14 19.25C13.5858 19.25 13.25 19.5858 13.25 20V22.1421C13.25 22.3964 13.25 22.5235 13.1698 22.6099C13.0896 22.6962 12.968 22.7052 12.7246 22.7232C12.2418 22.7589 11.7582 22.7589 11.2754 22.7232C11.032 22.7052 10.9104 22.6962 10.8302 22.6099C10.75 22.5235 10.75 22.3964 10.75 22.1421V20C10.75 19.5858 10.4142 19.25 10 19.25C9.58579 19.25 9.25 19.5858 9.25 20V21.5657C9.25 21.9344 9.25 22.1188 9.12162 22.2083C8.99324 22.2978 8.82689 22.2366 8.49421 22.1141C7.86967 21.8842 7.25268 21.5919 6.64736 21.2373C5.82717 20.7567 5.40625 19.8715 5.40625 18.9929V18.8332C5.40625 18.6389 5.40625 18.5417 5.36486 18.4713C5.32348 18.4009 5.21964 18.3431 5.01196 18.2275C4.29813 17.8303 3.8125 17.0726 3.8125 16.1962C3.8125 15.9327 3.85679 15.6793 3.93814 15.4431C3.99881 15.2669 4.02915 15.1788 4.02347 15.1151C4.01779 15.0513 3.97886 14.9816 3.901 14.8422C3.16772 13.5292 2.75 12.0186 2.75 10.4126ZM8.75 12.25C8.19772 12.25 7.75 11.8023 7.75 11.25C7.75 10.6977 8.19772 10.25 8.75 10.25C9.30228 10.25 9.75 10.6977 9.75 11.25C9.75 11.8023 9.30228 12.25 8.75 12.25ZM6.25 11.25C6.25 12.6307 7.36929 13.75 8.75 13.75C10.1307 13.75 11.25 12.6307 11.25 11.25C11.25 9.86929 10.1307 8.75 8.75 8.75C7.36929 8.75 6.25 9.86929 6.25 11.25ZM14.25 11.25C14.25 11.8023 14.6977 12.25 15.25 12.25C15.8023 12.25 16.25 11.8023 16.25 11.25C16.25 10.6977 15.8023 10.25 15.25 10.25C14.6977 10.25 14.25 10.6977 14.25 11.25ZM15.25 13.75C13.8693 13.75 12.75 12.6307 12.75 11.25C12.75 9.86929 13.8693 8.75 15.25 8.75C16.6307 8.75 17.75 9.86929 17.75 11.25C17.75 12.6307 16.6307 13.75 15.25 13.75ZM12.1195 16.0966C12.0583 16.0194 11.9418 16.0194 11.8806 16.0966L11.5877 16.466C11.3304 16.7905 10.8586 16.845 10.5341 16.5877C10.2095 16.3303 10.155 15.8586 10.4123 15.534L10.7052 15.1646L10.7288 15.135L10.7288 15.135C10.8745 14.951 11.0273 14.7582 11.1738 14.6172C11.3345 14.4626 11.6074 14.25 12 14.25C12.3927 14.25 12.6656 14.4626 12.8263 14.6172C12.9728 14.7582 13.1255 14.951 13.2713 15.135L13.2948 15.1646L13.5877 15.534C13.8451 15.8586 13.7906 16.3303 13.466 16.5877C13.1414 16.845 12.6697 16.7905 12.4123 16.466L12.1195 16.0966Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 10.4126C2.75 5.34493 6.89869 1.25 12 1.25C17.1013 1.25 21.25 5.34493 21.25 10.4126C21.25 12.0186 20.8323 13.5292 20.099 14.8422C20.0211 14.9816 19.9822 15.0513 19.9765 15.1151C19.9709 15.1788 20.0012 15.2669 20.0619 15.4431C20.1432 15.6793 20.1875 15.9327 20.1875 16.1962C20.1875 17.0726 19.7019 17.8303 18.988 18.2275C18.7804 18.3431 18.6765 18.4009 18.6351 18.4713C18.5938 18.5417 18.5938 18.6389 18.5938 18.8332V18.9929C18.5938 19.8715 18.1728 20.7567 17.3526 21.2373C16.7473 21.5919 16.1303 21.8842 15.5058 22.1141C15.1731 22.2366 15.0068 22.2978 14.8784 22.2083C14.75 22.1188 14.75 21.9344 14.75 21.5657V20C14.75 19.5858 14.4142 19.25 14 19.25C13.5858 19.25 13.25 19.5858 13.25 20V22.1421C13.25 22.3964 13.25 22.5235 13.1698 22.6099C13.0896 22.6962 12.968 22.7052 12.7246 22.7232C12.2418 22.7589 11.7582 22.7589 11.2754 22.7232C11.032 22.7052 10.9104 22.6962 10.8302 22.6099C10.75 22.5235 10.75 22.3964 10.75 22.1421V20C10.75 19.5858 10.4142 19.25 10 19.25C9.58579 19.25 9.25 19.5858 9.25 20V21.5657C9.25 21.9344 9.25 22.1188 9.12162 22.2083C8.99324 22.2978 8.82689 22.2366 8.49421 22.1141C7.86967 21.8842 7.25268 21.5919 6.64736 21.2373C5.82717 20.7567 5.40625 19.8715 5.40625 18.9929V18.8332C5.40625 18.6389 5.40625 18.5417 5.36486 18.4713C5.32348 18.4009 5.21964 18.3431 5.01196 18.2275C4.29813 17.8303 3.8125 17.0726 3.8125 16.1962C3.8125 15.9327 3.85679 15.6793 3.93814 15.4431C3.99881 15.2669 4.02915 15.1788 4.02347 15.1151C4.01779 15.0513 3.97886 14.9816 3.901 14.8422C3.16772 13.5292 2.75 12.0186 2.75 10.4126ZM8.75 12.25C8.19772 12.25 7.75 11.8023 7.75 11.25C7.75 10.6977 8.19772 10.25 8.75 10.25C9.30228 10.25 9.75 10.6977 9.75 11.25C9.75 11.8023 9.30228 12.25 8.75 12.25ZM6.25 11.25C6.25 12.6307 7.36929 13.75 8.75 13.75C10.1307 13.75 11.25 12.6307 11.25 11.25C11.25 9.86929 10.1307 8.75 8.75 8.75C7.36929 8.75 6.25 9.86929 6.25 11.25ZM14.25 11.25C14.25 11.8023 14.6977 12.25 15.25 12.25C15.8023 12.25 16.25 11.8023 16.25 11.25C16.25 10.6977 15.8023 10.25 15.25 10.25C14.6977 10.25 14.25 10.6977 14.25 11.25ZM15.25 13.75C13.8693 13.75 12.75 12.6307 12.75 11.25C12.75 9.86929 13.8693 8.75 15.25 8.75C16.6307 8.75 17.75 9.86929 17.75 11.25C17.75 12.6307 16.6307 13.75 15.25 13.75ZM12.1195 16.0966C12.0583 16.0194 11.9418 16.0194 11.8806 16.0966L11.5877 16.466C11.3304 16.7905 10.8586 16.845 10.5341 16.5877C10.2095 16.3303 10.155 15.8586 10.4123 15.534L10.7052 15.1646L10.7288 15.135L10.7288 15.135C10.8745 14.951 11.0273 14.7582 11.1738 14.6172C11.3345 14.4626 11.6074 14.25 12 14.25C12.3927 14.25 12.6656 14.4626 12.8263 14.6172C12.9728 14.7582 13.1255 14.951 13.2713 15.135L13.2948 15.1646L13.5877 15.534C13.8451 15.8586 13.7906 16.3303 13.466 16.5877C13.1414 16.845 12.6697 16.7905 12.4123 16.466L12.1195 16.0966Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-database-export{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.5 5C2.5 4.19711 2.93749 3.55194 3.46527 3.08401C3.99422 2.61504 4.70256 2.2384 5.49202 1.94235C7.07833 1.34749 9.20269 1 11.5 1C13.7973 1 15.9217 1.34749 17.508 1.94235C18.2974 2.2384 19.0058 2.61504 19.5347 3.08401C20.0625 3.55194 20.5 4.19711 20.5 5V9.98763C20.5 10.2975 20.4835 10.5629 20.4329 10.7982C20.3932 10.9833 20.3733 11.0758 20.2789 11.1167C20.1845 11.1576 20.0844 11.0974 19.8841 10.977C19.44 10.71 18.8915 10.5 18.25 10.5C16.9106 10.5 15.9768 11.4158 15.5508 11.8536C15.1059 12.3109 14.6761 12.8582 14.3884 13.2252C14.2709 13.375 14.1549 13.5252 14.0474 13.6817C13.9925 13.7616 13.965 13.8015 13.9282 13.8238C13.8913 13.8461 13.8466 13.8516 13.7571 13.8624C13.0014 13.9537 12.2407 14 11.5 14C9.1113 14 6.51354 13.5188 4.5508 12.5952C4.14779 12.4055 3.78325 12.2037 3.45806 11.9907C2.65337 11.4637 2.5 10.9324 2.5 9.98763V5ZM6.07313 6.13845C5.47883 5.9045 5.05524 5.65279 4.79209 5.41948C4.4354 5.10324 4.4354 4.89676 4.79209 4.58052C5.07279 4.33166 5.53602 4.06185 6.19427 3.81501C7.5034 3.32409 9.37903 3 11.5 3C13.621 3 15.4966 3.32409 16.8057 3.81501C17.464 4.06185 17.9272 4.33166 18.2079 4.58052C18.5646 4.89676 18.5646 5.10324 18.2079 5.41948C17.9272 5.66834 17.464 5.93815 16.8057 6.18499C15.4966 6.67591 13.621 7 11.5 7C10.6029 7 9.74969 6.94202 8.96467 6.83796C7.98782 6.70847 7.02272 6.51225 6.07313 6.13845ZM6.71587 10.1237C6.31919 10.0045 5.90095 10.2294 5.7817 10.6261C5.66246 11.0228 5.88736 11.441 6.28404 11.5602C6.92365 11.7525 7.63136 11.9087 8.3874 12.0234C8.79692 12.0856 9.1793 11.804 9.24146 11.3945C9.30362 10.9849 9.02203 10.6026 8.61251 10.5404C7.91722 10.4349 7.27942 10.2932 6.71587 10.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.66 16.2357C13.5966 16.0653 13.565 15.9801 13.5082 15.944C13.4514 15.9079 13.3696 15.9147 13.2061 15.9283C12.63 15.9761 12.0583 15.9998 11.5 15.9998C8.846 15.9998 6.10931 15.5388 3.6992 14.4046C3.50604 14.3137 3.31512 14.2177 3.12747 14.1164C2.8392 13.9608 2.69506 13.883 2.59753 13.9412C2.5 13.9993 2.5 14.1584 2.5 14.4765V18.9998C2.5 19.8027 2.93749 20.4479 3.46527 20.9158C3.99422 21.3848 4.70256 21.7614 5.49202 22.0575C7.07833 22.6523 9.20269 22.9998 11.5 22.9998C12.99 22.9998 14.4072 22.8536 15.652 22.5886C15.8951 22.5369 16.0167 22.511 16.0604 22.4284C16.1041 22.3458 16.0494 22.2117 15.94 21.9434C15.8213 21.6523 15.7559 21.3338 15.7559 21L15.7559 18.4515C15.7559 18.2222 15.7559 18.1076 15.7012 18.0299C15.6464 17.9522 15.52 17.9069 15.2671 17.8165C14.7862 17.6446 14.1504 17.2756 13.7641 16.4792C13.7244 16.3973 13.6898 16.316 13.66 16.2357ZM6.71587 17.1237C6.31919 17.0045 5.90095 17.2294 5.7817 17.6261C5.66246 18.0228 5.88736 18.441 6.28404 18.5602C6.92365 18.7525 7.63136 18.9087 8.3874 19.0234C8.79692 19.0856 9.1793 18.804 9.24146 18.3945C9.30362 17.9849 9.02203 17.6026 8.61251 17.5404C7.91722 17.4349 7.27942 17.2932 6.71587 17.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2559 21C19.2559 21.5523 18.8081 22 18.2559 22C17.7036 22 17.2559 21.5523 17.2559 21L17.2559 16.5L16.6616 16.5C16.4713 16.5001 16.2797 16.5014 16.0905 16.4778C15.9641 16.462 15.388 16.3902 15.1137 15.8246C14.8387 15.2577 15.1407 14.7576 15.206 14.6494C15.3124 14.473 15.4419 14.3125 15.5688 14.1507C15.8635 13.7748 16.2454 13.2906 16.6259 12.8996C17.0572 12.4563 17.5963 12 18.25 12C18.9037 12 19.4428 12.4563 19.8741 12.8996C20.2546 13.2906 20.6365 13.7748 20.9312 14.1507C21.0581 14.3125 21.1875 14.473 21.294 14.6494C21.3593 14.7576 21.6613 15.2578 21.3863 15.8246C21.199 16.2107 20.8203 16.4265 20.4061 16.4782C20.2297 16.5003 20.014 16.5001 19.8384 16.5L19.2559 16.5L19.2559 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.5 5C2.5 4.19711 2.93749 3.55194 3.46527 3.08401C3.99422 2.61504 4.70256 2.2384 5.49202 1.94235C7.07833 1.34749 9.20269 1 11.5 1C13.7973 1 15.9217 1.34749 17.508 1.94235C18.2974 2.2384 19.0058 2.61504 19.5347 3.08401C20.0625 3.55194 20.5 4.19711 20.5 5V9.98763C20.5 10.2975 20.4835 10.5629 20.4329 10.7982C20.3932 10.9833 20.3733 11.0758 20.2789 11.1167C20.1845 11.1576 20.0844 11.0974 19.8841 10.977C19.44 10.71 18.8915 10.5 18.25 10.5C16.9106 10.5 15.9768 11.4158 15.5508 11.8536C15.1059 12.3109 14.6761 12.8582 14.3884 13.2252C14.2709 13.375 14.1549 13.5252 14.0474 13.6817C13.9925 13.7616 13.965 13.8015 13.9282 13.8238C13.8913 13.8461 13.8466 13.8516 13.7571 13.8624C13.0014 13.9537 12.2407 14 11.5 14C9.1113 14 6.51354 13.5188 4.5508 12.5952C4.14779 12.4055 3.78325 12.2037 3.45806 11.9907C2.65337 11.4637 2.5 10.9324 2.5 9.98763V5ZM6.07313 6.13845C5.47883 5.9045 5.05524 5.65279 4.79209 5.41948C4.4354 5.10324 4.4354 4.89676 4.79209 4.58052C5.07279 4.33166 5.53602 4.06185 6.19427 3.81501C7.5034 3.32409 9.37903 3 11.5 3C13.621 3 15.4966 3.32409 16.8057 3.81501C17.464 4.06185 17.9272 4.33166 18.2079 4.58052C18.5646 4.89676 18.5646 5.10324 18.2079 5.41948C17.9272 5.66834 17.464 5.93815 16.8057 6.18499C15.4966 6.67591 13.621 7 11.5 7C10.6029 7 9.74969 6.94202 8.96467 6.83796C7.98782 6.70847 7.02272 6.51225 6.07313 6.13845ZM6.71587 10.1237C6.31919 10.0045 5.90095 10.2294 5.7817 10.6261C5.66246 11.0228 5.88736 11.441 6.28404 11.5602C6.92365 11.7525 7.63136 11.9087 8.3874 12.0234C8.79692 12.0856 9.1793 11.804 9.24146 11.3945C9.30362 10.9849 9.02203 10.6026 8.61251 10.5404C7.91722 10.4349 7.27942 10.2932 6.71587 10.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.66 16.2357C13.5966 16.0653 13.565 15.9801 13.5082 15.944C13.4514 15.9079 13.3696 15.9147 13.2061 15.9283C12.63 15.9761 12.0583 15.9998 11.5 15.9998C8.846 15.9998 6.10931 15.5388 3.6992 14.4046C3.50604 14.3137 3.31512 14.2177 3.12747 14.1164C2.8392 13.9608 2.69506 13.883 2.59753 13.9412C2.5 13.9993 2.5 14.1584 2.5 14.4765V18.9998C2.5 19.8027 2.93749 20.4479 3.46527 20.9158C3.99422 21.3848 4.70256 21.7614 5.49202 22.0575C7.07833 22.6523 9.20269 22.9998 11.5 22.9998C12.99 22.9998 14.4072 22.8536 15.652 22.5886C15.8951 22.5369 16.0167 22.511 16.0604 22.4284C16.1041 22.3458 16.0494 22.2117 15.94 21.9434C15.8213 21.6523 15.7559 21.3338 15.7559 21L15.7559 18.4515C15.7559 18.2222 15.7559 18.1076 15.7012 18.0299C15.6464 17.9522 15.52 17.9069 15.2671 17.8165C14.7862 17.6446 14.1504 17.2756 13.7641 16.4792C13.7244 16.3973 13.6898 16.316 13.66 16.2357ZM6.71587 17.1237C6.31919 17.0045 5.90095 17.2294 5.7817 17.6261C5.66246 18.0228 5.88736 18.441 6.28404 18.5602C6.92365 18.7525 7.63136 18.9087 8.3874 19.0234C8.79692 19.0856 9.1793 18.804 9.24146 18.3945C9.30362 17.9849 9.02203 17.6026 8.61251 17.5404C7.91722 17.4349 7.27942 17.2932 6.71587 17.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2559 21C19.2559 21.5523 18.8081 22 18.2559 22C17.7036 22 17.2559 21.5523 17.2559 21L17.2559 16.5L16.6616 16.5C16.4713 16.5001 16.2797 16.5014 16.0905 16.4778C15.9641 16.462 15.388 16.3902 15.1137 15.8246C14.8387 15.2577 15.1407 14.7576 15.206 14.6494C15.3124 14.473 15.4419 14.3125 15.5688 14.1507C15.8635 13.7748 16.2454 13.2906 16.6259 12.8996C17.0572 12.4563 17.5963 12 18.25 12C18.9037 12 19.4428 12.4563 19.8741 12.8996C20.2546 13.2906 20.6365 13.7748 20.9312 14.1507C21.0581 14.3125 21.1875 14.473 21.294 14.6494C21.3593 14.7576 21.6613 15.2578 21.3863 15.8246C21.199 16.2107 20.8203 16.4265 20.4061 16.4782C20.2297 16.5003 20.014 16.5001 19.8384 16.5L19.2559 16.5L19.2559 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-database-import{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.5 5C2.5 4.19711 2.93749 3.55194 3.46527 3.08401C3.99422 2.61504 4.70256 2.2384 5.49202 1.94235C7.07833 1.34749 9.20269 1 11.5 1C13.7973 1 15.9217 1.34749 17.508 1.94235C18.2974 2.2384 19.0058 2.61504 19.5347 3.08401C20.0625 3.55194 20.5 4.19711 20.5 5V9.98763C20.5 10.3551 20.4768 10.6601 20.4011 10.9265C20.3461 11.1199 20.3187 11.2165 20.2171 11.2494C20.1155 11.2823 20.011 11.2 19.802 11.0353C19.3765 10.7 18.8396 10.5 18.2559 10.5C16.8752 10.5 15.7559 11.6193 15.7559 13V13.0344C15.7559 13.2638 15.7559 13.3785 15.6885 13.4612C15.6212 13.544 15.5115 13.5667 15.2921 13.6121C14.0512 13.8688 12.7471 14 11.5 14C9.1113 14 6.51354 13.5188 4.5508 12.5952C4.14779 12.4055 3.78325 12.2037 3.45806 11.9907C2.65337 11.4637 2.5 10.9324 2.5 9.98763V5ZM6.07313 6.13845C5.47883 5.9045 5.05524 5.65279 4.79209 5.41948C4.4354 5.10324 4.4354 4.89676 4.79209 4.58052C5.07279 4.33166 5.53602 4.06185 6.19427 3.81501C7.5034 3.32409 9.37903 3 11.5 3C13.621 3 15.4966 3.32409 16.8057 3.81501C17.464 4.06185 17.9272 4.33166 18.2079 4.58052C18.5646 4.89676 18.5646 5.10324 18.2079 5.41948C17.9272 5.66834 17.464 5.93815 16.8057 6.18499C15.4966 6.67591 13.621 7 11.5 7C10.6029 7 9.74969 6.94202 8.96467 6.83796C7.98782 6.70847 7.02272 6.51225 6.07313 6.13845ZM6.71587 10.1237C6.31919 10.0045 5.90095 10.2294 5.7817 10.6261C5.66246 11.0228 5.88736 11.441 6.28404 11.5602C6.92365 11.7525 7.63136 11.9087 8.3874 12.0234C8.79692 12.0856 9.1793 11.804 9.24146 11.3945C9.30362 10.9849 9.02203 10.6026 8.61251 10.5404C7.91722 10.4349 7.27942 10.2932 6.71587 10.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7559 15.8046C15.7559 15.6909 15.7559 15.6341 15.7194 15.6041C15.6829 15.5741 15.6268 15.5852 15.5145 15.6073C14.1789 15.8706 12.8032 15.9998 11.5 15.9998C8.846 15.9998 6.10931 15.5388 3.6992 14.4046C3.50604 14.3137 3.31512 14.2177 3.12747 14.1164C2.8392 13.9608 2.69506 13.883 2.59753 13.9412C2.5 13.9993 2.5 14.1584 2.5 14.4765V18.9998C2.5 19.8027 2.93749 20.4479 3.46527 20.9158C3.99422 21.3848 4.70256 21.7614 5.49202 22.0575C7.07833 22.6523 9.20269 22.9998 11.5 22.9998C12.8945 22.9998 14.2253 22.8718 15.4107 22.6381C15.6346 22.5939 15.7099 22.3099 15.5508 22.1464C15.1059 21.6891 14.6761 21.1418 14.3884 20.7748C14.2212 20.5617 14.0572 20.3477 13.916 20.1162C13.8161 19.9524 13.1302 18.8276 13.7641 17.5208C14.2465 16.5264 15.1178 16.1984 15.5908 16.0882C15.672 16.0693 15.7125 16.0599 15.7342 16.0326C15.7559 16.0053 15.7559 15.9655 15.7559 15.8861V15.8046ZM6.71587 17.1237C6.31919 17.0045 5.90095 17.2294 5.7817 17.6261C5.66246 18.0228 5.88736 18.441 6.28404 18.5602C6.92365 18.7525 7.63136 18.9087 8.3874 19.0234C8.79692 19.0856 9.1793 18.804 9.24146 18.3945C9.30362 17.9849 9.02203 17.6026 8.61251 17.5404C7.91722 17.4349 7.27942 17.2932 6.71587 17.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2559 13C19.2559 12.4477 18.8081 12 18.2559 12C17.7036 12 17.2559 12.4477 17.2559 13L17.2559 17.5L16.6616 17.5C16.4713 17.4999 16.2797 17.4986 16.0905 17.5222C15.9641 17.538 15.388 17.6098 15.1137 18.1754C14.8387 18.7423 15.1407 19.2424 15.206 19.3506C15.3124 19.527 15.4419 19.6875 15.5688 19.8493C15.8635 20.2252 16.2454 20.7094 16.6259 21.1004C17.0572 21.5437 17.5963 22 18.25 22C18.9037 22 19.4428 21.5437 19.8741 21.1004C20.2546 20.7094 20.6365 20.2252 20.9312 19.8493C21.0581 19.6875 21.1875 19.527 21.294 19.3506C21.3593 19.2424 21.6613 18.7422 21.3863 18.1754C21.199 17.7893 20.8203 17.5735 20.4061 17.5218C20.2297 17.4997 20.014 17.4999 19.8384 17.5L19.2559 17.5L19.2559 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.5 5C2.5 4.19711 2.93749 3.55194 3.46527 3.08401C3.99422 2.61504 4.70256 2.2384 5.49202 1.94235C7.07833 1.34749 9.20269 1 11.5 1C13.7973 1 15.9217 1.34749 17.508 1.94235C18.2974 2.2384 19.0058 2.61504 19.5347 3.08401C20.0625 3.55194 20.5 4.19711 20.5 5V9.98763C20.5 10.3551 20.4768 10.6601 20.4011 10.9265C20.3461 11.1199 20.3187 11.2165 20.2171 11.2494C20.1155 11.2823 20.011 11.2 19.802 11.0353C19.3765 10.7 18.8396 10.5 18.2559 10.5C16.8752 10.5 15.7559 11.6193 15.7559 13V13.0344C15.7559 13.2638 15.7559 13.3785 15.6885 13.4612C15.6212 13.544 15.5115 13.5667 15.2921 13.6121C14.0512 13.8688 12.7471 14 11.5 14C9.1113 14 6.51354 13.5188 4.5508 12.5952C4.14779 12.4055 3.78325 12.2037 3.45806 11.9907C2.65337 11.4637 2.5 10.9324 2.5 9.98763V5ZM6.07313 6.13845C5.47883 5.9045 5.05524 5.65279 4.79209 5.41948C4.4354 5.10324 4.4354 4.89676 4.79209 4.58052C5.07279 4.33166 5.53602 4.06185 6.19427 3.81501C7.5034 3.32409 9.37903 3 11.5 3C13.621 3 15.4966 3.32409 16.8057 3.81501C17.464 4.06185 17.9272 4.33166 18.2079 4.58052C18.5646 4.89676 18.5646 5.10324 18.2079 5.41948C17.9272 5.66834 17.464 5.93815 16.8057 6.18499C15.4966 6.67591 13.621 7 11.5 7C10.6029 7 9.74969 6.94202 8.96467 6.83796C7.98782 6.70847 7.02272 6.51225 6.07313 6.13845ZM6.71587 10.1237C6.31919 10.0045 5.90095 10.2294 5.7817 10.6261C5.66246 11.0228 5.88736 11.441 6.28404 11.5602C6.92365 11.7525 7.63136 11.9087 8.3874 12.0234C8.79692 12.0856 9.1793 11.804 9.24146 11.3945C9.30362 10.9849 9.02203 10.6026 8.61251 10.5404C7.91722 10.4349 7.27942 10.2932 6.71587 10.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7559 15.8046C15.7559 15.6909 15.7559 15.6341 15.7194 15.6041C15.6829 15.5741 15.6268 15.5852 15.5145 15.6073C14.1789 15.8706 12.8032 15.9998 11.5 15.9998C8.846 15.9998 6.10931 15.5388 3.6992 14.4046C3.50604 14.3137 3.31512 14.2177 3.12747 14.1164C2.8392 13.9608 2.69506 13.883 2.59753 13.9412C2.5 13.9993 2.5 14.1584 2.5 14.4765V18.9998C2.5 19.8027 2.93749 20.4479 3.46527 20.9158C3.99422 21.3848 4.70256 21.7614 5.49202 22.0575C7.07833 22.6523 9.20269 22.9998 11.5 22.9998C12.8945 22.9998 14.2253 22.8718 15.4107 22.6381C15.6346 22.5939 15.7099 22.3099 15.5508 22.1464C15.1059 21.6891 14.6761 21.1418 14.3884 20.7748C14.2212 20.5617 14.0572 20.3477 13.916 20.1162C13.8161 19.9524 13.1302 18.8276 13.7641 17.5208C14.2465 16.5264 15.1178 16.1984 15.5908 16.0882C15.672 16.0693 15.7125 16.0599 15.7342 16.0326C15.7559 16.0053 15.7559 15.9655 15.7559 15.8861V15.8046ZM6.71587 17.1237C6.31919 17.0045 5.90095 17.2294 5.7817 17.6261C5.66246 18.0228 5.88736 18.441 6.28404 18.5602C6.92365 18.7525 7.63136 18.9087 8.3874 19.0234C8.79692 19.0856 9.1793 18.804 9.24146 18.3945C9.30362 17.9849 9.02203 17.6026 8.61251 17.5404C7.91722 17.4349 7.27942 17.2932 6.71587 17.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2559 13C19.2559 12.4477 18.8081 12 18.2559 12C17.7036 12 17.2559 12.4477 17.2559 13L17.2559 17.5L16.6616 17.5C16.4713 17.4999 16.2797 17.4986 16.0905 17.5222C15.9641 17.538 15.388 17.6098 15.1137 18.1754C14.8387 18.7423 15.1407 19.2424 15.206 19.3506C15.3124 19.527 15.4419 19.6875 15.5688 19.8493C15.8635 20.2252 16.2454 20.7094 16.6259 21.1004C17.0572 21.5437 17.5963 22 18.25 22C18.9037 22 19.4428 21.5437 19.8741 21.1004C20.2546 20.7094 20.6365 20.2252 20.9312 19.8493C21.0581 19.6875 21.1875 19.527 21.294 19.3506C21.3593 19.2424 21.6613 18.7422 21.3863 18.1754C21.199 17.7893 20.8203 17.5735 20.4061 17.5218C20.2297 17.4997 20.014 17.4999 19.8384 17.5L19.2559 17.5L19.2559 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-database-locked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 5C2.25 4.19711 2.68749 3.55194 3.21527 3.08401C3.74422 2.61504 4.45256 2.2384 5.24202 1.94235C6.82833 1.34749 8.95269 1 11.25 1C13.5473 1 15.6717 1.34749 17.258 1.94235C18.0474 2.2384 18.7558 2.61504 19.2847 3.08401C19.8125 3.55194 20.25 4.19711 20.25 5V9.98763C20.25 10.4811 20.2082 10.8617 20.0535 11.1879C19.9881 11.3259 19.9554 11.3948 19.8715 11.4208C19.7876 11.4468 19.7042 11.3982 19.5372 11.3011C18.9319 10.9487 18.2309 10.75 17.5 10.75C15.7401 10.75 14.1536 11.9019 13.6588 13.5776C13.6177 13.7166 13.5972 13.7861 13.5509 13.8249C13.5045 13.8637 13.4387 13.871 13.3071 13.8855C12.6174 13.9615 11.9254 14 11.25 14C8.8613 14 6.26354 13.5188 4.3008 12.5952C3.89779 12.4055 3.53325 12.2037 3.20806 11.9907C2.40337 11.4637 2.25 10.9324 2.25 9.98763V5ZM5.82313 6.13845C5.22883 5.9045 4.80524 5.65279 4.54209 5.41948C4.1854 5.10324 4.1854 4.89676 4.54209 4.58052C4.82279 4.33166 5.28602 4.06185 5.94427 3.81501C7.2534 3.32409 9.12903 3 11.25 3C13.371 3 15.2466 3.32409 16.5557 3.81501C17.214 4.06185 17.6772 4.33166 17.9579 4.58052C18.3146 4.89676 18.3146 5.10324 17.9579 5.41948C17.6772 5.66834 17.214 5.93815 16.5557 6.18499C15.2466 6.67591 13.371 7 11.25 7C10.3529 7 9.49969 6.94202 8.71467 6.83796C7.73782 6.70847 6.77272 6.51225 5.82313 6.13845ZM6.46587 10.1237C6.06919 10.0045 5.65095 10.2294 5.5317 10.6261C5.41246 11.0228 5.63736 11.441 6.03404 11.5602C6.67365 11.7525 7.38136 11.9087 8.1374 12.0234C8.54692 12.0856 8.9293 11.804 8.99146 11.3945C9.05362 10.9849 8.77203 10.6026 8.36251 10.5404C7.66722 10.4349 7.02942 10.2932 6.46587 10.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0575 16.6632C12.192 16.3302 12.2592 16.1636 12.1982 16.075C12.1372 15.9865 11.9691 15.9897 11.6329 15.9961C11.5046 15.9986 11.377 15.9998 11.25 15.9998C8.596 15.9998 5.85931 15.5388 3.4492 14.4046C3.25604 14.3137 3.06512 14.2177 2.87747 14.1164C2.5892 13.9608 2.44506 13.883 2.34753 13.9412C2.25 13.9993 2.25 14.1584 2.25 14.4765V18.9998C2.25 19.8027 2.68749 20.4479 3.21527 20.9158C3.74422 21.3848 4.45256 21.7614 5.24202 22.0575C6.82833 22.6523 8.95269 22.9998 11.25 22.9998C11.505 22.9998 11.7579 22.9955 12.0081 22.9871C12.35 22.9756 12.5209 22.9698 12.5756 22.8697C12.6303 22.7695 12.534 22.6077 12.3412 22.284C12.2217 22.0832 12.119 21.8723 12.0346 21.6539C11.8502 21.1769 11.7946 20.7239 11.7712 20.3564C11.7221 19.5855 11.7221 18.7897 11.7712 18.0186C11.7946 17.6511 11.8502 17.1981 12.0346 16.7211C12.0421 16.7018 12.0497 16.6825 12.0575 16.6632ZM6.46587 17.1237C6.06919 17.0045 5.65095 17.2294 5.5317 17.6261C5.41246 18.0228 5.63736 18.441 6.03404 18.5602C6.67365 18.7525 7.38136 18.9087 8.1374 19.0234C8.54692 19.0856 8.9293 18.804 8.99146 18.3945C9.05362 17.9849 8.77203 17.6026 8.36251 17.5404C7.66722 17.4349 7.02942 17.2932 6.46587 17.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 15.7492V14.6875C20 13.3158 18.8548 12.25 17.5 12.25C16.1452 12.25 15 13.3158 15 14.6875V15.7492C14.9249 15.772 14.8502 15.7993 14.7761 15.8322C14.1559 16.1074 13.6789 16.6277 13.4337 17.262C13.3278 17.536 13.2871 17.8173 13.2682 18.1139C13.25 18.3994 13.25 18.7471 13.25 19.1639V19.2111C13.25 19.6278 13.25 19.9756 13.2682 20.2611C13.2871 20.5577 13.3278 20.839 13.4337 21.113C13.6789 21.7474 14.1559 22.2676 14.7761 22.5428C15.0484 22.6637 15.3272 22.7093 15.6128 22.7302C15.8844 22.75 16.2134 22.75 16.5989 22.75H18.4011C18.7866 22.75 19.1156 22.75 19.3872 22.7302C19.6728 22.7093 19.9516 22.6637 20.2239 22.5428C20.8441 22.2676 21.3211 21.7474 21.5663 21.113C21.6722 20.839 21.7129 20.5577 21.7318 20.2611C21.75 19.9756 21.75 19.6279 21.75 19.2111V19.1639C21.75 18.7472 21.75 18.3994 21.7318 18.1139C21.7129 17.8173 21.6722 17.536 21.5663 17.262C21.3211 16.6277 20.8441 16.1074 20.2239 15.8322C20.1498 15.7993 20.0751 15.772 20 15.7492ZM16.5 14.6875C16.5 14.1952 16.9218 13.75 17.5 13.75C18.0782 13.75 18.5 14.1952 18.5 14.6875V15.625H16.5V14.6875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 5C2.25 4.19711 2.68749 3.55194 3.21527 3.08401C3.74422 2.61504 4.45256 2.2384 5.24202 1.94235C6.82833 1.34749 8.95269 1 11.25 1C13.5473 1 15.6717 1.34749 17.258 1.94235C18.0474 2.2384 18.7558 2.61504 19.2847 3.08401C19.8125 3.55194 20.25 4.19711 20.25 5V9.98763C20.25 10.4811 20.2082 10.8617 20.0535 11.1879C19.9881 11.3259 19.9554 11.3948 19.8715 11.4208C19.7876 11.4468 19.7042 11.3982 19.5372 11.3011C18.9319 10.9487 18.2309 10.75 17.5 10.75C15.7401 10.75 14.1536 11.9019 13.6588 13.5776C13.6177 13.7166 13.5972 13.7861 13.5509 13.8249C13.5045 13.8637 13.4387 13.871 13.3071 13.8855C12.6174 13.9615 11.9254 14 11.25 14C8.8613 14 6.26354 13.5188 4.3008 12.5952C3.89779 12.4055 3.53325 12.2037 3.20806 11.9907C2.40337 11.4637 2.25 10.9324 2.25 9.98763V5ZM5.82313 6.13845C5.22883 5.9045 4.80524 5.65279 4.54209 5.41948C4.1854 5.10324 4.1854 4.89676 4.54209 4.58052C4.82279 4.33166 5.28602 4.06185 5.94427 3.81501C7.2534 3.32409 9.12903 3 11.25 3C13.371 3 15.2466 3.32409 16.5557 3.81501C17.214 4.06185 17.6772 4.33166 17.9579 4.58052C18.3146 4.89676 18.3146 5.10324 17.9579 5.41948C17.6772 5.66834 17.214 5.93815 16.5557 6.18499C15.2466 6.67591 13.371 7 11.25 7C10.3529 7 9.49969 6.94202 8.71467 6.83796C7.73782 6.70847 6.77272 6.51225 5.82313 6.13845ZM6.46587 10.1237C6.06919 10.0045 5.65095 10.2294 5.5317 10.6261C5.41246 11.0228 5.63736 11.441 6.03404 11.5602C6.67365 11.7525 7.38136 11.9087 8.1374 12.0234C8.54692 12.0856 8.9293 11.804 8.99146 11.3945C9.05362 10.9849 8.77203 10.6026 8.36251 10.5404C7.66722 10.4349 7.02942 10.2932 6.46587 10.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0575 16.6632C12.192 16.3302 12.2592 16.1636 12.1982 16.075C12.1372 15.9865 11.9691 15.9897 11.6329 15.9961C11.5046 15.9986 11.377 15.9998 11.25 15.9998C8.596 15.9998 5.85931 15.5388 3.4492 14.4046C3.25604 14.3137 3.06512 14.2177 2.87747 14.1164C2.5892 13.9608 2.44506 13.883 2.34753 13.9412C2.25 13.9993 2.25 14.1584 2.25 14.4765V18.9998C2.25 19.8027 2.68749 20.4479 3.21527 20.9158C3.74422 21.3848 4.45256 21.7614 5.24202 22.0575C6.82833 22.6523 8.95269 22.9998 11.25 22.9998C11.505 22.9998 11.7579 22.9955 12.0081 22.9871C12.35 22.9756 12.5209 22.9698 12.5756 22.8697C12.6303 22.7695 12.534 22.6077 12.3412 22.284C12.2217 22.0832 12.119 21.8723 12.0346 21.6539C11.8502 21.1769 11.7946 20.7239 11.7712 20.3564C11.7221 19.5855 11.7221 18.7897 11.7712 18.0186C11.7946 17.6511 11.8502 17.1981 12.0346 16.7211C12.0421 16.7018 12.0497 16.6825 12.0575 16.6632ZM6.46587 17.1237C6.06919 17.0045 5.65095 17.2294 5.5317 17.6261C5.41246 18.0228 5.63736 18.441 6.03404 18.5602C6.67365 18.7525 7.38136 18.9087 8.1374 19.0234C8.54692 19.0856 8.9293 18.804 8.99146 18.3945C9.05362 17.9849 8.77203 17.6026 8.36251 17.5404C7.66722 17.4349 7.02942 17.2932 6.46587 17.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 15.7492V14.6875C20 13.3158 18.8548 12.25 17.5 12.25C16.1452 12.25 15 13.3158 15 14.6875V15.7492C14.9249 15.772 14.8502 15.7993 14.7761 15.8322C14.1559 16.1074 13.6789 16.6277 13.4337 17.262C13.3278 17.536 13.2871 17.8173 13.2682 18.1139C13.25 18.3994 13.25 18.7471 13.25 19.1639V19.2111C13.25 19.6278 13.25 19.9756 13.2682 20.2611C13.2871 20.5577 13.3278 20.839 13.4337 21.113C13.6789 21.7474 14.1559 22.2676 14.7761 22.5428C15.0484 22.6637 15.3272 22.7093 15.6128 22.7302C15.8844 22.75 16.2134 22.75 16.5989 22.75H18.4011C18.7866 22.75 19.1156 22.75 19.3872 22.7302C19.6728 22.7093 19.9516 22.6637 20.2239 22.5428C20.8441 22.2676 21.3211 21.7474 21.5663 21.113C21.6722 20.839 21.7129 20.5577 21.7318 20.2611C21.75 19.9756 21.75 19.6279 21.75 19.2111V19.1639C21.75 18.7472 21.75 18.3994 21.7318 18.1139C21.7129 17.8173 21.6722 17.536 21.5663 17.262C21.3211 16.6277 20.8441 16.1074 20.2239 15.8322C20.1498 15.7993 20.0751 15.772 20 15.7492ZM16.5 14.6875C16.5 14.1952 16.9218 13.75 17.5 13.75C18.0782 13.75 18.5 14.1952 18.5 14.6875V15.625H16.5V14.6875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-database-restore{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 5C2 4.19711 2.43749 3.55194 2.96527 3.08401C3.49422 2.61504 4.20256 2.2384 4.99202 1.94235C6.57833 1.34749 8.70269 1 11 1C13.2973 1 15.4217 1.34749 17.008 1.94235C17.7974 2.2384 18.5058 2.61504 19.0347 3.08401C19.5625 3.55194 20 4.19711 20 5V9.98763C20 10.0333 19.9996 10.0781 19.9989 10.1219C19.9959 10.2876 19.9945 10.3704 19.9431 10.4263C19.8917 10.4822 19.7934 10.4923 19.5967 10.5124C18.9826 10.5753 18.401 10.8669 17.985 11.3266C17.9032 11.4169 17.8623 11.4621 17.8187 11.4792C17.7751 11.4964 17.719 11.4916 17.6067 11.4819C17.4199 11.4659 17.231 11.4577 17.0404 11.4577C15.0435 11.4577 13.2497 12.3522 12.0481 13.7655C11.9557 13.8742 11.9095 13.9285 11.8524 13.956C11.7953 13.9836 11.7298 13.9858 11.599 13.9901C11.3982 13.9967 11.1984 14 11 14C8.6113 14 6.01354 13.5188 4.0508 12.5952C3.64779 12.4055 3.28325 12.2037 2.95806 11.9907C2.15337 11.4637 2 10.9324 2 9.98763V5ZM5.57313 6.13845C4.97883 5.9045 4.55524 5.65279 4.29209 5.41948C3.9354 5.10324 3.9354 4.89676 4.29209 4.58052C4.57279 4.33166 5.03602 4.06185 5.69427 3.81501C7.0034 3.32409 8.87903 3 11 3C13.121 3 14.9966 3.32409 16.3057 3.81501C16.964 4.06185 17.4272 4.33166 17.7079 4.58052C18.0646 4.89676 18.0646 5.10324 17.7079 5.41948C17.4272 5.66834 16.964 5.93815 16.3057 6.18499C14.9966 6.67591 13.121 7 11 7C10.1029 7 9.24969 6.94202 8.46467 6.83796C7.48782 6.70847 6.52272 6.51225 5.57313 6.13845ZM6.21587 10.1237C5.81919 10.0045 5.40095 10.2294 5.2817 10.6261C5.16246 11.0228 5.38736 11.441 5.78404 11.5602C6.42365 11.7525 7.13136 11.9087 7.8874 12.0234C8.29692 12.0856 8.6793 11.804 8.74146 11.3945C8.80362 10.9849 8.52203 10.6026 8.11251 10.5404C7.41722 10.4349 6.77942 10.2932 6.21587 10.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.6635 16.5223C10.7204 16.2736 10.7488 16.1493 10.6912 16.0746C10.6336 15.9999 10.5104 15.9959 10.2641 15.9879C7.84409 15.9091 5.38708 15.4342 3.1992 14.4046C3.00604 14.3137 2.81512 14.2177 2.62747 14.1164C2.3392 13.9608 2.19506 13.883 2.09753 13.9412C2 13.9993 2 14.1584 2 14.4765V18.9998C2 19.8027 2.43749 20.4479 2.96527 20.9158C3.49422 21.3848 4.20256 21.7614 4.99202 22.0575C6.57833 22.6523 8.70269 22.9998 11 22.9998C11.277 22.9998 11.5514 22.9948 11.8227 22.9848C12.219 22.9703 12.4171 22.9631 12.4672 22.8473C12.5174 22.7315 12.3782 22.5719 12.1 22.2526C11.1041 21.1097 10.5 19.6168 10.5 17.9789C10.5 17.4778 10.5565 16.9903 10.6635 16.5223ZM6.21587 17.1237C5.81919 17.0045 5.40095 17.2294 5.2817 17.6261C5.16246 18.0228 5.38736 18.441 5.78404 18.5602C6.42365 18.7525 7.13136 18.9087 7.8874 19.0234C8.29692 19.0856 8.6793 18.804 8.74146 18.3945C8.80362 17.9849 8.52203 17.6026 8.11251 17.5404C7.41722 17.4349 6.77942 17.2932 6.21587 17.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6056 12.0283C19.0689 12.1589 18.7398 12.6998 18.8704 13.2365L18.8873 13.3058C18.3149 13.0811 17.6917 12.9576 17.0404 12.9576C14.2612 12.9576 12 15.2012 12 17.9788C12 20.7564 14.2612 23 17.0404 23C19.4765 23 21.5117 21.278 21.9798 18.9829C22.0902 18.4417 21.741 17.9136 21.1998 17.8032C20.6587 17.6928 20.1305 18.042 20.0202 18.5832C19.7396 19.959 18.5137 21 17.0404 21C15.3567 21 14 19.6429 14 17.9788C14 16.3147 15.3567 14.9576 17.0404 14.9576C17.7271 14.9576 18.3577 15.1828 18.8659 15.5627C18.8901 15.5808 18.9151 15.5978 18.9408 15.6136L19.8888 16.1967C20.2341 16.409 20.6734 16.392 21.0011 16.1535C21.3288 15.915 21.4802 15.5023 21.3844 15.1084L20.8137 12.7635C20.6831 12.2269 20.1422 11.8977 19.6056 12.0283Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 5C2 4.19711 2.43749 3.55194 2.96527 3.08401C3.49422 2.61504 4.20256 2.2384 4.99202 1.94235C6.57833 1.34749 8.70269 1 11 1C13.2973 1 15.4217 1.34749 17.008 1.94235C17.7974 2.2384 18.5058 2.61504 19.0347 3.08401C19.5625 3.55194 20 4.19711 20 5V9.98763C20 10.0333 19.9996 10.0781 19.9989 10.1219C19.9959 10.2876 19.9945 10.3704 19.9431 10.4263C19.8917 10.4822 19.7934 10.4923 19.5967 10.5124C18.9826 10.5753 18.401 10.8669 17.985 11.3266C17.9032 11.4169 17.8623 11.4621 17.8187 11.4792C17.7751 11.4964 17.719 11.4916 17.6067 11.4819C17.4199 11.4659 17.231 11.4577 17.0404 11.4577C15.0435 11.4577 13.2497 12.3522 12.0481 13.7655C11.9557 13.8742 11.9095 13.9285 11.8524 13.956C11.7953 13.9836 11.7298 13.9858 11.599 13.9901C11.3982 13.9967 11.1984 14 11 14C8.6113 14 6.01354 13.5188 4.0508 12.5952C3.64779 12.4055 3.28325 12.2037 2.95806 11.9907C2.15337 11.4637 2 10.9324 2 9.98763V5ZM5.57313 6.13845C4.97883 5.9045 4.55524 5.65279 4.29209 5.41948C3.9354 5.10324 3.9354 4.89676 4.29209 4.58052C4.57279 4.33166 5.03602 4.06185 5.69427 3.81501C7.0034 3.32409 8.87903 3 11 3C13.121 3 14.9966 3.32409 16.3057 3.81501C16.964 4.06185 17.4272 4.33166 17.7079 4.58052C18.0646 4.89676 18.0646 5.10324 17.7079 5.41948C17.4272 5.66834 16.964 5.93815 16.3057 6.18499C14.9966 6.67591 13.121 7 11 7C10.1029 7 9.24969 6.94202 8.46467 6.83796C7.48782 6.70847 6.52272 6.51225 5.57313 6.13845ZM6.21587 10.1237C5.81919 10.0045 5.40095 10.2294 5.2817 10.6261C5.16246 11.0228 5.38736 11.441 5.78404 11.5602C6.42365 11.7525 7.13136 11.9087 7.8874 12.0234C8.29692 12.0856 8.6793 11.804 8.74146 11.3945C8.80362 10.9849 8.52203 10.6026 8.11251 10.5404C7.41722 10.4349 6.77942 10.2932 6.21587 10.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.6635 16.5223C10.7204 16.2736 10.7488 16.1493 10.6912 16.0746C10.6336 15.9999 10.5104 15.9959 10.2641 15.9879C7.84409 15.9091 5.38708 15.4342 3.1992 14.4046C3.00604 14.3137 2.81512 14.2177 2.62747 14.1164C2.3392 13.9608 2.19506 13.883 2.09753 13.9412C2 13.9993 2 14.1584 2 14.4765V18.9998C2 19.8027 2.43749 20.4479 2.96527 20.9158C3.49422 21.3848 4.20256 21.7614 4.99202 22.0575C6.57833 22.6523 8.70269 22.9998 11 22.9998C11.277 22.9998 11.5514 22.9948 11.8227 22.9848C12.219 22.9703 12.4171 22.9631 12.4672 22.8473C12.5174 22.7315 12.3782 22.5719 12.1 22.2526C11.1041 21.1097 10.5 19.6168 10.5 17.9789C10.5 17.4778 10.5565 16.9903 10.6635 16.5223ZM6.21587 17.1237C5.81919 17.0045 5.40095 17.2294 5.2817 17.6261C5.16246 18.0228 5.38736 18.441 5.78404 18.5602C6.42365 18.7525 7.13136 18.9087 7.8874 19.0234C8.29692 19.0856 8.6793 18.804 8.74146 18.3945C8.80362 17.9849 8.52203 17.6026 8.11251 17.5404C7.41722 17.4349 6.77942 17.2932 6.21587 17.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.6056 12.0283C19.0689 12.1589 18.7398 12.6998 18.8704 13.2365L18.8873 13.3058C18.3149 13.0811 17.6917 12.9576 17.0404 12.9576C14.2612 12.9576 12 15.2012 12 17.9788C12 20.7564 14.2612 23 17.0404 23C19.4765 23 21.5117 21.278 21.9798 18.9829C22.0902 18.4417 21.741 17.9136 21.1998 17.8032C20.6587 17.6928 20.1305 18.042 20.0202 18.5832C19.7396 19.959 18.5137 21 17.0404 21C15.3567 21 14 19.6429 14 17.9788C14 16.3147 15.3567 14.9576 17.0404 14.9576C17.7271 14.9576 18.3577 15.1828 18.8659 15.5627C18.8901 15.5808 18.9151 15.5978 18.9408 15.6136L19.8888 16.1967C20.2341 16.409 20.6734 16.392 21.0011 16.1535C21.3288 15.915 21.4802 15.5023 21.3844 15.1084L20.8137 12.7635C20.6831 12.2269 20.1422 11.8977 19.6056 12.0283Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-database-setting{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 5C2 4.19711 2.43749 3.55194 2.96527 3.08401C3.49422 2.61504 4.20256 2.2384 4.99202 1.94235C6.57833 1.34749 8.70269 1 11 1C13.2973 1 15.4217 1.34749 17.008 1.94235C17.7974 2.2384 18.5058 2.61504 19.0347 3.08401C19.5625 3.55194 20 4.19711 20 5V9.98763C20 10.6889 19.9155 11.1623 19.5429 11.5753C19.4158 11.7162 19.3522 11.7867 19.2457 11.8025C19.1391 11.8183 19.022 11.7478 18.7879 11.6068C18.4118 11.3803 17.9711 11.25 17.5 11.25C16.4699 11.25 15.5853 11.8731 15.2025 12.7629C15.1775 12.8211 15.1649 12.8501 15.1537 12.8686C15.1296 12.9077 15.1104 12.9285 15.0731 12.9553C15.0556 12.9679 15.0302 12.9811 14.9796 13.0075C14.9251 13.0358 14.8979 13.05 14.8759 13.0574C14.8292 13.0732 14.7991 13.0766 14.75 13.0717C14.727 13.0694 14.6938 13.0608 14.6275 13.0436C13.7521 12.8166 12.8035 13.0816 12.1739 13.7563C12.0664 13.8715 12.0127 13.9291 11.9587 13.9538C11.9048 13.9785 11.8405 13.981 11.7119 13.986C11.4731 13.9953 11.2355 14 11 14C8.6113 14 6.01354 13.5188 4.0508 12.5952C3.64779 12.4055 3.28325 12.2037 2.95806 11.9907C2.15337 11.4637 2 10.9324 2 9.98763V5ZM5.57313 6.13845C4.97883 5.9045 4.55524 5.65279 4.29209 5.41948C3.9354 5.10324 3.9354 4.89676 4.29209 4.58052C4.57279 4.33166 5.03602 4.06185 5.69427 3.81501C7.0034 3.32409 8.87903 3 11 3C13.121 3 14.9966 3.32409 16.3057 3.81501C16.964 4.06185 17.4272 4.33166 17.7079 4.58052C18.0646 4.89676 18.0646 5.10324 17.7079 5.41948C17.4272 5.66834 16.964 5.93815 16.3057 6.18499C14.9966 6.67591 13.121 7 11 7C10.1029 7 9.24969 6.94202 8.46467 6.83796C7.48782 6.70847 6.52272 6.51225 5.57313 6.13845ZM6.21587 10.1237C5.81919 10.0045 5.40095 10.2294 5.2817 10.6261C5.16246 11.0228 5.38736 11.441 5.78404 11.5602C6.42365 11.7525 7.13136 11.9087 7.8874 12.0234C8.29692 12.0856 8.6793 11.804 8.74146 11.3945C8.80362 10.9849 8.52203 10.6026 8.11251 10.5404C7.41722 10.4349 6.77942 10.2932 6.21587 10.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.7089 16.4654C11.6018 16.2197 11.5483 16.0968 11.4732 16.0478C11.398 15.9987 11.2848 15.9991 11.0583 15.9997C11.0389 15.9998 11.0194 15.9998 11 15.9998C8.346 15.9998 5.60931 15.5388 3.1992 14.4046C3.00604 14.3137 2.81512 14.2177 2.62747 14.1164C2.3392 13.9608 2.19506 13.883 2.09753 13.9412C2 13.9993 2 14.1584 2 14.4765V18.9998C2 19.8027 2.43749 20.4479 2.96527 20.9158C3.49422 21.3848 4.20256 21.7614 4.99202 22.0575C6.57833 22.6523 8.70269 22.9998 11 22.9998C12.3606 22.9998 13.6606 22.8779 14.824 22.6549C14.8724 22.6456 14.8967 22.641 14.9098 22.6341C14.968 22.6035 14.9811 22.5242 14.9357 22.4766C14.9255 22.4659 14.9037 22.4535 14.86 22.4288C14.8505 22.4234 14.8458 22.4207 14.8412 22.4187C14.8215 22.41 14.8012 22.4078 14.78 22.4123C14.7752 22.4134 14.7695 22.4152 14.7582 22.4188C13.7141 22.7514 12.5356 22.3649 11.9073 21.4027C11.331 20.5203 11.384 19.4089 11.9555 18.5964C12.0399 18.4764 12.0821 18.4165 12.0959 18.3667C12.1098 18.3169 12.1052 18.2509 12.0961 18.1188C12.0877 17.9968 12.0834 17.8739 12.0834 17.75C12.0834 17.6263 12.0877 17.5034 12.0961 17.3816C12.1052 17.2495 12.1098 17.1834 12.0959 17.1337C12.082 17.0839 12.0398 17.0239 11.9554 16.904C11.858 16.7656 11.7757 16.6185 11.7089 16.4654ZM6.21587 17.1237C5.81919 17.0045 5.40095 17.2294 5.2817 17.6261C5.16246 18.0228 5.38736 18.441 5.78404 18.5602C6.42365 18.7525 7.13136 18.9087 7.8874 19.0234C8.29692 19.0856 8.6793 18.804 8.74146 18.3945C8.80362 17.9849 8.52203 17.6026 8.11251 17.5404C7.41722 17.4349 6.77942 17.2932 6.21587 17.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5001 12.75C18.0524 12.75 18.5001 13.1977 18.5001 13.75V14.0199C19.0994 14.1754 19.6436 14.4674 20.0951 14.8609L20.4533 14.627C20.9157 14.325 21.5354 14.4551 21.8374 14.9175C22.1394 15.3799 22.0093 15.9995 21.5469 16.3015L21.213 16.5196C21.345 16.9061 21.4168 17.3201 21.4168 17.75C21.4168 18.18 21.345 18.594 21.2129 18.9806L21.5466 19.1985C22.009 19.5005 22.139 20.1201 21.837 20.5825C21.535 21.0449 20.9153 21.175 20.4529 20.873L20.095 20.6392C19.6434 21.0327 19.0994 21.3246 18.5001 21.4801V21.75C18.5001 22.3023 18.0524 22.75 17.5001 22.75C16.9478 22.75 16.5001 22.3023 16.5001 21.75V21.4801C15.9009 21.3246 15.3568 21.0327 14.9053 20.6392L14.5473 20.873C14.0849 21.175 13.4652 21.0449 13.1632 20.5825C12.8612 20.1201 12.9913 19.5005 13.4537 19.1985L13.7873 18.9806C13.6552 18.594 13.5834 18.18 13.5834 17.75C13.5834 17.3201 13.6552 16.9061 13.7872 16.5196L13.4533 16.3015C12.9909 15.9995 12.8609 15.3799 13.1629 14.9175C13.4649 14.4551 14.0845 14.325 14.5469 14.627L14.9051 14.8609C15.3567 14.4674 15.9008 14.1754 16.5001 14.0199V13.75C16.5001 13.1977 16.9478 12.75 17.5001 12.75ZM17.5001 15.8929C16.8267 15.8929 16.2406 16.2277 15.8992 16.7284C15.6989 17.0222 15.5834 17.3722 15.5834 17.75C15.5834 18.1279 15.6989 18.4779 15.8993 18.7717C16.2407 19.2724 16.8268 19.6071 17.5001 19.6071C18.1735 19.6071 18.7595 19.2724 19.1009 18.7717C19.3013 18.4779 19.4168 18.1279 19.4168 17.75C19.4168 17.3722 19.3014 17.0222 19.101 16.7284C18.7596 16.2277 18.1735 15.8929 17.5001 15.8929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 5C2 4.19711 2.43749 3.55194 2.96527 3.08401C3.49422 2.61504 4.20256 2.2384 4.99202 1.94235C6.57833 1.34749 8.70269 1 11 1C13.2973 1 15.4217 1.34749 17.008 1.94235C17.7974 2.2384 18.5058 2.61504 19.0347 3.08401C19.5625 3.55194 20 4.19711 20 5V9.98763C20 10.6889 19.9155 11.1623 19.5429 11.5753C19.4158 11.7162 19.3522 11.7867 19.2457 11.8025C19.1391 11.8183 19.022 11.7478 18.7879 11.6068C18.4118 11.3803 17.9711 11.25 17.5 11.25C16.4699 11.25 15.5853 11.8731 15.2025 12.7629C15.1775 12.8211 15.1649 12.8501 15.1537 12.8686C15.1296 12.9077 15.1104 12.9285 15.0731 12.9553C15.0556 12.9679 15.0302 12.9811 14.9796 13.0075C14.9251 13.0358 14.8979 13.05 14.8759 13.0574C14.8292 13.0732 14.7991 13.0766 14.75 13.0717C14.727 13.0694 14.6938 13.0608 14.6275 13.0436C13.7521 12.8166 12.8035 13.0816 12.1739 13.7563C12.0664 13.8715 12.0127 13.9291 11.9587 13.9538C11.9048 13.9785 11.8405 13.981 11.7119 13.986C11.4731 13.9953 11.2355 14 11 14C8.6113 14 6.01354 13.5188 4.0508 12.5952C3.64779 12.4055 3.28325 12.2037 2.95806 11.9907C2.15337 11.4637 2 10.9324 2 9.98763V5ZM5.57313 6.13845C4.97883 5.9045 4.55524 5.65279 4.29209 5.41948C3.9354 5.10324 3.9354 4.89676 4.29209 4.58052C4.57279 4.33166 5.03602 4.06185 5.69427 3.81501C7.0034 3.32409 8.87903 3 11 3C13.121 3 14.9966 3.32409 16.3057 3.81501C16.964 4.06185 17.4272 4.33166 17.7079 4.58052C18.0646 4.89676 18.0646 5.10324 17.7079 5.41948C17.4272 5.66834 16.964 5.93815 16.3057 6.18499C14.9966 6.67591 13.121 7 11 7C10.1029 7 9.24969 6.94202 8.46467 6.83796C7.48782 6.70847 6.52272 6.51225 5.57313 6.13845ZM6.21587 10.1237C5.81919 10.0045 5.40095 10.2294 5.2817 10.6261C5.16246 11.0228 5.38736 11.441 5.78404 11.5602C6.42365 11.7525 7.13136 11.9087 7.8874 12.0234C8.29692 12.0856 8.6793 11.804 8.74146 11.3945C8.80362 10.9849 8.52203 10.6026 8.11251 10.5404C7.41722 10.4349 6.77942 10.2932 6.21587 10.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.7089 16.4654C11.6018 16.2197 11.5483 16.0968 11.4732 16.0478C11.398 15.9987 11.2848 15.9991 11.0583 15.9997C11.0389 15.9998 11.0194 15.9998 11 15.9998C8.346 15.9998 5.60931 15.5388 3.1992 14.4046C3.00604 14.3137 2.81512 14.2177 2.62747 14.1164C2.3392 13.9608 2.19506 13.883 2.09753 13.9412C2 13.9993 2 14.1584 2 14.4765V18.9998C2 19.8027 2.43749 20.4479 2.96527 20.9158C3.49422 21.3848 4.20256 21.7614 4.99202 22.0575C6.57833 22.6523 8.70269 22.9998 11 22.9998C12.3606 22.9998 13.6606 22.8779 14.824 22.6549C14.8724 22.6456 14.8967 22.641 14.9098 22.6341C14.968 22.6035 14.9811 22.5242 14.9357 22.4766C14.9255 22.4659 14.9037 22.4535 14.86 22.4288C14.8505 22.4234 14.8458 22.4207 14.8412 22.4187C14.8215 22.41 14.8012 22.4078 14.78 22.4123C14.7752 22.4134 14.7695 22.4152 14.7582 22.4188C13.7141 22.7514 12.5356 22.3649 11.9073 21.4027C11.331 20.5203 11.384 19.4089 11.9555 18.5964C12.0399 18.4764 12.0821 18.4165 12.0959 18.3667C12.1098 18.3169 12.1052 18.2509 12.0961 18.1188C12.0877 17.9968 12.0834 17.8739 12.0834 17.75C12.0834 17.6263 12.0877 17.5034 12.0961 17.3816C12.1052 17.2495 12.1098 17.1834 12.0959 17.1337C12.082 17.0839 12.0398 17.0239 11.9554 16.904C11.858 16.7656 11.7757 16.6185 11.7089 16.4654ZM6.21587 17.1237C5.81919 17.0045 5.40095 17.2294 5.2817 17.6261C5.16246 18.0228 5.38736 18.441 5.78404 18.5602C6.42365 18.7525 7.13136 18.9087 7.8874 19.0234C8.29692 19.0856 8.6793 18.804 8.74146 18.3945C8.80362 17.9849 8.52203 17.6026 8.11251 17.5404C7.41722 17.4349 6.77942 17.2932 6.21587 17.1237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5001 12.75C18.0524 12.75 18.5001 13.1977 18.5001 13.75V14.0199C19.0994 14.1754 19.6436 14.4674 20.0951 14.8609L20.4533 14.627C20.9157 14.325 21.5354 14.4551 21.8374 14.9175C22.1394 15.3799 22.0093 15.9995 21.5469 16.3015L21.213 16.5196C21.345 16.9061 21.4168 17.3201 21.4168 17.75C21.4168 18.18 21.345 18.594 21.2129 18.9806L21.5466 19.1985C22.009 19.5005 22.139 20.1201 21.837 20.5825C21.535 21.0449 20.9153 21.175 20.4529 20.873L20.095 20.6392C19.6434 21.0327 19.0994 21.3246 18.5001 21.4801V21.75C18.5001 22.3023 18.0524 22.75 17.5001 22.75C16.9478 22.75 16.5001 22.3023 16.5001 21.75V21.4801C15.9009 21.3246 15.3568 21.0327 14.9053 20.6392L14.5473 20.873C14.0849 21.175 13.4652 21.0449 13.1632 20.5825C12.8612 20.1201 12.9913 19.5005 13.4537 19.1985L13.7873 18.9806C13.6552 18.594 13.5834 18.18 13.5834 17.75C13.5834 17.3201 13.6552 16.9061 13.7872 16.5196L13.4533 16.3015C12.9909 15.9995 12.8609 15.3799 13.1629 14.9175C13.4649 14.4551 14.0845 14.325 14.5469 14.627L14.9051 14.8609C15.3567 14.4674 15.9008 14.1754 16.5001 14.0199V13.75C16.5001 13.1977 16.9478 12.75 17.5001 12.75ZM17.5001 15.8929C16.8267 15.8929 16.2406 16.2277 15.8992 16.7284C15.6989 17.0222 15.5834 17.3722 15.5834 17.75C15.5834 18.1279 15.6989 18.4779 15.8993 18.7717C16.2407 19.2724 16.8268 19.6071 17.5001 19.6071C18.1735 19.6071 18.7595 19.2724 19.1009 18.7717C19.3013 18.4779 19.4168 18.1279 19.4168 17.75C19.4168 17.3722 19.3014 17.0222 19.101 16.7284C18.7596 16.2277 18.1735 15.8929 17.5001 15.8929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-database-sync{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 5.75C1.5 4.94711 1.93749 4.30194 2.46527 3.83401C2.99422 3.36504 3.70256 2.9884 4.49202 2.69235C6.07833 2.09749 8.20269 1.75 10.5 1.75C12.7973 1.75 14.9217 2.09749 16.508 2.69235C17.2974 2.9884 18.0058 3.36504 18.5347 3.83401C19.0625 4.30194 19.5 4.94711 19.5 5.75V10.7376C19.5 11.498 19.4007 11.9906 18.9424 12.4286C18.8442 12.5224 18.7952 12.5693 18.7161 12.5881C18.6371 12.607 18.5559 12.5823 18.3935 12.5329C18.3237 12.5117 18.2533 12.4916 18.1823 12.4725C16.1232 11.921 14.0319 12.4226 12.4779 13.6448C12.352 13.7438 12.2891 13.7933 12.2285 13.8091C12.168 13.8249 12.0785 13.8108 11.8996 13.7826C11.1108 13.6586 10.2917 13.925 9.72742 14.4873C9.60275 14.6116 9.54042 14.6737 9.4795 14.6964C9.41858 14.7191 9.34735 14.7142 9.20489 14.7042C7.2036 14.564 5.16298 14.1039 3.5508 13.3452C3.14779 13.1555 2.78325 12.9537 2.45806 12.7407C1.65337 12.2137 1.5 11.6824 1.5 10.7376V5.75ZM5.07313 6.88845C4.47883 6.6545 4.05524 6.40279 3.79209 6.16948C3.4354 5.85324 3.4354 5.64676 3.79209 5.33052C4.07279 5.08166 4.53602 4.81185 5.19427 4.56501C6.5034 4.07409 8.37903 3.75 10.5 3.75C12.621 3.75 14.4966 4.07409 15.8057 4.56501C16.464 4.81185 16.9272 5.08166 17.2079 5.33052C17.5646 5.64676 17.5646 5.85324 17.2079 6.16948C16.9272 6.41834 16.464 6.68815 15.8057 6.93499C14.4966 7.42591 12.621 7.75 10.5 7.75C9.6029 7.75 8.74969 7.69202 7.96467 7.58796C6.98782 7.45847 6.02272 7.26225 5.07313 6.88845ZM5.71587 10.8737C5.31919 10.7545 4.90095 10.9794 4.7817 11.3761C4.66246 11.7728 4.88736 12.191 5.28404 12.3102C5.92365 12.5025 6.63136 12.6587 7.3874 12.7734C7.79692 12.8356 8.1793 12.554 8.24146 12.1445C8.30362 11.7349 8.02203 11.3526 7.61251 11.2904C6.91722 11.1849 6.27942 11.0432 5.71587 10.8737Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.07378 16.8548C9.055 16.7793 9.0456 16.7415 9.0208 16.7206C8.996 16.6997 8.95915 16.697 8.88543 16.6917C6.75404 16.5362 4.62262 16.0598 2.6992 15.1546C2.50604 15.0637 2.31512 14.9677 2.12747 14.8664C1.8392 14.7108 1.69506 14.633 1.59753 14.6912C1.5 14.7493 1.5 14.9084 1.5 15.2265V19.7498C1.5 20.5527 1.93749 21.1979 2.46527 21.6658C2.99422 22.1348 3.70256 22.5114 4.49202 22.8075C6.07833 23.4023 8.20269 23.7498 10.5 23.7498C10.7714 23.7498 11.0403 23.745 11.3063 23.7354C11.7017 23.7213 11.8993 23.7142 11.9497 23.5987C12 23.4832 11.8617 23.3234 11.5852 23.0036C11.3153 22.6915 11.0762 22.3552 10.871 21.9999C10.5293 21.4081 10.457 20.7346 10.6162 20.1216C10.7189 19.7256 10.7703 19.5276 10.7459 19.4124C10.7215 19.2971 10.6308 19.183 10.4495 18.9548C10.1519 18.5805 9.76637 18.0937 9.52448 17.7817C9.30454 17.4981 9.1552 17.182 9.07378 16.8548ZM5.71587 17.8737C5.31919 17.7545 4.90095 17.9794 4.7817 18.3761C4.66246 18.7728 4.88736 19.191 5.28404 19.3102C5.92365 19.5025 6.63136 19.6587 7.3874 19.7734C7.79692 19.8356 8.1793 19.554 8.24146 19.1445C8.30362 18.7349 8.02203 18.3526 7.61251 18.2904C6.91722 18.1849 6.27942 18.0432 5.71587 17.8737Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.44 15.8302C13.6191 14.1921 15.7289 13.3684 17.7941 13.9216C19.1592 14.2873 20.2414 15.1855 20.8749 16.33C21.1424 16.8132 20.9675 17.4217 20.4843 17.6892C20.0012 17.9567 19.3926 17.7818 19.1251 17.2986C18.7437 16.6095 18.096 16.073 17.2765 15.8534C15.6759 15.4247 14.031 16.3744 13.6022 17.9741C13.5039 18.341 13.2062 18.6205 12.8339 18.6955C12.4615 18.7706 12.0788 18.6282 11.8461 18.328L10.7098 16.8627C10.3714 16.4262 10.4508 15.798 10.8873 15.4596C11.3237 15.1212 11.9519 15.2006 12.2903 15.6371L12.44 15.8302ZM20.1658 18.805C19.7936 18.8802 19.4961 19.1596 19.3978 19.5264C18.9691 21.1261 17.3241 22.0758 15.7235 21.647C14.923 21.4326 14.2865 20.9157 13.9019 20.2496C13.6257 19.7714 13.0141 19.6076 12.5358 19.8838C12.0576 20.1599 11.8937 20.7716 12.1699 21.2498C12.809 22.3565 13.8726 23.2217 15.206 23.5789C17.2715 24.1322 19.3818 23.3081 20.5607 21.6694L20.7102 21.8619C21.0489 22.2982 21.6772 22.3772 22.1134 22.0385C22.5496 21.6997 22.6286 21.0715 22.2899 20.6353L21.1536 19.1719C20.9207 18.872 20.538 18.7299 20.1658 18.805Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 5.75C1.5 4.94711 1.93749 4.30194 2.46527 3.83401C2.99422 3.36504 3.70256 2.9884 4.49202 2.69235C6.07833 2.09749 8.20269 1.75 10.5 1.75C12.7973 1.75 14.9217 2.09749 16.508 2.69235C17.2974 2.9884 18.0058 3.36504 18.5347 3.83401C19.0625 4.30194 19.5 4.94711 19.5 5.75V10.7376C19.5 11.498 19.4007 11.9906 18.9424 12.4286C18.8442 12.5224 18.7952 12.5693 18.7161 12.5881C18.6371 12.607 18.5559 12.5823 18.3935 12.5329C18.3237 12.5117 18.2533 12.4916 18.1823 12.4725C16.1232 11.921 14.0319 12.4226 12.4779 13.6448C12.352 13.7438 12.2891 13.7933 12.2285 13.8091C12.168 13.8249 12.0785 13.8108 11.8996 13.7826C11.1108 13.6586 10.2917 13.925 9.72742 14.4873C9.60275 14.6116 9.54042 14.6737 9.4795 14.6964C9.41858 14.7191 9.34735 14.7142 9.20489 14.7042C7.2036 14.564 5.16298 14.1039 3.5508 13.3452C3.14779 13.1555 2.78325 12.9537 2.45806 12.7407C1.65337 12.2137 1.5 11.6824 1.5 10.7376V5.75ZM5.07313 6.88845C4.47883 6.6545 4.05524 6.40279 3.79209 6.16948C3.4354 5.85324 3.4354 5.64676 3.79209 5.33052C4.07279 5.08166 4.53602 4.81185 5.19427 4.56501C6.5034 4.07409 8.37903 3.75 10.5 3.75C12.621 3.75 14.4966 4.07409 15.8057 4.56501C16.464 4.81185 16.9272 5.08166 17.2079 5.33052C17.5646 5.64676 17.5646 5.85324 17.2079 6.16948C16.9272 6.41834 16.464 6.68815 15.8057 6.93499C14.4966 7.42591 12.621 7.75 10.5 7.75C9.6029 7.75 8.74969 7.69202 7.96467 7.58796C6.98782 7.45847 6.02272 7.26225 5.07313 6.88845ZM5.71587 10.8737C5.31919 10.7545 4.90095 10.9794 4.7817 11.3761C4.66246 11.7728 4.88736 12.191 5.28404 12.3102C5.92365 12.5025 6.63136 12.6587 7.3874 12.7734C7.79692 12.8356 8.1793 12.554 8.24146 12.1445C8.30362 11.7349 8.02203 11.3526 7.61251 11.2904C6.91722 11.1849 6.27942 11.0432 5.71587 10.8737Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.07378 16.8548C9.055 16.7793 9.0456 16.7415 9.0208 16.7206C8.996 16.6997 8.95915 16.697 8.88543 16.6917C6.75404 16.5362 4.62262 16.0598 2.6992 15.1546C2.50604 15.0637 2.31512 14.9677 2.12747 14.8664C1.8392 14.7108 1.69506 14.633 1.59753 14.6912C1.5 14.7493 1.5 14.9084 1.5 15.2265V19.7498C1.5 20.5527 1.93749 21.1979 2.46527 21.6658C2.99422 22.1348 3.70256 22.5114 4.49202 22.8075C6.07833 23.4023 8.20269 23.7498 10.5 23.7498C10.7714 23.7498 11.0403 23.745 11.3063 23.7354C11.7017 23.7213 11.8993 23.7142 11.9497 23.5987C12 23.4832 11.8617 23.3234 11.5852 23.0036C11.3153 22.6915 11.0762 22.3552 10.871 21.9999C10.5293 21.4081 10.457 20.7346 10.6162 20.1216C10.7189 19.7256 10.7703 19.5276 10.7459 19.4124C10.7215 19.2971 10.6308 19.183 10.4495 18.9548C10.1519 18.5805 9.76637 18.0937 9.52448 17.7817C9.30454 17.4981 9.1552 17.182 9.07378 16.8548ZM5.71587 17.8737C5.31919 17.7545 4.90095 17.9794 4.7817 18.3761C4.66246 18.7728 4.88736 19.191 5.28404 19.3102C5.92365 19.5025 6.63136 19.6587 7.3874 19.7734C7.79692 19.8356 8.1793 19.554 8.24146 19.1445C8.30362 18.7349 8.02203 18.3526 7.61251 18.2904C6.91722 18.1849 6.27942 18.0432 5.71587 17.8737Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.44 15.8302C13.6191 14.1921 15.7289 13.3684 17.7941 13.9216C19.1592 14.2873 20.2414 15.1855 20.8749 16.33C21.1424 16.8132 20.9675 17.4217 20.4843 17.6892C20.0012 17.9567 19.3926 17.7818 19.1251 17.2986C18.7437 16.6095 18.096 16.073 17.2765 15.8534C15.6759 15.4247 14.031 16.3744 13.6022 17.9741C13.5039 18.341 13.2062 18.6205 12.8339 18.6955C12.4615 18.7706 12.0788 18.6282 11.8461 18.328L10.7098 16.8627C10.3714 16.4262 10.4508 15.798 10.8873 15.4596C11.3237 15.1212 11.9519 15.2006 12.2903 15.6371L12.44 15.8302ZM20.1658 18.805C19.7936 18.8802 19.4961 19.1596 19.3978 19.5264C18.9691 21.1261 17.3241 22.0758 15.7235 21.647C14.923 21.4326 14.2865 20.9157 13.9019 20.2496C13.6257 19.7714 13.0141 19.6076 12.5358 19.8838C12.0576 20.1599 11.8937 20.7716 12.1699 21.2498C12.809 22.3565 13.8726 23.2217 15.206 23.5789C17.2715 24.1322 19.3818 23.3081 20.5607 21.6694L20.7102 21.8619C21.0489 22.2982 21.6772 22.3772 22.1134 22.0385C22.5496 21.6997 22.6286 21.0715 22.2899 20.6353L21.1536 19.1719C20.9207 18.872 20.538 18.7299 20.1658 18.805Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-database{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 5C3 4.19711 3.43749 3.55194 3.96527 3.08401C4.49422 2.61504 5.20256 2.2384 5.99202 1.94235C7.57833 1.34749 9.70269 1 12 1C14.2973 1 16.4217 1.34749 18.008 1.94235C18.7974 2.2384 19.5058 2.61504 20.0347 3.08401C20.5625 3.55194 21 4.19711 21 5V9.98763C21 10.9324 20.8466 11.4637 20.0419 11.9907C19.7167 12.2037 19.3522 12.4055 18.9492 12.5952C16.9865 13.5188 14.3887 14 12 14C9.6113 14 7.01354 13.5188 5.0508 12.5952C4.64779 12.4055 4.28325 12.2037 3.95806 11.9907C3.15337 11.4637 3 10.9324 3 9.98763V5ZM6.57313 6.13845C5.97883 5.9045 5.55524 5.65279 5.29209 5.41948C4.9354 5.10324 4.9354 4.89676 5.29209 4.58052C5.57279 4.33166 6.03602 4.06185 6.69427 3.81501C8.0034 3.32409 9.87903 3 12 3C14.121 3 15.9966 3.32409 17.3057 3.81501C17.964 4.06185 18.4272 4.33166 18.7079 4.58052C19.0646 4.89676 19.0646 5.10324 18.7079 5.41948C18.4272 5.66834 17.964 5.93815 17.3057 6.18499C15.9966 6.67591 14.121 7 12 7C11.1029 7 10.2497 6.94202 9.46467 6.83796C8.48782 6.70847 7.52272 6.51225 6.57313 6.13845ZM7.21611 10.1257C6.81943 10.0065 6.40119 10.2314 6.28195 10.628C6.1627 11.0247 6.38761 11.443 6.78428 11.5622C7.42389 11.7545 8.1316 11.9106 8.88764 12.0254C9.29716 12.0875 9.67954 11.8059 9.7417 11.3964C9.80387 10.9869 9.52228 10.6045 9.11276 10.5424C8.41746 10.4368 7.77966 10.2951 7.21611 10.1257Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.62747 14.1164C3.3392 13.9608 3.19506 13.883 3.09753 13.9412C3 13.9993 3 14.1584 3 14.4765V18.9998C3 19.8027 3.43749 20.4479 3.96527 20.9158C4.49422 21.3848 5.20256 21.7614 5.99202 22.0575C7.57833 22.6523 9.70269 22.9998 12 22.9998C14.2973 22.9998 16.4217 22.6523 18.008 22.0575C18.7974 21.7614 19.5058 21.3848 20.0347 20.9158C20.5625 20.4479 21 19.8027 21 18.9998V14.4765C21 14.1584 21 13.9993 20.9025 13.9412C20.8049 13.883 20.6608 13.9608 20.3725 14.1164C20.1849 14.2177 19.994 14.3137 19.8008 14.4046C17.5135 15.481 14.6113 15.9998 12 15.9998C9.346 15.9998 6.60931 15.5388 4.1992 14.4046C4.00604 14.3137 3.81512 14.2177 3.62747 14.1164ZM7.21611 17.1257C6.81943 17.0065 6.40119 17.2314 6.28195 17.628C6.1627 18.0247 6.38761 18.443 6.78428 18.5622C7.42389 18.7545 8.1316 18.9106 8.88764 19.0254C9.29716 19.0875 9.67954 18.8059 9.7417 18.3964C9.80387 17.9869 9.52228 17.6045 9.11276 17.5424C8.41746 17.4368 7.77966 17.2951 7.21611 17.1257Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 5C3 4.19711 3.43749 3.55194 3.96527 3.08401C4.49422 2.61504 5.20256 2.2384 5.99202 1.94235C7.57833 1.34749 9.70269 1 12 1C14.2973 1 16.4217 1.34749 18.008 1.94235C18.7974 2.2384 19.5058 2.61504 20.0347 3.08401C20.5625 3.55194 21 4.19711 21 5V9.98763C21 10.9324 20.8466 11.4637 20.0419 11.9907C19.7167 12.2037 19.3522 12.4055 18.9492 12.5952C16.9865 13.5188 14.3887 14 12 14C9.6113 14 7.01354 13.5188 5.0508 12.5952C4.64779 12.4055 4.28325 12.2037 3.95806 11.9907C3.15337 11.4637 3 10.9324 3 9.98763V5ZM6.57313 6.13845C5.97883 5.9045 5.55524 5.65279 5.29209 5.41948C4.9354 5.10324 4.9354 4.89676 5.29209 4.58052C5.57279 4.33166 6.03602 4.06185 6.69427 3.81501C8.0034 3.32409 9.87903 3 12 3C14.121 3 15.9966 3.32409 17.3057 3.81501C17.964 4.06185 18.4272 4.33166 18.7079 4.58052C19.0646 4.89676 19.0646 5.10324 18.7079 5.41948C18.4272 5.66834 17.964 5.93815 17.3057 6.18499C15.9966 6.67591 14.121 7 12 7C11.1029 7 10.2497 6.94202 9.46467 6.83796C8.48782 6.70847 7.52272 6.51225 6.57313 6.13845ZM7.21611 10.1257C6.81943 10.0065 6.40119 10.2314 6.28195 10.628C6.1627 11.0247 6.38761 11.443 6.78428 11.5622C7.42389 11.7545 8.1316 11.9106 8.88764 12.0254C9.29716 12.0875 9.67954 11.8059 9.7417 11.3964C9.80387 10.9869 9.52228 10.6045 9.11276 10.5424C8.41746 10.4368 7.77966 10.2951 7.21611 10.1257Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.62747 14.1164C3.3392 13.9608 3.19506 13.883 3.09753 13.9412C3 13.9993 3 14.1584 3 14.4765V18.9998C3 19.8027 3.43749 20.4479 3.96527 20.9158C4.49422 21.3848 5.20256 21.7614 5.99202 22.0575C7.57833 22.6523 9.70269 22.9998 12 22.9998C14.2973 22.9998 16.4217 22.6523 18.008 22.0575C18.7974 21.7614 19.5058 21.3848 20.0347 20.9158C20.5625 20.4479 21 19.8027 21 18.9998V14.4765C21 14.1584 21 13.9993 20.9025 13.9412C20.8049 13.883 20.6608 13.9608 20.3725 14.1164C20.1849 14.2177 19.994 14.3137 19.8008 14.4046C17.5135 15.481 14.6113 15.9998 12 15.9998C9.346 15.9998 6.60931 15.5388 4.1992 14.4046C4.00604 14.3137 3.81512 14.2177 3.62747 14.1164ZM7.21611 17.1257C6.81943 17.0065 6.40119 17.2314 6.28195 17.628C6.1627 18.0247 6.38761 18.443 6.78428 18.5622C7.42389 18.7545 8.1316 18.9106 8.88764 19.0254C9.29716 19.0875 9.67954 18.8059 9.7417 18.3964C9.80387 17.9869 9.52228 17.6045 9.11276 17.5424C8.41746 17.4368 7.77966 17.2951 7.21611 17.1257Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-developer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.9425 17.7671C19.5762 19.5006 18.038 20.7358 16.261 20.7499C15.9709 20.7659 15.9164 20.9311 15.9254 21.0117C15.9254 21.9718 15.1471 22.75 14.1871 22.75L8.00436 22.75C7.57155 22.7501 7.17471 22.7501 6.8519 22.7067C6.49642 22.6589 6.1207 22.5465 5.81167 22.2374C5.50265 21.9284 5.3902 21.5527 5.34241 21.1972C5.29901 20.8744 5.29905 20.4776 5.29911 20.0447L5.29911 19.8537C5.29911 19.3947 5.29911 19.1652 5.43748 19.0767C5.57585 18.9882 5.79396 19.089 6.23018 19.2906C6.37782 19.3588 6.52736 19.4237 6.6787 19.4851C7.06248 19.641 7.48673 19.4225 7.61445 19.0285C7.74217 18.6345 7.5247 18.2145 7.14286 18.0539C6.60989 17.8299 6.10376 17.5558 5.63053 17.2378C5.51819 17.1623 5.40769 17.0841 5.29911 17.0037C3.14763 15.4102 1.75 12.868 1.75 10C1.75 5.15769 5.72765 1.25 10.6123 1.25C15.2495 1.25 19.0678 4.77057 19.4441 9.27103C19.4494 9.42115 19.4739 9.7398 19.5298 9.81345L21.6583 12.6187C21.8063 12.8131 21.9619 13.0176 22.0662 13.205C22.1862 13.4205 22.3092 13.7348 22.2193 14.1102C22.1298 14.4843 21.8789 14.7091 21.676 14.8475C21.4985 14.9686 21.2675 15.0824 21.0466 15.1912L20.6645 15.3796C20.5348 15.4436 20.47 15.4755 20.4275 15.5307C20.385 15.5859 20.3706 15.6568 20.3418 15.7985L19.9425 17.7671ZM13.5084 9.56811C13.1946 9.29768 13.1595 8.8241 13.4299 8.51035C13.7004 8.1966 14.174 8.16148 14.4877 8.43192L15.4076 9.22481L15.4354 9.24874C15.6042 9.39411 15.7835 9.54855 15.9146 9.69668C16.0629 9.86416 16.248 10.13 16.248 10.5C16.248 10.8701 16.0629 11.1359 15.9146 11.3033C15.7835 11.4515 15.6042 11.6059 15.4354 11.7513L15.4076 11.7752L14.4877 12.5681C14.174 12.8385 13.7004 12.8034 13.4299 12.4897C13.1595 12.1759 13.1946 11.7023 13.5084 11.4319L14.4283 10.639C14.4895 10.5863 14.5422 10.5408 14.5887 10.5C14.5422 10.4592 14.4895 10.4137 14.4283 10.361L13.5084 9.56811ZM7.56614 8.51035C7.83658 8.8241 7.80146 9.29768 7.48771 9.56811L6.5678 10.361C6.50662 10.4137 6.45388 10.4592 6.40736 10.5C6.45388 10.5408 6.50662 10.5863 6.5678 10.639L7.48771 11.4319C7.80146 11.7023 7.83658 12.1759 7.56614 12.4897C7.29571 12.8034 6.82214 12.8385 6.50839 12.5681L5.58848 11.7752L5.5607 11.7513C5.39193 11.6059 5.21261 11.4515 5.08148 11.3033C4.93323 11.1359 4.74805 10.8701 4.74805 10.5C4.74805 10.13 4.93323 9.86416 5.08148 9.69668C5.21261 9.54855 5.39193 9.39411 5.5607 9.24874L5.58848 9.22481L6.50839 8.43192C6.82214 8.16148 7.29571 8.1966 7.56614 8.51035ZM12.1946 8.27874C12.3484 7.89416 12.1614 7.45768 11.7768 7.30384C11.3922 7.15001 10.9557 7.33707 10.8019 7.72166L8.80189 12.7217C8.64805 13.1062 8.83512 13.5427 9.2197 13.6966C9.60429 13.8504 10.0408 13.6633 10.1946 13.2787L12.1946 8.27874Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.9425 17.7671C19.5762 19.5006 18.038 20.7358 16.261 20.7499C15.9709 20.7659 15.9164 20.9311 15.9254 21.0117C15.9254 21.9718 15.1471 22.75 14.1871 22.75L8.00436 22.75C7.57155 22.7501 7.17471 22.7501 6.8519 22.7067C6.49642 22.6589 6.1207 22.5465 5.81167 22.2374C5.50265 21.9284 5.3902 21.5527 5.34241 21.1972C5.29901 20.8744 5.29905 20.4776 5.29911 20.0447L5.29911 19.8537C5.29911 19.3947 5.29911 19.1652 5.43748 19.0767C5.57585 18.9882 5.79396 19.089 6.23018 19.2906C6.37782 19.3588 6.52736 19.4237 6.6787 19.4851C7.06248 19.641 7.48673 19.4225 7.61445 19.0285C7.74217 18.6345 7.5247 18.2145 7.14286 18.0539C6.60989 17.8299 6.10376 17.5558 5.63053 17.2378C5.51819 17.1623 5.40769 17.0841 5.29911 17.0037C3.14763 15.4102 1.75 12.868 1.75 10C1.75 5.15769 5.72765 1.25 10.6123 1.25C15.2495 1.25 19.0678 4.77057 19.4441 9.27103C19.4494 9.42115 19.4739 9.7398 19.5298 9.81345L21.6583 12.6187C21.8063 12.8131 21.9619 13.0176 22.0662 13.205C22.1862 13.4205 22.3092 13.7348 22.2193 14.1102C22.1298 14.4843 21.8789 14.7091 21.676 14.8475C21.4985 14.9686 21.2675 15.0824 21.0466 15.1912L20.6645 15.3796C20.5348 15.4436 20.47 15.4755 20.4275 15.5307C20.385 15.5859 20.3706 15.6568 20.3418 15.7985L19.9425 17.7671ZM13.5084 9.56811C13.1946 9.29768 13.1595 8.8241 13.4299 8.51035C13.7004 8.1966 14.174 8.16148 14.4877 8.43192L15.4076 9.22481L15.4354 9.24874C15.6042 9.39411 15.7835 9.54855 15.9146 9.69668C16.0629 9.86416 16.248 10.13 16.248 10.5C16.248 10.8701 16.0629 11.1359 15.9146 11.3033C15.7835 11.4515 15.6042 11.6059 15.4354 11.7513L15.4076 11.7752L14.4877 12.5681C14.174 12.8385 13.7004 12.8034 13.4299 12.4897C13.1595 12.1759 13.1946 11.7023 13.5084 11.4319L14.4283 10.639C14.4895 10.5863 14.5422 10.5408 14.5887 10.5C14.5422 10.4592 14.4895 10.4137 14.4283 10.361L13.5084 9.56811ZM7.56614 8.51035C7.83658 8.8241 7.80146 9.29768 7.48771 9.56811L6.5678 10.361C6.50662 10.4137 6.45388 10.4592 6.40736 10.5C6.45388 10.5408 6.50662 10.5863 6.5678 10.639L7.48771 11.4319C7.80146 11.7023 7.83658 12.1759 7.56614 12.4897C7.29571 12.8034 6.82214 12.8385 6.50839 12.5681L5.58848 11.7752L5.5607 11.7513C5.39193 11.6059 5.21261 11.4515 5.08148 11.3033C4.93323 11.1359 4.74805 10.8701 4.74805 10.5C4.74805 10.13 4.93323 9.86416 5.08148 9.69668C5.21261 9.54855 5.39193 9.39411 5.5607 9.24874L5.58848 9.22481L6.50839 8.43192C6.82214 8.16148 7.29571 8.1966 7.56614 8.51035ZM12.1946 8.27874C12.3484 7.89416 12.1614 7.45768 11.7768 7.30384C11.3922 7.15001 10.9557 7.33707 10.8019 7.72166L8.80189 12.7217C8.64805 13.1062 8.83512 13.5427 9.2197 13.6966C9.60429 13.8504 10.0408 13.6633 10.1946 13.2787L12.1946 8.27874Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-document-code{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1175 15.2221C16.757 15.6405 16.8038 16.2719 17.2221 16.6325L19.0619 18.2183C19.4282 18.5339 19.6488 18.7264 19.7899 18.875C19.6488 19.0236 19.4282 19.2161 19.0619 19.5318L17.2221 21.1176C16.8038 21.4781 16.757 22.1096 17.1175 22.5279C17.4781 22.9462 18.1095 22.9931 18.5279 22.6325L20.3677 21.0467C20.3823 21.0341 20.3968 21.0216 20.4113 21.0091C20.7602 20.7085 21.0948 20.4202 21.3337 20.1503C21.5959 19.8541 21.875 19.4374 21.875 18.875C21.875 18.3126 21.5959 17.8959 21.3337 17.5998C21.0948 17.3298 20.7602 17.0415 20.4113 16.7409C20.3968 16.7284 20.3823 16.7159 20.3677 16.7033L18.5279 15.1176C18.1095 14.757 17.4781 14.8038 17.1175 15.2221Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6325 15.2221C14.993 15.6405 14.9462 16.2719 14.5279 16.6325L12.6881 18.2183C12.3218 18.5339 12.1012 18.7264 11.9601 18.875C12.1012 19.0236 12.3218 19.2161 12.6881 19.5318L14.5279 21.1176C14.9462 21.4781 14.993 22.1096 14.6325 22.5279C14.2719 22.9462 13.6405 22.9931 13.2221 22.6325L11.3823 21.0467C11.3677 21.0341 11.3532 21.0216 11.3387 21.0091C10.9898 20.7085 10.6552 20.4202 10.4163 20.1503C10.1541 19.8541 9.875 19.4374 9.875 18.875C9.875 18.3126 10.1541 17.8959 10.4163 17.5998C10.6552 17.3298 10.9898 17.0415 11.3387 16.7409C11.3532 16.7284 11.3677 16.7159 11.3823 16.7033L13.2221 15.1176C13.6405 14.757 14.2719 14.8038 14.6325 15.2221Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.81154 22.5222C7.79379 22.625 7.35661 22.625 8.89771 22.625C9.43745 22.625 9.875 22.1874 9.875 21.6477C9.875 21.108 9.43745 20.6704 8.89771 20.6704C7.28909 20.6704 7.88285 20.6691 7.0134 20.5782C6.15948 20.4888 5.67555 20.3221 5.31772 20.069C5.07627 19.8983 4.86389 19.6972 4.6861 19.4728C4.43053 19.1503 4.26109 18.7175 4.16886 17.9308C4.07393 17.121 4.07235 16.0637 4.07235 14.5402L4.07227 11.64C4.07225 11.373 4.07242 10.7345 4.35304 10.2623C4.52597 9.97131 4.74739 9.7282 4.97484 9.60438C5.34135 9.40486 5.76154 9.2915 6.20821 9.2915L7.24858 9.32799C7.62867 9.33588 8.07221 9.32387 8.50036 9.20915C9.33433 8.98569 9.98574 8.33428 10.2092 7.50031C10.3239 7.07216 10.3359 6.62862 10.328 6.24853L10.2915 5.20816C10.2915 4.74047 10.4159 4.33334 10.6333 3.95493C10.76 3.73434 10.9807 3.53245 11.2855 3.35514C11.7476 3.08623 12.301 3.08374 12.6392 3.08222C12.9773 3.08069 13.3341 3.07952 13.6322 3.07952C15.4663 3.07952 16.1334 3.09347 16.6368 3.27082C17.5094 3.57828 18.1751 4.21992 18.4852 5.00529C18.5628 5.20193 18.6177 5.46035 18.6471 5.9083C18.6771 6.36497 18.6776 6.94792 18.6776 7.78818V12.9013C18.6776 13.439 19.1136 13.875 19.6513 13.875C20.1891 13.875 20.625 13.439 20.625 12.9013V7.755C20.625 6.95584 20.625 6.30828 20.5903 5.7797C20.5545 5.23507 20.4789 4.7494 20.2956 4.28524C19.7668 2.94593 18.6584 1.91166 17.2818 1.42666C16.423 1.12407 14.9509 1.12446 13.3959 1.125C10.5563 1.12464 8.86965 1.12443 7.48721 1.61151C5.26721 2.39369 3.49348 4.05643 2.65009 6.19249C2.36897 6.90445 2.24444 7.66916 2.18419 8.586C2.125 9.48671 2.125 10.5993 2.125 12.0176V12.0176V14.6011C2.12498 16.0492 2.12496 17.2219 2.23485 18.1592C2.34896 19.1326 2.59221 19.9705 3.16204 20.6895C3.45722 21.062 3.80577 21.3908 4.19614 21.6669C4.9409 22.1935 5.80212 22.4166 6.81154 22.5222Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1175 15.2221C16.757 15.6405 16.8038 16.2719 17.2221 16.6325L19.0619 18.2183C19.4282 18.5339 19.6488 18.7264 19.7899 18.875C19.6488 19.0236 19.4282 19.2161 19.0619 19.5318L17.2221 21.1176C16.8038 21.4781 16.757 22.1096 17.1175 22.5279C17.4781 22.9462 18.1095 22.9931 18.5279 22.6325L20.3677 21.0467C20.3823 21.0341 20.3968 21.0216 20.4113 21.0091C20.7602 20.7085 21.0948 20.4202 21.3337 20.1503C21.5959 19.8541 21.875 19.4374 21.875 18.875C21.875 18.3126 21.5959 17.8959 21.3337 17.5998C21.0948 17.3298 20.7602 17.0415 20.4113 16.7409C20.3968 16.7284 20.3823 16.7159 20.3677 16.7033L18.5279 15.1176C18.1095 14.757 17.4781 14.8038 17.1175 15.2221Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6325 15.2221C14.993 15.6405 14.9462 16.2719 14.5279 16.6325L12.6881 18.2183C12.3218 18.5339 12.1012 18.7264 11.9601 18.875C12.1012 19.0236 12.3218 19.2161 12.6881 19.5318L14.5279 21.1176C14.9462 21.4781 14.993 22.1096 14.6325 22.5279C14.2719 22.9462 13.6405 22.9931 13.2221 22.6325L11.3823 21.0467C11.3677 21.0341 11.3532 21.0216 11.3387 21.0091C10.9898 20.7085 10.6552 20.4202 10.4163 20.1503C10.1541 19.8541 9.875 19.4374 9.875 18.875C9.875 18.3126 10.1541 17.8959 10.4163 17.5998C10.6552 17.3298 10.9898 17.0415 11.3387 16.7409C11.3532 16.7284 11.3677 16.7159 11.3823 16.7033L13.2221 15.1176C13.6405 14.757 14.2719 14.8038 14.6325 15.2221Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.81154 22.5222C7.79379 22.625 7.35661 22.625 8.89771 22.625C9.43745 22.625 9.875 22.1874 9.875 21.6477C9.875 21.108 9.43745 20.6704 8.89771 20.6704C7.28909 20.6704 7.88285 20.6691 7.0134 20.5782C6.15948 20.4888 5.67555 20.3221 5.31772 20.069C5.07627 19.8983 4.86389 19.6972 4.6861 19.4728C4.43053 19.1503 4.26109 18.7175 4.16886 17.9308C4.07393 17.121 4.07235 16.0637 4.07235 14.5402L4.07227 11.64C4.07225 11.373 4.07242 10.7345 4.35304 10.2623C4.52597 9.97131 4.74739 9.7282 4.97484 9.60438C5.34135 9.40486 5.76154 9.2915 6.20821 9.2915L7.24858 9.32799C7.62867 9.33588 8.07221 9.32387 8.50036 9.20915C9.33433 8.98569 9.98574 8.33428 10.2092 7.50031C10.3239 7.07216 10.3359 6.62862 10.328 6.24853L10.2915 5.20816C10.2915 4.74047 10.4159 4.33334 10.6333 3.95493C10.76 3.73434 10.9807 3.53245 11.2855 3.35514C11.7476 3.08623 12.301 3.08374 12.6392 3.08222C12.9773 3.08069 13.3341 3.07952 13.6322 3.07952C15.4663 3.07952 16.1334 3.09347 16.6368 3.27082C17.5094 3.57828 18.1751 4.21992 18.4852 5.00529C18.5628 5.20193 18.6177 5.46035 18.6471 5.9083C18.6771 6.36497 18.6776 6.94792 18.6776 7.78818V12.9013C18.6776 13.439 19.1136 13.875 19.6513 13.875C20.1891 13.875 20.625 13.439 20.625 12.9013V7.755C20.625 6.95584 20.625 6.30828 20.5903 5.7797C20.5545 5.23507 20.4789 4.7494 20.2956 4.28524C19.7668 2.94593 18.6584 1.91166 17.2818 1.42666C16.423 1.12407 14.9509 1.12446 13.3959 1.125C10.5563 1.12464 8.86965 1.12443 7.48721 1.61151C5.26721 2.39369 3.49348 4.05643 2.65009 6.19249C2.36897 6.90445 2.24444 7.66916 2.18419 8.586C2.125 9.48671 2.125 10.5993 2.125 12.0176V12.0176V14.6011C2.12498 16.0492 2.12496 17.2219 2.23485 18.1592C2.34896 19.1326 2.59221 19.9705 3.16204 20.6895C3.45722 21.062 3.80577 21.3908 4.19614 21.6669C4.9409 22.1935 5.80212 22.4166 6.81154 22.5222Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-incognito{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 17.875C10 16.2181 8.65685 14.875 7 14.875C5.34315 14.875 4 16.2181 4 17.875C4 19.5319 5.34315 20.875 7 20.875C8.65685 20.875 10 19.5319 10 17.875Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M20 17.875C20 16.2181 18.6569 14.875 17 14.875C15.3431 14.875 14 16.2181 14 17.875C14 19.5319 15.3431 20.875 17 20.875C18.6569 20.875 20 19.5319 20 17.875Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 19.875C5.89543 19.875 5 18.9796 5 17.875C5 16.7704 5.89543 15.875 7 15.875C7.69273 15.875 8.3032 16.2272 8.66213 16.7623C8.66544 16.7674 8.6688 16.7724 8.67221 16.7774C8.87943 17.0925 9 17.4697 9 17.875C9 18.9796 8.10457 19.875 7 19.875ZM10.7008 16.3543C10.8936 16.8231 11 17.3366 11 17.875C11 20.0841 9.20914 21.875 7 21.875C4.79086 21.875 3 20.0841 3 17.875C3 15.6659 4.79086 13.875 7 13.875C7.94603 13.875 8.81535 14.2034 9.50017 14.7525C10.1845 14.204 11.0538 13.875 12.0001 13.875C12.9464 13.875 13.8157 14.204 14.4999 14.7524C15.1847 14.2034 16.054 13.875 17 13.875C19.2091 13.875 21 15.6659 21 17.875C21 20.0841 19.2091 21.875 17 21.875C14.7909 21.875 13 20.0841 13 17.875C13 17.3366 13.1064 16.823 13.2993 16.3542C12.9492 16.0547 12.4955 15.875 12.0001 15.875C11.5046 15.875 11.0509 16.0548 10.7008 16.3543ZM15.323 16.7847C15.1187 17.0983 15 17.4728 15 17.875C15 18.9796 15.8954 19.875 17 19.875C18.1046 19.875 19 18.9796 19 17.875C19 16.7704 18.1046 15.875 17 15.875C16.3104 15.875 15.7024 16.224 15.3428 16.7549C15.3364 16.765 15.3298 16.7749 15.323 16.7847Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.14815 4.64469C4.09009 4.8062 4.03406 5.01861 3.94901 5.34105L2.48836 10.8765H2C1.44772 10.8765 1 11.3242 1 11.8765C1 12.4288 1.44772 12.8765 2 12.8765H22C22.5523 12.8765 23 12.4288 23 11.8765C23 11.3242 22.5523 10.8765 22 10.8765H21.512L20.0514 5.34108C19.9663 5.01861 19.9103 4.80621 19.8522 4.64469C19.009 2.29905 16.2215 1.36647 14.1911 2.81839C14.0525 2.91749 13.568 3.32899 13.3209 3.54188C12.533 4.13882 11.4674 4.13882 10.6795 3.54188C10.4324 3.32899 9.94785 2.91749 9.80926 2.81839C7.77885 1.36647 4.99137 2.29905 4.14815 4.64469Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 17.875C10 16.2181 8.65685 14.875 7 14.875C5.34315 14.875 4 16.2181 4 17.875C4 19.5319 5.34315 20.875 7 20.875C8.65685 20.875 10 19.5319 10 17.875Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M20 17.875C20 16.2181 18.6569 14.875 17 14.875C15.3431 14.875 14 16.2181 14 17.875C14 19.5319 15.3431 20.875 17 20.875C18.6569 20.875 20 19.5319 20 17.875Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 19.875C5.89543 19.875 5 18.9796 5 17.875C5 16.7704 5.89543 15.875 7 15.875C7.69273 15.875 8.3032 16.2272 8.66213 16.7623C8.66544 16.7674 8.6688 16.7724 8.67221 16.7774C8.87943 17.0925 9 17.4697 9 17.875C9 18.9796 8.10457 19.875 7 19.875ZM10.7008 16.3543C10.8936 16.8231 11 17.3366 11 17.875C11 20.0841 9.20914 21.875 7 21.875C4.79086 21.875 3 20.0841 3 17.875C3 15.6659 4.79086 13.875 7 13.875C7.94603 13.875 8.81535 14.2034 9.50017 14.7525C10.1845 14.204 11.0538 13.875 12.0001 13.875C12.9464 13.875 13.8157 14.204 14.4999 14.7524C15.1847 14.2034 16.054 13.875 17 13.875C19.2091 13.875 21 15.6659 21 17.875C21 20.0841 19.2091 21.875 17 21.875C14.7909 21.875 13 20.0841 13 17.875C13 17.3366 13.1064 16.823 13.2993 16.3542C12.9492 16.0547 12.4955 15.875 12.0001 15.875C11.5046 15.875 11.0509 16.0548 10.7008 16.3543ZM15.323 16.7847C15.1187 17.0983 15 17.4728 15 17.875C15 18.9796 15.8954 19.875 17 19.875C18.1046 19.875 19 18.9796 19 17.875C19 16.7704 18.1046 15.875 17 15.875C16.3104 15.875 15.7024 16.224 15.3428 16.7549C15.3364 16.765 15.3298 16.7749 15.323 16.7847Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.14815 4.64469C4.09009 4.8062 4.03406 5.01861 3.94901 5.34105L2.48836 10.8765H2C1.44772 10.8765 1 11.3242 1 11.8765C1 12.4288 1.44772 12.8765 2 12.8765H22C22.5523 12.8765 23 12.4288 23 11.8765C23 11.3242 22.5523 10.8765 22 10.8765H21.512L20.0514 5.34108C19.9663 5.01861 19.9103 4.80621 19.8522 4.64469C19.009 2.29905 16.2215 1.36647 14.1911 2.81839C14.0525 2.91749 13.568 3.32899 13.3209 3.54188C12.533 4.13882 11.4674 4.13882 10.6795 3.54188C10.4324 3.32899 9.94785 2.91749 9.80926 2.81839C7.77885 1.36647 4.99137 2.29905 4.14815 4.64469Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-inspect-code{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5429 16.5429C16.9334 16.1524 17.5666 16.1524 17.9571 16.5429L22.4571 21.0429C22.8476 21.4334 22.8476 22.0666 22.4571 22.4571C22.0666 22.8476 21.4334 22.8476 21.0429 22.4571L16.5429 17.9571C16.1524 17.5666 16.1524 16.9334 16.5429 16.5429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 11C1.25 5.61522 5.61522 1.25 11 1.25C16.3848 1.25 20.75 5.61522 20.75 11C20.75 16.3848 16.3848 20.75 11 20.75C5.61522 20.75 1.25 16.3848 1.25 11ZM11 3.2C6.69218 3.2 3.2 6.69218 3.2 11C3.2 15.3078 6.69218 18.8 11 18.8C15.3078 18.8 18.8 15.3078 18.8 11C18.8 6.69218 15.3078 3.2 11 3.2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7425 8.84714C13.382 9.26547 13.4288 9.8969 13.8471 10.2575L14.7086 11L13.8471 11.7426C13.4288 12.1031 13.382 12.7346 13.7425 13.1529C14.1031 13.5712 14.7345 13.6181 15.1529 13.2575L16.0728 12.4646L16.1047 12.4371C16.2692 12.2955 16.4609 12.1305 16.6038 11.9691C16.7692 11.7821 17 11.4589 17 11C17 10.5411 16.7692 10.2179 16.6038 10.031C16.4609 9.86957 16.2692 9.70453 16.1047 9.56294L16.0728 9.53545L15.1529 8.74255C14.7345 8.38198 14.1031 8.4288 13.7425 8.84714Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25746 8.84714C8.61804 9.26547 8.57121 9.8969 8.15288 10.2575L7.2914 11L8.15288 11.7426C8.57121 12.1031 8.61804 12.7346 8.25746 13.1529C7.89689 13.5712 7.26546 13.6181 6.84712 13.2575L5.92722 12.4646L5.8953 12.4371C5.73083 12.2955 5.53913 12.1305 5.39624 11.9691C5.2308 11.7821 5 11.4589 5 11C5 10.5411 5.2308 10.2179 5.39624 10.031C5.53913 9.86957 5.73083 9.70453 5.8953 9.56294L5.92722 9.53545L6.84712 8.74255C7.26546 8.38198 7.89689 8.4288 8.25746 8.84714Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3717 7.57179C12.8844 7.7769 13.1339 8.35887 12.9287 8.87166L10.9287 13.8717C10.7236 14.3844 10.1417 14.6339 9.62888 14.4287C9.11609 14.2236 8.86668 13.6417 9.07179 13.1289L11.0718 8.12888C11.2769 7.61609 11.8589 7.36668 12.3717 7.57179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5429 16.5429C16.9334 16.1524 17.5666 16.1524 17.9571 16.5429L22.4571 21.0429C22.8476 21.4334 22.8476 22.0666 22.4571 22.4571C22.0666 22.8476 21.4334 22.8476 21.0429 22.4571L16.5429 17.9571C16.1524 17.5666 16.1524 16.9334 16.5429 16.5429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 11C1.25 5.61522 5.61522 1.25 11 1.25C16.3848 1.25 20.75 5.61522 20.75 11C20.75 16.3848 16.3848 20.75 11 20.75C5.61522 20.75 1.25 16.3848 1.25 11ZM11 3.2C6.69218 3.2 3.2 6.69218 3.2 11C3.2 15.3078 6.69218 18.8 11 18.8C15.3078 18.8 18.8 15.3078 18.8 11C18.8 6.69218 15.3078 3.2 11 3.2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7425 8.84714C13.382 9.26547 13.4288 9.8969 13.8471 10.2575L14.7086 11L13.8471 11.7426C13.4288 12.1031 13.382 12.7346 13.7425 13.1529C14.1031 13.5712 14.7345 13.6181 15.1529 13.2575L16.0728 12.4646L16.1047 12.4371C16.2692 12.2955 16.4609 12.1305 16.6038 11.9691C16.7692 11.7821 17 11.4589 17 11C17 10.5411 16.7692 10.2179 16.6038 10.031C16.4609 9.86957 16.2692 9.70453 16.1047 9.56294L16.0728 9.53545L15.1529 8.74255C14.7345 8.38198 14.1031 8.4288 13.7425 8.84714Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25746 8.84714C8.61804 9.26547 8.57121 9.8969 8.15288 10.2575L7.2914 11L8.15288 11.7426C8.57121 12.1031 8.61804 12.7346 8.25746 13.1529C7.89689 13.5712 7.26546 13.6181 6.84712 13.2575L5.92722 12.4646L5.8953 12.4371C5.73083 12.2955 5.53913 12.1305 5.39624 11.9691C5.2308 11.7821 5 11.4589 5 11C5 10.5411 5.2308 10.2179 5.39624 10.031C5.53913 9.86957 5.73083 9.70453 5.8953 9.56294L5.92722 9.53545L6.84712 8.74255C7.26546 8.38198 7.89689 8.4288 8.25746 8.84714Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3717 7.57179C12.8844 7.7769 13.1339 8.35887 12.9287 8.87166L10.9287 13.8717C10.7236 14.3844 10.1417 14.6339 9.62888 14.4287C9.11609 14.2236 8.86668 13.6417 9.07179 13.1289L11.0718 8.12888C11.2769 7.61609 11.8589 7.36668 12.3717 7.57179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-java-script{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM11.7326 11.25C12.1468 11.25 12.4826 11.5858 12.4826 12V16C12.4826 17.5188 11.2513 18.75 9.73256 18.75C8.71373 18.75 7.82528 18.1956 7.35092 17.3755C7.14351 17.017 7.26603 16.5582 7.62458 16.3508C7.98313 16.1434 8.44192 16.2659 8.64933 16.6245C8.86659 17 9.27083 17.25 9.73256 17.25C10.4229 17.25 10.9826 16.6904 10.9826 16V12C10.9826 11.5858 11.3183 11.25 11.7326 11.25ZM16.2344 11.25C14.9917 11.25 13.9844 12.2574 13.9844 13.5C13.9844 14.7426 14.9917 15.75 16.2344 15.75H17.2344C17.6486 15.75 17.9844 16.0858 17.9844 16.5C17.9844 16.9142 17.6486 17.25 17.2344 17.25H16.7344C16.2726 17.25 15.8684 17 15.6511 16.6245C15.4437 16.2659 14.9849 16.1434 14.6264 16.3508C14.2678 16.5582 14.1453 17.017 14.3527 17.3755C14.8271 18.1956 15.7155 18.75 16.7344 18.75H17.2344C18.477 18.75 19.4844 17.7426 19.4844 16.5C19.4844 15.2574 18.477 14.25 17.2344 14.25H16.2344C15.8202 14.25 15.4844 13.9142 15.4844 13.5C15.4844 13.0858 15.8202 12.75 16.2344 12.75H16.7344C17.1961 12.75 17.6003 13 17.8176 13.3755C18.025 13.7341 18.4838 13.8566 18.8424 13.6492C19.2009 13.4418 19.3234 12.983 19.116 12.6245C18.6417 11.8044 17.7532 11.25 16.7344 11.25H16.2344Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM11.7326 11.25C12.1468 11.25 12.4826 11.5858 12.4826 12V16C12.4826 17.5188 11.2513 18.75 9.73256 18.75C8.71373 18.75 7.82528 18.1956 7.35092 17.3755C7.14351 17.017 7.26603 16.5582 7.62458 16.3508C7.98313 16.1434 8.44192 16.2659 8.64933 16.6245C8.86659 17 9.27083 17.25 9.73256 17.25C10.4229 17.25 10.9826 16.6904 10.9826 16V12C10.9826 11.5858 11.3183 11.25 11.7326 11.25ZM16.2344 11.25C14.9917 11.25 13.9844 12.2574 13.9844 13.5C13.9844 14.7426 14.9917 15.75 16.2344 15.75H17.2344C17.6486 15.75 17.9844 16.0858 17.9844 16.5C17.9844 16.9142 17.6486 17.25 17.2344 17.25H16.7344C16.2726 17.25 15.8684 17 15.6511 16.6245C15.4437 16.2659 14.9849 16.1434 14.6264 16.3508C14.2678 16.5582 14.1453 17.017 14.3527 17.3755C14.8271 18.1956 15.7155 18.75 16.7344 18.75H17.2344C18.477 18.75 19.4844 17.7426 19.4844 16.5C19.4844 15.2574 18.477 14.25 17.2344 14.25H16.2344C15.8202 14.25 15.4844 13.9142 15.4844 13.5C15.4844 13.0858 15.8202 12.75 16.2344 12.75H16.7344C17.1961 12.75 17.6003 13 17.8176 13.3755C18.025 13.7341 18.4838 13.8566 18.8424 13.6492C19.2009 13.4418 19.3234 12.983 19.116 12.6245C18.6417 11.8044 17.7532 11.25 16.7344 11.25H16.2344Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-java{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.1033 6.33522C9.16408 6.88415 8.76836 7.37842 8.21943 7.4392C6.80978 7.5953 5.66107 7.86616 4.89485 8.18276C4.5676 8.31797 4.34843 8.44604 4.21442 8.54933C4.23495 8.565 4.25849 8.58207 4.28543 8.60052C4.55548 8.78537 5.01177 8.99165 5.66553 9.18092C5.85822 9.23671 6.06315 9.28963 6.27928 9.3393C6.35406 9.3472 6.42729 9.36351 6.49766 9.38757C7.70082 9.64324 9.21856 9.80101 10.8872 9.80101C12.9964 9.80101 14.8638 9.54891 16.1594 9.16612C16.689 9.00964 17.2452 9.31215 17.4017 9.8418C17.5582 10.3715 17.2557 10.9277 16.726 11.0842C15.1983 11.5355 13.1305 11.801 10.8872 11.801C9.18064 11.801 7.57629 11.6474 6.23406 11.3754C5.83003 11.5309 5.54527 11.6906 5.36868 11.8316C5.32062 11.87 5.28641 11.9019 5.26231 11.9271C5.31767 11.9869 5.43167 12.0859 5.66052 12.2144C6.13396 12.4801 6.87745 12.7339 7.84411 12.9149C8.73411 13.0815 9.77234 13.1787 10.8872 13.1787C12.5191 13.1787 13.976 12.9704 15.0422 12.6481C15.5709 12.4883 16.129 12.7873 16.2888 13.3159C16.4486 13.8446 16.1496 14.4027 15.621 14.5625C14.3283 14.9533 12.6701 15.1787 10.8872 15.1787C9.80377 15.1787 8.77061 15.0955 7.83964 14.9442C7.686 15.0426 7.58124 15.1333 7.51555 15.2078C7.47396 15.2549 7.45498 15.2869 7.44671 15.3044C7.45807 15.3291 7.48947 15.3808 7.57118 15.4591C7.73028 15.6116 8.01342 15.7949 8.44553 15.9701C9.30458 16.3183 10.5602 16.5564 11.9983 16.5564C12.7331 16.5564 13.4262 16.4941 14.0461 16.3843C14.5899 16.288 15.1089 16.6508 15.2052 17.1946C15.3015 17.7385 14.9387 18.2574 14.3949 18.3537C13.6537 18.485 12.8436 18.5564 11.9983 18.5564C10.3681 18.5564 8.84592 18.2904 7.69425 17.8236C7.12101 17.5913 6.59055 17.2894 6.1874 16.9031C5.78163 16.5143 5.44271 15.9741 5.44271 15.3046C5.44271 14.9689 5.52431 14.6677 5.66056 14.3991C5.3017 14.2686 4.97262 14.1217 4.68172 13.9585C4.01605 13.5849 3.22049 12.931 3.22049 11.9269C3.22049 11.383 3.46014 10.9407 3.76622 10.6008C3.54461 10.4932 3.3397 10.3768 3.15575 10.2509C2.67099 9.9191 2.10938 9.36143 2.10938 8.54922C2.10938 7.9205 2.45291 7.44041 2.80937 7.11861C3.16737 6.79542 3.63337 6.53999 4.1311 6.33433C5.13393 5.91997 6.48522 5.61901 7.99932 5.45135C8.54825 5.39057 9.04252 5.78629 9.1033 6.33522Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.00197 19.0519C3.01434 18.9827 3.10357 18.7294 3.7403 18.3856C4.43296 18.0117 5.55323 17.6658 7.14409 17.4341C7.69061 17.3546 8.06914 16.847 7.98956 16.3005C7.90998 15.754 7.40243 15.3754 6.85591 15.455C5.15406 15.7028 3.77433 16.0944 2.79017 16.6257C1.84168 17.1378 1 17.936 1 19.0701C1 19.9703 1.61669 20.6172 2.2164 21.0326C2.84622 21.4689 3.69226 21.8216 4.64775 22.1016C6.57189 22.6654 9.17101 23.0001 12 23.0001C14.829 23.0001 17.4281 22.6654 19.3523 22.1016C20.3077 21.8216 21.1538 21.4689 21.7836 21.0326C22.3833 20.6172 23 19.9703 23 19.0701C23 18.5178 22.5523 18.0701 22 18.0701C21.4555 18.0701 21.0126 18.5053 21.0003 19.0469C20.9884 19.0749 20.925 19.1943 20.6447 19.3885C20.2625 19.6533 19.644 19.932 18.7899 20.1823C17.0947 20.679 14.6939 21.0001 12 21.0001C9.30614 21.0001 6.90526 20.679 5.21012 20.1823C4.35596 19.932 3.73754 19.6533 3.3553 19.3885C3.08926 19.2042 3.01861 19.0872 3.00197 19.0519Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5304 9.96248C20.2744 9.734 19.8112 9.54947 19.0105 9.75722C18.4759 9.89591 17.9301 9.57498 17.7914 9.04039C17.6527 8.5058 17.9736 7.96 18.5082 7.82131C19.8151 7.48224 21.0079 7.70783 21.8622 8.47048C22.692 9.21123 23.0423 10.3169 22.9952 11.429C22.9 13.6768 21.2223 16.1768 17.8964 17.385C17.3773 17.5735 16.8036 17.3056 16.6151 16.7865C16.4265 16.2674 16.6944 15.6937 17.2135 15.5052C19.9095 14.5258 20.9416 12.6511 20.997 11.3444C21.0251 10.6793 20.8108 10.2129 20.5304 9.96248Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5446 1.83565C18.6354 2.38042 18.2673 2.89564 17.7226 2.98643C17.51 3.02186 17.191 3.14934 16.9775 3.37055C16.8113 3.54266 16.6467 3.82622 16.7608 4.39649C17.155 6.36748 16.664 7.75052 15.9762 8.32376C15.552 8.67736 14.9214 8.62008 14.5678 8.19583C14.2142 7.77158 14.2715 7.14101 14.6957 6.78742C14.6792 6.80121 14.6811 6.79772 14.6938 6.77422C14.7546 6.66243 15.0615 6.09805 14.7997 4.78876C14.5581 3.58126 14.9122 2.63024 15.5387 1.98137C16.1177 1.38159 16.8656 1.10167 17.3938 1.01364C17.9386 0.922851 18.4538 1.29088 18.5446 1.83565Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0934 1.80397C14.2017 2.34554 13.8505 2.87235 13.3089 2.98066C13.1354 3.01536 12.8215 3.1526 12.5918 3.43806C12.3907 3.68802 12.1859 4.13435 12.3213 4.94677C12.5121 6.09154 12.4919 6.92304 12.3237 7.55667C12.1431 8.23701 11.8138 8.60216 11.5978 8.81824C11.2073 9.20879 10.5741 9.20884 10.1836 8.81834C9.79302 8.42785 9.79297 7.79468 10.1835 7.40413L10.1872 7.40041C10.2659 7.32176 10.3352 7.25244 10.3907 7.04348C10.4594 6.78451 10.5133 6.26416 10.3485 5.2756C10.1283 3.95468 10.442 2.91952 11.0336 2.18431C11.5966 1.48458 12.3495 1.13292 12.9167 1.01949C13.4583 0.911185 13.9851 1.26241 14.0934 1.80397Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.1033 6.33522C9.16408 6.88415 8.76836 7.37842 8.21943 7.4392C6.80978 7.5953 5.66107 7.86616 4.89485 8.18276C4.5676 8.31797 4.34843 8.44604 4.21442 8.54933C4.23495 8.565 4.25849 8.58207 4.28543 8.60052C4.55548 8.78537 5.01177 8.99165 5.66553 9.18092C5.85822 9.23671 6.06315 9.28963 6.27928 9.3393C6.35406 9.3472 6.42729 9.36351 6.49766 9.38757C7.70082 9.64324 9.21856 9.80101 10.8872 9.80101C12.9964 9.80101 14.8638 9.54891 16.1594 9.16612C16.689 9.00964 17.2452 9.31215 17.4017 9.8418C17.5582 10.3715 17.2557 10.9277 16.726 11.0842C15.1983 11.5355 13.1305 11.801 10.8872 11.801C9.18064 11.801 7.57629 11.6474 6.23406 11.3754C5.83003 11.5309 5.54527 11.6906 5.36868 11.8316C5.32062 11.87 5.28641 11.9019 5.26231 11.9271C5.31767 11.9869 5.43167 12.0859 5.66052 12.2144C6.13396 12.4801 6.87745 12.7339 7.84411 12.9149C8.73411 13.0815 9.77234 13.1787 10.8872 13.1787C12.5191 13.1787 13.976 12.9704 15.0422 12.6481C15.5709 12.4883 16.129 12.7873 16.2888 13.3159C16.4486 13.8446 16.1496 14.4027 15.621 14.5625C14.3283 14.9533 12.6701 15.1787 10.8872 15.1787C9.80377 15.1787 8.77061 15.0955 7.83964 14.9442C7.686 15.0426 7.58124 15.1333 7.51555 15.2078C7.47396 15.2549 7.45498 15.2869 7.44671 15.3044C7.45807 15.3291 7.48947 15.3808 7.57118 15.4591C7.73028 15.6116 8.01342 15.7949 8.44553 15.9701C9.30458 16.3183 10.5602 16.5564 11.9983 16.5564C12.7331 16.5564 13.4262 16.4941 14.0461 16.3843C14.5899 16.288 15.1089 16.6508 15.2052 17.1946C15.3015 17.7385 14.9387 18.2574 14.3949 18.3537C13.6537 18.485 12.8436 18.5564 11.9983 18.5564C10.3681 18.5564 8.84592 18.2904 7.69425 17.8236C7.12101 17.5913 6.59055 17.2894 6.1874 16.9031C5.78163 16.5143 5.44271 15.9741 5.44271 15.3046C5.44271 14.9689 5.52431 14.6677 5.66056 14.3991C5.3017 14.2686 4.97262 14.1217 4.68172 13.9585C4.01605 13.5849 3.22049 12.931 3.22049 11.9269C3.22049 11.383 3.46014 10.9407 3.76622 10.6008C3.54461 10.4932 3.3397 10.3768 3.15575 10.2509C2.67099 9.9191 2.10938 9.36143 2.10938 8.54922C2.10938 7.9205 2.45291 7.44041 2.80937 7.11861C3.16737 6.79542 3.63337 6.53999 4.1311 6.33433C5.13393 5.91997 6.48522 5.61901 7.99932 5.45135C8.54825 5.39057 9.04252 5.78629 9.1033 6.33522Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.00197 19.0519C3.01434 18.9827 3.10357 18.7294 3.7403 18.3856C4.43296 18.0117 5.55323 17.6658 7.14409 17.4341C7.69061 17.3546 8.06914 16.847 7.98956 16.3005C7.90998 15.754 7.40243 15.3754 6.85591 15.455C5.15406 15.7028 3.77433 16.0944 2.79017 16.6257C1.84168 17.1378 1 17.936 1 19.0701C1 19.9703 1.61669 20.6172 2.2164 21.0326C2.84622 21.4689 3.69226 21.8216 4.64775 22.1016C6.57189 22.6654 9.17101 23.0001 12 23.0001C14.829 23.0001 17.4281 22.6654 19.3523 22.1016C20.3077 21.8216 21.1538 21.4689 21.7836 21.0326C22.3833 20.6172 23 19.9703 23 19.0701C23 18.5178 22.5523 18.0701 22 18.0701C21.4555 18.0701 21.0126 18.5053 21.0003 19.0469C20.9884 19.0749 20.925 19.1943 20.6447 19.3885C20.2625 19.6533 19.644 19.932 18.7899 20.1823C17.0947 20.679 14.6939 21.0001 12 21.0001C9.30614 21.0001 6.90526 20.679 5.21012 20.1823C4.35596 19.932 3.73754 19.6533 3.3553 19.3885C3.08926 19.2042 3.01861 19.0872 3.00197 19.0519Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5304 9.96248C20.2744 9.734 19.8112 9.54947 19.0105 9.75722C18.4759 9.89591 17.9301 9.57498 17.7914 9.04039C17.6527 8.5058 17.9736 7.96 18.5082 7.82131C19.8151 7.48224 21.0079 7.70783 21.8622 8.47048C22.692 9.21123 23.0423 10.3169 22.9952 11.429C22.9 13.6768 21.2223 16.1768 17.8964 17.385C17.3773 17.5735 16.8036 17.3056 16.6151 16.7865C16.4265 16.2674 16.6944 15.6937 17.2135 15.5052C19.9095 14.5258 20.9416 12.6511 20.997 11.3444C21.0251 10.6793 20.8108 10.2129 20.5304 9.96248Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5446 1.83565C18.6354 2.38042 18.2673 2.89564 17.7226 2.98643C17.51 3.02186 17.191 3.14934 16.9775 3.37055C16.8113 3.54266 16.6467 3.82622 16.7608 4.39649C17.155 6.36748 16.664 7.75052 15.9762 8.32376C15.552 8.67736 14.9214 8.62008 14.5678 8.19583C14.2142 7.77158 14.2715 7.14101 14.6957 6.78742C14.6792 6.80121 14.6811 6.79772 14.6938 6.77422C14.7546 6.66243 15.0615 6.09805 14.7997 4.78876C14.5581 3.58126 14.9122 2.63024 15.5387 1.98137C16.1177 1.38159 16.8656 1.10167 17.3938 1.01364C17.9386 0.922851 18.4538 1.29088 18.5446 1.83565Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0934 1.80397C14.2017 2.34554 13.8505 2.87235 13.3089 2.98066C13.1354 3.01536 12.8215 3.1526 12.5918 3.43806C12.3907 3.68802 12.1859 4.13435 12.3213 4.94677C12.5121 6.09154 12.4919 6.92304 12.3237 7.55667C12.1431 8.23701 11.8138 8.60216 11.5978 8.81824C11.2073 9.20879 10.5741 9.20884 10.1836 8.81834C9.79302 8.42785 9.79297 7.79468 10.1835 7.40413L10.1872 7.40041C10.2659 7.32176 10.3352 7.25244 10.3907 7.04348C10.4594 6.78451 10.5133 6.26416 10.3485 5.2756C10.1283 3.95468 10.442 2.91952 11.0336 2.18431C11.5966 1.48458 12.3495 1.13292 12.9167 1.01949C13.4583 0.911185 13.9851 1.26241 14.0934 1.80397Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-language-skill{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0133 3.225C12.0133 2.68652 12.4509 2.25 12.9906 2.25C17.2472 2.25 20.8659 4.96452 22.207 8.75008C22.51 9.60539 22.6967 10.5149 22.7485 11.4592C22.778 11.9969 22.3651 12.4566 21.8261 12.486C21.2872 12.5155 20.8264 12.1035 20.7969 11.5658C20.7683 11.0448 20.6886 10.538 20.5627 10.05H16.8297C16.864 10.5209 16.8861 11.0035 16.8951 11.4947C16.9049 12.0331 16.4754 12.4775 15.9358 12.4873C15.3962 12.4972 14.9507 12.0687 14.9409 11.5303C14.9316 11.0214 14.9073 10.5268 14.8696 10.05H12.9906C12.4509 10.05 12.0133 9.61347 12.0133 9.07499C12.0133 8.53652 12.4509 8.1 12.9906 8.1H14.6264C14.4843 7.28872 14.3006 6.56594 14.0872 5.9593C13.8445 5.26934 13.5817 4.78272 13.3398 4.48768C13.2212 4.34312 13.126 4.26716 13.0638 4.23035C13.0341 4.21277 13.0144 4.20556 13.0044 4.20265C12.9959 4.20013 12.992 4.2 12.9908 4.2C12.9908 4.2 12.9907 4.2 12.9906 4.2C12.4509 4.2 12.0133 3.76348 12.0133 3.225ZM15.6828 4.67479C15.7713 4.88001 15.8541 5.09358 15.9314 5.31354C16.2145 6.11817 16.4435 7.06174 16.6076 8.1H19.7631C18.853 6.53039 17.4106 5.30702 15.6828 4.67479ZM2.22727 11.025C2.767 11.025 3.20454 11.4615 3.20454 12C3.20454 12.6743 3.29008 13.3275 3.45061 13.95H7.1836C7.16111 13.6416 7.14391 13.3283 7.13219 13.0109C7.11231 12.4728 7.53344 12.0205 8.07281 12.0007C8.61217 11.9808 9.06553 12.401 9.0854 12.9391C9.09814 13.2839 9.11776 13.6213 9.14373 13.95H11.0227C11.5624 13.95 12 14.3865 12 14.925C12 15.4635 11.5624 15.9 11.0227 15.9H9.38696C9.54045 16.7765 9.74238 17.5487 9.9772 18.1821C10.2156 18.8251 10.4687 19.2727 10.6979 19.5415C10.8099 19.6728 10.8987 19.7407 10.9557 19.7732C10.983 19.7888 11.001 19.7951 11.0099 19.7977C11.0183 19.8 11.0219 19.8 11.0227 19.8C11.5624 19.8 12 20.2365 12 20.775C12 21.3135 11.5624 21.75 11.0227 21.75C6.76609 21.75 3.14746 19.0355 1.80634 15.2499C1.44577 14.2321 1.25 13.1378 1.25 12C1.25 11.4615 1.68754 11.025 2.22727 11.025ZM8.33053 19.3252C8.26522 19.1737 8.20309 19.0178 8.14403 18.8585C7.8318 18.0163 7.58143 17.0117 7.4057 15.9H4.25018C5.16028 17.4696 6.60271 18.693 8.33053 19.3252Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.30035 1.33511C8.9364 1.42574 9.50638 1.62567 9.95973 2.10615C10.4073 2.58047 10.588 3.1664 10.6708 3.81915C10.75 4.44373 10.75 5.23275 10.75 6.1894V6.18942L10.75 8.54675C10.7501 8.94071 10.7501 9.31237 10.7098 9.60156C10.6691 9.89334 10.5568 10.3526 10.106 10.6083C9.63692 10.8743 9.18013 10.7103 8.91251 10.5763C8.65661 10.4482 8.35985 10.2384 8.05389 10.0221L8.05388 10.0221C7.51577 9.64192 7.22655 9.44738 7.07819 9.39977C6.93214 9.3529 6.76931 9.34468 6.12223 9.34468H5.0816H5.08156C4.58853 9.34469 4.17451 9.3447 3.835 9.31745C3.47977 9.28894 3.14356 9.22714 2.82247 9.06845C2.23202 8.77664 1.7676 8.27902 1.50089 7.67283C1.35789 7.3478 1.30159 7.00727 1.27533 6.63969C1.24999 6.28498 1.24999 5.85058 1.25 5.32436V5.32436V5.27033V5.27032C1.24999 4.7441 1.24999 4.3097 1.27533 3.95499C1.30159 3.58741 1.35789 3.24688 1.50089 2.92185C1.7676 2.31566 2.23202 1.81805 2.82247 1.52624C3.14356 1.36754 3.47977 1.30574 3.835 1.27723C4.17452 1.24998 4.58856 1.24999 5.0816 1.25L5.0816 1.25L6.05449 1.25H6.05452C6.95083 1.24997 7.70264 1.24994 8.30035 1.33511Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9184 13.25C19.4115 13.25 19.8255 13.25 20.165 13.2772C20.5202 13.3057 20.8564 13.3675 21.1775 13.5262C21.768 13.818 22.2324 14.3157 22.4991 14.9219C22.6421 15.2469 22.6984 15.5874 22.7247 15.955C22.75 16.3097 22.75 16.7982 22.75 17.3244C22.75 17.8506 22.75 18.285 22.7247 18.6397C22.6984 19.0073 22.6421 19.3478 22.4991 19.6728C22.2324 20.279 21.768 20.7766 21.1775 21.0684C20.8564 21.2271 20.5202 21.2889 20.165 21.3175C19.8255 21.3447 19.4115 21.3447 18.9185 21.3447H18.9184H17.8778C17.2307 21.3447 17.0679 21.3529 16.9218 21.3998C16.7735 21.4474 16.6299 21.539 16.0918 21.9192C15.7858 22.1355 15.3434 22.4482 15.0875 22.5763C14.8199 22.7103 14.3631 22.8743 13.894 22.6083C13.4432 22.3526 13.3309 21.8933 13.2902 21.6016C13.2499 21.3124 13.2499 20.9407 13.25 20.5468L13.25 18.1894C13.25 17.2328 13.25 16.4437 13.3292 15.8191C13.412 15.1664 13.5928 14.5805 14.0403 14.1062C14.4936 13.6257 15.0636 13.4257 15.6997 13.3351C16.2974 13.2499 17.0492 13.25 17.9455 13.25H17.9455L18.9184 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0133 3.225C12.0133 2.68652 12.4509 2.25 12.9906 2.25C17.2472 2.25 20.8659 4.96452 22.207 8.75008C22.51 9.60539 22.6967 10.5149 22.7485 11.4592C22.778 11.9969 22.3651 12.4566 21.8261 12.486C21.2872 12.5155 20.8264 12.1035 20.7969 11.5658C20.7683 11.0448 20.6886 10.538 20.5627 10.05H16.8297C16.864 10.5209 16.8861 11.0035 16.8951 11.4947C16.9049 12.0331 16.4754 12.4775 15.9358 12.4873C15.3962 12.4972 14.9507 12.0687 14.9409 11.5303C14.9316 11.0214 14.9073 10.5268 14.8696 10.05H12.9906C12.4509 10.05 12.0133 9.61347 12.0133 9.07499C12.0133 8.53652 12.4509 8.1 12.9906 8.1H14.6264C14.4843 7.28872 14.3006 6.56594 14.0872 5.9593C13.8445 5.26934 13.5817 4.78272 13.3398 4.48768C13.2212 4.34312 13.126 4.26716 13.0638 4.23035C13.0341 4.21277 13.0144 4.20556 13.0044 4.20265C12.9959 4.20013 12.992 4.2 12.9908 4.2C12.9908 4.2 12.9907 4.2 12.9906 4.2C12.4509 4.2 12.0133 3.76348 12.0133 3.225ZM15.6828 4.67479C15.7713 4.88001 15.8541 5.09358 15.9314 5.31354C16.2145 6.11817 16.4435 7.06174 16.6076 8.1H19.7631C18.853 6.53039 17.4106 5.30702 15.6828 4.67479ZM2.22727 11.025C2.767 11.025 3.20454 11.4615 3.20454 12C3.20454 12.6743 3.29008 13.3275 3.45061 13.95H7.1836C7.16111 13.6416 7.14391 13.3283 7.13219 13.0109C7.11231 12.4728 7.53344 12.0205 8.07281 12.0007C8.61217 11.9808 9.06553 12.401 9.0854 12.9391C9.09814 13.2839 9.11776 13.6213 9.14373 13.95H11.0227C11.5624 13.95 12 14.3865 12 14.925C12 15.4635 11.5624 15.9 11.0227 15.9H9.38696C9.54045 16.7765 9.74238 17.5487 9.9772 18.1821C10.2156 18.8251 10.4687 19.2727 10.6979 19.5415C10.8099 19.6728 10.8987 19.7407 10.9557 19.7732C10.983 19.7888 11.001 19.7951 11.0099 19.7977C11.0183 19.8 11.0219 19.8 11.0227 19.8C11.5624 19.8 12 20.2365 12 20.775C12 21.3135 11.5624 21.75 11.0227 21.75C6.76609 21.75 3.14746 19.0355 1.80634 15.2499C1.44577 14.2321 1.25 13.1378 1.25 12C1.25 11.4615 1.68754 11.025 2.22727 11.025ZM8.33053 19.3252C8.26522 19.1737 8.20309 19.0178 8.14403 18.8585C7.8318 18.0163 7.58143 17.0117 7.4057 15.9H4.25018C5.16028 17.4696 6.60271 18.693 8.33053 19.3252Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.30035 1.33511C8.9364 1.42574 9.50638 1.62567 9.95973 2.10615C10.4073 2.58047 10.588 3.1664 10.6708 3.81915C10.75 4.44373 10.75 5.23275 10.75 6.1894V6.18942L10.75 8.54675C10.7501 8.94071 10.7501 9.31237 10.7098 9.60156C10.6691 9.89334 10.5568 10.3526 10.106 10.6083C9.63692 10.8743 9.18013 10.7103 8.91251 10.5763C8.65661 10.4482 8.35985 10.2384 8.05389 10.0221L8.05388 10.0221C7.51577 9.64192 7.22655 9.44738 7.07819 9.39977C6.93214 9.3529 6.76931 9.34468 6.12223 9.34468H5.0816H5.08156C4.58853 9.34469 4.17451 9.3447 3.835 9.31745C3.47977 9.28894 3.14356 9.22714 2.82247 9.06845C2.23202 8.77664 1.7676 8.27902 1.50089 7.67283C1.35789 7.3478 1.30159 7.00727 1.27533 6.63969C1.24999 6.28498 1.24999 5.85058 1.25 5.32436V5.32436V5.27033V5.27032C1.24999 4.7441 1.24999 4.3097 1.27533 3.95499C1.30159 3.58741 1.35789 3.24688 1.50089 2.92185C1.7676 2.31566 2.23202 1.81805 2.82247 1.52624C3.14356 1.36754 3.47977 1.30574 3.835 1.27723C4.17452 1.24998 4.58856 1.24999 5.0816 1.25L5.0816 1.25L6.05449 1.25H6.05452C6.95083 1.24997 7.70264 1.24994 8.30035 1.33511Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9184 13.25C19.4115 13.25 19.8255 13.25 20.165 13.2772C20.5202 13.3057 20.8564 13.3675 21.1775 13.5262C21.768 13.818 22.2324 14.3157 22.4991 14.9219C22.6421 15.2469 22.6984 15.5874 22.7247 15.955C22.75 16.3097 22.75 16.7982 22.75 17.3244C22.75 17.8506 22.75 18.285 22.7247 18.6397C22.6984 19.0073 22.6421 19.3478 22.4991 19.6728C22.2324 20.279 21.768 20.7766 21.1775 21.0684C20.8564 21.2271 20.5202 21.2889 20.165 21.3175C19.8255 21.3447 19.4115 21.3447 18.9185 21.3447H18.9184H17.8778C17.2307 21.3447 17.0679 21.3529 16.9218 21.3998C16.7735 21.4474 16.6299 21.539 16.0918 21.9192C15.7858 22.1355 15.3434 22.4482 15.0875 22.5763C14.8199 22.7103 14.3631 22.8743 13.894 22.6083C13.4432 22.3526 13.3309 21.8933 13.2902 21.6016C13.2499 21.3124 13.2499 20.9407 13.25 20.5468L13.25 18.1894C13.25 17.2328 13.25 16.4437 13.3292 15.8191C13.412 15.1664 13.5928 14.5805 14.0403 14.1062C14.4936 13.6257 15.0636 13.4257 15.6997 13.3351C16.2974 13.2499 17.0492 13.25 17.9455 13.25H17.9455L18.9184 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-laptop-programming{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.04736 1.75C7.18549 1.74995 6.4429 1.74991 5.84823 1.82921C5.21092 1.9142 4.60002 2.10584 4.10452 2.5973C3.60902 3.08876 3.41579 3.69467 3.33011 4.32678C3.25016 4.91659 3.2502 5.65313 3.25025 6.50795L3.25025 14.2857C3.25025 14.3291 3.24203 14.3723 3.22221 14.4109L2.83446 15.1653C2.11046 16.5014 1.62292 17.5653 1.39743 18.4487C1.1654 19.3577 1.19275 20.1495 1.587 20.8656C2.02774 21.6661 2.81521 21.9782 3.6985 22.1165C4.55214 22.2501 5.69051 22.25 7.087 22.25H16.9133C18.3098 22.25 19.4481 22.2501 20.3018 22.1165C21.1851 21.9782 21.9725 21.6661 22.4133 20.8656C22.8075 20.1495 22.8348 19.3576 22.6028 18.4486C22.3769 17.5637 21.8879 16.4975 21.1618 15.158L20.794 14.4796C20.7877 14.4681 20.7846 14.4623 20.7828 14.4588C20.7582 14.4104 20.7518 14.385 20.7503 14.3307C20.7502 14.3268 20.7502 14.3131 20.7502 14.2857L20.7502 6.50798C20.7503 5.65314 20.7503 4.9166 20.6704 4.32678C20.5847 3.69467 20.3915 3.08876 19.896 2.5973C19.4005 2.10584 18.7896 1.9142 18.1523 1.82921C17.5576 1.74991 16.815 1.74995 15.9531 1.75H8.04736ZM18.2058 13.75C18.4886 13.75 18.6301 13.75 18.7179 13.6621C18.8058 13.5743 18.8058 13.4328 18.8058 13.15V6.57143C18.8058 5.63503 18.8037 5.02974 18.7433 4.58375C18.6866 4.16551 18.595 4.03441 18.521 3.96101C18.447 3.8876 18.3149 3.79682 17.8932 3.74058C17.4435 3.68062 16.8332 3.67858 15.8891 3.67858H8.11136C7.16725 3.67858 6.55698 3.68062 6.10732 3.74058C5.68563 3.79682 5.55346 3.8876 5.47945 3.96101C5.40544 4.03441 5.31391 4.16551 5.25721 4.58375C5.19676 5.02974 5.19469 5.63503 5.19469 6.57143V13.15C5.19469 13.4328 5.19469 13.5743 5.28256 13.6621C5.37043 13.75 5.51185 13.75 5.79469 13.75H18.2058Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7425 6.56198C14.382 6.98032 14.4288 7.61175 14.8471 7.97232L15.7086 8.71486L14.8471 9.4574C14.4288 9.81797 14.382 10.4494 14.7425 10.8677C15.1031 11.2861 15.7345 11.3329 16.1529 10.9723L17.0728 10.1794L17.1047 10.1519C17.2692 10.0103 17.4609 9.84531 17.6038 9.6839C17.7692 9.49699 18 9.17374 18 8.71486C18 8.25598 17.7692 7.93273 17.6038 7.74583C17.4609 7.58441 17.2692 7.41937 17.1047 7.27778L17.0728 7.25029L16.1529 6.4574C15.7345 6.09682 15.1031 6.14365 14.7425 6.56198Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.25746 6.56198C9.61804 6.98032 9.57121 7.61175 9.15288 7.97232L8.2914 8.71486L9.15288 9.4574C9.57121 9.81797 9.61804 10.4494 9.25746 10.8677C8.89689 11.2861 8.26546 11.3329 7.84712 10.9723L6.92722 10.1794L6.8953 10.1519C6.73083 10.0103 6.53912 9.84531 6.39624 9.6839C6.2308 9.49699 6 9.17374 6 8.71486C6 8.25598 6.2308 7.93273 6.39624 7.74583C6.53913 7.58441 6.73083 7.41937 6.8953 7.27778L6.92722 7.25029L7.84712 6.4574C8.26546 6.09682 8.89689 6.14365 9.25746 6.56198Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3717 5.28663C13.8844 5.49175 14.1339 6.07372 13.9287 6.5865L11.9287 11.5865C11.7236 12.0993 11.1417 12.3487 10.6289 12.1436C10.1161 11.9385 9.86668 11.3565 10.0718 10.8437L12.0718 5.84372C12.2769 5.33094 12.8589 5.08152 13.3717 5.28663Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.04736 1.75C7.18549 1.74995 6.4429 1.74991 5.84823 1.82921C5.21092 1.9142 4.60002 2.10584 4.10452 2.5973C3.60902 3.08876 3.41579 3.69467 3.33011 4.32678C3.25016 4.91659 3.2502 5.65313 3.25025 6.50795L3.25025 14.2857C3.25025 14.3291 3.24203 14.3723 3.22221 14.4109L2.83446 15.1653C2.11046 16.5014 1.62292 17.5653 1.39743 18.4487C1.1654 19.3577 1.19275 20.1495 1.587 20.8656C2.02774 21.6661 2.81521 21.9782 3.6985 22.1165C4.55214 22.2501 5.69051 22.25 7.087 22.25H16.9133C18.3098 22.25 19.4481 22.2501 20.3018 22.1165C21.1851 21.9782 21.9725 21.6661 22.4133 20.8656C22.8075 20.1495 22.8348 19.3576 22.6028 18.4486C22.3769 17.5637 21.8879 16.4975 21.1618 15.158L20.794 14.4796C20.7877 14.4681 20.7846 14.4623 20.7828 14.4588C20.7582 14.4104 20.7518 14.385 20.7503 14.3307C20.7502 14.3268 20.7502 14.3131 20.7502 14.2857L20.7502 6.50798C20.7503 5.65314 20.7503 4.9166 20.6704 4.32678C20.5847 3.69467 20.3915 3.08876 19.896 2.5973C19.4005 2.10584 18.7896 1.9142 18.1523 1.82921C17.5576 1.74991 16.815 1.74995 15.9531 1.75H8.04736ZM18.2058 13.75C18.4886 13.75 18.6301 13.75 18.7179 13.6621C18.8058 13.5743 18.8058 13.4328 18.8058 13.15V6.57143C18.8058 5.63503 18.8037 5.02974 18.7433 4.58375C18.6866 4.16551 18.595 4.03441 18.521 3.96101C18.447 3.8876 18.3149 3.79682 17.8932 3.74058C17.4435 3.68062 16.8332 3.67858 15.8891 3.67858H8.11136C7.16725 3.67858 6.55698 3.68062 6.10732 3.74058C5.68563 3.79682 5.55346 3.8876 5.47945 3.96101C5.40544 4.03441 5.31391 4.16551 5.25721 4.58375C5.19676 5.02974 5.19469 5.63503 5.19469 6.57143V13.15C5.19469 13.4328 5.19469 13.5743 5.28256 13.6621C5.37043 13.75 5.51185 13.75 5.79469 13.75H18.2058Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7425 6.56198C14.382 6.98032 14.4288 7.61175 14.8471 7.97232L15.7086 8.71486L14.8471 9.4574C14.4288 9.81797 14.382 10.4494 14.7425 10.8677C15.1031 11.2861 15.7345 11.3329 16.1529 10.9723L17.0728 10.1794L17.1047 10.1519C17.2692 10.0103 17.4609 9.84531 17.6038 9.6839C17.7692 9.49699 18 9.17374 18 8.71486C18 8.25598 17.7692 7.93273 17.6038 7.74583C17.4609 7.58441 17.2692 7.41937 17.1047 7.27778L17.0728 7.25029L16.1529 6.4574C15.7345 6.09682 15.1031 6.14365 14.7425 6.56198Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.25746 6.56198C9.61804 6.98032 9.57121 7.61175 9.15288 7.97232L8.2914 8.71486L9.15288 9.4574C9.57121 9.81797 9.61804 10.4494 9.25746 10.8677C8.89689 11.2861 8.26546 11.3329 7.84712 10.9723L6.92722 10.1794L6.8953 10.1519C6.73083 10.0103 6.53912 9.84531 6.39624 9.6839C6.2308 9.49699 6 9.17374 6 8.71486C6 8.25598 6.2308 7.93273 6.39624 7.74583C6.53913 7.58441 6.73083 7.41937 6.8953 7.27778L6.92722 7.25029L7.84712 6.4574C8.26546 6.09682 8.89689 6.14365 9.25746 6.56198Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3717 5.28663C13.8844 5.49175 14.1339 6.07372 13.9287 6.5865L11.9287 11.5865C11.7236 12.0993 11.1417 12.3487 10.6289 12.1436C10.1161 11.9385 9.86668 11.3565 10.0718 10.8437L12.0718 5.84372C12.2769 5.33094 12.8589 5.08152 13.3717 5.28663Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-message-programming{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.4571 1.4181C17.2171 1.24997 15.6216 1.24999 13.5987 1.25H10.4015C8.37865 1.24999 6.78311 1.24997 5.54307 1.4181C4.27095 1.59057 3.25185 1.95352 2.47089 2.77292C1.68831 3.59401 1.38244 4.62406 1.28675 5.89166C1.1937 7.12423 1.29336 8.69571 1.41943 10.6838L1.60896 13.6729C1.66249 14.5191 1.69654 15.0574 1.82151 15.5217C2.30314 17.3112 3.7729 18.667 5.60184 19.0266C6.07668 19.12 6.62085 19.1199 7.48374 19.1198C7.70122 19.1042 8.13617 19.1903 8.13617 19.6601L8.13616 20.6004C8.13608 20.9777 8.136 21.3417 8.17872 21.6266C8.22385 21.9275 8.34972 22.3778 8.81033 22.6208C9.2667 22.8615 9.70838 22.7167 9.98302 22.5889C10.2455 22.4667 10.5514 22.2656 10.8707 22.0557L15.1395 19.2505C15.1917 19.2109 15.3372 19.1198 15.7499 19.1198C17.3307 19.1202 18.3303 19.1205 19.1659 18.8103C20.3846 18.3578 21.3734 17.4439 21.9103 16.2673C22.2786 15.4601 22.3411 14.4711 22.439 12.9203L22.5808 10.6838V10.6837V10.6837V10.6837V10.6837C22.7068 8.69565 22.8065 7.12421 22.7135 5.89166C22.6178 4.62406 22.3119 3.59401 21.5293 2.77292C20.7484 1.95352 19.7292 1.59057 18.4571 1.4181ZM15.3474 8.75748C14.929 8.3969 14.8822 7.76547 15.2428 7.34714C15.6034 6.9288 16.2348 6.88198 16.6531 7.24255L17.8797 8.29975L17.9167 8.33166C18.1417 8.52548 18.3808 8.7314 18.5557 8.92891C18.7533 9.15222 19.0002 9.50662 19.0002 10C19.0002 10.4934 18.7533 10.8478 18.5557 11.0711C18.3808 11.2686 18.1417 11.4746 17.9167 11.6684L17.8797 11.7003L16.6531 12.7575C16.2348 13.1181 15.6034 13.0712 15.2428 12.6529C14.8822 12.2346 14.929 11.6031 15.3474 11.2426L16.5739 10.1854C16.6555 10.1151 16.7258 10.0544 16.7878 10C16.7258 9.94562 16.6555 9.88498 16.5739 9.81467L15.3474 8.75748ZM8.75771 7.34714C9.11828 7.76547 9.07146 8.3969 8.65312 8.75748L7.42658 9.81467C7.34501 9.88498 7.27469 9.94562 7.21266 10C7.27469 10.0544 7.34501 10.1151 7.42658 10.1854L8.65312 11.2426C9.07146 11.6031 9.11828 12.2346 8.75771 12.6529C8.39713 13.0712 7.7657 13.1181 7.34737 12.7575L6.12082 11.7003L6.08378 11.6684L6.08377 11.6684C5.85874 11.4746 5.61966 11.2686 5.44483 11.0711C5.24715 10.8478 5.00024 10.4934 5.00024 10C5.00024 9.50662 5.24716 9.15222 5.44483 8.92891C5.61965 8.73141 5.85872 8.5255 6.08374 8.33169L6.08377 8.33166L6.08378 8.33166L6.12082 8.29975L7.34737 7.24255C7.7657 6.88198 8.39713 6.9288 8.75771 7.34714ZM13.9492 7.3165C14.1238 6.79256 13.8407 6.22624 13.3167 6.05159C12.7928 5.87694 12.2265 6.1601 12.0518 6.68404L10.0518 12.684C9.87718 13.208 10.1603 13.7743 10.6843 13.949C11.2082 14.1236 11.7746 13.8404 11.9492 13.3165L13.9492 7.3165Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.4571 1.4181C17.2171 1.24997 15.6216 1.24999 13.5987 1.25H10.4015C8.37865 1.24999 6.78311 1.24997 5.54307 1.4181C4.27095 1.59057 3.25185 1.95352 2.47089 2.77292C1.68831 3.59401 1.38244 4.62406 1.28675 5.89166C1.1937 7.12423 1.29336 8.69571 1.41943 10.6838L1.60896 13.6729C1.66249 14.5191 1.69654 15.0574 1.82151 15.5217C2.30314 17.3112 3.7729 18.667 5.60184 19.0266C6.07668 19.12 6.62085 19.1199 7.48374 19.1198C7.70122 19.1042 8.13617 19.1903 8.13617 19.6601L8.13616 20.6004C8.13608 20.9777 8.136 21.3417 8.17872 21.6266C8.22385 21.9275 8.34972 22.3778 8.81033 22.6208C9.2667 22.8615 9.70838 22.7167 9.98302 22.5889C10.2455 22.4667 10.5514 22.2656 10.8707 22.0557L15.1395 19.2505C15.1917 19.2109 15.3372 19.1198 15.7499 19.1198C17.3307 19.1202 18.3303 19.1205 19.1659 18.8103C20.3846 18.3578 21.3734 17.4439 21.9103 16.2673C22.2786 15.4601 22.3411 14.4711 22.439 12.9203L22.5808 10.6838V10.6837V10.6837V10.6837V10.6837C22.7068 8.69565 22.8065 7.12421 22.7135 5.89166C22.6178 4.62406 22.3119 3.59401 21.5293 2.77292C20.7484 1.95352 19.7292 1.59057 18.4571 1.4181ZM15.3474 8.75748C14.929 8.3969 14.8822 7.76547 15.2428 7.34714C15.6034 6.9288 16.2348 6.88198 16.6531 7.24255L17.8797 8.29975L17.9167 8.33166C18.1417 8.52548 18.3808 8.7314 18.5557 8.92891C18.7533 9.15222 19.0002 9.50662 19.0002 10C19.0002 10.4934 18.7533 10.8478 18.5557 11.0711C18.3808 11.2686 18.1417 11.4746 17.9167 11.6684L17.8797 11.7003L16.6531 12.7575C16.2348 13.1181 15.6034 13.0712 15.2428 12.6529C14.8822 12.2346 14.929 11.6031 15.3474 11.2426L16.5739 10.1854C16.6555 10.1151 16.7258 10.0544 16.7878 10C16.7258 9.94562 16.6555 9.88498 16.5739 9.81467L15.3474 8.75748ZM8.75771 7.34714C9.11828 7.76547 9.07146 8.3969 8.65312 8.75748L7.42658 9.81467C7.34501 9.88498 7.27469 9.94562 7.21266 10C7.27469 10.0544 7.34501 10.1151 7.42658 10.1854L8.65312 11.2426C9.07146 11.6031 9.11828 12.2346 8.75771 12.6529C8.39713 13.0712 7.7657 13.1181 7.34737 12.7575L6.12082 11.7003L6.08378 11.6684L6.08377 11.6684C5.85874 11.4746 5.61966 11.2686 5.44483 11.0711C5.24715 10.8478 5.00024 10.4934 5.00024 10C5.00024 9.50662 5.24716 9.15222 5.44483 8.92891C5.61965 8.73141 5.85872 8.5255 6.08374 8.33169L6.08377 8.33166L6.08378 8.33166L6.12082 8.29975L7.34737 7.24255C7.7657 6.88198 8.39713 6.9288 8.75771 7.34714ZM13.9492 7.3165C14.1238 6.79256 13.8407 6.22624 13.3167 6.05159C12.7928 5.87694 12.2265 6.1601 12.0518 6.68404L10.0518 12.684C9.87718 13.208 10.1603 13.7743 10.6843 13.949C11.2082 14.1236 11.7746 13.8404 11.9492 13.3165L13.9492 7.3165Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-mobile-programming-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9287 1H12.0727C13.6614 0.99997 14.9546 0.999945 15.9744 1.13706C17.0384 1.28011 17.9534 1.58869 18.6827 2.31802C19.3327 2.96806 19.6498 3.76721 19.812 4.69149C19.9692 5.58686 19.9943 6.68497 19.9995 7.99607C20.0016 8.54835 19.5557 8.99782 19.0034 8.99999C18.4511 9.00217 18.0017 8.55622 17.9995 8.00394C17.9942 6.67064 17.9654 5.73925 17.8421 5.03725C17.724 4.36417 17.5343 3.99807 17.2685 3.73223C16.9727 3.43644 16.5501 3.23246 15.7079 3.11923C14.8369 3.00213 13.6789 3 12.0007 3C10.3225 3 9.16449 3.00213 8.29351 3.11923C7.4513 3.23246 7.02874 3.43644 6.73295 3.73223C6.46711 3.99807 6.27743 4.36417 6.15928 5.03725C6.03607 5.73925 6.00719 6.67064 6.00195 8.00394C5.99977 8.55622 5.5503 9.00217 4.99802 8.99999C4.44574 8.99782 3.99979 8.54835 4.00196 7.99607C4.00712 6.68497 4.03224 5.58686 4.1894 4.69149C4.35163 3.76721 4.66869 2.96806 5.31873 2.31802C6.04806 1.58869 6.96303 1.28011 8.02701 1.13706C9.04686 0.999945 10.34 0.99997 11.9287 1ZM4.99802 15C5.5503 14.9978 5.99977 15.4438 6.00195 15.9961C6.00719 17.3294 6.03607 18.2608 6.15928 18.9628C6.27743 19.6358 6.46711 20.0019 6.73295 20.2678C7.02874 20.5636 7.4513 20.7675 8.29351 20.8808C9.16449 20.9979 10.3225 21 12.0007 21C13.6789 21 14.8369 20.9979 15.7079 20.8808C16.5501 20.7675 16.9727 20.5636 17.2685 20.2678C17.5343 20.0019 17.724 19.6358 17.8421 18.9628C17.9654 18.2608 17.9942 17.3294 17.9995 15.9961C18.0017 15.4438 18.4511 14.9978 19.0034 15C19.5557 15.0022 20.0016 15.4517 19.9995 16.0039C19.9943 17.315 19.9692 18.4131 19.812 19.3085C19.6498 20.2328 19.3327 21.0319 18.6827 21.682C17.9534 22.4113 17.0384 22.7199 15.9744 22.8629C14.9546 23.0001 13.6614 23 12.0728 23H11.9286C10.34 23 9.04686 23.0001 8.02701 22.8629C6.96303 22.7199 6.04806 22.4113 5.31873 21.682C4.66869 21.0319 4.35163 20.2328 4.1894 19.3085C4.03224 18.4131 4.00712 17.315 4.00196 16.0039C3.99979 15.4517 4.44574 15.0022 4.99802 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.002 19C10.002 18.4477 10.4497 18 11.002 18H13.002C13.5542 18 14.002 18.4477 14.002 19C14.002 19.5523 13.5542 20 13.002 20H11.002C10.4497 20 10.002 19.5523 10.002 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2445 9.34714C14.8839 9.76547 14.9307 10.3969 15.3491 10.7575L16.5756 11.8147L17.2285 11.0572L16.5756 11.8147C16.6572 11.885 16.7275 11.9456 16.7895 12C16.7275 12.0544 16.6572 12.1151 16.5756 12.1854L15.3491 13.2426C14.9307 13.6031 14.8839 14.2346 15.2445 14.6529C15.6051 15.0712 16.2365 15.1181 16.6548 14.7575L17.8814 13.7003C17.8937 13.6897 17.906 13.679 17.9184 13.6684C18.1434 13.4746 18.3825 13.2686 18.5574 13.0711C18.755 12.8478 19.002 12.4934 19.002 12C19.002 11.5066 18.755 11.1522 18.5574 10.9289C18.3825 10.7314 18.1434 10.5255 17.9184 10.3317C17.906 10.321 17.8937 10.3103 17.8814 10.2997C17.8814 10.2997 17.8814 10.2997 17.8814 10.2997L16.6548 9.24255C16.2365 8.88198 15.6051 8.9288 15.2445 9.34714Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.75942 9.34714C9.11999 9.76547 9.07317 10.3969 8.65483 10.7575L7.42829 11.8147L6.77541 11.0572L7.42829 11.8147C7.34672 11.885 7.2764 11.9456 7.21437 12C7.2764 12.0544 7.34672 12.1151 7.42829 12.1854L8.65483 13.2426C9.07317 13.6031 9.11999 14.2346 8.75942 14.6529C8.39884 15.0712 7.76741 15.1181 7.34907 14.7575L6.12253 13.7003C6.11024 13.6897 6.09788 13.679 6.08549 13.6684C5.86046 13.4746 5.62137 13.2686 5.44654 13.0711C5.24886 12.8478 5.00195 12.4934 5.00195 12C5.00195 11.5066 5.24886 11.1522 5.44654 10.9289C5.62137 10.7314 5.86046 10.5255 6.08549 10.3317C6.09789 10.321 6.11024 10.3103 6.12253 10.2997C6.12253 10.2997 6.12253 10.2997 6.12253 10.2997L7.34907 9.24255C7.76741 8.88198 8.39884 8.9288 8.75942 9.34714Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3185 8.05159C13.8424 8.22624 14.1256 8.79256 13.9509 9.3165L11.9509 15.3165C11.7763 15.8404 11.2099 16.1236 10.686 15.949C10.1621 15.7743 9.87889 15.208 10.0535 14.684L12.0535 8.68404C12.2282 8.1601 12.7945 7.87694 13.3185 8.05159Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9287 1H12.0727C13.6614 0.99997 14.9546 0.999945 15.9744 1.13706C17.0384 1.28011 17.9534 1.58869 18.6827 2.31802C19.3327 2.96806 19.6498 3.76721 19.812 4.69149C19.9692 5.58686 19.9943 6.68497 19.9995 7.99607C20.0016 8.54835 19.5557 8.99782 19.0034 8.99999C18.4511 9.00217 18.0017 8.55622 17.9995 8.00394C17.9942 6.67064 17.9654 5.73925 17.8421 5.03725C17.724 4.36417 17.5343 3.99807 17.2685 3.73223C16.9727 3.43644 16.5501 3.23246 15.7079 3.11923C14.8369 3.00213 13.6789 3 12.0007 3C10.3225 3 9.16449 3.00213 8.29351 3.11923C7.4513 3.23246 7.02874 3.43644 6.73295 3.73223C6.46711 3.99807 6.27743 4.36417 6.15928 5.03725C6.03607 5.73925 6.00719 6.67064 6.00195 8.00394C5.99977 8.55622 5.5503 9.00217 4.99802 8.99999C4.44574 8.99782 3.99979 8.54835 4.00196 7.99607C4.00712 6.68497 4.03224 5.58686 4.1894 4.69149C4.35163 3.76721 4.66869 2.96806 5.31873 2.31802C6.04806 1.58869 6.96303 1.28011 8.02701 1.13706C9.04686 0.999945 10.34 0.99997 11.9287 1ZM4.99802 15C5.5503 14.9978 5.99977 15.4438 6.00195 15.9961C6.00719 17.3294 6.03607 18.2608 6.15928 18.9628C6.27743 19.6358 6.46711 20.0019 6.73295 20.2678C7.02874 20.5636 7.4513 20.7675 8.29351 20.8808C9.16449 20.9979 10.3225 21 12.0007 21C13.6789 21 14.8369 20.9979 15.7079 20.8808C16.5501 20.7675 16.9727 20.5636 17.2685 20.2678C17.5343 20.0019 17.724 19.6358 17.8421 18.9628C17.9654 18.2608 17.9942 17.3294 17.9995 15.9961C18.0017 15.4438 18.4511 14.9978 19.0034 15C19.5557 15.0022 20.0016 15.4517 19.9995 16.0039C19.9943 17.315 19.9692 18.4131 19.812 19.3085C19.6498 20.2328 19.3327 21.0319 18.6827 21.682C17.9534 22.4113 17.0384 22.7199 15.9744 22.8629C14.9546 23.0001 13.6614 23 12.0728 23H11.9286C10.34 23 9.04686 23.0001 8.02701 22.8629C6.96303 22.7199 6.04806 22.4113 5.31873 21.682C4.66869 21.0319 4.35163 20.2328 4.1894 19.3085C4.03224 18.4131 4.00712 17.315 4.00196 16.0039C3.99979 15.4517 4.44574 15.0022 4.99802 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.002 19C10.002 18.4477 10.4497 18 11.002 18H13.002C13.5542 18 14.002 18.4477 14.002 19C14.002 19.5523 13.5542 20 13.002 20H11.002C10.4497 20 10.002 19.5523 10.002 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2445 9.34714C14.8839 9.76547 14.9307 10.3969 15.3491 10.7575L16.5756 11.8147L17.2285 11.0572L16.5756 11.8147C16.6572 11.885 16.7275 11.9456 16.7895 12C16.7275 12.0544 16.6572 12.1151 16.5756 12.1854L15.3491 13.2426C14.9307 13.6031 14.8839 14.2346 15.2445 14.6529C15.6051 15.0712 16.2365 15.1181 16.6548 14.7575L17.8814 13.7003C17.8937 13.6897 17.906 13.679 17.9184 13.6684C18.1434 13.4746 18.3825 13.2686 18.5574 13.0711C18.755 12.8478 19.002 12.4934 19.002 12C19.002 11.5066 18.755 11.1522 18.5574 10.9289C18.3825 10.7314 18.1434 10.5255 17.9184 10.3317C17.906 10.321 17.8937 10.3103 17.8814 10.2997C17.8814 10.2997 17.8814 10.2997 17.8814 10.2997L16.6548 9.24255C16.2365 8.88198 15.6051 8.9288 15.2445 9.34714Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.75942 9.34714C9.11999 9.76547 9.07317 10.3969 8.65483 10.7575L7.42829 11.8147L6.77541 11.0572L7.42829 11.8147C7.34672 11.885 7.2764 11.9456 7.21437 12C7.2764 12.0544 7.34672 12.1151 7.42829 12.1854L8.65483 13.2426C9.07317 13.6031 9.11999 14.2346 8.75942 14.6529C8.39884 15.0712 7.76741 15.1181 7.34907 14.7575L6.12253 13.7003C6.11024 13.6897 6.09788 13.679 6.08549 13.6684C5.86046 13.4746 5.62137 13.2686 5.44654 13.0711C5.24886 12.8478 5.00195 12.4934 5.00195 12C5.00195 11.5066 5.24886 11.1522 5.44654 10.9289C5.62137 10.7314 5.86046 10.5255 6.08549 10.3317C6.09789 10.321 6.11024 10.3103 6.12253 10.2997C6.12253 10.2997 6.12253 10.2997 6.12253 10.2997L7.34907 9.24255C7.76741 8.88198 8.39884 8.9288 8.75942 9.34714Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.3185 8.05159C13.8424 8.22624 14.1256 8.79256 13.9509 9.3165L11.9509 15.3165C11.7763 15.8404 11.2099 16.1236 10.686 15.949C10.1621 15.7743 9.87889 15.208 10.0535 14.684L12.0535 8.68404C12.2282 8.1601 12.7945 7.87694 13.3185 8.05159Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-mobile-programming-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9284 1H12.0717C13.6725 0.999971 14.974 0.999946 16.0002 1.13694C17.0697 1.27971 17.9889 1.58744 18.7222 2.31551C19.6545 3.24121 19.9081 4.47189 19.9982 5.93872C20.032 6.48996 19.6126 6.96428 19.0613 6.99812C18.5101 7.03197 18.0358 6.61253 18.0019 6.06129C17.9177 4.68922 17.693 4.1121 17.313 3.73475C17.0138 3.43769 16.5859 3.23286 15.7356 3.11935C14.8572 3.0021 13.6898 3 12 3C10.3103 3 9.14283 3.0021 8.26448 3.11935C7.41418 3.23286 6.98627 3.43769 6.68709 3.73475C6.30705 4.1121 6.0824 4.68922 5.99815 6.06129C5.96431 6.61253 5.49 7.03197 4.93875 6.99812C4.3875 6.96428 3.96807 6.48996 4.00191 5.93872C4.09197 4.47189 4.3456 3.24121 5.27792 2.31551C6.01118 1.58744 6.93034 1.27971 7.99984 1.13694C9.02603 0.999946 10.3276 0.999971 11.9284 1ZM19.0613 17.0019C19.6126 17.0357 20.032 17.51 19.9982 18.0613C19.9081 19.5281 19.6545 20.7588 18.7222 21.6845C17.9889 22.4126 17.0697 22.7203 16.0002 22.8631C14.974 23.0001 13.6725 23 12.0717 23H11.9284C10.3276 23 9.02603 23.0001 7.99984 22.8631C6.93034 22.7203 6.01118 22.4126 5.27792 21.6845C4.3456 20.7588 4.09197 19.5281 4.00191 18.0613C3.96807 17.51 4.3875 17.0357 4.93875 17.0019C5.49 16.968 5.96431 17.3875 5.99815 17.9387C6.0824 19.3108 6.30705 19.8879 6.68709 20.2653C6.98627 20.5623 7.41418 20.7671 8.26448 20.8807C9.14283 20.9979 10.3103 21 12 21C13.6898 21 14.8572 20.9979 15.7356 20.8807C16.5859 20.7671 17.0138 20.5623 17.313 20.2653C17.693 19.8879 17.9177 19.3108 18.0019 17.9387C18.0358 17.3875 18.5101 16.968 19.0613 17.0019Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 19C10 18.4477 10.4477 18 11 18H13C13.5523 18 14 18.4477 14 19C14 19.5523 13.5523 20 13 20H11C10.4477 20 10 19.5523 10 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8049 8.28107C16.4079 8.66495 16.3972 9.29803 16.7811 9.69508L18.3142 11.2809C18.6559 11.6343 18.8413 11.8291 18.9536 11.9812L18.9672 12L18.9536 12.0188C18.8413 12.1709 18.6559 12.3657 18.3142 12.7191L16.7811 14.3049C16.3972 14.702 16.4079 15.3351 16.8049 15.7189C17.202 16.1028 17.835 16.0921 18.2189 15.6951L19.7521 14.1093L19.7894 14.0708C20.0793 13.771 20.3616 13.4791 20.563 13.2061C20.7911 12.8969 21 12.5034 21 12C21 11.4966 20.7911 11.1031 20.563 10.7939C20.3616 10.5209 20.0793 10.229 19.7894 9.92926L19.7521 9.89071L18.2189 8.30492C17.835 7.90787 17.202 7.89719 16.8049 8.28107Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.19508 8.28107C7.59214 8.66495 7.60281 9.29803 7.21893 9.69508L5.68576 11.2809C5.34407 11.6343 5.15867 11.8291 5.04645 11.9812L5.03282 12L5.04645 12.0188C5.15867 12.1709 5.34407 12.3657 5.68576 12.7191L7.21893 14.3049C7.60281 14.702 7.59214 15.3351 7.19508 15.7189C6.79803 16.1028 6.16495 16.0921 5.78107 15.6951L4.24789 14.1093L4.21062 14.0708C3.92071 13.771 3.63839 13.4791 3.43697 13.2061C3.20894 12.8969 3 12.5034 3 12C3 11.4966 3.20894 11.1031 3.43697 10.7939C3.63839 10.5209 3.9207 10.229 4.21061 9.92926L4.24789 9.89071L5.78107 8.30492C6.16495 7.90787 6.79803 7.89719 7.19508 8.28107Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9284 1H12.0717C13.6725 0.999971 14.974 0.999946 16.0002 1.13694C17.0697 1.27971 17.9889 1.58744 18.7222 2.31551C19.6545 3.24121 19.9081 4.47189 19.9982 5.93872C20.032 6.48996 19.6126 6.96428 19.0613 6.99812C18.5101 7.03197 18.0358 6.61253 18.0019 6.06129C17.9177 4.68922 17.693 4.1121 17.313 3.73475C17.0138 3.43769 16.5859 3.23286 15.7356 3.11935C14.8572 3.0021 13.6898 3 12 3C10.3103 3 9.14283 3.0021 8.26448 3.11935C7.41418 3.23286 6.98627 3.43769 6.68709 3.73475C6.30705 4.1121 6.0824 4.68922 5.99815 6.06129C5.96431 6.61253 5.49 7.03197 4.93875 6.99812C4.3875 6.96428 3.96807 6.48996 4.00191 5.93872C4.09197 4.47189 4.3456 3.24121 5.27792 2.31551C6.01118 1.58744 6.93034 1.27971 7.99984 1.13694C9.02603 0.999946 10.3276 0.999971 11.9284 1ZM19.0613 17.0019C19.6126 17.0357 20.032 17.51 19.9982 18.0613C19.9081 19.5281 19.6545 20.7588 18.7222 21.6845C17.9889 22.4126 17.0697 22.7203 16.0002 22.8631C14.974 23.0001 13.6725 23 12.0717 23H11.9284C10.3276 23 9.02603 23.0001 7.99984 22.8631C6.93034 22.7203 6.01118 22.4126 5.27792 21.6845C4.3456 20.7588 4.09197 19.5281 4.00191 18.0613C3.96807 17.51 4.3875 17.0357 4.93875 17.0019C5.49 16.968 5.96431 17.3875 5.99815 17.9387C6.0824 19.3108 6.30705 19.8879 6.68709 20.2653C6.98627 20.5623 7.41418 20.7671 8.26448 20.8807C9.14283 20.9979 10.3103 21 12 21C13.6898 21 14.8572 20.9979 15.7356 20.8807C16.5859 20.7671 17.0138 20.5623 17.313 20.2653C17.693 19.8879 17.9177 19.3108 18.0019 17.9387C18.0358 17.3875 18.5101 16.968 19.0613 17.0019Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 19C10 18.4477 10.4477 18 11 18H13C13.5523 18 14 18.4477 14 19C14 19.5523 13.5523 20 13 20H11C10.4477 20 10 19.5523 10 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8049 8.28107C16.4079 8.66495 16.3972 9.29803 16.7811 9.69508L18.3142 11.2809C18.6559 11.6343 18.8413 11.8291 18.9536 11.9812L18.9672 12L18.9536 12.0188C18.8413 12.1709 18.6559 12.3657 18.3142 12.7191L16.7811 14.3049C16.3972 14.702 16.4079 15.3351 16.8049 15.7189C17.202 16.1028 17.835 16.0921 18.2189 15.6951L19.7521 14.1093L19.7894 14.0708C20.0793 13.771 20.3616 13.4791 20.563 13.2061C20.7911 12.8969 21 12.5034 21 12C21 11.4966 20.7911 11.1031 20.563 10.7939C20.3616 10.5209 20.0793 10.229 19.7894 9.92926L19.7521 9.89071L18.2189 8.30492C17.835 7.90787 17.202 7.89719 16.8049 8.28107Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.19508 8.28107C7.59214 8.66495 7.60281 9.29803 7.21893 9.69508L5.68576 11.2809C5.34407 11.6343 5.15867 11.8291 5.04645 11.9812L5.03282 12L5.04645 12.0188C5.15867 12.1709 5.34407 12.3657 5.68576 12.7191L7.21893 14.3049C7.60281 14.702 7.59214 15.3351 7.19508 15.7189C6.79803 16.1028 6.16495 16.0921 5.78107 15.6951L4.24789 14.1093L4.21062 14.0708C3.92071 13.771 3.63839 13.4791 3.43697 13.2061C3.20894 12.8969 3 12.5034 3 12C3 11.4966 3.20894 11.1031 3.43697 10.7939C3.63839 10.5209 3.9207 10.229 4.21061 9.92926L4.24789 9.89071L5.78107 8.30492C6.16495 7.90787 6.79803 7.89719 7.19508 8.28107Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-php{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM5.5 8.75C4.80964 8.75 4.25 9.30964 4.25 10V14.5C4.25 14.9142 4.58579 15.25 5 15.25C5.41421 15.25 5.75 14.9142 5.75 14.5V12.75H6.75C7.85457 12.75 8.75 11.8546 8.75 10.75C8.75 9.64543 7.85457 8.75 6.75 8.75H5.5ZM6.75 11.25H5.75V10.25H6.75C7.02614 10.25 7.25 10.4739 7.25 10.75C7.25 11.0261 7.02614 11.25 6.75 11.25ZM15.25 10C15.25 9.30964 15.8096 8.75 16.5 8.75H17.75C18.8546 8.75 19.75 9.64543 19.75 10.75C19.75 11.8546 18.8546 12.75 17.75 12.75H16.75V14.5C16.75 14.9142 16.4142 15.25 16 15.25C15.5858 15.25 15.25 14.9142 15.25 14.5V10ZM16.75 11.25H17.75C18.0261 11.25 18.25 11.0261 18.25 10.75C18.25 10.4739 18.0261 10.25 17.75 10.25H16.75V11.25ZM11.25 9.5C11.25 9.08579 10.9142 8.75 10.5 8.75C10.0858 8.75 9.75 9.08579 9.75 9.5V14.5C9.75 14.9142 10.0858 15.25 10.5 15.25C10.9142 15.25 11.25 14.9142 11.25 14.5V12.75H12.75V14.5C12.75 14.9142 13.0858 15.25 13.5 15.25C13.9142 15.25 14.25 14.9142 14.25 14.5V9.5C14.25 9.08579 13.9142 8.75 13.5 8.75C13.0858 8.75 12.75 9.08579 12.75 9.5V11.25H11.25V9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM5.5 8.75C4.80964 8.75 4.25 9.30964 4.25 10V14.5C4.25 14.9142 4.58579 15.25 5 15.25C5.41421 15.25 5.75 14.9142 5.75 14.5V12.75H6.75C7.85457 12.75 8.75 11.8546 8.75 10.75C8.75 9.64543 7.85457 8.75 6.75 8.75H5.5ZM6.75 11.25H5.75V10.25H6.75C7.02614 10.25 7.25 10.4739 7.25 10.75C7.25 11.0261 7.02614 11.25 6.75 11.25ZM15.25 10C15.25 9.30964 15.8096 8.75 16.5 8.75H17.75C18.8546 8.75 19.75 9.64543 19.75 10.75C19.75 11.8546 18.8546 12.75 17.75 12.75H16.75V14.5C16.75 14.9142 16.4142 15.25 16 15.25C15.5858 15.25 15.25 14.9142 15.25 14.5V10ZM16.75 11.25H17.75C18.0261 11.25 18.25 11.0261 18.25 10.75C18.25 10.4739 18.0261 10.25 17.75 10.25H16.75V11.25ZM11.25 9.5C11.25 9.08579 10.9142 8.75 10.5 8.75C10.0858 8.75 9.75 9.08579 9.75 9.5V14.5C9.75 14.9142 10.0858 15.25 10.5 15.25C10.9142 15.25 11.25 14.9142 11.25 14.5V12.75H12.75V14.5C12.75 14.9142 13.0858 15.25 13.5 15.25C13.9142 15.25 14.25 14.9142 14.25 14.5V9.5C14.25 9.08579 13.9142 8.75 13.5 8.75C13.0858 8.75 12.75 9.08579 12.75 9.5V11.25H11.25V9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-pin-code{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.4143 3.84481C17.555 3.74998 16.4803 3.74999 15.1311 3.75H10.3586H10.3586C9.42022 3.74999 8.66303 3.74998 8.03815 3.80999C7.38839 3.87239 6.8301 4.00316 6.29539 4.29319C5.76324 4.58183 5.33815 4.98288 4.90921 5.50097C4.49332 6.0033 3.8494 6.93469 3.28414 7.75231L3.28414 7.75231C2.66327 8.65034 2.16166 9.37585 1.82061 10.0115C1.46558 10.6731 1.25 11.2975 1.25 12C1.25 12.7025 1.46558 13.3269 1.82061 13.9885C2.16166 14.6241 2.66326 15.3496 3.28412 16.2477L3.28413 16.2477C3.84938 17.0653 4.49332 17.9967 4.90921 18.499C5.33815 19.0171 5.76324 19.4182 6.29539 19.7068C6.8301 19.9968 7.38839 20.1276 8.03815 20.19C8.66303 20.25 9.42022 20.25 10.3586 20.25H15.1311H15.1311H15.1311H15.1311H15.1311C16.4803 20.25 17.555 20.25 18.4143 20.1552C19.2989 20.0576 20.0395 19.8525 20.6844 19.385C21.1978 19.0128 21.6347 18.5375 21.9728 17.9886C22.3918 17.3083 22.5753 16.5313 22.6635 15.5909C22.75 14.6683 22.75 13.4331 22.75 11.9612C22.75 10.4893 22.75 9.33169 22.6635 8.4091C22.5753 7.4687 22.3918 6.69171 21.9728 6.01137C21.6347 5.4625 21.1978 4.98716 20.6844 4.61502C20.0395 4.14753 19.2989 3.94244 18.4143 3.84481ZM8.99552 10.75C8.30764 10.75 7.75 11.3096 7.75 12C7.75 12.6904 8.30764 13.25 8.99552 13.25H9.00448C9.69236 13.25 10.25 12.6904 10.25 12C10.25 11.3096 9.69236 10.75 9.00448 10.75H8.99552ZM11.75 12C11.75 11.3096 12.3076 10.75 12.9955 10.75H13.0045C13.6924 10.75 14.25 11.3096 14.25 12C14.25 12.6904 13.6924 13.25 13.0045 13.25H12.9955C12.3076 13.25 11.75 12.6904 11.75 12ZM16.9955 10.75C16.3076 10.75 15.75 11.3096 15.75 12C15.75 12.6904 16.3076 13.25 16.9955 13.25H17.0045C17.6924 13.25 18.25 12.6904 18.25 12C18.25 11.3096 17.6924 10.75 17.0045 10.75H16.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.4143 3.84481C17.555 3.74998 16.4803 3.74999 15.1311 3.75H10.3586H10.3586C9.42022 3.74999 8.66303 3.74998 8.03815 3.80999C7.38839 3.87239 6.8301 4.00316 6.29539 4.29319C5.76324 4.58183 5.33815 4.98288 4.90921 5.50097C4.49332 6.0033 3.8494 6.93469 3.28414 7.75231L3.28414 7.75231C2.66327 8.65034 2.16166 9.37585 1.82061 10.0115C1.46558 10.6731 1.25 11.2975 1.25 12C1.25 12.7025 1.46558 13.3269 1.82061 13.9885C2.16166 14.6241 2.66326 15.3496 3.28412 16.2477L3.28413 16.2477C3.84938 17.0653 4.49332 17.9967 4.90921 18.499C5.33815 19.0171 5.76324 19.4182 6.29539 19.7068C6.8301 19.9968 7.38839 20.1276 8.03815 20.19C8.66303 20.25 9.42022 20.25 10.3586 20.25H15.1311H15.1311H15.1311H15.1311H15.1311C16.4803 20.25 17.555 20.25 18.4143 20.1552C19.2989 20.0576 20.0395 19.8525 20.6844 19.385C21.1978 19.0128 21.6347 18.5375 21.9728 17.9886C22.3918 17.3083 22.5753 16.5313 22.6635 15.5909C22.75 14.6683 22.75 13.4331 22.75 11.9612C22.75 10.4893 22.75 9.33169 22.6635 8.4091C22.5753 7.4687 22.3918 6.69171 21.9728 6.01137C21.6347 5.4625 21.1978 4.98716 20.6844 4.61502C20.0395 4.14753 19.2989 3.94244 18.4143 3.84481ZM8.99552 10.75C8.30764 10.75 7.75 11.3096 7.75 12C7.75 12.6904 8.30764 13.25 8.99552 13.25H9.00448C9.69236 13.25 10.25 12.6904 10.25 12C10.25 11.3096 9.69236 10.75 9.00448 10.75H8.99552ZM11.75 12C11.75 11.3096 12.3076 10.75 12.9955 10.75H13.0045C13.6924 10.75 14.25 11.3096 14.25 12C14.25 12.6904 13.6924 13.25 13.0045 13.25H12.9955C12.3076 13.25 11.75 12.6904 11.75 12ZM16.9955 10.75C16.3076 10.75 15.75 11.3096 15.75 12C15.75 12.6904 16.3076 13.25 16.9955 13.25H17.0045C17.6924 13.25 18.25 12.6904 18.25 12C18.25 11.3096 17.6924 10.75 17.0045 10.75H16.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-programming-flag{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.0549 2.25H15.055C16.4225 2.24998 17.5248 2.24997 18.3918 2.36653C19.2919 2.48754 20.0497 2.74644 20.6517 3.34835C21.2536 3.95027 21.5125 4.70814 21.6335 5.60825C21.75 6.47522 21.75 7.68728 21.75 9.05487C21.75 10.4225 21.75 11.5248 21.6335 12.3918C21.5125 13.2919 21.2536 14.0497 20.6517 14.6517C20.0497 15.2536 19.2919 15.5125 18.3918 15.6335C17.5248 15.75 16.4225 15.75 15.0549 15.75H15.0549H15.0549H15.0549H15.0549H5.25L5.25 20.75C5.25 21.3023 4.80229 21.75 4.25 21.75C3.69772 21.75 3.25 21.3023 3.25 20.75V7.74935V6.94797V6.94794C3.24997 6.04949 3.24995 5.30029 3.32991 4.70552C3.41432 4.07773 3.59999 3.51093 4.05546 3.05546C4.51093 2.59999 5.07773 2.41432 5.70552 2.32991C6.30029 2.24995 7.04952 2.24997 7.94797 2.25H7.948H15.0549ZM15.5103 7.56811C15.1966 7.29768 15.1615 6.8241 15.4319 6.51035C15.7023 6.1966 16.1759 6.16148 16.4897 6.43192L17.7162 7.48911L17.7476 7.51613C17.978 7.71469 18.205 7.91027 18.3682 8.09461C18.5487 8.2985 18.75 8.59545 18.75 9.00001C18.75 9.40458 18.5487 9.70153 18.3682 9.90542C18.205 10.0898 17.978 10.2853 17.7476 10.4839L17.7476 10.4839L17.7162 10.5109L16.4897 11.5681C16.1759 11.8385 15.7023 11.8034 15.4319 11.4897C15.1615 11.1759 15.1966 10.7023 15.5103 10.4319L16.7369 9.37472C16.9366 9.2026 17.0685 9.08776 17.1591 9.00001C17.0685 8.91226 16.9366 8.79743 16.7369 8.6253L15.5103 7.56811ZM9.5681 6.51035C9.83853 6.8241 9.80341 7.29768 9.48966 7.56811L8.26312 8.6253C8.06342 8.79743 7.93152 8.91226 7.84087 9.00001C7.93152 9.08776 8.06342 9.2026 8.26312 9.37472L9.48966 10.4319C9.80341 10.7023 9.83853 11.1759 9.5681 11.4897C9.29767 11.8034 8.82409 11.8385 8.51034 11.5681L7.2838 10.5109L7.25243 10.4839C7.02197 10.2853 6.79495 10.0898 6.63178 9.90542C6.4513 9.70153 6.25 9.40458 6.25 9.00001C6.25 8.59545 6.4513 8.2985 6.63178 8.09461C6.79495 7.91027 7.02197 7.71469 7.25243 7.51613L7.2838 7.48911L8.51034 6.43192C8.82409 6.16148 9.29767 6.1966 9.5681 6.51035ZM14.171 7.33545C14.3562 6.96497 14.2061 6.51446 13.8356 6.32922C13.4651 6.14398 13.0146 6.29415 12.8293 6.66463L10.8293 10.6646C10.6441 11.0351 10.7943 11.4856 11.1648 11.6709C11.5352 11.8561 11.9857 11.7059 12.171 11.3355L14.171 7.33545Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.0549 2.25H15.055C16.4225 2.24998 17.5248 2.24997 18.3918 2.36653C19.2919 2.48754 20.0497 2.74644 20.6517 3.34835C21.2536 3.95027 21.5125 4.70814 21.6335 5.60825C21.75 6.47522 21.75 7.68728 21.75 9.05487C21.75 10.4225 21.75 11.5248 21.6335 12.3918C21.5125 13.2919 21.2536 14.0497 20.6517 14.6517C20.0497 15.2536 19.2919 15.5125 18.3918 15.6335C17.5248 15.75 16.4225 15.75 15.0549 15.75H15.0549H15.0549H15.0549H15.0549H5.25L5.25 20.75C5.25 21.3023 4.80229 21.75 4.25 21.75C3.69772 21.75 3.25 21.3023 3.25 20.75V7.74935V6.94797V6.94794C3.24997 6.04949 3.24995 5.30029 3.32991 4.70552C3.41432 4.07773 3.59999 3.51093 4.05546 3.05546C4.51093 2.59999 5.07773 2.41432 5.70552 2.32991C6.30029 2.24995 7.04952 2.24997 7.94797 2.25H7.948H15.0549ZM15.5103 7.56811C15.1966 7.29768 15.1615 6.8241 15.4319 6.51035C15.7023 6.1966 16.1759 6.16148 16.4897 6.43192L17.7162 7.48911L17.7476 7.51613C17.978 7.71469 18.205 7.91027 18.3682 8.09461C18.5487 8.2985 18.75 8.59545 18.75 9.00001C18.75 9.40458 18.5487 9.70153 18.3682 9.90542C18.205 10.0898 17.978 10.2853 17.7476 10.4839L17.7476 10.4839L17.7162 10.5109L16.4897 11.5681C16.1759 11.8385 15.7023 11.8034 15.4319 11.4897C15.1615 11.1759 15.1966 10.7023 15.5103 10.4319L16.7369 9.37472C16.9366 9.2026 17.0685 9.08776 17.1591 9.00001C17.0685 8.91226 16.9366 8.79743 16.7369 8.6253L15.5103 7.56811ZM9.5681 6.51035C9.83853 6.8241 9.80341 7.29768 9.48966 7.56811L8.26312 8.6253C8.06342 8.79743 7.93152 8.91226 7.84087 9.00001C7.93152 9.08776 8.06342 9.2026 8.26312 9.37472L9.48966 10.4319C9.80341 10.7023 9.83853 11.1759 9.5681 11.4897C9.29767 11.8034 8.82409 11.8385 8.51034 11.5681L7.2838 10.5109L7.25243 10.4839C7.02197 10.2853 6.79495 10.0898 6.63178 9.90542C6.4513 9.70153 6.25 9.40458 6.25 9.00001C6.25 8.59545 6.4513 8.2985 6.63178 8.09461C6.79495 7.91027 7.02197 7.71469 7.25243 7.51613L7.2838 7.48911L8.51034 6.43192C8.82409 6.16148 9.29767 6.1966 9.5681 6.51035ZM14.171 7.33545C14.3562 6.96497 14.2061 6.51446 13.8356 6.32922C13.4651 6.14398 13.0146 6.29415 12.8293 6.66463L10.8293 10.6646C10.6441 11.0351 10.7943 11.4856 11.1648 11.6709C11.5352 11.8561 11.9857 11.7059 12.171 11.3355L14.171 7.33545Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-property-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 13.875C18.9273 13.875 19.375 14.3227 19.375 14.875V17.375H21.875C22.4273 17.375 22.875 17.8227 22.875 18.375C22.875 18.9273 22.4273 19.375 21.875 19.375H19.375V21.875C19.375 22.4273 18.9273 22.875 18.375 22.875C17.8227 22.875 17.375 22.4273 17.375 21.875L17.375 19.375H14.875C14.3227 19.375 13.875 18.9273 13.875 18.375C13.875 17.8227 14.3227 17.375 14.875 17.375H17.375L17.375 14.875C17.375 14.3227 17.8227 13.875 18.375 13.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.3182 1.125H11.4325C13.6232 1.12499 15.3439 1.12498 16.6873 1.30559C18.064 1.49068 19.1562 1.87772 20.0144 2.73591C20.8726 3.59411 21.2597 4.68637 21.4447 6.06302C21.4731 6.27367 21.4872 6.37899 21.4437 6.46307C21.422 6.50501 21.3882 6.54365 21.3495 6.57077C21.272 6.62512 21.1621 6.62512 20.9425 6.62512H1.80819C1.58854 6.62512 1.47871 6.62512 1.40118 6.57077C1.36251 6.54365 1.32871 6.50501 1.307 6.46307C1.26346 6.37899 1.27762 6.27367 1.30594 6.06302C1.49102 4.68637 1.87806 3.59411 2.73626 2.73591C3.59445 1.87772 4.68671 1.49068 6.06336 1.30559C7.40678 1.12498 9.12747 1.12499 11.3182 1.125ZM21.6099 8.70605C21.6047 8.43322 21.6021 8.2968 21.5146 8.21096C21.427 8.12512 21.2894 8.12512 21.0141 8.12512H1.7359C1.4606 8.12512 1.32295 8.12512 1.23545 8.21096C1.14794 8.2968 1.14532 8.43322 1.14008 8.70605C1.12499 9.49192 1.12499 10.36 1.125 11.3178V11.3178V11.4322C1.12499 13.6229 1.12498 15.3436 1.30559 16.687C1.49068 18.0636 1.87772 19.1559 2.73591 20.0141C3.59411 20.8723 4.68637 21.2593 6.06302 21.4444C7.40644 21.625 9.1271 21.625 11.3178 21.625H11.4322C13.0536 21.625 14.4176 21.625 15.5617 21.5518C15.5934 21.5498 15.6093 21.5487 15.6242 21.5463C15.7563 21.5243 15.86 21.4137 15.8735 21.2805C15.875 21.2655 15.875 21.2487 15.875 21.2152C15.875 21.1779 15.875 21.1592 15.8733 21.1435C15.8585 21.0027 15.7473 20.8915 15.6065 20.8767C15.5908 20.875 15.5721 20.875 15.5348 20.875H14.875C13.4943 20.875 12.375 19.7557 12.375 18.375C12.375 16.9943 13.4943 15.875 14.875 15.875H15.275C15.5578 15.875 15.6993 15.875 15.7871 15.7871C15.875 15.6993 15.875 15.5578 15.875 15.275V14.875C15.875 13.4943 16.9943 12.375 18.375 12.375C19.7557 12.375 20.875 13.4943 20.875 14.875V15.5348C20.875 15.5721 20.875 15.5908 20.8767 15.6065C20.8915 15.7473 21.0027 15.8585 21.1435 15.8733C21.1592 15.875 21.1779 15.875 21.2152 15.875C21.2487 15.875 21.2655 15.875 21.2805 15.8735C21.4137 15.86 21.5243 15.7563 21.5463 15.6242C21.5487 15.6093 21.5498 15.5934 21.5518 15.5617C21.625 14.4176 21.625 13.0537 21.625 11.4322V11.3177V11.3176V11.3175V11.3174C21.625 10.3597 21.625 9.49184 21.6099 8.70605ZM5.875 11.125C5.46079 11.125 5.125 11.4608 5.125 11.875C5.125 12.2892 5.46079 12.625 5.875 12.625H6.875C7.28921 12.625 7.625 12.2892 7.625 11.875C7.625 11.4608 7.28921 11.125 6.875 11.125H5.875ZM9.875 11.125C9.46079 11.125 9.125 11.4608 9.125 11.875C9.125 12.2892 9.46079 12.625 9.875 12.625H14.875C15.2892 12.625 15.625 12.2892 15.625 11.875C15.625 11.4608 15.2892 11.125 14.875 11.125H9.875ZM5.875 15.125C5.46079 15.125 5.125 15.4608 5.125 15.875C5.125 16.2892 5.46079 16.625 5.875 16.625H6.875C7.28921 16.625 7.625 16.2892 7.625 15.875C7.625 15.4608 7.28921 15.125 6.875 15.125H5.875ZM9.875 15.125C9.46079 15.125 9.125 15.4608 9.125 15.875C9.125 16.2892 9.46079 16.625 9.875 16.625H11.375C11.7892 16.625 12.125 16.2892 12.125 15.875C12.125 15.4608 11.7892 15.125 11.375 15.125H9.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 13.875C18.9273 13.875 19.375 14.3227 19.375 14.875V17.375H21.875C22.4273 17.375 22.875 17.8227 22.875 18.375C22.875 18.9273 22.4273 19.375 21.875 19.375H19.375V21.875C19.375 22.4273 18.9273 22.875 18.375 22.875C17.8227 22.875 17.375 22.4273 17.375 21.875L17.375 19.375H14.875C14.3227 19.375 13.875 18.9273 13.875 18.375C13.875 17.8227 14.3227 17.375 14.875 17.375H17.375L17.375 14.875C17.375 14.3227 17.8227 13.875 18.375 13.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.3182 1.125H11.4325C13.6232 1.12499 15.3439 1.12498 16.6873 1.30559C18.064 1.49068 19.1562 1.87772 20.0144 2.73591C20.8726 3.59411 21.2597 4.68637 21.4447 6.06302C21.4731 6.27367 21.4872 6.37899 21.4437 6.46307C21.422 6.50501 21.3882 6.54365 21.3495 6.57077C21.272 6.62512 21.1621 6.62512 20.9425 6.62512H1.80819C1.58854 6.62512 1.47871 6.62512 1.40118 6.57077C1.36251 6.54365 1.32871 6.50501 1.307 6.46307C1.26346 6.37899 1.27762 6.27367 1.30594 6.06302C1.49102 4.68637 1.87806 3.59411 2.73626 2.73591C3.59445 1.87772 4.68671 1.49068 6.06336 1.30559C7.40678 1.12498 9.12747 1.12499 11.3182 1.125ZM21.6099 8.70605C21.6047 8.43322 21.6021 8.2968 21.5146 8.21096C21.427 8.12512 21.2894 8.12512 21.0141 8.12512H1.7359C1.4606 8.12512 1.32295 8.12512 1.23545 8.21096C1.14794 8.2968 1.14532 8.43322 1.14008 8.70605C1.12499 9.49192 1.12499 10.36 1.125 11.3178V11.3178V11.4322C1.12499 13.6229 1.12498 15.3436 1.30559 16.687C1.49068 18.0636 1.87772 19.1559 2.73591 20.0141C3.59411 20.8723 4.68637 21.2593 6.06302 21.4444C7.40644 21.625 9.1271 21.625 11.3178 21.625H11.4322C13.0536 21.625 14.4176 21.625 15.5617 21.5518C15.5934 21.5498 15.6093 21.5487 15.6242 21.5463C15.7563 21.5243 15.86 21.4137 15.8735 21.2805C15.875 21.2655 15.875 21.2487 15.875 21.2152C15.875 21.1779 15.875 21.1592 15.8733 21.1435C15.8585 21.0027 15.7473 20.8915 15.6065 20.8767C15.5908 20.875 15.5721 20.875 15.5348 20.875H14.875C13.4943 20.875 12.375 19.7557 12.375 18.375C12.375 16.9943 13.4943 15.875 14.875 15.875H15.275C15.5578 15.875 15.6993 15.875 15.7871 15.7871C15.875 15.6993 15.875 15.5578 15.875 15.275V14.875C15.875 13.4943 16.9943 12.375 18.375 12.375C19.7557 12.375 20.875 13.4943 20.875 14.875V15.5348C20.875 15.5721 20.875 15.5908 20.8767 15.6065C20.8915 15.7473 21.0027 15.8585 21.1435 15.8733C21.1592 15.875 21.1779 15.875 21.2152 15.875C21.2487 15.875 21.2655 15.875 21.2805 15.8735C21.4137 15.86 21.5243 15.7563 21.5463 15.6242C21.5487 15.6093 21.5498 15.5934 21.5518 15.5617C21.625 14.4176 21.625 13.0537 21.625 11.4322V11.3177V11.3176V11.3175V11.3174C21.625 10.3597 21.625 9.49184 21.6099 8.70605ZM5.875 11.125C5.46079 11.125 5.125 11.4608 5.125 11.875C5.125 12.2892 5.46079 12.625 5.875 12.625H6.875C7.28921 12.625 7.625 12.2892 7.625 11.875C7.625 11.4608 7.28921 11.125 6.875 11.125H5.875ZM9.875 11.125C9.46079 11.125 9.125 11.4608 9.125 11.875C9.125 12.2892 9.46079 12.625 9.875 12.625H14.875C15.2892 12.625 15.625 12.2892 15.625 11.875C15.625 11.4608 15.2892 11.125 14.875 11.125H9.875ZM5.875 15.125C5.46079 15.125 5.125 15.4608 5.125 15.875C5.125 16.2892 5.46079 16.625 5.875 16.625H6.875C7.28921 16.625 7.625 16.2892 7.625 15.875C7.625 15.4608 7.28921 15.125 6.875 15.125H5.875ZM9.875 15.125C9.46079 15.125 9.125 15.4608 9.125 15.875C9.125 16.2892 9.46079 16.625 9.875 16.625H11.375C11.7892 16.625 12.125 16.2892 12.125 15.875C12.125 15.4608 11.7892 15.125 11.375 15.125H9.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-property-delete{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5821 15.1679C22.9726 15.5584 22.9726 16.1916 22.5821 16.5821L20.2892 18.875L22.5821 21.1679C22.9726 21.5584 22.9726 22.1916 22.5821 22.5821C22.1916 22.9726 21.5584 22.9726 21.1679 22.5821L18.875 20.2892L16.5821 22.5821C16.1916 22.9726 15.5584 22.9726 15.1679 22.5821C14.7774 22.1916 14.7774 21.5584 15.1679 21.1679L17.4608 18.875L15.1679 16.5821C14.7774 16.1916 14.7774 15.5584 15.1679 15.1679C15.5584 14.7774 16.1916 14.7774 16.5821 15.1679L18.875 17.4608L21.1679 15.1679C21.5584 14.7774 22.1916 14.7774 22.5821 15.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4322 1.125H11.3178H11.3178C9.12712 1.12499 7.40644 1.12498 6.06302 1.30559C4.68637 1.49068 3.59411 1.87772 2.73591 2.73591C1.87772 3.59411 1.49068 4.68637 1.30559 6.06302C1.27727 6.27367 1.26311 6.37899 1.30665 6.46307C1.32837 6.50501 1.36216 6.54365 1.40084 6.57077C1.47837 6.62512 1.5882 6.62512 1.80785 6.62512H20.9422C21.1618 6.62512 21.2716 6.62512 21.3492 6.57077C21.3878 6.54365 21.4216 6.50501 21.4433 6.46307C21.4869 6.37899 21.4727 6.27367 21.4444 6.06302C21.2593 4.68637 20.8723 3.59411 20.0141 2.73591C19.1559 1.87772 18.0636 1.49068 16.687 1.30559C15.3436 1.12498 13.6229 1.12499 11.4322 1.125H11.4322ZM21.6099 8.70605C21.6047 8.43322 21.6021 8.2968 21.5146 8.21096C21.427 8.12512 21.2894 8.12512 21.0141 8.12512H1.7359C1.4606 8.12512 1.32295 8.12512 1.23545 8.21096C1.14794 8.2968 1.14532 8.43322 1.14008 8.70605C1.12499 9.49193 1.12499 10.3599 1.125 11.3178V11.3178V11.4322V11.4322C1.12499 13.6229 1.12498 15.3436 1.30559 16.687C1.49068 18.0636 1.87772 19.1559 2.73591 20.0141C3.59411 20.8723 4.68637 21.2593 6.06302 21.4444C7.40644 21.625 9.1271 21.625 11.3178 21.625H11.4322H11.4336H11.4336H11.4337C11.9301 21.625 12.4024 21.625 12.8516 21.6229C13.089 21.6218 13.2077 21.6212 13.286 21.5642C13.3644 21.5071 13.4093 21.3698 13.4991 21.0953C13.6174 20.734 13.8201 20.3944 14.1072 20.1072L14.9152 19.2993L14.9152 19.2993C15.1152 19.0993 15.2152 18.9993 15.2152 18.875C15.2152 18.7507 15.1152 18.6507 14.9152 18.4507L14.1072 17.6428C13.1309 16.6665 13.1309 15.0835 14.1072 14.1072C15.0835 13.1309 16.6665 13.1309 17.6428 14.1072L18.4507 14.9152L18.4507 14.9152C18.6507 15.1152 18.7507 15.2152 18.875 15.2152C18.9993 15.2152 19.0993 15.1152 19.2993 14.9152L20.1072 14.1072C20.3944 13.8201 20.734 13.6174 21.0953 13.4991C21.3698 13.4093 21.5071 13.3644 21.5642 13.286C21.6212 13.2077 21.6218 13.089 21.6229 12.8516C21.625 12.4024 21.625 11.9301 21.625 11.4337V11.4337V11.4336V11.4322V11.3175V11.3174V11.3173V11.3172C21.625 10.3596 21.625 9.49179 21.6099 8.70605ZM5.875 11.125C5.46079 11.125 5.125 11.4608 5.125 11.875C5.125 12.2892 5.46079 12.625 5.875 12.625H6.875C7.28921 12.625 7.625 12.2892 7.625 11.875C7.625 11.4608 7.28921 11.125 6.875 11.125H5.875ZM9.875 11.125C9.46079 11.125 9.125 11.4608 9.125 11.875C9.125 12.2892 9.46079 12.625 9.875 12.625H15.875C16.2892 12.625 16.625 12.2892 16.625 11.875C16.625 11.4608 16.2892 11.125 15.875 11.125H9.875ZM5.875 15.125C5.46079 15.125 5.125 15.4608 5.125 15.875C5.125 16.2892 5.46079 16.625 5.875 16.625H6.875C7.28921 16.625 7.625 16.2892 7.625 15.875C7.625 15.4608 7.28921 15.125 6.875 15.125H5.875ZM9.875 15.125C9.46079 15.125 9.125 15.4608 9.125 15.875C9.125 16.2892 9.46079 16.625 9.875 16.625H11.375C11.7892 16.625 12.125 16.2892 12.125 15.875C12.125 15.4608 11.7892 15.125 11.375 15.125H9.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5821 15.1679C22.9726 15.5584 22.9726 16.1916 22.5821 16.5821L20.2892 18.875L22.5821 21.1679C22.9726 21.5584 22.9726 22.1916 22.5821 22.5821C22.1916 22.9726 21.5584 22.9726 21.1679 22.5821L18.875 20.2892L16.5821 22.5821C16.1916 22.9726 15.5584 22.9726 15.1679 22.5821C14.7774 22.1916 14.7774 21.5584 15.1679 21.1679L17.4608 18.875L15.1679 16.5821C14.7774 16.1916 14.7774 15.5584 15.1679 15.1679C15.5584 14.7774 16.1916 14.7774 16.5821 15.1679L18.875 17.4608L21.1679 15.1679C21.5584 14.7774 22.1916 14.7774 22.5821 15.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.4322 1.125H11.3178H11.3178C9.12712 1.12499 7.40644 1.12498 6.06302 1.30559C4.68637 1.49068 3.59411 1.87772 2.73591 2.73591C1.87772 3.59411 1.49068 4.68637 1.30559 6.06302C1.27727 6.27367 1.26311 6.37899 1.30665 6.46307C1.32837 6.50501 1.36216 6.54365 1.40084 6.57077C1.47837 6.62512 1.5882 6.62512 1.80785 6.62512H20.9422C21.1618 6.62512 21.2716 6.62512 21.3492 6.57077C21.3878 6.54365 21.4216 6.50501 21.4433 6.46307C21.4869 6.37899 21.4727 6.27367 21.4444 6.06302C21.2593 4.68637 20.8723 3.59411 20.0141 2.73591C19.1559 1.87772 18.0636 1.49068 16.687 1.30559C15.3436 1.12498 13.6229 1.12499 11.4322 1.125H11.4322ZM21.6099 8.70605C21.6047 8.43322 21.6021 8.2968 21.5146 8.21096C21.427 8.12512 21.2894 8.12512 21.0141 8.12512H1.7359C1.4606 8.12512 1.32295 8.12512 1.23545 8.21096C1.14794 8.2968 1.14532 8.43322 1.14008 8.70605C1.12499 9.49193 1.12499 10.3599 1.125 11.3178V11.3178V11.4322V11.4322C1.12499 13.6229 1.12498 15.3436 1.30559 16.687C1.49068 18.0636 1.87772 19.1559 2.73591 20.0141C3.59411 20.8723 4.68637 21.2593 6.06302 21.4444C7.40644 21.625 9.1271 21.625 11.3178 21.625H11.4322H11.4336H11.4336H11.4337C11.9301 21.625 12.4024 21.625 12.8516 21.6229C13.089 21.6218 13.2077 21.6212 13.286 21.5642C13.3644 21.5071 13.4093 21.3698 13.4991 21.0953C13.6174 20.734 13.8201 20.3944 14.1072 20.1072L14.9152 19.2993L14.9152 19.2993C15.1152 19.0993 15.2152 18.9993 15.2152 18.875C15.2152 18.7507 15.1152 18.6507 14.9152 18.4507L14.1072 17.6428C13.1309 16.6665 13.1309 15.0835 14.1072 14.1072C15.0835 13.1309 16.6665 13.1309 17.6428 14.1072L18.4507 14.9152L18.4507 14.9152C18.6507 15.1152 18.7507 15.2152 18.875 15.2152C18.9993 15.2152 19.0993 15.1152 19.2993 14.9152L20.1072 14.1072C20.3944 13.8201 20.734 13.6174 21.0953 13.4991C21.3698 13.4093 21.5071 13.3644 21.5642 13.286C21.6212 13.2077 21.6218 13.089 21.6229 12.8516C21.625 12.4024 21.625 11.9301 21.625 11.4337V11.4337V11.4336V11.4322V11.3175V11.3174V11.3173V11.3172C21.625 10.3596 21.625 9.49179 21.6099 8.70605ZM5.875 11.125C5.46079 11.125 5.125 11.4608 5.125 11.875C5.125 12.2892 5.46079 12.625 5.875 12.625H6.875C7.28921 12.625 7.625 12.2892 7.625 11.875C7.625 11.4608 7.28921 11.125 6.875 11.125H5.875ZM9.875 11.125C9.46079 11.125 9.125 11.4608 9.125 11.875C9.125 12.2892 9.46079 12.625 9.875 12.625H15.875C16.2892 12.625 16.625 12.2892 16.625 11.875C16.625 11.4608 16.2892 11.125 15.875 11.125H9.875ZM5.875 15.125C5.46079 15.125 5.125 15.4608 5.125 15.875C5.125 16.2892 5.46079 16.625 5.875 16.625H6.875C7.28921 16.625 7.625 16.2892 7.625 15.875C7.625 15.4608 7.28921 15.125 6.875 15.125H5.875ZM9.875 15.125C9.46079 15.125 9.125 15.4608 9.125 15.875C9.125 16.2892 9.46079 16.625 9.875 16.625H11.375C11.7892 16.625 12.125 16.2892 12.125 15.875C12.125 15.4608 11.7892 15.125 11.375 15.125H9.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-property-edit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.6269 13.5542C19.3294 13.1486 20.195 13.1486 20.8976 13.5542C21.1592 13.7053 21.4533 13.9999 21.7264 14.2735C22.0001 14.5467 22.2947 14.8407 22.4457 15.1023C22.8513 15.8049 22.8513 16.6705 22.4457 17.3731C22.2947 17.6347 22.0599 17.869 21.7862 18.1421L18.4185 21.5097C17.9532 21.975 17.3913 22.1924 16.8865 22.3213C16.6345 22.3856 15.6898 22.5589 15.4601 22.5986L15.4601 22.5986C15.1541 22.6642 14.8479 22.7297 14.5947 22.7458C14.3157 22.7636 13.9113 22.7362 13.5875 22.4124C13.2637 22.0887 13.2364 21.6842 13.2541 21.4052C13.2702 21.152 13.3358 20.8458 13.4013 20.5398C13.441 20.3101 13.6143 19.3654 13.6786 19.1134C13.8075 18.6086 14.025 18.0467 14.4903 17.5814L17.8579 14.2137C18.131 13.94 18.3653 13.7053 18.6269 13.5542Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5572 1.25H11.4428H11.4428C9.25212 1.24999 7.53144 1.24998 6.18802 1.43059C4.81137 1.61568 3.71911 2.00272 2.86091 2.86091C2.00272 3.71911 1.61568 4.81137 1.43059 6.18802C1.40227 6.39867 1.38811 6.50399 1.43165 6.58807C1.45337 6.63001 1.48716 6.66865 1.52584 6.69577C1.60337 6.75012 1.7132 6.75012 1.93285 6.75012H21.0672C21.2868 6.75012 21.3966 6.75012 21.4742 6.69577C21.5128 6.66865 21.5466 6.63001 21.5683 6.58807C21.6119 6.50399 21.5977 6.39867 21.5694 6.18802C21.3843 4.81137 20.9973 3.71911 20.1391 2.86091C19.2809 2.00272 18.1886 1.61568 16.812 1.43059C15.4686 1.24998 13.7479 1.24999 11.5572 1.25H11.5572ZM21.7349 8.83105C21.7297 8.55822 21.7271 8.4218 21.6396 8.33596C21.552 8.25012 21.4144 8.25012 21.1391 8.25012H1.8609C1.5856 8.25012 1.44795 8.25012 1.36045 8.33596C1.27294 8.4218 1.27032 8.55822 1.26508 8.83105C1.24999 9.61693 1.24999 10.4849 1.25 11.4428V11.4428V11.5572V11.5572C1.24999 13.7479 1.24998 15.4686 1.43059 16.812C1.61568 18.1886 2.00272 19.2809 2.86091 20.1391C3.71911 20.9973 4.81137 21.3843 6.18802 21.5694C7.441 21.7379 9.29616 21.7492 11.3177 21.7499H11.3177H11.3177H11.3177C11.4369 21.75 11.4965 21.75 11.5431 21.7344C11.6307 21.7049 11.6902 21.6491 11.7252 21.5635C11.7438 21.5181 11.7482 21.4487 11.757 21.31C11.7803 20.9431 11.8666 20.5416 11.9249 20.2699L11.9284 20.2536C11.9748 19.9895 12.1465 19.0504 12.2251 18.7423C12.3859 18.1125 12.6944 17.2558 13.4295 16.5207L16.796 13.1542L16.841 13.1089C17.0767 12.8718 17.4379 12.5085 17.8767 12.2552C18.8245 11.708 20.0184 11.6463 21.0586 12.0036C21.2971 12.0855 21.4163 12.1265 21.4833 12.119C21.5976 12.1062 21.672 12.0532 21.7212 11.9492C21.75 11.8883 21.75 11.7779 21.75 11.5572V11.4425V11.4424V11.4423V11.4422C21.75 10.4846 21.75 9.61679 21.7349 8.83105ZM6 11.25C5.58579 11.25 5.25 11.5858 5.25 12C5.25 12.4142 5.58579 12.75 6 12.75H7C7.41421 12.75 7.75 12.4142 7.75 12C7.75 11.5858 7.41421 11.25 7 11.25H6ZM10 11.25C9.58579 11.25 9.25 11.5858 9.25 12C9.25 12.4142 9.58579 12.75 10 12.75H15C15.4142 12.75 15.75 12.4142 15.75 12C15.75 11.5858 15.4142 11.25 15 11.25H10ZM6 15.25C5.58579 15.25 5.25 15.5858 5.25 16C5.25 16.4142 5.58579 16.75 6 16.75H7C7.41421 16.75 7.75 16.4142 7.75 16C7.75 15.5858 7.41421 15.25 7 15.25H6ZM10 15.25C9.58579 15.25 9.25 15.5858 9.25 16C9.25 16.4142 9.58579 16.75 10 16.75H11.5C11.9142 16.75 12.25 16.4142 12.25 16C12.25 15.5858 11.9142 15.25 11.5 15.25H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.6269 13.5542C19.3294 13.1486 20.195 13.1486 20.8976 13.5542C21.1592 13.7053 21.4533 13.9999 21.7264 14.2735C22.0001 14.5467 22.2947 14.8407 22.4457 15.1023C22.8513 15.8049 22.8513 16.6705 22.4457 17.3731C22.2947 17.6347 22.0599 17.869 21.7862 18.1421L18.4185 21.5097C17.9532 21.975 17.3913 22.1924 16.8865 22.3213C16.6345 22.3856 15.6898 22.5589 15.4601 22.5986L15.4601 22.5986C15.1541 22.6642 14.8479 22.7297 14.5947 22.7458C14.3157 22.7636 13.9113 22.7362 13.5875 22.4124C13.2637 22.0887 13.2364 21.6842 13.2541 21.4052C13.2702 21.152 13.3358 20.8458 13.4013 20.5398C13.441 20.3101 13.6143 19.3654 13.6786 19.1134C13.8075 18.6086 14.025 18.0467 14.4903 17.5814L17.8579 14.2137C18.131 13.94 18.3653 13.7053 18.6269 13.5542Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5572 1.25H11.4428H11.4428C9.25212 1.24999 7.53144 1.24998 6.18802 1.43059C4.81137 1.61568 3.71911 2.00272 2.86091 2.86091C2.00272 3.71911 1.61568 4.81137 1.43059 6.18802C1.40227 6.39867 1.38811 6.50399 1.43165 6.58807C1.45337 6.63001 1.48716 6.66865 1.52584 6.69577C1.60337 6.75012 1.7132 6.75012 1.93285 6.75012H21.0672C21.2868 6.75012 21.3966 6.75012 21.4742 6.69577C21.5128 6.66865 21.5466 6.63001 21.5683 6.58807C21.6119 6.50399 21.5977 6.39867 21.5694 6.18802C21.3843 4.81137 20.9973 3.71911 20.1391 2.86091C19.2809 2.00272 18.1886 1.61568 16.812 1.43059C15.4686 1.24998 13.7479 1.24999 11.5572 1.25H11.5572ZM21.7349 8.83105C21.7297 8.55822 21.7271 8.4218 21.6396 8.33596C21.552 8.25012 21.4144 8.25012 21.1391 8.25012H1.8609C1.5856 8.25012 1.44795 8.25012 1.36045 8.33596C1.27294 8.4218 1.27032 8.55822 1.26508 8.83105C1.24999 9.61693 1.24999 10.4849 1.25 11.4428V11.4428V11.5572V11.5572C1.24999 13.7479 1.24998 15.4686 1.43059 16.812C1.61568 18.1886 2.00272 19.2809 2.86091 20.1391C3.71911 20.9973 4.81137 21.3843 6.18802 21.5694C7.441 21.7379 9.29616 21.7492 11.3177 21.7499H11.3177H11.3177H11.3177C11.4369 21.75 11.4965 21.75 11.5431 21.7344C11.6307 21.7049 11.6902 21.6491 11.7252 21.5635C11.7438 21.5181 11.7482 21.4487 11.757 21.31C11.7803 20.9431 11.8666 20.5416 11.9249 20.2699L11.9284 20.2536C11.9748 19.9895 12.1465 19.0504 12.2251 18.7423C12.3859 18.1125 12.6944 17.2558 13.4295 16.5207L16.796 13.1542L16.841 13.1089C17.0767 12.8718 17.4379 12.5085 17.8767 12.2552C18.8245 11.708 20.0184 11.6463 21.0586 12.0036C21.2971 12.0855 21.4163 12.1265 21.4833 12.119C21.5976 12.1062 21.672 12.0532 21.7212 11.9492C21.75 11.8883 21.75 11.7779 21.75 11.5572V11.4425V11.4424V11.4423V11.4422C21.75 10.4846 21.75 9.61679 21.7349 8.83105ZM6 11.25C5.58579 11.25 5.25 11.5858 5.25 12C5.25 12.4142 5.58579 12.75 6 12.75H7C7.41421 12.75 7.75 12.4142 7.75 12C7.75 11.5858 7.41421 11.25 7 11.25H6ZM10 11.25C9.58579 11.25 9.25 11.5858 9.25 12C9.25 12.4142 9.58579 12.75 10 12.75H15C15.4142 12.75 15.75 12.4142 15.75 12C15.75 11.5858 15.4142 11.25 15 11.25H10ZM6 15.25C5.58579 15.25 5.25 15.5858 5.25 16C5.25 16.4142 5.58579 16.75 6 16.75H7C7.41421 16.75 7.75 16.4142 7.75 16C7.75 15.5858 7.41421 15.25 7 15.25H6ZM10 15.25C9.58579 15.25 9.25 15.5858 9.25 16C9.25 16.4142 9.58579 16.75 10 16.75H11.5C11.9142 16.75 12.25 16.4142 12.25 16C12.25 15.5858 11.9142 15.25 11.5 15.25H10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-property-new{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9428 1.74988H12.0572C14.2479 1.74987 15.9686 1.74985 17.312 1.93047C18.6886 2.11556 19.7809 2.50259 20.6391 3.36079C21.4973 4.21899 21.8843 5.31124 22.0694 6.6879C22.0977 6.89855 22.1119 7.00387 22.0683 7.08795C22.0466 7.12989 22.0128 7.16853 21.9742 7.19564C21.8966 7.25 21.7868 7.25 21.5672 7.25H2.43285C2.21319 7.25 2.10337 7.25 2.02584 7.19564C1.98716 7.16853 1.95337 7.12989 1.93165 7.08795C1.88811 7.00387 1.90227 6.89855 1.93059 6.6879C2.11568 5.31124 2.50272 4.21899 3.36091 3.36079C4.21911 2.50259 5.31137 2.11556 6.68802 1.93047C8.03144 1.74985 9.75213 1.74987 11.9428 1.74988ZM22.1396 8.83584C22.2271 8.92168 22.2297 9.0581 22.2349 9.33093C22.25 10.1168 22.25 10.9847 22.25 11.9424V11.9425V11.9426V11.9427V12.0571C22.25 14.2478 22.25 15.9684 22.0694 17.3119C21.8843 18.6885 21.4973 19.7808 20.6391 20.639C19.7809 21.4972 18.6886 21.8842 17.312 22.0693C15.9686 22.2499 14.2479 22.2499 12.0572 22.2499H11.9428C9.7521 22.2499 8.03144 22.2499 6.68802 22.0693C5.31137 21.8842 4.21911 21.4972 3.36091 20.639C2.50272 19.7808 2.11568 18.6885 1.93059 17.3119C1.74998 15.9684 1.74999 14.2478 1.75 12.0571V11.9427V11.9427C1.74999 10.9848 1.74999 10.1168 1.76508 9.33093C1.77032 9.0581 1.77294 8.92168 1.86045 8.83584C1.94795 8.75 2.0856 8.75 2.3609 8.75H21.6391C21.9144 8.75 22.052 8.75 22.1396 8.83584ZM7 12.25C6.58579 12.25 6.25 12.5858 6.25 13C6.25 13.4142 6.58579 13.75 7 13.75H8C8.41421 13.75 8.75 13.4142 8.75 13C8.75 12.5858 8.41421 12.25 8 12.25H7ZM11 12.25C10.5858 12.25 10.25 12.5858 10.25 13C10.25 13.4142 10.5858 13.75 11 13.75H17C17.4142 13.75 17.75 13.4142 17.75 13C17.75 12.5858 17.4142 12.25 17 12.25H11ZM7 16.25C6.58579 16.25 6.25 16.5858 6.25 17C6.25 17.4142 6.58579 17.75 7 17.75H8C8.41421 17.75 8.75 17.4142 8.75 17C8.75 16.5858 8.41421 16.25 8 16.25H7ZM11 16.25C10.5858 16.25 10.25 16.5858 10.25 17C10.25 17.4142 10.5858 17.75 11 17.75H17C17.4142 17.75 17.75 17.4142 17.75 17C17.75 16.5858 17.4142 16.25 17 16.25H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9428 1.74988H12.0572C14.2479 1.74987 15.9686 1.74985 17.312 1.93047C18.6886 2.11556 19.7809 2.50259 20.6391 3.36079C21.4973 4.21899 21.8843 5.31124 22.0694 6.6879C22.0977 6.89855 22.1119 7.00387 22.0683 7.08795C22.0466 7.12989 22.0128 7.16853 21.9742 7.19564C21.8966 7.25 21.7868 7.25 21.5672 7.25H2.43285C2.21319 7.25 2.10337 7.25 2.02584 7.19564C1.98716 7.16853 1.95337 7.12989 1.93165 7.08795C1.88811 7.00387 1.90227 6.89855 1.93059 6.6879C2.11568 5.31124 2.50272 4.21899 3.36091 3.36079C4.21911 2.50259 5.31137 2.11556 6.68802 1.93047C8.03144 1.74985 9.75213 1.74987 11.9428 1.74988ZM22.1396 8.83584C22.2271 8.92168 22.2297 9.0581 22.2349 9.33093C22.25 10.1168 22.25 10.9847 22.25 11.9424V11.9425V11.9426V11.9427V12.0571C22.25 14.2478 22.25 15.9684 22.0694 17.3119C21.8843 18.6885 21.4973 19.7808 20.6391 20.639C19.7809 21.4972 18.6886 21.8842 17.312 22.0693C15.9686 22.2499 14.2479 22.2499 12.0572 22.2499H11.9428C9.7521 22.2499 8.03144 22.2499 6.68802 22.0693C5.31137 21.8842 4.21911 21.4972 3.36091 20.639C2.50272 19.7808 2.11568 18.6885 1.93059 17.3119C1.74998 15.9684 1.74999 14.2478 1.75 12.0571V11.9427V11.9427C1.74999 10.9848 1.74999 10.1168 1.76508 9.33093C1.77032 9.0581 1.77294 8.92168 1.86045 8.83584C1.94795 8.75 2.0856 8.75 2.3609 8.75H21.6391C21.9144 8.75 22.052 8.75 22.1396 8.83584ZM7 12.25C6.58579 12.25 6.25 12.5858 6.25 13C6.25 13.4142 6.58579 13.75 7 13.75H8C8.41421 13.75 8.75 13.4142 8.75 13C8.75 12.5858 8.41421 12.25 8 12.25H7ZM11 12.25C10.5858 12.25 10.25 12.5858 10.25 13C10.25 13.4142 10.5858 13.75 11 13.75H17C17.4142 13.75 17.75 13.4142 17.75 13C17.75 12.5858 17.4142 12.25 17 12.25H11ZM7 16.25C6.58579 16.25 6.25 16.5858 6.25 17C6.25 17.4142 6.58579 17.75 7 17.75H8C8.41421 17.75 8.75 17.4142 8.75 17C8.75 16.5858 8.41421 16.25 8 16.25H7ZM11 16.25C10.5858 16.25 10.25 16.5858 10.25 17C10.25 17.4142 10.5858 17.75 11 17.75H17C17.4142 17.75 17.75 17.4142 17.75 17C17.75 16.5858 17.4142 16.25 17 16.25H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-property-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 17.6C13 15.0595 15.0595 13 17.6 13C20.1405 13 22.2 15.0595 22.2 17.6C22.2 18.5077 21.9371 19.354 21.4833 20.0669L22.7077 21.2935C23.0979 21.6844 23.0974 22.3175 22.7065 22.7077C22.3156 23.0979 21.6825 23.0974 21.2923 22.7065L20.0695 21.4816C19.3561 21.9364 18.5088 22.2 17.6 22.2C15.0595 22.2 13 20.1405 13 17.6ZM17.6 15C16.1641 15 15 16.1641 15 17.6C15 19.0359 16.1641 20.2 17.6 20.2C19.0359 20.2 20.2 19.0359 20.2 17.6C20.2 16.1641 19.0359 15 17.6 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5572 1.25H11.4428H11.4428C9.25212 1.24999 7.53144 1.24998 6.18802 1.43059C4.81137 1.61568 3.71911 2.00272 2.86091 2.86091C2.00272 3.71911 1.61568 4.81137 1.43059 6.18802C1.40227 6.39867 1.38811 6.50399 1.43165 6.58807C1.45337 6.63001 1.48716 6.66865 1.52584 6.69577C1.60337 6.75012 1.7132 6.75012 1.93285 6.75012H21.0672C21.2868 6.75012 21.3966 6.75012 21.4742 6.69577C21.5128 6.66865 21.5466 6.63001 21.5683 6.58807C21.6119 6.50399 21.5977 6.39867 21.5694 6.18802C21.3843 4.81137 20.9973 3.71911 20.1391 2.86091C19.2809 2.00272 18.1886 1.61568 16.812 1.43059C15.4686 1.24998 13.7479 1.24999 11.5572 1.25H11.5572ZM21.7349 8.83105C21.7297 8.55822 21.7271 8.4218 21.6396 8.33596C21.552 8.25012 21.4144 8.25012 21.1391 8.25012H1.8609C1.5856 8.25012 1.44795 8.25012 1.36045 8.33596C1.27294 8.4218 1.27032 8.55822 1.26508 8.83105C1.24999 9.61693 1.24999 10.4849 1.25 11.4428V11.4428V11.5572V11.5572C1.24999 13.7479 1.24998 15.4686 1.43059 16.812C1.61568 18.1886 2.00272 19.2809 2.86091 20.1391C3.71911 20.9973 4.81137 21.3843 6.18802 21.5694C7.53144 21.75 9.2521 21.75 11.4428 21.75H11.5572L11.7626 21.75C12.3249 21.75 12.606 21.7499 12.6926 21.5998C12.7791 21.4496 12.6253 21.1839 12.3175 20.6525C11.7976 19.7547 11.5 18.7121 11.5 17.6C11.5 14.2311 14.2311 11.5 17.6 11.5C18.7121 11.5 19.7547 11.7976 20.6525 12.3175C21.1839 12.6253 21.4496 12.7791 21.5998 12.6926C21.7499 12.606 21.75 12.3249 21.75 11.7626L21.75 11.5572V11.4425V11.4424V11.4423V11.4422C21.75 10.4846 21.75 9.61679 21.7349 8.83105ZM6 11.25C5.58579 11.25 5.25 11.5858 5.25 12C5.25 12.4142 5.58579 12.75 6 12.75H7C7.41421 12.75 7.75 12.4142 7.75 12C7.75 11.5858 7.41421 11.25 7 11.25H6ZM10 11.25C9.58579 11.25 9.25 11.5858 9.25 12C9.25 12.4142 9.58579 12.75 10 12.75H12C12.4142 12.75 12.75 12.4142 12.75 12C12.75 11.5858 12.4142 11.25 12 11.25H10ZM6 15.25C5.58579 15.25 5.25 15.5858 5.25 16C5.25 16.4142 5.58579 16.75 6 16.75H7C7.41421 16.75 7.75 16.4142 7.75 16C7.75 15.5858 7.41421 15.25 7 15.25H6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 17.6C13 15.0595 15.0595 13 17.6 13C20.1405 13 22.2 15.0595 22.2 17.6C22.2 18.5077 21.9371 19.354 21.4833 20.0669L22.7077 21.2935C23.0979 21.6844 23.0974 22.3175 22.7065 22.7077C22.3156 23.0979 21.6825 23.0974 21.2923 22.7065L20.0695 21.4816C19.3561 21.9364 18.5088 22.2 17.6 22.2C15.0595 22.2 13 20.1405 13 17.6ZM17.6 15C16.1641 15 15 16.1641 15 17.6C15 19.0359 16.1641 20.2 17.6 20.2C19.0359 20.2 20.2 19.0359 20.2 17.6C20.2 16.1641 19.0359 15 17.6 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5572 1.25H11.4428H11.4428C9.25212 1.24999 7.53144 1.24998 6.18802 1.43059C4.81137 1.61568 3.71911 2.00272 2.86091 2.86091C2.00272 3.71911 1.61568 4.81137 1.43059 6.18802C1.40227 6.39867 1.38811 6.50399 1.43165 6.58807C1.45337 6.63001 1.48716 6.66865 1.52584 6.69577C1.60337 6.75012 1.7132 6.75012 1.93285 6.75012H21.0672C21.2868 6.75012 21.3966 6.75012 21.4742 6.69577C21.5128 6.66865 21.5466 6.63001 21.5683 6.58807C21.6119 6.50399 21.5977 6.39867 21.5694 6.18802C21.3843 4.81137 20.9973 3.71911 20.1391 2.86091C19.2809 2.00272 18.1886 1.61568 16.812 1.43059C15.4686 1.24998 13.7479 1.24999 11.5572 1.25H11.5572ZM21.7349 8.83105C21.7297 8.55822 21.7271 8.4218 21.6396 8.33596C21.552 8.25012 21.4144 8.25012 21.1391 8.25012H1.8609C1.5856 8.25012 1.44795 8.25012 1.36045 8.33596C1.27294 8.4218 1.27032 8.55822 1.26508 8.83105C1.24999 9.61693 1.24999 10.4849 1.25 11.4428V11.4428V11.5572V11.5572C1.24999 13.7479 1.24998 15.4686 1.43059 16.812C1.61568 18.1886 2.00272 19.2809 2.86091 20.1391C3.71911 20.9973 4.81137 21.3843 6.18802 21.5694C7.53144 21.75 9.2521 21.75 11.4428 21.75H11.5572L11.7626 21.75C12.3249 21.75 12.606 21.7499 12.6926 21.5998C12.7791 21.4496 12.6253 21.1839 12.3175 20.6525C11.7976 19.7547 11.5 18.7121 11.5 17.6C11.5 14.2311 14.2311 11.5 17.6 11.5C18.7121 11.5 19.7547 11.7976 20.6525 12.3175C21.1839 12.6253 21.4496 12.7791 21.5998 12.6926C21.7499 12.606 21.75 12.3249 21.75 11.7626L21.75 11.5572V11.4425V11.4424V11.4423V11.4422C21.75 10.4846 21.75 9.61679 21.7349 8.83105ZM6 11.25C5.58579 11.25 5.25 11.5858 5.25 12C5.25 12.4142 5.58579 12.75 6 12.75H7C7.41421 12.75 7.75 12.4142 7.75 12C7.75 11.5858 7.41421 11.25 7 11.25H6ZM10 11.25C9.58579 11.25 9.25 11.5858 9.25 12C9.25 12.4142 9.58579 12.75 10 12.75H12C12.4142 12.75 12.75 12.4142 12.75 12C12.75 11.5858 12.4142 11.25 12 11.25H10ZM6 15.25C5.58579 15.25 5.25 15.5858 5.25 16C5.25 16.4142 5.58579 16.75 6 16.75H7C7.41421 16.75 7.75 16.4142 7.75 16C7.75 15.5858 7.41421 15.25 7 15.25H6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-property-view{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 14.25C15.6017 14.25 14.4205 14.8652 13.5294 15.5609C12.6368 16.2578 11.9522 17.1169 11.5879 17.6278C11.4661 17.7948 11.25 18.0914 11.25 18.5C11.25 18.9086 11.4661 19.2052 11.5879 19.3722C11.9522 19.8831 12.6368 20.7422 13.5294 21.4391C14.4205 22.1348 15.6017 22.75 17 22.75C18.3983 22.75 19.5795 22.1348 20.4706 21.4391C21.3632 20.7422 22.0478 19.8831 22.4121 19.3722C22.5339 19.2052 22.75 18.9086 22.75 18.5C22.75 18.0914 22.5339 17.7948 22.4121 17.6278C22.0478 17.1169 21.3632 16.2578 20.4706 15.5609C19.5795 14.8652 18.3983 14.25 17 14.25ZM16.9933 17C16.1686 17 15.5 17.6716 15.5 18.5C15.5 19.3284 16.1686 20 16.9933 20H17.0067C17.8314 20 18.5 19.3284 18.5 18.5C18.5 17.6716 17.8314 17 17.0067 17H16.9933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5572 1.25H11.4428C9.25213 1.24999 7.53144 1.24998 6.18802 1.43059C4.81137 1.61568 3.71911 2.00272 2.86091 2.86091C2.00272 3.71911 1.61568 4.81137 1.43059 6.18802C1.40227 6.39867 1.38811 6.50399 1.43165 6.58807C1.45337 6.63001 1.48716 6.66865 1.52584 6.69577C1.60337 6.75012 1.7132 6.75012 1.93285 6.75012H21.0672C21.2868 6.75012 21.3966 6.75012 21.4742 6.69577C21.5128 6.66865 21.5466 6.63001 21.5683 6.58807C21.6119 6.50399 21.5977 6.39867 21.5694 6.18802C21.3843 4.81137 20.9973 3.71911 20.1391 2.86091C19.2809 2.00272 18.1886 1.61568 16.812 1.43059C15.4686 1.24998 13.7479 1.24999 11.5572 1.25ZM21.7349 8.83105C21.7297 8.55822 21.7271 8.4218 21.6396 8.33596C21.552 8.25012 21.4144 8.25012 21.1391 8.25012H1.8609C1.5856 8.25012 1.44795 8.25012 1.36045 8.33596C1.27294 8.4218 1.27032 8.55822 1.26508 8.83105C1.24999 9.61692 1.24999 10.485 1.25 11.4428V11.4428V11.5572C1.24999 13.7479 1.24998 15.4686 1.43059 16.812C1.61568 18.1886 2.00272 19.2809 2.86091 20.1391C3.71911 20.9973 4.81137 21.3843 6.18802 21.5694C7.22844 21.7093 8.60867 21.7408 10.1959 21.7479C10.7993 21.7506 11.1009 21.752 11.1837 21.5833C11.2665 21.4147 11.073 21.1667 10.6859 20.6707C10.5646 20.5153 10.4596 20.3733 10.3718 20.2504L10.3601 20.2345C10.2174 20.0405 9.75 19.4052 9.75 18.5C9.75 17.5948 10.2174 16.9595 10.3601 16.7655L10.3718 16.7497C10.7793 16.1791 11.5585 15.1966 12.6063 14.3785C13.6502 13.5636 15.1495 12.75 17 12.75C18.8505 12.75 20.3498 13.5636 21.3937 14.3785C21.5286 14.4839 21.7304 14.3936 21.7339 14.2224C21.75 13.4226 21.75 12.537 21.75 11.5575V11.5574V11.5573V11.5572V11.4425V11.4424V11.4423V11.4422C21.75 10.4847 21.75 9.61676 21.7349 8.83105ZM6 11.25C5.58579 11.25 5.25 11.5858 5.25 12C5.25 12.4142 5.58579 12.75 6 12.75H7C7.41421 12.75 7.75 12.4142 7.75 12C7.75 11.5858 7.41421 11.25 7 11.25H6ZM10 11.25C9.58579 11.25 9.25 11.5858 9.25 12C9.25 12.4142 9.58579 12.75 10 12.75H14C14.4142 12.75 14.75 12.4142 14.75 12C14.75 11.5858 14.4142 11.25 14 11.25H10ZM6 15.25C5.58579 15.25 5.25 15.5858 5.25 16C5.25 16.4142 5.58579 16.75 6 16.75H7C7.41421 16.75 7.75 16.4142 7.75 16C7.75 15.5858 7.41421 15.25 7 15.25H6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 14.25C15.6017 14.25 14.4205 14.8652 13.5294 15.5609C12.6368 16.2578 11.9522 17.1169 11.5879 17.6278C11.4661 17.7948 11.25 18.0914 11.25 18.5C11.25 18.9086 11.4661 19.2052 11.5879 19.3722C11.9522 19.8831 12.6368 20.7422 13.5294 21.4391C14.4205 22.1348 15.6017 22.75 17 22.75C18.3983 22.75 19.5795 22.1348 20.4706 21.4391C21.3632 20.7422 22.0478 19.8831 22.4121 19.3722C22.5339 19.2052 22.75 18.9086 22.75 18.5C22.75 18.0914 22.5339 17.7948 22.4121 17.6278C22.0478 17.1169 21.3632 16.2578 20.4706 15.5609C19.5795 14.8652 18.3983 14.25 17 14.25ZM16.9933 17C16.1686 17 15.5 17.6716 15.5 18.5C15.5 19.3284 16.1686 20 16.9933 20H17.0067C17.8314 20 18.5 19.3284 18.5 18.5C18.5 17.6716 17.8314 17 17.0067 17H16.9933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5572 1.25H11.4428C9.25213 1.24999 7.53144 1.24998 6.18802 1.43059C4.81137 1.61568 3.71911 2.00272 2.86091 2.86091C2.00272 3.71911 1.61568 4.81137 1.43059 6.18802C1.40227 6.39867 1.38811 6.50399 1.43165 6.58807C1.45337 6.63001 1.48716 6.66865 1.52584 6.69577C1.60337 6.75012 1.7132 6.75012 1.93285 6.75012H21.0672C21.2868 6.75012 21.3966 6.75012 21.4742 6.69577C21.5128 6.66865 21.5466 6.63001 21.5683 6.58807C21.6119 6.50399 21.5977 6.39867 21.5694 6.18802C21.3843 4.81137 20.9973 3.71911 20.1391 2.86091C19.2809 2.00272 18.1886 1.61568 16.812 1.43059C15.4686 1.24998 13.7479 1.24999 11.5572 1.25ZM21.7349 8.83105C21.7297 8.55822 21.7271 8.4218 21.6396 8.33596C21.552 8.25012 21.4144 8.25012 21.1391 8.25012H1.8609C1.5856 8.25012 1.44795 8.25012 1.36045 8.33596C1.27294 8.4218 1.27032 8.55822 1.26508 8.83105C1.24999 9.61692 1.24999 10.485 1.25 11.4428V11.4428V11.5572C1.24999 13.7479 1.24998 15.4686 1.43059 16.812C1.61568 18.1886 2.00272 19.2809 2.86091 20.1391C3.71911 20.9973 4.81137 21.3843 6.18802 21.5694C7.22844 21.7093 8.60867 21.7408 10.1959 21.7479C10.7993 21.7506 11.1009 21.752 11.1837 21.5833C11.2665 21.4147 11.073 21.1667 10.6859 20.6707C10.5646 20.5153 10.4596 20.3733 10.3718 20.2504L10.3601 20.2345C10.2174 20.0405 9.75 19.4052 9.75 18.5C9.75 17.5948 10.2174 16.9595 10.3601 16.7655L10.3718 16.7497C10.7793 16.1791 11.5585 15.1966 12.6063 14.3785C13.6502 13.5636 15.1495 12.75 17 12.75C18.8505 12.75 20.3498 13.5636 21.3937 14.3785C21.5286 14.4839 21.7304 14.3936 21.7339 14.2224C21.75 13.4226 21.75 12.537 21.75 11.5575V11.5574V11.5573V11.5572V11.4425V11.4424V11.4423V11.4422C21.75 10.4847 21.75 9.61676 21.7349 8.83105ZM6 11.25C5.58579 11.25 5.25 11.5858 5.25 12C5.25 12.4142 5.58579 12.75 6 12.75H7C7.41421 12.75 7.75 12.4142 7.75 12C7.75 11.5858 7.41421 11.25 7 11.25H6ZM10 11.25C9.58579 11.25 9.25 11.5858 9.25 12C9.25 12.4142 9.58579 12.75 10 12.75H14C14.4142 12.75 14.75 12.4142 14.75 12C14.75 11.5858 14.4142 11.25 14 11.25H10ZM6 15.25C5.58579 15.25 5.25 15.5858 5.25 16C5.25 16.4142 5.58579 16.75 6 16.75H7C7.41421 16.75 7.75 16.4142 7.75 16C7.75 15.5858 7.41421 15.25 7 15.25H6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-repository{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9282 1.25H12.0718C14.0791 1.24998 15.684 1.24996 16.9433 1.41797C18.245 1.59164 19.3228 1.96059 20.1769 2.8082C21.032 3.65675 21.4051 4.7291 21.5806 6.02403C21.75 7.27506 21.75 8.86879 21.75 10.8596V11.0048C21.75 12.9956 21.75 14.5893 21.5806 15.8404C21.4051 17.1353 21.032 18.2076 20.1769 19.0562C19.5994 19.6293 18.9138 19.9885 18.114 20.2134C17.5956 20.3591 17.0572 20.0572 16.9114 19.5392C16.7656 19.0212 17.0676 18.4832 17.586 18.3375C18.1299 18.1846 18.5036 17.9705 18.8029 17.6734C19.2329 17.2467 19.5024 16.6552 19.6482 15.5789C19.7979 14.4738 19.8 13.0124 19.8 10.9322C19.8 8.852 19.7979 7.39056 19.6482 6.28548C19.5024 5.20915 19.2329 4.61765 18.8029 4.19096C18.372 3.76333 17.7732 3.49467 16.6853 3.34953C15.57 3.20073 14.0957 3.19869 12 3.19869C9.90434 3.19869 8.43 3.20073 7.31475 3.34953C6.22684 3.49467 5.628 3.76333 5.19708 4.19096C4.7671 4.61765 4.49765 5.20915 4.35182 6.28548C4.2021 7.39056 4.2 8.852 4.2 10.9322C4.2 13.0124 4.2021 14.4738 4.35182 15.5789C4.49765 16.6552 4.7671 17.2467 5.19708 17.6734C5.49643 17.9705 5.87009 18.1846 6.414 18.3375C6.93236 18.4832 7.23438 19.0212 7.08858 19.5392C6.94278 20.0572 6.40437 20.3591 5.886 20.2134C5.08622 19.9885 4.40062 19.6293 3.82306 19.0562C2.96797 18.2076 2.59489 17.1353 2.41945 15.8404C2.24996 14.5893 2.24998 12.9956 2.25 11.0048V10.8596C2.24998 8.86879 2.24996 7.27507 2.41945 6.02403C2.59489 4.7291 2.96797 3.65675 3.82306 2.8082C4.67721 1.96059 5.75504 1.59164 7.0567 1.41797C8.31602 1.24996 9.92087 1.24998 11.9282 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9475 13.25L12 13.25L12.0525 13.25C12.7146 13.25 13.2912 13.2499 13.7541 13.3174C14.2573 13.3907 14.7328 13.5567 15.1119 13.9675C15.483 14.3698 15.6254 14.8597 15.6894 15.3752C15.7501 15.8642 15.75 16.478 15.75 17.2041L15.75 20.4214V20.4214C15.7501 20.8498 15.7501 21.2392 15.7135 21.5385C15.6795 21.8169 15.5884 22.2936 15.1538 22.569C15.077 22.6177 14.9947 22.658 14.9082 22.6889C14.3912 22.8732 13.957 22.6041 13.7336 22.4413C13.4965 22.2684 12.4628 21.3185 12.1699 21.0378C12.0928 20.9814 12 20.9428 12 20.9428C11.9766 20.9522 11.9073 20.9814 11.8301 21.0378C11.5372 21.3185 10.5035 22.2684 10.2664 22.4413C10.043 22.6041 9.60878 22.8732 9.09187 22.6889C9.00529 22.658 8.92299 22.6177 8.84622 22.569C8.41159 22.2936 8.32051 21.8169 8.2865 21.5385C8.24992 21.2392 8.24996 20.8498 8.25 20.4214L8.25001 17.2041C8.24998 16.478 8.24995 15.8642 8.31063 15.3752C8.37457 14.8597 8.51698 14.3698 8.88815 13.9675C9.26724 13.5567 9.74274 13.3907 10.246 13.3174C10.7088 13.2499 11.2854 13.25 11.9475 13.25L11.9475 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 10C7 9.44772 7.44772 9 8 9H16C16.5523 9 17 9.44772 17 10C17 10.5523 16.5523 11 16 11H8C7.44772 11 7 10.5523 7 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 6C7 5.44772 7.44772 5 8 5L12 5C12.5523 5 13 5.44772 13 6C13 6.55228 12.5523 7 12 7L8 7C7.44772 7 7 6.55228 7 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9282 1.25H12.0718C14.0791 1.24998 15.684 1.24996 16.9433 1.41797C18.245 1.59164 19.3228 1.96059 20.1769 2.8082C21.032 3.65675 21.4051 4.7291 21.5806 6.02403C21.75 7.27506 21.75 8.86879 21.75 10.8596V11.0048C21.75 12.9956 21.75 14.5893 21.5806 15.8404C21.4051 17.1353 21.032 18.2076 20.1769 19.0562C19.5994 19.6293 18.9138 19.9885 18.114 20.2134C17.5956 20.3591 17.0572 20.0572 16.9114 19.5392C16.7656 19.0212 17.0676 18.4832 17.586 18.3375C18.1299 18.1846 18.5036 17.9705 18.8029 17.6734C19.2329 17.2467 19.5024 16.6552 19.6482 15.5789C19.7979 14.4738 19.8 13.0124 19.8 10.9322C19.8 8.852 19.7979 7.39056 19.6482 6.28548C19.5024 5.20915 19.2329 4.61765 18.8029 4.19096C18.372 3.76333 17.7732 3.49467 16.6853 3.34953C15.57 3.20073 14.0957 3.19869 12 3.19869C9.90434 3.19869 8.43 3.20073 7.31475 3.34953C6.22684 3.49467 5.628 3.76333 5.19708 4.19096C4.7671 4.61765 4.49765 5.20915 4.35182 6.28548C4.2021 7.39056 4.2 8.852 4.2 10.9322C4.2 13.0124 4.2021 14.4738 4.35182 15.5789C4.49765 16.6552 4.7671 17.2467 5.19708 17.6734C5.49643 17.9705 5.87009 18.1846 6.414 18.3375C6.93236 18.4832 7.23438 19.0212 7.08858 19.5392C6.94278 20.0572 6.40437 20.3591 5.886 20.2134C5.08622 19.9885 4.40062 19.6293 3.82306 19.0562C2.96797 18.2076 2.59489 17.1353 2.41945 15.8404C2.24996 14.5893 2.24998 12.9956 2.25 11.0048V10.8596C2.24998 8.86879 2.24996 7.27507 2.41945 6.02403C2.59489 4.7291 2.96797 3.65675 3.82306 2.8082C4.67721 1.96059 5.75504 1.59164 7.0567 1.41797C8.31602 1.24996 9.92087 1.24998 11.9282 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9475 13.25L12 13.25L12.0525 13.25C12.7146 13.25 13.2912 13.2499 13.7541 13.3174C14.2573 13.3907 14.7328 13.5567 15.1119 13.9675C15.483 14.3698 15.6254 14.8597 15.6894 15.3752C15.7501 15.8642 15.75 16.478 15.75 17.2041L15.75 20.4214V20.4214C15.7501 20.8498 15.7501 21.2392 15.7135 21.5385C15.6795 21.8169 15.5884 22.2936 15.1538 22.569C15.077 22.6177 14.9947 22.658 14.9082 22.6889C14.3912 22.8732 13.957 22.6041 13.7336 22.4413C13.4965 22.2684 12.4628 21.3185 12.1699 21.0378C12.0928 20.9814 12 20.9428 12 20.9428C11.9766 20.9522 11.9073 20.9814 11.8301 21.0378C11.5372 21.3185 10.5035 22.2684 10.2664 22.4413C10.043 22.6041 9.60878 22.8732 9.09187 22.6889C9.00529 22.658 8.92299 22.6177 8.84622 22.569C8.41159 22.2936 8.32051 21.8169 8.2865 21.5385C8.24992 21.2392 8.24996 20.8498 8.25 20.4214L8.25001 17.2041C8.24998 16.478 8.24995 15.8642 8.31063 15.3752C8.37457 14.8597 8.51698 14.3698 8.88815 13.9675C9.26724 13.5567 9.74274 13.3907 10.246 13.3174C10.7088 13.2499 11.2854 13.25 11.9475 13.25L11.9475 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 10C7 9.44772 7.44772 9 8 9H16C16.5523 9 17 9.44772 17 10C17 10.5523 16.5523 11 16 11H8C7.44772 11 7 10.5523 7 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 6C7 5.44772 7.44772 5 8 5L12 5C12.5523 5 13 5.44772 13 6C13 6.55228 12.5523 7 12 7L8 7C7.44772 7 7 6.55228 7 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-sidebar-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.3379 21.6621C10.25 21.5743 10.25 21.433 10.25 21.1505L10.25 2.84954C10.25 2.56701 10.25 2.42574 10.3379 2.33788C10.4257 2.25001 10.5669 2.25001 10.8493 2.25H10.9547H13.0453C14.8818 2.24999 16.3214 2.24999 17.4635 2.37373C18.6291 2.50001 19.5734 2.76232 20.3798 3.34815C20.8679 3.70281 21.2972 4.13209 21.6518 4.62024C22.2377 5.42656 22.5 6.37094 22.6263 7.53648C22.75 8.67859 22.75 10.1182 22.75 11.9547V12.0453C22.75 13.8818 22.75 15.3214 22.6263 16.4635C22.5 17.6291 22.2377 18.5734 21.6518 19.3798C21.2972 19.8679 20.8679 20.2972 20.3798 20.6518C19.5734 21.2377 18.6291 21.5 17.4635 21.6263C16.3214 21.75 14.8818 21.75 13.0453 21.75H10.9546H10.8493C10.5669 21.75 10.4257 21.75 10.3379 21.6621ZM8.65898 2.34985C8.75 2.43822 8.75 2.58221 8.75 2.87018L8.75 21.1298C8.75 21.4177 8.75 21.5617 8.65898 21.6501C8.56796 21.7385 8.42547 21.7343 8.14051 21.7258C7.54843 21.7084 7.01621 21.6782 6.53648 21.6262C5.37094 21.5 4.42656 21.2376 3.62024 20.6518C3.13209 20.2972 2.70281 19.8679 2.34815 19.3797C1.76232 18.5734 1.50001 17.629 1.37373 16.4635C1.24999 15.3214 1.24999 13.8817 1.25 12.0452V11.9547C1.24999 10.1182 1.24999 8.67858 1.37373 7.53644C1.50001 6.3709 1.76232 5.42653 2.34815 4.6202C2.70281 4.13206 3.13209 3.70278 3.62024 3.34812C4.42656 2.76229 5.37094 2.49997 6.53648 2.37369C7.01621 2.32172 7.54843 2.29157 8.1405 2.27409C8.42547 2.26568 8.56796 2.26147 8.65898 2.34985ZM4.25 6.25C3.83579 6.25 3.5 6.58579 3.5 7C3.5 7.41421 3.83579 7.75 4.25 7.75H5.75C6.16421 7.75 6.5 7.41421 6.5 7C6.5 6.58579 6.16421 6.25 5.75 6.25H4.25ZM3.5 11C3.5 10.5858 3.83579 10.25 4.25 10.25H5.75C6.16421 10.25 6.5 10.5858 6.5 11C6.5 11.4142 6.16421 11.75 5.75 11.75H4.25C3.83579 11.75 3.5 11.4142 3.5 11ZM18.1529 10.7575C18.5712 10.3969 18.618 9.76547 18.2575 9.34714C17.8969 8.9288 17.2655 8.88198 16.8471 9.24255L15.5835 10.3317C15.3585 10.5255 15.1194 10.7314 14.9446 10.9289C14.7469 11.1522 14.5 11.5066 14.5 12C14.5 12.4934 14.7469 12.8478 14.9446 13.0711C15.1194 13.2686 15.3585 13.4746 15.5835 13.6684L16.8471 14.7575C17.2655 15.1181 17.8969 15.0712 18.2575 14.6529C18.618 14.2346 18.5712 13.6031 18.1529 13.2426L16.7124 12L18.1529 10.7575Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.3379 21.6621C10.25 21.5743 10.25 21.433 10.25 21.1505L10.25 2.84954C10.25 2.56701 10.25 2.42574 10.3379 2.33788C10.4257 2.25001 10.5669 2.25001 10.8493 2.25H10.9547H13.0453C14.8818 2.24999 16.3214 2.24999 17.4635 2.37373C18.6291 2.50001 19.5734 2.76232 20.3798 3.34815C20.8679 3.70281 21.2972 4.13209 21.6518 4.62024C22.2377 5.42656 22.5 6.37094 22.6263 7.53648C22.75 8.67859 22.75 10.1182 22.75 11.9547V12.0453C22.75 13.8818 22.75 15.3214 22.6263 16.4635C22.5 17.6291 22.2377 18.5734 21.6518 19.3798C21.2972 19.8679 20.8679 20.2972 20.3798 20.6518C19.5734 21.2377 18.6291 21.5 17.4635 21.6263C16.3214 21.75 14.8818 21.75 13.0453 21.75H10.9546H10.8493C10.5669 21.75 10.4257 21.75 10.3379 21.6621ZM8.65898 2.34985C8.75 2.43822 8.75 2.58221 8.75 2.87018L8.75 21.1298C8.75 21.4177 8.75 21.5617 8.65898 21.6501C8.56796 21.7385 8.42547 21.7343 8.14051 21.7258C7.54843 21.7084 7.01621 21.6782 6.53648 21.6262C5.37094 21.5 4.42656 21.2376 3.62024 20.6518C3.13209 20.2972 2.70281 19.8679 2.34815 19.3797C1.76232 18.5734 1.50001 17.629 1.37373 16.4635C1.24999 15.3214 1.24999 13.8817 1.25 12.0452V11.9547C1.24999 10.1182 1.24999 8.67858 1.37373 7.53644C1.50001 6.3709 1.76232 5.42653 2.34815 4.6202C2.70281 4.13206 3.13209 3.70278 3.62024 3.34812C4.42656 2.76229 5.37094 2.49997 6.53648 2.37369C7.01621 2.32172 7.54843 2.29157 8.1405 2.27409C8.42547 2.26568 8.56796 2.26147 8.65898 2.34985ZM4.25 6.25C3.83579 6.25 3.5 6.58579 3.5 7C3.5 7.41421 3.83579 7.75 4.25 7.75H5.75C6.16421 7.75 6.5 7.41421 6.5 7C6.5 6.58579 6.16421 6.25 5.75 6.25H4.25ZM3.5 11C3.5 10.5858 3.83579 10.25 4.25 10.25H5.75C6.16421 10.25 6.5 10.5858 6.5 11C6.5 11.4142 6.16421 11.75 5.75 11.75H4.25C3.83579 11.75 3.5 11.4142 3.5 11ZM18.1529 10.7575C18.5712 10.3969 18.618 9.76547 18.2575 9.34714C17.8969 8.9288 17.2655 8.88198 16.8471 9.24255L15.5835 10.3317C15.3585 10.5255 15.1194 10.7314 14.9446 10.9289C14.7469 11.1522 14.5 11.5066 14.5 12C14.5 12.4934 14.7469 12.8478 14.9446 13.0711C15.1194 13.2686 15.3585 13.4746 15.5835 13.6684L16.8471 14.7575C17.2655 15.1181 17.8969 15.0712 18.2575 14.6529C18.618 14.2346 18.5712 13.6031 18.1529 13.2426L16.7124 12L18.1529 10.7575Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-sidebar-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6621 21.6621C13.75 21.5743 13.75 21.433 13.75 21.1505L13.75 2.84954C13.75 2.56701 13.75 2.42574 13.6621 2.33788C13.5743 2.25001 13.4331 2.25001 13.1507 2.25H13.0453H10.9547C9.11821 2.24999 7.67861 2.24999 6.53648 2.37373C5.37094 2.50001 4.42656 2.76232 3.62024 3.34815C3.1321 3.70281 2.70281 4.13209 2.34816 4.62024C1.76233 5.42656 1.50001 6.37094 1.37373 7.53648C1.24999 8.67859 1.25 10.1182 1.25001 11.9547V12.0453C1.25 13.8818 1.24999 15.3214 1.37373 16.4635C1.50001 17.6291 1.76233 18.5734 2.34816 19.3798C2.70281 19.8679 3.1321 20.2972 3.62024 20.6518C4.42656 21.2377 5.37094 21.5 6.53648 21.6263C7.6786 21.75 9.11825 21.75 10.9547 21.75H13.0454H13.1507C13.4331 21.75 13.5743 21.75 13.6621 21.6621ZM15.341 2.34985C15.25 2.43822 15.25 2.58221 15.25 2.87018L15.25 21.1298C15.25 21.4177 15.25 21.5617 15.341 21.6501C15.432 21.7385 15.5745 21.7343 15.8595 21.7258C16.4516 21.7084 16.9838 21.6782 17.4635 21.6262C18.6291 21.5 19.5734 21.2376 20.3798 20.6518C20.8679 20.2972 21.2972 19.8679 21.6518 19.3797C22.2377 18.5734 22.5 17.629 22.6263 16.4635C22.75 15.3214 22.75 13.8817 22.75 12.0452V11.9547C22.75 10.1182 22.75 8.67858 22.6263 7.53644C22.5 6.3709 22.2377 5.42653 21.6518 4.6202C21.2972 4.13206 20.8679 3.70278 20.3798 3.34812C19.5734 2.76229 18.6291 2.49997 17.4635 2.37369C16.9838 2.32172 16.4516 2.29157 15.8595 2.27409C15.5745 2.26568 15.432 2.26147 15.341 2.34985ZM19.75 6.25C20.1642 6.25 20.5 6.58579 20.5 7C20.5 7.41421 20.1642 7.75 19.75 7.75H18.25C17.8358 7.75 17.5 7.41421 17.5 7C17.5 6.58579 17.8358 6.25 18.25 6.25H19.75ZM20.5 11C20.5 10.5858 20.1642 10.25 19.75 10.25H18.25C17.8358 10.25 17.5 10.5858 17.5 11C17.5 11.4142 17.8358 11.75 18.25 11.75H19.75C20.1642 11.75 20.5 11.4142 20.5 11ZM5.84712 10.7575C5.42879 10.3969 5.38196 9.76547 5.74254 9.34714C6.10311 8.9288 6.73454 8.88198 7.15288 9.24255L8.41646 10.3317C8.64149 10.5255 8.88059 10.7314 9.05542 10.9289C9.25309 11.1522 9.5 11.5066 9.5 12C9.5 12.4934 9.25309 12.8478 9.05542 13.0711C8.88059 13.2686 8.6415 13.4746 8.41646 13.6684L7.15288 14.7575C6.73454 15.1181 6.10311 15.0712 5.74254 14.6529C5.38196 14.2346 5.42879 13.6031 5.84712 13.2426L7.28758 12L5.84712 10.7575Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.6621 21.6621C13.75 21.5743 13.75 21.433 13.75 21.1505L13.75 2.84954C13.75 2.56701 13.75 2.42574 13.6621 2.33788C13.5743 2.25001 13.4331 2.25001 13.1507 2.25H13.0453H10.9547C9.11821 2.24999 7.67861 2.24999 6.53648 2.37373C5.37094 2.50001 4.42656 2.76232 3.62024 3.34815C3.1321 3.70281 2.70281 4.13209 2.34816 4.62024C1.76233 5.42656 1.50001 6.37094 1.37373 7.53648C1.24999 8.67859 1.25 10.1182 1.25001 11.9547V12.0453C1.25 13.8818 1.24999 15.3214 1.37373 16.4635C1.50001 17.6291 1.76233 18.5734 2.34816 19.3798C2.70281 19.8679 3.1321 20.2972 3.62024 20.6518C4.42656 21.2377 5.37094 21.5 6.53648 21.6263C7.6786 21.75 9.11825 21.75 10.9547 21.75H13.0454H13.1507C13.4331 21.75 13.5743 21.75 13.6621 21.6621ZM15.341 2.34985C15.25 2.43822 15.25 2.58221 15.25 2.87018L15.25 21.1298C15.25 21.4177 15.25 21.5617 15.341 21.6501C15.432 21.7385 15.5745 21.7343 15.8595 21.7258C16.4516 21.7084 16.9838 21.6782 17.4635 21.6262C18.6291 21.5 19.5734 21.2376 20.3798 20.6518C20.8679 20.2972 21.2972 19.8679 21.6518 19.3797C22.2377 18.5734 22.5 17.629 22.6263 16.4635C22.75 15.3214 22.75 13.8817 22.75 12.0452V11.9547C22.75 10.1182 22.75 8.67858 22.6263 7.53644C22.5 6.3709 22.2377 5.42653 21.6518 4.6202C21.2972 4.13206 20.8679 3.70278 20.3798 3.34812C19.5734 2.76229 18.6291 2.49997 17.4635 2.37369C16.9838 2.32172 16.4516 2.29157 15.8595 2.27409C15.5745 2.26568 15.432 2.26147 15.341 2.34985ZM19.75 6.25C20.1642 6.25 20.5 6.58579 20.5 7C20.5 7.41421 20.1642 7.75 19.75 7.75H18.25C17.8358 7.75 17.5 7.41421 17.5 7C17.5 6.58579 17.8358 6.25 18.25 6.25H19.75ZM20.5 11C20.5 10.5858 20.1642 10.25 19.75 10.25H18.25C17.8358 10.25 17.5 10.5858 17.5 11C17.5 11.4142 17.8358 11.75 18.25 11.75H19.75C20.1642 11.75 20.5 11.4142 20.5 11ZM5.84712 10.7575C5.42879 10.3969 5.38196 9.76547 5.74254 9.34714C6.10311 8.9288 6.73454 8.88198 7.15288 9.24255L8.41646 10.3317C8.64149 10.5255 8.88059 10.7314 9.05542 10.9289C9.25309 11.1522 9.5 11.5066 9.5 12C9.5 12.4934 9.25309 12.8478 9.05542 13.0711C8.88059 13.2686 8.6415 13.4746 8.41646 13.6684L7.15288 14.7575C6.73454 15.1181 6.10311 15.0712 5.74254 14.6529C5.38196 14.2346 5.42879 13.6031 5.84712 13.2426L7.28758 12L5.84712 10.7575Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-software-license{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H11.9428C9.75213 1.74999 8.03144 1.74998 6.68803 1.93059C5.31137 2.11568 4.21911 2.50272 3.36092 3.36091C2.50272 4.21911 2.11568 5.31137 1.9306 6.68802C1.89118 6.98118 1.86037 7.29229 1.83628 7.62234C1.81506 7.91313 1.80445 8.05853 1.89345 8.15427C1.98245 8.25 2.13094 8.25 2.42793 8.25H21.5721C21.8691 8.25 22.0176 8.25 22.1066 8.15427C22.1956 8.05853 22.1849 7.91313 22.1637 7.62234C22.1396 7.29229 22.1088 6.98118 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM22.2469 10.3424C22.2452 10.0638 22.2444 9.92444 22.1566 9.83722C22.0689 9.75 21.9289 9.75 21.649 9.75H2.35096C2.07108 9.75 1.93114 9.75 1.84339 9.83722C1.75563 9.92444 1.75478 10.0638 1.75307 10.3424C1.74999 10.8457 1.75 11.3786 1.75 11.9427V11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428C22.25 11.3787 22.25 10.8458 22.2469 10.3424ZM6 5C6 4.44772 6.44571 4 6.99553 4H7.00447C7.55429 4 8 4.44772 8 5C8 5.55228 7.55429 6 7.00447 6H6.99553C6.44571 6 6 5.55228 6 5ZM10.9955 4C10.4457 4 10 4.44772 10 5C10 5.55228 10.4457 6 10.9955 6H11.0045C11.5543 6 12 5.55228 12 5C12 4.44772 11.5543 4 11.0045 4H10.9955ZM7.4319 13.5104C7.16147 13.8241 7.19659 14.2977 7.51034 14.5681L8.73688 15.6253C8.93658 15.7974 9.06848 15.9123 9.15913 16C9.06848 16.0878 8.93658 16.2026 8.73688 16.3747L7.51034 17.4319C7.19659 17.7023 7.16147 18.1759 7.4319 18.4897C7.70233 18.8034 8.17591 18.8385 8.48966 18.5681L9.7162 17.5109L9.74757 17.4839L9.74758 17.4839C9.97804 17.2853 10.2051 17.0898 10.3682 16.9054C10.5487 16.7015 10.75 16.4046 10.75 16C10.75 15.5954 10.5487 15.2985 10.3682 15.0946C10.205 14.9103 9.97803 14.7147 9.74757 14.5161L9.74757 14.5161L9.7162 14.4891L8.48966 13.4319C8.17591 13.1615 7.70233 13.1966 7.4319 13.5104ZM12 17.25C11.5858 17.25 11.25 17.5858 11.25 18C11.25 18.4142 11.5858 18.75 12 18.75H16C16.4142 18.75 16.75 18.4142 16.75 18C16.75 17.5858 16.4142 17.25 16 17.25H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H11.9428C9.75213 1.74999 8.03144 1.74998 6.68803 1.93059C5.31137 2.11568 4.21911 2.50272 3.36092 3.36091C2.50272 4.21911 2.11568 5.31137 1.9306 6.68802C1.89118 6.98118 1.86037 7.29229 1.83628 7.62234C1.81506 7.91313 1.80445 8.05853 1.89345 8.15427C1.98245 8.25 2.13094 8.25 2.42793 8.25H21.5721C21.8691 8.25 22.0176 8.25 22.1066 8.15427C22.1956 8.05853 22.1849 7.91313 22.1637 7.62234C22.1396 7.29229 22.1088 6.98118 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM22.2469 10.3424C22.2452 10.0638 22.2444 9.92444 22.1566 9.83722C22.0689 9.75 21.9289 9.75 21.649 9.75H2.35096C2.07108 9.75 1.93114 9.75 1.84339 9.83722C1.75563 9.92444 1.75478 10.0638 1.75307 10.3424C1.74999 10.8457 1.75 11.3786 1.75 11.9427V11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428C22.25 11.3787 22.25 10.8458 22.2469 10.3424ZM6 5C6 4.44772 6.44571 4 6.99553 4H7.00447C7.55429 4 8 4.44772 8 5C8 5.55228 7.55429 6 7.00447 6H6.99553C6.44571 6 6 5.55228 6 5ZM10.9955 4C10.4457 4 10 4.44772 10 5C10 5.55228 10.4457 6 10.9955 6H11.0045C11.5543 6 12 5.55228 12 5C12 4.44772 11.5543 4 11.0045 4H10.9955ZM7.4319 13.5104C7.16147 13.8241 7.19659 14.2977 7.51034 14.5681L8.73688 15.6253C8.93658 15.7974 9.06848 15.9123 9.15913 16C9.06848 16.0878 8.93658 16.2026 8.73688 16.3747L7.51034 17.4319C7.19659 17.7023 7.16147 18.1759 7.4319 18.4897C7.70233 18.8034 8.17591 18.8385 8.48966 18.5681L9.7162 17.5109L9.74757 17.4839L9.74758 17.4839C9.97804 17.2853 10.2051 17.0898 10.3682 16.9054C10.5487 16.7015 10.75 16.4046 10.75 16C10.75 15.5954 10.5487 15.2985 10.3682 15.0946C10.205 14.9103 9.97803 14.7147 9.74757 14.5161L9.74757 14.5161L9.7162 14.4891L8.48966 13.4319C8.17591 13.1615 7.70233 13.1966 7.4319 13.5104ZM12 17.25C11.5858 17.25 11.25 17.5858 11.25 18C11.25 18.4142 11.5858 18.75 12 18.75H16C16.4142 18.75 16.75 18.4142 16.75 18C16.75 17.5858 16.4142 17.25 16 17.25H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-software-uninstall{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.375 9.875C9.375 10.9796 10.2704 11.875 11.375 11.875C12.4796 11.875 13.375 10.9796 13.375 9.875C13.375 8.77043 12.4796 7.875 11.375 7.875C10.2704 7.875 9.375 8.77043 9.375 9.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.625 9.82498C2.625 5.02011 6.54251 1.125 11.375 1.125C13.929 1.125 16.2274 2.21296 17.827 3.94818L17.834 3.95573C19.2569 5.50295 20.125 7.56317 20.125 9.82498C20.125 11.465 19.6678 13.0006 18.8737 14.3106H16.5395C16.5746 14.2201 16.6241 14.1334 16.6883 14.0537C17.6224 12.8951 18.1806 11.4261 18.1806 9.82498C18.1806 8.42966 17.7558 7.13298 17.0278 6.0558L15.8448 7.23208C15.4651 7.60959 14.8495 7.60959 14.4699 7.23208C14.0902 6.85458 14.0902 6.24252 14.4699 5.86501L15.7229 4.61912C14.5438 3.64446 13.0282 3.05833 11.375 3.05833C7.6164 3.05833 4.56944 6.08786 4.56944 9.82498C4.56944 11.4261 5.12755 12.8951 6.06169 14.0537C6.39753 14.4702 6.33016 15.0786 5.91121 15.4125C5.49226 15.7465 4.88038 15.6795 4.54454 15.2629C3.34384 13.7737 2.625 11.8815 2.625 9.82498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0821 16.1679C22.4726 16.5584 22.4726 17.1916 22.0821 17.5821L20.2892 19.375L22.0821 21.1679C22.4726 21.5584 22.4726 22.1916 22.0821 22.5821C21.6916 22.9726 21.0584 22.9726 20.6679 22.5821L18.875 20.7892L17.0821 22.5821C16.6916 22.9726 16.0584 22.9726 15.6679 22.5821C15.2774 22.1916 15.2774 21.5584 15.6679 21.1679L17.4608 19.375L15.6679 17.5821C15.2774 17.1916 15.2774 16.5584 15.6679 16.1679C16.0584 15.7774 16.6916 15.7774 17.0821 16.1679L18.875 17.9608L20.6679 16.1679C21.0584 15.7774 21.6916 15.7774 22.0821 16.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2661 14.125C17.863 14.125 18.3729 14.125 18.788 14.1719C19.2296 14.2218 19.6477 14.3319 20.0221 14.6099C20.0272 14.6137 20.0144 14.6042 20.0168 14.606C20.1716 14.7259 20.1747 14.9512 20.0233 15.0753C20.0209 15.0772 20.0095 15.0862 19.9865 15.1042C19.9164 15.1594 19.8487 15.2193 19.784 15.284L19.2993 15.7688C19.0993 15.9688 18.9993 16.0688 18.875 16.0688C18.7507 16.0688 18.6507 15.9688 18.4507 15.7688L17.966 15.284C17.0873 14.4053 15.6627 14.4053 14.784 15.284C13.9053 16.1627 13.9053 17.5873 14.784 18.466L15.2688 18.9507C15.4688 19.1507 15.5688 19.2507 15.5688 19.375C15.5688 19.4993 15.4688 19.5993 15.2688 19.7993L14.784 20.284C14.3659 20.7022 14.1467 21.2439 14.1265 21.7917C14.1102 22.2352 14.102 22.457 14.0149 22.541C13.9277 22.625 13.7536 22.625 13.4053 22.625H5.48402C4.88703 22.625 4.37713 22.625 3.962 22.5781C3.5204 22.5282 3.10229 22.4181 2.7279 22.1401C2.44945 21.9334 2.21534 21.6715 2.03562 21.3727C1.80062 20.9819 1.70865 20.5518 1.66605 20.0865C1.62498 19.6379 1.62499 19.0825 1.625 18.4102V18.3399C1.62499 17.6676 1.62498 17.1121 1.66605 16.6635C1.70865 16.1982 1.80062 15.7681 2.03562 15.3773C2.21534 15.0785 2.44945 14.8166 2.7279 14.6099C3.10229 14.3319 3.5204 14.2218 3.962 14.1719C4.37712 14.125 4.88694 14.125 5.48391 14.125H17.2661ZM9.375 18.375C9.375 17.8227 9.82272 17.375 10.375 17.375H12.375C12.9273 17.375 13.375 17.8227 13.375 18.375C13.375 18.9273 12.9273 19.375 12.375 19.375H10.375C9.82272 19.375 9.375 18.9273 9.375 18.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.375 9.875C9.375 10.9796 10.2704 11.875 11.375 11.875C12.4796 11.875 13.375 10.9796 13.375 9.875C13.375 8.77043 12.4796 7.875 11.375 7.875C10.2704 7.875 9.375 8.77043 9.375 9.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.625 9.82498C2.625 5.02011 6.54251 1.125 11.375 1.125C13.929 1.125 16.2274 2.21296 17.827 3.94818L17.834 3.95573C19.2569 5.50295 20.125 7.56317 20.125 9.82498C20.125 11.465 19.6678 13.0006 18.8737 14.3106H16.5395C16.5746 14.2201 16.6241 14.1334 16.6883 14.0537C17.6224 12.8951 18.1806 11.4261 18.1806 9.82498C18.1806 8.42966 17.7558 7.13298 17.0278 6.0558L15.8448 7.23208C15.4651 7.60959 14.8495 7.60959 14.4699 7.23208C14.0902 6.85458 14.0902 6.24252 14.4699 5.86501L15.7229 4.61912C14.5438 3.64446 13.0282 3.05833 11.375 3.05833C7.6164 3.05833 4.56944 6.08786 4.56944 9.82498C4.56944 11.4261 5.12755 12.8951 6.06169 14.0537C6.39753 14.4702 6.33016 15.0786 5.91121 15.4125C5.49226 15.7465 4.88038 15.6795 4.54454 15.2629C3.34384 13.7737 2.625 11.8815 2.625 9.82498Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0821 16.1679C22.4726 16.5584 22.4726 17.1916 22.0821 17.5821L20.2892 19.375L22.0821 21.1679C22.4726 21.5584 22.4726 22.1916 22.0821 22.5821C21.6916 22.9726 21.0584 22.9726 20.6679 22.5821L18.875 20.7892L17.0821 22.5821C16.6916 22.9726 16.0584 22.9726 15.6679 22.5821C15.2774 22.1916 15.2774 21.5584 15.6679 21.1679L17.4608 19.375L15.6679 17.5821C15.2774 17.1916 15.2774 16.5584 15.6679 16.1679C16.0584 15.7774 16.6916 15.7774 17.0821 16.1679L18.875 17.9608L20.6679 16.1679C21.0584 15.7774 21.6916 15.7774 22.0821 16.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2661 14.125C17.863 14.125 18.3729 14.125 18.788 14.1719C19.2296 14.2218 19.6477 14.3319 20.0221 14.6099C20.0272 14.6137 20.0144 14.6042 20.0168 14.606C20.1716 14.7259 20.1747 14.9512 20.0233 15.0753C20.0209 15.0772 20.0095 15.0862 19.9865 15.1042C19.9164 15.1594 19.8487 15.2193 19.784 15.284L19.2993 15.7688C19.0993 15.9688 18.9993 16.0688 18.875 16.0688C18.7507 16.0688 18.6507 15.9688 18.4507 15.7688L17.966 15.284C17.0873 14.4053 15.6627 14.4053 14.784 15.284C13.9053 16.1627 13.9053 17.5873 14.784 18.466L15.2688 18.9507C15.4688 19.1507 15.5688 19.2507 15.5688 19.375C15.5688 19.4993 15.4688 19.5993 15.2688 19.7993L14.784 20.284C14.3659 20.7022 14.1467 21.2439 14.1265 21.7917C14.1102 22.2352 14.102 22.457 14.0149 22.541C13.9277 22.625 13.7536 22.625 13.4053 22.625H5.48402C4.88703 22.625 4.37713 22.625 3.962 22.5781C3.5204 22.5282 3.10229 22.4181 2.7279 22.1401C2.44945 21.9334 2.21534 21.6715 2.03562 21.3727C1.80062 20.9819 1.70865 20.5518 1.66605 20.0865C1.62498 19.6379 1.62499 19.0825 1.625 18.4102V18.3399C1.62499 17.6676 1.62498 17.1121 1.66605 16.6635C1.70865 16.1982 1.80062 15.7681 2.03562 15.3773C2.21534 15.0785 2.44945 14.8166 2.7279 14.6099C3.10229 14.3319 3.5204 14.2218 3.962 14.1719C4.37712 14.125 4.88694 14.125 5.48391 14.125H17.2661ZM9.375 18.375C9.375 17.8227 9.82272 17.375 10.375 17.375H12.375C12.9273 17.375 13.375 17.8227 13.375 18.375C13.375 18.9273 12.9273 19.375 12.375 19.375H10.375C9.82272 19.375 9.375 18.9273 9.375 18.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-software{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 10C10 11.1046 10.8954 12 12 12C13.1046 12 14 11.1046 14 10C14 8.89543 13.1046 8 12 8C10.8954 8 10 8.89543 10 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8911 14.25H17.891H17.891H6.10901H6.10898H6.10894C5.51196 14.25 5.00213 14.25 4.587 14.2969C4.1454 14.3468 3.72729 14.4569 3.3529 14.7349C3.07445 14.9416 2.84034 15.2035 2.66062 15.5023C2.42562 15.8931 2.33365 16.3232 2.29104 16.7885C2.24998 17.2371 2.24999 17.7925 2.25 18.4648V18.4649V18.4649V18.5351V18.5351V18.5352C2.24999 19.2075 2.24998 19.7629 2.29104 20.2115C2.33365 20.6768 2.42562 21.1069 2.66062 21.4977C2.84034 21.7965 3.07445 22.0584 3.3529 22.2651C3.72729 22.5431 4.1454 22.6532 4.587 22.7031C5.00213 22.75 5.51196 22.75 6.10896 22.75H6.10902H17.891H17.891C18.488 22.75 18.9979 22.75 19.413 22.7031C19.8546 22.6532 20.2727 22.5431 20.6471 22.2651C20.9255 22.0584 21.1597 21.7965 21.3394 21.4977C21.5744 21.1069 21.6664 20.6768 21.709 20.2115C21.75 19.7629 21.75 19.2075 21.75 18.5351V18.4649C21.75 17.7925 21.75 17.2371 21.709 16.7885C21.6664 16.3232 21.5744 15.8931 21.3394 15.5023C21.1597 15.2035 20.9255 14.9416 20.6471 14.7349C20.2727 14.4569 19.8546 14.3468 19.413 14.2969C18.9979 14.25 18.488 14.25 17.8911 14.25ZM11 17.5C10.4477 17.5 10 17.9477 10 18.5C10 19.0523 10.4477 19.5 11 19.5H13C13.5523 19.5 14 19.0523 14 18.5C14 17.9477 13.5523 17.5 13 17.5H11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 9.94998C3.25 5.14511 7.16751 1.25 12 1.25C14.554 1.25 16.8524 2.33796 18.452 4.07318C18.4543 4.07569 18.4567 4.0782 18.459 4.08073C19.8819 5.62795 20.75 7.68817 20.75 9.94998C20.75 12.0065 20.0312 13.8987 18.8305 15.3879C18.4946 15.8045 17.8827 15.8715 17.4638 15.5375C17.0448 15.2036 16.9775 14.5952 17.3133 14.1787C18.2474 13.0201 18.8056 11.5511 18.8056 9.94998C18.8056 8.55466 18.3808 7.25798 17.6528 6.1808L16.4698 7.35708C16.0901 7.73459 15.4745 7.73459 15.0949 7.35708C14.7152 6.97958 14.7152 6.36752 15.0949 5.99001L16.3479 4.74412C15.1688 3.76946 13.6532 3.18333 12 3.18333C8.2414 3.18333 5.19444 6.21286 5.19444 9.94998C5.19444 11.5511 5.75255 13.0201 6.68669 14.1787C7.02253 14.5952 6.95516 15.2036 6.53621 15.5375C6.11726 15.8715 5.50538 15.8045 5.16954 15.3879C3.96884 13.8987 3.25 12.0065 3.25 9.94998Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 10C10 11.1046 10.8954 12 12 12C13.1046 12 14 11.1046 14 10C14 8.89543 13.1046 8 12 8C10.8954 8 10 8.89543 10 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8911 14.25H17.891H17.891H6.10901H6.10898H6.10894C5.51196 14.25 5.00213 14.25 4.587 14.2969C4.1454 14.3468 3.72729 14.4569 3.3529 14.7349C3.07445 14.9416 2.84034 15.2035 2.66062 15.5023C2.42562 15.8931 2.33365 16.3232 2.29104 16.7885C2.24998 17.2371 2.24999 17.7925 2.25 18.4648V18.4649V18.4649V18.5351V18.5351V18.5352C2.24999 19.2075 2.24998 19.7629 2.29104 20.2115C2.33365 20.6768 2.42562 21.1069 2.66062 21.4977C2.84034 21.7965 3.07445 22.0584 3.3529 22.2651C3.72729 22.5431 4.1454 22.6532 4.587 22.7031C5.00213 22.75 5.51196 22.75 6.10896 22.75H6.10902H17.891H17.891C18.488 22.75 18.9979 22.75 19.413 22.7031C19.8546 22.6532 20.2727 22.5431 20.6471 22.2651C20.9255 22.0584 21.1597 21.7965 21.3394 21.4977C21.5744 21.1069 21.6664 20.6768 21.709 20.2115C21.75 19.7629 21.75 19.2075 21.75 18.5351V18.4649C21.75 17.7925 21.75 17.2371 21.709 16.7885C21.6664 16.3232 21.5744 15.8931 21.3394 15.5023C21.1597 15.2035 20.9255 14.9416 20.6471 14.7349C20.2727 14.4569 19.8546 14.3468 19.413 14.2969C18.9979 14.25 18.488 14.25 17.8911 14.25ZM11 17.5C10.4477 17.5 10 17.9477 10 18.5C10 19.0523 10.4477 19.5 11 19.5H13C13.5523 19.5 14 19.0523 14 18.5C14 17.9477 13.5523 17.5 13 17.5H11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.25 9.94998C3.25 5.14511 7.16751 1.25 12 1.25C14.554 1.25 16.8524 2.33796 18.452 4.07318C18.4543 4.07569 18.4567 4.0782 18.459 4.08073C19.8819 5.62795 20.75 7.68817 20.75 9.94998C20.75 12.0065 20.0312 13.8987 18.8305 15.3879C18.4946 15.8045 17.8827 15.8715 17.4638 15.5375C17.0448 15.2036 16.9775 14.5952 17.3133 14.1787C18.2474 13.0201 18.8056 11.5511 18.8056 9.94998C18.8056 8.55466 18.3808 7.25798 17.6528 6.1808L16.4698 7.35708C16.0901 7.73459 15.4745 7.73459 15.0949 7.35708C14.7152 6.97958 14.7152 6.36752 15.0949 5.99001L16.3479 4.74412C15.1688 3.76946 13.6532 3.18333 12 3.18333C8.2414 3.18333 5.19444 6.21286 5.19444 9.94998C5.19444 11.5511 5.75255 13.0201 6.68669 14.1787C7.02253 14.5952 6.95516 15.2036 6.53621 15.5375C6.11726 15.8715 5.50538 15.8045 5.16954 15.3879C3.96884 13.8987 3.25 12.0065 3.25 9.94998Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-source-code-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM15.3471 10.7575C14.9288 10.3969 14.882 9.76547 15.2425 9.34714C15.6031 8.9288 16.2345 8.88198 16.6529 9.24255L17.8794 10.2997L17.9165 10.3317L17.9165 10.3317C18.1415 10.5255 18.3806 10.7314 18.5554 10.9289C18.7531 11.1522 19 11.5066 19 12C19 12.4934 18.7531 12.8478 18.5554 13.0711C18.3806 13.2686 18.1416 13.4745 17.9165 13.6683L17.9165 13.6684L17.9165 13.6684L17.8794 13.7003L16.6529 14.7575C16.2345 15.1181 15.6031 15.0712 15.2425 14.6529C14.882 14.2346 14.9288 13.6031 15.3471 13.2426L16.5737 12.1854C16.6552 12.1151 16.7256 12.0544 16.7876 12C16.7256 11.9456 16.6552 11.885 16.5737 11.8147L15.3471 10.7575ZM8.75746 9.34714C9.11804 9.76547 9.07121 10.3969 8.65288 10.7575L7.42634 11.8147C7.34477 11.885 7.27445 11.9456 7.21242 12C7.27445 12.0544 7.34477 12.1151 7.42634 12.1854L8.65288 13.2426C9.07121 13.6031 9.11804 14.2346 8.75746 14.6529C8.39689 15.0712 7.76546 15.1181 7.34712 14.7575L6.12058 13.7003L6.08353 13.6684L6.08353 13.6684L6.0835 13.6683L6.08348 13.6683C5.85847 13.4745 5.6194 13.2686 5.44458 13.0711C5.24691 12.8478 5 12.4934 5 12C5 11.5066 5.24691 11.1522 5.44458 10.9289C5.61941 10.7314 5.8585 10.5255 6.08354 10.3317L6.12058 10.2997L7.34712 9.24255C7.76546 8.88198 8.39689 8.9288 8.75746 9.34714ZM13.949 9.3165C14.1236 8.79256 13.8404 8.22624 13.3165 8.05159C12.7926 7.87694 12.2262 8.1601 12.0516 8.68404L10.0516 14.684C9.87694 15.208 10.1601 15.7743 10.684 15.949C11.208 16.1236 11.7743 15.8404 11.949 15.3165L13.949 9.3165Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM15.3471 10.7575C14.9288 10.3969 14.882 9.76547 15.2425 9.34714C15.6031 8.9288 16.2345 8.88198 16.6529 9.24255L17.8794 10.2997L17.9165 10.3317L17.9165 10.3317C18.1415 10.5255 18.3806 10.7314 18.5554 10.9289C18.7531 11.1522 19 11.5066 19 12C19 12.4934 18.7531 12.8478 18.5554 13.0711C18.3806 13.2686 18.1416 13.4745 17.9165 13.6683L17.9165 13.6684L17.9165 13.6684L17.8794 13.7003L16.6529 14.7575C16.2345 15.1181 15.6031 15.0712 15.2425 14.6529C14.882 14.2346 14.9288 13.6031 15.3471 13.2426L16.5737 12.1854C16.6552 12.1151 16.7256 12.0544 16.7876 12C16.7256 11.9456 16.6552 11.885 16.5737 11.8147L15.3471 10.7575ZM8.75746 9.34714C9.11804 9.76547 9.07121 10.3969 8.65288 10.7575L7.42634 11.8147C7.34477 11.885 7.27445 11.9456 7.21242 12C7.27445 12.0544 7.34477 12.1151 7.42634 12.1854L8.65288 13.2426C9.07121 13.6031 9.11804 14.2346 8.75746 14.6529C8.39689 15.0712 7.76546 15.1181 7.34712 14.7575L6.12058 13.7003L6.08353 13.6684L6.08353 13.6684L6.0835 13.6683L6.08348 13.6683C5.85847 13.4745 5.6194 13.2686 5.44458 13.0711C5.24691 12.8478 5 12.4934 5 12C5 11.5066 5.24691 11.1522 5.44458 10.9289C5.61941 10.7314 5.8585 10.5255 6.08354 10.3317L6.12058 10.2997L7.34712 9.24255C7.76546 8.88198 8.39689 8.9288 8.75746 9.34714ZM13.949 9.3165C14.1236 8.79256 13.8404 8.22624 13.3165 8.05159C12.7926 7.87694 12.2262 8.1601 12.0516 8.68404L10.0516 14.684C9.87694 15.208 10.1601 15.7743 10.684 15.949C11.208 16.1236 11.7743 15.8404 11.949 15.3165L13.949 9.3165Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-source-code-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM15.3471 10.7575C14.9288 10.3969 14.882 9.76547 15.2425 9.34714C15.6031 8.9288 16.2345 8.88198 16.6529 9.24255L17.8794 10.2997L17.9165 10.3317C18.1415 10.5255 18.3806 10.7314 18.5554 10.9289C18.7531 11.1522 19 11.5066 19 12C19 12.4934 18.7531 12.8478 18.5554 13.0711C18.3806 13.2686 18.1415 13.4746 17.9165 13.6684L17.8794 13.7003L16.6529 14.7575C16.2345 15.1181 15.6031 15.0712 15.2425 14.6529C14.882 14.2346 14.9288 13.6031 15.3471 13.2426L16.5737 12.1854C16.6552 12.1151 16.7256 12.0544 16.7876 12C16.7256 11.9456 16.6552 11.885 16.5737 11.8147L15.3471 10.7575ZM8.75746 9.34714C9.11804 9.76547 9.07121 10.3969 8.65288 10.7575L7.42634 11.8147C7.34477 11.885 7.27445 11.9456 7.21242 12C7.27445 12.0544 7.34477 12.1151 7.42634 12.1854L8.65288 13.2426C9.07121 13.6031 9.11804 14.2346 8.75746 14.6529C8.39689 15.0712 7.76546 15.1181 7.34712 14.7575L6.12058 13.7003L6.08353 13.6684L6.08353 13.6684C5.8585 13.4746 5.61941 13.2686 5.44458 13.0711C5.24691 12.8478 5 12.4934 5 12C5 11.5066 5.24691 11.1522 5.44458 10.9289C5.61941 10.7314 5.85851 10.5255 6.08354 10.3317L6.12058 10.2997L7.34712 9.24255C7.76546 8.88198 8.39689 8.9288 8.75746 9.34714ZM13.949 9.3165C14.1236 8.79256 13.8404 8.22624 13.3165 8.05159C12.7926 7.87694 12.2262 8.1601 12.0516 8.68404L10.0516 14.684C9.87694 15.208 10.1601 15.7743 10.684 15.949C11.208 16.1236 11.7743 15.8404 11.949 15.3165L13.949 9.3165Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM15.3471 10.7575C14.9288 10.3969 14.882 9.76547 15.2425 9.34714C15.6031 8.9288 16.2345 8.88198 16.6529 9.24255L17.8794 10.2997L17.9165 10.3317C18.1415 10.5255 18.3806 10.7314 18.5554 10.9289C18.7531 11.1522 19 11.5066 19 12C19 12.4934 18.7531 12.8478 18.5554 13.0711C18.3806 13.2686 18.1415 13.4746 17.9165 13.6684L17.8794 13.7003L16.6529 14.7575C16.2345 15.1181 15.6031 15.0712 15.2425 14.6529C14.882 14.2346 14.9288 13.6031 15.3471 13.2426L16.5737 12.1854C16.6552 12.1151 16.7256 12.0544 16.7876 12C16.7256 11.9456 16.6552 11.885 16.5737 11.8147L15.3471 10.7575ZM8.75746 9.34714C9.11804 9.76547 9.07121 10.3969 8.65288 10.7575L7.42634 11.8147C7.34477 11.885 7.27445 11.9456 7.21242 12C7.27445 12.0544 7.34477 12.1151 7.42634 12.1854L8.65288 13.2426C9.07121 13.6031 9.11804 14.2346 8.75746 14.6529C8.39689 15.0712 7.76546 15.1181 7.34712 14.7575L6.12058 13.7003L6.08353 13.6684L6.08353 13.6684C5.8585 13.4746 5.61941 13.2686 5.44458 13.0711C5.24691 12.8478 5 12.4934 5 12C5 11.5066 5.24691 11.1522 5.44458 10.9289C5.61941 10.7314 5.85851 10.5255 6.08354 10.3317L6.12058 10.2997L7.34712 9.24255C7.76546 8.88198 8.39689 8.9288 8.75746 9.34714ZM13.949 9.3165C14.1236 8.79256 13.8404 8.22624 13.3165 8.05159C12.7926 7.87694 12.2262 8.1601 12.0516 8.68404L10.0516 14.684C9.87694 15.208 10.1601 15.7743 10.684 15.949C11.208 16.1236 11.7743 15.8404 11.949 15.3165L13.949 9.3165Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-source-code{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.2949 7.29093C15.9033 7.68036 15.9015 8.31353 16.2909 8.70514L18.1307 10.5552C18.5374 10.9641 18.77 11.201 18.9133 11.3899C18.9517 11.4405 18.9747 11.4764 18.9882 11.5C18.9747 11.5236 18.9517 11.5595 18.9133 11.6101C18.77 11.799 18.5374 12.0359 18.1307 12.4448L16.2909 14.2949C15.9015 14.6865 15.9033 15.3196 16.2949 15.7091C16.6865 16.0985 17.3196 16.0967 17.7091 15.7051L19.5489 13.8551L19.5892 13.8145C19.9411 13.4608 20.2721 13.128 20.5066 12.819C20.7677 12.4748 21 12.0465 21 11.5C21 10.9535 20.7677 10.5252 20.5066 10.181C20.2721 9.87202 19.9411 9.53924 19.5892 9.1855L19.5892 9.18549L19.5489 9.14495L17.7091 7.29486C17.3196 6.90325 16.6865 6.90149 16.2949 7.29093Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.70514 7.29093C8.09675 7.68036 8.09851 8.31353 7.70907 8.70514L5.86926 10.5552C5.46264 10.9641 5.23002 11.201 5.08669 11.3899C5.0483 11.4405 5.02527 11.4764 5.01181 11.5C5.02527 11.5236 5.0483 11.5595 5.08669 11.6101C5.23002 11.799 5.46264 12.0359 5.86926 12.4448L7.70907 14.2949C8.09851 14.6865 8.09675 15.3196 7.70514 15.7091C7.31353 16.0985 6.68036 16.0967 6.29093 15.7051L4.45112 13.8551L4.41079 13.8145C4.05891 13.4608 3.72787 13.128 3.4934 12.819C3.23231 12.4748 3 12.0465 3 11.5C3 10.9535 3.23231 10.5252 3.4934 10.181C3.72787 9.87202 4.0589 9.53924 4.41079 9.1855L4.41079 9.18549L4.45112 9.14495L6.29093 7.29486C6.68036 6.90325 7.31353 6.90149 7.70514 7.29093Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7985 3.04579C15.3257 3.21052 15.6195 3.7714 15.4547 4.29854L10.4547 20.2985C10.29 20.8257 9.72914 21.1195 9.20199 20.9547C8.67485 20.79 8.38105 20.2291 8.54579 19.702L13.5458 3.70199C13.7105 3.17485 14.2714 2.88105 14.7985 3.04579Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.2949 7.29093C15.9033 7.68036 15.9015 8.31353 16.2909 8.70514L18.1307 10.5552C18.5374 10.9641 18.77 11.201 18.9133 11.3899C18.9517 11.4405 18.9747 11.4764 18.9882 11.5C18.9747 11.5236 18.9517 11.5595 18.9133 11.6101C18.77 11.799 18.5374 12.0359 18.1307 12.4448L16.2909 14.2949C15.9015 14.6865 15.9033 15.3196 16.2949 15.7091C16.6865 16.0985 17.3196 16.0967 17.7091 15.7051L19.5489 13.8551L19.5892 13.8145C19.9411 13.4608 20.2721 13.128 20.5066 12.819C20.7677 12.4748 21 12.0465 21 11.5C21 10.9535 20.7677 10.5252 20.5066 10.181C20.2721 9.87202 19.9411 9.53924 19.5892 9.1855L19.5892 9.18549L19.5489 9.14495L17.7091 7.29486C17.3196 6.90325 16.6865 6.90149 16.2949 7.29093Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.70514 7.29093C8.09675 7.68036 8.09851 8.31353 7.70907 8.70514L5.86926 10.5552C5.46264 10.9641 5.23002 11.201 5.08669 11.3899C5.0483 11.4405 5.02527 11.4764 5.01181 11.5C5.02527 11.5236 5.0483 11.5595 5.08669 11.6101C5.23002 11.799 5.46264 12.0359 5.86926 12.4448L7.70907 14.2949C8.09851 14.6865 8.09675 15.3196 7.70514 15.7091C7.31353 16.0985 6.68036 16.0967 6.29093 15.7051L4.45112 13.8551L4.41079 13.8145C4.05891 13.4608 3.72787 13.128 3.4934 12.819C3.23231 12.4748 3 12.0465 3 11.5C3 10.9535 3.23231 10.5252 3.4934 10.181C3.72787 9.87202 4.0589 9.53924 4.41079 9.1855L4.41079 9.18549L4.45112 9.14495L6.29093 7.29486C6.68036 6.90325 7.31353 6.90149 7.70514 7.29093Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7985 3.04579C15.3257 3.21052 15.6195 3.7714 15.4547 4.29854L10.4547 20.2985C10.29 20.8257 9.72914 21.1195 9.20199 20.9547C8.67485 20.79 8.38105 20.2291 8.54579 19.702L13.5458 3.70199C13.7105 3.17485 14.2714 2.88105 14.7985 3.04579Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-sql{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7 8.25C5.75736 8.25 4.75 9.25736 4.75 10.5C4.75 11.7426 5.75736 12.75 7 12.75C7.41421 12.75 7.75 13.0858 7.75 13.5C7.75 13.9142 7.41421 14.25 7 14.25C6.67462 14.25 6.3958 14.0424 6.29248 13.7501C6.15445 13.3595 5.72596 13.1548 5.33542 13.2929C4.94488 13.4309 4.74019 13.8594 4.87822 14.2499C5.18674 15.1228 6.01916 15.75 7 15.75C8.24264 15.75 9.25 14.7426 9.25 13.5C9.25 12.2574 8.24264 11.25 7 11.25C6.58579 11.25 6.25 10.9142 6.25 10.5C6.25 10.0858 6.58579 9.75 7 9.75C7.32538 9.75 7.6042 9.95763 7.70752 10.2499C7.84555 10.6405 8.27404 10.8452 8.66458 10.7071C9.05512 10.5691 9.25981 10.1406 9.12178 9.75007C8.81326 8.87718 7.98084 8.25 7 8.25ZM10.25 10.5C10.25 9.25736 11.2574 8.25 12.5 8.25C13.7426 8.25 14.75 9.25736 14.75 10.5V13.5C14.75 14.2333 14.3992 14.8847 13.8562 15.2955L14.5303 15.9697C14.8232 16.2626 14.8232 16.7374 14.5303 17.0303C14.2374 17.3232 13.7626 17.3232 13.4697 17.0303L12.1645 15.7252C11.081 15.5632 10.25 14.6286 10.25 13.5V10.5ZM12.5 9.75C12.0858 9.75 11.75 10.0858 11.75 10.5V13.5C11.75 13.9142 12.0858 14.25 12.5 14.25C12.9142 14.25 13.25 13.9142 13.25 13.5V10.5C13.25 10.0858 12.9142 9.75 12.5 9.75ZM17.25 9C17.25 8.58579 16.9142 8.25 16.5 8.25C16.0858 8.25 15.75 8.58579 15.75 9V13L15.75 13.0447C15.75 13.4776 15.7499 13.8744 15.7933 14.1972C15.8411 14.5527 15.9535 14.9284 16.2626 15.2374C16.5716 15.5465 16.9473 15.6589 17.3028 15.7067C17.6256 15.7501 18.0224 15.7501 18.4553 15.75L18.5 15.75C18.9142 15.75 19.25 15.4142 19.25 15C19.25 14.5858 18.9142 14.25 18.5 14.25C18.0074 14.25 17.7134 14.2484 17.5027 14.2201C17.4061 14.2071 17.3578 14.1918 17.336 14.1828C17.3335 14.1818 17.3314 14.1809 17.3298 14.1801C17.328 14.1793 17.3267 14.1787 17.3257 14.1781L17.3232 14.1768L17.3219 14.1743C17.3209 14.1724 17.3192 14.1691 17.3172 14.164C17.3082 14.1423 17.2929 14.0939 17.2799 13.9973C17.2516 13.7866 17.25 13.4926 17.25 13V9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM7 8.25C5.75736 8.25 4.75 9.25736 4.75 10.5C4.75 11.7426 5.75736 12.75 7 12.75C7.41421 12.75 7.75 13.0858 7.75 13.5C7.75 13.9142 7.41421 14.25 7 14.25C6.67462 14.25 6.3958 14.0424 6.29248 13.7501C6.15445 13.3595 5.72596 13.1548 5.33542 13.2929C4.94488 13.4309 4.74019 13.8594 4.87822 14.2499C5.18674 15.1228 6.01916 15.75 7 15.75C8.24264 15.75 9.25 14.7426 9.25 13.5C9.25 12.2574 8.24264 11.25 7 11.25C6.58579 11.25 6.25 10.9142 6.25 10.5C6.25 10.0858 6.58579 9.75 7 9.75C7.32538 9.75 7.6042 9.95763 7.70752 10.2499C7.84555 10.6405 8.27404 10.8452 8.66458 10.7071C9.05512 10.5691 9.25981 10.1406 9.12178 9.75007C8.81326 8.87718 7.98084 8.25 7 8.25ZM10.25 10.5C10.25 9.25736 11.2574 8.25 12.5 8.25C13.7426 8.25 14.75 9.25736 14.75 10.5V13.5C14.75 14.2333 14.3992 14.8847 13.8562 15.2955L14.5303 15.9697C14.8232 16.2626 14.8232 16.7374 14.5303 17.0303C14.2374 17.3232 13.7626 17.3232 13.4697 17.0303L12.1645 15.7252C11.081 15.5632 10.25 14.6286 10.25 13.5V10.5ZM12.5 9.75C12.0858 9.75 11.75 10.0858 11.75 10.5V13.5C11.75 13.9142 12.0858 14.25 12.5 14.25C12.9142 14.25 13.25 13.9142 13.25 13.5V10.5C13.25 10.0858 12.9142 9.75 12.5 9.75ZM17.25 9C17.25 8.58579 16.9142 8.25 16.5 8.25C16.0858 8.25 15.75 8.58579 15.75 9V13L15.75 13.0447C15.75 13.4776 15.7499 13.8744 15.7933 14.1972C15.8411 14.5527 15.9535 14.9284 16.2626 15.2374C16.5716 15.5465 16.9473 15.6589 17.3028 15.7067C17.6256 15.7501 18.0224 15.7501 18.4553 15.75L18.5 15.75C18.9142 15.75 19.25 15.4142 19.25 15C19.25 14.5858 18.9142 14.25 18.5 14.25C18.0074 14.25 17.7134 14.2484 17.5027 14.2201C17.4061 14.2071 17.3578 14.1918 17.336 14.1828C17.3335 14.1818 17.3314 14.1809 17.3298 14.1801C17.328 14.1793 17.3267 14.1787 17.3257 14.1781L17.3232 14.1768L17.3219 14.1743C17.3209 14.1724 17.3192 14.1691 17.3172 14.164C17.3082 14.1423 17.2929 14.0939 17.2799 13.9973C17.2516 13.7866 17.25 13.4926 17.25 13V9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-step-into{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5C5.91389 5 7.24871 5.00213 8.25584 5.13753C9.23421 5.26907 9.7523 5.50966 10.1213 5.87868C10.4903 6.2477 10.7309 6.76579 10.8625 7.74416C10.9979 8.7513 11 10.0861 11 12V13.25H9C8.82648 13.2499 8.6521 13.3097 8.51035 13.4319C8.1966 13.7023 8.16148 14.1759 8.43192 14.4897L10.0485 16.3652C10.3552 16.7212 10.6335 17.0441 10.8905 17.2715C11.1672 17.5165 11.5264 17.75 12 17.75C12.4736 17.75 12.8329 17.5165 13.1096 17.2715C13.3665 17.0441 13.6448 16.7212 13.9515 16.3653L15.5681 14.4897C15.8385 14.1759 15.8034 13.7023 15.4897 13.4319C15.3479 13.3097 15.1735 13.2499 15 13.25H13V11.9268C13 10.1034 13 8.63362 12.8446 7.47767C12.6833 6.27752 12.3381 5.26702 11.5355 4.46447C10.733 3.66191 9.72248 3.31672 8.52233 3.15537C7.36639 2.99995 5.89664 2.99997 4.07321 3H4.07319H3C2.44772 3 2 3.44772 2 4C2 4.55229 2.44772 5 3 5H4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 20C2 19.4477 2.44772 19 3 19H9C9.55228 19 10 19.4477 10 20C10 20.5523 9.55228 21 9 21H3C2.44772 21 2 20.5523 2 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 20C14 19.4477 14.4477 19 15 19H21C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H15C14.4477 21 14 20.5523 14 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5C5.91389 5 7.24871 5.00213 8.25584 5.13753C9.23421 5.26907 9.7523 5.50966 10.1213 5.87868C10.4903 6.2477 10.7309 6.76579 10.8625 7.74416C10.9979 8.7513 11 10.0861 11 12V13.25H9C8.82648 13.2499 8.6521 13.3097 8.51035 13.4319C8.1966 13.7023 8.16148 14.1759 8.43192 14.4897L10.0485 16.3652C10.3552 16.7212 10.6335 17.0441 10.8905 17.2715C11.1672 17.5165 11.5264 17.75 12 17.75C12.4736 17.75 12.8329 17.5165 13.1096 17.2715C13.3665 17.0441 13.6448 16.7212 13.9515 16.3653L15.5681 14.4897C15.8385 14.1759 15.8034 13.7023 15.4897 13.4319C15.3479 13.3097 15.1735 13.2499 15 13.25H13V11.9268C13 10.1034 13 8.63362 12.8446 7.47767C12.6833 6.27752 12.3381 5.26702 11.5355 4.46447C10.733 3.66191 9.72248 3.31672 8.52233 3.15537C7.36639 2.99995 5.89664 2.99997 4.07321 3H4.07319H3C2.44772 3 2 3.44772 2 4C2 4.55229 2.44772 5 3 5H4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 20C2 19.4477 2.44772 19 3 19H9C9.55228 19 10 19.4477 10 20C10 20.5523 9.55228 21 9 21H3C2.44772 21 2 20.5523 2 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 20C14 19.4477 14.4477 19 15 19H21C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H15C14.4477 21 14 20.5523 14 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-step-out{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4319 9.86467C17.7023 10.1784 18.1759 10.2135 18.4897 9.94311L20.3652 8.32649C20.7212 8.01978 21.0441 7.74149 21.2715 7.48456C21.5165 7.20786 21.75 6.84861 21.75 6.37501C21.75 5.90141 21.5165 5.54217 21.2715 5.26546C21.0441 5.00855 20.7212 4.73025 20.3653 4.42355L18.4897 2.80692C18.1759 2.53648 17.7023 2.5716 17.4319 2.88535C17.3097 3.0271 17.2499 3.20148 17.25 3.375V5.40028C16.592 5.42131 16.0025 5.45983 15.4777 5.53039C14.2775 5.69175 13.267 6.03694 12.4645 6.83949C11.6619 7.64205 11.3167 8.65255 11.1554 9.85269C11 11.0086 11 12.4784 11 14.3018V17.375C11 17.9273 11.4477 18.375 12 18.375C12.5523 18.375 13 17.9273 13 17.375V14.375C13 12.4611 13.0021 11.1263 13.1375 10.1192C13.2691 9.14082 13.5097 8.62272 13.8787 8.25371C14.2477 7.88469 14.7658 7.64409 15.7442 7.51256C16.1785 7.45417 16.6737 7.42056 17.25 7.40122V9.37618C17.2502 9.54932 17.31 9.72324 17.4319 9.86467Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 20.375C2 19.8227 2.44772 19.375 3 19.375H9C9.55228 19.375 10 19.8227 10 20.375C10 20.9273 9.55228 21.375 9 21.375H3C2.44772 21.375 2 20.9273 2 20.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 20.375C14 19.8227 14.4477 19.375 15 19.375H21C21.5523 19.375 22 19.8227 22 20.375C22 20.9273 21.5523 21.375 21 21.375H15C14.4477 21.375 14 20.9273 14 20.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4319 9.86467C17.7023 10.1784 18.1759 10.2135 18.4897 9.94311L20.3652 8.32649C20.7212 8.01978 21.0441 7.74149 21.2715 7.48456C21.5165 7.20786 21.75 6.84861 21.75 6.37501C21.75 5.90141 21.5165 5.54217 21.2715 5.26546C21.0441 5.00855 20.7212 4.73025 20.3653 4.42355L18.4897 2.80692C18.1759 2.53648 17.7023 2.5716 17.4319 2.88535C17.3097 3.0271 17.2499 3.20148 17.25 3.375V5.40028C16.592 5.42131 16.0025 5.45983 15.4777 5.53039C14.2775 5.69175 13.267 6.03694 12.4645 6.83949C11.6619 7.64205 11.3167 8.65255 11.1554 9.85269C11 11.0086 11 12.4784 11 14.3018V17.375C11 17.9273 11.4477 18.375 12 18.375C12.5523 18.375 13 17.9273 13 17.375V14.375C13 12.4611 13.0021 11.1263 13.1375 10.1192C13.2691 9.14082 13.5097 8.62272 13.8787 8.25371C14.2477 7.88469 14.7658 7.64409 15.7442 7.51256C16.1785 7.45417 16.6737 7.42056 17.25 7.40122V9.37618C17.2502 9.54932 17.31 9.72324 17.4319 9.86467Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 20.375C2 19.8227 2.44772 19.375 3 19.375H9C9.55228 19.375 10 19.8227 10 20.375C10 20.9273 9.55228 21.375 9 21.375H3C2.44772 21.375 2 20.9273 2 20.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 20.375C14 19.8227 14.4477 19.375 15 19.375H21C21.5523 19.375 22 19.8227 22 20.375C22 20.9273 21.5523 21.375 21 21.375H15C14.4477 21.375 14 20.9273 14 20.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-step-over{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6789 3H10.5711H10.571C9.21239 2.99999 8.11673 2.99997 7.23764 3.0894C6.33023 3.18171 5.54329 3.3775 4.84715 3.84265C4.3012 4.20745 3.83245 4.6762 3.46765 5.22215C3.0025 5.91829 2.80671 6.70523 2.7144 7.61264C2.62497 8.49173 2.62499 9.58737 2.625 10.946V10.946V17C2.625 17.5523 3.07272 18 3.625 18C4.17729 18 4.625 17.5523 4.625 17L4.625 11C4.625 9.57473 4.62621 8.58104 4.70413 7.81505C4.78035 7.06578 4.92162 6.64604 5.13059 6.33329C5.34947 6.00572 5.63072 5.72447 5.95829 5.50559C6.27104 5.29662 6.69078 5.15535 7.44005 5.07913C8.20604 5.00121 9.19973 5 10.625 5C12.0503 5 13.044 5.00121 13.8099 5.07913C14.5592 5.15535 14.979 5.29662 15.2917 5.50559C15.6193 5.72447 15.9005 6.00572 16.1194 6.33329C16.3284 6.64604 16.4696 7.06578 16.5459 7.81505C16.6238 8.58104 16.625 9.57473 16.625 11V13.25H14.6237C14.4506 13.2502 14.2767 13.31 14.1354 13.4319C13.8216 13.7023 13.7865 14.1759 14.0569 14.4897L15.6735 16.3652C15.9802 16.7212 16.2585 17.0441 16.5155 17.2715C16.7922 17.5165 17.1514 17.75 17.625 17.75C18.0986 17.75 18.4579 17.5165 18.7346 17.2715C18.9915 17.0441 19.2697 16.7212 19.5764 16.3653L21.1931 14.4897C21.4635 14.1759 21.4284 13.7023 21.1147 13.4319C20.9729 13.3097 20.7985 13.2499 20.625 13.25H18.625V10.946C18.625 9.5874 18.625 8.49173 18.5356 7.61265C18.4433 6.70523 18.2475 5.91829 17.7823 5.22215C17.4176 4.6762 16.9488 4.20745 16.4029 3.84265C15.7067 3.37751 14.9198 3.18171 14.0124 3.0894C13.1333 2.99997 12.0376 2.99999 10.679 3H10.6789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.625 20C6.625 19.4477 7.07272 19 7.625 19H13.625C14.1773 19 14.625 19.4477 14.625 20C14.625 20.5523 14.1773 21 13.625 21H7.625C7.07272 21 6.625 20.5523 6.625 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6789 3H10.5711H10.571C9.21239 2.99999 8.11673 2.99997 7.23764 3.0894C6.33023 3.18171 5.54329 3.3775 4.84715 3.84265C4.3012 4.20745 3.83245 4.6762 3.46765 5.22215C3.0025 5.91829 2.80671 6.70523 2.7144 7.61264C2.62497 8.49173 2.62499 9.58737 2.625 10.946V10.946V17C2.625 17.5523 3.07272 18 3.625 18C4.17729 18 4.625 17.5523 4.625 17L4.625 11C4.625 9.57473 4.62621 8.58104 4.70413 7.81505C4.78035 7.06578 4.92162 6.64604 5.13059 6.33329C5.34947 6.00572 5.63072 5.72447 5.95829 5.50559C6.27104 5.29662 6.69078 5.15535 7.44005 5.07913C8.20604 5.00121 9.19973 5 10.625 5C12.0503 5 13.044 5.00121 13.8099 5.07913C14.5592 5.15535 14.979 5.29662 15.2917 5.50559C15.6193 5.72447 15.9005 6.00572 16.1194 6.33329C16.3284 6.64604 16.4696 7.06578 16.5459 7.81505C16.6238 8.58104 16.625 9.57473 16.625 11V13.25H14.6237C14.4506 13.2502 14.2767 13.31 14.1354 13.4319C13.8216 13.7023 13.7865 14.1759 14.0569 14.4897L15.6735 16.3652C15.9802 16.7212 16.2585 17.0441 16.5155 17.2715C16.7922 17.5165 17.1514 17.75 17.625 17.75C18.0986 17.75 18.4579 17.5165 18.7346 17.2715C18.9915 17.0441 19.2697 16.7212 19.5764 16.3653L21.1931 14.4897C21.4635 14.1759 21.4284 13.7023 21.1147 13.4319C20.9729 13.3097 20.7985 13.2499 20.625 13.25H18.625V10.946C18.625 9.5874 18.625 8.49173 18.5356 7.61265C18.4433 6.70523 18.2475 5.91829 17.7823 5.22215C17.4176 4.6762 16.9488 4.20745 16.4029 3.84265C15.7067 3.37751 14.9198 3.18171 14.0124 3.0894C13.1333 2.99997 12.0376 2.99999 10.679 3H10.6789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.625 20C6.625 19.4477 7.07272 19 7.625 19H13.625C14.1773 19 14.625 19.4477 14.625 20C14.625 20.5523 14.1773 21 13.625 21H7.625C7.07272 21 6.625 20.5523 6.625 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-translate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.7 4.25C8.11421 4.25 8.45 4.58579 8.45 5V5.07759H11C11.4142 5.07759 11.75 5.41337 11.75 5.82759C11.75 6.2418 11.4142 6.57759 11 6.57759H10.0441C9.7328 7.41823 9.26895 8.20474 8.7517 8.91411L9.46195 9.65248C9.74911 9.951 9.73989 10.4258 9.44137 10.7129C9.14284 11.0001 8.66806 10.9909 8.38091 10.6924L7.79846 10.0868C7.3042 10.6391 6.79951 11.1326 6.34337 11.5521C6.03847 11.8324 5.56401 11.8126 5.28364 11.5077C5.00327 11.2028 5.02316 10.7283 5.32806 10.4479C5.79695 10.0168 6.30701 9.51464 6.79318 8.95952C6.7031 8.84233 6.61369 8.72245 6.52917 8.60523C6.32723 8.32519 6.11486 8.00819 6.00449 7.77138C5.82951 7.39594 5.99202 6.94973 6.36745 6.77475C6.74289 6.59977 7.1891 6.76227 7.36408 7.13771C7.40799 7.23194 7.54277 7.44628 7.74583 7.72789C7.747 7.72951 7.74817 7.73112 7.74933 7.73274C8.00508 7.35646 8.23192 6.97006 8.41754 6.57759H5C4.58579 6.57759 4.25 6.2418 4.25 5.82759C4.25 5.41337 4.58579 5.07759 5 5.07759H6.95V5C6.95 4.58579 7.28579 4.25 7.7 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0549 9.25H16.0549H16.0549H15.9451H15.9451H15.9451C14.5775 9.24998 13.4752 9.24996 12.6083 9.36652C11.7081 9.48754 10.9503 9.74643 10.3484 10.3484C9.74643 10.9503 9.48754 11.7081 9.36652 12.6083C9.24996 13.4752 9.24998 14.5775 9.25 15.9451V15.9451V15.9451V16.0549V16.0549V16.0549C9.24998 17.4225 9.24996 18.5248 9.36652 19.3918C9.48754 20.2919 9.74643 21.0497 10.3484 21.6517C10.9503 22.2536 11.7081 22.5125 12.6083 22.6335C13.4752 22.75 14.5775 22.75 15.9451 22.75H15.9451H15.9451H16.0549H16.0549H16.0549C17.4225 22.75 18.5248 22.75 19.3918 22.6335C20.2919 22.5125 21.0497 22.2536 21.6517 21.6517C22.2536 21.0497 22.5125 20.2919 22.6335 19.3918C22.75 18.5248 22.75 17.4225 22.75 16.0549V16.0549V16.0549V15.9451V15.9451V15.9451C22.75 14.5775 22.75 13.4752 22.6335 12.6083C22.5125 11.7081 22.2536 10.9503 21.6517 10.3484C21.0497 9.74643 20.2919 9.48754 19.3918 9.36652C18.5248 9.24996 17.4225 9.24998 16.0549 9.25ZM16.6925 12.7115C16.5761 12.4321 16.303 12.25 16.0002 12.25C15.6974 12.25 15.4243 12.4321 15.3079 12.7115L12.8079 18.7115C12.6486 19.0939 12.8294 19.533 13.2117 19.6923C13.5941 19.8516 14.0332 19.6708 14.1925 19.2885L14.8335 17.75H17.1669L17.8079 19.2885C17.9672 19.6708 18.4063 19.8516 18.7887 19.6923C19.171 19.533 19.3518 19.0939 19.1925 18.7115L16.6925 12.7115ZM16.5419 16.25H15.4585L16.0002 14.95L16.5419 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.94513 1.25H8.05488C9.42247 1.24998 10.5248 1.24996 11.3918 1.36652C12.2919 1.48754 13.0497 1.74643 13.6517 2.34835C14.2536 2.95027 14.5125 3.70814 14.6335 4.60825C14.75 5.47522 14.75 6.57754 14.75 7.94513V10C14.75 10.4142 14.4142 10.75 14 10.75C13.5858 10.75 13.25 10.4142 13.25 10V8C13.25 6.56459 13.2484 5.56347 13.1469 4.80812C13.0482 4.07435 12.8678 3.68577 12.591 3.40901C12.3142 3.13225 11.9257 2.9518 11.1919 2.85315C10.4365 2.75159 9.43542 2.75 8 2.75C6.56459 2.75 5.56347 2.75159 4.80812 2.85315C4.07435 2.9518 3.68577 3.13225 3.40901 3.40901C3.13225 3.68577 2.9518 4.07435 2.85315 4.80812C2.75159 5.56347 2.75 6.56459 2.75 8C2.75 9.43542 2.75159 10.4365 2.85315 11.1919C2.9518 11.9257 3.13225 12.3142 3.40901 12.591C3.68577 12.8678 4.07435 13.0482 4.80812 13.1469C5.56347 13.2484 6.56459 13.25 8 13.25H10C10.4142 13.25 10.75 13.5858 10.75 14C10.75 14.4142 10.4142 14.75 10 14.75H7.94513C6.57754 14.75 5.47522 14.75 4.60825 14.6335C3.70814 14.5125 2.95027 14.2536 2.34835 13.6517C1.74643 13.0497 1.48754 12.2919 1.36652 11.3918C1.24996 10.5248 1.24998 9.42247 1.25 8.05488V7.94513C1.24998 6.57754 1.24996 5.47522 1.36652 4.60825C1.48754 3.70814 1.74643 2.95027 2.34835 2.34835C2.95027 1.74643 3.70814 1.48754 4.60825 1.36652C5.47522 1.24996 6.57754 1.24998 7.94513 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 15.75C4.41421 15.75 4.75 16.0858 4.75 16.5C4.75 17.2178 4.75091 17.6998 4.78828 18.0672C4.82438 18.422 4.8882 18.586 4.96066 18.6945C5.05186 18.831 5.16905 18.9481 5.30554 19.0393C5.41399 19.1118 5.57796 19.1756 5.93283 19.2117C6.30023 19.2491 6.78216 19.25 7.5 19.25C7.91422 19.25 8.25 19.5858 8.25 20C8.25 20.4142 7.91422 20.75 7.5 20.75L7.46166 20.75C6.79208 20.75 6.23335 20.75 5.78102 20.704C5.30755 20.6559 4.86818 20.5511 4.47218 20.2865C4.17191 20.0859 3.9141 19.8281 3.71346 19.5278C3.44886 19.1318 3.34415 18.6925 3.29598 18.219C3.24997 17.7666 3.24998 17.2079 3.25 16.5383C3.25 16.5256 3.25 16.5128 3.25 16.5C3.25 16.0858 3.58579 15.75 4 15.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 8.25C19.5858 8.25 19.25 7.91421 19.25 7.5C19.25 6.78216 19.2491 6.30023 19.2117 5.93283C19.1756 5.57796 19.1118 5.41399 19.0393 5.30554C18.9481 5.16905 18.8309 5.05186 18.6945 4.96066C18.586 4.8882 18.422 4.82438 18.0672 4.78828C17.6998 4.75091 17.2178 4.75 16.5 4.75C16.0858 4.75 15.75 4.41421 15.75 4C15.75 3.58579 16.0858 3.25 16.5 3.25L16.5383 3.25C17.2079 3.24998 17.7666 3.24997 18.219 3.29598C18.6925 3.34415 19.1318 3.44886 19.5278 3.71346C19.8281 3.91409 20.0859 4.17191 20.2865 4.47218C20.5511 4.86818 20.6559 5.30755 20.704 5.78102C20.75 6.23335 20.75 6.79208 20.75 7.46165C20.75 7.4744 20.75 7.48718 20.75 7.5C20.75 7.91421 20.4142 8.25 20 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.7 4.25C8.11421 4.25 8.45 4.58579 8.45 5V5.07759H11C11.4142 5.07759 11.75 5.41337 11.75 5.82759C11.75 6.2418 11.4142 6.57759 11 6.57759H10.0441C9.7328 7.41823 9.26895 8.20474 8.7517 8.91411L9.46195 9.65248C9.74911 9.951 9.73989 10.4258 9.44137 10.7129C9.14284 11.0001 8.66806 10.9909 8.38091 10.6924L7.79846 10.0868C7.3042 10.6391 6.79951 11.1326 6.34337 11.5521C6.03847 11.8324 5.56401 11.8126 5.28364 11.5077C5.00327 11.2028 5.02316 10.7283 5.32806 10.4479C5.79695 10.0168 6.30701 9.51464 6.79318 8.95952C6.7031 8.84233 6.61369 8.72245 6.52917 8.60523C6.32723 8.32519 6.11486 8.00819 6.00449 7.77138C5.82951 7.39594 5.99202 6.94973 6.36745 6.77475C6.74289 6.59977 7.1891 6.76227 7.36408 7.13771C7.40799 7.23194 7.54277 7.44628 7.74583 7.72789C7.747 7.72951 7.74817 7.73112 7.74933 7.73274C8.00508 7.35646 8.23192 6.97006 8.41754 6.57759H5C4.58579 6.57759 4.25 6.2418 4.25 5.82759C4.25 5.41337 4.58579 5.07759 5 5.07759H6.95V5C6.95 4.58579 7.28579 4.25 7.7 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.0549 9.25H16.0549H16.0549H15.9451H15.9451H15.9451C14.5775 9.24998 13.4752 9.24996 12.6083 9.36652C11.7081 9.48754 10.9503 9.74643 10.3484 10.3484C9.74643 10.9503 9.48754 11.7081 9.36652 12.6083C9.24996 13.4752 9.24998 14.5775 9.25 15.9451V15.9451V15.9451V16.0549V16.0549V16.0549C9.24998 17.4225 9.24996 18.5248 9.36652 19.3918C9.48754 20.2919 9.74643 21.0497 10.3484 21.6517C10.9503 22.2536 11.7081 22.5125 12.6083 22.6335C13.4752 22.75 14.5775 22.75 15.9451 22.75H15.9451H15.9451H16.0549H16.0549H16.0549C17.4225 22.75 18.5248 22.75 19.3918 22.6335C20.2919 22.5125 21.0497 22.2536 21.6517 21.6517C22.2536 21.0497 22.5125 20.2919 22.6335 19.3918C22.75 18.5248 22.75 17.4225 22.75 16.0549V16.0549V16.0549V15.9451V15.9451V15.9451C22.75 14.5775 22.75 13.4752 22.6335 12.6083C22.5125 11.7081 22.2536 10.9503 21.6517 10.3484C21.0497 9.74643 20.2919 9.48754 19.3918 9.36652C18.5248 9.24996 17.4225 9.24998 16.0549 9.25ZM16.6925 12.7115C16.5761 12.4321 16.303 12.25 16.0002 12.25C15.6974 12.25 15.4243 12.4321 15.3079 12.7115L12.8079 18.7115C12.6486 19.0939 12.8294 19.533 13.2117 19.6923C13.5941 19.8516 14.0332 19.6708 14.1925 19.2885L14.8335 17.75H17.1669L17.8079 19.2885C17.9672 19.6708 18.4063 19.8516 18.7887 19.6923C19.171 19.533 19.3518 19.0939 19.1925 18.7115L16.6925 12.7115ZM16.5419 16.25H15.4585L16.0002 14.95L16.5419 16.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.94513 1.25H8.05488C9.42247 1.24998 10.5248 1.24996 11.3918 1.36652C12.2919 1.48754 13.0497 1.74643 13.6517 2.34835C14.2536 2.95027 14.5125 3.70814 14.6335 4.60825C14.75 5.47522 14.75 6.57754 14.75 7.94513V10C14.75 10.4142 14.4142 10.75 14 10.75C13.5858 10.75 13.25 10.4142 13.25 10V8C13.25 6.56459 13.2484 5.56347 13.1469 4.80812C13.0482 4.07435 12.8678 3.68577 12.591 3.40901C12.3142 3.13225 11.9257 2.9518 11.1919 2.85315C10.4365 2.75159 9.43542 2.75 8 2.75C6.56459 2.75 5.56347 2.75159 4.80812 2.85315C4.07435 2.9518 3.68577 3.13225 3.40901 3.40901C3.13225 3.68577 2.9518 4.07435 2.85315 4.80812C2.75159 5.56347 2.75 6.56459 2.75 8C2.75 9.43542 2.75159 10.4365 2.85315 11.1919C2.9518 11.9257 3.13225 12.3142 3.40901 12.591C3.68577 12.8678 4.07435 13.0482 4.80812 13.1469C5.56347 13.2484 6.56459 13.25 8 13.25H10C10.4142 13.25 10.75 13.5858 10.75 14C10.75 14.4142 10.4142 14.75 10 14.75H7.94513C6.57754 14.75 5.47522 14.75 4.60825 14.6335C3.70814 14.5125 2.95027 14.2536 2.34835 13.6517C1.74643 13.0497 1.48754 12.2919 1.36652 11.3918C1.24996 10.5248 1.24998 9.42247 1.25 8.05488V7.94513C1.24998 6.57754 1.24996 5.47522 1.36652 4.60825C1.48754 3.70814 1.74643 2.95027 2.34835 2.34835C2.95027 1.74643 3.70814 1.48754 4.60825 1.36652C5.47522 1.24996 6.57754 1.24998 7.94513 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 15.75C4.41421 15.75 4.75 16.0858 4.75 16.5C4.75 17.2178 4.75091 17.6998 4.78828 18.0672C4.82438 18.422 4.8882 18.586 4.96066 18.6945C5.05186 18.831 5.16905 18.9481 5.30554 19.0393C5.41399 19.1118 5.57796 19.1756 5.93283 19.2117C6.30023 19.2491 6.78216 19.25 7.5 19.25C7.91422 19.25 8.25 19.5858 8.25 20C8.25 20.4142 7.91422 20.75 7.5 20.75L7.46166 20.75C6.79208 20.75 6.23335 20.75 5.78102 20.704C5.30755 20.6559 4.86818 20.5511 4.47218 20.2865C4.17191 20.0859 3.9141 19.8281 3.71346 19.5278C3.44886 19.1318 3.34415 18.6925 3.29598 18.219C3.24997 17.7666 3.24998 17.2079 3.25 16.5383C3.25 16.5256 3.25 16.5128 3.25 16.5C3.25 16.0858 3.58579 15.75 4 15.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 8.25C19.5858 8.25 19.25 7.91421 19.25 7.5C19.25 6.78216 19.2491 6.30023 19.2117 5.93283C19.1756 5.57796 19.1118 5.41399 19.0393 5.30554C18.9481 5.16905 18.8309 5.05186 18.6945 4.96066C18.586 4.8882 18.422 4.82438 18.0672 4.78828C17.6998 4.75091 17.2178 4.75 16.5 4.75C16.0858 4.75 15.75 4.41421 15.75 4C15.75 3.58579 16.0858 3.25 16.5 3.25L16.5383 3.25C17.2079 3.24998 17.7666 3.24997 18.219 3.29598C18.6925 3.34415 19.1318 3.44886 19.5278 3.71346C19.8281 3.91409 20.0859 4.17191 20.2865 4.47218C20.5511 4.86818 20.6559 5.30755 20.704 5.78102C20.75 6.23335 20.75 6.79208 20.75 7.46165C20.75 7.4744 20.75 7.48718 20.75 7.5C20.75 7.91421 20.4142 8.25 20 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-translation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.45109 1.25H9.54891C11.1512 1.24999 12.4205 1.24998 13.4248 1.36868C14.4557 1.49054 15.3044 1.74638 16.0134 2.3282C16.2539 2.52558 16.4744 2.74612 16.6718 2.98663C17.4914 3.98526 17.6729 5.27767 17.7273 6.99859C17.7339 7.20563 17.6545 7.40617 17.508 7.55264L7.55264 17.508C7.40617 17.6545 7.20563 17.7339 6.99859 17.7273C5.27767 17.6729 3.98526 17.4914 2.98663 16.6718C2.74612 16.4744 2.52558 16.2539 2.3282 16.0134C1.74638 15.3044 1.49054 14.4557 1.36868 13.4248C1.24998 12.4205 1.24999 11.1512 1.25 9.54891V9.45109C1.24999 7.84882 1.24998 6.57947 1.36868 5.57525C1.49054 4.54428 1.74638 3.69558 2.3282 2.98663C2.52558 2.74612 2.74612 2.52558 2.98663 2.3282C3.69558 1.74638 4.54428 1.49054 5.57525 1.36868C6.57947 1.24998 7.84883 1.24999 9.45109 1.25ZM5.75133 2.85831C4.86197 2.96344 4.33563 3.16158 3.93822 3.48772C3.77366 3.62277 3.62277 3.77366 3.48772 3.93822C3.16158 4.33563 2.96344 4.86197 2.85831 5.75133C2.75123 6.65724 2.75 7.83789 2.75 9.5C2.75 11.1621 2.75123 12.3428 2.85831 13.2487C2.96344 14.138 3.16158 14.6644 3.48772 15.0618C3.62277 15.2263 3.77366 15.3772 3.93822 15.5123C4.47209 15.9504 5.22196 16.1475 6.72361 16.2157L16.2157 6.72361C16.1475 5.22196 15.9504 4.47209 15.5123 3.93822C15.3772 3.77366 15.2263 3.62277 15.0618 3.48772C14.6644 3.16158 14.138 2.96344 13.2487 2.85831C12.3428 2.75123 11.1621 2.75 9.5 2.75C7.83789 2.75 6.65724 2.75123 5.75133 2.85831Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.15 4.25C8.56421 4.25 8.9 4.58579 8.9 5V5.21552H12C12.4142 5.21552 12.75 5.5513 12.75 5.96552C12.75 6.37973 12.4142 6.71552 12 6.71552H10.7973C10.4274 7.74664 9.85464 8.71119 9.21395 9.57728L10.1155 10.5145C10.4027 10.8131 10.3935 11.2879 10.0949 11.575C9.79642 11.8622 9.32163 11.8529 9.03448 11.5544L8.26126 10.7506C7.65985 11.4317 7.04053 12.0391 6.48266 12.5521C6.17775 12.8324 5.7033 12.8126 5.42293 12.5077C5.14256 12.2028 5.16244 11.7283 5.46735 11.4479C6.0382 10.923 6.66238 10.3072 7.2537 9.62414C7.12848 9.4632 7.00289 9.29589 6.88542 9.13299C6.64973 8.80615 6.40843 8.44486 6.28521 8.18047C6.11023 7.80503 6.27273 7.35883 6.64817 7.18384C7.02361 7.00886 7.46981 7.17137 7.64479 7.5468C7.70157 7.66862 7.86527 7.92724 8.10208 8.25565C8.13755 8.30483 8.1738 8.35441 8.21052 8.40399C8.59222 7.85898 8.92551 7.29315 9.18194 6.71552H5C4.58579 6.71552 4.25 6.37973 4.25 5.96552C4.25 5.5513 4.58579 5.21552 5 5.21552H7.4V5C7.4 4.58579 7.73579 4.25 8.15 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0012 6.27383C16.7939 6.26711 16.5931 6.34649 16.4465 6.49311L6.49115 16.4485C6.34468 16.595 6.26531 16.7955 6.27186 17.0025C6.32632 18.7235 6.50782 20.0159 7.32737 21.0145C7.52476 21.255 7.74529 21.4755 7.9858 21.6729C8.69475 22.2547 9.54345 22.5106 10.5744 22.6324C11.5786 22.7511 12.8479 22.7511 14.4501 22.7511H14.4502H14.4503H14.5481H14.5482H14.5482C16.1504 22.7511 17.4197 22.7511 18.4239 22.6324C19.4549 22.5106 20.3036 22.2547 21.0125 21.6729C21.2531 21.4755 21.4736 21.255 21.671 21.0145C22.2528 20.3055 22.5086 19.4568 22.6305 18.4259C22.7492 17.4217 22.7492 16.1524 22.7492 14.5502V14.5501V14.55V14.4522V14.4521V14.4521C22.7492 12.8499 22.7492 11.5806 22.6305 10.5764C22.5086 9.5454 22.2528 8.6967 21.671 7.98776C21.4736 7.74725 21.2531 7.52671 21.0125 7.32933C20.0171 6.5124 18.7075 6.32916 17.0012 6.27383ZM16.1925 12.7115C16.0761 12.4321 15.803 12.25 15.5002 12.25C15.1974 12.25 14.9243 12.4321 14.8079 12.7115L12.3079 18.7115C12.1486 19.0939 12.3294 19.533 12.7117 19.6923C13.0941 19.8516 13.5332 19.6708 13.6925 19.2885L14.3335 17.75H16.6669L17.3079 19.2885C17.4672 19.6708 17.9063 19.8516 18.2887 19.6923C18.671 19.533 18.8518 19.0939 18.6925 18.7115L16.1925 12.7115ZM15.5002 14.95L16.0419 16.25H14.9585L15.5002 14.95Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.45109 1.25H9.54891C11.1512 1.24999 12.4205 1.24998 13.4248 1.36868C14.4557 1.49054 15.3044 1.74638 16.0134 2.3282C16.2539 2.52558 16.4744 2.74612 16.6718 2.98663C17.4914 3.98526 17.6729 5.27767 17.7273 6.99859C17.7339 7.20563 17.6545 7.40617 17.508 7.55264L7.55264 17.508C7.40617 17.6545 7.20563 17.7339 6.99859 17.7273C5.27767 17.6729 3.98526 17.4914 2.98663 16.6718C2.74612 16.4744 2.52558 16.2539 2.3282 16.0134C1.74638 15.3044 1.49054 14.4557 1.36868 13.4248C1.24998 12.4205 1.24999 11.1512 1.25 9.54891V9.45109C1.24999 7.84882 1.24998 6.57947 1.36868 5.57525C1.49054 4.54428 1.74638 3.69558 2.3282 2.98663C2.52558 2.74612 2.74612 2.52558 2.98663 2.3282C3.69558 1.74638 4.54428 1.49054 5.57525 1.36868C6.57947 1.24998 7.84883 1.24999 9.45109 1.25ZM5.75133 2.85831C4.86197 2.96344 4.33563 3.16158 3.93822 3.48772C3.77366 3.62277 3.62277 3.77366 3.48772 3.93822C3.16158 4.33563 2.96344 4.86197 2.85831 5.75133C2.75123 6.65724 2.75 7.83789 2.75 9.5C2.75 11.1621 2.75123 12.3428 2.85831 13.2487C2.96344 14.138 3.16158 14.6644 3.48772 15.0618C3.62277 15.2263 3.77366 15.3772 3.93822 15.5123C4.47209 15.9504 5.22196 16.1475 6.72361 16.2157L16.2157 6.72361C16.1475 5.22196 15.9504 4.47209 15.5123 3.93822C15.3772 3.77366 15.2263 3.62277 15.0618 3.48772C14.6644 3.16158 14.138 2.96344 13.2487 2.85831C12.3428 2.75123 11.1621 2.75 9.5 2.75C7.83789 2.75 6.65724 2.75123 5.75133 2.85831Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.15 4.25C8.56421 4.25 8.9 4.58579 8.9 5V5.21552H12C12.4142 5.21552 12.75 5.5513 12.75 5.96552C12.75 6.37973 12.4142 6.71552 12 6.71552H10.7973C10.4274 7.74664 9.85464 8.71119 9.21395 9.57728L10.1155 10.5145C10.4027 10.8131 10.3935 11.2879 10.0949 11.575C9.79642 11.8622 9.32163 11.8529 9.03448 11.5544L8.26126 10.7506C7.65985 11.4317 7.04053 12.0391 6.48266 12.5521C6.17775 12.8324 5.7033 12.8126 5.42293 12.5077C5.14256 12.2028 5.16244 11.7283 5.46735 11.4479C6.0382 10.923 6.66238 10.3072 7.2537 9.62414C7.12848 9.4632 7.00289 9.29589 6.88542 9.13299C6.64973 8.80615 6.40843 8.44486 6.28521 8.18047C6.11023 7.80503 6.27273 7.35883 6.64817 7.18384C7.02361 7.00886 7.46981 7.17137 7.64479 7.5468C7.70157 7.66862 7.86527 7.92724 8.10208 8.25565C8.13755 8.30483 8.1738 8.35441 8.21052 8.40399C8.59222 7.85898 8.92551 7.29315 9.18194 6.71552H5C4.58579 6.71552 4.25 6.37973 4.25 5.96552C4.25 5.5513 4.58579 5.21552 5 5.21552H7.4V5C7.4 4.58579 7.73579 4.25 8.15 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.0012 6.27383C16.7939 6.26711 16.5931 6.34649 16.4465 6.49311L6.49115 16.4485C6.34468 16.595 6.26531 16.7955 6.27186 17.0025C6.32632 18.7235 6.50782 20.0159 7.32737 21.0145C7.52476 21.255 7.74529 21.4755 7.9858 21.6729C8.69475 22.2547 9.54345 22.5106 10.5744 22.6324C11.5786 22.7511 12.8479 22.7511 14.4501 22.7511H14.4502H14.4503H14.5481H14.5482H14.5482C16.1504 22.7511 17.4197 22.7511 18.4239 22.6324C19.4549 22.5106 20.3036 22.2547 21.0125 21.6729C21.2531 21.4755 21.4736 21.255 21.671 21.0145C22.2528 20.3055 22.5086 19.4568 22.6305 18.4259C22.7492 17.4217 22.7492 16.1524 22.7492 14.5502V14.5501V14.55V14.4522V14.4521V14.4521C22.7492 12.8499 22.7492 11.5806 22.6305 10.5764C22.5086 9.5454 22.2528 8.6967 21.671 7.98776C21.4736 7.74725 21.2531 7.52671 21.0125 7.32933C20.0171 6.5124 18.7075 6.32916 17.0012 6.27383ZM16.1925 12.7115C16.0761 12.4321 15.803 12.25 15.5002 12.25C15.1974 12.25 14.9243 12.4321 14.8079 12.7115L12.3079 18.7115C12.1486 19.0939 12.3294 19.533 12.7117 19.6923C13.0941 19.8516 13.5332 19.6708 13.6925 19.2885L14.3335 17.75H16.6669L17.3079 19.2885C17.4672 19.6708 17.9063 19.8516 18.2887 19.6923C18.671 19.533 18.8518 19.0939 18.6925 18.7115L16.1925 12.7115ZM15.5002 14.95L16.0419 16.25H14.9585L15.5002 14.95Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-variable{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0579 1.75H11.9435C9.75283 1.74999 8.03214 1.74998 6.68872 1.93059C5.31207 2.11568 4.21981 2.50272 3.36161 3.36091C2.50342 4.21911 2.11638 5.31137 1.93129 6.68802C1.89188 6.98118 1.86107 7.29229 1.83698 7.62234C1.81576 7.91313 1.80515 8.05853 1.89415 8.15427C1.98315 8.25 2.13164 8.25 2.42863 8.25H21.5728C21.8698 8.25 22.0183 8.25 22.1073 8.15427C22.1963 8.05853 22.1856 7.91313 22.1644 7.62234C22.1403 7.29229 22.1095 6.98118 22.0701 6.68802C21.885 5.31137 21.498 4.21911 20.6398 3.36091C19.7816 2.50272 18.6893 2.11568 17.3127 1.93059C15.9693 1.74998 14.2486 1.74999 12.0579 1.75ZM22.2469 10.3424C22.2452 10.0638 22.2444 9.92444 22.1566 9.83722C22.0689 9.75 21.9289 9.75 21.649 9.75H2.35096C2.07108 9.75 1.93114 9.75 1.84339 9.83722C1.75563 9.92444 1.75478 10.0638 1.75307 10.3424C1.74999 10.8457 1.75 11.3786 1.75 11.9427V11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428C22.25 11.3787 22.25 10.8458 22.2469 10.3424ZM6 5C6 4.44772 6.44571 4 6.99553 4H7.00447C7.55429 4 8 4.44772 8 5C8 5.55228 7.55429 6 7.00447 6H6.99553C6.44571 6 6 5.55228 6 5ZM10.9955 4C10.4457 4 10 4.44772 10 5C10 5.55228 10.4457 6 10.9955 6H11.0045C11.5543 6 12 5.55228 12 5C12 4.44772 11.5543 4 11.0045 4H10.9955ZM7.2991 12.3718C7.64607 12.5981 7.74395 13.0627 7.51772 13.4097C7.0322 14.1544 6.75 15.0431 6.75 16.0001C6.75 16.9571 7.0322 17.8458 7.51772 18.5905C7.74395 18.9374 7.64607 19.4021 7.2991 19.6283C6.95212 19.8546 6.48744 19.7567 6.26121 19.4097C5.62164 18.4288 5.25 17.2567 5.25 16.0001C5.25 14.7435 5.62164 13.5714 6.26121 12.5905C6.48744 12.2435 6.95212 12.1456 7.2991 12.3718ZM16.7009 12.3718C17.0479 12.1456 17.5126 12.2435 17.7388 12.5905C18.3784 13.5714 18.75 14.7435 18.75 16.0001C18.75 17.2567 18.3784 18.4288 17.7388 19.4097C17.5126 19.7567 17.0479 19.8546 16.7009 19.6283C16.3539 19.4021 16.256 18.9374 16.4823 18.5905C16.9678 17.8458 17.25 16.9571 17.25 16.0001C17.25 15.0431 16.9678 14.1544 16.4823 13.4097C16.256 13.0627 16.3539 12.5981 16.7009 12.3718ZM12 14.9393L10.5303 13.4697C10.2374 13.1768 9.76256 13.1768 9.46967 13.4697C9.17678 13.7626 9.17678 14.2374 9.46967 14.5303L10.9393 16L9.46967 17.4697C9.17678 17.7626 9.17678 18.2374 9.46967 18.5303C9.76256 18.8232 10.2374 18.8232 10.5303 18.5303L12 17.0607L13.4697 18.5303C13.7626 18.8232 14.2374 18.8232 14.5303 18.5303C14.8232 18.2374 14.8232 17.7626 14.5303 17.4697L13.0607 16L14.5303 14.5303C14.8232 14.2374 14.8232 13.7626 14.5303 13.4697C14.2374 13.1768 13.7626 13.1768 13.4697 13.4697L12 14.9393Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0579 1.75H11.9435C9.75283 1.74999 8.03214 1.74998 6.68872 1.93059C5.31207 2.11568 4.21981 2.50272 3.36161 3.36091C2.50342 4.21911 2.11638 5.31137 1.93129 6.68802C1.89188 6.98118 1.86107 7.29229 1.83698 7.62234C1.81576 7.91313 1.80515 8.05853 1.89415 8.15427C1.98315 8.25 2.13164 8.25 2.42863 8.25H21.5728C21.8698 8.25 22.0183 8.25 22.1073 8.15427C22.1963 8.05853 22.1856 7.91313 22.1644 7.62234C22.1403 7.29229 22.1095 6.98118 22.0701 6.68802C21.885 5.31137 21.498 4.21911 20.6398 3.36091C19.7816 2.50272 18.6893 2.11568 17.3127 1.93059C15.9693 1.74998 14.2486 1.74999 12.0579 1.75ZM22.2469 10.3424C22.2452 10.0638 22.2444 9.92444 22.1566 9.83722C22.0689 9.75 21.9289 9.75 21.649 9.75H2.35096C2.07108 9.75 1.93114 9.75 1.84339 9.83722C1.75563 9.92444 1.75478 10.0638 1.75307 10.3424C1.74999 10.8457 1.75 11.3786 1.75 11.9427V11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V11.9428C22.25 11.3787 22.25 10.8458 22.2469 10.3424ZM6 5C6 4.44772 6.44571 4 6.99553 4H7.00447C7.55429 4 8 4.44772 8 5C8 5.55228 7.55429 6 7.00447 6H6.99553C6.44571 6 6 5.55228 6 5ZM10.9955 4C10.4457 4 10 4.44772 10 5C10 5.55228 10.4457 6 10.9955 6H11.0045C11.5543 6 12 5.55228 12 5C12 4.44772 11.5543 4 11.0045 4H10.9955ZM7.2991 12.3718C7.64607 12.5981 7.74395 13.0627 7.51772 13.4097C7.0322 14.1544 6.75 15.0431 6.75 16.0001C6.75 16.9571 7.0322 17.8458 7.51772 18.5905C7.74395 18.9374 7.64607 19.4021 7.2991 19.6283C6.95212 19.8546 6.48744 19.7567 6.26121 19.4097C5.62164 18.4288 5.25 17.2567 5.25 16.0001C5.25 14.7435 5.62164 13.5714 6.26121 12.5905C6.48744 12.2435 6.95212 12.1456 7.2991 12.3718ZM16.7009 12.3718C17.0479 12.1456 17.5126 12.2435 17.7388 12.5905C18.3784 13.5714 18.75 14.7435 18.75 16.0001C18.75 17.2567 18.3784 18.4288 17.7388 19.4097C17.5126 19.7567 17.0479 19.8546 16.7009 19.6283C16.3539 19.4021 16.256 18.9374 16.4823 18.5905C16.9678 17.8458 17.25 16.9571 17.25 16.0001C17.25 15.0431 16.9678 14.1544 16.4823 13.4097C16.256 13.0627 16.3539 12.5981 16.7009 12.3718ZM12 14.9393L10.5303 13.4697C10.2374 13.1768 9.76256 13.1768 9.46967 13.4697C9.17678 13.7626 9.17678 14.2374 9.46967 14.5303L10.9393 16L9.46967 17.4697C9.17678 17.7626 9.17678 18.2374 9.46967 18.5303C9.76256 18.8232 10.2374 18.8232 10.5303 18.5303L12 17.0607L13.4697 18.5303C13.7626 18.8232 14.2374 18.8232 14.5303 18.5303C14.8232 18.2374 14.8232 17.7626 14.5303 17.4697L13.0607 16L14.5303 14.5303C14.8232 14.2374 14.8232 13.7626 14.5303 13.4697C14.2374 13.1768 13.7626 13.1768 13.4697 13.4697L12 14.9393Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-web-design-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9435 1.75H12.0579H12.0579C14.2486 1.74999 15.9693 1.74998 17.3127 1.93059C18.6893 2.11568 19.7816 2.50272 20.6398 3.36091C21.498 4.21911 21.885 5.31137 22.0701 6.68802C22.1095 6.98118 22.1403 7.29229 22.1644 7.62234C22.1856 7.91313 22.1963 8.05853 22.1073 8.15427C22.0183 8.25 21.8698 8.25 21.5728 8.25H2.42863C2.13164 8.25 1.98315 8.25 1.89415 8.15427C1.80515 8.05853 1.81576 7.91313 1.83698 7.62234C1.86107 7.29229 1.89188 6.98118 1.9313 6.68802C2.11638 5.31137 2.50342 4.21911 3.36161 3.36091C4.21981 2.50272 5.31207 2.11568 6.68872 1.93059C8.03214 1.74998 9.75282 1.74999 11.9435 1.75H11.9435ZM22.1566 9.83722C22.2444 9.92444 22.2452 10.0638 22.2469 10.3424C22.25 10.8458 22.25 11.3787 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428H11.9427H11.9426H11.9425H11.9423C11.3784 22.25 10.8456 22.25 10.3424 22.2469C10.0638 22.2452 9.92444 22.2444 9.83722 22.1566C9.75 22.0689 9.75 21.9289 9.75 21.649V10.35C9.75 10.0672 9.75 9.92574 9.83787 9.83787C9.92574 9.75 10.0672 9.75 10.35 9.75H21.649C21.9289 9.75 22.0689 9.75 22.1566 9.83722ZM7.65 9.75C7.93284 9.75 8.07426 9.75 8.16213 9.83787C8.25 9.92574 8.25 10.0672 8.25 10.35V21.5721C8.25 21.8691 8.25 22.0176 8.15427 22.1066C8.05853 22.1956 7.91313 22.1849 7.62234 22.1637C7.29229 22.1396 6.98118 22.1088 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9427V11.9426C1.75 11.3786 1.74999 10.8457 1.75307 10.3424C1.75478 10.0638 1.75563 9.92444 1.84339 9.83722C1.93114 9.75 2.07108 9.75 2.35096 9.75H7.65ZM12.25 13C12.25 12.5858 12.5858 12.25 13 12.25H17C17.4142 12.25 17.75 12.5858 17.75 13C17.75 13.4142 17.4142 13.75 17 13.75H13C12.5858 13.75 12.25 13.4142 12.25 13ZM13 16.25C12.5858 16.25 12.25 16.5858 12.25 17C12.25 17.4142 12.5858 17.75 13 17.75H15C15.4142 17.75 15.75 17.4142 15.75 17C15.75 16.5858 15.4142 16.25 15 16.25H13ZM6 5C6 4.44772 6.44571 4 6.99553 4H7.00447C7.55429 4 8 4.44772 8 5C8 5.55228 7.55429 6 7.00447 6H6.99553C6.44571 6 6 5.55228 6 5ZM10.9955 4C10.4457 4 10 4.44772 10 5C10 5.55228 10.4457 6 10.9955 6H11.0045C11.5543 6 12 5.55228 12 5C12 4.44772 11.5543 4 11.0045 4H10.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9435 1.75H12.0579H12.0579C14.2486 1.74999 15.9693 1.74998 17.3127 1.93059C18.6893 2.11568 19.7816 2.50272 20.6398 3.36091C21.498 4.21911 21.885 5.31137 22.0701 6.68802C22.1095 6.98118 22.1403 7.29229 22.1644 7.62234C22.1856 7.91313 22.1963 8.05853 22.1073 8.15427C22.0183 8.25 21.8698 8.25 21.5728 8.25H2.42863C2.13164 8.25 1.98315 8.25 1.89415 8.15427C1.80515 8.05853 1.81576 7.91313 1.83698 7.62234C1.86107 7.29229 1.89188 6.98118 1.9313 6.68802C2.11638 5.31137 2.50342 4.21911 3.36161 3.36091C4.21981 2.50272 5.31207 2.11568 6.68872 1.93059C8.03214 1.74998 9.75282 1.74999 11.9435 1.75H11.9435ZM22.1566 9.83722C22.2444 9.92444 22.2452 10.0638 22.2469 10.3424C22.25 10.8458 22.25 11.3787 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428H11.9427H11.9426H11.9425H11.9423C11.3784 22.25 10.8456 22.25 10.3424 22.2469C10.0638 22.2452 9.92444 22.2444 9.83722 22.1566C9.75 22.0689 9.75 21.9289 9.75 21.649V10.35C9.75 10.0672 9.75 9.92574 9.83787 9.83787C9.92574 9.75 10.0672 9.75 10.35 9.75H21.649C21.9289 9.75 22.0689 9.75 22.1566 9.83722ZM7.65 9.75C7.93284 9.75 8.07426 9.75 8.16213 9.83787C8.25 9.92574 8.25 10.0672 8.25 10.35V21.5721C8.25 21.8691 8.25 22.0176 8.15427 22.1066C8.05853 22.1956 7.91313 22.1849 7.62234 22.1637C7.29229 22.1396 6.98118 22.1088 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9427V11.9426C1.75 11.3786 1.74999 10.8457 1.75307 10.3424C1.75478 10.0638 1.75563 9.92444 1.84339 9.83722C1.93114 9.75 2.07108 9.75 2.35096 9.75H7.65ZM12.25 13C12.25 12.5858 12.5858 12.25 13 12.25H17C17.4142 12.25 17.75 12.5858 17.75 13C17.75 13.4142 17.4142 13.75 17 13.75H13C12.5858 13.75 12.25 13.4142 12.25 13ZM13 16.25C12.5858 16.25 12.25 16.5858 12.25 17C12.25 17.4142 12.5858 17.75 13 17.75H15C15.4142 17.75 15.75 17.4142 15.75 17C15.75 16.5858 15.4142 16.25 15 16.25H13ZM6 5C6 4.44772 6.44571 4 6.99553 4H7.00447C7.55429 4 8 4.44772 8 5C8 5.55228 7.55429 6 7.00447 6H6.99553C6.44571 6 6 5.55228 6 5ZM10.9955 4C10.4457 4 10 4.44772 10 5C10 5.55228 10.4457 6 10.9955 6H11.0045C11.5543 6 12 5.55228 12 5C12 4.44772 11.5543 4 11.0045 4H10.9955Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-web-design-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5424 12.25H17.5424H17.5424H12.4576H12.4576H12.4576C11.5562 12.25 10.8192 12.25 10.2278 12.314C9.61317 12.3806 9.06744 12.5236 8.5897 12.8707C8.31379 13.0712 8.07115 13.3138 7.8707 13.5897C7.5236 14.0674 7.38064 14.6132 7.31405 15.2278C7.24997 15.8192 7.24999 16.5562 7.25 17.4576V17.4576V17.4576V17.5424V17.5424V17.5424C7.24999 18.4438 7.24997 19.1808 7.31405 19.7722C7.38064 20.3868 7.5236 20.9326 7.8707 21.4103C8.07115 21.6862 8.31379 21.9288 8.5897 22.1293C9.06744 22.4764 9.61317 22.6194 10.2278 22.686C10.8192 22.75 11.5562 22.75 12.4576 22.75H17.5424C18.4438 22.75 19.1808 22.75 19.7722 22.686C20.3868 22.6194 20.9326 22.4764 21.4103 22.1293C21.6862 21.9288 21.9288 21.6862 22.1293 21.4103C22.4764 20.9326 22.6194 20.3868 22.686 19.7722C22.75 19.1808 22.75 18.4438 22.75 17.5424V17.4576C22.75 16.5562 22.75 15.8192 22.686 15.2278C22.6194 14.6132 22.4764 14.0674 22.1293 13.5897C21.9288 13.3138 21.6862 13.0712 21.4103 12.8707C20.9326 12.5236 20.3868 12.3806 19.7722 12.314C19.1808 12.25 18.4438 12.25 17.5424 12.25ZM13.6529 16.7575C14.0712 16.3969 14.118 15.7655 13.7575 15.3471C13.3969 14.9288 12.7655 14.882 12.3471 15.2426L11.4272 16.0354L11.3953 16.0629C11.2308 16.2045 11.0391 16.3696 10.8962 16.531C10.7308 16.7179 10.5 17.0411 10.5 17.5C10.5 17.9589 10.7308 18.2821 10.8962 18.4691C11.0391 18.6305 11.2308 18.7955 11.3953 18.9371L11.3953 18.9371L11.4272 18.9646L12.3471 19.7575C12.7655 20.1181 13.3969 20.0712 13.7575 19.6529C14.118 19.2346 14.0712 18.6031 13.6529 18.2426L12.7914 17.5L13.6529 16.7575ZM16.3471 16.7575C15.9288 16.3969 15.882 15.7655 16.2425 15.3471C16.6031 14.9288 17.2345 14.882 17.6529 15.2426L18.5728 16.0354L18.6047 16.0629C18.7692 16.2045 18.9609 16.3696 19.1038 16.531C19.2692 16.7179 19.5 17.0411 19.5 17.5C19.5 17.9589 19.2692 18.2821 19.1038 18.4691C18.9609 18.6305 18.7692 18.7955 18.6047 18.9371L18.5728 18.9646L17.6529 19.7575C17.2345 20.1181 16.6031 20.0712 16.2425 19.6529C15.882 19.2346 15.9288 18.6031 16.3471 18.2426L17.2086 17.5L16.3471 16.7575Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0473 1.25H9.95269C8.17568 1.24997 6.74175 1.24995 5.61368 1.4036C4.44069 1.56337 3.45425 1.9054 2.67241 2.69748C1.89268 3.48742 1.55794 4.48047 1.40121 5.66142C1.24996 6.80119 1.24998 8.25122 1.25 10.0541V10.1947C1.24998 11.9975 1.24996 13.4475 1.40121 14.5873C1.55794 15.7683 1.89268 16.7613 2.67241 17.5512C3.29565 18.1827 4.05283 18.5313 4.93946 18.7269C5.46523 18.8428 5.98572 18.5118 6.102 17.9875C6.21828 17.4633 5.88632 16.9443 5.36054 16.8283C4.7369 16.6908 4.35465 16.4836 4.06217 16.1873C3.69961 15.82 3.46321 15.3031 3.33436 14.3322C3.20201 13.3349 3.2 12.014 3.2 10.1244C3.2 9.00435 3.20071 8.08412 3.22884 7.31266C3.23844 7.0496 3.24323 6.91808 3.33039 6.83404C3.41755 6.75 3.5516 6.75 3.81971 6.75H18.1803C18.4484 6.75 18.5825 6.75 18.6696 6.83404C18.7568 6.91808 18.7616 7.0496 18.7712 7.31266C18.7993 8.08412 18.8 9.00435 18.8 10.1244C18.8 10.6613 19.2365 11.0966 19.775 11.0966C20.3135 11.0966 20.75 10.6613 20.75 10.1244V10.0541C20.75 8.25124 20.75 6.8012 20.5988 5.66142C20.4421 4.48047 20.1073 3.48742 19.3276 2.69748C18.5458 1.9054 17.5593 1.56337 16.3863 1.4036C15.2583 1.24995 13.8243 1.24997 12.0473 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5424 12.25H17.5424H17.5424H12.4576H12.4576H12.4576C11.5562 12.25 10.8192 12.25 10.2278 12.314C9.61317 12.3806 9.06744 12.5236 8.5897 12.8707C8.31379 13.0712 8.07115 13.3138 7.8707 13.5897C7.5236 14.0674 7.38064 14.6132 7.31405 15.2278C7.24997 15.8192 7.24999 16.5562 7.25 17.4576V17.4576V17.4576V17.5424V17.5424V17.5424C7.24999 18.4438 7.24997 19.1808 7.31405 19.7722C7.38064 20.3868 7.5236 20.9326 7.8707 21.4103C8.07115 21.6862 8.31379 21.9288 8.5897 22.1293C9.06744 22.4764 9.61317 22.6194 10.2278 22.686C10.8192 22.75 11.5562 22.75 12.4576 22.75H17.5424C18.4438 22.75 19.1808 22.75 19.7722 22.686C20.3868 22.6194 20.9326 22.4764 21.4103 22.1293C21.6862 21.9288 21.9288 21.6862 22.1293 21.4103C22.4764 20.9326 22.6194 20.3868 22.686 19.7722C22.75 19.1808 22.75 18.4438 22.75 17.5424V17.4576C22.75 16.5562 22.75 15.8192 22.686 15.2278C22.6194 14.6132 22.4764 14.0674 22.1293 13.5897C21.9288 13.3138 21.6862 13.0712 21.4103 12.8707C20.9326 12.5236 20.3868 12.3806 19.7722 12.314C19.1808 12.25 18.4438 12.25 17.5424 12.25ZM13.6529 16.7575C14.0712 16.3969 14.118 15.7655 13.7575 15.3471C13.3969 14.9288 12.7655 14.882 12.3471 15.2426L11.4272 16.0354L11.3953 16.0629C11.2308 16.2045 11.0391 16.3696 10.8962 16.531C10.7308 16.7179 10.5 17.0411 10.5 17.5C10.5 17.9589 10.7308 18.2821 10.8962 18.4691C11.0391 18.6305 11.2308 18.7955 11.3953 18.9371L11.3953 18.9371L11.4272 18.9646L12.3471 19.7575C12.7655 20.1181 13.3969 20.0712 13.7575 19.6529C14.118 19.2346 14.0712 18.6031 13.6529 18.2426L12.7914 17.5L13.6529 16.7575ZM16.3471 16.7575C15.9288 16.3969 15.882 15.7655 16.2425 15.3471C16.6031 14.9288 17.2345 14.882 17.6529 15.2426L18.5728 16.0354L18.6047 16.0629C18.7692 16.2045 18.9609 16.3696 19.1038 16.531C19.2692 16.7179 19.5 17.0411 19.5 17.5C19.5 17.9589 19.2692 18.2821 19.1038 18.4691C18.9609 18.6305 18.7692 18.7955 18.6047 18.9371L18.5728 18.9646L17.6529 19.7575C17.2345 20.1181 16.6031 20.0712 16.2425 19.6529C15.882 19.2346 15.9288 18.6031 16.3471 18.2426L17.2086 17.5L16.3471 16.7575Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0473 1.25H9.95269C8.17568 1.24997 6.74175 1.24995 5.61368 1.4036C4.44069 1.56337 3.45425 1.9054 2.67241 2.69748C1.89268 3.48742 1.55794 4.48047 1.40121 5.66142C1.24996 6.80119 1.24998 8.25122 1.25 10.0541V10.1947C1.24998 11.9975 1.24996 13.4475 1.40121 14.5873C1.55794 15.7683 1.89268 16.7613 2.67241 17.5512C3.29565 18.1827 4.05283 18.5313 4.93946 18.7269C5.46523 18.8428 5.98572 18.5118 6.102 17.9875C6.21828 17.4633 5.88632 16.9443 5.36054 16.8283C4.7369 16.6908 4.35465 16.4836 4.06217 16.1873C3.69961 15.82 3.46321 15.3031 3.33436 14.3322C3.20201 13.3349 3.2 12.014 3.2 10.1244C3.2 9.00435 3.20071 8.08412 3.22884 7.31266C3.23844 7.0496 3.24323 6.91808 3.33039 6.83404C3.41755 6.75 3.5516 6.75 3.81971 6.75H18.1803C18.4484 6.75 18.5825 6.75 18.6696 6.83404C18.7568 6.91808 18.7616 7.0496 18.7712 7.31266C18.7993 8.08412 18.8 9.00435 18.8 10.1244C18.8 10.6613 19.2365 11.0966 19.775 11.0966C20.3135 11.0966 20.75 10.6613 20.75 10.1244V10.0541C20.75 8.25124 20.75 6.8012 20.5988 5.66142C20.4421 4.48047 20.1073 3.48742 19.3276 2.69748C18.5458 1.9054 17.5593 1.56337 16.3863 1.4036C15.2583 1.24995 13.8243 1.24997 12.0473 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-programming-icons-web-programming{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9435 1.75H12.0579C14.2486 1.74999 15.9693 1.74998 17.3127 1.93059C18.6893 2.11568 19.7816 2.50272 20.6398 3.36091C21.498 4.21911 21.885 5.31137 22.0701 6.68802C22.1095 6.98118 22.1403 7.29229 22.1644 7.62234C22.1856 7.91313 22.1963 8.05853 22.1073 8.15427C22.0183 8.25 21.8698 8.25 21.5728 8.25H2.42863C2.13164 8.25 1.98315 8.25 1.89415 8.15427C1.80515 8.05853 1.81576 7.91313 1.83698 7.62234C1.86107 7.29229 1.89188 6.98118 1.93129 6.68802C2.11638 5.31137 2.50342 4.21911 3.36161 3.36091C4.21981 2.50272 5.31207 2.11568 6.68872 1.93059C8.03214 1.74998 9.75283 1.74999 11.9435 1.75ZM22.1566 9.83722C22.2444 9.92444 22.2452 10.0638 22.2469 10.3424C22.25 10.8458 22.25 11.3787 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428V11.9427C1.75 11.3786 1.74999 10.8457 1.75307 10.3424C1.75478 10.0638 1.75563 9.92444 1.84339 9.83722C1.93114 9.75 2.07108 9.75 2.35096 9.75H21.649C21.9289 9.75 22.0689 9.75 22.1566 9.83722ZM6.99553 4C6.44571 4 6 4.44772 6 5C6 5.55228 6.44571 6 6.99553 6H7.00447C7.55429 6 8 5.55228 8 5C8 4.44772 7.55429 4 7.00447 4H6.99553ZM10 5C10 4.44772 10.4457 4 10.9955 4H11.0045C11.5543 4 12 4.44772 12 5C12 5.55228 11.5543 6 11.0045 6H10.9955C10.4457 6 10 5.55228 10 5ZM7.25 15.5C7.25 15.0858 7.58579 14.75 8 14.75C8.22205 14.75 8.4208 14.8455 8.5592 15.0002C8.83545 15.3088 9.30959 15.3351 9.61824 15.0589C9.92688 14.7826 9.95315 14.3085 9.6769 13.9998C9.26599 13.5407 8.66645 13.25 8 13.25C6.75736 13.25 5.75 14.2574 5.75 15.5V16.5C5.75 17.7426 6.75736 18.75 8 18.75C8.66645 18.75 9.26599 18.4593 9.6769 18.0002C9.95315 17.6915 9.92688 17.2174 9.61824 16.9411C9.30959 16.6649 8.83545 16.6912 8.5592 16.9998C8.4208 17.1545 8.22205 17.25 8 17.25C7.58579 17.25 7.25 16.9142 7.25 16.5V15.5ZM15.1644 13.3293C14.7939 13.5146 14.6438 13.9651 14.829 14.3356L16.829 18.3356C17.0143 18.7061 17.4648 18.8562 17.8352 18.671C18.2057 18.4857 18.3559 18.0352 18.1707 17.6648L16.1707 13.6648C15.9854 13.2943 15.5349 13.1441 15.1644 13.3293ZM12.4922 13.5C11.9399 13.5 11.4922 13.9477 11.4922 14.5C11.4922 15.0523 11.9399 15.5 12.4922 15.5H12.5012C13.0535 15.5 13.5012 15.0523 13.5012 14.5C13.5012 13.9477 13.0535 13.5 12.5012 13.5H12.4922ZM12.4922 16.5C11.9399 16.5 11.4922 16.9477 11.4922 17.5C11.4922 18.0523 11.9399 18.5 12.4922 18.5H12.5012C13.0535 18.5 13.5012 18.0523 13.5012 17.5C13.5012 16.9477 13.0535 16.5 12.5012 16.5H12.4922Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9435 1.75H12.0579C14.2486 1.74999 15.9693 1.74998 17.3127 1.93059C18.6893 2.11568 19.7816 2.50272 20.6398 3.36091C21.498 4.21911 21.885 5.31137 22.0701 6.68802C22.1095 6.98118 22.1403 7.29229 22.1644 7.62234C22.1856 7.91313 22.1963 8.05853 22.1073 8.15427C22.0183 8.25 21.8698 8.25 21.5728 8.25H2.42863C2.13164 8.25 1.98315 8.25 1.89415 8.15427C1.80515 8.05853 1.81576 7.91313 1.83698 7.62234C1.86107 7.29229 1.89188 6.98118 1.93129 6.68802C2.11638 5.31137 2.50342 4.21911 3.36161 3.36091C4.21981 2.50272 5.31207 2.11568 6.68872 1.93059C8.03214 1.74998 9.75283 1.74999 11.9435 1.75ZM22.1566 9.83722C22.2444 9.92444 22.2452 10.0638 22.2469 10.3424C22.25 10.8458 22.25 11.3787 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428V11.9427C1.75 11.3786 1.74999 10.8457 1.75307 10.3424C1.75478 10.0638 1.75563 9.92444 1.84339 9.83722C1.93114 9.75 2.07108 9.75 2.35096 9.75H21.649C21.9289 9.75 22.0689 9.75 22.1566 9.83722ZM6.99553 4C6.44571 4 6 4.44772 6 5C6 5.55228 6.44571 6 6.99553 6H7.00447C7.55429 6 8 5.55228 8 5C8 4.44772 7.55429 4 7.00447 4H6.99553ZM10 5C10 4.44772 10.4457 4 10.9955 4H11.0045C11.5543 4 12 4.44772 12 5C12 5.55228 11.5543 6 11.0045 6H10.9955C10.4457 6 10 5.55228 10 5ZM7.25 15.5C7.25 15.0858 7.58579 14.75 8 14.75C8.22205 14.75 8.4208 14.8455 8.5592 15.0002C8.83545 15.3088 9.30959 15.3351 9.61824 15.0589C9.92688 14.7826 9.95315 14.3085 9.6769 13.9998C9.26599 13.5407 8.66645 13.25 8 13.25C6.75736 13.25 5.75 14.2574 5.75 15.5V16.5C5.75 17.7426 6.75736 18.75 8 18.75C8.66645 18.75 9.26599 18.4593 9.6769 18.0002C9.95315 17.6915 9.92688 17.2174 9.61824 16.9411C9.30959 16.6649 8.83545 16.6912 8.5592 16.9998C8.4208 17.1545 8.22205 17.25 8 17.25C7.58579 17.25 7.25 16.9142 7.25 16.5V15.5ZM15.1644 13.3293C14.7939 13.5146 14.6438 13.9651 14.829 14.3356L16.829 18.3356C17.0143 18.7061 17.4648 18.8562 17.8352 18.671C18.2057 18.4857 18.3559 18.0352 18.1707 17.6648L16.1707 13.6648C15.9854 13.2943 15.5349 13.1441 15.1644 13.3293ZM12.4922 13.5C11.9399 13.5 11.4922 13.9477 11.4922 14.5C11.4922 15.0523 11.9399 15.5 12.4922 15.5H12.5012C13.0535 15.5 13.5012 15.0523 13.5012 14.5C13.5012 13.9477 13.0535 13.5 12.5012 13.5H12.4922ZM12.4922 16.5C11.9399 16.5 11.4922 16.9477 11.4922 17.5C11.4922 18.0523 11.9399 18.5 12.4922 18.5H12.5012C13.0535 18.5 13.5012 18.0523 13.5012 17.5C13.5012 16.9477 13.0535 16.5 12.5012 16.5H12.4922Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-acceleration{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.0534 18.7033C19.7136 19.1434 20.2767 19.5187 20.637 19.8381C20.8183 19.9987 21.0228 20.2079 21.1428 20.4668C21.2882 20.7806 21.3001 21.1555 21.0881 21.4967C20.9014 21.7972 20.6152 21.9528 20.3699 22.0391C20.1252 22.1253 19.8443 22.1698 19.5571 22.1968C18.9925 22.2501 18.2169 22.2501 17.2576 22.25H17.2575H6.3425H6.34245C5.45936 22.2501 4.74582 22.2501 4.18404 22.1997C3.61413 22.1486 3.09283 22.0392 2.65211 21.7453C2.17028 21.4241 1.9376 20.9856 1.83584 20.481C1.74978 20.0543 1.74989 19.5318 1.75002 18.977L1.75001 11.617C1.74986 11.0171 1.74971 10.4512 1.84118 10.02C1.89195 9.78064 1.98237 9.51732 2.16469 9.28715C2.3585 9.04247 2.61358 8.88859 2.89908 8.80976C3.47109 8.6518 4.00864 8.82992 4.48721 9.06992C4.95606 9.30504 5.51651 9.6787 6.18566 10.1248L19.0534 18.7033L19.0534 18.7033Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 3.75C6.84315 3.75 5.5 5.09315 5.5 6.75C5.5 8.40685 6.84315 9.75 8.5 9.75C10.1569 9.75 11.5 8.40685 11.5 6.75C11.5 5.09315 10.1569 3.75 8.5 3.75ZM3.5 6.75C3.5 3.98858 5.73858 1.75 8.5 1.75C11.2614 1.75 13.5 3.98858 13.5 6.75C13.5 9.51142 11.2614 11.75 8.5 11.75C5.73858 11.75 3.5 9.51142 3.5 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.3766 10.0135C14.6454 9.53103 15.2544 9.35781 15.7369 9.6266L19.1312 11.5176L19.611 10.7157C19.7242 10.5246 19.9014 10.3699 20.1262 10.2873C20.6446 10.0969 21.2192 10.3628 21.4097 10.8812L21.9137 12.2534L21.931 12.3005C22.0346 12.582 22.1452 12.8829 22.2018 13.1444C22.2661 13.4414 22.3076 13.8848 22.0461 14.3217C21.7894 14.7509 21.3862 14.928 21.1028 15.018C20.8461 15.0995 20.5266 15.1564 20.2197 15.2111L20.1713 15.2197L18.6878 15.4846C18.1441 15.5817 17.6246 15.2196 17.5276 14.6759C17.4844 14.4343 17.532 14.1974 17.6459 14.0002L18.1039 13.2348L14.7635 11.3738C14.281 11.105 14.1078 10.496 14.3766 10.0135Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.0534 18.7033C19.7136 19.1434 20.2767 19.5187 20.637 19.8381C20.8183 19.9987 21.0228 20.2079 21.1428 20.4668C21.2882 20.7806 21.3001 21.1555 21.0881 21.4967C20.9014 21.7972 20.6152 21.9528 20.3699 22.0391C20.1252 22.1253 19.8443 22.1698 19.5571 22.1968C18.9925 22.2501 18.2169 22.2501 17.2576 22.25H17.2575H6.3425H6.34245C5.45936 22.2501 4.74582 22.2501 4.18404 22.1997C3.61413 22.1486 3.09283 22.0392 2.65211 21.7453C2.17028 21.4241 1.9376 20.9856 1.83584 20.481C1.74978 20.0543 1.74989 19.5318 1.75002 18.977L1.75001 11.617C1.74986 11.0171 1.74971 10.4512 1.84118 10.02C1.89195 9.78064 1.98237 9.51732 2.16469 9.28715C2.3585 9.04247 2.61358 8.88859 2.89908 8.80976C3.47109 8.6518 4.00864 8.82992 4.48721 9.06992C4.95606 9.30504 5.51651 9.6787 6.18566 10.1248L19.0534 18.7033L19.0534 18.7033Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 3.75C6.84315 3.75 5.5 5.09315 5.5 6.75C5.5 8.40685 6.84315 9.75 8.5 9.75C10.1569 9.75 11.5 8.40685 11.5 6.75C11.5 5.09315 10.1569 3.75 8.5 3.75ZM3.5 6.75C3.5 3.98858 5.73858 1.75 8.5 1.75C11.2614 1.75 13.5 3.98858 13.5 6.75C13.5 9.51142 11.2614 11.75 8.5 11.75C5.73858 11.75 3.5 9.51142 3.5 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.3766 10.0135C14.6454 9.53103 15.2544 9.35781 15.7369 9.6266L19.1312 11.5176L19.611 10.7157C19.7242 10.5246 19.9014 10.3699 20.1262 10.2873C20.6446 10.0969 21.2192 10.3628 21.4097 10.8812L21.9137 12.2534L21.931 12.3005C22.0346 12.582 22.1452 12.8829 22.2018 13.1444C22.2661 13.4414 22.3076 13.8848 22.0461 14.3217C21.7894 14.7509 21.3862 14.928 21.1028 15.018C20.8461 15.0995 20.5266 15.1564 20.2197 15.2111L20.1713 15.2197L18.6878 15.4846C18.1441 15.5817 17.6246 15.2196 17.5276 14.6759C17.4844 14.4343 17.532 14.1974 17.6459 14.0002L18.1039 13.2348L14.7635 11.3738C14.281 11.105 14.1078 10.496 14.3766 10.0135Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-atom-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.36914 12C7.36914 9.23858 9.60772 7 12.3691 7C15.1306 7 17.3691 9.23858 17.3691 12C17.3691 14.7614 15.1306 17 12.3691 17C9.60772 17 7.36914 14.7614 7.36914 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8319 5.18948C14.5913 2.5429 9.92995 2.5429 6.68942 5.18948C6.27139 5.53089 5.65574 5.46877 5.31433 5.05074C4.97292 4.63271 5.03503 4.01706 5.45306 3.67565C9.41309 0.441449 15.1082 0.44145 19.0682 3.67565C19.4862 4.01706 19.5484 4.63271 19.2069 5.05074C18.8655 5.46877 18.2499 5.53089 17.8319 5.18948ZM1.61923 9.06818C1.61923 8.52845 2.05677 8.09091 2.5965 8.09091H2.60623C3.14596 8.09091 3.5835 8.52845 3.5835 9.06818C3.5835 9.60791 3.14596 10.0455 2.60623 10.0455H2.5965C2.05677 10.0455 1.61923 9.60791 1.61923 9.06818ZM21.155 9.06818C21.155 8.52845 21.5925 8.09091 22.1322 8.09091H22.142C22.6817 8.09091 23.1192 8.52845 23.1192 9.06818C23.1192 9.60791 22.6817 10.0455 22.142 10.0455H22.1322C21.5925 10.0455 21.155 9.60791 21.155 9.06818ZM2.48888 12.1303C3.02533 12.0709 3.50839 12.4576 3.56783 12.994C3.8991 15.984 5.74252 18.5972 8.45351 19.9167C8.9388 20.153 9.14072 20.7379 8.9045 21.2232C8.66828 21.7085 8.08337 21.9104 7.59808 21.6742C4.28532 20.0617 2.03044 16.8671 1.62517 13.2093C1.56573 12.6728 1.95243 12.1898 2.48888 12.1303ZM22.2496 12.1303C22.786 12.1898 23.1727 12.6728 23.1133 13.2093C22.708 16.8671 20.4531 20.0617 17.1404 21.6742C16.6551 21.9104 16.0702 21.7085 15.834 21.2232C15.5977 20.7379 15.7997 20.153 16.2849 19.9167C18.9959 18.5972 20.8394 15.984 21.1706 12.994C21.2301 12.4576 21.7131 12.0709 22.2496 12.1303ZM11.3871 21.7727C11.3871 21.233 11.8246 20.7955 12.3644 20.7955H12.3741C12.9138 20.7955 13.3514 21.233 13.3514 21.7727C13.3514 22.3125 12.9138 22.75 12.3741 22.75H12.3644C11.8246 22.75 11.3871 22.3125 11.3871 21.7727Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.36914 12C7.36914 9.23858 9.60772 7 12.3691 7C15.1306 7 17.3691 9.23858 17.3691 12C17.3691 14.7614 15.1306 17 12.3691 17C9.60772 17 7.36914 14.7614 7.36914 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8319 5.18948C14.5913 2.5429 9.92995 2.5429 6.68942 5.18948C6.27139 5.53089 5.65574 5.46877 5.31433 5.05074C4.97292 4.63271 5.03503 4.01706 5.45306 3.67565C9.41309 0.441449 15.1082 0.44145 19.0682 3.67565C19.4862 4.01706 19.5484 4.63271 19.2069 5.05074C18.8655 5.46877 18.2499 5.53089 17.8319 5.18948ZM1.61923 9.06818C1.61923 8.52845 2.05677 8.09091 2.5965 8.09091H2.60623C3.14596 8.09091 3.5835 8.52845 3.5835 9.06818C3.5835 9.60791 3.14596 10.0455 2.60623 10.0455H2.5965C2.05677 10.0455 1.61923 9.60791 1.61923 9.06818ZM21.155 9.06818C21.155 8.52845 21.5925 8.09091 22.1322 8.09091H22.142C22.6817 8.09091 23.1192 8.52845 23.1192 9.06818C23.1192 9.60791 22.6817 10.0455 22.142 10.0455H22.1322C21.5925 10.0455 21.155 9.60791 21.155 9.06818ZM2.48888 12.1303C3.02533 12.0709 3.50839 12.4576 3.56783 12.994C3.8991 15.984 5.74252 18.5972 8.45351 19.9167C8.9388 20.153 9.14072 20.7379 8.9045 21.2232C8.66828 21.7085 8.08337 21.9104 7.59808 21.6742C4.28532 20.0617 2.03044 16.8671 1.62517 13.2093C1.56573 12.6728 1.95243 12.1898 2.48888 12.1303ZM22.2496 12.1303C22.786 12.1898 23.1727 12.6728 23.1133 13.2093C22.708 16.8671 20.4531 20.0617 17.1404 21.6742C16.6551 21.9104 16.0702 21.7085 15.834 21.2232C15.5977 20.7379 15.7997 20.153 16.2849 19.9167C18.9959 18.5972 20.8394 15.984 21.1706 12.994C21.2301 12.4576 21.7131 12.0709 22.2496 12.1303ZM11.3871 21.7727C11.3871 21.233 11.8246 20.7955 12.3644 20.7955H12.3741C12.9138 20.7955 13.3514 21.233 13.3514 21.7727C13.3514 22.3125 12.9138 22.75 12.3741 22.75H12.3644C11.8246 22.75 11.3871 22.3125 11.3871 21.7727Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-atom-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0772 5.84197C14.8662 6.47945 15.652 7.18538 16.4178 7.95124C17.1837 8.71709 17.8896 9.50288 18.5271 10.2919C19.0189 9.51475 19.4192 8.76374 19.7201 8.06172C20.144 7.07249 20.3495 6.22927 20.3678 5.57522C20.3859 4.92408 20.2204 4.55731 20.0161 4.35301C19.8118 4.14871 19.445 3.98313 18.7939 4.0013C18.1398 4.01956 17.2966 4.22505 16.3074 4.64901C15.6053 4.94988 14.8543 5.35018 14.0772 5.84197ZM12.3691 4.57128C13.4505 3.83545 14.5151 3.24117 15.5195 2.81072C16.6468 2.3276 17.7471 2.02974 18.7381 2.00208C19.732 1.97435 20.7118 2.22033 21.4303 2.93879C22.1487 3.65726 22.3947 4.6371 22.367 5.63101C22.3393 6.62202 22.0415 7.72228 21.5584 8.84956C21.1279 9.85395 20.5336 10.9186 19.7978 12C20.5336 13.0813 21.1279 14.146 21.5584 15.1504C22.0415 16.2777 22.3393 17.3779 22.367 18.3689C22.3947 19.3628 22.1487 20.3427 21.4303 21.0611C20.7118 21.7796 19.732 22.0256 18.7381 21.9979C17.7471 21.9702 16.6468 21.6723 15.5195 21.1892C14.5151 20.7588 13.4505 20.1645 12.3691 19.4287C11.2878 20.1645 10.2231 20.7588 9.2187 21.1892C8.09142 21.6723 6.99116 21.9702 6.00015 21.9979C5.00624 22.0256 4.0264 21.7796 3.30794 21.0611C2.58947 20.3427 2.34349 19.3628 2.37122 18.3689C2.39888 17.3779 2.69674 16.2777 3.17986 15.1504C3.61031 14.146 4.20459 13.0813 4.94042 12C4.20459 10.9186 3.61031 9.85395 3.17986 8.84956C2.69674 7.72228 2.39888 6.62202 2.37122 5.63101C2.34349 4.6371 2.58947 3.65726 3.30794 2.93879C4.0264 2.22033 5.00624 1.97435 6.00015 2.00208C6.99116 2.02974 8.09142 2.3276 9.2187 2.81072C10.2231 3.24117 11.2878 3.83545 12.3691 4.57128ZM6.21111 10.2919C5.71932 9.51475 5.31902 8.76374 5.01815 8.06172C4.59419 7.07249 4.3887 6.22927 4.37044 5.57522C4.35228 4.92408 4.51785 4.55731 4.72215 4.35301C4.92645 4.14871 5.29323 3.98313 5.94436 4.0013C6.59841 4.01956 7.44163 4.22505 8.43086 4.64901C9.13288 4.94988 9.88389 5.35018 10.661 5.84197C9.87202 6.47945 9.08624 7.18538 8.32038 7.95124C7.55452 8.71709 6.84859 9.50288 6.21111 10.2919ZM7.41058 12C8.08649 11.1235 8.8646 10.2354 9.73459 9.36545C10.6046 8.49546 11.4927 7.71735 12.3691 7.04144C13.2456 7.71735 14.1336 8.49546 15.0036 9.36545C15.8736 10.2354 16.6517 11.1235 17.3276 12C16.6517 12.8764 15.8736 13.7645 15.0036 14.6345C14.1336 15.5045 13.2456 16.2826 12.3691 16.9585C11.4927 16.2826 10.6046 15.5045 9.73459 14.6345C8.8646 13.7645 8.08649 12.8764 7.41058 12ZM6.21111 13.708C5.71932 14.4852 5.31902 15.2362 5.01815 15.9382C4.59419 16.9274 4.3887 17.7707 4.37044 18.4247C4.35228 19.0759 4.51785 19.4426 4.72215 19.6469C4.92645 19.8512 5.29323 20.0168 5.94437 19.9986C6.59841 19.9804 7.44163 19.7749 8.43086 19.3509C9.13288 19.0501 9.88389 18.6498 10.661 18.158C9.87202 17.5205 9.08624 16.8146 8.32038 16.0487C7.55452 15.2828 6.84859 14.4971 6.21111 13.708ZM14.0772 18.158C14.8543 18.6498 15.6053 19.0501 16.3074 19.3509C17.2966 19.7749 18.1398 19.9804 18.7939 19.9986C19.445 20.0168 19.8118 19.8512 20.0161 19.6469C20.2204 19.4426 20.3859 19.0759 20.3678 18.4247C20.3495 17.7707 20.144 16.9274 19.7201 15.9382C19.4192 15.2362 19.0189 14.4852 18.5271 13.708C17.8896 14.4971 17.1837 15.2828 16.4178 16.0487C15.652 16.8146 14.8662 17.5205 14.0772 18.158Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.8691 12C10.8691 11.1716 11.5387 10.5 12.3647 10.5H12.3736C13.1996 10.5 13.8691 11.1716 13.8691 12C13.8691 12.8284 13.1996 13.5 12.3736 13.5H12.3647C11.5387 13.5 10.8691 12.8284 10.8691 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0772 5.84197C14.8662 6.47945 15.652 7.18538 16.4178 7.95124C17.1837 8.71709 17.8896 9.50288 18.5271 10.2919C19.0189 9.51475 19.4192 8.76374 19.7201 8.06172C20.144 7.07249 20.3495 6.22927 20.3678 5.57522C20.3859 4.92408 20.2204 4.55731 20.0161 4.35301C19.8118 4.14871 19.445 3.98313 18.7939 4.0013C18.1398 4.01956 17.2966 4.22505 16.3074 4.64901C15.6053 4.94988 14.8543 5.35018 14.0772 5.84197ZM12.3691 4.57128C13.4505 3.83545 14.5151 3.24117 15.5195 2.81072C16.6468 2.3276 17.7471 2.02974 18.7381 2.00208C19.732 1.97435 20.7118 2.22033 21.4303 2.93879C22.1487 3.65726 22.3947 4.6371 22.367 5.63101C22.3393 6.62202 22.0415 7.72228 21.5584 8.84956C21.1279 9.85395 20.5336 10.9186 19.7978 12C20.5336 13.0813 21.1279 14.146 21.5584 15.1504C22.0415 16.2777 22.3393 17.3779 22.367 18.3689C22.3947 19.3628 22.1487 20.3427 21.4303 21.0611C20.7118 21.7796 19.732 22.0256 18.7381 21.9979C17.7471 21.9702 16.6468 21.6723 15.5195 21.1892C14.5151 20.7588 13.4505 20.1645 12.3691 19.4287C11.2878 20.1645 10.2231 20.7588 9.2187 21.1892C8.09142 21.6723 6.99116 21.9702 6.00015 21.9979C5.00624 22.0256 4.0264 21.7796 3.30794 21.0611C2.58947 20.3427 2.34349 19.3628 2.37122 18.3689C2.39888 17.3779 2.69674 16.2777 3.17986 15.1504C3.61031 14.146 4.20459 13.0813 4.94042 12C4.20459 10.9186 3.61031 9.85395 3.17986 8.84956C2.69674 7.72228 2.39888 6.62202 2.37122 5.63101C2.34349 4.6371 2.58947 3.65726 3.30794 2.93879C4.0264 2.22033 5.00624 1.97435 6.00015 2.00208C6.99116 2.02974 8.09142 2.3276 9.2187 2.81072C10.2231 3.24117 11.2878 3.83545 12.3691 4.57128ZM6.21111 10.2919C5.71932 9.51475 5.31902 8.76374 5.01815 8.06172C4.59419 7.07249 4.3887 6.22927 4.37044 5.57522C4.35228 4.92408 4.51785 4.55731 4.72215 4.35301C4.92645 4.14871 5.29323 3.98313 5.94436 4.0013C6.59841 4.01956 7.44163 4.22505 8.43086 4.64901C9.13288 4.94988 9.88389 5.35018 10.661 5.84197C9.87202 6.47945 9.08624 7.18538 8.32038 7.95124C7.55452 8.71709 6.84859 9.50288 6.21111 10.2919ZM7.41058 12C8.08649 11.1235 8.8646 10.2354 9.73459 9.36545C10.6046 8.49546 11.4927 7.71735 12.3691 7.04144C13.2456 7.71735 14.1336 8.49546 15.0036 9.36545C15.8736 10.2354 16.6517 11.1235 17.3276 12C16.6517 12.8764 15.8736 13.7645 15.0036 14.6345C14.1336 15.5045 13.2456 16.2826 12.3691 16.9585C11.4927 16.2826 10.6046 15.5045 9.73459 14.6345C8.8646 13.7645 8.08649 12.8764 7.41058 12ZM6.21111 13.708C5.71932 14.4852 5.31902 15.2362 5.01815 15.9382C4.59419 16.9274 4.3887 17.7707 4.37044 18.4247C4.35228 19.0759 4.51785 19.4426 4.72215 19.6469C4.92645 19.8512 5.29323 20.0168 5.94437 19.9986C6.59841 19.9804 7.44163 19.7749 8.43086 19.3509C9.13288 19.0501 9.88389 18.6498 10.661 18.158C9.87202 17.5205 9.08624 16.8146 8.32038 16.0487C7.55452 15.2828 6.84859 14.4971 6.21111 13.708ZM14.0772 18.158C14.8543 18.6498 15.6053 19.0501 16.3074 19.3509C17.2966 19.7749 18.1398 19.9804 18.7939 19.9986C19.445 20.0168 19.8118 19.8512 20.0161 19.6469C20.2204 19.4426 20.3859 19.0759 20.3678 18.4247C20.3495 17.7707 20.144 16.9274 19.7201 15.9382C19.4192 15.2362 19.0189 14.4852 18.5271 13.708C17.8896 14.4971 17.1837 15.2828 16.4178 16.0487C15.652 16.8146 14.8662 17.5205 14.0772 18.158Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.8691 12C10.8691 11.1716 11.5387 10.5 12.3647 10.5H12.3736C13.1996 10.5 13.8691 11.1716 13.8691 12C13.8691 12.8284 13.1996 13.5 12.3736 13.5H12.3647C11.5387 13.5 10.8691 12.8284 10.8691 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-bacteria{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.61914 12C1.61914 6.06294 6.43208 1.25 12.3691 1.25C18.3062 1.25 23.1191 6.06294 23.1191 12C23.1191 17.9371 18.3062 22.75 12.3691 22.75C6.43208 22.75 1.61914 17.9371 1.61914 12ZM15.3691 6.75C14.6788 6.75 14.1191 7.30964 14.1191 8C14.1191 8.69036 14.6788 9.25 15.3691 9.25C16.0595 9.25 16.6191 8.69036 16.6191 8C16.6191 7.30964 16.0595 6.75 15.3691 6.75ZM12.6191 8C12.6191 6.48122 13.8504 5.25 15.3691 5.25C16.8879 5.25 18.1191 6.48122 18.1191 8C18.1191 9.51878 16.8879 10.75 15.3691 10.75C13.8504 10.75 12.6191 9.51878 12.6191 8ZM6.01866 13.2591C6.80117 14.1485 8.1413 13.7914 8.58943 12.7727L8.80923 13.021C9.08481 13.3343 9.5589 13.3619 9.86814 13.0828C10.1774 12.8036 10.2047 12.3234 9.92907 12.0102L9.71964 11.7721C8.93713 10.8827 7.59686 11.2399 7.14873 12.2586L6.92907 12.0102C6.65349 11.697 6.1794 11.6693 5.87016 11.9485C5.56093 12.2276 5.53364 12.7078 5.80923 13.021L6.01866 13.2591ZM14.7563 14.2861C15.1507 14.4128 15.3677 14.8351 15.2411 15.2295L15.1303 15.5746C15.1066 15.638 15.105 15.7627 15.2878 15.7545C16.4913 15.6247 17.4094 16.7168 17.0345 17.8844L16.9237 18.2295C16.797 18.6239 16.3746 18.8409 15.9802 18.7143C15.5859 18.5876 15.3688 18.1653 15.4955 17.7709L15.6063 17.4258C15.6578 17.2656 15.5227 17.2391 15.4487 17.2459C14.2453 17.3757 13.3271 16.2836 13.7021 15.116L13.8129 14.7709C13.9396 14.3765 14.362 14.1595 14.7563 14.2861ZM19.3647 12C18.8149 12 18.3691 12.4477 18.3691 13C18.3691 13.5523 18.8149 14 19.3647 14H19.3736C19.9234 14 20.3691 13.5523 20.3691 13C20.3691 12.4477 19.9234 12 19.3736 12H19.3647ZM8.36914 17C8.36914 16.4477 8.81486 16 9.36468 16H9.3736C9.92342 16 10.3691 16.4477 10.3691 17C10.3691 17.5523 9.92342 18 9.3736 18H9.36468C8.81486 18 8.36914 17.5523 8.36914 17ZM8.36468 7C7.81486 7 7.36914 7.44771 7.36914 8C7.36914 8.55229 7.81486 9 8.36468 9H8.3736C8.92342 9 9.36914 8.55229 9.36914 8C9.36914 7.44771 8.92342 7 8.3736 7H8.36468Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.61914 12C1.61914 6.06294 6.43208 1.25 12.3691 1.25C18.3062 1.25 23.1191 6.06294 23.1191 12C23.1191 17.9371 18.3062 22.75 12.3691 22.75C6.43208 22.75 1.61914 17.9371 1.61914 12ZM15.3691 6.75C14.6788 6.75 14.1191 7.30964 14.1191 8C14.1191 8.69036 14.6788 9.25 15.3691 9.25C16.0595 9.25 16.6191 8.69036 16.6191 8C16.6191 7.30964 16.0595 6.75 15.3691 6.75ZM12.6191 8C12.6191 6.48122 13.8504 5.25 15.3691 5.25C16.8879 5.25 18.1191 6.48122 18.1191 8C18.1191 9.51878 16.8879 10.75 15.3691 10.75C13.8504 10.75 12.6191 9.51878 12.6191 8ZM6.01866 13.2591C6.80117 14.1485 8.1413 13.7914 8.58943 12.7727L8.80923 13.021C9.08481 13.3343 9.5589 13.3619 9.86814 13.0828C10.1774 12.8036 10.2047 12.3234 9.92907 12.0102L9.71964 11.7721C8.93713 10.8827 7.59686 11.2399 7.14873 12.2586L6.92907 12.0102C6.65349 11.697 6.1794 11.6693 5.87016 11.9485C5.56093 12.2276 5.53364 12.7078 5.80923 13.021L6.01866 13.2591ZM14.7563 14.2861C15.1507 14.4128 15.3677 14.8351 15.2411 15.2295L15.1303 15.5746C15.1066 15.638 15.105 15.7627 15.2878 15.7545C16.4913 15.6247 17.4094 16.7168 17.0345 17.8844L16.9237 18.2295C16.797 18.6239 16.3746 18.8409 15.9802 18.7143C15.5859 18.5876 15.3688 18.1653 15.4955 17.7709L15.6063 17.4258C15.6578 17.2656 15.5227 17.2391 15.4487 17.2459C14.2453 17.3757 13.3271 16.2836 13.7021 15.116L13.8129 14.7709C13.9396 14.3765 14.362 14.1595 14.7563 14.2861ZM19.3647 12C18.8149 12 18.3691 12.4477 18.3691 13C18.3691 13.5523 18.8149 14 19.3647 14H19.3736C19.9234 14 20.3691 13.5523 20.3691 13C20.3691 12.4477 19.9234 12 19.3736 12H19.3647ZM8.36914 17C8.36914 16.4477 8.81486 16 9.36468 16H9.3736C9.92342 16 10.3691 16.4477 10.3691 17C10.3691 17.5523 9.92342 18 9.3736 18H9.36468C8.81486 18 8.36914 17.5523 8.36914 17ZM8.36468 7C7.81486 7 7.36914 7.44771 7.36914 8C7.36914 8.55229 7.81486 9 8.36468 9H8.3736C8.92342 9 9.36914 8.55229 9.36914 8C9.36914 7.44771 8.92342 7 8.3736 7H8.36468Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-black-hole{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.55434 11.9673C5.87446 11.5173 6.4988 11.412 6.94885 11.7321C7.93652 12.4346 9.92797 13.0009 12.3693 13.0009C14.8107 13.0009 16.8022 12.4346 17.7898 11.7321C18.2399 11.412 18.8642 11.5173 19.1843 11.9673C19.5045 12.4174 19.3991 13.0417 18.9491 13.3618C17.487 14.4018 15.0208 15.0009 12.3693 15.0009C9.7179 15.0009 7.25166 14.4018 5.78959 13.3618C5.33954 13.0417 5.23422 12.4174 5.55434 11.9673Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6191 14.2263C10.218 14.3296 9.80907 14.0881 9.70582 13.6869C9.6491 13.4666 9.61914 13.2362 9.61914 13C9.61914 11.4812 10.8504 10.25 12.3691 10.25C13.8879 10.25 15.1191 11.4812 15.1191 13C15.1191 13.2362 15.0892 13.4666 15.0325 13.6869C14.9292 14.0881 14.5203 14.3296 14.1192 14.2263H10.6191Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.06828 3.04669C6.59493 2.88038 7.15668 3.17249 7.32299 3.69914L10.323 13.1991C10.4893 13.7258 10.1972 14.2875 9.67054 14.4539C9.14389 14.6202 8.58214 14.328 8.41583 13.8014L5.41583 4.3014C5.24952 3.77475 5.54163 3.213 6.06828 3.04669ZM10.0765 17.2932C10.467 17.6837 10.467 18.3169 10.0765 18.7074L8.07652 20.7074C7.68599 21.0979 7.05283 21.0979 6.6623 20.7074C6.27178 20.3169 6.27178 19.6837 6.6623 19.2932L8.6623 17.2932C9.05283 16.9026 9.68599 16.9026 10.0765 17.2932Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.6266 5.03401C17.0929 4.89171 16.545 5.20895 16.4027 5.74258L14.4027 13.2426C14.2604 13.7762 14.5776 14.3242 15.1112 14.4665C15.6449 14.6088 16.1928 14.2915 16.3351 13.7579L18.3351 6.25791C18.4774 5.72427 18.1602 5.17632 17.6266 5.03401ZM14.6618 17.2931C14.2713 17.6837 14.2713 18.3168 14.6618 18.7074L16.6618 20.7074C17.0523 21.0979 17.6855 21.0979 18.076 20.7074C18.4665 20.3168 18.4665 19.6837 18.076 19.2931L16.076 17.2931C15.6855 16.9026 15.0523 16.9026 14.6618 17.2931Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3691 1C12.9214 1 13.3691 1.44772 13.3691 2V11C13.3691 11.5523 12.9214 12 12.3691 12C11.8169 12 11.3691 11.5523 11.3691 11V2C11.3691 1.44772 11.8169 1 12.3691 1ZM12.3691 17C12.9214 17 13.3691 17.4477 13.3691 18V22C13.3691 22.5523 12.9214 23 12.3691 23C11.8169 23 11.3691 22.5523 11.3691 22V18C11.3691 17.4477 11.8169 17 12.3691 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.36914 13.0012C3.36914 12.2781 3.92166 11.396 5.29291 10.6031C6.47363 9.9204 5.64828 8.10041 4.36914 8.82823C2.67927 9.78976 1.36914 11.2051 1.36914 13.0012C1.36914 14.9647 2.93491 16.4732 4.85086 17.4311C6.82662 18.419 9.48613 19.0012 12.3691 19.0012C15.2521 19.0012 17.9117 18.419 19.8874 17.4311C21.8034 16.4732 23.3691 14.9647 23.3691 13.0012C23.3691 11.0974 21.8973 9.62151 20.0615 8.66028C18.9165 8.06078 18.0251 9.84897 19.1568 10.4441C20.7396 11.2764 21.3691 12.2294 21.3691 13.0012C21.3691 13.7991 20.6963 14.7906 18.993 15.6423C17.3495 16.4641 15.009 17.0012 12.3691 17.0012C9.7293 17.0012 7.38881 16.4641 5.74529 15.6423C4.04195 14.7906 3.36914 13.7991 3.36914 13.0012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.55434 11.9673C5.87446 11.5173 6.4988 11.412 6.94885 11.7321C7.93652 12.4346 9.92797 13.0009 12.3693 13.0009C14.8107 13.0009 16.8022 12.4346 17.7898 11.7321C18.2399 11.412 18.8642 11.5173 19.1843 11.9673C19.5045 12.4174 19.3991 13.0417 18.9491 13.3618C17.487 14.4018 15.0208 15.0009 12.3693 15.0009C9.7179 15.0009 7.25166 14.4018 5.78959 13.3618C5.33954 13.0417 5.23422 12.4174 5.55434 11.9673Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6191 14.2263C10.218 14.3296 9.80907 14.0881 9.70582 13.6869C9.6491 13.4666 9.61914 13.2362 9.61914 13C9.61914 11.4812 10.8504 10.25 12.3691 10.25C13.8879 10.25 15.1191 11.4812 15.1191 13C15.1191 13.2362 15.0892 13.4666 15.0325 13.6869C14.9292 14.0881 14.5203 14.3296 14.1192 14.2263H10.6191Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.06828 3.04669C6.59493 2.88038 7.15668 3.17249 7.32299 3.69914L10.323 13.1991C10.4893 13.7258 10.1972 14.2875 9.67054 14.4539C9.14389 14.6202 8.58214 14.328 8.41583 13.8014L5.41583 4.3014C5.24952 3.77475 5.54163 3.213 6.06828 3.04669ZM10.0765 17.2932C10.467 17.6837 10.467 18.3169 10.0765 18.7074L8.07652 20.7074C7.68599 21.0979 7.05283 21.0979 6.6623 20.7074C6.27178 20.3169 6.27178 19.6837 6.6623 19.2932L8.6623 17.2932C9.05283 16.9026 9.68599 16.9026 10.0765 17.2932Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.6266 5.03401C17.0929 4.89171 16.545 5.20895 16.4027 5.74258L14.4027 13.2426C14.2604 13.7762 14.5776 14.3242 15.1112 14.4665C15.6449 14.6088 16.1928 14.2915 16.3351 13.7579L18.3351 6.25791C18.4774 5.72427 18.1602 5.17632 17.6266 5.03401ZM14.6618 17.2931C14.2713 17.6837 14.2713 18.3168 14.6618 18.7074L16.6618 20.7074C17.0523 21.0979 17.6855 21.0979 18.076 20.7074C18.4665 20.3168 18.4665 19.6837 18.076 19.2931L16.076 17.2931C15.6855 16.9026 15.0523 16.9026 14.6618 17.2931Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3691 1C12.9214 1 13.3691 1.44772 13.3691 2V11C13.3691 11.5523 12.9214 12 12.3691 12C11.8169 12 11.3691 11.5523 11.3691 11V2C11.3691 1.44772 11.8169 1 12.3691 1ZM12.3691 17C12.9214 17 13.3691 17.4477 13.3691 18V22C13.3691 22.5523 12.9214 23 12.3691 23C11.8169 23 11.3691 22.5523 11.3691 22V18C11.3691 17.4477 11.8169 17 12.3691 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.36914 13.0012C3.36914 12.2781 3.92166 11.396 5.29291 10.6031C6.47363 9.9204 5.64828 8.10041 4.36914 8.82823C2.67927 9.78976 1.36914 11.2051 1.36914 13.0012C1.36914 14.9647 2.93491 16.4732 4.85086 17.4311C6.82662 18.419 9.48613 19.0012 12.3691 19.0012C15.2521 19.0012 17.9117 18.419 19.8874 17.4311C21.8034 16.4732 23.3691 14.9647 23.3691 13.0012C23.3691 11.0974 21.8973 9.62151 20.0615 8.66028C18.9165 8.06078 18.0251 9.84897 19.1568 10.4441C20.7396 11.2764 21.3691 12.2294 21.3691 13.0012C21.3691 13.7991 20.6963 14.7906 18.993 15.6423C17.3495 16.4641 15.009 17.0012 12.3691 17.0012C9.7293 17.0012 7.38881 16.4641 5.74529 15.6423C4.04195 14.7906 3.36914 13.7991 3.36914 13.0012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-bot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.25C6.0335 1.25 5.25 2.0335 5.25 3C5.25 3.6981 5.65876 4.30073 6.25 4.58159L6.25 6.55191C5.7118 6.7151 5.24023 6.9731 4.83944 7.38771C4.24211 8.00565 3.98615 8.78116 3.86609 9.70491C3.74997 10.5984 3.74998 11.7358 3.75 13.1534V13.1534V13.1534V13.1534V13.2604V13.2604V13.2604V13.2604C3.74998 14.678 3.74997 15.8154 3.86609 16.7089C3.98615 17.6326 4.24211 18.4081 4.83944 19.0261C5.44022 19.6476 6.20002 19.9172 7.10487 20.043C7.97352 20.1638 9.0773 20.1638 10.4435 20.1638H10.4435L11.5253 20.1638C11.7121 20.1628 12.1864 20.2644 12.5893 20.6786C12.9061 21.0236 13.3205 21.4384 13.778 21.799C14.2234 22.1501 14.7696 22.4984 15.3481 22.6382C15.6751 22.7172 16.0008 22.7684 16.2975 22.7437C16.6124 22.7176 16.972 22.5962 17.2161 22.2596C17.4359 21.9566 17.465 21.6064 17.4567 21.3488C17.4479 21.0791 17.1996 19.9754 17.1996 19.9754C17.8634 19.8272 18.6763 19.5271 19.1606 19.0261C19.7579 18.4081 20.0139 17.6326 20.1339 16.7089C20.25 15.8154 20.25 14.678 20.25 13.2604V13.1534C20.25 11.7358 20.25 10.5984 20.1339 9.70491C20.0139 8.78116 19.7579 8.00565 19.1606 7.38771C18.7598 6.9731 18.2882 6.7151 17.75 6.55191V4.58159C18.3412 4.30073 18.75 3.6981 18.75 3C18.75 2.0335 17.9665 1.25 17 1.25C16.0335 1.25 15.25 2.0335 15.25 3C15.25 3.6981 15.6588 4.30073 16.25 4.58159V6.30453C15.4984 6.24997 14.6047 6.24998 13.5565 6.25H13.5565H13.5565L10.4435 6.25H10.4435H10.4435H10.4435H10.4434H10.4434C9.39527 6.24998 8.50156 6.24997 7.75 6.30453V4.58159C8.34124 4.30073 8.75 3.6981 8.75 3C8.75 2.0335 7.9665 1.25 7 1.25ZM10.0468 14.4867C9.76328 14.1847 9.28865 14.1697 8.98666 14.4532C8.68468 14.7367 8.6697 15.2114 8.95321 15.5133C9.67996 16.2874 10.7934 16.75 12 16.75C13.2066 16.75 14.32 16.2874 15.0468 15.5133C15.3303 15.2114 15.3153 14.7367 15.0133 14.4532C14.7114 14.1697 14.2367 14.1847 13.9532 14.4867C13.5398 14.927 12.838 15.25 12 15.25C11.162 15.25 10.4602 14.927 10.0468 14.4867ZM8 11C8 10.4477 8.44572 10 8.99554 10H9.00446C9.55428 10 10 10.4477 10 11C10 11.5523 9.55428 12 9.00446 12H8.99554C8.44572 12 8 11.5523 8 11ZM14.9955 10C14.4457 10 14 10.4477 14 11C14 11.5523 14.4457 12 14.9955 12H15.0045C15.5543 12 16 11.5523 16 11C16 10.4477 15.5543 10 15.0045 10H14.9955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 13.4997C1.25 12.5423 1.73922 11.6992 2.4813 11.2067C2.68651 11.0706 2.78911 11.0025 2.89456 11.059C3 11.1156 3 11.2513 3 11.5228V15.4766C3 15.7481 3 15.8838 2.89456 15.9404C2.78911 15.997 2.68651 15.9289 2.4813 15.7927C1.73922 15.3002 1.25 14.4571 1.25 13.4997Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.2666 11.0598C22.148 11.5179 22.75 12.4394 22.75 13.5014C22.75 14.5634 22.148 15.4848 21.2666 15.943C21.1416 16.0079 21 15.9119 21 15.7711V11.2317C21 11.0909 21.1416 10.9948 21.2666 11.0598Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.25C6.0335 1.25 5.25 2.0335 5.25 3C5.25 3.6981 5.65876 4.30073 6.25 4.58159L6.25 6.55191C5.7118 6.7151 5.24023 6.9731 4.83944 7.38771C4.24211 8.00565 3.98615 8.78116 3.86609 9.70491C3.74997 10.5984 3.74998 11.7358 3.75 13.1534V13.1534V13.1534V13.1534V13.2604V13.2604V13.2604V13.2604C3.74998 14.678 3.74997 15.8154 3.86609 16.7089C3.98615 17.6326 4.24211 18.4081 4.83944 19.0261C5.44022 19.6476 6.20002 19.9172 7.10487 20.043C7.97352 20.1638 9.0773 20.1638 10.4435 20.1638H10.4435L11.5253 20.1638C11.7121 20.1628 12.1864 20.2644 12.5893 20.6786C12.9061 21.0236 13.3205 21.4384 13.778 21.799C14.2234 22.1501 14.7696 22.4984 15.3481 22.6382C15.6751 22.7172 16.0008 22.7684 16.2975 22.7437C16.6124 22.7176 16.972 22.5962 17.2161 22.2596C17.4359 21.9566 17.465 21.6064 17.4567 21.3488C17.4479 21.0791 17.1996 19.9754 17.1996 19.9754C17.8634 19.8272 18.6763 19.5271 19.1606 19.0261C19.7579 18.4081 20.0139 17.6326 20.1339 16.7089C20.25 15.8154 20.25 14.678 20.25 13.2604V13.1534C20.25 11.7358 20.25 10.5984 20.1339 9.70491C20.0139 8.78116 19.7579 8.00565 19.1606 7.38771C18.7598 6.9731 18.2882 6.7151 17.75 6.55191V4.58159C18.3412 4.30073 18.75 3.6981 18.75 3C18.75 2.0335 17.9665 1.25 17 1.25C16.0335 1.25 15.25 2.0335 15.25 3C15.25 3.6981 15.6588 4.30073 16.25 4.58159V6.30453C15.4984 6.24997 14.6047 6.24998 13.5565 6.25H13.5565H13.5565L10.4435 6.25H10.4435H10.4435H10.4435H10.4434H10.4434C9.39527 6.24998 8.50156 6.24997 7.75 6.30453V4.58159C8.34124 4.30073 8.75 3.6981 8.75 3C8.75 2.0335 7.9665 1.25 7 1.25ZM10.0468 14.4867C9.76328 14.1847 9.28865 14.1697 8.98666 14.4532C8.68468 14.7367 8.6697 15.2114 8.95321 15.5133C9.67996 16.2874 10.7934 16.75 12 16.75C13.2066 16.75 14.32 16.2874 15.0468 15.5133C15.3303 15.2114 15.3153 14.7367 15.0133 14.4532C14.7114 14.1697 14.2367 14.1847 13.9532 14.4867C13.5398 14.927 12.838 15.25 12 15.25C11.162 15.25 10.4602 14.927 10.0468 14.4867ZM8 11C8 10.4477 8.44572 10 8.99554 10H9.00446C9.55428 10 10 10.4477 10 11C10 11.5523 9.55428 12 9.00446 12H8.99554C8.44572 12 8 11.5523 8 11ZM14.9955 10C14.4457 10 14 10.4477 14 11C14 11.5523 14.4457 12 14.9955 12H15.0045C15.5543 12 16 11.5523 16 11C16 10.4477 15.5543 10 15.0045 10H14.9955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 13.4997C1.25 12.5423 1.73922 11.6992 2.4813 11.2067C2.68651 11.0706 2.78911 11.0025 2.89456 11.059C3 11.1156 3 11.2513 3 11.5228V15.4766C3 15.7481 3 15.8838 2.89456 15.9404C2.78911 15.997 2.68651 15.9289 2.4813 15.7927C1.73922 15.3002 1.25 14.4571 1.25 13.4997Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.2666 11.0598C22.148 11.5179 22.75 12.4394 22.75 13.5014C22.75 14.5634 22.148 15.4848 21.2666 15.943C21.1416 16.0079 21 15.9119 21 15.7711V11.2317C21 11.0909 21.1416 10.9948 21.2666 11.0598Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-bounding-box{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.36914 4C5.36914 3.44772 5.81686 3 6.36914 3H10.3691C10.9214 3 11.3691 3.44772 11.3691 4C11.3691 4.55228 10.9214 5 10.3691 5H6.36914C5.81686 5 5.36914 4.55228 5.36914 4ZM4.36914 5C4.92143 5 5.36914 5.44772 5.36914 6V10C5.36914 10.5523 4.92143 11 4.36914 11C3.81686 11 3.36914 10.5523 3.36914 10V6C3.36914 5.44772 3.81686 5 4.36914 5ZM12.3691 5C12.9214 5 13.3691 5.44772 13.3691 6V10C13.3691 10.5523 12.9214 11 12.3691 11C11.8169 11 11.3691 10.5523 11.3691 10V6C11.3691 5.44772 11.8169 5 12.3691 5ZM5.36914 12C5.36914 11.4477 5.81686 11 6.36914 11H10.3691C10.9214 11 11.3691 11.4477 11.3691 12C11.3691 12.5523 10.9214 13 10.3691 13H6.36914C5.81686 13 5.36914 12.5523 5.36914 12ZM13.3691 12C13.3691 11.4477 13.8169 11 14.3691 11H18.3691C18.9214 11 19.3691 11.4477 19.3691 12C19.3691 12.5523 18.9214 13 18.3691 13H14.3691C13.8169 13 13.3691 12.5523 13.3691 12ZM12.3691 13C12.9214 13 13.3691 13.4477 13.3691 14V18C13.3691 18.5523 12.9214 19 12.3691 19C11.8169 19 11.3691 18.5523 11.3691 18V14C11.3691 13.4477 11.8169 13 12.3691 13ZM20.3691 13C20.9214 13 21.3691 13.4477 21.3691 14V18C21.3691 18.5523 20.9214 19 20.3691 19C19.8169 19 19.3691 18.5523 19.3691 18V14C19.3691 13.4477 19.8169 13 20.3691 13ZM13.3691 20C13.3691 19.4477 13.8169 19 14.3691 19H18.3691C18.9214 19 19.3691 19.4477 19.3691 20C19.3691 20.5523 18.9214 21 18.3691 21H14.3691C13.8169 21 13.3691 20.5523 13.3691 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.61914 4C1.61914 2.48122 2.85036 1.25 4.36914 1.25C5.88792 1.25 7.11914 2.48122 7.11914 4C7.11914 5.51878 5.88792 6.75 4.36914 6.75C2.85036 6.75 1.61914 5.51878 1.61914 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.61914 12C1.61914 10.4812 2.85036 9.25 4.36914 9.25C5.88792 9.25 7.11914 10.4812 7.11914 12C7.11914 13.5188 5.88792 14.75 4.36914 14.75C2.85036 14.75 1.61914 13.5188 1.61914 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.61914 4C9.61914 2.48122 10.8504 1.25 12.3691 1.25C13.8879 1.25 15.1191 2.48122 15.1191 4C15.1191 5.51878 13.8879 6.75 12.3691 6.75C10.8504 6.75 9.61914 5.51878 9.61914 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.61914 12C9.61914 10.4812 10.8504 9.25 12.3691 9.25C13.8879 9.25 15.1191 10.4812 15.1191 12C15.1191 13.5188 13.8879 14.75 12.3691 14.75C10.8504 14.75 9.61914 13.5188 9.61914 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6191 12C17.6191 10.4812 18.8504 9.25 20.3691 9.25C21.8879 9.25 23.1191 10.4812 23.1191 12C23.1191 13.5188 21.8879 14.75 20.3691 14.75C18.8504 14.75 17.6191 13.5188 17.6191 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.61914 20C9.61914 18.4812 10.8504 17.25 12.3691 17.25C13.8879 17.25 15.1191 18.4812 15.1191 20C15.1191 21.5188 13.8879 22.75 12.3691 22.75C10.8504 22.75 9.61914 21.5188 9.61914 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6191 20C17.6191 18.4812 18.8504 17.25 20.3691 17.25C21.8879 17.25 23.1191 18.4812 23.1191 20C23.1191 21.5188 21.8879 22.75 20.3691 22.75C18.8504 22.75 17.6191 21.5188 17.6191 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.36914 4C5.36914 3.44772 5.81686 3 6.36914 3H10.3691C10.9214 3 11.3691 3.44772 11.3691 4C11.3691 4.55228 10.9214 5 10.3691 5H6.36914C5.81686 5 5.36914 4.55228 5.36914 4ZM4.36914 5C4.92143 5 5.36914 5.44772 5.36914 6V10C5.36914 10.5523 4.92143 11 4.36914 11C3.81686 11 3.36914 10.5523 3.36914 10V6C3.36914 5.44772 3.81686 5 4.36914 5ZM12.3691 5C12.9214 5 13.3691 5.44772 13.3691 6V10C13.3691 10.5523 12.9214 11 12.3691 11C11.8169 11 11.3691 10.5523 11.3691 10V6C11.3691 5.44772 11.8169 5 12.3691 5ZM5.36914 12C5.36914 11.4477 5.81686 11 6.36914 11H10.3691C10.9214 11 11.3691 11.4477 11.3691 12C11.3691 12.5523 10.9214 13 10.3691 13H6.36914C5.81686 13 5.36914 12.5523 5.36914 12ZM13.3691 12C13.3691 11.4477 13.8169 11 14.3691 11H18.3691C18.9214 11 19.3691 11.4477 19.3691 12C19.3691 12.5523 18.9214 13 18.3691 13H14.3691C13.8169 13 13.3691 12.5523 13.3691 12ZM12.3691 13C12.9214 13 13.3691 13.4477 13.3691 14V18C13.3691 18.5523 12.9214 19 12.3691 19C11.8169 19 11.3691 18.5523 11.3691 18V14C11.3691 13.4477 11.8169 13 12.3691 13ZM20.3691 13C20.9214 13 21.3691 13.4477 21.3691 14V18C21.3691 18.5523 20.9214 19 20.3691 19C19.8169 19 19.3691 18.5523 19.3691 18V14C19.3691 13.4477 19.8169 13 20.3691 13ZM13.3691 20C13.3691 19.4477 13.8169 19 14.3691 19H18.3691C18.9214 19 19.3691 19.4477 19.3691 20C19.3691 20.5523 18.9214 21 18.3691 21H14.3691C13.8169 21 13.3691 20.5523 13.3691 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.61914 4C1.61914 2.48122 2.85036 1.25 4.36914 1.25C5.88792 1.25 7.11914 2.48122 7.11914 4C7.11914 5.51878 5.88792 6.75 4.36914 6.75C2.85036 6.75 1.61914 5.51878 1.61914 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.61914 12C1.61914 10.4812 2.85036 9.25 4.36914 9.25C5.88792 9.25 7.11914 10.4812 7.11914 12C7.11914 13.5188 5.88792 14.75 4.36914 14.75C2.85036 14.75 1.61914 13.5188 1.61914 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.61914 4C9.61914 2.48122 10.8504 1.25 12.3691 1.25C13.8879 1.25 15.1191 2.48122 15.1191 4C15.1191 5.51878 13.8879 6.75 12.3691 6.75C10.8504 6.75 9.61914 5.51878 9.61914 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.61914 12C9.61914 10.4812 10.8504 9.25 12.3691 9.25C13.8879 9.25 15.1191 10.4812 15.1191 12C15.1191 13.5188 13.8879 14.75 12.3691 14.75C10.8504 14.75 9.61914 13.5188 9.61914 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6191 12C17.6191 10.4812 18.8504 9.25 20.3691 9.25C21.8879 9.25 23.1191 10.4812 23.1191 12C23.1191 13.5188 21.8879 14.75 20.3691 14.75C18.8504 14.75 17.6191 13.5188 17.6191 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.61914 20C9.61914 18.4812 10.8504 17.25 12.3691 17.25C13.8879 17.25 15.1191 18.4812 15.1191 20C15.1191 21.5188 13.8879 22.75 12.3691 22.75C10.8504 22.75 9.61914 21.5188 9.61914 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.6191 20C17.6191 18.4812 18.8504 17.25 20.3691 17.25C21.8879 17.25 23.1191 18.4812 23.1191 20C23.1191 21.5188 21.8879 22.75 20.3691 22.75C18.8504 22.75 17.6191 21.5188 17.6191 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-cells{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.89715 1.75C9.13414 1.74997 9.36256 1.74994 9.55749 1.76905C9.77649 1.79053 10.0105 1.84008 10.2426 1.97338C10.475 2.1068 10.6356 2.28404 10.7643 2.46266C10.8787 2.62135 10.9931 2.81845 11.1114 3.02245L12.3897 5.22455C12.5081 5.42848 12.6225 5.62559 12.7036 5.80351C12.7947 6.00367 12.8691 6.23153 12.8691 6.5C12.8691 6.76848 12.7947 6.99634 12.7036 7.1965C12.6225 7.37442 12.5081 7.57153 12.3897 7.77546L11.1114 9.97756L11.1114 9.97757C10.9931 10.1816 10.8787 10.3787 10.7643 10.5374C10.6356 10.716 10.475 10.8932 10.2426 11.0266C10.0105 11.1599 9.77649 11.2095 9.55749 11.231C9.36256 11.2501 9.13415 11.25 8.89716 11.25H6.34112C6.10413 11.25 5.87572 11.2501 5.6808 11.231C5.46179 11.2095 5.22778 11.1599 4.99565 11.0266C4.76331 10.8932 4.60266 10.716 4.47395 10.5374C4.3596 10.3787 4.24523 10.1816 4.12685 9.97757L4.12685 9.97756L2.84861 7.77544C2.7302 7.57151 2.61575 7.37441 2.53473 7.1965C2.44357 6.99634 2.36914 6.76848 2.36914 6.5C2.36914 6.23153 2.44357 6.00367 2.53473 5.80351C2.61575 5.6256 2.7302 5.4285 2.8486 5.22458L2.84861 5.22457L4.12684 3.02246C4.24522 2.81846 4.3596 2.62135 4.47395 2.46266C4.60266 2.28404 4.76331 2.1068 4.99565 1.97338C5.22778 1.84008 5.46179 1.79053 5.6808 1.76905C5.87572 1.74994 6.10414 1.74997 6.34113 1.75L8.89715 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.89715 12.75C9.13414 12.75 9.36256 12.7499 9.55749 12.7691C9.77649 12.7905 10.0105 12.8401 10.2426 12.9734C10.475 13.1068 10.6356 13.284 10.7643 13.4627C10.8787 13.6213 10.9931 13.8185 11.1114 14.0224L12.3897 16.2245C12.5081 16.4285 12.6225 16.6256 12.7036 16.8035C12.7947 17.0037 12.8691 17.2315 12.8691 17.5C12.8691 17.7685 12.7947 17.9963 12.7036 18.1965C12.6225 18.3744 12.5081 18.5715 12.3897 18.7755L11.1114 20.9776L11.1114 20.9776C10.9931 21.1816 10.8787 21.3787 10.7643 21.5374C10.6356 21.716 10.475 21.8932 10.2426 22.0266C10.0105 22.1599 9.77649 22.2095 9.55749 22.231C9.36256 22.2501 9.13415 22.25 8.89716 22.25H6.34112C6.10413 22.25 5.87572 22.2501 5.6808 22.231C5.46179 22.2095 5.22778 22.1599 4.99565 22.0266C4.76331 21.8932 4.60266 21.716 4.47395 21.5374C4.3596 21.3787 4.24523 21.1816 4.12685 20.9776L4.12685 20.9776L2.84861 18.7754C2.7302 18.5715 2.61575 18.3744 2.53473 18.1965C2.44357 17.9963 2.36914 17.7685 2.36914 17.5C2.36914 17.2315 2.44357 17.0037 2.53473 16.8035C2.61575 16.6256 2.7302 16.4285 2.8486 16.2246L2.84861 16.2246L4.12684 14.0225C4.24522 13.8185 4.3596 13.6213 4.47395 13.4627C4.60266 13.284 4.76331 13.1068 4.99565 12.9734C5.22778 12.8401 5.46179 12.7905 5.6808 12.7691C5.87572 12.7499 6.10414 12.75 6.34113 12.75L8.89715 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.3972 7.75C18.6341 7.74997 18.8626 7.74994 19.0575 7.76905C19.2765 7.79053 19.5105 7.84008 19.7426 7.97338C19.975 8.1068 20.1356 8.28404 20.2643 8.46266C20.3787 8.62135 20.4931 8.81845 20.6114 9.02245L21.8897 11.2245C22.0081 11.4285 22.1225 11.6256 22.2036 11.8035C22.2947 12.0037 22.3691 12.2315 22.3691 12.5C22.3691 12.7685 22.2947 12.9963 22.2036 13.1965C22.1225 13.3744 22.0081 13.5715 21.8897 13.7755L20.6114 15.9776L20.6114 15.9776C20.4931 16.1816 20.3787 16.3787 20.2643 16.5374C20.1356 16.716 19.975 16.8932 19.7426 17.0266C19.5105 17.1599 19.2765 17.2095 19.0575 17.231C18.8626 17.2501 18.6341 17.25 18.3972 17.25H15.8411C15.6041 17.25 15.3757 17.2501 15.1808 17.231C14.9618 17.2095 14.7278 17.1599 14.4956 17.0266C14.2633 16.8932 14.1027 16.716 13.9739 16.5374C13.8596 16.3787 13.7452 16.1816 13.6269 15.9776L13.6268 15.9776L12.3486 13.7754C12.2302 13.5715 12.1158 13.3744 12.0347 13.1965C11.9436 12.9963 11.8691 12.7685 11.8691 12.5C11.8691 12.2315 11.9436 12.0037 12.0347 11.8035C12.1158 11.6256 12.2302 11.4285 12.3486 11.2246L12.3486 11.2246L13.6268 9.02246C13.7452 8.81846 13.8596 8.62135 13.9739 8.46266C14.1027 8.28404 14.2633 8.1068 14.4957 7.97338C14.7278 7.84008 14.9618 7.79053 15.1808 7.76905C15.3757 7.74994 15.6041 7.74997 15.8411 7.75L18.3972 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.89715 1.75C9.13414 1.74997 9.36256 1.74994 9.55749 1.76905C9.77649 1.79053 10.0105 1.84008 10.2426 1.97338C10.475 2.1068 10.6356 2.28404 10.7643 2.46266C10.8787 2.62135 10.9931 2.81845 11.1114 3.02245L12.3897 5.22455C12.5081 5.42848 12.6225 5.62559 12.7036 5.80351C12.7947 6.00367 12.8691 6.23153 12.8691 6.5C12.8691 6.76848 12.7947 6.99634 12.7036 7.1965C12.6225 7.37442 12.5081 7.57153 12.3897 7.77546L11.1114 9.97756L11.1114 9.97757C10.9931 10.1816 10.8787 10.3787 10.7643 10.5374C10.6356 10.716 10.475 10.8932 10.2426 11.0266C10.0105 11.1599 9.77649 11.2095 9.55749 11.231C9.36256 11.2501 9.13415 11.25 8.89716 11.25H6.34112C6.10413 11.25 5.87572 11.2501 5.6808 11.231C5.46179 11.2095 5.22778 11.1599 4.99565 11.0266C4.76331 10.8932 4.60266 10.716 4.47395 10.5374C4.3596 10.3787 4.24523 10.1816 4.12685 9.97757L4.12685 9.97756L2.84861 7.77544C2.7302 7.57151 2.61575 7.37441 2.53473 7.1965C2.44357 6.99634 2.36914 6.76848 2.36914 6.5C2.36914 6.23153 2.44357 6.00367 2.53473 5.80351C2.61575 5.6256 2.7302 5.4285 2.8486 5.22458L2.84861 5.22457L4.12684 3.02246C4.24522 2.81846 4.3596 2.62135 4.47395 2.46266C4.60266 2.28404 4.76331 2.1068 4.99565 1.97338C5.22778 1.84008 5.46179 1.79053 5.6808 1.76905C5.87572 1.74994 6.10414 1.74997 6.34113 1.75L8.89715 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.89715 12.75C9.13414 12.75 9.36256 12.7499 9.55749 12.7691C9.77649 12.7905 10.0105 12.8401 10.2426 12.9734C10.475 13.1068 10.6356 13.284 10.7643 13.4627C10.8787 13.6213 10.9931 13.8185 11.1114 14.0224L12.3897 16.2245C12.5081 16.4285 12.6225 16.6256 12.7036 16.8035C12.7947 17.0037 12.8691 17.2315 12.8691 17.5C12.8691 17.7685 12.7947 17.9963 12.7036 18.1965C12.6225 18.3744 12.5081 18.5715 12.3897 18.7755L11.1114 20.9776L11.1114 20.9776C10.9931 21.1816 10.8787 21.3787 10.7643 21.5374C10.6356 21.716 10.475 21.8932 10.2426 22.0266C10.0105 22.1599 9.77649 22.2095 9.55749 22.231C9.36256 22.2501 9.13415 22.25 8.89716 22.25H6.34112C6.10413 22.25 5.87572 22.2501 5.6808 22.231C5.46179 22.2095 5.22778 22.1599 4.99565 22.0266C4.76331 21.8932 4.60266 21.716 4.47395 21.5374C4.3596 21.3787 4.24523 21.1816 4.12685 20.9776L4.12685 20.9776L2.84861 18.7754C2.7302 18.5715 2.61575 18.3744 2.53473 18.1965C2.44357 17.9963 2.36914 17.7685 2.36914 17.5C2.36914 17.2315 2.44357 17.0037 2.53473 16.8035C2.61575 16.6256 2.7302 16.4285 2.8486 16.2246L2.84861 16.2246L4.12684 14.0225C4.24522 13.8185 4.3596 13.6213 4.47395 13.4627C4.60266 13.284 4.76331 13.1068 4.99565 12.9734C5.22778 12.8401 5.46179 12.7905 5.6808 12.7691C5.87572 12.7499 6.10414 12.75 6.34113 12.75L8.89715 12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.3972 7.75C18.6341 7.74997 18.8626 7.74994 19.0575 7.76905C19.2765 7.79053 19.5105 7.84008 19.7426 7.97338C19.975 8.1068 20.1356 8.28404 20.2643 8.46266C20.3787 8.62135 20.4931 8.81845 20.6114 9.02245L21.8897 11.2245C22.0081 11.4285 22.1225 11.6256 22.2036 11.8035C22.2947 12.0037 22.3691 12.2315 22.3691 12.5C22.3691 12.7685 22.2947 12.9963 22.2036 13.1965C22.1225 13.3744 22.0081 13.5715 21.8897 13.7755L20.6114 15.9776L20.6114 15.9776C20.4931 16.1816 20.3787 16.3787 20.2643 16.5374C20.1356 16.716 19.975 16.8932 19.7426 17.0266C19.5105 17.1599 19.2765 17.2095 19.0575 17.231C18.8626 17.2501 18.6341 17.25 18.3972 17.25H15.8411C15.6041 17.25 15.3757 17.2501 15.1808 17.231C14.9618 17.2095 14.7278 17.1599 14.4956 17.0266C14.2633 16.8932 14.1027 16.716 13.9739 16.5374C13.8596 16.3787 13.7452 16.1816 13.6269 15.9776L13.6268 15.9776L12.3486 13.7754C12.2302 13.5715 12.1158 13.3744 12.0347 13.1965C11.9436 12.9963 11.8691 12.7685 11.8691 12.5C11.8691 12.2315 11.9436 12.0037 12.0347 11.8035C12.1158 11.6256 12.2302 11.4285 12.3486 11.2246L12.3486 11.2246L13.6268 9.02246C13.7452 8.81846 13.8596 8.62135 13.9739 8.46266C14.1027 8.28404 14.2633 8.1068 14.4957 7.97338C14.7278 7.84008 14.9618 7.79053 15.1808 7.76905C15.3757 7.74994 15.6041 7.74997 15.8411 7.75L18.3972 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-gravity{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.25 16C5.25 12.2721 8.27208 9.25 12 9.25C15.7279 9.25 18.75 12.2721 18.75 16C18.75 19.7279 15.7279 22.75 12 22.75C8.27208 22.75 5.25 19.7279 5.25 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.25C7.41421 1.25 7.75 1.58579 7.75 2V4C7.75 4.41421 7.41421 4.75 7 4.75C6.58579 4.75 6.25 4.41421 6.25 4V2C6.25 1.58579 6.58579 1.25 7 1.25ZM17 1.25C17.4142 1.25 17.75 1.58579 17.75 2V4C17.75 4.41421 17.4142 4.75 17 4.75C16.5858 4.75 16.25 4.41421 16.25 4V2C16.25 1.58579 16.5858 1.25 17 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.251 4.75002H10.8417C10.6867 4.74989 10.4971 4.74974 10.3415 4.7724C10.1879 4.79479 9.77687 4.87795 9.58167 5.30372C9.38742 5.72744 9.59001 6.09241 9.672 6.22319C9.75547 6.35632 9.86051 6.47992 9.96135 6.59858L10.4625 7.18922C10.6728 7.43719 10.8771 7.67802 11.069 7.85062C11.2797 8.04003 11.5848 8.25004 12.001 8.25004C12.4172 8.25004 12.7223 8.04003 12.933 7.85062C13.1249 7.67802 13.3292 7.43719 13.5395 7.18922L14.0228 6.61957C14.1237 6.50088 14.2465 6.35634 14.33 6.22319C14.412 6.09241 14.6146 5.72743 14.4204 5.30372C14.2252 4.87795 13.8142 4.79479 13.6605 4.7724C13.505 4.74974 13.3153 4.74989 13.1603 4.75002H12.751V2C12.751 1.58579 12.4152 1.25 12.001 1.25C11.5868 1.25 11.251 1.58579 11.251 2V4.75002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.25 16C5.25 12.2721 8.27208 9.25 12 9.25C15.7279 9.25 18.75 12.2721 18.75 16C18.75 19.7279 15.7279 22.75 12 22.75C8.27208 22.75 5.25 19.7279 5.25 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.25C7.41421 1.25 7.75 1.58579 7.75 2V4C7.75 4.41421 7.41421 4.75 7 4.75C6.58579 4.75 6.25 4.41421 6.25 4V2C6.25 1.58579 6.58579 1.25 7 1.25ZM17 1.25C17.4142 1.25 17.75 1.58579 17.75 2V4C17.75 4.41421 17.4142 4.75 17 4.75C16.5858 4.75 16.25 4.41421 16.25 4V2C16.25 1.58579 16.5858 1.25 17 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.251 4.75002H10.8417C10.6867 4.74989 10.4971 4.74974 10.3415 4.7724C10.1879 4.79479 9.77687 4.87795 9.58167 5.30372C9.38742 5.72744 9.59001 6.09241 9.672 6.22319C9.75547 6.35632 9.86051 6.47992 9.96135 6.59858L10.4625 7.18922C10.6728 7.43719 10.8771 7.67802 11.069 7.85062C11.2797 8.04003 11.5848 8.25004 12.001 8.25004C12.4172 8.25004 12.7223 8.04003 12.933 7.85062C13.1249 7.67802 13.3292 7.43719 13.5395 7.18922L14.0228 6.61957C14.1237 6.50088 14.2465 6.35634 14.33 6.22319C14.412 6.09241 14.6146 5.72743 14.4204 5.30372C14.2252 4.87795 13.8142 4.79479 13.6605 4.7724C13.505 4.74974 13.3153 4.74989 13.1603 4.75002H12.751V2C12.751 1.58579 12.4152 1.25 12.001 1.25C11.5868 1.25 11.251 1.58579 11.251 2V4.75002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-magnet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.92494 1.75C3.59556 1.75 3.30473 1.9649 3.20801 2.27975L3.20607 2.28664C3.13984 2.52179 2.948 3.20293 2.84607 3.60938C2.64036 4.42969 2.38097 5.57539 2.16624 6.87802C2.13042 7.09531 2.19192 7.31737 2.33442 7.48529C2.47692 7.6532 2.68602 7.75 2.90626 7.75H8.45414C8.83207 7.75 9.15097 7.46879 9.19825 7.09383C9.33736 5.99059 9.50972 4.87556 9.64768 4.03449C9.71658 3.61443 9.84486 2.88016 9.88773 2.63478C9.92771 2.4159 9.86845 2.19057 9.72595 2.01968C9.58346 1.8488 9.37244 1.75 9.14994 1.75H3.92494ZM4.525 6.25C4.18912 6.25 4.02118 6.25 3.93111 6.13808C3.84105 6.02616 3.87646 5.86444 3.94729 5.54099C4.08338 4.9195 4.2525 4.21482 4.37801 3.70394C4.43142 3.48653 4.45813 3.37783 4.53965 3.31392C4.62116 3.25 4.73369 3.25 4.95875 3.25H7.55134C7.87917 3.25 8.04308 3.25 8.13291 3.35534C8.22274 3.46068 8.1968 3.62283 8.14493 3.94712C8.05768 4.49256 7.95385 5.15633 7.86974 5.73159C7.83345 5.97981 7.8153 6.10392 7.7308 6.17696C7.64631 6.25 7.52168 6.25 7.27243 6.25H4.525Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8499 1.75C14.6274 1.75 14.4164 1.8488 14.2739 2.01968C14.1314 2.19057 14.0722 2.41617 14.1122 2.63505C14.1551 2.88043 14.2833 3.61443 14.3522 4.03449C14.4902 4.87556 14.6625 5.99059 14.8016 7.09383C14.8489 7.46879 15.1678 7.75 15.5457 7.75H21.0936C21.3139 7.75 21.523 7.6532 21.6655 7.48529C21.808 7.31737 21.8695 7.09531 21.8336 6.87802C21.6189 5.57539 21.3595 4.42969 21.1538 3.60938C21.0519 3.20283 20.86 2.52148 20.7938 2.28649L20.7919 2.27975C20.6951 1.9649 20.4043 1.75 20.0749 1.75H14.8499ZM16.7275 6.25C16.4782 6.25 16.3536 6.25 16.2691 6.17696C16.1846 6.10392 16.1665 5.97981 16.1302 5.73159C16.0461 5.15633 15.9422 4.49256 15.855 3.94712C15.8031 3.62283 15.7772 3.46068 15.867 3.35534C15.9568 3.25 16.1208 3.25 16.4486 3.25H19.0412C19.2662 3.25 19.3788 3.25 19.4603 3.31392C19.5418 3.37783 19.5685 3.48653 19.6219 3.70394C19.7474 4.21482 19.9165 4.9195 20.0526 5.54099C20.1235 5.86444 20.1589 6.02616 20.0688 6.13808C19.9787 6.25 19.8108 6.25 19.4749 6.25H16.7275Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.16631 6.87802C2.22602 6.51577 2.53919 6.25 2.90632 6.25H8.4542C8.66947 6.25 8.87435 6.3425 9.01673 6.50395C9.1591 6.66541 9.22524 6.88025 9.19831 7.09383C9.05416 8.23699 8.95 9.33522 8.95 10.1C8.95 11.4459 9.37731 12.6399 9.99304 13.4825C10.62 14.3405 11.3703 14.75 12 14.75C12.6297 14.75 13.38 14.3405 14.007 13.4825C14.6227 12.6399 15.05 11.4459 15.05 10.1C15.05 9.33522 14.9458 8.23699 14.8017 7.09383C14.7748 6.88025 14.8409 6.66541 14.9833 6.50395C15.1256 6.3425 15.3305 6.25 15.5458 6.25H21.0937C21.4608 6.25 21.774 6.51577 21.8337 6.87802C22.0671 8.29408 22.25 9.90885 22.25 11.5C22.25 17.3519 18.1739 22.25 12 22.25C5.82611 22.25 1.75 17.3519 1.75 11.5C1.75 9.90885 1.93288 8.29408 2.16631 6.87802Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.92494 1.75C3.59556 1.75 3.30473 1.9649 3.20801 2.27975L3.20607 2.28664C3.13984 2.52179 2.948 3.20293 2.84607 3.60938C2.64036 4.42969 2.38097 5.57539 2.16624 6.87802C2.13042 7.09531 2.19192 7.31737 2.33442 7.48529C2.47692 7.6532 2.68602 7.75 2.90626 7.75H8.45414C8.83207 7.75 9.15097 7.46879 9.19825 7.09383C9.33736 5.99059 9.50972 4.87556 9.64768 4.03449C9.71658 3.61443 9.84486 2.88016 9.88773 2.63478C9.92771 2.4159 9.86845 2.19057 9.72595 2.01968C9.58346 1.8488 9.37244 1.75 9.14994 1.75H3.92494ZM4.525 6.25C4.18912 6.25 4.02118 6.25 3.93111 6.13808C3.84105 6.02616 3.87646 5.86444 3.94729 5.54099C4.08338 4.9195 4.2525 4.21482 4.37801 3.70394C4.43142 3.48653 4.45813 3.37783 4.53965 3.31392C4.62116 3.25 4.73369 3.25 4.95875 3.25H7.55134C7.87917 3.25 8.04308 3.25 8.13291 3.35534C8.22274 3.46068 8.1968 3.62283 8.14493 3.94712C8.05768 4.49256 7.95385 5.15633 7.86974 5.73159C7.83345 5.97981 7.8153 6.10392 7.7308 6.17696C7.64631 6.25 7.52168 6.25 7.27243 6.25H4.525Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8499 1.75C14.6274 1.75 14.4164 1.8488 14.2739 2.01968C14.1314 2.19057 14.0722 2.41617 14.1122 2.63505C14.1551 2.88043 14.2833 3.61443 14.3522 4.03449C14.4902 4.87556 14.6625 5.99059 14.8016 7.09383C14.8489 7.46879 15.1678 7.75 15.5457 7.75H21.0936C21.3139 7.75 21.523 7.6532 21.6655 7.48529C21.808 7.31737 21.8695 7.09531 21.8336 6.87802C21.6189 5.57539 21.3595 4.42969 21.1538 3.60938C21.0519 3.20283 20.86 2.52148 20.7938 2.28649L20.7919 2.27975C20.6951 1.9649 20.4043 1.75 20.0749 1.75H14.8499ZM16.7275 6.25C16.4782 6.25 16.3536 6.25 16.2691 6.17696C16.1846 6.10392 16.1665 5.97981 16.1302 5.73159C16.0461 5.15633 15.9422 4.49256 15.855 3.94712C15.8031 3.62283 15.7772 3.46068 15.867 3.35534C15.9568 3.25 16.1208 3.25 16.4486 3.25H19.0412C19.2662 3.25 19.3788 3.25 19.4603 3.31392C19.5418 3.37783 19.5685 3.48653 19.6219 3.70394C19.7474 4.21482 19.9165 4.9195 20.0526 5.54099C20.1235 5.86444 20.1589 6.02616 20.0688 6.13808C19.9787 6.25 19.8108 6.25 19.4749 6.25H16.7275Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.16631 6.87802C2.22602 6.51577 2.53919 6.25 2.90632 6.25H8.4542C8.66947 6.25 8.87435 6.3425 9.01673 6.50395C9.1591 6.66541 9.22524 6.88025 9.19831 7.09383C9.05416 8.23699 8.95 9.33522 8.95 10.1C8.95 11.4459 9.37731 12.6399 9.99304 13.4825C10.62 14.3405 11.3703 14.75 12 14.75C12.6297 14.75 13.38 14.3405 14.007 13.4825C14.6227 12.6399 15.05 11.4459 15.05 10.1C15.05 9.33522 14.9458 8.23699 14.8017 7.09383C14.7748 6.88025 14.8409 6.66541 14.9833 6.50395C15.1256 6.3425 15.3305 6.25 15.5458 6.25H21.0937C21.4608 6.25 21.774 6.51577 21.8337 6.87802C22.0671 8.29408 22.25 9.90885 22.25 11.5C22.25 17.3519 18.1739 22.25 12 22.25C5.82611 22.25 1.75 17.3519 1.75 11.5C1.75 9.90885 1.93288 8.29408 2.16631 6.87802Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-molecules{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.25 13.75C7.25 11.1266 9.37665 9 12 9C14.6234 9 16.75 11.1266 16.75 13.75C16.75 16.3734 14.6234 18.5 12 18.5C9.37665 18.5 7.25 16.3734 7.25 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.25 4C9.25 2.48122 10.4812 1.25 12 1.25C13.5188 1.25 14.75 2.48122 14.75 4C14.75 5.51878 13.5188 6.75 12 6.75C10.4812 6.75 9.25 5.51878 9.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 20C1.25 18.4812 2.48122 17.25 4 17.25C5.51878 17.25 6.75 18.4812 6.75 20C6.75 21.5188 5.51878 22.75 4 22.75C2.48122 22.75 1.25 21.5188 1.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 20C17.25 18.4812 18.4812 17.25 20 17.25C21.5188 17.25 22.75 18.4812 22.75 20C22.75 21.5188 21.5188 22.75 20 22.75C18.4812 22.75 17.25 21.5188 17.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 5C12.5524 5 13.0001 5.44772 13.0001 6V10C13.0001 10.5523 12.5524 11 12.0001 11C11.4478 11 11.0001 10.5523 11.0001 10V6C11.0001 5.44772 11.4478 5 12.0001 5ZM9.81381 15.4188C10.1348 15.8682 10.0307 16.4927 9.58132 16.8137L6.08132 19.3137C5.6319 19.6347 5.00735 19.5307 4.68634 19.0812C4.36534 18.6318 4.46943 18.0073 4.91884 17.6863L8.41884 15.1863C8.86825 14.8653 9.4928 14.9693 9.81381 15.4188ZM14.1863 15.4188C14.5074 14.9693 15.1319 14.8653 15.5813 15.1863L19.0813 17.6863C19.5307 18.0073 19.6348 18.6318 19.3138 19.0812C18.9928 19.5307 18.3683 19.6347 17.9188 19.3137L14.4188 16.8137C13.9694 16.4927 13.8653 15.8682 14.1863 15.4188Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.25 13.75C7.25 11.1266 9.37665 9 12 9C14.6234 9 16.75 11.1266 16.75 13.75C16.75 16.3734 14.6234 18.5 12 18.5C9.37665 18.5 7.25 16.3734 7.25 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.25 4C9.25 2.48122 10.4812 1.25 12 1.25C13.5188 1.25 14.75 2.48122 14.75 4C14.75 5.51878 13.5188 6.75 12 6.75C10.4812 6.75 9.25 5.51878 9.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 20C1.25 18.4812 2.48122 17.25 4 17.25C5.51878 17.25 6.75 18.4812 6.75 20C6.75 21.5188 5.51878 22.75 4 22.75C2.48122 22.75 1.25 21.5188 1.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 20C17.25 18.4812 18.4812 17.25 20 17.25C21.5188 17.25 22.75 18.4812 22.75 20C22.75 21.5188 21.5188 22.75 20 22.75C18.4812 22.75 17.25 21.5188 17.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 5C12.5524 5 13.0001 5.44772 13.0001 6V10C13.0001 10.5523 12.5524 11 12.0001 11C11.4478 11 11.0001 10.5523 11.0001 10V6C11.0001 5.44772 11.4478 5 12.0001 5ZM9.81381 15.4188C10.1348 15.8682 10.0307 16.4927 9.58132 16.8137L6.08132 19.3137C5.6319 19.6347 5.00735 19.5307 4.68634 19.0812C4.36534 18.6318 4.46943 18.0073 4.91884 17.6863L8.41884 15.1863C8.86825 14.8653 9.4928 14.9693 9.81381 15.4188ZM14.1863 15.4188C14.5074 14.9693 15.1319 14.8653 15.5813 15.1863L19.0813 17.6863C19.5307 18.0073 19.6348 18.6318 19.3138 19.0812C18.9928 19.5307 18.3683 19.6347 17.9188 19.3137L14.4188 16.8137C13.9694 16.4927 13.8653 15.8682 14.1863 15.4188Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-nano-technology{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9999 4C12.5522 4 12.9999 4.44772 12.9999 5V10C12.9999 10.5523 12.5522 11 11.9999 11C11.4476 11 10.9999 10.5523 10.9999 10V5C10.9999 4.44772 11.4476 4 11.9999 4ZM4.14241 7.4855C4.42656 7.01192 5.04082 6.85836 5.5144 7.14251L10.5144 10.1425C10.988 10.4267 11.1415 11.0409 10.8574 11.5145C10.6731 11.8217 10.3499 11.9942 10.0163 12C10.3499 12.0058 10.6731 12.1783 10.8574 12.4855C11.1415 12.9591 10.988 13.5733 10.5144 13.8575L5.5144 16.8575C5.04082 17.1416 4.42656 16.9881 4.14241 16.5145C3.85827 16.0409 4.01183 15.4267 4.48541 15.1425L9.48541 12.1425C9.64119 12.049 9.81219 12.0029 9.98166 12C9.81219 11.9971 9.64119 11.951 9.48541 11.8575L4.48541 8.85749C4.01183 8.57334 3.85827 7.95908 4.14241 7.4855ZM19.8574 7.4855C20.1415 7.95908 19.988 8.57334 19.5144 8.85749L14.5144 11.8575C14.3586 11.951 14.1876 11.9971 14.0182 12C14.1876 12.0029 14.3586 12.049 14.5144 12.1425L19.5144 15.1425C19.988 15.4267 20.1415 16.0409 19.8574 16.5145C19.5733 16.9881 18.959 17.1416 18.4854 16.8575L13.4854 13.8575C13.0118 13.5733 12.8583 12.9591 13.1424 12.4855C13.3267 12.1783 13.6499 12.0058 13.9835 12C13.6499 11.9942 13.3267 11.8217 13.1424 11.5145C12.8583 11.0409 13.0118 10.4267 13.4854 10.1425L18.4854 7.14251C18.959 6.85836 19.5733 7.01192 19.8574 7.4855ZM11.9999 13C12.5522 13 12.9999 13.4477 12.9999 14V19C12.9999 19.5523 12.5522 20 11.9999 20C11.4476 20 10.9999 19.5523 10.9999 19V14C10.9999 13.4477 11.4476 13 11.9999 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.3944 3.05276C11.6414 3.54674 11.4412 4.14741 10.9472 4.3944L4.94721 7.3944C4.45324 7.64139 3.85256 7.44117 3.60557 6.94719C3.35858 6.45321 3.55881 5.85254 4.05279 5.60555L10.0528 2.60555C10.5468 2.35856 11.1474 2.55878 11.3944 3.05276ZM12.6056 3.05276C12.8526 2.55878 13.4532 2.35856 13.9472 2.60555L19.9472 5.60555C20.4412 5.85254 20.6414 6.45321 20.3944 6.94719C20.1474 7.44117 19.5468 7.64139 19.0528 7.3944L13.0528 4.3944C12.5588 4.14741 12.3586 3.54674 12.6056 3.05276ZM3.5 7.99999C4.05228 7.99999 4.5 8.4477 4.5 8.99999V15C4.5 15.5523 4.05228 16 3.5 16C2.94772 16 2.5 15.5523 2.5 15V8.99999C2.5 8.4477 2.94772 7.99999 3.5 7.99999ZM20.5 7.99999C21.0523 7.99999 21.5 8.4477 21.5 8.99999V14.5C21.5 15.0523 21.0523 15.5 20.5 15.5C19.9477 15.5 19.5 15.0523 19.5 14.5V8.99999C19.5 8.4477 19.9477 7.99999 20.5 7.99999ZM3.60557 17.0528C3.85256 16.5588 4.45324 16.3586 4.94721 16.6055L10.9472 19.6055C11.4412 19.8525 11.6414 20.4532 11.3944 20.9472C11.1474 21.4412 10.5468 21.6414 10.0528 21.3944L4.05279 18.3944C3.55881 18.1474 3.35858 17.5467 3.60557 17.0528ZM19.8779 17.0211C20.1424 17.506 19.9637 18.1134 19.4789 18.3779L13.9789 21.3779C13.494 21.6423 12.8866 21.4637 12.6221 20.9788C12.3576 20.494 12.5363 19.8865 13.0211 19.6221L18.5211 16.6221C19.006 16.3576 19.6134 16.5363 19.8779 17.0211Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.5 3.5C9.5 2.11929 10.6193 1 12 1C13.3807 1 14.5 2.11929 14.5 3.5C14.5 4.88071 13.3807 6 12 6C10.6193 6 9.5 4.88071 9.5 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1 7.5C1 6.11929 2.11929 5 3.5 5C4.88071 5 6 6.11929 6 7.5C6 8.88071 4.88071 10 3.5 10C2.11929 10 1 8.88071 1 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18 7.5C18 6.11929 19.1193 5 20.5 5C21.8807 5 23 6.11929 23 7.5C23 8.88071 21.8807 10 20.5 10C19.1193 10 18 8.88071 18 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1 16.5C1 15.1193 2.11929 14 3.5 14C4.88071 14 6 15.1193 6 16.5C6 17.8807 4.88071 19 3.5 19C2.11929 19 1 17.8807 1 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18 16.5C18 15.1193 19.1193 14 20.5 14C21.8807 14 23 15.1193 23 16.5C23 17.8807 21.8807 19 20.5 19C19.1193 19 18 17.8807 18 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.5 20.5C9.5 19.1193 10.6193 18 12 18C13.3807 18 14.5 19.1193 14.5 20.5C14.5 21.8807 13.3807 23 12 23C10.6193 23 9.5 21.8807 9.5 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5097 8.87842C11.8142 8.70719 12.1858 8.70719 12.4903 8.87842L14.4903 10.0034C14.8051 10.1805 15 10.5137 15 10.875V13.125C15 13.4863 14.8051 13.8195 14.4903 13.9966L12.4903 15.1216C12.1858 15.2928 11.8142 15.2928 11.5097 15.1216L9.50974 13.9966C9.19486 13.8195 9 13.4863 9 13.125V10.875C9 10.5137 9.19486 10.1805 9.50974 10.0034L11.5097 8.87842Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9999 4C12.5522 4 12.9999 4.44772 12.9999 5V10C12.9999 10.5523 12.5522 11 11.9999 11C11.4476 11 10.9999 10.5523 10.9999 10V5C10.9999 4.44772 11.4476 4 11.9999 4ZM4.14241 7.4855C4.42656 7.01192 5.04082 6.85836 5.5144 7.14251L10.5144 10.1425C10.988 10.4267 11.1415 11.0409 10.8574 11.5145C10.6731 11.8217 10.3499 11.9942 10.0163 12C10.3499 12.0058 10.6731 12.1783 10.8574 12.4855C11.1415 12.9591 10.988 13.5733 10.5144 13.8575L5.5144 16.8575C5.04082 17.1416 4.42656 16.9881 4.14241 16.5145C3.85827 16.0409 4.01183 15.4267 4.48541 15.1425L9.48541 12.1425C9.64119 12.049 9.81219 12.0029 9.98166 12C9.81219 11.9971 9.64119 11.951 9.48541 11.8575L4.48541 8.85749C4.01183 8.57334 3.85827 7.95908 4.14241 7.4855ZM19.8574 7.4855C20.1415 7.95908 19.988 8.57334 19.5144 8.85749L14.5144 11.8575C14.3586 11.951 14.1876 11.9971 14.0182 12C14.1876 12.0029 14.3586 12.049 14.5144 12.1425L19.5144 15.1425C19.988 15.4267 20.1415 16.0409 19.8574 16.5145C19.5733 16.9881 18.959 17.1416 18.4854 16.8575L13.4854 13.8575C13.0118 13.5733 12.8583 12.9591 13.1424 12.4855C13.3267 12.1783 13.6499 12.0058 13.9835 12C13.6499 11.9942 13.3267 11.8217 13.1424 11.5145C12.8583 11.0409 13.0118 10.4267 13.4854 10.1425L18.4854 7.14251C18.959 6.85836 19.5733 7.01192 19.8574 7.4855ZM11.9999 13C12.5522 13 12.9999 13.4477 12.9999 14V19C12.9999 19.5523 12.5522 20 11.9999 20C11.4476 20 10.9999 19.5523 10.9999 19V14C10.9999 13.4477 11.4476 13 11.9999 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.3944 3.05276C11.6414 3.54674 11.4412 4.14741 10.9472 4.3944L4.94721 7.3944C4.45324 7.64139 3.85256 7.44117 3.60557 6.94719C3.35858 6.45321 3.55881 5.85254 4.05279 5.60555L10.0528 2.60555C10.5468 2.35856 11.1474 2.55878 11.3944 3.05276ZM12.6056 3.05276C12.8526 2.55878 13.4532 2.35856 13.9472 2.60555L19.9472 5.60555C20.4412 5.85254 20.6414 6.45321 20.3944 6.94719C20.1474 7.44117 19.5468 7.64139 19.0528 7.3944L13.0528 4.3944C12.5588 4.14741 12.3586 3.54674 12.6056 3.05276ZM3.5 7.99999C4.05228 7.99999 4.5 8.4477 4.5 8.99999V15C4.5 15.5523 4.05228 16 3.5 16C2.94772 16 2.5 15.5523 2.5 15V8.99999C2.5 8.4477 2.94772 7.99999 3.5 7.99999ZM20.5 7.99999C21.0523 7.99999 21.5 8.4477 21.5 8.99999V14.5C21.5 15.0523 21.0523 15.5 20.5 15.5C19.9477 15.5 19.5 15.0523 19.5 14.5V8.99999C19.5 8.4477 19.9477 7.99999 20.5 7.99999ZM3.60557 17.0528C3.85256 16.5588 4.45324 16.3586 4.94721 16.6055L10.9472 19.6055C11.4412 19.8525 11.6414 20.4532 11.3944 20.9472C11.1474 21.4412 10.5468 21.6414 10.0528 21.3944L4.05279 18.3944C3.55881 18.1474 3.35858 17.5467 3.60557 17.0528ZM19.8779 17.0211C20.1424 17.506 19.9637 18.1134 19.4789 18.3779L13.9789 21.3779C13.494 21.6423 12.8866 21.4637 12.6221 20.9788C12.3576 20.494 12.5363 19.8865 13.0211 19.6221L18.5211 16.6221C19.006 16.3576 19.6134 16.5363 19.8779 17.0211Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.5 3.5C9.5 2.11929 10.6193 1 12 1C13.3807 1 14.5 2.11929 14.5 3.5C14.5 4.88071 13.3807 6 12 6C10.6193 6 9.5 4.88071 9.5 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1 7.5C1 6.11929 2.11929 5 3.5 5C4.88071 5 6 6.11929 6 7.5C6 8.88071 4.88071 10 3.5 10C2.11929 10 1 8.88071 1 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18 7.5C18 6.11929 19.1193 5 20.5 5C21.8807 5 23 6.11929 23 7.5C23 8.88071 21.8807 10 20.5 10C19.1193 10 18 8.88071 18 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1 16.5C1 15.1193 2.11929 14 3.5 14C4.88071 14 6 15.1193 6 16.5C6 17.8807 4.88071 19 3.5 19C2.11929 19 1 17.8807 1 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18 16.5C18 15.1193 19.1193 14 20.5 14C21.8807 14 23 15.1193 23 16.5C23 17.8807 21.8807 19 20.5 19C19.1193 19 18 17.8807 18 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.5 20.5C9.5 19.1193 10.6193 18 12 18C13.3807 18 14.5 19.1193 14.5 20.5C14.5 21.8807 13.3807 23 12 23C10.6193 23 9.5 21.8807 9.5 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5097 8.87842C11.8142 8.70719 12.1858 8.70719 12.4903 8.87842L14.4903 10.0034C14.8051 10.1805 15 10.5137 15 10.875V13.125C15 13.4863 14.8051 13.8195 14.4903 13.9966L12.4903 15.1216C12.1858 15.2928 11.8142 15.2928 11.5097 15.1216L9.50974 13.9966C9.19486 13.8195 9 13.4863 9 13.125V10.875C9 10.5137 9.19486 10.1805 9.50974 10.0034L11.5097 8.87842Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-pendulum{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.61914 18.5C3.61914 16.7051 5.07422 15.25 6.86914 15.25C8.66407 15.25 10.1191 16.7051 10.1191 18.5C10.1191 20.2949 8.66407 21.75 6.86914 21.75C5.07422 21.75 3.61914 20.2949 3.61914 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.61914 18.5C8.61914 16.7051 10.0742 15.25 11.8691 15.25C13.6641 15.25 15.1191 16.7051 15.1191 18.5C15.1191 20.2949 13.6641 21.75 11.8691 21.75C10.0742 21.75 8.61914 20.2949 8.61914 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8691 18.5C16.8691 16.7051 18.3242 15.25 20.1191 15.25C21.9141 15.25 23.3691 16.7051 23.3691 18.5C23.3691 20.2949 21.9141 21.75 20.1191 21.75C18.3242 21.75 16.8691 20.2949 16.8691 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5798 4.25019L20.3691 4.25019C20.9214 4.25019 21.3691 3.80247 21.3691 3.25018C21.3691 2.6979 20.9214 2.25019 20.3691 2.25019L17.3895 2.25019C17.3767 2.24994 17.3639 2.24994 17.351 2.25019L11.8704 2.25019C11.87 2.25019 11.8696 2.25018 11.8691 2.25018C11.8687 2.25018 11.8683 2.25019 11.8678 2.25019L6.87003 2.25019C6.86973 2.25018 6.86944 2.25018 6.86914 2.25018C6.86884 2.25018 6.86855 2.25018 6.86825 2.25019L2.36914 2.25018C1.81686 2.25018 1.36914 2.6979 1.36914 3.25018C1.36914 3.80247 1.81686 4.25018 2.36914 4.25018L5.86914 4.25019V16.2502C5.86914 16.8025 6.31686 17.2502 6.86914 17.2502C7.42143 17.2502 7.86914 16.8025 7.86914 16.2502V4.25019L10.8691 4.25019V16.2502C10.8691 16.8025 11.3169 17.2502 11.8691 17.2502C12.4214 17.2502 12.8691 16.8025 12.8691 16.2502V4.25019L16.5431 4.25019L18.8871 16.439C18.9914 16.9814 19.5156 17.3365 20.058 17.2322C20.6003 17.1279 20.9554 16.6037 20.8511 16.0613L18.5798 4.25019Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.61914 18.5C3.61914 16.7051 5.07422 15.25 6.86914 15.25C8.66407 15.25 10.1191 16.7051 10.1191 18.5C10.1191 20.2949 8.66407 21.75 6.86914 21.75C5.07422 21.75 3.61914 20.2949 3.61914 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.61914 18.5C8.61914 16.7051 10.0742 15.25 11.8691 15.25C13.6641 15.25 15.1191 16.7051 15.1191 18.5C15.1191 20.2949 13.6641 21.75 11.8691 21.75C10.0742 21.75 8.61914 20.2949 8.61914 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.8691 18.5C16.8691 16.7051 18.3242 15.25 20.1191 15.25C21.9141 15.25 23.3691 16.7051 23.3691 18.5C23.3691 20.2949 21.9141 21.75 20.1191 21.75C18.3242 21.75 16.8691 20.2949 16.8691 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5798 4.25019L20.3691 4.25019C20.9214 4.25019 21.3691 3.80247 21.3691 3.25018C21.3691 2.6979 20.9214 2.25019 20.3691 2.25019L17.3895 2.25019C17.3767 2.24994 17.3639 2.24994 17.351 2.25019L11.8704 2.25019C11.87 2.25019 11.8696 2.25018 11.8691 2.25018C11.8687 2.25018 11.8683 2.25019 11.8678 2.25019L6.87003 2.25019C6.86973 2.25018 6.86944 2.25018 6.86914 2.25018C6.86884 2.25018 6.86855 2.25018 6.86825 2.25019L2.36914 2.25018C1.81686 2.25018 1.36914 2.6979 1.36914 3.25018C1.36914 3.80247 1.81686 4.25018 2.36914 4.25018L5.86914 4.25019V16.2502C5.86914 16.8025 6.31686 17.2502 6.86914 17.2502C7.42143 17.2502 7.86914 16.8025 7.86914 16.2502V4.25019L10.8691 4.25019V16.2502C10.8691 16.8025 11.3169 17.2502 11.8691 17.2502C12.4214 17.2502 12.8691 16.8025 12.8691 16.2502V4.25019L16.5431 4.25019L18.8871 16.439C18.9914 16.9814 19.5156 17.3365 20.058 17.2322C20.6003 17.1279 20.9554 16.6037 20.8511 16.0613L18.5798 4.25019Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-prism{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8109 4.54192C11.4062 5.11132 10.9474 5.9956 10.2706 7.30847L8.6466 10.4583C8.39351 10.9491 7.7904 11.1419 7.29952 10.8888C6.80864 10.6357 6.61587 10.0326 6.86896 9.54174L8.49292 6.39195C8.50547 6.36761 8.51798 6.34336 8.53044 6.31918C9.16015 5.09773 9.6831 4.08333 10.1808 3.38318C10.6803 2.68041 11.3571 2 12.3691 2C13.3812 2 14.0579 2.68041 14.5575 3.38318C15.0552 4.08333 15.5781 5.09772 16.2078 6.31918L16.8382 7.54174C17.0912 8.03262 16.8985 8.63573 16.4076 8.88882C15.9167 9.14191 15.3136 8.94914 15.0605 8.45826L14.4677 7.30847C13.7908 5.9956 13.3321 5.11132 12.9274 4.54192C12.7299 4.26415 12.5865 4.1226 12.4898 4.05322C12.4152 3.99973 12.3855 3.99991 12.3708 3.99999C12.3702 4 12.3697 4 12.3691 4C12.3686 4 12.3681 4 12.3675 3.99999C12.3528 3.99991 12.323 3.99973 12.2485 4.05322C12.1517 4.1226 12.0084 4.26415 11.8109 4.54192Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.04053 9.30544C7.68095 9.15913 7.26915 9.31139 7.09125 9.65644L4.26542 15.1373C3.6494 16.3321 3.1501 17.3004 2.87499 18.086C2.5938 18.889 2.47816 19.6857 2.87644 20.4287C3.28632 21.1933 4.01934 21.4934 4.8301 21.6248C5.60444 21.7502 6.63251 21.7502 7.87858 21.7501H16.8599C18.1059 21.7502 19.134 21.7502 19.9083 21.6248C20.7191 21.4934 21.4521 21.1933 21.862 20.4287C22.2603 19.6857 22.1446 18.889 21.8635 18.086C21.5883 17.3004 21.089 16.3321 20.473 15.1373L20.0956 14.4053C20.0136 14.2463 19.8774 14.1218 19.7117 14.0543L8.04053 9.30544Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.3469 6.7908C23.4626 7.33083 23.1186 7.86241 22.5786 7.97813L14.5981 9.68823L21.9413 10.5065C22.4902 10.5676 22.8856 11.0622 22.8244 11.6111C22.7633 12.16 22.2687 12.5553 21.7199 12.4942L14.9722 11.7423L22.763 15.0812C23.2706 15.2987 23.5058 15.8866 23.2882 16.3942C23.0706 16.9019 22.4828 17.137 21.9751 16.9195L8.24444 11.0349L2.53345 11.9867C1.98868 12.0775 1.47345 11.7095 1.38266 11.1647C1.29186 10.62 1.65988 10.1047 2.20465 10.0139L8.18199 9.01771L22.1595 6.02253C22.6995 5.90681 23.2311 6.25077 23.3469 6.7908Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.8109 4.54192C11.4062 5.11132 10.9474 5.9956 10.2706 7.30847L8.6466 10.4583C8.39351 10.9491 7.7904 11.1419 7.29952 10.8888C6.80864 10.6357 6.61587 10.0326 6.86896 9.54174L8.49292 6.39195C8.50547 6.36761 8.51798 6.34336 8.53044 6.31918C9.16015 5.09773 9.6831 4.08333 10.1808 3.38318C10.6803 2.68041 11.3571 2 12.3691 2C13.3812 2 14.0579 2.68041 14.5575 3.38318C15.0552 4.08333 15.5781 5.09772 16.2078 6.31918L16.8382 7.54174C17.0912 8.03262 16.8985 8.63573 16.4076 8.88882C15.9167 9.14191 15.3136 8.94914 15.0605 8.45826L14.4677 7.30847C13.7908 5.9956 13.3321 5.11132 12.9274 4.54192C12.7299 4.26415 12.5865 4.1226 12.4898 4.05322C12.4152 3.99973 12.3855 3.99991 12.3708 3.99999C12.3702 4 12.3697 4 12.3691 4C12.3686 4 12.3681 4 12.3675 3.99999C12.3528 3.99991 12.323 3.99973 12.2485 4.05322C12.1517 4.1226 12.0084 4.26415 11.8109 4.54192Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.04053 9.30544C7.68095 9.15913 7.26915 9.31139 7.09125 9.65644L4.26542 15.1373C3.6494 16.3321 3.1501 17.3004 2.87499 18.086C2.5938 18.889 2.47816 19.6857 2.87644 20.4287C3.28632 21.1933 4.01934 21.4934 4.8301 21.6248C5.60444 21.7502 6.63251 21.7502 7.87858 21.7501H16.8599C18.1059 21.7502 19.134 21.7502 19.9083 21.6248C20.7191 21.4934 21.4521 21.1933 21.862 20.4287C22.2603 19.6857 22.1446 18.889 21.8635 18.086C21.5883 17.3004 21.089 16.3321 20.473 15.1373L20.0956 14.4053C20.0136 14.2463 19.8774 14.1218 19.7117 14.0543L8.04053 9.30544Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23.3469 6.7908C23.4626 7.33083 23.1186 7.86241 22.5786 7.97813L14.5981 9.68823L21.9413 10.5065C22.4902 10.5676 22.8856 11.0622 22.8244 11.6111C22.7633 12.16 22.2687 12.5553 21.7199 12.4942L14.9722 11.7423L22.763 15.0812C23.2706 15.2987 23.5058 15.8866 23.2882 16.3942C23.0706 16.9019 22.4828 17.137 21.9751 16.9195L8.24444 11.0349L2.53345 11.9867C1.98868 12.0775 1.47345 11.7095 1.38266 11.1647C1.29186 10.62 1.65988 10.1047 2.20465 10.0139L8.18199 9.01771L22.1595 6.02253C22.6995 5.90681 23.2311 6.25077 23.3469 6.7908Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-pulley{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.621 16.3371C18.0728 16.0568 18.5666 16 19 16C19.4625 16 19.9612 16.0697 20.4094 16.3586C20.8651 16.6523 21.1299 17.0822 21.3082 17.5168C21.5025 17.9901 21.7321 18.6105 21.8705 19.2061C21.9395 19.5033 21.9936 19.8263 21.9995 20.1399C22.005 20.4362 21.9707 20.8334 21.7637 21.1974C21.4741 21.7068 20.9989 21.8839 20.6284 21.9482C20.3271 22.0004 19.9603 22.0002 19.6282 22H18.3718C18.0397 22.0002 17.6729 22.0004 17.3717 21.9482C17.0011 21.8839 16.5259 21.7068 16.2363 21.1974C16.0294 20.8334 15.995 20.4362 16.0005 20.1399C16.0064 19.8263 16.0605 19.5033 16.1296 19.2061C16.268 18.6105 16.4975 17.9901 16.6918 17.5167C16.8798 17.0588 17.1564 16.6253 17.621 16.3371Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 10.5C11 8.01472 13.0147 6 15.5 6C17.9853 6 20 8.01472 20 10.5C20 12.9853 17.9853 15 15.5 15C13.0147 15 11 12.9853 11 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4 17.5C4 15.0147 6.01472 13 8.5 13C10.9853 13 13 15.0147 13 17.5C13 19.9853 10.9853 22 8.5 22C6.01472 22 4 19.9853 4 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H16.5V7C16.5 7.55228 16.0523 8 15.5 8C14.9477 8 14.5 7.55228 14.5 7V4H6V17.5C6 18.0523 5.55228 18.5 5 18.5C4.44772 18.5 4 18.0523 4 17.5V4H3C2.44772 4 2 3.55228 2 3ZM12 9.49999C12.5523 9.49999 13 9.94771 13 10.5V17.5C13 18.0523 12.5523 18.5 12 18.5C11.4477 18.5 11 18.0523 11 17.5V10.5C11 9.94771 11.4477 9.49999 12 9.49999ZM19 9.49999C19.5523 9.49999 20 9.94771 20 10.5V17C20 17.5523 19.5523 18 19 18C18.4477 18 18 17.5523 18 17V10.5C18 9.94771 18.4477 9.49999 19 9.49999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.621 16.3371C18.0728 16.0568 18.5666 16 19 16C19.4625 16 19.9612 16.0697 20.4094 16.3586C20.8651 16.6523 21.1299 17.0822 21.3082 17.5168C21.5025 17.9901 21.7321 18.6105 21.8705 19.2061C21.9395 19.5033 21.9936 19.8263 21.9995 20.1399C22.005 20.4362 21.9707 20.8334 21.7637 21.1974C21.4741 21.7068 20.9989 21.8839 20.6284 21.9482C20.3271 22.0004 19.9603 22.0002 19.6282 22H18.3718C18.0397 22.0002 17.6729 22.0004 17.3717 21.9482C17.0011 21.8839 16.5259 21.7068 16.2363 21.1974C16.0294 20.8334 15.995 20.4362 16.0005 20.1399C16.0064 19.8263 16.0605 19.5033 16.1296 19.2061C16.268 18.6105 16.4975 17.9901 16.6918 17.5167C16.8798 17.0588 17.1564 16.6253 17.621 16.3371Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 10.5C11 8.01472 13.0147 6 15.5 6C17.9853 6 20 8.01472 20 10.5C20 12.9853 17.9853 15 15.5 15C13.0147 15 11 12.9853 11 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4 17.5C4 15.0147 6.01472 13 8.5 13C10.9853 13 13 15.0147 13 17.5C13 19.9853 10.9853 22 8.5 22C6.01472 22 4 19.9853 4 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 3C2 2.44772 2.44772 2 3 2H21C21.5523 2 22 2.44772 22 3C22 3.55228 21.5523 4 21 4H16.5V7C16.5 7.55228 16.0523 8 15.5 8C14.9477 8 14.5 7.55228 14.5 7V4H6V17.5C6 18.0523 5.55228 18.5 5 18.5C4.44772 18.5 4 18.0523 4 17.5V4H3C2.44772 4 2 3.55228 2 3ZM12 9.49999C12.5523 9.49999 13 9.94771 13 10.5V17.5C13 18.0523 12.5523 18.5 12 18.5C11.4477 18.5 11 18.0523 11 17.5V10.5C11 9.94771 11.4477 9.49999 12 9.49999ZM19 9.49999C19.5523 9.49999 20 9.94771 20 10.5V17C20 17.5523 19.5523 18 19 18C18.4477 18 18 17.5523 18 17V10.5C18 9.94771 18.4477 9.49999 19 9.49999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-siri{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3691 3C7.39858 3 3.36914 7.02944 3.36914 12C3.36914 16.9706 7.39858 21 12.3691 21C17.3397 21 21.3691 16.9706 21.3691 12C21.3691 7.02944 17.3397 3 12.3691 3ZM1.36914 12C1.36914 5.92487 6.29401 1 12.3691 1C18.4443 1 23.3691 5.92487 23.3691 12C23.3691 18.0751 18.4443 23 12.3691 23C6.29401 23 1.36914 18.0751 1.36914 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.34884 8.90564C6.08256 9.08926 4.72054 9.02176 3.09265 8.55293C2.56194 8.40009 2.25561 7.84595 2.40846 7.31524C2.5613 6.78453 3.11544 6.4782 3.64615 6.63105C5.01826 7.02622 6.09374 7.06672 7.06183 6.92634C8.05172 6.7828 8.97059 6.44599 10.0645 6.01391C10.1733 5.97095 10.2832 5.92732 10.3943 5.88318C12.5305 5.0348 15.1361 4 19.3694 4C19.9217 4 20.3694 4.44772 20.3694 5C20.3694 5.55228 19.9217 6 19.3694 6C15.5212 6 13.2092 6.91772 11.1205 7.74679C11.0129 7.7895 10.9059 7.83197 10.7993 7.87407C9.70571 8.30599 8.59333 8.72518 7.34884 8.90564Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.3642 4.90073C19.419 5.45028 19.0179 5.94022 18.4684 5.99502C17.4381 6.09775 16.5315 6.50912 15.5757 7.13903C14.944 7.55532 14.3541 8.01968 13.7035 8.53179C13.3201 8.83359 12.9157 9.15198 12.4692 9.4869C10.1215 11.2479 7.16386 13 2.36914 13C1.81686 13 1.36914 12.5522 1.36914 12C1.36914 11.4477 1.81686 11 2.36914 11C6.57442 11 9.11682 9.50133 11.2691 7.88696C11.6297 7.61649 11.9969 7.32804 12.3667 7.03756C13.0694 6.48552 13.7815 5.92617 14.4751 5.46906C15.5818 4.73973 16.8001 4.15145 18.2699 4.00489C18.8195 3.95009 19.3094 4.35117 19.3642 4.90073Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.8296 20.0819C15.3285 20.8092 16.9617 21.2453 18.602 20.8525C19.1391 20.7238 19.4703 20.1842 19.3417 19.6471C19.213 19.11 18.6734 18.7788 18.1363 18.9074C17.136 19.147 16.0046 18.9142 14.7027 18.2826C13.4018 17.6513 12.0537 16.6829 10.6627 15.6197C10.3687 15.395 10.0719 15.1653 9.77358 14.9345C8.69332 14.0985 7.59413 13.2478 6.54435 12.5693C5.22353 11.7155 3.78832 11 2.36916 11C1.81687 11 1.36916 11.4477 1.36916 12C1.36916 12.5523 1.81687 13 2.36916 13C3.17221 13 4.18797 13.4276 5.45865 14.2489C6.42997 14.8768 7.43746 15.6562 8.50622 16.483C8.81488 16.7218 9.12866 16.9645 9.44815 17.2087C10.8414 18.2737 12.3299 19.3542 13.8296 20.0819Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4695 14.8524C10.898 16.7946 7.97822 19 4.36914 19C3.81686 19 3.36914 18.5523 3.36914 18C3.36914 17.4477 3.81686 17 4.36914 17C7.22633 17 9.62859 15.2468 12.3361 13.202C12.3951 13.1575 12.4543 13.1127 12.5136 13.0679C15.0465 11.1535 17.8959 9 21.3691 9C21.9214 9 22.3691 9.44772 22.3691 10C22.3691 10.5523 21.9214 11 21.3691 11C18.6095 11 16.2606 12.7444 13.5414 14.798L13.4695 14.8524Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3691 3C7.39858 3 3.36914 7.02944 3.36914 12C3.36914 16.9706 7.39858 21 12.3691 21C17.3397 21 21.3691 16.9706 21.3691 12C21.3691 7.02944 17.3397 3 12.3691 3ZM1.36914 12C1.36914 5.92487 6.29401 1 12.3691 1C18.4443 1 23.3691 5.92487 23.3691 12C23.3691 18.0751 18.4443 23 12.3691 23C6.29401 23 1.36914 18.0751 1.36914 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.34884 8.90564C6.08256 9.08926 4.72054 9.02176 3.09265 8.55293C2.56194 8.40009 2.25561 7.84595 2.40846 7.31524C2.5613 6.78453 3.11544 6.4782 3.64615 6.63105C5.01826 7.02622 6.09374 7.06672 7.06183 6.92634C8.05172 6.7828 8.97059 6.44599 10.0645 6.01391C10.1733 5.97095 10.2832 5.92732 10.3943 5.88318C12.5305 5.0348 15.1361 4 19.3694 4C19.9217 4 20.3694 4.44772 20.3694 5C20.3694 5.55228 19.9217 6 19.3694 6C15.5212 6 13.2092 6.91772 11.1205 7.74679C11.0129 7.7895 10.9059 7.83197 10.7993 7.87407C9.70571 8.30599 8.59333 8.72518 7.34884 8.90564Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.3642 4.90073C19.419 5.45028 19.0179 5.94022 18.4684 5.99502C17.4381 6.09775 16.5315 6.50912 15.5757 7.13903C14.944 7.55532 14.3541 8.01968 13.7035 8.53179C13.3201 8.83359 12.9157 9.15198 12.4692 9.4869C10.1215 11.2479 7.16386 13 2.36914 13C1.81686 13 1.36914 12.5522 1.36914 12C1.36914 11.4477 1.81686 11 2.36914 11C6.57442 11 9.11682 9.50133 11.2691 7.88696C11.6297 7.61649 11.9969 7.32804 12.3667 7.03756C13.0694 6.48552 13.7815 5.92617 14.4751 5.46906C15.5818 4.73973 16.8001 4.15145 18.2699 4.00489C18.8195 3.95009 19.3094 4.35117 19.3642 4.90073Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.8296 20.0819C15.3285 20.8092 16.9617 21.2453 18.602 20.8525C19.1391 20.7238 19.4703 20.1842 19.3417 19.6471C19.213 19.11 18.6734 18.7788 18.1363 18.9074C17.136 19.147 16.0046 18.9142 14.7027 18.2826C13.4018 17.6513 12.0537 16.6829 10.6627 15.6197C10.3687 15.395 10.0719 15.1653 9.77358 14.9345C8.69332 14.0985 7.59413 13.2478 6.54435 12.5693C5.22353 11.7155 3.78832 11 2.36916 11C1.81687 11 1.36916 11.4477 1.36916 12C1.36916 12.5523 1.81687 13 2.36916 13C3.17221 13 4.18797 13.4276 5.45865 14.2489C6.42997 14.8768 7.43746 15.6562 8.50622 16.483C8.81488 16.7218 9.12866 16.9645 9.44815 17.2087C10.8414 18.2737 12.3299 19.3542 13.8296 20.0819Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4695 14.8524C10.898 16.7946 7.97822 19 4.36914 19C3.81686 19 3.36914 18.5523 3.36914 18C3.36914 17.4477 3.81686 17 4.36914 17C7.22633 17 9.62859 15.2468 12.3361 13.202C12.3951 13.1575 12.4543 13.1127 12.5136 13.0679C15.0465 11.1535 17.8959 9 21.3691 9C21.9214 9 22.3691 9.44772 22.3691 10C22.3691 10.5523 21.9214 11 21.3691 11C18.6095 11 16.2606 12.7444 13.5414 14.798L13.4695 14.8524Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-solar-system{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3691 3.20455C11.4482 3.20455 10.562 3.34577 9.73016 3.60704C9.21523 3.76877 8.66669 3.48244 8.50496 2.96751C8.34323 2.45258 8.62955 1.90403 9.14448 1.7423C10.1637 1.4222 11.2472 1.25 12.3691 1.25C18.3062 1.25 23.1191 6.06294 23.1191 12C23.1191 14.1828 22.4675 16.2164 21.348 17.9132C21.0508 18.3637 20.4446 18.488 19.9941 18.1907C19.5436 17.8935 19.4193 17.2873 19.7166 16.8368C20.6318 15.4496 21.1646 13.7885 21.1646 12C21.1646 7.1424 17.2267 3.20455 12.3691 3.20455ZM4.5781 6.01928C5.03654 6.30414 5.17726 6.9067 4.8924 7.36514C4.05656 8.7103 3.57369 10.2973 3.57369 12C3.57369 16.8576 7.51155 20.7955 12.3691 20.7955C13.2901 20.7955 14.1763 20.6542 15.0081 20.393C15.5231 20.2312 16.0716 20.5176 16.2333 21.0325C16.3951 21.5474 16.1087 22.096 15.5938 22.2577C14.5746 22.5778 13.4911 22.75 12.3691 22.75C6.43208 22.75 1.61914 17.9371 1.61914 12C1.61914 9.92226 2.20957 7.97943 3.23224 6.33358C3.5171 5.87514 4.11967 5.73442 4.5781 6.01928Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.61914 5C2.61914 3.48122 3.85036 2.25 5.36914 2.25C6.88792 2.25 8.11914 3.48122 8.11914 5C8.11914 6.51878 6.88792 7.75 5.36914 7.75C3.85036 7.75 2.61914 6.51878 2.61914 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.6191 19C16.6191 17.4812 17.8504 16.25 19.3691 16.25C20.8879 16.25 22.1191 17.4812 22.1191 19C22.1191 20.5188 20.8879 21.75 19.3691 21.75C17.8504 21.75 16.6191 20.5188 16.6191 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.86914 15C5.86914 13.6193 6.98843 12.5 8.36914 12.5C9.74985 12.5 10.8691 13.6193 10.8691 15C10.8691 16.3807 9.74985 17.5 8.36914 17.5C6.98843 17.5 5.86914 16.3807 5.86914 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3691 8.16667C10.252 8.16667 8.53581 9.88291 8.53581 12C8.53581 12.2638 8.56231 12.5204 8.6125 12.7677C8.71779 13.2864 8.38266 13.7922 7.86397 13.8975C7.34527 14.0028 6.83943 13.6677 6.73415 13.149C6.65862 12.7769 6.61914 12.3926 6.61914 12C6.61914 8.82436 9.1935 6.25 12.3691 6.25C15.5448 6.25 18.1191 8.82436 18.1191 12C18.1191 15.1756 15.5448 17.75 12.3691 17.75C11.8399 17.75 11.4108 17.3209 11.4108 16.7917C11.4108 16.2624 11.8399 15.8333 12.3691 15.8333C14.4862 15.8333 16.2025 14.1171 16.2025 12C16.2025 9.88291 14.4862 8.16667 12.3691 8.16667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.1191 12C11.1191 11.3096 11.6763 10.75 12.3636 10.75H12.3747C13.062 10.75 13.6191 11.3096 13.6191 12C13.6191 12.6904 13.062 13.25 12.3747 13.25H12.3636C11.6763 13.25 11.1191 12.6904 11.1191 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3691 3.20455C11.4482 3.20455 10.562 3.34577 9.73016 3.60704C9.21523 3.76877 8.66669 3.48244 8.50496 2.96751C8.34323 2.45258 8.62955 1.90403 9.14448 1.7423C10.1637 1.4222 11.2472 1.25 12.3691 1.25C18.3062 1.25 23.1191 6.06294 23.1191 12C23.1191 14.1828 22.4675 16.2164 21.348 17.9132C21.0508 18.3637 20.4446 18.488 19.9941 18.1907C19.5436 17.8935 19.4193 17.2873 19.7166 16.8368C20.6318 15.4496 21.1646 13.7885 21.1646 12C21.1646 7.1424 17.2267 3.20455 12.3691 3.20455ZM4.5781 6.01928C5.03654 6.30414 5.17726 6.9067 4.8924 7.36514C4.05656 8.7103 3.57369 10.2973 3.57369 12C3.57369 16.8576 7.51155 20.7955 12.3691 20.7955C13.2901 20.7955 14.1763 20.6542 15.0081 20.393C15.5231 20.2312 16.0716 20.5176 16.2333 21.0325C16.3951 21.5474 16.1087 22.096 15.5938 22.2577C14.5746 22.5778 13.4911 22.75 12.3691 22.75C6.43208 22.75 1.61914 17.9371 1.61914 12C1.61914 9.92226 2.20957 7.97943 3.23224 6.33358C3.5171 5.87514 4.11967 5.73442 4.5781 6.01928Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.61914 5C2.61914 3.48122 3.85036 2.25 5.36914 2.25C6.88792 2.25 8.11914 3.48122 8.11914 5C8.11914 6.51878 6.88792 7.75 5.36914 7.75C3.85036 7.75 2.61914 6.51878 2.61914 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.6191 19C16.6191 17.4812 17.8504 16.25 19.3691 16.25C20.8879 16.25 22.1191 17.4812 22.1191 19C22.1191 20.5188 20.8879 21.75 19.3691 21.75C17.8504 21.75 16.6191 20.5188 16.6191 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.86914 15C5.86914 13.6193 6.98843 12.5 8.36914 12.5C9.74985 12.5 10.8691 13.6193 10.8691 15C10.8691 16.3807 9.74985 17.5 8.36914 17.5C6.98843 17.5 5.86914 16.3807 5.86914 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3691 8.16667C10.252 8.16667 8.53581 9.88291 8.53581 12C8.53581 12.2638 8.56231 12.5204 8.6125 12.7677C8.71779 13.2864 8.38266 13.7922 7.86397 13.8975C7.34527 14.0028 6.83943 13.6677 6.73415 13.149C6.65862 12.7769 6.61914 12.3926 6.61914 12C6.61914 8.82436 9.1935 6.25 12.3691 6.25C15.5448 6.25 18.1191 8.82436 18.1191 12C18.1191 15.1756 15.5448 17.75 12.3691 17.75C11.8399 17.75 11.4108 17.3209 11.4108 16.7917C11.4108 16.2624 11.8399 15.8333 12.3691 15.8333C14.4862 15.8333 16.2025 14.1171 16.2025 12C16.2025 9.88291 14.4862 8.16667 12.3691 8.16667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.1191 12C11.1191 11.3096 11.6763 10.75 12.3636 10.75H12.3747C13.062 10.75 13.6191 11.3096 13.6191 12C13.6191 12.6904 13.062 13.25 12.3747 13.25H12.3636C11.6763 13.25 11.1191 12.6904 11.1191 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-submerge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.36914 1.25C7.78335 1.25 8.11914 1.58579 8.11914 2V3C8.11914 3.41421 7.78335 3.75 7.36914 3.75C6.95493 3.75 6.61914 3.41421 6.61914 3V2C6.61914 1.58579 6.95493 1.25 7.36914 1.25ZM12.3691 1.25C12.7834 1.25 13.1191 1.58579 13.1191 2V3C13.1191 3.41421 12.7834 3.75 12.3691 3.75C11.9549 3.75 11.6191 3.41421 11.6191 3V2C11.6191 1.58579 11.9549 1.25 12.3691 1.25ZM17.3691 1.25C17.7834 1.25 18.1191 1.58579 18.1191 2V3C18.1191 3.41421 17.7834 3.75 17.3691 3.75C16.9549 3.75 16.6191 3.41421 16.6191 3V2C16.6191 1.58579 16.9549 1.25 17.3691 1.25ZM7.36914 4.75C7.78335 4.75 8.11914 5.08579 8.11914 5.5V6.5C8.11914 6.91421 7.78335 7.25 7.36914 7.25C6.95493 7.25 6.61914 6.91421 6.61914 6.5V5.5C6.61914 5.08579 6.95493 4.75 7.36914 4.75ZM12.3691 4.75C12.7834 4.75 13.1191 5.08579 13.1191 5.5V6.5C13.1191 6.91421 12.7834 7.25 12.3691 7.25C11.9549 7.25 11.6191 6.91421 11.6191 6.5V5.5C11.6191 5.08579 11.9549 4.75 12.3691 4.75ZM17.3691 4.75C17.7834 4.75 18.1191 5.08579 18.1191 5.5V6.5C18.1191 6.91421 17.7834 7.25 17.3691 7.25C16.9549 7.25 16.6191 6.91421 16.6191 6.5V5.5C16.6191 5.08579 16.9549 4.75 17.3691 4.75ZM7.36914 8.25C7.78335 8.25 8.11914 8.58579 8.11914 9V10C8.11914 10.4142 7.78335 10.75 7.36914 10.75C6.95493 10.75 6.61914 10.4142 6.61914 10V9C6.61914 8.58579 6.95493 8.25 7.36914 8.25ZM17.3691 8.25C17.7834 8.25 18.1191 8.58579 18.1191 9V10C18.1191 10.4142 17.7834 10.75 17.3691 10.75C16.9549 10.75 16.6191 10.4142 16.6191 10V9C16.6191 8.58579 16.9549 8.25 17.3691 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.59642 11.25C3.13615 11.25 3.57369 11.6791 3.57369 12.2083V15.2485C3.57369 15.444 3.57369 15.5417 3.63163 15.6208C3.68956 15.7 3.77358 15.7266 3.94162 15.7798C5.54619 16.2884 6.98667 15.5142 8.39085 14.833C9.96583 14.069 11.4952 13.4219 13.1592 14.833C15.8429 17.0691 18.259 15.5652 20.7557 14.6562C20.956 14.5833 21.0561 14.5468 21.1103 14.4694C21.1646 14.3919 21.1646 14.2881 21.1646 14.0805V12.2083C21.1646 11.6791 21.6021 11.25 22.1419 11.25C22.6816 11.25 23.1191 11.6791 23.1191 12.2083V16.1093C23.1192 17.407 23.1192 18.4771 23.0031 19.324C22.8812 20.2132 22.6154 20.9985 21.9742 21.6272C21.333 22.256 20.5322 22.5166 19.6255 22.6362C18.7618 22.7501 17.6705 22.75 16.3472 22.75H8.39104C7.06772 22.75 5.97649 22.7501 5.11283 22.6362C4.20609 22.5166 3.40529 22.256 2.76409 21.6272C2.12289 20.9985 1.85711 20.2132 1.7352 19.324C1.61908 18.4771 1.61911 17.407 1.61914 16.1093L1.61914 12.2083C1.61914 11.6791 2.05668 11.25 2.59642 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5957 12.7738C11.7282 12.6578 12.865 12.9565 13.9543 13.8757C14.924 14.68 15.7665 14.8236 16.612 14.7213C16.6977 14.7109 16.7832 14.6981 16.8689 14.6831C16.9936 14.6612 17.0882 14.5593 17.0996 14.4335C17.1125 14.2907 17.1191 14.1461 17.1191 14C17.1191 11.3766 14.9865 9.25 12.3558 9.25C9.89999 9.25 7.87822 11.1033 7.62031 13.484C7.60406 13.634 7.76028 13.7368 7.89671 13.6715C8.75626 13.2602 9.63751 12.872 10.5957 12.7738Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.36914 1.25C7.78335 1.25 8.11914 1.58579 8.11914 2V3C8.11914 3.41421 7.78335 3.75 7.36914 3.75C6.95493 3.75 6.61914 3.41421 6.61914 3V2C6.61914 1.58579 6.95493 1.25 7.36914 1.25ZM12.3691 1.25C12.7834 1.25 13.1191 1.58579 13.1191 2V3C13.1191 3.41421 12.7834 3.75 12.3691 3.75C11.9549 3.75 11.6191 3.41421 11.6191 3V2C11.6191 1.58579 11.9549 1.25 12.3691 1.25ZM17.3691 1.25C17.7834 1.25 18.1191 1.58579 18.1191 2V3C18.1191 3.41421 17.7834 3.75 17.3691 3.75C16.9549 3.75 16.6191 3.41421 16.6191 3V2C16.6191 1.58579 16.9549 1.25 17.3691 1.25ZM7.36914 4.75C7.78335 4.75 8.11914 5.08579 8.11914 5.5V6.5C8.11914 6.91421 7.78335 7.25 7.36914 7.25C6.95493 7.25 6.61914 6.91421 6.61914 6.5V5.5C6.61914 5.08579 6.95493 4.75 7.36914 4.75ZM12.3691 4.75C12.7834 4.75 13.1191 5.08579 13.1191 5.5V6.5C13.1191 6.91421 12.7834 7.25 12.3691 7.25C11.9549 7.25 11.6191 6.91421 11.6191 6.5V5.5C11.6191 5.08579 11.9549 4.75 12.3691 4.75ZM17.3691 4.75C17.7834 4.75 18.1191 5.08579 18.1191 5.5V6.5C18.1191 6.91421 17.7834 7.25 17.3691 7.25C16.9549 7.25 16.6191 6.91421 16.6191 6.5V5.5C16.6191 5.08579 16.9549 4.75 17.3691 4.75ZM7.36914 8.25C7.78335 8.25 8.11914 8.58579 8.11914 9V10C8.11914 10.4142 7.78335 10.75 7.36914 10.75C6.95493 10.75 6.61914 10.4142 6.61914 10V9C6.61914 8.58579 6.95493 8.25 7.36914 8.25ZM17.3691 8.25C17.7834 8.25 18.1191 8.58579 18.1191 9V10C18.1191 10.4142 17.7834 10.75 17.3691 10.75C16.9549 10.75 16.6191 10.4142 16.6191 10V9C16.6191 8.58579 16.9549 8.25 17.3691 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.59642 11.25C3.13615 11.25 3.57369 11.6791 3.57369 12.2083V15.2485C3.57369 15.444 3.57369 15.5417 3.63163 15.6208C3.68956 15.7 3.77358 15.7266 3.94162 15.7798C5.54619 16.2884 6.98667 15.5142 8.39085 14.833C9.96583 14.069 11.4952 13.4219 13.1592 14.833C15.8429 17.0691 18.259 15.5652 20.7557 14.6562C20.956 14.5833 21.0561 14.5468 21.1103 14.4694C21.1646 14.3919 21.1646 14.2881 21.1646 14.0805V12.2083C21.1646 11.6791 21.6021 11.25 22.1419 11.25C22.6816 11.25 23.1191 11.6791 23.1191 12.2083V16.1093C23.1192 17.407 23.1192 18.4771 23.0031 19.324C22.8812 20.2132 22.6154 20.9985 21.9742 21.6272C21.333 22.256 20.5322 22.5166 19.6255 22.6362C18.7618 22.7501 17.6705 22.75 16.3472 22.75H8.39104C7.06772 22.75 5.97649 22.7501 5.11283 22.6362C4.20609 22.5166 3.40529 22.256 2.76409 21.6272C2.12289 20.9985 1.85711 20.2132 1.7352 19.324C1.61908 18.4771 1.61911 17.407 1.61914 16.1093L1.61914 12.2083C1.61914 11.6791 2.05668 11.25 2.59642 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5957 12.7738C11.7282 12.6578 12.865 12.9565 13.9543 13.8757C14.924 14.68 15.7665 14.8236 16.612 14.7213C16.6977 14.7109 16.7832 14.6981 16.8689 14.6831C16.9936 14.6612 17.0882 14.5593 17.0996 14.4335C17.1125 14.2907 17.1191 14.1461 17.1191 14C17.1191 11.3766 14.9865 9.25 12.3558 9.25C9.89999 9.25 7.87822 11.1033 7.62031 13.484C7.60406 13.634 7.76028 13.7368 7.89671 13.6715C8.75626 13.2602 9.63751 12.872 10.5957 12.7738Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-test-tube{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5728 2.28262C11.6455 2.18633 11.7359 2.07842 11.8447 1.96967C12.1764 1.63792 12.7309 1.25 13.5 1.25C14.0994 1.25 14.7791 1.38531 15.3137 1.86113C15.7178 2.22092 15.9682 2.71139 16.073 3.30813C18.0696 3.64912 19.4216 5.4386 19.6977 7.30011C20.56 7.42834 21.2753 7.79909 21.8017 8.37059C22.4548 9.07979 22.75 10.0249 22.75 11C22.75 13.1293 20.8923 14.75 18.7364 14.75C16.8332 14.75 15.1625 13.4871 14.7969 11.7262C13.9012 11.578 13.0216 11.0164 12.3574 10.3651C11.4827 9.50731 10.75 8.27332 10.75 7V6.75H9C8.58579 6.75 8.25 6.41421 8.25 6C8.25 5.11876 8.47246 4.40797 8.84471 3.8496C9.21383 3.29592 9.70062 2.93617 10.1646 2.70418C10.6256 2.47366 11.0776 2.36214 11.408 2.30708C11.4663 2.29736 11.5214 2.2893 11.5728 2.28262Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.02717 6.75H6C5.58579 6.75 5.25 6.41421 5.25 6C5.25 5.58579 5.58579 5.25 6 5.25H6.77717H11.2231H12C12.4142 5.25 12.75 5.58579 12.75 6C12.75 6.41421 12.4142 6.75 12 6.75H11.9731V7.98898C11.9731 9.4268 11.9794 10.0064 12.1327 10.5562C12.2869 11.1088 12.5884 11.6271 13.3429 12.8942L14.374 14.6258C15.2782 16.1442 16.0041 17.3633 16.3978 18.3492C16.8013 19.3599 16.9449 20.3453 16.3575 21.2366L16.3557 21.2394L16.3438 21.2573L16.3419 21.2601C15.766 22.1171 14.7945 22.4466 13.6521 22.5987C12.5152 22.75 10.9897 22.75 9.06074 22.75H8.93952C7.01054 22.75 5.4851 22.75 4.34816 22.5987C3.20578 22.4466 2.23425 22.1171 1.65834 21.2601L1.65643 21.2573L1.64271 21.2367C1.05532 20.3453 1.19895 19.3599 1.60251 18.3492C1.9962 17.3633 2.72208 16.1443 3.62626 14.6258L3.62628 14.6258L4.65735 12.8942C5.41182 11.6271 5.71336 11.1088 5.86751 10.5562C6.02088 10.0064 6.02717 9.4268 6.02717 7.98898V6.75ZM7.52717 6.75V7.98898L7.52718 8.09861C7.52734 9.39236 7.52744 10.1882 7.31234 10.9592C7.19322 11.3863 7.01211 11.7912 6.75811 12.2625C6.89144 12.273 7.02074 12.2893 7.1431 12.3087C7.86226 12.4226 8.63487 12.6894 9.29859 12.9756C9.98665 13.2722 10.6243 13.2945 11.1087 13.2009C11.3418 13.1559 11.5314 13.0856 11.6691 13.0131C11.1805 12.1826 10.8654 11.5954 10.6879 10.9592C10.4728 10.1882 10.4729 9.39236 10.4731 8.09861L10.4731 7.98898V6.75H7.52717Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5728 2.28262C11.6455 2.18633 11.7359 2.07842 11.8447 1.96967C12.1764 1.63792 12.7309 1.25 13.5 1.25C14.0994 1.25 14.7791 1.38531 15.3137 1.86113C15.7178 2.22092 15.9682 2.71139 16.073 3.30813C18.0696 3.64912 19.4216 5.4386 19.6977 7.30011C20.56 7.42834 21.2753 7.79909 21.8017 8.37059C22.4548 9.07979 22.75 10.0249 22.75 11C22.75 13.1293 20.8923 14.75 18.7364 14.75C16.8332 14.75 15.1625 13.4871 14.7969 11.7262C13.9012 11.578 13.0216 11.0164 12.3574 10.3651C11.4827 9.50731 10.75 8.27332 10.75 7V6.75H9C8.58579 6.75 8.25 6.41421 8.25 6C8.25 5.11876 8.47246 4.40797 8.84471 3.8496C9.21383 3.29592 9.70062 2.93617 10.1646 2.70418C10.6256 2.47366 11.0776 2.36214 11.408 2.30708C11.4663 2.29736 11.5214 2.2893 11.5728 2.28262Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.02717 6.75H6C5.58579 6.75 5.25 6.41421 5.25 6C5.25 5.58579 5.58579 5.25 6 5.25H6.77717H11.2231H12C12.4142 5.25 12.75 5.58579 12.75 6C12.75 6.41421 12.4142 6.75 12 6.75H11.9731V7.98898C11.9731 9.4268 11.9794 10.0064 12.1327 10.5562C12.2869 11.1088 12.5884 11.6271 13.3429 12.8942L14.374 14.6258C15.2782 16.1442 16.0041 17.3633 16.3978 18.3492C16.8013 19.3599 16.9449 20.3453 16.3575 21.2366L16.3557 21.2394L16.3438 21.2573L16.3419 21.2601C15.766 22.1171 14.7945 22.4466 13.6521 22.5987C12.5152 22.75 10.9897 22.75 9.06074 22.75H8.93952C7.01054 22.75 5.4851 22.75 4.34816 22.5987C3.20578 22.4466 2.23425 22.1171 1.65834 21.2601L1.65643 21.2573L1.64271 21.2367C1.05532 20.3453 1.19895 19.3599 1.60251 18.3492C1.9962 17.3633 2.72208 16.1443 3.62626 14.6258L3.62628 14.6258L4.65735 12.8942C5.41182 11.6271 5.71336 11.1088 5.86751 10.5562C6.02088 10.0064 6.02717 9.4268 6.02717 7.98898V6.75ZM7.52717 6.75V7.98898L7.52718 8.09861C7.52734 9.39236 7.52744 10.1882 7.31234 10.9592C7.19322 11.3863 7.01211 11.7912 6.75811 12.2625C6.89144 12.273 7.02074 12.2893 7.1431 12.3087C7.86226 12.4226 8.63487 12.6894 9.29859 12.9756C9.98665 13.2722 10.6243 13.2945 11.1087 13.2009C11.3418 13.1559 11.5314 13.0856 11.6691 13.0131C11.1805 12.1826 10.8654 11.5954 10.6879 10.9592C10.4728 10.1882 10.4729 9.39236 10.4731 8.09861L10.4731 7.98898V6.75H7.52717Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-triangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.613 5.52804C21.5804 5.94096 21.2192 6.24926 20.8063 6.21663C20.5777 6.19858 20.3812 6.07986 20.2569 5.90744L19.7002 5.35079L17.9219 7.11925C18.0449 7.38734 18.1135 7.6856 18.1135 7.99988C18.1135 8.31417 18.0449 8.61243 17.9219 8.88052L19.6933 10.6421L20.3355 10C20.4572 9.87834 20.6213 9.79775 20.8063 9.78313C21.2192 9.7505 21.5804 10.0588 21.613 10.4717L21.7163 11.7785L21.7163 11.7785C21.7372 12.0427 21.7585 12.3113 21.7461 12.5337C21.7322 12.7815 21.6714 13.12 21.3957 13.3957C21.12 13.6714 20.7815 13.7322 20.5337 13.7461C20.3112 13.7585 20.0426 13.7372 19.7784 13.7163H19.7784L18.4717 13.613C18.0588 13.5804 17.7505 13.2192 17.7831 12.8063C17.7978 12.621 17.8785 12.4568 18.0005 12.335L18.6327 11.7028L16.8539 9.93389C16.5927 10.0494 16.3038 10.1135 15.9999 10.1135C14.8326 10.1135 13.8862 9.16721 13.8862 7.99988C13.8862 7.70233 13.9477 7.41915 14.0587 7.16233L12.2829 5.36441L11.562 6.08531C11.4565 6.15862 11.3308 6.20579 11.1935 6.21663C10.7805 6.24926 10.4194 5.94096 10.3867 5.52804L10.2835 4.22133L10.2835 4.22133C10.2625 3.95714 10.2412 3.68853 10.2537 3.46607C10.2676 3.21827 10.3283 2.8798 10.6041 2.60407C10.8798 2.32835 11.2183 2.26759 11.4661 2.2537C11.6885 2.24124 11.9571 2.26254 12.2213 2.28348L13.528 2.38673C13.941 2.41936 14.2493 2.78055 14.2166 3.19348C14.1982 3.42664 14.075 3.62645 13.8969 3.75035L13.3435 4.30373L15.1032 6.08531C15.3754 5.95761 15.6793 5.88625 15.9999 5.88625C16.3038 5.88625 16.5927 5.95039 16.8539 6.06588L18.6396 4.29013L17.9219 3.57246C17.8443 3.46487 17.7943 3.33535 17.7831 3.19348C17.7505 2.78055 18.0588 2.41936 18.4717 2.38673L19.7784 2.28348C19.7784 2.28348 20.3112 2.24124 20.5337 2.2537C20.7815 2.26759 21.12 2.32835 21.3957 2.60407C21.6714 2.8798 21.7322 3.21827 21.7461 3.46607C21.7585 3.68852 21.7163 4.2213 21.7163 4.2213L21.613 5.52804Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.7649 17.3868C19.3937 18.0156 19.9234 18.5453 20.2589 18.9913C20.5843 19.4238 20.9298 20.0395 20.6467 20.723C20.3635 21.4065 19.6839 21.5976 19.148 21.6733C18.5954 21.7515 17.8463 21.7514 16.9571 21.7514H16.957H6.61251C5.79269 21.7514 5.10279 21.7515 4.55376 21.6777C3.97174 21.5994 3.43707 21.426 3.00622 20.9952C2.57537 20.5643 2.40201 20.0297 2.32376 19.4477C2.24994 18.8986 2.24997 18.2087 2.25 17.3889L2.25 7.04439V7.04434C2.24996 6.15509 2.24993 5.406 2.32807 4.85341C2.40385 4.31753 2.59488 3.63789 3.27842 3.35476C3.96195 3.07163 4.57761 3.41713 5.01012 3.74247C5.45612 4.07796 5.98579 4.60768 6.61458 5.23652L18.7649 17.3868Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.613 5.52804C21.5804 5.94096 21.2192 6.24926 20.8063 6.21663C20.5777 6.19858 20.3812 6.07986 20.2569 5.90744L19.7002 5.35079L17.9219 7.11925C18.0449 7.38734 18.1135 7.6856 18.1135 7.99988C18.1135 8.31417 18.0449 8.61243 17.9219 8.88052L19.6933 10.6421L20.3355 10C20.4572 9.87834 20.6213 9.79775 20.8063 9.78313C21.2192 9.7505 21.5804 10.0588 21.613 10.4717L21.7163 11.7785L21.7163 11.7785C21.7372 12.0427 21.7585 12.3113 21.7461 12.5337C21.7322 12.7815 21.6714 13.12 21.3957 13.3957C21.12 13.6714 20.7815 13.7322 20.5337 13.7461C20.3112 13.7585 20.0426 13.7372 19.7784 13.7163H19.7784L18.4717 13.613C18.0588 13.5804 17.7505 13.2192 17.7831 12.8063C17.7978 12.621 17.8785 12.4568 18.0005 12.335L18.6327 11.7028L16.8539 9.93389C16.5927 10.0494 16.3038 10.1135 15.9999 10.1135C14.8326 10.1135 13.8862 9.16721 13.8862 7.99988C13.8862 7.70233 13.9477 7.41915 14.0587 7.16233L12.2829 5.36441L11.562 6.08531C11.4565 6.15862 11.3308 6.20579 11.1935 6.21663C10.7805 6.24926 10.4194 5.94096 10.3867 5.52804L10.2835 4.22133L10.2835 4.22133C10.2625 3.95714 10.2412 3.68853 10.2537 3.46607C10.2676 3.21827 10.3283 2.8798 10.6041 2.60407C10.8798 2.32835 11.2183 2.26759 11.4661 2.2537C11.6885 2.24124 11.9571 2.26254 12.2213 2.28348L13.528 2.38673C13.941 2.41936 14.2493 2.78055 14.2166 3.19348C14.1982 3.42664 14.075 3.62645 13.8969 3.75035L13.3435 4.30373L15.1032 6.08531C15.3754 5.95761 15.6793 5.88625 15.9999 5.88625C16.3038 5.88625 16.5927 5.95039 16.8539 6.06588L18.6396 4.29013L17.9219 3.57246C17.8443 3.46487 17.7943 3.33535 17.7831 3.19348C17.7505 2.78055 18.0588 2.41936 18.4717 2.38673L19.7784 2.28348C19.7784 2.28348 20.3112 2.24124 20.5337 2.2537C20.7815 2.26759 21.12 2.32835 21.3957 2.60407C21.6714 2.8798 21.7322 3.21827 21.7461 3.46607C21.7585 3.68852 21.7163 4.2213 21.7163 4.2213L21.613 5.52804Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.7649 17.3868C19.3937 18.0156 19.9234 18.5453 20.2589 18.9913C20.5843 19.4238 20.9298 20.0395 20.6467 20.723C20.3635 21.4065 19.6839 21.5976 19.148 21.6733C18.5954 21.7515 17.8463 21.7514 16.9571 21.7514H16.957H6.61251C5.79269 21.7514 5.10279 21.7515 4.55376 21.6777C3.97174 21.5994 3.43707 21.426 3.00622 20.9952C2.57537 20.5643 2.40201 20.0297 2.32376 19.4477C2.24994 18.8986 2.24997 18.2087 2.25 17.3889L2.25 7.04439V7.04434C2.24996 6.15509 2.24993 5.406 2.32807 4.85341C2.40385 4.31753 2.59488 3.63789 3.27842 3.35476C3.96195 3.07163 4.57761 3.41713 5.01012 3.74247C5.45612 4.07796 5.98579 4.60768 6.61458 5.23652L18.7649 17.3868Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-ufo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4.49988C8.68629 4.49988 6 7.18617 6 10.4999H18C18 7.18617 15.3137 4.49988 12 4.49988Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5091 9.50011H6.49091C6.15671 9.49886 5.75339 9.49734 5.37609 9.64643C4.99422 9.79733 4.70392 10.0765 4.468 10.3033L3.31784 11.4008C3.00329 11.7008 2.69864 11.9913 2.48111 12.2633C2.23759 12.5678 2 12.9719 2 13.5003C2 14.0288 2.23759 14.4329 2.48111 14.7374C2.69864 15.0093 3.00329 15.2999 3.31784 15.5998L4.468 16.6974C4.70392 16.9242 4.99422 17.2033 5.37609 17.3542C5.75339 17.5033 6.15671 17.5018 6.49091 17.5006H17.5091C17.8433 17.5018 18.2466 17.5033 18.6239 17.3542C19.0058 17.2033 19.2961 16.9242 19.532 16.6974L20.6821 15.5998C20.9967 15.2999 21.3014 15.0094 21.5189 14.7374C21.7624 14.4329 22 14.0288 22 13.5003C22 12.9719 21.7624 12.5678 21.5189 12.2633C21.3014 11.9913 20.9967 11.7008 20.6822 11.4008L19.532 10.3033C19.2961 10.0765 19.0058 9.79733 18.6239 9.64643C18.2466 9.49734 17.8433 9.49886 17.5091 9.50011ZM8 12.4999C7.44772 12.4999 7 12.9476 7 13.4999C7 14.0522 7.44772 14.4999 8 14.4999H8.01193C8.56422 14.4999 9.01193 14.0522 9.01193 13.4999C9.01193 12.9476 8.56422 12.4999 8.01193 12.4999H8ZM11.994 12.4999C11.4417 12.4999 10.994 12.9476 10.994 13.4999C10.994 14.0522 11.4417 14.4999 11.994 14.4999H12.006C12.5583 14.4999 13.006 14.0522 13.006 13.4999C13.006 12.9476 12.5583 12.4999 12.006 12.4999H11.994ZM15.9881 12.4999C15.4358 12.4999 14.9881 12.9476 14.9881 13.4999C14.9881 14.0522 15.4358 14.4999 15.9881 14.4999H16C16.5523 14.4999 17 14.0522 17 13.4999C17 12.9476 16.5523 12.4999 16 12.4999H15.9881Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5.49988C9.23858 5.49988 7 7.73845 7 10.4999C7 11.0522 6.55228 11.4999 6 11.4999C5.44772 11.4999 5 11.0522 5 10.4999C5 6.63388 8.13401 3.49988 12 3.49988C15.866 3.49988 19 6.63388 19 10.4999C19 11.0522 18.5523 11.4999 18 11.4999C17.4477 11.4999 17 11.0522 17 10.4999C17 7.73845 14.7614 5.49988 12 5.49988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.31623 15.5515C6.84017 15.7261 7.12333 16.2924 6.94868 16.8164L6.26491 18.8677C6.25906 18.8852 6.2531 18.9033 6.247 18.9218C6.18276 19.1163 6.10282 19.3584 5.9698 19.5688C5.69388 20.0053 5.25981 20.3182 4.75845 20.4419C4.51675 20.5015 4.26183 20.5008 4.05696 20.5003C4.0375 20.5002 4.0185 20.5001 4 20.5001C3.44772 20.5001 3 20.0524 3 19.5001C3 18.9479 3.44772 18.5001 4 18.5001C4.14228 18.5001 4.21663 18.4999 4.27076 18.4975C4.27301 18.4974 4.27512 18.4973 4.27712 18.4972C4.27784 18.4953 4.27861 18.4934 4.27941 18.4913C4.29882 18.4407 4.32255 18.3702 4.36754 18.2352L5.05132 16.1839C5.22596 15.66 5.79228 15.3768 6.31623 15.5515ZM17.6838 15.5515C18.2077 15.3768 18.774 15.66 18.9487 16.1839L19.6325 18.2352C19.6774 18.3702 19.7012 18.4407 19.7206 18.4913C19.7214 18.4934 19.7222 18.4953 19.7229 18.4972C19.7249 18.4973 19.727 18.4974 19.7292 18.4975C19.7834 18.4999 19.8577 18.5001 20 18.5001C20.5523 18.5001 21 18.9479 21 19.5001C21 20.0524 20.5523 20.5001 20 20.5001C19.9815 20.5001 19.9625 20.5002 19.943 20.5003C19.7382 20.5008 19.4833 20.5015 19.2416 20.4419C18.7402 20.3182 18.3061 20.0053 18.0302 19.5688C17.8972 19.3584 17.8172 19.1163 17.753 18.9218C17.7469 18.9033 17.7409 18.8852 17.7351 18.8677L17.0513 16.8164C16.8767 16.2924 17.1598 15.7261 17.6838 15.5515Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4.49988C8.68629 4.49988 6 7.18617 6 10.4999H18C18 7.18617 15.3137 4.49988 12 4.49988Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5091 9.50011H6.49091C6.15671 9.49886 5.75339 9.49734 5.37609 9.64643C4.99422 9.79733 4.70392 10.0765 4.468 10.3033L3.31784 11.4008C3.00329 11.7008 2.69864 11.9913 2.48111 12.2633C2.23759 12.5678 2 12.9719 2 13.5003C2 14.0288 2.23759 14.4329 2.48111 14.7374C2.69864 15.0093 3.00329 15.2999 3.31784 15.5998L4.468 16.6974C4.70392 16.9242 4.99422 17.2033 5.37609 17.3542C5.75339 17.5033 6.15671 17.5018 6.49091 17.5006H17.5091C17.8433 17.5018 18.2466 17.5033 18.6239 17.3542C19.0058 17.2033 19.2961 16.9242 19.532 16.6974L20.6821 15.5998C20.9967 15.2999 21.3014 15.0094 21.5189 14.7374C21.7624 14.4329 22 14.0288 22 13.5003C22 12.9719 21.7624 12.5678 21.5189 12.2633C21.3014 11.9913 20.9967 11.7008 20.6822 11.4008L19.532 10.3033C19.2961 10.0765 19.0058 9.79733 18.6239 9.64643C18.2466 9.49734 17.8433 9.49886 17.5091 9.50011ZM8 12.4999C7.44772 12.4999 7 12.9476 7 13.4999C7 14.0522 7.44772 14.4999 8 14.4999H8.01193C8.56422 14.4999 9.01193 14.0522 9.01193 13.4999C9.01193 12.9476 8.56422 12.4999 8.01193 12.4999H8ZM11.994 12.4999C11.4417 12.4999 10.994 12.9476 10.994 13.4999C10.994 14.0522 11.4417 14.4999 11.994 14.4999H12.006C12.5583 14.4999 13.006 14.0522 13.006 13.4999C13.006 12.9476 12.5583 12.4999 12.006 12.4999H11.994ZM15.9881 12.4999C15.4358 12.4999 14.9881 12.9476 14.9881 13.4999C14.9881 14.0522 15.4358 14.4999 15.9881 14.4999H16C16.5523 14.4999 17 14.0522 17 13.4999C17 12.9476 16.5523 12.4999 16 12.4999H15.9881Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5.49988C9.23858 5.49988 7 7.73845 7 10.4999C7 11.0522 6.55228 11.4999 6 11.4999C5.44772 11.4999 5 11.0522 5 10.4999C5 6.63388 8.13401 3.49988 12 3.49988C15.866 3.49988 19 6.63388 19 10.4999C19 11.0522 18.5523 11.4999 18 11.4999C17.4477 11.4999 17 11.0522 17 10.4999C17 7.73845 14.7614 5.49988 12 5.49988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.31623 15.5515C6.84017 15.7261 7.12333 16.2924 6.94868 16.8164L6.26491 18.8677C6.25906 18.8852 6.2531 18.9033 6.247 18.9218C6.18276 19.1163 6.10282 19.3584 5.9698 19.5688C5.69388 20.0053 5.25981 20.3182 4.75845 20.4419C4.51675 20.5015 4.26183 20.5008 4.05696 20.5003C4.0375 20.5002 4.0185 20.5001 4 20.5001C3.44772 20.5001 3 20.0524 3 19.5001C3 18.9479 3.44772 18.5001 4 18.5001C4.14228 18.5001 4.21663 18.4999 4.27076 18.4975C4.27301 18.4974 4.27512 18.4973 4.27712 18.4972C4.27784 18.4953 4.27861 18.4934 4.27941 18.4913C4.29882 18.4407 4.32255 18.3702 4.36754 18.2352L5.05132 16.1839C5.22596 15.66 5.79228 15.3768 6.31623 15.5515ZM17.6838 15.5515C18.2077 15.3768 18.774 15.66 18.9487 16.1839L19.6325 18.2352C19.6774 18.3702 19.7012 18.4407 19.7206 18.4913C19.7214 18.4934 19.7222 18.4953 19.7229 18.4972C19.7249 18.4973 19.727 18.4974 19.7292 18.4975C19.7834 18.4999 19.8577 18.5001 20 18.5001C20.5523 18.5001 21 18.9479 21 19.5001C21 20.0524 20.5523 20.5001 20 20.5001C19.9815 20.5001 19.9625 20.5002 19.943 20.5003C19.7382 20.5008 19.4833 20.5015 19.2416 20.4419C18.7402 20.3182 18.3061 20.0053 18.0302 19.5688C17.8972 19.3584 17.8172 19.1163 17.753 18.9218C17.7469 18.9033 17.7409 18.8852 17.7351 18.8677L17.0513 16.8164C16.8767 16.2924 17.1598 15.7261 17.6838 15.5515Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-science-and-technology-icons-wind-power{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.85627 3.15702C8.16273 3.58591 8.05223 4.17423 7.60947 4.47108C5.79731 5.68604 4.52888 7.63202 4.24389 9.88011C4.22369 10.0395 4.20841 10.2004 4.19823 10.3628C4.16559 10.8834 3.70341 11.2799 3.16593 11.2482C2.62844 11.2166 2.21918 10.7689 2.25182 10.2483C2.26443 10.0472 2.28336 9.84764 2.30843 9.64989C2.66269 6.85543 4.24002 4.43294 6.49968 2.91795C6.94245 2.6211 7.54981 2.72814 7.85627 3.15702ZM16.1437 3.15702C16.4502 2.72814 17.0576 2.6211 17.5003 2.91795C19.76 4.43294 21.3373 6.85543 21.6916 9.64989C21.7166 9.84763 21.7356 10.0472 21.7482 10.2483C21.7808 10.7689 21.3716 11.2166 20.8341 11.2482C20.2966 11.2799 19.8344 10.8834 19.8018 10.3628C19.7916 10.2004 19.7763 10.0395 19.7561 9.88011C19.4711 7.63202 18.2027 5.68604 16.3905 4.47108C15.9478 4.17423 15.8373 3.58591 16.1437 3.15702Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 6C12.5523 6 13 6.44772 13 7V8.98389C13.6864 9.32499 14.1738 10.0063 14.2418 10.8071L16.0991 12.2C16.5409 12.5314 16.6304 13.1582 16.2991 13.6C15.9677 14.0418 15.3409 14.1314 14.8991 13.8L13.4546 12.7166C13.3164 12.8339 13.1639 12.9347 13 13.0161V21.75C13 22.3023 12.5523 22.75 12 22.75C11.4477 22.75 11 22.3023 11 21.75V13.0161C10.836 12.9346 10.6833 12.8337 10.545 12.7163L9.10006 13.8C8.65823 14.1314 8.03143 14.0418 7.70006 13.6C7.36869 13.1582 7.45823 12.5314 7.90006 12.2L9.75821 10.8064C9.82644 10.0058 10.3139 9.32486 11 8.98387V7C11 6.44772 11.4477 6 12 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 21.75C5 21.1977 5.44772 20.75 6 20.75H18C18.5523 20.75 19 21.1977 19 21.75C19 22.3023 18.5523 22.75 18 22.75H6C5.44772 22.75 5 22.3023 5 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9997 1.25C12.4111 1.24998 12.8144 1.24995 13.1126 1.28177C13.4302 1.31565 13.7702 1.3935 14.0724 1.62117C14.5939 2.01396 14.7271 2.57137 14.7468 3.00534C14.761 3.31761 14.7159 3.66876 14.6852 3.90771L14.4949 5.67168C14.4717 5.90273 14.4381 6.23652 14.3362 6.5388C14.2059 6.92543 13.9505 7.31696 13.4612 7.55809C13.2251 7.67441 12.9864 7.71523 12.7617 7.73326C12.5527 7.75004 12.25 7.75002 11.9735 7.75H11.9735C11.697 7.75002 11.4468 7.75004 11.2378 7.73326C11.0131 7.71523 10.7744 7.67441 10.5383 7.55809C10.0489 7.31696 9.79359 6.92543 9.66329 6.5388C9.56141 6.23652 9.52783 5.90273 9.50459 5.67168L9.31434 3.90771C9.28363 3.66876 9.23851 3.31761 9.25268 3.00534C9.27238 2.57137 9.40559 2.01396 9.92706 1.62117C10.2293 1.3935 10.5692 1.31565 10.8868 1.28177C11.1851 1.24995 11.5884 1.24998 11.9997 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.901 11.588L19.5476 12.3134C19.7731 12.4073 20.1029 12.5447 20.369 12.7143C20.7383 12.9497 21.1585 13.3461 21.2387 13.9986C21.2852 14.3768 21.1817 14.7125 21.0507 15.0071C20.9275 15.2839 20.7233 15.6364 20.5146 15.9966C20.306 16.3569 20.1018 16.7094 19.9229 16.954C19.7324 17.2145 19.4929 17.4709 19.1425 17.6193C18.538 17.8752 17.9852 17.7117 17.5956 17.5105C17.3152 17.3656 17.0309 17.1496 16.8366 17.0019L15.3831 15.9433L15.3831 15.9433C15.1919 15.8061 14.9167 15.6087 14.7037 15.3677C14.4314 15.0596 14.2178 14.6399 14.254 14.0914C14.2715 13.827 14.3563 13.5982 14.4542 13.3929C14.5453 13.2017 14.6853 12.9601 14.8256 12.718C14.9659 12.4757 15.1058 12.2342 15.2263 12.06C15.3558 11.8728 15.5119 11.6855 15.7323 11.5387C16.1891 11.2343 16.6588 11.2088 17.0617 11.2896C17.3773 11.3529 17.6861 11.4916 17.901 11.588Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.26778 11.5387C8.4881 11.6855 8.64421 11.8728 8.77373 12.06C8.89423 12.2342 9.04738 12.4986 9.18767 12.7408C9.32798 12.983 9.45472 13.2017 9.54582 13.3929C9.6437 13.5982 9.72855 13.827 9.74603 14.0914C9.78229 14.6399 9.5686 15.0596 9.29636 15.3677C9.08331 15.6087 8.80819 15.8061 8.61698 15.9433L7.1635 17.0019L7.16349 17.0019C6.96914 17.1496 6.68484 17.3656 6.40442 17.5105C6.01486 17.7117 5.46208 17.8752 4.85759 17.6193C4.50713 17.4709 4.26767 17.2145 4.07715 16.954C3.89825 16.7094 3.6941 16.3569 3.48544 15.9966C3.27675 15.6364 3.07252 15.2839 2.9494 15.0071C2.81836 14.7125 2.71481 14.3768 2.76132 13.9986C2.84156 13.3461 3.26173 12.9497 3.6311 12.7143C3.89719 12.5447 4.22696 12.4073 4.45245 12.3134L4.45245 12.3134L6.09906 11.588C6.31392 11.4916 6.62271 11.3529 6.93832 11.2896C7.34126 11.2088 7.81097 11.2343 8.26778 11.5387Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.85627 3.15702C8.16273 3.58591 8.05223 4.17423 7.60947 4.47108C5.79731 5.68604 4.52888 7.63202 4.24389 9.88011C4.22369 10.0395 4.20841 10.2004 4.19823 10.3628C4.16559 10.8834 3.70341 11.2799 3.16593 11.2482C2.62844 11.2166 2.21918 10.7689 2.25182 10.2483C2.26443 10.0472 2.28336 9.84764 2.30843 9.64989C2.66269 6.85543 4.24002 4.43294 6.49968 2.91795C6.94245 2.6211 7.54981 2.72814 7.85627 3.15702ZM16.1437 3.15702C16.4502 2.72814 17.0576 2.6211 17.5003 2.91795C19.76 4.43294 21.3373 6.85543 21.6916 9.64989C21.7166 9.84763 21.7356 10.0472 21.7482 10.2483C21.7808 10.7689 21.3716 11.2166 20.8341 11.2482C20.2966 11.2799 19.8344 10.8834 19.8018 10.3628C19.7916 10.2004 19.7763 10.0395 19.7561 9.88011C19.4711 7.63202 18.2027 5.68604 16.3905 4.47108C15.9478 4.17423 15.8373 3.58591 16.1437 3.15702Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 6C12.5523 6 13 6.44772 13 7V8.98389C13.6864 9.32499 14.1738 10.0063 14.2418 10.8071L16.0991 12.2C16.5409 12.5314 16.6304 13.1582 16.2991 13.6C15.9677 14.0418 15.3409 14.1314 14.8991 13.8L13.4546 12.7166C13.3164 12.8339 13.1639 12.9347 13 13.0161V21.75C13 22.3023 12.5523 22.75 12 22.75C11.4477 22.75 11 22.3023 11 21.75V13.0161C10.836 12.9346 10.6833 12.8337 10.545 12.7163L9.10006 13.8C8.65823 14.1314 8.03143 14.0418 7.70006 13.6C7.36869 13.1582 7.45823 12.5314 7.90006 12.2L9.75821 10.8064C9.82644 10.0058 10.3139 9.32486 11 8.98387V7C11 6.44772 11.4477 6 12 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 21.75C5 21.1977 5.44772 20.75 6 20.75H18C18.5523 20.75 19 21.1977 19 21.75C19 22.3023 18.5523 22.75 18 22.75H6C5.44772 22.75 5 22.3023 5 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9997 1.25C12.4111 1.24998 12.8144 1.24995 13.1126 1.28177C13.4302 1.31565 13.7702 1.3935 14.0724 1.62117C14.5939 2.01396 14.7271 2.57137 14.7468 3.00534C14.761 3.31761 14.7159 3.66876 14.6852 3.90771L14.4949 5.67168C14.4717 5.90273 14.4381 6.23652 14.3362 6.5388C14.2059 6.92543 13.9505 7.31696 13.4612 7.55809C13.2251 7.67441 12.9864 7.71523 12.7617 7.73326C12.5527 7.75004 12.25 7.75002 11.9735 7.75H11.9735C11.697 7.75002 11.4468 7.75004 11.2378 7.73326C11.0131 7.71523 10.7744 7.67441 10.5383 7.55809C10.0489 7.31696 9.79359 6.92543 9.66329 6.5388C9.56141 6.23652 9.52783 5.90273 9.50459 5.67168L9.31434 3.90771C9.28363 3.66876 9.23851 3.31761 9.25268 3.00534C9.27238 2.57137 9.40559 2.01396 9.92706 1.62117C10.2293 1.3935 10.5692 1.31565 10.8868 1.28177C11.1851 1.24995 11.5884 1.24998 11.9997 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.901 11.588L19.5476 12.3134C19.7731 12.4073 20.1029 12.5447 20.369 12.7143C20.7383 12.9497 21.1585 13.3461 21.2387 13.9986C21.2852 14.3768 21.1817 14.7125 21.0507 15.0071C20.9275 15.2839 20.7233 15.6364 20.5146 15.9966C20.306 16.3569 20.1018 16.7094 19.9229 16.954C19.7324 17.2145 19.4929 17.4709 19.1425 17.6193C18.538 17.8752 17.9852 17.7117 17.5956 17.5105C17.3152 17.3656 17.0309 17.1496 16.8366 17.0019L15.3831 15.9433L15.3831 15.9433C15.1919 15.8061 14.9167 15.6087 14.7037 15.3677C14.4314 15.0596 14.2178 14.6399 14.254 14.0914C14.2715 13.827 14.3563 13.5982 14.4542 13.3929C14.5453 13.2017 14.6853 12.9601 14.8256 12.718C14.9659 12.4757 15.1058 12.2342 15.2263 12.06C15.3558 11.8728 15.5119 11.6855 15.7323 11.5387C16.1891 11.2343 16.6588 11.2088 17.0617 11.2896C17.3773 11.3529 17.6861 11.4916 17.901 11.588Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.26778 11.5387C8.4881 11.6855 8.64421 11.8728 8.77373 12.06C8.89423 12.2342 9.04738 12.4986 9.18767 12.7408C9.32798 12.983 9.45472 13.2017 9.54582 13.3929C9.6437 13.5982 9.72855 13.827 9.74603 14.0914C9.78229 14.6399 9.5686 15.0596 9.29636 15.3677C9.08331 15.6087 8.80819 15.8061 8.61698 15.9433L7.1635 17.0019L7.16349 17.0019C6.96914 17.1496 6.68484 17.3656 6.40442 17.5105C6.01486 17.7117 5.46208 17.8752 4.85759 17.6193C4.50713 17.4709 4.26767 17.2145 4.07715 16.954C3.89825 16.7094 3.6941 16.3569 3.48544 15.9966C3.27675 15.6364 3.07252 15.2839 2.9494 15.0071C2.81836 14.7125 2.71481 14.3768 2.76132 13.9986C2.84156 13.3461 3.26173 12.9497 3.6311 12.7143C3.89719 12.5447 4.22696 12.4073 4.45245 12.3134L4.45245 12.3134L6.09906 11.588C6.31392 11.4916 6.62271 11.3529 6.93832 11.2896C7.34126 11.2088 7.81097 11.2343 8.26778 11.5387Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-search-icons-search-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.7771 15.3629C17.5518 15.1066 18.4392 15.2866 19.0555 15.9029L22.0971 18.9445C22.9676 19.8151 22.9676 21.2265 22.0971 22.0971C21.2265 22.9676 19.8151 22.9676 18.9445 22.0971L15.9029 19.0555C15.2866 18.4392 15.1066 17.5518 15.3629 16.7771L13.293 14.7072L14.7072 13.293L16.7771 15.3629Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9ZM9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 5.68629 12.3137 3 9 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.7771 15.3629C17.5518 15.1066 18.4392 15.2866 19.0555 15.9029L22.0971 18.9445C22.9676 19.8151 22.9676 21.2265 22.0971 22.0971C21.2265 22.9676 19.8151 22.9676 18.9445 22.0971L15.9029 19.0555C15.2866 18.4392 15.1066 17.5518 15.3629 16.7771L13.293 14.7072L14.7072 13.293L16.7771 15.3629Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9ZM9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15C12.3137 15 15 12.3137 15 9C15 5.68629 12.3137 3 9 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-search-icons-search-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7929 16.7929C17.1834 16.4024 17.8166 16.4024 18.2071 16.7929L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L16.7929 18.2071C16.4024 17.8166 16.4024 17.1834 16.7929 16.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11ZM11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 6.5C11.5523 6.5 12 6.94772 12 7.5V10L14.5 10C15.0523 10 15.5 10.4477 15.5 11C15.5 11.5523 15.0523 12 14.5 12H12V14.5C12 15.0523 11.5523 15.5 11 15.5C10.4477 15.5 10 15.0523 10 14.5V12H7.5C6.94772 12 6.5 11.5523 6.5 11C6.5 10.4477 6.94772 10 7.5 10L10 10V7.5C10 6.94772 10.4477 6.5 11 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7929 16.7929C17.1834 16.4024 17.8166 16.4024 18.2071 16.7929L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L16.7929 18.2071C16.4024 17.8166 16.4024 17.1834 16.7929 16.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11ZM11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 6.5C11.5523 6.5 12 6.94772 12 7.5V10L14.5 10C15.0523 10 15.5 10.4477 15.5 11C15.5 11.5523 15.0523 12 14.5 12H12V14.5C12 15.0523 11.5523 15.5 11 15.5C10.4477 15.5 10 15.0523 10 14.5V12H7.5C6.94772 12 6.5 11.5523 6.5 11C6.5 10.4477 6.94772 10 7.5 10L10 10V7.5C10 6.94772 10.4477 6.5 11 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-search-icons-search-area{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 14.85C8 11.0668 11.0668 8 14.85 8C18.6332 8 21.7 11.0668 21.7 14.85C21.7 16.3809 21.1978 17.7944 20.3492 18.935L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L18.935 20.3492C17.7944 21.1978 16.3809 21.7 14.85 21.7C11.0668 21.7 8 18.6332 8 14.85ZM14.85 10C12.1714 10 10 12.1714 10 14.85C10 17.5286 12.1714 19.7 14.85 19.7C17.5286 19.7 19.7 17.5286 19.7 14.85C19.7 12.1714 17.5286 10 14.85 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.90282 1.00469C6.45249 0.950979 6.94162 1.35303 6.99533 1.9027C7.04904 2.45236 6.64699 2.9415 6.09732 2.99521C4.84895 3.1172 4.23067 3.37607 3.80343 3.80331C3.37619 4.23055 3.11732 4.84883 2.99533 6.0972C2.94162 6.64687 2.45249 7.04892 1.90282 6.99521C1.35315 6.9415 0.951102 6.45236 1.00481 5.9027C1.14382 4.48008 1.47636 3.30195 2.38922 2.38909C3.30207 1.47624 4.4802 1.1437 5.90282 1.00469ZM17.0048 1.9027C17.0585 1.35303 17.5477 0.950979 18.0973 1.00469C19.5199 1.1437 20.6981 1.47624 21.6109 2.38909C22.5238 3.30195 22.8563 4.48008 22.9953 5.9027C23.049 6.45236 22.647 6.9415 22.0973 6.99521C21.5477 7.04892 21.0585 6.64687 21.0048 6.0972C20.8828 4.84883 20.624 4.23055 20.1967 3.80331C19.7695 3.37607 19.1512 3.1172 17.9028 2.99521C17.3532 2.9415 16.9511 2.45236 17.0048 1.9027ZM9.00007 1.99995C9.00007 1.44767 9.44779 0.99995 10.0001 0.99995L14.0001 0.99995C14.5524 0.99995 15.0001 1.44767 15.0001 1.99995C15.0001 2.55223 14.5524 2.99995 14.0001 2.99995L10.0001 2.99995C9.44779 2.99995 9.00007 2.55223 9.00007 1.99995ZM1.00007 9.99995C1.00007 9.44767 1.44779 8.99995 2.00007 8.99995C2.55236 8.99995 3.00007 9.44767 3.00007 9.99995L3.00007 14C3.00007 14.5522 2.55236 15 2.00007 15C1.44779 15 1.00007 14.5522 1.00007 14L1.00007 9.99995ZM1.00481 18.0972C0.951101 17.5475 1.35315 17.0584 1.90282 17.0047C2.45249 16.951 2.94162 17.353 2.99533 17.9027C3.11732 19.1511 3.37619 19.7694 3.80343 20.1966C4.23067 20.6238 4.84895 20.8827 6.09732 21.0047C6.64699 21.0584 7.04904 21.5475 6.99533 22.0972C6.94162 22.6469 6.45249 23.0489 5.90282 22.9952C4.4802 22.8562 3.30207 22.5237 2.38922 21.6108C1.47636 20.698 1.14382 19.5198 1.00481 18.0972Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 14.85C8 11.0668 11.0668 8 14.85 8C18.6332 8 21.7 11.0668 21.7 14.85C21.7 16.3809 21.1978 17.7944 20.3492 18.935L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L18.935 20.3492C17.7944 21.1978 16.3809 21.7 14.85 21.7C11.0668 21.7 8 18.6332 8 14.85ZM14.85 10C12.1714 10 10 12.1714 10 14.85C10 17.5286 12.1714 19.7 14.85 19.7C17.5286 19.7 19.7 17.5286 19.7 14.85C19.7 12.1714 17.5286 10 14.85 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.90282 1.00469C6.45249 0.950979 6.94162 1.35303 6.99533 1.9027C7.04904 2.45236 6.64699 2.9415 6.09732 2.99521C4.84895 3.1172 4.23067 3.37607 3.80343 3.80331C3.37619 4.23055 3.11732 4.84883 2.99533 6.0972C2.94162 6.64687 2.45249 7.04892 1.90282 6.99521C1.35315 6.9415 0.951102 6.45236 1.00481 5.9027C1.14382 4.48008 1.47636 3.30195 2.38922 2.38909C3.30207 1.47624 4.4802 1.1437 5.90282 1.00469ZM17.0048 1.9027C17.0585 1.35303 17.5477 0.950979 18.0973 1.00469C19.5199 1.1437 20.6981 1.47624 21.6109 2.38909C22.5238 3.30195 22.8563 4.48008 22.9953 5.9027C23.049 6.45236 22.647 6.9415 22.0973 6.99521C21.5477 7.04892 21.0585 6.64687 21.0048 6.0972C20.8828 4.84883 20.624 4.23055 20.1967 3.80331C19.7695 3.37607 19.1512 3.1172 17.9028 2.99521C17.3532 2.9415 16.9511 2.45236 17.0048 1.9027ZM9.00007 1.99995C9.00007 1.44767 9.44779 0.99995 10.0001 0.99995L14.0001 0.99995C14.5524 0.99995 15.0001 1.44767 15.0001 1.99995C15.0001 2.55223 14.5524 2.99995 14.0001 2.99995L10.0001 2.99995C9.44779 2.99995 9.00007 2.55223 9.00007 1.99995ZM1.00007 9.99995C1.00007 9.44767 1.44779 8.99995 2.00007 8.99995C2.55236 8.99995 3.00007 9.44767 3.00007 9.99995L3.00007 14C3.00007 14.5522 2.55236 15 2.00007 15C1.44779 15 1.00007 14.5522 1.00007 14L1.00007 9.99995ZM1.00481 18.0972C0.951101 17.5475 1.35315 17.0584 1.90282 17.0047C2.45249 16.951 2.94162 17.353 2.99533 17.9027C3.11732 19.1511 3.37619 19.7694 3.80343 20.1966C4.23067 20.6238 4.84895 20.8827 6.09732 21.0047C6.64699 21.0584 7.04904 21.5475 6.99533 22.0972C6.94162 22.6469 6.45249 23.0489 5.90282 22.9952C4.4802 22.8562 3.30207 22.5237 2.38922 21.6108C1.47636 20.698 1.14382 19.5198 1.00481 18.0972Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-search-icons-search-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 11.6C7 9.05949 9.05949 7 11.6 7C14.1405 7 16.2 9.05949 16.2 11.6C16.2 12.5083 15.9368 13.355 15.4824 14.0682L16.7071 15.2929C17.0976 15.6834 17.0976 16.3166 16.7071 16.7071C16.3166 17.0976 15.6834 17.0976 15.2929 16.7071L14.0682 15.4824C13.355 15.9368 12.5083 16.2 11.6 16.2C9.05949 16.2 7 14.1405 7 11.6ZM11.6 9C10.1641 9 9 10.1641 9 11.6C9 13.0359 10.1641 14.2 11.6 14.2C13.0359 14.2 14.2 13.0359 14.2 11.6C14.2 10.1641 13.0359 9 11.6 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12ZM12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 11.6C7 9.05949 9.05949 7 11.6 7C14.1405 7 16.2 9.05949 16.2 11.6C16.2 12.5083 15.9368 13.355 15.4824 14.0682L16.7071 15.2929C17.0976 15.6834 17.0976 16.3166 16.7071 16.7071C16.3166 17.0976 15.6834 17.0976 15.2929 16.7071L14.0682 15.4824C13.355 15.9368 12.5083 16.2 11.6 16.2C9.05949 16.2 7 14.1405 7 11.6ZM11.6 9C10.1641 9 9 10.1641 9 11.6C9 13.0359 10.1641 14.2 11.6 14.2C13.0359 14.2 14.2 13.0359 14.2 11.6C14.2 10.1641 13.0359 9 11.6 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-search-icons-search-focus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7929 16.7929C17.1834 16.4024 17.8166 16.4024 18.2071 16.7929L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L16.7929 18.2071C16.4024 17.8166 16.4024 17.1834 16.7929 16.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11ZM11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4905 7.43954C10.524 7.99082 10.1041 8.46479 9.55287 8.4982C8.88206 8.53885 8.75239 8.64461 8.69847 8.69853C8.64455 8.75245 8.53879 8.88212 8.49814 9.55293C8.46473 10.1042 7.99075 10.524 7.43948 10.4906C6.88821 10.4572 6.46839 9.98322 6.5018 9.43195C6.54799 8.66975 6.6811 7.88747 7.28426 7.28432C7.88741 6.68117 8.66969 6.54805 9.43189 6.50186C9.98316 6.46846 10.4571 6.88827 10.4905 7.43954ZM11.5094 7.43954C11.5428 6.88827 12.0168 6.46846 12.5681 6.50186C13.3302 6.54805 14.1125 6.68117 14.7157 7.28432C15.3188 7.88747 15.452 8.66976 15.4981 9.43195C15.5315 9.98322 15.1117 10.4572 14.5605 10.4906C14.0092 10.524 13.5352 10.1042 13.5018 9.55293C13.4612 8.88212 13.3554 8.75245 13.3015 8.69853C13.2476 8.64461 13.1179 8.53885 12.4471 8.4982C11.8958 8.46479 11.476 7.99082 11.5094 7.43954ZM7.43238 11.6243C7.9831 11.5827 8.46326 11.9954 8.50485 12.5461C8.54913 13.1325 8.64867 13.2517 8.69847 13.3015C8.75239 13.3555 8.88206 13.4612 9.55286 13.5019C10.1041 13.5353 10.5239 14.0092 10.4905 14.5605C10.4571 15.1118 9.98315 15.5316 9.43188 15.4982C8.66969 15.452 7.88741 15.3189 7.28426 14.7157C6.71246 14.1439 6.56466 13.4135 6.51053 12.6967C6.46894 12.146 6.88166 11.6659 7.43238 11.6243ZM14.5676 11.6243C15.1183 11.6659 15.531 12.146 15.4894 12.6967C15.4353 13.4135 15.2875 14.1439 14.7157 14.7157C14.1125 15.3189 13.3302 15.452 12.5681 15.4982C12.0168 15.5316 11.5428 15.1118 11.5094 14.5605C11.476 14.0092 11.8958 13.5353 12.4471 13.5019C13.1179 13.4612 13.2476 13.3555 13.3015 13.3015C13.3513 13.2517 13.4508 13.1325 13.4951 12.5461C13.5367 11.9954 14.0168 11.5827 14.5676 11.6243Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7929 16.7929C17.1834 16.4024 17.8166 16.4024 18.2071 16.7929L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L16.7929 18.2071C16.4024 17.8166 16.4024 17.1834 16.7929 16.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11ZM11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4905 7.43954C10.524 7.99082 10.1041 8.46479 9.55287 8.4982C8.88206 8.53885 8.75239 8.64461 8.69847 8.69853C8.64455 8.75245 8.53879 8.88212 8.49814 9.55293C8.46473 10.1042 7.99075 10.524 7.43948 10.4906C6.88821 10.4572 6.46839 9.98322 6.5018 9.43195C6.54799 8.66975 6.6811 7.88747 7.28426 7.28432C7.88741 6.68117 8.66969 6.54805 9.43189 6.50186C9.98316 6.46846 10.4571 6.88827 10.4905 7.43954ZM11.5094 7.43954C11.5428 6.88827 12.0168 6.46846 12.5681 6.50186C13.3302 6.54805 14.1125 6.68117 14.7157 7.28432C15.3188 7.88747 15.452 8.66976 15.4981 9.43195C15.5315 9.98322 15.1117 10.4572 14.5605 10.4906C14.0092 10.524 13.5352 10.1042 13.5018 9.55293C13.4612 8.88212 13.3554 8.75245 13.3015 8.69853C13.2476 8.64461 13.1179 8.53885 12.4471 8.4982C11.8958 8.46479 11.476 7.99082 11.5094 7.43954ZM7.43238 11.6243C7.9831 11.5827 8.46326 11.9954 8.50485 12.5461C8.54913 13.1325 8.64867 13.2517 8.69847 13.3015C8.75239 13.3555 8.88206 13.4612 9.55286 13.5019C10.1041 13.5353 10.5239 14.0092 10.4905 14.5605C10.4571 15.1118 9.98315 15.5316 9.43188 15.4982C8.66969 15.452 7.88741 15.3189 7.28426 14.7157C6.71246 14.1439 6.56466 13.4135 6.51053 12.6967C6.46894 12.146 6.88166 11.6659 7.43238 11.6243ZM14.5676 11.6243C15.1183 11.6659 15.531 12.146 15.4894 12.6967C15.4353 13.4135 15.2875 14.1439 14.7157 14.7157C14.1125 15.3189 13.3302 15.452 12.5681 15.4982C12.0168 15.5316 11.5428 15.1118 11.5094 14.5605C11.476 14.0092 11.8958 13.5353 12.4471 13.5019C13.1179 13.4612 13.2476 13.3555 13.3015 13.3015C13.3513 13.2517 13.4508 13.1325 13.4951 12.5461C13.5367 11.9954 14.0168 11.5827 14.5676 11.6243Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-search-icons-search-list-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 14.4C9 10.8654 11.8654 8 15.4 8C18.9346 8 21.8 10.8654 21.8 14.4C21.8 15.8065 21.3463 17.1069 20.5773 18.1631L22.7071 20.2929C23.0976 20.6834 23.0976 21.3166 22.7071 21.7071C22.3166 22.0976 21.6834 22.0976 21.2929 21.7071L19.1631 19.5773C18.1069 20.3463 16.8065 20.8 15.4 20.8C11.8654 20.8 9 17.9346 9 14.4ZM15.4 10C12.9699 10 11 11.9699 11 14.4C11 16.8301 12.9699 18.8 15.4 18.8C17.8301 18.8 19.8 16.8301 19.8 14.4C19.8 11.9699 17.8301 10 15.4 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M0.999993 10C0.999997 9.44772 1.44772 9 2 9.00001L7 9.00004C7.55229 9.00005 8 9.44776 7.99999 10C7.99999 10.5523 7.55227 11 6.99999 11L1.99999 11C1.4477 11 0.999989 10.5523 0.999993 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 17C1 16.4477 1.44772 16 2 16H7C7.55228 16 8 16.4477 8 17C8 17.5523 7.55228 18 7 18H2C1.44772 18 1 17.5523 1 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 3C1 2.44772 1.44772 2 2 2H19C19.5523 2 20 2.44772 20 3C20 3.55228 19.5523 4 19 4H2C1.44772 4 1 3.55228 1 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 14.4C9 10.8654 11.8654 8 15.4 8C18.9346 8 21.8 10.8654 21.8 14.4C21.8 15.8065 21.3463 17.1069 20.5773 18.1631L22.7071 20.2929C23.0976 20.6834 23.0976 21.3166 22.7071 21.7071C22.3166 22.0976 21.6834 22.0976 21.2929 21.7071L19.1631 19.5773C18.1069 20.3463 16.8065 20.8 15.4 20.8C11.8654 20.8 9 17.9346 9 14.4ZM15.4 10C12.9699 10 11 11.9699 11 14.4C11 16.8301 12.9699 18.8 15.4 18.8C17.8301 18.8 19.8 16.8301 19.8 14.4C19.8 11.9699 17.8301 10 15.4 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M0.999993 10C0.999997 9.44772 1.44772 9 2 9.00001L7 9.00004C7.55229 9.00005 8 9.44776 7.99999 10C7.99999 10.5523 7.55227 11 6.99999 11L1.99999 11C1.4477 11 0.999989 10.5523 0.999993 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 17C1 16.4477 1.44772 16 2 16H7C7.55228 16 8 16.4477 8 17C8 17.5523 7.55228 18 7 18H2C1.44772 18 1 17.5523 1 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 3C1 2.44772 1.44772 2 2 2H19C19.5523 2 20 2.44772 20 3C20 3.55228 19.5523 4 19 4H2C1.44772 4 1 3.55228 1 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-search-icons-search-list-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 8.85C8 5.06685 11.0668 2 14.85 2C18.6332 2 21.7 5.06685 21.7 8.85C21.7 10.3809 21.1978 11.7944 20.3492 12.935L22.7071 15.2929C23.0976 15.6834 23.0976 16.3166 22.7071 16.7071C22.3166 17.0976 21.6834 17.0976 21.2929 16.7071L18.935 14.3492C17.7944 15.1978 16.3809 15.7 14.85 15.7C11.0668 15.7 8 12.6332 8 8.85ZM14.85 4C12.1714 4 10 6.17142 10 8.85C10 11.5286 12.1714 13.7 14.85 13.7C17.5286 13.7 19.7 11.5286 19.7 8.85C19.7 6.17142 17.5286 4 14.85 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M0.999993 6C0.999997 5.44772 1.44772 5 2 5.00001L6 5.00004C6.55228 5.00004 7 5.44776 6.99999 6.00004C6.99999 6.55233 6.55227 7.00004 5.99999 7.00004L1.99999 7.00001C1.4477 7 0.999989 6.55228 0.999993 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 13C1 12.4477 1.44772 12 2 12H6C6.55228 12 7 12.4477 7 13C7 13.5523 6.55228 14 6 14H2C1.44772 14 1 13.5523 1 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21C1 20.4477 1.44772 20 2 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H2C1.44772 22 1 21.5523 1 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 8.85C8 5.06685 11.0668 2 14.85 2C18.6332 2 21.7 5.06685 21.7 8.85C21.7 10.3809 21.1978 11.7944 20.3492 12.935L22.7071 15.2929C23.0976 15.6834 23.0976 16.3166 22.7071 16.7071C22.3166 17.0976 21.6834 17.0976 21.2929 16.7071L18.935 14.3492C17.7944 15.1978 16.3809 15.7 14.85 15.7C11.0668 15.7 8 12.6332 8 8.85ZM14.85 4C12.1714 4 10 6.17142 10 8.85C10 11.5286 12.1714 13.7 14.85 13.7C17.5286 13.7 19.7 11.5286 19.7 8.85C19.7 6.17142 17.5286 4 14.85 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M0.999993 6C0.999997 5.44772 1.44772 5 2 5.00001L6 5.00004C6.55228 5.00004 7 5.44776 6.99999 6.00004C6.99999 6.55233 6.55227 7.00004 5.99999 7.00004L1.99999 7.00001C1.4477 7 0.999989 6.55228 0.999993 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 13C1 12.4477 1.44772 12 2 12H6C6.55228 12 7 12.4477 7 13C7 13.5523 6.55228 14 6 14H2C1.44772 14 1 13.5523 1 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21C1 20.4477 1.44772 20 2 20H21C21.5523 20 22 20.4477 22 21C22 21.5523 21.5523 22 21 22H2C1.44772 22 1 21.5523 1 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-search-icons-search-minus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7929 16.7929C17.1834 16.4024 17.8166 16.4024 18.2071 16.7929L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L16.7929 18.2071C16.4024 17.8166 16.4024 17.1834 16.7929 16.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11ZM11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 11C6.5 10.4477 6.94772 10 7.5 10H14.5C15.0523 10 15.5 10.4477 15.5 11C15.5 11.5523 15.0523 12 14.5 12H7.5C6.94772 12 6.5 11.5523 6.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7929 16.7929C17.1834 16.4024 17.8166 16.4024 18.2071 16.7929L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L16.7929 18.2071C16.4024 17.8166 16.4024 17.1834 16.7929 16.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11ZM11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 11C6.5 10.4477 6.94772 10 7.5 10H14.5C15.0523 10 15.5 10.4477 15.5 11C15.5 11.5523 15.0523 12 14.5 12H7.5C6.94772 12 6.5 11.5523 6.5 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-search-icons-search-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7929 16.7929C17.1834 16.4024 17.8166 16.4024 18.2071 16.7929L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L16.7929 18.2071C16.4024 17.8166 16.4024 17.1834 16.7929 16.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11ZM11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.29289 7.29289C7.68342 6.90237 8.31658 6.90237 8.70711 7.29289L11 9.58579L13.2929 7.29289C13.6834 6.90237 14.3166 6.90237 14.7071 7.29289C15.0976 7.68342 15.0976 8.31658 14.7071 8.70711L12.4142 11L14.7071 13.2929C15.0976 13.6834 15.0976 14.3166 14.7071 14.7071C14.3166 15.0976 13.6834 15.0976 13.2929 14.7071L11 12.4142L8.70711 14.7071C8.31658 15.0976 7.68342 15.0976 7.29289 14.7071C6.90237 14.3166 6.90237 13.6834 7.29289 13.2929L9.58579 11L7.29289 8.70711C6.90237 8.31658 6.90237 7.68342 7.29289 7.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7929 16.7929C17.1834 16.4024 17.8166 16.4024 18.2071 16.7929L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L16.7929 18.2071C16.4024 17.8166 16.4024 17.1834 16.7929 16.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11ZM11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.29289 7.29289C7.68342 6.90237 8.31658 6.90237 8.70711 7.29289L11 9.58579L13.2929 7.29289C13.6834 6.90237 14.3166 6.90237 14.7071 7.29289C15.0976 7.68342 15.0976 8.31658 14.7071 8.70711L12.4142 11L14.7071 13.2929C15.0976 13.6834 15.0976 14.3166 14.7071 14.7071C14.3166 15.0976 13.6834 15.0976 13.2929 14.7071L11 12.4142L8.70711 14.7071C8.31658 15.0976 7.68342 15.0976 7.29289 14.7071C6.90237 14.3166 6.90237 13.6834 7.29289 13.2929L9.58579 11L7.29289 8.70711C6.90237 8.31658 6.90237 7.68342 7.29289 7.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-search-icons-search-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9255 1.5H12.0745C14.2504 1.49998 15.9852 1.49996 17.3453 1.68282C18.7497 1.87164 19.9035 2.27175 20.8159 3.18414C21.7283 4.09653 22.1284 5.25033 22.3172 6.65471C22.5 8.01484 22.5 9.74955 22.5 11.9255V12.0745C22.5 14.2504 22.5 15.9852 22.3172 17.3453C22.1284 18.7497 21.7283 19.9035 20.8159 20.8159C19.9035 21.7283 18.7497 22.1284 17.3453 22.3172C15.9852 22.5 14.2504 22.5 12.0745 22.5H11.9255C9.74955 22.5 8.01484 22.5 6.65471 22.3172C5.25033 22.1284 4.09653 21.7283 3.18414 20.8159C2.27175 19.9035 1.87164 18.7497 1.68282 17.3453C1.49996 15.9852 1.49998 14.2504 1.5 12.0745V11.9255C1.49998 9.74957 1.49996 8.01485 1.68282 6.65471C1.87164 5.25033 2.27175 4.09653 3.18414 3.18414C4.09653 2.27175 5.25033 1.87164 6.65471 1.68282C8.01485 1.49996 9.74957 1.49998 11.9255 1.5ZM6.92121 3.66499C5.7386 3.82399 5.0772 4.1195 4.59835 4.59835C4.1195 5.0772 3.82399 5.7386 3.66499 6.92121C3.50212 8.13258 3.5 9.73256 3.5 12C3.5 14.2674 3.50212 15.8674 3.66499 17.0788C3.82399 18.2614 4.1195 18.9228 4.59835 19.4017C5.0772 19.8805 5.7386 20.176 6.92121 20.335C8.13258 20.4979 9.73256 20.5 12 20.5C14.2674 20.5 15.8674 20.4979 17.0788 20.335C18.2614 20.176 18.9228 19.8805 19.4017 19.4017C19.8805 18.9228 20.176 18.2614 20.335 17.0788C20.4979 15.8674 20.5 14.2674 20.5 12C20.5 9.73256 20.4979 8.13258 20.335 6.92121C20.176 5.7386 19.8805 5.0772 19.4017 4.59835C18.9228 4.1195 18.2614 3.82399 17.0788 3.66499C15.8674 3.50212 14.2674 3.5 12 3.5C9.73256 3.5 8.13258 3.50212 6.92121 3.66499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 11.5C6 8.46243 8.46243 6 11.5 6C14.5376 6 17 8.46243 17 11.5C17 12.6575 16.6424 13.7315 16.0317 14.6175L17.7071 16.2929C18.0976 16.6834 18.0976 17.3166 17.7071 17.7071C17.3166 18.0976 16.6834 18.0976 16.2929 17.7071L14.6175 16.0317C13.7315 16.6424 12.6575 17 11.5 17C8.46243 17 6 14.5376 6 11.5ZM11.5 8C9.567 8 8 9.567 8 11.5C8 13.433 9.567 15 11.5 15C13.433 15 15 13.433 15 11.5C15 9.567 13.433 8 11.5 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9255 1.5H12.0745C14.2504 1.49998 15.9852 1.49996 17.3453 1.68282C18.7497 1.87164 19.9035 2.27175 20.8159 3.18414C21.7283 4.09653 22.1284 5.25033 22.3172 6.65471C22.5 8.01484 22.5 9.74955 22.5 11.9255V12.0745C22.5 14.2504 22.5 15.9852 22.3172 17.3453C22.1284 18.7497 21.7283 19.9035 20.8159 20.8159C19.9035 21.7283 18.7497 22.1284 17.3453 22.3172C15.9852 22.5 14.2504 22.5 12.0745 22.5H11.9255C9.74955 22.5 8.01484 22.5 6.65471 22.3172C5.25033 22.1284 4.09653 21.7283 3.18414 20.8159C2.27175 19.9035 1.87164 18.7497 1.68282 17.3453C1.49996 15.9852 1.49998 14.2504 1.5 12.0745V11.9255C1.49998 9.74957 1.49996 8.01485 1.68282 6.65471C1.87164 5.25033 2.27175 4.09653 3.18414 3.18414C4.09653 2.27175 5.25033 1.87164 6.65471 1.68282C8.01485 1.49996 9.74957 1.49998 11.9255 1.5ZM6.92121 3.66499C5.7386 3.82399 5.0772 4.1195 4.59835 4.59835C4.1195 5.0772 3.82399 5.7386 3.66499 6.92121C3.50212 8.13258 3.5 9.73256 3.5 12C3.5 14.2674 3.50212 15.8674 3.66499 17.0788C3.82399 18.2614 4.1195 18.9228 4.59835 19.4017C5.0772 19.8805 5.7386 20.176 6.92121 20.335C8.13258 20.4979 9.73256 20.5 12 20.5C14.2674 20.5 15.8674 20.4979 17.0788 20.335C18.2614 20.176 18.9228 19.8805 19.4017 19.4017C19.8805 18.9228 20.176 18.2614 20.335 17.0788C20.4979 15.8674 20.5 14.2674 20.5 12C20.5 9.73256 20.4979 8.13258 20.335 6.92121C20.176 5.7386 19.8805 5.0772 19.4017 4.59835C18.9228 4.1195 18.2614 3.82399 17.0788 3.66499C15.8674 3.50212 14.2674 3.5 12 3.5C9.73256 3.5 8.13258 3.50212 6.92121 3.66499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 11.5C6 8.46243 8.46243 6 11.5 6C14.5376 6 17 8.46243 17 11.5C17 12.6575 16.6424 13.7315 16.0317 14.6175L17.7071 16.2929C18.0976 16.6834 18.0976 17.3166 17.7071 17.7071C17.3166 18.0976 16.6834 18.0976 16.2929 17.7071L14.6175 16.0317C13.7315 16.6424 12.6575 17 11.5 17C8.46243 17 6 14.5376 6 11.5ZM11.5 8C9.567 8 8 9.567 8 11.5C8 13.433 9.567 15 11.5 15C13.433 15 15 13.433 15 11.5C15 9.567 13.433 8 11.5 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-search-icons-search-visual{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.9832 1.97723C9.99578 2.52937 9.55838 2.98717 9.00624 2.99975C6.16243 3.06454 4.92636 3.35541 4.12336 4.15563C3.42966 4.84692 3.10686 5.87538 2.99873 8.04968C2.97129 8.60128 2.50189 9.0262 1.95029 8.99877C1.39869 8.97134 0.973763 8.50194 1.0012 7.95033C1.11214 5.7195 1.44472 4.00145 2.7116 2.73896C4.14872 1.30683 6.19128 1.06337 8.96068 1.00026C9.51282 0.987684 9.97062 1.42508 9.9832 1.97723ZM14.0167 1.97723C14.0293 1.42508 14.4871 0.987684 15.0392 1.00026C17.8086 1.06337 19.8512 1.30683 21.2883 2.73896C22.5552 4.00145 22.8878 5.7195 22.9987 7.95033C23.0262 8.50194 22.6012 8.97134 22.0496 8.99877C21.498 9.0262 21.0286 8.60128 21.0012 8.04968C20.8931 5.87538 20.5703 4.84692 19.8766 4.15563C19.0736 3.35541 17.8375 3.06454 14.9937 2.99975C14.4415 2.98717 14.0041 2.52937 14.0167 1.97723ZM1.95029 15.0012C2.50189 14.9738 2.97129 15.3987 2.99873 15.9503C3.10686 18.1246 3.42966 19.1531 4.12336 19.8444C4.92636 20.6446 6.16243 20.9355 9.00624 21.0003C9.55838 21.0128 9.99578 21.4706 9.9832 22.0228C9.97062 22.5749 9.51282 23.0123 8.96068 22.9997C6.19128 22.9366 4.14872 22.6932 2.7116 21.261C1.44472 19.9986 1.11214 18.2805 1.0012 16.0497C0.973763 15.4981 1.39869 15.0287 1.95029 15.0012ZM22.0496 15.0012C22.6012 15.0287 23.0262 15.4981 22.9987 16.0497C22.8878 18.2805 22.5552 19.9986 21.2883 21.261C19.8512 22.6932 17.8086 22.9366 15.0392 22.9997C14.4871 23.0123 14.0293 22.5749 14.0167 22.0228C14.0041 21.4706 14.4415 21.0128 14.9937 21.0003C17.8375 20.9355 19.0736 20.6446 19.8766 19.8444C20.5703 19.1531 20.8931 18.1246 21.0012 15.9503C21.0286 15.3987 21.498 14.9738 22.0496 15.0012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 11.5C6 8.46243 8.46243 6 11.5 6C14.5376 6 17 8.46243 17 11.5C17 12.6575 16.6424 13.7315 16.0317 14.6175L17.7071 16.2929C18.0976 16.6834 18.0976 17.3166 17.7071 17.7071C17.3166 18.0976 16.6834 18.0976 16.2929 17.7071L14.6175 16.0317C13.7315 16.6424 12.6575 17 11.5 17C8.46243 17 6 14.5376 6 11.5ZM11.5 8C9.567 8 8 9.567 8 11.5C8 13.433 9.567 15 11.5 15C13.433 15 15 13.433 15 11.5C15 9.567 13.433 8 11.5 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.9832 1.97723C9.99578 2.52937 9.55838 2.98717 9.00624 2.99975C6.16243 3.06454 4.92636 3.35541 4.12336 4.15563C3.42966 4.84692 3.10686 5.87538 2.99873 8.04968C2.97129 8.60128 2.50189 9.0262 1.95029 8.99877C1.39869 8.97134 0.973763 8.50194 1.0012 7.95033C1.11214 5.7195 1.44472 4.00145 2.7116 2.73896C4.14872 1.30683 6.19128 1.06337 8.96068 1.00026C9.51282 0.987684 9.97062 1.42508 9.9832 1.97723ZM14.0167 1.97723C14.0293 1.42508 14.4871 0.987684 15.0392 1.00026C17.8086 1.06337 19.8512 1.30683 21.2883 2.73896C22.5552 4.00145 22.8878 5.7195 22.9987 7.95033C23.0262 8.50194 22.6012 8.97134 22.0496 8.99877C21.498 9.0262 21.0286 8.60128 21.0012 8.04968C20.8931 5.87538 20.5703 4.84692 19.8766 4.15563C19.0736 3.35541 17.8375 3.06454 14.9937 2.99975C14.4415 2.98717 14.0041 2.52937 14.0167 1.97723ZM1.95029 15.0012C2.50189 14.9738 2.97129 15.3987 2.99873 15.9503C3.10686 18.1246 3.42966 19.1531 4.12336 19.8444C4.92636 20.6446 6.16243 20.9355 9.00624 21.0003C9.55838 21.0128 9.99578 21.4706 9.9832 22.0228C9.97062 22.5749 9.51282 23.0123 8.96068 22.9997C6.19128 22.9366 4.14872 22.6932 2.7116 21.261C1.44472 19.9986 1.11214 18.2805 1.0012 16.0497C0.973763 15.4981 1.39869 15.0287 1.95029 15.0012ZM22.0496 15.0012C22.6012 15.0287 23.0262 15.4981 22.9987 16.0497C22.8878 18.2805 22.5552 19.9986 21.2883 21.261C19.8512 22.6932 17.8086 22.9366 15.0392 22.9997C14.4871 23.0123 14.0293 22.5749 14.0167 22.0228C14.0041 21.4706 14.4415 21.0128 14.9937 21.0003C17.8375 20.9355 19.0736 20.6446 19.8766 19.8444C20.5703 19.1531 20.8931 18.1246 21.0012 15.9503C21.0286 15.3987 21.498 14.9738 22.0496 15.0012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 11.5C6 8.46243 8.46243 6 11.5 6C14.5376 6 17 8.46243 17 11.5C17 12.6575 16.6424 13.7315 16.0317 14.6175L17.7071 16.2929C18.0976 16.6834 18.0976 17.3166 17.7071 17.7071C17.3166 18.0976 16.6834 18.0976 16.2929 17.7071L14.6175 16.0317C13.7315 16.6424 12.6575 17 11.5 17C8.46243 17 6 14.5376 6 11.5ZM11.5 8C9.567 8 8 9.567 8 11.5C8 13.433 9.567 15 11.5 15C13.433 15 15 13.433 15 11.5C15 9.567 13.433 8 11.5 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-search-icons-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7929 16.7929C17.1834 16.4024 17.8166 16.4024 18.2071 16.7929L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L16.7929 18.2071C16.4024 17.8166 16.4024 17.1834 16.7929 16.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11ZM11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7929 16.7929C17.1834 16.4024 17.8166 16.4024 18.2071 16.7929L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L16.7929 18.2071C16.4024 17.8166 16.4024 17.1834 16.7929 16.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11C21 16.5228 16.5228 21 11 21C5.47715 21 1 16.5228 1 11ZM11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-search-icons-searching{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 13.3C6 9.26832 9.26832 6 13.3 6C17.3317 6 20.6 9.26832 20.6 13.3C20.6 14.9493 20.053 16.4709 19.1306 17.6932L21.7103 20.2961C22.099 20.6883 22.0962 21.3215 21.7039 21.7103C21.3117 22.099 20.6785 22.0962 20.2897 21.7039L17.7195 19.1107C16.4927 20.0451 14.9612 20.6 13.3 20.6C9.26832 20.6 6 17.3317 6 13.3ZM13.3 8C10.3729 8 8 10.3729 8 13.3C8 16.2271 10.3729 18.6 13.3 18.6C16.2271 18.6 18.6 16.2271 18.6 13.3C18.6 10.3729 16.2271 8 13.3 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.45128 2C5.46747 2 5.48371 2 5.5 2L18.5487 2C19.2093 1.99997 19.7793 1.99995 20.2447 2.04749C20.7384 2.09793 21.2242 2.21008 21.6683 2.50811C21.9959 2.72794 22.277 3.01023 22.4955 3.33868C22.7914 3.78343 22.9027 4.26949 22.9528 4.76401C23.0001 5.23073 23 5.80259 23 6.46643V6.55228C23 7.1646 23 7.69547 22.9647 8.13401C22.9282 8.58695 22.8487 9.03852 22.6323 9.45826C22.3792 9.94914 21.7761 10.1419 21.2852 9.88882C20.7943 9.63574 20.6016 9.03263 20.8546 8.54175C20.8948 8.46392 20.9435 8.31677 20.9712 7.97345C20.9993 7.62464 21 7.17441 21 6.51483C21 5.7889 20.9988 5.31941 20.963 4.96558C20.9288 4.62825 20.8715 4.50841 20.8304 4.44657C20.7571 4.33642 20.6631 4.24212 20.5539 4.16887C20.4937 4.12842 20.3761 4.07132 20.0414 4.03714C19.6899 4.00122 19.2231 4 18.5 4H5.5C4.77687 4 4.31011 4.00122 3.95856 4.03714C3.62393 4.07132 3.50635 4.12842 3.44606 4.16887C3.3369 4.24212 3.24291 4.33642 3.16962 4.44657C3.12847 4.50841 3.07121 4.62825 3.03704 4.96558C3.0012 5.31941 3 5.7889 3 6.51483C3 7.24076 3.0012 7.71026 3.03704 8.06409C3.07121 8.40141 3.12847 8.52125 3.16962 8.58309C3.24291 8.69325 3.3369 8.78755 3.44606 8.86079C3.51398 8.90637 3.6505 8.97061 4.07565 9.00287C4.62635 9.04465 5.03892 9.52495 4.99714 10.0757C4.95536 10.6264 4.47506 11.0389 3.92436 10.9971C3.37102 10.9552 2.82453 10.8523 2.33167 10.5216C2.00406 10.3017 1.72305 10.0194 1.50451 9.69098C1.20859 9.24623 1.09732 8.76018 1.04723 8.26565C0.99995 7.79894 0.999974 7.2271 1 6.56327C1 6.54718 1 6.53103 1 6.51483C1 6.49863 1 6.48249 1 6.46639C0.999974 5.80257 0.99995 5.23072 1.04723 4.76401C1.09732 4.26949 1.20859 3.78343 1.50451 3.33868C1.72305 3.01023 2.00406 2.72794 2.33167 2.50811C2.77583 2.21008 3.26158 2.09793 3.7553 2.04749C4.22068 1.99995 4.79068 1.99997 5.45128 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 13.3C6 9.26832 9.26832 6 13.3 6C17.3317 6 20.6 9.26832 20.6 13.3C20.6 14.9493 20.053 16.4709 19.1306 17.6932L21.7103 20.2961C22.099 20.6883 22.0962 21.3215 21.7039 21.7103C21.3117 22.099 20.6785 22.0962 20.2897 21.7039L17.7195 19.1107C16.4927 20.0451 14.9612 20.6 13.3 20.6C9.26832 20.6 6 17.3317 6 13.3ZM13.3 8C10.3729 8 8 10.3729 8 13.3C8 16.2271 10.3729 18.6 13.3 18.6C16.2271 18.6 18.6 16.2271 18.6 13.3C18.6 10.3729 16.2271 8 13.3 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.45128 2C5.46747 2 5.48371 2 5.5 2L18.5487 2C19.2093 1.99997 19.7793 1.99995 20.2447 2.04749C20.7384 2.09793 21.2242 2.21008 21.6683 2.50811C21.9959 2.72794 22.277 3.01023 22.4955 3.33868C22.7914 3.78343 22.9027 4.26949 22.9528 4.76401C23.0001 5.23073 23 5.80259 23 6.46643V6.55228C23 7.1646 23 7.69547 22.9647 8.13401C22.9282 8.58695 22.8487 9.03852 22.6323 9.45826C22.3792 9.94914 21.7761 10.1419 21.2852 9.88882C20.7943 9.63574 20.6016 9.03263 20.8546 8.54175C20.8948 8.46392 20.9435 8.31677 20.9712 7.97345C20.9993 7.62464 21 7.17441 21 6.51483C21 5.7889 20.9988 5.31941 20.963 4.96558C20.9288 4.62825 20.8715 4.50841 20.8304 4.44657C20.7571 4.33642 20.6631 4.24212 20.5539 4.16887C20.4937 4.12842 20.3761 4.07132 20.0414 4.03714C19.6899 4.00122 19.2231 4 18.5 4H5.5C4.77687 4 4.31011 4.00122 3.95856 4.03714C3.62393 4.07132 3.50635 4.12842 3.44606 4.16887C3.3369 4.24212 3.24291 4.33642 3.16962 4.44657C3.12847 4.50841 3.07121 4.62825 3.03704 4.96558C3.0012 5.31941 3 5.7889 3 6.51483C3 7.24076 3.0012 7.71026 3.03704 8.06409C3.07121 8.40141 3.12847 8.52125 3.16962 8.58309C3.24291 8.69325 3.3369 8.78755 3.44606 8.86079C3.51398 8.90637 3.6505 8.97061 4.07565 9.00287C4.62635 9.04465 5.03892 9.52495 4.99714 10.0757C4.95536 10.6264 4.47506 11.0389 3.92436 10.9971C3.37102 10.9552 2.82453 10.8523 2.33167 10.5216C2.00406 10.3017 1.72305 10.0194 1.50451 9.69098C1.20859 9.24623 1.09732 8.76018 1.04723 8.26565C0.99995 7.79894 0.999974 7.2271 1 6.56327C1 6.54718 1 6.53103 1 6.51483C1 6.49863 1 6.48249 1 6.46639C0.999974 5.80257 0.99995 5.23072 1.04723 4.76401C1.09732 4.26949 1.20859 3.78343 1.50451 3.33868C1.72305 3.01023 2.00406 2.72794 2.33167 2.50811C2.77583 2.21008 3.26158 2.09793 3.7553 2.04749C4.22068 1.99995 4.79068 1.99997 5.45128 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-search-icons-zoom-in-area{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 14.85C8 11.0668 11.0668 8 14.85 8C18.6332 8 21.7 11.0668 21.7 14.85C21.7 16.3809 21.1978 17.7944 20.3492 18.935L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L18.935 20.3492C17.7944 21.1978 16.3809 21.7 14.85 21.7C11.0668 21.7 8 18.6332 8 14.85ZM14.85 10C12.1714 10 10 12.1714 10 14.85C10 17.5286 12.1714 19.7 14.85 19.7C17.5286 19.7 19.7 17.5286 19.7 14.85C19.7 12.1714 17.5286 10 14.85 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 14.85C8 11.0668 11.0668 8 14.85 8C18.6332 8 21.7 11.0668 21.7 14.85C21.7 16.3809 21.1978 17.7944 20.3492 18.935L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L18.935 20.3492C17.7944 21.1978 16.3809 21.7 14.85 21.7C11.0668 21.7 8 18.6332 8 14.85ZM14.85 10C12.1714 10 10 12.1714 10 14.85C10 17.5286 12.1714 19.7 14.85 19.7C17.5286 19.7 19.7 17.5286 19.7 14.85C19.7 12.1714 17.5286 10 14.85 10ZM14.85 11.9C15.4023 11.9 15.85 12.3477 15.85 12.9V13.85H16.8C17.3523 13.85 17.8 14.2977 17.8 14.85C17.8 15.4023 17.3523 15.85 16.8 15.85H15.85V16.8C15.85 17.3523 15.4023 17.8 14.85 17.8C14.2977 17.8 13.85 17.3523 13.85 16.8V15.85H12.9C12.3477 15.85 11.9 15.4023 11.9 14.85C11.9 14.2977 12.3477 13.85 12.9 13.85H13.85V12.9C13.85 12.3477 14.2977 11.9 14.85 11.9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.90282 1.00469C6.45249 0.950979 6.94162 1.35303 6.99533 1.9027C7.04904 2.45236 6.64699 2.9415 6.09732 2.99521C4.84895 3.1172 4.23067 3.37607 3.80343 3.80331C3.37619 4.23055 3.11732 4.84883 2.99533 6.0972C2.94162 6.64687 2.45249 7.04892 1.90282 6.99521C1.35315 6.9415 0.951102 6.45236 1.00481 5.9027C1.14382 4.48008 1.47636 3.30195 2.38922 2.38909C3.30207 1.47624 4.4802 1.1437 5.90282 1.00469ZM17.0048 1.9027C17.0585 1.35303 17.5477 0.950979 18.0973 1.00469C19.5199 1.1437 20.6981 1.47624 21.6109 2.38909C22.5238 3.30195 22.8563 4.48008 22.9953 5.9027C23.049 6.45236 22.647 6.9415 22.0973 6.99521C21.5477 7.04892 21.0585 6.64687 21.0048 6.0972C20.8828 4.84883 20.624 4.23055 20.1967 3.80331C19.7695 3.37607 19.1512 3.1172 17.9028 2.99521C17.3532 2.9415 16.9511 2.45236 17.0048 1.9027ZM9.00007 1.99995C9.00007 1.44767 9.44779 0.99995 10.0001 0.99995L14.0001 0.99995C14.5524 0.99995 15.0001 1.44767 15.0001 1.99995C15.0001 2.55223 14.5524 2.99995 14.0001 2.99995L10.0001 2.99995C9.44779 2.99995 9.00007 2.55223 9.00007 1.99995ZM1.00007 9.99995C1.00007 9.44767 1.44779 8.99995 2.00007 8.99995C2.55236 8.99995 3.00007 9.44767 3.00007 9.99995L3.00007 14C3.00007 14.5522 2.55236 15 2.00007 15C1.44779 15 1.00007 14.5522 1.00007 14L1.00007 9.99995ZM1.00481 18.0972C0.951101 17.5475 1.35315 17.0584 1.90282 17.0047C2.45249 16.951 2.94162 17.353 2.99533 17.9027C3.11732 19.1511 3.37619 19.7694 3.80343 20.1966C4.23067 20.6238 4.84895 20.8827 6.09732 21.0047C6.64699 21.0584 7.04904 21.5475 6.99533 22.0972C6.94162 22.6469 6.45249 23.0489 5.90282 22.9952C4.4802 22.8562 3.30207 22.5237 2.38922 21.6108C1.47636 20.698 1.14382 19.5198 1.00481 18.0972Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 14.85C8 11.0668 11.0668 8 14.85 8C18.6332 8 21.7 11.0668 21.7 14.85C21.7 16.3809 21.1978 17.7944 20.3492 18.935L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L18.935 20.3492C17.7944 21.1978 16.3809 21.7 14.85 21.7C11.0668 21.7 8 18.6332 8 14.85ZM14.85 10C12.1714 10 10 12.1714 10 14.85C10 17.5286 12.1714 19.7 14.85 19.7C17.5286 19.7 19.7 17.5286 19.7 14.85C19.7 12.1714 17.5286 10 14.85 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 14.85C8 11.0668 11.0668 8 14.85 8C18.6332 8 21.7 11.0668 21.7 14.85C21.7 16.3809 21.1978 17.7944 20.3492 18.935L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L18.935 20.3492C17.7944 21.1978 16.3809 21.7 14.85 21.7C11.0668 21.7 8 18.6332 8 14.85ZM14.85 10C12.1714 10 10 12.1714 10 14.85C10 17.5286 12.1714 19.7 14.85 19.7C17.5286 19.7 19.7 17.5286 19.7 14.85C19.7 12.1714 17.5286 10 14.85 10ZM14.85 11.9C15.4023 11.9 15.85 12.3477 15.85 12.9V13.85H16.8C17.3523 13.85 17.8 14.2977 17.8 14.85C17.8 15.4023 17.3523 15.85 16.8 15.85H15.85V16.8C15.85 17.3523 15.4023 17.8 14.85 17.8C14.2977 17.8 13.85 17.3523 13.85 16.8V15.85H12.9C12.3477 15.85 11.9 15.4023 11.9 14.85C11.9 14.2977 12.3477 13.85 12.9 13.85H13.85V12.9C13.85 12.3477 14.2977 11.9 14.85 11.9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.90282 1.00469C6.45249 0.950979 6.94162 1.35303 6.99533 1.9027C7.04904 2.45236 6.64699 2.9415 6.09732 2.99521C4.84895 3.1172 4.23067 3.37607 3.80343 3.80331C3.37619 4.23055 3.11732 4.84883 2.99533 6.0972C2.94162 6.64687 2.45249 7.04892 1.90282 6.99521C1.35315 6.9415 0.951102 6.45236 1.00481 5.9027C1.14382 4.48008 1.47636 3.30195 2.38922 2.38909C3.30207 1.47624 4.4802 1.1437 5.90282 1.00469ZM17.0048 1.9027C17.0585 1.35303 17.5477 0.950979 18.0973 1.00469C19.5199 1.1437 20.6981 1.47624 21.6109 2.38909C22.5238 3.30195 22.8563 4.48008 22.9953 5.9027C23.049 6.45236 22.647 6.9415 22.0973 6.99521C21.5477 7.04892 21.0585 6.64687 21.0048 6.0972C20.8828 4.84883 20.624 4.23055 20.1967 3.80331C19.7695 3.37607 19.1512 3.1172 17.9028 2.99521C17.3532 2.9415 16.9511 2.45236 17.0048 1.9027ZM9.00007 1.99995C9.00007 1.44767 9.44779 0.99995 10.0001 0.99995L14.0001 0.99995C14.5524 0.99995 15.0001 1.44767 15.0001 1.99995C15.0001 2.55223 14.5524 2.99995 14.0001 2.99995L10.0001 2.99995C9.44779 2.99995 9.00007 2.55223 9.00007 1.99995ZM1.00007 9.99995C1.00007 9.44767 1.44779 8.99995 2.00007 8.99995C2.55236 8.99995 3.00007 9.44767 3.00007 9.99995L3.00007 14C3.00007 14.5522 2.55236 15 2.00007 15C1.44779 15 1.00007 14.5522 1.00007 14L1.00007 9.99995ZM1.00481 18.0972C0.951101 17.5475 1.35315 17.0584 1.90282 17.0047C2.45249 16.951 2.94162 17.353 2.99533 17.9027C3.11732 19.1511 3.37619 19.7694 3.80343 20.1966C4.23067 20.6238 4.84895 20.8827 6.09732 21.0047C6.64699 21.0584 7.04904 21.5475 6.99533 22.0972C6.94162 22.6469 6.45249 23.0489 5.90282 22.9952C4.4802 22.8562 3.30207 22.5237 2.38922 21.6108C1.47636 20.698 1.14382 19.5198 1.00481 18.0972Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-search-icons-zoom-out-area{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 14.85C8 11.0668 11.0668 8 14.85 8C18.6332 8 21.7 11.0668 21.7 14.85C21.7 16.3809 21.1978 17.7944 20.3492 18.935L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L18.935 20.3492C17.7944 21.1978 16.3809 21.7 14.85 21.7C11.0668 21.7 8 18.6332 8 14.85ZM14.85 10C12.1714 10 10 12.1714 10 14.85C10 17.5286 12.1714 19.7 14.85 19.7C17.5286 19.7 19.7 17.5286 19.7 14.85C19.7 12.1714 17.5286 10 14.85 10ZM11.9 14.85C11.9 14.2977 12.3477 13.85 12.9 13.85H16.8C17.3523 13.85 17.8 14.2977 17.8 14.85C17.8 15.4023 17.3523 15.85 16.8 15.85H12.9C12.3477 15.85 11.9 15.4023 11.9 14.85Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.90282 1.00469C6.45249 0.950979 6.94162 1.35303 6.99533 1.9027C7.04904 2.45236 6.64699 2.9415 6.09732 2.99521C4.84895 3.1172 4.23067 3.37607 3.80343 3.80331C3.37619 4.23055 3.11732 4.84883 2.99533 6.0972C2.94162 6.64687 2.45249 7.04892 1.90282 6.99521C1.35315 6.9415 0.951102 6.45236 1.00481 5.9027C1.14382 4.48008 1.47636 3.30195 2.38922 2.38909C3.30207 1.47624 4.4802 1.1437 5.90282 1.00469ZM17.0048 1.9027C17.0585 1.35303 17.5477 0.950979 18.0973 1.00469C19.5199 1.1437 20.6981 1.47624 21.6109 2.38909C22.5238 3.30195 22.8563 4.48008 22.9953 5.9027C23.049 6.45236 22.647 6.9415 22.0973 6.99521C21.5477 7.04892 21.0585 6.64687 21.0048 6.0972C20.8828 4.84883 20.624 4.23055 20.1967 3.80331C19.7695 3.37607 19.1512 3.1172 17.9028 2.99521C17.3532 2.9415 16.9511 2.45236 17.0048 1.9027ZM9.00007 1.99995C9.00007 1.44767 9.44779 0.99995 10.0001 0.99995L14.0001 0.99995C14.5524 0.99995 15.0001 1.44767 15.0001 1.99995C15.0001 2.55223 14.5524 2.99995 14.0001 2.99995L10.0001 2.99995C9.44779 2.99995 9.00007 2.55223 9.00007 1.99995ZM1.00007 9.99995C1.00007 9.44767 1.44779 8.99995 2.00007 8.99995C2.55236 8.99995 3.00007 9.44767 3.00007 9.99995L3.00007 14C3.00007 14.5522 2.55236 15 2.00007 15C1.44779 15 1.00007 14.5522 1.00007 14L1.00007 9.99995ZM1.00481 18.0972C0.951101 17.5475 1.35315 17.0584 1.90282 17.0047C2.45249 16.951 2.94162 17.353 2.99533 17.9027C3.11732 19.1511 3.37619 19.7694 3.80343 20.1966C4.23067 20.6238 4.84895 20.8827 6.09732 21.0047C6.64699 21.0584 7.04904 21.5475 6.99533 22.0972C6.94162 22.6469 6.45249 23.0489 5.90282 22.9952C4.4802 22.8562 3.30207 22.5237 2.38922 21.6108C1.47636 20.698 1.14382 19.5198 1.00481 18.0972Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 14.85C8 11.0668 11.0668 8 14.85 8C18.6332 8 21.7 11.0668 21.7 14.85C21.7 16.3809 21.1978 17.7944 20.3492 18.935L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L18.935 20.3492C17.7944 21.1978 16.3809 21.7 14.85 21.7C11.0668 21.7 8 18.6332 8 14.85ZM14.85 10C12.1714 10 10 12.1714 10 14.85C10 17.5286 12.1714 19.7 14.85 19.7C17.5286 19.7 19.7 17.5286 19.7 14.85C19.7 12.1714 17.5286 10 14.85 10ZM11.9 14.85C11.9 14.2977 12.3477 13.85 12.9 13.85H16.8C17.3523 13.85 17.8 14.2977 17.8 14.85C17.8 15.4023 17.3523 15.85 16.8 15.85H12.9C12.3477 15.85 11.9 15.4023 11.9 14.85Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.90282 1.00469C6.45249 0.950979 6.94162 1.35303 6.99533 1.9027C7.04904 2.45236 6.64699 2.9415 6.09732 2.99521C4.84895 3.1172 4.23067 3.37607 3.80343 3.80331C3.37619 4.23055 3.11732 4.84883 2.99533 6.0972C2.94162 6.64687 2.45249 7.04892 1.90282 6.99521C1.35315 6.9415 0.951102 6.45236 1.00481 5.9027C1.14382 4.48008 1.47636 3.30195 2.38922 2.38909C3.30207 1.47624 4.4802 1.1437 5.90282 1.00469ZM17.0048 1.9027C17.0585 1.35303 17.5477 0.950979 18.0973 1.00469C19.5199 1.1437 20.6981 1.47624 21.6109 2.38909C22.5238 3.30195 22.8563 4.48008 22.9953 5.9027C23.049 6.45236 22.647 6.9415 22.0973 6.99521C21.5477 7.04892 21.0585 6.64687 21.0048 6.0972C20.8828 4.84883 20.624 4.23055 20.1967 3.80331C19.7695 3.37607 19.1512 3.1172 17.9028 2.99521C17.3532 2.9415 16.9511 2.45236 17.0048 1.9027ZM9.00007 1.99995C9.00007 1.44767 9.44779 0.99995 10.0001 0.99995L14.0001 0.99995C14.5524 0.99995 15.0001 1.44767 15.0001 1.99995C15.0001 2.55223 14.5524 2.99995 14.0001 2.99995L10.0001 2.99995C9.44779 2.99995 9.00007 2.55223 9.00007 1.99995ZM1.00007 9.99995C1.00007 9.44767 1.44779 8.99995 2.00007 8.99995C2.55236 8.99995 3.00007 9.44767 3.00007 9.99995L3.00007 14C3.00007 14.5522 2.55236 15 2.00007 15C1.44779 15 1.00007 14.5522 1.00007 14L1.00007 9.99995ZM1.00481 18.0972C0.951101 17.5475 1.35315 17.0584 1.90282 17.0047C2.45249 16.951 2.94162 17.353 2.99533 17.9027C3.11732 19.1511 3.37619 19.7694 3.80343 20.1966C4.23067 20.6238 4.84895 20.8827 6.09732 21.0047C6.64699 21.0584 7.04904 21.5475 6.99533 22.0972C6.94162 22.6469 6.45249 23.0489 5.90282 22.9952C4.4802 22.8562 3.30207 22.5237 2.38922 21.6108C1.47636 20.698 1.14382 19.5198 1.00481 18.0972Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-access{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.75C3.82436 1.75 1.25 4.32436 1.25 7.5C1.25 9.47049 2.24152 11.2086 3.75 12.244L3.74992 18.464C3.74925 19.1626 3.74872 19.7155 3.95933 20.224C4.16994 20.7324 4.56127 21.123 5.05573 21.6165L6.46967 23.0303C6.76256 23.3232 7.23744 23.3232 7.53033 23.0303L9.63852 20.9221L9.65768 20.903C9.73549 20.8254 9.8185 20.7425 9.8902 20.6487C10.0755 20.4063 10.1943 20.1197 10.2346 19.8172C10.2502 19.7002 10.2501 19.534 10.25 19.4241C10.2501 19.3349 10.2502 19.2396 10.2397 19.1436C10.2126 18.8955 10.1328 18.6561 10.0056 18.4413C9.95635 18.3582 9.89913 18.282 9.84556 18.2107L9.84555 18.2107L8.9375 17L9.35833 16.439C9.69822 15.9865 9.96691 15.6289 10.1089 15.203C10.2508 14.7771 10.2505 14.3297 10.2501 13.7638L10.25 12.244C11.7585 11.2086 12.75 9.47049 12.75 7.5C12.75 4.32436 10.1756 1.75 7 1.75ZM6.99329 6C6.16857 6 5.5 6.67157 5.5 7.5C5.5 8.32843 6.16857 9 6.99329 9H7.00671C7.83143 9 8.5 8.32843 8.5 7.5C8.5 6.67157 7.83143 6 7.00671 6H6.99329Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7969 11.2269C13.5299 11.7126 13.3964 11.9555 13.4835 12.1027C13.5707 12.25 13.8304 12.25 14.35 12.25L19.026 12.25C19.4705 12.25 19.8415 12.25 20.1461 12.2292C20.4632 12.2076 20.7628 12.161 21.0532 12.0407C21.727 11.7616 22.2623 11.2262 22.5414 10.5524C22.6617 10.262 22.7084 9.96247 22.73 9.64537C22.7508 9.34076 22.7508 8.96974 22.7508 8.5253V8.47474C22.7508 8.0303 22.7508 7.65924 22.73 7.35464C22.7084 7.03754 22.6617 6.73801 22.5414 6.44762C22.2623 5.7738 21.727 5.23844 21.0532 4.95933C20.7628 4.83905 20.4632 4.79241 20.1461 4.77077C19.8415 4.74999 19.4705 4.74999 19.0261 4.75L15.1182 4.75C14.7318 4.75 14.5386 4.75 14.4486 4.86594C14.3585 4.98188 14.4092 5.1808 14.5107 5.57864C14.6674 6.19304 14.7507 6.83679 14.7507 7.49999C14.7507 8.85157 14.4042 10.1217 13.7969 11.2269Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0254 13.75C19.4699 13.75 19.8409 13.75 20.1455 13.7708C20.4626 13.7924 20.7621 13.8391 21.0525 13.9593C21.7263 14.2384 22.2617 14.7738 22.5408 15.4476C22.6611 15.738 22.7077 16.0375 22.7294 16.3546C22.7501 16.6592 22.7501 17.0304 22.7501 17.4747V17.5254C22.7501 17.9698 22.7501 18.3408 22.7294 18.6454C22.7077 18.9625 22.6611 19.262 22.5408 19.5524C22.2617 20.2262 21.7263 20.7616 21.0525 21.0407C20.7621 21.161 20.4626 21.2076 20.1455 21.2292C19.8409 21.25 19.4698 21.25 19.0254 21.25L12.8501 21.25C12.5673 21.25 12.4259 21.25 12.338 21.1621C12.2501 21.0743 12.2501 20.9328 12.2501 20.65V14.35C12.2501 14.0672 12.2501 13.9257 12.338 13.8379C12.4259 13.75 12.5673 13.75 12.8501 13.75L19.0254 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 1.75C3.82436 1.75 1.25 4.32436 1.25 7.5C1.25 9.47049 2.24152 11.2086 3.75 12.244L3.74992 18.464C3.74925 19.1626 3.74872 19.7155 3.95933 20.224C4.16994 20.7324 4.56127 21.123 5.05573 21.6165L6.46967 23.0303C6.76256 23.3232 7.23744 23.3232 7.53033 23.0303L9.63852 20.9221L9.65768 20.903C9.73549 20.8254 9.8185 20.7425 9.8902 20.6487C10.0755 20.4063 10.1943 20.1197 10.2346 19.8172C10.2502 19.7002 10.2501 19.534 10.25 19.4241C10.2501 19.3349 10.2502 19.2396 10.2397 19.1436C10.2126 18.8955 10.1328 18.6561 10.0056 18.4413C9.95635 18.3582 9.89913 18.282 9.84556 18.2107L9.84555 18.2107L8.9375 17L9.35833 16.439C9.69822 15.9865 9.96691 15.6289 10.1089 15.203C10.2508 14.7771 10.2505 14.3297 10.2501 13.7638L10.25 12.244C11.7585 11.2086 12.75 9.47049 12.75 7.5C12.75 4.32436 10.1756 1.75 7 1.75ZM6.99329 6C6.16857 6 5.5 6.67157 5.5 7.5C5.5 8.32843 6.16857 9 6.99329 9H7.00671C7.83143 9 8.5 8.32843 8.5 7.5C8.5 6.67157 7.83143 6 7.00671 6H6.99329Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7969 11.2269C13.5299 11.7126 13.3964 11.9555 13.4835 12.1027C13.5707 12.25 13.8304 12.25 14.35 12.25L19.026 12.25C19.4705 12.25 19.8415 12.25 20.1461 12.2292C20.4632 12.2076 20.7628 12.161 21.0532 12.0407C21.727 11.7616 22.2623 11.2262 22.5414 10.5524C22.6617 10.262 22.7084 9.96247 22.73 9.64537C22.7508 9.34076 22.7508 8.96974 22.7508 8.5253V8.47474C22.7508 8.0303 22.7508 7.65924 22.73 7.35464C22.7084 7.03754 22.6617 6.73801 22.5414 6.44762C22.2623 5.7738 21.727 5.23844 21.0532 4.95933C20.7628 4.83905 20.4632 4.79241 20.1461 4.77077C19.8415 4.74999 19.4705 4.74999 19.0261 4.75L15.1182 4.75C14.7318 4.75 14.5386 4.75 14.4486 4.86594C14.3585 4.98188 14.4092 5.1808 14.5107 5.57864C14.6674 6.19304 14.7507 6.83679 14.7507 7.49999C14.7507 8.85157 14.4042 10.1217 13.7969 11.2269Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0254 13.75C19.4699 13.75 19.8409 13.75 20.1455 13.7708C20.4626 13.7924 20.7621 13.8391 21.0525 13.9593C21.7263 14.2384 22.2617 14.7738 22.5408 15.4476C22.6611 15.738 22.7077 16.0375 22.7294 16.3546C22.7501 16.6592 22.7501 17.0304 22.7501 17.4747V17.5254C22.7501 17.9698 22.7501 18.3408 22.7294 18.6454C22.7077 18.9625 22.6611 19.262 22.5408 19.5524C22.2617 20.2262 21.7263 20.7616 21.0525 21.0407C20.7621 21.161 20.4626 21.2076 20.1455 21.2292C19.8409 21.25 19.4698 21.25 19.0254 21.25L12.8501 21.25C12.5673 21.25 12.4259 21.25 12.338 21.1621C12.2501 21.0743 12.2501 20.9328 12.2501 20.65V14.35C12.2501 14.0672 12.2501 13.9257 12.338 13.8379C12.4259 13.75 12.5673 13.75 12.8501 13.75L19.0254 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-authorized{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.3206 2.75C14.6747 2.74997 15.7913 2.74994 16.6751 2.86875C17.6029 2.9935 18.4223 3.26547 19.0784 3.92158C19.7345 4.57768 20.0065 5.39711 20.1313 6.32494C20.2501 7.2087 20.25 8.32531 20.25 9.67944V9.67946V13.25C20.25 13.8023 19.8023 14.25 19.25 14.25C18.6977 14.25 18.25 13.8023 18.25 13.25V9.75C18.25 8.30752 18.2479 7.32625 18.1491 6.59143C18.0542 5.88538 17.8868 5.55836 17.6642 5.33579C17.4416 5.11322 17.1146 4.94585 16.4086 4.85092C15.6738 4.75213 14.6925 4.75 13.25 4.75H8.25C6.80752 4.75 5.82625 4.75213 5.09143 4.85092C4.38538 4.94585 4.05836 5.11322 3.83579 5.33579C3.61322 5.55836 3.44585 5.88538 3.35092 6.59143C3.25213 7.32625 3.25 8.30752 3.25 9.75V13.25C3.25 13.8023 2.80229 14.25 2.25 14.25C1.69772 14.25 1.25 13.8023 1.25 13.25L1.25 9.67943V9.67939C1.24997 8.32529 1.24994 7.20869 1.36875 6.32494C1.4935 5.39711 1.76547 4.57768 2.42158 3.92158C3.07768 3.26547 3.89711 2.9935 4.82494 2.86875C5.70869 2.74994 6.82529 2.74997 8.17939 2.75H8.17943H13.3206H13.3206Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.91602 12.75C5.32412 12.75 3.25 14.8917 3.25 17.5C3.25 20.1083 5.32412 22.25 7.91602 22.25C9.70047 22.25 11.2406 21.2331 12.0259 19.7502L12.0259 19.7502C12.1217 19.5693 12.1696 19.4788 12.241 19.4358C12.3124 19.3929 12.4058 19.3929 12.5926 19.3929H14.9575C15.2403 19.3929 15.3817 19.3929 15.4696 19.4807C15.5575 19.5686 15.5575 19.71 15.5575 19.9929L15.5575 20.3934C15.5574 20.6309 15.5573 20.8765 15.5844 21.082C15.6154 21.3179 15.6938 21.6105 15.9354 21.8573C16.1792 22.1064 16.472 22.1894 16.7105 22.2221L18.794 22.228C19.0023 22.2019 19.2537 22.1368 19.4822 21.9455C19.7091 21.7555 19.8178 21.5208 19.8818 21.3234C19.918 21.2116 20.0795 20.4119 20.1857 19.8774C20.2318 19.6457 20.2549 19.5299 20.3367 19.4619C20.4186 19.394 20.5375 19.3926 20.7754 19.3899C21.064 19.3866 21.392 19.3796 21.4988 19.365C21.7373 19.3322 22.03 19.2492 22.2739 19.0002C22.4188 18.8522 22.5037 18.6791 22.5556 18.5457C22.6107 18.4043 22.6489 18.2543 22.6761 18.1107C22.7306 17.8234 22.7523 17.5009 22.7498 17.195C22.7474 16.8887 22.7205 16.5709 22.6652 16.2919C22.6376 16.1526 22.6001 16.008 22.5477 15.8727C22.4996 15.7484 22.4178 15.5754 22.2739 15.4284C22.03 15.1794 21.7373 15.0964 21.4988 15.0636C21.2944 15.0355 21.0509 15.0356 20.8196 15.0357L12.2461 15.0357C12.0842 15.0357 12.0033 15.0357 11.9381 15.0018C11.873 14.9678 11.8222 14.8952 11.7207 14.7499C10.8779 13.5439 9.49173 12.75 7.91602 12.75ZM7.99331 16C7.16858 16 6.5 16.6716 6.5 17.5C6.5 18.3284 7.16858 19 7.99331 19H8.00669C8.83142 19 9.5 18.3284 9.5 17.5C9.5 16.6716 8.83142 16 8.00669 16H7.99331Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.3206 2.75C14.6747 2.74997 15.7913 2.74994 16.6751 2.86875C17.6029 2.9935 18.4223 3.26547 19.0784 3.92158C19.7345 4.57768 20.0065 5.39711 20.1313 6.32494C20.2501 7.2087 20.25 8.32531 20.25 9.67944V9.67946V13.25C20.25 13.8023 19.8023 14.25 19.25 14.25C18.6977 14.25 18.25 13.8023 18.25 13.25V9.75C18.25 8.30752 18.2479 7.32625 18.1491 6.59143C18.0542 5.88538 17.8868 5.55836 17.6642 5.33579C17.4416 5.11322 17.1146 4.94585 16.4086 4.85092C15.6738 4.75213 14.6925 4.75 13.25 4.75H8.25C6.80752 4.75 5.82625 4.75213 5.09143 4.85092C4.38538 4.94585 4.05836 5.11322 3.83579 5.33579C3.61322 5.55836 3.44585 5.88538 3.35092 6.59143C3.25213 7.32625 3.25 8.30752 3.25 9.75V13.25C3.25 13.8023 2.80229 14.25 2.25 14.25C1.69772 14.25 1.25 13.8023 1.25 13.25L1.25 9.67943V9.67939C1.24997 8.32529 1.24994 7.20869 1.36875 6.32494C1.4935 5.39711 1.76547 4.57768 2.42158 3.92158C3.07768 3.26547 3.89711 2.9935 4.82494 2.86875C5.70869 2.74994 6.82529 2.74997 8.17939 2.75H8.17943H13.3206H13.3206Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.91602 12.75C5.32412 12.75 3.25 14.8917 3.25 17.5C3.25 20.1083 5.32412 22.25 7.91602 22.25C9.70047 22.25 11.2406 21.2331 12.0259 19.7502L12.0259 19.7502C12.1217 19.5693 12.1696 19.4788 12.241 19.4358C12.3124 19.3929 12.4058 19.3929 12.5926 19.3929H14.9575C15.2403 19.3929 15.3817 19.3929 15.4696 19.4807C15.5575 19.5686 15.5575 19.71 15.5575 19.9929L15.5575 20.3934C15.5574 20.6309 15.5573 20.8765 15.5844 21.082C15.6154 21.3179 15.6938 21.6105 15.9354 21.8573C16.1792 22.1064 16.472 22.1894 16.7105 22.2221L18.794 22.228C19.0023 22.2019 19.2537 22.1368 19.4822 21.9455C19.7091 21.7555 19.8178 21.5208 19.8818 21.3234C19.918 21.2116 20.0795 20.4119 20.1857 19.8774C20.2318 19.6457 20.2549 19.5299 20.3367 19.4619C20.4186 19.394 20.5375 19.3926 20.7754 19.3899C21.064 19.3866 21.392 19.3796 21.4988 19.365C21.7373 19.3322 22.03 19.2492 22.2739 19.0002C22.4188 18.8522 22.5037 18.6791 22.5556 18.5457C22.6107 18.4043 22.6489 18.2543 22.6761 18.1107C22.7306 17.8234 22.7523 17.5009 22.7498 17.195C22.7474 16.8887 22.7205 16.5709 22.6652 16.2919C22.6376 16.1526 22.6001 16.008 22.5477 15.8727C22.4996 15.7484 22.4178 15.5754 22.2739 15.4284C22.03 15.1794 21.7373 15.0964 21.4988 15.0636C21.2944 15.0355 21.0509 15.0356 20.8196 15.0357L12.2461 15.0357C12.0842 15.0357 12.0033 15.0357 11.9381 15.0018C11.873 14.9678 11.8222 14.8952 11.7207 14.7499C10.8779 13.5439 9.49173 12.75 7.91602 12.75ZM7.99331 16C7.16858 16 6.5 16.6716 6.5 17.5C6.5 18.3284 7.16858 19 7.99331 19H8.00669C8.83142 19 9.5 18.3284 9.5 17.5C9.5 16.6716 8.83142 16 8.00669 16H7.99331Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-cctv-camera{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.0234 12.25C15.5757 12.25 16.0234 12.6977 16.0234 13.25V14.25C16.0234 15.6925 16.0256 16.6737 16.1244 17.4086C16.2193 18.1146 16.3867 18.4416 16.6092 18.6642C16.8603 18.9153 17.1389 19.0641 17.7242 19.151C18.2084 19.2229 18.8291 19.2426 19.7148 19.248V18.25C19.7148 17.6977 20.1626 17.25 20.7148 17.25C21.2671 17.25 21.7148 17.6977 21.7148 18.25V22.25C21.7148 22.8023 21.2671 23.25 20.7148 23.25C20.1626 23.25 19.7148 22.8023 19.7148 22.25V21.2484C18.8013 21.2431 18.0488 21.2211 17.4305 21.1293C16.5361 20.9965 15.8226 20.706 15.195 20.0784C14.5389 19.4223 14.2669 18.6029 14.1422 17.6751C14.0234 16.7913 14.0234 15.6747 14.0234 14.3206C14.0234 14.2971 14.0234 14.2736 14.0234 14.25V13.25C14.0234 12.6977 14.4712 12.25 15.0234 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5936 1.75L3.93227 1.75C3.50813 1.74997 3.12648 1.74993 2.81793 1.78586C2.48849 1.82422 2.12535 1.91403 1.81854 2.18357C1.65113 2.33064 1.51359 2.50824 1.413 2.70658C1.22941 3.06858 1.23098 3.44101 1.27361 3.7697C1.31368 4.07867 1.44394 4.60363 1.54702 5.01881C1.70881 5.67322 1.83625 6.18868 2.13684 6.61423C2.24165 6.76262 2.36093 6.90027 2.49294 7.02512C2.67037 7.19292 2.8725 7.3255 3.10102 7.44466L3.09403 7.51433C3.01547 8.29749 2.96243 8.82622 2.99719 9.27281C3.16395 11.415 4.7051 13.2534 6.82189 13.4825C7.25464 13.5293 7.76094 13.4729 8.44499 13.3966L8.56877 13.3828L8.94963 13.3406C8.96285 13.3555 8.97628 13.3703 8.98995 13.3849C9.26515 13.6786 9.60164 13.9082 9.97581 14.057C10.4645 14.2513 11.0132 14.2508 11.7074 14.2501L16.5936 14.25C19.6419 14.25 22.1685 12.0447 22.7021 9.14356C22.7546 8.85853 22.7808 8.71602 22.6908 8.60801C22.6009 8.5 22.4463 8.5 22.1373 8.5L19.0475 8.5C18.4938 8.5 18.0449 8.05229 18.0449 7.5C18.0449 6.94772 18.4938 6.5 19.0475 6.5L21.861 6.5C22.2194 6.5 22.3986 6.5 22.488 6.37036C22.5774 6.24072 22.5179 6.08386 22.3987 5.77015C21.507 3.42231 19.2481 1.75 16.5936 1.75ZM8.009 11.4322L7.5864 10.3679C7.25131 9.52407 7.15035 9.30801 6.9956 9.15213C6.84175 8.99717 6.62952 8.89636 5.79155 8.55874L5.03509 8.254C4.99229 8.71774 4.9808 8.9412 4.99456 9.11786C5.09855 10.4538 6.02451 11.3845 7.03781 11.4941C7.19421 11.5111 7.41003 11.4966 8.009 11.4322ZM14.0333 7.5C14.0333 6.94772 14.4802 6.5 15.0314 6.5H15.0404C15.5916 6.5 16.0385 6.94772 16.0385 7.5C16.0385 8.05228 15.5916 8.5 15.0404 8.5H15.0314C14.4802 8.5 14.0333 8.05228 14.0333 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.0234 12.25C15.5757 12.25 16.0234 12.6977 16.0234 13.25V14.25C16.0234 15.6925 16.0256 16.6737 16.1244 17.4086C16.2193 18.1146 16.3867 18.4416 16.6092 18.6642C16.8603 18.9153 17.1389 19.0641 17.7242 19.151C18.2084 19.2229 18.8291 19.2426 19.7148 19.248V18.25C19.7148 17.6977 20.1626 17.25 20.7148 17.25C21.2671 17.25 21.7148 17.6977 21.7148 18.25V22.25C21.7148 22.8023 21.2671 23.25 20.7148 23.25C20.1626 23.25 19.7148 22.8023 19.7148 22.25V21.2484C18.8013 21.2431 18.0488 21.2211 17.4305 21.1293C16.5361 20.9965 15.8226 20.706 15.195 20.0784C14.5389 19.4223 14.2669 18.6029 14.1422 17.6751C14.0234 16.7913 14.0234 15.6747 14.0234 14.3206C14.0234 14.2971 14.0234 14.2736 14.0234 14.25V13.25C14.0234 12.6977 14.4712 12.25 15.0234 12.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5936 1.75L3.93227 1.75C3.50813 1.74997 3.12648 1.74993 2.81793 1.78586C2.48849 1.82422 2.12535 1.91403 1.81854 2.18357C1.65113 2.33064 1.51359 2.50824 1.413 2.70658C1.22941 3.06858 1.23098 3.44101 1.27361 3.7697C1.31368 4.07867 1.44394 4.60363 1.54702 5.01881C1.70881 5.67322 1.83625 6.18868 2.13684 6.61423C2.24165 6.76262 2.36093 6.90027 2.49294 7.02512C2.67037 7.19292 2.8725 7.3255 3.10102 7.44466L3.09403 7.51433C3.01547 8.29749 2.96243 8.82622 2.99719 9.27281C3.16395 11.415 4.7051 13.2534 6.82189 13.4825C7.25464 13.5293 7.76094 13.4729 8.44499 13.3966L8.56877 13.3828L8.94963 13.3406C8.96285 13.3555 8.97628 13.3703 8.98995 13.3849C9.26515 13.6786 9.60164 13.9082 9.97581 14.057C10.4645 14.2513 11.0132 14.2508 11.7074 14.2501L16.5936 14.25C19.6419 14.25 22.1685 12.0447 22.7021 9.14356C22.7546 8.85853 22.7808 8.71602 22.6908 8.60801C22.6009 8.5 22.4463 8.5 22.1373 8.5L19.0475 8.5C18.4938 8.5 18.0449 8.05229 18.0449 7.5C18.0449 6.94772 18.4938 6.5 19.0475 6.5L21.861 6.5C22.2194 6.5 22.3986 6.5 22.488 6.37036C22.5774 6.24072 22.5179 6.08386 22.3987 5.77015C21.507 3.42231 19.2481 1.75 16.5936 1.75ZM8.009 11.4322L7.5864 10.3679C7.25131 9.52407 7.15035 9.30801 6.9956 9.15213C6.84175 8.99717 6.62952 8.89636 5.79155 8.55874L5.03509 8.254C4.99229 8.71774 4.9808 8.9412 4.99456 9.11786C5.09855 10.4538 6.02451 11.3845 7.03781 11.4941C7.19421 11.5111 7.41003 11.4966 8.009 11.4322ZM14.0333 7.5C14.0333 6.94772 14.4802 6.5 15.0314 6.5H15.0404C15.5916 6.5 16.0385 6.94772 16.0385 7.5C16.0385 8.05228 15.5916 8.5 15.0404 8.5H15.0314C14.4802 8.5 14.0333 8.05228 14.0333 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-circle-lock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.75C8.96243 1.75 6.5 4.21243 6.5 7.25V10.0399C5.10924 11.4408 4.25 13.37 4.25 15.5C4.25 19.7802 7.71979 23.25 12 23.25C16.2802 23.25 19.75 19.7802 19.75 15.5C19.75 13.37 18.8908 11.4408 17.5 10.0399V7.25C17.5 4.21243 15.0376 1.75 12 1.75ZM15.5 8.58347V7.25C15.5 5.317 13.933 3.75 12 3.75C10.067 3.75 8.5 5.317 8.5 7.25V8.58347C9.55134 8.05041 10.7406 7.75 12 7.75C13.2594 7.75 14.4487 8.05041 15.5 8.58347ZM10.4922 15.5C10.4922 14.6716 11.1638 14 11.9922 14H12.0057C12.8341 14 13.5057 14.6716 13.5057 15.5C13.5057 16.3284 12.8341 17 12.0057 17H11.9922C11.1638 17 10.4922 16.3284 10.4922 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.75C8.96243 1.75 6.5 4.21243 6.5 7.25V10.0399C5.10924 11.4408 4.25 13.37 4.25 15.5C4.25 19.7802 7.71979 23.25 12 23.25C16.2802 23.25 19.75 19.7802 19.75 15.5C19.75 13.37 18.8908 11.4408 17.5 10.0399V7.25C17.5 4.21243 15.0376 1.75 12 1.75ZM15.5 8.58347V7.25C15.5 5.317 13.933 3.75 12 3.75C10.067 3.75 8.5 5.317 8.5 7.25V8.58347C9.55134 8.05041 10.7406 7.75 12 7.75C13.2594 7.75 14.4487 8.05041 15.5 8.58347ZM10.4922 15.5C10.4922 14.6716 11.1638 14 11.9922 14H12.0057C12.8341 14 13.5057 14.6716 13.5057 15.5C13.5057 16.3284 12.8341 17 12.0057 17H11.9922C11.1638 17 10.4922 16.3284 10.4922 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-circle-lock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 7.25C6.5 4.21243 8.96243 1.75 12 1.75C15.0376 1.75 17.5 4.21243 17.5 7.25V10.25C17.5 10.8023 17.0523 11.25 16.5 11.25C15.9477 11.25 15.5 10.8023 15.5 10.25V7.25C15.5 5.317 13.933 3.75 12 3.75C10.067 3.75 8.5 5.317 8.5 7.25V10.25C8.5 10.8023 8.05228 11.25 7.5 11.25C6.94772 11.25 6.5 10.8023 6.5 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.75C7.71979 7.75 4.25 11.2198 4.25 15.5C4.25 19.7802 7.71979 23.25 12 23.25C16.2802 23.25 19.75 19.7802 19.75 15.5C19.75 11.2198 16.2802 7.75 12 7.75ZM13 14.5C13 13.9477 12.5523 13.5 12 13.5C11.4477 13.5 11 13.9477 11 14.5V16.5C11 17.0523 11.4477 17.5 12 17.5C12.5523 17.5 13 17.0523 13 16.5V14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 7.25C6.5 4.21243 8.96243 1.75 12 1.75C15.0376 1.75 17.5 4.21243 17.5 7.25V10.25C17.5 10.8023 17.0523 11.25 16.5 11.25C15.9477 11.25 15.5 10.8023 15.5 10.25V7.25C15.5 5.317 13.933 3.75 12 3.75C10.067 3.75 8.5 5.317 8.5 7.25V10.25C8.5 10.8023 8.05228 11.25 7.5 11.25C6.94772 11.25 6.5 10.8023 6.5 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.75C7.71979 7.75 4.25 11.2198 4.25 15.5C4.25 19.7802 7.71979 23.25 12 23.25C16.2802 23.25 19.75 19.7802 19.75 15.5C19.75 11.2198 16.2802 7.75 12 7.75ZM13 14.5C13 13.9477 12.5523 13.5 12 13.5C11.4477 13.5 11 13.9477 11 14.5V16.5C11 17.0523 11.4477 17.5 12 17.5C12.5523 17.5 13 17.0523 13 16.5V14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-circle-lock-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.375 13.375C16.9273 13.375 17.375 13.8227 17.375 14.375L17.375 17.375H20.375C20.9273 17.375 21.375 17.8227 21.375 18.375C21.375 18.9273 20.9273 19.375 20.375 19.375H17.375L17.375 22.375C17.375 22.9273 16.9273 23.375 16.375 23.375C15.8227 23.375 15.375 22.9273 15.375 22.375L15.375 19.375H12.375C11.8227 19.375 11.375 18.9273 11.375 18.375C11.375 17.8227 11.8227 17.375 12.375 17.375H15.375L15.375 14.375C15.375 13.8227 15.8227 13.375 16.375 13.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.375 7.625C6.09479 7.625 2.625 11.0948 2.625 15.375C2.625 19.6552 6.09479 23.125 10.375 23.125C11.5034 23.125 12.5755 22.8838 13.5425 22.4503C13.6999 22.3797 13.7786 22.3444 13.8268 22.27C13.875 22.1956 13.875 22.1047 13.875 21.923V21.475C13.875 21.1922 13.875 21.0507 13.7871 20.9629C13.6993 20.875 13.5578 20.875 13.275 20.875H12.375C10.9943 20.875 9.875 19.7557 9.875 18.375C9.875 16.9943 10.9943 15.875 12.375 15.875H13.275C13.5578 15.875 13.6993 15.875 13.7871 15.7871C13.875 15.6993 13.875 15.5578 13.875 15.275V14.375C13.875 12.9943 14.9943 11.875 16.375 11.875C16.6851 11.875 16.8401 11.875 16.8869 11.8592C17.0574 11.8015 17.1258 11.6759 17.0816 11.5014C17.0695 11.4535 17.0088 11.3597 16.8875 11.1721C15.5072 9.03767 13.1061 7.625 10.375 7.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.875 7.125C4.875 4.08743 7.33743 1.625 10.375 1.625C13.4126 1.625 15.875 4.08743 15.875 7.125V10.125C15.875 10.6773 15.4273 11.125 14.875 11.125C14.3227 11.125 13.875 10.6773 13.875 10.125V7.125C13.875 5.192 12.308 3.625 10.375 3.625C8.442 3.625 6.875 5.192 6.875 7.125V10.125C6.875 10.6773 6.42728 11.125 5.875 11.125C5.32272 11.125 4.875 10.6773 4.875 10.125V7.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.375 13.375C16.9273 13.375 17.375 13.8227 17.375 14.375L17.375 17.375H20.375C20.9273 17.375 21.375 17.8227 21.375 18.375C21.375 18.9273 20.9273 19.375 20.375 19.375H17.375L17.375 22.375C17.375 22.9273 16.9273 23.375 16.375 23.375C15.8227 23.375 15.375 22.9273 15.375 22.375L15.375 19.375H12.375C11.8227 19.375 11.375 18.9273 11.375 18.375C11.375 17.8227 11.8227 17.375 12.375 17.375H15.375L15.375 14.375C15.375 13.8227 15.8227 13.375 16.375 13.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.375 7.625C6.09479 7.625 2.625 11.0948 2.625 15.375C2.625 19.6552 6.09479 23.125 10.375 23.125C11.5034 23.125 12.5755 22.8838 13.5425 22.4503C13.6999 22.3797 13.7786 22.3444 13.8268 22.27C13.875 22.1956 13.875 22.1047 13.875 21.923V21.475C13.875 21.1922 13.875 21.0507 13.7871 20.9629C13.6993 20.875 13.5578 20.875 13.275 20.875H12.375C10.9943 20.875 9.875 19.7557 9.875 18.375C9.875 16.9943 10.9943 15.875 12.375 15.875H13.275C13.5578 15.875 13.6993 15.875 13.7871 15.7871C13.875 15.6993 13.875 15.5578 13.875 15.275V14.375C13.875 12.9943 14.9943 11.875 16.375 11.875C16.6851 11.875 16.8401 11.875 16.8869 11.8592C17.0574 11.8015 17.1258 11.6759 17.0816 11.5014C17.0695 11.4535 17.0088 11.3597 16.8875 11.1721C15.5072 9.03767 13.1061 7.625 10.375 7.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.875 7.125C4.875 4.08743 7.33743 1.625 10.375 1.625C13.4126 1.625 15.875 4.08743 15.875 7.125V10.125C15.875 10.6773 15.4273 11.125 14.875 11.125C14.3227 11.125 13.875 10.6773 13.875 10.125V7.125C13.875 5.192 12.308 3.625 10.375 3.625C8.442 3.625 6.875 5.192 6.875 7.125V10.125C6.875 10.6773 6.42728 11.125 5.875 11.125C5.32272 11.125 4.875 10.6773 4.875 10.125V7.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-circle-lock-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 7.75C6.21979 7.75 2.75 11.2198 2.75 15.5C2.75 19.7802 6.21979 23.25 10.5 23.25C10.7047 23.25 10.9075 23.2421 11.1082 23.2265C11.5679 23.1908 11.7977 23.173 11.8711 23.0121C11.9445 22.8512 11.7876 22.6393 11.4739 22.2155C10.7048 21.1769 10.25 19.8916 10.25 18.5C10.25 15.0482 13.0482 12.25 16.5 12.25C16.9868 12.25 17.2301 12.25 17.3191 12.1155C17.328 12.1021 17.3354 12.0886 17.3421 12.074C17.4087 11.9271 17.2956 11.7468 17.0693 11.3863C15.6986 9.20207 13.2689 7.75 10.5 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 13.75C13.8766 13.75 11.75 15.8766 11.75 18.5C11.75 21.1234 13.8766 23.25 16.5 23.25C19.1234 23.25 21.25 21.1234 21.25 18.5C21.25 15.8766 19.1234 13.75 16.5 13.75ZM17.2513 17.1641C17.2513 16.7498 16.9155 16.4141 16.5013 16.4141C16.0871 16.4141 15.7513 16.7498 15.7513 17.1641V17.7474H15.168C14.7538 17.7474 14.418 18.0832 14.418 18.4974C14.418 18.9116 14.7538 19.2474 15.168 19.2474H15.7513V19.8307C15.7513 20.2449 16.0871 20.5807 16.5013 20.5807C16.9155 20.5807 17.2513 20.2449 17.2513 19.8307V19.2474H17.8346C18.2488 19.2474 18.5846 18.9116 18.5846 18.4974C18.5846 18.0832 18.2488 17.7474 17.8346 17.7474H17.2513V17.1641Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 7.25C5 4.21243 7.46243 1.75 10.5 1.75C13.5376 1.75 16 4.21243 16 7.25V10.25C16 10.8023 15.5523 11.25 15 11.25C14.4477 11.25 14 10.8023 14 10.25V7.25C14 5.317 12.433 3.75 10.5 3.75C8.567 3.75 7 5.317 7 7.25V10.25C7 10.8023 6.55228 11.25 6 11.25C5.44772 11.25 5 10.8023 5 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 7.75C6.21979 7.75 2.75 11.2198 2.75 15.5C2.75 19.7802 6.21979 23.25 10.5 23.25C10.7047 23.25 10.9075 23.2421 11.1082 23.2265C11.5679 23.1908 11.7977 23.173 11.8711 23.0121C11.9445 22.8512 11.7876 22.6393 11.4739 22.2155C10.7048 21.1769 10.25 19.8916 10.25 18.5C10.25 15.0482 13.0482 12.25 16.5 12.25C16.9868 12.25 17.2301 12.25 17.3191 12.1155C17.328 12.1021 17.3354 12.0886 17.3421 12.074C17.4087 11.9271 17.2956 11.7468 17.0693 11.3863C15.6986 9.20207 13.2689 7.75 10.5 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 13.75C13.8766 13.75 11.75 15.8766 11.75 18.5C11.75 21.1234 13.8766 23.25 16.5 23.25C19.1234 23.25 21.25 21.1234 21.25 18.5C21.25 15.8766 19.1234 13.75 16.5 13.75ZM17.2513 17.1641C17.2513 16.7498 16.9155 16.4141 16.5013 16.4141C16.0871 16.4141 15.7513 16.7498 15.7513 17.1641V17.7474H15.168C14.7538 17.7474 14.418 18.0832 14.418 18.4974C14.418 18.9116 14.7538 19.2474 15.168 19.2474H15.7513V19.8307C15.7513 20.2449 16.0871 20.5807 16.5013 20.5807C16.9155 20.5807 17.2513 20.2449 17.2513 19.8307V19.2474H17.8346C18.2488 19.2474 18.5846 18.9116 18.5846 18.4974C18.5846 18.0832 18.2488 17.7474 17.8346 17.7474H17.2513V17.1641Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 7.25C5 4.21243 7.46243 1.75 10.5 1.75C13.5376 1.75 16 4.21243 16 7.25V10.25C16 10.8023 15.5523 11.25 15 11.25C14.4477 11.25 14 10.8023 14 10.25V7.25C14 5.317 12.433 3.75 10.5 3.75C8.567 3.75 7 5.317 7 7.25V10.25C7 10.8023 6.55228 11.25 6 11.25C5.44772 11.25 5 10.8023 5 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-circle-lock-check-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.37488 7.25C4.37488 4.21243 6.83731 1.75 9.87488 1.75C12.9124 1.75 15.3749 4.21243 15.3749 7.25V10.25C15.3749 10.8023 14.9272 11.25 14.3749 11.25C13.8226 11.25 13.3749 10.8023 13.3749 10.25V7.25C13.3749 5.317 11.8079 3.75 9.87488 3.75C7.94188 3.75 6.37488 5.317 6.37488 7.25V10.25C6.37488 10.8023 5.92716 11.25 5.37488 11.25C4.82259 11.25 4.37488 10.8023 4.37488 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.8175 14.1664C22.0019 14.687 21.7293 15.2585 21.2087 15.4429C20.6751 15.6319 20.0586 16.0388 19.4056 16.6115C18.7628 17.1751 18.1377 17.8521 17.5839 18.5159C17.0321 19.1774 16.5633 19.8111 16.2323 20.2801C16.0671 20.5141 15.7189 21.0365 15.7189 21.0365C15.5257 21.3406 15.1836 21.5174 14.8237 21.499C14.4638 21.4805 14.1416 21.2698 13.9805 20.9475C13.5398 20.0661 12.9853 19.5149 12.7813 19.4959C12.2729 19.4487 11.8749 19.021 11.8749 18.5003C11.8749 17.948 12.3226 17.5003 12.8749 17.5003C13.4272 17.5003 13.7802 17.7353 14.0546 17.9182C14.3289 18.1011 14.6165 18.3538 14.9053 18.6997C15.2205 18.2689 15.6089 17.7613 16.0482 17.2347C16.6415 16.5235 17.3399 15.7629 18.0869 15.1078C18.8235 14.4618 19.6629 13.8686 20.541 13.5576C21.0616 13.3733 21.6331 13.6458 21.8175 14.1664Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.87476 7.75C5.59455 7.75 2.12476 11.2198 2.12476 15.5C2.12476 19.7802 5.59455 23.25 9.87476 23.25C10.7752 23.25 11.6398 23.0964 12.4437 22.8141C12.7904 22.6923 12.9637 22.6314 13.0129 22.4999C13.062 22.3684 12.9423 22.1584 12.703 21.7384C12.6805 21.6991 12.6591 21.659 12.6387 21.6182C12.5203 21.3814 12.3959 21.1866 12.2872 21.0405C12.2426 20.9805 12.2203 20.9505 12.1854 20.9244C12.1506 20.8983 12.1026 20.8805 12.0065 20.8449C11.0534 20.4919 10.3748 19.5759 10.3748 18.5001C10.3748 17.1194 11.494 16.0001 12.8748 16.0001C13.5179 16.0001 14.0236 16.1822 14.3859 16.3677C14.4623 16.4068 14.5004 16.4264 14.5278 16.4344C14.6299 16.4641 14.7195 16.4458 14.8017 16.3785C14.8238 16.3604 14.848 16.3315 14.8962 16.2737C15.5192 15.5269 16.2725 14.7036 17.0977 13.9799C17.1091 13.9699 17.1206 13.9599 17.1321 13.9498C17.2737 13.8264 17.3445 13.7647 17.3692 13.6808C17.3939 13.5969 17.3699 13.5137 17.3219 13.3473C16.389 10.1144 13.408 7.75 9.87476 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.37488 7.25C4.37488 4.21243 6.83731 1.75 9.87488 1.75C12.9124 1.75 15.3749 4.21243 15.3749 7.25V10.25C15.3749 10.8023 14.9272 11.25 14.3749 11.25C13.8226 11.25 13.3749 10.8023 13.3749 10.25V7.25C13.3749 5.317 11.8079 3.75 9.87488 3.75C7.94188 3.75 6.37488 5.317 6.37488 7.25V10.25C6.37488 10.8023 5.92716 11.25 5.37488 11.25C4.82259 11.25 4.37488 10.8023 4.37488 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.8175 14.1664C22.0019 14.687 21.7293 15.2585 21.2087 15.4429C20.6751 15.6319 20.0586 16.0388 19.4056 16.6115C18.7628 17.1751 18.1377 17.8521 17.5839 18.5159C17.0321 19.1774 16.5633 19.8111 16.2323 20.2801C16.0671 20.5141 15.7189 21.0365 15.7189 21.0365C15.5257 21.3406 15.1836 21.5174 14.8237 21.499C14.4638 21.4805 14.1416 21.2698 13.9805 20.9475C13.5398 20.0661 12.9853 19.5149 12.7813 19.4959C12.2729 19.4487 11.8749 19.021 11.8749 18.5003C11.8749 17.948 12.3226 17.5003 12.8749 17.5003C13.4272 17.5003 13.7802 17.7353 14.0546 17.9182C14.3289 18.1011 14.6165 18.3538 14.9053 18.6997C15.2205 18.2689 15.6089 17.7613 16.0482 17.2347C16.6415 16.5235 17.3399 15.7629 18.0869 15.1078C18.8235 14.4618 19.6629 13.8686 20.541 13.5576C21.0616 13.3733 21.6331 13.6458 21.8175 14.1664Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.87476 7.75C5.59455 7.75 2.12476 11.2198 2.12476 15.5C2.12476 19.7802 5.59455 23.25 9.87476 23.25C10.7752 23.25 11.6398 23.0964 12.4437 22.8141C12.7904 22.6923 12.9637 22.6314 13.0129 22.4999C13.062 22.3684 12.9423 22.1584 12.703 21.7384C12.6805 21.6991 12.6591 21.659 12.6387 21.6182C12.5203 21.3814 12.3959 21.1866 12.2872 21.0405C12.2426 20.9805 12.2203 20.9505 12.1854 20.9244C12.1506 20.8983 12.1026 20.8805 12.0065 20.8449C11.0534 20.4919 10.3748 19.5759 10.3748 18.5001C10.3748 17.1194 11.494 16.0001 12.8748 16.0001C13.5179 16.0001 14.0236 16.1822 14.3859 16.3677C14.4623 16.4068 14.5004 16.4264 14.5278 16.4344C14.6299 16.4641 14.7195 16.4458 14.8017 16.3785C14.8238 16.3604 14.848 16.3315 14.8962 16.2737C15.5192 15.5269 16.2725 14.7036 17.0977 13.9799C17.1091 13.9699 17.1206 13.9599 17.1321 13.9498C17.2737 13.8264 17.3445 13.7647 17.3692 13.6808C17.3939 13.5969 17.3699 13.5137 17.3219 13.3473C16.389 10.1144 13.408 7.75 9.87476 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-circle-lock-check-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 7.25C5 4.21243 7.46243 1.75 10.5 1.75C13.5376 1.75 16 4.21243 16 7.25V10.25C16 10.8023 15.5523 11.25 15 11.25C14.4477 11.25 14 10.8023 14 10.25V7.25C14 5.317 12.433 3.75 10.5 3.75C8.567 3.75 7 5.317 7 7.25V10.25C7 10.8023 6.55228 11.25 6 11.25C5.44772 11.25 5 10.8023 5 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5001 18.5C20.5001 20.7091 18.7093 22.5 16.5001 22.5C14.291 22.5 12.5001 20.7091 12.5001 18.5C12.5001 16.2909 14.291 14.5 16.5001 14.5C18.7093 14.5 20.5001 16.2909 20.5001 18.5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M10.4999 7.75C6.21967 7.75 2.74988 11.2198 2.74988 15.5C2.74988 19.7802 6.21967 23.25 10.4999 23.25C10.7045 23.25 10.9074 23.2421 11.108 23.2265C11.5677 23.1908 11.7976 23.173 11.871 23.0121C11.9444 22.8512 11.7875 22.6393 11.4737 22.2155C10.7047 21.1769 10.2499 19.8916 10.2499 18.5C10.2499 15.0482 13.0481 12.25 16.4999 12.25C16.9866 12.25 17.23 12.25 17.319 12.1155C17.3278 12.1021 17.3353 12.0886 17.3419 12.074C17.4086 11.9271 17.2954 11.7468 17.0692 11.3863C15.6985 9.20207 13.2688 7.75 10.4999 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 13.75C13.8766 13.75 11.75 15.8766 11.75 18.5C11.75 21.1234 13.8766 23.25 16.5 23.25C19.1234 23.25 21.25 21.1234 21.25 18.5C21.25 15.8766 19.1234 13.75 16.5 13.75ZM18.1903 18.2699C18.555 18.0736 18.6915 17.6187 18.4952 17.254C18.2989 16.8893 17.844 16.7528 17.4793 16.9491C16.8214 17.3033 16.2583 18.0496 15.9274 18.5505C15.8177 18.4627 15.6345 18.3343 15.4911 18.2659C15.1172 18.0876 14.6696 18.2461 14.4912 18.6199C14.3145 18.9903 14.4685 19.4332 14.8349 19.6148C14.8349 19.6148 14.9387 19.6799 14.9977 19.7277C15.1161 19.8235 15.2739 19.98 15.4109 20.2125C15.5515 20.4512 15.8123 20.5929 16.0892 20.5811C16.3658 20.5692 16.6137 20.4053 16.7335 20.1557C16.7547 20.1138 16.8162 19.9933 16.8581 19.9164C16.9423 19.7619 17.0636 19.5516 17.2112 19.3281C17.5289 18.8472 17.8869 18.4333 18.1903 18.2699Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 7.25C5 4.21243 7.46243 1.75 10.5 1.75C13.5376 1.75 16 4.21243 16 7.25V10.25C16 10.8023 15.5523 11.25 15 11.25C14.4477 11.25 14 10.8023 14 10.25V7.25C14 5.317 12.433 3.75 10.5 3.75C8.567 3.75 7 5.317 7 7.25V10.25C7 10.8023 6.55228 11.25 6 11.25C5.44772 11.25 5 10.8023 5 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5001 18.5C20.5001 20.7091 18.7093 22.5 16.5001 22.5C14.291 22.5 12.5001 20.7091 12.5001 18.5C12.5001 16.2909 14.291 14.5 16.5001 14.5C18.7093 14.5 20.5001 16.2909 20.5001 18.5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M10.4999 7.75C6.21967 7.75 2.74988 11.2198 2.74988 15.5C2.74988 19.7802 6.21967 23.25 10.4999 23.25C10.7045 23.25 10.9074 23.2421 11.108 23.2265C11.5677 23.1908 11.7976 23.173 11.871 23.0121C11.9444 22.8512 11.7875 22.6393 11.4737 22.2155C10.7047 21.1769 10.2499 19.8916 10.2499 18.5C10.2499 15.0482 13.0481 12.25 16.4999 12.25C16.9866 12.25 17.23 12.25 17.319 12.1155C17.3278 12.1021 17.3353 12.0886 17.3419 12.074C17.4086 11.9271 17.2954 11.7468 17.0692 11.3863C15.6985 9.20207 13.2688 7.75 10.4999 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 13.75C13.8766 13.75 11.75 15.8766 11.75 18.5C11.75 21.1234 13.8766 23.25 16.5 23.25C19.1234 23.25 21.25 21.1234 21.25 18.5C21.25 15.8766 19.1234 13.75 16.5 13.75ZM18.1903 18.2699C18.555 18.0736 18.6915 17.6187 18.4952 17.254C18.2989 16.8893 17.844 16.7528 17.4793 16.9491C16.8214 17.3033 16.2583 18.0496 15.9274 18.5505C15.8177 18.4627 15.6345 18.3343 15.4911 18.2659C15.1172 18.0876 14.6696 18.2461 14.4912 18.6199C14.3145 18.9903 14.4685 19.4332 14.8349 19.6148C14.8349 19.6148 14.9387 19.6799 14.9977 19.7277C15.1161 19.8235 15.2739 19.98 15.4109 20.2125C15.5515 20.4512 15.8123 20.5929 16.0892 20.5811C16.3658 20.5692 16.6137 20.4053 16.7335 20.1557C16.7547 20.1138 16.8162 19.9933 16.8581 19.9164C16.9423 19.7619 17.0636 19.5516 17.2112 19.3281C17.5289 18.8472 17.8869 18.4333 18.1903 18.2699Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-circle-lock-minus-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.375 7.25C5.375 4.21243 7.83743 1.75 10.875 1.75C13.9126 1.75 16.375 4.21243 16.375 7.25V10.25C16.375 10.8023 15.9273 11.25 15.375 11.25C14.8227 11.25 14.375 10.8023 14.375 10.25V7.25C14.375 5.317 12.808 3.75 10.875 3.75C8.942 3.75 7.375 5.317 7.375 7.25V10.25C7.375 10.8023 6.92728 11.25 6.375 11.25C5.82272 11.25 5.375 10.8023 5.375 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.875 17.5001C10.875 16.9478 11.3227 16.5001 11.875 16.5001H19.875C20.4273 16.5001 20.875 16.9478 20.875 17.5001C20.875 18.0524 20.4273 18.5001 19.875 18.5001H11.875C11.3227 18.5001 10.875 18.0524 10.875 17.5001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.875 7.74988C6.59479 7.74988 3.125 11.2197 3.125 15.4999C3.125 19.7801 6.59479 23.2499 10.875 23.2499C13.0583 23.2499 15.0307 22.3471 16.4393 20.8945C16.7809 20.5422 16.9517 20.366 16.8742 20.1829C16.7967 19.9999 16.5376 19.9999 16.0195 19.9999H11.875C10.4943 19.9999 9.375 18.8806 9.375 17.4999C9.375 16.1192 10.4943 14.9999 11.875 14.9999H17.9697C18.2737 14.9999 18.4258 14.9999 18.5155 14.896C18.6052 14.7921 18.5843 14.6493 18.5423 14.3637C17.9927 10.6221 14.7693 7.74988 10.875 7.74988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.375 7.25C5.375 4.21243 7.83743 1.75 10.875 1.75C13.9126 1.75 16.375 4.21243 16.375 7.25V10.25C16.375 10.8023 15.9273 11.25 15.375 11.25C14.8227 11.25 14.375 10.8023 14.375 10.25V7.25C14.375 5.317 12.808 3.75 10.875 3.75C8.942 3.75 7.375 5.317 7.375 7.25V10.25C7.375 10.8023 6.92728 11.25 6.375 11.25C5.82272 11.25 5.375 10.8023 5.375 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.875 17.5001C10.875 16.9478 11.3227 16.5001 11.875 16.5001H19.875C20.4273 16.5001 20.875 16.9478 20.875 17.5001C20.875 18.0524 20.4273 18.5001 19.875 18.5001H11.875C11.3227 18.5001 10.875 18.0524 10.875 17.5001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.875 7.74988C6.59479 7.74988 3.125 11.2197 3.125 15.4999C3.125 19.7801 6.59479 23.2499 10.875 23.2499C13.0583 23.2499 15.0307 22.3471 16.4393 20.8945C16.7809 20.5422 16.9517 20.366 16.8742 20.1829C16.7967 19.9999 16.5376 19.9999 16.0195 19.9999H11.875C10.4943 19.9999 9.375 18.8806 9.375 17.4999C9.375 16.1192 10.4943 14.9999 11.875 14.9999H17.9697C18.2737 14.9999 18.4258 14.9999 18.5155 14.896C18.6052 14.7921 18.5843 14.6493 18.5423 14.3637C17.9927 10.6221 14.7693 7.74988 10.875 7.74988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-circle-lock-minus-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 7.25C5 4.21243 7.46243 1.75 10.5 1.75C13.5376 1.75 16 4.21243 16 7.25V10.25C16 10.8023 15.5523 11.25 15 11.25C14.4477 11.25 14 10.8023 14 10.25V7.25C14 5.317 12.433 3.75 10.5 3.75C8.567 3.75 7 5.317 7 7.25V10.25C7 10.8023 6.55228 11.25 6 11.25C5.44772 11.25 5 10.8023 5 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5 7.75C6.21979 7.75 2.75 11.2198 2.75 15.5C2.75 19.7802 6.21979 23.25 10.5 23.25C10.7047 23.25 10.9075 23.2421 11.1082 23.2265C11.5679 23.1908 11.7977 23.173 11.8711 23.0121C11.9445 22.8512 11.7876 22.6393 11.4739 22.2155C10.7048 21.1769 10.25 19.8916 10.25 18.5C10.25 15.0482 13.0482 12.25 16.5 12.25C16.9868 12.25 17.2301 12.25 17.3191 12.1155C17.328 12.1021 17.3354 12.0886 17.3421 12.074C17.4087 11.9271 17.2956 11.7468 17.0693 11.3863C15.6986 9.20207 13.2689 7.75 10.5 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 13.75C13.8766 13.75 11.75 15.8766 11.75 18.5C11.75 21.1234 13.8766 23.25 16.5 23.25C19.1234 23.25 21.25 21.1234 21.25 18.5C21.25 15.8766 19.1234 13.75 16.5 13.75ZM15.168 17.75C14.7538 17.75 14.418 18.0858 14.418 18.5C14.418 18.9142 14.7538 19.25 15.168 19.25H17.8346C18.2488 19.25 18.5846 18.9142 18.5846 18.5C18.5846 18.0858 18.2488 17.75 17.8346 17.75H15.168Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 7.25C5 4.21243 7.46243 1.75 10.5 1.75C13.5376 1.75 16 4.21243 16 7.25V10.25C16 10.8023 15.5523 11.25 15 11.25C14.4477 11.25 14 10.8023 14 10.25V7.25C14 5.317 12.433 3.75 10.5 3.75C8.567 3.75 7 5.317 7 7.25V10.25C7 10.8023 6.55228 11.25 6 11.25C5.44772 11.25 5 10.8023 5 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5 7.75C6.21979 7.75 2.75 11.2198 2.75 15.5C2.75 19.7802 6.21979 23.25 10.5 23.25C10.7047 23.25 10.9075 23.2421 11.1082 23.2265C11.5679 23.1908 11.7977 23.173 11.8711 23.0121C11.9445 22.8512 11.7876 22.6393 11.4739 22.2155C10.7048 21.1769 10.25 19.8916 10.25 18.5C10.25 15.0482 13.0482 12.25 16.5 12.25C16.9868 12.25 17.2301 12.25 17.3191 12.1155C17.328 12.1021 17.3354 12.0886 17.3421 12.074C17.4087 11.9271 17.2956 11.7468 17.0693 11.3863C15.6986 9.20207 13.2689 7.75 10.5 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 13.75C13.8766 13.75 11.75 15.8766 11.75 18.5C11.75 21.1234 13.8766 23.25 16.5 23.25C19.1234 23.25 21.25 21.1234 21.25 18.5C21.25 15.8766 19.1234 13.75 16.5 13.75ZM15.168 17.75C14.7538 17.75 14.418 18.0858 14.418 18.5C14.418 18.9142 14.7538 19.25 15.168 19.25H17.8346C18.2488 19.25 18.5846 18.9142 18.5846 18.5C18.5846 18.0858 18.2488 17.75 17.8346 17.75H15.168Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-circle-lock-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.875 7.125C4.875 4.08743 7.33743 1.625 10.375 1.625C13.4126 1.625 15.875 4.08743 15.875 7.125V10.125C15.875 10.6773 15.4273 11.125 14.875 11.125C14.3227 11.125 13.875 10.6773 13.875 10.125V7.125C13.875 5.192 12.308 3.625 10.375 3.625C8.442 3.625 6.875 5.192 6.875 7.125V10.125C6.875 10.6773 6.42728 11.125 5.875 11.125C5.32272 11.125 4.875 10.6773 4.875 10.125V7.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.6679 14.6679C13.0584 14.2774 13.6916 14.2774 14.0821 14.6679L16.875 17.4608L19.6679 14.6679C20.0584 14.2774 20.6916 14.2774 21.0821 14.6679C21.4726 15.0584 21.4726 15.6916 21.0821 16.0821L18.2892 18.875L21.0821 21.6679C21.4726 22.0584 21.4726 22.6916 21.0821 23.0821C20.6916 23.4726 20.0584 23.4726 19.6679 23.0821L16.875 20.2892L14.0821 23.0821C13.6916 23.4726 13.0584 23.4726 12.6679 23.0821C12.2774 22.6916 12.2774 22.0584 12.6679 21.6679L15.4608 18.875L12.6679 16.0821C12.2774 15.6916 12.2774 15.0584 12.6679 14.6679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.375 7.625C6.09479 7.625 2.625 11.0948 2.625 15.375C2.625 19.6552 6.09479 23.125 10.375 23.125C10.5734 23.125 10.6727 23.125 10.7409 23.0868C10.7993 23.0541 10.8337 23.0179 10.8633 22.9579C10.898 22.8878 10.8914 22.7598 10.8783 22.504C10.8433 21.8219 11.0863 21.1282 11.6072 20.6072L12.9152 19.2993C13.1152 19.0993 13.2152 18.9993 13.2152 18.875C13.2152 18.7507 13.1152 18.6507 12.9152 18.4507L11.6072 17.1428C10.6309 16.1665 10.6309 14.5835 11.6072 13.6072C12.5835 12.6309 14.1665 12.6309 15.1428 13.6072L16.4507 14.9152C16.6507 15.1152 16.7507 15.2152 16.875 15.2152C16.9993 15.2152 17.0993 15.1152 17.2993 14.9152L17.8184 14.3961C17.9253 14.2892 17.9787 14.2357 18.0006 14.1641C18.0224 14.0925 18.0087 14.022 17.9811 13.881C17.2848 10.3156 14.1441 7.625 10.375 7.625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.875 7.125C4.875 4.08743 7.33743 1.625 10.375 1.625C13.4126 1.625 15.875 4.08743 15.875 7.125V10.125C15.875 10.6773 15.4273 11.125 14.875 11.125C14.3227 11.125 13.875 10.6773 13.875 10.125V7.125C13.875 5.192 12.308 3.625 10.375 3.625C8.442 3.625 6.875 5.192 6.875 7.125V10.125C6.875 10.6773 6.42728 11.125 5.875 11.125C5.32272 11.125 4.875 10.6773 4.875 10.125V7.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.6679 14.6679C13.0584 14.2774 13.6916 14.2774 14.0821 14.6679L16.875 17.4608L19.6679 14.6679C20.0584 14.2774 20.6916 14.2774 21.0821 14.6679C21.4726 15.0584 21.4726 15.6916 21.0821 16.0821L18.2892 18.875L21.0821 21.6679C21.4726 22.0584 21.4726 22.6916 21.0821 23.0821C20.6916 23.4726 20.0584 23.4726 19.6679 23.0821L16.875 20.2892L14.0821 23.0821C13.6916 23.4726 13.0584 23.4726 12.6679 23.0821C12.2774 22.6916 12.2774 22.0584 12.6679 21.6679L15.4608 18.875L12.6679 16.0821C12.2774 15.6916 12.2774 15.0584 12.6679 14.6679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.375 7.625C6.09479 7.625 2.625 11.0948 2.625 15.375C2.625 19.6552 6.09479 23.125 10.375 23.125C10.5734 23.125 10.6727 23.125 10.7409 23.0868C10.7993 23.0541 10.8337 23.0179 10.8633 22.9579C10.898 22.8878 10.8914 22.7598 10.8783 22.504C10.8433 21.8219 11.0863 21.1282 11.6072 20.6072L12.9152 19.2993C13.1152 19.0993 13.2152 18.9993 13.2152 18.875C13.2152 18.7507 13.1152 18.6507 12.9152 18.4507L11.6072 17.1428C10.6309 16.1665 10.6309 14.5835 11.6072 13.6072C12.5835 12.6309 14.1665 12.6309 15.1428 13.6072L16.4507 14.9152C16.6507 15.1152 16.7507 15.2152 16.875 15.2152C16.9993 15.2152 17.0993 15.1152 17.2993 14.9152L17.8184 14.3961C17.9253 14.2892 17.9787 14.2357 18.0006 14.1641C18.0224 14.0925 18.0087 14.022 17.9811 13.881C17.2848 10.3156 14.1441 7.625 10.375 7.625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-circle-lock-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 7.25C5 4.21243 7.46243 1.75 10.5 1.75C13.5376 1.75 16 4.21243 16 7.25V10.25C16 10.8023 15.5523 11.25 15 11.25C14.4477 11.25 14 10.8023 14 10.25V7.25C14 5.317 12.433 3.75 10.5 3.75C8.567 3.75 7 5.317 7 7.25V10.25C7 10.8023 6.55228 11.25 6 11.25C5.44772 11.25 5 10.8023 5 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5 7.75C6.21979 7.75 2.75 11.2198 2.75 15.5C2.75 19.7802 6.21979 23.25 10.5 23.25C10.7047 23.25 10.9075 23.2421 11.1082 23.2265C11.5679 23.1908 11.7977 23.173 11.8711 23.0121C11.9445 22.8512 11.7876 22.6393 11.4739 22.2155C10.7048 21.1769 10.25 19.8916 10.25 18.5C10.25 15.0482 13.0482 12.25 16.5 12.25C16.9868 12.25 17.2301 12.25 17.3191 12.1155C17.328 12.1021 17.3354 12.0886 17.3421 12.074C17.4087 11.9271 17.2956 11.7468 17.0693 11.3863C15.6986 9.20207 13.2689 7.75 10.5 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 13.75C13.8766 13.75 11.75 15.8766 11.75 18.5C11.75 21.1234 13.8766 23.25 16.5 23.25C19.1234 23.25 21.25 21.1234 21.25 18.5C21.25 15.8766 19.1234 13.75 16.5 13.75ZM16.0306 16.97C15.7379 16.6769 15.263 16.6766 14.97 16.9694C14.6769 17.2621 14.6766 17.737 14.9694 18.03L15.4388 18.5L14.9694 18.97C14.6766 19.263 14.6769 19.7379 14.97 20.0306C15.263 20.3234 15.7379 20.3231 16.0306 20.03L16.4995 19.5606L16.97 20.0306C17.263 20.3234 17.7379 20.3231 18.0306 20.03C18.3234 19.737 18.3231 19.2621 18.03 18.9694L17.5601 18.5L18.03 18.0306C18.3231 17.7379 18.3234 17.263 18.0306 16.97C17.7379 16.6769 17.263 16.6766 16.97 16.9694L16.4995 17.4393L16.0306 16.97Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 7.25C5 4.21243 7.46243 1.75 10.5 1.75C13.5376 1.75 16 4.21243 16 7.25V10.25C16 10.8023 15.5523 11.25 15 11.25C14.4477 11.25 14 10.8023 14 10.25V7.25C14 5.317 12.433 3.75 10.5 3.75C8.567 3.75 7 5.317 7 7.25V10.25C7 10.8023 6.55228 11.25 6 11.25C5.44772 11.25 5 10.8023 5 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5 7.75C6.21979 7.75 2.75 11.2198 2.75 15.5C2.75 19.7802 6.21979 23.25 10.5 23.25C10.7047 23.25 10.9075 23.2421 11.1082 23.2265C11.5679 23.1908 11.7977 23.173 11.8711 23.0121C11.9445 22.8512 11.7876 22.6393 11.4739 22.2155C10.7048 21.1769 10.25 19.8916 10.25 18.5C10.25 15.0482 13.0482 12.25 16.5 12.25C16.9868 12.25 17.2301 12.25 17.3191 12.1155C17.328 12.1021 17.3354 12.0886 17.3421 12.074C17.4087 11.9271 17.2956 11.7468 17.0693 11.3863C15.6986 9.20207 13.2689 7.75 10.5 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 13.75C13.8766 13.75 11.75 15.8766 11.75 18.5C11.75 21.1234 13.8766 23.25 16.5 23.25C19.1234 23.25 21.25 21.1234 21.25 18.5C21.25 15.8766 19.1234 13.75 16.5 13.75ZM16.0306 16.97C15.7379 16.6769 15.263 16.6766 14.97 16.9694C14.6769 17.2621 14.6766 17.737 14.9694 18.03L15.4388 18.5L14.9694 18.97C14.6766 19.263 14.6769 19.7379 14.97 20.0306C15.263 20.3234 15.7379 20.3231 16.0306 20.03L16.4995 19.5606L16.97 20.0306C17.263 20.3234 17.7379 20.3231 18.0306 20.03C18.3234 19.737 18.3231 19.2621 18.03 18.9694L17.5601 18.5L18.03 18.0306C18.3231 17.7379 18.3234 17.263 18.0306 16.97C17.7379 16.6769 17.263 16.6766 16.97 16.9694L16.4995 17.4393L16.0306 16.97Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-circle-password{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.75C7.71979 7.75 4.25 11.2198 4.25 15.5C4.25 19.7802 7.71979 23.25 12 23.25C16.2802 23.25 19.75 19.7802 19.75 15.5C19.75 11.2198 16.2802 7.75 12 7.75ZM10 14.5C9.44772 14.5 9 14.9477 9 15.5C9 16.0523 9.44772 16.5 10 16.5H10.0072C10.5595 16.5 11.0072 16.0523 11.0072 15.5C11.0072 14.9477 10.5595 14.5 10.0072 14.5H10ZM13.9928 14.5C13.4405 14.5 12.9928 14.9477 12.9928 15.5C12.9928 16.0523 13.4405 16.5 13.9928 16.5H14C14.5523 16.5 15 16.0523 15 15.5C15 14.9477 14.5523 14.5 14 14.5H13.9928Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 7.25C6.5 4.21243 8.96243 1.75 12 1.75C15.0376 1.75 17.5 4.21243 17.5 7.25V10.25C17.5 10.8023 17.0523 11.25 16.5 11.25C15.9477 11.25 15.5 10.8023 15.5 10.25V7.25C15.5 5.317 13.933 3.75 12 3.75C10.067 3.75 8.5 5.317 8.5 7.25V10.25C8.5 10.8023 8.05228 11.25 7.5 11.25C6.94772 11.25 6.5 10.8023 6.5 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.75C7.71979 7.75 4.25 11.2198 4.25 15.5C4.25 19.7802 7.71979 23.25 12 23.25C16.2802 23.25 19.75 19.7802 19.75 15.5C19.75 11.2198 16.2802 7.75 12 7.75ZM10 14.5C9.44772 14.5 9 14.9477 9 15.5C9 16.0523 9.44772 16.5 10 16.5H10.0072C10.5595 16.5 11.0072 16.0523 11.0072 15.5C11.0072 14.9477 10.5595 14.5 10.0072 14.5H10ZM13.9928 14.5C13.4405 14.5 12.9928 14.9477 12.9928 15.5C12.9928 16.0523 13.4405 16.5 13.9928 16.5H14C14.5523 16.5 15 16.0523 15 15.5C15 14.9477 14.5523 14.5 14 14.5H13.9928Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 7.25C6.5 4.21243 8.96243 1.75 12 1.75C15.0376 1.75 17.5 4.21243 17.5 7.25V10.25C17.5 10.8023 17.0523 11.25 16.5 11.25C15.9477 11.25 15.5 10.8023 15.5 10.25V7.25C15.5 5.317 13.933 3.75 12 3.75C10.067 3.75 8.5 5.317 8.5 7.25V10.25C8.5 10.8023 8.05228 11.25 7.5 11.25C6.94772 11.25 6.5 10.8023 6.5 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-circle-unlock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 7.25C6.5 4.21243 8.96243 1.75 12 1.75C13.9079 1.75 15.5883 2.72228 16.5732 4.19374C16.8804 4.65269 16.7574 5.27379 16.2985 5.58101C15.8395 5.88822 15.2184 5.76521 14.9112 5.30626C14.2817 4.36575 13.2125 3.75 12 3.75C10.067 3.75 8.5 5.317 8.5 7.25V10.25C8.5 10.8023 8.05228 11.25 7.5 11.25C6.94772 11.25 6.5 10.8023 6.5 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.75C7.71979 7.75 4.25 11.2198 4.25 15.5C4.25 19.7802 7.71979 23.25 12 23.25C16.2802 23.25 19.75 19.7802 19.75 15.5C19.75 11.2198 16.2802 7.75 12 7.75ZM11.9933 14C11.1686 14 10.5 14.6716 10.5 15.5C10.5 16.3284 11.1686 17 11.9933 17H12.0067C12.8314 17 13.5 16.3284 13.5 15.5C13.5 14.6716 12.8314 14 12.0067 14H11.9933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 7.25C6.5 4.21243 8.96243 1.75 12 1.75C13.9079 1.75 15.5883 2.72228 16.5732 4.19374C16.8804 4.65269 16.7574 5.27379 16.2985 5.58101C15.8395 5.88822 15.2184 5.76521 14.9112 5.30626C14.2817 4.36575 13.2125 3.75 12 3.75C10.067 3.75 8.5 5.317 8.5 7.25V10.25C8.5 10.8023 8.05228 11.25 7.5 11.25C6.94772 11.25 6.5 10.8023 6.5 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.75C7.71979 7.75 4.25 11.2198 4.25 15.5C4.25 19.7802 7.71979 23.25 12 23.25C16.2802 23.25 19.75 19.7802 19.75 15.5C19.75 11.2198 16.2802 7.75 12 7.75ZM11.9933 14C11.1686 14 10.5 14.6716 10.5 15.5C10.5 16.3284 11.1686 17 11.9933 17H12.0067C12.8314 17 13.5 16.3284 13.5 15.5C13.5 14.6716 12.8314 14 12.0067 14H11.9933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-circle-unlock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 7.25C6.5 4.21243 8.96243 1.75 12 1.75C13.9079 1.75 15.5883 2.72228 16.5732 4.19374C16.8804 4.65269 16.7574 5.27379 16.2985 5.58101C15.8395 5.88822 15.2184 5.76521 14.9112 5.30626C14.2817 4.36575 13.2125 3.75 12 3.75C10.067 3.75 8.5 5.317 8.5 7.25V10.25C8.5 10.8023 8.05228 11.25 7.5 11.25C6.94772 11.25 6.5 10.8023 6.5 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.75C7.71979 7.75 4.25 11.2198 4.25 15.5C4.25 19.7802 7.71979 23.25 12 23.25C16.2802 23.25 19.75 19.7802 19.75 15.5C19.75 11.2198 16.2802 7.75 12 7.75ZM13 14.5C13 13.9477 12.5523 13.5 12 13.5C11.4477 13.5 11 13.9477 11 14.5V16.5C11 17.0523 11.4477 17.5 12 17.5C12.5523 17.5 13 17.0523 13 16.5V14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 7.25C6.5 4.21243 8.96243 1.75 12 1.75C13.9079 1.75 15.5883 2.72228 16.5732 4.19374C16.8804 4.65269 16.7574 5.27379 16.2985 5.58101C15.8395 5.88822 15.2184 5.76521 14.9112 5.30626C14.2817 4.36575 13.2125 3.75 12 3.75C10.067 3.75 8.5 5.317 8.5 7.25V10.25C8.5 10.8023 8.05228 11.25 7.5 11.25C6.94772 11.25 6.5 10.8023 6.5 10.25V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7.75C7.71979 7.75 4.25 11.2198 4.25 15.5C4.25 19.7802 7.71979 23.25 12 23.25C16.2802 23.25 19.75 19.7802 19.75 15.5C19.75 11.2198 16.2802 7.75 12 7.75ZM13 14.5C13 13.9477 12.5523 13.5 12 13.5C11.4477 13.5 11 13.9477 11 14.5V16.5C11 17.0523 11.4477 17.5 12 17.5C12.5523 17.5 13 17.0523 13 16.5V14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-computer-protection{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0591 1.75H9.98773C8.20243 1.74997 6.76373 1.74995 5.6323 1.90102C4.45788 2.05783 3.46918 2.39323 2.68379 3.17319C1.89817 3.95338 1.56012 4.93595 1.40212 6.10306C1.24995 7.22702 1.24997 8.65604 1.25 10.4287V10.5712C1.24997 12.3439 1.24995 13.773 1.40212 14.8969C1.56012 16.0641 1.89817 17.0466 2.68379 17.8268C3.46918 18.6068 4.45788 18.9422 5.6323 19.099C6.7223 19.2445 8.09745 19.2498 9.79298 19.25C9.81348 19.5807 9.79741 20.0402 9.74783 20.3083C9.68186 20.665 9.64888 20.8434 9.37722 21.0694C9.10556 21.2954 8.83852 21.2954 8.30445 21.2954H7.11399C6.57426 21.2954 6.13672 21.733 6.13672 22.2727C6.13672 22.8124 6.57426 23.25 7.11399 23.25H16.8867C17.4265 23.25 17.864 22.8124 17.864 22.2727C17.864 21.733 17.4265 21.2954 16.8867 21.2954H15.6962C15.1621 21.2954 14.8951 21.2954 14.6234 21.0694C14.3518 20.8434 14.3188 20.665 14.2528 20.3083C14.2032 20.0402 14.1872 19.5807 14.2077 19.25C15.9186 19.2499 17.3047 19.2455 18.4019 19.099C19.5763 18.9422 20.565 18.6068 21.3504 17.8268C22.4297 16.755 22.6725 15.2895 22.7491 13.4571C22.7716 12.9206 22.3526 12.4676 21.8133 12.4453C21.2741 12.423 20.8187 12.8398 20.7963 13.3763C20.7207 15.1845 20.4727 15.951 19.9696 16.4507C19.608 16.8098 19.1002 17.0439 18.1419 17.1718C17.1557 17.3035 15.8486 17.3056 13.9751 17.3056H10.0591C8.18557 17.3056 6.87854 17.3035 5.89229 17.1718C4.93399 17.0439 4.42622 16.8098 4.06466 16.4507C3.70333 16.0918 3.4679 15.5883 3.33917 14.6374C3.20663 13.6584 3.20455 12.3608 3.20455 10.5C3.20455 8.63923 3.20663 7.34162 3.33917 6.3626C3.4679 5.41172 3.70333 4.90815 4.06466 4.54932C4.42622 4.19025 4.93399 3.95614 5.89229 3.82819C6.87854 3.6965 8.18557 3.69445 10.0591 3.69445C10.5989 3.69445 11.0364 3.25917 11.0364 2.72222C11.0364 2.18528 10.5989 1.75 10.0591 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3238 2.32275C15.9098 2.03431 16.6191 1.75 17.5001 1.75C18.381 1.75 19.0905 2.0343 19.6768 2.32271C19.8714 2.41841 20.0421 2.50789 20.1989 2.59005C20.5527 2.77543 20.8354 2.92358 21.1601 3.02196C21.364 3.08373 21.5708 3.14634 21.7152 3.2001C21.8411 3.24694 22.0683 3.33594 22.2434 3.52072C22.3983 3.6843 22.4724 3.86418 22.5156 4.00776C22.5516 4.1276 22.5822 4.28901 22.6046 4.40766C23.2248 7.67405 21.8601 10.8182 18.5212 12.0327C18.2141 12.1445 17.9243 12.25 17.5016 12.25C17.0789 12.25 16.7891 12.1445 16.4821 12.0327C13.1431 10.8183 11.777 7.67434 12.397 4.40771C12.4195 4.28907 12.4501 4.12769 12.4861 4.00785C12.5292 3.86428 12.6033 3.68442 12.7582 3.52085C12.9332 3.33606 13.1605 3.24702 13.2863 3.20018C13.4308 3.1464 13.6375 3.08375 13.8414 3.02195C14.166 2.92359 14.4484 2.7755 14.8018 2.59017C14.9585 2.50799 15.1292 2.41849 15.3238 2.32275Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 15.5C10 14.9477 10.4477 14.5 11 14.5H13C13.5523 14.5 14 14.9477 14 15.5C14 16.0523 13.5523 16.5 13 16.5H11C10.4477 16.5 10 16.0523 10 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0591 1.75H9.98773C8.20243 1.74997 6.76373 1.74995 5.6323 1.90102C4.45788 2.05783 3.46918 2.39323 2.68379 3.17319C1.89817 3.95338 1.56012 4.93595 1.40212 6.10306C1.24995 7.22702 1.24997 8.65604 1.25 10.4287V10.5712C1.24997 12.3439 1.24995 13.773 1.40212 14.8969C1.56012 16.0641 1.89817 17.0466 2.68379 17.8268C3.46918 18.6068 4.45788 18.9422 5.6323 19.099C6.7223 19.2445 8.09745 19.2498 9.79298 19.25C9.81348 19.5807 9.79741 20.0402 9.74783 20.3083C9.68186 20.665 9.64888 20.8434 9.37722 21.0694C9.10556 21.2954 8.83852 21.2954 8.30445 21.2954H7.11399C6.57426 21.2954 6.13672 21.733 6.13672 22.2727C6.13672 22.8124 6.57426 23.25 7.11399 23.25H16.8867C17.4265 23.25 17.864 22.8124 17.864 22.2727C17.864 21.733 17.4265 21.2954 16.8867 21.2954H15.6962C15.1621 21.2954 14.8951 21.2954 14.6234 21.0694C14.3518 20.8434 14.3188 20.665 14.2528 20.3083C14.2032 20.0402 14.1872 19.5807 14.2077 19.25C15.9186 19.2499 17.3047 19.2455 18.4019 19.099C19.5763 18.9422 20.565 18.6068 21.3504 17.8268C22.4297 16.755 22.6725 15.2895 22.7491 13.4571C22.7716 12.9206 22.3526 12.4676 21.8133 12.4453C21.2741 12.423 20.8187 12.8398 20.7963 13.3763C20.7207 15.1845 20.4727 15.951 19.9696 16.4507C19.608 16.8098 19.1002 17.0439 18.1419 17.1718C17.1557 17.3035 15.8486 17.3056 13.9751 17.3056H10.0591C8.18557 17.3056 6.87854 17.3035 5.89229 17.1718C4.93399 17.0439 4.42622 16.8098 4.06466 16.4507C3.70333 16.0918 3.4679 15.5883 3.33917 14.6374C3.20663 13.6584 3.20455 12.3608 3.20455 10.5C3.20455 8.63923 3.20663 7.34162 3.33917 6.3626C3.4679 5.41172 3.70333 4.90815 4.06466 4.54932C4.42622 4.19025 4.93399 3.95614 5.89229 3.82819C6.87854 3.6965 8.18557 3.69445 10.0591 3.69445C10.5989 3.69445 11.0364 3.25917 11.0364 2.72222C11.0364 2.18528 10.5989 1.75 10.0591 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.3238 2.32275C15.9098 2.03431 16.6191 1.75 17.5001 1.75C18.381 1.75 19.0905 2.0343 19.6768 2.32271C19.8714 2.41841 20.0421 2.50789 20.1989 2.59005C20.5527 2.77543 20.8354 2.92358 21.1601 3.02196C21.364 3.08373 21.5708 3.14634 21.7152 3.2001C21.8411 3.24694 22.0683 3.33594 22.2434 3.52072C22.3983 3.6843 22.4724 3.86418 22.5156 4.00776C22.5516 4.1276 22.5822 4.28901 22.6046 4.40766C23.2248 7.67405 21.8601 10.8182 18.5212 12.0327C18.2141 12.1445 17.9243 12.25 17.5016 12.25C17.0789 12.25 16.7891 12.1445 16.4821 12.0327C13.1431 10.8183 11.777 7.67434 12.397 4.40771C12.4195 4.28907 12.4501 4.12769 12.4861 4.00785C12.5292 3.86428 12.6033 3.68442 12.7582 3.52085C12.9332 3.33606 13.1605 3.24702 13.2863 3.20018C13.4308 3.1464 13.6375 3.08375 13.8414 3.02195C14.166 2.92359 14.4484 2.7755 14.8018 2.59017C14.9585 2.50799 15.1292 2.41849 15.3238 2.32275Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 15.5C10 14.9477 10.4477 14.5 11 14.5H13C13.5523 14.5 14 14.9477 14 15.5C14 16.0523 13.5523 16.5 13 16.5H11C10.4477 16.5 10 16.0523 10 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-connect{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.93707 11.4819C7.50512 11.05 6.96007 10.759 6.34472 10.7502C5.72436 10.7413 5.15975 11.021 4.69883 11.4819L3.97297 12.2078C1.91672 14.264 1.70097 17.4638 3.32572 19.7601L1.54289 21.5429C1.15237 21.9334 1.15237 22.5666 1.54289 22.9571C1.93342 23.3476 2.56658 23.3476 2.95711 22.9571L4.73993 21.1743C7.03616 22.799 10.236 22.5833 12.2922 20.527L13.0181 19.8012C13.45 19.3692 13.741 18.8242 13.7498 18.2088C13.7587 17.5885 13.479 17.0239 13.0181 16.5629L7.93707 11.4819Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.4571 3.45711L20.6743 5.23993C22.299 7.53616 22.0833 10.736 20.027 12.7922L19.3012 13.5181C18.8692 13.95 18.3242 14.241 17.7088 14.2498C17.0885 14.2587 16.5239 13.979 16.0629 13.5181L16.0491 13.5042L15.0766 14.4766C14.7121 14.8411 14.1212 14.8411 13.7567 14.4766C13.3922 14.1121 13.3922 13.5212 13.7567 13.1567L14.7291 12.1843L12.3157 9.77087L11.3433 10.7433C10.9788 11.1078 10.3879 11.1078 10.0234 10.7433C9.65888 10.3788 9.65888 9.78786 10.0234 9.42337L10.9958 8.45094L10.9819 8.43707C10.55 8.00512 10.259 7.46007 10.2502 6.84472C10.2413 6.22436 10.521 5.65975 10.9819 5.19883L11.7078 4.47297C13.764 2.41672 16.9638 2.20097 19.2601 3.82572L21.0429 2.04289C21.4334 1.65237 22.0666 1.65237 22.4571 2.04289C22.8476 2.43342 22.8476 3.06658 22.4571 3.45711Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.93707 11.4819C7.50512 11.05 6.96007 10.759 6.34472 10.7502C5.72436 10.7413 5.15975 11.021 4.69883 11.4819L3.97297 12.2078C1.91672 14.264 1.70097 17.4638 3.32572 19.7601L1.54289 21.5429C1.15237 21.9334 1.15237 22.5666 1.54289 22.9571C1.93342 23.3476 2.56658 23.3476 2.95711 22.9571L4.73993 21.1743C7.03616 22.799 10.236 22.5833 12.2922 20.527L13.0181 19.8012C13.45 19.3692 13.741 18.8242 13.7498 18.2088C13.7587 17.5885 13.479 17.0239 13.0181 16.5629L7.93707 11.4819Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.4571 3.45711L20.6743 5.23993C22.299 7.53616 22.0833 10.736 20.027 12.7922L19.3012 13.5181C18.8692 13.95 18.3242 14.241 17.7088 14.2498C17.0885 14.2587 16.5239 13.979 16.0629 13.5181L16.0491 13.5042L15.0766 14.4766C14.7121 14.8411 14.1212 14.8411 13.7567 14.4766C13.3922 14.1121 13.3922 13.5212 13.7567 13.1567L14.7291 12.1843L12.3157 9.77087L11.3433 10.7433C10.9788 11.1078 10.3879 11.1078 10.0234 10.7433C9.65888 10.3788 9.65888 9.78786 10.0234 9.42337L10.9958 8.45094L10.9819 8.43707C10.55 8.00512 10.259 7.46007 10.2502 6.84472C10.2413 6.22436 10.521 5.65975 10.9819 5.19883L11.7078 4.47297C13.764 2.41672 16.9638 2.20097 19.2601 3.82572L21.0429 2.04289C21.4334 1.65237 22.0666 1.65237 22.4571 2.04289C22.8476 2.43342 22.8476 3.06658 22.4571 3.45711Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-door-lock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 22.25C2 21.6977 2.44772 21.25 3 21.25H21C21.5523 21.25 22 21.6977 22 22.25C22 22.8023 21.5523 23.25 21 23.25H3C2.44772 23.25 2 22.8023 2 22.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.57143 1.75C7.6119 1.75 6.79673 1.79303 6.12 1.92311C5.43987 2.05384 4.84449 2.28249 4.37355 2.69457C3.42216 3.52703 3.25 4.86476 3.25 6.5V22.5C3.25 22.9142 3.58579 23.25 4 23.25H20C20.4142 23.25 20.75 22.9142 20.75 22.5V6.5C20.75 4.86477 20.5778 3.52703 19.6264 2.69457C19.1555 2.2825 18.5601 2.05384 17.88 1.92311C17.2033 1.79303 16.3881 1.75 15.4286 1.75H8.57143ZM9.32143 9.89C9.32143 8.41776 10.535 7.25 12 7.25C13.465 7.25 14.6786 8.41776 14.6786 9.89V11.4775C15.3401 12.1408 15.75 13.0503 15.75 14.06C15.75 16.1121 14.0567 17.75 12 17.75C9.94329 17.75 8.25 16.1121 8.25 14.06C8.25 13.0503 8.65995 12.1408 9.32143 11.4775V9.89ZM10.8214 10.5564C11.1927 10.4354 11.5891 10.37 12 10.37C12.4109 10.37 12.8073 10.4354 13.1786 10.5564V9.89C13.1786 9.27461 12.6653 8.75 12 8.75C11.3347 8.75 10.8214 9.27461 10.8214 9.89V10.5564Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 22.25C2 21.6977 2.44772 21.25 3 21.25H21C21.5523 21.25 22 21.6977 22 22.25C22 22.8023 21.5523 23.25 21 23.25H3C2.44772 23.25 2 22.8023 2 22.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.57143 1.75C7.6119 1.75 6.79673 1.79303 6.12 1.92311C5.43987 2.05384 4.84449 2.28249 4.37355 2.69457C3.42216 3.52703 3.25 4.86476 3.25 6.5V22.5C3.25 22.9142 3.58579 23.25 4 23.25H20C20.4142 23.25 20.75 22.9142 20.75 22.5V6.5C20.75 4.86477 20.5778 3.52703 19.6264 2.69457C19.1555 2.2825 18.5601 2.05384 17.88 1.92311C17.2033 1.79303 16.3881 1.75 15.4286 1.75H8.57143ZM9.32143 9.89C9.32143 8.41776 10.535 7.25 12 7.25C13.465 7.25 14.6786 8.41776 14.6786 9.89V11.4775C15.3401 12.1408 15.75 13.0503 15.75 14.06C15.75 16.1121 14.0567 17.75 12 17.75C9.94329 17.75 8.25 16.1121 8.25 14.06C8.25 13.0503 8.65995 12.1408 9.32143 11.4775V9.89ZM10.8214 10.5564C11.1927 10.4354 11.5891 10.37 12 10.37C12.4109 10.37 12.8073 10.4354 13.1786 10.5564V9.89C13.1786 9.27461 12.6653 8.75 12 8.75C11.3347 8.75 10.8214 9.27461 10.8214 9.89V10.5564Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-finger-print-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 13.75C14.8766 13.75 12.75 15.8766 12.75 18.5C12.75 21.1234 14.8766 23.25 17.5 23.25C20.1234 23.25 22.25 21.1234 22.25 18.5C22.25 15.8766 20.1234 13.75 17.5 13.75ZM18.2513 17.168C18.2513 16.7538 17.9155 16.418 17.5013 16.418C17.0871 16.418 16.7513 16.7538 16.7513 17.168V17.7513H16.168C15.7538 17.7513 15.418 18.0871 15.418 18.5013C15.418 18.9155 15.7538 19.2513 16.168 19.2513H16.7513V19.8346C16.7513 20.2488 17.0871 20.5846 17.5013 20.5846C17.9155 20.5846 18.2513 20.2488 18.2513 19.8346V19.2513H18.8346C19.2488 19.2513 19.5846 18.9155 19.5846 18.5013C19.5846 18.0871 19.2488 17.7513 18.8346 17.7513H18.2513V17.168Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.50919 3.24956C9.84631 0.287516 16.1007 1.87059 18.4031 6.61616C18.6385 7.10128 18.4381 7.68635 17.9555 7.92295C17.4729 8.15955 16.8908 7.95809 16.6555 7.47296C14.8861 3.82611 9.98615 2.55504 6.60192 4.8663C6.15779 5.16963 5.55313 5.0536 5.25138 4.60715C4.94963 4.1607 5.06506 3.55288 5.50919 3.24956ZM9.52778 6.63602C9.52778 6.09628 9.96306 5.65873 10.5 5.65873C13.2289 5.65873 15.3611 7.97946 15.3611 10.7407C15.3611 11.2804 14.9258 11.7179 14.3889 11.7179C13.8519 11.7179 13.4167 11.2804 13.4167 10.7407C13.4167 8.96799 12.0667 7.61332 10.5 7.61332C9.96306 7.61332 9.52778 7.17577 9.52778 6.63602ZM3.88107 6.19035C4.36457 6.42509 4.56722 7.00939 4.3337 7.49541C3.92361 8.34892 3.69444 9.30143 3.69444 10.3083V14.6599C3.69444 16.9035 4.83599 18.8958 6.60192 20.1018C7.04606 20.4052 7.16148 21.013 6.85973 21.4594C6.55798 21.9059 5.95333 22.0219 5.50919 21.7186C3.24516 20.1724 1.75 17.592 1.75 14.6599V10.3083C1.75 8.99947 2.04863 7.75704 2.58278 6.64534C2.8163 6.15931 3.39757 5.95561 3.88107 6.19035ZM7.3861 8.09112C7.87531 8.31361 8.09246 8.89261 7.87113 9.38437C7.68745 9.79248 7.58333 10.2517 7.58333 10.7407V14.2589C7.58333 16.0316 8.93332 17.3862 10.5 17.3862C10.6223 17.3862 10.7424 17.3782 10.8599 17.3628C11.3923 17.2927 11.8804 17.6697 11.9501 18.2049C12.0198 18.7401 11.6447 19.2307 11.1123 19.3008C10.9114 19.3273 10.707 19.3408 10.5 19.3408C7.77113 19.3408 5.63889 17.0201 5.63889 14.2589V10.7407C5.63889 9.97052 5.80332 9.2369 6.09957 8.57868C6.3209 8.08693 6.8969 7.86864 7.3861 8.09112ZM18.2778 9.89367C18.8147 9.89367 19.25 10.3312 19.25 10.871V12.0111C19.25 12.5509 18.8147 12.9884 18.2778 12.9884C17.7408 12.9884 17.3056 12.5509 17.3056 12.0111V10.871C17.3056 10.3312 17.7408 9.89367 18.2778 9.89367ZM10.5 10.0565C11.0369 10.0565 11.4722 10.4941 11.4722 11.0338V13.9657C11.4722 14.5055 11.0369 14.943 10.5 14.943C9.96306 14.943 9.52778 14.5055 9.52778 13.9657V11.0338C9.52778 10.4941 9.96306 10.0565 10.5 10.0565ZM12.9122 21.9367C13.016 22.4663 12.6729 22.9801 12.1461 23.0843C11.216 23.2684 10.2414 23.3042 9.25473 23.166C8.72292 23.0915 8.35187 22.5978 8.42597 22.0632C8.50006 21.5286 8.99124 21.1556 9.52305 21.2301C10.2898 21.3375 11.0467 21.3098 11.7706 21.1665C12.2974 21.0623 12.8085 21.4071 12.9122 21.9367Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 13.75C14.8766 13.75 12.75 15.8766 12.75 18.5C12.75 21.1234 14.8766 23.25 17.5 23.25C20.1234 23.25 22.25 21.1234 22.25 18.5C22.25 15.8766 20.1234 13.75 17.5 13.75ZM18.2513 17.168C18.2513 16.7538 17.9155 16.418 17.5013 16.418C17.0871 16.418 16.7513 16.7538 16.7513 17.168V17.7513H16.168C15.7538 17.7513 15.418 18.0871 15.418 18.5013C15.418 18.9155 15.7538 19.2513 16.168 19.2513H16.7513V19.8346C16.7513 20.2488 17.0871 20.5846 17.5013 20.5846C17.9155 20.5846 18.2513 20.2488 18.2513 19.8346V19.2513H18.8346C19.2488 19.2513 19.5846 18.9155 19.5846 18.5013C19.5846 18.0871 19.2488 17.7513 18.8346 17.7513H18.2513V17.168Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.50919 3.24956C9.84631 0.287516 16.1007 1.87059 18.4031 6.61616C18.6385 7.10128 18.4381 7.68635 17.9555 7.92295C17.4729 8.15955 16.8908 7.95809 16.6555 7.47296C14.8861 3.82611 9.98615 2.55504 6.60192 4.8663C6.15779 5.16963 5.55313 5.0536 5.25138 4.60715C4.94963 4.1607 5.06506 3.55288 5.50919 3.24956ZM9.52778 6.63602C9.52778 6.09628 9.96306 5.65873 10.5 5.65873C13.2289 5.65873 15.3611 7.97946 15.3611 10.7407C15.3611 11.2804 14.9258 11.7179 14.3889 11.7179C13.8519 11.7179 13.4167 11.2804 13.4167 10.7407C13.4167 8.96799 12.0667 7.61332 10.5 7.61332C9.96306 7.61332 9.52778 7.17577 9.52778 6.63602ZM3.88107 6.19035C4.36457 6.42509 4.56722 7.00939 4.3337 7.49541C3.92361 8.34892 3.69444 9.30143 3.69444 10.3083V14.6599C3.69444 16.9035 4.83599 18.8958 6.60192 20.1018C7.04606 20.4052 7.16148 21.013 6.85973 21.4594C6.55798 21.9059 5.95333 22.0219 5.50919 21.7186C3.24516 20.1724 1.75 17.592 1.75 14.6599V10.3083C1.75 8.99947 2.04863 7.75704 2.58278 6.64534C2.8163 6.15931 3.39757 5.95561 3.88107 6.19035ZM7.3861 8.09112C7.87531 8.31361 8.09246 8.89261 7.87113 9.38437C7.68745 9.79248 7.58333 10.2517 7.58333 10.7407V14.2589C7.58333 16.0316 8.93332 17.3862 10.5 17.3862C10.6223 17.3862 10.7424 17.3782 10.8599 17.3628C11.3923 17.2927 11.8804 17.6697 11.9501 18.2049C12.0198 18.7401 11.6447 19.2307 11.1123 19.3008C10.9114 19.3273 10.707 19.3408 10.5 19.3408C7.77113 19.3408 5.63889 17.0201 5.63889 14.2589V10.7407C5.63889 9.97052 5.80332 9.2369 6.09957 8.57868C6.3209 8.08693 6.8969 7.86864 7.3861 8.09112ZM18.2778 9.89367C18.8147 9.89367 19.25 10.3312 19.25 10.871V12.0111C19.25 12.5509 18.8147 12.9884 18.2778 12.9884C17.7408 12.9884 17.3056 12.5509 17.3056 12.0111V10.871C17.3056 10.3312 17.7408 9.89367 18.2778 9.89367ZM10.5 10.0565C11.0369 10.0565 11.4722 10.4941 11.4722 11.0338V13.9657C11.4722 14.5055 11.0369 14.943 10.5 14.943C9.96306 14.943 9.52778 14.5055 9.52778 13.9657V11.0338C9.52778 10.4941 9.96306 10.0565 10.5 10.0565ZM12.9122 21.9367C13.016 22.4663 12.6729 22.9801 12.1461 23.0843C11.216 23.2684 10.2414 23.3042 9.25473 23.166C8.72292 23.0915 8.35187 22.5978 8.42597 22.0632C8.50006 21.5286 8.99124 21.1556 9.52305 21.2301C10.2898 21.3375 11.0467 21.3098 11.7706 21.1665C12.2974 21.0623 12.8085 21.4071 12.9122 21.9367Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-finger-print-check{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.50919 3.24968C9.84631 0.287638 16.1007 1.87071 18.4031 6.61628C18.6385 7.1014 18.4381 7.68647 17.9555 7.92308C17.4729 8.15968 16.8908 7.95821 16.6555 7.47309C14.8861 3.82623 9.98615 2.55516 6.60192 4.86643C6.15779 5.16975 5.55313 5.05372 5.25138 4.60727C4.94963 4.16082 5.06506 3.55301 5.50919 3.24968ZM9.52778 6.63615C9.52778 6.0964 9.96306 5.65885 10.5 5.65885C13.2289 5.65885 15.3611 7.97959 15.3611 10.7408C15.3611 11.2805 14.9258 11.7181 14.3889 11.7181C13.8519 11.7181 13.4167 11.2805 13.4167 10.7408C13.4167 8.96811 12.0667 7.61344 10.5 7.61344C9.96306 7.61344 9.52778 7.17589 9.52778 6.63615ZM3.88107 6.19047C4.36457 6.42521 4.56722 7.00951 4.3337 7.49553C3.92361 8.34904 3.69444 9.30155 3.69444 10.3084V14.66C3.69444 16.9036 4.83599 18.8959 6.60192 20.102C7.04606 20.4053 7.16148 21.0131 6.85973 21.4595C6.55798 21.906 5.95333 22.022 5.50919 21.7187C3.24516 20.1725 1.75 17.5921 1.75 14.66V10.3084C1.75 8.99959 2.04863 7.75716 2.58278 6.64546C2.8163 6.15944 3.39757 5.95573 3.88107 6.19047ZM7.3861 8.09124C7.87531 8.31373 8.09246 8.89273 7.87113 9.38449C7.68745 9.79261 7.58333 10.2518 7.58333 10.7408V14.259C7.58333 16.0317 8.93332 17.3864 10.5 17.3864C10.6223 17.3864 10.7424 17.3783 10.8599 17.3629C11.3923 17.2928 11.8804 17.6698 11.9501 18.205C12.0198 18.7402 11.6447 19.2309 11.1123 19.3009C10.9114 19.3274 10.707 19.341 10.5 19.341C7.77113 19.341 5.63889 17.0202 5.63889 14.259V10.7408C5.63889 9.97064 5.80332 9.23702 6.09957 8.57881C6.3209 8.08705 6.8969 7.86876 7.3861 8.09124ZM18.2778 9.89379C18.8147 9.89379 19.25 10.3313 19.25 10.8711V12.0113C19.25 12.551 18.8147 12.9885 18.2778 12.9885C17.7408 12.9885 17.3056 12.551 17.3056 12.0113V10.8711C17.3056 10.3313 17.7408 9.89379 18.2778 9.89379ZM10.5 10.0567C11.0369 10.0567 11.4722 10.4942 11.4722 11.034V13.9658C11.4722 14.5056 11.0369 14.9431 10.5 14.9431C9.96306 14.9431 9.52778 14.5056 9.52778 13.9658V11.034C9.52778 10.4942 9.96306 10.0567 10.5 10.0567ZM12.9122 21.9368C13.016 22.4664 12.6729 22.9802 12.1461 23.0844C11.216 23.2685 10.2414 23.3043 9.25473 23.1661C8.72292 23.0917 8.35187 22.5979 8.42597 22.0633C8.50006 21.5287 8.99124 21.1558 9.52305 21.2302C10.2898 21.3376 11.0467 21.3099 11.7706 21.1667C12.2974 21.0624 12.8085 21.4072 12.9122 21.9368Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 13.75C14.8766 13.75 12.75 15.8766 12.75 18.5C12.75 21.1234 14.8766 23.25 17.5 23.25C20.1234 23.25 22.25 21.1234 22.25 18.5C22.25 15.8766 20.1234 13.75 17.5 13.75ZM19.1903 18.2699C19.555 18.0736 19.6915 17.6187 19.4952 17.254C19.2989 16.8893 18.844 16.7528 18.4793 16.9491C17.8214 17.3033 17.2583 18.0496 16.9274 18.5505C16.8177 18.4627 16.6345 18.3343 16.4911 18.2659C16.1172 18.0876 15.6696 18.2461 15.4912 18.6199C15.3145 18.9903 15.4685 19.4332 15.8349 19.6148C15.8349 19.6148 15.9387 19.6799 15.9977 19.7277C16.1161 19.8235 16.2739 19.98 16.4109 20.2125C16.5515 20.4512 16.8123 20.5929 17.0892 20.5811C17.3658 20.5692 17.6137 20.4053 17.7335 20.1557C17.7547 20.1138 17.8162 19.9933 17.8581 19.9164C17.9423 19.7619 18.0636 19.5516 18.2112 19.3281C18.5289 18.8472 18.8869 18.4333 19.1903 18.2699Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.50919 3.24968C9.84631 0.287638 16.1007 1.87071 18.4031 6.61628C18.6385 7.1014 18.4381 7.68647 17.9555 7.92308C17.4729 8.15968 16.8908 7.95821 16.6555 7.47309C14.8861 3.82623 9.98615 2.55516 6.60192 4.86643C6.15779 5.16975 5.55313 5.05372 5.25138 4.60727C4.94963 4.16082 5.06506 3.55301 5.50919 3.24968ZM9.52778 6.63615C9.52778 6.0964 9.96306 5.65885 10.5 5.65885C13.2289 5.65885 15.3611 7.97959 15.3611 10.7408C15.3611 11.2805 14.9258 11.7181 14.3889 11.7181C13.8519 11.7181 13.4167 11.2805 13.4167 10.7408C13.4167 8.96811 12.0667 7.61344 10.5 7.61344C9.96306 7.61344 9.52778 7.17589 9.52778 6.63615ZM3.88107 6.19047C4.36457 6.42521 4.56722 7.00951 4.3337 7.49553C3.92361 8.34904 3.69444 9.30155 3.69444 10.3084V14.66C3.69444 16.9036 4.83599 18.8959 6.60192 20.102C7.04606 20.4053 7.16148 21.0131 6.85973 21.4595C6.55798 21.906 5.95333 22.022 5.50919 21.7187C3.24516 20.1725 1.75 17.5921 1.75 14.66V10.3084C1.75 8.99959 2.04863 7.75716 2.58278 6.64546C2.8163 6.15944 3.39757 5.95573 3.88107 6.19047ZM7.3861 8.09124C7.87531 8.31373 8.09246 8.89273 7.87113 9.38449C7.68745 9.79261 7.58333 10.2518 7.58333 10.7408V14.259C7.58333 16.0317 8.93332 17.3864 10.5 17.3864C10.6223 17.3864 10.7424 17.3783 10.8599 17.3629C11.3923 17.2928 11.8804 17.6698 11.9501 18.205C12.0198 18.7402 11.6447 19.2309 11.1123 19.3009C10.9114 19.3274 10.707 19.341 10.5 19.341C7.77113 19.341 5.63889 17.0202 5.63889 14.259V10.7408C5.63889 9.97064 5.80332 9.23702 6.09957 8.57881C6.3209 8.08705 6.8969 7.86876 7.3861 8.09124ZM18.2778 9.89379C18.8147 9.89379 19.25 10.3313 19.25 10.8711V12.0113C19.25 12.551 18.8147 12.9885 18.2778 12.9885C17.7408 12.9885 17.3056 12.551 17.3056 12.0113V10.8711C17.3056 10.3313 17.7408 9.89379 18.2778 9.89379ZM10.5 10.0567C11.0369 10.0567 11.4722 10.4942 11.4722 11.034V13.9658C11.4722 14.5056 11.0369 14.9431 10.5 14.9431C9.96306 14.9431 9.52778 14.5056 9.52778 13.9658V11.034C9.52778 10.4942 9.96306 10.0567 10.5 10.0567ZM12.9122 21.9368C13.016 22.4664 12.6729 22.9802 12.1461 23.0844C11.216 23.2685 10.2414 23.3043 9.25473 23.1661C8.72292 23.0917 8.35187 22.5979 8.42597 22.0633C8.50006 21.5287 8.99124 21.1558 9.52305 21.2302C10.2898 21.3376 11.0467 21.3099 11.7706 21.1667C12.2974 21.0624 12.8085 21.4072 12.9122 21.9368Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 13.75C14.8766 13.75 12.75 15.8766 12.75 18.5C12.75 21.1234 14.8766 23.25 17.5 23.25C20.1234 23.25 22.25 21.1234 22.25 18.5C22.25 15.8766 20.1234 13.75 17.5 13.75ZM19.1903 18.2699C19.555 18.0736 19.6915 17.6187 19.4952 17.254C19.2989 16.8893 18.844 16.7528 18.4793 16.9491C17.8214 17.3033 17.2583 18.0496 16.9274 18.5505C16.8177 18.4627 16.6345 18.3343 16.4911 18.2659C16.1172 18.0876 15.6696 18.2461 15.4912 18.6199C15.3145 18.9903 15.4685 19.4332 15.8349 19.6148C15.8349 19.6148 15.9387 19.6799 15.9977 19.7277C16.1161 19.8235 16.2739 19.98 16.4109 20.2125C16.5515 20.4512 16.8123 20.5929 17.0892 20.5811C17.3658 20.5692 17.6137 20.4053 17.7335 20.1557C17.7547 20.1138 17.8162 19.9933 17.8581 19.9164C17.9423 19.7619 18.0636 19.5516 18.2112 19.3281C18.5289 18.8472 18.8869 18.4333 19.1903 18.2699Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-finger-print-minus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 13.75C14.8766 13.75 12.75 15.8766 12.75 18.5C12.75 21.1234 14.8766 23.25 17.5 23.25C20.1234 23.25 22.25 21.1234 22.25 18.5C22.25 15.8766 20.1234 13.75 17.5 13.75ZM16.168 17.75C15.7538 17.75 15.418 18.0858 15.418 18.5C15.418 18.9142 15.7538 19.25 16.168 19.25H18.8346C19.2488 19.25 19.5846 18.9142 19.5846 18.5C19.5846 18.0858 19.2488 17.75 18.8346 17.75H16.168Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.50919 3.24956C9.84631 0.287516 16.1007 1.87059 18.4031 6.61616C18.6385 7.10128 18.4381 7.68635 17.9555 7.92295C17.4729 8.15955 16.8908 7.95809 16.6555 7.47296C14.8861 3.82611 9.98615 2.55504 6.60192 4.8663C6.15779 5.16963 5.55313 5.0536 5.25138 4.60715C4.94963 4.1607 5.06506 3.55288 5.50919 3.24956ZM9.52778 6.63602C9.52778 6.09628 9.96306 5.65873 10.5 5.65873C13.2289 5.65873 15.3611 7.97946 15.3611 10.7407C15.3611 11.2804 14.9258 11.7179 14.3889 11.7179C13.8519 11.7179 13.4167 11.2804 13.4167 10.7407C13.4167 8.96799 12.0667 7.61332 10.5 7.61332C9.96306 7.61332 9.52778 7.17577 9.52778 6.63602ZM3.88107 6.19035C4.36457 6.42509 4.56722 7.00939 4.3337 7.49541C3.92361 8.34892 3.69444 9.30143 3.69444 10.3083V14.6599C3.69444 16.9035 4.83599 18.8958 6.60192 20.1018C7.04606 20.4052 7.16148 21.013 6.85973 21.4594C6.55798 21.9059 5.95333 22.0219 5.50919 21.7186C3.24516 20.1724 1.75 17.592 1.75 14.6599V10.3083C1.75 8.99947 2.04863 7.75704 2.58278 6.64534C2.8163 6.15931 3.39757 5.95561 3.88107 6.19035ZM7.3861 8.09112C7.87531 8.31361 8.09246 8.89261 7.87113 9.38437C7.68745 9.79248 7.58333 10.2517 7.58333 10.7407V14.2589C7.58333 16.0316 8.93332 17.3862 10.5 17.3862C10.6223 17.3862 10.7424 17.3782 10.8599 17.3628C11.3923 17.2927 11.8804 17.6697 11.9501 18.2049C12.0198 18.7401 11.6447 19.2307 11.1123 19.3008C10.9114 19.3273 10.707 19.3408 10.5 19.3408C7.77113 19.3408 5.63889 17.0201 5.63889 14.2589V10.7407C5.63889 9.97052 5.80332 9.2369 6.09957 8.57868C6.3209 8.08693 6.8969 7.86864 7.3861 8.09112ZM18.2778 9.89367C18.8147 9.89367 19.25 10.3312 19.25 10.871V12.0111C19.25 12.5509 18.8147 12.9884 18.2778 12.9884C17.7408 12.9884 17.3056 12.5509 17.3056 12.0111V10.871C17.3056 10.3312 17.7408 9.89367 18.2778 9.89367ZM10.5 10.0565C11.0369 10.0565 11.4722 10.4941 11.4722 11.0338V13.9657C11.4722 14.5055 11.0369 14.943 10.5 14.943C9.96306 14.943 9.52778 14.5055 9.52778 13.9657V11.0338C9.52778 10.4941 9.96306 10.0565 10.5 10.0565ZM12.9122 21.9367C13.016 22.4663 12.6729 22.9801 12.1461 23.0843C11.216 23.2684 10.2414 23.3042 9.25473 23.166C8.72292 23.0915 8.35187 22.5978 8.42597 22.0632C8.50006 21.5286 8.99124 21.1556 9.52305 21.2301C10.2898 21.3375 11.0467 21.3098 11.7706 21.1665C12.2974 21.0623 12.8085 21.4071 12.9122 21.9367Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 13.75C14.8766 13.75 12.75 15.8766 12.75 18.5C12.75 21.1234 14.8766 23.25 17.5 23.25C20.1234 23.25 22.25 21.1234 22.25 18.5C22.25 15.8766 20.1234 13.75 17.5 13.75ZM16.168 17.75C15.7538 17.75 15.418 18.0858 15.418 18.5C15.418 18.9142 15.7538 19.25 16.168 19.25H18.8346C19.2488 19.25 19.5846 18.9142 19.5846 18.5C19.5846 18.0858 19.2488 17.75 18.8346 17.75H16.168Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.50919 3.24956C9.84631 0.287516 16.1007 1.87059 18.4031 6.61616C18.6385 7.10128 18.4381 7.68635 17.9555 7.92295C17.4729 8.15955 16.8908 7.95809 16.6555 7.47296C14.8861 3.82611 9.98615 2.55504 6.60192 4.8663C6.15779 5.16963 5.55313 5.0536 5.25138 4.60715C4.94963 4.1607 5.06506 3.55288 5.50919 3.24956ZM9.52778 6.63602C9.52778 6.09628 9.96306 5.65873 10.5 5.65873C13.2289 5.65873 15.3611 7.97946 15.3611 10.7407C15.3611 11.2804 14.9258 11.7179 14.3889 11.7179C13.8519 11.7179 13.4167 11.2804 13.4167 10.7407C13.4167 8.96799 12.0667 7.61332 10.5 7.61332C9.96306 7.61332 9.52778 7.17577 9.52778 6.63602ZM3.88107 6.19035C4.36457 6.42509 4.56722 7.00939 4.3337 7.49541C3.92361 8.34892 3.69444 9.30143 3.69444 10.3083V14.6599C3.69444 16.9035 4.83599 18.8958 6.60192 20.1018C7.04606 20.4052 7.16148 21.013 6.85973 21.4594C6.55798 21.9059 5.95333 22.0219 5.50919 21.7186C3.24516 20.1724 1.75 17.592 1.75 14.6599V10.3083C1.75 8.99947 2.04863 7.75704 2.58278 6.64534C2.8163 6.15931 3.39757 5.95561 3.88107 6.19035ZM7.3861 8.09112C7.87531 8.31361 8.09246 8.89261 7.87113 9.38437C7.68745 9.79248 7.58333 10.2517 7.58333 10.7407V14.2589C7.58333 16.0316 8.93332 17.3862 10.5 17.3862C10.6223 17.3862 10.7424 17.3782 10.8599 17.3628C11.3923 17.2927 11.8804 17.6697 11.9501 18.2049C12.0198 18.7401 11.6447 19.2307 11.1123 19.3008C10.9114 19.3273 10.707 19.3408 10.5 19.3408C7.77113 19.3408 5.63889 17.0201 5.63889 14.2589V10.7407C5.63889 9.97052 5.80332 9.2369 6.09957 8.57868C6.3209 8.08693 6.8969 7.86864 7.3861 8.09112ZM18.2778 9.89367C18.8147 9.89367 19.25 10.3312 19.25 10.871V12.0111C19.25 12.5509 18.8147 12.9884 18.2778 12.9884C17.7408 12.9884 17.3056 12.5509 17.3056 12.0111V10.871C17.3056 10.3312 17.7408 9.89367 18.2778 9.89367ZM10.5 10.0565C11.0369 10.0565 11.4722 10.4941 11.4722 11.0338V13.9657C11.4722 14.5055 11.0369 14.943 10.5 14.943C9.96306 14.943 9.52778 14.5055 9.52778 13.9657V11.0338C9.52778 10.4941 9.96306 10.0565 10.5 10.0565ZM12.9122 21.9367C13.016 22.4663 12.6729 22.9801 12.1461 23.0843C11.216 23.2684 10.2414 23.3042 9.25473 23.166C8.72292 23.0915 8.35187 22.5978 8.42597 22.0632C8.50006 21.5286 8.99124 21.1556 9.52305 21.2301C10.2898 21.3375 11.0467 21.3098 11.7706 21.1665C12.2974 21.0623 12.8085 21.4071 12.9122 21.9367Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-finger-print-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.50919 3.24956C9.84631 0.287516 16.1007 1.87059 18.4031 6.61616C18.6385 7.10128 18.4381 7.68635 17.9555 7.92295C17.4729 8.15955 16.8908 7.95809 16.6555 7.47296C14.8861 3.82611 9.98615 2.55504 6.60192 4.8663C6.15779 5.16963 5.55313 5.0536 5.25138 4.60715C4.94963 4.1607 5.06506 3.55288 5.50919 3.24956ZM9.52778 6.63602C9.52778 6.09628 9.96306 5.65873 10.5 5.65873C13.2289 5.65873 15.3611 7.97946 15.3611 10.7407C15.3611 11.2804 14.9258 11.7179 14.3889 11.7179C13.8519 11.7179 13.4167 11.2804 13.4167 10.7407C13.4167 8.96799 12.0667 7.61332 10.5 7.61332C9.96306 7.61332 9.52778 7.17577 9.52778 6.63602ZM3.88107 6.19035C4.36457 6.42509 4.56722 7.00939 4.3337 7.49541C3.92361 8.34892 3.69444 9.30143 3.69444 10.3083V14.6599C3.69444 16.9035 4.83599 18.8958 6.60192 20.1018C7.04606 20.4052 7.16148 21.013 6.85973 21.4594C6.55798 21.9059 5.95333 22.0219 5.50919 21.7186C3.24516 20.1724 1.75 17.592 1.75 14.6599V10.3083C1.75 8.99947 2.04863 7.75704 2.58278 6.64534C2.8163 6.15931 3.39757 5.95561 3.88107 6.19035ZM7.3861 8.09112C7.87531 8.31361 8.09246 8.89261 7.87113 9.38437C7.68745 9.79248 7.58333 10.2517 7.58333 10.7407V14.2589C7.58333 16.0316 8.93332 17.3862 10.5 17.3862C10.6223 17.3862 10.7424 17.3782 10.8599 17.3628C11.3923 17.2927 11.8804 17.6697 11.9501 18.2049C12.0198 18.7401 11.6447 19.2307 11.1123 19.3008C10.9114 19.3273 10.707 19.3408 10.5 19.3408C7.77113 19.3408 5.63889 17.0201 5.63889 14.2589V10.7407C5.63889 9.97052 5.80332 9.2369 6.09957 8.57868C6.3209 8.08693 6.8969 7.86864 7.3861 8.09112ZM18.2778 9.89367C18.8147 9.89367 19.25 10.3312 19.25 10.871V12.0111C19.25 12.5509 18.8147 12.9884 18.2778 12.9884C17.7408 12.9884 17.3056 12.5509 17.3056 12.0111V10.871C17.3056 10.3312 17.7408 9.89367 18.2778 9.89367ZM10.5 10.0565C11.0369 10.0565 11.4722 10.4941 11.4722 11.0338V13.9657C11.4722 14.5055 11.0369 14.943 10.5 14.943C9.96306 14.943 9.52778 14.5055 9.52778 13.9657V11.0338C9.52778 10.4941 9.96306 10.0565 10.5 10.0565ZM12.9122 21.9367C13.016 22.4663 12.6729 22.9801 12.1461 23.0843C11.216 23.2684 10.2414 23.3042 9.25473 23.166C8.72292 23.0915 8.35187 22.5978 8.42597 22.0632C8.50006 21.5286 8.99124 21.1556 9.52305 21.2301C10.2898 21.3375 11.0467 21.3098 11.7706 21.1665C12.2974 21.0623 12.8085 21.4071 12.9122 21.9367Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 13.75C14.8766 13.75 12.75 15.8766 12.75 18.5C12.75 21.1234 14.8766 23.25 17.5 23.25C20.1234 23.25 22.25 21.1234 22.25 18.5C22.25 15.8766 20.1234 13.75 17.5 13.75ZM17.0306 16.97C16.7379 16.6769 16.263 16.6766 15.97 16.9694C15.6769 17.2621 15.6766 17.737 15.9694 18.03L16.4388 18.5L15.9694 18.97C15.6766 19.263 15.6769 19.7379 15.97 20.0306C16.263 20.3234 16.7379 20.3231 17.0306 20.03L17.4995 19.5606L17.97 20.0306C18.263 20.3234 18.7379 20.3231 19.0306 20.03C19.3234 19.737 19.3231 19.2621 19.03 18.9694L18.5601 18.5L19.03 18.0306C19.3231 17.7379 19.3234 17.263 19.0306 16.97C18.7379 16.6769 18.263 16.6766 17.97 16.9694L17.4995 17.4393L17.0306 16.97Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.50919 3.24956C9.84631 0.287516 16.1007 1.87059 18.4031 6.61616C18.6385 7.10128 18.4381 7.68635 17.9555 7.92295C17.4729 8.15955 16.8908 7.95809 16.6555 7.47296C14.8861 3.82611 9.98615 2.55504 6.60192 4.8663C6.15779 5.16963 5.55313 5.0536 5.25138 4.60715C4.94963 4.1607 5.06506 3.55288 5.50919 3.24956ZM9.52778 6.63602C9.52778 6.09628 9.96306 5.65873 10.5 5.65873C13.2289 5.65873 15.3611 7.97946 15.3611 10.7407C15.3611 11.2804 14.9258 11.7179 14.3889 11.7179C13.8519 11.7179 13.4167 11.2804 13.4167 10.7407C13.4167 8.96799 12.0667 7.61332 10.5 7.61332C9.96306 7.61332 9.52778 7.17577 9.52778 6.63602ZM3.88107 6.19035C4.36457 6.42509 4.56722 7.00939 4.3337 7.49541C3.92361 8.34892 3.69444 9.30143 3.69444 10.3083V14.6599C3.69444 16.9035 4.83599 18.8958 6.60192 20.1018C7.04606 20.4052 7.16148 21.013 6.85973 21.4594C6.55798 21.9059 5.95333 22.0219 5.50919 21.7186C3.24516 20.1724 1.75 17.592 1.75 14.6599V10.3083C1.75 8.99947 2.04863 7.75704 2.58278 6.64534C2.8163 6.15931 3.39757 5.95561 3.88107 6.19035ZM7.3861 8.09112C7.87531 8.31361 8.09246 8.89261 7.87113 9.38437C7.68745 9.79248 7.58333 10.2517 7.58333 10.7407V14.2589C7.58333 16.0316 8.93332 17.3862 10.5 17.3862C10.6223 17.3862 10.7424 17.3782 10.8599 17.3628C11.3923 17.2927 11.8804 17.6697 11.9501 18.2049C12.0198 18.7401 11.6447 19.2307 11.1123 19.3008C10.9114 19.3273 10.707 19.3408 10.5 19.3408C7.77113 19.3408 5.63889 17.0201 5.63889 14.2589V10.7407C5.63889 9.97052 5.80332 9.2369 6.09957 8.57868C6.3209 8.08693 6.8969 7.86864 7.3861 8.09112ZM18.2778 9.89367C18.8147 9.89367 19.25 10.3312 19.25 10.871V12.0111C19.25 12.5509 18.8147 12.9884 18.2778 12.9884C17.7408 12.9884 17.3056 12.5509 17.3056 12.0111V10.871C17.3056 10.3312 17.7408 9.89367 18.2778 9.89367ZM10.5 10.0565C11.0369 10.0565 11.4722 10.4941 11.4722 11.0338V13.9657C11.4722 14.5055 11.0369 14.943 10.5 14.943C9.96306 14.943 9.52778 14.5055 9.52778 13.9657V11.0338C9.52778 10.4941 9.96306 10.0565 10.5 10.0565ZM12.9122 21.9367C13.016 22.4663 12.6729 22.9801 12.1461 23.0843C11.216 23.2684 10.2414 23.3042 9.25473 23.166C8.72292 23.0915 8.35187 22.5978 8.42597 22.0632C8.50006 21.5286 8.99124 21.1556 9.52305 21.2301C10.2898 21.3375 11.0467 21.3098 11.7706 21.1665C12.2974 21.0623 12.8085 21.4071 12.9122 21.9367Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 13.75C14.8766 13.75 12.75 15.8766 12.75 18.5C12.75 21.1234 14.8766 23.25 17.5 23.25C20.1234 23.25 22.25 21.1234 22.25 18.5C22.25 15.8766 20.1234 13.75 17.5 13.75ZM17.0306 16.97C16.7379 16.6769 16.263 16.6766 15.97 16.9694C15.6769 17.2621 15.6766 17.737 15.9694 18.03L16.4388 18.5L15.9694 18.97C15.6766 19.263 15.6769 19.7379 15.97 20.0306C16.263 20.3234 16.7379 20.3231 17.0306 20.03L17.4995 19.5606L17.97 20.0306C18.263 20.3234 18.7379 20.3231 19.0306 20.03C19.3234 19.737 19.3231 19.2621 19.03 18.9694L18.5601 18.5L19.03 18.0306C19.3231 17.7379 19.3234 17.263 19.0306 16.97C18.7379 16.6769 18.263 16.6766 17.97 16.9694L17.4995 17.4393L17.0306 16.97Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-finger-print-scan{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.18557 2.95052C9.2129 3.50213 8.7879 3.97146 8.23629 3.9988C6.16432 4.10148 5.19943 4.40811 4.55377 5.05377C3.90811 5.69943 3.60148 6.66432 3.4988 8.73629C3.47146 9.2879 3.00213 9.71291 2.45052 9.68557C1.89892 9.65823 1.47391 9.1889 1.50125 8.6373C1.60669 6.50982 1.92267 4.85645 3.13956 3.63956C4.35645 2.42267 6.00982 2.10669 8.13729 2.00125C8.6889 1.97391 9.15823 2.39892 9.18557 2.95052ZM14.8145 2.95052C14.8418 2.39892 15.3111 1.97391 15.8628 2.00125C17.9902 2.10669 19.6436 2.42267 20.8605 3.63956C22.0774 4.85645 22.3934 6.50982 22.4988 8.6373C22.5261 9.1889 22.1011 9.65823 21.5495 9.68557C20.9979 9.71291 20.5286 9.2879 20.5012 8.73629C20.3986 6.66432 20.0919 5.69943 19.4463 5.05377C18.8006 4.40811 17.8357 4.10148 15.7638 3.9988C15.2121 3.97146 14.7871 3.50213 14.8145 2.95052ZM2.45052 15.3145C3.00213 15.2871 3.47146 15.7121 3.4988 16.2638C3.60148 18.3357 3.90811 19.3006 4.55377 19.9463C5.19943 20.5919 6.16432 20.8986 8.23629 21.0012C8.78789 21.0286 9.2129 21.4979 9.18556 22.0495C9.15822 22.6011 8.68889 23.0261 8.13729 22.9988C6.00982 22.8934 4.35645 22.5774 3.13956 21.3605C1.92267 20.1436 1.60669 18.4902 1.50125 16.3628C1.47391 15.8111 1.89892 15.3418 2.45052 15.3145ZM21.5495 15.3145C22.1011 15.3418 22.5261 15.8111 22.4988 16.3628C22.3934 18.4902 22.0774 20.1436 20.8605 21.3605C19.6436 22.5774 17.9902 22.8934 15.8628 22.9988C15.3111 23.0261 14.8418 22.6011 14.8145 22.0495C14.7871 21.4979 15.2121 21.0286 15.7638 21.0012C17.8357 20.8986 18.8006 20.5919 19.4463 19.9463C20.0919 19.3006 20.3986 18.3357 20.5012 16.2638C20.5286 15.7121 20.9979 15.2871 21.5495 15.3145Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4805 5.67304C11.9817 5.32557 13.5846 5.50472 14.9464 6.18391C15.4406 6.43041 15.6414 7.03088 15.3949 7.5251C15.1484 8.01933 14.5479 8.22015 14.0537 7.97366C13.1187 7.50733 11.9921 7.37605 10.9315 7.62152C9.87108 7.86698 9.0082 8.45715 8.50142 9.21537C8.19453 9.67453 7.57351 9.79797 7.11435 9.49108C6.65518 9.18418 6.53174 8.56317 6.83864 8.104C7.65798 6.87812 8.97926 6.02053 10.4805 5.67304ZM16.0321 8.56665C16.5158 8.30013 17.124 8.47621 17.3905 8.95993C17.7857 9.67723 18 10.4762 18 11.2992C18 11.2992 18 11.2992 18 11.2992V14.1807C18 15.6315 17.3174 17.0171 16.1893 17.9917C15.0657 18.9624 13.535 19.5001 12 19.5001C11.4477 19.5001 11 19.0524 11 18.5001C11 17.9478 11.4477 17.5001 12 17.5001C13.0914 17.5001 14.1482 17.112 14.8818 16.4782C15.6108 15.8485 16 14.9988 16 14.1807V11.2992C16 10.8272 15.8777 10.3587 15.6388 9.92508C15.3723 9.44136 15.5483 8.83317 16.0321 8.56665ZM11.4154 9.53064C11.526 8.98954 12.0543 8.64054 12.5954 8.75113C13.6657 8.96988 14.681 9.85825 14.6665 11.0979V11.9783C14.6665 12.5306 14.2188 12.9783 13.6665 12.9783C13.1142 12.9783 12.6665 12.5306 12.6665 11.9783V11.0913L12.6667 11.0756C12.667 11.056 12.6599 10.9961 12.5822 10.9133C12.5037 10.8296 12.3713 10.7467 12.1949 10.7106C11.6538 10.6 11.3048 10.0717 11.4154 9.53064ZM7 10.7784C7.55228 10.7784 8 11.2261 8 11.7784V14.181C7.99964 15.0873 8.47343 16.0348 9.38486 16.6902C9.83323 17.0127 9.93531 17.6376 9.61286 18.0859C9.2904 18.5343 8.66552 18.6364 8.21714 18.3139C6.83412 17.3193 5.9995 15.7915 6 14.181V11.7784C6 11.2261 6.44772 10.7784 7 10.7784ZM10.3335 11.3568C10.8858 11.3568 11.3335 11.8045 11.3335 12.3568V13.8806L11.3334 13.8999C11.3328 13.9274 11.3407 13.9761 11.3923 14.0396C11.4714 14.1373 11.6593 14.2505 11.941 14.2674C12.2201 14.2841 12.4439 14.1964 12.5626 14.0871C12.9689 13.713 13.6016 13.7391 13.9756 14.1454C14.3497 14.5517 14.3236 15.1843 13.9173 15.5584C13.3218 16.1067 12.5285 16.3061 11.8214 16.2638C11.117 16.2216 10.3498 15.9294 9.83889 15.2994C9.51461 14.8996 9.32606 14.4019 9.33355 13.8724V12.3568C9.33355 11.8045 9.78126 11.3568 10.3335 11.3568Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.18557 2.95052C9.2129 3.50213 8.7879 3.97146 8.23629 3.9988C6.16432 4.10148 5.19943 4.40811 4.55377 5.05377C3.90811 5.69943 3.60148 6.66432 3.4988 8.73629C3.47146 9.2879 3.00213 9.71291 2.45052 9.68557C1.89892 9.65823 1.47391 9.1889 1.50125 8.6373C1.60669 6.50982 1.92267 4.85645 3.13956 3.63956C4.35645 2.42267 6.00982 2.10669 8.13729 2.00125C8.6889 1.97391 9.15823 2.39892 9.18557 2.95052ZM14.8145 2.95052C14.8418 2.39892 15.3111 1.97391 15.8628 2.00125C17.9902 2.10669 19.6436 2.42267 20.8605 3.63956C22.0774 4.85645 22.3934 6.50982 22.4988 8.6373C22.5261 9.1889 22.1011 9.65823 21.5495 9.68557C20.9979 9.71291 20.5286 9.2879 20.5012 8.73629C20.3986 6.66432 20.0919 5.69943 19.4463 5.05377C18.8006 4.40811 17.8357 4.10148 15.7638 3.9988C15.2121 3.97146 14.7871 3.50213 14.8145 2.95052ZM2.45052 15.3145C3.00213 15.2871 3.47146 15.7121 3.4988 16.2638C3.60148 18.3357 3.90811 19.3006 4.55377 19.9463C5.19943 20.5919 6.16432 20.8986 8.23629 21.0012C8.78789 21.0286 9.2129 21.4979 9.18556 22.0495C9.15822 22.6011 8.68889 23.0261 8.13729 22.9988C6.00982 22.8934 4.35645 22.5774 3.13956 21.3605C1.92267 20.1436 1.60669 18.4902 1.50125 16.3628C1.47391 15.8111 1.89892 15.3418 2.45052 15.3145ZM21.5495 15.3145C22.1011 15.3418 22.5261 15.8111 22.4988 16.3628C22.3934 18.4902 22.0774 20.1436 20.8605 21.3605C19.6436 22.5774 17.9902 22.8934 15.8628 22.9988C15.3111 23.0261 14.8418 22.6011 14.8145 22.0495C14.7871 21.4979 15.2121 21.0286 15.7638 21.0012C17.8357 20.8986 18.8006 20.5919 19.4463 19.9463C20.0919 19.3006 20.3986 18.3357 20.5012 16.2638C20.5286 15.7121 20.9979 15.2871 21.5495 15.3145Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4805 5.67304C11.9817 5.32557 13.5846 5.50472 14.9464 6.18391C15.4406 6.43041 15.6414 7.03088 15.3949 7.5251C15.1484 8.01933 14.5479 8.22015 14.0537 7.97366C13.1187 7.50733 11.9921 7.37605 10.9315 7.62152C9.87108 7.86698 9.0082 8.45715 8.50142 9.21537C8.19453 9.67453 7.57351 9.79797 7.11435 9.49108C6.65518 9.18418 6.53174 8.56317 6.83864 8.104C7.65798 6.87812 8.97926 6.02053 10.4805 5.67304ZM16.0321 8.56665C16.5158 8.30013 17.124 8.47621 17.3905 8.95993C17.7857 9.67723 18 10.4762 18 11.2992C18 11.2992 18 11.2992 18 11.2992V14.1807C18 15.6315 17.3174 17.0171 16.1893 17.9917C15.0657 18.9624 13.535 19.5001 12 19.5001C11.4477 19.5001 11 19.0524 11 18.5001C11 17.9478 11.4477 17.5001 12 17.5001C13.0914 17.5001 14.1482 17.112 14.8818 16.4782C15.6108 15.8485 16 14.9988 16 14.1807V11.2992C16 10.8272 15.8777 10.3587 15.6388 9.92508C15.3723 9.44136 15.5483 8.83317 16.0321 8.56665ZM11.4154 9.53064C11.526 8.98954 12.0543 8.64054 12.5954 8.75113C13.6657 8.96988 14.681 9.85825 14.6665 11.0979V11.9783C14.6665 12.5306 14.2188 12.9783 13.6665 12.9783C13.1142 12.9783 12.6665 12.5306 12.6665 11.9783V11.0913L12.6667 11.0756C12.667 11.056 12.6599 10.9961 12.5822 10.9133C12.5037 10.8296 12.3713 10.7467 12.1949 10.7106C11.6538 10.6 11.3048 10.0717 11.4154 9.53064ZM7 10.7784C7.55228 10.7784 8 11.2261 8 11.7784V14.181C7.99964 15.0873 8.47343 16.0348 9.38486 16.6902C9.83323 17.0127 9.93531 17.6376 9.61286 18.0859C9.2904 18.5343 8.66552 18.6364 8.21714 18.3139C6.83412 17.3193 5.9995 15.7915 6 14.181V11.7784C6 11.2261 6.44772 10.7784 7 10.7784ZM10.3335 11.3568C10.8858 11.3568 11.3335 11.8045 11.3335 12.3568V13.8806L11.3334 13.8999C11.3328 13.9274 11.3407 13.9761 11.3923 14.0396C11.4714 14.1373 11.6593 14.2505 11.941 14.2674C12.2201 14.2841 12.4439 14.1964 12.5626 14.0871C12.9689 13.713 13.6016 13.7391 13.9756 14.1454C14.3497 14.5517 14.3236 15.1843 13.9173 15.5584C13.3218 16.1067 12.5285 16.3061 11.8214 16.2638C11.117 16.2216 10.3498 15.9294 9.83889 15.2994C9.51461 14.8996 9.32606 14.4019 9.33355 13.8724V12.3568C9.33355 11.8045 9.78126 11.3568 10.3335 11.3568Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-finger-print{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00919 3.24945C11.3463 0.287381 17.6007 1.87047 19.9031 6.61608C20.1385 7.10121 19.9381 7.68628 19.4555 7.92289C18.9729 8.15949 18.3908 7.95802 18.1555 7.47289C16.3861 3.826 11.4862 2.55492 8.10192 4.86621C7.65779 5.16954 7.05313 5.05351 6.75138 4.60705C6.44963 4.1606 6.56506 3.55278 7.00919 3.24945ZM11.0278 6.63595C11.0278 6.0962 11.4631 5.65864 12 5.65864C14.7289 5.65864 16.8611 7.9794 16.8611 10.7406C16.8611 11.2804 16.4258 11.7179 15.8889 11.7179C15.3519 11.7179 14.9167 11.2804 14.9167 10.7406C14.9167 8.96793 13.5667 7.61325 12 7.61325C11.4631 7.61325 11.0278 7.17569 11.0278 6.63595ZM5.38107 6.19027C5.86457 6.42501 6.06722 7.00931 5.8337 7.49534C5.42361 8.34886 5.19444 9.30137 5.19444 10.3082V14.6599C5.19444 16.9035 6.33599 18.8958 8.10192 20.1019C8.54606 20.4052 8.66148 21.013 8.35973 21.4595C8.05798 21.9059 7.45333 22.022 7.00919 21.7186C4.74516 20.1724 3.25 17.592 3.25 14.6599V10.3082C3.25 8.99941 3.54863 7.75697 4.08278 6.64526C4.3163 6.15923 4.89757 5.95552 5.38107 6.19027ZM8.8861 8.09106C9.37531 8.31354 9.59246 8.89255 9.37113 9.38432C9.18745 9.79243 9.08333 10.2517 9.08333 10.7406V14.2589C9.08333 16.0316 10.4333 17.3863 12 17.3863C13.5667 17.3863 14.9167 16.0316 14.9167 14.2589C14.9167 13.7191 15.3519 13.2816 15.8889 13.2816C16.4258 13.2816 16.8611 13.7191 16.8611 14.2589C16.8611 17.0201 14.7289 19.3409 12 19.3409C9.27113 19.3409 7.13889 17.0201 7.13889 14.2589V10.7406C7.13889 9.97048 7.30332 9.23684 7.59957 8.57862C7.8209 8.08686 8.3969 7.86857 8.8861 8.09106ZM19.7778 9.89362C20.3147 9.89362 20.75 10.3312 20.75 10.8709V14.6599C20.75 19.8654 15.9012 23.8869 10.7547 23.1661C10.2229 23.0916 9.85187 22.5979 9.92597 22.0633C10.0001 21.5287 10.4912 21.1557 11.023 21.2302C15.0675 21.7966 18.8056 18.6114 18.8056 14.6599V10.8709C18.8056 10.3312 19.2408 9.89362 19.7778 9.89362ZM12 10.0565C12.5369 10.0565 12.9722 10.4941 12.9722 11.0338V13.9657C12.9722 14.5055 12.5369 14.943 12 14.943C11.4631 14.943 11.0278 14.5055 11.0278 13.9657V11.0338C11.0278 10.4941 11.4631 10.0565 12 10.0565Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00919 3.24945C11.3463 0.287381 17.6007 1.87047 19.9031 6.61608C20.1385 7.10121 19.9381 7.68628 19.4555 7.92289C18.9729 8.15949 18.3908 7.95802 18.1555 7.47289C16.3861 3.826 11.4862 2.55492 8.10192 4.86621C7.65779 5.16954 7.05313 5.05351 6.75138 4.60705C6.44963 4.1606 6.56506 3.55278 7.00919 3.24945ZM11.0278 6.63595C11.0278 6.0962 11.4631 5.65864 12 5.65864C14.7289 5.65864 16.8611 7.9794 16.8611 10.7406C16.8611 11.2804 16.4258 11.7179 15.8889 11.7179C15.3519 11.7179 14.9167 11.2804 14.9167 10.7406C14.9167 8.96793 13.5667 7.61325 12 7.61325C11.4631 7.61325 11.0278 7.17569 11.0278 6.63595ZM5.38107 6.19027C5.86457 6.42501 6.06722 7.00931 5.8337 7.49534C5.42361 8.34886 5.19444 9.30137 5.19444 10.3082V14.6599C5.19444 16.9035 6.33599 18.8958 8.10192 20.1019C8.54606 20.4052 8.66148 21.013 8.35973 21.4595C8.05798 21.9059 7.45333 22.022 7.00919 21.7186C4.74516 20.1724 3.25 17.592 3.25 14.6599V10.3082C3.25 8.99941 3.54863 7.75697 4.08278 6.64526C4.3163 6.15923 4.89757 5.95552 5.38107 6.19027ZM8.8861 8.09106C9.37531 8.31354 9.59246 8.89255 9.37113 9.38432C9.18745 9.79243 9.08333 10.2517 9.08333 10.7406V14.2589C9.08333 16.0316 10.4333 17.3863 12 17.3863C13.5667 17.3863 14.9167 16.0316 14.9167 14.2589C14.9167 13.7191 15.3519 13.2816 15.8889 13.2816C16.4258 13.2816 16.8611 13.7191 16.8611 14.2589C16.8611 17.0201 14.7289 19.3409 12 19.3409C9.27113 19.3409 7.13889 17.0201 7.13889 14.2589V10.7406C7.13889 9.97048 7.30332 9.23684 7.59957 8.57862C7.8209 8.08686 8.3969 7.86857 8.8861 8.09106ZM19.7778 9.89362C20.3147 9.89362 20.75 10.3312 20.75 10.8709V14.6599C20.75 19.8654 15.9012 23.8869 10.7547 23.1661C10.2229 23.0916 9.85187 22.5979 9.92597 22.0633C10.0001 21.5287 10.4912 21.1557 11.023 21.2302C15.0675 21.7966 18.8056 18.6114 18.8056 14.6599V10.8709C18.8056 10.3312 19.2408 9.89362 19.7778 9.89362ZM12 10.0565C12.5369 10.0565 12.9722 10.4941 12.9722 11.0338V13.9657C12.9722 14.5055 12.5369 14.943 12 14.943C11.4631 14.943 11.0278 14.5055 11.0278 13.9657V11.0338C11.0278 10.4941 11.4631 10.0565 12 10.0565Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-fire-security{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.2188 16.1106V15.525C20.2188 14.0125 19.0213 12.75 17.5 12.75C15.9787 12.75 14.7813 14.0125 14.7813 15.525V16.1106C14.0256 16.4237 13.4824 17.141 13.3735 17.9725C13.308 18.4731 13.25 19.0139 13.25 19.575C13.25 20.1361 13.308 20.6769 13.3735 21.1775C13.5154 22.2614 14.3954 23.1513 15.5219 23.2046C16.1538 23.2345 16.7952 23.25 17.5 23.25C18.2048 23.25 18.8462 23.2345 19.4781 23.2046C20.6046 23.1513 21.4846 22.2615 21.6265 21.1775C21.692 20.6769 21.75 20.1361 21.75 19.575C21.75 19.0139 21.692 18.4731 21.6265 17.9725C21.5176 17.141 20.9744 16.4237 20.2188 16.1106ZM16.2812 15.525C16.2812 14.8008 16.8467 14.25 17.5 14.25C18.1533 14.25 18.7188 14.8008 18.7188 15.525V15.9167C18.3277 15.9057 17.9254 15.9 17.5 15.9C17.0746 15.9 16.6723 15.9057 16.2812 15.9167V15.525Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.81 2.88343C11.758 2.7123 11.7056 2.47694 11.6874 2.39321C11.6472 2.11412 11.4538 1.88101 11.1868 1.79007C10.9194 1.69896 10.6234 1.76594 10.4211 1.96332C10.146 2.23189 9.88052 2.56013 9.67156 2.83138C9.25478 3.37241 8.72701 4.15599 8.2853 5.12696C7.61241 6.6061 7.13216 8.5424 7.56823 10.7055C7.64368 11.0798 7.6814 11.2669 7.54104 11.3342C7.40068 11.4015 7.29494 11.2747 7.08346 11.0211C7.02068 10.9458 6.95946 10.8656 6.89968 10.7807C6.37569 10.0366 6.06462 9.05205 5.9485 8.3735C5.89694 8.07223 5.66771 7.83238 5.36907 7.76725C5.07044 7.70211 4.76215 7.82472 4.58982 8.07716C3.30262 9.9627 2.25 12.1973 2.25 14.5C2.25 19.3276 6.13803 23.25 10.945 23.25H11.855C12.1978 23.25 12.3692 23.25 12.428 23.1562C12.4867 23.0624 12.4051 22.894 12.2418 22.5572C12.0621 22.1865 11.9404 21.7864 11.8862 21.3722C11.818 20.8513 11.75 20.2343 11.75 19.575C11.75 18.9157 11.818 18.2987 11.8862 17.7778C12.0081 16.8465 12.4655 15.9951 13.1536 15.3849C13.2212 15.3249 13.255 15.295 13.2722 15.2614C13.2894 15.2278 13.2938 15.1832 13.3028 15.0941C13.5141 12.9857 15.2585 11.25 17.5 11.25C17.6663 11.25 17.83 11.2596 17.9904 11.2781C18.2836 11.312 18.4302 11.329 18.4978 11.2254C18.5654 11.1217 18.5046 11.018 18.383 10.8107C17.8715 9.93815 16.7241 9.18444 16.3731 8.90955C14.2265 7.22839 13.0528 5.56303 12.4173 4.34139C12.0989 3.72928 11.9141 3.22563 11.81 2.88343Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.2188 16.1106V15.525C20.2188 14.0125 19.0213 12.75 17.5 12.75C15.9787 12.75 14.7813 14.0125 14.7813 15.525V16.1106C14.0256 16.4237 13.4824 17.141 13.3735 17.9725C13.308 18.4731 13.25 19.0139 13.25 19.575C13.25 20.1361 13.308 20.6769 13.3735 21.1775C13.5154 22.2614 14.3954 23.1513 15.5219 23.2046C16.1538 23.2345 16.7952 23.25 17.5 23.25C18.2048 23.25 18.8462 23.2345 19.4781 23.2046C20.6046 23.1513 21.4846 22.2615 21.6265 21.1775C21.692 20.6769 21.75 20.1361 21.75 19.575C21.75 19.0139 21.692 18.4731 21.6265 17.9725C21.5176 17.141 20.9744 16.4237 20.2188 16.1106ZM16.2812 15.525C16.2812 14.8008 16.8467 14.25 17.5 14.25C18.1533 14.25 18.7188 14.8008 18.7188 15.525V15.9167C18.3277 15.9057 17.9254 15.9 17.5 15.9C17.0746 15.9 16.6723 15.9057 16.2812 15.9167V15.525Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.81 2.88343C11.758 2.7123 11.7056 2.47694 11.6874 2.39321C11.6472 2.11412 11.4538 1.88101 11.1868 1.79007C10.9194 1.69896 10.6234 1.76594 10.4211 1.96332C10.146 2.23189 9.88052 2.56013 9.67156 2.83138C9.25478 3.37241 8.72701 4.15599 8.2853 5.12696C7.61241 6.6061 7.13216 8.5424 7.56823 10.7055C7.64368 11.0798 7.6814 11.2669 7.54104 11.3342C7.40068 11.4015 7.29494 11.2747 7.08346 11.0211C7.02068 10.9458 6.95946 10.8656 6.89968 10.7807C6.37569 10.0366 6.06462 9.05205 5.9485 8.3735C5.89694 8.07223 5.66771 7.83238 5.36907 7.76725C5.07044 7.70211 4.76215 7.82472 4.58982 8.07716C3.30262 9.9627 2.25 12.1973 2.25 14.5C2.25 19.3276 6.13803 23.25 10.945 23.25H11.855C12.1978 23.25 12.3692 23.25 12.428 23.1562C12.4867 23.0624 12.4051 22.894 12.2418 22.5572C12.0621 22.1865 11.9404 21.7864 11.8862 21.3722C11.818 20.8513 11.75 20.2343 11.75 19.575C11.75 18.9157 11.818 18.2987 11.8862 17.7778C12.0081 16.8465 12.4655 15.9951 13.1536 15.3849C13.2212 15.3249 13.255 15.295 13.2722 15.2614C13.2894 15.2278 13.2938 15.1832 13.3028 15.0941C13.5141 12.9857 15.2585 11.25 17.5 11.25C17.6663 11.25 17.83 11.2596 17.9904 11.2781C18.2836 11.312 18.4302 11.329 18.4978 11.2254C18.5654 11.1217 18.5046 11.018 18.383 10.8107C17.8715 9.93815 16.7241 9.18444 16.3731 8.90955C14.2265 7.22839 13.0528 5.56303 12.4173 4.34139C12.0989 3.72928 11.9141 3.22563 11.81 2.88343Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-firewall{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 14.35C11.25 14.0672 11.25 13.9257 11.1621 13.8379C11.0743 13.75 10.9328 13.75 10.65 13.75H4.95063H4.95058H4.95053C4.28571 13.75 3.71288 13.7499 3.25416 13.8116C2.76252 13.8777 2.29126 14.0268 1.90901 14.409C1.52677 14.7913 1.37771 15.2625 1.31161 15.7542C1.24994 16.2129 1.24997 16.7857 1.25 17.4505V17.4506V17.4506C1.25 17.616 1.38403 17.75 1.54937 17.75L10.65 17.75C10.9328 17.75 11.0743 17.75 11.1621 17.6621C11.25 17.5743 11.25 17.4328 11.25 17.15L11.25 14.35ZM1.54938 19.25C1.38404 19.25 1.25 19.384 1.25 19.5494V19.5494V19.5495C1.24997 20.2143 1.24994 20.7871 1.31161 21.2458C1.37771 21.7375 1.52677 22.2087 1.90902 22.591C2.29126 22.9732 2.76252 23.1223 3.25416 23.1884C3.7129 23.2501 4.28576 23.25 4.95061 23.25H4.95062H4.95064H5.65C5.93284 23.25 6.07427 23.25 6.16213 23.1621C6.25 23.0743 6.25 22.9329 6.25 22.65L6.25 19.85C6.25 19.5672 6.25 19.4257 6.16213 19.3379C6.07427 19.25 5.93285 19.25 5.65 19.25H1.54938ZM7.75 22.65C7.75 22.9329 7.75 23.0743 7.83787 23.1621C7.92574 23.25 8.06716 23.25 8.35 23.25L15.65 23.25C15.9328 23.25 16.0743 23.25 16.1621 23.1621C16.25 23.0743 16.25 22.9328 16.25 22.65V19.85C16.25 19.5672 16.25 19.4257 16.1621 19.3379C16.0743 19.25 15.9328 19.25 15.65 19.25L8.35 19.25C8.06716 19.25 7.92574 19.25 7.83787 19.3379C7.75 19.4257 7.75 19.5672 7.75 19.85L7.75 22.65ZM17.75 22.65C17.75 22.9329 17.75 23.0743 17.8379 23.1621C17.9257 23.25 18.0672 23.25 18.35 23.25H19.0494C19.7142 23.25 20.2871 23.2501 20.7458 23.1884C21.2375 23.1223 21.7087 22.9732 22.091 22.591C22.4732 22.2087 22.6223 21.7375 22.6884 21.2458C22.7501 20.7871 22.75 20.2142 22.75 19.5494C22.75 19.384 22.616 19.25 22.4506 19.25L18.35 19.25C18.0672 19.25 17.9257 19.25 17.8379 19.3379C17.75 19.4257 17.75 19.5672 17.75 19.85L17.75 22.65ZM22.4506 17.75C22.616 17.75 22.75 17.616 22.75 17.4506C22.75 16.7858 22.7501 16.2129 22.6884 15.7542C22.6223 15.2625 22.4732 14.7913 22.091 14.409C21.7087 14.0268 21.2375 13.8777 20.7458 13.8116C20.2871 13.7499 19.7143 13.75 19.0495 13.75H19.0494H19.0494H13.35C13.0672 13.75 12.9257 13.75 12.8379 13.8379C12.75 13.9257 12.75 14.0672 12.75 14.35L12.75 17.15C12.75 17.4328 12.75 17.5743 12.8379 17.6621C12.9257 17.75 13.0672 17.75 13.35 17.75L22.4506 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.2539 1.79428C12.5101 1.88643 12.6961 2.11008 12.7401 2.37842C12.7549 2.44001 12.7972 2.61177 12.8411 2.74314C12.9291 3.00574 13.0871 3.39776 13.3618 3.87718C13.9095 4.8332 14.9296 6.15181 16.8097 7.4888C18.3611 8.59202 19.5912 10.1497 19.5912 12C19.5912 12.4142 19.2554 12.75 18.8412 12.75L5.03516 12.75C4.62094 12.75 4.28516 12.4142 4.28516 12C4.28516 11.1082 4.56077 10.1493 4.93855 9.27405C5.32002 8.3902 5.82853 7.53899 6.34706 6.84931C6.52562 6.61181 6.82756 6.50212 7.11692 6.56963C7.40629 6.63713 7.62852 6.8691 7.68356 7.1611C7.78156 7.68107 8.04596 8.44004 8.48828 9.01039C8.55298 9.09381 8.58532 9.13552 8.64651 9.15396C8.73188 9.17968 8.84526 9.12995 8.88417 9.04972C8.91205 8.99222 8.90031 8.92261 8.87683 8.7834C8.59796 7.1297 9.01801 5.65102 9.58763 4.51406C9.98453 3.72187 10.4576 3.08458 10.8296 2.64606C11.0164 2.42592 11.2609 2.15295 11.5026 1.93874C11.7078 1.75687 11.9959 1.70147 12.2539 1.79428Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 14.35C11.25 14.0672 11.25 13.9257 11.1621 13.8379C11.0743 13.75 10.9328 13.75 10.65 13.75H4.95063H4.95058H4.95053C4.28571 13.75 3.71288 13.7499 3.25416 13.8116C2.76252 13.8777 2.29126 14.0268 1.90901 14.409C1.52677 14.7913 1.37771 15.2625 1.31161 15.7542C1.24994 16.2129 1.24997 16.7857 1.25 17.4505V17.4506V17.4506C1.25 17.616 1.38403 17.75 1.54937 17.75L10.65 17.75C10.9328 17.75 11.0743 17.75 11.1621 17.6621C11.25 17.5743 11.25 17.4328 11.25 17.15L11.25 14.35ZM1.54938 19.25C1.38404 19.25 1.25 19.384 1.25 19.5494V19.5494V19.5495C1.24997 20.2143 1.24994 20.7871 1.31161 21.2458C1.37771 21.7375 1.52677 22.2087 1.90902 22.591C2.29126 22.9732 2.76252 23.1223 3.25416 23.1884C3.7129 23.2501 4.28576 23.25 4.95061 23.25H4.95062H4.95064H5.65C5.93284 23.25 6.07427 23.25 6.16213 23.1621C6.25 23.0743 6.25 22.9329 6.25 22.65L6.25 19.85C6.25 19.5672 6.25 19.4257 6.16213 19.3379C6.07427 19.25 5.93285 19.25 5.65 19.25H1.54938ZM7.75 22.65C7.75 22.9329 7.75 23.0743 7.83787 23.1621C7.92574 23.25 8.06716 23.25 8.35 23.25L15.65 23.25C15.9328 23.25 16.0743 23.25 16.1621 23.1621C16.25 23.0743 16.25 22.9328 16.25 22.65V19.85C16.25 19.5672 16.25 19.4257 16.1621 19.3379C16.0743 19.25 15.9328 19.25 15.65 19.25L8.35 19.25C8.06716 19.25 7.92574 19.25 7.83787 19.3379C7.75 19.4257 7.75 19.5672 7.75 19.85L7.75 22.65ZM17.75 22.65C17.75 22.9329 17.75 23.0743 17.8379 23.1621C17.9257 23.25 18.0672 23.25 18.35 23.25H19.0494C19.7142 23.25 20.2871 23.2501 20.7458 23.1884C21.2375 23.1223 21.7087 22.9732 22.091 22.591C22.4732 22.2087 22.6223 21.7375 22.6884 21.2458C22.7501 20.7871 22.75 20.2142 22.75 19.5494C22.75 19.384 22.616 19.25 22.4506 19.25L18.35 19.25C18.0672 19.25 17.9257 19.25 17.8379 19.3379C17.75 19.4257 17.75 19.5672 17.75 19.85L17.75 22.65ZM22.4506 17.75C22.616 17.75 22.75 17.616 22.75 17.4506C22.75 16.7858 22.7501 16.2129 22.6884 15.7542C22.6223 15.2625 22.4732 14.7913 22.091 14.409C21.7087 14.0268 21.2375 13.8777 20.7458 13.8116C20.2871 13.7499 19.7143 13.75 19.0495 13.75H19.0494H19.0494H13.35C13.0672 13.75 12.9257 13.75 12.8379 13.8379C12.75 13.9257 12.75 14.0672 12.75 14.35L12.75 17.15C12.75 17.4328 12.75 17.5743 12.8379 17.6621C12.9257 17.75 13.0672 17.75 13.35 17.75L22.4506 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.2539 1.79428C12.5101 1.88643 12.6961 2.11008 12.7401 2.37842C12.7549 2.44001 12.7972 2.61177 12.8411 2.74314C12.9291 3.00574 13.0871 3.39776 13.3618 3.87718C13.9095 4.8332 14.9296 6.15181 16.8097 7.4888C18.3611 8.59202 19.5912 10.1497 19.5912 12C19.5912 12.4142 19.2554 12.75 18.8412 12.75L5.03516 12.75C4.62094 12.75 4.28516 12.4142 4.28516 12C4.28516 11.1082 4.56077 10.1493 4.93855 9.27405C5.32002 8.3902 5.82853 7.53899 6.34706 6.84931C6.52562 6.61181 6.82756 6.50212 7.11692 6.56963C7.40629 6.63713 7.62852 6.8691 7.68356 7.1611C7.78156 7.68107 8.04596 8.44004 8.48828 9.01039C8.55298 9.09381 8.58532 9.13552 8.64651 9.15396C8.73188 9.17968 8.84526 9.12995 8.88417 9.04972C8.91205 8.99222 8.90031 8.92261 8.87683 8.7834C8.59796 7.1297 9.01801 5.65102 9.58763 4.51406C9.98453 3.72187 10.4576 3.08458 10.8296 2.64606C11.0164 2.42592 11.2609 2.15295 11.5026 1.93874C11.7078 1.75687 11.9959 1.70147 12.2539 1.79428Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-id-not-verified{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9239 1.74991C10.949 1.74993 10.9743 1.74994 11 1.74994C11.0257 1.74994 11.0511 1.74993 11.0762 1.74991C11.4715 1.74965 11.7887 1.74944 12.0768 1.81575C12.74 1.96838 13.3245 2.38199 13.6506 2.9816C13.7931 3.24356 13.8632 3.54794 13.9414 3.88791C13.9471 3.91261 13.9528 3.93749 13.9586 3.96256L14.0419 4.32268C14.0446 4.33429 14.0472 4.34587 14.0499 4.35742C14.1281 4.69533 14.1998 5.00496 14.2311 5.26474C14.2648 5.54368 14.2671 5.86599 14.1211 6.18802C13.9718 6.5171 13.7235 6.78598 13.4203 6.97008C13.1352 7.14327 12.8262 7.20041 12.5374 7.22572C12.2606 7.24998 11.9198 7.24996 11.5294 7.24994H10.4706C10.0802 7.24996 9.73945 7.24998 9.46264 7.22572C9.17389 7.20041 8.86485 7.14327 8.57971 6.97008C8.27658 6.78598 8.02827 6.5171 7.87898 6.18802C7.7329 5.86599 7.7352 5.54368 7.7689 5.26474C7.80029 5.00496 7.87194 4.69533 7.95014 4.35742C7.95281 4.34587 7.95549 4.33429 7.95817 4.32268L8.04147 3.96256C8.04727 3.93749 8.053 3.9126 8.05868 3.88791C8.13689 3.54794 8.20691 3.24355 8.34941 2.9816C8.67557 2.38199 9.26007 1.96838 9.92326 1.81575C10.2114 1.74944 10.5285 1.74965 10.9239 1.74991ZM11 3.24994C10.4903 3.24994 10.3591 3.25465 10.2597 3.27753C9.97755 3.34247 9.77019 3.5088 9.66707 3.69836C9.63565 3.75614 9.60916 3.84115 9.50289 4.30059L9.41959 4.66071C9.33071 5.04497 9.2786 5.27476 9.25807 5.44468C9.24859 5.5232 9.24956 5.56384 9.25088 5.58023C9.26955 5.61505 9.30338 5.65462 9.35837 5.68802L9.35972 5.68874C9.36072 5.68924 9.36259 5.69013 9.36553 5.69133C9.3714 5.69374 9.38227 5.69769 9.40003 5.70234C9.43742 5.71214 9.49718 5.723 9.59359 5.73145C9.79692 5.74926 10.0711 5.74994 10.5019 5.74994H11.4981C11.929 5.74994 12.2031 5.74926 12.4065 5.73145C12.5029 5.723 12.5626 5.71214 12.6 5.70234C12.6178 5.69769 12.6287 5.69374 12.6345 5.69133C12.6375 5.69013 12.6393 5.68924 12.6403 5.68874L12.6414 5.68819C12.6964 5.65479 12.7305 5.61505 12.7492 5.58023C12.7505 5.56384 12.7515 5.5232 12.742 5.44468C12.7214 5.27476 12.6693 5.04497 12.5805 4.66071L12.4972 4.30059C12.3909 3.84115 12.3644 3.75614 12.333 3.69836C12.2299 3.5088 12.0225 3.34247 11.7404 3.27753C11.6409 3.25465 11.5097 3.24994 11 3.24994ZM12.7481 5.58915C12.748 5.58911 12.7481 5.58838 12.7484 5.58703L12.7481 5.58915ZM9.252 5.58915C9.25197 5.58918 9.25182 5.58851 9.25161 5.58703L9.252 5.58915Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 13.7499C14.8766 13.7499 12.75 15.8765 12.75 18.4999C12.75 21.1232 14.8766 23.2499 17.5 23.2499C20.1234 23.2499 22.25 21.1232 22.25 18.4999C22.25 15.8765 20.1234 13.7499 17.5 13.7499ZM17.0306 16.9698C16.7379 16.6768 16.263 16.6765 15.97 16.9693C15.6769 17.262 15.6766 17.7369 15.9694 18.0299L16.4388 18.4999L15.9694 18.9699C15.6766 19.2629 15.6769 19.7378 15.97 20.0305C16.263 20.3232 16.7379 20.323 17.0306 20.0299L17.4995 19.5605L17.97 20.0305C18.263 20.3232 18.7379 20.323 19.0306 20.0299C19.3234 19.7369 19.3231 19.262 19.03 18.9693L18.5601 18.4999L19.03 18.0305C19.3231 17.7378 19.3234 17.2629 19.0306 16.9699C18.7379 16.6768 18.263 16.6765 17.97 16.9692L17.4995 17.4392L17.0306 16.9698Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 4.49708C12.7516 4.08287 13.0886 3.74834 13.5028 3.74988C14.8171 3.75478 15.8911 3.77909 16.7587 3.92335C17.6447 4.07068 18.3871 4.35359 18.9907 4.92541C19.6728 5.57162 19.9734 6.39282 20.1144 7.38658C20.25 8.34223 20.25 9.55848 20.25 11.0722V12.8844C19.4202 12.4771 18.4868 12.2484 17.5 12.2484C15.9135 12.2484 14.465 12.8396 13.3628 13.8136C13.5723 13.4215 13.6906 12.9731 13.6906 12.4999C13.6906 11.0001 12.5018 9.74988 10.9934 9.74988C9.485 9.74988 8.2962 11.0001 8.2962 12.4999C8.2962 13.9996 9.485 15.2499 10.9934 15.2499C11.533 15.2499 12.0317 15.0899 12.4497 14.8157C12.1228 15.2633 11.8539 15.756 11.6542 16.2826C10.0492 16.11 8.37641 16.6214 7.1819 17.7555C6.88358 18.0387 6.75 18.4207 6.75 18.7818C6.75 19.5926 7.40729 20.2499 8.21809 20.2499H11.4983C11.3367 19.6946 11.25 19.1073 11.25 18.4999C11.25 18.4949 11.25 18.4899 11.25 18.4849C11.25 18.4894 11.25 18.4939 11.25 18.4984C11.25 20.399 12.0984 22.1015 13.4371 23.2478C13.1542 23.2487 12.8597 23.2487 12.5532 23.2487H9.44678C7.84201 23.2487 6.56529 23.2487 5.56479 23.1213C4.53566 22.9902 3.68571 22.7128 3.00932 22.072C2.32721 21.4258 2.02661 20.6046 1.88558 19.6108C1.74996 18.6552 1.74998 17.4389 1.75 15.9252V15.9252V11.0722V11.0721C1.74998 9.55843 1.74996 8.34221 1.88558 7.38658C2.02661 6.39282 2.32721 5.57162 3.00932 4.92541C3.61291 4.35359 4.35533 4.07068 5.24135 3.92335C6.10892 3.77909 7.18295 3.75478 8.49721 3.74988C8.91142 3.74834 9.24845 4.08287 9.25 4.49708L8.5028 6.29804H13.4972L12.75 4.49708Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9239 1.74991C10.949 1.74993 10.9743 1.74994 11 1.74994C11.0257 1.74994 11.0511 1.74993 11.0762 1.74991C11.4715 1.74965 11.7887 1.74944 12.0768 1.81575C12.74 1.96838 13.3245 2.38199 13.6506 2.9816C13.7931 3.24356 13.8632 3.54794 13.9414 3.88791C13.9471 3.91261 13.9528 3.93749 13.9586 3.96256L14.0419 4.32268C14.0446 4.33429 14.0472 4.34587 14.0499 4.35742C14.1281 4.69533 14.1998 5.00496 14.2311 5.26474C14.2648 5.54368 14.2671 5.86599 14.1211 6.18802C13.9718 6.5171 13.7235 6.78598 13.4203 6.97008C13.1352 7.14327 12.8262 7.20041 12.5374 7.22572C12.2606 7.24998 11.9198 7.24996 11.5294 7.24994H10.4706C10.0802 7.24996 9.73945 7.24998 9.46264 7.22572C9.17389 7.20041 8.86485 7.14327 8.57971 6.97008C8.27658 6.78598 8.02827 6.5171 7.87898 6.18802C7.7329 5.86599 7.7352 5.54368 7.7689 5.26474C7.80029 5.00496 7.87194 4.69533 7.95014 4.35742C7.95281 4.34587 7.95549 4.33429 7.95817 4.32268L8.04147 3.96256C8.04727 3.93749 8.053 3.9126 8.05868 3.88791C8.13689 3.54794 8.20691 3.24355 8.34941 2.9816C8.67557 2.38199 9.26007 1.96838 9.92326 1.81575C10.2114 1.74944 10.5285 1.74965 10.9239 1.74991ZM11 3.24994C10.4903 3.24994 10.3591 3.25465 10.2597 3.27753C9.97755 3.34247 9.77019 3.5088 9.66707 3.69836C9.63565 3.75614 9.60916 3.84115 9.50289 4.30059L9.41959 4.66071C9.33071 5.04497 9.2786 5.27476 9.25807 5.44468C9.24859 5.5232 9.24956 5.56384 9.25088 5.58023C9.26955 5.61505 9.30338 5.65462 9.35837 5.68802L9.35972 5.68874C9.36072 5.68924 9.36259 5.69013 9.36553 5.69133C9.3714 5.69374 9.38227 5.69769 9.40003 5.70234C9.43742 5.71214 9.49718 5.723 9.59359 5.73145C9.79692 5.74926 10.0711 5.74994 10.5019 5.74994H11.4981C11.929 5.74994 12.2031 5.74926 12.4065 5.73145C12.5029 5.723 12.5626 5.71214 12.6 5.70234C12.6178 5.69769 12.6287 5.69374 12.6345 5.69133C12.6375 5.69013 12.6393 5.68924 12.6403 5.68874L12.6414 5.68819C12.6964 5.65479 12.7305 5.61505 12.7492 5.58023C12.7505 5.56384 12.7515 5.5232 12.742 5.44468C12.7214 5.27476 12.6693 5.04497 12.5805 4.66071L12.4972 4.30059C12.3909 3.84115 12.3644 3.75614 12.333 3.69836C12.2299 3.5088 12.0225 3.34247 11.7404 3.27753C11.6409 3.25465 11.5097 3.24994 11 3.24994ZM12.7481 5.58915C12.748 5.58911 12.7481 5.58838 12.7484 5.58703L12.7481 5.58915ZM9.252 5.58915C9.25197 5.58918 9.25182 5.58851 9.25161 5.58703L9.252 5.58915Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 13.7499C14.8766 13.7499 12.75 15.8765 12.75 18.4999C12.75 21.1232 14.8766 23.2499 17.5 23.2499C20.1234 23.2499 22.25 21.1232 22.25 18.4999C22.25 15.8765 20.1234 13.7499 17.5 13.7499ZM17.0306 16.9698C16.7379 16.6768 16.263 16.6765 15.97 16.9693C15.6769 17.262 15.6766 17.7369 15.9694 18.0299L16.4388 18.4999L15.9694 18.9699C15.6766 19.2629 15.6769 19.7378 15.97 20.0305C16.263 20.3232 16.7379 20.323 17.0306 20.0299L17.4995 19.5605L17.97 20.0305C18.263 20.3232 18.7379 20.323 19.0306 20.0299C19.3234 19.7369 19.3231 19.262 19.03 18.9693L18.5601 18.4999L19.03 18.0305C19.3231 17.7378 19.3234 17.2629 19.0306 16.9699C18.7379 16.6768 18.263 16.6765 17.97 16.9692L17.4995 17.4392L17.0306 16.9698Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 4.49708C12.7516 4.08287 13.0886 3.74834 13.5028 3.74988C14.8171 3.75478 15.8911 3.77909 16.7587 3.92335C17.6447 4.07068 18.3871 4.35359 18.9907 4.92541C19.6728 5.57162 19.9734 6.39282 20.1144 7.38658C20.25 8.34223 20.25 9.55848 20.25 11.0722V12.8844C19.4202 12.4771 18.4868 12.2484 17.5 12.2484C15.9135 12.2484 14.465 12.8396 13.3628 13.8136C13.5723 13.4215 13.6906 12.9731 13.6906 12.4999C13.6906 11.0001 12.5018 9.74988 10.9934 9.74988C9.485 9.74988 8.2962 11.0001 8.2962 12.4999C8.2962 13.9996 9.485 15.2499 10.9934 15.2499C11.533 15.2499 12.0317 15.0899 12.4497 14.8157C12.1228 15.2633 11.8539 15.756 11.6542 16.2826C10.0492 16.11 8.37641 16.6214 7.1819 17.7555C6.88358 18.0387 6.75 18.4207 6.75 18.7818C6.75 19.5926 7.40729 20.2499 8.21809 20.2499H11.4983C11.3367 19.6946 11.25 19.1073 11.25 18.4999C11.25 18.4949 11.25 18.4899 11.25 18.4849C11.25 18.4894 11.25 18.4939 11.25 18.4984C11.25 20.399 12.0984 22.1015 13.4371 23.2478C13.1542 23.2487 12.8597 23.2487 12.5532 23.2487H9.44678C7.84201 23.2487 6.56529 23.2487 5.56479 23.1213C4.53566 22.9902 3.68571 22.7128 3.00932 22.072C2.32721 21.4258 2.02661 20.6046 1.88558 19.6108C1.74996 18.6552 1.74998 17.4389 1.75 15.9252V15.9252V11.0722V11.0721C1.74998 9.55843 1.74996 8.34221 1.88558 7.38658C2.02661 6.39282 2.32721 5.57162 3.00932 4.92541C3.61291 4.35359 4.35533 4.07068 5.24135 3.92335C6.10892 3.77909 7.18295 3.75478 8.49721 3.74988C8.91142 3.74834 9.24845 4.08287 9.25 4.49708L8.5028 6.29804H13.4972L12.75 4.49708Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-id-verified{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9239 1.74991C10.949 1.74993 10.9743 1.74994 11 1.74994C11.0257 1.74994 11.0511 1.74993 11.0762 1.74991C11.4715 1.74965 11.7887 1.74944 12.0768 1.81575C12.74 1.96838 13.3245 2.38199 13.6506 2.9816C13.7931 3.24356 13.8632 3.54794 13.9414 3.88791C13.9471 3.91261 13.9528 3.93749 13.9586 3.96256L14.0419 4.32268C14.0446 4.33429 14.0472 4.34587 14.0499 4.35742C14.1281 4.69533 14.1998 5.00496 14.2311 5.26474C14.2648 5.54368 14.2671 5.86599 14.1211 6.18802C13.9718 6.5171 13.7235 6.78598 13.4203 6.97008C13.1352 7.14327 12.8262 7.20041 12.5374 7.22572C12.2606 7.24998 11.9198 7.24996 11.5294 7.24994H10.4706C10.0802 7.24996 9.73945 7.24998 9.46264 7.22572C9.17389 7.20041 8.86485 7.14327 8.57971 6.97008C8.27658 6.78598 8.02827 6.5171 7.87898 6.18802C7.7329 5.86599 7.7352 5.54368 7.7689 5.26474C7.80029 5.00496 7.87194 4.69533 7.95014 4.35742C7.95281 4.34587 7.95549 4.33429 7.95817 4.32268L8.04147 3.96256C8.04727 3.93749 8.053 3.9126 8.05868 3.88791C8.13689 3.54794 8.20691 3.24355 8.34941 2.9816C8.67557 2.38199 9.26007 1.96838 9.92326 1.81575C10.2114 1.74944 10.5285 1.74965 10.9239 1.74991ZM11 3.24994C10.4903 3.24994 10.3591 3.25465 10.2597 3.27753C9.97755 3.34247 9.77019 3.5088 9.66707 3.69836C9.63565 3.75614 9.60916 3.84115 9.50289 4.30059L9.41959 4.66071C9.33071 5.04497 9.2786 5.27476 9.25807 5.44468C9.24859 5.5232 9.24956 5.56384 9.25088 5.58023C9.26955 5.61505 9.30338 5.65462 9.35837 5.68802L9.35972 5.68874C9.36072 5.68924 9.36259 5.69013 9.36553 5.69133C9.3714 5.69374 9.38227 5.69769 9.40003 5.70234C9.43742 5.71214 9.49718 5.723 9.59359 5.73145C9.79692 5.74926 10.0711 5.74994 10.5019 5.74994H11.4981C11.929 5.74994 12.2031 5.74926 12.4065 5.73145C12.5029 5.723 12.5626 5.71214 12.6 5.70234C12.6178 5.69769 12.6287 5.69374 12.6345 5.69133C12.6375 5.69013 12.6393 5.68924 12.6403 5.68874L12.6414 5.68819C12.6964 5.65479 12.7305 5.61505 12.7492 5.58023C12.7505 5.56384 12.7515 5.5232 12.742 5.44468C12.7214 5.27476 12.6693 5.04497 12.5805 4.66071L12.4972 4.30059C12.3909 3.84115 12.3644 3.75614 12.333 3.69836C12.2299 3.5088 12.0225 3.34247 11.7404 3.27753C11.6409 3.25465 11.5097 3.24994 11 3.24994ZM12.7481 5.58915C12.748 5.58911 12.7481 5.58838 12.7484 5.58703L12.7481 5.58915ZM9.252 5.58915C9.25197 5.58918 9.25182 5.58851 9.25161 5.58703L9.252 5.58915Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 13.7499C14.8766 13.7499 12.75 15.8765 12.75 18.4999C12.75 21.1232 14.8766 23.2499 17.5 23.2499C20.1234 23.2499 22.25 21.1232 22.25 18.4999C22.25 15.8765 20.1234 13.7499 17.5 13.7499ZM19.1903 18.2698C19.555 18.0734 19.6915 17.6186 19.4952 17.2539C19.2989 16.8892 18.844 16.7527 18.4793 16.949C17.8214 17.3032 17.2583 18.0495 16.9274 18.5503C16.8177 18.4626 16.6345 18.3342 16.4911 18.2658C16.1172 18.0875 15.6696 18.246 15.4912 18.6198C15.3145 18.9902 15.4685 19.4331 15.8349 19.6146C15.8349 19.6146 15.9387 19.6797 15.9977 19.7276C16.1161 19.8234 16.2739 19.9799 16.4109 20.2123C16.5515 20.4511 16.8123 20.5928 17.0892 20.5809C17.3658 20.5691 17.6137 20.4052 17.7335 20.1556C17.7547 20.1137 17.8162 19.9931 17.8581 19.9163C17.9423 19.7617 18.0636 19.5515 18.2112 19.328C18.5289 18.8471 18.8869 18.4331 19.1903 18.2698Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 4.49708C12.7516 4.08287 13.0886 3.74834 13.5028 3.74988C14.8171 3.75478 15.8911 3.77909 16.7587 3.92335C17.6447 4.07068 18.3871 4.35359 18.9907 4.92541C19.6728 5.57162 19.9734 6.39282 20.1144 7.38658C20.25 8.34223 20.25 9.55848 20.25 11.0722V12.8844C19.4202 12.4771 18.4868 12.2484 17.5 12.2484C15.9135 12.2484 14.465 12.8396 13.3628 13.8136C13.5723 13.4215 13.6906 12.9731 13.6906 12.4999C13.6906 11.0001 12.5018 9.74988 10.9934 9.74988C9.485 9.74988 8.2962 11.0001 8.2962 12.4999C8.2962 13.9996 9.485 15.2499 10.9934 15.2499C11.533 15.2499 12.0317 15.0899 12.4497 14.8157C12.1228 15.2633 11.8539 15.756 11.6542 16.2826C10.0492 16.11 8.37641 16.6214 7.1819 17.7555C6.88358 18.0387 6.75 18.4207 6.75 18.7818C6.75 19.5926 7.40729 20.2499 8.21809 20.2499H11.4983C11.3367 19.6946 11.25 19.1073 11.25 18.4999C11.25 18.4949 11.25 18.4899 11.25 18.4849C11.25 18.4894 11.25 18.4939 11.25 18.4984C11.25 20.399 12.0984 22.1015 13.4371 23.2478C13.1542 23.2487 12.8597 23.2487 12.5532 23.2487H9.44678C7.84201 23.2487 6.56529 23.2487 5.56479 23.1213C4.53566 22.9902 3.68571 22.7128 3.00932 22.072C2.32721 21.4258 2.02661 20.6046 1.88558 19.6108C1.74996 18.6552 1.74998 17.4389 1.75 15.9252V15.9252V11.0722V11.0721C1.74998 9.55843 1.74996 8.34221 1.88558 7.38658C2.02661 6.39282 2.32721 5.57162 3.00932 4.92541C3.61291 4.35359 4.35533 4.07068 5.24135 3.92335C6.10892 3.77909 7.18295 3.75478 8.49721 3.74988C8.91142 3.74834 9.24845 4.08287 9.25 4.49708L8.5028 6.29804H13.4972L12.75 4.49708Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9239 1.74991C10.949 1.74993 10.9743 1.74994 11 1.74994C11.0257 1.74994 11.0511 1.74993 11.0762 1.74991C11.4715 1.74965 11.7887 1.74944 12.0768 1.81575C12.74 1.96838 13.3245 2.38199 13.6506 2.9816C13.7931 3.24356 13.8632 3.54794 13.9414 3.88791C13.9471 3.91261 13.9528 3.93749 13.9586 3.96256L14.0419 4.32268C14.0446 4.33429 14.0472 4.34587 14.0499 4.35742C14.1281 4.69533 14.1998 5.00496 14.2311 5.26474C14.2648 5.54368 14.2671 5.86599 14.1211 6.18802C13.9718 6.5171 13.7235 6.78598 13.4203 6.97008C13.1352 7.14327 12.8262 7.20041 12.5374 7.22572C12.2606 7.24998 11.9198 7.24996 11.5294 7.24994H10.4706C10.0802 7.24996 9.73945 7.24998 9.46264 7.22572C9.17389 7.20041 8.86485 7.14327 8.57971 6.97008C8.27658 6.78598 8.02827 6.5171 7.87898 6.18802C7.7329 5.86599 7.7352 5.54368 7.7689 5.26474C7.80029 5.00496 7.87194 4.69533 7.95014 4.35742C7.95281 4.34587 7.95549 4.33429 7.95817 4.32268L8.04147 3.96256C8.04727 3.93749 8.053 3.9126 8.05868 3.88791C8.13689 3.54794 8.20691 3.24355 8.34941 2.9816C8.67557 2.38199 9.26007 1.96838 9.92326 1.81575C10.2114 1.74944 10.5285 1.74965 10.9239 1.74991ZM11 3.24994C10.4903 3.24994 10.3591 3.25465 10.2597 3.27753C9.97755 3.34247 9.77019 3.5088 9.66707 3.69836C9.63565 3.75614 9.60916 3.84115 9.50289 4.30059L9.41959 4.66071C9.33071 5.04497 9.2786 5.27476 9.25807 5.44468C9.24859 5.5232 9.24956 5.56384 9.25088 5.58023C9.26955 5.61505 9.30338 5.65462 9.35837 5.68802L9.35972 5.68874C9.36072 5.68924 9.36259 5.69013 9.36553 5.69133C9.3714 5.69374 9.38227 5.69769 9.40003 5.70234C9.43742 5.71214 9.49718 5.723 9.59359 5.73145C9.79692 5.74926 10.0711 5.74994 10.5019 5.74994H11.4981C11.929 5.74994 12.2031 5.74926 12.4065 5.73145C12.5029 5.723 12.5626 5.71214 12.6 5.70234C12.6178 5.69769 12.6287 5.69374 12.6345 5.69133C12.6375 5.69013 12.6393 5.68924 12.6403 5.68874L12.6414 5.68819C12.6964 5.65479 12.7305 5.61505 12.7492 5.58023C12.7505 5.56384 12.7515 5.5232 12.742 5.44468C12.7214 5.27476 12.6693 5.04497 12.5805 4.66071L12.4972 4.30059C12.3909 3.84115 12.3644 3.75614 12.333 3.69836C12.2299 3.5088 12.0225 3.34247 11.7404 3.27753C11.6409 3.25465 11.5097 3.24994 11 3.24994ZM12.7481 5.58915C12.748 5.58911 12.7481 5.58838 12.7484 5.58703L12.7481 5.58915ZM9.252 5.58915C9.25197 5.58918 9.25182 5.58851 9.25161 5.58703L9.252 5.58915Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 13.7499C14.8766 13.7499 12.75 15.8765 12.75 18.4999C12.75 21.1232 14.8766 23.2499 17.5 23.2499C20.1234 23.2499 22.25 21.1232 22.25 18.4999C22.25 15.8765 20.1234 13.7499 17.5 13.7499ZM19.1903 18.2698C19.555 18.0734 19.6915 17.6186 19.4952 17.2539C19.2989 16.8892 18.844 16.7527 18.4793 16.949C17.8214 17.3032 17.2583 18.0495 16.9274 18.5503C16.8177 18.4626 16.6345 18.3342 16.4911 18.2658C16.1172 18.0875 15.6696 18.246 15.4912 18.6198C15.3145 18.9902 15.4685 19.4331 15.8349 19.6146C15.8349 19.6146 15.9387 19.6797 15.9977 19.7276C16.1161 19.8234 16.2739 19.9799 16.4109 20.2123C16.5515 20.4511 16.8123 20.5928 17.0892 20.5809C17.3658 20.5691 17.6137 20.4052 17.7335 20.1556C17.7547 20.1137 17.8162 19.9931 17.8581 19.9163C17.9423 19.7617 18.0636 19.5515 18.2112 19.328C18.5289 18.8471 18.8869 18.4331 19.1903 18.2698Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 4.49708C12.7516 4.08287 13.0886 3.74834 13.5028 3.74988C14.8171 3.75478 15.8911 3.77909 16.7587 3.92335C17.6447 4.07068 18.3871 4.35359 18.9907 4.92541C19.6728 5.57162 19.9734 6.39282 20.1144 7.38658C20.25 8.34223 20.25 9.55848 20.25 11.0722V12.8844C19.4202 12.4771 18.4868 12.2484 17.5 12.2484C15.9135 12.2484 14.465 12.8396 13.3628 13.8136C13.5723 13.4215 13.6906 12.9731 13.6906 12.4999C13.6906 11.0001 12.5018 9.74988 10.9934 9.74988C9.485 9.74988 8.2962 11.0001 8.2962 12.4999C8.2962 13.9996 9.485 15.2499 10.9934 15.2499C11.533 15.2499 12.0317 15.0899 12.4497 14.8157C12.1228 15.2633 11.8539 15.756 11.6542 16.2826C10.0492 16.11 8.37641 16.6214 7.1819 17.7555C6.88358 18.0387 6.75 18.4207 6.75 18.7818C6.75 19.5926 7.40729 20.2499 8.21809 20.2499H11.4983C11.3367 19.6946 11.25 19.1073 11.25 18.4999C11.25 18.4949 11.25 18.4899 11.25 18.4849C11.25 18.4894 11.25 18.4939 11.25 18.4984C11.25 20.399 12.0984 22.1015 13.4371 23.2478C13.1542 23.2487 12.8597 23.2487 12.5532 23.2487H9.44678C7.84201 23.2487 6.56529 23.2487 5.56479 23.1213C4.53566 22.9902 3.68571 22.7128 3.00932 22.072C2.32721 21.4258 2.02661 20.6046 1.88558 19.6108C1.74996 18.6552 1.74998 17.4389 1.75 15.9252V15.9252V11.0722V11.0721C1.74998 9.55843 1.74996 8.34221 1.88558 7.38658C2.02661 6.39282 2.32721 5.57162 3.00932 4.92541C3.61291 4.35359 4.35533 4.07068 5.24135 3.92335C6.10892 3.77909 7.18295 3.75478 8.49721 3.74988C8.91142 3.74834 9.24845 4.08287 9.25 4.49708L8.5028 6.29804H13.4972L12.75 4.49708Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-id{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5028 3.75001C14.0886 3.74846 13.7516 4.08299 13.75 4.49721L14.4972 6.29816H9.5028L10.25 4.49721C10.2485 4.08299 9.91142 3.74846 9.49721 3.75001C8.18295 3.7549 7.10892 3.77921 6.24135 3.92347C5.35533 4.0708 4.61291 4.35371 4.00932 4.92553C3.32721 5.57174 3.02661 6.39294 2.88558 7.3867C2.74996 8.34234 2.74998 9.55857 2.75 11.0723V11.0723V11.0723V15.9253V15.9254V15.9254C2.74998 17.4391 2.74996 18.6553 2.88558 19.611C3.02661 20.6047 3.32721 21.4259 4.00932 22.0721C4.68571 22.7129 5.53566 22.9903 6.56479 23.1214C7.56529 23.2489 8.84201 23.2488 10.4468 23.2488H10.4468H13.5532H13.5532C15.158 23.2488 16.4347 23.2489 17.4352 23.1214C18.4643 22.9903 19.3143 22.7129 19.9907 22.0721C20.6728 21.4259 20.9734 20.6047 21.1144 19.611C21.25 18.6553 21.25 17.439 21.25 15.9253V11.0723C21.25 9.5586 21.25 8.34235 21.1144 7.3867C20.9734 6.39294 20.6728 5.57174 19.9907 4.92553C19.3871 4.35371 18.6447 4.0708 17.7587 3.92347C16.8911 3.77921 15.817 3.7549 14.5028 3.75001ZM11.9934 9.75C10.485 9.75 9.2962 11.0003 9.2962 12.5C9.2962 13.9997 10.485 15.25 11.9934 15.25C13.5018 15.25 14.6906 13.9997 14.6906 12.5C14.6906 11.0003 13.5018 9.75 11.9934 9.75ZM14.7767 20.25C15.5904 20.25 16.25 19.5904 16.25 18.7767C16.25 18.4232 16.1225 18.0482 15.835 17.7652C13.7319 15.6957 10.2441 15.7978 8.1819 17.7556C7.88358 18.0388 7.75 18.4208 7.75 18.7819C7.75 19.5927 8.40729 20.25 9.21809 20.25H14.7767Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9239 1.75003C11.949 1.75005 11.9743 1.75007 12 1.75007C12.0257 1.75007 12.0511 1.75005 12.0762 1.75003C12.4715 1.74977 12.7887 1.74956 13.0768 1.81587C13.74 1.9685 14.3245 2.38211 14.6506 2.98172C14.7931 3.24368 14.8632 3.54806 14.9414 3.88803C14.9471 3.91273 14.9528 3.93761 14.9586 3.96268L15.0419 4.3228C15.0446 4.33442 15.0472 4.346 15.0499 4.35754C15.1281 4.69545 15.1998 5.00508 15.2311 5.26487C15.2648 5.54381 15.2671 5.86611 15.1211 6.18814C14.9718 6.51722 14.7235 6.7861 14.4203 6.9702C14.1352 7.14339 13.8262 7.20054 13.5374 7.22584C13.2606 7.2501 12.9198 7.25008 12.5294 7.25007H11.4706C11.0802 7.25008 10.7394 7.2501 10.4626 7.22584C10.1739 7.20054 9.86485 7.14339 9.57971 6.9702C9.27658 6.7861 9.02827 6.51722 8.87898 6.18814C8.7329 5.86611 8.7352 5.54381 8.7689 5.26487C8.80029 5.00508 8.87194 4.69545 8.95014 4.35754C8.95281 4.346 8.95549 4.33442 8.95817 4.3228L9.04147 3.96268C9.04727 3.93761 9.053 3.91273 9.05868 3.88803C9.13689 3.54806 9.20691 3.24368 9.34941 2.98172C9.67557 2.38211 10.2601 1.9685 10.9233 1.81587C11.2114 1.74956 11.5285 1.74977 11.9239 1.75003ZM12 3.25007C11.4903 3.25007 11.3591 3.25477 11.2597 3.27765C10.9776 3.34259 10.7702 3.50893 10.6671 3.69849C10.6356 3.75626 10.6092 3.84127 10.5029 4.30072L10.4196 4.66084C10.3307 5.04509 10.2786 5.27488 10.2581 5.4448C10.2486 5.52332 10.2496 5.56396 10.2509 5.58035C10.2695 5.61517 10.3034 5.65474 10.3584 5.68814L10.3597 5.68886C10.3607 5.68936 10.3626 5.69025 10.3655 5.69146C10.3714 5.69386 10.3823 5.69781 10.4 5.70246C10.4374 5.71226 10.4972 5.72312 10.5936 5.73157C10.7969 5.74939 11.0711 5.75007 11.5019 5.75007H12.4981C12.929 5.75007 13.2031 5.74939 13.4065 5.73157C13.5029 5.72312 13.5626 5.71226 13.6 5.70246C13.6178 5.69781 13.6287 5.69386 13.6345 5.69146C13.6375 5.69025 13.6393 5.68936 13.6403 5.68886L13.6414 5.68831C13.6964 5.65491 13.7305 5.61517 13.7492 5.58035C13.7505 5.56396 13.7515 5.52332 13.742 5.4448C13.7214 5.27488 13.6693 5.04509 13.5805 4.66084L13.4972 4.30072C13.3909 3.84127 13.3644 3.75626 13.333 3.69849C13.2299 3.50893 13.0225 3.34259 12.7404 3.27765C12.6409 3.25477 12.5097 3.25007 12 3.25007ZM13.7481 5.58927C13.748 5.58924 13.7481 5.5885 13.7484 5.58715L13.7481 5.58927ZM10.252 5.58927C10.252 5.5893 10.2518 5.58863 10.2516 5.58715L10.252 5.58927Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5028 3.75001C14.0886 3.74846 13.7516 4.08299 13.75 4.49721L14.4972 6.29816H9.5028L10.25 4.49721C10.2485 4.08299 9.91142 3.74846 9.49721 3.75001C8.18295 3.7549 7.10892 3.77921 6.24135 3.92347C5.35533 4.0708 4.61291 4.35371 4.00932 4.92553C3.32721 5.57174 3.02661 6.39294 2.88558 7.3867C2.74996 8.34234 2.74998 9.55857 2.75 11.0723V11.0723V11.0723V15.9253V15.9254V15.9254C2.74998 17.4391 2.74996 18.6553 2.88558 19.611C3.02661 20.6047 3.32721 21.4259 4.00932 22.0721C4.68571 22.7129 5.53566 22.9903 6.56479 23.1214C7.56529 23.2489 8.84201 23.2488 10.4468 23.2488H10.4468H13.5532H13.5532C15.158 23.2488 16.4347 23.2489 17.4352 23.1214C18.4643 22.9903 19.3143 22.7129 19.9907 22.0721C20.6728 21.4259 20.9734 20.6047 21.1144 19.611C21.25 18.6553 21.25 17.439 21.25 15.9253V11.0723C21.25 9.5586 21.25 8.34235 21.1144 7.3867C20.9734 6.39294 20.6728 5.57174 19.9907 4.92553C19.3871 4.35371 18.6447 4.0708 17.7587 3.92347C16.8911 3.77921 15.817 3.7549 14.5028 3.75001ZM11.9934 9.75C10.485 9.75 9.2962 11.0003 9.2962 12.5C9.2962 13.9997 10.485 15.25 11.9934 15.25C13.5018 15.25 14.6906 13.9997 14.6906 12.5C14.6906 11.0003 13.5018 9.75 11.9934 9.75ZM14.7767 20.25C15.5904 20.25 16.25 19.5904 16.25 18.7767C16.25 18.4232 16.1225 18.0482 15.835 17.7652C13.7319 15.6957 10.2441 15.7978 8.1819 17.7556C7.88358 18.0388 7.75 18.4208 7.75 18.7819C7.75 19.5927 8.40729 20.25 9.21809 20.25H14.7767Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9239 1.75003C11.949 1.75005 11.9743 1.75007 12 1.75007C12.0257 1.75007 12.0511 1.75005 12.0762 1.75003C12.4715 1.74977 12.7887 1.74956 13.0768 1.81587C13.74 1.9685 14.3245 2.38211 14.6506 2.98172C14.7931 3.24368 14.8632 3.54806 14.9414 3.88803C14.9471 3.91273 14.9528 3.93761 14.9586 3.96268L15.0419 4.3228C15.0446 4.33442 15.0472 4.346 15.0499 4.35754C15.1281 4.69545 15.1998 5.00508 15.2311 5.26487C15.2648 5.54381 15.2671 5.86611 15.1211 6.18814C14.9718 6.51722 14.7235 6.7861 14.4203 6.9702C14.1352 7.14339 13.8262 7.20054 13.5374 7.22584C13.2606 7.2501 12.9198 7.25008 12.5294 7.25007H11.4706C11.0802 7.25008 10.7394 7.2501 10.4626 7.22584C10.1739 7.20054 9.86485 7.14339 9.57971 6.9702C9.27658 6.7861 9.02827 6.51722 8.87898 6.18814C8.7329 5.86611 8.7352 5.54381 8.7689 5.26487C8.80029 5.00508 8.87194 4.69545 8.95014 4.35754C8.95281 4.346 8.95549 4.33442 8.95817 4.3228L9.04147 3.96268C9.04727 3.93761 9.053 3.91273 9.05868 3.88803C9.13689 3.54806 9.20691 3.24368 9.34941 2.98172C9.67557 2.38211 10.2601 1.9685 10.9233 1.81587C11.2114 1.74956 11.5285 1.74977 11.9239 1.75003ZM12 3.25007C11.4903 3.25007 11.3591 3.25477 11.2597 3.27765C10.9776 3.34259 10.7702 3.50893 10.6671 3.69849C10.6356 3.75626 10.6092 3.84127 10.5029 4.30072L10.4196 4.66084C10.3307 5.04509 10.2786 5.27488 10.2581 5.4448C10.2486 5.52332 10.2496 5.56396 10.2509 5.58035C10.2695 5.61517 10.3034 5.65474 10.3584 5.68814L10.3597 5.68886C10.3607 5.68936 10.3626 5.69025 10.3655 5.69146C10.3714 5.69386 10.3823 5.69781 10.4 5.70246C10.4374 5.71226 10.4972 5.72312 10.5936 5.73157C10.7969 5.74939 11.0711 5.75007 11.5019 5.75007H12.4981C12.929 5.75007 13.2031 5.74939 13.4065 5.73157C13.5029 5.72312 13.5626 5.71226 13.6 5.70246C13.6178 5.69781 13.6287 5.69386 13.6345 5.69146C13.6375 5.69025 13.6393 5.68936 13.6403 5.68886L13.6414 5.68831C13.6964 5.65491 13.7305 5.61517 13.7492 5.58035C13.7505 5.56396 13.7515 5.52332 13.742 5.4448C13.7214 5.27488 13.6693 5.04509 13.5805 4.66084L13.4972 4.30072C13.3909 3.84127 13.3644 3.75626 13.333 3.69849C13.2299 3.50893 13.0225 3.34259 12.7404 3.27765C12.6409 3.25477 12.5097 3.25007 12 3.25007ZM13.7481 5.58927C13.748 5.58924 13.7481 5.5885 13.7484 5.58715L13.7481 5.58927ZM10.252 5.58927C10.252 5.5893 10.2518 5.58863 10.2516 5.58715L10.252 5.58927Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-iris-scan{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.18557 2.95052C9.2129 3.50213 8.7879 3.97146 8.23629 3.9988C6.16432 4.10148 5.19943 4.40811 4.55377 5.05377C3.90811 5.69943 3.60148 6.66432 3.4988 8.73629C3.47146 9.2879 3.00213 9.71291 2.45052 9.68557C1.89892 9.65823 1.47391 9.1889 1.50125 8.6373C1.60669 6.50982 1.92267 4.85645 3.13956 3.63956C4.35645 2.42267 6.00982 2.10669 8.13729 2.00125C8.6889 1.97391 9.15823 2.39892 9.18557 2.95052ZM14.8145 2.95052C14.8418 2.39892 15.3111 1.97391 15.8628 2.00125C17.9902 2.10669 19.6436 2.42267 20.8605 3.63956C22.0774 4.85645 22.3934 6.50982 22.4988 8.6373C22.5261 9.1889 22.1011 9.65823 21.5495 9.68557C20.9979 9.71291 20.5286 9.2879 20.5012 8.73629C20.3986 6.66432 20.0919 5.69943 19.4463 5.05377C18.8006 4.40811 17.8357 4.10148 15.7638 3.9988C15.2121 3.97146 14.7871 3.50213 14.8145 2.95052ZM2.45052 15.3145C3.00213 15.2871 3.47146 15.7121 3.4988 16.2638C3.60148 18.3357 3.90811 19.3006 4.55377 19.9463C5.19943 20.5919 6.16432 20.8986 8.23629 21.0012C8.78789 21.0286 9.2129 21.4979 9.18556 22.0495C9.15822 22.6011 8.68889 23.0261 8.13729 22.9988C6.00982 22.8934 4.35645 22.5774 3.13956 21.3605C1.92267 20.1436 1.60669 18.4902 1.50125 16.3628C1.47391 15.8111 1.89892 15.3418 2.45052 15.3145ZM21.5495 15.3145C22.1011 15.3418 22.5261 15.8111 22.4988 16.3628C22.3934 18.4902 22.0774 20.1436 20.8605 21.3605C19.6436 22.5774 17.9902 22.8934 15.8628 22.9988C15.3111 23.0261 14.8418 22.6011 14.8145 22.0495C14.7871 21.4979 15.2121 21.0286 15.7638 21.0012C17.8357 20.8986 18.8006 20.5919 19.4463 19.9463C20.0919 19.3006 20.3986 18.3357 20.5012 16.2638C20.5286 15.7121 20.9979 15.2871 21.5495 15.3145Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.49988 12.5H21.4999%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.24988 12.5C5.24988 8.77208 8.27196 5.75 11.9999 5.75C12.4141 5.75 12.7499 6.08579 12.7499 6.5C12.7499 7.74264 13.7572 8.75 14.9999 8.75C15.5074 8.75 15.9737 8.58287 16.3497 8.30033C16.5088 8.18083 16.7088 8.12941 16.9057 8.15738C17.1027 8.18536 17.2805 8.29043 17.3999 8.44949C18.2474 9.57771 18.7499 10.9813 18.7499 12.5C18.7499 12.9142 18.4141 13.25 17.9999 13.25H5.99988C5.58566 13.25 5.24988 12.9142 5.24988 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.47909 14.8711C6.93768 14.6222 7.52449 14.7692 7.78976 15.1995C8.62052 16.5468 10.1709 17.4501 11.945 17.4501C13.7191 17.4501 15.2695 16.5468 16.1002 15.1995C16.3655 14.7692 16.9523 14.6222 17.4109 14.8711C17.8695 15.12 18.0262 15.6705 17.7609 16.1008C16.6013 17.9814 14.4316 19.25 11.945 19.25C9.45836 19.25 7.28866 17.9814 6.12908 16.1008C5.8638 15.6705 6.02051 15.12 6.47909 14.8711Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.18557 2.95052C9.2129 3.50213 8.7879 3.97146 8.23629 3.9988C6.16432 4.10148 5.19943 4.40811 4.55377 5.05377C3.90811 5.69943 3.60148 6.66432 3.4988 8.73629C3.47146 9.2879 3.00213 9.71291 2.45052 9.68557C1.89892 9.65823 1.47391 9.1889 1.50125 8.6373C1.60669 6.50982 1.92267 4.85645 3.13956 3.63956C4.35645 2.42267 6.00982 2.10669 8.13729 2.00125C8.6889 1.97391 9.15823 2.39892 9.18557 2.95052ZM14.8145 2.95052C14.8418 2.39892 15.3111 1.97391 15.8628 2.00125C17.9902 2.10669 19.6436 2.42267 20.8605 3.63956C22.0774 4.85645 22.3934 6.50982 22.4988 8.6373C22.5261 9.1889 22.1011 9.65823 21.5495 9.68557C20.9979 9.71291 20.5286 9.2879 20.5012 8.73629C20.3986 6.66432 20.0919 5.69943 19.4463 5.05377C18.8006 4.40811 17.8357 4.10148 15.7638 3.9988C15.2121 3.97146 14.7871 3.50213 14.8145 2.95052ZM2.45052 15.3145C3.00213 15.2871 3.47146 15.7121 3.4988 16.2638C3.60148 18.3357 3.90811 19.3006 4.55377 19.9463C5.19943 20.5919 6.16432 20.8986 8.23629 21.0012C8.78789 21.0286 9.2129 21.4979 9.18556 22.0495C9.15822 22.6011 8.68889 23.0261 8.13729 22.9988C6.00982 22.8934 4.35645 22.5774 3.13956 21.3605C1.92267 20.1436 1.60669 18.4902 1.50125 16.3628C1.47391 15.8111 1.89892 15.3418 2.45052 15.3145ZM21.5495 15.3145C22.1011 15.3418 22.5261 15.8111 22.4988 16.3628C22.3934 18.4902 22.0774 20.1436 20.8605 21.3605C19.6436 22.5774 17.9902 22.8934 15.8628 22.9988C15.3111 23.0261 14.8418 22.6011 14.8145 22.0495C14.7871 21.4979 15.2121 21.0286 15.7638 21.0012C17.8357 20.8986 18.8006 20.5919 19.4463 19.9463C20.0919 19.3006 20.3986 18.3357 20.5012 16.2638C20.5286 15.7121 20.9979 15.2871 21.5495 15.3145Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.49988 12.5H21.4999%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.24988 12.5C5.24988 8.77208 8.27196 5.75 11.9999 5.75C12.4141 5.75 12.7499 6.08579 12.7499 6.5C12.7499 7.74264 13.7572 8.75 14.9999 8.75C15.5074 8.75 15.9737 8.58287 16.3497 8.30033C16.5088 8.18083 16.7088 8.12941 16.9057 8.15738C17.1027 8.18536 17.2805 8.29043 17.3999 8.44949C18.2474 9.57771 18.7499 10.9813 18.7499 12.5C18.7499 12.9142 18.4141 13.25 17.9999 13.25H5.99988C5.58566 13.25 5.24988 12.9142 5.24988 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.47909 14.8711C6.93768 14.6222 7.52449 14.7692 7.78976 15.1995C8.62052 16.5468 10.1709 17.4501 11.945 17.4501C13.7191 17.4501 15.2695 16.5468 16.1002 15.1995C16.3655 14.7692 16.9523 14.6222 17.4109 14.8711C17.8695 15.12 18.0262 15.6705 17.7609 16.1008C16.6013 17.9814 14.4316 19.25 11.945 19.25C9.45836 19.25 7.28866 17.9814 6.12908 16.1008C5.8638 15.6705 6.02051 15.12 6.47909 14.8711Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-lock-computer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.99002 1.75H12.0046C12.5552 1.75 12.9971 2.20461 12.9815 2.75498C12.9665 3.28371 12.5335 3.70455 12.0046 3.70455H10.0455C8.42197 3.70455 7.28067 3.70582 6.40063 3.79858C5.538 3.88951 5.03966 4.05946 4.66311 4.32313C4.33627 4.55199 4.05199 4.83627 3.82313 5.16311C3.55946 5.53966 3.38951 6.038 3.29858 6.90063C3.20582 7.78067 3.20455 8.92197 3.20455 10.5455C3.20455 12.1689 3.20582 13.3102 3.29858 14.1903C3.38951 15.0529 3.55946 15.5512 3.82313 15.9278C4.05199 16.2546 4.33627 16.5389 4.66311 16.7678C5.03967 17.0314 5.538 17.2014 6.40063 17.2923C7.28067 17.3851 8.42197 17.3864 10.0455 17.3864H13.9545C15.578 17.3864 16.7193 17.3851 17.5994 17.2923C18.462 17.2014 18.9603 17.0314 19.3369 16.7678C19.6637 16.5389 19.948 16.2546 20.1769 15.9278C20.3225 15.7198 20.4396 15.4747 20.5305 15.1515C20.6767 14.6319 21.1366 14.2361 21.6733 14.2927C22.2101 14.3493 22.6102 14.8332 22.4927 15.36C22.3539 15.9813 22.1342 16.5401 21.7779 17.0489C21.4183 17.5625 20.9716 18.0092 20.458 18.3689C19.6987 18.9005 18.8279 19.1282 17.8043 19.2361C16.855 19.3362 15.6781 19.3407 14.2204 19.3409C14.1825 19.6667 14.1947 19.9962 14.2525 20.3083C14.3184 20.665 14.3514 20.8434 14.6231 21.0694C14.8947 21.2955 15.1618 21.2955 15.6959 21.2955H16.8864C17.4261 21.2955 17.8636 21.733 17.8636 22.2727C17.8636 22.8125 17.4261 23.25 16.8864 23.25H7.11364C6.57391 23.25 6.13637 22.8125 6.13637 22.2727C6.13637 21.733 6.57391 21.2955 7.11364 21.2955H8.3041C8.83817 21.2955 9.1052 21.2955 9.37686 21.0694C9.64852 20.8434 9.68151 20.665 9.74748 20.3083C9.8052 19.9962 9.8175 19.6667 9.77955 19.3409C8.32192 19.3407 7.14496 19.3362 6.19574 19.2361C5.17207 19.1282 4.30131 18.9005 3.54203 18.3689C3.02842 18.0092 2.58169 17.5625 2.22206 17.0489C1.69041 16.2896 1.4627 15.4188 1.3548 14.3952C1.24998 13.4007 1.24999 12.1562 1.25 10.6009V10.49C1.24999 8.93472 1.24998 7.69022 1.3548 6.69574C1.4627 5.67207 1.69041 4.80131 2.22206 4.04203C2.58169 3.52842 3.02842 3.08169 3.54203 2.72206C4.30131 2.19041 5.17207 1.9627 6.19574 1.8548C7.19022 1.74998 8.43472 1.74999 9.99002 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 15.5C10 14.9477 10.4477 14.5 11 14.5H13C13.5523 14.5 14 14.9477 14 15.5C14 16.0523 13.5523 16.5 13 16.5H11C10.4477 16.5 10 16.0523 10 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 5.24919V4.1875C16 2.81583 17.1452 1.75 18.5 1.75C19.8548 1.75 21 2.81583 21 4.1875V5.24919C21.0751 5.27196 21.1498 5.29929 21.2239 5.3322C21.8441 5.60744 22.3211 6.12765 22.5663 6.76203C22.6722 7.03595 22.7129 7.31726 22.7318 7.61392C22.75 7.8994 22.75 8.24715 22.75 8.6639V8.71108C22.75 9.12783 22.75 9.47561 22.7318 9.76108C22.7129 10.0577 22.6722 10.3391 22.5663 10.613C22.3211 11.2474 21.8441 11.7676 21.2239 12.0428C20.9516 12.1637 20.6728 12.2093 20.3872 12.2302C20.1156 12.25 19.7866 12.25 19.4011 12.25H17.5989C17.2135 12.25 16.8844 12.25 16.6128 12.2302C16.3272 12.2093 16.0484 12.1637 15.7761 12.0428C15.1559 11.7676 14.6789 11.2474 14.4337 10.613C14.3278 10.3391 14.2871 10.0577 14.2682 9.76108C14.25 9.47561 14.25 9.12786 14.25 8.71112V8.6639C14.25 8.24716 14.25 7.89939 14.2682 7.61392C14.2871 7.31726 14.3278 7.03595 14.4337 6.76203C14.6789 6.12765 15.1559 5.60744 15.7761 5.3322C15.8502 5.29929 15.9249 5.27196 16 5.24919ZM17.5 4.1875C17.5 3.69521 17.9218 3.25 18.5 3.25C19.0782 3.25 19.5 3.69521 19.5 4.1875V5.12501C19.4675 5.125 19.4345 5.125 19.4011 5.125H17.5989C17.5655 5.125 17.5325 5.125 17.5 5.12501V4.1875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.99002 1.75H12.0046C12.5552 1.75 12.9971 2.20461 12.9815 2.75498C12.9665 3.28371 12.5335 3.70455 12.0046 3.70455H10.0455C8.42197 3.70455 7.28067 3.70582 6.40063 3.79858C5.538 3.88951 5.03966 4.05946 4.66311 4.32313C4.33627 4.55199 4.05199 4.83627 3.82313 5.16311C3.55946 5.53966 3.38951 6.038 3.29858 6.90063C3.20582 7.78067 3.20455 8.92197 3.20455 10.5455C3.20455 12.1689 3.20582 13.3102 3.29858 14.1903C3.38951 15.0529 3.55946 15.5512 3.82313 15.9278C4.05199 16.2546 4.33627 16.5389 4.66311 16.7678C5.03967 17.0314 5.538 17.2014 6.40063 17.2923C7.28067 17.3851 8.42197 17.3864 10.0455 17.3864H13.9545C15.578 17.3864 16.7193 17.3851 17.5994 17.2923C18.462 17.2014 18.9603 17.0314 19.3369 16.7678C19.6637 16.5389 19.948 16.2546 20.1769 15.9278C20.3225 15.7198 20.4396 15.4747 20.5305 15.1515C20.6767 14.6319 21.1366 14.2361 21.6733 14.2927C22.2101 14.3493 22.6102 14.8332 22.4927 15.36C22.3539 15.9813 22.1342 16.5401 21.7779 17.0489C21.4183 17.5625 20.9716 18.0092 20.458 18.3689C19.6987 18.9005 18.8279 19.1282 17.8043 19.2361C16.855 19.3362 15.6781 19.3407 14.2204 19.3409C14.1825 19.6667 14.1947 19.9962 14.2525 20.3083C14.3184 20.665 14.3514 20.8434 14.6231 21.0694C14.8947 21.2955 15.1618 21.2955 15.6959 21.2955H16.8864C17.4261 21.2955 17.8636 21.733 17.8636 22.2727C17.8636 22.8125 17.4261 23.25 16.8864 23.25H7.11364C6.57391 23.25 6.13637 22.8125 6.13637 22.2727C6.13637 21.733 6.57391 21.2955 7.11364 21.2955H8.3041C8.83817 21.2955 9.1052 21.2955 9.37686 21.0694C9.64852 20.8434 9.68151 20.665 9.74748 20.3083C9.8052 19.9962 9.8175 19.6667 9.77955 19.3409C8.32192 19.3407 7.14496 19.3362 6.19574 19.2361C5.17207 19.1282 4.30131 18.9005 3.54203 18.3689C3.02842 18.0092 2.58169 17.5625 2.22206 17.0489C1.69041 16.2896 1.4627 15.4188 1.3548 14.3952C1.24998 13.4007 1.24999 12.1562 1.25 10.6009V10.49C1.24999 8.93472 1.24998 7.69022 1.3548 6.69574C1.4627 5.67207 1.69041 4.80131 2.22206 4.04203C2.58169 3.52842 3.02842 3.08169 3.54203 2.72206C4.30131 2.19041 5.17207 1.9627 6.19574 1.8548C7.19022 1.74998 8.43472 1.74999 9.99002 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 15.5C10 14.9477 10.4477 14.5 11 14.5H13C13.5523 14.5 14 14.9477 14 15.5C14 16.0523 13.5523 16.5 13 16.5H11C10.4477 16.5 10 16.0523 10 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 5.24919V4.1875C16 2.81583 17.1452 1.75 18.5 1.75C19.8548 1.75 21 2.81583 21 4.1875V5.24919C21.0751 5.27196 21.1498 5.29929 21.2239 5.3322C21.8441 5.60744 22.3211 6.12765 22.5663 6.76203C22.6722 7.03595 22.7129 7.31726 22.7318 7.61392C22.75 7.8994 22.75 8.24715 22.75 8.6639V8.71108C22.75 9.12783 22.75 9.47561 22.7318 9.76108C22.7129 10.0577 22.6722 10.3391 22.5663 10.613C22.3211 11.2474 21.8441 11.7676 21.2239 12.0428C20.9516 12.1637 20.6728 12.2093 20.3872 12.2302C20.1156 12.25 19.7866 12.25 19.4011 12.25H17.5989C17.2135 12.25 16.8844 12.25 16.6128 12.2302C16.3272 12.2093 16.0484 12.1637 15.7761 12.0428C15.1559 11.7676 14.6789 11.2474 14.4337 10.613C14.3278 10.3391 14.2871 10.0577 14.2682 9.76108C14.25 9.47561 14.25 9.12786 14.25 8.71112V8.6639C14.25 8.24716 14.25 7.89939 14.2682 7.61392C14.2871 7.31726 14.3278 7.03595 14.4337 6.76203C14.6789 6.12765 15.1559 5.60744 15.7761 5.3322C15.8502 5.29929 15.9249 5.27196 16 5.24919ZM17.5 4.1875C17.5 3.69521 17.9218 3.25 18.5 3.25C19.0782 3.25 19.5 3.69521 19.5 4.1875V5.12501C19.4675 5.125 19.4345 5.125 19.4011 5.125H17.5989C17.5655 5.125 17.5325 5.125 17.5 5.12501V4.1875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-lock-key{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 3.75C8.067 3.75 6.5 5.317 6.5 7.25V9.75C6.5 10.3023 6.05228 10.75 5.5 10.75C4.94772 10.75 4.5 10.3023 4.5 9.75V7.25C4.5 4.21243 6.96243 1.75 10 1.75C13.0376 1.75 15.5 4.21243 15.5 7.25V9.75C15.5 10.3023 15.0523 10.75 14.5 10.75C13.9477 10.75 13.5 10.3023 13.5 9.75V7.25C13.5 5.317 11.933 3.75 10 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8971 17.0177C18.6894 16.8145 18.5855 16.7129 18.5875 16.5841C18.5894 16.4552 18.6941 16.3588 18.9033 16.1662C18.9591 16.1148 19.0127 16.0662 19.0634 16.0209C19.2159 15.8845 19.2922 15.8163 19.4066 15.8162C19.5211 15.8161 19.5971 15.8839 19.7491 16.0194C19.9014 16.1551 20.0826 16.3245 20.2849 16.5224L21.0704 17.2907C21.4596 17.6714 22.0849 17.6657 22.4671 17.278C22.8492 16.8903 22.8435 16.2674 22.4543 15.8868L21.6687 15.1184C21.3328 14.7897 20.9746 14.4393 20.6782 14.2181C20.3467 13.9707 19.933 13.75 19.4056 13.75C18.8783 13.75 18.4646 13.9707 18.1331 14.2181C17.8367 14.4393 17.5181 14.751 17.1822 15.0797L15.2348 16.9843C15.0931 17.1228 15.0223 17.1921 14.939 17.2107C14.8556 17.2293 14.7479 17.1918 14.5325 17.1168C13.4054 16.7246 12.1002 16.9704 11.1965 17.8543C9.93451 19.0886 9.93451 21.0974 11.1965 22.3317C12.4484 23.5561 14.4708 23.5561 15.7227 22.3317C16.6225 21.4516 16.8807 20.1778 16.4973 19.0717C16.4231 18.8576 16.386 18.7505 16.4035 18.6687C16.4045 18.6641 16.4052 18.6609 16.4064 18.6563C16.4273 18.5753 16.4973 18.5069 16.6372 18.37C16.8277 18.1838 16.9229 18.0906 17.0401 18.0872C17.046 18.087 17.0518 18.087 17.0576 18.0872C17.1748 18.0906 17.27 18.1838 17.4605 18.37L17.9281 18.8274C18.3173 19.2081 18.9426 19.2024 19.3248 18.8147C19.7069 18.427 19.7012 17.8042 19.312 17.4235L18.8971 17.0177ZM12.5803 19.2582C13.0639 18.7853 13.8552 18.7853 14.3388 19.2582C14.8123 19.7213 14.8123 20.4646 14.3388 20.9277C13.8552 21.4007 13.0639 21.4007 12.5803 20.9277C12.1069 20.4646 12.1069 19.7213 12.5803 19.2582Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 8.75C8.40416 8.75 6.95364 8.78422 5.52522 8.84988C3.46716 8.9445 1.79609 10.5382 1.52452 12.5552C1.37636 13.6556 1.25 14.8118 1.25 16C1.25 17.1882 1.37636 18.3444 1.52452 19.4448C1.79609 21.4618 3.46716 23.0555 5.52522 23.1501C6.53013 23.1963 7.54598 23.2269 8.61567 23.241C9.17358 23.2484 9.45254 23.2521 9.54228 23.1106C9.63203 22.969 9.49344 22.6848 9.21627 22.1165C8.36725 20.3754 8.67771 18.2197 10.1476 16.782C11.2641 15.6899 12.79 15.2663 14.222 15.4973C14.3913 15.5247 14.476 15.5383 14.544 15.5167C14.612 15.4952 14.668 15.4404 14.7801 15.3308L16.1705 13.9709C16.4775 13.6704 16.8578 13.2981 17.236 13.0159C17.4298 12.8713 17.6687 12.7144 17.9522 12.5804C18.2072 12.4599 18.3347 12.3997 18.3799 12.2974C18.4251 12.1952 18.3919 12.087 18.3256 11.8706C17.8102 10.1879 16.2936 8.9335 14.4748 8.84989C13.0464 8.78422 11.5958 8.75 10 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.1606 20.5775C18.1628 20.5724 18.1597 20.5666 18.1542 20.5656C18.1493 20.5646 18.1445 20.5681 18.144 20.5732C18.143 20.5831 18.1566 20.5866 18.1606 20.5775Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 3.75C8.067 3.75 6.5 5.317 6.5 7.25V9.75C6.5 10.3023 6.05228 10.75 5.5 10.75C4.94772 10.75 4.5 10.3023 4.5 9.75V7.25C4.5 4.21243 6.96243 1.75 10 1.75C13.0376 1.75 15.5 4.21243 15.5 7.25V9.75C15.5 10.3023 15.0523 10.75 14.5 10.75C13.9477 10.75 13.5 10.3023 13.5 9.75V7.25C13.5 5.317 11.933 3.75 10 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.8971 17.0177C18.6894 16.8145 18.5855 16.7129 18.5875 16.5841C18.5894 16.4552 18.6941 16.3588 18.9033 16.1662C18.9591 16.1148 19.0127 16.0662 19.0634 16.0209C19.2159 15.8845 19.2922 15.8163 19.4066 15.8162C19.5211 15.8161 19.5971 15.8839 19.7491 16.0194C19.9014 16.1551 20.0826 16.3245 20.2849 16.5224L21.0704 17.2907C21.4596 17.6714 22.0849 17.6657 22.4671 17.278C22.8492 16.8903 22.8435 16.2674 22.4543 15.8868L21.6687 15.1184C21.3328 14.7897 20.9746 14.4393 20.6782 14.2181C20.3467 13.9707 19.933 13.75 19.4056 13.75C18.8783 13.75 18.4646 13.9707 18.1331 14.2181C17.8367 14.4393 17.5181 14.751 17.1822 15.0797L15.2348 16.9843C15.0931 17.1228 15.0223 17.1921 14.939 17.2107C14.8556 17.2293 14.7479 17.1918 14.5325 17.1168C13.4054 16.7246 12.1002 16.9704 11.1965 17.8543C9.93451 19.0886 9.93451 21.0974 11.1965 22.3317C12.4484 23.5561 14.4708 23.5561 15.7227 22.3317C16.6225 21.4516 16.8807 20.1778 16.4973 19.0717C16.4231 18.8576 16.386 18.7505 16.4035 18.6687C16.4045 18.6641 16.4052 18.6609 16.4064 18.6563C16.4273 18.5753 16.4973 18.5069 16.6372 18.37C16.8277 18.1838 16.9229 18.0906 17.0401 18.0872C17.046 18.087 17.0518 18.087 17.0576 18.0872C17.1748 18.0906 17.27 18.1838 17.4605 18.37L17.9281 18.8274C18.3173 19.2081 18.9426 19.2024 19.3248 18.8147C19.7069 18.427 19.7012 17.8042 19.312 17.4235L18.8971 17.0177ZM12.5803 19.2582C13.0639 18.7853 13.8552 18.7853 14.3388 19.2582C14.8123 19.7213 14.8123 20.4646 14.3388 20.9277C13.8552 21.4007 13.0639 21.4007 12.5803 20.9277C12.1069 20.4646 12.1069 19.7213 12.5803 19.2582Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 8.75C8.40416 8.75 6.95364 8.78422 5.52522 8.84988C3.46716 8.9445 1.79609 10.5382 1.52452 12.5552C1.37636 13.6556 1.25 14.8118 1.25 16C1.25 17.1882 1.37636 18.3444 1.52452 19.4448C1.79609 21.4618 3.46716 23.0555 5.52522 23.1501C6.53013 23.1963 7.54598 23.2269 8.61567 23.241C9.17358 23.2484 9.45254 23.2521 9.54228 23.1106C9.63203 22.969 9.49344 22.6848 9.21627 22.1165C8.36725 20.3754 8.67771 18.2197 10.1476 16.782C11.2641 15.6899 12.79 15.2663 14.222 15.4973C14.3913 15.5247 14.476 15.5383 14.544 15.5167C14.612 15.4952 14.668 15.4404 14.7801 15.3308L16.1705 13.9709C16.4775 13.6704 16.8578 13.2981 17.236 13.0159C17.4298 12.8713 17.6687 12.7144 17.9522 12.5804C18.2072 12.4599 18.3347 12.3997 18.3799 12.2974C18.4251 12.1952 18.3919 12.087 18.3256 11.8706C17.8102 10.1879 16.2936 8.9335 14.4748 8.84989C13.0464 8.78422 11.5958 8.75 10 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.1606 20.5775C18.1628 20.5724 18.1597 20.5666 18.1542 20.5656C18.1493 20.5646 18.1445 20.5681 18.144 20.5732C18.143 20.5831 18.1566 20.5866 18.1606 20.5775Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-lock-sync-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0242 3.7043C7.15095 3.7043 3.20455 7.64444 3.20455 12.4998C3.20455 17.3551 7.15095 21.2952 12.0242 21.2952C15.6407 21.2952 18.7495 19.1246 20.1107 16.0168C20.3273 15.5224 20.9036 15.2971 21.398 15.5137C21.8924 15.7302 22.1176 16.3065 21.9011 16.8009C20.2388 20.5961 16.4424 23.2498 12.0242 23.2498C6.07605 23.2498 1.25 18.4391 1.25 12.4998C1.25 6.56042 6.07605 1.74976 12.0242 1.74976C16.7393 1.74976 20.7464 4.77164 22.2073 8.98C22.4777 9.75884 22.6608 10.5781 22.7452 11.4257C22.7759 11.7346 22.6581 12.0397 22.4278 12.2477C22.1975 12.4558 21.882 12.542 21.5778 12.4801L19.177 11.9915C18.8159 11.918 18.5269 11.6477 18.4294 11.2924C18.3319 10.9371 18.4426 10.5572 18.7155 10.3098L19.8123 9.31562C19.9676 9.17482 20.0453 9.10442 20.0641 9.00589C20.083 8.90737 20.0388 8.81747 19.9506 8.63768C18.5165 5.71608 15.5056 3.7043 12.0242 3.7043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 10.7491V9.68738C9.5 8.31571 10.6452 7.24988 12 7.24988C13.3548 7.24988 14.5 8.31571 14.5 9.68738V10.7491C14.5751 10.7718 14.6498 10.7992 14.7239 10.8321C15.3441 11.1073 15.8211 11.6275 16.0663 12.2619C16.1722 12.5358 16.2129 12.8171 16.2318 13.1138C16.25 13.3993 16.25 13.747 16.25 14.1638V14.211C16.25 14.6277 16.25 14.9755 16.2318 15.261C16.2129 15.5576 16.1722 15.8389 16.0663 16.1129C15.8211 16.7472 15.3441 17.2674 14.7239 17.5427C14.4516 17.6635 14.1728 17.7092 13.8872 17.73C13.6156 17.7499 13.2866 17.7499 12.9011 17.7499H11.0989C10.7135 17.7499 10.3844 17.7499 10.1128 17.73C9.82724 17.7092 9.5484 17.6635 9.27607 17.5427C8.6559 17.2674 8.17892 16.7472 7.93367 16.1129C7.82777 15.8389 7.78706 15.5576 7.76817 15.261C7.74999 14.9755 7.74999 14.6277 7.75 14.211V14.1638C7.74999 13.747 7.74999 13.3993 7.76817 13.1138C7.78706 12.8171 7.82777 12.5358 7.93367 12.2619C8.17892 11.6275 8.6559 11.1073 9.27607 10.8321C9.35023 10.7992 9.42487 10.7718 9.5 10.7491ZM11 9.68738C11 9.19509 11.4218 8.74988 12 8.74988C12.5782 8.74988 13 9.19509 13 9.68738V10.6249C12.9675 10.6249 12.9345 10.6249 12.9011 10.6249H11.0989C11.0655 10.6249 11.0325 10.6249 11 10.6249V9.68738Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0242 3.7043C7.15095 3.7043 3.20455 7.64444 3.20455 12.4998C3.20455 17.3551 7.15095 21.2952 12.0242 21.2952C15.6407 21.2952 18.7495 19.1246 20.1107 16.0168C20.3273 15.5224 20.9036 15.2971 21.398 15.5137C21.8924 15.7302 22.1176 16.3065 21.9011 16.8009C20.2388 20.5961 16.4424 23.2498 12.0242 23.2498C6.07605 23.2498 1.25 18.4391 1.25 12.4998C1.25 6.56042 6.07605 1.74976 12.0242 1.74976C16.7393 1.74976 20.7464 4.77164 22.2073 8.98C22.4777 9.75884 22.6608 10.5781 22.7452 11.4257C22.7759 11.7346 22.6581 12.0397 22.4278 12.2477C22.1975 12.4558 21.882 12.542 21.5778 12.4801L19.177 11.9915C18.8159 11.918 18.5269 11.6477 18.4294 11.2924C18.3319 10.9371 18.4426 10.5572 18.7155 10.3098L19.8123 9.31562C19.9676 9.17482 20.0453 9.10442 20.0641 9.00589C20.083 8.90737 20.0388 8.81747 19.9506 8.63768C18.5165 5.71608 15.5056 3.7043 12.0242 3.7043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 10.7491V9.68738C9.5 8.31571 10.6452 7.24988 12 7.24988C13.3548 7.24988 14.5 8.31571 14.5 9.68738V10.7491C14.5751 10.7718 14.6498 10.7992 14.7239 10.8321C15.3441 11.1073 15.8211 11.6275 16.0663 12.2619C16.1722 12.5358 16.2129 12.8171 16.2318 13.1138C16.25 13.3993 16.25 13.747 16.25 14.1638V14.211C16.25 14.6277 16.25 14.9755 16.2318 15.261C16.2129 15.5576 16.1722 15.8389 16.0663 16.1129C15.8211 16.7472 15.3441 17.2674 14.7239 17.5427C14.4516 17.6635 14.1728 17.7092 13.8872 17.73C13.6156 17.7499 13.2866 17.7499 12.9011 17.7499H11.0989C10.7135 17.7499 10.3844 17.7499 10.1128 17.73C9.82724 17.7092 9.5484 17.6635 9.27607 17.5427C8.6559 17.2674 8.17892 16.7472 7.93367 16.1129C7.82777 15.8389 7.78706 15.5576 7.76817 15.261C7.74999 14.9755 7.74999 14.6277 7.75 14.211V14.1638C7.74999 13.747 7.74999 13.3993 7.76817 13.1138C7.78706 12.8171 7.82777 12.5358 7.93367 12.2619C8.17892 11.6275 8.6559 11.1073 9.27607 10.8321C9.35023 10.7992 9.42487 10.7718 9.5 10.7491ZM11 9.68738C11 9.19509 11.4218 8.74988 12 8.74988C12.5782 8.74988 13 9.19509 13 9.68738V10.6249C12.9675 10.6249 12.9345 10.6249 12.9011 10.6249H11.0989C11.0655 10.6249 11.0325 10.6249 11 10.6249V9.68738Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-lock-sync-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.75C10.3622 6.75 9 8.04769 9 9.6905V11.1476C8.22966 11.8974 7.75 12.936 7.75 14.0925C7.75 16.4074 9.67186 18.2499 12 18.2499C14.3281 18.2499 16.25 16.4074 16.25 14.0925C16.25 12.936 15.7703 11.8974 15 11.1476V9.6905C15 8.04769 13.6378 6.75 12 6.75ZM13.5 10.202V9.6905C13.5 8.91375 12.8475 8.25 12 8.25C11.1525 8.25 10.5 8.91375 10.5 9.6905V10.202C10.9675 10.0293 11.4734 9.93506 12 9.93506C12.5266 9.93506 13.0325 10.0293 13.5 10.202Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0242 3.70455C7.15095 3.70455 3.20455 7.64468 3.20455 12.5C3.20455 17.3553 7.15095 21.2955 12.0242 21.2955C15.6407 21.2955 18.7495 19.1249 20.1107 16.017C20.3273 15.5226 20.9036 15.2974 21.398 15.5139C21.8924 15.7305 22.1176 16.3068 21.9011 16.8012C20.2388 20.5964 16.4424 23.25 12.0242 23.25C6.07605 23.25 1.25 18.4393 1.25 12.5C1.25 6.56066 6.07605 1.75 12.0242 1.75C16.7393 1.75 20.7464 4.77188 22.2073 8.98024C22.4777 9.75909 22.6608 10.5783 22.7452 11.4259C22.7759 11.7348 22.6581 12.0399 22.4278 12.248C22.1975 12.456 21.882 12.5423 21.5778 12.4804L19.177 11.9917C18.8159 11.9183 18.5269 11.648 18.4294 11.2927C18.3319 10.9374 18.4426 10.5575 18.7155 10.31L19.8123 9.31587C19.9676 9.17506 20.0453 9.10466 20.0641 9.00614C20.083 8.90761 20.0388 8.81772 19.9506 8.63793C18.5165 5.71632 15.5056 3.70455 12.0242 3.70455Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.75C10.3622 6.75 9 8.04769 9 9.6905V11.1476C8.22966 11.8974 7.75 12.936 7.75 14.0925C7.75 16.4074 9.67186 18.2499 12 18.2499C14.3281 18.2499 16.25 16.4074 16.25 14.0925C16.25 12.936 15.7703 11.8974 15 11.1476V9.6905C15 8.04769 13.6378 6.75 12 6.75ZM13.5 10.202V9.6905C13.5 8.91375 12.8475 8.25 12 8.25C11.1525 8.25 10.5 8.91375 10.5 9.6905V10.202C10.9675 10.0293 11.4734 9.93506 12 9.93506C12.5266 9.93506 13.0325 10.0293 13.5 10.202Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0242 3.70455C7.15095 3.70455 3.20455 7.64468 3.20455 12.5C3.20455 17.3553 7.15095 21.2955 12.0242 21.2955C15.6407 21.2955 18.7495 19.1249 20.1107 16.017C20.3273 15.5226 20.9036 15.2974 21.398 15.5139C21.8924 15.7305 22.1176 16.3068 21.9011 16.8012C20.2388 20.5964 16.4424 23.25 12.0242 23.25C6.07605 23.25 1.25 18.4393 1.25 12.5C1.25 6.56066 6.07605 1.75 12.0242 1.75C16.7393 1.75 20.7464 4.77188 22.2073 8.98024C22.4777 9.75909 22.6608 10.5783 22.7452 11.4259C22.7759 11.7348 22.6581 12.0399 22.4278 12.248C22.1975 12.456 21.882 12.5423 21.5778 12.4804L19.177 11.9917C18.8159 11.9183 18.5269 11.648 18.4294 11.2927C18.3319 10.9374 18.4426 10.5575 18.7155 10.31L19.8123 9.31587C19.9676 9.17506 20.0453 9.10466 20.0641 9.00614C20.083 8.90761 20.0388 8.81772 19.9506 8.63793C18.5165 5.71632 15.5056 3.70455 12.0242 3.70455Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-lock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.75C6.06294 1.75 1.25 6.56294 1.25 12.5C1.25 18.4371 6.06294 23.25 12 23.25C17.9371 23.25 22.75 18.4371 22.75 12.5C22.75 6.56294 17.9371 1.75 12 1.75ZM9.5 11.25C9.5 9.86929 10.6193 8.75 12 8.75C13.3807 8.75 14.5 9.86929 14.5 11.25C14.5 12.2752 13.883 13.1562 13 13.542V16.25C13 16.8023 12.5523 17.25 12 17.25C11.4477 17.25 11 16.8023 11 16.25V13.542C10.117 13.1562 9.5 12.2752 9.5 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.75C6.06294 1.75 1.25 6.56294 1.25 12.5C1.25 18.4371 6.06294 23.25 12 23.25C17.9371 23.25 22.75 18.4371 22.75 12.5C22.75 6.56294 17.9371 1.75 12 1.75ZM9.5 11.25C9.5 9.86929 10.6193 8.75 12 8.75C13.3807 8.75 14.5 9.86929 14.5 11.25C14.5 12.2752 13.883 13.1562 13 13.542V16.25C13 16.8023 12.5523 17.25 12 17.25C11.4477 17.25 11 16.8023 11 16.25V13.542C10.117 13.1562 9.5 12.2752 9.5 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-locked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.18557 2.95065C9.2129 3.50225 8.7879 3.97158 8.23629 3.99892C6.16432 4.10161 5.19943 4.40823 4.55377 5.05389C3.90811 5.69955 3.60148 6.66445 3.4988 8.73642C3.47146 9.28802 3.00213 9.71303 2.45052 9.68569C1.89892 9.65835 1.47391 9.18903 1.50125 8.63742C1.60669 6.50995 1.92267 4.85657 3.13956 3.63968C4.35645 2.42279 6.00982 2.10681 8.13729 2.00137C8.6889 1.97403 9.15823 2.39904 9.18557 2.95065ZM14.8145 2.95065C14.8418 2.39904 15.3111 1.97403 15.8628 2.00137C17.9902 2.10681 19.6436 2.42279 20.8605 3.63968C22.0774 4.85657 22.3934 6.50995 22.4988 8.63742C22.5261 9.18903 22.1011 9.65835 21.5495 9.68569C20.9979 9.71303 20.5286 9.28802 20.5012 8.73642C20.3986 6.66445 20.0919 5.69955 19.4463 5.05389C18.8006 4.40823 17.8357 4.10161 15.7638 3.99892C15.2121 3.97158 14.7871 3.50225 14.8145 2.95065ZM2.45052 15.3146C3.00213 15.2873 3.47146 15.7123 3.4988 16.2639C3.60148 18.3358 3.90811 19.3007 4.55377 19.9464C5.19943 20.5921 6.16432 20.8987 8.23629 21.0014C8.78789 21.0287 9.2129 21.498 9.18556 22.0496C9.15822 22.6013 8.68889 23.0263 8.13729 22.9989C6.00982 22.8935 4.35645 22.5775 3.13956 21.3606C1.92267 20.1437 1.60669 18.4903 1.50125 16.3629C1.47391 15.8113 1.89892 15.3419 2.45052 15.3146ZM21.5495 15.3146C22.1011 15.3419 22.5261 15.8113 22.4988 16.3629C22.3934 18.4903 22.0774 20.1437 20.8605 21.3606C19.6436 22.5775 17.9902 22.8935 15.8628 22.9989C15.3111 23.0263 14.8418 22.6013 14.8145 22.0496C14.7871 21.498 15.2121 21.0287 15.7638 21.0014C17.8357 20.8987 18.8006 20.5921 19.4463 19.9464C20.0919 19.3007 20.3986 18.3358 20.5012 16.2639C20.5286 15.7123 20.9979 15.2873 21.5495 15.3146Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 10.5278V9.75012C8.5 7.81713 10.067 6.25012 12 6.25012C13.933 6.25012 15.5 7.81713 15.5 9.75012V10.5278C16.3375 10.8915 16.9608 11.6612 17.092 12.5946C17.1761 13.1923 17.25 13.8348 17.25 14.5001C17.25 15.1655 17.1761 15.8079 17.092 16.4056C16.9137 17.6733 15.828 18.6389 14.5307 18.696C13.7225 18.7316 12.9021 18.7501 12 18.7501C11.0979 18.7501 10.2775 18.7316 9.46933 18.696C8.17205 18.6389 7.08626 17.6733 6.90795 16.4056C6.82389 15.8079 6.75 15.1655 6.75 14.5001C6.75 13.8348 6.82389 13.1923 6.90795 12.5946C7.03924 11.6612 7.66254 10.8915 8.5 10.5278ZM10.5 9.75012C10.5 8.92169 11.1716 8.25012 12 8.25012C12.8284 8.25012 13.5 8.92169 13.5 9.75012V10.2685C13.0184 10.2563 12.5229 10.2501 12 10.2501C11.4771 10.2501 10.9816 10.2563 10.5 10.2685V9.75012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.18557 2.95065C9.2129 3.50225 8.7879 3.97158 8.23629 3.99892C6.16432 4.10161 5.19943 4.40823 4.55377 5.05389C3.90811 5.69955 3.60148 6.66445 3.4988 8.73642C3.47146 9.28802 3.00213 9.71303 2.45052 9.68569C1.89892 9.65835 1.47391 9.18903 1.50125 8.63742C1.60669 6.50995 1.92267 4.85657 3.13956 3.63968C4.35645 2.42279 6.00982 2.10681 8.13729 2.00137C8.6889 1.97403 9.15823 2.39904 9.18557 2.95065ZM14.8145 2.95065C14.8418 2.39904 15.3111 1.97403 15.8628 2.00137C17.9902 2.10681 19.6436 2.42279 20.8605 3.63968C22.0774 4.85657 22.3934 6.50995 22.4988 8.63742C22.5261 9.18903 22.1011 9.65835 21.5495 9.68569C20.9979 9.71303 20.5286 9.28802 20.5012 8.73642C20.3986 6.66445 20.0919 5.69955 19.4463 5.05389C18.8006 4.40823 17.8357 4.10161 15.7638 3.99892C15.2121 3.97158 14.7871 3.50225 14.8145 2.95065ZM2.45052 15.3146C3.00213 15.2873 3.47146 15.7123 3.4988 16.2639C3.60148 18.3358 3.90811 19.3007 4.55377 19.9464C5.19943 20.5921 6.16432 20.8987 8.23629 21.0014C8.78789 21.0287 9.2129 21.498 9.18556 22.0496C9.15822 22.6013 8.68889 23.0263 8.13729 22.9989C6.00982 22.8935 4.35645 22.5775 3.13956 21.3606C1.92267 20.1437 1.60669 18.4903 1.50125 16.3629C1.47391 15.8113 1.89892 15.3419 2.45052 15.3146ZM21.5495 15.3146C22.1011 15.3419 22.5261 15.8113 22.4988 16.3629C22.3934 18.4903 22.0774 20.1437 20.8605 21.3606C19.6436 22.5775 17.9902 22.8935 15.8628 22.9989C15.3111 23.0263 14.8418 22.6013 14.8145 22.0496C14.7871 21.498 15.2121 21.0287 15.7638 21.0014C17.8357 20.8987 18.8006 20.5921 19.4463 19.9464C20.0919 19.3007 20.3986 18.3358 20.5012 16.2639C20.5286 15.7123 20.9979 15.2873 21.5495 15.3146Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 10.5278V9.75012C8.5 7.81713 10.067 6.25012 12 6.25012C13.933 6.25012 15.5 7.81713 15.5 9.75012V10.5278C16.3375 10.8915 16.9608 11.6612 17.092 12.5946C17.1761 13.1923 17.25 13.8348 17.25 14.5001C17.25 15.1655 17.1761 15.8079 17.092 16.4056C16.9137 17.6733 15.828 18.6389 14.5307 18.696C13.7225 18.7316 12.9021 18.7501 12 18.7501C11.0979 18.7501 10.2775 18.7316 9.46933 18.696C8.17205 18.6389 7.08626 17.6733 6.90795 16.4056C6.82389 15.8079 6.75 15.1655 6.75 14.5001C6.75 13.8348 6.82389 13.1923 6.90795 12.5946C7.03924 11.6612 7.66254 10.8915 8.5 10.5278ZM10.5 9.75012C10.5 8.92169 11.1716 8.25012 12 8.25012C12.8284 8.25012 13.5 8.92169 13.5 9.75012V10.2685C13.0184 10.2563 12.5229 10.2501 12 10.2501C11.4771 10.2501 10.9816 10.2563 10.5 10.2685V9.75012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-microsoft-admin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.7461 2.93599C8.92312 2.32562 10.299 1.75 11.9982 1.75C13.6974 1.75 15.0739 2.32562 16.2515 2.93595C16.6183 3.12608 16.9531 3.31088 17.2692 3.48531C18.0233 3.90152 18.6706 4.25874 19.3906 4.48858C19.8215 4.62612 20.2214 4.75378 20.5032 4.86426C20.7634 4.96629 21.1189 5.12189 21.3783 5.41041C21.6082 5.66611 21.7222 5.94948 21.7943 6.20217C21.8582 6.42633 21.913 6.73073 21.9616 7.00052C23.1863 13.7977 20.5112 20.2868 13.9235 22.8115C13.2913 23.054 12.7801 23.25 12.0015 23.25C11.2228 23.25 10.7115 23.054 10.0793 22.8116C3.49156 20.2869 0.813658 13.7981 2.03813 7.00058C2.08667 6.73083 2.14144 6.42648 2.20536 6.20234C2.2774 5.94967 2.39138 5.66633 2.62122 5.41064C2.88059 5.12211 3.23608 4.96646 3.49627 4.8644C3.77803 4.75388 4.178 4.62616 4.60895 4.48853C5.32854 4.25871 5.97521 3.9016 6.72876 3.48546L6.7288 3.48544C7.0447 3.31099 7.37938 3.12616 7.7461 2.93599ZM7.83444 5.11037C7.01856 5.56102 6.1182 6.05833 5.20293 6.35064C4.88738 6.45142 4.58904 6.55341 4.36164 6.63518C4.22766 6.68336 4.16066 6.70745 4.109 6.76785C4.05733 6.82825 4.04452 6.89501 4.01888 7.02855C4.00231 7.11492 3.98336 7.21908 3.96023 7.34745C3.72061 8.67769 3.64754 9.97627 3.73711 11.2156C3.75511 11.4647 3.76411 11.5893 3.85048 11.6696C3.93686 11.75 4.06553 11.75 4.32287 11.75H10.65C10.9328 11.75 11.0743 11.75 11.1621 11.6621C11.25 11.5743 11.25 11.4328 11.25 11.15V4.44301C11.25 4.11765 11.25 3.95497 11.1336 3.86489C11.0173 3.77481 10.8702 3.81289 10.576 3.88904C9.91104 4.06113 9.28282 4.34063 8.64477 4.6715C8.38658 4.80539 8.11552 4.95511 7.83444 5.11037ZM19.7642 13.9806C19.8619 13.6548 19.9108 13.4919 19.8209 13.3709C19.7309 13.25 19.5548 13.25 19.2026 13.25H13.35C13.0672 13.25 12.9257 13.25 12.8379 13.3379C12.75 13.4257 12.75 13.5672 12.75 13.85V20.6555C12.75 20.7268 12.75 20.7625 12.756 20.792C12.7875 20.9474 12.9432 21.0544 13.0995 21.0282C13.1292 21.0233 13.1614 21.0109 13.2258 20.9863C16.6042 19.6915 18.8122 17.1534 19.7642 13.9806Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.7461 2.93599C8.92312 2.32562 10.299 1.75 11.9982 1.75C13.6974 1.75 15.0739 2.32562 16.2515 2.93595C16.6183 3.12608 16.9531 3.31088 17.2692 3.48531C18.0233 3.90152 18.6706 4.25874 19.3906 4.48858C19.8215 4.62612 20.2214 4.75378 20.5032 4.86426C20.7634 4.96629 21.1189 5.12189 21.3783 5.41041C21.6082 5.66611 21.7222 5.94948 21.7943 6.20217C21.8582 6.42633 21.913 6.73073 21.9616 7.00052C23.1863 13.7977 20.5112 20.2868 13.9235 22.8115C13.2913 23.054 12.7801 23.25 12.0015 23.25C11.2228 23.25 10.7115 23.054 10.0793 22.8116C3.49156 20.2869 0.813658 13.7981 2.03813 7.00058C2.08667 6.73083 2.14144 6.42648 2.20536 6.20234C2.2774 5.94967 2.39138 5.66633 2.62122 5.41064C2.88059 5.12211 3.23608 4.96646 3.49627 4.8644C3.77803 4.75388 4.178 4.62616 4.60895 4.48853C5.32854 4.25871 5.97521 3.9016 6.72876 3.48546L6.7288 3.48544C7.0447 3.31099 7.37938 3.12616 7.7461 2.93599ZM7.83444 5.11037C7.01856 5.56102 6.1182 6.05833 5.20293 6.35064C4.88738 6.45142 4.58904 6.55341 4.36164 6.63518C4.22766 6.68336 4.16066 6.70745 4.109 6.76785C4.05733 6.82825 4.04452 6.89501 4.01888 7.02855C4.00231 7.11492 3.98336 7.21908 3.96023 7.34745C3.72061 8.67769 3.64754 9.97627 3.73711 11.2156C3.75511 11.4647 3.76411 11.5893 3.85048 11.6696C3.93686 11.75 4.06553 11.75 4.32287 11.75H10.65C10.9328 11.75 11.0743 11.75 11.1621 11.6621C11.25 11.5743 11.25 11.4328 11.25 11.15V4.44301C11.25 4.11765 11.25 3.95497 11.1336 3.86489C11.0173 3.77481 10.8702 3.81289 10.576 3.88904C9.91104 4.06113 9.28282 4.34063 8.64477 4.6715C8.38658 4.80539 8.11552 4.95511 7.83444 5.11037ZM19.7642 13.9806C19.8619 13.6548 19.9108 13.4919 19.8209 13.3709C19.7309 13.25 19.5548 13.25 19.2026 13.25H13.35C13.0672 13.25 12.9257 13.25 12.8379 13.3379C12.75 13.4257 12.75 13.5672 12.75 13.85V20.6555C12.75 20.7268 12.75 20.7625 12.756 20.792C12.7875 20.9474 12.9432 21.0544 13.0995 21.0282C13.1292 21.0233 13.1614 21.0109 13.2258 20.9863C16.6042 19.6915 18.8122 17.1534 19.7642 13.9806Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-mobile-protection{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9638 1.83209C10.9464 1.75734 10.9057 1.75601 10.8242 1.75337C10.7203 1.75 10.5947 1.75 10.4442 1.75H10.4442C8.84166 1.74998 7.56269 1.74997 6.55962 1.88483C5.52335 2.02415 4.66994 2.31966 3.9948 2.9948C3.31966 3.66994 3.02415 4.52335 2.88483 5.55962C2.74997 6.56269 2.74998 7.84166 2.75 9.44423V9.44424V15.5558V15.5558C2.74998 17.1583 2.74997 18.4373 2.88483 19.4404C3.02415 20.4767 3.31966 21.3301 3.9948 22.0052C4.66994 22.6803 5.52335 22.9758 6.55962 23.1152C7.5627 23.25 8.84167 23.25 10.4443 23.25H10.5557C12.1583 23.25 13.4373 23.25 14.4404 23.1152C15.4767 22.9758 16.3301 22.6803 17.0052 22.0052C17.6803 21.3301 17.9759 20.4767 18.1152 19.4404C18.25 18.4373 18.25 17.1583 18.25 15.5557V13.9224C18.25 13.6499 18.25 13.5137 18.1937 13.4352C18.1521 13.3774 18.0997 13.3407 18.0312 13.3214C17.9382 13.2953 17.8031 13.3444 17.533 13.4427C17.2127 13.5595 16.6895 13.7503 16.0008 13.7503C15.3121 13.7504 14.7888 13.5595 14.4685 13.4427C10.3225 11.9345 8.69015 7.98829 9.42248 4.12835L9.42585 4.1105L9.42585 4.1105C9.44583 4.00443 9.48908 3.77483 9.54863 3.5766C9.62923 3.30834 9.7934 2.88554 10.1683 2.48971C10.3929 2.25255 10.6412 2.08845 10.8478 1.97814C10.9368 1.93061 10.9813 1.90684 10.9638 1.83209ZM9.5 18.5C8.94772 18.5 8.5 18.9477 8.5 19.5C8.5 20.0523 8.94772 20.5 9.5 20.5H11.5C12.0523 20.5 12.5 20.0523 12.5 19.5C12.5 18.9477 12.0523 18.5 11.5 18.5H9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.8219 2.32275C14.408 2.03431 15.1173 1.75 15.9982 1.75C16.8792 1.75 17.5887 2.0343 18.175 2.32271C18.3696 2.41841 18.5403 2.50789 18.6971 2.59005C19.0508 2.77543 19.3336 2.92358 19.6583 3.02196C19.8622 3.08373 20.0689 3.14634 20.2134 3.2001C20.3392 3.24694 20.5665 3.33594 20.7415 3.52072C20.8965 3.6843 20.9706 3.86418 21.0137 4.00776C21.0498 4.1276 21.0803 4.28901 21.1028 4.40766C21.7229 7.67405 20.3583 10.8182 17.0193 12.0327C16.7123 12.1445 16.4225 12.25 15.9998 12.25C15.5771 12.25 15.2873 12.1445 14.9802 12.0327C11.6413 10.8183 10.2752 7.67434 10.8952 4.40771C10.9177 4.28907 10.9482 4.12769 10.9842 4.00785C11.0274 3.86428 11.1015 3.68442 11.2564 3.52085C11.4314 3.33606 11.6587 3.24702 11.7845 3.20018C11.9289 3.1464 12.1357 3.08375 12.3396 3.02195C12.6641 2.92359 12.9465 2.7755 13.3 2.59017C13.4567 2.50799 13.6274 2.41849 13.8219 2.32275Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9638 1.83209C10.9464 1.75734 10.9057 1.75601 10.8242 1.75337C10.7203 1.75 10.5947 1.75 10.4442 1.75H10.4442C8.84166 1.74998 7.56269 1.74997 6.55962 1.88483C5.52335 2.02415 4.66994 2.31966 3.9948 2.9948C3.31966 3.66994 3.02415 4.52335 2.88483 5.55962C2.74997 6.56269 2.74998 7.84166 2.75 9.44423V9.44424V15.5558V15.5558C2.74998 17.1583 2.74997 18.4373 2.88483 19.4404C3.02415 20.4767 3.31966 21.3301 3.9948 22.0052C4.66994 22.6803 5.52335 22.9758 6.55962 23.1152C7.5627 23.25 8.84167 23.25 10.4443 23.25H10.5557C12.1583 23.25 13.4373 23.25 14.4404 23.1152C15.4767 22.9758 16.3301 22.6803 17.0052 22.0052C17.6803 21.3301 17.9759 20.4767 18.1152 19.4404C18.25 18.4373 18.25 17.1583 18.25 15.5557V13.9224C18.25 13.6499 18.25 13.5137 18.1937 13.4352C18.1521 13.3774 18.0997 13.3407 18.0312 13.3214C17.9382 13.2953 17.8031 13.3444 17.533 13.4427C17.2127 13.5595 16.6895 13.7503 16.0008 13.7503C15.3121 13.7504 14.7888 13.5595 14.4685 13.4427C10.3225 11.9345 8.69015 7.98829 9.42248 4.12835L9.42585 4.1105L9.42585 4.1105C9.44583 4.00443 9.48908 3.77483 9.54863 3.5766C9.62923 3.30834 9.7934 2.88554 10.1683 2.48971C10.3929 2.25255 10.6412 2.08845 10.8478 1.97814C10.9368 1.93061 10.9813 1.90684 10.9638 1.83209ZM9.5 18.5C8.94772 18.5 8.5 18.9477 8.5 19.5C8.5 20.0523 8.94772 20.5 9.5 20.5H11.5C12.0523 20.5 12.5 20.0523 12.5 19.5C12.5 18.9477 12.0523 18.5 11.5 18.5H9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.8219 2.32275C14.408 2.03431 15.1173 1.75 15.9982 1.75C16.8792 1.75 17.5887 2.0343 18.175 2.32271C18.3696 2.41841 18.5403 2.50789 18.6971 2.59005C19.0508 2.77543 19.3336 2.92358 19.6583 3.02196C19.8622 3.08373 20.0689 3.14634 20.2134 3.2001C20.3392 3.24694 20.5665 3.33594 20.7415 3.52072C20.8965 3.6843 20.9706 3.86418 21.0137 4.00776C21.0498 4.1276 21.0803 4.28901 21.1028 4.40766C21.7229 7.67405 20.3583 10.8182 17.0193 12.0327C16.7123 12.1445 16.4225 12.25 15.9998 12.25C15.5771 12.25 15.2873 12.1445 14.9802 12.0327C11.6413 10.8183 10.2752 7.67434 10.8952 4.40771C10.9177 4.28907 10.9482 4.12769 10.9842 4.00785C11.0274 3.86428 11.1015 3.68442 11.2564 3.52085C11.4314 3.33606 11.6587 3.24702 11.7845 3.20018C11.9289 3.1464 12.1357 3.08375 12.3396 3.02195C12.6641 2.92359 12.9465 2.7755 13.3 2.59017C13.4567 2.50799 13.6274 2.41849 13.8219 2.32275Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-mobile-security{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.7188 5.11063V4.525C19.7188 3.01247 18.5213 1.75 17 1.75C15.4787 1.75 14.2813 3.01247 14.2813 4.525V5.11063C13.5256 5.42366 12.9824 6.14097 12.8735 6.97252C12.808 7.47311 12.75 8.01394 12.75 8.575C12.75 9.13606 12.808 9.67688 12.8735 10.1775C13.0154 11.2614 13.8954 12.1513 15.0219 12.2046C15.6538 12.2345 16.2952 12.25 17 12.25C17.7048 12.25 18.3462 12.2345 18.9781 12.2046C20.1046 12.1513 20.9846 11.2615 21.1265 10.1775C21.192 9.67688 21.25 9.13606 21.25 8.575C21.25 8.01394 21.192 7.47311 21.1265 6.97252C21.0176 6.14097 20.4744 5.42366 19.7188 5.11063ZM15.7812 4.525C15.7812 3.80078 16.3467 3.25 17 3.25C17.6533 3.25 18.2188 3.80078 18.2188 4.525V4.91673C17.8277 4.90566 17.4254 4.9 17 4.9C16.5746 4.9 16.1723 4.90566 15.7812 4.91673V4.525Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.1607 13.8279C18.25 13.916 18.25 14.0607 18.25 14.35V15.5557C18.25 17.1583 18.25 18.4373 18.1152 19.4404C17.9759 20.4767 17.6803 21.3301 17.0052 22.0052C16.3301 22.6803 15.4767 22.9758 14.4404 23.1152C13.4373 23.25 12.1583 23.25 10.5557 23.25H10.4443C8.84166 23.25 7.5627 23.25 6.55961 23.1152C5.52335 22.9758 4.66994 22.6803 3.9948 22.0052C3.31966 21.3301 3.02415 20.4767 2.88483 19.4404C2.74997 18.4373 2.74998 17.1583 2.75 15.5558V15.5557V9.44424V9.44422C2.74998 7.84165 2.74997 6.56269 2.88483 5.55961C3.02415 4.52335 3.31966 3.66994 3.9948 2.9948C4.66994 2.31966 5.52335 2.02415 6.55961 1.88483C7.56269 1.74997 8.84167 1.74998 10.4442 1.75H10.4443H10.5558H10.5558C11.3042 1.74999 11.9821 1.74999 12.5942 1.76372C13.0636 1.77425 13.2983 1.77951 13.3844 1.91464C13.4705 2.04976 13.3621 2.29664 13.1453 2.79041C12.9778 3.17203 12.8639 3.58108 12.8125 4.00621V4.00622C12.7962 4.14125 12.788 4.20876 12.7638 4.25614C12.7397 4.30351 12.6892 4.35047 12.5881 4.44438C11.9365 5.04983 11.5042 5.87638 11.3862 6.77783C11.318 7.29869 11.25 7.91574 11.25 8.575C11.25 9.23426 11.318 9.85131 11.3862 10.3722C11.6146 12.1168 13.0407 13.6126 14.9511 13.7029C15.6073 13.7339 16.2723 13.75 17 13.75C17.2161 13.75 17.4267 13.7486 17.6331 13.7458C17.9253 13.7418 18.0714 13.7398 18.1607 13.8279ZM9.5 18.5C8.94772 18.5 8.5 18.9477 8.5 19.5C8.5 20.0523 8.94772 20.5 9.5 20.5H11.5C12.0523 20.5 12.5 20.0523 12.5 19.5C12.5 18.9477 12.0523 18.5 11.5 18.5H9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.7188 5.11063V4.525C19.7188 3.01247 18.5213 1.75 17 1.75C15.4787 1.75 14.2813 3.01247 14.2813 4.525V5.11063C13.5256 5.42366 12.9824 6.14097 12.8735 6.97252C12.808 7.47311 12.75 8.01394 12.75 8.575C12.75 9.13606 12.808 9.67688 12.8735 10.1775C13.0154 11.2614 13.8954 12.1513 15.0219 12.2046C15.6538 12.2345 16.2952 12.25 17 12.25C17.7048 12.25 18.3462 12.2345 18.9781 12.2046C20.1046 12.1513 20.9846 11.2615 21.1265 10.1775C21.192 9.67688 21.25 9.13606 21.25 8.575C21.25 8.01394 21.192 7.47311 21.1265 6.97252C21.0176 6.14097 20.4744 5.42366 19.7188 5.11063ZM15.7812 4.525C15.7812 3.80078 16.3467 3.25 17 3.25C17.6533 3.25 18.2188 3.80078 18.2188 4.525V4.91673C17.8277 4.90566 17.4254 4.9 17 4.9C16.5746 4.9 16.1723 4.90566 15.7812 4.91673V4.525Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.1607 13.8279C18.25 13.916 18.25 14.0607 18.25 14.35V15.5557C18.25 17.1583 18.25 18.4373 18.1152 19.4404C17.9759 20.4767 17.6803 21.3301 17.0052 22.0052C16.3301 22.6803 15.4767 22.9758 14.4404 23.1152C13.4373 23.25 12.1583 23.25 10.5557 23.25H10.4443C8.84166 23.25 7.5627 23.25 6.55961 23.1152C5.52335 22.9758 4.66994 22.6803 3.9948 22.0052C3.31966 21.3301 3.02415 20.4767 2.88483 19.4404C2.74997 18.4373 2.74998 17.1583 2.75 15.5558V15.5557V9.44424V9.44422C2.74998 7.84165 2.74997 6.56269 2.88483 5.55961C3.02415 4.52335 3.31966 3.66994 3.9948 2.9948C4.66994 2.31966 5.52335 2.02415 6.55961 1.88483C7.56269 1.74997 8.84167 1.74998 10.4442 1.75H10.4443H10.5558H10.5558C11.3042 1.74999 11.9821 1.74999 12.5942 1.76372C13.0636 1.77425 13.2983 1.77951 13.3844 1.91464C13.4705 2.04976 13.3621 2.29664 13.1453 2.79041C12.9778 3.17203 12.8639 3.58108 12.8125 4.00621V4.00622C12.7962 4.14125 12.788 4.20876 12.7638 4.25614C12.7397 4.30351 12.6892 4.35047 12.5881 4.44438C11.9365 5.04983 11.5042 5.87638 11.3862 6.77783C11.318 7.29869 11.25 7.91574 11.25 8.575C11.25 9.23426 11.318 9.85131 11.3862 10.3722C11.6146 12.1168 13.0407 13.6126 14.9511 13.7029C15.6073 13.7339 16.2723 13.75 17 13.75C17.2161 13.75 17.4267 13.7486 17.6331 13.7458C17.9253 13.7418 18.0714 13.7398 18.1607 13.8279ZM9.5 18.5C8.94772 18.5 8.5 18.9477 8.5 19.5C8.5 20.0523 8.94772 20.5 9.5 20.5H11.5C12.0523 20.5 12.5 20.0523 12.5 19.5C12.5 18.9477 12.0523 18.5 11.5 18.5H9.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-qr-code{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.9384 2.5L6.00001 2.50001L6.06161 2.5C6.71574 2.49994 7.30346 2.49989 7.77916 2.56384C8.29852 2.63367 8.83134 2.7958 9.26777 3.23224C9.70421 3.66868 9.86635 4.20149 9.93617 4.72085C10.0001 5.19656 10.0001 5.78427 10 6.4384L10 6.50001L10 6.56162C10.0001 7.21574 10.0001 7.80346 9.93617 8.27916C9.86635 8.79852 9.70421 9.33134 9.26777 9.76777C8.83134 10.2042 8.29852 10.3663 7.77916 10.4362C7.30346 10.5001 6.71574 10.5001 6.06162 10.5L6.00001 10.5L5.9384 10.5C5.28427 10.5001 4.69656 10.5001 4.22085 10.4362C3.70149 10.3663 3.16868 10.2042 2.73224 9.76777C2.2958 9.33134 2.13367 8.79852 2.06384 8.27916C1.99989 7.80346 1.99994 7.21574 2 6.56161L2.00001 6.50001L2 6.4384C1.99994 5.78428 1.99989 5.19656 2.06384 4.72085C2.13367 4.20149 2.2958 3.66868 2.73224 3.23224C3.16868 2.7958 3.70149 2.63367 4.22085 2.56384C4.69656 2.49989 5.28428 2.49994 5.9384 2.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.9384 14.5L6.00001 14.5L6.06161 14.5C6.71574 14.4999 7.30346 14.4999 7.77916 14.5638C8.29852 14.6337 8.83134 14.7958 9.26777 15.2322C9.70421 15.6687 9.86635 16.2015 9.93617 16.7209C10.0001 17.1966 10.0001 17.7843 10 18.4384L10 18.5L10 18.5616C10.0001 19.2157 10.0001 19.8035 9.93617 20.2792C9.86635 20.7985 9.70421 21.3313 9.26777 21.7678C8.83134 22.2042 8.29852 22.3663 7.77916 22.4362C7.30346 22.5001 6.71574 22.5001 6.06162 22.5L6.00001 22.5L5.9384 22.5C5.28427 22.5001 4.69656 22.5001 4.22085 22.4362C3.70149 22.3663 3.16868 22.2042 2.73224 21.7678C2.2958 21.3313 2.13367 20.7985 2.06384 20.2792C1.99989 19.8035 1.99994 19.2157 2 18.5616L2.00001 18.5L2 18.4384C1.99994 17.7843 1.99989 17.1966 2.06384 16.7209C2.13367 16.2015 2.2958 15.6687 2.73224 15.2322C3.16868 14.7958 3.70149 14.6337 4.22085 14.5638C4.69656 14.4999 5.28428 14.4999 5.9384 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12.5C2 11.9477 2.44772 11.5 3 11.5L9 11.5C9.55228 11.5 10 11.9477 10 12.5C10 13.0523 9.55228 13.5 9 13.5L3 13.5C2.44772 13.5 2 13.0523 2 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.5C12.5523 2.5 13 2.94772 13 3.5V8.5C13 9.05228 12.5523 9.5 12 9.5C11.4477 9.5 11 9.05228 11 8.5V3.5C11 2.94772 11.4477 2.5 12 2.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9384 2.5L18 2.50001L18.0616 2.5C18.7157 2.49994 19.3035 2.49989 19.7792 2.56384C20.2985 2.63367 20.8313 2.7958 21.2678 3.23224C21.7042 3.66868 21.8663 4.20149 21.9362 4.72085C22.0001 5.19656 22.0001 5.78427 22 6.4384L22 6.50001L22 6.56162C22.0001 7.21574 22.0001 7.80346 21.9362 8.27916C21.8663 8.79852 21.7042 9.33134 21.2678 9.76777C20.8313 10.2042 20.2985 10.3663 19.7792 10.4362C19.3035 10.5001 18.7157 10.5001 18.0616 10.5L18 10.5L17.9384 10.5C17.2843 10.5001 16.6966 10.5001 16.2209 10.4362C15.7015 10.3663 15.1687 10.2042 14.7322 9.76777C14.2958 9.33134 14.1337 8.79852 14.0638 8.27916C13.9999 7.80346 13.9999 7.21574 14 6.56161L14 6.50001L14 6.4384C13.9999 5.78428 13.9999 5.19656 14.0638 4.72085C14.1337 4.20149 14.2958 3.66868 14.7322 3.23224C15.1687 2.7958 15.7015 2.63367 16.2209 2.56384C16.6966 2.49989 17.2843 2.49994 17.9384 2.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9384 11.5C14.9589 11.5 14.9794 11.5 15 11.5H21C21.5523 11.5 22 11.9477 22 12.5C22 13.0523 21.5523 13.5 21 13.5H15C14.2646 13.5 13.8137 13.5021 13.4873 13.546C13.2005 13.5846 13.1526 13.6394 13.1469 13.6459C13.1467 13.6462 13.1466 13.6463 13.1465 13.6465C13.1463 13.6466 13.1462 13.6467 13.1459 13.6469C13.1394 13.6526 13.0846 13.7005 13.046 13.9873C13.0021 14.3137 13 14.7646 13 15.5C13 16.0523 12.5523 16.5 12 16.5C11.4477 16.5 11 16.0523 11 15.5C11 15.4794 11 15.4589 11 15.4384C10.9999 14.7843 10.9999 14.1966 11.0638 13.7209C11.1337 13.2015 11.2958 12.6687 11.7322 12.2322C12.1687 11.7958 12.7015 11.6337 13.2209 11.5638C13.6966 11.4999 14.2843 11.4999 14.9384 11.5ZM19.5125 16.5461C19.1862 16.5021 18.7354 16.5 18 16.5C17.4477 16.5 17 16.0523 17 15.5C17 14.9477 17.4477 14.5 18 14.5C18.0206 14.5 18.0412 14.5 18.0617 14.5C18.7157 14.4999 19.3036 14.4999 19.7794 14.5639C20.299 14.6339 20.8319 14.7964 21.2683 15.2334C21.7045 15.6702 21.8664 16.2033 21.9362 16.723C22.0001 17.1992 22.0001 17.7876 22 18.4428C22 18.4632 22 18.4838 22 18.5043C22 18.5249 22 18.5455 22 18.5659C22.0001 19.2211 22.0001 19.8095 21.9362 20.2857C21.8664 20.8054 21.7045 21.3385 21.2683 21.7753C20.64 22.4045 19.7921 22.4766 19.0302 22.4996C18.4781 22.5162 18.0171 22.0822 18.0005 21.5302C17.9838 20.9781 18.4178 20.5171 18.9698 20.5005C19.3416 20.4892 19.5612 20.4636 19.7034 20.4272C19.8181 20.3979 19.8442 20.3712 19.8522 20.363C19.8525 20.3627 19.8528 20.3624 19.8531 20.3621C19.8532 20.362 19.8534 20.3618 19.8536 20.3616C19.8604 20.3556 19.9154 20.3071 19.954 20.0196C19.9979 19.6925 20 19.2407 20 18.5043C20 17.768 19.9979 17.3162 19.954 16.9891C19.9154 16.7016 19.8604 16.6531 19.8536 16.6471C19.8534 16.6469 19.8532 16.6467 19.8531 16.6466C19.8529 16.6465 19.8528 16.6463 19.8526 16.646C19.8468 16.6395 19.799 16.5846 19.5125 16.5461ZM15 14.5C15.5523 14.5 16 14.9477 16 15.5V17C16 17.2576 16.0333 17.3814 16.051 17.4279C16.0822 17.4397 16.152 17.4601 16.2866 17.4753C16.468 17.4958 16.6924 17.5 17 17.5C18.1046 17.5 19 18.3954 19 19.5C19 20.0523 18.5523 20.5 18 20.5C17.4477 20.5 17 20.0523 17 19.5C16.6995 19.5 16.3698 19.4975 16.0621 19.4627C15.7549 19.428 15.3946 19.3543 15.0565 19.1656C14.2542 18.7178 14 17.894 14 17V15.5C14 14.9477 14.4477 14.5 15 14.5ZM12 17.2692C12.5523 17.2692 13 17.717 13 18.2692V21.0385C13 21.5908 12.5523 22.0385 12 22.0385C11.4477 22.0385 11 21.5908 11 21.0385V18.2692C11 17.717 11.4477 17.2692 12 17.2692ZM14 21.5C14 20.9477 14.4477 20.5 15 20.5H16C16.5523 20.5 17 20.9477 17 21.5C17 22.0523 16.5523 22.5 16 22.5H15C14.4477 22.5 14 22.0523 14 21.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.9384 2.5L6.00001 2.50001L6.06161 2.5C6.71574 2.49994 7.30346 2.49989 7.77916 2.56384C8.29852 2.63367 8.83134 2.7958 9.26777 3.23224C9.70421 3.66868 9.86635 4.20149 9.93617 4.72085C10.0001 5.19656 10.0001 5.78427 10 6.4384L10 6.50001L10 6.56162C10.0001 7.21574 10.0001 7.80346 9.93617 8.27916C9.86635 8.79852 9.70421 9.33134 9.26777 9.76777C8.83134 10.2042 8.29852 10.3663 7.77916 10.4362C7.30346 10.5001 6.71574 10.5001 6.06162 10.5L6.00001 10.5L5.9384 10.5C5.28427 10.5001 4.69656 10.5001 4.22085 10.4362C3.70149 10.3663 3.16868 10.2042 2.73224 9.76777C2.2958 9.33134 2.13367 8.79852 2.06384 8.27916C1.99989 7.80346 1.99994 7.21574 2 6.56161L2.00001 6.50001L2 6.4384C1.99994 5.78428 1.99989 5.19656 2.06384 4.72085C2.13367 4.20149 2.2958 3.66868 2.73224 3.23224C3.16868 2.7958 3.70149 2.63367 4.22085 2.56384C4.69656 2.49989 5.28428 2.49994 5.9384 2.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.9384 14.5L6.00001 14.5L6.06161 14.5C6.71574 14.4999 7.30346 14.4999 7.77916 14.5638C8.29852 14.6337 8.83134 14.7958 9.26777 15.2322C9.70421 15.6687 9.86635 16.2015 9.93617 16.7209C10.0001 17.1966 10.0001 17.7843 10 18.4384L10 18.5L10 18.5616C10.0001 19.2157 10.0001 19.8035 9.93617 20.2792C9.86635 20.7985 9.70421 21.3313 9.26777 21.7678C8.83134 22.2042 8.29852 22.3663 7.77916 22.4362C7.30346 22.5001 6.71574 22.5001 6.06162 22.5L6.00001 22.5L5.9384 22.5C5.28427 22.5001 4.69656 22.5001 4.22085 22.4362C3.70149 22.3663 3.16868 22.2042 2.73224 21.7678C2.2958 21.3313 2.13367 20.7985 2.06384 20.2792C1.99989 19.8035 1.99994 19.2157 2 18.5616L2.00001 18.5L2 18.4384C1.99994 17.7843 1.99989 17.1966 2.06384 16.7209C2.13367 16.2015 2.2958 15.6687 2.73224 15.2322C3.16868 14.7958 3.70149 14.6337 4.22085 14.5638C4.69656 14.4999 5.28428 14.4999 5.9384 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 12.5C2 11.9477 2.44772 11.5 3 11.5L9 11.5C9.55228 11.5 10 11.9477 10 12.5C10 13.0523 9.55228 13.5 9 13.5L3 13.5C2.44772 13.5 2 13.0523 2 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.5C12.5523 2.5 13 2.94772 13 3.5V8.5C13 9.05228 12.5523 9.5 12 9.5C11.4477 9.5 11 9.05228 11 8.5V3.5C11 2.94772 11.4477 2.5 12 2.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.9384 2.5L18 2.50001L18.0616 2.5C18.7157 2.49994 19.3035 2.49989 19.7792 2.56384C20.2985 2.63367 20.8313 2.7958 21.2678 3.23224C21.7042 3.66868 21.8663 4.20149 21.9362 4.72085C22.0001 5.19656 22.0001 5.78427 22 6.4384L22 6.50001L22 6.56162C22.0001 7.21574 22.0001 7.80346 21.9362 8.27916C21.8663 8.79852 21.7042 9.33134 21.2678 9.76777C20.8313 10.2042 20.2985 10.3663 19.7792 10.4362C19.3035 10.5001 18.7157 10.5001 18.0616 10.5L18 10.5L17.9384 10.5C17.2843 10.5001 16.6966 10.5001 16.2209 10.4362C15.7015 10.3663 15.1687 10.2042 14.7322 9.76777C14.2958 9.33134 14.1337 8.79852 14.0638 8.27916C13.9999 7.80346 13.9999 7.21574 14 6.56161L14 6.50001L14 6.4384C13.9999 5.78428 13.9999 5.19656 14.0638 4.72085C14.1337 4.20149 14.2958 3.66868 14.7322 3.23224C15.1687 2.7958 15.7015 2.63367 16.2209 2.56384C16.6966 2.49989 17.2843 2.49994 17.9384 2.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9384 11.5C14.9589 11.5 14.9794 11.5 15 11.5H21C21.5523 11.5 22 11.9477 22 12.5C22 13.0523 21.5523 13.5 21 13.5H15C14.2646 13.5 13.8137 13.5021 13.4873 13.546C13.2005 13.5846 13.1526 13.6394 13.1469 13.6459C13.1467 13.6462 13.1466 13.6463 13.1465 13.6465C13.1463 13.6466 13.1462 13.6467 13.1459 13.6469C13.1394 13.6526 13.0846 13.7005 13.046 13.9873C13.0021 14.3137 13 14.7646 13 15.5C13 16.0523 12.5523 16.5 12 16.5C11.4477 16.5 11 16.0523 11 15.5C11 15.4794 11 15.4589 11 15.4384C10.9999 14.7843 10.9999 14.1966 11.0638 13.7209C11.1337 13.2015 11.2958 12.6687 11.7322 12.2322C12.1687 11.7958 12.7015 11.6337 13.2209 11.5638C13.6966 11.4999 14.2843 11.4999 14.9384 11.5ZM19.5125 16.5461C19.1862 16.5021 18.7354 16.5 18 16.5C17.4477 16.5 17 16.0523 17 15.5C17 14.9477 17.4477 14.5 18 14.5C18.0206 14.5 18.0412 14.5 18.0617 14.5C18.7157 14.4999 19.3036 14.4999 19.7794 14.5639C20.299 14.6339 20.8319 14.7964 21.2683 15.2334C21.7045 15.6702 21.8664 16.2033 21.9362 16.723C22.0001 17.1992 22.0001 17.7876 22 18.4428C22 18.4632 22 18.4838 22 18.5043C22 18.5249 22 18.5455 22 18.5659C22.0001 19.2211 22.0001 19.8095 21.9362 20.2857C21.8664 20.8054 21.7045 21.3385 21.2683 21.7753C20.64 22.4045 19.7921 22.4766 19.0302 22.4996C18.4781 22.5162 18.0171 22.0822 18.0005 21.5302C17.9838 20.9781 18.4178 20.5171 18.9698 20.5005C19.3416 20.4892 19.5612 20.4636 19.7034 20.4272C19.8181 20.3979 19.8442 20.3712 19.8522 20.363C19.8525 20.3627 19.8528 20.3624 19.8531 20.3621C19.8532 20.362 19.8534 20.3618 19.8536 20.3616C19.8604 20.3556 19.9154 20.3071 19.954 20.0196C19.9979 19.6925 20 19.2407 20 18.5043C20 17.768 19.9979 17.3162 19.954 16.9891C19.9154 16.7016 19.8604 16.6531 19.8536 16.6471C19.8534 16.6469 19.8532 16.6467 19.8531 16.6466C19.8529 16.6465 19.8528 16.6463 19.8526 16.646C19.8468 16.6395 19.799 16.5846 19.5125 16.5461ZM15 14.5C15.5523 14.5 16 14.9477 16 15.5V17C16 17.2576 16.0333 17.3814 16.051 17.4279C16.0822 17.4397 16.152 17.4601 16.2866 17.4753C16.468 17.4958 16.6924 17.5 17 17.5C18.1046 17.5 19 18.3954 19 19.5C19 20.0523 18.5523 20.5 18 20.5C17.4477 20.5 17 20.0523 17 19.5C16.6995 19.5 16.3698 19.4975 16.0621 19.4627C15.7549 19.428 15.3946 19.3543 15.0565 19.1656C14.2542 18.7178 14 17.894 14 17V15.5C14 14.9477 14.4477 14.5 15 14.5ZM12 17.2692C12.5523 17.2692 13 17.717 13 18.2692V21.0385C13 21.5908 12.5523 22.0385 12 22.0385C11.4477 22.0385 11 21.5908 11 21.0385V18.2692C11 17.717 11.4477 17.2692 12 17.2692ZM14 21.5C14 20.9477 14.4477 20.5 15 20.5H16C16.5523 20.5 17 20.9477 17 21.5C17 22.0523 16.5523 22.5 16 22.5H15C14.4477 22.5 14 22.0523 14 21.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-security-block{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.79289C1.68342 1.40237 2.31658 1.40237 2.70711 1.79289L22.7071 21.7929C23.0976 22.1834 23.0976 22.8166 22.7071 23.2071C22.3166 23.5976 21.6834 23.5976 21.2929 23.2071L1.29289 3.20711C0.902369 2.81658 0.902369 2.18342 1.29289 1.79289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.75881 2.93555C8.95094 2.31794 10.3178 1.75 11.999 1.75C13.6803 1.75 15.0477 2.31795 16.2405 2.93554C16.6007 3.12209 16.9355 3.30664 17.2554 3.48299L17.2555 3.48309C18.0386 3.91479 18.7327 4.29744 19.4946 4.54044C19.9419 4.68307 20.3381 4.80941 20.619 4.91946C20.8835 5.02304 21.1977 5.16499 21.4207 5.41278C21.621 5.63537 21.7239 5.88529 21.7922 6.12434C21.8541 6.34133 21.9071 6.63515 21.9579 6.917C22.5908 10.4259 22.1938 13.8404 20.7718 16.6784C20.615 16.9915 20.5366 17.148 20.3851 17.1725C20.2335 17.197 20.1056 17.0691 19.8496 16.8131L7.16367 4.12717C6.90416 3.86766 6.77441 3.73791 6.79614 3.58892C6.81788 3.43994 6.97835 3.35318 7.2993 3.17967C7.45956 3.09302 7.61825 3.00837 7.75881 2.93555Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.8816 22.8179C13.2319 23.0667 12.7534 23.25 12.0023 23.25C11.2513 23.25 10.7727 23.0667 10.123 22.8179C3.51252 20.287 0.805527 13.7827 2.04347 6.91705C2.09425 6.63523 2.14719 6.34148 2.20912 6.1245C2.27734 5.88547 2.38023 5.63558 2.58051 5.41299C2.80348 5.1652 3.11772 5.02321 3.38214 4.9196C3.50352 4.87203 3.64643 4.82142 3.80568 4.76776C3.97302 4.71137 4.05669 4.68318 4.13992 4.70269C4.22316 4.72219 4.28664 4.78567 4.4136 4.91263L18.5118 19.0109C18.704 19.203 18.8 19.2991 18.8005 19.4227C18.8009 19.5464 18.7087 19.6399 18.5243 19.8269C17.2851 21.0838 15.7373 22.1074 13.8816 22.8179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.79289C1.68342 1.40237 2.31658 1.40237 2.70711 1.79289L22.7071 21.7929C23.0976 22.1834 23.0976 22.8166 22.7071 23.2071C22.3166 23.5976 21.6834 23.5976 21.2929 23.2071L1.29289 3.20711C0.902369 2.81658 0.902369 2.18342 1.29289 1.79289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.75881 2.93555C8.95094 2.31794 10.3178 1.75 11.999 1.75C13.6803 1.75 15.0477 2.31795 16.2405 2.93554C16.6007 3.12209 16.9355 3.30664 17.2554 3.48299L17.2555 3.48309C18.0386 3.91479 18.7327 4.29744 19.4946 4.54044C19.9419 4.68307 20.3381 4.80941 20.619 4.91946C20.8835 5.02304 21.1977 5.16499 21.4207 5.41278C21.621 5.63537 21.7239 5.88529 21.7922 6.12434C21.8541 6.34133 21.9071 6.63515 21.9579 6.917C22.5908 10.4259 22.1938 13.8404 20.7718 16.6784C20.615 16.9915 20.5366 17.148 20.3851 17.1725C20.2335 17.197 20.1056 17.0691 19.8496 16.8131L7.16367 4.12717C6.90416 3.86766 6.77441 3.73791 6.79614 3.58892C6.81788 3.43994 6.97835 3.35318 7.2993 3.17967C7.45956 3.09302 7.61825 3.00837 7.75881 2.93555Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.8816 22.8179C13.2319 23.0667 12.7534 23.25 12.0023 23.25C11.2513 23.25 10.7727 23.0667 10.123 22.8179C3.51252 20.287 0.805527 13.7827 2.04347 6.91705C2.09425 6.63523 2.14719 6.34148 2.20912 6.1245C2.27734 5.88547 2.38023 5.63558 2.58051 5.41299C2.80348 5.1652 3.11772 5.02321 3.38214 4.9196C3.50352 4.87203 3.64643 4.82142 3.80568 4.76776C3.97302 4.71137 4.05669 4.68318 4.13992 4.70269C4.22316 4.72219 4.28664 4.78567 4.4136 4.91263L18.5118 19.0109C18.704 19.203 18.8 19.2991 18.8005 19.4227C18.8009 19.5464 18.7087 19.6399 18.5243 19.8269C17.2851 21.0838 15.7373 22.1074 13.8816 22.8179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-security-check{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.999 1.75C10.3178 1.75 8.95094 2.31794 7.75881 2.93555C7.39857 3.12217 7.06392 3.30678 6.74414 3.48319L6.7441 3.48321L6.74407 3.48322C5.96162 3.91486 5.26815 4.2974 4.50658 4.54039C4.05929 4.6831 3.66307 4.80951 3.38214 4.9196C3.11772 5.02321 2.80348 5.1652 2.58051 5.41299C2.38023 5.63558 2.27734 5.88547 2.20912 6.1245C2.14719 6.34148 2.09425 6.63523 2.04347 6.91705C0.805527 13.7827 3.51252 20.287 10.123 22.8179C10.7727 23.0667 11.2513 23.25 12.0023 23.25C12.7534 23.25 13.2319 23.0667 13.8816 22.8179C20.4919 20.2869 23.1962 13.7824 21.9579 6.917C21.9071 6.63515 21.8541 6.34133 21.7922 6.12434C21.7239 5.88529 21.621 5.63537 21.4207 5.41278C21.1977 5.16499 20.8835 5.02304 20.619 4.91946C20.3381 4.80941 19.9419 4.68307 19.4946 4.54044C18.7327 4.29744 18.0386 3.91479 17.2555 3.48309L17.2555 3.48308L17.2554 3.48301C16.9355 3.30664 16.6007 3.1221 16.2405 2.93554C15.0477 2.31795 13.6803 1.75 11.999 1.75ZM17.3338 10.4429C17.8544 10.2585 18.127 9.68702 17.9426 9.16643C17.7582 8.64583 17.1868 8.37327 16.6662 8.55765C15.788 8.86865 14.9486 9.46179 14.212 10.1078C13.465 10.7629 12.7666 11.5235 12.1733 12.2347C11.734 12.7613 11.3456 13.2689 11.0304 13.6997C10.7416 13.3538 10.454 13.1011 10.1797 12.9182C9.9053 12.7353 9.55228 12.5003 9 12.5003C8.44772 12.5003 8 12.948 8 13.5003C8 14.021 8.39799 14.4487 8.90638 14.4959C9.11042 14.5149 9.66489 15.0661 10.1056 15.9475C10.2668 16.2698 10.5889 16.4805 10.9489 16.499C11.3087 16.5174 11.6508 16.3406 11.8441 16.0365C11.8441 16.0365 12.1922 15.5141 12.3574 15.2801C12.6885 14.8111 13.1572 14.1774 13.7091 13.5159C14.2628 12.8521 14.888 12.1751 15.5307 11.6115C16.1837 11.0388 16.8002 10.6319 17.3338 10.4429Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.999 1.75C10.3178 1.75 8.95094 2.31794 7.75881 2.93555C7.39857 3.12217 7.06392 3.30678 6.74414 3.48319L6.7441 3.48321L6.74407 3.48322C5.96162 3.91486 5.26815 4.2974 4.50658 4.54039C4.05929 4.6831 3.66307 4.80951 3.38214 4.9196C3.11772 5.02321 2.80348 5.1652 2.58051 5.41299C2.38023 5.63558 2.27734 5.88547 2.20912 6.1245C2.14719 6.34148 2.09425 6.63523 2.04347 6.91705C0.805527 13.7827 3.51252 20.287 10.123 22.8179C10.7727 23.0667 11.2513 23.25 12.0023 23.25C12.7534 23.25 13.2319 23.0667 13.8816 22.8179C20.4919 20.2869 23.1962 13.7824 21.9579 6.917C21.9071 6.63515 21.8541 6.34133 21.7922 6.12434C21.7239 5.88529 21.621 5.63537 21.4207 5.41278C21.1977 5.16499 20.8835 5.02304 20.619 4.91946C20.3381 4.80941 19.9419 4.68307 19.4946 4.54044C18.7327 4.29744 18.0386 3.91479 17.2555 3.48309L17.2555 3.48308L17.2554 3.48301C16.9355 3.30664 16.6007 3.1221 16.2405 2.93554C15.0477 2.31795 13.6803 1.75 11.999 1.75ZM17.3338 10.4429C17.8544 10.2585 18.127 9.68702 17.9426 9.16643C17.7582 8.64583 17.1868 8.37327 16.6662 8.55765C15.788 8.86865 14.9486 9.46179 14.212 10.1078C13.465 10.7629 12.7666 11.5235 12.1733 12.2347C11.734 12.7613 11.3456 13.2689 11.0304 13.6997C10.7416 13.3538 10.454 13.1011 10.1797 12.9182C9.9053 12.7353 9.55228 12.5003 9 12.5003C8.44772 12.5003 8 12.948 8 13.5003C8 14.021 8.39799 14.4487 8.90638 14.4959C9.11042 14.5149 9.66489 15.0661 10.1056 15.9475C10.2668 16.2698 10.5889 16.4805 10.9489 16.499C11.3087 16.5174 11.6508 16.3406 11.8441 16.0365C11.8441 16.0365 12.1922 15.5141 12.3574 15.2801C12.6885 14.8111 13.1572 14.1774 13.7091 13.5159C14.2628 12.8521 14.888 12.1751 15.5307 11.6115C16.1837 11.0388 16.8002 10.6319 17.3338 10.4429Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-security-lock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.999 1.75C10.3178 1.75 8.95094 2.31794 7.75881 2.93555C7.39857 3.12217 7.06392 3.30678 6.74414 3.48319L6.7441 3.48321L6.74407 3.48322C5.96162 3.91486 5.26815 4.2974 4.50658 4.54039C4.05929 4.6831 3.66307 4.80951 3.38214 4.9196C3.11772 5.02321 2.80348 5.1652 2.58051 5.41299C2.38023 5.63558 2.27734 5.88547 2.20912 6.1245C2.14719 6.34148 2.09425 6.63523 2.04347 6.91705C0.805527 13.7827 3.51252 20.287 10.123 22.8179C10.7727 23.0667 11.2513 23.25 12.0023 23.25C12.7534 23.25 13.2319 23.0667 13.8816 22.8179C20.4919 20.2869 23.1962 13.7824 21.9579 6.917C21.9071 6.63515 21.8541 6.34133 21.7922 6.12434C21.7239 5.88529 21.621 5.63537 21.4207 5.41278C21.1977 5.16499 20.8835 5.02304 20.619 4.91946C20.3381 4.80941 19.9419 4.68307 19.4946 4.54044C18.7327 4.29744 18.0386 3.91479 17.2555 3.48309L17.2555 3.48308L17.2554 3.48301C16.9355 3.30664 16.6007 3.1221 16.2405 2.93554C15.0477 2.31795 13.6803 1.75 11.999 1.75ZM9.5 9.1875V10.2492C9.42487 10.272 9.35023 10.2993 9.27607 10.3322C8.6559 10.6074 8.17892 11.1277 7.93367 11.762C7.82777 12.036 7.78706 12.3173 7.76817 12.6139C7.74999 12.8994 7.74999 13.2471 7.75 13.6639V13.6639V13.7111V13.7112C7.74999 14.1279 7.74999 14.4756 7.76817 14.7611C7.78706 15.0577 7.82777 15.3391 7.93367 15.613C8.17892 16.2474 8.6559 16.7676 9.27607 17.0428C9.5484 17.1637 9.82724 17.2093 10.1128 17.2302C10.3844 17.25 10.7135 17.25 11.0989 17.25H12.9011C13.2866 17.25 13.6156 17.25 13.8872 17.2302C14.1728 17.2093 14.4516 17.1637 14.7239 17.0428C15.3441 16.7676 15.8211 16.2474 16.0663 15.613C16.1722 15.3391 16.2129 15.0577 16.2318 14.7611C16.25 14.4756 16.25 14.1278 16.25 13.7111V13.7111V13.6639V13.6639C16.25 13.2471 16.25 12.8994 16.2318 12.6139C16.2129 12.3173 16.1722 12.036 16.0663 11.762C15.8211 11.1277 15.3441 10.6074 14.7239 10.3322C14.6498 10.2993 14.5751 10.272 14.5 10.2492V9.1875C14.5 7.81583 13.3548 6.75 12 6.75C10.6452 6.75 9.5 7.81583 9.5 9.1875ZM12 8.25C11.4218 8.25 11 8.69521 11 9.1875V10.125L11.0989 10.125H12.9011L13 10.125V9.1875C13 8.69521 12.5782 8.25 12 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.999 1.75C10.3178 1.75 8.95094 2.31794 7.75881 2.93555C7.39857 3.12217 7.06392 3.30678 6.74414 3.48319L6.7441 3.48321L6.74407 3.48322C5.96162 3.91486 5.26815 4.2974 4.50658 4.54039C4.05929 4.6831 3.66307 4.80951 3.38214 4.9196C3.11772 5.02321 2.80348 5.1652 2.58051 5.41299C2.38023 5.63558 2.27734 5.88547 2.20912 6.1245C2.14719 6.34148 2.09425 6.63523 2.04347 6.91705C0.805527 13.7827 3.51252 20.287 10.123 22.8179C10.7727 23.0667 11.2513 23.25 12.0023 23.25C12.7534 23.25 13.2319 23.0667 13.8816 22.8179C20.4919 20.2869 23.1962 13.7824 21.9579 6.917C21.9071 6.63515 21.8541 6.34133 21.7922 6.12434C21.7239 5.88529 21.621 5.63537 21.4207 5.41278C21.1977 5.16499 20.8835 5.02304 20.619 4.91946C20.3381 4.80941 19.9419 4.68307 19.4946 4.54044C18.7327 4.29744 18.0386 3.91479 17.2555 3.48309L17.2555 3.48308L17.2554 3.48301C16.9355 3.30664 16.6007 3.1221 16.2405 2.93554C15.0477 2.31795 13.6803 1.75 11.999 1.75ZM9.5 9.1875V10.2492C9.42487 10.272 9.35023 10.2993 9.27607 10.3322C8.6559 10.6074 8.17892 11.1277 7.93367 11.762C7.82777 12.036 7.78706 12.3173 7.76817 12.6139C7.74999 12.8994 7.74999 13.2471 7.75 13.6639V13.6639V13.7111V13.7112C7.74999 14.1279 7.74999 14.4756 7.76817 14.7611C7.78706 15.0577 7.82777 15.3391 7.93367 15.613C8.17892 16.2474 8.6559 16.7676 9.27607 17.0428C9.5484 17.1637 9.82724 17.2093 10.1128 17.2302C10.3844 17.25 10.7135 17.25 11.0989 17.25H12.9011C13.2866 17.25 13.6156 17.25 13.8872 17.2302C14.1728 17.2093 14.4516 17.1637 14.7239 17.0428C15.3441 16.7676 15.8211 16.2474 16.0663 15.613C16.1722 15.3391 16.2129 15.0577 16.2318 14.7611C16.25 14.4756 16.25 14.1278 16.25 13.7111V13.7111V13.6639V13.6639C16.25 13.2471 16.25 12.8994 16.2318 12.6139C16.2129 12.3173 16.1722 12.036 16.0663 11.762C15.8211 11.1277 15.3441 10.6074 14.7239 10.3322C14.6498 10.2993 14.5751 10.272 14.5 10.2492V9.1875C14.5 7.81583 13.3548 6.75 12 6.75C10.6452 6.75 9.5 7.81583 9.5 9.1875ZM12 8.25C11.4218 8.25 11 8.69521 11 9.1875V10.125L11.0989 10.125H12.9011L13 10.125V9.1875C13 8.69521 12.5782 8.25 12 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-security-password{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75693 2.93555C8.94906 2.31794 10.3159 1.75 11.9972 1.75C13.6785 1.75 15.0458 2.31795 16.2386 2.93554C16.5989 3.12212 16.9337 3.30669 17.2536 3.48308C18.0367 3.91478 18.7308 4.29744 19.4928 4.54044C19.94 4.68307 20.3362 4.80941 20.6172 4.91946C20.8816 5.02304 21.1958 5.16499 21.4188 5.41278C21.6192 5.63537 21.7221 5.88529 21.7903 6.12434C21.8523 6.34133 21.9052 6.63515 21.956 6.917C22.1383 7.92758 22.2351 8.93033 22.2467 9.91374C22.2499 10.1858 22.2515 10.3218 22.1634 10.4109C22.0753 10.5 21.9359 10.5 21.6571 10.5H2.34082C2.06203 10.5 1.92264 10.5 1.83457 10.4109C1.74649 10.3218 1.74807 10.1858 1.75122 9.91382C1.76263 8.93041 1.85938 7.92764 2.04159 6.91705C2.09238 6.63523 2.14531 6.34148 2.20724 6.1245C2.27547 5.88547 2.37836 5.63558 2.57864 5.41299C2.8016 5.1652 3.11585 5.02321 3.38027 4.9196C3.6612 4.80951 4.05742 4.6831 4.50471 4.54039C5.26628 4.2974 5.95974 3.91486 6.7422 3.48322C7.062 3.30681 7.39668 3.12218 7.75693 2.93555Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.8798 22.8179C13.23 23.0667 12.7515 23.25 12.0005 23.25C11.2494 23.25 10.7709 23.0667 10.1211 22.8179C7.15782 21.6834 4.97894 19.7504 3.58817 17.3444C3.37845 16.9815 3.27359 16.8001 3.36018 16.6501C3.44677 16.5 3.6635 16.5 4.09696 16.5H19.9025C20.3358 16.5 20.5525 16.5 20.6391 16.65C20.7257 16.8001 20.6209 16.9815 20.4113 17.3443C19.0212 19.7503 16.8429 21.6833 13.8798 22.8179Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.96979 11.9697C8.26269 11.6768 8.73756 11.6768 9.03045 11.9697L9.50012 12.4393L9.96979 11.9697C10.2627 11.6768 10.7376 11.6768 11.0305 11.9697C11.3233 12.2626 11.3233 12.7374 11.0305 13.0303L10.5608 13.5L11.0305 13.9697C11.3233 14.2626 11.3233 14.7374 11.0305 15.0303C10.7376 15.3232 10.2627 15.3232 9.96979 15.0303L9.50012 14.5607L9.03045 15.0303C8.73756 15.3232 8.26269 15.3232 7.96979 15.0303C7.6769 14.7374 7.6769 14.2626 7.96979 13.9697L8.43946 13.5L7.96979 13.0303C7.6769 12.7374 7.6769 12.2626 7.96979 11.9697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.96979 11.9697C3.26269 11.6768 3.73756 11.6768 4.03045 11.9697L4.50012 12.4393L4.96979 11.9697C5.26269 11.6768 5.73756 11.6768 6.03045 11.9697C6.32335 12.2626 6.32335 12.7374 6.03045 13.0303L5.56078 13.5L6.03045 13.9697C6.32335 14.2626 6.32335 14.7374 6.03045 15.0303C5.73756 15.3232 5.26269 15.3232 4.96979 15.0303L4.50012 14.5607L4.03045 15.0303C3.73756 15.3232 3.26269 15.3232 2.96979 15.0303C2.6769 14.7374 2.6769 14.2626 2.96979 13.9697L3.43946 13.5L2.96979 13.0303C2.6769 12.7374 2.6769 12.2626 2.96979 11.9697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9698 11.9697C13.2627 11.6768 13.7376 11.6768 14.0305 11.9697L14.5001 12.4393L14.9698 11.9697C15.2627 11.6768 15.7376 11.6768 16.0305 11.9697C16.3233 12.2626 16.3233 12.7374 16.0305 13.0303L15.5608 13.5L16.0305 13.9697C16.3233 14.2626 16.3233 14.7374 16.0305 15.0303C15.7376 15.3232 15.2627 15.3232 14.9698 15.0303L14.5001 14.5607L14.0305 15.0303C13.7376 15.3232 13.2627 15.3232 12.9698 15.0303C12.6769 14.7374 12.6769 14.2626 12.9698 13.9697L13.4395 13.5L12.9698 13.0303C12.6769 12.7374 12.6769 12.2626 12.9698 11.9697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9698 11.9697C18.2627 11.6768 18.7376 11.6768 19.0305 11.9697L19.5001 12.4393L19.9698 11.9697C20.2627 11.6768 20.7376 11.6768 21.0305 11.9697C21.3233 12.2626 21.3233 12.7374 21.0305 13.0303L20.5608 13.5L21.0305 13.9697C21.3233 14.2626 21.3233 14.7374 21.0305 15.0303C20.7376 15.3232 20.2627 15.3232 19.9698 15.0303L19.5001 14.5607L19.0305 15.0303C18.7376 15.3232 18.2627 15.3232 17.9698 15.0303C17.6769 14.7374 17.6769 14.2626 17.9698 13.9697L18.4395 13.5L17.9698 13.0303C17.6769 12.7374 17.6769 12.2626 17.9698 11.9697Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75693 2.93555C8.94906 2.31794 10.3159 1.75 11.9972 1.75C13.6785 1.75 15.0458 2.31795 16.2386 2.93554C16.5989 3.12212 16.9337 3.30669 17.2536 3.48308C18.0367 3.91478 18.7308 4.29744 19.4928 4.54044C19.94 4.68307 20.3362 4.80941 20.6172 4.91946C20.8816 5.02304 21.1958 5.16499 21.4188 5.41278C21.6192 5.63537 21.7221 5.88529 21.7903 6.12434C21.8523 6.34133 21.9052 6.63515 21.956 6.917C22.1383 7.92758 22.2351 8.93033 22.2467 9.91374C22.2499 10.1858 22.2515 10.3218 22.1634 10.4109C22.0753 10.5 21.9359 10.5 21.6571 10.5H2.34082C2.06203 10.5 1.92264 10.5 1.83457 10.4109C1.74649 10.3218 1.74807 10.1858 1.75122 9.91382C1.76263 8.93041 1.85938 7.92764 2.04159 6.91705C2.09238 6.63523 2.14531 6.34148 2.20724 6.1245C2.27547 5.88547 2.37836 5.63558 2.57864 5.41299C2.8016 5.1652 3.11585 5.02321 3.38027 4.9196C3.6612 4.80951 4.05742 4.6831 4.50471 4.54039C5.26628 4.2974 5.95974 3.91486 6.7422 3.48322C7.062 3.30681 7.39668 3.12218 7.75693 2.93555Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.8798 22.8179C13.23 23.0667 12.7515 23.25 12.0005 23.25C11.2494 23.25 10.7709 23.0667 10.1211 22.8179C7.15782 21.6834 4.97894 19.7504 3.58817 17.3444C3.37845 16.9815 3.27359 16.8001 3.36018 16.6501C3.44677 16.5 3.6635 16.5 4.09696 16.5H19.9025C20.3358 16.5 20.5525 16.5 20.6391 16.65C20.7257 16.8001 20.6209 16.9815 20.4113 17.3443C19.0212 19.7503 16.8429 21.6833 13.8798 22.8179Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.96979 11.9697C8.26269 11.6768 8.73756 11.6768 9.03045 11.9697L9.50012 12.4393L9.96979 11.9697C10.2627 11.6768 10.7376 11.6768 11.0305 11.9697C11.3233 12.2626 11.3233 12.7374 11.0305 13.0303L10.5608 13.5L11.0305 13.9697C11.3233 14.2626 11.3233 14.7374 11.0305 15.0303C10.7376 15.3232 10.2627 15.3232 9.96979 15.0303L9.50012 14.5607L9.03045 15.0303C8.73756 15.3232 8.26269 15.3232 7.96979 15.0303C7.6769 14.7374 7.6769 14.2626 7.96979 13.9697L8.43946 13.5L7.96979 13.0303C7.6769 12.7374 7.6769 12.2626 7.96979 11.9697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.96979 11.9697C3.26269 11.6768 3.73756 11.6768 4.03045 11.9697L4.50012 12.4393L4.96979 11.9697C5.26269 11.6768 5.73756 11.6768 6.03045 11.9697C6.32335 12.2626 6.32335 12.7374 6.03045 13.0303L5.56078 13.5L6.03045 13.9697C6.32335 14.2626 6.32335 14.7374 6.03045 15.0303C5.73756 15.3232 5.26269 15.3232 4.96979 15.0303L4.50012 14.5607L4.03045 15.0303C3.73756 15.3232 3.26269 15.3232 2.96979 15.0303C2.6769 14.7374 2.6769 14.2626 2.96979 13.9697L3.43946 13.5L2.96979 13.0303C2.6769 12.7374 2.6769 12.2626 2.96979 11.9697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9698 11.9697C13.2627 11.6768 13.7376 11.6768 14.0305 11.9697L14.5001 12.4393L14.9698 11.9697C15.2627 11.6768 15.7376 11.6768 16.0305 11.9697C16.3233 12.2626 16.3233 12.7374 16.0305 13.0303L15.5608 13.5L16.0305 13.9697C16.3233 14.2626 16.3233 14.7374 16.0305 15.0303C15.7376 15.3232 15.2627 15.3232 14.9698 15.0303L14.5001 14.5607L14.0305 15.0303C13.7376 15.3232 13.2627 15.3232 12.9698 15.0303C12.6769 14.7374 12.6769 14.2626 12.9698 13.9697L13.4395 13.5L12.9698 13.0303C12.6769 12.7374 12.6769 12.2626 12.9698 11.9697Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9698 11.9697C18.2627 11.6768 18.7376 11.6768 19.0305 11.9697L19.5001 12.4393L19.9698 11.9697C20.2627 11.6768 20.7376 11.6768 21.0305 11.9697C21.3233 12.2626 21.3233 12.7374 21.0305 13.0303L20.5608 13.5L21.0305 13.9697C21.3233 14.2626 21.3233 14.7374 21.0305 15.0303C20.7376 15.3232 20.2627 15.3232 19.9698 15.0303L19.5001 14.5607L19.0305 15.0303C18.7376 15.3232 18.2627 15.3232 17.9698 15.0303C17.6769 14.7374 17.6769 14.2626 17.9698 13.9697L18.4395 13.5L17.9698 13.0303C17.6769 12.7374 17.6769 12.2626 17.9698 11.9697Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-security{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.999 1.75C10.3178 1.75 8.95094 2.31794 7.75881 2.93555C7.39857 3.12217 7.06392 3.30678 6.74414 3.48319L6.7441 3.48321L6.74407 3.48322C5.96162 3.91486 5.26815 4.2974 4.50658 4.54039C4.05929 4.6831 3.66307 4.80951 3.38214 4.9196C3.11772 5.02321 2.80348 5.1652 2.58051 5.41299C2.38023 5.63558 2.27734 5.88547 2.20912 6.1245C2.14719 6.34148 2.09425 6.63523 2.04347 6.91705C0.805527 13.7827 3.51252 20.287 10.123 22.8179C10.7727 23.0667 11.2513 23.25 12.0023 23.25C12.7534 23.25 13.2319 23.0667 13.8816 22.8179C20.4919 20.2869 23.1962 13.7824 21.9579 6.917C21.9071 6.63515 21.8541 6.34133 21.7922 6.12434C21.7239 5.88529 21.621 5.63537 21.4207 5.41278C21.1977 5.16499 20.8835 5.02304 20.619 4.91946C20.3381 4.80941 19.9419 4.68307 19.4946 4.54044C18.7327 4.29744 18.0386 3.91479 17.2555 3.48309L17.2555 3.48308L17.2554 3.48301C16.9355 3.30664 16.6007 3.1221 16.2405 2.93554C15.0477 2.31795 13.6803 1.75 11.999 1.75ZM13 7.5C13 6.94772 12.5523 6.5 12 6.5C11.4477 6.5 11 6.94772 11 7.5V9.5C11 10.0523 11.4477 10.5 12 10.5C12.5523 10.5 13 10.0523 13 9.5V7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.999 1.75C10.3178 1.75 8.95094 2.31794 7.75881 2.93555C7.39857 3.12217 7.06392 3.30678 6.74414 3.48319L6.7441 3.48321L6.74407 3.48322C5.96162 3.91486 5.26815 4.2974 4.50658 4.54039C4.05929 4.6831 3.66307 4.80951 3.38214 4.9196C3.11772 5.02321 2.80348 5.1652 2.58051 5.41299C2.38023 5.63558 2.27734 5.88547 2.20912 6.1245C2.14719 6.34148 2.09425 6.63523 2.04347 6.91705C0.805527 13.7827 3.51252 20.287 10.123 22.8179C10.7727 23.0667 11.2513 23.25 12.0023 23.25C12.7534 23.25 13.2319 23.0667 13.8816 22.8179C20.4919 20.2869 23.1962 13.7824 21.9579 6.917C21.9071 6.63515 21.8541 6.34133 21.7922 6.12434C21.7239 5.88529 21.621 5.63537 21.4207 5.41278C21.1977 5.16499 20.8835 5.02304 20.619 4.91946C20.3381 4.80941 19.9419 4.68307 19.4946 4.54044C18.7327 4.29744 18.0386 3.91479 17.2555 3.48309L17.2555 3.48308L17.2554 3.48301C16.9355 3.30664 16.6007 3.1221 16.2405 2.93554C15.0477 2.31795 13.6803 1.75 11.999 1.75ZM13 7.5C13 6.94772 12.5523 6.5 12 6.5C11.4477 6.5 11 6.94772 11 7.5V9.5C11 10.0523 11.4477 10.5 12 10.5C12.5523 10.5 13 10.0523 13 9.5V7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-speech-to-text{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 17.5C17 16.9477 16.5523 16.5 16 16.5H10C9.44772 16.5 9 16.9477 9 17.5C9 18.0523 9.44772 18.5 10 18.5H16C16.5523 18.5 17 18.0523 17 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.25 1.75C5.80228 1.75 6.25 2.19772 6.25 2.75V10.75C6.25 11.3023 5.80228 11.75 5.25 11.75C4.69772 11.75 4.25 11.3023 4.25 10.75V2.75C4.25 2.19772 4.69772 1.75 5.25 1.75ZM8.25 3.75C8.80228 3.75 9.25 4.19772 9.25 4.75V8.75C9.25 9.30228 8.80228 9.75 8.25 9.75C7.69772 9.75 7.25 9.30228 7.25 8.75V4.75C7.25 4.19772 7.69772 3.75 8.25 3.75ZM2.25 4.75C2.80228 4.75 3.25 5.19772 3.25 5.75V7.75C3.25 8.30228 2.80228 8.75 2.25 8.75C1.69772 8.75 1.25 8.30228 1.25 7.75L1.25 5.75C1.25 5.19772 1.69772 4.75 2.25 4.75ZM11.25 4.75C11.8023 4.75 12.25 5.19772 12.25 5.75V7.75C12.25 8.30228 11.8023 8.75 11.25 8.75C10.6977 8.75 10.25 8.30228 10.25 7.75V5.75C10.25 5.19772 10.6977 4.75 11.25 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.755 3.75C14.2165 3.75 13.78 4.18652 13.78 4.725C13.78 5.26348 14.2165 5.7 14.755 5.7H14.7524C16.184 5.70773 17.2074 5.74349 17.9949 5.88076C18.7574 6.01367 19.2244 6.2302 19.5851 6.5545C19.7216 6.67726 19.8492 6.81155 19.9666 6.95626C20.3265 7.39986 20.5538 8.00185 20.675 9.05283C20.7985 10.1228 20.8 11.5218 20.8 13.4989C20.8 15.476 20.7985 16.875 20.675 17.945C20.5538 18.9959 20.3265 19.5979 19.9666 20.0415C19.8492 20.1862 19.7216 20.3205 19.5851 20.4433C19.1743 20.8126 18.6232 21.0444 17.6445 21.1695C16.6389 21.2981 15.3204 21.3 13.4387 21.3H13C10.9027 21.3 9.43297 21.2977 8.32236 21.1405C7.24515 20.988 6.65056 20.7071 6.21699 20.2506C5.79237 19.8036 5.52074 19.1863 5.36923 18.1047C5.21438 16.9994 5.20087 16.0195 5.20006 13.9746C5.19985 13.4361 4.76315 12.9998 4.22467 13C3.68619 13.0002 3.24985 13.4369 3.25006 13.9754C3.25086 15.9785 3.2605 17.1076 3.43809 18.3753C3.619 19.6668 3.98907 20.7366 4.80315 21.5936C5.65464 22.49 6.73673 22.8855 8.04908 23.0713C9.31219 23.25 10.9203 23.25 12.9245 23.25H13.5062C15.3047 23.25 16.7482 23.25 17.8918 23.1038C19.0766 22.9523 20.0688 22.6307 20.8889 21.8933C21.1019 21.7018 21.2998 21.4934 21.4809 21.2701C22.1723 20.4179 22.4706 19.3952 22.6122 18.1685C22.75 16.9737 22.75 15.462 22.75 13.5609V13.4369C22.75 11.5358 22.75 10.0241 22.6122 8.82931C22.4706 7.60263 22.1723 6.57988 21.4809 5.72772C21.2998 5.50443 21.1019 5.29599 20.8889 5.10446C20.1737 4.46142 19.3261 4.13338 18.3298 3.95972C17.359 3.79051 16.18 3.75765 14.7602 3.75001L14.755 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 17.5C17 16.9477 16.5523 16.5 16 16.5H10C9.44772 16.5 9 16.9477 9 17.5C9 18.0523 9.44772 18.5 10 18.5H16C16.5523 18.5 17 18.0523 17 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.25 1.75C5.80228 1.75 6.25 2.19772 6.25 2.75V10.75C6.25 11.3023 5.80228 11.75 5.25 11.75C4.69772 11.75 4.25 11.3023 4.25 10.75V2.75C4.25 2.19772 4.69772 1.75 5.25 1.75ZM8.25 3.75C8.80228 3.75 9.25 4.19772 9.25 4.75V8.75C9.25 9.30228 8.80228 9.75 8.25 9.75C7.69772 9.75 7.25 9.30228 7.25 8.75V4.75C7.25 4.19772 7.69772 3.75 8.25 3.75ZM2.25 4.75C2.80228 4.75 3.25 5.19772 3.25 5.75V7.75C3.25 8.30228 2.80228 8.75 2.25 8.75C1.69772 8.75 1.25 8.30228 1.25 7.75L1.25 5.75C1.25 5.19772 1.69772 4.75 2.25 4.75ZM11.25 4.75C11.8023 4.75 12.25 5.19772 12.25 5.75V7.75C12.25 8.30228 11.8023 8.75 11.25 8.75C10.6977 8.75 10.25 8.30228 10.25 7.75V5.75C10.25 5.19772 10.6977 4.75 11.25 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.755 3.75C14.2165 3.75 13.78 4.18652 13.78 4.725C13.78 5.26348 14.2165 5.7 14.755 5.7H14.7524C16.184 5.70773 17.2074 5.74349 17.9949 5.88076C18.7574 6.01367 19.2244 6.2302 19.5851 6.5545C19.7216 6.67726 19.8492 6.81155 19.9666 6.95626C20.3265 7.39986 20.5538 8.00185 20.675 9.05283C20.7985 10.1228 20.8 11.5218 20.8 13.4989C20.8 15.476 20.7985 16.875 20.675 17.945C20.5538 18.9959 20.3265 19.5979 19.9666 20.0415C19.8492 20.1862 19.7216 20.3205 19.5851 20.4433C19.1743 20.8126 18.6232 21.0444 17.6445 21.1695C16.6389 21.2981 15.3204 21.3 13.4387 21.3H13C10.9027 21.3 9.43297 21.2977 8.32236 21.1405C7.24515 20.988 6.65056 20.7071 6.21699 20.2506C5.79237 19.8036 5.52074 19.1863 5.36923 18.1047C5.21438 16.9994 5.20087 16.0195 5.20006 13.9746C5.19985 13.4361 4.76315 12.9998 4.22467 13C3.68619 13.0002 3.24985 13.4369 3.25006 13.9754C3.25086 15.9785 3.2605 17.1076 3.43809 18.3753C3.619 19.6668 3.98907 20.7366 4.80315 21.5936C5.65464 22.49 6.73673 22.8855 8.04908 23.0713C9.31219 23.25 10.9203 23.25 12.9245 23.25H13.5062C15.3047 23.25 16.7482 23.25 17.8918 23.1038C19.0766 22.9523 20.0688 22.6307 20.8889 21.8933C21.1019 21.7018 21.2998 21.4934 21.4809 21.2701C22.1723 20.4179 22.4706 19.3952 22.6122 18.1685C22.75 16.9737 22.75 15.462 22.75 13.5609V13.4369C22.75 11.5358 22.75 10.0241 22.6122 8.82931C22.4706 7.60263 22.1723 6.57988 21.4809 5.72772C21.2998 5.50443 21.1019 5.29599 20.8889 5.10446C20.1737 4.46142 19.3261 4.13338 18.3298 3.95972C17.359 3.79051 16.18 3.75765 14.7602 3.75001L14.755 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-square-lock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.75C10.067 3.75 8.5 5.317 8.5 7.25V8.81016C9.61773 8.77048 10.7654 8.75 12 8.75C13.2346 8.75 14.3823 8.77048 15.5 8.81016V7.25C15.5 5.317 13.933 3.75 12 3.75ZM6.5 7.25V9.02712C4.93233 9.50686 3.74925 10.8861 3.52452 12.5552C3.37636 13.6556 3.25 14.8118 3.25 16C3.25 17.1882 3.37636 18.3444 3.52452 19.4448C3.79609 21.4618 5.46716 23.0555 7.52522 23.1501C8.95364 23.2158 10.4042 23.25 12 23.25C13.5958 23.25 15.0464 23.2158 16.4748 23.1501C18.5328 23.0555 20.2039 21.4618 20.4755 19.4448C20.6236 18.3444 20.75 17.1882 20.75 16C20.75 14.8118 20.6236 13.6556 20.4755 12.5552C20.2508 10.8861 19.0677 9.50686 17.5 9.02712V7.25C17.5 4.21243 15.0376 1.75 12 1.75C8.96243 1.75 6.5 4.21243 6.5 7.25ZM11.9933 14.5C11.1686 14.5 10.5 15.1716 10.5 16C10.5 16.8284 11.1686 17.5 11.9933 17.5H12.0067C12.8314 17.5 13.5 16.8284 13.5 16C13.5 15.1716 12.8314 14.5 12.0067 14.5H11.9933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.75C10.067 3.75 8.5 5.317 8.5 7.25V8.81016C9.61773 8.77048 10.7654 8.75 12 8.75C13.2346 8.75 14.3823 8.77048 15.5 8.81016V7.25C15.5 5.317 13.933 3.75 12 3.75ZM6.5 7.25V9.02712C4.93233 9.50686 3.74925 10.8861 3.52452 12.5552C3.37636 13.6556 3.25 14.8118 3.25 16C3.25 17.1882 3.37636 18.3444 3.52452 19.4448C3.79609 21.4618 5.46716 23.0555 7.52522 23.1501C8.95364 23.2158 10.4042 23.25 12 23.25C13.5958 23.25 15.0464 23.2158 16.4748 23.1501C18.5328 23.0555 20.2039 21.4618 20.4755 19.4448C20.6236 18.3444 20.75 17.1882 20.75 16C20.75 14.8118 20.6236 13.6556 20.4755 12.5552C20.2508 10.8861 19.0677 9.50686 17.5 9.02712V7.25C17.5 4.21243 15.0376 1.75 12 1.75C8.96243 1.75 6.5 4.21243 6.5 7.25ZM11.9933 14.5C11.1686 14.5 10.5 15.1716 10.5 16C10.5 16.8284 11.1686 17.5 11.9933 17.5H12.0067C12.8314 17.5 13.5 16.8284 13.5 16C13.5 15.1716 12.8314 14.5 12.0067 14.5H11.9933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-square-lock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.75C10.067 3.75 8.5 5.317 8.5 7.25V8.81016C9.61773 8.77048 10.7654 8.75 12 8.75C13.2346 8.75 14.3823 8.77048 15.5 8.81016V7.25C15.5 5.317 13.933 3.75 12 3.75ZM6.5 7.25V9.02712C4.93233 9.50686 3.74925 10.8861 3.52452 12.5552C3.37636 13.6556 3.25 14.8118 3.25 16C3.25 17.1882 3.37636 18.3444 3.52452 19.4448C3.79609 21.4618 5.46716 23.0555 7.52522 23.1501C8.95364 23.2158 10.4042 23.25 12 23.25C13.5958 23.25 15.0464 23.2158 16.4748 23.1501C18.5328 23.0555 20.2039 21.4618 20.4755 19.4448C20.6236 18.3444 20.75 17.1882 20.75 16C20.75 14.8118 20.6236 13.6556 20.4755 12.5552C20.2508 10.8861 19.0677 9.50686 17.5 9.02712V7.25C17.5 4.21243 15.0376 1.75 12 1.75C8.96243 1.75 6.5 4.21243 6.5 7.25ZM13 15C13 14.4477 12.5523 14 12 14C11.4477 14 11 14.4477 11 15V17C11 17.5523 11.4477 18 12 18C12.5523 18 13 17.5523 13 17V15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.75C10.067 3.75 8.5 5.317 8.5 7.25V8.81016C9.61773 8.77048 10.7654 8.75 12 8.75C13.2346 8.75 14.3823 8.77048 15.5 8.81016V7.25C15.5 5.317 13.933 3.75 12 3.75ZM6.5 7.25V9.02712C4.93233 9.50686 3.74925 10.8861 3.52452 12.5552C3.37636 13.6556 3.25 14.8118 3.25 16C3.25 17.1882 3.37636 18.3444 3.52452 19.4448C3.79609 21.4618 5.46716 23.0555 7.52522 23.1501C8.95364 23.2158 10.4042 23.25 12 23.25C13.5958 23.25 15.0464 23.2158 16.4748 23.1501C18.5328 23.0555 20.2039 21.4618 20.4755 19.4448C20.6236 18.3444 20.75 17.1882 20.75 16C20.75 14.8118 20.6236 13.6556 20.4755 12.5552C20.2508 10.8861 19.0677 9.50686 17.5 9.02712V7.25C17.5 4.21243 15.0376 1.75 12 1.75C8.96243 1.75 6.5 4.21243 6.5 7.25ZM13 15C13 14.4477 12.5523 14 12 14C11.4477 14 11 14.4477 11 15V17C11 17.5523 11.4477 18 12 18C12.5523 18 13 17.5523 13 17V15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-square-lock-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 3.75C8.567 3.75 7 5.317 7 7.25V9.75C7 10.3023 6.55228 10.75 6 10.75C5.44772 10.75 5 10.3023 5 9.75V7.25C5 4.21243 7.46243 1.75 10.5 1.75C13.5376 1.75 16 4.21243 16 7.25V9.75C16 10.3023 15.5523 10.75 15 10.75C14.4477 10.75 14 10.3023 14 9.75V7.25C14 5.317 12.433 3.75 10.5 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5 8.75C8.90416 8.75 7.45364 8.78422 6.02522 8.84988C3.96716 8.9445 2.29609 10.5382 2.02452 12.5552C1.87636 13.6556 1.75 14.8118 1.75 16C1.75 17.1882 1.87636 18.3444 2.02452 19.4448C2.29609 21.4618 3.96716 23.0555 6.02522 23.1501C7.45364 23.2158 8.90416 23.25 10.5 23.25C11.7656 23.25 12.9398 23.2285 14.084 23.1868C14.4313 23.1742 14.605 23.1679 14.6896 23.077C14.7742 22.9862 14.7666 22.7704 14.7515 22.3388C14.7505 22.3093 14.75 22.2797 14.75 22.25V21.35C14.75 21.0672 14.75 20.9257 14.6621 20.8379C14.5743 20.75 14.4328 20.75 14.15 20.75H13.25C11.8693 20.75 10.75 19.6307 10.75 18.25C10.75 16.8693 11.8693 15.75 13.25 15.75H14.15C14.4328 15.75 14.5743 15.75 14.6621 15.6621C14.75 15.5743 14.75 15.4328 14.75 15.15V14.25C14.75 12.8693 15.8693 11.75 17.25 11.75C17.2869 11.75 17.3236 11.7508 17.3601 11.7524C18.1825 11.788 18.5936 11.8058 18.6844 11.647C18.7751 11.4882 18.6233 11.2544 18.3196 10.7866C17.5966 9.67282 16.3753 8.91427 14.9748 8.84989C13.5464 8.78422 12.0958 8.75 10.5 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.25 13.25C17.8023 13.25 18.25 13.6977 18.25 14.25L18.25 17.25H21.25C21.8023 17.25 22.25 17.6977 22.25 18.25C22.25 18.8023 21.8023 19.25 21.25 19.25H18.25L18.25 22.25C18.25 22.8023 17.8023 23.25 17.25 23.25C16.6977 23.25 16.25 22.8023 16.25 22.25L16.25 19.25H13.25C12.6977 19.25 12.25 18.8023 12.25 18.25C12.25 17.6977 12.6977 17.25 13.25 17.25H16.25L16.25 14.25C16.25 13.6977 16.6977 13.25 17.25 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 3.75C8.567 3.75 7 5.317 7 7.25V9.75C7 10.3023 6.55228 10.75 6 10.75C5.44772 10.75 5 10.3023 5 9.75V7.25C5 4.21243 7.46243 1.75 10.5 1.75C13.5376 1.75 16 4.21243 16 7.25V9.75C16 10.3023 15.5523 10.75 15 10.75C14.4477 10.75 14 10.3023 14 9.75V7.25C14 5.317 12.433 3.75 10.5 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5 8.75C8.90416 8.75 7.45364 8.78422 6.02522 8.84988C3.96716 8.9445 2.29609 10.5382 2.02452 12.5552C1.87636 13.6556 1.75 14.8118 1.75 16C1.75 17.1882 1.87636 18.3444 2.02452 19.4448C2.29609 21.4618 3.96716 23.0555 6.02522 23.1501C7.45364 23.2158 8.90416 23.25 10.5 23.25C11.7656 23.25 12.9398 23.2285 14.084 23.1868C14.4313 23.1742 14.605 23.1679 14.6896 23.077C14.7742 22.9862 14.7666 22.7704 14.7515 22.3388C14.7505 22.3093 14.75 22.2797 14.75 22.25V21.35C14.75 21.0672 14.75 20.9257 14.6621 20.8379C14.5743 20.75 14.4328 20.75 14.15 20.75H13.25C11.8693 20.75 10.75 19.6307 10.75 18.25C10.75 16.8693 11.8693 15.75 13.25 15.75H14.15C14.4328 15.75 14.5743 15.75 14.6621 15.6621C14.75 15.5743 14.75 15.4328 14.75 15.15V14.25C14.75 12.8693 15.8693 11.75 17.25 11.75C17.2869 11.75 17.3236 11.7508 17.3601 11.7524C18.1825 11.788 18.5936 11.8058 18.6844 11.647C18.7751 11.4882 18.6233 11.2544 18.3196 10.7866C17.5966 9.67282 16.3753 8.91427 14.9748 8.84989C13.5464 8.78422 12.0958 8.75 10.5 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.25 13.25C17.8023 13.25 18.25 13.6977 18.25 14.25L18.25 17.25H21.25C21.8023 17.25 22.25 17.6977 22.25 18.25C22.25 18.8023 21.8023 19.25 21.25 19.25H18.25L18.25 22.25C18.25 22.8023 17.8023 23.25 17.25 23.25C16.6977 23.25 16.25 22.8023 16.25 22.25L16.25 19.25H13.25C12.6977 19.25 12.25 18.8023 12.25 18.25C12.25 17.6977 12.6977 17.25 13.25 17.25H16.25L16.25 14.25C16.25 13.6977 16.6977 13.25 17.25 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-square-lock-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 13.75C14.3766 13.75 12.25 15.8766 12.25 18.5C12.25 21.1234 14.3766 23.25 17 23.25C19.6234 23.25 21.75 21.1234 21.75 18.5C21.75 15.8766 19.6234 13.75 17 13.75ZM17.7513 17.1641C17.7513 16.7498 17.4155 16.4141 17.0013 16.4141C16.5871 16.4141 16.2513 16.7498 16.2513 17.1641V17.7474H15.668C15.2538 17.7474 14.918 18.0832 14.918 18.4974C14.918 18.9116 15.2538 19.2474 15.668 19.2474H16.2513V19.8307C16.2513 20.2449 16.5871 20.5807 17.0013 20.5807C17.4155 20.5807 17.7513 20.2449 17.7513 19.8307V19.2474H18.3346C18.7488 19.2474 19.0846 18.9116 19.0846 18.4974C19.0846 18.0832 18.7488 17.7474 18.3346 17.7474H17.7513V17.1641Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.52522 8.84988C7.95364 8.78422 9.40416 8.75 11 8.75C12.5958 8.75 14.0464 8.78422 15.4748 8.84989C17.5328 8.9445 19.2039 10.5382 19.4755 12.5552C19.4883 12.6504 19.3918 12.7232 19.3025 12.6878C18.5899 12.4053 17.8131 12.25 17 12.25C13.5482 12.25 10.75 15.0482 10.75 18.5C10.75 19.8277 11.164 21.0588 11.87 22.071C12.2667 22.6399 12.4651 22.9243 12.3813 23.0854C12.2976 23.2464 11.9816 23.2474 11.3495 23.2494C11.2337 23.2498 11.1173 23.25 11 23.25C9.40416 23.25 7.95364 23.2158 6.52522 23.1501C4.46716 23.0555 2.79609 21.4618 2.52452 19.4448C2.37636 18.3444 2.25 17.1882 2.25 16C2.25 14.8118 2.37636 13.6556 2.52452 12.5552C2.79609 10.5382 4.46716 8.9445 6.52522 8.84988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3.75C9.067 3.75 7.5 5.317 7.5 7.25V9.75C7.5 10.3023 7.05228 10.75 6.5 10.75C5.94772 10.75 5.5 10.3023 5.5 9.75V7.25C5.5 4.21243 7.96243 1.75 11 1.75C14.0376 1.75 16.5 4.21243 16.5 7.25V9.75C16.5 10.3023 16.0523 10.75 15.5 10.75C14.9477 10.75 14.5 10.3023 14.5 9.75V7.25C14.5 5.317 12.933 3.75 11 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 13.75C14.3766 13.75 12.25 15.8766 12.25 18.5C12.25 21.1234 14.3766 23.25 17 23.25C19.6234 23.25 21.75 21.1234 21.75 18.5C21.75 15.8766 19.6234 13.75 17 13.75ZM17.7513 17.1641C17.7513 16.7498 17.4155 16.4141 17.0013 16.4141C16.5871 16.4141 16.2513 16.7498 16.2513 17.1641V17.7474H15.668C15.2538 17.7474 14.918 18.0832 14.918 18.4974C14.918 18.9116 15.2538 19.2474 15.668 19.2474H16.2513V19.8307C16.2513 20.2449 16.5871 20.5807 17.0013 20.5807C17.4155 20.5807 17.7513 20.2449 17.7513 19.8307V19.2474H18.3346C18.7488 19.2474 19.0846 18.9116 19.0846 18.4974C19.0846 18.0832 18.7488 17.7474 18.3346 17.7474H17.7513V17.1641Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.52522 8.84988C7.95364 8.78422 9.40416 8.75 11 8.75C12.5958 8.75 14.0464 8.78422 15.4748 8.84989C17.5328 8.9445 19.2039 10.5382 19.4755 12.5552C19.4883 12.6504 19.3918 12.7232 19.3025 12.6878C18.5899 12.4053 17.8131 12.25 17 12.25C13.5482 12.25 10.75 15.0482 10.75 18.5C10.75 19.8277 11.164 21.0588 11.87 22.071C12.2667 22.6399 12.4651 22.9243 12.3813 23.0854C12.2976 23.2464 11.9816 23.2474 11.3495 23.2494C11.2337 23.2498 11.1173 23.25 11 23.25C9.40416 23.25 7.95364 23.2158 6.52522 23.1501C4.46716 23.0555 2.79609 21.4618 2.52452 19.4448C2.37636 18.3444 2.25 17.1882 2.25 16C2.25 14.8118 2.37636 13.6556 2.52452 12.5552C2.79609 10.5382 4.46716 8.9445 6.52522 8.84988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3.75C9.067 3.75 7.5 5.317 7.5 7.25V9.75C7.5 10.3023 7.05228 10.75 6.5 10.75C5.94772 10.75 5.5 10.3023 5.5 9.75V7.25C5.5 4.21243 7.96243 1.75 11 1.75C14.0376 1.75 16.5 4.21243 16.5 7.25V9.75C16.5 10.3023 16.0523 10.75 15.5 10.75C14.9477 10.75 14.5 10.3023 14.5 9.75V7.25C14.5 5.317 12.933 3.75 11 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-square-lock-check-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 3.75C8.067 3.75 6.5 5.317 6.5 7.25V9.75C6.5 10.3023 6.05228 10.75 5.5 10.75C4.94772 10.75 4.5 10.3023 4.5 9.75V7.25C4.5 4.21243 6.96243 1.75 10 1.75C13.0376 1.75 15.5 4.21243 15.5 7.25V9.75C15.5 10.3023 15.0523 10.75 14.5 10.75C13.9477 10.75 13.5 10.3023 13.5 9.75V7.25C13.5 5.317 11.933 3.75 10 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.6926 15.9164C22.877 16.437 22.6044 17.0085 22.0838 17.1929C21.5502 17.3819 20.9337 17.7888 20.2807 18.3615C19.638 18.9251 19.0128 19.6021 18.4591 20.2659C17.9072 20.9274 17.4385 21.5611 17.1074 22.0301C16.9422 22.2641 16.5941 22.7865 16.5941 22.7865C16.4008 23.0906 16.0587 23.2674 15.6989 23.249C15.3389 23.2305 15.0168 23.0198 14.8556 22.6975C14.4149 21.8161 13.8604 21.2649 13.6564 21.2459C13.148 21.1987 12.75 20.771 12.75 20.2503C12.75 19.698 13.1977 19.2503 13.75 19.2503C14.3023 19.2503 14.6553 19.4853 14.9297 19.6682C15.204 19.8511 15.4916 20.1038 15.7804 20.4497C16.0956 20.0189 16.484 19.5113 16.9233 18.9847C17.5166 18.2735 18.215 17.5129 18.962 16.8578C19.6986 16.2118 20.538 15.6186 21.4162 15.3076C21.9368 15.1233 22.5082 15.3958 22.6926 15.9164Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.52522 8.84988C6.95364 8.78422 8.40416 8.75 10 8.75C11.5958 8.75 13.0464 8.78422 14.4748 8.84989C16.5328 8.9445 18.2039 10.5382 18.4755 12.5552C18.5731 13.2803 18.6613 14.0297 18.7101 14.7965C18.7197 14.9481 18.7245 15.0239 18.6947 15.0912C18.6648 15.1585 18.6021 15.2084 18.4767 15.3081C18.3009 15.4479 18.1328 15.5894 17.9729 15.7296C17.1477 16.4533 16.3944 17.2766 15.7715 18.0233C15.7232 18.0812 15.6991 18.1101 15.677 18.1282C15.5947 18.1955 15.5052 18.2137 15.4031 18.184C15.3757 18.176 15.3375 18.1565 15.2612 18.1174L15.2612 18.1174C14.8989 17.9319 14.3931 17.7498 13.75 17.7498C12.3693 17.7498 11.25 18.8691 11.25 20.2498C11.25 21.3529 11.9636 22.288 12.955 22.6204C12.9701 22.6255 12.9777 22.628 12.9829 22.63C13.0302 22.6478 13.0709 22.6762 13.1039 22.7145C13.1076 22.7187 13.0971 22.7056 13.1013 22.7109L13.1013 22.7109C13.1165 22.7298 13.124 22.7392 13.1351 22.7581C13.2314 22.9224 13.1158 23.1723 12.9281 23.2052C12.9067 23.209 12.8929 23.2094 12.8653 23.2102C11.9471 23.2365 11.0022 23.25 10 23.25C8.40416 23.25 6.95364 23.2158 5.52522 23.1501C3.46716 23.0555 1.79609 21.4618 1.52452 19.4448C1.37636 18.3444 1.25 17.1882 1.25 16C1.25 14.8118 1.37636 13.6556 1.52452 12.5552C1.79609 10.5382 3.46716 8.9445 5.52522 8.84988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 3.75C8.067 3.75 6.5 5.317 6.5 7.25V9.75C6.5 10.3023 6.05228 10.75 5.5 10.75C4.94772 10.75 4.5 10.3023 4.5 9.75V7.25C4.5 4.21243 6.96243 1.75 10 1.75C13.0376 1.75 15.5 4.21243 15.5 7.25V9.75C15.5 10.3023 15.0523 10.75 14.5 10.75C13.9477 10.75 13.5 10.3023 13.5 9.75V7.25C13.5 5.317 11.933 3.75 10 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.6926 15.9164C22.877 16.437 22.6044 17.0085 22.0838 17.1929C21.5502 17.3819 20.9337 17.7888 20.2807 18.3615C19.638 18.9251 19.0128 19.6021 18.4591 20.2659C17.9072 20.9274 17.4385 21.5611 17.1074 22.0301C16.9422 22.2641 16.5941 22.7865 16.5941 22.7865C16.4008 23.0906 16.0587 23.2674 15.6989 23.249C15.3389 23.2305 15.0168 23.0198 14.8556 22.6975C14.4149 21.8161 13.8604 21.2649 13.6564 21.2459C13.148 21.1987 12.75 20.771 12.75 20.2503C12.75 19.698 13.1977 19.2503 13.75 19.2503C14.3023 19.2503 14.6553 19.4853 14.9297 19.6682C15.204 19.8511 15.4916 20.1038 15.7804 20.4497C16.0956 20.0189 16.484 19.5113 16.9233 18.9847C17.5166 18.2735 18.215 17.5129 18.962 16.8578C19.6986 16.2118 20.538 15.6186 21.4162 15.3076C21.9368 15.1233 22.5082 15.3958 22.6926 15.9164Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.52522 8.84988C6.95364 8.78422 8.40416 8.75 10 8.75C11.5958 8.75 13.0464 8.78422 14.4748 8.84989C16.5328 8.9445 18.2039 10.5382 18.4755 12.5552C18.5731 13.2803 18.6613 14.0297 18.7101 14.7965C18.7197 14.9481 18.7245 15.0239 18.6947 15.0912C18.6648 15.1585 18.6021 15.2084 18.4767 15.3081C18.3009 15.4479 18.1328 15.5894 17.9729 15.7296C17.1477 16.4533 16.3944 17.2766 15.7715 18.0233C15.7232 18.0812 15.6991 18.1101 15.677 18.1282C15.5947 18.1955 15.5052 18.2137 15.4031 18.184C15.3757 18.176 15.3375 18.1565 15.2612 18.1174L15.2612 18.1174C14.8989 17.9319 14.3931 17.7498 13.75 17.7498C12.3693 17.7498 11.25 18.8691 11.25 20.2498C11.25 21.3529 11.9636 22.288 12.955 22.6204C12.9701 22.6255 12.9777 22.628 12.9829 22.63C13.0302 22.6478 13.0709 22.6762 13.1039 22.7145C13.1076 22.7187 13.0971 22.7056 13.1013 22.7109L13.1013 22.7109C13.1165 22.7298 13.124 22.7392 13.1351 22.7581C13.2314 22.9224 13.1158 23.1723 12.9281 23.2052C12.9067 23.209 12.8929 23.2094 12.8653 23.2102C11.9471 23.2365 11.0022 23.25 10 23.25C8.40416 23.25 6.95364 23.2158 5.52522 23.1501C3.46716 23.0555 1.79609 21.4618 1.52452 19.4448C1.37636 18.3444 1.25 17.1882 1.25 16C1.25 14.8118 1.37636 13.6556 1.52452 12.5552C1.79609 10.5382 3.46716 8.9445 5.52522 8.84988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-square-lock-check-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3.75C9.067 3.75 7.5 5.317 7.5 7.25V9.75C7.5 10.3023 7.05228 10.75 6.5 10.75C5.94772 10.75 5.5 10.3023 5.5 9.75V7.25C5.5 4.21243 7.96243 1.75 11 1.75C14.0376 1.75 16.5 4.21243 16.5 7.25V9.75C16.5 10.3023 16.0523 10.75 15.5 10.75C14.9477 10.75 14.5 10.3023 14.5 9.75V7.25C14.5 5.317 12.933 3.75 11 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 13.75C14.3766 13.75 12.25 15.8766 12.25 18.5C12.25 21.1234 14.3766 23.25 17 23.25C19.6234 23.25 21.75 21.1234 21.75 18.5C21.75 15.8766 19.6234 13.75 17 13.75ZM18.6903 18.2699C19.055 18.0736 19.1915 17.6187 18.9952 17.254C18.7989 16.8893 18.344 16.7528 17.9793 16.9491C17.3214 17.3033 16.7583 18.0496 16.4274 18.5505C16.3177 18.4627 16.1345 18.3343 15.9911 18.2659C15.6172 18.0876 15.1696 18.2461 14.9912 18.6199C14.8145 18.9903 14.9685 19.4332 15.3349 19.6148C15.3349 19.6148 15.4387 19.6799 15.4977 19.7277C15.6161 19.8235 15.7739 19.98 15.9109 20.2125C16.0515 20.4512 16.3123 20.5929 16.5892 20.5811C16.8658 20.5692 17.1137 20.4053 17.2335 20.1557C17.2547 20.1138 17.3162 19.9933 17.3581 19.9164C17.4423 19.7619 17.5636 19.5516 17.7112 19.3281C18.0289 18.8472 18.3869 18.4333 18.6903 18.2699Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.52522 8.84988C7.95364 8.78422 9.40416 8.75 11 8.75C12.5958 8.75 14.0464 8.78422 15.4748 8.84989C17.5328 8.9445 19.2039 10.5382 19.4755 12.5552C19.4883 12.6504 19.3918 12.7232 19.3025 12.6878C18.5899 12.4053 17.8131 12.25 17 12.25C13.5482 12.25 10.75 15.0482 10.75 18.5C10.75 19.8277 11.164 21.0588 11.87 22.071C12.2667 22.6399 12.4651 22.9243 12.3813 23.0854C12.2976 23.2464 11.9816 23.2474 11.3495 23.2494C11.2337 23.2498 11.1173 23.25 11 23.25C9.40416 23.25 7.95364 23.2158 6.52522 23.1501C4.46716 23.0555 2.79609 21.4618 2.52452 19.4448C2.37636 18.3444 2.25 17.1882 2.25 16C2.25 14.8118 2.37636 13.6556 2.52452 12.5552C2.79609 10.5382 4.46716 8.9445 6.52522 8.84988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3.75C9.067 3.75 7.5 5.317 7.5 7.25V9.75C7.5 10.3023 7.05228 10.75 6.5 10.75C5.94772 10.75 5.5 10.3023 5.5 9.75V7.25C5.5 4.21243 7.96243 1.75 11 1.75C14.0376 1.75 16.5 4.21243 16.5 7.25V9.75C16.5 10.3023 16.0523 10.75 15.5 10.75C14.9477 10.75 14.5 10.3023 14.5 9.75V7.25C14.5 5.317 12.933 3.75 11 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 13.75C14.3766 13.75 12.25 15.8766 12.25 18.5C12.25 21.1234 14.3766 23.25 17 23.25C19.6234 23.25 21.75 21.1234 21.75 18.5C21.75 15.8766 19.6234 13.75 17 13.75ZM18.6903 18.2699C19.055 18.0736 19.1915 17.6187 18.9952 17.254C18.7989 16.8893 18.344 16.7528 17.9793 16.9491C17.3214 17.3033 16.7583 18.0496 16.4274 18.5505C16.3177 18.4627 16.1345 18.3343 15.9911 18.2659C15.6172 18.0876 15.1696 18.2461 14.9912 18.6199C14.8145 18.9903 14.9685 19.4332 15.3349 19.6148C15.3349 19.6148 15.4387 19.6799 15.4977 19.7277C15.6161 19.8235 15.7739 19.98 15.9109 20.2125C16.0515 20.4512 16.3123 20.5929 16.5892 20.5811C16.8658 20.5692 17.1137 20.4053 17.2335 20.1557C17.2547 20.1138 17.3162 19.9933 17.3581 19.9164C17.4423 19.7619 17.5636 19.5516 17.7112 19.3281C18.0289 18.8472 18.3869 18.4333 18.6903 18.2699Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.52522 8.84988C7.95364 8.78422 9.40416 8.75 11 8.75C12.5958 8.75 14.0464 8.78422 15.4748 8.84989C17.5328 8.9445 19.2039 10.5382 19.4755 12.5552C19.4883 12.6504 19.3918 12.7232 19.3025 12.6878C18.5899 12.4053 17.8131 12.25 17 12.25C13.5482 12.25 10.75 15.0482 10.75 18.5C10.75 19.8277 11.164 21.0588 11.87 22.071C12.2667 22.6399 12.4651 22.9243 12.3813 23.0854C12.2976 23.2464 11.9816 23.2474 11.3495 23.2494C11.2337 23.2498 11.1173 23.25 11 23.25C9.40416 23.25 7.95364 23.2158 6.52522 23.1501C4.46716 23.0555 2.79609 21.4618 2.52452 19.4448C2.37636 18.3444 2.25 17.1882 2.25 16C2.25 14.8118 2.37636 13.6556 2.52452 12.5552C2.79609 10.5382 4.46716 8.9445 6.52522 8.84988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-square-lock-minus-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3.75C9.067 3.75 7.5 5.317 7.5 7.25V9.75C7.5 10.3023 7.05228 10.75 6.5 10.75C5.94772 10.75 5.5 10.3023 5.5 9.75V7.25C5.5 4.21243 7.96243 1.75 11 1.75C14.0376 1.75 16.5 4.21243 16.5 7.25V9.75C16.5 10.3023 16.0523 10.75 15.5 10.75C14.9477 10.75 14.5 10.3023 14.5 9.75V7.25C14.5 5.317 12.933 3.75 11 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 8.75C9.40416 8.75 7.95364 8.78422 6.52522 8.84988C4.46716 8.9445 2.79609 10.5382 2.52452 12.5552C2.37636 13.6556 2.25 14.8118 2.25 16C2.25 17.1882 2.37636 18.3444 2.52452 19.4448C2.79609 21.4618 4.46716 23.0555 6.52522 23.1501C7.95364 23.2158 9.40416 23.25 11 23.25C12.5958 23.25 14.0464 23.2158 15.4748 23.1501C17.0679 23.0769 18.4291 22.1054 19.0888 20.7347C19.2344 20.4321 19.3073 20.2807 19.2191 20.1404C19.1308 20 18.9465 20 18.5778 20H12.75C11.3693 20 10.25 18.8807 10.25 17.5C10.25 16.1193 11.3693 15 12.75 15H19.0887C19.3873 15 19.5365 15 19.6257 14.9033C19.7148 14.8065 19.7028 14.6604 19.6788 14.3682C19.628 13.7503 19.5549 13.1447 19.4755 12.5552C19.2039 10.5382 17.5328 8.9445 15.4748 8.84989C14.0464 8.78422 12.5958 8.75 11 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.75 17.5C11.75 16.9477 12.1977 16.5 12.75 16.5L20.75 16.5C21.3023 16.5 21.75 16.9477 21.75 17.5C21.75 18.0523 21.3023 18.5 20.75 18.5L12.75 18.5C12.1977 18.5 11.75 18.0523 11.75 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3.75C9.067 3.75 7.5 5.317 7.5 7.25V9.75C7.5 10.3023 7.05228 10.75 6.5 10.75C5.94772 10.75 5.5 10.3023 5.5 9.75V7.25C5.5 4.21243 7.96243 1.75 11 1.75C14.0376 1.75 16.5 4.21243 16.5 7.25V9.75C16.5 10.3023 16.0523 10.75 15.5 10.75C14.9477 10.75 14.5 10.3023 14.5 9.75V7.25C14.5 5.317 12.933 3.75 11 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 8.75C9.40416 8.75 7.95364 8.78422 6.52522 8.84988C4.46716 8.9445 2.79609 10.5382 2.52452 12.5552C2.37636 13.6556 2.25 14.8118 2.25 16C2.25 17.1882 2.37636 18.3444 2.52452 19.4448C2.79609 21.4618 4.46716 23.0555 6.52522 23.1501C7.95364 23.2158 9.40416 23.25 11 23.25C12.5958 23.25 14.0464 23.2158 15.4748 23.1501C17.0679 23.0769 18.4291 22.1054 19.0888 20.7347C19.2344 20.4321 19.3073 20.2807 19.2191 20.1404C19.1308 20 18.9465 20 18.5778 20H12.75C11.3693 20 10.25 18.8807 10.25 17.5C10.25 16.1193 11.3693 15 12.75 15H19.0887C19.3873 15 19.5365 15 19.6257 14.9033C19.7148 14.8065 19.7028 14.6604 19.6788 14.3682C19.628 13.7503 19.5549 13.1447 19.4755 12.5552C19.2039 10.5382 17.5328 8.9445 15.4748 8.84989C14.0464 8.78422 12.5958 8.75 11 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.75 17.5C11.75 16.9477 12.1977 16.5 12.75 16.5L20.75 16.5C21.3023 16.5 21.75 16.9477 21.75 17.5C21.75 18.0523 21.3023 18.5 20.75 18.5L12.75 18.5C12.1977 18.5 11.75 18.0523 11.75 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-square-lock-minus-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 13.75C14.3766 13.75 12.25 15.8766 12.25 18.5C12.25 21.1234 14.3766 23.25 17 23.25C19.6234 23.25 21.75 21.1234 21.75 18.5C21.75 15.8766 19.6234 13.75 17 13.75ZM15.668 17.75C15.2538 17.75 14.918 18.0858 14.918 18.5C14.918 18.9142 15.2538 19.25 15.668 19.25H18.3346C18.7488 19.25 19.0846 18.9142 19.0846 18.5C19.0846 18.0858 18.7488 17.75 18.3346 17.75H15.668Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3.75C9.067 3.75 7.5 5.317 7.5 7.25V9.75C7.5 10.3023 7.05228 10.75 6.5 10.75C5.94772 10.75 5.5 10.3023 5.5 9.75V7.25C5.5 4.21243 7.96243 1.75 11 1.75C14.0376 1.75 16.5 4.21243 16.5 7.25V9.75C16.5 10.3023 16.0523 10.75 15.5 10.75C14.9477 10.75 14.5 10.3023 14.5 9.75V7.25C14.5 5.317 12.933 3.75 11 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.52522 8.84988C7.95364 8.78422 9.40416 8.75 11 8.75C12.5958 8.75 14.0464 8.78422 15.4748 8.84989C17.5328 8.9445 19.2039 10.5382 19.4755 12.5552C19.4883 12.6504 19.3918 12.7232 19.3025 12.6878C18.5899 12.4053 17.8131 12.25 17 12.25C13.5482 12.25 10.75 15.0482 10.75 18.5C10.75 19.8277 11.164 21.0588 11.87 22.071C12.2667 22.6399 12.4651 22.9243 12.3813 23.0854C12.2976 23.2464 11.9816 23.2474 11.3495 23.2494C11.2337 23.2498 11.1173 23.25 11 23.25C9.40416 23.25 7.95364 23.2158 6.52522 23.1501C4.46716 23.0555 2.79609 21.4618 2.52452 19.4448C2.37636 18.3444 2.25 17.1882 2.25 16C2.25 14.8118 2.37636 13.6556 2.52452 12.5552C2.79609 10.5382 4.46716 8.9445 6.52522 8.84988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 13.75C14.3766 13.75 12.25 15.8766 12.25 18.5C12.25 21.1234 14.3766 23.25 17 23.25C19.6234 23.25 21.75 21.1234 21.75 18.5C21.75 15.8766 19.6234 13.75 17 13.75ZM15.668 17.75C15.2538 17.75 14.918 18.0858 14.918 18.5C14.918 18.9142 15.2538 19.25 15.668 19.25H18.3346C18.7488 19.25 19.0846 18.9142 19.0846 18.5C19.0846 18.0858 18.7488 17.75 18.3346 17.75H15.668Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3.75C9.067 3.75 7.5 5.317 7.5 7.25V9.75C7.5 10.3023 7.05228 10.75 6.5 10.75C5.94772 10.75 5.5 10.3023 5.5 9.75V7.25C5.5 4.21243 7.96243 1.75 11 1.75C14.0376 1.75 16.5 4.21243 16.5 7.25V9.75C16.5 10.3023 16.0523 10.75 15.5 10.75C14.9477 10.75 14.5 10.3023 14.5 9.75V7.25C14.5 5.317 12.933 3.75 11 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.52522 8.84988C7.95364 8.78422 9.40416 8.75 11 8.75C12.5958 8.75 14.0464 8.78422 15.4748 8.84989C17.5328 8.9445 19.2039 10.5382 19.4755 12.5552C19.4883 12.6504 19.3918 12.7232 19.3025 12.6878C18.5899 12.4053 17.8131 12.25 17 12.25C13.5482 12.25 10.75 15.0482 10.75 18.5C10.75 19.8277 11.164 21.0588 11.87 22.071C12.2667 22.6399 12.4651 22.9243 12.3813 23.0854C12.2976 23.2464 11.9816 23.2474 11.3495 23.2494C11.2337 23.2498 11.1173 23.25 11 23.25C9.40416 23.25 7.95364 23.2158 6.52522 23.1501C4.46716 23.0555 2.79609 21.4618 2.52452 19.4448C2.37636 18.3444 2.25 17.1882 2.25 16C2.25 14.8118 2.37636 13.6556 2.52452 12.5552C2.79609 10.5382 4.46716 8.9445 6.52522 8.84988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-square-lock-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4571 14.5429C21.8476 14.9335 21.8476 15.5666 21.4571 15.9571L18.664 18.75L21.4571 21.5429C21.8476 21.9334 21.8476 22.5665 21.4571 22.9571C21.0666 23.3476 20.4335 23.3476 20.0429 22.9571L17.2498 20.1642L14.4571 22.9567C14.0665 23.3472 13.4334 23.3472 13.0429 22.9566C12.6524 22.5661 12.6524 21.9329 13.0429 21.5424L15.8355 18.75L13.0429 15.9576C12.6524 15.5671 12.6524 14.9339 13.0429 14.5434C13.4334 14.1528 14.0665 14.1528 14.4571 14.5433L17.2498 17.3358L20.0429 14.5429C20.4335 14.1524 21.0666 14.1524 21.4571 14.5429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3.75C9.067 3.75 7.5 5.317 7.5 7.25V9.75C7.5 10.3023 7.05228 10.75 6.5 10.75C5.94772 10.75 5.5 10.3023 5.5 9.75V7.25C5.5 4.21243 7.96243 1.75 11 1.75C14.0376 1.75 16.5 4.21243 16.5 7.25V9.75C16.5 10.3023 16.0523 10.75 15.5 10.75C14.9477 10.75 14.5 10.3023 14.5 9.75V7.25C14.5 5.317 12.933 3.75 11 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 8.75C9.40416 8.75 7.95364 8.78422 6.52522 8.84988C4.46716 8.9445 2.79609 10.5382 2.52452 12.5552C2.37636 13.6556 2.25 14.8118 2.25 16C2.25 17.1882 2.37636 18.3444 2.52452 19.4448C2.79609 21.4618 4.46716 23.0555 6.52522 23.1501C7.95364 23.2158 9.40416 23.25 11 23.25C11.0255 23.25 11.0383 23.25 11.0389 23.25C11.2534 23.2492 11.3778 23.0928 11.3303 22.8835C11.3302 22.883 11.3249 22.8603 11.3144 22.8149C11.1267 22.0026 11.3493 21.1147 11.9823 20.4817L13.2898 19.1743C13.4898 18.9743 13.5898 18.8743 13.5898 18.75C13.5898 18.6257 13.4898 18.5257 13.2898 18.3257L11.9823 17.0183C11.0059 16.042 11.0059 14.4591 11.9822 13.4828C12.9585 12.5064 14.5414 12.5064 15.5177 13.4826L16.8255 14.7904C17.0255 14.9903 17.1255 15.0903 17.2498 15.0903C17.374 15.0903 17.474 14.9903 17.674 14.7904L18.9823 13.4822C19.053 13.4115 19.1269 13.3459 19.2035 13.2854C19.3784 13.1474 19.4659 13.0784 19.4957 13.0048C19.5255 12.9312 19.5135 12.8402 19.4893 12.6583C19.4847 12.6239 19.4801 12.5895 19.4755 12.5552C19.2039 10.5382 17.5328 8.9445 15.4748 8.84989C14.0464 8.78422 12.5958 8.75 11 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4571 14.5429C21.8476 14.9335 21.8476 15.5666 21.4571 15.9571L18.664 18.75L21.4571 21.5429C21.8476 21.9334 21.8476 22.5665 21.4571 22.9571C21.0666 23.3476 20.4335 23.3476 20.0429 22.9571L17.2498 20.1642L14.4571 22.9567C14.0665 23.3472 13.4334 23.3472 13.0429 22.9566C12.6524 22.5661 12.6524 21.9329 13.0429 21.5424L15.8355 18.75L13.0429 15.9576C12.6524 15.5671 12.6524 14.9339 13.0429 14.5434C13.4334 14.1528 14.0665 14.1528 14.4571 14.5433L17.2498 17.3358L20.0429 14.5429C20.4335 14.1524 21.0666 14.1524 21.4571 14.5429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3.75C9.067 3.75 7.5 5.317 7.5 7.25V9.75C7.5 10.3023 7.05228 10.75 6.5 10.75C5.94772 10.75 5.5 10.3023 5.5 9.75V7.25C5.5 4.21243 7.96243 1.75 11 1.75C14.0376 1.75 16.5 4.21243 16.5 7.25V9.75C16.5 10.3023 16.0523 10.75 15.5 10.75C14.9477 10.75 14.5 10.3023 14.5 9.75V7.25C14.5 5.317 12.933 3.75 11 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 8.75C9.40416 8.75 7.95364 8.78422 6.52522 8.84988C4.46716 8.9445 2.79609 10.5382 2.52452 12.5552C2.37636 13.6556 2.25 14.8118 2.25 16C2.25 17.1882 2.37636 18.3444 2.52452 19.4448C2.79609 21.4618 4.46716 23.0555 6.52522 23.1501C7.95364 23.2158 9.40416 23.25 11 23.25C11.0255 23.25 11.0383 23.25 11.0389 23.25C11.2534 23.2492 11.3778 23.0928 11.3303 22.8835C11.3302 22.883 11.3249 22.8603 11.3144 22.8149C11.1267 22.0026 11.3493 21.1147 11.9823 20.4817L13.2898 19.1743C13.4898 18.9743 13.5898 18.8743 13.5898 18.75C13.5898 18.6257 13.4898 18.5257 13.2898 18.3257L11.9823 17.0183C11.0059 16.042 11.0059 14.4591 11.9822 13.4828C12.9585 12.5064 14.5414 12.5064 15.5177 13.4826L16.8255 14.7904C17.0255 14.9903 17.1255 15.0903 17.2498 15.0903C17.374 15.0903 17.474 14.9903 17.674 14.7904L18.9823 13.4822C19.053 13.4115 19.1269 13.3459 19.2035 13.2854C19.3784 13.1474 19.4659 13.0784 19.4957 13.0048C19.5255 12.9312 19.5135 12.8402 19.4893 12.6583C19.4847 12.6239 19.4801 12.5895 19.4755 12.5552C19.2039 10.5382 17.5328 8.9445 15.4748 8.84989C14.0464 8.78422 12.5958 8.75 11 8.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-square-lock-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 13.75C14.3766 13.75 12.25 15.8766 12.25 18.5C12.25 21.1234 14.3766 23.25 17 23.25C19.6234 23.25 21.75 21.1234 21.75 18.5C21.75 15.8766 19.6234 13.75 17 13.75ZM16.5306 16.97C16.2379 16.6769 15.763 16.6766 15.47 16.9694C15.1769 17.2621 15.1766 17.737 15.4694 18.03L15.9388 18.5L15.4694 18.97C15.1766 19.263 15.1769 19.7379 15.47 20.0306C15.763 20.3234 16.2379 20.3231 16.5306 20.03L16.9995 19.5606L17.47 20.0306C17.763 20.3234 18.2379 20.3231 18.5306 20.03C18.8234 19.737 18.8231 19.2621 18.53 18.9694L18.0601 18.5L18.53 18.0306C18.8231 17.7379 18.8234 17.263 18.5306 16.97C18.2379 16.6769 17.763 16.6766 17.47 16.9694L16.9995 17.4393L16.5306 16.97Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3.75C9.067 3.75 7.5 5.317 7.5 7.25V9.75C7.5 10.3023 7.05228 10.75 6.5 10.75C5.94772 10.75 5.5 10.3023 5.5 9.75V7.25C5.5 4.21243 7.96243 1.75 11 1.75C14.0376 1.75 16.5 4.21243 16.5 7.25V9.75C16.5 10.3023 16.0523 10.75 15.5 10.75C14.9477 10.75 14.5 10.3023 14.5 9.75V7.25C14.5 5.317 12.933 3.75 11 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.52522 8.84988C7.95364 8.78422 9.40416 8.75 11 8.75C12.5958 8.75 14.0464 8.78422 15.4748 8.84989C17.5328 8.9445 19.2039 10.5382 19.4755 12.5552C19.4883 12.6504 19.3918 12.7232 19.3025 12.6878C18.5899 12.4053 17.8131 12.25 17 12.25C13.5482 12.25 10.75 15.0482 10.75 18.5C10.75 19.8277 11.164 21.0588 11.87 22.071C12.2667 22.6399 12.4651 22.9243 12.3813 23.0854C12.2976 23.2464 11.9816 23.2474 11.3495 23.2494C11.2337 23.2498 11.1173 23.25 11 23.25C9.40416 23.25 7.95364 23.2158 6.52522 23.1501C4.46716 23.0555 2.79609 21.4618 2.52452 19.4448C2.37636 18.3444 2.25 17.1882 2.25 16C2.25 14.8118 2.37636 13.6556 2.52452 12.5552C2.79609 10.5382 4.46716 8.9445 6.52522 8.84988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 13.75C14.3766 13.75 12.25 15.8766 12.25 18.5C12.25 21.1234 14.3766 23.25 17 23.25C19.6234 23.25 21.75 21.1234 21.75 18.5C21.75 15.8766 19.6234 13.75 17 13.75ZM16.5306 16.97C16.2379 16.6769 15.763 16.6766 15.47 16.9694C15.1769 17.2621 15.1766 17.737 15.4694 18.03L15.9388 18.5L15.4694 18.97C15.1766 19.263 15.1769 19.7379 15.47 20.0306C15.763 20.3234 16.2379 20.3231 16.5306 20.03L16.9995 19.5606L17.47 20.0306C17.763 20.3234 18.2379 20.3231 18.5306 20.03C18.8234 19.737 18.8231 19.2621 18.53 18.9694L18.0601 18.5L18.53 18.0306C18.8231 17.7379 18.8234 17.263 18.5306 16.97C18.2379 16.6769 17.763 16.6766 17.47 16.9694L16.9995 17.4393L16.5306 16.97Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3.75C9.067 3.75 7.5 5.317 7.5 7.25V9.75C7.5 10.3023 7.05228 10.75 6.5 10.75C5.94772 10.75 5.5 10.3023 5.5 9.75V7.25C5.5 4.21243 7.96243 1.75 11 1.75C14.0376 1.75 16.5 4.21243 16.5 7.25V9.75C16.5 10.3023 16.0523 10.75 15.5 10.75C14.9477 10.75 14.5 10.3023 14.5 9.75V7.25C14.5 5.317 12.933 3.75 11 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.52522 8.84988C7.95364 8.78422 9.40416 8.75 11 8.75C12.5958 8.75 14.0464 8.78422 15.4748 8.84989C17.5328 8.9445 19.2039 10.5382 19.4755 12.5552C19.4883 12.6504 19.3918 12.7232 19.3025 12.6878C18.5899 12.4053 17.8131 12.25 17 12.25C13.5482 12.25 10.75 15.0482 10.75 18.5C10.75 19.8277 11.164 21.0588 11.87 22.071C12.2667 22.6399 12.4651 22.9243 12.3813 23.0854C12.2976 23.2464 11.9816 23.2474 11.3495 23.2494C11.2337 23.2498 11.1173 23.25 11 23.25C9.40416 23.25 7.95364 23.2158 6.52522 23.1501C4.46716 23.0555 2.79609 21.4618 2.52452 19.4448C2.37636 18.3444 2.25 17.1882 2.25 16C2.25 14.8118 2.37636 13.6556 2.52452 12.5552C2.79609 10.5382 4.46716 8.9445 6.52522 8.84988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-square-password{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.75C10.4042 8.75 8.95364 8.78422 7.52522 8.84988C5.46716 8.9445 3.79609 10.5382 3.52452 12.5552C3.37636 13.6556 3.25 14.8118 3.25 16C3.25 17.1882 3.37636 18.3444 3.52452 19.4448C3.79609 21.4618 5.46716 23.0555 7.52522 23.1501C8.95364 23.2158 10.4042 23.25 12 23.25C13.5958 23.25 15.0464 23.2158 16.4748 23.1501C18.5328 23.0555 20.2039 21.4618 20.4755 19.4448C20.6236 18.3444 20.75 17.1882 20.75 16C20.75 14.8118 20.6236 13.6556 20.4755 12.5552C20.2039 10.5382 18.5328 8.9445 16.4748 8.84989C15.0464 8.78422 13.5958 8.75 12 8.75ZM9.5 15C8.94772 15 8.5 15.4477 8.5 16C8.5 16.5523 8.94772 17 9.5 17H9.50897C10.0613 17 10.509 16.5523 10.509 16C10.509 15.4477 10.0613 15 9.50897 15H9.5ZM14.491 15C13.9387 15 13.491 15.4477 13.491 16C13.491 16.5523 13.9387 17 14.491 17H14.5C15.0523 17 15.5 16.5523 15.5 16C15.5 15.4477 15.0523 15 14.5 15H14.491Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.75C10.067 3.75 8.5 5.317 8.5 7.25V9.75C8.5 10.3023 8.05228 10.75 7.5 10.75C6.94772 10.75 6.5 10.3023 6.5 9.75V7.25C6.5 4.21243 8.96243 1.75 12 1.75C15.0376 1.75 17.5 4.21243 17.5 7.25V9.75C17.5 10.3023 17.0523 10.75 16.5 10.75C15.9477 10.75 15.5 10.3023 15.5 9.75V7.25C15.5 5.317 13.933 3.75 12 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.75C10.4042 8.75 8.95364 8.78422 7.52522 8.84988C5.46716 8.9445 3.79609 10.5382 3.52452 12.5552C3.37636 13.6556 3.25 14.8118 3.25 16C3.25 17.1882 3.37636 18.3444 3.52452 19.4448C3.79609 21.4618 5.46716 23.0555 7.52522 23.1501C8.95364 23.2158 10.4042 23.25 12 23.25C13.5958 23.25 15.0464 23.2158 16.4748 23.1501C18.5328 23.0555 20.2039 21.4618 20.4755 19.4448C20.6236 18.3444 20.75 17.1882 20.75 16C20.75 14.8118 20.6236 13.6556 20.4755 12.5552C20.2039 10.5382 18.5328 8.9445 16.4748 8.84989C15.0464 8.78422 13.5958 8.75 12 8.75ZM9.5 15C8.94772 15 8.5 15.4477 8.5 16C8.5 16.5523 8.94772 17 9.5 17H9.50897C10.0613 17 10.509 16.5523 10.509 16C10.509 15.4477 10.0613 15 9.50897 15H9.5ZM14.491 15C13.9387 15 13.491 15.4477 13.491 16C13.491 16.5523 13.9387 17 14.491 17H14.5C15.0523 17 15.5 16.5523 15.5 16C15.5 15.4477 15.0523 15 14.5 15H14.491Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.75C10.067 3.75 8.5 5.317 8.5 7.25V9.75C8.5 10.3023 8.05228 10.75 7.5 10.75C6.94772 10.75 6.5 10.3023 6.5 9.75V7.25C6.5 4.21243 8.96243 1.75 12 1.75C15.0376 1.75 17.5 4.21243 17.5 7.25V9.75C17.5 10.3023 17.0523 10.75 16.5 10.75C15.9477 10.75 15.5 10.3023 15.5 9.75V7.25C15.5 5.317 13.933 3.75 12 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-square-unlock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.74988C10.067 3.74988 8.5 5.31688 8.5 7.24988V9.74988C8.5 10.3022 8.05228 10.7499 7.5 10.7499C6.94772 10.7499 6.5 10.3022 6.5 9.74988V7.24988C6.5 4.21231 8.96243 1.74988 12 1.74988C14.4806 1.74988 16.3437 3.61865 16.9487 5.43365C17.1233 5.95759 16.8402 6.52391 16.3162 6.69856C15.7923 6.87321 15.226 6.59005 15.0513 6.06611C14.6563 4.8811 13.4381 3.74988 12 3.74988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.74988C10.4042 8.74988 8.95364 8.78409 7.52522 8.84976C5.46716 8.94438 3.79609 10.538 3.52452 12.5551C3.37636 13.6554 3.25 14.8117 3.25 15.9999C3.25 17.188 3.37636 18.3443 3.52452 19.4447C3.79609 21.4617 5.46716 23.0554 7.52522 23.15C8.95364 23.2157 10.4042 23.2499 12 23.2499C13.5958 23.2499 15.0464 23.2157 16.4748 23.15C18.5328 23.0554 20.2039 21.4617 20.4755 19.4447C20.6236 18.3443 20.75 17.188 20.75 15.9999C20.75 14.8117 20.6236 13.6554 20.4755 12.5551C20.2039 10.538 18.5328 8.94438 16.4748 8.84976C15.0464 8.7841 13.5958 8.74988 12 8.74988ZM11.9933 14.4999C11.1686 14.4999 10.5 15.1715 10.5 15.9999C10.5 16.8283 11.1686 17.4999 11.9933 17.4999H12.0067C12.8314 17.4999 13.5 16.8283 13.5 15.9999C13.5 15.1715 12.8314 14.4999 12.0067 14.4999H11.9933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.74988C10.067 3.74988 8.5 5.31688 8.5 7.24988V9.74988C8.5 10.3022 8.05228 10.7499 7.5 10.7499C6.94772 10.7499 6.5 10.3022 6.5 9.74988V7.24988C6.5 4.21231 8.96243 1.74988 12 1.74988C14.4806 1.74988 16.3437 3.61865 16.9487 5.43365C17.1233 5.95759 16.8402 6.52391 16.3162 6.69856C15.7923 6.87321 15.226 6.59005 15.0513 6.06611C14.6563 4.8811 13.4381 3.74988 12 3.74988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.74988C10.4042 8.74988 8.95364 8.78409 7.52522 8.84976C5.46716 8.94438 3.79609 10.538 3.52452 12.5551C3.37636 13.6554 3.25 14.8117 3.25 15.9999C3.25 17.188 3.37636 18.3443 3.52452 19.4447C3.79609 21.4617 5.46716 23.0554 7.52522 23.15C8.95364 23.2157 10.4042 23.2499 12 23.2499C13.5958 23.2499 15.0464 23.2157 16.4748 23.15C18.5328 23.0554 20.2039 21.4617 20.4755 19.4447C20.6236 18.3443 20.75 17.188 20.75 15.9999C20.75 14.8117 20.6236 13.6554 20.4755 12.5551C20.2039 10.538 18.5328 8.94438 16.4748 8.84976C15.0464 8.7841 13.5958 8.74988 12 8.74988ZM11.9933 14.4999C11.1686 14.4999 10.5 15.1715 10.5 15.9999C10.5 16.8283 11.1686 17.4999 11.9933 17.4999H12.0067C12.8314 17.4999 13.5 16.8283 13.5 15.9999C13.5 15.1715 12.8314 14.4999 12.0067 14.4999H11.9933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-square-unlock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.75C10.4042 8.75 8.95364 8.78422 7.52522 8.84988C5.46716 8.9445 3.79609 10.5382 3.52452 12.5552C3.37636 13.6556 3.25 14.8118 3.25 16C3.25 17.1882 3.37636 18.3444 3.52452 19.4448C3.79609 21.4618 5.46716 23.0555 7.52522 23.1501C8.95364 23.2158 10.4042 23.25 12 23.25C13.5958 23.25 15.0464 23.2158 16.4748 23.1501C18.5328 23.0555 20.2039 21.4618 20.4755 19.4448C20.6236 18.3444 20.75 17.1882 20.75 16C20.75 14.8118 20.6236 13.6556 20.4755 12.5552C20.2039 10.5382 18.5328 8.9445 16.4748 8.84989C15.0464 8.78422 13.5958 8.75 12 8.75ZM13 15C13 14.4477 12.5523 14 12 14C11.4477 14 11 14.4477 11 15V17C11 17.5523 11.4477 18 12 18C12.5523 18 13 17.5523 13 17V15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.75C10.067 3.75 8.5 5.317 8.5 7.25V9.75C8.5 10.3023 8.05228 10.75 7.5 10.75C6.94772 10.75 6.5 10.3023 6.5 9.75V7.25C6.5 4.21243 8.96243 1.75 12 1.75C14.4806 1.75 16.3437 3.61878 16.9487 5.43377C17.1233 5.95772 16.8402 6.52404 16.3162 6.69868C15.7923 6.87333 15.226 6.59017 15.0513 6.06623C14.6563 4.88122 13.4381 3.75 12 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 8.75C10.4042 8.75 8.95364 8.78422 7.52522 8.84988C5.46716 8.9445 3.79609 10.5382 3.52452 12.5552C3.37636 13.6556 3.25 14.8118 3.25 16C3.25 17.1882 3.37636 18.3444 3.52452 19.4448C3.79609 21.4618 5.46716 23.0555 7.52522 23.1501C8.95364 23.2158 10.4042 23.25 12 23.25C13.5958 23.25 15.0464 23.2158 16.4748 23.1501C18.5328 23.0555 20.2039 21.4618 20.4755 19.4448C20.6236 18.3444 20.75 17.1882 20.75 16C20.75 14.8118 20.6236 13.6556 20.4755 12.5552C20.2039 10.5382 18.5328 8.9445 16.4748 8.84989C15.0464 8.78422 13.5958 8.75 12 8.75ZM13 15C13 14.4477 12.5523 14 12 14C11.4477 14 11 14.4477 11 15V17C11 17.5523 11.4477 18 12 18C12.5523 18 13 17.5523 13 17V15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.75C10.067 3.75 8.5 5.317 8.5 7.25V9.75C8.5 10.3023 8.05228 10.75 7.5 10.75C6.94772 10.75 6.5 10.3023 6.5 9.75V7.25C6.5 4.21243 8.96243 1.75 12 1.75C14.4806 1.75 16.3437 3.61878 16.9487 5.43377C17.1233 5.95772 16.8402 6.52404 16.3162 6.69868C15.7923 6.87333 15.226 6.59017 15.0513 6.06623C14.6563 4.88122 13.4381 3.75 12 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-voice-id{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.18557 2.95077C9.2129 3.50238 8.7879 3.9717 8.23629 3.99904C6.16432 4.10173 5.19943 4.40836 4.55377 5.05402C3.90811 5.69968 3.60148 6.66457 3.4988 8.73654C3.47146 9.28815 3.00213 9.71315 2.45052 9.68581C1.89892 9.65848 1.47391 9.18915 1.50125 8.63754C1.60669 6.51007 1.92267 4.8567 3.13956 3.6398C4.35645 2.42291 6.00982 2.10693 8.13729 2.00149C8.6889 1.97415 9.15823 2.39916 9.18557 2.95077ZM14.8145 2.95077C14.8418 2.39916 15.3111 1.97415 15.8628 2.00149C17.9902 2.10693 19.6436 2.42291 20.8605 3.6398C22.0774 4.8567 22.3934 6.51007 22.4988 8.63754C22.5261 9.18915 22.1011 9.65848 21.5495 9.68581C20.9979 9.71315 20.5286 9.28815 20.5012 8.73654C20.3986 6.66457 20.0919 5.69968 19.4463 5.05402C18.8006 4.40836 17.8357 4.10173 15.7638 3.99904C15.2121 3.9717 14.7871 3.50238 14.8145 2.95077ZM2.45052 15.3147C3.00213 15.2874 3.47146 15.7124 3.4988 16.264C3.60148 18.336 3.90811 19.3009 4.55377 19.9465C5.19943 20.5922 6.16432 20.8988 8.23629 21.0015C8.78789 21.0288 9.2129 21.4982 9.18556 22.0498C9.15822 22.6014 8.68889 23.0264 8.13729 22.999C6.00982 22.8936 4.35645 22.5776 3.13956 21.3607C1.92267 20.1438 1.60669 18.4905 1.50125 16.363C1.47391 15.8114 1.89892 15.3421 2.45052 15.3147ZM21.5495 15.3147C22.1011 15.3421 22.5261 15.8114 22.4988 16.363C22.3934 18.4905 22.0774 20.1438 20.8605 21.3607C19.6436 22.5776 17.9902 22.8936 15.8628 22.999C15.3111 23.0264 14.8418 22.6014 14.8145 22.0498C14.7871 21.4982 15.2121 21.0288 15.7638 21.0015C17.8357 20.8988 18.8006 20.5922 19.4463 19.9465C20.0919 19.3009 20.3986 18.336 20.5012 16.264C20.5286 15.7124 20.9979 15.2874 21.5495 15.3147Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.5C12.5523 6.5 13 6.94772 13 7.5V17.5C13 18.0523 12.5523 18.5 12 18.5C11.4478 18.5 11 18.0523 11 17.5V7.5C11 6.94772 11.4478 6.5 12 6.5ZM8.00006 8.5C8.55235 8.5 9.00006 8.94772 9.00006 9.5V15.5C9.00006 16.0523 8.55235 16.5 8.00006 16.5C7.44778 16.5 7.00006 16.0523 7.00006 15.5V9.5C7.00006 8.94772 7.44778 8.5 8.00006 8.5ZM16.0001 8.5C16.5523 8.5 17.0001 8.94772 17.0001 9.5V15.5C17.0001 16.0523 16.5523 16.5 16.0001 16.5C15.4478 16.5 15.0001 16.0523 15.0001 15.5V9.5C15.0001 8.94772 15.4478 8.5 16.0001 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.18557 2.95077C9.2129 3.50238 8.7879 3.9717 8.23629 3.99904C6.16432 4.10173 5.19943 4.40836 4.55377 5.05402C3.90811 5.69968 3.60148 6.66457 3.4988 8.73654C3.47146 9.28815 3.00213 9.71315 2.45052 9.68581C1.89892 9.65848 1.47391 9.18915 1.50125 8.63754C1.60669 6.51007 1.92267 4.8567 3.13956 3.6398C4.35645 2.42291 6.00982 2.10693 8.13729 2.00149C8.6889 1.97415 9.15823 2.39916 9.18557 2.95077ZM14.8145 2.95077C14.8418 2.39916 15.3111 1.97415 15.8628 2.00149C17.9902 2.10693 19.6436 2.42291 20.8605 3.6398C22.0774 4.8567 22.3934 6.51007 22.4988 8.63754C22.5261 9.18915 22.1011 9.65848 21.5495 9.68581C20.9979 9.71315 20.5286 9.28815 20.5012 8.73654C20.3986 6.66457 20.0919 5.69968 19.4463 5.05402C18.8006 4.40836 17.8357 4.10173 15.7638 3.99904C15.2121 3.9717 14.7871 3.50238 14.8145 2.95077ZM2.45052 15.3147C3.00213 15.2874 3.47146 15.7124 3.4988 16.264C3.60148 18.336 3.90811 19.3009 4.55377 19.9465C5.19943 20.5922 6.16432 20.8988 8.23629 21.0015C8.78789 21.0288 9.2129 21.4982 9.18556 22.0498C9.15822 22.6014 8.68889 23.0264 8.13729 22.999C6.00982 22.8936 4.35645 22.5776 3.13956 21.3607C1.92267 20.1438 1.60669 18.4905 1.50125 16.363C1.47391 15.8114 1.89892 15.3421 2.45052 15.3147ZM21.5495 15.3147C22.1011 15.3421 22.5261 15.8114 22.4988 16.363C22.3934 18.4905 22.0774 20.1438 20.8605 21.3607C19.6436 22.5776 17.9902 22.8936 15.8628 22.999C15.3111 23.0264 14.8418 22.6014 14.8145 22.0498C14.7871 21.4982 15.2121 21.0288 15.7638 21.0015C17.8357 20.8988 18.8006 20.5922 19.4463 19.9465C20.0919 19.3009 20.3986 18.336 20.5012 16.264C20.5286 15.7124 20.9979 15.2874 21.5495 15.3147Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.5C12.5523 6.5 13 6.94772 13 7.5V17.5C13 18.0523 12.5523 18.5 12 18.5C11.4478 18.5 11 18.0523 11 17.5V7.5C11 6.94772 11.4478 6.5 12 6.5ZM8.00006 8.5C8.55235 8.5 9.00006 8.94772 9.00006 9.5V15.5C9.00006 16.0523 8.55235 16.5 8.00006 16.5C7.44778 16.5 7.00006 16.0523 7.00006 15.5V9.5C7.00006 8.94772 7.44778 8.5 8.00006 8.5ZM16.0001 8.5C16.5523 8.5 17.0001 8.94772 17.0001 9.5V15.5C17.0001 16.0523 16.5523 16.5 16.0001 16.5C15.4478 16.5 15.0001 16.0523 15.0001 15.5V9.5C15.0001 8.94772 15.4478 8.5 16.0001 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-web-protection{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2167 1.92649C15.8896 1.74996 14.1968 1.74998 12.0721 1.75H11.928C9.80325 1.74998 8.11037 1.74996 6.78326 1.92649C5.41409 2.10862 4.28855 2.49442 3.39751 3.37601C2.50512 4.25895 2.11335 5.37652 1.92864 6.73582C1.74996 8.05079 1.74998 9.72737 1.75 11.8279V11.9743C1.74998 14.0749 1.74996 15.7515 1.92864 17.0664C2.11335 18.4257 2.50512 19.5433 3.39751 20.4262C3.66903 20.6949 3.96289 20.9179 4.27962 21.1034C4.67714 21.3361 5.17047 21.1555 5.40211 20.7573C5.7069 20.2334 5.41486 19.5809 4.94582 19.197C4.88478 19.1471 4.82672 19.0946 4.7711 19.0396C4.30538 18.5788 4.01809 17.9432 3.86327 16.8039C3.7045 15.6355 3.70238 14.0917 3.70238 11.9011C3.70238 11.0327 3.70271 10.2659 3.71301 9.58391C3.71715 9.3097 3.71921 9.17259 3.8068 9.08632C3.89439 9.00005 4.03262 9.00005 4.3091 9.00005H19.6909C19.9674 9.00005 20.1056 9.00005 20.1932 9.08632C20.2808 9.17259 20.2829 9.3097 20.287 9.58391C20.2973 10.2659 20.2976 11.0327 20.2976 11.9011C20.2976 14.0917 20.2955 15.6355 20.1367 16.8039C19.9819 17.9432 19.6946 18.5788 19.2289 19.0396C19.1733 19.0946 19.1152 19.1471 19.0542 19.197C18.5851 19.5809 18.2931 20.2334 18.5979 20.7573C18.8295 21.1555 19.3229 21.3361 19.7204 21.1034C20.0371 20.9179 20.331 20.6949 20.6025 20.4262C21.4949 19.5433 21.8866 18.4257 22.0714 17.0664C22.25 15.7515 22.25 14.0749 22.25 11.9744V11.8279C22.25 9.72736 22.25 8.05079 22.0714 6.73582C21.8866 5.37652 21.4949 4.25895 20.6025 3.37601C19.7114 2.49442 18.5859 2.10862 17.2167 1.92649ZM7.101 4.375C6.55118 4.375 6.10547 4.82272 6.10547 5.375C6.10547 5.92728 6.55118 6.375 7.101 6.375H7.10994C7.65976 6.375 8.10547 5.92728 8.10547 5.375C8.10547 4.82272 7.65976 4.375 7.10994 4.375H7.101ZM11.101 4.375C10.5512 4.375 10.1055 4.82272 10.1055 5.375C10.1055 5.92728 10.5512 6.375 11.101 6.375H11.1099C11.6598 6.375 12.1055 5.92728 12.1055 5.375C12.1055 4.82272 11.6598 4.375 11.1099 4.375H11.101Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.82193 13.3228C10.408 13.0343 11.1173 12.75 11.9982 12.75C12.8792 12.75 13.5887 13.0343 14.175 13.3227C14.3696 13.4184 14.5403 13.5079 14.6971 13.59C15.0508 13.7754 15.3336 13.9236 15.6583 14.022L15.6794 14.0284C15.8833 14.0901 16.0689 14.1463 16.2134 14.2001C16.3392 14.2469 16.5665 14.3359 16.7415 14.5207C16.8965 14.6843 16.9706 14.8642 17.0137 15.0078C17.0498 15.1276 17.0761 15.2667 17.0986 15.3853L17.0986 15.3853L17.1028 15.4077C17.7229 18.674 16.3583 21.8182 13.0193 23.0327L12.9942 23.0418C12.6872 23.1536 12.4225 23.25 11.9998 23.25C11.5771 23.25 11.3124 23.1536 11.0053 23.0418L10.9802 23.0327C7.6413 21.8183 6.27521 18.6743 6.89521 15.4077L6.89944 15.3854C6.92191 15.2667 6.94823 15.1277 6.98423 15.0079C7.02737 14.8643 7.10146 14.6844 7.25639 14.5208C7.43141 14.3361 7.65866 14.247 7.7845 14.2002C7.92895 14.1464 8.11455 14.0902 8.31846 14.0284L8.31846 14.0284L8.3396 14.022C8.66413 13.9236 8.94654 13.7755 9.29999 13.5902C9.45671 13.508 9.62741 13.4185 9.82193 13.3228Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2167 1.92649C15.8896 1.74996 14.1968 1.74998 12.0721 1.75H11.928C9.80325 1.74998 8.11037 1.74996 6.78326 1.92649C5.41409 2.10862 4.28855 2.49442 3.39751 3.37601C2.50512 4.25895 2.11335 5.37652 1.92864 6.73582C1.74996 8.05079 1.74998 9.72737 1.75 11.8279V11.9743C1.74998 14.0749 1.74996 15.7515 1.92864 17.0664C2.11335 18.4257 2.50512 19.5433 3.39751 20.4262C3.66903 20.6949 3.96289 20.9179 4.27962 21.1034C4.67714 21.3361 5.17047 21.1555 5.40211 20.7573C5.7069 20.2334 5.41486 19.5809 4.94582 19.197C4.88478 19.1471 4.82672 19.0946 4.7711 19.0396C4.30538 18.5788 4.01809 17.9432 3.86327 16.8039C3.7045 15.6355 3.70238 14.0917 3.70238 11.9011C3.70238 11.0327 3.70271 10.2659 3.71301 9.58391C3.71715 9.3097 3.71921 9.17259 3.8068 9.08632C3.89439 9.00005 4.03262 9.00005 4.3091 9.00005H19.6909C19.9674 9.00005 20.1056 9.00005 20.1932 9.08632C20.2808 9.17259 20.2829 9.3097 20.287 9.58391C20.2973 10.2659 20.2976 11.0327 20.2976 11.9011C20.2976 14.0917 20.2955 15.6355 20.1367 16.8039C19.9819 17.9432 19.6946 18.5788 19.2289 19.0396C19.1733 19.0946 19.1152 19.1471 19.0542 19.197C18.5851 19.5809 18.2931 20.2334 18.5979 20.7573C18.8295 21.1555 19.3229 21.3361 19.7204 21.1034C20.0371 20.9179 20.331 20.6949 20.6025 20.4262C21.4949 19.5433 21.8866 18.4257 22.0714 17.0664C22.25 15.7515 22.25 14.0749 22.25 11.9744V11.8279C22.25 9.72736 22.25 8.05079 22.0714 6.73582C21.8866 5.37652 21.4949 4.25895 20.6025 3.37601C19.7114 2.49442 18.5859 2.10862 17.2167 1.92649ZM7.101 4.375C6.55118 4.375 6.10547 4.82272 6.10547 5.375C6.10547 5.92728 6.55118 6.375 7.101 6.375H7.10994C7.65976 6.375 8.10547 5.92728 8.10547 5.375C8.10547 4.82272 7.65976 4.375 7.10994 4.375H7.101ZM11.101 4.375C10.5512 4.375 10.1055 4.82272 10.1055 5.375C10.1055 5.92728 10.5512 6.375 11.101 6.375H11.1099C11.6598 6.375 12.1055 5.92728 12.1055 5.375C12.1055 4.82272 11.6598 4.375 11.1099 4.375H11.101Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.82193 13.3228C10.408 13.0343 11.1173 12.75 11.9982 12.75C12.8792 12.75 13.5887 13.0343 14.175 13.3227C14.3696 13.4184 14.5403 13.5079 14.6971 13.59C15.0508 13.7754 15.3336 13.9236 15.6583 14.022L15.6794 14.0284C15.8833 14.0901 16.0689 14.1463 16.2134 14.2001C16.3392 14.2469 16.5665 14.3359 16.7415 14.5207C16.8965 14.6843 16.9706 14.8642 17.0137 15.0078C17.0498 15.1276 17.0761 15.2667 17.0986 15.3853L17.0986 15.3853L17.1028 15.4077C17.7229 18.674 16.3583 21.8182 13.0193 23.0327L12.9942 23.0418C12.6872 23.1536 12.4225 23.25 11.9998 23.25C11.5771 23.25 11.3124 23.1536 11.0053 23.0418L10.9802 23.0327C7.6413 21.8183 6.27521 18.6743 6.89521 15.4077L6.89944 15.3854C6.92191 15.2667 6.94823 15.1277 6.98423 15.0079C7.02737 14.8643 7.10146 14.6844 7.25639 14.5208C7.43141 14.3361 7.65866 14.247 7.7845 14.2002C7.92895 14.1464 8.11455 14.0902 8.31846 14.0284L8.31846 14.0284L8.3396 14.022C8.66413 13.9236 8.94654 13.7755 9.29999 13.5902C9.45671 13.508 9.62741 13.4185 9.82193 13.3228Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-security-icons-web-security{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2167 1.92649C15.8896 1.74996 14.1968 1.74998 12.0721 1.75H11.928C9.80325 1.74998 8.11037 1.74996 6.78326 1.92649C5.41409 2.10862 4.28855 2.49442 3.39751 3.37601C2.50512 4.25895 2.11335 5.37652 1.92864 6.73582C1.74996 8.05079 1.74998 9.72737 1.75 11.8279V11.9743C1.74998 14.0749 1.74996 15.7515 1.92864 17.0664C2.11335 18.4257 2.50512 19.5433 3.39751 20.4262C3.66903 20.6949 3.96289 20.9179 4.27962 21.1034C4.67714 21.3361 5.17047 21.1555 5.40211 20.7573C5.7069 20.2334 5.41486 19.5809 4.94582 19.197C4.88478 19.1471 4.82672 19.0946 4.7711 19.0396C4.30538 18.5788 4.01809 17.9432 3.86327 16.8039C3.7045 15.6355 3.70238 14.0917 3.70238 11.9011C3.70238 11.0327 3.70271 10.2659 3.71301 9.58391C3.71715 9.3097 3.71921 9.17259 3.8068 9.08632C3.89439 9.00005 4.03262 9.00005 4.3091 9.00005H19.6909C19.9674 9.00005 20.1056 9.00005 20.1932 9.08632C20.2808 9.17259 20.2829 9.3097 20.287 9.58391C20.2973 10.2659 20.2976 11.0327 20.2976 11.9011C20.2976 14.0917 20.2955 15.6355 20.1367 16.8039C19.9819 17.9432 19.6946 18.5788 19.2289 19.0396C19.1733 19.0946 19.1152 19.1471 19.0542 19.197C18.5851 19.5809 18.2931 20.2334 18.5979 20.7573C18.8295 21.1555 19.3229 21.3361 19.7204 21.1034C20.0371 20.9179 20.331 20.6949 20.6025 20.4262C21.4949 19.5433 21.8866 18.4257 22.0714 17.0664C22.25 15.7515 22.25 14.0749 22.25 11.9744V11.8279C22.25 9.72736 22.25 8.05079 22.0714 6.73582C21.8866 5.37652 21.4949 4.25895 20.6025 3.37601C19.7114 2.49442 18.5859 2.10862 17.2167 1.92649ZM7.101 4.375C6.55118 4.375 6.10547 4.82272 6.10547 5.375C6.10547 5.92728 6.55118 6.375 7.101 6.375H7.10994C7.65976 6.375 8.10547 5.92728 8.10547 5.375C8.10547 4.82272 7.65976 4.375 7.10994 4.375H7.101ZM11.101 4.375C10.5512 4.375 10.1055 4.82272 10.1055 5.375C10.1055 5.92728 10.5512 6.375 11.101 6.375H11.1099C11.6598 6.375 12.1055 5.92728 12.1055 5.375C12.1055 4.82272 11.6598 4.375 11.1099 4.375H11.101Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 16.2492V15.1875C9.5 13.8158 10.6452 12.75 12 12.75C13.3548 12.75 14.5 13.8158 14.5 15.1875V16.2492C14.5751 16.272 14.6498 16.2993 14.7239 16.3322C15.3441 16.6074 15.8211 17.1277 16.0663 17.762C16.1722 18.036 16.2129 18.3173 16.2318 18.6139C16.25 18.8994 16.25 19.2472 16.25 19.6639V19.7111C16.25 20.1278 16.25 20.4756 16.2318 20.7611C16.2129 21.0577 16.1722 21.3391 16.0663 21.613C15.8211 22.2474 15.3441 22.7676 14.7239 23.0428C14.4516 23.1637 14.1728 23.2093 13.8872 23.2302C13.6156 23.25 13.2866 23.25 12.9011 23.25H11.0989C10.7135 23.25 10.3844 23.25 10.1128 23.2302C9.82724 23.2093 9.5484 23.1637 9.27607 23.0428C8.6559 22.7676 8.17892 22.2474 7.93367 21.613C7.82777 21.3391 7.78706 21.0577 7.76817 20.7611C7.74999 20.4756 7.74999 20.1279 7.75 19.7111V19.6639C7.74999 19.2472 7.74999 18.8994 7.76817 18.6139C7.78706 18.3173 7.82777 18.036 7.93367 17.762C8.17892 17.1277 8.6559 16.6074 9.27607 16.3322C9.35023 16.2993 9.42487 16.272 9.5 16.2492ZM11 15.1875C11 14.6952 11.4218 14.25 12 14.25C12.5782 14.25 13 14.6952 13 15.1875V16.125C12.9675 16.125 12.9345 16.125 12.9011 16.125H11.0989C11.0655 16.125 11.0325 16.125 11 16.125V15.1875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2167 1.92649C15.8896 1.74996 14.1968 1.74998 12.0721 1.75H11.928C9.80325 1.74998 8.11037 1.74996 6.78326 1.92649C5.41409 2.10862 4.28855 2.49442 3.39751 3.37601C2.50512 4.25895 2.11335 5.37652 1.92864 6.73582C1.74996 8.05079 1.74998 9.72737 1.75 11.8279V11.9743C1.74998 14.0749 1.74996 15.7515 1.92864 17.0664C2.11335 18.4257 2.50512 19.5433 3.39751 20.4262C3.66903 20.6949 3.96289 20.9179 4.27962 21.1034C4.67714 21.3361 5.17047 21.1555 5.40211 20.7573C5.7069 20.2334 5.41486 19.5809 4.94582 19.197C4.88478 19.1471 4.82672 19.0946 4.7711 19.0396C4.30538 18.5788 4.01809 17.9432 3.86327 16.8039C3.7045 15.6355 3.70238 14.0917 3.70238 11.9011C3.70238 11.0327 3.70271 10.2659 3.71301 9.58391C3.71715 9.3097 3.71921 9.17259 3.8068 9.08632C3.89439 9.00005 4.03262 9.00005 4.3091 9.00005H19.6909C19.9674 9.00005 20.1056 9.00005 20.1932 9.08632C20.2808 9.17259 20.2829 9.3097 20.287 9.58391C20.2973 10.2659 20.2976 11.0327 20.2976 11.9011C20.2976 14.0917 20.2955 15.6355 20.1367 16.8039C19.9819 17.9432 19.6946 18.5788 19.2289 19.0396C19.1733 19.0946 19.1152 19.1471 19.0542 19.197C18.5851 19.5809 18.2931 20.2334 18.5979 20.7573C18.8295 21.1555 19.3229 21.3361 19.7204 21.1034C20.0371 20.9179 20.331 20.6949 20.6025 20.4262C21.4949 19.5433 21.8866 18.4257 22.0714 17.0664C22.25 15.7515 22.25 14.0749 22.25 11.9744V11.8279C22.25 9.72736 22.25 8.05079 22.0714 6.73582C21.8866 5.37652 21.4949 4.25895 20.6025 3.37601C19.7114 2.49442 18.5859 2.10862 17.2167 1.92649ZM7.101 4.375C6.55118 4.375 6.10547 4.82272 6.10547 5.375C6.10547 5.92728 6.55118 6.375 7.101 6.375H7.10994C7.65976 6.375 8.10547 5.92728 8.10547 5.375C8.10547 4.82272 7.65976 4.375 7.10994 4.375H7.101ZM11.101 4.375C10.5512 4.375 10.1055 4.82272 10.1055 5.375C10.1055 5.92728 10.5512 6.375 11.101 6.375H11.1099C11.6598 6.375 12.1055 5.92728 12.1055 5.375C12.1055 4.82272 11.6598 4.375 11.1099 4.375H11.101Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.5 16.2492V15.1875C9.5 13.8158 10.6452 12.75 12 12.75C13.3548 12.75 14.5 13.8158 14.5 15.1875V16.2492C14.5751 16.272 14.6498 16.2993 14.7239 16.3322C15.3441 16.6074 15.8211 17.1277 16.0663 17.762C16.1722 18.036 16.2129 18.3173 16.2318 18.6139C16.25 18.8994 16.25 19.2472 16.25 19.6639V19.7111C16.25 20.1278 16.25 20.4756 16.2318 20.7611C16.2129 21.0577 16.1722 21.3391 16.0663 21.613C15.8211 22.2474 15.3441 22.7676 14.7239 23.0428C14.4516 23.1637 14.1728 23.2093 13.8872 23.2302C13.6156 23.25 13.2866 23.25 12.9011 23.25H11.0989C10.7135 23.25 10.3844 23.25 10.1128 23.2302C9.82724 23.2093 9.5484 23.1637 9.27607 23.0428C8.6559 22.7676 8.17892 22.2474 7.93367 21.613C7.82777 21.3391 7.78706 21.0577 7.76817 20.7611C7.74999 20.4756 7.74999 20.1279 7.75 19.7111V19.6639C7.74999 19.2472 7.74999 18.8994 7.76817 18.6139C7.78706 18.3173 7.82777 18.036 7.93367 17.762C8.17892 17.1277 8.6559 16.6074 9.27607 16.3322C9.35023 16.2993 9.42487 16.272 9.5 16.2492ZM11 15.1875C11 14.6952 11.4218 14.25 12 14.25C12.5782 14.25 13 14.6952 13 15.1875V16.125C12.9675 16.125 12.9345 16.125 12.9011 16.125H11.0989C11.0655 16.125 11.0325 16.125 11 16.125V15.1875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-account-setting-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.38041 2.12028C9.17284 1.76673 8.71985 1.64537 8.36333 1.84779L4.89923 3.8146C4.72461 3.91374 4.59704 4.07876 4.54508 4.27272C4.49312 4.46667 4.5211 4.67337 4.62276 4.84653C5.76109 6.78545 4.30575 9.28324 2 9.28324C1.58579 9.28324 1.25 9.61902 1.25 10.0332V13.9669C1.25 14.3811 1.58579 14.7169 2 14.7169C4.30517 14.7169 5.75974 17.2141 4.62118 19.1535C4.51952 19.3266 4.49154 19.5333 4.5435 19.7273C4.59546 19.9212 4.72303 20.0863 4.89765 20.1854L8.36175 22.1522C8.71827 22.3546 9.17126 22.2333 9.37882 21.8797C10.5539 19.8782 13.4477 19.8782 14.6228 21.8796C14.8303 22.2332 15.2833 22.3545 15.6398 22.1521L19.1039 20.1853C19.2786 20.0862 19.4061 19.9211 19.4581 19.7272C19.51 19.5332 19.4821 19.3265 19.3804 19.1534C18.2416 17.2136 19.6954 14.7169 22 14.7169C22.4142 14.7169 22.75 14.3811 22.75 13.9669V10.0332C22.75 9.61902 22.4142 9.28324 22 9.28324C19.6948 9.28324 18.2403 6.78596 19.3788 4.84662C19.4805 4.67346 19.5085 4.46677 19.4565 4.27281C19.4045 4.07886 19.277 3.91384 19.1024 3.8147L15.6383 1.84789C15.2817 1.64546 14.8287 1.76683 14.6212 2.12038C13.4469 4.12059 10.5548 4.12055 9.38041 2.12028ZM12.0002 7.24988C10.4814 7.24988 9.25015 8.48109 9.25015 9.99988C9.25015 11.5187 10.4814 12.7499 12.0002 12.7499C13.5189 12.7499 14.7502 11.5187 14.7502 9.99988C14.7502 8.48109 13.5189 7.24988 12.0002 7.24988ZM9.14933 16.8754C9.71941 15.8899 10.7831 15.2296 12.0001 15.2296C13.2171 15.2296 14.2808 15.8899 14.8509 16.8754C15.0583 17.234 15.5171 17.3565 15.8757 17.1491C16.2342 16.9417 16.3567 16.4829 16.1493 16.1243C15.3222 14.6944 13.7743 13.7296 12.0001 13.7296C10.226 13.7296 8.6781 14.6944 7.85092 16.1243C7.64351 16.4829 7.76603 16.9417 8.12458 17.1491C8.48313 17.3565 8.94192 17.234 9.14933 16.8754Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.38041 2.12028C9.17284 1.76673 8.71985 1.64537 8.36333 1.84779L4.89923 3.8146C4.72461 3.91374 4.59704 4.07876 4.54508 4.27272C4.49312 4.46667 4.5211 4.67337 4.62276 4.84653C5.76109 6.78545 4.30575 9.28324 2 9.28324C1.58579 9.28324 1.25 9.61902 1.25 10.0332V13.9669C1.25 14.3811 1.58579 14.7169 2 14.7169C4.30517 14.7169 5.75974 17.2141 4.62118 19.1535C4.51952 19.3266 4.49154 19.5333 4.5435 19.7273C4.59546 19.9212 4.72303 20.0863 4.89765 20.1854L8.36175 22.1522C8.71827 22.3546 9.17126 22.2333 9.37882 21.8797C10.5539 19.8782 13.4477 19.8782 14.6228 21.8796C14.8303 22.2332 15.2833 22.3545 15.6398 22.1521L19.1039 20.1853C19.2786 20.0862 19.4061 19.9211 19.4581 19.7272C19.51 19.5332 19.4821 19.3265 19.3804 19.1534C18.2416 17.2136 19.6954 14.7169 22 14.7169C22.4142 14.7169 22.75 14.3811 22.75 13.9669V10.0332C22.75 9.61902 22.4142 9.28324 22 9.28324C19.6948 9.28324 18.2403 6.78596 19.3788 4.84662C19.4805 4.67346 19.5085 4.46677 19.4565 4.27281C19.4045 4.07886 19.277 3.91384 19.1024 3.8147L15.6383 1.84789C15.2817 1.64546 14.8287 1.76683 14.6212 2.12038C13.4469 4.12059 10.5548 4.12055 9.38041 2.12028ZM12.0002 7.24988C10.4814 7.24988 9.25015 8.48109 9.25015 9.99988C9.25015 11.5187 10.4814 12.7499 12.0002 12.7499C13.5189 12.7499 14.7502 11.5187 14.7502 9.99988C14.7502 8.48109 13.5189 7.24988 12.0002 7.24988ZM9.14933 16.8754C9.71941 15.8899 10.7831 15.2296 12.0001 15.2296C13.2171 15.2296 14.2808 15.8899 14.8509 16.8754C15.0583 17.234 15.5171 17.3565 15.8757 17.1491C16.2342 16.9417 16.3567 16.4829 16.1493 16.1243C15.3222 14.6944 13.7743 13.7296 12.0001 13.7296C10.226 13.7296 8.6781 14.6944 7.85092 16.1243C7.64351 16.4829 7.76603 16.9417 8.12458 17.1491C8.48313 17.3565 8.94192 17.234 9.14933 16.8754Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-account-setting-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4565 1.26262C13.2071 1.23405 10.5436 1.26285 10.5436 1.26285C10.2656 1.29469 9.97337 1.3681 9.70064 1.56535C9.42804 1.7625 9.26624 2.01716 9.14844 2.27124C9.04264 2.49946 8.60974 3.7964 8.50959 4.098C8.43185 4.51292 8.0042 5.26594 6.91551 4.95862C6.91551 4.95862 5.04518 4.42953 4.78104 4.38753C4.48729 4.34082 4.16593 4.33486 3.83362 4.47022C3.50143 4.60553 3.27539 4.83436 3.09742 5.073C2.93729 5.28771 1.66743 7.55254 1.66743 7.55254C1.55549 7.81142 1.47292 8.1037 1.50828 8.44076C1.54364 8.77786 1.68508 9.04656 1.84835 9.27647C1.99495 9.48291 3.44422 11.1029 3.44422 11.1029C3.70919 11.4042 4.08015 12.1849 3.44424 12.8969C3.44424 12.8969 1.99495 14.5169 1.84835 14.7234C1.68508 14.9533 1.54364 15.222 1.50828 15.5591C1.47292 15.8961 1.5555 16.1884 1.66743 16.4473C1.66743 16.4473 2.93728 18.7121 3.09741 18.9268C3.27538 19.1654 3.50143 19.3943 3.83363 19.5296C4.16594 19.665 4.48731 19.659 4.78107 19.6123C5.0452 19.5703 6.91546 19.0412 6.91546 19.0412C7.30798 18.9129 8.17632 18.9054 8.50956 19.9018C8.6097 20.2034 9.04264 21.5005 9.14844 21.7287C9.26624 21.9828 9.42803 22.2374 9.70064 22.4346C9.97337 22.6318 10.2657 22.7055 10.5436 22.7373C10.793 22.7659 13.4565 22.7373 13.4565 22.7373C13.7344 22.7055 14.0267 22.6318 14.2994 22.4346C14.572 22.2374 14.7338 21.9828 14.8516 21.7287C14.9574 21.5005 15.3904 20.2034 15.4905 19.9018C15.61 19.4987 16.0962 18.7623 17.0846 19.0412C17.4126 19.1344 18.9549 19.5703 19.219 19.6123C19.5128 19.659 19.8341 19.665 20.1664 19.5296C20.4987 19.3943 20.7247 19.1654 20.9027 18.9268C21.0628 18.7121 22.3326 16.4473 22.3326 16.4473C22.4446 16.1884 22.5272 15.8961 22.4918 15.5591C22.4564 15.222 22.315 14.9533 22.1517 14.7234C22.0051 14.5169 20.7696 13.135 20.5558 12.897C19.9524 12.2214 20.3044 11.4194 20.5559 11.1029C20.6207 11.0307 20.7796 10.8532 20.9736 10.6352C21.419 10.1346 22.0496 9.42028 22.1517 9.27647C22.315 9.04656 22.4564 8.77786 22.4918 8.44076C22.5272 8.10369 22.4446 7.81142 22.3326 7.55254L20.9027 5.073C20.7247 4.83436 20.4986 4.60553 20.1665 4.47022C19.8342 4.33486 19.5128 4.34082 19.219 4.38753C18.9549 4.42953 17.4126 4.86535 17.0846 4.95862C16.1466 5.22321 15.631 4.49511 15.4905 4.09799C15.3903 3.79641 14.9574 2.49945 14.8516 2.27124C14.7338 2.01716 14.572 1.7625 14.2994 1.56535C14.0267 1.3681 13.7344 1.29446 13.4565 1.26262ZM12.0002 6.75098C10.4814 6.75098 9.25015 7.98219 9.25015 9.50098C9.25015 11.0198 10.4814 12.251 12.0002 12.251C13.5189 12.251 14.7502 11.0198 14.7502 9.50098C14.7502 7.98219 13.5189 6.75098 12.0002 6.75098ZM9.14933 16.3765C9.71941 15.391 10.7831 14.7307 12.0001 14.7307C13.2171 14.7307 14.2808 15.391 14.8509 16.3765C15.0583 16.7351 15.5171 16.8576 15.8757 16.6502C16.2342 16.4428 16.3567 15.984 16.1493 15.6254C15.3222 14.1955 13.7743 13.2307 12.0001 13.2307C10.226 13.2307 8.6781 14.1955 7.85092 15.6254C7.64351 15.984 7.76603 16.4428 8.12458 16.6502C8.48313 16.8576 8.94192 16.7351 9.14933 16.3765Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4565 1.26262C13.2071 1.23405 10.5436 1.26285 10.5436 1.26285C10.2656 1.29469 9.97337 1.3681 9.70064 1.56535C9.42804 1.7625 9.26624 2.01716 9.14844 2.27124C9.04264 2.49946 8.60974 3.7964 8.50959 4.098C8.43185 4.51292 8.0042 5.26594 6.91551 4.95862C6.91551 4.95862 5.04518 4.42953 4.78104 4.38753C4.48729 4.34082 4.16593 4.33486 3.83362 4.47022C3.50143 4.60553 3.27539 4.83436 3.09742 5.073C2.93729 5.28771 1.66743 7.55254 1.66743 7.55254C1.55549 7.81142 1.47292 8.1037 1.50828 8.44076C1.54364 8.77786 1.68508 9.04656 1.84835 9.27647C1.99495 9.48291 3.44422 11.1029 3.44422 11.1029C3.70919 11.4042 4.08015 12.1849 3.44424 12.8969C3.44424 12.8969 1.99495 14.5169 1.84835 14.7234C1.68508 14.9533 1.54364 15.222 1.50828 15.5591C1.47292 15.8961 1.5555 16.1884 1.66743 16.4473C1.66743 16.4473 2.93728 18.7121 3.09741 18.9268C3.27538 19.1654 3.50143 19.3943 3.83363 19.5296C4.16594 19.665 4.48731 19.659 4.78107 19.6123C5.0452 19.5703 6.91546 19.0412 6.91546 19.0412C7.30798 18.9129 8.17632 18.9054 8.50956 19.9018C8.6097 20.2034 9.04264 21.5005 9.14844 21.7287C9.26624 21.9828 9.42803 22.2374 9.70064 22.4346C9.97337 22.6318 10.2657 22.7055 10.5436 22.7373C10.793 22.7659 13.4565 22.7373 13.4565 22.7373C13.7344 22.7055 14.0267 22.6318 14.2994 22.4346C14.572 22.2374 14.7338 21.9828 14.8516 21.7287C14.9574 21.5005 15.3904 20.2034 15.4905 19.9018C15.61 19.4987 16.0962 18.7623 17.0846 19.0412C17.4126 19.1344 18.9549 19.5703 19.219 19.6123C19.5128 19.659 19.8341 19.665 20.1664 19.5296C20.4987 19.3943 20.7247 19.1654 20.9027 18.9268C21.0628 18.7121 22.3326 16.4473 22.3326 16.4473C22.4446 16.1884 22.5272 15.8961 22.4918 15.5591C22.4564 15.222 22.315 14.9533 22.1517 14.7234C22.0051 14.5169 20.7696 13.135 20.5558 12.897C19.9524 12.2214 20.3044 11.4194 20.5559 11.1029C20.6207 11.0307 20.7796 10.8532 20.9736 10.6352C21.419 10.1346 22.0496 9.42028 22.1517 9.27647C22.315 9.04656 22.4564 8.77786 22.4918 8.44076C22.5272 8.10369 22.4446 7.81142 22.3326 7.55254L20.9027 5.073C20.7247 4.83436 20.4986 4.60553 20.1665 4.47022C19.8342 4.33486 19.5128 4.34082 19.219 4.38753C18.9549 4.42953 17.4126 4.86535 17.0846 4.95862C16.1466 5.22321 15.631 4.49511 15.4905 4.09799C15.3903 3.79641 14.9574 2.49945 14.8516 2.27124C14.7338 2.01716 14.572 1.7625 14.2994 1.56535C14.0267 1.3681 13.7344 1.29446 13.4565 1.26262ZM12.0002 6.75098C10.4814 6.75098 9.25015 7.98219 9.25015 9.50098C9.25015 11.0198 10.4814 12.251 12.0002 12.251C13.5189 12.251 14.7502 11.0198 14.7502 9.50098C14.7502 7.98219 13.5189 6.75098 12.0002 6.75098ZM9.14933 16.3765C9.71941 15.391 10.7831 14.7307 12.0001 14.7307C13.2171 14.7307 14.2808 15.391 14.8509 16.3765C15.0583 16.7351 15.5171 16.8576 15.8757 16.6502C16.2342 16.4428 16.3567 15.984 16.1493 15.6254C15.3222 14.1955 13.7743 13.2307 12.0001 13.2307C10.226 13.2307 8.6781 14.1955 7.85092 15.6254C7.64351 15.984 7.76603 16.4428 8.12458 16.6502C8.48313 16.8576 8.94192 16.7351 9.14933 16.3765Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-account-setting-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1756 1.25706C12.0587 1.2483 11.9413 1.2483 11.8244 1.25706C11.3208 1.2948 10.9127 1.52204 10.5398 1.81378C10.1891 2.08819 9.80108 2.47622 9.3473 2.93004L8.58657 3.58138C8.58657 3.58138 8.17864 3.63443 7.53268 3.63443C6.82147 3.63439 6.21358 3.63436 5.7278 3.69967C5.20911 3.76941 4.71886 3.92575 4.32206 4.32255C3.92526 4.71934 3.76892 5.20959 3.69919 5.72829C3.63387 6.21407 3.6339 6.82196 3.63394 7.53317L3.58089 8.58705L2.92956 9.34779L2.92954 9.3478L2.9295 9.34784C2.4757 9.8016 2.08769 10.1896 1.81329 10.5403C1.52155 10.9132 1.29431 11.3213 1.25657 11.8249C1.24781 11.9418 1.24781 12.0592 1.25657 12.1761C1.29431 12.6797 1.52155 13.0878 1.81329 13.4607C2.0877 13.8114 2.47573 14.1994 2.92956 14.6532L3.58089 15.4139L3.63394 16.4678C3.6339 17.179 3.63387 17.7869 3.69919 18.2727C3.76892 18.7914 3.92526 19.2816 4.32206 19.6784C4.71886 20.0752 5.20911 20.2316 5.7278 20.3013C6.21358 20.3666 6.82148 20.3666 7.53269 20.3665L8.58657 20.4196L9.3473 21.0709L9.34733 21.071L9.3474 21.071C9.80114 21.5248 10.1891 21.9128 10.5398 22.1872C10.9127 22.4789 11.3208 22.7062 11.8244 22.7439C11.9413 22.7527 12.0587 22.7527 12.1756 22.7439C12.6792 22.7062 13.0873 22.4789 13.4602 22.1872C13.8109 21.9128 14.1989 21.5247 14.6527 21.0709L15.4134 20.4196L16.4673 20.3665C17.1785 20.3666 17.7864 20.3666 18.2722 20.3013C18.7909 20.2316 19.2811 20.0752 19.6779 19.6784C20.0747 19.2816 20.2311 18.7914 20.3008 18.2727C20.3661 17.7869 20.3661 17.179 20.3661 16.4678L20.4191 15.4139L21.0705 14.6532C21.5243 14.1994 21.9123 13.8114 22.1867 13.4607C22.4785 13.0878 22.7057 12.6797 22.7434 12.1761C22.7522 12.0592 22.7522 11.9418 22.7434 11.8249C22.7057 11.3213 22.4785 10.9132 22.1867 10.5403C21.9123 10.1896 21.5242 9.80155 21.0704 9.34775L20.4191 8.58705L20.3661 7.53318C20.3661 6.82196 20.3661 6.21407 20.3008 5.72829C20.2311 5.2096 20.0747 4.71934 19.6779 4.32255C19.2811 3.92575 18.7909 3.76941 18.2722 3.69967C17.7864 3.63436 17.1785 3.63439 16.4673 3.63443C15.8214 3.63443 15.3547 3.55707 15.3547 3.55707L14.6527 2.93005C14.1989 2.47622 13.8109 2.08819 13.4602 1.81378C13.0873 1.52204 12.6792 1.2948 12.1756 1.25706ZM12.0002 7.25049C10.4814 7.25049 9.25015 8.48171 9.25015 10.0005C9.25015 11.5193 10.4814 12.7505 12.0002 12.7505C13.5189 12.7505 14.7502 11.5193 14.7502 10.0005C14.7502 8.48171 13.5189 7.25049 12.0002 7.25049ZM9.14933 16.876C9.71941 15.8905 10.7831 15.2302 12.0001 15.2302C13.2171 15.2302 14.2808 15.8905 14.8509 16.876C15.0583 17.2346 15.5171 17.3571 15.8757 17.1497C16.2342 16.9423 16.3567 16.4835 16.1493 16.1249C15.3222 14.695 13.7742 13.7302 12.0001 13.7302C10.226 13.7302 8.6781 14.695 7.85092 16.1249C7.64351 16.4835 7.76603 16.9423 8.12458 17.1497C8.48313 17.3571 8.94192 17.2346 9.14933 16.876Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1756 1.25706C12.0587 1.2483 11.9413 1.2483 11.8244 1.25706C11.3208 1.2948 10.9127 1.52204 10.5398 1.81378C10.1891 2.08819 9.80108 2.47622 9.3473 2.93004L8.58657 3.58138C8.58657 3.58138 8.17864 3.63443 7.53268 3.63443C6.82147 3.63439 6.21358 3.63436 5.7278 3.69967C5.20911 3.76941 4.71886 3.92575 4.32206 4.32255C3.92526 4.71934 3.76892 5.20959 3.69919 5.72829C3.63387 6.21407 3.6339 6.82196 3.63394 7.53317L3.58089 8.58705L2.92956 9.34779L2.92954 9.3478L2.9295 9.34784C2.4757 9.8016 2.08769 10.1896 1.81329 10.5403C1.52155 10.9132 1.29431 11.3213 1.25657 11.8249C1.24781 11.9418 1.24781 12.0592 1.25657 12.1761C1.29431 12.6797 1.52155 13.0878 1.81329 13.4607C2.0877 13.8114 2.47573 14.1994 2.92956 14.6532L3.58089 15.4139L3.63394 16.4678C3.6339 17.179 3.63387 17.7869 3.69919 18.2727C3.76892 18.7914 3.92526 19.2816 4.32206 19.6784C4.71886 20.0752 5.20911 20.2316 5.7278 20.3013C6.21358 20.3666 6.82148 20.3666 7.53269 20.3665L8.58657 20.4196L9.3473 21.0709L9.34733 21.071L9.3474 21.071C9.80114 21.5248 10.1891 21.9128 10.5398 22.1872C10.9127 22.4789 11.3208 22.7062 11.8244 22.7439C11.9413 22.7527 12.0587 22.7527 12.1756 22.7439C12.6792 22.7062 13.0873 22.4789 13.4602 22.1872C13.8109 21.9128 14.1989 21.5247 14.6527 21.0709L15.4134 20.4196L16.4673 20.3665C17.1785 20.3666 17.7864 20.3666 18.2722 20.3013C18.7909 20.2316 19.2811 20.0752 19.6779 19.6784C20.0747 19.2816 20.2311 18.7914 20.3008 18.2727C20.3661 17.7869 20.3661 17.179 20.3661 16.4678L20.4191 15.4139L21.0705 14.6532C21.5243 14.1994 21.9123 13.8114 22.1867 13.4607C22.4785 13.0878 22.7057 12.6797 22.7434 12.1761C22.7522 12.0592 22.7522 11.9418 22.7434 11.8249C22.7057 11.3213 22.4785 10.9132 22.1867 10.5403C21.9123 10.1896 21.5242 9.80155 21.0704 9.34775L20.4191 8.58705L20.3661 7.53318C20.3661 6.82196 20.3661 6.21407 20.3008 5.72829C20.2311 5.2096 20.0747 4.71934 19.6779 4.32255C19.2811 3.92575 18.7909 3.76941 18.2722 3.69967C17.7864 3.63436 17.1785 3.63439 16.4673 3.63443C15.8214 3.63443 15.3547 3.55707 15.3547 3.55707L14.6527 2.93005C14.1989 2.47622 13.8109 2.08819 13.4602 1.81378C13.0873 1.52204 12.6792 1.2948 12.1756 1.25706ZM12.0002 7.25049C10.4814 7.25049 9.25015 8.48171 9.25015 10.0005C9.25015 11.5193 10.4814 12.7505 12.0002 12.7505C13.5189 12.7505 14.7502 11.5193 14.7502 10.0005C14.7502 8.48171 13.5189 7.25049 12.0002 7.25049ZM9.14933 16.876C9.71941 15.8905 10.7831 15.2302 12.0001 15.2302C13.2171 15.2302 14.2808 15.8905 14.8509 16.876C15.0583 17.2346 15.5171 17.3571 15.8757 17.1497C16.2342 16.9423 16.3567 16.4835 16.1493 16.1249C15.3222 14.695 13.7742 13.7302 12.0001 13.7302C10.226 13.7302 8.6781 14.695 7.85092 16.1249C7.64351 16.4835 7.76603 16.9423 8.12458 17.1497C8.48313 17.3571 8.94192 17.2346 9.14933 16.876Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-configuration-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.414 1.24988H12.586C12.8889 1.24982 13.1924 1.24976 13.4503 1.27928C13.7451 1.31302 14.0762 1.39346 14.3889 1.61936C14.7013 1.84514 14.8818 2.13422 15.0067 2.40337L15.6386 4.20463C15.7122 4.38678 15.8386 4.54218 16.0012 4.65081L16.2831 4.81356C16.477 4.90831 16.6967 4.93565 16.9076 4.8914L18.0712 4.56348L18.0722 4.56319C18.3859 4.47405 18.74 4.37346 19.0128 4.33011C19.324 4.28068 19.6874 4.27071 20.0685 4.42578C20.4494 4.5808 20.7027 4.84164 20.8912 5.09412C21.0566 5.31565 21.7438 6.50919 21.9069 6.79238C22.0596 7.0575 22.2124 7.32272 22.3164 7.56284C22.435 7.83707 22.5311 8.16629 22.4906 8.55221C22.45 8.93817 22.2877 9.24024 22.1146 9.48379C21.963 9.697 21.7584 9.92455 21.554 10.1519L20.5472 11.278C20.4615 11.4004 20.3485 11.7043 20.3485 11.9997C20.3485 12.2955 20.4615 12.5993 20.5472 12.7217C20.7516 12.9491 21.963 14.3027 22.1146 14.5159C22.2877 14.7594 22.45 15.0615 22.4906 15.4475C22.5311 15.8334 22.435 16.1626 22.3163 16.4368C22.2124 16.6769 22.0596 16.9422 21.9069 17.2073C21.9069 17.2073 21.0566 18.684 20.8912 18.9055C20.7027 19.158 20.4494 19.4189 20.0685 19.5739C19.6874 19.729 19.3239 19.719 19.0128 19.6695C18.7399 19.6262 18.4274 19.5374 18.1137 19.4482L16.9076 19.1082C16.6967 19.064 16.4769 19.0913 16.283 19.1861L16.0011 19.3489C15.8386 19.4575 15.7122 19.6129 15.6386 19.795L15.3077 20.7841C15.3077 20.7841 15.1161 21.3607 15.0067 21.5964C14.8819 21.8655 14.7013 22.1546 14.3889 22.3804C14.0762 22.6063 13.7451 22.6867 13.4503 22.7205C13.1924 22.75 12.8889 22.7499 12.586 22.7499H11.414C11.1111 22.7499 10.8076 22.75 10.5497 22.7205C10.2549 22.6867 9.92375 22.6063 9.61112 22.3804C9.29866 22.1546 9.11815 21.8655 8.99325 21.5964C8.88387 21.3607 8.67917 20.7446 8.67917 20.7446C8.50889 20.2325 8.78579 19.6792 9.29764 19.5088C9.8095 19.3384 10.3625 19.6155 10.5328 20.1276C10.6471 20.4715 10.7084 20.6511 10.7651 20.7733C11.1267 20.7733 13.0951 20.7938 13.2283 20.7786L13.8083 19.1113C14.0321 18.5274 14.4367 18.0302 14.963 17.6928L15.3724 17.4565C15.9866 17.1407 16.6926 17.0526 17.3655 17.2078C17.7392 17.314 19.1759 17.7164 19.3191 17.7392L20.5226 15.6486C20.444 15.5381 20.3173 15.3949 20.0734 15.1235L19.0261 13.9493C18.6205 13.4355 18.395 12.6676 18.395 11.9997C18.395 11.3321 18.6206 10.5641 19.0262 10.0504L20.5226 8.35103C20.3285 8.01391 19.4131 6.38028 19.3261 6.2637L17.3655 6.79179C16.6927 6.94703 15.9868 6.85893 15.3727 6.54323L14.9633 6.30697C14.4368 5.96959 14.0321 5.47236 13.8083 4.88832C13.6939 4.54448 13.2916 3.34862 13.2349 3.22647C12.8733 3.22647 10.9049 3.20591 10.7717 3.22116L10.1917 4.88832C9.96785 5.47236 9.56324 5.96959 9.03675 6.30697L8.62728 6.54323C8.01315 6.85893 7.30732 6.94703 6.63452 6.79179C6.26083 6.68569 4.82407 6.28323 4.68089 6.26048L3.47739 8.35103C3.55599 8.46161 4.72993 9.77901 4.97382 10.0504C5.37938 10.5641 5.60497 11.3321 5.60497 11.9997C5.60497 12.6676 5.37948 13.4355 4.97385 13.9493L3.9283 15.1216L3.92659 15.1235C3.6827 15.3949 3.52534 15.5842 3.44674 15.6948C3.36989 16.2091 2.90079 16.5764 2.37877 16.5215C1.84228 16.4651 1.45307 15.9842 1.50943 15.4475C1.54995 15.0615 1.71233 14.7594 1.88544 14.5159C2.03699 14.3027 2.24157 14.0751 2.44602 13.8477L3.45282 12.7217C3.53851 12.5993 3.65149 12.2955 3.65149 11.9997C3.65149 11.7043 3.53848 11.4004 3.45279 11.278C3.24834 11.0506 2.03699 9.69701 1.88544 9.48379C1.71233 9.24024 1.54995 8.93818 1.50943 8.55222C1.46891 8.1663 1.56497 7.83707 1.68365 7.56284C1.78757 7.32273 1.94038 7.05752 2.09313 6.79241L2.61819 5.88068C2.78121 5.59748 2.94344 5.31566 3.10881 5.09412C3.29728 4.84164 3.55062 4.5808 3.93153 4.42578C4.31261 4.27071 4.67604 4.28068 4.98721 4.33011C5.26004 4.37346 5.61423 4.4741 5.92793 4.56324L7.0924 4.8914C7.30334 4.93565 7.52303 4.90831 7.71693 4.81356L7.99885 4.65081C8.16138 4.54218 8.28785 4.38678 8.36142 4.20463L8.67917 3.25513C8.77492 2.96696 8.88387 2.63908 8.99325 2.40337C9.11815 2.13422 9.29865 1.84514 9.61112 1.61936C9.92375 1.39346 10.2549 1.31302 10.5497 1.27928C10.8076 1.24976 11.1111 1.24982 11.414 1.24988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4689 15.428C14.7551 16.1418 13.4892 16.2051 11.6044 16.2099C11.1937 16.211 10.9883 16.2115 10.8052 16.2876C10.6222 16.3637 10.4781 16.5078 10.1899 16.796L5.55366 21.4329C4.7979 22.1887 3.57258 22.1887 2.81682 21.4329C2.06106 20.6772 2.06106 19.4519 2.81682 18.6961L7.45389 14.0588C7.74201 13.7706 7.88607 13.6266 7.96217 13.4435C8.03826 13.2604 8.03879 13.0551 8.03983 12.6444C8.04463 10.7608 8.10804 9.49439 8.82184 8.7807C9.63568 7.96699 9.99512 7.99994 13.6003 7.99994C13.9487 7.99845 14.1241 8.41979 13.8777 8.66614L12.0215 10.5225C11.5503 10.9937 11.549 11.7577 12.0203 12.2288C12.4915 12.7 13.2555 12.7 13.7267 12.2289L15.5835 10.373C15.8299 10.1267 16.2513 10.302 16.2498 10.6504C16.2498 14.255 16.2827 14.6143 15.4689 15.428Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.414 1.24988H12.586C12.8889 1.24982 13.1924 1.24976 13.4503 1.27928C13.7451 1.31302 14.0762 1.39346 14.3889 1.61936C14.7013 1.84514 14.8818 2.13422 15.0067 2.40337L15.6386 4.20463C15.7122 4.38678 15.8386 4.54218 16.0012 4.65081L16.2831 4.81356C16.477 4.90831 16.6967 4.93565 16.9076 4.8914L18.0712 4.56348L18.0722 4.56319C18.3859 4.47405 18.74 4.37346 19.0128 4.33011C19.324 4.28068 19.6874 4.27071 20.0685 4.42578C20.4494 4.5808 20.7027 4.84164 20.8912 5.09412C21.0566 5.31565 21.7438 6.50919 21.9069 6.79238C22.0596 7.0575 22.2124 7.32272 22.3164 7.56284C22.435 7.83707 22.5311 8.16629 22.4906 8.55221C22.45 8.93817 22.2877 9.24024 22.1146 9.48379C21.963 9.697 21.7584 9.92455 21.554 10.1519L20.5472 11.278C20.4615 11.4004 20.3485 11.7043 20.3485 11.9997C20.3485 12.2955 20.4615 12.5993 20.5472 12.7217C20.7516 12.9491 21.963 14.3027 22.1146 14.5159C22.2877 14.7594 22.45 15.0615 22.4906 15.4475C22.5311 15.8334 22.435 16.1626 22.3163 16.4368C22.2124 16.6769 22.0596 16.9422 21.9069 17.2073C21.9069 17.2073 21.0566 18.684 20.8912 18.9055C20.7027 19.158 20.4494 19.4189 20.0685 19.5739C19.6874 19.729 19.3239 19.719 19.0128 19.6695C18.7399 19.6262 18.4274 19.5374 18.1137 19.4482L16.9076 19.1082C16.6967 19.064 16.4769 19.0913 16.283 19.1861L16.0011 19.3489C15.8386 19.4575 15.7122 19.6129 15.6386 19.795L15.3077 20.7841C15.3077 20.7841 15.1161 21.3607 15.0067 21.5964C14.8819 21.8655 14.7013 22.1546 14.3889 22.3804C14.0762 22.6063 13.7451 22.6867 13.4503 22.7205C13.1924 22.75 12.8889 22.7499 12.586 22.7499H11.414C11.1111 22.7499 10.8076 22.75 10.5497 22.7205C10.2549 22.6867 9.92375 22.6063 9.61112 22.3804C9.29866 22.1546 9.11815 21.8655 8.99325 21.5964C8.88387 21.3607 8.67917 20.7446 8.67917 20.7446C8.50889 20.2325 8.78579 19.6792 9.29764 19.5088C9.8095 19.3384 10.3625 19.6155 10.5328 20.1276C10.6471 20.4715 10.7084 20.6511 10.7651 20.7733C11.1267 20.7733 13.0951 20.7938 13.2283 20.7786L13.8083 19.1113C14.0321 18.5274 14.4367 18.0302 14.963 17.6928L15.3724 17.4565C15.9866 17.1407 16.6926 17.0526 17.3655 17.2078C17.7392 17.314 19.1759 17.7164 19.3191 17.7392L20.5226 15.6486C20.444 15.5381 20.3173 15.3949 20.0734 15.1235L19.0261 13.9493C18.6205 13.4355 18.395 12.6676 18.395 11.9997C18.395 11.3321 18.6206 10.5641 19.0262 10.0504L20.5226 8.35103C20.3285 8.01391 19.4131 6.38028 19.3261 6.2637L17.3655 6.79179C16.6927 6.94703 15.9868 6.85893 15.3727 6.54323L14.9633 6.30697C14.4368 5.96959 14.0321 5.47236 13.8083 4.88832C13.6939 4.54448 13.2916 3.34862 13.2349 3.22647C12.8733 3.22647 10.9049 3.20591 10.7717 3.22116L10.1917 4.88832C9.96785 5.47236 9.56324 5.96959 9.03675 6.30697L8.62728 6.54323C8.01315 6.85893 7.30732 6.94703 6.63452 6.79179C6.26083 6.68569 4.82407 6.28323 4.68089 6.26048L3.47739 8.35103C3.55599 8.46161 4.72993 9.77901 4.97382 10.0504C5.37938 10.5641 5.60497 11.3321 5.60497 11.9997C5.60497 12.6676 5.37948 13.4355 4.97385 13.9493L3.9283 15.1216L3.92659 15.1235C3.6827 15.3949 3.52534 15.5842 3.44674 15.6948C3.36989 16.2091 2.90079 16.5764 2.37877 16.5215C1.84228 16.4651 1.45307 15.9842 1.50943 15.4475C1.54995 15.0615 1.71233 14.7594 1.88544 14.5159C2.03699 14.3027 2.24157 14.0751 2.44602 13.8477L3.45282 12.7217C3.53851 12.5993 3.65149 12.2955 3.65149 11.9997C3.65149 11.7043 3.53848 11.4004 3.45279 11.278C3.24834 11.0506 2.03699 9.69701 1.88544 9.48379C1.71233 9.24024 1.54995 8.93818 1.50943 8.55222C1.46891 8.1663 1.56497 7.83707 1.68365 7.56284C1.78757 7.32273 1.94038 7.05752 2.09313 6.79241L2.61819 5.88068C2.78121 5.59748 2.94344 5.31566 3.10881 5.09412C3.29728 4.84164 3.55062 4.5808 3.93153 4.42578C4.31261 4.27071 4.67604 4.28068 4.98721 4.33011C5.26004 4.37346 5.61423 4.4741 5.92793 4.56324L7.0924 4.8914C7.30334 4.93565 7.52303 4.90831 7.71693 4.81356L7.99885 4.65081C8.16138 4.54218 8.28785 4.38678 8.36142 4.20463L8.67917 3.25513C8.77492 2.96696 8.88387 2.63908 8.99325 2.40337C9.11815 2.13422 9.29865 1.84514 9.61112 1.61936C9.92375 1.39346 10.2549 1.31302 10.5497 1.27928C10.8076 1.24976 11.1111 1.24982 11.414 1.24988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4689 15.428C14.7551 16.1418 13.4892 16.2051 11.6044 16.2099C11.1937 16.211 10.9883 16.2115 10.8052 16.2876C10.6222 16.3637 10.4781 16.5078 10.1899 16.796L5.55366 21.4329C4.7979 22.1887 3.57258 22.1887 2.81682 21.4329C2.06106 20.6772 2.06106 19.4519 2.81682 18.6961L7.45389 14.0588C7.74201 13.7706 7.88607 13.6266 7.96217 13.4435C8.03826 13.2604 8.03879 13.0551 8.03983 12.6444C8.04463 10.7608 8.10804 9.49439 8.82184 8.7807C9.63568 7.96699 9.99512 7.99994 13.6003 7.99994C13.9487 7.99845 14.1241 8.41979 13.8777 8.66614L12.0215 10.5225C11.5503 10.9937 11.549 11.7577 12.0203 12.2288C12.4915 12.7 13.2555 12.7 13.7267 12.2289L15.5835 10.373C15.8299 10.1267 16.2513 10.302 16.2498 10.6504C16.2498 14.255 16.2827 14.6143 15.4689 15.428Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-configuration-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.4689 15.9516C13.7551 16.6653 12.4892 16.7287 10.6044 16.7335C10.1937 16.7345 9.98832 16.735 9.80524 16.8112C9.62216 16.8873 9.47809 17.0314 9.18994 17.3196L4.55366 21.9565C3.7979 22.7123 2.57258 22.7123 1.81682 21.9565C1.06106 21.2007 1.06106 19.9754 1.81682 19.2197L6.45389 14.5823C6.74201 14.2942 6.88607 14.1501 6.96217 13.9671C7.03826 13.784 7.03879 13.5787 7.03983 13.168C7.04463 11.2843 7.10804 10.0179 7.82184 9.30426C8.63568 8.49055 8.99512 8.5235 12.6003 8.5235C12.9487 8.52201 13.1241 8.94335 12.8777 9.1897L11.0215 11.0461C10.5503 11.5173 10.549 12.2812 11.0203 12.7524C11.4915 13.2235 12.2555 13.2236 12.7267 12.7525L14.5835 10.8965C14.8299 10.6502 15.2513 10.8256 15.2498 11.1739C15.2498 14.7785 15.2827 15.1379 14.4689 15.9516Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4685 4.11315C15.4929 4.12707 15.519 4.14202 15.5472 4.15817L17.2327 5.12277C17.2635 5.14036 17.2918 5.15658 17.3181 5.17171C17.2994 5.24684 17.2775 5.33199 17.2517 5.43208C16.6207 7.88149 18.1453 10.4122 20.5518 11.0663C20.6452 11.0916 20.725 11.1134 20.7954 11.1331C20.7954 11.1624 20.7954 11.1939 20.7954 11.2279V13.1327C20.7954 13.1667 20.7954 13.1982 20.7954 13.2275C20.725 13.2472 20.6451 13.269 20.5517 13.2944C18.1452 13.9485 16.622 16.4795 17.2532 18.9286C17.279 19.0286 17.3009 19.1137 17.3197 19.1888C17.2933 19.2039 17.265 19.2201 17.2343 19.2377L15.5488 20.2023C15.5206 20.2185 15.4944 20.2334 15.47 20.2473C15.4196 20.1973 15.363 20.1404 15.297 20.074C13.215 17.9799 9.56088 18.2944 7.96202 21.0395C7.68876 21.5087 7.84456 22.1123 8.31 22.3877C8.77545 22.6631 9.37429 22.5061 9.64755 22.0369C10.5742 20.446 12.7042 20.2493 13.9164 21.4685L13.94 21.4923C14.1034 21.6567 14.2673 21.8216 14.4122 21.9445C14.5465 22.0584 14.8161 22.2743 15.1918 22.3253C15.5352 22.372 15.8189 22.2701 15.9945 22.1924C16.1532 22.1221 16.329 22.0214 16.4856 21.9317L18.1993 20.951C18.2088 20.9456 18.2183 20.9401 18.2279 20.9346C18.3877 20.8432 18.566 20.7413 18.7086 20.639C18.865 20.5267 19.1009 20.3314 19.2375 20.0059C19.3876 19.6482 19.3359 19.2966 19.3063 19.1232C19.2735 18.9314 19.2137 18.6998 19.1534 18.466L19.145 18.4332C18.7923 17.0649 19.6551 15.5786 21.0606 15.1965L21.0931 15.1877C21.3197 15.1261 21.546 15.0647 21.7258 14.9989C21.8909 14.9385 22.2152 14.81 22.4478 14.504C22.6602 14.2245 22.7125 13.9228 22.7322 13.73C22.7501 13.555 22.7501 13.3494 22.75 13.1657C22.75 13.1546 22.75 13.1436 22.75 13.1327V11.2279C22.75 11.217 22.75 11.206 22.75 11.1949C22.7501 11.0112 22.7501 10.8056 22.7322 10.6306C22.7125 10.4378 22.6602 10.1361 22.4478 9.85659C22.2151 9.55053 21.8909 9.42201 21.7258 9.36166C21.5459 9.2959 21.3196 9.23444 21.093 9.17289C21.0822 9.16995 21.0714 9.16701 21.0606 9.16407C19.6544 8.78189 18.7911 7.29529 19.1435 5.92721C19.1463 5.91627 19.1492 5.90533 19.152 5.8944C19.2122 5.66062 19.2719 5.42898 19.3047 5.23714C19.3344 5.06383 19.386 4.71219 19.2359 4.35451C19.0993 4.02903 18.8634 3.83372 18.707 3.7215C18.5644 3.61919 18.3862 3.51727 18.2263 3.42586C18.2167 3.42038 18.2072 3.41494 18.1978 3.40953L16.5123 2.44493C16.5029 2.43958 16.4935 2.43418 16.484 2.42874C16.3274 2.33908 16.1516 2.23837 15.9929 2.16815C15.8174 2.09045 15.5337 1.98857 15.1904 2.0352C14.8147 2.08621 14.545 2.30209 14.4108 2.41587C14.2658 2.53878 14.1019 2.70366 13.9385 2.86802C13.9306 2.87596 13.9227 2.88389 13.9149 2.89182C12.8702 3.94229 11.1282 3.94231 10.0836 2.89191L10.0599 2.86811C9.89652 2.70375 9.73261 2.53887 9.58763 2.41596C9.45342 2.30218 9.18373 2.0863 8.80809 2.03529C8.46473 1.98867 8.18107 2.09055 8.0055 2.16824C7.84683 2.23846 7.671 2.33917 7.51447 2.42883C7.50497 2.43427 7.49554 2.43968 7.48619 2.44503L5.8007 3.40963C5.79125 3.41503 5.78173 3.42048 5.77214 3.42596C5.61228 3.51737 5.43404 3.61929 5.2914 3.72162C5.13497 3.83385 4.89906 4.02919 4.76248 4.3547C4.61239 4.7124 4.66406 5.06404 4.69372 5.23737C4.72655 5.42921 4.78628 5.66083 4.84656 5.89459L4.85502 5.9274C5.20768 7.29574 4.34493 8.78198 2.93936 9.16407L2.90691 9.17289C2.6803 9.23445 2.454 9.29593 2.27415 9.36169C2.1091 9.42205 1.78482 9.55058 1.55222 9.85664C1.33982 10.1361 1.28746 10.4378 1.26775 10.6306C1.24987 10.8056 1.24994 11.0112 1.25001 11.1949C1.25001 11.206 1.25002 11.217 1.25002 11.2279V13.1327C1.25002 13.1436 1.25001 13.1546 1.25001 13.1657C1.24994 13.3494 1.24987 13.555 1.26775 13.73C1.28746 13.9229 1.33982 14.2245 1.55224 14.504C1.78481 14.81 2.10898 14.9386 2.27408 14.9989C2.45388 15.0647 2.6801 15.1261 2.90658 15.1876L2.93905 15.1965L2.95214 15.2001C3.47253 15.3444 4.01047 15.0362 4.15365 14.5116C4.29684 13.9871 3.99105 13.4449 3.47066 13.3005L3.4479 13.2943C3.35463 13.2689 3.2749 13.2472 3.20461 13.2276C3.20456 13.1982 3.20456 13.1667 3.20456 13.1327V11.2279C3.20456 11.1939 3.20456 11.1624 3.20461 11.1331C3.275 11.1133 3.35486 11.0916 3.44829 11.0662C5.85482 10.412 7.37796 7.88108 6.74677 5.43204C6.72099 5.332 6.69907 5.24689 6.68035 5.17179C6.70667 5.15666 6.735 5.14045 6.76573 5.12286L8.45123 4.15826C8.47943 4.14212 8.50557 4.12717 8.52998 4.11324C8.58043 4.16325 8.63707 4.22019 8.70318 4.28666C10.5107 6.10426 13.4878 6.10416 15.2953 4.28656C15.3614 4.22009 15.418 4.16316 15.4685 4.11315Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.4689 15.9516C13.7551 16.6653 12.4892 16.7287 10.6044 16.7335C10.1937 16.7345 9.98832 16.735 9.80524 16.8112C9.62216 16.8873 9.47809 17.0314 9.18994 17.3196L4.55366 21.9565C3.7979 22.7123 2.57258 22.7123 1.81682 21.9565C1.06106 21.2007 1.06106 19.9754 1.81682 19.2197L6.45389 14.5823C6.74201 14.2942 6.88607 14.1501 6.96217 13.9671C7.03826 13.784 7.03879 13.5787 7.03983 13.168C7.04463 11.2843 7.10804 10.0179 7.82184 9.30426C8.63568 8.49055 8.99512 8.5235 12.6003 8.5235C12.9487 8.52201 13.1241 8.94335 12.8777 9.1897L11.0215 11.0461C10.5503 11.5173 10.549 12.2812 11.0203 12.7524C11.4915 13.2235 12.2555 13.2236 12.7267 12.7525L14.5835 10.8965C14.8299 10.6502 15.2513 10.8256 15.2498 11.1739C15.2498 14.7785 15.2827 15.1379 14.4689 15.9516Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4685 4.11315C15.4929 4.12707 15.519 4.14202 15.5472 4.15817L17.2327 5.12277C17.2635 5.14036 17.2918 5.15658 17.3181 5.17171C17.2994 5.24684 17.2775 5.33199 17.2517 5.43208C16.6207 7.88149 18.1453 10.4122 20.5518 11.0663C20.6452 11.0916 20.725 11.1134 20.7954 11.1331C20.7954 11.1624 20.7954 11.1939 20.7954 11.2279V13.1327C20.7954 13.1667 20.7954 13.1982 20.7954 13.2275C20.725 13.2472 20.6451 13.269 20.5517 13.2944C18.1452 13.9485 16.622 16.4795 17.2532 18.9286C17.279 19.0286 17.3009 19.1137 17.3197 19.1888C17.2933 19.2039 17.265 19.2201 17.2343 19.2377L15.5488 20.2023C15.5206 20.2185 15.4944 20.2334 15.47 20.2473C15.4196 20.1973 15.363 20.1404 15.297 20.074C13.215 17.9799 9.56088 18.2944 7.96202 21.0395C7.68876 21.5087 7.84456 22.1123 8.31 22.3877C8.77545 22.6631 9.37429 22.5061 9.64755 22.0369C10.5742 20.446 12.7042 20.2493 13.9164 21.4685L13.94 21.4923C14.1034 21.6567 14.2673 21.8216 14.4122 21.9445C14.5465 22.0584 14.8161 22.2743 15.1918 22.3253C15.5352 22.372 15.8189 22.2701 15.9945 22.1924C16.1532 22.1221 16.329 22.0214 16.4856 21.9317L18.1993 20.951C18.2088 20.9456 18.2183 20.9401 18.2279 20.9346C18.3877 20.8432 18.566 20.7413 18.7086 20.639C18.865 20.5267 19.1009 20.3314 19.2375 20.0059C19.3876 19.6482 19.3359 19.2966 19.3063 19.1232C19.2735 18.9314 19.2137 18.6998 19.1534 18.466L19.145 18.4332C18.7923 17.0649 19.6551 15.5786 21.0606 15.1965L21.0931 15.1877C21.3197 15.1261 21.546 15.0647 21.7258 14.9989C21.8909 14.9385 22.2152 14.81 22.4478 14.504C22.6602 14.2245 22.7125 13.9228 22.7322 13.73C22.7501 13.555 22.7501 13.3494 22.75 13.1657C22.75 13.1546 22.75 13.1436 22.75 13.1327V11.2279C22.75 11.217 22.75 11.206 22.75 11.1949C22.7501 11.0112 22.7501 10.8056 22.7322 10.6306C22.7125 10.4378 22.6602 10.1361 22.4478 9.85659C22.2151 9.55053 21.8909 9.42201 21.7258 9.36166C21.5459 9.2959 21.3196 9.23444 21.093 9.17289C21.0822 9.16995 21.0714 9.16701 21.0606 9.16407C19.6544 8.78189 18.7911 7.29529 19.1435 5.92721C19.1463 5.91627 19.1492 5.90533 19.152 5.8944C19.2122 5.66062 19.2719 5.42898 19.3047 5.23714C19.3344 5.06383 19.386 4.71219 19.2359 4.35451C19.0993 4.02903 18.8634 3.83372 18.707 3.7215C18.5644 3.61919 18.3862 3.51727 18.2263 3.42586C18.2167 3.42038 18.2072 3.41494 18.1978 3.40953L16.5123 2.44493C16.5029 2.43958 16.4935 2.43418 16.484 2.42874C16.3274 2.33908 16.1516 2.23837 15.9929 2.16815C15.8174 2.09045 15.5337 1.98857 15.1904 2.0352C14.8147 2.08621 14.545 2.30209 14.4108 2.41587C14.2658 2.53878 14.1019 2.70366 13.9385 2.86802C13.9306 2.87596 13.9227 2.88389 13.9149 2.89182C12.8702 3.94229 11.1282 3.94231 10.0836 2.89191L10.0599 2.86811C9.89652 2.70375 9.73261 2.53887 9.58763 2.41596C9.45342 2.30218 9.18373 2.0863 8.80809 2.03529C8.46473 1.98867 8.18107 2.09055 8.0055 2.16824C7.84683 2.23846 7.671 2.33917 7.51447 2.42883C7.50497 2.43427 7.49554 2.43968 7.48619 2.44503L5.8007 3.40963C5.79125 3.41503 5.78173 3.42048 5.77214 3.42596C5.61228 3.51737 5.43404 3.61929 5.2914 3.72162C5.13497 3.83385 4.89906 4.02919 4.76248 4.3547C4.61239 4.7124 4.66406 5.06404 4.69372 5.23737C4.72655 5.42921 4.78628 5.66083 4.84656 5.89459L4.85502 5.9274C5.20768 7.29574 4.34493 8.78198 2.93936 9.16407L2.90691 9.17289C2.6803 9.23445 2.454 9.29593 2.27415 9.36169C2.1091 9.42205 1.78482 9.55058 1.55222 9.85664C1.33982 10.1361 1.28746 10.4378 1.26775 10.6306C1.24987 10.8056 1.24994 11.0112 1.25001 11.1949C1.25001 11.206 1.25002 11.217 1.25002 11.2279V13.1327C1.25002 13.1436 1.25001 13.1546 1.25001 13.1657C1.24994 13.3494 1.24987 13.555 1.26775 13.73C1.28746 13.9229 1.33982 14.2245 1.55224 14.504C1.78481 14.81 2.10898 14.9386 2.27408 14.9989C2.45388 15.0647 2.6801 15.1261 2.90658 15.1876L2.93905 15.1965L2.95214 15.2001C3.47253 15.3444 4.01047 15.0362 4.15365 14.5116C4.29684 13.9871 3.99105 13.4449 3.47066 13.3005L3.4479 13.2943C3.35463 13.2689 3.2749 13.2472 3.20461 13.2276C3.20456 13.1982 3.20456 13.1667 3.20456 13.1327V11.2279C3.20456 11.1939 3.20456 11.1624 3.20461 11.1331C3.275 11.1133 3.35486 11.0916 3.44829 11.0662C5.85482 10.412 7.37796 7.88108 6.74677 5.43204C6.72099 5.332 6.69907 5.24689 6.68035 5.17179C6.70667 5.15666 6.735 5.14045 6.76573 5.12286L8.45123 4.15826C8.47943 4.14212 8.50557 4.12717 8.52998 4.11324C8.58043 4.16325 8.63707 4.22019 8.70318 4.28666C10.5107 6.10426 13.4878 6.10416 15.2953 4.28656C15.3614 4.22009 15.418 4.16316 15.4685 4.11315Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-customize{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 2.25C4.15279 2.25 2.25 4.15279 2.25 6.5C2.25 8.84721 4.15279 10.75 6.5 10.75L17.5 10.75C19.8472 10.75 21.75 8.84721 21.75 6.5C21.75 4.15279 19.8472 2.25 17.5 2.25L6.5 2.25ZM6.5 9C7.88071 9 9 7.88071 9 6.5C9 5.11929 7.88071 4 6.5 4C5.11929 4 4 5.11929 4 6.5C4 7.88071 5.11929 9 6.5 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 13.25C4.15279 13.25 2.25 15.1528 2.25 17.5C2.25 19.8472 4.15279 21.75 6.5 21.75L17.5 21.75C19.8472 21.75 21.75 19.8472 21.75 17.5C21.75 15.1528 19.8472 13.25 17.5 13.25L6.5 13.25ZM17.5 20C18.8807 20 20 18.8807 20 17.5C20 16.1193 18.8807 15 17.5 15C16.1193 15 15 16.1193 15 17.5C15 18.8807 16.1193 20 17.5 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 2.25C4.15279 2.25 2.25 4.15279 2.25 6.5C2.25 8.84721 4.15279 10.75 6.5 10.75L17.5 10.75C19.8472 10.75 21.75 8.84721 21.75 6.5C21.75 4.15279 19.8472 2.25 17.5 2.25L6.5 2.25ZM6.5 9C7.88071 9 9 7.88071 9 6.5C9 5.11929 7.88071 4 6.5 4C5.11929 4 4 5.11929 4 6.5C4 7.88071 5.11929 9 6.5 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 13.25C4.15279 13.25 2.25 15.1528 2.25 17.5C2.25 19.8472 4.15279 21.75 6.5 21.75L17.5 21.75C19.8472 21.75 21.75 19.8472 21.75 17.5C21.75 15.1528 19.8472 13.25 17.5 13.25L6.5 13.25ZM17.5 20C18.8807 20 20 18.8807 20 17.5C20 16.1193 18.8807 15 17.5 15C16.1193 15 15 16.1193 15 17.5C15 18.8807 16.1193 20 17.5 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-installing-updates-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_386_10681)%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.5001 17.25C3.05238 17.25 3.5001 17.6977 3.5001 18.25C3.5001 19.2444 3.50869 19.5454 3.56824 19.7676C3.75318 20.4578 4.29227 20.9969 4.98246 21.1819C5.20474 21.2414 5.50574 21.25 6.5001 21.25H17.5001C18.4944 21.25 18.7955 21.2414 19.0177 21.1819C19.7079 20.9969 20.247 20.4578 20.4319 19.7676C20.4915 19.5454 20.5001 19.2444 20.5001 18.25C20.5001 17.6977 20.9478 17.25 21.5001 17.25C22.0524 17.25 22.5001 17.6977 22.5001 18.25C22.5001 18.2965 22.5001 18.3424 22.5001 18.3876C22.5006 19.183 22.5009 19.7736 22.3638 20.2853C21.9939 21.6656 20.9157 22.7438 19.5354 23.1137C19.0237 23.2508 18.4331 23.2505 17.6377 23.25C17.5925 23.25 17.5466 23.25 17.5001 23.25H6.5001C6.45356 23.25 6.40771 23.25 6.36251 23.25C5.56713 23.2505 4.97647 23.2508 4.46482 23.1137C3.08445 22.7438 2.00626 21.6656 1.63639 20.2853C1.4993 19.7736 1.49962 19.183 1.50005 18.3876C1.50007 18.3424 1.5001 18.2965 1.5001 18.25C1.5001 17.6977 1.94781 17.25 2.5001 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7647 19.75C10.5184 19.7218 10.2593 19.6567 10.0176 19.4822C9.77604 19.3077 9.63265 19.0824 9.52826 18.8576C9.43449 18.6557 8.96206 17.2413 8.96206 17.2413C8.96206 17.2413 8.73129 16.8494 8.54176 16.7247C8.16956 16.4798 7.794 16.4267 7.54933 16.4798C7.54933 16.4798 5.89186 16.9479 5.65777 16.9851C5.39743 17.0264 5.11263 17.0317 4.81813 16.912C4.52372 16.7922 4.32339 16.5898 4.16567 16.3786L2.89839 14.1848C2.79918 13.9558 2.726 13.6972 2.75734 13.399C2.78868 13.1007 2.91403 12.863 3.05872 12.6596C3.18864 12.4769 4.28359 11.2542 4.47303 11.0436C4.47303 11.0436 4.70211 10.6913 4.70211 10.2499C4.70211 9.73308 4.47302 9.45629 4.47302 9.45629C4.47302 9.45629 3.18863 8.02301 3.05871 7.84035C2.91402 7.63694 2.78867 7.39921 2.75734 7.10095C2.726 6.80273 2.79918 6.54413 2.89838 6.31508C2.98747 6.10937 4.16568 4.12128 4.16568 4.12128C4.3234 3.91015 4.52372 3.70768 4.81812 3.58796C5.11262 3.46821 5.39742 3.47348 5.65775 3.51481C5.89183 3.55196 7.25868 3.93756 7.54937 4.02008C7.54937 4.02008 8.01569 4.12128 8.54172 3.77524C8.73128 3.65053 8.87815 3.47021 8.9621 3.25864C8.9621 3.25864 9.43449 1.84431 9.52826 1.64239C9.63265 1.41759 9.77604 1.19228 10.0176 1.01784C10.2593 0.843324 10.5184 0.778172 10.7647 0.75H13.2353C13.4816 0.778172 13.7407 0.843324 13.9824 1.01784C14.224 1.19228 14.3673 1.41759 14.4717 1.64239C14.5655 1.84431 15.0379 3.25864 15.0379 3.25864C15.1219 3.47021 15.2687 3.65053 15.4583 3.77524C15.9843 4.12128 16.4506 4.02008 16.4506 4.02008C16.7413 3.93756 18.1082 3.55196 18.3422 3.51481C18.6026 3.47348 18.8874 3.46821 19.1819 3.58796C19.4763 3.70768 19.6766 3.91015 19.8343 4.12128C19.8343 4.12128 21.0125 6.10937 21.1016 6.31508C21.2008 6.54413 21.274 6.80273 21.2427 7.10095C21.2113 7.39921 21.086 7.63694 20.9413 7.84035C20.8114 8.02301 19.527 9.45629 19.527 9.45629C19.527 9.45629 19.2979 9.73308 19.2979 10.2499C19.2979 10.6913 19.527 11.0436 19.527 11.0436C19.7164 11.2542 20.8114 12.4769 20.9413 12.6596C21.086 12.863 21.2113 13.1007 21.2427 13.399C21.274 13.6972 21.2008 13.9558 21.1016 14.1848L19.8343 16.3786C19.6766 16.5898 19.4763 16.7922 19.1819 16.912C18.8874 17.0317 18.6026 17.0264 18.3422 16.9851C18.1081 16.9479 16.4507 16.4798 16.4507 16.4798C16.206 16.4267 15.8304 16.4798 15.4582 16.7247C15.2687 16.8494 15.0379 17.2413 15.0379 17.2413C15.0379 17.2413 14.5655 18.6557 14.4717 18.8576C14.3673 19.0824 14.224 19.3077 13.9824 19.4822C13.7407 19.6567 13.4816 19.7218 13.2353 19.75H10.7647ZM12 13.25C13.6569 13.25 15 11.9069 15 10.25C15 8.59315 13.6569 7.25 12 7.25C10.3431 7.25 9 8.59315 9 10.25C9 11.9069 10.3431 13.25 12 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_386_10681%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_386_10681)%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.5001 17.25C3.05238 17.25 3.5001 17.6977 3.5001 18.25C3.5001 19.2444 3.50869 19.5454 3.56824 19.7676C3.75318 20.4578 4.29227 20.9969 4.98246 21.1819C5.20474 21.2414 5.50574 21.25 6.5001 21.25H17.5001C18.4944 21.25 18.7955 21.2414 19.0177 21.1819C19.7079 20.9969 20.247 20.4578 20.4319 19.7676C20.4915 19.5454 20.5001 19.2444 20.5001 18.25C20.5001 17.6977 20.9478 17.25 21.5001 17.25C22.0524 17.25 22.5001 17.6977 22.5001 18.25C22.5001 18.2965 22.5001 18.3424 22.5001 18.3876C22.5006 19.183 22.5009 19.7736 22.3638 20.2853C21.9939 21.6656 20.9157 22.7438 19.5354 23.1137C19.0237 23.2508 18.4331 23.2505 17.6377 23.25C17.5925 23.25 17.5466 23.25 17.5001 23.25H6.5001C6.45356 23.25 6.40771 23.25 6.36251 23.25C5.56713 23.2505 4.97647 23.2508 4.46482 23.1137C3.08445 22.7438 2.00626 21.6656 1.63639 20.2853C1.4993 19.7736 1.49962 19.183 1.50005 18.3876C1.50007 18.3424 1.5001 18.2965 1.5001 18.25C1.5001 17.6977 1.94781 17.25 2.5001 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7647 19.75C10.5184 19.7218 10.2593 19.6567 10.0176 19.4822C9.77604 19.3077 9.63265 19.0824 9.52826 18.8576C9.43449 18.6557 8.96206 17.2413 8.96206 17.2413C8.96206 17.2413 8.73129 16.8494 8.54176 16.7247C8.16956 16.4798 7.794 16.4267 7.54933 16.4798C7.54933 16.4798 5.89186 16.9479 5.65777 16.9851C5.39743 17.0264 5.11263 17.0317 4.81813 16.912C4.52372 16.7922 4.32339 16.5898 4.16567 16.3786L2.89839 14.1848C2.79918 13.9558 2.726 13.6972 2.75734 13.399C2.78868 13.1007 2.91403 12.863 3.05872 12.6596C3.18864 12.4769 4.28359 11.2542 4.47303 11.0436C4.47303 11.0436 4.70211 10.6913 4.70211 10.2499C4.70211 9.73308 4.47302 9.45629 4.47302 9.45629C4.47302 9.45629 3.18863 8.02301 3.05871 7.84035C2.91402 7.63694 2.78867 7.39921 2.75734 7.10095C2.726 6.80273 2.79918 6.54413 2.89838 6.31508C2.98747 6.10937 4.16568 4.12128 4.16568 4.12128C4.3234 3.91015 4.52372 3.70768 4.81812 3.58796C5.11262 3.46821 5.39742 3.47348 5.65775 3.51481C5.89183 3.55196 7.25868 3.93756 7.54937 4.02008C7.54937 4.02008 8.01569 4.12128 8.54172 3.77524C8.73128 3.65053 8.87815 3.47021 8.9621 3.25864C8.9621 3.25864 9.43449 1.84431 9.52826 1.64239C9.63265 1.41759 9.77604 1.19228 10.0176 1.01784C10.2593 0.843324 10.5184 0.778172 10.7647 0.75H13.2353C13.4816 0.778172 13.7407 0.843324 13.9824 1.01784C14.224 1.19228 14.3673 1.41759 14.4717 1.64239C14.5655 1.84431 15.0379 3.25864 15.0379 3.25864C15.1219 3.47021 15.2687 3.65053 15.4583 3.77524C15.9843 4.12128 16.4506 4.02008 16.4506 4.02008C16.7413 3.93756 18.1082 3.55196 18.3422 3.51481C18.6026 3.47348 18.8874 3.46821 19.1819 3.58796C19.4763 3.70768 19.6766 3.91015 19.8343 4.12128C19.8343 4.12128 21.0125 6.10937 21.1016 6.31508C21.2008 6.54413 21.274 6.80273 21.2427 7.10095C21.2113 7.39921 21.086 7.63694 20.9413 7.84035C20.8114 8.02301 19.527 9.45629 19.527 9.45629C19.527 9.45629 19.2979 9.73308 19.2979 10.2499C19.2979 10.6913 19.527 11.0436 19.527 11.0436C19.7164 11.2542 20.8114 12.4769 20.9413 12.6596C21.086 12.863 21.2113 13.1007 21.2427 13.399C21.274 13.6972 21.2008 13.9558 21.1016 14.1848L19.8343 16.3786C19.6766 16.5898 19.4763 16.7922 19.1819 16.912C18.8874 17.0317 18.6026 17.0264 18.3422 16.9851C18.1081 16.9479 16.4507 16.4798 16.4507 16.4798C16.206 16.4267 15.8304 16.4798 15.4582 16.7247C15.2687 16.8494 15.0379 17.2413 15.0379 17.2413C15.0379 17.2413 14.5655 18.6557 14.4717 18.8576C14.3673 19.0824 14.224 19.3077 13.9824 19.4822C13.7407 19.6567 13.4816 19.7218 13.2353 19.75H10.7647ZM12 13.25C13.6569 13.25 15 11.9069 15 10.25C15 8.59315 13.6569 7.25 12 7.25C10.3431 7.25 9 8.59315 9 10.25C9 11.9069 10.3431 13.25 12 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_386_10681%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-installing-updates-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.00886 1.0088C8.75092 0.974524 8.53346 1.04857 8.38542 1.11267C8.24932 1.1716 8.09579 1.25763 7.94684 1.34108L5.9069 2.50074C5.77465 2.59357 5.59596 2.74136 5.49339 2.98051C5.38141 3.24159 5.41754 3.50473 5.44414 3.65693C5.47292 3.82163 5.53264 4.04839 5.58978 4.26538C5.94917 5.63051 5.07129 7.09906 3.65017 7.47699L3.62514 7.48364C3.41013 7.5408 3.20867 7.59436 3.0511 7.65073C2.9037 7.70346 2.65734 7.80245 2.48375 8.02595C2.32421 8.23135 2.28192 8.45645 2.26528 8.61577C2.24992 8.76273 2.24996 8.93851 2.25 9.10954V10.8908C2.24996 11.0618 2.24992 11.2376 2.26528 11.3845C2.28192 11.5438 2.3242 11.7689 2.48373 11.9743C2.65732 12.1978 2.90367 12.2968 3.05106 12.3496C3.20862 12.4059 3.65013 12.5233 3.65013 12.5233C5.07072 12.9012 5.94802 14.3695 5.58842 15.7348C5.58842 15.7348 5.47151 16.1785 5.44271 16.3432C5.41609 16.4954 5.37995 16.7586 5.49191 17.0197C5.59447 17.2588 5.77318 17.4066 5.90544 17.4995L7.94538 18.6591L7.94547 18.6592L7.94551 18.6592C8.09441 18.7426 8.24796 18.8287 8.38402 18.8876C8.53208 18.9517 8.74956 19.0257 9.00751 18.9914C9.28793 18.9542 9.49578 18.7953 9.61531 18.6962C9.74221 18.5909 10.0613 18.2767 10.0613 18.2767C10.5905 17.7559 11.2952 17.4954 12 17.4952C12.7048 17.4954 13.4095 17.7559 13.9387 18.2767C13.9387 18.2767 14.2578 18.5909 14.3847 18.6962C14.5042 18.7953 14.7121 18.9542 14.9925 18.9914C15.2504 19.0257 15.4679 18.9517 15.616 18.8876C15.752 18.8287 15.9056 18.7427 16.0544 18.6592L16.0545 18.6592L16.0546 18.6591L18.0946 17.4995C18.2268 17.4066 18.4055 17.2588 18.5081 17.0197C18.6201 16.7586 18.5839 16.4954 18.5573 16.3432C18.5285 16.1785 18.4116 15.7348 18.4116 15.7348C18.052 14.3695 18.9293 12.9012 20.3499 12.5233C20.3499 12.5233 20.7914 12.4059 20.9489 12.3496C21.0963 12.2968 21.3427 12.1978 21.5163 11.9743C21.6758 11.7689 21.7181 11.5438 21.7347 11.3845C21.7501 11.2376 21.75 11.0618 21.75 10.8908V9.10954C21.75 8.93851 21.7501 8.76273 21.7347 8.61577C21.7181 8.45645 21.6758 8.23135 21.5163 8.02595C21.3427 7.80245 21.0963 7.70346 20.9489 7.65073C20.7914 7.59436 20.5899 7.54082 20.375 7.48367L20.3749 7.48365L20.3749 7.48364L20.3498 7.47699C18.9287 7.09906 18.0508 5.63051 18.4102 4.26538C18.4674 4.04839 18.5271 3.82163 18.5559 3.65693C18.5825 3.50473 18.6186 3.24159 18.5066 2.98051C18.404 2.74136 18.2253 2.59357 18.0931 2.50074L16.0532 1.34108C15.9042 1.25763 15.7507 1.1716 15.6146 1.11267C15.4665 1.04857 15.2491 0.974524 14.9911 1.0088C14.7107 1.04606 14.5029 1.20486 14.3833 1.30401C14.2564 1.40929 13.9373 1.72341 13.9373 1.72341C13.4084 2.24374 12.7043 2.50401 12 2.5042C11.2957 2.50401 10.5916 2.24374 10.0627 1.72341C10.0627 1.72341 9.74356 1.40929 9.61666 1.30401C9.49714 1.20486 9.28927 1.04606 9.00886 1.0088ZM12 13.0626C13.6569 13.0626 15 11.7195 15 10.0626C15 8.40577 13.6569 7.06262 12 7.06262C10.3431 7.06262 9 8.40577 9 10.0626C9 11.7195 10.3431 13.0626 12 13.0626Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.5001 17C3.05238 17 3.5001 17.4477 3.5001 18C3.5001 18.9944 3.50869 19.2954 3.56824 19.5176C3.75318 20.2078 4.29227 20.7469 4.98246 20.9319C5.20474 20.9914 5.50574 21 6.5001 21H17.5001C18.4944 21 18.7955 20.9914 19.0177 20.9319C19.7079 20.7469 20.247 20.2078 20.4319 19.5176C20.4915 19.2954 20.5001 18.9944 20.5001 18C20.5001 17.4477 20.9478 17 21.5001 17C22.0524 17 22.5001 17.4477 22.5001 18C22.5001 18.0465 22.5001 18.0924 22.5001 18.1376C22.5006 18.933 22.5009 19.5236 22.3638 20.0353C21.9939 21.4156 20.9157 22.4938 19.5354 22.8637C19.0237 23.0008 18.4331 23.0005 17.6377 23C17.5925 23 17.5466 23 17.5001 23H6.5001C6.45356 23 6.40771 23 6.36251 23C5.56713 23.0005 4.97647 23.0008 4.46482 22.8637C3.08445 22.4938 2.00626 21.4156 1.63639 20.0353C1.4993 19.5236 1.49962 18.933 1.50005 18.1376C1.50007 18.0924 1.5001 18.0465 1.5001 18C1.5001 17.4477 1.94781 17 2.5001 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.00886 1.0088C8.75092 0.974524 8.53346 1.04857 8.38542 1.11267C8.24932 1.1716 8.09579 1.25763 7.94684 1.34108L5.9069 2.50074C5.77465 2.59357 5.59596 2.74136 5.49339 2.98051C5.38141 3.24159 5.41754 3.50473 5.44414 3.65693C5.47292 3.82163 5.53264 4.04839 5.58978 4.26538C5.94917 5.63051 5.07129 7.09906 3.65017 7.47699L3.62514 7.48364C3.41013 7.5408 3.20867 7.59436 3.0511 7.65073C2.9037 7.70346 2.65734 7.80245 2.48375 8.02595C2.32421 8.23135 2.28192 8.45645 2.26528 8.61577C2.24992 8.76273 2.24996 8.93851 2.25 9.10954V10.8908C2.24996 11.0618 2.24992 11.2376 2.26528 11.3845C2.28192 11.5438 2.3242 11.7689 2.48373 11.9743C2.65732 12.1978 2.90367 12.2968 3.05106 12.3496C3.20862 12.4059 3.65013 12.5233 3.65013 12.5233C5.07072 12.9012 5.94802 14.3695 5.58842 15.7348C5.58842 15.7348 5.47151 16.1785 5.44271 16.3432C5.41609 16.4954 5.37995 16.7586 5.49191 17.0197C5.59447 17.2588 5.77318 17.4066 5.90544 17.4995L7.94538 18.6591L7.94547 18.6592L7.94551 18.6592C8.09441 18.7426 8.24796 18.8287 8.38402 18.8876C8.53208 18.9517 8.74956 19.0257 9.00751 18.9914C9.28793 18.9542 9.49578 18.7953 9.61531 18.6962C9.74221 18.5909 10.0613 18.2767 10.0613 18.2767C10.5905 17.7559 11.2952 17.4954 12 17.4952C12.7048 17.4954 13.4095 17.7559 13.9387 18.2767C13.9387 18.2767 14.2578 18.5909 14.3847 18.6962C14.5042 18.7953 14.7121 18.9542 14.9925 18.9914C15.2504 19.0257 15.4679 18.9517 15.616 18.8876C15.752 18.8287 15.9056 18.7427 16.0544 18.6592L16.0545 18.6592L16.0546 18.6591L18.0946 17.4995C18.2268 17.4066 18.4055 17.2588 18.5081 17.0197C18.6201 16.7586 18.5839 16.4954 18.5573 16.3432C18.5285 16.1785 18.4116 15.7348 18.4116 15.7348C18.052 14.3695 18.9293 12.9012 20.3499 12.5233C20.3499 12.5233 20.7914 12.4059 20.9489 12.3496C21.0963 12.2968 21.3427 12.1978 21.5163 11.9743C21.6758 11.7689 21.7181 11.5438 21.7347 11.3845C21.7501 11.2376 21.75 11.0618 21.75 10.8908V9.10954C21.75 8.93851 21.7501 8.76273 21.7347 8.61577C21.7181 8.45645 21.6758 8.23135 21.5163 8.02595C21.3427 7.80245 21.0963 7.70346 20.9489 7.65073C20.7914 7.59436 20.5899 7.54082 20.375 7.48367L20.3749 7.48365L20.3749 7.48364L20.3498 7.47699C18.9287 7.09906 18.0508 5.63051 18.4102 4.26538C18.4674 4.04839 18.5271 3.82163 18.5559 3.65693C18.5825 3.50473 18.6186 3.24159 18.5066 2.98051C18.404 2.74136 18.2253 2.59357 18.0931 2.50074L16.0532 1.34108C15.9042 1.25763 15.7507 1.1716 15.6146 1.11267C15.4665 1.04857 15.2491 0.974524 14.9911 1.0088C14.7107 1.04606 14.5029 1.20486 14.3833 1.30401C14.2564 1.40929 13.9373 1.72341 13.9373 1.72341C13.4084 2.24374 12.7043 2.50401 12 2.5042C11.2957 2.50401 10.5916 2.24374 10.0627 1.72341C10.0627 1.72341 9.74356 1.40929 9.61666 1.30401C9.49714 1.20486 9.28927 1.04606 9.00886 1.0088ZM12 13.0626C13.6569 13.0626 15 11.7195 15 10.0626C15 8.40577 13.6569 7.06262 12 7.06262C10.3431 7.06262 9 8.40577 9 10.0626C9 11.7195 10.3431 13.0626 12 13.0626Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.5001 17C3.05238 17 3.5001 17.4477 3.5001 18C3.5001 18.9944 3.50869 19.2954 3.56824 19.5176C3.75318 20.2078 4.29227 20.7469 4.98246 20.9319C5.20474 20.9914 5.50574 21 6.5001 21H17.5001C18.4944 21 18.7955 20.9914 19.0177 20.9319C19.7079 20.7469 20.247 20.2078 20.4319 19.5176C20.4915 19.2954 20.5001 18.9944 20.5001 18C20.5001 17.4477 20.9478 17 21.5001 17C22.0524 17 22.5001 17.4477 22.5001 18C22.5001 18.0465 22.5001 18.0924 22.5001 18.1376C22.5006 18.933 22.5009 19.5236 22.3638 20.0353C21.9939 21.4156 20.9157 22.4938 19.5354 22.8637C19.0237 23.0008 18.4331 23.0005 17.6377 23C17.5925 23 17.5466 23 17.5001 23H6.5001C6.45356 23 6.40771 23 6.36251 23C5.56713 23.0005 4.97647 23.0008 4.46482 22.8637C3.08445 22.4938 2.00626 21.4156 1.63639 20.0353C1.4993 19.5236 1.49962 18.933 1.50005 18.1376C1.50007 18.0924 1.5001 18.0465 1.5001 18C1.5001 17.4477 1.94781 17 2.5001 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-list-setting{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5001 12C17.0524 12 17.5001 12.4477 17.5001 13V13.2699C18.0994 13.4254 18.6436 13.7174 19.0951 14.1109L19.4533 13.877C19.9157 13.575 20.5354 13.7051 20.8374 14.1675C21.1394 14.6299 21.0093 15.2495 20.5469 15.5515L20.213 15.7696C20.345 16.1561 20.4168 16.5701 20.4168 17C20.4168 17.43 20.345 17.844 20.2129 18.2306L20.5466 18.4485C21.009 18.7505 21.139 19.3701 20.837 19.8325C20.535 20.2949 19.9153 20.425 19.4529 20.123L19.095 19.8892C18.6434 20.2827 18.0994 20.5746 17.5001 20.7301V21C17.5001 21.5523 17.0524 22 16.5001 22C15.9478 22 15.5001 21.5523 15.5001 21V20.7301C14.9009 20.5746 14.3568 20.2827 13.9053 19.8892L13.5473 20.123C13.0849 20.425 12.4652 20.2949 12.1632 19.8325C11.8612 19.3701 11.9913 18.7505 12.4537 18.4485L12.7873 18.2306C12.6552 17.844 12.5834 17.43 12.5834 17C12.5834 16.5701 12.6552 16.1561 12.7872 15.7696L12.4533 15.5515C11.9909 15.2495 11.8609 14.6299 12.1629 14.1675C12.4649 13.7051 13.0845 13.575 13.5469 13.877L13.9051 14.1109C14.3567 13.7174 14.9008 13.4254 15.5001 13.2699V13C15.5001 12.4477 15.9478 12 16.5001 12ZM16.5001 15.1429C15.8267 15.1429 15.2406 15.4777 14.8992 15.9784C14.6989 16.2722 14.5834 16.6222 14.5834 17C14.5834 17.3779 14.6989 17.7279 14.8993 18.0217C15.2407 18.5224 15.8268 18.8571 16.5001 18.8571C17.1735 18.8571 17.7595 18.5224 18.1009 18.0217C18.3013 17.7279 18.4168 17.3779 18.4168 17C18.4168 16.6222 18.3014 16.2722 18.101 15.9784C17.7596 15.4777 17.1735 15.1429 16.5001 15.1429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3C21 3.55228 20.5523 4 20 4H4C3.44772 4 3 3.55228 3 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 9C3 8.44772 3.44772 8 4 8H20C20.5523 8 21 8.44772 21 9C21 9.55228 20.5523 10 20 10H4C3.44772 10 3 9.55228 3 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 15C3 14.4477 3.44772 14 4 14H9C9.55228 14 10 14.4477 10 15C10 15.5523 9.55228 16 9 16H4C3.44772 16 3 15.5523 3 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5001 12C17.0524 12 17.5001 12.4477 17.5001 13V13.2699C18.0994 13.4254 18.6436 13.7174 19.0951 14.1109L19.4533 13.877C19.9157 13.575 20.5354 13.7051 20.8374 14.1675C21.1394 14.6299 21.0093 15.2495 20.5469 15.5515L20.213 15.7696C20.345 16.1561 20.4168 16.5701 20.4168 17C20.4168 17.43 20.345 17.844 20.2129 18.2306L20.5466 18.4485C21.009 18.7505 21.139 19.3701 20.837 19.8325C20.535 20.2949 19.9153 20.425 19.4529 20.123L19.095 19.8892C18.6434 20.2827 18.0994 20.5746 17.5001 20.7301V21C17.5001 21.5523 17.0524 22 16.5001 22C15.9478 22 15.5001 21.5523 15.5001 21V20.7301C14.9009 20.5746 14.3568 20.2827 13.9053 19.8892L13.5473 20.123C13.0849 20.425 12.4652 20.2949 12.1632 19.8325C11.8612 19.3701 11.9913 18.7505 12.4537 18.4485L12.7873 18.2306C12.6552 17.844 12.5834 17.43 12.5834 17C12.5834 16.5701 12.6552 16.1561 12.7872 15.7696L12.4533 15.5515C11.9909 15.2495 11.8609 14.6299 12.1629 14.1675C12.4649 13.7051 13.0845 13.575 13.5469 13.877L13.9051 14.1109C14.3567 13.7174 14.9008 13.4254 15.5001 13.2699V13C15.5001 12.4477 15.9478 12 16.5001 12ZM16.5001 15.1429C15.8267 15.1429 15.2406 15.4777 14.8992 15.9784C14.6989 16.2722 14.5834 16.6222 14.5834 17C14.5834 17.3779 14.6989 17.7279 14.8993 18.0217C15.2407 18.5224 15.8268 18.8571 16.5001 18.8571C17.1735 18.8571 17.7595 18.5224 18.1009 18.0217C18.3013 17.7279 18.4168 17.3779 18.4168 17C18.4168 16.6222 18.3014 16.2722 18.101 15.9784C17.7596 15.4777 17.1735 15.1429 16.5001 15.1429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3C21 3.55228 20.5523 4 20 4H4C3.44772 4 3 3.55228 3 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 9C3 8.44772 3.44772 8 4 8H20C20.5523 8 21 8.44772 21 9C21 9.55228 20.5523 10 20 10H4C3.44772 10 3 9.55228 3 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 15C3 14.4477 3.44772 14 4 14H9C9.55228 14 10 14.4477 10 15C10 15.5523 9.55228 16 9 16H4C3.44772 16 3 15.5523 3 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-more{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.13889C10.696 4.13889 9.63889 5.19599 9.63889 6.5C9.63889 7.80401 10.696 8.86111 12 8.86111C13.304 8.86111 14.3611 7.80401 14.3611 6.5C14.3611 5.19599 13.304 4.13889 12 4.13889ZM7.75 6.5C7.75 4.15279 9.65279 2.25 12 2.25C14.3472 2.25 16.25 4.15279 16.25 6.5C16.25 8.84721 14.3472 10.75 12 10.75C9.65279 10.75 7.75 8.84721 7.75 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 17.5C14.25 15.1528 16.1528 13.25 18.5 13.25C20.8472 13.25 22.75 15.1528 22.75 17.5C22.75 19.8472 20.8472 21.75 18.5 21.75C16.1528 21.75 14.25 19.8472 14.25 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 17.5C1.25 15.1528 3.15279 13.25 5.5 13.25C7.84721 13.25 9.75 15.1528 9.75 17.5C9.75 19.8472 7.84721 21.75 5.5 21.75C3.15279 21.75 1.25 19.8472 1.25 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.13889C10.696 4.13889 9.63889 5.19599 9.63889 6.5C9.63889 7.80401 10.696 8.86111 12 8.86111C13.304 8.86111 14.3611 7.80401 14.3611 6.5C14.3611 5.19599 13.304 4.13889 12 4.13889ZM7.75 6.5C7.75 4.15279 9.65279 2.25 12 2.25C14.3472 2.25 16.25 4.15279 16.25 6.5C16.25 8.84721 14.3472 10.75 12 10.75C9.65279 10.75 7.75 8.84721 7.75 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 17.5C14.25 15.1528 16.1528 13.25 18.5 13.25C20.8472 13.25 22.75 15.1528 22.75 17.5C22.75 19.8472 20.8472 21.75 18.5 21.75C16.1528 21.75 14.25 19.8472 14.25 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 17.5C1.25 15.1528 3.15279 13.25 5.5 13.25C7.84721 13.25 9.75 15.1528 9.75 17.5C9.75 19.8472 7.84721 21.75 5.5 21.75C3.15279 21.75 1.25 19.8472 1.25 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-setting-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.74975 22.4469C10.0241 22.6444 10.3181 22.7181 10.5977 22.75H13.4023C13.6819 22.7181 13.9759 22.6444 14.2503 22.4469C14.5245 22.2495 14.6873 21.9946 14.8058 21.7402C14.9122 21.5117 15.4485 19.9112 15.4485 19.9112C15.4485 19.9112 15.7104 19.4678 15.9256 19.3266C16.3481 19.0495 16.7744 18.9894 17.0521 19.0495C17.0521 19.0495 18.9336 19.5792 19.1993 19.6213C19.4948 19.6681 19.8181 19.674 20.1524 19.5385C20.4866 19.4031 20.714 19.1739 20.893 18.935L22.3316 16.4526C22.4442 16.1934 22.5272 15.9008 22.4917 15.5633C22.4561 15.2258 22.3138 14.9568 22.1496 14.7266C22.0021 14.5199 20.7592 13.1363 20.5441 12.898C20.5441 12.898 20.2841 12.4993 20.2841 11.9998C20.2841 11.4151 20.5441 11.1019 20.5441 11.1019C20.5441 11.1019 22.0021 9.47998 22.1496 9.2733C22.3138 9.04311 22.4561 8.7741 22.4917 8.4366C22.5272 8.09914 22.4442 7.80652 22.3316 7.54733C22.2304 7.31456 20.893 5.06487 20.893 5.06487C20.714 4.82595 20.4866 4.59685 20.1524 4.46138C19.8181 4.32586 19.4948 4.33183 19.1993 4.3786C18.9336 4.42064 17.382 4.85698 17.0521 4.95035C17.0521 4.95035 16.5227 5.06487 15.9256 4.67329C15.7104 4.53218 15.5437 4.32813 15.4484 4.08872C15.4484 4.08872 14.9122 2.48829 14.8058 2.25981C14.6873 2.00543 14.5245 1.75047 14.2503 1.55308C13.9759 1.3556 13.6819 1.28188 13.4023 1.25H10.5977C10.3181 1.28188 10.0241 1.3556 9.74975 1.55308C9.47551 1.75047 9.31274 2.00543 9.19424 2.25981C9.0878 2.48829 8.55157 4.08872 8.55157 4.08872C8.45627 4.32813 8.28956 4.53218 8.07438 4.67329C7.47727 5.06487 6.94794 4.95035 6.94794 4.95035C6.61796 4.85698 5.06641 4.42064 4.80069 4.3786C4.50518 4.33183 4.18189 4.32586 3.84759 4.46138C3.51342 4.59685 3.28602 4.82595 3.10699 5.06487C3.10699 5.06487 1.76957 7.31456 1.66843 7.54733C1.55583 7.80652 1.47276 8.09914 1.50833 8.4366C1.5439 8.7741 1.68619 9.04311 1.85043 9.2733C1.99791 9.47998 3.45586 11.1019 3.45586 11.1019C3.45586 11.1019 3.71591 11.4151 3.71591 11.9998C3.71591 12.4993 3.45588 12.898 3.45588 12.898C3.24083 13.1363 1.99791 14.5199 1.85044 14.7266C1.68619 14.9568 1.5439 15.2258 1.50833 15.5633C1.47276 15.9008 1.55583 16.1934 1.66844 16.4526L3.10697 18.935C3.28601 19.1739 3.51341 19.4031 3.84761 19.5385C4.18191 19.674 4.50519 19.6681 4.80071 19.6213C5.06643 19.5792 6.94789 19.0495 6.94789 19.0495C7.22563 18.9894 7.65193 19.0495 8.07443 19.3266C8.28957 19.4678 8.55153 19.9112 8.55153 19.9112C8.55153 19.9112 9.0878 21.5117 9.19424 21.7402C9.31274 21.9946 9.47551 22.2495 9.74975 22.4469ZM12.0195 15.5C13.9525 15.5 15.5195 13.933 15.5195 12C15.5195 10.067 13.9525 8.5 12.0195 8.5C10.0865 8.5 8.51953 10.067 8.51953 12C8.51953 13.933 10.0865 15.5 12.0195 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.74975 22.4469C10.0241 22.6444 10.3181 22.7181 10.5977 22.75H13.4023C13.6819 22.7181 13.9759 22.6444 14.2503 22.4469C14.5245 22.2495 14.6873 21.9946 14.8058 21.7402C14.9122 21.5117 15.4485 19.9112 15.4485 19.9112C15.4485 19.9112 15.7104 19.4678 15.9256 19.3266C16.3481 19.0495 16.7744 18.9894 17.0521 19.0495C17.0521 19.0495 18.9336 19.5792 19.1993 19.6213C19.4948 19.6681 19.8181 19.674 20.1524 19.5385C20.4866 19.4031 20.714 19.1739 20.893 18.935L22.3316 16.4526C22.4442 16.1934 22.5272 15.9008 22.4917 15.5633C22.4561 15.2258 22.3138 14.9568 22.1496 14.7266C22.0021 14.5199 20.7592 13.1363 20.5441 12.898C20.5441 12.898 20.2841 12.4993 20.2841 11.9998C20.2841 11.4151 20.5441 11.1019 20.5441 11.1019C20.5441 11.1019 22.0021 9.47998 22.1496 9.2733C22.3138 9.04311 22.4561 8.7741 22.4917 8.4366C22.5272 8.09914 22.4442 7.80652 22.3316 7.54733C22.2304 7.31456 20.893 5.06487 20.893 5.06487C20.714 4.82595 20.4866 4.59685 20.1524 4.46138C19.8181 4.32586 19.4948 4.33183 19.1993 4.3786C18.9336 4.42064 17.382 4.85698 17.0521 4.95035C17.0521 4.95035 16.5227 5.06487 15.9256 4.67329C15.7104 4.53218 15.5437 4.32813 15.4484 4.08872C15.4484 4.08872 14.9122 2.48829 14.8058 2.25981C14.6873 2.00543 14.5245 1.75047 14.2503 1.55308C13.9759 1.3556 13.6819 1.28188 13.4023 1.25H10.5977C10.3181 1.28188 10.0241 1.3556 9.74975 1.55308C9.47551 1.75047 9.31274 2.00543 9.19424 2.25981C9.0878 2.48829 8.55157 4.08872 8.55157 4.08872C8.45627 4.32813 8.28956 4.53218 8.07438 4.67329C7.47727 5.06487 6.94794 4.95035 6.94794 4.95035C6.61796 4.85698 5.06641 4.42064 4.80069 4.3786C4.50518 4.33183 4.18189 4.32586 3.84759 4.46138C3.51342 4.59685 3.28602 4.82595 3.10699 5.06487C3.10699 5.06487 1.76957 7.31456 1.66843 7.54733C1.55583 7.80652 1.47276 8.09914 1.50833 8.4366C1.5439 8.7741 1.68619 9.04311 1.85043 9.2733C1.99791 9.47998 3.45586 11.1019 3.45586 11.1019C3.45586 11.1019 3.71591 11.4151 3.71591 11.9998C3.71591 12.4993 3.45588 12.898 3.45588 12.898C3.24083 13.1363 1.99791 14.5199 1.85044 14.7266C1.68619 14.9568 1.5439 15.2258 1.50833 15.5633C1.47276 15.9008 1.55583 16.1934 1.66844 16.4526L3.10697 18.935C3.28601 19.1739 3.51341 19.4031 3.84761 19.5385C4.18191 19.674 4.50519 19.6681 4.80071 19.6213C5.06643 19.5792 6.94789 19.0495 6.94789 19.0495C7.22563 18.9894 7.65193 19.0495 8.07443 19.3266C8.28957 19.4678 8.55153 19.9112 8.55153 19.9112C8.55153 19.9112 9.0878 21.5117 9.19424 21.7402C9.31274 21.9946 9.47551 22.2495 9.74975 22.4469ZM12.0195 15.5C13.9525 15.5 15.5195 13.933 15.5195 12C15.5195 10.067 13.9525 8.5 12.0195 8.5C10.0865 8.5 8.51953 10.067 8.51953 12C8.51953 13.933 10.0865 15.5 12.0195 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-setting-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.70208 2.00964C8.41768 1.97156 8.17792 2.05383 8.01469 2.12505C7.86464 2.19053 7.69535 2.28612 7.53113 2.37884L5.28197 3.66735C5.13616 3.7705 4.93913 3.93471 4.82604 4.20043C4.70258 4.49052 4.74241 4.7829 4.77174 4.95201C4.80348 5.13501 4.86932 5.38696 4.93233 5.62806C5.32857 7.14488 4.36065 8.77659 2.79378 9.19652L2.76618 9.20391C2.52912 9.26742 2.30699 9.32693 2.13327 9.38956C1.97074 9.44815 1.69912 9.55815 1.50772 9.80648C1.33182 10.0347 1.28519 10.2848 1.26684 10.4618C1.24992 10.6251 1.24996 10.8204 1.25 11.0105V12.9896C1.24996 13.1797 1.24992 13.375 1.26684 13.5382C1.28519 13.7153 1.33181 13.9654 1.5077 14.1936C1.69909 14.4419 1.97071 14.5519 2.13322 14.6105C2.30694 14.6731 2.79374 14.8036 2.79374 14.8036C4.36003 15.2234 5.32731 16.8549 4.93082 18.3719C4.93082 18.3719 4.80192 18.8649 4.77017 19.0479C4.74082 19.217 4.70097 19.5094 4.82441 19.7995C4.93749 20.0652 5.13453 20.2295 5.28035 20.3326L7.52952 21.6211L7.52962 21.6212C7.6938 21.7139 7.86312 21.8095 8.01315 21.875C8.17639 21.9462 8.41618 22.0285 8.70059 21.9904C9.00977 21.9489 9.23894 21.7725 9.37072 21.6623C9.51065 21.5453 9.86249 21.1962 9.86249 21.1962C10.4459 20.6176 11.2229 20.3281 12 20.3279C12.7771 20.3281 13.5541 20.6176 14.1375 21.1962C14.1375 21.1962 14.4894 21.5453 14.6293 21.6623C14.7611 21.7725 14.9902 21.9489 15.2994 21.9904C15.5838 22.0285 15.8236 21.9462 15.9869 21.875C16.1369 21.8095 16.3062 21.7139 16.4704 21.6212L16.4705 21.6211L18.7196 20.3326C18.8655 20.2295 19.0625 20.0652 19.1756 19.7995C19.299 19.5094 19.2592 19.217 19.2298 19.0479C19.1981 18.8649 19.0692 18.3719 19.0692 18.3719C18.6727 16.8549 19.64 15.2234 21.2063 14.8036C21.2063 14.8036 21.6931 14.6731 21.8668 14.6105C22.0293 14.5519 22.3009 14.4419 22.4923 14.1936C22.6682 13.9654 22.7148 13.7153 22.7332 13.5382C22.7501 13.375 22.75 13.1797 22.75 12.9896V11.0105C22.75 10.8204 22.7501 10.6251 22.7332 10.4618C22.7148 10.2848 22.6682 10.0347 22.4923 9.80648C22.3009 9.55815 22.0293 9.44815 21.8667 9.38956C21.693 9.32693 21.4709 9.26742 21.2338 9.20391L21.2062 9.19652C19.6393 8.77659 18.6714 7.14488 19.0677 5.62806C19.1307 5.38696 19.1965 5.13501 19.2283 4.95201C19.2576 4.7829 19.2974 4.49052 19.174 4.20043C19.0609 3.93471 18.8638 3.7705 18.718 3.66735L16.4689 2.37884C16.3046 2.28612 16.1354 2.19053 15.9853 2.12505C15.8221 2.05383 15.5823 1.97156 15.2979 2.00964C14.9888 2.05104 14.7596 2.22749 14.6278 2.33765C14.4879 2.45463 14.136 2.80365 14.136 2.80365C13.5529 3.3818 12.7765 3.67098 12 3.6712C11.2235 3.67098 10.4471 3.3818 9.86405 2.80365C9.86405 2.80365 9.51213 2.45463 9.37221 2.33765C9.24043 2.22749 9.01124 2.05104 8.70208 2.00964ZM12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.70208 2.00964C8.41768 1.97156 8.17792 2.05383 8.01469 2.12505C7.86464 2.19053 7.69535 2.28612 7.53113 2.37884L5.28197 3.66735C5.13616 3.7705 4.93913 3.93471 4.82604 4.20043C4.70258 4.49052 4.74241 4.7829 4.77174 4.95201C4.80348 5.13501 4.86932 5.38696 4.93233 5.62806C5.32857 7.14488 4.36065 8.77659 2.79378 9.19652L2.76618 9.20391C2.52912 9.26742 2.30699 9.32693 2.13327 9.38956C1.97074 9.44815 1.69912 9.55815 1.50772 9.80648C1.33182 10.0347 1.28519 10.2848 1.26684 10.4618C1.24992 10.6251 1.24996 10.8204 1.25 11.0105V12.9896C1.24996 13.1797 1.24992 13.375 1.26684 13.5382C1.28519 13.7153 1.33181 13.9654 1.5077 14.1936C1.69909 14.4419 1.97071 14.5519 2.13322 14.6105C2.30694 14.6731 2.79374 14.8036 2.79374 14.8036C4.36003 15.2234 5.32731 16.8549 4.93082 18.3719C4.93082 18.3719 4.80192 18.8649 4.77017 19.0479C4.74082 19.217 4.70097 19.5094 4.82441 19.7995C4.93749 20.0652 5.13453 20.2295 5.28035 20.3326L7.52952 21.6211L7.52962 21.6212C7.6938 21.7139 7.86312 21.8095 8.01315 21.875C8.17639 21.9462 8.41618 22.0285 8.70059 21.9904C9.00977 21.9489 9.23894 21.7725 9.37072 21.6623C9.51065 21.5453 9.86249 21.1962 9.86249 21.1962C10.4459 20.6176 11.2229 20.3281 12 20.3279C12.7771 20.3281 13.5541 20.6176 14.1375 21.1962C14.1375 21.1962 14.4894 21.5453 14.6293 21.6623C14.7611 21.7725 14.9902 21.9489 15.2994 21.9904C15.5838 22.0285 15.8236 21.9462 15.9869 21.875C16.1369 21.8095 16.3062 21.7139 16.4704 21.6212L16.4705 21.6211L18.7196 20.3326C18.8655 20.2295 19.0625 20.0652 19.1756 19.7995C19.299 19.5094 19.2592 19.217 19.2298 19.0479C19.1981 18.8649 19.0692 18.3719 19.0692 18.3719C18.6727 16.8549 19.64 15.2234 21.2063 14.8036C21.2063 14.8036 21.6931 14.6731 21.8668 14.6105C22.0293 14.5519 22.3009 14.4419 22.4923 14.1936C22.6682 13.9654 22.7148 13.7153 22.7332 13.5382C22.7501 13.375 22.75 13.1797 22.75 12.9896V11.0105C22.75 10.8204 22.7501 10.6251 22.7332 10.4618C22.7148 10.2848 22.6682 10.0347 22.4923 9.80648C22.3009 9.55815 22.0293 9.44815 21.8667 9.38956C21.693 9.32693 21.4709 9.26742 21.2338 9.20391L21.2062 9.19652C19.6393 8.77659 18.6714 7.14488 19.0677 5.62806C19.1307 5.38696 19.1965 5.13501 19.2283 4.95201C19.2576 4.7829 19.2974 4.49052 19.174 4.20043C19.0609 3.93471 18.8638 3.7705 18.718 3.66735L16.4689 2.37884C16.3046 2.28612 16.1354 2.19053 15.9853 2.12505C15.8221 2.05383 15.5823 1.97156 15.2979 2.00964C14.9888 2.05104 14.7596 2.22749 14.6278 2.33765C14.4879 2.45463 14.136 2.80365 14.136 2.80365C13.5529 3.3818 12.7765 3.67098 12 3.6712C11.2235 3.67098 10.4471 3.3818 9.86405 2.80365C9.86405 2.80365 9.51213 2.45463 9.37221 2.33765C9.24043 2.22749 9.01124 2.05104 8.70208 2.00964ZM12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-setting-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.8964 2.30109C15.3763 2.24998 14.7443 2.24999 13.9741 2.25H13.9741L10.0259 2.25H10.0259C9.25571 2.24999 8.62365 2.24998 8.10357 2.30109C7.55891 2.35461 7.07864 2.46829 6.62404 2.72984C6.16937 2.99144 5.82995 3.34942 5.51044 3.79326C5.20544 4.21693 4.88869 4.76293 4.50285 5.42801L2.54214 8.80762L2.54214 8.80762C2.15475 9.47532 1.83673 10.0235 1.61974 10.5002C1.39243 10.9996 1.25 11.4737 1.25 12C1.25 12.5263 1.39243 13.0004 1.61974 13.4998C1.83673 13.9766 2.15475 14.5247 2.54214 15.1924L4.50282 18.5719C4.88867 19.237 5.20543 19.7831 5.51044 20.2067C5.82995 20.6506 6.16937 21.0086 6.62404 21.2702C7.07864 21.5317 7.55891 21.6454 8.10357 21.6989C8.62366 21.75 9.25573 21.75 10.026 21.75L13.974 21.75C14.7443 21.75 15.3763 21.75 15.8964 21.6989C16.4411 21.6454 16.9214 21.5317 17.376 21.2702C17.8306 21.0086 18.17 20.6506 18.4896 20.2067C18.7945 19.7831 19.1113 19.2371 19.4971 18.5721L19.4971 18.572L21.4579 15.1924L21.4579 15.1923C21.8453 14.5246 22.1633 13.9765 22.3803 13.4998C22.6076 13.0004 22.75 12.5263 22.75 12C22.75 11.4737 22.6076 10.9996 22.3803 10.5002C22.1633 10.0235 21.8453 9.47535 21.4579 8.80767L19.4972 5.42801C19.1113 4.76293 18.7946 4.21694 18.4896 3.79326C18.1701 3.34942 17.8306 2.99144 17.376 2.72984C16.9214 2.46829 16.4411 2.35461 15.8964 2.30109ZM12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.8964 2.30109C15.3763 2.24998 14.7443 2.24999 13.9741 2.25H13.9741L10.0259 2.25H10.0259C9.25571 2.24999 8.62365 2.24998 8.10357 2.30109C7.55891 2.35461 7.07864 2.46829 6.62404 2.72984C6.16937 2.99144 5.82995 3.34942 5.51044 3.79326C5.20544 4.21693 4.88869 4.76293 4.50285 5.42801L2.54214 8.80762L2.54214 8.80762C2.15475 9.47532 1.83673 10.0235 1.61974 10.5002C1.39243 10.9996 1.25 11.4737 1.25 12C1.25 12.5263 1.39243 13.0004 1.61974 13.4998C1.83673 13.9766 2.15475 14.5247 2.54214 15.1924L4.50282 18.5719C4.88867 19.237 5.20543 19.7831 5.51044 20.2067C5.82995 20.6506 6.16937 21.0086 6.62404 21.2702C7.07864 21.5317 7.55891 21.6454 8.10357 21.6989C8.62366 21.75 9.25573 21.75 10.026 21.75L13.974 21.75C14.7443 21.75 15.3763 21.75 15.8964 21.6989C16.4411 21.6454 16.9214 21.5317 17.376 21.2702C17.8306 21.0086 18.17 20.6506 18.4896 20.2067C18.7945 19.7831 19.1113 19.2371 19.4971 18.5721L19.4971 18.572L21.4579 15.1924L21.4579 15.1923C21.8453 14.5246 22.1633 13.9765 22.3803 13.4998C22.6076 13.0004 22.75 12.5263 22.75 12C22.75 11.4737 22.6076 10.9996 22.3803 10.5002C22.1633 10.0235 21.8453 9.47535 21.4579 8.80767L19.4972 5.42801C19.1113 4.76293 18.7946 4.21694 18.4896 3.79326C18.1701 3.34942 17.8306 2.99144 17.376 2.72984C16.9214 2.46829 16.4411 2.35461 15.8964 2.30109ZM12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-setting-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM8.5 6C9.05228 6 9.5 6.44772 9.5 7V13.208C10.383 13.5938 11 14.4748 11 15.5C11 16.8807 9.88071 18 8.5 18C7.11929 18 6 16.8807 6 15.5C6 14.4748 6.61705 13.5938 7.5 13.208V7C7.5 6.44772 7.94772 6 8.5 6ZM15.5 6C14.1193 6 13 7.11929 13 8.5C13 9.52516 13.617 10.4062 14.5 10.792V17C14.5 17.5523 14.9477 18 15.5 18C16.0523 18 16.5 17.5523 16.5 17V10.792C17.383 10.4062 18 9.52516 18 8.5C18 7.11929 16.8807 6 15.5 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75H12.0572ZM8.5 6C9.05228 6 9.5 6.44772 9.5 7V13.208C10.383 13.5938 11 14.4748 11 15.5C11 16.8807 9.88071 18 8.5 18C7.11929 18 6 16.8807 6 15.5C6 14.4748 6.61705 13.5938 7.5 13.208V7C7.5 6.44772 7.94772 6 8.5 6ZM15.5 6C14.1193 6 13 7.11929 13 8.5C13 9.52516 13.617 10.4062 14.5 10.792V17C14.5 17.5523 14.9477 18 15.5 18C16.0523 18 16.5 17.5523 16.5 17V10.792C17.383 10.4062 18 9.52516 18 8.5C18 7.11929 16.8807 6 15.5 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-setting-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.25 12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25L12.0572 22.25L11.9428 22.25L11.9428 22.25C9.7521 22.25 8.03143 22.25 6.68802 22.0694C5.31136 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572L1.75 12.0572L1.75 11.9428L1.75 11.9428C1.74999 9.7521 1.74998 8.03143 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75L12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428L22.25 12.0572ZM18 8.5C18 9.05228 17.5523 9.5 17 9.5L10.792 9.5C10.4062 10.383 9.52516 11 8.5 11C7.11929 11 6 9.88071 6 8.5C6 7.11929 7.11929 6 8.5 6C9.52516 6 10.4062 6.61705 10.792 7.5L17 7.5C17.5523 7.5 18 7.94772 18 8.5ZM18 15.5C18 14.1193 16.8807 13 15.5 13C14.4748 13 13.5938 13.617 13.208 14.5L7 14.5C6.44771 14.5 6 14.9477 6 15.5C6 16.0523 6.44771 16.5 7 16.5L13.208 16.5C13.5938 17.383 14.4748 18 15.5 18C16.8807 18 18 16.8807 18 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.25 12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25L12.0572 22.25L11.9428 22.25L11.9428 22.25C9.7521 22.25 8.03143 22.25 6.68802 22.0694C5.31136 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572L1.75 12.0572L1.75 11.9428L1.75 11.9428C1.74999 9.7521 1.74998 8.03143 1.93059 6.68802C2.11568 5.31137 2.50271 4.21911 3.36091 3.36091C4.21911 2.50271 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75L12.0572 1.75C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428L22.25 12.0572ZM18 8.5C18 9.05228 17.5523 9.5 17 9.5L10.792 9.5C10.4062 10.383 9.52516 11 8.5 11C7.11929 11 6 9.88071 6 8.5C6 7.11929 7.11929 6 8.5 6C9.52516 6 10.4062 6.61705 10.792 7.5L17 7.5C17.5523 7.5 18 7.94772 18 8.5ZM18 15.5C18 14.1193 16.8807 13 15.5 13C14.4748 13 13.5938 13.617 13.208 14.5L7 14.5C6.44771 14.5 6 14.9477 6 15.5C6 16.0523 6.44771 16.5 7 16.5L13.208 16.5C13.5938 17.383 14.4748 18 15.5 18C16.8807 18 18 16.8807 18 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-setting-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.8964 2.30109C15.3763 2.24998 14.7443 2.24999 13.9741 2.25H13.9741L10.0259 2.25H10.0259C9.25571 2.24999 8.62365 2.24998 8.10357 2.30109C7.55891 2.35461 7.07864 2.46829 6.62404 2.72984C6.16937 2.99144 5.82995 3.34942 5.51044 3.79326C5.20544 4.21693 4.88869 4.76293 4.50285 5.42801L2.54214 8.80762L2.54214 8.80762C2.15475 9.47532 1.83673 10.0235 1.61974 10.5002C1.39243 10.9996 1.25 11.4737 1.25 12C1.25 12.5263 1.39243 13.0004 1.61974 13.4998C1.83673 13.9766 2.15475 14.5247 2.54214 15.1924L4.50282 18.5719C4.88867 19.237 5.20543 19.7831 5.51044 20.2067C5.82995 20.6506 6.16937 21.0086 6.62404 21.2702C7.07864 21.5317 7.55891 21.6454 8.10357 21.6989C8.62366 21.75 9.25573 21.75 10.026 21.75L13.974 21.75C14.7443 21.75 15.3763 21.75 15.8964 21.6989C16.4411 21.6454 16.9214 21.5317 17.376 21.2702C17.8306 21.0086 18.17 20.6506 18.4896 20.2067C18.7945 19.7831 19.1113 19.2371 19.4971 18.5721L19.4971 18.572L21.4579 15.1924L21.4579 15.1923C21.8453 14.5246 22.1633 13.9765 22.3803 13.4998C22.6076 13.0004 22.75 12.5263 22.75 12C22.75 11.4737 22.6076 10.9996 22.3803 10.5002C22.1633 10.0235 21.8453 9.47535 21.4579 8.80767L19.4972 5.42801C19.1113 4.76293 18.7946 4.21694 18.4896 3.79326C18.1701 3.34942 17.8306 2.99144 17.376 2.72984C16.9214 2.46829 16.4411 2.35461 15.8964 2.30109ZM9.80006 7.40006C9.46869 6.95823 8.84189 6.86869 8.40006 7.20006C7.95823 7.53143 7.86869 8.15823 8.20006 8.60006L14.2001 16.6001C14.5314 17.0419 15.1582 17.1314 15.6001 16.8001C16.0419 16.4687 16.1314 15.8419 15.8001 15.4001L9.80006 7.40006Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.8964 2.30109C15.3763 2.24998 14.7443 2.24999 13.9741 2.25H13.9741L10.0259 2.25H10.0259C9.25571 2.24999 8.62365 2.24998 8.10357 2.30109C7.55891 2.35461 7.07864 2.46829 6.62404 2.72984C6.16937 2.99144 5.82995 3.34942 5.51044 3.79326C5.20544 4.21693 4.88869 4.76293 4.50285 5.42801L2.54214 8.80762L2.54214 8.80762C2.15475 9.47532 1.83673 10.0235 1.61974 10.5002C1.39243 10.9996 1.25 11.4737 1.25 12C1.25 12.5263 1.39243 13.0004 1.61974 13.4998C1.83673 13.9766 2.15475 14.5247 2.54214 15.1924L4.50282 18.5719C4.88867 19.237 5.20543 19.7831 5.51044 20.2067C5.82995 20.6506 6.16937 21.0086 6.62404 21.2702C7.07864 21.5317 7.55891 21.6454 8.10357 21.6989C8.62366 21.75 9.25573 21.75 10.026 21.75L13.974 21.75C14.7443 21.75 15.3763 21.75 15.8964 21.6989C16.4411 21.6454 16.9214 21.5317 17.376 21.2702C17.8306 21.0086 18.17 20.6506 18.4896 20.2067C18.7945 19.7831 19.1113 19.2371 19.4971 18.5721L19.4971 18.572L21.4579 15.1924L21.4579 15.1923C21.8453 14.5246 22.1633 13.9765 22.3803 13.4998C22.6076 13.0004 22.75 12.5263 22.75 12C22.75 11.4737 22.6076 10.9996 22.3803 10.5002C22.1633 10.0235 21.8453 9.47535 21.4579 8.80767L19.4972 5.42801C19.1113 4.76293 18.7946 4.21694 18.4896 3.79326C18.1701 3.34942 17.8306 2.99144 17.376 2.72984C16.9214 2.46829 16.4411 2.35461 15.8964 2.30109ZM9.80006 7.40006C9.46869 6.95823 8.84189 6.86869 8.40006 7.20006C7.95823 7.53143 7.86869 8.15823 8.20006 8.60006L14.2001 16.6001C14.5314 17.0419 15.1582 17.1314 15.6001 16.8001C16.0419 16.4687 16.1314 15.8419 15.8001 15.4001L9.80006 7.40006Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-setting-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1756 1.25657C12.0587 1.24781 11.9413 1.24781 11.8244 1.25657C11.3208 1.29431 10.9127 1.52155 10.5398 1.81329C10.1891 2.0877 9.80108 2.47573 9.3473 2.92956L8.58657 3.58089C8.58657 3.58089 8.17864 3.63394 7.53268 3.63394C6.82147 3.6339 6.21358 3.63387 5.7278 3.69919C5.20911 3.76892 4.71886 3.92526 4.32206 4.32206C3.92526 4.71886 3.76892 5.20911 3.69919 5.7278C3.63387 6.21358 3.6339 6.82147 3.63394 7.53268L3.58089 8.58657L2.92956 9.3473L2.92954 9.34731L2.9295 9.34735C2.4757 9.80111 2.08769 10.1891 1.81329 10.5398C1.52155 10.9127 1.29431 11.3208 1.25657 11.8244C1.24781 11.9413 1.24781 12.0587 1.25657 12.1756C1.29431 12.6792 1.52155 13.0873 1.81329 13.4602C2.0877 13.8109 2.47573 14.1989 2.92956 14.6527L3.58089 15.4134L3.63394 16.4673C3.6339 17.1785 3.63387 17.7864 3.69919 18.2722C3.76892 18.7909 3.92526 19.2811 4.32206 19.6779C4.71886 20.0747 5.20911 20.2311 5.7278 20.3008C6.21358 20.3661 6.82148 20.3661 7.53269 20.3661L8.58657 20.4191L9.3473 21.0704L9.34733 21.0705L9.3474 21.0705C9.80114 21.5243 10.1891 21.9123 10.5398 22.1867C10.9127 22.4785 11.3208 22.7057 11.8244 22.7434C11.9413 22.7522 12.0587 22.7522 12.1756 22.7434C12.6792 22.7057 13.0873 22.4785 13.4602 22.1867C13.8109 21.9123 14.1989 21.5242 14.6527 21.0704L15.4134 20.4191L16.4673 20.3661C17.1785 20.3661 17.7864 20.3661 18.2722 20.3008C18.7909 20.2311 19.2811 20.0747 19.6779 19.6779C20.0747 19.2811 20.2311 18.7909 20.3008 18.2722C20.3661 17.7864 20.3661 17.1785 20.3661 16.4673L20.4191 15.4134L21.0705 14.6527C21.5243 14.1989 21.9123 13.8109 22.1867 13.4602C22.4785 13.0873 22.7057 12.6792 22.7434 12.1756C22.7522 12.0587 22.7522 11.9413 22.7434 11.8244C22.7057 11.3208 22.4785 10.9127 22.1867 10.5398C21.9123 10.1891 21.5242 9.80106 21.0704 9.34726L20.4191 8.58657L20.3661 7.53269C20.3661 6.82148 20.3661 6.21358 20.3008 5.7278C20.2311 5.20911 20.0747 4.71886 19.6779 4.32206C19.2811 3.92526 18.7909 3.76892 18.2722 3.69919C17.7864 3.63387 17.1785 3.6339 16.4673 3.63394C15.8214 3.63394 15.3547 3.55658 15.3547 3.55658L14.6527 2.92956C14.1989 2.47573 13.8109 2.0877 13.4602 1.81329C13.0873 1.52155 12.6792 1.29431 12.1756 1.25657ZM12 7.75C9.65279 7.75 7.75 9.65279 7.75 12C7.75 14.3472 9.65279 16.25 12 16.25C14.3472 16.25 16.25 14.3472 16.25 12C16.25 9.65279 14.3472 7.75 12 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1756 1.25657C12.0587 1.24781 11.9413 1.24781 11.8244 1.25657C11.3208 1.29431 10.9127 1.52155 10.5398 1.81329C10.1891 2.0877 9.80108 2.47573 9.3473 2.92956L8.58657 3.58089C8.58657 3.58089 8.17864 3.63394 7.53268 3.63394C6.82147 3.6339 6.21358 3.63387 5.7278 3.69919C5.20911 3.76892 4.71886 3.92526 4.32206 4.32206C3.92526 4.71886 3.76892 5.20911 3.69919 5.7278C3.63387 6.21358 3.6339 6.82147 3.63394 7.53268L3.58089 8.58657L2.92956 9.3473L2.92954 9.34731L2.9295 9.34735C2.4757 9.80111 2.08769 10.1891 1.81329 10.5398C1.52155 10.9127 1.29431 11.3208 1.25657 11.8244C1.24781 11.9413 1.24781 12.0587 1.25657 12.1756C1.29431 12.6792 1.52155 13.0873 1.81329 13.4602C2.0877 13.8109 2.47573 14.1989 2.92956 14.6527L3.58089 15.4134L3.63394 16.4673C3.6339 17.1785 3.63387 17.7864 3.69919 18.2722C3.76892 18.7909 3.92526 19.2811 4.32206 19.6779C4.71886 20.0747 5.20911 20.2311 5.7278 20.3008C6.21358 20.3661 6.82148 20.3661 7.53269 20.3661L8.58657 20.4191L9.3473 21.0704L9.34733 21.0705L9.3474 21.0705C9.80114 21.5243 10.1891 21.9123 10.5398 22.1867C10.9127 22.4785 11.3208 22.7057 11.8244 22.7434C11.9413 22.7522 12.0587 22.7522 12.1756 22.7434C12.6792 22.7057 13.0873 22.4785 13.4602 22.1867C13.8109 21.9123 14.1989 21.5242 14.6527 21.0704L15.4134 20.4191L16.4673 20.3661C17.1785 20.3661 17.7864 20.3661 18.2722 20.3008C18.7909 20.2311 19.2811 20.0747 19.6779 19.6779C20.0747 19.2811 20.2311 18.7909 20.3008 18.2722C20.3661 17.7864 20.3661 17.1785 20.3661 16.4673L20.4191 15.4134L21.0705 14.6527C21.5243 14.1989 21.9123 13.8109 22.1867 13.4602C22.4785 13.0873 22.7057 12.6792 22.7434 12.1756C22.7522 12.0587 22.7522 11.9413 22.7434 11.8244C22.7057 11.3208 22.4785 10.9127 22.1867 10.5398C21.9123 10.1891 21.5242 9.80106 21.0704 9.34726L20.4191 8.58657L20.3661 7.53269C20.3661 6.82148 20.3661 6.21358 20.3008 5.7278C20.2311 5.20911 20.0747 4.71886 19.6779 4.32206C19.2811 3.92526 18.7909 3.76892 18.2722 3.69919C17.7864 3.63387 17.1785 3.6339 16.4673 3.63394C15.8214 3.63394 15.3547 3.55658 15.3547 3.55658L14.6527 2.92956C14.1989 2.47573 13.8109 2.0877 13.4602 1.81329C13.0873 1.52155 12.6792 1.29431 12.1756 1.25657ZM12 7.75C9.65279 7.75 7.75 9.65279 7.75 12C7.75 14.3472 9.65279 16.25 12 16.25C14.3472 16.25 16.25 14.3472 16.25 12C16.25 9.65279 14.3472 7.75 12 7.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-setting-done-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.752 17.75C22.752 20.5114 20.5134 22.75 17.752 22.75C14.9905 22.75 12.752 20.5114 12.752 17.75C12.752 14.9886 14.9905 12.75 17.752 12.75C20.5134 12.75 22.752 14.9886 22.752 17.75ZM20.0019 16.9572C20.3923 16.8189 20.5967 16.3903 20.4584 15.9998C20.3202 15.6094 19.8915 15.4049 19.5011 15.5432C18.9999 15.7208 18.5736 16.0562 18.2314 16.4033C17.884 16.7555 17.585 17.1588 17.3442 17.528C17.2623 17.6535 17.1861 17.7768 17.1159 17.8951C16.9761 17.7774 16.8376 17.6801 16.7092 17.6007C16.5111 17.4782 16.3318 17.3945 16.1984 17.3403L16.1956 17.3392C16.1294 17.3123 16.0555 17.2823 15.9499 17.2534C15.5503 17.1442 15.1379 17.3796 15.0287 17.7791C14.9201 18.1763 15.1521 18.5862 15.5473 18.6984C15.6171 18.7267 15.8057 18.8056 15.9201 18.8764C16.1506 19.019 16.4103 19.2435 16.5813 19.5856C16.7116 19.8462 16.9809 20.0077 17.2721 19.9999C17.5632 19.9922 17.8236 19.8164 17.9399 19.5494C17.9691 19.487 18.0541 19.306 18.1117 19.1936C18.2274 18.9677 18.3945 18.6635 18.6006 18.3474C18.8082 18.0291 19.0457 17.7137 19.2994 17.4565C19.5581 17.1942 19.7972 17.0297 20.0019 16.9572Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3458 22.75C10.0662 22.7181 9.77215 22.6444 9.49779 22.4469C9.22355 22.2495 9.06079 21.9946 8.94229 21.7402C8.84812 21.538 8.41748 20.2619 8.31947 19.9704C8.30938 19.9404 8.30434 19.9254 8.29669 19.9093C8.28904 19.8932 8.28152 19.8812 8.26647 19.8573C8.18936 19.7349 7.99148 19.4375 7.82248 19.3266C7.40897 19.0554 6.99181 18.992 6.71386 19.0458C6.70755 19.0471 6.7044 19.0477 6.69836 19.0491C6.69232 19.0505 6.68792 19.0518 6.67912 19.0543C6.49187 19.1069 4.79972 19.5816 4.54876 19.6213C4.25324 19.6681 3.92995 19.674 3.59565 19.5385C3.26146 19.4031 3.03405 19.1739 2.85502 18.935L1.41648 16.4526C1.30388 16.1934 1.2208 15.9008 1.25638 15.5633C1.29195 15.2258 1.43424 14.9568 1.59848 14.7266C1.74001 14.5283 2.89043 13.246 3.17304 12.9323C3.1885 12.9151 3.19623 12.9066 3.20571 12.8934C3.21518 12.8803 3.21947 12.8728 3.22803 12.8578C3.2925 12.7446 3.46396 12.4054 3.46396 11.9998C3.46396 11.473 3.25291 11.1666 3.21106 11.1111C3.21101 11.111 3.21115 11.1112 3.21105 11.111C3.21095 11.1109 3.2111 11.1111 3.21104 11.111C3.21089 11.1108 3.2091 11.1085 3.20516 11.1037C3.20104 11.0987 3.19964 11.0971 3.19685 11.094C3.08743 10.9722 1.73996 9.47157 1.59848 9.2733C1.43424 9.04311 1.29195 8.7741 1.25637 8.4366C1.2208 8.09914 1.30387 7.80652 1.41648 7.54733C1.51106 7.32964 2.68693 5.34791 2.83889 5.09204C2.84713 5.07817 2.85125 5.07124 2.85621 5.0639C2.86118 5.05656 2.86558 5.05082 2.87439 5.03934C3.05043 4.80972 3.27339 4.59201 3.59564 4.46138C3.92994 4.32586 4.25322 4.33183 4.54874 4.3786C4.81009 4.41995 6.31538 4.84275 6.67874 4.94548C6.68654 4.94768 6.69043 4.94878 6.69898 4.95067C6.70752 4.95255 6.70974 4.95291 6.71416 4.95362C6.81186 4.96927 7.29022 5.02231 7.82243 4.67329C8.03297 4.53522 8.19711 4.3369 8.29335 4.10416C8.29587 4.09807 8.29712 4.09503 8.29892 4.09024C8.30071 4.08544 8.30205 4.08147 8.30471 4.07352C8.35964 3.90985 8.84195 2.4752 8.94229 2.25981C9.06079 2.00543 9.22356 1.75047 9.49779 1.55308C9.77215 1.3556 10.0662 1.28188 10.3458 1.25H13.1503C13.4299 1.28188 13.7239 1.3556 13.9983 1.55308C14.2725 1.75047 14.4353 2.00543 14.5538 2.25981C14.6541 2.4752 15.1365 3.90985 15.1914 4.07352C15.194 4.08147 15.1954 4.08544 15.1972 4.09024C15.199 4.09503 15.2002 4.09807 15.2027 4.10416C15.299 4.3369 15.4631 4.53522 15.6737 4.67329C16.2059 5.02231 16.6842 4.96927 16.7819 4.95362C16.7864 4.95291 16.7886 4.95255 16.7971 4.95067C16.8057 4.94878 16.8096 4.94768 16.8173 4.94548C17.1807 4.84275 18.686 4.41995 18.9474 4.3786C19.2429 4.33183 19.5662 4.32586 19.9004 4.46138C20.2227 4.59201 20.4457 4.80972 20.6217 5.03934C20.6305 5.05082 20.6349 5.05656 20.6399 5.0639C20.6448 5.07124 20.649 5.07817 20.6572 5.09204C20.8092 5.34791 21.985 7.32964 22.0796 7.54733C22.1922 7.80652 22.2753 8.09914 22.2397 8.4366C22.2041 8.7741 22.0619 9.04311 21.8976 9.2733C21.7557 9.47221 20.3999 10.9819 20.2982 11.0951C20.2962 11.0974 20.2951 11.0986 20.2936 11.1004L20.2909 11.1035C20.2894 11.1053 20.2939 11.0998 20.2921 11.102C20.0795 11.3611 19.9732 11.4907 19.9196 11.5189C19.8715 11.5443 19.8725 11.544 19.8186 11.551C19.7585 11.5589 19.6659 11.5334 19.4808 11.4824C18.9303 11.3309 18.3506 11.25 17.752 11.25C17.1616 11.25 16.5897 11.3287 16.046 11.4762C15.681 11.5752 15.4984 11.6247 15.3928 11.5673C15.2871 11.5099 15.225 11.3164 15.1009 10.9295C14.6486 9.52013 13.3272 8.5 11.7676 8.5C9.83458 8.5 8.26758 10.067 8.26758 12C8.26758 13.6088 9.35305 14.9641 10.8316 15.3734C11.2228 15.4818 11.4185 15.5359 11.4801 15.6392C11.5417 15.7425 11.4996 15.9268 11.4154 16.2953C11.3084 16.763 11.252 17.2499 11.252 17.75C11.252 19.5875 12.0144 21.2468 13.2401 22.4291C13.3553 22.5401 13.3092 22.7319 13.1503 22.75H10.3458Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.752 17.75C22.752 20.5114 20.5134 22.75 17.752 22.75C14.9905 22.75 12.752 20.5114 12.752 17.75C12.752 14.9886 14.9905 12.75 17.752 12.75C20.5134 12.75 22.752 14.9886 22.752 17.75ZM20.0019 16.9572C20.3923 16.8189 20.5967 16.3903 20.4584 15.9998C20.3202 15.6094 19.8915 15.4049 19.5011 15.5432C18.9999 15.7208 18.5736 16.0562 18.2314 16.4033C17.884 16.7555 17.585 17.1588 17.3442 17.528C17.2623 17.6535 17.1861 17.7768 17.1159 17.8951C16.9761 17.7774 16.8376 17.6801 16.7092 17.6007C16.5111 17.4782 16.3318 17.3945 16.1984 17.3403L16.1956 17.3392C16.1294 17.3123 16.0555 17.2823 15.9499 17.2534C15.5503 17.1442 15.1379 17.3796 15.0287 17.7791C14.9201 18.1763 15.1521 18.5862 15.5473 18.6984C15.6171 18.7267 15.8057 18.8056 15.9201 18.8764C16.1506 19.019 16.4103 19.2435 16.5813 19.5856C16.7116 19.8462 16.9809 20.0077 17.2721 19.9999C17.5632 19.9922 17.8236 19.8164 17.9399 19.5494C17.9691 19.487 18.0541 19.306 18.1117 19.1936C18.2274 18.9677 18.3945 18.6635 18.6006 18.3474C18.8082 18.0291 19.0457 17.7137 19.2994 17.4565C19.5581 17.1942 19.7972 17.0297 20.0019 16.9572Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3458 22.75C10.0662 22.7181 9.77215 22.6444 9.49779 22.4469C9.22355 22.2495 9.06079 21.9946 8.94229 21.7402C8.84812 21.538 8.41748 20.2619 8.31947 19.9704C8.30938 19.9404 8.30434 19.9254 8.29669 19.9093C8.28904 19.8932 8.28152 19.8812 8.26647 19.8573C8.18936 19.7349 7.99148 19.4375 7.82248 19.3266C7.40897 19.0554 6.99181 18.992 6.71386 19.0458C6.70755 19.0471 6.7044 19.0477 6.69836 19.0491C6.69232 19.0505 6.68792 19.0518 6.67912 19.0543C6.49187 19.1069 4.79972 19.5816 4.54876 19.6213C4.25324 19.6681 3.92995 19.674 3.59565 19.5385C3.26146 19.4031 3.03405 19.1739 2.85502 18.935L1.41648 16.4526C1.30388 16.1934 1.2208 15.9008 1.25638 15.5633C1.29195 15.2258 1.43424 14.9568 1.59848 14.7266C1.74001 14.5283 2.89043 13.246 3.17304 12.9323C3.1885 12.9151 3.19623 12.9066 3.20571 12.8934C3.21518 12.8803 3.21947 12.8728 3.22803 12.8578C3.2925 12.7446 3.46396 12.4054 3.46396 11.9998C3.46396 11.473 3.25291 11.1666 3.21106 11.1111C3.21101 11.111 3.21115 11.1112 3.21105 11.111C3.21095 11.1109 3.2111 11.1111 3.21104 11.111C3.21089 11.1108 3.2091 11.1085 3.20516 11.1037C3.20104 11.0987 3.19964 11.0971 3.19685 11.094C3.08743 10.9722 1.73996 9.47157 1.59848 9.2733C1.43424 9.04311 1.29195 8.7741 1.25637 8.4366C1.2208 8.09914 1.30387 7.80652 1.41648 7.54733C1.51106 7.32964 2.68693 5.34791 2.83889 5.09204C2.84713 5.07817 2.85125 5.07124 2.85621 5.0639C2.86118 5.05656 2.86558 5.05082 2.87439 5.03934C3.05043 4.80972 3.27339 4.59201 3.59564 4.46138C3.92994 4.32586 4.25322 4.33183 4.54874 4.3786C4.81009 4.41995 6.31538 4.84275 6.67874 4.94548C6.68654 4.94768 6.69043 4.94878 6.69898 4.95067C6.70752 4.95255 6.70974 4.95291 6.71416 4.95362C6.81186 4.96927 7.29022 5.02231 7.82243 4.67329C8.03297 4.53522 8.19711 4.3369 8.29335 4.10416C8.29587 4.09807 8.29712 4.09503 8.29892 4.09024C8.30071 4.08544 8.30205 4.08147 8.30471 4.07352C8.35964 3.90985 8.84195 2.4752 8.94229 2.25981C9.06079 2.00543 9.22356 1.75047 9.49779 1.55308C9.77215 1.3556 10.0662 1.28188 10.3458 1.25H13.1503C13.4299 1.28188 13.7239 1.3556 13.9983 1.55308C14.2725 1.75047 14.4353 2.00543 14.5538 2.25981C14.6541 2.4752 15.1365 3.90985 15.1914 4.07352C15.194 4.08147 15.1954 4.08544 15.1972 4.09024C15.199 4.09503 15.2002 4.09807 15.2027 4.10416C15.299 4.3369 15.4631 4.53522 15.6737 4.67329C16.2059 5.02231 16.6842 4.96927 16.7819 4.95362C16.7864 4.95291 16.7886 4.95255 16.7971 4.95067C16.8057 4.94878 16.8096 4.94768 16.8173 4.94548C17.1807 4.84275 18.686 4.41995 18.9474 4.3786C19.2429 4.33183 19.5662 4.32586 19.9004 4.46138C20.2227 4.59201 20.4457 4.80972 20.6217 5.03934C20.6305 5.05082 20.6349 5.05656 20.6399 5.0639C20.6448 5.07124 20.649 5.07817 20.6572 5.09204C20.8092 5.34791 21.985 7.32964 22.0796 7.54733C22.1922 7.80652 22.2753 8.09914 22.2397 8.4366C22.2041 8.7741 22.0619 9.04311 21.8976 9.2733C21.7557 9.47221 20.3999 10.9819 20.2982 11.0951C20.2962 11.0974 20.2951 11.0986 20.2936 11.1004L20.2909 11.1035C20.2894 11.1053 20.2939 11.0998 20.2921 11.102C20.0795 11.3611 19.9732 11.4907 19.9196 11.5189C19.8715 11.5443 19.8725 11.544 19.8186 11.551C19.7585 11.5589 19.6659 11.5334 19.4808 11.4824C18.9303 11.3309 18.3506 11.25 17.752 11.25C17.1616 11.25 16.5897 11.3287 16.046 11.4762C15.681 11.5752 15.4984 11.6247 15.3928 11.5673C15.2871 11.5099 15.225 11.3164 15.1009 10.9295C14.6486 9.52013 13.3272 8.5 11.7676 8.5C9.83458 8.5 8.26758 10.067 8.26758 12C8.26758 13.6088 9.35305 14.9641 10.8316 15.3734C11.2228 15.4818 11.4185 15.5359 11.4801 15.6392C11.5417 15.7425 11.4996 15.9268 11.4154 16.2953C11.3084 16.763 11.252 17.2499 11.252 17.75C11.252 19.5875 12.0144 21.2468 13.2401 22.4291C13.3553 22.5401 13.3092 22.7319 13.1503 22.75H10.3458Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-setting-done-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 17.75C22.75 20.5114 20.5114 22.75 17.75 22.75C14.9886 22.75 12.75 20.5114 12.75 17.75C12.75 14.9886 14.9886 12.75 17.75 12.75C20.5114 12.75 22.75 14.9886 22.75 17.75ZM19.9999 16.9572C20.3904 16.8189 20.5948 16.3903 20.4565 15.9998C20.3182 15.6094 19.8896 15.4049 19.4991 15.5432C18.9979 15.7208 18.5717 16.0562 18.2294 16.4033C17.8821 16.7555 17.583 17.1588 17.3422 17.528C17.2604 17.6535 17.1841 17.7768 17.114 17.8951C16.9742 17.7774 16.8356 17.6801 16.7073 17.6007C16.5092 17.4782 16.3298 17.3945 16.1965 17.3403L16.1937 17.3392C16.1274 17.3123 16.0536 17.2823 15.9479 17.2534C15.5484 17.1442 15.1359 17.3796 15.0267 17.7791C14.9182 18.1763 15.1501 18.5862 15.5453 18.6984C15.6151 18.7267 15.8037 18.8056 15.9181 18.8764C16.1487 19.019 16.4083 19.2435 16.5794 19.5856C16.7096 19.8462 16.979 20.0077 17.2702 19.9999C17.5613 19.9922 17.8217 19.8164 17.9379 19.5494C17.9672 19.487 18.0522 19.306 18.1097 19.1936C18.2254 18.9677 18.3925 18.6635 18.5987 18.3474C18.8062 18.0291 19.0438 17.7137 19.2974 17.4565C19.5561 17.1942 19.7952 17.0297 19.9999 16.9572Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.01469 1.37818C8.17792 1.30517 8.41768 1.22085 8.70208 1.25988C9.01124 1.30231 9.24043 1.48317 9.37221 1.5961C9.51205 1.71592 9.86361 2.0733 9.86405 2.07374C10.4471 2.66633 11.2235 2.96276 12 2.96298C12.7765 2.96276 13.5529 2.66635 14.1359 2.07376C14.1364 2.07332 14.488 1.71592 14.6278 1.5961C14.7596 1.48317 14.9888 1.30231 15.2979 1.25988C15.5823 1.22085 15.8221 1.30517 15.9853 1.37818C16.1354 1.4453 16.3046 1.54327 16.4689 1.63832L18.718 2.95903C18.8638 3.06476 19.0609 3.23308 19.174 3.50544C19.2974 3.80278 19.2576 4.10247 19.2283 4.27581C19.1965 4.46338 19.1307 4.72164 19.0677 4.96877C18.6714 6.5235 19.6393 8.19601 21.2062 8.62643L21.2338 8.63401C21.4709 8.6991 21.693 8.7601 21.8667 8.8243C22.0293 8.88436 22.3009 8.9971 22.4923 9.25164C22.6682 9.48557 22.7148 9.74193 22.7332 9.92337C22.7501 10.0907 22.75 10.2909 22.75 10.4857V12.5144C22.75 12.7091 22.7501 12.9093 22.7332 13.0767C22.7146 13.2605 22.4971 13.306 22.367 13.1747C21.1892 11.9862 19.5555 11.25 17.75 11.25C17.0111 11.25 16.301 11.3733 15.6392 11.6004C15.5712 11.6237 15.5 11.5719 15.5 11.5C15.5 9.567 13.933 8 12 8C10.067 8 8.5 9.567 8.5 11.5C8.5 13.075 9.54036 14.4071 10.9714 14.8464C11.3887 14.9745 11.5974 15.0386 11.6556 15.1484C11.7138 15.2582 11.6543 15.452 11.5352 15.8397C11.3498 16.4437 11.25 17.0852 11.25 17.75C11.25 18.2892 11.3157 18.8131 11.4394 19.3141C11.5238 19.6557 11.566 19.8265 11.5134 19.9271C11.4607 20.0278 11.2799 20.0969 10.9183 20.2352C10.5315 20.3831 10.1701 20.6134 9.86251 20.9261C9.86206 20.9266 9.51056 21.284 9.37072 21.4038C9.23894 21.5168 9.00977 21.6977 8.70059 21.7401C8.41618 21.7792 8.17639 21.6948 8.01315 21.6218C7.86312 21.5547 7.69371 21.4567 7.52952 21.3617L5.28035 20.0409C5.13453 19.9352 4.93749 19.7669 4.82441 19.4945C4.70097 19.1971 4.74082 18.8974 4.77017 18.7241C4.80191 18.5366 4.93068 18.0317 4.93082 18.0312C5.32729 16.4763 4.36003 14.804 2.79377 14.3737C2.79318 14.3735 2.30684 14.2399 2.13322 14.1758C1.97071 14.1157 1.69909 14.0029 1.5077 13.7484C1.33181 13.5145 1.28519 13.2581 1.26684 13.0767C1.24992 12.9093 1.24996 12.7091 1.25 12.5144V10.4857C1.24996 10.2909 1.24992 10.0907 1.26684 9.92337C1.28519 9.74193 1.33182 9.48557 1.50772 9.25164C1.69912 8.9971 1.97074 8.88436 2.13327 8.8243C2.30699 8.7601 2.52912 8.69911 2.76618 8.63401L2.79378 8.62643C4.36065 8.19601 5.32857 6.5235 4.93233 4.96877C4.86932 4.72164 4.80348 4.46338 4.77174 4.27581C4.74241 4.10247 4.70258 3.80278 4.82604 3.50544C4.93913 3.23308 5.13616 3.06476 5.28197 2.95903L7.53113 1.63832C7.69535 1.54327 7.86464 1.4453 8.01469 1.37818Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 17.75C22.75 20.5114 20.5114 22.75 17.75 22.75C14.9886 22.75 12.75 20.5114 12.75 17.75C12.75 14.9886 14.9886 12.75 17.75 12.75C20.5114 12.75 22.75 14.9886 22.75 17.75ZM19.9999 16.9572C20.3904 16.8189 20.5948 16.3903 20.4565 15.9998C20.3182 15.6094 19.8896 15.4049 19.4991 15.5432C18.9979 15.7208 18.5717 16.0562 18.2294 16.4033C17.8821 16.7555 17.583 17.1588 17.3422 17.528C17.2604 17.6535 17.1841 17.7768 17.114 17.8951C16.9742 17.7774 16.8356 17.6801 16.7073 17.6007C16.5092 17.4782 16.3298 17.3945 16.1965 17.3403L16.1937 17.3392C16.1274 17.3123 16.0536 17.2823 15.9479 17.2534C15.5484 17.1442 15.1359 17.3796 15.0267 17.7791C14.9182 18.1763 15.1501 18.5862 15.5453 18.6984C15.6151 18.7267 15.8037 18.8056 15.9181 18.8764C16.1487 19.019 16.4083 19.2435 16.5794 19.5856C16.7096 19.8462 16.979 20.0077 17.2702 19.9999C17.5613 19.9922 17.8217 19.8164 17.9379 19.5494C17.9672 19.487 18.0522 19.306 18.1097 19.1936C18.2254 18.9677 18.3925 18.6635 18.5987 18.3474C18.8062 18.0291 19.0438 17.7137 19.2974 17.4565C19.5561 17.1942 19.7952 17.0297 19.9999 16.9572Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.01469 1.37818C8.17792 1.30517 8.41768 1.22085 8.70208 1.25988C9.01124 1.30231 9.24043 1.48317 9.37221 1.5961C9.51205 1.71592 9.86361 2.0733 9.86405 2.07374C10.4471 2.66633 11.2235 2.96276 12 2.96298C12.7765 2.96276 13.5529 2.66635 14.1359 2.07376C14.1364 2.07332 14.488 1.71592 14.6278 1.5961C14.7596 1.48317 14.9888 1.30231 15.2979 1.25988C15.5823 1.22085 15.8221 1.30517 15.9853 1.37818C16.1354 1.4453 16.3046 1.54327 16.4689 1.63832L18.718 2.95903C18.8638 3.06476 19.0609 3.23308 19.174 3.50544C19.2974 3.80278 19.2576 4.10247 19.2283 4.27581C19.1965 4.46338 19.1307 4.72164 19.0677 4.96877C18.6714 6.5235 19.6393 8.19601 21.2062 8.62643L21.2338 8.63401C21.4709 8.6991 21.693 8.7601 21.8667 8.8243C22.0293 8.88436 22.3009 8.9971 22.4923 9.25164C22.6682 9.48557 22.7148 9.74193 22.7332 9.92337C22.7501 10.0907 22.75 10.2909 22.75 10.4857V12.5144C22.75 12.7091 22.7501 12.9093 22.7332 13.0767C22.7146 13.2605 22.4971 13.306 22.367 13.1747C21.1892 11.9862 19.5555 11.25 17.75 11.25C17.0111 11.25 16.301 11.3733 15.6392 11.6004C15.5712 11.6237 15.5 11.5719 15.5 11.5C15.5 9.567 13.933 8 12 8C10.067 8 8.5 9.567 8.5 11.5C8.5 13.075 9.54036 14.4071 10.9714 14.8464C11.3887 14.9745 11.5974 15.0386 11.6556 15.1484C11.7138 15.2582 11.6543 15.452 11.5352 15.8397C11.3498 16.4437 11.25 17.0852 11.25 17.75C11.25 18.2892 11.3157 18.8131 11.4394 19.3141C11.5238 19.6557 11.566 19.8265 11.5134 19.9271C11.4607 20.0278 11.2799 20.0969 10.9183 20.2352C10.5315 20.3831 10.1701 20.6134 9.86251 20.9261C9.86206 20.9266 9.51056 21.284 9.37072 21.4038C9.23894 21.5168 9.00977 21.6977 8.70059 21.7401C8.41618 21.7792 8.17639 21.6948 8.01315 21.6218C7.86312 21.5547 7.69371 21.4567 7.52952 21.3617L5.28035 20.0409C5.13453 19.9352 4.93749 19.7669 4.82441 19.4945C4.70097 19.1971 4.74082 18.8974 4.77017 18.7241C4.80191 18.5366 4.93068 18.0317 4.93082 18.0312C5.32729 16.4763 4.36003 14.804 2.79377 14.3737C2.79318 14.3735 2.30684 14.2399 2.13322 14.1758C1.97071 14.1157 1.69909 14.0029 1.5077 13.7484C1.33181 13.5145 1.28519 13.2581 1.26684 13.0767C1.24992 12.9093 1.24996 12.7091 1.25 12.5144V10.4857C1.24996 10.2909 1.24992 10.0907 1.26684 9.92337C1.28519 9.74193 1.33182 9.48557 1.50772 9.25164C1.69912 8.9971 1.97074 8.88436 2.13327 8.8243C2.30699 8.7601 2.52912 8.69911 2.76618 8.63401L2.79378 8.62643C4.36065 8.19601 5.32857 6.5235 4.93233 4.96877C4.86932 4.72164 4.80348 4.46338 4.77174 4.27581C4.74241 4.10247 4.70258 3.80278 4.82604 3.50544C4.93913 3.23308 5.13616 3.06476 5.28197 2.95903L7.53113 1.63832C7.69535 1.54327 7.86464 1.4453 8.01469 1.37818Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-setting-done-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 11.25C13.8244 11.25 11.25 13.8244 11.25 17C11.25 20.1756 13.8244 22.75 17 22.75C20.1756 22.75 22.75 20.1756 22.75 17C22.75 13.8244 20.1756 11.25 17 11.25ZM19.2504 16.2072C19.6408 16.0689 19.8453 15.6403 19.707 15.2498C19.5687 14.8594 19.1401 14.6549 18.7496 14.7932C18.2675 14.964 17.8199 15.2838 17.4411 15.616C17.0546 15.955 16.6963 16.3457 16.3947 16.7073C16.2485 16.8825 16.1135 17.0534 15.9928 17.2119C15.9046 17.1294 15.8162 17.0596 15.7285 17.0012C15.7105 16.9892 15.6926 16.9767 15.6743 16.9639C15.5311 16.8642 15.3673 16.7502 15 16.7502C14.5858 16.7502 14.25 17.086 14.25 17.5002C14.25 17.8749 14.5248 18.1855 14.8839 18.2413C14.8875 18.2434 14.8917 18.246 14.8965 18.2492C14.9522 18.2864 15.1237 18.4246 15.3292 18.8356C15.4501 19.0774 15.6917 19.2354 15.9616 19.2492C16.2315 19.263 16.4882 19.1302 16.6332 18.9021C16.6761 18.8377 16.8018 18.6492 16.8829 18.5343C17.0458 18.3036 17.276 17.9924 17.5465 17.6681C17.8184 17.3422 18.1219 17.0142 18.4302 16.7438C18.7463 16.4666 19.0266 16.2864 19.2504 16.2072Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.8244 1.25657C11.9413 1.24781 12.0587 1.24781 12.1756 1.25657C12.6792 1.29431 13.0873 1.52155 13.4602 1.81329C13.8109 2.0877 14.1989 2.47573 14.6527 2.92956L15.3547 3.55658C15.3547 3.55658 15.8214 3.63394 16.4673 3.63394C17.1785 3.6339 17.7864 3.63387 18.2722 3.69919C18.7909 3.76892 19.2811 3.92526 19.6779 4.32206C20.0747 4.71886 20.2311 5.20911 20.3008 5.7278C20.3661 6.21358 20.3661 6.82148 20.3661 7.53269L20.4191 8.58657L21.0704 9.34726C21.5242 9.80106 21.9123 10.1891 22.1867 10.5398C22.4785 10.9127 22.7057 11.3208 22.7434 11.8244C22.7522 11.9413 22.7522 12.0587 22.7434 12.1756C22.7348 12.2904 22.7164 12.4003 22.6895 12.506C21.3617 10.8272 19.3066 9.75 17 9.75C16.5487 9.75 16.1071 9.79123 15.6786 9.87014C14.9431 8.60249 13.5711 7.75 12 7.75C9.65279 7.75 7.75 9.65279 7.75 12C7.75 13.5711 8.60249 14.9431 9.87014 15.6786C9.79123 16.1071 9.75 16.5487 9.75 17C9.75 19.3066 10.8272 21.3617 12.506 22.6895C12.4003 22.7164 12.2904 22.7348 12.1756 22.7434C12.0587 22.7522 11.9413 22.7522 11.8244 22.7434C11.3208 22.7057 10.9127 22.4785 10.5398 22.1867C10.1891 21.9123 9.80104 21.5242 9.3473 21.0704L8.58657 20.4191L7.53269 20.3661C6.82148 20.3661 6.21358 20.3661 5.7278 20.3008C5.20911 20.2311 4.71886 20.0747 4.32206 19.6779C3.92526 19.2811 3.76892 18.7909 3.69919 18.2722C3.63387 17.7864 3.6339 17.1785 3.63394 16.4673L3.58089 15.4134L2.92956 14.6527C2.47573 14.1989 2.0877 13.8109 1.81329 13.4602C1.52155 13.0873 1.29431 12.6792 1.25657 12.1756C1.24781 12.0587 1.24781 11.9413 1.25657 11.8244C1.29431 11.3208 1.52155 10.9127 1.81329 10.5398C2.08769 10.1891 2.47576 9.80106 2.92956 9.3473L3.58089 8.58657L3.63394 7.53268C3.6339 6.82147 3.63387 6.21358 3.69919 5.7278C3.76892 5.20911 3.92526 4.71886 4.32206 4.32206C4.71886 3.92526 5.20911 3.76892 5.7278 3.69919C6.21358 3.63387 6.82147 3.6339 7.53268 3.63394C8.17864 3.63394 8.58657 3.58089 8.58657 3.58089L9.3473 2.92956C9.80108 2.47573 10.1891 2.0877 10.5398 1.81329C10.9127 1.52155 11.3208 1.29431 11.8244 1.25657Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 11.25C13.8244 11.25 11.25 13.8244 11.25 17C11.25 20.1756 13.8244 22.75 17 22.75C20.1756 22.75 22.75 20.1756 22.75 17C22.75 13.8244 20.1756 11.25 17 11.25ZM19.2504 16.2072C19.6408 16.0689 19.8453 15.6403 19.707 15.2498C19.5687 14.8594 19.1401 14.6549 18.7496 14.7932C18.2675 14.964 17.8199 15.2838 17.4411 15.616C17.0546 15.955 16.6963 16.3457 16.3947 16.7073C16.2485 16.8825 16.1135 17.0534 15.9928 17.2119C15.9046 17.1294 15.8162 17.0596 15.7285 17.0012C15.7105 16.9892 15.6926 16.9767 15.6743 16.9639C15.5311 16.8642 15.3673 16.7502 15 16.7502C14.5858 16.7502 14.25 17.086 14.25 17.5002C14.25 17.8749 14.5248 18.1855 14.8839 18.2413C14.8875 18.2434 14.8917 18.246 14.8965 18.2492C14.9522 18.2864 15.1237 18.4246 15.3292 18.8356C15.4501 19.0774 15.6917 19.2354 15.9616 19.2492C16.2315 19.263 16.4882 19.1302 16.6332 18.9021C16.6761 18.8377 16.8018 18.6492 16.8829 18.5343C17.0458 18.3036 17.276 17.9924 17.5465 17.6681C17.8184 17.3422 18.1219 17.0142 18.4302 16.7438C18.7463 16.4666 19.0266 16.2864 19.2504 16.2072Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.8244 1.25657C11.9413 1.24781 12.0587 1.24781 12.1756 1.25657C12.6792 1.29431 13.0873 1.52155 13.4602 1.81329C13.8109 2.0877 14.1989 2.47573 14.6527 2.92956L15.3547 3.55658C15.3547 3.55658 15.8214 3.63394 16.4673 3.63394C17.1785 3.6339 17.7864 3.63387 18.2722 3.69919C18.7909 3.76892 19.2811 3.92526 19.6779 4.32206C20.0747 4.71886 20.2311 5.20911 20.3008 5.7278C20.3661 6.21358 20.3661 6.82148 20.3661 7.53269L20.4191 8.58657L21.0704 9.34726C21.5242 9.80106 21.9123 10.1891 22.1867 10.5398C22.4785 10.9127 22.7057 11.3208 22.7434 11.8244C22.7522 11.9413 22.7522 12.0587 22.7434 12.1756C22.7348 12.2904 22.7164 12.4003 22.6895 12.506C21.3617 10.8272 19.3066 9.75 17 9.75C16.5487 9.75 16.1071 9.79123 15.6786 9.87014C14.9431 8.60249 13.5711 7.75 12 7.75C9.65279 7.75 7.75 9.65279 7.75 12C7.75 13.5711 8.60249 14.9431 9.87014 15.6786C9.79123 16.1071 9.75 16.5487 9.75 17C9.75 19.3066 10.8272 21.3617 12.506 22.6895C12.4003 22.7164 12.2904 22.7348 12.1756 22.7434C12.0587 22.7522 11.9413 22.7522 11.8244 22.7434C11.3208 22.7057 10.9127 22.4785 10.5398 22.1867C10.1891 21.9123 9.80104 21.5242 9.3473 21.0704L8.58657 20.4191L7.53269 20.3661C6.82148 20.3661 6.21358 20.3661 5.7278 20.3008C5.20911 20.2311 4.71886 20.0747 4.32206 19.6779C3.92526 19.2811 3.76892 18.7909 3.69919 18.2722C3.63387 17.7864 3.6339 17.1785 3.63394 16.4673L3.58089 15.4134L2.92956 14.6527C2.47573 14.1989 2.0877 13.8109 1.81329 13.4602C1.52155 13.0873 1.29431 12.6792 1.25657 12.1756C1.24781 12.0587 1.24781 11.9413 1.25657 11.8244C1.29431 11.3208 1.52155 10.9127 1.81329 10.5398C2.08769 10.1891 2.47576 9.80106 2.92956 9.3473L3.58089 8.58657L3.63394 7.53268C3.6339 6.82147 3.63387 6.21358 3.69919 5.7278C3.76892 5.20911 3.92526 4.71886 4.32206 4.32206C4.71886 3.92526 5.20911 3.76892 5.7278 3.69919C6.21358 3.63387 6.82147 3.6339 7.53268 3.63394C8.17864 3.63394 8.58657 3.58089 8.58657 3.58089L9.3473 2.92956C9.80108 2.47573 10.1891 2.0877 10.5398 1.81329C10.9127 1.52155 11.3208 1.29431 11.8244 1.25657Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-setting-done-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 11.25C13.8244 11.25 11.25 13.8244 11.25 17C11.25 20.1756 13.8244 22.75 17 22.75C20.1756 22.75 22.75 20.1756 22.75 17C22.75 13.8244 20.1756 11.25 17 11.25ZM19.2504 16.2072C19.6408 16.0689 19.8453 15.6403 19.707 15.2498C19.5687 14.8594 19.1401 14.6549 18.7496 14.7932C18.2675 14.964 17.8199 15.2838 17.4411 15.616C17.0546 15.955 16.6963 16.3457 16.3947 16.7073C16.2485 16.8825 16.1135 17.0534 15.9928 17.2119C15.9046 17.1294 15.8162 17.0596 15.7285 17.0012C15.5696 16.8952 15.3438 16.7502 15 16.7502C14.5858 16.7502 14.25 17.086 14.25 17.5002C14.25 17.8749 14.5248 18.1855 14.8839 18.2413C14.9396 18.2784 15.1237 18.4246 15.3292 18.8356C15.4501 19.0774 15.6917 19.2354 15.9616 19.2492C16.2315 19.263 16.4882 19.1302 16.6332 18.9021C16.796 18.6715 17.276 17.9924 17.5465 17.6681C17.8184 17.3422 18.1219 17.0142 18.4302 16.7438C18.7463 16.4666 19.0266 16.2864 19.2504 16.2072Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.9741 1.25C14.7443 1.24999 15.3764 1.24998 15.8964 1.30109C16.4411 1.35461 16.9214 1.46829 17.376 1.72984C17.8306 1.99144 18.1701 2.34942 18.4896 2.79326C18.7946 3.21694 19.1113 3.76293 19.4972 4.42801L21.4579 7.80767C21.8453 8.47535 22.1633 9.02347 22.3803 9.50021C22.6076 9.9996 22.75 10.4737 22.75 11C22.75 11.4407 22.6501 11.8448 22.4842 12.2578C21.1548 10.7218 19.1909 9.75 17 9.75C16.6885 9.75 16.3816 9.76964 16.0805 9.80776C15.5651 8.04089 13.9333 6.75 12 6.75C9.65279 6.75 7.75 8.65279 7.75 11C7.75 12.6605 8.70227 14.0986 10.0905 14.7979C9.86934 15.4924 9.75 16.2322 9.75 17C9.75 18.3725 10.1314 19.6559 10.7939 20.75H10.026C9.25573 20.75 8.62366 20.75 8.10357 20.6989C7.55891 20.6454 7.07864 20.5317 6.62404 20.2702C6.16937 20.0086 5.82995 19.6506 5.51044 19.2067C5.20543 18.7831 4.88867 18.237 4.50282 17.5719L2.54214 14.1924C2.15475 13.5247 1.83673 12.9766 1.61974 12.4998C1.39243 12.0004 1.25 11.5263 1.25 11C1.25 10.4737 1.39243 9.9996 1.61974 9.5002C1.83673 9.02345 2.15475 8.47532 2.54214 7.80762L4.50285 4.42801C4.88869 3.76293 5.20544 3.21694 5.51044 2.79326C5.82995 2.34942 6.16937 1.99144 6.62404 1.72984C7.07864 1.46829 7.55891 1.35461 8.10357 1.30109C8.62365 1.24998 9.25572 1.24999 10.0259 1.25H13.9741Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 11.25C13.8244 11.25 11.25 13.8244 11.25 17C11.25 20.1756 13.8244 22.75 17 22.75C20.1756 22.75 22.75 20.1756 22.75 17C22.75 13.8244 20.1756 11.25 17 11.25ZM19.2504 16.2072C19.6408 16.0689 19.8453 15.6403 19.707 15.2498C19.5687 14.8594 19.1401 14.6549 18.7496 14.7932C18.2675 14.964 17.8199 15.2838 17.4411 15.616C17.0546 15.955 16.6963 16.3457 16.3947 16.7073C16.2485 16.8825 16.1135 17.0534 15.9928 17.2119C15.9046 17.1294 15.8162 17.0596 15.7285 17.0012C15.5696 16.8952 15.3438 16.7502 15 16.7502C14.5858 16.7502 14.25 17.086 14.25 17.5002C14.25 17.8749 14.5248 18.1855 14.8839 18.2413C14.9396 18.2784 15.1237 18.4246 15.3292 18.8356C15.4501 19.0774 15.6917 19.2354 15.9616 19.2492C16.2315 19.263 16.4882 19.1302 16.6332 18.9021C16.796 18.6715 17.276 17.9924 17.5465 17.6681C17.8184 17.3422 18.1219 17.0142 18.4302 16.7438C18.7463 16.4666 19.0266 16.2864 19.2504 16.2072Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.9741 1.25C14.7443 1.24999 15.3764 1.24998 15.8964 1.30109C16.4411 1.35461 16.9214 1.46829 17.376 1.72984C17.8306 1.99144 18.1701 2.34942 18.4896 2.79326C18.7946 3.21694 19.1113 3.76293 19.4972 4.42801L21.4579 7.80767C21.8453 8.47535 22.1633 9.02347 22.3803 9.50021C22.6076 9.9996 22.75 10.4737 22.75 11C22.75 11.4407 22.6501 11.8448 22.4842 12.2578C21.1548 10.7218 19.1909 9.75 17 9.75C16.6885 9.75 16.3816 9.76964 16.0805 9.80776C15.5651 8.04089 13.9333 6.75 12 6.75C9.65279 6.75 7.75 8.65279 7.75 11C7.75 12.6605 8.70227 14.0986 10.0905 14.7979C9.86934 15.4924 9.75 16.2322 9.75 17C9.75 18.3725 10.1314 19.6559 10.7939 20.75H10.026C9.25573 20.75 8.62366 20.75 8.10357 20.6989C7.55891 20.6454 7.07864 20.5317 6.62404 20.2702C6.16937 20.0086 5.82995 19.6506 5.51044 19.2067C5.20543 18.7831 4.88867 18.237 4.50282 17.5719L2.54214 14.1924C2.15475 13.5247 1.83673 12.9766 1.61974 12.4998C1.39243 12.0004 1.25 11.5263 1.25 11C1.25 10.4737 1.39243 9.9996 1.61974 9.5002C1.83673 9.02345 2.15475 8.47532 2.54214 7.80762L4.50285 4.42801C4.88869 3.76293 5.20544 3.21694 5.51044 2.79326C5.82995 2.34942 6.16937 1.99144 6.62404 1.72984C7.07864 1.46829 7.55891 1.35461 8.10357 1.30109C8.62365 1.24998 9.25572 1.24999 10.0259 1.25H13.9741Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-setting-error-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.752 12.75C14.9905 12.75 12.752 14.9886 12.752 17.75C12.752 20.5114 14.9905 22.75 17.752 22.75C20.5134 22.75 22.752 20.5114 22.752 17.75C22.752 14.9886 20.5134 12.75 17.752 12.75ZM18.502 15.75C18.502 15.3358 18.1662 15 17.752 15C17.3377 15 17.002 15.3358 17.002 15.75V17.75C17.002 18.1642 17.3377 18.5 17.752 18.5C18.1662 18.5 18.502 18.1642 18.502 17.75V15.75ZM17.752 19C17.3377 19 17.002 19.3358 17.002 19.75C17.002 20.1642 17.3377 20.5 17.752 20.5H17.7609C18.1751 20.5 18.5109 20.1642 18.5109 19.75C18.5109 19.3358 18.1751 19 17.7609 19H17.752Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3458 22.75C10.0662 22.7181 9.77215 22.6444 9.49779 22.4469C9.22355 22.2495 9.06079 21.9946 8.94229 21.7402C8.84812 21.538 8.41748 20.2619 8.31947 19.9704C8.30938 19.9404 8.30434 19.9254 8.29669 19.9093C8.28904 19.8932 8.28152 19.8812 8.26647 19.8573C8.18936 19.7349 7.99148 19.4375 7.82248 19.3266C7.40897 19.0554 6.99181 18.992 6.71386 19.0458C6.70755 19.0471 6.7044 19.0477 6.69836 19.0491C6.69232 19.0505 6.68792 19.0518 6.67912 19.0543C6.49187 19.1069 4.79972 19.5816 4.54876 19.6213C4.25324 19.6681 3.92995 19.674 3.59565 19.5385C3.26146 19.4031 3.03405 19.1739 2.85502 18.935L1.41648 16.4526C1.30388 16.1934 1.2208 15.9008 1.25638 15.5633C1.29195 15.2258 1.43424 14.9568 1.59848 14.7266C1.74001 14.5283 2.89043 13.246 3.17304 12.9323C3.1885 12.9151 3.19623 12.9066 3.20571 12.8934C3.21518 12.8803 3.21947 12.8728 3.22803 12.8578C3.2925 12.7446 3.46396 12.4054 3.46396 11.9998C3.46396 11.473 3.25291 11.1666 3.21106 11.1111C3.21101 11.111 3.21115 11.1112 3.21105 11.111C3.21095 11.1109 3.2111 11.1111 3.21104 11.111C3.21089 11.1108 3.2091 11.1085 3.20516 11.1037C3.20104 11.0987 3.19964 11.0971 3.19685 11.094C3.08743 10.9722 1.73996 9.47157 1.59848 9.2733C1.43424 9.04311 1.29195 8.7741 1.25637 8.4366C1.2208 8.09914 1.30387 7.80652 1.41648 7.54733C1.51106 7.32964 2.68693 5.34791 2.83889 5.09204C2.84713 5.07817 2.85125 5.07124 2.85621 5.0639C2.86118 5.05656 2.86558 5.05082 2.87439 5.03934C3.05043 4.80972 3.27339 4.59201 3.59564 4.46138C3.92994 4.32586 4.25322 4.33183 4.54874 4.3786C4.81009 4.41995 6.31538 4.84275 6.67874 4.94548C6.68654 4.94768 6.69043 4.94878 6.69898 4.95067C6.70752 4.95255 6.70974 4.95291 6.71416 4.95362C6.81186 4.96927 7.29022 5.02231 7.82243 4.67329C8.03297 4.53522 8.19711 4.3369 8.29335 4.10416C8.29587 4.09807 8.29712 4.09503 8.29892 4.09024C8.30071 4.08544 8.30205 4.08147 8.30471 4.07352C8.35964 3.90985 8.84195 2.4752 8.94229 2.25981C9.06079 2.00543 9.22356 1.75047 9.49779 1.55308C9.77215 1.3556 10.0662 1.28188 10.3458 1.25H13.1503C13.4299 1.28188 13.7239 1.3556 13.9983 1.55308C14.2725 1.75047 14.4353 2.00543 14.5538 2.25981C14.6541 2.4752 15.1365 3.90985 15.1914 4.07352C15.194 4.08147 15.1954 4.08544 15.1972 4.09024C15.199 4.09503 15.2002 4.09807 15.2027 4.10416C15.299 4.3369 15.4631 4.53522 15.6737 4.67329C16.2059 5.02231 16.6842 4.96927 16.7819 4.95362C16.7864 4.95291 16.7886 4.95255 16.7971 4.95067C16.8057 4.94878 16.8096 4.94768 16.8173 4.94548C17.1807 4.84275 18.686 4.41995 18.9474 4.3786C19.2429 4.33183 19.5662 4.32586 19.9004 4.46138C20.2227 4.59201 20.4457 4.80972 20.6217 5.03934C20.6305 5.05082 20.6349 5.05656 20.6399 5.0639C20.6448 5.07124 20.649 5.07817 20.6572 5.09204C20.8092 5.34791 21.985 7.32964 22.0796 7.54733C22.1922 7.80652 22.2753 8.09914 22.2397 8.4366C22.2041 8.7741 22.0619 9.04311 21.8976 9.2733C21.7557 9.47221 20.3999 10.982 20.2982 11.0951C20.2962 11.0974 20.2951 11.0986 20.2936 11.1004L20.2909 11.1035C20.2894 11.1053 20.2939 11.0998 20.2921 11.102C20.0796 11.3609 19.9734 11.4904 19.9199 11.5187C19.8717 11.5441 19.8728 11.5437 19.8188 11.5508C19.7587 11.5586 19.6662 11.5332 19.4811 11.4823C18.9308 11.3309 18.3513 11.25 17.7529 11.25C17.1623 11.25 16.5901 11.3288 16.0462 11.4764C15.6811 11.5755 15.4985 11.625 15.3928 11.5676C15.2871 11.5102 15.2251 11.3167 15.1009 10.9297C14.6487 9.5202 13.3273 8.5 11.7676 8.5C9.83458 8.5 8.26758 10.067 8.26758 12C8.26758 13.6091 9.35339 14.9645 10.8323 15.3736C11.2236 15.4819 11.4193 15.536 11.481 15.6393C11.5427 15.7427 11.5005 15.927 11.4163 16.2955C11.3094 16.7631 11.2529 17.25 11.2529 17.75C11.2529 19.5871 12.015 21.2461 13.2403 22.4283C13.3557 22.5396 13.3096 22.7318 13.1503 22.75H10.3458Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.752 12.75C14.9905 12.75 12.752 14.9886 12.752 17.75C12.752 20.5114 14.9905 22.75 17.752 22.75C20.5134 22.75 22.752 20.5114 22.752 17.75C22.752 14.9886 20.5134 12.75 17.752 12.75ZM18.502 15.75C18.502 15.3358 18.1662 15 17.752 15C17.3377 15 17.002 15.3358 17.002 15.75V17.75C17.002 18.1642 17.3377 18.5 17.752 18.5C18.1662 18.5 18.502 18.1642 18.502 17.75V15.75ZM17.752 19C17.3377 19 17.002 19.3358 17.002 19.75C17.002 20.1642 17.3377 20.5 17.752 20.5H17.7609C18.1751 20.5 18.5109 20.1642 18.5109 19.75C18.5109 19.3358 18.1751 19 17.7609 19H17.752Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.3458 22.75C10.0662 22.7181 9.77215 22.6444 9.49779 22.4469C9.22355 22.2495 9.06079 21.9946 8.94229 21.7402C8.84812 21.538 8.41748 20.2619 8.31947 19.9704C8.30938 19.9404 8.30434 19.9254 8.29669 19.9093C8.28904 19.8932 8.28152 19.8812 8.26647 19.8573C8.18936 19.7349 7.99148 19.4375 7.82248 19.3266C7.40897 19.0554 6.99181 18.992 6.71386 19.0458C6.70755 19.0471 6.7044 19.0477 6.69836 19.0491C6.69232 19.0505 6.68792 19.0518 6.67912 19.0543C6.49187 19.1069 4.79972 19.5816 4.54876 19.6213C4.25324 19.6681 3.92995 19.674 3.59565 19.5385C3.26146 19.4031 3.03405 19.1739 2.85502 18.935L1.41648 16.4526C1.30388 16.1934 1.2208 15.9008 1.25638 15.5633C1.29195 15.2258 1.43424 14.9568 1.59848 14.7266C1.74001 14.5283 2.89043 13.246 3.17304 12.9323C3.1885 12.9151 3.19623 12.9066 3.20571 12.8934C3.21518 12.8803 3.21947 12.8728 3.22803 12.8578C3.2925 12.7446 3.46396 12.4054 3.46396 11.9998C3.46396 11.473 3.25291 11.1666 3.21106 11.1111C3.21101 11.111 3.21115 11.1112 3.21105 11.111C3.21095 11.1109 3.2111 11.1111 3.21104 11.111C3.21089 11.1108 3.2091 11.1085 3.20516 11.1037C3.20104 11.0987 3.19964 11.0971 3.19685 11.094C3.08743 10.9722 1.73996 9.47157 1.59848 9.2733C1.43424 9.04311 1.29195 8.7741 1.25637 8.4366C1.2208 8.09914 1.30387 7.80652 1.41648 7.54733C1.51106 7.32964 2.68693 5.34791 2.83889 5.09204C2.84713 5.07817 2.85125 5.07124 2.85621 5.0639C2.86118 5.05656 2.86558 5.05082 2.87439 5.03934C3.05043 4.80972 3.27339 4.59201 3.59564 4.46138C3.92994 4.32586 4.25322 4.33183 4.54874 4.3786C4.81009 4.41995 6.31538 4.84275 6.67874 4.94548C6.68654 4.94768 6.69043 4.94878 6.69898 4.95067C6.70752 4.95255 6.70974 4.95291 6.71416 4.95362C6.81186 4.96927 7.29022 5.02231 7.82243 4.67329C8.03297 4.53522 8.19711 4.3369 8.29335 4.10416C8.29587 4.09807 8.29712 4.09503 8.29892 4.09024C8.30071 4.08544 8.30205 4.08147 8.30471 4.07352C8.35964 3.90985 8.84195 2.4752 8.94229 2.25981C9.06079 2.00543 9.22356 1.75047 9.49779 1.55308C9.77215 1.3556 10.0662 1.28188 10.3458 1.25H13.1503C13.4299 1.28188 13.7239 1.3556 13.9983 1.55308C14.2725 1.75047 14.4353 2.00543 14.5538 2.25981C14.6541 2.4752 15.1365 3.90985 15.1914 4.07352C15.194 4.08147 15.1954 4.08544 15.1972 4.09024C15.199 4.09503 15.2002 4.09807 15.2027 4.10416C15.299 4.3369 15.4631 4.53522 15.6737 4.67329C16.2059 5.02231 16.6842 4.96927 16.7819 4.95362C16.7864 4.95291 16.7886 4.95255 16.7971 4.95067C16.8057 4.94878 16.8096 4.94768 16.8173 4.94548C17.1807 4.84275 18.686 4.41995 18.9474 4.3786C19.2429 4.33183 19.5662 4.32586 19.9004 4.46138C20.2227 4.59201 20.4457 4.80972 20.6217 5.03934C20.6305 5.05082 20.6349 5.05656 20.6399 5.0639C20.6448 5.07124 20.649 5.07817 20.6572 5.09204C20.8092 5.34791 21.985 7.32964 22.0796 7.54733C22.1922 7.80652 22.2753 8.09914 22.2397 8.4366C22.2041 8.7741 22.0619 9.04311 21.8976 9.2733C21.7557 9.47221 20.3999 10.982 20.2982 11.0951C20.2962 11.0974 20.2951 11.0986 20.2936 11.1004L20.2909 11.1035C20.2894 11.1053 20.2939 11.0998 20.2921 11.102C20.0796 11.3609 19.9734 11.4904 19.9199 11.5187C19.8717 11.5441 19.8728 11.5437 19.8188 11.5508C19.7587 11.5586 19.6662 11.5332 19.4811 11.4823C18.9308 11.3309 18.3513 11.25 17.7529 11.25C17.1623 11.25 16.5901 11.3288 16.0462 11.4764C15.6811 11.5755 15.4985 11.625 15.3928 11.5676C15.2871 11.5102 15.2251 11.3167 15.1009 10.9297C14.6487 9.5202 13.3273 8.5 11.7676 8.5C9.83458 8.5 8.26758 10.067 8.26758 12C8.26758 13.6091 9.35339 14.9645 10.8323 15.3736C11.2236 15.4819 11.4193 15.536 11.481 15.6393C11.5427 15.7427 11.5005 15.927 11.4163 16.2955C11.3094 16.7631 11.2529 17.25 11.2529 17.75C11.2529 19.5871 12.015 21.2461 13.2403 22.4283C13.3557 22.5396 13.3096 22.7318 13.1503 22.75H10.3458Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-setting-error-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 12.75C14.9886 12.75 12.75 14.9886 12.75 17.75C12.75 20.5114 14.9886 22.75 17.75 22.75C20.5114 22.75 22.75 20.5114 22.75 17.75C22.75 14.9886 20.5114 12.75 17.75 12.75ZM18.5 15.75C18.5 15.3358 18.1642 15 17.75 15C17.3358 15 17 15.3358 17 15.75V17.75C17 18.1642 17.3358 18.5 17.75 18.5C18.1642 18.5 18.5 18.1642 18.5 17.75V15.75ZM17.75 19C17.3358 19 17 19.3358 17 19.75C17 20.1642 17.3358 20.5 17.75 20.5H17.759C18.1732 20.5 18.509 20.1642 18.509 19.75C18.509 19.3358 18.1732 19 17.759 19H17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.01469 1.37818C8.17792 1.30517 8.41768 1.22085 8.70208 1.25988C9.01124 1.30231 9.24043 1.48317 9.37221 1.5961C9.51205 1.71592 9.86361 2.0733 9.86405 2.07374C10.4471 2.66633 11.2235 2.96276 12 2.96298C12.7765 2.96276 13.5529 2.66635 14.1359 2.07376C14.1364 2.07332 14.488 1.71592 14.6278 1.5961C14.7596 1.48317 14.9888 1.30231 15.2979 1.25988C15.5823 1.22085 15.8221 1.30517 15.9853 1.37818C16.1354 1.4453 16.3046 1.54327 16.4689 1.63832L18.718 2.95903C18.8638 3.06476 19.0609 3.23308 19.174 3.50544C19.2974 3.80278 19.2576 4.10247 19.2283 4.27581C19.1965 4.46338 19.1307 4.72164 19.0677 4.96877C18.6714 6.5235 19.6393 8.19601 21.2062 8.62643L21.2338 8.63401C21.4709 8.69911 21.693 8.7601 21.8667 8.8243C22.0293 8.88436 22.3009 8.9971 22.4923 9.25164C22.6682 9.48557 22.7148 9.74193 22.7332 9.92337C22.7501 10.0907 22.75 10.2909 22.75 10.4857V12.5144C22.75 12.7091 22.7501 12.9093 22.7332 13.0767C22.7146 13.2605 22.4971 13.306 22.367 13.1747C21.1892 11.9862 19.5555 11.25 17.75 11.25C17.0111 11.25 16.301 11.3733 15.6392 11.6004C15.5712 11.6237 15.5 11.5719 15.5 11.5C15.5 9.567 13.933 8 12 8C10.067 8 8.5 9.567 8.5 11.5C8.5 13.075 9.54036 14.4071 10.9714 14.8464C11.3887 14.9745 11.5974 15.0386 11.6556 15.1484C11.7138 15.2582 11.6543 15.452 11.5352 15.8397C11.3498 16.4437 11.25 17.0852 11.25 17.75C11.25 18.2892 11.3157 18.8131 11.4394 19.3141C11.5238 19.6557 11.566 19.8265 11.5134 19.9271C11.4607 20.0278 11.2799 20.0969 10.9183 20.2352C10.5315 20.3831 10.1701 20.6134 9.86251 20.9261C9.86206 20.9266 9.51056 21.284 9.37072 21.4038C9.23894 21.5168 9.00977 21.6977 8.70059 21.7401C8.41618 21.7792 8.17639 21.6948 8.01315 21.6218C7.86313 21.5547 7.6937 21.4567 7.52952 21.3617L5.28035 20.0409C5.13453 19.9352 4.93749 19.7669 4.82441 19.4945C4.70097 19.1971 4.74082 18.8974 4.77017 18.7241C4.80191 18.5366 4.93068 18.0317 4.93082 18.0312C5.32729 16.4763 4.36003 14.804 2.79377 14.3737C2.79318 14.3735 2.30684 14.2399 2.13322 14.1758C1.97071 14.1157 1.69909 14.0029 1.5077 13.7484C1.33181 13.5145 1.28519 13.2581 1.26684 13.0767C1.24992 12.9093 1.24996 12.7091 1.25 12.5144V10.4857C1.24996 10.2909 1.24992 10.0907 1.26684 9.92337C1.28519 9.74193 1.33182 9.48557 1.50772 9.25164C1.69912 8.9971 1.97074 8.88436 2.13327 8.8243C2.30699 8.7601 2.52912 8.69911 2.76618 8.63401L2.79378 8.62643C4.36065 8.19601 5.32857 6.5235 4.93233 4.96877C4.86932 4.72164 4.80348 4.46338 4.77174 4.27581C4.74241 4.10247 4.70258 3.80278 4.82604 3.50544C4.93913 3.23308 5.13616 3.06476 5.28197 2.95903L7.53113 1.63832C7.69535 1.54327 7.86464 1.4453 8.01469 1.37818Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.75 12.75C14.9886 12.75 12.75 14.9886 12.75 17.75C12.75 20.5114 14.9886 22.75 17.75 22.75C20.5114 22.75 22.75 20.5114 22.75 17.75C22.75 14.9886 20.5114 12.75 17.75 12.75ZM18.5 15.75C18.5 15.3358 18.1642 15 17.75 15C17.3358 15 17 15.3358 17 15.75V17.75C17 18.1642 17.3358 18.5 17.75 18.5C18.1642 18.5 18.5 18.1642 18.5 17.75V15.75ZM17.75 19C17.3358 19 17 19.3358 17 19.75C17 20.1642 17.3358 20.5 17.75 20.5H17.759C18.1732 20.5 18.509 20.1642 18.509 19.75C18.509 19.3358 18.1732 19 17.759 19H17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.01469 1.37818C8.17792 1.30517 8.41768 1.22085 8.70208 1.25988C9.01124 1.30231 9.24043 1.48317 9.37221 1.5961C9.51205 1.71592 9.86361 2.0733 9.86405 2.07374C10.4471 2.66633 11.2235 2.96276 12 2.96298C12.7765 2.96276 13.5529 2.66635 14.1359 2.07376C14.1364 2.07332 14.488 1.71592 14.6278 1.5961C14.7596 1.48317 14.9888 1.30231 15.2979 1.25988C15.5823 1.22085 15.8221 1.30517 15.9853 1.37818C16.1354 1.4453 16.3046 1.54327 16.4689 1.63832L18.718 2.95903C18.8638 3.06476 19.0609 3.23308 19.174 3.50544C19.2974 3.80278 19.2576 4.10247 19.2283 4.27581C19.1965 4.46338 19.1307 4.72164 19.0677 4.96877C18.6714 6.5235 19.6393 8.19601 21.2062 8.62643L21.2338 8.63401C21.4709 8.69911 21.693 8.7601 21.8667 8.8243C22.0293 8.88436 22.3009 8.9971 22.4923 9.25164C22.6682 9.48557 22.7148 9.74193 22.7332 9.92337C22.7501 10.0907 22.75 10.2909 22.75 10.4857V12.5144C22.75 12.7091 22.7501 12.9093 22.7332 13.0767C22.7146 13.2605 22.4971 13.306 22.367 13.1747C21.1892 11.9862 19.5555 11.25 17.75 11.25C17.0111 11.25 16.301 11.3733 15.6392 11.6004C15.5712 11.6237 15.5 11.5719 15.5 11.5C15.5 9.567 13.933 8 12 8C10.067 8 8.5 9.567 8.5 11.5C8.5 13.075 9.54036 14.4071 10.9714 14.8464C11.3887 14.9745 11.5974 15.0386 11.6556 15.1484C11.7138 15.2582 11.6543 15.452 11.5352 15.8397C11.3498 16.4437 11.25 17.0852 11.25 17.75C11.25 18.2892 11.3157 18.8131 11.4394 19.3141C11.5238 19.6557 11.566 19.8265 11.5134 19.9271C11.4607 20.0278 11.2799 20.0969 10.9183 20.2352C10.5315 20.3831 10.1701 20.6134 9.86251 20.9261C9.86206 20.9266 9.51056 21.284 9.37072 21.4038C9.23894 21.5168 9.00977 21.6977 8.70059 21.7401C8.41618 21.7792 8.17639 21.6948 8.01315 21.6218C7.86313 21.5547 7.6937 21.4567 7.52952 21.3617L5.28035 20.0409C5.13453 19.9352 4.93749 19.7669 4.82441 19.4945C4.70097 19.1971 4.74082 18.8974 4.77017 18.7241C4.80191 18.5366 4.93068 18.0317 4.93082 18.0312C5.32729 16.4763 4.36003 14.804 2.79377 14.3737C2.79318 14.3735 2.30684 14.2399 2.13322 14.1758C1.97071 14.1157 1.69909 14.0029 1.5077 13.7484C1.33181 13.5145 1.28519 13.2581 1.26684 13.0767C1.24992 12.9093 1.24996 12.7091 1.25 12.5144V10.4857C1.24996 10.2909 1.24992 10.0907 1.26684 9.92337C1.28519 9.74193 1.33182 9.48557 1.50772 9.25164C1.69912 8.9971 1.97074 8.88436 2.13327 8.8243C2.30699 8.7601 2.52912 8.69911 2.76618 8.63401L2.79378 8.62643C4.36065 8.19601 5.32857 6.5235 4.93233 4.96877C4.86932 4.72164 4.80348 4.46338 4.77174 4.27581C4.74241 4.10247 4.70258 3.80278 4.82604 3.50544C4.93913 3.23308 5.13616 3.06476 5.28197 2.95903L7.53113 1.63832C7.69535 1.54327 7.86464 1.4453 8.01469 1.37818Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-setting-error-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 11.25C13.8244 11.25 11.25 13.8244 11.25 17C11.25 20.1756 13.8244 22.75 17 22.75C20.1756 22.75 22.75 20.1756 22.75 17C22.75 13.8244 20.1756 11.25 17 11.25ZM17.75 15C17.75 14.5858 17.4142 14.25 17 14.25C16.5858 14.25 16.25 14.5858 16.25 15V17C16.25 17.4142 16.5858 17.75 17 17.75C17.4142 17.75 17.75 17.4142 17.75 17V15ZM17 18.25C16.5858 18.25 16.25 18.5858 16.25 19C16.25 19.4142 16.5858 19.75 17 19.75H17.009C17.4232 19.75 17.759 19.4142 17.759 19C17.759 18.5858 17.4232 18.25 17.009 18.25H17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.8244 1.25657C11.9413 1.24781 12.0587 1.24781 12.1756 1.25657C12.6792 1.29431 13.0873 1.52155 13.4602 1.81329C13.8109 2.0877 14.1989 2.47573 14.6527 2.92956L15.3547 3.55658C15.3547 3.55658 15.8214 3.63394 16.4673 3.63394C17.1785 3.6339 17.7864 3.63387 18.2722 3.69919C18.7909 3.76892 19.2811 3.92526 19.6779 4.32206C20.0747 4.71886 20.2311 5.20911 20.3008 5.7278C20.3661 6.21358 20.3661 6.82148 20.3661 7.53269L20.4191 8.58657L21.0704 9.34726C21.5242 9.80106 21.9123 10.1891 22.1867 10.5398C22.4785 10.9127 22.7057 11.3208 22.7434 11.8244C22.7522 11.9413 22.7522 12.0587 22.7434 12.1756C22.7348 12.2904 22.7164 12.4003 22.6895 12.506C21.3617 10.8272 19.3066 9.75 17 9.75C16.5487 9.75 16.1071 9.79123 15.6786 9.87014C14.9431 8.60249 13.5711 7.75 12 7.75C9.65279 7.75 7.75 9.65279 7.75 12C7.75 13.5711 8.60249 14.9431 9.87014 15.6786C9.79123 16.1071 9.75 16.5487 9.75 17C9.75 19.3066 10.8272 21.3617 12.506 22.6895C12.4003 22.7164 12.2904 22.7348 12.1756 22.7434C12.0587 22.7522 11.9413 22.7522 11.8244 22.7434C11.3208 22.7057 10.9127 22.4785 10.5398 22.1867C10.1891 21.9123 9.80114 21.5243 9.3474 21.0705L8.58657 20.4191L7.53269 20.3661C6.82148 20.3661 6.21358 20.3661 5.7278 20.3008C5.20911 20.2311 4.71886 20.0747 4.32206 19.6779C3.92526 19.2811 3.76892 18.7909 3.69919 18.2722C3.63387 17.7864 3.6339 17.1785 3.63394 16.4673L3.58089 15.4134L2.92956 14.6527C2.47573 14.1989 2.0877 13.8109 1.81329 13.4602C1.52155 13.0873 1.29431 12.6792 1.25657 12.1756C1.24781 12.0587 1.24781 11.9413 1.25657 11.8244C1.29431 11.3208 1.52155 10.9127 1.81329 10.5398C2.08769 10.1891 2.4757 9.80111 2.9295 9.34735L3.58089 8.58657L3.63394 7.53268C3.6339 6.82147 3.63387 6.21358 3.69919 5.7278C3.76892 5.20911 3.92526 4.71886 4.32206 4.32206C4.71886 3.92526 5.20911 3.76892 5.7278 3.69919C6.21358 3.63387 6.82147 3.6339 7.53268 3.63394C8.17864 3.63394 8.58657 3.58089 8.58657 3.58089L9.3473 2.92956C9.80108 2.47573 10.1891 2.0877 10.5398 1.81329C10.9127 1.52155 11.3208 1.29431 11.8244 1.25657Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 11.25C13.8244 11.25 11.25 13.8244 11.25 17C11.25 20.1756 13.8244 22.75 17 22.75C20.1756 22.75 22.75 20.1756 22.75 17C22.75 13.8244 20.1756 11.25 17 11.25ZM17.75 15C17.75 14.5858 17.4142 14.25 17 14.25C16.5858 14.25 16.25 14.5858 16.25 15V17C16.25 17.4142 16.5858 17.75 17 17.75C17.4142 17.75 17.75 17.4142 17.75 17V15ZM17 18.25C16.5858 18.25 16.25 18.5858 16.25 19C16.25 19.4142 16.5858 19.75 17 19.75H17.009C17.4232 19.75 17.759 19.4142 17.759 19C17.759 18.5858 17.4232 18.25 17.009 18.25H17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.8244 1.25657C11.9413 1.24781 12.0587 1.24781 12.1756 1.25657C12.6792 1.29431 13.0873 1.52155 13.4602 1.81329C13.8109 2.0877 14.1989 2.47573 14.6527 2.92956L15.3547 3.55658C15.3547 3.55658 15.8214 3.63394 16.4673 3.63394C17.1785 3.6339 17.7864 3.63387 18.2722 3.69919C18.7909 3.76892 19.2811 3.92526 19.6779 4.32206C20.0747 4.71886 20.2311 5.20911 20.3008 5.7278C20.3661 6.21358 20.3661 6.82148 20.3661 7.53269L20.4191 8.58657L21.0704 9.34726C21.5242 9.80106 21.9123 10.1891 22.1867 10.5398C22.4785 10.9127 22.7057 11.3208 22.7434 11.8244C22.7522 11.9413 22.7522 12.0587 22.7434 12.1756C22.7348 12.2904 22.7164 12.4003 22.6895 12.506C21.3617 10.8272 19.3066 9.75 17 9.75C16.5487 9.75 16.1071 9.79123 15.6786 9.87014C14.9431 8.60249 13.5711 7.75 12 7.75C9.65279 7.75 7.75 9.65279 7.75 12C7.75 13.5711 8.60249 14.9431 9.87014 15.6786C9.79123 16.1071 9.75 16.5487 9.75 17C9.75 19.3066 10.8272 21.3617 12.506 22.6895C12.4003 22.7164 12.2904 22.7348 12.1756 22.7434C12.0587 22.7522 11.9413 22.7522 11.8244 22.7434C11.3208 22.7057 10.9127 22.4785 10.5398 22.1867C10.1891 21.9123 9.80114 21.5243 9.3474 21.0705L8.58657 20.4191L7.53269 20.3661C6.82148 20.3661 6.21358 20.3661 5.7278 20.3008C5.20911 20.2311 4.71886 20.0747 4.32206 19.6779C3.92526 19.2811 3.76892 18.7909 3.69919 18.2722C3.63387 17.7864 3.6339 17.1785 3.63394 16.4673L3.58089 15.4134L2.92956 14.6527C2.47573 14.1989 2.0877 13.8109 1.81329 13.4602C1.52155 13.0873 1.29431 12.6792 1.25657 12.1756C1.24781 12.0587 1.24781 11.9413 1.25657 11.8244C1.29431 11.3208 1.52155 10.9127 1.81329 10.5398C2.08769 10.1891 2.4757 9.80111 2.9295 9.34735L3.58089 8.58657L3.63394 7.53268C3.6339 6.82147 3.63387 6.21358 3.69919 5.7278C3.76892 5.20911 3.92526 4.71886 4.32206 4.32206C4.71886 3.92526 5.20911 3.76892 5.7278 3.69919C6.21358 3.63387 6.82147 3.6339 7.53268 3.63394C8.17864 3.63394 8.58657 3.58089 8.58657 3.58089L9.3473 2.92956C9.80108 2.47573 10.1891 2.0877 10.5398 1.81329C10.9127 1.52155 11.3208 1.29431 11.8244 1.25657Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-setting-error-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9741 1.25C14.7443 1.24999 15.3764 1.24998 15.8964 1.30109C16.4411 1.35461 16.9214 1.46829 17.376 1.72984C17.8306 1.99144 18.1701 2.34942 18.4896 2.79326C18.7946 3.21694 19.1113 3.76293 19.4972 4.42801L21.4579 7.80767C21.8453 8.47535 22.1633 9.02347 22.3803 9.50021C22.6076 9.9996 22.75 10.4737 22.75 11C22.75 11.4407 22.6501 11.8448 22.4842 12.2578C21.1548 10.7218 19.1909 9.75 17 9.75C16.6885 9.75 16.3816 9.76964 16.0805 9.80776C15.5651 8.04089 13.9333 6.75 12 6.75C9.65279 6.75 7.75 8.65279 7.75 11C7.75 12.6605 8.70227 14.0986 10.0905 14.7979C9.86934 15.4924 9.75 16.2322 9.75 17C9.75 18.3725 10.1314 19.6559 10.7939 20.75H10.026C9.25573 20.75 8.62366 20.75 8.10357 20.6989C7.55891 20.6454 7.07864 20.5317 6.62404 20.2702C6.16937 20.0086 5.82995 19.6506 5.51044 19.2067C5.20543 18.7831 4.88867 18.237 4.50282 17.5719L2.54214 14.1924C2.15475 13.5247 1.83673 12.9766 1.61974 12.4998C1.39243 12.0004 1.25 11.5263 1.25 11C1.25 10.4737 1.39243 9.9996 1.61974 9.5002C1.83673 9.02345 2.15475 8.47532 2.54214 7.80762L4.50285 4.42801C4.88869 3.76293 5.20544 3.21694 5.51044 2.79326C5.82995 2.34942 6.16937 1.99144 6.62404 1.72984C7.07864 1.46829 7.55891 1.35461 8.10357 1.30109C8.62365 1.24998 9.25572 1.24999 10.0259 1.25H13.9741Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 11.25C13.8244 11.25 11.25 13.8244 11.25 17C11.25 20.1756 13.8244 22.75 17 22.75C20.1756 22.75 22.75 20.1756 22.75 17C22.75 13.8244 20.1756 11.25 17 11.25ZM17.75 15C17.75 14.5858 17.4142 14.25 17 14.25C16.5858 14.25 16.25 14.5858 16.25 15V17C16.25 17.4142 16.5858 17.75 17 17.75C17.4142 17.75 17.75 17.4142 17.75 17V15ZM17 18.25C16.5858 18.25 16.25 18.5858 16.25 19C16.25 19.4142 16.5858 19.75 17 19.75H17.009C17.4232 19.75 17.759 19.4142 17.759 19C17.759 18.5858 17.4232 18.25 17.009 18.25H17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9741 1.25C14.7443 1.24999 15.3764 1.24998 15.8964 1.30109C16.4411 1.35461 16.9214 1.46829 17.376 1.72984C17.8306 1.99144 18.1701 2.34942 18.4896 2.79326C18.7946 3.21694 19.1113 3.76293 19.4972 4.42801L21.4579 7.80767C21.8453 8.47535 22.1633 9.02347 22.3803 9.50021C22.6076 9.9996 22.75 10.4737 22.75 11C22.75 11.4407 22.6501 11.8448 22.4842 12.2578C21.1548 10.7218 19.1909 9.75 17 9.75C16.6885 9.75 16.3816 9.76964 16.0805 9.80776C15.5651 8.04089 13.9333 6.75 12 6.75C9.65279 6.75 7.75 8.65279 7.75 11C7.75 12.6605 8.70227 14.0986 10.0905 14.7979C9.86934 15.4924 9.75 16.2322 9.75 17C9.75 18.3725 10.1314 19.6559 10.7939 20.75H10.026C9.25573 20.75 8.62366 20.75 8.10357 20.6989C7.55891 20.6454 7.07864 20.5317 6.62404 20.2702C6.16937 20.0086 5.82995 19.6506 5.51044 19.2067C5.20543 18.7831 4.88867 18.237 4.50282 17.5719L2.54214 14.1924C2.15475 13.5247 1.83673 12.9766 1.61974 12.4998C1.39243 12.0004 1.25 11.5263 1.25 11C1.25 10.4737 1.39243 9.9996 1.61974 9.5002C1.83673 9.02345 2.15475 8.47532 2.54214 7.80762L4.50285 4.42801C4.88869 3.76293 5.20544 3.21694 5.51044 2.79326C5.82995 2.34942 6.16937 1.99144 6.62404 1.72984C7.07864 1.46829 7.55891 1.35461 8.10357 1.30109C8.62365 1.24998 9.25572 1.24999 10.0259 1.25H13.9741Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 11.25C13.8244 11.25 11.25 13.8244 11.25 17C11.25 20.1756 13.8244 22.75 17 22.75C20.1756 22.75 22.75 20.1756 22.75 17C22.75 13.8244 20.1756 11.25 17 11.25ZM17.75 15C17.75 14.5858 17.4142 14.25 17 14.25C16.5858 14.25 16.25 14.5858 16.25 15V17C16.25 17.4142 16.5858 17.75 17 17.75C17.4142 17.75 17.75 17.4142 17.75 17V15ZM17 18.25C16.5858 18.25 16.25 18.5858 16.25 19C16.25 19.4142 16.5858 19.75 17 19.75H17.009C17.4232 19.75 17.759 19.4142 17.759 19C17.759 18.5858 17.4232 18.25 17.009 18.25H17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-setup-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1669 8.56619L17.458 9.08015C17.6644 9.4445 17.7676 9.62667 17.7475 9.82061C17.7275 10.0145 17.5894 10.1708 17.3131 10.4834L16.7051 11.175C16.5565 11.3664 16.451 11.7 16.451 11.9999C16.451 12.3 16.5564 12.6335 16.7051 12.8249L17.3131 13.5166C17.5894 13.8291 17.7275 13.9854 17.7475 14.1793C17.7676 14.3733 17.6644 14.5555 17.458 14.9198L17.167 15.4337L17.167 15.4338C16.9468 15.8224 16.8367 16.0168 16.6494 16.0943C16.4621 16.1718 16.2503 16.1106 15.8267 15.9883L15.1071 15.7821C14.8366 15.7186 14.5528 15.7547 14.3058 15.8838L14.1072 16.0004C13.8954 16.1384 13.7326 16.3419 13.6424 16.581L13.4455 17.1795C13.316 17.5755 13.2512 17.7735 13.0971 17.8867C12.943 18 12.7382 18 12.3287 18H11.6713C11.2618 18 11.057 18 10.9029 17.8867C10.7488 17.7735 10.684 17.5755 10.5545 17.1795L10.3576 16.581C10.2674 16.3419 10.1046 16.1384 9.89284 16.0004L9.69419 15.8838C9.44721 15.7547 9.1634 15.7186 8.89289 15.7821L8.17331 15.9883C7.74967 16.1106 7.53785 16.1718 7.35056 16.0943C7.16327 16.0168 7.05319 15.8224 6.83304 15.4337L6.54196 14.9198C6.33561 14.5555 6.23243 14.3733 6.25245 14.1793C6.27248 13.9854 6.4106 13.8291 6.68686 13.5166L6.68686 13.5166L7.29492 12.8249C7.44355 12.6335 7.54903 12.3 7.54903 11.9999C7.54903 11.7 7.44352 11.3664 7.29491 11.175L6.68686 10.4834C6.4106 10.1708 6.27248 10.0145 6.25245 9.82061C6.23243 9.62667 6.3356 9.4445 6.54196 9.08015L6.83305 8.56619C7.0532 8.17749 7.16327 7.98314 7.35056 7.90564C7.53785 7.82814 7.74966 7.8893 8.17329 8.0116L8.89292 8.21782C9.16338 8.28127 9.44713 8.24528 9.69409 8.11619L9.89276 7.99956C10.1045 7.86157 10.2674 7.65811 10.3576 7.41896L10.5545 6.82053C10.684 6.42452 10.7488 6.22651 10.9029 6.11325C11.057 6 11.2618 6 11.6713 6H12.3287C12.7382 6 12.943 6 13.0971 6.11325C13.2512 6.22651 13.316 6.42452 13.4455 6.82053L13.6424 7.41896C13.7326 7.65811 13.8955 7.86157 14.1072 7.99956L14.3059 8.11619C14.5529 8.24528 14.8366 8.28127 15.1071 8.21782L15.8267 8.0116C16.2503 7.8893 16.4622 7.82814 16.6494 7.90564C16.8367 7.98314 16.9468 8.17749 17.1669 8.56619ZM12 13.75C12.9665 13.75 13.75 12.9665 13.75 12C13.75 11.0335 12.9665 10.25 12 10.25C11.0335 10.25 10.25 11.0335 10.25 12C10.25 12.9665 11.0335 13.75 12 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 13.2527 3.46584 14.4418 3.93598 15.5178C4.15207 16.0124 3.92631 16.5885 3.43172 16.8046C2.93714 17.0207 2.36102 16.7949 2.14492 16.3004C1.569 14.9822 1.25 13.5271 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C13.8587 1.25 15.608 1.72226 17.1334 2.55278L18.1568 1.5294C18.3331 1.35657 18.5745 1.25 18.8409 1.25C19.3806 1.25 19.8182 1.68754 19.8182 2.22727V5.02087C19.8182 5.41438 19.5822 5.76949 19.2194 5.92189C18.8566 6.07428 18.4378 5.99421 18.1568 5.71874C16.5693 4.16251 14.3975 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5683 7.19538C21.0629 6.97929 21.639 7.20505 21.8551 7.69964C22.431 9.01779 22.75 10.4729 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C10.1413 22.75 8.39203 22.2777 6.8666 21.4472L5.84323 22.4706C5.66695 22.6434 5.42546 22.75 5.15909 22.75C4.61936 22.75 4.18182 22.3125 4.18182 21.7727V18.9791C4.18182 18.5856 4.41783 18.2305 4.78062 18.0781C5.14342 17.9257 5.56223 18.0058 5.84323 18.2813C7.43071 19.8375 9.6025 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 10.7473 20.5342 9.5582 20.064 8.48218C19.8479 7.9876 20.0737 7.41148 20.5683 7.19538Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.1669 8.56619L17.458 9.08015C17.6644 9.4445 17.7676 9.62667 17.7475 9.82061C17.7275 10.0145 17.5894 10.1708 17.3131 10.4834L16.7051 11.175C16.5565 11.3664 16.451 11.7 16.451 11.9999C16.451 12.3 16.5564 12.6335 16.7051 12.8249L17.3131 13.5166C17.5894 13.8291 17.7275 13.9854 17.7475 14.1793C17.7676 14.3733 17.6644 14.5555 17.458 14.9198L17.167 15.4337L17.167 15.4338C16.9468 15.8224 16.8367 16.0168 16.6494 16.0943C16.4621 16.1718 16.2503 16.1106 15.8267 15.9883L15.1071 15.7821C14.8366 15.7186 14.5528 15.7547 14.3058 15.8838L14.1072 16.0004C13.8954 16.1384 13.7326 16.3419 13.6424 16.581L13.4455 17.1795C13.316 17.5755 13.2512 17.7735 13.0971 17.8867C12.943 18 12.7382 18 12.3287 18H11.6713C11.2618 18 11.057 18 10.9029 17.8867C10.7488 17.7735 10.684 17.5755 10.5545 17.1795L10.3576 16.581C10.2674 16.3419 10.1046 16.1384 9.89284 16.0004L9.69419 15.8838C9.44721 15.7547 9.1634 15.7186 8.89289 15.7821L8.17331 15.9883C7.74967 16.1106 7.53785 16.1718 7.35056 16.0943C7.16327 16.0168 7.05319 15.8224 6.83304 15.4337L6.54196 14.9198C6.33561 14.5555 6.23243 14.3733 6.25245 14.1793C6.27248 13.9854 6.4106 13.8291 6.68686 13.5166L6.68686 13.5166L7.29492 12.8249C7.44355 12.6335 7.54903 12.3 7.54903 11.9999C7.54903 11.7 7.44352 11.3664 7.29491 11.175L6.68686 10.4834C6.4106 10.1708 6.27248 10.0145 6.25245 9.82061C6.23243 9.62667 6.3356 9.4445 6.54196 9.08015L6.83305 8.56619C7.0532 8.17749 7.16327 7.98314 7.35056 7.90564C7.53785 7.82814 7.74966 7.8893 8.17329 8.0116L8.89292 8.21782C9.16338 8.28127 9.44713 8.24528 9.69409 8.11619L9.89276 7.99956C10.1045 7.86157 10.2674 7.65811 10.3576 7.41896L10.5545 6.82053C10.684 6.42452 10.7488 6.22651 10.9029 6.11325C11.057 6 11.2618 6 11.6713 6H12.3287C12.7382 6 12.943 6 13.0971 6.11325C13.2512 6.22651 13.316 6.42452 13.4455 6.82053L13.6424 7.41896C13.7326 7.65811 13.8955 7.86157 14.1072 7.99956L14.3059 8.11619C14.5529 8.24528 14.8366 8.28127 15.1071 8.21782L15.8267 8.0116C16.2503 7.8893 16.4622 7.82814 16.6494 7.90564C16.8367 7.98314 16.9468 8.17749 17.1669 8.56619ZM12 13.75C12.9665 13.75 13.75 12.9665 13.75 12C13.75 11.0335 12.9665 10.25 12 10.25C11.0335 10.25 10.25 11.0335 10.25 12C10.25 12.9665 11.0335 13.75 12 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 13.2527 3.46584 14.4418 3.93598 15.5178C4.15207 16.0124 3.92631 16.5885 3.43172 16.8046C2.93714 17.0207 2.36102 16.7949 2.14492 16.3004C1.569 14.9822 1.25 13.5271 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C13.8587 1.25 15.608 1.72226 17.1334 2.55278L18.1568 1.5294C18.3331 1.35657 18.5745 1.25 18.8409 1.25C19.3806 1.25 19.8182 1.68754 19.8182 2.22727V5.02087C19.8182 5.41438 19.5822 5.76949 19.2194 5.92189C18.8566 6.07428 18.4378 5.99421 18.1568 5.71874C16.5693 4.16251 14.3975 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5683 7.19538C21.0629 6.97929 21.639 7.20505 21.8551 7.69964C22.431 9.01779 22.75 10.4729 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C10.1413 22.75 8.39203 22.2777 6.8666 21.4472L5.84323 22.4706C5.66695 22.6434 5.42546 22.75 5.15909 22.75C4.61936 22.75 4.18182 22.3125 4.18182 21.7727V18.9791C4.18182 18.5856 4.41783 18.2305 4.78062 18.0781C5.14342 17.9257 5.56223 18.0058 5.84323 18.2813C7.43071 19.8375 9.6025 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 10.7473 20.5342 9.5582 20.064 8.48218C19.8479 7.9876 20.0737 7.41148 20.5683 7.19538Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-setup-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9374 13.013C17.8747 13.0941 17.7185 13.1347 17.4061 13.2161C16.2489 13.5176 15.5205 14.6759 15.7975 15.7867C15.8805 16.1194 15.922 16.2858 15.881 16.3795C15.84 16.4732 15.7232 16.5372 15.4895 16.6652L14.4646 17.2267C14.2459 17.3465 14.1366 17.4064 14.0389 17.3932C13.9412 17.3801 13.8291 17.2717 13.605 17.0549L13.605 17.0549C12.7282 16.2067 11.2728 16.2067 10.3959 17.055C10.1718 17.2717 10.0598 17.3801 9.9621 17.3933C9.86439 17.4064 9.75506 17.3465 9.53639 17.2267L8.51143 16.6652L8.51142 16.6652C8.2778 16.5372 8.16098 16.4732 8.11998 16.3796C8.07897 16.2859 8.12045 16.1195 8.2034 15.7867C8.48025 14.6759 7.75127 13.5175 6.59386 13.2161C6.28147 13.1348 6.12527 13.0941 6.06264 13.013C6 12.932 6 12.8016 6 12.5409V11.4636C6 11.2028 6 11.0725 6.06264 10.9914C6.12528 10.9104 6.28148 10.8697 6.59386 10.7884C7.75147 10.487 8.48101 9.32854 8.20431 8.21775L8.20431 8.21775C8.12139 7.88491 8.07994 7.7185 8.12095 7.62485C8.16195 7.5312 8.27876 7.46721 8.51238 7.33922L9.53734 6.7777C9.756 6.65791 9.86532 6.59801 9.96302 6.61116C10.0607 6.6243 10.1728 6.73268 10.3969 6.94945C11.2733 7.79702 12.7276 7.79706 13.604 6.9495L13.604 6.9495C13.8282 6.73274 13.9402 6.62436 14.0379 6.61121C14.1356 6.59807 14.245 6.65796 14.4636 6.77775L15.4886 7.33927C15.7222 7.46727 15.839 7.53127 15.88 7.62493C15.921 7.71859 15.8796 7.88498 15.7966 8.21777L15.7966 8.21779C15.5197 9.32855 16.2487 10.4869 17.4061 10.7884C17.7185 10.8697 17.8747 10.9104 17.9374 10.9915C18 11.0725 18 11.2029 18 11.4636V12.5409C18 12.8016 18 12.932 17.9374 13.013ZM12 13.75C12.9665 13.75 13.75 12.9665 13.75 12C13.75 11.0335 12.9665 10.25 12 10.25C11.0335 10.25 10.25 11.0335 10.25 12C10.25 12.9665 11.0335 13.75 12 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 13.2527 3.46584 14.4418 3.93598 15.5178C4.15207 16.0124 3.92631 16.5885 3.43172 16.8046C2.93714 17.0207 2.36102 16.7949 2.14492 16.3004C1.569 14.9822 1.25 13.5271 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C13.8587 1.25 15.608 1.72226 17.1334 2.55278L18.1568 1.5294C18.3331 1.35657 18.5745 1.25 18.8409 1.25C19.3806 1.25 19.8182 1.68754 19.8182 2.22727V5.02087C19.8182 5.41438 19.5822 5.76949 19.2194 5.92189C18.8566 6.07428 18.4378 5.99421 18.1568 5.71874C16.5693 4.16251 14.3975 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5683 7.19538C21.0629 6.97929 21.639 7.20505 21.8551 7.69964C22.431 9.01779 22.75 10.4729 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C10.1413 22.75 8.39203 22.2777 6.8666 21.4472L5.84323 22.4706C5.66695 22.6434 5.42546 22.75 5.15909 22.75C4.61936 22.75 4.18182 22.3125 4.18182 21.7727V18.9791C4.18182 18.5856 4.41783 18.2305 4.78062 18.0781C5.14342 17.9257 5.56223 18.0058 5.84323 18.2813C7.43071 19.8375 9.6025 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 10.7473 20.5342 9.5582 20.064 8.48218C19.8479 7.9876 20.0737 7.41148 20.5683 7.19538Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.9374 13.013C17.8747 13.0941 17.7185 13.1347 17.4061 13.2161C16.2489 13.5176 15.5205 14.6759 15.7975 15.7867C15.8805 16.1194 15.922 16.2858 15.881 16.3795C15.84 16.4732 15.7232 16.5372 15.4895 16.6652L14.4646 17.2267C14.2459 17.3465 14.1366 17.4064 14.0389 17.3932C13.9412 17.3801 13.8291 17.2717 13.605 17.0549L13.605 17.0549C12.7282 16.2067 11.2728 16.2067 10.3959 17.055C10.1718 17.2717 10.0598 17.3801 9.9621 17.3933C9.86439 17.4064 9.75506 17.3465 9.53639 17.2267L8.51143 16.6652L8.51142 16.6652C8.2778 16.5372 8.16098 16.4732 8.11998 16.3796C8.07897 16.2859 8.12045 16.1195 8.2034 15.7867C8.48025 14.6759 7.75127 13.5175 6.59386 13.2161C6.28147 13.1348 6.12527 13.0941 6.06264 13.013C6 12.932 6 12.8016 6 12.5409V11.4636C6 11.2028 6 11.0725 6.06264 10.9914C6.12528 10.9104 6.28148 10.8697 6.59386 10.7884C7.75147 10.487 8.48101 9.32854 8.20431 8.21775L8.20431 8.21775C8.12139 7.88491 8.07994 7.7185 8.12095 7.62485C8.16195 7.5312 8.27876 7.46721 8.51238 7.33922L9.53734 6.7777C9.756 6.65791 9.86532 6.59801 9.96302 6.61116C10.0607 6.6243 10.1728 6.73268 10.3969 6.94945C11.2733 7.79702 12.7276 7.79706 13.604 6.9495L13.604 6.9495C13.8282 6.73274 13.9402 6.62436 14.0379 6.61121C14.1356 6.59807 14.245 6.65796 14.4636 6.77775L15.4886 7.33927C15.7222 7.46727 15.839 7.53127 15.88 7.62493C15.921 7.71859 15.8796 7.88498 15.7966 8.21777L15.7966 8.21779C15.5197 9.32855 16.2487 10.4869 17.4061 10.7884C17.7185 10.8697 17.8747 10.9104 17.9374 10.9915C18 11.0725 18 11.2029 18 11.4636V12.5409C18 12.8016 18 12.932 17.9374 13.013ZM12 13.75C12.9665 13.75 13.75 12.9665 13.75 12C13.75 11.0335 12.9665 10.25 12 10.25C11.0335 10.25 10.25 11.0335 10.25 12C10.25 12.9665 11.0335 13.75 12 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 13.2527 3.46584 14.4418 3.93598 15.5178C4.15207 16.0124 3.92631 16.5885 3.43172 16.8046C2.93714 17.0207 2.36102 16.7949 2.14492 16.3004C1.569 14.9822 1.25 13.5271 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C13.8587 1.25 15.608 1.72226 17.1334 2.55278L18.1568 1.5294C18.3331 1.35657 18.5745 1.25 18.8409 1.25C19.3806 1.25 19.8182 1.68754 19.8182 2.22727V5.02087C19.8182 5.41438 19.5822 5.76949 19.2194 5.92189C18.8566 6.07428 18.4378 5.99421 18.1568 5.71874C16.5693 4.16251 14.3975 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5683 7.19538C21.0629 6.97929 21.639 7.20505 21.8551 7.69964C22.431 9.01779 22.75 10.4729 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C10.1413 22.75 8.39203 22.2777 6.8666 21.4472L5.84323 22.4706C5.66695 22.6434 5.42546 22.75 5.15909 22.75C4.61936 22.75 4.18182 22.3125 4.18182 21.7727V18.9791C4.18182 18.5856 4.41783 18.2305 4.78062 18.0781C5.14342 17.9257 5.56223 18.0058 5.84323 18.2813C7.43071 19.8375 9.6025 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 10.7473 20.5342 9.5582 20.064 8.48218C19.8479 7.9876 20.0737 7.41148 20.5683 7.19538Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-sliders-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.99955 6.00037L3.99955 6.00061C3.44727 6.00063 2.99953 5.55294 2.99951 5.00065C2.99949 4.44837 3.44719 4.00063 3.99947 4.00061L9.99947 4.00037C10.5518 4.00034 10.9995 4.44804 10.9995 5.00033C10.9995 5.55261 10.5518 6.00034 9.99955 6.00037Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9995 5.00037C11.9995 4.44808 12.4472 4.00037 12.9995 4.00037L19.9995 4.00037C20.5518 4.00037 20.9995 4.44808 20.9995 5.00037C20.9995 5.55265 20.5518 6.00037 19.9995 6.00037L12.9995 6.00037C12.4472 6.00037 11.9995 5.55265 11.9995 5.00037Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9995 8.00037C16.5518 8.00037 16.9995 8.44808 16.9995 9.00037L16.9995 15.0004C16.9995 15.5527 16.5518 16.0004 15.9995 16.0004C15.4472 16.0004 14.9995 15.5527 14.9995 15.0004L14.9995 9.00037C14.9995 8.44808 15.4472 8.00037 15.9995 8.00037Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.99951 1.00037C10.5518 1.00037 10.9995 1.44808 10.9995 2.00037L10.9995 8.00037C10.9995 8.55265 10.5518 9.00037 9.99951 9.00037C9.44723 9.00037 8.99951 8.55265 8.99951 8.00037L8.99951 2.00037C8.99951 1.44808 9.44723 1.00037 9.99951 1.00037Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9995 15.0004C12.5518 15.0004 12.9995 15.4481 12.9995 16.0004L12.9995 22.0004C12.9995 22.5527 12.5518 23.0004 11.9995 23.0004C11.4472 23.0004 10.9995 22.5527 10.9995 22.0004L10.9995 16.0004C10.9995 15.4481 11.4472 15.0004 11.9995 15.0004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9995 12.0001C14.9995 11.4478 15.4473 11.0001 15.9996 11.0001L19.9996 11.0004C20.5519 11.0004 20.9995 11.4481 20.9995 12.0004C20.9995 12.5527 20.5517 13.0004 19.9995 13.0004L15.9995 13.0001C15.4472 13.0001 14.9995 12.5523 14.9995 12.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9995 13.0004L3.99954 13.0006C3.44725 13.0006 2.99953 12.5529 2.99951 12.0006C2.9995 11.4484 3.4472 11.0006 3.99948 11.0006L12.9995 11.0004C13.5518 11.0004 13.9995 11.4481 13.9995 12.0003C13.9995 12.5526 13.5518 13.0004 12.9995 13.0004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9995 19.0004C10.9995 18.4481 11.4472 18.0004 11.9995 18.0004L19.9995 18.0004C20.5518 18.0004 20.9995 18.4481 20.9995 19.0004C20.9995 19.5527 20.5518 20.0004 19.9995 20.0004L11.9995 20.0004C11.4472 20.0004 10.9995 19.5527 10.9995 19.0004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.99956 20.0004L3.99956 20.0006C3.44728 20.0006 2.99954 19.5529 2.99951 19.0007C2.99948 18.4484 3.44718 18.0006 3.99946 18.0006L8.99946 18.0004C9.55175 18.0003 9.99948 18.448 9.99951 19.0003C9.99954 19.5526 9.55185 20.0003 8.99956 20.0004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.99955 6.00037L3.99955 6.00061C3.44727 6.00063 2.99953 5.55294 2.99951 5.00065C2.99949 4.44837 3.44719 4.00063 3.99947 4.00061L9.99947 4.00037C10.5518 4.00034 10.9995 4.44804 10.9995 5.00033C10.9995 5.55261 10.5518 6.00034 9.99955 6.00037Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9995 5.00037C11.9995 4.44808 12.4472 4.00037 12.9995 4.00037L19.9995 4.00037C20.5518 4.00037 20.9995 4.44808 20.9995 5.00037C20.9995 5.55265 20.5518 6.00037 19.9995 6.00037L12.9995 6.00037C12.4472 6.00037 11.9995 5.55265 11.9995 5.00037Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9995 8.00037C16.5518 8.00037 16.9995 8.44808 16.9995 9.00037L16.9995 15.0004C16.9995 15.5527 16.5518 16.0004 15.9995 16.0004C15.4472 16.0004 14.9995 15.5527 14.9995 15.0004L14.9995 9.00037C14.9995 8.44808 15.4472 8.00037 15.9995 8.00037Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.99951 1.00037C10.5518 1.00037 10.9995 1.44808 10.9995 2.00037L10.9995 8.00037C10.9995 8.55265 10.5518 9.00037 9.99951 9.00037C9.44723 9.00037 8.99951 8.55265 8.99951 8.00037L8.99951 2.00037C8.99951 1.44808 9.44723 1.00037 9.99951 1.00037Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9995 15.0004C12.5518 15.0004 12.9995 15.4481 12.9995 16.0004L12.9995 22.0004C12.9995 22.5527 12.5518 23.0004 11.9995 23.0004C11.4472 23.0004 10.9995 22.5527 10.9995 22.0004L10.9995 16.0004C10.9995 15.4481 11.4472 15.0004 11.9995 15.0004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.9995 12.0001C14.9995 11.4478 15.4473 11.0001 15.9996 11.0001L19.9996 11.0004C20.5519 11.0004 20.9995 11.4481 20.9995 12.0004C20.9995 12.5527 20.5517 13.0004 19.9995 13.0004L15.9995 13.0001C15.4472 13.0001 14.9995 12.5523 14.9995 12.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9995 13.0004L3.99954 13.0006C3.44725 13.0006 2.99953 12.5529 2.99951 12.0006C2.9995 11.4484 3.4472 11.0006 3.99948 11.0006L12.9995 11.0004C13.5518 11.0004 13.9995 11.4481 13.9995 12.0003C13.9995 12.5526 13.5518 13.0004 12.9995 13.0004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9995 19.0004C10.9995 18.4481 11.4472 18.0004 11.9995 18.0004L19.9995 18.0004C20.5518 18.0004 20.9995 18.4481 20.9995 19.0004C20.9995 19.5527 20.5518 20.0004 19.9995 20.0004L11.9995 20.0004C11.4472 20.0004 10.9995 19.5527 10.9995 19.0004Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.99956 20.0004L3.99956 20.0006C3.44728 20.0006 2.99954 19.5529 2.99951 19.0007C2.99948 18.4484 3.44718 18.0006 3.99946 18.0006L8.99946 18.0004C9.55175 18.0003 9.99948 18.448 9.99951 19.0003C9.99954 19.5526 9.55185 20.0003 8.99956 20.0004Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-sliders-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 13.0001C5.55228 13.0001 6.00002 13.4478 6.00004 14L6.00029 20C6.00031 20.5523 5.55261 21.0001 5.00033 21.0001C4.44804 21.0001 4.00031 20.5524 4.00029 20.0001L4.00004 14.0001C4.00002 13.4478 4.44772 13.0001 5 13.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 3C5.55228 3 6 3.44772 6 4V11C6 11.5523 5.55228 12 5 12C4.44772 12 4 11.5523 4 11V4C4 3.44772 4.44772 3 5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 8C16 8.55228 15.5523 9 15 9H9C8.44772 9 8 8.55228 8 8C8 7.44772 8.44772 7 9 7H15C15.5523 7 16 7.44772 16 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 14C9 14.5523 8.55228 15 8 15H2C1.44772 15 1 14.5523 1 14C1 13.4477 1.44772 13 2 13H8C8.55228 13 9 13.4477 9 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 12C23 12.5523 22.5523 13 22 13H16C15.4477 13 15 12.5523 15 12C15 11.4477 15.4477 11 16 11H22C22.5523 11 23 11.4477 23 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.00006C12.5523 3.00009 13 3.44784 12.9999 4.00012L12.9997 8.00012C12.9997 8.55241 12.5519 9.00009 11.9996 9.00006C11.4473 9.00003 10.9997 8.55228 10.9997 8L10.9999 4C11 3.44772 11.4477 3.00003 12 3.00006Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 10.0001C12.5523 10.0001 13 10.4478 13 11.0001L13.0003 20.0001C13.0003 20.5524 12.5526 21.0001 12.0003 21.0001C11.448 21.0001 11.0003 20.5524 11.0003 20.0001L11 11.0001C11 10.4478 11.4477 10.0001 12 10.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 3C19.5523 3 20 3.44772 20 4L20 12C20 12.5523 19.5523 13 19 13C18.4477 13 18 12.5523 18 12L18 4C18 3.44772 18.4477 3 19 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 14.0001C19.5523 14 20 14.4477 20 15L20.0003 20C20.0003 20.5523 19.5526 21 19.0003 21.0001C18.4481 21.0001 18.0003 20.5524 18.0003 20.0001L18 15.0001C18 14.4478 18.4477 14.0001 19 14.0001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 13.0001C5.55228 13.0001 6.00002 13.4478 6.00004 14L6.00029 20C6.00031 20.5523 5.55261 21.0001 5.00033 21.0001C4.44804 21.0001 4.00031 20.5524 4.00029 20.0001L4.00004 14.0001C4.00002 13.4478 4.44772 13.0001 5 13.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 3C5.55228 3 6 3.44772 6 4V11C6 11.5523 5.55228 12 5 12C4.44772 12 4 11.5523 4 11V4C4 3.44772 4.44772 3 5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 8C16 8.55228 15.5523 9 15 9H9C8.44772 9 8 8.55228 8 8C8 7.44772 8.44772 7 9 7H15C15.5523 7 16 7.44772 16 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 14C9 14.5523 8.55228 15 8 15H2C1.44772 15 1 14.5523 1 14C1 13.4477 1.44772 13 2 13H8C8.55228 13 9 13.4477 9 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M23 12C23 12.5523 22.5523 13 22 13H16C15.4477 13 15 12.5523 15 12C15 11.4477 15.4477 11 16 11H22C22.5523 11 23 11.4477 23 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.00006C12.5523 3.00009 13 3.44784 12.9999 4.00012L12.9997 8.00012C12.9997 8.55241 12.5519 9.00009 11.9996 9.00006C11.4473 9.00003 10.9997 8.55228 10.9997 8L10.9999 4C11 3.44772 11.4477 3.00003 12 3.00006Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 10.0001C12.5523 10.0001 13 10.4478 13 11.0001L13.0003 20.0001C13.0003 20.5524 12.5526 21.0001 12.0003 21.0001C11.448 21.0001 11.0003 20.5524 11.0003 20.0001L11 11.0001C11 10.4478 11.4477 10.0001 12 10.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 3C19.5523 3 20 3.44772 20 4L20 12C20 12.5523 19.5523 13 19 13C18.4477 13 18 12.5523 18 12L18 4C18 3.44772 18.4477 3 19 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 14.0001C19.5523 14 20 14.4477 20 15L20.0003 20C20.0003 20.5523 19.5526 21 19.0003 21.0001C18.4481 21.0001 18.0003 20.5524 18.0003 20.0001L18 15.0001C18 14.4478 18.4477 14.0001 19 14.0001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-system-update-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.74975 22.4469C10.0241 22.6444 10.3181 22.7181 10.5977 22.75H13.4023C13.6819 22.7181 13.9759 22.6444 14.2503 22.4469C14.5245 22.2495 14.6873 21.9946 14.8058 21.7402C14.9122 21.5117 15.4485 19.9112 15.4485 19.9112C15.4485 19.9112 15.7104 19.4678 15.9256 19.3266C16.3481 19.0495 16.7744 18.9894 17.0521 19.0495C17.0521 19.0495 18.9336 19.5792 19.1993 19.6213C19.4948 19.6681 19.8181 19.674 20.1524 19.5385C20.4866 19.4031 20.714 19.1739 20.893 18.935L22.3316 16.4526C22.4442 16.1934 22.5272 15.9008 22.4917 15.5633C22.4561 15.2258 22.3138 14.9568 22.1496 14.7266C22.0021 14.5199 20.7592 13.1363 20.5441 12.898C20.5441 12.898 20.2841 12.4993 20.2841 11.9998C20.2841 11.4151 20.5441 11.1019 20.5441 11.1019C20.5441 11.1019 22.0021 9.47998 22.1496 9.2733C22.3138 9.04311 22.4561 8.7741 22.4917 8.4366C22.5272 8.09914 22.4442 7.80652 22.3316 7.54733C22.2304 7.31456 20.893 5.06487 20.893 5.06487C20.714 4.82595 20.4866 4.59685 20.1524 4.46138C19.8181 4.32586 19.4948 4.33183 19.1993 4.3786C18.9336 4.42064 17.382 4.85698 17.0521 4.95035C17.0521 4.95035 16.5227 5.06487 15.9256 4.67329C15.7104 4.53218 15.5437 4.32813 15.4484 4.08872C15.4484 4.08872 14.9122 2.48829 14.8058 2.25981C14.6873 2.00543 14.5245 1.75047 14.2503 1.55308C13.9759 1.3556 13.6819 1.28188 13.4023 1.25L10.5977 1.25C10.3181 1.28188 10.0241 1.3556 9.74975 1.55308C9.47551 1.75047 9.31274 2.00543 9.19424 2.25981C9.0878 2.48829 8.55157 4.08872 8.55157 4.08872C8.45628 4.32813 8.28956 4.53218 8.07438 4.67329C7.47727 5.06487 6.94794 4.95035 6.94794 4.95035C6.61796 4.85698 5.06641 4.42064 4.80069 4.3786C4.50518 4.33183 4.18189 4.32586 3.8476 4.46138C3.51342 4.59685 3.28602 4.82595 3.10699 5.06487C3.10699 5.06487 1.76957 7.31456 1.66843 7.54733C1.55583 7.80652 1.47276 8.09914 1.50833 8.4366C1.5439 8.7741 1.68619 9.04311 1.85043 9.2733C1.99791 9.47998 3.45586 11.1019 3.45586 11.1019C3.45586 11.1019 3.71591 11.4151 3.71591 11.9998C3.71591 12.4993 3.45588 12.898 3.45588 12.898C3.24083 13.1363 1.99791 14.5199 1.85044 14.7266C1.68619 14.9568 1.5439 15.2258 1.50833 15.5633C1.47276 15.9008 1.55583 16.1934 1.66844 16.4526L3.10697 18.935C3.28601 19.1739 3.51341 19.4031 3.84761 19.5385C4.18191 19.674 4.50519 19.6681 4.80071 19.6213C5.06643 19.5792 6.94789 19.0495 6.94789 19.0495C7.22563 18.9894 7.65193 19.0495 8.07443 19.3266C8.28958 19.4678 8.55153 19.9112 8.55153 19.9112C8.55153 19.9112 9.0878 21.5117 9.19424 21.7402C9.31274 21.9946 9.47551 22.2495 9.74975 22.4469ZM8.75 12C8.75 10.2051 10.2051 8.75 12 8.75C12.4324 8.75 12.8433 8.83403 13.2186 8.98596C13.6025 9.14138 14.0398 8.95612 14.1952 8.57217C14.3506 8.18822 14.1654 7.75097 13.7814 7.59555C13.2303 7.37247 12.6285 7.25 12 7.25C9.37665 7.25 7.25 9.37665 7.25 12C7.25 12.319 7.28155 12.6314 7.34194 12.934C7.38462 13.1492 7.44649 13.4611 7.5424 13.6783C7.67642 13.9818 7.91317 14.2443 8.30028 14.3616C8.72626 14.4906 9.08635 14.3577 9.35177 14.1781C9.5573 14.0391 9.79988 13.7962 9.98618 13.6096L10.5303 13.0655C10.8232 12.7726 10.8232 12.2977 10.5303 12.0048C10.2374 11.7119 9.76256 11.7119 9.46967 12.0048L8.8164 12.6578C8.7752 12.4513 8.75 12.2199 8.75 12ZM14.5923 12.0303L15.1992 11.4237C15.2311 11.6064 15.25 11.807 15.25 12C15.25 13.7949 13.7949 15.25 12 15.25C11.5676 15.25 11.1567 15.166 10.7814 15.014C10.3975 14.8586 9.96022 15.0439 9.8048 15.4278C9.64938 15.8118 9.83464 16.249 10.2186 16.4044C10.7697 16.6275 11.3715 16.75 12 16.75C14.6234 16.75 16.75 14.6234 16.75 12C16.75 11.7201 16.7257 11.4453 16.6789 11.1776C16.6408 10.958 16.5857 10.6405 16.4937 10.4188C16.4374 10.2829 16.3521 10.1314 16.2148 9.99663C16.0737 9.85809 15.9096 9.76843 15.7394 9.71462C15.3093 9.57864 14.9439 9.71193 14.675 9.89337C14.467 10.0338 14.2556 10.2455 14.0663 10.435L14.0662 10.4351L13.5317 10.9697C13.2388 11.2626 13.2388 11.7374 13.5317 12.0303C13.8246 12.3232 14.2994 12.3232 14.5923 12.0303Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.74975 22.4469C10.0241 22.6444 10.3181 22.7181 10.5977 22.75H13.4023C13.6819 22.7181 13.9759 22.6444 14.2503 22.4469C14.5245 22.2495 14.6873 21.9946 14.8058 21.7402C14.9122 21.5117 15.4485 19.9112 15.4485 19.9112C15.4485 19.9112 15.7104 19.4678 15.9256 19.3266C16.3481 19.0495 16.7744 18.9894 17.0521 19.0495C17.0521 19.0495 18.9336 19.5792 19.1993 19.6213C19.4948 19.6681 19.8181 19.674 20.1524 19.5385C20.4866 19.4031 20.714 19.1739 20.893 18.935L22.3316 16.4526C22.4442 16.1934 22.5272 15.9008 22.4917 15.5633C22.4561 15.2258 22.3138 14.9568 22.1496 14.7266C22.0021 14.5199 20.7592 13.1363 20.5441 12.898C20.5441 12.898 20.2841 12.4993 20.2841 11.9998C20.2841 11.4151 20.5441 11.1019 20.5441 11.1019C20.5441 11.1019 22.0021 9.47998 22.1496 9.2733C22.3138 9.04311 22.4561 8.7741 22.4917 8.4366C22.5272 8.09914 22.4442 7.80652 22.3316 7.54733C22.2304 7.31456 20.893 5.06487 20.893 5.06487C20.714 4.82595 20.4866 4.59685 20.1524 4.46138C19.8181 4.32586 19.4948 4.33183 19.1993 4.3786C18.9336 4.42064 17.382 4.85698 17.0521 4.95035C17.0521 4.95035 16.5227 5.06487 15.9256 4.67329C15.7104 4.53218 15.5437 4.32813 15.4484 4.08872C15.4484 4.08872 14.9122 2.48829 14.8058 2.25981C14.6873 2.00543 14.5245 1.75047 14.2503 1.55308C13.9759 1.3556 13.6819 1.28188 13.4023 1.25L10.5977 1.25C10.3181 1.28188 10.0241 1.3556 9.74975 1.55308C9.47551 1.75047 9.31274 2.00543 9.19424 2.25981C9.0878 2.48829 8.55157 4.08872 8.55157 4.08872C8.45628 4.32813 8.28956 4.53218 8.07438 4.67329C7.47727 5.06487 6.94794 4.95035 6.94794 4.95035C6.61796 4.85698 5.06641 4.42064 4.80069 4.3786C4.50518 4.33183 4.18189 4.32586 3.8476 4.46138C3.51342 4.59685 3.28602 4.82595 3.10699 5.06487C3.10699 5.06487 1.76957 7.31456 1.66843 7.54733C1.55583 7.80652 1.47276 8.09914 1.50833 8.4366C1.5439 8.7741 1.68619 9.04311 1.85043 9.2733C1.99791 9.47998 3.45586 11.1019 3.45586 11.1019C3.45586 11.1019 3.71591 11.4151 3.71591 11.9998C3.71591 12.4993 3.45588 12.898 3.45588 12.898C3.24083 13.1363 1.99791 14.5199 1.85044 14.7266C1.68619 14.9568 1.5439 15.2258 1.50833 15.5633C1.47276 15.9008 1.55583 16.1934 1.66844 16.4526L3.10697 18.935C3.28601 19.1739 3.51341 19.4031 3.84761 19.5385C4.18191 19.674 4.50519 19.6681 4.80071 19.6213C5.06643 19.5792 6.94789 19.0495 6.94789 19.0495C7.22563 18.9894 7.65193 19.0495 8.07443 19.3266C8.28958 19.4678 8.55153 19.9112 8.55153 19.9112C8.55153 19.9112 9.0878 21.5117 9.19424 21.7402C9.31274 21.9946 9.47551 22.2495 9.74975 22.4469ZM8.75 12C8.75 10.2051 10.2051 8.75 12 8.75C12.4324 8.75 12.8433 8.83403 13.2186 8.98596C13.6025 9.14138 14.0398 8.95612 14.1952 8.57217C14.3506 8.18822 14.1654 7.75097 13.7814 7.59555C13.2303 7.37247 12.6285 7.25 12 7.25C9.37665 7.25 7.25 9.37665 7.25 12C7.25 12.319 7.28155 12.6314 7.34194 12.934C7.38462 13.1492 7.44649 13.4611 7.5424 13.6783C7.67642 13.9818 7.91317 14.2443 8.30028 14.3616C8.72626 14.4906 9.08635 14.3577 9.35177 14.1781C9.5573 14.0391 9.79988 13.7962 9.98618 13.6096L10.5303 13.0655C10.8232 12.7726 10.8232 12.2977 10.5303 12.0048C10.2374 11.7119 9.76256 11.7119 9.46967 12.0048L8.8164 12.6578C8.7752 12.4513 8.75 12.2199 8.75 12ZM14.5923 12.0303L15.1992 11.4237C15.2311 11.6064 15.25 11.807 15.25 12C15.25 13.7949 13.7949 15.25 12 15.25C11.5676 15.25 11.1567 15.166 10.7814 15.014C10.3975 14.8586 9.96022 15.0439 9.8048 15.4278C9.64938 15.8118 9.83464 16.249 10.2186 16.4044C10.7697 16.6275 11.3715 16.75 12 16.75C14.6234 16.75 16.75 14.6234 16.75 12C16.75 11.7201 16.7257 11.4453 16.6789 11.1776C16.6408 10.958 16.5857 10.6405 16.4937 10.4188C16.4374 10.2829 16.3521 10.1314 16.2148 9.99663C16.0737 9.85809 15.9096 9.76843 15.7394 9.71462C15.3093 9.57864 14.9439 9.71193 14.675 9.89337C14.467 10.0338 14.2556 10.2455 14.0663 10.435L14.0662 10.4351L13.5317 10.9697C13.2388 11.2626 13.2388 11.7374 13.5317 12.0303C13.8246 12.3232 14.2994 12.3232 14.5923 12.0303Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-system-update-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.70208 2.00976C8.41768 1.97168 8.17792 2.05395 8.01469 2.12518C7.86464 2.19066 7.69535 2.28624 7.53113 2.37897L5.28197 3.66747C5.13616 3.77062 4.93913 3.93483 4.82604 4.20055C4.70258 4.49064 4.74241 4.78302 4.77174 4.95214C4.80348 5.13513 4.86932 5.38708 4.93233 5.62819C5.32857 7.145 4.36065 8.77672 2.79378 9.19664L2.76618 9.20403C2.52912 9.26754 2.30699 9.32705 2.13327 9.38968C1.97074 9.44828 1.69912 9.55827 1.50772 9.8066C1.33182 10.0348 1.28519 10.2849 1.26684 10.4619C1.24992 10.6252 1.24996 10.8206 1.25 11.0106V12.9897C1.24996 13.1798 1.24992 13.3751 1.26684 13.5384C1.28519 13.7154 1.33181 13.9655 1.5077 14.1937C1.69909 14.442 1.97071 14.552 2.13322 14.6106C2.30694 14.6733 2.79374 14.8037 2.79374 14.8037C4.36003 15.2236 5.32731 16.855 4.93082 18.372C4.93082 18.372 4.80192 18.865 4.77017 19.048C4.74082 19.2171 4.70097 19.5095 4.82441 19.7996C4.93749 20.0654 5.13453 20.2296 5.28035 20.3327L7.52952 21.6213L7.52962 21.6213C7.6938 21.714 7.86312 21.8096 8.01315 21.8751C8.17639 21.9463 8.41618 22.0286 8.70059 21.9905C9.00977 21.9491 9.23894 21.7726 9.37072 21.6624C9.51065 21.5454 9.86249 21.1964 9.86249 21.1964C10.4459 20.6177 11.2229 20.3282 12 20.328C12.7771 20.3282 13.5541 20.6177 14.1375 21.1964C14.1375 21.1964 14.4894 21.5454 14.6293 21.6624C14.7611 21.7726 14.9902 21.9491 15.2994 21.9905C15.5838 22.0286 15.8236 21.9463 15.9869 21.8751C16.1369 21.8096 16.3062 21.714 16.4704 21.6213L16.4705 21.6213L18.7196 20.3327C18.8655 20.2296 19.0625 20.0654 19.1756 19.7996C19.299 19.5095 19.2592 19.2171 19.2298 19.048C19.1981 18.865 19.0692 18.372 19.0692 18.372C18.6727 16.855 19.64 15.2236 21.2063 14.8037C21.2063 14.8037 21.6931 14.6733 21.8668 14.6106C22.0293 14.552 22.3009 14.442 22.4923 14.1937C22.6682 13.9655 22.7148 13.7154 22.7332 13.5384C22.7501 13.3751 22.75 13.1798 22.75 12.9897V11.0106C22.75 10.8206 22.7501 10.6252 22.7332 10.4619C22.7148 10.2849 22.6682 10.0348 22.4923 9.8066C22.3009 9.55827 22.0293 9.44828 21.8667 9.38968C21.693 9.32705 21.4709 9.26754 21.2338 9.20403L21.2062 9.19664C19.6393 8.77672 18.6714 7.145 19.0677 5.62819C19.1307 5.38708 19.1965 5.13513 19.2283 4.95214C19.2576 4.78302 19.2974 4.49064 19.174 4.20055C19.0609 3.93483 18.8638 3.77062 18.718 3.66747L16.4689 2.37897C16.3046 2.28624 16.1354 2.19066 15.9853 2.12518C15.8221 2.05395 15.5823 1.97168 15.2979 2.00976C14.9888 2.05116 14.7596 2.22761 14.6278 2.33778C14.4879 2.45475 14.136 2.80377 14.136 2.80377C13.5529 3.38192 12.7765 3.67111 12 3.67132C11.2235 3.67111 10.4471 3.38192 9.86405 2.80377C9.86405 2.80377 9.51213 2.45475 9.37221 2.33778C9.24043 2.22761 9.01124 2.05116 8.70208 2.00976ZM8.75 12.0001C8.75 10.2052 10.2051 8.75012 12 8.75012C12.4324 8.75012 12.8433 8.83416 13.2186 8.98608C13.6025 9.1415 14.0398 8.95624 14.1952 8.57229C14.3506 8.18834 14.1654 7.7511 13.7814 7.59568C13.2303 7.3726 12.6285 7.25012 12 7.25012C9.37665 7.25012 7.25 9.37677 7.25 12.0001C7.25 12.3191 7.28155 12.6315 7.34194 12.9341C7.38462 13.1493 7.44649 13.4612 7.5424 13.6784C7.67642 13.9819 7.91317 14.2444 8.30028 14.3617C8.72626 14.4908 9.08635 14.3578 9.35177 14.1782C9.5573 14.0392 9.79988 13.7963 9.98618 13.6097L10.5303 13.0656C10.8232 12.7727 10.8232 12.2978 10.5303 12.0049C10.2374 11.712 9.76256 11.712 9.46967 12.0049L8.8164 12.6579C8.7752 12.4515 8.75 12.22 8.75 12.0001ZM14.5923 12.0305L15.1992 11.4238C15.2311 11.6065 15.25 11.8071 15.25 12.0001C15.25 13.795 13.7949 15.2501 12 15.2501C11.5676 15.2501 11.1567 15.1661 10.7814 15.0142C10.3975 14.8587 9.96022 15.044 9.8048 15.428C9.64938 15.8119 9.83464 16.2491 10.2186 16.4046C10.7697 16.6276 11.3715 16.7501 12 16.7501C14.6234 16.7501 16.75 14.6235 16.75 12.0001C16.75 11.7202 16.7257 11.4454 16.6789 11.1778C16.6408 10.9581 16.5857 10.6406 16.4937 10.4189C16.4374 10.2831 16.3521 10.1315 16.2148 9.99675C16.0737 9.85821 15.9096 9.76855 15.7394 9.71474C15.3093 9.57876 14.9439 9.71205 14.675 9.8935C14.467 10.0339 14.2556 10.2456 14.0663 10.4352L14.0662 10.4352L13.5317 10.9698C13.2388 11.2627 13.2388 11.7376 13.5317 12.0305C13.8246 12.3233 14.2994 12.3233 14.5923 12.0305Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.70208 2.00976C8.41768 1.97168 8.17792 2.05395 8.01469 2.12518C7.86464 2.19066 7.69535 2.28624 7.53113 2.37897L5.28197 3.66747C5.13616 3.77062 4.93913 3.93483 4.82604 4.20055C4.70258 4.49064 4.74241 4.78302 4.77174 4.95214C4.80348 5.13513 4.86932 5.38708 4.93233 5.62819C5.32857 7.145 4.36065 8.77672 2.79378 9.19664L2.76618 9.20403C2.52912 9.26754 2.30699 9.32705 2.13327 9.38968C1.97074 9.44828 1.69912 9.55827 1.50772 9.8066C1.33182 10.0348 1.28519 10.2849 1.26684 10.4619C1.24992 10.6252 1.24996 10.8206 1.25 11.0106V12.9897C1.24996 13.1798 1.24992 13.3751 1.26684 13.5384C1.28519 13.7154 1.33181 13.9655 1.5077 14.1937C1.69909 14.442 1.97071 14.552 2.13322 14.6106C2.30694 14.6733 2.79374 14.8037 2.79374 14.8037C4.36003 15.2236 5.32731 16.855 4.93082 18.372C4.93082 18.372 4.80192 18.865 4.77017 19.048C4.74082 19.2171 4.70097 19.5095 4.82441 19.7996C4.93749 20.0654 5.13453 20.2296 5.28035 20.3327L7.52952 21.6213L7.52962 21.6213C7.6938 21.714 7.86312 21.8096 8.01315 21.8751C8.17639 21.9463 8.41618 22.0286 8.70059 21.9905C9.00977 21.9491 9.23894 21.7726 9.37072 21.6624C9.51065 21.5454 9.86249 21.1964 9.86249 21.1964C10.4459 20.6177 11.2229 20.3282 12 20.328C12.7771 20.3282 13.5541 20.6177 14.1375 21.1964C14.1375 21.1964 14.4894 21.5454 14.6293 21.6624C14.7611 21.7726 14.9902 21.9491 15.2994 21.9905C15.5838 22.0286 15.8236 21.9463 15.9869 21.8751C16.1369 21.8096 16.3062 21.714 16.4704 21.6213L16.4705 21.6213L18.7196 20.3327C18.8655 20.2296 19.0625 20.0654 19.1756 19.7996C19.299 19.5095 19.2592 19.2171 19.2298 19.048C19.1981 18.865 19.0692 18.372 19.0692 18.372C18.6727 16.855 19.64 15.2236 21.2063 14.8037C21.2063 14.8037 21.6931 14.6733 21.8668 14.6106C22.0293 14.552 22.3009 14.442 22.4923 14.1937C22.6682 13.9655 22.7148 13.7154 22.7332 13.5384C22.7501 13.3751 22.75 13.1798 22.75 12.9897V11.0106C22.75 10.8206 22.7501 10.6252 22.7332 10.4619C22.7148 10.2849 22.6682 10.0348 22.4923 9.8066C22.3009 9.55827 22.0293 9.44828 21.8667 9.38968C21.693 9.32705 21.4709 9.26754 21.2338 9.20403L21.2062 9.19664C19.6393 8.77672 18.6714 7.145 19.0677 5.62819C19.1307 5.38708 19.1965 5.13513 19.2283 4.95214C19.2576 4.78302 19.2974 4.49064 19.174 4.20055C19.0609 3.93483 18.8638 3.77062 18.718 3.66747L16.4689 2.37897C16.3046 2.28624 16.1354 2.19066 15.9853 2.12518C15.8221 2.05395 15.5823 1.97168 15.2979 2.00976C14.9888 2.05116 14.7596 2.22761 14.6278 2.33778C14.4879 2.45475 14.136 2.80377 14.136 2.80377C13.5529 3.38192 12.7765 3.67111 12 3.67132C11.2235 3.67111 10.4471 3.38192 9.86405 2.80377C9.86405 2.80377 9.51213 2.45475 9.37221 2.33778C9.24043 2.22761 9.01124 2.05116 8.70208 2.00976ZM8.75 12.0001C8.75 10.2052 10.2051 8.75012 12 8.75012C12.4324 8.75012 12.8433 8.83416 13.2186 8.98608C13.6025 9.1415 14.0398 8.95624 14.1952 8.57229C14.3506 8.18834 14.1654 7.7511 13.7814 7.59568C13.2303 7.3726 12.6285 7.25012 12 7.25012C9.37665 7.25012 7.25 9.37677 7.25 12.0001C7.25 12.3191 7.28155 12.6315 7.34194 12.9341C7.38462 13.1493 7.44649 13.4612 7.5424 13.6784C7.67642 13.9819 7.91317 14.2444 8.30028 14.3617C8.72626 14.4908 9.08635 14.3578 9.35177 14.1782C9.5573 14.0392 9.79988 13.7963 9.98618 13.6097L10.5303 13.0656C10.8232 12.7727 10.8232 12.2978 10.5303 12.0049C10.2374 11.712 9.76256 11.712 9.46967 12.0049L8.8164 12.6579C8.7752 12.4515 8.75 12.22 8.75 12.0001ZM14.5923 12.0305L15.1992 11.4238C15.2311 11.6065 15.25 11.8071 15.25 12.0001C15.25 13.795 13.7949 15.2501 12 15.2501C11.5676 15.2501 11.1567 15.1661 10.7814 15.0142C10.3975 14.8587 9.96022 15.044 9.8048 15.428C9.64938 15.8119 9.83464 16.2491 10.2186 16.4046C10.7697 16.6276 11.3715 16.7501 12 16.7501C14.6234 16.7501 16.75 14.6235 16.75 12.0001C16.75 11.7202 16.7257 11.4454 16.6789 11.1778C16.6408 10.9581 16.5857 10.6406 16.4937 10.4189C16.4374 10.2831 16.3521 10.1315 16.2148 9.99675C16.0737 9.85821 15.9096 9.76855 15.7394 9.71474C15.3093 9.57876 14.9439 9.71205 14.675 9.8935C14.467 10.0339 14.2556 10.2456 14.0663 10.4352L14.0662 10.4352L13.5317 10.9698C13.2388 11.2627 13.2388 11.7376 13.5317 12.0305C13.8246 12.3233 14.2994 12.3233 14.5923 12.0305Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-time-setting-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.38041 2.12028C9.17284 1.76673 8.71985 1.64537 8.36333 1.84779L4.89923 3.8146C4.72461 3.91374 4.59704 4.07876 4.54508 4.27272C4.49312 4.46667 4.5211 4.67337 4.62276 4.84653C5.76109 6.78545 4.30575 9.28324 2 9.28324C1.58579 9.28324 1.25 9.61902 1.25 10.0332V13.9669C1.25 14.3811 1.58579 14.7169 2 14.7169C4.30517 14.7169 5.75974 17.2141 4.62118 19.1535C4.51952 19.3266 4.49154 19.5333 4.5435 19.7273C4.59546 19.9212 4.72303 20.0863 4.89765 20.1854L8.36175 22.1522C8.71827 22.3546 9.17126 22.2333 9.37882 21.8797C10.5539 19.8782 13.4477 19.8782 14.6228 21.8796C14.8303 22.2332 15.2833 22.3545 15.6398 22.1521L19.1039 20.1853C19.2786 20.0862 19.4061 19.9211 19.4581 19.7272C19.51 19.5332 19.4821 19.3265 19.3804 19.1534C18.2416 17.2136 19.6954 14.7169 22 14.7169C22.4142 14.7169 22.75 14.3811 22.75 13.9669V10.0332C22.75 9.61902 22.4142 9.28324 22 9.28324C19.6948 9.28324 18.2403 6.78596 19.3788 4.84662C19.4805 4.67346 19.5085 4.46677 19.4565 4.27281C19.4045 4.07886 19.277 3.91384 19.1024 3.8147L15.6383 1.84789C15.2817 1.64546 14.8287 1.76683 14.6212 2.12038C13.4469 4.12059 10.5548 4.12055 9.38041 2.12028ZM13 7.99988C13 7.44759 12.5523 6.99988 12 6.99988C11.4477 6.99988 11 7.44759 11 7.99988V11.9999C11 12.3687 11.203 12.7076 11.5283 12.8816L14.332 14.3816C14.8189 14.6422 15.4249 14.4586 15.6855 13.9716C15.946 13.4846 15.7624 12.8787 15.2754 12.6181L13 11.4008V7.99988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.38041 2.12028C9.17284 1.76673 8.71985 1.64537 8.36333 1.84779L4.89923 3.8146C4.72461 3.91374 4.59704 4.07876 4.54508 4.27272C4.49312 4.46667 4.5211 4.67337 4.62276 4.84653C5.76109 6.78545 4.30575 9.28324 2 9.28324C1.58579 9.28324 1.25 9.61902 1.25 10.0332V13.9669C1.25 14.3811 1.58579 14.7169 2 14.7169C4.30517 14.7169 5.75974 17.2141 4.62118 19.1535C4.51952 19.3266 4.49154 19.5333 4.5435 19.7273C4.59546 19.9212 4.72303 20.0863 4.89765 20.1854L8.36175 22.1522C8.71827 22.3546 9.17126 22.2333 9.37882 21.8797C10.5539 19.8782 13.4477 19.8782 14.6228 21.8796C14.8303 22.2332 15.2833 22.3545 15.6398 22.1521L19.1039 20.1853C19.2786 20.0862 19.4061 19.9211 19.4581 19.7272C19.51 19.5332 19.4821 19.3265 19.3804 19.1534C18.2416 17.2136 19.6954 14.7169 22 14.7169C22.4142 14.7169 22.75 14.3811 22.75 13.9669V10.0332C22.75 9.61902 22.4142 9.28324 22 9.28324C19.6948 9.28324 18.2403 6.78596 19.3788 4.84662C19.4805 4.67346 19.5085 4.46677 19.4565 4.27281C19.4045 4.07886 19.277 3.91384 19.1024 3.8147L15.6383 1.84789C15.2817 1.64546 14.8287 1.76683 14.6212 2.12038C13.4469 4.12059 10.5548 4.12055 9.38041 2.12028ZM13 7.99988C13 7.44759 12.5523 6.99988 12 6.99988C11.4477 6.99988 11 7.44759 11 7.99988V11.9999C11 12.3687 11.203 12.7076 11.5283 12.8816L14.332 14.3816C14.8189 14.6422 15.4249 14.4586 15.6855 13.9716C15.946 13.4846 15.7624 12.8787 15.2754 12.6181L13 11.4008V7.99988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-time-setting-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4565 1.27043C13.2071 1.24186 10.5436 1.27067 10.5436 1.27067C10.2656 1.30251 9.97337 1.37591 9.70064 1.57316C9.42804 1.77032 9.26624 2.02497 9.14844 2.27905C9.04264 2.50727 8.60974 3.80421 8.50959 4.10581C8.43185 4.52074 8.0042 5.27376 6.91551 4.96643C6.91551 4.96643 5.04518 4.43734 4.78104 4.39535C4.48729 4.34864 4.16593 4.34268 3.83362 4.47803C3.50143 4.61334 3.27539 4.84218 3.09742 5.08081C2.93729 5.29553 1.66743 7.56035 1.66743 7.56035C1.55549 7.81923 1.47292 8.11151 1.50828 8.44858C1.54364 8.78568 1.68508 9.05437 1.84835 9.28428C1.99495 9.49072 3.44422 11.1107 3.44422 11.1107C3.70919 11.412 4.08015 12.1928 3.44424 12.9048C3.44424 12.9048 1.99495 14.5247 1.84835 14.7312C1.68508 14.9611 1.54364 15.2298 1.50828 15.5669C1.47292 15.904 1.5555 16.1962 1.66743 16.4551C1.66743 16.4551 2.93728 18.7199 3.09741 18.9346C3.27538 19.1733 3.50143 19.4021 3.83363 19.5374C4.16594 19.6728 4.48731 19.6668 4.78107 19.6201C5.0452 19.5781 6.91546 19.049 6.91546 19.049C7.30798 18.9207 8.17632 18.9133 8.50956 19.9096C8.6097 20.2112 9.04264 21.5083 9.14844 21.7365C9.26624 21.9906 9.42803 22.2452 9.70064 22.4424C9.97337 22.6396 10.2657 22.7133 10.5436 22.7451C10.793 22.7737 13.4565 22.7451 13.4565 22.7451C13.7344 22.7133 14.0267 22.6396 14.2994 22.4424C14.572 22.2452 14.7338 21.9906 14.8516 21.7365C14.9574 21.5083 15.3904 20.2112 15.4905 19.9096C15.61 19.5065 16.0962 18.7701 17.0846 19.049C17.4126 19.1423 18.9549 19.5781 19.219 19.6201C19.5128 19.6668 19.8341 19.6728 20.1664 19.5374C20.4987 19.4021 20.7247 19.1733 20.9027 18.9346C21.0628 18.7199 22.3326 16.4551 22.3326 16.4551C22.4446 16.1962 22.5272 15.904 22.4918 15.5669C22.4564 15.2298 22.315 14.9611 22.1517 14.7312C22.0051 14.5248 20.7696 13.1428 20.5558 12.9048C19.9524 12.2292 20.3044 11.4272 20.5559 11.1107C20.6207 11.0385 20.7796 10.861 20.9736 10.643C21.419 10.1424 22.0496 9.42809 22.1517 9.28428C22.315 9.05437 22.4564 8.78568 22.4918 8.44857C22.5272 8.1115 22.4446 7.81923 22.3326 7.56035L20.9027 5.08081C20.7247 4.84218 20.4986 4.61334 20.1665 4.47803C19.8342 4.34268 19.5128 4.34864 19.219 4.39535C18.9549 4.43734 17.4126 4.87317 17.0846 4.96643C16.1466 5.23102 15.631 4.50292 15.4905 4.1058C15.3903 3.80422 14.9574 2.50726 14.8516 2.27905C14.7338 2.02497 14.572 1.77032 14.2994 1.57316C14.0267 1.37591 13.7344 1.30227 13.4565 1.27043ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V12C11 12.3688 11.203 12.7077 11.5283 12.8817L14.332 14.3817C14.8189 14.6423 15.4249 14.4587 15.6855 13.9717C15.946 13.4848 15.7624 12.8788 15.2754 12.6183L13 11.4009V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.4565 1.27043C13.2071 1.24186 10.5436 1.27067 10.5436 1.27067C10.2656 1.30251 9.97337 1.37591 9.70064 1.57316C9.42804 1.77032 9.26624 2.02497 9.14844 2.27905C9.04264 2.50727 8.60974 3.80421 8.50959 4.10581C8.43185 4.52074 8.0042 5.27376 6.91551 4.96643C6.91551 4.96643 5.04518 4.43734 4.78104 4.39535C4.48729 4.34864 4.16593 4.34268 3.83362 4.47803C3.50143 4.61334 3.27539 4.84218 3.09742 5.08081C2.93729 5.29553 1.66743 7.56035 1.66743 7.56035C1.55549 7.81923 1.47292 8.11151 1.50828 8.44858C1.54364 8.78568 1.68508 9.05437 1.84835 9.28428C1.99495 9.49072 3.44422 11.1107 3.44422 11.1107C3.70919 11.412 4.08015 12.1928 3.44424 12.9048C3.44424 12.9048 1.99495 14.5247 1.84835 14.7312C1.68508 14.9611 1.54364 15.2298 1.50828 15.5669C1.47292 15.904 1.5555 16.1962 1.66743 16.4551C1.66743 16.4551 2.93728 18.7199 3.09741 18.9346C3.27538 19.1733 3.50143 19.4021 3.83363 19.5374C4.16594 19.6728 4.48731 19.6668 4.78107 19.6201C5.0452 19.5781 6.91546 19.049 6.91546 19.049C7.30798 18.9207 8.17632 18.9133 8.50956 19.9096C8.6097 20.2112 9.04264 21.5083 9.14844 21.7365C9.26624 21.9906 9.42803 22.2452 9.70064 22.4424C9.97337 22.6396 10.2657 22.7133 10.5436 22.7451C10.793 22.7737 13.4565 22.7451 13.4565 22.7451C13.7344 22.7133 14.0267 22.6396 14.2994 22.4424C14.572 22.2452 14.7338 21.9906 14.8516 21.7365C14.9574 21.5083 15.3904 20.2112 15.4905 19.9096C15.61 19.5065 16.0962 18.7701 17.0846 19.049C17.4126 19.1423 18.9549 19.5781 19.219 19.6201C19.5128 19.6668 19.8341 19.6728 20.1664 19.5374C20.4987 19.4021 20.7247 19.1733 20.9027 18.9346C21.0628 18.7199 22.3326 16.4551 22.3326 16.4551C22.4446 16.1962 22.5272 15.904 22.4918 15.5669C22.4564 15.2298 22.315 14.9611 22.1517 14.7312C22.0051 14.5248 20.7696 13.1428 20.5558 12.9048C19.9524 12.2292 20.3044 11.4272 20.5559 11.1107C20.6207 11.0385 20.7796 10.861 20.9736 10.643C21.419 10.1424 22.0496 9.42809 22.1517 9.28428C22.315 9.05437 22.4564 8.78568 22.4918 8.44857C22.5272 8.1115 22.4446 7.81923 22.3326 7.56035L20.9027 5.08081C20.7247 4.84218 20.4986 4.61334 20.1665 4.47803C19.8342 4.34268 19.5128 4.34864 19.219 4.39535C18.9549 4.43734 17.4126 4.87317 17.0846 4.96643C16.1466 5.23102 15.631 4.50292 15.4905 4.1058C15.3903 3.80422 14.9574 2.50726 14.8516 2.27905C14.7338 2.02497 14.572 1.77032 14.2994 1.57316C14.0267 1.37591 13.7344 1.30227 13.4565 1.27043ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V12C11 12.3688 11.203 12.7077 11.5283 12.8817L14.332 14.3817C14.8189 14.6423 15.4249 14.4587 15.6855 13.9717C15.946 13.4848 15.7624 12.8788 15.2754 12.6183L13 11.4009V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-time-setting-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1756 1.25657C12.0587 1.24781 11.9413 1.24781 11.8244 1.25657C11.3208 1.29431 10.9127 1.52155 10.5398 1.81329C10.1891 2.0877 9.80108 2.47573 9.3473 2.92956L8.58657 3.58089C8.58657 3.58089 8.17864 3.63394 7.53268 3.63394C6.82147 3.6339 6.21358 3.63387 5.7278 3.69919C5.20911 3.76892 4.71886 3.92526 4.32206 4.32206C3.92526 4.71886 3.76892 5.20911 3.69919 5.7278C3.63387 6.21358 3.6339 6.82147 3.63394 7.53268L3.58089 8.58657L2.92956 9.3473L2.92954 9.34731L2.9295 9.34735C2.4757 9.80111 2.08769 10.1891 1.81329 10.5398C1.52155 10.9127 1.29431 11.3208 1.25657 11.8244C1.24781 11.9413 1.24781 12.0587 1.25657 12.1756C1.29431 12.6792 1.52155 13.0873 1.81329 13.4602C2.0877 13.8109 2.47573 14.1989 2.92956 14.6527L3.58089 15.4134L3.63394 16.4673C3.6339 17.1785 3.63387 17.7864 3.69919 18.2722C3.76892 18.7909 3.92526 19.2811 4.32206 19.6779C4.71886 20.0747 5.20911 20.2311 5.7278 20.3008C6.21358 20.3661 6.82148 20.3661 7.53269 20.3661L8.58657 20.4191L9.3473 21.0704L9.34733 21.0705L9.3474 21.0705C9.80114 21.5243 10.1891 21.9123 10.5398 22.1867C10.9127 22.4785 11.3208 22.7057 11.8244 22.7434C11.9413 22.7522 12.0587 22.7522 12.1756 22.7434C12.6792 22.7057 13.0873 22.4785 13.4602 22.1867C13.8109 21.9123 14.1989 21.5242 14.6527 21.0704L15.4134 20.4191L16.4673 20.3661C17.1785 20.3661 17.7864 20.3661 18.2722 20.3008C18.7909 20.2311 19.2811 20.0747 19.6779 19.6779C20.0747 19.2811 20.2311 18.7909 20.3008 18.2722C20.3661 17.7864 20.3661 17.1785 20.3661 16.4673L20.4191 15.4134L21.0705 14.6527C21.5243 14.1989 21.9123 13.8109 22.1867 13.4602C22.4785 13.0873 22.7057 12.6792 22.7434 12.1756C22.7522 12.0587 22.7522 11.9413 22.7434 11.8244C22.7057 11.3208 22.4785 10.9127 22.1867 10.5398C21.9123 10.1891 21.5242 9.80106 21.0704 9.34726L20.4191 8.58657L20.3661 7.53269C20.3661 6.82148 20.3661 6.21358 20.3008 5.7278C20.2311 5.20911 20.0747 4.71886 19.6779 4.32206C19.2811 3.92526 18.7909 3.76892 18.2722 3.69919C17.7864 3.63387 17.1785 3.6339 16.4673 3.63394C15.8214 3.63394 15.3547 3.55658 15.3547 3.55658L14.6527 2.92956C14.1989 2.47573 13.8109 2.0877 13.4602 1.81329C13.0873 1.52155 12.6792 1.29431 12.1756 1.25657ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V12C11 12.3688 11.203 12.7077 11.5283 12.8817L14.332 14.3817C14.8189 14.6423 15.4249 14.4587 15.6855 13.9717C15.946 13.4848 15.7624 12.8788 15.2754 12.6183L13 11.4009V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1756 1.25657C12.0587 1.24781 11.9413 1.24781 11.8244 1.25657C11.3208 1.29431 10.9127 1.52155 10.5398 1.81329C10.1891 2.0877 9.80108 2.47573 9.3473 2.92956L8.58657 3.58089C8.58657 3.58089 8.17864 3.63394 7.53268 3.63394C6.82147 3.6339 6.21358 3.63387 5.7278 3.69919C5.20911 3.76892 4.71886 3.92526 4.32206 4.32206C3.92526 4.71886 3.76892 5.20911 3.69919 5.7278C3.63387 6.21358 3.6339 6.82147 3.63394 7.53268L3.58089 8.58657L2.92956 9.3473L2.92954 9.34731L2.9295 9.34735C2.4757 9.80111 2.08769 10.1891 1.81329 10.5398C1.52155 10.9127 1.29431 11.3208 1.25657 11.8244C1.24781 11.9413 1.24781 12.0587 1.25657 12.1756C1.29431 12.6792 1.52155 13.0873 1.81329 13.4602C2.0877 13.8109 2.47573 14.1989 2.92956 14.6527L3.58089 15.4134L3.63394 16.4673C3.6339 17.1785 3.63387 17.7864 3.69919 18.2722C3.76892 18.7909 3.92526 19.2811 4.32206 19.6779C4.71886 20.0747 5.20911 20.2311 5.7278 20.3008C6.21358 20.3661 6.82148 20.3661 7.53269 20.3661L8.58657 20.4191L9.3473 21.0704L9.34733 21.0705L9.3474 21.0705C9.80114 21.5243 10.1891 21.9123 10.5398 22.1867C10.9127 22.4785 11.3208 22.7057 11.8244 22.7434C11.9413 22.7522 12.0587 22.7522 12.1756 22.7434C12.6792 22.7057 13.0873 22.4785 13.4602 22.1867C13.8109 21.9123 14.1989 21.5242 14.6527 21.0704L15.4134 20.4191L16.4673 20.3661C17.1785 20.3661 17.7864 20.3661 18.2722 20.3008C18.7909 20.2311 19.2811 20.0747 19.6779 19.6779C20.0747 19.2811 20.2311 18.7909 20.3008 18.2722C20.3661 17.7864 20.3661 17.1785 20.3661 16.4673L20.4191 15.4134L21.0705 14.6527C21.5243 14.1989 21.9123 13.8109 22.1867 13.4602C22.4785 13.0873 22.7057 12.6792 22.7434 12.1756C22.7522 12.0587 22.7522 11.9413 22.7434 11.8244C22.7057 11.3208 22.4785 10.9127 22.1867 10.5398C21.9123 10.1891 21.5242 9.80106 21.0704 9.34726L20.4191 8.58657L20.3661 7.53269C20.3661 6.82148 20.3661 6.21358 20.3008 5.7278C20.2311 5.20911 20.0747 4.71886 19.6779 4.32206C19.2811 3.92526 18.7909 3.76892 18.2722 3.69919C17.7864 3.63387 17.1785 3.6339 16.4673 3.63394C15.8214 3.63394 15.3547 3.55658 15.3547 3.55658L14.6527 2.92956C14.1989 2.47573 13.8109 2.0877 13.4602 1.81329C13.0873 1.52155 12.6792 1.29431 12.1756 1.25657ZM13 8C13 7.44772 12.5523 7 12 7C11.4477 7 11 7.44772 11 8V12C11 12.3688 11.203 12.7077 11.5283 12.8817L14.332 14.3817C14.8189 14.6423 15.4249 14.4587 15.6855 13.9717C15.946 13.4848 15.7624 12.8788 15.2754 12.6183L13 11.4009V8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-toggle-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 5.25C19.7279 5.25 22.75 8.27208 22.75 12C22.75 15.7279 19.7279 18.75 16 18.75H8C4.27208 18.75 1.25 15.7279 1.25 12C1.25 8.27208 4.27208 5.25 8 5.25H16ZM8 8.25C10.0711 8.25 11.75 9.92893 11.75 12C11.75 14.0711 10.0711 15.75 8 15.75C5.92893 15.75 4.25 14.0711 4.25 12C4.25 9.92893 5.92893 8.25 8 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 5.25C19.7279 5.25 22.75 8.27208 22.75 12C22.75 15.7279 19.7279 18.75 16 18.75H8C4.27208 18.75 1.25 15.7279 1.25 12C1.25 8.27208 4.27208 5.25 8 5.25H16ZM8 8.25C10.0711 8.25 11.75 9.92893 11.75 12C11.75 14.0711 10.0711 15.75 8 15.75C5.92893 15.75 4.25 14.0711 4.25 12C4.25 9.92893 5.92893 8.25 8 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-toggle-on{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 5.25C4.27208 5.25 1.25 8.27208 1.25 12C1.25 15.7279 4.27208 18.75 8 18.75H16C19.7279 18.75 22.75 15.7279 22.75 12C22.75 8.27208 19.7279 5.25 16 5.25H8ZM16 8.25C13.9289 8.25 12.25 9.92893 12.25 12C12.25 14.0711 13.9289 15.75 16 15.75C18.0711 15.75 19.75 14.0711 19.75 12C19.75 9.92893 18.0711 8.25 16 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8 5.25C4.27208 5.25 1.25 8.27208 1.25 12C1.25 15.7279 4.27208 18.75 8 18.75H16C19.7279 18.75 22.75 15.7279 22.75 12C22.75 8.27208 19.7279 5.25 16 5.25H8ZM16 8.25C13.9289 8.25 12.25 9.92893 12.25 12C12.25 14.0711 13.9289 15.75 16 15.75C18.0711 15.75 19.75 14.0711 19.75 12C19.75 9.92893 18.0711 8.25 16 8.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-wrench-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0133 13.5113C19.7247 14.7997 17.3001 14.7496 13.5824 14.7496C11.1907 14.7496 9.25149 12.8075 9.25026 10.4158C9.25026 6.70072 9.20016 4.27475 10.4887 2.98638C11.7773 1.69801 12.3464 1.75017 18.0547 1.75017C18.6063 1.74781 18.8839 2.41493 18.4939 2.80498L15.5549 5.74428C14.8089 6.49035 14.8068 7.6999 15.5529 8.44588C16.299 9.19186 17.5086 9.19194 18.2548 8.44606L21.1947 5.50747C21.5848 5.11752 22.2521 5.39511 22.2497 5.94666C22.2497 11.6539 22.3018 12.223 21.0133 13.5113Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4964 16.3634C12.5334 16.5251 12.3515 16.7069 11.9878 17.0706L7.85876 21.1997C6.46129 22.5971 4.19556 22.5971 2.7981 21.1997C1.40063 19.8022 1.40063 17.5365 2.7981 16.139L6.92806 12.009C7.29162 11.6455 7.47341 11.4637 7.63513 11.5007C7.79685 11.5377 7.88945 11.8031 8.07463 12.334C8.65922 14.0099 9.98645 15.3388 11.6626 15.9236C12.1938 16.109 12.4594 16.2016 12.4964 16.3634ZM5.49442 17.2499C4.80715 17.2499 4.25 17.8095 4.25 18.4999C4.25 19.1902 4.80715 19.7499 5.49442 19.7499H5.50558C6.19285 19.7499 6.75 19.1902 6.75 18.4999C6.75 17.8095 6.19285 17.2499 5.50558 17.2499H5.49442Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0133 13.5113C19.7247 14.7997 17.3001 14.7496 13.5824 14.7496C11.1907 14.7496 9.25149 12.8075 9.25026 10.4158C9.25026 6.70072 9.20016 4.27475 10.4887 2.98638C11.7773 1.69801 12.3464 1.75017 18.0547 1.75017C18.6063 1.74781 18.8839 2.41493 18.4939 2.80498L15.5549 5.74428C14.8089 6.49035 14.8068 7.6999 15.5529 8.44588C16.299 9.19186 17.5086 9.19194 18.2548 8.44606L21.1947 5.50747C21.5848 5.11752 22.2521 5.39511 22.2497 5.94666C22.2497 11.6539 22.3018 12.223 21.0133 13.5113Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4964 16.3634C12.5334 16.5251 12.3515 16.7069 11.9878 17.0706L7.85876 21.1997C6.46129 22.5971 4.19556 22.5971 2.7981 21.1997C1.40063 19.8022 1.40063 17.5365 2.7981 16.139L6.92806 12.009C7.29162 11.6455 7.47341 11.4637 7.63513 11.5007C7.79685 11.5377 7.88945 11.8031 8.07463 12.334C8.65922 14.0099 9.98645 15.3388 11.6626 15.9236C12.1938 16.109 12.4594 16.2016 12.4964 16.3634ZM5.49442 17.2499C4.80715 17.2499 4.25 17.8095 4.25 18.4999C4.25 19.1902 4.80715 19.7499 5.49442 19.7499H5.50558C6.19285 19.7499 6.75 19.1902 6.75 18.4999C6.75 17.8095 6.19285 17.2499 5.50558 17.2499H5.49442Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-setting-icons-wrench-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 6.8201C18.4999 8.40394 16.9715 9.86336 14.6755 12.1483C13.1984 13.6183 10.8014 13.6165 9.32349 12.1473C7.02907 9.86393 5.49987 8.40368 5.5 6.81984C5.50013 5.236 5.88383 4.91827 9.40918 1.4099C9.74841 1.0694 10.3319 1.30879 10.3319 1.78823L10.3321 5.40117C10.3321 6.31823 11.0778 7.0629 11.9993 7.06282C12.9208 7.06275 13.6679 6.31933 13.6681 5.40227L13.6689 1.78929C13.669 1.30984 14.2526 1.07035 14.5917 1.41079C18.1165 4.91858 18.5001 5.23626 18.5 6.8201Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6019 13.6726C15.75 13.7596 15.75 14.0525 15.75 14.6382L15.75 19.1642C15.75 21.1835 14.0305 22.749 12 22.749C9.96951 22.749 8.25 21.1835 8.25 19.1642L8.25 14.6371C8.25 14.0517 8.25 13.7589 8.39807 13.672C8.54614 13.585 8.8303 13.7435 9.3986 14.0604C11.006 14.9568 12.9928 14.9581 14.6008 14.0614C15.1695 13.7442 15.4539 13.5856 15.6019 13.6726ZM11.115 18.1229C10.6283 18.6095 10.6283 19.3984 11.115 19.885C11.6016 20.3717 12.3905 20.3717 12.8771 19.885L12.885 19.8771C13.3717 19.3905 13.3717 18.6016 12.885 18.115C12.3984 17.6283 11.6095 17.6283 11.1229 18.115L11.115 18.1229Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 6.8201C18.4999 8.40394 16.9715 9.86336 14.6755 12.1483C13.1984 13.6183 10.8014 13.6165 9.32349 12.1473C7.02907 9.86393 5.49987 8.40368 5.5 6.81984C5.50013 5.236 5.88383 4.91827 9.40918 1.4099C9.74841 1.0694 10.3319 1.30879 10.3319 1.78823L10.3321 5.40117C10.3321 6.31823 11.0778 7.0629 11.9993 7.06282C12.9208 7.06275 13.6679 6.31933 13.6681 5.40227L13.6689 1.78929C13.669 1.30984 14.2526 1.07035 14.5917 1.41079C18.1165 4.91858 18.5001 5.23626 18.5 6.8201Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.6019 13.6726C15.75 13.7596 15.75 14.0525 15.75 14.6382L15.75 19.1642C15.75 21.1835 14.0305 22.749 12 22.749C9.96951 22.749 8.25 21.1835 8.25 19.1642L8.25 14.6371C8.25 14.0517 8.25 13.7589 8.39807 13.672C8.54614 13.585 8.8303 13.7435 9.3986 14.0604C11.006 14.9568 12.9928 14.9581 14.6008 14.0614C15.1695 13.7442 15.4539 13.5856 15.6019 13.6726ZM11.115 18.1229C10.6283 18.6095 10.6283 19.3984 11.115 19.885C11.6016 20.3717 12.3905 20.3717 12.8771 19.885L12.885 19.8771C13.3717 19.3905 13.3717 18.6016 12.885 18.115C12.3984 17.6283 11.6095 17.6283 11.1229 18.115L11.115 18.1229Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shapes-icons-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shapes-icons-diamond{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3821 1.47378C11.4401 1.17541 12.5599 1.17541 13.6179 1.47378C14.4165 1.69901 15.1181 2.14452 15.8799 2.78263L21.2174 8.12005C21.8555 8.88193 22.301 9.5835 22.5262 10.3821C22.8246 11.4401 22.8246 12.5599 22.5262 13.6179C22.301 14.4165 21.8555 15.1181 21.2174 15.8799L15.8799 21.2174C15.1181 21.8555 14.4165 22.301 13.6179 22.5262C12.5599 22.8246 11.4401 22.8246 10.3821 22.5262C9.5835 22.301 8.88193 21.8555 8.12005 21.2174L2.78263 15.8799C2.14452 15.1181 1.69901 14.4165 1.47378 13.6179C1.17541 12.5599 1.17541 11.4401 1.47378 10.3821C1.69901 9.5835 2.14452 8.88193 2.78263 8.12005L8.12005 2.78263C8.88193 2.14452 9.5835 1.69901 10.3821 1.47378Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3821 1.47378C11.4401 1.17541 12.5599 1.17541 13.6179 1.47378C14.4165 1.69901 15.1181 2.14452 15.8799 2.78263L21.2174 8.12005C21.8555 8.88193 22.301 9.5835 22.5262 10.3821C22.8246 11.4401 22.8246 12.5599 22.5262 13.6179C22.301 14.4165 21.8555 15.1181 21.2174 15.8799L15.8799 21.2174C15.1181 21.8555 14.4165 22.301 13.6179 22.5262C12.5599 22.8246 11.4401 22.8246 10.3821 22.5262C9.5835 22.301 8.88193 21.8555 8.12005 21.2174L2.78263 15.8799C2.14452 15.1181 1.69901 14.4165 1.47378 13.6179C1.17541 12.5599 1.17541 11.4401 1.47378 10.3821C1.69901 9.5835 2.14452 8.88193 2.78263 8.12005L8.12005 2.78263C8.88193 2.14452 9.5835 1.69901 10.3821 1.47378Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shapes-icons-geometric-shapes-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.538 1.41973C17.1594 1.19342 17.8406 1.19342 18.462 1.41973C18.9923 1.61286 19.3911 2.00766 19.755 2.47463L22.3206 6.55082C22.6105 7.1303 22.8131 7.71082 22.732 8.31255C22.6383 9.00759 22.2885 9.64265 21.7511 10.0931C21.2857 10.4832 20.6867 10.6219 20.0422 10.6861H14.9578C14.3133 10.6219 13.7143 10.4832 13.2489 10.0931C12.7114 9.64265 12.3617 9.00759 12.268 8.31255C12.1869 7.71082 12.3895 7.1303 12.6794 6.55082L15.2449 2.47463C15.6089 2.00766 16.0077 1.61287 16.538 1.41973Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.02789 1.30859C8.58136 1.36856 9.0828 1.49825 9.52403 1.81882C9.77636 2.00215 9.99826 2.22405 10.1816 2.47637C10.5022 2.91761 10.6318 3.41904 10.6918 3.97251V8.02985C10.6318 8.58332 10.5022 9.08475 10.1816 9.52599C9.99826 9.77831 9.77636 10.0002 9.52403 10.1835C9.0828 10.5041 8.58136 10.6338 8.02789 10.6938H3.97056C3.41709 10.6338 2.91565 10.5041 2.47442 10.1835C2.22209 10.0002 2.0002 9.77831 1.81687 9.52599C1.4963 9.08475 1.36661 8.58332 1.30664 8.02985V3.97251C1.36661 3.41904 1.4963 2.91761 1.81687 2.47637C2.0002 2.22405 2.22209 2.00215 2.47442 1.81882C2.91565 1.49825 3.41709 1.36856 3.97056 1.30859H8.02789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 18C12.75 15.3766 14.8766 13.25 17.5 13.25C20.1234 13.25 22.25 15.3766 22.25 18C22.25 20.6234 20.1234 22.75 17.5 22.75C14.8766 22.75 12.75 20.6234 12.75 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.79295 13.7929C2.18348 13.4024 2.81664 13.4024 3.20717 13.7929L6 16.5858L8.79283 13.7929C9.18336 13.4024 9.81652 13.4024 10.207 13.7929C10.5976 14.1834 10.5976 14.8166 10.2071 15.2071L7.41421 18L10.2071 20.7929C10.5976 21.1834 10.5976 21.8166 10.2071 22.2071C9.81658 22.5976 9.18341 22.5976 8.79289 22.2071L6 19.4142L3.20711 22.2071C2.81659 22.5976 2.18342 22.5976 1.7929 22.2071C1.40237 21.8166 1.40237 21.1834 1.79289 20.7929L4.58579 18L1.79295 15.2071C1.40242 14.8166 1.40243 14.1834 1.79295 13.7929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.538 1.41973C17.1594 1.19342 17.8406 1.19342 18.462 1.41973C18.9923 1.61286 19.3911 2.00766 19.755 2.47463L22.3206 6.55082C22.6105 7.1303 22.8131 7.71082 22.732 8.31255C22.6383 9.00759 22.2885 9.64265 21.7511 10.0931C21.2857 10.4832 20.6867 10.6219 20.0422 10.6861H14.9578C14.3133 10.6219 13.7143 10.4832 13.2489 10.0931C12.7114 9.64265 12.3617 9.00759 12.268 8.31255C12.1869 7.71082 12.3895 7.1303 12.6794 6.55082L15.2449 2.47463C15.6089 2.00766 16.0077 1.61287 16.538 1.41973Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.02789 1.30859C8.58136 1.36856 9.0828 1.49825 9.52403 1.81882C9.77636 2.00215 9.99826 2.22405 10.1816 2.47637C10.5022 2.91761 10.6318 3.41904 10.6918 3.97251V8.02985C10.6318 8.58332 10.5022 9.08475 10.1816 9.52599C9.99826 9.77831 9.77636 10.0002 9.52403 10.1835C9.0828 10.5041 8.58136 10.6338 8.02789 10.6938H3.97056C3.41709 10.6338 2.91565 10.5041 2.47442 10.1835C2.22209 10.0002 2.0002 9.77831 1.81687 9.52599C1.4963 9.08475 1.36661 8.58332 1.30664 8.02985V3.97251C1.36661 3.41904 1.4963 2.91761 1.81687 2.47637C2.0002 2.22405 2.22209 2.00215 2.47442 1.81882C2.91565 1.49825 3.41709 1.36856 3.97056 1.30859H8.02789Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.75 18C12.75 15.3766 14.8766 13.25 17.5 13.25C20.1234 13.25 22.25 15.3766 22.25 18C22.25 20.6234 20.1234 22.75 17.5 22.75C14.8766 22.75 12.75 20.6234 12.75 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.79295 13.7929C2.18348 13.4024 2.81664 13.4024 3.20717 13.7929L6 16.5858L8.79283 13.7929C9.18336 13.4024 9.81652 13.4024 10.207 13.7929C10.5976 14.1834 10.5976 14.8166 10.2071 15.2071L7.41421 18L10.2071 20.7929C10.5976 21.1834 10.5976 21.8166 10.2071 22.2071C9.81658 22.5976 9.18341 22.5976 8.79289 22.2071L6 19.4142L3.20711 22.2071C2.81659 22.5976 2.18342 22.5976 1.7929 22.2071C1.40237 21.8166 1.40237 21.1834 1.79289 20.7929L4.58579 18L1.79295 15.2071C1.40242 14.8166 1.40243 14.1834 1.79295 13.7929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shapes-icons-geometric-shapes-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3748 5.26574C12.169 5.26389 12.0661 5.26297 12.0066 5.32389C11.947 5.3848 11.9503 5.49273 11.9571 5.70857C11.9591 5.77296 11.9601 5.83761 11.9601 5.90249C11.9601 9.2704 9.22988 12.0006 5.86197 12.0006C5.80975 12.0006 5.75768 12 5.70577 11.9987C5.4912 11.9933 5.38392 11.9906 5.32344 12.0501C5.26296 12.1096 5.26388 12.2119 5.26571 12.4164L5.3424 20.9574C5.43229 21.5931 5.65156 22.3315 6.39156 22.638C7.13156 22.9445 7.80869 22.5775 8.32177 22.1915C8.84828 21.7955 9.4774 21.1663 10.238 20.4056L20.4052 10.2385C21.1659 9.47781 21.7951 8.84868 22.1912 8.32216C22.5771 7.80908 22.9441 7.13196 22.6376 6.39196C22.3311 5.65196 21.5928 5.43269 20.9571 5.34279L12.3748 5.26574Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%225.94141%22 cy%3D%225.99219%22 r%3D%224.5%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.032 19.7266C12.7919 19.967 12.6718 20.0872 12.662 20.2791C12.6522 20.471 12.7345 20.5722 12.8992 20.7748C12.9472 20.8338 12.9989 20.8913 13.0548 20.9471C13.5102 21.4026 14.077 21.5882 14.7048 21.6726C15.2996 21.7526 16.0488 21.7526 16.9473 21.7526H18.0513C18.9498 21.7526 19.699 21.7526 20.2938 21.6726C20.9216 21.5882 21.4884 21.4026 21.9438 20.9471C22.3993 20.4916 22.585 19.9248 22.6694 19.297C22.7494 18.7023 22.7493 17.953 22.7493 17.0546V15.9506C22.7493 15.0521 22.7494 14.3029 22.6694 13.7081C22.585 13.0803 22.3993 12.5135 21.9438 12.058C21.8856 11.9998 21.8256 11.946 21.7638 11.8962C21.5609 11.7327 21.4594 11.651 21.268 11.6613C21.0766 11.6716 20.9568 11.7916 20.7171 12.0316L13.032 19.7266Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3748 5.26574C12.169 5.26389 12.0661 5.26297 12.0066 5.32389C11.947 5.3848 11.9503 5.49273 11.9571 5.70857C11.9591 5.77296 11.9601 5.83761 11.9601 5.90249C11.9601 9.2704 9.22988 12.0006 5.86197 12.0006C5.80975 12.0006 5.75768 12 5.70577 11.9987C5.4912 11.9933 5.38392 11.9906 5.32344 12.0501C5.26296 12.1096 5.26388 12.2119 5.26571 12.4164L5.3424 20.9574C5.43229 21.5931 5.65156 22.3315 6.39156 22.638C7.13156 22.9445 7.80869 22.5775 8.32177 22.1915C8.84828 21.7955 9.4774 21.1663 10.238 20.4056L20.4052 10.2385C21.1659 9.47781 21.7951 8.84868 22.1912 8.32216C22.5771 7.80908 22.9441 7.13196 22.6376 6.39196C22.3311 5.65196 21.5928 5.43269 20.9571 5.34279L12.3748 5.26574Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%225.94141%22 cy%3D%225.99219%22 r%3D%224.5%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.032 19.7266C12.7919 19.967 12.6718 20.0872 12.662 20.2791C12.6522 20.471 12.7345 20.5722 12.8992 20.7748C12.9472 20.8338 12.9989 20.8913 13.0548 20.9471C13.5102 21.4026 14.077 21.5882 14.7048 21.6726C15.2996 21.7526 16.0488 21.7526 16.9473 21.7526H18.0513C18.9498 21.7526 19.699 21.7526 20.2938 21.6726C20.9216 21.5882 21.4884 21.4026 21.9438 20.9471C22.3993 20.4916 22.585 19.9248 22.6694 19.297C22.7494 18.7023 22.7493 17.953 22.7493 17.0546V15.9506C22.7493 15.0521 22.7494 14.3029 22.6694 13.7081C22.585 13.0803 22.3993 12.5135 21.9438 12.058C21.8856 11.9998 21.8256 11.946 21.7638 11.8962C21.5609 11.7327 21.4594 11.651 21.268 11.6613C21.0766 11.6716 20.9568 11.7916 20.7171 12.0316L13.032 19.7266Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shapes-icons-hexagon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.94779 1.77037C10.6511 1.44359 11.2946 1.25 11.9992 1.25C12.7038 1.25 13.3474 1.44359 14.0506 1.77037L19.6384 5.07944C20.2661 5.54083 20.7474 6.01311 21.0959 6.63212C21.4437 7.25014 21.6008 7.91095 21.6762 8.69506V15.3049C21.6008 16.0891 21.4437 16.7499 21.0959 17.3679C20.7474 17.9869 20.2661 18.4592 19.6384 18.9206L14.0506 22.2296C13.3474 22.5564 12.7038 22.75 11.9992 22.75C11.2946 22.75 10.6511 22.5564 9.94779 22.2296L4.35997 18.9206C3.73236 18.4592 3.25098 17.9869 2.90255 17.3679C2.55469 16.7499 2.39762 16.0891 2.32227 15.3049V8.69506C2.39762 7.91095 2.55469 7.25014 2.90255 6.63212C3.25098 6.01311 3.73236 5.54083 4.35997 5.07944L9.94779 1.77037Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.94779 1.77037C10.6511 1.44359 11.2946 1.25 11.9992 1.25C12.7038 1.25 13.3474 1.44359 14.0506 1.77037L19.6384 5.07944C20.2661 5.54083 20.7474 6.01311 21.0959 6.63212C21.4437 7.25014 21.6008 7.91095 21.6762 8.69506V15.3049C21.6008 16.0891 21.4437 16.7499 21.0959 17.3679C20.7474 17.9869 20.2661 18.4592 19.6384 18.9206L14.0506 22.2296C13.3474 22.5564 12.7038 22.75 11.9992 22.75C11.2946 22.75 10.6511 22.5564 9.94779 22.2296L4.35997 18.9206C3.73236 18.4592 3.25098 17.9869 2.90255 17.3679C2.55469 16.7499 2.39762 16.0891 2.32227 15.3049V8.69506C2.39762 7.91095 2.55469 7.25014 2.90255 6.63212C3.25098 6.01311 3.73236 5.54083 4.35997 5.07944L9.94779 1.77037Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shapes-icons-oval{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.54285 6.13922 2.25 12 2.25C17.8608 2.25 22.75 6.54285 22.75 12C22.75 17.4572 17.8608 21.75 12 21.75C6.13922 21.75 1.25 17.4572 1.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.54285 6.13922 2.25 12 2.25C17.8608 2.25 22.75 6.54285 22.75 12C22.75 17.4572 17.8608 21.75 12 21.75C6.13922 21.75 1.25 17.4572 1.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shapes-icons-pentagon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.1279 2.21866C10.0907 1.6088 10.9867 1.25 12 1.25C13.0134 1.25 13.9093 1.6088 14.8721 2.21866L21.2038 7.37027C21.8716 8.05306 22.3422 8.72055 22.5825 9.54043C22.8228 10.3609 22.7859 11.1747 22.59 12.1056L20.1164 19.5819C19.6914 20.5002 19.2013 21.2114 18.463 21.7406C17.4687 22.4535 16.2696 22.6812 15.1529 22.75L8.16012 22.6231C7.13365 22.5092 6.27783 22.2717 5.53698 21.7406C4.79867 21.2114 4.30858 20.5002 3.8836 19.5819L1.41002 12.1056C1.21415 11.1747 1.17716 10.3609 1.41755 9.54043C1.65778 8.72055 2.12844 8.05306 2.79621 7.37027L9.1279 2.21866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.1279 2.21866C10.0907 1.6088 10.9867 1.25 12 1.25C13.0134 1.25 13.9093 1.6088 14.8721 2.21866L21.2038 7.37027C21.8716 8.05306 22.3422 8.72055 22.5825 9.54043C22.8228 10.3609 22.7859 11.1747 22.59 12.1056L20.1164 19.5819C19.6914 20.5002 19.2013 21.2114 18.463 21.7406C17.4687 22.4535 16.2696 22.6812 15.1529 22.75L8.16012 22.6231C7.13365 22.5092 6.27783 22.2717 5.53698 21.7406C4.79867 21.2114 4.30858 20.5002 3.8836 19.5819L1.41002 12.1056C1.21415 11.1747 1.17716 10.3609 1.41755 9.54043C1.65778 8.72055 2.12844 8.05306 2.79621 7.37027L9.1279 2.21866Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shapes-icons-polygon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1574 1.24992C15.2452 1.2494 16.0011 1.24904 16.6925 1.53542C17.3839 1.82179 17.9182 2.35659 18.687 3.12612L20.8739 5.31308C21.6435 6.08189 22.1783 6.61617 22.4646 7.30754C22.751 7.99892 22.7507 8.75487 22.7501 9.84265V14.1573C22.7507 15.2451 22.751 16.001 22.4646 16.6924C22.1783 17.3838 21.6435 17.918 20.8739 18.6869L18.687 20.8738C17.9182 21.6433 17.3839 22.1781 16.6925 22.4645C16.0011 22.7509 15.2452 22.7505 14.1574 22.75H9.84277C8.75499 22.7505 7.99904 22.7509 7.30767 22.4645C6.61629 22.1781 6.08201 21.6433 5.3132 20.8738L3.12625 18.6868L3.12623 18.6868C2.3567 17.918 1.82191 17.3838 1.53554 16.6924C1.24916 16.001 1.24952 15.2451 1.25004 14.1573V9.84264C1.24952 8.75487 1.24916 7.99892 1.53554 7.30754C1.82192 6.61617 2.35671 6.08189 3.12625 5.31308L5.3132 3.12613C6.08201 2.35659 6.61629 1.8218 7.30767 1.53542C7.99904 1.24904 8.75499 1.2494 9.84276 1.24992H14.1574Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1574 1.24992C15.2452 1.2494 16.0011 1.24904 16.6925 1.53542C17.3839 1.82179 17.9182 2.35659 18.687 3.12612L20.8739 5.31308C21.6435 6.08189 22.1783 6.61617 22.4646 7.30754C22.751 7.99892 22.7507 8.75487 22.7501 9.84265V14.1573C22.7507 15.2451 22.751 16.001 22.4646 16.6924C22.1783 17.3838 21.6435 17.918 20.8739 18.6869L18.687 20.8738C17.9182 21.6433 17.3839 22.1781 16.6925 22.4645C16.0011 22.7509 15.2452 22.7505 14.1574 22.75H9.84277C8.75499 22.7505 7.99904 22.7509 7.30767 22.4645C6.61629 22.1781 6.08201 21.6433 5.3132 20.8738L3.12625 18.6868L3.12623 18.6868C2.3567 17.918 1.82191 17.3838 1.53554 16.6924C1.24916 16.001 1.24952 15.2451 1.25004 14.1573V9.84264C1.24952 8.75487 1.24916 7.99892 1.53554 7.30754C1.82192 6.61617 2.35671 6.08189 3.12625 5.31308L5.3132 3.12613C6.08201 2.35659 6.61629 1.8218 7.30767 1.53542C7.99904 1.24904 8.75499 1.2494 9.84276 1.24992H14.1574Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shapes-icons-rectangular{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.96644 3.25H14.0336C15.4053 3.25 16.4807 3.24999 17.3451 3.32061C18.2252 3.39252 18.9523 3.54138 19.6104 3.87671C20.6924 4.42798 21.572 5.30762 22.1233 6.38955C22.4586 7.04769 22.6075 7.77479 22.6794 8.65494C22.75 9.51928 22.75 10.5947 22.75 11.9664V12.0336C22.75 13.4053 22.75 14.4807 22.6794 15.3451C22.6075 16.2252 22.4586 16.9523 22.1233 17.6104C21.572 18.6924 20.6924 19.572 19.6104 20.1233C18.9523 20.4586 18.2252 20.6075 17.3451 20.6794C16.4807 20.75 15.4053 20.75 14.0336 20.75H9.96642C8.59471 20.75 7.51928 20.75 6.65494 20.6794C5.77479 20.6075 5.04769 20.4586 4.38955 20.1233C3.30762 19.572 2.42798 18.6924 1.87671 17.6104C1.54138 16.9523 1.39252 16.2252 1.32061 15.3451C1.24999 14.4807 1.25 13.4053 1.25 12.0336V11.9664C1.25 10.5947 1.24999 9.51929 1.32061 8.65494C1.39252 7.77479 1.54138 7.04769 1.87671 6.38955C2.42798 5.30762 3.30762 4.42798 4.38955 3.87671C5.04769 3.54138 5.77479 3.39252 6.65494 3.32061C7.51929 3.24999 8.59472 3.25 9.96644 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.96644 3.25H14.0336C15.4053 3.25 16.4807 3.24999 17.3451 3.32061C18.2252 3.39252 18.9523 3.54138 19.6104 3.87671C20.6924 4.42798 21.572 5.30762 22.1233 6.38955C22.4586 7.04769 22.6075 7.77479 22.6794 8.65494C22.75 9.51928 22.75 10.5947 22.75 11.9664V12.0336C22.75 13.4053 22.75 14.4807 22.6794 15.3451C22.6075 16.2252 22.4586 16.9523 22.1233 17.6104C21.572 18.6924 20.6924 19.572 19.6104 20.1233C18.9523 20.4586 18.2252 20.6075 17.3451 20.6794C16.4807 20.75 15.4053 20.75 14.0336 20.75H9.96642C8.59471 20.75 7.51928 20.75 6.65494 20.6794C5.77479 20.6075 5.04769 20.4586 4.38955 20.1233C3.30762 19.572 2.42798 18.6924 1.87671 17.6104C1.54138 16.9523 1.39252 16.2252 1.32061 15.3451C1.24999 14.4807 1.25 13.4053 1.25 12.0336V11.9664C1.25 10.5947 1.24999 9.51929 1.32061 8.65494C1.39252 7.77479 1.54138 7.04769 1.87671 6.38955C2.42798 5.30762 3.30762 4.42798 4.38955 3.87671C5.04769 3.54138 5.77479 3.39252 6.65494 3.32061C7.51929 3.24999 8.59472 3.25 9.96644 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shapes-icons-rhombus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.31253 2.42687C10.1593 1.70902 10.9998 1.25 12 1.25C13.0002 1.25 13.8407 1.70902 14.6875 2.42687L20.7192 9.12825C21.3667 10.0712 21.75 10.9657 21.75 12C21.75 13.0343 21.3667 13.9288 20.7192 14.8718L14.6875 21.5731C13.8407 22.291 13.0002 22.75 12 22.75C10.9998 22.75 10.1593 22.291 9.31253 21.5731L3.2808 14.8718C2.63331 13.9288 2.25 13.0343 2.25 12C2.25 10.9657 2.63331 10.0712 3.2808 9.12825L9.31253 2.42687Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.31253 2.42687C10.1593 1.70902 10.9998 1.25 12 1.25C13.0002 1.25 13.8407 1.70902 14.6875 2.42687L20.7192 9.12825C21.3667 10.0712 21.75 10.9657 21.75 12C21.75 13.0343 21.3667 13.9288 20.7192 14.8718L14.6875 21.5731C13.8407 22.291 13.0002 22.75 12 22.75C10.9998 22.75 10.1593 22.291 9.31253 21.5731L3.2808 14.8718C2.63331 13.9288 2.25 13.0343 2.25 12C2.25 10.9657 2.63331 10.0712 3.2808 9.12825L9.31253 2.42687Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shapes-icons-seal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5603 1.62445C11.4552 1.12518 12.5448 1.12518 13.4397 1.62445C13.8457 1.85099 14.204 2.23483 14.684 2.74907C14.9384 3.02168 15.2105 3.28026 15.561 3.42376C16.4298 3.77947 17.4222 3.39102 18.3186 3.64537C19.3044 3.9251 20.0749 4.69559 20.3546 5.68138C20.4815 6.12868 20.4635 6.65342 20.4392 7.35645C20.4109 8.1779 20.6504 8.75556 21.2509 9.31604C21.7652 9.79602 22.149 10.1543 22.3755 10.5603C22.8748 11.4552 22.8748 12.5448 22.3755 13.4397C22.149 13.8457 21.7652 14.204 21.2509 14.684C20.6501 15.2448 20.4109 15.8226 20.4392 16.6436C20.4635 17.3466 20.4815 17.8713 20.3546 18.3186C20.0749 19.3044 19.3044 20.0749 18.3186 20.3546C17.8713 20.4815 17.3466 20.4635 16.6435 20.4392C15.8226 20.4109 15.2448 20.6501 14.684 21.2509C14.204 21.7652 13.8457 22.149 13.4397 22.3755C12.5448 22.8748 11.4552 22.8748 10.5603 22.3755C10.1543 22.149 9.79602 21.7652 9.31604 21.2509C8.75556 20.6504 8.1779 20.4109 7.35645 20.4392C6.65342 20.4635 6.12868 20.4815 5.68138 20.3546C4.69559 20.0749 3.9251 19.3044 3.64537 18.3186C3.51845 17.8713 3.53653 17.3466 3.56076 16.6435C3.58905 15.8226 3.34994 15.2448 2.74907 14.684C2.23483 14.204 1.85099 13.8457 1.62445 13.4397C1.12518 12.5448 1.12518 11.4552 1.62445 10.5603C1.85099 10.1543 2.23483 9.79602 2.74908 9.31603C3.34995 8.7552 3.58905 8.17739 3.56076 7.35646C3.53653 6.65343 3.51845 6.12868 3.64537 5.68138C3.9251 4.69559 4.69559 3.9251 5.68138 3.64537C6.40353 3.44046 7.13555 3.48745 7.87448 3.43915C8.46991 3.40022 8.9117 3.18228 9.31603 2.74908C9.79602 2.23483 10.1543 1.85099 10.5603 1.62445Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5603 1.62445C11.4552 1.12518 12.5448 1.12518 13.4397 1.62445C13.8457 1.85099 14.204 2.23483 14.684 2.74907C14.9384 3.02168 15.2105 3.28026 15.561 3.42376C16.4298 3.77947 17.4222 3.39102 18.3186 3.64537C19.3044 3.9251 20.0749 4.69559 20.3546 5.68138C20.4815 6.12868 20.4635 6.65342 20.4392 7.35645C20.4109 8.1779 20.6504 8.75556 21.2509 9.31604C21.7652 9.79602 22.149 10.1543 22.3755 10.5603C22.8748 11.4552 22.8748 12.5448 22.3755 13.4397C22.149 13.8457 21.7652 14.204 21.2509 14.684C20.6501 15.2448 20.4109 15.8226 20.4392 16.6436C20.4635 17.3466 20.4815 17.8713 20.3546 18.3186C20.0749 19.3044 19.3044 20.0749 18.3186 20.3546C17.8713 20.4815 17.3466 20.4635 16.6435 20.4392C15.8226 20.4109 15.2448 20.6501 14.684 21.2509C14.204 21.7652 13.8457 22.149 13.4397 22.3755C12.5448 22.8748 11.4552 22.8748 10.5603 22.3755C10.1543 22.149 9.79602 21.7652 9.31604 21.2509C8.75556 20.6504 8.1779 20.4109 7.35645 20.4392C6.65342 20.4635 6.12868 20.4815 5.68138 20.3546C4.69559 20.0749 3.9251 19.3044 3.64537 18.3186C3.51845 17.8713 3.53653 17.3466 3.56076 16.6435C3.58905 15.8226 3.34994 15.2448 2.74907 14.684C2.23483 14.204 1.85099 13.8457 1.62445 13.4397C1.12518 12.5448 1.12518 11.4552 1.62445 10.5603C1.85099 10.1543 2.23483 9.79602 2.74908 9.31603C3.34995 8.7552 3.58905 8.17739 3.56076 7.35646C3.53653 6.65343 3.51845 6.12868 3.64537 5.68138C3.9251 4.69559 4.69559 3.9251 5.68138 3.64537C6.40353 3.44046 7.13555 3.48745 7.87448 3.43915C8.46991 3.40022 8.9117 3.18228 9.31603 2.74908C9.79602 2.23483 10.1543 1.85099 10.5603 1.62445Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shapes-icons-shapes{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.592 1.28523C15.7848 1.29212 15.9486 1.29798 16.0789 1.30713C16.205 1.31599 16.3564 1.33088 16.5019 1.3744C16.758 1.45104 17.0474 1.5672 17.2839 1.81231C17.5204 2.05743 17.6261 2.35078 17.6936 2.60949C17.7365 2.77404 17.7424 2.99057 17.746 3.16054C17.7502 3.36311 17.7502 3.6382 17.7502 3.98836V3.99823C17.7502 5.79315 19.2053 7.24823 21.0002 7.24823C21.7715 7.24823 22.6991 7.79809 22.7258 8.81463L22.7289 15.0072C22.7243 15.1243 22.7161 15.2703 22.6847 15.4026C22.6187 15.6803 22.5125 16.013 22.2436 16.278C21.9747 16.5431 21.6406 16.6445 21.3619 16.7065C21.2164 16.7389 21.0093 16.7426 20.8438 16.7452C20.6427 16.7482 20.3653 16.7482 20.0078 16.7482H20.0002C18.2053 16.7482 16.7502 18.2033 16.7502 19.9982V20.0058C16.7502 20.3633 16.7502 20.6408 16.7471 20.8419C16.7446 21.0074 16.7408 21.2144 16.7085 21.36C16.6465 21.6386 16.5451 21.9728 16.28 22.2417C16.0149 22.5106 15.6823 22.6168 15.4045 22.6827C15.2722 22.7142 15.1263 22.7223 15.0092 22.7269H8.99121C8.87411 22.7223 8.72815 22.7142 8.59583 22.6827C8.3181 22.6168 7.98543 22.5106 7.72036 22.2417C7.45529 21.9728 7.35387 21.6386 7.29191 21.36C7.25954 21.2144 7.25577 21.0074 7.25325 20.8419C7.25018 20.6408 7.25018 20.3634 7.25018 20.006V20.0058V19.9982C7.25018 18.2033 5.7951 16.7482 4.00018 16.7482H3.99259C3.63507 16.7482 3.35764 16.7482 3.15655 16.7452C2.99102 16.7426 2.784 16.7389 2.63844 16.7065C2.35979 16.6445 2.02563 16.5431 1.75673 16.278C1.48783 16.013 1.38163 15.6803 1.31567 15.4026C1.28425 15.2703 1.2761 15.1243 1.27148 15.0072V8.98926C1.2761 8.87216 1.28425 8.7262 1.31567 8.59388C1.38163 8.31615 1.48783 7.98348 1.75673 7.71841C2.02564 7.45333 2.3598 7.35192 2.63844 7.28996C2.78401 7.25758 2.99102 7.25382 3.15655 7.25129C3.35761 7.24823 3.63498 7.24823 3.99243 7.24823H3.99259H4.00018C5.7951 7.24823 7.25018 5.79315 7.25018 3.99823V3.99064V3.99048C7.25018 3.63303 7.25018 3.35565 7.25325 3.1546C7.25577 2.98906 7.25954 2.78205 7.29191 2.63649C7.35387 2.35784 7.45529 2.02368 7.72036 1.75478C7.98543 1.48588 8.3181 1.37968 8.59583 1.31372C8.72815 1.2823 8.87411 1.27415 8.99121 1.26953L15.592 1.28523L15.592 1.28523Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.592 1.28523C15.7848 1.29212 15.9486 1.29798 16.0789 1.30713C16.205 1.31599 16.3564 1.33088 16.5019 1.3744C16.758 1.45104 17.0474 1.5672 17.2839 1.81231C17.5204 2.05743 17.6261 2.35078 17.6936 2.60949C17.7365 2.77404 17.7424 2.99057 17.746 3.16054C17.7502 3.36311 17.7502 3.6382 17.7502 3.98836V3.99823C17.7502 5.79315 19.2053 7.24823 21.0002 7.24823C21.7715 7.24823 22.6991 7.79809 22.7258 8.81463L22.7289 15.0072C22.7243 15.1243 22.7161 15.2703 22.6847 15.4026C22.6187 15.6803 22.5125 16.013 22.2436 16.278C21.9747 16.5431 21.6406 16.6445 21.3619 16.7065C21.2164 16.7389 21.0093 16.7426 20.8438 16.7452C20.6427 16.7482 20.3653 16.7482 20.0078 16.7482H20.0002C18.2053 16.7482 16.7502 18.2033 16.7502 19.9982V20.0058C16.7502 20.3633 16.7502 20.6408 16.7471 20.8419C16.7446 21.0074 16.7408 21.2144 16.7085 21.36C16.6465 21.6386 16.5451 21.9728 16.28 22.2417C16.0149 22.5106 15.6823 22.6168 15.4045 22.6827C15.2722 22.7142 15.1263 22.7223 15.0092 22.7269H8.99121C8.87411 22.7223 8.72815 22.7142 8.59583 22.6827C8.3181 22.6168 7.98543 22.5106 7.72036 22.2417C7.45529 21.9728 7.35387 21.6386 7.29191 21.36C7.25954 21.2144 7.25577 21.0074 7.25325 20.8419C7.25018 20.6408 7.25018 20.3634 7.25018 20.006V20.0058V19.9982C7.25018 18.2033 5.7951 16.7482 4.00018 16.7482H3.99259C3.63507 16.7482 3.35764 16.7482 3.15655 16.7452C2.99102 16.7426 2.784 16.7389 2.63844 16.7065C2.35979 16.6445 2.02563 16.5431 1.75673 16.278C1.48783 16.013 1.38163 15.6803 1.31567 15.4026C1.28425 15.2703 1.2761 15.1243 1.27148 15.0072V8.98926C1.2761 8.87216 1.28425 8.7262 1.31567 8.59388C1.38163 8.31615 1.48783 7.98348 1.75673 7.71841C2.02564 7.45333 2.3598 7.35192 2.63844 7.28996C2.78401 7.25758 2.99102 7.25382 3.15655 7.25129C3.35761 7.24823 3.63498 7.24823 3.99243 7.24823H3.99259H4.00018C5.7951 7.24823 7.25018 5.79315 7.25018 3.99823V3.99064V3.99048C7.25018 3.63303 7.25018 3.35565 7.25325 3.1546C7.25577 2.98906 7.25954 2.78205 7.29191 2.63649C7.35387 2.35784 7.45529 2.02368 7.72036 1.75478C7.98543 1.48588 8.3181 1.37968 8.59583 1.31372C8.72815 1.2823 8.87411 1.27415 8.99121 1.26953L15.592 1.28523L15.592 1.28523Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shapes-icons-spirals{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9532 2C10.9532 1.44772 11.4009 1 11.9532 1C18.0498 1 23 5.92048 23 12C23 18.0795 18.0498 23 11.9532 23C5.08582 23 1.24036 18.0427 1.01092 13.1787C0.896458 10.7523 1.67961 8.30631 3.4752 6.53072C5.28317 4.7429 8.00969 3.74006 11.572 4.00271C15.4202 4.28643 19.0289 7.86116 19.0289 12C19.0289 14.4647 18.2565 16.3839 16.8385 17.6765C15.4364 18.9546 13.5347 19.5 11.4985 19.5C7.44929 19.5 4.97088 16.5643 4.7007 13.6422C4.56523 12.1769 4.98208 10.6621 6.09313 9.55206C7.21163 8.43454 8.90429 7.85451 11.0702 8.00232C12.9759 8.13237 15.0161 9.70083 15.0161 12C15.0161 13.1311 14.7166 14.1637 13.9944 14.9156C13.266 15.674 12.2492 16 11.1211 16C10.5688 16 10.1211 15.5523 10.1211 15C10.1211 14.4477 10.5688 14 11.1211 14C11.8719 14 12.3026 13.7899 12.552 13.5302C12.8075 13.2641 13.0161 12.7967 13.0161 12C13.0161 10.9855 12.0399 10.0731 10.934 9.99768C9.19406 9.87894 8.12102 10.3531 7.50672 10.9669C6.88497 11.5881 6.60193 12.4816 6.69221 13.458C6.87352 15.4191 8.54917 17.5 11.4985 17.5C13.1986 17.5 14.562 17.0454 15.4911 16.1985C16.4042 15.3661 17.0289 14.0353 17.0289 12C17.0289 8.95914 14.2796 6.20776 11.425 5.99729C8.32474 5.76872 6.20377 6.64527 4.88147 7.95284C3.5468 9.27264 2.91688 11.1381 3.0087 13.0845C3.1918 16.9661 6.23626 21 11.9532 21C16.954 21 21 16.9662 21 12C21 7.03383 16.954 3 11.9532 3C11.4009 3 10.9532 2.55228 10.9532 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9532 2C10.9532 1.44772 11.4009 1 11.9532 1C18.0498 1 23 5.92048 23 12C23 18.0795 18.0498 23 11.9532 23C5.08582 23 1.24036 18.0427 1.01092 13.1787C0.896458 10.7523 1.67961 8.30631 3.4752 6.53072C5.28317 4.7429 8.00969 3.74006 11.572 4.00271C15.4202 4.28643 19.0289 7.86116 19.0289 12C19.0289 14.4647 18.2565 16.3839 16.8385 17.6765C15.4364 18.9546 13.5347 19.5 11.4985 19.5C7.44929 19.5 4.97088 16.5643 4.7007 13.6422C4.56523 12.1769 4.98208 10.6621 6.09313 9.55206C7.21163 8.43454 8.90429 7.85451 11.0702 8.00232C12.9759 8.13237 15.0161 9.70083 15.0161 12C15.0161 13.1311 14.7166 14.1637 13.9944 14.9156C13.266 15.674 12.2492 16 11.1211 16C10.5688 16 10.1211 15.5523 10.1211 15C10.1211 14.4477 10.5688 14 11.1211 14C11.8719 14 12.3026 13.7899 12.552 13.5302C12.8075 13.2641 13.0161 12.7967 13.0161 12C13.0161 10.9855 12.0399 10.0731 10.934 9.99768C9.19406 9.87894 8.12102 10.3531 7.50672 10.9669C6.88497 11.5881 6.60193 12.4816 6.69221 13.458C6.87352 15.4191 8.54917 17.5 11.4985 17.5C13.1986 17.5 14.562 17.0454 15.4911 16.1985C16.4042 15.3661 17.0289 14.0353 17.0289 12C17.0289 8.95914 14.2796 6.20776 11.425 5.99729C8.32474 5.76872 6.20377 6.64527 4.88147 7.95284C3.5468 9.27264 2.91688 11.1381 3.0087 13.0845C3.1918 16.9661 6.23626 21 11.9532 21C16.954 21 21 16.9662 21 12C21 7.03383 16.954 3 11.9532 3C11.4009 3 10.9532 2.55228 10.9532 2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shapes-icons-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.75212 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50271 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.75212 22.25 11.9428V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H11.9428C9.75212 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50271 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V11.9428C1.74999 9.75212 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shapes-icons-triangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1731 2.57632C11.353 2.14123 12.647 2.14123 13.8269 2.57632C14.7628 2.92143 15.518 3.64351 16.291 4.64776C17.0588 5.64534 17.9168 7.02151 19.0199 8.79096L19.0665 8.86565C20.3102 10.8606 21.2739 12.4063 21.8943 13.6621C22.5163 14.921 22.8599 16.0134 22.7183 17.0768C22.5414 18.4066 21.8802 19.6236 20.8615 20.4881C20.0447 21.1813 18.9436 21.4711 17.5593 21.6107C16.1789 21.75 14.3734 21.75 12.0454 21.75H11.9546C9.62658 21.75 7.82113 21.75 6.44065 21.6107C5.05639 21.4711 3.95525 21.1813 3.13848 20.4881C2.11981 19.6236 1.45861 18.4066 1.28164 17.0768C1.14011 16.0134 1.4837 14.921 2.10566 13.6621C2.7261 12.4063 3.68973 10.8607 4.93348 8.86572L4.98009 8.79096C6.08323 7.02151 6.94118 5.64534 7.70902 4.64776C8.48201 3.64351 9.23718 2.92143 10.1731 2.57632Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1731 2.57632C11.353 2.14123 12.647 2.14123 13.8269 2.57632C14.7628 2.92143 15.518 3.64351 16.291 4.64776C17.0588 5.64534 17.9168 7.02151 19.0199 8.79096L19.0665 8.86565C20.3102 10.8606 21.2739 12.4063 21.8943 13.6621C22.5163 14.921 22.8599 16.0134 22.7183 17.0768C22.5414 18.4066 21.8802 19.6236 20.8615 20.4881C20.0447 21.1813 18.9436 21.4711 17.5593 21.6107C16.1789 21.75 14.3734 21.75 12.0454 21.75H11.9546C9.62658 21.75 7.82113 21.75 6.44065 21.6107C5.05639 21.4711 3.95525 21.1813 3.13848 20.4881C2.11981 19.6236 1.45861 18.4066 1.28164 17.0768C1.14011 16.0134 1.4837 14.921 2.10566 13.6621C2.7261 12.4063 3.68973 10.8607 4.93348 8.86572L4.98009 8.79096C6.08323 7.02151 6.94118 5.64534 7.70902 4.64776C8.48201 3.64351 9.23718 2.92143 10.1731 2.57632Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-affiliate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.67719 22.6689C2.42568 22.6203 2.03769 22.5179 1.76015 22.2404C1.48294 21.9632 1.38095 21.5749 1.3325 21.3245C1.27686 21.0369 1.2569 20.7256 1.25158 20.4554C1.24617 20.1807 1.25158 19.67 1.28923 19.4208C1.3299 19.0086 1.69703 18.7074 2.10924 18.748C2.30683 18.7675 2.47891 18.862 2.60006 19.0006L2.84562 19.246C3.04562 19.4459 3.14563 19.5458 3.26987 19.5458C3.39411 19.5458 3.49408 19.4458 3.69404 19.2459L4.46967 18.4703C4.76257 18.1774 5.23744 18.1774 5.53033 18.4703C5.82322 18.7632 5.82322 19.238 5.53033 19.5309L4.75519 20.306C4.55514 20.5061 4.45512 20.6061 4.45513 20.7304C4.45515 20.8547 4.5552 20.9547 4.7553 21.1547L5 21.3993C5.13796 21.52 5.23225 21.6913 5.25213 21.888C5.29379 22.3002 4.99347 22.668 4.58136 22.7097C4.33082 22.7348 3.82174 22.7542 3.54702 22.7492C3.27679 22.7442 2.96527 22.7246 2.67719 22.6689Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.3228 22.6689C21.5743 22.6203 21.9623 22.5179 22.2398 22.2404C22.5171 21.9632 22.6191 21.5749 22.6675 21.3245C22.7231 21.0369 22.7431 20.7256 22.7484 20.4554C22.7538 20.1807 22.7484 19.67 22.7108 19.4208C22.6701 19.0086 22.303 18.7074 21.8908 18.748C21.6932 18.7675 21.5211 18.862 21.3999 19.0006L21.1544 19.246C20.9544 19.4459 20.8544 19.5458 20.7301 19.5458C20.6059 19.5458 20.5059 19.4458 20.306 19.2459L19.5303 18.4703C19.2374 18.1774 18.7626 18.1774 18.4697 18.4703C18.1768 18.7632 18.1768 19.238 18.4697 19.5309L19.2448 20.306C19.4449 20.5061 19.5449 20.6061 19.5449 20.7304C19.5448 20.8547 19.4448 20.9547 19.2447 21.1547L19 21.3993C18.862 21.52 18.7678 21.6913 18.7479 21.888C18.7062 22.3002 19.0065 22.668 19.4186 22.7097C19.6692 22.7348 20.1783 22.7542 20.453 22.7492C20.7232 22.7442 21.0347 22.7246 21.3228 22.6689Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.67719 1.33108C2.42568 1.3797 2.03769 1.48205 1.76015 1.75959C1.48294 2.03679 1.38095 2.42506 1.3325 2.67546C1.27686 2.96306 1.2569 3.27437 1.25158 3.54459C1.24617 3.81929 1.25158 4.32997 1.28923 4.57922C1.3299 4.99144 1.69703 5.29263 2.10924 5.25196C2.30683 5.23247 2.47891 5.13797 2.60006 4.99944L2.84562 4.75401C3.04562 4.55411 3.14563 4.45416 3.26987 4.45417C3.39411 4.45419 3.49408 4.55416 3.69404 4.75412L4.46967 5.52974C4.76257 5.82263 5.23744 5.82263 5.53033 5.52974C5.82322 5.23684 5.82322 4.76197 5.53033 4.46908L4.75519 3.69395C4.55514 3.4939 4.45512 3.39388 4.45513 3.26959C4.45515 3.14531 4.5552 3.04531 4.7553 2.84531L5 2.60074C5.13796 2.48 5.23225 2.30872 5.25213 2.11196C5.29379 1.69985 4.99347 1.332 4.58136 1.29034C4.33082 1.26521 3.82174 1.24576 3.54702 1.2508C3.27679 1.25575 2.96527 1.2754 2.67719 1.33108Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.3228 1.33108C21.5743 1.3797 21.9623 1.48205 22.2398 1.75959C22.5171 2.03679 22.6191 2.42506 22.6675 2.67546C22.7231 2.96306 22.7431 3.27437 22.7484 3.54459C22.7538 3.81929 22.7484 4.32997 22.7108 4.57922C22.6701 4.99144 22.303 5.29263 21.8908 5.25196C21.6932 5.23247 21.5211 5.13797 21.3999 4.99944L21.1544 4.75401C20.9544 4.55411 20.8544 4.45416 20.7301 4.45417C20.6059 4.45419 20.5059 4.55416 20.306 4.75412L19.5303 5.52974C19.2374 5.82263 18.7626 5.82263 18.4697 5.52974C18.1768 5.23684 18.1768 4.76197 18.4697 4.46908L19.2448 3.69395C19.4449 3.4939 19.5449 3.39388 19.5449 3.26959C19.5448 3.14531 19.4448 3.04531 19.2447 2.84531L19 2.60074C18.862 2.48 18.7678 2.30872 18.7479 2.11196C18.7062 1.69985 19.0065 1.332 19.4186 1.29034C19.6692 1.26521 20.1783 1.24576 20.453 1.2508C20.7232 1.25575 21.0347 1.2754 21.3228 1.33108Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.25C7.71979 4.25 4.25 7.71979 4.25 12C4.25 16.2802 7.71979 19.75 12 19.75C16.2802 19.75 19.75 16.2802 19.75 12C19.75 7.71979 16.2802 4.25 12 4.25ZM12.663 8.5C12.663 8.08579 12.3273 7.75 11.913 7.75C11.4988 7.75 11.163 8.08579 11.163 8.5V8.61352C10.7747 8.70438 10.4162 8.86563 10.115 9.08785C9.62743 9.44762 9.25 10.0054 9.25 10.6895C9.25 11.271 9.46084 11.8349 10.0158 12.2088C10.5072 12.5398 11.169 12.6493 11.913 12.6493C12.5664 12.6493 12.9071 12.7499 13.0685 12.8552C13.1626 12.9165 13.25 13.0063 13.25 13.3109C13.25 13.5328 13.1711 13.6505 13.0026 13.7518C12.7885 13.8804 12.4212 13.9724 11.913 13.9724C11.3796 13.9724 10.9651 13.7972 10.7472 13.6022C10.4385 13.326 9.9644 13.3523 9.68816 13.6609C9.41193 13.9696 9.43821 14.4437 9.74687 14.72C10.1231 15.0567 10.6191 15.2875 11.163 15.3979V15.5C11.163 15.9142 11.4988 16.25 11.913 16.25C12.3273 16.25 12.663 15.9142 12.663 15.5V15.4174C13.0588 15.3558 13.4423 15.2374 13.7749 15.0376C14.3617 14.6852 14.75 14.0971 14.75 13.3109C14.75 12.6072 14.4896 11.9912 13.888 11.5988C13.3538 11.2504 12.651 11.1493 11.913 11.1493C11.2657 11.1493 10.971 11.0437 10.8538 10.9647C10.8 10.9285 10.75 10.8874 10.75 10.6895C10.75 10.594 10.8008 10.446 11.0056 10.2949C11.2101 10.1439 11.5285 10.0279 11.913 10.0279C12.4479 10.0279 12.8287 10.2474 12.9857 10.4538C13.2363 10.7836 13.7068 10.8477 14.0366 10.5971C14.3664 10.3464 14.4305 9.87592 14.1798 9.54615C13.8229 9.07662 13.2756 8.75721 12.663 8.61383V8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.67719 22.6689C2.42568 22.6203 2.03769 22.5179 1.76015 22.2404C1.48294 21.9632 1.38095 21.5749 1.3325 21.3245C1.27686 21.0369 1.2569 20.7256 1.25158 20.4554C1.24617 20.1807 1.25158 19.67 1.28923 19.4208C1.3299 19.0086 1.69703 18.7074 2.10924 18.748C2.30683 18.7675 2.47891 18.862 2.60006 19.0006L2.84562 19.246C3.04562 19.4459 3.14563 19.5458 3.26987 19.5458C3.39411 19.5458 3.49408 19.4458 3.69404 19.2459L4.46967 18.4703C4.76257 18.1774 5.23744 18.1774 5.53033 18.4703C5.82322 18.7632 5.82322 19.238 5.53033 19.5309L4.75519 20.306C4.55514 20.5061 4.45512 20.6061 4.45513 20.7304C4.45515 20.8547 4.5552 20.9547 4.7553 21.1547L5 21.3993C5.13796 21.52 5.23225 21.6913 5.25213 21.888C5.29379 22.3002 4.99347 22.668 4.58136 22.7097C4.33082 22.7348 3.82174 22.7542 3.54702 22.7492C3.27679 22.7442 2.96527 22.7246 2.67719 22.6689Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.3228 22.6689C21.5743 22.6203 21.9623 22.5179 22.2398 22.2404C22.5171 21.9632 22.6191 21.5749 22.6675 21.3245C22.7231 21.0369 22.7431 20.7256 22.7484 20.4554C22.7538 20.1807 22.7484 19.67 22.7108 19.4208C22.6701 19.0086 22.303 18.7074 21.8908 18.748C21.6932 18.7675 21.5211 18.862 21.3999 19.0006L21.1544 19.246C20.9544 19.4459 20.8544 19.5458 20.7301 19.5458C20.6059 19.5458 20.5059 19.4458 20.306 19.2459L19.5303 18.4703C19.2374 18.1774 18.7626 18.1774 18.4697 18.4703C18.1768 18.7632 18.1768 19.238 18.4697 19.5309L19.2448 20.306C19.4449 20.5061 19.5449 20.6061 19.5449 20.7304C19.5448 20.8547 19.4448 20.9547 19.2447 21.1547L19 21.3993C18.862 21.52 18.7678 21.6913 18.7479 21.888C18.7062 22.3002 19.0065 22.668 19.4186 22.7097C19.6692 22.7348 20.1783 22.7542 20.453 22.7492C20.7232 22.7442 21.0347 22.7246 21.3228 22.6689Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.67719 1.33108C2.42568 1.3797 2.03769 1.48205 1.76015 1.75959C1.48294 2.03679 1.38095 2.42506 1.3325 2.67546C1.27686 2.96306 1.2569 3.27437 1.25158 3.54459C1.24617 3.81929 1.25158 4.32997 1.28923 4.57922C1.3299 4.99144 1.69703 5.29263 2.10924 5.25196C2.30683 5.23247 2.47891 5.13797 2.60006 4.99944L2.84562 4.75401C3.04562 4.55411 3.14563 4.45416 3.26987 4.45417C3.39411 4.45419 3.49408 4.55416 3.69404 4.75412L4.46967 5.52974C4.76257 5.82263 5.23744 5.82263 5.53033 5.52974C5.82322 5.23684 5.82322 4.76197 5.53033 4.46908L4.75519 3.69395C4.55514 3.4939 4.45512 3.39388 4.45513 3.26959C4.45515 3.14531 4.5552 3.04531 4.7553 2.84531L5 2.60074C5.13796 2.48 5.23225 2.30872 5.25213 2.11196C5.29379 1.69985 4.99347 1.332 4.58136 1.29034C4.33082 1.26521 3.82174 1.24576 3.54702 1.2508C3.27679 1.25575 2.96527 1.2754 2.67719 1.33108Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.3228 1.33108C21.5743 1.3797 21.9623 1.48205 22.2398 1.75959C22.5171 2.03679 22.6191 2.42506 22.6675 2.67546C22.7231 2.96306 22.7431 3.27437 22.7484 3.54459C22.7538 3.81929 22.7484 4.32997 22.7108 4.57922C22.6701 4.99144 22.303 5.29263 21.8908 5.25196C21.6932 5.23247 21.5211 5.13797 21.3999 4.99944L21.1544 4.75401C20.9544 4.55411 20.8544 4.45416 20.7301 4.45417C20.6059 4.45419 20.5059 4.55416 20.306 4.75412L19.5303 5.52974C19.2374 5.82263 18.7626 5.82263 18.4697 5.52974C18.1768 5.23684 18.1768 4.76197 18.4697 4.46908L19.2448 3.69395C19.4449 3.4939 19.5449 3.39388 19.5449 3.26959C19.5448 3.14531 19.4448 3.04531 19.2447 2.84531L19 2.60074C18.862 2.48 18.7678 2.30872 18.7479 2.11196C18.7062 1.69985 19.0065 1.332 19.4186 1.29034C19.6692 1.26521 20.1783 1.24576 20.453 1.2508C20.7232 1.25575 21.0347 1.2754 21.3228 1.33108Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.25C7.71979 4.25 4.25 7.71979 4.25 12C4.25 16.2802 7.71979 19.75 12 19.75C16.2802 19.75 19.75 16.2802 19.75 12C19.75 7.71979 16.2802 4.25 12 4.25ZM12.663 8.5C12.663 8.08579 12.3273 7.75 11.913 7.75C11.4988 7.75 11.163 8.08579 11.163 8.5V8.61352C10.7747 8.70438 10.4162 8.86563 10.115 9.08785C9.62743 9.44762 9.25 10.0054 9.25 10.6895C9.25 11.271 9.46084 11.8349 10.0158 12.2088C10.5072 12.5398 11.169 12.6493 11.913 12.6493C12.5664 12.6493 12.9071 12.7499 13.0685 12.8552C13.1626 12.9165 13.25 13.0063 13.25 13.3109C13.25 13.5328 13.1711 13.6505 13.0026 13.7518C12.7885 13.8804 12.4212 13.9724 11.913 13.9724C11.3796 13.9724 10.9651 13.7972 10.7472 13.6022C10.4385 13.326 9.9644 13.3523 9.68816 13.6609C9.41193 13.9696 9.43821 14.4437 9.74687 14.72C10.1231 15.0567 10.6191 15.2875 11.163 15.3979V15.5C11.163 15.9142 11.4988 16.25 11.913 16.25C12.3273 16.25 12.663 15.9142 12.663 15.5V15.4174C13.0588 15.3558 13.4423 15.2374 13.7749 15.0376C14.3617 14.6852 14.75 14.0971 14.75 13.3109C14.75 12.6072 14.4896 11.9912 13.888 11.5988C13.3538 11.2504 12.651 11.1493 11.913 11.1493C11.2657 11.1493 10.971 11.0437 10.8538 10.9647C10.8 10.9285 10.75 10.8874 10.75 10.6895C10.75 10.594 10.8008 10.446 11.0056 10.2949C11.2101 10.1439 11.5285 10.0279 11.913 10.0279C12.4479 10.0279 12.8287 10.2474 12.9857 10.4538C13.2363 10.7836 13.7068 10.8477 14.0366 10.5971C14.3664 10.3464 14.4305 9.87592 14.1798 9.54615C13.8229 9.07662 13.2756 8.75721 12.663 8.61383V8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-bar-code-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 3C3.55228 3 4 3.44772 4 4V20C4 20.5523 3.55228 21 3 21C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 3C8.05228 3 8.5 3.44772 8.5 4V17C8.5 17.5523 8.05228 18 7.5 18C6.94772 18 6.5 17.5523 6.5 17V4C6.5 3.44772 6.94772 3 7.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C12.5523 3 13 3.44772 13 4V17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V4C11 3.44772 11.4477 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 3C17.0523 3 17.5 3.44772 17.5 4V17C17.5 17.5523 17.0523 18 16.5 18C15.9477 18 15.5 17.5523 15.5 17V4C15.5 3.44772 15.9477 3 16.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 3C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21C20.4477 21 20 20.5523 20 20V4C20 3.44772 20.4477 3 21 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 20C6.5 19.4477 6.94772 19 7.5 19H7.50898C8.06127 19 8.50898 19.4477 8.50898 20C8.50898 20.5523 8.06127 21 7.50898 21H7.5C6.94772 21 6.5 20.5523 6.5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 20C11 19.4477 11.4477 19 12 19H12.009C12.5613 19 13.009 19.4477 13.009 20C13.009 20.5523 12.5613 21 12.009 21H12C11.4477 21 11 20.5523 11 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5 20C15.5 19.4477 15.9477 19 16.5 19H16.509C17.0613 19 17.509 19.4477 17.509 20C17.509 20.5523 17.0613 21 16.509 21H16.5C15.9477 21 15.5 20.5523 15.5 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 3C3.55228 3 4 3.44772 4 4V20C4 20.5523 3.55228 21 3 21C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.5 3C8.05228 3 8.5 3.44772 8.5 4V17C8.5 17.5523 8.05228 18 7.5 18C6.94772 18 6.5 17.5523 6.5 17V4C6.5 3.44772 6.94772 3 7.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C12.5523 3 13 3.44772 13 4V17C13 17.5523 12.5523 18 12 18C11.4477 18 11 17.5523 11 17V4C11 3.44772 11.4477 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5 3C17.0523 3 17.5 3.44772 17.5 4V17C17.5 17.5523 17.0523 18 16.5 18C15.9477 18 15.5 17.5523 15.5 17V4C15.5 3.44772 15.9477 3 16.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 3C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21C20.4477 21 20 20.5523 20 20V4C20 3.44772 20.4477 3 21 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 20C6.5 19.4477 6.94772 19 7.5 19H7.50898C8.06127 19 8.50898 19.4477 8.50898 20C8.50898 20.5523 8.06127 21 7.50898 21H7.5C6.94772 21 6.5 20.5523 6.5 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 20C11 19.4477 11.4477 19 12 19H12.009C12.5613 19 13.009 19.4477 13.009 20C13.009 20.5523 12.5613 21 12.009 21H12C11.4477 21 11 20.5523 11 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.5 20C15.5 19.4477 15.9477 19 16.5 19H16.509C17.0613 19 17.509 19.4477 17.509 20C17.509 20.5523 17.0613 21 16.509 21H16.5C15.9477 21 15.5 20.5523 15.5 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-bar-code-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0803 3.25L10.125 3.25001L10.1698 3.25C10.6026 3.24995 10.9994 3.24991 11.3222 3.29331C11.6777 3.3411 12.0534 3.45355 12.3624 3.76257C12.6715 4.07159 12.7839 4.44732 12.8317 4.8028C12.8751 5.12561 12.8751 5.52244 12.875 5.95525V5.95526L12.875 6.00001L12.875 18.0448V18.0448C12.8751 18.4776 12.8751 18.8744 12.8317 19.1972C12.7839 19.5527 12.6715 19.9284 12.3624 20.2374C12.0534 20.5465 11.6777 20.6589 11.3222 20.7067C10.9994 20.7501 10.6026 20.7501 10.1698 20.75H10.0803C9.64744 20.7501 9.25061 20.7501 8.9278 20.7067C8.57232 20.6589 8.19659 20.5465 7.88757 20.2374C7.57855 19.9284 7.4661 19.5527 7.41831 19.1972C7.37491 18.8744 7.37495 18.4776 7.375 18.0448L7.37501 6.00001L7.375 5.95526C7.37495 5.52244 7.37491 5.12561 7.41831 4.8028C7.4661 4.44732 7.57855 4.07159 7.88757 3.76257C8.19659 3.45355 8.57232 3.3411 8.9278 3.29331C9.25061 3.24991 9.64744 3.24995 10.0803 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.125 3.25C2.67728 3.25 3.125 3.68528 3.125 4.22222V19.7778C3.125 20.3147 2.67728 20.75 2.125 20.75C1.57272 20.75 1.125 20.3147 1.125 19.7778V4.22222C1.125 3.68528 1.57272 3.25 2.125 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.125 3.25C5.67728 3.25 6.125 3.68528 6.125 4.22222V19.7778C6.125 20.3147 5.67728 20.75 5.125 20.75C4.57272 20.75 4.125 20.3147 4.125 19.7778V4.22222C4.125 3.68528 4.57272 3.25 5.125 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.125 3.25C15.6773 3.25 16.125 3.68528 16.125 4.22222V19.7778C16.125 20.3147 15.6773 20.75 15.125 20.75C14.5727 20.75 14.125 20.3147 14.125 19.7778V4.22222C14.125 3.68528 14.5727 3.25 15.125 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0803 3.25L20.125 3.25001L20.1698 3.25C20.6026 3.24995 20.9994 3.24991 21.3222 3.29331C21.6777 3.3411 22.0534 3.45355 22.3624 3.76257C22.6715 4.07159 22.7839 4.44732 22.8317 4.8028C22.8751 5.12561 22.8751 5.52244 22.875 5.95525V5.95526L22.875 6.00001L22.875 18.0448V18.0448C22.8751 18.4776 22.8751 18.8744 22.8317 19.1972C22.7839 19.5527 22.6715 19.9284 22.3624 20.2374C22.0534 20.5465 21.6777 20.6589 21.3222 20.7067C20.9994 20.7501 20.6026 20.7501 20.1698 20.75H20.0803C19.6474 20.7501 19.2506 20.7501 18.9278 20.7067C18.5723 20.6589 18.1966 20.5465 17.8876 20.2374C17.5785 19.9284 17.4661 19.5527 17.4183 19.1972C17.3749 18.8744 17.375 18.4776 17.375 18.0448L17.375 6.00001L17.375 5.95526C17.375 5.52244 17.3749 5.12561 17.4183 4.8028C17.4661 4.44732 17.5785 4.07159 17.8876 3.76257C18.1966 3.45355 18.5723 3.3411 18.9278 3.29331C19.2506 3.24991 19.6474 3.24995 20.0803 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0803 3.25L10.125 3.25001L10.1698 3.25C10.6026 3.24995 10.9994 3.24991 11.3222 3.29331C11.6777 3.3411 12.0534 3.45355 12.3624 3.76257C12.6715 4.07159 12.7839 4.44732 12.8317 4.8028C12.8751 5.12561 12.8751 5.52244 12.875 5.95525V5.95526L12.875 6.00001L12.875 18.0448V18.0448C12.8751 18.4776 12.8751 18.8744 12.8317 19.1972C12.7839 19.5527 12.6715 19.9284 12.3624 20.2374C12.0534 20.5465 11.6777 20.6589 11.3222 20.7067C10.9994 20.7501 10.6026 20.7501 10.1698 20.75H10.0803C9.64744 20.7501 9.25061 20.7501 8.9278 20.7067C8.57232 20.6589 8.19659 20.5465 7.88757 20.2374C7.57855 19.9284 7.4661 19.5527 7.41831 19.1972C7.37491 18.8744 7.37495 18.4776 7.375 18.0448L7.37501 6.00001L7.375 5.95526C7.37495 5.52244 7.37491 5.12561 7.41831 4.8028C7.4661 4.44732 7.57855 4.07159 7.88757 3.76257C8.19659 3.45355 8.57232 3.3411 8.9278 3.29331C9.25061 3.24991 9.64744 3.24995 10.0803 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.125 3.25C2.67728 3.25 3.125 3.68528 3.125 4.22222V19.7778C3.125 20.3147 2.67728 20.75 2.125 20.75C1.57272 20.75 1.125 20.3147 1.125 19.7778V4.22222C1.125 3.68528 1.57272 3.25 2.125 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.125 3.25C5.67728 3.25 6.125 3.68528 6.125 4.22222V19.7778C6.125 20.3147 5.67728 20.75 5.125 20.75C4.57272 20.75 4.125 20.3147 4.125 19.7778V4.22222C4.125 3.68528 4.57272 3.25 5.125 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.125 3.25C15.6773 3.25 16.125 3.68528 16.125 4.22222V19.7778C16.125 20.3147 15.6773 20.75 15.125 20.75C14.5727 20.75 14.125 20.3147 14.125 19.7778V4.22222C14.125 3.68528 14.5727 3.25 15.125 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.0803 3.25L20.125 3.25001L20.1698 3.25C20.6026 3.24995 20.9994 3.24991 21.3222 3.29331C21.6777 3.3411 22.0534 3.45355 22.3624 3.76257C22.6715 4.07159 22.7839 4.44732 22.8317 4.8028C22.8751 5.12561 22.8751 5.52244 22.875 5.95525V5.95526L22.875 6.00001L22.875 18.0448V18.0448C22.8751 18.4776 22.8751 18.8744 22.8317 19.1972C22.7839 19.5527 22.6715 19.9284 22.3624 20.2374C22.0534 20.5465 21.6777 20.6589 21.3222 20.7067C20.9994 20.7501 20.6026 20.7501 20.1698 20.75H20.0803C19.6474 20.7501 19.2506 20.7501 18.9278 20.7067C18.5723 20.6589 18.1966 20.5465 17.8876 20.2374C17.5785 19.9284 17.4661 19.5527 17.4183 19.1972C17.3749 18.8744 17.375 18.4776 17.375 18.0448L17.375 6.00001L17.375 5.95526C17.375 5.52244 17.3749 5.12561 17.4183 4.8028C17.4661 4.44732 17.5785 4.07159 17.8876 3.76257C18.1966 3.45355 18.5723 3.3411 18.9278 3.29331C19.2506 3.24991 19.6474 3.24995 20.0803 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-cargo-ship{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.2278 19.6132C4.53128 19.4938 4.91328 19.375 5.33338 19.375C5.72715 19.375 6.11925 19.4755 6.44382 19.5803C6.77748 19.6881 7.12052 19.8283 7.41989 19.951L7.44417 19.961C7.74893 20.086 8.00792 20.1922 8.24068 20.2699C8.49344 20.3542 8.61676 20.3696 8.65331 20.3691L8.67509 20.3691C8.91686 20.3711 9.24294 20.2424 9.88061 19.9606C9.89468 19.9543 9.90894 19.948 9.92337 19.9416C10.4458 19.7105 11.2038 19.375 12 19.375C12.7963 19.375 13.5543 19.7105 14.0767 19.9416C14.0912 19.948 14.1054 19.9543 14.1195 19.9606C14.7572 20.2424 15.0832 20.3711 15.325 20.3691C15.3524 20.3688 15.3799 20.3697 15.4072 20.3718C15.7671 20.3984 16.1491 20.2644 16.7031 20.0034C16.7537 19.9795 16.8076 19.9538 16.8638 19.9269C17.078 19.8244 17.3263 19.7056 17.5611 19.6132C17.8646 19.4938 18.2466 19.375 18.6667 19.375C19.0605 19.375 19.4526 19.4755 19.7772 19.5803C20.1108 19.6881 20.4539 19.8283 20.7532 19.951L20.7776 19.961C21.0823 20.086 21.3413 20.1922 21.574 20.2699C21.8268 20.3542 21.9501 20.3696 21.9866 20.3691C22.5389 20.3617 22.9926 20.8034 23 21.3556C23.0074 21.9079 22.5657 22.3615 22.0134 22.3689C21.629 22.3741 21.2439 22.2681 20.9411 22.1671C20.6424 22.0674 20.3264 21.9377 20.0447 21.8221C20.0278 21.8152 20.011 21.8083 19.9943 21.8015C19.6843 21.6743 19.4112 21.5639 19.1624 21.4835C18.9045 21.4002 18.7478 21.375 18.6667 21.375C18.612 21.375 18.5017 21.3924 18.2934 21.4744C18.1313 21.5382 17.9703 21.615 17.7688 21.7112C17.7026 21.7429 17.632 21.7766 17.5556 21.8126C17.0118 22.0688 16.2169 22.4253 15.299 22.369C14.5958 22.3623 13.8952 22.0501 13.4126 21.835C13.3775 21.8194 13.3436 21.8043 13.3109 21.7898C12.705 21.522 12.3213 21.375 12 21.375C11.6787 21.375 11.2951 21.522 10.6892 21.7898C10.6565 21.8043 10.6226 21.8194 10.5875 21.835C10.0975 22.0534 9.38277 22.3719 8.66883 22.3691C8.28817 22.372 7.90761 22.2671 7.60779 22.1671C7.3091 22.0674 6.99309 21.9377 6.71138 21.8221C6.69446 21.8152 6.67766 21.8083 6.661 21.8015C6.35099 21.6743 6.07791 21.5639 5.82909 21.4835C5.57118 21.4002 5.41444 21.375 5.33338 21.375C5.27864 21.375 5.16838 21.3924 4.96008 21.4744C4.79795 21.5382 4.637 21.615 4.43548 21.7112C4.36929 21.7429 4.29871 21.7766 4.22228 21.8126C3.67067 22.0725 2.86078 22.4355 1.92618 22.3663C1.3754 22.3255 0.961982 21.8459 1.00278 21.2952C1.04357 20.7444 1.52314 20.331 2.07391 20.3718C2.43381 20.3984 2.81575 20.2644 3.36976 20.0034C3.4204 19.9795 3.47424 19.9538 3.53043 19.9269C3.74467 19.8244 3.99301 19.7056 4.2278 19.6132Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1415 5.375C10.1623 5.375 10.1832 5.375 10.2042 5.375L13.8586 5.375C14.6836 5.37495 15.3977 5.37491 15.9738 5.44995C16.5931 5.53058 17.1874 5.71184 17.6863 6.17384C18.1852 6.63584 18.4115 7.21456 18.5394 7.82577C18.6584 8.39451 18.7132 9.10647 18.7764 9.92902L18.9971 12.7983C19.0395 13.349 18.6274 13.8297 18.0767 13.8721C17.5261 13.9144 17.0454 13.5024 17.003 12.9517L16.7871 10.1449C16.7176 9.24186 16.671 8.66145 16.5818 8.23538C16.4986 7.83741 16.4036 7.71184 16.3274 7.64128C16.2512 7.57073 16.1188 7.48571 15.7156 7.4332C15.2839 7.37699 14.7016 7.375 13.7959 7.375H10.2042C9.29845 7.375 8.71618 7.37699 8.28452 7.4332C7.88133 7.48571 7.74885 7.57073 7.67266 7.64128C7.59647 7.71184 7.50154 7.83741 7.41827 8.23538C7.32911 8.66145 7.28247 9.24187 7.21301 10.1449L6.9971 12.9517C6.95474 13.5024 6.47401 13.9144 5.92335 13.8721C5.37269 13.8297 4.96064 13.349 5.00299 12.7983L5.2189 9.99152C5.22051 9.97062 5.22211 9.94978 5.22371 9.92901C5.28693 9.10647 5.34166 8.39451 5.46066 7.82577C5.58855 7.21456 5.81486 6.63584 6.31376 6.17384C6.81267 5.71184 7.40704 5.53058 8.02625 5.44995C8.60245 5.37491 9.31651 5.37495 10.1415 5.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.6028 1.625L11.6484 1.625H12.3517L12.3972 1.625H12.3973C12.9888 1.62497 13.5021 1.62494 13.9183 1.67795C14.3661 1.73501 14.7965 1.86301 15.1649 2.18823C15.5333 2.51344 15.7137 2.92461 15.8258 3.36194C15.9301 3.76829 15.9937 4.27771 16.0671 4.86468L16.2442 6.28198C16.2709 6.49544 16.2046 6.71008 16.0623 6.87136C15.9199 7.03263 15.7151 7.125 15.5 7.125H8.5C8.28488 7.125 8.08011 7.03263 7.93775 6.87136C7.79538 6.71008 7.72911 6.49544 7.7558 6.28198L7.92731 4.90987L7.93296 4.86468C8.00629 4.27771 8.06994 3.76829 8.17416 3.36194C8.28633 2.92461 8.46673 2.51344 8.83512 2.18823C9.20352 1.86301 9.63388 1.73501 10.0818 1.67795C10.4979 1.62494 11.0112 1.62497 11.6028 1.625H11.6028Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.9525 9.9233C11.275 9.77927 11.6205 9.625 12 9.625C12.3794 9.625 12.7249 9.77927 13.0475 9.9233L13.1265 9.9585L20.6452 13.2889C20.811 13.3622 20.9972 13.4446 21.1476 13.5373C21.3295 13.6494 21.5338 13.8196 21.6553 14.1013C21.7746 14.3777 21.7626 14.638 21.7196 14.8493C21.6848 15.0202 21.618 15.2079 21.56 15.3708L21.5494 15.4009C21.3411 15.9871 21.0005 16.8203 20.5417 17.7321C20.4373 17.9397 20.3851 18.0435 20.2891 18.0873C20.193 18.1311 20.0715 18.1003 19.8285 18.0385C19.4863 17.9516 19.0737 17.875 18.6666 17.875C17.973 17.875 17.3875 18.0696 17.0118 18.2174C16.7225 18.3313 16.2716 18.5469 16.0702 18.6433C15.8488 18.7474 15.6706 18.8135 15.5505 18.8459C15.3628 18.8851 14.8847 18.6739 14.6691 18.5634C14.1684 18.341 13.1196 17.875 12 17.875C10.8813 17.875 9.87539 18.3217 9.37117 18.5456C9.18475 18.628 9.01601 18.7011 8.88147 18.7569C8.78719 18.7961 8.74003 18.8156 8.68219 18.8164C8.62435 18.8171 8.57694 18.7988 8.48211 18.7621C8.35428 18.7128 8.20349 18.6512 8.01325 18.5732L8.00591 18.5701C7.7163 18.4514 7.29924 18.2803 6.90479 18.1529C6.52923 18.0316 5.96103 17.875 5.3333 17.875C4.91054 17.875 4.52794 17.9473 4.20854 18.0372C3.94962 18.1101 3.82016 18.1466 3.72158 18.1031C3.623 18.0597 3.56848 17.9513 3.45945 17.7347C3.00011 16.8219 2.65899 15.9876 2.45056 15.4009L2.43988 15.3708C2.3819 15.2079 2.31513 15.0202 2.28035 14.8493C2.23737 14.638 2.22533 14.3777 2.34463 14.1013C2.46618 13.8196 2.67041 13.6494 2.85238 13.5373C3.00274 13.4446 3.18893 13.3622 3.35476 13.2889L10.8734 9.9585L10.9525 9.9233Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.2278 19.6132C4.53128 19.4938 4.91328 19.375 5.33338 19.375C5.72715 19.375 6.11925 19.4755 6.44382 19.5803C6.77748 19.6881 7.12052 19.8283 7.41989 19.951L7.44417 19.961C7.74893 20.086 8.00792 20.1922 8.24068 20.2699C8.49344 20.3542 8.61676 20.3696 8.65331 20.3691L8.67509 20.3691C8.91686 20.3711 9.24294 20.2424 9.88061 19.9606C9.89468 19.9543 9.90894 19.948 9.92337 19.9416C10.4458 19.7105 11.2038 19.375 12 19.375C12.7963 19.375 13.5543 19.7105 14.0767 19.9416C14.0912 19.948 14.1054 19.9543 14.1195 19.9606C14.7572 20.2424 15.0832 20.3711 15.325 20.3691C15.3524 20.3688 15.3799 20.3697 15.4072 20.3718C15.7671 20.3984 16.1491 20.2644 16.7031 20.0034C16.7537 19.9795 16.8076 19.9538 16.8638 19.9269C17.078 19.8244 17.3263 19.7056 17.5611 19.6132C17.8646 19.4938 18.2466 19.375 18.6667 19.375C19.0605 19.375 19.4526 19.4755 19.7772 19.5803C20.1108 19.6881 20.4539 19.8283 20.7532 19.951L20.7776 19.961C21.0823 20.086 21.3413 20.1922 21.574 20.2699C21.8268 20.3542 21.9501 20.3696 21.9866 20.3691C22.5389 20.3617 22.9926 20.8034 23 21.3556C23.0074 21.9079 22.5657 22.3615 22.0134 22.3689C21.629 22.3741 21.2439 22.2681 20.9411 22.1671C20.6424 22.0674 20.3264 21.9377 20.0447 21.8221C20.0278 21.8152 20.011 21.8083 19.9943 21.8015C19.6843 21.6743 19.4112 21.5639 19.1624 21.4835C18.9045 21.4002 18.7478 21.375 18.6667 21.375C18.612 21.375 18.5017 21.3924 18.2934 21.4744C18.1313 21.5382 17.9703 21.615 17.7688 21.7112C17.7026 21.7429 17.632 21.7766 17.5556 21.8126C17.0118 22.0688 16.2169 22.4253 15.299 22.369C14.5958 22.3623 13.8952 22.0501 13.4126 21.835C13.3775 21.8194 13.3436 21.8043 13.3109 21.7898C12.705 21.522 12.3213 21.375 12 21.375C11.6787 21.375 11.2951 21.522 10.6892 21.7898C10.6565 21.8043 10.6226 21.8194 10.5875 21.835C10.0975 22.0534 9.38277 22.3719 8.66883 22.3691C8.28817 22.372 7.90761 22.2671 7.60779 22.1671C7.3091 22.0674 6.99309 21.9377 6.71138 21.8221C6.69446 21.8152 6.67766 21.8083 6.661 21.8015C6.35099 21.6743 6.07791 21.5639 5.82909 21.4835C5.57118 21.4002 5.41444 21.375 5.33338 21.375C5.27864 21.375 5.16838 21.3924 4.96008 21.4744C4.79795 21.5382 4.637 21.615 4.43548 21.7112C4.36929 21.7429 4.29871 21.7766 4.22228 21.8126C3.67067 22.0725 2.86078 22.4355 1.92618 22.3663C1.3754 22.3255 0.961982 21.8459 1.00278 21.2952C1.04357 20.7444 1.52314 20.331 2.07391 20.3718C2.43381 20.3984 2.81575 20.2644 3.36976 20.0034C3.4204 19.9795 3.47424 19.9538 3.53043 19.9269C3.74467 19.8244 3.99301 19.7056 4.2278 19.6132Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.1415 5.375C10.1623 5.375 10.1832 5.375 10.2042 5.375L13.8586 5.375C14.6836 5.37495 15.3977 5.37491 15.9738 5.44995C16.5931 5.53058 17.1874 5.71184 17.6863 6.17384C18.1852 6.63584 18.4115 7.21456 18.5394 7.82577C18.6584 8.39451 18.7132 9.10647 18.7764 9.92902L18.9971 12.7983C19.0395 13.349 18.6274 13.8297 18.0767 13.8721C17.5261 13.9144 17.0454 13.5024 17.003 12.9517L16.7871 10.1449C16.7176 9.24186 16.671 8.66145 16.5818 8.23538C16.4986 7.83741 16.4036 7.71184 16.3274 7.64128C16.2512 7.57073 16.1188 7.48571 15.7156 7.4332C15.2839 7.37699 14.7016 7.375 13.7959 7.375H10.2042C9.29845 7.375 8.71618 7.37699 8.28452 7.4332C7.88133 7.48571 7.74885 7.57073 7.67266 7.64128C7.59647 7.71184 7.50154 7.83741 7.41827 8.23538C7.32911 8.66145 7.28247 9.24187 7.21301 10.1449L6.9971 12.9517C6.95474 13.5024 6.47401 13.9144 5.92335 13.8721C5.37269 13.8297 4.96064 13.349 5.00299 12.7983L5.2189 9.99152C5.22051 9.97062 5.22211 9.94978 5.22371 9.92901C5.28693 9.10647 5.34166 8.39451 5.46066 7.82577C5.58855 7.21456 5.81486 6.63584 6.31376 6.17384C6.81267 5.71184 7.40704 5.53058 8.02625 5.44995C8.60245 5.37491 9.31651 5.37495 10.1415 5.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.6028 1.625L11.6484 1.625H12.3517L12.3972 1.625H12.3973C12.9888 1.62497 13.5021 1.62494 13.9183 1.67795C14.3661 1.73501 14.7965 1.86301 15.1649 2.18823C15.5333 2.51344 15.7137 2.92461 15.8258 3.36194C15.9301 3.76829 15.9937 4.27771 16.0671 4.86468L16.2442 6.28198C16.2709 6.49544 16.2046 6.71008 16.0623 6.87136C15.9199 7.03263 15.7151 7.125 15.5 7.125H8.5C8.28488 7.125 8.08011 7.03263 7.93775 6.87136C7.79538 6.71008 7.72911 6.49544 7.7558 6.28198L7.92731 4.90987L7.93296 4.86468C8.00629 4.27771 8.06994 3.76829 8.17416 3.36194C8.28633 2.92461 8.46673 2.51344 8.83512 2.18823C9.20352 1.86301 9.63388 1.73501 10.0818 1.67795C10.4979 1.62494 11.0112 1.62497 11.6028 1.625H11.6028Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.9525 9.9233C11.275 9.77927 11.6205 9.625 12 9.625C12.3794 9.625 12.7249 9.77927 13.0475 9.9233L13.1265 9.9585L20.6452 13.2889C20.811 13.3622 20.9972 13.4446 21.1476 13.5373C21.3295 13.6494 21.5338 13.8196 21.6553 14.1013C21.7746 14.3777 21.7626 14.638 21.7196 14.8493C21.6848 15.0202 21.618 15.2079 21.56 15.3708L21.5494 15.4009C21.3411 15.9871 21.0005 16.8203 20.5417 17.7321C20.4373 17.9397 20.3851 18.0435 20.2891 18.0873C20.193 18.1311 20.0715 18.1003 19.8285 18.0385C19.4863 17.9516 19.0737 17.875 18.6666 17.875C17.973 17.875 17.3875 18.0696 17.0118 18.2174C16.7225 18.3313 16.2716 18.5469 16.0702 18.6433C15.8488 18.7474 15.6706 18.8135 15.5505 18.8459C15.3628 18.8851 14.8847 18.6739 14.6691 18.5634C14.1684 18.341 13.1196 17.875 12 17.875C10.8813 17.875 9.87539 18.3217 9.37117 18.5456C9.18475 18.628 9.01601 18.7011 8.88147 18.7569C8.78719 18.7961 8.74003 18.8156 8.68219 18.8164C8.62435 18.8171 8.57694 18.7988 8.48211 18.7621C8.35428 18.7128 8.20349 18.6512 8.01325 18.5732L8.00591 18.5701C7.7163 18.4514 7.29924 18.2803 6.90479 18.1529C6.52923 18.0316 5.96103 17.875 5.3333 17.875C4.91054 17.875 4.52794 17.9473 4.20854 18.0372C3.94962 18.1101 3.82016 18.1466 3.72158 18.1031C3.623 18.0597 3.56848 17.9513 3.45945 17.7347C3.00011 16.8219 2.65899 15.9876 2.45056 15.4009L2.43988 15.3708C2.3819 15.2079 2.31513 15.0202 2.28035 14.8493C2.23737 14.638 2.22533 14.3777 2.34463 14.1013C2.46618 13.8196 2.67041 13.6494 2.85238 13.5373C3.00274 13.4446 3.18893 13.3622 3.35476 13.2889L10.8734 9.9585L10.9525 9.9233Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-container-truck-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.09888 3.25H12.0602C12.6994 3.24994 13.2738 3.24989 13.7387 3.31207C14.2463 3.37996 14.767 3.53758 15.1935 3.9619C15.62 4.38622 15.8085 5.18953 15.8768 5.69447C19.7122 5.92886 22.75 9.09762 22.75 12.9722L22.75 15.7015V15.7015V15.7016V15.7016C22.7501 15.8713 22.7502 16.0375 22.7312 16.1895C22.5929 17.2935 21.2749 18.1819 20.1651 18.3195C19.7446 19.7251 18.4358 20.75 16.8863 20.75C15.3369 20.75 14.028 19.725 13.6075 18.3194H10.3924C9.97194 19.725 8.6631 20.75 7.11363 20.75C5.56086 20.75 4.24976 19.7207 3.83216 18.3105C3.49351 18.2799 2.81521 18.1912 2.4716 17.9938C2.10019 17.7805 1.79176 17.4737 1.57733 17.1042C1.37895 16.7623 1.30924 16.4059 1.27855 16.069C1.24995 15.7551 1.24998 15.3766 1.25001 14.9558L1.25 7.079C1.24994 6.44304 1.24989 5.87165 1.31239 5.40916C1.38063 4.90423 1.53908 4.38622 1.9656 3.9619C2.39212 3.53758 2.91282 3.37996 3.42037 3.31207C3.88527 3.24989 4.45963 3.24994 5.09888 3.25ZM16.8861 13.9446C16.5465 13.9446 16.2185 13.9938 15.9088 14.0855V7.64697C18.6483 7.89257 20.7952 10.1831 20.7952 12.9724V15.8891C20.7952 16.1897 20.607 16.3751 20.1649 16.3751C19.7444 14.9696 18.4355 13.9446 16.8861 13.9446ZM5.64746 17.3474C5.64746 16.542 6.30377 15.8891 7.11337 15.8891C7.92296 15.8891 8.57927 16.542 8.57927 17.3474C8.57927 18.1528 7.92296 18.8057 7.11337 18.8057C6.30377 18.8057 5.64746 18.1528 5.64746 17.3474ZM16.8861 15.8891C16.0765 15.8891 15.4202 16.542 15.4202 17.3474C15.4202 18.1528 16.0765 18.8057 16.8861 18.8057C17.6957 18.8057 18.352 18.1528 18.352 17.3474C18.352 16.542 17.6957 15.8891 16.8861 15.8891ZM7.25 7C7.25 6.58579 6.91421 6.25 6.5 6.25C6.08579 6.25 5.75 6.58579 5.75 7V10.9998C5.75 11.414 6.08579 11.7498 6.5 11.7498C6.91421 11.7498 7.25 11.414 7.25 10.9998V7ZM11.25 7C11.25 6.58579 10.9142 6.25 10.5 6.25C10.0858 6.25 9.75 6.58579 9.75 7V10.9998C9.75 11.414 10.0858 11.7498 10.5 11.7498C10.9142 11.7498 11.25 11.414 11.25 10.9998V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.09888 3.25H12.0602C12.6994 3.24994 13.2738 3.24989 13.7387 3.31207C14.2463 3.37996 14.767 3.53758 15.1935 3.9619C15.62 4.38622 15.8085 5.18953 15.8768 5.69447C19.7122 5.92886 22.75 9.09762 22.75 12.9722L22.75 15.7015V15.7015V15.7016V15.7016C22.7501 15.8713 22.7502 16.0375 22.7312 16.1895C22.5929 17.2935 21.2749 18.1819 20.1651 18.3195C19.7446 19.7251 18.4358 20.75 16.8863 20.75C15.3369 20.75 14.028 19.725 13.6075 18.3194H10.3924C9.97194 19.725 8.6631 20.75 7.11363 20.75C5.56086 20.75 4.24976 19.7207 3.83216 18.3105C3.49351 18.2799 2.81521 18.1912 2.4716 17.9938C2.10019 17.7805 1.79176 17.4737 1.57733 17.1042C1.37895 16.7623 1.30924 16.4059 1.27855 16.069C1.24995 15.7551 1.24998 15.3766 1.25001 14.9558L1.25 7.079C1.24994 6.44304 1.24989 5.87165 1.31239 5.40916C1.38063 4.90423 1.53908 4.38622 1.9656 3.9619C2.39212 3.53758 2.91282 3.37996 3.42037 3.31207C3.88527 3.24989 4.45963 3.24994 5.09888 3.25ZM16.8861 13.9446C16.5465 13.9446 16.2185 13.9938 15.9088 14.0855V7.64697C18.6483 7.89257 20.7952 10.1831 20.7952 12.9724V15.8891C20.7952 16.1897 20.607 16.3751 20.1649 16.3751C19.7444 14.9696 18.4355 13.9446 16.8861 13.9446ZM5.64746 17.3474C5.64746 16.542 6.30377 15.8891 7.11337 15.8891C7.92296 15.8891 8.57927 16.542 8.57927 17.3474C8.57927 18.1528 7.92296 18.8057 7.11337 18.8057C6.30377 18.8057 5.64746 18.1528 5.64746 17.3474ZM16.8861 15.8891C16.0765 15.8891 15.4202 16.542 15.4202 17.3474C15.4202 18.1528 16.0765 18.8057 16.8861 18.8057C17.6957 18.8057 18.352 18.1528 18.352 17.3474C18.352 16.542 17.6957 15.8891 16.8861 15.8891ZM7.25 7C7.25 6.58579 6.91421 6.25 6.5 6.25C6.08579 6.25 5.75 6.58579 5.75 7V10.9998C5.75 11.414 6.08579 11.7498 6.5 11.7498C6.91421 11.7498 7.25 11.414 7.25 10.9998V7ZM11.25 7C11.25 6.58579 10.9142 6.25 10.5 6.25C10.0858 6.25 9.75 6.58579 9.75 7V10.9998C9.75 11.414 10.0858 11.7498 10.5 11.7498C10.9142 11.7498 11.25 11.414 11.25 10.9998V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-container-truck-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.09886 3.25H12.0601C12.6994 3.24994 13.2737 3.24989 13.7386 3.31207C14.2462 3.37996 14.7669 3.53758 15.1934 3.9619C15.6199 4.38622 15.8073 5.17563 15.8756 5.68056L17.2199 5.68056C17.5917 5.68053 17.9369 5.68049 18.2295 5.70878C18.5534 5.7401 18.8861 5.81108 19.2145 5.99605C19.5429 6.18102 19.7753 6.4284 19.9689 6.68857C20.1439 6.92361 20.3215 7.21817 20.5128 7.53538L22.2319 10.3857L22.2319 10.3857C22.4006 10.6644 22.5714 10.9464 22.6612 11.269C22.751 11.5917 22.7505 11.9209 22.7499 12.2462L22.7498 14.9558C22.7499 15.3765 22.7499 15.7551 22.7213 16.069C22.6906 16.4059 22.6209 16.7623 22.4225 17.1042C22.2081 17.4737 21.8997 17.7805 21.5282 17.9938C21.1846 18.1912 20.5063 18.2799 20.1677 18.3105C19.7501 19.7207 18.439 20.75 16.8862 20.75C15.3368 20.75 14.028 19.725 13.6075 18.3194H10.3924C9.97189 19.725 8.66306 20.75 7.1136 20.75C5.56083 20.75 4.24974 19.7207 3.83214 18.3105C3.4935 18.2799 2.8152 18.1912 2.47159 17.9938C2.10018 17.7805 1.79176 17.4737 1.57733 17.1042C1.37895 16.7623 1.30924 16.4059 1.27855 16.069C1.24995 15.7551 1.24998 15.3766 1.25001 14.9558L1.25 7.079C1.24994 6.44304 1.24989 5.87165 1.31239 5.40916C1.38063 4.90423 1.53908 4.38622 1.96559 3.9619C2.39211 3.53758 2.91281 3.37996 3.42036 3.31207C3.88525 3.24989 4.45961 3.24994 5.09886 3.25ZM16.886 13.9444C16.5464 13.9444 16.2184 13.9937 15.9087 14.0854V7.625H18.252L20.7951 11.7881V15.8889C20.7951 16.069 20.6127 16.3646 20.1617 16.3646C19.7379 14.9644 18.4317 13.9444 16.886 13.9444ZM5.64746 17.3472C5.64746 16.5418 6.30377 15.8889 7.11336 15.8889C7.92295 15.8889 8.57926 16.5418 8.57926 17.3472C8.57926 18.1526 7.92295 18.8056 7.11336 18.8056C6.30377 18.8056 5.64746 18.1526 5.64746 17.3472ZM16.886 15.8889C16.0764 15.8889 15.4201 16.5418 15.4201 17.3472C15.4201 18.1526 16.0764 18.8056 16.886 18.8056C17.6956 18.8056 18.3519 18.1526 18.3519 17.3472C18.3519 16.5418 17.6956 15.8889 16.886 15.8889ZM7.25 7C7.25 6.58579 6.91421 6.25 6.5 6.25C6.08579 6.25 5.75 6.58579 5.75 7V10.9998C5.75 11.414 6.08579 11.7498 6.5 11.7498C6.91421 11.7498 7.25 11.414 7.25 10.9998V7ZM11.25 7C11.25 6.58579 10.9142 6.25 10.5 6.25C10.0858 6.25 9.75 6.58579 9.75 7V10.9998C9.75 11.414 10.0858 11.7498 10.5 11.7498C10.9142 11.7498 11.25 11.414 11.25 10.9998V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.09886 3.25H12.0601C12.6994 3.24994 13.2737 3.24989 13.7386 3.31207C14.2462 3.37996 14.7669 3.53758 15.1934 3.9619C15.6199 4.38622 15.8073 5.17563 15.8756 5.68056L17.2199 5.68056C17.5917 5.68053 17.9369 5.68049 18.2295 5.70878C18.5534 5.7401 18.8861 5.81108 19.2145 5.99605C19.5429 6.18102 19.7753 6.4284 19.9689 6.68857C20.1439 6.92361 20.3215 7.21817 20.5128 7.53538L22.2319 10.3857L22.2319 10.3857C22.4006 10.6644 22.5714 10.9464 22.6612 11.269C22.751 11.5917 22.7505 11.9209 22.7499 12.2462L22.7498 14.9558C22.7499 15.3765 22.7499 15.7551 22.7213 16.069C22.6906 16.4059 22.6209 16.7623 22.4225 17.1042C22.2081 17.4737 21.8997 17.7805 21.5282 17.9938C21.1846 18.1912 20.5063 18.2799 20.1677 18.3105C19.7501 19.7207 18.439 20.75 16.8862 20.75C15.3368 20.75 14.028 19.725 13.6075 18.3194H10.3924C9.97189 19.725 8.66306 20.75 7.1136 20.75C5.56083 20.75 4.24974 19.7207 3.83214 18.3105C3.4935 18.2799 2.8152 18.1912 2.47159 17.9938C2.10018 17.7805 1.79176 17.4737 1.57733 17.1042C1.37895 16.7623 1.30924 16.4059 1.27855 16.069C1.24995 15.7551 1.24998 15.3766 1.25001 14.9558L1.25 7.079C1.24994 6.44304 1.24989 5.87165 1.31239 5.40916C1.38063 4.90423 1.53908 4.38622 1.96559 3.9619C2.39211 3.53758 2.91281 3.37996 3.42036 3.31207C3.88525 3.24989 4.45961 3.24994 5.09886 3.25ZM16.886 13.9444C16.5464 13.9444 16.2184 13.9937 15.9087 14.0854V7.625H18.252L20.7951 11.7881V15.8889C20.7951 16.069 20.6127 16.3646 20.1617 16.3646C19.7379 14.9644 18.4317 13.9444 16.886 13.9444ZM5.64746 17.3472C5.64746 16.5418 6.30377 15.8889 7.11336 15.8889C7.92295 15.8889 8.57926 16.5418 8.57926 17.3472C8.57926 18.1526 7.92295 18.8056 7.11336 18.8056C6.30377 18.8056 5.64746 18.1526 5.64746 17.3472ZM16.886 15.8889C16.0764 15.8889 15.4201 16.5418 15.4201 17.3472C15.4201 18.1526 16.0764 18.8056 16.886 18.8056C17.6956 18.8056 18.3519 18.1526 18.3519 17.3472C18.3519 16.5418 17.6956 15.8889 16.886 15.8889ZM7.25 7C7.25 6.58579 6.91421 6.25 6.5 6.25C6.08579 6.25 5.75 6.58579 5.75 7V10.9998C5.75 11.414 6.08579 11.7498 6.5 11.7498C6.91421 11.7498 7.25 11.414 7.25 10.9998V7ZM11.25 7C11.25 6.58579 10.9142 6.25 10.5 6.25C10.0858 6.25 9.75 6.58579 9.75 7V10.9998C9.75 11.414 10.0858 11.7498 10.5 11.7498C10.9142 11.7498 11.25 11.414 11.25 10.9998V7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-coupon-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.7499C11.701 22.7499 11.4452 22.6665 11.2121 22.5583C10.4412 22.1745 9.48926 21.6264 8.78073 21.2059C8.27366 20.9049 8.02012 20.7544 7.75033 20.7521C7.48055 20.7498 7.22934 20.8931 6.72693 21.1797L5.72195 21.753C5.21874 22.0008 4.3685 22.3168 3.60204 21.8521C3.06862 21.5288 2.8921 20.985 2.81942 20.4932C2.74991 20.0229 2.74995 19.4098 2.75 18.7033L2.75 7.94513C2.74998 6.57754 2.74997 5.47522 2.86653 4.60825C2.98754 3.70814 3.24644 2.95027 3.84836 2.34835C4.45027 1.74644 5.20815 1.48754 6.10825 1.36653C6.97521 1.24997 8.07755 1.24998 9.44512 1.25H9.44513H14.5549H14.5549C15.9225 1.24998 17.0248 1.24997 17.8917 1.36653C18.7919 1.48754 19.5497 1.74644 20.1516 2.34835C20.7536 2.95027 21.0125 3.70814 21.1335 4.60825C21.25 5.47522 21.25 6.57754 21.25 7.94513L21.25 18.7033C21.25 19.4098 21.2501 20.0229 21.1806 20.4932C21.1079 20.985 20.9314 21.5288 20.398 21.8521C19.6315 22.3168 18.7813 22.0008 18.2781 21.753L17.2731 21.1797C16.7707 20.8931 16.5195 20.7498 16.2497 20.7521C15.9799 20.7544 15.7263 20.9049 15.2193 21.2059C14.5107 21.6264 13.5588 22.1745 12.7879 22.5583C12.5548 22.6665 12.299 22.7499 12 22.7499ZM8.29289 14.7071C7.90237 14.3166 7.90237 13.6834 8.29289 13.2929L14.2929 7.29289C14.6834 6.90237 15.3166 6.90237 15.7071 7.29289C16.0976 7.68342 16.0976 8.31658 15.7071 8.70711L9.70711 14.7071C9.31658 15.0976 8.68342 15.0976 8.29289 14.7071ZM9.00897 7H9C8.44772 7 8 7.44772 8 8C8 8.55228 8.44772 9 9 9H9.00897C9.56125 9 10.009 8.55228 10.009 8C10.009 7.44772 9.56125 7 9.00897 7ZM14.991 13C14.4387 13 13.991 13.4477 13.991 14C13.991 14.5523 14.4387 15 14.991 15H15C15.5523 15 16 14.5523 16 14C16 13.4477 15.5523 13 15 13H14.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.7499C11.701 22.7499 11.4452 22.6665 11.2121 22.5583C10.4412 22.1745 9.48926 21.6264 8.78073 21.2059C8.27366 20.9049 8.02012 20.7544 7.75033 20.7521C7.48055 20.7498 7.22934 20.8931 6.72693 21.1797L5.72195 21.753C5.21874 22.0008 4.3685 22.3168 3.60204 21.8521C3.06862 21.5288 2.8921 20.985 2.81942 20.4932C2.74991 20.0229 2.74995 19.4098 2.75 18.7033L2.75 7.94513C2.74998 6.57754 2.74997 5.47522 2.86653 4.60825C2.98754 3.70814 3.24644 2.95027 3.84836 2.34835C4.45027 1.74644 5.20815 1.48754 6.10825 1.36653C6.97521 1.24997 8.07755 1.24998 9.44512 1.25H9.44513H14.5549H14.5549C15.9225 1.24998 17.0248 1.24997 17.8917 1.36653C18.7919 1.48754 19.5497 1.74644 20.1516 2.34835C20.7536 2.95027 21.0125 3.70814 21.1335 4.60825C21.25 5.47522 21.25 6.57754 21.25 7.94513L21.25 18.7033C21.25 19.4098 21.2501 20.0229 21.1806 20.4932C21.1079 20.985 20.9314 21.5288 20.398 21.8521C19.6315 22.3168 18.7813 22.0008 18.2781 21.753L17.2731 21.1797C16.7707 20.8931 16.5195 20.7498 16.2497 20.7521C15.9799 20.7544 15.7263 20.9049 15.2193 21.2059C14.5107 21.6264 13.5588 22.1745 12.7879 22.5583C12.5548 22.6665 12.299 22.7499 12 22.7499ZM8.29289 14.7071C7.90237 14.3166 7.90237 13.6834 8.29289 13.2929L14.2929 7.29289C14.6834 6.90237 15.3166 6.90237 15.7071 7.29289C16.0976 7.68342 16.0976 8.31658 15.7071 8.70711L9.70711 14.7071C9.31658 15.0976 8.68342 15.0976 8.29289 14.7071ZM9.00897 7H9C8.44772 7 8 7.44772 8 8C8 8.55228 8.44772 9 9 9H9.00897C9.56125 9 10.009 8.55228 10.009 8C10.009 7.44772 9.56125 7 9.00897 7ZM14.991 13C14.4387 13 13.991 13.4477 13.991 14C13.991 14.5523 14.4387 15 14.991 15H15C15.5523 15 16 14.5523 16 14C16 13.4477 15.5523 13 15 13H14.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-coupon-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.1015 2.20181C11.2777 2.4364 11.6079 2.59426 12 2.59426C12.3921 2.59426 12.7223 2.4364 12.8985 2.20181C13.8517 0.93273 15.815 0.93273 16.7682 2.20181L17.2866 2.89203C17.3484 2.97435 17.4531 3.02486 17.5793 3.01849C17.7053 3.01213 17.7998 2.95199 17.8492 2.86863C18.3169 2.07982 19.1835 1.86588 19.8799 2.03831C20.5785 2.21128 21.25 2.81358 21.25 3.74774V20.2523C21.25 21.1864 20.5785 21.7887 19.8799 21.9617C19.1835 22.1341 18.3169 21.9202 17.8492 21.1314C17.7998 21.048 17.7053 20.9879 17.5793 20.9815C17.4531 20.9751 17.3484 21.0256 17.2866 21.108L16.7682 21.7982C15.815 23.0673 13.8517 23.0673 12.8985 21.7982C12.7223 21.5636 12.3921 21.4057 12 21.4057C11.6079 21.4057 11.2777 21.5636 11.1015 21.7982C10.1483 23.0673 8.18499 23.0673 7.23183 21.7982L6.71343 21.108C6.65159 21.0256 6.54686 20.9751 6.42071 20.9815C6.29466 20.9879 6.20024 21.048 6.15081 21.1314C5.68309 21.9202 4.81652 22.1341 4.1201 21.9617C3.42148 21.7887 2.75 21.1864 2.75 20.2523V3.74775C2.75 2.81358 3.42148 2.21128 4.1201 2.03831C4.81652 1.86588 5.68309 2.07982 6.15081 2.86863C6.20024 2.95199 6.29466 3.01213 6.42071 3.01849C6.54686 3.02486 6.65159 2.97435 6.71343 2.89203L7.23183 2.20181C8.18499 0.93273 10.1483 0.93273 11.1015 2.20181ZM8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071ZM9.00897 8H9C8.44772 8 8 8.44772 8 9C8 9.55229 8.44772 10 9 10H9.00897C9.56125 10 10.009 9.55229 10.009 9C10.009 8.44772 9.56125 8 9.00897 8ZM14.991 14C14.4387 14 13.991 14.4477 13.991 15C13.991 15.5523 14.4387 16 14.991 16H15C15.5523 16 16 15.5523 16 15C16 14.4477 15.5523 14 15 14H14.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.1015 2.20181C11.2777 2.4364 11.6079 2.59426 12 2.59426C12.3921 2.59426 12.7223 2.4364 12.8985 2.20181C13.8517 0.93273 15.815 0.93273 16.7682 2.20181L17.2866 2.89203C17.3484 2.97435 17.4531 3.02486 17.5793 3.01849C17.7053 3.01213 17.7998 2.95199 17.8492 2.86863C18.3169 2.07982 19.1835 1.86588 19.8799 2.03831C20.5785 2.21128 21.25 2.81358 21.25 3.74774V20.2523C21.25 21.1864 20.5785 21.7887 19.8799 21.9617C19.1835 22.1341 18.3169 21.9202 17.8492 21.1314C17.7998 21.048 17.7053 20.9879 17.5793 20.9815C17.4531 20.9751 17.3484 21.0256 17.2866 21.108L16.7682 21.7982C15.815 23.0673 13.8517 23.0673 12.8985 21.7982C12.7223 21.5636 12.3921 21.4057 12 21.4057C11.6079 21.4057 11.2777 21.5636 11.1015 21.7982C10.1483 23.0673 8.18499 23.0673 7.23183 21.7982L6.71343 21.108C6.65159 21.0256 6.54686 20.9751 6.42071 20.9815C6.29466 20.9879 6.20024 21.048 6.15081 21.1314C5.68309 21.9202 4.81652 22.1341 4.1201 21.9617C3.42148 21.7887 2.75 21.1864 2.75 20.2523V3.74775C2.75 2.81358 3.42148 2.21128 4.1201 2.03831C4.81652 1.86588 5.68309 2.07982 6.15081 2.86863C6.20024 2.95199 6.29466 3.01213 6.42071 3.01849C6.54686 3.02486 6.65159 2.97435 6.71343 2.89203L7.23183 2.20181C8.18499 0.93273 10.1483 0.93273 11.1015 2.20181ZM8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071ZM9.00897 8H9C8.44772 8 8 8.44772 8 9C8 9.55229 8.44772 10 9 10H9.00897C9.56125 10 10.009 9.55229 10.009 9C10.009 8.44772 9.56125 8 9.00897 8ZM14.991 14C14.4387 14 13.991 14.4477 13.991 15C13.991 15.5523 14.4387 16 14.991 16H15C15.5523 16 16 15.5523 16 15C16 14.4477 15.5523 14 15 14H14.991Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-coupon-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0534 2.75C15.6601 2.74999 16.9289 2.74998 17.9391 2.86271C18.9748 2.97828 19.8256 3.21963 20.5575 3.76216C21.0606 4.13512 21.4961 4.5968 21.8456 5.12508C22.4908 6.10053 22.6811 7.28307 22.749 8.8459C22.7814 9.59249 22.1524 10.0938 21.5352 10.0938C20.6033 10.0938 19.776 10.9064 19.776 12C19.776 13.0936 20.6033 13.9062 21.5352 13.9062C22.1524 13.9062 22.7814 14.4075 22.749 15.1541C22.6811 16.7169 22.4908 17.8995 21.8456 18.8749C21.4961 19.4032 21.0606 19.8649 20.5575 20.2378C19.8256 20.7804 18.9748 21.0217 17.9391 21.1373C16.9289 21.25 15.6601 21.25 14.0534 21.25H14.0533H9.94687H9.94678C8.34009 21.25 7.07132 21.25 6.06107 21.1373C5.02537 21.0217 4.17461 20.7804 3.44269 20.2378C2.93955 19.8649 2.50404 19.4032 2.15462 18.8749C1.50935 17.8994 1.31903 16.7167 1.2512 15.1536C1.21882 14.4074 1.84739 13.9062 2.46441 13.9062C3.39631 13.9062 4.2236 13.0936 4.2236 12C4.2236 10.9064 3.39631 10.0938 2.46441 10.0938C1.84739 10.0938 1.21882 9.5926 1.2512 8.84643C1.31903 7.28333 1.50935 6.10064 2.15462 5.12508C2.50404 4.5968 2.93954 4.13512 3.44269 3.76216C4.17461 3.21963 5.02537 2.97828 6.06107 2.86271C7.07132 2.74998 8.3401 2.74999 9.94682 2.75H9.94683H14.0534H14.0534Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0534 2.75C15.6601 2.74999 16.9289 2.74998 17.9391 2.86271C18.9748 2.97828 19.8256 3.21963 20.5575 3.76216C21.0606 4.13512 21.4961 4.5968 21.8456 5.12508C22.4908 6.10053 22.6811 7.28307 22.749 8.8459C22.7814 9.59249 22.1524 10.0938 21.5352 10.0938C20.6033 10.0938 19.776 10.9064 19.776 12C19.776 13.0936 20.6033 13.9062 21.5352 13.9062C22.1524 13.9062 22.7814 14.4075 22.749 15.1541C22.6811 16.7169 22.4908 17.8995 21.8456 18.8749C21.4961 19.4032 21.0606 19.8649 20.5575 20.2378C19.8256 20.7804 18.9748 21.0217 17.9391 21.1373C16.9289 21.25 15.6601 21.25 14.0534 21.25H14.0533H9.94687H9.94678C8.34009 21.25 7.07132 21.25 6.06107 21.1373C5.02537 21.0217 4.17461 20.7804 3.44269 20.2378C2.93955 19.8649 2.50404 19.4032 2.15462 18.8749C1.50935 17.8994 1.31903 16.7167 1.2512 15.1536C1.21882 14.4074 1.84739 13.9062 2.46441 13.9062C3.39631 13.9062 4.2236 13.0936 4.2236 12C4.2236 10.9064 3.39631 10.0938 2.46441 10.0938C1.84739 10.0938 1.21882 9.5926 1.2512 8.84643C1.31903 7.28333 1.50935 6.10064 2.15462 5.12508C2.50404 4.5968 2.93954 4.13512 3.44269 3.76216C4.17461 3.21963 5.02537 2.97828 6.06107 2.86271C7.07132 2.74998 8.3401 2.74999 9.94682 2.75H9.94683H14.0534H14.0534Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-coupon-percent{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0532 2.75C15.66 2.74999 16.9287 2.74998 17.939 2.86271C18.9747 2.97828 19.8255 3.21963 20.5574 3.76216C21.0605 4.13512 21.496 4.5968 21.8454 5.12508C22.4906 6.10053 22.681 7.28307 22.7488 8.8459C22.7812 9.59249 22.1523 10.0938 21.5351 10.0938C20.6032 10.0938 19.7759 10.9064 19.7759 12C19.7759 13.0936 20.6032 13.9062 21.5351 13.9062C22.1523 13.9062 22.7812 14.4075 22.7488 15.1541C22.681 16.7169 22.4906 17.8995 21.8454 18.8749C21.496 19.4032 21.0605 19.8649 20.5574 20.2378C19.8255 20.7804 18.9747 21.0217 17.939 21.1373C16.9287 21.25 15.66 21.25 14.0533 21.25H14.0532H9.94674H9.94666C8.33996 21.25 7.0712 21.25 6.06095 21.1373C5.02524 21.0217 4.17449 20.7804 3.44257 20.2378C2.93942 19.8649 2.50392 19.4032 2.1545 18.8749C1.50923 17.8994 1.3189 16.7167 1.25108 15.1536C1.2187 14.4074 1.84726 13.9062 2.46429 13.9062C3.39619 13.9062 4.22347 13.0936 4.22347 12C4.22347 10.9064 3.39619 10.0938 2.46429 10.0938C1.84726 10.0938 1.2187 9.5926 1.25108 8.84643C1.3189 7.28333 1.50923 6.10064 2.1545 5.12508C2.50392 4.5968 2.93942 4.13512 3.44257 3.76216C4.17449 3.21963 5.02524 2.97828 6.06095 2.86271C7.0712 2.74998 8.33998 2.74999 9.9467 2.75H9.94671H14.0532H14.0532ZM13.793 8.79289C14.1835 8.40237 14.8167 8.40237 15.2072 8.79289C15.5978 9.18342 15.5978 9.81658 15.2072 10.2071L10.2072 15.2071C9.8167 15.5976 9.18354 15.5976 8.79302 15.2071C8.40249 14.8166 8.40249 14.1834 8.79302 13.7929L13.793 8.79289ZM9.51135 8.5H9.50012C8.94784 8.5 8.50012 8.94772 8.50012 9.5C8.50012 10.0523 8.94784 10.5 9.50012 10.5H9.51135C10.0636 10.5 10.5113 10.0523 10.5113 9.5C10.5113 8.94772 10.0636 8.5 9.51135 8.5ZM14.4889 13.5C13.9366 13.5 13.4889 13.9477 13.4889 14.5C13.4889 15.0523 13.9366 15.5 14.4889 15.5H14.5001C15.0524 15.5 15.5001 15.0523 15.5001 14.5C15.5001 13.9477 15.0524 13.5 14.5001 13.5H14.4889Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0532 2.75C15.66 2.74999 16.9287 2.74998 17.939 2.86271C18.9747 2.97828 19.8255 3.21963 20.5574 3.76216C21.0605 4.13512 21.496 4.5968 21.8454 5.12508C22.4906 6.10053 22.681 7.28307 22.7488 8.8459C22.7812 9.59249 22.1523 10.0938 21.5351 10.0938C20.6032 10.0938 19.7759 10.9064 19.7759 12C19.7759 13.0936 20.6032 13.9062 21.5351 13.9062C22.1523 13.9062 22.7812 14.4075 22.7488 15.1541C22.681 16.7169 22.4906 17.8995 21.8454 18.8749C21.496 19.4032 21.0605 19.8649 20.5574 20.2378C19.8255 20.7804 18.9747 21.0217 17.939 21.1373C16.9287 21.25 15.66 21.25 14.0533 21.25H14.0532H9.94674H9.94666C8.33996 21.25 7.0712 21.25 6.06095 21.1373C5.02524 21.0217 4.17449 20.7804 3.44257 20.2378C2.93942 19.8649 2.50392 19.4032 2.1545 18.8749C1.50923 17.8994 1.3189 16.7167 1.25108 15.1536C1.2187 14.4074 1.84726 13.9062 2.46429 13.9062C3.39619 13.9062 4.22347 13.0936 4.22347 12C4.22347 10.9064 3.39619 10.0938 2.46429 10.0938C1.84726 10.0938 1.2187 9.5926 1.25108 8.84643C1.3189 7.28333 1.50923 6.10064 2.1545 5.12508C2.50392 4.5968 2.93942 4.13512 3.44257 3.76216C4.17449 3.21963 5.02524 2.97828 6.06095 2.86271C7.0712 2.74998 8.33998 2.74999 9.9467 2.75H9.94671H14.0532H14.0532ZM13.793 8.79289C14.1835 8.40237 14.8167 8.40237 15.2072 8.79289C15.5978 9.18342 15.5978 9.81658 15.2072 10.2071L10.2072 15.2071C9.8167 15.5976 9.18354 15.5976 8.79302 15.2071C8.40249 14.8166 8.40249 14.1834 8.79302 13.7929L13.793 8.79289ZM9.51135 8.5H9.50012C8.94784 8.5 8.50012 8.94772 8.50012 9.5C8.50012 10.0523 8.94784 10.5 9.50012 10.5H9.51135C10.0636 10.5 10.5113 10.0523 10.5113 9.5C10.5113 8.94772 10.0636 8.5 9.51135 8.5ZM14.4889 13.5C13.9366 13.5 13.4889 13.9477 13.4889 14.5C13.4889 15.0523 13.9366 15.5 14.4889 15.5H14.5001C15.0524 15.5 15.5001 15.0523 15.5001 14.5C15.5001 13.9477 15.0524 13.5 14.5001 13.5H14.4889Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-customer-support{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4C8.74862 4 6.31466 6.09486 6.02826 8.52063C6.1504 8.57303 6.26811 8.62684 6.37478 8.67566C6.73093 8.83478 7.40248 9.13482 7.65827 9.89191C7.75129 10.1672 7.75056 10.4616 7.74988 10.7355V15.2645C7.75056 15.5384 7.75129 15.8327 7.65827 16.1081C7.40248 16.8652 6.73093 17.1652 6.37478 17.3243C6.01187 17.4904 5.52109 17.7144 5.16339 17.7434C4.76602 17.7755 4.36372 17.6906 4.01468 17.4947C3.69768 17.3168 3.45969 17.0265 3.21864 16.7323C3.13147 16.6265 2.96648 16.4318 2.85058 16.2975L2.85057 16.2975L2.85057 16.2975L2.85052 16.2975C2.63866 16.052 2.39816 15.7733 2.19982 15.5137C1.87217 15.0849 1.54384 14.5711 1.38075 13.9741C1.20611 13.3348 1.20611 12.6652 1.38075 12.0259C1.49909 11.5927 1.71322 11.2104 1.99588 10.8091C2.26961 10.4205 2.73581 9.85098 3.19182 9.29711L3.19183 9.2971C3.26535 9.20386 3.36642 9.07569 3.44116 8.99009C3.5765 8.83505 3.76378 8.64608 4.01468 8.50526L4.01937 8.50263C4.31329 4.74952 7.91051 2 12 2C16.0895 2 19.6867 4.74952 19.9806 8.50264L19.9853 8.50526C20.2362 8.64608 20.4235 8.83505 20.5588 8.99009C20.6336 9.07569 20.7346 9.20386 20.8082 9.2971L20.8082 9.29711C21.2642 9.85098 21.7304 10.4205 22.0041 10.8091C22.2868 11.2104 22.5009 11.5927 22.6193 12.0259C22.7939 12.6652 22.7939 13.3348 22.6193 13.9741C22.4562 14.5711 22.1278 15.0849 21.8002 15.5137C21.6018 15.7733 21.3613 16.052 21.1495 16.2975L21.1494 16.2975L21.1494 16.2975C21.0335 16.4318 20.8685 16.6265 20.7814 16.7323L20.7813 16.7324C20.544 17.0219 20.3097 17.3078 20 17.4864V17.8C20 20.3163 17.5417 22 15 22H13C12.4477 22 12 21.5523 12 21C12 20.4477 12.4477 20 13 20H15C16.8766 20 18 18.8183 18 17.8V17.4914C17.8678 17.4353 17.7401 17.3769 17.6252 17.3243C17.2691 17.1652 16.5975 16.8652 16.3417 16.1081C16.2487 15.8327 16.2494 15.5384 16.2501 15.2645V10.7355C16.2494 10.4616 16.2487 10.1672 16.3417 9.89191C16.5975 9.13482 17.2691 8.83478 17.6252 8.67566C17.7319 8.62684 17.8496 8.57303 17.9717 8.52063C17.6853 6.09486 15.2514 4 12 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4C8.74862 4 6.31466 6.09486 6.02826 8.52063C6.1504 8.57303 6.26811 8.62684 6.37478 8.67566C6.73093 8.83478 7.40248 9.13482 7.65827 9.89191C7.75129 10.1672 7.75056 10.4616 7.74988 10.7355V15.2645C7.75056 15.5384 7.75129 15.8327 7.65827 16.1081C7.40248 16.8652 6.73093 17.1652 6.37478 17.3243C6.01187 17.4904 5.52109 17.7144 5.16339 17.7434C4.76602 17.7755 4.36372 17.6906 4.01468 17.4947C3.69768 17.3168 3.45969 17.0265 3.21864 16.7323C3.13147 16.6265 2.96648 16.4318 2.85058 16.2975L2.85057 16.2975L2.85057 16.2975L2.85052 16.2975C2.63866 16.052 2.39816 15.7733 2.19982 15.5137C1.87217 15.0849 1.54384 14.5711 1.38075 13.9741C1.20611 13.3348 1.20611 12.6652 1.38075 12.0259C1.49909 11.5927 1.71322 11.2104 1.99588 10.8091C2.26961 10.4205 2.73581 9.85098 3.19182 9.29711L3.19183 9.2971C3.26535 9.20386 3.36642 9.07569 3.44116 8.99009C3.5765 8.83505 3.76378 8.64608 4.01468 8.50526L4.01937 8.50263C4.31329 4.74952 7.91051 2 12 2C16.0895 2 19.6867 4.74952 19.9806 8.50264L19.9853 8.50526C20.2362 8.64608 20.4235 8.83505 20.5588 8.99009C20.6336 9.07569 20.7346 9.20386 20.8082 9.2971L20.8082 9.29711C21.2642 9.85098 21.7304 10.4205 22.0041 10.8091C22.2868 11.2104 22.5009 11.5927 22.6193 12.0259C22.7939 12.6652 22.7939 13.3348 22.6193 13.9741C22.4562 14.5711 22.1278 15.0849 21.8002 15.5137C21.6018 15.7733 21.3613 16.052 21.1495 16.2975L21.1494 16.2975L21.1494 16.2975C21.0335 16.4318 20.8685 16.6265 20.7814 16.7323L20.7813 16.7324C20.544 17.0219 20.3097 17.3078 20 17.4864V17.8C20 20.3163 17.5417 22 15 22H13C12.4477 22 12 21.5523 12 21C12 20.4477 12.4477 20 13 20H15C16.8766 20 18 18.8183 18 17.8V17.4914C17.8678 17.4353 17.7401 17.3769 17.6252 17.3243C17.2691 17.1652 16.5975 16.8652 16.3417 16.1081C16.2487 15.8327 16.2494 15.5384 16.2501 15.2645V10.7355C16.2494 10.4616 16.2487 10.1672 16.3417 9.89191C16.5975 9.13482 17.2691 8.83478 17.6252 8.67566C17.7319 8.62684 17.8496 8.57303 17.9717 8.52063C17.6853 6.09486 15.2514 4 12 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-delivered-sent{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 19.25C14.5 17.8693 15.6193 16.75 17 16.75C18.3807 16.75 19.5 17.8693 19.5 19.25C19.5 20.6307 18.3807 21.75 17 21.75C15.6193 21.75 14.5 20.6307 14.5 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.5 19.25C4.5 17.8693 5.61929 16.75 7 16.75C8.38071 16.75 9.5 17.8693 9.5 19.25C9.5 20.6307 8.38071 21.75 7 21.75C5.61929 21.75 4.5 20.6307 4.5 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 4.49414C1.69772 4.49414 1.25 4.94186 1.25 5.49414C1.25 6.04643 1.69772 6.49414 2.25 6.49414L6.25004 6.49414L6.25002 7.0884C6.24989 7.26404 6.24974 7.47969 6.27181 7.65613L6.27223 7.65947C6.288 7.78592 6.35983 8.36196 6.92543 8.63632C7.49225 8.91128 7.99239 8.60935 8.1006 8.54403L8.10463 8.54159C8.25765 8.44938 8.56908 8.20489 8.56908 8.20489C8.94491 7.91025 9.45937 7.50455 9.85038 7.12412C10.0455 6.93429 10.2467 6.71703 10.4056 6.48612C10.5468 6.28086 10.75 5.93066 10.75 5.5C10.75 5.06933 10.5468 4.71914 10.4056 4.51388C10.2467 4.28297 10.0455 4.06571 9.85038 3.87588C9.45937 3.49545 8.94492 3.08975 8.56909 2.79512C8.56909 2.79512 8.25765 2.55062 8.10463 2.45841L8.10059 2.45597C7.99239 2.39065 7.49225 2.08872 6.92543 2.36368C6.35983 2.63804 6.28799 3.21408 6.27223 3.34053L6.27181 3.34387C6.24974 3.52031 6.24989 3.73597 6.25002 3.9116L6.25004 4.49414L2.25 4.49414Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.33788 7.83299C1.42575 7.74512 1.56718 7.74513 1.85004 7.74515L4.49221 7.74531C4.73165 7.74533 4.85137 7.74534 4.93066 7.80363C5.00994 7.86193 5.05182 7.99597 5.13558 8.26404C5.28192 8.73239 5.6156 9.39122 6.37987 9.76195C7.56278 10.3358 8.58286 9.71479 8.73785 9.62044C8.81073 9.5633 8.91535 9.48289 9.03972 9.38729L9.03978 9.38725L9.0398 9.38723C9.54132 9.00175 10.3639 8.36944 10.7221 8.02101C10.9446 7.80446 11.2106 7.52233 11.4354 7.19554C11.6211 6.92559 12 6.31591 12 5.50097C12 5.27026 11.9697 5.056 11.9219 4.86125C11.8453 4.5489 11.807 4.39273 11.8813 4.31361C11.9556 4.23449 12.0857 4.25781 12.3459 4.30444C12.5024 4.33249 12.6713 4.37526 12.8686 4.44046C13.1015 4.51745 13.269 4.57872 13.4017 4.64162C13.5563 4.71491 13.6497 4.78422 13.7201 4.83654L13.7227 4.83844C14.2156 5.20426 14.6149 5.68824 14.8818 6.25H16.4237L16.4684 6.25C17.1196 6.24998 17.6773 6.24996 18.14 6.29575C18.6346 6.34471 19.0971 6.45139 19.5385 6.70981C19.9799 6.96823 20.2951 7.3168 20.5735 7.72042C20.834 8.09804 21.0984 8.57933 21.4071 9.14131L22.6376 11.3811C22.7254 11.541 22.7605 11.7149 22.7488 11.8836C22.7496 11.8979 22.75 11.9123 22.75 11.9268V14.0013C22.75 15.147 22.75 16.0816 22.6519 16.8191C22.5495 17.5889 22.3282 18.2556 21.8009 18.7885C21.5415 19.0507 21.2488 19.239 20.9263 19.375C20.841 19.411 20.75 19.3434 20.75 19.2507C20.75 17.1797 19.0711 15.5007 17 15.5007C14.9289 15.5007 13.25 17.1797 13.25 19.2507C13.25 19.3967 13.25 19.4698 13.2358 19.5142C13.2039 19.6145 13.1414 19.677 13.0411 19.709C12.9966 19.7231 12.933 19.7231 12.8058 19.7231H11.1942C11.067 19.7231 11.0034 19.7231 10.9589 19.709C10.8586 19.677 10.7961 19.6145 10.7642 19.5142C10.75 19.4698 10.75 19.3967 10.75 19.2507C10.75 17.1797 9.07107 15.5007 7 15.5007C4.92893 15.5007 3.25 17.1797 3.25 19.2507C3.25 19.3434 3.15905 19.411 3.07366 19.375C2.75117 19.239 2.45854 19.0507 2.19912 18.7885C1.67184 18.2556 1.45049 17.5889 1.34808 16.8191C1.24996 16.0816 1.24998 15.1469 1.25 14.0013V14.0013V8.34515C1.25 8.06229 1.25 7.92086 1.33788 7.83299ZM20.3734 11.1768L19.7601 10.0604C19.4243 9.44913 19.2046 9.05146 19.004 8.76068C18.8154 8.48728 18.6866 8.37417 18.567 8.30415C18.4474 8.23414 18.2847 8.17661 17.9497 8.14345C17.5934 8.10818 17.132 8.10709 16.4237 8.10709H15.2446C15.2503 8.36368 15.2502 8.64519 15.25 8.95831L15.25 9.09709C15.25 9.90734 15.2591 10.1363 15.3119 10.3006C15.437 10.6897 15.7375 10.991 16.116 11.1153C16.2745 11.1673 16.4966 11.1768 17.3 11.1768H20.3734Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 19.25C14.5 17.8693 15.6193 16.75 17 16.75C18.3807 16.75 19.5 17.8693 19.5 19.25C19.5 20.6307 18.3807 21.75 17 21.75C15.6193 21.75 14.5 20.6307 14.5 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.5 19.25C4.5 17.8693 5.61929 16.75 7 16.75C8.38071 16.75 9.5 17.8693 9.5 19.25C9.5 20.6307 8.38071 21.75 7 21.75C5.61929 21.75 4.5 20.6307 4.5 19.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 4.49414C1.69772 4.49414 1.25 4.94186 1.25 5.49414C1.25 6.04643 1.69772 6.49414 2.25 6.49414L6.25004 6.49414L6.25002 7.0884C6.24989 7.26404 6.24974 7.47969 6.27181 7.65613L6.27223 7.65947C6.288 7.78592 6.35983 8.36196 6.92543 8.63632C7.49225 8.91128 7.99239 8.60935 8.1006 8.54403L8.10463 8.54159C8.25765 8.44938 8.56908 8.20489 8.56908 8.20489C8.94491 7.91025 9.45937 7.50455 9.85038 7.12412C10.0455 6.93429 10.2467 6.71703 10.4056 6.48612C10.5468 6.28086 10.75 5.93066 10.75 5.5C10.75 5.06933 10.5468 4.71914 10.4056 4.51388C10.2467 4.28297 10.0455 4.06571 9.85038 3.87588C9.45937 3.49545 8.94492 3.08975 8.56909 2.79512C8.56909 2.79512 8.25765 2.55062 8.10463 2.45841L8.10059 2.45597C7.99239 2.39065 7.49225 2.08872 6.92543 2.36368C6.35983 2.63804 6.28799 3.21408 6.27223 3.34053L6.27181 3.34387C6.24974 3.52031 6.24989 3.73597 6.25002 3.9116L6.25004 4.49414L2.25 4.49414Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.33788 7.83299C1.42575 7.74512 1.56718 7.74513 1.85004 7.74515L4.49221 7.74531C4.73165 7.74533 4.85137 7.74534 4.93066 7.80363C5.00994 7.86193 5.05182 7.99597 5.13558 8.26404C5.28192 8.73239 5.6156 9.39122 6.37987 9.76195C7.56278 10.3358 8.58286 9.71479 8.73785 9.62044C8.81073 9.5633 8.91535 9.48289 9.03972 9.38729L9.03978 9.38725L9.0398 9.38723C9.54132 9.00175 10.3639 8.36944 10.7221 8.02101C10.9446 7.80446 11.2106 7.52233 11.4354 7.19554C11.6211 6.92559 12 6.31591 12 5.50097C12 5.27026 11.9697 5.056 11.9219 4.86125C11.8453 4.5489 11.807 4.39273 11.8813 4.31361C11.9556 4.23449 12.0857 4.25781 12.3459 4.30444C12.5024 4.33249 12.6713 4.37526 12.8686 4.44046C13.1015 4.51745 13.269 4.57872 13.4017 4.64162C13.5563 4.71491 13.6497 4.78422 13.7201 4.83654L13.7227 4.83844C14.2156 5.20426 14.6149 5.68824 14.8818 6.25H16.4237L16.4684 6.25C17.1196 6.24998 17.6773 6.24996 18.14 6.29575C18.6346 6.34471 19.0971 6.45139 19.5385 6.70981C19.9799 6.96823 20.2951 7.3168 20.5735 7.72042C20.834 8.09804 21.0984 8.57933 21.4071 9.14131L22.6376 11.3811C22.7254 11.541 22.7605 11.7149 22.7488 11.8836C22.7496 11.8979 22.75 11.9123 22.75 11.9268V14.0013C22.75 15.147 22.75 16.0816 22.6519 16.8191C22.5495 17.5889 22.3282 18.2556 21.8009 18.7885C21.5415 19.0507 21.2488 19.239 20.9263 19.375C20.841 19.411 20.75 19.3434 20.75 19.2507C20.75 17.1797 19.0711 15.5007 17 15.5007C14.9289 15.5007 13.25 17.1797 13.25 19.2507C13.25 19.3967 13.25 19.4698 13.2358 19.5142C13.2039 19.6145 13.1414 19.677 13.0411 19.709C12.9966 19.7231 12.933 19.7231 12.8058 19.7231H11.1942C11.067 19.7231 11.0034 19.7231 10.9589 19.709C10.8586 19.677 10.7961 19.6145 10.7642 19.5142C10.75 19.4698 10.75 19.3967 10.75 19.2507C10.75 17.1797 9.07107 15.5007 7 15.5007C4.92893 15.5007 3.25 17.1797 3.25 19.2507C3.25 19.3434 3.15905 19.411 3.07366 19.375C2.75117 19.239 2.45854 19.0507 2.19912 18.7885C1.67184 18.2556 1.45049 17.5889 1.34808 16.8191C1.24996 16.0816 1.24998 15.1469 1.25 14.0013V14.0013V8.34515C1.25 8.06229 1.25 7.92086 1.33788 7.83299ZM20.3734 11.1768L19.7601 10.0604C19.4243 9.44913 19.2046 9.05146 19.004 8.76068C18.8154 8.48728 18.6866 8.37417 18.567 8.30415C18.4474 8.23414 18.2847 8.17661 17.9497 8.14345C17.5934 8.10818 17.132 8.10709 16.4237 8.10709H15.2446C15.2503 8.36368 15.2502 8.64519 15.25 8.95831L15.25 9.09709C15.25 9.90734 15.2591 10.1363 15.3119 10.3006C15.437 10.6897 15.7375 10.991 16.116 11.1153C16.2745 11.1673 16.4966 11.1768 17.3 11.1768H20.3734Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-delivery-box-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.52755 1.25L15.4724 1.25H15.4725C16.3755 1.24998 17.1309 1.24996 17.75 1.31454C18.4047 1.38284 18.9966 1.53023 19.5432 1.87979C20.0898 2.22936 20.4593 2.69681 20.7768 3.2503C21.0771 3.77368 21.3676 4.44256 21.7149 5.24222L22.6746 7.45172C22.7397 7.60176 22.7612 7.75879 22.7446 7.9098C22.7482 7.93937 22.75 7.96947 22.75 8V13.4872C22.75 15.4578 22.75 17.0159 22.5801 18.2347C22.4051 19.4901 22.037 20.4957 21.2189 21.2846C20.4045 22.0699 19.3729 22.4198 18.0843 22.5869C16.8258 22.75 15.2146 22.75 13.1662 22.75H10.8338C8.78537 22.75 7.17418 22.75 5.9157 22.5869C4.6271 22.4198 3.59552 22.0699 2.78115 21.2846C1.96296 20.4957 1.59493 19.4901 1.41991 18.2347C1.24997 17.0159 1.24998 15.4578 1.25 13.4872V13.4872V13.4872V13.4872L1.25 8C1.25 7.96947 1.25182 7.93937 1.25537 7.90979C1.23877 7.75879 1.26026 7.60176 1.32543 7.45172L2.28512 5.24222C2.63242 4.44256 2.92293 3.77368 3.22319 3.2503C3.54072 2.69681 3.91021 2.22936 4.45681 1.87979C5.0034 1.53023 5.59532 1.38284 6.25004 1.31454C6.86913 1.24996 7.6245 1.24998 8.52752 1.25H8.52755ZM3.53042 7.25L11 7.25V3.12494H8.57963C7.61098 3.12494 6.96239 3.12622 6.46133 3.17849C5.98402 3.22828 5.73295 3.31706 5.54097 3.43984C5.34898 3.56262 5.16699 3.75079 4.9355 4.1543C4.69249 4.57789 4.4418 5.15172 4.06924 6.00946L3.53042 7.25ZM13 7.25L20.4696 7.25L19.9308 6.00946C19.5582 5.15172 19.3075 4.57789 19.0645 4.1543C18.833 3.75079 18.651 3.56262 18.459 3.43984C18.2671 3.31706 18.016 3.22828 17.5387 3.17849C17.0376 3.12622 16.389 3.12494 15.4204 3.12494L13 3.12494V7.25ZM9 12C9 11.4477 9.44772 11 10 11H14C14.5523 11 15 11.4477 15 12C15 12.5523 14.5523 13 14 13H10C9.44772 13 9 12.5523 9 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.52755 1.25L15.4724 1.25H15.4725C16.3755 1.24998 17.1309 1.24996 17.75 1.31454C18.4047 1.38284 18.9966 1.53023 19.5432 1.87979C20.0898 2.22936 20.4593 2.69681 20.7768 3.2503C21.0771 3.77368 21.3676 4.44256 21.7149 5.24222L22.6746 7.45172C22.7397 7.60176 22.7612 7.75879 22.7446 7.9098C22.7482 7.93937 22.75 7.96947 22.75 8V13.4872C22.75 15.4578 22.75 17.0159 22.5801 18.2347C22.4051 19.4901 22.037 20.4957 21.2189 21.2846C20.4045 22.0699 19.3729 22.4198 18.0843 22.5869C16.8258 22.75 15.2146 22.75 13.1662 22.75H10.8338C8.78537 22.75 7.17418 22.75 5.9157 22.5869C4.6271 22.4198 3.59552 22.0699 2.78115 21.2846C1.96296 20.4957 1.59493 19.4901 1.41991 18.2347C1.24997 17.0159 1.24998 15.4578 1.25 13.4872V13.4872V13.4872V13.4872L1.25 8C1.25 7.96947 1.25182 7.93937 1.25537 7.90979C1.23877 7.75879 1.26026 7.60176 1.32543 7.45172L2.28512 5.24222C2.63242 4.44256 2.92293 3.77368 3.22319 3.2503C3.54072 2.69681 3.91021 2.22936 4.45681 1.87979C5.0034 1.53023 5.59532 1.38284 6.25004 1.31454C6.86913 1.24996 7.6245 1.24998 8.52752 1.25H8.52755ZM3.53042 7.25L11 7.25V3.12494H8.57963C7.61098 3.12494 6.96239 3.12622 6.46133 3.17849C5.98402 3.22828 5.73295 3.31706 5.54097 3.43984C5.34898 3.56262 5.16699 3.75079 4.9355 4.1543C4.69249 4.57789 4.4418 5.15172 4.06924 6.00946L3.53042 7.25ZM13 7.25L20.4696 7.25L19.9308 6.00946C19.5582 5.15172 19.3075 4.57789 19.0645 4.1543C18.833 3.75079 18.651 3.56262 18.459 3.43984C18.2671 3.31706 18.016 3.22828 17.5387 3.17849C17.0376 3.12622 16.389 3.12494 15.4204 3.12494L13 3.12494V7.25ZM9 12C9 11.4477 9.44772 11 10 11H14C14.5523 11 15 11.4477 15 12C15 12.5523 14.5523 13 14 13H10C9.44772 13 9 12.5523 9 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-delivery-box-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2317 2.25C20.578 2.24997 20.8919 2.24995 21.15 2.27593C21.4268 2.3038 21.7283 2.36808 22.0063 2.5577C22.2302 2.71048 22.4162 2.91299 22.5488 3.14997C22.7142 3.44548 22.7495 3.75255 22.75 4.03017C22.7505 4.28782 22.7191 4.59746 22.6847 4.93696V4.93698C22.6254 5.52264 22.5687 6.08311 22.4897 6.48104C22.4067 6.89932 22.2796 7.28401 22.0242 7.62846C21.8006 7.92989 21.5177 8.18253 21.193 8.37142C20.8231 8.58661 20.4263 8.67251 19.9991 8.71218C19.5915 8.75003 19.0924 8.75002 18.4954 8.75H5.50459H5.50457C4.90758 8.75002 4.40847 8.75003 4.00093 8.71218C3.57375 8.67251 3.17685 8.58661 2.80698 8.37142C2.48232 8.18253 2.19938 7.92989 1.97582 7.62846C1.72037 7.28401 1.59326 6.89932 1.51028 6.48104C1.43134 6.0831 1.3746 5.52267 1.3153 4.93699C1.28089 4.59748 1.2495 4.28782 1.25001 4.03017C1.25055 3.75255 1.28581 3.44548 1.45121 3.14997C1.58385 2.91299 1.76976 2.71048 1.9937 2.5577C2.27165 2.36808 2.57318 2.3038 2.85005 2.27593C3.10814 2.24995 3.42197 2.24997 3.76831 2.25H3.76838H20.2316H20.2317Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.225 7.25C3.76348 7.25 4.2 7.68279 4.2 8.21667V13.0895C4.2 14.9304 4.20209 16.2133 4.334 17.1811C4.46206 18.1206 4.69604 18.6173 5.05495 18.9713C5.41455 19.326 5.92009 19.5577 6.87491 19.6844C7.85726 19.8146 9.1591 19.8167 11.025 19.8167H12.975C14.8409 19.8167 16.1427 19.8146 17.1251 19.6844C18.0799 19.5577 18.5855 19.326 18.9451 18.9713C19.304 18.6173 19.5379 18.1206 19.666 17.1811C19.7979 16.2133 19.8 14.9304 19.8 13.0895V8.21667C19.8 7.68279 20.2365 7.25 20.775 7.25C21.3135 7.25 21.75 7.68279 21.75 8.21667V13.1605C21.75 14.9136 21.75 16.3277 21.5984 17.44C21.4409 18.5957 21.1038 19.5692 20.3204 20.3419C19.5377 21.1139 18.5529 21.4456 17.3836 21.6006C16.2569 21.75 14.8242 21.75 13.046 21.75H10.954C9.17585 21.75 7.74311 21.75 6.61637 21.6006C5.44714 21.4456 4.46231 21.1139 3.67962 20.3419C2.89625 19.5692 2.55909 18.5957 2.40157 17.44C2.24995 16.3277 2.24997 14.9136 2.25 13.1605L2.25 8.21667C2.25 7.68279 2.68652 7.25 3.225 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 11C9 10.4477 9.44772 10 10 10H14C14.5523 10 15 10.4477 15 11C15 11.5523 14.5523 12 14 12H10C9.44772 12 9 11.5523 9 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2317 2.25C20.578 2.24997 20.8919 2.24995 21.15 2.27593C21.4268 2.3038 21.7283 2.36808 22.0063 2.5577C22.2302 2.71048 22.4162 2.91299 22.5488 3.14997C22.7142 3.44548 22.7495 3.75255 22.75 4.03017C22.7505 4.28782 22.7191 4.59746 22.6847 4.93696V4.93698C22.6254 5.52264 22.5687 6.08311 22.4897 6.48104C22.4067 6.89932 22.2796 7.28401 22.0242 7.62846C21.8006 7.92989 21.5177 8.18253 21.193 8.37142C20.8231 8.58661 20.4263 8.67251 19.9991 8.71218C19.5915 8.75003 19.0924 8.75002 18.4954 8.75H5.50459H5.50457C4.90758 8.75002 4.40847 8.75003 4.00093 8.71218C3.57375 8.67251 3.17685 8.58661 2.80698 8.37142C2.48232 8.18253 2.19938 7.92989 1.97582 7.62846C1.72037 7.28401 1.59326 6.89932 1.51028 6.48104C1.43134 6.0831 1.3746 5.52267 1.3153 4.93699C1.28089 4.59748 1.2495 4.28782 1.25001 4.03017C1.25055 3.75255 1.28581 3.44548 1.45121 3.14997C1.58385 2.91299 1.76976 2.71048 1.9937 2.5577C2.27165 2.36808 2.57318 2.3038 2.85005 2.27593C3.10814 2.24995 3.42197 2.24997 3.76831 2.25H3.76838H20.2316H20.2317Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.225 7.25C3.76348 7.25 4.2 7.68279 4.2 8.21667V13.0895C4.2 14.9304 4.20209 16.2133 4.334 17.1811C4.46206 18.1206 4.69604 18.6173 5.05495 18.9713C5.41455 19.326 5.92009 19.5577 6.87491 19.6844C7.85726 19.8146 9.1591 19.8167 11.025 19.8167H12.975C14.8409 19.8167 16.1427 19.8146 17.1251 19.6844C18.0799 19.5577 18.5855 19.326 18.9451 18.9713C19.304 18.6173 19.5379 18.1206 19.666 17.1811C19.7979 16.2133 19.8 14.9304 19.8 13.0895V8.21667C19.8 7.68279 20.2365 7.25 20.775 7.25C21.3135 7.25 21.75 7.68279 21.75 8.21667V13.1605C21.75 14.9136 21.75 16.3277 21.5984 17.44C21.4409 18.5957 21.1038 19.5692 20.3204 20.3419C19.5377 21.1139 18.5529 21.4456 17.3836 21.6006C16.2569 21.75 14.8242 21.75 13.046 21.75H10.954C9.17585 21.75 7.74311 21.75 6.61637 21.6006C5.44714 21.4456 4.46231 21.1139 3.67962 20.3419C2.89625 19.5692 2.55909 18.5957 2.40157 17.44C2.24995 16.3277 2.24997 14.9136 2.25 13.1605L2.25 8.21667C2.25 7.68279 2.68652 7.25 3.225 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 11C9 10.4477 9.44772 10 10 10H14C14.5523 10 15 10.4477 15 11C15 11.5523 14.5523 12 14 12H10C9.44772 12 9 11.5523 9 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-delivery-delay-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 10.7431V16.9559V16.9559C1.24997 17.3767 1.24995 17.7552 1.27854 18.069C1.30923 18.4059 1.37894 18.7624 1.57733 19.1043C1.79176 19.4737 2.10018 19.7806 2.47159 19.9939C2.8152 20.1913 3.49351 20.28 3.83215 20.3106C4.24975 21.7208 5.56086 22.7501 7.11363 22.7501C8.6631 22.7501 9.97193 21.7251 10.3924 20.3195H13.6075C14.028 21.7251 15.3369 22.7501 16.8863 22.7501C18.4358 22.7501 19.7446 21.7251 20.1651 20.3196C21.2749 20.182 22.5929 19.2936 22.7312 18.1896C22.7502 18.0376 22.7501 17.8714 22.75 17.7017V17.7017V17.7016V17.7016L22.75 14.9723C22.75 11.0977 19.7122 7.92895 15.8768 7.69455C15.8085 7.18962 15.62 6.3863 15.1935 5.96199C14.767 5.53767 14.2462 5.38004 13.7387 5.31215C13.5544 5.28751 13.3529 5.27264 13.137 5.26367C13.2112 5.66451 13.25 6.07777 13.25 6.50008C13.25 10.228 10.2279 13.2501 6.5 13.2501C4.37955 13.2501 2.48747 12.2723 1.25 10.7431ZM16.8861 15.9447C16.5465 15.9447 16.2184 15.9939 15.9088 16.0856V9.64706C18.6483 9.89265 20.7951 12.1832 20.7951 14.9725V17.8891C20.7951 18.1898 20.607 18.3752 20.1649 18.3752C19.7443 16.9696 18.4355 15.9447 16.8861 15.9447ZM5.64746 19.3475C5.64746 18.5421 6.30376 17.8891 7.11336 17.8891C7.92296 17.8891 8.57927 18.5421 8.57927 19.3475C8.57927 20.1529 7.92296 20.8058 7.11336 20.8058C6.30376 20.8058 5.64746 20.1529 5.64746 19.3475ZM16.8861 17.8891C16.0765 17.8891 15.4202 18.5421 15.4202 19.3475C15.4202 20.1529 16.0765 20.8058 16.8861 20.8058C17.6957 20.8058 18.352 20.1529 18.352 19.3475C18.352 18.5421 17.6957 17.8891 16.8861 17.8891Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 1.25C3.6005 1.25 1.25 3.6005 1.25 6.5C1.25 9.3995 3.6005 11.75 6.5 11.75C9.3995 11.75 11.75 9.3995 11.75 6.5C11.75 3.6005 9.3995 1.25 6.5 1.25ZM7.25 4.7002C7.25 4.28598 6.91421 3.9502 6.5 3.9502C6.08579 3.9502 5.75 4.28598 5.75 4.7002V6.9502C5.75 7.20096 5.87533 7.43513 6.08397 7.57423L7.43397 8.47423C7.77862 8.704 8.24427 8.61087 8.47404 8.26622C8.7038 7.92157 8.61067 7.45592 8.26603 7.22616L7.25 6.54881V4.7002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 10.7431V16.9559V16.9559C1.24997 17.3767 1.24995 17.7552 1.27854 18.069C1.30923 18.4059 1.37894 18.7624 1.57733 19.1043C1.79176 19.4737 2.10018 19.7806 2.47159 19.9939C2.8152 20.1913 3.49351 20.28 3.83215 20.3106C4.24975 21.7208 5.56086 22.7501 7.11363 22.7501C8.6631 22.7501 9.97193 21.7251 10.3924 20.3195H13.6075C14.028 21.7251 15.3369 22.7501 16.8863 22.7501C18.4358 22.7501 19.7446 21.7251 20.1651 20.3196C21.2749 20.182 22.5929 19.2936 22.7312 18.1896C22.7502 18.0376 22.7501 17.8714 22.75 17.7017V17.7017V17.7016V17.7016L22.75 14.9723C22.75 11.0977 19.7122 7.92895 15.8768 7.69455C15.8085 7.18962 15.62 6.3863 15.1935 5.96199C14.767 5.53767 14.2462 5.38004 13.7387 5.31215C13.5544 5.28751 13.3529 5.27264 13.137 5.26367C13.2112 5.66451 13.25 6.07777 13.25 6.50008C13.25 10.228 10.2279 13.2501 6.5 13.2501C4.37955 13.2501 2.48747 12.2723 1.25 10.7431ZM16.8861 15.9447C16.5465 15.9447 16.2184 15.9939 15.9088 16.0856V9.64706C18.6483 9.89265 20.7951 12.1832 20.7951 14.9725V17.8891C20.7951 18.1898 20.607 18.3752 20.1649 18.3752C19.7443 16.9696 18.4355 15.9447 16.8861 15.9447ZM5.64746 19.3475C5.64746 18.5421 6.30376 17.8891 7.11336 17.8891C7.92296 17.8891 8.57927 18.5421 8.57927 19.3475C8.57927 20.1529 7.92296 20.8058 7.11336 20.8058C6.30376 20.8058 5.64746 20.1529 5.64746 19.3475ZM16.8861 17.8891C16.0765 17.8891 15.4202 18.5421 15.4202 19.3475C15.4202 20.1529 16.0765 20.8058 16.8861 20.8058C17.6957 20.8058 18.352 20.1529 18.352 19.3475C18.352 18.5421 17.6957 17.8891 16.8861 17.8891Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 1.25C3.6005 1.25 1.25 3.6005 1.25 6.5C1.25 9.3995 3.6005 11.75 6.5 11.75C9.3995 11.75 11.75 9.3995 11.75 6.5C11.75 3.6005 9.3995 1.25 6.5 1.25ZM7.25 4.7002C7.25 4.28598 6.91421 3.9502 6.5 3.9502C6.08579 3.9502 5.75 4.28598 5.75 4.7002V6.9502C5.75 7.20096 5.87533 7.43513 6.08397 7.57423L7.43397 8.47423C7.77862 8.704 8.24427 8.61087 8.47404 8.26622C8.7038 7.92157 8.61067 7.45592 8.26603 7.22616L7.25 6.54881V4.7002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-delivery-delay-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 10.7431V16.9559V16.9559C1.24997 17.3767 1.24995 17.7552 1.27854 18.069C1.30923 18.4059 1.37894 18.7624 1.57733 19.1042C1.79176 19.4737 2.10018 19.7806 2.47159 19.9939C2.81519 20.1913 3.4935 20.28 3.83214 20.3106C4.24973 21.7207 5.56083 22.7501 7.11359 22.7501C8.66305 22.7501 9.97188 21.7251 10.3924 20.3195H13.6075C14.0279 21.7251 15.3368 22.7501 16.8862 22.7501C18.439 22.7501 19.7501 21.7207 20.1677 20.3106C20.5063 20.28 21.1846 20.1913 21.5282 19.9939C21.8997 19.7806 22.2081 19.4737 22.4225 19.1043C22.6209 18.7624 22.6906 18.4059 22.7213 18.069C22.7499 17.7552 22.7499 17.3766 22.7498 16.9558L22.7499 14.2463C22.7505 13.921 22.751 13.5917 22.6612 13.2691C22.5714 12.9465 22.4006 12.6645 22.2319 12.3858L22.2319 12.3857L20.5128 9.53546C20.3215 9.21825 20.1439 8.92369 19.9689 8.68865C19.7753 8.42848 19.5429 8.1811 19.2145 7.99613C18.8861 7.81116 18.5534 7.74018 18.2295 7.70887C17.9369 7.68058 17.5917 7.68061 17.2199 7.68064L15.8756 7.68064C15.8073 7.17571 15.6199 6.3863 15.1934 5.96198C14.7669 5.53767 14.2462 5.38004 13.7386 5.31215C13.5544 5.28751 13.3529 5.27264 13.137 5.26367C13.2112 5.66451 13.25 6.07776 13.25 6.50008C13.25 10.228 10.2279 13.2501 6.5 13.2501C4.37955 13.2501 2.48747 12.2723 1.25 10.7431ZM16.886 15.9445C16.5464 15.9445 16.2184 15.9938 15.9087 16.0854V9.62508H18.252L20.7951 13.7881V17.889C20.7951 18.069 20.6127 18.3647 20.1617 18.3647C19.7379 16.9645 18.4317 15.9445 16.886 15.9445ZM5.64746 19.3473C5.64746 18.5419 6.30376 17.889 7.11335 17.889C7.92295 17.889 8.57925 18.5419 8.57925 19.3473C8.57925 20.1527 7.92295 20.8056 7.11335 20.8056C6.30376 20.8056 5.64746 20.1527 5.64746 19.3473ZM16.886 17.889C16.0764 17.889 15.4201 18.5419 15.4201 19.3473C15.4201 20.1527 16.0764 20.8056 16.886 20.8056C17.6956 20.8056 18.3519 20.1527 18.3519 19.3473C18.3519 18.5419 17.6956 17.889 16.886 17.889Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 1.25C3.6005 1.25 1.25 3.6005 1.25 6.5C1.25 9.3995 3.6005 11.75 6.5 11.75C9.3995 11.75 11.75 9.3995 11.75 6.5C11.75 3.6005 9.3995 1.25 6.5 1.25ZM7.25 4.7002C7.25 4.28598 6.91421 3.9502 6.5 3.9502C6.08579 3.9502 5.75 4.28598 5.75 4.7002V6.9502C5.75 7.20096 5.87533 7.43513 6.08397 7.57423L7.43397 8.47423C7.77862 8.704 8.24427 8.61087 8.47404 8.26622C8.7038 7.92157 8.61067 7.45592 8.26603 7.22616L7.25 6.54881V4.7002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 10.7431V16.9559V16.9559C1.24997 17.3767 1.24995 17.7552 1.27854 18.069C1.30923 18.4059 1.37894 18.7624 1.57733 19.1042C1.79176 19.4737 2.10018 19.7806 2.47159 19.9939C2.81519 20.1913 3.4935 20.28 3.83214 20.3106C4.24973 21.7207 5.56083 22.7501 7.11359 22.7501C8.66305 22.7501 9.97188 21.7251 10.3924 20.3195H13.6075C14.0279 21.7251 15.3368 22.7501 16.8862 22.7501C18.439 22.7501 19.7501 21.7207 20.1677 20.3106C20.5063 20.28 21.1846 20.1913 21.5282 19.9939C21.8997 19.7806 22.2081 19.4737 22.4225 19.1043C22.6209 18.7624 22.6906 18.4059 22.7213 18.069C22.7499 17.7552 22.7499 17.3766 22.7498 16.9558L22.7499 14.2463C22.7505 13.921 22.751 13.5917 22.6612 13.2691C22.5714 12.9465 22.4006 12.6645 22.2319 12.3858L22.2319 12.3857L20.5128 9.53546C20.3215 9.21825 20.1439 8.92369 19.9689 8.68865C19.7753 8.42848 19.5429 8.1811 19.2145 7.99613C18.8861 7.81116 18.5534 7.74018 18.2295 7.70887C17.9369 7.68058 17.5917 7.68061 17.2199 7.68064L15.8756 7.68064C15.8073 7.17571 15.6199 6.3863 15.1934 5.96198C14.7669 5.53767 14.2462 5.38004 13.7386 5.31215C13.5544 5.28751 13.3529 5.27264 13.137 5.26367C13.2112 5.66451 13.25 6.07776 13.25 6.50008C13.25 10.228 10.2279 13.2501 6.5 13.2501C4.37955 13.2501 2.48747 12.2723 1.25 10.7431ZM16.886 15.9445C16.5464 15.9445 16.2184 15.9938 15.9087 16.0854V9.62508H18.252L20.7951 13.7881V17.889C20.7951 18.069 20.6127 18.3647 20.1617 18.3647C19.7379 16.9645 18.4317 15.9445 16.886 15.9445ZM5.64746 19.3473C5.64746 18.5419 6.30376 17.889 7.11335 17.889C7.92295 17.889 8.57925 18.5419 8.57925 19.3473C8.57925 20.1527 7.92295 20.8056 7.11335 20.8056C6.30376 20.8056 5.64746 20.1527 5.64746 19.3473ZM16.886 17.889C16.0764 17.889 15.4201 18.5419 15.4201 19.3473C15.4201 20.1527 16.0764 20.8056 16.886 20.8056C17.6956 20.8056 18.3519 20.1527 18.3519 19.3473C18.3519 18.5419 17.6956 17.889 16.886 17.889Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.5 1.25C3.6005 1.25 1.25 3.6005 1.25 6.5C1.25 9.3995 3.6005 11.75 6.5 11.75C9.3995 11.75 11.75 9.3995 11.75 6.5C11.75 3.6005 9.3995 1.25 6.5 1.25ZM7.25 4.7002C7.25 4.28598 6.91421 3.9502 6.5 3.9502C6.08579 3.9502 5.75 4.28598 5.75 4.7002V6.9502C5.75 7.20096 5.87533 7.43513 6.08397 7.57423L7.43397 8.47423C7.77862 8.704 8.24427 8.61087 8.47404 8.26622C8.7038 7.92157 8.61067 7.45592 8.26603 7.22616L7.25 6.54881V4.7002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-delivery-return-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.52755 1.25L15.4724 1.25H15.4725C16.3755 1.24998 17.1309 1.24996 17.75 1.31454C18.4047 1.38283 18.9966 1.53023 19.5432 1.87979C20.0898 2.22936 20.4593 2.69681 20.7768 3.2503C21.0771 3.77368 21.3676 4.44256 21.7149 5.24222L22.6746 7.45172C22.7397 7.60159 22.7612 7.75842 22.7447 7.90927C22.7483 7.93901 22.7501 7.96929 22.7501 8V13.4872V15.6563C22.7308 15.9722 22.7124 16.2722 22.6938 16.5562C22.6477 17.2607 22.6246 17.613 22.4932 17.6537C22.3618 17.6944 22.1186 17.385 21.6322 16.7662C20.8225 15.736 19.6796 15.0457 16.1676 15.0457L16.1677 13.8396C16.1686 13.3492 16.0391 12.8559 15.5632 12.6146C14.9214 12.2892 14.4271 12.7012 13.9648 13.0865C13.9396 13.1076 13.9144 13.1286 13.8894 13.1493C13.8294 13.1989 13.7691 13.2486 13.7086 13.2984C13.1269 13.7774 12.5276 14.2708 12.0856 14.8823C11.9181 15.114 11.6676 15.5149 11.6676 16.0001C11.6676 16.4852 11.9181 16.8861 12.0856 17.1178C12.5276 17.7293 13.1269 18.2227 13.7086 18.7017C13.7691 18.7515 13.8294 18.8012 13.8893 18.8508C13.9076 18.8659 13.9258 18.8811 13.9442 18.8963C14.4104 19.2836 14.9234 19.7099 15.5632 19.3856C16.0501 19.1387 16.1683 18.636 16.1676 18.1383V17.0458C19.4677 17.0458 20.9019 18.5143 20.631 20.2296C20.4075 21.6444 19.4759 22.4521 18.0844 22.5869C16.8259 22.75 15.2148 22.75 13.1663 22.75H10.8339C8.78549 22.75 7.1743 22.75 5.91582 22.5869C4.62722 22.4198 3.59564 22.0699 2.78127 21.2846C1.96308 20.4957 1.59505 19.4901 1.42003 18.2347C1.25009 17.0159 1.25011 15.4578 1.25012 13.4872V13.4872L1.25012 8C1.25012 7.96965 1.25192 7.93973 1.25543 7.91032C1.23872 7.75916 1.26018 7.60193 1.32543 7.45172L2.28512 5.24222C2.63242 4.44256 2.92293 3.77368 3.22319 3.2503C3.54072 2.69681 3.91021 2.22936 4.45681 1.87979C5.0034 1.53023 5.59532 1.38283 6.25004 1.31454C6.86914 1.24996 7.62449 1.24998 8.52753 1.25H8.52755ZM3.53042 7.25L11.0001 7.25V3.12494H8.57963C7.61098 3.12494 6.96239 3.12622 6.46133 3.17849C5.98402 3.22828 5.73295 3.31706 5.54097 3.43984C5.34898 3.56262 5.16699 3.75079 4.9355 4.1543C4.69249 4.57789 4.4418 5.15172 4.06924 6.00946L3.53042 7.25ZM13.0001 7.25L20.4696 7.25L19.9308 6.00946C19.5582 5.15172 19.3075 4.57789 19.0645 4.1543C18.833 3.75079 18.651 3.56261 18.459 3.43984C18.2671 3.31706 18.016 3.22828 17.5387 3.17849C17.0376 3.12622 16.389 3.12494 15.4204 3.12494L13.0001 3.12494V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.52755 1.25L15.4724 1.25H15.4725C16.3755 1.24998 17.1309 1.24996 17.75 1.31454C18.4047 1.38283 18.9966 1.53023 19.5432 1.87979C20.0898 2.22936 20.4593 2.69681 20.7768 3.2503C21.0771 3.77368 21.3676 4.44256 21.7149 5.24222L22.6746 7.45172C22.7397 7.60159 22.7612 7.75842 22.7447 7.90927C22.7483 7.93901 22.7501 7.96929 22.7501 8V13.4872V15.6563C22.7308 15.9722 22.7124 16.2722 22.6938 16.5562C22.6477 17.2607 22.6246 17.613 22.4932 17.6537C22.3618 17.6944 22.1186 17.385 21.6322 16.7662C20.8225 15.736 19.6796 15.0457 16.1676 15.0457L16.1677 13.8396C16.1686 13.3492 16.0391 12.8559 15.5632 12.6146C14.9214 12.2892 14.4271 12.7012 13.9648 13.0865C13.9396 13.1076 13.9144 13.1286 13.8894 13.1493C13.8294 13.1989 13.7691 13.2486 13.7086 13.2984C13.1269 13.7774 12.5276 14.2708 12.0856 14.8823C11.9181 15.114 11.6676 15.5149 11.6676 16.0001C11.6676 16.4852 11.9181 16.8861 12.0856 17.1178C12.5276 17.7293 13.1269 18.2227 13.7086 18.7017C13.7691 18.7515 13.8294 18.8012 13.8893 18.8508C13.9076 18.8659 13.9258 18.8811 13.9442 18.8963C14.4104 19.2836 14.9234 19.7099 15.5632 19.3856C16.0501 19.1387 16.1683 18.636 16.1676 18.1383V17.0458C19.4677 17.0458 20.9019 18.5143 20.631 20.2296C20.4075 21.6444 19.4759 22.4521 18.0844 22.5869C16.8259 22.75 15.2148 22.75 13.1663 22.75H10.8339C8.78549 22.75 7.1743 22.75 5.91582 22.5869C4.62722 22.4198 3.59564 22.0699 2.78127 21.2846C1.96308 20.4957 1.59505 19.4901 1.42003 18.2347C1.25009 17.0159 1.25011 15.4578 1.25012 13.4872V13.4872L1.25012 8C1.25012 7.96965 1.25192 7.93973 1.25543 7.91032C1.23872 7.75916 1.26018 7.60193 1.32543 7.45172L2.28512 5.24222C2.63242 4.44256 2.92293 3.77368 3.22319 3.2503C3.54072 2.69681 3.91021 2.22936 4.45681 1.87979C5.0034 1.53023 5.59532 1.38283 6.25004 1.31454C6.86914 1.24996 7.62449 1.24998 8.52753 1.25H8.52755ZM3.53042 7.25L11.0001 7.25V3.12494H8.57963C7.61098 3.12494 6.96239 3.12622 6.46133 3.17849C5.98402 3.22828 5.73295 3.31706 5.54097 3.43984C5.34898 3.56262 5.16699 3.75079 4.9355 4.1543C4.69249 4.57789 4.4418 5.15172 4.06924 6.00946L3.53042 7.25ZM13.0001 7.25L20.4696 7.25L19.9308 6.00946C19.5582 5.15172 19.3075 4.57789 19.0645 4.1543C18.833 3.75079 18.651 3.56261 18.459 3.43984C18.2671 3.31706 18.016 3.22828 17.5387 3.17849C17.0376 3.12622 16.389 3.12494 15.4204 3.12494L13.0001 3.12494V7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-delivery-return-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.198 3H3.802C3.05147 3 2.6762 3 2.41637 3.17726C2.28768 3.26505 2.18133 3.38109 2.10567 3.51627C1.9529 3.78921 1.99024 4.15793 2.06493 4.89537C2.18958 6.12624 2.2519 6.74168 2.57823 7.18168C2.74084 7.40095 2.94701 7.58519 3.18414 7.72315C3.65999 8 4.28635 8 5.53908 8H18.4609C19.7136 8 20.34 8 20.8159 7.72315C21.053 7.58519 21.2592 7.40095 21.4218 7.18168C21.7481 6.74168 21.8104 6.12624 21.9351 4.89537C22.0098 4.15793 22.0471 3.78921 21.8943 3.51627C21.8187 3.38109 21.7123 3.26505 21.5836 3.17726C21.3238 3 20.9485 3 20.198 3Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M20.2317 2.25C20.578 2.24997 20.8919 2.24995 21.15 2.27593C21.4268 2.3038 21.7283 2.36808 22.0063 2.5577C22.2302 2.71048 22.4162 2.91299 22.5488 3.14997C22.7142 3.44548 22.7495 3.75255 22.75 4.03017C22.7505 4.28782 22.7191 4.59746 22.6847 4.93696V4.93698C22.6254 5.52264 22.5687 6.08311 22.4897 6.48104C22.4067 6.89932 22.2796 7.28401 22.0242 7.62846C21.8006 7.92989 21.5177 8.18253 21.193 8.37142C20.8231 8.58661 20.4263 8.67251 19.9991 8.71218C19.5915 8.75003 19.0924 8.75002 18.4954 8.75H5.50459H5.50457C4.90758 8.75002 4.40847 8.75003 4.00093 8.71218C3.57375 8.67251 3.17685 8.58661 2.80698 8.37142C2.48232 8.18253 2.19938 7.92989 1.97582 7.62846C1.72037 7.28401 1.59326 6.89932 1.51028 6.48104C1.43134 6.0831 1.3746 5.52267 1.3153 4.93699C1.28089 4.59748 1.2495 4.28782 1.25001 4.03017C1.25055 3.75255 1.28581 3.44548 1.45121 3.14997C1.58385 2.91299 1.76976 2.71048 1.9937 2.5577C2.27165 2.36808 2.57318 2.3038 2.85005 2.27593C3.10814 2.24995 3.42197 2.24997 3.76831 2.25H3.76838H20.2316H20.2317Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.225 7.25C3.76348 7.25 4.2 7.68279 4.2 8.21667V13.0895C4.2 14.9304 4.20209 16.2133 4.334 17.1811C4.46206 18.1206 4.69604 18.6173 5.05495 18.9713C5.41455 19.326 5.92009 19.5577 6.87491 19.6844C7.85726 19.8146 9.1591 19.8167 11.025 19.8167H17.8504C18.6581 19.8167 19.3129 19.1675 19.3129 18.3667C19.3129 17.5659 18.6581 16.9167 17.8504 16.9167H17.363V17.8884C17.3622 18.0762 17.3062 18.2658 17.1905 18.4322C16.8848 18.8716 16.2776 18.9822 15.8344 18.6791C15.6387 18.5386 14.9723 18.0553 14.7741 17.8884C14.4746 17.6362 14.1741 17.3832 13.9576 17.1387C13.7083 16.857 13.4629 16.4705 13.4629 15.95C13.4629 15.4295 13.7083 15.043 13.9576 14.7613C14.1741 14.5168 14.4746 14.2638 14.7741 14.0116L15.8335 13.2215C16.2768 12.9184 16.8848 13.0284 17.1905 13.4678C17.3086 13.6376 17.3644 13.8315 17.363 14.0232V14.9833H17.8504C19.7351 14.9833 21.2629 16.4981 21.2629 18.3667C21.2629 20.2352 19.7351 21.75 17.8504 21.75H10.954C9.17585 21.75 7.74311 21.75 6.61637 21.6006C5.44714 21.4456 4.46231 21.1139 3.67962 20.3419C2.89625 19.5692 2.55909 18.5957 2.40157 17.44C2.24995 16.3277 2.24997 14.9136 2.25 13.1605V13.1605V8.21667C2.25 7.68279 2.68652 7.25 3.225 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.775 7.25C21.3135 7.25 21.75 7.68279 21.75 8.21667V13.0895C21.75 13.6233 21.3135 14.0561 20.775 14.0561C20.2365 14.0561 19.8 13.6233 19.8 13.0895V8.21667C19.8 7.68279 20.2365 7.25 20.775 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 11C9 10.4477 9.44772 10 10 10H14C14.5523 10 15 10.4477 15 11C15 11.5523 14.5523 12 14 12H10C9.44772 12 9 11.5523 9 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.198 3H3.802C3.05147 3 2.6762 3 2.41637 3.17726C2.28768 3.26505 2.18133 3.38109 2.10567 3.51627C1.9529 3.78921 1.99024 4.15793 2.06493 4.89537C2.18958 6.12624 2.2519 6.74168 2.57823 7.18168C2.74084 7.40095 2.94701 7.58519 3.18414 7.72315C3.65999 8 4.28635 8 5.53908 8H18.4609C19.7136 8 20.34 8 20.8159 7.72315C21.053 7.58519 21.2592 7.40095 21.4218 7.18168C21.7481 6.74168 21.8104 6.12624 21.9351 4.89537C22.0098 4.15793 22.0471 3.78921 21.8943 3.51627C21.8187 3.38109 21.7123 3.26505 21.5836 3.17726C21.3238 3 20.9485 3 20.198 3Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M20.2317 2.25C20.578 2.24997 20.8919 2.24995 21.15 2.27593C21.4268 2.3038 21.7283 2.36808 22.0063 2.5577C22.2302 2.71048 22.4162 2.91299 22.5488 3.14997C22.7142 3.44548 22.7495 3.75255 22.75 4.03017C22.7505 4.28782 22.7191 4.59746 22.6847 4.93696V4.93698C22.6254 5.52264 22.5687 6.08311 22.4897 6.48104C22.4067 6.89932 22.2796 7.28401 22.0242 7.62846C21.8006 7.92989 21.5177 8.18253 21.193 8.37142C20.8231 8.58661 20.4263 8.67251 19.9991 8.71218C19.5915 8.75003 19.0924 8.75002 18.4954 8.75H5.50459H5.50457C4.90758 8.75002 4.40847 8.75003 4.00093 8.71218C3.57375 8.67251 3.17685 8.58661 2.80698 8.37142C2.48232 8.18253 2.19938 7.92989 1.97582 7.62846C1.72037 7.28401 1.59326 6.89932 1.51028 6.48104C1.43134 6.0831 1.3746 5.52267 1.3153 4.93699C1.28089 4.59748 1.2495 4.28782 1.25001 4.03017C1.25055 3.75255 1.28581 3.44548 1.45121 3.14997C1.58385 2.91299 1.76976 2.71048 1.9937 2.5577C2.27165 2.36808 2.57318 2.3038 2.85005 2.27593C3.10814 2.24995 3.42197 2.24997 3.76831 2.25H3.76838H20.2316H20.2317Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.225 7.25C3.76348 7.25 4.2 7.68279 4.2 8.21667V13.0895C4.2 14.9304 4.20209 16.2133 4.334 17.1811C4.46206 18.1206 4.69604 18.6173 5.05495 18.9713C5.41455 19.326 5.92009 19.5577 6.87491 19.6844C7.85726 19.8146 9.1591 19.8167 11.025 19.8167H17.8504C18.6581 19.8167 19.3129 19.1675 19.3129 18.3667C19.3129 17.5659 18.6581 16.9167 17.8504 16.9167H17.363V17.8884C17.3622 18.0762 17.3062 18.2658 17.1905 18.4322C16.8848 18.8716 16.2776 18.9822 15.8344 18.6791C15.6387 18.5386 14.9723 18.0553 14.7741 17.8884C14.4746 17.6362 14.1741 17.3832 13.9576 17.1387C13.7083 16.857 13.4629 16.4705 13.4629 15.95C13.4629 15.4295 13.7083 15.043 13.9576 14.7613C14.1741 14.5168 14.4746 14.2638 14.7741 14.0116L15.8335 13.2215C16.2768 12.9184 16.8848 13.0284 17.1905 13.4678C17.3086 13.6376 17.3644 13.8315 17.363 14.0232V14.9833H17.8504C19.7351 14.9833 21.2629 16.4981 21.2629 18.3667C21.2629 20.2352 19.7351 21.75 17.8504 21.75H10.954C9.17585 21.75 7.74311 21.75 6.61637 21.6006C5.44714 21.4456 4.46231 21.1139 3.67962 20.3419C2.89625 19.5692 2.55909 18.5957 2.40157 17.44C2.24995 16.3277 2.24997 14.9136 2.25 13.1605V13.1605V8.21667C2.25 7.68279 2.68652 7.25 3.225 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.775 7.25C21.3135 7.25 21.75 7.68279 21.75 8.21667V13.0895C21.75 13.6233 21.3135 14.0561 20.775 14.0561C20.2365 14.0561 19.8 13.6233 19.8 13.0895V8.21667C19.8 7.68279 20.2365 7.25 20.775 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 11C9 10.4477 9.44772 10 10 10H14C14.5523 10 15 10.4477 15 11C15 11.5523 14.5523 12 14 12H10C9.44772 12 9 11.5523 9 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-delivery-secure-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4724 1.25H8.52755C7.62451 1.24998 6.86914 1.24996 6.25004 1.31454C5.59532 1.38284 5.0034 1.53023 4.45681 1.87979C3.91021 2.22936 3.54072 2.69681 3.22319 3.2503C2.92293 3.77368 2.63242 4.44256 2.28512 5.24222L1.32543 7.45172C1.11784 7.92965 1.35344 8.47851 1.85164 8.67764C2.34984 8.87678 2.922 8.65078 3.12958 8.17285L4.06924 6.00946C4.4418 5.15172 4.69249 4.57789 4.9355 4.1543C5.16699 3.75079 5.34898 3.56262 5.54097 3.43984C5.73295 3.31706 5.98402 3.22828 6.46133 3.17849C6.96239 3.12622 7.61098 3.12494 8.57963 3.12494H11V8H13V3.12494H15.4204C16.389 3.12494 17.0376 3.12622 17.5387 3.17849C18.016 3.22828 18.2671 3.31706 18.459 3.43984C18.651 3.56262 18.833 3.75079 19.0645 4.1543C19.3075 4.57789 19.5582 5.15172 19.9308 6.00946L20.8704 8.17285C21.078 8.65078 21.6502 8.87678 22.1484 8.67764C22.6466 8.47851 22.8822 7.92965 22.6746 7.45172L21.7149 5.24222C21.3676 4.44256 21.0771 3.77368 20.7768 3.2503C20.4593 2.69681 20.0898 2.22936 19.5432 1.87979C18.9966 1.53023 18.4047 1.38284 17.75 1.31454C17.1309 1.24996 16.3755 1.24998 15.4724 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 8C1.25 7.58579 1.58579 7.25 2 7.25L22 7.25C22.4142 7.25 22.75 7.58579 22.75 8V13.4872C22.75 13.9061 22.75 14.3064 22.7484 14.6888C22.7478 14.824 22.6328 14.846 22.5502 14.7388C22.5183 14.6973 22.5002 14.6559 22.4991 14.6035C22.4533 12.3902 20.6 10.75 18.5 10.75C16.3735 10.75 14.5 12.4318 14.5 14.6875C14.5 14.7822 14.4534 14.8704 14.3779 14.9277C13.769 15.39 13.3071 16.0163 13.0346 16.7211C12.8502 17.1981 12.7946 17.6511 12.7712 18.0186C12.75 18.3523 12.75 18.8576 12.75 19.2459C12.75 19.6342 12.75 20.0227 12.7712 20.3564C12.7946 20.7239 12.8502 21.1769 13.0346 21.6539L13.0423 21.6736C13.2553 22.2165 13.3618 22.4879 13.2725 22.6189C13.1832 22.7499 12.9276 22.7499 12.4162 22.75L10.8338 22.75C8.78537 22.75 7.17418 22.75 5.9157 22.5869C4.6271 22.4198 3.59552 22.0699 2.78115 21.2846C1.96296 20.4957 1.59493 19.4901 1.41991 18.2347C1.24997 17.0159 1.24998 15.4578 1.25 13.4872V13.4872L1.25 8ZM10 10.25C9.58579 10.25 9.25 10.5858 9.25 11C9.25 11.4142 9.58579 11.75 10 11.75L14 11.75C14.4142 11.75 14.75 11.4142 14.75 11C14.75 10.5858 14.4142 10.25 14 10.25L10 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 15.7492V14.6875C21 13.3158 19.8548 12.25 18.5 12.25C17.1452 12.25 16 13.3158 16 14.6875V15.7492C15.9249 15.772 15.8502 15.7993 15.7761 15.8322C15.1559 16.1074 14.6789 16.6277 14.4337 17.262C14.3278 17.536 14.2871 17.8173 14.2682 18.1139C14.25 18.3994 14.25 18.7471 14.25 19.1639V19.2111C14.25 19.6278 14.25 19.9756 14.2682 20.2611C14.2871 20.5577 14.3278 20.839 14.4337 21.113C14.6789 21.7474 15.1559 22.2676 15.7761 22.5428C16.0484 22.6637 16.3272 22.7093 16.6128 22.7302C16.8844 22.75 17.2134 22.75 17.5989 22.75H19.4011C19.7866 22.75 20.1156 22.75 20.3872 22.7302C20.6728 22.7093 20.9516 22.6637 21.2239 22.5428C21.8441 22.2676 22.3211 21.7474 22.5663 21.113C22.6722 20.839 22.7129 20.5577 22.7318 20.2611C22.75 19.9756 22.75 19.6279 22.75 19.2111V19.1639C22.75 18.7472 22.75 18.3994 22.7318 18.1139C22.7129 17.8173 22.6722 17.536 22.5663 17.262C22.3211 16.6277 21.8441 16.1074 21.2239 15.8322C21.1498 15.7993 21.0751 15.772 21 15.7492ZM17.5 14.6875C17.5 14.1952 17.9218 13.75 18.5 13.75C19.0782 13.75 19.5 14.1952 19.5 14.6875V15.625H17.5V14.6875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4724 1.25H8.52755C7.62451 1.24998 6.86914 1.24996 6.25004 1.31454C5.59532 1.38284 5.0034 1.53023 4.45681 1.87979C3.91021 2.22936 3.54072 2.69681 3.22319 3.2503C2.92293 3.77368 2.63242 4.44256 2.28512 5.24222L1.32543 7.45172C1.11784 7.92965 1.35344 8.47851 1.85164 8.67764C2.34984 8.87678 2.922 8.65078 3.12958 8.17285L4.06924 6.00946C4.4418 5.15172 4.69249 4.57789 4.9355 4.1543C5.16699 3.75079 5.34898 3.56262 5.54097 3.43984C5.73295 3.31706 5.98402 3.22828 6.46133 3.17849C6.96239 3.12622 7.61098 3.12494 8.57963 3.12494H11V8H13V3.12494H15.4204C16.389 3.12494 17.0376 3.12622 17.5387 3.17849C18.016 3.22828 18.2671 3.31706 18.459 3.43984C18.651 3.56262 18.833 3.75079 19.0645 4.1543C19.3075 4.57789 19.5582 5.15172 19.9308 6.00946L20.8704 8.17285C21.078 8.65078 21.6502 8.87678 22.1484 8.67764C22.6466 8.47851 22.8822 7.92965 22.6746 7.45172L21.7149 5.24222C21.3676 4.44256 21.0771 3.77368 20.7768 3.2503C20.4593 2.69681 20.0898 2.22936 19.5432 1.87979C18.9966 1.53023 18.4047 1.38284 17.75 1.31454C17.1309 1.24996 16.3755 1.24998 15.4724 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 8C1.25 7.58579 1.58579 7.25 2 7.25L22 7.25C22.4142 7.25 22.75 7.58579 22.75 8V13.4872C22.75 13.9061 22.75 14.3064 22.7484 14.6888C22.7478 14.824 22.6328 14.846 22.5502 14.7388C22.5183 14.6973 22.5002 14.6559 22.4991 14.6035C22.4533 12.3902 20.6 10.75 18.5 10.75C16.3735 10.75 14.5 12.4318 14.5 14.6875C14.5 14.7822 14.4534 14.8704 14.3779 14.9277C13.769 15.39 13.3071 16.0163 13.0346 16.7211C12.8502 17.1981 12.7946 17.6511 12.7712 18.0186C12.75 18.3523 12.75 18.8576 12.75 19.2459C12.75 19.6342 12.75 20.0227 12.7712 20.3564C12.7946 20.7239 12.8502 21.1769 13.0346 21.6539L13.0423 21.6736C13.2553 22.2165 13.3618 22.4879 13.2725 22.6189C13.1832 22.7499 12.9276 22.7499 12.4162 22.75L10.8338 22.75C8.78537 22.75 7.17418 22.75 5.9157 22.5869C4.6271 22.4198 3.59552 22.0699 2.78115 21.2846C1.96296 20.4957 1.59493 19.4901 1.41991 18.2347C1.24997 17.0159 1.24998 15.4578 1.25 13.4872V13.4872L1.25 8ZM10 10.25C9.58579 10.25 9.25 10.5858 9.25 11C9.25 11.4142 9.58579 11.75 10 11.75L14 11.75C14.4142 11.75 14.75 11.4142 14.75 11C14.75 10.5858 14.4142 10.25 14 10.25L10 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 15.7492V14.6875C21 13.3158 19.8548 12.25 18.5 12.25C17.1452 12.25 16 13.3158 16 14.6875V15.7492C15.9249 15.772 15.8502 15.7993 15.7761 15.8322C15.1559 16.1074 14.6789 16.6277 14.4337 17.262C14.3278 17.536 14.2871 17.8173 14.2682 18.1139C14.25 18.3994 14.25 18.7471 14.25 19.1639V19.2111C14.25 19.6278 14.25 19.9756 14.2682 20.2611C14.2871 20.5577 14.3278 20.839 14.4337 21.113C14.6789 21.7474 15.1559 22.2676 15.7761 22.5428C16.0484 22.6637 16.3272 22.7093 16.6128 22.7302C16.8844 22.75 17.2134 22.75 17.5989 22.75H19.4011C19.7866 22.75 20.1156 22.75 20.3872 22.7302C20.6728 22.7093 20.9516 22.6637 21.2239 22.5428C21.8441 22.2676 22.3211 21.7474 22.5663 21.113C22.6722 20.839 22.7129 20.5577 22.7318 20.2611C22.75 19.9756 22.75 19.6279 22.75 19.2111V19.1639C22.75 18.7472 22.75 18.3994 22.7318 18.1139C22.7129 17.8173 22.6722 17.536 22.5663 17.262C22.3211 16.6277 21.8441 16.1074 21.2239 15.8322C21.1498 15.7993 21.0751 15.772 21 15.7492ZM17.5 14.6875C17.5 14.1952 17.9218 13.75 18.5 13.75C19.0782 13.75 19.5 14.1952 19.5 14.6875V15.625H17.5V14.6875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-delivery-secure-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2317 1.75C20.578 1.74997 20.8919 1.74995 21.15 1.77593C21.4268 1.8038 21.7283 1.86808 22.0063 2.0577C22.2302 2.21048 22.4162 2.41299 22.5488 2.64997C22.7142 2.94548 22.7495 3.25255 22.75 3.53017C22.7505 3.78782 22.7191 4.09746 22.6847 4.43696V4.43698C22.6254 5.02264 22.5687 5.58311 22.4897 5.98104C22.4067 6.39932 22.2796 6.78401 22.0242 7.12846C21.8006 7.42989 21.5177 7.68253 21.193 7.87142C20.8231 8.08661 20.4263 8.17251 19.9991 8.21218C19.5915 8.25003 19.0924 8.25002 18.4954 8.25H5.50459H5.50457C4.90758 8.25002 4.40847 8.25003 4.00093 8.21218C3.57375 8.17251 3.17685 8.08661 2.80698 7.87142C2.48232 7.68253 2.19938 7.42989 1.97582 7.12846C1.72037 6.78401 1.59326 6.39932 1.51028 5.98104C1.43134 5.5831 1.3746 5.02267 1.3153 4.43699C1.28089 4.09748 1.2495 3.78782 1.25001 3.53017C1.25055 3.25255 1.28581 2.94548 1.45121 2.64997C1.58385 2.41299 1.76976 2.21048 1.9937 2.0577C2.27165 1.86808 2.57318 1.8038 2.85005 1.77593C3.10814 1.74995 3.42197 1.74997 3.76831 1.75H3.76838H20.2316H20.2317Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.225 6.75C3.76348 6.75 4.2 7.18279 4.2 7.71667V12.5895C4.2 14.4304 4.20209 15.7133 4.334 16.6811C4.46206 17.6206 4.69604 18.1173 5.05495 18.4713C5.41455 18.826 5.92009 19.0577 6.87491 19.1844C7.85726 19.3146 9.1591 19.3167 11.025 19.3167H12C12.5385 19.3167 12.975 19.7495 12.975 20.2833C12.975 20.8172 12.5385 21.25 12 21.25H10.954C9.17585 21.25 7.74311 21.25 6.61637 21.1006C5.44714 20.9456 4.46231 20.6139 3.67962 19.8419C2.89625 19.0692 2.55909 18.0957 2.40157 16.94C2.24995 15.8277 2.24997 14.4136 2.25 12.6605L2.25 7.71667C2.25 7.18279 2.68652 6.75 3.225 6.75ZM20.775 6.75C21.3135 6.75 21.75 7.18279 21.75 7.71667V10.1333C21.75 10.6672 21.3135 11.1 20.775 11.1C20.2365 11.1 19.8 10.6672 19.8 10.1333V7.71667C19.8 7.18279 20.2365 6.75 20.775 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 15.2492V14.1875C16 12.8158 17.1452 11.75 18.5 11.75C19.8548 11.75 21 12.8158 21 14.1875V15.2492C21.0751 15.272 21.1498 15.2993 21.2239 15.3322C21.8441 15.6074 22.3211 16.1277 22.5663 16.762C22.6722 17.036 22.7129 17.3173 22.7318 17.6139C22.75 17.8994 22.75 18.2943 22.75 18.7111C22.75 19.1278 22.75 19.4756 22.7318 19.7611C22.7129 20.0577 22.6722 20.3391 22.5663 20.613C22.3211 21.2474 21.8441 21.7676 21.2239 22.0428C20.9516 22.1637 20.6728 22.2093 20.3872 22.2302C20.1156 22.25 19.7866 22.25 19.4011 22.25H17.5989C17.2135 22.25 16.8844 22.25 16.6128 22.2302C16.3272 22.2093 16.0484 22.1637 15.7761 22.0428C15.1559 21.7676 14.6789 21.2474 14.4337 20.613C14.3278 20.3391 14.2871 20.0577 14.2682 19.7611C14.25 19.4756 14.25 19.1279 14.25 18.7111C14.25 18.2944 14.25 17.8994 14.2682 17.6139C14.2871 17.3173 14.3278 17.036 14.4337 16.762C14.6789 16.1277 15.1559 15.6074 15.7761 15.3322C15.8502 15.2993 15.9249 15.272 16 15.2492ZM17.5 14.1875C17.5 13.6952 17.9218 13.25 18.5 13.25C19.0782 13.25 19.5 13.6952 19.5 14.1875V15.125C19.4675 15.125 19.4345 15.125 19.4011 15.125H17.5989C17.5655 15.125 17.5325 15.125 17.5 15.125V14.1875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 10.5C9 9.94772 9.44772 9.5 10 9.5H14C14.5523 9.5 15 9.94772 15 10.5C15 11.0523 14.5523 11.5 14 11.5H10C9.44772 11.5 9 11.0523 9 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2317 1.75C20.578 1.74997 20.8919 1.74995 21.15 1.77593C21.4268 1.8038 21.7283 1.86808 22.0063 2.0577C22.2302 2.21048 22.4162 2.41299 22.5488 2.64997C22.7142 2.94548 22.7495 3.25255 22.75 3.53017C22.7505 3.78782 22.7191 4.09746 22.6847 4.43696V4.43698C22.6254 5.02264 22.5687 5.58311 22.4897 5.98104C22.4067 6.39932 22.2796 6.78401 22.0242 7.12846C21.8006 7.42989 21.5177 7.68253 21.193 7.87142C20.8231 8.08661 20.4263 8.17251 19.9991 8.21218C19.5915 8.25003 19.0924 8.25002 18.4954 8.25H5.50459H5.50457C4.90758 8.25002 4.40847 8.25003 4.00093 8.21218C3.57375 8.17251 3.17685 8.08661 2.80698 7.87142C2.48232 7.68253 2.19938 7.42989 1.97582 7.12846C1.72037 6.78401 1.59326 6.39932 1.51028 5.98104C1.43134 5.5831 1.3746 5.02267 1.3153 4.43699C1.28089 4.09748 1.2495 3.78782 1.25001 3.53017C1.25055 3.25255 1.28581 2.94548 1.45121 2.64997C1.58385 2.41299 1.76976 2.21048 1.9937 2.0577C2.27165 1.86808 2.57318 1.8038 2.85005 1.77593C3.10814 1.74995 3.42197 1.74997 3.76831 1.75H3.76838H20.2316H20.2317Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.225 6.75C3.76348 6.75 4.2 7.18279 4.2 7.71667V12.5895C4.2 14.4304 4.20209 15.7133 4.334 16.6811C4.46206 17.6206 4.69604 18.1173 5.05495 18.4713C5.41455 18.826 5.92009 19.0577 6.87491 19.1844C7.85726 19.3146 9.1591 19.3167 11.025 19.3167H12C12.5385 19.3167 12.975 19.7495 12.975 20.2833C12.975 20.8172 12.5385 21.25 12 21.25H10.954C9.17585 21.25 7.74311 21.25 6.61637 21.1006C5.44714 20.9456 4.46231 20.6139 3.67962 19.8419C2.89625 19.0692 2.55909 18.0957 2.40157 16.94C2.24995 15.8277 2.24997 14.4136 2.25 12.6605L2.25 7.71667C2.25 7.18279 2.68652 6.75 3.225 6.75ZM20.775 6.75C21.3135 6.75 21.75 7.18279 21.75 7.71667V10.1333C21.75 10.6672 21.3135 11.1 20.775 11.1C20.2365 11.1 19.8 10.6672 19.8 10.1333V7.71667C19.8 7.18279 20.2365 6.75 20.775 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 15.2492V14.1875C16 12.8158 17.1452 11.75 18.5 11.75C19.8548 11.75 21 12.8158 21 14.1875V15.2492C21.0751 15.272 21.1498 15.2993 21.2239 15.3322C21.8441 15.6074 22.3211 16.1277 22.5663 16.762C22.6722 17.036 22.7129 17.3173 22.7318 17.6139C22.75 17.8994 22.75 18.2943 22.75 18.7111C22.75 19.1278 22.75 19.4756 22.7318 19.7611C22.7129 20.0577 22.6722 20.3391 22.5663 20.613C22.3211 21.2474 21.8441 21.7676 21.2239 22.0428C20.9516 22.1637 20.6728 22.2093 20.3872 22.2302C20.1156 22.25 19.7866 22.25 19.4011 22.25H17.5989C17.2135 22.25 16.8844 22.25 16.6128 22.2302C16.3272 22.2093 16.0484 22.1637 15.7761 22.0428C15.1559 21.7676 14.6789 21.2474 14.4337 20.613C14.3278 20.3391 14.2871 20.0577 14.2682 19.7611C14.25 19.4756 14.25 19.1279 14.25 18.7111C14.25 18.2944 14.25 17.8994 14.2682 17.6139C14.2871 17.3173 14.3278 17.036 14.4337 16.762C14.6789 16.1277 15.1559 15.6074 15.7761 15.3322C15.8502 15.2993 15.9249 15.272 16 15.2492ZM17.5 14.1875C17.5 13.6952 17.9218 13.25 18.5 13.25C19.0782 13.25 19.5 13.6952 19.5 14.1875V15.125C19.4675 15.125 19.4345 15.125 19.4011 15.125H17.5989C17.5655 15.125 17.5325 15.125 17.5 15.125V14.1875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 10.5C9 9.94772 9.44772 9.5 10 9.5H14C14.5523 9.5 15 9.94772 15 10.5C15 11.0523 14.5523 11.5 14 11.5H10C9.44772 11.5 9 11.0523 9 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-delivery-sent-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.09888 3.25H12.0602C12.6994 3.24994 13.2738 3.24989 13.7387 3.31207C14.2463 3.37996 14.767 3.53758 15.1935 3.9619C15.62 4.38622 15.8085 5.18953 15.8768 5.69447C19.7122 5.92886 22.75 9.09762 22.75 12.9722L22.75 15.7015V15.7015V15.7016V15.7016C22.7501 15.8713 22.7502 16.0375 22.7312 16.1895C22.5929 17.2935 21.2749 18.1819 20.1651 18.3195C19.7446 19.7251 18.4358 20.75 16.8863 20.75C15.3369 20.75 14.028 19.725 13.6075 18.3194H10.3924C9.97194 19.725 8.6631 20.75 7.11363 20.75C5.56086 20.75 4.24976 19.7207 3.83216 18.3105C3.49351 18.2799 2.81521 18.1912 2.4716 17.9938C2.10019 17.7805 1.79176 17.4737 1.57733 17.1042C1.37895 16.7623 1.30924 16.4059 1.27855 16.069C1.24995 15.7551 1.24998 15.3766 1.25001 14.9558L1.25 7.079C1.24994 6.44304 1.24989 5.87165 1.31239 5.40916C1.38063 4.90423 1.53908 4.38622 1.9656 3.9619C2.39212 3.53758 2.91282 3.37996 3.42037 3.31207C3.88527 3.24989 4.45963 3.24994 5.09888 3.25ZM16.8861 13.9446C16.5465 13.9446 16.2185 13.9938 15.9088 14.0855V7.64697C18.6483 7.89257 20.7952 10.1831 20.7952 12.9724V15.8891C20.7952 16.1897 20.607 16.3751 20.1649 16.3751C19.7444 14.9696 18.4355 13.9446 16.8861 13.9446ZM5.64746 17.3474C5.64746 16.542 6.30377 15.8891 7.11337 15.8891C7.92296 15.8891 8.57927 16.542 8.57927 17.3474C8.57927 18.1528 7.92296 18.8057 7.11337 18.8057C6.30377 18.8057 5.64746 18.1528 5.64746 17.3474ZM16.8861 15.8891C16.0765 15.8891 15.4202 16.542 15.4202 17.3474C15.4202 18.1528 16.0765 18.8057 16.8861 18.8057C17.6957 18.8057 18.352 18.1528 18.352 17.3474C18.352 16.542 17.6957 15.8891 16.8861 15.8891ZM10.3321 10.25L8.86166 11.4115C8.53661 11.6682 8.48124 12.1399 8.73798 12.4649C8.99472 12.79 9.46636 12.8453 9.7914 12.5886L11.278 11.4144C11.6414 11.1274 12.0093 10.8368 12.2427 10.5953C12.4899 10.3393 12.75 9.98434 12.75 9.50003C12.75 9.01572 12.4899 8.66072 12.2427 8.4048C12.0093 8.16321 11.6788 7.90217 11.3153 7.61516L11.3153 7.61515L9.7914 6.41148C9.46636 6.15474 8.99472 6.21011 8.73798 6.53516C8.48124 6.8602 8.53661 7.33184 8.86166 7.58858L10.3321 8.75003H5C4.58579 8.75003 4.25 9.08582 4.25 9.50003C4.25 9.91424 4.58579 10.25 5 10.25L10.3321 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.09888 3.25H12.0602C12.6994 3.24994 13.2738 3.24989 13.7387 3.31207C14.2463 3.37996 14.767 3.53758 15.1935 3.9619C15.62 4.38622 15.8085 5.18953 15.8768 5.69447C19.7122 5.92886 22.75 9.09762 22.75 12.9722L22.75 15.7015V15.7015V15.7016V15.7016C22.7501 15.8713 22.7502 16.0375 22.7312 16.1895C22.5929 17.2935 21.2749 18.1819 20.1651 18.3195C19.7446 19.7251 18.4358 20.75 16.8863 20.75C15.3369 20.75 14.028 19.725 13.6075 18.3194H10.3924C9.97194 19.725 8.6631 20.75 7.11363 20.75C5.56086 20.75 4.24976 19.7207 3.83216 18.3105C3.49351 18.2799 2.81521 18.1912 2.4716 17.9938C2.10019 17.7805 1.79176 17.4737 1.57733 17.1042C1.37895 16.7623 1.30924 16.4059 1.27855 16.069C1.24995 15.7551 1.24998 15.3766 1.25001 14.9558L1.25 7.079C1.24994 6.44304 1.24989 5.87165 1.31239 5.40916C1.38063 4.90423 1.53908 4.38622 1.9656 3.9619C2.39212 3.53758 2.91282 3.37996 3.42037 3.31207C3.88527 3.24989 4.45963 3.24994 5.09888 3.25ZM16.8861 13.9446C16.5465 13.9446 16.2185 13.9938 15.9088 14.0855V7.64697C18.6483 7.89257 20.7952 10.1831 20.7952 12.9724V15.8891C20.7952 16.1897 20.607 16.3751 20.1649 16.3751C19.7444 14.9696 18.4355 13.9446 16.8861 13.9446ZM5.64746 17.3474C5.64746 16.542 6.30377 15.8891 7.11337 15.8891C7.92296 15.8891 8.57927 16.542 8.57927 17.3474C8.57927 18.1528 7.92296 18.8057 7.11337 18.8057C6.30377 18.8057 5.64746 18.1528 5.64746 17.3474ZM16.8861 15.8891C16.0765 15.8891 15.4202 16.542 15.4202 17.3474C15.4202 18.1528 16.0765 18.8057 16.8861 18.8057C17.6957 18.8057 18.352 18.1528 18.352 17.3474C18.352 16.542 17.6957 15.8891 16.8861 15.8891ZM10.3321 10.25L8.86166 11.4115C8.53661 11.6682 8.48124 12.1399 8.73798 12.4649C8.99472 12.79 9.46636 12.8453 9.7914 12.5886L11.278 11.4144C11.6414 11.1274 12.0093 10.8368 12.2427 10.5953C12.4899 10.3393 12.75 9.98434 12.75 9.50003C12.75 9.01572 12.4899 8.66072 12.2427 8.4048C12.0093 8.16321 11.6788 7.90217 11.3153 7.61516L11.3153 7.61515L9.7914 6.41148C9.46636 6.15474 8.99472 6.21011 8.73798 6.53516C8.48124 6.8602 8.53661 7.33184 8.86166 7.58858L10.3321 8.75003H5C4.58579 8.75003 4.25 9.08582 4.25 9.50003C4.25 9.91424 4.58579 10.25 5 10.25L10.3321 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-delivery-sent-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.09886 3.25H12.0601C12.6994 3.24994 13.2737 3.24989 13.7386 3.31207C14.2462 3.37996 14.7669 3.53758 15.1934 3.9619C15.6199 4.38622 15.8073 5.17563 15.8756 5.68056L17.2199 5.68056C17.5917 5.68053 17.9369 5.68049 18.2295 5.70878C18.5534 5.7401 18.8861 5.81108 19.2145 5.99605C19.5429 6.18102 19.7753 6.4284 19.9689 6.68857C20.1439 6.92361 20.3215 7.21817 20.5128 7.53538L22.2319 10.3857L22.2319 10.3857C22.4006 10.6644 22.5714 10.9464 22.6612 11.269C22.751 11.5917 22.7505 11.9209 22.7499 12.2462L22.7498 14.9558C22.7499 15.3765 22.7499 15.7551 22.7213 16.069C22.6906 16.4059 22.6209 16.7623 22.4225 17.1042C22.2081 17.4737 21.8997 17.7805 21.5282 17.9938C21.1846 18.1912 20.5063 18.2799 20.1677 18.3105C19.7501 19.7207 18.439 20.75 16.8862 20.75C15.3368 20.75 14.028 19.725 13.6075 18.3194H10.3924C9.97189 19.725 8.66306 20.75 7.1136 20.75C5.56083 20.75 4.24974 19.7207 3.83214 18.3105C3.4935 18.2799 2.8152 18.1912 2.47159 17.9938C2.10018 17.7805 1.79176 17.4737 1.57733 17.1042C1.37895 16.7623 1.30924 16.4059 1.27855 16.069C1.24995 15.7551 1.24998 15.3766 1.25001 14.9558L1.25 7.079C1.24994 6.44304 1.24989 5.87165 1.31239 5.40916C1.38063 4.90423 1.53908 4.38622 1.96559 3.9619C2.39211 3.53758 2.91281 3.37996 3.42036 3.31207C3.88525 3.24989 4.45961 3.24994 5.09886 3.25ZM16.886 13.9444C16.5464 13.9444 16.2184 13.9937 15.9087 14.0854V7.625H18.252L20.7951 11.7881V15.8889C20.7951 16.069 20.6127 16.3646 20.1617 16.3646C19.7379 14.9644 18.4317 13.9444 16.886 13.9444ZM5.64746 17.3472C5.64746 16.5418 6.30377 15.8889 7.11336 15.8889C7.92295 15.8889 8.57926 16.5418 8.57926 17.3472C8.57926 18.1526 7.92295 18.8056 7.11336 18.8056C6.30377 18.8056 5.64746 18.1526 5.64746 17.3472ZM16.886 15.8889C16.0764 15.8889 15.4201 16.5418 15.4201 17.3472C15.4201 18.1526 16.0764 18.8056 16.886 18.8056C17.6956 18.8056 18.3519 18.1526 18.3519 17.3472C18.3519 16.5418 17.6956 15.8889 16.886 15.8889ZM10.3321 10.25L8.86166 11.4115C8.53661 11.6682 8.48124 12.1399 8.73798 12.4649C8.99472 12.79 9.46636 12.8453 9.7914 12.5886L11.3153 11.3849C11.6788 11.0979 12.0093 10.8368 12.2427 10.5953C12.4899 10.3393 12.75 9.98434 12.75 9.50003C12.75 9.01572 12.4899 8.66072 12.2427 8.4048C12.0093 8.16321 11.6788 7.90217 11.3153 7.61516L11.3153 7.61515L9.7914 6.41148C9.46636 6.15474 8.99472 6.21011 8.73798 6.53516C8.48124 6.8602 8.53661 7.33184 8.86166 7.58858L10.3321 8.75003H5C4.58579 8.75003 4.25 9.08582 4.25 9.50003C4.25 9.91424 4.58579 10.25 5 10.25L10.3321 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.09886 3.25H12.0601C12.6994 3.24994 13.2737 3.24989 13.7386 3.31207C14.2462 3.37996 14.7669 3.53758 15.1934 3.9619C15.6199 4.38622 15.8073 5.17563 15.8756 5.68056L17.2199 5.68056C17.5917 5.68053 17.9369 5.68049 18.2295 5.70878C18.5534 5.7401 18.8861 5.81108 19.2145 5.99605C19.5429 6.18102 19.7753 6.4284 19.9689 6.68857C20.1439 6.92361 20.3215 7.21817 20.5128 7.53538L22.2319 10.3857L22.2319 10.3857C22.4006 10.6644 22.5714 10.9464 22.6612 11.269C22.751 11.5917 22.7505 11.9209 22.7499 12.2462L22.7498 14.9558C22.7499 15.3765 22.7499 15.7551 22.7213 16.069C22.6906 16.4059 22.6209 16.7623 22.4225 17.1042C22.2081 17.4737 21.8997 17.7805 21.5282 17.9938C21.1846 18.1912 20.5063 18.2799 20.1677 18.3105C19.7501 19.7207 18.439 20.75 16.8862 20.75C15.3368 20.75 14.028 19.725 13.6075 18.3194H10.3924C9.97189 19.725 8.66306 20.75 7.1136 20.75C5.56083 20.75 4.24974 19.7207 3.83214 18.3105C3.4935 18.2799 2.8152 18.1912 2.47159 17.9938C2.10018 17.7805 1.79176 17.4737 1.57733 17.1042C1.37895 16.7623 1.30924 16.4059 1.27855 16.069C1.24995 15.7551 1.24998 15.3766 1.25001 14.9558L1.25 7.079C1.24994 6.44304 1.24989 5.87165 1.31239 5.40916C1.38063 4.90423 1.53908 4.38622 1.96559 3.9619C2.39211 3.53758 2.91281 3.37996 3.42036 3.31207C3.88525 3.24989 4.45961 3.24994 5.09886 3.25ZM16.886 13.9444C16.5464 13.9444 16.2184 13.9937 15.9087 14.0854V7.625H18.252L20.7951 11.7881V15.8889C20.7951 16.069 20.6127 16.3646 20.1617 16.3646C19.7379 14.9644 18.4317 13.9444 16.886 13.9444ZM5.64746 17.3472C5.64746 16.5418 6.30377 15.8889 7.11336 15.8889C7.92295 15.8889 8.57926 16.5418 8.57926 17.3472C8.57926 18.1526 7.92295 18.8056 7.11336 18.8056C6.30377 18.8056 5.64746 18.1526 5.64746 17.3472ZM16.886 15.8889C16.0764 15.8889 15.4201 16.5418 15.4201 17.3472C15.4201 18.1526 16.0764 18.8056 16.886 18.8056C17.6956 18.8056 18.3519 18.1526 18.3519 17.3472C18.3519 16.5418 17.6956 15.8889 16.886 15.8889ZM10.3321 10.25L8.86166 11.4115C8.53661 11.6682 8.48124 12.1399 8.73798 12.4649C8.99472 12.79 9.46636 12.8453 9.7914 12.5886L11.3153 11.3849C11.6788 11.0979 12.0093 10.8368 12.2427 10.5953C12.4899 10.3393 12.75 9.98434 12.75 9.50003C12.75 9.01572 12.4899 8.66072 12.2427 8.4048C12.0093 8.16321 11.6788 7.90217 11.3153 7.61516L11.3153 7.61515L9.7914 6.41148C9.46636 6.15474 8.99472 6.21011 8.73798 6.53516C8.48124 6.8602 8.53661 7.33184 8.86166 7.58858L10.3321 8.75003H5C4.58579 8.75003 4.25 9.08582 4.25 9.50003C4.25 9.91424 4.58579 10.25 5 10.25L10.3321 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-delivery-tracking-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4724 1.25H8.52755C7.62451 1.24998 6.86914 1.24996 6.25004 1.31454C5.59532 1.38284 5.0034 1.53023 4.45681 1.87979C3.91021 2.22936 3.54072 2.69681 3.22319 3.2503C2.92293 3.77368 2.63242 4.44256 2.28512 5.24222L1.32543 7.45172C1.11784 7.92965 1.35344 8.47851 1.85164 8.67764C2.34984 8.87678 2.922 8.65078 3.12958 8.17285L4.06924 6.00946C4.4418 5.15172 4.69249 4.57789 4.9355 4.1543C5.16699 3.75079 5.34898 3.56262 5.54097 3.43984C5.73295 3.31706 5.98402 3.22828 6.46133 3.17849C6.96239 3.12622 7.61098 3.12494 8.57963 3.12494H11V8H13V3.12494H15.4204C16.389 3.12494 17.0376 3.12622 17.5387 3.17849C18.016 3.22828 18.2671 3.31706 18.459 3.43984C18.651 3.56262 18.833 3.75079 19.0645 4.1543C19.3075 4.57789 19.5582 5.15172 19.9308 6.00946L20.8704 8.17285C21.078 8.65078 21.6502 8.87678 22.1484 8.67764C22.6466 8.47851 22.8822 7.92965 22.6746 7.45172L21.7149 5.24222C21.3676 4.44256 21.0771 3.77368 20.7768 3.2503C20.4593 2.69681 20.0898 2.22936 19.5432 1.87979C18.9966 1.53023 18.4047 1.38284 17.75 1.31454C17.1309 1.24996 16.3755 1.24998 15.4724 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 8C1.25 7.58579 1.58579 7.25 2 7.25L22 7.25C22.4142 7.25 22.75 7.58579 22.75 8V10.3193C22.75 10.9753 22.75 11.3033 22.589 11.3875C22.4281 11.4717 22.1334 11.267 21.5442 10.8578C20.5396 10.16 19.3202 9.75 18 9.75C14.5263 9.75 11.75 12.5883 11.75 16.0403C11.75 18.0456 12.5938 19.6254 14.0078 20.8784C14.2868 21.1257 14.6196 21.4856 14.9311 21.8686C15.2209 22.225 15.3658 22.4031 15.285 22.574C15.2042 22.7449 14.9663 22.746 14.4904 22.7481C14.0708 22.75 13.6297 22.75 13.1663 22.75H13.1662H10.8338C8.78537 22.75 7.17418 22.75 5.9157 22.5869C4.6271 22.4198 3.59552 22.0699 2.78115 21.2846C1.96296 20.4957 1.59493 19.4901 1.41991 18.2347C1.24997 17.0159 1.24998 15.4578 1.25 13.4872V13.4872L1.25 8ZM10 10.25C9.58579 10.25 9.25 10.5858 9.25 11C9.25 11.4142 9.58579 11.75 10 11.75H12C12.4142 11.75 12.75 11.4142 12.75 11C12.75 10.5858 12.4142 10.25 12 10.25L10 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 11.25C15.3696 11.25 13.25 13.4018 13.25 16.0403C13.25 17.5592 13.8644 18.7472 15.0026 19.7558C15.6471 20.3269 16.454 21.3054 16.9311 22.0879C17.1225 22.402 17.4733 22.75 17.9934 22.75C18.5049 22.75 18.8578 22.4118 19.0564 22.1078C19.5758 21.313 20.3617 20.3191 20.9974 19.7558C22.1356 18.7472 22.75 17.5592 22.75 16.0403C22.75 13.4018 20.6304 11.25 18 11.25ZM17.9933 14.5C17.1686 14.5 16.5 15.1716 16.5 16C16.5 16.8284 17.1686 17.5 17.9933 17.5H18.0067C18.8314 17.5 19.5 16.8284 19.5 16C19.5 15.1716 18.8314 14.5 18.0067 14.5H17.9933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4724 1.25H8.52755C7.62451 1.24998 6.86914 1.24996 6.25004 1.31454C5.59532 1.38284 5.0034 1.53023 4.45681 1.87979C3.91021 2.22936 3.54072 2.69681 3.22319 3.2503C2.92293 3.77368 2.63242 4.44256 2.28512 5.24222L1.32543 7.45172C1.11784 7.92965 1.35344 8.47851 1.85164 8.67764C2.34984 8.87678 2.922 8.65078 3.12958 8.17285L4.06924 6.00946C4.4418 5.15172 4.69249 4.57789 4.9355 4.1543C5.16699 3.75079 5.34898 3.56262 5.54097 3.43984C5.73295 3.31706 5.98402 3.22828 6.46133 3.17849C6.96239 3.12622 7.61098 3.12494 8.57963 3.12494H11V8H13V3.12494H15.4204C16.389 3.12494 17.0376 3.12622 17.5387 3.17849C18.016 3.22828 18.2671 3.31706 18.459 3.43984C18.651 3.56262 18.833 3.75079 19.0645 4.1543C19.3075 4.57789 19.5582 5.15172 19.9308 6.00946L20.8704 8.17285C21.078 8.65078 21.6502 8.87678 22.1484 8.67764C22.6466 8.47851 22.8822 7.92965 22.6746 7.45172L21.7149 5.24222C21.3676 4.44256 21.0771 3.77368 20.7768 3.2503C20.4593 2.69681 20.0898 2.22936 19.5432 1.87979C18.9966 1.53023 18.4047 1.38284 17.75 1.31454C17.1309 1.24996 16.3755 1.24998 15.4724 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 8C1.25 7.58579 1.58579 7.25 2 7.25L22 7.25C22.4142 7.25 22.75 7.58579 22.75 8V10.3193C22.75 10.9753 22.75 11.3033 22.589 11.3875C22.4281 11.4717 22.1334 11.267 21.5442 10.8578C20.5396 10.16 19.3202 9.75 18 9.75C14.5263 9.75 11.75 12.5883 11.75 16.0403C11.75 18.0456 12.5938 19.6254 14.0078 20.8784C14.2868 21.1257 14.6196 21.4856 14.9311 21.8686C15.2209 22.225 15.3658 22.4031 15.285 22.574C15.2042 22.7449 14.9663 22.746 14.4904 22.7481C14.0708 22.75 13.6297 22.75 13.1663 22.75H13.1662H10.8338C8.78537 22.75 7.17418 22.75 5.9157 22.5869C4.6271 22.4198 3.59552 22.0699 2.78115 21.2846C1.96296 20.4957 1.59493 19.4901 1.41991 18.2347C1.24997 17.0159 1.24998 15.4578 1.25 13.4872V13.4872L1.25 8ZM10 10.25C9.58579 10.25 9.25 10.5858 9.25 11C9.25 11.4142 9.58579 11.75 10 11.75H12C12.4142 11.75 12.75 11.4142 12.75 11C12.75 10.5858 12.4142 10.25 12 10.25L10 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 11.25C15.3696 11.25 13.25 13.4018 13.25 16.0403C13.25 17.5592 13.8644 18.7472 15.0026 19.7558C15.6471 20.3269 16.454 21.3054 16.9311 22.0879C17.1225 22.402 17.4733 22.75 17.9934 22.75C18.5049 22.75 18.8578 22.4118 19.0564 22.1078C19.5758 21.313 20.3617 20.3191 20.9974 19.7558C22.1356 18.7472 22.75 17.5592 22.75 16.0403C22.75 13.4018 20.6304 11.25 18 11.25ZM17.9933 14.5C17.1686 14.5 16.5 15.1716 16.5 16C16.5 16.8284 17.1686 17.5 17.9933 17.5H18.0067C18.8314 17.5 19.5 16.8284 19.5 16C19.5 15.1716 18.8314 14.5 18.0067 14.5H17.9933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-delivery-tracking-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2317 1.75C20.578 1.74997 20.8919 1.74995 21.15 1.77593C21.4268 1.8038 21.7283 1.86808 22.0063 2.0577C22.2302 2.21048 22.4162 2.41299 22.5488 2.64997C22.7142 2.94548 22.7495 3.25255 22.75 3.53017C22.7505 3.78782 22.7191 4.09746 22.6847 4.43696V4.43698C22.6254 5.02264 22.5687 5.58311 22.4897 5.98104C22.4067 6.39932 22.2796 6.78401 22.0242 7.12846C21.8006 7.42989 21.5177 7.68253 21.193 7.87142C20.8231 8.08661 20.4263 8.17251 19.9991 8.21218C19.5915 8.25003 19.0924 8.25002 18.4954 8.25H5.50459H5.50457C4.90758 8.25002 4.40847 8.25003 4.00093 8.21218C3.57375 8.17251 3.17685 8.08661 2.80698 7.87142C2.48232 7.68253 2.19938 7.42989 1.97582 7.12846C1.72037 6.78401 1.59326 6.39932 1.51028 5.98104C1.43134 5.5831 1.3746 5.02267 1.3153 4.43699C1.28089 4.09748 1.2495 3.78782 1.25001 3.53017C1.25055 3.25255 1.28581 2.94548 1.45121 2.64997C1.58385 2.41299 1.76976 2.21048 1.9937 2.0577C2.27165 1.86808 2.57318 1.8038 2.85005 1.77593C3.10814 1.74995 3.42197 1.74997 3.76831 1.75H3.76838H20.2316H20.2317Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.225 6.75C3.76348 6.75 4.2 7.18279 4.2 7.71667V12.5895C4.2 14.4304 4.20209 15.7133 4.334 16.6811C4.46206 17.6206 4.69604 18.1173 5.05495 18.4713C5.41455 18.826 5.92009 19.0577 6.87491 19.1844C7.85726 19.3146 9.1591 19.3167 11.025 19.3167H12.4875C13.026 19.3167 13.4625 19.7495 13.4625 20.2833C13.4625 20.8172 13.026 21.25 12.4875 21.25H10.954C9.17585 21.25 7.74311 21.25 6.61637 21.1006C5.44714 20.9456 4.46231 20.6139 3.67962 19.8419C2.89625 19.0692 2.55909 18.0957 2.40157 16.94C2.24995 15.8277 2.24997 14.4136 2.25 12.6605L2.25 7.71667C2.25 7.18279 2.68652 6.75 3.225 6.75ZM20.775 6.75C21.3135 6.75 21.75 7.18279 21.75 7.71667V9.16667C21.75 9.70054 21.3135 10.1333 20.775 10.1333C20.2365 10.1333 19.8 9.70054 19.8 9.16667V7.71667C19.8 7.18279 20.2365 6.75 20.775 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 10.75C15.3696 10.75 13.25 12.9018 13.25 15.5403C13.25 17.0592 13.8644 18.2472 15.0026 19.2558C15.6471 19.8269 16.454 20.8054 16.9311 21.5879C17.1225 21.902 17.4733 22.25 17.9934 22.25C18.5049 22.25 18.8578 21.9118 19.0564 21.6078C19.5758 20.813 20.3617 19.8191 20.9974 19.2558C22.1356 18.2472 22.75 17.0592 22.75 15.5403C22.75 12.9018 20.6304 10.75 18 10.75ZM17.9933 14C17.1686 14 16.5 14.6716 16.5 15.5C16.5 16.3284 17.1686 17 17.9933 17H18.0067C18.8314 17 19.5 16.3284 19.5 15.5C19.5 14.6716 18.8314 14 18.0067 14H17.9933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 10.5C9 9.94772 9.44772 9.5 10 9.5H12C12.5523 9.5 13 9.94772 13 10.5C13 11.0523 12.5523 11.5 12 11.5H10C9.44772 11.5 9 11.0523 9 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2317 1.75C20.578 1.74997 20.8919 1.74995 21.15 1.77593C21.4268 1.8038 21.7283 1.86808 22.0063 2.0577C22.2302 2.21048 22.4162 2.41299 22.5488 2.64997C22.7142 2.94548 22.7495 3.25255 22.75 3.53017C22.7505 3.78782 22.7191 4.09746 22.6847 4.43696V4.43698C22.6254 5.02264 22.5687 5.58311 22.4897 5.98104C22.4067 6.39932 22.2796 6.78401 22.0242 7.12846C21.8006 7.42989 21.5177 7.68253 21.193 7.87142C20.8231 8.08661 20.4263 8.17251 19.9991 8.21218C19.5915 8.25003 19.0924 8.25002 18.4954 8.25H5.50459H5.50457C4.90758 8.25002 4.40847 8.25003 4.00093 8.21218C3.57375 8.17251 3.17685 8.08661 2.80698 7.87142C2.48232 7.68253 2.19938 7.42989 1.97582 7.12846C1.72037 6.78401 1.59326 6.39932 1.51028 5.98104C1.43134 5.5831 1.3746 5.02267 1.3153 4.43699C1.28089 4.09748 1.2495 3.78782 1.25001 3.53017C1.25055 3.25255 1.28581 2.94548 1.45121 2.64997C1.58385 2.41299 1.76976 2.21048 1.9937 2.0577C2.27165 1.86808 2.57318 1.8038 2.85005 1.77593C3.10814 1.74995 3.42197 1.74997 3.76831 1.75H3.76838H20.2316H20.2317Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.225 6.75C3.76348 6.75 4.2 7.18279 4.2 7.71667V12.5895C4.2 14.4304 4.20209 15.7133 4.334 16.6811C4.46206 17.6206 4.69604 18.1173 5.05495 18.4713C5.41455 18.826 5.92009 19.0577 6.87491 19.1844C7.85726 19.3146 9.1591 19.3167 11.025 19.3167H12.4875C13.026 19.3167 13.4625 19.7495 13.4625 20.2833C13.4625 20.8172 13.026 21.25 12.4875 21.25H10.954C9.17585 21.25 7.74311 21.25 6.61637 21.1006C5.44714 20.9456 4.46231 20.6139 3.67962 19.8419C2.89625 19.0692 2.55909 18.0957 2.40157 16.94C2.24995 15.8277 2.24997 14.4136 2.25 12.6605L2.25 7.71667C2.25 7.18279 2.68652 6.75 3.225 6.75ZM20.775 6.75C21.3135 6.75 21.75 7.18279 21.75 7.71667V9.16667C21.75 9.70054 21.3135 10.1333 20.775 10.1333C20.2365 10.1333 19.8 9.70054 19.8 9.16667V7.71667C19.8 7.18279 20.2365 6.75 20.775 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 10.75C15.3696 10.75 13.25 12.9018 13.25 15.5403C13.25 17.0592 13.8644 18.2472 15.0026 19.2558C15.6471 19.8269 16.454 20.8054 16.9311 21.5879C17.1225 21.902 17.4733 22.25 17.9934 22.25C18.5049 22.25 18.8578 21.9118 19.0564 21.6078C19.5758 20.813 20.3617 19.8191 20.9974 19.2558C22.1356 18.2472 22.75 17.0592 22.75 15.5403C22.75 12.9018 20.6304 10.75 18 10.75ZM17.9933 14C17.1686 14 16.5 14.6716 16.5 15.5C16.5 16.3284 17.1686 17 17.9933 17H18.0067C18.8314 17 19.5 16.3284 19.5 15.5C19.5 14.6716 18.8314 14 18.0067 14H17.9933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 10.5C9 9.94772 9.44772 9.5 10 9.5H12C12.5523 9.5 13 9.94772 13 10.5C13 11.0523 12.5523 11.5 12 11.5H10C9.44772 11.5 9 11.0523 9 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-delivery-truck-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 7C1.25 6.58579 1.58579 6.25 2 6.25H8C8.41421 6.25 8.75 6.58579 8.75 7C8.75 7.41421 8.41421 7.75 8 7.75H2C1.58579 7.75 1.25 7.41421 1.25 7ZM1.25 10C1.25 9.58579 1.58579 9.25 2 9.25H6C6.41421 9.25 6.75 9.58579 6.75 10C6.75 10.4142 6.41421 10.75 6 10.75H2C1.58579 10.75 1.25 10.4142 1.25 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.09888 3.25H12.0602C12.6994 3.24994 13.2738 3.24989 13.7387 3.31207C14.2462 3.37996 14.7669 3.53758 15.1935 3.9619C15.62 4.38622 15.8085 5.18953 15.8768 5.69447C19.7122 5.92886 22.75 9.09762 22.75 12.9722L22.75 15.7015V15.7015V15.7016V15.7016C22.7501 15.8713 22.7502 16.0375 22.7312 16.1895C22.5929 17.2935 21.2749 18.1819 20.1651 18.3195C19.7446 19.7251 18.4358 20.75 16.8863 20.75C15.3369 20.75 14.028 19.725 13.6075 18.3194H10.3924C9.97193 19.725 8.6631 20.75 7.11363 20.75C5.56086 20.75 4.24975 19.7207 3.83215 18.3105C3.49351 18.2799 2.8152 18.1912 2.47159 17.9938C2.10018 17.7805 1.79176 17.4737 1.57733 17.1042C1.37894 16.7623 1.30923 16.4059 1.27854 16.069C1.24995 15.7551 1.24997 15.3766 1.25 14.9558V14.9558V12.25H6C7.24264 12.25 8.25 11.2426 8.25 10C8.25 9.73583 8.20447 9.4823 8.12083 9.24681C9.30729 9.18402 10.25 8.2021 10.25 7C10.25 5.75736 9.24264 4.75 8 4.75H1.46787C1.56979 4.47027 1.72506 4.20119 1.96559 3.9619C2.39211 3.53758 2.91281 3.37996 3.42037 3.31207C3.88526 3.24989 4.45962 3.24994 5.09888 3.25ZM16.8861 13.9446C16.5465 13.9446 16.2184 13.9938 15.9088 14.0855V7.64697C18.6483 7.89257 20.7951 10.1831 20.7951 12.9724V15.8891C20.7951 16.1897 20.607 16.3751 20.1649 16.3751C19.7443 14.9696 18.4355 13.9446 16.8861 13.9446ZM5.64746 17.3474C5.64746 16.542 6.30376 15.8891 7.11336 15.8891C7.92296 15.8891 8.57927 16.542 8.57927 17.3474C8.57927 18.1528 7.92296 18.8057 7.11336 18.8057C6.30376 18.8057 5.64746 18.1528 5.64746 17.3474ZM16.8861 15.8891C16.0765 15.8891 15.4202 16.542 15.4202 17.3474C15.4202 18.1528 16.0765 18.8057 16.8861 18.8057C17.6957 18.8057 18.352 18.1528 18.352 17.3474C18.352 16.542 17.6957 15.8891 16.8861 15.8891Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 7C1.25 6.58579 1.58579 6.25 2 6.25H8C8.41421 6.25 8.75 6.58579 8.75 7C8.75 7.41421 8.41421 7.75 8 7.75H2C1.58579 7.75 1.25 7.41421 1.25 7ZM1.25 10C1.25 9.58579 1.58579 9.25 2 9.25H6C6.41421 9.25 6.75 9.58579 6.75 10C6.75 10.4142 6.41421 10.75 6 10.75H2C1.58579 10.75 1.25 10.4142 1.25 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.09888 3.25H12.0602C12.6994 3.24994 13.2738 3.24989 13.7387 3.31207C14.2462 3.37996 14.7669 3.53758 15.1935 3.9619C15.62 4.38622 15.8085 5.18953 15.8768 5.69447C19.7122 5.92886 22.75 9.09762 22.75 12.9722L22.75 15.7015V15.7015V15.7016V15.7016C22.7501 15.8713 22.7502 16.0375 22.7312 16.1895C22.5929 17.2935 21.2749 18.1819 20.1651 18.3195C19.7446 19.7251 18.4358 20.75 16.8863 20.75C15.3369 20.75 14.028 19.725 13.6075 18.3194H10.3924C9.97193 19.725 8.6631 20.75 7.11363 20.75C5.56086 20.75 4.24975 19.7207 3.83215 18.3105C3.49351 18.2799 2.8152 18.1912 2.47159 17.9938C2.10018 17.7805 1.79176 17.4737 1.57733 17.1042C1.37894 16.7623 1.30923 16.4059 1.27854 16.069C1.24995 15.7551 1.24997 15.3766 1.25 14.9558V14.9558V12.25H6C7.24264 12.25 8.25 11.2426 8.25 10C8.25 9.73583 8.20447 9.4823 8.12083 9.24681C9.30729 9.18402 10.25 8.2021 10.25 7C10.25 5.75736 9.24264 4.75 8 4.75H1.46787C1.56979 4.47027 1.72506 4.20119 1.96559 3.9619C2.39211 3.53758 2.91281 3.37996 3.42037 3.31207C3.88526 3.24989 4.45962 3.24994 5.09888 3.25ZM16.8861 13.9446C16.5465 13.9446 16.2184 13.9938 15.9088 14.0855V7.64697C18.6483 7.89257 20.7951 10.1831 20.7951 12.9724V15.8891C20.7951 16.1897 20.607 16.3751 20.1649 16.3751C19.7443 14.9696 18.4355 13.9446 16.8861 13.9446ZM5.64746 17.3474C5.64746 16.542 6.30376 15.8891 7.11336 15.8891C7.92296 15.8891 8.57927 16.542 8.57927 17.3474C8.57927 18.1528 7.92296 18.8057 7.11336 18.8057C6.30376 18.8057 5.64746 18.1528 5.64746 17.3474ZM16.8861 15.8891C16.0765 15.8891 15.4202 16.542 15.4202 17.3474C15.4202 18.1528 16.0765 18.8057 16.8861 18.8057C17.6957 18.8057 18.352 18.1528 18.352 17.3474C18.352 16.542 17.6957 15.8891 16.8861 15.8891Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-delivery-truck-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 7C1.25 6.58579 1.58579 6.25 2 6.25H8C8.41421 6.25 8.75 6.58579 8.75 7C8.75 7.41421 8.41421 7.75 8 7.75H2C1.58579 7.75 1.25 7.41421 1.25 7ZM1.25 10C1.25 9.58579 1.58579 9.25 2 9.25H6C6.41421 9.25 6.75 9.58579 6.75 10C6.75 10.4142 6.41421 10.75 6 10.75H2C1.58579 10.75 1.25 10.4142 1.25 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.09886 3.25H12.0601C12.6994 3.24994 13.2737 3.24989 13.7386 3.31207C14.2462 3.37996 14.7669 3.53758 15.1934 3.9619C15.6199 4.38622 15.8073 5.17563 15.8756 5.68056L17.2199 5.68056C17.5917 5.68053 17.9369 5.68049 18.2295 5.70878C18.5534 5.7401 18.8861 5.81108 19.2145 5.99605C19.5429 6.18102 19.7753 6.4284 19.9689 6.68857C20.1439 6.92361 20.3215 7.21817 20.5128 7.53538L22.2319 10.3857L22.2319 10.3857C22.4006 10.6644 22.5714 10.9464 22.6612 11.269C22.751 11.5917 22.7505 11.9209 22.7499 12.2462L22.7498 14.9558C22.7499 15.3765 22.7499 15.7551 22.7213 16.069C22.6906 16.4059 22.6209 16.7623 22.4225 17.1042C22.2081 17.4737 21.8997 17.7805 21.5282 17.9938C21.1846 18.1912 20.5063 18.2799 20.1677 18.3105C19.7501 19.7207 18.439 20.75 16.8862 20.75C15.3368 20.75 14.0279 19.725 13.6075 18.3194H10.3924C9.97188 19.725 8.66305 20.75 7.11359 20.75C5.56083 20.75 4.24973 19.7207 3.83214 18.3105C3.4935 18.2799 2.81519 18.1912 2.47159 17.9938C2.10018 17.7805 1.79176 17.4737 1.57733 17.1042C1.37894 16.7623 1.30923 16.4059 1.27854 16.069C1.24995 15.7551 1.24997 15.3766 1.25 14.9558V14.9558V12.25H6C7.24264 12.25 8.25 11.2426 8.25 10C8.25 9.73583 8.20447 9.4823 8.12083 9.24681C9.30729 9.18402 10.25 8.2021 10.25 7C10.25 5.75736 9.24264 4.75 8 4.75H1.46787C1.56979 4.47027 1.72506 4.20119 1.96559 3.9619C2.39211 3.53758 2.9128 3.37996 3.42036 3.31207C3.88525 3.24989 4.4596 3.24994 5.09886 3.25ZM16.886 13.9444C16.5464 13.9444 16.2184 13.9937 15.9087 14.0854V7.625H18.252L20.7951 11.7881V15.8889C20.7951 16.069 20.6127 16.3646 20.1617 16.3646C19.7379 14.9644 18.4317 13.9444 16.886 13.9444ZM5.64746 17.3472C5.64746 16.5418 6.30376 15.8889 7.11335 15.8889C7.92295 15.8889 8.57925 16.5418 8.57925 17.3472C8.57925 18.1526 7.92295 18.8056 7.11335 18.8056C6.30376 18.8056 5.64746 18.1526 5.64746 17.3472ZM16.886 15.8889C16.0764 15.8889 15.4201 16.5418 15.4201 17.3472C15.4201 18.1526 16.0764 18.8056 16.886 18.8056C17.6956 18.8056 18.3519 18.1526 18.3519 17.3472C18.3519 16.5418 17.6956 15.8889 16.886 15.8889Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 7C1.25 6.58579 1.58579 6.25 2 6.25H8C8.41421 6.25 8.75 6.58579 8.75 7C8.75 7.41421 8.41421 7.75 8 7.75H2C1.58579 7.75 1.25 7.41421 1.25 7ZM1.25 10C1.25 9.58579 1.58579 9.25 2 9.25H6C6.41421 9.25 6.75 9.58579 6.75 10C6.75 10.4142 6.41421 10.75 6 10.75H2C1.58579 10.75 1.25 10.4142 1.25 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.09886 3.25H12.0601C12.6994 3.24994 13.2737 3.24989 13.7386 3.31207C14.2462 3.37996 14.7669 3.53758 15.1934 3.9619C15.6199 4.38622 15.8073 5.17563 15.8756 5.68056L17.2199 5.68056C17.5917 5.68053 17.9369 5.68049 18.2295 5.70878C18.5534 5.7401 18.8861 5.81108 19.2145 5.99605C19.5429 6.18102 19.7753 6.4284 19.9689 6.68857C20.1439 6.92361 20.3215 7.21817 20.5128 7.53538L22.2319 10.3857L22.2319 10.3857C22.4006 10.6644 22.5714 10.9464 22.6612 11.269C22.751 11.5917 22.7505 11.9209 22.7499 12.2462L22.7498 14.9558C22.7499 15.3765 22.7499 15.7551 22.7213 16.069C22.6906 16.4059 22.6209 16.7623 22.4225 17.1042C22.2081 17.4737 21.8997 17.7805 21.5282 17.9938C21.1846 18.1912 20.5063 18.2799 20.1677 18.3105C19.7501 19.7207 18.439 20.75 16.8862 20.75C15.3368 20.75 14.0279 19.725 13.6075 18.3194H10.3924C9.97188 19.725 8.66305 20.75 7.11359 20.75C5.56083 20.75 4.24973 19.7207 3.83214 18.3105C3.4935 18.2799 2.81519 18.1912 2.47159 17.9938C2.10018 17.7805 1.79176 17.4737 1.57733 17.1042C1.37894 16.7623 1.30923 16.4059 1.27854 16.069C1.24995 15.7551 1.24997 15.3766 1.25 14.9558V14.9558V12.25H6C7.24264 12.25 8.25 11.2426 8.25 10C8.25 9.73583 8.20447 9.4823 8.12083 9.24681C9.30729 9.18402 10.25 8.2021 10.25 7C10.25 5.75736 9.24264 4.75 8 4.75H1.46787C1.56979 4.47027 1.72506 4.20119 1.96559 3.9619C2.39211 3.53758 2.9128 3.37996 3.42036 3.31207C3.88525 3.24989 4.4596 3.24994 5.09886 3.25ZM16.886 13.9444C16.5464 13.9444 16.2184 13.9937 15.9087 14.0854V7.625H18.252L20.7951 11.7881V15.8889C20.7951 16.069 20.6127 16.3646 20.1617 16.3646C19.7379 14.9644 18.4317 13.9444 16.886 13.9444ZM5.64746 17.3472C5.64746 16.5418 6.30376 15.8889 7.11335 15.8889C7.92295 15.8889 8.57925 16.5418 8.57925 17.3472C8.57925 18.1526 7.92295 18.8056 7.11335 18.8056C6.30376 18.8056 5.64746 18.1526 5.64746 17.3472ZM16.886 15.8889C16.0764 15.8889 15.4201 16.5418 15.4201 17.3472C15.4201 18.1526 16.0764 18.8056 16.886 18.8056C17.6956 18.8056 18.3519 18.1526 18.3519 17.3472C18.3519 16.5418 17.6956 15.8889 16.886 15.8889Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-delivery-view-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4724 1.25H8.52755C7.62451 1.24998 6.86914 1.24996 6.25004 1.31454C5.59532 1.38284 5.0034 1.53023 4.45681 1.87979C3.91021 2.22936 3.54072 2.69681 3.22319 3.2503C2.92293 3.77368 2.63242 4.44256 2.28512 5.24222L1.32543 7.45172C1.11784 7.92965 1.35344 8.47851 1.85164 8.67764C2.34984 8.87678 2.922 8.65078 3.12958 8.17285L4.06924 6.00946C4.4418 5.15172 4.69249 4.57789 4.9355 4.1543C5.16699 3.75079 5.34898 3.56262 5.54097 3.43984C5.73295 3.31706 5.98402 3.22828 6.46133 3.17849C6.96239 3.12622 7.61098 3.12494 8.57963 3.12494H11V8H13V3.12494H15.4204C16.389 3.12494 17.0376 3.12622 17.5387 3.17849C18.016 3.22828 18.2671 3.31706 18.459 3.43984C18.651 3.56262 18.833 3.75079 19.0645 4.1543C19.3075 4.57789 19.5582 5.15172 19.9308 6.00946L20.8704 8.17285C21.078 8.65078 21.6502 8.87678 22.1484 8.67764C22.6466 8.47851 22.8822 7.92965 22.6746 7.45172L21.7149 5.24222C21.3676 4.44256 21.0771 3.77368 20.7768 3.2503C20.4593 2.69681 20.0898 2.22936 19.5432 1.87979C18.9966 1.53023 18.4047 1.38284 17.75 1.31454C17.1309 1.24996 16.3755 1.24998 15.4724 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 14.25C15.6017 14.25 14.4205 14.8652 13.5294 15.5609C12.6368 16.2578 11.9522 17.1169 11.5879 17.6278C11.4661 17.7948 11.25 18.0914 11.25 18.5C11.25 18.9086 11.4661 19.2052 11.5879 19.3722C11.9522 19.8831 12.6368 20.7422 13.5294 21.4391C14.4205 22.1348 15.6017 22.75 17 22.75C18.3983 22.75 19.5795 22.1348 20.4706 21.4391C21.3632 20.7422 22.0478 19.8831 22.4121 19.3722C22.5339 19.2052 22.75 18.9086 22.75 18.5C22.75 18.0914 22.5339 17.7948 22.4121 17.6278C22.0478 17.1169 21.3632 16.2578 20.4706 15.5609C19.5795 14.8652 18.3983 14.25 17 14.25ZM16.9933 17C16.1686 17 15.5 17.6716 15.5 18.5C15.5 19.3284 16.1686 20 16.9933 20H17.0067C17.8314 20 18.5 19.3284 18.5 18.5C18.5 17.6716 17.8314 17 17.0067 17H16.9933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 8C1.25 7.58579 1.58579 7.25 2 7.25L22 7.25C22.4142 7.25 22.75 7.58579 22.75 8V13.4872L22.75 14.0907C22.75 14.7327 22.75 15.0536 22.5771 15.1345C22.4043 15.2154 22.1454 14.9994 21.6275 14.5674C21.5512 14.5037 21.4732 14.4406 21.3937 14.3785C20.3498 13.5636 18.8505 12.75 17 12.75C15.1495 12.75 13.6502 13.5636 12.6063 14.3785C11.5585 15.1966 10.7793 16.1791 10.3718 16.7497L10.3601 16.7655C10.2174 16.9595 9.75 17.5948 9.75 18.5C9.75 19.4052 10.2174 20.0405 10.3601 20.2345L10.3718 20.2504C10.6004 20.5704 10.999 21.0606 11.4899 21.5737L11.4899 21.5737C12.0079 22.115 12.2669 22.3857 12.1891 22.5679C12.1113 22.75 11.7513 22.75 11.0313 22.75H10.8338C8.78537 22.75 7.17418 22.75 5.9157 22.5869C4.6271 22.4198 3.59552 22.0699 2.78115 21.2846C1.96296 20.4957 1.59493 19.4901 1.41991 18.2347C1.24997 17.0159 1.24999 15.4578 1.25 13.4872V13.4872L1.25 8ZM10 10.25C9.58579 10.25 9.25 10.5858 9.25 11C9.25 11.4142 9.58579 11.75 10 11.75L14 11.75C14.4142 11.75 14.75 11.4142 14.75 11C14.75 10.5858 14.4142 10.25 14 10.25L10 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4724 1.25H8.52755C7.62451 1.24998 6.86914 1.24996 6.25004 1.31454C5.59532 1.38284 5.0034 1.53023 4.45681 1.87979C3.91021 2.22936 3.54072 2.69681 3.22319 3.2503C2.92293 3.77368 2.63242 4.44256 2.28512 5.24222L1.32543 7.45172C1.11784 7.92965 1.35344 8.47851 1.85164 8.67764C2.34984 8.87678 2.922 8.65078 3.12958 8.17285L4.06924 6.00946C4.4418 5.15172 4.69249 4.57789 4.9355 4.1543C5.16699 3.75079 5.34898 3.56262 5.54097 3.43984C5.73295 3.31706 5.98402 3.22828 6.46133 3.17849C6.96239 3.12622 7.61098 3.12494 8.57963 3.12494H11V8H13V3.12494H15.4204C16.389 3.12494 17.0376 3.12622 17.5387 3.17849C18.016 3.22828 18.2671 3.31706 18.459 3.43984C18.651 3.56262 18.833 3.75079 19.0645 4.1543C19.3075 4.57789 19.5582 5.15172 19.9308 6.00946L20.8704 8.17285C21.078 8.65078 21.6502 8.87678 22.1484 8.67764C22.6466 8.47851 22.8822 7.92965 22.6746 7.45172L21.7149 5.24222C21.3676 4.44256 21.0771 3.77368 20.7768 3.2503C20.4593 2.69681 20.0898 2.22936 19.5432 1.87979C18.9966 1.53023 18.4047 1.38284 17.75 1.31454C17.1309 1.24996 16.3755 1.24998 15.4724 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 14.25C15.6017 14.25 14.4205 14.8652 13.5294 15.5609C12.6368 16.2578 11.9522 17.1169 11.5879 17.6278C11.4661 17.7948 11.25 18.0914 11.25 18.5C11.25 18.9086 11.4661 19.2052 11.5879 19.3722C11.9522 19.8831 12.6368 20.7422 13.5294 21.4391C14.4205 22.1348 15.6017 22.75 17 22.75C18.3983 22.75 19.5795 22.1348 20.4706 21.4391C21.3632 20.7422 22.0478 19.8831 22.4121 19.3722C22.5339 19.2052 22.75 18.9086 22.75 18.5C22.75 18.0914 22.5339 17.7948 22.4121 17.6278C22.0478 17.1169 21.3632 16.2578 20.4706 15.5609C19.5795 14.8652 18.3983 14.25 17 14.25ZM16.9933 17C16.1686 17 15.5 17.6716 15.5 18.5C15.5 19.3284 16.1686 20 16.9933 20H17.0067C17.8314 20 18.5 19.3284 18.5 18.5C18.5 17.6716 17.8314 17 17.0067 17H16.9933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 8C1.25 7.58579 1.58579 7.25 2 7.25L22 7.25C22.4142 7.25 22.75 7.58579 22.75 8V13.4872L22.75 14.0907C22.75 14.7327 22.75 15.0536 22.5771 15.1345C22.4043 15.2154 22.1454 14.9994 21.6275 14.5674C21.5512 14.5037 21.4732 14.4406 21.3937 14.3785C20.3498 13.5636 18.8505 12.75 17 12.75C15.1495 12.75 13.6502 13.5636 12.6063 14.3785C11.5585 15.1966 10.7793 16.1791 10.3718 16.7497L10.3601 16.7655C10.2174 16.9595 9.75 17.5948 9.75 18.5C9.75 19.4052 10.2174 20.0405 10.3601 20.2345L10.3718 20.2504C10.6004 20.5704 10.999 21.0606 11.4899 21.5737L11.4899 21.5737C12.0079 22.115 12.2669 22.3857 12.1891 22.5679C12.1113 22.75 11.7513 22.75 11.0313 22.75H10.8338C8.78537 22.75 7.17418 22.75 5.9157 22.5869C4.6271 22.4198 3.59552 22.0699 2.78115 21.2846C1.96296 20.4957 1.59493 19.4901 1.41991 18.2347C1.24997 17.0159 1.24999 15.4578 1.25 13.4872V13.4872L1.25 8ZM10 10.25C9.58579 10.25 9.25 10.5858 9.25 11C9.25 11.4142 9.58579 11.75 10 11.75L14 11.75C14.4142 11.75 14.75 11.4142 14.75 11C14.75 10.5858 14.4142 10.25 14 10.25L10 10.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-delivery-view-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2317 1.75C20.578 1.74997 20.8919 1.74995 21.15 1.77593C21.4268 1.8038 21.7283 1.86808 22.0063 2.0577C22.2302 2.21048 22.4162 2.41299 22.5488 2.64997C22.7142 2.94548 22.7495 3.25255 22.75 3.53017C22.7505 3.78782 22.7191 4.09746 22.6847 4.43696V4.43698C22.6254 5.02264 22.5687 5.58311 22.4897 5.98104C22.4067 6.39932 22.2796 6.78401 22.0242 7.12846C21.8006 7.42989 21.5177 7.68253 21.193 7.87142C20.8231 8.08661 20.4263 8.17251 19.9991 8.21218C19.5915 8.25003 19.0924 8.25002 18.4954 8.25H5.50459H5.50457C4.90758 8.25002 4.40847 8.25003 4.00093 8.21218C3.57375 8.17251 3.17685 8.08661 2.80698 7.87142C2.48232 7.68253 2.19938 7.42989 1.97582 7.12846C1.72037 6.78401 1.59326 6.39932 1.51028 5.98104C1.43134 5.5831 1.3746 5.02267 1.3153 4.43699C1.28089 4.09748 1.2495 3.78782 1.25001 3.53017C1.25055 3.25255 1.28581 2.94548 1.45121 2.64997C1.58385 2.41299 1.76976 2.21048 1.9937 2.0577C2.27165 1.86808 2.57318 1.8038 2.85005 1.77593C3.10814 1.74995 3.42197 1.74997 3.76831 1.75H3.76838H20.2316H20.2317Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.225 6.75C3.76348 6.75 4.2 7.18282 4.2 7.71673V12.5898C4.2 14.4309 4.20209 15.7139 4.334 16.6818C4.46206 17.6213 4.69604 18.118 5.05495 18.472C5.38249 18.7951 5.82951 19.0147 6.62096 19.1472C7.44035 19.2844 8.52163 19.3121 10.0528 19.3166C10.5913 19.3181 11.0266 19.7522 11.025 20.2861C11.0234 20.82 10.5856 21.2515 10.0472 21.25C8.54193 21.2456 7.3001 21.2217 6.29638 21.0537C5.26471 20.881 4.3886 20.5421 3.67962 19.8427C2.89625 19.0699 2.55909 18.0964 2.40157 16.9407C2.24995 15.8282 2.24997 14.4141 2.25 12.6608L2.25 7.71673C2.25 7.18282 2.68652 6.75 3.225 6.75ZM20.775 6.75C21.3135 6.75 21.75 7.18282 21.75 7.71673V12.5504C21.75 13.0843 21.3135 13.5171 20.775 13.5171C20.2365 13.5171 19.8 13.0843 19.8 12.5504V7.71673C19.8 7.18282 20.2365 6.75 20.775 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 13.75C15.6017 13.75 14.4205 14.3652 13.5294 15.0609C12.6368 15.7578 11.9522 16.6169 11.5879 17.1278C11.4661 17.2948 11.25 17.5914 11.25 18C11.25 18.4086 11.4661 18.7052 11.5879 18.8722C11.9522 19.3831 12.6368 20.2422 13.5294 20.9391C14.4205 21.6348 15.6017 22.25 17 22.25C18.3983 22.25 19.5795 21.6348 20.4706 20.9391C21.3632 20.2422 22.0478 19.3831 22.4121 18.8722C22.5339 18.7052 22.75 18.4086 22.75 18C22.75 17.5914 22.5339 17.2948 22.4121 17.1278C22.0478 16.6169 21.3632 15.7578 20.4706 15.0609C19.5795 14.3652 18.3983 13.75 17 13.75ZM16.9933 16.5C16.1686 16.5 15.5 17.1716 15.5 18C15.5 18.8284 16.1686 19.5 16.9933 19.5H17.0067C17.8314 19.5 18.5 18.8284 18.5 18C18.5 17.1716 17.8314 16.5 17.0067 16.5H16.9933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 10.5C9 9.94772 9.44772 9.5 10 9.5H14C14.5523 9.5 15 9.94772 15 10.5C15 11.0523 14.5523 11.5 14 11.5H10C9.44772 11.5 9 11.0523 9 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2317 1.75C20.578 1.74997 20.8919 1.74995 21.15 1.77593C21.4268 1.8038 21.7283 1.86808 22.0063 2.0577C22.2302 2.21048 22.4162 2.41299 22.5488 2.64997C22.7142 2.94548 22.7495 3.25255 22.75 3.53017C22.7505 3.78782 22.7191 4.09746 22.6847 4.43696V4.43698C22.6254 5.02264 22.5687 5.58311 22.4897 5.98104C22.4067 6.39932 22.2796 6.78401 22.0242 7.12846C21.8006 7.42989 21.5177 7.68253 21.193 7.87142C20.8231 8.08661 20.4263 8.17251 19.9991 8.21218C19.5915 8.25003 19.0924 8.25002 18.4954 8.25H5.50459H5.50457C4.90758 8.25002 4.40847 8.25003 4.00093 8.21218C3.57375 8.17251 3.17685 8.08661 2.80698 7.87142C2.48232 7.68253 2.19938 7.42989 1.97582 7.12846C1.72037 6.78401 1.59326 6.39932 1.51028 5.98104C1.43134 5.5831 1.3746 5.02267 1.3153 4.43699C1.28089 4.09748 1.2495 3.78782 1.25001 3.53017C1.25055 3.25255 1.28581 2.94548 1.45121 2.64997C1.58385 2.41299 1.76976 2.21048 1.9937 2.0577C2.27165 1.86808 2.57318 1.8038 2.85005 1.77593C3.10814 1.74995 3.42197 1.74997 3.76831 1.75H3.76838H20.2316H20.2317Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.225 6.75C3.76348 6.75 4.2 7.18282 4.2 7.71673V12.5898C4.2 14.4309 4.20209 15.7139 4.334 16.6818C4.46206 17.6213 4.69604 18.118 5.05495 18.472C5.38249 18.7951 5.82951 19.0147 6.62096 19.1472C7.44035 19.2844 8.52163 19.3121 10.0528 19.3166C10.5913 19.3181 11.0266 19.7522 11.025 20.2861C11.0234 20.82 10.5856 21.2515 10.0472 21.25C8.54193 21.2456 7.3001 21.2217 6.29638 21.0537C5.26471 20.881 4.3886 20.5421 3.67962 19.8427C2.89625 19.0699 2.55909 18.0964 2.40157 16.9407C2.24995 15.8282 2.24997 14.4141 2.25 12.6608L2.25 7.71673C2.25 7.18282 2.68652 6.75 3.225 6.75ZM20.775 6.75C21.3135 6.75 21.75 7.18282 21.75 7.71673V12.5504C21.75 13.0843 21.3135 13.5171 20.775 13.5171C20.2365 13.5171 19.8 13.0843 19.8 12.5504V7.71673C19.8 7.18282 20.2365 6.75 20.775 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 13.75C15.6017 13.75 14.4205 14.3652 13.5294 15.0609C12.6368 15.7578 11.9522 16.6169 11.5879 17.1278C11.4661 17.2948 11.25 17.5914 11.25 18C11.25 18.4086 11.4661 18.7052 11.5879 18.8722C11.9522 19.3831 12.6368 20.2422 13.5294 20.9391C14.4205 21.6348 15.6017 22.25 17 22.25C18.3983 22.25 19.5795 21.6348 20.4706 20.9391C21.3632 20.2422 22.0478 19.3831 22.4121 18.8722C22.5339 18.7052 22.75 18.4086 22.75 18C22.75 17.5914 22.5339 17.2948 22.4121 17.1278C22.0478 16.6169 21.3632 15.7578 20.4706 15.0609C19.5795 14.3652 18.3983 13.75 17 13.75ZM16.9933 16.5C16.1686 16.5 15.5 17.1716 15.5 18C15.5 18.8284 16.1686 19.5 16.9933 19.5H17.0067C17.8314 19.5 18.5 18.8284 18.5 18C18.5 17.1716 17.8314 16.5 17.0067 16.5H16.9933Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 10.5C9 9.94772 9.44772 9.5 10 9.5H14C14.5523 9.5 15 9.94772 15 10.5C15 11.0523 14.5523 11.5 14 11.5H10C9.44772 11.5 9 11.0523 9 10.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-discount-tag-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4951 6.50439C19.1067 6.11595 18.6375 5.91743 18.1097 5.79065L14.6696 5.3423C13.8299 5.24814 13.1751 5.17471 12.5613 5.39001C11.9475 5.60531 11.482 6.07175 10.8852 6.66979L10.784 6.77113L5.52109 12.034L5.52109 12.034C4.85647 12.6986 4.3046 13.2504 3.92584 13.7468C3.52687 14.2698 3.25 14.8184 3.25 15.4808C3.25 16.1433 3.52687 16.6919 3.92584 17.2148C4.3046 17.7112 4.85645 18.263 5.52105 18.9276L5.52107 18.9276L5.52109 18.9276L7.07187 20.4784L7.0719 20.4784L7.07191 20.4784C7.73648 21.1431 8.2883 21.6949 8.78472 22.0737C9.30764 22.4726 9.85625 22.7495 10.5187 22.7495C11.1811 22.7495 11.7298 22.4726 12.2527 22.0737C12.7491 21.6949 13.3009 21.143 13.9655 20.4784L13.9655 20.4784L19.3297 15.1143C19.9278 14.5175 20.3942 14.052 20.6095 13.4382C20.8248 12.8245 20.7514 12.1696 20.6572 11.3299L20.4886 9.81359C20.4044 9.05569 20.3339 8.42055 20.2144 7.91325C20.088 7.37607 19.8894 6.89868 19.4951 6.50439ZM10.4986 12.2499C10.0844 12.2499 9.74859 12.5857 9.74859 12.9999C9.74859 13.4141 10.0844 13.7499 10.4986 13.7499L10.5079 13.7499C10.9222 13.7499 11.2579 13.4141 11.2579 12.9999C11.2579 12.5857 10.9222 12.2499 10.5079 12.2499L10.4986 12.2499ZM8 14.7499C7.58579 14.7499 7.25 15.0857 7.25 15.4999C7.25 15.9141 7.58579 16.2499 8 16.2499H13C13.4142 16.2499 13.75 15.9141 13.75 15.4999C13.75 15.0857 13.4142 14.7499 13 14.7499H8ZM10.5009 17.2499C10.0867 17.2499 9.7509 17.5857 9.7509 17.9999C9.7509 18.4141 10.0867 18.7499 10.5009 18.7499H10.5103C10.9245 18.7499 11.2603 18.4141 11.2603 17.9999C11.2603 17.5857 10.9245 17.2499 10.5103 17.2499H10.5009Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.4845 1.42051C15.5267 1.13257 16.7206 1.13058 17.7445 2.04238C18.8593 3.03512 19.1476 4.53968 18.934 5.94126C18.7184 7.35569 17.9819 8.81711 16.8227 9.96099C16.4296 10.3489 15.7965 10.3447 15.4086 9.9516C15.0206 9.55849 15.0248 8.92534 15.4179 8.53742C16.2855 7.68129 16.8093 6.60786 16.9568 5.63985C17.1063 4.659 16.8609 3.93355 16.4144 3.536C16.0816 3.23966 15.6848 3.16382 15.0172 3.34828C14.3468 3.53349 13.6117 3.92606 12.7385 4.39236C12.6716 4.42811 12.6038 4.4643 12.5352 4.50086C11.6427 4.97648 10.5858 5.52685 9.54048 5.71165C8.99747 5.80765 8.41675 5.81425 7.83531 5.64149C7.24612 5.46642 6.71622 5.12479 6.25721 4.61554C5.88745 4.2053 5.92026 3.57299 6.33049 3.20322C6.74073 2.83346 7.37305 2.86627 7.74281 3.27651C7.97894 3.53848 8.20058 3.6636 8.40496 3.72433C8.61711 3.78737 8.87202 3.79881 9.19231 3.74219C9.8736 3.62175 10.654 3.23706 11.5946 2.73583C11.6741 2.69349 11.7549 2.65019 11.8369 2.60625C12.6526 2.16915 13.5867 1.66856 14.4845 1.42051Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4951 6.50439C19.1067 6.11595 18.6375 5.91743 18.1097 5.79065L14.6696 5.3423C13.8299 5.24814 13.1751 5.17471 12.5613 5.39001C11.9475 5.60531 11.482 6.07175 10.8852 6.66979L10.784 6.77113L5.52109 12.034L5.52109 12.034C4.85647 12.6986 4.3046 13.2504 3.92584 13.7468C3.52687 14.2698 3.25 14.8184 3.25 15.4808C3.25 16.1433 3.52687 16.6919 3.92584 17.2148C4.3046 17.7112 4.85645 18.263 5.52105 18.9276L5.52107 18.9276L5.52109 18.9276L7.07187 20.4784L7.0719 20.4784L7.07191 20.4784C7.73648 21.1431 8.2883 21.6949 8.78472 22.0737C9.30764 22.4726 9.85625 22.7495 10.5187 22.7495C11.1811 22.7495 11.7298 22.4726 12.2527 22.0737C12.7491 21.6949 13.3009 21.143 13.9655 20.4784L13.9655 20.4784L19.3297 15.1143C19.9278 14.5175 20.3942 14.052 20.6095 13.4382C20.8248 12.8245 20.7514 12.1696 20.6572 11.3299L20.4886 9.81359C20.4044 9.05569 20.3339 8.42055 20.2144 7.91325C20.088 7.37607 19.8894 6.89868 19.4951 6.50439ZM10.4986 12.2499C10.0844 12.2499 9.74859 12.5857 9.74859 12.9999C9.74859 13.4141 10.0844 13.7499 10.4986 13.7499L10.5079 13.7499C10.9222 13.7499 11.2579 13.4141 11.2579 12.9999C11.2579 12.5857 10.9222 12.2499 10.5079 12.2499L10.4986 12.2499ZM8 14.7499C7.58579 14.7499 7.25 15.0857 7.25 15.4999C7.25 15.9141 7.58579 16.2499 8 16.2499H13C13.4142 16.2499 13.75 15.9141 13.75 15.4999C13.75 15.0857 13.4142 14.7499 13 14.7499H8ZM10.5009 17.2499C10.0867 17.2499 9.7509 17.5857 9.7509 17.9999C9.7509 18.4141 10.0867 18.7499 10.5009 18.7499H10.5103C10.9245 18.7499 11.2603 18.4141 11.2603 17.9999C11.2603 17.5857 10.9245 17.2499 10.5103 17.2499H10.5009Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.4845 1.42051C15.5267 1.13257 16.7206 1.13058 17.7445 2.04238C18.8593 3.03512 19.1476 4.53968 18.934 5.94126C18.7184 7.35569 17.9819 8.81711 16.8227 9.96099C16.4296 10.3489 15.7965 10.3447 15.4086 9.9516C15.0206 9.55849 15.0248 8.92534 15.4179 8.53742C16.2855 7.68129 16.8093 6.60786 16.9568 5.63985C17.1063 4.659 16.8609 3.93355 16.4144 3.536C16.0816 3.23966 15.6848 3.16382 15.0172 3.34828C14.3468 3.53349 13.6117 3.92606 12.7385 4.39236C12.6716 4.42811 12.6038 4.4643 12.5352 4.50086C11.6427 4.97648 10.5858 5.52685 9.54048 5.71165C8.99747 5.80765 8.41675 5.81425 7.83531 5.64149C7.24612 5.46642 6.71622 5.12479 6.25721 4.61554C5.88745 4.2053 5.92026 3.57299 6.33049 3.20322C6.74073 2.83346 7.37305 2.86627 7.74281 3.27651C7.97894 3.53848 8.20058 3.6636 8.40496 3.72433C8.61711 3.78737 8.87202 3.79881 9.19231 3.74219C9.8736 3.62175 10.654 3.23706 11.5946 2.73583C11.6741 2.69349 11.7549 2.65019 11.8369 2.60625C12.6526 2.16915 13.5867 1.66856 14.4845 1.42051Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-discount-tag-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4705 2.5294C20.9663 2.0252 20.2081 1.74401 19.4595 1.57208C18.6861 1.39446 17.8009 1.30725 16.9309 1.27116C15.1884 1.19887 13.4078 1.32827 12.4977 1.4119C11.9298 1.46408 11.4053 1.69644 10.9831 2.05931C7.83082 4.76863 4.9611 7.57712 2.21543 10.6436C0.959114 12.0467 0.945789 14.1417 2.07709 15.6028C3.94283 18.0125 5.98744 20.0571 8.39712 21.9228C9.85825 23.0541 11.9532 23.0408 13.3563 21.7845C16.4228 19.0388 19.2313 16.1691 21.9406 13.0168C22.3035 12.5946 22.5359 12.0702 22.588 11.5022C22.6717 10.5921 22.8011 8.81159 22.7288 7.06907C22.6927 6.19907 22.6055 5.3138 22.4279 4.54046C22.2559 3.79184 21.9747 3.0336 21.4705 2.5294ZM10.9961 8C10.4438 8 9.99609 8.44771 9.99609 9C9.99609 9.55229 10.4438 10 10.9961 10H11.0111C11.5633 10 12.0111 9.55229 12.0111 9C12.0111 8.44771 11.5633 8 11.0111 8H10.9961ZM10.9998 16C10.4475 16 9.9998 16.4477 9.9998 17C9.9998 17.5523 10.4475 18 10.9998 18H11.0148C11.5671 18 12.0148 17.5523 12.0148 17C12.0148 16.4477 11.5671 16 11.0148 16H10.9998ZM6 13C6 12.4477 6.44772 12 7 12L15 12C15.5523 12 16 12.4477 16 13C16 13.5523 15.5523 14 15 14L7 14C6.44772 14 6 13.5523 6 13ZM17.5 5C18.3284 5 19 5.67157 19 6.5C19 7.32843 18.3284 8 17.5 8C16.6716 8 16 7.32843 16 6.5C16 5.67157 16.6716 5 17.5 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.4705 2.5294C20.9663 2.0252 20.2081 1.74401 19.4595 1.57208C18.6861 1.39446 17.8009 1.30725 16.9309 1.27116C15.1884 1.19887 13.4078 1.32827 12.4977 1.4119C11.9298 1.46408 11.4053 1.69644 10.9831 2.05931C7.83082 4.76863 4.9611 7.57712 2.21543 10.6436C0.959114 12.0467 0.945789 14.1417 2.07709 15.6028C3.94283 18.0125 5.98744 20.0571 8.39712 21.9228C9.85825 23.0541 11.9532 23.0408 13.3563 21.7845C16.4228 19.0388 19.2313 16.1691 21.9406 13.0168C22.3035 12.5946 22.5359 12.0702 22.588 11.5022C22.6717 10.5921 22.8011 8.81159 22.7288 7.06907C22.6927 6.19907 22.6055 5.3138 22.4279 4.54046C22.2559 3.79184 21.9747 3.0336 21.4705 2.5294ZM10.9961 8C10.4438 8 9.99609 8.44771 9.99609 9C9.99609 9.55229 10.4438 10 10.9961 10H11.0111C11.5633 10 12.0111 9.55229 12.0111 9C12.0111 8.44771 11.5633 8 11.0111 8H10.9961ZM10.9998 16C10.4475 16 9.9998 16.4477 9.9998 17C9.9998 17.5523 10.4475 18 10.9998 18H11.0148C11.5671 18 12.0148 17.5523 12.0148 17C12.0148 16.4477 11.5671 16 11.0148 16H10.9998ZM6 13C6 12.4477 6.44772 12 7 12L15 12C15.5523 12 16 12.4477 16 13C16 13.5523 15.5523 14 15 14L7 14C6.44772 14 6 13.5523 6 13ZM17.5 5C18.3284 5 19 5.67157 19 6.5C19 7.32843 18.3284 8 17.5 8C16.6716 8 16 7.32843 16 6.5C16 5.67157 16.6716 5 17.5 5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-discount{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5656 1.80358C10.9816 1.48611 11.4388 1.25 12 1.25C12.5612 1.25 13.0184 1.48611 13.4344 1.80358C13.8241 2.10089 14.2539 2.53075 14.7568 3.03368L14.7922 3.06904C15.3067 3.58361 15.7553 3.78626 16.4479 3.78626C16.5345 3.78626 16.6442 3.78315 16.7682 3.77964C17.083 3.77072 17.49 3.75919 17.8456 3.78921C18.3672 3.83325 19.0205 3.97339 19.5187 4.46747C20.0207 4.96533 20.1643 5.62129 20.2097 6.14615C20.2407 6.50496 20.2292 6.91507 20.2203 7.2321L20.2203 7.23236C20.2168 7.35593 20.2137 7.46534 20.2137 7.55206C20.2137 8.00288 20.2638 8.25468 20.3507 8.45354C20.4399 8.65779 20.5973 8.87416 20.931 9.20784L20.9664 9.24322C21.4693 9.74607 21.8991 10.1759 22.1964 10.5655C22.5139 10.9816 22.75 11.4388 22.75 12C22.75 12.5611 22.5139 13.0183 22.1964 13.4344C21.8991 13.8242 21.4691 14.2541 20.9661 14.7571L20.9309 14.7922C20.5973 15.1258 20.4399 15.3422 20.3507 15.5464C20.2638 15.7453 20.2137 15.9971 20.2137 16.4479C20.2137 16.5346 20.2168 16.644 20.2203 16.7676L20.2203 16.7679C20.2292 17.0849 20.2407 17.495 20.2097 17.8539C20.1643 18.3787 20.0207 19.0347 19.5186 19.5326C19.0204 20.0266 18.3671 20.1667 17.8456 20.2107C17.49 20.2408 17.083 20.2292 16.7682 20.2203C16.6442 20.2168 16.5345 20.2137 16.4479 20.2137C16.0067 20.2137 15.7587 20.2581 15.5635 20.3386C15.3685 20.4191 15.1599 20.5632 14.8458 20.8773C14.7787 20.9445 14.6902 21.0392 14.5882 21.1486C14.3583 21.3951 14.0593 21.7155 13.7801 21.9596C13.3563 22.33 12.7485 22.75 12 22.75C11.2516 22.75 10.6437 22.33 10.22 21.9596C9.94071 21.7155 9.64176 21.3951 9.4118 21.1486L9.41179 21.1486L9.41176 21.1486L9.41153 21.1483C9.30963 21.0391 9.22129 20.9444 9.15424 20.8774C8.84006 20.5632 8.63147 20.4191 8.43645 20.3386C8.24126 20.2581 7.99328 20.2137 7.55206 20.2137C7.4655 20.2137 7.35581 20.2168 7.23179 20.2203C6.91703 20.2292 6.50997 20.2408 6.15443 20.2107C5.63287 20.1667 4.97961 20.0266 4.48139 19.5326C3.97933 19.0347 3.83569 18.3787 3.79029 17.8539C3.75926 17.495 3.7708 17.0849 3.77972 16.7679C3.7832 16.6442 3.78628 16.5347 3.78628 16.4479C3.78628 15.9971 3.73619 15.7453 3.64932 15.5464C3.56011 15.3422 3.40272 15.1258 3.06906 14.7922L3.03395 14.7571C2.53091 14.2541 2.10095 13.8242 1.80358 13.4344C1.48613 13.0183 1.25001 12.5611 1.25 12C1.25001 11.4388 1.48612 10.9816 1.80358 10.5655C2.10089 10.1759 2.53075 9.74606 3.03367 9.24319L3.06902 9.20784C3.58371 8.69315 3.78628 8.24448 3.78628 7.55206C3.78628 7.46549 3.78317 7.35581 3.77966 7.23181L3.77966 7.23178C3.77075 6.91701 3.75922 6.50995 3.78923 6.15439C3.83327 5.63282 3.9734 4.97955 4.46745 4.48134C4.96532 3.97929 5.62128 3.83566 6.14615 3.79027C6.50497 3.75924 6.91509 3.77078 7.23212 3.7797C7.35579 3.78318 7.4653 3.78626 7.55208 3.78626C8.24449 3.78626 8.69316 3.5837 9.20782 3.06904L9.24319 3.03367C9.74606 2.53075 10.1759 2.10089 10.5656 1.80358ZM8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071ZM9.01076 8H9C8.44772 8 8 8.44772 8 9C8 9.55229 8.44772 10 9 10H9.01076C9.56304 10 10.0108 9.55229 10.0108 9C10.0108 8.44772 9.56304 8 9.01076 8ZM14.9892 14C14.437 14 13.9892 14.4477 13.9892 15C13.9892 15.5523 14.437 16 14.9892 16H15C15.5523 16 16 15.5523 16 15C16 14.4477 15.5523 14 15 14H14.9892Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5656 1.80358C10.9816 1.48611 11.4388 1.25 12 1.25C12.5612 1.25 13.0184 1.48611 13.4344 1.80358C13.8241 2.10089 14.2539 2.53075 14.7568 3.03368L14.7922 3.06904C15.3067 3.58361 15.7553 3.78626 16.4479 3.78626C16.5345 3.78626 16.6442 3.78315 16.7682 3.77964C17.083 3.77072 17.49 3.75919 17.8456 3.78921C18.3672 3.83325 19.0205 3.97339 19.5187 4.46747C20.0207 4.96533 20.1643 5.62129 20.2097 6.14615C20.2407 6.50496 20.2292 6.91507 20.2203 7.2321L20.2203 7.23236C20.2168 7.35593 20.2137 7.46534 20.2137 7.55206C20.2137 8.00288 20.2638 8.25468 20.3507 8.45354C20.4399 8.65779 20.5973 8.87416 20.931 9.20784L20.9664 9.24322C21.4693 9.74607 21.8991 10.1759 22.1964 10.5655C22.5139 10.9816 22.75 11.4388 22.75 12C22.75 12.5611 22.5139 13.0183 22.1964 13.4344C21.8991 13.8242 21.4691 14.2541 20.9661 14.7571L20.9309 14.7922C20.5973 15.1258 20.4399 15.3422 20.3507 15.5464C20.2638 15.7453 20.2137 15.9971 20.2137 16.4479C20.2137 16.5346 20.2168 16.644 20.2203 16.7676L20.2203 16.7679C20.2292 17.0849 20.2407 17.495 20.2097 17.8539C20.1643 18.3787 20.0207 19.0347 19.5186 19.5326C19.0204 20.0266 18.3671 20.1667 17.8456 20.2107C17.49 20.2408 17.083 20.2292 16.7682 20.2203C16.6442 20.2168 16.5345 20.2137 16.4479 20.2137C16.0067 20.2137 15.7587 20.2581 15.5635 20.3386C15.3685 20.4191 15.1599 20.5632 14.8458 20.8773C14.7787 20.9445 14.6902 21.0392 14.5882 21.1486C14.3583 21.3951 14.0593 21.7155 13.7801 21.9596C13.3563 22.33 12.7485 22.75 12 22.75C11.2516 22.75 10.6437 22.33 10.22 21.9596C9.94071 21.7155 9.64176 21.3951 9.4118 21.1486L9.41179 21.1486L9.41176 21.1486L9.41153 21.1483C9.30963 21.0391 9.22129 20.9444 9.15424 20.8774C8.84006 20.5632 8.63147 20.4191 8.43645 20.3386C8.24126 20.2581 7.99328 20.2137 7.55206 20.2137C7.4655 20.2137 7.35581 20.2168 7.23179 20.2203C6.91703 20.2292 6.50997 20.2408 6.15443 20.2107C5.63287 20.1667 4.97961 20.0266 4.48139 19.5326C3.97933 19.0347 3.83569 18.3787 3.79029 17.8539C3.75926 17.495 3.7708 17.0849 3.77972 16.7679C3.7832 16.6442 3.78628 16.5347 3.78628 16.4479C3.78628 15.9971 3.73619 15.7453 3.64932 15.5464C3.56011 15.3422 3.40272 15.1258 3.06906 14.7922L3.03395 14.7571C2.53091 14.2541 2.10095 13.8242 1.80358 13.4344C1.48613 13.0183 1.25001 12.5611 1.25 12C1.25001 11.4388 1.48612 10.9816 1.80358 10.5655C2.10089 10.1759 2.53075 9.74606 3.03367 9.24319L3.06902 9.20784C3.58371 8.69315 3.78628 8.24448 3.78628 7.55206C3.78628 7.46549 3.78317 7.35581 3.77966 7.23181L3.77966 7.23178C3.77075 6.91701 3.75922 6.50995 3.78923 6.15439C3.83327 5.63282 3.9734 4.97955 4.46745 4.48134C4.96532 3.97929 5.62128 3.83566 6.14615 3.79027C6.50497 3.75924 6.91509 3.77078 7.23212 3.7797C7.35579 3.78318 7.4653 3.78626 7.55208 3.78626C8.24449 3.78626 8.69316 3.5837 9.20782 3.06904L9.24319 3.03367C9.74606 2.53075 10.1759 2.10089 10.5656 1.80358ZM8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071ZM9.01076 8H9C8.44772 8 8 8.44772 8 9C8 9.55229 8.44772 10 9 10H9.01076C9.56304 10 10.0108 9.55229 10.0108 9C10.0108 8.44772 9.56304 8 9.01076 8ZM14.9892 14C14.437 14 13.9892 14.4477 13.9892 15C13.9892 15.5523 14.437 16 14.9892 16H15C15.5523 16 16 15.5523 16 15C16 14.4477 15.5523 14 15 14H14.9892Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-distribution{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 5.125C4.08579 5.125 3.75 5.46079 3.75 5.875L3.75 10.1954V10.1954V10.1954C3.74998 11.736 3.74997 12.9677 3.8786 13.9341C4.01152 14.9329 4.29392 15.7604 4.9433 16.4164C5.59372 17.0734 6.41588 17.3601 7.40816 17.4949C8.36637 17.625 9.58689 17.625 11.1107 17.625H12.8893C14.4131 17.625 15.6336 17.625 16.5918 17.4949C17.5841 17.3601 18.4063 17.0734 19.0567 16.4164C19.7061 15.7604 19.9885 14.9329 20.1214 13.9341C20.25 12.9677 20.25 11.736 20.25 10.1953V5.875C20.25 5.46079 19.9142 5.125 19.5 5.125L4.5 5.125ZM10.5 7.875C9.94772 7.875 9.5 8.32271 9.5 8.875C9.5 9.42728 9.94772 9.875 10.5 9.875H13.5C14.0523 9.875 14.5 9.42728 14.5 8.875C14.5 8.32271 14.0523 7.875 13.5 7.875L10.5 7.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 18.375C12.5523 18.375 13 18.8227 13 19.375V20.875L20 20.875C20.5523 20.875 21 21.3227 21 21.875C21 22.4273 20.5523 22.875 20 22.875H4C3.44772 22.875 3 22.4273 3 21.875C3 21.3227 3.44772 20.875 4 20.875H11V19.375C11 18.8227 11.4477 18.375 12 18.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.40754 1.125H14.5925C15.26 1.12498 15.829 1.12496 16.2976 1.16774C16.7948 1.21313 17.2654 1.31233 17.7097 1.56096C18.1614 1.81378 18.4684 2.1551 18.725 2.54655C18.9595 2.90425 19.1836 3.35587 19.4369 3.86618L20.158 5.3191C20.3855 5.77748 20.1765 6.32326 19.6911 6.53812C19.2058 6.75299 18.6279 6.55558 18.4004 6.0972L17.7005 4.687C17.4196 4.12115 17.2426 3.76775 17.0746 3.51159C16.9223 3.27922 16.8185 3.19317 16.7201 3.1381C16.6142 3.07883 16.4569 3.02408 16.1109 2.9925C15.7467 2.95925 15.2722 2.95826 14.5477 2.95826H9.45228C8.7278 2.95826 8.25326 2.95925 7.88911 2.9925C7.5431 3.02408 7.38579 3.07883 7.2799 3.1381C7.18149 3.19317 7.0777 3.27922 6.92537 3.51159C6.75744 3.76775 6.58037 4.12115 6.29952 4.687L5.59959 6.0972C5.37209 6.55558 4.7942 6.75299 4.30885 6.53812C3.8235 6.32326 3.61448 5.77748 3.84199 5.3191L4.54191 3.9089C4.549 3.89462 4.55607 3.88038 4.56311 3.86619C4.81635 3.35588 5.04046 2.90426 5.27496 2.54655C5.53158 2.1551 5.83857 1.81378 6.29031 1.56096C6.73456 1.31233 7.20516 1.21313 7.70236 1.16774C8.17098 1.12496 8.74001 1.12498 9.40754 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.5 5.125C4.08579 5.125 3.75 5.46079 3.75 5.875L3.75 10.1954V10.1954V10.1954C3.74998 11.736 3.74997 12.9677 3.8786 13.9341C4.01152 14.9329 4.29392 15.7604 4.9433 16.4164C5.59372 17.0734 6.41588 17.3601 7.40816 17.4949C8.36637 17.625 9.58689 17.625 11.1107 17.625H12.8893C14.4131 17.625 15.6336 17.625 16.5918 17.4949C17.5841 17.3601 18.4063 17.0734 19.0567 16.4164C19.7061 15.7604 19.9885 14.9329 20.1214 13.9341C20.25 12.9677 20.25 11.736 20.25 10.1953V5.875C20.25 5.46079 19.9142 5.125 19.5 5.125L4.5 5.125ZM10.5 7.875C9.94772 7.875 9.5 8.32271 9.5 8.875C9.5 9.42728 9.94772 9.875 10.5 9.875H13.5C14.0523 9.875 14.5 9.42728 14.5 8.875C14.5 8.32271 14.0523 7.875 13.5 7.875L10.5 7.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 18.375C12.5523 18.375 13 18.8227 13 19.375V20.875L20 20.875C20.5523 20.875 21 21.3227 21 21.875C21 22.4273 20.5523 22.875 20 22.875H4C3.44772 22.875 3 22.4273 3 21.875C3 21.3227 3.44772 20.875 4 20.875H11V19.375C11 18.8227 11.4477 18.375 12 18.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.40754 1.125H14.5925C15.26 1.12498 15.829 1.12496 16.2976 1.16774C16.7948 1.21313 17.2654 1.31233 17.7097 1.56096C18.1614 1.81378 18.4684 2.1551 18.725 2.54655C18.9595 2.90425 19.1836 3.35587 19.4369 3.86618L20.158 5.3191C20.3855 5.77748 20.1765 6.32326 19.6911 6.53812C19.2058 6.75299 18.6279 6.55558 18.4004 6.0972L17.7005 4.687C17.4196 4.12115 17.2426 3.76775 17.0746 3.51159C16.9223 3.27922 16.8185 3.19317 16.7201 3.1381C16.6142 3.07883 16.4569 3.02408 16.1109 2.9925C15.7467 2.95925 15.2722 2.95826 14.5477 2.95826H9.45228C8.7278 2.95826 8.25326 2.95925 7.88911 2.9925C7.5431 3.02408 7.38579 3.07883 7.2799 3.1381C7.18149 3.19317 7.0777 3.27922 6.92537 3.51159C6.75744 3.76775 6.58037 4.12115 6.29952 4.687L5.59959 6.0972C5.37209 6.55558 4.7942 6.75299 4.30885 6.53812C3.8235 6.32326 3.61448 5.77748 3.84199 5.3191L4.54191 3.9089C4.549 3.89462 4.55607 3.88038 4.56311 3.86619C4.81635 3.35588 5.04046 2.90426 5.27496 2.54655C5.53158 2.1551 5.83857 1.81378 6.29031 1.56096C6.73456 1.31233 7.20516 1.21313 7.70236 1.16774C8.17098 1.12496 8.74001 1.12498 9.40754 1.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-gift-card{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 3.25H7.94513H7.94511H7.9451C6.57752 3.24998 5.47521 3.24996 4.60825 3.36652C3.70814 3.48754 2.95027 3.74643 2.34835 4.34835C1.74643 4.95027 1.48754 5.70814 1.36652 6.60825C1.24996 7.47521 1.24998 8.57752 1.25 9.9451V9.94511V9.94513V12.25H5.84206C5.42503 11.5505 5.25 10.7079 5.25 9.90429C5.25 9.26416 5.35402 8.70229 5.59857 8.25149C5.85514 7.77853 6.25012 7.46157 6.73475 7.32549C7.62398 7.07581 8.61716 7.48081 9.406 7.98869C10.0609 8.41034 10.7058 8.98568 11.25 9.6291L11.25 3.25ZM1.25 13.75V14.0549V14.0549V14.0549C1.24998 15.4225 1.24996 16.5248 1.36652 17.3918C1.48754 18.2919 1.74643 19.0497 2.34835 19.6517C2.95027 20.2536 3.70814 20.5125 4.60825 20.6335C5.47522 20.75 6.57754 20.75 7.94513 20.75H11.25L11.25 14.8107L9.53033 16.5303C9.23744 16.8232 8.76257 16.8232 8.46967 16.5303C8.17678 16.2374 8.17678 15.7626 8.46967 15.4697L10.1893 13.75H8.5H8.4985L1.25 13.75ZM12.75 20.75H16.0549C17.4225 20.75 18.5248 20.75 19.3918 20.6335C20.2919 20.5125 21.0497 20.2536 21.6517 19.6517C22.2536 19.0497 22.5125 18.2919 22.6335 17.3918C22.75 16.5248 22.75 15.4225 22.75 14.0549V13.75L15.5015 13.75H15.5H13.8107L15.5303 15.4697C15.8232 15.7626 15.8232 16.2374 15.5303 16.5303C15.2374 16.8232 14.7626 16.8232 14.4697 16.5303L12.75 14.8107L12.75 20.75ZM22.75 12.25V9.94513C22.75 8.57754 22.75 7.47522 22.6335 6.60825C22.5125 5.70814 22.2536 4.95027 21.6517 4.34835C21.0497 3.74643 20.2919 3.48754 19.3918 3.36652C18.5248 3.24996 17.4225 3.24998 16.0549 3.25H16.0549H16.0549H12.75L12.75 9.62911C13.2942 8.98568 13.9391 8.41034 14.594 7.98869C15.3828 7.48081 16.376 7.07581 17.2652 7.32549C17.7499 7.46156 18.1449 7.77853 18.4014 8.25149C18.646 8.70229 18.75 9.26416 18.75 9.90429C18.75 10.7079 18.575 11.5505 18.1579 12.25H22.75ZM10.4525 11.0438C10.7537 11.4649 10.973 11.8761 11.1045 12.25H8.5H8.49884C7.88656 12.2497 7.48564 11.9954 7.21156 11.6069C6.91669 11.1889 6.75 10.5794 6.75 9.90429C6.75 9.40832 6.83349 9.1208 6.91706 8.96675C6.98861 8.83485 7.06239 8.7915 7.14025 8.76964C7.37602 8.70344 7.88285 8.79204 8.594 9.2499C9.25981 9.67858 9.9419 10.33 10.4525 11.0438ZM15.5 12.25H12.8955C13.027 11.8761 13.2463 11.4649 13.5475 11.0438C14.0581 10.33 14.7402 9.67858 15.406 9.2499C16.1172 8.79204 16.624 8.70344 16.8598 8.76964C16.9376 8.7915 17.0114 8.83485 17.0829 8.96675C17.1665 9.1208 17.25 9.40832 17.25 9.90429C17.25 10.5794 17.0833 11.1889 16.7884 11.6069C16.5144 11.9954 16.1134 12.2497 15.5012 12.25H15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 3.25H7.94513H7.94511H7.9451C6.57752 3.24998 5.47521 3.24996 4.60825 3.36652C3.70814 3.48754 2.95027 3.74643 2.34835 4.34835C1.74643 4.95027 1.48754 5.70814 1.36652 6.60825C1.24996 7.47521 1.24998 8.57752 1.25 9.9451V9.94511V9.94513V12.25H5.84206C5.42503 11.5505 5.25 10.7079 5.25 9.90429C5.25 9.26416 5.35402 8.70229 5.59857 8.25149C5.85514 7.77853 6.25012 7.46157 6.73475 7.32549C7.62398 7.07581 8.61716 7.48081 9.406 7.98869C10.0609 8.41034 10.7058 8.98568 11.25 9.6291L11.25 3.25ZM1.25 13.75V14.0549V14.0549V14.0549C1.24998 15.4225 1.24996 16.5248 1.36652 17.3918C1.48754 18.2919 1.74643 19.0497 2.34835 19.6517C2.95027 20.2536 3.70814 20.5125 4.60825 20.6335C5.47522 20.75 6.57754 20.75 7.94513 20.75H11.25L11.25 14.8107L9.53033 16.5303C9.23744 16.8232 8.76257 16.8232 8.46967 16.5303C8.17678 16.2374 8.17678 15.7626 8.46967 15.4697L10.1893 13.75H8.5H8.4985L1.25 13.75ZM12.75 20.75H16.0549C17.4225 20.75 18.5248 20.75 19.3918 20.6335C20.2919 20.5125 21.0497 20.2536 21.6517 19.6517C22.2536 19.0497 22.5125 18.2919 22.6335 17.3918C22.75 16.5248 22.75 15.4225 22.75 14.0549V13.75L15.5015 13.75H15.5H13.8107L15.5303 15.4697C15.8232 15.7626 15.8232 16.2374 15.5303 16.5303C15.2374 16.8232 14.7626 16.8232 14.4697 16.5303L12.75 14.8107L12.75 20.75ZM22.75 12.25V9.94513C22.75 8.57754 22.75 7.47522 22.6335 6.60825C22.5125 5.70814 22.2536 4.95027 21.6517 4.34835C21.0497 3.74643 20.2919 3.48754 19.3918 3.36652C18.5248 3.24996 17.4225 3.24998 16.0549 3.25H16.0549H16.0549H12.75L12.75 9.62911C13.2942 8.98568 13.9391 8.41034 14.594 7.98869C15.3828 7.48081 16.376 7.07581 17.2652 7.32549C17.7499 7.46156 18.1449 7.77853 18.4014 8.25149C18.646 8.70229 18.75 9.26416 18.75 9.90429C18.75 10.7079 18.575 11.5505 18.1579 12.25H22.75ZM10.4525 11.0438C10.7537 11.4649 10.973 11.8761 11.1045 12.25H8.5H8.49884C7.88656 12.2497 7.48564 11.9954 7.21156 11.6069C6.91669 11.1889 6.75 10.5794 6.75 9.90429C6.75 9.40832 6.83349 9.1208 6.91706 8.96675C6.98861 8.83485 7.06239 8.7915 7.14025 8.76964C7.37602 8.70344 7.88285 8.79204 8.594 9.2499C9.25981 9.67858 9.9419 10.33 10.4525 11.0438ZM15.5 12.25H12.8955C13.027 11.8761 13.2463 11.4649 13.5475 11.0438C14.0581 10.33 14.7402 9.67858 15.406 9.2499C16.1172 8.79204 16.624 8.70344 16.8598 8.76964C16.9376 8.7915 17.0114 8.83485 17.0829 8.96675C17.1665 9.1208 17.25 9.40832 17.25 9.90429C17.25 10.5794 17.0833 11.1889 16.7884 11.6069C16.5144 11.9954 16.1134 12.2497 15.5012 12.25H15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-hot-price{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.45 1.40001C12.8831 1.72485 13.3601 2.131 13.7439 2.46682C14.5104 3.13754 15.5343 4.09721 16.5606 5.25173C18.5779 7.52119 20.75 10.7037 20.75 14C20.75 18.8325 16.8325 22.75 12 22.75C7.16751 22.75 3.25 18.8325 3.25 14C3.25 10.7037 5.42215 7.52119 7.43944 5.25173C7.61213 5.05746 7.8731 4.96645 8.12915 5.01121C8.3852 5.05597 8.59982 5.23012 8.69636 5.47146C8.94564 6.09466 9.10783 6.41451 9.30773 6.64882C9.40619 6.76424 9.52614 6.87279 9.6987 6.98717C10.6012 5.26797 10.9217 4.04476 11.259 1.88432C11.2996 1.6242 11.4736 1.40442 11.7175 1.30525C11.9614 1.20608 12.2394 1.24204 12.45 1.40001ZM8.29289 18.7071C7.90237 18.3166 7.90237 17.6834 8.29289 17.2929L14.2929 11.2929C14.6834 10.9024 15.3166 10.9024 15.7071 11.2929C16.0976 11.6834 16.0976 12.3166 15.7071 12.7071L9.70711 18.7071C9.31658 19.0976 8.68342 19.0976 8.29289 18.7071ZM9.01076 11H9C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13H9.01076C9.56304 13 10.0108 12.5523 10.0108 12C10.0108 11.4477 9.56304 11 9.01076 11ZM14.9892 17C14.437 17 13.9892 17.4477 13.9892 18C13.9892 18.5523 14.437 19 14.9892 19H15C15.5523 19 16 18.5523 16 18C16 17.4477 15.5523 17 15 17H14.9892Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.45 1.40001C12.8831 1.72485 13.3601 2.131 13.7439 2.46682C14.5104 3.13754 15.5343 4.09721 16.5606 5.25173C18.5779 7.52119 20.75 10.7037 20.75 14C20.75 18.8325 16.8325 22.75 12 22.75C7.16751 22.75 3.25 18.8325 3.25 14C3.25 10.7037 5.42215 7.52119 7.43944 5.25173C7.61213 5.05746 7.8731 4.96645 8.12915 5.01121C8.3852 5.05597 8.59982 5.23012 8.69636 5.47146C8.94564 6.09466 9.10783 6.41451 9.30773 6.64882C9.40619 6.76424 9.52614 6.87279 9.6987 6.98717C10.6012 5.26797 10.9217 4.04476 11.259 1.88432C11.2996 1.6242 11.4736 1.40442 11.7175 1.30525C11.9614 1.20608 12.2394 1.24204 12.45 1.40001ZM8.29289 18.7071C7.90237 18.3166 7.90237 17.6834 8.29289 17.2929L14.2929 11.2929C14.6834 10.9024 15.3166 10.9024 15.7071 11.2929C16.0976 11.6834 16.0976 12.3166 15.7071 12.7071L9.70711 18.7071C9.31658 19.0976 8.68342 19.0976 8.29289 18.7071ZM9.01076 11H9C8.44772 11 8 11.4477 8 12C8 12.5523 8.44772 13 9 13H9.01076C9.56304 13 10.0108 12.5523 10.0108 12C10.0108 11.4477 9.56304 11 9.01076 11ZM14.9892 17C14.437 17 13.9892 17.4477 13.9892 18C13.9892 18.5523 14.437 19 14.9892 19H15C15.5523 19 16 18.5523 16 18C16 17.4477 15.5523 17 15 17H14.9892Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-invoice-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0553 1.25H9.9447H9.94469C8.57748 1.24998 7.47477 1.24996 6.60736 1.36764C5.70602 1.48992 4.94761 1.75161 4.34597 2.35869C3.74526 2.96484 3.48716 3.72735 3.36641 4.63362C3.24997 5.50753 3.24998 6.61904 3.25 7.99973V7.99974L3.25 18.7008C3.24996 19.4095 3.24992 20.0198 3.3149 20.4869C3.38152 20.9658 3.54247 21.5107 4.05584 21.8414C4.81435 22.3299 5.655 21.9917 6.12709 21.7447C6.39744 21.6033 7.16019 21.0865 7.37095 20.9417C7.64376 20.7696 7.7948 20.678 7.9079 20.6249C7.9296 20.6016 8.0012 20.5706 8.11404 20.6327C8.22825 20.6899 8.37416 20.7809 8.62906 20.9417L10.5667 22.1636C10.8013 22.3116 11.0235 22.4518 11.2239 22.5507C11.4476 22.6611 11.7007 22.75 12 22.75C12.2993 22.75 12.5524 22.6611 12.7761 22.5507C12.9764 22.4518 13.1986 22.3117 13.4331 22.1638L13.4332 22.1637L13.4333 22.1636L15.371 20.9417C15.6438 20.7696 15.7948 20.678 15.9079 20.6249C15.933 20.6036 16.0093 20.5753 16.114 20.6327C16.1851 20.6683 16.4654 20.8523 16.7285 21.0249C16.8882 21.1297 17.0415 21.2303 17.1378 21.2911C17.3485 21.4359 17.6026 21.6033 17.8729 21.7447C18.345 21.9917 19.1857 22.3299 19.9442 21.8414C20.4575 21.5107 20.6185 20.9658 20.6851 20.4869C20.7501 20.0198 20.75 19.4095 20.75 18.7008L20.75 7.99978C20.75 6.61907 20.75 5.50754 20.6336 4.63362C20.5128 3.72735 20.2547 2.96484 19.654 2.35869C19.0524 1.75161 18.294 1.48992 17.3926 1.36764C16.5252 1.24996 15.4225 1.24998 14.0553 1.25H14.0553ZM12 11C12 11.5523 11.5523 12 11 12H8C7.44772 12 7 11.5523 7 11C7 10.4477 7.44772 10 8 10H11C11.5523 10 12 10.4477 12 11ZM14 8C14.5523 8 15 7.55228 15 7C15 6.44772 14.5523 6 14 6H8C7.44772 6 7 6.44772 7 7C7 7.55228 7.44772 8 8 8H14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0553 1.25H9.9447H9.94469C8.57748 1.24998 7.47477 1.24996 6.60736 1.36764C5.70602 1.48992 4.94761 1.75161 4.34597 2.35869C3.74526 2.96484 3.48716 3.72735 3.36641 4.63362C3.24997 5.50753 3.24998 6.61904 3.25 7.99973V7.99974L3.25 18.7008C3.24996 19.4095 3.24992 20.0198 3.3149 20.4869C3.38152 20.9658 3.54247 21.5107 4.05584 21.8414C4.81435 22.3299 5.655 21.9917 6.12709 21.7447C6.39744 21.6033 7.16019 21.0865 7.37095 20.9417C7.64376 20.7696 7.7948 20.678 7.9079 20.6249C7.9296 20.6016 8.0012 20.5706 8.11404 20.6327C8.22825 20.6899 8.37416 20.7809 8.62906 20.9417L10.5667 22.1636C10.8013 22.3116 11.0235 22.4518 11.2239 22.5507C11.4476 22.6611 11.7007 22.75 12 22.75C12.2993 22.75 12.5524 22.6611 12.7761 22.5507C12.9764 22.4518 13.1986 22.3117 13.4331 22.1638L13.4332 22.1637L13.4333 22.1636L15.371 20.9417C15.6438 20.7696 15.7948 20.678 15.9079 20.6249C15.933 20.6036 16.0093 20.5753 16.114 20.6327C16.1851 20.6683 16.4654 20.8523 16.7285 21.0249C16.8882 21.1297 17.0415 21.2303 17.1378 21.2911C17.3485 21.4359 17.6026 21.6033 17.8729 21.7447C18.345 21.9917 19.1857 22.3299 19.9442 21.8414C20.4575 21.5107 20.6185 20.9658 20.6851 20.4869C20.7501 20.0198 20.75 19.4095 20.75 18.7008L20.75 7.99978C20.75 6.61907 20.75 5.50754 20.6336 4.63362C20.5128 3.72735 20.2547 2.96484 19.654 2.35869C19.0524 1.75161 18.294 1.48992 17.3926 1.36764C16.5252 1.24996 15.4225 1.24998 14.0553 1.25H14.0553ZM12 11C12 11.5523 11.5523 12 11 12H8C7.44772 12 7 11.5523 7 11C7 10.4477 7.44772 10 8 10H11C11.5523 10 12 10.4477 12 11ZM14 8C14.5523 8 15 7.55228 15 7C15 6.44772 14.5523 6 14 6H8C7.44772 6 7 6.44772 7 7C7 7.55228 7.44772 8 8 8H14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-invoice-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.9447 1.25H14.0553H14.0553C15.4225 1.24998 16.5252 1.24996 17.3926 1.36764C18.294 1.48992 19.0524 1.75161 19.654 2.35869C20.2547 2.96484 20.5128 3.72735 20.6336 4.63362C20.75 5.50754 20.75 6.61907 20.75 7.99978L20.75 18.7008C20.75 19.4095 20.7501 20.0198 20.6851 20.4869C20.6185 20.9658 20.4575 21.5107 19.9442 21.8414C19.1857 22.3299 18.345 21.9917 17.8729 21.7447C17.6026 21.6033 17.3485 21.4359 17.1378 21.2911C17.0415 21.2303 16.8882 21.1297 16.7285 21.0249C16.4654 20.8523 16.1851 20.6683 16.114 20.6327C16.0093 20.5753 15.933 20.6036 15.9079 20.6249C15.7948 20.678 15.6438 20.7696 15.371 20.9417L13.4333 22.1636L13.4332 22.1637L13.4331 22.1638C13.1986 22.3117 12.9764 22.4518 12.7761 22.5507C12.5524 22.6611 12.2993 22.75 12 22.75C11.7007 22.75 11.4476 22.6611 11.2239 22.5507C11.0235 22.4518 10.8013 22.3116 10.5667 22.1636L8.62906 20.9417C8.37416 20.7809 8.22825 20.6899 8.11404 20.6327C8.0012 20.5706 7.9296 20.6016 7.9079 20.6249C7.7948 20.678 7.64376 20.7696 7.37095 20.9417C7.16019 21.0865 6.39744 21.6033 6.12709 21.7447C5.655 21.9917 4.81435 22.3299 4.05584 21.8414C3.54247 21.5107 3.38152 20.9658 3.3149 20.4869C3.24992 20.0198 3.24996 19.4095 3.25 18.7008L3.25 7.99974V7.99973C3.24998 6.61904 3.24997 5.50753 3.36641 4.63362C3.48716 3.72735 3.74526 2.96484 4.34597 2.35869C4.94761 1.75161 5.70602 1.48992 6.60736 1.36764C7.47477 1.24996 8.57748 1.24998 9.94469 1.25H9.9447ZM16 6.75C16.4142 6.75 16.75 6.41421 16.75 6C16.75 5.58579 16.4142 5.25 16 5.25H8C7.58579 5.25 7.25 5.58579 7.25 6C7.25 6.41421 7.58579 6.75 8 6.75H16ZM10.75 10C10.75 10.4142 10.4142 10.75 10 10.75H8C7.58579 10.75 7.25 10.4142 7.25 10C7.25 9.58579 7.58579 9.25 8 9.25H10C10.4142 9.25 10.75 9.58579 10.75 10ZM15.25 9C15.25 8.58579 14.9142 8.25 14.5 8.25C14.0858 8.25 13.75 8.58579 13.75 9V9.24489C12.916 9.51697 12.25 10.2324 12.25 11.1875C12.25 12.4175 13.3546 13.25 14.5 13.25C15.0114 13.25 15.25 13.5928 15.25 13.8125C15.25 14.0322 15.0114 14.375 14.5 14.375C14.1136 14.375 13.8582 14.1608 13.7808 13.9691C13.6256 13.585 13.1885 13.3995 12.8044 13.5546C12.4204 13.7097 12.2348 14.1468 12.3899 14.5309C12.6304 15.1261 13.1404 15.5603 13.75 15.7573V16C13.75 16.4142 14.0858 16.75 14.5 16.75C14.9142 16.75 15.25 16.4142 15.25 16V15.7551C16.084 15.483 16.75 14.7676 16.75 13.8125C16.75 12.5825 15.6454 11.75 14.5 11.75C13.9886 11.75 13.75 11.4072 13.75 11.1875C13.75 10.9678 13.9886 10.625 14.5 10.625C14.8864 10.625 15.1418 10.8392 15.2192 11.0309C15.3744 11.415 15.8115 11.6005 16.1956 11.4454C16.5796 11.2903 16.7652 10.8532 16.6101 10.4691C16.3696 9.87386 15.8596 9.4397 15.25 9.24272V9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.9447 1.25H14.0553H14.0553C15.4225 1.24998 16.5252 1.24996 17.3926 1.36764C18.294 1.48992 19.0524 1.75161 19.654 2.35869C20.2547 2.96484 20.5128 3.72735 20.6336 4.63362C20.75 5.50754 20.75 6.61907 20.75 7.99978L20.75 18.7008C20.75 19.4095 20.7501 20.0198 20.6851 20.4869C20.6185 20.9658 20.4575 21.5107 19.9442 21.8414C19.1857 22.3299 18.345 21.9917 17.8729 21.7447C17.6026 21.6033 17.3485 21.4359 17.1378 21.2911C17.0415 21.2303 16.8882 21.1297 16.7285 21.0249C16.4654 20.8523 16.1851 20.6683 16.114 20.6327C16.0093 20.5753 15.933 20.6036 15.9079 20.6249C15.7948 20.678 15.6438 20.7696 15.371 20.9417L13.4333 22.1636L13.4332 22.1637L13.4331 22.1638C13.1986 22.3117 12.9764 22.4518 12.7761 22.5507C12.5524 22.6611 12.2993 22.75 12 22.75C11.7007 22.75 11.4476 22.6611 11.2239 22.5507C11.0235 22.4518 10.8013 22.3116 10.5667 22.1636L8.62906 20.9417C8.37416 20.7809 8.22825 20.6899 8.11404 20.6327C8.0012 20.5706 7.9296 20.6016 7.9079 20.6249C7.7948 20.678 7.64376 20.7696 7.37095 20.9417C7.16019 21.0865 6.39744 21.6033 6.12709 21.7447C5.655 21.9917 4.81435 22.3299 4.05584 21.8414C3.54247 21.5107 3.38152 20.9658 3.3149 20.4869C3.24992 20.0198 3.24996 19.4095 3.25 18.7008L3.25 7.99974V7.99973C3.24998 6.61904 3.24997 5.50753 3.36641 4.63362C3.48716 3.72735 3.74526 2.96484 4.34597 2.35869C4.94761 1.75161 5.70602 1.48992 6.60736 1.36764C7.47477 1.24996 8.57748 1.24998 9.94469 1.25H9.9447ZM16 6.75C16.4142 6.75 16.75 6.41421 16.75 6C16.75 5.58579 16.4142 5.25 16 5.25H8C7.58579 5.25 7.25 5.58579 7.25 6C7.25 6.41421 7.58579 6.75 8 6.75H16ZM10.75 10C10.75 10.4142 10.4142 10.75 10 10.75H8C7.58579 10.75 7.25 10.4142 7.25 10C7.25 9.58579 7.58579 9.25 8 9.25H10C10.4142 9.25 10.75 9.58579 10.75 10ZM15.25 9C15.25 8.58579 14.9142 8.25 14.5 8.25C14.0858 8.25 13.75 8.58579 13.75 9V9.24489C12.916 9.51697 12.25 10.2324 12.25 11.1875C12.25 12.4175 13.3546 13.25 14.5 13.25C15.0114 13.25 15.25 13.5928 15.25 13.8125C15.25 14.0322 15.0114 14.375 14.5 14.375C14.1136 14.375 13.8582 14.1608 13.7808 13.9691C13.6256 13.585 13.1885 13.3995 12.8044 13.5546C12.4204 13.7097 12.2348 14.1468 12.3899 14.5309C12.6304 15.1261 13.1404 15.5603 13.75 15.7573V16C13.75 16.4142 14.0858 16.75 14.5 16.75C14.9142 16.75 15.25 16.4142 15.25 16V15.7551C16.084 15.483 16.75 14.7676 16.75 13.8125C16.75 12.5825 15.6454 11.75 14.5 11.75C13.9886 11.75 13.75 11.4072 13.75 11.1875C13.75 10.9678 13.9886 10.625 14.5 10.625C14.8864 10.625 15.1418 10.8392 15.2192 11.0309C15.3744 11.415 15.8115 11.6005 16.1956 11.4454C16.5796 11.2903 16.7652 10.8532 16.6101 10.4691C16.3696 9.87386 15.8596 9.4397 15.25 9.24272V9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-invoice-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 22.75C9.7007 22.75 9.44762 22.6611 9.2239 22.5507C9.02352 22.4518 8.80135 22.3117 8.56674 22.1637L8.5667 22.1636L6.62905 20.9417C6.37416 20.7809 6.22825 20.6899 6.11404 20.6327C6.0083 20.5747 5.93256 20.6033 5.9079 20.6249C5.7948 20.678 5.64376 20.7696 5.37095 20.9417L4.86225 21.2911C4.65149 21.4359 4.39744 21.6033 4.12709 21.7447C3.65501 21.9917 2.81435 22.3299 2.05584 21.8414C1.54247 21.5107 1.38152 20.9658 1.3149 20.487C1.24992 20.0198 1.24996 19.4095 1.25 18.7008L1.25 7.99976C1.24998 6.61906 1.24997 5.50754 1.36641 4.63362C1.48716 3.72735 1.74526 2.96484 2.34597 2.35869C2.94761 1.75161 3.70602 1.48992 4.60737 1.36764C5.47476 1.24997 6.57745 1.24998 7.94463 1.25H7.94464H7.94466H7.94471H10H20.016C20.4911 1.25 20.8802 1.4793 21.1687 1.7609C21.4541 2.03946 21.6847 2.40829 21.8722 2.81006C22.2486 3.61642 22.5188 4.70246 22.6626 5.91555L22.6684 5.96436V5.96438V5.9644V5.96442V5.96444C22.7158 6.36378 22.7614 6.74778 22.7473 7.07225C22.7309 7.4502 22.6325 7.83058 22.3326 8.16518C22.0239 8.50953 21.6366 8.64316 21.2576 8.69983C20.921 8.75013 20.5084 8.75007 20.0646 8.75001L20.016 8.75H18.75L18.75 18.7008V18.7009C18.75 19.4096 18.7501 20.0198 18.6851 20.487C18.6185 20.9658 18.4575 21.5107 17.9441 21.8414C17.1856 22.3299 16.345 21.9917 15.8729 21.7447C15.6025 21.6033 15.3485 21.4359 15.1377 21.2911L14.629 20.9417C14.3562 20.7696 14.2052 20.678 14.0921 20.6249C14.0674 20.6033 13.9917 20.5747 13.8859 20.6327C13.7717 20.6899 13.6258 20.7809 13.3709 20.9417L11.4333 22.1636C11.1987 22.3116 10.9765 22.4518 10.7761 22.5507C10.5524 22.6611 10.2993 22.75 10 22.75ZM19.8186 2.93803C19.9219 2.80796 19.9892 2.76622 20.0165 2.75367C20.0343 2.76222 20.069 2.78358 20.121 2.83431C20.2313 2.94203 20.3694 3.13683 20.513 3.44447C20.7989 4.05692 21.0404 4.97278 21.173 6.09207C21.2283 6.55875 21.2569 6.81923 21.2487 7.00716C21.2426 7.14751 21.2183 7.16254 21.2153 7.16437C21.2118 7.16832 21.2095 7.17082 21.1969 7.17658C21.1776 7.18544 21.1317 7.20197 21.0358 7.21631C20.8236 7.24804 20.5254 7.25 20.016 7.25H18.7663C18.7682 7.20712 18.7702 7.16442 18.7724 7.12189C18.836 5.88595 19.0311 4.80062 19.3014 3.99624C19.3119 3.96506 19.3224 3.93447 19.333 3.90445C19.4918 3.45423 19.6624 3.13461 19.8186 2.93803ZM6 5.25C5.58579 5.25 5.25 5.58579 5.25 6C5.25 6.41421 5.58579 6.75 6 6.75H14C14.4142 6.75 14.75 6.41421 14.75 6C14.75 5.58579 14.4142 5.25 14 5.25H6ZM8.75 10C8.75 10.4142 8.41422 10.75 8 10.75H6C5.58579 10.75 5.25 10.4142 5.25 10C5.25 9.58579 5.58579 9.25 6 9.25H8C8.41422 9.25 8.75 9.58579 8.75 10ZM13.25 10C13.25 9.58579 12.9142 9.25 12.5 9.25C12.0858 9.25 11.75 9.58579 11.75 10V10.2449C10.916 10.517 10.25 11.2324 10.25 12.1875C10.25 13.4175 11.3546 14.25 12.5 14.25C13.0114 14.25 13.25 14.5928 13.25 14.8125C13.25 15.0322 13.0114 15.375 12.5 15.375C12.1136 15.375 11.8582 15.1608 11.7808 14.9691C11.6256 14.585 11.1885 14.3995 10.8045 14.5546C10.4204 14.7097 10.2348 15.1468 10.3899 15.5309C10.6304 16.1261 11.1404 16.5603 11.75 16.7573V17C11.75 17.4142 12.0858 17.75 12.5 17.75C12.9142 17.75 13.25 17.4142 13.25 17V16.7551C14.084 16.483 14.75 15.7676 14.75 14.8125C14.75 13.5825 13.6454 12.75 12.5 12.75C11.9886 12.75 11.75 12.4072 11.75 12.1875C11.75 11.9678 11.9886 11.625 12.5 11.625C12.8864 11.625 13.1418 11.8392 13.2192 12.0309C13.3744 12.415 13.8115 12.6005 14.1956 12.4454C14.5796 12.2903 14.7652 11.8532 14.6101 11.4691C14.3696 10.8739 13.8596 10.4397 13.25 10.2427V10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 22.75C9.7007 22.75 9.44762 22.6611 9.2239 22.5507C9.02352 22.4518 8.80135 22.3117 8.56674 22.1637L8.5667 22.1636L6.62905 20.9417C6.37416 20.7809 6.22825 20.6899 6.11404 20.6327C6.0083 20.5747 5.93256 20.6033 5.9079 20.6249C5.7948 20.678 5.64376 20.7696 5.37095 20.9417L4.86225 21.2911C4.65149 21.4359 4.39744 21.6033 4.12709 21.7447C3.65501 21.9917 2.81435 22.3299 2.05584 21.8414C1.54247 21.5107 1.38152 20.9658 1.3149 20.487C1.24992 20.0198 1.24996 19.4095 1.25 18.7008L1.25 7.99976C1.24998 6.61906 1.24997 5.50754 1.36641 4.63362C1.48716 3.72735 1.74526 2.96484 2.34597 2.35869C2.94761 1.75161 3.70602 1.48992 4.60737 1.36764C5.47476 1.24997 6.57745 1.24998 7.94463 1.25H7.94464H7.94466H7.94471H10H20.016C20.4911 1.25 20.8802 1.4793 21.1687 1.7609C21.4541 2.03946 21.6847 2.40829 21.8722 2.81006C22.2486 3.61642 22.5188 4.70246 22.6626 5.91555L22.6684 5.96436V5.96438V5.9644V5.96442V5.96444C22.7158 6.36378 22.7614 6.74778 22.7473 7.07225C22.7309 7.4502 22.6325 7.83058 22.3326 8.16518C22.0239 8.50953 21.6366 8.64316 21.2576 8.69983C20.921 8.75013 20.5084 8.75007 20.0646 8.75001L20.016 8.75H18.75L18.75 18.7008V18.7009C18.75 19.4096 18.7501 20.0198 18.6851 20.487C18.6185 20.9658 18.4575 21.5107 17.9441 21.8414C17.1856 22.3299 16.345 21.9917 15.8729 21.7447C15.6025 21.6033 15.3485 21.4359 15.1377 21.2911L14.629 20.9417C14.3562 20.7696 14.2052 20.678 14.0921 20.6249C14.0674 20.6033 13.9917 20.5747 13.8859 20.6327C13.7717 20.6899 13.6258 20.7809 13.3709 20.9417L11.4333 22.1636C11.1987 22.3116 10.9765 22.4518 10.7761 22.5507C10.5524 22.6611 10.2993 22.75 10 22.75ZM19.8186 2.93803C19.9219 2.80796 19.9892 2.76622 20.0165 2.75367C20.0343 2.76222 20.069 2.78358 20.121 2.83431C20.2313 2.94203 20.3694 3.13683 20.513 3.44447C20.7989 4.05692 21.0404 4.97278 21.173 6.09207C21.2283 6.55875 21.2569 6.81923 21.2487 7.00716C21.2426 7.14751 21.2183 7.16254 21.2153 7.16437C21.2118 7.16832 21.2095 7.17082 21.1969 7.17658C21.1776 7.18544 21.1317 7.20197 21.0358 7.21631C20.8236 7.24804 20.5254 7.25 20.016 7.25H18.7663C18.7682 7.20712 18.7702 7.16442 18.7724 7.12189C18.836 5.88595 19.0311 4.80062 19.3014 3.99624C19.3119 3.96506 19.3224 3.93447 19.333 3.90445C19.4918 3.45423 19.6624 3.13461 19.8186 2.93803ZM6 5.25C5.58579 5.25 5.25 5.58579 5.25 6C5.25 6.41421 5.58579 6.75 6 6.75H14C14.4142 6.75 14.75 6.41421 14.75 6C14.75 5.58579 14.4142 5.25 14 5.25H6ZM8.75 10C8.75 10.4142 8.41422 10.75 8 10.75H6C5.58579 10.75 5.25 10.4142 5.25 10C5.25 9.58579 5.58579 9.25 6 9.25H8C8.41422 9.25 8.75 9.58579 8.75 10ZM13.25 10C13.25 9.58579 12.9142 9.25 12.5 9.25C12.0858 9.25 11.75 9.58579 11.75 10V10.2449C10.916 10.517 10.25 11.2324 10.25 12.1875C10.25 13.4175 11.3546 14.25 12.5 14.25C13.0114 14.25 13.25 14.5928 13.25 14.8125C13.25 15.0322 13.0114 15.375 12.5 15.375C12.1136 15.375 11.8582 15.1608 11.7808 14.9691C11.6256 14.585 11.1885 14.3995 10.8045 14.5546C10.4204 14.7097 10.2348 15.1468 10.3899 15.5309C10.6304 16.1261 11.1404 16.5603 11.75 16.7573V17C11.75 17.4142 12.0858 17.75 12.5 17.75C12.9142 17.75 13.25 17.4142 13.25 17V16.7551C14.084 16.483 14.75 15.7676 14.75 14.8125C14.75 13.5825 13.6454 12.75 12.5 12.75C11.9886 12.75 11.75 12.4072 11.75 12.1875C11.75 11.9678 11.9886 11.625 12.5 11.625C12.8864 11.625 13.1418 11.8392 13.2192 12.0309C13.3744 12.415 13.8115 12.6005 14.1956 12.4454C14.5796 12.2903 14.7652 11.8532 14.6101 11.4691C14.3696 10.8739 13.8596 10.4397 13.25 10.2427V10Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-invoice-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9917 21.8163C9.99781 23.0612 7.97828 23.0612 6.98434 21.8163L6.43326 21.1261C6.3636 21.0389 6.23198 20.9736 6.06421 20.9816C5.89617 20.9896 5.78156 21.066 5.72902 21.1494C5.30689 21.8191 4.58616 22.06 3.95942 22.0124C3.35027 21.9661 2.6841 21.6344 2.37482 20.9755C2.18146 20.6744 2.25512 19.9988 2.31612 19.6987L4.24708 10.5615C4.47973 9.46055 4.66851 8.56723 4.90773 7.86925C5.15714 7.14153 5.48722 6.54343 6.05242 6.08663C6.61716 5.63021 7.2714 5.43226 8.03598 5.33927C8.77022 5.24997 9.68609 5.24998 10.8162 5.25H10.8163H10.8163H13.1837H13.1837H13.1838C14.3139 5.24998 15.2298 5.24997 15.964 5.33927C16.7286 5.43226 17.3828 5.63021 17.9476 6.08663C18.5128 6.54343 18.8429 7.14153 19.0923 7.86925C19.3315 8.5672 19.5203 9.46049 19.7529 10.5614L19.7529 10.5615L19.7529 10.5615L21.6839 19.6987C21.7449 19.9988 21.8185 20.6744 21.6252 20.9755C21.3159 21.6344 20.6497 21.9661 20.0406 22.0124C19.4138 22.06 18.6931 21.8191 18.271 21.1494C18.2184 21.066 18.1038 20.9896 17.9358 20.9816C17.768 20.9736 17.6364 21.0389 17.5667 21.1261L17.0157 21.8163C16.0217 23.0612 14.0022 23.0612 13.0083 21.8163C12.7897 21.5426 12.3515 21.2972 12 21.2972C11.6485 21.2972 11.2103 21.5426 10.9917 21.8163ZM12.75 10C12.75 9.58579 12.4142 9.25 12 9.25H9C8.58579 9.25 8.25 9.58579 8.25 10C8.25 10.4142 8.58579 10.75 9 10.75H12C12.4142 10.75 12.75 10.4142 12.75 10ZM14 13.25C14.4142 13.25 14.75 13.5858 14.75 14C14.75 14.4142 14.4142 14.75 14 14.75H8C7.58579 14.75 7.25 14.4142 7.25 14C7.25 13.5858 7.58579 13.25 8 13.25H14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.07495 1.25C6.09695 1.25 6.11902 1.25001 6.14117 1.25001L17.9252 1.25C18.7891 1.24995 19.5372 1.24991 20.1371 1.33111C20.7842 1.41873 21.4008 1.61673 21.8969 2.11636C22.3881 2.61093 22.5779 3.21692 22.6626 3.8511C22.7422 4.44779 22.7422 5.19468 22.7422 6.06963L22.7422 6.13062C22.7422 6.36995 22.7443 6.59989 22.7464 6.81886C22.7517 7.38963 22.7563 7.88588 22.7203 8.2796C22.6644 8.89092 22.5004 9.45974 22.0039 9.95966C21.6296 10.3366 21.011 10.348 20.6221 9.98514C20.2333 9.62228 20.2215 9.02255 20.5958 8.64561C20.6714 8.56951 20.7398 8.4794 20.7734 8.11226C20.8005 7.81569 20.7972 7.46151 20.7924 6.95031C20.7901 6.71393 20.7876 6.44398 20.7876 6.13062C20.7876 5.17774 20.7857 4.55487 20.7242 4.0943C20.6658 3.65741 20.5697 3.51185 20.4888 3.43041C20.4129 3.35402 20.2832 3.26402 19.8667 3.20764C19.4182 3.14691 18.8083 3.14474 17.8589 3.14474L6.14117 3.14474C5.19187 3.14474 4.58196 3.14691 4.13342 3.20764C3.71692 3.26402 3.58717 3.35402 3.51132 3.43041C3.43044 3.51185 3.33428 3.6574 3.27594 4.0943C3.21445 4.55487 3.21253 5.17774 3.21253 6.13062C3.21253 6.44562 3.20993 6.71673 3.20767 6.95398C3.2028 7.46333 3.19942 7.81653 3.22639 8.11257C3.25986 8.47981 3.32825 8.5697 3.40363 8.64561C3.77795 9.02255 3.76618 9.62228 3.37734 9.98514C2.9885 10.348 2.36983 10.3366 1.9955 9.95966C1.49887 9.45955 1.33511 8.89051 1.27941 8.27929C1.24362 7.88646 1.24831 7.39125 1.2537 6.82187C1.25578 6.60197 1.25796 6.37102 1.25796 6.13062C1.25796 6.11022 1.25796 6.08988 1.25796 6.06962C1.25792 5.19467 1.25788 4.44779 1.33755 3.8511C1.42222 3.21692 1.61206 2.61093 2.10319 2.11636C2.59935 1.61673 3.21592 1.41873 3.86306 1.33111C4.46288 1.24991 5.21101 1.24995 6.07495 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9917 21.8163C9.99781 23.0612 7.97828 23.0612 6.98434 21.8163L6.43326 21.1261C6.3636 21.0389 6.23198 20.9736 6.06421 20.9816C5.89617 20.9896 5.78156 21.066 5.72902 21.1494C5.30689 21.8191 4.58616 22.06 3.95942 22.0124C3.35027 21.9661 2.6841 21.6344 2.37482 20.9755C2.18146 20.6744 2.25512 19.9988 2.31612 19.6987L4.24708 10.5615C4.47973 9.46055 4.66851 8.56723 4.90773 7.86925C5.15714 7.14153 5.48722 6.54343 6.05242 6.08663C6.61716 5.63021 7.2714 5.43226 8.03598 5.33927C8.77022 5.24997 9.68609 5.24998 10.8162 5.25H10.8163H10.8163H13.1837H13.1837H13.1838C14.3139 5.24998 15.2298 5.24997 15.964 5.33927C16.7286 5.43226 17.3828 5.63021 17.9476 6.08663C18.5128 6.54343 18.8429 7.14153 19.0923 7.86925C19.3315 8.5672 19.5203 9.46049 19.7529 10.5614L19.7529 10.5615L19.7529 10.5615L21.6839 19.6987C21.7449 19.9988 21.8185 20.6744 21.6252 20.9755C21.3159 21.6344 20.6497 21.9661 20.0406 22.0124C19.4138 22.06 18.6931 21.8191 18.271 21.1494C18.2184 21.066 18.1038 20.9896 17.9358 20.9816C17.768 20.9736 17.6364 21.0389 17.5667 21.1261L17.0157 21.8163C16.0217 23.0612 14.0022 23.0612 13.0083 21.8163C12.7897 21.5426 12.3515 21.2972 12 21.2972C11.6485 21.2972 11.2103 21.5426 10.9917 21.8163ZM12.75 10C12.75 9.58579 12.4142 9.25 12 9.25H9C8.58579 9.25 8.25 9.58579 8.25 10C8.25 10.4142 8.58579 10.75 9 10.75H12C12.4142 10.75 12.75 10.4142 12.75 10ZM14 13.25C14.4142 13.25 14.75 13.5858 14.75 14C14.75 14.4142 14.4142 14.75 14 14.75H8C7.58579 14.75 7.25 14.4142 7.25 14C7.25 13.5858 7.58579 13.25 8 13.25H14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.07495 1.25C6.09695 1.25 6.11902 1.25001 6.14117 1.25001L17.9252 1.25C18.7891 1.24995 19.5372 1.24991 20.1371 1.33111C20.7842 1.41873 21.4008 1.61673 21.8969 2.11636C22.3881 2.61093 22.5779 3.21692 22.6626 3.8511C22.7422 4.44779 22.7422 5.19468 22.7422 6.06963L22.7422 6.13062C22.7422 6.36995 22.7443 6.59989 22.7464 6.81886C22.7517 7.38963 22.7563 7.88588 22.7203 8.2796C22.6644 8.89092 22.5004 9.45974 22.0039 9.95966C21.6296 10.3366 21.011 10.348 20.6221 9.98514C20.2333 9.62228 20.2215 9.02255 20.5958 8.64561C20.6714 8.56951 20.7398 8.4794 20.7734 8.11226C20.8005 7.81569 20.7972 7.46151 20.7924 6.95031C20.7901 6.71393 20.7876 6.44398 20.7876 6.13062C20.7876 5.17774 20.7857 4.55487 20.7242 4.0943C20.6658 3.65741 20.5697 3.51185 20.4888 3.43041C20.4129 3.35402 20.2832 3.26402 19.8667 3.20764C19.4182 3.14691 18.8083 3.14474 17.8589 3.14474L6.14117 3.14474C5.19187 3.14474 4.58196 3.14691 4.13342 3.20764C3.71692 3.26402 3.58717 3.35402 3.51132 3.43041C3.43044 3.51185 3.33428 3.6574 3.27594 4.0943C3.21445 4.55487 3.21253 5.17774 3.21253 6.13062C3.21253 6.44562 3.20993 6.71673 3.20767 6.95398C3.2028 7.46333 3.19942 7.81653 3.22639 8.11257C3.25986 8.47981 3.32825 8.5697 3.40363 8.64561C3.77795 9.02255 3.76618 9.62228 3.37734 9.98514C2.9885 10.348 2.36983 10.3366 1.9955 9.95966C1.49887 9.45955 1.33511 8.89051 1.27941 8.27929C1.24362 7.88646 1.24831 7.39125 1.2537 6.82187C1.25578 6.60197 1.25796 6.37102 1.25796 6.13062C1.25796 6.11022 1.25796 6.08988 1.25796 6.06962C1.25792 5.19467 1.25788 4.44779 1.33755 3.8511C1.42222 3.21692 1.61206 2.61093 2.10319 2.11636C2.59935 1.61673 3.21592 1.41873 3.86306 1.33111C4.46288 1.24991 5.21101 1.24995 6.07495 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-loyalty-card{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0595 2.75C15.8946 2.74998 17.3529 2.74997 18.4951 2.91314C19.6762 3.08185 20.6284 3.43801 21.3746 4.23077C22.1147 5.01711 22.4417 6.0099 22.5976 7.24244C22.75 8.44685 22.75 10.0958 22.75 12.0537C22.75 14.0116 22.75 15.5532 22.5976 16.7576C22.4417 17.9901 22.1147 18.9829 21.3746 19.7692C20.6284 20.562 19.6762 20.9182 18.4951 21.0869C17.3529 21.25 15.8946 21.25 14.0595 21.25H9.94047C8.10537 21.25 6.6471 21.25 5.50485 21.0869C4.32381 20.9182 3.37155 20.562 2.62542 19.7692C1.88535 18.9829 1.55834 17.9901 1.40238 16.7576C1.24998 15.5532 1.24999 14.0117 1.25 12.0537V12.0537C1.24999 10.0958 1.24998 8.44685 1.40238 7.24244C1.55834 6.0099 1.88535 5.01711 2.62542 4.23077C3.37155 3.43801 4.32381 3.08185 5.50485 2.91314C6.64711 2.74997 8.10539 2.74998 9.9405 2.75H14.0595ZM6.00945 10.184C7.1945 9.49175 8.29596 9.72815 8.99966 10.1951C9.70336 9.72815 10.8048 9.49175 11.9899 10.184C12.9085 10.7207 13.3834 11.8166 13.2162 13.0032C13.0482 14.1964 12.1838 15.5043 10.6447 16.5893C10.1619 16.9307 9.71002 17.2503 8.99966 17.2503C8.2893 17.2503 7.83744 16.9307 7.35465 16.5893C5.8155 15.5043 4.95111 14.1964 4.78308 13.0032C4.61597 11.8166 5.09079 10.7207 6.00945 10.184ZM15.25 15.25C14.6977 15.25 14.25 15.6977 14.25 16.25C14.25 16.8023 14.6977 17.25 15.25 17.25L18.25 17.25C18.8023 17.25 19.25 16.8023 19.25 16.25C19.25 15.6977 18.8023 15.25 18.25 15.25H15.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0595 2.75C15.8946 2.74998 17.3529 2.74997 18.4951 2.91314C19.6762 3.08185 20.6284 3.43801 21.3746 4.23077C22.1147 5.01711 22.4417 6.0099 22.5976 7.24244C22.75 8.44685 22.75 10.0958 22.75 12.0537C22.75 14.0116 22.75 15.5532 22.5976 16.7576C22.4417 17.9901 22.1147 18.9829 21.3746 19.7692C20.6284 20.562 19.6762 20.9182 18.4951 21.0869C17.3529 21.25 15.8946 21.25 14.0595 21.25H9.94047C8.10537 21.25 6.6471 21.25 5.50485 21.0869C4.32381 20.9182 3.37155 20.562 2.62542 19.7692C1.88535 18.9829 1.55834 17.9901 1.40238 16.7576C1.24998 15.5532 1.24999 14.0117 1.25 12.0537V12.0537C1.24999 10.0958 1.24998 8.44685 1.40238 7.24244C1.55834 6.0099 1.88535 5.01711 2.62542 4.23077C3.37155 3.43801 4.32381 3.08185 5.50485 2.91314C6.64711 2.74997 8.10539 2.74998 9.9405 2.75H14.0595ZM6.00945 10.184C7.1945 9.49175 8.29596 9.72815 8.99966 10.1951C9.70336 9.72815 10.8048 9.49175 11.9899 10.184C12.9085 10.7207 13.3834 11.8166 13.2162 13.0032C13.0482 14.1964 12.1838 15.5043 10.6447 16.5893C10.1619 16.9307 9.71002 17.2503 8.99966 17.2503C8.2893 17.2503 7.83744 16.9307 7.35465 16.5893C5.8155 15.5043 4.95111 14.1964 4.78308 13.0032C4.61597 11.8166 5.09079 10.7207 6.00945 10.184ZM15.25 15.25C14.6977 15.25 14.25 15.6977 14.25 16.25C14.25 16.8023 14.6977 17.25 15.25 17.25L18.25 17.25C18.8023 17.25 19.25 16.8023 19.25 16.25C19.25 15.6977 18.8023 15.25 18.25 15.25H15.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-marketing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1627 4.93507C15.5539 6.18107 15.15 7.97043 15.15 10C15.15 12.0296 15.5539 13.8189 16.1627 15.0649C16.7999 16.3691 17.5043 16.8056 18 16.8056C18.4957 16.8056 19.2001 16.3691 19.8373 15.0649C20.4461 13.8189 20.85 12.0296 20.85 10C20.85 7.97043 20.4461 6.18107 19.8373 4.93507C19.2001 3.63092 18.4957 3.19444 18 3.19444C17.5043 3.19444 16.7999 3.63092 16.1627 4.93507ZM14.4633 4.06549C15.2014 2.55464 16.397 1.25 18 1.25C19.603 1.25 20.7986 2.55464 21.5367 4.06549C22.3033 5.63449 22.75 7.73402 22.75 10C22.75 12.266 22.3033 14.3655 21.5367 15.9345C20.7986 17.4454 19.603 18.75 18 18.75C16.397 18.75 15.2014 17.4454 14.4633 15.9345C13.6967 14.3655 13.25 12.266 13.25 10C13.25 7.73402 13.6967 5.63449 14.4633 4.06549Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.3805 2.65837C13.8327 1.88117 16.3184 1.25 18 1.25C18.4142 1.25 18.75 1.58579 18.75 2C18.75 2.41421 18.4142 2.75 18 2.75C17.3326 2.75 16.5264 3.31057 15.8424 4.67856C15.1808 6.00168 14.75 7.88205 14.75 10C14.75 12.118 15.1808 13.9983 15.8424 15.3214C16.5264 16.6894 17.3326 17.25 18 17.25C18.4142 17.25 18.75 17.5858 18.75 18C18.75 18.4142 18.4142 18.75 18 18.75C16.3184 18.75 13.8327 18.1188 11.3805 17.3416C8.89814 16.5549 6.34768 15.5839 4.49275 14.8427C2.50639 14.049 1.25 12.1177 1.25 10C1.25 7.8823 2.50639 5.95099 4.49275 5.15726C6.34768 4.41605 8.89814 3.44515 11.3805 2.65837Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.1684 13.7577C6.7165 13.8256 7.10578 14.3249 7.03789 14.873C6.78879 16.8841 7.78488 18.8388 9.53898 19.8044L11.4822 20.8741C11.9661 21.1404 12.1424 21.7485 11.8761 22.2323C11.6097 22.7162 11.0016 22.8925 10.5178 22.6261L8.57452 21.5565C6.09707 20.1927 4.7043 17.4428 5.05306 14.6272C5.12095 14.0791 5.6203 13.6898 6.1684 13.7577Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1627 4.93507C15.5539 6.18107 15.15 7.97043 15.15 10C15.15 12.0296 15.5539 13.8189 16.1627 15.0649C16.7999 16.3691 17.5043 16.8056 18 16.8056C18.4957 16.8056 19.2001 16.3691 19.8373 15.0649C20.4461 13.8189 20.85 12.0296 20.85 10C20.85 7.97043 20.4461 6.18107 19.8373 4.93507C19.2001 3.63092 18.4957 3.19444 18 3.19444C17.5043 3.19444 16.7999 3.63092 16.1627 4.93507ZM14.4633 4.06549C15.2014 2.55464 16.397 1.25 18 1.25C19.603 1.25 20.7986 2.55464 21.5367 4.06549C22.3033 5.63449 22.75 7.73402 22.75 10C22.75 12.266 22.3033 14.3655 21.5367 15.9345C20.7986 17.4454 19.603 18.75 18 18.75C16.397 18.75 15.2014 17.4454 14.4633 15.9345C13.6967 14.3655 13.25 12.266 13.25 10C13.25 7.73402 13.6967 5.63449 14.4633 4.06549Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.3805 2.65837C13.8327 1.88117 16.3184 1.25 18 1.25C18.4142 1.25 18.75 1.58579 18.75 2C18.75 2.41421 18.4142 2.75 18 2.75C17.3326 2.75 16.5264 3.31057 15.8424 4.67856C15.1808 6.00168 14.75 7.88205 14.75 10C14.75 12.118 15.1808 13.9983 15.8424 15.3214C16.5264 16.6894 17.3326 17.25 18 17.25C18.4142 17.25 18.75 17.5858 18.75 18C18.75 18.4142 18.4142 18.75 18 18.75C16.3184 18.75 13.8327 18.1188 11.3805 17.3416C8.89814 16.5549 6.34768 15.5839 4.49275 14.8427C2.50639 14.049 1.25 12.1177 1.25 10C1.25 7.8823 2.50639 5.95099 4.49275 5.15726C6.34768 4.41605 8.89814 3.44515 11.3805 2.65837Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.1684 13.7577C6.7165 13.8256 7.10578 14.3249 7.03789 14.873C6.78879 16.8841 7.78488 18.8388 9.53898 19.8044L11.4822 20.8741C11.9661 21.1404 12.1424 21.7485 11.8761 22.2323C11.6097 22.7162 11.0016 22.8925 10.5178 22.6261L8.57452 21.5565C6.09707 20.1927 4.7043 17.4428 5.05306 14.6272C5.12095 14.0791 5.6203 13.6898 6.1684 13.7577Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-package-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 13C18.9273 13 19.375 13.4477 19.375 14V16.5H21.875C22.4273 16.5 22.875 16.9477 22.875 17.5C22.875 18.0523 22.4273 18.5 21.875 18.5H19.375V21C19.375 21.5523 18.9273 22 18.375 22C17.8227 22 17.375 21.5523 17.375 21L17.375 18.5H14.875C14.3227 18.5 13.875 18.0523 13.875 17.5C13.875 16.9477 14.3227 16.5 14.875 16.5H17.375L17.375 14C17.375 13.4477 17.8227 13 18.375 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.875 3.15909C10.2053 3.15909 9.5597 3.44018 7.71745 4.31292L4.86928 5.6622C4.05859 6.04626 3.5507 6.28957 3.23235 6.5C3.5507 6.71043 4.05859 6.95374 4.86928 7.3378L5.94362 7.84675L13.5898 4.10386C12.0809 3.39461 11.488 3.15909 10.875 3.15909ZM15.8064 5.15325L8.1602 8.89613C9.66915 9.60539 10.262 9.84091 10.875 9.84091C11.5447 9.84091 12.1903 9.55982 14.0325 8.68708L16.8807 7.3378C17.6914 6.95374 18.1993 6.71043 18.5177 6.5C18.1993 6.28957 17.6914 6.04626 16.8807 5.6622L15.8064 5.15325ZM7.06588 2.50066C8.63051 1.7585 9.70254 1.25 10.875 1.25C12.0475 1.25 13.1195 1.7585 14.6841 2.50066C14.7492 2.53152 14.8151 2.56279 14.8819 2.59444L17.7962 3.97504C18.521 4.31831 19.16 4.62098 19.6096 4.91829C20.0597 5.21596 20.625 5.7042 20.625 6.5C20.625 7.2958 20.0597 7.78404 19.6096 8.08171C19.16 8.37902 18.521 8.68169 17.7962 9.02496L14.8819 10.4056C14.8151 10.4372 14.7492 10.4685 14.6841 10.4993C13.1195 11.2415 12.0475 11.75 10.875 11.75C9.70254 11.75 8.63052 11.2415 7.06589 10.4993C7.00082 10.4685 6.9349 10.4372 6.86809 10.4056L4.01991 9.05627C3.99779 9.04579 3.97575 9.03535 3.95378 9.02495C3.22902 8.68168 2.59 8.37902 2.14041 8.08171C1.69027 7.78404 1.125 7.2958 1.125 6.5C1.125 5.7042 1.69027 5.21596 2.14041 4.91829C2.59 4.62098 3.22902 4.31832 3.95378 3.97505C3.97575 3.96465 3.99779 3.95421 4.01991 3.94373L6.86809 2.59444C6.9349 2.56279 7.00081 2.53153 7.06588 2.50066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.875 14.0048C15.875 12.6241 16.9943 11.5048 18.375 11.5048C19.0529 11.5048 19.6678 11.7747 20.1181 12.2128L20.1181 12.2128C20.3746 12.4623 20.5028 12.587 20.5639 12.5612C20.625 12.5354 20.625 12.3718 20.625 12.0444L20.625 6.50488C20.625 6.47559 20.6233 6.4467 20.6201 6.41828C20.6043 6.2811 20.5964 6.21251 20.4605 6.13787C20.3245 6.06323 20.2255 6.11134 20.0273 6.20755L17.1436 7.60762L14.2224 9.02115C12.3546 9.92498 11.6326 10.2549 10.875 10.2549C10.1174 10.2549 9.39544 9.92498 7.5276 9.02115L4.6064 7.60761L1.72271 6.20755C1.52454 6.11134 1.42546 6.06323 1.28953 6.13787C1.1536 6.21251 1.14572 6.2811 1.12995 6.41828C1.12668 6.4467 1.125 6.4756 1.125 6.50488L1.125 17.1662C1.125 18.2866 1.94234 19.0317 2.94833 19.6354C3.96672 20.2465 5.67603 20.9685 7.56913 21.7682C8.98817 22.3681 9.90296 22.7549 10.875 22.7549C11.847 22.7549 12.7619 22.3681 14.1809 21.7682C14.7544 21.526 15.311 21.2908 15.8366 21.0638C15.8601 21.0536 15.875 21.0304 15.875 21.0048V20.6048C15.875 20.322 15.875 20.1806 15.7871 20.0927C15.6993 20.0048 15.5578 20.0048 15.275 20.0048H14.875C13.4943 20.0048 12.375 18.8856 12.375 17.5048C12.375 16.1241 13.4943 15.0048 14.875 15.0048H15.275C15.5578 15.0048 15.6993 15.0048 15.7871 14.917C15.875 14.8291 15.875 14.6877 15.875 14.4048V14.0048ZM5.21057 11.3331C4.84009 11.1478 4.38959 11.298 4.20434 11.6685C4.0191 12.039 4.16927 12.4895 4.53975 12.6747L6.53975 13.6747C6.91024 13.8599 7.36074 13.7098 7.54598 13.3393C7.73123 12.9688 7.58106 12.5183 7.21057 12.3331L5.21057 11.3331Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 13C18.9273 13 19.375 13.4477 19.375 14V16.5H21.875C22.4273 16.5 22.875 16.9477 22.875 17.5C22.875 18.0523 22.4273 18.5 21.875 18.5H19.375V21C19.375 21.5523 18.9273 22 18.375 22C17.8227 22 17.375 21.5523 17.375 21L17.375 18.5H14.875C14.3227 18.5 13.875 18.0523 13.875 17.5C13.875 16.9477 14.3227 16.5 14.875 16.5H17.375L17.375 14C17.375 13.4477 17.8227 13 18.375 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.875 3.15909C10.2053 3.15909 9.5597 3.44018 7.71745 4.31292L4.86928 5.6622C4.05859 6.04626 3.5507 6.28957 3.23235 6.5C3.5507 6.71043 4.05859 6.95374 4.86928 7.3378L5.94362 7.84675L13.5898 4.10386C12.0809 3.39461 11.488 3.15909 10.875 3.15909ZM15.8064 5.15325L8.1602 8.89613C9.66915 9.60539 10.262 9.84091 10.875 9.84091C11.5447 9.84091 12.1903 9.55982 14.0325 8.68708L16.8807 7.3378C17.6914 6.95374 18.1993 6.71043 18.5177 6.5C18.1993 6.28957 17.6914 6.04626 16.8807 5.6622L15.8064 5.15325ZM7.06588 2.50066C8.63051 1.7585 9.70254 1.25 10.875 1.25C12.0475 1.25 13.1195 1.7585 14.6841 2.50066C14.7492 2.53152 14.8151 2.56279 14.8819 2.59444L17.7962 3.97504C18.521 4.31831 19.16 4.62098 19.6096 4.91829C20.0597 5.21596 20.625 5.7042 20.625 6.5C20.625 7.2958 20.0597 7.78404 19.6096 8.08171C19.16 8.37902 18.521 8.68169 17.7962 9.02496L14.8819 10.4056C14.8151 10.4372 14.7492 10.4685 14.6841 10.4993C13.1195 11.2415 12.0475 11.75 10.875 11.75C9.70254 11.75 8.63052 11.2415 7.06589 10.4993C7.00082 10.4685 6.9349 10.4372 6.86809 10.4056L4.01991 9.05627C3.99779 9.04579 3.97575 9.03535 3.95378 9.02495C3.22902 8.68168 2.59 8.37902 2.14041 8.08171C1.69027 7.78404 1.125 7.2958 1.125 6.5C1.125 5.7042 1.69027 5.21596 2.14041 4.91829C2.59 4.62098 3.22902 4.31832 3.95378 3.97505C3.97575 3.96465 3.99779 3.95421 4.01991 3.94373L6.86809 2.59444C6.9349 2.56279 7.00081 2.53153 7.06588 2.50066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.875 14.0048C15.875 12.6241 16.9943 11.5048 18.375 11.5048C19.0529 11.5048 19.6678 11.7747 20.1181 12.2128L20.1181 12.2128C20.3746 12.4623 20.5028 12.587 20.5639 12.5612C20.625 12.5354 20.625 12.3718 20.625 12.0444L20.625 6.50488C20.625 6.47559 20.6233 6.4467 20.6201 6.41828C20.6043 6.2811 20.5964 6.21251 20.4605 6.13787C20.3245 6.06323 20.2255 6.11134 20.0273 6.20755L17.1436 7.60762L14.2224 9.02115C12.3546 9.92498 11.6326 10.2549 10.875 10.2549C10.1174 10.2549 9.39544 9.92498 7.5276 9.02115L4.6064 7.60761L1.72271 6.20755C1.52454 6.11134 1.42546 6.06323 1.28953 6.13787C1.1536 6.21251 1.14572 6.2811 1.12995 6.41828C1.12668 6.4467 1.125 6.4756 1.125 6.50488L1.125 17.1662C1.125 18.2866 1.94234 19.0317 2.94833 19.6354C3.96672 20.2465 5.67603 20.9685 7.56913 21.7682C8.98817 22.3681 9.90296 22.7549 10.875 22.7549C11.847 22.7549 12.7619 22.3681 14.1809 21.7682C14.7544 21.526 15.311 21.2908 15.8366 21.0638C15.8601 21.0536 15.875 21.0304 15.875 21.0048V20.6048C15.875 20.322 15.875 20.1806 15.7871 20.0927C15.6993 20.0048 15.5578 20.0048 15.275 20.0048H14.875C13.4943 20.0048 12.375 18.8856 12.375 17.5048C12.375 16.1241 13.4943 15.0048 14.875 15.0048H15.275C15.5578 15.0048 15.6993 15.0048 15.7871 14.917C15.875 14.8291 15.875 14.6877 15.875 14.4048V14.0048ZM5.21057 11.3331C4.84009 11.1478 4.38959 11.298 4.20434 11.6685C4.0191 12.039 4.16927 12.4895 4.53975 12.6747L6.53975 13.6747C6.91024 13.8599 7.36074 13.7098 7.54598 13.3393C7.73123 12.9688 7.58106 12.5183 7.21057 12.3331L5.21057 11.3331Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-package-delivered{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.3019 14.6251C22.5092 15.137 22.2621 15.72 21.7502 15.9272C21.3162 16.1029 20.7921 16.4928 20.2203 17.0659C19.6613 17.6262 19.1158 18.301 18.6312 18.9648C18.1487 19.626 17.7385 20.2596 17.4487 20.7289C17.3041 20.963 17.077 21.3523 16.9999 21.4845L16.999 21.4861C16.8143 21.8183 16.4572 22.0172 16.0775 21.9991C15.6978 21.9811 15.3612 21.7493 15.2088 21.4011C14.8182 20.5082 14.472 20.1647 14.3158 20.0457C14.2769 20.016 14.2481 19.999 14.231 19.99C13.7469 19.9201 13.375 19.5036 13.375 19.0003C13.375 18.448 13.8227 18.0003 14.375 18.0003C14.582 18.0003 14.7343 18.0478 14.8358 18.0809C15.0406 18.1478 15.2769 18.2636 15.5279 18.4548C15.7288 18.6079 15.9343 18.8054 16.1397 19.0587C16.391 18.6724 16.6871 18.236 17.0158 17.7857C17.5349 17.0745 18.1475 16.3118 18.8045 15.6533C19.4487 15.0077 20.1985 14.3977 20.9998 14.0733C21.5117 13.8661 22.0947 14.1131 22.3019 14.6251Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.375 3.15909C10.7053 3.15909 10.0597 3.44018 8.21745 4.31292L5.36928 5.6622C4.55859 6.04626 4.0507 6.28957 3.73235 6.5C4.0507 6.71043 4.55859 6.95374 5.36928 7.3378L6.44362 7.84675L14.0898 4.10386C12.5809 3.39461 11.988 3.15909 11.375 3.15909ZM16.3064 5.15325L8.6602 8.89613C10.1691 9.60539 10.762 9.84091 11.375 9.84091C12.0447 9.84091 12.6903 9.55982 14.5325 8.68708L17.3807 7.3378C18.1914 6.95374 18.6993 6.71043 19.0177 6.5C18.6993 6.28957 18.1914 6.04626 17.3807 5.6622L16.3064 5.15325ZM7.56588 2.50066C9.13051 1.7585 10.2025 1.25 11.375 1.25C12.5475 1.25 13.6195 1.7585 15.1841 2.50066C15.2492 2.53152 15.3151 2.56279 15.3819 2.59444L18.2962 3.97504C19.021 4.31831 19.66 4.62098 20.1096 4.91829C20.5597 5.21596 21.125 5.7042 21.125 6.5C21.125 7.2958 20.5597 7.78404 20.1096 8.08171C19.66 8.37902 19.021 8.68169 18.2962 9.02496L15.3819 10.4056C15.3151 10.4372 15.2492 10.4685 15.1841 10.4993C13.6195 11.2415 12.5475 11.75 11.375 11.75C10.2025 11.75 9.13052 11.2415 7.56589 10.4993C7.50082 10.4685 7.4349 10.4372 7.36809 10.4056L4.51991 9.05627C4.49779 9.04579 4.47575 9.03535 4.45378 9.02495C3.72902 8.68168 3.09 8.37902 2.64041 8.08171C2.19027 7.78404 1.625 7.2958 1.625 6.5C1.625 5.7042 2.19027 5.21596 2.64041 4.91829C3.09 4.62098 3.72902 4.31832 4.45378 3.97505C4.47575 3.96465 4.49779 3.95421 4.51991 3.94373L7.36809 2.59444C7.4349 2.56279 7.50081 2.53153 7.56588 2.50066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.0681 12.4138C21.125 12.3351 21.125 12.2148 21.125 11.9742L21.125 6.50488C21.125 6.47559 21.1233 6.4467 21.1201 6.41828C21.1043 6.2811 21.0964 6.21251 20.9605 6.13787C20.8245 6.06323 20.7255 6.11134 20.5273 6.20755L17.6436 7.60762L14.7224 9.02115C12.8546 9.92498 12.1326 10.2549 11.375 10.2549C10.6174 10.2549 9.89544 9.92498 8.0276 9.02115L5.1064 7.60761L2.22271 6.20755C2.02454 6.11134 1.92546 6.06323 1.78953 6.13787C1.6536 6.21251 1.64572 6.2811 1.62995 6.41828C1.62668 6.4467 1.625 6.4756 1.625 6.50488L1.625 17.1662C1.625 18.2866 2.44234 19.0317 3.44833 19.6354C4.46672 20.2465 6.17603 20.9685 8.06913 21.7682C9.48817 22.3681 10.403 22.7549 11.375 22.7549C11.9941 22.7549 12.5899 22.598 13.3076 22.3291C13.5798 22.2271 13.7159 22.1761 13.7632 22.0465C13.8106 21.9169 13.7425 21.7957 13.6063 21.5534C13.5935 21.5307 13.5812 21.5092 13.5694 21.4889L13.5693 21.4889C13.5318 21.4246 13.513 21.3924 13.4795 21.3618C13.446 21.3311 13.4001 21.3095 13.3083 21.2661L13.3083 21.2661C12.4609 20.8658 11.875 20.0046 11.875 19.0048C11.875 17.6241 12.9943 16.5048 14.375 16.5048C14.823 16.5048 15.1565 16.6123 15.3014 16.6596C15.3189 16.6653 15.3365 16.6712 15.3541 16.6773C15.6045 16.7636 15.7297 16.8067 15.8225 16.7786C15.9154 16.7505 15.9872 16.6564 16.1307 16.4682C16.6062 15.8447 17.1524 15.1901 17.7426 14.5984C18.4414 13.8981 19.3604 13.1232 20.437 12.6875C20.4896 12.6662 20.5424 12.6469 20.5954 12.6294C20.8725 12.5381 21.0111 12.4925 21.0681 12.4138ZM5.71057 11.3331C5.34009 11.1478 4.88959 11.298 4.70434 11.6685C4.5191 12.039 4.66927 12.4895 5.03975 12.6747L7.03975 13.6747C7.41024 13.8599 7.86074 13.7098 8.04598 13.3393C8.23123 12.9688 8.08106 12.5183 7.71057 12.3331L5.71057 11.3331Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.3019 14.6251C22.5092 15.137 22.2621 15.72 21.7502 15.9272C21.3162 16.1029 20.7921 16.4928 20.2203 17.0659C19.6613 17.6262 19.1158 18.301 18.6312 18.9648C18.1487 19.626 17.7385 20.2596 17.4487 20.7289C17.3041 20.963 17.077 21.3523 16.9999 21.4845L16.999 21.4861C16.8143 21.8183 16.4572 22.0172 16.0775 21.9991C15.6978 21.9811 15.3612 21.7493 15.2088 21.4011C14.8182 20.5082 14.472 20.1647 14.3158 20.0457C14.2769 20.016 14.2481 19.999 14.231 19.99C13.7469 19.9201 13.375 19.5036 13.375 19.0003C13.375 18.448 13.8227 18.0003 14.375 18.0003C14.582 18.0003 14.7343 18.0478 14.8358 18.0809C15.0406 18.1478 15.2769 18.2636 15.5279 18.4548C15.7288 18.6079 15.9343 18.8054 16.1397 19.0587C16.391 18.6724 16.6871 18.236 17.0158 17.7857C17.5349 17.0745 18.1475 16.3118 18.8045 15.6533C19.4487 15.0077 20.1985 14.3977 20.9998 14.0733C21.5117 13.8661 22.0947 14.1131 22.3019 14.6251Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.375 3.15909C10.7053 3.15909 10.0597 3.44018 8.21745 4.31292L5.36928 5.6622C4.55859 6.04626 4.0507 6.28957 3.73235 6.5C4.0507 6.71043 4.55859 6.95374 5.36928 7.3378L6.44362 7.84675L14.0898 4.10386C12.5809 3.39461 11.988 3.15909 11.375 3.15909ZM16.3064 5.15325L8.6602 8.89613C10.1691 9.60539 10.762 9.84091 11.375 9.84091C12.0447 9.84091 12.6903 9.55982 14.5325 8.68708L17.3807 7.3378C18.1914 6.95374 18.6993 6.71043 19.0177 6.5C18.6993 6.28957 18.1914 6.04626 17.3807 5.6622L16.3064 5.15325ZM7.56588 2.50066C9.13051 1.7585 10.2025 1.25 11.375 1.25C12.5475 1.25 13.6195 1.7585 15.1841 2.50066C15.2492 2.53152 15.3151 2.56279 15.3819 2.59444L18.2962 3.97504C19.021 4.31831 19.66 4.62098 20.1096 4.91829C20.5597 5.21596 21.125 5.7042 21.125 6.5C21.125 7.2958 20.5597 7.78404 20.1096 8.08171C19.66 8.37902 19.021 8.68169 18.2962 9.02496L15.3819 10.4056C15.3151 10.4372 15.2492 10.4685 15.1841 10.4993C13.6195 11.2415 12.5475 11.75 11.375 11.75C10.2025 11.75 9.13052 11.2415 7.56589 10.4993C7.50082 10.4685 7.4349 10.4372 7.36809 10.4056L4.51991 9.05627C4.49779 9.04579 4.47575 9.03535 4.45378 9.02495C3.72902 8.68168 3.09 8.37902 2.64041 8.08171C2.19027 7.78404 1.625 7.2958 1.625 6.5C1.625 5.7042 2.19027 5.21596 2.64041 4.91829C3.09 4.62098 3.72902 4.31832 4.45378 3.97505C4.47575 3.96465 4.49779 3.95421 4.51991 3.94373L7.36809 2.59444C7.4349 2.56279 7.50081 2.53153 7.56588 2.50066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.0681 12.4138C21.125 12.3351 21.125 12.2148 21.125 11.9742L21.125 6.50488C21.125 6.47559 21.1233 6.4467 21.1201 6.41828C21.1043 6.2811 21.0964 6.21251 20.9605 6.13787C20.8245 6.06323 20.7255 6.11134 20.5273 6.20755L17.6436 7.60762L14.7224 9.02115C12.8546 9.92498 12.1326 10.2549 11.375 10.2549C10.6174 10.2549 9.89544 9.92498 8.0276 9.02115L5.1064 7.60761L2.22271 6.20755C2.02454 6.11134 1.92546 6.06323 1.78953 6.13787C1.6536 6.21251 1.64572 6.2811 1.62995 6.41828C1.62668 6.4467 1.625 6.4756 1.625 6.50488L1.625 17.1662C1.625 18.2866 2.44234 19.0317 3.44833 19.6354C4.46672 20.2465 6.17603 20.9685 8.06913 21.7682C9.48817 22.3681 10.403 22.7549 11.375 22.7549C11.9941 22.7549 12.5899 22.598 13.3076 22.3291C13.5798 22.2271 13.7159 22.1761 13.7632 22.0465C13.8106 21.9169 13.7425 21.7957 13.6063 21.5534C13.5935 21.5307 13.5812 21.5092 13.5694 21.4889L13.5693 21.4889C13.5318 21.4246 13.513 21.3924 13.4795 21.3618C13.446 21.3311 13.4001 21.3095 13.3083 21.2661L13.3083 21.2661C12.4609 20.8658 11.875 20.0046 11.875 19.0048C11.875 17.6241 12.9943 16.5048 14.375 16.5048C14.823 16.5048 15.1565 16.6123 15.3014 16.6596C15.3189 16.6653 15.3365 16.6712 15.3541 16.6773C15.6045 16.7636 15.7297 16.8067 15.8225 16.7786C15.9154 16.7505 15.9872 16.6564 16.1307 16.4682C16.6062 15.8447 17.1524 15.1901 17.7426 14.5984C18.4414 13.8981 19.3604 13.1232 20.437 12.6875C20.4896 12.6662 20.5424 12.6469 20.5954 12.6294C20.8725 12.5381 21.0111 12.4925 21.0681 12.4138ZM5.71057 11.3331C5.34009 11.1478 4.88959 11.298 4.70434 11.6685C4.5191 12.039 4.66927 12.4895 5.03975 12.6747L7.03975 13.6747C7.41024 13.8599 7.86074 13.7098 8.04598 13.3393C8.23123 12.9688 8.08106 12.5183 7.71057 12.3331L5.71057 11.3331Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-package-moving{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 3.15909C12.3303 3.15909 11.6847 3.44018 9.84245 4.31292L6.99428 5.6622C6.18359 6.04626 5.6757 6.28957 5.35735 6.5C5.6757 6.71043 6.18359 6.95374 6.99428 7.3378L8.06862 7.84675L15.7148 4.10386C14.2059 3.39461 13.613 3.15909 13 3.15909ZM17.9314 5.15325L10.2852 8.89613C11.7941 9.60539 12.387 9.84091 13 9.84091C13.6697 9.84091 14.3153 9.55982 16.1575 8.68708L19.0057 7.3378C19.8164 6.95374 20.3243 6.71043 20.6427 6.5C20.3243 6.28957 19.8164 6.04626 19.0057 5.6622L17.9314 5.15325ZM9.19088 2.50066C10.7555 1.7585 11.8275 1.25 13 1.25C14.1725 1.25 15.2445 1.7585 16.8091 2.50066C16.8742 2.53152 16.9401 2.56279 17.0069 2.59444L19.9212 3.97504C20.646 4.31831 21.285 4.62098 21.7346 4.91829C22.1847 5.21596 22.75 5.7042 22.75 6.5C22.75 7.2958 22.1847 7.78404 21.7346 8.08171C21.285 8.37902 20.646 8.68169 19.9212 9.02496L17.0069 10.4056C16.9401 10.4372 16.8742 10.4685 16.8091 10.4993C15.2445 11.2415 14.1725 11.75 13 11.75C11.8275 11.75 10.7555 11.2415 9.19089 10.4993C9.12582 10.4685 9.0599 10.4372 8.99309 10.4056L6.14491 9.05627C6.12279 9.04579 6.10075 9.03535 6.07878 9.02495C5.35402 8.68168 4.715 8.37902 4.26541 8.08171C3.81527 7.78404 3.25 7.2958 3.25 6.5C3.25 5.7042 3.81527 5.21596 4.26541 4.91829C4.715 4.62098 5.35402 4.31832 6.07878 3.97505C6.10075 3.96465 6.12279 3.95421 6.14491 3.94373L8.99309 2.59444C9.0599 2.56279 9.12581 2.53153 9.19088 2.50066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 13C1.25 12.4477 1.69772 12 2.25 12H5.25C5.80228 12 6.25 12.4477 6.25 13C6.25 13.5523 5.80228 14 5.25 14H2.25C1.69772 14 1.25 13.5523 1.25 13ZM1.25 16C1.25 15.4477 1.69772 15 2.25 15H5.25C5.80228 15 6.25 15.4477 6.25 16C6.25 16.5523 5.80228 17 5.25 17H2.25C1.69772 17 1.25 16.5523 1.25 16ZM1.25 19C1.25 18.4477 1.69772 18 2.25 18H5.25C5.80228 18 6.25 18.4477 6.25 19C6.25 19.5523 5.80228 20 5.25 20H2.25C1.69772 20 1.25 19.5523 1.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.69413 21.7642C9.08112 21.5053 8.48739 21.2545 7.93014 21.0129C7.82067 20.9655 7.75 20.8575 7.75 20.7382V13.0009C7.75 11.6202 6.63071 10.5009 5.25 10.5009H3.55C3.38431 10.5009 3.25 10.3666 3.25 10.2009V6.50087C3.25 6.39206 3.27317 6.28866 3.31485 6.19534C3.36977 6.07236 3.52157 6.04519 3.64273 6.10402L6.7314 7.6036L9.6526 9.01714C11.5204 9.92097 12.2424 10.2509 13 10.2509C13.7576 10.2509 14.4796 9.92097 16.3474 9.01714L19.2686 7.6036L22.3573 6.10402C22.4784 6.04519 22.6302 6.07236 22.6851 6.19534C22.7268 6.28866 22.75 6.39206 22.75 6.50087V17.1622C22.75 18.2826 21.9327 19.0277 20.9267 19.6314C19.9083 20.2425 18.1989 20.9646 16.3058 21.7642C14.8868 22.3641 13.972 22.7509 13 22.7509C12.028 22.7509 11.1132 22.3641 9.69413 21.7642Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 3.15909C12.3303 3.15909 11.6847 3.44018 9.84245 4.31292L6.99428 5.6622C6.18359 6.04626 5.6757 6.28957 5.35735 6.5C5.6757 6.71043 6.18359 6.95374 6.99428 7.3378L8.06862 7.84675L15.7148 4.10386C14.2059 3.39461 13.613 3.15909 13 3.15909ZM17.9314 5.15325L10.2852 8.89613C11.7941 9.60539 12.387 9.84091 13 9.84091C13.6697 9.84091 14.3153 9.55982 16.1575 8.68708L19.0057 7.3378C19.8164 6.95374 20.3243 6.71043 20.6427 6.5C20.3243 6.28957 19.8164 6.04626 19.0057 5.6622L17.9314 5.15325ZM9.19088 2.50066C10.7555 1.7585 11.8275 1.25 13 1.25C14.1725 1.25 15.2445 1.7585 16.8091 2.50066C16.8742 2.53152 16.9401 2.56279 17.0069 2.59444L19.9212 3.97504C20.646 4.31831 21.285 4.62098 21.7346 4.91829C22.1847 5.21596 22.75 5.7042 22.75 6.5C22.75 7.2958 22.1847 7.78404 21.7346 8.08171C21.285 8.37902 20.646 8.68169 19.9212 9.02496L17.0069 10.4056C16.9401 10.4372 16.8742 10.4685 16.8091 10.4993C15.2445 11.2415 14.1725 11.75 13 11.75C11.8275 11.75 10.7555 11.2415 9.19089 10.4993C9.12582 10.4685 9.0599 10.4372 8.99309 10.4056L6.14491 9.05627C6.12279 9.04579 6.10075 9.03535 6.07878 9.02495C5.35402 8.68168 4.715 8.37902 4.26541 8.08171C3.81527 7.78404 3.25 7.2958 3.25 6.5C3.25 5.7042 3.81527 5.21596 4.26541 4.91829C4.715 4.62098 5.35402 4.31832 6.07878 3.97505C6.10075 3.96465 6.12279 3.95421 6.14491 3.94373L8.99309 2.59444C9.0599 2.56279 9.12581 2.53153 9.19088 2.50066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 13C1.25 12.4477 1.69772 12 2.25 12H5.25C5.80228 12 6.25 12.4477 6.25 13C6.25 13.5523 5.80228 14 5.25 14H2.25C1.69772 14 1.25 13.5523 1.25 13ZM1.25 16C1.25 15.4477 1.69772 15 2.25 15H5.25C5.80228 15 6.25 15.4477 6.25 16C6.25 16.5523 5.80228 17 5.25 17H2.25C1.69772 17 1.25 16.5523 1.25 16ZM1.25 19C1.25 18.4477 1.69772 18 2.25 18H5.25C5.80228 18 6.25 18.4477 6.25 19C6.25 19.5523 5.80228 20 5.25 20H2.25C1.69772 20 1.25 19.5523 1.25 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.69413 21.7642C9.08112 21.5053 8.48739 21.2545 7.93014 21.0129C7.82067 20.9655 7.75 20.8575 7.75 20.7382V13.0009C7.75 11.6202 6.63071 10.5009 5.25 10.5009H3.55C3.38431 10.5009 3.25 10.3666 3.25 10.2009V6.50087C3.25 6.39206 3.27317 6.28866 3.31485 6.19534C3.36977 6.07236 3.52157 6.04519 3.64273 6.10402L6.7314 7.6036L9.6526 9.01714C11.5204 9.92097 12.2424 10.2509 13 10.2509C13.7576 10.2509 14.4796 9.92097 16.3474 9.01714L19.2686 7.6036L22.3573 6.10402C22.4784 6.04519 22.6302 6.07236 22.6851 6.19534C22.7268 6.28866 22.75 6.39206 22.75 6.50087V17.1622C22.75 18.2826 21.9327 19.0277 20.9267 19.6314C19.9083 20.2425 18.1989 20.9646 16.3058 21.7642C14.8868 22.3641 13.972 22.7509 13 22.7509C12.028 22.7509 11.1132 22.3641 9.69413 21.7642Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-package-open{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.35044 7.774C4.32174 7.79095 4.1703 7.90406 3.98732 8.04258C4.33255 8.27179 4.90262 8.55067 5.72686 8.9427L8.64806 10.3321C10.5147 11.2199 11.239 11.5457 12 11.5457C12.761 11.5457 13.4853 11.2199 15.3519 10.3321L18.2731 8.94271C19.0974 8.55067 19.6674 8.27179 20.0127 8.04258C19.8297 7.90406 19.6783 7.79095 19.6496 7.774C19.331 7.58589 18.8226 7.36842 18.0116 7.02533C17.5253 6.81962 17.3186 6.30224 17.5499 5.86973C17.7812 5.43723 18.3629 5.25337 18.8492 5.45909L18.9153 5.48704C19.6401 5.79361 20.2788 6.06372 20.7281 6.32909C21.174 6.59237 21.75 7.03217 21.75 7.75763L21.75 17.2103C21.75 18.3359 20.9408 19.0901 19.9311 19.7055C18.9125 20.3263 17.2009 21.0608 15.308 21.8729C13.8908 22.4815 12.9743 22.875 12 22.875C11.0257 22.875 10.1092 22.4814 8.69202 21.8729C6.79913 21.0608 5.08751 20.3264 4.0689 19.7055C3.05921 19.0901 2.25 18.3359 2.25 17.2103L2.25 7.75763C2.25 7.03217 2.826 6.59237 3.27186 6.32909C3.72124 6.06372 4.35993 5.79359 5.08479 5.48701L5.15082 5.45909C5.63709 5.25338 6.21879 5.43723 6.45008 5.86974C6.68137 6.30224 6.47466 6.81962 5.98838 7.02533C5.17738 7.36842 4.66899 7.58589 4.35044 7.774ZM6.65435 12.7604C6.28029 12.5825 5.83283 12.7415 5.65491 13.1155C5.477 13.4896 5.63601 13.9371 6.01007 14.115L8.00395 15.0633C8.37801 15.2412 8.82547 15.0822 9.00338 14.7082C9.1813 14.3341 9.02229 13.8866 8.64823 13.7087L6.65435 12.7604Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 1.125C12.5523 1.125 13.0001 1.57272 13.0001 2.125V4.125C13.0001 4.67728 12.5523 5.125 12.0001 5.125C11.4478 5.125 11.0001 4.67728 11.0001 4.125V2.125C11.0001 1.57272 11.4478 1.125 12.0001 1.125ZM7.40006 2.325C7.84189 1.99363 8.46869 2.08317 8.80006 2.525L10.3001 4.525C10.6314 4.96683 10.5419 5.59363 10.1001 5.925C9.65823 6.25637 9.03143 6.16683 8.70006 5.725L7.20006 3.725C6.86869 3.28317 6.95823 2.65637 7.40006 2.325ZM16.6001 2.325C17.0419 2.65637 17.1314 3.28317 16.8001 3.725L15.3001 5.725C14.9687 6.16683 14.3419 6.25637 13.9001 5.925C13.4582 5.59363 13.3687 4.96683 13.7001 4.525L15.2001 2.525C15.5314 2.08317 16.1582 1.99363 16.6001 2.325Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.35044 7.774C4.32174 7.79095 4.1703 7.90406 3.98732 8.04258C4.33255 8.27179 4.90262 8.55067 5.72686 8.9427L8.64806 10.3321C10.5147 11.2199 11.239 11.5457 12 11.5457C12.761 11.5457 13.4853 11.2199 15.3519 10.3321L18.2731 8.94271C19.0974 8.55067 19.6674 8.27179 20.0127 8.04258C19.8297 7.90406 19.6783 7.79095 19.6496 7.774C19.331 7.58589 18.8226 7.36842 18.0116 7.02533C17.5253 6.81962 17.3186 6.30224 17.5499 5.86973C17.7812 5.43723 18.3629 5.25337 18.8492 5.45909L18.9153 5.48704C19.6401 5.79361 20.2788 6.06372 20.7281 6.32909C21.174 6.59237 21.75 7.03217 21.75 7.75763L21.75 17.2103C21.75 18.3359 20.9408 19.0901 19.9311 19.7055C18.9125 20.3263 17.2009 21.0608 15.308 21.8729C13.8908 22.4815 12.9743 22.875 12 22.875C11.0257 22.875 10.1092 22.4814 8.69202 21.8729C6.79913 21.0608 5.08751 20.3264 4.0689 19.7055C3.05921 19.0901 2.25 18.3359 2.25 17.2103L2.25 7.75763C2.25 7.03217 2.826 6.59237 3.27186 6.32909C3.72124 6.06372 4.35993 5.79359 5.08479 5.48701L5.15082 5.45909C5.63709 5.25338 6.21879 5.43723 6.45008 5.86974C6.68137 6.30224 6.47466 6.81962 5.98838 7.02533C5.17738 7.36842 4.66899 7.58589 4.35044 7.774ZM6.65435 12.7604C6.28029 12.5825 5.83283 12.7415 5.65491 13.1155C5.477 13.4896 5.63601 13.9371 6.01007 14.115L8.00395 15.0633C8.37801 15.2412 8.82547 15.0822 9.00338 14.7082C9.1813 14.3341 9.02229 13.8866 8.64823 13.7087L6.65435 12.7604Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 1.125C12.5523 1.125 13.0001 1.57272 13.0001 2.125V4.125C13.0001 4.67728 12.5523 5.125 12.0001 5.125C11.4478 5.125 11.0001 4.67728 11.0001 4.125V2.125C11.0001 1.57272 11.4478 1.125 12.0001 1.125ZM7.40006 2.325C7.84189 1.99363 8.46869 2.08317 8.80006 2.525L10.3001 4.525C10.6314 4.96683 10.5419 5.59363 10.1001 5.925C9.65823 6.25637 9.03143 6.16683 8.70006 5.725L7.20006 3.725C6.86869 3.28317 6.95823 2.65637 7.40006 2.325ZM16.6001 2.325C17.0419 2.65637 17.1314 3.28317 16.8001 3.725L15.3001 5.725C14.9687 6.16683 14.3419 6.25637 13.9001 5.925C13.4582 5.59363 13.3687 4.96683 13.7001 4.525L15.2001 2.525C15.5314 2.08317 16.1582 1.99363 16.6001 2.325Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-package-out-of-stock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.35579 7.52856C4.31838 7.55155 4.28741 7.57182 4.26193 7.58941C4.21565 7.62135 4.18851 7.67351 4.1746 7.72799C4.14539 7.84241 4.17534 7.97143 4.27766 8.03037C4.61737 8.22609 5.08791 8.4544 5.73062 8.76449L8.65182 10.1739C10.5195 11.075 11.2418 11.4042 12 11.4042C12.7582 11.4042 13.4806 11.075 15.3482 10.1739L18.2694 8.76449C18.9121 8.4544 19.3826 8.22608 19.7223 8.03037C19.8247 7.97142 19.8546 7.84241 19.8254 7.728C19.8115 7.67352 19.7844 7.62135 19.7381 7.58941C19.7126 7.57182 19.6816 7.55155 19.6442 7.52856C19.3259 7.33298 18.8178 7.10687 18.0067 6.74992L16.4513 6.06539C15.9663 5.85195 15.7629 5.3203 15.9969 4.87792C16.2309 4.43554 16.8137 4.24994 17.2987 4.46338L18.9202 5.17701C19.645 5.49591 20.2839 5.77705 20.7335 6.05323C21.1829 6.32933 21.75 6.78357 21.75 7.52545L21.75 17.3004C21.75 18.4199 20.9311 19.1633 19.9258 19.7648C18.9075 20.3741 17.1986 21.0938 15.3055 21.8912L15.3055 21.8912C13.8861 22.4895 12.9716 22.875 12 22.875C11.0284 22.875 10.1139 22.4895 8.69452 21.8912C6.80139 21.0938 5.0925 20.3741 4.07416 19.7648C3.06888 19.1633 2.25 18.4199 2.25 17.3004L2.25 7.52545C2.25 6.78357 2.81708 6.32932 3.2665 6.05323C3.71606 5.77705 4.42114 5.46681 5.14592 5.14791L6.70132 4.46338C7.1863 4.24994 7.76914 4.43554 8.00313 4.87792C8.23713 5.3203 8.03366 5.85195 7.54868 6.06539L5.99328 6.74992C5.18221 7.10687 4.67415 7.33298 4.35579 7.52856ZM6.33479 12.4813C5.96409 12.2965 5.51376 12.4472 5.32895 12.8179C5.14414 13.1886 5.29484 13.6389 5.66554 13.8237L7.66554 14.8208C8.03624 15.0056 8.48657 14.8549 8.67138 14.4842C8.85619 14.1135 8.70549 13.6632 8.33479 13.4784L6.33479 12.4813Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7071 1.41789C15.0976 1.80842 15.0976 2.44158 14.7071 2.83211L13.4142 4.125L14.7071 5.41789C15.0976 5.80842 15.0976 6.44158 14.7071 6.83211C14.3166 7.22263 13.6834 7.22263 13.2929 6.83211L12 5.53921L10.7071 6.83211C10.3166 7.22263 9.68342 7.22263 9.29289 6.83211C8.90237 6.44158 8.90237 5.80842 9.29289 5.41789L10.5858 4.125L9.29289 2.83211C8.90237 2.44158 8.90237 1.80842 9.29289 1.41789C9.68342 1.02737 10.3166 1.02737 10.7071 1.41789L12 2.71079L13.2929 1.41789C13.6834 1.02737 14.3166 1.02737 14.7071 1.41789Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.35579 7.52856C4.31838 7.55155 4.28741 7.57182 4.26193 7.58941C4.21565 7.62135 4.18851 7.67351 4.1746 7.72799C4.14539 7.84241 4.17534 7.97143 4.27766 8.03037C4.61737 8.22609 5.08791 8.4544 5.73062 8.76449L8.65182 10.1739C10.5195 11.075 11.2418 11.4042 12 11.4042C12.7582 11.4042 13.4806 11.075 15.3482 10.1739L18.2694 8.76449C18.9121 8.4544 19.3826 8.22608 19.7223 8.03037C19.8247 7.97142 19.8546 7.84241 19.8254 7.728C19.8115 7.67352 19.7844 7.62135 19.7381 7.58941C19.7126 7.57182 19.6816 7.55155 19.6442 7.52856C19.3259 7.33298 18.8178 7.10687 18.0067 6.74992L16.4513 6.06539C15.9663 5.85195 15.7629 5.3203 15.9969 4.87792C16.2309 4.43554 16.8137 4.24994 17.2987 4.46338L18.9202 5.17701C19.645 5.49591 20.2839 5.77705 20.7335 6.05323C21.1829 6.32933 21.75 6.78357 21.75 7.52545L21.75 17.3004C21.75 18.4199 20.9311 19.1633 19.9258 19.7648C18.9075 20.3741 17.1986 21.0938 15.3055 21.8912L15.3055 21.8912C13.8861 22.4895 12.9716 22.875 12 22.875C11.0284 22.875 10.1139 22.4895 8.69452 21.8912C6.80139 21.0938 5.0925 20.3741 4.07416 19.7648C3.06888 19.1633 2.25 18.4199 2.25 17.3004L2.25 7.52545C2.25 6.78357 2.81708 6.32932 3.2665 6.05323C3.71606 5.77705 4.42114 5.46681 5.14592 5.14791L6.70132 4.46338C7.1863 4.24994 7.76914 4.43554 8.00313 4.87792C8.23713 5.3203 8.03366 5.85195 7.54868 6.06539L5.99328 6.74992C5.18221 7.10687 4.67415 7.33298 4.35579 7.52856ZM6.33479 12.4813C5.96409 12.2965 5.51376 12.4472 5.32895 12.8179C5.14414 13.1886 5.29484 13.6389 5.66554 13.8237L7.66554 14.8208C8.03624 15.0056 8.48657 14.8549 8.67138 14.4842C8.85619 14.1135 8.70549 13.6632 8.33479 13.4784L6.33479 12.4813Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.7071 1.41789C15.0976 1.80842 15.0976 2.44158 14.7071 2.83211L13.4142 4.125L14.7071 5.41789C15.0976 5.80842 15.0976 6.44158 14.7071 6.83211C14.3166 7.22263 13.6834 7.22263 13.2929 6.83211L12 5.53921L10.7071 6.83211C10.3166 7.22263 9.68342 7.22263 9.29289 6.83211C8.90237 6.44158 8.90237 5.80842 9.29289 5.41789L10.5858 4.125L9.29289 2.83211C8.90237 2.44158 8.90237 1.80842 9.29289 1.41789C9.68342 1.02737 10.3166 1.02737 10.7071 1.41789L12 2.71079L13.2929 1.41789C13.6834 1.02737 14.3166 1.02737 14.7071 1.41789Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-package-process{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3.15909C10.3303 3.15909 9.6847 3.44018 7.84245 4.31292L4.99428 5.6622C4.18359 6.04626 3.6757 6.28957 3.35735 6.5C3.6757 6.71043 4.18359 6.95374 4.99428 7.3378L6.06862 7.84675L13.7148 4.10386C12.2059 3.39461 11.613 3.15909 11 3.15909ZM15.9314 5.15325L8.2852 8.89613C9.79415 9.60539 10.387 9.84091 11 9.84091C11.6697 9.84091 12.3153 9.55982 14.1575 8.68708L17.0057 7.3378C17.8164 6.95374 18.3243 6.71043 18.6427 6.5C18.3243 6.28957 17.8164 6.04626 17.0057 5.6622L15.9314 5.15325ZM7.19088 2.50066C8.75551 1.7585 9.82754 1.25 11 1.25C12.1725 1.25 13.2445 1.7585 14.8091 2.50066C14.8742 2.53152 14.9401 2.56279 15.0069 2.59444L17.9212 3.97504C18.646 4.31831 19.285 4.62098 19.7346 4.91829C20.1847 5.21596 20.75 5.7042 20.75 6.5C20.75 7.2958 20.1847 7.78404 19.7346 8.08171C19.285 8.37902 18.646 8.68169 17.9212 9.02496L15.0069 10.4056C14.9401 10.4372 14.8742 10.4685 14.8091 10.4993C13.2445 11.2415 12.1725 11.75 11 11.75C9.82754 11.75 8.75552 11.2415 7.19089 10.4993C7.12582 10.4685 7.0599 10.4372 6.99309 10.4056L4.14491 9.05627C4.12279 9.04579 4.10075 9.03535 4.07878 9.02495C3.35402 8.68168 2.715 8.37902 2.26541 8.08171C1.81527 7.78404 1.25 7.2958 1.25 6.5C1.25 5.7042 1.81527 5.21596 2.26541 4.91829C2.715 4.62098 3.35402 4.31832 4.07878 3.97505C4.10075 3.96465 4.12279 3.95421 4.14491 3.94373L6.99309 2.59444C7.0599 2.56279 7.12581 2.53153 7.19088 2.50066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.75 18.0048C11.75 14.5531 14.5482 11.7548 18 11.7548C18.6464 11.7548 19.2698 11.853 19.8563 12.0351C20.2893 12.1696 20.5058 12.2369 20.6279 12.147C20.75 12.057 20.75 11.8474 20.75 11.428L20.75 6.50488C20.75 6.47559 20.7483 6.4467 20.7451 6.41828C20.7293 6.2811 20.7214 6.21251 20.5855 6.13787C20.4495 6.06323 20.3505 6.11134 20.1523 6.20755L17.2686 7.60762L14.3474 9.02115C12.4796 9.92498 11.7576 10.2549 11 10.2549C10.2424 10.2549 9.52044 9.92498 7.6526 9.02115L4.7314 7.60761L1.84771 6.20755C1.64954 6.11134 1.55046 6.06323 1.41453 6.13787C1.2786 6.21251 1.27072 6.2811 1.25495 6.41828C1.25168 6.4467 1.25 6.4756 1.25 6.50488L1.25 17.1662C1.25 18.2866 2.06734 19.0317 3.07333 19.6354C4.09172 20.2465 5.80103 20.9685 7.69413 21.7682C9.11317 22.3681 10.028 22.7549 11 22.7549C11.5024 22.7549 11.9895 22.6516 12.5388 22.4689C12.8908 22.3519 13.0669 22.2933 13.1149 22.1524C13.1629 22.0114 13.0469 21.8395 12.8151 21.4958C12.1426 20.499 11.75 19.2978 11.75 18.0048ZM5.33557 11.3331C4.96509 11.1478 4.51459 11.298 4.32934 11.6685C4.1441 12.039 4.29427 12.4895 4.66475 12.6747L6.66475 13.6747C7.03524 13.8599 7.48574 13.7098 7.67098 13.3393C7.85623 12.9688 7.70606 12.5183 7.33557 12.3331L5.33557 11.3331Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 13.25C15.3766 13.25 13.25 15.3766 13.25 18C13.25 20.6234 15.3766 22.75 18 22.75C20.6234 22.75 22.75 20.6234 22.75 18C22.75 15.3766 20.6234 13.25 18 13.25ZM19.6128 17.8009C20.0033 17.4103 20.0033 16.7772 19.6128 16.3866C19.2222 15.9961 18.5891 15.9961 18.1985 16.3866L17.2929 17.2923C16.9024 17.6828 16.9024 18.316 17.2929 18.7065C17.6834 19.097 18.3166 19.097 18.7071 18.7065L19.6128 17.8009Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3.15909C10.3303 3.15909 9.6847 3.44018 7.84245 4.31292L4.99428 5.6622C4.18359 6.04626 3.6757 6.28957 3.35735 6.5C3.6757 6.71043 4.18359 6.95374 4.99428 7.3378L6.06862 7.84675L13.7148 4.10386C12.2059 3.39461 11.613 3.15909 11 3.15909ZM15.9314 5.15325L8.2852 8.89613C9.79415 9.60539 10.387 9.84091 11 9.84091C11.6697 9.84091 12.3153 9.55982 14.1575 8.68708L17.0057 7.3378C17.8164 6.95374 18.3243 6.71043 18.6427 6.5C18.3243 6.28957 17.8164 6.04626 17.0057 5.6622L15.9314 5.15325ZM7.19088 2.50066C8.75551 1.7585 9.82754 1.25 11 1.25C12.1725 1.25 13.2445 1.7585 14.8091 2.50066C14.8742 2.53152 14.9401 2.56279 15.0069 2.59444L17.9212 3.97504C18.646 4.31831 19.285 4.62098 19.7346 4.91829C20.1847 5.21596 20.75 5.7042 20.75 6.5C20.75 7.2958 20.1847 7.78404 19.7346 8.08171C19.285 8.37902 18.646 8.68169 17.9212 9.02496L15.0069 10.4056C14.9401 10.4372 14.8742 10.4685 14.8091 10.4993C13.2445 11.2415 12.1725 11.75 11 11.75C9.82754 11.75 8.75552 11.2415 7.19089 10.4993C7.12582 10.4685 7.0599 10.4372 6.99309 10.4056L4.14491 9.05627C4.12279 9.04579 4.10075 9.03535 4.07878 9.02495C3.35402 8.68168 2.715 8.37902 2.26541 8.08171C1.81527 7.78404 1.25 7.2958 1.25 6.5C1.25 5.7042 1.81527 5.21596 2.26541 4.91829C2.715 4.62098 3.35402 4.31832 4.07878 3.97505C4.10075 3.96465 4.12279 3.95421 4.14491 3.94373L6.99309 2.59444C7.0599 2.56279 7.12581 2.53153 7.19088 2.50066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.75 18.0048C11.75 14.5531 14.5482 11.7548 18 11.7548C18.6464 11.7548 19.2698 11.853 19.8563 12.0351C20.2893 12.1696 20.5058 12.2369 20.6279 12.147C20.75 12.057 20.75 11.8474 20.75 11.428L20.75 6.50488C20.75 6.47559 20.7483 6.4467 20.7451 6.41828C20.7293 6.2811 20.7214 6.21251 20.5855 6.13787C20.4495 6.06323 20.3505 6.11134 20.1523 6.20755L17.2686 7.60762L14.3474 9.02115C12.4796 9.92498 11.7576 10.2549 11 10.2549C10.2424 10.2549 9.52044 9.92498 7.6526 9.02115L4.7314 7.60761L1.84771 6.20755C1.64954 6.11134 1.55046 6.06323 1.41453 6.13787C1.2786 6.21251 1.27072 6.2811 1.25495 6.41828C1.25168 6.4467 1.25 6.4756 1.25 6.50488L1.25 17.1662C1.25 18.2866 2.06734 19.0317 3.07333 19.6354C4.09172 20.2465 5.80103 20.9685 7.69413 21.7682C9.11317 22.3681 10.028 22.7549 11 22.7549C11.5024 22.7549 11.9895 22.6516 12.5388 22.4689C12.8908 22.3519 13.0669 22.2933 13.1149 22.1524C13.1629 22.0114 13.0469 21.8395 12.8151 21.4958C12.1426 20.499 11.75 19.2978 11.75 18.0048ZM5.33557 11.3331C4.96509 11.1478 4.51459 11.298 4.32934 11.6685C4.1441 12.039 4.29427 12.4895 4.66475 12.6747L6.66475 13.6747C7.03524 13.8599 7.48574 13.7098 7.67098 13.3393C7.85623 12.9688 7.70606 12.5183 7.33557 12.3331L5.33557 11.3331Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 13.25C15.3766 13.25 13.25 15.3766 13.25 18C13.25 20.6234 15.3766 22.75 18 22.75C20.6234 22.75 22.75 20.6234 22.75 18C22.75 15.3766 20.6234 13.25 18 13.25ZM19.6128 17.8009C20.0033 17.4103 20.0033 16.7772 19.6128 16.3866C19.2222 15.9961 18.5891 15.9961 18.1985 16.3866L17.2929 17.2923C16.9024 17.6828 16.9024 18.316 17.2929 18.7065C17.6834 19.097 18.3166 19.097 18.7071 18.7065L19.6128 17.8009Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-package-receive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.35579 7.5286C4.32437 7.54791 4.15774 7.67709 3.96159 7.83116C3.97964 7.84403 3.99912 7.85754 4.02014 7.87169C4.36522 8.1041 4.90633 8.36729 5.73062 8.76499L8.65182 10.1744C10.5195 11.0755 11.2418 11.4047 12 11.4047C12.7582 11.4047 13.4806 11.0755 15.3482 10.1744L18.2694 8.765C19.0937 8.36729 19.6348 8.1041 19.9799 7.87169C20.0009 7.85754 20.0204 7.84403 20.0384 7.83116C19.8423 7.67709 19.6756 7.54791 19.6442 7.5286C19.3259 7.33303 18.8178 7.10692 18.0067 6.74997L16.4948 6.08457C16.0098 5.87113 15.8063 5.33948 16.0403 4.8971C16.2743 4.45471 16.8572 4.26912 17.3422 4.48256L18.9202 5.17703L18.9202 5.17704C19.645 5.49594 20.2839 5.77709 20.7335 6.05327C21.1829 6.32937 21.75 6.78361 21.75 7.5255C21.75 7.54993 21.7489 7.57414 21.7468 7.59808C21.7489 7.62105 21.75 7.64431 21.75 7.66783L21.75 17.3009C21.75 18.4204 20.9311 19.1638 19.9258 19.7653C18.9075 20.3746 17.1986 21.0943 15.3055 21.8917C13.8861 22.49 12.9716 22.8755 12 22.8755C11.0284 22.8755 10.1139 22.49 8.69452 21.8917L8.69452 21.8917C6.80139 21.0943 5.0925 20.3746 4.07416 19.7653C3.06888 19.1638 2.25 18.4204 2.25 17.3009L2.25 7.66783C2.25 7.64431 2.25108 7.62105 2.2532 7.59808C2.25108 7.57414 2.25 7.54993 2.25 7.5255C2.25 6.78361 2.81708 6.32937 3.2665 6.05327C3.71606 5.7771 4.35503 5.49595 5.07981 5.17705L6.70132 4.46342C7.1863 4.24998 7.76914 4.43558 8.00313 4.87796C8.23713 5.32035 8.03366 5.852 7.54868 6.06544L5.99328 6.74997C5.18221 7.10692 4.67415 7.33303 4.35579 7.5286ZM6.33103 12.6043C5.9593 12.4216 5.50982 12.5748 5.32709 12.9465C5.14436 13.3182 5.29758 13.7677 5.66931 13.9504L7.66931 14.9336C8.04104 15.1163 8.49051 14.9631 8.67324 14.5914C8.85597 14.2196 8.70276 13.7702 8.33103 13.5874L6.33103 12.6043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7606 7.77422C15.1192 7.35415 15.0693 6.72295 14.6492 6.3644C14.4626 6.20508 14.2343 6.1264 14.0067 6.125H13L13 2.125C13 1.57272 12.5523 1.125 12 1.125C11.4477 1.125 11 1.57272 11 2.125V6.125H9.99336C9.76579 6.1264 9.53745 6.20508 9.3508 6.3644C8.93073 6.72295 8.88086 7.35415 9.23941 7.77422L10.2394 8.94579L10.2721 8.98415L10.2721 8.98415C10.4788 9.22646 10.6945 9.47927 10.9005 9.66345C11.1317 9.87011 11.4948 10.125 12 10.125C12.5052 10.125 12.8683 9.87011 13.0995 9.66345C13.3056 9.47927 13.5212 9.22647 13.7279 8.98415L13.7279 8.98415L13.7606 8.94579L14.7606 7.77422Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.35579 7.5286C4.32437 7.54791 4.15774 7.67709 3.96159 7.83116C3.97964 7.84403 3.99912 7.85754 4.02014 7.87169C4.36522 8.1041 4.90633 8.36729 5.73062 8.76499L8.65182 10.1744C10.5195 11.0755 11.2418 11.4047 12 11.4047C12.7582 11.4047 13.4806 11.0755 15.3482 10.1744L18.2694 8.765C19.0937 8.36729 19.6348 8.1041 19.9799 7.87169C20.0009 7.85754 20.0204 7.84403 20.0384 7.83116C19.8423 7.67709 19.6756 7.54791 19.6442 7.5286C19.3259 7.33303 18.8178 7.10692 18.0067 6.74997L16.4948 6.08457C16.0098 5.87113 15.8063 5.33948 16.0403 4.8971C16.2743 4.45471 16.8572 4.26912 17.3422 4.48256L18.9202 5.17703L18.9202 5.17704C19.645 5.49594 20.2839 5.77709 20.7335 6.05327C21.1829 6.32937 21.75 6.78361 21.75 7.5255C21.75 7.54993 21.7489 7.57414 21.7468 7.59808C21.7489 7.62105 21.75 7.64431 21.75 7.66783L21.75 17.3009C21.75 18.4204 20.9311 19.1638 19.9258 19.7653C18.9075 20.3746 17.1986 21.0943 15.3055 21.8917C13.8861 22.49 12.9716 22.8755 12 22.8755C11.0284 22.8755 10.1139 22.49 8.69452 21.8917L8.69452 21.8917C6.80139 21.0943 5.0925 20.3746 4.07416 19.7653C3.06888 19.1638 2.25 18.4204 2.25 17.3009L2.25 7.66783C2.25 7.64431 2.25108 7.62105 2.2532 7.59808C2.25108 7.57414 2.25 7.54993 2.25 7.5255C2.25 6.78361 2.81708 6.32937 3.2665 6.05327C3.71606 5.7771 4.35503 5.49595 5.07981 5.17705L6.70132 4.46342C7.1863 4.24998 7.76914 4.43558 8.00313 4.87796C8.23713 5.32035 8.03366 5.852 7.54868 6.06544L5.99328 6.74997C5.18221 7.10692 4.67415 7.33303 4.35579 7.5286ZM6.33103 12.6043C5.9593 12.4216 5.50982 12.5748 5.32709 12.9465C5.14436 13.3182 5.29758 13.7677 5.66931 13.9504L7.66931 14.9336C8.04104 15.1163 8.49051 14.9631 8.67324 14.5914C8.85597 14.2196 8.70276 13.7702 8.33103 13.5874L6.33103 12.6043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7606 7.77422C15.1192 7.35415 15.0693 6.72295 14.6492 6.3644C14.4626 6.20508 14.2343 6.1264 14.0067 6.125H13L13 2.125C13 1.57272 12.5523 1.125 12 1.125C11.4477 1.125 11 1.57272 11 2.125V6.125H9.99336C9.76579 6.1264 9.53745 6.20508 9.3508 6.3644C8.93073 6.72295 8.88086 7.35415 9.23941 7.77422L10.2394 8.94579L10.2721 8.98415L10.2721 8.98415C10.4788 9.22646 10.6945 9.47927 10.9005 9.66345C11.1317 9.87011 11.4948 10.125 12 10.125C12.5052 10.125 12.8683 9.87011 13.0995 9.66345C13.3056 9.47927 13.5212 9.22647 13.7279 8.98415L13.7279 8.98415L13.7606 8.94579L14.7606 7.77422Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-package-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.875 3.15909C10.2053 3.15909 9.5597 3.44018 7.71745 4.31292L4.86928 5.6622C4.05859 6.04626 3.5507 6.28957 3.23235 6.5C3.5507 6.71043 4.05859 6.95374 4.86928 7.3378L5.94362 7.84675L13.5898 4.10386C12.0809 3.39461 11.488 3.15909 10.875 3.15909ZM15.8064 5.15325L8.1602 8.89613C9.66915 9.60539 10.262 9.84091 10.875 9.84091C11.5447 9.84091 12.1903 9.55982 14.0325 8.68708L16.8807 7.3378C17.6914 6.95374 18.1993 6.71043 18.5177 6.5C18.1993 6.28957 17.6914 6.04626 16.8807 5.6622L15.8064 5.15325ZM7.06588 2.50066C8.63051 1.7585 9.70254 1.25 10.875 1.25C12.0475 1.25 13.1195 1.7585 14.6841 2.50066C14.7492 2.53152 14.8151 2.56279 14.8819 2.59444L17.7962 3.97504C18.521 4.31831 19.16 4.62098 19.6096 4.91829C20.0597 5.21596 20.625 5.7042 20.625 6.5C20.625 7.2958 20.0597 7.78404 19.6096 8.08171C19.16 8.37902 18.521 8.68169 17.7962 9.02496L14.8819 10.4056C14.8151 10.4372 14.7492 10.4685 14.6841 10.4993C13.1195 11.2415 12.0475 11.75 10.875 11.75C9.70254 11.75 8.63052 11.2415 7.06589 10.4993C7.00082 10.4685 6.9349 10.4372 6.86809 10.4056L4.01991 9.05627C3.99779 9.04579 3.97575 9.03535 3.95378 9.02495C3.22902 8.68168 2.59 8.37902 2.14041 8.08171C1.69027 7.78404 1.125 7.2958 1.125 6.5C1.125 5.7042 1.69027 5.21596 2.14041 4.91829C2.59 4.62098 3.22902 4.31832 3.95378 3.97505C3.97575 3.96465 3.99779 3.95421 4.01991 3.94373L6.86809 2.59444C6.9349 2.56279 7.00081 2.53153 7.06588 2.50066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5946 12.7899C20.625 12.7276 20.625 12.6481 20.625 12.4889L20.625 6.50098C20.625 6.47169 20.6233 6.44279 20.6201 6.41438C20.6043 6.27719 20.5964 6.2086 20.4605 6.13396C20.3245 6.05932 20.2255 6.10743 20.0273 6.20364L17.1436 7.60371L14.2224 9.01725C12.3546 9.92107 11.6326 10.251 10.875 10.251C10.1174 10.251 9.39544 9.92107 7.5276 9.01725L4.6064 7.60371L1.72271 6.20364C1.52454 6.10743 1.42546 6.05932 1.28953 6.13396C1.1536 6.2086 1.14572 6.27719 1.12995 6.41438C1.12668 6.44279 1.125 6.47169 1.125 6.50098L1.125 17.1623C1.125 18.2827 1.94234 19.0278 2.94833 19.6315C3.96672 20.2426 5.67603 20.9646 7.56913 21.7643C8.98817 22.3642 9.90296 22.751 10.875 22.751C11.554 22.751 12.2051 22.5623 13.0196 22.244C13.2666 22.1475 13.39 22.0993 13.4426 22.0062C13.4951 21.9131 13.4672 21.7512 13.4114 21.4275C13.2782 20.6542 13.5102 19.8302 14.1072 19.2332L14.9152 18.4252C15.1152 18.2252 15.2152 18.1252 15.2152 18.0009C15.2152 17.8767 15.1152 17.7767 14.9152 17.5767L14.1072 16.7687C13.1309 15.7924 13.1309 14.2095 14.1072 13.2332C15.0835 12.2569 16.6665 12.2569 17.6428 13.2332L18.4507 14.0411C18.6507 14.2411 18.7507 14.3411 18.875 14.3411C18.9993 14.3411 19.0993 14.2411 19.2993 14.0411L20.1072 13.2332C20.181 13.1594 20.2581 13.0913 20.3383 13.0287L20.3383 13.0287C20.4889 12.911 20.5643 12.8521 20.5946 12.7899ZM5.21057 11.3292C4.84009 11.1439 4.38959 11.2941 4.20434 11.6646C4.0191 12.035 4.16927 12.4856 4.53975 12.6708L6.53975 13.6708C6.91024 13.856 7.36074 13.7059 7.54598 13.3354C7.73123 12.9649 7.58106 12.5144 7.21057 12.3292L5.21057 11.3292Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5821 14.2929C22.9726 14.6834 22.9726 15.3166 22.5821 15.7071L20.2892 18L22.5821 20.2929C22.9726 20.6834 22.9726 21.3166 22.5821 21.7071C22.1916 22.0976 21.5584 22.0976 21.1679 21.7071L18.875 19.4142L16.5821 21.7071C16.1916 22.0976 15.5584 22.0976 15.1679 21.7071C14.7774 21.3166 14.7774 20.6834 15.1679 20.2929L17.4608 18L15.1679 15.7071C14.7774 15.3166 14.7774 14.6834 15.1679 14.2929C15.5584 13.9024 16.1916 13.9024 16.5821 14.2929L18.875 16.5858L21.1679 14.2929C21.5584 13.9024 22.1916 13.9024 22.5821 14.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.875 3.15909C10.2053 3.15909 9.5597 3.44018 7.71745 4.31292L4.86928 5.6622C4.05859 6.04626 3.5507 6.28957 3.23235 6.5C3.5507 6.71043 4.05859 6.95374 4.86928 7.3378L5.94362 7.84675L13.5898 4.10386C12.0809 3.39461 11.488 3.15909 10.875 3.15909ZM15.8064 5.15325L8.1602 8.89613C9.66915 9.60539 10.262 9.84091 10.875 9.84091C11.5447 9.84091 12.1903 9.55982 14.0325 8.68708L16.8807 7.3378C17.6914 6.95374 18.1993 6.71043 18.5177 6.5C18.1993 6.28957 17.6914 6.04626 16.8807 5.6622L15.8064 5.15325ZM7.06588 2.50066C8.63051 1.7585 9.70254 1.25 10.875 1.25C12.0475 1.25 13.1195 1.7585 14.6841 2.50066C14.7492 2.53152 14.8151 2.56279 14.8819 2.59444L17.7962 3.97504C18.521 4.31831 19.16 4.62098 19.6096 4.91829C20.0597 5.21596 20.625 5.7042 20.625 6.5C20.625 7.2958 20.0597 7.78404 19.6096 8.08171C19.16 8.37902 18.521 8.68169 17.7962 9.02496L14.8819 10.4056C14.8151 10.4372 14.7492 10.4685 14.6841 10.4993C13.1195 11.2415 12.0475 11.75 10.875 11.75C9.70254 11.75 8.63052 11.2415 7.06589 10.4993C7.00082 10.4685 6.9349 10.4372 6.86809 10.4056L4.01991 9.05627C3.99779 9.04579 3.97575 9.03535 3.95378 9.02495C3.22902 8.68168 2.59 8.37902 2.14041 8.08171C1.69027 7.78404 1.125 7.2958 1.125 6.5C1.125 5.7042 1.69027 5.21596 2.14041 4.91829C2.59 4.62098 3.22902 4.31832 3.95378 3.97505C3.97575 3.96465 3.99779 3.95421 4.01991 3.94373L6.86809 2.59444C6.9349 2.56279 7.00081 2.53153 7.06588 2.50066Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5946 12.7899C20.625 12.7276 20.625 12.6481 20.625 12.4889L20.625 6.50098C20.625 6.47169 20.6233 6.44279 20.6201 6.41438C20.6043 6.27719 20.5964 6.2086 20.4605 6.13396C20.3245 6.05932 20.2255 6.10743 20.0273 6.20364L17.1436 7.60371L14.2224 9.01725C12.3546 9.92107 11.6326 10.251 10.875 10.251C10.1174 10.251 9.39544 9.92107 7.5276 9.01725L4.6064 7.60371L1.72271 6.20364C1.52454 6.10743 1.42546 6.05932 1.28953 6.13396C1.1536 6.2086 1.14572 6.27719 1.12995 6.41438C1.12668 6.44279 1.125 6.47169 1.125 6.50098L1.125 17.1623C1.125 18.2827 1.94234 19.0278 2.94833 19.6315C3.96672 20.2426 5.67603 20.9646 7.56913 21.7643C8.98817 22.3642 9.90296 22.751 10.875 22.751C11.554 22.751 12.2051 22.5623 13.0196 22.244C13.2666 22.1475 13.39 22.0993 13.4426 22.0062C13.4951 21.9131 13.4672 21.7512 13.4114 21.4275C13.2782 20.6542 13.5102 19.8302 14.1072 19.2332L14.9152 18.4252C15.1152 18.2252 15.2152 18.1252 15.2152 18.0009C15.2152 17.8767 15.1152 17.7767 14.9152 17.5767L14.1072 16.7687C13.1309 15.7924 13.1309 14.2095 14.1072 13.2332C15.0835 12.2569 16.6665 12.2569 17.6428 13.2332L18.4507 14.0411C18.6507 14.2411 18.7507 14.3411 18.875 14.3411C18.9993 14.3411 19.0993 14.2411 19.2993 14.0411L20.1072 13.2332C20.181 13.1594 20.2581 13.0913 20.3383 13.0287L20.3383 13.0287C20.4889 12.911 20.5643 12.8521 20.5946 12.7899ZM5.21057 11.3292C4.84009 11.1439 4.38959 11.2941 4.20434 11.6646C4.0191 12.035 4.16927 12.4856 4.53975 12.6708L6.53975 13.6708C6.91024 13.856 7.36074 13.7059 7.54598 13.3354C7.73123 12.9649 7.58106 12.5144 7.21057 12.3292L5.21057 11.3292Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5821 14.2929C22.9726 14.6834 22.9726 15.3166 22.5821 15.7071L20.2892 18L22.5821 20.2929C22.9726 20.6834 22.9726 21.3166 22.5821 21.7071C22.1916 22.0976 21.5584 22.0976 21.1679 21.7071L18.875 19.4142L16.5821 21.7071C16.1916 22.0976 15.5584 22.0976 15.1679 21.7071C14.7774 21.3166 14.7774 20.6834 15.1679 20.2929L17.4608 18L15.1679 15.7071C14.7774 15.3166 14.7774 14.6834 15.1679 14.2929C15.5584 13.9024 16.1916 13.9024 16.5821 14.2929L18.875 16.5858L21.1679 14.2929C21.5584 13.9024 22.1916 13.9024 22.5821 14.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-package-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 17.475C12.875 14.9345 14.9345 12.875 17.475 12.875C20.0155 12.875 22.075 14.9345 22.075 17.475C22.075 18.3833 21.8118 19.23 21.3574 19.9432L22.5821 21.1679C22.9726 21.5584 22.9726 22.1916 22.5821 22.5821C22.1916 22.9726 21.5584 22.9726 21.1679 22.5821L19.9432 21.3574C19.23 21.8118 18.3833 22.075 17.475 22.075C14.9345 22.075 12.875 20.0155 12.875 17.475ZM17.475 14.875C16.0391 14.875 14.875 16.0391 14.875 17.475C14.875 18.9109 16.0391 20.075 17.475 20.075C18.9109 20.075 20.075 18.9109 20.075 17.475C20.075 16.0391 18.9109 14.875 17.475 14.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.875 3.03409C10.2053 3.03409 9.5597 3.31518 7.71745 4.18792L4.86928 5.5372C4.05859 5.92126 3.5507 6.16457 3.23235 6.375C3.5507 6.58543 4.05859 6.82874 4.86928 7.2128L5.94362 7.72175L13.5898 3.97886C12.0809 3.26961 11.488 3.03409 10.875 3.03409ZM15.8064 5.02825L8.1602 8.77113C9.66915 9.48039 10.262 9.71591 10.875 9.71591C11.5447 9.71591 12.1903 9.43482 14.0325 8.56208L16.8807 7.2128C17.6914 6.82874 18.1993 6.58543 18.5177 6.375C18.1993 6.16457 17.6914 5.92126 16.8807 5.5372L15.8064 5.02825ZM7.06588 2.37566C8.63051 1.6335 9.70254 1.125 10.875 1.125C12.0475 1.125 13.1195 1.6335 14.6841 2.37566C14.7492 2.40652 14.8151 2.43779 14.8819 2.46944L17.7962 3.85004C18.521 4.19331 19.16 4.49598 19.6096 4.79329C20.0597 5.09096 20.625 5.5792 20.625 6.375C20.625 7.1708 20.0597 7.65904 19.6096 7.95671C19.16 8.25402 18.521 8.55669 17.7962 8.89996L14.8819 10.2806C14.8151 10.3122 14.7492 10.3435 14.6841 10.3743C13.1195 11.1165 12.0475 11.625 10.875 11.625C9.70254 11.625 8.63052 11.1165 7.06589 10.3743C7.00082 10.3435 6.9349 10.3122 6.86809 10.2806L4.01991 8.93127C3.99779 8.92079 3.97575 8.91035 3.95378 8.89995C3.22902 8.55668 2.59 8.25402 2.14041 7.95671C1.69027 7.65904 1.125 7.1708 1.125 6.375C1.125 5.5792 1.69027 5.09096 2.14041 4.79329C2.59 4.49598 3.22902 4.19332 3.95378 3.85005C3.97575 3.83965 3.99779 3.82921 4.01991 3.81873L6.86809 2.46944C6.9349 2.43779 7.00081 2.40653 7.06588 2.37566Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.375 17.4759C11.375 14.107 14.1061 11.3759 17.475 11.3759C18.2493 11.3759 18.9899 11.5202 19.6714 11.7833C20.1334 11.9617 20.3644 12.0509 20.4947 11.9615C20.625 11.8721 20.625 11.6439 20.625 11.1876L20.625 6.37598C20.625 6.34669 20.6233 6.31779 20.6201 6.28938C20.6043 6.15219 20.5964 6.0836 20.4605 6.00896C20.3245 5.93432 20.2255 5.98243 20.0273 6.07864L17.1436 7.47871L14.2224 8.89225C12.3546 9.79607 11.6326 10.126 10.875 10.126C10.1174 10.126 9.39544 9.79607 7.5276 8.89225L4.6064 7.47871L1.72271 6.07864C1.52454 5.98243 1.42546 5.93432 1.28953 6.00896C1.1536 6.0836 1.14572 6.15219 1.12995 6.28938C1.12668 6.31779 1.125 6.34669 1.125 6.37598L1.125 17.0373C1.125 18.1577 1.94234 18.9028 2.94833 19.5065C3.96672 20.1176 5.67603 20.8396 7.56913 21.6393C8.98817 22.2392 9.90296 22.626 10.875 22.626C11.3964 22.626 11.9012 22.5147 12.4763 22.319C12.8616 22.1879 13.0542 22.1223 13.0978 21.9724C13.1414 21.8226 12.9991 21.6452 12.7145 21.2904C11.8764 20.2458 11.375 18.9194 11.375 17.4759ZM5.21057 11.2042C4.84009 11.0189 4.38959 11.1691 4.20434 11.5396C4.0191 11.91 4.16927 12.3606 4.53975 12.5458L6.53975 13.5458C6.91024 13.731 7.36074 13.5809 7.54598 13.2104C7.73123 12.8399 7.58106 12.3894 7.21057 12.2042L5.21057 11.2042Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 17.475C12.875 14.9345 14.9345 12.875 17.475 12.875C20.0155 12.875 22.075 14.9345 22.075 17.475C22.075 18.3833 21.8118 19.23 21.3574 19.9432L22.5821 21.1679C22.9726 21.5584 22.9726 22.1916 22.5821 22.5821C22.1916 22.9726 21.5584 22.9726 21.1679 22.5821L19.9432 21.3574C19.23 21.8118 18.3833 22.075 17.475 22.075C14.9345 22.075 12.875 20.0155 12.875 17.475ZM17.475 14.875C16.0391 14.875 14.875 16.0391 14.875 17.475C14.875 18.9109 16.0391 20.075 17.475 20.075C18.9109 20.075 20.075 18.9109 20.075 17.475C20.075 16.0391 18.9109 14.875 17.475 14.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.875 3.03409C10.2053 3.03409 9.5597 3.31518 7.71745 4.18792L4.86928 5.5372C4.05859 5.92126 3.5507 6.16457 3.23235 6.375C3.5507 6.58543 4.05859 6.82874 4.86928 7.2128L5.94362 7.72175L13.5898 3.97886C12.0809 3.26961 11.488 3.03409 10.875 3.03409ZM15.8064 5.02825L8.1602 8.77113C9.66915 9.48039 10.262 9.71591 10.875 9.71591C11.5447 9.71591 12.1903 9.43482 14.0325 8.56208L16.8807 7.2128C17.6914 6.82874 18.1993 6.58543 18.5177 6.375C18.1993 6.16457 17.6914 5.92126 16.8807 5.5372L15.8064 5.02825ZM7.06588 2.37566C8.63051 1.6335 9.70254 1.125 10.875 1.125C12.0475 1.125 13.1195 1.6335 14.6841 2.37566C14.7492 2.40652 14.8151 2.43779 14.8819 2.46944L17.7962 3.85004C18.521 4.19331 19.16 4.49598 19.6096 4.79329C20.0597 5.09096 20.625 5.5792 20.625 6.375C20.625 7.1708 20.0597 7.65904 19.6096 7.95671C19.16 8.25402 18.521 8.55669 17.7962 8.89996L14.8819 10.2806C14.8151 10.3122 14.7492 10.3435 14.6841 10.3743C13.1195 11.1165 12.0475 11.625 10.875 11.625C9.70254 11.625 8.63052 11.1165 7.06589 10.3743C7.00082 10.3435 6.9349 10.3122 6.86809 10.2806L4.01991 8.93127C3.99779 8.92079 3.97575 8.91035 3.95378 8.89995C3.22902 8.55668 2.59 8.25402 2.14041 7.95671C1.69027 7.65904 1.125 7.1708 1.125 6.375C1.125 5.5792 1.69027 5.09096 2.14041 4.79329C2.59 4.49598 3.22902 4.19332 3.95378 3.85005C3.97575 3.83965 3.99779 3.82921 4.01991 3.81873L6.86809 2.46944C6.9349 2.43779 7.00081 2.40653 7.06588 2.37566Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.375 17.4759C11.375 14.107 14.1061 11.3759 17.475 11.3759C18.2493 11.3759 18.9899 11.5202 19.6714 11.7833C20.1334 11.9617 20.3644 12.0509 20.4947 11.9615C20.625 11.8721 20.625 11.6439 20.625 11.1876L20.625 6.37598C20.625 6.34669 20.6233 6.31779 20.6201 6.28938C20.6043 6.15219 20.5964 6.0836 20.4605 6.00896C20.3245 5.93432 20.2255 5.98243 20.0273 6.07864L17.1436 7.47871L14.2224 8.89225C12.3546 9.79607 11.6326 10.126 10.875 10.126C10.1174 10.126 9.39544 9.79607 7.5276 8.89225L4.6064 7.47871L1.72271 6.07864C1.52454 5.98243 1.42546 5.93432 1.28953 6.00896C1.1536 6.0836 1.14572 6.15219 1.12995 6.28938C1.12668 6.31779 1.125 6.34669 1.125 6.37598L1.125 17.0373C1.125 18.1577 1.94234 18.9028 2.94833 19.5065C3.96672 20.1176 5.67603 20.8396 7.56913 21.6393C8.98817 22.2392 9.90296 22.626 10.875 22.626C11.3964 22.626 11.9012 22.5147 12.4763 22.319C12.8616 22.1879 13.0542 22.1223 13.0978 21.9724C13.1414 21.8226 12.9991 21.6452 12.7145 21.2904C11.8764 20.2458 11.375 18.9194 11.375 17.4759ZM5.21057 11.2042C4.84009 11.0189 4.38959 11.1691 4.20434 11.5396C4.0191 11.91 4.16927 12.3606 4.53975 12.5458L6.53975 13.5458C6.91024 13.731 7.36074 13.5809 7.54598 13.2104C7.73123 12.8399 7.58106 12.3894 7.21057 12.2042L5.21057 11.2042Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-package-sent{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.35579 7.5286C4.32437 7.54791 4.15774 7.67709 3.96159 7.83116C3.97964 7.84403 3.99912 7.85754 4.02014 7.87169C4.36522 8.1041 4.90633 8.36729 5.73062 8.76499L8.65182 10.1744C10.5195 11.0755 11.2418 11.4047 12 11.4047C12.7582 11.4047 13.4806 11.0755 15.3482 10.1744L18.2694 8.765C19.0937 8.36729 19.6348 8.1041 19.9799 7.87169C20.0009 7.85754 20.0204 7.84403 20.0384 7.83116C19.8423 7.67709 19.6756 7.54791 19.6442 7.5286C19.3259 7.33303 18.8178 7.10692 18.0067 6.74997L16.4948 6.08457C16.0098 5.87113 15.8063 5.33948 16.0403 4.8971C16.2743 4.45471 16.8572 4.26912 17.3422 4.48256L18.9202 5.17703L18.9202 5.17704C19.645 5.49594 20.2839 5.77709 20.7335 6.05327C21.1829 6.32937 21.75 6.78361 21.75 7.5255C21.75 7.54993 21.7489 7.57414 21.7468 7.59808C21.7489 7.62105 21.75 7.64431 21.75 7.66783L21.75 17.3009C21.75 18.4204 20.9311 19.1638 19.9258 19.7653C18.9075 20.3746 17.1986 21.0943 15.3055 21.8917C13.8861 22.49 12.9716 22.8755 12 22.8755C11.0284 22.8755 10.1139 22.49 8.69452 21.8917L8.69452 21.8917C6.80139 21.0943 5.0925 20.3746 4.07416 19.7653C3.06888 19.1638 2.25 18.4204 2.25 17.3009L2.25 7.66783C2.25 7.64431 2.25108 7.62105 2.2532 7.59808C2.25108 7.57414 2.25 7.54993 2.25 7.5255C2.25 6.78361 2.81708 6.32937 3.2665 6.05327C3.71606 5.7771 4.35503 5.49595 5.07981 5.17705L6.70132 4.46342C7.1863 4.24998 7.76914 4.43558 8.00313 4.87796C8.23713 5.32035 8.03366 5.852 7.54868 6.06544L5.99328 6.74997C5.18221 7.10692 4.67415 7.33303 4.35579 7.5286ZM6.33103 12.6043C5.9593 12.4216 5.50982 12.5748 5.32709 12.9465C5.14436 13.3182 5.29758 13.7677 5.66931 13.9504L7.66931 14.9336C8.04104 15.1163 8.49051 14.9631 8.67324 14.5914C8.85597 14.2196 8.70276 13.7702 8.33103 13.5874L6.33103 12.6043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7606 3.47578C15.1192 3.89585 15.0693 4.52705 14.6492 4.8856C14.4626 5.04492 14.2343 5.1236 14.0067 5.125H13L13 9.125C13 9.67728 12.5523 10.125 12 10.125C11.4477 10.125 11 9.67728 11 9.125V5.125H9.99336C9.76579 5.1236 9.53745 5.04492 9.3508 4.8856C8.93073 4.52705 8.88086 3.89585 9.23941 3.47578L10.2394 2.30421L10.2721 2.26585L10.2721 2.26585C10.4788 2.02354 10.6945 1.77073 10.9005 1.58655C11.1317 1.37989 11.4948 1.125 12 1.125C12.5052 1.125 12.8683 1.37989 13.0995 1.58655C13.3056 1.77073 13.5212 2.02353 13.7279 2.26585L13.7279 2.26585L13.7606 2.30421L14.7606 3.47578Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.35579 7.5286C4.32437 7.54791 4.15774 7.67709 3.96159 7.83116C3.97964 7.84403 3.99912 7.85754 4.02014 7.87169C4.36522 8.1041 4.90633 8.36729 5.73062 8.76499L8.65182 10.1744C10.5195 11.0755 11.2418 11.4047 12 11.4047C12.7582 11.4047 13.4806 11.0755 15.3482 10.1744L18.2694 8.765C19.0937 8.36729 19.6348 8.1041 19.9799 7.87169C20.0009 7.85754 20.0204 7.84403 20.0384 7.83116C19.8423 7.67709 19.6756 7.54791 19.6442 7.5286C19.3259 7.33303 18.8178 7.10692 18.0067 6.74997L16.4948 6.08457C16.0098 5.87113 15.8063 5.33948 16.0403 4.8971C16.2743 4.45471 16.8572 4.26912 17.3422 4.48256L18.9202 5.17703L18.9202 5.17704C19.645 5.49594 20.2839 5.77709 20.7335 6.05327C21.1829 6.32937 21.75 6.78361 21.75 7.5255C21.75 7.54993 21.7489 7.57414 21.7468 7.59808C21.7489 7.62105 21.75 7.64431 21.75 7.66783L21.75 17.3009C21.75 18.4204 20.9311 19.1638 19.9258 19.7653C18.9075 20.3746 17.1986 21.0943 15.3055 21.8917C13.8861 22.49 12.9716 22.8755 12 22.8755C11.0284 22.8755 10.1139 22.49 8.69452 21.8917L8.69452 21.8917C6.80139 21.0943 5.0925 20.3746 4.07416 19.7653C3.06888 19.1638 2.25 18.4204 2.25 17.3009L2.25 7.66783C2.25 7.64431 2.25108 7.62105 2.2532 7.59808C2.25108 7.57414 2.25 7.54993 2.25 7.5255C2.25 6.78361 2.81708 6.32937 3.2665 6.05327C3.71606 5.7771 4.35503 5.49595 5.07981 5.17705L6.70132 4.46342C7.1863 4.24998 7.76914 4.43558 8.00313 4.87796C8.23713 5.32035 8.03366 5.852 7.54868 6.06544L5.99328 6.74997C5.18221 7.10692 4.67415 7.33303 4.35579 7.5286ZM6.33103 12.6043C5.9593 12.4216 5.50982 12.5748 5.32709 12.9465C5.14436 13.3182 5.29758 13.7677 5.66931 13.9504L7.66931 14.9336C8.04104 15.1163 8.49051 14.9631 8.67324 14.5914C8.85597 14.2196 8.70276 13.7702 8.33103 13.5874L6.33103 12.6043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.7606 3.47578C15.1192 3.89585 15.0693 4.52705 14.6492 4.8856C14.4626 5.04492 14.2343 5.1236 14.0067 5.125H13L13 9.125C13 9.67728 12.5523 10.125 12 10.125C11.4477 10.125 11 9.67728 11 9.125V5.125H9.99336C9.76579 5.1236 9.53745 5.04492 9.3508 4.8856C8.93073 4.52705 8.88086 3.89585 9.23941 3.47578L10.2394 2.30421L10.2721 2.26585L10.2721 2.26585C10.4788 2.02354 10.6945 1.77073 10.9005 1.58655C11.1317 1.37989 11.4948 1.125 12 1.125C12.5052 1.125 12.8683 1.37989 13.0995 1.58655C13.3056 1.77073 13.5212 2.02353 13.7279 2.26585L13.7279 2.26585L13.7606 2.30421L14.7606 3.47578Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-package{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 6.50049L2.25 17.1618C2.25 18.2822 3.06734 19.0273 4.07333 19.631C5.09172 20.2421 6.80103 20.9641 8.69413 21.7638C10.1132 22.3637 11.028 22.7505 12 22.7505C12.972 22.7505 13.8868 22.3638 15.3058 21.7638L15.3059 21.7638C17.1989 20.9642 18.9083 20.2421 19.9267 19.631C20.9327 19.0273 21.75 18.2822 21.75 17.1618L21.75 6.50049C21.75 6.31014 21.6791 6.13636 21.5623 6.00411L18.2686 7.60322L15.3474 9.01676C13.4796 9.92058 12.7576 10.2505 12 10.2505C11.2424 10.2505 10.5204 9.92058 8.6526 9.01676L5.7314 7.60322L2.43775 6.00411C2.32091 6.13636 2.25 6.31014 2.25 6.50049ZM6.33557 11.3296C5.96509 11.1443 5.51459 11.2945 5.32934 11.665C5.1441 12.0354 5.29427 12.486 5.66475 12.6712L7.66475 13.6712C8.03524 13.8564 8.48574 13.7063 8.67098 13.3358C8.85623 12.9653 8.70606 12.5148 8.33557 12.3296L6.33557 11.3296Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C10.8275 1.25 9.75551 1.7585 8.19088 2.50066L5.07878 3.97505C4.35402 4.31832 3.715 4.62098 3.26541 4.91829C2.81527 5.21596 2.25 5.7042 2.25 6.5C2.25 7.2958 2.81527 7.78404 3.26541 8.08171C3.71499 8.37901 4.35401 8.68167 5.07876 9.02494L8.19089 10.4993C9.75551 11.2415 10.8275 11.75 12 11.75C13.1725 11.75 14.2445 11.2415 15.8091 10.4993L18.9212 9.02496C19.646 8.68169 20.285 8.37902 20.7346 8.08171C21.1847 7.78404 21.75 7.2958 21.75 6.5C21.75 5.7042 21.1847 5.21596 20.7346 4.91829C20.285 4.62098 19.646 4.31831 18.9212 3.97504L15.8091 2.50066C14.2445 1.7585 13.1725 1.25 12 1.25ZM8.84253 4.31398C10.6848 3.44124 11.3304 3.16016 12.0001 3.16016C12.6131 3.16016 13.2059 3.39568 14.7149 4.10493L7.06869 7.84781L5.99436 7.33886C5.18366 6.95481 4.67577 6.71149 4.35742 6.50106C4.67577 6.29063 5.18366 6.04732 5.99436 5.66327L8.84253 4.31398ZM9.28528 8.8972L16.9315 5.15431L18.0058 5.66327C18.8165 6.04732 19.3244 6.29063 19.6427 6.50106C19.3244 6.71149 18.8165 6.95481 18.0058 7.33886L15.1576 8.68815C13.3154 9.56089 12.6698 9.84197 12.0001 9.84197C11.387 9.84197 10.7942 9.60645 9.28528 8.8972Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 6.50049L2.25 17.1618C2.25 18.2822 3.06734 19.0273 4.07333 19.631C5.09172 20.2421 6.80103 20.9641 8.69413 21.7638C10.1132 22.3637 11.028 22.7505 12 22.7505C12.972 22.7505 13.8868 22.3638 15.3058 21.7638L15.3059 21.7638C17.1989 20.9642 18.9083 20.2421 19.9267 19.631C20.9327 19.0273 21.75 18.2822 21.75 17.1618L21.75 6.50049C21.75 6.31014 21.6791 6.13636 21.5623 6.00411L18.2686 7.60322L15.3474 9.01676C13.4796 9.92058 12.7576 10.2505 12 10.2505C11.2424 10.2505 10.5204 9.92058 8.6526 9.01676L5.7314 7.60322L2.43775 6.00411C2.32091 6.13636 2.25 6.31014 2.25 6.50049ZM6.33557 11.3296C5.96509 11.1443 5.51459 11.2945 5.32934 11.665C5.1441 12.0354 5.29427 12.486 5.66475 12.6712L7.66475 13.6712C8.03524 13.8564 8.48574 13.7063 8.67098 13.3358C8.85623 12.9653 8.70606 12.5148 8.33557 12.3296L6.33557 11.3296Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C10.8275 1.25 9.75551 1.7585 8.19088 2.50066L5.07878 3.97505C4.35402 4.31832 3.715 4.62098 3.26541 4.91829C2.81527 5.21596 2.25 5.7042 2.25 6.5C2.25 7.2958 2.81527 7.78404 3.26541 8.08171C3.71499 8.37901 4.35401 8.68167 5.07876 9.02494L8.19089 10.4993C9.75551 11.2415 10.8275 11.75 12 11.75C13.1725 11.75 14.2445 11.2415 15.8091 10.4993L18.9212 9.02496C19.646 8.68169 20.285 8.37902 20.7346 8.08171C21.1847 7.78404 21.75 7.2958 21.75 6.5C21.75 5.7042 21.1847 5.21596 20.7346 4.91829C20.285 4.62098 19.646 4.31831 18.9212 3.97504L15.8091 2.50066C14.2445 1.7585 13.1725 1.25 12 1.25ZM8.84253 4.31398C10.6848 3.44124 11.3304 3.16016 12.0001 3.16016C12.6131 3.16016 13.2059 3.39568 14.7149 4.10493L7.06869 7.84781L5.99436 7.33886C5.18366 6.95481 4.67577 6.71149 4.35742 6.50106C4.67577 6.29063 5.18366 6.04732 5.99436 5.66327L8.84253 4.31398ZM9.28528 8.8972L16.9315 5.15431L18.0058 5.66327C18.8165 6.04732 19.3244 6.29063 19.6427 6.50106C19.3244 6.71149 18.8165 6.95481 18.0058 7.33886L15.1576 8.68815C13.3154 9.56089 12.6698 9.84197 12.0001 9.84197C11.387 9.84197 10.7942 9.60645 9.28528 8.8972Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-product-loading{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.40754 1.25L14.5925 1.25H14.5925H14.5926C15.26 1.24998 15.829 1.24997 16.2976 1.29274C16.7948 1.33813 17.2654 1.43733 17.7097 1.68596C18.1614 1.93878 18.4684 2.28011 18.725 2.67155C18.9595 3.02925 19.1836 3.48085 19.4369 3.99115L19.4369 3.99118L20.158 5.44411C20.2343 5.59777 20.2615 5.76125 20.2457 5.91879C20.2485 5.94539 20.25 5.9724 20.25 5.99976V10.3201C20.25 11.8608 20.25 13.0924 20.1214 14.0589C19.9885 15.0577 19.7061 15.8851 19.0567 16.5411C18.4063 17.1982 17.5841 17.4849 16.5918 17.6196C15.6336 17.7498 14.4131 17.7498 12.8893 17.7498H11.1107C9.58689 17.7498 8.36637 17.7498 7.40816 17.6196C6.41588 17.4849 5.59372 17.1982 4.9433 16.5411C4.29392 15.8851 4.01152 15.0577 3.8786 14.0589C3.74997 13.0924 3.74998 11.8608 3.75 10.3201V10.3201V10.3201V10.3201L3.75 5.99976C3.75 5.9724 3.75147 5.94539 3.75432 5.91879C3.73851 5.76124 3.76572 5.59776 3.84199 5.44411L4.54191 4.0339L4.56311 3.99119L4.56311 3.99119C4.81635 3.48088 5.04046 3.02926 5.27496 2.67155C5.53158 2.2801 5.83857 1.93878 6.29031 1.68596C6.73456 1.43733 7.20516 1.33813 7.70236 1.29274C8.17096 1.24997 8.73996 1.24998 9.40744 1.25H9.40751H9.40754ZM17.7005 4.812L17.9178 5.24976L6.08225 5.24976L6.29952 4.812C6.58037 4.24615 6.75744 3.89275 6.92537 3.63659C7.0777 3.40422 7.18149 3.31817 7.2799 3.2631C7.38579 3.20383 7.5431 3.14908 7.88911 3.1175C8.25326 3.08426 8.7278 3.08326 9.45228 3.08326L14.5477 3.08326C15.2722 3.08326 15.7467 3.08426 16.1109 3.1175C16.4569 3.14908 16.6142 3.20383 16.7201 3.2631C16.8185 3.31817 16.9223 3.40422 17.0746 3.63659C17.2426 3.89275 17.4196 4.24615 17.7005 4.812ZM13.2498 7.99988H10.75C10.1977 7.99988 9.75 8.44759 9.75 8.99988C9.75 9.55216 10.1977 9.99988 10.75 9.99988L13.2498 9.99988C13.8021 9.99988 14.2498 9.55216 14.2498 8.99988C14.2498 8.44759 13.8021 7.99988 13.2498 7.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 22C22.75 20.2051 21.2949 18.75 19.5 18.75L4.5 18.75C2.70507 18.75 1.25 20.2051 1.25 22C1.25 22.4142 1.58579 22.75 2 22.75C2.41421 22.75 2.75 22.4142 2.75 22C2.75 21.0335 3.5335 20.25 4.5 20.25H6.25V22C6.25 22.4142 6.58579 22.75 7 22.75C7.41421 22.75 7.75 22.4142 7.75 22V20.25H11.25V22C11.25 22.4142 11.5858 22.75 12 22.75C12.4142 22.75 12.75 22.4142 12.75 22V20.25H16.25V22C16.25 22.4142 16.5858 22.75 17 22.75C17.4142 22.75 17.75 22.4142 17.75 22V20.25H19.5C20.4665 20.25 21.25 21.0335 21.25 22C21.25 22.4142 21.5858 22.75 22 22.75C22.4142 22.75 22.75 22.4142 22.75 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.40754 1.25L14.5925 1.25H14.5925H14.5926C15.26 1.24998 15.829 1.24997 16.2976 1.29274C16.7948 1.33813 17.2654 1.43733 17.7097 1.68596C18.1614 1.93878 18.4684 2.28011 18.725 2.67155C18.9595 3.02925 19.1836 3.48085 19.4369 3.99115L19.4369 3.99118L20.158 5.44411C20.2343 5.59777 20.2615 5.76125 20.2457 5.91879C20.2485 5.94539 20.25 5.9724 20.25 5.99976V10.3201C20.25 11.8608 20.25 13.0924 20.1214 14.0589C19.9885 15.0577 19.7061 15.8851 19.0567 16.5411C18.4063 17.1982 17.5841 17.4849 16.5918 17.6196C15.6336 17.7498 14.4131 17.7498 12.8893 17.7498H11.1107C9.58689 17.7498 8.36637 17.7498 7.40816 17.6196C6.41588 17.4849 5.59372 17.1982 4.9433 16.5411C4.29392 15.8851 4.01152 15.0577 3.8786 14.0589C3.74997 13.0924 3.74998 11.8608 3.75 10.3201V10.3201V10.3201V10.3201L3.75 5.99976C3.75 5.9724 3.75147 5.94539 3.75432 5.91879C3.73851 5.76124 3.76572 5.59776 3.84199 5.44411L4.54191 4.0339L4.56311 3.99119L4.56311 3.99119C4.81635 3.48088 5.04046 3.02926 5.27496 2.67155C5.53158 2.2801 5.83857 1.93878 6.29031 1.68596C6.73456 1.43733 7.20516 1.33813 7.70236 1.29274C8.17096 1.24997 8.73996 1.24998 9.40744 1.25H9.40751H9.40754ZM17.7005 4.812L17.9178 5.24976L6.08225 5.24976L6.29952 4.812C6.58037 4.24615 6.75744 3.89275 6.92537 3.63659C7.0777 3.40422 7.18149 3.31817 7.2799 3.2631C7.38579 3.20383 7.5431 3.14908 7.88911 3.1175C8.25326 3.08426 8.7278 3.08326 9.45228 3.08326L14.5477 3.08326C15.2722 3.08326 15.7467 3.08426 16.1109 3.1175C16.4569 3.14908 16.6142 3.20383 16.7201 3.2631C16.8185 3.31817 16.9223 3.40422 17.0746 3.63659C17.2426 3.89275 17.4196 4.24615 17.7005 4.812ZM13.2498 7.99988H10.75C10.1977 7.99988 9.75 8.44759 9.75 8.99988C9.75 9.55216 10.1977 9.99988 10.75 9.99988L13.2498 9.99988C13.8021 9.99988 14.2498 9.55216 14.2498 8.99988C14.2498 8.44759 13.8021 7.99988 13.2498 7.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.75 22C22.75 20.2051 21.2949 18.75 19.5 18.75L4.5 18.75C2.70507 18.75 1.25 20.2051 1.25 22C1.25 22.4142 1.58579 22.75 2 22.75C2.41421 22.75 2.75 22.4142 2.75 22C2.75 21.0335 3.5335 20.25 4.5 20.25H6.25V22C6.25 22.4142 6.58579 22.75 7 22.75C7.41421 22.75 7.75 22.4142 7.75 22V20.25H11.25V22C11.25 22.4142 11.5858 22.75 12 22.75C12.4142 22.75 12.75 22.4142 12.75 22V20.25H16.25V22C16.25 22.4142 16.5858 22.75 17 22.75C17.4142 22.75 17.75 22.4142 17.75 22V20.25H19.5C20.4665 20.25 21.25 21.0335 21.25 22C21.25 22.4142 21.5858 22.75 22 22.75C22.4142 22.75 22.75 22.4142 22.75 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-promotion{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.91662 15.9019C10.3627 16.6099 10.9227 17.1218 11.6036 17.5679C12.8578 18.3894 13.2529 20.2617 11.935 21.3479L10.4437 22.577C10.1707 22.8019 9.77774 22.8056 9.50063 22.5859C7.76061 21.2058 6.87723 20.0919 6.50256 18.5769C6.32313 17.8514 6.26851 17.0668 6.25422 16.1774C6.24766 15.7691 6.24973 15.319 6.2538 14.8298L7.09389 14.663C7.2165 14.6355 7.30441 14.6471 7.40798 14.6968L9.91662 15.9019Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.307 1.38609C17.6954 1.18084 17.1267 1.22491 16.5338 1.40411C15.9896 1.56858 15.3725 1.86487 14.6511 2.2112L8.25 5.2839L8.25 13.7161L14.6511 16.7888C15.3725 17.1351 15.9896 17.4314 16.5338 17.5959C17.1267 17.7751 17.6954 17.8192 18.307 17.6139C19.4638 17.2257 19.8888 16.3311 20.4073 15.2397L20.4734 15.1007C21.3245 13.3152 21.75 11.4076 21.75 9.50002C21.75 7.5924 21.3245 5.68479 20.4734 3.89928L20.4073 3.76026C19.8888 2.66887 19.4638 1.77429 18.307 1.38609ZM6.75 13.4607L6.75 5.53925C6.46334 5.4751 6.22088 5.42218 6.0474 5.40237C4.90196 5.27157 3.92731 5.66445 3.25155 6.37999C2.59012 7.08036 2.25 8.04945 2.25 9.04429L2.25 9.95571C2.25 10.9505 2.59012 11.9196 3.25155 12.62C3.92731 13.3355 4.90196 13.7284 6.0474 13.5976C6.22088 13.5778 6.46334 13.5249 6.75 13.4607Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.91662 15.9019C10.3627 16.6099 10.9227 17.1218 11.6036 17.5679C12.8578 18.3894 13.2529 20.2617 11.935 21.3479L10.4437 22.577C10.1707 22.8019 9.77774 22.8056 9.50063 22.5859C7.76061 21.2058 6.87723 20.0919 6.50256 18.5769C6.32313 17.8514 6.26851 17.0668 6.25422 16.1774C6.24766 15.7691 6.24973 15.319 6.2538 14.8298L7.09389 14.663C7.2165 14.6355 7.30441 14.6471 7.40798 14.6968L9.91662 15.9019Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.307 1.38609C17.6954 1.18084 17.1267 1.22491 16.5338 1.40411C15.9896 1.56858 15.3725 1.86487 14.6511 2.2112L8.25 5.2839L8.25 13.7161L14.6511 16.7888C15.3725 17.1351 15.9896 17.4314 16.5338 17.5959C17.1267 17.7751 17.6954 17.8192 18.307 17.6139C19.4638 17.2257 19.8888 16.3311 20.4073 15.2397L20.4734 15.1007C21.3245 13.3152 21.75 11.4076 21.75 9.50002C21.75 7.5924 21.3245 5.68479 20.4734 3.89928L20.4073 3.76026C19.8888 2.66887 19.4638 1.77429 18.307 1.38609ZM6.75 13.4607L6.75 5.53925C6.46334 5.4751 6.22088 5.42218 6.0474 5.40237C4.90196 5.27157 3.92731 5.66445 3.25155 6.37999C2.59012 7.08036 2.25 8.04945 2.25 9.04429L2.25 9.95571C2.25 10.9505 2.59012 11.9196 3.25155 12.62C3.92731 13.3355 4.90196 13.7284 6.0474 13.5976C6.22088 13.5778 6.46334 13.5249 6.75 13.4607Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-safe-delivery-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2945 1.32991C16.6997 1.24994 15.9505 1.24997 15.052 1.25H15.052H12.948H12.948C12.0495 1.24997 11.3003 1.24994 10.7055 1.32991C10.0777 1.41431 9.51093 1.59998 9.05546 2.05545C8.59999 2.51092 8.41432 3.07772 8.32991 3.70552C8.24995 4.30029 8.24997 5.04948 8.25 5.94794V5.94797V5.948V8.052V8.05203V8.05206C8.24997 8.95051 8.24995 9.69971 8.32991 10.2945C8.41432 10.9223 8.59999 11.4891 9.05546 11.9445C9.51093 12.4 10.0777 12.5857 10.7055 12.6701C11.3003 12.7501 12.0495 12.75 12.948 12.75H12.948H12.948H15.052H15.052H15.0521C15.9505 12.75 16.6997 12.7501 17.2945 12.6701C17.9223 12.5857 18.4891 12.4 18.9445 11.9445C19.4 11.4891 19.5857 10.9223 19.6701 10.2945C19.7501 9.6997 19.75 8.95049 19.75 8.05202V8.05199V5.948V5.94797C19.75 5.0495 19.7501 4.30029 19.6701 3.70552C19.5857 3.07772 19.4 2.51092 18.9445 2.05545C18.4891 1.59998 17.9223 1.41431 17.2945 1.32991ZM13 4C12.4477 4 12 4.44771 12 5C12 5.55228 12.4477 6 13 6H15C15.5523 6 16 5.55228 16 5C16 4.44771 15.5523 4 15 4H13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.2945 1.32991C16.6997 1.24994 15.9505 1.24997 15.052 1.25H15.052H12.948H12.948C12.0495 1.24997 11.3003 1.24994 10.7055 1.32991C10.0777 1.41431 9.51093 1.59998 9.05546 2.05545C8.59999 2.51092 8.41432 3.07772 8.32991 3.70552C8.24995 4.30029 8.24997 5.04948 8.25 5.94794V5.94797V5.948V8.052V8.05203V8.05206C8.24997 8.95051 8.24995 9.69971 8.32991 10.2945C8.41432 10.9223 8.59999 11.4891 9.05546 11.9445C9.51093 12.4 10.0777 12.5857 10.7055 12.6701C11.3003 12.7501 12.0495 12.75 12.948 12.75H12.948H12.948H15.052H15.052H15.0521C15.9505 12.75 16.6997 12.7501 17.2945 12.6701C17.9223 12.5857 18.4891 12.4 18.9445 11.9445C19.4 11.4891 19.5857 10.9223 19.6701 10.2945C19.7501 9.6997 19.75 8.95049 19.75 8.05202V8.05199V5.948V5.94797C19.75 5.0495 19.7501 4.30029 19.6701 3.70552C19.5857 3.07772 19.4 2.51092 18.9445 2.05545C18.4891 1.59998 17.9223 1.41431 17.2945 1.32991ZM13 4C12.4477 4 12 4.44771 12 5C12 5.55228 12.4477 6 13 6H15C15.5523 6 16 5.55228 16 5C16 4.44771 15.5523 4 15 4H13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.95526 13.25C5.52244 13.25 5.12561 13.2499 4.8028 13.2933C4.44732 13.3411 4.07159 13.4535 3.76257 13.7626C3.45355 14.0716 3.3411 14.4473 3.29331 14.8028C3.24991 15.1256 3.24995 15.5224 3.25 15.9553L3.25 18.5635C3.24996 18.8917 3.24993 19.1992 3.27988 19.4561C3.31321 19.7421 3.39038 20.0427 3.59756 20.3203C3.80474 20.5979 4.07102 20.7574 4.33569 20.8707C4.57351 20.9725 4.8683 21.06 5.18291 21.1533L10.1818 22.6366C10.9063 22.8516 11.6827 22.7581 12.3377 22.3802L19.8533 18.0438C20.7865 17.5054 21.0266 16.2638 20.4051 15.4032C19.7123 14.4437 18.5017 14.0209 17.3712 14.3724L17.3697 14.3729L15.2442 15.0259C14.9956 15.1023 14.8712 15.1405 14.8322 15.2122C14.7933 15.2839 14.8398 15.4474 14.9328 15.7743C15.0037 16.0236 15.0121 16.2627 15 16.3973C15 17.3786 14.331 18.171 13.4667 18.4099L10.9258 19.1124C10.0041 19.3673 9.01687 19.2796 8.15388 18.8621L6.5336 18.0781C6.22288 17.9278 6.09286 17.554 6.2432 17.2433C6.39354 16.9326 6.7673 16.8026 7.07802 16.9529L8.69831 17.7369C9.28692 18.0217 9.96218 18.082 10.5927 17.9076L13.1336 17.2051C13.4837 17.1083 13.75 16.7884 13.75 16.3973C13.75 14.9842 12.5733 14.6252 11.1741 14.6252L10.1315 14.6251C9.94974 14.6251 9.77138 14.5841 9.61081 14.5064L7.56883 13.5184C7.20322 13.3415 6.80136 13.25 6.39483 13.25L5.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-safe-delivery-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.24805 9C3.24805 4.62885 7.26276 1.25 11.998 1.25C16.7333 1.25 20.748 4.62885 20.748 9C20.748 9.41421 20.4123 9.75 19.998 9.75H3.99805C3.58383 9.75 3.24805 9.41421 3.24805 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.99805 14.25C9.18778 14.25 8.34692 14.326 7.8081 14.9547C7.54492 15.2617 7.41264 15.6341 7.34081 16.0156C7.26949 16.3943 7.24805 16.837 7.24805 17.3333L7.24805 19.6667C7.24805 20.163 7.26949 20.6057 7.34081 20.9844C7.41264 21.3659 7.54492 21.7383 7.8081 22.0453C8.34692 22.674 9.18778 22.75 9.99805 22.75H13.998C14.8083 22.75 15.6492 22.674 16.188 22.0453C16.4512 21.7383 16.5835 21.3659 16.6553 20.9844C16.7266 20.6057 16.748 20.163 16.748 19.6667V17.3333C16.748 16.837 16.7266 16.3943 16.6553 16.0156C16.5835 15.6341 16.4512 15.2617 16.188 14.9547C15.6492 14.326 14.8083 14.25 13.998 14.25H9.99805ZM12.0055 18.75C12.6917 18.75 13.248 18.1904 13.248 17.5C13.248 16.8096 12.6917 16.25 12.0055 16.25H11.9906C11.3044 16.25 10.748 16.8096 10.748 17.5C10.748 18.1904 11.3044 18.75 11.9906 18.75H12.0055Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.44548 8.62505C3.76764 8.21084 4.37703 8.1269 4.80658 8.43755L12.001 13.6406L19.1954 8.43755C19.6249 8.1269 20.2343 8.21084 20.5565 8.62505C20.8786 9.03926 20.7916 9.62688 20.362 9.93754L12.5843 15.5625C12.2386 15.8125 11.7633 15.8125 11.4176 15.5625L3.63992 9.93754C3.21037 9.62688 3.12331 9.03926 3.44548 8.62505Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.24805 9C3.24805 4.62885 7.26276 1.25 11.998 1.25C16.7333 1.25 20.748 4.62885 20.748 9C20.748 9.41421 20.4123 9.75 19.998 9.75H3.99805C3.58383 9.75 3.24805 9.41421 3.24805 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.99805 14.25C9.18778 14.25 8.34692 14.326 7.8081 14.9547C7.54492 15.2617 7.41264 15.6341 7.34081 16.0156C7.26949 16.3943 7.24805 16.837 7.24805 17.3333L7.24805 19.6667C7.24805 20.163 7.26949 20.6057 7.34081 20.9844C7.41264 21.3659 7.54492 21.7383 7.8081 22.0453C8.34692 22.674 9.18778 22.75 9.99805 22.75H13.998C14.8083 22.75 15.6492 22.674 16.188 22.0453C16.4512 21.7383 16.5835 21.3659 16.6553 20.9844C16.7266 20.6057 16.748 20.163 16.748 19.6667V17.3333C16.748 16.837 16.7266 16.3943 16.6553 16.0156C16.5835 15.6341 16.4512 15.2617 16.188 14.9547C15.6492 14.326 14.8083 14.25 13.998 14.25H9.99805ZM12.0055 18.75C12.6917 18.75 13.248 18.1904 13.248 17.5C13.248 16.8096 12.6917 16.25 12.0055 16.25H11.9906C11.3044 16.25 10.748 16.8096 10.748 17.5C10.748 18.1904 11.3044 18.75 11.9906 18.75H12.0055Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.44548 8.62505C3.76764 8.21084 4.37703 8.1269 4.80658 8.43755L12.001 13.6406L19.1954 8.43755C19.6249 8.1269 20.2343 8.21084 20.5565 8.62505C20.8786 9.03926 20.7916 9.62688 20.362 9.93754L12.5843 15.5625C12.2386 15.8125 11.7633 15.8125 11.4176 15.5625L3.63992 9.93754C3.21037 9.62688 3.12331 9.03926 3.44548 8.62505Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-sale-tag-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.4845 1.42051C15.5267 1.13257 16.7206 1.13058 17.7445 2.04238C18.8593 3.03512 19.1476 4.53968 18.934 5.94126C18.7184 7.35569 17.9819 8.81711 16.8227 9.96099C16.4296 10.3489 15.7965 10.3447 15.4086 9.9516C15.0206 9.55849 15.0248 8.92534 15.4179 8.53742C16.2855 7.68129 16.8093 6.60786 16.9568 5.63985C17.1063 4.659 16.8609 3.93355 16.4144 3.536C16.0816 3.23966 15.6848 3.16382 15.0172 3.34828C14.3468 3.53349 13.6117 3.92606 12.7385 4.39236C12.6716 4.42811 12.6038 4.4643 12.5352 4.50086C11.6427 4.97648 10.5858 5.52685 9.54048 5.71165C8.99747 5.80765 8.41675 5.81425 7.83531 5.64149C7.24612 5.46642 6.71622 5.12479 6.25721 4.61554C5.88745 4.2053 5.92026 3.57299 6.33049 3.20322C6.74073 2.83346 7.37305 2.86627 7.74281 3.27651C7.97894 3.53848 8.20058 3.6636 8.40496 3.72433C8.61711 3.78737 8.87202 3.79881 9.19231 3.74219C9.8736 3.62175 10.654 3.23706 11.5946 2.73583C11.6741 2.69349 11.7549 2.65019 11.8369 2.60625C12.6526 2.16915 13.5867 1.66856 14.4845 1.42051Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4951 6.50439C19.1067 6.11595 18.6375 5.91743 18.1097 5.79065L14.6696 5.3423C13.8299 5.24814 13.1751 5.17471 12.5613 5.39001C11.9475 5.60531 11.482 6.07175 10.8852 6.66979L10.784 6.77113L5.52109 12.034L5.52109 12.034C4.85647 12.6986 4.3046 13.2504 3.92584 13.7468C3.52687 14.2698 3.25 14.8184 3.25 15.4808C3.25 16.1433 3.52687 16.6919 3.92584 17.2148C4.3046 17.7112 4.85645 18.263 5.52105 18.9276L5.52107 18.9276L5.52109 18.9276L7.07187 20.4784L7.0719 20.4784L7.07191 20.4784C7.73648 21.1431 8.2883 21.6949 8.78472 22.0737C9.30764 22.4726 9.85625 22.7495 10.5187 22.7495C11.1811 22.7495 11.7298 22.4726 12.2527 22.0737C12.7491 21.6949 13.3009 21.143 13.9655 20.4784L13.9655 20.4784L19.3297 15.1143C19.9278 14.5175 20.3942 14.052 20.6095 13.4382C20.8248 12.8245 20.7514 12.1696 20.6572 11.3299L20.4886 9.81359C20.4044 9.05569 20.3339 8.42055 20.2144 7.91325C20.088 7.37607 19.8894 6.89868 19.4951 6.50439ZM14.5299 12.5307C14.823 12.238 14.8234 11.7631 14.5308 11.47C14.2381 11.1769 13.7632 11.1765 13.4701 11.4691L13.3525 11.5866C12.5447 11.2062 11.552 11.3377 10.8814 12.0073C10.5197 12.3684 10.222 12.8492 10.2543 13.4507C10.2853 14.0272 10.6119 14.5253 11.042 14.9548C11.3635 15.2757 11.4224 15.4649 11.4282 15.5471C11.4318 15.5986 11.4252 15.743 11.1518 16.016C10.9266 16.2408 10.7664 16.2588 10.6623 16.2473C10.524 16.232 10.3214 16.1421 10.0853 15.9064C9.8728 15.6942 9.79167 15.4303 9.81095 15.2118C9.84737 14.7992 9.54241 14.4352 9.1298 14.3988C8.71719 14.3624 8.35318 14.6673 8.31676 15.0799C8.27843 15.5141 8.36885 15.9573 8.57566 16.3556L8.47011 16.4609C8.17697 16.7536 8.17658 17.2285 8.46923 17.5216C8.76189 17.8147 9.23676 17.8151 9.52989 17.5225L9.61836 17.4341C9.88173 17.5905 10.1764 17.7028 10.4978 17.7382C11.1224 17.8072 11.7166 17.5717 12.2116 17.0775C12.6583 16.6315 12.9695 16.0866 12.9245 15.4425C12.8817 14.8292 12.5257 14.3164 12.1018 13.8932C11.7866 13.5786 11.7544 13.4117 11.7522 13.3702L11.7522 13.3701C11.7513 13.3533 11.7464 13.2632 11.9412 13.0688C12.1971 12.8133 12.633 12.8045 12.9144 13.0854C13.1032 13.2739 13.1624 13.5357 13.0998 13.7642C12.9902 14.1637 13.2252 14.5763 13.6247 14.6859C14.0241 14.7954 14.4368 14.5604 14.5463 14.161C14.6833 13.6615 14.6379 13.1225 14.4136 12.6468L14.5299 12.5307Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.4845 1.42051C15.5267 1.13257 16.7206 1.13058 17.7445 2.04238C18.8593 3.03512 19.1476 4.53968 18.934 5.94126C18.7184 7.35569 17.9819 8.81711 16.8227 9.96099C16.4296 10.3489 15.7965 10.3447 15.4086 9.9516C15.0206 9.55849 15.0248 8.92534 15.4179 8.53742C16.2855 7.68129 16.8093 6.60786 16.9568 5.63985C17.1063 4.659 16.8609 3.93355 16.4144 3.536C16.0816 3.23966 15.6848 3.16382 15.0172 3.34828C14.3468 3.53349 13.6117 3.92606 12.7385 4.39236C12.6716 4.42811 12.6038 4.4643 12.5352 4.50086C11.6427 4.97648 10.5858 5.52685 9.54048 5.71165C8.99747 5.80765 8.41675 5.81425 7.83531 5.64149C7.24612 5.46642 6.71622 5.12479 6.25721 4.61554C5.88745 4.2053 5.92026 3.57299 6.33049 3.20322C6.74073 2.83346 7.37305 2.86627 7.74281 3.27651C7.97894 3.53848 8.20058 3.6636 8.40496 3.72433C8.61711 3.78737 8.87202 3.79881 9.19231 3.74219C9.8736 3.62175 10.654 3.23706 11.5946 2.73583C11.6741 2.69349 11.7549 2.65019 11.8369 2.60625C12.6526 2.16915 13.5867 1.66856 14.4845 1.42051Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4951 6.50439C19.1067 6.11595 18.6375 5.91743 18.1097 5.79065L14.6696 5.3423C13.8299 5.24814 13.1751 5.17471 12.5613 5.39001C11.9475 5.60531 11.482 6.07175 10.8852 6.66979L10.784 6.77113L5.52109 12.034L5.52109 12.034C4.85647 12.6986 4.3046 13.2504 3.92584 13.7468C3.52687 14.2698 3.25 14.8184 3.25 15.4808C3.25 16.1433 3.52687 16.6919 3.92584 17.2148C4.3046 17.7112 4.85645 18.263 5.52105 18.9276L5.52107 18.9276L5.52109 18.9276L7.07187 20.4784L7.0719 20.4784L7.07191 20.4784C7.73648 21.1431 8.2883 21.6949 8.78472 22.0737C9.30764 22.4726 9.85625 22.7495 10.5187 22.7495C11.1811 22.7495 11.7298 22.4726 12.2527 22.0737C12.7491 21.6949 13.3009 21.143 13.9655 20.4784L13.9655 20.4784L19.3297 15.1143C19.9278 14.5175 20.3942 14.052 20.6095 13.4382C20.8248 12.8245 20.7514 12.1696 20.6572 11.3299L20.4886 9.81359C20.4044 9.05569 20.3339 8.42055 20.2144 7.91325C20.088 7.37607 19.8894 6.89868 19.4951 6.50439ZM14.5299 12.5307C14.823 12.238 14.8234 11.7631 14.5308 11.47C14.2381 11.1769 13.7632 11.1765 13.4701 11.4691L13.3525 11.5866C12.5447 11.2062 11.552 11.3377 10.8814 12.0073C10.5197 12.3684 10.222 12.8492 10.2543 13.4507C10.2853 14.0272 10.6119 14.5253 11.042 14.9548C11.3635 15.2757 11.4224 15.4649 11.4282 15.5471C11.4318 15.5986 11.4252 15.743 11.1518 16.016C10.9266 16.2408 10.7664 16.2588 10.6623 16.2473C10.524 16.232 10.3214 16.1421 10.0853 15.9064C9.8728 15.6942 9.79167 15.4303 9.81095 15.2118C9.84737 14.7992 9.54241 14.4352 9.1298 14.3988C8.71719 14.3624 8.35318 14.6673 8.31676 15.0799C8.27843 15.5141 8.36885 15.9573 8.57566 16.3556L8.47011 16.4609C8.17697 16.7536 8.17658 17.2285 8.46923 17.5216C8.76189 17.8147 9.23676 17.8151 9.52989 17.5225L9.61836 17.4341C9.88173 17.5905 10.1764 17.7028 10.4978 17.7382C11.1224 17.8072 11.7166 17.5717 12.2116 17.0775C12.6583 16.6315 12.9695 16.0866 12.9245 15.4425C12.8817 14.8292 12.5257 14.3164 12.1018 13.8932C11.7866 13.5786 11.7544 13.4117 11.7522 13.3702L11.7522 13.3701C11.7513 13.3533 11.7464 13.2632 11.9412 13.0688C12.1971 12.8133 12.633 12.8045 12.9144 13.0854C13.1032 13.2739 13.1624 13.5357 13.0998 13.7642C12.9902 14.1637 13.2252 14.5763 13.6247 14.6859C14.0241 14.7954 14.4368 14.5604 14.5463 14.161C14.6833 13.6615 14.6379 13.1225 14.4136 12.6468L14.5299 12.5307Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-sale-tag-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4595 1.57208C20.2081 1.74401 20.9663 2.0252 21.4705 2.5294C21.9747 3.0336 22.2559 3.79184 22.4279 4.54046C22.6055 5.3138 22.6927 6.19907 22.7288 7.06907C22.8011 8.81159 22.6717 10.5921 22.588 11.5022C22.5359 12.0702 22.3035 12.5946 21.9406 13.0168C19.2313 16.1691 16.4228 19.0388 13.3563 21.7845C11.9532 23.0408 9.85825 23.0541 8.39712 21.9228C5.98744 20.0571 3.94283 18.0125 2.07709 15.6028C0.945789 14.1417 0.959114 12.0467 2.21543 10.6436C4.9611 7.57712 7.83082 4.76863 10.9831 2.05931C11.4053 1.69644 11.9298 1.46408 12.4977 1.4119C13.4078 1.32827 15.1884 1.19887 16.9309 1.27116C17.8009 1.30725 18.6861 1.39446 19.4595 1.57208ZM19 6.5C19 5.67157 18.3284 5 17.5 5C16.6716 5 16 5.67157 16 6.5C16 7.32843 16.6716 8 17.5 8C18.3284 8 19 7.32843 19 6.5ZM14.5299 10.5308C14.823 10.2381 14.8234 9.76324 14.5308 9.47011C14.2381 9.17697 13.7632 9.17658 13.4701 9.46923L13.2527 9.68625C12.3222 9.19934 11.1475 9.33245 10.3636 10.115C9.9463 10.5317 9.61938 11.0697 9.655 11.7329C9.68929 12.3712 10.0517 12.9358 10.5564 13.4397C10.9524 13.835 11.0529 14.0944 11.0635 14.2462C11.0719 14.3673 11.0336 14.5806 10.6881 14.9255C10.3909 15.2222 10.1553 15.2655 9.97835 15.2459C9.76713 15.2226 9.49422 15.0912 9.19643 14.7939C8.91097 14.509 8.79655 14.149 8.82372 13.8411C8.86014 13.4285 8.55518 13.0645 8.14257 13.0281C7.72996 12.9916 7.36595 13.2966 7.32953 13.7092C7.28304 14.2359 7.40382 14.7761 7.67618 15.2536L7.47011 15.4594C7.17697 15.752 7.17658 16.2269 7.46923 16.52C7.76189 16.8132 8.23676 16.8136 8.52989 16.5209L8.72008 16.331C9.04567 16.5414 9.41282 16.6926 9.81378 16.7369C10.5113 16.8139 11.181 16.553 11.7479 15.987C12.2667 15.4691 12.6097 14.8552 12.5598 14.1416C12.5121 13.4587 12.1146 12.8757 11.6162 12.3782C11.2265 11.9891 11.1584 11.7557 11.1528 11.6524C11.1486 11.5741 11.1725 11.427 11.4234 11.1766C11.7907 10.8099 12.4087 10.8025 12.8033 11.1965C13.0689 11.4616 13.1535 11.8318 13.0644 12.1568C12.9548 12.5563 13.1898 12.9689 13.5893 13.0785C13.9887 13.1881 14.4014 12.9531 14.511 12.5536C14.675 11.9555 14.6079 11.3071 14.3139 10.7464L14.5299 10.5308Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.4595 1.57208C20.2081 1.74401 20.9663 2.0252 21.4705 2.5294C21.9747 3.0336 22.2559 3.79184 22.4279 4.54046C22.6055 5.3138 22.6927 6.19907 22.7288 7.06907C22.8011 8.81159 22.6717 10.5921 22.588 11.5022C22.5359 12.0702 22.3035 12.5946 21.9406 13.0168C19.2313 16.1691 16.4228 19.0388 13.3563 21.7845C11.9532 23.0408 9.85825 23.0541 8.39712 21.9228C5.98744 20.0571 3.94283 18.0125 2.07709 15.6028C0.945789 14.1417 0.959114 12.0467 2.21543 10.6436C4.9611 7.57712 7.83082 4.76863 10.9831 2.05931C11.4053 1.69644 11.9298 1.46408 12.4977 1.4119C13.4078 1.32827 15.1884 1.19887 16.9309 1.27116C17.8009 1.30725 18.6861 1.39446 19.4595 1.57208ZM19 6.5C19 5.67157 18.3284 5 17.5 5C16.6716 5 16 5.67157 16 6.5C16 7.32843 16.6716 8 17.5 8C18.3284 8 19 7.32843 19 6.5ZM14.5299 10.5308C14.823 10.2381 14.8234 9.76324 14.5308 9.47011C14.2381 9.17697 13.7632 9.17658 13.4701 9.46923L13.2527 9.68625C12.3222 9.19934 11.1475 9.33245 10.3636 10.115C9.9463 10.5317 9.61938 11.0697 9.655 11.7329C9.68929 12.3712 10.0517 12.9358 10.5564 13.4397C10.9524 13.835 11.0529 14.0944 11.0635 14.2462C11.0719 14.3673 11.0336 14.5806 10.6881 14.9255C10.3909 15.2222 10.1553 15.2655 9.97835 15.2459C9.76713 15.2226 9.49422 15.0912 9.19643 14.7939C8.91097 14.509 8.79655 14.149 8.82372 13.8411C8.86014 13.4285 8.55518 13.0645 8.14257 13.0281C7.72996 12.9916 7.36595 13.2966 7.32953 13.7092C7.28304 14.2359 7.40382 14.7761 7.67618 15.2536L7.47011 15.4594C7.17697 15.752 7.17658 16.2269 7.46923 16.52C7.76189 16.8132 8.23676 16.8136 8.52989 16.5209L8.72008 16.331C9.04567 16.5414 9.41282 16.6926 9.81378 16.7369C10.5113 16.8139 11.181 16.553 11.7479 15.987C12.2667 15.4691 12.6097 14.8552 12.5598 14.1416C12.5121 13.4587 12.1146 12.8757 11.6162 12.3782C11.2265 11.9891 11.1584 11.7557 11.1528 11.6524C11.1486 11.5741 11.1725 11.427 11.4234 11.1766C11.7907 10.8099 12.4087 10.8025 12.8033 11.1965C13.0689 11.4616 13.1535 11.8318 13.0644 12.1568C12.9548 12.5563 13.1898 12.9689 13.5893 13.0785C13.9887 13.1881 14.4014 12.9531 14.511 12.5536C14.675 11.9555 14.6079 11.3071 14.3139 10.7464L14.5299 10.5308Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shipment-tracking{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2C15.7909 2 14 3.80892 14 6.04033C14 7.31626 14.5 8.30834 15.5 9.1945C16.2049 9.81911 17.0588 10.8566 17.5714 11.6975C17.8173 12.1008 18.165 12.1008 18.4286 11.6975C18.9672 10.8733 19.7951 9.81911 20.5 9.1945C21.5 8.30834 22 7.31626 22 6.04033C22 3.80892 20.2091 2 18 2Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2945 11.3299C9.69971 11.2499 8.9505 11.25 8.05203 11.25H8.052H5.948H5.94797C5.0495 11.25 4.3003 11.2499 3.70552 11.3299C3.07773 11.4143 2.51093 11.6 2.05546 12.0555C1.59999 12.5109 1.41432 13.0777 1.32991 13.7055C1.24995 14.3003 1.24997 15.0495 1.25 15.948V15.948L1.25 18.052V18.052C1.24997 18.9505 1.24995 19.6997 1.32991 20.2945C1.41432 20.9223 1.59999 21.4891 2.05546 21.9445C2.51093 22.4 3.07773 22.5857 3.70552 22.6701C4.3003 22.7501 5.04951 22.75 5.94798 22.75H5.94801H8.052H8.05203C8.9505 22.75 9.69971 22.7501 10.2945 22.6701C10.9223 22.5857 11.4891 22.4 11.9445 21.9445C12.4 21.4891 12.5857 20.9223 12.6701 20.2945C12.7501 19.6997 12.75 18.9505 12.75 18.052V18.052V15.948V15.948C12.75 15.0495 12.7501 14.3003 12.6701 13.7055C12.5857 13.0777 12.4 12.5109 11.9445 12.0555C11.4891 11.6 10.9223 11.4143 10.2945 11.3299ZM6 14C5.44772 14 5 14.4477 5 15C5 15.5523 5.44772 16 6 16L8 16C8.55228 16 9 15.5523 9 15C9 14.4477 8.55228 14 8 14H6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 13.75C18.5523 13.75 19 14.1977 19 14.75L19 17.8052C19 18.7009 19.0001 19.4531 18.9357 20.0515C18.8689 20.6722 18.7209 21.2781 18.3122 21.7889C17.8993 22.3051 17.3676 22.5419 16.7993 22.6491C16.2846 22.7461 15.6629 22.7494 15.0008 22.7499C14.4485 22.7504 14.0005 22.3031 14 21.7508C13.9995 21.1985 14.4469 20.7504 14.9992 20.7499C15.7132 20.7494 16.1335 20.7394 16.4286 20.6837C16.6701 20.6382 16.716 20.5826 16.7505 20.5395C16.8105 20.4645 16.8968 20.3061 16.9472 19.8376C16.9986 19.359 17 18.7155 17 17.75V14.75C17 14.1977 17.4477 13.75 18 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1.25C15.3696 1.25 13.25 3.40181 13.25 6.04033C13.25 7.55918 13.8644 8.74722 15.0026 9.75581C15.6471 10.3269 16.454 11.3054 16.9311 12.0879C17.1225 12.402 17.4733 12.75 17.9934 12.75C18.5049 12.75 18.8578 12.4118 19.0564 12.1078C19.5758 11.313 20.3617 10.3191 20.9974 9.75581C22.1356 8.74722 22.75 7.55918 22.75 6.04033C22.75 3.40181 20.6304 1.25 18 1.25ZM18.0145 7.5C18.8392 7.5 19.5078 6.82843 19.5078 6C19.5078 5.17157 18.8392 4.5 18.0145 4.5H18.0011C17.1764 4.5 16.5078 5.17157 16.5078 6C16.5078 6.82843 17.1764 7.5 18.0011 7.5H18.0145Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2C15.7909 2 14 3.80892 14 6.04033C14 7.31626 14.5 8.30834 15.5 9.1945C16.2049 9.81911 17.0588 10.8566 17.5714 11.6975C17.8173 12.1008 18.165 12.1008 18.4286 11.6975C18.9672 10.8733 19.7951 9.81911 20.5 9.1945C21.5 8.30834 22 7.31626 22 6.04033C22 3.80892 20.2091 2 18 2Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2945 11.3299C9.69971 11.2499 8.9505 11.25 8.05203 11.25H8.052H5.948H5.94797C5.0495 11.25 4.3003 11.2499 3.70552 11.3299C3.07773 11.4143 2.51093 11.6 2.05546 12.0555C1.59999 12.5109 1.41432 13.0777 1.32991 13.7055C1.24995 14.3003 1.24997 15.0495 1.25 15.948V15.948L1.25 18.052V18.052C1.24997 18.9505 1.24995 19.6997 1.32991 20.2945C1.41432 20.9223 1.59999 21.4891 2.05546 21.9445C2.51093 22.4 3.07773 22.5857 3.70552 22.6701C4.3003 22.7501 5.04951 22.75 5.94798 22.75H5.94801H8.052H8.05203C8.9505 22.75 9.69971 22.7501 10.2945 22.6701C10.9223 22.5857 11.4891 22.4 11.9445 21.9445C12.4 21.4891 12.5857 20.9223 12.6701 20.2945C12.7501 19.6997 12.75 18.9505 12.75 18.052V18.052V15.948V15.948C12.75 15.0495 12.7501 14.3003 12.6701 13.7055C12.5857 13.0777 12.4 12.5109 11.9445 12.0555C11.4891 11.6 10.9223 11.4143 10.2945 11.3299ZM6 14C5.44772 14 5 14.4477 5 15C5 15.5523 5.44772 16 6 16L8 16C8.55228 16 9 15.5523 9 15C9 14.4477 8.55228 14 8 14H6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 13.75C18.5523 13.75 19 14.1977 19 14.75L19 17.8052C19 18.7009 19.0001 19.4531 18.9357 20.0515C18.8689 20.6722 18.7209 21.2781 18.3122 21.7889C17.8993 22.3051 17.3676 22.5419 16.7993 22.6491C16.2846 22.7461 15.6629 22.7494 15.0008 22.7499C14.4485 22.7504 14.0005 22.3031 14 21.7508C13.9995 21.1985 14.4469 20.7504 14.9992 20.7499C15.7132 20.7494 16.1335 20.7394 16.4286 20.6837C16.6701 20.6382 16.716 20.5826 16.7505 20.5395C16.8105 20.4645 16.8968 20.3061 16.9472 19.8376C16.9986 19.359 17 18.7155 17 17.75V14.75C17 14.1977 17.4477 13.75 18 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 1.25C15.3696 1.25 13.25 3.40181 13.25 6.04033C13.25 7.55918 13.8644 8.74722 15.0026 9.75581C15.6471 10.3269 16.454 11.3054 16.9311 12.0879C17.1225 12.402 17.4733 12.75 17.9934 12.75C18.5049 12.75 18.8578 12.4118 19.0564 12.1078C19.5758 11.313 20.3617 10.3191 20.9974 9.75581C22.1356 8.74722 22.75 7.55918 22.75 6.04033C22.75 3.40181 20.6304 1.25 18 1.25ZM18.0145 7.5C18.8392 7.5 19.5078 6.82843 19.5078 6C19.5078 5.17157 18.8392 4.5 18.0145 4.5H18.0011C17.1764 4.5 16.5078 5.17157 16.5078 6C16.5078 6.82843 17.1764 7.5 18.0011 7.5H18.0145Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shipping-loading{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 16.1875C2.25 15.6697 2.68652 15.25 3.225 15.25H17.85C20.0039 15.25 21.75 16.9289 21.75 19C21.75 21.0711 20.0039 22.75 17.85 22.75H3.225C2.68652 22.75 2.25 22.3303 2.25 21.8125C2.25 21.2947 2.68652 20.875 3.225 20.875H17.85C18.927 20.875 19.8 20.0355 19.8 19C19.8 17.9645 18.927 17.125 17.85 17.125H3.225C2.68652 17.125 2.25 16.7053 2.25 16.1875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 19C4 18.4477 4.44772 18 5 18H5.00898C5.56126 18 6.00898 18.4477 6.00898 19C6.00898 19.5523 5.56126 20 5.00898 20H5C4.44772 20 4 19.5523 4 19ZM9.99551 19C9.99551 18.4477 10.4432 18 10.9955 18H11.0045C11.5568 18 12.0045 18.4477 12.0045 19C12.0045 19.5523 11.5568 20 11.0045 20H10.9955C10.4432 20 9.99551 19.5523 9.99551 19ZM15.991 19C15.991 18.4477 16.4387 18 16.991 18H17C17.5523 18 18 18.4477 18 19C18 19.5523 17.5523 20 17 20H16.991C16.4387 20 15.991 19.5523 15.991 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.58013 1.25H13.4199C14.0375 1.24997 14.5733 1.24995 15.0163 1.29337C15.4916 1.33994 15.9478 1.44271 16.3772 1.7007C16.8099 1.96064 17.0979 2.30744 17.3348 2.69545C17.5527 3.0522 17.7609 3.50261 17.997 4.01337L18.6685 5.46574C18.883 5.92953 18.6595 6.47001 18.1693 6.67292C17.6792 6.87583 17.108 6.66434 16.8935 6.20054L16.2415 4.79035C15.98 4.22482 15.8144 3.86996 15.6573 3.61268C15.5133 3.37687 15.4186 3.2963 15.3388 3.24835C15.2557 3.19844 15.127 3.14727 14.8167 3.11687C14.4854 3.0844 14.0508 3.08326 13.3734 3.08326H8.62664C7.94917 3.08326 7.51463 3.0844 7.18325 3.11687C6.87301 3.14727 6.74431 3.19844 6.66124 3.24835C6.58143 3.2963 6.4867 3.37687 6.34269 3.61268C6.18557 3.86996 6.01997 4.22482 5.75849 4.79035L5.10646 6.20054C4.89202 6.66434 4.32084 6.87583 3.83068 6.67292C3.34053 6.47001 3.11702 5.92953 3.33146 5.46574L3.98349 4.05554C3.99001 4.04143 3.99651 4.02737 4.00299 4.01335C4.23911 3.5026 4.44732 3.05219 4.66519 2.69545C4.90214 2.30744 5.19007 1.96064 5.62276 1.7007C6.05218 1.44271 6.50841 1.33994 6.98368 1.29337C7.42672 1.24995 7.96248 1.24997 8.58013 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 5.25C3.58579 5.25 3.25 5.58579 3.25 6L3.25 9.93331V9.93333V9.93334C3.24998 11.329 3.24996 12.4537 3.37081 13.3381C3.49638 14.2571 3.76488 15.0276 4.3852 15.638C5.00383 16.2467 5.78195 16.5087 6.71013 16.6314C7.60655 16.75 8.74741 16.75 10.1678 16.75H10.1679H10.1679H11.8321H11.8321H11.8322C13.2526 16.75 14.3935 16.75 15.2899 16.6314C16.2181 16.5087 16.9962 16.2467 17.6148 15.638C18.2351 15.0276 18.5036 14.2571 18.6292 13.3381C18.75 12.4536 18.75 11.329 18.75 9.93331V6C18.75 5.58579 18.4142 5.25 18 5.25L4 5.25ZM9.5 8C8.94772 8 8.5 8.44771 8.5 9C8.5 9.55228 8.94772 10 9.5 10H12.5C13.0523 10 13.5 9.55228 13.5 9C13.5 8.44771 13.0523 8 12.5 8L9.5 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.25 16.1875C2.25 15.6697 2.68652 15.25 3.225 15.25H17.85C20.0039 15.25 21.75 16.9289 21.75 19C21.75 21.0711 20.0039 22.75 17.85 22.75H3.225C2.68652 22.75 2.25 22.3303 2.25 21.8125C2.25 21.2947 2.68652 20.875 3.225 20.875H17.85C18.927 20.875 19.8 20.0355 19.8 19C19.8 17.9645 18.927 17.125 17.85 17.125H3.225C2.68652 17.125 2.25 16.7053 2.25 16.1875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 19C4 18.4477 4.44772 18 5 18H5.00898C5.56126 18 6.00898 18.4477 6.00898 19C6.00898 19.5523 5.56126 20 5.00898 20H5C4.44772 20 4 19.5523 4 19ZM9.99551 19C9.99551 18.4477 10.4432 18 10.9955 18H11.0045C11.5568 18 12.0045 18.4477 12.0045 19C12.0045 19.5523 11.5568 20 11.0045 20H10.9955C10.4432 20 9.99551 19.5523 9.99551 19ZM15.991 19C15.991 18.4477 16.4387 18 16.991 18H17C17.5523 18 18 18.4477 18 19C18 19.5523 17.5523 20 17 20H16.991C16.4387 20 15.991 19.5523 15.991 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.58013 1.25H13.4199C14.0375 1.24997 14.5733 1.24995 15.0163 1.29337C15.4916 1.33994 15.9478 1.44271 16.3772 1.7007C16.8099 1.96064 17.0979 2.30744 17.3348 2.69545C17.5527 3.0522 17.7609 3.50261 17.997 4.01337L18.6685 5.46574C18.883 5.92953 18.6595 6.47001 18.1693 6.67292C17.6792 6.87583 17.108 6.66434 16.8935 6.20054L16.2415 4.79035C15.98 4.22482 15.8144 3.86996 15.6573 3.61268C15.5133 3.37687 15.4186 3.2963 15.3388 3.24835C15.2557 3.19844 15.127 3.14727 14.8167 3.11687C14.4854 3.0844 14.0508 3.08326 13.3734 3.08326H8.62664C7.94917 3.08326 7.51463 3.0844 7.18325 3.11687C6.87301 3.14727 6.74431 3.19844 6.66124 3.24835C6.58143 3.2963 6.4867 3.37687 6.34269 3.61268C6.18557 3.86996 6.01997 4.22482 5.75849 4.79035L5.10646 6.20054C4.89202 6.66434 4.32084 6.87583 3.83068 6.67292C3.34053 6.47001 3.11702 5.92953 3.33146 5.46574L3.98349 4.05554C3.99001 4.04143 3.99651 4.02737 4.00299 4.01335C4.23911 3.5026 4.44732 3.05219 4.66519 2.69545C4.90214 2.30744 5.19007 1.96064 5.62276 1.7007C6.05218 1.44271 6.50841 1.33994 6.98368 1.29337C7.42672 1.24995 7.96248 1.24997 8.58013 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4 5.25C3.58579 5.25 3.25 5.58579 3.25 6L3.25 9.93331V9.93333V9.93334C3.24998 11.329 3.24996 12.4537 3.37081 13.3381C3.49638 14.2571 3.76488 15.0276 4.3852 15.638C5.00383 16.2467 5.78195 16.5087 6.71013 16.6314C7.60655 16.75 8.74741 16.75 10.1678 16.75H10.1679H10.1679H11.8321H11.8321H11.8322C13.2526 16.75 14.3935 16.75 15.2899 16.6314C16.2181 16.5087 16.9962 16.2467 17.6148 15.638C18.2351 15.0276 18.5036 14.2571 18.6292 13.3381C18.75 12.4536 18.75 11.329 18.75 9.93331V6C18.75 5.58579 18.4142 5.25 18 5.25L4 5.25ZM9.5 8C8.94772 8 8.5 8.44771 8.5 9C8.5 9.55228 8.94772 10 9.5 10H12.5C13.0523 10 13.5 9.55228 13.5 9C13.5 8.44771 13.0523 8 12.5 8L9.5 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shipping-truck-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0602 3.25H5.09888C4.45963 3.24994 3.88527 3.24989 3.42037 3.31207C2.91282 3.37996 2.39212 3.53758 1.9656 3.9619C1.53908 4.38622 1.38063 4.90423 1.31239 5.40916C1.24989 5.87165 1.24994 6.44304 1.25 7.079L1.25001 14.9558C1.24998 15.3766 1.24995 15.7551 1.27855 16.069C1.30924 16.4059 1.37895 16.7623 1.57733 17.1042C1.79176 17.4737 2.10019 17.7805 2.4716 17.9938C2.81521 18.1912 3.49351 18.2799 3.83216 18.3105C4.24976 19.7207 5.56086 20.75 7.11363 20.75C8.6631 20.75 9.97194 19.725 10.3924 18.3194H13.6075C14.028 19.725 15.3369 20.75 16.8863 20.75C18.4358 20.75 19.7446 19.7251 20.1651 18.3195C21.2749 18.1819 22.5929 17.2935 22.7312 16.1895C22.7502 16.0375 22.7501 15.8713 22.75 15.7016V15.7015V15.7015L22.75 12.9722C22.75 9.09762 19.7122 5.92886 15.8768 5.69447C15.8085 5.18953 15.62 4.38622 15.1935 3.9619C14.767 3.53758 14.2463 3.37996 13.7387 3.31207C13.2738 3.24989 12.6994 3.24994 12.0602 3.25ZM15.9088 14.0855C16.2185 13.9938 16.5465 13.9446 16.8861 13.9446C18.4355 13.9446 19.7444 14.9696 20.1649 16.3751C20.607 16.3751 20.7952 16.1897 20.7952 15.8891V12.9724C20.7952 10.1831 18.6483 7.89257 15.9088 7.64697V14.0855ZM7.11337 15.8891C6.30377 15.8891 5.64746 16.542 5.64746 17.3474C5.64746 18.1528 6.30377 18.8057 7.11337 18.8057C7.92296 18.8057 8.57927 18.1528 8.57927 17.3474C8.57927 16.542 7.92296 15.8891 7.11337 15.8891ZM15.4202 17.3474C15.4202 16.542 16.0765 15.8891 16.8861 15.8891C17.6957 15.8891 18.352 16.542 18.352 17.3474C18.352 18.1528 17.6957 18.8057 16.8861 18.8057C16.0765 18.8057 15.4202 18.1528 15.4202 17.3474Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0602 3.25H5.09888C4.45963 3.24994 3.88527 3.24989 3.42037 3.31207C2.91282 3.37996 2.39212 3.53758 1.9656 3.9619C1.53908 4.38622 1.38063 4.90423 1.31239 5.40916C1.24989 5.87165 1.24994 6.44304 1.25 7.079L1.25001 14.9558C1.24998 15.3766 1.24995 15.7551 1.27855 16.069C1.30924 16.4059 1.37895 16.7623 1.57733 17.1042C1.79176 17.4737 2.10019 17.7805 2.4716 17.9938C2.81521 18.1912 3.49351 18.2799 3.83216 18.3105C4.24976 19.7207 5.56086 20.75 7.11363 20.75C8.6631 20.75 9.97194 19.725 10.3924 18.3194H13.6075C14.028 19.725 15.3369 20.75 16.8863 20.75C18.4358 20.75 19.7446 19.7251 20.1651 18.3195C21.2749 18.1819 22.5929 17.2935 22.7312 16.1895C22.7502 16.0375 22.7501 15.8713 22.75 15.7016V15.7015V15.7015L22.75 12.9722C22.75 9.09762 19.7122 5.92886 15.8768 5.69447C15.8085 5.18953 15.62 4.38622 15.1935 3.9619C14.767 3.53758 14.2463 3.37996 13.7387 3.31207C13.2738 3.24989 12.6994 3.24994 12.0602 3.25ZM15.9088 14.0855C16.2185 13.9938 16.5465 13.9446 16.8861 13.9446C18.4355 13.9446 19.7444 14.9696 20.1649 16.3751C20.607 16.3751 20.7952 16.1897 20.7952 15.8891V12.9724C20.7952 10.1831 18.6483 7.89257 15.9088 7.64697V14.0855ZM7.11337 15.8891C6.30377 15.8891 5.64746 16.542 5.64746 17.3474C5.64746 18.1528 6.30377 18.8057 7.11337 18.8057C7.92296 18.8057 8.57927 18.1528 8.57927 17.3474C8.57927 16.542 7.92296 15.8891 7.11337 15.8891ZM15.4202 17.3474C15.4202 16.542 16.0765 15.8891 16.8861 15.8891C17.6957 15.8891 18.352 16.542 18.352 17.3474C18.352 18.1528 17.6957 18.8057 16.8861 18.8057C16.0765 18.8057 15.4202 18.1528 15.4202 17.3474Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shipping-truck-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0601 3.25H5.09886C4.45961 3.24994 3.88525 3.24989 3.42036 3.31207C2.91281 3.37996 2.39211 3.53758 1.96559 3.9619C1.53908 4.38622 1.38063 4.90423 1.31239 5.40916C1.24989 5.87165 1.24994 6.44304 1.25 7.079L1.25001 14.9558C1.24998 15.3766 1.24995 15.7551 1.27855 16.069C1.30924 16.4059 1.37895 16.7623 1.57733 17.1042C1.79176 17.4737 2.10018 17.7805 2.47159 17.9938C2.8152 18.1912 3.4935 18.2799 3.83214 18.3105C4.24974 19.7207 5.56083 20.75 7.1136 20.75C8.66306 20.75 9.97189 19.725 10.3924 18.3194H13.6075C14.028 19.725 15.3368 20.75 16.8862 20.75C18.439 20.75 19.7501 19.7207 20.1677 18.3105C20.5063 18.2799 21.1846 18.1912 21.5282 17.9938C21.8997 17.7805 22.2081 17.4737 22.4225 17.1042C22.6209 16.7623 22.6906 16.4059 22.7213 16.069C22.7499 15.7551 22.7499 15.3765 22.7498 14.9558L22.7499 12.2462C22.7505 11.9209 22.751 11.5917 22.6612 11.269C22.5714 10.9464 22.4006 10.6644 22.2319 10.3857L22.2319 10.3857L20.5128 7.53538C20.3215 7.21817 20.1439 6.92361 19.9689 6.68857C19.7753 6.4284 19.5429 6.18102 19.2145 5.99605C18.8861 5.81108 18.5534 5.7401 18.2295 5.70878C17.9369 5.68049 17.5917 5.68053 17.2199 5.68056L15.8756 5.68056C15.8073 5.17563 15.6199 4.38622 15.1934 3.9619C14.7669 3.53758 14.2462 3.37996 13.7386 3.31207C13.2737 3.24989 12.6994 3.24994 12.0601 3.25ZM15.9087 14.0854C16.2184 13.9937 16.5464 13.9444 16.886 13.9444C18.4317 13.9444 19.7379 14.9644 20.1617 16.3646C20.6127 16.3646 20.7951 16.069 20.7951 15.8889V11.7881L18.252 7.625H15.9087V14.0854ZM7.11336 15.8889C6.30377 15.8889 5.64746 16.5418 5.64746 17.3472C5.64746 18.1526 6.30377 18.8056 7.11336 18.8056C7.92295 18.8056 8.57926 18.1526 8.57926 17.3472C8.57926 16.5418 7.92295 15.8889 7.11336 15.8889ZM15.4201 17.3472C15.4201 16.5418 16.0764 15.8889 16.886 15.8889C17.6956 15.8889 18.3519 16.5418 18.3519 17.3472C18.3519 18.1526 17.6956 18.8056 16.886 18.8056C16.0764 18.8056 15.4201 18.1526 15.4201 17.3472Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0601 3.25H5.09886C4.45961 3.24994 3.88525 3.24989 3.42036 3.31207C2.91281 3.37996 2.39211 3.53758 1.96559 3.9619C1.53908 4.38622 1.38063 4.90423 1.31239 5.40916C1.24989 5.87165 1.24994 6.44304 1.25 7.079L1.25001 14.9558C1.24998 15.3766 1.24995 15.7551 1.27855 16.069C1.30924 16.4059 1.37895 16.7623 1.57733 17.1042C1.79176 17.4737 2.10018 17.7805 2.47159 17.9938C2.8152 18.1912 3.4935 18.2799 3.83214 18.3105C4.24974 19.7207 5.56083 20.75 7.1136 20.75C8.66306 20.75 9.97189 19.725 10.3924 18.3194H13.6075C14.028 19.725 15.3368 20.75 16.8862 20.75C18.439 20.75 19.7501 19.7207 20.1677 18.3105C20.5063 18.2799 21.1846 18.1912 21.5282 17.9938C21.8997 17.7805 22.2081 17.4737 22.4225 17.1042C22.6209 16.7623 22.6906 16.4059 22.7213 16.069C22.7499 15.7551 22.7499 15.3765 22.7498 14.9558L22.7499 12.2462C22.7505 11.9209 22.751 11.5917 22.6612 11.269C22.5714 10.9464 22.4006 10.6644 22.2319 10.3857L22.2319 10.3857L20.5128 7.53538C20.3215 7.21817 20.1439 6.92361 19.9689 6.68857C19.7753 6.4284 19.5429 6.18102 19.2145 5.99605C18.8861 5.81108 18.5534 5.7401 18.2295 5.70878C17.9369 5.68049 17.5917 5.68053 17.2199 5.68056L15.8756 5.68056C15.8073 5.17563 15.6199 4.38622 15.1934 3.9619C14.7669 3.53758 14.2462 3.37996 13.7386 3.31207C13.2737 3.24989 12.6994 3.24994 12.0601 3.25ZM15.9087 14.0854C16.2184 13.9937 16.5464 13.9444 16.886 13.9444C18.4317 13.9444 19.7379 14.9644 20.1617 16.3646C20.6127 16.3646 20.7951 16.069 20.7951 15.8889V11.7881L18.252 7.625H15.9087V14.0854ZM7.11336 15.8889C6.30377 15.8889 5.64746 16.5418 5.64746 17.3472C5.64746 18.1526 6.30377 18.8056 7.11336 18.8056C7.92295 18.8056 8.57926 18.1526 8.57926 17.3472C8.57926 16.5418 7.92295 15.8889 7.11336 15.8889ZM15.4201 17.3472C15.4201 16.5418 16.0764 15.8889 16.886 15.8889C17.6956 15.8889 18.3519 16.5418 18.3519 17.3472C18.3519 18.1526 17.6956 18.8056 16.886 18.8056C16.0764 18.8056 15.4201 18.1526 15.4201 17.3472Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shop-sign{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.3408 20.0429C10.4182 20.3653 10.4954 20.6864 10.5936 20.9496C10.706 21.2505 10.88 21.5759 11.2097 21.8328C11.5382 22.0887 11.8959 22.1789 12.214 22.2166C12.4943 22.2499 12.8272 22.2498 13.1644 22.2498H13.1644H13.1645L13.2091 22.2498H19.6042L19.6645 22.2498C20.1767 22.2498 20.6596 22.2499 21.0483 22.195C21.4767 22.1345 21.9774 21.9847 22.3497 21.5327C22.7244 21.0778 22.7718 20.5567 22.7432 20.1241C22.7175 19.7352 22.6174 19.2672 22.5121 18.775L22.4994 18.7152L19.5247 4.79634L19.5247 4.7963C19.4152 4.28352 19.3151 3.81504 19.1844 3.43806C19.0403 3.02223 18.8258 2.61234 18.4241 2.2912C18.0237 1.97116 17.5763 1.85054 17.1388 1.79791C16.7397 1.74991 16.2558 1.74995 15.7226 1.75L7.18243 1.75001C6.73974 1.75001 6.35234 2.04725 6.23821 2.4745L1.2834 21.0219C1.14425 21.5428 1.45419 22.0778 1.97567 22.2168C2.49715 22.3558 3.0327 22.0462 3.17185 21.5253L4.38075 17H9.60921L10.3408 20.0429ZM9.12835 15L7.13257 6.69905L4.91503 15H9.12835Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.3408 20.0429C10.4182 20.3653 10.4954 20.6864 10.5936 20.9496C10.706 21.2505 10.88 21.5759 11.2097 21.8328C11.5382 22.0887 11.8959 22.1789 12.214 22.2166C12.4943 22.2499 12.8272 22.2498 13.1644 22.2498H13.1644H13.1645L13.2091 22.2498H19.6042L19.6645 22.2498C20.1767 22.2498 20.6596 22.2499 21.0483 22.195C21.4767 22.1345 21.9774 21.9847 22.3497 21.5327C22.7244 21.0778 22.7718 20.5567 22.7432 20.1241C22.7175 19.7352 22.6174 19.2672 22.5121 18.775L22.4994 18.7152L19.5247 4.79634L19.5247 4.7963C19.4152 4.28352 19.3151 3.81504 19.1844 3.43806C19.0403 3.02223 18.8258 2.61234 18.4241 2.2912C18.0237 1.97116 17.5763 1.85054 17.1388 1.79791C16.7397 1.74991 16.2558 1.74995 15.7226 1.75L7.18243 1.75001C6.73974 1.75001 6.35234 2.04725 6.23821 2.4745L1.2834 21.0219C1.14425 21.5428 1.45419 22.0778 1.97567 22.2168C2.49715 22.3558 3.0327 22.0462 3.17185 21.5253L4.38075 17H9.60921L10.3408 20.0429ZM9.12835 15L7.13257 6.69905L4.91503 15H9.12835Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-bag-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 6.61364C8.5 4.78473 10.0378 3.25 12 3.25C13.9622 3.25 15.5 4.78473 15.5 6.61364V6.82342C14.9982 6.77219 14.4596 6.75 13.8816 6.75H10.1184C9.54332 6.75 9.00446 6.77063 8.5 6.82095V6.61364ZM6.5 7.26121V6.61364C6.5 3.6226 8.99166 1.25 12 1.25C15.0083 1.25 17.5 3.6226 17.5 6.61364V7.26584C17.937 7.43308 18.3346 7.64746 18.6964 7.91803C19.8808 8.80389 20.5425 10.1886 21.0708 12.0305L21.0831 12.0731C21.557 13.7255 21.9291 15.0227 22.1148 16.0691C22.3034 17.1319 22.3214 18.0413 21.996 18.8829C21.6307 19.8277 20.9838 20.6422 20.1422 21.2265C19.3177 21.7989 18.0369 22.1697 16.644 22.4037C15.2229 22.6425 13.5806 22.7551 11.9529 22.7498C10.3252 22.7446 8.69116 22.6213 7.28633 22.38C5.9116 22.1439 4.65266 21.7783 3.85779 21.2265C3.01618 20.6422 2.36936 19.8277 2.004 18.8829C1.67859 18.0413 1.69665 17.1319 1.88524 16.0691C2.07092 15.0227 2.44298 13.7256 2.91694 12.0732L2.91694 12.0732L2.91694 12.0732L2.92918 12.0305C3.48157 10.1046 4.18716 8.71854 5.39181 7.85346C5.73196 7.60919 6.10078 7.41461 6.5 7.26121ZM10 11C10 10.4477 10.4477 10 11 10H13C13.5523 10 14 10.4477 14 11C14 11.5523 13.5523 12 13 12H11C10.4477 12 10 11.5523 10 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5 6.61364C8.5 4.78473 10.0378 3.25 12 3.25C13.9622 3.25 15.5 4.78473 15.5 6.61364V6.82342C14.9982 6.77219 14.4596 6.75 13.8816 6.75H10.1184C9.54332 6.75 9.00446 6.77063 8.5 6.82095V6.61364ZM6.5 7.26121V6.61364C6.5 3.6226 8.99166 1.25 12 1.25C15.0083 1.25 17.5 3.6226 17.5 6.61364V7.26584C17.937 7.43308 18.3346 7.64746 18.6964 7.91803C19.8808 8.80389 20.5425 10.1886 21.0708 12.0305L21.0831 12.0731C21.557 13.7255 21.9291 15.0227 22.1148 16.0691C22.3034 17.1319 22.3214 18.0413 21.996 18.8829C21.6307 19.8277 20.9838 20.6422 20.1422 21.2265C19.3177 21.7989 18.0369 22.1697 16.644 22.4037C15.2229 22.6425 13.5806 22.7551 11.9529 22.7498C10.3252 22.7446 8.69116 22.6213 7.28633 22.38C5.9116 22.1439 4.65266 21.7783 3.85779 21.2265C3.01618 20.6422 2.36936 19.8277 2.004 18.8829C1.67859 18.0413 1.69665 17.1319 1.88524 16.0691C2.07092 15.0227 2.44298 13.7256 2.91694 12.0732L2.91694 12.0732L2.91694 12.0732L2.92918 12.0305C3.48157 10.1046 4.18716 8.71854 5.39181 7.85346C5.73196 7.60919 6.10078 7.41461 6.5 7.26121ZM10 11C10 10.4477 10.4477 10 11 10H13C13.5523 10 14 10.4477 14 11C14 11.5523 13.5523 12 13 12H11C10.4477 12 10 11.5523 10 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-bag-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.87499C10.3383 2.87499 8.95401 4.12598 8.81602 5.75237L8.65583 7.64031C8.61205 8.15628 8.15067 8.53971 7.62532 8.49671C7.09996 8.45371 6.70957 8.00057 6.75335 7.4846L6.91354 5.59666C7.13399 2.99848 9.34542 1 12 1C14.6546 1 16.866 2.99848 17.0865 5.59666L17.2466 7.4846C17.2904 8.00057 16.9 8.45371 16.3747 8.49671C15.8493 8.53971 15.388 8.15628 15.3442 7.64031L15.184 5.75237C15.046 4.12598 13.6617 2.87499 12 2.87499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5824 7H14.5824H14.5824H9.41757H9.41756H9.41754C8.23202 6.99998 7.27196 6.99997 6.50436 7.09645C5.70461 7.19698 5.02391 7.41108 4.44408 7.90272C3.86527 8.39351 3.53928 9.03179 3.3021 9.80779C3.07386 10.5545 2.90536 11.5103 2.69674 12.6935L2.31266 14.8719C2.02276 16.5158 1.79124 17.8288 1.75503 18.8675C1.7177 19.9384 1.88015 20.8568 2.50727 21.6154C3.13596 22.3759 4.00487 22.7015 5.0573 22.8533C6.07529 23 7.39387 23 9.04111 23H14.9589C16.6061 23 17.9247 23 18.9427 22.8533C19.9951 22.7015 20.864 22.3759 21.4927 21.6154C22.1198 20.8568 22.2823 19.9384 22.2449 18.8675C22.2087 17.8288 21.9772 16.5159 21.6873 14.8719L21.3032 12.6935C21.0946 11.5103 20.9261 10.5545 20.6979 9.80779C20.4607 9.03179 20.1347 8.39351 19.5559 7.90272C18.9761 7.41108 18.2954 7.19698 17.4956 7.09645C16.728 6.99997 15.768 6.99998 14.5824 7ZM14.0041 10.6584C13.9287 11.4784 13.1316 12.25 11.9999 12.25C10.8683 12.25 10.0712 11.4784 9.99573 10.6584C9.94512 10.1084 9.45827 9.7036 8.90831 9.75421C8.35835 9.80481 7.95354 10.2917 8.00414 10.8416C8.18874 12.8478 10.0003 14.25 11.9999 14.25C13.9996 14.25 15.8111 12.8478 15.9957 10.8416C16.0463 10.2917 15.6415 9.80481 15.0916 9.75421C14.5416 9.7036 14.0547 10.1084 14.0041 10.6584Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.87499C10.3383 2.87499 8.95401 4.12598 8.81602 5.75237L8.65583 7.64031C8.61205 8.15628 8.15067 8.53971 7.62532 8.49671C7.09996 8.45371 6.70957 8.00057 6.75335 7.4846L6.91354 5.59666C7.13399 2.99848 9.34542 1 12 1C14.6546 1 16.866 2.99848 17.0865 5.59666L17.2466 7.4846C17.2904 8.00057 16.9 8.45371 16.3747 8.49671C15.8493 8.53971 15.388 8.15628 15.3442 7.64031L15.184 5.75237C15.046 4.12598 13.6617 2.87499 12 2.87499Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5824 7H14.5824H14.5824H9.41757H9.41756H9.41754C8.23202 6.99998 7.27196 6.99997 6.50436 7.09645C5.70461 7.19698 5.02391 7.41108 4.44408 7.90272C3.86527 8.39351 3.53928 9.03179 3.3021 9.80779C3.07386 10.5545 2.90536 11.5103 2.69674 12.6935L2.31266 14.8719C2.02276 16.5158 1.79124 17.8288 1.75503 18.8675C1.7177 19.9384 1.88015 20.8568 2.50727 21.6154C3.13596 22.3759 4.00487 22.7015 5.0573 22.8533C6.07529 23 7.39387 23 9.04111 23H14.9589C16.6061 23 17.9247 23 18.9427 22.8533C19.9951 22.7015 20.864 22.3759 21.4927 21.6154C22.1198 20.8568 22.2823 19.9384 22.2449 18.8675C22.2087 17.8288 21.9772 16.5159 21.6873 14.8719L21.3032 12.6935C21.0946 11.5103 20.9261 10.5545 20.6979 9.80779C20.4607 9.03179 20.1347 8.39351 19.5559 7.90272C18.9761 7.41108 18.2954 7.19698 17.4956 7.09645C16.728 6.99997 15.768 6.99998 14.5824 7ZM14.0041 10.6584C13.9287 11.4784 13.1316 12.25 11.9999 12.25C10.8683 12.25 10.0712 11.4784 9.99573 10.6584C9.94512 10.1084 9.45827 9.7036 8.90831 9.75421C8.35835 9.80481 7.95354 10.2917 8.00414 10.8416C8.18874 12.8478 10.0003 14.25 11.9999 14.25C13.9996 14.25 15.8111 12.8478 15.9957 10.8416C16.0463 10.2917 15.6415 9.80481 15.0916 9.75421C14.5416 9.7036 14.0547 10.1084 14.0041 10.6584Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-bag-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5839 6.375C15.7682 6.37498 16.7296 6.37496 17.4988 6.47498C18.3026 6.57949 18.9857 6.80239 19.5654 7.31093C20.1415 7.8162 20.4645 8.47121 20.6999 9.26802C20.9273 10.0378 21.0954 11.024 21.3044 12.2502L21.3044 12.2503L21.6874 14.4975L21.6874 14.4975C21.9779 16.2013 22.2089 17.5567 22.245 18.6276C22.2821 19.7278 22.1212 20.6658 21.5006 21.4424C20.8744 22.2259 20.0045 22.5651 18.9463 22.7229C17.9265 22.875 16.6064 22.875 14.9607 22.875H14.9607H9.03931H9.03928C7.39361 22.875 6.07347 22.875 5.05369 22.7229C3.99552 22.5651 3.12563 22.2259 2.49943 21.4424C1.87881 20.6658 1.71794 19.7278 1.75501 18.6276C1.7911 17.5567 2.02213 16.2013 2.31255 14.4975L2.69558 12.2503C2.90457 11.024 3.07266 10.0378 3.30009 9.26802C3.53552 8.47121 3.85853 7.8162 4.43457 7.31093C5.01432 6.80239 5.69744 6.57949 6.50119 6.47498C7.27039 6.37496 8.23183 6.37498 9.4161 6.375H9.41612H14.5839H14.5839Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.125C10.2709 3.125 8.83571 4.46132 8.71251 6.18608L8.4975 9.19625C8.45815 9.74713 7.97968 10.1618 7.4288 10.1225C6.87791 10.0831 6.46324 9.60463 6.50258 9.05375L6.7176 6.04359C6.91555 3.27221 9.22161 1.125 12 1.125C14.7785 1.125 17.0845 3.27221 17.2825 6.04359L17.4975 9.05375C17.5368 9.60463 17.1222 10.0831 16.5713 10.1225C16.0204 10.1618 15.5419 9.74713 15.5026 9.19625L15.2876 6.18608C15.1644 4.46132 13.7292 3.125 12 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5839 6.375C15.7682 6.37498 16.7296 6.37496 17.4988 6.47498C18.3026 6.57949 18.9857 6.80239 19.5654 7.31093C20.1415 7.8162 20.4645 8.47121 20.6999 9.26802C20.9273 10.0378 21.0954 11.024 21.3044 12.2502L21.3044 12.2503L21.6874 14.4975L21.6874 14.4975C21.9779 16.2013 22.2089 17.5567 22.245 18.6276C22.2821 19.7278 22.1212 20.6658 21.5006 21.4424C20.8744 22.2259 20.0045 22.5651 18.9463 22.7229C17.9265 22.875 16.6064 22.875 14.9607 22.875H14.9607H9.03931H9.03928C7.39361 22.875 6.07347 22.875 5.05369 22.7229C3.99552 22.5651 3.12563 22.2259 2.49943 21.4424C1.87881 20.6658 1.71794 19.7278 1.75501 18.6276C1.7911 17.5567 2.02213 16.2013 2.31255 14.4975L2.69558 12.2503C2.90457 11.024 3.07266 10.0378 3.30009 9.26802C3.53552 8.47121 3.85853 7.8162 4.43457 7.31093C5.01432 6.80239 5.69744 6.57949 6.50119 6.47498C7.27039 6.37496 8.23183 6.37498 9.4161 6.375H9.41612H14.5839H14.5839Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.125C10.2709 3.125 8.83571 4.46132 8.71251 6.18608L8.4975 9.19625C8.45815 9.74713 7.97968 10.1618 7.4288 10.1225C6.87791 10.0831 6.46324 9.60463 6.50258 9.05375L6.7176 6.04359C6.91555 3.27221 9.22161 1.125 12 1.125C14.7785 1.125 17.0845 3.27221 17.2825 6.04359L17.4975 9.05375C17.5368 9.60463 17.1222 10.0831 16.5713 10.1225C16.0204 10.1618 15.5419 9.74713 15.5026 9.19625L15.2876 6.18608C15.1644 4.46132 13.7292 3.125 12 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-bag-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.375 3.125C9.41277 3.125 7.875 4.65973 7.875 6.48864V8.125C7.875 8.67728 7.42728 9.125 6.875 9.125C6.32272 9.125 5.875 8.67728 5.875 8.125V6.48864C5.875 3.4976 8.36666 1.125 11.375 1.125C14.3833 1.125 16.875 3.4976 16.875 6.48864V8.125C16.875 8.67728 16.4273 9.125 15.875 9.125C15.3227 9.125 14.875 8.67728 14.875 8.125V6.48864C14.875 4.65973 13.3372 3.125 11.375 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.76681 7.72846C5.96283 6.86957 7.51333 6.625 9.49342 6.625H13.2566C15.326 6.625 16.8899 6.90938 18.0714 7.79303C19.0867 8.55241 19.7179 9.67839 20.2103 11.1447C20.3247 11.4854 20.3819 11.6558 20.2921 11.7807C20.2023 11.9055 20.0181 11.9055 19.6496 11.9055H19.622C19.525 11.9055 19.4764 11.9055 19.4343 11.8929C19.3922 11.8803 19.3438 11.8485 19.247 11.7848C18.8531 11.5257 18.3817 11.375 17.875 11.375C16.4943 11.375 15.375 12.4943 15.375 13.875V14.775C15.375 15.0578 15.375 15.1993 15.2871 15.2871C15.1993 15.375 15.0578 15.375 14.775 15.375H13.875C12.4943 15.375 11.375 16.4943 11.375 17.875C11.375 19.2557 12.4943 20.375 13.875 20.375H14.775C15.0578 20.375 15.1993 20.375 15.2871 20.4629C15.375 20.5507 15.375 20.6922 15.375 20.975V21.875C15.375 22.0755 15.375 22.1758 15.3503 22.2329C15.3216 22.2991 15.2879 22.337 15.2254 22.3732C15.1716 22.4044 15.091 22.4138 14.9301 22.4326C13.7882 22.5659 12.5539 22.6288 11.3279 22.6248C9.70017 22.6196 8.06616 22.4963 6.66133 22.255C5.2866 22.0189 4.02766 21.6533 3.23279 21.1015C2.39118 20.5172 1.74436 19.7027 1.379 18.7579C1.05359 17.9163 1.07165 17.0069 1.26024 15.9441C1.44592 14.8977 1.81799 13.6006 2.29194 11.9482L2.30418 11.9055C2.85657 9.97965 3.56216 8.59354 4.76681 7.72846ZM10.375 9.875C9.82271 9.875 9.375 10.3227 9.375 10.875C9.375 11.4273 9.82271 11.875 10.375 11.875H12.375C12.9273 11.875 13.375 11.4273 13.375 10.875C13.375 10.3227 12.9273 9.875 12.375 9.875H10.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.875 12.875C18.4273 12.875 18.875 13.3227 18.875 13.875V16.875H21.875C22.4273 16.875 22.875 17.3227 22.875 17.875C22.875 18.4273 22.4273 18.875 21.875 18.875H18.875V21.875C18.875 22.4273 18.4273 22.875 17.875 22.875C17.3227 22.875 16.875 22.4273 16.875 21.875V18.875H13.875C13.3227 18.875 12.875 18.4273 12.875 17.875C12.875 17.3227 13.3227 16.875 13.875 16.875H16.875L16.875 13.875C16.875 13.3227 17.3227 12.875 17.875 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.375 3.125C9.41277 3.125 7.875 4.65973 7.875 6.48864V8.125C7.875 8.67728 7.42728 9.125 6.875 9.125C6.32272 9.125 5.875 8.67728 5.875 8.125V6.48864C5.875 3.4976 8.36666 1.125 11.375 1.125C14.3833 1.125 16.875 3.4976 16.875 6.48864V8.125C16.875 8.67728 16.4273 9.125 15.875 9.125C15.3227 9.125 14.875 8.67728 14.875 8.125V6.48864C14.875 4.65973 13.3372 3.125 11.375 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.76681 7.72846C5.96283 6.86957 7.51333 6.625 9.49342 6.625H13.2566C15.326 6.625 16.8899 6.90938 18.0714 7.79303C19.0867 8.55241 19.7179 9.67839 20.2103 11.1447C20.3247 11.4854 20.3819 11.6558 20.2921 11.7807C20.2023 11.9055 20.0181 11.9055 19.6496 11.9055H19.622C19.525 11.9055 19.4764 11.9055 19.4343 11.8929C19.3922 11.8803 19.3438 11.8485 19.247 11.7848C18.8531 11.5257 18.3817 11.375 17.875 11.375C16.4943 11.375 15.375 12.4943 15.375 13.875V14.775C15.375 15.0578 15.375 15.1993 15.2871 15.2871C15.1993 15.375 15.0578 15.375 14.775 15.375H13.875C12.4943 15.375 11.375 16.4943 11.375 17.875C11.375 19.2557 12.4943 20.375 13.875 20.375H14.775C15.0578 20.375 15.1993 20.375 15.2871 20.4629C15.375 20.5507 15.375 20.6922 15.375 20.975V21.875C15.375 22.0755 15.375 22.1758 15.3503 22.2329C15.3216 22.2991 15.2879 22.337 15.2254 22.3732C15.1716 22.4044 15.091 22.4138 14.9301 22.4326C13.7882 22.5659 12.5539 22.6288 11.3279 22.6248C9.70017 22.6196 8.06616 22.4963 6.66133 22.255C5.2866 22.0189 4.02766 21.6533 3.23279 21.1015C2.39118 20.5172 1.74436 19.7027 1.379 18.7579C1.05359 17.9163 1.07165 17.0069 1.26024 15.9441C1.44592 14.8977 1.81799 13.6006 2.29194 11.9482L2.30418 11.9055C2.85657 9.97965 3.56216 8.59354 4.76681 7.72846ZM10.375 9.875C9.82271 9.875 9.375 10.3227 9.375 10.875C9.375 11.4273 9.82271 11.875 10.375 11.875H12.375C12.9273 11.875 13.375 11.4273 13.375 10.875C13.375 10.3227 12.9273 9.875 12.375 9.875H10.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.875 12.875C18.4273 12.875 18.875 13.3227 18.875 13.875V16.875H21.875C22.4273 16.875 22.875 17.3227 22.875 17.875C22.875 18.4273 22.4273 18.875 21.875 18.875H18.875V21.875C18.875 22.4273 18.4273 22.875 17.875 22.875C17.3227 22.875 16.875 22.4273 16.875 21.875V18.875H13.875C13.3227 18.875 12.875 18.4273 12.875 17.875C12.875 17.3227 13.3227 16.875 13.875 16.875H16.875L16.875 13.875C16.875 13.3227 17.3227 12.875 17.875 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-bag-check{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.375 3.25C9.41277 3.25 7.875 4.78473 7.875 6.61364V8.25C7.875 8.80228 7.42728 9.25 6.875 9.25C6.32272 9.25 5.875 8.80228 5.875 8.25V6.61364C5.875 3.6226 8.36666 1.25 11.375 1.25C14.3833 1.25 16.875 3.6226 16.875 6.61364V8.25C16.875 8.80228 16.4273 9.25 15.875 9.25C15.3227 9.25 14.875 8.80228 14.875 8.25V6.61364C14.875 4.78473 13.3372 3.25 11.375 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.76681 7.85346C5.96283 6.99457 7.51333 6.75 9.49342 6.75H13.2566C15.326 6.75 16.8899 7.03438 18.0714 7.91803C19.2558 8.80389 19.9175 10.1886 20.4458 12.0305L20.4581 12.0731L20.5179 12.2819C20.5861 12.5197 20.6202 12.6386 20.5777 12.737C20.5352 12.8355 20.4185 12.8958 20.185 13.0163C19.3966 13.4233 18.6904 13.9602 18.0979 14.4798C17.2727 15.2035 16.5194 16.0268 15.8965 16.7735C15.8482 16.8314 15.8241 16.8603 15.802 16.8784C15.7197 16.9457 15.6302 16.964 15.5281 16.9342C15.5007 16.9263 15.4625 16.9067 15.3862 16.8676C15.0239 16.6821 14.5181 16.5 13.875 16.5C12.4943 16.5 11.375 17.6193 11.375 19C11.375 20.0758 12.0537 20.9918 13.0068 21.3448L13.0068 21.3448C13.1028 21.3804 13.1508 21.3982 13.1857 21.4243C13.2205 21.4504 13.2428 21.4804 13.2875 21.5404L13.2875 21.5404C13.3961 21.6865 13.5205 21.8813 13.6389 22.118C13.6878 22.2158 13.7122 22.2647 13.7165 22.275C13.8016 22.4825 13.7011 22.6563 13.4788 22.6862C13.4678 22.6876 13.4304 22.6899 13.3557 22.6943C12.6886 22.7337 12.007 22.752 11.3279 22.7498C9.70017 22.7446 8.06616 22.6213 6.66133 22.38C5.2866 22.1439 4.02766 21.7783 3.23279 21.2265C2.39118 20.6422 1.74436 19.8277 1.379 18.8829C1.05359 18.0413 1.07165 17.1319 1.26024 16.0691C1.44592 15.0227 1.81799 13.7256 2.29194 12.0732L2.30418 12.0305C2.85657 10.1046 3.56216 8.71854 4.76681 7.85346ZM10.375 10C9.82271 10 9.375 10.4477 9.375 11C9.375 11.5523 9.82271 12 10.375 12H12.375C12.9273 12 13.375 11.5523 13.375 11C13.375 10.4477 12.9273 10 12.375 10H10.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.8176 14.6664C23.002 15.187 22.7294 15.7585 22.2088 15.9429C21.6752 16.1319 21.0587 16.5388 20.4057 17.1115C19.763 17.6751 19.1378 18.3521 18.5841 19.0159C18.0322 19.6774 17.5635 20.3111 17.2324 20.7801C17.0672 21.0141 16.7191 21.5365 16.7191 21.5365C16.5258 21.8406 16.1837 22.0174 15.8239 21.999C15.4639 21.9805 15.1418 21.7698 14.9806 21.4475C14.5399 20.5661 13.9854 20.0149 13.7814 19.9959C13.273 19.9487 12.875 19.521 12.875 19.0003C12.875 18.448 13.3227 18.0003 13.875 18.0003C14.4273 18.0003 14.7803 18.2353 15.0547 18.4182C15.329 18.6011 15.6166 18.8538 15.9054 19.1997C16.2206 18.7689 16.609 18.2613 17.0483 17.7347C17.6416 17.0235 18.34 16.2629 19.087 15.6078C19.8236 14.9618 20.663 14.3686 21.5412 14.0576C22.0618 13.8733 22.6332 14.1458 22.8176 14.6664Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.375 3.25C9.41277 3.25 7.875 4.78473 7.875 6.61364V8.25C7.875 8.80228 7.42728 9.25 6.875 9.25C6.32272 9.25 5.875 8.80228 5.875 8.25V6.61364C5.875 3.6226 8.36666 1.25 11.375 1.25C14.3833 1.25 16.875 3.6226 16.875 6.61364V8.25C16.875 8.80228 16.4273 9.25 15.875 9.25C15.3227 9.25 14.875 8.80228 14.875 8.25V6.61364C14.875 4.78473 13.3372 3.25 11.375 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.76681 7.85346C5.96283 6.99457 7.51333 6.75 9.49342 6.75H13.2566C15.326 6.75 16.8899 7.03438 18.0714 7.91803C19.2558 8.80389 19.9175 10.1886 20.4458 12.0305L20.4581 12.0731L20.5179 12.2819C20.5861 12.5197 20.6202 12.6386 20.5777 12.737C20.5352 12.8355 20.4185 12.8958 20.185 13.0163C19.3966 13.4233 18.6904 13.9602 18.0979 14.4798C17.2727 15.2035 16.5194 16.0268 15.8965 16.7735C15.8482 16.8314 15.8241 16.8603 15.802 16.8784C15.7197 16.9457 15.6302 16.964 15.5281 16.9342C15.5007 16.9263 15.4625 16.9067 15.3862 16.8676C15.0239 16.6821 14.5181 16.5 13.875 16.5C12.4943 16.5 11.375 17.6193 11.375 19C11.375 20.0758 12.0537 20.9918 13.0068 21.3448L13.0068 21.3448C13.1028 21.3804 13.1508 21.3982 13.1857 21.4243C13.2205 21.4504 13.2428 21.4804 13.2875 21.5404L13.2875 21.5404C13.3961 21.6865 13.5205 21.8813 13.6389 22.118C13.6878 22.2158 13.7122 22.2647 13.7165 22.275C13.8016 22.4825 13.7011 22.6563 13.4788 22.6862C13.4678 22.6876 13.4304 22.6899 13.3557 22.6943C12.6886 22.7337 12.007 22.752 11.3279 22.7498C9.70017 22.7446 8.06616 22.6213 6.66133 22.38C5.2866 22.1439 4.02766 21.7783 3.23279 21.2265C2.39118 20.6422 1.74436 19.8277 1.379 18.8829C1.05359 18.0413 1.07165 17.1319 1.26024 16.0691C1.44592 15.0227 1.81799 13.7256 2.29194 12.0732L2.30418 12.0305C2.85657 10.1046 3.56216 8.71854 4.76681 7.85346ZM10.375 10C9.82271 10 9.375 10.4477 9.375 11C9.375 11.5523 9.82271 12 10.375 12H12.375C12.9273 12 13.375 11.5523 13.375 11C13.375 10.4477 12.9273 10 12.375 10H10.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.8176 14.6664C23.002 15.187 22.7294 15.7585 22.2088 15.9429C21.6752 16.1319 21.0587 16.5388 20.4057 17.1115C19.763 17.6751 19.1378 18.3521 18.5841 19.0159C18.0322 19.6774 17.5635 20.3111 17.2324 20.7801C17.0672 21.0141 16.7191 21.5365 16.7191 21.5365C16.5258 21.8406 16.1837 22.0174 15.8239 21.999C15.4639 21.9805 15.1418 21.7698 14.9806 21.4475C14.5399 20.5661 13.9854 20.0149 13.7814 19.9959C13.273 19.9487 12.875 19.521 12.875 19.0003C12.875 18.448 13.3227 18.0003 13.875 18.0003C14.4273 18.0003 14.7803 18.2353 15.0547 18.4182C15.329 18.6011 15.6166 18.8538 15.9054 19.1997C16.2206 18.7689 16.609 18.2613 17.0483 17.7347C17.6416 17.0235 18.34 16.2629 19.087 15.6078C19.8236 14.9618 20.663 14.3686 21.5412 14.0576C22.0618 13.8733 22.6332 14.1458 22.8176 14.6664Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-bag-favorite{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 3.25C9.53777 3.25 8 4.78473 8 6.61364V8.25C8 8.80228 7.55228 9.25 7 9.25C6.44772 9.25 6 8.80228 6 8.25V6.61364C6 3.6226 8.49166 1.25 11.5 1.25C14.5083 1.25 17 3.6226 17 6.61364V8.25C17 8.80228 16.5523 9.25 16 9.25C15.4477 9.25 15 8.80228 15 8.25V6.61364C15 4.78473 13.4622 3.25 11.5 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.89181 7.85346C6.08783 6.99457 7.63833 6.75 9.61842 6.75H13.3816C15.451 6.75 17.0149 7.03438 18.1964 7.91803C19.1232 8.61127 19.73 9.61002 20.2033 10.8943C20.3537 11.3025 20.429 11.5067 20.3371 11.6358C20.2451 11.7648 19.9953 11.7599 19.4955 11.75C18.8664 11.7375 18.2756 11.8545 17.7484 12.055C17.6201 12.1038 17.5559 12.1282 17.5008 12.1282C17.4457 12.1282 17.3815 12.1038 17.2533 12.055C16.0566 11.5998 14.5321 11.5752 12.9768 12.5175C11.2761 13.5478 10.5393 15.5451 10.8048 17.5006C11.0003 18.9401 11.7107 20.3582 12.9105 21.6364C13.3583 22.1135 13.5822 22.3521 13.5077 22.5312C13.4332 22.7103 13.1258 22.7191 12.5109 22.7366C12.1592 22.7466 11.8057 22.751 11.4529 22.7498C9.82517 22.7446 8.19116 22.6213 6.78633 22.38C5.4116 22.1439 4.15266 21.7783 3.35779 21.2265C2.51618 20.6422 1.86936 19.8277 1.504 18.8829C1.17859 18.0413 1.19665 17.1319 1.38524 16.0691C1.57092 15.0227 1.94299 13.7256 2.41694 12.0732L2.42918 12.0305C2.98157 10.1046 3.68716 8.71854 4.89181 7.85346ZM10.5 10C9.94771 10 9.5 10.4477 9.5 11C9.5 11.5523 9.94771 12 10.5 12H12.5C13.0523 12 13.5 11.5523 13.5 11C13.5 10.4477 13.0523 10 12.5 10H10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7538 13.8007C15.2573 12.8899 16.6403 13.2484 17.4819 13.8726L17.5006 13.8864L17.5193 13.8726C18.3609 13.2484 19.7439 12.8899 21.2474 13.8007C22.3412 14.4634 22.9116 15.8159 22.7102 17.299C22.5071 18.7948 21.5372 20.4197 19.5904 21.8428C18.9646 22.3014 18.3519 22.7503 17.5006 22.7503C16.6493 22.7503 16.0366 22.3014 15.4108 21.8428C13.464 20.4197 12.4941 18.7948 12.291 17.299C12.0896 15.8159 12.6599 14.4634 13.7538 13.8007Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5 3.25C9.53777 3.25 8 4.78473 8 6.61364V8.25C8 8.80228 7.55228 9.25 7 9.25C6.44772 9.25 6 8.80228 6 8.25V6.61364C6 3.6226 8.49166 1.25 11.5 1.25C14.5083 1.25 17 3.6226 17 6.61364V8.25C17 8.80228 16.5523 9.25 16 9.25C15.4477 9.25 15 8.80228 15 8.25V6.61364C15 4.78473 13.4622 3.25 11.5 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.89181 7.85346C6.08783 6.99457 7.63833 6.75 9.61842 6.75H13.3816C15.451 6.75 17.0149 7.03438 18.1964 7.91803C19.1232 8.61127 19.73 9.61002 20.2033 10.8943C20.3537 11.3025 20.429 11.5067 20.3371 11.6358C20.2451 11.7648 19.9953 11.7599 19.4955 11.75C18.8664 11.7375 18.2756 11.8545 17.7484 12.055C17.6201 12.1038 17.5559 12.1282 17.5008 12.1282C17.4457 12.1282 17.3815 12.1038 17.2533 12.055C16.0566 11.5998 14.5321 11.5752 12.9768 12.5175C11.2761 13.5478 10.5393 15.5451 10.8048 17.5006C11.0003 18.9401 11.7107 20.3582 12.9105 21.6364C13.3583 22.1135 13.5822 22.3521 13.5077 22.5312C13.4332 22.7103 13.1258 22.7191 12.5109 22.7366C12.1592 22.7466 11.8057 22.751 11.4529 22.7498C9.82517 22.7446 8.19116 22.6213 6.78633 22.38C5.4116 22.1439 4.15266 21.7783 3.35779 21.2265C2.51618 20.6422 1.86936 19.8277 1.504 18.8829C1.17859 18.0413 1.19665 17.1319 1.38524 16.0691C1.57092 15.0227 1.94299 13.7256 2.41694 12.0732L2.42918 12.0305C2.98157 10.1046 3.68716 8.71854 4.89181 7.85346ZM10.5 10C9.94771 10 9.5 10.4477 9.5 11C9.5 11.5523 9.94771 12 10.5 12H12.5C13.0523 12 13.5 11.5523 13.5 11C13.5 10.4477 13.0523 10 12.5 10H10.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7538 13.8007C15.2573 12.8899 16.6403 13.2484 17.4819 13.8726L17.5006 13.8864L17.5193 13.8726C18.3609 13.2484 19.7439 12.8899 21.2474 13.8007C22.3412 14.4634 22.9116 15.8159 22.7102 17.299C22.5071 18.7948 21.5372 20.4197 19.5904 21.8428C18.9646 22.3014 18.3519 22.7503 17.5006 22.7503C16.6493 22.7503 16.0366 22.3014 15.4108 21.8428C13.464 20.4197 12.4941 18.7948 12.291 17.299C12.0896 15.8159 12.6599 14.4634 13.7538 13.8007Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-bag-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.875 3.125C9.91277 3.125 8.375 4.65973 8.375 6.48864V8.125C8.375 8.67728 7.92728 9.125 7.375 9.125C6.82272 9.125 6.375 8.67728 6.375 8.125V6.48864C6.375 3.4976 8.86666 1.125 11.875 1.125C14.8833 1.125 17.375 3.4976 17.375 6.48864V8.125C17.375 8.67728 16.9273 9.125 16.375 9.125C15.8227 9.125 15.375 8.67728 15.375 8.125V6.48864C15.375 4.65973 13.8372 3.125 11.875 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.26681 7.72846C6.46283 6.86957 8.01333 6.625 9.99342 6.625H13.7566C15.826 6.625 17.3899 6.90938 18.5714 7.79303C19.7558 8.67889 20.4175 10.0636 20.9458 11.9055C20.9856 12.044 21.0054 12.1132 21.0029 12.1631C20.9977 12.2637 20.9646 12.3262 20.8843 12.387C20.8445 12.4172 20.7603 12.4449 20.592 12.5002C20.232 12.6186 19.8935 12.8209 19.6072 13.1072L18.2993 14.4152C18.0993 14.6152 17.9993 14.7152 17.875 14.7152C17.7507 14.7152 17.6507 14.6152 17.4507 14.4152L16.1428 13.1072C15.1665 12.1309 13.5835 12.1309 12.6072 13.1072C11.6309 14.0835 11.6309 15.6665 12.6072 16.6428L13.9152 17.9507C14.1152 18.1507 14.2152 18.2507 14.2152 18.375C14.2152 18.4993 14.1152 18.5993 13.9152 18.7993L12.6072 20.1072C11.9668 20.7477 11.7465 21.6492 11.9463 22.4692C11.9653 22.5471 11.9081 22.6251 11.8279 22.6248C10.2002 22.6196 8.56616 22.4963 7.16133 22.255C5.7866 22.0189 4.52766 21.6533 3.73279 21.1015C2.89118 20.5172 2.24436 19.7027 1.879 18.7579C1.55359 17.9163 1.57165 17.0069 1.76024 15.9441C1.94592 14.8977 2.31799 13.6006 2.79194 11.9482L2.80418 11.9055C3.35657 9.97965 4.06216 8.59354 5.26681 7.72846ZM10.875 9.875C10.3227 9.875 9.875 10.3227 9.875 10.875C9.875 11.4273 10.3227 11.875 10.875 11.875H12.875C13.4273 11.875 13.875 11.4273 13.875 10.875C13.875 10.3227 13.4273 9.875 12.875 9.875H10.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0821 14.1679C22.4726 14.5584 22.4726 15.1916 22.0821 15.5821L19.2892 18.375L22.0821 21.1679C22.4726 21.5584 22.4726 22.1916 22.0821 22.5821C21.6916 22.9726 21.0584 22.9726 20.6679 22.5821L17.875 19.7892L15.0821 22.5821C14.6916 22.9726 14.0584 22.9726 13.6679 22.5821C13.2774 22.1916 13.2774 21.5584 13.6679 21.1679L16.4608 18.375L13.6679 15.5821C13.2774 15.1916 13.2774 14.5584 13.6679 14.1679C14.0584 13.7774 14.6916 13.7774 15.0821 14.1679L17.875 16.9608L20.6679 14.1679C21.0584 13.7774 21.6916 13.7774 22.0821 14.1679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.875 3.125C9.91277 3.125 8.375 4.65973 8.375 6.48864V8.125C8.375 8.67728 7.92728 9.125 7.375 9.125C6.82272 9.125 6.375 8.67728 6.375 8.125V6.48864C6.375 3.4976 8.86666 1.125 11.875 1.125C14.8833 1.125 17.375 3.4976 17.375 6.48864V8.125C17.375 8.67728 16.9273 9.125 16.375 9.125C15.8227 9.125 15.375 8.67728 15.375 8.125V6.48864C15.375 4.65973 13.8372 3.125 11.875 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.26681 7.72846C6.46283 6.86957 8.01333 6.625 9.99342 6.625H13.7566C15.826 6.625 17.3899 6.90938 18.5714 7.79303C19.7558 8.67889 20.4175 10.0636 20.9458 11.9055C20.9856 12.044 21.0054 12.1132 21.0029 12.1631C20.9977 12.2637 20.9646 12.3262 20.8843 12.387C20.8445 12.4172 20.7603 12.4449 20.592 12.5002C20.232 12.6186 19.8935 12.8209 19.6072 13.1072L18.2993 14.4152C18.0993 14.6152 17.9993 14.7152 17.875 14.7152C17.7507 14.7152 17.6507 14.6152 17.4507 14.4152L16.1428 13.1072C15.1665 12.1309 13.5835 12.1309 12.6072 13.1072C11.6309 14.0835 11.6309 15.6665 12.6072 16.6428L13.9152 17.9507C14.1152 18.1507 14.2152 18.2507 14.2152 18.375C14.2152 18.4993 14.1152 18.5993 13.9152 18.7993L12.6072 20.1072C11.9668 20.7477 11.7465 21.6492 11.9463 22.4692C11.9653 22.5471 11.9081 22.6251 11.8279 22.6248C10.2002 22.6196 8.56616 22.4963 7.16133 22.255C5.7866 22.0189 4.52766 21.6533 3.73279 21.1015C2.89118 20.5172 2.24436 19.7027 1.879 18.7579C1.55359 17.9163 1.57165 17.0069 1.76024 15.9441C1.94592 14.8977 2.31799 13.6006 2.79194 11.9482L2.80418 11.9055C3.35657 9.97965 4.06216 8.59354 5.26681 7.72846ZM10.875 9.875C10.3227 9.875 9.875 10.3227 9.875 10.875C9.875 11.4273 10.3227 11.875 10.875 11.875H12.875C13.4273 11.875 13.875 11.4273 13.875 10.875C13.875 10.3227 13.4273 9.875 12.875 9.875H10.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0821 14.1679C22.4726 14.5584 22.4726 15.1916 22.0821 15.5821L19.2892 18.375L22.0821 21.1679C22.4726 21.5584 22.4726 22.1916 22.0821 22.5821C21.6916 22.9726 21.0584 22.9726 20.6679 22.5821L17.875 19.7892L15.0821 22.5821C14.6916 22.9726 14.0584 22.9726 13.6679 22.5821C13.2774 22.1916 13.2774 21.5584 13.6679 21.1679L16.4608 18.375L13.6679 15.5821C13.2774 15.1916 13.2774 14.5584 13.6679 14.1679C14.0584 13.7774 14.6916 13.7774 15.0821 14.1679L17.875 16.9608L20.6679 14.1679C21.0584 13.7774 21.6916 13.7774 22.0821 14.1679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.53543 6.75L4.58563 6.75001L19.4646 6.75C19.9568 6.74994 20.4052 6.74989 20.7642 6.80237C21.1588 6.86006 21.5792 6.99805 21.8925 7.38056C22.2023 7.75888 22.2601 8.19716 22.2487 8.59566C22.2381 8.96381 22.1625 9.41437 22.0784 9.9159L20.8588 17.191L20.8588 17.1911C20.6661 18.3404 20.5103 19.2701 20.2959 19.997C20.0731 20.7522 19.7632 21.3781 19.2054 21.8613C18.6454 22.3465 17.9864 22.5572 17.2166 22.6557C16.4801 22.75 15.5596 22.75 14.4285 22.75H9.57149C8.44034 22.75 7.51991 22.75 6.78342 22.6557C6.01361 22.5572 5.35455 22.3465 4.79455 21.8613C4.23682 21.3781 3.92692 20.7522 3.70412 19.997C3.48969 19.2701 3.33385 18.3404 3.1412 17.1911L1.92964 9.96382L1.92161 9.91593C1.83748 9.41439 1.76191 8.96382 1.75133 8.59566C1.73988 8.19716 1.79764 7.75888 2.10749 7.38055C2.42076 6.99805 2.84115 6.86006 3.23581 6.80237C3.59476 6.74989 4.04322 6.74994 4.53543 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.53543 6.75L4.58563 6.75001L19.4646 6.75C19.9568 6.74994 20.4052 6.74989 20.7642 6.80237C21.1588 6.86006 21.5792 6.99805 21.8925 7.38056C22.2023 7.75888 22.2601 8.19716 22.2487 8.59566C22.2381 8.96381 22.1625 9.41437 22.0784 9.9159L20.8588 17.191L20.8588 17.1911C20.6661 18.3404 20.5103 19.2701 20.2959 19.997C20.0731 20.7522 19.7632 21.3781 19.2054 21.8613C18.6454 22.3465 17.9864 22.5572 17.2166 22.6557C16.4801 22.75 15.5596 22.75 14.4285 22.75H9.57149C8.44034 22.75 7.51991 22.75 6.78342 22.6557C6.01361 22.5572 5.35455 22.3465 4.79455 21.8613C4.23682 21.3781 3.92692 20.7522 3.70412 19.997C3.48969 19.2701 3.33385 18.3404 3.1412 17.1911L1.92964 9.96382L1.92161 9.91593C1.83748 9.41439 1.76191 8.96382 1.75133 8.59566C1.73988 8.19716 1.79764 7.75888 2.10749 7.38055C2.42076 6.99805 2.84115 6.86006 3.23581 6.80237C3.59476 6.74989 4.04322 6.74994 4.53543 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.03918 6.75C4.54569 6.74994 4.09347 6.74988 3.73122 6.80485C3.32906 6.86589 2.90613 7.01213 2.59554 7.40759C2.29245 7.79348 2.2384 8.2371 2.25186 8.64362C2.26442 9.02282 2.34242 9.48822 2.43027 10.0123L3.43315 15.9991C3.47323 16.2384 3.49326 16.358 3.57716 16.429C3.66106 16.5 3.78234 16.5 4.02491 16.5H19.9751C20.2177 16.5 20.3389 16.5 20.4228 16.429C20.5067 16.358 20.5268 16.2384 20.5668 15.9991L21.5697 10.0124C21.6576 9.48825 21.7356 9.02281 21.7481 8.64362C21.7616 8.2371 21.7075 7.79348 21.4045 7.40759C21.0939 7.01213 20.6709 6.86589 20.2688 6.80485C19.9065 6.74988 19.4543 6.74994 18.9608 6.75H5.03918Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9978 19.2079C20.0685 18.8852 20.1039 18.7239 20.0138 18.6119C19.9237 18.5 19.7551 18.5 19.4178 18.5H4.58218C4.24491 18.5 4.07627 18.5 3.98621 18.6119C3.89614 18.7239 3.9315 18.8852 4.0022 19.2079C4.05928 19.4683 4.11886 19.7096 4.18349 19.9321C4.40733 20.703 4.7155 21.3411 5.26868 21.8348C5.82696 22.3331 6.48525 22.5511 7.25514 22.6529C7.98918 22.7501 8.90541 22.75 10.028 22.75H13.972C15.0946 22.75 16.0108 22.7501 16.7449 22.6529C17.5147 22.5511 18.173 22.3331 18.7313 21.8348C19.2845 21.3411 19.5927 20.703 19.8165 19.9321C19.8811 19.7096 19.9407 19.4683 19.9978 19.2079Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.03918 6.75C4.54569 6.74994 4.09347 6.74988 3.73122 6.80485C3.32906 6.86589 2.90613 7.01213 2.59554 7.40759C2.29245 7.79348 2.2384 8.2371 2.25186 8.64362C2.26442 9.02282 2.34242 9.48822 2.43027 10.0123L3.43315 15.9991C3.47323 16.2384 3.49326 16.358 3.57716 16.429C3.66106 16.5 3.78234 16.5 4.02491 16.5H19.9751C20.2177 16.5 20.3389 16.5 20.4228 16.429C20.5067 16.358 20.5268 16.2384 20.5668 15.9991L21.5697 10.0124C21.6576 9.48825 21.7356 9.02281 21.7481 8.64362C21.7616 8.2371 21.7075 7.79348 21.4045 7.40759C21.0939 7.01213 20.6709 6.86589 20.2688 6.80485C19.9065 6.74988 19.4543 6.74994 18.9608 6.75H5.03918Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.9978 19.2079C20.0685 18.8852 20.1039 18.7239 20.0138 18.6119C19.9237 18.5 19.7551 18.5 19.4178 18.5H4.58218C4.24491 18.5 4.07627 18.5 3.98621 18.6119C3.89614 18.7239 3.9315 18.8852 4.0022 19.2079C4.05928 19.4683 4.11886 19.7096 4.18349 19.9321C4.40733 20.703 4.7155 21.3411 5.26868 21.8348C5.82696 22.3331 6.48525 22.5511 7.25514 22.6529C7.98918 22.7501 8.90541 22.75 10.028 22.75H13.972C15.0946 22.75 16.0108 22.7501 16.7449 22.6529C17.5147 22.5511 18.173 22.3331 18.7313 21.8348C19.2845 21.3411 19.5927 20.703 19.8165 19.9321C19.8811 19.7096 19.9407 19.4683 19.9978 19.2079Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4011 2.2091C10.9071 2.43046 11.1378 3.02009 10.9164 3.52607L9.2325 7.375L16.0071 7.375L14.1058 3.57246C13.8588 3.07848 14.059 2.47781 14.553 2.23082C15.047 1.98383 15.6477 2.18406 15.8946 2.67804L18.2431 7.375H20.2198H20.2199H20.2199C20.5119 7.37499 20.768 7.37498 20.9785 7.38935C21.1985 7.40436 21.434 7.43797 21.6644 7.53959C22.0522 7.71054 22.3488 7.97238 22.5339 8.31665C22.7121 8.64781 22.7549 8.99528 22.7496 9.29255C22.7442 9.58788 22.6901 9.87663 22.6362 10.1176C22.6033 10.2647 22.4849 10.758 22.4849 10.758C22.4038 11.143 22.144 11.454 21.8031 11.6158C21.4336 11.7911 21.1928 12.1138 21.1306 12.4681L20.431 16.5307C20.3464 17.1058 20.2472 17.7799 20.0904 18.3901C19.858 19.295 19.4564 20.276 18.6183 20.9498L18.6154 20.9521C17.9859 21.4531 17.2478 21.6715 16.3692 21.7749C15.5183 21.875 14.4502 21.875 13.1152 21.875H10.8848C9.54983 21.875 8.48171 21.875 7.63078 21.7749C6.75215 21.6715 6.01409 21.4531 5.38455 20.9521L5.38167 20.9498C4.54362 20.276 4.14201 19.295 3.90958 18.3901C3.75283 17.7799 3.65361 17.1058 3.56896 16.5307L2.86937 12.4681C2.80715 12.1138 2.56639 11.7911 2.19688 11.6158C1.85601 11.454 1.59618 11.143 1.51506 10.758C1.51506 10.758 1.39665 10.2647 1.36376 10.1176C1.30986 9.87663 1.25576 9.58787 1.25043 9.29255C1.24507 8.99528 1.28792 8.6478 1.46605 8.31665C1.65124 7.97238 1.94781 7.71054 2.33555 7.53959C2.56603 7.43797 2.80147 7.40436 3.02149 7.38935C3.23204 7.37498 3.48812 7.37499 3.7801 7.375H3.78013H3.78016L7.04947 7.375L9.0841 2.72443C9.30546 2.21845 9.89509 1.98773 10.4011 2.2091ZM10 11.375C9.58579 11.375 9.25 11.7108 9.25 12.125C9.25 12.5392 9.58579 12.875 10 12.875L14 12.875C14.4142 12.875 14.75 12.5392 14.75 12.125C14.75 11.7108 14.4142 11.375 14 11.375L10 11.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4011 2.2091C10.9071 2.43046 11.1378 3.02009 10.9164 3.52607L9.2325 7.375L16.0071 7.375L14.1058 3.57246C13.8588 3.07848 14.059 2.47781 14.553 2.23082C15.047 1.98383 15.6477 2.18406 15.8946 2.67804L18.2431 7.375H20.2198H20.2199H20.2199C20.5119 7.37499 20.768 7.37498 20.9785 7.38935C21.1985 7.40436 21.434 7.43797 21.6644 7.53959C22.0522 7.71054 22.3488 7.97238 22.5339 8.31665C22.7121 8.64781 22.7549 8.99528 22.7496 9.29255C22.7442 9.58788 22.6901 9.87663 22.6362 10.1176C22.6033 10.2647 22.4849 10.758 22.4849 10.758C22.4038 11.143 22.144 11.454 21.8031 11.6158C21.4336 11.7911 21.1928 12.1138 21.1306 12.4681L20.431 16.5307C20.3464 17.1058 20.2472 17.7799 20.0904 18.3901C19.858 19.295 19.4564 20.276 18.6183 20.9498L18.6154 20.9521C17.9859 21.4531 17.2478 21.6715 16.3692 21.7749C15.5183 21.875 14.4502 21.875 13.1152 21.875H10.8848C9.54983 21.875 8.48171 21.875 7.63078 21.7749C6.75215 21.6715 6.01409 21.4531 5.38455 20.9521L5.38167 20.9498C4.54362 20.276 4.14201 19.295 3.90958 18.3901C3.75283 17.7799 3.65361 17.1058 3.56896 16.5307L2.86937 12.4681C2.80715 12.1138 2.56639 11.7911 2.19688 11.6158C1.85601 11.454 1.59618 11.143 1.51506 10.758C1.51506 10.758 1.39665 10.2647 1.36376 10.1176C1.30986 9.87663 1.25576 9.58787 1.25043 9.29255C1.24507 8.99528 1.28792 8.6478 1.46605 8.31665C1.65124 7.97238 1.94781 7.71054 2.33555 7.53959C2.56603 7.43797 2.80147 7.40436 3.02149 7.38935C3.23204 7.37498 3.48812 7.37499 3.7801 7.375H3.78013H3.78016L7.04947 7.375L9.0841 2.72443C9.30546 2.21845 9.89509 1.98773 10.4011 2.2091ZM10 11.375C9.58579 11.375 9.25 11.7108 9.25 12.125C9.25 12.5392 9.58579 12.875 10 12.875L14 12.875C14.4142 12.875 14.75 12.5392 14.75 12.125C14.75 11.7108 14.4142 11.375 14 11.375L10 11.375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.625 3.125C9.41586 3.125 7.625 4.91586 7.625 7.125V7.625C7.625 8.17728 7.17728 8.625 6.625 8.625C6.07272 8.625 5.625 8.17728 5.625 7.625V7.125C5.625 3.81129 8.31129 1.125 11.625 1.125C14.9387 1.125 17.625 3.81129 17.625 7.125V7.625C17.625 8.17728 17.1773 8.625 16.625 8.625C16.0727 8.625 15.625 8.17728 15.625 7.625V7.125C15.625 4.91586 13.8341 3.125 11.625 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.625 12.875C18.1773 12.875 18.625 13.3227 18.625 13.875V16.875H21.625C22.1773 16.875 22.625 17.3227 22.625 17.875C22.625 18.4273 22.1773 18.875 21.625 18.875H18.625V21.875C18.625 22.4273 18.1773 22.875 17.625 22.875C17.0727 22.875 16.625 22.4273 16.625 21.875V18.875H13.625C13.0727 18.875 12.625 18.4273 12.625 17.875C12.625 17.3227 13.0727 16.875 13.625 16.875H16.625L16.625 13.875C16.625 13.3227 17.0727 12.875 17.625 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.16043 6.625C3.66822 6.62494 3.21976 6.62489 2.86081 6.67737C2.46615 6.73506 2.04576 6.87305 1.73249 7.25555C1.42264 7.63388 1.36488 8.07216 1.37633 8.47066C1.38691 8.83882 1.46248 9.28939 1.54661 9.79093L2.7662 17.0661C2.95885 18.2154 3.11469 19.1451 3.32912 19.872C3.55192 20.6272 3.86182 21.2531 4.41955 21.7363C4.97955 22.2215 5.63861 22.4322 6.40842 22.5307C7.14491 22.625 8.06534 22.625 9.19649 22.625H14.0535C14.4774 22.625 14.8718 22.625 15.2379 22.6201C15.1645 22.3847 15.125 22.1345 15.125 21.875V20.375H13.625C12.2443 20.375 11.125 19.2557 11.125 17.875C11.125 16.4943 12.2443 15.375 13.625 15.375H15.125V13.875C15.125 12.4943 16.2443 11.375 17.625 11.375C19.0057 11.375 20.125 12.4943 20.125 13.875V15.375H20.7673L21.7034 9.7909C21.7875 9.28937 21.8631 8.83881 21.8737 8.47066C21.8851 8.07216 21.8273 7.63388 21.5175 7.25556C21.2042 6.87305 20.7838 6.73506 20.3892 6.67737C20.0302 6.62489 19.5818 6.62494 19.0896 6.625H4.16043Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.625 3.125C9.41586 3.125 7.625 4.91586 7.625 7.125V7.625C7.625 8.17728 7.17728 8.625 6.625 8.625C6.07272 8.625 5.625 8.17728 5.625 7.625V7.125C5.625 3.81129 8.31129 1.125 11.625 1.125C14.9387 1.125 17.625 3.81129 17.625 7.125V7.625C17.625 8.17728 17.1773 8.625 16.625 8.625C16.0727 8.625 15.625 8.17728 15.625 7.625V7.125C15.625 4.91586 13.8341 3.125 11.625 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.625 12.875C18.1773 12.875 18.625 13.3227 18.625 13.875V16.875H21.625C22.1773 16.875 22.625 17.3227 22.625 17.875C22.625 18.4273 22.1773 18.875 21.625 18.875H18.625V21.875C18.625 22.4273 18.1773 22.875 17.625 22.875C17.0727 22.875 16.625 22.4273 16.625 21.875V18.875H13.625C13.0727 18.875 12.625 18.4273 12.625 17.875C12.625 17.3227 13.0727 16.875 13.625 16.875H16.625L16.625 13.875C16.625 13.3227 17.0727 12.875 17.625 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.16043 6.625C3.66822 6.62494 3.21976 6.62489 2.86081 6.67737C2.46615 6.73506 2.04576 6.87305 1.73249 7.25555C1.42264 7.63388 1.36488 8.07216 1.37633 8.47066C1.38691 8.83882 1.46248 9.28939 1.54661 9.79093L2.7662 17.0661C2.95885 18.2154 3.11469 19.1451 3.32912 19.872C3.55192 20.6272 3.86182 21.2531 4.41955 21.7363C4.97955 22.2215 5.63861 22.4322 6.40842 22.5307C7.14491 22.625 8.06534 22.625 9.19649 22.625H14.0535C14.4774 22.625 14.8718 22.625 15.2379 22.6201C15.1645 22.3847 15.125 22.1345 15.125 21.875V20.375H13.625C12.2443 20.375 11.125 19.2557 11.125 17.875C11.125 16.4943 12.2443 15.375 13.625 15.375H15.125V13.875C15.125 12.4943 16.2443 11.375 17.625 11.375C19.0057 11.375 20.125 12.4943 20.125 13.875V15.375H20.7673L21.7034 9.7909C21.7875 9.28937 21.8631 8.83881 21.8737 8.47066C21.8851 8.07216 21.8273 7.63388 21.5175 7.25556C21.2042 6.87305 20.7838 6.73506 20.3892 6.67737C20.0302 6.62489 19.5818 6.62494 19.0896 6.625H4.16043Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.875 3.125C9.66586 3.125 7.875 4.91586 7.875 7.125V7.625C7.875 8.17728 7.42728 8.625 6.875 8.625C6.32272 8.625 5.875 8.17728 5.875 7.625V7.125C5.875 3.81129 8.56129 1.125 11.875 1.125C15.1887 1.125 17.875 3.81129 17.875 7.125V7.625C17.875 8.17728 17.4273 8.625 16.875 8.625C16.3227 8.625 15.875 8.17728 15.875 7.625V7.125C15.875 4.91586 14.0841 3.125 11.875 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.875 12.875C17.4273 12.875 17.875 13.3227 17.875 13.875V16.875H20.875C21.4273 16.875 21.875 17.3227 21.875 17.875C21.875 18.4273 21.4273 18.875 20.875 18.875H17.875V21.875C17.875 22.4273 17.4273 22.875 16.875 22.875C16.3227 22.875 15.875 22.4273 15.875 21.875V18.875H12.875C12.3227 18.875 11.875 18.4273 11.875 17.875C11.875 17.3227 12.3227 16.875 12.875 16.875H15.875L15.875 13.875C15.875 13.3227 16.3227 12.875 16.875 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.60622 6.67985C3.96847 6.62488 4.42069 6.62494 4.91418 6.625H18.8358C19.3293 6.62494 19.7815 6.62488 20.1438 6.67985C20.5459 6.74089 20.9689 6.88713 21.2795 7.28259C21.5825 7.66848 21.6366 8.1121 21.6231 8.51862C21.6106 8.89781 21.5326 9.36325 21.4447 9.88736L20.6094 14.8741C20.5693 15.1134 20.5492 15.233 20.4653 15.304C20.3814 15.375 20.2602 15.375 20.0176 15.375H19.975C19.6922 15.375 19.5507 15.375 19.4629 15.2871C19.375 15.1993 19.375 15.0578 19.375 14.775V13.875C19.375 12.4943 18.2557 11.375 16.875 11.375C15.4943 11.375 14.375 12.4943 14.375 13.875V14.775C14.375 15.0578 14.375 15.1993 14.2871 15.2871C14.1993 15.375 14.0578 15.375 13.775 15.375H12.875C12.1648 15.375 11.5238 15.6711 11.0687 16.1466C10.9537 16.2667 10.8963 16.3268 10.8398 16.3509C10.7834 16.375 10.7139 16.375 10.5751 16.375H3.89991C3.65734 16.375 3.53606 16.375 3.45216 16.304C3.36826 16.233 3.34823 16.1134 3.30815 15.8741L2.30527 9.88734C2.21742 9.36322 2.13942 8.89782 2.12686 8.51862C2.1134 8.1121 2.16745 7.66848 2.47054 7.28259C2.78113 6.88713 3.20406 6.74089 3.60622 6.67985Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5693 18.843C10.4663 18.5978 10.4147 18.4753 10.3393 18.4251C10.2638 18.375 10.1541 18.375 9.93457 18.375H4.45718C4.11991 18.375 3.95127 18.375 3.86121 18.4869C3.77114 18.5989 3.8065 18.7602 3.8772 19.0829C3.93428 19.3433 3.99386 19.5846 4.05849 19.8071C4.28233 20.578 4.5905 21.2161 5.14368 21.7098C5.70196 22.2081 6.36025 22.4261 7.13014 22.5279C7.86418 22.6251 8.78041 22.625 9.90298 22.625H13.847C14.0586 22.625 14.1643 22.625 14.2281 22.5928C14.2995 22.5568 14.3341 22.5206 14.3668 22.4475C14.3959 22.3824 14.3899 22.2528 14.3778 21.9936C14.3759 21.9543 14.375 21.9148 14.375 21.875V20.975C14.375 20.6922 14.375 20.5507 14.2871 20.4629C14.1993 20.375 14.0578 20.375 13.775 20.375H12.875C11.8375 20.375 10.9476 19.743 10.5693 18.843Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.875 3.125C9.66586 3.125 7.875 4.91586 7.875 7.125V7.625C7.875 8.17728 7.42728 8.625 6.875 8.625C6.32272 8.625 5.875 8.17728 5.875 7.625V7.125C5.875 3.81129 8.56129 1.125 11.875 1.125C15.1887 1.125 17.875 3.81129 17.875 7.125V7.625C17.875 8.17728 17.4273 8.625 16.875 8.625C16.3227 8.625 15.875 8.17728 15.875 7.625V7.125C15.875 4.91586 14.0841 3.125 11.875 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.875 12.875C17.4273 12.875 17.875 13.3227 17.875 13.875V16.875H20.875C21.4273 16.875 21.875 17.3227 21.875 17.875C21.875 18.4273 21.4273 18.875 20.875 18.875H17.875V21.875C17.875 22.4273 17.4273 22.875 16.875 22.875C16.3227 22.875 15.875 22.4273 15.875 21.875V18.875H12.875C12.3227 18.875 11.875 18.4273 11.875 17.875C11.875 17.3227 12.3227 16.875 12.875 16.875H15.875L15.875 13.875C15.875 13.3227 16.3227 12.875 16.875 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.60622 6.67985C3.96847 6.62488 4.42069 6.62494 4.91418 6.625H18.8358C19.3293 6.62494 19.7815 6.62488 20.1438 6.67985C20.5459 6.74089 20.9689 6.88713 21.2795 7.28259C21.5825 7.66848 21.6366 8.1121 21.6231 8.51862C21.6106 8.89781 21.5326 9.36325 21.4447 9.88736L20.6094 14.8741C20.5693 15.1134 20.5492 15.233 20.4653 15.304C20.3814 15.375 20.2602 15.375 20.0176 15.375H19.975C19.6922 15.375 19.5507 15.375 19.4629 15.2871C19.375 15.1993 19.375 15.0578 19.375 14.775V13.875C19.375 12.4943 18.2557 11.375 16.875 11.375C15.4943 11.375 14.375 12.4943 14.375 13.875V14.775C14.375 15.0578 14.375 15.1993 14.2871 15.2871C14.1993 15.375 14.0578 15.375 13.775 15.375H12.875C12.1648 15.375 11.5238 15.6711 11.0687 16.1466C10.9537 16.2667 10.8963 16.3268 10.8398 16.3509C10.7834 16.375 10.7139 16.375 10.5751 16.375H3.89991C3.65734 16.375 3.53606 16.375 3.45216 16.304C3.36826 16.233 3.34823 16.1134 3.30815 15.8741L2.30527 9.88734C2.21742 9.36322 2.13942 8.89782 2.12686 8.51862C2.1134 8.1121 2.16745 7.66848 2.47054 7.28259C2.78113 6.88713 3.20406 6.74089 3.60622 6.67985Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5693 18.843C10.4663 18.5978 10.4147 18.4753 10.3393 18.4251C10.2638 18.375 10.1541 18.375 9.93457 18.375H4.45718C4.11991 18.375 3.95127 18.375 3.86121 18.4869C3.77114 18.5989 3.8065 18.7602 3.8772 19.0829C3.93428 19.3433 3.99386 19.5846 4.05849 19.8071C4.28233 20.578 4.5905 21.2161 5.14368 21.7098C5.70196 22.2081 6.36025 22.4261 7.13014 22.5279C7.86418 22.6251 8.78041 22.625 9.90298 22.625H13.847C14.0586 22.625 14.1643 22.625 14.2281 22.5928C14.2995 22.5568 14.3341 22.5206 14.3668 22.4475C14.3959 22.3824 14.3899 22.2528 14.3778 21.9936C14.3759 21.9543 14.375 21.9148 14.375 21.875V20.975C14.375 20.6922 14.375 20.5507 14.2871 20.4629C14.1993 20.375 14.0578 20.375 13.775 20.375H12.875C11.8375 20.375 10.9476 19.743 10.5693 18.843Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-add-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.65516 7.25L20.0949 7.25H20.0949C20.3869 7.24999 20.643 7.24998 20.8535 7.26435C21.0735 7.27936 21.309 7.31297 21.5394 7.41459C21.9272 7.58554 22.2238 7.84738 22.4089 8.19165C22.5871 8.52281 22.6299 8.87028 22.6246 9.16755C22.6192 9.46288 22.5651 9.75163 22.5112 9.99262C22.4808 10.1287 22.3771 10.5616 22.3618 10.6252L22.3603 10.6317L22.3582 10.6412C22.2751 11.0224 22.0166 11.3302 21.6781 11.4908C21.3086 11.6661 21.0678 11.9888 21.0056 12.3431L20.9863 12.4555L20.9863 12.4556C20.9232 12.8216 20.8917 13.0046 20.827 13.0196C20.7623 13.0346 20.6422 12.8685 20.402 12.5364C19.9479 11.9085 19.2092 11.5 18.375 11.5C16.9943 11.5 15.875 12.6193 15.875 14V14.4C15.875 14.6828 15.875 14.8243 15.7871 14.9121C15.6993 15 15.5578 15 15.275 15H14.875C13.4943 15 12.375 16.1193 12.375 17.5C12.375 18.8807 13.4943 20 14.875 20H15.275C15.5578 20 15.6993 20 15.7871 20.0879C15.875 20.1757 15.875 20.3172 15.875 20.6V21C15.875 21.3445 15.875 21.5167 15.8067 21.5997C15.7956 21.6132 15.7882 21.621 15.7752 21.6326C15.6952 21.7044 15.5577 21.7102 15.2829 21.7219C14.6237 21.75 13.8641 21.75 12.9902 21.75L10.7598 21.75C9.42483 21.75 8.35671 21.75 7.50578 21.6499C6.62715 21.5465 5.88909 21.3281 5.25955 20.8271L5.25667 20.8248C4.41862 20.151 4.01701 19.17 3.78458 18.2651C3.62783 17.6549 3.52861 16.9808 3.44396 16.4057L2.74437 12.3431C2.68215 11.9888 2.44139 11.6661 2.07188 11.4908C1.73343 11.3302 1.47487 11.0224 1.39181 10.6412L1.38972 10.6317L1.38818 10.6252C1.37293 10.5616 1.26921 10.1287 1.23876 9.99262C1.18486 9.75163 1.13076 9.46287 1.12543 9.16755C1.12007 8.87028 1.16292 8.5228 1.34105 8.19165C1.52624 7.84738 1.82281 7.58554 2.21055 7.41459C2.44103 7.31297 2.67647 7.27936 2.89649 7.26435C3.10704 7.24998 3.36316 7.24999 3.65514 7.25H3.65516ZM9.875 11.25C9.46079 11.25 9.125 11.5858 9.125 12C9.125 12.4142 9.46079 12.75 9.875 12.75L13.875 12.75C14.2892 12.75 14.625 12.4142 14.625 12C14.625 11.5858 14.2892 11.25 13.875 11.25L9.875 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2761 2.0841C10.7821 2.30546 11.0128 2.89509 10.7914 3.40107L7.29141 11.4011C7.07004 11.9071 6.48041 12.1378 5.97443 11.9164C5.46845 11.695 5.23773 11.1054 5.4591 10.5994L8.9591 2.59943C9.18046 2.09345 9.77009 1.86273 10.2761 2.0841Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.428 2.10579C14.922 1.8588 15.5227 2.05903 15.7696 2.55301L18.2696 7.55301C18.5166 8.04698 18.3164 8.64766 17.8224 8.89465C17.3285 9.14164 16.7278 8.94141 16.4808 8.44743L13.9808 3.44743C13.7338 2.95345 13.934 2.35278 14.428 2.10579Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 13C18.9273 13 19.375 13.4477 19.375 14V16.5H21.875C22.4273 16.5 22.875 16.9477 22.875 17.5C22.875 18.0523 22.4273 18.5 21.875 18.5H19.375V21C19.375 21.5523 18.9273 22 18.375 22C17.8227 22 17.375 21.5523 17.375 21L17.375 18.5H14.875C14.3227 18.5 13.875 18.0523 13.875 17.5C13.875 16.9477 14.3227 16.5 14.875 16.5H17.375L17.375 14C17.375 13.4477 17.8227 13 18.375 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.65516 7.25L20.0949 7.25H20.0949C20.3869 7.24999 20.643 7.24998 20.8535 7.26435C21.0735 7.27936 21.309 7.31297 21.5394 7.41459C21.9272 7.58554 22.2238 7.84738 22.4089 8.19165C22.5871 8.52281 22.6299 8.87028 22.6246 9.16755C22.6192 9.46288 22.5651 9.75163 22.5112 9.99262C22.4808 10.1287 22.3771 10.5616 22.3618 10.6252L22.3603 10.6317L22.3582 10.6412C22.2751 11.0224 22.0166 11.3302 21.6781 11.4908C21.3086 11.6661 21.0678 11.9888 21.0056 12.3431L20.9863 12.4555L20.9863 12.4556C20.9232 12.8216 20.8917 13.0046 20.827 13.0196C20.7623 13.0346 20.6422 12.8685 20.402 12.5364C19.9479 11.9085 19.2092 11.5 18.375 11.5C16.9943 11.5 15.875 12.6193 15.875 14V14.4C15.875 14.6828 15.875 14.8243 15.7871 14.9121C15.6993 15 15.5578 15 15.275 15H14.875C13.4943 15 12.375 16.1193 12.375 17.5C12.375 18.8807 13.4943 20 14.875 20H15.275C15.5578 20 15.6993 20 15.7871 20.0879C15.875 20.1757 15.875 20.3172 15.875 20.6V21C15.875 21.3445 15.875 21.5167 15.8067 21.5997C15.7956 21.6132 15.7882 21.621 15.7752 21.6326C15.6952 21.7044 15.5577 21.7102 15.2829 21.7219C14.6237 21.75 13.8641 21.75 12.9902 21.75L10.7598 21.75C9.42483 21.75 8.35671 21.75 7.50578 21.6499C6.62715 21.5465 5.88909 21.3281 5.25955 20.8271L5.25667 20.8248C4.41862 20.151 4.01701 19.17 3.78458 18.2651C3.62783 17.6549 3.52861 16.9808 3.44396 16.4057L2.74437 12.3431C2.68215 11.9888 2.44139 11.6661 2.07188 11.4908C1.73343 11.3302 1.47487 11.0224 1.39181 10.6412L1.38972 10.6317L1.38818 10.6252C1.37293 10.5616 1.26921 10.1287 1.23876 9.99262C1.18486 9.75163 1.13076 9.46287 1.12543 9.16755C1.12007 8.87028 1.16292 8.5228 1.34105 8.19165C1.52624 7.84738 1.82281 7.58554 2.21055 7.41459C2.44103 7.31297 2.67647 7.27936 2.89649 7.26435C3.10704 7.24998 3.36316 7.24999 3.65514 7.25H3.65516ZM9.875 11.25C9.46079 11.25 9.125 11.5858 9.125 12C9.125 12.4142 9.46079 12.75 9.875 12.75L13.875 12.75C14.2892 12.75 14.625 12.4142 14.625 12C14.625 11.5858 14.2892 11.25 13.875 11.25L9.875 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2761 2.0841C10.7821 2.30546 11.0128 2.89509 10.7914 3.40107L7.29141 11.4011C7.07004 11.9071 6.48041 12.1378 5.97443 11.9164C5.46845 11.695 5.23773 11.1054 5.4591 10.5994L8.9591 2.59943C9.18046 2.09345 9.77009 1.86273 10.2761 2.0841Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.428 2.10579C14.922 1.8588 15.5227 2.05903 15.7696 2.55301L18.2696 7.55301C18.5166 8.04698 18.3164 8.64766 17.8224 8.89465C17.3285 9.14164 16.7278 8.94141 16.4808 8.44743L13.9808 3.44743C13.7338 2.95345 13.934 2.35278 14.428 2.10579Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 13C18.9273 13 19.375 13.4477 19.375 14V16.5H21.875C22.4273 16.5 22.875 16.9477 22.875 17.5C22.875 18.0523 22.4273 18.5 21.875 18.5H19.375V21C19.375 21.5523 18.9273 22 18.375 22C17.8227 22 17.375 21.5523 17.375 21L17.375 18.5H14.875C14.3227 18.5 13.875 18.0523 13.875 17.5C13.875 16.9477 14.3227 16.5 14.875 16.5H17.375L17.375 14C17.375 13.4477 17.8227 13 18.375 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-check-in-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.0059 21.75C20.0059 22.3023 19.5581 22.75 19.0059 22.75C18.4536 22.75 18.0059 22.3023 18.0059 21.75L18.0059 17.25L17.4116 17.25C17.236 17.2501 17.0203 17.2503 16.8439 17.2282L16.8405 17.2278C16.7141 17.212 16.138 17.1402 15.8637 16.5746C15.5887 16.0077 15.8907 15.5076 15.956 15.3994L15.9584 15.3954C16.0506 15.2424 16.2951 14.9309 16.2951 14.9309C16.5897 14.5551 16.9954 14.0406 17.3759 13.6496C17.5657 13.4545 17.783 13.2533 18.0139 13.0944C18.2191 12.9532 18.5693 12.75 19 12.75C19.4307 12.75 19.7809 12.9532 19.9861 13.0944C20.217 13.2533 20.4343 13.4545 20.6241 13.6496C21.0046 14.0406 21.4102 14.5551 21.7049 14.9309C21.7049 14.9309 21.9494 15.2423 22.0416 15.3954L22.044 15.3994C22.1093 15.5076 22.4113 16.0078 22.1363 16.5746C21.862 17.1402 21.2859 17.212 21.1595 17.2278L21.1561 17.2282C20.9797 17.2503 20.764 17.2501 20.5884 17.25L20.0059 17.25L20.0059 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4646 6.75C19.9568 6.74994 20.4052 6.74989 20.7642 6.80237C21.1588 6.86006 21.5792 6.99805 21.8925 7.38056C22.2023 7.75888 22.2601 8.19716 22.2487 8.59566C22.2381 8.96381 22.1625 9.41437 22.0784 9.9159L21.8126 11.5012C21.7473 11.8908 21.7147 12.0856 21.6088 12.1577C21.5731 12.182 21.5431 12.1948 21.5008 12.2035C21.3754 12.2295 21.1957 12.1059 20.8363 11.8586C20.5534 11.664 19.8918 11.25 19 11.25C18.1082 11.25 17.4466 11.664 17.1637 11.8586C16.8178 12.0966 16.5227 12.3755 16.3008 12.6036L14.666 14.6338C14.5661 14.7976 13.8801 15.9224 14.5141 17.2292C14.9004 18.0256 15.5362 18.3946 16.017 18.5665C16.2699 18.6569 16.3964 18.7022 16.4511 18.7799C16.5059 18.8576 16.5059 18.9722 16.5059 19.2015L16.5059 21.75C16.5059 21.7993 16.5073 21.8482 16.5101 21.8968C16.535 22.3273 16.5475 22.5426 16.461 22.6362C16.3745 22.7299 16.2036 22.7335 15.862 22.7408C15.4273 22.75 14.9503 22.75 14.4285 22.75H9.57149C8.44034 22.75 7.51991 22.75 6.78342 22.6557C6.01361 22.5572 5.35455 22.3465 4.79455 21.8613C4.23682 21.3781 3.92692 20.7522 3.70412 19.997C3.48969 19.2701 3.33385 18.3404 3.1412 17.1911L1.92161 9.91593C1.83748 9.41439 1.76191 8.96382 1.75133 8.59566C1.73988 8.19716 1.79764 7.75888 2.10749 7.38055C2.42076 6.99805 2.84115 6.86006 3.23581 6.80237C3.59476 6.74989 4.04322 6.74994 4.53543 6.75H19.4646Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.0059 21.75C20.0059 22.3023 19.5581 22.75 19.0059 22.75C18.4536 22.75 18.0059 22.3023 18.0059 21.75L18.0059 17.25L17.4116 17.25C17.236 17.2501 17.0203 17.2503 16.8439 17.2282L16.8405 17.2278C16.7141 17.212 16.138 17.1402 15.8637 16.5746C15.5887 16.0077 15.8907 15.5076 15.956 15.3994L15.9584 15.3954C16.0506 15.2424 16.2951 14.9309 16.2951 14.9309C16.5897 14.5551 16.9954 14.0406 17.3759 13.6496C17.5657 13.4545 17.783 13.2533 18.0139 13.0944C18.2191 12.9532 18.5693 12.75 19 12.75C19.4307 12.75 19.7809 12.9532 19.9861 13.0944C20.217 13.2533 20.4343 13.4545 20.6241 13.6496C21.0046 14.0406 21.4102 14.5551 21.7049 14.9309C21.7049 14.9309 21.9494 15.2423 22.0416 15.3954L22.044 15.3994C22.1093 15.5076 22.4113 16.0078 22.1363 16.5746C21.862 17.1402 21.2859 17.212 21.1595 17.2278L21.1561 17.2282C20.9797 17.2503 20.764 17.2501 20.5884 17.25L20.0059 17.25L20.0059 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4646 6.75C19.9568 6.74994 20.4052 6.74989 20.7642 6.80237C21.1588 6.86006 21.5792 6.99805 21.8925 7.38056C22.2023 7.75888 22.2601 8.19716 22.2487 8.59566C22.2381 8.96381 22.1625 9.41437 22.0784 9.9159L21.8126 11.5012C21.7473 11.8908 21.7147 12.0856 21.6088 12.1577C21.5731 12.182 21.5431 12.1948 21.5008 12.2035C21.3754 12.2295 21.1957 12.1059 20.8363 11.8586C20.5534 11.664 19.8918 11.25 19 11.25C18.1082 11.25 17.4466 11.664 17.1637 11.8586C16.8178 12.0966 16.5227 12.3755 16.3008 12.6036L14.666 14.6338C14.5661 14.7976 13.8801 15.9224 14.5141 17.2292C14.9004 18.0256 15.5362 18.3946 16.017 18.5665C16.2699 18.6569 16.3964 18.7022 16.4511 18.7799C16.5059 18.8576 16.5059 18.9722 16.5059 19.2015L16.5059 21.75C16.5059 21.7993 16.5073 21.8482 16.5101 21.8968C16.535 22.3273 16.5475 22.5426 16.461 22.6362C16.3745 22.7299 16.2036 22.7335 15.862 22.7408C15.4273 22.75 14.9503 22.75 14.4285 22.75H9.57149C8.44034 22.75 7.51991 22.75 6.78342 22.6557C6.01361 22.5572 5.35455 22.3465 4.79455 21.8613C4.23682 21.3781 3.92692 20.7522 3.70412 19.997C3.48969 19.2701 3.33385 18.3404 3.1412 17.1911L1.92161 9.91593C1.83748 9.41439 1.76191 8.96382 1.75133 8.59566C1.73988 8.19716 1.79764 7.75888 2.10749 7.38055C2.42076 6.99805 2.84115 6.86006 3.23581 6.80237C3.59476 6.74989 4.04322 6.74994 4.53543 6.75H19.4646Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-check-in-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 17V21.75C19.5 22.3023 19.0523 22.75 18.5 22.75C17.9477 22.75 17.5 22.3023 17.5 21.75V17H16C15.6986 17 15.4265 16.8196 15.3092 16.5419C15.1918 16.2643 15.2521 15.9434 15.4622 15.7273C15.5509 15.636 16.3864 14.5969 16.5996 14.3255C16.8458 14.035 17.1213 13.7332 17.3968 13.4985C17.5349 13.381 17.6905 13.265 17.8578 13.1754C18.0193 13.089 18.2417 13 18.5 13C18.7583 13 18.9808 13.089 19.1422 13.1754C19.3096 13.265 19.4652 13.381 19.6032 13.4985C19.8787 13.7332 20.1543 14.035 20.4005 14.3255C20.6137 14.5969 21.4491 15.636 21.5378 15.7273C21.7479 15.9434 21.8082 16.2643 21.6909 16.5419C21.5736 16.8196 21.3014 17 21 17H19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.73122 6.80485C4.09347 6.74988 4.54569 6.74994 5.03918 6.75H18.9608C19.4543 6.74994 19.9065 6.74988 20.2688 6.80485C20.6709 6.86589 21.0939 7.01213 21.4045 7.40759C21.7075 7.79348 21.7616 8.2371 21.7481 8.64362C21.7356 9.02281 21.6576 9.48825 21.5697 10.0124L21.1602 12.4568C21.1317 12.6273 21.1174 12.7126 21.0605 12.7316C21.0035 12.7507 20.9394 12.69 20.8112 12.5685C20.7345 12.4959 20.6559 12.4248 20.5759 12.3566C20.3904 12.1986 20.1445 12.0105 19.85 11.8529C19.5732 11.7048 19.0999 11.5 18.5001 11.5C17.9002 11.5 17.4269 11.7048 17.1501 11.8529C16.8556 12.0105 16.6097 12.1986 16.4242 12.3566C16.0555 12.6706 15.7179 13.0457 15.4552 13.3558L14.362 14.7076C14.0615 15.0266 13.8674 15.4184 13.7892 15.8322C13.7224 16.1854 13.6891 16.362 13.6058 16.431C13.5225 16.5 13.3794 16.5 13.0931 16.5H4.02491C3.78234 16.5 3.66106 16.5 3.57716 16.429C3.49326 16.358 3.47323 16.2384 3.43315 15.9991L2.43027 10.0123C2.34242 9.48822 2.26442 9.02282 2.25186 8.64362C2.2384 8.2371 2.29245 7.79348 2.59554 7.40759C2.90613 7.01213 3.32906 6.86589 3.73122 6.80485Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16 19.1C16 18.8172 16 18.6757 15.9122 18.5879C15.8243 18.5 15.6829 18.5 15.4 18.5H4.58218C4.24491 18.5 4.07627 18.5 3.98621 18.6119C3.89614 18.7239 3.9315 18.8852 4.0022 19.2079C4.05928 19.4683 4.11886 19.7096 4.18349 19.9321C4.40733 20.703 4.7155 21.3411 5.26868 21.8348C5.82696 22.3331 6.48525 22.5511 7.25514 22.6529C7.98918 22.7501 8.90541 22.75 10.028 22.75H13.972C14.4737 22.75 14.9342 22.75 15.3556 22.7414C15.6976 22.7343 15.8686 22.7308 15.9552 22.6372C16.0418 22.5435 16.0293 22.328 16.0043 21.8969C16.0015 21.8483 16 21.7993 16 21.75V19.1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 17V21.75C19.5 22.3023 19.0523 22.75 18.5 22.75C17.9477 22.75 17.5 22.3023 17.5 21.75V17H16C15.6986 17 15.4265 16.8196 15.3092 16.5419C15.1918 16.2643 15.2521 15.9434 15.4622 15.7273C15.5509 15.636 16.3864 14.5969 16.5996 14.3255C16.8458 14.035 17.1213 13.7332 17.3968 13.4985C17.5349 13.381 17.6905 13.265 17.8578 13.1754C18.0193 13.089 18.2417 13 18.5 13C18.7583 13 18.9808 13.089 19.1422 13.1754C19.3096 13.265 19.4652 13.381 19.6032 13.4985C19.8787 13.7332 20.1543 14.035 20.4005 14.3255C20.6137 14.5969 21.4491 15.636 21.5378 15.7273C21.7479 15.9434 21.8082 16.2643 21.6909 16.5419C21.5736 16.8196 21.3014 17 21 17H19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.73122 6.80485C4.09347 6.74988 4.54569 6.74994 5.03918 6.75H18.9608C19.4543 6.74994 19.9065 6.74988 20.2688 6.80485C20.6709 6.86589 21.0939 7.01213 21.4045 7.40759C21.7075 7.79348 21.7616 8.2371 21.7481 8.64362C21.7356 9.02281 21.6576 9.48825 21.5697 10.0124L21.1602 12.4568C21.1317 12.6273 21.1174 12.7126 21.0605 12.7316C21.0035 12.7507 20.9394 12.69 20.8112 12.5685C20.7345 12.4959 20.6559 12.4248 20.5759 12.3566C20.3904 12.1986 20.1445 12.0105 19.85 11.8529C19.5732 11.7048 19.0999 11.5 18.5001 11.5C17.9002 11.5 17.4269 11.7048 17.1501 11.8529C16.8556 12.0105 16.6097 12.1986 16.4242 12.3566C16.0555 12.6706 15.7179 13.0457 15.4552 13.3558L14.362 14.7076C14.0615 15.0266 13.8674 15.4184 13.7892 15.8322C13.7224 16.1854 13.6891 16.362 13.6058 16.431C13.5225 16.5 13.3794 16.5 13.0931 16.5H4.02491C3.78234 16.5 3.66106 16.5 3.57716 16.429C3.49326 16.358 3.47323 16.2384 3.43315 15.9991L2.43027 10.0123C2.34242 9.48822 2.26442 9.02282 2.25186 8.64362C2.2384 8.2371 2.29245 7.79348 2.59554 7.40759C2.90613 7.01213 3.32906 6.86589 3.73122 6.80485Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16 19.1C16 18.8172 16 18.6757 15.9122 18.5879C15.8243 18.5 15.6829 18.5 15.4 18.5H4.58218C4.24491 18.5 4.07627 18.5 3.98621 18.6119C3.89614 18.7239 3.9315 18.8852 4.0022 19.2079C4.05928 19.4683 4.11886 19.7096 4.18349 19.9321C4.40733 20.703 4.7155 21.3411 5.26868 21.8348C5.82696 22.3331 6.48525 22.5511 7.25514 22.6529C7.98918 22.7501 8.90541 22.75 10.028 22.75H13.972C14.4737 22.75 14.9342 22.75 15.3556 22.7414C15.6976 22.7343 15.8686 22.7308 15.9552 22.6372C16.0418 22.5435 16.0293 22.328 16.0043 21.8969C16.0015 21.8483 16 21.7993 16 21.75V19.1Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-check-in-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.78016 7.25L20.2199 7.25H20.2199C20.5119 7.24999 20.768 7.24998 20.9785 7.26435C21.1985 7.27936 21.434 7.31297 21.6644 7.41459C22.0522 7.58554 22.3488 7.84738 22.5339 8.19165C22.7121 8.52281 22.7549 8.87028 22.7496 9.16755C22.7442 9.46288 22.6901 9.75163 22.6362 9.99262C22.6058 10.1287 22.5021 10.5616 22.4868 10.6252L22.4853 10.6317L22.4832 10.6412C22.4001 11.0224 22.1416 11.3302 21.8031 11.4908C21.4336 11.6661 21.1928 11.9888 21.1306 12.3431C21.1032 12.5023 20.9074 12.5661 20.7857 12.4599C20.6484 12.3401 20.4978 12.2199 20.3361 12.1086C20.0532 11.914 19.3916 11.5 18.4998 11.5C17.608 11.5 16.9464 11.914 16.6635 12.1086C16.3176 12.3466 16.0225 12.6255 15.8006 12.8536C15.3548 13.3118 14.9005 13.8905 14.6144 14.2555L14.1658 14.8838C14.0659 15.0476 13.3799 16.1724 14.0139 17.4792C14.4002 18.2756 15.036 18.6446 15.5168 18.8165C15.7697 18.9069 15.8962 18.9522 15.9509 19.0299C16.0057 19.1076 16.0057 19.2222 16.0057 19.4515L16.0057 21C16.0057 21.3442 16.0057 21.5163 15.9374 21.5994C15.9263 21.6129 15.9189 21.6206 15.9059 21.6323C15.8259 21.704 15.6886 21.7099 15.4139 21.7217H15.4139C14.7534 21.75 13.9918 21.75 13.1152 21.75H13.1152L10.8848 21.75C9.54983 21.75 8.48171 21.75 7.63078 21.6499C6.75215 21.5465 6.01409 21.3281 5.38455 20.8271L5.38167 20.8248C4.54362 20.151 4.14201 19.17 3.90958 18.2651C3.75283 17.6549 3.65361 16.9808 3.56896 16.4057L2.86937 12.3431C2.80715 11.9888 2.56639 11.6661 2.19688 11.4908C1.85843 11.3302 1.59987 11.0224 1.51681 10.6412L1.51472 10.6317L1.51318 10.6252C1.49793 10.5616 1.39421 10.1287 1.36376 9.99262C1.30986 9.75163 1.25576 9.46287 1.25043 9.16755C1.24507 8.87028 1.28792 8.5228 1.46605 8.19165C1.65124 7.84738 1.94781 7.58554 2.33555 7.41459C2.56603 7.31297 2.80147 7.27936 3.02149 7.26435C3.23204 7.24998 3.48816 7.24999 3.78014 7.25H3.78016ZM10 11.25C9.58579 11.25 9.25 11.5858 9.25 12C9.25 12.4142 9.58579 12.75 10 12.75L14 12.75C14.4142 12.75 14.75 12.4142 14.75 12C14.75 11.5858 14.4142 11.25 14 11.25L10 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4011 2.0841C10.9071 2.30546 11.1378 2.89509 10.9164 3.40107L7.41641 11.4011C7.19504 11.9071 6.60541 12.1378 6.09943 11.9164C5.59345 11.695 5.36273 11.1054 5.5841 10.5994L9.0841 2.59943C9.30546 2.09345 9.89509 1.86273 10.4011 2.0841Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.553 2.10579C15.047 1.8588 15.6477 2.05903 15.8946 2.55301L18.3946 7.55301C18.6416 8.04698 18.4414 8.64766 17.9474 8.89465C17.4535 9.14164 16.8528 8.94141 16.6058 8.44743L14.1058 3.44743C13.8588 2.95345 14.059 2.35278 14.553 2.10579Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5059 21C19.5059 21.5523 19.0581 22 18.5059 22C17.9536 22 17.5059 21.5523 17.5059 21L17.5059 17.5L16.9116 17.5C16.736 17.5001 16.5203 17.5003 16.3439 17.4782L16.3405 17.4778C16.2141 17.462 15.638 17.3902 15.3637 16.8246C15.0887 16.2577 15.3907 15.7576 15.456 15.6494L15.7951 15.1809C16.0897 14.8051 16.4954 14.2906 16.8759 13.8996C17.0657 13.7045 17.283 13.5033 17.5139 13.3444C17.7191 13.2032 18.0693 13 18.5 13C18.9307 13 19.2809 13.2032 19.4861 13.3444C19.717 13.5033 19.9343 13.7045 20.1241 13.8996C20.5046 14.2906 20.9102 14.8051 21.2049 15.1809L21.544 15.6494C21.6093 15.7576 21.9113 16.2578 21.6363 16.8246C21.362 17.3902 20.7859 17.462 20.6595 17.4778L20.6561 17.4782C20.4797 17.5003 20.264 17.5001 20.0884 17.5L19.5059 17.5L19.5059 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.78016 7.25L20.2199 7.25H20.2199C20.5119 7.24999 20.768 7.24998 20.9785 7.26435C21.1985 7.27936 21.434 7.31297 21.6644 7.41459C22.0522 7.58554 22.3488 7.84738 22.5339 8.19165C22.7121 8.52281 22.7549 8.87028 22.7496 9.16755C22.7442 9.46288 22.6901 9.75163 22.6362 9.99262C22.6058 10.1287 22.5021 10.5616 22.4868 10.6252L22.4853 10.6317L22.4832 10.6412C22.4001 11.0224 22.1416 11.3302 21.8031 11.4908C21.4336 11.6661 21.1928 11.9888 21.1306 12.3431C21.1032 12.5023 20.9074 12.5661 20.7857 12.4599C20.6484 12.3401 20.4978 12.2199 20.3361 12.1086C20.0532 11.914 19.3916 11.5 18.4998 11.5C17.608 11.5 16.9464 11.914 16.6635 12.1086C16.3176 12.3466 16.0225 12.6255 15.8006 12.8536C15.3548 13.3118 14.9005 13.8905 14.6144 14.2555L14.1658 14.8838C14.0659 15.0476 13.3799 16.1724 14.0139 17.4792C14.4002 18.2756 15.036 18.6446 15.5168 18.8165C15.7697 18.9069 15.8962 18.9522 15.9509 19.0299C16.0057 19.1076 16.0057 19.2222 16.0057 19.4515L16.0057 21C16.0057 21.3442 16.0057 21.5163 15.9374 21.5994C15.9263 21.6129 15.9189 21.6206 15.9059 21.6323C15.8259 21.704 15.6886 21.7099 15.4139 21.7217H15.4139C14.7534 21.75 13.9918 21.75 13.1152 21.75H13.1152L10.8848 21.75C9.54983 21.75 8.48171 21.75 7.63078 21.6499C6.75215 21.5465 6.01409 21.3281 5.38455 20.8271L5.38167 20.8248C4.54362 20.151 4.14201 19.17 3.90958 18.2651C3.75283 17.6549 3.65361 16.9808 3.56896 16.4057L2.86937 12.3431C2.80715 11.9888 2.56639 11.6661 2.19688 11.4908C1.85843 11.3302 1.59987 11.0224 1.51681 10.6412L1.51472 10.6317L1.51318 10.6252C1.49793 10.5616 1.39421 10.1287 1.36376 9.99262C1.30986 9.75163 1.25576 9.46287 1.25043 9.16755C1.24507 8.87028 1.28792 8.5228 1.46605 8.19165C1.65124 7.84738 1.94781 7.58554 2.33555 7.41459C2.56603 7.31297 2.80147 7.27936 3.02149 7.26435C3.23204 7.24998 3.48816 7.24999 3.78014 7.25H3.78016ZM10 11.25C9.58579 11.25 9.25 11.5858 9.25 12C9.25 12.4142 9.58579 12.75 10 12.75L14 12.75C14.4142 12.75 14.75 12.4142 14.75 12C14.75 11.5858 14.4142 11.25 14 11.25L10 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4011 2.0841C10.9071 2.30546 11.1378 2.89509 10.9164 3.40107L7.41641 11.4011C7.19504 11.9071 6.60541 12.1378 6.09943 11.9164C5.59345 11.695 5.36273 11.1054 5.5841 10.5994L9.0841 2.59943C9.30546 2.09345 9.89509 1.86273 10.4011 2.0841Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.553 2.10579C15.047 1.8588 15.6477 2.05903 15.8946 2.55301L18.3946 7.55301C18.6416 8.04698 18.4414 8.64766 17.9474 8.89465C17.4535 9.14164 16.8528 8.94141 16.6058 8.44743L14.1058 3.44743C13.8588 2.95345 14.059 2.35278 14.553 2.10579Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5059 21C19.5059 21.5523 19.0581 22 18.5059 22C17.9536 22 17.5059 21.5523 17.5059 21L17.5059 17.5L16.9116 17.5C16.736 17.5001 16.5203 17.5003 16.3439 17.4782L16.3405 17.4778C16.2141 17.462 15.638 17.3902 15.3637 16.8246C15.0887 16.2577 15.3907 15.7576 15.456 15.6494L15.7951 15.1809C16.0897 14.8051 16.4954 14.2906 16.8759 13.8996C17.0657 13.7045 17.283 13.5033 17.5139 13.3444C17.7191 13.2032 18.0693 13 18.5 13C18.9307 13 19.2809 13.2032 19.4861 13.3444C19.717 13.5033 19.9343 13.7045 20.1241 13.8996C20.5046 14.2906 20.9102 14.8051 21.2049 15.1809L21.544 15.6494C21.6093 15.7576 21.9113 16.2578 21.6363 16.8246C21.362 17.3902 20.7859 17.462 20.6595 17.4778L20.6561 17.4782C20.4797 17.5003 20.264 17.5001 20.0884 17.5L19.5059 17.5L19.5059 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-check-out-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4646 6.75C19.9568 6.74994 20.4052 6.74989 20.7642 6.80237C21.1588 6.86006 21.5792 6.99805 21.8925 7.38056C22.2023 7.75888 22.2601 8.19716 22.2487 8.59566C22.2381 8.96381 22.1625 9.41437 22.0784 9.9159L21.7151 12.0827C21.6355 12.5575 21.5957 12.795 21.533 12.8113C21.4703 12.8276 21.2996 12.6144 20.9581 12.1882C20.4999 11.6162 19.7957 11.25 19.0059 11.25C17.6251 11.25 16.5059 12.3693 16.5059 13.75L16.5059 16.2985C16.5059 16.5278 16.5059 16.6424 16.4511 16.7201C16.3964 16.7978 16.2699 16.8431 16.017 16.9335C15.5362 17.1054 14.9004 17.4744 14.5141 18.2708C14.1635 18.9935 14.2479 19.6876 14.3542 20.0998C14.4097 20.3156 14.5703 20.7227 14.7939 21.0501L15.3993 21.7957C15.7297 22.2026 15.8949 22.4061 15.8138 22.577C15.7326 22.7479 15.4729 22.7485 14.9533 22.7496C14.7837 22.75 14.6088 22.75 14.4285 22.75H9.57149C8.44034 22.75 7.51991 22.75 6.78342 22.6557C6.01361 22.5572 5.35455 22.3465 4.79455 21.8613C4.23682 21.3781 3.92692 20.7522 3.70412 19.997C3.48969 19.2701 3.33385 18.3404 3.1412 17.1911L1.92161 9.91593C1.83748 9.41439 1.76191 8.96382 1.75133 8.59566C1.73988 8.19716 1.79764 7.75888 2.10749 7.38055C2.42076 6.99805 2.84115 6.86006 3.23581 6.80237C3.59476 6.74989 4.04322 6.74994 4.53543 6.75H19.4646Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.0059 13.75C20.0059 13.1977 19.5581 12.75 19.0059 12.75C18.4536 12.75 18.0059 13.1977 18.0059 13.75L18.0059 18.25L17.4116 18.25C17.236 18.2499 17.0203 18.2497 16.8439 18.2718L16.8405 18.2722C16.7141 18.288 16.138 18.3598 15.8637 18.9254C15.5887 19.4923 15.8907 19.9924 15.956 20.1006L15.9584 20.1046C16.0506 20.2576 16.2951 20.5691 16.2951 20.5691C16.5897 20.9449 16.9954 21.4594 17.3759 21.8504C17.5657 22.0455 17.783 22.2467 18.0139 22.4056C18.2191 22.5468 18.5693 22.75 19 22.75C19.4307 22.75 19.7809 22.5468 19.9861 22.4056C20.217 22.2467 20.4343 22.0455 20.6241 21.8504C21.0046 21.4594 21.4102 20.9449 21.7049 20.5691C21.7049 20.5691 21.9494 20.2577 22.0416 20.1046L22.044 20.1006C22.1093 19.9924 22.4113 19.4922 22.1363 18.9254C21.862 18.3598 21.2859 18.288 21.1595 18.2722L21.1561 18.2718C20.9797 18.2497 20.764 18.2499 20.5884 18.25L20.0059 18.25L20.0059 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4646 6.75C19.9568 6.74994 20.4052 6.74989 20.7642 6.80237C21.1588 6.86006 21.5792 6.99805 21.8925 7.38056C22.2023 7.75888 22.2601 8.19716 22.2487 8.59566C22.2381 8.96381 22.1625 9.41437 22.0784 9.9159L21.7151 12.0827C21.6355 12.5575 21.5957 12.795 21.533 12.8113C21.4703 12.8276 21.2996 12.6144 20.9581 12.1882C20.4999 11.6162 19.7957 11.25 19.0059 11.25C17.6251 11.25 16.5059 12.3693 16.5059 13.75L16.5059 16.2985C16.5059 16.5278 16.5059 16.6424 16.4511 16.7201C16.3964 16.7978 16.2699 16.8431 16.017 16.9335C15.5362 17.1054 14.9004 17.4744 14.5141 18.2708C14.1635 18.9935 14.2479 19.6876 14.3542 20.0998C14.4097 20.3156 14.5703 20.7227 14.7939 21.0501L15.3993 21.7957C15.7297 22.2026 15.8949 22.4061 15.8138 22.577C15.7326 22.7479 15.4729 22.7485 14.9533 22.7496C14.7837 22.75 14.6088 22.75 14.4285 22.75H9.57149C8.44034 22.75 7.51991 22.75 6.78342 22.6557C6.01361 22.5572 5.35455 22.3465 4.79455 21.8613C4.23682 21.3781 3.92692 20.7522 3.70412 19.997C3.48969 19.2701 3.33385 18.3404 3.1412 17.1911L1.92161 9.91593C1.83748 9.41439 1.76191 8.96382 1.75133 8.59566C1.73988 8.19716 1.79764 7.75888 2.10749 7.38055C2.42076 6.99805 2.84115 6.86006 3.23581 6.80237C3.59476 6.74989 4.04322 6.74994 4.53543 6.75H19.4646Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.0059 13.75C20.0059 13.1977 19.5581 12.75 19.0059 12.75C18.4536 12.75 18.0059 13.1977 18.0059 13.75L18.0059 18.25L17.4116 18.25C17.236 18.2499 17.0203 18.2497 16.8439 18.2718L16.8405 18.2722C16.7141 18.288 16.138 18.3598 15.8637 18.9254C15.5887 19.4923 15.8907 19.9924 15.956 20.1006L15.9584 20.1046C16.0506 20.2576 16.2951 20.5691 16.2951 20.5691C16.5897 20.9449 16.9954 21.4594 17.3759 21.8504C17.5657 22.0455 17.783 22.2467 18.0139 22.4056C18.2191 22.5468 18.5693 22.75 19 22.75C19.4307 22.75 19.7809 22.5468 19.9861 22.4056C20.217 22.2467 20.4343 22.0455 20.6241 21.8504C21.0046 21.4594 21.4102 20.9449 21.7049 20.5691C21.7049 20.5691 21.9494 20.2577 22.0416 20.1046L22.044 20.1006C22.1093 19.9924 22.4113 19.4922 22.1363 18.9254C21.862 18.3598 21.2859 18.288 21.1595 18.2722L21.1561 18.2718C20.9797 18.2497 20.764 18.2499 20.5884 18.25L20.0059 18.25L20.0059 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-check-out-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 18.75V14C19.5 13.4477 19.0523 13 18.5 13C17.9477 13 17.5 13.4477 17.5 14V18.75H16C15.6986 18.75 15.4265 18.9304 15.3092 19.2081C15.1918 19.4857 15.2521 19.8066 15.4622 20.0227C15.5509 20.114 16.3864 21.1531 16.5996 21.4245C16.8458 21.715 17.1213 22.0168 17.3968 22.2515C17.5349 22.369 17.6905 22.485 17.8578 22.5746C18.0193 22.661 18.2417 22.75 18.5 22.75C18.7583 22.75 18.9808 22.661 19.1422 22.5746C19.3096 22.485 19.4652 22.369 19.6032 22.2515C19.8787 22.0168 20.1543 21.715 20.4005 21.4245C20.6137 21.1531 21.4491 20.114 21.5378 20.0227C21.7479 19.8066 21.8082 19.4857 21.6909 19.2081C21.5736 18.9304 21.3014 18.75 21 18.75H19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.73122 6.80485C4.09347 6.74988 4.54569 6.74994 5.03918 6.75H18.9608C19.4543 6.74994 19.9065 6.74988 20.2688 6.80485C20.6709 6.86589 21.0939 7.01213 21.4045 7.40759C21.7075 7.79348 21.7616 8.2371 21.7481 8.64362C21.7356 9.02281 21.6576 9.48825 21.5697 10.0124L21.1702 12.3976C21.0983 12.8266 21.0624 13.0411 20.9985 13.0569C20.9347 13.0726 20.7874 12.8785 20.493 12.4904C20.0364 11.8886 19.3136 11.5 18.5 11.5C17.1193 11.5 16 12.6193 16 14V15.9C16 16.1828 16 16.3243 15.9122 16.4121C15.8243 16.5 15.6829 16.5 15.4 16.5H4.02491C3.78234 16.5 3.66106 16.5 3.57716 16.429C3.49326 16.358 3.47323 16.2384 3.43315 15.9991L2.43027 10.0123C2.34242 9.48822 2.26442 9.02282 2.25186 8.64362C2.2384 8.2371 2.29245 7.79348 2.59554 7.40759C2.90613 7.01213 3.32906 6.86589 3.73122 6.80485Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7924 19.3794C13.8107 18.9159 13.8198 18.6842 13.7313 18.5921C13.6427 18.5 13.455 18.5 13.0796 18.5H4.58218C4.24491 18.5 4.07627 18.5 3.98621 18.6119C3.89614 18.7239 3.9315 18.8852 4.0022 19.2079C4.05928 19.4683 4.11886 19.7096 4.18349 19.9321C4.40733 20.703 4.7155 21.3411 5.26868 21.8348C5.82696 22.3331 6.48525 22.5511 7.25514 22.6529C7.98918 22.7501 8.90541 22.75 10.028 22.75H13.972C14.4529 22.75 14.896 22.75 15.303 22.7424C15.4796 22.7391 15.5694 22.529 15.4552 22.3942L14.362 21.0424C13.9549 20.6102 13.7684 19.989 13.7924 19.3794Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 18.75V14C19.5 13.4477 19.0523 13 18.5 13C17.9477 13 17.5 13.4477 17.5 14V18.75H16C15.6986 18.75 15.4265 18.9304 15.3092 19.2081C15.1918 19.4857 15.2521 19.8066 15.4622 20.0227C15.5509 20.114 16.3864 21.1531 16.5996 21.4245C16.8458 21.715 17.1213 22.0168 17.3968 22.2515C17.5349 22.369 17.6905 22.485 17.8578 22.5746C18.0193 22.661 18.2417 22.75 18.5 22.75C18.7583 22.75 18.9808 22.661 19.1422 22.5746C19.3096 22.485 19.4652 22.369 19.6032 22.2515C19.8787 22.0168 20.1543 21.715 20.4005 21.4245C20.6137 21.1531 21.4491 20.114 21.5378 20.0227C21.7479 19.8066 21.8082 19.4857 21.6909 19.2081C21.5736 18.9304 21.3014 18.75 21 18.75H19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.73122 6.80485C4.09347 6.74988 4.54569 6.74994 5.03918 6.75H18.9608C19.4543 6.74994 19.9065 6.74988 20.2688 6.80485C20.6709 6.86589 21.0939 7.01213 21.4045 7.40759C21.7075 7.79348 21.7616 8.2371 21.7481 8.64362C21.7356 9.02281 21.6576 9.48825 21.5697 10.0124L21.1702 12.3976C21.0983 12.8266 21.0624 13.0411 20.9985 13.0569C20.9347 13.0726 20.7874 12.8785 20.493 12.4904C20.0364 11.8886 19.3136 11.5 18.5 11.5C17.1193 11.5 16 12.6193 16 14V15.9C16 16.1828 16 16.3243 15.9122 16.4121C15.8243 16.5 15.6829 16.5 15.4 16.5H4.02491C3.78234 16.5 3.66106 16.5 3.57716 16.429C3.49326 16.358 3.47323 16.2384 3.43315 15.9991L2.43027 10.0123C2.34242 9.48822 2.26442 9.02282 2.25186 8.64362C2.2384 8.2371 2.29245 7.79348 2.59554 7.40759C2.90613 7.01213 3.32906 6.86589 3.73122 6.80485Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7924 19.3794C13.8107 18.9159 13.8198 18.6842 13.7313 18.5921C13.6427 18.5 13.455 18.5 13.0796 18.5H4.58218C4.24491 18.5 4.07627 18.5 3.98621 18.6119C3.89614 18.7239 3.9315 18.8852 4.0022 19.2079C4.05928 19.4683 4.11886 19.7096 4.18349 19.9321C4.40733 20.703 4.7155 21.3411 5.26868 21.8348C5.82696 22.3331 6.48525 22.5511 7.25514 22.6529C7.98918 22.7501 8.90541 22.75 10.028 22.75H13.972C14.4529 22.75 14.896 22.75 15.303 22.7424C15.4796 22.7391 15.5694 22.529 15.4552 22.3942L14.362 21.0424C13.9549 20.6102 13.7684 19.989 13.7924 19.3794Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-check-out-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.78016 7.25L20.2199 7.25H20.2199C20.5119 7.24999 20.768 7.24998 20.9785 7.26435C21.1985 7.27936 21.434 7.31297 21.6644 7.41459C22.0522 7.58554 22.3488 7.84738 22.5339 8.19165C22.7121 8.52281 22.7549 8.87028 22.7496 9.16755C22.7442 9.46288 22.6901 9.75163 22.6362 9.99262C22.6047 10.1336 22.4945 10.5932 22.4855 10.6306L22.485 10.6329L22.4844 10.6358C22.4026 11.0195 22.1432 11.3294 21.8031 11.4908C21.4336 11.6661 21.1928 11.9888 21.1306 12.3431L21.1111 12.4564C21.0489 12.8178 21.0178 12.9985 20.9531 13.0135C20.8884 13.0284 20.77 12.8646 20.5332 12.537L20.5332 12.537C20.079 11.9088 19.3401 11.5 18.5057 11.5C17.1249 11.5 16.0057 12.6193 16.0057 14L16.0057 15.8861C16.0057 15.9655 16.0057 16.0052 15.984 16.0325C15.9623 16.0598 15.9217 16.0693 15.8405 16.0882C15.3675 16.1983 14.4962 16.5264 14.0139 17.5207C13.3799 18.8276 14.0659 19.9523 14.1658 20.1161L14.6144 20.7445L14.6233 20.7558L14.6233 20.7558C14.9631 21.1892 15.133 21.4059 15.0517 21.5743C14.9705 21.7427 14.702 21.7444 14.1652 21.7479H14.1652C13.835 21.75 13.4854 21.75 13.1153 21.75H13.1152L10.8848 21.75C9.54983 21.75 8.48171 21.75 7.63078 21.6499C6.75215 21.5465 6.01409 21.3281 5.38455 20.8271L5.38167 20.8248C4.54362 20.151 4.14201 19.17 3.90958 18.2651C3.75283 17.6549 3.65361 16.9808 3.56896 16.4057L2.86937 12.3431C2.80715 11.9888 2.56639 11.6661 2.19688 11.4908C1.85682 11.3294 1.59741 11.0195 1.51563 10.6358L1.51502 10.6329L1.51448 10.6306C1.50551 10.5932 1.39531 10.1336 1.36376 9.99262C1.30986 9.75163 1.25576 9.46287 1.25043 9.16755C1.24507 8.87028 1.28792 8.5228 1.46605 8.19165C1.65124 7.84738 1.94781 7.58554 2.33555 7.41459C2.56603 7.31297 2.80147 7.27936 3.02149 7.26435C3.23204 7.24998 3.48816 7.24999 3.78014 7.25H3.78016ZM10 11.25C9.58579 11.25 9.25 11.5858 9.25 12C9.25 12.4142 9.58579 12.75 10 12.75L14 12.75C14.4142 12.75 14.75 12.4142 14.75 12C14.75 11.5858 14.4142 11.25 14 11.25L10 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4011 2.0841C10.9071 2.30546 11.1378 2.89509 10.9164 3.40107L7.41641 11.4011C7.19504 11.9071 6.60541 12.1378 6.09943 11.9164C5.59345 11.695 5.36273 11.1054 5.5841 10.5994L9.0841 2.59943C9.30546 2.09345 9.89509 1.86273 10.4011 2.0841Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.553 2.10579C15.047 1.8588 15.6477 2.05903 15.8946 2.55301L18.3946 7.55301C18.6416 8.04698 18.4414 8.64766 17.9474 8.89465C17.4535 9.14164 16.8528 8.94141 16.6058 8.44743L14.1058 3.44743C13.8588 2.95345 14.059 2.35278 14.553 2.10579Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5059 14C19.5059 13.4477 19.0581 13 18.5059 13C17.9536 13 17.5059 13.4477 17.5059 14L17.5059 17.5L16.9116 17.5C16.736 17.4999 16.5203 17.4997 16.3439 17.5218L16.3405 17.5222C16.2141 17.538 15.638 17.6098 15.3637 18.1754C15.0887 18.7423 15.3907 19.2424 15.456 19.3506L15.7951 19.8191C16.0897 20.1949 16.4954 20.7094 16.8759 21.1004C17.0657 21.2955 17.283 21.4967 17.5139 21.6556C17.7191 21.7968 18.0693 22 18.5 22C18.9307 22 19.2809 21.7968 19.4861 21.6556C19.717 21.4967 19.9343 21.2955 20.1241 21.1004C20.5046 20.7094 20.9102 20.1949 21.2049 19.8191L21.544 19.3506C21.6093 19.2424 21.9113 18.7422 21.6363 18.1754C21.362 17.6098 20.7859 17.538 20.6595 17.5222L20.6561 17.5218C20.4797 17.4997 20.264 17.4999 20.0884 17.5L19.5059 17.5L19.5059 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.78016 7.25L20.2199 7.25H20.2199C20.5119 7.24999 20.768 7.24998 20.9785 7.26435C21.1985 7.27936 21.434 7.31297 21.6644 7.41459C22.0522 7.58554 22.3488 7.84738 22.5339 8.19165C22.7121 8.52281 22.7549 8.87028 22.7496 9.16755C22.7442 9.46288 22.6901 9.75163 22.6362 9.99262C22.6047 10.1336 22.4945 10.5932 22.4855 10.6306L22.485 10.6329L22.4844 10.6358C22.4026 11.0195 22.1432 11.3294 21.8031 11.4908C21.4336 11.6661 21.1928 11.9888 21.1306 12.3431L21.1111 12.4564C21.0489 12.8178 21.0178 12.9985 20.9531 13.0135C20.8884 13.0284 20.77 12.8646 20.5332 12.537L20.5332 12.537C20.079 11.9088 19.3401 11.5 18.5057 11.5C17.1249 11.5 16.0057 12.6193 16.0057 14L16.0057 15.8861C16.0057 15.9655 16.0057 16.0052 15.984 16.0325C15.9623 16.0598 15.9217 16.0693 15.8405 16.0882C15.3675 16.1983 14.4962 16.5264 14.0139 17.5207C13.3799 18.8276 14.0659 19.9523 14.1658 20.1161L14.6144 20.7445L14.6233 20.7558L14.6233 20.7558C14.9631 21.1892 15.133 21.4059 15.0517 21.5743C14.9705 21.7427 14.702 21.7444 14.1652 21.7479H14.1652C13.835 21.75 13.4854 21.75 13.1153 21.75H13.1152L10.8848 21.75C9.54983 21.75 8.48171 21.75 7.63078 21.6499C6.75215 21.5465 6.01409 21.3281 5.38455 20.8271L5.38167 20.8248C4.54362 20.151 4.14201 19.17 3.90958 18.2651C3.75283 17.6549 3.65361 16.9808 3.56896 16.4057L2.86937 12.3431C2.80715 11.9888 2.56639 11.6661 2.19688 11.4908C1.85682 11.3294 1.59741 11.0195 1.51563 10.6358L1.51502 10.6329L1.51448 10.6306C1.50551 10.5932 1.39531 10.1336 1.36376 9.99262C1.30986 9.75163 1.25576 9.46287 1.25043 9.16755C1.24507 8.87028 1.28792 8.5228 1.46605 8.19165C1.65124 7.84738 1.94781 7.58554 2.33555 7.41459C2.56603 7.31297 2.80147 7.27936 3.02149 7.26435C3.23204 7.24998 3.48816 7.24999 3.78014 7.25H3.78016ZM10 11.25C9.58579 11.25 9.25 11.5858 9.25 12C9.25 12.4142 9.58579 12.75 10 12.75L14 12.75C14.4142 12.75 14.75 12.4142 14.75 12C14.75 11.5858 14.4142 11.25 14 11.25L10 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4011 2.0841C10.9071 2.30546 11.1378 2.89509 10.9164 3.40107L7.41641 11.4011C7.19504 11.9071 6.60541 12.1378 6.09943 11.9164C5.59345 11.695 5.36273 11.1054 5.5841 10.5994L9.0841 2.59943C9.30546 2.09345 9.89509 1.86273 10.4011 2.0841Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.553 2.10579C15.047 1.8588 15.6477 2.05903 15.8946 2.55301L18.3946 7.55301C18.6416 8.04698 18.4414 8.64766 17.9474 8.89465C17.4535 9.14164 16.8528 8.94141 16.6058 8.44743L14.1058 3.44743C13.8588 2.95345 14.059 2.35278 14.553 2.10579Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.5059 14C19.5059 13.4477 19.0581 13 18.5059 13C17.9536 13 17.5059 13.4477 17.5059 14L17.5059 17.5L16.9116 17.5C16.736 17.4999 16.5203 17.4997 16.3439 17.5218L16.3405 17.5222C16.2141 17.538 15.638 17.6098 15.3637 18.1754C15.0887 18.7423 15.3907 19.2424 15.456 19.3506L15.7951 19.8191C16.0897 20.1949 16.4954 20.7094 16.8759 21.1004C17.0657 21.2955 17.283 21.4967 17.5139 21.6556C17.7191 21.7968 18.0693 22 18.5 22C18.9307 22 19.2809 21.7968 19.4861 21.6556C19.717 21.4967 19.9343 21.2955 20.1241 21.1004C20.5046 20.7094 20.9102 20.1949 21.2049 19.8191L21.544 19.3506C21.6093 19.2424 21.9113 18.7422 21.6363 18.1754C21.362 17.6098 20.7859 17.538 20.6595 17.5222L20.6561 17.5218C20.4797 17.4997 20.264 17.4999 20.0884 17.5L19.5059 17.5L19.5059 14Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-done-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.41043 6.625C3.91822 6.62494 3.46976 6.62489 3.11081 6.67737C2.71615 6.73506 2.29576 6.87305 1.98249 7.25555C1.67264 7.63388 1.61488 8.07216 1.62633 8.47066C1.63691 8.83882 1.71248 9.28939 1.79661 9.79093L3.0162 17.0661C3.20885 18.2154 3.36469 19.1451 3.57912 19.872C3.80192 20.6272 4.11182 21.2531 4.66955 21.7363C5.22955 22.2215 5.88861 22.4322 6.65842 22.5307C7.39491 22.625 8.31534 22.625 9.44649 22.625H12.5662C12.7277 22.625 12.815 22.4307 12.7103 22.3076C12.6863 22.2794 12.6664 22.2732 12.6322 22.2625L12.6277 22.2611C11.6116 21.9431 10.875 20.9957 10.875 19.875C10.875 18.4943 11.9943 17.375 13.375 17.375C13.7877 17.375 14.0945 17.4627 14.2317 17.5019L14.2337 17.5024C14.3908 17.5473 14.5551 17.6057 14.7245 17.6802C14.9634 17.7853 15.0828 17.8378 15.1793 17.816C15.2757 17.7942 15.3532 17.7043 15.5081 17.5246C16.1137 16.822 16.9072 15.9606 17.598 15.3548C18.3975 14.6536 19.404 13.9209 20.5404 13.5184C20.6441 13.4817 20.7486 13.4522 20.8534 13.4297C21.1196 13.3726 21.2526 13.3441 21.3164 13.2774C21.3801 13.2107 21.3987 13.0998 21.4358 12.8782L21.9534 9.7909C22.0375 9.28937 22.1131 8.83881 22.1237 8.47066C22.1351 8.07216 22.0773 7.63388 21.7675 7.25556C21.4542 6.87305 21.0338 6.73506 20.6392 6.67737C20.2802 6.62489 19.8318 6.62494 19.3396 6.625H4.41043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.875 3.125C9.66586 3.125 7.875 4.91586 7.875 7.125V7.625C7.875 8.17728 7.42728 8.625 6.875 8.625C6.32272 8.625 5.875 8.17728 5.875 7.625V7.125C5.875 3.81129 8.56129 1.125 11.875 1.125C15.1887 1.125 17.875 3.81129 17.875 7.125V7.625C17.875 8.17728 17.4273 8.625 16.875 8.625C16.3227 8.625 15.875 8.17728 15.875 7.625V7.125C15.875 4.91586 14.0841 3.125 11.875 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3176 15.5414C22.502 16.062 22.2294 16.6335 21.7088 16.8179C21.1752 17.0069 20.5587 17.4138 19.9057 17.9865C19.263 18.5501 18.6378 19.2271 18.0841 19.8909C17.5322 20.5524 17.0635 21.1861 16.7324 21.6551C16.5672 21.8891 16.307 22.2794 16.2191 22.4115C16.0258 22.7156 15.6837 22.8924 15.3239 22.874C14.9639 22.8555 14.6418 22.6448 14.4806 22.3225C14.0399 21.4411 13.6446 21.0902 13.4453 20.9573C13.361 20.9011 13.304 20.8786 13.2814 20.8709C12.773 20.8237 12.375 20.396 12.375 19.8753C12.375 19.323 12.8227 18.8753 13.375 18.8753C13.5742 18.8753 13.7184 18.9155 13.8216 18.945C14.0295 19.0044 14.2803 19.1103 14.5547 19.2932C14.829 19.4761 15.1166 19.7288 15.4054 20.0747C15.7206 19.6439 16.109 19.1363 16.5483 18.6097C17.1416 17.8985 17.84 17.1379 18.587 16.4828C19.3236 15.8368 20.163 15.2436 21.0412 14.9326C21.5618 14.7483 22.1332 15.0208 22.3176 15.5414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.41043 6.625C3.91822 6.62494 3.46976 6.62489 3.11081 6.67737C2.71615 6.73506 2.29576 6.87305 1.98249 7.25555C1.67264 7.63388 1.61488 8.07216 1.62633 8.47066C1.63691 8.83882 1.71248 9.28939 1.79661 9.79093L3.0162 17.0661C3.20885 18.2154 3.36469 19.1451 3.57912 19.872C3.80192 20.6272 4.11182 21.2531 4.66955 21.7363C5.22955 22.2215 5.88861 22.4322 6.65842 22.5307C7.39491 22.625 8.31534 22.625 9.44649 22.625H12.5662C12.7277 22.625 12.815 22.4307 12.7103 22.3076C12.6863 22.2794 12.6664 22.2732 12.6322 22.2625L12.6277 22.2611C11.6116 21.9431 10.875 20.9957 10.875 19.875C10.875 18.4943 11.9943 17.375 13.375 17.375C13.7877 17.375 14.0945 17.4627 14.2317 17.5019L14.2337 17.5024C14.3908 17.5473 14.5551 17.6057 14.7245 17.6802C14.9634 17.7853 15.0828 17.8378 15.1793 17.816C15.2757 17.7942 15.3532 17.7043 15.5081 17.5246C16.1137 16.822 16.9072 15.9606 17.598 15.3548C18.3975 14.6536 19.404 13.9209 20.5404 13.5184C20.6441 13.4817 20.7486 13.4522 20.8534 13.4297C21.1196 13.3726 21.2526 13.3441 21.3164 13.2774C21.3801 13.2107 21.3987 13.0998 21.4358 12.8782L21.9534 9.7909C22.0375 9.28937 22.1131 8.83881 22.1237 8.47066C22.1351 8.07216 22.0773 7.63388 21.7675 7.25556C21.4542 6.87305 21.0338 6.73506 20.6392 6.67737C20.2802 6.62489 19.8318 6.62494 19.3396 6.625H4.41043Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.875 3.125C9.66586 3.125 7.875 4.91586 7.875 7.125V7.625C7.875 8.17728 7.42728 8.625 6.875 8.625C6.32272 8.625 5.875 8.17728 5.875 7.625V7.125C5.875 3.81129 8.56129 1.125 11.875 1.125C15.1887 1.125 17.875 3.81129 17.875 7.125V7.625C17.875 8.17728 17.4273 8.625 16.875 8.625C16.3227 8.625 15.875 8.17728 15.875 7.625V7.125C15.875 4.91586 14.0841 3.125 11.875 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3176 15.5414C22.502 16.062 22.2294 16.6335 21.7088 16.8179C21.1752 17.0069 20.5587 17.4138 19.9057 17.9865C19.263 18.5501 18.6378 19.2271 18.0841 19.8909C17.5322 20.5524 17.0635 21.1861 16.7324 21.6551C16.5672 21.8891 16.307 22.2794 16.2191 22.4115C16.0258 22.7156 15.6837 22.8924 15.3239 22.874C14.9639 22.8555 14.6418 22.6448 14.4806 22.3225C14.0399 21.4411 13.6446 21.0902 13.4453 20.9573C13.361 20.9011 13.304 20.8786 13.2814 20.8709C12.773 20.8237 12.375 20.396 12.375 19.8753C12.375 19.323 12.8227 18.8753 13.375 18.8753C13.5742 18.8753 13.7184 18.9155 13.8216 18.945C14.0295 19.0044 14.2803 19.1103 14.5547 19.2932C14.829 19.4761 15.1166 19.7288 15.4054 20.0747C15.7206 19.6439 16.109 19.1363 16.5483 18.6097C17.1416 17.8985 17.84 17.1379 18.587 16.4828C19.3236 15.8368 20.163 15.2436 21.0412 14.9326C21.5618 14.7483 22.1332 15.0208 22.3176 15.5414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-done-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.875 3.125C9.66586 3.125 7.875 4.91586 7.875 7.125V7.625C7.875 8.17728 7.42728 8.625 6.875 8.625C6.32272 8.625 5.875 8.17728 5.875 7.625V7.125C5.875 3.81129 8.56129 1.125 11.875 1.125C15.1887 1.125 17.875 3.81129 17.875 7.125V7.625C17.875 8.17728 17.4273 8.625 16.875 8.625C16.3227 8.625 15.875 8.17728 15.875 7.625V7.125C15.875 4.91586 14.0841 3.125 11.875 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.8225 16.5557C21.9991 17.079 21.7179 17.6463 21.1946 17.8228C20.7446 17.9746 20.218 18.3041 19.6534 18.7756C19.0984 19.2391 18.557 19.7973 18.0758 20.3467C17.5964 20.8939 17.0772 21.5809 16.7895 21.9691C16.646 22.1627 16.5331 22.3213 16.4569 22.4302C16.2611 22.7236 15.9249 22.8924 15.5726 22.8739C15.2202 22.8554 14.9036 22.6526 14.7396 22.3401C14.3663 21.629 14.0381 21.3578 13.8859 21.2612C13.8315 21.2267 13.7936 21.2104 13.7753 21.2037C13.2698 21.1536 12.875 20.7272 12.875 20.2086C12.875 19.6563 13.3227 19.2086 13.875 19.2086C14.4273 19.2086 14.7075 19.4137 14.9579 19.5727C15.1811 19.7145 15.4127 19.9037 15.6451 20.1536C15.9073 19.8158 16.2209 19.4289 16.5713 19.0289C17.0938 18.4324 17.7104 17.7927 18.3714 17.2406C19.0228 16.6965 19.7701 16.1926 20.5554 15.9277C21.0787 15.7512 21.646 16.0323 21.8225 16.5557Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.60622 6.67985C3.96847 6.62488 4.42069 6.62494 4.91418 6.625H18.8358C19.3293 6.62494 19.7815 6.62488 20.1438 6.67985C20.5459 6.74089 20.9689 6.88713 21.2795 7.28259C21.5825 7.66848 21.6366 8.1121 21.6231 8.51862C21.6106 8.89781 21.5326 9.36325 21.4447 9.88736L20.7697 13.9167C20.7348 14.1255 20.7173 14.23 20.6581 14.2952C20.5989 14.3604 20.4754 14.3936 20.2284 14.46C20.1775 14.4737 20.1266 14.489 20.076 14.5061C19.0395 14.8557 18.1266 15.4903 17.4098 16.089C17.3562 16.1338 17.303 16.179 17.2502 16.2245C17.1628 16.2998 17.1192 16.3374 17.0686 16.3562C17.0181 16.375 16.9621 16.375 16.85 16.375H3.89991C3.65734 16.375 3.53606 16.375 3.45216 16.304C3.36826 16.233 3.34823 16.1134 3.30815 15.8741L2.30527 9.88734C2.21742 9.36322 2.13942 8.89782 2.12686 8.51862C2.1134 8.1121 2.16745 7.66848 2.47054 7.28259C2.78113 6.88713 3.20406 6.74089 3.60622 6.67985Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.8392 18.757C11.9694 18.5747 12.0345 18.4835 12.0066 18.4292C11.9787 18.375 11.8743 18.375 11.6656 18.375H4.45718C4.11991 18.375 3.95127 18.375 3.86121 18.4869C3.77114 18.5989 3.8065 18.7602 3.8772 19.0829C3.93428 19.3433 3.99386 19.5846 4.05849 19.8071C4.28233 20.578 4.5905 21.2161 5.14368 21.7098C5.70196 22.2081 6.36025 22.4261 7.13014 22.5279C7.86418 22.6251 8.78041 22.625 9.90298 22.625H11.8371C12.3051 22.625 12.5391 22.625 12.5653 22.5651C12.5915 22.5051 12.4128 22.3119 12.0554 21.9256C11.6354 21.4715 11.375 20.8647 11.375 20.2083C11.375 19.6672 11.5469 19.1662 11.8392 18.757Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.875 3.125C9.66586 3.125 7.875 4.91586 7.875 7.125V7.625C7.875 8.17728 7.42728 8.625 6.875 8.625C6.32272 8.625 5.875 8.17728 5.875 7.625V7.125C5.875 3.81129 8.56129 1.125 11.875 1.125C15.1887 1.125 17.875 3.81129 17.875 7.125V7.625C17.875 8.17728 17.4273 8.625 16.875 8.625C16.3227 8.625 15.875 8.17728 15.875 7.625V7.125C15.875 4.91586 14.0841 3.125 11.875 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.8225 16.5557C21.9991 17.079 21.7179 17.6463 21.1946 17.8228C20.7446 17.9746 20.218 18.3041 19.6534 18.7756C19.0984 19.2391 18.557 19.7973 18.0758 20.3467C17.5964 20.8939 17.0772 21.5809 16.7895 21.9691C16.646 22.1627 16.5331 22.3213 16.4569 22.4302C16.2611 22.7236 15.9249 22.8924 15.5726 22.8739C15.2202 22.8554 14.9036 22.6526 14.7396 22.3401C14.3663 21.629 14.0381 21.3578 13.8859 21.2612C13.8315 21.2267 13.7936 21.2104 13.7753 21.2037C13.2698 21.1536 12.875 20.7272 12.875 20.2086C12.875 19.6563 13.3227 19.2086 13.875 19.2086C14.4273 19.2086 14.7075 19.4137 14.9579 19.5727C15.1811 19.7145 15.4127 19.9037 15.6451 20.1536C15.9073 19.8158 16.2209 19.4289 16.5713 19.0289C17.0938 18.4324 17.7104 17.7927 18.3714 17.2406C19.0228 16.6965 19.7701 16.1926 20.5554 15.9277C21.0787 15.7512 21.646 16.0323 21.8225 16.5557Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.60622 6.67985C3.96847 6.62488 4.42069 6.62494 4.91418 6.625H18.8358C19.3293 6.62494 19.7815 6.62488 20.1438 6.67985C20.5459 6.74089 20.9689 6.88713 21.2795 7.28259C21.5825 7.66848 21.6366 8.1121 21.6231 8.51862C21.6106 8.89781 21.5326 9.36325 21.4447 9.88736L20.7697 13.9167C20.7348 14.1255 20.7173 14.23 20.6581 14.2952C20.5989 14.3604 20.4754 14.3936 20.2284 14.46C20.1775 14.4737 20.1266 14.489 20.076 14.5061C19.0395 14.8557 18.1266 15.4903 17.4098 16.089C17.3562 16.1338 17.303 16.179 17.2502 16.2245C17.1628 16.2998 17.1192 16.3374 17.0686 16.3562C17.0181 16.375 16.9621 16.375 16.85 16.375H3.89991C3.65734 16.375 3.53606 16.375 3.45216 16.304C3.36826 16.233 3.34823 16.1134 3.30815 15.8741L2.30527 9.88734C2.21742 9.36322 2.13942 8.89782 2.12686 8.51862C2.1134 8.1121 2.16745 7.66848 2.47054 7.28259C2.78113 6.88713 3.20406 6.74089 3.60622 6.67985Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.8392 18.757C11.9694 18.5747 12.0345 18.4835 12.0066 18.4292C11.9787 18.375 11.8743 18.375 11.6656 18.375H4.45718C4.11991 18.375 3.95127 18.375 3.86121 18.4869C3.77114 18.5989 3.8065 18.7602 3.8772 19.0829C3.93428 19.3433 3.99386 19.5846 4.05849 19.8071C4.28233 20.578 4.5905 21.2161 5.14368 21.7098C5.70196 22.2081 6.36025 22.4261 7.13014 22.5279C7.86418 22.6251 8.78041 22.625 9.90298 22.625H11.8371C12.3051 22.625 12.5391 22.625 12.5653 22.5651C12.5915 22.5051 12.4128 22.3119 12.0554 21.9256C11.6354 21.4715 11.375 20.8647 11.375 20.2083C11.375 19.6672 11.5469 19.1662 11.8392 18.757Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-done-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.65516 7.25L20.0949 7.25H20.0949C20.3869 7.24999 20.643 7.24998 20.8535 7.26435C21.0735 7.27936 21.309 7.31297 21.5394 7.41459C21.9272 7.58554 22.2238 7.84738 22.4089 8.19165C22.5871 8.52281 22.6299 8.87028 22.6246 9.16755C22.6192 9.46288 22.5651 9.75163 22.5112 9.99262C22.4808 10.1287 22.3771 10.5616 22.3618 10.6252L22.3603 10.6317L22.3582 10.6412C22.2751 11.0224 22.0166 11.3302 21.6781 11.4908C21.4062 11.6198 21.1729 12.0093 21.0438 12.3473C20.9745 12.5288 20.9398 12.6195 20.8979 12.6633C20.856 12.7071 20.7804 12.7398 20.6292 12.8053C19.6608 13.2247 18.7996 13.8644 18.0979 14.4798C17.4072 15.0856 16.6137 15.947 16.0081 16.6496L16.0081 16.6496C15.8532 16.8293 15.7757 16.9192 15.6793 16.941C15.5828 16.9628 15.4634 16.9103 15.2245 16.8052C15.0551 16.7307 14.8908 16.6723 14.7337 16.6274L14.7317 16.6269C14.5945 16.5877 14.2877 16.5 13.875 16.5C12.4943 16.5 11.375 17.6193 11.375 19C11.375 20.1207 12.1116 21.0681 13.1277 21.3861L13.1323 21.3875C13.1664 21.3982 13.1863 21.4043 13.2103 21.4326C13.3149 21.5556 13.2277 21.7499 13.0663 21.7499L10.7598 21.75C9.42483 21.75 8.35671 21.75 7.50578 21.6499C6.62715 21.5465 5.88909 21.3281 5.25955 20.8271L5.25667 20.8248C4.41862 20.151 4.01701 19.17 3.78458 18.2651C3.62783 17.6549 3.52861 16.9808 3.44396 16.4057L2.74437 12.3431C2.68215 11.9888 2.44139 11.6661 2.07188 11.4908C1.73343 11.3302 1.47487 11.0224 1.39181 10.6412L1.38972 10.6317L1.38818 10.6252C1.37293 10.5616 1.26921 10.1287 1.23876 9.99262C1.18486 9.75163 1.13076 9.46287 1.12543 9.16755C1.12007 8.87028 1.16292 8.5228 1.34105 8.19165C1.52624 7.84738 1.82281 7.58554 2.21055 7.41459C2.44103 7.31297 2.67647 7.27936 2.89649 7.26435C3.10704 7.24998 3.36316 7.24999 3.65514 7.25H3.65516ZM9.875 11.25C9.46079 11.25 9.125 11.5858 9.125 12C9.125 12.4142 9.46079 12.75 9.875 12.75L13.875 12.75C14.2892 12.75 14.625 12.4142 14.625 12C14.625 11.5858 14.2892 11.25 13.875 11.25L9.875 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2761 2.0841C10.7821 2.30546 11.0128 2.89509 10.7914 3.40107L7.29141 11.4011C7.07004 11.9071 6.48041 12.1378 5.97443 11.9164C5.46845 11.695 5.23773 11.1054 5.4591 10.5994L8.9591 2.59943C9.18046 2.09345 9.77009 1.86273 10.2761 2.0841Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.428 2.10579C14.922 1.8588 15.5227 2.05903 15.7696 2.55301L18.2696 7.55301C18.5166 8.04698 18.3164 8.64766 17.8224 8.89465C17.3285 9.14164 16.7278 8.94141 16.4808 8.44743L13.9808 3.44743C13.7338 2.95345 13.934 2.35278 14.428 2.10579Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.8176 14.6664C23.002 15.187 22.7294 15.7585 22.2088 15.9429C21.6752 16.1319 21.0587 16.5388 20.4057 17.1115C19.763 17.6751 19.1378 18.3521 18.5841 19.0159C18.0322 19.6774 17.5635 20.3111 17.2324 20.7801C17.0672 21.0141 16.807 21.4044 16.7191 21.5365C16.5258 21.8406 16.1837 22.0174 15.8239 21.999C15.4639 21.9805 15.1418 21.7698 14.9806 21.4475C14.5399 20.5661 14.1446 20.2152 13.9453 20.0823C13.861 20.0261 13.804 20.0036 13.7814 19.9959C13.273 19.9487 12.875 19.521 12.875 19.0003C12.875 18.448 13.3227 18.0003 13.875 18.0003C14.0742 18.0003 14.2184 18.0405 14.3216 18.07C14.5295 18.1294 14.7803 18.2353 15.0547 18.4182C15.329 18.6011 15.6166 18.8538 15.9054 19.1997C16.2206 18.7689 16.609 18.2613 17.0483 17.7347C17.6416 17.0235 18.34 16.2629 19.087 15.6078C19.8236 14.9618 20.663 14.3686 21.5412 14.0576C22.0618 13.8733 22.6332 14.1458 22.8176 14.6664Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.65516 7.25L20.0949 7.25H20.0949C20.3869 7.24999 20.643 7.24998 20.8535 7.26435C21.0735 7.27936 21.309 7.31297 21.5394 7.41459C21.9272 7.58554 22.2238 7.84738 22.4089 8.19165C22.5871 8.52281 22.6299 8.87028 22.6246 9.16755C22.6192 9.46288 22.5651 9.75163 22.5112 9.99262C22.4808 10.1287 22.3771 10.5616 22.3618 10.6252L22.3603 10.6317L22.3582 10.6412C22.2751 11.0224 22.0166 11.3302 21.6781 11.4908C21.4062 11.6198 21.1729 12.0093 21.0438 12.3473C20.9745 12.5288 20.9398 12.6195 20.8979 12.6633C20.856 12.7071 20.7804 12.7398 20.6292 12.8053C19.6608 13.2247 18.7996 13.8644 18.0979 14.4798C17.4072 15.0856 16.6137 15.947 16.0081 16.6496L16.0081 16.6496C15.8532 16.8293 15.7757 16.9192 15.6793 16.941C15.5828 16.9628 15.4634 16.9103 15.2245 16.8052C15.0551 16.7307 14.8908 16.6723 14.7337 16.6274L14.7317 16.6269C14.5945 16.5877 14.2877 16.5 13.875 16.5C12.4943 16.5 11.375 17.6193 11.375 19C11.375 20.1207 12.1116 21.0681 13.1277 21.3861L13.1323 21.3875C13.1664 21.3982 13.1863 21.4043 13.2103 21.4326C13.3149 21.5556 13.2277 21.7499 13.0663 21.7499L10.7598 21.75C9.42483 21.75 8.35671 21.75 7.50578 21.6499C6.62715 21.5465 5.88909 21.3281 5.25955 20.8271L5.25667 20.8248C4.41862 20.151 4.01701 19.17 3.78458 18.2651C3.62783 17.6549 3.52861 16.9808 3.44396 16.4057L2.74437 12.3431C2.68215 11.9888 2.44139 11.6661 2.07188 11.4908C1.73343 11.3302 1.47487 11.0224 1.39181 10.6412L1.38972 10.6317L1.38818 10.6252C1.37293 10.5616 1.26921 10.1287 1.23876 9.99262C1.18486 9.75163 1.13076 9.46287 1.12543 9.16755C1.12007 8.87028 1.16292 8.5228 1.34105 8.19165C1.52624 7.84738 1.82281 7.58554 2.21055 7.41459C2.44103 7.31297 2.67647 7.27936 2.89649 7.26435C3.10704 7.24998 3.36316 7.24999 3.65514 7.25H3.65516ZM9.875 11.25C9.46079 11.25 9.125 11.5858 9.125 12C9.125 12.4142 9.46079 12.75 9.875 12.75L13.875 12.75C14.2892 12.75 14.625 12.4142 14.625 12C14.625 11.5858 14.2892 11.25 13.875 11.25L9.875 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2761 2.0841C10.7821 2.30546 11.0128 2.89509 10.7914 3.40107L7.29141 11.4011C7.07004 11.9071 6.48041 12.1378 5.97443 11.9164C5.46845 11.695 5.23773 11.1054 5.4591 10.5994L8.9591 2.59943C9.18046 2.09345 9.77009 1.86273 10.2761 2.0841Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.428 2.10579C14.922 1.8588 15.5227 2.05903 15.7696 2.55301L18.2696 7.55301C18.5166 8.04698 18.3164 8.64766 17.8224 8.89465C17.3285 9.14164 16.7278 8.94141 16.4808 8.44743L13.9808 3.44743C13.7338 2.95345 13.934 2.35278 14.428 2.10579Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.8176 14.6664C23.002 15.187 22.7294 15.7585 22.2088 15.9429C21.6752 16.1319 21.0587 16.5388 20.4057 17.1115C19.763 17.6751 19.1378 18.3521 18.5841 19.0159C18.0322 19.6774 17.5635 20.3111 17.2324 20.7801C17.0672 21.0141 16.807 21.4044 16.7191 21.5365C16.5258 21.8406 16.1837 22.0174 15.8239 21.999C15.4639 21.9805 15.1418 21.7698 14.9806 21.4475C14.5399 20.5661 14.1446 20.2152 13.9453 20.0823C13.861 20.0261 13.804 20.0036 13.7814 19.9959C13.273 19.9487 12.875 19.521 12.875 19.0003C12.875 18.448 13.3227 18.0003 13.875 18.0003C14.0742 18.0003 14.2184 18.0405 14.3216 18.07C14.5295 18.1294 14.7803 18.2353 15.0547 18.4182C15.329 18.6011 15.6166 18.8538 15.9054 19.1997C16.2206 18.7689 16.609 18.2613 17.0483 17.7347C17.6416 17.0235 18.34 16.2629 19.087 15.6078C19.8236 14.9618 20.663 14.3686 21.5412 14.0576C22.0618 13.8733 22.6332 14.1458 22.8176 14.6664Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-favorite-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.53543 6.75C4.04322 6.74994 3.59476 6.74989 3.23581 6.80237C2.84115 6.86006 2.42076 6.99805 2.10749 7.38055C1.79764 7.75888 1.73988 8.19716 1.75133 8.59566C1.76191 8.96382 1.83748 9.41439 1.92161 9.91593L3.1412 17.1911C3.33385 18.3404 3.48969 19.2701 3.70412 19.997C3.92692 20.7522 4.23682 21.3781 4.79455 21.8613C5.35455 22.3465 6.01361 22.5572 6.78342 22.6557C7.51991 22.75 8.44034 22.75 9.57149 22.75H11.9035C12.6009 22.75 12.9496 22.75 13.0282 22.5702C13.1068 22.3903 12.858 22.1214 12.3604 21.5837C11.1903 20.3193 10.4966 18.9203 10.3038 17.5006C10.0383 15.5451 10.7752 13.5477 12.4758 12.5174C14.0312 11.5751 15.5556 11.5998 16.7523 12.055C16.88 12.1036 16.9439 12.1279 16.9984 12.1281C17.0528 12.1284 17.1178 12.1043 17.2478 12.0561C18.2536 11.6836 19.5427 11.6443 20.8433 12.1841C21.2329 12.3459 21.4277 12.4267 21.5543 12.3566C21.681 12.2865 21.7131 12.0951 21.7772 11.7122L22.0784 9.9159C22.1625 9.41437 22.2381 8.96381 22.2487 8.59566C22.2601 8.19716 22.2023 7.75888 21.8925 7.38056C21.5792 6.99805 21.1588 6.86006 20.7642 6.80237C20.4052 6.74989 19.9568 6.74994 19.4646 6.75H4.53543Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.2529 13.8007C14.7563 12.8899 16.1394 13.2484 16.981 13.8726L16.9996 13.8864L17.0183 13.8726C17.8599 13.2484 19.2429 12.8899 20.7464 13.8007C21.8403 14.4634 22.4107 15.8159 22.2093 17.299C22.0061 18.7948 21.0362 20.4197 19.0894 21.8428C18.4636 22.3014 17.8509 22.7503 16.9996 22.7503C16.1483 22.7503 15.5356 22.3014 14.9098 21.8428C12.9631 20.4197 11.9931 18.7948 11.79 17.299C11.5886 15.8159 12.159 14.4634 13.2529 13.8007Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.53543 6.75C4.04322 6.74994 3.59476 6.74989 3.23581 6.80237C2.84115 6.86006 2.42076 6.99805 2.10749 7.38055C1.79764 7.75888 1.73988 8.19716 1.75133 8.59566C1.76191 8.96382 1.83748 9.41439 1.92161 9.91593L3.1412 17.1911C3.33385 18.3404 3.48969 19.2701 3.70412 19.997C3.92692 20.7522 4.23682 21.3781 4.79455 21.8613C5.35455 22.3465 6.01361 22.5572 6.78342 22.6557C7.51991 22.75 8.44034 22.75 9.57149 22.75H11.9035C12.6009 22.75 12.9496 22.75 13.0282 22.5702C13.1068 22.3903 12.858 22.1214 12.3604 21.5837C11.1903 20.3193 10.4966 18.9203 10.3038 17.5006C10.0383 15.5451 10.7752 13.5477 12.4758 12.5174C14.0312 11.5751 15.5556 11.5998 16.7523 12.055C16.88 12.1036 16.9439 12.1279 16.9984 12.1281C17.0528 12.1284 17.1178 12.1043 17.2478 12.0561C18.2536 11.6836 19.5427 11.6443 20.8433 12.1841C21.2329 12.3459 21.4277 12.4267 21.5543 12.3566C21.681 12.2865 21.7131 12.0951 21.7772 11.7122L22.0784 9.9159C22.1625 9.41437 22.2381 8.96381 22.2487 8.59566C22.2601 8.19716 22.2023 7.75888 21.8925 7.38056C21.5792 6.99805 21.1588 6.86006 20.7642 6.80237C20.4052 6.74989 19.9568 6.74994 19.4646 6.75H4.53543Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.2529 13.8007C14.7563 12.8899 16.1394 13.2484 16.981 13.8726L16.9996 13.8864L17.0183 13.8726C17.8599 13.2484 19.2429 12.8899 20.7464 13.8007C21.8403 14.4634 22.4107 15.8159 22.2093 17.299C22.0061 18.7948 21.0362 20.4197 19.0894 21.8428C18.4636 22.3014 17.8509 22.7503 16.9996 22.7503C16.1483 22.7503 15.5356 22.3014 14.9098 21.8428C12.9631 20.4197 11.9931 18.7948 11.79 17.299C11.5886 15.8159 12.159 14.4634 13.2529 13.8007Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-favorite-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.7529 13.8007C14.2563 12.8899 15.6394 13.2484 16.481 13.8726L16.4996 13.8864L16.5183 13.8726C17.3599 13.2484 18.7429 12.8899 20.2464 13.8007C21.3403 14.4634 21.9107 15.8159 21.7093 17.299C21.5061 18.7948 20.5362 20.4197 18.5894 21.8428C17.9636 22.3014 17.3509 22.7503 16.4996 22.7503C15.6483 22.7503 15.0356 22.3014 14.4098 21.8428C12.4631 20.4197 11.4931 18.7948 11.29 17.299C11.0886 15.8159 11.659 14.4634 12.7529 13.8007Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.73122 6.80485C4.09347 6.74988 4.54569 6.74994 5.03918 6.75H18.9608C19.4543 6.74994 19.9065 6.74988 20.2688 6.80485C20.6709 6.86589 21.0939 7.01213 21.4045 7.40759C21.7075 7.79348 21.7616 8.2371 21.7481 8.64362C21.7356 9.02281 21.6576 9.48825 21.5697 10.0124L21.2842 11.7167C21.2201 12.0996 21.188 12.2911 21.0613 12.3612C20.9346 12.4313 20.7399 12.3504 20.3503 12.1886C19.0481 11.6476 17.7544 11.6841 16.7478 12.0562C16.6177 12.1043 16.5527 12.1284 16.4983 12.1281C16.4439 12.1279 16.38 12.1036 16.2523 12.055C15.0556 11.5998 13.5312 11.5752 11.9758 12.5174C10.7349 13.2692 10.0071 14.5359 9.80746 15.9255C9.76648 16.2108 9.74599 16.3534 9.66143 16.4267C9.57686 16.5 9.44399 16.5 9.17826 16.5H4.02491C3.78234 16.5 3.66106 16.5 3.57716 16.429C3.49326 16.358 3.47323 16.2384 3.43315 15.9991L2.43027 10.0123C2.34242 9.48822 2.26442 9.02282 2.25186 8.64362C2.2384 8.2371 2.29245 7.79348 2.59554 7.40759C2.90613 7.01213 3.32906 6.86589 3.73122 6.80485Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.167 18.9205C10.0878 18.7111 10.0482 18.6064 9.9712 18.5532C9.89422 18.5 9.78916 18.5 9.57903 18.5H4.58218C4.24491 18.5 4.07627 18.5 3.98621 18.6119C3.89614 18.7239 3.9315 18.8852 4.0022 19.2079C4.05928 19.4683 4.11886 19.7096 4.18349 19.9321C4.40733 20.703 4.7155 21.3411 5.26868 21.8348C5.82696 22.3331 6.48525 22.5511 7.25514 22.6529C7.98918 22.7501 8.90541 22.75 10.028 22.75H11.4035C12.1009 22.75 12.4496 22.75 12.5282 22.5702C12.6068 22.3903 12.358 22.1214 11.8604 21.5837C11.0835 20.7442 10.5166 19.8454 10.167 18.9205Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.7529 13.8007C14.2563 12.8899 15.6394 13.2484 16.481 13.8726L16.4996 13.8864L16.5183 13.8726C17.3599 13.2484 18.7429 12.8899 20.2464 13.8007C21.3403 14.4634 21.9107 15.8159 21.7093 17.299C21.5061 18.7948 20.5362 20.4197 18.5894 21.8428C17.9636 22.3014 17.3509 22.7503 16.4996 22.7503C15.6483 22.7503 15.0356 22.3014 14.4098 21.8428C12.4631 20.4197 11.4931 18.7948 11.29 17.299C11.0886 15.8159 11.659 14.4634 12.7529 13.8007Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.73122 6.80485C4.09347 6.74988 4.54569 6.74994 5.03918 6.75H18.9608C19.4543 6.74994 19.9065 6.74988 20.2688 6.80485C20.6709 6.86589 21.0939 7.01213 21.4045 7.40759C21.7075 7.79348 21.7616 8.2371 21.7481 8.64362C21.7356 9.02281 21.6576 9.48825 21.5697 10.0124L21.2842 11.7167C21.2201 12.0996 21.188 12.2911 21.0613 12.3612C20.9346 12.4313 20.7399 12.3504 20.3503 12.1886C19.0481 11.6476 17.7544 11.6841 16.7478 12.0562C16.6177 12.1043 16.5527 12.1284 16.4983 12.1281C16.4439 12.1279 16.38 12.1036 16.2523 12.055C15.0556 11.5998 13.5312 11.5752 11.9758 12.5174C10.7349 13.2692 10.0071 14.5359 9.80746 15.9255C9.76648 16.2108 9.74599 16.3534 9.66143 16.4267C9.57686 16.5 9.44399 16.5 9.17826 16.5H4.02491C3.78234 16.5 3.66106 16.5 3.57716 16.429C3.49326 16.358 3.47323 16.2384 3.43315 15.9991L2.43027 10.0123C2.34242 9.48822 2.26442 9.02282 2.25186 8.64362C2.2384 8.2371 2.29245 7.79348 2.59554 7.40759C2.90613 7.01213 3.32906 6.86589 3.73122 6.80485Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.167 18.9205C10.0878 18.7111 10.0482 18.6064 9.9712 18.5532C9.89422 18.5 9.78916 18.5 9.57903 18.5H4.58218C4.24491 18.5 4.07627 18.5 3.98621 18.6119C3.89614 18.7239 3.9315 18.8852 4.0022 19.2079C4.05928 19.4683 4.11886 19.7096 4.18349 19.9321C4.40733 20.703 4.7155 21.3411 5.26868 21.8348C5.82696 22.3331 6.48525 22.5511 7.25514 22.6529C7.98918 22.7501 8.90541 22.75 10.028 22.75H11.4035C12.1009 22.75 12.4496 22.75 12.5282 22.5702C12.6068 22.3903 12.358 22.1214 11.8604 21.5837C11.0835 20.7442 10.5166 19.8454 10.167 18.9205Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-favorite-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.78016 6.875L20.2199 6.875H20.2199C20.5119 6.87499 20.768 6.87498 20.9785 6.88935C21.1985 6.90436 21.434 6.93797 21.6644 7.03959C22.0522 7.21054 22.3488 7.47238 22.5339 7.81665C22.7121 8.14781 22.7549 8.49528 22.7496 8.79255C22.7442 9.08788 22.6901 9.37663 22.6362 9.61762C22.6058 9.75373 22.5021 10.1866 22.4868 10.2502L22.4861 10.2532L22.4853 10.2566L22.4845 10.2602L22.4832 10.2662C22.4001 10.6474 22.1416 10.9552 21.8031 11.1158C21.713 11.1585 21.6306 11.21 21.5566 11.2686C21.2712 11.4944 21.1285 11.6073 21.0584 11.6216C20.9884 11.6359 20.8737 11.6046 20.6444 11.5421C19.5858 11.2534 18.5861 11.361 17.7473 11.68C17.6191 11.7288 17.555 11.7532 17.4998 11.7532C17.4447 11.7532 17.3806 11.7288 17.2523 11.68C16.0556 11.2248 14.5312 11.2002 12.9758 12.1424C11.2752 13.1727 10.5383 15.1701 10.8038 17.1256C10.951 18.2094 11.3901 19.2811 12.1101 20.2901L12.1102 20.2901C12.4715 20.7965 12.6522 21.0497 12.5685 21.2123C12.4847 21.375 12.1905 21.375 11.6021 21.375H10.8848C9.54983 21.375 8.48171 21.375 7.63078 21.2749C6.75215 21.1715 6.01409 20.9531 5.38455 20.4521L5.38167 20.4498C4.54362 19.776 4.14201 18.795 3.90958 17.8901C3.75283 17.2799 3.65361 16.6058 3.56896 16.0307L2.86937 11.9681C2.80715 11.6138 2.56639 11.2911 2.19688 11.1158C1.85843 10.9552 1.59987 10.6474 1.51681 10.2662L1.5155 10.2602L1.51469 10.2566L1.51389 10.2532L1.51318 10.2502C1.49793 10.1866 1.39421 9.75373 1.36376 9.61762C1.30986 9.37663 1.25576 9.08787 1.25043 8.79255C1.24507 8.49528 1.28792 8.1478 1.46605 7.81665C1.65124 7.47238 1.94781 7.21054 2.33555 7.03959C2.56603 6.93797 2.80147 6.90436 3.02149 6.88935C3.23204 6.87498 3.48816 6.87499 3.78014 6.875H3.78016ZM10 10.875C9.58579 10.875 9.25 11.2108 9.25 11.625C9.25 12.0392 9.58579 12.375 10 12.375L12 12.375C12.4142 12.375 12.75 12.0392 12.75 11.625C12.75 11.2108 12.4142 10.875 12 10.875L10 10.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4011 1.7091C10.9071 1.93046 11.1378 2.52009 10.9164 3.02607L7.41641 11.0261C7.19504 11.5321 6.60541 11.7628 6.09943 11.5414C5.59345 11.32 5.36273 10.7304 5.5841 10.2244L9.0841 2.22443C9.30546 1.71845 9.89509 1.48773 10.4011 1.7091Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.553 1.73079C15.047 1.4838 15.6477 1.68403 15.8946 2.17801L18.3946 7.17801C18.6416 7.67198 18.4414 8.27266 17.9474 8.51965C17.4535 8.76664 16.8528 8.56641 16.6058 8.07243L14.1058 3.07243C13.8588 2.57845 14.059 1.97778 14.553 1.73079Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7529 13.4257C15.2563 12.5149 16.6394 12.8734 17.481 13.4976L17.4996 13.5114L17.5183 13.4976C18.3599 12.8734 19.7429 12.5149 21.2464 13.4257C22.3403 14.0884 22.9107 15.4409 22.7093 16.924C22.5061 18.4198 21.5362 20.0447 19.5894 21.4678C18.9636 21.9264 18.3509 22.3753 17.4996 22.3753C16.6483 22.3753 16.0356 21.9264 15.4098 21.4678C13.4631 20.0447 12.4931 18.4198 12.29 16.924C12.0886 15.4409 12.659 14.0884 13.7529 13.4257Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.78016 6.875L20.2199 6.875H20.2199C20.5119 6.87499 20.768 6.87498 20.9785 6.88935C21.1985 6.90436 21.434 6.93797 21.6644 7.03959C22.0522 7.21054 22.3488 7.47238 22.5339 7.81665C22.7121 8.14781 22.7549 8.49528 22.7496 8.79255C22.7442 9.08788 22.6901 9.37663 22.6362 9.61762C22.6058 9.75373 22.5021 10.1866 22.4868 10.2502L22.4861 10.2532L22.4853 10.2566L22.4845 10.2602L22.4832 10.2662C22.4001 10.6474 22.1416 10.9552 21.8031 11.1158C21.713 11.1585 21.6306 11.21 21.5566 11.2686C21.2712 11.4944 21.1285 11.6073 21.0584 11.6216C20.9884 11.6359 20.8737 11.6046 20.6444 11.5421C19.5858 11.2534 18.5861 11.361 17.7473 11.68C17.6191 11.7288 17.555 11.7532 17.4998 11.7532C17.4447 11.7532 17.3806 11.7288 17.2523 11.68C16.0556 11.2248 14.5312 11.2002 12.9758 12.1424C11.2752 13.1727 10.5383 15.1701 10.8038 17.1256C10.951 18.2094 11.3901 19.2811 12.1101 20.2901L12.1102 20.2901C12.4715 20.7965 12.6522 21.0497 12.5685 21.2123C12.4847 21.375 12.1905 21.375 11.6021 21.375H10.8848C9.54983 21.375 8.48171 21.375 7.63078 21.2749C6.75215 21.1715 6.01409 20.9531 5.38455 20.4521L5.38167 20.4498C4.54362 19.776 4.14201 18.795 3.90958 17.8901C3.75283 17.2799 3.65361 16.6058 3.56896 16.0307L2.86937 11.9681C2.80715 11.6138 2.56639 11.2911 2.19688 11.1158C1.85843 10.9552 1.59987 10.6474 1.51681 10.2662L1.5155 10.2602L1.51469 10.2566L1.51389 10.2532L1.51318 10.2502C1.49793 10.1866 1.39421 9.75373 1.36376 9.61762C1.30986 9.37663 1.25576 9.08787 1.25043 8.79255C1.24507 8.49528 1.28792 8.1478 1.46605 7.81665C1.65124 7.47238 1.94781 7.21054 2.33555 7.03959C2.56603 6.93797 2.80147 6.90436 3.02149 6.88935C3.23204 6.87498 3.48816 6.87499 3.78014 6.875H3.78016ZM10 10.875C9.58579 10.875 9.25 11.2108 9.25 11.625C9.25 12.0392 9.58579 12.375 10 12.375L12 12.375C12.4142 12.375 12.75 12.0392 12.75 11.625C12.75 11.2108 12.4142 10.875 12 10.875L10 10.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4011 1.7091C10.9071 1.93046 11.1378 2.52009 10.9164 3.02607L7.41641 11.0261C7.19504 11.5321 6.60541 11.7628 6.09943 11.5414C5.59345 11.32 5.36273 10.7304 5.5841 10.2244L9.0841 2.22443C9.30546 1.71845 9.89509 1.48773 10.4011 1.7091Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.553 1.73079C15.047 1.4838 15.6477 1.68403 15.8946 2.17801L18.3946 7.17801C18.6416 7.67198 18.4414 8.27266 17.9474 8.51965C17.4535 8.76664 16.8528 8.56641 16.6058 8.07243L14.1058 3.07243C13.8588 2.57845 14.059 1.97778 14.553 1.73079Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7529 13.4257C15.2563 12.5149 16.6394 12.8734 17.481 13.4976L17.4996 13.5114L17.5183 13.4976C18.3599 12.8734 19.7429 12.5149 21.2464 13.4257C22.3403 14.0884 22.9107 15.4409 22.7093 16.924C22.5061 18.4198 21.5362 20.0447 19.5894 21.4678C18.9636 21.9264 18.3509 22.3753 17.4996 22.3753C16.6483 22.3753 16.0356 21.9264 15.4098 21.4678C13.4631 20.0447 12.4931 18.4198 12.29 16.924C12.0886 15.4409 12.659 14.0884 13.7529 13.4257Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0821 14.1679C22.4726 14.5584 22.4726 15.1916 22.0821 15.5821L19.2892 18.375L22.0821 21.1679C22.4726 21.5584 22.4726 22.1916 22.0821 22.5821C21.6916 22.9726 21.0584 22.9726 20.6679 22.5821L17.875 19.7892L15.0821 22.5821C14.6916 22.9726 14.0584 22.9726 13.6679 22.5821C13.2774 22.1916 13.2774 21.5584 13.6679 21.1679L16.4608 18.375L13.6679 15.5821C13.2774 15.1916 13.2774 14.5584 13.6679 14.1679C14.0584 13.7774 14.6916 13.7774 15.0821 14.1679L17.875 16.9608L20.6679 14.1679C21.0584 13.7774 21.6916 13.7774 22.0821 14.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.875 3.125C9.66586 3.125 7.875 4.91586 7.875 7.125V7.625C7.875 8.17728 7.42728 8.625 6.875 8.625C6.32272 8.625 5.875 8.17728 5.875 7.625V7.125C5.875 3.81129 8.56129 1.125 11.875 1.125C15.1887 1.125 17.875 3.81129 17.875 7.125V7.625C17.875 8.17728 17.4273 8.625 16.875 8.625C16.3227 8.625 15.875 8.17728 15.875 7.625V7.125C15.875 4.91586 14.0841 3.125 11.875 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.41043 6.625C3.91822 6.62494 3.46976 6.62489 3.11081 6.67737C2.71615 6.73506 2.29576 6.87305 1.98249 7.25555C1.67264 7.63388 1.61488 8.07216 1.62633 8.47066C1.63691 8.83882 1.71248 9.28939 1.79661 9.79093L3.0162 17.0661C3.20885 18.2154 3.36469 19.1451 3.57912 19.872C3.80192 20.6272 4.11182 21.2531 4.66955 21.7363C5.22955 22.2215 5.88861 22.4322 6.65842 22.5307C7.39491 22.625 8.31534 22.625 9.44649 22.625H11.1727C11.5154 22.625 11.6868 22.625 11.7742 22.5395C11.8617 22.4539 11.8663 22.2425 11.8756 21.8197C11.8893 21.1985 12.1331 20.5813 12.6072 20.1072L13.9152 18.7993C14.1152 18.5993 14.2152 18.4993 14.2152 18.375C14.2152 18.2507 14.1152 18.1507 13.9152 17.9507L12.6072 16.6428C11.6309 15.6665 11.6309 14.0835 12.6072 13.1072C13.5835 12.1309 15.1665 12.1309 16.1428 13.1072L17.4507 14.4152C17.6507 14.6152 17.7507 14.7152 17.875 14.7152C17.9993 14.7152 18.0993 14.6152 18.2993 14.4152L19.6072 13.1072C19.9954 12.7191 20.4794 12.4853 20.983 12.4057C21.2688 12.3606 21.4117 12.3381 21.4805 12.27C21.5492 12.2019 21.569 12.084 21.6085 11.8484L21.9534 9.7909C22.0375 9.28937 22.1131 8.83881 22.1237 8.47066C22.1351 8.07216 22.0773 7.63388 21.7675 7.25556C21.4542 6.87305 21.0338 6.73506 20.6392 6.67737C20.2802 6.62489 19.8318 6.62494 19.3396 6.625H4.41043Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.0821 14.1679C22.4726 14.5584 22.4726 15.1916 22.0821 15.5821L19.2892 18.375L22.0821 21.1679C22.4726 21.5584 22.4726 22.1916 22.0821 22.5821C21.6916 22.9726 21.0584 22.9726 20.6679 22.5821L17.875 19.7892L15.0821 22.5821C14.6916 22.9726 14.0584 22.9726 13.6679 22.5821C13.2774 22.1916 13.2774 21.5584 13.6679 21.1679L16.4608 18.375L13.6679 15.5821C13.2774 15.1916 13.2774 14.5584 13.6679 14.1679C14.0584 13.7774 14.6916 13.7774 15.0821 14.1679L17.875 16.9608L20.6679 14.1679C21.0584 13.7774 21.6916 13.7774 22.0821 14.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.875 3.125C9.66586 3.125 7.875 4.91586 7.875 7.125V7.625C7.875 8.17728 7.42728 8.625 6.875 8.625C6.32272 8.625 5.875 8.17728 5.875 7.625V7.125C5.875 3.81129 8.56129 1.125 11.875 1.125C15.1887 1.125 17.875 3.81129 17.875 7.125V7.625C17.875 8.17728 17.4273 8.625 16.875 8.625C16.3227 8.625 15.875 8.17728 15.875 7.625V7.125C15.875 4.91586 14.0841 3.125 11.875 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.41043 6.625C3.91822 6.62494 3.46976 6.62489 3.11081 6.67737C2.71615 6.73506 2.29576 6.87305 1.98249 7.25555C1.67264 7.63388 1.61488 8.07216 1.62633 8.47066C1.63691 8.83882 1.71248 9.28939 1.79661 9.79093L3.0162 17.0661C3.20885 18.2154 3.36469 19.1451 3.57912 19.872C3.80192 20.6272 4.11182 21.2531 4.66955 21.7363C5.22955 22.2215 5.88861 22.4322 6.65842 22.5307C7.39491 22.625 8.31534 22.625 9.44649 22.625H11.1727C11.5154 22.625 11.6868 22.625 11.7742 22.5395C11.8617 22.4539 11.8663 22.2425 11.8756 21.8197C11.8893 21.1985 12.1331 20.5813 12.6072 20.1072L13.9152 18.7993C14.1152 18.5993 14.2152 18.4993 14.2152 18.375C14.2152 18.2507 14.1152 18.1507 13.9152 17.9507L12.6072 16.6428C11.6309 15.6665 11.6309 14.0835 12.6072 13.1072C13.5835 12.1309 15.1665 12.1309 16.1428 13.1072L17.4507 14.4152C17.6507 14.6152 17.7507 14.7152 17.875 14.7152C17.9993 14.7152 18.0993 14.6152 18.2993 14.4152L19.6072 13.1072C19.9954 12.7191 20.4794 12.4853 20.983 12.4057C21.2688 12.3606 21.4117 12.3381 21.4805 12.27C21.5492 12.2019 21.569 12.084 21.6085 11.8484L21.9534 9.7909C22.0375 9.28937 22.1131 8.83881 22.1237 8.47066C22.1351 8.07216 22.0773 7.63388 21.7675 7.25556C21.4542 6.87305 21.0338 6.73506 20.6392 6.67737C20.2802 6.62489 19.8318 6.62494 19.3396 6.625H4.41043Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.875 3.125C9.66586 3.125 7.875 4.91586 7.875 7.125V7.625C7.875 8.17728 7.42728 8.625 6.875 8.625C6.32272 8.625 5.875 8.17728 5.875 7.625V7.125C5.875 3.81129 8.56129 1.125 11.875 1.125C15.1887 1.125 17.875 3.81129 17.875 7.125V7.625C17.875 8.17728 17.4273 8.625 16.875 8.625C16.3227 8.625 15.875 8.17728 15.875 7.625V7.125C15.875 4.91586 14.0841 3.125 11.875 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5821 14.1679C21.9726 14.5584 21.9726 15.1916 21.5821 15.5821L18.7892 18.375L21.5821 21.1679C21.9726 21.5584 21.9726 22.1916 21.5821 22.5821C21.1916 22.9726 20.5584 22.9726 20.1679 22.5821L17.375 19.7892L14.5821 22.5821C14.1916 22.9726 13.5584 22.9726 13.1679 22.5821C12.7774 22.1916 12.7774 21.5584 13.1679 21.1679L15.9608 18.375L13.1679 15.5821C12.7774 15.1916 12.7774 14.5584 13.1679 14.1679C13.5584 13.7774 14.1916 13.7774 14.5821 14.1679L17.375 16.9608L20.1679 14.1679C20.5584 13.7774 21.1916 13.7774 21.5821 14.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.60622 6.67985C3.96847 6.62488 4.42069 6.62494 4.91418 6.625H18.8358C19.3293 6.62494 19.7815 6.62488 20.1438 6.67985C20.5459 6.74089 20.9689 6.88713 21.2795 7.28259C21.5825 7.66848 21.6366 8.1121 21.6231 8.51862C21.6106 8.89781 21.5326 9.36325 21.4447 9.88736L21.1164 11.8472C21.0768 12.0835 21.0571 12.2016 20.9881 12.2698C20.9191 12.338 20.7757 12.3602 20.489 12.4048C19.9832 12.4834 19.4969 12.7176 19.1072 13.1072L17.7993 14.4152C17.5993 14.6152 17.4993 14.7152 17.375 14.7152C17.2507 14.7152 17.1507 14.6152 16.9507 14.4152L15.6428 13.1072C14.6665 12.1309 13.0835 12.1309 12.1072 13.1072C11.5157 13.6988 11.2825 14.5131 11.4079 15.2801C11.5041 15.8691 11.5522 16.1636 11.4623 16.2693C11.3725 16.375 11.1393 16.375 10.6729 16.375H3.89991C3.65734 16.375 3.53606 16.375 3.45216 16.304C3.36826 16.233 3.34823 16.1134 3.30815 15.8741L2.30527 9.88734C2.21742 9.36322 2.13942 8.89782 2.12686 8.51862C2.1134 8.1121 2.16745 7.66848 2.47054 7.28259C2.78113 6.88713 3.20406 6.74089 3.60622 6.67985Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.8152 19.3993C13.2511 18.9633 13.4691 18.7454 13.3924 18.5602C13.3157 18.375 13.0074 18.375 12.3909 18.375H4.45718C4.11991 18.375 3.95127 18.375 3.86121 18.4869C3.77114 18.5989 3.8065 18.7602 3.8772 19.0829C3.93428 19.3433 3.99386 19.5846 4.05849 19.8071C4.28233 20.578 4.5905 21.2161 5.14368 21.7098C5.70196 22.2081 6.36025 22.4261 7.13014 22.5279C7.86418 22.6251 8.78041 22.625 9.90298 22.625H10.6727C11.0154 22.625 11.1868 22.625 11.2742 22.5395C11.3617 22.4539 11.3663 22.2425 11.3756 21.8197C11.3893 21.1985 11.6331 20.5813 12.1072 20.1072L12.8152 19.3993Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.875 3.125C9.66586 3.125 7.875 4.91586 7.875 7.125V7.625C7.875 8.17728 7.42728 8.625 6.875 8.625C6.32272 8.625 5.875 8.17728 5.875 7.625V7.125C5.875 3.81129 8.56129 1.125 11.875 1.125C15.1887 1.125 17.875 3.81129 17.875 7.125V7.625C17.875 8.17728 17.4273 8.625 16.875 8.625C16.3227 8.625 15.875 8.17728 15.875 7.625V7.125C15.875 4.91586 14.0841 3.125 11.875 3.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.5821 14.1679C21.9726 14.5584 21.9726 15.1916 21.5821 15.5821L18.7892 18.375L21.5821 21.1679C21.9726 21.5584 21.9726 22.1916 21.5821 22.5821C21.1916 22.9726 20.5584 22.9726 20.1679 22.5821L17.375 19.7892L14.5821 22.5821C14.1916 22.9726 13.5584 22.9726 13.1679 22.5821C12.7774 22.1916 12.7774 21.5584 13.1679 21.1679L15.9608 18.375L13.1679 15.5821C12.7774 15.1916 12.7774 14.5584 13.1679 14.1679C13.5584 13.7774 14.1916 13.7774 14.5821 14.1679L17.375 16.9608L20.1679 14.1679C20.5584 13.7774 21.1916 13.7774 21.5821 14.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.60622 6.67985C3.96847 6.62488 4.42069 6.62494 4.91418 6.625H18.8358C19.3293 6.62494 19.7815 6.62488 20.1438 6.67985C20.5459 6.74089 20.9689 6.88713 21.2795 7.28259C21.5825 7.66848 21.6366 8.1121 21.6231 8.51862C21.6106 8.89781 21.5326 9.36325 21.4447 9.88736L21.1164 11.8472C21.0768 12.0835 21.0571 12.2016 20.9881 12.2698C20.9191 12.338 20.7757 12.3602 20.489 12.4048C19.9832 12.4834 19.4969 12.7176 19.1072 13.1072L17.7993 14.4152C17.5993 14.6152 17.4993 14.7152 17.375 14.7152C17.2507 14.7152 17.1507 14.6152 16.9507 14.4152L15.6428 13.1072C14.6665 12.1309 13.0835 12.1309 12.1072 13.1072C11.5157 13.6988 11.2825 14.5131 11.4079 15.2801C11.5041 15.8691 11.5522 16.1636 11.4623 16.2693C11.3725 16.375 11.1393 16.375 10.6729 16.375H3.89991C3.65734 16.375 3.53606 16.375 3.45216 16.304C3.36826 16.233 3.34823 16.1134 3.30815 15.8741L2.30527 9.88734C2.21742 9.36322 2.13942 8.89782 2.12686 8.51862C2.1134 8.1121 2.16745 7.66848 2.47054 7.28259C2.78113 6.88713 3.20406 6.74089 3.60622 6.67985Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.8152 19.3993C13.2511 18.9633 13.4691 18.7454 13.3924 18.5602C13.3157 18.375 13.0074 18.375 12.3909 18.375H4.45718C4.11991 18.375 3.95127 18.375 3.86121 18.4869C3.77114 18.5989 3.8065 18.7602 3.8772 19.0829C3.93428 19.3433 3.99386 19.5846 4.05849 19.8071C4.28233 20.578 4.5905 21.2161 5.14368 21.7098C5.70196 22.2081 6.36025 22.4261 7.13014 22.5279C7.86418 22.6251 8.78041 22.625 9.90298 22.625H10.6727C11.0154 22.625 11.1868 22.625 11.2742 22.5395C11.3617 22.4539 11.3663 22.2425 11.3756 21.8197C11.3893 21.1985 11.6331 20.5813 12.1072 20.1072L12.8152 19.3993Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-remove-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5821 14.2929C22.9726 14.6834 22.9726 15.3166 22.5821 15.7071L20.2892 18L22.5821 20.2929C22.9726 20.6834 22.9726 21.3166 22.5821 21.7071C22.1916 22.0976 21.5584 22.0976 21.1679 21.7071L18.875 19.4142L16.5821 21.7071C16.1916 22.0976 15.5584 22.0976 15.1679 21.7071C14.7774 21.3166 14.7774 20.6834 15.1679 20.2929L17.4608 18L15.1679 15.7071C14.7774 15.3166 14.7774 14.6834 15.1679 14.2929C15.5584 13.9024 16.1916 13.9024 16.5821 14.2929L18.875 16.5858L21.1679 14.2929C21.5584 13.9024 22.1916 13.9024 22.5821 14.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.65516 7.25L20.0949 7.25H20.0949C20.3869 7.24999 20.643 7.24998 20.8535 7.26435C21.0735 7.27936 21.309 7.31297 21.5394 7.41459C21.9272 7.58554 22.2238 7.84738 22.4089 8.19165C22.5871 8.52281 22.6299 8.87028 22.6246 9.16755C22.6192 9.46288 22.5651 9.75163 22.5112 9.99262C22.4808 10.1287 22.3771 10.5616 22.3618 10.6252L22.3603 10.6317L22.3582 10.6412C22.2751 11.0224 22.0166 11.3302 21.6781 11.4908C21.3086 11.6661 21.0678 11.9888 21.0056 12.3431V12.3431C20.979 12.4977 20.9657 12.5749 20.9268 12.6302C20.888 12.6854 20.8071 12.7311 20.6453 12.8226L20.6453 12.8226C20.4526 12.9316 20.2714 13.0681 20.1072 13.2322L19.2993 14.0402C19.0993 14.2402 18.9993 14.3402 18.875 14.3402C18.7507 14.3402 18.6507 14.2402 18.4507 14.0402L17.6428 13.2322C16.6665 12.2559 15.0835 12.2559 14.1072 13.2322C13.1309 14.2085 13.1309 15.7915 14.1072 16.7678L14.9152 17.5757L14.9152 17.5757C15.1152 17.7757 15.2152 17.8757 15.2152 18C15.2152 18.1243 15.1152 18.2243 14.9152 18.4243L14.1072 19.2322C13.6332 19.7063 13.3893 20.3234 13.3756 20.9446C13.3663 21.3674 13.3617 21.5787 13.2742 21.6643C13.1868 21.7498 13.0154 21.7498 12.6728 21.7499L10.7598 21.75C9.42483 21.75 8.35671 21.75 7.50578 21.6499C6.62715 21.5465 5.88909 21.3281 5.25955 20.8271L5.25667 20.8248C4.41862 20.151 4.01701 19.17 3.78458 18.2651C3.62783 17.6549 3.52861 16.9808 3.44396 16.4057L2.74437 12.3431C2.68215 11.9888 2.44139 11.6661 2.07188 11.4908C1.73343 11.3302 1.47487 11.0224 1.39181 10.6412L1.38972 10.6317L1.38818 10.6252C1.37293 10.5616 1.26921 10.1287 1.23876 9.99262C1.18486 9.75163 1.13076 9.46287 1.12543 9.16755C1.12007 8.87028 1.16292 8.5228 1.34105 8.19165C1.52624 7.84738 1.82281 7.58554 2.21055 7.41459C2.44103 7.31297 2.67647 7.27936 2.89649 7.26435C3.10704 7.24998 3.36316 7.24999 3.65514 7.25H3.65516ZM9.875 11.25C9.46079 11.25 9.125 11.5858 9.125 12C9.125 12.4142 9.46079 12.75 9.875 12.75L13.875 12.75C14.2892 12.75 14.625 12.4142 14.625 12C14.625 11.5858 14.2892 11.25 13.875 11.25L9.875 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2761 2.0841C10.7821 2.30546 11.0128 2.89509 10.7914 3.40107L7.29141 11.4011C7.07004 11.9071 6.48041 12.1378 5.97443 11.9164C5.46845 11.695 5.23773 11.1054 5.4591 10.5994L8.9591 2.59943C9.18046 2.09345 9.77009 1.86273 10.2761 2.0841Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.428 2.10579C14.922 1.8588 15.5227 2.05903 15.7696 2.55301L18.2696 7.55301C18.5166 8.04698 18.3164 8.64766 17.8224 8.89465C17.3285 9.14164 16.7278 8.94141 16.4808 8.44743L13.9808 3.44743C13.7338 2.95345 13.934 2.35278 14.428 2.10579Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5821 14.2929C22.9726 14.6834 22.9726 15.3166 22.5821 15.7071L20.2892 18L22.5821 20.2929C22.9726 20.6834 22.9726 21.3166 22.5821 21.7071C22.1916 22.0976 21.5584 22.0976 21.1679 21.7071L18.875 19.4142L16.5821 21.7071C16.1916 22.0976 15.5584 22.0976 15.1679 21.7071C14.7774 21.3166 14.7774 20.6834 15.1679 20.2929L17.4608 18L15.1679 15.7071C14.7774 15.3166 14.7774 14.6834 15.1679 14.2929C15.5584 13.9024 16.1916 13.9024 16.5821 14.2929L18.875 16.5858L21.1679 14.2929C21.5584 13.9024 22.1916 13.9024 22.5821 14.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.65516 7.25L20.0949 7.25H20.0949C20.3869 7.24999 20.643 7.24998 20.8535 7.26435C21.0735 7.27936 21.309 7.31297 21.5394 7.41459C21.9272 7.58554 22.2238 7.84738 22.4089 8.19165C22.5871 8.52281 22.6299 8.87028 22.6246 9.16755C22.6192 9.46288 22.5651 9.75163 22.5112 9.99262C22.4808 10.1287 22.3771 10.5616 22.3618 10.6252L22.3603 10.6317L22.3582 10.6412C22.2751 11.0224 22.0166 11.3302 21.6781 11.4908C21.3086 11.6661 21.0678 11.9888 21.0056 12.3431V12.3431C20.979 12.4977 20.9657 12.5749 20.9268 12.6302C20.888 12.6854 20.8071 12.7311 20.6453 12.8226L20.6453 12.8226C20.4526 12.9316 20.2714 13.0681 20.1072 13.2322L19.2993 14.0402C19.0993 14.2402 18.9993 14.3402 18.875 14.3402C18.7507 14.3402 18.6507 14.2402 18.4507 14.0402L17.6428 13.2322C16.6665 12.2559 15.0835 12.2559 14.1072 13.2322C13.1309 14.2085 13.1309 15.7915 14.1072 16.7678L14.9152 17.5757L14.9152 17.5757C15.1152 17.7757 15.2152 17.8757 15.2152 18C15.2152 18.1243 15.1152 18.2243 14.9152 18.4243L14.1072 19.2322C13.6332 19.7063 13.3893 20.3234 13.3756 20.9446C13.3663 21.3674 13.3617 21.5787 13.2742 21.6643C13.1868 21.7498 13.0154 21.7498 12.6728 21.7499L10.7598 21.75C9.42483 21.75 8.35671 21.75 7.50578 21.6499C6.62715 21.5465 5.88909 21.3281 5.25955 20.8271L5.25667 20.8248C4.41862 20.151 4.01701 19.17 3.78458 18.2651C3.62783 17.6549 3.52861 16.9808 3.44396 16.4057L2.74437 12.3431C2.68215 11.9888 2.44139 11.6661 2.07188 11.4908C1.73343 11.3302 1.47487 11.0224 1.39181 10.6412L1.38972 10.6317L1.38818 10.6252C1.37293 10.5616 1.26921 10.1287 1.23876 9.99262C1.18486 9.75163 1.13076 9.46287 1.12543 9.16755C1.12007 8.87028 1.16292 8.5228 1.34105 8.19165C1.52624 7.84738 1.82281 7.58554 2.21055 7.41459C2.44103 7.31297 2.67647 7.27936 2.89649 7.26435C3.10704 7.24998 3.36316 7.24999 3.65514 7.25H3.65516ZM9.875 11.25C9.46079 11.25 9.125 11.5858 9.125 12C9.125 12.4142 9.46079 12.75 9.875 12.75L13.875 12.75C14.2892 12.75 14.625 12.4142 14.625 12C14.625 11.5858 14.2892 11.25 13.875 11.25L9.875 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2761 2.0841C10.7821 2.30546 11.0128 2.89509 10.7914 3.40107L7.29141 11.4011C7.07004 11.9071 6.48041 12.1378 5.97443 11.9164C5.46845 11.695 5.23773 11.1054 5.4591 10.5994L8.9591 2.59943C9.18046 2.09345 9.77009 1.86273 10.2761 2.0841Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.428 2.10579C14.922 1.8588 15.5227 2.05903 15.7696 2.55301L18.2696 7.55301C18.5166 8.04698 18.3164 8.64766 17.8224 8.89465C17.3285 9.14164 16.7278 8.94141 16.4808 8.44743L13.9808 3.44743C13.7338 2.95345 13.934 2.35278 14.428 2.10579Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-secure-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.53543 6.75C4.04322 6.74994 3.59476 6.74989 3.23581 6.80237C2.84115 6.86006 2.42076 6.99805 2.10749 7.38055C1.79764 7.75888 1.73988 8.19716 1.75133 8.59566C1.76191 8.96382 1.83748 9.41439 1.92161 9.91593L3.1412 17.1911C3.33385 18.3404 3.48969 19.2701 3.70412 19.997C3.92692 20.7522 4.23682 21.3781 4.79455 21.8613C5.35455 22.3465 6.01361 22.5572 6.78342 22.6557C7.51991 22.75 8.44034 22.75 9.57149 22.75H11.6748C12.3566 22.75 12.6974 22.75 12.7803 22.584C12.8632 22.418 12.6406 22.1221 12.1956 21.5303C10.9092 19.8197 10.4927 17.5892 10.9077 15.4013C10.9253 15.3077 10.9692 15.0743 11.0262 14.8847C11.1041 14.6255 11.265 14.2092 11.6349 13.8186C12.0507 13.3796 12.546 13.1961 12.6902 13.1427C12.8516 13.0826 13.0849 13.0104 13.2467 12.9612C13.2675 12.9549 13.278 12.9517 13.288 12.9479C13.298 12.944 13.3078 12.9394 13.3274 12.9303L13.8628 12.6793C14.0015 12.6066 14.1701 12.5182 14.3658 12.4218C14.9725 12.1232 15.8606 11.75 16.9994 11.75C18.1381 11.75 19.0264 12.1232 19.6332 12.4217C19.8289 12.5179 19.9975 12.6063 20.1363 12.679C20.4695 12.8537 20.6141 12.919 20.736 12.9559C20.7631 12.9642 20.7985 12.9759 20.8393 12.99C21.1594 13.101 21.3195 13.1565 21.4392 13.0854C21.559 13.0143 21.5863 12.8515 21.6409 12.5258L22.0784 9.9159C22.1625 9.41437 22.2381 8.96381 22.2487 8.59566C22.2601 8.19716 22.2023 7.75888 21.8925 7.38056C21.5792 6.99805 21.1588 6.86006 20.7642 6.80237C20.4052 6.74989 19.9568 6.74994 19.4646 6.75H4.53543Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.028 13.7677C15.5535 13.5091 16.1975 13.25 16.9993 13.25C17.8011 13.25 18.4453 13.5091 18.971 13.7676C19.1494 13.8554 19.3038 13.9363 19.4442 14.0099C19.7544 14.1725 19.996 14.2991 20.2769 14.3842C20.4566 14.4387 20.6443 14.4955 20.7752 14.5442C20.8874 14.586 21.106 14.6705 21.2761 14.85C21.426 15.0083 21.4969 15.1817 21.5373 15.3162C21.5707 15.4272 21.5988 15.5758 21.6186 15.6802C22.1761 18.6167 20.9481 21.456 17.9354 22.5518C17.6623 22.6513 17.3912 22.75 17.0007 22.75C16.6102 22.75 16.3391 22.6513 16.0659 22.5518C13.0533 21.4561 11.824 18.617 12.3814 15.6802C12.4012 15.5758 12.4293 15.4273 12.4626 15.3163C12.503 15.1818 12.5739 15.0084 12.7238 14.8501C12.8939 14.6706 13.1124 14.5861 13.2247 14.5443C13.3556 14.4956 13.5432 14.4387 13.723 14.3842C14.0037 14.2991 14.245 14.1726 14.555 14.01C14.6953 13.9364 14.8496 13.8555 15.028 13.7677Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.53543 6.75C4.04322 6.74994 3.59476 6.74989 3.23581 6.80237C2.84115 6.86006 2.42076 6.99805 2.10749 7.38055C1.79764 7.75888 1.73988 8.19716 1.75133 8.59566C1.76191 8.96382 1.83748 9.41439 1.92161 9.91593L3.1412 17.1911C3.33385 18.3404 3.48969 19.2701 3.70412 19.997C3.92692 20.7522 4.23682 21.3781 4.79455 21.8613C5.35455 22.3465 6.01361 22.5572 6.78342 22.6557C7.51991 22.75 8.44034 22.75 9.57149 22.75H11.6748C12.3566 22.75 12.6974 22.75 12.7803 22.584C12.8632 22.418 12.6406 22.1221 12.1956 21.5303C10.9092 19.8197 10.4927 17.5892 10.9077 15.4013C10.9253 15.3077 10.9692 15.0743 11.0262 14.8847C11.1041 14.6255 11.265 14.2092 11.6349 13.8186C12.0507 13.3796 12.546 13.1961 12.6902 13.1427C12.8516 13.0826 13.0849 13.0104 13.2467 12.9612C13.2675 12.9549 13.278 12.9517 13.288 12.9479C13.298 12.944 13.3078 12.9394 13.3274 12.9303L13.8628 12.6793C14.0015 12.6066 14.1701 12.5182 14.3658 12.4218C14.9725 12.1232 15.8606 11.75 16.9994 11.75C18.1381 11.75 19.0264 12.1232 19.6332 12.4217C19.8289 12.5179 19.9975 12.6063 20.1363 12.679C20.4695 12.8537 20.6141 12.919 20.736 12.9559C20.7631 12.9642 20.7985 12.9759 20.8393 12.99C21.1594 13.101 21.3195 13.1565 21.4392 13.0854C21.559 13.0143 21.5863 12.8515 21.6409 12.5258L22.0784 9.9159C22.1625 9.41437 22.2381 8.96381 22.2487 8.59566C22.2601 8.19716 22.2023 7.75888 21.8925 7.38056C21.5792 6.99805 21.1588 6.86006 20.7642 6.80237C20.4052 6.74989 19.9568 6.74994 19.4646 6.75H4.53543Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.028 13.7677C15.5535 13.5091 16.1975 13.25 16.9993 13.25C17.8011 13.25 18.4453 13.5091 18.971 13.7676C19.1494 13.8554 19.3038 13.9363 19.4442 14.0099C19.7544 14.1725 19.996 14.2991 20.2769 14.3842C20.4566 14.4387 20.6443 14.4955 20.7752 14.5442C20.8874 14.586 21.106 14.6705 21.2761 14.85C21.426 15.0083 21.4969 15.1817 21.5373 15.3162C21.5707 15.4272 21.5988 15.5758 21.6186 15.6802C22.1761 18.6167 20.9481 21.456 17.9354 22.5518C17.6623 22.6513 17.3912 22.75 17.0007 22.75C16.6102 22.75 16.3391 22.6513 16.0659 22.5518C13.0533 21.4561 11.824 18.617 12.3814 15.6802C12.4012 15.5758 12.4293 15.4273 12.4626 15.3163C12.503 15.1818 12.5739 15.0084 12.7238 14.8501C12.8939 14.6706 13.1124 14.5861 13.2247 14.5443C13.3556 14.4956 13.5432 14.4387 13.723 14.3842C14.0037 14.2991 14.245 14.1726 14.555 14.01C14.6953 13.9364 14.8496 13.8555 15.028 13.7677Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-secure-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.028 13.7677C15.5535 13.5091 16.1975 13.25 16.9993 13.25C17.8011 13.25 18.4453 13.5091 18.971 13.7676C19.1494 13.8554 19.3038 13.9363 19.4442 14.0099C19.7544 14.1725 19.996 14.2991 20.2769 14.3842C20.4566 14.4387 20.6443 14.4955 20.7752 14.5442C20.8874 14.586 21.106 14.6705 21.2761 14.85C21.426 15.0083 21.4969 15.1817 21.5373 15.3162C21.5707 15.4272 21.5988 15.5758 21.6186 15.6802C22.1761 18.6167 20.9481 21.456 17.9354 22.5518C17.6623 22.6513 17.3912 22.75 17.0007 22.75C16.6102 22.75 16.3391 22.6513 16.0659 22.5518C13.0533 21.4561 11.824 18.617 12.3814 15.6802C12.4012 15.5758 12.4293 15.4273 12.4626 15.3163C12.503 15.1818 12.5739 15.0084 12.7238 14.8501C12.8939 14.6706 13.1124 14.5861 13.2247 14.5443C13.3556 14.4956 13.5432 14.4387 13.723 14.3842C14.0037 14.2991 14.245 14.1726 14.555 14.01C14.6953 13.9364 14.8496 13.8555 15.028 13.7677Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.73122 6.80485C4.09347 6.74988 4.54569 6.74994 5.03918 6.75H18.9608C19.4543 6.74994 19.9065 6.74988 20.2688 6.80485C20.6709 6.86589 21.0939 7.01213 21.4045 7.40759C21.7075 7.79348 21.7616 8.2371 21.7481 8.64362C21.7356 9.02281 21.6576 9.48825 21.5697 10.0124L21.1767 12.3587C21.1203 12.6953 21.0921 12.8636 20.9592 12.9326C20.8263 13.0016 20.6745 12.9289 20.3711 12.7833C20.0747 12.6412 19.7697 12.4918 19.6332 12.4217C19.0264 12.1232 18.1381 11.75 16.9994 11.75C15.8606 11.75 14.9725 12.1232 14.3658 12.4218C14.1701 12.5182 14.0015 12.6066 13.8628 12.6793C13.6455 12.7836 13.1068 13.0223 12.6902 13.1427C12.546 13.1961 12.0507 13.3796 11.6349 13.8186C11.265 14.2092 11.1041 14.6255 11.0262 14.8847C10.9692 15.0743 10.9253 15.3077 10.9077 15.4013C10.8738 15.5803 10.8454 15.7595 10.8226 15.9387C10.7877 16.2131 10.7702 16.3502 10.6852 16.4251C10.6002 16.5 10.4686 16.5 10.2055 16.5H4.02491C3.78234 16.5 3.66106 16.5 3.57716 16.429C3.49326 16.358 3.47323 16.2384 3.43315 15.9991L2.43027 10.0123C2.34242 9.48822 2.26442 9.02282 2.25186 8.64362C2.2384 8.2371 2.29245 7.79348 2.59554 7.40759C2.90613 7.01213 3.32906 6.86589 3.73122 6.80485Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.9918 18.9881C10.9311 18.7472 10.9007 18.6267 10.8194 18.5633C10.7381 18.5 10.6207 18.5 10.3859 18.5H4.58218C4.24491 18.5 4.07627 18.5 3.98621 18.6119C3.89614 18.7239 3.9315 18.8852 4.0022 19.2079C4.05928 19.4683 4.11886 19.7096 4.18349 19.9321C4.40733 20.703 4.7155 21.3411 5.26868 21.8348C5.82696 22.3331 6.48525 22.5511 7.25514 22.6529C7.98918 22.7501 8.90541 22.75 10.028 22.75H11.6748C12.3566 22.75 12.6974 22.75 12.7803 22.584C12.8632 22.418 12.6407 22.1221 12.1957 21.5305C11.6234 20.7694 11.2232 19.9054 10.9918 18.9881Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.25C9.79086 3.25 8 5.04086 8 7.25V7.75C8 8.30228 7.55228 8.75 7 8.75C6.44772 8.75 6 8.30228 6 7.75V7.25C6 3.93629 8.68629 1.25 12 1.25C15.3137 1.25 18 3.93629 18 7.25V7.75C18 8.30228 17.5523 8.75 17 8.75C16.4477 8.75 16 8.30228 16 7.75V7.25C16 5.04086 14.2091 3.25 12 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.028 13.7677C15.5535 13.5091 16.1975 13.25 16.9993 13.25C17.8011 13.25 18.4453 13.5091 18.971 13.7676C19.1494 13.8554 19.3038 13.9363 19.4442 14.0099C19.7544 14.1725 19.996 14.2991 20.2769 14.3842C20.4566 14.4387 20.6443 14.4955 20.7752 14.5442C20.8874 14.586 21.106 14.6705 21.2761 14.85C21.426 15.0083 21.4969 15.1817 21.5373 15.3162C21.5707 15.4272 21.5988 15.5758 21.6186 15.6802C22.1761 18.6167 20.9481 21.456 17.9354 22.5518C17.6623 22.6513 17.3912 22.75 17.0007 22.75C16.6102 22.75 16.3391 22.6513 16.0659 22.5518C13.0533 21.4561 11.824 18.617 12.3814 15.6802C12.4012 15.5758 12.4293 15.4273 12.4626 15.3163C12.503 15.1818 12.5739 15.0084 12.7238 14.8501C12.8939 14.6706 13.1124 14.5861 13.2247 14.5443C13.3556 14.4956 13.5432 14.4387 13.723 14.3842C14.0037 14.2991 14.245 14.1726 14.555 14.01C14.6953 13.9364 14.8496 13.8555 15.028 13.7677Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.73122 6.80485C4.09347 6.74988 4.54569 6.74994 5.03918 6.75H18.9608C19.4543 6.74994 19.9065 6.74988 20.2688 6.80485C20.6709 6.86589 21.0939 7.01213 21.4045 7.40759C21.7075 7.79348 21.7616 8.2371 21.7481 8.64362C21.7356 9.02281 21.6576 9.48825 21.5697 10.0124L21.1767 12.3587C21.1203 12.6953 21.0921 12.8636 20.9592 12.9326C20.8263 13.0016 20.6745 12.9289 20.3711 12.7833C20.0747 12.6412 19.7697 12.4918 19.6332 12.4217C19.0264 12.1232 18.1381 11.75 16.9994 11.75C15.8606 11.75 14.9725 12.1232 14.3658 12.4218C14.1701 12.5182 14.0015 12.6066 13.8628 12.6793C13.6455 12.7836 13.1068 13.0223 12.6902 13.1427C12.546 13.1961 12.0507 13.3796 11.6349 13.8186C11.265 14.2092 11.1041 14.6255 11.0262 14.8847C10.9692 15.0743 10.9253 15.3077 10.9077 15.4013C10.8738 15.5803 10.8454 15.7595 10.8226 15.9387C10.7877 16.2131 10.7702 16.3502 10.6852 16.4251C10.6002 16.5 10.4686 16.5 10.2055 16.5H4.02491C3.78234 16.5 3.66106 16.5 3.57716 16.429C3.49326 16.358 3.47323 16.2384 3.43315 15.9991L2.43027 10.0123C2.34242 9.48822 2.26442 9.02282 2.25186 8.64362C2.2384 8.2371 2.29245 7.79348 2.59554 7.40759C2.90613 7.01213 3.32906 6.86589 3.73122 6.80485Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.9918 18.9881C10.9311 18.7472 10.9007 18.6267 10.8194 18.5633C10.7381 18.5 10.6207 18.5 10.3859 18.5H4.58218C4.24491 18.5 4.07627 18.5 3.98621 18.6119C3.89614 18.7239 3.9315 18.8852 4.0022 19.2079C4.05928 19.4683 4.11886 19.7096 4.18349 19.9321C4.40733 20.703 4.7155 21.3411 5.26868 21.8348C5.82696 22.3331 6.48525 22.5511 7.25514 22.6529C7.98918 22.7501 8.90541 22.75 10.028 22.75H11.6748C12.3566 22.75 12.6974 22.75 12.7803 22.584C12.8632 22.418 12.6407 22.1221 12.1957 21.5305C11.6234 20.7694 11.2232 19.9054 10.9918 18.9881Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-basket-secure-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.78016 6.875L20.2199 6.875H20.2199C20.5119 6.87499 20.768 6.87498 20.9785 6.88935C21.1985 6.90436 21.434 6.93797 21.6644 7.03959C22.0522 7.21054 22.3488 7.47238 22.5339 7.81665C22.7121 8.14781 22.7549 8.49528 22.7496 8.79255C22.7442 9.08788 22.6901 9.37663 22.6362 9.61762C22.6058 9.75373 22.5021 10.1866 22.4868 10.2502L22.4853 10.2567L22.4832 10.2662C22.4001 10.6474 22.1416 10.9552 21.8031 11.1158C21.4336 11.2911 21.1928 11.6138 21.1306 11.9681L21.1134 12.0681C21.1065 12.108 21.1031 12.128 21.0969 12.1476C21.0471 12.3045 20.864 12.3949 20.7092 12.3391C20.6898 12.3321 20.6734 12.3235 20.6407 12.3063L20.6363 12.304L20.6363 12.304C20.4975 12.2313 20.3289 12.1429 20.1332 12.0467C19.5264 11.7482 18.6381 11.375 17.4994 11.375C16.3606 11.375 15.4725 11.7482 14.8658 12.0468C14.6701 12.1432 14.5015 12.2316 14.3628 12.3043C14.1388 12.4207 13.4877 12.6618 13.1902 12.7677C13.046 12.8211 12.5507 13.0046 12.1349 13.4436C11.765 13.8342 11.6041 14.2505 11.5262 14.5097C11.4692 14.6993 11.4253 14.9327 11.4077 15.0263C11.0568 16.8759 11.3003 18.7559 12.1611 20.3265L12.1611 20.3266C12.4367 20.8294 12.5745 21.0808 12.4873 21.2279C12.4002 21.375 12.134 21.375 11.6017 21.375H10.8848C9.54983 21.375 8.48171 21.375 7.63078 21.2749C6.75215 21.1715 6.01409 20.9531 5.38455 20.4521L5.38167 20.4498C4.54362 19.776 4.14201 18.795 3.90958 17.8901C3.75283 17.2799 3.65361 16.6058 3.56896 16.0307L2.86937 11.9681C2.80715 11.6138 2.56639 11.2911 2.19688 11.1158C1.85843 10.9552 1.59987 10.6474 1.51681 10.2662L1.51472 10.2567L1.51318 10.2502C1.49793 10.1866 1.39421 9.75373 1.36376 9.61762C1.30986 9.37663 1.25576 9.08787 1.25043 8.79255C1.24507 8.49528 1.28792 8.1478 1.46605 7.81665C1.65124 7.47238 1.94781 7.21054 2.33555 7.03959C2.56603 6.93797 2.80147 6.90436 3.02149 6.88935C3.23204 6.87498 3.48816 6.87499 3.78014 6.875H3.78016ZM10 10.875C9.58579 10.875 9.25 11.2108 9.25 11.625C9.25 12.0392 9.58579 12.375 10 12.375L12 12.375C12.4142 12.375 12.75 12.0392 12.75 11.625C12.75 11.2108 12.4142 10.875 12 10.875L10 10.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4011 1.7091C10.9071 1.93046 11.1378 2.52009 10.9164 3.02607L7.41641 11.0261C7.19504 11.5321 6.60541 11.7628 6.09943 11.5414C5.59345 11.32 5.36273 10.7304 5.5841 10.2244L9.0841 2.22443C9.30546 1.71845 9.89509 1.48773 10.4011 1.7091Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.553 1.73079C15.047 1.4838 15.6477 1.68403 15.8946 2.17801L18.3946 7.17801C18.6416 7.67198 18.4414 8.27266 17.9474 8.51965C17.4535 8.76664 16.8528 8.56641 16.6058 8.07243L14.1058 3.07243C13.8588 2.57845 14.059 1.97778 14.553 1.73079Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.528 13.3927C16.0535 13.1341 16.6975 12.875 17.4993 12.875C18.3011 12.875 18.9453 13.1341 19.471 13.3926C19.6494 13.4804 19.8038 13.5613 19.9442 13.6349C20.2544 13.7975 20.496 13.9241 20.7769 14.0092C20.9566 14.0637 21.1443 14.1205 21.2752 14.1692C21.3874 14.211 21.606 14.2955 21.7761 14.475C21.926 14.6333 21.9969 14.8067 22.0373 14.9412C22.0707 15.0522 22.0988 15.2008 22.1186 15.3052C22.6761 18.2417 21.4481 21.081 18.4354 22.1768C18.1623 22.2763 17.8912 22.375 17.5007 22.375C17.1102 22.375 16.8391 22.2763 16.5659 22.1768C13.5533 21.0811 12.324 18.242 12.8814 15.3052C12.9012 15.2008 12.9293 15.0523 12.9626 14.9413C13.003 14.8068 13.0739 14.6334 13.2238 14.4751C13.3939 14.2956 13.6124 14.2111 13.7247 14.1693C13.8556 14.1206 14.0432 14.0637 14.223 14.0092C14.5037 13.9241 14.745 13.7976 15.055 13.635C15.1953 13.5614 15.3496 13.4805 15.528 13.3927Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.78016 6.875L20.2199 6.875H20.2199C20.5119 6.87499 20.768 6.87498 20.9785 6.88935C21.1985 6.90436 21.434 6.93797 21.6644 7.03959C22.0522 7.21054 22.3488 7.47238 22.5339 7.81665C22.7121 8.14781 22.7549 8.49528 22.7496 8.79255C22.7442 9.08788 22.6901 9.37663 22.6362 9.61762C22.6058 9.75373 22.5021 10.1866 22.4868 10.2502L22.4853 10.2567L22.4832 10.2662C22.4001 10.6474 22.1416 10.9552 21.8031 11.1158C21.4336 11.2911 21.1928 11.6138 21.1306 11.9681L21.1134 12.0681C21.1065 12.108 21.1031 12.128 21.0969 12.1476C21.0471 12.3045 20.864 12.3949 20.7092 12.3391C20.6898 12.3321 20.6734 12.3235 20.6407 12.3063L20.6363 12.304L20.6363 12.304C20.4975 12.2313 20.3289 12.1429 20.1332 12.0467C19.5264 11.7482 18.6381 11.375 17.4994 11.375C16.3606 11.375 15.4725 11.7482 14.8658 12.0468C14.6701 12.1432 14.5015 12.2316 14.3628 12.3043C14.1388 12.4207 13.4877 12.6618 13.1902 12.7677C13.046 12.8211 12.5507 13.0046 12.1349 13.4436C11.765 13.8342 11.6041 14.2505 11.5262 14.5097C11.4692 14.6993 11.4253 14.9327 11.4077 15.0263C11.0568 16.8759 11.3003 18.7559 12.1611 20.3265L12.1611 20.3266C12.4367 20.8294 12.5745 21.0808 12.4873 21.2279C12.4002 21.375 12.134 21.375 11.6017 21.375H10.8848C9.54983 21.375 8.48171 21.375 7.63078 21.2749C6.75215 21.1715 6.01409 20.9531 5.38455 20.4521L5.38167 20.4498C4.54362 19.776 4.14201 18.795 3.90958 17.8901C3.75283 17.2799 3.65361 16.6058 3.56896 16.0307L2.86937 11.9681C2.80715 11.6138 2.56639 11.2911 2.19688 11.1158C1.85843 10.9552 1.59987 10.6474 1.51681 10.2662L1.51472 10.2567L1.51318 10.2502C1.49793 10.1866 1.39421 9.75373 1.36376 9.61762C1.30986 9.37663 1.25576 9.08787 1.25043 8.79255C1.24507 8.49528 1.28792 8.1478 1.46605 7.81665C1.65124 7.47238 1.94781 7.21054 2.33555 7.03959C2.56603 6.93797 2.80147 6.90436 3.02149 6.88935C3.23204 6.87498 3.48816 6.87499 3.78014 6.875H3.78016ZM10 10.875C9.58579 10.875 9.25 11.2108 9.25 11.625C9.25 12.0392 9.58579 12.375 10 12.375L12 12.375C12.4142 12.375 12.75 12.0392 12.75 11.625C12.75 11.2108 12.4142 10.875 12 10.875L10 10.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4011 1.7091C10.9071 1.93046 11.1378 2.52009 10.9164 3.02607L7.41641 11.0261C7.19504 11.5321 6.60541 11.7628 6.09943 11.5414C5.59345 11.32 5.36273 10.7304 5.5841 10.2244L9.0841 2.22443C9.30546 1.71845 9.89509 1.48773 10.4011 1.7091Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.553 1.73079C15.047 1.4838 15.6477 1.68403 15.8946 2.17801L18.3946 7.17801C18.6416 7.67198 18.4414 8.27266 17.9474 8.51965C17.4535 8.76664 16.8528 8.56641 16.6058 8.07243L14.1058 3.07243C13.8588 2.57845 14.059 1.97778 14.553 1.73079Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.528 13.3927C16.0535 13.1341 16.6975 12.875 17.4993 12.875C18.3011 12.875 18.9453 13.1341 19.471 13.3926C19.6494 13.4804 19.8038 13.5613 19.9442 13.6349C20.2544 13.7975 20.496 13.9241 20.7769 14.0092C20.9566 14.0637 21.1443 14.1205 21.2752 14.1692C21.3874 14.211 21.606 14.2955 21.7761 14.475C21.926 14.6333 21.9969 14.8067 22.0373 14.9412C22.0707 15.0522 22.0988 15.2008 22.1186 15.3052C22.6761 18.2417 21.4481 21.081 18.4354 22.1768C18.1623 22.2763 17.8912 22.375 17.5007 22.375C17.1102 22.375 16.8391 22.2763 16.5659 22.1768C13.5533 21.0811 12.324 18.242 12.8814 15.3052C12.9012 15.2008 12.9293 15.0523 12.9626 14.9413C13.003 14.8068 13.0739 14.6334 13.2238 14.4751C13.3939 14.2956 13.6124 14.2111 13.7247 14.1693C13.8556 14.1206 14.0432 14.0637 14.223 14.0092C14.5037 13.9241 14.745 13.7976 15.055 13.635C15.1953 13.5614 15.3496 13.4805 15.528 13.3927Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-cart-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 2.25C1.5 1.69772 1.94772 1.25 2.5 1.25H3.43845C4.81505 1.25 6.015 2.18689 6.34887 3.52239L6.35349 3.54084L8.75951 15.0007C8.87299 15.5412 8.52682 16.0714 7.98632 16.1848C7.44582 16.2983 6.91566 15.9521 6.80218 15.4116L4.40464 3.99218C4.28811 3.55517 3.89205 3.25 3.43845 3.25H2.5C1.94772 3.25 1.5 2.80228 1.5 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.9392 6.70417C21.6333 6.28323 21.2009 6.12453 20.7861 6.05867C20.4157 5.99986 19.9521 5.99993 19.4483 6.00001L5.08203 6.00001L7.39151 17H15.2636C16.4615 17 17.4602 16.8122 18.2933 16.4256C19.1348 16.035 19.7674 15.46 20.2536 14.7504C21.1921 13.3807 21.5912 11.4813 21.9967 9.4671L22.0061 9.42024C22.1174 8.86746 22.2152 8.38213 22.2424 7.98698C22.2712 7.56751 22.2336 7.10935 21.9392 6.70417Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.96124 16.237C6.55421 15.5397 7.43219 15.0117 8.46857 15.0117H9C9.55228 15.0117 10 15.4594 10 16.0117C10 16.564 9.55228 17.0117 9 17.0117H8.46857C8.1416 17.0117 7.78529 17.1793 7.48481 17.5326C7.30846 17.74 7.17262 17.9888 7.09019 18.2516H17.5C18.0523 18.2516 18.5 18.6993 18.5 19.2516C18.5 19.8039 18.0523 19.3745 17.5 19.3745L16.0969 20.2516H11.9557L10.5696 19.3745L9.18357 20.2516H6.41143C5.59384 20.2516 5 19.5731 5 18.823C5 17.8624 5.36948 16.9328 5.96124 16.237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 19.7461C10.0858 19.7461 9.75 20.0819 9.75 20.4961C9.75 20.9103 10.0858 21.2461 10.5 21.2461C10.9142 21.2461 11.25 20.9103 11.25 20.4961C11.25 20.0819 10.9142 19.7461 10.5 19.7461ZM8.25 20.4961C8.25 19.2535 9.25736 18.2461 10.5 18.2461C11.7426 18.2461 12.75 19.2535 12.75 20.4961C12.75 21.7387 11.7426 22.7461 10.5 22.7461C9.25736 22.7461 8.25 21.7387 8.25 20.4961Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 19.7461C17.0858 19.7461 16.75 20.0819 16.75 20.4961C16.75 20.9103 17.0858 21.2461 17.5 21.2461C17.9142 21.2461 18.25 20.9103 18.25 20.4961C18.25 20.0819 17.9142 19.7461 17.5 19.7461ZM15.25 20.4961C15.25 19.2535 16.2574 18.2461 17.5 18.2461C18.7426 18.2461 19.75 19.2535 19.75 20.4961C19.75 21.7387 18.7426 22.7461 17.5 22.7461C16.2574 22.7461 15.25 21.7387 15.25 20.4961Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 2.25C1.5 1.69772 1.94772 1.25 2.5 1.25H3.43845C4.81505 1.25 6.015 2.18689 6.34887 3.52239L6.35349 3.54084L8.75951 15.0007C8.87299 15.5412 8.52682 16.0714 7.98632 16.1848C7.44582 16.2983 6.91566 15.9521 6.80218 15.4116L4.40464 3.99218C4.28811 3.55517 3.89205 3.25 3.43845 3.25H2.5C1.94772 3.25 1.5 2.80228 1.5 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.9392 6.70417C21.6333 6.28323 21.2009 6.12453 20.7861 6.05867C20.4157 5.99986 19.9521 5.99993 19.4483 6.00001L5.08203 6.00001L7.39151 17H15.2636C16.4615 17 17.4602 16.8122 18.2933 16.4256C19.1348 16.035 19.7674 15.46 20.2536 14.7504C21.1921 13.3807 21.5912 11.4813 21.9967 9.4671L22.0061 9.42024C22.1174 8.86746 22.2152 8.38213 22.2424 7.98698C22.2712 7.56751 22.2336 7.10935 21.9392 6.70417Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.96124 16.237C6.55421 15.5397 7.43219 15.0117 8.46857 15.0117H9C9.55228 15.0117 10 15.4594 10 16.0117C10 16.564 9.55228 17.0117 9 17.0117H8.46857C8.1416 17.0117 7.78529 17.1793 7.48481 17.5326C7.30846 17.74 7.17262 17.9888 7.09019 18.2516H17.5C18.0523 18.2516 18.5 18.6993 18.5 19.2516C18.5 19.8039 18.0523 19.3745 17.5 19.3745L16.0969 20.2516H11.9557L10.5696 19.3745L9.18357 20.2516H6.41143C5.59384 20.2516 5 19.5731 5 18.823C5 17.8624 5.36948 16.9328 5.96124 16.237Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 19.7461C10.0858 19.7461 9.75 20.0819 9.75 20.4961C9.75 20.9103 10.0858 21.2461 10.5 21.2461C10.9142 21.2461 11.25 20.9103 11.25 20.4961C11.25 20.0819 10.9142 19.7461 10.5 19.7461ZM8.25 20.4961C8.25 19.2535 9.25736 18.2461 10.5 18.2461C11.7426 18.2461 12.75 19.2535 12.75 20.4961C12.75 21.7387 11.7426 22.7461 10.5 22.7461C9.25736 22.7461 8.25 21.7387 8.25 20.4961Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.5 19.7461C17.0858 19.7461 16.75 20.0819 16.75 20.4961C16.75 20.9103 17.0858 21.2461 17.5 21.2461C17.9142 21.2461 18.25 20.9103 18.25 20.4961C18.25 20.0819 17.9142 19.7461 17.5 19.7461ZM15.25 20.4961C15.25 19.2535 16.2574 18.2461 17.5 18.2461C18.7426 18.2461 19.75 19.2535 19.75 20.4961C19.75 21.7387 18.7426 22.7461 17.5 22.7461C16.2574 22.7461 15.25 21.7387 15.25 20.4961Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-cart-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 2C1 1.44772 1.44772 1 2 1L2.966 1C4.34908 1 5.58447 1.91637 5.93171 3.26571L6.37801 5L21.9997 5C22.5519 5 22.9997 5.44772 22.9997 6C22.9997 6.55228 22.5519 7 21.9997 7H21.8947L21.357 11.8393C21.207 13.1897 20.9624 14.3613 20.1485 15.153C19.3347 15.9448 18.1568 16.157 16.8028 16.2699L8.65328 16.949C8.57488 17.0964 8.48358 17.2382 8.37979 17.3727L8.04559 17.8055C8.39513 18.1315 8.66671 18.54 8.82929 19H14.1707C14.5825 17.8348 15.6938 17 17 17C18.6569 17 20 18.3431 20 20C20 21.6569 18.6569 23 17 23C15.6938 23 14.5825 22.1652 14.1707 21H8.82929C8.41746 22.1652 7.30622 23 6 23C4.34315 23 3 21.6569 3 20C3 18.3431 4.34315 17 6 17C6.04639 17 6.09253 17.0011 6.1384 17.0031L6.79668 16.1505C6.96011 15.9388 7.0266 15.679 6.99034 15.427C6.98472 15.3912 6.97787 15.3574 6.96972 15.3257L4.3125 5H4.31285L3.99481 3.76415C3.88381 3.33282 3.47229 3 2.966 3L2 3C1.44772 3 1 2.55228 1 2ZM17 21C16.4477 21 16 20.5523 16 20C16 19.4477 16.4477 19 17 19C17.5523 19 18 19.4477 18 20C18 20.5523 17.5523 21 17 21ZM6 19C6.55228 19 7 19.4477 7 20C7 20.5523 6.55228 21 6 21C5.44772 21 5 20.5523 5 20C5 19.4477 5.44772 19 6 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 2C1 1.44772 1.44772 1 2 1L2.966 1C4.34908 1 5.58447 1.91637 5.93171 3.26571L6.37801 5L21.9997 5C22.5519 5 22.9997 5.44772 22.9997 6C22.9997 6.55228 22.5519 7 21.9997 7H21.8947L21.357 11.8393C21.207 13.1897 20.9624 14.3613 20.1485 15.153C19.3347 15.9448 18.1568 16.157 16.8028 16.2699L8.65328 16.949C8.57488 17.0964 8.48358 17.2382 8.37979 17.3727L8.04559 17.8055C8.39513 18.1315 8.66671 18.54 8.82929 19H14.1707C14.5825 17.8348 15.6938 17 17 17C18.6569 17 20 18.3431 20 20C20 21.6569 18.6569 23 17 23C15.6938 23 14.5825 22.1652 14.1707 21H8.82929C8.41746 22.1652 7.30622 23 6 23C4.34315 23 3 21.6569 3 20C3 18.3431 4.34315 17 6 17C6.04639 17 6.09253 17.0011 6.1384 17.0031L6.79668 16.1505C6.96011 15.9388 7.0266 15.679 6.99034 15.427C6.98472 15.3912 6.97787 15.3574 6.96972 15.3257L4.3125 5H4.31285L3.99481 3.76415C3.88381 3.33282 3.47229 3 2.966 3L2 3C1.44772 3 1 2.55228 1 2ZM17 21C16.4477 21 16 20.5523 16 20C16 19.4477 16.4477 19 17 19C17.5523 19 18 19.4477 18 20C18 20.5523 17.5523 21 17 21ZM6 19C6.55228 19 7 19.4477 7 20C7 20.5523 6.55228 21 6 21C5.44772 21 5 20.5523 5 20C5 19.4477 5.44772 19 6 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-cart-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 2C1.5 1.44772 1.94772 1 2.5 1L3.43845 1C4.81505 1 6.015 1.93689 6.34887 3.27239L6.35349 3.29084L8.81185 15H8.88C8.89152 15 8.90299 15.0002 8.91441 15.0006L15.2632 15.0006C16.2838 15.0006 17.015 14.8399 17.5562 14.5888C18.0861 14.3429 18.4837 13.9875 18.8096 13.5118C19.5068 12.4943 19.8556 10.9837 20.2807 8.8723C20.4056 8.25167 20.4778 7.88274 20.4961 7.61741C20.502 7.53142 20.483 7.52996 20.4117 7.52452L20.384 7.52225C20.2781 7.51262 20.1477 7.5068 19.9816 7.50374C19.4294 7.49357 18.99 7.03769 19.0002 6.4855C19.0103 5.93331 19.4662 5.49391 20.0184 5.50408C20.3759 5.51066 20.758 5.52934 21.1007 5.61974C21.4829 5.72056 21.8604 5.92167 22.141 6.30777C22.4858 6.78217 22.5219 7.31071 22.4914 7.75472C22.463 8.16653 22.3624 8.66613 22.253 9.20908L22.2414 9.26701C21.8387 11.2673 21.4324 13.2223 20.4595 14.6422C19.9504 15.3853 19.2842 15.9917 18.3981 16.4029C17.5234 16.8088 16.4865 17.0006 15.2632 17.0006L8.42903 17.0006C7.84562 17.0177 7.31269 17.4121 7.09895 18L17.5 18L17.4984 18.0026C17.4982 18.003 17.4979 18.0035 17.4976 18.0039C17.4984 18.0039 17.4992 18.0039 17.5 18.0039C18.7426 18.0039 19.75 19.0113 19.75 20.2539C19.75 21.4965 18.7426 22.5039 17.5 22.5039C16.2574 22.5039 15.25 21.4965 15.25 20.2539C15.25 20.1681 15.2548 20.0833 15.2642 20H15.264H12.7358C12.7452 20.0833 12.75 20.1681 12.75 20.2539C12.75 21.4965 11.7426 22.5039 10.5 22.5039C9.25736 22.5039 8.25 21.4965 8.25 20.2539C8.25 20.1681 8.25481 20.0833 8.26417 20H6.41143C5.59384 20 5 19.3215 5 18.5714C5 17.2195 5.74057 16.0121 6.85392 15.4081L4.40464 3.74218C4.28811 3.30517 3.89205 3 3.43845 3L2.5 3C1.94772 3 1.5 2.55228 1.5 2ZM14 2.5C14 1.94772 13.5523 1.5 13 1.5C12.4477 1.5 12 1.94772 12 2.5L12 5.5L9 5.5C8.44772 5.5 8 5.94772 8 6.5C8 7.05228 8.44772 7.5 9 7.5L12 7.5V10.5C12 11.0523 12.4477 11.5 13 11.5C13.5523 11.5 14 11.0523 14 10.5V7.5L17 7.5C17.5523 7.5 18 7.05228 18 6.5C18 5.94772 17.5523 5.5 17 5.5L14 5.5L14 2.5ZM9.75 20.2539C9.75 19.8397 10.0858 19.5039 10.5 19.5039C10.9142 19.5039 11.25 19.8397 11.25 20.2539C11.25 20.6681 10.9142 21.0039 10.5 21.0039C10.0858 21.0039 9.75 20.6681 9.75 20.2539ZM17.5 19.5039C17.0858 19.5039 16.75 19.8397 16.75 20.2539C16.75 20.6681 17.0858 21.0039 17.5 21.0039C17.9142 21.0039 18.25 20.6681 18.25 20.2539C18.25 19.8397 17.9142 19.5039 17.5 19.5039Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 2C1.5 1.44772 1.94772 1 2.5 1L3.43845 1C4.81505 1 6.015 1.93689 6.34887 3.27239L6.35349 3.29084L8.81185 15H8.88C8.89152 15 8.90299 15.0002 8.91441 15.0006L15.2632 15.0006C16.2838 15.0006 17.015 14.8399 17.5562 14.5888C18.0861 14.3429 18.4837 13.9875 18.8096 13.5118C19.5068 12.4943 19.8556 10.9837 20.2807 8.8723C20.4056 8.25167 20.4778 7.88274 20.4961 7.61741C20.502 7.53142 20.483 7.52996 20.4117 7.52452L20.384 7.52225C20.2781 7.51262 20.1477 7.5068 19.9816 7.50374C19.4294 7.49357 18.99 7.03769 19.0002 6.4855C19.0103 5.93331 19.4662 5.49391 20.0184 5.50408C20.3759 5.51066 20.758 5.52934 21.1007 5.61974C21.4829 5.72056 21.8604 5.92167 22.141 6.30777C22.4858 6.78217 22.5219 7.31071 22.4914 7.75472C22.463 8.16653 22.3624 8.66613 22.253 9.20908L22.2414 9.26701C21.8387 11.2673 21.4324 13.2223 20.4595 14.6422C19.9504 15.3853 19.2842 15.9917 18.3981 16.4029C17.5234 16.8088 16.4865 17.0006 15.2632 17.0006L8.42903 17.0006C7.84562 17.0177 7.31269 17.4121 7.09895 18L17.5 18L17.4984 18.0026C17.4982 18.003 17.4979 18.0035 17.4976 18.0039C17.4984 18.0039 17.4992 18.0039 17.5 18.0039C18.7426 18.0039 19.75 19.0113 19.75 20.2539C19.75 21.4965 18.7426 22.5039 17.5 22.5039C16.2574 22.5039 15.25 21.4965 15.25 20.2539C15.25 20.1681 15.2548 20.0833 15.2642 20H15.264H12.7358C12.7452 20.0833 12.75 20.1681 12.75 20.2539C12.75 21.4965 11.7426 22.5039 10.5 22.5039C9.25736 22.5039 8.25 21.4965 8.25 20.2539C8.25 20.1681 8.25481 20.0833 8.26417 20H6.41143C5.59384 20 5 19.3215 5 18.5714C5 17.2195 5.74057 16.0121 6.85392 15.4081L4.40464 3.74218C4.28811 3.30517 3.89205 3 3.43845 3L2.5 3C1.94772 3 1.5 2.55228 1.5 2ZM14 2.5C14 1.94772 13.5523 1.5 13 1.5C12.4477 1.5 12 1.94772 12 2.5L12 5.5L9 5.5C8.44772 5.5 8 5.94772 8 6.5C8 7.05228 8.44772 7.5 9 7.5L12 7.5V10.5C12 11.0523 12.4477 11.5 13 11.5C13.5523 11.5 14 11.0523 14 10.5V7.5L17 7.5C17.5523 7.5 18 7.05228 18 6.5C18 5.94772 17.5523 5.5 17 5.5L14 5.5L14 2.5ZM9.75 20.2539C9.75 19.8397 10.0858 19.5039 10.5 19.5039C10.9142 19.5039 11.25 19.8397 11.25 20.2539C11.25 20.6681 10.9142 21.0039 10.5 21.0039C10.0858 21.0039 9.75 20.6681 9.75 20.2539ZM17.5 19.5039C17.0858 19.5039 16.75 19.8397 16.75 20.2539C16.75 20.6681 17.0858 21.0039 17.5 21.0039C17.9142 21.0039 18.25 20.6681 18.25 20.2539C18.25 19.8397 17.9142 19.5039 17.5 19.5039Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-cart-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 1C1.44772 1 1 1.44772 1 2C1 2.55228 1.44772 3 2 3L2.966 3C3.47229 3 3.88381 3.33282 3.99481 3.76415L6.97007 15.3257C7.04276 15.6082 6.98213 15.9102 6.79668 16.1505L6.1384 17.0031C6.09253 17.0011 6.04639 17 6 17C4.34315 17 3 18.3431 3 20C3 21.6569 4.34315 23 6 23C7.30622 23 8.41746 22.1652 8.82929 21H14.1707C14.5825 22.1652 15.6938 23 17 23C18.6569 23 20 21.6569 20 20C20 18.3431 18.6569 17 17 17C15.6938 17 14.5825 17.8348 14.1707 19H8.82929C8.66671 18.54 8.39513 18.1315 8.04559 17.8055L8.37979 17.3727C8.48358 17.2382 8.57487 17.0965 8.65326 16.949L16.8032 16.2699C18.1572 16.157 19.3351 15.9448 20.1489 15.153C20.9628 14.3613 21.2074 13.1897 21.3574 11.8393L21.8951 7H22C22.5523 7 23 6.55228 23 6C23 5.44772 22.5523 5 22 5H21.0124L20.9972 4.99991L20.9853 5L19.5 5C18.9477 5 18.5 5.44772 18.5 6C18.5 6.55228 18.9477 7 19.5 7H19.8828L19.3696 11.6184C19.2173 12.9892 19.0044 13.4762 18.7543 13.7195C18.5042 13.9628 18.0116 14.1622 16.6371 14.2768L8.92904 14.9191C8.92219 14.8884 8.91483 14.8578 8.90696 14.8273L6.87408 6.92768C7.24105 6.77956 7.5 6.42002 7.5 6C7.5 5.44772 7.05228 5 6.5 5H6.37801L5.93171 3.26571C5.58447 1.91637 4.34908 1 2.966 1L2 1ZM14 3C14 2.44772 13.5523 2 13 2C12.4477 2 12 2.44772 12 3L12 5L10 5C9.44771 5 9 5.44772 9 6C9 6.55228 9.44771 7 10 7L12 7V9C12 9.55228 12.4477 10 13 10C13.5523 10 14 9.55228 14 9V7H16C16.5523 7 17 6.55228 17 6C17 5.44772 16.5523 5 16 5H14L14 3ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20C7 19.4477 6.55228 19 6 19ZM17 21C16.4477 21 16 20.5523 16 20C16 19.4477 16.4477 19 17 19C17.5523 19 18 19.4477 18 20C18 20.5523 17.5523 21 17 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 1C1.44772 1 1 1.44772 1 2C1 2.55228 1.44772 3 2 3L2.966 3C3.47229 3 3.88381 3.33282 3.99481 3.76415L6.97007 15.3257C7.04276 15.6082 6.98213 15.9102 6.79668 16.1505L6.1384 17.0031C6.09253 17.0011 6.04639 17 6 17C4.34315 17 3 18.3431 3 20C3 21.6569 4.34315 23 6 23C7.30622 23 8.41746 22.1652 8.82929 21H14.1707C14.5825 22.1652 15.6938 23 17 23C18.6569 23 20 21.6569 20 20C20 18.3431 18.6569 17 17 17C15.6938 17 14.5825 17.8348 14.1707 19H8.82929C8.66671 18.54 8.39513 18.1315 8.04559 17.8055L8.37979 17.3727C8.48358 17.2382 8.57487 17.0965 8.65326 16.949L16.8032 16.2699C18.1572 16.157 19.3351 15.9448 20.1489 15.153C20.9628 14.3613 21.2074 13.1897 21.3574 11.8393L21.8951 7H22C22.5523 7 23 6.55228 23 6C23 5.44772 22.5523 5 22 5H21.0124L20.9972 4.99991L20.9853 5L19.5 5C18.9477 5 18.5 5.44772 18.5 6C18.5 6.55228 18.9477 7 19.5 7H19.8828L19.3696 11.6184C19.2173 12.9892 19.0044 13.4762 18.7543 13.7195C18.5042 13.9628 18.0116 14.1622 16.6371 14.2768L8.92904 14.9191C8.92219 14.8884 8.91483 14.8578 8.90696 14.8273L6.87408 6.92768C7.24105 6.77956 7.5 6.42002 7.5 6C7.5 5.44772 7.05228 5 6.5 5H6.37801L5.93171 3.26571C5.58447 1.91637 4.34908 1 2.966 1L2 1ZM14 3C14 2.44772 13.5523 2 13 2C12.4477 2 12 2.44772 12 3L12 5L10 5C9.44771 5 9 5.44772 9 6C9 6.55228 9.44771 7 10 7L12 7V9C12 9.55228 12.4477 10 13 10C13.5523 10 14 9.55228 14 9V7H16C16.5523 7 17 6.55228 17 6C17 5.44772 16.5523 5 16 5H14L14 3ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20C7 19.4477 6.55228 19 6 19ZM17 21C16.4477 21 16 20.5523 16 20C16 19.4477 16.4477 19 17 19C17.5523 19 18 19.4477 18 20C18 20.5523 17.5523 21 17 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-cart-check-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 2C1.5 1.44772 1.94772 1 2.5 1L3.43845 1C4.81505 1 6.015 1.93689 6.34887 3.27239L6.35349 3.29084L6.8173 5.5L7.5 5.5C8.05228 5.5 8.5 5.94772 8.5 6.5C8.5 7.05229 8.05228 7.5 7.5 7.5H7.23721L8.81185 15H8.88L15.2632 15C16.2838 15 17.015 14.8393 17.5562 14.5882C18.0861 14.3423 18.4837 13.9869 18.8096 13.5112C19.5068 12.4937 19.8556 10.9832 20.2807 8.87172C20.4056 8.25109 20.4778 7.88216 20.4961 7.61683C20.5082 7.44137 19.8462 7.47705 19.5327 7.49395L19.5327 7.49396L19.5326 7.49396C19.4695 7.49736 19.4205 7.5 19.3941 7.5H19C18.4477 7.5 18 7.05229 18 6.5C18 5.94772 18.4477 5.5 19 5.5H19.3941L19.4593 5.49999C19.9527 5.49987 20.4344 5.49975 20.8249 5.56175C21.2743 5.6331 21.781 5.81179 22.141 6.30719C22.4858 6.78159 22.5219 7.31012 22.4914 7.75414C22.463 8.16595 22.3624 8.66554 22.253 9.2085L22.253 9.20852L22.2414 9.26643C21.8387 11.2668 21.4324 13.2217 20.4595 14.6417C19.9504 15.3847 19.2842 15.9911 18.3981 16.4023C17.5234 16.8083 16.4865 17 15.2632 17L8.88 17H8.46857C7.86982 17 7.31751 17.3988 7.09895 18L17.5 18C17.5412 18 17.5817 18.0056 17.6216 18.0158C18.8003 18.0867 19.7344 19.0652 19.7344 20.2617C19.7344 21.5044 18.727 22.5117 17.4844 22.5117C16.2417 22.5117 15.2344 21.5044 15.2344 20.2617C15.2344 20.1732 15.2395 20.0859 15.2494 20H12.7193C12.7293 20.0859 12.7344 20.1732 12.7344 20.2617C12.7344 21.5044 11.727 22.5117 10.4844 22.5117C9.24173 22.5117 8.23438 21.5044 8.23438 20.2617C8.23438 20.1732 8.23949 20.0859 8.24943 20H6.41143C5.59384 20 5 19.3215 5 18.5714C5 17.2195 5.74057 16.0121 6.85392 15.4081L5.04829 6.80789C5.02706 6.74219 5.01243 6.67352 5.0052 6.60265L4.40464 3.74218C4.28811 3.30517 3.89205 3 3.43845 3L2.5 3C1.94772 3 1.5 2.55228 1.5 2ZM18.8338 3.9429C19.3544 3.75852 19.627 3.18702 19.4426 2.66643C19.2582 2.14583 18.6868 1.87327 18.1662 2.05765C17.288 2.36865 16.4486 2.96179 15.712 3.60781C14.965 4.26292 14.2666 5.02349 13.6733 5.73468C13.234 6.26128 12.8456 6.76895 12.5304 7.1997C12.2416 6.85384 11.954 6.60107 11.6797 6.41822C11.2691 6.14446 10.9049 6.04333 10.6771 6.01295C10.0758 5.93278 9.5 6.36837 9.5 7.00027C9.5 7.52099 9.89799 7.94874 10.4064 7.99595C10.429 8.00359 10.486 8.02611 10.5703 8.08232C10.7696 8.21517 11.1649 8.56612 11.6056 9.44749C11.7668 9.76985 12.0889 9.98053 12.4489 9.99896C12.8087 10.0174 13.1508 9.84059 13.3441 9.53651L13.3451 9.53496C13.5091 9.27894 13.6821 9.02846 13.8574 8.78008C14.1885 8.31109 14.6572 7.67736 15.2091 7.01586C15.7628 6.35205 16.388 5.67513 17.0307 5.11148C17.6837 4.53876 18.3002 4.1319 18.8338 3.9429ZM10.4844 19.5117C10.0702 19.5117 9.73438 19.8475 9.73438 20.2617C9.73438 20.6759 10.0702 21.0117 10.4844 21.0117C10.8986 21.0117 11.2344 20.6759 11.2344 20.2617C11.2344 19.8475 10.8986 19.5117 10.4844 19.5117ZM16.7344 20.2617C16.7344 19.8475 17.0702 19.5117 17.4844 19.5117C17.8986 19.5117 18.2344 19.8475 18.2344 20.2617C18.2344 20.6759 17.8986 21.0117 17.4844 21.0117C17.0702 21.0117 16.7344 20.6759 16.7344 20.2617Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 2C1.5 1.44772 1.94772 1 2.5 1L3.43845 1C4.81505 1 6.015 1.93689 6.34887 3.27239L6.35349 3.29084L6.8173 5.5L7.5 5.5C8.05228 5.5 8.5 5.94772 8.5 6.5C8.5 7.05229 8.05228 7.5 7.5 7.5H7.23721L8.81185 15H8.88L15.2632 15C16.2838 15 17.015 14.8393 17.5562 14.5882C18.0861 14.3423 18.4837 13.9869 18.8096 13.5112C19.5068 12.4937 19.8556 10.9832 20.2807 8.87172C20.4056 8.25109 20.4778 7.88216 20.4961 7.61683C20.5082 7.44137 19.8462 7.47705 19.5327 7.49395L19.5327 7.49396L19.5326 7.49396C19.4695 7.49736 19.4205 7.5 19.3941 7.5H19C18.4477 7.5 18 7.05229 18 6.5C18 5.94772 18.4477 5.5 19 5.5H19.3941L19.4593 5.49999C19.9527 5.49987 20.4344 5.49975 20.8249 5.56175C21.2743 5.6331 21.781 5.81179 22.141 6.30719C22.4858 6.78159 22.5219 7.31012 22.4914 7.75414C22.463 8.16595 22.3624 8.66554 22.253 9.2085L22.253 9.20852L22.2414 9.26643C21.8387 11.2668 21.4324 13.2217 20.4595 14.6417C19.9504 15.3847 19.2842 15.9911 18.3981 16.4023C17.5234 16.8083 16.4865 17 15.2632 17L8.88 17H8.46857C7.86982 17 7.31751 17.3988 7.09895 18L17.5 18C17.5412 18 17.5817 18.0056 17.6216 18.0158C18.8003 18.0867 19.7344 19.0652 19.7344 20.2617C19.7344 21.5044 18.727 22.5117 17.4844 22.5117C16.2417 22.5117 15.2344 21.5044 15.2344 20.2617C15.2344 20.1732 15.2395 20.0859 15.2494 20H12.7193C12.7293 20.0859 12.7344 20.1732 12.7344 20.2617C12.7344 21.5044 11.727 22.5117 10.4844 22.5117C9.24173 22.5117 8.23438 21.5044 8.23438 20.2617C8.23438 20.1732 8.23949 20.0859 8.24943 20H6.41143C5.59384 20 5 19.3215 5 18.5714C5 17.2195 5.74057 16.0121 6.85392 15.4081L5.04829 6.80789C5.02706 6.74219 5.01243 6.67352 5.0052 6.60265L4.40464 3.74218C4.28811 3.30517 3.89205 3 3.43845 3L2.5 3C1.94772 3 1.5 2.55228 1.5 2ZM18.8338 3.9429C19.3544 3.75852 19.627 3.18702 19.4426 2.66643C19.2582 2.14583 18.6868 1.87327 18.1662 2.05765C17.288 2.36865 16.4486 2.96179 15.712 3.60781C14.965 4.26292 14.2666 5.02349 13.6733 5.73468C13.234 6.26128 12.8456 6.76895 12.5304 7.1997C12.2416 6.85384 11.954 6.60107 11.6797 6.41822C11.2691 6.14446 10.9049 6.04333 10.6771 6.01295C10.0758 5.93278 9.5 6.36837 9.5 7.00027C9.5 7.52099 9.89799 7.94874 10.4064 7.99595C10.429 8.00359 10.486 8.02611 10.5703 8.08232C10.7696 8.21517 11.1649 8.56612 11.6056 9.44749C11.7668 9.76985 12.0889 9.98053 12.4489 9.99896C12.8087 10.0174 13.1508 9.84059 13.3441 9.53651L13.3451 9.53496C13.5091 9.27894 13.6821 9.02846 13.8574 8.78008C14.1885 8.31109 14.6572 7.67736 15.2091 7.01586C15.7628 6.35205 16.388 5.67513 17.0307 5.11148C17.6837 4.53876 18.3002 4.1319 18.8338 3.9429ZM10.4844 19.5117C10.0702 19.5117 9.73438 19.8475 9.73438 20.2617C9.73438 20.6759 10.0702 21.0117 10.4844 21.0117C10.8986 21.0117 11.2344 20.6759 11.2344 20.2617C11.2344 19.8475 10.8986 19.5117 10.4844 19.5117ZM16.7344 20.2617C16.7344 19.8475 17.0702 19.5117 17.4844 19.5117C17.8986 19.5117 18.2344 19.8475 18.2344 20.2617C18.2344 20.6759 17.8986 21.0117 17.4844 21.0117C17.0702 21.0117 16.7344 20.6759 16.7344 20.2617Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-cart-check-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 1C1.44772 1 1 1.44772 1 2C1 2.55228 1.44772 3 2 3L2.966 3C3.47229 3 3.88381 3.33282 3.99481 3.76415L6.97007 15.3257C7.04276 15.6082 6.98213 15.9102 6.79668 16.1505L6.1384 17.0031C6.09253 17.0011 6.04639 17 6 17C4.34315 17 3 18.3431 3 20C3 21.6569 4.34315 23 6 23C7.30622 23 8.41746 22.1652 8.82929 21H14.1707C14.5825 22.1652 15.6938 23 17 23C18.6569 23 20 21.6569 20 20C20 18.3431 18.6569 17 17 17C15.6938 17 14.5825 17.8348 14.1707 19H8.82929C8.66671 18.54 8.39513 18.1315 8.04559 17.8055L8.37979 17.3727C8.48357 17.2382 8.57485 17.0965 8.65324 16.9491L16.8032 16.2699C18.1572 16.1571 19.3351 15.9448 20.1489 15.1531C20.9628 14.3613 21.2074 13.1897 21.3574 11.8393L21.8951 7H22C22.5523 7 23 6.55228 23 6C23 5.44772 22.5523 5 22 5H21.0099H20.9878L19.5 5C18.9477 5 18.5 5.44772 18.5 6C18.5 6.55228 18.9477 7 19.5 7H19.8828L19.3696 11.6185C19.2173 12.9892 19.0044 13.4762 18.7543 13.7195C18.5042 13.9628 18.0116 14.1623 16.6371 14.2768L8.92905 14.9191C8.92219 14.8885 8.91483 14.8578 8.90696 14.8273L6.89269 7H7C7.55228 7 8 6.55228 8 6C8 5.44772 7.55228 5 7 5H6.37801L5.93171 3.26571C5.58447 1.91637 4.34908 1 2.966 1L2 1ZM18.8338 3.9429C19.3544 3.75852 19.627 3.18702 19.4426 2.66643C19.2582 2.14583 18.6868 1.87327 18.1662 2.05765C17.288 2.36865 16.4486 2.96179 15.712 3.60781C14.965 4.26292 14.2666 5.02349 13.6733 5.73468C13.234 6.26128 12.8456 6.76895 12.5304 7.1997C12.2416 6.85384 11.954 6.60107 11.6797 6.41822C11.4053 6.23529 11.1545 6.12939 10.9466 6.07C10.7642 6.01787 10.6368 6.00066 10.502 6.00027C9.9565 5.99948 9.5 6.45416 9.5 7.00027C9.5 7.52099 9.89799 7.94874 10.4064 7.99595C10.976 8.18834 11.3634 8.96312 11.6052 9.44666L11.6056 9.44749C11.7668 9.76985 12.0889 9.98053 12.4489 9.99896C12.8087 10.0174 13.1508 9.84059 13.3441 9.53651L13.3451 9.53496C13.5091 9.27893 13.6821 9.02848 13.8574 8.78008C14.1885 8.31109 14.6572 7.67736 15.2091 7.01586C15.7628 6.35205 16.388 5.67513 17.0307 5.11148C17.6837 4.53876 18.3002 4.1319 18.8338 3.9429ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20C7 19.4477 6.55228 19 6 19ZM17 21C16.4477 21 16 20.5523 16 20C16 19.4477 16.4477 19 17 19C17.5523 19 18 19.4477 18 20C18 20.5523 17.5523 21 17 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 1C1.44772 1 1 1.44772 1 2C1 2.55228 1.44772 3 2 3L2.966 3C3.47229 3 3.88381 3.33282 3.99481 3.76415L6.97007 15.3257C7.04276 15.6082 6.98213 15.9102 6.79668 16.1505L6.1384 17.0031C6.09253 17.0011 6.04639 17 6 17C4.34315 17 3 18.3431 3 20C3 21.6569 4.34315 23 6 23C7.30622 23 8.41746 22.1652 8.82929 21H14.1707C14.5825 22.1652 15.6938 23 17 23C18.6569 23 20 21.6569 20 20C20 18.3431 18.6569 17 17 17C15.6938 17 14.5825 17.8348 14.1707 19H8.82929C8.66671 18.54 8.39513 18.1315 8.04559 17.8055L8.37979 17.3727C8.48357 17.2382 8.57485 17.0965 8.65324 16.9491L16.8032 16.2699C18.1572 16.1571 19.3351 15.9448 20.1489 15.1531C20.9628 14.3613 21.2074 13.1897 21.3574 11.8393L21.8951 7H22C22.5523 7 23 6.55228 23 6C23 5.44772 22.5523 5 22 5H21.0099H20.9878L19.5 5C18.9477 5 18.5 5.44772 18.5 6C18.5 6.55228 18.9477 7 19.5 7H19.8828L19.3696 11.6185C19.2173 12.9892 19.0044 13.4762 18.7543 13.7195C18.5042 13.9628 18.0116 14.1623 16.6371 14.2768L8.92905 14.9191C8.92219 14.8885 8.91483 14.8578 8.90696 14.8273L6.89269 7H7C7.55228 7 8 6.55228 8 6C8 5.44772 7.55228 5 7 5H6.37801L5.93171 3.26571C5.58447 1.91637 4.34908 1 2.966 1L2 1ZM18.8338 3.9429C19.3544 3.75852 19.627 3.18702 19.4426 2.66643C19.2582 2.14583 18.6868 1.87327 18.1662 2.05765C17.288 2.36865 16.4486 2.96179 15.712 3.60781C14.965 4.26292 14.2666 5.02349 13.6733 5.73468C13.234 6.26128 12.8456 6.76895 12.5304 7.1997C12.2416 6.85384 11.954 6.60107 11.6797 6.41822C11.4053 6.23529 11.1545 6.12939 10.9466 6.07C10.7642 6.01787 10.6368 6.00066 10.502 6.00027C9.9565 5.99948 9.5 6.45416 9.5 7.00027C9.5 7.52099 9.89799 7.94874 10.4064 7.99595C10.976 8.18834 11.3634 8.96312 11.6052 9.44666L11.6056 9.44749C11.7668 9.76985 12.0889 9.98053 12.4489 9.99896C12.8087 10.0174 13.1508 9.84059 13.3441 9.53651L13.3451 9.53496C13.5091 9.27893 13.6821 9.02848 13.8574 8.78008C14.1885 8.31109 14.6572 7.67736 15.2091 7.01586C15.7628 6.35205 16.388 5.67513 17.0307 5.11148C17.6837 4.53876 18.3002 4.1319 18.8338 3.9429ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20C7 19.4477 6.55228 19 6 19ZM17 21C16.4477 21 16 20.5523 16 20C16 19.4477 16.4477 19 17 19C17.5523 19 18 19.4477 18 20C18 20.5523 17.5523 21 17 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-cart-check-in-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 2C1.5 1.44772 1.94772 1 2.5 1L3.43845 1C4.81505 1 6.015 1.93689 6.34887 3.27239L6.35349 3.29084L6.8173 5.5L8 5.5C8.55228 5.5 9 5.94771 9 6.5C9 7.05228 8.55228 7.5 8 7.5H7.23721L8.81185 15L15.2632 15C16.2838 15 17.015 14.8393 17.5562 14.5882C18.0861 14.3423 18.4837 13.9869 18.8096 13.5112C19.5068 12.4937 19.8556 10.9832 20.2807 8.87172C20.4056 8.25109 20.4778 7.88216 20.4961 7.61683C20.5082 7.44136 19.8462 7.47705 19.5327 7.49395L19.5327 7.49395L19.5326 7.49396C19.4695 7.49736 19.4205 7.5 19.3941 7.5H19C18.4477 7.5 18 7.05228 18 6.5C18 5.94771 18.4477 5.5 19 5.5H19.3941L19.4593 5.49999C19.9527 5.49987 20.4344 5.49975 20.8249 5.56175C21.2743 5.6331 21.781 5.81179 22.141 6.30719C22.4858 6.78159 22.5219 7.31012 22.4914 7.75414C22.463 8.16594 22.3624 8.66554 22.253 9.20849L22.253 9.20852L22.2414 9.26643C21.8387 11.2668 21.4324 13.2217 20.4595 14.6417C19.9504 15.3847 19.2842 15.9911 18.3981 16.4023C17.5234 16.8083 16.4865 17 15.2632 17L8.88197 17L8.88 17H8.46857C7.86982 17 7.31751 17.3988 7.09895 18L17.5 18C17.57 18 17.6382 18.0072 17.7042 18.0209C18.8511 18.124 19.75 19.0879 19.75 20.2617C19.75 21.5044 18.7426 22.5117 17.5 22.5117C16.2574 22.5117 15.25 21.5044 15.25 20.2617C15.25 20.1732 15.2551 20.0859 15.2651 20H12.7349C12.7449 20.0859 12.75 20.1732 12.75 20.2617C12.75 21.5044 11.7426 22.5117 10.5 22.5117C9.25736 22.5117 8.25 21.5044 8.25 20.2617C8.25 20.1732 8.25511 20.0859 8.26506 20H6.41143C5.59384 20 5 19.3215 5 18.5714C5 17.2195 5.74057 16.0121 6.85392 15.4081L5.04829 6.80788C5.02706 6.74219 5.01243 6.67352 5.0052 6.60266L4.40464 3.74218C4.28811 3.30517 3.89205 3 3.43845 3L2.5 3C1.94772 3 1.5 2.55228 1.5 2ZM10.5 19.5117C10.0858 19.5117 9.75 19.8475 9.75 20.2617C9.75 20.6759 10.0858 21.0117 10.5 21.0117C10.9142 21.0117 11.25 20.6759 11.25 20.2617C11.25 19.8475 10.9142 19.5117 10.5 19.5117ZM16.75 20.2617C16.75 19.8475 17.0858 19.5117 17.5 19.5117C17.9142 19.5117 18.25 19.8475 18.25 20.2617C18.25 20.6759 17.9142 21.0117 17.5 21.0117C17.0858 21.0117 16.75 20.6759 16.75 20.2617Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.5 3C12.5 2.44772 12.9477 2 13.5 2C14.0523 2 14.5 2.44772 14.5 3V7.49999H14.662C14.9524 7.49989 15.2597 7.49979 15.5022 7.52882C15.679 7.54999 16.3295 7.62975 16.6296 8.2387C16.93 8.84813 16.5851 9.39082 16.4914 9.53737C16.3625 9.73915 16.1695 9.97181 15.9869 10.1919L15.9555 10.2297C15.668 10.5765 15.3257 10.9712 14.9824 11.2852C14.811 11.442 14.6127 11.6035 14.3974 11.7312C14.1978 11.8495 13.8826 12 13.5 12C13.1174 12 12.8022 11.8495 12.6026 11.7312C12.3873 11.6035 12.189 11.442 12.0176 11.2852C11.6743 10.9712 11.332 10.5765 11.0445 10.2297L11.0131 10.1919C10.8305 9.97181 10.6375 9.73915 10.5086 9.53737C10.4149 9.39082 10.07 8.84813 10.3704 8.2387C10.6705 7.62975 11.321 7.54999 11.4978 7.52882C11.7403 7.49979 12.0476 7.49989 12.338 7.49999H12.5V3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 2C1.5 1.44772 1.94772 1 2.5 1L3.43845 1C4.81505 1 6.015 1.93689 6.34887 3.27239L6.35349 3.29084L6.8173 5.5L8 5.5C8.55228 5.5 9 5.94771 9 6.5C9 7.05228 8.55228 7.5 8 7.5H7.23721L8.81185 15L15.2632 15C16.2838 15 17.015 14.8393 17.5562 14.5882C18.0861 14.3423 18.4837 13.9869 18.8096 13.5112C19.5068 12.4937 19.8556 10.9832 20.2807 8.87172C20.4056 8.25109 20.4778 7.88216 20.4961 7.61683C20.5082 7.44136 19.8462 7.47705 19.5327 7.49395L19.5327 7.49395L19.5326 7.49396C19.4695 7.49736 19.4205 7.5 19.3941 7.5H19C18.4477 7.5 18 7.05228 18 6.5C18 5.94771 18.4477 5.5 19 5.5H19.3941L19.4593 5.49999C19.9527 5.49987 20.4344 5.49975 20.8249 5.56175C21.2743 5.6331 21.781 5.81179 22.141 6.30719C22.4858 6.78159 22.5219 7.31012 22.4914 7.75414C22.463 8.16594 22.3624 8.66554 22.253 9.20849L22.253 9.20852L22.2414 9.26643C21.8387 11.2668 21.4324 13.2217 20.4595 14.6417C19.9504 15.3847 19.2842 15.9911 18.3981 16.4023C17.5234 16.8083 16.4865 17 15.2632 17L8.88197 17L8.88 17H8.46857C7.86982 17 7.31751 17.3988 7.09895 18L17.5 18C17.57 18 17.6382 18.0072 17.7042 18.0209C18.8511 18.124 19.75 19.0879 19.75 20.2617C19.75 21.5044 18.7426 22.5117 17.5 22.5117C16.2574 22.5117 15.25 21.5044 15.25 20.2617C15.25 20.1732 15.2551 20.0859 15.2651 20H12.7349C12.7449 20.0859 12.75 20.1732 12.75 20.2617C12.75 21.5044 11.7426 22.5117 10.5 22.5117C9.25736 22.5117 8.25 21.5044 8.25 20.2617C8.25 20.1732 8.25511 20.0859 8.26506 20H6.41143C5.59384 20 5 19.3215 5 18.5714C5 17.2195 5.74057 16.0121 6.85392 15.4081L5.04829 6.80788C5.02706 6.74219 5.01243 6.67352 5.0052 6.60266L4.40464 3.74218C4.28811 3.30517 3.89205 3 3.43845 3L2.5 3C1.94772 3 1.5 2.55228 1.5 2ZM10.5 19.5117C10.0858 19.5117 9.75 19.8475 9.75 20.2617C9.75 20.6759 10.0858 21.0117 10.5 21.0117C10.9142 21.0117 11.25 20.6759 11.25 20.2617C11.25 19.8475 10.9142 19.5117 10.5 19.5117ZM16.75 20.2617C16.75 19.8475 17.0858 19.5117 17.5 19.5117C17.9142 19.5117 18.25 19.8475 18.25 20.2617C18.25 20.6759 17.9142 21.0117 17.5 21.0117C17.0858 21.0117 16.75 20.6759 16.75 20.2617Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.5 3C12.5 2.44772 12.9477 2 13.5 2C14.0523 2 14.5 2.44772 14.5 3V7.49999H14.662C14.9524 7.49989 15.2597 7.49979 15.5022 7.52882C15.679 7.54999 16.3295 7.62975 16.6296 8.2387C16.93 8.84813 16.5851 9.39082 16.4914 9.53737C16.3625 9.73915 16.1695 9.97181 15.9869 10.1919L15.9555 10.2297C15.668 10.5765 15.3257 10.9712 14.9824 11.2852C14.811 11.442 14.6127 11.6035 14.3974 11.7312C14.1978 11.8495 13.8826 12 13.5 12C13.1174 12 12.8022 11.8495 12.6026 11.7312C12.3873 11.6035 12.189 11.442 12.0176 11.2852C11.6743 10.9712 11.332 10.5765 11.0445 10.2297L11.0131 10.1919C10.8305 9.97181 10.6375 9.73915 10.5086 9.53737C10.4149 9.39082 10.07 8.84813 10.3704 8.2387C10.6705 7.62975 11.321 7.54999 11.4978 7.52882C11.7403 7.49979 12.0476 7.49989 12.338 7.49999H12.5V3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-cart-check-in-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 1C1.44772 1 1 1.44772 1 2C1 2.55228 1.44772 3 2 3L2.966 3C3.47229 3 3.88381 3.33282 3.99481 3.76415L6.97007 15.3257C7.04276 15.6082 6.98213 15.9102 6.79668 16.1505L6.1384 17.0031C6.09253 17.0011 6.04639 17 6 17C4.34315 17 3 18.3431 3 20C3 21.6569 4.34315 23 6 23C7.30622 23 8.41746 22.1652 8.82929 21H14.1707C14.5825 22.1652 15.6938 23 17 23C18.6569 23 20 21.6569 20 20C20 18.3431 18.6569 17 17 17C15.6938 17 14.5825 17.8348 14.1707 19H8.82929C8.66671 18.54 8.39513 18.1315 8.04559 17.8055L8.37979 17.3727C8.48358 17.2382 8.57487 17.0965 8.65326 16.949L16.8032 16.2699C18.1572 16.157 19.3351 15.9448 20.1489 15.153C20.9628 14.3613 21.2074 13.1897 21.3574 11.8393L21.8951 7H22C22.5523 7 23 6.55228 23 6C23 5.44772 22.5523 5 22 5H21.0124L20.9972 4.99991L20.9853 5L19 5C18.4477 5 18 5.44772 18 6C18 6.55228 18.4477 7 19 7H19.8828L19.3696 11.6184C19.2173 12.9892 19.0044 13.4762 18.7543 13.7195C18.5042 13.9628 18.0116 14.1622 16.6371 14.2768L8.92904 14.9191C8.92219 14.8884 8.91483 14.8578 8.90696 14.8273L6.89269 7H8C8.55228 7 9 6.55228 9 6C9 5.44772 8.55228 5 8 5H6.37801L5.93171 3.26571C5.58447 1.91637 4.34908 1 2.966 1L2 1ZM12.5 3C12.5 2.44772 12.9477 2 13.5 2C14.0523 2 14.5 2.44772 14.5 3L14.5 7.49999H14.662C14.9524 7.49989 15.2597 7.49979 15.5022 7.52882C15.679 7.54999 16.3295 7.62975 16.6296 8.2387C16.93 8.84813 16.5851 9.39082 16.4914 9.53737C16.3625 9.73915 16.1695 9.97181 15.9869 10.1919L15.9869 10.1919L15.9555 10.2297C15.668 10.5765 15.3257 10.9712 14.9824 11.2852C14.811 11.442 14.6127 11.6035 14.3974 11.7312C14.1978 11.8495 13.8826 12 13.5 12C13.1174 12 12.8022 11.8495 12.6026 11.7312C12.3873 11.6035 12.189 11.442 12.0176 11.2852C11.6743 10.9712 11.332 10.5765 11.0445 10.2297L11.0131 10.1919L11.0131 10.1919L11.0131 10.1919L11.0131 10.1918C10.8305 9.97173 10.6375 9.73912 10.5086 9.53737C10.4149 9.39082 10.07 8.84813 10.3704 8.2387C10.6705 7.62975 11.321 7.54999 11.4978 7.52882C11.7403 7.49979 12.0476 7.49989 12.338 7.49999H12.5L12.5 3ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20C7 19.4477 6.55228 19 6 19ZM17 21C16.4477 21 16 20.5523 16 20C16 19.4477 16.4477 19 17 19C17.5523 19 18 19.4477 18 20C18 20.5523 17.5523 21 17 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 1C1.44772 1 1 1.44772 1 2C1 2.55228 1.44772 3 2 3L2.966 3C3.47229 3 3.88381 3.33282 3.99481 3.76415L6.97007 15.3257C7.04276 15.6082 6.98213 15.9102 6.79668 16.1505L6.1384 17.0031C6.09253 17.0011 6.04639 17 6 17C4.34315 17 3 18.3431 3 20C3 21.6569 4.34315 23 6 23C7.30622 23 8.41746 22.1652 8.82929 21H14.1707C14.5825 22.1652 15.6938 23 17 23C18.6569 23 20 21.6569 20 20C20 18.3431 18.6569 17 17 17C15.6938 17 14.5825 17.8348 14.1707 19H8.82929C8.66671 18.54 8.39513 18.1315 8.04559 17.8055L8.37979 17.3727C8.48358 17.2382 8.57487 17.0965 8.65326 16.949L16.8032 16.2699C18.1572 16.157 19.3351 15.9448 20.1489 15.153C20.9628 14.3613 21.2074 13.1897 21.3574 11.8393L21.8951 7H22C22.5523 7 23 6.55228 23 6C23 5.44772 22.5523 5 22 5H21.0124L20.9972 4.99991L20.9853 5L19 5C18.4477 5 18 5.44772 18 6C18 6.55228 18.4477 7 19 7H19.8828L19.3696 11.6184C19.2173 12.9892 19.0044 13.4762 18.7543 13.7195C18.5042 13.9628 18.0116 14.1622 16.6371 14.2768L8.92904 14.9191C8.92219 14.8884 8.91483 14.8578 8.90696 14.8273L6.89269 7H8C8.55228 7 9 6.55228 9 6C9 5.44772 8.55228 5 8 5H6.37801L5.93171 3.26571C5.58447 1.91637 4.34908 1 2.966 1L2 1ZM12.5 3C12.5 2.44772 12.9477 2 13.5 2C14.0523 2 14.5 2.44772 14.5 3L14.5 7.49999H14.662C14.9524 7.49989 15.2597 7.49979 15.5022 7.52882C15.679 7.54999 16.3295 7.62975 16.6296 8.2387C16.93 8.84813 16.5851 9.39082 16.4914 9.53737C16.3625 9.73915 16.1695 9.97181 15.9869 10.1919L15.9869 10.1919L15.9555 10.2297C15.668 10.5765 15.3257 10.9712 14.9824 11.2852C14.811 11.442 14.6127 11.6035 14.3974 11.7312C14.1978 11.8495 13.8826 12 13.5 12C13.1174 12 12.8022 11.8495 12.6026 11.7312C12.3873 11.6035 12.189 11.442 12.0176 11.2852C11.6743 10.9712 11.332 10.5765 11.0445 10.2297L11.0131 10.1919L11.0131 10.1919L11.0131 10.1919L11.0131 10.1918C10.8305 9.97173 10.6375 9.73912 10.5086 9.53737C10.4149 9.39082 10.07 8.84813 10.3704 8.2387C10.6705 7.62975 11.321 7.54999 11.4978 7.52882C11.7403 7.49979 12.0476 7.49989 12.338 7.49999H12.5L12.5 3ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20C7 19.4477 6.55228 19 6 19ZM17 21C16.4477 21 16 20.5523 16 20C16 19.4477 16.4477 19 17 19C17.5523 19 18 19.4477 18 20C18 20.5523 17.5523 21 17 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-cart-check-out-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 2C1.5 1.44772 1.94772 1 2.5 1L3.43845 1C4.81505 1 6.015 1.93689 6.34887 3.27239L6.35349 3.29084L6.8173 5.5L8 5.5C8.55228 5.5 9 5.94771 9 6.5C9 7.05228 8.55228 7.5 8 7.5H7.23721L8.81185 15L15.2632 15C16.2838 15 17.015 14.8393 17.5562 14.5882C18.0861 14.3423 18.4837 13.9869 18.8096 13.5112C19.5068 12.4937 19.8556 10.9832 20.2807 8.87172C20.4056 8.25109 20.4778 7.88216 20.4961 7.61683C20.5082 7.44136 19.8462 7.47705 19.5327 7.49395L19.5327 7.49395L19.5326 7.49396C19.4695 7.49736 19.4205 7.5 19.3941 7.5H19C18.4477 7.5 18 7.05228 18 6.5C18 5.94771 18.4477 5.5 19 5.5H19.3941L19.4593 5.49999C19.9527 5.49987 20.4344 5.49975 20.8249 5.56175C21.2743 5.6331 21.781 5.81179 22.141 6.30719C22.4858 6.78159 22.5219 7.31012 22.4914 7.75414C22.463 8.16594 22.3624 8.66554 22.253 9.20849L22.253 9.20852L22.2414 9.26643C21.8387 11.2668 21.4324 13.2217 20.4595 14.6417C19.9504 15.3847 19.2842 15.9911 18.3981 16.4023C17.5234 16.8083 16.4865 17 15.2632 17L8.88197 17L8.88 17H8.46857C7.86982 17 7.31751 17.3988 7.09895 18L17.5 18C17.57 18 17.6382 18.0072 17.7042 18.0209C18.8511 18.124 19.75 19.0879 19.75 20.2617C19.75 21.5044 18.7426 22.5117 17.5 22.5117C16.2574 22.5117 15.25 21.5044 15.25 20.2617C15.25 20.1732 15.2551 20.0859 15.2651 20H12.7349C12.7449 20.0859 12.75 20.1732 12.75 20.2617C12.75 21.5044 11.7426 22.5117 10.5 22.5117C9.25736 22.5117 8.25 21.5044 8.25 20.2617C8.25 20.1732 8.25511 20.0859 8.26506 20H6.41143C5.59384 20 5 19.3215 5 18.5714C5 17.2195 5.74057 16.0121 6.85392 15.4081L5.04829 6.80788C5.02706 6.74219 5.01243 6.67352 5.0052 6.60266L4.40464 3.74218C4.28811 3.30517 3.89205 3 3.43845 3L2.5 3C1.94772 3 1.5 2.55228 1.5 2ZM10.5 19.5117C10.0858 19.5117 9.75 19.8475 9.75 20.2617C9.75 20.6759 10.0858 21.0117 10.5 21.0117C10.9142 21.0117 11.25 20.6759 11.25 20.2617C11.25 19.8475 10.9142 19.5117 10.5 19.5117ZM16.75 20.2617C16.75 19.8475 17.0858 19.5117 17.5 19.5117C17.9142 19.5117 18.25 19.8475 18.25 20.2617C18.25 20.6759 17.9142 21.0117 17.5 21.0117C17.0858 21.0117 16.75 20.6759 16.75 20.2617Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.5 11C12.5 11.5523 12.9477 12 13.5 12C14.0523 12 14.5 11.5523 14.5 11V6.50001H14.662C14.9524 6.50011 15.2597 6.50021 15.5022 6.47118C15.679 6.45001 16.3295 6.37025 16.6296 5.7613C16.93 5.15187 16.5851 4.60918 16.4914 4.46263C16.3625 4.26085 16.1695 4.02819 15.9869 3.80807L15.9555 3.77028C15.668 3.42352 15.3257 3.02882 14.9824 2.71482C14.811 2.55802 14.6127 2.39647 14.3974 2.26884C14.1978 2.15052 13.8826 2 13.5 2C13.1174 2 12.8022 2.15052 12.6026 2.26884C12.3873 2.39647 12.189 2.55802 12.0176 2.71482C11.6743 3.02882 11.332 3.42352 11.0445 3.77028L11.0131 3.80808C10.8305 4.02819 10.6375 4.26085 10.5086 4.46263C10.4149 4.60918 10.07 5.15187 10.3704 5.7613C10.6705 6.37025 11.321 6.45001 11.4978 6.47118C11.7403 6.50021 12.0476 6.50011 12.338 6.50001H12.5V11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 2C1.5 1.44772 1.94772 1 2.5 1L3.43845 1C4.81505 1 6.015 1.93689 6.34887 3.27239L6.35349 3.29084L6.8173 5.5L8 5.5C8.55228 5.5 9 5.94771 9 6.5C9 7.05228 8.55228 7.5 8 7.5H7.23721L8.81185 15L15.2632 15C16.2838 15 17.015 14.8393 17.5562 14.5882C18.0861 14.3423 18.4837 13.9869 18.8096 13.5112C19.5068 12.4937 19.8556 10.9832 20.2807 8.87172C20.4056 8.25109 20.4778 7.88216 20.4961 7.61683C20.5082 7.44136 19.8462 7.47705 19.5327 7.49395L19.5327 7.49395L19.5326 7.49396C19.4695 7.49736 19.4205 7.5 19.3941 7.5H19C18.4477 7.5 18 7.05228 18 6.5C18 5.94771 18.4477 5.5 19 5.5H19.3941L19.4593 5.49999C19.9527 5.49987 20.4344 5.49975 20.8249 5.56175C21.2743 5.6331 21.781 5.81179 22.141 6.30719C22.4858 6.78159 22.5219 7.31012 22.4914 7.75414C22.463 8.16594 22.3624 8.66554 22.253 9.20849L22.253 9.20852L22.2414 9.26643C21.8387 11.2668 21.4324 13.2217 20.4595 14.6417C19.9504 15.3847 19.2842 15.9911 18.3981 16.4023C17.5234 16.8083 16.4865 17 15.2632 17L8.88197 17L8.88 17H8.46857C7.86982 17 7.31751 17.3988 7.09895 18L17.5 18C17.57 18 17.6382 18.0072 17.7042 18.0209C18.8511 18.124 19.75 19.0879 19.75 20.2617C19.75 21.5044 18.7426 22.5117 17.5 22.5117C16.2574 22.5117 15.25 21.5044 15.25 20.2617C15.25 20.1732 15.2551 20.0859 15.2651 20H12.7349C12.7449 20.0859 12.75 20.1732 12.75 20.2617C12.75 21.5044 11.7426 22.5117 10.5 22.5117C9.25736 22.5117 8.25 21.5044 8.25 20.2617C8.25 20.1732 8.25511 20.0859 8.26506 20H6.41143C5.59384 20 5 19.3215 5 18.5714C5 17.2195 5.74057 16.0121 6.85392 15.4081L5.04829 6.80788C5.02706 6.74219 5.01243 6.67352 5.0052 6.60266L4.40464 3.74218C4.28811 3.30517 3.89205 3 3.43845 3L2.5 3C1.94772 3 1.5 2.55228 1.5 2ZM10.5 19.5117C10.0858 19.5117 9.75 19.8475 9.75 20.2617C9.75 20.6759 10.0858 21.0117 10.5 21.0117C10.9142 21.0117 11.25 20.6759 11.25 20.2617C11.25 19.8475 10.9142 19.5117 10.5 19.5117ZM16.75 20.2617C16.75 19.8475 17.0858 19.5117 17.5 19.5117C17.9142 19.5117 18.25 19.8475 18.25 20.2617C18.25 20.6759 17.9142 21.0117 17.5 21.0117C17.0858 21.0117 16.75 20.6759 16.75 20.2617Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.5 11C12.5 11.5523 12.9477 12 13.5 12C14.0523 12 14.5 11.5523 14.5 11V6.50001H14.662C14.9524 6.50011 15.2597 6.50021 15.5022 6.47118C15.679 6.45001 16.3295 6.37025 16.6296 5.7613C16.93 5.15187 16.5851 4.60918 16.4914 4.46263C16.3625 4.26085 16.1695 4.02819 15.9869 3.80807L15.9555 3.77028C15.668 3.42352 15.3257 3.02882 14.9824 2.71482C14.811 2.55802 14.6127 2.39647 14.3974 2.26884C14.1978 2.15052 13.8826 2 13.5 2C13.1174 2 12.8022 2.15052 12.6026 2.26884C12.3873 2.39647 12.189 2.55802 12.0176 2.71482C11.6743 3.02882 11.332 3.42352 11.0445 3.77028L11.0131 3.80808C10.8305 4.02819 10.6375 4.26085 10.5086 4.46263C10.4149 4.60918 10.07 5.15187 10.3704 5.7613C10.6705 6.37025 11.321 6.45001 11.4978 6.47118C11.7403 6.50021 12.0476 6.50011 12.338 6.50001H12.5V11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-cart-check-out-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 1C1.44772 1 1 1.44772 1 2C1 2.55228 1.44772 3 2 3L2.966 3C3.47229 3 3.88381 3.33282 3.99481 3.76415L6.97007 15.3257C7.04276 15.6082 6.98213 15.9102 6.79668 16.1505L6.1384 17.0031C6.09253 17.0011 6.04639 17 6 17C4.34315 17 3 18.3431 3 20C3 21.6569 4.34315 23 6 23C7.30622 23 8.41746 22.1652 8.82929 21H14.1707C14.5825 22.1652 15.6938 23 17 23C18.6569 23 20 21.6569 20 20C20 18.3431 18.6569 17 17 17C15.6938 17 14.5825 17.8348 14.1707 19H8.82929C8.66671 18.54 8.39513 18.1315 8.04559 17.8055L8.37979 17.3727C8.48358 17.2382 8.57487 17.0965 8.65326 16.949L16.8032 16.2699C18.1572 16.157 19.3351 15.9448 20.1489 15.153C20.9628 14.3613 21.2074 13.1897 21.3574 11.8393L21.8951 7H22C22.5523 7 23 6.55228 23 6C23 5.44772 22.5523 5 22 5H21.0124L20.9972 4.99991L20.9853 5L19 5C18.4477 5 18 5.44772 18 6C18 6.55228 18.4477 7 19 7H19.8828L19.3696 11.6184C19.2173 12.9892 19.0044 13.4762 18.7543 13.7195C18.5042 13.9628 18.0116 14.1622 16.6371 14.2768L8.92904 14.9191C8.92219 14.8884 8.91483 14.8578 8.90696 14.8273L6.89269 7H8C8.55228 7 9 6.55228 9 6C9 5.44772 8.55228 5 8 5H6.37801L5.93171 3.26571C5.58447 1.91637 4.34908 1 2.966 1L2 1ZM12.5 11C12.5 11.5523 12.9477 12 13.5 12C14.0523 12 14.5 11.5523 14.5 11V6.50001H14.662C14.9524 6.50011 15.2597 6.50021 15.5022 6.47118C15.679 6.45001 16.3295 6.37025 16.6296 5.7613C16.93 5.15187 16.5851 4.60918 16.4914 4.46263C16.3625 4.26086 16.1695 4.02821 15.9869 3.8081L15.9869 3.80809L15.9869 3.80808L15.9869 3.80807L15.9555 3.77028C15.668 3.42352 15.3257 3.02882 14.9824 2.71482C14.811 2.55802 14.6127 2.39647 14.3974 2.26884C14.1978 2.15052 13.8826 2 13.5 2C13.1174 2 12.8022 2.15052 12.6026 2.26884C12.3873 2.39647 12.189 2.55802 12.0176 2.71482C11.6743 3.02882 11.332 3.42352 11.0445 3.77028L11.0131 3.80808C10.8305 4.02819 10.6375 4.26085 10.5086 4.46263C10.4149 4.60918 10.07 5.15187 10.3704 5.7613C10.6705 6.37025 11.321 6.45001 11.4978 6.47118C11.7403 6.50021 12.0476 6.50011 12.338 6.50001H12.5V11ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20C7 19.4477 6.55228 19 6 19ZM17 21C16.4477 21 16 20.5523 16 20C16 19.4477 16.4477 19 17 19C17.5523 19 18 19.4477 18 20C18 20.5523 17.5523 21 17 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 1C1.44772 1 1 1.44772 1 2C1 2.55228 1.44772 3 2 3L2.966 3C3.47229 3 3.88381 3.33282 3.99481 3.76415L6.97007 15.3257C7.04276 15.6082 6.98213 15.9102 6.79668 16.1505L6.1384 17.0031C6.09253 17.0011 6.04639 17 6 17C4.34315 17 3 18.3431 3 20C3 21.6569 4.34315 23 6 23C7.30622 23 8.41746 22.1652 8.82929 21H14.1707C14.5825 22.1652 15.6938 23 17 23C18.6569 23 20 21.6569 20 20C20 18.3431 18.6569 17 17 17C15.6938 17 14.5825 17.8348 14.1707 19H8.82929C8.66671 18.54 8.39513 18.1315 8.04559 17.8055L8.37979 17.3727C8.48358 17.2382 8.57487 17.0965 8.65326 16.949L16.8032 16.2699C18.1572 16.157 19.3351 15.9448 20.1489 15.153C20.9628 14.3613 21.2074 13.1897 21.3574 11.8393L21.8951 7H22C22.5523 7 23 6.55228 23 6C23 5.44772 22.5523 5 22 5H21.0124L20.9972 4.99991L20.9853 5L19 5C18.4477 5 18 5.44772 18 6C18 6.55228 18.4477 7 19 7H19.8828L19.3696 11.6184C19.2173 12.9892 19.0044 13.4762 18.7543 13.7195C18.5042 13.9628 18.0116 14.1622 16.6371 14.2768L8.92904 14.9191C8.92219 14.8884 8.91483 14.8578 8.90696 14.8273L6.89269 7H8C8.55228 7 9 6.55228 9 6C9 5.44772 8.55228 5 8 5H6.37801L5.93171 3.26571C5.58447 1.91637 4.34908 1 2.966 1L2 1ZM12.5 11C12.5 11.5523 12.9477 12 13.5 12C14.0523 12 14.5 11.5523 14.5 11V6.50001H14.662C14.9524 6.50011 15.2597 6.50021 15.5022 6.47118C15.679 6.45001 16.3295 6.37025 16.6296 5.7613C16.93 5.15187 16.5851 4.60918 16.4914 4.46263C16.3625 4.26086 16.1695 4.02821 15.9869 3.8081L15.9869 3.80809L15.9869 3.80808L15.9869 3.80807L15.9555 3.77028C15.668 3.42352 15.3257 3.02882 14.9824 2.71482C14.811 2.55802 14.6127 2.39647 14.3974 2.26884C14.1978 2.15052 13.8826 2 13.5 2C13.1174 2 12.8022 2.15052 12.6026 2.26884C12.3873 2.39647 12.189 2.55802 12.0176 2.71482C11.6743 3.02882 11.332 3.42352 11.0445 3.77028L11.0131 3.80808C10.8305 4.02819 10.6375 4.26085 10.5086 4.46263C10.4149 4.60918 10.07 5.15187 10.3704 5.7613C10.6705 6.37025 11.321 6.45001 11.4978 6.47118C11.7403 6.50021 12.0476 6.50011 12.338 6.50001H12.5V11ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20C7 19.4477 6.55228 19 6 19ZM17 21C16.4477 21 16 20.5523 16 20C16 19.4477 16.4477 19 17 19C17.5523 19 18 19.4477 18 20C18 20.5523 17.5523 21 17 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-cart-favorite-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 2C1.5 1.44772 1.94772 1 2.5 1L3.43845 1C4.81505 1 6.015 1.93689 6.34887 3.27239L6.35349 3.29084L6.8173 5.5L7.5 5.5C8.05228 5.5 8.5 5.94772 8.5 6.5C8.5 7.05228 8.05228 7.5 7.5 7.5H7.23721L8.81185 15H8.88L15.2632 15C16.2838 15 17.015 14.8393 17.5562 14.5882C18.0861 14.3423 18.4837 13.9869 18.8096 13.5112C19.5068 12.4937 19.8556 10.9832 20.2807 8.87172C20.4056 8.25109 20.4778 7.88216 20.4961 7.61683C20.5019 7.53287 20.4912 7.53185 20.4155 7.52468L20.4025 7.52342C19.8528 7.46956 19.4509 6.98031 19.5048 6.43066C19.5586 5.88101 20.0479 5.47909 20.5975 5.53296C21.093 5.58151 21.7167 5.72333 22.141 6.30719C22.4858 6.78159 22.5219 7.31012 22.4914 7.75414C22.463 8.16595 22.3624 8.66555 22.253 9.2085L22.253 9.20852L22.2414 9.26643C21.8387 11.2668 21.4324 13.2217 20.4595 14.6417C19.9504 15.3847 19.2842 15.9911 18.3981 16.4023C17.5234 16.8083 16.4865 17 15.2632 17L8.88 17H8.46857C7.86982 17 7.31751 17.3988 7.09895 18L10.5 18H17.5C18.7426 18 19.75 19.0074 19.75 20.25C19.75 21.4926 18.7426 22.5 17.5 22.5C16.2574 22.5 15.25 21.4926 15.25 20.25C15.25 20.1655 15.2547 20.0821 15.2637 20H12.7363C12.7453 20.0821 12.75 20.1655 12.75 20.25C12.75 21.4926 11.7426 22.5 10.5 22.5C9.25736 22.5 8.25 21.4926 8.25 20.25C8.25 20.1655 8.25466 20.0821 8.26373 20H6.41143C5.59384 20 5 19.3215 5 18.5714C5 17.2195 5.74057 16.0121 6.85392 15.4081L5.04829 6.80789C5.02706 6.74219 5.01243 6.67352 5.0052 6.60265L4.40464 3.74218C4.28811 3.30517 3.89205 3 3.43845 3L2.5 3C1.94772 3 1.5 2.55228 1.5 2ZM13.9996 1.78934C13.2268 1.23972 11.9798 0.938062 10.6305 1.74274C9.62413 2.34288 9.10249 3.56706 9.28649 4.90087C9.47188 6.24475 10.3543 7.68711 12.0974 8.94146L12.1714 8.99483C12.7253 9.39454 13.2183 9.75028 13.9996 9.75028C14.7809 9.75028 15.2739 9.39454 15.8279 8.99484L15.9019 8.94146C17.645 7.68711 18.5274 6.24475 18.7128 4.90087C18.8968 3.56706 18.3751 2.34288 17.3688 1.74274C16.0195 0.938062 14.7725 1.23972 13.9996 1.78934ZM10.5 19.5C10.0858 19.5 9.75 19.8358 9.75 20.25C9.75 20.6642 10.0858 21 10.5 21C10.9142 21 11.25 20.6642 11.25 20.25C11.25 19.8358 10.9142 19.5 10.5 19.5ZM16.75 20.25C16.75 19.8358 17.0858 19.5 17.5 19.5C17.9142 19.5 18.25 19.8358 18.25 20.25C18.25 20.6642 17.9142 21 17.5 21C17.0858 21 16.75 20.6642 16.75 20.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 2C1.5 1.44772 1.94772 1 2.5 1L3.43845 1C4.81505 1 6.015 1.93689 6.34887 3.27239L6.35349 3.29084L6.8173 5.5L7.5 5.5C8.05228 5.5 8.5 5.94772 8.5 6.5C8.5 7.05228 8.05228 7.5 7.5 7.5H7.23721L8.81185 15H8.88L15.2632 15C16.2838 15 17.015 14.8393 17.5562 14.5882C18.0861 14.3423 18.4837 13.9869 18.8096 13.5112C19.5068 12.4937 19.8556 10.9832 20.2807 8.87172C20.4056 8.25109 20.4778 7.88216 20.4961 7.61683C20.5019 7.53287 20.4912 7.53185 20.4155 7.52468L20.4025 7.52342C19.8528 7.46956 19.4509 6.98031 19.5048 6.43066C19.5586 5.88101 20.0479 5.47909 20.5975 5.53296C21.093 5.58151 21.7167 5.72333 22.141 6.30719C22.4858 6.78159 22.5219 7.31012 22.4914 7.75414C22.463 8.16595 22.3624 8.66555 22.253 9.2085L22.253 9.20852L22.2414 9.26643C21.8387 11.2668 21.4324 13.2217 20.4595 14.6417C19.9504 15.3847 19.2842 15.9911 18.3981 16.4023C17.5234 16.8083 16.4865 17 15.2632 17L8.88 17H8.46857C7.86982 17 7.31751 17.3988 7.09895 18L10.5 18H17.5C18.7426 18 19.75 19.0074 19.75 20.25C19.75 21.4926 18.7426 22.5 17.5 22.5C16.2574 22.5 15.25 21.4926 15.25 20.25C15.25 20.1655 15.2547 20.0821 15.2637 20H12.7363C12.7453 20.0821 12.75 20.1655 12.75 20.25C12.75 21.4926 11.7426 22.5 10.5 22.5C9.25736 22.5 8.25 21.4926 8.25 20.25C8.25 20.1655 8.25466 20.0821 8.26373 20H6.41143C5.59384 20 5 19.3215 5 18.5714C5 17.2195 5.74057 16.0121 6.85392 15.4081L5.04829 6.80789C5.02706 6.74219 5.01243 6.67352 5.0052 6.60265L4.40464 3.74218C4.28811 3.30517 3.89205 3 3.43845 3L2.5 3C1.94772 3 1.5 2.55228 1.5 2ZM13.9996 1.78934C13.2268 1.23972 11.9798 0.938062 10.6305 1.74274C9.62413 2.34288 9.10249 3.56706 9.28649 4.90087C9.47188 6.24475 10.3543 7.68711 12.0974 8.94146L12.1714 8.99483C12.7253 9.39454 13.2183 9.75028 13.9996 9.75028C14.7809 9.75028 15.2739 9.39454 15.8279 8.99484L15.9019 8.94146C17.645 7.68711 18.5274 6.24475 18.7128 4.90087C18.8968 3.56706 18.3751 2.34288 17.3688 1.74274C16.0195 0.938062 14.7725 1.23972 13.9996 1.78934ZM10.5 19.5C10.0858 19.5 9.75 19.8358 9.75 20.25C9.75 20.6642 10.0858 21 10.5 21C10.9142 21 11.25 20.6642 11.25 20.25C11.25 19.8358 10.9142 19.5 10.5 19.5ZM16.75 20.25C16.75 19.8358 17.0858 19.5 17.5 19.5C17.9142 19.5 18.25 19.8358 18.25 20.25C18.25 20.6642 17.9142 21 17.5 21C17.0858 21 16.75 20.6642 16.75 20.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-cart-favorite-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 1C1.44772 1 1 1.44772 1 2C1 2.55228 1.44772 3 2 3L2.966 3C3.47229 3 3.88381 3.33282 3.99481 3.76415L6.97007 15.3257C7.04276 15.6082 6.98213 15.9102 6.79668 16.1505L6.1384 17.0031C6.09253 17.0011 6.04639 17 6 17C4.34315 17 3 18.3431 3 20C3 21.6569 4.34315 23 6 23C7.30622 23 8.41746 22.1652 8.82929 21H14.1707C14.5825 22.1652 15.6938 23 17 23C18.6569 23 20 21.6569 20 20C20 18.3431 18.6569 17 17 17C15.6938 17 14.5825 17.8348 14.1707 19H8.82929C8.66671 18.54 8.39513 18.1315 8.04559 17.8055L8.37979 17.3727C8.48357 17.2382 8.57485 17.0965 8.65324 16.9491L16.8032 16.2699C18.1572 16.1571 19.3351 15.9448 20.1489 15.1531C20.9628 14.3613 21.2074 13.1897 21.3574 11.8393L21.8951 7H22C22.5523 7 23 6.55228 23 6C23 5.44772 22.5523 5 22 5H21.0099H20.9878L20 5C19.4477 5 19 5.44772 19 6C19 6.51289 19.3861 6.9356 19.8835 6.99329L19.3696 11.6185C19.2173 12.9892 19.0044 13.4762 18.7543 13.7195C18.5042 13.9628 18.0116 14.1623 16.6371 14.2768L8.92905 14.9191C8.92219 14.8885 8.91483 14.8578 8.90696 14.8273L6.89269 7H7C7.55228 7 8 6.55228 8 6C8 5.44772 7.55228 5 7 5H6.37801L5.93171 3.26571C5.58447 1.91637 4.34908 1 2.966 1L2 1ZM13.4996 1.78934C12.7268 1.23972 11.4798 0.938062 10.1305 1.74274C9.12413 2.34288 8.60249 3.56706 8.78649 4.90087C8.97188 6.24475 9.85426 7.68711 11.5974 8.94146L11.6715 8.99486C12.2254 9.39455 12.7184 9.75028 13.4996 9.75028C14.2809 9.75028 14.7739 9.39454 15.3279 8.99483L15.4019 8.94146C17.145 7.68711 18.0274 6.24475 18.2128 4.90087C18.3968 3.56706 17.8751 2.34288 16.8688 1.74274C15.5195 0.938062 14.2725 1.23972 13.4996 1.78934ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20C7 19.4477 6.55228 19 6 19ZM17 21C16.4477 21 16 20.5523 16 20C16 19.4477 16.4477 19 17 19C17.5523 19 18 19.4477 18 20C18 20.5523 17.5523 21 17 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 1C1.44772 1 1 1.44772 1 2C1 2.55228 1.44772 3 2 3L2.966 3C3.47229 3 3.88381 3.33282 3.99481 3.76415L6.97007 15.3257C7.04276 15.6082 6.98213 15.9102 6.79668 16.1505L6.1384 17.0031C6.09253 17.0011 6.04639 17 6 17C4.34315 17 3 18.3431 3 20C3 21.6569 4.34315 23 6 23C7.30622 23 8.41746 22.1652 8.82929 21H14.1707C14.5825 22.1652 15.6938 23 17 23C18.6569 23 20 21.6569 20 20C20 18.3431 18.6569 17 17 17C15.6938 17 14.5825 17.8348 14.1707 19H8.82929C8.66671 18.54 8.39513 18.1315 8.04559 17.8055L8.37979 17.3727C8.48357 17.2382 8.57485 17.0965 8.65324 16.9491L16.8032 16.2699C18.1572 16.1571 19.3351 15.9448 20.1489 15.1531C20.9628 14.3613 21.2074 13.1897 21.3574 11.8393L21.8951 7H22C22.5523 7 23 6.55228 23 6C23 5.44772 22.5523 5 22 5H21.0099H20.9878L20 5C19.4477 5 19 5.44772 19 6C19 6.51289 19.3861 6.9356 19.8835 6.99329L19.3696 11.6185C19.2173 12.9892 19.0044 13.4762 18.7543 13.7195C18.5042 13.9628 18.0116 14.1623 16.6371 14.2768L8.92905 14.9191C8.92219 14.8885 8.91483 14.8578 8.90696 14.8273L6.89269 7H7C7.55228 7 8 6.55228 8 6C8 5.44772 7.55228 5 7 5H6.37801L5.93171 3.26571C5.58447 1.91637 4.34908 1 2.966 1L2 1ZM13.4996 1.78934C12.7268 1.23972 11.4798 0.938062 10.1305 1.74274C9.12413 2.34288 8.60249 3.56706 8.78649 4.90087C8.97188 6.24475 9.85426 7.68711 11.5974 8.94146L11.6715 8.99486C12.2254 9.39455 12.7184 9.75028 13.4996 9.75028C14.2809 9.75028 14.7739 9.39454 15.3279 8.99483L15.4019 8.94146C17.145 7.68711 18.0274 6.24475 18.2128 4.90087C18.3968 3.56706 17.8751 2.34288 16.8688 1.74274C15.5195 0.938062 14.2725 1.23972 13.4996 1.78934ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20C7 19.4477 6.55228 19 6 19ZM17 21C16.4477 21 16 20.5523 16 20C16 19.4477 16.4477 19 17 19C17.5523 19 18 19.4477 18 20C18 20.5523 17.5523 21 17 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-cart-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 2C1.5 1.44772 1.94772 1 2.5 1L3.43845 1C4.81505 1 6.015 1.93689 6.34887 3.27239L6.35349 3.29084L6.8173 5.5L8 5.5C8.55228 5.5 9 5.94772 9 6.5C9 7.05229 8.55228 7.5 8 7.5H7.23721L8.81185 15H8.88L15.2632 15C16.2838 15 17.015 14.8393 17.5562 14.5882C18.0861 14.3423 18.4837 13.9869 18.8096 13.5112C19.5068 12.4937 19.8556 10.9832 20.2807 8.87172C20.4056 8.25109 20.4778 7.88216 20.4961 7.61683C20.5082 7.44137 19.8462 7.47705 19.5327 7.49395L19.5327 7.49396L19.5326 7.49396C19.4695 7.49736 19.4205 7.5 19.3941 7.5H19C18.4477 7.5 18 7.05229 18 6.5C18 5.94772 18.4477 5.5 19 5.5H19.3941L19.4593 5.49999C19.9527 5.49987 20.4344 5.49975 20.8249 5.56175C21.2743 5.6331 21.781 5.81179 22.141 6.30719C22.4858 6.78159 22.5219 7.31012 22.4914 7.75414C22.463 8.16595 22.3624 8.66554 22.253 9.2085L22.253 9.20852L22.2414 9.26643C21.8387 11.2668 21.4324 13.2217 20.4595 14.6417C19.9504 15.3847 19.2842 15.9911 18.3981 16.4023C17.5234 16.8083 16.4865 17 15.2632 17L8.88 17H8.46857C7.86982 17 7.31751 17.3988 7.09895 18L10.3663 18C10.4105 17.9974 10.4551 17.9961 10.5 17.9961C10.5449 17.9961 10.5895 17.9974 10.6337 18H17.3663C17.4105 17.9974 17.4551 17.9961 17.5 17.9961C18.7426 17.9961 19.75 19.0035 19.75 20.2461C19.75 21.4887 18.7426 22.4961 17.5 22.4961C16.2574 22.4961 15.25 21.4887 15.25 20.2461C15.25 20.1629 15.2545 20.0808 15.2633 20H12.7367C12.7455 20.0808 12.75 20.1629 12.75 20.2461C12.75 21.4887 11.7426 22.4961 10.5 22.4961C9.25736 22.4961 8.25 21.4887 8.25 20.2461C8.25 20.1629 8.25451 20.0808 8.2633 20H6.41143C5.59384 20 5 19.3215 5 18.5714C5 17.2195 5.74057 16.0121 6.85392 15.4081L5.04829 6.80789C5.02706 6.74219 5.01243 6.67352 5.0052 6.60265L4.40464 3.74218C4.28811 3.30517 3.89205 3 3.43845 3L2.5 3C1.94772 3 1.5 2.55228 1.5 2ZM11.2071 2.29289C10.8166 1.90237 10.1834 1.90237 9.79289 2.29289C9.40237 2.68342 9.40237 3.31658 9.79289 3.70711L12.0858 6L9.79289 8.29289C9.40237 8.68342 9.40237 9.31658 9.79289 9.70711C10.1834 10.0976 10.8166 10.0976 11.2071 9.70711L13.5 7.41421L15.7929 9.70711C16.1834 10.0976 16.8166 10.0976 17.2071 9.70711C17.5976 9.31658 17.5976 8.68342 17.2071 8.29289L14.9142 6L17.2071 3.70711C17.5976 3.31658 17.5976 2.68342 17.2071 2.29289C16.8166 1.90237 16.1834 1.90237 15.7929 2.29289L13.5 4.58579L11.2071 2.29289ZM10.5 19.4961C10.0858 19.4961 9.75 19.8319 9.75 20.2461C9.75 20.6603 10.0858 20.9961 10.5 20.9961C10.9142 20.9961 11.25 20.6603 11.25 20.2461C11.25 19.8319 10.9142 19.4961 10.5 19.4961ZM16.75 20.2461C16.75 19.8319 17.0858 19.4961 17.5 19.4961C17.9142 19.4961 18.25 19.8319 18.25 20.2461C18.25 20.6603 17.9142 20.9961 17.5 20.9961C17.0858 20.9961 16.75 20.6603 16.75 20.2461Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.5 2C1.5 1.44772 1.94772 1 2.5 1L3.43845 1C4.81505 1 6.015 1.93689 6.34887 3.27239L6.35349 3.29084L6.8173 5.5L8 5.5C8.55228 5.5 9 5.94772 9 6.5C9 7.05229 8.55228 7.5 8 7.5H7.23721L8.81185 15H8.88L15.2632 15C16.2838 15 17.015 14.8393 17.5562 14.5882C18.0861 14.3423 18.4837 13.9869 18.8096 13.5112C19.5068 12.4937 19.8556 10.9832 20.2807 8.87172C20.4056 8.25109 20.4778 7.88216 20.4961 7.61683C20.5082 7.44137 19.8462 7.47705 19.5327 7.49395L19.5327 7.49396L19.5326 7.49396C19.4695 7.49736 19.4205 7.5 19.3941 7.5H19C18.4477 7.5 18 7.05229 18 6.5C18 5.94772 18.4477 5.5 19 5.5H19.3941L19.4593 5.49999C19.9527 5.49987 20.4344 5.49975 20.8249 5.56175C21.2743 5.6331 21.781 5.81179 22.141 6.30719C22.4858 6.78159 22.5219 7.31012 22.4914 7.75414C22.463 8.16595 22.3624 8.66554 22.253 9.2085L22.253 9.20852L22.2414 9.26643C21.8387 11.2668 21.4324 13.2217 20.4595 14.6417C19.9504 15.3847 19.2842 15.9911 18.3981 16.4023C17.5234 16.8083 16.4865 17 15.2632 17L8.88 17H8.46857C7.86982 17 7.31751 17.3988 7.09895 18L10.3663 18C10.4105 17.9974 10.4551 17.9961 10.5 17.9961C10.5449 17.9961 10.5895 17.9974 10.6337 18H17.3663C17.4105 17.9974 17.4551 17.9961 17.5 17.9961C18.7426 17.9961 19.75 19.0035 19.75 20.2461C19.75 21.4887 18.7426 22.4961 17.5 22.4961C16.2574 22.4961 15.25 21.4887 15.25 20.2461C15.25 20.1629 15.2545 20.0808 15.2633 20H12.7367C12.7455 20.0808 12.75 20.1629 12.75 20.2461C12.75 21.4887 11.7426 22.4961 10.5 22.4961C9.25736 22.4961 8.25 21.4887 8.25 20.2461C8.25 20.1629 8.25451 20.0808 8.2633 20H6.41143C5.59384 20 5 19.3215 5 18.5714C5 17.2195 5.74057 16.0121 6.85392 15.4081L5.04829 6.80789C5.02706 6.74219 5.01243 6.67352 5.0052 6.60265L4.40464 3.74218C4.28811 3.30517 3.89205 3 3.43845 3L2.5 3C1.94772 3 1.5 2.55228 1.5 2ZM11.2071 2.29289C10.8166 1.90237 10.1834 1.90237 9.79289 2.29289C9.40237 2.68342 9.40237 3.31658 9.79289 3.70711L12.0858 6L9.79289 8.29289C9.40237 8.68342 9.40237 9.31658 9.79289 9.70711C10.1834 10.0976 10.8166 10.0976 11.2071 9.70711L13.5 7.41421L15.7929 9.70711C16.1834 10.0976 16.8166 10.0976 17.2071 9.70711C17.5976 9.31658 17.5976 8.68342 17.2071 8.29289L14.9142 6L17.2071 3.70711C17.5976 3.31658 17.5976 2.68342 17.2071 2.29289C16.8166 1.90237 16.1834 1.90237 15.7929 2.29289L13.5 4.58579L11.2071 2.29289ZM10.5 19.4961C10.0858 19.4961 9.75 19.8319 9.75 20.2461C9.75 20.6603 10.0858 20.9961 10.5 20.9961C10.9142 20.9961 11.25 20.6603 11.25 20.2461C11.25 19.8319 10.9142 19.4961 10.5 19.4961ZM16.75 20.2461C16.75 19.8319 17.0858 19.4961 17.5 19.4961C17.9142 19.4961 18.25 19.8319 18.25 20.2461C18.25 20.6603 17.9142 20.9961 17.5 20.9961C17.0858 20.9961 16.75 20.6603 16.75 20.2461Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-shopping-cart-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 1C1.44772 1 1 1.44772 1 2C1 2.55228 1.44772 3 2 3L2.966 3C3.47229 3 3.88381 3.33282 3.99481 3.76415L6.97007 15.3257C7.04276 15.6082 6.98213 15.9102 6.79668 16.1505L6.1384 17.0031C6.09253 17.0011 6.04639 17 6 17C4.34315 17 3 18.3431 3 20C3 21.6569 4.34315 23 6 23C7.30622 23 8.41746 22.1652 8.82929 21H14.1707C14.5825 22.1652 15.6938 23 17 23C18.6569 23 20 21.6569 20 20C20 18.3431 18.6569 17 17 17C15.6938 17 14.5825 17.8348 14.1707 19H8.82929C8.66671 18.54 8.39513 18.1315 8.04559 17.8055L8.37979 17.3727C8.48358 17.2382 8.57487 17.0965 8.65326 16.949L16.8032 16.2699C18.1572 16.157 19.3351 15.9448 20.1489 15.153C20.9628 14.3613 21.2074 13.1897 21.3574 11.8393L21.8951 7H22C22.5523 7 23 6.55228 23 6C23 5.44772 22.5523 5 22 5H21.0124L20.9972 4.99991L20.9853 5L19 5C18.4477 5 18 5.44772 18 6C18 6.55228 18.4477 7 19 7H19.8828L19.3696 11.6184C19.2173 12.9892 19.0044 13.4762 18.7543 13.7195C18.5042 13.9628 18.0116 14.1622 16.6371 14.2768L8.92904 14.9191C8.92219 14.8884 8.91483 14.8578 8.90696 14.8273L6.89269 7H7.5C8.05228 7 8.5 6.55228 8.5 6C8.5 5.44772 8.05228 5 7.5 5H6.37801L5.93171 3.26571C5.58447 1.91637 4.34908 1 2.966 1L2 1ZM11.2071 2.29289C10.8166 1.90237 10.1834 1.90237 9.79289 2.29289C9.40237 2.68342 9.40237 3.31658 9.79289 3.70711L12.0858 6L9.79289 8.29289C9.40237 8.68342 9.40237 9.31658 9.79289 9.70711C10.1834 10.0976 10.8166 10.0976 11.2071 9.70711L13.5 7.41421L15.7929 9.70711C16.1834 10.0976 16.8166 10.0976 17.2071 9.70711C17.5976 9.31658 17.5976 8.68342 17.2071 8.29289L14.9142 6L17.2071 3.70711C17.5976 3.31658 17.5976 2.68342 17.2071 2.29289C16.8166 1.90237 16.1834 1.90237 15.7929 2.29289L13.5 4.58579L11.2071 2.29289ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20C7 19.4477 6.55228 19 6 19ZM17 21C16.4477 21 16 20.5523 16 20C16 19.4477 16.4477 19 17 19C17.5523 19 18 19.4477 18 20C18 20.5523 17.5523 21 17 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2 1C1.44772 1 1 1.44772 1 2C1 2.55228 1.44772 3 2 3L2.966 3C3.47229 3 3.88381 3.33282 3.99481 3.76415L6.97007 15.3257C7.04276 15.6082 6.98213 15.9102 6.79668 16.1505L6.1384 17.0031C6.09253 17.0011 6.04639 17 6 17C4.34315 17 3 18.3431 3 20C3 21.6569 4.34315 23 6 23C7.30622 23 8.41746 22.1652 8.82929 21H14.1707C14.5825 22.1652 15.6938 23 17 23C18.6569 23 20 21.6569 20 20C20 18.3431 18.6569 17 17 17C15.6938 17 14.5825 17.8348 14.1707 19H8.82929C8.66671 18.54 8.39513 18.1315 8.04559 17.8055L8.37979 17.3727C8.48358 17.2382 8.57487 17.0965 8.65326 16.949L16.8032 16.2699C18.1572 16.157 19.3351 15.9448 20.1489 15.153C20.9628 14.3613 21.2074 13.1897 21.3574 11.8393L21.8951 7H22C22.5523 7 23 6.55228 23 6C23 5.44772 22.5523 5 22 5H21.0124L20.9972 4.99991L20.9853 5L19 5C18.4477 5 18 5.44772 18 6C18 6.55228 18.4477 7 19 7H19.8828L19.3696 11.6184C19.2173 12.9892 19.0044 13.4762 18.7543 13.7195C18.5042 13.9628 18.0116 14.1622 16.6371 14.2768L8.92904 14.9191C8.92219 14.8884 8.91483 14.8578 8.90696 14.8273L6.89269 7H7.5C8.05228 7 8.5 6.55228 8.5 6C8.5 5.44772 8.05228 5 7.5 5H6.37801L5.93171 3.26571C5.58447 1.91637 4.34908 1 2.966 1L2 1ZM11.2071 2.29289C10.8166 1.90237 10.1834 1.90237 9.79289 2.29289C9.40237 2.68342 9.40237 3.31658 9.79289 3.70711L12.0858 6L9.79289 8.29289C9.40237 8.68342 9.40237 9.31658 9.79289 9.70711C10.1834 10.0976 10.8166 10.0976 11.2071 9.70711L13.5 7.41421L15.7929 9.70711C16.1834 10.0976 16.8166 10.0976 17.2071 9.70711C17.5976 9.31658 17.5976 8.68342 17.2071 8.29289L14.9142 6L17.2071 3.70711C17.5976 3.31658 17.5976 2.68342 17.2071 2.29289C16.8166 1.90237 16.1834 1.90237 15.7929 2.29289L13.5 4.58579L11.2071 2.29289ZM6 19C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21C6.55228 21 7 20.5523 7 20C7 19.4477 6.55228 19 6 19ZM17 21C16.4477 21 16 20.5523 16 20C16 19.4477 16.4477 19 17 19C17.5523 19 18 19.4477 18 20C18 20.5523 17.5523 21 17 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-store-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 9.25C3.55229 9.25 4 9.69772 4 10.25V15.25C4 16.6925 4.00213 17.6737 4.10092 18.4086C4.19585 19.1146 4.36322 19.4416 4.58579 19.6642C4.80836 19.8868 5.13538 20.0542 5.84143 20.1491C6.57625 20.2479 7.55752 20.25 9 20.25H15C16.4425 20.25 17.4238 20.2479 18.1586 20.1491C18.8646 20.0542 19.1916 19.8868 19.4142 19.6642C19.6368 19.4416 19.8042 19.1146 19.8991 18.4086C19.9979 17.6737 20 16.6925 20 15.25V10.25C20 9.69772 20.4477 9.25 21 9.25C21.5523 9.25 22 9.69772 22 10.25V15.3205C22 16.6747 22.0001 17.7913 21.8813 18.6751C21.7565 19.6029 21.4845 20.4223 20.8284 21.0784C20.1723 21.7345 19.3529 22.0065 18.4251 22.1312C17.5413 22.2501 16.4247 22.25 15.0706 22.25H8.92943C7.57531 22.25 6.4587 22.2501 5.57494 22.1312C4.64711 22.0065 3.82768 21.7345 3.17158 21.0784C2.51547 20.4223 2.2435 19.6029 2.11875 18.6751C1.99994 17.7913 1.99997 16.6747 2 15.3206L2 10.25C2 9.69772 2.44772 9.25 3 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25214 16.0862C8.61876 15.6731 9.25081 15.6355 9.66385 16.0021C10.1297 16.4156 10.9662 16.75 12 16.75C13.0338 16.75 13.8704 16.4156 14.3362 16.0021C14.7492 15.6355 15.3813 15.6731 15.7479 16.0862C16.1145 16.4992 16.0769 17.1313 15.6639 17.4979C14.7615 18.2989 13.4197 18.75 12 18.75C10.5803 18.75 9.23856 18.2989 8.33617 17.4979C7.92313 17.1313 7.88551 16.4992 8.25214 16.0862Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4659 1.75C18.1014 1.74998 18.6428 1.74995 19.0862 1.80238C19.5603 1.85843 19.9974 1.9811 20.3931 2.27649C20.7867 2.57024 21.0328 2.95546 21.2305 3.39554C21.4172 3.811 21.5873 4.33952 21.789 4.96638L22.4853 7.12954L22.5002 7.17604C22.6763 7.72227 22.8175 8.16018 22.7141 8.82232C22.6713 9.09674 22.6166 9.32192 22.5239 9.53046C22.4367 9.72661 22.328 9.87688 22.2446 9.99204L22.2323 10.0092C21.2481 11.3718 19.4436 12.25 17.7543 12.25C16.6746 12.25 15.6772 11.8933 14.8766 11.2923C14.0759 11.8937 13.0789 12.25 11.9989 12.25C10.9195 12.25 9.92238 11.8935 9.12194 11.2928C8.32127 11.8939 7.32456 12.25 6.24489 12.25C4.55562 12.25 2.75108 11.3718 1.76692 10.0092L1.75455 9.99206C1.67123 9.8769 1.56251 9.72662 1.4753 9.53046C1.38259 9.32192 1.32789 9.09674 1.28506 8.82231C1.18173 8.16018 1.32288 7.72227 1.49895 7.17603L1.51393 7.12954L2.19765 5.0053L2.21018 4.9664L2.21018 4.96639C2.41192 4.33952 2.58202 3.811 2.76865 3.39554C2.96634 2.95546 3.2125 2.57024 3.60604 2.27649C4.00177 1.9811 4.43892 1.85843 4.91299 1.80238C5.35639 1.74995 5.89776 1.74998 6.53326 1.75H6.53329H17.4659H17.4659Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 9.25C3.55229 9.25 4 9.69772 4 10.25V15.25C4 16.6925 4.00213 17.6737 4.10092 18.4086C4.19585 19.1146 4.36322 19.4416 4.58579 19.6642C4.80836 19.8868 5.13538 20.0542 5.84143 20.1491C6.57625 20.2479 7.55752 20.25 9 20.25H15C16.4425 20.25 17.4238 20.2479 18.1586 20.1491C18.8646 20.0542 19.1916 19.8868 19.4142 19.6642C19.6368 19.4416 19.8042 19.1146 19.8991 18.4086C19.9979 17.6737 20 16.6925 20 15.25V10.25C20 9.69772 20.4477 9.25 21 9.25C21.5523 9.25 22 9.69772 22 10.25V15.3205C22 16.6747 22.0001 17.7913 21.8813 18.6751C21.7565 19.6029 21.4845 20.4223 20.8284 21.0784C20.1723 21.7345 19.3529 22.0065 18.4251 22.1312C17.5413 22.2501 16.4247 22.25 15.0706 22.25H8.92943C7.57531 22.25 6.4587 22.2501 5.57494 22.1312C4.64711 22.0065 3.82768 21.7345 3.17158 21.0784C2.51547 20.4223 2.2435 19.6029 2.11875 18.6751C1.99994 17.7913 1.99997 16.6747 2 15.3206L2 10.25C2 9.69772 2.44772 9.25 3 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25214 16.0862C8.61876 15.6731 9.25081 15.6355 9.66385 16.0021C10.1297 16.4156 10.9662 16.75 12 16.75C13.0338 16.75 13.8704 16.4156 14.3362 16.0021C14.7492 15.6355 15.3813 15.6731 15.7479 16.0862C16.1145 16.4992 16.0769 17.1313 15.6639 17.4979C14.7615 18.2989 13.4197 18.75 12 18.75C10.5803 18.75 9.23856 18.2989 8.33617 17.4979C7.92313 17.1313 7.88551 16.4992 8.25214 16.0862Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4659 1.75C18.1014 1.74998 18.6428 1.74995 19.0862 1.80238C19.5603 1.85843 19.9974 1.9811 20.3931 2.27649C20.7867 2.57024 21.0328 2.95546 21.2305 3.39554C21.4172 3.811 21.5873 4.33952 21.789 4.96638L22.4853 7.12954L22.5002 7.17604C22.6763 7.72227 22.8175 8.16018 22.7141 8.82232C22.6713 9.09674 22.6166 9.32192 22.5239 9.53046C22.4367 9.72661 22.328 9.87688 22.2446 9.99204L22.2323 10.0092C21.2481 11.3718 19.4436 12.25 17.7543 12.25C16.6746 12.25 15.6772 11.8933 14.8766 11.2923C14.0759 11.8937 13.0789 12.25 11.9989 12.25C10.9195 12.25 9.92238 11.8935 9.12194 11.2928C8.32127 11.8939 7.32456 12.25 6.24489 12.25C4.55562 12.25 2.75108 11.3718 1.76692 10.0092L1.75455 9.99206C1.67123 9.8769 1.56251 9.72662 1.4753 9.53046C1.38259 9.32192 1.32789 9.09674 1.28506 8.82231C1.18173 8.16018 1.32288 7.72227 1.49895 7.17603L1.51393 7.12954L2.19765 5.0053L2.21018 4.9664L2.21018 4.96639C2.41192 4.33952 2.58202 3.811 2.76865 3.39554C2.96634 2.95546 3.2125 2.57024 3.60604 2.27649C4.00177 1.9811 4.43892 1.85843 4.91299 1.80238C5.35639 1.74995 5.89776 1.74998 6.53326 1.75H6.53329H17.4659H17.4659Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-store-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 9.25C3.55229 9.25 4 9.69772 4 10.25V15.25C4 16.6925 4.00213 17.6737 4.10092 18.4086C4.19585 19.1146 4.36322 19.4416 4.58579 19.6642C4.80836 19.8868 5.13538 20.0542 5.84143 20.1491C6.57625 20.2479 7.55752 20.25 9 20.25H15C16.4425 20.25 17.4238 20.2479 18.1586 20.1491C18.8646 20.0542 19.1916 19.8868 19.4142 19.6642C19.6368 19.4416 19.8042 19.1146 19.8991 18.4086C19.9979 17.6737 20 16.6925 20 15.25V10.25C20 9.69772 20.4477 9.25 21 9.25C21.5523 9.25 22 9.69772 22 10.25V15.3205C22 16.6747 22.0001 17.7913 21.8813 18.6751C21.7565 19.6029 21.4845 20.4223 20.8284 21.0784C20.1723 21.7345 19.3529 22.0065 18.4251 22.1312C17.5413 22.2501 16.4247 22.25 15.0706 22.25H8.92943C7.57531 22.25 6.4587 22.2501 5.57494 22.1312C4.64711 22.0065 3.82768 21.7345 3.17158 21.0784C2.51547 20.4223 2.2435 19.6029 2.11875 18.6751C1.99994 17.7913 1.99997 16.6747 2 15.3206L2 10.25C2 9.69772 2.44772 9.25 3 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4659 1.75C18.1014 1.74998 18.6428 1.74995 19.0862 1.80238C19.5603 1.85843 19.9974 1.9811 20.3931 2.27649C20.7867 2.57024 21.0328 2.95546 21.2305 3.39554C21.4172 3.811 21.5873 4.33952 21.789 4.96638L22.4853 7.12954L22.5002 7.17604C22.6763 7.72227 22.8175 8.16018 22.7141 8.82232C22.6713 9.09674 22.6166 9.32192 22.5239 9.53046C22.4367 9.72661 22.328 9.87688 22.2446 9.99204L22.2323 10.0092C21.2481 11.3718 19.4436 12.25 17.7543 12.25C16.6746 12.25 15.6772 11.8933 14.8766 11.2923C14.0759 11.8937 13.0789 12.25 11.9989 12.25C10.9195 12.25 9.92238 11.8935 9.12194 11.2928C8.32127 11.8939 7.32456 12.25 6.24489 12.25C4.55562 12.25 2.75108 11.3718 1.76692 10.0092L1.75455 9.99206C1.67123 9.8769 1.56251 9.72662 1.4753 9.53046C1.38259 9.32192 1.32789 9.09674 1.28506 8.82231C1.18173 8.16018 1.32288 7.72227 1.49895 7.17603L1.51393 7.12954L2.19765 5.0053L2.21018 4.9664L2.21018 4.96639C2.41192 4.33952 2.58202 3.811 2.76865 3.39554C2.96634 2.95546 3.2125 2.57024 3.60604 2.27649C4.00177 1.9811 4.43892 1.85843 4.91299 1.80238C5.35639 1.74995 5.89776 1.74998 6.53326 1.75H6.53329H17.4659H17.4659Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 17.5C6 16.9477 6.44772 16.5 7 16.5H11C11.5523 16.5 12 16.9477 12 17.5C12 18.0523 11.5523 18.5 11 18.5H7C6.44772 18.5 6 18.0523 6 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 9.25C3.55229 9.25 4 9.69772 4 10.25V15.25C4 16.6925 4.00213 17.6737 4.10092 18.4086C4.19585 19.1146 4.36322 19.4416 4.58579 19.6642C4.80836 19.8868 5.13538 20.0542 5.84143 20.1491C6.57625 20.2479 7.55752 20.25 9 20.25H15C16.4425 20.25 17.4238 20.2479 18.1586 20.1491C18.8646 20.0542 19.1916 19.8868 19.4142 19.6642C19.6368 19.4416 19.8042 19.1146 19.8991 18.4086C19.9979 17.6737 20 16.6925 20 15.25V10.25C20 9.69772 20.4477 9.25 21 9.25C21.5523 9.25 22 9.69772 22 10.25V15.3205C22 16.6747 22.0001 17.7913 21.8813 18.6751C21.7565 19.6029 21.4845 20.4223 20.8284 21.0784C20.1723 21.7345 19.3529 22.0065 18.4251 22.1312C17.5413 22.2501 16.4247 22.25 15.0706 22.25H8.92943C7.57531 22.25 6.4587 22.2501 5.57494 22.1312C4.64711 22.0065 3.82768 21.7345 3.17158 21.0784C2.51547 20.4223 2.2435 19.6029 2.11875 18.6751C1.99994 17.7913 1.99997 16.6747 2 15.3206L2 10.25C2 9.69772 2.44772 9.25 3 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4659 1.75C18.1014 1.74998 18.6428 1.74995 19.0862 1.80238C19.5603 1.85843 19.9974 1.9811 20.3931 2.27649C20.7867 2.57024 21.0328 2.95546 21.2305 3.39554C21.4172 3.811 21.5873 4.33952 21.789 4.96638L22.4853 7.12954L22.5002 7.17604C22.6763 7.72227 22.8175 8.16018 22.7141 8.82232C22.6713 9.09674 22.6166 9.32192 22.5239 9.53046C22.4367 9.72661 22.328 9.87688 22.2446 9.99204L22.2323 10.0092C21.2481 11.3718 19.4436 12.25 17.7543 12.25C16.6746 12.25 15.6772 11.8933 14.8766 11.2923C14.0759 11.8937 13.0789 12.25 11.9989 12.25C10.9195 12.25 9.92238 11.8935 9.12194 11.2928C8.32127 11.8939 7.32456 12.25 6.24489 12.25C4.55562 12.25 2.75108 11.3718 1.76692 10.0092L1.75455 9.99206C1.67123 9.8769 1.56251 9.72662 1.4753 9.53046C1.38259 9.32192 1.32789 9.09674 1.28506 8.82231C1.18173 8.16018 1.32288 7.72227 1.49895 7.17603L1.51393 7.12954L2.19765 5.0053L2.21018 4.9664L2.21018 4.96639C2.41192 4.33952 2.58202 3.811 2.76865 3.39554C2.96634 2.95546 3.2125 2.57024 3.60604 2.27649C4.00177 1.9811 4.43892 1.85843 4.91299 1.80238C5.35639 1.74995 5.89776 1.74998 6.53326 1.75H6.53329H17.4659H17.4659Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 17.5C6 16.9477 6.44772 16.5 7 16.5H11C11.5523 16.5 12 16.9477 12 17.5C12 18.0523 11.5523 18.5 11 18.5H7C6.44772 18.5 6 18.0523 6 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-store-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 9.75C3.55229 9.75 4 10.1977 4 10.75V15.25C4 16.6925 4.00213 17.6737 4.10092 18.4086C4.19585 19.1146 4.36322 19.4416 4.58579 19.6642C4.80836 19.8868 5.13538 20.0542 5.84143 20.1491C6.57625 20.2479 7.55752 20.25 9 20.25H15C16.4425 20.25 17.4238 20.2479 18.1586 20.1491C18.8646 20.0542 19.1916 19.8868 19.4142 19.6642C19.6368 19.4416 19.8042 19.1146 19.8991 18.4086C19.9979 17.6737 20 16.6925 20 15.25V10.75C20 10.1977 20.4477 9.75 21 9.75C21.5523 9.75 22 10.1977 22 10.75V15.3205C22 16.6747 22.0001 17.7913 21.8813 18.6751C21.7565 19.6029 21.4845 20.4223 20.8284 21.0784C20.1723 21.7345 19.3529 22.0065 18.4251 22.1312C17.5413 22.2501 16.4247 22.25 15.0706 22.25H8.92943C7.57531 22.25 6.4587 22.2501 5.57494 22.1312C4.64711 22.0065 3.82768 21.7345 3.17158 21.0784C2.51547 20.4223 2.2435 19.6029 2.11875 18.6751C1.99994 17.7913 1.99997 16.6747 2 15.3206L2 10.75C2 10.1977 2.44772 9.75 3 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25214 16.3362C8.61876 15.9231 9.25081 15.8855 9.66385 16.2521C10.1297 16.6656 10.9662 17 12 17C13.0338 17 13.8704 16.6656 14.3362 16.2521C14.7492 15.8855 15.3813 15.9231 15.7479 16.3362C16.1145 16.7492 16.0769 17.3813 15.6639 17.7479C14.7615 18.5489 13.4197 19 12 19C10.5803 19 9.23856 18.5489 8.33617 17.7479C7.92313 17.3813 7.88551 16.7492 8.25214 16.3362Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.19143 4.45934C3.19143 2.95786 4.41603 1.75 5.91512 1.75H18.0849C19.584 1.75 20.8086 2.95786 20.8086 4.45934C20.8086 5.00972 20.9532 5.55089 21.2287 6.02939L22.2149 7.74274C22.4737 8.19195 22.6839 8.55669 22.7347 9.16669C22.7553 9.41456 22.7576 9.62312 22.726 9.82441C22.6958 10.0172 22.6381 10.1717 22.5956 10.2854L22.5894 10.3023C22.0565 11.7329 20.6723 12.75 19.0513 12.75C17.695 12.75 16.5023 12.037 15.8374 10.9644C14.9338 12.0575 13.5446 12.75 12 12.75C10.4554 12.75 9.06617 12.0575 8.16259 10.9644C7.49773 12.037 6.30506 12.75 4.94875 12.75C3.32768 12.75 1.94355 11.7329 1.41065 10.3022L1.40436 10.2854C1.3619 10.1717 1.30421 10.0172 1.27397 9.82441C1.2424 9.62312 1.24469 9.41457 1.26533 9.16669C1.31613 8.55668 1.52628 8.19195 1.78509 7.74274L2.77133 6.02939C3.04677 5.55089 3.19143 5.00972 3.19143 4.45934Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 9.75C3.55229 9.75 4 10.1977 4 10.75V15.25C4 16.6925 4.00213 17.6737 4.10092 18.4086C4.19585 19.1146 4.36322 19.4416 4.58579 19.6642C4.80836 19.8868 5.13538 20.0542 5.84143 20.1491C6.57625 20.2479 7.55752 20.25 9 20.25H15C16.4425 20.25 17.4238 20.2479 18.1586 20.1491C18.8646 20.0542 19.1916 19.8868 19.4142 19.6642C19.6368 19.4416 19.8042 19.1146 19.8991 18.4086C19.9979 17.6737 20 16.6925 20 15.25V10.75C20 10.1977 20.4477 9.75 21 9.75C21.5523 9.75 22 10.1977 22 10.75V15.3205C22 16.6747 22.0001 17.7913 21.8813 18.6751C21.7565 19.6029 21.4845 20.4223 20.8284 21.0784C20.1723 21.7345 19.3529 22.0065 18.4251 22.1312C17.5413 22.2501 16.4247 22.25 15.0706 22.25H8.92943C7.57531 22.25 6.4587 22.2501 5.57494 22.1312C4.64711 22.0065 3.82768 21.7345 3.17158 21.0784C2.51547 20.4223 2.2435 19.6029 2.11875 18.6751C1.99994 17.7913 1.99997 16.6747 2 15.3206L2 10.75C2 10.1977 2.44772 9.75 3 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25214 16.3362C8.61876 15.9231 9.25081 15.8855 9.66385 16.2521C10.1297 16.6656 10.9662 17 12 17C13.0338 17 13.8704 16.6656 14.3362 16.2521C14.7492 15.8855 15.3813 15.9231 15.7479 16.3362C16.1145 16.7492 16.0769 17.3813 15.6639 17.7479C14.7615 18.5489 13.4197 19 12 19C10.5803 19 9.23856 18.5489 8.33617 17.7479C7.92313 17.3813 7.88551 16.7492 8.25214 16.3362Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.19143 4.45934C3.19143 2.95786 4.41603 1.75 5.91512 1.75H18.0849C19.584 1.75 20.8086 2.95786 20.8086 4.45934C20.8086 5.00972 20.9532 5.55089 21.2287 6.02939L22.2149 7.74274C22.4737 8.19195 22.6839 8.55669 22.7347 9.16669C22.7553 9.41456 22.7576 9.62312 22.726 9.82441C22.6958 10.0172 22.6381 10.1717 22.5956 10.2854L22.5894 10.3023C22.0565 11.7329 20.6723 12.75 19.0513 12.75C17.695 12.75 16.5023 12.037 15.8374 10.9644C14.9338 12.0575 13.5446 12.75 12 12.75C10.4554 12.75 9.06617 12.0575 8.16259 10.9644C7.49773 12.037 6.30506 12.75 4.94875 12.75C3.32768 12.75 1.94355 11.7329 1.41065 10.3022L1.40436 10.2854C1.3619 10.1717 1.30421 10.0172 1.27397 9.82441C1.2424 9.62312 1.24469 9.41457 1.26533 9.16669C1.31613 8.55668 1.52628 8.19195 1.78509 7.74274L2.77133 6.02939C3.04677 5.55089 3.19143 5.00972 3.19143 4.45934Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-store-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 9.75C3.55229 9.75 4 10.1977 4 10.75V15.25C4 16.6925 4.00213 17.6737 4.10092 18.4086C4.19585 19.1146 4.36322 19.4416 4.58579 19.6642C4.80836 19.8868 5.13538 20.0542 5.84143 20.1491C6.57625 20.2479 7.55752 20.25 9 20.25H15C16.4425 20.25 17.4238 20.2479 18.1586 20.1491C18.8646 20.0542 19.1916 19.8868 19.4142 19.6642C19.6368 19.4416 19.8042 19.1146 19.8991 18.4086C19.9979 17.6737 20 16.6925 20 15.25V10.75C20 10.1977 20.4477 9.75 21 9.75C21.5523 9.75 22 10.1977 22 10.75V15.3205C22 16.6747 22.0001 17.7913 21.8813 18.6751C21.7565 19.6029 21.4845 20.4223 20.8284 21.0784C20.1723 21.7345 19.3529 22.0065 18.4251 22.1312C17.5413 22.2501 16.4247 22.25 15.0706 22.25H8.92943C7.57531 22.25 6.4587 22.2501 5.57494 22.1312C4.64711 22.0065 3.82768 21.7345 3.17158 21.0784C2.51547 20.4223 2.2435 19.6029 2.11875 18.6751C1.99994 17.7913 1.99997 16.6747 2 15.3206L2 10.75C2 10.1977 2.44772 9.75 3 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.19143 4.45934C3.19143 2.95786 4.41603 1.75 5.91512 1.75H18.0849C19.584 1.75 20.8086 2.95786 20.8086 4.45934C20.8086 5.00972 20.9532 5.55089 21.2287 6.02939L22.2149 7.74274C22.4737 8.19195 22.6839 8.55669 22.7347 9.16669C22.7553 9.41456 22.7576 9.62312 22.726 9.82441C22.6958 10.0172 22.6381 10.1717 22.5956 10.2854L22.5894 10.3023C22.0565 11.7329 20.6723 12.75 19.0513 12.75C17.695 12.75 16.5023 12.037 15.8374 10.9644C14.9338 12.0575 13.5446 12.75 12 12.75C10.4554 12.75 9.06617 12.0575 8.16259 10.9644C7.49773 12.037 6.30506 12.75 4.94875 12.75C3.32768 12.75 1.94355 11.7329 1.41065 10.3022L1.40436 10.2854C1.3619 10.1717 1.30421 10.0172 1.27397 9.82441C1.2424 9.62312 1.24469 9.41457 1.26533 9.16669C1.31613 8.55668 1.52628 8.19195 1.78509 7.74274L2.77133 6.02939C3.04677 5.55089 3.19143 5.00972 3.19143 4.45934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 17.5C6 16.9477 6.44772 16.5 7 16.5H11C11.5523 16.5 12 16.9477 12 17.5C12 18.0523 11.5523 18.5 11 18.5H7C6.44772 18.5 6 18.0523 6 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3 9.75C3.55229 9.75 4 10.1977 4 10.75V15.25C4 16.6925 4.00213 17.6737 4.10092 18.4086C4.19585 19.1146 4.36322 19.4416 4.58579 19.6642C4.80836 19.8868 5.13538 20.0542 5.84143 20.1491C6.57625 20.2479 7.55752 20.25 9 20.25H15C16.4425 20.25 17.4238 20.2479 18.1586 20.1491C18.8646 20.0542 19.1916 19.8868 19.4142 19.6642C19.6368 19.4416 19.8042 19.1146 19.8991 18.4086C19.9979 17.6737 20 16.6925 20 15.25V10.75C20 10.1977 20.4477 9.75 21 9.75C21.5523 9.75 22 10.1977 22 10.75V15.3205C22 16.6747 22.0001 17.7913 21.8813 18.6751C21.7565 19.6029 21.4845 20.4223 20.8284 21.0784C20.1723 21.7345 19.3529 22.0065 18.4251 22.1312C17.5413 22.2501 16.4247 22.25 15.0706 22.25H8.92943C7.57531 22.25 6.4587 22.2501 5.57494 22.1312C4.64711 22.0065 3.82768 21.7345 3.17158 21.0784C2.51547 20.4223 2.2435 19.6029 2.11875 18.6751C1.99994 17.7913 1.99997 16.6747 2 15.3206L2 10.75C2 10.1977 2.44772 9.75 3 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.19143 4.45934C3.19143 2.95786 4.41603 1.75 5.91512 1.75H18.0849C19.584 1.75 20.8086 2.95786 20.8086 4.45934C20.8086 5.00972 20.9532 5.55089 21.2287 6.02939L22.2149 7.74274C22.4737 8.19195 22.6839 8.55669 22.7347 9.16669C22.7553 9.41456 22.7576 9.62312 22.726 9.82441C22.6958 10.0172 22.6381 10.1717 22.5956 10.2854L22.5894 10.3023C22.0565 11.7329 20.6723 12.75 19.0513 12.75C17.695 12.75 16.5023 12.037 15.8374 10.9644C14.9338 12.0575 13.5446 12.75 12 12.75C10.4554 12.75 9.06617 12.0575 8.16259 10.9644C7.49773 12.037 6.30506 12.75 4.94875 12.75C3.32768 12.75 1.94355 11.7329 1.41065 10.3022L1.40436 10.2854C1.3619 10.1717 1.30421 10.0172 1.27397 9.82441C1.2424 9.62312 1.24469 9.41457 1.26533 9.16669C1.31613 8.55668 1.52628 8.19195 1.78509 7.74274L2.77133 6.02939C3.04677 5.55089 3.19143 5.00972 3.19143 4.45934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 17.5C6 16.9477 6.44772 16.5 7 16.5H11C11.5523 16.5 12 16.9477 12 17.5C12 18.0523 11.5523 18.5 11 18.5H7C6.44772 18.5 6 18.0523 6 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-store-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9612 1.17738C18.5178 1.12495 17.9764 1.12498 17.3409 1.125H17.3409L6.40829 1.125H6.40826C5.77276 1.12498 5.23139 1.12495 4.78799 1.17738C4.31392 1.23343 3.87677 1.3561 3.48104 1.65149C3.0875 1.94524 2.84134 2.33046 2.64365 2.77054C2.45702 3.186 2.28692 3.71452 2.08518 4.34139L2.08518 4.3414L2.07265 4.3803L1.38893 6.50454L1.37395 6.55103C1.19788 7.09727 1.05673 7.53518 1.16006 8.19731C1.20289 8.47174 1.25759 8.69692 1.3503 8.90546C1.43751 9.10162 1.54623 9.2519 1.62955 9.36706L1.64192 9.38417C1.7152 9.48562 1.79302 9.58439 1.875 9.68031L1.875 14.6956C1.87497 16.0497 1.87494 17.1663 1.99376 18.0501C2.1185 18.9779 2.39047 19.7973 3.04658 20.4534C3.70269 21.1095 4.52211 21.3815 5.44994 21.5062C6.3337 21.6251 7.45031 21.625 8.80443 21.625H11.875C12.4273 21.625 12.875 21.1773 12.875 20.625C12.875 20.0727 12.4273 19.625 11.875 19.625H8.875C7.43252 19.625 6.45126 19.6229 5.71644 19.5241C5.01038 19.4292 4.68336 19.2618 4.46079 19.0392C4.23822 18.8166 4.07085 18.4896 3.97592 17.7836C3.87713 17.0487 3.875 16.0675 3.875 14.625L3.875 11.1364C4.59095 11.4505 5.36688 11.625 6.11989 11.625C7.19956 11.625 8.19627 11.2689 8.99694 10.6678C9.79738 11.2685 10.7945 11.625 11.8739 11.625C12.9539 11.625 13.9509 11.2687 14.7516 10.6673C15.5522 11.2683 16.5496 11.625 17.6293 11.625C18.3826 11.625 19.1588 11.4504 19.875 11.136V11.875C19.875 12.4273 20.3227 12.875 20.875 12.875C21.4273 12.875 21.875 12.4273 21.875 11.875V9.67935C21.9567 9.58373 22.0342 9.48528 22.1073 9.38417L22.1196 9.36704C22.203 9.25188 22.3117 9.10161 22.3989 8.90546C22.4916 8.69692 22.5463 8.47174 22.5891 8.19732C22.6925 7.53518 22.5513 7.09727 22.3752 6.55104L22.3603 6.50454L21.664 4.34138C21.4623 3.71452 21.2922 3.186 21.1055 2.77054C20.9078 2.33046 20.6617 1.94524 20.2681 1.65149C19.8724 1.3561 19.4353 1.23343 18.9612 1.17738Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 13.875C18.9273 13.875 19.375 14.3227 19.375 14.875V17.375H21.875C22.4273 17.375 22.875 17.8227 22.875 18.375C22.875 18.9273 22.4273 19.375 21.875 19.375H19.375V21.875C19.375 22.4273 18.9273 22.875 18.375 22.875C17.8227 22.875 17.375 22.4273 17.375 21.875L17.375 19.375H14.875C14.3227 19.375 13.875 18.9273 13.875 18.375C13.875 17.8227 14.3227 17.375 14.875 17.375H17.375L17.375 14.875C17.375 14.3227 17.8227 13.875 18.375 13.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.875 16.875C5.875 16.3227 6.32272 15.875 6.875 15.875H10.875C11.4273 15.875 11.875 16.3227 11.875 16.875C11.875 17.4273 11.4273 17.875 10.875 17.875H6.875C6.32272 17.875 5.875 17.4273 5.875 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.9612 1.17738C18.5178 1.12495 17.9764 1.12498 17.3409 1.125H17.3409L6.40829 1.125H6.40826C5.77276 1.12498 5.23139 1.12495 4.78799 1.17738C4.31392 1.23343 3.87677 1.3561 3.48104 1.65149C3.0875 1.94524 2.84134 2.33046 2.64365 2.77054C2.45702 3.186 2.28692 3.71452 2.08518 4.34139L2.08518 4.3414L2.07265 4.3803L1.38893 6.50454L1.37395 6.55103C1.19788 7.09727 1.05673 7.53518 1.16006 8.19731C1.20289 8.47174 1.25759 8.69692 1.3503 8.90546C1.43751 9.10162 1.54623 9.2519 1.62955 9.36706L1.64192 9.38417C1.7152 9.48562 1.79302 9.58439 1.875 9.68031L1.875 14.6956C1.87497 16.0497 1.87494 17.1663 1.99376 18.0501C2.1185 18.9779 2.39047 19.7973 3.04658 20.4534C3.70269 21.1095 4.52211 21.3815 5.44994 21.5062C6.3337 21.6251 7.45031 21.625 8.80443 21.625H11.875C12.4273 21.625 12.875 21.1773 12.875 20.625C12.875 20.0727 12.4273 19.625 11.875 19.625H8.875C7.43252 19.625 6.45126 19.6229 5.71644 19.5241C5.01038 19.4292 4.68336 19.2618 4.46079 19.0392C4.23822 18.8166 4.07085 18.4896 3.97592 17.7836C3.87713 17.0487 3.875 16.0675 3.875 14.625L3.875 11.1364C4.59095 11.4505 5.36688 11.625 6.11989 11.625C7.19956 11.625 8.19627 11.2689 8.99694 10.6678C9.79738 11.2685 10.7945 11.625 11.8739 11.625C12.9539 11.625 13.9509 11.2687 14.7516 10.6673C15.5522 11.2683 16.5496 11.625 17.6293 11.625C18.3826 11.625 19.1588 11.4504 19.875 11.136V11.875C19.875 12.4273 20.3227 12.875 20.875 12.875C21.4273 12.875 21.875 12.4273 21.875 11.875V9.67935C21.9567 9.58373 22.0342 9.48528 22.1073 9.38417L22.1196 9.36704C22.203 9.25188 22.3117 9.10161 22.3989 8.90546C22.4916 8.69692 22.5463 8.47174 22.5891 8.19732C22.6925 7.53518 22.5513 7.09727 22.3752 6.55104L22.3603 6.50454L21.664 4.34138C21.4623 3.71452 21.2922 3.186 21.1055 2.77054C20.9078 2.33046 20.6617 1.94524 20.2681 1.65149C19.8724 1.3561 19.4353 1.23343 18.9612 1.17738Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 13.875C18.9273 13.875 19.375 14.3227 19.375 14.875V17.375H21.875C22.4273 17.375 22.875 17.8227 22.875 18.375C22.875 18.9273 22.4273 19.375 21.875 19.375H19.375V21.875C19.375 22.4273 18.9273 22.875 18.375 22.875C17.8227 22.875 17.375 22.4273 17.375 21.875L17.375 19.375H14.875C14.3227 19.375 13.875 18.9273 13.875 18.375C13.875 17.8227 14.3227 17.375 14.875 17.375H17.375L17.375 14.875C17.375 14.3227 17.8227 13.875 18.375 13.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.875 16.875C5.875 16.3227 6.32272 15.875 6.875 15.875H10.875C11.4273 15.875 11.875 16.3227 11.875 16.875C11.875 17.4273 11.4273 17.875 10.875 17.875H6.875C6.32272 17.875 5.875 17.4273 5.875 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-store-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.875 9.125C3.42729 9.125 3.875 9.57272 3.875 10.125V14.625C3.875 16.0675 3.87713 17.0487 3.97592 17.7836C4.07085 18.4896 4.23822 18.8166 4.46079 19.0392C4.68336 19.2618 5.01038 19.4292 5.71644 19.5241C6.45126 19.6229 7.43252 19.625 8.875 19.625H11.875C12.4273 19.625 12.875 20.0727 12.875 20.625C12.875 21.1773 12.4273 21.625 11.875 21.625H8.80443C7.45031 21.625 6.3337 21.6251 5.44994 21.5062C4.52211 21.3815 3.70269 21.1095 3.04658 20.4534C2.39047 19.7973 2.1185 18.9779 1.99376 18.0501C1.87494 17.1663 1.87497 16.0497 1.875 14.6956L1.875 10.125C1.875 9.57272 2.32272 9.125 2.875 9.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.875 13.375V10.125C19.875 9.57272 20.3227 9.125 20.875 9.125C21.4273 9.125 21.875 9.57272 21.875 10.125V13.375C21.875 13.9273 21.4273 14.375 20.875 14.375C20.3227 14.375 19.875 13.9273 19.875 13.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.06643 3.83434C3.06643 2.33286 4.29103 1.125 5.79012 1.125H17.9599C19.459 1.125 20.6836 2.33286 20.6836 3.83434C20.6836 4.38472 20.8282 4.92589 21.1037 5.40439L22.0899 7.11774C22.3487 7.56695 22.5589 7.93169 22.6097 8.54169C22.6303 8.78956 22.6326 8.99812 22.601 9.19941C22.5708 9.39221 22.5131 9.54669 22.4706 9.66039L22.4644 9.67725C21.9315 11.1079 20.5473 12.125 18.9263 12.125C17.57 12.125 16.3773 11.412 15.7124 10.3394C14.8088 11.4325 13.4196 12.125 11.875 12.125C10.3304 12.125 8.94117 11.4325 8.03759 10.3394C7.37273 11.412 6.18006 12.125 4.82375 12.125C3.20268 12.125 1.81855 11.1079 1.28565 9.67725L1.27936 9.66038C1.2369 9.54669 1.17921 9.39221 1.14897 9.19941C1.1174 8.99812 1.11969 8.78957 1.14033 8.54169C1.19113 7.93168 1.40128 7.56695 1.66009 7.11774L2.64633 5.40439C2.92177 4.92589 3.06643 4.38472 3.06643 3.83434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.875 16.875C5.875 16.3227 6.32272 15.875 6.875 15.875H10.875C11.4273 15.875 11.875 16.3227 11.875 16.875C11.875 17.4273 11.4273 17.875 10.875 17.875H6.875C6.32272 17.875 5.875 17.4273 5.875 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 13.875C18.9273 13.875 19.375 14.3227 19.375 14.875V17.375H21.875C22.4273 17.375 22.875 17.8227 22.875 18.375C22.875 18.9273 22.4273 19.375 21.875 19.375H19.375V21.875C19.375 22.4273 18.9273 22.875 18.375 22.875C17.8227 22.875 17.375 22.4273 17.375 21.875L17.375 19.375H14.875C14.3227 19.375 13.875 18.9273 13.875 18.375C13.875 17.8227 14.3227 17.375 14.875 17.375H17.375L17.375 14.875C17.375 14.3227 17.8227 13.875 18.375 13.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.875 9.125C3.42729 9.125 3.875 9.57272 3.875 10.125V14.625C3.875 16.0675 3.87713 17.0487 3.97592 17.7836C4.07085 18.4896 4.23822 18.8166 4.46079 19.0392C4.68336 19.2618 5.01038 19.4292 5.71644 19.5241C6.45126 19.6229 7.43252 19.625 8.875 19.625H11.875C12.4273 19.625 12.875 20.0727 12.875 20.625C12.875 21.1773 12.4273 21.625 11.875 21.625H8.80443C7.45031 21.625 6.3337 21.6251 5.44994 21.5062C4.52211 21.3815 3.70269 21.1095 3.04658 20.4534C2.39047 19.7973 2.1185 18.9779 1.99376 18.0501C1.87494 17.1663 1.87497 16.0497 1.875 14.6956L1.875 10.125C1.875 9.57272 2.32272 9.125 2.875 9.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.875 13.375V10.125C19.875 9.57272 20.3227 9.125 20.875 9.125C21.4273 9.125 21.875 9.57272 21.875 10.125V13.375C21.875 13.9273 21.4273 14.375 20.875 14.375C20.3227 14.375 19.875 13.9273 19.875 13.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.06643 3.83434C3.06643 2.33286 4.29103 1.125 5.79012 1.125H17.9599C19.459 1.125 20.6836 2.33286 20.6836 3.83434C20.6836 4.38472 20.8282 4.92589 21.1037 5.40439L22.0899 7.11774C22.3487 7.56695 22.5589 7.93169 22.6097 8.54169C22.6303 8.78956 22.6326 8.99812 22.601 9.19941C22.5708 9.39221 22.5131 9.54669 22.4706 9.66039L22.4644 9.67725C21.9315 11.1079 20.5473 12.125 18.9263 12.125C17.57 12.125 16.3773 11.412 15.7124 10.3394C14.8088 11.4325 13.4196 12.125 11.875 12.125C10.3304 12.125 8.94117 11.4325 8.03759 10.3394C7.37273 11.412 6.18006 12.125 4.82375 12.125C3.20268 12.125 1.81855 11.1079 1.28565 9.67725L1.27936 9.66038C1.2369 9.54669 1.17921 9.39221 1.14897 9.19941C1.1174 8.99812 1.11969 8.78957 1.14033 8.54169C1.19113 7.93168 1.40128 7.56695 1.66009 7.11774L2.64633 5.40439C2.92177 4.92589 3.06643 4.38472 3.06643 3.83434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.875 16.875C5.875 16.3227 6.32272 15.875 6.875 15.875H10.875C11.4273 15.875 11.875 16.3227 11.875 16.875C11.875 17.4273 11.4273 17.875 10.875 17.875H6.875C6.32272 17.875 5.875 17.4273 5.875 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 13.875C18.9273 13.875 19.375 14.3227 19.375 14.875V17.375H21.875C22.4273 17.375 22.875 17.8227 22.875 18.375C22.875 18.9273 22.4273 19.375 21.875 19.375H19.375V21.875C19.375 22.4273 18.9273 22.875 18.375 22.875C17.8227 22.875 17.375 22.4273 17.375 21.875L17.375 19.375H14.875C14.3227 19.375 13.875 18.9273 13.875 18.375C13.875 17.8227 14.3227 17.375 14.875 17.375H17.375L17.375 14.875C17.375 14.3227 17.8227 13.875 18.375 13.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-store-location-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0862 1.30238C18.6428 1.24995 18.1014 1.24998 17.4659 1.25H17.4659L6.53329 1.25H6.53326C5.89776 1.24998 5.35639 1.24995 4.91299 1.30238C4.43892 1.35843 4.00177 1.4811 3.60604 1.77649C3.2125 2.07024 2.96634 2.45546 2.76865 2.89554C2.58202 3.311 2.41192 3.83952 2.21018 4.46639L2.21018 4.4664L2.19765 4.5053L1.51393 6.62954L1.49895 6.67603C1.32288 7.22227 1.18173 7.66018 1.28506 8.32231C1.32789 8.59674 1.38259 8.82192 1.4753 9.03046C1.56251 9.22662 1.67123 9.3769 1.75455 9.49206L1.76692 9.50917C1.8402 9.61062 1.91802 9.70939 2 9.80531L2 14.8206C1.99997 16.1747 1.99994 17.2913 2.11876 18.1751C2.2435 19.1029 2.51547 19.9223 3.17158 20.5784C3.82769 21.2345 4.64711 21.5065 5.57494 21.6312C6.4587 21.7501 7.57531 21.75 8.92943 21.75H12.0347C12.6008 21.75 13.054 21.2805 13.034 20.7147C13.0151 20.1765 12.5732 19.75 12.0347 19.75H9C7.55752 19.75 6.57626 19.7479 5.84144 19.6491C5.13538 19.5542 4.80836 19.3868 4.58579 19.1642C4.36322 18.9416 4.19585 18.6146 4.10092 17.9086C4.00213 17.1737 4 16.1925 4 14.75L4 11.2614C4.71595 11.5755 5.49188 11.75 6.24489 11.75C7.32456 11.75 8.32127 11.3939 9.12194 10.7928C9.92238 11.3935 10.9195 11.75 11.9989 11.75C13.0789 11.75 14.0759 11.3937 14.8766 10.7923C15.6772 11.3933 16.6746 11.75 17.7543 11.75C19.4436 11.75 21.2481 10.8718 22.2323 9.50917L22.2446 9.49204C22.328 9.37688 22.4367 9.22661 22.5239 9.03046C22.6166 8.82192 22.6713 8.59674 22.7141 8.32232C22.8175 7.66018 22.6763 7.22227 22.5002 6.67604L22.4853 6.62954L21.789 4.46638C21.5873 3.83952 21.4172 3.311 21.2305 2.89554C21.0328 2.45546 20.7867 2.07024 20.3931 1.77649C19.9974 1.4811 19.5603 1.35843 19.0862 1.30238Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 17C6 16.4477 6.44772 16 7 16H11C11.5523 16 12 16.4477 12 17C12 17.5523 11.5523 18 11 18H7C6.44772 18 6 17.5523 6 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 12.75C16.1663 12.75 14.25 14.61 14.25 16.9343C14.25 18.2585 14.9163 19.2477 15.6071 20.0393C15.8533 20.3214 16.1238 20.6012 16.3766 20.8626L16.3766 20.8626L16.3767 20.8626L16.3767 20.8627L16.3769 20.8629C16.4727 20.9619 16.5659 21.0583 16.6543 21.1512C16.9905 21.5046 17.2795 21.8297 17.5027 22.1615C17.6895 22.4392 18.0234 22.75 18.5058 22.75C18.9964 22.75 19.3293 22.43 19.5103 22.1416C19.7223 21.8037 20.0026 21.4793 20.3331 21.131C20.4411 21.0172 20.56 20.8954 20.6833 20.7691L20.6833 20.7691L20.6834 20.769C20.9131 20.5338 21.1579 20.283 21.3752 20.0398C22.0714 19.2609 22.75 18.2853 22.75 16.9343C22.75 14.61 20.8337 12.75 18.5 12.75ZM18.4933 18.5C17.6686 18.5 17 17.8284 17 17C17 16.1716 17.6686 15.5 18.4933 15.5H18.5067C19.3314 15.5 20 16.1716 20 17C20 17.8284 19.3314 18.5 18.5067 18.5H18.4933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0862 1.30238C18.6428 1.24995 18.1014 1.24998 17.4659 1.25H17.4659L6.53329 1.25H6.53326C5.89776 1.24998 5.35639 1.24995 4.91299 1.30238C4.43892 1.35843 4.00177 1.4811 3.60604 1.77649C3.2125 2.07024 2.96634 2.45546 2.76865 2.89554C2.58202 3.311 2.41192 3.83952 2.21018 4.46639L2.21018 4.4664L2.19765 4.5053L1.51393 6.62954L1.49895 6.67603C1.32288 7.22227 1.18173 7.66018 1.28506 8.32231C1.32789 8.59674 1.38259 8.82192 1.4753 9.03046C1.56251 9.22662 1.67123 9.3769 1.75455 9.49206L1.76692 9.50917C1.8402 9.61062 1.91802 9.70939 2 9.80531L2 14.8206C1.99997 16.1747 1.99994 17.2913 2.11876 18.1751C2.2435 19.1029 2.51547 19.9223 3.17158 20.5784C3.82769 21.2345 4.64711 21.5065 5.57494 21.6312C6.4587 21.7501 7.57531 21.75 8.92943 21.75H12.0347C12.6008 21.75 13.054 21.2805 13.034 20.7147C13.0151 20.1765 12.5732 19.75 12.0347 19.75H9C7.55752 19.75 6.57626 19.7479 5.84144 19.6491C5.13538 19.5542 4.80836 19.3868 4.58579 19.1642C4.36322 18.9416 4.19585 18.6146 4.10092 17.9086C4.00213 17.1737 4 16.1925 4 14.75L4 11.2614C4.71595 11.5755 5.49188 11.75 6.24489 11.75C7.32456 11.75 8.32127 11.3939 9.12194 10.7928C9.92238 11.3935 10.9195 11.75 11.9989 11.75C13.0789 11.75 14.0759 11.3937 14.8766 10.7923C15.6772 11.3933 16.6746 11.75 17.7543 11.75C19.4436 11.75 21.2481 10.8718 22.2323 9.50917L22.2446 9.49204C22.328 9.37688 22.4367 9.22661 22.5239 9.03046C22.6166 8.82192 22.6713 8.59674 22.7141 8.32232C22.8175 7.66018 22.6763 7.22227 22.5002 6.67604L22.4853 6.62954L21.789 4.46638C21.5873 3.83952 21.4172 3.311 21.2305 2.89554C21.0328 2.45546 20.7867 2.07024 20.3931 1.77649C19.9974 1.4811 19.5603 1.35843 19.0862 1.30238Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 17C6 16.4477 6.44772 16 7 16H11C11.5523 16 12 16.4477 12 17C12 17.5523 11.5523 18 11 18H7C6.44772 18 6 17.5523 6 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 12.75C16.1663 12.75 14.25 14.61 14.25 16.9343C14.25 18.2585 14.9163 19.2477 15.6071 20.0393C15.8533 20.3214 16.1238 20.6012 16.3766 20.8626L16.3766 20.8626L16.3767 20.8626L16.3767 20.8627L16.3769 20.8629C16.4727 20.9619 16.5659 21.0583 16.6543 21.1512C16.9905 21.5046 17.2795 21.8297 17.5027 22.1615C17.6895 22.4392 18.0234 22.75 18.5058 22.75C18.9964 22.75 19.3293 22.43 19.5103 22.1416C19.7223 21.8037 20.0026 21.4793 20.3331 21.131C20.4411 21.0172 20.56 20.8954 20.6833 20.7691L20.6833 20.7691L20.6834 20.769C20.9131 20.5338 21.1579 20.283 21.3752 20.0398C22.0714 19.2609 22.75 18.2853 22.75 16.9343C22.75 14.61 20.8337 12.75 18.5 12.75ZM18.4933 18.5C17.6686 18.5 17 17.8284 17 17C17 16.1716 17.6686 15.5 18.4933 15.5H18.5067C19.3314 15.5 20 16.1716 20 17C20 17.8284 19.3314 18.5 18.5067 18.5H18.4933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-store-location-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 9.25C3.55229 9.25 4 9.69772 4 10.25V14.75C4 16.1925 4.00213 17.1737 4.10092 17.9086C4.19585 18.6146 4.36322 18.9416 4.58579 19.1642C4.80836 19.3868 5.13538 19.5542 5.84144 19.6491C6.57626 19.7479 7.55752 19.75 9 19.75H12C12.5523 19.75 13 20.1977 13 20.75C13 21.3023 12.5523 21.75 12 21.75H8.92943C7.57531 21.75 6.4587 21.7501 5.57494 21.6312C4.64711 21.5065 3.82769 21.2345 3.17158 20.5784C2.51547 19.9223 2.2435 19.1029 2.11876 18.1751C1.99994 17.2913 1.99997 16.1747 2 14.8206L2 10.25C2 9.69772 2.44772 9.25 3 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.19143 3.95934C3.19143 2.45786 4.41603 1.25 5.91512 1.25H18.0849C19.584 1.25 20.8086 2.45786 20.8086 3.95934C20.8086 4.50972 20.9532 5.05089 21.2287 5.52939L22.2149 7.24274C22.4737 7.69195 22.6839 8.05669 22.7347 8.66669C22.7553 8.91456 22.7576 9.12312 22.726 9.32441C22.6958 9.51721 22.6381 9.67169 22.5956 9.78539L22.5894 9.80225C22.0565 11.2329 20.6723 12.25 19.0513 12.25C17.695 12.25 16.5023 11.537 15.8374 10.4644C14.9338 11.5575 13.5446 12.25 12 12.25C10.4554 12.25 9.06617 11.5575 8.16259 10.4644C7.49773 11.537 6.30506 12.25 4.94875 12.25C3.32768 12.25 1.94355 11.2329 1.41065 9.80225L1.40436 9.78538C1.3619 9.67169 1.30421 9.51721 1.27397 9.32441C1.2424 9.12312 1.24469 8.91457 1.26533 8.66669C1.31613 8.05668 1.52628 7.69195 1.78509 7.24274L2.77133 5.52939C3.04677 5.05089 3.19143 4.50972 3.19143 3.95934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 17C6 16.4477 6.44772 16 7 16H11C11.5523 16 12 16.4477 12 17C12 17.5523 11.5523 18 11 18H7C6.44772 18 6 17.5523 6 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 12.75C16.1663 12.75 14.25 14.61 14.25 16.9343C14.25 18.2585 14.9163 19.2477 15.6071 20.0393C15.8533 20.3214 16.1238 20.6012 16.3766 20.8626L16.3766 20.8626L16.3767 20.8626L16.3767 20.8627L16.3769 20.8629C16.4727 20.9619 16.5659 21.0583 16.6543 21.1512C16.9905 21.5046 17.2795 21.8297 17.5027 22.1615C17.6895 22.4392 18.0234 22.75 18.5058 22.75C18.9964 22.75 19.3293 22.43 19.5103 22.1416C19.7223 21.8037 20.0026 21.4793 20.3331 21.131C20.4411 21.0172 20.56 20.8954 20.6833 20.7691L20.6833 20.7691L20.6834 20.769C20.9131 20.5338 21.1579 20.283 21.3752 20.0398C22.0714 19.2609 22.75 18.2853 22.75 16.9343C22.75 14.61 20.8337 12.75 18.5 12.75ZM18.4933 18.5C17.6686 18.5 17 17.8284 17 17C17 16.1716 17.6686 15.5 18.4933 15.5H18.5067C19.3314 15.5 20 16.1716 20 17C20 17.8284 19.3314 18.5 18.5067 18.5H18.4933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 9.25C3.55229 9.25 4 9.69772 4 10.25V14.75C4 16.1925 4.00213 17.1737 4.10092 17.9086C4.19585 18.6146 4.36322 18.9416 4.58579 19.1642C4.80836 19.3868 5.13538 19.5542 5.84144 19.6491C6.57626 19.7479 7.55752 19.75 9 19.75H12C12.5523 19.75 13 20.1977 13 20.75C13 21.3023 12.5523 21.75 12 21.75H8.92943C7.57531 21.75 6.4587 21.7501 5.57494 21.6312C4.64711 21.5065 3.82769 21.2345 3.17158 20.5784C2.51547 19.9223 2.2435 19.1029 2.11876 18.1751C1.99994 17.2913 1.99997 16.1747 2 14.8206L2 10.25C2 9.69772 2.44772 9.25 3 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.19143 3.95934C3.19143 2.45786 4.41603 1.25 5.91512 1.25H18.0849C19.584 1.25 20.8086 2.45786 20.8086 3.95934C20.8086 4.50972 20.9532 5.05089 21.2287 5.52939L22.2149 7.24274C22.4737 7.69195 22.6839 8.05669 22.7347 8.66669C22.7553 8.91456 22.7576 9.12312 22.726 9.32441C22.6958 9.51721 22.6381 9.67169 22.5956 9.78539L22.5894 9.80225C22.0565 11.2329 20.6723 12.25 19.0513 12.25C17.695 12.25 16.5023 11.537 15.8374 10.4644C14.9338 11.5575 13.5446 12.25 12 12.25C10.4554 12.25 9.06617 11.5575 8.16259 10.4644C7.49773 11.537 6.30506 12.25 4.94875 12.25C3.32768 12.25 1.94355 11.2329 1.41065 9.80225L1.40436 9.78538C1.3619 9.67169 1.30421 9.51721 1.27397 9.32441C1.2424 9.12312 1.24469 8.91457 1.26533 8.66669C1.31613 8.05668 1.52628 7.69195 1.78509 7.24274L2.77133 5.52939C3.04677 5.05089 3.19143 4.50972 3.19143 3.95934Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6 17C6 16.4477 6.44772 16 7 16H11C11.5523 16 12 16.4477 12 17C12 17.5523 11.5523 18 11 18H7C6.44772 18 6 17.5523 6 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 12.75C16.1663 12.75 14.25 14.61 14.25 16.9343C14.25 18.2585 14.9163 19.2477 15.6071 20.0393C15.8533 20.3214 16.1238 20.6012 16.3766 20.8626L16.3766 20.8626L16.3767 20.8626L16.3767 20.8627L16.3769 20.8629C16.4727 20.9619 16.5659 21.0583 16.6543 21.1512C16.9905 21.5046 17.2795 21.8297 17.5027 22.1615C17.6895 22.4392 18.0234 22.75 18.5058 22.75C18.9964 22.75 19.3293 22.43 19.5103 22.1416C19.7223 21.8037 20.0026 21.4793 20.3331 21.131C20.4411 21.0172 20.56 20.8954 20.6833 20.7691L20.6833 20.7691L20.6834 20.769C20.9131 20.5338 21.1579 20.283 21.3752 20.0398C22.0714 19.2609 22.75 18.2853 22.75 16.9343C22.75 14.61 20.8337 12.75 18.5 12.75ZM18.4933 18.5C17.6686 18.5 17 17.8284 17 17C17 16.1716 17.6686 15.5 18.4933 15.5H18.5067C19.3314 15.5 20 16.1716 20 17C20 17.8284 19.3314 18.5 18.5067 18.5H18.4933Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-store-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.875 8.625C3.42729 8.625 3.875 9.07272 3.875 9.625V14.625C3.875 16.0675 3.87713 17.0487 3.97592 17.7836C4.07085 18.4896 4.23822 18.8166 4.46079 19.0392C4.68336 19.2618 5.01038 19.4292 5.71644 19.5241C6.45126 19.6229 7.43252 19.625 8.875 19.625H12.875C13.4273 19.625 13.875 20.0727 13.875 20.625C13.875 21.1773 13.4273 21.625 12.875 21.625H8.80443C7.45031 21.625 6.3337 21.6251 5.44994 21.5062C4.52211 21.3815 3.70269 21.1095 3.04658 20.4534C2.39047 19.7973 2.1185 18.9779 1.99376 18.0501C1.87494 17.1663 1.87497 16.0497 1.875 14.6956L1.875 9.625C1.875 9.07272 2.32272 8.625 2.875 8.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.875 12.875V9.625C19.875 9.07272 20.3227 8.625 20.875 8.625C21.4273 8.625 21.875 9.07272 21.875 9.625V12.875C21.875 13.4273 21.4273 13.875 20.875 13.875C20.3227 13.875 19.875 13.4273 19.875 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.3409 1.125C17.9764 1.12498 18.5178 1.12495 18.9612 1.17738C19.4353 1.23343 19.8724 1.3561 20.2681 1.65149C20.6617 1.94524 20.9078 2.33046 21.1055 2.77054C21.2922 3.186 21.4623 3.71452 21.664 4.34138L22.3603 6.50454L22.3752 6.55104C22.5513 7.09727 22.6925 7.53518 22.5891 8.19732C22.5463 8.47174 22.4916 8.69692 22.3989 8.90546C22.3117 9.10161 22.203 9.25188 22.1196 9.36704L22.1073 9.38417C21.1231 10.7468 19.3186 11.625 17.6293 11.625C16.5496 11.625 15.5522 11.2683 14.7516 10.6673C13.9509 11.2687 12.9539 11.625 11.8739 11.625C10.7945 11.625 9.79738 11.2685 8.99694 10.6678C8.19627 11.2689 7.19956 11.625 6.11989 11.625C4.43062 11.625 2.62608 10.7468 1.64192 9.38417L1.62955 9.36706C1.54623 9.2519 1.43751 9.10162 1.3503 8.90546C1.25759 8.69692 1.20289 8.47174 1.16006 8.19731C1.05673 7.53518 1.19788 7.09727 1.37395 6.55103L1.38893 6.50454L2.07265 4.3803L2.08518 4.3414L2.08518 4.34139C2.28692 3.71452 2.45702 3.186 2.64365 2.77054C2.84134 2.33046 3.0875 1.94524 3.48104 1.65149C3.87677 1.3561 4.31392 1.23343 4.78799 1.17738C5.23139 1.12495 5.77276 1.12498 6.40826 1.125H6.40829H17.3409H17.3409Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5821 15.1679C22.9726 15.5584 22.9726 16.1916 22.5821 16.5821L20.2892 18.875L22.5821 21.1679C22.9726 21.5584 22.9726 22.1916 22.5821 22.5821C22.1916 22.9726 21.5584 22.9726 21.1679 22.5821L18.875 20.2892L16.5821 22.5821C16.1916 22.9726 15.5584 22.9726 15.1679 22.5821C14.7774 22.1916 14.7774 21.5584 15.1679 21.1679L17.4608 18.875L15.1679 16.5821C14.7774 16.1916 14.7774 15.5584 15.1679 15.1679C15.5584 14.7774 16.1916 14.7774 16.5821 15.1679L18.875 17.4608L21.1679 15.1679C21.5584 14.7774 22.1916 14.7774 22.5821 15.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.875 16.875C5.875 16.3227 6.32272 15.875 6.875 15.875H10.875C11.4273 15.875 11.875 16.3227 11.875 16.875C11.875 17.4273 11.4273 17.875 10.875 17.875H6.875C6.32272 17.875 5.875 17.4273 5.875 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.875 8.625C3.42729 8.625 3.875 9.07272 3.875 9.625V14.625C3.875 16.0675 3.87713 17.0487 3.97592 17.7836C4.07085 18.4896 4.23822 18.8166 4.46079 19.0392C4.68336 19.2618 5.01038 19.4292 5.71644 19.5241C6.45126 19.6229 7.43252 19.625 8.875 19.625H12.875C13.4273 19.625 13.875 20.0727 13.875 20.625C13.875 21.1773 13.4273 21.625 12.875 21.625H8.80443C7.45031 21.625 6.3337 21.6251 5.44994 21.5062C4.52211 21.3815 3.70269 21.1095 3.04658 20.4534C2.39047 19.7973 2.1185 18.9779 1.99376 18.0501C1.87494 17.1663 1.87497 16.0497 1.875 14.6956L1.875 9.625C1.875 9.07272 2.32272 8.625 2.875 8.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.875 12.875V9.625C19.875 9.07272 20.3227 8.625 20.875 8.625C21.4273 8.625 21.875 9.07272 21.875 9.625V12.875C21.875 13.4273 21.4273 13.875 20.875 13.875C20.3227 13.875 19.875 13.4273 19.875 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.3409 1.125C17.9764 1.12498 18.5178 1.12495 18.9612 1.17738C19.4353 1.23343 19.8724 1.3561 20.2681 1.65149C20.6617 1.94524 20.9078 2.33046 21.1055 2.77054C21.2922 3.186 21.4623 3.71452 21.664 4.34138L22.3603 6.50454L22.3752 6.55104C22.5513 7.09727 22.6925 7.53518 22.5891 8.19732C22.5463 8.47174 22.4916 8.69692 22.3989 8.90546C22.3117 9.10161 22.203 9.25188 22.1196 9.36704L22.1073 9.38417C21.1231 10.7468 19.3186 11.625 17.6293 11.625C16.5496 11.625 15.5522 11.2683 14.7516 10.6673C13.9509 11.2687 12.9539 11.625 11.8739 11.625C10.7945 11.625 9.79738 11.2685 8.99694 10.6678C8.19627 11.2689 7.19956 11.625 6.11989 11.625C4.43062 11.625 2.62608 10.7468 1.64192 9.38417L1.62955 9.36706C1.54623 9.2519 1.43751 9.10162 1.3503 8.90546C1.25759 8.69692 1.20289 8.47174 1.16006 8.19731C1.05673 7.53518 1.19788 7.09727 1.37395 6.55103L1.38893 6.50454L2.07265 4.3803L2.08518 4.3414L2.08518 4.34139C2.28692 3.71452 2.45702 3.186 2.64365 2.77054C2.84134 2.33046 3.0875 1.94524 3.48104 1.65149C3.87677 1.3561 4.31392 1.23343 4.78799 1.17738C5.23139 1.12495 5.77276 1.12498 6.40826 1.125H6.40829H17.3409H17.3409Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5821 15.1679C22.9726 15.5584 22.9726 16.1916 22.5821 16.5821L20.2892 18.875L22.5821 21.1679C22.9726 21.5584 22.9726 22.1916 22.5821 22.5821C22.1916 22.9726 21.5584 22.9726 21.1679 22.5821L18.875 20.2892L16.5821 22.5821C16.1916 22.9726 15.5584 22.9726 15.1679 22.5821C14.7774 22.1916 14.7774 21.5584 15.1679 21.1679L17.4608 18.875L15.1679 16.5821C14.7774 16.1916 14.7774 15.5584 15.1679 15.1679C15.5584 14.7774 16.1916 14.7774 16.5821 15.1679L18.875 17.4608L21.1679 15.1679C21.5584 14.7774 22.1916 14.7774 22.5821 15.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.875 16.875C5.875 16.3227 6.32272 15.875 6.875 15.875H10.875C11.4273 15.875 11.875 16.3227 11.875 16.875C11.875 17.4273 11.4273 17.875 10.875 17.875H6.875C6.32272 17.875 5.875 17.4273 5.875 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-store-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.875 9.125C3.42729 9.125 3.875 9.57272 3.875 10.125V14.625C3.875 16.0675 3.87713 17.0487 3.97592 17.7836C4.07085 18.4896 4.23822 18.8166 4.46079 19.0392C4.68336 19.2618 5.01038 19.4292 5.71644 19.5241C6.45126 19.6229 7.43252 19.625 8.875 19.625H12.875C13.4273 19.625 13.875 20.0727 13.875 20.625C13.875 21.1773 13.4273 21.625 12.875 21.625H8.80443C7.45031 21.625 6.3337 21.6251 5.44994 21.5062C4.52211 21.3815 3.70269 21.1095 3.04658 20.4534C2.39047 19.7973 2.1185 18.9779 1.99376 18.0501C1.87494 17.1663 1.87497 16.0497 1.875 14.6956L1.875 10.125C1.875 9.57272 2.32272 9.125 2.875 9.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.875 12.875V10.125C19.875 9.57272 20.3227 9.125 20.875 9.125C21.4273 9.125 21.875 9.57272 21.875 10.125V12.875C21.875 13.4273 21.4273 13.875 20.875 13.875C20.3227 13.875 19.875 13.4273 19.875 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.06643 3.83434C3.06643 2.33286 4.29103 1.125 5.79012 1.125H17.9599C19.459 1.125 20.6836 2.33286 20.6836 3.83434C20.6836 4.38472 20.8282 4.92589 21.1037 5.40439L22.0899 7.11774C22.3487 7.56695 22.5589 7.93169 22.6097 8.54169C22.6303 8.78956 22.6326 8.99812 22.601 9.19941C22.5708 9.39221 22.5131 9.54669 22.4706 9.66039L22.4644 9.67725C21.9315 11.1079 20.5473 12.125 18.9263 12.125C17.57 12.125 16.3773 11.412 15.7124 10.3394C14.8088 11.4325 13.4196 12.125 11.875 12.125C10.3304 12.125 8.94117 11.4325 8.03759 10.3394C7.37273 11.412 6.18006 12.125 4.82375 12.125C3.20268 12.125 1.81855 11.1079 1.28565 9.67725L1.27936 9.66038C1.2369 9.54669 1.17921 9.39221 1.14897 9.19941C1.1174 8.99812 1.11969 8.78957 1.14033 8.54169C1.19113 7.93168 1.40128 7.56695 1.66009 7.11774L2.64633 5.40439C2.92177 4.92589 3.06643 4.38472 3.06643 3.83434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.875 16.875C5.875 16.3227 6.32272 15.875 6.875 15.875H10.875C11.4273 15.875 11.875 16.3227 11.875 16.875C11.875 17.4273 11.4273 17.875 10.875 17.875H6.875C6.32272 17.875 5.875 17.4273 5.875 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5821 15.1679C22.9726 15.5584 22.9726 16.1916 22.5821 16.5821L20.2892 18.875L22.5821 21.1679C22.9726 21.5584 22.9726 22.1916 22.5821 22.5821C22.1916 22.9726 21.5584 22.9726 21.1679 22.5821L18.875 20.2892L16.5821 22.5821C16.1916 22.9726 15.5584 22.9726 15.1679 22.5821C14.7774 22.1916 14.7774 21.5584 15.1679 21.1679L17.4608 18.875L15.1679 16.5821C14.7774 16.1916 14.7774 15.5584 15.1679 15.1679C15.5584 14.7774 16.1916 14.7774 16.5821 15.1679L18.875 17.4608L21.1679 15.1679C21.5584 14.7774 22.1916 14.7774 22.5821 15.1679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.875 9.125C3.42729 9.125 3.875 9.57272 3.875 10.125V14.625C3.875 16.0675 3.87713 17.0487 3.97592 17.7836C4.07085 18.4896 4.23822 18.8166 4.46079 19.0392C4.68336 19.2618 5.01038 19.4292 5.71644 19.5241C6.45126 19.6229 7.43252 19.625 8.875 19.625H12.875C13.4273 19.625 13.875 20.0727 13.875 20.625C13.875 21.1773 13.4273 21.625 12.875 21.625H8.80443C7.45031 21.625 6.3337 21.6251 5.44994 21.5062C4.52211 21.3815 3.70269 21.1095 3.04658 20.4534C2.39047 19.7973 2.1185 18.9779 1.99376 18.0501C1.87494 17.1663 1.87497 16.0497 1.875 14.6956L1.875 10.125C1.875 9.57272 2.32272 9.125 2.875 9.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.875 12.875V10.125C19.875 9.57272 20.3227 9.125 20.875 9.125C21.4273 9.125 21.875 9.57272 21.875 10.125V12.875C21.875 13.4273 21.4273 13.875 20.875 13.875C20.3227 13.875 19.875 13.4273 19.875 12.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.06643 3.83434C3.06643 2.33286 4.29103 1.125 5.79012 1.125H17.9599C19.459 1.125 20.6836 2.33286 20.6836 3.83434C20.6836 4.38472 20.8282 4.92589 21.1037 5.40439L22.0899 7.11774C22.3487 7.56695 22.5589 7.93169 22.6097 8.54169C22.6303 8.78956 22.6326 8.99812 22.601 9.19941C22.5708 9.39221 22.5131 9.54669 22.4706 9.66039L22.4644 9.67725C21.9315 11.1079 20.5473 12.125 18.9263 12.125C17.57 12.125 16.3773 11.412 15.7124 10.3394C14.8088 11.4325 13.4196 12.125 11.875 12.125C10.3304 12.125 8.94117 11.4325 8.03759 10.3394C7.37273 11.412 6.18006 12.125 4.82375 12.125C3.20268 12.125 1.81855 11.1079 1.28565 9.67725L1.27936 9.66038C1.2369 9.54669 1.17921 9.39221 1.14897 9.19941C1.1174 8.99812 1.11969 8.78957 1.14033 8.54169C1.19113 7.93168 1.40128 7.56695 1.66009 7.11774L2.64633 5.40439C2.92177 4.92589 3.06643 4.38472 3.06643 3.83434Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.875 16.875C5.875 16.3227 6.32272 15.875 6.875 15.875H10.875C11.4273 15.875 11.875 16.3227 11.875 16.875C11.875 17.4273 11.4273 17.875 10.875 17.875H6.875C6.32272 17.875 5.875 17.4273 5.875 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22.5821 15.1679C22.9726 15.5584 22.9726 16.1916 22.5821 16.5821L20.2892 18.875L22.5821 21.1679C22.9726 21.5584 22.9726 22.1916 22.5821 22.5821C22.1916 22.9726 21.5584 22.9726 21.1679 22.5821L18.875 20.2892L16.5821 22.5821C16.1916 22.9726 15.5584 22.9726 15.1679 22.5821C14.7774 22.1916 14.7774 21.5584 15.1679 21.1679L17.4608 18.875L15.1679 16.5821C14.7774 16.1916 14.7774 15.5584 15.1679 15.1679C15.5584 14.7774 16.1916 14.7774 16.5821 15.1679L18.875 17.4608L21.1679 15.1679C21.5584 14.7774 22.1916 14.7774 22.5821 15.1679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-tags{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.8143 6.55478C14.1922 6.37309 14.5706 6.25 15 6.25C15.4294 6.25 15.8078 6.37309 16.1857 6.55478C16.5405 6.72536 16.9443 6.97315 17.4191 7.26452L18.4796 7.91522C18.9288 8.19086 19.3112 8.42545 19.6103 8.6519C19.9293 8.89344 20.1988 9.15797 20.3966 9.51511C20.5938 9.87141 20.6761 10.2414 20.7142 10.6419C20.75 11.0191 20.75 11.4735 20.75 12.0103L20.75 17.9606V17.9606C20.75 18.8811 20.7501 19.6454 20.6704 20.2514C20.5866 20.8885 20.4029 21.4626 19.9505 21.9253C19.4957 22.3903 18.9276 22.5814 18.2967 22.6681C17.7008 22.7501 16.9506 22.75 16.053 22.75H13.947C13.0494 22.75 12.2992 22.7501 11.7033 22.6681C11.0724 22.5814 10.5043 22.3903 10.0496 21.9253C9.59709 21.4626 9.41338 20.8885 9.32962 20.2514C9.24995 19.6454 9.24997 18.8811 9.25 17.9606V17.9606V12.0103V12.0103C9.24999 11.4735 9.24997 11.019 9.28582 10.6419C9.32388 10.2414 9.40619 9.87141 9.60345 9.51511C9.80118 9.15797 10.0707 8.89344 10.3897 8.6519C10.6888 8.42545 11.0711 8.19087 11.5204 7.91524L11.5204 7.91523L12.5809 7.26451C13.0557 6.97315 13.4595 6.72536 13.8143 6.55478Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6184 7.21955C11.3249 7.26952 10.9532 7.36929 10.372 7.52694L9.24743 7.83197C8.69715 7.98123 8.34708 8.07717 8.08511 8.1751C7.8401 8.26668 7.74614 8.33444 7.69 8.38858C7.63687 8.43981 7.57352 8.52078 7.48651 8.74085C7.39076 8.98303 7.29759 9.30851 7.14874 9.83525L5.65993 15.1038C5.40725 15.998 5.24811 16.5696 5.18913 17.0035C5.13457 17.405 5.18979 17.5349 5.23581 17.6105C5.23532 17.6099 5.23567 17.6103 5.23581 17.6105C5.24163 17.618 5.29443 17.6861 5.44556 17.8007C5.59696 17.9155 5.80293 18.0441 6.0554 18.1758C6.5609 18.4394 7.19006 18.6832 7.80223 18.8431C8.31467 18.977 8.62272 19.5054 8.49028 20.0234C8.35784 20.5414 7.83507 20.8528 7.32263 20.7189C6.57731 20.5242 5.81369 20.2299 5.17647 19.8975C4.8576 19.7312 4.55472 19.5472 4.29548 19.3507C4.04864 19.1635 3.78388 18.9222 3.60352 18.626C3.2341 18.0193 3.20396 17.375 3.29028 16.7398C3.37009 16.1526 3.56956 15.4469 3.79877 14.636C3.80482 14.6146 3.81088 14.5931 3.81696 14.5716L5.30577 9.3031C5.30968 9.28926 5.31358 9.27546 5.31746 9.2617C5.451 8.78904 5.57023 8.36698 5.70672 8.0218C5.85591 7.64446 6.04961 7.29274 6.36701 6.98668C6.68139 6.68352 7.03936 6.5003 7.42033 6.3579C7.77516 6.22526 8.21167 6.10688 8.71181 5.97124L9.91549 5.64475C10.4449 5.50113 10.9055 5.37617 11.3 5.30899C11.7243 5.23676 12.1434 5.21712 12.5852 5.32938C13.3313 5.51892 13.8712 6.02674 14.4552 6.59319C14.8371 6.96361 14.8496 7.57685 14.4832 7.96289C14.1167 8.34894 13.51 8.3616 13.1281 7.99117C12.4877 7.36997 12.2953 7.25345 12.118 7.20841C12.0232 7.18431 11.8921 7.17296 11.6184 7.21955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0474 3.55806C12.3983 3.97232 11.7823 4.68642 11.3983 5.61565C11.2708 5.9242 11.1795 6.23106 11.1213 6.52894C11.0208 7.04374 10.5244 7.37909 10.0126 7.27797C9.50076 7.17685 9.16735 6.67755 9.26789 6.16275C9.35077 5.73834 9.47914 5.30998 9.65414 4.88648C10.1749 3.6262 11.033 2.59359 12.0356 1.95381C13.0333 1.31713 14.2529 1.02886 15.408 1.44426C16.5764 1.86444 17.3014 2.86854 17.5934 4.00645C17.8843 5.13996 17.77 6.46054 17.2496 7.71992C16.7449 8.94134 15.9239 9.94788 14.9625 10.591C14.5281 10.8815 13.9419 10.7628 13.6531 10.326C13.3643 9.88913 13.4822 9.29948 13.9165 9.00897C14.5441 8.58922 15.1337 7.89031 15.5054 6.99075C15.8898 6.06062 15.9396 5.16344 15.7645 4.4813C15.5906 3.80357 15.2195 3.39412 14.7721 3.23322C14.3114 3.06755 13.7015 3.14068 13.0474 3.55806Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.8143 6.55478C14.1922 6.37309 14.5706 6.25 15 6.25C15.4294 6.25 15.8078 6.37309 16.1857 6.55478C16.5405 6.72536 16.9443 6.97315 17.4191 7.26452L18.4796 7.91522C18.9288 8.19086 19.3112 8.42545 19.6103 8.6519C19.9293 8.89344 20.1988 9.15797 20.3966 9.51511C20.5938 9.87141 20.6761 10.2414 20.7142 10.6419C20.75 11.0191 20.75 11.4735 20.75 12.0103L20.75 17.9606V17.9606C20.75 18.8811 20.7501 19.6454 20.6704 20.2514C20.5866 20.8885 20.4029 21.4626 19.9505 21.9253C19.4957 22.3903 18.9276 22.5814 18.2967 22.6681C17.7008 22.7501 16.9506 22.75 16.053 22.75H13.947C13.0494 22.75 12.2992 22.7501 11.7033 22.6681C11.0724 22.5814 10.5043 22.3903 10.0496 21.9253C9.59709 21.4626 9.41338 20.8885 9.32962 20.2514C9.24995 19.6454 9.24997 18.8811 9.25 17.9606V17.9606V12.0103V12.0103C9.24999 11.4735 9.24997 11.019 9.28582 10.6419C9.32388 10.2414 9.40619 9.87141 9.60345 9.51511C9.80118 9.15797 10.0707 8.89344 10.3897 8.6519C10.6888 8.42545 11.0711 8.19087 11.5204 7.91524L11.5204 7.91523L12.5809 7.26451C13.0557 6.97315 13.4595 6.72536 13.8143 6.55478Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.6184 7.21955C11.3249 7.26952 10.9532 7.36929 10.372 7.52694L9.24743 7.83197C8.69715 7.98123 8.34708 8.07717 8.08511 8.1751C7.8401 8.26668 7.74614 8.33444 7.69 8.38858C7.63687 8.43981 7.57352 8.52078 7.48651 8.74085C7.39076 8.98303 7.29759 9.30851 7.14874 9.83525L5.65993 15.1038C5.40725 15.998 5.24811 16.5696 5.18913 17.0035C5.13457 17.405 5.18979 17.5349 5.23581 17.6105C5.23532 17.6099 5.23567 17.6103 5.23581 17.6105C5.24163 17.618 5.29443 17.6861 5.44556 17.8007C5.59696 17.9155 5.80293 18.0441 6.0554 18.1758C6.5609 18.4394 7.19006 18.6832 7.80223 18.8431C8.31467 18.977 8.62272 19.5054 8.49028 20.0234C8.35784 20.5414 7.83507 20.8528 7.32263 20.7189C6.57731 20.5242 5.81369 20.2299 5.17647 19.8975C4.8576 19.7312 4.55472 19.5472 4.29548 19.3507C4.04864 19.1635 3.78388 18.9222 3.60352 18.626C3.2341 18.0193 3.20396 17.375 3.29028 16.7398C3.37009 16.1526 3.56956 15.4469 3.79877 14.636C3.80482 14.6146 3.81088 14.5931 3.81696 14.5716L5.30577 9.3031C5.30968 9.28926 5.31358 9.27546 5.31746 9.2617C5.451 8.78904 5.57023 8.36698 5.70672 8.0218C5.85591 7.64446 6.04961 7.29274 6.36701 6.98668C6.68139 6.68352 7.03936 6.5003 7.42033 6.3579C7.77516 6.22526 8.21167 6.10688 8.71181 5.97124L9.91549 5.64475C10.4449 5.50113 10.9055 5.37617 11.3 5.30899C11.7243 5.23676 12.1434 5.21712 12.5852 5.32938C13.3313 5.51892 13.8712 6.02674 14.4552 6.59319C14.8371 6.96361 14.8496 7.57685 14.4832 7.96289C14.1167 8.34894 13.51 8.3616 13.1281 7.99117C12.4877 7.36997 12.2953 7.25345 12.118 7.20841C12.0232 7.18431 11.8921 7.17296 11.6184 7.21955Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0474 3.55806C12.3983 3.97232 11.7823 4.68642 11.3983 5.61565C11.2708 5.9242 11.1795 6.23106 11.1213 6.52894C11.0208 7.04374 10.5244 7.37909 10.0126 7.27797C9.50076 7.17685 9.16735 6.67755 9.26789 6.16275C9.35077 5.73834 9.47914 5.30998 9.65414 4.88648C10.1749 3.6262 11.033 2.59359 12.0356 1.95381C13.0333 1.31713 14.2529 1.02886 15.408 1.44426C16.5764 1.86444 17.3014 2.86854 17.5934 4.00645C17.8843 5.13996 17.77 6.46054 17.2496 7.71992C16.7449 8.94134 15.9239 9.94788 14.9625 10.591C14.5281 10.8815 13.9419 10.7628 13.6531 10.326C13.3643 9.88913 13.4822 9.29948 13.9165 9.00897C14.5441 8.58922 15.1337 7.89031 15.5054 6.99075C15.8898 6.06062 15.9396 5.16344 15.7645 4.4813C15.5906 3.80357 15.2195 3.39412 14.7721 3.23322C14.3114 3.06755 13.7015 3.14068 13.0474 3.55806Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-ticket-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25 3.36355C8.25 3.07656 8.25 2.93307 8.15941 2.84476C8.06881 2.75645 7.92681 2.76008 7.64281 2.76733C7.05458 2.78235 6.52998 2.81039 6.06107 2.86271C5.02537 2.97828 4.17461 3.21963 3.44269 3.76216C2.93954 4.13512 2.50404 4.5968 2.15462 5.12508C1.50935 6.10064 1.31903 7.28333 1.2512 8.84643C1.21882 9.5926 1.84739 10.0938 2.46441 10.0938C3.39631 10.0938 4.2236 10.9064 4.2236 12C4.2236 13.0936 3.39631 13.9062 2.46441 13.9062C1.84739 13.9062 1.21882 14.4074 1.2512 15.1536C1.31903 16.7167 1.50935 17.8994 2.15462 18.8749C2.50404 19.4032 2.93955 19.8649 3.44269 20.2378C4.17461 20.7804 5.02537 21.0217 6.06107 21.1373C6.52998 21.1896 7.05458 21.2176 7.64281 21.2327C7.92681 21.2399 8.06881 21.2435 8.15941 21.1552C8.25 21.0669 8.25 20.9234 8.25 20.6364L8.25 3.36355ZM9.75 21.0532C9.75 21.1619 9.8381 21.25 9.94678 21.25H9.94687H14.0533H14.0534C15.6601 21.25 16.9289 21.25 17.9391 21.1373C18.9748 21.0217 19.8256 20.7804 20.5575 20.2378C21.0606 19.8649 21.4961 19.4032 21.8456 18.8749C22.4908 17.8995 22.6811 16.7169 22.749 15.1541C22.7814 14.4075 22.1524 13.9062 21.5352 13.9062C20.6033 13.9062 19.776 13.0936 19.776 12C19.776 10.9064 20.6033 10.0938 21.5352 10.0938C22.1524 10.0938 22.7814 9.59249 22.749 8.8459C22.6811 7.28307 22.4908 6.10053 21.8456 5.12508C21.4961 4.5968 21.0606 4.13512 20.5575 3.76216C19.8256 3.21963 18.9748 2.97828 17.9391 2.86271C16.9289 2.74998 15.6601 2.74999 14.0534 2.75H14.0534H9.94683H9.94682C9.83812 2.75 9.75 2.83812 9.75 2.94683L9.75 21.0532Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25 3.36355C8.25 3.07656 8.25 2.93307 8.15941 2.84476C8.06881 2.75645 7.92681 2.76008 7.64281 2.76733C7.05458 2.78235 6.52998 2.81039 6.06107 2.86271C5.02537 2.97828 4.17461 3.21963 3.44269 3.76216C2.93954 4.13512 2.50404 4.5968 2.15462 5.12508C1.50935 6.10064 1.31903 7.28333 1.2512 8.84643C1.21882 9.5926 1.84739 10.0938 2.46441 10.0938C3.39631 10.0938 4.2236 10.9064 4.2236 12C4.2236 13.0936 3.39631 13.9062 2.46441 13.9062C1.84739 13.9062 1.21882 14.4074 1.2512 15.1536C1.31903 16.7167 1.50935 17.8994 2.15462 18.8749C2.50404 19.4032 2.93955 19.8649 3.44269 20.2378C4.17461 20.7804 5.02537 21.0217 6.06107 21.1373C6.52998 21.1896 7.05458 21.2176 7.64281 21.2327C7.92681 21.2399 8.06881 21.2435 8.15941 21.1552C8.25 21.0669 8.25 20.9234 8.25 20.6364L8.25 3.36355ZM9.75 21.0532C9.75 21.1619 9.8381 21.25 9.94678 21.25H9.94687H14.0533H14.0534C15.6601 21.25 16.9289 21.25 17.9391 21.1373C18.9748 21.0217 19.8256 20.7804 20.5575 20.2378C21.0606 19.8649 21.4961 19.4032 21.8456 18.8749C22.4908 17.8995 22.6811 16.7169 22.749 15.1541C22.7814 14.4075 22.1524 13.9062 21.5352 13.9062C20.6033 13.9062 19.776 13.0936 19.776 12C19.776 10.9064 20.6033 10.0938 21.5352 10.0938C22.1524 10.0938 22.7814 9.59249 22.749 8.8459C22.6811 7.28307 22.4908 6.10053 21.8456 5.12508C21.4961 4.5968 21.0606 4.13512 20.5575 3.76216C19.8256 3.21963 18.9748 2.97828 17.9391 2.86271C16.9289 2.74998 15.6601 2.74999 14.0534 2.75H14.0534H9.94683H9.94682C9.83812 2.75 9.75 2.83812 9.75 2.94683L9.75 21.0532Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-ticket-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.894 1.35049C13.3302 1.2356 12.7536 1.21873 12.1904 1.30243C11.3652 1.42505 10.6618 1.81953 9.92829 2.40576C9.65893 2.62104 9.37655 2.86975 9.07487 3.15049C8.86653 3.34436 8.76236 3.44129 8.76007 3.56871C8.75778 3.69612 8.85985 3.79818 9.06397 4.0023L19.9979 14.9358C20.202 15.1399 20.3041 15.242 20.4315 15.2397C20.5589 15.2374 20.6559 15.1332 20.8497 14.9249C21.1304 14.6233 21.379 14.341 21.5942 14.0717C22.1805 13.3382 22.575 12.6348 22.6976 11.8096C22.7813 11.2464 22.7644 10.6698 22.6495 10.106C22.4361 9.05862 21.7955 8.17691 20.8486 7.14409C20.3627 6.61414 19.5959 6.70234 19.1782 7.12005C18.623 7.67528 17.6364 7.69057 16.9729 7.02706C16.3094 6.36355 16.3247 5.37703 16.88 4.8218C17.2977 4.40409 17.3859 3.63732 16.8559 3.15144C15.8231 2.20453 14.9414 1.56392 13.894 1.35049ZM19.2059 16.6033C19.2993 16.5099 19.2993 16.3585 19.2059 16.2651L7.73441 4.79406C7.64117 4.70083 7.49001 4.70082 7.39677 4.79406L7.39676 4.79407L4.79407 7.39676L4.79406 7.39677L4.79405 7.39677C3.78085 8.40996 2.97601 9.21479 2.40576 9.92829C1.81953 10.6618 1.42505 11.3652 1.30243 12.1904C1.21873 12.7536 1.2356 13.3302 1.35049 13.894C1.56389 14.9413 2.20439 15.8229 3.15112 16.8556C3.63724 17.3858 4.40436 17.2974 4.82216 16.8796C5.3774 16.3244 6.36392 16.3091 7.02743 16.9726C7.69094 17.6361 7.67565 18.6226 7.12041 19.1778C6.70261 19.5956 6.6142 20.3628 7.14445 20.8489C8.17711 21.7956 9.05873 22.4361 10.106 22.6495C10.6698 22.7644 11.2464 22.7813 11.8096 22.6976C12.6348 22.5749 13.3382 22.1805 14.0717 21.5942C14.7852 21.024 15.59 20.2192 16.6032 19.206L16.6032 19.2059L19.2059 16.6033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.894 1.35049C13.3302 1.2356 12.7536 1.21873 12.1904 1.30243C11.3652 1.42505 10.6618 1.81953 9.92829 2.40576C9.65893 2.62104 9.37655 2.86975 9.07487 3.15049C8.86653 3.34436 8.76236 3.44129 8.76007 3.56871C8.75778 3.69612 8.85985 3.79818 9.06397 4.0023L19.9979 14.9358C20.202 15.1399 20.3041 15.242 20.4315 15.2397C20.5589 15.2374 20.6559 15.1332 20.8497 14.9249C21.1304 14.6233 21.379 14.341 21.5942 14.0717C22.1805 13.3382 22.575 12.6348 22.6976 11.8096C22.7813 11.2464 22.7644 10.6698 22.6495 10.106C22.4361 9.05862 21.7955 8.17691 20.8486 7.14409C20.3627 6.61414 19.5959 6.70234 19.1782 7.12005C18.623 7.67528 17.6364 7.69057 16.9729 7.02706C16.3094 6.36355 16.3247 5.37703 16.88 4.8218C17.2977 4.40409 17.3859 3.63732 16.8559 3.15144C15.8231 2.20453 14.9414 1.56392 13.894 1.35049ZM19.2059 16.6033C19.2993 16.5099 19.2993 16.3585 19.2059 16.2651L7.73441 4.79406C7.64117 4.70083 7.49001 4.70082 7.39677 4.79406L7.39676 4.79407L4.79407 7.39676L4.79406 7.39677L4.79405 7.39677C3.78085 8.40996 2.97601 9.21479 2.40576 9.92829C1.81953 10.6618 1.42505 11.3652 1.30243 12.1904C1.21873 12.7536 1.2356 13.3302 1.35049 13.894C1.56389 14.9413 2.20439 15.8229 3.15112 16.8556C3.63724 17.3858 4.40436 17.2974 4.82216 16.8796C5.3774 16.3244 6.36392 16.3091 7.02743 16.9726C7.69094 17.6361 7.67565 18.6226 7.12041 19.1778C6.70261 19.5956 6.6142 20.3628 7.14445 20.8489C8.17711 21.7956 9.05873 22.4361 10.106 22.6495C10.6698 22.7644 11.2464 22.7813 11.8096 22.6976C12.6348 22.5749 13.3382 22.1805 14.0717 21.5942C14.7852 21.024 15.59 20.2192 16.6032 19.206L16.6032 19.2059L19.2059 16.6033Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-ticket-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94713 2.75C8.34042 2.74999 7.07164 2.74998 6.06138 2.86271C5.02568 2.97828 4.17492 3.21963 3.44301 3.76216C2.93986 4.13512 2.50435 4.5968 2.15493 5.12508C1.50973 6.10053 1.31938 7.28307 1.25153 8.8459C1.21912 9.59249 1.84811 10.0938 2.46531 10.0938C3.3972 10.0938 4.22449 10.9064 4.22449 12C4.22449 13.0936 3.3972 13.9062 2.46531 13.9062C1.84811 13.9062 1.21912 14.4075 1.25153 15.1541C1.31938 16.7169 1.50973 17.8995 2.15493 18.8749C2.50435 19.4032 2.93986 19.8649 3.44301 20.2378C4.17492 20.7804 5.02568 21.0217 6.06138 21.1373C7.07163 21.25 8.34039 21.25 9.94709 21.25H9.94718H14.0536H14.0537C15.6604 21.25 16.9292 21.25 17.9394 21.1373C18.9751 21.0217 19.8259 20.7804 20.5578 20.2378C21.0609 19.8649 21.4965 19.4032 21.8459 18.8749C22.4911 17.8994 22.6815 16.7167 22.7493 15.1536C22.7498 15.1427 22.75 15.1319 22.75 15.1211V8.87895C22.75 8.86811 22.7498 8.85727 22.7493 8.84643C22.6815 7.28333 22.4911 6.10064 21.8459 5.12508C21.4965 4.5968 21.0609 4.13512 20.5578 3.76216C19.8259 3.21963 18.9751 2.97828 17.9394 2.86271C16.9292 2.74998 15.6604 2.74999 14.0537 2.75H14.0537H9.94714H9.94713ZM12 12C12 12.5523 12.4477 13 13 13L17 13C17.5523 13 18 12.5523 18 12C18 11.4477 17.5523 11 17 11L13 11C12.4477 11 12 11.4477 12 12ZM9 17C8.44772 17 8 16.5523 8 16C8 15.4477 8.44771 15 9 15L17 15C17.5523 15 18 15.4477 18 16C18 16.5523 17.5523 17 17 17L9 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94713 2.75C8.34042 2.74999 7.07164 2.74998 6.06138 2.86271C5.02568 2.97828 4.17492 3.21963 3.44301 3.76216C2.93986 4.13512 2.50435 4.5968 2.15493 5.12508C1.50973 6.10053 1.31938 7.28307 1.25153 8.8459C1.21912 9.59249 1.84811 10.0938 2.46531 10.0938C3.3972 10.0938 4.22449 10.9064 4.22449 12C4.22449 13.0936 3.3972 13.9062 2.46531 13.9062C1.84811 13.9062 1.21912 14.4075 1.25153 15.1541C1.31938 16.7169 1.50973 17.8995 2.15493 18.8749C2.50435 19.4032 2.93986 19.8649 3.44301 20.2378C4.17492 20.7804 5.02568 21.0217 6.06138 21.1373C7.07163 21.25 8.34039 21.25 9.94709 21.25H9.94718H14.0536H14.0537C15.6604 21.25 16.9292 21.25 17.9394 21.1373C18.9751 21.0217 19.8259 20.7804 20.5578 20.2378C21.0609 19.8649 21.4965 19.4032 21.8459 18.8749C22.4911 17.8994 22.6815 16.7167 22.7493 15.1536C22.7498 15.1427 22.75 15.1319 22.75 15.1211V8.87895C22.75 8.86811 22.7498 8.85727 22.7493 8.84643C22.6815 7.28333 22.4911 6.10064 21.8459 5.12508C21.4965 4.5968 21.0609 4.13512 20.5578 3.76216C19.8259 3.21963 18.9751 2.97828 17.9394 2.86271C16.9292 2.74998 15.6604 2.74999 14.0537 2.75H14.0537H9.94714H9.94713ZM12 12C12 12.5523 12.4477 13 13 13L17 13C17.5523 13 18 12.5523 18 12C18 11.4477 17.5523 11 17 11L13 11C12.4477 11 12 11.4477 12 12ZM9 17C8.44772 17 8 16.5523 8 16C8 15.4477 8.44771 15 9 15L17 15C17.5523 15 18 15.4477 18 16C18 16.5523 17.5523 17 17 17L9 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-ticket-star{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.15438 2.87169C7.24967 2.96064 7.24967 3.10821 7.24967 3.40335V7C7.24967 7.41421 7.58545 7.75 7.99967 7.75C8.41388 7.75 8.74967 7.41421 8.74967 7V3.3488C8.74967 3.06722 8.74967 2.92643 8.83741 2.83859C8.92515 2.75074 9.06557 2.75057 9.34641 2.75023C9.53927 2.75 9.7374 2.75 9.94095 2.75H9.9468H9.94681H14.0533H14.0533H14.0534C15.6601 2.74999 16.9288 2.74998 17.9391 2.86271C18.9748 2.97828 19.8256 3.21963 20.5575 3.76216C21.0606 4.13512 21.4961 4.5968 21.8455 5.12508C22.4908 6.10064 22.6811 7.28333 22.749 8.84643C22.7494 8.85727 22.7497 8.86811 22.7497 8.87895V15.1211C22.7497 15.1319 22.7494 15.1427 22.749 15.1536C22.6811 16.7167 22.4908 17.8994 21.8455 18.8749C21.4961 19.4032 21.0606 19.8649 20.5575 20.2378C19.8256 20.7804 18.9748 21.0217 17.9391 21.1373C16.9288 21.25 15.6601 21.25 14.0534 21.25H14.0533H9.94685H9.94676H9.94183C9.73796 21.25 9.53955 21.25 9.34641 21.2498H9.34639C9.06556 21.2494 8.92515 21.2493 8.83741 21.1614C8.74967 21.0736 8.74967 20.9328 8.74967 20.6512L8.74967 17C8.74967 16.5858 8.41388 16.25 7.99967 16.25C7.58545 16.25 7.24967 16.5858 7.24967 17V20.5967C7.24967 20.8918 7.24967 21.0394 7.15438 21.1283C7.0591 21.2173 6.91506 21.2073 6.62699 21.1875C6.42981 21.1739 6.24132 21.1574 6.06105 21.1373C5.02534 21.0217 4.17459 20.7804 3.44267 20.2378C2.93953 19.8649 2.50402 19.4032 2.1546 18.8749C1.5094 17.8995 1.31905 16.7169 1.2512 15.1541C1.21879 14.4075 1.84777 13.9062 2.46497 13.9062C3.39687 13.9062 4.22416 13.0936 4.22416 12C4.22416 10.9064 3.39687 10.0938 2.46497 10.0938C1.84777 10.0938 1.21879 9.59249 1.2512 8.8459C1.31905 7.28307 1.5094 6.10053 2.1546 5.12508C2.50402 4.5968 2.93953 4.13512 3.44267 3.76216C4.17459 3.21963 5.02534 2.97828 6.06105 2.86271C6.24131 2.8426 6.42981 2.82607 6.62699 2.8125C6.91506 2.79266 7.0591 2.78274 7.15438 2.87169ZM15.6896 9.10053C15.4943 8.70508 15.107 8.25 14.4982 8.25C13.8902 8.25 13.5021 8.7041 13.3054 9.09865L13.3047 9.10005L12.8135 10.0905L11.9449 10.236C11.5059 10.3098 10.9813 10.5541 10.8026 11.1183C10.6249 11.6795 10.9091 12.1811 11.2213 12.4959L11.9031 13.1833L11.7098 14.026C11.6108 14.4574 11.5837 15.136 12.1245 15.5339C12.6691 15.9346 13.3095 15.6999 13.6894 15.4727L14.4985 14.9897L15.308 15.4729C15.6858 15.6979 16.3279 15.9363 16.8734 15.5353C17.4158 15.1366 17.3855 14.4556 17.2875 14.0266L17.094 13.1833L17.7739 12.4977L17.7749 12.4967C18.0891 12.1816 18.3744 11.6793 18.1951 11.1169C18.0155 10.5534 17.4908 10.3097 17.0526 10.2361L16.1803 10.09L15.6901 9.10145L15.6896 9.10053Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.15438 2.87169C7.24967 2.96064 7.24967 3.10821 7.24967 3.40335V7C7.24967 7.41421 7.58545 7.75 7.99967 7.75C8.41388 7.75 8.74967 7.41421 8.74967 7V3.3488C8.74967 3.06722 8.74967 2.92643 8.83741 2.83859C8.92515 2.75074 9.06557 2.75057 9.34641 2.75023C9.53927 2.75 9.7374 2.75 9.94095 2.75H9.9468H9.94681H14.0533H14.0533H14.0534C15.6601 2.74999 16.9288 2.74998 17.9391 2.86271C18.9748 2.97828 19.8256 3.21963 20.5575 3.76216C21.0606 4.13512 21.4961 4.5968 21.8455 5.12508C22.4908 6.10064 22.6811 7.28333 22.749 8.84643C22.7494 8.85727 22.7497 8.86811 22.7497 8.87895V15.1211C22.7497 15.1319 22.7494 15.1427 22.749 15.1536C22.6811 16.7167 22.4908 17.8994 21.8455 18.8749C21.4961 19.4032 21.0606 19.8649 20.5575 20.2378C19.8256 20.7804 18.9748 21.0217 17.9391 21.1373C16.9288 21.25 15.6601 21.25 14.0534 21.25H14.0533H9.94685H9.94676H9.94183C9.73796 21.25 9.53955 21.25 9.34641 21.2498H9.34639C9.06556 21.2494 8.92515 21.2493 8.83741 21.1614C8.74967 21.0736 8.74967 20.9328 8.74967 20.6512L8.74967 17C8.74967 16.5858 8.41388 16.25 7.99967 16.25C7.58545 16.25 7.24967 16.5858 7.24967 17V20.5967C7.24967 20.8918 7.24967 21.0394 7.15438 21.1283C7.0591 21.2173 6.91506 21.2073 6.62699 21.1875C6.42981 21.1739 6.24132 21.1574 6.06105 21.1373C5.02534 21.0217 4.17459 20.7804 3.44267 20.2378C2.93953 19.8649 2.50402 19.4032 2.1546 18.8749C1.5094 17.8995 1.31905 16.7169 1.2512 15.1541C1.21879 14.4075 1.84777 13.9062 2.46497 13.9062C3.39687 13.9062 4.22416 13.0936 4.22416 12C4.22416 10.9064 3.39687 10.0938 2.46497 10.0938C1.84777 10.0938 1.21879 9.59249 1.2512 8.8459C1.31905 7.28307 1.5094 6.10053 2.1546 5.12508C2.50402 4.5968 2.93953 4.13512 3.44267 3.76216C4.17459 3.21963 5.02534 2.97828 6.06105 2.86271C6.24131 2.8426 6.42981 2.82607 6.62699 2.8125C6.91506 2.79266 7.0591 2.78274 7.15438 2.87169ZM15.6896 9.10053C15.4943 8.70508 15.107 8.25 14.4982 8.25C13.8902 8.25 13.5021 8.7041 13.3054 9.09865L13.3047 9.10005L12.8135 10.0905L11.9449 10.236C11.5059 10.3098 10.9813 10.5541 10.8026 11.1183C10.6249 11.6795 10.9091 12.1811 11.2213 12.4959L11.9031 13.1833L11.7098 14.026C11.6108 14.4574 11.5837 15.136 12.1245 15.5339C12.6691 15.9346 13.3095 15.6999 13.6894 15.4727L14.4985 14.9897L15.308 15.4729C15.6858 15.6979 16.3279 15.9363 16.8734 15.5353C17.4158 15.1366 17.3855 14.4556 17.2875 14.0266L17.094 13.1833L17.7739 12.4977L17.7749 12.4967C18.0891 12.1816 18.3744 11.6793 18.1951 11.1169C18.0155 10.5534 17.4908 10.3097 17.0526 10.2361L16.1803 10.09L15.6901 9.10145L15.6896 9.10053Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-transaction{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9012 6.75C12.4535 6.75 12.9012 7.19772 12.9012 7.75V7.83327C13.5904 8.0297 14.1984 8.42925 14.5972 8.99566C14.9152 9.44721 14.8069 10.0711 14.3554 10.389C13.9038 10.707 13.28 10.5988 12.962 10.1472C12.8092 9.9302 12.4352 9.69463 11.9012 9.69463C11.0405 9.69463 10.749 10.2147 10.749 10.4086C10.749 10.5446 10.7704 10.6115 10.7817 10.6375C10.7893 10.6548 10.7974 10.6684 10.8262 10.6894C10.9127 10.7523 11.1925 10.8778 11.9012 10.8778C12.7488 10.8778 13.5909 11.0026 14.2377 11.4579C14.9612 11.9673 15.249 12.7446 15.249 13.5917C15.249 14.5444 14.8133 15.288 14.1054 15.7469C13.7405 15.9835 13.3266 16.1306 12.9012 16.2141V16.25C12.9012 16.8023 12.4535 17.25 11.9012 17.25C11.3489 17.25 10.9012 16.8023 10.9012 16.25V16.1846C10.2988 16.0347 9.75171 15.7487 9.33216 15.3434C8.93494 14.9597 8.92399 14.3266 9.3077 13.9294C9.69141 13.5322 10.3245 13.5212 10.7217 13.905C10.9356 14.1116 11.3527 14.3057 11.9012 14.3057C12.4484 14.3057 12.8174 14.1984 13.0174 14.0688C13.1592 13.9768 13.249 13.8634 13.249 13.5917C13.249 13.2147 13.1455 13.1349 13.0864 13.0934C12.9507 12.9978 12.6188 12.8778 11.9012 12.8778C11.0446 12.8778 10.2483 12.742 9.65007 12.307C8.98112 11.8206 8.74902 11.1077 8.74902 10.4086C8.74902 9.08338 9.74387 8.17449 10.9012 7.83859V7.75C10.9012 7.19771 11.3489 6.75 11.9012 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.20374 11.0241C3.20374 10.4844 2.7662 10.0468 2.22646 10.0468C1.68673 10.0468 1.24918 10.4844 1.24918 11.0241C1.24918 11.1076 1.25001 11.191 1.25165 11.2741C1.26228 11.8138 1.70836 12.2426 2.248 12.232C2.78763 12.2213 3.21646 11.7753 3.20583 11.2356C3.20444 11.1653 3.20374 11.0948 3.20374 11.0241ZM3.55466 13.7332C3.41653 13.2114 2.88159 12.9004 2.35982 13.0385C1.83806 13.1767 1.52706 13.7116 1.66518 14.2334C1.70793 14.3948 1.75381 14.555 1.80274 14.7137C1.96178 15.2295 2.50883 15.5186 3.0246 15.3596C3.54038 15.2006 3.82956 14.6535 3.67052 14.1377C3.62932 14.0041 3.59067 13.8692 3.55466 13.7332ZM4.69883 16.433C4.41916 15.9713 3.81822 15.8238 3.35659 16.1035C2.89496 16.3832 2.74745 16.9841 3.02712 17.4457C3.11387 17.5889 3.20343 17.73 3.29572 17.8689C3.59446 18.3184 4.20105 18.4407 4.65057 18.1419C5.1001 17.8432 5.22233 17.2366 4.92359 16.7871C4.84642 16.6709 4.77147 16.5529 4.69883 16.433ZM6.56278 18.6742C6.15823 18.317 5.54064 18.3553 5.18335 18.7598C4.82606 19.1644 4.86438 19.782 5.26893 20.1393C5.39517 20.2507 5.5238 20.3593 5.65474 20.4647C6.07514 20.8032 6.69035 20.7368 7.02884 20.3164C7.36733 19.896 7.30092 19.2807 6.88052 18.9423C6.77284 18.8556 6.6669 18.7662 6.56278 18.6742ZM9.00467 20.2037C8.50523 19.999 7.93447 20.238 7.72985 20.7375C7.52523 21.2369 7.76424 21.8077 8.26369 22.0123C8.42076 22.0767 8.57961 22.1371 8.74014 22.1936C9.24932 22.3726 9.80723 22.105 9.98627 21.5958C10.1653 21.0866 9.89768 20.5287 9.38851 20.3497C9.25935 20.3043 9.13138 20.2556 9.00467 20.2037ZM11.794 20.7942C11.2544 20.7802 10.8056 21.2061 10.7915 21.7457C10.7775 22.2853 11.2035 22.7341 11.743 22.7481C11.8282 22.7503 11.9136 22.7515 11.9993 22.7515C12.0441 22.7515 12.0883 22.7484 12.1316 22.7426C16.8236 22.5597 21.0788 19.465 22.369 14.7955C23.9615 9.03175 20.4141 3.14828 14.5253 1.6181C9.00323 0.183203 3.30825 3.06176 1.31561 8.18001C1.20224 8.4712 1.23496 8.79904 1.40363 9.06209C1.5723 9.32513 1.85658 9.49166 2.16851 9.51014L4.68941 9.65949C5.2282 9.69141 5.69086 9.28051 5.72278 8.74172C5.7547 8.20292 5.34379 7.74027 4.805 7.70835L3.7407 7.64529C5.734 4.2613 9.91867 2.44055 14.0337 3.50984C18.9198 4.77947 21.7724 9.61543 20.485 14.2749C19.4182 18.1359 15.8302 20.7305 11.8435 20.7954C11.8269 20.795 11.8105 20.7947 11.794 20.7942Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9012 6.75C12.4535 6.75 12.9012 7.19772 12.9012 7.75V7.83327C13.5904 8.0297 14.1984 8.42925 14.5972 8.99566C14.9152 9.44721 14.8069 10.0711 14.3554 10.389C13.9038 10.707 13.28 10.5988 12.962 10.1472C12.8092 9.9302 12.4352 9.69463 11.9012 9.69463C11.0405 9.69463 10.749 10.2147 10.749 10.4086C10.749 10.5446 10.7704 10.6115 10.7817 10.6375C10.7893 10.6548 10.7974 10.6684 10.8262 10.6894C10.9127 10.7523 11.1925 10.8778 11.9012 10.8778C12.7488 10.8778 13.5909 11.0026 14.2377 11.4579C14.9612 11.9673 15.249 12.7446 15.249 13.5917C15.249 14.5444 14.8133 15.288 14.1054 15.7469C13.7405 15.9835 13.3266 16.1306 12.9012 16.2141V16.25C12.9012 16.8023 12.4535 17.25 11.9012 17.25C11.3489 17.25 10.9012 16.8023 10.9012 16.25V16.1846C10.2988 16.0347 9.75171 15.7487 9.33216 15.3434C8.93494 14.9597 8.92399 14.3266 9.3077 13.9294C9.69141 13.5322 10.3245 13.5212 10.7217 13.905C10.9356 14.1116 11.3527 14.3057 11.9012 14.3057C12.4484 14.3057 12.8174 14.1984 13.0174 14.0688C13.1592 13.9768 13.249 13.8634 13.249 13.5917C13.249 13.2147 13.1455 13.1349 13.0864 13.0934C12.9507 12.9978 12.6188 12.8778 11.9012 12.8778C11.0446 12.8778 10.2483 12.742 9.65007 12.307C8.98112 11.8206 8.74902 11.1077 8.74902 10.4086C8.74902 9.08338 9.74387 8.17449 10.9012 7.83859V7.75C10.9012 7.19771 11.3489 6.75 11.9012 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.20374 11.0241C3.20374 10.4844 2.7662 10.0468 2.22646 10.0468C1.68673 10.0468 1.24918 10.4844 1.24918 11.0241C1.24918 11.1076 1.25001 11.191 1.25165 11.2741C1.26228 11.8138 1.70836 12.2426 2.248 12.232C2.78763 12.2213 3.21646 11.7753 3.20583 11.2356C3.20444 11.1653 3.20374 11.0948 3.20374 11.0241ZM3.55466 13.7332C3.41653 13.2114 2.88159 12.9004 2.35982 13.0385C1.83806 13.1767 1.52706 13.7116 1.66518 14.2334C1.70793 14.3948 1.75381 14.555 1.80274 14.7137C1.96178 15.2295 2.50883 15.5186 3.0246 15.3596C3.54038 15.2006 3.82956 14.6535 3.67052 14.1377C3.62932 14.0041 3.59067 13.8692 3.55466 13.7332ZM4.69883 16.433C4.41916 15.9713 3.81822 15.8238 3.35659 16.1035C2.89496 16.3832 2.74745 16.9841 3.02712 17.4457C3.11387 17.5889 3.20343 17.73 3.29572 17.8689C3.59446 18.3184 4.20105 18.4407 4.65057 18.1419C5.1001 17.8432 5.22233 17.2366 4.92359 16.7871C4.84642 16.6709 4.77147 16.5529 4.69883 16.433ZM6.56278 18.6742C6.15823 18.317 5.54064 18.3553 5.18335 18.7598C4.82606 19.1644 4.86438 19.782 5.26893 20.1393C5.39517 20.2507 5.5238 20.3593 5.65474 20.4647C6.07514 20.8032 6.69035 20.7368 7.02884 20.3164C7.36733 19.896 7.30092 19.2807 6.88052 18.9423C6.77284 18.8556 6.6669 18.7662 6.56278 18.6742ZM9.00467 20.2037C8.50523 19.999 7.93447 20.238 7.72985 20.7375C7.52523 21.2369 7.76424 21.8077 8.26369 22.0123C8.42076 22.0767 8.57961 22.1371 8.74014 22.1936C9.24932 22.3726 9.80723 22.105 9.98627 21.5958C10.1653 21.0866 9.89768 20.5287 9.38851 20.3497C9.25935 20.3043 9.13138 20.2556 9.00467 20.2037ZM11.794 20.7942C11.2544 20.7802 10.8056 21.2061 10.7915 21.7457C10.7775 22.2853 11.2035 22.7341 11.743 22.7481C11.8282 22.7503 11.9136 22.7515 11.9993 22.7515C12.0441 22.7515 12.0883 22.7484 12.1316 22.7426C16.8236 22.5597 21.0788 19.465 22.369 14.7955C23.9615 9.03175 20.4141 3.14828 14.5253 1.6181C9.00323 0.183203 3.30825 3.06176 1.31561 8.18001C1.20224 8.4712 1.23496 8.79904 1.40363 9.06209C1.5723 9.32513 1.85658 9.49166 2.16851 9.51014L4.68941 9.65949C5.2282 9.69141 5.69086 9.28051 5.72278 8.74172C5.7547 8.20292 5.34379 7.74027 4.805 7.70835L3.7407 7.64529C5.734 4.2613 9.91867 2.44055 14.0337 3.50984C18.9198 4.77947 21.7724 9.61543 20.485 14.2749C19.4182 18.1359 15.8302 20.7305 11.8435 20.7954C11.8269 20.795 11.8105 20.7947 11.794 20.7942Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-trolley-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.05239 3.53759C4.78746 3.5021 4.42157 3.50001 3.80116 3.50001H2.5C1.94772 3.50001 1.5 3.05229 1.5 2.50001C1.5 1.94772 1.94772 1.50001 2.5 1.50001H3.80116C3.82042 1.50001 3.83962 1.50001 3.85877 1.5C4.40185 1.49994 4.90417 1.49987 5.31791 1.55529C5.77898 1.61705 6.25289 1.76069 6.66011 2.13703C7.0612 2.50769 7.24858 2.96691 7.36179 3.41835C7.46602 3.83398 7.5312 4.35037 7.60363 4.92415C7.6059 4.94211 7.60817 4.96013 7.61045 4.9782L8.73784 13.9033C8.84543 14.7551 8.91657 15.3047 9.01771 15.708C9.11312 16.0885 9.20588 16.2077 9.27368 16.2704C9.33536 16.3274 9.44168 16.4004 9.7894 16.447C10.1699 16.4979 10.684 16.5 11.502 16.5H21.5C22.0523 16.5 22.5 16.9477 22.5 17.5C22.5 18.0523 22.0523 18.5 21.5 18.5L11.4399 18.5C10.7027 18.5001 10.0529 18.5001 9.52388 18.4293C8.94727 18.352 8.39047 18.1774 7.91627 17.7392C7.44819 17.3066 7.22079 16.7648 7.07777 16.1945C6.94379 15.6602 6.85908 14.9893 6.7609 14.2118L5.62622 5.22884C5.54474 4.5838 5.49319 4.18928 5.42186 3.90484C5.35773 3.64912 5.3059 3.60837 5.30283 3.60595C5.30276 3.60589 5.30285 3.60597 5.30283 3.60595C5.2975 3.60102 5.29078 3.59489 5.2666 3.58522C5.23568 3.57285 5.17288 3.55372 5.05239 3.53759Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 20.5C10 19.3954 10.8954 18.5 12 18.5C13.1046 18.5 14 19.3954 14 20.5C14 21.6046 13.1046 22.5 12 22.5C10.8954 22.5 10 21.6046 10 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 20.5C17 19.3954 17.8954 18.5 19 18.5C20.1046 18.5 21 19.3954 21 20.5C21 21.6046 20.1046 22.5 19 22.5C17.8954 22.5 17 21.6046 17 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5 14.5H14.5C13.5572 14.5 13.0858 14.5 12.7929 14.1339C12.5 13.7678 12.5 13.1785 12.5 12C12.5 10.8215 12.5 10.2322 12.7929 9.86612C13.0858 9.5 13.5572 9.5 14.5 9.5H20.5C21.4428 9.5 21.9142 9.5 22.2071 9.86612C22.5 10.2322 22.5 10.8215 22.5 12C22.5 13.1785 22.5 13.7678 22.2071 14.1339C21.9142 14.5 21.4428 14.5 20.5 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5 8.5H12.5C11.5572 8.5 11.0858 8.5 10.7929 8.13388C10.5 7.76777 10.5 7.17851 10.5 6C10.5 4.82149 10.5 4.23223 10.7929 3.86612C11.0858 3.5 11.5572 3.5 12.5 3.5H18.5C19.4428 3.5 19.9142 3.5 20.2071 3.86612C20.5 4.23223 20.5 4.82149 20.5 6C20.5 7.17851 20.5 7.76777 20.2071 8.13388C19.9142 8.5 19.4428 8.5 18.5 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.05239 3.53759C4.78746 3.5021 4.42157 3.50001 3.80116 3.50001H2.5C1.94772 3.50001 1.5 3.05229 1.5 2.50001C1.5 1.94772 1.94772 1.50001 2.5 1.50001H3.80116C3.82042 1.50001 3.83962 1.50001 3.85877 1.5C4.40185 1.49994 4.90417 1.49987 5.31791 1.55529C5.77898 1.61705 6.25289 1.76069 6.66011 2.13703C7.0612 2.50769 7.24858 2.96691 7.36179 3.41835C7.46602 3.83398 7.5312 4.35037 7.60363 4.92415C7.6059 4.94211 7.60817 4.96013 7.61045 4.9782L8.73784 13.9033C8.84543 14.7551 8.91657 15.3047 9.01771 15.708C9.11312 16.0885 9.20588 16.2077 9.27368 16.2704C9.33536 16.3274 9.44168 16.4004 9.7894 16.447C10.1699 16.4979 10.684 16.5 11.502 16.5H21.5C22.0523 16.5 22.5 16.9477 22.5 17.5C22.5 18.0523 22.0523 18.5 21.5 18.5L11.4399 18.5C10.7027 18.5001 10.0529 18.5001 9.52388 18.4293C8.94727 18.352 8.39047 18.1774 7.91627 17.7392C7.44819 17.3066 7.22079 16.7648 7.07777 16.1945C6.94379 15.6602 6.85908 14.9893 6.7609 14.2118L5.62622 5.22884C5.54474 4.5838 5.49319 4.18928 5.42186 3.90484C5.35773 3.64912 5.3059 3.60837 5.30283 3.60595C5.30276 3.60589 5.30285 3.60597 5.30283 3.60595C5.2975 3.60102 5.29078 3.59489 5.2666 3.58522C5.23568 3.57285 5.17288 3.55372 5.05239 3.53759Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 20.5C10 19.3954 10.8954 18.5 12 18.5C13.1046 18.5 14 19.3954 14 20.5C14 21.6046 13.1046 22.5 12 22.5C10.8954 22.5 10 21.6046 10 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 20.5C17 19.3954 17.8954 18.5 19 18.5C20.1046 18.5 21 19.3954 21 20.5C21 21.6046 20.1046 22.5 19 22.5C17.8954 22.5 17 21.6046 17 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5 14.5H14.5C13.5572 14.5 13.0858 14.5 12.7929 14.1339C12.5 13.7678 12.5 13.1785 12.5 12C12.5 10.8215 12.5 10.2322 12.7929 9.86612C13.0858 9.5 13.5572 9.5 14.5 9.5H20.5C21.4428 9.5 21.9142 9.5 22.2071 9.86612C22.5 10.2322 22.5 10.8215 22.5 12C22.5 13.1785 22.5 13.7678 22.2071 14.1339C21.9142 14.5 21.4428 14.5 20.5 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.5 8.5H12.5C11.5572 8.5 11.0858 8.5 10.7929 8.13388C10.5 7.76777 10.5 7.17851 10.5 6C10.5 4.82149 10.5 4.23223 10.7929 3.86612C11.0858 3.5 11.5572 3.5 12.5 3.5H18.5C19.4428 3.5 19.9142 3.5 20.2071 3.86612C20.5 4.23223 20.5 4.82149 20.5 6C20.5 7.17851 20.5 7.76777 20.2071 8.13388C19.9142 8.5 19.4428 8.5 18.5 8.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-trolley-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.05239 3.53759C4.78746 3.5021 4.42157 3.50001 3.80116 3.50001H2.5C1.94772 3.50001 1.5 3.05229 1.5 2.50001C1.5 1.94772 1.94772 1.50001 2.5 1.50001H3.80116C3.82042 1.50001 3.83962 1.50001 3.85877 1.5C4.40185 1.49994 4.90417 1.49987 5.31791 1.55529C5.77898 1.61705 6.25289 1.76069 6.66011 2.13703C7.0612 2.50769 7.24858 2.96691 7.36179 3.41835C7.46602 3.83398 7.5312 4.35037 7.60363 4.92415C7.6059 4.94211 7.60817 4.96013 7.61045 4.9782L8.73784 13.9033C8.84543 14.7551 8.91657 15.3047 9.01771 15.708C9.11312 16.0885 9.20588 16.2077 9.27368 16.2704C9.33536 16.3274 9.44168 16.4004 9.7894 16.447C10.1699 16.4979 10.684 16.5 11.502 16.5H21.5C22.0523 16.5 22.5 16.9477 22.5 17.5C22.5 18.0523 22.0523 18.5 21.5 18.5L11.4399 18.5C10.7027 18.5001 10.0529 18.5001 9.52388 18.4293C8.94727 18.352 8.39047 18.1774 7.91627 17.7392C7.44819 17.3066 7.22079 16.7648 7.07777 16.1945C6.94379 15.6602 6.85908 14.9893 6.7609 14.2118L5.62622 5.22884C5.54474 4.5838 5.49319 4.18928 5.42186 3.90484C5.35773 3.64912 5.3059 3.60837 5.30283 3.60595C5.30276 3.60589 5.30285 3.60597 5.30283 3.60595C5.2975 3.60102 5.29078 3.59489 5.2666 3.58522C5.23568 3.57285 5.17288 3.55372 5.05239 3.53759Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 20.5C10 19.3954 10.8954 18.5 12 18.5C13.1046 18.5 14 19.3954 14 20.5C14 21.6046 13.1046 22.5 12 22.5C10.8954 22.5 10 21.6046 10 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 20.5C17 19.3954 17.8954 18.5 19 18.5C20.1046 18.5 21 19.3954 21 20.5C21 21.6046 20.1046 22.5 19 22.5C17.8954 22.5 17 21.6046 17 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.0445 4.07991C19.4497 3.99994 18.7005 3.99997 17.802 4H17.802H15.698H15.698C14.7995 3.99997 14.0503 3.99994 13.4555 4.07991C12.8277 4.16431 12.2609 4.34998 11.8055 4.80545C11.35 5.26092 11.1643 5.82772 11.0799 6.45552C11 7.05029 11 7.79948 11 8.69794V8.69797V8.698V10.802V10.802V10.8021C11 11.7005 11 12.4497 11.0799 13.0445C11.1643 13.6723 11.35 14.2391 11.8055 14.6945C12.2609 15.15 12.8277 15.3357 13.4555 15.4201C14.0503 15.5001 14.7995 15.5 15.698 15.5H15.698H15.698H17.802H17.802H17.8021C18.7005 15.5 19.4497 15.5001 20.0445 15.4201C20.6723 15.3357 21.2391 15.15 21.6945 14.6945C22.15 14.2391 22.3357 13.6723 22.4201 13.0445C22.5001 12.4497 22.5 11.7005 22.5 10.802V10.802V8.698V8.69797C22.5 7.7995 22.5001 7.05029 22.4201 6.45552C22.3357 5.82772 22.15 5.26092 21.6945 4.80545C21.2391 4.34998 20.6723 4.16431 20.0445 4.07991ZM15.75 6C15.3358 6 15 6.33578 15 6.75C15 7.16421 15.3358 7.5 15.75 7.5H17.75C18.1642 7.5 18.5 7.16421 18.5 6.75C18.5 6.33578 18.1642 6 17.75 6H15.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.05239 3.53759C4.78746 3.5021 4.42157 3.50001 3.80116 3.50001H2.5C1.94772 3.50001 1.5 3.05229 1.5 2.50001C1.5 1.94772 1.94772 1.50001 2.5 1.50001H3.80116C3.82042 1.50001 3.83962 1.50001 3.85877 1.5C4.40185 1.49994 4.90417 1.49987 5.31791 1.55529C5.77898 1.61705 6.25289 1.76069 6.66011 2.13703C7.0612 2.50769 7.24858 2.96691 7.36179 3.41835C7.46602 3.83398 7.5312 4.35037 7.60363 4.92415C7.6059 4.94211 7.60817 4.96013 7.61045 4.9782L8.73784 13.9033C8.84543 14.7551 8.91657 15.3047 9.01771 15.708C9.11312 16.0885 9.20588 16.2077 9.27368 16.2704C9.33536 16.3274 9.44168 16.4004 9.7894 16.447C10.1699 16.4979 10.684 16.5 11.502 16.5H21.5C22.0523 16.5 22.5 16.9477 22.5 17.5C22.5 18.0523 22.0523 18.5 21.5 18.5L11.4399 18.5C10.7027 18.5001 10.0529 18.5001 9.52388 18.4293C8.94727 18.352 8.39047 18.1774 7.91627 17.7392C7.44819 17.3066 7.22079 16.7648 7.07777 16.1945C6.94379 15.6602 6.85908 14.9893 6.7609 14.2118L5.62622 5.22884C5.54474 4.5838 5.49319 4.18928 5.42186 3.90484C5.35773 3.64912 5.3059 3.60837 5.30283 3.60595C5.30276 3.60589 5.30285 3.60597 5.30283 3.60595C5.2975 3.60102 5.29078 3.59489 5.2666 3.58522C5.23568 3.57285 5.17288 3.55372 5.05239 3.53759Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 20.5C10 19.3954 10.8954 18.5 12 18.5C13.1046 18.5 14 19.3954 14 20.5C14 21.6046 13.1046 22.5 12 22.5C10.8954 22.5 10 21.6046 10 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 20.5C17 19.3954 17.8954 18.5 19 18.5C20.1046 18.5 21 19.3954 21 20.5C21 21.6046 20.1046 22.5 19 22.5C17.8954 22.5 17 21.6046 17 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.0445 4.07991C19.4497 3.99994 18.7005 3.99997 17.802 4H17.802H15.698H15.698C14.7995 3.99997 14.0503 3.99994 13.4555 4.07991C12.8277 4.16431 12.2609 4.34998 11.8055 4.80545C11.35 5.26092 11.1643 5.82772 11.0799 6.45552C11 7.05029 11 7.79948 11 8.69794V8.69797V8.698V10.802V10.802V10.8021C11 11.7005 11 12.4497 11.0799 13.0445C11.1643 13.6723 11.35 14.2391 11.8055 14.6945C12.2609 15.15 12.8277 15.3357 13.4555 15.4201C14.0503 15.5001 14.7995 15.5 15.698 15.5H15.698H15.698H17.802H17.802H17.8021C18.7005 15.5 19.4497 15.5001 20.0445 15.4201C20.6723 15.3357 21.2391 15.15 21.6945 14.6945C22.15 14.2391 22.3357 13.6723 22.4201 13.0445C22.5001 12.4497 22.5 11.7005 22.5 10.802V10.802V8.698V8.69797C22.5 7.7995 22.5001 7.05029 22.4201 6.45552C22.3357 5.82772 22.15 5.26092 21.6945 4.80545C21.2391 4.34998 20.6723 4.16431 20.0445 4.07991ZM15.75 6C15.3358 6 15 6.33578 15 6.75C15 7.16421 15.3358 7.5 15.75 7.5H17.75C18.1642 7.5 18.5 7.16421 18.5 6.75C18.5 6.33578 18.1642 6 17.75 6H15.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-shopping-icons-voucher{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4.5C2 5.32843 2.67157 6 3.5 6C4.32843 6 5 5.32843 5 4.5C5 3.67157 4.32843 3 3.5 3C2.67157 3 2 3.67157 2 4.5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M2 11.5C2 12.3284 2.67157 13 3.5 13C4.32843 13 5 12.3284 5 11.5C5 10.6716 4.32843 10 3.5 10C2.67157 10 2 10.6716 2 11.5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.49998 4C3.77612 4 3.99998 4.22386 3.99998 4.5C3.99998 4.63557 3.94602 4.75854 3.85841 4.8486C3.85587 4.85113 3.85334 4.85368 3.85082 4.85624C3.76056 4.94514 3.63667 5 3.49998 5C3.22383 5 2.99998 4.77614 2.99998 4.5C2.99998 4.22386 3.22383 4 3.49998 4ZM4.47587 6.80236C4.17603 6.92961 3.84623 7 3.49998 7C2.11926 7 0.999975 5.88071 0.999975 4.5C0.999975 3.11929 2.11926 2 3.49998 2C4.88069 2 5.99997 3.11929 5.99997 4.5C5.99997 4.79781 5.9479 5.08345 5.85237 5.34832L7.41046 6.68955L10.3598 4.23178C10.7841 3.87821 11.4146 3.93554 11.7682 4.35982C12.1218 4.78409 12.0644 5.41466 11.6402 5.76822L8.96203 8L11.6402 10.2318C12.0644 10.5853 12.1218 11.2159 11.7682 11.6402C11.4146 12.0645 10.7841 12.1218 10.3598 11.7682L7.39654 9.29884L5.82948 10.5907C5.93956 10.8725 5.99997 11.1792 5.99997 11.5C5.99997 12.8807 4.88069 14 3.49998 14C2.11926 14 0.999975 12.8807 0.999975 11.5C0.999975 10.1193 2.11926 9 3.49998 9C3.82047 9 4.12688 9.06031 4.40847 9.17019L5.84796 7.98347L4.47587 6.80236ZM3.84197 11.1352C3.83742 11.1312 3.8329 11.1271 3.82841 11.123C3.74056 11.0464 3.62569 11 3.49998 11C3.22383 11 2.99998 11.2239 2.99998 11.5C2.99998 11.7761 3.22383 12 3.49998 12C3.77612 12 3.99998 11.7761 3.99998 11.5C3.99998 11.3561 3.93922 11.2265 3.84197 11.1352Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9231 7C12.9231 6.44772 13.3708 6 13.9231 6H16.0769C16.6292 6 17.0769 6.44772 17.0769 7C17.0769 7.55228 16.6292 8 16.0769 8L13.9231 8C13.3708 8 12.9231 7.55228 12.9231 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.884 6.99775C19.0345 6.46637 19.5873 6.15763 20.1187 6.30814C20.7455 6.4857 21.2957 6.77372 21.7608 7.23889C22.226 7.70407 22.514 8.25422 22.6916 8.88107C22.8421 9.41245 22.5333 9.96523 22.0019 10.1157C21.4706 10.2663 20.9178 9.9575 20.7673 9.42612C20.6646 9.06351 20.5272 8.83365 20.3466 8.65309C20.1661 8.47254 19.9362 8.33514 19.5736 8.23243C19.0422 8.08192 18.7335 7.52913 18.884 6.99775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22 11.9229C22.5523 11.9229 23 12.3706 23 12.9229V15.0768C23 15.6291 22.5523 16.0768 22 16.0768C21.4477 16.0768 21 15.6291 21 15.0768V12.9229C21 12.3706 21.4477 11.9229 22 11.9229Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8 13C8.55228 13 9 13.4477 9 14L9 15.0768C9 15.6291 8.55228 16.0768 8 16.0768C7.44772 16.0768 7 15.6291 7 15.0768V14C7 13.4477 7.44772 13 8 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.99805 17.884C8.52943 17.7334 9.08222 18.0422 9.23273 18.5736C9.33543 18.9362 9.47283 19.1661 9.65338 19.3466C9.83394 19.5272 10.0638 19.6646 10.4264 19.7673C10.9578 19.9178 11.2665 20.4706 11.116 21.002C10.9655 21.5333 10.4127 21.8421 9.88131 21.6916C9.25446 21.514 8.70432 21.226 8.23916 20.7608C7.77399 20.2956 7.48598 19.7455 7.30843 19.1186C7.15792 18.5873 7.46667 18.0345 7.99805 17.884Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.0019 17.884C22.5333 18.0345 22.8421 18.5873 22.6916 19.1186C22.514 19.7455 22.226 20.2956 21.7608 20.7608C21.2957 21.226 20.7455 21.514 20.1187 21.6916C19.5873 21.8421 19.0345 21.5333 18.884 21.002C18.7335 20.4706 19.0422 19.9178 19.5736 19.7673C19.9362 19.6646 20.1661 19.5272 20.3466 19.3466C20.5272 19.1661 20.6646 18.9362 20.7673 18.5736C20.9178 18.0422 21.4706 17.7334 22.0019 17.884Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9231 21C12.9231 20.4477 13.3708 20 13.9231 20H16.0769C16.6292 20 17.0769 20.4477 17.0769 21C17.0769 21.5523 16.6292 22 16.0769 22H13.9231C13.3708 22 12.9231 21.5523 12.9231 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4.5C2 5.32843 2.67157 6 3.5 6C4.32843 6 5 5.32843 5 4.5C5 3.67157 4.32843 3 3.5 3C2.67157 3 2 3.67157 2 4.5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M2 11.5C2 12.3284 2.67157 13 3.5 13C4.32843 13 5 12.3284 5 11.5C5 10.6716 4.32843 10 3.5 10C2.67157 10 2 10.6716 2 11.5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.49998 4C3.77612 4 3.99998 4.22386 3.99998 4.5C3.99998 4.63557 3.94602 4.75854 3.85841 4.8486C3.85587 4.85113 3.85334 4.85368 3.85082 4.85624C3.76056 4.94514 3.63667 5 3.49998 5C3.22383 5 2.99998 4.77614 2.99998 4.5C2.99998 4.22386 3.22383 4 3.49998 4ZM4.47587 6.80236C4.17603 6.92961 3.84623 7 3.49998 7C2.11926 7 0.999975 5.88071 0.999975 4.5C0.999975 3.11929 2.11926 2 3.49998 2C4.88069 2 5.99997 3.11929 5.99997 4.5C5.99997 4.79781 5.9479 5.08345 5.85237 5.34832L7.41046 6.68955L10.3598 4.23178C10.7841 3.87821 11.4146 3.93554 11.7682 4.35982C12.1218 4.78409 12.0644 5.41466 11.6402 5.76822L8.96203 8L11.6402 10.2318C12.0644 10.5853 12.1218 11.2159 11.7682 11.6402C11.4146 12.0645 10.7841 12.1218 10.3598 11.7682L7.39654 9.29884L5.82948 10.5907C5.93956 10.8725 5.99997 11.1792 5.99997 11.5C5.99997 12.8807 4.88069 14 3.49998 14C2.11926 14 0.999975 12.8807 0.999975 11.5C0.999975 10.1193 2.11926 9 3.49998 9C3.82047 9 4.12688 9.06031 4.40847 9.17019L5.84796 7.98347L4.47587 6.80236ZM3.84197 11.1352C3.83742 11.1312 3.8329 11.1271 3.82841 11.123C3.74056 11.0464 3.62569 11 3.49998 11C3.22383 11 2.99998 11.2239 2.99998 11.5C2.99998 11.7761 3.22383 12 3.49998 12C3.77612 12 3.99998 11.7761 3.99998 11.5C3.99998 11.3561 3.93922 11.2265 3.84197 11.1352Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9231 7C12.9231 6.44772 13.3708 6 13.9231 6H16.0769C16.6292 6 17.0769 6.44772 17.0769 7C17.0769 7.55228 16.6292 8 16.0769 8L13.9231 8C13.3708 8 12.9231 7.55228 12.9231 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.884 6.99775C19.0345 6.46637 19.5873 6.15763 20.1187 6.30814C20.7455 6.4857 21.2957 6.77372 21.7608 7.23889C22.226 7.70407 22.514 8.25422 22.6916 8.88107C22.8421 9.41245 22.5333 9.96523 22.0019 10.1157C21.4706 10.2663 20.9178 9.9575 20.7673 9.42612C20.6646 9.06351 20.5272 8.83365 20.3466 8.65309C20.1661 8.47254 19.9362 8.33514 19.5736 8.23243C19.0422 8.08192 18.7335 7.52913 18.884 6.99775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22 11.9229C22.5523 11.9229 23 12.3706 23 12.9229V15.0768C23 15.6291 22.5523 16.0768 22 16.0768C21.4477 16.0768 21 15.6291 21 15.0768V12.9229C21 12.3706 21.4477 11.9229 22 11.9229Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8 13C8.55228 13 9 13.4477 9 14L9 15.0768C9 15.6291 8.55228 16.0768 8 16.0768C7.44772 16.0768 7 15.6291 7 15.0768V14C7 13.4477 7.44772 13 8 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.99805 17.884C8.52943 17.7334 9.08222 18.0422 9.23273 18.5736C9.33543 18.9362 9.47283 19.1661 9.65338 19.3466C9.83394 19.5272 10.0638 19.6646 10.4264 19.7673C10.9578 19.9178 11.2665 20.4706 11.116 21.002C10.9655 21.5333 10.4127 21.8421 9.88131 21.6916C9.25446 21.514 8.70432 21.226 8.23916 20.7608C7.77399 20.2956 7.48598 19.7455 7.30843 19.1186C7.15792 18.5873 7.46667 18.0345 7.99805 17.884Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.0019 17.884C22.5333 18.0345 22.8421 18.5873 22.6916 19.1186C22.514 19.7455 22.226 20.2956 21.7608 20.7608C21.2957 21.226 20.7455 21.514 20.1187 21.6916C19.5873 21.8421 19.0345 21.5333 18.884 21.002C18.7335 20.4706 19.0422 19.9178 19.5736 19.7673C19.9362 19.6646 20.1661 19.5272 20.3466 19.3466C20.5272 19.1661 20.6646 18.9362 20.7673 18.5736C20.9178 18.0422 21.4706 17.7334 22.0019 17.884Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9231 21C12.9231 20.4477 13.3708 20 13.9231 20H16.0769C16.6292 20 17.0769 20.4477 17.0769 21C17.0769 21.5523 16.6292 22 16.0769 22H13.9231C13.3708 22 12.9231 21.5523 12.9231 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-alien-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.64617 1.25 2.25 5.03266 2.25 11C2.25 14.0182 3.87645 16.9406 5.82039 19.076C6.80001 20.152 7.88544 21.0571 8.93788 21.6984C9.97195 22.3284 11.0501 22.75 12 22.75C12.9499 22.75 14.028 22.3284 15.0621 21.6984C16.1146 21.0571 17.2 20.152 18.1796 19.076C20.1236 16.9406 21.75 14.0182 21.75 11C21.75 5.03266 17.3538 1.25 12 1.25ZM6.5 9.25C5.80964 9.25 5.25 9.80964 5.25 10.5V11.3333C5.25 13.2203 6.77969 14.75 8.66667 14.75H9.5C10.1904 14.75 10.75 14.1904 10.75 13.5V12.6667C10.75 10.7797 9.22031 9.25 7.33333 9.25H6.5ZM18.3847 9.61613C18.6205 9.85193 18.6963 10.1321 18.7258 10.3514C18.751 10.5387 18.7509 11.1282 18.7508 11.3333C18.7508 13.2203 17.2211 14.75 15.3341 14.75C15.129 14.7501 14.5394 14.7502 14.3522 14.725C14.1329 14.6955 13.8527 14.6197 13.6169 14.3839C13.3811 14.1481 13.3053 13.8679 13.2758 13.6486C13.2506 13.4614 13.2499 12.8718 13.25 12.6667C13.25 10.7797 14.7805 9.25001 16.6674 9.25001C16.8726 9.24993 17.4621 9.24983 17.6493 9.275C17.8687 9.30449 18.1489 9.38033 18.3847 9.61613ZM11 17C10.4477 17 10 17.4477 10 18C10 18.5523 10.4477 19 11 19H13C13.5523 19 14 18.5523 14 18C14 17.4477 13.5523 17 13 17H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.64617 1.25 2.25 5.03266 2.25 11C2.25 14.0182 3.87645 16.9406 5.82039 19.076C6.80001 20.152 7.88544 21.0571 8.93788 21.6984C9.97195 22.3284 11.0501 22.75 12 22.75C12.9499 22.75 14.028 22.3284 15.0621 21.6984C16.1146 21.0571 17.2 20.152 18.1796 19.076C20.1236 16.9406 21.75 14.0182 21.75 11C21.75 5.03266 17.3538 1.25 12 1.25ZM6.5 9.25C5.80964 9.25 5.25 9.80964 5.25 10.5V11.3333C5.25 13.2203 6.77969 14.75 8.66667 14.75H9.5C10.1904 14.75 10.75 14.1904 10.75 13.5V12.6667C10.75 10.7797 9.22031 9.25 7.33333 9.25H6.5ZM18.3847 9.61613C18.6205 9.85193 18.6963 10.1321 18.7258 10.3514C18.751 10.5387 18.7509 11.1282 18.7508 11.3333C18.7508 13.2203 17.2211 14.75 15.3341 14.75C15.129 14.7501 14.5394 14.7502 14.3522 14.725C14.1329 14.6955 13.8527 14.6197 13.6169 14.3839C13.3811 14.1481 13.3053 13.8679 13.2758 13.6486C13.2506 13.4614 13.2499 12.8718 13.25 12.6667C13.25 10.7797 14.7805 9.25001 16.6674 9.25001C16.8726 9.24993 17.4621 9.24983 17.6493 9.275C17.8687 9.30449 18.1489 9.38033 18.3847 9.61613ZM11 17C10.4477 17 10 17.4477 10 18C10 18.5523 10.4477 19 11 19H13C13.5523 19 14 18.5523 14 18C14 17.4477 13.5523 17 13 17H11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-alien-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.78363 9.74988C4.16255 5.545 7.69647 2.24988 12 2.24988C16.3035 2.24988 19.8374 5.545 20.2164 9.74988H20.5C21.7426 9.74988 22.75 10.7572 22.75 11.9999C22.75 13.2425 21.7426 14.2499 20.5 14.2499H20.25L20.25 19.0554C20.2501 19.6837 20.2501 20.2366 20.188 20.6624C20.1231 21.1074 19.963 21.6237 19.4596 21.9331C18.3991 22.5847 17.2838 22.0289 16.7517 21.7239C16.5851 21.5957 16.0126 21.2082 15.7486 21.1181C15.4904 21.0301 15.3117 21.0444 15.1719 21.1286C14.9632 21.2541 14.7508 21.404 14.5199 21.5716C14.3308 21.7095 14.0039 21.9478 13.8025 22.0821C13.3258 22.4001 12.707 22.7499 12 22.7499C11.293 22.7499 10.6742 22.4001 10.1975 22.0821C9.9961 21.9478 9.79298 21.7997 9.60387 21.6617C9.37294 21.4941 9.03682 21.2541 8.82815 21.1286C8.6883 21.0444 8.50962 21.0301 8.25138 21.1181C7.98741 21.2082 7.41493 21.5957 7.24828 21.7239C6.71623 22.0289 5.60095 22.5847 4.54043 21.9331C4.037 21.6237 3.87687 21.1074 3.81198 20.6624C3.7499 20.2366 3.74994 19.6837 3.75 19.0554L3.75 14.2499H3.5C2.25736 14.2499 1.25 13.2425 1.25 11.9999C1.25 10.7572 2.25736 9.74988 3.5 9.74988H3.78363ZM8.25 9.99988C8.25 7.92881 9.92893 6.24988 12 6.24988C14.0711 6.24988 15.75 7.92881 15.75 9.99988C15.75 12.0709 14.0711 13.7499 12 13.7499C9.92893 13.7499 8.25 12.0709 8.25 9.99988ZM11.9902 15.9999C11.4379 15.9999 10.9902 16.4476 10.9902 16.9999C10.9902 17.5522 11.4379 17.9999 11.9902 17.9999H11.9992C12.5515 17.9999 12.9992 17.5522 12.9992 16.9999C12.9992 16.4476 12.5515 15.9999 11.9992 15.9999H11.9902Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.54654 1.26508C4.0753 1.17458 4.58331 1.49739 4.68123 1.9861C4.73719 2.26541 4.92237 2.74687 5.27942 3.16527C5.62227 3.56702 6.09516 3.8824 6.76084 3.95623C7.29475 4.01545 7.67564 4.4635 7.61157 4.95697C7.5475 5.45045 7.06274 5.80249 6.52883 5.74327C5.24718 5.60112 4.34071 4.97158 3.75046 4.27991C3.17441 3.60489 2.87276 2.84446 2.76645 2.31383C2.66853 1.82513 3.01779 1.35558 3.54654 1.26508ZM20.4535 1.26519C20.9822 1.35569 21.3315 1.82524 21.2335 2.31394C21.1272 2.84456 20.8256 3.605 20.2495 4.28002C19.6593 4.97169 18.7528 5.60123 17.4712 5.74338C16.9373 5.8026 16.4525 5.45056 16.3884 4.95708C16.3244 4.46361 16.7052 4.01556 17.2392 3.95634C17.9048 3.88251 18.3777 3.56713 18.7206 3.16538C19.0776 2.74698 19.2628 2.26552 19.3188 1.98621C19.4167 1.4975 19.9247 1.17469 20.4535 1.26519Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.78363 9.74988C4.16255 5.545 7.69647 2.24988 12 2.24988C16.3035 2.24988 19.8374 5.545 20.2164 9.74988H20.5C21.7426 9.74988 22.75 10.7572 22.75 11.9999C22.75 13.2425 21.7426 14.2499 20.5 14.2499H20.25L20.25 19.0554C20.2501 19.6837 20.2501 20.2366 20.188 20.6624C20.1231 21.1074 19.963 21.6237 19.4596 21.9331C18.3991 22.5847 17.2838 22.0289 16.7517 21.7239C16.5851 21.5957 16.0126 21.2082 15.7486 21.1181C15.4904 21.0301 15.3117 21.0444 15.1719 21.1286C14.9632 21.2541 14.7508 21.404 14.5199 21.5716C14.3308 21.7095 14.0039 21.9478 13.8025 22.0821C13.3258 22.4001 12.707 22.7499 12 22.7499C11.293 22.7499 10.6742 22.4001 10.1975 22.0821C9.9961 21.9478 9.79298 21.7997 9.60387 21.6617C9.37294 21.4941 9.03682 21.2541 8.82815 21.1286C8.6883 21.0444 8.50962 21.0301 8.25138 21.1181C7.98741 21.2082 7.41493 21.5957 7.24828 21.7239C6.71623 22.0289 5.60095 22.5847 4.54043 21.9331C4.037 21.6237 3.87687 21.1074 3.81198 20.6624C3.7499 20.2366 3.74994 19.6837 3.75 19.0554L3.75 14.2499H3.5C2.25736 14.2499 1.25 13.2425 1.25 11.9999C1.25 10.7572 2.25736 9.74988 3.5 9.74988H3.78363ZM8.25 9.99988C8.25 7.92881 9.92893 6.24988 12 6.24988C14.0711 6.24988 15.75 7.92881 15.75 9.99988C15.75 12.0709 14.0711 13.7499 12 13.7499C9.92893 13.7499 8.25 12.0709 8.25 9.99988ZM11.9902 15.9999C11.4379 15.9999 10.9902 16.4476 10.9902 16.9999C10.9902 17.5522 11.4379 17.9999 11.9902 17.9999H11.9992C12.5515 17.9999 12.9992 17.5522 12.9992 16.9999C12.9992 16.4476 12.5515 15.9999 11.9992 15.9999H11.9902Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.54654 1.26508C4.0753 1.17458 4.58331 1.49739 4.68123 1.9861C4.73719 2.26541 4.92237 2.74687 5.27942 3.16527C5.62227 3.56702 6.09516 3.8824 6.76084 3.95623C7.29475 4.01545 7.67564 4.4635 7.61157 4.95697C7.5475 5.45045 7.06274 5.80249 6.52883 5.74327C5.24718 5.60112 4.34071 4.97158 3.75046 4.27991C3.17441 3.60489 2.87276 2.84446 2.76645 2.31383C2.66853 1.82513 3.01779 1.35558 3.54654 1.26508ZM20.4535 1.26519C20.9822 1.35569 21.3315 1.82524 21.2335 2.31394C21.1272 2.84456 20.8256 3.605 20.2495 4.28002C19.6593 4.97169 18.7528 5.60123 17.4712 5.74338C16.9373 5.8026 16.4525 5.45056 16.3884 4.95708C16.3244 4.46361 16.7052 4.01556 17.2392 3.95634C17.9048 3.88251 18.3777 3.56713 18.7206 3.16538C19.0776 2.74698 19.2628 2.26552 19.3188 1.98621C19.4167 1.4975 19.9247 1.17469 20.4535 1.26519Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-asteroid-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.0536 1.24994C20.5133 1.24947 20.8972 1.24908 21.2291 1.34715C21.8519 1.53114 22.3861 1.97355 22.6242 2.59187C22.7006 2.79029 22.7272 2.98515 22.7391 3.16834C22.7501 3.33946 22.7501 3.6051 22.7501 3.8311C22.7503 4.00374 22.7505 4.17819 22.7182 4.35081C22.6578 4.67293 22.5147 4.97038 22.3088 5.22158C22.1996 5.35479 22.0682 5.4697 21.9269 5.59322C21.518 5.95251 20.8973 6.49731 20.4377 6.64174C20.2478 6.70143 20.0506 6.73673 19.8517 6.74727C19.3765 6.77244 18.9173 6.61089 18.3777 6.42101L17.2393 6.02206C16.9829 5.93225 16.7656 5.85611 16.5912 5.78542C16.412 5.71281 16.2322 5.62835 16.0684 5.50735C15.4054 5.0178 15.0819 4.18698 15.3361 3.37636C15.3993 3.17503 15.5022 3.00196 15.606 2.84871C15.7063 2.70045 15.8771 2.47602 16.0286 2.27702C16.152 2.11453 16.2668 1.96354 16.4071 1.83546C16.7344 1.53673 17.1486 1.34712 17.5853 1.27877C17.7706 1.24977 17.9622 1.24987 18.189 1.24999L20.0536 1.24994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2587 5.95409C10.3447 4.38883 8.39536 3.79517 6.78451 4.62276L5.1887 5.44263C4.02421 6.04091 3.15517 7.09915 2.77602 8.36531L1.45884 12.764C0.86278 14.7545 1.56974 16.9217 3.23369 18.143L8.26787 21.8378C9.70315 22.8913 11.5926 23.0447 13.1736 22.2324L18.7864 19.3488C19.9808 18.7351 20.863 17.6384 21.2262 16.3322L21.5684 15.1014C21.9484 13.735 21.726 12.265 20.9564 11.0788L19.7853 9.27375C18.5915 7.43378 16.0396 7.16781 14.5088 8.74073C14.2481 9.00863 14.0802 9.18046 13.9452 9.30051C13.5964 9.64366 13.2815 9.37422 13.1676 9.19661C13.0645 9.04569 12.9417 8.83631 12.7519 8.51128L11.2587 5.95409ZM16 12.9999C15.4477 12.9999 15 13.4476 15 13.9999C15 14.5522 15.4477 14.9999 16 14.9999H16.009C16.5613 14.9999 17.009 14.5522 17.009 13.9999C17.009 13.4476 16.5613 12.9999 16.009 12.9999H16ZM11.5303 14.9695C11.8232 15.2624 11.8232 15.7373 11.5303 16.0302L10.0303 17.5302C9.73744 17.8231 9.26256 17.8231 8.96967 17.5302C8.67678 17.2373 8.67678 16.7624 8.96967 16.4695L10.4697 14.9695C10.7626 14.6767 11.2374 14.6767 11.5303 14.9695ZM9.39701 10.1166L9.35162 10.0883C8.91947 9.81881 8.52383 9.57205 8.17922 9.42486C7.79782 9.26195 7.34273 9.16021 6.85877 9.36137C6.40138 9.5515 6.12751 9.92791 5.92702 10.2955C5.73281 10.6515 5.54217 11.1271 5.32085 11.6791L5.30407 11.721C5.14992 12.1054 5.33662 12.5421 5.72108 12.6962C6.10554 12.8504 6.54217 12.6637 6.69633 12.2792C6.93923 11.6734 7.09744 11.2822 7.24387 11.0137C7.31383 10.8855 7.3655 10.8155 7.40036 10.7776C7.41338 10.7634 7.42259 10.7554 7.42787 10.7512C7.4495 10.7543 7.49933 10.7656 7.59002 10.8043C7.81462 10.9002 8.11044 11.0821 8.60339 11.3895C8.95487 11.6087 9.41747 11.5014 9.63663 11.1499C9.85578 10.7984 9.7485 10.3358 9.39701 10.1166Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.0536 1.24994C20.5133 1.24947 20.8972 1.24908 21.2291 1.34715C21.8519 1.53114 22.3861 1.97355 22.6242 2.59187C22.7006 2.79029 22.7272 2.98515 22.7391 3.16834C22.7501 3.33946 22.7501 3.6051 22.7501 3.8311C22.7503 4.00374 22.7505 4.17819 22.7182 4.35081C22.6578 4.67293 22.5147 4.97038 22.3088 5.22158C22.1996 5.35479 22.0682 5.4697 21.9269 5.59322C21.518 5.95251 20.8973 6.49731 20.4377 6.64174C20.2478 6.70143 20.0506 6.73673 19.8517 6.74727C19.3765 6.77244 18.9173 6.61089 18.3777 6.42101L17.2393 6.02206C16.9829 5.93225 16.7656 5.85611 16.5912 5.78542C16.412 5.71281 16.2322 5.62835 16.0684 5.50735C15.4054 5.0178 15.0819 4.18698 15.3361 3.37636C15.3993 3.17503 15.5022 3.00196 15.606 2.84871C15.7063 2.70045 15.8771 2.47602 16.0286 2.27702C16.152 2.11453 16.2668 1.96354 16.4071 1.83546C16.7344 1.53673 17.1486 1.34712 17.5853 1.27877C17.7706 1.24977 17.9622 1.24987 18.189 1.24999L20.0536 1.24994Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.2587 5.95409C10.3447 4.38883 8.39536 3.79517 6.78451 4.62276L5.1887 5.44263C4.02421 6.04091 3.15517 7.09915 2.77602 8.36531L1.45884 12.764C0.86278 14.7545 1.56974 16.9217 3.23369 18.143L8.26787 21.8378C9.70315 22.8913 11.5926 23.0447 13.1736 22.2324L18.7864 19.3488C19.9808 18.7351 20.863 17.6384 21.2262 16.3322L21.5684 15.1014C21.9484 13.735 21.726 12.265 20.9564 11.0788L19.7853 9.27375C18.5915 7.43378 16.0396 7.16781 14.5088 8.74073C14.2481 9.00863 14.0802 9.18046 13.9452 9.30051C13.5964 9.64366 13.2815 9.37422 13.1676 9.19661C13.0645 9.04569 12.9417 8.83631 12.7519 8.51128L11.2587 5.95409ZM16 12.9999C15.4477 12.9999 15 13.4476 15 13.9999C15 14.5522 15.4477 14.9999 16 14.9999H16.009C16.5613 14.9999 17.009 14.5522 17.009 13.9999C17.009 13.4476 16.5613 12.9999 16.009 12.9999H16ZM11.5303 14.9695C11.8232 15.2624 11.8232 15.7373 11.5303 16.0302L10.0303 17.5302C9.73744 17.8231 9.26256 17.8231 8.96967 17.5302C8.67678 17.2373 8.67678 16.7624 8.96967 16.4695L10.4697 14.9695C10.7626 14.6767 11.2374 14.6767 11.5303 14.9695ZM9.39701 10.1166L9.35162 10.0883C8.91947 9.81881 8.52383 9.57205 8.17922 9.42486C7.79782 9.26195 7.34273 9.16021 6.85877 9.36137C6.40138 9.5515 6.12751 9.92791 5.92702 10.2955C5.73281 10.6515 5.54217 11.1271 5.32085 11.6791L5.30407 11.721C5.14992 12.1054 5.33662 12.5421 5.72108 12.6962C6.10554 12.8504 6.54217 12.6637 6.69633 12.2792C6.93923 11.6734 7.09744 11.2822 7.24387 11.0137C7.31383 10.8855 7.3655 10.8155 7.40036 10.7776C7.41338 10.7634 7.42259 10.7554 7.42787 10.7512C7.4495 10.7543 7.49933 10.7656 7.59002 10.8043C7.81462 10.9002 8.11044 11.0821 8.60339 11.3895C8.95487 11.6087 9.41747 11.5014 9.63663 11.1499C9.85578 10.7984 9.7485 10.3358 9.39701 10.1166Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-asteroid-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5834 2.90376C18.9624 2.52544 18.9624 1.91206 18.5834 1.53374C18.2043 1.15542 17.5898 1.15542 17.2107 1.53374L15.7549 2.98687C15.3758 3.36519 15.3758 3.97856 15.7549 4.35688C16.1339 4.7352 16.7484 4.7352 17.1275 4.35688L18.5834 2.90376ZM15.1863 6.29442C15.5653 5.9161 15.5653 5.30272 15.1863 4.9244C14.8073 4.54608 14.1927 4.54607 13.8137 4.92439L12.075 6.6598C11.2648 6.39385 10.3992 6.25 9.5 6.25C4.94365 6.25 1.25 9.94365 1.25 14.5C1.25 19.0564 4.94365 22.75 9.5 22.75C14.0563 22.75 17.75 19.0564 17.75 14.5C17.75 11.5764 16.2293 9.00801 13.9357 7.54268L15.1863 6.29442ZM13.9357 7.54268C13.3602 7.17499 12.736 6.87676 12.075 6.6598L6.53428 12.19C6.15524 12.5683 6.15524 13.1817 6.53428 13.56C6.91331 13.9383 7.52786 13.9383 7.90689 13.56L13.9357 7.54268ZM22.4657 6.77879C22.8448 6.40047 22.8448 5.78709 22.4657 5.40877C22.0867 5.03045 21.4721 5.03045 21.0931 5.40877L18.1814 8.31499C17.8023 8.69331 17.8023 9.30669 18.1814 9.68501C18.5604 10.0633 19.175 10.0633 19.554 9.68501L22.4657 6.77879ZM14.701 13.56C15.08 13.1817 15.08 12.5683 14.701 12.19C14.322 11.8117 13.7074 11.8117 13.3284 12.19L10.4166 15.0962C10.0376 15.4746 10.0376 16.0879 10.4166 16.4663C10.7957 16.8446 11.4102 16.8446 11.7892 16.4663L14.701 13.56Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5834 2.90376C18.9624 2.52544 18.9624 1.91206 18.5834 1.53374C18.2043 1.15542 17.5898 1.15542 17.2107 1.53374L15.7549 2.98687C15.3758 3.36519 15.3758 3.97856 15.7549 4.35688C16.1339 4.7352 16.7484 4.7352 17.1275 4.35688L18.5834 2.90376ZM15.1863 6.29442C15.5653 5.9161 15.5653 5.30272 15.1863 4.9244C14.8073 4.54608 14.1927 4.54607 13.8137 4.92439L12.075 6.6598C11.2648 6.39385 10.3992 6.25 9.5 6.25C4.94365 6.25 1.25 9.94365 1.25 14.5C1.25 19.0564 4.94365 22.75 9.5 22.75C14.0563 22.75 17.75 19.0564 17.75 14.5C17.75 11.5764 16.2293 9.00801 13.9357 7.54268L15.1863 6.29442ZM13.9357 7.54268C13.3602 7.17499 12.736 6.87676 12.075 6.6598L6.53428 12.19C6.15524 12.5683 6.15524 13.1817 6.53428 13.56C6.91331 13.9383 7.52786 13.9383 7.90689 13.56L13.9357 7.54268ZM22.4657 6.77879C22.8448 6.40047 22.8448 5.78709 22.4657 5.40877C22.0867 5.03045 21.4721 5.03045 21.0931 5.40877L18.1814 8.31499C17.8023 8.69331 17.8023 9.30669 18.1814 9.68501C18.5604 10.0633 19.175 10.0633 19.554 9.68501L22.4657 6.77879ZM14.701 13.56C15.08 13.1817 15.08 12.5683 14.701 12.19C14.322 11.8117 13.7074 11.8117 13.3284 12.19L10.4166 15.0962C10.0376 15.4746 10.0376 16.0879 10.4166 16.4663C10.7957 16.8446 11.4102 16.8446 11.7892 16.4663L14.701 13.56Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-astronaut-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9C10.8954 9 10 9.89543 10 11C10 12.1046 10.8954 13 12 13C13.1046 13 14 12.1046 14 11C14 9.89543 13.1046 9 12 9ZM8 11C8 8.79086 9.79086 7 12 7C14.2091 7 16 8.79086 16 11C16 13.2091 14.2091 15 12 15C9.79086 15 8 13.2091 8 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.2 11C4.2 6.69218 7.69218 3.2 12 3.2C13.8838 3.2 15.6116 3.86778 16.9596 4.97954L13.5908 8.34835C13.4468 8.49229 13.3676 8.68857 13.3712 8.8921C13.3749 9.09564 13.4611 9.28895 13.6101 9.42765C13.9722 9.76471 14.3747 10.326 14.4852 10.8946C14.5375 11.1637 14.5228 11.4218 14.4217 11.6698C14.3205 11.9183 14.1109 12.2097 13.6878 12.5092C13.5074 12.6368 13.3925 12.8376 13.3738 13.0579L13.1818 14.0606L16.5506 17.4295L16.758 18.4383C17.0967 18.8569 17.7106 18.9217 18.1292 18.5829C20.3362 16.7971 21.75 14.0633 21.75 11C21.75 5.61522 17.3848 1.25 12 1.25C6.61522 1.25 2.25 5.61522 2.25 11V19.775C2.25 20.3135 2.68652 20.75 3.225 20.75C3.76348 20.75 4.2 20.3135 4.2 19.775V11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.95526 17.25L18 17.25C20.0711 17.25 21.75 18.9289 21.75 21C21.75 21.9665 20.9665 22.75 20 22.75L4.95526 22.75H4.95525C4.52244 22.7501 4.12561 22.7501 3.8028 22.7067C3.44732 22.6589 3.07159 22.5465 2.76257 22.2374C2.45355 21.9284 2.3411 21.5527 2.29331 21.1972C2.24991 20.8744 2.24995 20.3881 2.25 19.9553C2.24995 19.5224 2.24991 19.1256 2.29331 18.8028C2.3411 18.4473 2.45355 18.0716 2.76257 17.7626C3.07159 17.4535 3.44732 17.3411 3.8028 17.2933C4.12561 17.2499 4.52244 17.25 4.95526 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9C10.8954 9 10 9.89543 10 11C10 12.1046 10.8954 13 12 13C13.1046 13 14 12.1046 14 11C14 9.89543 13.1046 9 12 9ZM8 11C8 8.79086 9.79086 7 12 7C14.2091 7 16 8.79086 16 11C16 13.2091 14.2091 15 12 15C9.79086 15 8 13.2091 8 11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.2 11C4.2 6.69218 7.69218 3.2 12 3.2C13.8838 3.2 15.6116 3.86778 16.9596 4.97954L13.5908 8.34835C13.4468 8.49229 13.3676 8.68857 13.3712 8.8921C13.3749 9.09564 13.4611 9.28895 13.6101 9.42765C13.9722 9.76471 14.3747 10.326 14.4852 10.8946C14.5375 11.1637 14.5228 11.4218 14.4217 11.6698C14.3205 11.9183 14.1109 12.2097 13.6878 12.5092C13.5074 12.6368 13.3925 12.8376 13.3738 13.0579L13.1818 14.0606L16.5506 17.4295L16.758 18.4383C17.0967 18.8569 17.7106 18.9217 18.1292 18.5829C20.3362 16.7971 21.75 14.0633 21.75 11C21.75 5.61522 17.3848 1.25 12 1.25C6.61522 1.25 2.25 5.61522 2.25 11V19.775C2.25 20.3135 2.68652 20.75 3.225 20.75C3.76348 20.75 4.2 20.3135 4.2 19.775V11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.95526 17.25L18 17.25C20.0711 17.25 21.75 18.9289 21.75 21C21.75 21.9665 20.9665 22.75 20 22.75L4.95526 22.75H4.95525C4.52244 22.7501 4.12561 22.7501 3.8028 22.7067C3.44732 22.6589 3.07159 22.5465 2.76257 22.2374C2.45355 21.9284 2.3411 21.5527 2.29331 21.1972C2.24991 20.8744 2.24995 20.3881 2.25 19.9553C2.24995 19.5224 2.24991 19.1256 2.29331 18.8028C2.3411 18.4473 2.45355 18.0716 2.76257 17.7626C3.07159 17.4535 3.44732 17.3411 3.8028 17.2933C4.12561 17.2499 4.52244 17.25 4.95526 17.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-astronaut-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.1875C8.78984 4.1875 6.1875 6.78984 6.1875 10C6.1875 13.2102 8.78984 15.8125 12 15.8125C15.2102 15.8125 17.8125 13.2102 17.8125 10C17.8125 6.78984 15.2102 4.1875 12 4.1875ZM4.25 10C4.25 5.71979 7.71979 2.25 12 2.25C16.2802 2.25 19.75 5.71979 19.75 10C19.75 14.2802 16.2802 17.75 12 17.75C7.71979 17.75 4.25 14.2802 4.25 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%2210%22 rx%3D%224%22 ry%3D%223%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.75791 7.45242C2.34948 6.596 3.42905 6.25 5 6.25C5.41422 6.25 5.75 6.58579 5.75 7V13C5.75 13.4142 5.41422 13.75 5 13.75C2.92893 13.75 1.25 12.0711 1.25 10L1.25 9.97439V9.97436C1.24998 9.57882 1.24995 9.14281 1.30319 8.73514C1.35847 8.31189 1.47735 7.85858 1.75791 7.45242Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.25 7C18.25 6.58579 18.5858 6.25 19 6.25C20.571 6.25 21.6505 6.596 22.2421 7.45242C22.5226 7.85858 22.6415 8.31189 22.6968 8.73514C22.7501 9.14282 22.75 9.57884 22.75 9.97438V9.97438L22.75 10C22.75 12.0711 21.0711 13.75 19 13.75C18.5858 13.75 18.25 13.4142 18.25 13V7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5 2.24988C21.0523 2.24988 21.5 2.69759 21.5 3.24988V7.24988C21.5 7.80216 21.0523 8.24988 20.5 8.24988C19.9477 8.24988 19.5 7.80216 19.5 7.24988V3.24988C19.5 2.69759 19.9477 2.24988 20.5 2.24988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.25 20C4.25 17.9289 5.92893 16.25 8 16.25H16C18.0711 16.25 19.75 17.9289 19.75 20C19.75 20.9665 18.9665 21.75 18 21.75H6C5.0335 21.75 4.25 20.9665 4.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.1875C8.78984 4.1875 6.1875 6.78984 6.1875 10C6.1875 13.2102 8.78984 15.8125 12 15.8125C15.2102 15.8125 17.8125 13.2102 17.8125 10C17.8125 6.78984 15.2102 4.1875 12 4.1875ZM4.25 10C4.25 5.71979 7.71979 2.25 12 2.25C16.2802 2.25 19.75 5.71979 19.75 10C19.75 14.2802 16.2802 17.75 12 17.75C7.71979 17.75 4.25 14.2802 4.25 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%2210%22 rx%3D%224%22 ry%3D%223%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.75791 7.45242C2.34948 6.596 3.42905 6.25 5 6.25C5.41422 6.25 5.75 6.58579 5.75 7V13C5.75 13.4142 5.41422 13.75 5 13.75C2.92893 13.75 1.25 12.0711 1.25 10L1.25 9.97439V9.97436C1.24998 9.57882 1.24995 9.14281 1.30319 8.73514C1.35847 8.31189 1.47735 7.85858 1.75791 7.45242Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.25 7C18.25 6.58579 18.5858 6.25 19 6.25C20.571 6.25 21.6505 6.596 22.2421 7.45242C22.5226 7.85858 22.6415 8.31189 22.6968 8.73514C22.7501 9.14282 22.75 9.57884 22.75 9.97438V9.97438L22.75 10C22.75 12.0711 21.0711 13.75 19 13.75C18.5858 13.75 18.25 13.4142 18.25 13V7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.5 2.24988C21.0523 2.24988 21.5 2.69759 21.5 3.24988V7.24988C21.5 7.80216 21.0523 8.24988 20.5 8.24988C19.9477 8.24988 19.5 7.80216 19.5 7.24988V3.24988C19.5 2.69759 19.9477 2.24988 20.5 2.24988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.25 20C4.25 17.9289 5.92893 16.25 8 16.25H16C18.0711 16.25 19.75 17.9289 19.75 20C19.75 20.9665 18.9665 21.75 18 21.75H6C5.0335 21.75 4.25 20.9665 4.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-black-hole{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.25 3.5C18.25 2.25736 19.2574 1.25 20.5 1.25C21.7426 1.25 22.75 2.25736 22.75 3.5C22.75 4.74264 21.7426 5.75 20.5 5.75C19.2574 5.75 18.25 4.74264 18.25 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 20.5C1.25 19.2574 2.25736 18.25 3.5 18.25C4.74264 18.25 5.75 19.2574 5.75 20.5C5.75 21.7426 4.74264 22.75 3.5 22.75C2.25736 22.75 1.25 21.7426 1.25 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.25C9.8347 6.25 7.95027 7.44689 6.96988 9.2124L2.78781 10.2081C1.96752 10.4034 1.25 11.0776 1.25 12C1.25 12.9224 1.96752 13.5966 2.78781 13.7919L6.96988 14.7876C7.95027 16.5531 9.8347 17.75 12 17.75C14.1653 17.75 16.0497 16.5531 17.0301 14.7876L21.2122 13.7919C22.0325 13.5966 22.75 12.9224 22.75 12C22.75 11.0776 22.0325 10.4034 21.2122 10.2081L17.0301 9.21239C16.0497 7.44689 14.1653 6.25 12 6.25ZM12 9.25C10.4812 9.25 9.25 10.4812 9.25 12C9.25 13.5188 10.4812 14.75 12 14.75C13.5188 14.75 14.75 13.5188 14.75 12C14.75 10.4812 13.5188 9.25 12 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0004 3.20455C9.13844 3.20455 6.59749 4.58477 4.99955 6.72329C4.67709 7.15484 4.06767 7.24191 3.63837 6.91776C3.20906 6.59361 3.12245 5.98099 3.44491 5.54944C5.39428 2.94058 8.50106 1.25 12.0004 1.25C13.1164 1.25 14.1943 1.4222 15.2082 1.7423C15.7204 1.90403 16.0053 2.45258 15.8444 2.96751C15.6835 3.48244 15.1378 3.76877 14.6256 3.60704C13.7981 3.34577 12.9165 3.20455 12.0004 3.20455ZM20.3617 17.0833C20.791 17.4075 20.8775 18.0201 20.555 18.4516C18.6056 21.0599 15.4992 22.75 12.0004 22.75C10.8843 22.75 9.80638 22.5778 8.79251 22.2577C8.28027 22.096 7.99544 21.5474 8.15632 21.0325C8.31721 20.5176 8.86289 20.2312 9.37514 20.393C10.2027 20.6542 11.0842 20.7955 12.0004 20.7955C14.8619 20.7955 17.4025 19.4156 19.0005 17.2776C19.323 16.8461 19.9325 16.7591 20.3617 17.0833Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.25 3.5C18.25 2.25736 19.2574 1.25 20.5 1.25C21.7426 1.25 22.75 2.25736 22.75 3.5C22.75 4.74264 21.7426 5.75 20.5 5.75C19.2574 5.75 18.25 4.74264 18.25 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 20.5C1.25 19.2574 2.25736 18.25 3.5 18.25C4.74264 18.25 5.75 19.2574 5.75 20.5C5.75 21.7426 4.74264 22.75 3.5 22.75C2.25736 22.75 1.25 21.7426 1.25 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 6.25C9.8347 6.25 7.95027 7.44689 6.96988 9.2124L2.78781 10.2081C1.96752 10.4034 1.25 11.0776 1.25 12C1.25 12.9224 1.96752 13.5966 2.78781 13.7919L6.96988 14.7876C7.95027 16.5531 9.8347 17.75 12 17.75C14.1653 17.75 16.0497 16.5531 17.0301 14.7876L21.2122 13.7919C22.0325 13.5966 22.75 12.9224 22.75 12C22.75 11.0776 22.0325 10.4034 21.2122 10.2081L17.0301 9.21239C16.0497 7.44689 14.1653 6.25 12 6.25ZM12 9.25C10.4812 9.25 9.25 10.4812 9.25 12C9.25 13.5188 10.4812 14.75 12 14.75C13.5188 14.75 14.75 13.5188 14.75 12C14.75 10.4812 13.5188 9.25 12 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0004 3.20455C9.13844 3.20455 6.59749 4.58477 4.99955 6.72329C4.67709 7.15484 4.06767 7.24191 3.63837 6.91776C3.20906 6.59361 3.12245 5.98099 3.44491 5.54944C5.39428 2.94058 8.50106 1.25 12.0004 1.25C13.1164 1.25 14.1943 1.4222 15.2082 1.7423C15.7204 1.90403 16.0053 2.45258 15.8444 2.96751C15.6835 3.48244 15.1378 3.76877 14.6256 3.60704C13.7981 3.34577 12.9165 3.20455 12.0004 3.20455ZM20.3617 17.0833C20.791 17.4075 20.8775 18.0201 20.555 18.4516C18.6056 21.0599 15.4992 22.75 12.0004 22.75C10.8843 22.75 9.80638 22.5778 8.79251 22.2577C8.28027 22.096 7.99544 21.5474 8.15632 21.0325C8.31721 20.5176 8.86289 20.2312 9.37514 20.393C10.2027 20.6542 11.0842 20.7955 12.0004 20.7955C14.8619 20.7955 17.4025 19.4156 19.0005 17.2776C19.323 16.8461 19.9325 16.7591 20.3617 17.0833Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-comet-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.7888 1.53709C13.1705 1.91873 13.1705 2.53749 12.7888 2.91913L7.31604 8.39182C6.93439 8.77346 6.31561 8.77346 5.93396 8.39182C5.55232 8.01018 5.55232 7.39142 5.93396 7.00977L11.4067 1.53709C11.7884 1.15544 12.4072 1.15544 12.7888 1.53709ZM4.92196 9.4038C5.30361 9.78545 5.30361 10.4042 4.92196 10.7859C2.63207 13.0757 2.63207 16.7883 4.92196 19.0781C7.21186 21.368 10.9245 21.368 13.2144 19.0781L17.0739 15.2187C17.4556 14.837 18.0744 14.837 18.456 15.2187C18.8377 15.6003 18.8377 16.2191 18.456 16.6007L14.5965 20.4602C11.5433 23.5133 6.59308 23.5133 3.53989 20.4602C0.486703 17.4071 0.486703 12.4569 3.53989 9.4038C3.92154 9.02216 4.54032 9.02216 4.92196 9.4038ZM22.4638 11.211C22.8454 11.5926 22.8454 12.2114 22.4638 12.593L20.5092 14.5475C20.1276 14.9292 19.5088 14.9292 19.1271 14.5475C18.7455 14.1659 18.7455 13.5471 19.1271 13.1655L21.0817 11.211C21.4633 10.8293 22.0821 10.8293 22.4638 11.211Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.30315 12.1685C7.82974 10.6419 10.3048 10.6419 11.8314 12.1685C13.358 13.6951 13.358 16.1701 11.8314 17.6967C10.3048 19.2232 7.82974 19.2232 6.30315 17.6967C4.77655 16.1701 4.77655 13.6951 6.30315 12.1685Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.3173 1.53621C18.699 1.91783 18.699 2.5366 18.3174 2.91825L16.5997 4.636C16.2181 5.01765 15.5993 5.01768 15.2176 4.63605C14.836 4.25442 14.8359 3.63566 15.2176 3.254L16.9352 1.53626C17.3169 1.1546 17.9356 1.15458 18.3173 1.53621ZM14.6451 5.20861C15.0268 5.59024 15.0268 6.209 14.6452 6.59066L7.68591 13.5503C7.30428 13.932 6.6855 13.932 6.30384 13.5504C5.92218 13.1687 5.92215 12.55 6.30379 12.1683L13.263 5.20866C13.6447 4.827 14.2634 4.82698 14.6451 5.20861ZM22.4633 5.6831C22.845 6.06474 22.845 6.68351 22.4633 7.06515L15.978 13.5503C15.5964 13.932 14.9776 13.932 14.5959 13.5503C14.2143 13.1687 14.2143 12.5499 14.5959 12.1683L21.0812 5.6831C21.4629 5.30146 22.0817 5.30146 22.4633 5.6831Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.7888 1.53709C13.1705 1.91873 13.1705 2.53749 12.7888 2.91913L7.31604 8.39182C6.93439 8.77346 6.31561 8.77346 5.93396 8.39182C5.55232 8.01018 5.55232 7.39142 5.93396 7.00977L11.4067 1.53709C11.7884 1.15544 12.4072 1.15544 12.7888 1.53709ZM4.92196 9.4038C5.30361 9.78545 5.30361 10.4042 4.92196 10.7859C2.63207 13.0757 2.63207 16.7883 4.92196 19.0781C7.21186 21.368 10.9245 21.368 13.2144 19.0781L17.0739 15.2187C17.4556 14.837 18.0744 14.837 18.456 15.2187C18.8377 15.6003 18.8377 16.2191 18.456 16.6007L14.5965 20.4602C11.5433 23.5133 6.59308 23.5133 3.53989 20.4602C0.486703 17.4071 0.486703 12.4569 3.53989 9.4038C3.92154 9.02216 4.54032 9.02216 4.92196 9.4038ZM22.4638 11.211C22.8454 11.5926 22.8454 12.2114 22.4638 12.593L20.5092 14.5475C20.1276 14.9292 19.5088 14.9292 19.1271 14.5475C18.7455 14.1659 18.7455 13.5471 19.1271 13.1655L21.0817 11.211C21.4633 10.8293 22.0821 10.8293 22.4638 11.211Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.30315 12.1685C7.82974 10.6419 10.3048 10.6419 11.8314 12.1685C13.358 13.6951 13.358 16.1701 11.8314 17.6967C10.3048 19.2232 7.82974 19.2232 6.30315 17.6967C4.77655 16.1701 4.77655 13.6951 6.30315 12.1685Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.3173 1.53621C18.699 1.91783 18.699 2.5366 18.3174 2.91825L16.5997 4.636C16.2181 5.01765 15.5993 5.01768 15.2176 4.63605C14.836 4.25442 14.8359 3.63566 15.2176 3.254L16.9352 1.53626C17.3169 1.1546 17.9356 1.15458 18.3173 1.53621ZM14.6451 5.20861C15.0268 5.59024 15.0268 6.209 14.6452 6.59066L7.68591 13.5503C7.30428 13.932 6.6855 13.932 6.30384 13.5504C5.92218 13.1687 5.92215 12.55 6.30379 12.1683L13.263 5.20866C13.6447 4.827 14.2634 4.82698 14.6451 5.20861ZM22.4633 5.6831C22.845 6.06474 22.845 6.68351 22.4633 7.06515L15.978 13.5503C15.5964 13.932 14.9776 13.932 14.5959 13.5503C14.2143 13.1687 14.2143 12.5499 14.5959 12.1683L21.0812 5.6831C21.4629 5.30146 22.0817 5.30146 22.4633 5.6831Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-comet-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0555 10.0555C19.1294 8.98151 20.8706 8.98151 21.9445 10.0555C23.0185 11.1294 23.0185 12.8706 21.9445 13.9445C20.8706 15.0185 19.1294 15.0185 18.0555 13.9445C16.9815 12.8706 16.9815 11.1294 18.0555 10.0555Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.1806 10.514C6.3723 9.93502 7.83186 10.3382 8.53016 11.4691L9.55183 13.1237C9.68376 13.3374 9.76191 13.4631 9.82547 13.5511C9.8559 13.5924 9.93972 13.6546 10.0316 13.5724C10.1155 13.5018 10.223 13.398 10.404 13.2221C11.5489 12.1095 13.4517 12.2866 14.3571 13.6063L15.1584 14.7743C15.7309 15.6088 15.8993 16.6496 15.6143 17.6188L15.3801 18.4152C15.1081 19.3403 14.4514 20.1046 13.5789 20.5285L9.73859 22.3944C8.588 22.9534 7.21459 22.8497 6.16476 22.121L2.72032 19.7302C1.49663 18.8809 0.958113 17.3539 1.40655 15.9376L2.30778 13.0914C2.59159 12.1951 3.23811 11.4578 4.08873 11.0445L5.1806 10.514Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7003 1.52822C16.0778 1.89918 16.0778 2.50063 15.7003 2.87159L14.7327 3.82243C14.3552 4.19339 13.7431 4.19339 13.3656 3.82243C12.9881 3.45147 12.9881 2.85002 13.3656 2.47906L14.3332 1.52822C14.7107 1.15726 15.3228 1.15726 15.7003 1.52822ZM22.4669 1.52915C22.8444 1.90011 22.8444 2.50156 22.4669 2.87252L14.7334 10.4718C14.3559 10.8427 13.7438 10.8427 13.3663 10.4718C12.9888 10.1008 12.9888 9.49937 13.3663 9.12841L21.0998 1.52915C21.4773 1.15819 22.0894 1.15819 22.4669 1.52915ZM12.8003 4.37794C13.1778 4.7489 13.1778 5.35035 12.8003 5.72131L9.90023 8.57104C9.52272 8.942 8.91065 8.942 8.53313 8.57104C8.15562 8.20007 8.15562 7.59863 8.53313 7.22766L11.4332 4.37794C11.8107 4.00698 12.4228 4.00698 12.8003 4.37794Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0555 10.0555C19.1294 8.98151 20.8706 8.98151 21.9445 10.0555C23.0185 11.1294 23.0185 12.8706 21.9445 13.9445C20.8706 15.0185 19.1294 15.0185 18.0555 13.9445C16.9815 12.8706 16.9815 11.1294 18.0555 10.0555Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.1806 10.514C6.3723 9.93502 7.83186 10.3382 8.53016 11.4691L9.55183 13.1237C9.68376 13.3374 9.76191 13.4631 9.82547 13.5511C9.8559 13.5924 9.93972 13.6546 10.0316 13.5724C10.1155 13.5018 10.223 13.398 10.404 13.2221C11.5489 12.1095 13.4517 12.2866 14.3571 13.6063L15.1584 14.7743C15.7309 15.6088 15.8993 16.6496 15.6143 17.6188L15.3801 18.4152C15.1081 19.3403 14.4514 20.1046 13.5789 20.5285L9.73859 22.3944C8.588 22.9534 7.21459 22.8497 6.16476 22.121L2.72032 19.7302C1.49663 18.8809 0.958113 17.3539 1.40655 15.9376L2.30778 13.0914C2.59159 12.1951 3.23811 11.4578 4.08873 11.0445L5.1806 10.514Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.7003 1.52822C16.0778 1.89918 16.0778 2.50063 15.7003 2.87159L14.7327 3.82243C14.3552 4.19339 13.7431 4.19339 13.3656 3.82243C12.9881 3.45147 12.9881 2.85002 13.3656 2.47906L14.3332 1.52822C14.7107 1.15726 15.3228 1.15726 15.7003 1.52822ZM22.4669 1.52915C22.8444 1.90011 22.8444 2.50156 22.4669 2.87252L14.7334 10.4718C14.3559 10.8427 13.7438 10.8427 13.3663 10.4718C12.9888 10.1008 12.9888 9.49937 13.3663 9.12841L21.0998 1.52915C21.4773 1.15819 22.0894 1.15819 22.4669 1.52915ZM12.8003 4.37794C13.1778 4.7489 13.1778 5.35035 12.8003 5.72131L9.90023 8.57104C9.52272 8.942 8.91065 8.942 8.53313 8.57104C8.15562 8.20007 8.15562 7.59863 8.53313 7.22766L11.4332 4.37794C11.8107 4.00698 12.4228 4.00698 12.8003 4.37794Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-constellation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.4812 14.75 9.25 13.5188 9.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 16C17.25 14.4812 18.4812 13.25 20 13.25C21.5188 13.25 22.75 14.4812 22.75 16C22.75 17.5188 21.5188 18.75 20 18.75C18.4812 18.75 17.25 17.5188 17.25 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25 20C8.25 18.4812 9.48122 17.25 11 17.25C12.5188 17.25 13.75 18.4812 13.75 20C13.75 21.5188 12.5188 22.75 11 22.75C9.48122 22.75 8.25 21.5188 8.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.25 4C12.25 2.48122 13.4812 1.25 15 1.25C16.5188 1.25 17.75 2.48122 17.75 4C17.75 5.51878 16.5188 6.75 15 6.75C13.4812 6.75 12.25 5.51878 12.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 8C1.25 6.48122 2.48122 5.25 4 5.25C5.51878 5.25 6.75 6.48122 6.75 8C6.75 9.51878 5.51878 10.75 4 10.75C2.48122 10.75 1.25 9.51878 1.25 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0979 4.89313C14.1361 4.71548 14.1264 4.52526 14.0598 4.34188C13.871 3.82285 13.2972 3.55509 12.7782 3.74383L5.53841 6.37648C5.01938 6.56522 4.75162 7.13899 4.94036 7.65802C5.1291 8.17705 5.70286 8.44481 6.2219 8.25607L13.3014 5.68171L11.7662 9.77566C11.5722 10.2928 11.8343 10.8692 12.3514 11.0631C12.8685 11.257 13.4449 10.995 13.6388 10.4779L15.2339 6.22424C15.4279 5.70712 15.1659 5.13071 14.6487 4.93679C14.466 4.86827 14.2759 4.85667 14.0979 4.89313ZM12.8949 12.4474C13.1419 11.9534 13.7425 11.7532 14.2365 12.0001L18.658 14.2109C19.152 14.4579 19.3522 15.0586 19.1052 15.5525C19.0144 15.7342 18.8757 15.8762 18.7121 15.9707C18.8712 16.0726 19.0033 16.2207 19.0858 16.4063C19.3101 16.911 19.0828 17.5019 18.5781 17.7262L13.2343 20.1013C12.7296 20.3256 12.1386 20.0983 11.9143 19.5936C11.789 19.3116 11.8047 19.0027 11.9309 18.7459C11.7216 18.9412 11.4304 19.0457 11.1241 19.0075C10.5761 18.939 10.1874 18.4392 10.2559 17.8912L10.7597 13.8607C10.8282 13.3127 11.328 12.9239 11.876 12.9924C12.424 13.0609 12.8127 13.5607 12.7442 14.1087L12.2404 18.1392C12.2263 18.2524 12.1938 18.3587 12.1462 18.4557C12.2253 18.382 12.3177 18.32 12.422 18.2737L17.6576 15.9467L13.3421 13.789C12.8481 13.542 12.6479 12.9413 12.8949 12.4474Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.5188 13.5188 14.75 12 14.75C10.4812 14.75 9.25 13.5188 9.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.25 16C17.25 14.4812 18.4812 13.25 20 13.25C21.5188 13.25 22.75 14.4812 22.75 16C22.75 17.5188 21.5188 18.75 20 18.75C18.4812 18.75 17.25 17.5188 17.25 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.25 20C8.25 18.4812 9.48122 17.25 11 17.25C12.5188 17.25 13.75 18.4812 13.75 20C13.75 21.5188 12.5188 22.75 11 22.75C9.48122 22.75 8.25 21.5188 8.25 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.25 4C12.25 2.48122 13.4812 1.25 15 1.25C16.5188 1.25 17.75 2.48122 17.75 4C17.75 5.51878 16.5188 6.75 15 6.75C13.4812 6.75 12.25 5.51878 12.25 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 8C1.25 6.48122 2.48122 5.25 4 5.25C5.51878 5.25 6.75 6.48122 6.75 8C6.75 9.51878 5.51878 10.75 4 10.75C2.48122 10.75 1.25 9.51878 1.25 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0979 4.89313C14.1361 4.71548 14.1264 4.52526 14.0598 4.34188C13.871 3.82285 13.2972 3.55509 12.7782 3.74383L5.53841 6.37648C5.01938 6.56522 4.75162 7.13899 4.94036 7.65802C5.1291 8.17705 5.70286 8.44481 6.2219 8.25607L13.3014 5.68171L11.7662 9.77566C11.5722 10.2928 11.8343 10.8692 12.3514 11.0631C12.8685 11.257 13.4449 10.995 13.6388 10.4779L15.2339 6.22424C15.4279 5.70712 15.1659 5.13071 14.6487 4.93679C14.466 4.86827 14.2759 4.85667 14.0979 4.89313ZM12.8949 12.4474C13.1419 11.9534 13.7425 11.7532 14.2365 12.0001L18.658 14.2109C19.152 14.4579 19.3522 15.0586 19.1052 15.5525C19.0144 15.7342 18.8757 15.8762 18.7121 15.9707C18.8712 16.0726 19.0033 16.2207 19.0858 16.4063C19.3101 16.911 19.0828 17.5019 18.5781 17.7262L13.2343 20.1013C12.7296 20.3256 12.1386 20.0983 11.9143 19.5936C11.789 19.3116 11.8047 19.0027 11.9309 18.7459C11.7216 18.9412 11.4304 19.0457 11.1241 19.0075C10.5761 18.939 10.1874 18.4392 10.2559 17.8912L10.7597 13.8607C10.8282 13.3127 11.328 12.9239 11.876 12.9924C12.424 13.0609 12.8127 13.5607 12.7442 14.1087L12.2404 18.1392C12.2263 18.2524 12.1938 18.3587 12.1462 18.4557C12.2253 18.382 12.3177 18.32 12.422 18.2737L17.6576 15.9467L13.3421 13.789C12.8481 13.542 12.6479 12.9413 12.8949 12.4474Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-earth{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.3818 1.51641C14.4521 1.63431 14.5099 1.7491 14.5557 1.8588C14.8718 2.46111 14.9856 3.1578 14.8086 3.8098C14.6221 4.49647 14.1297 5.06403 13.3781 5.36184C13.0448 5.49388 12.9322 5.62054 12.8832 5.69465C12.8226 5.78606 12.7878 5.90037 12.7424 6.1498L12.73 6.21924C12.6913 6.43963 12.6319 6.77828 12.472 7.10088C12.2755 7.49739 11.9537 7.83575 11.4529 8.10034C10.0792 8.82607 8.22486 8.52415 6.55932 6.76429C5.75334 5.91266 5.45165 5.67256 4.91074 5.61548C4.90064 5.61441 4.89056 5.61314 4.88051 5.61166C4.54258 5.56205 3.86155 5.60517 3.09474 5.97823C1.93058 7.69631 1.25 9.76979 1.25 12.0015C1.25 17.851 5.92204 22.6093 11.7381 22.7483C11.6633 22.6928 11.5963 22.6407 11.5377 22.5931C10.925 22.1341 10.5804 21.5611 10.5448 20.8982C10.5115 20.2798 10.7568 19.7099 11.0246 19.2493C11.4151 18.5778 11.5337 18.3607 11.5951 18.1144C11.6603 17.853 11.6657 17.5389 11.6657 16.646C11.6657 16.1537 11.7376 15.6576 11.958 15.214C12.1872 14.7528 12.554 14.3959 13.0535 14.165C13.988 13.7332 15.3453 13.7631 17.1462 14.1233C17.353 14.1647 17.5705 14.1334 17.8568 14.0157C18.0947 13.9178 18.322 13.7876 18.6019 13.6273C18.6893 13.5772 18.7818 13.5242 18.8813 13.4684C19.6649 13.0288 20.736 12.5059 22.105 12.987C22.1378 12.9985 22.1696 13.0123 22.2005 13.0282C22.3303 13.0952 22.4902 13.1941 22.6692 13.3253C22.7226 12.8912 22.75 12.4494 22.75 12.0015C22.75 6.88241 19.1726 2.60041 14.3818 1.51641Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9514 1.25159C12.7214 1.68937 13.0828 2.21047 13.1777 2.45181C13.1889 2.48042 13.2019 2.50831 13.2166 2.53532C13.3952 2.86433 13.4249 3.18127 13.361 3.4167C13.3026 3.63171 13.1528 3.83765 12.8255 3.96732C12.2788 4.18394 11.889 4.47915 11.6325 4.86651C11.3875 5.23656 11.3136 5.62329 11.2667 5.88084L11.2595 5.92002C11.2111 6.1863 11.1878 6.31413 11.128 6.4348C11.0841 6.52347 11.0011 6.64256 10.7522 6.77406C10.1266 7.10456 8.98212 7.14208 7.64877 5.73323C6.87847 4.9193 6.23139 4.25167 5.083 4.12536C4.9707 4.10954 4.84747 4.09943 4.71497 4.0963C6.61874 2.34109 9.16001 1.26396 11.9514 1.25159Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3244 15.0058C22.0022 14.6821 21.7167 14.4768 21.5554 14.3845C20.8662 14.1621 20.3206 14.3808 19.6153 14.7766C19.5475 14.8146 19.4757 14.8558 19.401 14.8988C19.1067 15.0678 18.7651 15.264 18.4274 15.4029C17.978 15.5877 17.4475 15.7133 16.852 15.5942C15.0814 15.2401 14.1471 15.3121 13.6827 15.5267C13.4828 15.6191 13.3734 15.7365 13.3013 15.8816C13.2203 16.0445 13.1657 16.2867 13.1657 16.646L13.1657 16.7463C13.1659 17.501 13.1661 18.0138 13.0506 18.4772C12.9315 18.9549 12.6948 19.3616 12.3656 19.9272L12.3213 20.0033C12.106 20.3736 12.0328 20.6345 12.0426 20.8176C12.0498 20.9509 12.1046 21.1463 12.4456 21.399C12.4554 21.4062 12.465 21.4137 12.4744 21.4214C12.8016 21.6895 13.4892 22.1472 14.3176 22.501C18.1625 21.6563 21.2356 18.7533 22.3244 15.0058Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.3818 1.51641C14.4521 1.63431 14.5099 1.7491 14.5557 1.8588C14.8718 2.46111 14.9856 3.1578 14.8086 3.8098C14.6221 4.49647 14.1297 5.06403 13.3781 5.36184C13.0448 5.49388 12.9322 5.62054 12.8832 5.69465C12.8226 5.78606 12.7878 5.90037 12.7424 6.1498L12.73 6.21924C12.6913 6.43963 12.6319 6.77828 12.472 7.10088C12.2755 7.49739 11.9537 7.83575 11.4529 8.10034C10.0792 8.82607 8.22486 8.52415 6.55932 6.76429C5.75334 5.91266 5.45165 5.67256 4.91074 5.61548C4.90064 5.61441 4.89056 5.61314 4.88051 5.61166C4.54258 5.56205 3.86155 5.60517 3.09474 5.97823C1.93058 7.69631 1.25 9.76979 1.25 12.0015C1.25 17.851 5.92204 22.6093 11.7381 22.7483C11.6633 22.6928 11.5963 22.6407 11.5377 22.5931C10.925 22.1341 10.5804 21.5611 10.5448 20.8982C10.5115 20.2798 10.7568 19.7099 11.0246 19.2493C11.4151 18.5778 11.5337 18.3607 11.5951 18.1144C11.6603 17.853 11.6657 17.5389 11.6657 16.646C11.6657 16.1537 11.7376 15.6576 11.958 15.214C12.1872 14.7528 12.554 14.3959 13.0535 14.165C13.988 13.7332 15.3453 13.7631 17.1462 14.1233C17.353 14.1647 17.5705 14.1334 17.8568 14.0157C18.0947 13.9178 18.322 13.7876 18.6019 13.6273C18.6893 13.5772 18.7818 13.5242 18.8813 13.4684C19.6649 13.0288 20.736 12.5059 22.105 12.987C22.1378 12.9985 22.1696 13.0123 22.2005 13.0282C22.3303 13.0952 22.4902 13.1941 22.6692 13.3253C22.7226 12.8912 22.75 12.4494 22.75 12.0015C22.75 6.88241 19.1726 2.60041 14.3818 1.51641Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9514 1.25159C12.7214 1.68937 13.0828 2.21047 13.1777 2.45181C13.1889 2.48042 13.2019 2.50831 13.2166 2.53532C13.3952 2.86433 13.4249 3.18127 13.361 3.4167C13.3026 3.63171 13.1528 3.83765 12.8255 3.96732C12.2788 4.18394 11.889 4.47915 11.6325 4.86651C11.3875 5.23656 11.3136 5.62329 11.2667 5.88084L11.2595 5.92002C11.2111 6.1863 11.1878 6.31413 11.128 6.4348C11.0841 6.52347 11.0011 6.64256 10.7522 6.77406C10.1266 7.10456 8.98212 7.14208 7.64877 5.73323C6.87847 4.9193 6.23139 4.25167 5.083 4.12536C4.9707 4.10954 4.84747 4.09943 4.71497 4.0963C6.61874 2.34109 9.16001 1.26396 11.9514 1.25159Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.3244 15.0058C22.0022 14.6821 21.7167 14.4768 21.5554 14.3845C20.8662 14.1621 20.3206 14.3808 19.6153 14.7766C19.5475 14.8146 19.4757 14.8558 19.401 14.8988C19.1067 15.0678 18.7651 15.264 18.4274 15.4029C17.978 15.5877 17.4475 15.7133 16.852 15.5942C15.0814 15.2401 14.1471 15.3121 13.6827 15.5267C13.4828 15.6191 13.3734 15.7365 13.3013 15.8816C13.2203 16.0445 13.1657 16.2867 13.1657 16.646L13.1657 16.7463C13.1659 17.501 13.1661 18.0138 13.0506 18.4772C12.9315 18.9549 12.6948 19.3616 12.3656 19.9272L12.3213 20.0033C12.106 20.3736 12.0328 20.6345 12.0426 20.8176C12.0498 20.9509 12.1046 21.1463 12.4456 21.399C12.4554 21.4062 12.465 21.4137 12.4744 21.4214C12.8016 21.6895 13.4892 22.1472 14.3176 22.501C18.1625 21.6563 21.2356 18.7533 22.3244 15.0058Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-falling-star{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9821 13.2118C13.7263 13.3368 14.4403 13.7182 14.6774 14.4616C14.9141 15.2041 14.5543 15.9288 14.0198 16.4645L14.0188 16.4655L12.5328 17.9638C12.392 18.1057 12.3991 18.2914 12.4202 18.3666L12.8453 20.2198C13.0273 21.0162 13.003 21.9526 12.3042 22.4662C11.6023 22.9821 10.7029 22.7192 10.0027 22.3021L8.20825 21.2311C8.03175 21.1258 7.85281 21.1887 7.78541 21.2334L5.99607 22.3014C5.29523 22.7206 4.39653 22.9798 3.69518 22.4638C2.99752 21.9505 2.96916 21.0171 3.15216 20.2197L3.5781 18.3628C3.63233 18.1263 3.52506 17.9983 3.46464 17.9638L1.9768 16.4636C1.44557 15.928 1.08712 15.2042 1.32187 14.463C1.55752 13.7189 2.27 13.337 3.01495 13.2118L4.92647 12.8916C5.09407 12.8916 5.19666 12.7389 5.227 12.6625L6.2836 10.5319C6.62426 9.84852 7.20136 9.25 7.99796 9.25C8.79557 9.25 9.37105 9.8497 9.70878 10.5338L10.7644 12.6625C10.7833 12.7249 10.8706 12.858 11.0683 12.8912L12.9821 13.2118Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6991 1.53163C17.0746 1.90713 17.0746 2.51594 16.6991 2.89145L11.8914 7.69914C11.5159 8.07465 10.9071 8.07465 10.5316 7.69914C10.1561 7.32364 10.1561 6.71482 10.5316 6.33932L15.3393 1.53163C15.7148 1.15612 16.3236 1.15612 16.6991 1.53163ZM22.4684 1.53163C22.8439 1.90713 22.8439 2.51594 22.4684 2.89145L14.7761 10.5838C14.4006 10.9593 13.7917 10.9593 13.4162 10.5838C13.0407 10.2083 13.0407 9.59944 13.4162 9.22394L21.1086 1.53163C21.4841 1.15612 22.0929 1.15612 22.4684 1.53163ZM20.5453 9.22394C20.9208 9.59944 20.9208 10.2083 20.5453 10.5838L17.6607 13.4684C17.2852 13.8439 16.6764 13.8439 16.3009 13.4684C15.9254 13.0929 15.9254 12.4841 16.3009 12.1086L19.1855 9.22394C19.561 8.84843 20.1698 8.84843 20.5453 9.22394Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9821 13.2118C13.7263 13.3368 14.4403 13.7182 14.6774 14.4616C14.9141 15.2041 14.5543 15.9288 14.0198 16.4645L14.0188 16.4655L12.5328 17.9638C12.392 18.1057 12.3991 18.2914 12.4202 18.3666L12.8453 20.2198C13.0273 21.0162 13.003 21.9526 12.3042 22.4662C11.6023 22.9821 10.7029 22.7192 10.0027 22.3021L8.20825 21.2311C8.03175 21.1258 7.85281 21.1887 7.78541 21.2334L5.99607 22.3014C5.29523 22.7206 4.39653 22.9798 3.69518 22.4638C2.99752 21.9505 2.96916 21.0171 3.15216 20.2197L3.5781 18.3628C3.63233 18.1263 3.52506 17.9983 3.46464 17.9638L1.9768 16.4636C1.44557 15.928 1.08712 15.2042 1.32187 14.463C1.55752 13.7189 2.27 13.337 3.01495 13.2118L4.92647 12.8916C5.09407 12.8916 5.19666 12.7389 5.227 12.6625L6.2836 10.5319C6.62426 9.84852 7.20136 9.25 7.99796 9.25C8.79557 9.25 9.37105 9.8497 9.70878 10.5338L10.7644 12.6625C10.7833 12.7249 10.8706 12.858 11.0683 12.8912L12.9821 13.2118Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6991 1.53163C17.0746 1.90713 17.0746 2.51594 16.6991 2.89145L11.8914 7.69914C11.5159 8.07465 10.9071 8.07465 10.5316 7.69914C10.1561 7.32364 10.1561 6.71482 10.5316 6.33932L15.3393 1.53163C15.7148 1.15612 16.3236 1.15612 16.6991 1.53163ZM22.4684 1.53163C22.8439 1.90713 22.8439 2.51594 22.4684 2.89145L14.7761 10.5838C14.4006 10.9593 13.7917 10.9593 13.4162 10.5838C13.0407 10.2083 13.0407 9.59944 13.4162 9.22394L21.1086 1.53163C21.4841 1.15612 22.0929 1.15612 22.4684 1.53163ZM20.5453 9.22394C20.9208 9.59944 20.9208 10.2083 20.5453 10.5838L17.6607 13.4684C17.2852 13.8439 16.6764 13.8439 16.3009 13.4684C15.9254 13.0929 15.9254 12.4841 16.3009 12.1086L19.1855 9.22394C19.561 8.84843 20.1698 8.84843 20.5453 9.22394Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-galaxy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.315 4.68623C17.2831 2.65441 13.3796 2.65193 9.59439 5.06677C9.13937 5.35706 8.53518 5.22353 8.24488 4.76854C7.95458 4.31354 8.08811 3.70938 8.54313 3.41909C12.675 0.783111 17.7164 0.32374 20.6971 3.30422C22.5319 5.13897 23.059 7.79267 22.5862 10.472C22.1127 13.155 20.6305 15.9599 18.2954 18.2948C17.9138 18.6765 17.295 18.6765 16.9133 18.2948C16.5317 17.9132 16.5317 17.2945 16.9133 16.9128C18.9996 14.8267 20.2656 12.3747 20.6614 10.1323C21.0577 7.8863 20.575 5.94623 19.315 4.68623ZM7.0878 5.70574C7.46945 6.08737 7.46945 6.70612 7.0878 7.08775C4.03614 10.1393 2.77913 13.9177 3.33266 16.6954C3.43814 17.2247 3.09454 17.7393 2.56521 17.8448C2.03588 17.9503 1.52128 17.6067 1.4158 17.0774C0.699725 13.4839 2.33491 9.0764 5.70573 5.70574C6.08738 5.32411 6.70615 5.32411 7.0878 5.70574ZM15.3704 19.5063C15.646 19.9703 15.4932 20.5699 15.0292 20.8456C10.9945 23.2418 6.18385 23.576 3.3041 20.6964C2.92245 20.3147 2.92245 19.696 3.3041 19.3143C3.68575 18.9327 4.30452 18.9327 4.68617 19.3143C6.64988 21.278 10.3541 21.3489 14.0311 19.1651C14.4951 18.8895 15.0948 19.0423 15.3704 19.5063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1893 7.189C11.9319 7.41087 10.5312 8.12723 9.32924 9.32917C8.12725 10.5311 7.41086 11.9317 7.18898 13.189C6.96644 14.45 7.24718 15.4713 7.88826 16.1123C8.52935 16.7534 9.55071 17.0341 10.8117 16.8116C12.069 16.5897 13.4698 15.8733 14.6717 14.6714C16.1384 13.2048 16.871 11.4567 16.8866 10.0351C16.8925 9.49544 17.3348 9.06275 17.8745 9.06867C18.4142 9.07459 18.8469 9.51688 18.841 10.0566C18.8188 12.0822 17.8101 14.2972 16.0538 16.0534C14.603 17.5041 12.8494 18.4366 11.1514 18.7363C9.45707 19.0353 7.72204 18.7101 6.50619 17.4943C5.29034 16.2785 4.96517 14.5436 5.26417 12.8493C5.56383 11.1514 6.49639 9.39787 7.94717 7.94716C9.39795 6.49645 11.1515 5.56393 12.8496 5.26429C14.5439 4.96531 16.2789 5.29045 17.4948 6.50625C17.8764 6.88788 17.8764 7.50662 17.4948 7.88826C17.1131 8.26989 16.4944 8.26989 16.1127 7.88826C15.4716 7.2472 14.4503 6.96648 13.1893 7.189Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.1714 9.11342C12.8806 8.98827 13.6968 9.11146 14.2937 9.7083C14.8906 10.3052 15.0138 11.1213 14.8886 11.8305C14.7628 12.5434 14.3799 13.2455 13.8134 13.812C13.2468 14.3785 12.5447 14.7614 11.8318 14.8872C11.1225 15.0124 10.3063 14.8892 9.70943 14.2923C9.11256 13.6955 8.98936 12.8793 9.11452 12.1701C9.24033 11.4572 9.62324 10.7551 10.1898 10.1886C10.7563 9.62211 11.4584 9.23922 12.1714 9.11342Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.315 4.68623C17.2831 2.65441 13.3796 2.65193 9.59439 5.06677C9.13937 5.35706 8.53518 5.22353 8.24488 4.76854C7.95458 4.31354 8.08811 3.70938 8.54313 3.41909C12.675 0.783111 17.7164 0.32374 20.6971 3.30422C22.5319 5.13897 23.059 7.79267 22.5862 10.472C22.1127 13.155 20.6305 15.9599 18.2954 18.2948C17.9138 18.6765 17.295 18.6765 16.9133 18.2948C16.5317 17.9132 16.5317 17.2945 16.9133 16.9128C18.9996 14.8267 20.2656 12.3747 20.6614 10.1323C21.0577 7.8863 20.575 5.94623 19.315 4.68623ZM7.0878 5.70574C7.46945 6.08737 7.46945 6.70612 7.0878 7.08775C4.03614 10.1393 2.77913 13.9177 3.33266 16.6954C3.43814 17.2247 3.09454 17.7393 2.56521 17.8448C2.03588 17.9503 1.52128 17.6067 1.4158 17.0774C0.699725 13.4839 2.33491 9.0764 5.70573 5.70574C6.08738 5.32411 6.70615 5.32411 7.0878 5.70574ZM15.3704 19.5063C15.646 19.9703 15.4932 20.5699 15.0292 20.8456C10.9945 23.2418 6.18385 23.576 3.3041 20.6964C2.92245 20.3147 2.92245 19.696 3.3041 19.3143C3.68575 18.9327 4.30452 18.9327 4.68617 19.3143C6.64988 21.278 10.3541 21.3489 14.0311 19.1651C14.4951 18.8895 15.0948 19.0423 15.3704 19.5063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1893 7.189C11.9319 7.41087 10.5312 8.12723 9.32924 9.32917C8.12725 10.5311 7.41086 11.9317 7.18898 13.189C6.96644 14.45 7.24718 15.4713 7.88826 16.1123C8.52935 16.7534 9.55071 17.0341 10.8117 16.8116C12.069 16.5897 13.4698 15.8733 14.6717 14.6714C16.1384 13.2048 16.871 11.4567 16.8866 10.0351C16.8925 9.49544 17.3348 9.06275 17.8745 9.06867C18.4142 9.07459 18.8469 9.51688 18.841 10.0566C18.8188 12.0822 17.8101 14.2972 16.0538 16.0534C14.603 17.5041 12.8494 18.4366 11.1514 18.7363C9.45707 19.0353 7.72204 18.7101 6.50619 17.4943C5.29034 16.2785 4.96517 14.5436 5.26417 12.8493C5.56383 11.1514 6.49639 9.39787 7.94717 7.94716C9.39795 6.49645 11.1515 5.56393 12.8496 5.26429C14.5439 4.96531 16.2789 5.29045 17.4948 6.50625C17.8764 6.88788 17.8764 7.50662 17.4948 7.88826C17.1131 8.26989 16.4944 8.26989 16.1127 7.88826C15.4716 7.2472 14.4503 6.96648 13.1893 7.189Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.1714 9.11342C12.8806 8.98827 13.6968 9.11146 14.2937 9.7083C14.8906 10.3052 15.0138 11.1213 14.8886 11.8305C14.7628 12.5434 14.3799 13.2455 13.8134 13.812C13.2468 14.3785 12.5447 14.7614 11.8318 14.8872C11.1225 15.0124 10.3063 14.8892 9.70943 14.2923C9.11256 13.6955 8.98936 12.8793 9.11452 12.1701C9.24033 11.4572 9.62324 10.7551 10.1898 10.1886C10.7563 9.62211 11.4584 9.23922 12.1714 9.11342Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-jupiter{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16.5C9.10457 16.5 10 15.8284 10 15C10 14.1716 9.10457 13.5 8 13.5C6.89543 13.5 6 14.1716 6 15C6 15.8284 6.89543 16.5 8 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C9.27573 1.25 6.78606 2.26464 4.89196 3.93521C3.41374 5.23898 2.29578 6.94417 1.7093 8.88237C1.41037 9.8703 1.25 10.9173 1.25 12C1.25 16.0281 3.46596 19.5374 6.74067 21.3776C8.29634 22.2518 10.0915 22.75 12 22.75C16.5121 22.75 20.3727 19.9704 21.9673 16.0338C22.4723 14.7869 22.75 13.4247 22.75 12C22.75 11.7467 22.7412 11.4953 22.7239 11.2461C22.6563 10.2707 22.4583 9.33016 22.1471 8.44244C20.6791 4.25505 16.6917 1.25 12 1.25ZM17.0041 8.11505L17.0041 8.11506C17.8448 8.74526 18.8763 9.51842 20.4931 9.70232C20.5874 10.0517 20.6607 10.4099 20.7115 10.7753C18.6376 11.893 17.1322 12.1666 15.6563 11.9355C13.97 11.6715 12.1968 10.7387 9.56113 9.2012C7.67597 8.10152 5.85423 7.77088 4.22186 7.89057C4.60005 7.17632 5.07395 6.52006 5.62672 5.93896C6.82743 6.74196 9.0099 7.80365 12.213 7.09016C13.4478 6.8151 14.2951 6.84403 14.927 6.99315C15.5579 7.14203 16.0516 7.42798 16.5752 7.79922C16.7137 7.89739 16.8559 8.004 17.0041 8.11505ZM15.354 13.8665C17.1122 14.1418 18.807 13.8485 20.7459 12.9453C20.6813 13.5498 20.5556 14.1355 20.3752 14.6963C17.0036 14.7701 14.0941 15.4562 10.9698 17.539C9.66555 18.4085 8.41666 19.0221 7.31799 19.4468C4.84506 17.8884 3.20508 15.1351 3.20508 11.9999C3.20508 11.301 3.28641 10.6221 3.43981 9.97184C4.91808 9.65708 6.67609 9.78105 8.5763 10.8895C11.1543 12.3933 13.2427 13.536 15.354 13.8665Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16.5C9.10457 16.5 10 15.8284 10 15C10 14.1716 9.10457 13.5 8 13.5C6.89543 13.5 6 14.1716 6 15C6 15.8284 6.89543 16.5 8 16.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C9.27573 1.25 6.78606 2.26464 4.89196 3.93521C3.41374 5.23898 2.29578 6.94417 1.7093 8.88237C1.41037 9.8703 1.25 10.9173 1.25 12C1.25 16.0281 3.46596 19.5374 6.74067 21.3776C8.29634 22.2518 10.0915 22.75 12 22.75C16.5121 22.75 20.3727 19.9704 21.9673 16.0338C22.4723 14.7869 22.75 13.4247 22.75 12C22.75 11.7467 22.7412 11.4953 22.7239 11.2461C22.6563 10.2707 22.4583 9.33016 22.1471 8.44244C20.6791 4.25505 16.6917 1.25 12 1.25ZM17.0041 8.11505L17.0041 8.11506C17.8448 8.74526 18.8763 9.51842 20.4931 9.70232C20.5874 10.0517 20.6607 10.4099 20.7115 10.7753C18.6376 11.893 17.1322 12.1666 15.6563 11.9355C13.97 11.6715 12.1968 10.7387 9.56113 9.2012C7.67597 8.10152 5.85423 7.77088 4.22186 7.89057C4.60005 7.17632 5.07395 6.52006 5.62672 5.93896C6.82743 6.74196 9.0099 7.80365 12.213 7.09016C13.4478 6.8151 14.2951 6.84403 14.927 6.99315C15.5579 7.14203 16.0516 7.42798 16.5752 7.79922C16.7137 7.89739 16.8559 8.004 17.0041 8.11505ZM15.354 13.8665C17.1122 14.1418 18.807 13.8485 20.7459 12.9453C20.6813 13.5498 20.5556 14.1355 20.3752 14.6963C17.0036 14.7701 14.0941 15.4562 10.9698 17.539C9.66555 18.4085 8.41666 19.0221 7.31799 19.4468C4.84506 17.8884 3.20508 15.1351 3.20508 11.9999C3.20508 11.301 3.28641 10.6221 3.43981 9.97184C4.91808 9.65708 6.67609 9.78105 8.5763 10.8895C11.1543 12.3933 13.2427 13.536 15.354 13.8665Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-monster{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 11.5001C11 10.9478 11.4477 10.5001 12 10.5001H12.009C12.5613 10.5001 13.009 10.9478 13.009 11.5001C13.009 12.0524 12.5613 12.5001 12.009 12.5001H12C11.4477 12.5001 11 12.0524 11 11.5001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 12.5C2.75 7.39137 6.89137 3.25 12 3.25C17.1086 3.25 21.25 7.39137 21.25 12.5C21.25 14.7576 20.4402 16.8281 19.0961 18.4339C18.5722 19.0598 18.25 19.748 18.25 20.4319C18.25 21.7121 17.2121 22.75 15.9319 22.75L8.06812 22.75C6.78786 22.75 5.75 21.7121 5.75 20.4319C5.75 19.748 5.4278 19.0598 4.90387 18.4339C3.55977 16.8281 2.75 14.7576 2.75 12.5ZM6.75 11.5C6.75 8.9883 9.28684 7.25 12 7.25C14.7132 7.25 17.25 8.9883 17.25 11.5C17.25 14.0117 14.7132 15.75 12 15.75C9.28684 15.75 6.75 14.0117 6.75 11.5ZM10.386 18.357C10.0308 18.1439 9.57015 18.259 9.35702 18.6142C9.14388 18.9694 9.25903 19.4301 9.6142 19.6432C10.2636 20.0329 11.1074 20.2501 12.0001 20.2501C12.8929 20.2501 13.7366 20.0329 14.386 19.6432C14.7412 19.4301 14.8563 18.9694 14.6432 18.6142C14.4301 18.259 13.9694 18.1439 13.6142 18.357C13.2328 18.5859 12.6647 18.7501 12.0001 18.7501C11.3356 18.7501 10.7675 18.5859 10.386 18.357Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.257 2.04281C4.32074 1.54933 4.80305 1.19728 5.33425 1.2565C6.60942 1.39865 7.5113 2.02821 8.09856 2.71989C8.67169 3.39493 8.97181 4.15538 9.07759 4.68602C9.17501 5.17474 8.82752 5.64429 8.30145 5.7348C7.77537 5.8253 7.26993 5.50248 7.17251 5.01376C7.11683 4.73444 6.93258 4.25297 6.57734 3.83456C6.23623 3.4328 5.76573 3.11741 5.10341 3.04358C4.57221 2.98436 4.19325 2.5363 4.257 2.04281ZM19.743 2.04281C19.8067 2.5363 19.4278 2.98436 18.8966 3.04358C18.2343 3.11741 17.7638 3.4328 17.4227 3.83456C17.0674 4.25297 16.8832 4.73444 16.8275 5.01376C16.7301 5.50248 16.2246 5.8253 15.6986 5.7348C15.1725 5.64429 14.825 5.17474 14.9224 4.68602C15.0282 4.15538 15.3283 3.39493 15.9014 2.71989C16.4887 2.02821 17.3906 1.39865 18.6657 1.2565C19.197 1.19728 19.6793 1.54933 19.743 2.04281Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 11.5001C11 10.9478 11.4477 10.5001 12 10.5001H12.009C12.5613 10.5001 13.009 10.9478 13.009 11.5001C13.009 12.0524 12.5613 12.5001 12.009 12.5001H12C11.4477 12.5001 11 12.0524 11 11.5001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M2.75 12.5C2.75 7.39137 6.89137 3.25 12 3.25C17.1086 3.25 21.25 7.39137 21.25 12.5C21.25 14.7576 20.4402 16.8281 19.0961 18.4339C18.5722 19.0598 18.25 19.748 18.25 20.4319C18.25 21.7121 17.2121 22.75 15.9319 22.75L8.06812 22.75C6.78786 22.75 5.75 21.7121 5.75 20.4319C5.75 19.748 5.4278 19.0598 4.90387 18.4339C3.55977 16.8281 2.75 14.7576 2.75 12.5ZM6.75 11.5C6.75 8.9883 9.28684 7.25 12 7.25C14.7132 7.25 17.25 8.9883 17.25 11.5C17.25 14.0117 14.7132 15.75 12 15.75C9.28684 15.75 6.75 14.0117 6.75 11.5ZM10.386 18.357C10.0308 18.1439 9.57015 18.259 9.35702 18.6142C9.14388 18.9694 9.25903 19.4301 9.6142 19.6432C10.2636 20.0329 11.1074 20.2501 12.0001 20.2501C12.8929 20.2501 13.7366 20.0329 14.386 19.6432C14.7412 19.4301 14.8563 18.9694 14.6432 18.6142C14.4301 18.259 13.9694 18.1439 13.6142 18.357C13.2328 18.5859 12.6647 18.7501 12.0001 18.7501C11.3356 18.7501 10.7675 18.5859 10.386 18.357Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.257 2.04281C4.32074 1.54933 4.80305 1.19728 5.33425 1.2565C6.60942 1.39865 7.5113 2.02821 8.09856 2.71989C8.67169 3.39493 8.97181 4.15538 9.07759 4.68602C9.17501 5.17474 8.82752 5.64429 8.30145 5.7348C7.77537 5.8253 7.26993 5.50248 7.17251 5.01376C7.11683 4.73444 6.93258 4.25297 6.57734 3.83456C6.23623 3.4328 5.76573 3.11741 5.10341 3.04358C4.57221 2.98436 4.19325 2.5363 4.257 2.04281ZM19.743 2.04281C19.8067 2.5363 19.4278 2.98436 18.8966 3.04358C18.2343 3.11741 17.7638 3.4328 17.4227 3.83456C17.0674 4.25297 16.8832 4.73444 16.8275 5.01376C16.7301 5.50248 16.2246 5.8253 15.6986 5.7348C15.1725 5.64429 14.825 5.17474 14.9224 4.68602C15.0282 4.15538 15.3283 3.39493 15.9014 2.71989C16.4887 2.02821 17.3906 1.39865 18.6657 1.2565C19.197 1.19728 19.6793 1.54933 19.743 2.04281Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-moon-landing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.64137 18.8208C3.00944 14.4329 7.13165 11.25 11.9999 11.25C16.8682 11.25 20.9904 14.4329 22.3584 18.8208C22.5227 19.3473 22.6978 19.9084 22.7387 20.3544C22.7872 20.8834 22.681 21.3692 22.3319 21.8383C21.9601 22.3377 21.4672 22.5627 20.9121 22.6621C20.4201 22.7502 19.8097 22.7501 19.125 22.75H12.75V22C12.75 19.9289 11.0711 18.25 9 18.25C6.92893 18.25 5.25 19.9289 5.25 22V22.75H4.87482C4.19012 22.7501 3.5797 22.7502 3.0877 22.6621C2.53263 22.5627 2.03968 22.3377 1.66796 21.8383C1.31884 21.3692 1.21257 20.8834 1.26109 20.3544C1.30199 19.9084 1.47707 19.3473 1.64137 18.8208ZM6.75 22.75H11.25V22C11.25 20.7574 10.2426 19.75 9 19.75C7.75736 19.75 6.75 20.7574 6.75 22V22.75ZM14 17C14 16.4477 14.4477 16 15 16H15.009C15.5613 16 16.009 16.4477 16.009 17C16.009 17.5523 15.5613 18 15.009 18H15C14.4477 18 14 17.5523 14 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.9915 1.25L17.2357 1.25C17.7514 1.24996 18.215 1.24993 18.5953 1.29317C19.0065 1.33994 19.436 1.44722 19.8208 1.7451C19.9855 1.87256 20.1329 2.02124 20.2592 2.18735C20.5545 2.57555 20.6608 3.00876 20.7072 3.4236C20.7501 3.8072 20.75 4.3722 20.75 4.89238C20.75 5.41257 20.7501 5.88031 20.7072 6.26392C20.6608 6.67875 20.5545 7.11196 20.2592 7.50016C20.1329 7.66627 19.9855 7.81495 19.8208 7.94241C19.436 8.24029 19.0065 8.34757 18.5953 8.39434C18.215 8.43758 17.7514 8.43755 17.2357 8.43751L13.15 8.4375V11.7917C13.15 12.3209 12.7247 12.75 12.2 12.75C11.6753 12.75 11.25 12.3209 11.25 11.7917L11.25 5.0243C11.2499 4.39743 11.2499 3.8342 11.3107 3.37832C11.377 2.8806 11.531 2.36998 11.9456 1.95173C12.3602 1.53348 12.8664 1.3781 13.3598 1.31118C13.8117 1.24989 14.3701 1.24994 14.9915 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.64137 18.8208C3.00944 14.4329 7.13165 11.25 11.9999 11.25C16.8682 11.25 20.9904 14.4329 22.3584 18.8208C22.5227 19.3473 22.6978 19.9084 22.7387 20.3544C22.7872 20.8834 22.681 21.3692 22.3319 21.8383C21.9601 22.3377 21.4672 22.5627 20.9121 22.6621C20.4201 22.7502 19.8097 22.7501 19.125 22.75H12.75V22C12.75 19.9289 11.0711 18.25 9 18.25C6.92893 18.25 5.25 19.9289 5.25 22V22.75H4.87482C4.19012 22.7501 3.5797 22.7502 3.0877 22.6621C2.53263 22.5627 2.03968 22.3377 1.66796 21.8383C1.31884 21.3692 1.21257 20.8834 1.26109 20.3544C1.30199 19.9084 1.47707 19.3473 1.64137 18.8208ZM6.75 22.75H11.25V22C11.25 20.7574 10.2426 19.75 9 19.75C7.75736 19.75 6.75 20.7574 6.75 22V22.75ZM14 17C14 16.4477 14.4477 16 15 16H15.009C15.5613 16 16.009 16.4477 16.009 17C16.009 17.5523 15.5613 18 15.009 18H15C14.4477 18 14 17.5523 14 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.9915 1.25L17.2357 1.25C17.7514 1.24996 18.215 1.24993 18.5953 1.29317C19.0065 1.33994 19.436 1.44722 19.8208 1.7451C19.9855 1.87256 20.1329 2.02124 20.2592 2.18735C20.5545 2.57555 20.6608 3.00876 20.7072 3.4236C20.7501 3.8072 20.75 4.3722 20.75 4.89238C20.75 5.41257 20.7501 5.88031 20.7072 6.26392C20.6608 6.67875 20.5545 7.11196 20.2592 7.50016C20.1329 7.66627 19.9855 7.81495 19.8208 7.94241C19.436 8.24029 19.0065 8.34757 18.5953 8.39434C18.215 8.43758 17.7514 8.43755 17.2357 8.43751L13.15 8.4375V11.7917C13.15 12.3209 12.7247 12.75 12.2 12.75C11.6753 12.75 11.25 12.3209 11.25 11.7917L11.25 5.0243C11.2499 4.39743 11.2499 3.8342 11.3107 3.37832C11.377 2.8806 11.531 2.36998 11.9456 1.95173C12.3602 1.53348 12.8664 1.3781 13.3598 1.31118C13.8117 1.24989 14.3701 1.24994 14.9915 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-moon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75ZM3.20508 12C3.20508 7.14245 7.14294 3.20459 12.0005 3.20459C13.1416 3.20459 14.3416 3.98055 15.3087 5.59249C16.2642 7.18497 16.8869 9.44805 16.8869 12C16.8869 14.552 16.2642 16.8151 15.3087 18.4076C14.3416 20.0195 13.1416 20.7955 12.0005 20.7955C7.14294 20.7955 3.20508 16.8576 3.20508 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 7C10 6.44772 10.4477 6 11 6H11.009C11.5613 6 12.009 6.44772 12.009 7C12.009 7.55228 11.5613 8 11.009 8H11C10.4477 8 10 7.55228 10 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.25 14.5C6.25 13.2574 7.25736 12.25 8.5 12.25C9.74264 12.25 10.75 13.2574 10.75 14.5C10.75 15.7426 9.74264 16.75 8.5 16.75C7.25736 16.75 6.25 15.7426 6.25 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75ZM3.20508 12C3.20508 7.14245 7.14294 3.20459 12.0005 3.20459C13.1416 3.20459 14.3416 3.98055 15.3087 5.59249C16.2642 7.18497 16.8869 9.44805 16.8869 12C16.8869 14.552 16.2642 16.8151 15.3087 18.4076C14.3416 20.0195 13.1416 20.7955 12.0005 20.7955C7.14294 20.7955 3.20508 16.8576 3.20508 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 7C10 6.44772 10.4477 6 11 6H11.009C11.5613 6 12.009 6.44772 12.009 7C12.009 7.55228 11.5613 8 11.009 8H11C10.4477 8 10 7.55228 10 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.25 14.5C6.25 13.2574 7.25736 12.25 8.5 12.25C9.74264 12.25 10.75 13.2574 10.75 14.5C10.75 15.7426 9.74264 16.75 8.5 16.75C7.25736 16.75 6.25 15.7426 6.25 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-orbit-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.25 11.9998C6.25 8.82412 8.82436 6.24976 12 6.24976C15.1756 6.24976 17.75 8.82412 17.75 11.9998C17.75 15.1754 15.1756 17.7498 12 17.7498C8.82436 17.7498 6.25 15.1754 6.25 11.9998Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 16.8576 7.1424 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 11.7025 20.7807 11.4087 20.752 11.1193C20.6987 10.5822 21.0908 10.1036 21.6279 10.0502C22.165 9.99691 22.6436 10.3891 22.697 10.9262C22.7321 11.2796 22.75 11.6379 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C14.4707 1.25 16.7483 2.08452 18.5638 3.48596C18.9442 3.30565 19.3698 3.20455 19.8182 3.20455C21.4374 3.20455 22.75 4.51717 22.75 6.13636C22.75 7.20069 22.1822 8.1315 21.3378 8.64398C20.8939 8.91332 20.3726 9.06818 19.8182 9.06818C18.199 9.06818 16.8864 7.75556 16.8864 6.13636C16.8864 5.6877 16.9875 5.26225 17.1678 4.88196C15.7168 3.82646 13.9319 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.25 11.9998C6.25 8.82412 8.82436 6.24976 12 6.24976C15.1756 6.24976 17.75 8.82412 17.75 11.9998C17.75 15.1754 15.1756 17.7498 12 17.7498C8.82436 17.7498 6.25 15.1754 6.25 11.9998Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 16.8576 7.1424 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 11.7025 20.7807 11.4087 20.752 11.1193C20.6987 10.5822 21.0908 10.1036 21.6279 10.0502C22.165 9.99691 22.6436 10.3891 22.697 10.9262C22.7321 11.2796 22.75 11.6379 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C14.4707 1.25 16.7483 2.08452 18.5638 3.48596C18.9442 3.30565 19.3698 3.20455 19.8182 3.20455C21.4374 3.20455 22.75 4.51717 22.75 6.13636C22.75 7.20069 22.1822 8.1315 21.3378 8.64398C20.8939 8.91332 20.3726 9.06818 19.8182 9.06818C18.199 9.06818 16.8864 7.75556 16.8864 6.13636C16.8864 5.6877 16.9875 5.26225 17.1678 4.88196C15.7168 3.82646 13.9319 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-orbit-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.25 7C9.25 5.48122 10.4812 4.25 12 4.25C13.5188 4.25 14.75 5.48122 14.75 7C14.75 8.51878 13.5188 9.75 12 9.75C10.4812 9.75 9.25 8.51878 9.25 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.57478 15.6478C2.99095 15.3952 3.47966 15.25 4 15.25C5.51878 15.25 6.75 16.4812 6.75 18C6.75 18.8007 6.40682 19.5224 5.86177 20.0239C5.37258 20.4741 4.71765 20.75 4 20.75C2.48122 20.75 1.25 19.5188 1.25 18C1.25 17.0019 1.78223 16.1288 2.57478 15.6478Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.25 16C12.25 14.4812 13.4812 13.25 15 13.25C15.7005 13.25 16.3414 13.5129 16.8266 13.9443C17.392 14.4469 17.75 15.1821 17.75 16C17.75 17.5188 16.5188 18.75 15 18.75C13.9018 18.75 12.9554 18.1062 12.5149 17.1787C12.3448 16.8205 12.25 16.4203 12.25 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 13.3519 3.50887 14.63 4.05182 15.7718C4.2836 16.2593 4.07634 16.8423 3.5889 17.0741C3.10147 17.3058 2.51844 17.0986 2.28666 16.6112C1.62166 15.2126 1.25 13.6483 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C10.4729 22.75 9.01779 22.431 7.69964 21.8551C7.20505 21.639 6.97929 21.0629 7.19538 20.5683C7.41148 20.0737 7.9876 19.8479 8.48218 20.064C9.5582 20.5342 10.7473 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 7.1424 16.8576 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25669 8.71089C8.72389 8.98114 8.88354 9.57897 8.61328 10.0462C8.28125 10.6201 8.09091 11.2864 8.09091 12C8.09091 14.1589 9.84107 15.9091 12 15.9091C12.3227 15.9091 12.635 15.8702 12.933 15.7973C13.4573 15.669 13.9863 15.99 14.1145 16.5143C14.2428 17.0386 13.9218 17.5676 13.3975 17.6958C12.9487 17.8056 12.4804 17.8636 12 17.8636C8.7616 17.8636 6.13636 15.2384 6.13636 12C6.13636 10.9336 6.42193 9.93093 6.92141 9.06747C7.19167 8.60028 7.78949 8.44063 8.25669 8.71089ZM15.7433 8.71089C16.2105 8.44063 16.8083 8.60028 17.0786 9.06747C17.5781 9.93093 17.8636 10.9336 17.8636 12C17.8636 13.0687 17.5768 14.0734 17.0753 14.9381C16.8046 15.405 16.2066 15.564 15.7397 15.2933C15.2728 15.0225 15.1138 14.4245 15.3846 13.9576C15.7179 13.3827 15.9091 12.7152 15.9091 12C15.9091 11.2864 15.7188 10.6201 15.3867 10.0462C15.1165 9.57897 15.2761 8.98114 15.7433 8.71089Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.25 7C9.25 5.48122 10.4812 4.25 12 4.25C13.5188 4.25 14.75 5.48122 14.75 7C14.75 8.51878 13.5188 9.75 12 9.75C10.4812 9.75 9.25 8.51878 9.25 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.57478 15.6478C2.99095 15.3952 3.47966 15.25 4 15.25C5.51878 15.25 6.75 16.4812 6.75 18C6.75 18.8007 6.40682 19.5224 5.86177 20.0239C5.37258 20.4741 4.71765 20.75 4 20.75C2.48122 20.75 1.25 19.5188 1.25 18C1.25 17.0019 1.78223 16.1288 2.57478 15.6478Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.25 16C12.25 14.4812 13.4812 13.25 15 13.25C15.7005 13.25 16.3414 13.5129 16.8266 13.9443C17.392 14.4469 17.75 15.1821 17.75 16C17.75 17.5188 16.5188 18.75 15 18.75C13.9018 18.75 12.9554 18.1062 12.5149 17.1787C12.3448 16.8205 12.25 16.4203 12.25 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.20455C7.1424 3.20455 3.20455 7.1424 3.20455 12C3.20455 13.3519 3.50887 14.63 4.05182 15.7718C4.2836 16.2593 4.07634 16.8423 3.5889 17.0741C3.10147 17.3058 2.51844 17.0986 2.28666 16.6112C1.62166 15.2126 1.25 13.6483 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C10.4729 22.75 9.01779 22.431 7.69964 21.8551C7.20505 21.639 6.97929 21.0629 7.19538 20.5683C7.41148 20.0737 7.9876 19.8479 8.48218 20.064C9.5582 20.5342 10.7473 20.7955 12 20.7955C16.8576 20.7955 20.7955 16.8576 20.7955 12C20.7955 7.1424 16.8576 3.20455 12 3.20455Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25669 8.71089C8.72389 8.98114 8.88354 9.57897 8.61328 10.0462C8.28125 10.6201 8.09091 11.2864 8.09091 12C8.09091 14.1589 9.84107 15.9091 12 15.9091C12.3227 15.9091 12.635 15.8702 12.933 15.7973C13.4573 15.669 13.9863 15.99 14.1145 16.5143C14.2428 17.0386 13.9218 17.5676 13.3975 17.6958C12.9487 17.8056 12.4804 17.8636 12 17.8636C8.7616 17.8636 6.13636 15.2384 6.13636 12C6.13636 10.9336 6.42193 9.93093 6.92141 9.06747C7.19167 8.60028 7.78949 8.44063 8.25669 8.71089ZM15.7433 8.71089C16.2105 8.44063 16.8083 8.60028 17.0786 9.06747C17.5781 9.93093 17.8636 10.9336 17.8636 12C17.8636 13.0687 17.5768 14.0734 17.0753 14.9381C16.8046 15.405 16.2066 15.564 15.7397 15.2933C15.2728 15.0225 15.1138 14.4245 15.3846 13.9576C15.7179 13.3827 15.9091 12.7152 15.9091 12C15.9091 11.2864 15.7188 10.6201 15.3867 10.0462C15.1165 9.57897 15.2761 8.98114 15.7433 8.71089Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-rocket-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7115 2.28835C21.3891 1.96589 21.0193 1.82517 20.6209 1.77487C20.284 1.73235 19.8378 1.75429 19.431 1.77429C16.99 1.8937 14.5999 2.63007 12.757 4.47299L11.2714 5.95856C10.6231 6.60689 10.3251 6.89256 10.0497 7.03362C9.8586 7.13145 9.63696 7.17932 9.06524 7.07065C8.58882 6.95141 7.99202 6.80205 7.43496 6.80099C6.82136 6.79983 6.18212 6.96988 5.64073 7.51126C5.12419 8.0278 4.75048 8.63515 4.75049 9.34349C4.75049 10.0518 5.12421 10.6592 5.64073 11.1757L12.8242 18.3592C13.3407 18.8757 13.9481 19.2494 14.6564 19.2494C15.3647 19.2494 15.9721 18.8757 16.4886 18.3592C17.03 17.8178 17.2001 17.1785 17.1989 16.5649C17.1978 16.0079 17.0485 15.4111 16.9292 14.9347C16.8206 14.3629 16.8684 14.1413 16.9663 13.9502C17.1073 13.6748 17.393 13.3768 18.0413 12.7284L19.5269 11.2429C21.3698 9.39995 22.1062 7.00986 22.2256 4.56894C22.2456 4.16213 22.2675 3.71584 22.225 3.37904C22.1747 2.98057 22.034 2.61081 21.7115 2.28835ZM16.9966 5.99951C16.4443 5.99951 15.9966 6.44723 15.9966 6.99951C15.9966 7.5518 16.4443 7.99951 16.9966 7.99951H17.0056C17.5578 7.99951 18.0056 7.5518 18.0056 6.99951C18.0056 6.44723 17.5578 5.99951 17.0056 5.99951H16.9966Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.27224 13.0276C5.64324 13.3986 5.64324 14.0001 5.27224 14.3711L3.37224 16.2711C3.00124 16.6421 2.39973 16.6421 2.02874 16.2711C1.65774 15.9001 1.65774 15.2986 2.02874 14.9276L3.92874 13.0276C4.29973 12.6566 4.90124 12.6566 5.27224 13.0276ZM6.77874 15.8776C7.14973 15.5066 7.75124 15.5066 8.12224 15.8776C8.49324 16.2486 8.49324 16.8501 8.12224 17.2211L3.37224 21.9711C3.00124 22.3421 2.39973 22.3421 2.02874 21.9711C1.65774 21.6001 1.65774 20.9986 2.02874 20.6276L6.77874 15.8776ZM10.9722 18.7276C11.3432 19.0986 11.3432 19.7001 10.9722 20.0711L9.07224 21.9711C8.70124 22.3421 8.09973 22.3421 7.72874 21.9711C7.35774 21.6001 7.35774 20.9986 7.72874 20.6276L9.62874 18.7276C9.99973 18.3566 10.6012 18.3566 10.9722 18.7276Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7115 2.28835C21.3891 1.96589 21.0193 1.82517 20.6209 1.77487C20.284 1.73235 19.8378 1.75429 19.431 1.77429C16.99 1.8937 14.5999 2.63007 12.757 4.47299L11.2714 5.95856C10.6231 6.60689 10.3251 6.89256 10.0497 7.03362C9.8586 7.13145 9.63696 7.17932 9.06524 7.07065C8.58882 6.95141 7.99202 6.80205 7.43496 6.80099C6.82136 6.79983 6.18212 6.96988 5.64073 7.51126C5.12419 8.0278 4.75048 8.63515 4.75049 9.34349C4.75049 10.0518 5.12421 10.6592 5.64073 11.1757L12.8242 18.3592C13.3407 18.8757 13.9481 19.2494 14.6564 19.2494C15.3647 19.2494 15.9721 18.8757 16.4886 18.3592C17.03 17.8178 17.2001 17.1785 17.1989 16.5649C17.1978 16.0079 17.0485 15.4111 16.9292 14.9347C16.8206 14.3629 16.8684 14.1413 16.9663 13.9502C17.1073 13.6748 17.393 13.3768 18.0413 12.7284L19.5269 11.2429C21.3698 9.39995 22.1062 7.00986 22.2256 4.56894C22.2456 4.16213 22.2675 3.71584 22.225 3.37904C22.1747 2.98057 22.034 2.61081 21.7115 2.28835ZM16.9966 5.99951C16.4443 5.99951 15.9966 6.44723 15.9966 6.99951C15.9966 7.5518 16.4443 7.99951 16.9966 7.99951H17.0056C17.5578 7.99951 18.0056 7.5518 18.0056 6.99951C18.0056 6.44723 17.5578 5.99951 17.0056 5.99951H16.9966Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.27224 13.0276C5.64324 13.3986 5.64324 14.0001 5.27224 14.3711L3.37224 16.2711C3.00124 16.6421 2.39973 16.6421 2.02874 16.2711C1.65774 15.9001 1.65774 15.2986 2.02874 14.9276L3.92874 13.0276C4.29973 12.6566 4.90124 12.6566 5.27224 13.0276ZM6.77874 15.8776C7.14973 15.5066 7.75124 15.5066 8.12224 15.8776C8.49324 16.2486 8.49324 16.8501 8.12224 17.2211L3.37224 21.9711C3.00124 22.3421 2.39973 22.3421 2.02874 21.9711C1.65774 21.6001 1.65774 20.9986 2.02874 20.6276L6.77874 15.8776ZM10.9722 18.7276C11.3432 19.0986 11.3432 19.7001 10.9722 20.0711L9.07224 21.9711C8.70124 22.3421 8.09973 22.3421 7.72874 21.9711C7.35774 21.6001 7.35774 20.9986 7.72874 20.6276L9.62874 18.7276C9.99973 18.3566 10.6012 18.3566 10.9722 18.7276Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-rocket-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1307 1.57851C11.3549 1.39213 11.6365 1.25 12 1.25C12.3635 1.25 12.6451 1.39213 12.8693 1.57851C13.0459 1.72524 13.2423 1.9576 13.3935 2.13657C14.3749 3.29624 15.0833 4.72449 15.0833 6.41327V7.7143C15.0833 8.2988 15.091 8.50906 15.1324 8.6464L15.1329 8.64823C15.1476 8.69688 15.2185 8.79846 15.4542 8.97151C15.9121 9.26266 16.75 9.79551 16.75 10.8598C16.75 11.3381 16.6511 11.8487 16.2903 12.2353C15.919 12.633 15.4124 12.75 14.9358 12.75H9.06415C8.58757 12.75 8.08096 12.633 7.70973 12.2353C7.34894 11.8487 7.25 11.3381 7.25 10.8598C7.25 9.79551 8.08792 9.26266 8.54576 8.97151C8.7815 8.79846 8.85244 8.69688 8.86707 8.64823L8.86761 8.6464C8.90898 8.50906 8.91667 8.2988 8.91667 7.7143V6.41327C8.91667 4.72449 9.62507 3.29624 10.6065 2.13657C10.7577 1.95761 10.9541 1.72524 11.1307 1.57851Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.79358 15.8973C4.1563 14.4098 5.4649 13.25 7.11364 13.25C7.65337 13.25 8.09091 13.6753 8.09091 14.2C8.09091 14.7247 7.65337 15.15 7.11364 15.15C6.36249 15.15 5.64773 15.8002 5.64773 16.7333V17.6833H4.67045C3.91931 17.6833 3.20455 18.3335 3.20455 19.2667C3.20455 20.1998 3.91931 20.85 4.67045 20.85C5.21019 20.85 5.64773 21.2753 5.64773 21.8C5.64773 22.3247 5.21019 22.75 4.67045 22.75C2.72293 22.75 1.25 21.1318 1.25 19.2667C1.25 17.6939 2.29742 16.2966 3.79358 15.8973ZM15.9091 14.2C15.9091 13.6753 16.3466 13.25 16.8864 13.25C18.5351 13.25 19.8437 14.4098 20.2064 15.8973C21.7026 16.2966 22.75 17.6939 22.75 19.2667C22.75 21.1318 21.2771 22.75 19.3295 22.75C18.7898 22.75 18.3523 22.3247 18.3523 21.8C18.3523 21.2753 18.7898 20.85 19.3295 20.85C20.0807 20.85 20.7955 20.1998 20.7955 19.2667C20.7955 18.3335 20.0807 17.6833 19.3295 17.6833C18.7898 17.6833 18.3523 17.258 18.3523 16.7333C18.3523 15.8002 17.6375 15.15 16.8864 15.15C16.3466 15.15 15.9091 14.7247 15.9091 14.2ZM10.0455 14.2C10.5852 14.2 11.0227 14.6253 11.0227 15.15V19.9C11.0227 20.4247 10.5852 20.85 10.0455 20.85C9.50572 20.85 9.06818 20.4247 9.06818 19.9V15.15C9.06818 14.6253 9.50572 14.2 10.0455 14.2ZM13.9545 14.2C14.4943 14.2 14.9318 14.6253 14.9318 15.15V17.05C14.9318 17.5747 14.4943 18 13.9545 18C13.4148 18 12.9773 17.5747 12.9773 17.05V15.15C12.9773 14.6253 13.4148 14.2 13.9545 14.2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1307 1.57851C11.3549 1.39213 11.6365 1.25 12 1.25C12.3635 1.25 12.6451 1.39213 12.8693 1.57851C13.0459 1.72524 13.2423 1.9576 13.3935 2.13657C14.3749 3.29624 15.0833 4.72449 15.0833 6.41327V7.7143C15.0833 8.2988 15.091 8.50906 15.1324 8.6464L15.1329 8.64823C15.1476 8.69688 15.2185 8.79846 15.4542 8.97151C15.9121 9.26266 16.75 9.79551 16.75 10.8598C16.75 11.3381 16.6511 11.8487 16.2903 12.2353C15.919 12.633 15.4124 12.75 14.9358 12.75H9.06415C8.58757 12.75 8.08096 12.633 7.70973 12.2353C7.34894 11.8487 7.25 11.3381 7.25 10.8598C7.25 9.79551 8.08792 9.26266 8.54576 8.97151C8.7815 8.79846 8.85244 8.69688 8.86707 8.64823L8.86761 8.6464C8.90898 8.50906 8.91667 8.2988 8.91667 7.7143V6.41327C8.91667 4.72449 9.62507 3.29624 10.6065 2.13657C10.7577 1.95761 10.9541 1.72524 11.1307 1.57851Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.79358 15.8973C4.1563 14.4098 5.4649 13.25 7.11364 13.25C7.65337 13.25 8.09091 13.6753 8.09091 14.2C8.09091 14.7247 7.65337 15.15 7.11364 15.15C6.36249 15.15 5.64773 15.8002 5.64773 16.7333V17.6833H4.67045C3.91931 17.6833 3.20455 18.3335 3.20455 19.2667C3.20455 20.1998 3.91931 20.85 4.67045 20.85C5.21019 20.85 5.64773 21.2753 5.64773 21.8C5.64773 22.3247 5.21019 22.75 4.67045 22.75C2.72293 22.75 1.25 21.1318 1.25 19.2667C1.25 17.6939 2.29742 16.2966 3.79358 15.8973ZM15.9091 14.2C15.9091 13.6753 16.3466 13.25 16.8864 13.25C18.5351 13.25 19.8437 14.4098 20.2064 15.8973C21.7026 16.2966 22.75 17.6939 22.75 19.2667C22.75 21.1318 21.2771 22.75 19.3295 22.75C18.7898 22.75 18.3523 22.3247 18.3523 21.8C18.3523 21.2753 18.7898 20.85 19.3295 20.85C20.0807 20.85 20.7955 20.1998 20.7955 19.2667C20.7955 18.3335 20.0807 17.6833 19.3295 17.6833C18.7898 17.6833 18.3523 17.258 18.3523 16.7333C18.3523 15.8002 17.6375 15.15 16.8864 15.15C16.3466 15.15 15.9091 14.7247 15.9091 14.2ZM10.0455 14.2C10.5852 14.2 11.0227 14.6253 11.0227 15.15V19.9C11.0227 20.4247 10.5852 20.85 10.0455 20.85C9.50572 20.85 9.06818 20.4247 9.06818 19.9V15.15C9.06818 14.6253 9.50572 14.2 10.0455 14.2ZM13.9545 14.2C14.4943 14.2 14.9318 14.6253 14.9318 15.15V17.05C14.9318 17.5747 14.4943 18 13.9545 18C13.4148 18 12.9773 17.5747 12.9773 17.05V15.15C12.9773 14.6253 13.4148 14.2 13.9545 14.2Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-satellite-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.7925 15.8709C22.0228 14.6406 21.9204 12.7131 21.3104 10.9747C20.6747 9.16318 19.3772 7.17662 17.6008 5.40018C15.8244 3.62375 13.8378 2.32626 12.0263 1.69062C10.2879 1.08059 8.36038 0.978193 7.13008 2.20851C3.33515 6.00345 3.26479 12.1146 7.07556 15.9254C10.8863 19.7361 16.9975 19.6659 20.7925 15.8709ZM8.50577 3.58341C8.90583 3.18335 9.82967 2.98025 11.3832 3.52538C12.8637 4.0449 14.6099 5.15844 16.2265 6.77509C17.8432 8.39174 18.9567 10.1379 19.4762 11.6184C20.0213 13.172 19.8182 14.0958 19.4182 14.4959C19.0181 14.8959 18.0943 15.099 16.5408 14.5539C15.2739 14.1094 13.8125 13.2299 12.4042 11.9724L14.6614 9.71526C15.0411 9.33556 15.0411 8.71996 14.6614 8.34027C14.2817 7.96058 13.6661 7.96058 13.2864 8.34027L11.0293 10.5974C9.77178 9.1891 8.8923 7.72775 8.44775 6.46086C7.90261 4.90732 8.10572 3.98347 8.50577 3.58341Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.99858 15.8229L4.13604 17.0585C3.47134 18.0107 2.87735 18.8616 2.56568 19.5123C2.24348 20.1851 2.06076 20.9562 2.55228 21.6713C3.00567 22.331 3.77579 22.5509 4.57185 22.6496C5.3768 22.7495 6.45546 22.7495 7.79646 22.7494H12.2035C13.5445 22.7495 14.6231 22.7495 15.4281 22.6496C16.2242 22.5509 16.9943 22.331 17.4477 21.6713C17.893 21.0234 17.7847 20.3234 17.5182 19.6976C17.5115 19.6819 17.5047 19.6661 17.4977 19.6502C13.6077 20.9757 9.143 20.1153 6.01394 16.9863C5.64378 16.6161 5.30538 16.2273 4.99858 15.8229Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.7925 15.8709C22.0228 14.6406 21.9204 12.7131 21.3104 10.9747C20.6747 9.16318 19.3772 7.17662 17.6008 5.40018C15.8244 3.62375 13.8378 2.32626 12.0263 1.69062C10.2879 1.08059 8.36038 0.978193 7.13008 2.20851C3.33515 6.00345 3.26479 12.1146 7.07556 15.9254C10.8863 19.7361 16.9975 19.6659 20.7925 15.8709ZM8.50577 3.58341C8.90583 3.18335 9.82967 2.98025 11.3832 3.52538C12.8637 4.0449 14.6099 5.15844 16.2265 6.77509C17.8432 8.39174 18.9567 10.1379 19.4762 11.6184C20.0213 13.172 19.8182 14.0958 19.4182 14.4959C19.0181 14.8959 18.0943 15.099 16.5408 14.5539C15.2739 14.1094 13.8125 13.2299 12.4042 11.9724L14.6614 9.71526C15.0411 9.33556 15.0411 8.71996 14.6614 8.34027C14.2817 7.96058 13.6661 7.96058 13.2864 8.34027L11.0293 10.5974C9.77178 9.1891 8.8923 7.72775 8.44775 6.46086C7.90261 4.90732 8.10572 3.98347 8.50577 3.58341Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.99858 15.8229L4.13604 17.0585C3.47134 18.0107 2.87735 18.8616 2.56568 19.5123C2.24348 20.1851 2.06076 20.9562 2.55228 21.6713C3.00567 22.331 3.77579 22.5509 4.57185 22.6496C5.3768 22.7495 6.45546 22.7495 7.79646 22.7494H12.2035C13.5445 22.7495 14.6231 22.7495 15.4281 22.6496C16.2242 22.5509 16.9943 22.331 17.4477 21.6713C17.893 21.0234 17.7847 20.3234 17.5182 19.6976C17.5115 19.6819 17.5047 19.6661 17.4977 19.6502C13.6077 20.9757 9.143 20.1153 6.01394 16.9863C5.64378 16.6161 5.30538 16.2273 4.99858 15.8229Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-satellite-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.6707 1.46967C15.9636 1.17678 16.4384 1.17678 16.7313 1.46967L22.5303 7.26866C22.671 7.40931 22.75 7.60008 22.75 7.79899C22.75 7.9979 22.671 8.18867 22.5303 8.32932C20.6361 10.2236 17.5649 10.2236 15.6707 8.32932C13.7764 6.43508 13.7764 3.36391 15.6707 1.46967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7071 7.29289C17.0976 7.68342 17.0976 8.31658 16.7071 8.70711L15.2071 10.2071C14.8166 10.5976 14.1834 10.5976 13.7929 10.2071C13.4024 9.81658 13.4024 9.18342 13.7929 8.79289L15.2929 7.29289C15.6834 6.90237 16.3166 6.90237 16.7071 7.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.2693 7.89407C11.5333 7.69263 11.8604 7.51453 12.2774 7.51453C12.6944 7.51453 13.0215 7.69263 13.2855 7.89407C13.5234 8.07556 13.7799 8.33217 14.0544 8.60675L15.3932 9.94555C15.6678 10.22 15.9244 10.4766 16.1059 10.7145C16.3073 10.9785 16.4854 11.3056 16.4854 11.7226C16.4854 12.1396 16.3073 12.4667 16.1059 12.7307C15.9244 12.9686 15.6678 13.2251 15.3932 13.4996L15.3932 13.4996L11.1562 17.7367C9.80507 19.0878 7.61446 19.0878 6.26334 17.7367C4.91222 16.3855 4.91222 14.1949 6.26334 12.8438L10.5004 8.60675L10.5004 8.60675C10.7749 8.33217 11.0314 8.07556 11.2693 7.89407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.70035 1.64901C4.98138 1.43459 5.32305 1.25 5.75616 1.25C6.18928 1.25 6.53094 1.43459 6.81198 1.64901C7.06681 1.84345 7.34269 2.11939 7.64254 2.41932L9.093 3.86978L9.09301 3.86979C9.39294 4.16964 9.66888 4.44551 9.86331 4.70035C10.0777 4.98138 10.2623 5.32305 10.2623 5.75616C10.2623 6.18928 10.0777 6.53094 9.86331 6.81198C9.66888 7.06681 9.39293 7.34269 9.09301 7.64254L7.64255 9.093C7.34269 9.39293 7.06681 9.66888 6.81198 9.86331C6.53094 10.0777 6.18928 10.2623 5.75616 10.2623C5.32305 10.2623 4.98138 10.0777 4.70035 9.86331C4.44552 9.66888 4.16964 9.39294 3.8698 9.09302L3.86978 9.093L2.41932 7.64254C2.11939 7.34269 1.84345 7.06681 1.64901 6.81198C1.43459 6.53094 1.25 6.18928 1.25 5.75616C1.25 5.32305 1.43459 4.98138 1.64901 4.70035C1.84345 4.44552 2.11939 4.16964 2.41931 3.86979L2.41932 3.86978L3.86978 2.41932L3.86978 2.41932C4.16964 2.11939 4.44551 1.84345 4.70035 1.64901Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.188 14.1367C17.4691 13.9223 17.8107 13.7377 18.2438 13.7377C18.677 13.7377 19.0186 13.9223 19.2996 14.1367C19.5545 14.3311 19.8304 14.6071 20.1302 14.907L21.5807 16.3575C21.8806 16.6573 22.1566 16.9332 22.351 17.188C22.5654 17.4691 22.75 17.8107 22.75 18.2438C22.75 18.677 22.5654 19.0186 22.351 19.2996C22.1566 19.5545 21.8806 19.8303 21.5807 20.1302L21.5807 20.1302L20.1302 21.5807L20.1302 21.5807C19.8303 21.8806 19.5545 22.1566 19.2996 22.351C19.0186 22.5654 18.677 22.75 18.2438 22.75C17.8107 22.75 17.4691 22.5654 17.188 22.351C16.9332 22.1566 16.6573 21.8806 16.3575 21.5807L14.907 20.1302C14.6071 19.8304 14.3311 19.5545 14.1367 19.2996C13.9223 19.0186 13.7377 18.677 13.7377 18.2438C13.7377 17.8107 13.9223 17.4691 14.1367 17.188C14.3311 16.9332 14.6071 16.6573 14.907 16.3575L14.907 16.3575L16.3575 14.907C16.6573 14.6071 16.9332 14.3311 17.188 14.1367Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.2929 7.29288C7.68343 6.90236 8.3166 6.90237 8.70712 7.2929L10.7071 9.29295C11.0976 9.68348 11.0976 10.3166 10.7071 10.7072C10.3166 11.0977 9.68339 11.0977 9.29287 10.7071L7.29288 8.7071C6.90236 8.31657 6.90237 7.6834 7.2929 7.29288ZM13.2929 13.2928C13.6834 12.9023 14.3166 12.9023 14.7071 13.2929L16.7071 15.2929C17.0976 15.6834 17.0976 16.3166 16.7071 16.7071C16.3166 17.0976 15.6834 17.0976 15.2929 16.7071L13.2929 14.7071C12.9024 14.3165 12.9024 13.6834 13.2929 13.2928Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.6707 1.46967C15.9636 1.17678 16.4384 1.17678 16.7313 1.46967L22.5303 7.26866C22.671 7.40931 22.75 7.60008 22.75 7.79899C22.75 7.9979 22.671 8.18867 22.5303 8.32932C20.6361 10.2236 17.5649 10.2236 15.6707 8.32932C13.7764 6.43508 13.7764 3.36391 15.6707 1.46967Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.7071 7.29289C17.0976 7.68342 17.0976 8.31658 16.7071 8.70711L15.2071 10.2071C14.8166 10.5976 14.1834 10.5976 13.7929 10.2071C13.4024 9.81658 13.4024 9.18342 13.7929 8.79289L15.2929 7.29289C15.6834 6.90237 16.3166 6.90237 16.7071 7.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.2693 7.89407C11.5333 7.69263 11.8604 7.51453 12.2774 7.51453C12.6944 7.51453 13.0215 7.69263 13.2855 7.89407C13.5234 8.07556 13.7799 8.33217 14.0544 8.60675L15.3932 9.94555C15.6678 10.22 15.9244 10.4766 16.1059 10.7145C16.3073 10.9785 16.4854 11.3056 16.4854 11.7226C16.4854 12.1396 16.3073 12.4667 16.1059 12.7307C15.9244 12.9686 15.6678 13.2251 15.3932 13.4996L15.3932 13.4996L11.1562 17.7367C9.80507 19.0878 7.61446 19.0878 6.26334 17.7367C4.91222 16.3855 4.91222 14.1949 6.26334 12.8438L10.5004 8.60675L10.5004 8.60675C10.7749 8.33217 11.0314 8.07556 11.2693 7.89407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.70035 1.64901C4.98138 1.43459 5.32305 1.25 5.75616 1.25C6.18928 1.25 6.53094 1.43459 6.81198 1.64901C7.06681 1.84345 7.34269 2.11939 7.64254 2.41932L9.093 3.86978L9.09301 3.86979C9.39294 4.16964 9.66888 4.44551 9.86331 4.70035C10.0777 4.98138 10.2623 5.32305 10.2623 5.75616C10.2623 6.18928 10.0777 6.53094 9.86331 6.81198C9.66888 7.06681 9.39293 7.34269 9.09301 7.64254L7.64255 9.093C7.34269 9.39293 7.06681 9.66888 6.81198 9.86331C6.53094 10.0777 6.18928 10.2623 5.75616 10.2623C5.32305 10.2623 4.98138 10.0777 4.70035 9.86331C4.44552 9.66888 4.16964 9.39294 3.8698 9.09302L3.86978 9.093L2.41932 7.64254C2.11939 7.34269 1.84345 7.06681 1.64901 6.81198C1.43459 6.53094 1.25 6.18928 1.25 5.75616C1.25 5.32305 1.43459 4.98138 1.64901 4.70035C1.84345 4.44552 2.11939 4.16964 2.41931 3.86979L2.41932 3.86978L3.86978 2.41932L3.86978 2.41932C4.16964 2.11939 4.44551 1.84345 4.70035 1.64901Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.188 14.1367C17.4691 13.9223 17.8107 13.7377 18.2438 13.7377C18.677 13.7377 19.0186 13.9223 19.2996 14.1367C19.5545 14.3311 19.8304 14.6071 20.1302 14.907L21.5807 16.3575C21.8806 16.6573 22.1566 16.9332 22.351 17.188C22.5654 17.4691 22.75 17.8107 22.75 18.2438C22.75 18.677 22.5654 19.0186 22.351 19.2996C22.1566 19.5545 21.8806 19.8303 21.5807 20.1302L21.5807 20.1302L20.1302 21.5807L20.1302 21.5807C19.8303 21.8806 19.5545 22.1566 19.2996 22.351C19.0186 22.5654 18.677 22.75 18.2438 22.75C17.8107 22.75 17.4691 22.5654 17.188 22.351C16.9332 22.1566 16.6573 21.8806 16.3575 21.5807L14.907 20.1302C14.6071 19.8304 14.3311 19.5545 14.1367 19.2996C13.9223 19.0186 13.7377 18.677 13.7377 18.2438C13.7377 17.8107 13.9223 17.4691 14.1367 17.188C14.3311 16.9332 14.6071 16.6573 14.907 16.3575L14.907 16.3575L16.3575 14.907C16.6573 14.6071 16.9332 14.3311 17.188 14.1367Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.2929 7.29288C7.68343 6.90236 8.3166 6.90237 8.70712 7.2929L10.7071 9.29295C11.0976 9.68348 11.0976 10.3166 10.7071 10.7072C10.3166 11.0977 9.68339 11.0977 9.29287 10.7071L7.29288 8.7071C6.90236 8.31657 6.90237 7.6834 7.2929 7.29288ZM13.2929 13.2928C13.6834 12.9023 14.3166 12.9023 14.7071 13.2929L16.7071 15.2929C17.0976 15.6834 17.0976 16.3166 16.7071 16.7071C16.3166 17.0976 15.6834 17.0976 15.2929 16.7071L13.2929 14.7071C12.9024 14.3165 12.9024 13.6834 13.2929 13.2928Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-saturn-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.05961 17.2685C1.77478 17.884 1.55764 18.4688 1.4206 19.0099C1.15873 20.0437 1.10952 21.2604 1.92658 22.076C2.64872 22.7969 3.68697 22.8359 4.59452 22.6667C5.53931 22.4905 6.62348 22.0434 7.76378 21.4159C10.0562 20.1543 12.7795 18.0495 15.4168 15.4119C18.054 12.7743 20.158 10.0511 21.4184 7.75919C22.0454 6.61918 22.4919 5.53527 22.6674 4.59076C22.836 3.68333 22.7959 2.64518 22.0734 1.92399C21.2526 1.10459 20.0277 1.15925 18.9878 1.42625C18.4542 1.56323 17.8783 1.77768 17.2723 2.05787C17.9754 2.43135 18.6341 2.87722 19.2385 3.38554C19.3191 3.36111 19.3976 3.33909 19.4739 3.31951C20.3787 3.08717 20.6532 3.26816 20.6925 3.30736C20.7227 3.33752 20.8745 3.54034 20.7456 4.2337C20.6237 4.88998 20.2835 5.76667 19.7057 6.81726C18.5567 8.90653 16.5793 11.4846 14.0345 14.0298C11.4897 16.575 8.91136 18.5533 6.82138 19.7034C5.77045 20.2817 4.89319 20.6226 4.23619 20.7452C3.54195 20.8746 3.33805 20.7231 3.30752 20.6926C3.2691 20.6543 3.08881 20.3845 3.31542 19.4898C3.33633 19.4073 3.36009 19.3222 3.38673 19.2346C2.87861 18.6302 2.43292 17.9715 2.05961 17.2685Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.999 2.24927C6.61425 2.24927 2.24902 6.61449 2.24902 11.9993C2.24902 14.8283 3.45391 17.3759 5.37852 19.1569C5.602 19.05 5.84182 18.9269 6.0976 18.7862C8.10655 17.6806 10.652 15.7374 13.1967 13.1923C15.7415 10.6472 17.6837 8.10204 18.7881 6.09392C18.9279 5.83959 19.0503 5.60108 19.1567 5.37877C17.3757 3.45416 14.8281 2.24927 11.999 2.24927Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5927 7.38963C18.9119 10.3546 16.2317 13.3637 14.7878 14.7832C12.235 17.3364 9.62551 19.3679 7.43373 20.6166C8.79571 21.3397 10.3495 21.7493 11.999 21.7493C17.3838 21.7493 21.749 17.384 21.749 11.9993C21.749 10.3318 21.3305 8.76219 20.5927 7.38963Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.05961 17.2685C1.77478 17.884 1.55764 18.4688 1.4206 19.0099C1.15873 20.0437 1.10952 21.2604 1.92658 22.076C2.64872 22.7969 3.68697 22.8359 4.59452 22.6667C5.53931 22.4905 6.62348 22.0434 7.76378 21.4159C10.0562 20.1543 12.7795 18.0495 15.4168 15.4119C18.054 12.7743 20.158 10.0511 21.4184 7.75919C22.0454 6.61918 22.4919 5.53527 22.6674 4.59076C22.836 3.68333 22.7959 2.64518 22.0734 1.92399C21.2526 1.10459 20.0277 1.15925 18.9878 1.42625C18.4542 1.56323 17.8783 1.77768 17.2723 2.05787C17.9754 2.43135 18.6341 2.87722 19.2385 3.38554C19.3191 3.36111 19.3976 3.33909 19.4739 3.31951C20.3787 3.08717 20.6532 3.26816 20.6925 3.30736C20.7227 3.33752 20.8745 3.54034 20.7456 4.2337C20.6237 4.88998 20.2835 5.76667 19.7057 6.81726C18.5567 8.90653 16.5793 11.4846 14.0345 14.0298C11.4897 16.575 8.91136 18.5533 6.82138 19.7034C5.77045 20.2817 4.89319 20.6226 4.23619 20.7452C3.54195 20.8746 3.33805 20.7231 3.30752 20.6926C3.2691 20.6543 3.08881 20.3845 3.31542 19.4898C3.33633 19.4073 3.36009 19.3222 3.38673 19.2346C2.87861 18.6302 2.43292 17.9715 2.05961 17.2685Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.999 2.24927C6.61425 2.24927 2.24902 6.61449 2.24902 11.9993C2.24902 14.8283 3.45391 17.3759 5.37852 19.1569C5.602 19.05 5.84182 18.9269 6.0976 18.7862C8.10655 17.6806 10.652 15.7374 13.1967 13.1923C15.7415 10.6472 17.6837 8.10204 18.7881 6.09392C18.9279 5.83959 19.0503 5.60108 19.1567 5.37877C17.3757 3.45416 14.8281 2.24927 11.999 2.24927Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5927 7.38963C18.9119 10.3546 16.2317 13.3637 14.7878 14.7832C12.235 17.3364 9.62551 19.3679 7.43373 20.6166C8.79571 21.3397 10.3495 21.7493 11.999 21.7493C17.3838 21.7493 21.749 17.384 21.749 11.9993C21.749 10.3318 21.3305 8.76219 20.5927 7.38963Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-saturn-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.249 8.50024C16.249 6.70532 17.7041 5.25024 19.499 5.25024C21.2939 5.25024 22.749 6.70532 22.749 8.50024C22.749 10.2952 21.2939 11.7502 19.499 11.7502C17.7041 11.7502 16.249 10.2952 16.249 8.50024Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.24902 11.9993C2.24902 6.61449 6.61425 2.24927 11.999 2.24927C14.1328 2.24927 16.1065 2.93471 17.7119 4.09741C15.9742 4.80352 14.749 6.50855 14.749 8.49976C14.749 9.35614 14.9757 10.1596 15.3722 10.8534C14.709 11.6225 13.9815 12.4074 13.1967 13.1923C10.652 15.7374 8.10655 17.6806 6.0976 18.7862C5.84182 18.9269 5.602 19.05 5.37852 19.1569C3.45391 17.3759 2.24902 14.8283 2.24902 11.9993Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.9153 12.4863C16.1062 13.4299 15.3525 14.2281 14.7878 14.7832C12.235 17.3364 9.62551 19.3679 7.43373 20.6166C8.79571 21.3397 10.3495 21.7493 11.999 21.7493C17.1491 21.7493 21.3666 17.7563 21.7244 12.6973C21.0606 13.0499 20.3031 13.2498 19.499 13.2498C18.5462 13.2498 17.659 12.9692 16.9153 12.4863Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.4206 19.0099C1.55764 18.4688 1.77478 17.884 2.05961 17.2685C2.43292 17.9715 2.87861 18.6302 3.38673 19.2346C3.36009 19.3222 3.33633 19.4073 3.31542 19.4898C3.08881 20.3845 3.2691 20.6543 3.30752 20.6926C3.33805 20.7231 3.54195 20.8746 4.23619 20.7452C4.89319 20.6226 5.77045 20.2817 6.82138 19.7034C8.91136 18.5533 11.4897 16.575 14.0345 14.0298C14.7732 13.291 15.4641 12.5494 16.1008 11.8178C16.5604 12.2886 17.117 12.6643 17.7383 12.9126C17.0237 13.7434 16.2467 14.5819 15.4168 15.4119C12.7795 18.0495 10.0562 20.1543 7.76378 21.4159C6.62348 22.0434 5.53931 22.4905 4.59452 22.6667C3.68697 22.8359 2.64872 22.7969 1.92658 22.076C1.10952 21.2604 1.15873 20.0437 1.4206 19.0099Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.6011 4.90189C22.6263 4.79662 22.6484 4.69287 22.6674 4.59076C22.836 3.68333 22.7959 2.64518 22.0734 1.92399C21.2526 1.10459 20.0277 1.15925 18.9878 1.42625C18.4542 1.56323 17.8783 1.77768 17.2723 2.05787C17.9754 2.43135 18.6341 2.87722 19.2385 3.38554C19.3191 3.36111 19.3976 3.33909 19.4739 3.31951C20.3787 3.08717 20.6532 3.26816 20.6925 3.30736C20.7176 3.3325 20.8273 3.47762 20.7885 3.92684C21.4662 4.11739 22.0825 4.45454 22.6011 4.90189Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.249 8.50024C16.249 6.70532 17.7041 5.25024 19.499 5.25024C21.2939 5.25024 22.749 6.70532 22.749 8.50024C22.749 10.2952 21.2939 11.7502 19.499 11.7502C17.7041 11.7502 16.249 10.2952 16.249 8.50024Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.24902 11.9993C2.24902 6.61449 6.61425 2.24927 11.999 2.24927C14.1328 2.24927 16.1065 2.93471 17.7119 4.09741C15.9742 4.80352 14.749 6.50855 14.749 8.49976C14.749 9.35614 14.9757 10.1596 15.3722 10.8534C14.709 11.6225 13.9815 12.4074 13.1967 13.1923C10.652 15.7374 8.10655 17.6806 6.0976 18.7862C5.84182 18.9269 5.602 19.05 5.37852 19.1569C3.45391 17.3759 2.24902 14.8283 2.24902 11.9993Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.9153 12.4863C16.1062 13.4299 15.3525 14.2281 14.7878 14.7832C12.235 17.3364 9.62551 19.3679 7.43373 20.6166C8.79571 21.3397 10.3495 21.7493 11.999 21.7493C17.1491 21.7493 21.3666 17.7563 21.7244 12.6973C21.0606 13.0499 20.3031 13.2498 19.499 13.2498C18.5462 13.2498 17.659 12.9692 16.9153 12.4863Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.4206 19.0099C1.55764 18.4688 1.77478 17.884 2.05961 17.2685C2.43292 17.9715 2.87861 18.6302 3.38673 19.2346C3.36009 19.3222 3.33633 19.4073 3.31542 19.4898C3.08881 20.3845 3.2691 20.6543 3.30752 20.6926C3.33805 20.7231 3.54195 20.8746 4.23619 20.7452C4.89319 20.6226 5.77045 20.2817 6.82138 19.7034C8.91136 18.5533 11.4897 16.575 14.0345 14.0298C14.7732 13.291 15.4641 12.5494 16.1008 11.8178C16.5604 12.2886 17.117 12.6643 17.7383 12.9126C17.0237 13.7434 16.2467 14.5819 15.4168 15.4119C12.7795 18.0495 10.0562 20.1543 7.76378 21.4159C6.62348 22.0434 5.53931 22.4905 4.59452 22.6667C3.68697 22.8359 2.64872 22.7969 1.92658 22.076C1.10952 21.2604 1.15873 20.0437 1.4206 19.0099Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.6011 4.90189C22.6263 4.79662 22.6484 4.69287 22.6674 4.59076C22.836 3.68333 22.7959 2.64518 22.0734 1.92399C21.2526 1.10459 20.0277 1.15925 18.9878 1.42625C18.4542 1.56323 17.8783 1.77768 17.2723 2.05787C17.9754 2.43135 18.6341 2.87722 19.2385 3.38554C19.3191 3.36111 19.3976 3.33909 19.4739 3.31951C20.3787 3.08717 20.6532 3.26816 20.6925 3.30736C20.7176 3.3325 20.8273 3.47762 20.7885 3.92684C21.4662 4.11739 22.0825 4.45454 22.6011 4.90189Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-solar-system{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.3455 17.3161C22.2394 15.7477 22.75 13.9323 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C10.0676 1.25 8.25213 1.76069 6.68374 2.65463C6.23965 2.38384 5.71737 2.22727 5.15909 2.22727C3.53989 2.22727 2.22727 3.53989 2.22727 5.15909C2.22727 5.71737 2.38384 6.23965 2.65463 6.68374C1.76069 8.25213 1.25 10.0676 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C13.9324 22.75 15.7479 22.2393 17.3163 21.3454C17.7604 21.6162 18.2826 21.7727 18.8409 21.7727C20.4601 21.7727 21.7727 20.4601 21.7727 18.8409C21.7727 18.2824 21.6166 17.7603 21.3455 17.3161ZM8.09144 5.15914C8.09144 4.82371 8.03486 4.50104 7.93086 4.20049C9.14722 3.56435 10.5309 3.20459 12.0005 3.20459C16.8581 3.20459 20.796 7.14245 20.796 12C20.796 13.4696 20.4363 14.8532 19.8002 16.0695C19.4998 15.9656 19.1772 15.9091 18.8414 15.9091C17.2222 15.9091 15.9096 17.2218 15.9096 18.841C15.9096 19.1764 15.9662 19.499 16.0702 19.7996C14.8538 20.4357 13.4702 20.7955 12.0005 20.7955C7.14294 20.7955 3.20508 16.8576 3.20508 12C3.20508 10.5304 3.56484 9.14673 4.20097 7.93037C4.50153 8.03437 4.8242 8.09095 5.15962 8.09095C6.77882 8.09095 8.09144 6.77833 8.09144 5.15914Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0001 6.25C12.2976 6.25 12.5246 6.37059 12.6821 6.4818L13.5853 7.28722L14.3093 7.18955C14.471 7.16766 14.6546 7.14279 14.8144 7.14148C15.0029 7.13993 15.2613 7.16749 15.508 7.3385C15.7596 7.5129 15.875 7.74997 15.9365 7.93594C15.9867 8.08766 16.0197 8.26809 16.0475 8.41974L16.1679 9.07461L16.7947 9.39183C16.9383 9.46445 17.1036 9.54799 17.2353 9.63766C17.3906 9.74338 17.5944 9.91872 17.6947 10.2131C17.7963 10.5115 17.7391 10.7769 17.6754 10.9587C17.6226 11.1092 17.5386 11.2729 17.4676 11.4112L17.1691 11.9937L17.4676 12.5888C17.5386 12.7271 17.6226 12.8908 17.6754 13.0413C17.7391 13.2231 17.7963 13.4885 17.6947 13.7869C17.5944 14.0813 17.3906 14.2566 17.2353 14.3623C17.1036 14.452 16.9383 14.5356 16.7947 14.6082L16.1679 14.9254L16.0475 15.5803C16.0197 15.7319 15.9867 15.9123 15.9365 16.0641C15.875 16.25 15.7596 16.4871 15.508 16.6615C15.2613 16.8325 15.0029 16.8601 14.8144 16.8585C14.6546 16.8572 14.471 16.8323 14.3094 16.8105L14.3094 16.8105L13.5853 16.7128L13.0648 17.1931L13.0648 17.1932C12.948 17.3011 12.8128 17.426 12.6821 17.5182C12.5246 17.6294 12.2976 17.75 12.0001 17.75C11.7025 17.75 11.4756 17.6294 11.318 17.5182C11.1873 17.426 11.0521 17.3011 10.9353 17.1932L10.9353 17.1931L10.4148 16.7128L9.69078 16.8105H9.69077C9.52913 16.8323 9.34552 16.8572 9.18575 16.8585C8.99723 16.8601 8.73887 16.8325 8.49214 16.6615C8.24053 16.4871 8.12512 16.25 8.06363 16.0641C8.01346 15.9123 7.98041 15.7319 7.95262 15.5803L7.8322 14.9254L7.20548 14.6082C7.06184 14.5356 6.89656 14.452 6.76482 14.3623C6.6095 14.2566 6.40573 14.0813 6.30546 13.7869C6.20385 13.4885 6.26104 13.2231 6.3248 13.0413C6.37753 12.8908 6.46158 12.7271 6.53253 12.5888L6.83103 11.9937L6.53253 11.4112C6.46158 11.2729 6.37753 11.1092 6.3248 10.9587C6.26104 10.7769 6.20385 10.5115 6.30546 10.2131C6.40573 9.91872 6.6095 9.74338 6.76482 9.63766C6.89657 9.54799 7.06182 9.46445 7.20547 9.39183L7.8322 9.07461L7.95262 8.41974C7.98041 8.26809 8.01346 8.08766 8.06363 7.93594C8.12512 7.74997 8.24053 7.5129 8.49214 7.3385C8.73887 7.16749 8.99723 7.13993 9.18575 7.14148C9.34554 7.14279 9.52914 7.16766 9.6908 7.18955L10.4148 7.28722L11.318 6.4818C11.4756 6.37059 11.7025 6.25 12.0001 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.3455 17.3161C22.2394 15.7477 22.75 13.9323 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C10.0676 1.25 8.25213 1.76069 6.68374 2.65463C6.23965 2.38384 5.71737 2.22727 5.15909 2.22727C3.53989 2.22727 2.22727 3.53989 2.22727 5.15909C2.22727 5.71737 2.38384 6.23965 2.65463 6.68374C1.76069 8.25213 1.25 10.0676 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C13.9324 22.75 15.7479 22.2393 17.3163 21.3454C17.7604 21.6162 18.2826 21.7727 18.8409 21.7727C20.4601 21.7727 21.7727 20.4601 21.7727 18.8409C21.7727 18.2824 21.6166 17.7603 21.3455 17.3161ZM8.09144 5.15914C8.09144 4.82371 8.03486 4.50104 7.93086 4.20049C9.14722 3.56435 10.5309 3.20459 12.0005 3.20459C16.8581 3.20459 20.796 7.14245 20.796 12C20.796 13.4696 20.4363 14.8532 19.8002 16.0695C19.4998 15.9656 19.1772 15.9091 18.8414 15.9091C17.2222 15.9091 15.9096 17.2218 15.9096 18.841C15.9096 19.1764 15.9662 19.499 16.0702 19.7996C14.8538 20.4357 13.4702 20.7955 12.0005 20.7955C7.14294 20.7955 3.20508 16.8576 3.20508 12C3.20508 10.5304 3.56484 9.14673 4.20097 7.93037C4.50153 8.03437 4.8242 8.09095 5.15962 8.09095C6.77882 8.09095 8.09144 6.77833 8.09144 5.15914Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.0001 6.25C12.2976 6.25 12.5246 6.37059 12.6821 6.4818L13.5853 7.28722L14.3093 7.18955C14.471 7.16766 14.6546 7.14279 14.8144 7.14148C15.0029 7.13993 15.2613 7.16749 15.508 7.3385C15.7596 7.5129 15.875 7.74997 15.9365 7.93594C15.9867 8.08766 16.0197 8.26809 16.0475 8.41974L16.1679 9.07461L16.7947 9.39183C16.9383 9.46445 17.1036 9.54799 17.2353 9.63766C17.3906 9.74338 17.5944 9.91872 17.6947 10.2131C17.7963 10.5115 17.7391 10.7769 17.6754 10.9587C17.6226 11.1092 17.5386 11.2729 17.4676 11.4112L17.1691 11.9937L17.4676 12.5888C17.5386 12.7271 17.6226 12.8908 17.6754 13.0413C17.7391 13.2231 17.7963 13.4885 17.6947 13.7869C17.5944 14.0813 17.3906 14.2566 17.2353 14.3623C17.1036 14.452 16.9383 14.5356 16.7947 14.6082L16.1679 14.9254L16.0475 15.5803C16.0197 15.7319 15.9867 15.9123 15.9365 16.0641C15.875 16.25 15.7596 16.4871 15.508 16.6615C15.2613 16.8325 15.0029 16.8601 14.8144 16.8585C14.6546 16.8572 14.471 16.8323 14.3094 16.8105L14.3094 16.8105L13.5853 16.7128L13.0648 17.1931L13.0648 17.1932C12.948 17.3011 12.8128 17.426 12.6821 17.5182C12.5246 17.6294 12.2976 17.75 12.0001 17.75C11.7025 17.75 11.4756 17.6294 11.318 17.5182C11.1873 17.426 11.0521 17.3011 10.9353 17.1932L10.9353 17.1931L10.4148 16.7128L9.69078 16.8105H9.69077C9.52913 16.8323 9.34552 16.8572 9.18575 16.8585C8.99723 16.8601 8.73887 16.8325 8.49214 16.6615C8.24053 16.4871 8.12512 16.25 8.06363 16.0641C8.01346 15.9123 7.98041 15.7319 7.95262 15.5803L7.8322 14.9254L7.20548 14.6082C7.06184 14.5356 6.89656 14.452 6.76482 14.3623C6.6095 14.2566 6.40573 14.0813 6.30546 13.7869C6.20385 13.4885 6.26104 13.2231 6.3248 13.0413C6.37753 12.8908 6.46158 12.7271 6.53253 12.5888L6.83103 11.9937L6.53253 11.4112C6.46158 11.2729 6.37753 11.1092 6.3248 10.9587C6.26104 10.7769 6.20385 10.5115 6.30546 10.2131C6.40573 9.91872 6.6095 9.74338 6.76482 9.63766C6.89657 9.54799 7.06182 9.46445 7.20547 9.39183L7.8322 9.07461L7.95262 8.41974C7.98041 8.26809 8.01346 8.08766 8.06363 7.93594C8.12512 7.74997 8.24053 7.5129 8.49214 7.3385C8.73887 7.16749 8.99723 7.13993 9.18575 7.14148C9.34554 7.14279 9.52914 7.16766 9.6908 7.18955L10.4148 7.28722L11.318 6.4818C11.4756 6.37059 11.7025 6.25 12.0001 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-space-icons-spaceship{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.25C9.85069 2.25 7.93124 3.21876 6.67234 4.73668C5.21141 5.13443 3.92823 5.70462 2.97752 6.42739C1.99328 7.17565 1.25 8.18492 1.25 9.40897C1.25 11.2262 2.84954 12.5585 4.68456 13.3808C6.6071 14.2423 9.19443 14.75 12 14.75C14.8056 14.75 17.3929 14.2423 19.3154 13.3808C21.1505 12.5585 22.75 11.2262 22.75 9.40897C22.75 8.18492 22.0067 7.17565 21.0225 6.42739C20.0718 5.70462 18.7886 5.13443 17.3277 4.73668C16.0688 3.21876 14.1493 2.25 12 2.25ZM7.17202 8.09838C7.59401 5.86715 9.59346 4.17285 11.9992 4.17285C14.405 4.17285 16.4044 5.86715 16.8264 8.09838C16.8485 8.21518 16.885 8.447 16.885 8.447C16.885 8.447 16.6463 8.54913 16.5303 8.6C15.3242 9.1289 13.7477 9.46131 11.9992 9.46131C10.2507 9.46131 8.67425 9.1289 7.46811 8.6L7.11523 8.43599C7.11523 8.43599 7.14993 8.21518 7.17202 8.09838Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.24277 15.7801C7.77857 15.914 8.10433 16.457 7.97038 16.9928L6.97038 20.9928C6.83643 21.5286 6.2935 21.8543 5.7577 21.7204C5.22191 21.5864 4.89615 21.0435 5.03009 20.5077L6.03009 16.5077C6.16404 15.9719 6.70698 15.6461 7.24277 15.7801ZM16.7577 15.7801C17.2935 15.6461 17.8364 15.9719 17.9704 16.5077L18.9704 20.5077C19.1043 21.0435 18.7786 21.5864 18.2428 21.7204C17.707 21.8543 17.164 21.5286 17.0301 20.9928L16.0301 16.9928C15.8961 16.457 16.2219 15.914 16.7577 15.7801ZM12.0002 16.7502C12.5525 16.7502 13.0002 17.198 13.0002 17.7502V20.7502C13.0002 21.3025 12.5525 21.7502 12.0002 21.7502C11.448 21.7502 11.0002 21.3025 11.0002 20.7502V17.7502C11.0002 17.198 11.448 16.7502 12.0002 16.7502Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2.25C9.85069 2.25 7.93124 3.21876 6.67234 4.73668C5.21141 5.13443 3.92823 5.70462 2.97752 6.42739C1.99328 7.17565 1.25 8.18492 1.25 9.40897C1.25 11.2262 2.84954 12.5585 4.68456 13.3808C6.6071 14.2423 9.19443 14.75 12 14.75C14.8056 14.75 17.3929 14.2423 19.3154 13.3808C21.1505 12.5585 22.75 11.2262 22.75 9.40897C22.75 8.18492 22.0067 7.17565 21.0225 6.42739C20.0718 5.70462 18.7886 5.13443 17.3277 4.73668C16.0688 3.21876 14.1493 2.25 12 2.25ZM7.17202 8.09838C7.59401 5.86715 9.59346 4.17285 11.9992 4.17285C14.405 4.17285 16.4044 5.86715 16.8264 8.09838C16.8485 8.21518 16.885 8.447 16.885 8.447C16.885 8.447 16.6463 8.54913 16.5303 8.6C15.3242 9.1289 13.7477 9.46131 11.9992 9.46131C10.2507 9.46131 8.67425 9.1289 7.46811 8.6L7.11523 8.43599C7.11523 8.43599 7.14993 8.21518 7.17202 8.09838Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.24277 15.7801C7.77857 15.914 8.10433 16.457 7.97038 16.9928L6.97038 20.9928C6.83643 21.5286 6.2935 21.8543 5.7577 21.7204C5.22191 21.5864 4.89615 21.0435 5.03009 20.5077L6.03009 16.5077C6.16404 15.9719 6.70698 15.6461 7.24277 15.7801ZM16.7577 15.7801C17.2935 15.6461 17.8364 15.9719 17.9704 16.5077L18.9704 20.5077C19.1043 21.0435 18.7786 21.5864 18.2428 21.7204C17.707 21.8543 17.164 21.5286 17.0301 20.9928L16.0301 16.9928C15.8961 16.457 16.2219 15.914 16.7577 15.7801ZM12.0002 16.7502C12.5525 16.7502 13.0002 17.198 13.0002 17.7502V20.7502C13.0002 21.3025 12.5525 21.7502 12.0002 21.7502C11.448 21.7502 11.0002 21.3025 11.0002 20.7502V17.7502C11.0002 17.198 11.448 16.7502 12.0002 16.7502Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-edit-user-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.801 14.6493C7.98419 12.7836 12.0162 12.7836 15.1994 14.6493C15.3002 14.7084 15.4257 14.7781 15.5686 14.8574C16.2012 15.2086 17.1731 15.7481 17.8385 16.3892C18.254 16.7896 18.6635 17.3303 18.7383 18.0037C18.8184 18.7252 18.4961 19.3911 17.8798 19.9691C16.8297 20.9539 15.5618 21.75 13.9194 21.75H6.08096C4.43862 21.75 3.1707 20.9538 2.12062 19.9691C1.5043 19.3911 1.18195 18.7252 1.26207 18.0037C1.33684 17.3303 1.7464 16.7896 2.16189 16.3892C2.82728 15.7481 3.79919 15.2086 4.43183 14.8574C4.57465 14.7781 4.7002 14.7084 4.801 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.25019 7C5.25019 4.37665 7.37684 2.25 10.0002 2.25C12.6235 2.25 14.7502 4.37665 14.7502 7C14.7502 9.62335 12.6235 11.75 10.0002 11.75C7.37684 11.75 5.25019 9.62335 5.25019 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.6927 3.48706C20.2086 3.18027 20.8461 3.17056 21.371 3.46197C21.5915 3.58437 21.7825 3.78045 21.961 3.9636L22.0094 4.01318L22.0574 4.06215C22.2375 4.24523 22.4283 4.4393 22.5468 4.66202C22.8259 5.18658 22.8169 5.82021 22.5226 6.33657C22.3977 6.55581 22.2012 6.7442 22.016 6.92177L22.016 6.92177L21.9665 6.96929L19.1454 9.68647L19.0691 9.76011C18.6967 10.1199 18.3674 10.438 17.9432 10.6037C17.5174 10.77 17.0613 10.7574 16.5488 10.7432L16.4439 10.7403L16.3599 10.7381L16.3412 10.7377C16.2666 10.7358 16.1459 10.7329 16.0378 10.7149C15.8969 10.6914 15.667 10.6268 15.4803 10.4149C15.2958 10.2055 15.2596 9.97238 15.2519 9.83471C15.2459 9.72654 15.2554 9.60697 15.2615 9.53055L15.263 9.5116L15.2711 9.40764L15.278 9.31828C15.3125 8.86786 15.3425 8.47713 15.4991 8.1166C15.6563 7.75486 15.9215 7.46825 16.2254 7.13981L16.2856 7.07467L19.0709 4.05696L19.1178 4.00596L19.1178 4.00596C19.2909 3.8175 19.4761 3.61592 19.6927 3.48706Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.801 14.6493C7.98419 12.7836 12.0162 12.7836 15.1994 14.6493C15.3002 14.7084 15.4257 14.7781 15.5686 14.8574C16.2012 15.2086 17.1731 15.7481 17.8385 16.3892C18.254 16.7896 18.6635 17.3303 18.7383 18.0037C18.8184 18.7252 18.4961 19.3911 17.8798 19.9691C16.8297 20.9539 15.5618 21.75 13.9194 21.75H6.08096C4.43862 21.75 3.1707 20.9538 2.12062 19.9691C1.5043 19.3911 1.18195 18.7252 1.26207 18.0037C1.33684 17.3303 1.7464 16.7896 2.16189 16.3892C2.82728 15.7481 3.79919 15.2086 4.43183 14.8574C4.57465 14.7781 4.7002 14.7084 4.801 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.25019 7C5.25019 4.37665 7.37684 2.25 10.0002 2.25C12.6235 2.25 14.7502 4.37665 14.7502 7C14.7502 9.62335 12.6235 11.75 10.0002 11.75C7.37684 11.75 5.25019 9.62335 5.25019 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.6927 3.48706C20.2086 3.18027 20.8461 3.17056 21.371 3.46197C21.5915 3.58437 21.7825 3.78045 21.961 3.9636L22.0094 4.01318L22.0574 4.06215C22.2375 4.24523 22.4283 4.4393 22.5468 4.66202C22.8259 5.18658 22.8169 5.82021 22.5226 6.33657C22.3977 6.55581 22.2012 6.7442 22.016 6.92177L22.016 6.92177L21.9665 6.96929L19.1454 9.68647L19.0691 9.76011C18.6967 10.1199 18.3674 10.438 17.9432 10.6037C17.5174 10.77 17.0613 10.7574 16.5488 10.7432L16.4439 10.7403L16.3599 10.7381L16.3412 10.7377C16.2666 10.7358 16.1459 10.7329 16.0378 10.7149C15.8969 10.6914 15.667 10.6268 15.4803 10.4149C15.2958 10.2055 15.2596 9.97238 15.2519 9.83471C15.2459 9.72654 15.2554 9.60697 15.2615 9.53055L15.263 9.5116L15.2711 9.40764L15.278 9.31828C15.3125 8.86786 15.3425 8.47713 15.4991 8.1166C15.6563 7.75486 15.9215 7.46825 16.2254 7.13981L16.2856 7.07467L19.0709 4.05696L19.1178 4.00596L19.1178 4.00596C19.2909 3.8175 19.4761 3.61592 19.6927 3.48706Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-account{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0452 2.24988C14.8818 2.24987 16.3214 2.24986 17.4635 2.37361C18.6291 2.49988 19.5734 2.7622 20.3798 3.34803C20.8679 3.70269 21.2972 4.13197 21.6518 4.62011C22.2377 5.42644 22.5 6.37082 22.6263 7.53635C22.75 8.67847 22.75 10.118 22.75 11.9545V11.9546V12.0452V12.0452C22.75 13.8817 22.75 15.3213 22.6263 16.4634C22.5 17.6289 22.2377 18.5733 21.6518 19.3796C21.2972 19.8678 20.8679 20.2971 20.3798 20.6517C19.5734 21.2376 18.6291 21.4999 17.4635 21.6262C16.3214 21.7499 14.8818 21.7499 13.0453 21.7499H13.0453H10.9547H10.9547C9.11817 21.7499 7.67859 21.7499 6.53648 21.6262C5.37094 21.4999 4.42656 21.2376 3.62024 20.6517C3.13209 20.2971 2.70281 19.8678 2.34815 19.3796C1.76232 18.5733 1.50001 17.6289 1.37373 16.4634C1.24999 15.3213 1.24999 13.8817 1.25 12.0451V11.9546C1.24999 10.1181 1.24999 8.67849 1.37373 7.53635C1.50001 6.37082 1.76232 5.42644 2.34815 4.62011C2.70281 4.13197 3.13209 3.70269 3.62024 3.34803C4.42656 2.7622 5.37094 2.49988 6.53648 2.37361C7.67861 2.24986 9.11821 2.24987 10.9548 2.24988H13.0452ZM13 8.99988C13 8.44759 13.4477 7.99988 14 7.99988H18C18.5523 7.99988 19 8.44759 19 8.99988C19 9.55216 18.5523 9.99988 18 9.99988H14C13.4477 9.99988 13 9.55216 13 8.99988ZM13 12.4999C13 11.9476 13.4477 11.4999 14 11.4999H17C17.5523 11.4999 18 11.9476 18 12.4999C18 13.0522 17.5523 13.4999 17 13.4999H14C13.4477 13.4999 13 13.0522 13 12.4999ZM8.5 6.24976C6.98122 6.24976 5.75 7.48097 5.75 8.99976C5.75 10.5185 6.98122 11.7498 8.5 11.7498C10.0188 11.7498 11.25 10.5185 11.25 8.99976C11.25 7.48097 10.0188 6.24976 8.5 6.24976ZM4.32093 15.6818C4.14531 16.0569 4.30705 16.5034 4.68219 16.679C4.78522 16.7272 4.89363 16.75 5.00033 16.7499H12C12.1067 16.75 12.2151 16.7272 12.3182 16.679C12.6933 16.5034 12.8551 16.0569 12.6794 15.6818C11.8767 13.967 10.1036 13.2261 8.45929 13.2503C6.82412 13.2745 5.08074 14.0587 4.32093 15.6818Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.0452 2.24988C14.8818 2.24987 16.3214 2.24986 17.4635 2.37361C18.6291 2.49988 19.5734 2.7622 20.3798 3.34803C20.8679 3.70269 21.2972 4.13197 21.6518 4.62011C22.2377 5.42644 22.5 6.37082 22.6263 7.53635C22.75 8.67847 22.75 10.118 22.75 11.9545V11.9546V12.0452V12.0452C22.75 13.8817 22.75 15.3213 22.6263 16.4634C22.5 17.6289 22.2377 18.5733 21.6518 19.3796C21.2972 19.8678 20.8679 20.2971 20.3798 20.6517C19.5734 21.2376 18.6291 21.4999 17.4635 21.6262C16.3214 21.7499 14.8818 21.7499 13.0453 21.7499H13.0453H10.9547H10.9547C9.11817 21.7499 7.67859 21.7499 6.53648 21.6262C5.37094 21.4999 4.42656 21.2376 3.62024 20.6517C3.13209 20.2971 2.70281 19.8678 2.34815 19.3796C1.76232 18.5733 1.50001 17.6289 1.37373 16.4634C1.24999 15.3213 1.24999 13.8817 1.25 12.0451V11.9546C1.24999 10.1181 1.24999 8.67849 1.37373 7.53635C1.50001 6.37082 1.76232 5.42644 2.34815 4.62011C2.70281 4.13197 3.13209 3.70269 3.62024 3.34803C4.42656 2.7622 5.37094 2.49988 6.53648 2.37361C7.67861 2.24986 9.11821 2.24987 10.9548 2.24988H13.0452ZM13 8.99988C13 8.44759 13.4477 7.99988 14 7.99988H18C18.5523 7.99988 19 8.44759 19 8.99988C19 9.55216 18.5523 9.99988 18 9.99988H14C13.4477 9.99988 13 9.55216 13 8.99988ZM13 12.4999C13 11.9476 13.4477 11.4999 14 11.4999H17C17.5523 11.4999 18 11.9476 18 12.4999C18 13.0522 17.5523 13.4999 17 13.4999H14C13.4477 13.4999 13 13.0522 13 12.4999ZM8.5 6.24976C6.98122 6.24976 5.75 7.48097 5.75 8.99976C5.75 10.5185 6.98122 11.7498 8.5 11.7498C10.0188 11.7498 11.25 10.5185 11.25 8.99976C11.25 7.48097 10.0188 6.24976 8.5 6.24976ZM4.32093 15.6818C4.14531 16.0569 4.30705 16.5034 4.68219 16.679C4.78522 16.7272 4.89363 16.75 5.00033 16.7499H12C12.1067 16.75 12.2151 16.7272 12.3182 16.679C12.6933 16.5034 12.8551 16.0569 12.6794 15.6818C11.8767 13.967 10.1036 13.2261 8.45929 13.2503C6.82412 13.2745 5.08074 14.0587 4.32093 15.6818Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.62598 6.375C6.62598 3.4755 8.97648 1.125 11.876 1.125C14.7755 1.125 17.126 3.4755 17.126 6.375C17.126 9.2745 14.7755 11.625 11.876 11.625C8.97648 11.625 6.62598 9.2745 6.62598 6.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.376 13.875C18.9283 13.875 19.376 14.3227 19.376 14.875V17.375H21.876C22.4283 17.375 22.876 17.8227 22.876 18.375C22.876 18.9273 22.4283 19.375 21.876 19.375H19.376V21.875C19.376 22.4273 18.9283 22.875 18.376 22.875C17.8237 22.875 17.376 22.4273 17.376 21.875L17.376 19.375H14.876C14.3237 19.375 13.876 18.9273 13.876 18.375C13.876 17.8227 14.3237 17.375 14.876 17.375H17.376L17.376 14.875C17.376 14.3227 17.8237 13.875 18.376 13.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7262 14.2045C15.852 14.2637 15.9155 14.4032 15.8971 14.5409C15.8825 14.6502 15.875 14.7617 15.875 14.875V15.575C15.875 15.7407 15.7407 15.875 15.575 15.875H14.875C13.4943 15.875 12.375 16.9943 12.375 18.375C12.375 19.7557 13.4943 20.875 14.875 20.875H15.575C15.7407 20.875 15.875 21.0093 15.875 21.175V21.875C15.875 21.9983 15.8839 22.1195 15.9012 22.238C15.9277 22.4204 15.8105 22.6027 15.6265 22.6143C15.5141 22.6214 15.4 22.625 15.2843 22.625H6.46604C4.64774 22.625 3.24195 21.7306 2.0705 20.6146C1.39149 19.9677 1.05302 19.2396 1.13783 18.4638C1.21757 17.7342 1.65623 17.1387 2.1179 16.6868C2.85606 15.9643 3.93357 15.3564 4.64639 14.9543C4.80901 14.8625 4.95275 14.7814 5.06904 14.7122C6.37389 13.9352 7.80596 13.4441 9.27043 13.2375C10.3343 13.0875 11.4161 13.0875 12.4799 13.2375C13.5948 13.3948 14.6908 13.7169 15.7262 14.2045Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.62598 6.375C6.62598 3.4755 8.97648 1.125 11.876 1.125C14.7755 1.125 17.126 3.4755 17.126 6.375C17.126 9.2745 14.7755 11.625 11.876 11.625C8.97648 11.625 6.62598 9.2745 6.62598 6.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.376 13.875C18.9283 13.875 19.376 14.3227 19.376 14.875V17.375H21.876C22.4283 17.375 22.876 17.8227 22.876 18.375C22.876 18.9273 22.4283 19.375 21.876 19.375H19.376V21.875C19.376 22.4273 18.9283 22.875 18.376 22.875C17.8237 22.875 17.376 22.4273 17.376 21.875L17.376 19.375H14.876C14.3237 19.375 13.876 18.9273 13.876 18.375C13.876 17.8227 14.3237 17.375 14.876 17.375H17.376L17.376 14.875C17.376 14.3227 17.8237 13.875 18.376 13.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7262 14.2045C15.852 14.2637 15.9155 14.4032 15.8971 14.5409C15.8825 14.6502 15.875 14.7617 15.875 14.875V15.575C15.875 15.7407 15.7407 15.875 15.575 15.875H14.875C13.4943 15.875 12.375 16.9943 12.375 18.375C12.375 19.7557 13.4943 20.875 14.875 20.875H15.575C15.7407 20.875 15.875 21.0093 15.875 21.175V21.875C15.875 21.9983 15.8839 22.1195 15.9012 22.238C15.9277 22.4204 15.8105 22.6027 15.6265 22.6143C15.5141 22.6214 15.4 22.625 15.2843 22.625H6.46604C4.64774 22.625 3.24195 21.7306 2.0705 20.6146C1.39149 19.9677 1.05302 19.2396 1.13783 18.4638C1.21757 17.7342 1.65623 17.1387 2.1179 16.6868C2.85606 15.9643 3.93357 15.3564 4.64639 14.9543C4.80901 14.8625 4.95275 14.7814 5.06904 14.7122C6.37389 13.9352 7.80596 13.4441 9.27043 13.2375C10.3343 13.0875 11.4161 13.0875 12.4799 13.2375C13.5948 13.3948 14.6908 13.7169 15.7262 14.2045Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.676 14.6493C7.85919 12.7836 11.8912 12.7836 15.0744 14.6493C15.1752 14.7084 15.3007 14.7781 15.4436 14.8574C16.0762 15.2086 17.0481 15.7481 17.7135 16.3892C18.129 16.7896 18.5385 17.3303 18.6133 18.0037C18.6934 18.7252 18.3711 19.3911 17.7548 19.9691C16.7047 20.9539 15.4368 21.75 13.7944 21.75H5.95596C4.31362 21.75 3.0457 20.9538 1.99562 19.9691C1.3793 19.3911 1.05695 18.7252 1.13707 18.0037C1.21184 17.3303 1.6214 16.7896 2.03689 16.3892C2.70228 15.7481 3.67419 15.2086 4.30683 14.8574C4.44965 14.7781 4.5752 14.7084 4.676 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.12519 7C5.12519 4.37665 7.25184 2.25 9.87519 2.25C12.4985 2.25 14.6252 4.37665 14.6252 7C14.6252 9.62335 12.4985 11.75 9.87519 11.75C7.25184 11.75 5.12519 9.62335 5.12519 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.375 3C19.9273 3 20.375 3.44772 20.375 4V5.5H21.875C22.4273 5.5 22.875 5.94772 22.875 6.5C22.875 7.05228 22.4273 7.5 21.875 7.5H20.375V9C20.375 9.55228 19.9273 10 19.375 10C18.8227 10 18.375 9.55228 18.375 9V7.5H16.875C16.3227 7.5 15.875 7.05228 15.875 6.5C15.875 5.94771 16.3227 5.5 16.875 5.5L18.375 5.5V4C18.375 3.44772 18.8227 3 19.375 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.676 14.6493C7.85919 12.7836 11.8912 12.7836 15.0744 14.6493C15.1752 14.7084 15.3007 14.7781 15.4436 14.8574C16.0762 15.2086 17.0481 15.7481 17.7135 16.3892C18.129 16.7896 18.5385 17.3303 18.6133 18.0037C18.6934 18.7252 18.3711 19.3911 17.7548 19.9691C16.7047 20.9539 15.4368 21.75 13.7944 21.75H5.95596C4.31362 21.75 3.0457 20.9538 1.99562 19.9691C1.3793 19.3911 1.05695 18.7252 1.13707 18.0037C1.21184 17.3303 1.6214 16.7896 2.03689 16.3892C2.70228 15.7481 3.67419 15.2086 4.30683 14.8574C4.44965 14.7781 4.5752 14.7084 4.676 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.12519 7C5.12519 4.37665 7.25184 2.25 9.87519 2.25C12.4985 2.25 14.6252 4.37665 14.6252 7C14.6252 9.62335 12.4985 11.75 9.87519 11.75C7.25184 11.75 5.12519 9.62335 5.12519 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.375 3C19.9273 3 20.375 3.44772 20.375 4V5.5H21.875C22.4273 5.5 22.875 5.94772 22.875 6.5C22.875 7.05228 22.4273 7.5 21.875 7.5H20.375V9C20.375 9.55228 19.9273 10 19.375 10C18.8227 10 18.375 9.55228 18.375 9V7.5H16.875C16.3227 7.5 15.875 7.05228 15.875 6.5C15.875 5.94771 16.3227 5.5 16.875 5.5L18.375 5.5V4C18.375 3.44772 18.8227 3 19.375 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-arrow-left-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.801 14.6493C9.98419 12.7836 14.0162 12.7836 17.1994 14.6493C17.3002 14.7084 17.4257 14.7781 17.5686 14.8574C18.2012 15.2086 19.1731 15.7481 19.8385 16.3892C20.254 16.7896 20.6635 17.3303 20.7383 18.0037C20.8184 18.7252 20.4961 19.3911 19.8798 19.9691C18.8297 20.9539 17.5618 21.75 15.9194 21.75H8.08096C6.43862 21.75 5.1707 20.9538 4.12062 19.9691C3.5043 19.3911 3.18195 18.7252 3.26207 18.0037C3.33684 17.3303 3.7464 16.7896 4.16189 16.3892C4.82728 15.7481 5.79919 15.2086 6.43183 14.8574C6.57465 14.7781 6.7002 14.7084 6.801 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.25019 7C7.25019 4.37665 9.37684 2.25 12.0002 2.25C14.6235 2.25 16.7502 4.37665 16.7502 7C16.7502 9.62335 14.6235 11.75 12.0002 11.75C9.37684 11.75 7.25019 9.62335 7.25019 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9277 4.81419C21.3065 4.41225 21.9394 4.39346 22.3413 4.77223L23.0889 5.47673L23.1204 5.50637C23.2911 5.66711 23.4848 5.84947 23.628 6.02625C23.7964 6.2343 24 6.5582 24 7C24 7.44181 23.7964 7.7657 23.628 7.97376C23.4848 8.15053 23.2911 8.33289 23.1204 8.49363L23.0889 8.52327L22.3413 9.22778C21.9394 9.60654 21.3065 9.58776 20.9277 9.18582C20.7456 8.99262 20.6555 8.74605 20.6555 8.5V8H19C18.4477 8 18 7.55229 18 7C18 6.44772 18.4477 6 19 6L20.6555 6V5.50637C20.6539 5.25821 20.7441 5.00905 20.9277 4.81419Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.07229 4.81419C2.69352 4.41225 2.06064 4.39346 1.6587 4.77223L0.911094 5.47673L0.879624 5.50637C0.708873 5.66711 0.51516 5.84947 0.372031 6.02625C0.203582 6.2343 0 6.5582 0 7C0 7.44181 0.203582 7.7657 0.372031 7.97376C0.515159 8.15053 0.708869 8.33289 0.879619 8.49363L0.911094 8.52327L1.6587 9.22778C2.06064 9.60654 2.69352 9.58776 3.07229 9.18582C3.25435 8.99262 3.34454 8.74605 3.3445 8.5V8H5C5.55228 8 6 7.55229 6 7C6 6.44772 5.55228 6 5 6L3.3445 6V5.50637C3.34611 5.25821 3.25592 5.00905 3.07229 4.81419Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.801 14.6493C9.98419 12.7836 14.0162 12.7836 17.1994 14.6493C17.3002 14.7084 17.4257 14.7781 17.5686 14.8574C18.2012 15.2086 19.1731 15.7481 19.8385 16.3892C20.254 16.7896 20.6635 17.3303 20.7383 18.0037C20.8184 18.7252 20.4961 19.3911 19.8798 19.9691C18.8297 20.9539 17.5618 21.75 15.9194 21.75H8.08096C6.43862 21.75 5.1707 20.9538 4.12062 19.9691C3.5043 19.3911 3.18195 18.7252 3.26207 18.0037C3.33684 17.3303 3.7464 16.7896 4.16189 16.3892C4.82728 15.7481 5.79919 15.2086 6.43183 14.8574C6.57465 14.7781 6.7002 14.7084 6.801 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.25019 7C7.25019 4.37665 9.37684 2.25 12.0002 2.25C14.6235 2.25 16.7502 4.37665 16.7502 7C16.7502 9.62335 14.6235 11.75 12.0002 11.75C9.37684 11.75 7.25019 9.62335 7.25019 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.9277 4.81419C21.3065 4.41225 21.9394 4.39346 22.3413 4.77223L23.0889 5.47673L23.1204 5.50637C23.2911 5.66711 23.4848 5.84947 23.628 6.02625C23.7964 6.2343 24 6.5582 24 7C24 7.44181 23.7964 7.7657 23.628 7.97376C23.4848 8.15053 23.2911 8.33289 23.1204 8.49363L23.0889 8.52327L22.3413 9.22778C21.9394 9.60654 21.3065 9.58776 20.9277 9.18582C20.7456 8.99262 20.6555 8.74605 20.6555 8.5V8H19C18.4477 8 18 7.55229 18 7C18 6.44772 18.4477 6 19 6L20.6555 6V5.50637C20.6539 5.25821 20.7441 5.00905 20.9277 4.81419Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.07229 4.81419C2.69352 4.41225 2.06064 4.39346 1.6587 4.77223L0.911094 5.47673L0.879624 5.50637C0.708873 5.66711 0.51516 5.84947 0.372031 6.02625C0.203582 6.2343 0 6.5582 0 7C0 7.44181 0.203582 7.7657 0.372031 7.97376C0.515159 8.15053 0.708869 8.33289 0.879619 8.49363L0.911094 8.52327L1.6587 9.22778C2.06064 9.60654 2.69352 9.58776 3.07229 9.18582C3.25435 8.99262 3.34454 8.74605 3.3445 8.5V8H5C5.55228 8 6 7.55229 6 7C6 6.44772 5.55228 6 5 6L3.3445 6V5.50637C3.34611 5.25821 3.25592 5.00905 3.07229 4.81419Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-block-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.625 6.375C6.625 3.4755 8.9755 1.125 11.875 1.125C14.7745 1.125 17.125 3.4755 17.125 6.375C17.125 9.27449 14.7745 11.625 11.875 11.625C8.9755 11.625 6.625 9.27449 6.625 6.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 18.375C13.875 15.8897 15.8897 13.875 18.375 13.875C20.8603 13.875 22.875 15.8897 22.875 18.375C22.875 20.8603 20.8603 22.875 18.375 22.875C15.8897 22.875 13.875 20.8603 13.875 18.375ZM16.0472 17.4614C15.936 17.7444 15.875 18.0526 15.875 18.375C15.875 19.7557 16.9943 20.875 18.375 20.875C18.6974 20.875 19.0056 20.814 19.2886 20.7028L16.0472 17.4614ZM17.4614 16.0472L20.7028 19.2886C20.814 19.0056 20.875 18.6974 20.875 18.375C20.875 16.9943 19.7557 15.875 18.375 15.875C18.0526 15.875 17.7444 15.936 17.4614 16.0472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5351 13.4373C13.9711 13.5413 14.1891 13.5933 14.2413 13.7529C14.2935 13.9125 14.1298 14.1051 13.8023 14.4902C12.9121 15.537 12.375 16.8933 12.375 18.375C12.375 19.5143 12.6925 20.5794 13.2439 21.4866C13.5812 22.0416 13.7498 22.3191 13.6638 22.4721C13.5778 22.625 13.2811 22.625 12.6877 22.625H6.46604C4.64774 22.625 3.24195 21.7306 2.0705 20.6146C1.39149 19.9677 1.05302 19.2396 1.13783 18.4638C1.21757 17.7342 1.65623 17.1387 2.1179 16.6868C2.85606 15.9643 3.93357 15.3564 4.64639 14.9543C4.80901 14.8625 4.95275 14.7814 5.06904 14.7122C6.37389 13.9352 7.80596 13.4441 9.27043 13.2375C10.3343 13.0875 11.4161 13.0875 12.4799 13.2375C12.834 13.2875 13.1862 13.354 13.5351 13.4373Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.625 6.375C6.625 3.4755 8.9755 1.125 11.875 1.125C14.7745 1.125 17.125 3.4755 17.125 6.375C17.125 9.27449 14.7745 11.625 11.875 11.625C8.9755 11.625 6.625 9.27449 6.625 6.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.875 18.375C13.875 15.8897 15.8897 13.875 18.375 13.875C20.8603 13.875 22.875 15.8897 22.875 18.375C22.875 20.8603 20.8603 22.875 18.375 22.875C15.8897 22.875 13.875 20.8603 13.875 18.375ZM16.0472 17.4614C15.936 17.7444 15.875 18.0526 15.875 18.375C15.875 19.7557 16.9943 20.875 18.375 20.875C18.6974 20.875 19.0056 20.814 19.2886 20.7028L16.0472 17.4614ZM17.4614 16.0472L20.7028 19.2886C20.814 19.0056 20.875 18.6974 20.875 18.375C20.875 16.9943 19.7557 15.875 18.375 15.875C18.0526 15.875 17.7444 15.936 17.4614 16.0472Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5351 13.4373C13.9711 13.5413 14.1891 13.5933 14.2413 13.7529C14.2935 13.9125 14.1298 14.1051 13.8023 14.4902C12.9121 15.537 12.375 16.8933 12.375 18.375C12.375 19.5143 12.6925 20.5794 13.2439 21.4866C13.5812 22.0416 13.7498 22.3191 13.6638 22.4721C13.5778 22.625 13.2811 22.625 12.6877 22.625H6.46604C4.64774 22.625 3.24195 21.7306 2.0705 20.6146C1.39149 19.9677 1.05302 19.2396 1.13783 18.4638C1.21757 17.7342 1.65623 17.1387 2.1179 16.6868C2.85606 15.9643 3.93357 15.3564 4.64639 14.9543C4.80901 14.8625 4.95275 14.7814 5.06904 14.7122C6.37389 13.9352 7.80596 13.4441 9.27043 13.2375C10.3343 13.0875 11.4161 13.0875 12.4799 13.2375C12.834 13.2875 13.1862 13.354 13.5351 13.4373Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-block-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.676 14.6493C7.85919 12.7836 11.8912 12.7836 15.0744 14.6493C15.1752 14.7084 15.3007 14.7781 15.4436 14.8574C16.0762 15.2086 17.0481 15.7481 17.7135 16.3892C18.129 16.7896 18.5385 17.3303 18.6133 18.0037C18.6934 18.7252 18.3711 19.3911 17.7548 19.9691C16.7047 20.9539 15.4368 21.75 13.7944 21.75H5.95596C4.31362 21.75 3.0457 20.9538 1.99562 19.9691C1.3793 19.3911 1.05695 18.7252 1.13707 18.0037C1.21184 17.3303 1.6214 16.7896 2.03689 16.3892C2.70228 15.7481 3.67419 15.2086 4.30683 14.8574C4.44965 14.7781 4.5752 14.7084 4.676 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.12519 7C5.12519 4.37665 7.25184 2.25 9.87519 2.25C12.4985 2.25 14.6252 4.37665 14.6252 7C14.6252 9.62335 12.4985 11.75 9.87519 11.75C7.25184 11.75 5.12519 9.62335 5.12519 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.875 6.5C21.875 7.88071 20.7557 9 19.375 9C17.9943 9 16.875 7.88071 16.875 6.5C16.875 5.11929 17.9943 4 19.375 4C20.7557 4 21.875 5.11929 21.875 6.5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.125 5C18.1585 5 17.375 5.7835 17.375 6.75C17.375 6.85507 17.3843 6.95797 17.402 7.05794L19.4314 5.02673C19.3319 5.00916 19.2295 5 19.125 5ZM21.7723 4.09398C21.094 3.41793 20.1583 3 19.125 3C17.0539 3 15.375 4.67893 15.375 6.75C15.375 7.78499 15.7943 8.72205 16.4723 9.40059C16.4727 9.40105 16.4732 9.40151 16.4737 9.40197C16.4741 9.40235 16.4744 9.40273 16.4748 9.40312C17.1533 10.0809 18.0902 10.5 19.125 10.5C21.1961 10.5 22.875 8.82107 22.875 6.75C22.875 5.71224 22.4535 4.77294 21.7723 4.09398ZM20.8475 6.43906L18.8156 8.47274C18.916 8.49065 19.0194 8.5 19.125 8.5C20.0915 8.5 20.875 7.7165 20.875 6.75C20.875 6.64388 20.8656 6.53997 20.8475 6.43906Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.676 14.6493C7.85919 12.7836 11.8912 12.7836 15.0744 14.6493C15.1752 14.7084 15.3007 14.7781 15.4436 14.8574C16.0762 15.2086 17.0481 15.7481 17.7135 16.3892C18.129 16.7896 18.5385 17.3303 18.6133 18.0037C18.6934 18.7252 18.3711 19.3911 17.7548 19.9691C16.7047 20.9539 15.4368 21.75 13.7944 21.75H5.95596C4.31362 21.75 3.0457 20.9538 1.99562 19.9691C1.3793 19.3911 1.05695 18.7252 1.13707 18.0037C1.21184 17.3303 1.6214 16.7896 2.03689 16.3892C2.70228 15.7481 3.67419 15.2086 4.30683 14.8574C4.44965 14.7781 4.5752 14.7084 4.676 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.12519 7C5.12519 4.37665 7.25184 2.25 9.87519 2.25C12.4985 2.25 14.6252 4.37665 14.6252 7C14.6252 9.62335 12.4985 11.75 9.87519 11.75C7.25184 11.75 5.12519 9.62335 5.12519 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.875 6.5C21.875 7.88071 20.7557 9 19.375 9C17.9943 9 16.875 7.88071 16.875 6.5C16.875 5.11929 17.9943 4 19.375 4C20.7557 4 21.875 5.11929 21.875 6.5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.125 5C18.1585 5 17.375 5.7835 17.375 6.75C17.375 6.85507 17.3843 6.95797 17.402 7.05794L19.4314 5.02673C19.3319 5.00916 19.2295 5 19.125 5ZM21.7723 4.09398C21.094 3.41793 20.1583 3 19.125 3C17.0539 3 15.375 4.67893 15.375 6.75C15.375 7.78499 15.7943 8.72205 16.4723 9.40059C16.4727 9.40105 16.4732 9.40151 16.4737 9.40197C16.4741 9.40235 16.4744 9.40273 16.4748 9.40312C17.1533 10.0809 18.0902 10.5 19.125 10.5C21.1961 10.5 22.875 8.82107 22.875 6.75C22.875 5.71224 22.4535 4.77294 21.7723 4.09398ZM20.8475 6.43906L18.8156 8.47274C18.916 8.49065 19.0194 8.5 19.125 8.5C20.0915 8.5 20.875 7.7165 20.875 6.75C20.875 6.64388 20.8656 6.53997 20.8475 6.43906Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-check-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.8167 13.9164C23.001 14.437 22.7285 15.0085 22.2079 15.1929C21.6742 15.3819 21.0578 15.7888 20.4047 16.3615C19.762 16.9251 19.1368 17.6021 18.5831 18.2659C18.0312 18.9274 17.5625 19.5611 17.2314 20.0301C17.0663 20.2641 16.8061 20.6544 16.7181 20.7865C16.5248 21.0906 16.1827 21.2674 15.8229 21.249C15.4629 21.2305 15.1408 21.0198 14.9796 20.6975C14.5389 19.8161 14.1436 19.4652 13.9443 19.3323C13.86 19.2761 13.803 19.2536 13.7804 19.2459C13.272 19.1987 12.874 18.771 12.874 18.2503C12.874 17.698 13.3217 17.2503 13.874 17.2503C14.4776 17.2503 14.7793 17.4853 15.0537 17.6682C15.328 17.8511 15.6157 18.1038 15.9044 18.4497C16.2196 18.0189 16.608 17.5113 17.0473 16.9847C17.6406 16.2735 18.339 15.5129 19.086 14.8578C19.8226 14.2118 20.6621 13.6186 21.5402 13.3076C22.0608 13.1233 22.6323 13.3958 22.8167 13.9164Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.62438 6.5C6.62438 3.6005 8.97488 1.25 11.8744 1.25C14.7739 1.25 17.1244 3.6005 17.1244 6.5C17.1244 9.39949 14.7739 11.75 11.8744 11.75C8.97488 11.75 6.62438 9.39949 6.62438 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4789 13.3625C11.4151 13.2125 10.3333 13.2125 9.26946 13.3625C7.80498 13.5691 6.37291 14.0602 5.06806 14.8372C4.95178 14.9064 4.80813 14.9875 4.64552 15.0792C3.9327 15.4813 2.85509 16.0893 2.11692 16.8118C1.65525 17.2637 1.2166 17.8592 1.13685 18.5888C1.05205 19.3646 1.39051 20.0927 2.06953 20.7396C3.24097 21.8556 4.64676 22.75 6.46507 22.75H13.6486C14.3274 22.75 14.6667 22.75 14.7428 22.563C14.8188 22.3759 14.5705 22.1341 14.0739 21.6505C13.7849 21.369 13.5052 21.0775 13.3148 20.835C13.2419 20.7421 13.2054 20.6956 13.1729 20.6716C13.1405 20.6475 13.0838 20.6256 12.9705 20.5816C12.036 20.2192 11.374 19.3126 11.374 18.2502C11.374 16.8695 12.4933 15.7502 13.874 15.7502C14.4383 15.7502 14.8818 15.879 15.2164 16.0286C15.468 16.1412 15.5938 16.1975 15.6912 16.1756C15.7886 16.1536 15.8671 16.0616 16.0242 15.8776C16.1301 15.7536 16.243 15.6225 16.3553 15.4939C16.5878 15.2275 16.7041 15.0943 16.6765 14.9506C16.6489 14.8069 16.4995 14.7304 16.2007 14.5773C15.0346 13.9802 13.707 13.5357 12.4789 13.3625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.8167 13.9164C23.001 14.437 22.7285 15.0085 22.2079 15.1929C21.6742 15.3819 21.0578 15.7888 20.4047 16.3615C19.762 16.9251 19.1368 17.6021 18.5831 18.2659C18.0312 18.9274 17.5625 19.5611 17.2314 20.0301C17.0663 20.2641 16.8061 20.6544 16.7181 20.7865C16.5248 21.0906 16.1827 21.2674 15.8229 21.249C15.4629 21.2305 15.1408 21.0198 14.9796 20.6975C14.5389 19.8161 14.1436 19.4652 13.9443 19.3323C13.86 19.2761 13.803 19.2536 13.7804 19.2459C13.272 19.1987 12.874 18.771 12.874 18.2503C12.874 17.698 13.3217 17.2503 13.874 17.2503C14.4776 17.2503 14.7793 17.4853 15.0537 17.6682C15.328 17.8511 15.6157 18.1038 15.9044 18.4497C16.2196 18.0189 16.608 17.5113 17.0473 16.9847C17.6406 16.2735 18.339 15.5129 19.086 14.8578C19.8226 14.2118 20.6621 13.6186 21.5402 13.3076C22.0608 13.1233 22.6323 13.3958 22.8167 13.9164Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.62438 6.5C6.62438 3.6005 8.97488 1.25 11.8744 1.25C14.7739 1.25 17.1244 3.6005 17.1244 6.5C17.1244 9.39949 14.7739 11.75 11.8744 11.75C8.97488 11.75 6.62438 9.39949 6.62438 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4789 13.3625C11.4151 13.2125 10.3333 13.2125 9.26946 13.3625C7.80498 13.5691 6.37291 14.0602 5.06806 14.8372C4.95178 14.9064 4.80813 14.9875 4.64552 15.0792C3.9327 15.4813 2.85509 16.0893 2.11692 16.8118C1.65525 17.2637 1.2166 17.8592 1.13685 18.5888C1.05205 19.3646 1.39051 20.0927 2.06953 20.7396C3.24097 21.8556 4.64676 22.75 6.46507 22.75H13.6486C14.3274 22.75 14.6667 22.75 14.7428 22.563C14.8188 22.3759 14.5705 22.1341 14.0739 21.6505C13.7849 21.369 13.5052 21.0775 13.3148 20.835C13.2419 20.7421 13.2054 20.6956 13.1729 20.6716C13.1405 20.6475 13.0838 20.6256 12.9705 20.5816C12.036 20.2192 11.374 19.3126 11.374 18.2502C11.374 16.8695 12.4933 15.7502 13.874 15.7502C14.4383 15.7502 14.8818 15.879 15.2164 16.0286C15.468 16.1412 15.5938 16.1975 15.6912 16.1756C15.7886 16.1536 15.8671 16.0616 16.0242 15.8776C16.1301 15.7536 16.243 15.6225 16.3553 15.4939C16.5878 15.2275 16.7041 15.0943 16.6765 14.9506C16.6489 14.8069 16.4995 14.7304 16.2007 14.5773C15.0346 13.9802 13.707 13.5357 12.4789 13.3625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-check-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.551 14.6496C7.73419 12.7838 11.7662 12.7838 14.9494 14.6496C15.0502 14.7087 15.1757 14.7784 15.3186 14.8576C15.9512 15.2088 16.9231 15.7484 17.5885 16.3895C18.004 16.7898 18.4135 17.3306 18.4883 18.0039C18.5684 18.7255 18.2461 19.3913 17.6298 19.9693C16.5797 20.9541 15.3118 21.7502 13.6694 21.7502H5.83096C4.18862 21.7502 2.9207 20.9541 1.87062 19.9693C1.2543 19.3913 0.93195 18.7255 1.01207 18.0039C1.08684 17.3306 1.4964 16.7898 1.91189 16.3895C2.57728 15.7484 3.54919 15.2088 4.18183 14.8576C4.32465 14.7784 4.4502 14.7087 4.551 14.6496Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.00019 7.00024C5.00019 4.37689 7.12684 2.25024 9.75019 2.25024C12.3735 2.25024 14.5002 4.37689 14.5002 7.00024C14.5002 9.6236 12.3735 11.7502 9.75019 11.7502C7.12684 11.7502 5.00019 9.6236 5.00019 7.00024Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.6445 2.55301C22.8915 3.04698 22.6913 3.64766 22.1973 3.89465C21.4242 4.28122 20.6663 5.11294 20.0638 5.95646C19.774 6.36215 19.5412 6.74045 19.3811 7.01688C19.3014 7.15462 19.2404 7.26585 19.2002 7.34101C19.1802 7.37856 19.1653 7.40702 19.1559 7.42517L19.146 7.44451L19.1445 7.44743C18.9844 7.76748 18.6652 7.97786 18.3079 7.99855C17.9505 8.01924 17.6093 7.84729 17.4133 7.54769C17.2608 7.3146 16.9989 7.07788 16.7268 6.88119C16.5984 6.78838 16.4825 6.71506 16.4003 6.66583C16.3595 6.64139 16.3278 6.62337 16.308 6.61233L16.2877 6.60121C15.7984 6.34568 15.6081 5.74166 15.8634 5.25215C16.1188 4.76244 16.7227 4.57246 17.2125 4.82781L17.214 4.82863L17.2159 4.82964L17.2209 4.83227L17.2352 4.83989C17.2466 4.84601 17.2617 4.85423 17.2801 4.86447C17.3169 4.88494 17.3672 4.91363 17.428 4.95002C17.5489 5.02244 17.7143 5.12725 17.8984 5.26033C17.9452 5.29415 17.9944 5.33064 18.0453 5.36972C18.1624 5.18845 18.2932 4.99442 18.4364 4.79398C19.0838 3.88749 20.076 2.71921 21.3029 2.10579C21.7969 1.8588 22.3975 2.05903 22.6445 2.55301Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.551 14.6496C7.73419 12.7838 11.7662 12.7838 14.9494 14.6496C15.0502 14.7087 15.1757 14.7784 15.3186 14.8576C15.9512 15.2088 16.9231 15.7484 17.5885 16.3895C18.004 16.7898 18.4135 17.3306 18.4883 18.0039C18.5684 18.7255 18.2461 19.3913 17.6298 19.9693C16.5797 20.9541 15.3118 21.7502 13.6694 21.7502H5.83096C4.18862 21.7502 2.9207 20.9541 1.87062 19.9693C1.2543 19.3913 0.93195 18.7255 1.01207 18.0039C1.08684 17.3306 1.4964 16.7898 1.91189 16.3895C2.57728 15.7484 3.54919 15.2088 4.18183 14.8576C4.32465 14.7784 4.4502 14.7087 4.551 14.6496Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.00019 7.00024C5.00019 4.37689 7.12684 2.25024 9.75019 2.25024C12.3735 2.25024 14.5002 4.37689 14.5002 7.00024C14.5002 9.6236 12.3735 11.7502 9.75019 11.7502C7.12684 11.7502 5.00019 9.6236 5.00019 7.00024Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.6445 2.55301C22.8915 3.04698 22.6913 3.64766 22.1973 3.89465C21.4242 4.28122 20.6663 5.11294 20.0638 5.95646C19.774 6.36215 19.5412 6.74045 19.3811 7.01688C19.3014 7.15462 19.2404 7.26585 19.2002 7.34101C19.1802 7.37856 19.1653 7.40702 19.1559 7.42517L19.146 7.44451L19.1445 7.44743C18.9844 7.76748 18.6652 7.97786 18.3079 7.99855C17.9505 8.01924 17.6093 7.84729 17.4133 7.54769C17.2608 7.3146 16.9989 7.07788 16.7268 6.88119C16.5984 6.78838 16.4825 6.71506 16.4003 6.66583C16.3595 6.64139 16.3278 6.62337 16.308 6.61233L16.2877 6.60121C15.7984 6.34568 15.6081 5.74166 15.8634 5.25215C16.1188 4.76244 16.7227 4.57246 17.2125 4.82781L17.214 4.82863L17.2159 4.82964L17.2209 4.83227L17.2352 4.83989C17.2466 4.84601 17.2617 4.85423 17.2801 4.86447C17.3169 4.88494 17.3672 4.91363 17.428 4.95002C17.5489 5.02244 17.7143 5.12725 17.8984 5.26033C17.9452 5.29415 17.9944 5.33064 18.0453 5.36972C18.1624 5.18845 18.2932 4.99442 18.4364 4.79398C19.0838 3.88749 20.076 2.71921 21.3029 2.10579C21.7969 1.8588 22.3975 2.05903 22.6445 2.55301Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM11.9916 6.25C10.1958 6.25 8.73808 7.70407 8.73808 9.5C8.73808 11.2959 10.1958 12.75 11.9916 12.75C13.7875 12.75 15.2452 11.2959 15.2452 9.5C15.2452 7.70407 13.7875 6.25 11.9916 6.25ZM17.0409 16.4802C14.3735 13.6002 9.57472 13.7487 6.96382 16.4756L6.77631 16.6631C6.63104 16.8084 6.55172 17.0069 6.55688 17.2123C6.56204 17.4177 6.65122 17.612 6.8036 17.7498C8.17769 18.9923 10.0013 19.75 12.0001 19.75C13.9989 19.75 15.8225 18.9923 17.1966 17.7498C17.349 17.612 17.4382 17.4177 17.4433 17.2123C17.4485 17.0069 17.3692 16.8084 17.2239 16.6631L17.0409 16.4802Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM11.9916 6.25C10.1958 6.25 8.73808 7.70407 8.73808 9.5C8.73808 11.2959 10.1958 12.75 11.9916 12.75C13.7875 12.75 15.2452 11.2959 15.2452 9.5C15.2452 7.70407 13.7875 6.25 11.9916 6.25ZM17.0409 16.4802C14.3735 13.6002 9.57472 13.7487 6.96382 16.4756L6.77631 16.6631C6.63104 16.8084 6.55172 17.0069 6.55688 17.2123C6.56204 17.4177 6.65122 17.612 6.8036 17.7498C8.17769 18.9923 10.0013 19.75 12.0001 19.75C13.9989 19.75 15.8225 18.9923 17.1966 17.7498C17.349 17.612 17.4382 17.4177 17.4433 17.2123C17.4485 17.0069 17.3692 16.8084 17.2239 16.6631L17.0409 16.4802Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-edit-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.7309 12.5529C19.39 12.1609 20.204 12.1485 20.8746 12.5208C21.1544 12.6762 21.4016 12.9293 21.6821 13.2166L21.8093 13.3465C22.0917 13.6343 22.3384 13.8858 22.4892 14.1692C22.8475 14.8426 22.8359 15.6564 22.4581 16.3192C22.2992 16.5981 22.0452 16.8422 21.7547 17.1213L21.7547 17.1213L17.3646 21.3497C16.7826 21.9111 16.3419 22.3362 15.7784 22.5563C15.2133 22.777 14.6043 22.7606 13.8042 22.739L13.5237 22.7316H13.5237C13.4073 22.7287 13.2528 22.7248 13.1185 22.7024C12.9506 22.6744 12.7022 22.6018 12.5018 22.3744C12.3037 22.1495 12.2616 21.8967 12.2524 21.7312C12.2448 21.5958 12.257 21.4418 12.2664 21.3225L12.289 21.032C12.3433 20.3293 12.3838 19.8051 12.5927 19.3243C12.8021 18.8423 13.1571 18.4582 13.6308 17.9456L17.9439 13.2725L17.944 13.2725C18.2162 12.9767 18.4558 12.7165 18.7309 12.5529Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75035 6.5C6.75035 3.6005 9.10086 1.25 12.0004 1.25C14.8998 1.25 17.2504 3.6005 17.2504 6.5C17.2504 9.39949 14.8998 11.75 12.0004 11.75C9.10086 11.75 6.75035 9.39949 6.75035 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.7546 21.8148L10.7569 21.8532C10.7894 22.324 10.8056 22.5594 10.7167 22.6547C10.6277 22.75 10.4351 22.75 10.0498 22.75H6.59104C4.77274 22.75 3.36695 21.8556 2.1955 20.7396C1.51649 20.0927 1.17802 19.3646 1.26283 18.5888C1.34257 17.8592 1.78123 17.2637 2.2429 16.8118C2.98106 16.0893 4.05868 15.4813 4.77149 15.0792C4.93409 14.9875 5.07776 14.9064 5.19404 14.8372C6.49889 14.0602 7.93096 13.5691 9.39543 13.3625C10.4593 13.2125 11.5411 13.2125 12.6049 13.3625C13.1988 13.4463 13.7874 13.5769 14.3644 13.7543C14.7341 13.8681 14.919 13.9249 14.9621 14.0848C15.0053 14.2447 14.869 14.3923 14.5966 14.6874L12.4612 17.001C12.0426 17.4527 11.5299 18.0061 11.2168 18.7267C10.9053 19.4437 10.848 20.1965 10.801 20.8155L10.7546 21.8148Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.7309 12.5529C19.39 12.1609 20.204 12.1485 20.8746 12.5208C21.1544 12.6762 21.4016 12.9293 21.6821 13.2166L21.8093 13.3465C22.0917 13.6343 22.3384 13.8858 22.4892 14.1692C22.8475 14.8426 22.8359 15.6564 22.4581 16.3192C22.2992 16.5981 22.0452 16.8422 21.7547 17.1213L21.7547 17.1213L17.3646 21.3497C16.7826 21.9111 16.3419 22.3362 15.7784 22.5563C15.2133 22.777 14.6043 22.7606 13.8042 22.739L13.5237 22.7316H13.5237C13.4073 22.7287 13.2528 22.7248 13.1185 22.7024C12.9506 22.6744 12.7022 22.6018 12.5018 22.3744C12.3037 22.1495 12.2616 21.8967 12.2524 21.7312C12.2448 21.5958 12.257 21.4418 12.2664 21.3225L12.289 21.032C12.3433 20.3293 12.3838 19.8051 12.5927 19.3243C12.8021 18.8423 13.1571 18.4582 13.6308 17.9456L17.9439 13.2725L17.944 13.2725C18.2162 12.9767 18.4558 12.7165 18.7309 12.5529Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75035 6.5C6.75035 3.6005 9.10086 1.25 12.0004 1.25C14.8998 1.25 17.2504 3.6005 17.2504 6.5C17.2504 9.39949 14.8998 11.75 12.0004 11.75C9.10086 11.75 6.75035 9.39949 6.75035 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.7546 21.8148L10.7569 21.8532C10.7894 22.324 10.8056 22.5594 10.7167 22.6547C10.6277 22.75 10.4351 22.75 10.0498 22.75H6.59104C4.77274 22.75 3.36695 21.8556 2.1955 20.7396C1.51649 20.0927 1.17802 19.3646 1.26283 18.5888C1.34257 17.8592 1.78123 17.2637 2.2429 16.8118C2.98106 16.0893 4.05868 15.4813 4.77149 15.0792C4.93409 14.9875 5.07776 14.9064 5.19404 14.8372C6.49889 14.0602 7.93096 13.5691 9.39543 13.3625C10.4593 13.2125 11.5411 13.2125 12.6049 13.3625C13.1988 13.4463 13.7874 13.5769 14.3644 13.7543C14.7341 13.8681 14.919 13.9249 14.9621 14.0848C15.0053 14.2447 14.869 14.3923 14.5966 14.6874L12.4612 17.001C12.0426 17.4527 11.5299 18.0061 11.2168 18.7267C10.9053 19.4437 10.848 20.1965 10.801 20.8155L10.7546 21.8148Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-full-view{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 4.99988C8.25 2.92881 9.92893 1.24988 12 1.24988C14.0711 1.24988 15.75 2.92881 15.75 4.99988C15.75 6.07349 15.1948 7.11866 14.5258 7.86998C14.1838 8.25399 13.7881 8.58946 13.3715 8.83328C12.9618 9.07304 12.4873 9.24988 12 9.24988C11.5127 9.24988 11.0382 9.07304 10.6285 8.83328C10.2119 8.58946 9.8162 8.25399 9.47423 7.86998C8.80516 7.11866 8.25 6.07349 8.25 4.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.05192 8.50414C7.98277 8.41491 7.94819 8.37029 7.91539 8.34585C7.8178 8.27312 7.69427 8.26536 7.58835 8.32531C7.55276 8.34545 7.51691 8.38135 7.44522 8.45313C5.77822 9.92636 4.59606 12.5038 5.64367 14.9961C5.94906 15.7226 6.65565 16.2042 7.44881 16.2042L7.72557 16.2019C7.9533 16.2001 8.06716 16.1992 8.14949 16.2632C8.23182 16.3273 8.25894 16.4379 8.31317 16.659L9.27735 20.5912C9.58622 21.8509 10.7024 22.7503 12.0002 22.7503C13.298 22.7503 14.4141 21.8509 14.723 20.5912L15.6872 16.659C15.7414 16.4379 15.7685 16.3273 15.8509 16.2632C15.9332 16.1992 16.0471 16.2001 16.2748 16.2019L16.5515 16.2042C17.3447 16.2042 18.0513 15.7226 18.3567 14.9961C19.4043 12.5038 18.2222 9.92637 16.5552 8.45312C16.4833 8.38113 16.4473 8.34513 16.4116 8.32495C16.3058 8.26519 16.1825 8.27294 16.085 8.34547C16.0521 8.36996 16.0174 8.41471 15.948 8.5042C15.8488 8.63226 15.7476 8.75363 15.646 8.86776C15.2149 9.35189 14.7 9.79395 14.1292 10.1281C13.5795 10.4498 12.8413 10.7501 12 10.7501C11.1587 10.7501 10.4205 10.4498 9.87082 10.1281C9.29999 9.79395 8.78515 9.35189 8.35402 8.86777C8.25237 8.75362 8.15119 8.63223 8.05192 8.50414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 4.99988C8.25 2.92881 9.92893 1.24988 12 1.24988C14.0711 1.24988 15.75 2.92881 15.75 4.99988C15.75 6.07349 15.1948 7.11866 14.5258 7.86998C14.1838 8.25399 13.7881 8.58946 13.3715 8.83328C12.9618 9.07304 12.4873 9.24988 12 9.24988C11.5127 9.24988 11.0382 9.07304 10.6285 8.83328C10.2119 8.58946 9.8162 8.25399 9.47423 7.86998C8.80516 7.11866 8.25 6.07349 8.25 4.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.05192 8.50414C7.98277 8.41491 7.94819 8.37029 7.91539 8.34585C7.8178 8.27312 7.69427 8.26536 7.58835 8.32531C7.55276 8.34545 7.51691 8.38135 7.44522 8.45313C5.77822 9.92636 4.59606 12.5038 5.64367 14.9961C5.94906 15.7226 6.65565 16.2042 7.44881 16.2042L7.72557 16.2019C7.9533 16.2001 8.06716 16.1992 8.14949 16.2632C8.23182 16.3273 8.25894 16.4379 8.31317 16.659L9.27735 20.5912C9.58622 21.8509 10.7024 22.7503 12.0002 22.7503C13.298 22.7503 14.4141 21.8509 14.723 20.5912L15.6872 16.659C15.7414 16.4379 15.7685 16.3273 15.8509 16.2632C15.9332 16.1992 16.0471 16.2001 16.2748 16.2019L16.5515 16.2042C17.3447 16.2042 18.0513 15.7226 18.3567 14.9961C19.4043 12.5038 18.2222 9.92637 16.5552 8.45312C16.4833 8.38113 16.4473 8.34513 16.4116 8.32495C16.3058 8.26519 16.1825 8.27294 16.085 8.34547C16.0521 8.36996 16.0174 8.41471 15.948 8.5042C15.8488 8.63226 15.7476 8.75363 15.646 8.86776C15.2149 9.35189 14.7 9.79395 14.1292 10.1281C13.5795 10.4498 12.8413 10.7501 12 10.7501C11.1587 10.7501 10.4205 10.4498 9.87082 10.1281C9.29999 9.79395 8.78515 9.35189 8.35402 8.86777C8.25237 8.75362 8.15119 8.63223 8.05192 8.50414Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-group{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.50337 13.1474C7.21627 13.3013 6.93491 13.4624 6.72814 13.5903C6.23354 13.8795 5.30191 14.4241 4.62889 15.1082C4.19456 15.5497 3.6236 16.2837 3.51733 17.2933C3.48451 17.6051 3.49934 17.9036 3.55304 18.1871C3.60678 18.4709 3.63366 18.6128 3.56186 18.6872C3.49006 18.7616 3.37042 18.7434 3.13114 18.707C2.10732 18.5512 1.41543 17.9931 0.847642 17.3845C0.423078 16.9295 0.203787 16.4061 0.258175 15.8464C0.30924 15.3208 0.59019 14.8976 0.871177 14.5882C1.31466 14.0998 1.96834 13.686 2.35981 13.4381C2.44345 13.3852 2.51514 13.3398 2.57023 13.3029C4.04765 12.3132 5.8097 12.0212 7.45505 12.427C7.84296 12.5226 8.03691 12.5704 8.05406 12.7068C8.0712 12.8431 7.88193 12.9445 7.50337 13.1474Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.48741 5.28631C6.67712 5.31484 6.77197 5.3291 6.8207 5.4079C6.86944 5.48671 6.83547 5.59136 6.76754 5.80068C6.59386 6.33583 6.5 6.90695 6.5 7.5C6.5 8.73995 6.91032 9.88407 7.60259 10.804C7.73465 10.9795 7.80068 11.0672 7.78033 11.1575C7.75999 11.2478 7.67509 11.2922 7.5053 11.3811C7.05526 11.6167 6.5432 11.75 6 11.75C4.20507 11.75 2.75 10.2949 2.75 8.5C2.75 6.70507 4.20507 5.25 6 5.25C6.16566 5.25 6.32842 5.26239 6.48741 5.28631Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4971 13.1474C16.7842 13.3013 17.0656 13.4624 17.2723 13.5903C17.767 13.8795 18.6986 14.4241 19.3716 15.1082C19.8059 15.5497 20.3769 16.2837 20.4832 17.2933C20.516 17.6051 20.5011 17.9036 20.4474 18.1871C20.3937 18.4709 20.3668 18.6128 20.4386 18.6872C20.5104 18.7616 20.6301 18.7434 20.8694 18.707C21.8932 18.5512 22.5851 17.9931 23.1528 17.3845C23.5774 16.9295 23.7967 16.4061 23.7423 15.8464C23.6912 15.3208 23.4103 14.8976 23.1293 14.5882C22.6858 14.0998 22.0322 13.686 21.6407 13.4381C21.557 13.3852 21.4853 13.3398 21.4303 13.3029C19.9528 12.3132 18.1908 12.0212 16.5454 12.427C16.1575 12.5226 15.9636 12.5704 15.9464 12.7068C15.9293 12.8431 16.1186 12.9445 16.4971 13.1474Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.3978 10.804C16.2657 10.9795 16.1997 11.0672 16.2201 11.1575C16.2404 11.2478 16.3253 11.2922 16.4951 11.3811C16.9451 11.6167 17.4572 11.75 18.0004 11.75C19.7953 11.75 21.2504 10.2949 21.2504 8.5C21.2504 6.70507 19.7953 5.25 18.0004 5.25C17.8347 5.25 17.672 5.26239 17.513 5.28631C17.3233 5.31484 17.2284 5.3291 17.1797 5.4079C17.131 5.48671 17.1649 5.59136 17.2329 5.80068C17.4065 6.33583 17.5004 6.90695 17.5004 7.5C17.5004 8.73995 17.0901 9.88407 16.3978 10.804Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.69146 14.4733C10.3292 12.8422 13.675 12.8422 16.3127 14.4733C16.3905 14.5214 16.489 14.579 16.6022 14.6452L16.6022 14.6452C17.1145 14.945 17.9276 15.4208 18.4826 15.9849C18.8311 16.3391 19.1787 16.8221 19.242 17.4242C19.3099 18.0683 19.0365 18.6646 18.5149 19.1806C17.6533 20.033 16.5859 20.75 15.1865 20.75H8.81773C7.41827 20.75 6.35094 20.033 5.48932 19.1806C4.96775 18.6646 4.69435 18.0683 4.76215 17.4242C4.82553 16.8221 5.17313 16.3391 5.52165 15.9849C6.07655 15.4208 6.88974 14.945 7.40201 14.6452L7.40204 14.6452C7.51521 14.579 7.6137 14.5214 7.69146 14.4733Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.75195 7.5C7.75195 5.15279 9.65474 3.25 12.002 3.25C14.3492 3.25 16.252 5.15279 16.252 7.5C16.252 9.84721 14.3492 11.75 12.002 11.75C9.65474 11.75 7.75195 9.84721 7.75195 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.50337 13.1474C7.21627 13.3013 6.93491 13.4624 6.72814 13.5903C6.23354 13.8795 5.30191 14.4241 4.62889 15.1082C4.19456 15.5497 3.6236 16.2837 3.51733 17.2933C3.48451 17.6051 3.49934 17.9036 3.55304 18.1871C3.60678 18.4709 3.63366 18.6128 3.56186 18.6872C3.49006 18.7616 3.37042 18.7434 3.13114 18.707C2.10732 18.5512 1.41543 17.9931 0.847642 17.3845C0.423078 16.9295 0.203787 16.4061 0.258175 15.8464C0.30924 15.3208 0.59019 14.8976 0.871177 14.5882C1.31466 14.0998 1.96834 13.686 2.35981 13.4381C2.44345 13.3852 2.51514 13.3398 2.57023 13.3029C4.04765 12.3132 5.8097 12.0212 7.45505 12.427C7.84296 12.5226 8.03691 12.5704 8.05406 12.7068C8.0712 12.8431 7.88193 12.9445 7.50337 13.1474Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.48741 5.28631C6.67712 5.31484 6.77197 5.3291 6.8207 5.4079C6.86944 5.48671 6.83547 5.59136 6.76754 5.80068C6.59386 6.33583 6.5 6.90695 6.5 7.5C6.5 8.73995 6.91032 9.88407 7.60259 10.804C7.73465 10.9795 7.80068 11.0672 7.78033 11.1575C7.75999 11.2478 7.67509 11.2922 7.5053 11.3811C7.05526 11.6167 6.5432 11.75 6 11.75C4.20507 11.75 2.75 10.2949 2.75 8.5C2.75 6.70507 4.20507 5.25 6 5.25C6.16566 5.25 6.32842 5.26239 6.48741 5.28631Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4971 13.1474C16.7842 13.3013 17.0656 13.4624 17.2723 13.5903C17.767 13.8795 18.6986 14.4241 19.3716 15.1082C19.8059 15.5497 20.3769 16.2837 20.4832 17.2933C20.516 17.6051 20.5011 17.9036 20.4474 18.1871C20.3937 18.4709 20.3668 18.6128 20.4386 18.6872C20.5104 18.7616 20.6301 18.7434 20.8694 18.707C21.8932 18.5512 22.5851 17.9931 23.1528 17.3845C23.5774 16.9295 23.7967 16.4061 23.7423 15.8464C23.6912 15.3208 23.4103 14.8976 23.1293 14.5882C22.6858 14.0998 22.0322 13.686 21.6407 13.4381C21.557 13.3852 21.4853 13.3398 21.4303 13.3029C19.9528 12.3132 18.1908 12.0212 16.5454 12.427C16.1575 12.5226 15.9636 12.5704 15.9464 12.7068C15.9293 12.8431 16.1186 12.9445 16.4971 13.1474Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.3978 10.804C16.2657 10.9795 16.1997 11.0672 16.2201 11.1575C16.2404 11.2478 16.3253 11.2922 16.4951 11.3811C16.9451 11.6167 17.4572 11.75 18.0004 11.75C19.7953 11.75 21.2504 10.2949 21.2504 8.5C21.2504 6.70507 19.7953 5.25 18.0004 5.25C17.8347 5.25 17.672 5.26239 17.513 5.28631C17.3233 5.31484 17.2284 5.3291 17.1797 5.4079C17.131 5.48671 17.1649 5.59136 17.2329 5.80068C17.4065 6.33583 17.5004 6.90695 17.5004 7.5C17.5004 8.73995 17.0901 9.88407 16.3978 10.804Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.69146 14.4733C10.3292 12.8422 13.675 12.8422 16.3127 14.4733C16.3905 14.5214 16.489 14.579 16.6022 14.6452L16.6022 14.6452C17.1145 14.945 17.9276 15.4208 18.4826 15.9849C18.8311 16.3391 19.1787 16.8221 19.242 17.4242C19.3099 18.0683 19.0365 18.6646 18.5149 19.1806C17.6533 20.033 16.5859 20.75 15.1865 20.75H8.81773C7.41827 20.75 6.35094 20.033 5.48932 19.1806C4.96775 18.6646 4.69435 18.0683 4.76215 17.4242C4.82553 16.8221 5.17313 16.3391 5.52165 15.9849C6.07655 15.4208 6.88974 14.945 7.40201 14.6452L7.40204 14.6452C7.51521 14.579 7.6137 14.5214 7.69146 14.4733Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.75195 7.5C7.75195 5.15279 9.65474 3.25 12.002 3.25C14.3492 3.25 16.252 5.15279 16.252 7.5C16.252 9.84721 14.3492 11.75 12.002 11.75C9.65474 11.75 7.75195 9.84721 7.75195 7.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-id-verification{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0749 2.43281C10.0869 2.95985 9.6694 3.39684 9.14236 3.40885C6.42782 3.4707 5.24794 3.74835 4.48144 4.51219C3.81927 5.17206 3.51115 6.15377 3.40793 8.22923C3.38174 8.75576 2.93368 9.16137 2.40715 9.13519C1.88062 9.109 1.47501 8.66094 1.5012 8.13441C1.6071 6.00497 1.92456 4.36502 3.13386 3.15992C4.50565 1.79288 6.45536 1.56049 9.09887 1.50025C9.62592 1.48824 10.0629 1.90576 10.0749 2.43281ZM13.9251 2.43281C13.9371 1.90576 14.3741 1.48824 14.9011 1.50025C17.5446 1.56049 19.4943 1.79288 20.8661 3.15992C22.0754 4.36502 22.3929 6.00497 22.4988 8.13441C22.525 8.66094 22.1194 9.109 21.5928 9.13519C21.0663 9.16137 20.6183 8.75576 20.5921 8.22923C20.4889 6.15377 20.1807 5.17206 19.5186 4.51219C18.7521 3.74835 17.5722 3.4707 14.8576 3.40885C14.3306 3.39684 13.9131 2.95985 13.9251 2.43281ZM2.40715 14.8648C2.93368 14.8386 3.38174 15.2442 3.40793 15.7708C3.51115 17.8462 3.81927 18.8279 4.48144 19.4878C5.24794 20.2517 6.42782 20.5293 9.14236 20.5912C9.6694 20.6032 10.0869 21.0401 10.0749 21.5672C10.0629 22.0942 9.62592 22.5118 9.09887 22.4997C6.45536 22.4395 4.50565 22.2071 3.13386 20.8401C1.92456 19.635 1.6071 17.995 1.5012 15.8656C1.47501 15.3391 1.88062 14.891 2.40715 14.8648ZM21.5928 14.8648C22.1194 14.891 22.525 15.3391 22.4988 15.8656C22.3929 17.995 22.0754 19.635 20.8661 20.8401C19.4943 22.2071 17.5446 22.4395 14.9011 22.4997C14.3741 22.5118 13.9371 22.0942 13.9251 21.5672C13.9131 21.0401 14.3306 20.6032 14.8576 20.5912C17.5722 20.5293 18.7521 20.2517 19.5186 19.4878C20.1807 18.8279 20.4889 17.8462 20.5921 15.7708C20.6183 15.2442 21.0663 14.8386 21.5928 14.8648Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.8138 9.55723C8.8138 7.80306 10.2376 6.38281 11.9917 6.38281C13.7458 6.38281 15.1696 7.80306 15.1696 9.55723C15.1696 11.3114 13.7458 12.7316 11.9917 12.7316C10.2376 12.7316 8.8138 11.3114 8.8138 9.55723Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.09875 17.4127C6.80613 17.1333 6.7954 16.6696 7.07479 16.3769C9.62701 13.7038 14.3286 13.5595 16.934 16.3864C17.2082 16.6839 17.1893 17.1473 16.8918 17.4215C16.7509 17.5513 16.5729 17.6154 16.3953 17.6154L7.60463 17.6154C7.42279 17.6154 7.24066 17.5481 7.09875 17.4127Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.0749 2.43281C10.0869 2.95985 9.6694 3.39684 9.14236 3.40885C6.42782 3.4707 5.24794 3.74835 4.48144 4.51219C3.81927 5.17206 3.51115 6.15377 3.40793 8.22923C3.38174 8.75576 2.93368 9.16137 2.40715 9.13519C1.88062 9.109 1.47501 8.66094 1.5012 8.13441C1.6071 6.00497 1.92456 4.36502 3.13386 3.15992C4.50565 1.79288 6.45536 1.56049 9.09887 1.50025C9.62592 1.48824 10.0629 1.90576 10.0749 2.43281ZM13.9251 2.43281C13.9371 1.90576 14.3741 1.48824 14.9011 1.50025C17.5446 1.56049 19.4943 1.79288 20.8661 3.15992C22.0754 4.36502 22.3929 6.00497 22.4988 8.13441C22.525 8.66094 22.1194 9.109 21.5928 9.13519C21.0663 9.16137 20.6183 8.75576 20.5921 8.22923C20.4889 6.15377 20.1807 5.17206 19.5186 4.51219C18.7521 3.74835 17.5722 3.4707 14.8576 3.40885C14.3306 3.39684 13.9131 2.95985 13.9251 2.43281ZM2.40715 14.8648C2.93368 14.8386 3.38174 15.2442 3.40793 15.7708C3.51115 17.8462 3.81927 18.8279 4.48144 19.4878C5.24794 20.2517 6.42782 20.5293 9.14236 20.5912C9.6694 20.6032 10.0869 21.0401 10.0749 21.5672C10.0629 22.0942 9.62592 22.5118 9.09887 22.4997C6.45536 22.4395 4.50565 22.2071 3.13386 20.8401C1.92456 19.635 1.6071 17.995 1.5012 15.8656C1.47501 15.3391 1.88062 14.891 2.40715 14.8648ZM21.5928 14.8648C22.1194 14.891 22.525 15.3391 22.4988 15.8656C22.3929 17.995 22.0754 19.635 20.8661 20.8401C19.4943 22.2071 17.5446 22.4395 14.9011 22.4997C14.3741 22.5118 13.9371 22.0942 13.9251 21.5672C13.9131 21.0401 14.3306 20.6032 14.8576 20.5912C17.5722 20.5293 18.7521 20.2517 19.5186 19.4878C20.1807 18.8279 20.4889 17.8462 20.5921 15.7708C20.6183 15.2442 21.0663 14.8386 21.5928 14.8648Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.8138 9.55723C8.8138 7.80306 10.2376 6.38281 11.9917 6.38281C13.7458 6.38281 15.1696 7.80306 15.1696 9.55723C15.1696 11.3114 13.7458 12.7316 11.9917 12.7316C10.2376 12.7316 8.8138 11.3114 8.8138 9.55723Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.09875 17.4127C6.80613 17.1333 6.7954 16.6696 7.07479 16.3769C9.62701 13.7038 14.3286 13.5595 16.934 16.3864C17.2082 16.6839 17.1893 17.1473 16.8918 17.4215C16.7509 17.5513 16.5729 17.6154 16.3953 17.6154L7.60463 17.6154C7.42279 17.6154 7.24066 17.5481 7.09875 17.4127Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-list{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.4426 14.6547C7.53812 12.7818 11.4622 12.7818 14.5577 14.6547C14.6547 14.7134 14.7758 14.7828 14.9137 14.8618C15.5264 15.2128 16.4717 15.7545 17.1183 16.3976C17.5234 16.8005 17.9171 17.3398 17.9888 18.0063C18.0653 18.7171 17.7585 19.3796 17.1581 19.9609C16.1413 20.9452 14.905 21.75 13.2969 21.75H5.70341C4.09536 21.75 2.85901 20.9452 1.84219 19.9609C1.24178 19.3796 0.935065 18.7171 1.01154 18.0063C1.08323 17.3398 1.47697 16.8005 1.88204 16.3976C2.52862 15.7545 3.47396 15.2128 4.08661 14.8618C4.22454 14.7828 4.3456 14.7134 4.4426 14.6547Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.75024 7C4.75024 4.37665 6.87689 2.25 9.50024 2.25C12.1236 2.25 14.2502 4.37665 14.2502 7C14.2502 9.62335 12.1236 11.75 9.50024 11.75C6.87689 11.75 4.75024 9.62335 4.75024 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 5C16 4.44772 16.4477 4 17 4L22 4C22.5523 4 23 4.44772 23 5C23 5.55229 22.5523 6 22 6L17 6C16.4477 6 16 5.55228 16 5ZM16 8C16 7.44772 16.4477 7 17 7L22 7C22.5523 7 23 7.44772 23 8C23 8.55229 22.5523 9 22 9L17 9C16.4477 9 16 8.55228 16 8ZM19 11C19 10.4477 19.4477 10 20 10H22C22.5523 10 23 10.4477 23 11C23 11.5523 22.5523 12 22 12H20C19.4477 12 19 11.5523 19 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.4426 14.6547C7.53812 12.7818 11.4622 12.7818 14.5577 14.6547C14.6547 14.7134 14.7758 14.7828 14.9137 14.8618C15.5264 15.2128 16.4717 15.7545 17.1183 16.3976C17.5234 16.8005 17.9171 17.3398 17.9888 18.0063C18.0653 18.7171 17.7585 19.3796 17.1581 19.9609C16.1413 20.9452 14.905 21.75 13.2969 21.75H5.70341C4.09536 21.75 2.85901 20.9452 1.84219 19.9609C1.24178 19.3796 0.935065 18.7171 1.01154 18.0063C1.08323 17.3398 1.47697 16.8005 1.88204 16.3976C2.52862 15.7545 3.47396 15.2128 4.08661 14.8618C4.22454 14.7828 4.3456 14.7134 4.4426 14.6547Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.75024 7C4.75024 4.37665 6.87689 2.25 9.50024 2.25C12.1236 2.25 14.2502 4.37665 14.2502 7C14.2502 9.62335 12.1236 11.75 9.50024 11.75C6.87689 11.75 4.75024 9.62335 4.75024 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 5C16 4.44772 16.4477 4 17 4L22 4C22.5523 4 23 4.44772 23 5C23 5.55229 22.5523 6 22 6L17 6C16.4477 6 16 5.55228 16 5ZM16 8C16 7.44772 16.4477 7 17 7L22 7C22.5523 7 23 7.44772 23 8C23 8.55229 22.5523 9 22 9L17 9C16.4477 9 16 8.55228 16 8ZM19 11C19 10.4477 19.4477 10 20 10H22C22.5523 10 23 10.4477 23 11C23 11.5523 22.5523 12 22 12H20C19.4477 12 19 11.5523 19 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-lock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.375 16.375H17.625H16.75V14.6875C16.75 13.7555 17.5335 13 18.5 13C19.4665 13 20.25 13.7555 20.25 14.6875V16.375H19.375Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 15.7492V14.6875C16 13.3158 17.1452 12.25 18.5 12.25C19.8548 12.25 21 13.3158 21 14.6875V15.7492C21.0751 15.772 21.1498 15.7993 21.2239 15.8322C21.8441 16.1074 22.3211 16.6277 22.5663 17.262C22.6722 17.536 22.7129 17.8173 22.7318 18.1139C22.75 18.3994 22.75 18.7472 22.75 19.1639V19.2111C22.75 19.6278 22.75 19.9756 22.7318 20.2611C22.7129 20.5577 22.6722 20.8391 22.5663 21.113C22.3211 21.7474 21.8441 22.2676 21.2239 22.5428C20.9516 22.6637 20.6728 22.7093 20.3872 22.7302C20.1156 22.75 19.7866 22.75 19.4011 22.75H17.5989C17.2135 22.75 16.8844 22.75 16.6128 22.7302C16.3272 22.7093 16.0484 22.6637 15.7761 22.5428C15.1559 22.2676 14.6789 21.7474 14.4337 21.113C14.3278 20.8391 14.2871 20.5577 14.2682 20.2611C14.25 19.9756 14.25 19.6279 14.25 19.2111V19.1639C14.25 18.7472 14.25 18.3994 14.2682 18.1139C14.2871 17.8173 14.3278 17.536 14.4337 17.262C14.6789 16.6277 15.1559 16.1074 15.7761 15.8322C15.8502 15.7993 15.9249 15.772 16 15.7492ZM17.5 14.6875C17.5 14.1952 17.9218 13.75 18.5 13.75C19.0782 13.75 19.5 14.1952 19.5 14.6875V15.625C19.4675 15.625 19.4345 15.625 19.4011 15.625H17.5989C17.5655 15.625 17.5325 15.625 17.5 15.625V14.6875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75035 6.5C6.75035 3.6005 9.10086 1.25 12.0004 1.25C14.8998 1.25 17.2504 3.6005 17.2504 6.5C17.2504 9.39949 14.8998 11.75 12.0004 11.75C9.10086 11.75 6.75035 9.39949 6.75035 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.1117 13.6976C14.3403 13.7574 14.4546 13.7873 14.5178 13.8775C14.581 13.9677 14.5699 14.087 14.5477 14.3254L14.5257 14.5622C14.5135 14.6939 14.5073 14.7597 14.4788 14.8132C14.4502 14.8666 14.3929 14.913 14.2784 15.0058C13.7185 15.4594 13.292 16.0552 13.0346 16.7211C12.8502 17.1981 12.7946 17.6511 12.7712 18.0186C12.75 18.3523 12.75 18.7409 12.75 19.1292V19.2458C12.75 19.6341 12.75 20.0227 12.7712 20.3564C12.7946 20.7239 12.8502 21.1769 13.0346 21.6539C13.0371 21.6605 13.0397 21.667 13.0423 21.6736C13.2553 22.2165 13.3619 22.488 13.2726 22.619C13.1832 22.75 12.9276 22.75 12.4162 22.75H6.59104C4.77274 22.75 3.36695 21.8556 2.1955 20.7396C1.51649 20.0927 1.17802 19.3646 1.26283 18.5888C1.34257 17.8592 1.78123 17.2637 2.2429 16.8118C2.98106 16.0893 4.05857 15.4814 4.77139 15.0793C4.93401 14.9875 5.07775 14.9064 5.19404 14.8372C6.49889 14.0602 7.93096 13.5691 9.39543 13.3625C10.4593 13.2125 11.5411 13.2125 12.6049 13.3625C13.0161 13.4205 13.6673 13.5813 14.1117 13.6976Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.375 16.375H17.625H16.75V14.6875C16.75 13.7555 17.5335 13 18.5 13C19.4665 13 20.25 13.7555 20.25 14.6875V16.375H19.375Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 15.7492V14.6875C16 13.3158 17.1452 12.25 18.5 12.25C19.8548 12.25 21 13.3158 21 14.6875V15.7492C21.0751 15.772 21.1498 15.7993 21.2239 15.8322C21.8441 16.1074 22.3211 16.6277 22.5663 17.262C22.6722 17.536 22.7129 17.8173 22.7318 18.1139C22.75 18.3994 22.75 18.7472 22.75 19.1639V19.2111C22.75 19.6278 22.75 19.9756 22.7318 20.2611C22.7129 20.5577 22.6722 20.8391 22.5663 21.113C22.3211 21.7474 21.8441 22.2676 21.2239 22.5428C20.9516 22.6637 20.6728 22.7093 20.3872 22.7302C20.1156 22.75 19.7866 22.75 19.4011 22.75H17.5989C17.2135 22.75 16.8844 22.75 16.6128 22.7302C16.3272 22.7093 16.0484 22.6637 15.7761 22.5428C15.1559 22.2676 14.6789 21.7474 14.4337 21.113C14.3278 20.8391 14.2871 20.5577 14.2682 20.2611C14.25 19.9756 14.25 19.6279 14.25 19.2111V19.1639C14.25 18.7472 14.25 18.3994 14.2682 18.1139C14.2871 17.8173 14.3278 17.536 14.4337 17.262C14.6789 16.6277 15.1559 16.1074 15.7761 15.8322C15.8502 15.7993 15.9249 15.772 16 15.7492ZM17.5 14.6875C17.5 14.1952 17.9218 13.75 18.5 13.75C19.0782 13.75 19.5 14.1952 19.5 14.6875V15.625C19.4675 15.625 19.4345 15.625 19.4011 15.625H17.5989C17.5655 15.625 17.5325 15.625 17.5 15.625V14.6875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75035 6.5C6.75035 3.6005 9.10086 1.25 12.0004 1.25C14.8998 1.25 17.2504 3.6005 17.2504 6.5C17.2504 9.39949 14.8998 11.75 12.0004 11.75C9.10086 11.75 6.75035 9.39949 6.75035 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.1117 13.6976C14.3403 13.7574 14.4546 13.7873 14.5178 13.8775C14.581 13.9677 14.5699 14.087 14.5477 14.3254L14.5257 14.5622C14.5135 14.6939 14.5073 14.7597 14.4788 14.8132C14.4502 14.8666 14.3929 14.913 14.2784 15.0058C13.7185 15.4594 13.292 16.0552 13.0346 16.7211C12.8502 17.1981 12.7946 17.6511 12.7712 18.0186C12.75 18.3523 12.75 18.7409 12.75 19.1292V19.2458C12.75 19.6341 12.75 20.0227 12.7712 20.3564C12.7946 20.7239 12.8502 21.1769 13.0346 21.6539C13.0371 21.6605 13.0397 21.667 13.0423 21.6736C13.2553 22.2165 13.3619 22.488 13.2726 22.619C13.1832 22.75 12.9276 22.75 12.4162 22.75H6.59104C4.77274 22.75 3.36695 21.8556 2.1955 20.7396C1.51649 20.0927 1.17802 19.3646 1.26283 18.5888C1.34257 17.8592 1.78123 17.2637 2.2429 16.8118C2.98106 16.0893 4.05857 15.4814 4.77139 15.0793C4.93401 14.9875 5.07775 14.9064 5.19404 14.8372C6.49889 14.0602 7.93096 13.5691 9.39543 13.3625C10.4593 13.2125 11.5411 13.2125 12.6049 13.3625C13.0161 13.4205 13.6673 13.5813 14.1117 13.6976Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-lock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.85471 15.0986C8.03791 13.2328 12.0699 13.2328 15.2531 15.0986C15.3539 15.1577 15.4794 15.2273 15.6223 15.3066C16.2549 15.6578 17.2268 16.1973 17.8922 16.8385C18.3077 17.2388 18.7172 17.7796 18.792 18.4529C18.8721 19.1745 18.5498 19.8403 17.9335 20.4183C16.8834 21.4031 15.6155 22.1992 13.9731 22.1992H6.13467C4.49233 22.1992 3.22442 21.4031 2.17433 20.4183C1.55801 19.8403 1.23566 19.1745 1.31578 18.4529C1.39056 17.7796 1.80011 17.2388 2.2156 16.8385C2.88099 16.1973 3.8529 15.6578 4.48554 15.3066C4.62836 15.2273 4.75391 15.1576 4.85471 15.0986Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.3039 7.44922C5.3039 4.82587 7.43055 2.69922 10.0539 2.69922C12.6773 2.69922 14.8039 4.82587 14.8039 7.44922C14.8039 10.0726 12.6773 12.1992 10.0539 12.1992C7.43055 12.1992 5.3039 10.0726 5.3039 7.44922Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.554 1.80469C18.3767 1.80469 17.5049 2.81971 17.5049 3.96601V4.60524C17.4675 4.6228 17.4303 4.64213 17.3934 4.66343C17.0606 4.85553 16.7957 5.14523 16.6255 5.48912C16.4999 5.74286 16.453 6.0083 16.4316 6.28015C16.4111 6.5398 16.4111 6.85663 16.4111 7.2296V7.27871C16.4111 7.65168 16.4111 7.96855 16.4316 8.2282C16.453 8.50005 16.4999 8.76549 16.6255 9.01923C16.7957 9.36312 17.0606 9.65281 17.3934 9.84492C17.6444 9.98981 17.9083 10.0436 18.1712 10.0678C18.4177 10.0904 18.7165 10.0904 19.058 10.0904H20.05C20.3915 10.0904 20.6902 10.0904 20.9368 10.0678C21.1997 10.0436 21.4635 9.98981 21.7146 9.84492C22.0474 9.65281 22.3123 9.36312 22.4825 9.01923C22.6081 8.76549 22.655 8.50005 22.6764 8.22819C22.6969 7.96854 22.6969 7.6517 22.6968 7.27872V7.22964C22.6969 6.85666 22.6969 6.53981 22.6764 6.28015C22.655 6.0083 22.6081 5.74286 22.4825 5.48912C22.3123 5.14523 22.0474 4.85553 21.7146 4.66343C21.6777 4.64213 21.6405 4.6228 21.6031 4.60524V3.96601C21.6031 2.81971 20.7313 1.80469 19.554 1.80469ZM20.3174 4.4184V3.96601C20.3174 3.43506 19.93 3.0904 19.554 3.0904C19.178 3.0904 18.7906 3.43506 18.7906 3.96601V4.4184C18.8765 4.41796 18.9656 4.41796 19.0579 4.41797H20.05C20.1423 4.41796 20.2315 4.41796 20.3174 4.4184Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.85471 15.0986C8.03791 13.2328 12.0699 13.2328 15.2531 15.0986C15.3539 15.1577 15.4794 15.2273 15.6223 15.3066C16.2549 15.6578 17.2268 16.1973 17.8922 16.8385C18.3077 17.2388 18.7172 17.7796 18.792 18.4529C18.8721 19.1745 18.5498 19.8403 17.9335 20.4183C16.8834 21.4031 15.6155 22.1992 13.9731 22.1992H6.13467C4.49233 22.1992 3.22442 21.4031 2.17433 20.4183C1.55801 19.8403 1.23566 19.1745 1.31578 18.4529C1.39056 17.7796 1.80011 17.2388 2.2156 16.8385C2.88099 16.1973 3.8529 15.6578 4.48554 15.3066C4.62836 15.2273 4.75391 15.1576 4.85471 15.0986Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.3039 7.44922C5.3039 4.82587 7.43055 2.69922 10.0539 2.69922C12.6773 2.69922 14.8039 4.82587 14.8039 7.44922C14.8039 10.0726 12.6773 12.1992 10.0539 12.1992C7.43055 12.1992 5.3039 10.0726 5.3039 7.44922Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.554 1.80469C18.3767 1.80469 17.5049 2.81971 17.5049 3.96601V4.60524C17.4675 4.6228 17.4303 4.64213 17.3934 4.66343C17.0606 4.85553 16.7957 5.14523 16.6255 5.48912C16.4999 5.74286 16.453 6.0083 16.4316 6.28015C16.4111 6.5398 16.4111 6.85663 16.4111 7.2296V7.27871C16.4111 7.65168 16.4111 7.96855 16.4316 8.2282C16.453 8.50005 16.4999 8.76549 16.6255 9.01923C16.7957 9.36312 17.0606 9.65281 17.3934 9.84492C17.6444 9.98981 17.9083 10.0436 18.1712 10.0678C18.4177 10.0904 18.7165 10.0904 19.058 10.0904H20.05C20.3915 10.0904 20.6902 10.0904 20.9368 10.0678C21.1997 10.0436 21.4635 9.98981 21.7146 9.84492C22.0474 9.65281 22.3123 9.36312 22.4825 9.01923C22.6081 8.76549 22.655 8.50005 22.6764 8.22819C22.6969 7.96854 22.6969 7.6517 22.6968 7.27872V7.22964C22.6969 6.85666 22.6969 6.53981 22.6764 6.28015C22.655 6.0083 22.6081 5.74286 22.4825 5.48912C22.3123 5.14523 22.0474 4.85553 21.7146 4.66343C21.6777 4.64213 21.6405 4.6228 21.6031 4.60524V3.96601C21.6031 2.81971 20.7313 1.80469 19.554 1.80469ZM20.3174 4.4184V3.96601C20.3174 3.43506 19.93 3.0904 19.554 3.0904C19.178 3.0904 18.7906 3.43506 18.7906 3.96601V4.4184C18.8765 4.41796 18.9656 4.41796 19.0579 4.41797H20.05C20.1423 4.41796 20.2315 4.41796 20.3174 4.4184Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-love-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6305 14.7427C15.9798 13.9381 17.2268 14.2397 17.9996 14.7893C18.7725 14.2397 20.0195 13.9381 21.3688 14.7427C22.3751 15.3429 22.8968 16.5671 22.7128 17.9009C22.5274 19.2448 21.645 20.6871 19.9019 21.9415L19.8279 21.9948C19.2739 22.3945 18.7809 22.7503 17.9996 22.7503C17.2183 22.7503 16.7253 22.3945 16.1714 21.9948L16.0974 21.9415C14.3543 20.6871 13.4719 19.2448 13.2865 17.9009C13.1025 16.5671 13.6241 15.3429 14.6305 14.7427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.75035 6.5C5.75035 3.6005 8.10086 1.25 11.0004 1.25C13.8998 1.25 16.2504 3.6005 16.2504 6.5C16.2504 9.39949 13.8998 11.75 11.0004 11.75C8.10086 11.75 5.75035 9.39949 5.75035 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.8598 14.2886C13.1223 13.9883 13.2535 13.8382 13.2611 13.7387C13.2683 13.644 13.2408 13.57 13.1735 13.5031C13.1027 13.4327 12.9368 13.4093 12.6049 13.3625C11.5411 13.2125 10.4593 13.2125 9.39543 13.3625C7.93096 13.5691 6.49889 14.0602 5.19404 14.8372C5.07775 14.9064 4.93412 14.9874 4.7715 15.0792C4.05869 15.4813 2.98106 16.0893 2.2429 16.8118C1.78123 17.2637 1.34257 17.8592 1.26283 18.5888C1.17802 19.3646 1.51649 20.0927 2.1955 20.7396C3.36695 21.8556 4.77274 22.75 6.59104 22.75H12.9967C13.6794 22.75 14.0207 22.75 14.1007 22.5744C14.1807 22.3988 13.9437 22.1261 13.4695 21.5806C12.5367 20.5074 11.9679 19.3236 11.7998 18.1054C11.609 16.7223 11.9672 15.3094 12.8598 14.2886Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6305 14.7427C15.9798 13.9381 17.2268 14.2397 17.9996 14.7893C18.7725 14.2397 20.0195 13.9381 21.3688 14.7427C22.3751 15.3429 22.8968 16.5671 22.7128 17.9009C22.5274 19.2448 21.645 20.6871 19.9019 21.9415L19.8279 21.9948C19.2739 22.3945 18.7809 22.7503 17.9996 22.7503C17.2183 22.7503 16.7253 22.3945 16.1714 21.9948L16.0974 21.9415C14.3543 20.6871 13.4719 19.2448 13.2865 17.9009C13.1025 16.5671 13.6241 15.3429 14.6305 14.7427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.75035 6.5C5.75035 3.6005 8.10086 1.25 11.0004 1.25C13.8998 1.25 16.2504 3.6005 16.2504 6.5C16.2504 9.39949 13.8998 11.75 11.0004 11.75C8.10086 11.75 5.75035 9.39949 5.75035 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.8598 14.2886C13.1223 13.9883 13.2535 13.8382 13.2611 13.7387C13.2683 13.644 13.2408 13.57 13.1735 13.5031C13.1027 13.4327 12.9368 13.4093 12.6049 13.3625C11.5411 13.2125 10.4593 13.2125 9.39543 13.3625C7.93096 13.5691 6.49889 14.0602 5.19404 14.8372C5.07775 14.9064 4.93412 14.9874 4.7715 15.0792C4.05869 15.4813 2.98106 16.0893 2.2429 16.8118C1.78123 17.2637 1.34257 17.8592 1.26283 18.5888C1.17802 19.3646 1.51649 20.0927 2.1955 20.7396C3.36695 21.8556 4.77274 22.75 6.59104 22.75H12.9967C13.6794 22.75 14.0207 22.75 14.1007 22.5744C14.1807 22.3988 13.9437 22.1261 13.4695 21.5806C12.5367 20.5074 11.9679 19.3236 11.7998 18.1054C11.609 16.7223 11.9672 15.3094 12.8598 14.2886Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-love-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.801 14.6493C7.98419 12.7836 12.0162 12.7836 15.1994 14.6493C15.3002 14.7084 15.4257 14.7781 15.5686 14.8574C16.2012 15.2086 17.1731 15.7481 17.8385 16.3892C18.254 16.7896 18.6635 17.3303 18.7383 18.0037C18.8184 18.7252 18.4961 19.3911 17.8798 19.9691C16.8297 20.9539 15.5618 21.75 13.9194 21.75H6.08096C4.43862 21.75 3.1707 20.9538 2.12062 19.9691C1.5043 19.3911 1.18195 18.7252 1.26207 18.0037C1.33684 17.3303 1.7464 16.7896 2.16189 16.3892C2.82728 15.7481 3.79919 15.2086 4.43183 14.8574C4.57465 14.7781 4.7002 14.7084 4.801 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.25019 7C5.25019 4.37665 7.37684 2.25 10.0002 2.25C12.6235 2.25 14.7502 4.37665 14.7502 7C14.7502 9.62335 12.6235 11.75 10.0002 11.75C7.37684 11.75 5.25019 9.62335 5.25019 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0007 2.60425C19.6324 2.21937 20.588 2.04371 21.6098 2.62411C22.4404 3.09586 22.8716 4.0633 22.7206 5.10626C22.5693 6.15057 21.8573 7.22733 20.5228 8.14192L20.4611 8.18429C20.0485 8.46815 19.6387 8.75011 19.0007 8.75011C18.3627 8.75011 17.9528 8.46815 17.5402 8.1843L17.4785 8.14192C16.144 7.22733 15.4321 6.15057 15.2808 5.10626C15.1297 4.0633 15.5609 3.09586 16.3915 2.62411C17.4134 2.04371 18.369 2.21937 19.0007 2.60425Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.801 14.6493C7.98419 12.7836 12.0162 12.7836 15.1994 14.6493C15.3002 14.7084 15.4257 14.7781 15.5686 14.8574C16.2012 15.2086 17.1731 15.7481 17.8385 16.3892C18.254 16.7896 18.6635 17.3303 18.7383 18.0037C18.8184 18.7252 18.4961 19.3911 17.8798 19.9691C16.8297 20.9539 15.5618 21.75 13.9194 21.75H6.08096C4.43862 21.75 3.1707 20.9538 2.12062 19.9691C1.5043 19.3911 1.18195 18.7252 1.26207 18.0037C1.33684 17.3303 1.7464 16.7896 2.16189 16.3892C2.82728 15.7481 3.79919 15.2086 4.43183 14.8574C4.57465 14.7781 4.7002 14.7084 4.801 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.25019 7C5.25019 4.37665 7.37684 2.25 10.0002 2.25C12.6235 2.25 14.7502 4.37665 14.7502 7C14.7502 9.62335 12.6235 11.75 10.0002 11.75C7.37684 11.75 5.25019 9.62335 5.25019 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0007 2.60425C19.6324 2.21937 20.588 2.04371 21.6098 2.62411C22.4404 3.09586 22.8716 4.0633 22.7206 5.10626C22.5693 6.15057 21.8573 7.22733 20.5228 8.14192L20.4611 8.18429C20.0485 8.46815 19.6387 8.75011 19.0007 8.75011C18.3627 8.75011 17.9528 8.46815 17.5402 8.1843L17.4785 8.14192C16.144 7.22733 15.4321 6.15057 15.2808 5.10626C15.1297 4.0633 15.5609 3.09586 16.3915 2.62411C17.4134 2.04371 18.369 2.21937 19.0007 2.60425Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-minus-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M6.75 6.5C6.75 3.6005 9.1005 1.25 12 1.25C14.8995 1.25 17.25 3.6005 17.25 6.5C17.25 9.39949 14.8995 11.75 12 11.75C9.1005 11.75 6.75 9.39949 6.75 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 18.5C14 17.9477 14.4477 17.5 15 17.5H22C22.5523 17.5 23 17.9477 23 18.5C23 19.0523 22.5523 19.5 22 19.5H15C14.4477 19.5 14 19.0523 14 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.6049 13.3625C11.5411 13.2125 10.4593 13.2125 9.39543 13.3625C7.93096 13.5691 6.49889 14.0602 5.19404 14.8372C5.07775 14.9064 4.93412 14.9875 4.7715 15.0792C4.05869 15.4813 2.98106 16.0893 2.2429 16.8118C1.78123 17.2637 1.34257 17.8592 1.26283 18.5888C1.17802 19.3646 1.51649 20.0927 2.1955 20.7396C3.36695 21.8556 4.77274 22.75 6.59104 22.75H15.4093C16.4932 22.75 17.4305 22.4322 18.259 21.9391C18.817 21.6069 19.096 21.4409 19.0354 21.2204C18.9747 21 18.6318 21 17.9458 21H15C13.6193 21 12.5 19.8807 12.5 18.5C12.5 17.1193 13.6193 16 15 16H16.9708C17.5914 16 17.9017 16 17.9854 15.8373C18.0048 15.7996 18.0169 15.7538 18.0185 15.7114C18.0255 15.5286 17.76 15.3788 17.229 15.0793C17.0663 14.9875 16.9226 14.9064 16.8063 14.8372C15.5015 14.0602 14.0694 13.5691 12.6049 13.3625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath d%3D%22M6.75 6.5C6.75 3.6005 9.1005 1.25 12 1.25C14.8995 1.25 17.25 3.6005 17.25 6.5C17.25 9.39949 14.8995 11.75 12 11.75C9.1005 11.75 6.75 9.39949 6.75 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14 18.5C14 17.9477 14.4477 17.5 15 17.5H22C22.5523 17.5 23 17.9477 23 18.5C23 19.0523 22.5523 19.5 22 19.5H15C14.4477 19.5 14 19.0523 14 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.6049 13.3625C11.5411 13.2125 10.4593 13.2125 9.39543 13.3625C7.93096 13.5691 6.49889 14.0602 5.19404 14.8372C5.07775 14.9064 4.93412 14.9875 4.7715 15.0792C4.05869 15.4813 2.98106 16.0893 2.2429 16.8118C1.78123 17.2637 1.34257 17.8592 1.26283 18.5888C1.17802 19.3646 1.51649 20.0927 2.1955 20.7396C3.36695 21.8556 4.77274 22.75 6.59104 22.75H15.4093C16.4932 22.75 17.4305 22.4322 18.259 21.9391C18.817 21.6069 19.096 21.4409 19.0354 21.2204C18.9747 21 18.6318 21 17.9458 21H15C13.6193 21 12.5 19.8807 12.5 18.5C12.5 17.1193 13.6193 16 15 16H16.9708C17.5914 16 17.9017 16 17.9854 15.8373C18.0048 15.7996 18.0169 15.7538 18.0185 15.7114C18.0255 15.5286 17.76 15.3788 17.229 15.0793C17.0663 14.9875 16.9226 14.9064 16.8063 14.8372C15.5015 14.0602 14.0694 13.5691 12.6049 13.3625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-minus-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.676 14.6493C7.85919 12.7836 11.8912 12.7836 15.0744 14.6493C15.1752 14.7084 15.3007 14.7781 15.4436 14.8574C16.0762 15.2086 17.0481 15.7481 17.7135 16.3892C18.129 16.7896 18.5385 17.3303 18.6133 18.0037C18.6934 18.7252 18.3711 19.3911 17.7548 19.9691C16.7047 20.9539 15.4368 21.75 13.7944 21.75H5.95596C4.31362 21.75 3.0457 20.9538 1.99562 19.9691C1.3793 19.3911 1.05695 18.7252 1.13707 18.0037C1.21184 17.3303 1.6214 16.7896 2.03689 16.3892C2.70228 15.7481 3.67419 15.2086 4.30683 14.8574C4.44965 14.7781 4.5752 14.7084 4.676 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.12519 7C5.12519 4.37665 7.25184 2.25 9.87519 2.25C12.4985 2.25 14.6252 4.37665 14.6252 7C14.6252 9.62335 12.4985 11.75 9.87519 11.75C7.25184 11.75 5.12519 9.62335 5.12519 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.875 6.5C15.875 5.94772 16.3227 5.5 16.875 5.5L21.875 5.5C22.4273 5.5 22.875 5.94772 22.875 6.5C22.875 7.05228 22.4273 7.5 21.875 7.5L16.875 7.5C16.3227 7.5 15.875 7.05228 15.875 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.676 14.6493C7.85919 12.7836 11.8912 12.7836 15.0744 14.6493C15.1752 14.7084 15.3007 14.7781 15.4436 14.8574C16.0762 15.2086 17.0481 15.7481 17.7135 16.3892C18.129 16.7896 18.5385 17.3303 18.6133 18.0037C18.6934 18.7252 18.3711 19.3911 17.7548 19.9691C16.7047 20.9539 15.4368 21.75 13.7944 21.75H5.95596C4.31362 21.75 3.0457 20.9538 1.99562 19.9691C1.3793 19.3911 1.05695 18.7252 1.13707 18.0037C1.21184 17.3303 1.6214 16.7896 2.03689 16.3892C2.70228 15.7481 3.67419 15.2086 4.30683 14.8574C4.44965 14.7781 4.5752 14.7084 4.676 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.12519 7C5.12519 4.37665 7.25184 2.25 9.87519 2.25C12.4985 2.25 14.6252 4.37665 14.6252 7C14.6252 9.62335 12.4985 11.75 9.87519 11.75C7.25184 11.75 5.12519 9.62335 5.12519 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.875 6.5C15.875 5.94772 16.3227 5.5 16.875 5.5L21.875 5.5C22.4273 5.5 22.875 5.94772 22.875 6.5C22.875 7.05228 22.4273 7.5 21.875 7.5L16.875 7.5C16.3227 7.5 15.875 7.05228 15.875 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-multiple{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5647 15.2197C14.1348 15.528 15.0292 16.0116 15.6409 16.5861C16.0219 16.9439 16.4159 17.4432 16.4883 18.0782C16.5665 18.7653 16.2485 19.3856 15.6772 19.9078C14.7182 20.7844 13.5522 21.5 12.0399 21.5H4.96015C3.44779 21.5 2.28177 20.7844 1.3228 19.9078C0.751481 19.3856 0.433458 18.7653 0.511739 18.0782C0.584083 17.4432 0.978131 16.9439 1.35906 16.5861C1.97085 16.0116 2.86511 15.528 3.43523 15.2197C3.56216 15.1511 3.67304 15.0911 3.76114 15.0408C6.66339 13.3828 10.3366 13.3828 13.2389 15.0408C13.3269 15.0911 13.4378 15.1511 13.5647 15.2197Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.59668 7.37838C3.59668 4.68412 5.79187 2.5 8.49977 2.5C11.2077 2.5 13.4029 4.68412 13.4029 7.37838C13.4029 10.0726 11.2077 12.2568 8.49977 12.2568C5.79187 12.2568 3.59668 10.0726 3.59668 7.37838Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7776 10.9656C13.572 11.2407 13.4692 11.3783 13.5081 11.5144C13.5471 11.6506 13.6841 11.7128 13.9581 11.8373C14.5282 12.0963 15.1712 12.2419 15.8515 12.2419C18.1982 12.2419 20.1005 10.5088 20.1005 8.37097C20.1005 6.23309 18.1982 4.5 15.8515 4.5C15.5956 4.5 15.345 4.52061 15.1016 4.56011C14.8001 4.60902 14.6494 4.63347 14.5698 4.75422C14.4902 4.87497 14.5465 5.03357 14.6592 5.35075C14.8816 5.97695 15.0017 6.64504 15.0017 7.33871C15.0017 8.68342 14.5502 9.93204 13.7776 10.9656Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.893 20.5C20.4249 20.5 21.6164 19.9038 22.6072 19.1596C23.1944 18.7186 23.5791 18.1506 23.4862 17.4806C23.4027 16.8788 22.9563 16.4309 22.5711 16.1336C21.94 15.6466 21.0193 15.2377 20.4392 14.98C20.3111 14.9231 20.1996 14.8735 20.1114 14.8322C18.981 14.3015 17.7373 13.9735 16.4669 13.8483C15.6476 13.7676 15.238 13.7272 15.1443 13.9501C15.0507 14.173 15.4155 14.4118 16.1451 14.8893C16.4221 15.0707 16.6902 15.265 16.9254 15.4673C17.4549 15.9226 18.2313 16.7422 18.3777 17.9186C18.4456 18.4638 18.367 18.9661 18.1903 19.4199C17.9799 19.9603 17.8747 20.2305 17.9657 20.3586C17.9715 20.3668 17.9751 20.3713 17.9816 20.3791C18.0837 20.5 18.3534 20.5 18.893 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5647 15.2197C14.1348 15.528 15.0292 16.0116 15.6409 16.5861C16.0219 16.9439 16.4159 17.4432 16.4883 18.0782C16.5665 18.7653 16.2485 19.3856 15.6772 19.9078C14.7182 20.7844 13.5522 21.5 12.0399 21.5H4.96015C3.44779 21.5 2.28177 20.7844 1.3228 19.9078C0.751481 19.3856 0.433458 18.7653 0.511739 18.0782C0.584083 17.4432 0.978131 16.9439 1.35906 16.5861C1.97085 16.0116 2.86511 15.528 3.43523 15.2197C3.56216 15.1511 3.67304 15.0911 3.76114 15.0408C6.66339 13.3828 10.3366 13.3828 13.2389 15.0408C13.3269 15.0911 13.4378 15.1511 13.5647 15.2197Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.59668 7.37838C3.59668 4.68412 5.79187 2.5 8.49977 2.5C11.2077 2.5 13.4029 4.68412 13.4029 7.37838C13.4029 10.0726 11.2077 12.2568 8.49977 12.2568C5.79187 12.2568 3.59668 10.0726 3.59668 7.37838Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.7776 10.9656C13.572 11.2407 13.4692 11.3783 13.5081 11.5144C13.5471 11.6506 13.6841 11.7128 13.9581 11.8373C14.5282 12.0963 15.1712 12.2419 15.8515 12.2419C18.1982 12.2419 20.1005 10.5088 20.1005 8.37097C20.1005 6.23309 18.1982 4.5 15.8515 4.5C15.5956 4.5 15.345 4.52061 15.1016 4.56011C14.8001 4.60902 14.6494 4.63347 14.5698 4.75422C14.4902 4.87497 14.5465 5.03357 14.6592 5.35075C14.8816 5.97695 15.0017 6.64504 15.0017 7.33871C15.0017 8.68342 14.5502 9.93204 13.7776 10.9656Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.893 20.5C20.4249 20.5 21.6164 19.9038 22.6072 19.1596C23.1944 18.7186 23.5791 18.1506 23.4862 17.4806C23.4027 16.8788 22.9563 16.4309 22.5711 16.1336C21.94 15.6466 21.0193 15.2377 20.4392 14.98C20.3111 14.9231 20.1996 14.8735 20.1114 14.8322C18.981 14.3015 17.7373 13.9735 16.4669 13.8483C15.6476 13.7676 15.238 13.7272 15.1443 13.9501C15.0507 14.173 15.4155 14.4118 16.1451 14.8893C16.4221 15.0707 16.6902 15.265 16.9254 15.4673C17.4549 15.9226 18.2313 16.7422 18.3777 17.9186C18.4456 18.4638 18.367 18.9661 18.1903 19.4199C17.9799 19.9603 17.8747 20.2305 17.9657 20.3586C17.9715 20.3668 17.9751 20.3713 17.9816 20.3791C18.0837 20.5 18.3534 20.5 18.893 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-question-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.375 14.375C18.7458 14.375 18.375 14.8277 18.375 15.2212C18.375 15.7734 17.9273 16.2212 17.375 16.2212C16.8227 16.2212 16.375 15.7734 16.375 15.2212C16.375 13.5754 17.795 12.375 19.375 12.375C20.955 12.375 22.375 13.5754 22.375 15.2212C22.375 15.8046 22.1892 16.3448 21.8785 16.7907C21.6951 17.0537 21.4832 17.3014 21.2968 17.5153C21.2617 17.5556 21.2275 17.5946 21.1941 17.6327C21.0397 17.8091 20.9038 17.9645 20.7778 18.1244C20.4591 18.5286 20.375 18.759 20.375 18.9135V19.375C20.375 19.9273 19.9273 20.375 19.375 20.375C18.8227 20.375 18.375 19.9273 18.375 19.375V18.9135C18.375 18.0483 18.8336 17.3601 19.2071 16.8863C19.3681 16.682 19.5449 16.4802 19.7 16.3031C19.7306 16.2681 19.7605 16.234 19.7892 16.2011C19.9743 15.9887 20.1223 15.8126 20.2378 15.6469C20.3281 15.5174 20.375 15.3727 20.375 15.2212C20.375 14.8277 20.0042 14.375 19.375 14.375ZM18.3652 22.375C18.3652 21.8227 18.813 21.375 19.3652 21.375H19.3742C19.9265 21.375 20.3742 21.8227 20.3742 22.375C20.3742 22.9273 19.9265 23.375 19.3742 23.375H19.3652C18.813 23.375 18.3652 22.9273 18.3652 22.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.125 5.875C7.125 2.9755 9.4755 0.625 12.375 0.625C15.2745 0.625 17.625 2.9755 17.625 5.875C17.625 8.77449 15.2745 11.125 12.375 11.125C9.4755 11.125 7.125 8.77449 7.125 5.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9799 12.7375C11.9161 12.5875 10.8343 12.5875 9.77043 12.7375C8.30596 12.9441 6.87389 13.4352 5.56904 14.2122C5.45277 14.2814 5.30912 14.3624 5.14652 14.4542L5.14639 14.4543C4.43357 14.8564 3.35606 15.4643 2.6179 16.1868C2.15623 16.6387 1.71757 17.2342 1.63783 17.9638C1.55302 18.7396 1.89149 19.4677 2.5705 20.1146C3.74195 21.2306 5.14774 22.125 6.96604 22.125H15.7843C16.0232 22.125 16.2551 22.1096 16.4802 22.0802C16.6572 22.0571 16.7457 22.0456 16.8125 21.99C16.8793 21.9345 16.915 21.8242 16.9866 21.6035C17.0261 21.4814 17.0748 21.3635 17.1318 21.2504C17.2366 21.0429 17.2889 20.9391 17.2891 20.8683C17.2894 20.7974 17.2377 20.6933 17.1343 20.485C16.9683 20.1506 16.875 19.7737 16.875 19.375V18.9135C16.875 18.7374 16.8867 18.5671 16.9081 18.4029C16.9511 18.0717 16.9726 17.9061 16.9234 17.8191C16.8742 17.732 16.7069 17.6586 16.3722 17.5119C15.4907 17.1255 14.875 16.2452 14.875 15.2212C14.875 14.7688 14.9424 14.3422 15.0657 13.946C15.1668 13.6212 15.2173 13.4588 15.1587 13.3484C15.1001 13.2379 14.9599 13.1957 14.6797 13.1112C14.1219 12.9429 13.5534 12.8184 12.9799 12.7375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.375 14.375C18.7458 14.375 18.375 14.8277 18.375 15.2212C18.375 15.7734 17.9273 16.2212 17.375 16.2212C16.8227 16.2212 16.375 15.7734 16.375 15.2212C16.375 13.5754 17.795 12.375 19.375 12.375C20.955 12.375 22.375 13.5754 22.375 15.2212C22.375 15.8046 22.1892 16.3448 21.8785 16.7907C21.6951 17.0537 21.4832 17.3014 21.2968 17.5153C21.2617 17.5556 21.2275 17.5946 21.1941 17.6327C21.0397 17.8091 20.9038 17.9645 20.7778 18.1244C20.4591 18.5286 20.375 18.759 20.375 18.9135V19.375C20.375 19.9273 19.9273 20.375 19.375 20.375C18.8227 20.375 18.375 19.9273 18.375 19.375V18.9135C18.375 18.0483 18.8336 17.3601 19.2071 16.8863C19.3681 16.682 19.5449 16.4802 19.7 16.3031C19.7306 16.2681 19.7605 16.234 19.7892 16.2011C19.9743 15.9887 20.1223 15.8126 20.2378 15.6469C20.3281 15.5174 20.375 15.3727 20.375 15.2212C20.375 14.8277 20.0042 14.375 19.375 14.375ZM18.3652 22.375C18.3652 21.8227 18.813 21.375 19.3652 21.375H19.3742C19.9265 21.375 20.3742 21.8227 20.3742 22.375C20.3742 22.9273 19.9265 23.375 19.3742 23.375H19.3652C18.813 23.375 18.3652 22.9273 18.3652 22.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.125 5.875C7.125 2.9755 9.4755 0.625 12.375 0.625C15.2745 0.625 17.625 2.9755 17.625 5.875C17.625 8.77449 15.2745 11.125 12.375 11.125C9.4755 11.125 7.125 8.77449 7.125 5.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.9799 12.7375C11.9161 12.5875 10.8343 12.5875 9.77043 12.7375C8.30596 12.9441 6.87389 13.4352 5.56904 14.2122C5.45277 14.2814 5.30912 14.3624 5.14652 14.4542L5.14639 14.4543C4.43357 14.8564 3.35606 15.4643 2.6179 16.1868C2.15623 16.6387 1.71757 17.2342 1.63783 17.9638C1.55302 18.7396 1.89149 19.4677 2.5705 20.1146C3.74195 21.2306 5.14774 22.125 6.96604 22.125H15.7843C16.0232 22.125 16.2551 22.1096 16.4802 22.0802C16.6572 22.0571 16.7457 22.0456 16.8125 21.99C16.8793 21.9345 16.915 21.8242 16.9866 21.6035C17.0261 21.4814 17.0748 21.3635 17.1318 21.2504C17.2366 21.0429 17.2889 20.9391 17.2891 20.8683C17.2894 20.7974 17.2377 20.6933 17.1343 20.485C16.9683 20.1506 16.875 19.7737 16.875 19.375V18.9135C16.875 18.7374 16.8867 18.5671 16.9081 18.4029C16.9511 18.0717 16.9726 17.9061 16.9234 17.8191C16.8742 17.732 16.7069 17.6586 16.3722 17.5119C15.4907 17.1255 14.875 16.2452 14.875 15.2212C14.875 14.7688 14.9424 14.3422 15.0657 13.946C15.1668 13.6212 15.2173 13.4588 15.1587 13.3484C15.1001 13.2379 14.9599 13.1957 14.6797 13.1112C14.1219 12.9429 13.5534 12.8184 12.9799 12.7375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-question-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.551 14.3993C8.73419 12.5336 12.7662 12.5336 15.9494 14.3993C16.0502 14.4584 16.1757 14.5281 16.3186 14.6074C16.9512 14.9586 17.9231 15.4981 18.5885 16.1392C19.004 16.5396 19.4135 17.0803 19.4883 17.7537C19.5684 18.4752 19.2461 19.1411 18.6298 19.7191C17.5797 20.7039 16.3118 21.5 14.6694 21.5H6.83096C5.18862 21.5 3.9207 20.7038 2.87062 19.7191C2.2543 19.1411 1.93195 18.4752 2.01207 17.7537C2.08684 17.0803 2.4964 16.5396 2.91189 16.1392C3.57728 15.4981 4.54919 14.9586 5.18183 14.6074C5.32465 14.5281 5.4502 14.4584 5.551 14.3993Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.00019 6.75C6.00019 4.12665 8.12684 2 10.7502 2C13.3735 2 15.5002 4.12665 15.5002 6.75C15.5002 9.37335 13.3735 11.5 10.7502 11.5C8.12684 11.5 6.00019 9.37335 6.00019 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.25 4.75C18.9976 4.75 18.75 4.96706 18.75 5.28846C18.75 5.84075 18.3023 6.28846 17.75 6.28846C17.1977 6.28846 16.75 5.84075 16.75 5.28846C16.75 3.91053 17.8456 2.75 19.25 2.75C20.6544 2.75 21.75 3.91053 21.75 5.28846C21.75 5.78685 21.6075 6.25582 21.3594 6.65129C21.2169 6.87853 21.053 7.09116 20.9128 7.2699C20.8858 7.30422 20.8598 7.33724 20.8346 7.36925C20.719 7.51602 20.6204 7.64128 20.5287 7.77054C20.2996 8.09347 20.25 8.26196 20.25 8.36538V8.75C20.25 9.30228 19.8023 9.75 19.25 9.75C18.6977 9.75 18.25 9.30228 18.25 8.75V8.36538C18.25 7.61914 18.6075 7.02212 18.8975 6.61333C19.0211 6.43905 19.1571 6.26654 19.2734 6.11905C19.2962 6.09016 19.3182 6.06222 19.3392 6.03542C19.4777 5.85889 19.5837 5.71841 19.6652 5.58839C19.718 5.50438 19.75 5.40261 19.75 5.28846C19.75 4.96706 19.5024 4.75 19.25 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.25 11.25C18.25 10.6977 18.6977 10.25 19.25 10.25H19.259C19.8113 10.25 20.259 10.6977 20.259 11.25C20.259 11.8023 19.8113 12.25 19.259 12.25H19.25C18.6977 12.25 18.25 11.8023 18.25 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.551 14.3993C8.73419 12.5336 12.7662 12.5336 15.9494 14.3993C16.0502 14.4584 16.1757 14.5281 16.3186 14.6074C16.9512 14.9586 17.9231 15.4981 18.5885 16.1392C19.004 16.5396 19.4135 17.0803 19.4883 17.7537C19.5684 18.4752 19.2461 19.1411 18.6298 19.7191C17.5797 20.7039 16.3118 21.5 14.6694 21.5H6.83096C5.18862 21.5 3.9207 20.7038 2.87062 19.7191C2.2543 19.1411 1.93195 18.4752 2.01207 17.7537C2.08684 17.0803 2.4964 16.5396 2.91189 16.1392C3.57728 15.4981 4.54919 14.9586 5.18183 14.6074C5.32465 14.5281 5.4502 14.4584 5.551 14.3993Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.00019 6.75C6.00019 4.12665 8.12684 2 10.7502 2C13.3735 2 15.5002 4.12665 15.5002 6.75C15.5002 9.37335 13.3735 11.5 10.7502 11.5C8.12684 11.5 6.00019 9.37335 6.00019 6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.25 4.75C18.9976 4.75 18.75 4.96706 18.75 5.28846C18.75 5.84075 18.3023 6.28846 17.75 6.28846C17.1977 6.28846 16.75 5.84075 16.75 5.28846C16.75 3.91053 17.8456 2.75 19.25 2.75C20.6544 2.75 21.75 3.91053 21.75 5.28846C21.75 5.78685 21.6075 6.25582 21.3594 6.65129C21.2169 6.87853 21.053 7.09116 20.9128 7.2699C20.8858 7.30422 20.8598 7.33724 20.8346 7.36925C20.719 7.51602 20.6204 7.64128 20.5287 7.77054C20.2996 8.09347 20.25 8.26196 20.25 8.36538V8.75C20.25 9.30228 19.8023 9.75 19.25 9.75C18.6977 9.75 18.25 9.30228 18.25 8.75V8.36538C18.25 7.61914 18.6075 7.02212 18.8975 6.61333C19.0211 6.43905 19.1571 6.26654 19.2734 6.11905C19.2962 6.09016 19.3182 6.06222 19.3392 6.03542C19.4777 5.85889 19.5837 5.71841 19.6652 5.58839C19.718 5.50438 19.75 5.40261 19.75 5.28846C19.75 4.96706 19.5024 4.75 19.25 4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.25 11.25C18.25 10.6977 18.6977 10.25 19.25 10.25H19.259C19.8113 10.25 20.259 10.6977 20.259 11.25C20.259 11.8023 19.8113 12.25 19.259 12.25H19.25C18.6977 12.25 18.25 11.8023 18.25 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.75 6.5C6.75 3.6005 9.1005 1.25 12 1.25C14.8995 1.25 17.25 3.6005 17.25 6.5C17.25 9.39949 14.8995 11.75 12 11.75C9.1005 11.75 6.75 9.39949 6.75 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2929 15.2929C15.6834 14.9024 16.3166 14.9024 16.7071 15.2929L19 17.5858L21.2929 15.2929C21.6834 14.9024 22.3166 14.9024 22.7071 15.2929C23.0976 15.6834 23.0976 16.3166 22.7071 16.7071L20.4142 19L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L19 20.4142L16.7071 22.7071C16.3166 23.0976 15.6834 23.0976 15.2929 22.7071C14.9024 22.3166 14.9024 21.6834 15.2929 21.2929L17.5858 19L15.2929 16.7071C14.9024 16.3166 14.9024 15.6834 15.2929 15.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.6049 13.3625C11.5411 13.2125 10.4593 13.2125 9.39543 13.3625C7.93096 13.5691 6.49889 14.0602 5.19404 14.8372C5.07775 14.9064 4.93412 14.9875 4.7715 15.0792C4.05869 15.4813 2.98106 16.0893 2.2429 16.8118C1.78123 17.2637 1.34257 17.8592 1.26283 18.5888C1.17802 19.3646 1.51649 20.0927 2.1955 20.7396C3.36695 21.8556 4.77274 22.75 6.59104 22.75H12.7977C13.1404 22.75 13.3118 22.75 13.3992 22.6645C13.4867 22.5789 13.4913 22.3675 13.5006 21.9447C13.5143 21.3235 13.7581 20.7063 14.2322 20.2322L15.0402 19.4243C15.2402 19.2243 15.3402 19.1243 15.3402 19C15.3402 18.8757 15.2402 18.7757 15.0402 18.5757L14.2322 17.7678C13.2559 16.7915 13.2559 15.2085 14.2322 14.2322C14.4001 14.0644 14.3588 13.75 14.1304 13.6851C13.6287 13.5425 13.1188 13.435 12.6049 13.3625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.75 6.5C6.75 3.6005 9.1005 1.25 12 1.25C14.8995 1.25 17.25 3.6005 17.25 6.5C17.25 9.39949 14.8995 11.75 12 11.75C9.1005 11.75 6.75 9.39949 6.75 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2929 15.2929C15.6834 14.9024 16.3166 14.9024 16.7071 15.2929L19 17.5858L21.2929 15.2929C21.6834 14.9024 22.3166 14.9024 22.7071 15.2929C23.0976 15.6834 23.0976 16.3166 22.7071 16.7071L20.4142 19L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L19 20.4142L16.7071 22.7071C16.3166 23.0976 15.6834 23.0976 15.2929 22.7071C14.9024 22.3166 14.9024 21.6834 15.2929 21.2929L17.5858 19L15.2929 16.7071C14.9024 16.3166 14.9024 15.6834 15.2929 15.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.6049 13.3625C11.5411 13.2125 10.4593 13.2125 9.39543 13.3625C7.93096 13.5691 6.49889 14.0602 5.19404 14.8372C5.07775 14.9064 4.93412 14.9875 4.7715 15.0792C4.05869 15.4813 2.98106 16.0893 2.2429 16.8118C1.78123 17.2637 1.34257 17.8592 1.26283 18.5888C1.17802 19.3646 1.51649 20.0927 2.1955 20.7396C3.36695 21.8556 4.77274 22.75 6.59104 22.75H12.7977C13.1404 22.75 13.3118 22.75 13.3992 22.6645C13.4867 22.5789 13.4913 22.3675 13.5006 21.9447C13.5143 21.3235 13.7581 20.7063 14.2322 20.2322L15.0402 19.4243C15.2402 19.2243 15.3402 19.1243 15.3402 19C15.3402 18.8757 15.2402 18.7757 15.0402 18.5757L14.2322 17.7678C13.2559 16.7915 13.2559 15.2085 14.2322 14.2322C14.4001 14.0644 14.3588 13.75 14.1304 13.6851C13.6287 13.5425 13.1188 13.435 12.6049 13.3625Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.676 14.6493C7.85919 12.7836 11.8912 12.7836 15.0744 14.6493C15.1752 14.7084 15.3007 14.7781 15.4436 14.8574C16.0762 15.2086 17.0481 15.7481 17.7135 16.3892C18.129 16.7896 18.5385 17.3303 18.6133 18.0037C18.6934 18.7252 18.3711 19.3911 17.7548 19.9691C16.7047 20.9539 15.4368 21.75 13.7944 21.75H5.95596C4.31362 21.75 3.0457 20.9538 1.99562 19.9691C1.3793 19.3911 1.05695 18.7252 1.13707 18.0037C1.21184 17.3303 1.6214 16.7896 2.03689 16.3892C2.70228 15.7481 3.67419 15.2086 4.30683 14.8574C4.44965 14.7781 4.5752 14.7084 4.676 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.12519 7C5.12519 4.37665 7.25184 2.25 9.87519 2.25C12.4985 2.25 14.6252 4.37665 14.6252 7C14.6252 9.62335 12.4985 11.75 9.87519 11.75C7.25184 11.75 5.12519 9.62335 5.12519 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1679 3.79289C16.5584 3.40237 17.1916 3.40237 17.5821 3.79289L19.375 5.58579L21.1679 3.79289C21.5584 3.40237 22.1916 3.40237 22.5821 3.79289C22.9726 4.18342 22.9726 4.81658 22.5821 5.20711L20.7892 7L22.5821 8.79289C22.9726 9.18342 22.9726 9.81658 22.5821 10.2071C22.1916 10.5976 21.5584 10.5976 21.1679 10.2071L19.375 8.41421L17.5821 10.2071C17.1916 10.5976 16.5584 10.5976 16.1679 10.2071C15.7774 9.81658 15.7774 9.18342 16.1679 8.79289L17.9608 7L16.1679 5.20711C15.7774 4.81658 15.7774 4.18342 16.1679 3.79289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.676 14.6493C7.85919 12.7836 11.8912 12.7836 15.0744 14.6493C15.1752 14.7084 15.3007 14.7781 15.4436 14.8574C16.0762 15.2086 17.0481 15.7481 17.7135 16.3892C18.129 16.7896 18.5385 17.3303 18.6133 18.0037C18.6934 18.7252 18.3711 19.3911 17.7548 19.9691C16.7047 20.9539 15.4368 21.75 13.7944 21.75H5.95596C4.31362 21.75 3.0457 20.9538 1.99562 19.9691C1.3793 19.3911 1.05695 18.7252 1.13707 18.0037C1.21184 17.3303 1.6214 16.7896 2.03689 16.3892C2.70228 15.7481 3.67419 15.2086 4.30683 14.8574C4.44965 14.7781 4.5752 14.7084 4.676 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.12519 7C5.12519 4.37665 7.25184 2.25 9.87519 2.25C12.4985 2.25 14.6252 4.37665 14.6252 7C14.6252 9.62335 12.4985 11.75 9.87519 11.75C7.25184 11.75 5.12519 9.62335 5.12519 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.1679 3.79289C16.5584 3.40237 17.1916 3.40237 17.5821 3.79289L19.375 5.58579L21.1679 3.79289C21.5584 3.40237 22.1916 3.40237 22.5821 3.79289C22.9726 4.18342 22.9726 4.81658 22.5821 5.20711L20.7892 7L22.5821 8.79289C22.9726 9.18342 22.9726 9.81658 22.5821 10.2071C22.1916 10.5976 21.5584 10.5976 21.1679 10.2071L19.375 8.41421L17.5821 10.2071C17.1916 10.5976 16.5584 10.5976 16.1679 10.2071C15.7774 9.81658 15.7774 9.18342 16.1679 8.79289L17.9608 7L16.1679 5.20711C15.7774 4.81658 15.7774 4.18342 16.1679 3.79289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-search-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 17.475C12.875 14.9345 14.9345 12.875 17.475 12.875C20.0155 12.875 22.075 14.9345 22.075 17.475C22.075 18.3798 21.8137 19.2237 21.3626 19.9351L22.5859 21.1717C22.9743 21.5643 22.9709 22.1975 22.5783 22.5859C22.1857 22.9743 21.5525 22.9709 21.1641 22.5783L19.9512 21.3523C19.2364 21.8098 18.3867 22.075 17.475 22.075C14.9345 22.075 12.875 20.0155 12.875 17.475ZM17.475 14.875C16.0391 14.875 14.875 16.0391 14.875 17.475C14.875 18.9109 16.0391 20.075 17.475 20.075C18.9109 20.075 20.075 18.9109 20.075 17.475C20.075 16.0391 18.9109 14.875 17.475 14.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.62535 6.375C5.62535 3.4755 7.97586 1.125 10.8754 1.125C13.7748 1.125 16.1254 3.4755 16.1254 6.375C16.1254 9.27449 13.7748 11.625 10.8754 11.625C7.97586 11.625 5.62535 9.27449 5.62535 6.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4799 13.2375C12.7089 13.2698 12.8022 13.5469 12.6601 13.7293C11.8547 14.7631 11.375 16.063 11.375 17.475C11.375 18.9003 11.8638 20.2114 12.683 21.2499C13.2283 21.9411 13.5009 22.2868 13.4189 22.4559C13.3369 22.625 12.9393 22.625 12.144 22.625H6.46604C4.64774 22.625 3.24195 21.7306 2.0705 20.6146C1.39149 19.9677 1.05302 19.2396 1.13783 18.4638C1.21757 17.7342 1.65623 17.1387 2.1179 16.6868C2.85606 15.9643 3.93357 15.3564 4.64639 14.9543C4.80901 14.8625 4.95275 14.7814 5.06904 14.7122C6.37389 13.9352 7.80596 13.4441 9.27043 13.2375C10.3343 13.0875 11.4161 13.0875 12.4799 13.2375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.875 17.475C12.875 14.9345 14.9345 12.875 17.475 12.875C20.0155 12.875 22.075 14.9345 22.075 17.475C22.075 18.3798 21.8137 19.2237 21.3626 19.9351L22.5859 21.1717C22.9743 21.5643 22.9709 22.1975 22.5783 22.5859C22.1857 22.9743 21.5525 22.9709 21.1641 22.5783L19.9512 21.3523C19.2364 21.8098 18.3867 22.075 17.475 22.075C14.9345 22.075 12.875 20.0155 12.875 17.475ZM17.475 14.875C16.0391 14.875 14.875 16.0391 14.875 17.475C14.875 18.9109 16.0391 20.075 17.475 20.075C18.9109 20.075 20.075 18.9109 20.075 17.475C20.075 16.0391 18.9109 14.875 17.475 14.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.62535 6.375C5.62535 3.4755 7.97586 1.125 10.8754 1.125C13.7748 1.125 16.1254 3.4755 16.1254 6.375C16.1254 9.27449 13.7748 11.625 10.8754 11.625C7.97586 11.625 5.62535 9.27449 5.62535 6.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.4799 13.2375C12.7089 13.2698 12.8022 13.5469 12.6601 13.7293C11.8547 14.7631 11.375 16.063 11.375 17.475C11.375 18.9003 11.8638 20.2114 12.683 21.2499C13.2283 21.9411 13.5009 22.2868 13.4189 22.4559C13.3369 22.625 12.9393 22.625 12.144 22.625H6.46604C4.64774 22.625 3.24195 21.7306 2.0705 20.6146C1.39149 19.9677 1.05302 19.2396 1.13783 18.4638C1.21757 17.7342 1.65623 17.1387 2.1179 16.6868C2.85606 15.9643 3.93357 15.3564 4.64639 14.9543C4.80901 14.8625 4.95275 14.7814 5.06904 14.7122C6.37389 13.9352 7.80596 13.4441 9.27043 13.2375C10.3343 13.0875 11.4161 13.0875 12.4799 13.2375Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-search-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.801 14.6493C7.98419 12.7836 12.0162 12.7836 15.1994 14.6493C15.3002 14.7084 15.4257 14.7781 15.5686 14.8574C16.2012 15.2086 17.1731 15.7481 17.8385 16.3892C18.254 16.7896 18.6635 17.3303 18.7383 18.0037C18.8184 18.7252 18.4961 19.3911 17.8798 19.9691C16.8297 20.9539 15.5618 21.75 13.9194 21.75H6.08096C4.43862 21.75 3.1707 20.9538 2.12062 19.9691C1.5043 19.3911 1.18195 18.7252 1.26207 18.0037C1.33684 17.3303 1.7464 16.7896 2.16189 16.3892C2.82728 15.7481 3.79919 15.2086 4.43183 14.8574C4.57465 14.7781 4.7002 14.7084 4.801 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.25019 7C5.25019 4.37665 7.37684 2.25 10.0002 2.25C12.6235 2.25 14.7502 4.37665 14.7502 7C14.7502 9.62335 12.6235 11.75 10.0002 11.75C7.37684 11.75 5.25019 9.62335 5.25019 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.251 5.7C15.251 3.79462 16.7956 2.25 18.701 2.25C20.6064 2.25 22.151 3.79462 22.151 5.7C22.151 6.37964 21.9545 7.01339 21.6151 7.5475L22.533 8.4714C22.825 8.76525 22.8234 9.24012 22.5296 9.53205C22.2357 9.82399 21.7609 9.82245 21.4689 9.5286L20.5558 8.6095C20.0201 8.95168 19.3837 9.15 18.701 9.15C16.7956 9.15 15.251 7.60538 15.251 5.7ZM18.701 3.75C17.624 3.75 16.751 4.62304 16.751 5.7C16.751 6.77696 17.624 7.65 18.701 7.65C19.7779 7.65 20.651 6.77696 20.651 5.7C20.651 4.62304 19.7779 3.75 18.701 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.801 14.6493C7.98419 12.7836 12.0162 12.7836 15.1994 14.6493C15.3002 14.7084 15.4257 14.7781 15.5686 14.8574C16.2012 15.2086 17.1731 15.7481 17.8385 16.3892C18.254 16.7896 18.6635 17.3303 18.7383 18.0037C18.8184 18.7252 18.4961 19.3911 17.8798 19.9691C16.8297 20.9539 15.5618 21.75 13.9194 21.75H6.08096C4.43862 21.75 3.1707 20.9538 2.12062 19.9691C1.5043 19.3911 1.18195 18.7252 1.26207 18.0037C1.33684 17.3303 1.7464 16.7896 2.16189 16.3892C2.82728 15.7481 3.79919 15.2086 4.43183 14.8574C4.57465 14.7781 4.7002 14.7084 4.801 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.25019 7C5.25019 4.37665 7.37684 2.25 10.0002 2.25C12.6235 2.25 14.7502 4.37665 14.7502 7C14.7502 9.62335 12.6235 11.75 10.0002 11.75C7.37684 11.75 5.25019 9.62335 5.25019 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.251 5.7C15.251 3.79462 16.7956 2.25 18.701 2.25C20.6064 2.25 22.151 3.79462 22.151 5.7C22.151 6.37964 21.9545 7.01339 21.6151 7.5475L22.533 8.4714C22.825 8.76525 22.8234 9.24012 22.5296 9.53205C22.2357 9.82399 21.7609 9.82245 21.4689 9.5286L20.5558 8.6095C20.0201 8.95168 19.3837 9.15 18.701 9.15C16.7956 9.15 15.251 7.60538 15.251 5.7ZM18.701 3.75C17.624 3.75 16.751 4.62304 16.751 5.7C16.751 6.77696 17.624 7.65 18.701 7.65C19.7779 7.65 20.651 6.77696 20.651 5.7C20.651 4.62304 19.7779 3.75 18.701 3.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-settings-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8751 11.875C18.4274 11.875 18.8751 12.3227 18.8751 12.875V13.2736C19.6155 13.4438 20.2849 13.7991 20.8263 14.289L21.3343 13.9624C21.7989 13.6637 22.4176 13.7982 22.7163 14.2628C23.015 14.7274 22.8805 15.3461 22.4159 15.6447L21.9517 15.9432C22.1176 16.39 22.2085 16.8723 22.2085 17.375C22.2085 17.8778 22.1176 18.3602 21.9516 18.807L22.4155 19.1053C22.88 19.4039 23.0145 20.0226 22.7159 20.4872C22.4172 20.9518 21.7985 21.0863 21.3339 20.7876L20.8262 20.4612C20.2847 20.951 19.6154 21.3062 18.8751 21.4764V21.875C18.8751 22.4273 18.4274 22.875 17.8751 22.875C17.3228 22.875 16.8751 22.4273 16.8751 21.875V21.4764C16.1348 21.3062 15.4655 20.951 14.9241 20.4612L14.4163 20.7876C13.9518 21.0863 13.333 20.9518 13.0344 20.4872C12.7357 20.0226 12.8702 19.4039 13.3348 19.1053L13.7986 18.807C13.6327 18.3602 13.5418 17.8778 13.5418 17.375C13.5418 16.8723 13.6326 16.39 13.7986 15.9432L13.3343 15.6447C12.8698 15.3461 12.7353 14.7274 13.034 14.2628C13.3326 13.7982 13.9513 13.6637 14.4159 13.9624L14.9239 14.289C15.4654 13.7991 16.1347 13.4438 16.8751 13.2736V12.875C16.8751 12.3227 17.3228 11.875 17.8751 11.875ZM17.8751 15.1607C17.0503 15.1607 16.3365 15.5648 15.9233 16.1613C15.6807 16.5116 15.5418 16.9276 15.5418 17.375C15.5418 17.8225 15.6807 18.2385 15.9234 18.5888C16.3366 19.1852 17.0503 19.5893 17.8751 19.5893C18.6999 19.5893 19.4136 19.1852 19.8268 18.5888C20.0695 18.2385 20.2085 17.8225 20.2085 17.375C20.2085 16.9276 20.0695 16.5116 19.8269 16.1613C19.4137 15.5648 18.7 15.1607 17.8751 15.1607Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.62535 6.375C5.62535 3.4755 7.97586 1.125 10.8754 1.125C13.7748 1.125 16.1254 3.4755 16.1254 6.375C16.1254 9.27449 13.7748 11.625 10.8754 11.625C7.97586 11.625 5.62535 9.27449 5.62535 6.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.6355 13.1502C10.847 13.0979 10.0539 13.127 9.27043 13.2375C7.80596 13.4441 6.37389 13.9352 5.06904 14.7122C4.95276 14.7814 4.80915 14.8624 4.64655 14.9542C3.93373 15.3563 2.85606 15.9643 2.1179 16.6868C1.65623 17.1387 1.21757 17.7342 1.13783 18.4638C1.05302 19.2396 1.39149 19.9677 2.0705 20.6146C3.24195 21.7306 4.64774 22.625 6.46604 22.625H11.5838C12.2979 22.625 12.6549 22.625 12.6822 22.5687C12.7096 22.5124 12.454 22.1873 11.9428 21.537C11.8824 21.4602 11.8256 21.3805 11.7728 21.2984C11.1833 20.3814 11.2688 19.2243 11.9024 18.4103C12.0029 18.2813 12.0532 18.2167 12.0692 18.1619C12.0853 18.1071 12.0786 18.034 12.0653 17.8877C12.0499 17.7187 12.042 17.5477 12.042 17.375C12.042 17.2025 12.0498 17.0316 12.0652 16.8627C12.0786 16.7164 12.0852 16.6432 12.0692 16.5884C12.0531 16.5336 12.0028 16.4691 11.9023 16.34C11.2684 15.5261 11.1828 14.3687 11.7724 13.4516C11.8501 13.3307 11.779 13.1597 11.6355 13.1502Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.8751 11.875C18.4274 11.875 18.8751 12.3227 18.8751 12.875V13.2736C19.6155 13.4438 20.2849 13.7991 20.8263 14.289L21.3343 13.9624C21.7989 13.6637 22.4176 13.7982 22.7163 14.2628C23.015 14.7274 22.8805 15.3461 22.4159 15.6447L21.9517 15.9432C22.1176 16.39 22.2085 16.8723 22.2085 17.375C22.2085 17.8778 22.1176 18.3602 21.9516 18.807L22.4155 19.1053C22.88 19.4039 23.0145 20.0226 22.7159 20.4872C22.4172 20.9518 21.7985 21.0863 21.3339 20.7876L20.8262 20.4612C20.2847 20.951 19.6154 21.3062 18.8751 21.4764V21.875C18.8751 22.4273 18.4274 22.875 17.8751 22.875C17.3228 22.875 16.8751 22.4273 16.8751 21.875V21.4764C16.1348 21.3062 15.4655 20.951 14.9241 20.4612L14.4163 20.7876C13.9518 21.0863 13.333 20.9518 13.0344 20.4872C12.7357 20.0226 12.8702 19.4039 13.3348 19.1053L13.7986 18.807C13.6327 18.3602 13.5418 17.8778 13.5418 17.375C13.5418 16.8723 13.6326 16.39 13.7986 15.9432L13.3343 15.6447C12.8698 15.3461 12.7353 14.7274 13.034 14.2628C13.3326 13.7982 13.9513 13.6637 14.4159 13.9624L14.9239 14.289C15.4654 13.7991 16.1347 13.4438 16.8751 13.2736V12.875C16.8751 12.3227 17.3228 11.875 17.8751 11.875ZM17.8751 15.1607C17.0503 15.1607 16.3365 15.5648 15.9233 16.1613C15.6807 16.5116 15.5418 16.9276 15.5418 17.375C15.5418 17.8225 15.6807 18.2385 15.9234 18.5888C16.3366 19.1852 17.0503 19.5893 17.8751 19.5893C18.6999 19.5893 19.4136 19.1852 19.8268 18.5888C20.0695 18.2385 20.2085 17.8225 20.2085 17.375C20.2085 16.9276 20.0695 16.5116 19.8269 16.1613C19.4137 15.5648 18.7 15.1607 17.8751 15.1607Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.62535 6.375C5.62535 3.4755 7.97586 1.125 10.8754 1.125C13.7748 1.125 16.1254 3.4755 16.1254 6.375C16.1254 9.27449 13.7748 11.625 10.8754 11.625C7.97586 11.625 5.62535 9.27449 5.62535 6.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.6355 13.1502C10.847 13.0979 10.0539 13.127 9.27043 13.2375C7.80596 13.4441 6.37389 13.9352 5.06904 14.7122C4.95276 14.7814 4.80915 14.8624 4.64655 14.9542C3.93373 15.3563 2.85606 15.9643 2.1179 16.6868C1.65623 17.1387 1.21757 17.7342 1.13783 18.4638C1.05302 19.2396 1.39149 19.9677 2.0705 20.6146C3.24195 21.7306 4.64774 22.625 6.46604 22.625H11.5838C12.2979 22.625 12.6549 22.625 12.6822 22.5687C12.7096 22.5124 12.454 22.1873 11.9428 21.537C11.8824 21.4602 11.8256 21.3805 11.7728 21.2984C11.1833 20.3814 11.2688 19.2243 11.9024 18.4103C12.0029 18.2813 12.0532 18.2167 12.0692 18.1619C12.0853 18.1071 12.0786 18.034 12.0653 17.8877C12.0499 17.7187 12.042 17.5477 12.042 17.375C12.042 17.2025 12.0498 17.0316 12.0652 16.8627C12.0786 16.7164 12.0852 16.6432 12.0692 16.5884C12.0531 16.5336 12.0028 16.4691 11.9023 16.34C11.2684 15.5261 11.1828 14.3687 11.7724 13.4516C11.8501 13.3307 11.779 13.1597 11.6355 13.1502Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-settings-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.676 15.2743C7.85919 13.4086 11.8912 13.4086 15.0744 15.2743C15.1752 15.3334 15.3007 15.4031 15.4436 15.4824C16.0762 15.8336 17.0481 16.3731 17.7135 17.0142C18.129 17.4146 18.5385 17.9553 18.6133 18.6287C18.6934 19.3502 18.3711 20.0161 17.7548 20.5941C16.7047 21.5789 15.4368 22.375 13.7944 22.375H5.95596C4.31362 22.375 3.0457 21.5788 1.99562 20.5941C1.3793 20.0161 1.05695 19.3502 1.13707 18.6287C1.21184 17.9553 1.6214 17.4146 2.03689 17.0142C2.70228 16.3731 3.67419 15.8336 4.30683 15.4824C4.44965 15.4031 4.5752 15.3334 4.676 15.2743Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.12519 7.625C5.12519 5.00165 7.25184 2.875 9.87519 2.875C12.4985 2.875 14.6252 5.00165 14.6252 7.625C14.6252 10.2484 12.4985 12.375 9.87519 12.375C7.25184 12.375 5.12519 10.2484 5.12519 7.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.3751 1.625C19.9274 1.625 20.3751 2.07272 20.3751 2.625V2.65116C20.6934 2.7624 20.9874 2.92501 21.2479 3.12829L21.3095 3.086C21.765 2.77366 22.3875 2.88969 22.6998 3.34517C23.0122 3.80064 22.8961 4.42309 22.4406 4.73543L22.3502 4.79746C22.4208 5.06177 22.4584 5.33937 22.4584 5.625C22.4584 5.91068 22.4208 6.18834 22.3501 6.45269L22.4404 6.51457C22.8959 6.82691 23.0119 7.44936 22.6995 7.90483C22.3872 8.36031 21.7648 8.47634 21.3093 8.164L21.2477 8.12181C20.9873 8.32504 20.6934 8.48761 20.3751 8.59884V8.625C20.3751 9.17728 19.9274 9.625 19.3751 9.625C18.8228 9.625 18.3751 9.17728 18.3751 8.625V8.59884C18.0568 8.48761 17.7629 8.32504 17.5024 8.12181L17.4409 8.164C16.9854 8.47634 16.363 8.36031 16.0506 7.90483C15.7383 7.44936 15.8543 6.82691 16.3098 6.51457L16.4 6.45269C16.3294 6.18834 16.2918 5.91068 16.2918 5.625C16.2918 5.33937 16.3294 5.06177 16.4 4.79746L16.3095 4.73543C15.8541 4.42309 15.738 3.80064 16.0504 3.34517C16.3627 2.88969 16.9852 2.77366 17.4406 3.086L17.5023 3.12829C17.7628 2.92501 18.0568 2.7624 18.3751 2.65116V2.625C18.3751 2.07272 18.8228 1.625 19.3751 1.625ZM19.3751 4.48214C19.0128 4.48214 18.6817 4.67054 18.4801 4.9809C18.3622 5.16246 18.2918 5.38274 18.2918 5.625C18.2918 5.86728 18.3622 6.08759 18.4802 6.26917C18.6817 6.57949 19.0129 6.76786 19.3751 6.76786C19.7373 6.76786 20.0685 6.57949 20.27 6.26917C20.388 6.08759 20.4584 5.86729 20.4584 5.625C20.4584 5.38274 20.388 5.16246 20.2701 4.9809C20.0685 4.67054 19.7374 4.48214 19.3751 4.48214Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.676 15.2743C7.85919 13.4086 11.8912 13.4086 15.0744 15.2743C15.1752 15.3334 15.3007 15.4031 15.4436 15.4824C16.0762 15.8336 17.0481 16.3731 17.7135 17.0142C18.129 17.4146 18.5385 17.9553 18.6133 18.6287C18.6934 19.3502 18.3711 20.0161 17.7548 20.5941C16.7047 21.5789 15.4368 22.375 13.7944 22.375H5.95596C4.31362 22.375 3.0457 21.5788 1.99562 20.5941C1.3793 20.0161 1.05695 19.3502 1.13707 18.6287C1.21184 17.9553 1.6214 17.4146 2.03689 17.0142C2.70228 16.3731 3.67419 15.8336 4.30683 15.4824C4.44965 15.4031 4.5752 15.3334 4.676 15.2743Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.12519 7.625C5.12519 5.00165 7.25184 2.875 9.87519 2.875C12.4985 2.875 14.6252 5.00165 14.6252 7.625C14.6252 10.2484 12.4985 12.375 9.87519 12.375C7.25184 12.375 5.12519 10.2484 5.12519 7.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.3751 1.625C19.9274 1.625 20.3751 2.07272 20.3751 2.625V2.65116C20.6934 2.7624 20.9874 2.92501 21.2479 3.12829L21.3095 3.086C21.765 2.77366 22.3875 2.88969 22.6998 3.34517C23.0122 3.80064 22.8961 4.42309 22.4406 4.73543L22.3502 4.79746C22.4208 5.06177 22.4584 5.33937 22.4584 5.625C22.4584 5.91068 22.4208 6.18834 22.3501 6.45269L22.4404 6.51457C22.8959 6.82691 23.0119 7.44936 22.6995 7.90483C22.3872 8.36031 21.7648 8.47634 21.3093 8.164L21.2477 8.12181C20.9873 8.32504 20.6934 8.48761 20.3751 8.59884V8.625C20.3751 9.17728 19.9274 9.625 19.3751 9.625C18.8228 9.625 18.3751 9.17728 18.3751 8.625V8.59884C18.0568 8.48761 17.7629 8.32504 17.5024 8.12181L17.4409 8.164C16.9854 8.47634 16.363 8.36031 16.0506 7.90483C15.7383 7.44936 15.8543 6.82691 16.3098 6.51457L16.4 6.45269C16.3294 6.18834 16.2918 5.91068 16.2918 5.625C16.2918 5.33937 16.3294 5.06177 16.4 4.79746L16.3095 4.73543C15.8541 4.42309 15.738 3.80064 16.0504 3.34517C16.3627 2.88969 16.9852 2.77366 17.4406 3.086L17.5023 3.12829C17.7628 2.92501 18.0568 2.7624 18.3751 2.65116V2.625C18.3751 2.07272 18.8228 1.625 19.3751 1.625ZM19.3751 4.48214C19.0128 4.48214 18.6817 4.67054 18.4801 4.9809C18.3622 5.16246 18.2918 5.38274 18.2918 5.625C18.2918 5.86728 18.3622 6.08759 18.4802 6.26917C18.6817 6.57949 19.0129 6.76786 19.3751 6.76786C19.7373 6.76786 20.0685 6.57949 20.27 6.26917C20.388 6.08759 20.4584 5.86729 20.4584 5.625C20.4584 5.38274 20.388 5.16246 20.2701 4.9809C20.0685 4.67054 19.7374 4.48214 19.3751 4.48214Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-sharing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9068 16.635C17.4591 16.9351 18.3255 17.406 18.9182 17.9654C19.2872 18.3138 19.669 18.7999 19.7391 19.4182C19.8149 20.0872 19.5068 20.6913 18.9533 21.1997C18.0243 22.0532 16.8947 22.75 15.4295 22.75H8.57089C7.10575 22.75 5.97614 22.0532 5.04711 21.1997C4.49363 20.6913 4.18554 20.0872 4.26137 19.4182C4.33146 18.7999 4.7132 18.3138 5.08224 17.9654C5.67492 17.406 6.54126 16.9352 7.09358 16.635C7.21655 16.5682 7.32397 16.5098 7.40932 16.4608C10.2209 14.8464 13.7795 14.8464 16.5911 16.4608C16.6764 16.5098 16.7838 16.5681 16.9068 16.635Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.75021 10C7.75021 7.65279 9.653 5.75 12.0002 5.75C14.3474 5.75 16.2502 7.65279 16.2502 10C16.2502 12.3472 14.3474 14.25 12.0002 14.25C9.653 14.25 7.75021 12.3472 7.75021 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.18747C7.13913 3.18747 3.20455 7.07879 3.20455 11.8718C3.20455 13.1249 3.47275 14.3136 3.95472 15.3872C4.17416 15.876 3.95232 16.4485 3.45921 16.6661C2.9661 16.8836 2.38846 16.6637 2.16902 16.1749C1.57794 14.8583 1.25 13.4016 1.25 11.8718C1.25 6.00228 6.06621 1.25 12 1.25C17.9338 1.25 22.75 6.00228 22.75 11.8718C22.75 13.4016 22.4221 14.8583 21.831 16.1749C21.6115 16.6637 21.0339 16.8836 20.5408 16.6661C20.0477 16.4485 19.8258 15.876 20.0453 15.3872C20.5273 14.3136 20.7955 13.1249 20.7955 11.8718C20.7955 7.07879 16.8609 3.18747 12 3.18747Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9068 16.635C17.4591 16.9351 18.3255 17.406 18.9182 17.9654C19.2872 18.3138 19.669 18.7999 19.7391 19.4182C19.8149 20.0872 19.5068 20.6913 18.9533 21.1997C18.0243 22.0532 16.8947 22.75 15.4295 22.75H8.57089C7.10575 22.75 5.97614 22.0532 5.04711 21.1997C4.49363 20.6913 4.18554 20.0872 4.26137 19.4182C4.33146 18.7999 4.7132 18.3138 5.08224 17.9654C5.67492 17.406 6.54126 16.9352 7.09358 16.635C7.21655 16.5682 7.32397 16.5098 7.40932 16.4608C10.2209 14.8464 13.7795 14.8464 16.5911 16.4608C16.6764 16.5098 16.7838 16.5681 16.9068 16.635Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.75021 10C7.75021 7.65279 9.653 5.75 12.0002 5.75C14.3474 5.75 16.2502 7.65279 16.2502 10C16.2502 12.3472 14.3474 14.25 12.0002 14.25C9.653 14.25 7.75021 12.3472 7.75021 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.18747C7.13913 3.18747 3.20455 7.07879 3.20455 11.8718C3.20455 13.1249 3.47275 14.3136 3.95472 15.3872C4.17416 15.876 3.95232 16.4485 3.45921 16.6661C2.9661 16.8836 2.38846 16.6637 2.16902 16.1749C1.57794 14.8583 1.25 13.4016 1.25 11.8718C1.25 6.00228 6.06621 1.25 12 1.25C17.9338 1.25 22.75 6.00228 22.75 11.8718C22.75 13.4016 22.4221 14.8583 21.831 16.1749C21.6115 16.6637 21.0339 16.8836 20.5408 16.6661C20.0477 16.4485 19.8258 15.876 20.0453 15.3872C20.5273 14.3136 20.7955 13.1249 20.7955 11.8718C20.7955 7.07879 16.8609 3.18747 12 3.18747Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-shield-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.028 13.7677C16.5535 13.5091 17.1975 13.25 17.9993 13.25C18.8011 13.25 19.4453 13.5091 19.971 13.7676C20.1494 13.8554 20.3038 13.9363 20.4442 14.0099C20.7544 14.1725 20.996 14.2991 21.2769 14.3842C21.4566 14.4387 21.6443 14.4955 21.7752 14.5442C21.8874 14.586 22.106 14.6705 22.2761 14.85C22.426 15.0083 22.4969 15.1817 22.5373 15.3162C22.5707 15.4272 22.5988 15.5758 22.6186 15.6802C23.1761 18.6167 21.9481 21.456 18.9354 22.5518C18.6623 22.6513 18.3912 22.75 18.0007 22.75C17.6102 22.75 17.3391 22.6513 17.0659 22.5518C14.0533 21.4561 12.824 18.617 13.3814 15.6802C13.4012 15.5758 13.4293 15.4273 13.4626 15.3163C13.503 15.1818 13.5739 15.0084 13.7238 14.8501C13.8939 14.6706 14.1124 14.5861 14.2247 14.5443C14.3556 14.4956 14.5432 14.4387 14.723 14.3842C15.0037 14.2991 15.245 14.1726 15.555 14.01C15.6953 13.9364 15.8496 13.8555 16.028 13.7677Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.75035 6.5C5.75035 3.6005 8.10086 1.25 11.0004 1.25C13.8998 1.25 16.2504 3.6005 16.2504 6.5C16.2504 9.39949 13.8998 11.75 11.0004 11.75C8.10086 11.75 5.75035 9.39949 5.75035 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.1966 21.5303C13.6416 22.1221 13.8642 22.418 13.7813 22.584C13.6984 22.75 13.3575 22.75 12.6758 22.75H6.59104C4.77274 22.75 3.36695 21.8556 2.1955 20.7396C1.51649 20.0927 1.17802 19.3646 1.26283 18.5888C1.34257 17.8592 1.78123 17.2637 2.2429 16.8118C2.98106 16.0893 4.05857 15.4814 4.77139 15.0793C4.93401 14.9875 5.07775 14.9064 5.19404 14.8372C6.49889 14.0602 7.93096 13.5691 9.39543 13.3625C10.4593 13.2125 11.5411 13.2125 12.6049 13.3625C12.7809 13.3874 12.8337 13.6237 12.7062 13.7475C12.6825 13.7704 12.6591 13.7941 12.6359 13.8186C12.266 14.2092 12.105 14.6255 12.0272 14.8847C11.9702 15.0743 11.9294 15.2913 11.9118 15.3849L11.9087 15.4013C11.4936 17.5892 11.9102 19.8197 13.1966 21.5303Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.028 13.7677C16.5535 13.5091 17.1975 13.25 17.9993 13.25C18.8011 13.25 19.4453 13.5091 19.971 13.7676C20.1494 13.8554 20.3038 13.9363 20.4442 14.0099C20.7544 14.1725 20.996 14.2991 21.2769 14.3842C21.4566 14.4387 21.6443 14.4955 21.7752 14.5442C21.8874 14.586 22.106 14.6705 22.2761 14.85C22.426 15.0083 22.4969 15.1817 22.5373 15.3162C22.5707 15.4272 22.5988 15.5758 22.6186 15.6802C23.1761 18.6167 21.9481 21.456 18.9354 22.5518C18.6623 22.6513 18.3912 22.75 18.0007 22.75C17.6102 22.75 17.3391 22.6513 17.0659 22.5518C14.0533 21.4561 12.824 18.617 13.3814 15.6802C13.4012 15.5758 13.4293 15.4273 13.4626 15.3163C13.503 15.1818 13.5739 15.0084 13.7238 14.8501C13.8939 14.6706 14.1124 14.5861 14.2247 14.5443C14.3556 14.4956 14.5432 14.4387 14.723 14.3842C15.0037 14.2991 15.245 14.1726 15.555 14.01C15.6953 13.9364 15.8496 13.8555 16.028 13.7677Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.75035 6.5C5.75035 3.6005 8.10086 1.25 11.0004 1.25C13.8998 1.25 16.2504 3.6005 16.2504 6.5C16.2504 9.39949 13.8998 11.75 11.0004 11.75C8.10086 11.75 5.75035 9.39949 5.75035 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.1966 21.5303C13.6416 22.1221 13.8642 22.418 13.7813 22.584C13.6984 22.75 13.3575 22.75 12.6758 22.75H6.59104C4.77274 22.75 3.36695 21.8556 2.1955 20.7396C1.51649 20.0927 1.17802 19.3646 1.26283 18.5888C1.34257 17.8592 1.78123 17.2637 2.2429 16.8118C2.98106 16.0893 4.05857 15.4814 4.77139 15.0793C4.93401 14.9875 5.07775 14.9064 5.19404 14.8372C6.49889 14.0602 7.93096 13.5691 9.39543 13.3625C10.4593 13.2125 11.5411 13.2125 12.6049 13.3625C12.7809 13.3874 12.8337 13.6237 12.7062 13.7475C12.6825 13.7704 12.6591 13.7941 12.6359 13.8186C12.266 14.2092 12.105 14.6255 12.0272 14.8847C11.9702 15.0743 11.9294 15.2913 11.9118 15.3849L11.9087 15.4013C11.4936 17.5892 11.9102 19.8197 13.1966 21.5303Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-shield-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.801 14.6493C7.98419 12.7836 12.0162 12.7836 15.1994 14.6493C15.3002 14.7084 15.4257 14.7781 15.5686 14.8574C16.2012 15.2086 17.1731 15.7481 17.8385 16.3892C18.254 16.7896 18.6635 17.3303 18.7383 18.0037C18.8184 18.7252 18.4961 19.3911 17.8798 19.9691C16.8297 20.9539 15.5618 21.75 13.9194 21.75H6.08096C4.43862 21.75 3.1707 20.9538 2.12062 19.9691C1.5043 19.3911 1.18195 18.7252 1.26207 18.0037C1.33684 17.3303 1.7464 16.7896 2.16189 16.3892C2.82728 15.7481 3.79919 15.2086 4.43183 14.8574C4.57465 14.7781 4.7002 14.7084 4.801 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.25019 7C5.25019 4.37665 7.37684 2.25 10.0002 2.25C12.6235 2.25 14.7502 4.37665 14.7502 7C14.7502 9.62335 12.6235 11.75 10.0002 11.75C7.37684 11.75 5.25019 9.62335 5.25019 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4382 2.65753C17.8424 2.45859 18.356 2.25 18.9995 2.25C19.643 2.25 20.1567 2.45858 20.561 2.65748C20.7079 2.72971 20.8295 2.79351 20.9366 2.84971L20.9366 2.84972C21.1589 2.96629 21.3187 3.05014 21.512 3.10871L21.5305 3.11431C21.6624 3.15426 21.793 3.19379 21.8968 3.23243C21.9819 3.2641 22.1831 3.33959 22.3432 3.50855C22.4832 3.65631 22.5476 3.81672 22.5826 3.93323C22.6106 4.02638 22.6305 4.13169 22.6449 4.20794L22.6449 4.20796L22.6482 4.22515C23.0805 6.50215 22.1259 8.73156 19.7657 9.59006L19.7444 9.59781C19.5385 9.67285 19.3268 9.75 19.0005 9.75C18.6743 9.75 18.4626 9.67286 18.2567 9.59782L18.2354 9.59007C15.8753 8.73167 14.9196 6.50244 15.3519 4.22519L15.3551 4.208C15.3695 4.13177 15.3894 4.02645 15.4174 3.9333C15.4524 3.8168 15.5168 3.65641 15.6568 3.50865C15.8168 3.33968 16.018 3.26416 16.1031 3.23249C16.2069 3.19384 16.3375 3.15429 16.4694 3.11431L16.4879 3.10872C16.6811 3.05017 16.8407 2.96637 17.0627 2.84984L17.0627 2.84984C17.1698 2.79363 17.2914 2.72981 17.4382 2.65753Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.801 14.6493C7.98419 12.7836 12.0162 12.7836 15.1994 14.6493C15.3002 14.7084 15.4257 14.7781 15.5686 14.8574C16.2012 15.2086 17.1731 15.7481 17.8385 16.3892C18.254 16.7896 18.6635 17.3303 18.7383 18.0037C18.8184 18.7252 18.4961 19.3911 17.8798 19.9691C16.8297 20.9539 15.5618 21.75 13.9194 21.75H6.08096C4.43862 21.75 3.1707 20.9538 2.12062 19.9691C1.5043 19.3911 1.18195 18.7252 1.26207 18.0037C1.33684 17.3303 1.7464 16.7896 2.16189 16.3892C2.82728 15.7481 3.79919 15.2086 4.43183 14.8574C4.57465 14.7781 4.7002 14.7084 4.801 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.25019 7C5.25019 4.37665 7.37684 2.25 10.0002 2.25C12.6235 2.25 14.7502 4.37665 14.7502 7C14.7502 9.62335 12.6235 11.75 10.0002 11.75C7.37684 11.75 5.25019 9.62335 5.25019 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.4382 2.65753C17.8424 2.45859 18.356 2.25 18.9995 2.25C19.643 2.25 20.1567 2.45858 20.561 2.65748C20.7079 2.72971 20.8295 2.79351 20.9366 2.84971L20.9366 2.84972C21.1589 2.96629 21.3187 3.05014 21.512 3.10871L21.5305 3.11431C21.6624 3.15426 21.793 3.19379 21.8968 3.23243C21.9819 3.2641 22.1831 3.33959 22.3432 3.50855C22.4832 3.65631 22.5476 3.81672 22.5826 3.93323C22.6106 4.02638 22.6305 4.13169 22.6449 4.20794L22.6449 4.20796L22.6482 4.22515C23.0805 6.50215 22.1259 8.73156 19.7657 9.59006L19.7444 9.59781C19.5385 9.67285 19.3268 9.75 19.0005 9.75C18.6743 9.75 18.4626 9.67286 18.2567 9.59782L18.2354 9.59007C15.8753 8.73167 14.9196 6.50244 15.3519 4.22519L15.3551 4.208C15.3695 4.13177 15.3894 4.02645 15.4174 3.9333C15.4524 3.8168 15.5168 3.65641 15.6568 3.50865C15.8168 3.33968 16.018 3.26416 16.1031 3.23249C16.2069 3.19384 16.3375 3.15429 16.4694 3.11431L16.4879 3.10872C16.6811 3.05017 16.8407 2.96637 17.0627 2.84984L17.0627 2.84984C17.1698 2.79363 17.2914 2.72981 17.4382 2.65753Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM11.9915 6.25C10.1956 6.25 8.73797 7.70407 8.73797 9.5C8.73797 11.2959 10.1956 12.75 11.9915 12.75C13.7874 12.75 15.2451 11.2959 15.2451 9.5C15.2451 7.70407 13.7874 6.25 11.9915 6.25ZM6.95754 16.4821C6.6715 16.7817 6.68249 17.2564 6.98208 17.5425C7.12736 17.6812 7.31383 17.75 7.5 17.75H16.5C16.6818 17.75 16.8641 17.6844 17.0083 17.5515C17.3129 17.2708 17.3322 16.7963 17.0515 16.4917C14.3841 13.5975 9.57054 13.7453 6.95754 16.4821Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059ZM11.9915 6.25C10.1956 6.25 8.73797 7.70407 8.73797 9.5C8.73797 11.2959 10.1956 12.75 11.9915 12.75C13.7874 12.75 15.2451 11.2959 15.2451 9.5C15.2451 7.70407 13.7874 6.25 11.9915 6.25ZM6.95754 16.4821C6.6715 16.7817 6.68249 17.2564 6.98208 17.5425C7.12736 17.6812 7.31383 17.75 7.5 17.75H16.5C16.6818 17.75 16.8641 17.6844 17.0083 17.5515C17.3129 17.2708 17.3322 16.7963 17.0515 16.4917C14.3841 13.5975 9.57054 13.7453 6.95754 16.4821Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-star-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9982 13.25C18.67 13.25 19.12 13.7533 19.3627 14.245L19.3632 14.2459L20.0587 15.6484L20.0645 15.654C20.0693 15.6583 20.0749 15.663 20.0811 15.6676C20.0874 15.6722 20.0935 15.6763 20.0992 15.6798L20.1075 15.6844L21.3626 15.8947C21.9028 15.9855 22.4905 16.275 22.6893 16.8985C22.8877 17.521 22.5775 18.0974 22.1899 18.486L22.1889 18.487L21.2132 19.4708C21.2098 19.4778 21.2053 19.4888 21.2014 19.5027C21.197 19.5181 21.1949 19.5314 21.1942 19.5401L21.4735 20.7579C21.5995 21.3093 21.6116 22.0753 21.0171 22.5123C20.4194 22.9516 19.6913 22.7048 19.2061 22.4159L18.0294 21.7135C18.0283 21.702 18.0142 21.6859 17.9668 21.7142L16.7916 22.4156C16.3047 22.7069 15.5783 22.9496 14.9815 22.5106C14.3883 22.0742 14.397 21.3106 14.524 20.7572L14.8031 19.5401C14.8024 19.5314 14.8003 19.5181 14.7959 19.5027C14.792 19.4888 14.7875 19.4778 14.7841 19.4708L13.8065 18.4851C13.4213 18.0967 13.1123 17.5211 13.3091 16.8998C13.5068 16.2757 14.0941 15.9855 14.6351 15.8946L15.8859 15.6851L15.893 15.681C15.8987 15.6775 15.9049 15.6734 15.9113 15.6687C15.9176 15.6639 15.9233 15.6592 15.9282 15.6547L15.9345 15.6487L16.6315 14.2431C16.8762 13.7522 17.3273 13.25 17.9982 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.74938 6.5C5.74938 3.6005 8.09988 1.25 10.9994 1.25C13.8989 1.25 16.2494 3.6005 16.2494 6.5C16.2494 9.39949 13.8989 11.75 10.9994 11.75C8.09988 11.75 5.74938 9.39949 5.74938 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.4392 14.3825C14.4892 14.3525 14.5141 14.3375 14.5303 14.3244C14.7022 14.1856 14.6658 13.9073 14.4641 13.8172C14.4451 13.8087 14.4184 13.801 14.365 13.7855C13.8204 13.628 13.0835 13.4302 12.6039 13.3625C11.5401 13.2125 10.4583 13.2125 9.39446 13.3625C7.92998 13.5691 6.49791 14.0602 5.19306 14.8372C5.07678 14.9064 4.93314 14.9874 4.77052 15.0792C4.05771 15.4813 2.98009 16.0893 2.24192 16.8118C1.78025 17.2637 1.3416 17.8592 1.26185 18.5888C1.17705 19.3646 1.51551 20.0927 2.19453 20.7396C3.36597 21.8556 4.77176 22.75 6.59007 22.75H12.2937C12.7005 22.75 12.9039 22.75 12.9935 22.6475C13.0832 22.545 13.0509 22.3047 12.9862 21.8241C12.9096 21.2541 12.9887 20.7329 13.0601 20.4219L13.09 20.2912C13.1262 20.1337 13.1442 20.055 13.1231 19.9808C13.1019 19.9066 13.045 19.8493 12.9312 19.7346L12.7397 19.5414C12.178 18.9751 11.436 17.84 11.8772 16.4469C12.3099 15.081 13.5275 14.5747 14.3222 14.4264C14.3314 14.4247 14.336 14.4238 14.3391 14.4232C14.3715 14.4164 14.3982 14.4063 14.4269 14.3899C14.4297 14.3883 14.4329 14.3864 14.4392 14.3825Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9982 13.25C18.67 13.25 19.12 13.7533 19.3627 14.245L19.3632 14.2459L20.0587 15.6484L20.0645 15.654C20.0693 15.6583 20.0749 15.663 20.0811 15.6676C20.0874 15.6722 20.0935 15.6763 20.0992 15.6798L20.1075 15.6844L21.3626 15.8947C21.9028 15.9855 22.4905 16.275 22.6893 16.8985C22.8877 17.521 22.5775 18.0974 22.1899 18.486L22.1889 18.487L21.2132 19.4708C21.2098 19.4778 21.2053 19.4888 21.2014 19.5027C21.197 19.5181 21.1949 19.5314 21.1942 19.5401L21.4735 20.7579C21.5995 21.3093 21.6116 22.0753 21.0171 22.5123C20.4194 22.9516 19.6913 22.7048 19.2061 22.4159L18.0294 21.7135C18.0283 21.702 18.0142 21.6859 17.9668 21.7142L16.7916 22.4156C16.3047 22.7069 15.5783 22.9496 14.9815 22.5106C14.3883 22.0742 14.397 21.3106 14.524 20.7572L14.8031 19.5401C14.8024 19.5314 14.8003 19.5181 14.7959 19.5027C14.792 19.4888 14.7875 19.4778 14.7841 19.4708L13.8065 18.4851C13.4213 18.0967 13.1123 17.5211 13.3091 16.8998C13.5068 16.2757 14.0941 15.9855 14.6351 15.8946L15.8859 15.6851L15.893 15.681C15.8987 15.6775 15.9049 15.6734 15.9113 15.6687C15.9176 15.6639 15.9233 15.6592 15.9282 15.6547L15.9345 15.6487L16.6315 14.2431C16.8762 13.7522 17.3273 13.25 17.9982 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.74938 6.5C5.74938 3.6005 8.09988 1.25 10.9994 1.25C13.8989 1.25 16.2494 3.6005 16.2494 6.5C16.2494 9.39949 13.8989 11.75 10.9994 11.75C8.09988 11.75 5.74938 9.39949 5.74938 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.4392 14.3825C14.4892 14.3525 14.5141 14.3375 14.5303 14.3244C14.7022 14.1856 14.6658 13.9073 14.4641 13.8172C14.4451 13.8087 14.4184 13.801 14.365 13.7855C13.8204 13.628 13.0835 13.4302 12.6039 13.3625C11.5401 13.2125 10.4583 13.2125 9.39446 13.3625C7.92998 13.5691 6.49791 14.0602 5.19306 14.8372C5.07678 14.9064 4.93314 14.9874 4.77052 15.0792C4.05771 15.4813 2.98009 16.0893 2.24192 16.8118C1.78025 17.2637 1.3416 17.8592 1.26185 18.5888C1.17705 19.3646 1.51551 20.0927 2.19453 20.7396C3.36597 21.8556 4.77176 22.75 6.59007 22.75H12.2937C12.7005 22.75 12.9039 22.75 12.9935 22.6475C13.0832 22.545 13.0509 22.3047 12.9862 21.8241C12.9096 21.2541 12.9887 20.7329 13.0601 20.4219L13.09 20.2912C13.1262 20.1337 13.1442 20.055 13.1231 19.9808C13.1019 19.9066 13.045 19.8493 12.9312 19.7346L12.7397 19.5414C12.178 18.9751 11.436 17.84 11.8772 16.4469C12.3099 15.081 13.5275 14.5747 14.3222 14.4264C14.3314 14.4247 14.336 14.4238 14.3391 14.4232C14.3715 14.4164 14.3982 14.4063 14.4269 14.3899C14.4297 14.3883 14.4329 14.3864 14.4392 14.3825Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-star-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.80002 14.6493C7.98322 12.7836 12.0152 12.7836 15.1984 14.6493C15.2992 14.7084 15.4248 14.7781 15.5676 14.8574C16.2002 15.2086 17.1721 15.7481 17.8375 16.3892C18.253 16.7896 18.6626 17.3303 18.7373 18.0037C18.8175 18.7252 18.4951 19.3911 17.8788 19.9691C16.8287 20.9539 15.5608 21.75 13.9184 21.75H6.07999C4.43765 21.75 3.16973 20.9538 2.11964 19.9691C1.50332 19.3911 1.18097 18.7252 1.2611 18.0037C1.33587 17.3303 1.74542 16.7896 2.16091 16.3892C2.8263 15.7481 3.79821 15.2086 4.43085 14.8574C4.57367 14.7781 4.69922 14.7084 4.80002 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.24922 7C5.24922 4.37665 7.37586 2.25 9.99922 2.25C12.6226 2.25 14.7492 4.37665 14.7492 7C14.7492 9.62335 12.6226 11.75 9.99922 11.75C7.37586 11.75 5.24922 9.62335 5.24922 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9985 2.25C19.6074 2.25 19.9946 2.70508 20.19 3.10053L20.1904 3.10145L20.6806 4.08998L21.5529 4.2361C21.9911 4.30974 22.5158 4.5534 22.6955 5.11691C22.8748 5.67933 22.5894 6.18163 22.2753 6.49671L22.2743 6.49771L21.5943 7.18326L21.7878 8.02664C21.8858 8.45557 21.9161 9.13658 21.3737 9.53527C20.8282 9.93626 20.1861 9.69787 19.8084 9.47289L18.9989 8.98974L18.1896 9.47274C17.8097 9.69998 17.1694 9.93454 16.6249 9.53395C16.084 9.13602 16.1111 8.45741 16.2101 8.02598L16.4034 7.18326L15.7217 6.49589C15.4094 6.18105 15.1252 5.67952 15.303 5.11826C15.4816 4.55415 16.0062 4.3098 16.4452 4.23603L17.3138 4.09053L17.805 3.10005L17.8057 3.09865C18.0024 2.7041 18.3905 2.25 18.9985 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.80002 14.6493C7.98322 12.7836 12.0152 12.7836 15.1984 14.6493C15.2992 14.7084 15.4248 14.7781 15.5676 14.8574C16.2002 15.2086 17.1721 15.7481 17.8375 16.3892C18.253 16.7896 18.6626 17.3303 18.7373 18.0037C18.8175 18.7252 18.4951 19.3911 17.8788 19.9691C16.8287 20.9539 15.5608 21.75 13.9184 21.75H6.07999C4.43765 21.75 3.16973 20.9538 2.11964 19.9691C1.50332 19.3911 1.18097 18.7252 1.2611 18.0037C1.33587 17.3303 1.74542 16.7896 2.16091 16.3892C2.8263 15.7481 3.79821 15.2086 4.43085 14.8574C4.57367 14.7781 4.69922 14.7084 4.80002 14.6493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.24922 7C5.24922 4.37665 7.37586 2.25 9.99922 2.25C12.6226 2.25 14.7492 4.37665 14.7492 7C14.7492 9.62335 12.6226 11.75 9.99922 11.75C7.37586 11.75 5.24922 9.62335 5.24922 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9985 2.25C19.6074 2.25 19.9946 2.70508 20.19 3.10053L20.1904 3.10145L20.6806 4.08998L21.5529 4.2361C21.9911 4.30974 22.5158 4.5534 22.6955 5.11691C22.8748 5.67933 22.5894 6.18163 22.2753 6.49671L22.2743 6.49771L21.5943 7.18326L21.7878 8.02664C21.8858 8.45557 21.9161 9.13658 21.3737 9.53527C20.8282 9.93626 20.1861 9.69787 19.8084 9.47289L18.9989 8.98974L18.1896 9.47274C17.8097 9.69998 17.1694 9.93454 16.6249 9.53395C16.084 9.13602 16.1111 8.45741 16.2101 8.02598L16.4034 7.18326L15.7217 6.49589C15.4094 6.18105 15.1252 5.67952 15.303 5.11826C15.4816 4.55415 16.0062 4.3098 16.4452 4.23603L17.3138 4.09053L17.805 3.10005L17.8057 3.09865C18.0024 2.7041 18.3905 2.25 18.9985 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-status{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 12.744 22.6744 13.4703 22.5305 14.1717C22.4418 14.6041 22.3975 14.8202 22.2437 14.8789C22.09 14.9377 21.886 14.7862 21.478 14.4832C20.6462 13.8655 19.6158 13.5 18.5 13.5C15.7386 13.5 13.5 15.7386 13.5 18.5C13.5 19.6158 13.8655 20.6462 14.4832 21.478C14.7862 21.886 14.9377 22.09 14.8789 22.2437C14.8202 22.3975 14.6041 22.4418 14.1717 22.5305C13.4703 22.6744 12.744 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM11.9915 6.25C10.1956 6.25 8.73797 7.70407 8.73797 9.5C8.73797 11.2959 10.1956 12.75 11.9915 12.75C13.7874 12.75 15.2451 11.2959 15.2451 9.5C15.2451 7.70407 13.7874 6.25 11.9915 6.25ZM11.9979 15.8752C12.4121 15.8717 12.745 15.5331 12.7415 15.1189C12.738 14.7047 12.3994 14.3717 11.9852 14.3753C10.1411 14.3909 8.27868 15.0984 6.95754 16.4821C6.67151 16.7817 6.68249 17.2564 6.98208 17.5425C7.28167 17.8285 7.75642 17.8175 8.04246 17.5179C9.05346 16.459 10.5134 15.8878 11.9979 15.8752Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2218.5%22 cy%3D%2218.5%22 r%3D%223.5%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 12.744 22.6744 13.4703 22.5305 14.1717C22.4418 14.6041 22.3975 14.8202 22.2437 14.8789C22.09 14.9377 21.886 14.7862 21.478 14.4832C20.6462 13.8655 19.6158 13.5 18.5 13.5C15.7386 13.5 13.5 15.7386 13.5 18.5C13.5 19.6158 13.8655 20.6462 14.4832 21.478C14.7862 21.886 14.9377 22.09 14.8789 22.2437C14.8202 22.3975 14.6041 22.4418 14.1717 22.5305C13.4703 22.6744 12.744 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12ZM11.9915 6.25C10.1956 6.25 8.73797 7.70407 8.73797 9.5C8.73797 11.2959 10.1956 12.75 11.9915 12.75C13.7874 12.75 15.2451 11.2959 15.2451 9.5C15.2451 7.70407 13.7874 6.25 11.9915 6.25ZM11.9979 15.8752C12.4121 15.8717 12.745 15.5331 12.7415 15.1189C12.738 14.7047 12.3994 14.3717 11.9852 14.3753C10.1411 14.3909 8.27868 15.0984 6.95754 16.4821C6.67151 16.7817 6.68249 17.2564 6.98208 17.5425C7.28167 17.8285 7.75642 17.8175 8.04246 17.5179C9.05346 16.459 10.5134 15.8878 11.9979 15.8752Z%22 fill%3D%22black%22%2F%3E%0A%3Ccircle cx%3D%2218.5%22 cy%3D%2218.5%22 r%3D%223.5%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-story{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0229 2.22727C11.0229 1.68754 11.4604 1.25 12.0002 1.25C17.9382 1.25 22.7502 6.06364 22.7502 12C22.7502 17.9364 17.9382 22.75 12.0002 22.75C11.4604 22.75 11.0229 22.3125 11.0229 21.7727C11.0229 21.233 11.4604 20.7955 12.0002 20.7955C16.8585 20.7955 20.7956 16.8571 20.7956 12C20.7956 7.14292 16.8585 3.20455 12.0002 3.20455C11.4604 3.20455 11.0229 2.76701 11.0229 2.22727ZM9.58105 2.51096C9.77413 3.01497 9.52206 3.58008 9.01804 3.77315C8.0927 4.12763 7.22663 4.61191 6.46436 5.20245C6.03769 5.533 5.42384 5.45508 5.09329 5.02841C4.76274 4.60174 4.84067 3.98789 5.26734 3.65734C6.18574 2.94584 7.2205 2.36869 8.31885 1.94795C8.82287 1.75487 9.38797 2.00694 9.58105 2.51096ZM4.01043 6.22586C4.46878 6.51088 4.60928 7.11349 4.32427 7.57183C3.76386 8.47304 3.37605 9.45814 3.18814 10.4652C3.08914 10.9958 2.57877 11.3457 2.04819 11.2467C1.51762 11.1477 1.16776 10.6373 1.26675 10.1067C1.50116 8.85047 1.9814 7.63814 2.66446 6.5397C2.94948 6.08136 3.55209 5.94085 4.01043 6.22586ZM2.04819 12.7533C2.57877 12.6543 3.08914 13.0042 3.18814 13.5348C3.37605 14.5419 3.76386 15.527 4.32427 16.4282C4.60928 16.8865 4.46878 17.4891 4.01043 17.7741C3.55209 18.0592 2.94948 17.9186 2.66447 17.4603C1.9814 16.3619 1.50116 15.1495 1.26675 13.8933C1.16776 13.3627 1.51762 12.8523 2.04819 12.7533ZM5.09761 18.9661C5.43122 18.5418 6.04562 18.4683 6.4699 18.8019C7.22608 19.3964 8.08862 19.8729 9.01658 20.2267C9.5209 20.4189 9.77388 20.9837 9.58161 21.488C9.38934 21.9923 8.82464 22.2453 8.32031 22.053C7.22459 21.6353 6.18629 21.0652 5.2618 20.3383C4.83752 20.0047 4.76401 19.3903 5.09761 18.9661Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.01747 9.75C9.01747 8.10094 10.3418 6.75 11.9929 6.75C13.6439 6.75 14.9682 8.10094 14.9682 9.75C14.9682 11.3991 13.6439 12.75 11.9929 12.75C10.3418 12.75 9.01747 11.3991 9.01747 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.47111 15.9682C9.82384 13.4936 14.135 13.3585 16.5389 15.9775C16.6748 16.1256 16.7456 16.322 16.7354 16.5226C16.7253 16.7233 16.635 16.9115 16.4848 17.0451C15.293 18.1052 13.7211 18.75 12.0004 18.75C10.2798 18.75 8.70802 18.1053 7.51624 17.0454C7.36437 16.9103 7.27381 16.7194 7.26531 16.5163C7.2568 16.3133 7.33107 16.1154 7.47111 15.9682Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0229 2.22727C11.0229 1.68754 11.4604 1.25 12.0002 1.25C17.9382 1.25 22.7502 6.06364 22.7502 12C22.7502 17.9364 17.9382 22.75 12.0002 22.75C11.4604 22.75 11.0229 22.3125 11.0229 21.7727C11.0229 21.233 11.4604 20.7955 12.0002 20.7955C16.8585 20.7955 20.7956 16.8571 20.7956 12C20.7956 7.14292 16.8585 3.20455 12.0002 3.20455C11.4604 3.20455 11.0229 2.76701 11.0229 2.22727ZM9.58105 2.51096C9.77413 3.01497 9.52206 3.58008 9.01804 3.77315C8.0927 4.12763 7.22663 4.61191 6.46436 5.20245C6.03769 5.533 5.42384 5.45508 5.09329 5.02841C4.76274 4.60174 4.84067 3.98789 5.26734 3.65734C6.18574 2.94584 7.2205 2.36869 8.31885 1.94795C8.82287 1.75487 9.38797 2.00694 9.58105 2.51096ZM4.01043 6.22586C4.46878 6.51088 4.60928 7.11349 4.32427 7.57183C3.76386 8.47304 3.37605 9.45814 3.18814 10.4652C3.08914 10.9958 2.57877 11.3457 2.04819 11.2467C1.51762 11.1477 1.16776 10.6373 1.26675 10.1067C1.50116 8.85047 1.9814 7.63814 2.66446 6.5397C2.94948 6.08136 3.55209 5.94085 4.01043 6.22586ZM2.04819 12.7533C2.57877 12.6543 3.08914 13.0042 3.18814 13.5348C3.37605 14.5419 3.76386 15.527 4.32427 16.4282C4.60928 16.8865 4.46878 17.4891 4.01043 17.7741C3.55209 18.0592 2.94948 17.9186 2.66447 17.4603C1.9814 16.3619 1.50116 15.1495 1.26675 13.8933C1.16776 13.3627 1.51762 12.8523 2.04819 12.7533ZM5.09761 18.9661C5.43122 18.5418 6.04562 18.4683 6.4699 18.8019C7.22608 19.3964 8.08862 19.8729 9.01658 20.2267C9.5209 20.4189 9.77388 20.9837 9.58161 21.488C9.38934 21.9923 8.82464 22.2453 8.32031 22.053C7.22459 21.6353 6.18629 21.0652 5.2618 20.3383C4.83752 20.0047 4.76401 19.3903 5.09761 18.9661Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.01747 9.75C9.01747 8.10094 10.3418 6.75 11.9929 6.75C13.6439 6.75 14.9682 8.10094 14.9682 9.75C14.9682 11.3991 13.6439 12.75 11.9929 12.75C10.3418 12.75 9.01747 11.3991 9.01747 9.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.47111 15.9682C9.82384 13.4936 14.135 13.3585 16.5389 15.9775C16.6748 16.1256 16.7456 16.322 16.7354 16.5226C16.7253 16.7233 16.635 16.9115 16.4848 17.0451C15.293 18.1052 13.7211 18.75 12.0004 18.75C10.2798 18.75 8.70802 18.1053 7.51624 17.0454C7.36437 16.9103 7.27381 16.7194 7.26531 16.5163C7.2568 16.3133 7.33107 16.1154 7.47111 15.9682Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-switch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.1493 2.47427C13.3316 2.17945 13.6534 2 14 2C17.8694 2 21 5.13057 21 9C21 9.55229 20.5523 10 20 10C19.4477 10 19 9.55229 19 9C19 7.0795 17.9216 5.41457 16.3363 4.57679L15.5339 5.37922C15.3819 5.53122 15.2087 5.67508 14.9958 5.7049C14.5822 5.76285 14.1598 5.55572 13.9627 5.1615L13.1056 3.44721C12.9506 3.13723 12.9671 2.76909 13.1493 2.47427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4 14C4.55228 14 5 14.4477 5 15C5 16.9205 6.07843 18.5854 7.66372 19.4232L8.46615 18.6208C8.61815 18.4688 8.79131 18.3249 9.00419 18.2951C9.41782 18.2372 9.84018 18.4443 10.0373 18.8385L10.8944 20.5528C11.0494 20.8628 11.0329 21.2309 10.8507 21.5257C10.6684 21.8205 10.3466 22 10 22C6.13057 22 3 18.8694 3 15C3 14.4477 3.44772 14 4 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.432 18.4936C16.3136 17.5021 18.687 17.5021 20.5685 18.4936C20.6157 18.5184 20.6779 18.5494 20.7512 18.5858C21.1014 18.7601 21.7041 19.0599 22.1152 19.416C22.3671 19.6342 22.6818 19.982 22.7408 20.4594C22.8069 20.994 22.5302 21.4406 22.135 21.7738C21.5085 22.302 20.7255 22.75 19.7049 22.75H15.2957C14.275 22.75 13.492 22.302 12.8656 21.7738C12.4704 21.4406 12.1937 20.994 12.2598 20.4594C12.3187 19.982 12.6335 19.6342 12.8854 19.416C13.2965 19.0599 13.8991 18.7601 14.2494 18.5858C14.3227 18.5494 14.3849 18.5184 14.432 18.4936Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5 14.25C14.5 12.6002 15.8361 11.25 17.5 11.25C19.1639 11.25 20.5 12.6002 20.5 14.25C20.5 15.8998 19.1639 17.25 17.5 17.25C15.8361 17.25 14.5 15.8998 14.5 14.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.43106 8.4936C5.31262 7.50213 7.686 7.50213 9.56755 8.4936C9.61467 8.51843 9.67691 8.54939 9.75019 8.58585C10.1005 8.7601 10.7031 9.05991 11.1142 9.416C11.3661 9.63423 11.6809 9.98195 11.7398 10.4594C11.8059 10.994 11.5292 11.4406 11.134 11.7738C10.5076 12.302 9.72456 12.75 8.70387 12.75H4.29474C3.27406 12.75 2.49106 12.302 1.86463 11.7738C1.46939 11.4406 1.19274 10.994 1.25878 10.4594C1.31775 9.98195 1.63248 9.63423 1.88441 9.416C2.2955 9.05991 2.89816 8.7601 3.24843 8.58585C3.32171 8.54939 3.38394 8.51843 3.43106 8.4936Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.49902 4.25C3.49902 2.60022 4.83508 1.25 6.49902 1.25C8.16297 1.25 9.49902 2.60022 9.49902 4.25C9.49902 5.89978 8.16297 7.25 6.49902 7.25C4.83508 7.25 3.49902 5.89978 3.49902 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.1493 2.47427C13.3316 2.17945 13.6534 2 14 2C17.8694 2 21 5.13057 21 9C21 9.55229 20.5523 10 20 10C19.4477 10 19 9.55229 19 9C19 7.0795 17.9216 5.41457 16.3363 4.57679L15.5339 5.37922C15.3819 5.53122 15.2087 5.67508 14.9958 5.7049C14.5822 5.76285 14.1598 5.55572 13.9627 5.1615L13.1056 3.44721C12.9506 3.13723 12.9671 2.76909 13.1493 2.47427Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4 14C4.55228 14 5 14.4477 5 15C5 16.9205 6.07843 18.5854 7.66372 19.4232L8.46615 18.6208C8.61815 18.4688 8.79131 18.3249 9.00419 18.2951C9.41782 18.2372 9.84018 18.4443 10.0373 18.8385L10.8944 20.5528C11.0494 20.8628 11.0329 21.2309 10.8507 21.5257C10.6684 21.8205 10.3466 22 10 22C6.13057 22 3 18.8694 3 15C3 14.4477 3.44772 14 4 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.432 18.4936C16.3136 17.5021 18.687 17.5021 20.5685 18.4936C20.6157 18.5184 20.6779 18.5494 20.7512 18.5858C21.1014 18.7601 21.7041 19.0599 22.1152 19.416C22.3671 19.6342 22.6818 19.982 22.7408 20.4594C22.8069 20.994 22.5302 21.4406 22.135 21.7738C21.5085 22.302 20.7255 22.75 19.7049 22.75H15.2957C14.275 22.75 13.492 22.302 12.8656 21.7738C12.4704 21.4406 12.1937 20.994 12.2598 20.4594C12.3187 19.982 12.6335 19.6342 12.8854 19.416C13.2965 19.0599 13.8991 18.7601 14.2494 18.5858C14.3227 18.5494 14.3849 18.5184 14.432 18.4936Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5 14.25C14.5 12.6002 15.8361 11.25 17.5 11.25C19.1639 11.25 20.5 12.6002 20.5 14.25C20.5 15.8998 19.1639 17.25 17.5 17.25C15.8361 17.25 14.5 15.8998 14.5 14.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.43106 8.4936C5.31262 7.50213 7.686 7.50213 9.56755 8.4936C9.61467 8.51843 9.67691 8.54939 9.75019 8.58585C10.1005 8.7601 10.7031 9.05991 11.1142 9.416C11.3661 9.63423 11.6809 9.98195 11.7398 10.4594C11.8059 10.994 11.5292 11.4406 11.134 11.7738C10.5076 12.302 9.72456 12.75 8.70387 12.75H4.29474C3.27406 12.75 2.49106 12.302 1.86463 11.7738C1.46939 11.4406 1.19274 10.994 1.25878 10.4594C1.31775 9.98195 1.63248 9.63423 1.88441 9.416C2.2955 9.05991 2.89816 8.7601 3.24843 8.58585C3.32171 8.54939 3.38394 8.51843 3.43106 8.4936Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.49902 4.25C3.49902 2.60022 4.83508 1.25 6.49902 1.25C8.16297 1.25 9.49902 2.60022 9.49902 4.25C9.49902 5.89978 8.16297 7.25 6.49902 7.25C4.83508 7.25 3.49902 5.89978 3.49902 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-unlock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7813 14.9523C15.7813 13.454 17.0044 12.25 18.5 12.25C19.1725 12.25 19.7904 12.4937 20.2656 12.8973C20.5813 13.1655 20.6198 13.6388 20.3517 13.9545C20.0835 14.2702 19.6102 14.3087 19.2945 14.0406C19.0813 13.8595 18.8049 13.75 18.5 13.75C17.821 13.75 17.2813 14.2942 17.2813 14.9523V15.6116C17.4472 15.61 17.6244 15.61 17.8129 15.61H19.1871C19.6715 15.61 20.0813 15.6099 20.4167 15.6382C20.7683 15.6679 21.1063 15.7326 21.4262 15.9022C21.8618 16.1331 22.2197 16.4875 22.4536 16.9214C22.6257 17.2408 22.6914 17.5783 22.7214 17.9285C22.75 18.2619 22.75 18.6689 22.75 19.1488V19.2112C22.75 19.691 22.75 20.0981 22.7214 20.4315C22.6914 20.7816 22.6257 21.1191 22.4536 21.4385C22.2197 21.8724 21.8618 22.2268 21.4262 22.4578C21.1063 22.6273 20.7683 22.6921 20.4167 22.7217C20.0813 22.75 19.6715 22.75 19.1871 22.75H19.1871H17.8129H17.8129C17.3285 22.75 16.9187 22.75 16.5833 22.7217C16.2317 22.6921 15.8937 22.6273 15.5738 22.4578C15.1382 22.2268 14.7803 21.8724 14.5464 21.4385C14.3743 21.1191 14.3086 20.7816 14.2786 20.4315C14.25 20.0981 14.25 19.691 14.25 19.2112V19.2112V19.1488V19.1488C14.25 18.6689 14.25 18.2619 14.2786 17.9285C14.3086 17.5783 14.3743 17.2408 14.5464 16.9214C14.7803 16.4875 15.1382 16.1331 15.5738 15.9022C15.6421 15.866 15.7113 15.8346 15.7813 15.8072V14.9523Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75035 6.5C6.75035 3.6005 9.10086 1.25 12.0004 1.25C14.8998 1.25 17.2504 3.6005 17.2504 6.5C17.2504 9.39949 14.8998 11.75 12.0004 11.75C9.10086 11.75 6.75035 9.39949 6.75035 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.8838 13.618C14.135 13.6833 14.2606 13.716 14.324 13.8113C14.3874 13.9066 14.3662 14.0553 14.3237 14.3526C14.2957 14.5483 14.2813 14.7485 14.2813 14.9523C14.2813 14.9569 14.2791 14.9612 14.2755 14.9641C13.8463 15.3008 13.4879 15.7239 13.226 16.2097C12.9163 16.7843 12.8225 17.3517 12.7841 17.8003C12.7499 18.1986 12.75 18.6608 12.75 19.1047V19.2552C12.75 19.6992 12.7499 20.1613 12.7841 20.5597C12.8225 21.0082 12.9163 21.5757 13.226 22.1502C13.2901 22.2691 13.3222 22.3286 13.33 22.3511C13.3979 22.5455 13.2974 22.7138 13.0941 22.7462C13.0706 22.75 13.0147 22.75 12.9028 22.75H6.59104C4.77274 22.75 3.36695 21.8556 2.1955 20.7396C1.51649 20.0927 1.17802 19.3646 1.26283 18.5888C1.34257 17.8592 1.78123 17.2637 2.2429 16.8118C2.98106 16.0893 4.05857 15.4814 4.77139 15.0793C4.93401 14.9875 5.07775 14.9064 5.19404 14.8372C6.49889 14.0602 7.93096 13.5691 9.39543 13.3625C10.4593 13.2125 11.5411 13.2125 12.6049 13.3625C13.0348 13.4232 13.4619 13.5083 13.8838 13.618Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7813 14.9523C15.7813 13.454 17.0044 12.25 18.5 12.25C19.1725 12.25 19.7904 12.4937 20.2656 12.8973C20.5813 13.1655 20.6198 13.6388 20.3517 13.9545C20.0835 14.2702 19.6102 14.3087 19.2945 14.0406C19.0813 13.8595 18.8049 13.75 18.5 13.75C17.821 13.75 17.2813 14.2942 17.2813 14.9523V15.6116C17.4472 15.61 17.6244 15.61 17.8129 15.61H19.1871C19.6715 15.61 20.0813 15.6099 20.4167 15.6382C20.7683 15.6679 21.1063 15.7326 21.4262 15.9022C21.8618 16.1331 22.2197 16.4875 22.4536 16.9214C22.6257 17.2408 22.6914 17.5783 22.7214 17.9285C22.75 18.2619 22.75 18.6689 22.75 19.1488V19.2112C22.75 19.691 22.75 20.0981 22.7214 20.4315C22.6914 20.7816 22.6257 21.1191 22.4536 21.4385C22.2197 21.8724 21.8618 22.2268 21.4262 22.4578C21.1063 22.6273 20.7683 22.6921 20.4167 22.7217C20.0813 22.75 19.6715 22.75 19.1871 22.75H19.1871H17.8129H17.8129C17.3285 22.75 16.9187 22.75 16.5833 22.7217C16.2317 22.6921 15.8937 22.6273 15.5738 22.4578C15.1382 22.2268 14.7803 21.8724 14.5464 21.4385C14.3743 21.1191 14.3086 20.7816 14.2786 20.4315C14.25 20.0981 14.25 19.691 14.25 19.2112V19.2112V19.1488V19.1488C14.25 18.6689 14.25 18.2619 14.2786 17.9285C14.3086 17.5783 14.3743 17.2408 14.5464 16.9214C14.7803 16.4875 15.1382 16.1331 15.5738 15.9022C15.6421 15.866 15.7113 15.8346 15.7813 15.8072V14.9523Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75035 6.5C6.75035 3.6005 9.10086 1.25 12.0004 1.25C14.8998 1.25 17.2504 3.6005 17.2504 6.5C17.2504 9.39949 14.8998 11.75 12.0004 11.75C9.10086 11.75 6.75035 9.39949 6.75035 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.8838 13.618C14.135 13.6833 14.2606 13.716 14.324 13.8113C14.3874 13.9066 14.3662 14.0553 14.3237 14.3526C14.2957 14.5483 14.2813 14.7485 14.2813 14.9523C14.2813 14.9569 14.2791 14.9612 14.2755 14.9641C13.8463 15.3008 13.4879 15.7239 13.226 16.2097C12.9163 16.7843 12.8225 17.3517 12.7841 17.8003C12.7499 18.1986 12.75 18.6608 12.75 19.1047V19.2552C12.75 19.6992 12.7499 20.1613 12.7841 20.5597C12.8225 21.0082 12.9163 21.5757 13.226 22.1502C13.2901 22.2691 13.3222 22.3286 13.33 22.3511C13.3979 22.5455 13.2974 22.7138 13.0941 22.7462C13.0706 22.75 13.0147 22.75 12.9028 22.75H6.59104C4.77274 22.75 3.36695 21.8556 2.1955 20.7396C1.51649 20.0927 1.17802 19.3646 1.26283 18.5888C1.34257 17.8592 1.78123 17.2637 2.2429 16.8118C2.98106 16.0893 4.05857 15.4814 4.77139 15.0793C4.93401 14.9875 5.07775 14.9064 5.19404 14.8372C6.49889 14.0602 7.93096 13.5691 9.39543 13.3625C10.4593 13.2125 11.5411 13.2125 12.6049 13.3625C13.0348 13.4232 13.4619 13.5083 13.8838 13.618Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user-unlock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.85471 15.0947C8.03791 13.2289 12.0699 13.2289 15.2531 15.0947C15.3539 15.1537 15.4794 15.2234 15.6223 15.3027C16.2549 15.6539 17.2268 16.1934 17.8922 16.8346C18.3077 17.2349 18.7172 17.7756 18.792 18.449C18.8721 19.1705 18.5498 19.8364 17.9335 20.4144C16.8834 21.3992 15.6155 22.1953 13.9731 22.1953H6.13467C4.49233 22.1953 3.22442 21.3992 2.17433 20.4144C1.55801 19.8364 1.23566 19.1705 1.31578 18.449C1.39056 17.7756 1.80011 17.2349 2.2156 16.8346C2.88099 16.1934 3.8529 15.6539 4.48554 15.3027C4.62836 15.2234 4.75391 15.1537 4.85471 15.0947Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.30396 7.44531C5.30396 4.82196 7.4306 2.69531 10.054 2.69531C12.6773 2.69531 14.804 4.82196 14.804 7.44531C14.804 10.0687 12.6773 12.1953 10.054 12.1953C7.4306 12.1953 5.30396 10.0687 5.30396 7.44531Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5049 3.96601C17.5049 2.81971 18.3767 1.80469 19.554 1.80469C20.4041 1.80469 21.1043 2.34395 21.4178 3.06666C21.5592 3.39237 21.4097 3.77096 21.084 3.91228C20.7583 4.0536 20.3797 3.90413 20.2384 3.57843C20.1033 3.26724 19.8311 3.0904 19.554 3.0904C19.178 3.0904 18.7906 3.43506 18.7906 3.96601V4.41843C18.8765 4.41799 18.9657 4.41799 19.058 4.41799L19.0852 4.418L20.05 4.41799H20.05C20.3915 4.41798 20.6902 4.41797 20.9368 4.44061C21.1997 4.46475 21.4635 4.51856 21.7146 4.66345C22.0474 4.85556 22.3123 5.14526 22.4825 5.48914C22.6081 5.74288 22.655 6.00832 22.6764 6.28018C22.6969 6.53983 22.6969 6.85668 22.6968 7.22966V7.22966V7.27873V7.27874C22.6969 7.65172 22.6969 7.96857 22.6764 8.22822C22.655 8.50008 22.6081 8.76552 22.4825 9.01925C22.3123 9.36314 22.0474 9.65284 21.7146 9.84494C21.4635 9.98984 21.1997 10.0436 20.9368 10.0678C20.6903 10.0904 20.3915 10.0904 20.0501 10.0904H20.05H19.058H19.0579C18.7165 10.0904 18.4177 10.0904 18.1712 10.0678C17.9083 10.0436 17.6444 9.98984 17.3934 9.84494C17.0606 9.65284 16.7957 9.36314 16.6255 9.01925C16.4999 8.76552 16.453 8.50008 16.4316 8.22822C16.4111 7.96857 16.4111 7.65173 16.4111 7.27875V7.27873V7.22966V7.22964C16.4111 6.85667 16.4111 6.53983 16.4316 6.28018C16.453 6.00832 16.4999 5.74288 16.6255 5.48914C16.7957 5.14526 17.0606 4.85556 17.3934 4.66345C17.4303 4.64216 17.4675 4.62283 17.5049 4.60527V3.96601Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.85471 15.0947C8.03791 13.2289 12.0699 13.2289 15.2531 15.0947C15.3539 15.1537 15.4794 15.2234 15.6223 15.3027C16.2549 15.6539 17.2268 16.1934 17.8922 16.8346C18.3077 17.2349 18.7172 17.7756 18.792 18.449C18.8721 19.1705 18.5498 19.8364 17.9335 20.4144C16.8834 21.3992 15.6155 22.1953 13.9731 22.1953H6.13467C4.49233 22.1953 3.22442 21.3992 2.17433 20.4144C1.55801 19.8364 1.23566 19.1705 1.31578 18.449C1.39056 17.7756 1.80011 17.2349 2.2156 16.8346C2.88099 16.1934 3.8529 15.6539 4.48554 15.3027C4.62836 15.2234 4.75391 15.1537 4.85471 15.0947Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.30396 7.44531C5.30396 4.82196 7.4306 2.69531 10.054 2.69531C12.6773 2.69531 14.804 4.82196 14.804 7.44531C14.804 10.0687 12.6773 12.1953 10.054 12.1953C7.4306 12.1953 5.30396 10.0687 5.30396 7.44531Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5049 3.96601C17.5049 2.81971 18.3767 1.80469 19.554 1.80469C20.4041 1.80469 21.1043 2.34395 21.4178 3.06666C21.5592 3.39237 21.4097 3.77096 21.084 3.91228C20.7583 4.0536 20.3797 3.90413 20.2384 3.57843C20.1033 3.26724 19.8311 3.0904 19.554 3.0904C19.178 3.0904 18.7906 3.43506 18.7906 3.96601V4.41843C18.8765 4.41799 18.9657 4.41799 19.058 4.41799L19.0852 4.418L20.05 4.41799H20.05C20.3915 4.41798 20.6902 4.41797 20.9368 4.44061C21.1997 4.46475 21.4635 4.51856 21.7146 4.66345C22.0474 4.85556 22.3123 5.14526 22.4825 5.48914C22.6081 5.74288 22.655 6.00832 22.6764 6.28018C22.6969 6.53983 22.6969 6.85668 22.6968 7.22966V7.22966V7.27873V7.27874C22.6969 7.65172 22.6969 7.96857 22.6764 8.22822C22.655 8.50008 22.6081 8.76552 22.4825 9.01925C22.3123 9.36314 22.0474 9.65284 21.7146 9.84494C21.4635 9.98984 21.1997 10.0436 20.9368 10.0678C20.6903 10.0904 20.3915 10.0904 20.0501 10.0904H20.05H19.058H19.0579C18.7165 10.0904 18.4177 10.0904 18.1712 10.0678C17.9083 10.0436 17.6444 9.98984 17.3934 9.84494C17.0606 9.65284 16.7957 9.36314 16.6255 9.01925C16.4999 8.76552 16.453 8.50008 16.4316 8.22822C16.4111 7.96857 16.4111 7.65173 16.4111 7.27875V7.27873V7.22966V7.22964C16.4111 6.85667 16.4111 6.53983 16.4316 6.28018C16.453 6.00832 16.4999 5.74288 16.6255 5.48914C16.7957 5.14526 17.0606 4.85556 17.3934 4.66345C17.4303 4.64216 17.4675 4.62283 17.5049 4.60527V3.96601Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-users-icons-user{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.8063 14.8372C17.9226 14.9064 18.0663 14.9875 18.229 15.0793C18.9418 15.4814 20.0193 16.0893 20.7575 16.8118C21.2191 17.2637 21.6578 17.8592 21.7375 18.5888C21.8223 19.3646 21.4839 20.0927 20.8048 20.7396C19.6334 21.8556 18.2276 22.75 16.4093 22.75H7.59104C5.77274 22.75 4.36695 21.8556 3.1955 20.7396C2.51649 20.0927 2.17802 19.3646 2.26283 18.5888C2.34257 17.8592 2.78123 17.2637 3.2429 16.8118C3.98106 16.0893 5.05857 15.4814 5.77139 15.0793C5.93404 14.9875 6.07773 14.9064 6.19404 14.8372C9.74809 12.7209 14.2523 12.7209 17.8063 14.8372Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75018 6.5C6.75018 3.6005 9.10068 1.25 12.0002 1.25C14.8997 1.25 17.2502 3.6005 17.2502 6.5C17.2502 9.39949 14.8997 11.75 12.0002 11.75C9.10068 11.75 6.75018 9.39949 6.75018 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.8063 14.8372C17.9226 14.9064 18.0663 14.9875 18.229 15.0793C18.9418 15.4814 20.0193 16.0893 20.7575 16.8118C21.2191 17.2637 21.6578 17.8592 21.7375 18.5888C21.8223 19.3646 21.4839 20.0927 20.8048 20.7396C19.6334 21.8556 18.2276 22.75 16.4093 22.75H7.59104C5.77274 22.75 4.36695 21.8556 3.1955 20.7396C2.51649 20.0927 2.17802 19.3646 2.26283 18.5888C2.34257 17.8592 2.78123 17.2637 3.2429 16.8118C3.98106 16.0893 5.05857 15.4814 5.77139 15.0793C5.93404 14.9875 6.07773 14.9064 6.19404 14.8372C9.74809 12.7209 14.2523 12.7209 17.8063 14.8372Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.75018 6.5C6.75018 3.6005 9.10068 1.25 12.0002 1.25C14.8997 1.25 17.2502 3.6005 17.2502 6.5C17.2502 9.39949 14.8997 11.75 12.0002 11.75C9.10068 11.75 6.75018 9.39949 6.75018 6.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-avalanche{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5577 4.10418C11.0524 3.85871 11.6525 4.06078 11.898 4.55552C12.4605 5.68931 12.9606 6.42047 13.7595 7.34695C14.1202 7.76522 14.0735 8.39666 13.6552 8.75731C13.2369 9.11797 12.6055 9.07127 12.2448 8.653C11.3446 7.60902 10.7487 6.73905 10.1064 5.44444C9.86091 4.9497 10.063 4.34965 10.5577 4.10418Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.77647 4.43173C7.42284 3.88078 7.10074 3.37895 6.79238 3.0251C6.46474 2.64913 5.98235 2.23895 5.28356 2.25023C4.61534 2.26101 4.07747 2.65758 3.72079 2.99529C3.3364 3.35924 2.98645 3.82454 2.68779 4.27744C2.12293 5.13399 1.60328 6.18248 1.35227 6.68897C1.23669 6.92162 1.21827 7.19112 1.30111 7.43751C1.34179 7.5919 1.521 8.23716 1.57533 8.41546C1.68747 8.78351 1.87265 9.30472 2.23902 9.70394C2.72676 10.2354 3.46651 10.4494 4.15842 10.2682C4.66342 10.136 5.02653 9.81236 5.22261 9.63763L5.60459 9.33085C5.60459 9.33085 6.1239 9.74605 6.15165 9.77128C6.40923 10.0055 6.88102 10.4306 7.55472 10.5205C8.21178 10.6081 8.7173 10.3539 9.07045 10.0401L13.2425 16.5383C13.9338 17.6152 14.3907 18.3314 14.6384 18.8769C14.7583 19.1409 14.7997 19.3043 14.8096 19.4014C14.8274 19.498 14.7623 19.5564 14.7275 19.5735C14.651 19.6145 14.5028 19.6677 14.2262 19.7099C13.653 19.7973 12.8261 19.8 11.5714 19.8H2.21872C1.68371 19.8 1.25 20.2365 1.25 20.775C1.25 21.3135 1.68371 21.75 2.21872 21.75L11.6519 21.75C12.4405 21.75 13.1466 21.7501 13.7498 21.7141C13.8222 21.7374 13.8994 21.75 13.9796 21.75H17.9521C18.5053 21.75 19.1516 21.7428 19.7721 21.6226C20.4012 21.5008 21.0547 21.2541 21.594 20.7386C22.3017 20.0621 22.7501 19.1239 22.7501 18.0791C22.7501 16.1874 21.3042 14.683 19.4781 14.3597C19.2816 12.0469 17.1635 10.25 14.7621 10.25C14.3538 10.25 13.807 10.2996 13.2463 10.4309C12.8231 10.5299 12.3621 10.6823 11.9391 10.9154L7.77647 4.43173Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5577 4.10418C11.0524 3.85871 11.6525 4.06078 11.898 4.55552C12.4605 5.68931 12.9606 6.42047 13.7595 7.34695C14.1202 7.76522 14.0735 8.39666 13.6552 8.75731C13.2369 9.11797 12.6055 9.07127 12.2448 8.653C11.3446 7.60902 10.7487 6.73905 10.1064 5.44444C9.86091 4.9497 10.063 4.34965 10.5577 4.10418Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.77647 4.43173C7.42284 3.88078 7.10074 3.37895 6.79238 3.0251C6.46474 2.64913 5.98235 2.23895 5.28356 2.25023C4.61534 2.26101 4.07747 2.65758 3.72079 2.99529C3.3364 3.35924 2.98645 3.82454 2.68779 4.27744C2.12293 5.13399 1.60328 6.18248 1.35227 6.68897C1.23669 6.92162 1.21827 7.19112 1.30111 7.43751C1.34179 7.5919 1.521 8.23716 1.57533 8.41546C1.68747 8.78351 1.87265 9.30472 2.23902 9.70394C2.72676 10.2354 3.46651 10.4494 4.15842 10.2682C4.66342 10.136 5.02653 9.81236 5.22261 9.63763L5.60459 9.33085C5.60459 9.33085 6.1239 9.74605 6.15165 9.77128C6.40923 10.0055 6.88102 10.4306 7.55472 10.5205C8.21178 10.6081 8.7173 10.3539 9.07045 10.0401L13.2425 16.5383C13.9338 17.6152 14.3907 18.3314 14.6384 18.8769C14.7583 19.1409 14.7997 19.3043 14.8096 19.4014C14.8274 19.498 14.7623 19.5564 14.7275 19.5735C14.651 19.6145 14.5028 19.6677 14.2262 19.7099C13.653 19.7973 12.8261 19.8 11.5714 19.8H2.21872C1.68371 19.8 1.25 20.2365 1.25 20.775C1.25 21.3135 1.68371 21.75 2.21872 21.75L11.6519 21.75C12.4405 21.75 13.1466 21.7501 13.7498 21.7141C13.8222 21.7374 13.8994 21.75 13.9796 21.75H17.9521C18.5053 21.75 19.1516 21.7428 19.7721 21.6226C20.4012 21.5008 21.0547 21.2541 21.594 20.7386C22.3017 20.0621 22.7501 19.1239 22.7501 18.0791C22.7501 16.1874 21.3042 14.683 19.4781 14.3597C19.2816 12.0469 17.1635 10.25 14.7621 10.25C14.3538 10.25 13.807 10.2996 13.2463 10.4309C12.8231 10.5299 12.3621 10.6823 11.9391 10.9154L7.77647 4.43173Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-celsius{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 5C4.44772 5 4 5.44772 4 6C4 6.55228 4.44772 7 5 7C5.55228 7 6 6.55228 6 6C6 5.44772 5.55228 5 5 5ZM2 6C2 4.34315 3.34315 3 5 3C6.65685 3 8 4.34315 8 6C8 7.65685 6.65685 9 5 9C3.34315 9 2 7.65685 2 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9718 3H16.0636C16.9625 2.99998 17.7038 2.99997 18.3053 3.05429C18.9307 3.11077 19.5022 3.23217 20.0288 3.53514C20.6383 3.88581 21.1449 4.39045 21.4973 4.99867C21.8352 5.58172 21.9496 6.22287 21.9977 6.93236C22.0351 7.48338 21.6187 7.96035 21.0676 7.99771C20.5166 8.03507 20.0396 7.61866 20.0023 7.06764C19.9618 6.47094 19.8771 6.19161 19.7668 6.00133C19.5908 5.69744 19.3373 5.44465 19.0315 5.26871C18.8594 5.16975 18.6127 5.09019 18.1254 5.04619C17.6246 5.00095 16.974 5 16.0177 5C15.0615 5 14.4109 5.00095 13.91 5.04619C13.4227 5.09019 13.176 5.16975 13.004 5.26871C12.6982 5.44465 12.4447 5.69744 12.2686 6.00133C12.17 6.17157 12.0904 6.41604 12.0463 6.90068C12.001 7.3992 12 8.04692 12 9V15C12 15.9531 12.001 16.6008 12.0463 17.0993C12.0904 17.584 12.17 17.8284 12.2686 17.9987C12.4447 18.3026 12.6982 18.5554 13.004 18.7313C13.176 18.8303 13.4227 18.9098 13.91 18.9538C14.4109 18.999 15.0615 19 16.0177 19C16.974 19 17.6246 18.999 18.1254 18.9538C18.6127 18.9098 18.8594 18.8303 19.0315 18.7313C19.3373 18.5554 19.5908 18.3026 19.7668 17.9987C19.8771 17.8084 19.9618 17.5291 20.0023 16.9324C20.0396 16.3813 20.5166 15.9649 21.0676 16.0023C21.6187 16.0397 22.0351 16.5166 21.9977 17.0676C21.9496 17.7771 21.8352 18.4183 21.4973 19.0013C21.1449 19.6096 20.6383 20.1142 20.0288 20.4649C19.5022 20.7678 18.9307 20.8892 18.3053 20.9457C17.7038 21 16.9625 21 16.0637 21H15.9718C15.0729 21 14.3316 21 13.7301 20.9457C13.1048 20.8892 12.5332 20.7678 12.0066 20.4649C11.3971 20.1142 10.8905 19.6096 10.5381 19.0013C10.2334 18.4754 10.1113 17.9045 10.0545 17.2805C9.99997 16.6806 9.99998 15.9415 10 15.0462V8.95382C9.99998 8.05848 9.99997 7.31937 10.0545 6.71952C10.1113 6.0955 10.2334 5.52459 10.5381 4.99867C10.8905 4.39045 11.3971 3.88581 12.0066 3.53514C12.5332 3.23217 13.1048 3.11077 13.7301 3.05429C14.3316 2.99997 15.0729 2.99998 15.9718 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 5C4.44772 5 4 5.44772 4 6C4 6.55228 4.44772 7 5 7C5.55228 7 6 6.55228 6 6C6 5.44772 5.55228 5 5 5ZM2 6C2 4.34315 3.34315 3 5 3C6.65685 3 8 4.34315 8 6C8 7.65685 6.65685 9 5 9C3.34315 9 2 7.65685 2 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.9718 3H16.0636C16.9625 2.99998 17.7038 2.99997 18.3053 3.05429C18.9307 3.11077 19.5022 3.23217 20.0288 3.53514C20.6383 3.88581 21.1449 4.39045 21.4973 4.99867C21.8352 5.58172 21.9496 6.22287 21.9977 6.93236C22.0351 7.48338 21.6187 7.96035 21.0676 7.99771C20.5166 8.03507 20.0396 7.61866 20.0023 7.06764C19.9618 6.47094 19.8771 6.19161 19.7668 6.00133C19.5908 5.69744 19.3373 5.44465 19.0315 5.26871C18.8594 5.16975 18.6127 5.09019 18.1254 5.04619C17.6246 5.00095 16.974 5 16.0177 5C15.0615 5 14.4109 5.00095 13.91 5.04619C13.4227 5.09019 13.176 5.16975 13.004 5.26871C12.6982 5.44465 12.4447 5.69744 12.2686 6.00133C12.17 6.17157 12.0904 6.41604 12.0463 6.90068C12.001 7.3992 12 8.04692 12 9V15C12 15.9531 12.001 16.6008 12.0463 17.0993C12.0904 17.584 12.17 17.8284 12.2686 17.9987C12.4447 18.3026 12.6982 18.5554 13.004 18.7313C13.176 18.8303 13.4227 18.9098 13.91 18.9538C14.4109 18.999 15.0615 19 16.0177 19C16.974 19 17.6246 18.999 18.1254 18.9538C18.6127 18.9098 18.8594 18.8303 19.0315 18.7313C19.3373 18.5554 19.5908 18.3026 19.7668 17.9987C19.8771 17.8084 19.9618 17.5291 20.0023 16.9324C20.0396 16.3813 20.5166 15.9649 21.0676 16.0023C21.6187 16.0397 22.0351 16.5166 21.9977 17.0676C21.9496 17.7771 21.8352 18.4183 21.4973 19.0013C21.1449 19.6096 20.6383 20.1142 20.0288 20.4649C19.5022 20.7678 18.9307 20.8892 18.3053 20.9457C17.7038 21 16.9625 21 16.0637 21H15.9718C15.0729 21 14.3316 21 13.7301 20.9457C13.1048 20.8892 12.5332 20.7678 12.0066 20.4649C11.3971 20.1142 10.8905 19.6096 10.5381 19.0013C10.2334 18.4754 10.1113 17.9045 10.0545 17.2805C9.99997 16.6806 9.99998 15.9415 10 15.0462V8.95382C9.99998 8.05848 9.99997 7.31937 10.0545 6.71952C10.1113 6.0955 10.2334 5.52459 10.5381 4.99867C10.8905 4.39045 11.3971 3.88581 12.0066 3.53514C12.5332 3.23217 13.1048 3.11077 13.7301 3.05429C14.3316 2.99997 15.0729 2.99998 15.9718 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-cloud-angled-rain-zap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.49241 13.1244C9.83796 13.3528 9.93291 13.8181 9.70449 14.1637L8.16005 16.5001H9.26296C9.27489 16.5001 9.28699 16.5001 9.29922 16.5001C9.4801 16.4999 9.69133 16.4998 9.86444 16.5256C10.0517 16.5535 10.433 16.6446 10.6413 17.0372C10.8483 17.4272 10.7129 17.7928 10.6333 17.9628C10.5591 18.1214 10.4423 18.2977 10.3417 18.4497C10.335 18.4599 10.3283 18.4699 10.3218 18.4799L8.54769 21.1637C8.31928 21.5092 7.85399 21.6042 7.50845 21.3757C7.16291 21.1473 7.06796 20.682 7.29637 20.3365L8.84081 18.0001H7.73791C7.72597 18.0001 7.71388 18.0001 7.70164 18.0001C7.52077 18.0002 7.30954 18.0004 7.13643 17.9746C6.9492 17.9466 6.56791 17.8556 6.35959 17.463L7.02209 17.1114L6.35959 17.463C6.15259 17.0729 6.28794 16.7074 6.36757 16.5373C6.44181 16.3788 6.55852 16.2025 6.65915 16.0505C6.66588 16.0403 6.67254 16.0302 6.67911 16.0203L8.45317 13.3365C8.68159 12.991 9.14687 12.896 9.49241 13.1244ZM7.35426 16.4904C7.35429 16.4903 7.35536 16.4905 7.35737 16.4909C7.35523 16.4906 7.35422 16.4904 7.35426 16.4904ZM7.72443 17.177C7.72439 17.177 7.72478 17.1761 7.7257 17.1741C7.72493 17.176 7.72447 17.177 7.72443 17.177ZM9.64661 18.0098C9.64658 18.0098 9.64551 18.0097 9.6435 18.0093C9.64564 18.0096 9.64664 18.0098 9.64661 18.0098ZM9.27516 17.3261C9.27594 17.3242 9.2764 17.3232 9.27643 17.3231C9.27647 17.3231 9.27608 17.3241 9.27516 17.3261ZM13.3358 18.0793C13.7063 18.2645 13.8565 18.715 13.6713 19.0855L12.6713 21.0855C12.486 21.456 12.0355 21.6061 11.665 21.4209C11.2945 21.2357 11.1444 20.7852 11.3296 20.4147L12.3296 18.4147C12.5149 18.0442 12.9654 17.894 13.3358 18.0793ZM16.3358 18.0793C16.7063 18.2645 16.8565 18.715 16.6713 19.0855L15.6713 21.0855C15.486 21.456 15.0355 21.6061 14.665 21.4209C14.2945 21.2357 14.1444 20.7852 14.3296 20.4147L15.3296 18.4147C15.5149 18.0442 15.9654 17.894 16.3358 18.0793Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.63042 12.6659C10.0911 12.9704 10.2177 13.5908 9.91319 14.0516L8.62514 16.0001L9.30326 16.0001C9.47905 15.9999 9.70882 15.9997 9.90145 16.0284C10.1123 16.0598 10.5968 16.1697 10.8623 16.67C11.126 17.167 10.9493 17.6279 10.8599 17.8189C10.7773 17.9951 10.6505 18.1866 10.5526 18.3343L8.75639 21.0516C8.45184 21.5123 7.83146 21.6389 7.37074 21.3343C6.91001 21.0298 6.78341 20.4094 7.08796 19.9487L8.37602 18.0001L7.69789 18.0001C7.52211 18.0003 7.29234 18.0006 7.09971 17.9718C6.88882 17.9404 6.40441 17.8306 6.1389 17.3302C5.87517 16.8332 6.05187 16.3723 6.14131 16.1813C6.22381 16.0052 6.35068 15.8137 6.44854 15.6659L8.24477 12.9487C8.54932 12.4879 9.1697 12.3613 9.63042 12.6659Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4478 17.6057C13.9418 17.8527 14.142 18.4533 13.895 18.9473L12.895 20.9473C12.648 21.4413 12.0473 21.6415 11.5534 21.3945C11.0594 21.1475 10.8592 20.5469 11.1062 20.0529L12.1062 18.0529C12.3531 17.5589 12.9538 17.3587 13.4478 17.6057Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4478 17.6057C16.9418 17.8527 17.142 18.4533 16.895 18.9473L15.895 20.9473C15.648 21.4413 15.0473 21.6415 14.5534 21.3945C14.0594 21.1475 13.8592 20.5469 14.1062 20.0529L15.1062 18.0529C15.3531 17.5589 15.9538 17.3587 16.4478 17.6057Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.93931 7.21783C5.88991 7.41384 5.8652 7.51184 5.80872 7.5697C5.75224 7.62755 5.65424 7.65476 5.45825 7.70919C3.03106 8.3832 1.25 10.6083 1.25 13.25C1.25 15.5344 2.58209 17.5076 4.51186 18.4353C4.61326 18.484 4.66396 18.5084 4.6722 18.5115C4.85259 18.5794 5.00195 18.424 4.9269 18.2464C4.92347 18.2383 4.88724 18.1701 4.81478 18.0335C4.2076 16.8893 4.64019 15.8519 4.78376 15.5453C4.9146 15.2659 5.09498 14.9943 5.18473 14.8591L6.99433 12.1217C7.75571 10.9699 9.30665 10.6534 10.4585 11.4147C11.4278 12.0555 11.7972 13.268 11.4361 14.3226C11.333 14.6237 11.2815 14.7743 11.3049 14.8624C11.3283 14.9504 11.4458 15.0537 11.6807 15.2601C11.7907 15.3569 11.8978 15.4698 11.9946 15.6039C12.171 15.8483 12.2592 15.9706 12.3299 16.0036C12.4005 16.0366 12.542 16.0264 12.8248 16.0061C13.2573 15.9751 13.7035 16.0562 14.1195 16.2642C14.3267 16.3678 14.4302 16.4196 14.501 16.4196C14.5718 16.4196 14.6755 16.3678 14.883 16.2643C15.5625 15.925 16.3878 15.8984 17.1195 16.2642C17.8525 16.6307 18.3268 17.3088 18.4621 18.0577C18.5416 18.4977 18.5814 18.7177 18.7023 18.7872C18.8232 18.8567 18.9803 18.7996 19.2945 18.6853C21.3103 17.9522 22.75 16.0192 22.75 13.75C22.75 11.2785 21.0422 9.20589 18.7423 8.64786C18.4989 8.5888 18.3772 8.55927 18.3147 8.48828C18.2522 8.4173 18.2385 8.29461 18.2112 8.04924C17.8628 4.92731 15.2149 2.5 12 2.5C9.07671 2.5 6.62272 4.50653 5.93931 7.21783Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.49241 13.1244C9.83796 13.3528 9.93291 13.8181 9.70449 14.1637L8.16005 16.5001H9.26296C9.27489 16.5001 9.28699 16.5001 9.29922 16.5001C9.4801 16.4999 9.69133 16.4998 9.86444 16.5256C10.0517 16.5535 10.433 16.6446 10.6413 17.0372C10.8483 17.4272 10.7129 17.7928 10.6333 17.9628C10.5591 18.1214 10.4423 18.2977 10.3417 18.4497C10.335 18.4599 10.3283 18.4699 10.3218 18.4799L8.54769 21.1637C8.31928 21.5092 7.85399 21.6042 7.50845 21.3757C7.16291 21.1473 7.06796 20.682 7.29637 20.3365L8.84081 18.0001H7.73791C7.72597 18.0001 7.71388 18.0001 7.70164 18.0001C7.52077 18.0002 7.30954 18.0004 7.13643 17.9746C6.9492 17.9466 6.56791 17.8556 6.35959 17.463L7.02209 17.1114L6.35959 17.463C6.15259 17.0729 6.28794 16.7074 6.36757 16.5373C6.44181 16.3788 6.55852 16.2025 6.65915 16.0505C6.66588 16.0403 6.67254 16.0302 6.67911 16.0203L8.45317 13.3365C8.68159 12.991 9.14687 12.896 9.49241 13.1244ZM7.35426 16.4904C7.35429 16.4903 7.35536 16.4905 7.35737 16.4909C7.35523 16.4906 7.35422 16.4904 7.35426 16.4904ZM7.72443 17.177C7.72439 17.177 7.72478 17.1761 7.7257 17.1741C7.72493 17.176 7.72447 17.177 7.72443 17.177ZM9.64661 18.0098C9.64658 18.0098 9.64551 18.0097 9.6435 18.0093C9.64564 18.0096 9.64664 18.0098 9.64661 18.0098ZM9.27516 17.3261C9.27594 17.3242 9.2764 17.3232 9.27643 17.3231C9.27647 17.3231 9.27608 17.3241 9.27516 17.3261ZM13.3358 18.0793C13.7063 18.2645 13.8565 18.715 13.6713 19.0855L12.6713 21.0855C12.486 21.456 12.0355 21.6061 11.665 21.4209C11.2945 21.2357 11.1444 20.7852 11.3296 20.4147L12.3296 18.4147C12.5149 18.0442 12.9654 17.894 13.3358 18.0793ZM16.3358 18.0793C16.7063 18.2645 16.8565 18.715 16.6713 19.0855L15.6713 21.0855C15.486 21.456 15.0355 21.6061 14.665 21.4209C14.2945 21.2357 14.1444 20.7852 14.3296 20.4147L15.3296 18.4147C15.5149 18.0442 15.9654 17.894 16.3358 18.0793Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.63042 12.6659C10.0911 12.9704 10.2177 13.5908 9.91319 14.0516L8.62514 16.0001L9.30326 16.0001C9.47905 15.9999 9.70882 15.9997 9.90145 16.0284C10.1123 16.0598 10.5968 16.1697 10.8623 16.67C11.126 17.167 10.9493 17.6279 10.8599 17.8189C10.7773 17.9951 10.6505 18.1866 10.5526 18.3343L8.75639 21.0516C8.45184 21.5123 7.83146 21.6389 7.37074 21.3343C6.91001 21.0298 6.78341 20.4094 7.08796 19.9487L8.37602 18.0001L7.69789 18.0001C7.52211 18.0003 7.29234 18.0006 7.09971 17.9718C6.88882 17.9404 6.40441 17.8306 6.1389 17.3302C5.87517 16.8332 6.05187 16.3723 6.14131 16.1813C6.22381 16.0052 6.35068 15.8137 6.44854 15.6659L8.24477 12.9487C8.54932 12.4879 9.1697 12.3613 9.63042 12.6659Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4478 17.6057C13.9418 17.8527 14.142 18.4533 13.895 18.9473L12.895 20.9473C12.648 21.4413 12.0473 21.6415 11.5534 21.3945C11.0594 21.1475 10.8592 20.5469 11.1062 20.0529L12.1062 18.0529C12.3531 17.5589 12.9538 17.3587 13.4478 17.6057Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4478 17.6057C16.9418 17.8527 17.142 18.4533 16.895 18.9473L15.895 20.9473C15.648 21.4413 15.0473 21.6415 14.5534 21.3945C14.0594 21.1475 13.8592 20.5469 14.1062 20.0529L15.1062 18.0529C15.3531 17.5589 15.9538 17.3587 16.4478 17.6057Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.93931 7.21783C5.88991 7.41384 5.8652 7.51184 5.80872 7.5697C5.75224 7.62755 5.65424 7.65476 5.45825 7.70919C3.03106 8.3832 1.25 10.6083 1.25 13.25C1.25 15.5344 2.58209 17.5076 4.51186 18.4353C4.61326 18.484 4.66396 18.5084 4.6722 18.5115C4.85259 18.5794 5.00195 18.424 4.9269 18.2464C4.92347 18.2383 4.88724 18.1701 4.81478 18.0335C4.2076 16.8893 4.64019 15.8519 4.78376 15.5453C4.9146 15.2659 5.09498 14.9943 5.18473 14.8591L6.99433 12.1217C7.75571 10.9699 9.30665 10.6534 10.4585 11.4147C11.4278 12.0555 11.7972 13.268 11.4361 14.3226C11.333 14.6237 11.2815 14.7743 11.3049 14.8624C11.3283 14.9504 11.4458 15.0537 11.6807 15.2601C11.7907 15.3569 11.8978 15.4698 11.9946 15.6039C12.171 15.8483 12.2592 15.9706 12.3299 16.0036C12.4005 16.0366 12.542 16.0264 12.8248 16.0061C13.2573 15.9751 13.7035 16.0562 14.1195 16.2642C14.3267 16.3678 14.4302 16.4196 14.501 16.4196C14.5718 16.4196 14.6755 16.3678 14.883 16.2643C15.5625 15.925 16.3878 15.8984 17.1195 16.2642C17.8525 16.6307 18.3268 17.3088 18.4621 18.0577C18.5416 18.4977 18.5814 18.7177 18.7023 18.7872C18.8232 18.8567 18.9803 18.7996 19.2945 18.6853C21.3103 17.9522 22.75 16.0192 22.75 13.75C22.75 11.2785 21.0422 9.20589 18.7423 8.64786C18.4989 8.5888 18.3772 8.55927 18.3147 8.48828C18.2522 8.4173 18.2385 8.29461 18.2112 8.04924C17.8628 4.92731 15.2149 2.5 12 2.5C9.07671 2.5 6.62272 4.50653 5.93931 7.21783Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-cloud-angled-rain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.44743 13.8557C8.94141 14.1027 9.14164 14.7033 8.89465 15.1973L7.89465 17.1973C7.64766 17.6913 7.04698 17.8915 6.55301 17.6445C6.05903 17.3975 5.8588 16.7969 6.10579 16.3029L7.10579 14.3029C7.35278 13.8089 7.95345 13.6087 8.44743 13.8557ZM12.9474 13.8557C13.4414 14.1027 13.6416 14.7033 13.3946 15.1973L12.3946 17.1973C12.1477 17.6913 11.547 17.8915 11.053 17.6445C10.559 17.3975 10.3588 16.7969 10.6058 16.3029L11.6058 14.3029C11.8528 13.8089 12.4535 13.6087 12.9474 13.8557ZM17.4474 13.8557C17.9414 14.1027 18.1416 14.7033 17.8946 15.1973L16.8946 17.1973C16.6477 17.6913 16.047 17.8915 15.553 17.6445C15.059 17.3975 14.8588 16.7969 15.1058 16.3029L16.1058 14.3029C16.3528 13.8089 16.9535 13.6087 17.4474 13.8557ZM9.44743 17.8557C9.94141 18.1027 10.1416 18.7033 9.89465 19.1973L8.89465 21.1973C8.64766 21.6913 8.04698 21.8915 7.55301 21.6445C7.05903 21.3975 6.8588 20.7969 7.10579 20.3029L8.10579 18.3029C8.35278 17.8089 8.95345 17.6087 9.44743 17.8557ZM13.9474 17.8557C14.4414 18.1027 14.6416 18.7033 14.3946 19.1973L13.3946 21.1973C13.1477 21.6913 12.547 21.8915 12.053 21.6445C11.559 21.3975 11.3588 20.7969 11.6058 20.3029L12.6058 18.3029C12.8528 17.8089 13.4535 17.6087 13.9474 17.8557Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.90764 7.0993C5.87784 7.22943 5.86294 7.2945 5.82354 7.33478C5.78413 7.37506 5.71913 7.39146 5.58913 7.42426C3.09536 8.05348 1.25 10.3108 1.25 12.9998C1.25 14.9759 2.24688 16.7192 3.76519 17.7542C4.20291 18.0526 4.42177 18.2018 4.53188 18.1348C4.642 18.0678 4.60074 17.7281 4.51823 17.0487C4.46113 16.5785 4.5368 16.0869 4.76448 15.6315L5.76448 13.6315C6.38195 12.3966 7.88364 11.896 9.11858 12.5135C9.3728 12.6406 9.5959 12.8052 9.78453 12.9972C10.0413 13.2585 10.1696 13.3892 10.253 13.3896C10.3364 13.3899 10.4656 13.2607 10.7239 13.0022C11.4678 12.258 12.6327 12.0205 13.6186 12.5135C13.8728 12.6406 14.0959 12.8052 14.2845 12.9972C14.5413 13.2585 14.6696 13.3892 14.753 13.3896C14.8364 13.3899 14.9656 13.2607 15.2239 13.0022C15.9678 12.258 17.1327 12.0205 18.1186 12.5135C19.3535 13.131 19.8541 14.6327 19.2366 15.8676L18.2366 17.8676C18.0093 18.3222 17.8957 18.5495 17.9593 18.6458C17.9658 18.6557 17.971 18.6623 17.979 18.6711C18.0572 18.756 18.2552 18.7117 18.6512 18.6232C20.9969 18.0984 22.75 16.0038 22.75 13.4998C22.75 10.9699 20.9606 8.85796 18.5784 8.36062C18.4169 8.3269 18.3361 8.31004 18.2922 8.26039C18.2482 8.21073 18.2413 8.12936 18.2276 7.96661C17.9571 4.76439 15.2722 2.24976 12 2.24976C9.02957 2.24976 6.5437 4.32152 5.90764 7.0993Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.44743 13.8557C8.94141 14.1027 9.14164 14.7033 8.89465 15.1973L7.89465 17.1973C7.64766 17.6913 7.04698 17.8915 6.55301 17.6445C6.05903 17.3975 5.8588 16.7969 6.10579 16.3029L7.10579 14.3029C7.35278 13.8089 7.95345 13.6087 8.44743 13.8557ZM12.9474 13.8557C13.4414 14.1027 13.6416 14.7033 13.3946 15.1973L12.3946 17.1973C12.1477 17.6913 11.547 17.8915 11.053 17.6445C10.559 17.3975 10.3588 16.7969 10.6058 16.3029L11.6058 14.3029C11.8528 13.8089 12.4535 13.6087 12.9474 13.8557ZM17.4474 13.8557C17.9414 14.1027 18.1416 14.7033 17.8946 15.1973L16.8946 17.1973C16.6477 17.6913 16.047 17.8915 15.553 17.6445C15.059 17.3975 14.8588 16.7969 15.1058 16.3029L16.1058 14.3029C16.3528 13.8089 16.9535 13.6087 17.4474 13.8557ZM9.44743 17.8557C9.94141 18.1027 10.1416 18.7033 9.89465 19.1973L8.89465 21.1973C8.64766 21.6913 8.04698 21.8915 7.55301 21.6445C7.05903 21.3975 6.8588 20.7969 7.10579 20.3029L8.10579 18.3029C8.35278 17.8089 8.95345 17.6087 9.44743 17.8557ZM13.9474 17.8557C14.4414 18.1027 14.6416 18.7033 14.3946 19.1973L13.3946 21.1973C13.1477 21.6913 12.547 21.8915 12.053 21.6445C11.559 21.3975 11.3588 20.7969 11.6058 20.3029L12.6058 18.3029C12.8528 17.8089 13.4535 17.6087 13.9474 17.8557Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.90764 7.0993C5.87784 7.22943 5.86294 7.2945 5.82354 7.33478C5.78413 7.37506 5.71913 7.39146 5.58913 7.42426C3.09536 8.05348 1.25 10.3108 1.25 12.9998C1.25 14.9759 2.24688 16.7192 3.76519 17.7542C4.20291 18.0526 4.42177 18.2018 4.53188 18.1348C4.642 18.0678 4.60074 17.7281 4.51823 17.0487C4.46113 16.5785 4.5368 16.0869 4.76448 15.6315L5.76448 13.6315C6.38195 12.3966 7.88364 11.896 9.11858 12.5135C9.3728 12.6406 9.5959 12.8052 9.78453 12.9972C10.0413 13.2585 10.1696 13.3892 10.253 13.3896C10.3364 13.3899 10.4656 13.2607 10.7239 13.0022C11.4678 12.258 12.6327 12.0205 13.6186 12.5135C13.8728 12.6406 14.0959 12.8052 14.2845 12.9972C14.5413 13.2585 14.6696 13.3892 14.753 13.3896C14.8364 13.3899 14.9656 13.2607 15.2239 13.0022C15.9678 12.258 17.1327 12.0205 18.1186 12.5135C19.3535 13.131 19.8541 14.6327 19.2366 15.8676L18.2366 17.8676C18.0093 18.3222 17.8957 18.5495 17.9593 18.6458C17.9658 18.6557 17.971 18.6623 17.979 18.6711C18.0572 18.756 18.2552 18.7117 18.6512 18.6232C20.9969 18.0984 22.75 16.0038 22.75 13.4998C22.75 10.9699 20.9606 8.85796 18.5784 8.36062C18.4169 8.3269 18.3361 8.31004 18.2922 8.26039C18.2482 8.21073 18.2413 8.12936 18.2276 7.96661C17.9571 4.76439 15.2722 2.24976 12 2.24976C9.02957 2.24976 6.5437 4.32152 5.90764 7.0993Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-cloud-angled-zap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9924 13.3744C13.338 13.6028 13.4329 14.0681 13.2045 14.4137L11.6601 16.7501H12.763C12.7749 16.7501 12.787 16.7501 12.7992 16.7501C12.9801 16.7499 13.1913 16.7498 13.3644 16.7756C13.5517 16.8035 13.933 16.8946 14.1413 17.2872C14.3483 17.6772 14.2129 18.0428 14.1333 18.2128C14.0591 18.3714 13.9423 18.5477 13.8417 18.6997C13.835 18.7099 13.8283 18.7199 13.8218 18.7299L12.0477 21.4137C11.8193 21.7592 11.354 21.8542 11.0085 21.6257C10.6629 21.3973 10.568 20.932 10.7964 20.5865L12.3408 18.2501H11.2379C11.226 18.2501 11.2139 18.2501 11.2016 18.2501C11.0208 18.2502 10.8095 18.2504 10.6364 18.2246C10.4492 18.1966 10.0679 18.1056 9.85959 17.713C9.65259 17.3229 9.78794 16.9574 9.86757 16.7873C9.94181 16.6288 10.0585 16.4525 10.1592 16.3004C10.1659 16.2903 10.1725 16.2802 10.1791 16.2703L11.9532 13.5865C12.1816 13.241 12.6469 13.146 12.9924 13.3744ZM13.1466 18.2598C13.1466 18.2598 13.1455 18.2597 13.1435 18.2593C13.1456 18.2596 13.1466 18.2598 13.1466 18.2598ZM12.7752 17.5761C12.7759 17.5741 12.7764 17.5732 12.7764 17.5731C12.7765 17.5731 12.7761 17.5741 12.7752 17.5761ZM10.8543 16.7404C10.8543 16.7403 10.8554 16.7405 10.8574 16.7409C10.8552 16.7406 10.8542 16.7404 10.8543 16.7404ZM11.2257 17.4241C11.2249 17.426 11.2245 17.427 11.2244 17.427C11.2244 17.427 11.2248 17.4261 11.2257 17.4241Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.1294 12.9159C13.5902 13.2204 13.7168 13.8408 13.4122 14.3016L12.1242 16.2501L12.8023 16.2501C12.9781 16.2499 13.2078 16.2497 13.4005 16.2784C13.6114 16.3098 14.0958 16.4197 14.3613 16.92C14.625 17.417 14.4483 17.8779 14.3589 18.0689C14.2764 18.2451 14.1495 18.4366 14.0516 18.5843L12.2554 21.3016C11.9509 21.7623 11.3305 21.8889 10.8698 21.5843C10.409 21.2798 10.2824 20.6594 10.587 20.1987L11.875 18.2501L11.1969 18.2501C11.0211 18.2503 10.7914 18.2506 10.5987 18.2218C10.3878 18.1904 9.90343 18.0806 9.63792 17.5802C9.37419 17.0832 9.55089 16.6223 9.64033 16.4313C9.72283 16.2552 9.8497 16.0637 9.94756 15.9159L9.94757 15.9159L11.7438 13.1987C12.0483 12.7379 12.6687 12.6113 13.1294 12.9159Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.93931 6.96783C5.88991 7.16384 5.8652 7.26184 5.80872 7.3197C5.75224 7.37755 5.65424 7.40476 5.45825 7.45919C3.03106 8.1332 1.25 10.3583 1.25 13C1.25 16.1756 3.82436 18.75 7 18.75H8.06437C8.28777 18.75 8.4195 18.4808 8.31478 18.2835C7.7076 17.1393 8.14019 16.1019 8.28376 15.7953C8.41461 15.5159 8.59498 15.2443 8.68473 15.1091L10.4943 12.3717C11.2557 11.2199 12.8067 10.9034 13.9585 11.6647C14.9278 12.3055 15.2972 13.518 14.9362 14.5726C14.8322 14.8762 14.7802 15.028 14.8012 15.1134C14.8221 15.1989 14.9374 15.3084 15.1678 15.5273C15.3588 15.7088 15.5384 15.9349 15.6881 16.217C16.0035 16.8113 16.0326 17.3889 15.9676 17.8498C15.9023 18.3123 15.8697 18.5435 15.9594 18.6468C16.0491 18.75 16.2465 18.75 16.6412 18.75H17.5C20.3995 18.75 22.75 16.3995 22.75 13.5C22.75 11.0285 21.0422 8.95589 18.7423 8.39786C18.4989 8.3388 18.3772 8.30927 18.3147 8.23828C18.2522 8.1673 18.2385 8.04461 18.2112 7.79924C17.8628 4.67731 15.2149 2.25 12 2.25C9.07671 2.25 6.62272 4.25653 5.93931 6.96783Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.9924 13.3744C13.338 13.6028 13.4329 14.0681 13.2045 14.4137L11.6601 16.7501H12.763C12.7749 16.7501 12.787 16.7501 12.7992 16.7501C12.9801 16.7499 13.1913 16.7498 13.3644 16.7756C13.5517 16.8035 13.933 16.8946 14.1413 17.2872C14.3483 17.6772 14.2129 18.0428 14.1333 18.2128C14.0591 18.3714 13.9423 18.5477 13.8417 18.6997C13.835 18.7099 13.8283 18.7199 13.8218 18.7299L12.0477 21.4137C11.8193 21.7592 11.354 21.8542 11.0085 21.6257C10.6629 21.3973 10.568 20.932 10.7964 20.5865L12.3408 18.2501H11.2379C11.226 18.2501 11.2139 18.2501 11.2016 18.2501C11.0208 18.2502 10.8095 18.2504 10.6364 18.2246C10.4492 18.1966 10.0679 18.1056 9.85959 17.713C9.65259 17.3229 9.78794 16.9574 9.86757 16.7873C9.94181 16.6288 10.0585 16.4525 10.1592 16.3004C10.1659 16.2903 10.1725 16.2802 10.1791 16.2703L11.9532 13.5865C12.1816 13.241 12.6469 13.146 12.9924 13.3744ZM13.1466 18.2598C13.1466 18.2598 13.1455 18.2597 13.1435 18.2593C13.1456 18.2596 13.1466 18.2598 13.1466 18.2598ZM12.7752 17.5761C12.7759 17.5741 12.7764 17.5732 12.7764 17.5731C12.7765 17.5731 12.7761 17.5741 12.7752 17.5761ZM10.8543 16.7404C10.8543 16.7403 10.8554 16.7405 10.8574 16.7409C10.8552 16.7406 10.8542 16.7404 10.8543 16.7404ZM11.2257 17.4241C11.2249 17.426 11.2245 17.427 11.2244 17.427C11.2244 17.427 11.2248 17.4261 11.2257 17.4241Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.1294 12.9159C13.5902 13.2204 13.7168 13.8408 13.4122 14.3016L12.1242 16.2501L12.8023 16.2501C12.9781 16.2499 13.2078 16.2497 13.4005 16.2784C13.6114 16.3098 14.0958 16.4197 14.3613 16.92C14.625 17.417 14.4483 17.8779 14.3589 18.0689C14.2764 18.2451 14.1495 18.4366 14.0516 18.5843L12.2554 21.3016C11.9509 21.7623 11.3305 21.8889 10.8698 21.5843C10.409 21.2798 10.2824 20.6594 10.587 20.1987L11.875 18.2501L11.1969 18.2501C11.0211 18.2503 10.7914 18.2506 10.5987 18.2218C10.3878 18.1904 9.90343 18.0806 9.63792 17.5802C9.37419 17.0832 9.55089 16.6223 9.64033 16.4313C9.72283 16.2552 9.8497 16.0637 9.94756 15.9159L9.94757 15.9159L11.7438 13.1987C12.0483 12.7379 12.6687 12.6113 13.1294 12.9159Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.93931 6.96783C5.88991 7.16384 5.8652 7.26184 5.80872 7.3197C5.75224 7.37755 5.65424 7.40476 5.45825 7.45919C3.03106 8.1332 1.25 10.3583 1.25 13C1.25 16.1756 3.82436 18.75 7 18.75H8.06437C8.28777 18.75 8.4195 18.4808 8.31478 18.2835C7.7076 17.1393 8.14019 16.1019 8.28376 15.7953C8.41461 15.5159 8.59498 15.2443 8.68473 15.1091L10.4943 12.3717C11.2557 11.2199 12.8067 10.9034 13.9585 11.6647C14.9278 12.3055 15.2972 13.518 14.9362 14.5726C14.8322 14.8762 14.7802 15.028 14.8012 15.1134C14.8221 15.1989 14.9374 15.3084 15.1678 15.5273C15.3588 15.7088 15.5384 15.9349 15.6881 16.217C16.0035 16.8113 16.0326 17.3889 15.9676 17.8498C15.9023 18.3123 15.8697 18.5435 15.9594 18.6468C16.0491 18.75 16.2465 18.75 16.6412 18.75H17.5C20.3995 18.75 22.75 16.3995 22.75 13.5C22.75 11.0285 21.0422 8.95589 18.7423 8.39786C18.4989 8.3388 18.3772 8.30927 18.3147 8.23828C18.2522 8.1673 18.2385 8.04461 18.2112 7.79924C17.8628 4.67731 15.2149 2.25 12 2.25C9.07671 2.25 6.62272 4.25653 5.93931 6.96783Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-cloud-big-rain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 18.4212C8.5 16.7475 9.97444 15.0936 11.0093 14.1389C11.5714 13.6204 12.4286 13.6204 12.9907 14.1389C14.0256 15.0936 15.5 16.7475 15.5 18.4212C15.5 20.0622 14.1746 21.75 12 21.75C9.82538 21.75 8.5 20.0622 8.5 18.4212Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.89293 7.16541C5.86687 7.28518 5.77394 7.37979 5.65475 7.40836C3.1278 8.01425 1.25 10.2875 1.25 13C1.25 16.1756 3.82436 18.75 7 18.75C7.00646 18.75 7.01155 18.7445 7.0111 18.7381C7.00372 18.6326 7 18.5269 7 18.4212C7 17.1598 7.5458 16.0318 8.12106 15.1746C8.70882 14.2988 9.42793 13.557 9.99225 13.0364C11.1288 11.9879 12.8712 11.9879 14.0078 13.0364C14.5721 13.557 15.2912 14.2988 15.8789 15.1746C16.4542 16.0318 17 17.1598 17 18.4212C17 18.4234 17 18.4256 17 18.4277C16.9997 18.602 17.1364 18.75 17.3106 18.75H17.5C20.3995 18.75 22.75 16.3995 22.75 13.5C22.75 10.941 20.9191 8.80958 18.4958 8.34431C18.3526 8.31682 18.2444 8.196 18.2341 8.05055C18.0037 4.80855 15.3006 2.25 12 2.25C9.00614 2.25 6.50451 4.35458 5.89293 7.16541Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 18.4212C8.5 16.7475 9.97444 15.0936 11.0093 14.1389C11.5714 13.6204 12.4286 13.6204 12.9907 14.1389C14.0256 15.0936 15.5 16.7475 15.5 18.4212C15.5 20.0622 14.1746 21.75 12 21.75C9.82538 21.75 8.5 20.0622 8.5 18.4212Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.89293 7.16541C5.86687 7.28518 5.77394 7.37979 5.65475 7.40836C3.1278 8.01425 1.25 10.2875 1.25 13C1.25 16.1756 3.82436 18.75 7 18.75C7.00646 18.75 7.01155 18.7445 7.0111 18.7381C7.00372 18.6326 7 18.5269 7 18.4212C7 17.1598 7.5458 16.0318 8.12106 15.1746C8.70882 14.2988 9.42793 13.557 9.99225 13.0364C11.1288 11.9879 12.8712 11.9879 14.0078 13.0364C14.5721 13.557 15.2912 14.2988 15.8789 15.1746C16.4542 16.0318 17 17.1598 17 18.4212C17 18.4234 17 18.4256 17 18.4277C16.9997 18.602 17.1364 18.75 17.3106 18.75H17.5C20.3995 18.75 22.75 16.3995 22.75 13.5C22.75 10.941 20.9191 8.80958 18.4958 8.34431C18.3526 8.31682 18.2444 8.196 18.2341 8.05055C18.0037 4.80855 15.3006 2.25 12 2.25C9.00614 2.25 6.50451 4.35458 5.89293 7.16541Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-cloud-fast-wind{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.3107 18.8432C14.404 18.7819 14.5074 18.75 14.6156 18.75C14.9106 18.75 15.2502 19.0281 15.2502 19.5C15.2502 19.9719 14.9106 20.25 14.6156 20.25C14.5476 20.25 14.483 20.2375 14.4222 20.2142C14.0354 20.0661 13.6017 20.2596 13.4536 20.6465C13.3055 21.0333 13.499 21.4669 13.8858 21.6151C14.1138 21.7023 14.3599 21.75 14.6156 21.75C15.8499 21.75 16.7502 20.685 16.7502 19.5C16.7502 18.315 15.8499 17.25 14.6156 17.25C14.1847 17.25 13.7851 17.3851 13.4537 17.6119L13.441 17.6205L13.4288 17.6297C12.4519 18.3584 10.6077 19.3112 8.52777 19.5562C8.1164 19.6046 7.82221 19.9774 7.87066 20.3888C7.91912 20.8001 8.29188 21.0943 8.70325 21.0459C11.0823 20.7657 13.1619 19.6959 14.3107 18.8432ZM3.33022 19.2107C3.51643 18.8407 3.96732 18.6917 4.33732 18.8779C4.88545 19.1537 5.44298 19.3423 6.0008 19.4597C6.40613 19.545 6.66555 19.9428 6.58022 20.3481C6.49489 20.7535 6.09713 21.0129 5.6918 20.9275C5.01318 20.7847 4.33221 20.5546 3.663 20.2178C3.293 20.0316 3.14401 19.5807 3.33022 19.2107ZM18.2502 20C18.2502 19.5858 18.5859 19.25 19.0002 19.25H21.0002C21.4144 19.25 21.7502 19.5858 21.7502 20C21.7502 20.4142 21.4144 20.75 21.0002 20.75H19.0002C18.5859 20.75 18.2502 20.4142 18.2502 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 13C1.25 10.3583 3.03106 8.1332 5.45825 7.45919C5.65424 7.40476 5.75224 7.37755 5.80872 7.3197C5.8652 7.26184 5.88991 7.16384 5.93931 6.96783C6.62272 4.25653 9.07671 2.25 12 2.25C15.2149 2.25 17.8628 4.67731 18.2112 7.79924C18.2385 8.04459 18.2522 8.1673 18.3147 8.23828C18.3772 8.30927 18.4989 8.3388 18.7423 8.39786C21.0422 8.95589 22.75 11.0285 22.75 13.5C22.75 15.1776 21.9632 16.6714 20.7384 17.6325C20.6665 17.6889 20.6306 17.7171 20.583 17.7336C20.5354 17.75 20.4862 17.75 20.3879 17.75H19.0005C18.8508 17.75 18.7046 17.7646 18.5631 17.7925C18.2276 17.8586 18.0598 17.8916 17.9746 17.8551C17.8894 17.8186 17.8071 17.6892 17.6426 17.4304C17.0207 16.4521 15.9566 15.75 14.6159 15.75C14.5739 15.75 14.5322 15.7507 14.4906 15.7522C14.2296 15.7614 14.0991 15.766 14.0698 15.7104C14.0406 15.6549 14.1158 15.5531 14.2663 15.3494L14.2902 15.317C15.3475 13.551 13.9196 11.4282 12.0009 11.4282C10.5619 11.4282 9.35086 12.5617 9.35086 14.0139C9.35086 14.4281 9.68665 14.7639 10.1009 14.7639C10.5151 14.7639 10.8509 14.4281 10.8509 14.0139C10.8509 13.4384 11.3412 12.9282 12.0009 12.9282C12.8712 12.9282 13.3829 13.8631 13.0187 14.5195C11.8289 16.1142 9.20549 17.2517 6.59564 17.3829C5.55256 17.4354 4.58443 17.3273 3.75378 17.0589C2.71719 16.724 1.90635 15.885 1.55534 14.8537C1.35738 14.2721 1.25 13.6486 1.25 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.3107 18.8432C14.404 18.7819 14.5074 18.75 14.6156 18.75C14.9106 18.75 15.2502 19.0281 15.2502 19.5C15.2502 19.9719 14.9106 20.25 14.6156 20.25C14.5476 20.25 14.483 20.2375 14.4222 20.2142C14.0354 20.0661 13.6017 20.2596 13.4536 20.6465C13.3055 21.0333 13.499 21.4669 13.8858 21.6151C14.1138 21.7023 14.3599 21.75 14.6156 21.75C15.8499 21.75 16.7502 20.685 16.7502 19.5C16.7502 18.315 15.8499 17.25 14.6156 17.25C14.1847 17.25 13.7851 17.3851 13.4537 17.6119L13.441 17.6205L13.4288 17.6297C12.4519 18.3584 10.6077 19.3112 8.52777 19.5562C8.1164 19.6046 7.82221 19.9774 7.87066 20.3888C7.91912 20.8001 8.29188 21.0943 8.70325 21.0459C11.0823 20.7657 13.1619 19.6959 14.3107 18.8432ZM3.33022 19.2107C3.51643 18.8407 3.96732 18.6917 4.33732 18.8779C4.88545 19.1537 5.44298 19.3423 6.0008 19.4597C6.40613 19.545 6.66555 19.9428 6.58022 20.3481C6.49489 20.7535 6.09713 21.0129 5.6918 20.9275C5.01318 20.7847 4.33221 20.5546 3.663 20.2178C3.293 20.0316 3.14401 19.5807 3.33022 19.2107ZM18.2502 20C18.2502 19.5858 18.5859 19.25 19.0002 19.25H21.0002C21.4144 19.25 21.7502 19.5858 21.7502 20C21.7502 20.4142 21.4144 20.75 21.0002 20.75H19.0002C18.5859 20.75 18.2502 20.4142 18.2502 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 13C1.25 10.3583 3.03106 8.1332 5.45825 7.45919C5.65424 7.40476 5.75224 7.37755 5.80872 7.3197C5.8652 7.26184 5.88991 7.16384 5.93931 6.96783C6.62272 4.25653 9.07671 2.25 12 2.25C15.2149 2.25 17.8628 4.67731 18.2112 7.79924C18.2385 8.04459 18.2522 8.1673 18.3147 8.23828C18.3772 8.30927 18.4989 8.3388 18.7423 8.39786C21.0422 8.95589 22.75 11.0285 22.75 13.5C22.75 15.1776 21.9632 16.6714 20.7384 17.6325C20.6665 17.6889 20.6306 17.7171 20.583 17.7336C20.5354 17.75 20.4862 17.75 20.3879 17.75H19.0005C18.8508 17.75 18.7046 17.7646 18.5631 17.7925C18.2276 17.8586 18.0598 17.8916 17.9746 17.8551C17.8894 17.8186 17.8071 17.6892 17.6426 17.4304C17.0207 16.4521 15.9566 15.75 14.6159 15.75C14.5739 15.75 14.5322 15.7507 14.4906 15.7522C14.2296 15.7614 14.0991 15.766 14.0698 15.7104C14.0406 15.6549 14.1158 15.5531 14.2663 15.3494L14.2902 15.317C15.3475 13.551 13.9196 11.4282 12.0009 11.4282C10.5619 11.4282 9.35086 12.5617 9.35086 14.0139C9.35086 14.4281 9.68665 14.7639 10.1009 14.7639C10.5151 14.7639 10.8509 14.4281 10.8509 14.0139C10.8509 13.4384 11.3412 12.9282 12.0009 12.9282C12.8712 12.9282 13.3829 13.8631 13.0187 14.5195C11.8289 16.1142 9.20549 17.2517 6.59564 17.3829C5.55256 17.4354 4.58443 17.3273 3.75378 17.0589C2.71719 16.724 1.90635 15.885 1.55534 14.8537C1.35738 14.2721 1.25 13.6486 1.25 13Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-cloud-hailstone{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 20.8755C13 21.4278 12.5523 21.8755 12 21.8755C11.4477 21.8755 11 21.4278 11 20.8755C11 20.3232 11.4477 19.8755 12 19.8755C12.5523 19.8755 13 20.3232 13 20.8755Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 19.8755C7 20.4278 6.55228 20.8755 6 20.8755C5.44772 20.8755 5 20.4278 5 19.8755C5 19.3232 5.44772 18.8755 6 18.8755C6.55228 18.8755 7 19.3232 7 19.8755Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 16.875C10 17.4273 9.55228 17.875 9 17.875C8.44772 17.875 8 17.4273 8 16.875C8 16.3227 8.44772 15.875 9 15.875C9.55228 15.875 10 16.3227 10 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 13.875C13 14.4273 12.5523 14.875 12 14.875C11.4477 14.875 11 14.4273 11 13.875C11 13.3227 11.4477 12.875 12 12.875C12.5523 12.875 13 13.3227 13 13.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16 16.875C16 17.4273 15.5523 17.875 15 17.875C14.4477 17.875 14 17.4273 14 16.875C14 16.3227 14.4477 15.875 15 15.875C15.5523 15.875 16 16.3227 16 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 19.875C19 20.4273 18.5523 20.875 18 20.875C17.4477 20.875 17 20.4273 17 19.875C17 19.3227 17.4477 18.875 18 18.875C18.5523 18.875 19 19.3227 19 19.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.93931 6.84283C5.88991 7.03884 5.8652 7.13684 5.80872 7.1947C5.75224 7.25255 5.65424 7.27976 5.45825 7.33419C3.03106 8.0082 1.25 10.2333 1.25 12.875C1.25 14.9549 2.35427 16.7768 4.0085 17.7865C4.15808 17.8778 4.23287 17.9235 4.31753 17.9233C4.40219 17.9231 4.49828 17.8639 4.69045 17.7455C5.0713 17.5109 5.51984 17.3755 6 17.3755C6.14791 17.3755 6.22186 17.3755 6.2435 17.3723C6.41659 17.347 6.47146 17.2921 6.49683 17.119C6.5 17.0974 6.5 17.0232 6.5 16.875C6.5 15.4943 7.61929 14.375 9 14.375C9.14792 14.375 9.22188 14.375 9.24352 14.3718C9.41656 14.3465 9.47146 14.2916 9.49683 14.1185C9.5 14.0969 9.5 14.0229 9.5 13.875C9.5 12.4943 10.6193 11.375 12 11.375C13.3807 11.375 14.5 12.4943 14.5 13.875C14.5 14.0229 14.5 14.0969 14.5032 14.1185C14.5285 14.2916 14.5834 14.3465 14.7565 14.3718C14.7781 14.375 14.8521 14.375 15 14.375C16.3807 14.375 17.5 15.4943 17.5 16.875C17.5 17.0229 17.5 17.0969 17.5032 17.1185C17.5285 17.2916 17.5834 17.3465 17.7565 17.3718C17.7781 17.375 17.8521 17.375 18 17.375C18.5387 17.375 19.0375 17.5454 19.4457 17.8352C19.6381 17.9718 19.7343 18.0401 19.8227 18.044C19.911 18.0479 19.9895 18.0019 20.1466 17.9101C21.7039 16.9993 22.75 15.3093 22.75 13.375C22.75 10.9035 21.0422 8.83089 18.7423 8.27286C18.4989 8.2138 18.3772 8.18427 18.3147 8.11328C18.2522 8.0423 18.2385 7.91961 18.2112 7.67424C17.8628 4.55231 15.2149 2.125 12 2.125C9.07671 2.125 6.62272 4.13153 5.93931 6.84283Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 20.8755C13 21.4278 12.5523 21.8755 12 21.8755C11.4477 21.8755 11 21.4278 11 20.8755C11 20.3232 11.4477 19.8755 12 19.8755C12.5523 19.8755 13 20.3232 13 20.8755Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 19.8755C7 20.4278 6.55228 20.8755 6 20.8755C5.44772 20.8755 5 20.4278 5 19.8755C5 19.3232 5.44772 18.8755 6 18.8755C6.55228 18.8755 7 19.3232 7 19.8755Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 16.875C10 17.4273 9.55228 17.875 9 17.875C8.44772 17.875 8 17.4273 8 16.875C8 16.3227 8.44772 15.875 9 15.875C9.55228 15.875 10 16.3227 10 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 13.875C13 14.4273 12.5523 14.875 12 14.875C11.4477 14.875 11 14.4273 11 13.875C11 13.3227 11.4477 12.875 12 12.875C12.5523 12.875 13 13.3227 13 13.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16 16.875C16 17.4273 15.5523 17.875 15 17.875C14.4477 17.875 14 17.4273 14 16.875C14 16.3227 14.4477 15.875 15 15.875C15.5523 15.875 16 16.3227 16 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 19.875C19 20.4273 18.5523 20.875 18 20.875C17.4477 20.875 17 20.4273 17 19.875C17 19.3227 17.4477 18.875 18 18.875C18.5523 18.875 19 19.3227 19 19.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.93931 6.84283C5.88991 7.03884 5.8652 7.13684 5.80872 7.1947C5.75224 7.25255 5.65424 7.27976 5.45825 7.33419C3.03106 8.0082 1.25 10.2333 1.25 12.875C1.25 14.9549 2.35427 16.7768 4.0085 17.7865C4.15808 17.8778 4.23287 17.9235 4.31753 17.9233C4.40219 17.9231 4.49828 17.8639 4.69045 17.7455C5.0713 17.5109 5.51984 17.3755 6 17.3755C6.14791 17.3755 6.22186 17.3755 6.2435 17.3723C6.41659 17.347 6.47146 17.2921 6.49683 17.119C6.5 17.0974 6.5 17.0232 6.5 16.875C6.5 15.4943 7.61929 14.375 9 14.375C9.14792 14.375 9.22188 14.375 9.24352 14.3718C9.41656 14.3465 9.47146 14.2916 9.49683 14.1185C9.5 14.0969 9.5 14.0229 9.5 13.875C9.5 12.4943 10.6193 11.375 12 11.375C13.3807 11.375 14.5 12.4943 14.5 13.875C14.5 14.0229 14.5 14.0969 14.5032 14.1185C14.5285 14.2916 14.5834 14.3465 14.7565 14.3718C14.7781 14.375 14.8521 14.375 15 14.375C16.3807 14.375 17.5 15.4943 17.5 16.875C17.5 17.0229 17.5 17.0969 17.5032 17.1185C17.5285 17.2916 17.5834 17.3465 17.7565 17.3718C17.7781 17.375 17.8521 17.375 18 17.375C18.5387 17.375 19.0375 17.5454 19.4457 17.8352C19.6381 17.9718 19.7343 18.0401 19.8227 18.044C19.911 18.0479 19.9895 18.0019 20.1466 17.9101C21.7039 16.9993 22.75 15.3093 22.75 13.375C22.75 10.9035 21.0422 8.83089 18.7423 8.27286C18.4989 8.2138 18.3772 8.18427 18.3147 8.11328C18.2522 8.0423 18.2385 7.91961 18.2112 7.67424C17.8628 4.55231 15.2149 2.125 12 2.125C9.07671 2.125 6.62272 4.13153 5.93931 6.84283Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-cloud-little-rain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0011 12.25C12.5534 12.25 13.0011 12.6977 13.0011 13.25V14.75C13.0011 15.3023 12.5534 15.75 12.0011 15.75C11.4488 15.75 11.0011 15.3023 11.0011 14.75V13.25C11.0011 12.6977 11.4488 12.25 12.0011 12.25ZM9 15.25C9.55228 15.25 10 15.6977 10 16.25V17.75C10 18.3023 9.55228 18.75 9 18.75C8.44772 18.75 8 18.3023 8 17.75V16.25C8 15.6977 8.44772 15.25 9 15.25ZM15 15.25C15.5523 15.25 16 15.6977 16 16.25V17.75C16 18.3023 15.5523 18.75 15 18.75C14.4477 18.75 14 18.3023 14 17.75V16.25C14 15.6977 14.4477 15.25 15 15.25ZM6.5 18.25C7.05228 18.25 7.5 18.6977 7.5 19.25V20.75C7.5 21.3023 7.05228 21.75 6.5 21.75C5.94772 21.75 5.5 21.3023 5.5 20.75V19.25C5.5 18.6977 5.94772 18.25 6.5 18.25ZM12 18.25C12.5523 18.25 13 18.6977 13 19.25V20.75C13 21.3023 12.5523 21.75 12 21.75C11.4477 21.75 11 21.3023 11 20.75V19.25C11 18.6977 11.4477 18.25 12 18.25ZM17.5 18.25C18.0523 18.25 18.5 18.6977 18.5 19.25V20.75C18.5 21.3023 18.0523 21.75 17.5 21.75C16.9477 21.75 16.5 21.3023 16.5 20.75V19.25C16.5 18.6977 16.9477 18.25 17.5 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.93931 6.96783C5.88991 7.16384 5.8652 7.26184 5.80872 7.3197C5.75224 7.37755 5.65424 7.40476 5.45825 7.45919C3.03106 8.1332 1.25 10.3583 1.25 13C1.25 14.9823 2.25312 16.7303 3.77944 17.7642C3.98555 17.9037 4.0886 17.9735 4.20034 17.9598C4.31209 17.946 4.4202 17.8252 4.63643 17.5835C4.98905 17.1895 5.4648 16.9079 6.0032 16.7994C6.21955 16.7558 6.32773 16.734 6.38304 16.6914C6.42477 16.6592 6.44593 16.6334 6.46918 16.5861C6.5 16.5235 6.5 16.4323 6.5 16.25C6.5 14.8693 7.61929 13.75 9 13.75C9.16362 13.75 9.24543 13.75 9.28789 13.7372C9.39688 13.7042 9.45529 13.6458 9.48824 13.5368C9.50107 13.4944 9.50107 13.4282 9.50107 13.2958V13.25C9.50107 11.8693 10.6204 10.75 12.0011 10.75C13.3818 10.75 14.5011 11.8693 14.5011 13.25V13.2976C14.5011 13.4284 14.5011 13.4938 14.5136 13.5358C14.5464 13.6457 14.6054 13.7047 14.7153 13.7375C14.7573 13.75 14.8382 13.75 15 13.75C16.3807 13.75 17.5 14.8693 17.5 16.25C17.5 16.4323 17.5 16.5235 17.5308 16.5861C17.5541 16.6334 17.5752 16.6592 17.617 16.6914C17.6723 16.734 17.7805 16.7558 17.9968 16.7994C18.5878 16.9185 19.1032 17.2461 19.4632 17.7021C19.6698 17.9636 19.773 18.0944 19.887 18.1136C20.0009 18.1329 20.1079 18.0646 20.3218 17.9279C21.7819 16.9955 22.75 15.3608 22.75 13.5C22.75 11.0285 21.0422 8.95589 18.7423 8.39786C18.4989 8.3388 18.3772 8.30927 18.3147 8.23828C18.2522 8.1673 18.2385 8.04461 18.2112 7.79924C17.8628 4.67731 15.2149 2.25 12 2.25C9.07671 2.25 6.62272 4.25653 5.93931 6.96783Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0011 12.25C12.5534 12.25 13.0011 12.6977 13.0011 13.25V14.75C13.0011 15.3023 12.5534 15.75 12.0011 15.75C11.4488 15.75 11.0011 15.3023 11.0011 14.75V13.25C11.0011 12.6977 11.4488 12.25 12.0011 12.25ZM9 15.25C9.55228 15.25 10 15.6977 10 16.25V17.75C10 18.3023 9.55228 18.75 9 18.75C8.44772 18.75 8 18.3023 8 17.75V16.25C8 15.6977 8.44772 15.25 9 15.25ZM15 15.25C15.5523 15.25 16 15.6977 16 16.25V17.75C16 18.3023 15.5523 18.75 15 18.75C14.4477 18.75 14 18.3023 14 17.75V16.25C14 15.6977 14.4477 15.25 15 15.25ZM6.5 18.25C7.05228 18.25 7.5 18.6977 7.5 19.25V20.75C7.5 21.3023 7.05228 21.75 6.5 21.75C5.94772 21.75 5.5 21.3023 5.5 20.75V19.25C5.5 18.6977 5.94772 18.25 6.5 18.25ZM12 18.25C12.5523 18.25 13 18.6977 13 19.25V20.75C13 21.3023 12.5523 21.75 12 21.75C11.4477 21.75 11 21.3023 11 20.75V19.25C11 18.6977 11.4477 18.25 12 18.25ZM17.5 18.25C18.0523 18.25 18.5 18.6977 18.5 19.25V20.75C18.5 21.3023 18.0523 21.75 17.5 21.75C16.9477 21.75 16.5 21.3023 16.5 20.75V19.25C16.5 18.6977 16.9477 18.25 17.5 18.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.93931 6.96783C5.88991 7.16384 5.8652 7.26184 5.80872 7.3197C5.75224 7.37755 5.65424 7.40476 5.45825 7.45919C3.03106 8.1332 1.25 10.3583 1.25 13C1.25 14.9823 2.25312 16.7303 3.77944 17.7642C3.98555 17.9037 4.0886 17.9735 4.20034 17.9598C4.31209 17.946 4.4202 17.8252 4.63643 17.5835C4.98905 17.1895 5.4648 16.9079 6.0032 16.7994C6.21955 16.7558 6.32773 16.734 6.38304 16.6914C6.42477 16.6592 6.44593 16.6334 6.46918 16.5861C6.5 16.5235 6.5 16.4323 6.5 16.25C6.5 14.8693 7.61929 13.75 9 13.75C9.16362 13.75 9.24543 13.75 9.28789 13.7372C9.39688 13.7042 9.45529 13.6458 9.48824 13.5368C9.50107 13.4944 9.50107 13.4282 9.50107 13.2958V13.25C9.50107 11.8693 10.6204 10.75 12.0011 10.75C13.3818 10.75 14.5011 11.8693 14.5011 13.25V13.2976C14.5011 13.4284 14.5011 13.4938 14.5136 13.5358C14.5464 13.6457 14.6054 13.7047 14.7153 13.7375C14.7573 13.75 14.8382 13.75 15 13.75C16.3807 13.75 17.5 14.8693 17.5 16.25C17.5 16.4323 17.5 16.5235 17.5308 16.5861C17.5541 16.6334 17.5752 16.6592 17.617 16.6914C17.6723 16.734 17.7805 16.7558 17.9968 16.7994C18.5878 16.9185 19.1032 17.2461 19.4632 17.7021C19.6698 17.9636 19.773 18.0944 19.887 18.1136C20.0009 18.1329 20.1079 18.0646 20.3218 17.9279C21.7819 16.9955 22.75 15.3608 22.75 13.5C22.75 11.0285 21.0422 8.95589 18.7423 8.39786C18.4989 8.3388 18.3772 8.30927 18.3147 8.23828C18.2522 8.1673 18.2385 8.04461 18.2112 7.79924C17.8628 4.67731 15.2149 2.25 12 2.25C9.07671 2.25 6.62272 4.25653 5.93931 6.96783Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-cloud-little-snow{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2929 13.0429C10.6834 12.6524 11.3166 12.6524 11.7071 13.0429L12 13.3358L12.2929 13.0429C12.6834 12.6524 13.3166 12.6524 13.7071 13.0429C14.0976 13.4334 14.0976 14.0666 13.7071 14.4571L13.4142 14.75L13.7071 15.0429C14.0976 15.4334 14.0976 16.0666 13.7071 16.4571C13.3166 16.8476 12.6834 16.8476 12.2929 16.4571L12 16.1642L11.7071 16.4571C11.3166 16.8476 10.6834 16.8476 10.2929 16.4571C9.90237 16.0666 9.90237 15.4334 10.2929 15.0429L10.5858 14.75L10.2929 14.4571C9.90237 14.0666 9.90237 13.4334 10.2929 13.0429ZM6.29289 18.0429C6.68342 17.6524 7.31658 17.6524 7.70711 18.0429L8 18.3358L8.29289 18.0429C8.68342 17.6524 9.31658 17.6524 9.70711 18.0429C10.0976 18.4334 10.0976 19.0666 9.70711 19.4571L9.41421 19.75L9.70711 20.0429C10.0976 20.4334 10.0976 21.0666 9.70711 21.4571C9.31658 21.8476 8.68342 21.8476 8.29289 21.4571L8 21.1642L7.70711 21.4571C7.31658 21.8476 6.68342 21.8476 6.29289 21.4571C5.90237 21.0666 5.90237 20.4334 6.29289 20.0429L6.58579 19.75L6.29289 19.4571C5.90237 19.0666 5.90237 18.4334 6.29289 18.0429ZM14.2929 18.0429C14.6834 17.6524 15.3166 17.6524 15.7071 18.0429L16 18.3358L16.2929 18.0429C16.6834 17.6524 17.3166 17.6524 17.7071 18.0429C18.0976 18.4334 18.0976 19.0666 17.7071 19.4571L17.4142 19.75L17.7071 20.0429C18.0976 20.4334 18.0976 21.0666 17.7071 21.4571C17.3166 21.8476 16.6834 21.8476 16.2929 21.4571L16 21.1642L15.7071 21.4571C15.3166 21.8476 14.6834 21.8476 14.2929 21.4571C13.9024 21.0666 13.9024 20.4334 14.2929 20.0429L14.5858 19.75L14.2929 19.4571C13.9024 19.0666 13.9024 18.4334 14.2929 18.0429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.93931 6.96783C5.88991 7.16384 5.8652 7.26184 5.80872 7.3197C5.75224 7.37755 5.65424 7.40476 5.45825 7.45919C3.03106 8.1332 1.25 10.3583 1.25 13C1.25 15.0353 2.30749 16.8237 3.90301 17.8455C4.15623 18.0077 4.28284 18.0888 4.40784 18.0581C4.53285 18.0274 4.63126 17.8551 4.82809 17.5107C4.93612 17.3216 5.07084 17.1436 5.23223 16.9822C5.93725 16.2772 6.9586 16.0813 7.83941 16.3945C7.88975 16.4124 7.91492 16.4214 7.9309 16.4251C7.98565 16.4381 8.01417 16.4381 8.06892 16.4252C8.0849 16.4214 8.11041 16.4123 8.16144 16.3942C8.28165 16.3515 8.34175 16.3302 8.36815 16.3141C8.46408 16.2558 8.4916 16.2145 8.50872 16.1036C8.51343 16.073 8.5101 16.009 8.50342 15.8811C8.48785 15.5828 8.52546 15.2822 8.61623 14.9949C8.65806 14.8625 8.67897 14.7963 8.67897 14.75C8.67897 14.7038 8.65805 14.6375 8.61623 14.5051C8.34426 13.6441 8.54959 12.6649 9.23223 11.9822C9.91488 11.2996 10.8941 11.0943 11.7551 11.3662C11.8875 11.4081 11.9537 11.429 12 11.429C12.0463 11.429 12.1125 11.4081 12.2449 11.3662C13.1059 11.0943 14.0851 11.2996 14.7678 11.9822C15.4504 12.6649 15.6557 13.6441 15.3838 14.5051C15.3419 14.6375 15.321 14.7038 15.321 14.75C15.321 14.7963 15.3419 14.8625 15.3838 14.9949C15.4745 15.2822 15.5121 15.5828 15.4966 15.8811C15.4899 16.009 15.4866 16.073 15.4913 16.1036C15.5084 16.2145 15.5359 16.2558 15.6319 16.3141C15.6582 16.3302 15.7184 16.3515 15.8386 16.3942C15.8896 16.4123 15.9151 16.4214 15.9311 16.4252C15.9858 16.4381 16.0144 16.4381 16.0691 16.4251C16.0851 16.4214 16.1102 16.4124 16.1606 16.3945C17.0414 16.0813 18.0627 16.2772 18.7678 16.9822C18.9674 17.1818 19.1262 17.4068 19.2442 17.6468C19.4211 18.0066 19.5095 18.1864 19.6347 18.2241C19.7599 18.2617 19.8902 18.1854 20.1506 18.0327C21.7057 17.1214 22.75 15.4326 22.75 13.5C22.75 11.0285 21.0422 8.95589 18.7423 8.39786C18.4989 8.3388 18.3772 8.30927 18.3147 8.23828C18.2522 8.1673 18.2385 8.04461 18.2112 7.79924C17.8628 4.67731 15.2149 2.25 12 2.25C9.07671 2.25 6.62272 4.25653 5.93931 6.96783Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.2929 13.0429C10.6834 12.6524 11.3166 12.6524 11.7071 13.0429L12 13.3358L12.2929 13.0429C12.6834 12.6524 13.3166 12.6524 13.7071 13.0429C14.0976 13.4334 14.0976 14.0666 13.7071 14.4571L13.4142 14.75L13.7071 15.0429C14.0976 15.4334 14.0976 16.0666 13.7071 16.4571C13.3166 16.8476 12.6834 16.8476 12.2929 16.4571L12 16.1642L11.7071 16.4571C11.3166 16.8476 10.6834 16.8476 10.2929 16.4571C9.90237 16.0666 9.90237 15.4334 10.2929 15.0429L10.5858 14.75L10.2929 14.4571C9.90237 14.0666 9.90237 13.4334 10.2929 13.0429ZM6.29289 18.0429C6.68342 17.6524 7.31658 17.6524 7.70711 18.0429L8 18.3358L8.29289 18.0429C8.68342 17.6524 9.31658 17.6524 9.70711 18.0429C10.0976 18.4334 10.0976 19.0666 9.70711 19.4571L9.41421 19.75L9.70711 20.0429C10.0976 20.4334 10.0976 21.0666 9.70711 21.4571C9.31658 21.8476 8.68342 21.8476 8.29289 21.4571L8 21.1642L7.70711 21.4571C7.31658 21.8476 6.68342 21.8476 6.29289 21.4571C5.90237 21.0666 5.90237 20.4334 6.29289 20.0429L6.58579 19.75L6.29289 19.4571C5.90237 19.0666 5.90237 18.4334 6.29289 18.0429ZM14.2929 18.0429C14.6834 17.6524 15.3166 17.6524 15.7071 18.0429L16 18.3358L16.2929 18.0429C16.6834 17.6524 17.3166 17.6524 17.7071 18.0429C18.0976 18.4334 18.0976 19.0666 17.7071 19.4571L17.4142 19.75L17.7071 20.0429C18.0976 20.4334 18.0976 21.0666 17.7071 21.4571C17.3166 21.8476 16.6834 21.8476 16.2929 21.4571L16 21.1642L15.7071 21.4571C15.3166 21.8476 14.6834 21.8476 14.2929 21.4571C13.9024 21.0666 13.9024 20.4334 14.2929 20.0429L14.5858 19.75L14.2929 19.4571C13.9024 19.0666 13.9024 18.4334 14.2929 18.0429Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.93931 6.96783C5.88991 7.16384 5.8652 7.26184 5.80872 7.3197C5.75224 7.37755 5.65424 7.40476 5.45825 7.45919C3.03106 8.1332 1.25 10.3583 1.25 13C1.25 15.0353 2.30749 16.8237 3.90301 17.8455C4.15623 18.0077 4.28284 18.0888 4.40784 18.0581C4.53285 18.0274 4.63126 17.8551 4.82809 17.5107C4.93612 17.3216 5.07084 17.1436 5.23223 16.9822C5.93725 16.2772 6.9586 16.0813 7.83941 16.3945C7.88975 16.4124 7.91492 16.4214 7.9309 16.4251C7.98565 16.4381 8.01417 16.4381 8.06892 16.4252C8.0849 16.4214 8.11041 16.4123 8.16144 16.3942C8.28165 16.3515 8.34175 16.3302 8.36815 16.3141C8.46408 16.2558 8.4916 16.2145 8.50872 16.1036C8.51343 16.073 8.5101 16.009 8.50342 15.8811C8.48785 15.5828 8.52546 15.2822 8.61623 14.9949C8.65806 14.8625 8.67897 14.7963 8.67897 14.75C8.67897 14.7038 8.65805 14.6375 8.61623 14.5051C8.34426 13.6441 8.54959 12.6649 9.23223 11.9822C9.91488 11.2996 10.8941 11.0943 11.7551 11.3662C11.8875 11.4081 11.9537 11.429 12 11.429C12.0463 11.429 12.1125 11.4081 12.2449 11.3662C13.1059 11.0943 14.0851 11.2996 14.7678 11.9822C15.4504 12.6649 15.6557 13.6441 15.3838 14.5051C15.3419 14.6375 15.321 14.7038 15.321 14.75C15.321 14.7963 15.3419 14.8625 15.3838 14.9949C15.4745 15.2822 15.5121 15.5828 15.4966 15.8811C15.4899 16.009 15.4866 16.073 15.4913 16.1036C15.5084 16.2145 15.5359 16.2558 15.6319 16.3141C15.6582 16.3302 15.7184 16.3515 15.8386 16.3942C15.8896 16.4123 15.9151 16.4214 15.9311 16.4252C15.9858 16.4381 16.0144 16.4381 16.0691 16.4251C16.0851 16.4214 16.1102 16.4124 16.1606 16.3945C17.0414 16.0813 18.0627 16.2772 18.7678 16.9822C18.9674 17.1818 19.1262 17.4068 19.2442 17.6468C19.4211 18.0066 19.5095 18.1864 19.6347 18.2241C19.7599 18.2617 19.8902 18.1854 20.1506 18.0327C21.7057 17.1214 22.75 15.4326 22.75 13.5C22.75 11.0285 21.0422 8.95589 18.7423 8.39786C18.4989 8.3388 18.3772 8.30927 18.3147 8.23828C18.2522 8.1673 18.2385 8.04461 18.2112 7.79924C17.8628 4.67731 15.2149 2.25 12 2.25C9.07671 2.25 6.62272 4.25653 5.93931 6.96783Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-cloud-mid-rain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5382 11.4457C11.8384 11.1721 12.302 11.1872 12.5837 11.4798L13.6004 12.5358C14.4698 13.3912 14.4665 14.7945 13.5905 15.6458C13.5811 15.655 13.5715 15.6639 13.5616 15.6725C13.1484 16.0339 12.6433 16.25 12.0434 16.25C11.4464 16.25 10.8423 16.0069 10.4131 15.5898C9.53631 14.7377 9.53602 13.3656 10.3707 12.5117C10.3807 12.5014 10.3911 12.4914 10.4017 12.4817L11.5382 11.4457Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.03817 16.9457C8.3384 16.6721 8.80196 16.6872 9.08373 16.9798L10.1004 18.0358C10.9698 18.8912 10.9665 20.2945 10.0905 21.1458C10.0811 21.155 10.0715 21.1639 10.0616 21.1725C9.64845 21.5339 9.14333 21.75 8.54344 21.75C7.94636 21.75 7.34229 21.5069 6.91314 21.0898C6.03631 20.2377 6.03602 18.8656 6.87068 18.0117C6.88074 18.0014 6.8911 17.9914 6.90174 17.9817L8.03817 16.9457Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0382 16.9457C15.3384 16.6721 15.802 16.6872 16.0837 16.9798L17.1004 18.0358C17.9698 18.8912 17.9665 20.2945 17.0905 21.1458C17.0811 21.155 17.0715 21.1639 17.0616 21.1725C16.6484 21.5339 16.1433 21.75 15.5434 21.75C14.9464 21.75 14.3423 21.5069 13.9131 21.0898C13.0363 20.2377 13.036 18.8656 13.8707 18.0117C13.8807 18.0014 13.8911 17.9914 13.9017 17.9817L15.0382 16.9457Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.93931 6.96783C5.88991 7.16384 5.8652 7.26184 5.80872 7.3197C5.75224 7.37755 5.65424 7.40476 5.45825 7.45919C3.03106 8.1332 1.25 10.3583 1.25 13C1.25 15.2264 2.51532 17.1572 4.36606 18.1126C4.60297 18.2349 4.72143 18.2961 4.83872 18.2597C4.95601 18.2234 5.03299 18.0802 5.18695 17.7939C5.34702 17.4961 5.55083 17.2161 5.79802 16.9632C5.82821 16.9323 5.85929 16.9023 5.89119 16.8732L7.02762 15.8372C7.22143 15.6606 7.43792 15.524 7.66679 15.4272C8.04822 15.2659 8.23894 15.1853 8.28926 15.0988C8.33957 15.0124 8.31799 14.8278 8.27484 14.4587C8.15013 13.3917 8.49555 12.2841 9.29802 11.4632C9.3282 11.4323 9.35927 11.4023 9.39118 11.3732L10.5276 10.3372C11.4283 9.51615 12.819 9.56148 13.6643 10.4395L14.6686 11.4826C15.4811 12.2918 15.8357 13.3864 15.7325 14.4447C15.6961 14.8181 15.6779 15.0049 15.7305 15.0906C15.783 15.1764 15.9777 15.2528 16.3672 15.4057C16.6597 15.5205 16.9325 15.6987 17.1643 15.9395L18.1686 16.9826C18.4586 17.2715 18.6903 17.5967 18.8637 17.9437C19.0045 18.2256 19.0749 18.3665 19.1887 18.407C19.3024 18.4475 19.4196 18.3948 19.6538 18.2893C21.4792 17.4671 22.75 15.6319 22.75 13.5C22.75 11.0285 21.0422 8.95589 18.7423 8.39786C18.4989 8.3388 18.3772 8.30927 18.3147 8.23828C18.2522 8.1673 18.2385 8.04461 18.2112 7.79924C17.8628 4.67731 15.2149 2.25 12 2.25C9.07671 2.25 6.62272 4.25653 5.93931 6.96783Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5382 11.4457C11.8384 11.1721 12.302 11.1872 12.5837 11.4798L13.6004 12.5358C14.4698 13.3912 14.4665 14.7945 13.5905 15.6458C13.5811 15.655 13.5715 15.6639 13.5616 15.6725C13.1484 16.0339 12.6433 16.25 12.0434 16.25C11.4464 16.25 10.8423 16.0069 10.4131 15.5898C9.53631 14.7377 9.53602 13.3656 10.3707 12.5117C10.3807 12.5014 10.3911 12.4914 10.4017 12.4817L11.5382 11.4457Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.03817 16.9457C8.3384 16.6721 8.80196 16.6872 9.08373 16.9798L10.1004 18.0358C10.9698 18.8912 10.9665 20.2945 10.0905 21.1458C10.0811 21.155 10.0715 21.1639 10.0616 21.1725C9.64845 21.5339 9.14333 21.75 8.54344 21.75C7.94636 21.75 7.34229 21.5069 6.91314 21.0898C6.03631 20.2377 6.03602 18.8656 6.87068 18.0117C6.88074 18.0014 6.8911 17.9914 6.90174 17.9817L8.03817 16.9457Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.0382 16.9457C15.3384 16.6721 15.802 16.6872 16.0837 16.9798L17.1004 18.0358C17.9698 18.8912 17.9665 20.2945 17.0905 21.1458C17.0811 21.155 17.0715 21.1639 17.0616 21.1725C16.6484 21.5339 16.1433 21.75 15.5434 21.75C14.9464 21.75 14.3423 21.5069 13.9131 21.0898C13.0363 20.2377 13.036 18.8656 13.8707 18.0117C13.8807 18.0014 13.8911 17.9914 13.9017 17.9817L15.0382 16.9457Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.93931 6.96783C5.88991 7.16384 5.8652 7.26184 5.80872 7.3197C5.75224 7.37755 5.65424 7.40476 5.45825 7.45919C3.03106 8.1332 1.25 10.3583 1.25 13C1.25 15.2264 2.51532 17.1572 4.36606 18.1126C4.60297 18.2349 4.72143 18.2961 4.83872 18.2597C4.95601 18.2234 5.03299 18.0802 5.18695 17.7939C5.34702 17.4961 5.55083 17.2161 5.79802 16.9632C5.82821 16.9323 5.85929 16.9023 5.89119 16.8732L7.02762 15.8372C7.22143 15.6606 7.43792 15.524 7.66679 15.4272C8.04822 15.2659 8.23894 15.1853 8.28926 15.0988C8.33957 15.0124 8.31799 14.8278 8.27484 14.4587C8.15013 13.3917 8.49555 12.2841 9.29802 11.4632C9.3282 11.4323 9.35927 11.4023 9.39118 11.3732L10.5276 10.3372C11.4283 9.51615 12.819 9.56148 13.6643 10.4395L14.6686 11.4826C15.4811 12.2918 15.8357 13.3864 15.7325 14.4447C15.6961 14.8181 15.6779 15.0049 15.7305 15.0906C15.783 15.1764 15.9777 15.2528 16.3672 15.4057C16.6597 15.5205 16.9325 15.6987 17.1643 15.9395L18.1686 16.9826C18.4586 17.2715 18.6903 17.5967 18.8637 17.9437C19.0045 18.2256 19.0749 18.3665 19.1887 18.407C19.3024 18.4475 19.4196 18.3948 19.6538 18.2893C21.4792 17.4671 22.75 15.6319 22.75 13.5C22.75 11.0285 21.0422 8.95589 18.7423 8.39786C18.4989 8.3388 18.3772 8.30927 18.3147 8.23828C18.2522 8.1673 18.2385 8.04461 18.2112 7.79924C17.8628 4.67731 15.2149 2.25 12 2.25C9.07671 2.25 6.62272 4.25653 5.93931 6.96783Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-cloud-mid-snow{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0002 13.75C12.5524 13.75 13.0002 14.1977 13.0002 14.75V15.9838L13.9856 15.3925C14.4592 15.1084 15.0735 15.2619 15.3576 15.7355C15.6418 16.2091 15.4882 16.8233 15.0147 17.1075L13.9438 17.75L15.0145 18.3925C15.4881 18.6767 15.6417 19.2909 15.3575 19.7645C15.0734 20.2381 14.4591 20.3916 13.9855 20.1075L13.0002 19.5163V20.75C13.0002 21.3023 12.5524 21.75 12.0002 21.75C11.4479 21.75 11.0002 21.3023 11.0002 20.75V19.5163L10.0148 20.1075C9.54121 20.3916 8.92695 20.2381 8.6428 19.7645C8.35864 19.2909 8.5122 18.6767 8.98578 18.3925L10.0565 17.75L8.98565 17.1075C8.51207 16.8233 8.35851 16.2091 8.64266 15.7355C8.92682 15.2619 9.54108 15.1084 10.0147 15.3925L11.0002 15.9838V14.75C11.0002 14.1977 11.4479 13.75 12.0002 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.89293 7.16541C5.86687 7.28518 5.77394 7.37979 5.65475 7.40836C3.1278 8.01425 1.25 10.2875 1.25 13C1.25 16.1756 3.82436 18.75 7 18.75C7.02969 18.75 7.05519 18.7291 7.06172 18.7001C7.12238 18.4313 7.22718 18.1726 7.37319 17.9358C7.44311 17.8224 7.44308 17.6777 7.37316 17.5644C6.89835 16.7945 6.85917 15.7929 7.35666 14.9637C7.82311 14.1863 8.64536 13.7539 9.49023 13.7497C9.61874 13.749 9.73778 13.6776 9.79881 13.5645C10.2212 12.7818 11.0487 12.25 12.0004 12.25C12.9521 12.25 13.7796 12.7818 14.2019 13.5645C14.263 13.6776 14.382 13.749 14.5105 13.7497C15.3554 13.7539 16.1776 14.1863 16.6441 14.9637C17.1416 15.7929 17.1024 16.7945 16.6276 17.5644C16.5577 17.6777 16.5576 17.8224 16.6276 17.9358C16.7393 18.1171 16.827 18.3112 16.8891 18.5128C16.9311 18.649 17.0521 18.75 17.1946 18.75H17.5C20.3995 18.75 22.75 16.3995 22.75 13.5C22.75 10.941 20.9191 8.80958 18.4958 8.34431C18.3526 8.31682 18.2444 8.196 18.2341 8.05055C18.0037 4.80855 15.3006 2.25 12 2.25C9.00614 2.25 6.50451 4.35458 5.89293 7.16541Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0002 13.75C12.5524 13.75 13.0002 14.1977 13.0002 14.75V15.9838L13.9856 15.3925C14.4592 15.1084 15.0735 15.2619 15.3576 15.7355C15.6418 16.2091 15.4882 16.8233 15.0147 17.1075L13.9438 17.75L15.0145 18.3925C15.4881 18.6767 15.6417 19.2909 15.3575 19.7645C15.0734 20.2381 14.4591 20.3916 13.9855 20.1075L13.0002 19.5163V20.75C13.0002 21.3023 12.5524 21.75 12.0002 21.75C11.4479 21.75 11.0002 21.3023 11.0002 20.75V19.5163L10.0148 20.1075C9.54121 20.3916 8.92695 20.2381 8.6428 19.7645C8.35864 19.2909 8.5122 18.6767 8.98578 18.3925L10.0565 17.75L8.98565 17.1075C8.51207 16.8233 8.35851 16.2091 8.64266 15.7355C8.92682 15.2619 9.54108 15.1084 10.0147 15.3925L11.0002 15.9838V14.75C11.0002 14.1977 11.4479 13.75 12.0002 13.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.89293 7.16541C5.86687 7.28518 5.77394 7.37979 5.65475 7.40836C3.1278 8.01425 1.25 10.2875 1.25 13C1.25 16.1756 3.82436 18.75 7 18.75C7.02969 18.75 7.05519 18.7291 7.06172 18.7001C7.12238 18.4313 7.22718 18.1726 7.37319 17.9358C7.44311 17.8224 7.44308 17.6777 7.37316 17.5644C6.89835 16.7945 6.85917 15.7929 7.35666 14.9637C7.82311 14.1863 8.64536 13.7539 9.49023 13.7497C9.61874 13.749 9.73778 13.6776 9.79881 13.5645C10.2212 12.7818 11.0487 12.25 12.0004 12.25C12.9521 12.25 13.7796 12.7818 14.2019 13.5645C14.263 13.6776 14.382 13.749 14.5105 13.7497C15.3554 13.7539 16.1776 14.1863 16.6441 14.9637C17.1416 15.7929 17.1024 16.7945 16.6276 17.5644C16.5577 17.6777 16.5576 17.8224 16.6276 17.9358C16.7393 18.1171 16.827 18.3112 16.8891 18.5128C16.9311 18.649 17.0521 18.75 17.1946 18.75H17.5C20.3995 18.75 22.75 16.3995 22.75 13.5C22.75 10.941 20.9191 8.80958 18.4958 8.34431C18.3526 8.31682 18.2444 8.196 18.2341 8.05055C18.0037 4.80855 15.3006 2.25 12 2.25C9.00614 2.25 6.50451 4.35458 5.89293 7.16541Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-cloud-slow-wind{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.39906 16.75C9.07713 16.75 8.61865 17.1928 8.61865 17.1928C8.18514 17.535 7.55632 17.461 7.21413 17.0275C6.87195 16.5939 6.94598 15.9651 7.37948 15.6229C7.37948 15.6229 8.31931 14.75 9.39906 14.75C10.5107 14.75 11.3453 15.5651 11.3453 15.5651C11.3453 15.5651 11.5654 15.75 11.7991 15.75C12.0327 15.75 12.2528 15.5651 12.2528 15.5651C12.2528 15.5651 13.249 14.75 14.1991 14.75C15.3037 14.75 16.3764 15.7037 16.3764 15.7037C16.3764 15.7037 17.2429 16.2272 16.9248 17.0072C16.7163 17.5186 16.1327 17.7641 15.6213 17.5556C15.3657 17.4514 15.1264 17.3088 14.9062 17.1349C14.9062 17.1349 14.5124 16.75 14.1991 16.75C13.8857 16.75 13.492 17.1349 13.492 17.1349C13.0009 17.5226 12.4195 17.75 11.7991 17.75C11.1786 17.75 10.5973 17.5226 10.1062 17.1349C10.1062 17.1349 9.721 16.75 9.39906 16.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.40102 20.75C3.07908 20.75 2.6206 21.1928 2.6206 21.1928C2.18709 21.535 1.55827 21.461 1.21609 21.0275C0.8739 20.5939 0.94793 19.9651 1.38144 19.6229C1.38144 19.6229 2.32127 18.75 3.40102 18.75C4.51267 18.75 5.34729 19.5651 5.34729 19.5651C5.34729 19.5651 5.56736 19.75 5.80102 19.75C6.03468 19.75 6.25475 19.5651 6.25475 19.5651C6.25475 19.5651 7.25096 18.75 8.20102 18.75C9.30564 18.75 10.3784 19.7037 10.3784 19.7037C10.3784 19.7037 11.2448 20.2272 10.9268 21.0072C10.7183 21.5186 10.1346 21.7641 9.62323 21.5556C9.36763 21.4514 9.12835 21.3088 8.90813 21.1349C8.90813 21.1349 8.51436 20.75 8.20102 20.75C7.88767 20.75 7.49391 21.1349 7.49391 21.1349C7.00282 21.5226 6.42149 21.75 5.80102 21.75C5.18055 21.75 4.59922 21.5226 4.10813 21.1349C4.10813 21.1349 3.72296 20.75 3.40102 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4031 20.75C15.0812 20.75 14.6227 21.1928 14.6227 21.1928C14.1892 21.535 13.5604 21.461 13.2182 21.0275C12.876 20.5939 12.95 19.9651 13.3835 19.6229C13.3835 19.6229 14.3234 18.75 15.4031 18.75C16.5148 18.75 17.3494 19.5651 17.3494 19.5651C17.3494 19.5651 17.5695 19.75 17.8031 19.75C18.0368 19.75 18.2568 19.5651 18.2568 19.5651C18.2568 19.5651 19.253 18.75 20.2031 18.75C21.3077 18.75 22.3805 19.7037 22.3805 19.7037C22.3805 19.7037 23.2469 20.2272 22.9289 21.0072C22.7203 21.5186 22.1367 21.7641 21.6253 21.5556C21.3697 21.4514 21.1304 21.3088 20.9102 21.1349C20.9102 21.1349 20.5165 20.75 20.2031 20.75C19.8898 20.75 19.496 21.1349 19.496 21.1349C19.0049 21.5226 18.4236 21.75 17.8031 21.75C17.1826 21.75 16.6013 21.5226 16.1102 21.1349C16.1102 21.1349 15.725 20.75 15.4031 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.93931 6.96783C5.88991 7.16384 5.8652 7.26184 5.80872 7.3197C5.75224 7.37755 5.65424 7.40476 5.45825 7.45919C3.03106 8.1332 1.25 10.3583 1.25 13C1.25 14.5964 1.90053 16.0408 2.95096 17.0826C3.03336 17.1643 3.07456 17.2052 3.12961 17.2278C3.18466 17.2504 3.2548 17.2503 3.39509 17.25C3.39741 17.25 3.39973 17.25 3.40206 17.25C4.31827 17.25 5.07015 17.5818 5.55063 17.8635C5.62402 17.9065 5.6931 17.9495 5.75763 17.9917C5.79845 18.0184 5.84867 18.0207 5.89016 17.9951C5.95272 17.9565 5.97151 17.8709 5.93021 17.8101C5.21098 16.7507 5.40939 15.3054 6.4069 14.4813C6.55131 14.3687 6.97133 14.0431 7.22324 13.8945C7.70043 13.613 8.47797 13.25 9.4001 13.25C10.3163 13.25 11.0682 13.5818 11.5487 13.8635C11.6629 13.9305 11.7201 13.9639 11.7703 13.9737C11.8106 13.9815 11.8397 13.9818 11.8801 13.9746C11.9305 13.9656 11.9871 13.9337 12.1003 13.8698C12.1146 13.8617 12.1291 13.8536 12.1438 13.8454C12.5865 13.6002 13.3432 13.25 14.2001 13.25C15.1468 13.25 15.9686 13.6435 16.4622 13.9331C16.7274 14.0888 17.2937 14.5117 17.4474 14.6283C17.5853 14.7392 17.7762 14.9112 17.9569 15.1446C18.3243 15.619 18.7483 16.5105 18.3148 17.5736C18.2847 17.6475 18.3676 17.7288 18.4395 17.6941C18.888 17.4774 19.5136 17.25 20.2042 17.25C20.392 17.25 20.575 17.2655 20.7514 17.2926C20.9211 17.3187 21.006 17.3317 21.0755 17.3081C21.145 17.2845 21.1943 17.2329 21.2931 17.1298C22.1956 16.1869 22.75 14.9082 22.75 13.5C22.75 11.0285 21.0422 8.95589 18.7423 8.39786C18.4989 8.3388 18.3772 8.30927 18.3147 8.23828C18.2522 8.1673 18.2385 8.04461 18.2112 7.79924C17.8628 4.67731 15.2149 2.25 12 2.25C9.07671 2.25 6.62272 4.25653 5.93931 6.96783Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.39906 16.75C9.07713 16.75 8.61865 17.1928 8.61865 17.1928C8.18514 17.535 7.55632 17.461 7.21413 17.0275C6.87195 16.5939 6.94598 15.9651 7.37948 15.6229C7.37948 15.6229 8.31931 14.75 9.39906 14.75C10.5107 14.75 11.3453 15.5651 11.3453 15.5651C11.3453 15.5651 11.5654 15.75 11.7991 15.75C12.0327 15.75 12.2528 15.5651 12.2528 15.5651C12.2528 15.5651 13.249 14.75 14.1991 14.75C15.3037 14.75 16.3764 15.7037 16.3764 15.7037C16.3764 15.7037 17.2429 16.2272 16.9248 17.0072C16.7163 17.5186 16.1327 17.7641 15.6213 17.5556C15.3657 17.4514 15.1264 17.3088 14.9062 17.1349C14.9062 17.1349 14.5124 16.75 14.1991 16.75C13.8857 16.75 13.492 17.1349 13.492 17.1349C13.0009 17.5226 12.4195 17.75 11.7991 17.75C11.1786 17.75 10.5973 17.5226 10.1062 17.1349C10.1062 17.1349 9.721 16.75 9.39906 16.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.40102 20.75C3.07908 20.75 2.6206 21.1928 2.6206 21.1928C2.18709 21.535 1.55827 21.461 1.21609 21.0275C0.8739 20.5939 0.94793 19.9651 1.38144 19.6229C1.38144 19.6229 2.32127 18.75 3.40102 18.75C4.51267 18.75 5.34729 19.5651 5.34729 19.5651C5.34729 19.5651 5.56736 19.75 5.80102 19.75C6.03468 19.75 6.25475 19.5651 6.25475 19.5651C6.25475 19.5651 7.25096 18.75 8.20102 18.75C9.30564 18.75 10.3784 19.7037 10.3784 19.7037C10.3784 19.7037 11.2448 20.2272 10.9268 21.0072C10.7183 21.5186 10.1346 21.7641 9.62323 21.5556C9.36763 21.4514 9.12835 21.3088 8.90813 21.1349C8.90813 21.1349 8.51436 20.75 8.20102 20.75C7.88767 20.75 7.49391 21.1349 7.49391 21.1349C7.00282 21.5226 6.42149 21.75 5.80102 21.75C5.18055 21.75 4.59922 21.5226 4.10813 21.1349C4.10813 21.1349 3.72296 20.75 3.40102 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4031 20.75C15.0812 20.75 14.6227 21.1928 14.6227 21.1928C14.1892 21.535 13.5604 21.461 13.2182 21.0275C12.876 20.5939 12.95 19.9651 13.3835 19.6229C13.3835 19.6229 14.3234 18.75 15.4031 18.75C16.5148 18.75 17.3494 19.5651 17.3494 19.5651C17.3494 19.5651 17.5695 19.75 17.8031 19.75C18.0368 19.75 18.2568 19.5651 18.2568 19.5651C18.2568 19.5651 19.253 18.75 20.2031 18.75C21.3077 18.75 22.3805 19.7037 22.3805 19.7037C22.3805 19.7037 23.2469 20.2272 22.9289 21.0072C22.7203 21.5186 22.1367 21.7641 21.6253 21.5556C21.3697 21.4514 21.1304 21.3088 20.9102 21.1349C20.9102 21.1349 20.5165 20.75 20.2031 20.75C19.8898 20.75 19.496 21.1349 19.496 21.1349C19.0049 21.5226 18.4236 21.75 17.8031 21.75C17.1826 21.75 16.6013 21.5226 16.1102 21.1349C16.1102 21.1349 15.725 20.75 15.4031 20.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.93931 6.96783C5.88991 7.16384 5.8652 7.26184 5.80872 7.3197C5.75224 7.37755 5.65424 7.40476 5.45825 7.45919C3.03106 8.1332 1.25 10.3583 1.25 13C1.25 14.5964 1.90053 16.0408 2.95096 17.0826C3.03336 17.1643 3.07456 17.2052 3.12961 17.2278C3.18466 17.2504 3.2548 17.2503 3.39509 17.25C3.39741 17.25 3.39973 17.25 3.40206 17.25C4.31827 17.25 5.07015 17.5818 5.55063 17.8635C5.62402 17.9065 5.6931 17.9495 5.75763 17.9917C5.79845 18.0184 5.84867 18.0207 5.89016 17.9951C5.95272 17.9565 5.97151 17.8709 5.93021 17.8101C5.21098 16.7507 5.40939 15.3054 6.4069 14.4813C6.55131 14.3687 6.97133 14.0431 7.22324 13.8945C7.70043 13.613 8.47797 13.25 9.4001 13.25C10.3163 13.25 11.0682 13.5818 11.5487 13.8635C11.6629 13.9305 11.7201 13.9639 11.7703 13.9737C11.8106 13.9815 11.8397 13.9818 11.8801 13.9746C11.9305 13.9656 11.9871 13.9337 12.1003 13.8698C12.1146 13.8617 12.1291 13.8536 12.1438 13.8454C12.5865 13.6002 13.3432 13.25 14.2001 13.25C15.1468 13.25 15.9686 13.6435 16.4622 13.9331C16.7274 14.0888 17.2937 14.5117 17.4474 14.6283C17.5853 14.7392 17.7762 14.9112 17.9569 15.1446C18.3243 15.619 18.7483 16.5105 18.3148 17.5736C18.2847 17.6475 18.3676 17.7288 18.4395 17.6941C18.888 17.4774 19.5136 17.25 20.2042 17.25C20.392 17.25 20.575 17.2655 20.7514 17.2926C20.9211 17.3187 21.006 17.3317 21.0755 17.3081C21.145 17.2845 21.1943 17.2329 21.2931 17.1298C22.1956 16.1869 22.75 14.9082 22.75 13.5C22.75 11.0285 21.0422 8.95589 18.7423 8.39786C18.4989 8.3388 18.3772 8.30927 18.3147 8.23828C18.2522 8.1673 18.2385 8.04461 18.2112 7.79924C17.8628 4.67731 15.2149 2.25 12 2.25C9.07671 2.25 6.62272 4.25653 5.93931 6.96783Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-cloud-snow{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 14.875C17 15.4273 16.5523 15.875 16 15.875C15.4477 15.875 15 15.4273 15 14.875C15 14.3227 15.4477 13.875 16 13.875C16.5523 13.875 17 14.3227 17 14.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 14.875C9 15.4273 8.55228 15.875 8 15.875C7.44772 15.875 7 15.4273 7 14.875C7 14.3227 7.44772 13.875 8 13.875C8.55228 13.875 9 14.3227 9 14.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 16.875C13 17.4273 12.5523 17.875 12 17.875C11.4477 17.875 11 17.4273 11 16.875C11 16.3227 11.4477 15.875 12 15.875C12.5523 15.875 13 16.3227 13 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 20.875C13 21.4273 12.5523 21.875 12 21.875C11.4477 21.875 11 21.4273 11 20.875C11 20.3227 11.4477 19.875 12 19.875C12.5523 19.875 13 20.3227 13 20.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 18.875C9 19.4273 8.55228 19.875 8 19.875C7.44772 19.875 7 19.4273 7 18.875C7 18.3227 7.44772 17.875 8 17.875C8.55228 17.875 9 18.3227 9 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 18.875C17 19.4273 16.5523 19.875 16 19.875C15.4477 19.875 15 19.4273 15 18.875C15 18.3227 15.4477 17.875 16 17.875C16.5523 17.875 17 18.3227 17 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.93931 6.84283C5.88991 7.03884 5.8652 7.13684 5.80872 7.1947C5.75224 7.25255 5.65424 7.27976 5.45825 7.33419C3.03106 8.0082 1.25 10.2333 1.25 12.875C1.25 15.3167 2.77196 17.403 4.91898 18.2369C5.16758 18.3334 5.29188 18.3817 5.40182 18.3376C5.51176 18.2934 5.58571 18.1351 5.7336 17.8184C5.79441 17.6882 5.86611 17.5641 5.94753 17.4473C6.16963 17.1286 6.28068 16.9692 6.28068 16.875C6.28068 16.7808 6.16963 16.6214 5.94752 16.3027C5.66542 15.898 5.5 15.4058 5.5 14.875C5.5 13.4943 6.61929 12.375 8 12.375C8.96378 12.375 9.80017 12.9204 10.2174 13.7193C10.4735 14.2096 10.6015 14.4548 10.6883 14.4982C10.7751 14.5416 11.048 14.497 11.5938 14.4078C11.726 14.3862 11.8617 14.375 12 14.375C12.1383 14.375 12.274 14.3862 12.4062 14.4078C12.952 14.497 13.2249 14.5416 13.3117 14.4982C13.3985 14.4548 13.5265 14.2096 13.7826 13.7193C14.1998 12.9204 15.0362 12.375 16 12.375C17.3807 12.375 18.5 13.4943 18.5 14.875C18.5 15.4058 18.3346 15.898 18.0525 16.3027C17.8304 16.6214 17.7193 16.7808 17.7193 16.875C17.7193 16.9692 17.8304 17.1286 18.0525 17.4473C18.1561 17.596 18.244 17.7565 18.3137 17.9263C18.4429 18.241 18.5074 18.3983 18.6135 18.4478C18.7196 18.4974 18.8427 18.4584 19.0888 18.3803C21.2117 17.7071 22.75 15.7207 22.75 13.375C22.75 10.9035 21.0422 8.83089 18.7423 8.27286C18.4989 8.2138 18.3772 8.18427 18.3147 8.11328C18.2522 8.0423 18.2385 7.91961 18.2112 7.67424C17.8628 4.55231 15.2149 2.125 12 2.125C9.07671 2.125 6.62272 4.13153 5.93931 6.84283Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 14.875C17 15.4273 16.5523 15.875 16 15.875C15.4477 15.875 15 15.4273 15 14.875C15 14.3227 15.4477 13.875 16 13.875C16.5523 13.875 17 14.3227 17 14.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 14.875C9 15.4273 8.55228 15.875 8 15.875C7.44772 15.875 7 15.4273 7 14.875C7 14.3227 7.44772 13.875 8 13.875C8.55228 13.875 9 14.3227 9 14.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 16.875C13 17.4273 12.5523 17.875 12 17.875C11.4477 17.875 11 17.4273 11 16.875C11 16.3227 11.4477 15.875 12 15.875C12.5523 15.875 13 16.3227 13 16.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 20.875C13 21.4273 12.5523 21.875 12 21.875C11.4477 21.875 11 21.4273 11 20.875C11 20.3227 11.4477 19.875 12 19.875C12.5523 19.875 13 20.3227 13 20.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 18.875C9 19.4273 8.55228 19.875 8 19.875C7.44772 19.875 7 19.4273 7 18.875C7 18.3227 7.44772 17.875 8 17.875C8.55228 17.875 9 18.3227 9 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 18.875C17 19.4273 16.5523 19.875 16 19.875C15.4477 19.875 15 19.4273 15 18.875C15 18.3227 15.4477 17.875 16 17.875C16.5523 17.875 17 18.3227 17 18.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.93931 6.84283C5.88991 7.03884 5.8652 7.13684 5.80872 7.1947C5.75224 7.25255 5.65424 7.27976 5.45825 7.33419C3.03106 8.0082 1.25 10.2333 1.25 12.875C1.25 15.3167 2.77196 17.403 4.91898 18.2369C5.16758 18.3334 5.29188 18.3817 5.40182 18.3376C5.51176 18.2934 5.58571 18.1351 5.7336 17.8184C5.79441 17.6882 5.86611 17.5641 5.94753 17.4473C6.16963 17.1286 6.28068 16.9692 6.28068 16.875C6.28068 16.7808 6.16963 16.6214 5.94752 16.3027C5.66542 15.898 5.5 15.4058 5.5 14.875C5.5 13.4943 6.61929 12.375 8 12.375C8.96378 12.375 9.80017 12.9204 10.2174 13.7193C10.4735 14.2096 10.6015 14.4548 10.6883 14.4982C10.7751 14.5416 11.048 14.497 11.5938 14.4078C11.726 14.3862 11.8617 14.375 12 14.375C12.1383 14.375 12.274 14.3862 12.4062 14.4078C12.952 14.497 13.2249 14.5416 13.3117 14.4982C13.3985 14.4548 13.5265 14.2096 13.7826 13.7193C14.1998 12.9204 15.0362 12.375 16 12.375C17.3807 12.375 18.5 13.4943 18.5 14.875C18.5 15.4058 18.3346 15.898 18.0525 16.3027C17.8304 16.6214 17.7193 16.7808 17.7193 16.875C17.7193 16.9692 17.8304 17.1286 18.0525 17.4473C18.1561 17.596 18.244 17.7565 18.3137 17.9263C18.4429 18.241 18.5074 18.3983 18.6135 18.4478C18.7196 18.4974 18.8427 18.4584 19.0888 18.3803C21.2117 17.7071 22.75 15.7207 22.75 13.375C22.75 10.9035 21.0422 8.83089 18.7423 8.27286C18.4989 8.2138 18.3772 8.18427 18.3147 8.11328C18.2522 8.0423 18.2385 7.91961 18.2112 7.67424C17.8628 4.55231 15.2149 2.125 12 2.125C9.07671 2.125 6.62272 4.13153 5.93931 6.84283Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-cloud{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 14.5C1.25 11.717 3.22664 9.39643 5.853 8.86454C6.38731 5.95456 8.93585 3.75 12 3.75C15.3858 3.75 18.1428 6.44224 18.2469 9.80273C20.7927 10.1653 22.75 12.3541 22.75 15C22.75 17.8995 20.3995 20.25 17.5 20.25H7C3.82436 20.25 1.25 17.6756 1.25 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.25 14.5C1.25 11.717 3.22664 9.39643 5.853 8.86454C6.38731 5.95456 8.93585 3.75 12 3.75C15.3858 3.75 18.1428 6.44224 18.2469 9.80273C20.7927 10.1653 22.75 12.3541 22.75 15C22.75 17.8995 20.3995 20.25 17.5 20.25H7C3.82436 20.25 1.25 17.6756 1.25 14.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-desert{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25 5.75C8.80228 5.75 9.25 6.19772 9.25 6.75L9.25 14.0186L10.2494 13.442C10.6325 13.221 10.857 13.0902 11.016 12.9763C11.1534 12.8779 11.1773 12.8361 11.1826 12.8267C11.1825 12.8269 11.1827 12.8265 11.1826 12.8267L11.1834 12.8254C11.1888 12.8161 11.2131 12.7745 11.2297 12.6063C11.2489 12.4117 11.25 12.1519 11.25 11.7096V8.75C11.25 8.19772 11.6977 7.75 12.25 7.75C12.8023 7.75 13.25 8.19772 13.25 8.75L13.25 11.7503C13.25 12.1381 13.2501 12.498 13.22 12.8026C13.1868 13.1397 13.1114 13.486 12.9149 13.8263C12.7183 14.1666 12.456 14.405 12.1806 14.6022C11.9318 14.7805 11.6201 14.9603 11.2841 15.1541L9.25 16.3276V17.7327C9.25022 17.7448 9.25022 17.757 9.25 17.7692V19.75H11.25V17.75C11.25 17.1977 11.6977 16.75 12.25 16.75C12.8023 16.75 13.25 17.1977 13.25 17.75V19.75H15.25C15.8023 19.75 16.25 20.1977 16.25 20.75C16.25 21.3023 15.8023 21.75 15.25 21.75H3.25C2.69772 21.75 2.25 21.3023 2.25 20.75C2.25 20.1977 2.69772 19.75 3.25 19.75H7.25V18.3276L5.21589 17.154C4.87993 16.9603 4.56822 16.7805 4.31939 16.6022C4.044 16.405 3.78169 16.1666 3.58514 15.8263C3.38858 15.486 3.3132 15.1397 3.27996 14.8026C3.24993 14.498 3.24996 14.1381 3.25 13.7503C3.25 13.7368 3.25 13.7232 3.25 13.7096V12.75C3.25 12.1977 3.69772 11.75 4.25 11.75C4.80228 11.75 5.25 12.1977 5.25 12.75V13.7096C5.25 14.1519 5.25112 14.4117 5.27031 14.6063C5.2869 14.7745 5.3112 14.8161 5.31663 14.8254L5.31742 14.8267C5.32275 14.8361 5.34657 14.8779 5.484 14.9763C5.64299 15.0902 5.86748 15.221 6.25056 15.442L7.25 16.0186V15.7692C7.24978 15.757 7.24978 15.7448 7.25 15.7326L7.25 6.75C7.25 6.19772 7.69772 5.75 8.25 5.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 6C14.25 3.92893 15.9289 2.25 18 2.25C20.0711 2.25 21.75 3.92893 21.75 6C21.75 8.07107 20.0711 9.75 18 9.75C15.9289 9.75 14.25 8.07107 14.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.25 5.75C8.80228 5.75 9.25 6.19772 9.25 6.75L9.25 14.0186L10.2494 13.442C10.6325 13.221 10.857 13.0902 11.016 12.9763C11.1534 12.8779 11.1773 12.8361 11.1826 12.8267C11.1825 12.8269 11.1827 12.8265 11.1826 12.8267L11.1834 12.8254C11.1888 12.8161 11.2131 12.7745 11.2297 12.6063C11.2489 12.4117 11.25 12.1519 11.25 11.7096V8.75C11.25 8.19772 11.6977 7.75 12.25 7.75C12.8023 7.75 13.25 8.19772 13.25 8.75L13.25 11.7503C13.25 12.1381 13.2501 12.498 13.22 12.8026C13.1868 13.1397 13.1114 13.486 12.9149 13.8263C12.7183 14.1666 12.456 14.405 12.1806 14.6022C11.9318 14.7805 11.6201 14.9603 11.2841 15.1541L9.25 16.3276V17.7327C9.25022 17.7448 9.25022 17.757 9.25 17.7692V19.75H11.25V17.75C11.25 17.1977 11.6977 16.75 12.25 16.75C12.8023 16.75 13.25 17.1977 13.25 17.75V19.75H15.25C15.8023 19.75 16.25 20.1977 16.25 20.75C16.25 21.3023 15.8023 21.75 15.25 21.75H3.25C2.69772 21.75 2.25 21.3023 2.25 20.75C2.25 20.1977 2.69772 19.75 3.25 19.75H7.25V18.3276L5.21589 17.154C4.87993 16.9603 4.56822 16.7805 4.31939 16.6022C4.044 16.405 3.78169 16.1666 3.58514 15.8263C3.38858 15.486 3.3132 15.1397 3.27996 14.8026C3.24993 14.498 3.24996 14.1381 3.25 13.7503C3.25 13.7368 3.25 13.7232 3.25 13.7096V12.75C3.25 12.1977 3.69772 11.75 4.25 11.75C4.80228 11.75 5.25 12.1977 5.25 12.75V13.7096C5.25 14.1519 5.25112 14.4117 5.27031 14.6063C5.2869 14.7745 5.3112 14.8161 5.31663 14.8254L5.31742 14.8267C5.32275 14.8361 5.34657 14.8779 5.484 14.9763C5.64299 15.0902 5.86748 15.221 6.25056 15.442L7.25 16.0186V15.7692C7.24978 15.757 7.24978 15.7448 7.25 15.7326L7.25 6.75C7.25 6.19772 7.69772 5.75 8.25 5.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.25 6C14.25 3.92893 15.9289 2.25 18 2.25C20.0711 2.25 21.75 3.92893 21.75 6C21.75 8.07107 20.0711 9.75 18 9.75C15.9289 9.75 14.25 8.07107 14.25 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-fahrenheit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 5C4.94772 5 4.5 5.44772 4.5 6C4.5 6.55228 4.94772 7 5.5 7C6.05228 7 6.5 6.55228 6.5 6C6.5 5.44772 6.05228 5 5.5 5ZM2.5 6C2.5 4.34315 3.84315 3 5.5 3C7.15685 3 8.5 4.34315 8.5 6C8.5 7.65685 7.15685 9 5.5 9C3.84315 9 2.5 7.65685 2.5 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5 3L17.4294 3C16.0753 2.99997 14.9587 2.99994 14.0749 3.11875C13.1471 3.2435 12.3277 3.51547 11.6716 4.17158C11.0155 4.82768 10.7435 5.64711 10.6188 6.57494C10.4999 7.45869 10.5 8.57529 10.5 9.92939L10.5 11.999C10.5 11.9993 10.5 11.9997 10.5 12C10.5 12.0003 10.5 12.0007 10.5 12.001L10.5 20C10.5 20.5523 10.9477 21 11.5 21C12.0523 21 12.5 20.5523 12.5 20V13H18.5C19.0523 13 19.5 12.5523 19.5 12C19.5 11.4477 19.0523 11 18.5 11H12.5V10C12.5 8.55752 12.5021 7.57625 12.6009 6.84143C12.6958 6.13538 12.8632 5.80836 13.0858 5.58579C13.3084 5.36322 13.6354 5.19585 14.3414 5.10092C15.0763 5.00213 16.0575 5 17.5 5H20.5C21.0523 5 21.5 4.55229 21.5 4C21.5 3.44772 21.0523 3 20.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.5 5C4.94772 5 4.5 5.44772 4.5 6C4.5 6.55228 4.94772 7 5.5 7C6.05228 7 6.5 6.55228 6.5 6C6.5 5.44772 6.05228 5 5.5 5ZM2.5 6C2.5 4.34315 3.84315 3 5.5 3C7.15685 3 8.5 4.34315 8.5 6C8.5 7.65685 7.15685 9 5.5 9C3.84315 9 2.5 7.65685 2.5 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.5 3L17.4294 3C16.0753 2.99997 14.9587 2.99994 14.0749 3.11875C13.1471 3.2435 12.3277 3.51547 11.6716 4.17158C11.0155 4.82768 10.7435 5.64711 10.6188 6.57494C10.4999 7.45869 10.5 8.57529 10.5 9.92939L10.5 11.999C10.5 11.9993 10.5 11.9997 10.5 12C10.5 12.0003 10.5 12.0007 10.5 12.001L10.5 20C10.5 20.5523 10.9477 21 11.5 21C12.0523 21 12.5 20.5523 12.5 20V13H18.5C19.0523 13 19.5 12.5523 19.5 12C19.5 11.4477 19.0523 11 18.5 11H12.5V10C12.5 8.55752 12.5021 7.57625 12.6009 6.84143C12.6958 6.13538 12.8632 5.80836 13.0858 5.58579C13.3084 5.36322 13.6354 5.19585 14.3414 5.10092C15.0763 5.00213 16.0575 5 17.5 5H20.5C21.0523 5 21.5 4.55229 21.5 4C21.5 3.44772 21.0523 3 20.5 3Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-fast-wind{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.25 4.25C9.67904 4.25 9.25 4.69873 9.25 5.21096C9.25 5.76325 8.80229 6.21096 8.25 6.21096C7.69772 6.21096 7.25 5.76325 7.25 5.21096C7.25 3.55718 8.61182 2.25 10.25 2.25C11.8882 2.25 13.25 3.55718 13.25 5.21096C13.25 5.75255 13.1018 6.26218 12.8437 6.69958C12.4291 7.40231 11.7245 7.97445 10.9267 8.38876C10.1157 8.80996 9.13985 9.10489 8.0937 9.20879C5.99316 9.41742 3.54188 8.85859 1.5499 6.90549C1.15554 6.51883 1.1493 5.8857 1.53596 5.49134C1.92262 5.09699 2.55575 5.09075 2.9501 5.4774C4.45812 6.95598 6.29459 7.37764 7.89603 7.21859C8.70087 7.13865 9.42953 6.9127 10.0049 6.61386C10.5936 6.30813 10.9573 5.96106 11.1212 5.68331C11.2034 5.54385 11.25 5.38373 11.25 5.21096C11.25 4.69873 10.821 4.25 10.25 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2502 7C18.5642 7 17.7502 7.70915 17.7502 8.92814C17.7502 9.48042 17.3025 9.92814 16.7502 9.92814C16.1979 9.92814 15.7502 9.48042 15.7502 8.92814C15.7502 6.91279 17.1748 5 19.2502 5C21.3256 5 22.7502 6.91279 22.7502 8.92814C22.7502 9.83526 22.476 10.6856 21.9983 11.3645C21.2746 12.5204 19.9593 13.1583 18.5626 13.518C17.1259 13.888 15.4109 14.0136 13.6522 13.9989C10.1276 13.9694 6.22193 13.3729 3.55321 12.8367C3.01175 12.7279 2.661 12.2008 2.76979 11.6593C2.87858 11.1178 3.40571 10.7671 3.94717 10.8759C6.55486 11.3998 10.3223 11.9709 13.6689 11.9989C15.3457 12.013 16.8658 11.8897 18.0638 11.5812C19.2892 11.2656 19.9971 10.8036 20.3118 10.2892L20.331 10.2579L20.3524 10.2281C20.5924 9.89364 20.7502 9.44185 20.7502 8.92814C20.7502 7.70915 19.9362 7 19.2502 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9215 17.7565C16.4682 16.8876 15.624 16.1932 14.6259 15.7012C13.6105 15.2007 12.3599 14.8701 10.9782 14.777C8.20665 14.5901 4.84633 15.3537 1.65429 17.7215C1.21072 18.0505 1.11787 18.6768 1.44691 19.1204C1.77595 19.564 2.40227 19.6568 2.84584 19.3278C5.65376 17.2449 8.54339 16.6174 10.8437 16.7724C11.9978 16.8502 12.9886 17.1239 13.7416 17.4951C14.5092 17.8734 14.9585 18.3157 15.1498 18.6844L15.1534 18.6913L15.1571 18.6983C15.2136 18.803 15.2501 18.9332 15.2501 19.081C15.2501 19.5536 14.9285 19.75 14.7501 19.75C14.6022 19.75 14.3849 19.638 14.2885 19.3346C14.1213 18.8082 13.5591 18.517 13.0327 18.6842C12.5063 18.8514 12.2152 19.4137 12.3824 19.9401C12.6978 20.9332 13.5917 21.75 14.7501 21.75C16.2285 21.75 17.2501 20.4519 17.2501 19.081C17.2501 18.6048 17.1327 18.1512 16.9215 17.7565Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.751 15.75C17.751 15.1977 18.1987 14.75 18.751 14.75H20.751C21.3033 14.75 21.751 15.1977 21.751 15.75C21.751 16.3023 21.3033 16.75 20.751 16.75H18.751C18.1987 16.75 17.751 16.3023 17.751 15.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.25 4.25C9.67904 4.25 9.25 4.69873 9.25 5.21096C9.25 5.76325 8.80229 6.21096 8.25 6.21096C7.69772 6.21096 7.25 5.76325 7.25 5.21096C7.25 3.55718 8.61182 2.25 10.25 2.25C11.8882 2.25 13.25 3.55718 13.25 5.21096C13.25 5.75255 13.1018 6.26218 12.8437 6.69958C12.4291 7.40231 11.7245 7.97445 10.9267 8.38876C10.1157 8.80996 9.13985 9.10489 8.0937 9.20879C5.99316 9.41742 3.54188 8.85859 1.5499 6.90549C1.15554 6.51883 1.1493 5.8857 1.53596 5.49134C1.92262 5.09699 2.55575 5.09075 2.9501 5.4774C4.45812 6.95598 6.29459 7.37764 7.89603 7.21859C8.70087 7.13865 9.42953 6.9127 10.0049 6.61386C10.5936 6.30813 10.9573 5.96106 11.1212 5.68331C11.2034 5.54385 11.25 5.38373 11.25 5.21096C11.25 4.69873 10.821 4.25 10.25 4.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2502 7C18.5642 7 17.7502 7.70915 17.7502 8.92814C17.7502 9.48042 17.3025 9.92814 16.7502 9.92814C16.1979 9.92814 15.7502 9.48042 15.7502 8.92814C15.7502 6.91279 17.1748 5 19.2502 5C21.3256 5 22.7502 6.91279 22.7502 8.92814C22.7502 9.83526 22.476 10.6856 21.9983 11.3645C21.2746 12.5204 19.9593 13.1583 18.5626 13.518C17.1259 13.888 15.4109 14.0136 13.6522 13.9989C10.1276 13.9694 6.22193 13.3729 3.55321 12.8367C3.01175 12.7279 2.661 12.2008 2.76979 11.6593C2.87858 11.1178 3.40571 10.7671 3.94717 10.8759C6.55486 11.3998 10.3223 11.9709 13.6689 11.9989C15.3457 12.013 16.8658 11.8897 18.0638 11.5812C19.2892 11.2656 19.9971 10.8036 20.3118 10.2892L20.331 10.2579L20.3524 10.2281C20.5924 9.89364 20.7502 9.44185 20.7502 8.92814C20.7502 7.70915 19.9362 7 19.2502 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.9215 17.7565C16.4682 16.8876 15.624 16.1932 14.6259 15.7012C13.6105 15.2007 12.3599 14.8701 10.9782 14.777C8.20665 14.5901 4.84633 15.3537 1.65429 17.7215C1.21072 18.0505 1.11787 18.6768 1.44691 19.1204C1.77595 19.564 2.40227 19.6568 2.84584 19.3278C5.65376 17.2449 8.54339 16.6174 10.8437 16.7724C11.9978 16.8502 12.9886 17.1239 13.7416 17.4951C14.5092 17.8734 14.9585 18.3157 15.1498 18.6844L15.1534 18.6913L15.1571 18.6983C15.2136 18.803 15.2501 18.9332 15.2501 19.081C15.2501 19.5536 14.9285 19.75 14.7501 19.75C14.6022 19.75 14.3849 19.638 14.2885 19.3346C14.1213 18.8082 13.5591 18.517 13.0327 18.6842C12.5063 18.8514 12.2152 19.4137 12.3824 19.9401C12.6978 20.9332 13.5917 21.75 14.7501 21.75C16.2285 21.75 17.2501 20.4519 17.2501 19.081C17.2501 18.6048 17.1327 18.1512 16.9215 17.7565Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.751 15.75C17.751 15.1977 18.1987 14.75 18.751 14.75H20.751C21.3033 14.75 21.751 15.1977 21.751 15.75C21.751 16.3023 21.3033 16.75 20.751 16.75H18.751C18.1987 16.75 17.751 16.3023 17.751 15.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-gibbous-moon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.98099 2.52937C10.1521 2.75203 10.1771 3.05425 10.0448 3.30198C9.45587 4.40495 9.12171 5.66478 9.12171 7.00477C9.12171 11.3532 12.6468 14.8783 16.9952 14.8783C18.3352 14.8783 19.595 14.5441 20.698 13.9552C20.9457 13.8229 21.248 13.8479 21.4706 14.019C21.6933 14.1901 21.7952 14.4758 21.7311 14.7492C20.6564 19.3348 16.5416 22.75 11.6273 22.75C5.89609 22.75 1.25 18.1039 1.25 12.3727C1.25 7.45844 4.66517 3.34361 9.25081 2.26889C9.52424 2.20481 9.80985 2.3067 9.98099 2.52937Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.8606 12.1813C21.3117 12.2424 20.8172 11.847 20.7561 11.2981C20.2856 7.07193 16.9282 3.7146 12.702 3.2442C12.1531 3.1831 11.7577 2.68861 11.8188 2.13971C11.8799 1.59082 12.3744 1.19538 12.9233 1.25647C18.0788 1.83032 22.1698 5.92127 22.7438 11.0768C22.8049 11.6257 22.4095 12.1202 21.8606 12.1813Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.98099 2.52937C10.1521 2.75203 10.1771 3.05425 10.0448 3.30198C9.45587 4.40495 9.12171 5.66478 9.12171 7.00477C9.12171 11.3532 12.6468 14.8783 16.9952 14.8783C18.3352 14.8783 19.595 14.5441 20.698 13.9552C20.9457 13.8229 21.248 13.8479 21.4706 14.019C21.6933 14.1901 21.7952 14.4758 21.7311 14.7492C20.6564 19.3348 16.5416 22.75 11.6273 22.75C5.89609 22.75 1.25 18.1039 1.25 12.3727C1.25 7.45844 4.66517 3.34361 9.25081 2.26889C9.52424 2.20481 9.80985 2.3067 9.98099 2.52937Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.8606 12.1813C21.3117 12.2424 20.8172 11.847 20.7561 11.2981C20.2856 7.07193 16.9282 3.7146 12.702 3.2442C12.1531 3.1831 11.7577 2.68861 11.8188 2.13971C11.8799 1.59082 12.3744 1.19538 12.9233 1.25647C18.0788 1.83032 22.1698 5.92127 22.7438 11.0768C22.8049 11.6257 22.4095 12.1202 21.8606 12.1813Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-humidity{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.0131 2.46876C13.3082 0.843746 10.6918 0.843746 8.98694 2.46876C7.73305 3.66394 6.19137 5.31616 4.9572 7.21627C3.73034 9.10512 2.75 11.3266 2.75 13.6399C2.75 18.1253 6.25883 22.75 12 22.75C17.7412 22.75 21.25 18.1253 21.25 13.6399C21.25 11.3266 20.2697 9.10513 19.0428 7.21627C17.8086 5.31616 16.267 3.66394 15.0131 2.46876ZM10.3279 3.88604C11.2812 2.97738 12.7188 2.97738 13.6721 3.88604C14.8654 5.02346 16.2906 6.55795 17.4115 8.28368C18.4849 9.93624 19.2276 11.6852 19.2973 13.3805C18.0238 14.0355 15.5565 14.5611 12.4742 12.8298C9.56427 11.1953 7.00776 10.8671 5.18542 11.0421C5.51852 10.1102 6.0046 9.18269 6.58853 8.28368C7.70944 6.55795 9.13464 5.02346 10.3279 3.88604Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.0131 2.46876C13.3082 0.843746 10.6918 0.843746 8.98694 2.46876C7.73305 3.66394 6.19137 5.31616 4.9572 7.21627C3.73034 9.10512 2.75 11.3266 2.75 13.6399C2.75 18.1253 6.25883 22.75 12 22.75C17.7412 22.75 21.25 18.1253 21.25 13.6399C21.25 11.3266 20.2697 9.10513 19.0428 7.21627C17.8086 5.31616 16.267 3.66394 15.0131 2.46876ZM10.3279 3.88604C11.2812 2.97738 12.7188 2.97738 13.6721 3.88604C14.8654 5.02346 16.2906 6.55795 17.4115 8.28368C18.4849 9.93624 19.2276 11.6852 19.2973 13.3805C18.0238 14.0355 15.5565 14.5611 12.4742 12.8298C9.56427 11.1953 7.00776 10.8671 5.18542 11.0421C5.51852 10.1102 6.0046 9.18269 6.58853 8.28368C7.70944 6.55795 9.13464 5.02346 10.3279 3.88604Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-moon-angled-rain-zap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.75542 14.0428C10.2161 14.3474 10.3427 14.9678 10.0382 15.4285L8.75014 17.377L9.42826 17.377C9.60405 17.3768 9.83382 17.3766 10.0264 17.4053C10.2373 17.4367 10.7217 17.5466 10.9873 18.0469C11.251 18.5439 11.0743 19.0048 10.9848 19.1958C10.9023 19.372 10.7755 19.5635 10.6776 19.7112L8.88139 22.4285C8.57684 22.8892 7.95646 23.0158 7.49574 22.7113C7.03501 22.4067 6.90841 21.7863 7.21296 21.3256L8.50102 19.377L7.82289 19.3771C7.64711 19.3773 7.41734 19.3775 7.22471 19.3488C7.01382 19.3173 6.52941 19.2075 6.2639 18.7072C6.00017 18.2102 6.17687 17.7492 6.26631 17.5583C6.34881 17.3821 6.47568 17.1906 6.57354 17.0429L8.3476 14.3591C8.65215 13.8984 9.2947 13.7383 9.75542 14.0428Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5728 18.9826C14.0668 19.2296 14.267 19.8303 14.02 20.3243L13.02 22.3243C12.773 22.8182 12.1723 23.0185 11.6784 22.7715C11.1844 22.5245 10.9842 21.9238 11.2312 21.4298L12.2312 19.4298C12.4781 18.9358 13.0788 18.7356 13.5728 18.9826Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5728 18.9826C17.0668 19.2296 17.267 19.8303 17.02 20.3243L16.02 22.3243C15.773 22.8182 15.1723 23.0185 14.6784 22.7715C14.1844 22.5245 13.9842 21.9238 14.2312 21.4298L15.2312 19.4298C15.4781 18.9358 16.0788 18.7356 16.5728 18.9826Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 9.09283C6.01491 9.28884 5.9902 9.38684 5.93372 9.4447C5.87724 9.50255 5.77924 9.52976 5.58325 9.58419C3.15606 10.2582 1.375 12.4833 1.375 15.125C1.375 17.3682 2.65953 19.3114 4.53315 20.2591C4.97766 20.484 5.19992 20.5964 5.27358 20.5768C5.34817 20.557 5.39703 20.5075 5.41603 20.4327C5.43479 20.3589 5.30614 20.1115 5.04885 19.6167C5.01208 19.546 4.97575 19.4762 4.93978 19.4084C4.3326 18.2642 4.76519 17.2268 4.90876 16.9202C5.0396 16.6408 5.21997 16.3691 5.30973 16.234L7.09716 13.53C7.8159 12.4428 9.36885 11.9867 10.5835 12.7896C11.7353 13.551 12.0518 15.1019 11.2904 16.2538C11.284 16.2633 11.2871 16.2763 11.2972 16.282C11.3082 16.2882 11.3193 16.2945 11.3305 16.3008C11.5857 16.4451 11.8874 16.6156 12.1271 16.96C12.3035 17.2134 12.3917 17.3402 12.4628 17.3744C12.5339 17.4086 12.677 17.3991 12.9632 17.3801C13.3915 17.3517 13.8328 17.4332 14.2445 17.6391C14.4517 17.7427 14.5552 17.7945 14.626 17.7945C14.6968 17.7945 14.8005 17.7427 15.008 17.6391C15.6875 17.2999 16.5128 17.2733 17.2445 17.6391C18.088 18.0608 18.5889 18.8951 18.6249 19.7751C18.6469 20.3124 18.6579 20.5811 18.7856 20.6657C18.9133 20.7504 19.0982 20.6811 19.468 20.5424C21.4584 19.7961 22.875 17.876 22.875 15.625C22.875 13.1535 21.1672 11.0809 18.8673 10.5229C18.6239 10.4638 18.5022 10.4343 18.4397 10.3633C18.3772 10.2923 18.3635 10.1696 18.3362 9.92424C17.9878 6.80231 15.3399 4.375 12.125 4.375C9.20171 4.375 6.74772 6.38153 6.06431 9.09283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.53528 7.61012C3.34843 7.28225 3.22734 6.93425 3.16804 6.58152C4.16662 6.82644 5.25741 6.69891 6.21881 6.13659C7.17879 5.5751 7.82916 4.68613 8.11664 3.69408C8.37847 3.9179 8.60755 4.19124 8.78965 4.51077C8.91124 4.72413 9.0047 4.94534 9.07149 5.17034C9.64819 4.84681 10.2814 4.6121 10.9527 4.48473C10.8462 4.1551 10.7048 3.83196 10.5273 3.5205C9.84659 2.32609 8.75573 1.51288 7.53569 1.16363C7.21321 1.07132 6.86594 1.14683 6.61091 1.36471C6.35589 1.58259 6.22708 1.91382 6.26792 2.24676C6.37255 3.09983 5.9747 3.96238 5.20905 4.41021C4.44617 4.85642 3.52313 4.77201 2.85722 4.2621C2.58984 4.05737 2.23738 4.00096 1.91947 4.11202C1.60155 4.22308 1.36089 4.4867 1.27916 4.81339C0.970065 6.04893 1.11731 7.4066 1.79765 8.60039C2.26835 9.42634 2.93457 10.0694 3.70378 10.5032C4.2614 10.0898 4.89646 9.77488 5.58325 9.58416C5.77924 9.52974 5.87724 9.50253 5.93372 9.44468C5.96588 9.41174 5.98773 9.3658 6.0097 9.29616C5.11436 9.11566 4.00186 8.42882 3.53528 7.61012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.75542 14.0428C10.2161 14.3474 10.3427 14.9678 10.0382 15.4285L8.75014 17.377L9.42826 17.377C9.60405 17.3768 9.83382 17.3766 10.0264 17.4053C10.2373 17.4367 10.7217 17.5466 10.9873 18.0469C11.251 18.5439 11.0743 19.0048 10.9848 19.1958C10.9023 19.372 10.7755 19.5635 10.6776 19.7112L8.88139 22.4285C8.57684 22.8892 7.95646 23.0158 7.49574 22.7113C7.03501 22.4067 6.90841 21.7863 7.21296 21.3256L8.50102 19.377L7.82289 19.3771C7.64711 19.3773 7.41734 19.3775 7.22471 19.3488C7.01382 19.3173 6.52941 19.2075 6.2639 18.7072C6.00017 18.2102 6.17687 17.7492 6.26631 17.5583C6.34881 17.3821 6.47568 17.1906 6.57354 17.0429L8.3476 14.3591C8.65215 13.8984 9.2947 13.7383 9.75542 14.0428Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5728 18.9826C14.0668 19.2296 14.267 19.8303 14.02 20.3243L13.02 22.3243C12.773 22.8182 12.1723 23.0185 11.6784 22.7715C11.1844 22.5245 10.9842 21.9238 11.2312 21.4298L12.2312 19.4298C12.4781 18.9358 13.0788 18.7356 13.5728 18.9826Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5728 18.9826C17.0668 19.2296 17.267 19.8303 17.02 20.3243L16.02 22.3243C15.773 22.8182 15.1723 23.0185 14.6784 22.7715C14.1844 22.5245 13.9842 21.9238 14.2312 21.4298L15.2312 19.4298C15.4781 18.9358 16.0788 18.7356 16.5728 18.9826Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 9.09283C6.01491 9.28884 5.9902 9.38684 5.93372 9.4447C5.87724 9.50255 5.77924 9.52976 5.58325 9.58419C3.15606 10.2582 1.375 12.4833 1.375 15.125C1.375 17.3682 2.65953 19.3114 4.53315 20.2591C4.97766 20.484 5.19992 20.5964 5.27358 20.5768C5.34817 20.557 5.39703 20.5075 5.41603 20.4327C5.43479 20.3589 5.30614 20.1115 5.04885 19.6167C5.01208 19.546 4.97575 19.4762 4.93978 19.4084C4.3326 18.2642 4.76519 17.2268 4.90876 16.9202C5.0396 16.6408 5.21997 16.3691 5.30973 16.234L7.09716 13.53C7.8159 12.4428 9.36885 11.9867 10.5835 12.7896C11.7353 13.551 12.0518 15.1019 11.2904 16.2538C11.284 16.2633 11.2871 16.2763 11.2972 16.282C11.3082 16.2882 11.3193 16.2945 11.3305 16.3008C11.5857 16.4451 11.8874 16.6156 12.1271 16.96C12.3035 17.2134 12.3917 17.3402 12.4628 17.3744C12.5339 17.4086 12.677 17.3991 12.9632 17.3801C13.3915 17.3517 13.8328 17.4332 14.2445 17.6391C14.4517 17.7427 14.5552 17.7945 14.626 17.7945C14.6968 17.7945 14.8005 17.7427 15.008 17.6391C15.6875 17.2999 16.5128 17.2733 17.2445 17.6391C18.088 18.0608 18.5889 18.8951 18.6249 19.7751C18.6469 20.3124 18.6579 20.5811 18.7856 20.6657C18.9133 20.7504 19.0982 20.6811 19.468 20.5424C21.4584 19.7961 22.875 17.876 22.875 15.625C22.875 13.1535 21.1672 11.0809 18.8673 10.5229C18.6239 10.4638 18.5022 10.4343 18.4397 10.3633C18.3772 10.2923 18.3635 10.1696 18.3362 9.92424C17.9878 6.80231 15.3399 4.375 12.125 4.375C9.20171 4.375 6.74772 6.38153 6.06431 9.09283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.53528 7.61012C3.34843 7.28225 3.22734 6.93425 3.16804 6.58152C4.16662 6.82644 5.25741 6.69891 6.21881 6.13659C7.17879 5.5751 7.82916 4.68613 8.11664 3.69408C8.37847 3.9179 8.60755 4.19124 8.78965 4.51077C8.91124 4.72413 9.0047 4.94534 9.07149 5.17034C9.64819 4.84681 10.2814 4.6121 10.9527 4.48473C10.8462 4.1551 10.7048 3.83196 10.5273 3.5205C9.84659 2.32609 8.75573 1.51288 7.53569 1.16363C7.21321 1.07132 6.86594 1.14683 6.61091 1.36471C6.35589 1.58259 6.22708 1.91382 6.26792 2.24676C6.37255 3.09983 5.9747 3.96238 5.20905 4.41021C4.44617 4.85642 3.52313 4.77201 2.85722 4.2621C2.58984 4.05737 2.23738 4.00096 1.91947 4.11202C1.60155 4.22308 1.36089 4.4867 1.27916 4.81339C0.970065 6.04893 1.11731 7.4066 1.79765 8.60039C2.26835 9.42634 2.93457 10.0694 3.70378 10.5032C4.2614 10.0898 4.89646 9.77488 5.58325 9.58416C5.77924 9.52974 5.87724 9.50253 5.93372 9.44468C5.96588 9.41174 5.98773 9.3658 6.0097 9.29616C5.11436 9.11566 4.00186 8.42882 3.53528 7.61012Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-moon-cloud-angled-rain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5695 14.9808C9.06348 15.2278 9.26371 15.8285 9.01672 16.3224L8.01672 18.3224C7.76973 18.8164 7.16905 19.0166 6.67508 18.7696C6.1811 18.5227 5.98087 17.922 6.22786 17.428L7.22786 15.428C7.47485 14.934 8.07552 14.7338 8.5695 14.9808ZM13.0695 14.9808C13.5635 15.2278 13.7637 15.8285 13.5167 16.3224L12.5167 18.3224C12.2697 18.8164 11.6691 19.0166 11.1751 18.7696C10.6811 18.5227 10.4809 17.922 10.7279 17.428L11.7279 15.428C11.9749 14.934 12.5755 14.7338 13.0695 14.9808ZM17.5695 14.9808C18.0635 15.2278 18.2637 15.8285 18.0167 16.3224L17.0167 18.3224C16.7697 18.8164 16.1691 19.0166 15.6751 18.7696C15.1811 18.5227 14.9809 17.922 15.2279 17.428L16.2279 15.428C16.4749 14.934 17.0755 14.7338 17.5695 14.9808ZM9.5695 18.9808C10.0635 19.2278 10.2637 19.8285 10.0167 20.3224L9.01672 22.3224C8.76973 22.8164 8.16905 23.0166 7.67508 22.7696C7.1811 22.5227 6.98087 21.922 7.22786 21.428L8.22786 19.428C8.47485 18.934 9.07552 18.7338 9.5695 18.9808ZM14.0695 18.9808C14.5635 19.2278 14.7637 19.8285 14.5167 20.3224L13.5167 22.3224C13.2697 22.8164 12.6691 23.0166 12.1751 22.7696C11.6811 22.5227 11.4809 21.922 11.7279 21.428L12.7279 19.428C12.9749 18.934 13.5755 18.7338 14.0695 18.9808Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.58423 9.58419C3.15704 10.2582 1.37598 12.4833 1.37598 15.125C1.37598 17.3134 2.59852 19.2163 4.39789 20.1879C4.9115 20.4652 5.16831 20.6039 5.22071 20.5566C5.27311 20.5093 5.1407 20.19 4.87588 19.5513C4.5082 18.6646 4.49836 17.5332 4.88655 16.7568L5.88655 14.7568C6.50402 13.5218 8.00571 13.0213 9.24065 13.6387C9.74406 13.8905 10.1254 14.2891 10.3588 14.7567C10.3645 14.7681 10.3808 14.7682 10.3865 14.7568C11.004 13.5218 12.5057 13.0213 13.7407 13.6387C14.2441 13.8905 14.6254 14.2891 14.8588 14.7567C14.8645 14.7681 14.8808 14.7682 14.8866 14.7568C15.504 13.5218 17.0057 13.0213 18.2407 13.6387C19.4756 14.2562 19.9762 15.7579 19.3587 16.9928L18.0029 20.0305C17.8296 20.4188 17.7429 20.6131 17.8539 20.7552C17.965 20.8974 18.1588 20.8631 18.5465 20.7946C21.0071 20.3594 22.876 18.2105 22.876 15.625C22.876 13.1535 21.1682 11.0809 18.8683 10.5229C18.6249 10.4638 18.5032 10.4343 18.4407 10.3633C18.3782 10.2923 18.3645 10.1696 18.3371 9.92424C17.9888 6.80231 15.3409 4.375 12.126 4.375C9.20269 4.375 6.7487 6.38153 6.06529 9.09283C6.01588 9.28884 5.99118 9.38684 5.9347 9.4447C5.87821 9.50255 5.78022 9.52976 5.58423 9.58419Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.53362 7.58974C3.34781 7.26475 3.22716 6.91997 3.16771 6.5705C4.16575 6.81452 5.25579 6.68739 6.21662 6.1272C7.1764 5.56763 7.8274 4.68113 8.11531 3.69119C8.37771 3.91448 8.60713 4.18719 8.78936 4.50591C8.91218 4.72074 9.00622 4.9435 9.07304 5.17003C9.6498 4.84654 10.2831 4.61188 10.9544 4.48459C10.8475 4.15244 10.7049 3.82687 10.5256 3.51324C9.84439 2.32171 8.7532 1.51131 7.53389 1.1634C7.21142 1.07138 6.86429 1.14713 6.60947 1.36511C6.35464 1.5831 6.22604 1.91431 6.26699 2.24714C6.37125 3.09444 5.97509 3.95292 5.20928 4.39941C4.44555 4.84468 3.5212 4.76024 2.85501 4.25176C2.58765 4.04769 2.2356 3.9917 1.91812 4.10275C1.60063 4.21381 1.36024 4.47702 1.27837 4.80325C0.968878 6.0364 1.11639 7.39136 1.79736 8.58242C2.27232 9.41317 2.94542 10.0579 3.72233 10.4902C4.27571 10.0832 4.90464 9.77289 5.58423 9.58417C5.78022 9.52974 5.87821 9.50253 5.9347 9.44468C5.98819 9.38989 6.01318 9.29909 6.05764 9.12312C5.04914 9.087 4.07841 8.54262 3.53362 7.58974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.5695 14.9808C9.06348 15.2278 9.26371 15.8285 9.01672 16.3224L8.01672 18.3224C7.76973 18.8164 7.16905 19.0166 6.67508 18.7696C6.1811 18.5227 5.98087 17.922 6.22786 17.428L7.22786 15.428C7.47485 14.934 8.07552 14.7338 8.5695 14.9808ZM13.0695 14.9808C13.5635 15.2278 13.7637 15.8285 13.5167 16.3224L12.5167 18.3224C12.2697 18.8164 11.6691 19.0166 11.1751 18.7696C10.6811 18.5227 10.4809 17.922 10.7279 17.428L11.7279 15.428C11.9749 14.934 12.5755 14.7338 13.0695 14.9808ZM17.5695 14.9808C18.0635 15.2278 18.2637 15.8285 18.0167 16.3224L17.0167 18.3224C16.7697 18.8164 16.1691 19.0166 15.6751 18.7696C15.1811 18.5227 14.9809 17.922 15.2279 17.428L16.2279 15.428C16.4749 14.934 17.0755 14.7338 17.5695 14.9808ZM9.5695 18.9808C10.0635 19.2278 10.2637 19.8285 10.0167 20.3224L9.01672 22.3224C8.76973 22.8164 8.16905 23.0166 7.67508 22.7696C7.1811 22.5227 6.98087 21.922 7.22786 21.428L8.22786 19.428C8.47485 18.934 9.07552 18.7338 9.5695 18.9808ZM14.0695 18.9808C14.5635 19.2278 14.7637 19.8285 14.5167 20.3224L13.5167 22.3224C13.2697 22.8164 12.6691 23.0166 12.1751 22.7696C11.6811 22.5227 11.4809 21.922 11.7279 21.428L12.7279 19.428C12.9749 18.934 13.5755 18.7338 14.0695 18.9808Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.58423 9.58419C3.15704 10.2582 1.37598 12.4833 1.37598 15.125C1.37598 17.3134 2.59852 19.2163 4.39789 20.1879C4.9115 20.4652 5.16831 20.6039 5.22071 20.5566C5.27311 20.5093 5.1407 20.19 4.87588 19.5513C4.5082 18.6646 4.49836 17.5332 4.88655 16.7568L5.88655 14.7568C6.50402 13.5218 8.00571 13.0213 9.24065 13.6387C9.74406 13.8905 10.1254 14.2891 10.3588 14.7567C10.3645 14.7681 10.3808 14.7682 10.3865 14.7568C11.004 13.5218 12.5057 13.0213 13.7407 13.6387C14.2441 13.8905 14.6254 14.2891 14.8588 14.7567C14.8645 14.7681 14.8808 14.7682 14.8866 14.7568C15.504 13.5218 17.0057 13.0213 18.2407 13.6387C19.4756 14.2562 19.9762 15.7579 19.3587 16.9928L18.0029 20.0305C17.8296 20.4188 17.7429 20.6131 17.8539 20.7552C17.965 20.8974 18.1588 20.8631 18.5465 20.7946C21.0071 20.3594 22.876 18.2105 22.876 15.625C22.876 13.1535 21.1682 11.0809 18.8683 10.5229C18.6249 10.4638 18.5032 10.4343 18.4407 10.3633C18.3782 10.2923 18.3645 10.1696 18.3371 9.92424C17.9888 6.80231 15.3409 4.375 12.126 4.375C9.20269 4.375 6.7487 6.38153 6.06529 9.09283C6.01588 9.28884 5.99118 9.38684 5.9347 9.4447C5.87821 9.50255 5.78022 9.52976 5.58423 9.58419Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.53362 7.58974C3.34781 7.26475 3.22716 6.91997 3.16771 6.5705C4.16575 6.81452 5.25579 6.68739 6.21662 6.1272C7.1764 5.56763 7.8274 4.68113 8.11531 3.69119C8.37771 3.91448 8.60713 4.18719 8.78936 4.50591C8.91218 4.72074 9.00622 4.9435 9.07304 5.17003C9.6498 4.84654 10.2831 4.61188 10.9544 4.48459C10.8475 4.15244 10.7049 3.82687 10.5256 3.51324C9.84439 2.32171 8.7532 1.51131 7.53389 1.1634C7.21142 1.07138 6.86429 1.14713 6.60947 1.36511C6.35464 1.5831 6.22604 1.91431 6.26699 2.24714C6.37125 3.09444 5.97509 3.95292 5.20928 4.39941C4.44555 4.84468 3.5212 4.76024 2.85501 4.25176C2.58765 4.04769 2.2356 3.9917 1.91812 4.10275C1.60063 4.21381 1.36024 4.47702 1.27837 4.80325C0.968878 6.0364 1.11639 7.39136 1.79736 8.58242C2.27232 9.41317 2.94542 10.0579 3.72233 10.4902C4.27571 10.0832 4.90464 9.77289 5.58423 9.58417C5.78022 9.52974 5.87821 9.50253 5.9347 9.44468C5.98819 9.38989 6.01318 9.29909 6.05764 9.12312C5.04914 9.087 4.07841 8.54262 3.53362 7.58974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-moon-cloud-angled-zap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2554 14.0409C13.7161 14.3454 13.8427 14.9658 13.5382 15.4266L12.2501 17.3751L12.9283 17.3751C13.104 17.3749 13.3338 17.3747 13.5264 17.4034C13.7373 17.4348 14.2218 17.5447 14.4873 18.045C14.751 18.542 14.5743 19.0029 14.4849 19.1939C14.4023 19.3701 14.2755 19.5616 14.1776 19.7093L12.3814 22.4266C12.0768 22.8873 11.4565 23.0139 10.9957 22.7093C10.535 22.4048 10.4084 21.7844 10.713 21.3237L12.001 19.3751L11.3229 19.3751C11.1471 19.3753 10.9173 19.3756 10.7247 19.3468C10.5138 19.3154 10.0294 19.2056 9.7639 18.7052C9.50017 18.2082 9.67687 17.7473 9.76631 17.5563C9.84881 17.3802 9.97568 17.1887 10.0735 17.0409L11.8698 14.3237C12.1743 13.8629 12.7947 13.7363 13.2554 14.0409Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.58325 9.58419C3.15606 10.2582 1.375 12.4833 1.375 15.125C1.375 18.2985 3.94586 20.8715 7.11851 20.875L7.12497 20.875L7.1302 20.8749C7.26376 20.8718 9.92275 20.8062 9.47424 20.4789C9.01419 20.1433 8.72032 19.9372 8.43978 19.4085C7.8326 18.2643 8.26519 17.2269 8.40876 16.9203C8.53961 16.6409 8.71998 16.3693 8.80973 16.2341L10.6193 13.4967C11.3807 12.3449 12.9317 12.0284 14.0835 12.7897C15.2353 13.5511 15.5518 15.1021 14.7904 16.2539C14.784 16.2635 14.7871 16.2764 14.7971 16.2822C15.1597 16.4923 15.5372 16.8222 15.8131 17.342C16.4203 18.4862 15.9877 19.5236 15.8441 19.8302C15.7133 20.1096 15.533 20.3812 15.4432 20.5164C15.3416 20.6701 15.4518 20.875 15.636 20.875H17.625C20.5245 20.875 22.875 18.5245 22.875 15.625C22.875 13.1535 21.1672 11.0809 18.8673 10.5229C18.6239 10.4638 18.5022 10.4343 18.4397 10.3633C18.3772 10.2923 18.3635 10.1696 18.3362 9.92426C17.9878 6.80234 15.3399 4.375 12.125 4.375C9.20171 4.375 6.74772 6.38153 6.06431 9.09283C6.01491 9.28884 5.9902 9.38684 5.93372 9.4447C5.87724 9.50255 5.77924 9.52976 5.58325 9.58419Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.5346 7.58974C3.34879 7.26475 3.22813 6.91997 3.16869 6.5705C4.16672 6.81452 5.25676 6.68739 6.2176 6.1272C7.17738 5.56763 7.82838 4.68113 8.11629 3.69119C8.37869 3.91448 8.60811 4.18719 8.79034 4.50591C8.91299 4.72044 9.00694 4.94288 9.07374 5.16909C9.65058 4.84579 10.2839 4.61133 10.9553 4.48424C10.8484 4.15221 10.7058 3.82676 10.5266 3.51324C9.84536 2.32171 8.75418 1.51131 7.53487 1.1634C7.2124 1.07138 6.86527 1.14713 6.61044 1.36511C6.35561 1.5831 6.22701 1.91431 6.26797 2.24714C6.37223 3.09444 5.97606 3.95292 5.21026 4.39941C4.44652 4.84468 3.52218 4.76024 2.85599 4.25176C2.58862 4.04769 2.23658 3.9917 1.91909 4.10275C1.60161 4.21381 1.36122 4.47702 1.27934 4.80325C0.969854 6.0364 1.11737 7.39136 1.79834 8.58242C2.27307 9.41277 2.94576 10.0572 3.7222 10.4896C4.27537 10.0829 4.90401 9.77279 5.58325 9.58417C5.77924 9.52974 5.87724 9.50253 5.93372 9.44468C5.98722 9.38988 6.01221 9.29906 6.05668 9.12305C5.04887 9.0863 4.07904 8.54201 3.5346 7.58974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2554 14.0409C13.7161 14.3454 13.8427 14.9658 13.5382 15.4266L12.2501 17.3751L12.9283 17.3751C13.104 17.3749 13.3338 17.3747 13.5264 17.4034C13.7373 17.4348 14.2218 17.5447 14.4873 18.045C14.751 18.542 14.5743 19.0029 14.4849 19.1939C14.4023 19.3701 14.2755 19.5616 14.1776 19.7093L12.3814 22.4266C12.0768 22.8873 11.4565 23.0139 10.9957 22.7093C10.535 22.4048 10.4084 21.7844 10.713 21.3237L12.001 19.3751L11.3229 19.3751C11.1471 19.3753 10.9173 19.3756 10.7247 19.3468C10.5138 19.3154 10.0294 19.2056 9.7639 18.7052C9.50017 18.2082 9.67687 17.7473 9.76631 17.5563C9.84881 17.3802 9.97568 17.1887 10.0735 17.0409L11.8698 14.3237C12.1743 13.8629 12.7947 13.7363 13.2554 14.0409Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.58325 9.58419C3.15606 10.2582 1.375 12.4833 1.375 15.125C1.375 18.2985 3.94586 20.8715 7.11851 20.875L7.12497 20.875L7.1302 20.8749C7.26376 20.8718 9.92275 20.8062 9.47424 20.4789C9.01419 20.1433 8.72032 19.9372 8.43978 19.4085C7.8326 18.2643 8.26519 17.2269 8.40876 16.9203C8.53961 16.6409 8.71998 16.3693 8.80973 16.2341L10.6193 13.4967C11.3807 12.3449 12.9317 12.0284 14.0835 12.7897C15.2353 13.5511 15.5518 15.1021 14.7904 16.2539C14.784 16.2635 14.7871 16.2764 14.7971 16.2822C15.1597 16.4923 15.5372 16.8222 15.8131 17.342C16.4203 18.4862 15.9877 19.5236 15.8441 19.8302C15.7133 20.1096 15.533 20.3812 15.4432 20.5164C15.3416 20.6701 15.4518 20.875 15.636 20.875H17.625C20.5245 20.875 22.875 18.5245 22.875 15.625C22.875 13.1535 21.1672 11.0809 18.8673 10.5229C18.6239 10.4638 18.5022 10.4343 18.4397 10.3633C18.3772 10.2923 18.3635 10.1696 18.3362 9.92426C17.9878 6.80234 15.3399 4.375 12.125 4.375C9.20171 4.375 6.74772 6.38153 6.06431 9.09283C6.01491 9.28884 5.9902 9.38684 5.93372 9.4447C5.87724 9.50255 5.77924 9.52976 5.58325 9.58419Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.5346 7.58974C3.34879 7.26475 3.22813 6.91997 3.16869 6.5705C4.16672 6.81452 5.25676 6.68739 6.2176 6.1272C7.17738 5.56763 7.82838 4.68113 8.11629 3.69119C8.37869 3.91448 8.60811 4.18719 8.79034 4.50591C8.91299 4.72044 9.00694 4.94288 9.07374 5.16909C9.65058 4.84579 10.2839 4.61133 10.9553 4.48424C10.8484 4.15221 10.7058 3.82676 10.5266 3.51324C9.84536 2.32171 8.75418 1.51131 7.53487 1.1634C7.2124 1.07138 6.86527 1.14713 6.61044 1.36511C6.35561 1.5831 6.22701 1.91431 6.26797 2.24714C6.37223 3.09444 5.97606 3.95292 5.21026 4.39941C4.44652 4.84468 3.52218 4.76024 2.85599 4.25176C2.58862 4.04769 2.23658 3.9917 1.91909 4.10275C1.60161 4.21381 1.36122 4.47702 1.27934 4.80325C0.969854 6.0364 1.11737 7.39136 1.79834 8.58242C2.27307 9.41277 2.94576 10.0572 3.7222 10.4896C4.27537 10.0829 4.90401 9.77279 5.58325 9.58417C5.77924 9.52974 5.87724 9.50253 5.93372 9.44468C5.98722 9.38988 6.01221 9.29906 6.05668 9.12305C5.04887 9.0863 4.07904 8.54201 3.5346 7.58974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-moon-cloud-big-rain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7617 14.9193C11.5323 14.1936 12.7177 14.1936 13.4883 14.9193C13.9552 15.359 14.5381 15.9747 15.0089 16.6909C15.4739 17.3983 15.875 18.2721 15.875 19.2123C15.875 21.0197 14.4446 22.875 12.125 22.875C9.80542 22.875 8.375 21.0197 8.375 19.2123C8.375 18.2721 8.77606 17.3983 9.24108 16.6909C9.71191 15.9747 10.2948 15.359 10.7617 14.9193Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.01793 9.29041C5.99187 9.41018 5.89894 9.50478 5.77975 9.53336C3.2528 10.1393 1.375 12.4125 1.375 15.125C1.375 18.1589 3.7561 20.644 6.7378 20.8598C6.94355 20.8747 7.08909 20.6713 7.03739 20.4716C6.93033 20.058 6.875 19.6342 6.875 19.2123C6.875 17.8561 7.44634 16.6904 7.98767 15.8669C8.54645 15.0169 9.21961 14.3111 9.73329 13.8273C11.0816 12.5576 13.1684 12.5576 14.5167 13.8273C15.0304 14.3111 15.7036 15.0169 16.2623 15.8669C16.8037 16.6904 17.375 17.8561 17.375 19.2123C17.375 19.6342 17.3197 20.058 17.2126 20.4716C17.1609 20.6713 17.3059 20.875 17.5122 20.875H17.625C20.5245 20.875 22.875 18.5245 22.875 15.625C22.875 13.066 21.0441 10.9346 18.6208 10.4693C18.4776 10.4418 18.3694 10.321 18.3591 10.1755C18.1287 6.93355 15.4256 4.375 12.125 4.375C9.13114 4.375 6.62951 6.47958 6.01793 9.29041Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.5346 7.58974C3.34879 7.26475 3.22813 6.91997 3.16869 6.5705C4.16672 6.81452 5.25676 6.68739 6.2176 6.1272C7.17738 5.56763 7.82838 4.68113 8.11629 3.69119C8.37869 3.91448 8.60811 4.18719 8.79034 4.50591C8.91299 4.72044 9.00694 4.94288 9.07374 5.16909C9.65058 4.84579 10.2839 4.61133 10.9553 4.48424C10.8484 4.15221 10.7058 3.82677 10.5266 3.51324C9.84536 2.32171 8.75418 1.51131 7.53487 1.1634C7.2124 1.07138 6.86527 1.14713 6.61044 1.36511C6.35561 1.5831 6.22701 1.91431 6.26797 2.24714C6.37223 3.09444 5.97606 3.95292 5.21026 4.39941C4.44652 4.84468 3.52218 4.76024 2.85599 4.25176C2.58862 4.04769 2.23658 3.9917 1.91909 4.10275C1.60161 4.21381 1.36122 4.47702 1.27934 4.80325C0.969854 6.0364 1.11737 7.39136 1.79834 8.58242C2.27307 9.41277 2.94576 10.0572 3.7222 10.4896C4.32833 10.0439 5.02509 9.71429 5.77975 9.53335C5.89894 9.50477 5.99187 9.41016 6.01793 9.29039C6.03013 9.23433 6.04308 9.17854 6.05677 9.12305C5.04893 9.08633 4.07905 8.54204 3.5346 7.58974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7617 14.9193C11.5323 14.1936 12.7177 14.1936 13.4883 14.9193C13.9552 15.359 14.5381 15.9747 15.0089 16.6909C15.4739 17.3983 15.875 18.2721 15.875 19.2123C15.875 21.0197 14.4446 22.875 12.125 22.875C9.80542 22.875 8.375 21.0197 8.375 19.2123C8.375 18.2721 8.77606 17.3983 9.24108 16.6909C9.71191 15.9747 10.2948 15.359 10.7617 14.9193Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.01793 9.29041C5.99187 9.41018 5.89894 9.50478 5.77975 9.53336C3.2528 10.1393 1.375 12.4125 1.375 15.125C1.375 18.1589 3.7561 20.644 6.7378 20.8598C6.94355 20.8747 7.08909 20.6713 7.03739 20.4716C6.93033 20.058 6.875 19.6342 6.875 19.2123C6.875 17.8561 7.44634 16.6904 7.98767 15.8669C8.54645 15.0169 9.21961 14.3111 9.73329 13.8273C11.0816 12.5576 13.1684 12.5576 14.5167 13.8273C15.0304 14.3111 15.7036 15.0169 16.2623 15.8669C16.8037 16.6904 17.375 17.8561 17.375 19.2123C17.375 19.6342 17.3197 20.058 17.2126 20.4716C17.1609 20.6713 17.3059 20.875 17.5122 20.875H17.625C20.5245 20.875 22.875 18.5245 22.875 15.625C22.875 13.066 21.0441 10.9346 18.6208 10.4693C18.4776 10.4418 18.3694 10.321 18.3591 10.1755C18.1287 6.93355 15.4256 4.375 12.125 4.375C9.13114 4.375 6.62951 6.47958 6.01793 9.29041Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.5346 7.58974C3.34879 7.26475 3.22813 6.91997 3.16869 6.5705C4.16672 6.81452 5.25676 6.68739 6.2176 6.1272C7.17738 5.56763 7.82838 4.68113 8.11629 3.69119C8.37869 3.91448 8.60811 4.18719 8.79034 4.50591C8.91299 4.72044 9.00694 4.94288 9.07374 5.16909C9.65058 4.84579 10.2839 4.61133 10.9553 4.48424C10.8484 4.15221 10.7058 3.82677 10.5266 3.51324C9.84536 2.32171 8.75418 1.51131 7.53487 1.1634C7.2124 1.07138 6.86527 1.14713 6.61044 1.36511C6.35561 1.5831 6.22701 1.91431 6.26797 2.24714C6.37223 3.09444 5.97606 3.95292 5.21026 4.39941C4.44652 4.84468 3.52218 4.76024 2.85599 4.25176C2.58862 4.04769 2.23658 3.9917 1.91909 4.10275C1.60161 4.21381 1.36122 4.47702 1.27934 4.80325C0.969854 6.0364 1.11737 7.39136 1.79834 8.58242C2.27307 9.41277 2.94576 10.0572 3.7222 10.4896C4.32833 10.0439 5.02509 9.71429 5.77975 9.53335C5.89894 9.50477 5.99187 9.41016 6.01793 9.29039C6.03013 9.23433 6.04308 9.17854 6.05677 9.12305C5.04893 9.08633 4.07905 8.54204 3.5346 7.58974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-moon-cloud-fast-wind{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8282 20.2988C14.8813 20.2651 14.9356 20.25 14.9906 20.25C15.1292 20.25 15.3752 20.397 15.3752 20.75C15.3752 21.103 15.1292 21.25 14.9906 21.25C14.9539 21.25 14.9196 21.2434 14.8867 21.2308C14.3709 21.0333 13.7927 21.2913 13.5952 21.8071C13.3977 22.3228 13.6557 22.901 14.1715 23.0985C14.4273 23.1965 14.7037 23.25 14.9906 23.25C16.3815 23.25 17.3752 22.0538 17.3752 20.75C17.3752 19.4462 16.3815 18.25 14.9906 18.25C14.5066 18.25 14.0583 18.4019 13.6876 18.6556L13.6707 18.6671L13.6543 18.6793C12.7056 19.387 10.902 20.319 8.87358 20.5579C8.32509 20.6225 7.93282 21.1195 7.99743 21.668C8.06204 22.2165 8.55906 22.6088 9.10755 22.5442C11.5334 22.2584 13.65 21.1715 14.8282 20.2988ZM3.48196 20.3483C3.73024 19.8549 4.33143 19.6563 4.82476 19.9046C5.35271 20.1703 5.88967 20.3519 6.42736 20.4651C6.9678 20.5788 7.31368 21.1092 7.19991 21.6496C7.08614 22.1901 6.55579 22.5359 6.01535 22.4222C5.3166 22.2751 4.61506 22.038 3.92567 21.6911C3.43234 21.4428 3.23368 20.8416 3.48196 20.3483Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 21.25C18.375 20.6977 18.8227 20.25 19.375 20.25H21.375C21.9273 20.25 22.375 20.6977 22.375 21.25C22.375 21.8023 21.9273 22.25 21.375 22.25H19.375C18.8227 22.25 18.375 21.8023 18.375 21.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.125 13.5976C2.125 10.9835 4.0097 8.80374 6.5139 8.30413C7.02337 5.57077 9.45337 3.5 12.375 3.5C15.6033 3.5 18.232 6.02884 18.3314 9.18539C20.7587 9.52598 22.625 11.5819 22.625 14.0672C22.625 16.5137 20.8166 18.5441 18.4448 18.9318C17.8317 17.6925 16.4461 16.7531 14.8364 16.7531C16.0043 14.8024 14.4667 12.4282 12.3752 12.4282C10.8064 12.4282 9.47525 13.6656 9.47525 15.2639C9.47525 15.8162 9.92296 16.2639 10.4752 16.2639C11.0275 16.2639 11.4752 15.8162 11.4752 15.2639C11.4752 14.8346 11.8454 14.4282 12.3752 14.4282C12.6938 14.4282 12.9781 14.6027 13.1414 14.8708C13.2935 15.1205 13.3099 15.3947 13.1822 15.6342C11.9958 17.2202 9.54522 18.5842 7.18602 18.6588C6.24434 18.6886 5.34918 18.5122 4.56169 18.0891C3.09238 17.1202 2.125 15.4702 2.125 13.5976Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.79402 7.46644C3.59502 7.10578 3.46889 6.72117 3.41138 6.33142C4.41948 6.58793 5.52295 6.45655 6.49423 5.86978C7.46039 5.2861 8.10699 4.36715 8.39018 3.34814C8.64957 3.57937 8.87786 3.86179 9.06064 4.19307C9.1015 4.26712 9.13927 4.34212 9.17398 4.41792C9.73345 4.06626 10.3565 3.80409 11.0224 3.65186C10.959 3.50828 10.8888 3.36646 10.8118 3.22686C10.1345 1.99947 9.0439 1.15501 7.81292 0.791052C7.49044 0.695704 7.14163 0.768826 6.88459 0.98566C6.62756 1.20249 6.49671 1.534 6.53637 1.86794C6.64517 2.78414 6.2289 3.69344 5.46006 4.15791C4.70164 4.61609 3.78696 4.53166 3.12004 4.00421C2.85268 3.79276 2.49603 3.73206 2.17378 3.84316C1.85153 3.95426 1.60806 4.22186 1.52782 4.55315C1.22164 5.81727 1.36673 7.20719 2.0429 8.43265C2.40795 9.09425 2.89336 9.64498 3.45658 10.0691C3.92551 9.53426 4.49919 9.09101 5.14625 8.77024C4.60428 8.50482 4.12487 8.06605 3.79402 7.46644Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8282 20.2988C14.8813 20.2651 14.9356 20.25 14.9906 20.25C15.1292 20.25 15.3752 20.397 15.3752 20.75C15.3752 21.103 15.1292 21.25 14.9906 21.25C14.9539 21.25 14.9196 21.2434 14.8867 21.2308C14.3709 21.0333 13.7927 21.2913 13.5952 21.8071C13.3977 22.3228 13.6557 22.901 14.1715 23.0985C14.4273 23.1965 14.7037 23.25 14.9906 23.25C16.3815 23.25 17.3752 22.0538 17.3752 20.75C17.3752 19.4462 16.3815 18.25 14.9906 18.25C14.5066 18.25 14.0583 18.4019 13.6876 18.6556L13.6707 18.6671L13.6543 18.6793C12.7056 19.387 10.902 20.319 8.87358 20.5579C8.32509 20.6225 7.93282 21.1195 7.99743 21.668C8.06204 22.2165 8.55906 22.6088 9.10755 22.5442C11.5334 22.2584 13.65 21.1715 14.8282 20.2988ZM3.48196 20.3483C3.73024 19.8549 4.33143 19.6563 4.82476 19.9046C5.35271 20.1703 5.88967 20.3519 6.42736 20.4651C6.9678 20.5788 7.31368 21.1092 7.19991 21.6496C7.08614 22.1901 6.55579 22.5359 6.01535 22.4222C5.3166 22.2751 4.61506 22.038 3.92567 21.6911C3.43234 21.4428 3.23368 20.8416 3.48196 20.3483Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 21.25C18.375 20.6977 18.8227 20.25 19.375 20.25H21.375C21.9273 20.25 22.375 20.6977 22.375 21.25C22.375 21.8023 21.9273 22.25 21.375 22.25H19.375C18.8227 22.25 18.375 21.8023 18.375 21.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.125 13.5976C2.125 10.9835 4.0097 8.80374 6.5139 8.30413C7.02337 5.57077 9.45337 3.5 12.375 3.5C15.6033 3.5 18.232 6.02884 18.3314 9.18539C20.7587 9.52598 22.625 11.5819 22.625 14.0672C22.625 16.5137 20.8166 18.5441 18.4448 18.9318C17.8317 17.6925 16.4461 16.7531 14.8364 16.7531C16.0043 14.8024 14.4667 12.4282 12.3752 12.4282C10.8064 12.4282 9.47525 13.6656 9.47525 15.2639C9.47525 15.8162 9.92296 16.2639 10.4752 16.2639C11.0275 16.2639 11.4752 15.8162 11.4752 15.2639C11.4752 14.8346 11.8454 14.4282 12.3752 14.4282C12.6938 14.4282 12.9781 14.6027 13.1414 14.8708C13.2935 15.1205 13.3099 15.3947 13.1822 15.6342C11.9958 17.2202 9.54522 18.5842 7.18602 18.6588C6.24434 18.6886 5.34918 18.5122 4.56169 18.0891C3.09238 17.1202 2.125 15.4702 2.125 13.5976Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.79402 7.46644C3.59502 7.10578 3.46889 6.72117 3.41138 6.33142C4.41948 6.58793 5.52295 6.45655 6.49423 5.86978C7.46039 5.2861 8.10699 4.36715 8.39018 3.34814C8.64957 3.57937 8.87786 3.86179 9.06064 4.19307C9.1015 4.26712 9.13927 4.34212 9.17398 4.41792C9.73345 4.06626 10.3565 3.80409 11.0224 3.65186C10.959 3.50828 10.8888 3.36646 10.8118 3.22686C10.1345 1.99947 9.0439 1.15501 7.81292 0.791052C7.49044 0.695704 7.14163 0.768826 6.88459 0.98566C6.62756 1.20249 6.49671 1.534 6.53637 1.86794C6.64517 2.78414 6.2289 3.69344 5.46006 4.15791C4.70164 4.61609 3.78696 4.53166 3.12004 4.00421C2.85268 3.79276 2.49603 3.73206 2.17378 3.84316C1.85153 3.95426 1.60806 4.22186 1.52782 4.55315C1.22164 5.81727 1.36673 7.20719 2.0429 8.43265C2.40795 9.09425 2.89336 9.64498 3.45658 10.0691C3.92551 9.53426 4.49919 9.09101 5.14625 8.77024C4.60428 8.50482 4.12487 8.06605 3.79402 7.46644Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-moon-cloud-hailstone{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.127 15C13.127 15.5523 12.6792 16 12.127 16C11.5747 16 11.127 15.5523 11.127 15C11.127 14.4477 11.5747 14 12.127 14C12.6792 14 13.127 14.4477 13.127 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.127 18C10.127 18.5523 9.67924 19 9.12695 19C8.57467 19 8.12695 18.5523 8.12695 18C8.12695 17.4477 8.57467 17 9.12695 17C9.67924 17 10.127 17.4477 10.127 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.127 18C16.127 18.5523 15.6792 19 15.127 19C14.5747 19 14.127 18.5523 14.127 18C14.127 17.4477 14.5747 17 15.127 17C15.6792 17 16.127 17.4477 16.127 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.12695 21C7.12695 21.5523 6.67924 22 6.12695 22C5.57467 22 5.12695 21.5523 5.12695 21C5.12695 20.4477 5.57467 20 6.12695 20C6.67924 20 7.12695 20.4477 7.12695 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.127 22C13.127 22.5523 12.6792 23 12.127 23C11.5747 23 11.127 22.5523 11.127 22C11.127 21.4477 11.5747 21 12.127 21C12.6792 21 13.127 21.4477 13.127 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.127 21C19.127 21.5523 18.6792 22 18.127 22C17.5747 22 17.127 21.5523 17.127 21C17.127 20.4477 17.5747 20 18.127 20C18.6792 20 19.127 20.4477 19.127 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06626 8.96783C6.01686 9.16384 5.99216 9.26184 5.93567 9.3197C5.87919 9.37755 5.7812 9.40476 5.58521 9.45919C3.15802 10.1332 1.37695 12.3583 1.37695 15C1.37695 16.7635 2.17081 18.3415 3.42065 19.3963C3.62469 19.5685 3.7267 19.6546 3.84506 19.6485C3.96342 19.6424 4.08443 19.5168 4.32645 19.2656C4.7812 18.7936 5.41979 18.5 6.12695 18.5C6.27487 18.5 6.34883 18.5 6.37047 18.4968C6.54352 18.4715 6.59841 18.4166 6.62378 18.2435C6.62695 18.2219 6.62695 18.1479 6.62695 18C6.62695 16.6193 7.74624 15.5 9.12695 15.5C9.27487 15.5 9.34883 15.5 9.37047 15.4968C9.54352 15.4715 9.59841 15.4166 9.62378 15.2435C9.62695 15.2219 9.62695 15.1479 9.62695 15C9.62695 13.6193 10.7462 12.5 12.127 12.5C13.5077 12.5 14.627 13.6193 14.627 15C14.627 15.1479 14.627 15.2219 14.6301 15.2435C14.6555 15.4166 14.7104 15.4715 14.8834 15.4968C14.9051 15.5 14.979 15.5 15.127 15.5C16.5077 15.5 17.627 16.6193 17.627 18C17.627 18.1479 17.627 18.2219 17.6301 18.2435C17.6555 18.4166 17.7104 18.4715 17.8834 18.4968C17.9051 18.5 17.979 18.5 18.127 18.5C18.8921 18.5 19.5769 18.8437 20.0355 19.3852C20.2709 19.6631 20.3886 19.8021 20.511 19.8132C20.6334 19.8243 20.7402 19.7367 20.9539 19.5615C22.1279 18.5987 22.877 17.1368 22.877 15.5C22.877 13.0285 21.1692 10.9559 18.8693 10.3979C18.6259 10.3388 18.5042 10.3093 18.4417 10.2383C18.3792 10.1673 18.3655 10.0446 18.3381 9.79924C17.9898 6.67731 15.3418 4.25 12.127 4.25C9.20367 4.25 6.74967 6.25653 6.06626 8.96783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.53264 7.46474C3.34683 7.13975 3.22618 6.79497 3.16673 6.4455C4.16477 6.68952 5.25481 6.56239 6.21565 6.0022C7.17542 5.44263 7.82643 4.55613 8.11433 3.56619C8.37673 3.78948 8.60616 4.06219 8.78838 4.38091C8.91138 4.59603 9.00551 4.81911 9.07234 5.04597C9.64903 4.72229 10.2823 4.48743 10.9536 4.35994C10.8466 4.02767 10.704 3.70198 10.5246 3.38824C9.84341 2.19671 8.75223 1.38631 7.53292 1.0384C7.21044 0.946381 6.86332 1.02213 6.60849 1.24011C6.35366 1.4581 6.22506 1.78931 6.26601 2.12214C6.37027 2.96944 5.97411 3.82792 5.2083 4.27441C4.44457 4.71968 3.52023 4.63524 2.85403 4.12676C2.58667 3.92269 2.23462 3.8667 1.91714 3.97775C1.59966 4.08881 1.35927 4.35202 1.27739 4.67825C0.967901 5.9114 1.11542 7.26636 1.79638 8.45742C2.27157 9.28856 2.94509 9.93348 3.72247 10.3658C4.27605 9.95852 4.90527 9.64798 5.58521 9.45917C5.7812 9.40474 5.87919 9.37753 5.93567 9.31968C5.98916 9.2649 6.01415 9.17411 6.0586 8.99819C5.04941 8.96269 4.07778 8.41823 3.53264 7.46474Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.127 15C13.127 15.5523 12.6792 16 12.127 16C11.5747 16 11.127 15.5523 11.127 15C11.127 14.4477 11.5747 14 12.127 14C12.6792 14 13.127 14.4477 13.127 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.127 18C10.127 18.5523 9.67924 19 9.12695 19C8.57467 19 8.12695 18.5523 8.12695 18C8.12695 17.4477 8.57467 17 9.12695 17C9.67924 17 10.127 17.4477 10.127 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.127 18C16.127 18.5523 15.6792 19 15.127 19C14.5747 19 14.127 18.5523 14.127 18C14.127 17.4477 14.5747 17 15.127 17C15.6792 17 16.127 17.4477 16.127 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.12695 21C7.12695 21.5523 6.67924 22 6.12695 22C5.57467 22 5.12695 21.5523 5.12695 21C5.12695 20.4477 5.57467 20 6.12695 20C6.67924 20 7.12695 20.4477 7.12695 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.127 22C13.127 22.5523 12.6792 23 12.127 23C11.5747 23 11.127 22.5523 11.127 22C11.127 21.4477 11.5747 21 12.127 21C12.6792 21 13.127 21.4477 13.127 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.127 21C19.127 21.5523 18.6792 22 18.127 22C17.5747 22 17.127 21.5523 17.127 21C17.127 20.4477 17.5747 20 18.127 20C18.6792 20 19.127 20.4477 19.127 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06626 8.96783C6.01686 9.16384 5.99216 9.26184 5.93567 9.3197C5.87919 9.37755 5.7812 9.40476 5.58521 9.45919C3.15802 10.1332 1.37695 12.3583 1.37695 15C1.37695 16.7635 2.17081 18.3415 3.42065 19.3963C3.62469 19.5685 3.7267 19.6546 3.84506 19.6485C3.96342 19.6424 4.08443 19.5168 4.32645 19.2656C4.7812 18.7936 5.41979 18.5 6.12695 18.5C6.27487 18.5 6.34883 18.5 6.37047 18.4968C6.54352 18.4715 6.59841 18.4166 6.62378 18.2435C6.62695 18.2219 6.62695 18.1479 6.62695 18C6.62695 16.6193 7.74624 15.5 9.12695 15.5C9.27487 15.5 9.34883 15.5 9.37047 15.4968C9.54352 15.4715 9.59841 15.4166 9.62378 15.2435C9.62695 15.2219 9.62695 15.1479 9.62695 15C9.62695 13.6193 10.7462 12.5 12.127 12.5C13.5077 12.5 14.627 13.6193 14.627 15C14.627 15.1479 14.627 15.2219 14.6301 15.2435C14.6555 15.4166 14.7104 15.4715 14.8834 15.4968C14.9051 15.5 14.979 15.5 15.127 15.5C16.5077 15.5 17.627 16.6193 17.627 18C17.627 18.1479 17.627 18.2219 17.6301 18.2435C17.6555 18.4166 17.7104 18.4715 17.8834 18.4968C17.9051 18.5 17.979 18.5 18.127 18.5C18.8921 18.5 19.5769 18.8437 20.0355 19.3852C20.2709 19.6631 20.3886 19.8021 20.511 19.8132C20.6334 19.8243 20.7402 19.7367 20.9539 19.5615C22.1279 18.5987 22.877 17.1368 22.877 15.5C22.877 13.0285 21.1692 10.9559 18.8693 10.3979C18.6259 10.3388 18.5042 10.3093 18.4417 10.2383C18.3792 10.1673 18.3655 10.0446 18.3381 9.79924C17.9898 6.67731 15.3418 4.25 12.127 4.25C9.20367 4.25 6.74967 6.25653 6.06626 8.96783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.53264 7.46474C3.34683 7.13975 3.22618 6.79497 3.16673 6.4455C4.16477 6.68952 5.25481 6.56239 6.21565 6.0022C7.17542 5.44263 7.82643 4.55613 8.11433 3.56619C8.37673 3.78948 8.60616 4.06219 8.78838 4.38091C8.91138 4.59603 9.00551 4.81911 9.07234 5.04597C9.64903 4.72229 10.2823 4.48743 10.9536 4.35994C10.8466 4.02767 10.704 3.70198 10.5246 3.38824C9.84341 2.19671 8.75223 1.38631 7.53292 1.0384C7.21044 0.946381 6.86332 1.02213 6.60849 1.24011C6.35366 1.4581 6.22506 1.78931 6.26601 2.12214C6.37027 2.96944 5.97411 3.82792 5.2083 4.27441C4.44457 4.71968 3.52023 4.63524 2.85403 4.12676C2.58667 3.92269 2.23462 3.8667 1.91714 3.97775C1.59966 4.08881 1.35927 4.35202 1.27739 4.67825C0.967901 5.9114 1.11542 7.26636 1.79638 8.45742C2.27157 9.28856 2.94509 9.93348 3.72247 10.3658C4.27605 9.95852 4.90527 9.64798 5.58521 9.45917C5.7812 9.40474 5.87919 9.37753 5.93567 9.31968C5.98916 9.2649 6.01415 9.17411 6.0586 8.99819C5.04941 8.96269 4.07778 8.41823 3.53264 7.46474Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-moon-cloud-little-rain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1222 13.375C12.6745 13.375 13.1222 13.8227 13.1222 14.375V15.875C13.1222 16.4273 12.6745 16.875 12.1222 16.875C11.5699 16.875 11.1222 16.4273 11.1222 15.875V14.375C11.1222 13.8227 11.5699 13.375 12.1222 13.375ZM9.12109 16.375C9.67338 16.375 10.1211 16.8227 10.1211 17.375V18.875C10.1211 19.4273 9.67338 19.875 9.12109 19.875C8.56881 19.875 8.12109 19.4273 8.12109 18.875V17.375C8.12109 16.8227 8.56881 16.375 9.12109 16.375ZM15.1211 16.375C15.6734 16.375 16.1211 16.8227 16.1211 17.375V18.875C16.1211 19.4273 15.6734 19.875 15.1211 19.875C14.5688 19.875 14.1211 19.4273 14.1211 18.875V17.375C14.1211 16.8227 14.5688 16.375 15.1211 16.375ZM6.62109 19.375C7.17338 19.375 7.62109 19.8227 7.62109 20.375V21.875C7.62109 22.4273 7.17338 22.875 6.62109 22.875C6.06881 22.875 5.62109 22.4273 5.62109 21.875V20.375C5.62109 19.8227 6.06881 19.375 6.62109 19.375ZM12.1211 19.375C12.6734 19.375 13.1211 19.8227 13.1211 20.375V21.875C13.1211 22.4273 12.6734 22.875 12.1211 22.875C11.5688 22.875 11.1211 22.4273 11.1211 21.875V20.375C11.1211 19.8227 11.5688 19.375 12.1211 19.375ZM17.6211 19.375C18.1734 19.375 18.6211 19.8227 18.6211 20.375V21.875C18.6211 22.4273 18.1734 22.875 17.6211 22.875C17.0688 22.875 16.6211 22.4273 16.6211 21.875V20.375C16.6211 19.8227 17.0688 19.375 17.6211 19.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 9.09283C6.01491 9.28884 5.9902 9.38684 5.93372 9.4447C5.87724 9.50255 5.77924 9.52976 5.58325 9.58419C3.15606 10.2582 1.375 12.4833 1.375 15.125C1.375 16.8792 2.16055 18.45 3.39906 19.5046C3.66956 19.735 3.80481 19.8502 3.94501 19.8244C4.08521 19.7986 4.19944 19.5905 4.42789 19.1741C4.77629 18.5392 5.39238 18.072 6.12424 17.9244C6.34063 17.8808 6.44883 17.8589 6.50414 17.8164C6.54586 17.7842 6.56702 17.7584 6.59027 17.7111C6.62109 17.6485 6.62109 17.5573 6.62109 17.375C6.62109 15.9943 7.74038 14.875 9.12109 14.875C9.28471 14.875 9.36652 14.875 9.40898 14.8622C9.51798 14.8292 9.57638 14.7708 9.60933 14.6618C9.62217 14.6194 9.62217 14.5532 9.62217 14.4208V14.375C9.62217 12.9943 10.7415 11.875 12.1222 11.875C13.5029 11.875 14.6222 12.9943 14.6222 14.375V14.4226C14.6222 14.5534 14.6222 14.6188 14.6347 14.6608C14.6675 14.7707 14.7265 14.8297 14.8364 14.8625C14.8784 14.875 14.9593 14.875 15.1211 14.875C16.5018 14.875 17.6211 15.9943 17.6211 17.375C17.6211 17.5573 17.6211 17.6485 17.6519 17.7111C17.6752 17.7584 17.6963 17.7842 17.7381 17.8164C17.7934 17.859 17.9015 17.8808 18.1179 17.9244C18.908 18.0837 19.5631 18.6155 19.8923 19.3287C20.0973 19.7729 20.1998 19.995 20.3422 20.0285C20.4846 20.062 20.626 19.9485 20.909 19.7213C22.1076 18.7591 22.875 17.2817 22.875 15.625C22.875 13.1535 21.1672 11.0809 18.8673 10.5229C18.6239 10.4638 18.5022 10.4343 18.4397 10.3633C18.3772 10.2923 18.3635 10.1696 18.3362 9.92424C17.9878 6.80231 15.3399 4.375 12.125 4.375C9.20171 4.375 6.74772 6.38153 6.06431 9.09283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.5346 7.58974C3.34879 7.26475 3.22813 6.91997 3.16869 6.5705C4.16672 6.81452 5.25676 6.68739 6.2176 6.1272C7.17738 5.56763 7.82838 4.68113 8.11629 3.69119C8.37869 3.91448 8.60811 4.18719 8.79034 4.50591C8.91299 4.72044 9.00694 4.94288 9.07374 5.16909C9.65058 4.84579 10.2839 4.61133 10.9553 4.48424C10.8484 4.15221 10.7058 3.82676 10.5266 3.51324C9.84536 2.32171 8.75418 1.51131 7.53487 1.1634C7.2124 1.07138 6.86527 1.14713 6.61044 1.36511C6.35561 1.5831 6.22701 1.91431 6.26797 2.24714C6.37223 3.09444 5.97606 3.95292 5.21026 4.39941C4.44652 4.84468 3.52218 4.76024 2.85599 4.25176C2.58862 4.04769 2.23658 3.9917 1.91909 4.10275C1.60161 4.21381 1.36122 4.47702 1.27934 4.80325C0.969854 6.0364 1.11737 7.39136 1.79834 8.58242C2.27307 9.41277 2.94576 10.0572 3.7222 10.4896C4.27537 10.0829 4.90401 9.77279 5.58325 9.58417C5.77924 9.52974 5.87724 9.50253 5.93372 9.44468C5.98722 9.38988 6.01221 9.29906 6.05668 9.12305C5.04887 9.0863 4.07904 8.54201 3.5346 7.58974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1222 13.375C12.6745 13.375 13.1222 13.8227 13.1222 14.375V15.875C13.1222 16.4273 12.6745 16.875 12.1222 16.875C11.5699 16.875 11.1222 16.4273 11.1222 15.875V14.375C11.1222 13.8227 11.5699 13.375 12.1222 13.375ZM9.12109 16.375C9.67338 16.375 10.1211 16.8227 10.1211 17.375V18.875C10.1211 19.4273 9.67338 19.875 9.12109 19.875C8.56881 19.875 8.12109 19.4273 8.12109 18.875V17.375C8.12109 16.8227 8.56881 16.375 9.12109 16.375ZM15.1211 16.375C15.6734 16.375 16.1211 16.8227 16.1211 17.375V18.875C16.1211 19.4273 15.6734 19.875 15.1211 19.875C14.5688 19.875 14.1211 19.4273 14.1211 18.875V17.375C14.1211 16.8227 14.5688 16.375 15.1211 16.375ZM6.62109 19.375C7.17338 19.375 7.62109 19.8227 7.62109 20.375V21.875C7.62109 22.4273 7.17338 22.875 6.62109 22.875C6.06881 22.875 5.62109 22.4273 5.62109 21.875V20.375C5.62109 19.8227 6.06881 19.375 6.62109 19.375ZM12.1211 19.375C12.6734 19.375 13.1211 19.8227 13.1211 20.375V21.875C13.1211 22.4273 12.6734 22.875 12.1211 22.875C11.5688 22.875 11.1211 22.4273 11.1211 21.875V20.375C11.1211 19.8227 11.5688 19.375 12.1211 19.375ZM17.6211 19.375C18.1734 19.375 18.6211 19.8227 18.6211 20.375V21.875C18.6211 22.4273 18.1734 22.875 17.6211 22.875C17.0688 22.875 16.6211 22.4273 16.6211 21.875V20.375C16.6211 19.8227 17.0688 19.375 17.6211 19.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 9.09283C6.01491 9.28884 5.9902 9.38684 5.93372 9.4447C5.87724 9.50255 5.77924 9.52976 5.58325 9.58419C3.15606 10.2582 1.375 12.4833 1.375 15.125C1.375 16.8792 2.16055 18.45 3.39906 19.5046C3.66956 19.735 3.80481 19.8502 3.94501 19.8244C4.08521 19.7986 4.19944 19.5905 4.42789 19.1741C4.77629 18.5392 5.39238 18.072 6.12424 17.9244C6.34063 17.8808 6.44883 17.8589 6.50414 17.8164C6.54586 17.7842 6.56702 17.7584 6.59027 17.7111C6.62109 17.6485 6.62109 17.5573 6.62109 17.375C6.62109 15.9943 7.74038 14.875 9.12109 14.875C9.28471 14.875 9.36652 14.875 9.40898 14.8622C9.51798 14.8292 9.57638 14.7708 9.60933 14.6618C9.62217 14.6194 9.62217 14.5532 9.62217 14.4208V14.375C9.62217 12.9943 10.7415 11.875 12.1222 11.875C13.5029 11.875 14.6222 12.9943 14.6222 14.375V14.4226C14.6222 14.5534 14.6222 14.6188 14.6347 14.6608C14.6675 14.7707 14.7265 14.8297 14.8364 14.8625C14.8784 14.875 14.9593 14.875 15.1211 14.875C16.5018 14.875 17.6211 15.9943 17.6211 17.375C17.6211 17.5573 17.6211 17.6485 17.6519 17.7111C17.6752 17.7584 17.6963 17.7842 17.7381 17.8164C17.7934 17.859 17.9015 17.8808 18.1179 17.9244C18.908 18.0837 19.5631 18.6155 19.8923 19.3287C20.0973 19.7729 20.1998 19.995 20.3422 20.0285C20.4846 20.062 20.626 19.9485 20.909 19.7213C22.1076 18.7591 22.875 17.2817 22.875 15.625C22.875 13.1535 21.1672 11.0809 18.8673 10.5229C18.6239 10.4638 18.5022 10.4343 18.4397 10.3633C18.3772 10.2923 18.3635 10.1696 18.3362 9.92424C17.9878 6.80231 15.3399 4.375 12.125 4.375C9.20171 4.375 6.74772 6.38153 6.06431 9.09283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.5346 7.58974C3.34879 7.26475 3.22813 6.91997 3.16869 6.5705C4.16672 6.81452 5.25676 6.68739 6.2176 6.1272C7.17738 5.56763 7.82838 4.68113 8.11629 3.69119C8.37869 3.91448 8.60811 4.18719 8.79034 4.50591C8.91299 4.72044 9.00694 4.94288 9.07374 5.16909C9.65058 4.84579 10.2839 4.61133 10.9553 4.48424C10.8484 4.15221 10.7058 3.82676 10.5266 3.51324C9.84536 2.32171 8.75418 1.51131 7.53487 1.1634C7.2124 1.07138 6.86527 1.14713 6.61044 1.36511C6.35561 1.5831 6.22701 1.91431 6.26797 2.24714C6.37223 3.09444 5.97606 3.95292 5.21026 4.39941C4.44652 4.84468 3.52218 4.76024 2.85599 4.25176C2.58862 4.04769 2.23658 3.9917 1.91909 4.10275C1.60161 4.21381 1.36122 4.47702 1.27934 4.80325C0.969854 6.0364 1.11737 7.39136 1.79834 8.58242C2.27307 9.41277 2.94576 10.0572 3.7222 10.4896C4.27537 10.0829 4.90401 9.77279 5.58325 9.58417C5.77924 9.52974 5.87724 9.50253 5.93372 9.44468C5.98722 9.38988 6.01221 9.29906 6.05668 9.12305C5.04887 9.0863 4.07904 8.54201 3.5346 7.58974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-moon-cloud-little-snow{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4179 15.1679C10.8084 14.7774 11.4416 14.7774 11.8321 15.1679L12.125 15.4608L12.4179 15.1679C12.8084 14.7774 13.4416 14.7774 13.8321 15.1679C14.2226 15.5584 14.2226 16.1916 13.8321 16.5821L13.5392 16.875L13.8321 17.1679C14.2226 17.5584 14.2226 18.1916 13.8321 18.5821C13.4416 18.9726 12.8084 18.9726 12.4179 18.5821L12.125 18.2892L11.8321 18.5821C11.4416 18.9726 10.8084 18.9726 10.4179 18.5821C10.0274 18.1916 10.0274 17.5584 10.4179 17.1679L10.7108 16.875L10.4179 16.5821C10.0274 16.1916 10.0274 15.5584 10.4179 15.1679ZM6.41789 19.1679C6.80842 18.7774 7.44158 18.7774 7.83211 19.1679L8.125 19.4608L8.41789 19.1679C8.80842 18.7774 9.44158 18.7774 9.83211 19.1679C10.2226 19.5584 10.2226 20.1916 9.83211 20.5821L9.53921 20.875L9.83211 21.1679C10.2226 21.5584 10.2226 22.1916 9.83211 22.5821C9.44158 22.9726 8.80842 22.9726 8.41789 22.5821L8.125 22.2892L7.83211 22.5821C7.44158 22.9726 6.80842 22.9726 6.41789 22.5821C6.02737 22.1916 6.02737 21.5584 6.41789 21.1679L6.71079 20.875L6.41789 20.5821C6.02737 20.1916 6.02737 19.5584 6.41789 19.1679ZM14.4179 19.1679C14.8084 18.7774 15.4416 18.7774 15.8321 19.1679L16.125 19.4608L16.4179 19.1679C16.8084 18.7774 17.4416 18.7774 17.8321 19.1679C18.2226 19.5584 18.2226 20.1916 17.8321 20.5821L17.5392 20.875L17.8321 21.1679C18.2226 21.5584 18.2226 22.1916 17.8321 22.5821C17.4416 22.9726 16.8084 22.9726 16.4179 22.5821L16.125 22.2892L15.8321 22.5821C15.4416 22.9726 14.8084 22.9726 14.4179 22.5821C14.0274 22.1916 14.0274 21.5584 14.4179 21.1679L14.7108 20.875L14.4179 20.5821C14.0274 20.1916 14.0274 19.5584 14.4179 19.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.375 15.125C1.375 12.4833 3.15606 10.2582 5.58325 9.58419C5.77924 9.52976 5.87724 9.50255 5.93372 9.4447C5.9902 9.38684 6.01491 9.28884 6.06431 9.09283C6.74772 6.38153 9.20171 4.375 12.125 4.375C15.3399 4.375 17.9878 6.80231 18.3362 9.92424C18.3635 10.1696 18.3772 10.2923 18.4397 10.3633C18.5022 10.4343 18.6239 10.4638 18.8673 10.5229C21.1672 11.0809 22.875 13.1535 22.875 15.625C22.875 17.4265 21.9676 19.0161 20.5849 19.9617C20.2299 20.2044 20.0524 20.3258 19.904 20.2668C19.7556 20.2077 19.693 19.9194 19.568 19.3428C19.4698 18.89 19.2447 18.4592 18.8928 18.1072C18.1998 17.4142 17.2012 17.2131 16.3308 17.5039C16.236 17.5356 16.1886 17.5514 16.1554 17.5548C16.1297 17.5574 16.1206 17.5574 16.0948 17.5548C16.0617 17.5515 16.0139 17.5355 15.9183 17.5036C15.7718 17.4547 15.6985 17.4303 15.6599 17.4016C15.6295 17.3789 15.6211 17.3705 15.5984 17.3401C15.5697 17.3015 15.5453 17.2282 15.4964 17.0817C15.4645 16.9861 15.4485 16.9383 15.4452 16.9052C15.4426 16.8795 15.4426 16.8703 15.4452 16.8446C15.4486 16.8115 15.4644 16.764 15.4961 16.6692C15.7868 15.7988 15.5858 14.8002 14.8928 14.1072C14.2101 13.4246 13.2309 13.2193 12.3699 13.4912C12.2375 13.533 12.1712 13.554 12.125 13.554C12.0788 13.554 12.0125 13.5331 11.8802 13.4912C11.0191 13.2193 10.0399 13.4246 9.35723 14.1072C8.66425 14.8002 8.46314 15.7988 8.75392 16.6692C8.7856 16.764 8.80145 16.8114 8.80482 16.8446C8.80743 16.8703 8.80744 16.8795 8.80483 16.9052C8.80147 16.9383 8.78552 16.9861 8.75362 17.0817C8.70473 17.2282 8.68029 17.3015 8.65158 17.3401C8.62893 17.3705 8.62049 17.3789 8.59007 17.4016C8.5515 17.4303 8.47824 17.4547 8.33172 17.5036C8.23612 17.5355 8.1883 17.5515 8.15518 17.5548C8.12945 17.5574 8.12029 17.5574 8.09457 17.5548C8.06145 17.5514 8.01404 17.5356 7.91921 17.5039C7.04885 17.2132 6.05022 17.4143 5.35723 18.1072C5.05107 18.4134 4.84092 18.7792 4.72678 19.1673C4.5619 19.7278 4.47946 20.0081 4.33021 20.0574C4.18096 20.1068 4.00973 19.9777 3.66727 19.7196C2.27505 18.6702 1.375 17.0027 1.375 15.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.5346 7.58974C3.34879 7.26475 3.22813 6.91997 3.16869 6.5705C4.16672 6.81452 5.25676 6.68739 6.2176 6.1272C7.17738 5.56763 7.82838 4.68113 8.11629 3.69119C8.37869 3.91448 8.60811 4.18719 8.79034 4.50591C8.91299 4.72044 9.00694 4.94288 9.07374 5.16909C9.65058 4.84579 10.2839 4.61133 10.9553 4.48424C10.8484 4.15221 10.7058 3.82676 10.5266 3.51324C9.84536 2.32171 8.75418 1.51131 7.53487 1.1634C7.2124 1.07138 6.86527 1.14713 6.61044 1.36511C6.35561 1.5831 6.22701 1.91431 6.26797 2.24714C6.37223 3.09444 5.97606 3.95292 5.21026 4.39941C4.44652 4.84468 3.52218 4.76024 2.85599 4.25176C2.58862 4.04769 2.23658 3.9917 1.91909 4.10275C1.60161 4.21381 1.36122 4.47702 1.27934 4.80325C0.969854 6.0364 1.11737 7.39136 1.79834 8.58242C2.27307 9.41277 2.94576 10.0572 3.7222 10.4896C4.27537 10.0829 4.90401 9.77279 5.58325 9.58417C5.77924 9.52974 5.87724 9.50253 5.93372 9.44468C5.98722 9.38988 6.01221 9.29906 6.05668 9.12305C5.04887 9.0863 4.07904 8.54201 3.5346 7.58974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4179 15.1679C10.8084 14.7774 11.4416 14.7774 11.8321 15.1679L12.125 15.4608L12.4179 15.1679C12.8084 14.7774 13.4416 14.7774 13.8321 15.1679C14.2226 15.5584 14.2226 16.1916 13.8321 16.5821L13.5392 16.875L13.8321 17.1679C14.2226 17.5584 14.2226 18.1916 13.8321 18.5821C13.4416 18.9726 12.8084 18.9726 12.4179 18.5821L12.125 18.2892L11.8321 18.5821C11.4416 18.9726 10.8084 18.9726 10.4179 18.5821C10.0274 18.1916 10.0274 17.5584 10.4179 17.1679L10.7108 16.875L10.4179 16.5821C10.0274 16.1916 10.0274 15.5584 10.4179 15.1679ZM6.41789 19.1679C6.80842 18.7774 7.44158 18.7774 7.83211 19.1679L8.125 19.4608L8.41789 19.1679C8.80842 18.7774 9.44158 18.7774 9.83211 19.1679C10.2226 19.5584 10.2226 20.1916 9.83211 20.5821L9.53921 20.875L9.83211 21.1679C10.2226 21.5584 10.2226 22.1916 9.83211 22.5821C9.44158 22.9726 8.80842 22.9726 8.41789 22.5821L8.125 22.2892L7.83211 22.5821C7.44158 22.9726 6.80842 22.9726 6.41789 22.5821C6.02737 22.1916 6.02737 21.5584 6.41789 21.1679L6.71079 20.875L6.41789 20.5821C6.02737 20.1916 6.02737 19.5584 6.41789 19.1679ZM14.4179 19.1679C14.8084 18.7774 15.4416 18.7774 15.8321 19.1679L16.125 19.4608L16.4179 19.1679C16.8084 18.7774 17.4416 18.7774 17.8321 19.1679C18.2226 19.5584 18.2226 20.1916 17.8321 20.5821L17.5392 20.875L17.8321 21.1679C18.2226 21.5584 18.2226 22.1916 17.8321 22.5821C17.4416 22.9726 16.8084 22.9726 16.4179 22.5821L16.125 22.2892L15.8321 22.5821C15.4416 22.9726 14.8084 22.9726 14.4179 22.5821C14.0274 22.1916 14.0274 21.5584 14.4179 21.1679L14.7108 20.875L14.4179 20.5821C14.0274 20.1916 14.0274 19.5584 14.4179 19.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.375 15.125C1.375 12.4833 3.15606 10.2582 5.58325 9.58419C5.77924 9.52976 5.87724 9.50255 5.93372 9.4447C5.9902 9.38684 6.01491 9.28884 6.06431 9.09283C6.74772 6.38153 9.20171 4.375 12.125 4.375C15.3399 4.375 17.9878 6.80231 18.3362 9.92424C18.3635 10.1696 18.3772 10.2923 18.4397 10.3633C18.5022 10.4343 18.6239 10.4638 18.8673 10.5229C21.1672 11.0809 22.875 13.1535 22.875 15.625C22.875 17.4265 21.9676 19.0161 20.5849 19.9617C20.2299 20.2044 20.0524 20.3258 19.904 20.2668C19.7556 20.2077 19.693 19.9194 19.568 19.3428C19.4698 18.89 19.2447 18.4592 18.8928 18.1072C18.1998 17.4142 17.2012 17.2131 16.3308 17.5039C16.236 17.5356 16.1886 17.5514 16.1554 17.5548C16.1297 17.5574 16.1206 17.5574 16.0948 17.5548C16.0617 17.5515 16.0139 17.5355 15.9183 17.5036C15.7718 17.4547 15.6985 17.4303 15.6599 17.4016C15.6295 17.3789 15.6211 17.3705 15.5984 17.3401C15.5697 17.3015 15.5453 17.2282 15.4964 17.0817C15.4645 16.9861 15.4485 16.9383 15.4452 16.9052C15.4426 16.8795 15.4426 16.8703 15.4452 16.8446C15.4486 16.8115 15.4644 16.764 15.4961 16.6692C15.7868 15.7988 15.5858 14.8002 14.8928 14.1072C14.2101 13.4246 13.2309 13.2193 12.3699 13.4912C12.2375 13.533 12.1712 13.554 12.125 13.554C12.0788 13.554 12.0125 13.5331 11.8802 13.4912C11.0191 13.2193 10.0399 13.4246 9.35723 14.1072C8.66425 14.8002 8.46314 15.7988 8.75392 16.6692C8.7856 16.764 8.80145 16.8114 8.80482 16.8446C8.80743 16.8703 8.80744 16.8795 8.80483 16.9052C8.80147 16.9383 8.78552 16.9861 8.75362 17.0817C8.70473 17.2282 8.68029 17.3015 8.65158 17.3401C8.62893 17.3705 8.62049 17.3789 8.59007 17.4016C8.5515 17.4303 8.47824 17.4547 8.33172 17.5036C8.23612 17.5355 8.1883 17.5515 8.15518 17.5548C8.12945 17.5574 8.12029 17.5574 8.09457 17.5548C8.06145 17.5514 8.01404 17.5356 7.91921 17.5039C7.04885 17.2132 6.05022 17.4143 5.35723 18.1072C5.05107 18.4134 4.84092 18.7792 4.72678 19.1673C4.5619 19.7278 4.47946 20.0081 4.33021 20.0574C4.18096 20.1068 4.00973 19.9777 3.66727 19.7196C2.27505 18.6702 1.375 17.0027 1.375 15.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.5346 7.58974C3.34879 7.26475 3.22813 6.91997 3.16869 6.5705C4.16672 6.81452 5.25676 6.68739 6.2176 6.1272C7.17738 5.56763 7.82838 4.68113 8.11629 3.69119C8.37869 3.91448 8.60811 4.18719 8.79034 4.50591C8.91299 4.72044 9.00694 4.94288 9.07374 5.16909C9.65058 4.84579 10.2839 4.61133 10.9553 4.48424C10.8484 4.15221 10.7058 3.82676 10.5266 3.51324C9.84536 2.32171 8.75418 1.51131 7.53487 1.1634C7.2124 1.07138 6.86527 1.14713 6.61044 1.36511C6.35561 1.5831 6.22701 1.91431 6.26797 2.24714C6.37223 3.09444 5.97606 3.95292 5.21026 4.39941C4.44652 4.84468 3.52218 4.76024 2.85599 4.25176C2.58862 4.04769 2.23658 3.9917 1.91909 4.10275C1.60161 4.21381 1.36122 4.47702 1.27934 4.80325C0.969854 6.0364 1.11737 7.39136 1.79834 8.58242C2.27307 9.41277 2.94576 10.0572 3.7222 10.4896C4.27537 10.0829 4.90401 9.77279 5.58325 9.58417C5.77924 9.52974 5.87724 9.50253 5.93372 9.44468C5.98722 9.38988 6.01221 9.29906 6.05668 9.12305C5.04887 9.0863 4.07904 8.54201 3.5346 7.58974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-moon-cloud-mid-rain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.6632 12.5707C11.9634 12.2971 12.427 12.3122 12.7087 12.6048L13.7254 13.6608C14.5948 14.5162 14.5915 15.9195 13.7155 16.7708C13.7061 16.78 13.6965 16.7889 13.6866 16.7975C13.2734 17.1589 12.7683 17.375 12.1684 17.375C11.5714 17.375 10.9673 17.1319 10.5381 16.7148C9.66131 15.8627 9.66102 14.4906 10.4957 13.6367C10.5057 13.6264 10.5161 13.6164 10.5267 13.6067L11.6632 12.5707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.16317 18.0707C8.4634 17.7971 8.92696 17.8122 9.20873 18.1048L10.2254 19.1608C11.0948 20.0162 11.0915 21.4195 10.2155 22.2708C10.2061 22.28 10.1965 22.2889 10.1866 22.2975C9.77345 22.6589 9.26833 22.875 8.66844 22.875C8.07136 22.875 7.46729 22.6319 7.03814 22.2148C6.16131 21.3627 6.16102 19.9906 6.99568 19.1367C7.00574 19.1264 7.0161 19.1164 7.02674 19.1067L8.16317 18.0707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1632 18.0707C15.4634 17.7971 15.927 17.8122 16.2087 18.1048L17.2254 19.1608C18.0948 20.0162 18.0915 21.4195 17.2155 22.2708C17.2061 22.28 17.1965 22.2889 17.1866 22.2975C16.7734 22.6589 16.2683 22.875 15.6684 22.875C15.0714 22.875 14.4673 22.6319 14.0381 22.2148C13.1613 21.3627 13.161 19.9906 13.9957 19.1367C14.0057 19.1264 14.0161 19.1164 14.0267 19.1067L15.1632 18.0707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 9.09283C6.01491 9.28884 5.9902 9.38684 5.93372 9.4447C5.87724 9.50255 5.77924 9.52976 5.58325 9.58419C3.15606 10.2582 1.375 12.4833 1.375 15.125C1.375 17.2038 2.47811 19.0249 4.13088 20.0349C4.42564 20.215 4.57301 20.3051 4.71062 20.2527C4.84822 20.2002 4.90976 19.9971 5.03285 19.5908C5.19918 19.0417 5.49655 18.5245 5.92301 18.0882L7.15261 16.9622C7.34642 16.7856 7.56292 16.649 7.79178 16.5522C8.17322 16.3909 8.36393 16.3103 8.41425 16.2238C8.46456 16.1374 8.44299 15.9528 8.39983 15.5837C8.27512 14.5167 8.62055 13.4091 9.42301 12.5882L10.6526 11.4622C11.5533 10.6412 12.944 10.6865 13.7893 11.5645L14.7936 12.6076C15.6061 13.4168 15.9607 14.5114 15.8575 15.5697C15.8211 15.9431 15.8029 16.1299 15.8555 16.2156C15.908 16.3014 16.1027 16.3778 16.4922 16.5307C16.7846 16.6455 17.0575 16.8237 17.2893 17.0645L18.2936 18.1076C18.7728 18.5849 19.0928 19.1615 19.2534 19.7713C19.3583 20.1694 19.4107 20.3684 19.5444 20.4263C19.6782 20.4842 19.8248 20.405 20.118 20.2465C21.7597 19.359 22.875 17.6223 22.875 15.625C22.875 13.1535 21.1672 11.0809 18.8673 10.5229C18.6239 10.4638 18.5022 10.4343 18.4397 10.3633C18.3772 10.2923 18.3635 10.1696 18.3362 9.92424C17.9878 6.80231 15.3399 4.375 12.125 4.375C9.20171 4.375 6.74772 6.38153 6.06431 9.09283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.5346 7.58974C3.34879 7.26475 3.22813 6.91997 3.16869 6.5705C4.16672 6.81452 5.25676 6.68739 6.2176 6.1272C7.17738 5.56763 7.82838 4.68113 8.11629 3.69119C8.37869 3.91448 8.60811 4.18719 8.79034 4.50591C8.91299 4.72044 9.00694 4.94288 9.07374 5.16909C9.65058 4.84579 10.2839 4.61133 10.9553 4.48424C10.8484 4.15221 10.7058 3.82676 10.5266 3.51324C9.84536 2.32171 8.75418 1.51131 7.53487 1.1634C7.2124 1.07138 6.86527 1.14713 6.61044 1.36511C6.35561 1.5831 6.22701 1.91431 6.26797 2.24714C6.37223 3.09444 5.97606 3.95292 5.21026 4.39941C4.44652 4.84468 3.52218 4.76024 2.85599 4.25176C2.58862 4.04769 2.23658 3.9917 1.91909 4.10275C1.60161 4.21381 1.36122 4.47702 1.27934 4.80325C0.969854 6.0364 1.11737 7.39136 1.79834 8.58242C2.27307 9.41277 2.94576 10.0572 3.7222 10.4896C4.27537 10.0829 4.90401 9.77279 5.58325 9.58417C5.77924 9.52974 5.87724 9.50253 5.93372 9.44468C5.98722 9.38988 6.01221 9.29906 6.05668 9.12305C5.04887 9.0863 4.07904 8.54201 3.5346 7.58974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.6632 12.5707C11.9634 12.2971 12.427 12.3122 12.7087 12.6048L13.7254 13.6608C14.5948 14.5162 14.5915 15.9195 13.7155 16.7708C13.7061 16.78 13.6965 16.7889 13.6866 16.7975C13.2734 17.1589 12.7683 17.375 12.1684 17.375C11.5714 17.375 10.9673 17.1319 10.5381 16.7148C9.66131 15.8627 9.66102 14.4906 10.4957 13.6367C10.5057 13.6264 10.5161 13.6164 10.5267 13.6067L11.6632 12.5707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.16317 18.0707C8.4634 17.7971 8.92696 17.8122 9.20873 18.1048L10.2254 19.1608C11.0948 20.0162 11.0915 21.4195 10.2155 22.2708C10.2061 22.28 10.1965 22.2889 10.1866 22.2975C9.77345 22.6589 9.26833 22.875 8.66844 22.875C8.07136 22.875 7.46729 22.6319 7.03814 22.2148C6.16131 21.3627 6.16102 19.9906 6.99568 19.1367C7.00574 19.1264 7.0161 19.1164 7.02674 19.1067L8.16317 18.0707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1632 18.0707C15.4634 17.7971 15.927 17.8122 16.2087 18.1048L17.2254 19.1608C18.0948 20.0162 18.0915 21.4195 17.2155 22.2708C17.2061 22.28 17.1965 22.2889 17.1866 22.2975C16.7734 22.6589 16.2683 22.875 15.6684 22.875C15.0714 22.875 14.4673 22.6319 14.0381 22.2148C13.1613 21.3627 13.161 19.9906 13.9957 19.1367C14.0057 19.1264 14.0161 19.1164 14.0267 19.1067L15.1632 18.0707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 9.09283C6.01491 9.28884 5.9902 9.38684 5.93372 9.4447C5.87724 9.50255 5.77924 9.52976 5.58325 9.58419C3.15606 10.2582 1.375 12.4833 1.375 15.125C1.375 17.2038 2.47811 19.0249 4.13088 20.0349C4.42564 20.215 4.57301 20.3051 4.71062 20.2527C4.84822 20.2002 4.90976 19.9971 5.03285 19.5908C5.19918 19.0417 5.49655 18.5245 5.92301 18.0882L7.15261 16.9622C7.34642 16.7856 7.56292 16.649 7.79178 16.5522C8.17322 16.3909 8.36393 16.3103 8.41425 16.2238C8.46456 16.1374 8.44299 15.9528 8.39983 15.5837C8.27512 14.5167 8.62055 13.4091 9.42301 12.5882L10.6526 11.4622C11.5533 10.6412 12.944 10.6865 13.7893 11.5645L14.7936 12.6076C15.6061 13.4168 15.9607 14.5114 15.8575 15.5697C15.8211 15.9431 15.8029 16.1299 15.8555 16.2156C15.908 16.3014 16.1027 16.3778 16.4922 16.5307C16.7846 16.6455 17.0575 16.8237 17.2893 17.0645L18.2936 18.1076C18.7728 18.5849 19.0928 19.1615 19.2534 19.7713C19.3583 20.1694 19.4107 20.3684 19.5444 20.4263C19.6782 20.4842 19.8248 20.405 20.118 20.2465C21.7597 19.359 22.875 17.6223 22.875 15.625C22.875 13.1535 21.1672 11.0809 18.8673 10.5229C18.6239 10.4638 18.5022 10.4343 18.4397 10.3633C18.3772 10.2923 18.3635 10.1696 18.3362 9.92424C17.9878 6.80231 15.3399 4.375 12.125 4.375C9.20171 4.375 6.74772 6.38153 6.06431 9.09283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.5346 7.58974C3.34879 7.26475 3.22813 6.91997 3.16869 6.5705C4.16672 6.81452 5.25676 6.68739 6.2176 6.1272C7.17738 5.56763 7.82838 4.68113 8.11629 3.69119C8.37869 3.91448 8.60811 4.18719 8.79034 4.50591C8.91299 4.72044 9.00694 4.94288 9.07374 5.16909C9.65058 4.84579 10.2839 4.61133 10.9553 4.48424C10.8484 4.15221 10.7058 3.82676 10.5266 3.51324C9.84536 2.32171 8.75418 1.51131 7.53487 1.1634C7.2124 1.07138 6.86527 1.14713 6.61044 1.36511C6.35561 1.5831 6.22701 1.91431 6.26797 2.24714C6.37223 3.09444 5.97606 3.95292 5.21026 4.39941C4.44652 4.84468 3.52218 4.76024 2.85599 4.25176C2.58862 4.04769 2.23658 3.9917 1.91909 4.10275C1.60161 4.21381 1.36122 4.47702 1.27934 4.80325C0.969854 6.0364 1.11737 7.39136 1.79834 8.58242C2.27307 9.41277 2.94576 10.0572 3.7222 10.4896C4.27537 10.0829 4.90401 9.77279 5.58325 9.58417C5.77924 9.52974 5.87724 9.50253 5.93372 9.44468C5.98722 9.38988 6.01221 9.29906 6.05668 9.12305C5.04887 9.0863 4.07904 8.54201 3.5346 7.58974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-moon-cloud-mid-snow{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1252 14.875C12.6774 14.875 13.1252 15.3227 13.1252 15.875V17.1088L14.1106 16.5175C14.5842 16.2334 15.1985 16.3869 15.4826 16.8605C15.7668 17.3341 15.6132 17.9483 15.1397 18.2325L14.0688 18.875L15.1395 19.5175C15.6131 19.8017 15.7667 20.4159 15.4825 20.8895C15.1984 21.3631 14.5841 21.5166 14.1105 21.2325L13.1252 20.6413V21.875C13.1252 22.4273 12.6774 22.875 12.1252 22.875C11.5729 22.875 11.1252 22.4273 11.1252 21.875V20.6413L10.1398 21.2325C9.66621 21.5166 9.05195 21.3631 8.76779 20.8895C8.48364 20.4159 8.6372 19.8017 9.11078 19.5175L10.1815 18.875L9.11065 18.2325C8.63707 17.9483 8.48351 17.3341 8.76766 16.8605C9.05182 16.3869 9.66608 16.2334 10.1397 16.5175L11.1252 17.1088V15.875C11.1252 15.3227 11.5729 14.875 12.1252 14.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 9.09283C6.01491 9.28884 5.9902 9.38684 5.93372 9.4447C5.87724 9.50255 5.77924 9.52976 5.58325 9.58419C3.15606 10.2582 1.375 12.4833 1.375 15.125C1.375 18.3006 3.94936 20.875 7.125 20.875C7.151 20.875 7.17044 20.8511 7.16576 20.8256C7.06764 20.2895 7.14922 19.738 7.38899 19.2572C7.49251 19.0496 7.54427 18.9457 7.54427 18.8751C7.54427 18.8044 7.4925 18.7006 7.38895 18.493C7.02055 17.7543 7.02548 16.849 7.48166 16.0887C7.90848 15.3774 8.63322 14.9549 9.40059 14.885C9.6222 14.8648 9.733 14.8547 9.79182 14.8194C9.85064 14.7841 9.91173 14.691 10.0339 14.5049C10.4806 13.8244 11.2505 13.375 12.1254 13.375C13.0002 13.375 13.7701 13.8244 14.2169 14.5049C14.339 14.691 14.4001 14.7841 14.4589 14.8194C14.5177 14.8547 14.6286 14.8648 14.8502 14.885C15.6175 14.9549 16.3423 15.3774 16.7691 16.0887C17.2253 16.849 17.2302 17.7543 16.8618 18.493C16.7583 18.7006 16.7065 18.8044 16.7065 18.8751C16.7065 18.9457 16.7582 19.0496 16.8618 19.2572C17.0277 19.59 17.1179 19.9568 17.1252 20.3288C17.1292 20.5357 17.1312 20.6392 17.1542 20.6929C17.1899 20.7765 17.2332 20.819 17.3174 20.8531C17.3716 20.875 17.4561 20.875 17.625 20.875C20.5245 20.875 22.875 18.5245 22.875 15.625C22.875 13.1535 21.1672 11.0809 18.8673 10.5229C18.6239 10.4638 18.5022 10.4343 18.4397 10.3633C18.3772 10.2923 18.3635 10.1696 18.3362 9.92424C17.9878 6.80231 15.3399 4.375 12.125 4.375C9.20171 4.375 6.74772 6.38153 6.06431 9.09283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.5346 7.58974C3.34879 7.26475 3.22813 6.91997 3.16869 6.5705C4.16672 6.81452 5.25676 6.68739 6.2176 6.1272C7.17738 5.56763 7.82838 4.68113 8.11629 3.69119C8.37869 3.91448 8.60811 4.18719 8.79034 4.50591C8.91299 4.72044 9.00694 4.94288 9.07374 5.16909C9.65058 4.84579 10.2839 4.61133 10.9553 4.48424C10.8484 4.15221 10.7058 3.82676 10.5266 3.51324C9.84536 2.32171 8.75418 1.51131 7.53487 1.1634C7.2124 1.07138 6.86527 1.14713 6.61044 1.36511C6.35561 1.5831 6.22701 1.91431 6.26797 2.24714C6.37223 3.09444 5.97606 3.95292 5.21026 4.39941C4.44652 4.84468 3.52218 4.76024 2.85599 4.25176C2.58862 4.04769 2.23658 3.9917 1.91909 4.10275C1.60161 4.21381 1.36122 4.47702 1.27934 4.80325C0.969854 6.0364 1.11737 7.39136 1.79834 8.58242C2.27307 9.41277 2.94576 10.0572 3.7222 10.4896C4.27537 10.0829 4.90401 9.77279 5.58325 9.58417C5.77924 9.52974 5.87724 9.50253 5.93372 9.44468C5.98722 9.38988 6.01221 9.29906 6.05668 9.12305C5.04887 9.0863 4.07904 8.54201 3.5346 7.58974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1252 14.875C12.6774 14.875 13.1252 15.3227 13.1252 15.875V17.1088L14.1106 16.5175C14.5842 16.2334 15.1985 16.3869 15.4826 16.8605C15.7668 17.3341 15.6132 17.9483 15.1397 18.2325L14.0688 18.875L15.1395 19.5175C15.6131 19.8017 15.7667 20.4159 15.4825 20.8895C15.1984 21.3631 14.5841 21.5166 14.1105 21.2325L13.1252 20.6413V21.875C13.1252 22.4273 12.6774 22.875 12.1252 22.875C11.5729 22.875 11.1252 22.4273 11.1252 21.875V20.6413L10.1398 21.2325C9.66621 21.5166 9.05195 21.3631 8.76779 20.8895C8.48364 20.4159 8.6372 19.8017 9.11078 19.5175L10.1815 18.875L9.11065 18.2325C8.63707 17.9483 8.48351 17.3341 8.76766 16.8605C9.05182 16.3869 9.66608 16.2334 10.1397 16.5175L11.1252 17.1088V15.875C11.1252 15.3227 11.5729 14.875 12.1252 14.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 9.09283C6.01491 9.28884 5.9902 9.38684 5.93372 9.4447C5.87724 9.50255 5.77924 9.52976 5.58325 9.58419C3.15606 10.2582 1.375 12.4833 1.375 15.125C1.375 18.3006 3.94936 20.875 7.125 20.875C7.151 20.875 7.17044 20.8511 7.16576 20.8256C7.06764 20.2895 7.14922 19.738 7.38899 19.2572C7.49251 19.0496 7.54427 18.9457 7.54427 18.8751C7.54427 18.8044 7.4925 18.7006 7.38895 18.493C7.02055 17.7543 7.02548 16.849 7.48166 16.0887C7.90848 15.3774 8.63322 14.9549 9.40059 14.885C9.6222 14.8648 9.733 14.8547 9.79182 14.8194C9.85064 14.7841 9.91173 14.691 10.0339 14.5049C10.4806 13.8244 11.2505 13.375 12.1254 13.375C13.0002 13.375 13.7701 13.8244 14.2169 14.5049C14.339 14.691 14.4001 14.7841 14.4589 14.8194C14.5177 14.8547 14.6286 14.8648 14.8502 14.885C15.6175 14.9549 16.3423 15.3774 16.7691 16.0887C17.2253 16.849 17.2302 17.7543 16.8618 18.493C16.7583 18.7006 16.7065 18.8044 16.7065 18.8751C16.7065 18.9457 16.7582 19.0496 16.8618 19.2572C17.0277 19.59 17.1179 19.9568 17.1252 20.3288C17.1292 20.5357 17.1312 20.6392 17.1542 20.6929C17.1899 20.7765 17.2332 20.819 17.3174 20.8531C17.3716 20.875 17.4561 20.875 17.625 20.875C20.5245 20.875 22.875 18.5245 22.875 15.625C22.875 13.1535 21.1672 11.0809 18.8673 10.5229C18.6239 10.4638 18.5022 10.4343 18.4397 10.3633C18.3772 10.2923 18.3635 10.1696 18.3362 9.92424C17.9878 6.80231 15.3399 4.375 12.125 4.375C9.20171 4.375 6.74772 6.38153 6.06431 9.09283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.5346 7.58974C3.34879 7.26475 3.22813 6.91997 3.16869 6.5705C4.16672 6.81452 5.25676 6.68739 6.2176 6.1272C7.17738 5.56763 7.82838 4.68113 8.11629 3.69119C8.37869 3.91448 8.60811 4.18719 8.79034 4.50591C8.91299 4.72044 9.00694 4.94288 9.07374 5.16909C9.65058 4.84579 10.2839 4.61133 10.9553 4.48424C10.8484 4.15221 10.7058 3.82676 10.5266 3.51324C9.84536 2.32171 8.75418 1.51131 7.53487 1.1634C7.2124 1.07138 6.86527 1.14713 6.61044 1.36511C6.35561 1.5831 6.22701 1.91431 6.26797 2.24714C6.37223 3.09444 5.97606 3.95292 5.21026 4.39941C4.44652 4.84468 3.52218 4.76024 2.85599 4.25176C2.58862 4.04769 2.23658 3.9917 1.91909 4.10275C1.60161 4.21381 1.36122 4.47702 1.27934 4.80325C0.969854 6.0364 1.11737 7.39136 1.79834 8.58242C2.27307 9.41277 2.94576 10.0572 3.7222 10.4896C4.27537 10.0829 4.90401 9.77279 5.58325 9.58417C5.77924 9.52974 5.87724 9.50253 5.93372 9.44468C5.98722 9.38988 6.01221 9.29906 6.05668 9.12305C5.04887 9.0863 4.07904 8.54201 3.5346 7.58974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-moon-cloud-slow-wind{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.39906 17.875C9.07713 17.875 8.61865 18.3178 8.61865 18.3178C8.18514 18.66 7.55632 18.586 7.21413 18.1525C6.87195 17.7189 6.94598 17.0901 7.37948 16.7479C7.37948 16.7479 8.31931 15.875 9.39906 15.875C10.5107 15.875 11.3453 16.6901 11.3453 16.6901C11.3453 16.6901 11.5654 16.875 11.7991 16.875C12.0327 16.875 12.2528 16.6901 12.2528 16.6901C12.2528 16.6901 13.249 15.875 14.1991 15.875C15.3037 15.875 16.3764 16.8287 16.3764 16.8287C16.3764 16.8287 17.2429 17.3522 16.9248 18.1322C16.7163 18.6436 16.1327 18.8891 15.6213 18.6806C15.3657 18.5764 15.1264 18.4338 14.9062 18.2599C14.9062 18.2599 14.5124 17.875 14.1991 17.875C13.8857 17.875 13.492 18.2599 13.492 18.2599C13.0009 18.6476 12.4195 18.875 11.7991 18.875C11.1786 18.875 10.5973 18.6476 10.1062 18.2599C10.1062 18.2599 9.721 17.875 9.39906 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.40102 21.875C3.07908 21.875 2.6206 22.3178 2.6206 22.3178C2.18709 22.66 1.55827 22.586 1.21609 22.1525C0.8739 21.7189 0.94793 21.0901 1.38144 20.7479C1.38144 20.7479 2.32127 19.875 3.40102 19.875C4.51267 19.875 5.34729 20.6901 5.34729 20.6901C5.34729 20.6901 5.56736 20.875 5.80102 20.875C6.03468 20.875 6.25475 20.6901 6.25475 20.6901C6.25475 20.6901 7.25096 19.875 8.20102 19.875C9.30564 19.875 10.3784 20.8287 10.3784 20.8287C10.3784 20.8287 11.2448 21.3522 10.9268 22.1322C10.7183 22.6436 10.1346 22.8891 9.62323 22.6806C9.36763 22.5764 9.12835 22.4338 8.90813 22.2599C8.90813 22.2599 8.51436 21.875 8.20102 21.875C7.88767 21.875 7.49391 22.2599 7.49391 22.2599C7.00282 22.6476 6.42149 22.875 5.80102 22.875C5.18055 22.875 4.59922 22.6476 4.10813 22.2599C4.10813 22.2599 3.72296 21.875 3.40102 21.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4031 21.875C15.0812 21.875 14.6227 22.3178 14.6227 22.3178C14.1892 22.66 13.5604 22.586 13.2182 22.1525C12.876 21.7189 12.95 21.0901 13.3835 20.7479C13.3835 20.7479 14.3234 19.875 15.4031 19.875C16.5148 19.875 17.3494 20.6901 17.3494 20.6901C17.3494 20.6901 17.5695 20.875 17.8031 20.875C18.0368 20.875 18.2568 20.6901 18.2568 20.6901C18.2568 20.6901 19.253 19.875 20.2031 19.875C21.3077 19.875 22.3805 20.8287 22.3805 20.8287C22.3805 20.8287 23.2469 21.3522 22.9289 22.1322C22.7203 22.6436 22.1367 22.8891 21.6253 22.6806C21.3697 22.5764 21.1304 22.4338 20.9102 22.2599C20.9102 22.2599 20.5165 21.875 20.2031 21.875C19.8898 21.875 19.496 22.2599 19.496 22.2599C19.0049 22.6476 18.4236 22.875 17.8031 22.875C17.1826 22.875 16.6013 22.6476 16.1102 22.2599C16.1102 22.2599 15.725 21.875 15.4031 21.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.94224 9.09283C5.89284 9.28884 5.86813 9.38684 5.81165 9.4447C5.75517 9.50255 5.65717 9.52976 5.46118 9.58419C3.03399 10.2582 1.25293 12.4833 1.25293 15.125C1.25293 16.2473 1.57446 17.2945 2.13043 18.1795C2.22847 18.3356 2.2775 18.4136 2.36103 18.4507C2.44457 18.4879 2.55322 18.4689 2.77051 18.4308C2.97173 18.3956 3.18328 18.375 3.40303 18.375C4.31924 18.375 5.07113 18.7068 5.5516 18.9885C5.62499 19.0315 5.69408 19.0745 5.75861 19.1167C5.79942 19.1434 5.84965 19.1457 5.89114 19.1201C5.95369 19.0815 5.97249 18.9959 5.93119 18.9351C5.21195 17.8757 5.41037 16.4304 6.40788 15.6063C6.55229 15.4937 6.97231 15.1681 7.22422 15.0195C7.7014 14.738 8.47894 14.375 9.40108 14.375C10.3173 14.375 11.0692 14.7068 11.5497 14.9885C11.6639 15.0555 11.721 15.0889 11.7713 15.0987C11.8116 15.1065 11.8407 15.1068 11.881 15.0996C11.9315 15.0906 11.9881 15.0587 12.1012 14.9948C12.1156 14.9867 12.1301 14.9786 12.1448 14.9704C12.5875 14.7252 13.3442 14.375 14.2011 14.375C15.1478 14.375 15.9696 14.7685 16.4632 15.0581C16.7284 15.2138 17.2947 15.6367 17.4484 15.7533C17.5863 15.8642 17.7772 16.0362 17.9579 16.2696C18.3253 16.744 18.7493 17.6355 18.3158 18.6986C18.2857 18.7725 18.3686 18.8538 18.4405 18.8191C18.889 18.6024 19.5145 18.375 20.2051 18.375C20.6007 18.375 20.9744 18.4437 21.3115 18.5448C21.5469 18.6154 21.6646 18.6507 21.7607 18.6133C21.8569 18.5759 21.9099 18.4868 22.0161 18.3087C22.4841 17.5234 22.7529 16.6056 22.7529 15.625C22.7529 13.1535 21.0451 11.0809 18.7453 10.5229C18.5019 10.4638 18.3802 10.4343 18.3177 10.3633C18.2551 10.2923 18.2415 10.1696 18.2141 9.92424C17.8658 6.80231 15.2178 4.375 12.0029 4.375C9.07964 4.375 6.62565 6.38153 5.94224 9.09283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.41155 7.58974C3.22574 7.26475 3.10509 6.91997 3.04564 6.5705C4.04368 6.81452 5.13372 6.68739 6.09455 6.1272C7.05433 5.56763 7.70533 4.68113 7.99324 3.69119C8.25564 3.91448 8.48506 4.18719 8.66729 4.50591C8.79011 4.72074 8.88415 4.9435 8.95097 5.17003C9.52773 4.84654 10.161 4.61188 10.8324 4.48459C10.7254 4.15244 10.5829 3.82687 10.4035 3.51324C9.72232 2.32171 8.63113 1.51131 7.41182 1.1634C7.08935 1.07138 6.74222 1.14713 6.48739 1.36511C6.23257 1.5831 6.10397 1.91431 6.14492 2.24714C6.24918 3.09444 5.85302 3.95292 5.08721 4.39941C4.32348 4.84468 3.39913 4.76024 2.73294 4.25176C2.46557 4.04769 2.11353 3.9917 1.79605 4.10275C1.47856 4.21381 1.23817 4.47702 1.1563 4.80325C0.846808 6.0364 0.994325 7.39136 1.67529 8.58242C2.15025 9.41317 2.82335 10.0579 3.60026 10.4902C4.15364 10.0832 4.78257 9.77289 5.46216 9.58417C5.65815 9.52974 5.75614 9.50253 5.81263 9.44468C5.86612 9.38989 5.89111 9.29909 5.93557 9.12312C4.92707 9.087 3.95634 8.54262 3.41155 7.58974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.39906 17.875C9.07713 17.875 8.61865 18.3178 8.61865 18.3178C8.18514 18.66 7.55632 18.586 7.21413 18.1525C6.87195 17.7189 6.94598 17.0901 7.37948 16.7479C7.37948 16.7479 8.31931 15.875 9.39906 15.875C10.5107 15.875 11.3453 16.6901 11.3453 16.6901C11.3453 16.6901 11.5654 16.875 11.7991 16.875C12.0327 16.875 12.2528 16.6901 12.2528 16.6901C12.2528 16.6901 13.249 15.875 14.1991 15.875C15.3037 15.875 16.3764 16.8287 16.3764 16.8287C16.3764 16.8287 17.2429 17.3522 16.9248 18.1322C16.7163 18.6436 16.1327 18.8891 15.6213 18.6806C15.3657 18.5764 15.1264 18.4338 14.9062 18.2599C14.9062 18.2599 14.5124 17.875 14.1991 17.875C13.8857 17.875 13.492 18.2599 13.492 18.2599C13.0009 18.6476 12.4195 18.875 11.7991 18.875C11.1786 18.875 10.5973 18.6476 10.1062 18.2599C10.1062 18.2599 9.721 17.875 9.39906 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.40102 21.875C3.07908 21.875 2.6206 22.3178 2.6206 22.3178C2.18709 22.66 1.55827 22.586 1.21609 22.1525C0.8739 21.7189 0.94793 21.0901 1.38144 20.7479C1.38144 20.7479 2.32127 19.875 3.40102 19.875C4.51267 19.875 5.34729 20.6901 5.34729 20.6901C5.34729 20.6901 5.56736 20.875 5.80102 20.875C6.03468 20.875 6.25475 20.6901 6.25475 20.6901C6.25475 20.6901 7.25096 19.875 8.20102 19.875C9.30564 19.875 10.3784 20.8287 10.3784 20.8287C10.3784 20.8287 11.2448 21.3522 10.9268 22.1322C10.7183 22.6436 10.1346 22.8891 9.62323 22.6806C9.36763 22.5764 9.12835 22.4338 8.90813 22.2599C8.90813 22.2599 8.51436 21.875 8.20102 21.875C7.88767 21.875 7.49391 22.2599 7.49391 22.2599C7.00282 22.6476 6.42149 22.875 5.80102 22.875C5.18055 22.875 4.59922 22.6476 4.10813 22.2599C4.10813 22.2599 3.72296 21.875 3.40102 21.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4031 21.875C15.0812 21.875 14.6227 22.3178 14.6227 22.3178C14.1892 22.66 13.5604 22.586 13.2182 22.1525C12.876 21.7189 12.95 21.0901 13.3835 20.7479C13.3835 20.7479 14.3234 19.875 15.4031 19.875C16.5148 19.875 17.3494 20.6901 17.3494 20.6901C17.3494 20.6901 17.5695 20.875 17.8031 20.875C18.0368 20.875 18.2568 20.6901 18.2568 20.6901C18.2568 20.6901 19.253 19.875 20.2031 19.875C21.3077 19.875 22.3805 20.8287 22.3805 20.8287C22.3805 20.8287 23.2469 21.3522 22.9289 22.1322C22.7203 22.6436 22.1367 22.8891 21.6253 22.6806C21.3697 22.5764 21.1304 22.4338 20.9102 22.2599C20.9102 22.2599 20.5165 21.875 20.2031 21.875C19.8898 21.875 19.496 22.2599 19.496 22.2599C19.0049 22.6476 18.4236 22.875 17.8031 22.875C17.1826 22.875 16.6013 22.6476 16.1102 22.2599C16.1102 22.2599 15.725 21.875 15.4031 21.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.94224 9.09283C5.89284 9.28884 5.86813 9.38684 5.81165 9.4447C5.75517 9.50255 5.65717 9.52976 5.46118 9.58419C3.03399 10.2582 1.25293 12.4833 1.25293 15.125C1.25293 16.2473 1.57446 17.2945 2.13043 18.1795C2.22847 18.3356 2.2775 18.4136 2.36103 18.4507C2.44457 18.4879 2.55322 18.4689 2.77051 18.4308C2.97173 18.3956 3.18328 18.375 3.40303 18.375C4.31924 18.375 5.07113 18.7068 5.5516 18.9885C5.62499 19.0315 5.69408 19.0745 5.75861 19.1167C5.79942 19.1434 5.84965 19.1457 5.89114 19.1201C5.95369 19.0815 5.97249 18.9959 5.93119 18.9351C5.21195 17.8757 5.41037 16.4304 6.40788 15.6063C6.55229 15.4937 6.97231 15.1681 7.22422 15.0195C7.7014 14.738 8.47894 14.375 9.40108 14.375C10.3173 14.375 11.0692 14.7068 11.5497 14.9885C11.6639 15.0555 11.721 15.0889 11.7713 15.0987C11.8116 15.1065 11.8407 15.1068 11.881 15.0996C11.9315 15.0906 11.9881 15.0587 12.1012 14.9948C12.1156 14.9867 12.1301 14.9786 12.1448 14.9704C12.5875 14.7252 13.3442 14.375 14.2011 14.375C15.1478 14.375 15.9696 14.7685 16.4632 15.0581C16.7284 15.2138 17.2947 15.6367 17.4484 15.7533C17.5863 15.8642 17.7772 16.0362 17.9579 16.2696C18.3253 16.744 18.7493 17.6355 18.3158 18.6986C18.2857 18.7725 18.3686 18.8538 18.4405 18.8191C18.889 18.6024 19.5145 18.375 20.2051 18.375C20.6007 18.375 20.9744 18.4437 21.3115 18.5448C21.5469 18.6154 21.6646 18.6507 21.7607 18.6133C21.8569 18.5759 21.9099 18.4868 22.0161 18.3087C22.4841 17.5234 22.7529 16.6056 22.7529 15.625C22.7529 13.1535 21.0451 11.0809 18.7453 10.5229C18.5019 10.4638 18.3802 10.4343 18.3177 10.3633C18.2551 10.2923 18.2415 10.1696 18.2141 9.92424C17.8658 6.80231 15.2178 4.375 12.0029 4.375C9.07964 4.375 6.62565 6.38153 5.94224 9.09283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.41155 7.58974C3.22574 7.26475 3.10509 6.91997 3.04564 6.5705C4.04368 6.81452 5.13372 6.68739 6.09455 6.1272C7.05433 5.56763 7.70533 4.68113 7.99324 3.69119C8.25564 3.91448 8.48506 4.18719 8.66729 4.50591C8.79011 4.72074 8.88415 4.9435 8.95097 5.17003C9.52773 4.84654 10.161 4.61188 10.8324 4.48459C10.7254 4.15244 10.5829 3.82687 10.4035 3.51324C9.72232 2.32171 8.63113 1.51131 7.41182 1.1634C7.08935 1.07138 6.74222 1.14713 6.48739 1.36511C6.23257 1.5831 6.10397 1.91431 6.14492 2.24714C6.24918 3.09444 5.85302 3.95292 5.08721 4.39941C4.32348 4.84468 3.39913 4.76024 2.73294 4.25176C2.46557 4.04769 2.11353 3.9917 1.79605 4.10275C1.47856 4.21381 1.23817 4.47702 1.1563 4.80325C0.846808 6.0364 0.994325 7.39136 1.67529 8.58242C2.15025 9.41317 2.82335 10.0579 3.60026 10.4902C4.15364 10.0832 4.78257 9.77289 5.46216 9.58417C5.65815 9.52974 5.75614 9.50253 5.81263 9.44468C5.86612 9.38989 5.89111 9.29909 5.93557 9.12312C4.92707 9.087 3.95634 8.54262 3.41155 7.58974Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-moon-cloud-snow{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.125 16.0001C17.125 16.5524 16.6773 17.0001 16.125 17.0001C15.5727 17.0001 15.125 16.5524 15.125 16.0001C15.125 15.4478 15.5727 15.0001 16.125 15.0001C16.6773 15.0001 17.125 15.4478 17.125 16.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.125 16.0001C9.125 16.5524 8.67728 17.0001 8.125 17.0001C7.57272 17.0001 7.125 16.5524 7.125 16.0001C7.125 15.4478 7.57272 15.0001 8.125 15.0001C8.67728 15.0001 9.125 15.4478 9.125 16.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.125 20.0001C9.125 20.5524 8.67728 21.0001 8.125 21.0001C7.57272 21.0001 7.125 20.5524 7.125 20.0001C7.125 19.4478 7.57272 19.0001 8.125 19.0001C8.67728 19.0001 9.125 19.4478 9.125 20.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.125 18.0001C13.125 18.5524 12.6773 19.0001 12.125 19.0001C11.5727 19.0001 11.125 18.5524 11.125 18.0001C11.125 17.4478 11.5727 17.0001 12.125 17.0001C12.6773 17.0001 13.125 17.4478 13.125 18.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.125 20.0001C17.125 20.5524 16.6773 21.0001 16.125 21.0001C15.5727 21.0001 15.125 20.5524 15.125 20.0001C15.125 19.4478 15.5727 19.0001 16.125 19.0001C16.6773 19.0001 17.125 19.4478 17.125 20.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.125 22.0001C13.125 22.5524 12.6773 23.0001 12.125 23.0001C11.5727 23.0001 11.125 22.5524 11.125 22.0001C11.125 21.4478 11.5727 21.0001 12.125 21.0001C12.6773 21.0001 13.125 21.4478 13.125 22.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 8.96795C6.01491 9.16396 5.9902 9.26197 5.93372 9.31982C5.87724 9.37767 5.77924 9.40488 5.58325 9.45931C3.15606 10.1333 1.375 12.3584 1.375 15.0001C1.375 17.4787 2.94329 19.5911 5.14171 20.3989C5.20953 20.4238 5.24344 20.4363 5.26634 20.4409C5.44621 20.4767 5.59301 20.3743 5.62139 20.1931C5.625 20.17 5.625 20.1134 5.625 20.0001C5.625 19.4693 5.79042 18.9772 6.07252 18.5724C6.29462 18.2537 6.40568 18.0943 6.40568 18.0001C6.40568 17.9059 6.29462 17.7466 6.07252 17.4279C5.79042 17.0231 5.625 16.5309 5.625 16.0001C5.625 14.6194 6.74429 13.5001 8.125 13.5001C9.08878 13.5001 9.92517 14.0455 10.3424 14.8445C10.5985 15.3347 10.7265 15.5799 10.8133 15.6233C10.9001 15.6667 11.173 15.6221 11.7188 15.5329C11.851 15.5114 11.9867 15.5001 12.125 15.5001C12.2633 15.5001 12.399 15.5114 12.5312 15.5329C13.077 15.6221 13.3499 15.6667 13.4367 15.6233C13.5235 15.5799 13.6515 15.3347 13.9076 14.8445C14.3248 14.0455 15.1612 13.5001 16.125 13.5001C17.5057 13.5001 18.625 14.6194 18.625 16.0001C18.625 16.5309 18.4596 17.0231 18.1775 17.4279C17.9554 17.7466 17.8443 17.9059 17.8443 18.0001C17.8443 18.0943 17.9554 18.2537 18.1775 18.5724C18.4596 18.9772 18.625 19.4693 18.625 20.0001C18.625 20.2287 18.625 20.3429 18.6492 20.3995C18.6955 20.5078 18.7775 20.568 18.8947 20.5799C18.9559 20.5861 19.0353 20.5613 19.1941 20.5116C21.3271 19.8444 22.875 17.853 22.875 15.5001C22.875 13.0286 21.1672 10.956 18.8673 10.398C18.6239 10.3389 18.5022 10.3094 18.4397 10.2384C18.3772 10.1674 18.3635 10.0447 18.3362 9.79936C17.9878 6.67744 15.3399 4.25012 12.125 4.25012C9.20171 4.25012 6.74772 6.25665 6.06431 8.96795Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.5346 7.46474C3.34879 7.13975 3.22813 6.79497 3.16869 6.4455C4.16672 6.68952 5.25676 6.56239 6.2176 6.0022C7.17738 5.44263 7.82838 4.55613 8.11629 3.56619C8.37869 3.78948 8.60811 4.06219 8.79034 4.38091C8.91301 4.59547 9.00697 4.81795 9.07377 5.04419C9.65061 4.72089 10.284 4.48644 10.9553 4.35935C10.8484 4.02729 10.7059 3.7018 10.5266 3.38824C9.84536 2.19671 8.75418 1.38631 7.53487 1.0384C7.2124 0.946381 6.86527 1.02213 6.61044 1.24011C6.35561 1.4581 6.22701 1.78931 6.26797 2.12214C6.37223 2.96944 5.97606 3.82792 5.21026 4.27441C4.44652 4.71968 3.52218 4.63524 2.85599 4.12676C2.58862 3.92269 2.23658 3.8667 1.91909 3.97775C1.60161 4.08881 1.36122 4.35202 1.27934 4.67825C0.969854 5.9114 1.11737 7.26636 1.79834 8.45742C2.27309 9.2878 2.94581 9.9323 3.72229 10.3646C4.27544 9.95797 4.90405 9.6479 5.58325 9.45929C5.77924 9.40487 5.87724 9.37765 5.93372 9.3198C5.98723 9.26499 6.01222 9.17414 6.05671 8.99805C5.04889 8.96131 4.07904 8.41702 3.5346 7.46474Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.125 16.0001C17.125 16.5524 16.6773 17.0001 16.125 17.0001C15.5727 17.0001 15.125 16.5524 15.125 16.0001C15.125 15.4478 15.5727 15.0001 16.125 15.0001C16.6773 15.0001 17.125 15.4478 17.125 16.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.125 16.0001C9.125 16.5524 8.67728 17.0001 8.125 17.0001C7.57272 17.0001 7.125 16.5524 7.125 16.0001C7.125 15.4478 7.57272 15.0001 8.125 15.0001C8.67728 15.0001 9.125 15.4478 9.125 16.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.125 20.0001C9.125 20.5524 8.67728 21.0001 8.125 21.0001C7.57272 21.0001 7.125 20.5524 7.125 20.0001C7.125 19.4478 7.57272 19.0001 8.125 19.0001C8.67728 19.0001 9.125 19.4478 9.125 20.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.125 18.0001C13.125 18.5524 12.6773 19.0001 12.125 19.0001C11.5727 19.0001 11.125 18.5524 11.125 18.0001C11.125 17.4478 11.5727 17.0001 12.125 17.0001C12.6773 17.0001 13.125 17.4478 13.125 18.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.125 20.0001C17.125 20.5524 16.6773 21.0001 16.125 21.0001C15.5727 21.0001 15.125 20.5524 15.125 20.0001C15.125 19.4478 15.5727 19.0001 16.125 19.0001C16.6773 19.0001 17.125 19.4478 17.125 20.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.125 22.0001C13.125 22.5524 12.6773 23.0001 12.125 23.0001C11.5727 23.0001 11.125 22.5524 11.125 22.0001C11.125 21.4478 11.5727 21.0001 12.125 21.0001C12.6773 21.0001 13.125 21.4478 13.125 22.0001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 8.96795C6.01491 9.16396 5.9902 9.26197 5.93372 9.31982C5.87724 9.37767 5.77924 9.40488 5.58325 9.45931C3.15606 10.1333 1.375 12.3584 1.375 15.0001C1.375 17.4787 2.94329 19.5911 5.14171 20.3989C5.20953 20.4238 5.24344 20.4363 5.26634 20.4409C5.44621 20.4767 5.59301 20.3743 5.62139 20.1931C5.625 20.17 5.625 20.1134 5.625 20.0001C5.625 19.4693 5.79042 18.9772 6.07252 18.5724C6.29462 18.2537 6.40568 18.0943 6.40568 18.0001C6.40568 17.9059 6.29462 17.7466 6.07252 17.4279C5.79042 17.0231 5.625 16.5309 5.625 16.0001C5.625 14.6194 6.74429 13.5001 8.125 13.5001C9.08878 13.5001 9.92517 14.0455 10.3424 14.8445C10.5985 15.3347 10.7265 15.5799 10.8133 15.6233C10.9001 15.6667 11.173 15.6221 11.7188 15.5329C11.851 15.5114 11.9867 15.5001 12.125 15.5001C12.2633 15.5001 12.399 15.5114 12.5312 15.5329C13.077 15.6221 13.3499 15.6667 13.4367 15.6233C13.5235 15.5799 13.6515 15.3347 13.9076 14.8445C14.3248 14.0455 15.1612 13.5001 16.125 13.5001C17.5057 13.5001 18.625 14.6194 18.625 16.0001C18.625 16.5309 18.4596 17.0231 18.1775 17.4279C17.9554 17.7466 17.8443 17.9059 17.8443 18.0001C17.8443 18.0943 17.9554 18.2537 18.1775 18.5724C18.4596 18.9772 18.625 19.4693 18.625 20.0001C18.625 20.2287 18.625 20.3429 18.6492 20.3995C18.6955 20.5078 18.7775 20.568 18.8947 20.5799C18.9559 20.5861 19.0353 20.5613 19.1941 20.5116C21.3271 19.8444 22.875 17.853 22.875 15.5001C22.875 13.0286 21.1672 10.956 18.8673 10.398C18.6239 10.3389 18.5022 10.3094 18.4397 10.2384C18.3772 10.1674 18.3635 10.0447 18.3362 9.79936C17.9878 6.67744 15.3399 4.25012 12.125 4.25012C9.20171 4.25012 6.74772 6.25665 6.06431 8.96795Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.5346 7.46474C3.34879 7.13975 3.22813 6.79497 3.16869 6.4455C4.16672 6.68952 5.25676 6.56239 6.2176 6.0022C7.17738 5.44263 7.82838 4.55613 8.11629 3.56619C8.37869 3.78948 8.60811 4.06219 8.79034 4.38091C8.91301 4.59547 9.00697 4.81795 9.07377 5.04419C9.65061 4.72089 10.284 4.48644 10.9553 4.35935C10.8484 4.02729 10.7059 3.7018 10.5266 3.38824C9.84536 2.19671 8.75418 1.38631 7.53487 1.0384C7.2124 0.946381 6.86527 1.02213 6.61044 1.24011C6.35561 1.4581 6.22701 1.78931 6.26797 2.12214C6.37223 2.96944 5.97606 3.82792 5.21026 4.27441C4.44652 4.71968 3.52218 4.63524 2.85599 4.12676C2.58862 3.92269 2.23658 3.8667 1.91909 3.97775C1.60161 4.08881 1.36122 4.35202 1.27934 4.67825C0.969854 5.9114 1.11737 7.26636 1.79834 8.45742C2.27309 9.2878 2.94581 9.9323 3.72229 10.3646C4.27544 9.95797 4.90405 9.6479 5.58325 9.45929C5.77924 9.40487 5.87724 9.37765 5.93372 9.3198C5.98723 9.26499 6.01222 9.17414 6.05671 8.99805C5.04889 8.96131 4.07904 8.41702 3.5346 7.46474Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-moon-cloud{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.375 16.625C1.375 13.842 3.35164 11.5214 5.978 10.9895C6.51231 8.07956 9.06085 5.875 12.125 5.875C15.5108 5.875 18.2678 8.56724 18.3719 11.9277C20.9177 12.2903 22.875 14.4791 22.875 17.125C22.875 20.0245 20.5245 22.375 17.625 22.375H7.125C3.94936 22.375 1.375 19.8006 1.375 16.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.60228 8.83488C3.35209 8.39727 3.2033 7.92884 3.14876 7.45682C4.28914 7.78584 5.55644 7.66651 6.66622 7.01948C7.77552 6.37274 8.50838 5.32681 8.79426 4.16956C9.16391 4.45033 9.4852 4.80976 9.73203 5.24148C9.90936 5.55165 10.0353 5.87623 10.1131 6.20586C10.7335 5.99507 11.3976 5.87908 12.0884 5.87512C11.9704 5.31677 11.7651 4.76801 11.4683 4.24881C10.7186 2.93759 9.51818 2.04614 8.17681 1.6634C7.85434 1.57138 7.50721 1.64713 7.25238 1.86511C6.99755 2.0831 6.86895 2.41431 6.90991 2.74714C7.03303 3.74774 6.56549 4.76312 5.65888 5.29169C4.75434 5.81906 3.65975 5.71859 2.87153 5.11697C2.60416 4.9129 2.25212 4.85691 1.93463 4.96796C1.61715 5.07901 1.37676 5.34223 1.29488 5.66846C0.954231 7.02578 1.11663 8.5168 1.86602 9.82755C2.36897 10.7072 3.07397 11.3973 3.88816 11.8721C4.50845 11.4489 5.21587 11.1439 5.978 10.9896C6.00379 10.8491 6.03429 10.7102 6.0693 10.5732C5.06997 10.3992 4.15096 9.79456 3.60228 8.83488Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.375 16.625C1.375 13.842 3.35164 11.5214 5.978 10.9895C6.51231 8.07956 9.06085 5.875 12.125 5.875C15.5108 5.875 18.2678 8.56724 18.3719 11.9277C20.9177 12.2903 22.875 14.4791 22.875 17.125C22.875 20.0245 20.5245 22.375 17.625 22.375H7.125C3.94936 22.375 1.375 19.8006 1.375 16.625Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.60228 8.83488C3.35209 8.39727 3.2033 7.92884 3.14876 7.45682C4.28914 7.78584 5.55644 7.66651 6.66622 7.01948C7.77552 6.37274 8.50838 5.32681 8.79426 4.16956C9.16391 4.45033 9.4852 4.80976 9.73203 5.24148C9.90936 5.55165 10.0353 5.87623 10.1131 6.20586C10.7335 5.99507 11.3976 5.87908 12.0884 5.87512C11.9704 5.31677 11.7651 4.76801 11.4683 4.24881C10.7186 2.93759 9.51818 2.04614 8.17681 1.6634C7.85434 1.57138 7.50721 1.64713 7.25238 1.86511C6.99755 2.0831 6.86895 2.41431 6.90991 2.74714C7.03303 3.74774 6.56549 4.76312 5.65888 5.29169C4.75434 5.81906 3.65975 5.71859 2.87153 5.11697C2.60416 4.9129 2.25212 4.85691 1.93463 4.96796C1.61715 5.07901 1.37676 5.34223 1.29488 5.66846C0.954231 7.02578 1.11663 8.5168 1.86602 9.82755C2.36897 10.7072 3.07397 11.3973 3.88816 11.8721C4.50845 11.4489 5.21587 11.1439 5.978 10.9896C6.00379 10.8491 6.03429 10.7102 6.0693 10.5732C5.06997 10.3992 4.15096 9.79456 3.60228 8.83488Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-moon-eclipse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.24902 12C1.24902 6.06294 6.06196 1.25 11.999 1.25C17.9361 1.25 22.749 6.06294 22.749 12C22.749 17.9371 17.9361 22.75 11.999 22.75C6.06196 22.75 1.24902 17.9371 1.24902 12ZM20.7939 12C20.7939 7.14245 16.856 3.20459 11.9984 3.20459C15.0784 4.90887 17.2359 8.23023 17.2359 11.9995C17.2359 15.7987 15.1173 19.103 11.9971 20.7955C16.8547 20.7955 20.7939 16.8576 20.7939 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.24902 12C1.24902 6.06294 6.06196 1.25 11.999 1.25C17.9361 1.25 22.749 6.06294 22.749 12C22.749 17.9371 17.9361 22.75 11.999 22.75C6.06196 22.75 1.24902 17.9371 1.24902 12ZM20.7939 12C20.7939 7.14245 16.856 3.20459 11.9984 3.20459C15.0784 4.90887 17.2359 8.23023 17.2359 11.9995C17.2359 15.7987 15.1173 19.103 11.9971 20.7955C16.8547 20.7955 20.7939 16.8576 20.7939 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-moon-fast-wind{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 12.75C10.3096 12.75 9.75 13.3096 9.75 14C9.75 14.4142 9.41421 14.75 9 14.75C8.58579 14.75 8.25 14.4142 8.25 14C8.25 12.4812 9.48122 11.25 11 11.25C12.5188 11.25 13.75 12.4812 13.75 14C13.75 14.4996 13.6161 14.9703 13.3816 15.3755C12.983 16.0647 12.2295 16.6177 11.3767 17.0156C10.5046 17.4225 9.44171 17.7087 8.31153 17.8095C6.05923 18.0105 3.42044 17.4811 1.46967 15.5303C1.17678 15.2374 1.17678 14.7626 1.46967 14.4697C1.76256 14.1768 2.23744 14.1768 2.53033 14.4697C4.07956 16.0189 6.22852 16.4895 8.1782 16.3155C9.14901 16.2288 10.0407 15.9837 10.7425 15.6563C11.4636 15.3198 11.9034 14.9353 12.0832 14.6245C12.1891 14.4414 12.25 14.2289 12.25 14C12.25 13.3096 11.6904 12.75 11 12.75ZM14.1109 18.8586C14.2239 18.7898 14.3563 18.75 14.5001 18.75C14.9143 18.75 15.2501 19.0858 15.2501 19.5C15.2501 19.9142 14.9143 20.25 14.5001 20.25C14.4111 20.25 14.3273 20.2348 14.25 20.2075C13.8595 20.0695 13.431 20.2742 13.293 20.6647C13.1549 21.0552 13.3596 21.4837 13.7502 21.6218C13.9857 21.705 14.2385 21.75 14.5001 21.75C15.7427 21.75 16.7501 20.7426 16.7501 19.5C16.7501 18.2574 15.7427 17.25 14.5001 17.25C14.0601 17.25 13.6475 17.377 13.2997 17.5967L13.2871 17.6047L13.2749 17.6131C12.2102 18.3462 10.1968 19.3078 7.91893 19.5554C7.50714 19.6002 7.20962 19.9703 7.25439 20.3821C7.29917 20.7939 7.66928 21.0914 8.08107 21.0466C10.6349 20.769 12.8732 19.7071 14.1109 18.8586ZM21.6946 19.1722C21.8508 19.5558 21.6665 19.9934 21.2829 20.1497C20.2 20.5908 19.3982 20.7503 19 20.7503C18.5858 20.7503 18.25 20.4145 18.25 20.0003C18.25 19.5861 18.5858 19.2503 19 19.2503C19.1179 19.2503 19.7114 19.1701 20.7171 18.7605C21.1007 18.6042 21.5383 18.7886 21.6946 19.1722ZM2.31981 19.2318C2.49432 18.8562 2.94033 18.6931 3.31598 18.8676C3.91703 19.1469 4.52945 19.3382 5.14307 19.4574C5.54967 19.5364 5.81524 19.9301 5.73623 20.3367C5.65722 20.7433 5.26354 21.0089 4.85693 20.9299C4.13105 20.7888 3.40177 20.5614 2.68402 20.228C2.30836 20.0535 2.1453 19.6075 2.31981 19.2318Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.1218 2.25C9.23276 2.25 5.25 6.15687 5.25 11C5.25 12.2603 5.5197 13.4572 6.00487 14.5383C6.02211 14.5767 6.03073 14.5959 6.04362 14.6157C6.07798 14.6683 6.13776 14.7148 6.19717 14.7353C6.21945 14.743 6.23925 14.7465 6.27886 14.7534C6.41072 14.7767 6.47664 14.7883 6.52108 14.7829C6.6629 14.7656 6.75018 14.6849 6.77866 14.5449C6.78758 14.501 6.77851 14.4065 6.76038 14.2175C6.75351 14.146 6.75 14.0734 6.75 14C6.75 11.6528 8.65279 9.75 11 9.75C13.3472 9.75 15.25 11.6528 15.25 14C15.25 14.3334 15.2112 14.6591 15.1378 14.9721C15.0477 15.3561 15.0027 15.5482 15.0594 15.6497C15.1161 15.7512 15.3066 15.8148 15.6877 15.942C16.5391 16.226 17.2546 16.8071 17.7113 17.5622C17.8468 17.7864 17.9146 17.8985 18.0082 17.9358C18.1017 17.973 18.2124 17.9426 18.4338 17.8817C18.9765 17.7323 19.8068 17.4958 20.19 17.358C20.2373 17.341 20.261 17.3325 20.2878 17.3159C20.3146 17.2993 20.3342 17.2805 20.3735 17.2429C21.4702 16.1926 22.2939 14.8688 22.7208 13.3827C22.79 13.1422 22.7345 12.883 22.573 12.6917C22.4115 12.5005 22.1653 12.4024 21.9165 12.4303C19.7533 12.6725 17.5101 11.6685 16.3698 9.73087C15.2186 7.77472 15.4397 5.40996 16.7469 3.70907C16.9007 3.50896 16.9436 3.24491 16.8609 3.00645C16.7783 2.76798 16.5812 2.58707 16.3366 2.52504C15.6278 2.34535 14.8855 2.25 14.1218 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 12.75C10.3096 12.75 9.75 13.3096 9.75 14C9.75 14.4142 9.41421 14.75 9 14.75C8.58579 14.75 8.25 14.4142 8.25 14C8.25 12.4812 9.48122 11.25 11 11.25C12.5188 11.25 13.75 12.4812 13.75 14C13.75 14.4996 13.6161 14.9703 13.3816 15.3755C12.983 16.0647 12.2295 16.6177 11.3767 17.0156C10.5046 17.4225 9.44171 17.7087 8.31153 17.8095C6.05923 18.0105 3.42044 17.4811 1.46967 15.5303C1.17678 15.2374 1.17678 14.7626 1.46967 14.4697C1.76256 14.1768 2.23744 14.1768 2.53033 14.4697C4.07956 16.0189 6.22852 16.4895 8.1782 16.3155C9.14901 16.2288 10.0407 15.9837 10.7425 15.6563C11.4636 15.3198 11.9034 14.9353 12.0832 14.6245C12.1891 14.4414 12.25 14.2289 12.25 14C12.25 13.3096 11.6904 12.75 11 12.75ZM14.1109 18.8586C14.2239 18.7898 14.3563 18.75 14.5001 18.75C14.9143 18.75 15.2501 19.0858 15.2501 19.5C15.2501 19.9142 14.9143 20.25 14.5001 20.25C14.4111 20.25 14.3273 20.2348 14.25 20.2075C13.8595 20.0695 13.431 20.2742 13.293 20.6647C13.1549 21.0552 13.3596 21.4837 13.7502 21.6218C13.9857 21.705 14.2385 21.75 14.5001 21.75C15.7427 21.75 16.7501 20.7426 16.7501 19.5C16.7501 18.2574 15.7427 17.25 14.5001 17.25C14.0601 17.25 13.6475 17.377 13.2997 17.5967L13.2871 17.6047L13.2749 17.6131C12.2102 18.3462 10.1968 19.3078 7.91893 19.5554C7.50714 19.6002 7.20962 19.9703 7.25439 20.3821C7.29917 20.7939 7.66928 21.0914 8.08107 21.0466C10.6349 20.769 12.8732 19.7071 14.1109 18.8586ZM21.6946 19.1722C21.8508 19.5558 21.6665 19.9934 21.2829 20.1497C20.2 20.5908 19.3982 20.7503 19 20.7503C18.5858 20.7503 18.25 20.4145 18.25 20.0003C18.25 19.5861 18.5858 19.2503 19 19.2503C19.1179 19.2503 19.7114 19.1701 20.7171 18.7605C21.1007 18.6042 21.5383 18.7886 21.6946 19.1722ZM2.31981 19.2318C2.49432 18.8562 2.94033 18.6931 3.31598 18.8676C3.91703 19.1469 4.52945 19.3382 5.14307 19.4574C5.54967 19.5364 5.81524 19.9301 5.73623 20.3367C5.65722 20.7433 5.26354 21.0089 4.85693 20.9299C4.13105 20.7888 3.40177 20.5614 2.68402 20.228C2.30836 20.0535 2.1453 19.6075 2.31981 19.2318Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.1218 2.25C9.23276 2.25 5.25 6.15687 5.25 11C5.25 12.2603 5.5197 13.4572 6.00487 14.5383C6.02211 14.5767 6.03073 14.5959 6.04362 14.6157C6.07798 14.6683 6.13776 14.7148 6.19717 14.7353C6.21945 14.743 6.23925 14.7465 6.27886 14.7534C6.41072 14.7767 6.47664 14.7883 6.52108 14.7829C6.6629 14.7656 6.75018 14.6849 6.77866 14.5449C6.78758 14.501 6.77851 14.4065 6.76038 14.2175C6.75351 14.146 6.75 14.0734 6.75 14C6.75 11.6528 8.65279 9.75 11 9.75C13.3472 9.75 15.25 11.6528 15.25 14C15.25 14.3334 15.2112 14.6591 15.1378 14.9721C15.0477 15.3561 15.0027 15.5482 15.0594 15.6497C15.1161 15.7512 15.3066 15.8148 15.6877 15.942C16.5391 16.226 17.2546 16.8071 17.7113 17.5622C17.8468 17.7864 17.9146 17.8985 18.0082 17.9358C18.1017 17.973 18.2124 17.9426 18.4338 17.8817C18.9765 17.7323 19.8068 17.4958 20.19 17.358C20.2373 17.341 20.261 17.3325 20.2878 17.3159C20.3146 17.2993 20.3342 17.2805 20.3735 17.2429C21.4702 16.1926 22.2939 14.8688 22.7208 13.3827C22.79 13.1422 22.7345 12.883 22.573 12.6917C22.4115 12.5005 22.1653 12.4024 21.9165 12.4303C19.7533 12.6725 17.5101 11.6685 16.3698 9.73087C15.2186 7.77472 15.4397 5.40996 16.7469 3.70907C16.9007 3.50896 16.9436 3.24491 16.8609 3.00645C16.7783 2.76798 16.5812 2.58707 16.3366 2.52504C15.6278 2.34535 14.8855 2.25 14.1218 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-moon-slow-wind{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.66171 15.9325C7.32721 15.6892 6.89996 15.6892 6.56545 15.9325L6.55871 15.9375L6.55869 15.9374C5.07435 16.9986 3.15283 16.9986 1.66849 15.9374C1.21921 15.6162 1.11539 14.9916 1.4366 14.5424C1.7578 14.0931 2.3824 13.9893 2.83167 14.3105C3.61939 14.8736 4.60455 14.8743 5.39274 14.3124C6.42692 13.5625 7.80027 13.5625 8.83445 14.3125C9.63481 14.883 10.6331 14.8821 11.3898 14.333C11.8368 14.0087 12.4621 14.1081 12.7865 14.5551C13.1108 15.0021 13.0114 15.6274 12.5644 15.9518C11.0824 17.0271 9.14063 16.9899 7.66848 15.9374L7.66169 15.9326L7.66171 15.9325ZM6.94075 18.5537C8.41273 17.4888 10.3349 17.4951 11.815 18.5532L11.8217 18.5581L11.8217 18.5581C12.1717 18.8127 12.6154 18.8089 12.9347 18.5766L12.9414 18.5716L12.9415 18.5717C14.4258 17.5105 16.3473 17.5105 17.8317 18.5717C18.2809 18.8929 18.3848 19.5175 18.0636 19.9667C17.7424 20.416 17.1178 20.5198 16.6685 20.1986C15.8808 19.6355 14.8956 19.6348 14.1074 20.1966C13.0581 20.9575 11.6679 20.917 10.649 20.1782C9.85825 19.6145 8.8764 19.6202 8.11036 20.1761L8.10218 20.182L8.10215 20.182C7.05768 20.9238 5.70184 20.9321 4.66172 20.1753C4.21514 19.8504 4.11654 19.2249 4.44148 18.7783C4.76642 18.3318 5.39186 18.2332 5.83843 18.5581C6.1678 18.7977 6.58206 18.8067 6.94075 18.5537Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.1218 3.24988C9.23276 3.24988 5.25 7.15674 5.25 11.9999C5.25 12.1882 5.25 12.2824 5.28331 12.3471C5.32705 12.432 5.39868 12.4858 5.49242 12.5041C5.5638 12.5181 5.67112 12.4869 5.88574 12.4246C7.16829 12.0522 8.57616 12.2751 9.70867 13.0933C10.0027 13.3012 10.294 13.2748 10.509 13.1188C11.6265 12.308 13.1898 12.5565 14.0006 13.6741C14.3099 14.1003 14.4651 14.5913 14.4767 15.0808C14.4926 15.7519 14.5006 16.0875 14.5855 16.1724C14.6705 16.2574 14.9529 16.264 15.5176 16.2772C16.631 16.3032 17.739 16.6613 18.7042 17.3513C18.9488 17.5263 19.1525 17.7372 19.3132 17.9717C19.588 18.3729 19.7254 18.5735 19.8639 18.5875C20.0025 18.6015 20.1362 18.4723 20.4036 18.2138C21.4853 17.1682 22.2978 15.8551 22.7208 14.3826C22.79 14.142 22.7345 13.8829 22.573 13.6916C22.4115 13.5004 22.1653 13.4023 21.9165 13.4302C19.7533 13.6724 17.5101 12.6684 16.3698 10.7307C15.2186 8.7746 15.4397 6.40983 16.7469 4.70895C16.9007 4.50884 16.9436 4.24479 16.8609 4.00632C16.7783 3.76785 16.5812 3.58694 16.3366 3.52492C15.6278 3.34523 14.8855 3.24988 14.1218 3.24988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.66171 15.9325C7.32721 15.6892 6.89996 15.6892 6.56545 15.9325L6.55871 15.9375L6.55869 15.9374C5.07435 16.9986 3.15283 16.9986 1.66849 15.9374C1.21921 15.6162 1.11539 14.9916 1.4366 14.5424C1.7578 14.0931 2.3824 13.9893 2.83167 14.3105C3.61939 14.8736 4.60455 14.8743 5.39274 14.3124C6.42692 13.5625 7.80027 13.5625 8.83445 14.3125C9.63481 14.883 10.6331 14.8821 11.3898 14.333C11.8368 14.0087 12.4621 14.1081 12.7865 14.5551C13.1108 15.0021 13.0114 15.6274 12.5644 15.9518C11.0824 17.0271 9.14063 16.9899 7.66848 15.9374L7.66169 15.9326L7.66171 15.9325ZM6.94075 18.5537C8.41273 17.4888 10.3349 17.4951 11.815 18.5532L11.8217 18.5581L11.8217 18.5581C12.1717 18.8127 12.6154 18.8089 12.9347 18.5766L12.9414 18.5716L12.9415 18.5717C14.4258 17.5105 16.3473 17.5105 17.8317 18.5717C18.2809 18.8929 18.3848 19.5175 18.0636 19.9667C17.7424 20.416 17.1178 20.5198 16.6685 20.1986C15.8808 19.6355 14.8956 19.6348 14.1074 20.1966C13.0581 20.9575 11.6679 20.917 10.649 20.1782C9.85825 19.6145 8.8764 19.6202 8.11036 20.1761L8.10218 20.182L8.10215 20.182C7.05768 20.9238 5.70184 20.9321 4.66172 20.1753C4.21514 19.8504 4.11654 19.2249 4.44148 18.7783C4.76642 18.3318 5.39186 18.2332 5.83843 18.5581C6.1678 18.7977 6.58206 18.8067 6.94075 18.5537Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.1218 3.24988C9.23276 3.24988 5.25 7.15674 5.25 11.9999C5.25 12.1882 5.25 12.2824 5.28331 12.3471C5.32705 12.432 5.39868 12.4858 5.49242 12.5041C5.5638 12.5181 5.67112 12.4869 5.88574 12.4246C7.16829 12.0522 8.57616 12.2751 9.70867 13.0933C10.0027 13.3012 10.294 13.2748 10.509 13.1188C11.6265 12.308 13.1898 12.5565 14.0006 13.6741C14.3099 14.1003 14.4651 14.5913 14.4767 15.0808C14.4926 15.7519 14.5006 16.0875 14.5855 16.1724C14.6705 16.2574 14.9529 16.264 15.5176 16.2772C16.631 16.3032 17.739 16.6613 18.7042 17.3513C18.9488 17.5263 19.1525 17.7372 19.3132 17.9717C19.588 18.3729 19.7254 18.5735 19.8639 18.5875C20.0025 18.6015 20.1362 18.4723 20.4036 18.2138C21.4853 17.1682 22.2978 15.8551 22.7208 14.3826C22.79 14.142 22.7345 13.8829 22.573 13.6916C22.4115 13.5004 22.1653 13.4023 21.9165 13.4302C19.7533 13.6724 17.5101 12.6684 16.3698 10.7307C15.2186 8.7746 15.4397 6.40983 16.7469 4.70895C16.9007 4.50884 16.9436 4.24479 16.8609 4.00632C16.7783 3.76785 16.5812 3.58694 16.3366 3.52492C15.6278 3.34523 14.8855 3.24988 14.1218 3.24988Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-moon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5163 2.04299C10.6958 2.27652 10.722 2.59348 10.5832 2.85329C9.99927 3.94693 9.66792 5.1961 9.66792 6.52489C9.66792 10.8367 13.1633 14.3321 17.4751 14.3321C18.8039 14.3321 20.0531 14.0008 21.1467 13.4168C21.4065 13.2781 21.7235 13.3043 21.957 13.4837C22.1906 13.6632 22.2974 13.9628 22.2302 14.2495C21.1556 18.835 17.0409 22.25 12.1269 22.25C6.39589 22.25 1.75 17.6041 1.75 11.8732C1.75 6.95909 5.16505 2.84448 9.7505 1.76982C10.0373 1.70261 10.3368 1.80947 10.5163 2.04299Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5163 2.04299C10.6958 2.27652 10.722 2.59348 10.5832 2.85329C9.99927 3.94693 9.66792 5.1961 9.66792 6.52489C9.66792 10.8367 13.1633 14.3321 17.4751 14.3321C18.8039 14.3321 20.0531 14.0008 21.1467 13.4168C21.4065 13.2781 21.7235 13.3043 21.957 13.4837C22.1906 13.6632 22.2974 13.9628 22.2302 14.2495C21.1556 18.835 17.0409 22.25 12.1269 22.25C6.39589 22.25 1.75 17.6041 1.75 11.8732C1.75 6.95909 5.16505 2.84448 9.7505 1.76982C10.0373 1.70261 10.3368 1.80947 10.5163 2.04299Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-moonset{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5059 3C20.5059 2.44772 20.0581 2 19.5059 2C18.9536 2 18.5059 2.44772 18.5059 3L18.5059 6.50004L17.9116 6.50002C17.736 6.49989 17.5203 6.49974 17.3439 6.52181L17.3405 6.52223C17.2141 6.538 16.638 6.60983 16.3637 7.17543C16.0887 7.74225 16.3907 8.24239 16.456 8.3506L16.7951 8.81908C17.0897 9.19491 17.4954 9.70937 17.8759 10.1004C18.0657 10.2955 18.283 10.4967 18.5139 10.6556C18.7191 10.7968 19.0693 11 19.5 11C19.9307 11 20.2809 10.7968 20.4861 10.6556C20.717 10.4967 20.9343 10.2955 21.1241 10.1004C21.5046 9.70937 21.9102 9.19492 22.2049 8.81909L22.544 8.35059C22.6093 8.24239 22.9113 7.74225 22.6363 7.17543C22.362 6.60983 21.7859 6.53799 21.6595 6.52223L21.6561 6.52181C21.4797 6.49974 21.264 6.49989 21.0884 6.50002L20.5059 6.50004L20.5059 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.43061 5.44888C8.40635 4.23802 10.6603 3.97246 12.7162 4.52557C12.9534 4.58937 13.1443 4.76527 13.2273 4.99644C13.3103 5.22761 13.2748 5.48476 13.1323 5.68483C11.8972 7.4195 11.6832 9.84934 12.7741 11.8551C13.8608 13.853 15.9171 14.84 17.9014 14.5783C18.1496 14.5455 18.3977 14.6388 18.5629 14.8268C18.7281 15.0148 18.7887 15.2729 18.7243 15.5148C18.4466 16.5579 17.9881 17.5503 17.3612 18.4339C17.2206 18.6322 16.9926 18.75 16.7495 18.75H4.54045C4.29721 18.75 4.06907 18.632 3.92846 18.4335C3.72605 18.1478 3.53804 17.8465 3.36596 17.5301C1.07397 13.316 2.41796 7.9081 6.43061 5.44888Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21C1 20.4477 1.44772 20 2 20H22C22.5523 20 23 20.4477 23 21C23 21.5523 22.5523 22 22 22H2C1.44772 22 1 21.5523 1 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5059 3C20.5059 2.44772 20.0581 2 19.5059 2C18.9536 2 18.5059 2.44772 18.5059 3L18.5059 6.50004L17.9116 6.50002C17.736 6.49989 17.5203 6.49974 17.3439 6.52181L17.3405 6.52223C17.2141 6.538 16.638 6.60983 16.3637 7.17543C16.0887 7.74225 16.3907 8.24239 16.456 8.3506L16.7951 8.81908C17.0897 9.19491 17.4954 9.70937 17.8759 10.1004C18.0657 10.2955 18.283 10.4967 18.5139 10.6556C18.7191 10.7968 19.0693 11 19.5 11C19.9307 11 20.2809 10.7968 20.4861 10.6556C20.717 10.4967 20.9343 10.2955 21.1241 10.1004C21.5046 9.70937 21.9102 9.19492 22.2049 8.81909L22.544 8.35059C22.6093 8.24239 22.9113 7.74225 22.6363 7.17543C22.362 6.60983 21.7859 6.53799 21.6595 6.52223L21.6561 6.52181C21.4797 6.49974 21.264 6.49989 21.0884 6.50002L20.5059 6.50004L20.5059 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.43061 5.44888C8.40635 4.23802 10.6603 3.97246 12.7162 4.52557C12.9534 4.58937 13.1443 4.76527 13.2273 4.99644C13.3103 5.22761 13.2748 5.48476 13.1323 5.68483C11.8972 7.4195 11.6832 9.84934 12.7741 11.8551C13.8608 13.853 15.9171 14.84 17.9014 14.5783C18.1496 14.5455 18.3977 14.6388 18.5629 14.8268C18.7281 15.0148 18.7887 15.2729 18.7243 15.5148C18.4466 16.5579 17.9881 17.5503 17.3612 18.4339C17.2206 18.6322 16.9926 18.75 16.7495 18.75H4.54045C4.29721 18.75 4.06907 18.632 3.92846 18.4335C3.72605 18.1478 3.53804 17.8465 3.36596 17.5301C1.07397 13.316 2.41796 7.9081 6.43061 5.44888Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1 21C1 20.4477 1.44772 20 2 20H22C22.5523 20 23 20.4477 23 21C23 21.5523 22.5523 22 22 22H2C1.44772 22 1 21.5523 1 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-rain-double-drop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.13162 4.24572C7.46793 2.91809 9.53207 2.91809 10.8684 4.24572C11.8525 5.22343 13.0607 6.5734 14.0272 8.12425C14.9888 9.66741 15.75 11.4716 15.75 13.3424C15.75 16.9566 13.0302 20.75 8.5 20.75C3.96978 20.75 1.25 16.9566 1.25 13.3424C1.25 11.4716 2.01121 9.66741 2.97285 8.12425C3.93928 6.5734 5.14752 5.22343 6.13162 4.24572Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6928 5.6681C16.0706 5.03656 15.1548 5.03656 14.5326 5.6681C14.1597 6.04653 13.5571 6.04453 13.1867 5.66362C12.8163 5.28271 12.8182 4.66713 13.1911 4.28869C14.5556 2.90377 16.6698 2.90377 18.0343 4.28869C18.9781 5.24668 20.1417 6.57395 21.0746 8.10337C22.0014 9.62281 22.7502 11.4224 22.7502 13.3051C22.7502 16.9266 20.0799 20.75 15.6127 20.75C15.0871 20.75 14.661 20.3147 14.661 19.7778C14.661 19.2408 15.0871 18.8056 15.6127 18.8056C18.8322 18.8056 20.8468 16.0651 20.8468 13.3051C20.8468 11.9335 20.2926 10.498 19.4592 9.13174C18.6319 7.77547 17.578 6.56655 16.6928 5.6681Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.13162 4.24572C7.46793 2.91809 9.53207 2.91809 10.8684 4.24572C11.8525 5.22343 13.0607 6.5734 14.0272 8.12425C14.9888 9.66741 15.75 11.4716 15.75 13.3424C15.75 16.9566 13.0302 20.75 8.5 20.75C3.96978 20.75 1.25 16.9566 1.25 13.3424C1.25 11.4716 2.01121 9.66741 2.97285 8.12425C3.93928 6.5734 5.14752 5.22343 6.13162 4.24572Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.6928 5.6681C16.0706 5.03656 15.1548 5.03656 14.5326 5.6681C14.1597 6.04653 13.5571 6.04453 13.1867 5.66362C12.8163 5.28271 12.8182 4.66713 13.1911 4.28869C14.5556 2.90377 16.6698 2.90377 18.0343 4.28869C18.9781 5.24668 20.1417 6.57395 21.0746 8.10337C22.0014 9.62281 22.7502 11.4224 22.7502 13.3051C22.7502 16.9266 20.0799 20.75 15.6127 20.75C15.0871 20.75 14.661 20.3147 14.661 19.7778C14.661 19.2408 15.0871 18.8056 15.6127 18.8056C18.8322 18.8056 20.8468 16.0651 20.8468 13.3051C20.8468 11.9335 20.2926 10.498 19.4592 9.13174C18.6319 7.77547 17.578 6.56655 16.6928 5.6681Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-rain-drop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.07766 2.42838C10.7321 0.857205 13.2679 0.857205 14.9223 2.42838C16.2023 3.64397 17.7707 5.31956 19.0237 7.24155C20.2711 9.15491 21.25 11.3797 21.25 13.678C21.25 18.1459 17.7426 22.75 12 22.75C6.25744 22.75 2.75 18.1459 2.75 13.678C2.75 11.3797 3.72892 9.1549 4.97628 7.24155C6.22927 5.31956 7.79766 3.64397 9.07766 2.42838Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.07766 2.42838C10.7321 0.857205 13.2679 0.857205 14.9223 2.42838C16.2023 3.64397 17.7707 5.31956 19.0237 7.24155C20.2711 9.15491 21.25 11.3797 21.25 13.678C21.25 18.1459 17.7426 22.75 12 22.75C6.25744 22.75 2.75 18.1459 2.75 13.678C2.75 11.3797 3.72892 9.1549 4.97628 7.24155C6.22927 5.31956 7.79766 3.64397 9.07766 2.42838Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-rain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.4892 2.45087C17.7771 2.18304 18.2229 2.18304 18.5108 2.45087L18.5122 2.45218L18.5147 2.4545L18.5229 2.46219L18.5516 2.48944C18.5761 2.51278 18.6109 2.54636 18.6546 2.58935C18.7421 2.67527 18.8654 2.79908 19.0126 2.95413C19.3062 3.26334 19.6993 3.70117 20.0942 4.21395C20.4875 4.72459 20.8937 5.32393 21.2044 5.95598C21.5115 6.58095 21.75 7.28776 21.75 8C21.75 9.28885 21.3037 10.2635 20.5457 10.902C19.8099 11.5219 18.8697 11.75 18 11.75C17.1303 11.75 16.1901 11.5219 15.4543 10.902C14.6963 10.2635 14.25 9.28885 14.25 8C14.25 7.28776 14.4885 6.58095 14.7956 5.95598C15.1063 5.32393 15.5125 4.72459 15.9058 4.21395C16.3007 3.70117 16.6938 3.26334 16.9874 2.95413C17.1346 2.79908 17.2579 2.67527 17.3454 2.58935C17.3891 2.54636 17.4239 2.51278 17.4484 2.48944L17.4771 2.46219L17.4853 2.4545L17.4878 2.45218L17.4892 2.45087Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.48916 2.45087C5.77706 2.18304 6.22294 2.18304 6.51084 2.45087L6.51224 2.45218L6.51473 2.4545L6.52292 2.46219L6.55163 2.48944C6.57607 2.51278 6.6109 2.54636 6.65464 2.58935C6.74206 2.67527 6.86535 2.79908 7.01259 2.95413C7.30624 3.26334 7.6993 3.70117 8.09421 4.21395C8.48746 4.72459 8.89375 5.32393 9.20436 5.95598C9.51149 6.58095 9.75 7.28776 9.75 8C9.75 9.28885 9.3037 10.2635 8.54571 10.902C7.80987 11.5219 6.86965 11.75 6 11.75C5.13035 11.75 4.19013 11.5219 3.45429 10.902C2.6963 10.2635 2.25 9.28885 2.25 8C2.25 7.28776 2.48851 6.58095 2.79564 5.95598C3.10625 5.32393 3.51254 4.72459 3.90579 4.21395C4.3007 3.70117 4.69376 3.26334 4.98741 2.95413C5.13465 2.79908 5.25794 2.67527 5.34536 2.58935C5.3891 2.54636 5.42393 2.51278 5.44837 2.48944L5.47708 2.46219L5.48527 2.4545L5.48776 2.45218L5.48916 2.45087Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5108 12.4509C12.2229 12.183 11.7771 12.183 11.4892 12.4509L11.4878 12.4522L11.4853 12.4545L11.4771 12.4622L11.4484 12.4894C11.4239 12.5128 11.3891 12.5464 11.3454 12.5893C11.2579 12.6753 11.1346 12.7991 10.9874 12.9541C10.6938 13.2633 10.3007 13.7012 9.90579 14.214C9.51254 14.7246 9.10625 15.3239 8.79564 15.956C8.48851 16.5809 8.25 17.2878 8.25 18C8.25 19.2888 8.6963 20.2635 9.45429 20.902C10.1901 21.5219 11.1303 21.75 12 21.75C12.8697 21.75 13.8099 21.5219 14.5457 20.902C15.3037 20.2635 15.75 19.2888 15.75 18C15.75 17.2878 15.5115 16.5809 15.2044 15.956C14.8937 15.3239 14.4875 14.7246 14.0942 14.214C13.6993 13.7012 13.3062 13.2633 13.0126 12.9541C12.8654 12.7991 12.7421 12.6753 12.6546 12.5893C12.6109 12.5464 12.5761 12.5128 12.5516 12.4894L12.5229 12.4622L12.5147 12.4545L12.5122 12.4522L12.5108 12.4509Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17.4892 2.45087C17.7771 2.18304 18.2229 2.18304 18.5108 2.45087L18.5122 2.45218L18.5147 2.4545L18.5229 2.46219L18.5516 2.48944C18.5761 2.51278 18.6109 2.54636 18.6546 2.58935C18.7421 2.67527 18.8654 2.79908 19.0126 2.95413C19.3062 3.26334 19.6993 3.70117 20.0942 4.21395C20.4875 4.72459 20.8937 5.32393 21.2044 5.95598C21.5115 6.58095 21.75 7.28776 21.75 8C21.75 9.28885 21.3037 10.2635 20.5457 10.902C19.8099 11.5219 18.8697 11.75 18 11.75C17.1303 11.75 16.1901 11.5219 15.4543 10.902C14.6963 10.2635 14.25 9.28885 14.25 8C14.25 7.28776 14.4885 6.58095 14.7956 5.95598C15.1063 5.32393 15.5125 4.72459 15.9058 4.21395C16.3007 3.70117 16.6938 3.26334 16.9874 2.95413C17.1346 2.79908 17.2579 2.67527 17.3454 2.58935C17.3891 2.54636 17.4239 2.51278 17.4484 2.48944L17.4771 2.46219L17.4853 2.4545L17.4878 2.45218L17.4892 2.45087Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.48916 2.45087C5.77706 2.18304 6.22294 2.18304 6.51084 2.45087L6.51224 2.45218L6.51473 2.4545L6.52292 2.46219L6.55163 2.48944C6.57607 2.51278 6.6109 2.54636 6.65464 2.58935C6.74206 2.67527 6.86535 2.79908 7.01259 2.95413C7.30624 3.26334 7.6993 3.70117 8.09421 4.21395C8.48746 4.72459 8.89375 5.32393 9.20436 5.95598C9.51149 6.58095 9.75 7.28776 9.75 8C9.75 9.28885 9.3037 10.2635 8.54571 10.902C7.80987 11.5219 6.86965 11.75 6 11.75C5.13035 11.75 4.19013 11.5219 3.45429 10.902C2.6963 10.2635 2.25 9.28885 2.25 8C2.25 7.28776 2.48851 6.58095 2.79564 5.95598C3.10625 5.32393 3.51254 4.72459 3.90579 4.21395C4.3007 3.70117 4.69376 3.26334 4.98741 2.95413C5.13465 2.79908 5.25794 2.67527 5.34536 2.58935C5.3891 2.54636 5.42393 2.51278 5.44837 2.48944L5.47708 2.46219L5.48527 2.4545L5.48776 2.45218L5.48916 2.45087Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5108 12.4509C12.2229 12.183 11.7771 12.183 11.4892 12.4509L11.4878 12.4522L11.4853 12.4545L11.4771 12.4622L11.4484 12.4894C11.4239 12.5128 11.3891 12.5464 11.3454 12.5893C11.2579 12.6753 11.1346 12.7991 10.9874 12.9541C10.6938 13.2633 10.3007 13.7012 9.90579 14.214C9.51254 14.7246 9.10625 15.3239 8.79564 15.956C8.48851 16.5809 8.25 17.2878 8.25 18C8.25 19.2888 8.6963 20.2635 9.45429 20.902C10.1901 21.5219 11.1303 21.75 12 21.75C12.8697 21.75 13.8099 21.5219 14.5457 20.902C15.3037 20.2635 15.75 19.2888 15.75 18C15.75 17.2878 15.5115 16.5809 15.2044 15.956C14.8937 15.3239 14.4875 14.7246 14.0942 14.214C13.6993 13.7012 13.3062 13.2633 13.0126 12.9541C12.8654 12.7991 12.7421 12.6753 12.6546 12.5893C12.6109 12.5464 12.5761 12.5128 12.5516 12.4894L12.5229 12.4622L12.5147 12.4545L12.5122 12.4522L12.5108 12.4509Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-rainbow{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.25 18.3333C10.25 16.7393 11.3596 15.4236 12.8382 15.0341C13.2519 13.4214 14.7483 12.25 16.5 12.25C18.4264 12.25 20.0468 13.6691 20.2529 15.531C21.6707 15.8517 22.75 17.0887 22.75 18.6C22.75 20.3613 21.2842 21.75 19.525 21.75H13.75C11.8389 21.75 10.25 20.2419 10.25 18.3333Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 12C1.25 7.16751 5.16751 3.25 10 3.25C14.3385 3.25 17.9395 6.40754 18.6304 10.5499C18.6784 10.8375 18.7023 10.9813 18.6184 11.0547C18.5344 11.1281 18.3817 11.0811 18.0762 10.9869C17.5757 10.8326 17.0456 10.75 16.5 10.75C16.2134 10.75 15.9227 10.7806 15.6325 10.8376C15.0949 8.21922 12.7774 6.25 10 6.25C6.82436 6.25 4.25 8.82436 4.25 12V15.75H2C1.58579 15.75 1.25 15.4142 1.25 15V12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.75 15.75H8C8.41421 15.75 8.75 15.4142 8.75 15V12C8.75 11.3096 9.30964 10.75 10 10.75C10.6904 10.75 11.25 11.3096 11.25 12V12.278C11.25 12.9833 11.25 13.3359 11.3722 13.3875C11.4944 13.4391 11.7682 13.1728 12.316 12.64C12.8453 12.1252 13.4962 11.6641 14.1969 11.3263C13.874 9.29923 12.1179 7.75 10 7.75C7.65279 7.75 5.75 9.65279 5.75 12V15.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.25 18.3333C10.25 16.7393 11.3596 15.4236 12.8382 15.0341C13.2519 13.4214 14.7483 12.25 16.5 12.25C18.4264 12.25 20.0468 13.6691 20.2529 15.531C21.6707 15.8517 22.75 17.0887 22.75 18.6C22.75 20.3613 21.2842 21.75 19.525 21.75H13.75C11.8389 21.75 10.25 20.2419 10.25 18.3333Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.25 12C1.25 7.16751 5.16751 3.25 10 3.25C14.3385 3.25 17.9395 6.40754 18.6304 10.5499C18.6784 10.8375 18.7023 10.9813 18.6184 11.0547C18.5344 11.1281 18.3817 11.0811 18.0762 10.9869C17.5757 10.8326 17.0456 10.75 16.5 10.75C16.2134 10.75 15.9227 10.7806 15.6325 10.8376C15.0949 8.21922 12.7774 6.25 10 6.25C6.82436 6.25 4.25 8.82436 4.25 12V15.75H2C1.58579 15.75 1.25 15.4142 1.25 15V12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.75 15.75H8C8.41421 15.75 8.75 15.4142 8.75 15V12C8.75 11.3096 9.30964 10.75 10 10.75C10.6904 10.75 11.25 11.3096 11.25 12V12.278C11.25 12.9833 11.25 13.3359 11.3722 13.3875C11.4944 13.4391 11.7682 13.1728 12.316 12.64C12.8453 12.1252 13.4962 11.6641 14.1969 11.3263C13.874 9.29923 12.1179 7.75 10 7.75C7.65279 7.75 5.75 9.65279 5.75 12V15.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sailboat-coastal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2661 12.5698C20.6932 12.6546 21.0805 12.8532 21.3629 13.2723C21.6177 13.6503 21.6971 14.0388 21.635 14.4547C21.5867 14.7779 21.4483 15.119 21.3227 15.4285L21.3227 15.4285C20.9739 16.2897 20.3716 17.2389 19.4601 18.0645L19.4294 18.0923C19.1003 18.3906 18.8342 18.6318 18.3559 18.8162C17.8762 19.0011 17.4277 19.0007 16.8717 19.0003L7.12905 19.0003H7.12905C6.57311 19.0007 6.12458 19.0011 5.64493 18.8162C5.16659 18.6318 4.90049 18.3906 4.57143 18.0923L4.54073 18.0645C3.62923 17.2389 3.02691 16.2897 2.67814 15.4285C2.55252 15.119 2.4141 14.7779 2.36582 14.4547C2.30368 14.0388 2.38311 13.6503 2.63785 13.2723C2.92026 12.8532 3.30755 12.6546 3.73469 12.5698C4.08618 12.5 4.51202 12.5001 4.94275 12.5003L19.058 12.5003C19.4888 12.5001 19.9146 12.5 20.2661 12.5698Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0361 1.87776C13.4118 1.63659 13.8325 1.46187 14.3358 1.50752C14.8459 1.55379 15.2233 1.80656 15.5367 2.1223C15.8173 2.40499 16.1029 2.79768 16.4185 3.23172L18.5567 6.17152C18.9581 6.7232 19.3145 7.21311 19.5201 7.62418C19.7365 8.05692 19.9136 8.66223 19.5093 9.23388C19.1525 9.73838 18.5648 9.87885 18.0657 9.93876C17.5527 10.0003 16.8733 10.0003 16.0596 10.0003L10.5767 10.0003C9.52796 10.0003 8.67308 10.0003 8.04724 9.92801C7.47581 9.86198 6.74323 9.70745 6.40007 9.06511C6.21841 8.7251 6.21422 8.3654 6.32577 8.03783C6.42542 7.74521 6.61317 7.48684 6.80599 7.26523C7.18078 6.83447 7.77631 6.32278 8.48358 5.71507L11.881 2.79572L11.881 2.79571C12.3113 2.42588 12.6919 2.09878 13.0361 1.87776Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.001 2.25024C14.5533 2.25024 15.001 2.69796 15.001 3.25024L15.001 13.2502C15.001 13.8025 14.5533 14.2502 14.001 14.2502C13.4487 14.2502 13.001 13.8025 13.001 13.2502L13.001 3.25024C13.001 2.69796 13.4487 2.25024 14.001 2.25024Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 20.5002L21.7504 20.5002C22.3027 20.5002 22.7504 20.948 22.7504 21.5002C22.7504 22.0525 22.3027 22.5002 21.7504 22.5002L2.25 22.5002C1.69772 22.5002 1.25 22.0525 1.25 21.5002C1.25 20.948 1.69771 20.5002 2.25 20.5002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2661 12.5698C20.6932 12.6546 21.0805 12.8532 21.3629 13.2723C21.6177 13.6503 21.6971 14.0388 21.635 14.4547C21.5867 14.7779 21.4483 15.119 21.3227 15.4285L21.3227 15.4285C20.9739 16.2897 20.3716 17.2389 19.4601 18.0645L19.4294 18.0923C19.1003 18.3906 18.8342 18.6318 18.3559 18.8162C17.8762 19.0011 17.4277 19.0007 16.8717 19.0003L7.12905 19.0003H7.12905C6.57311 19.0007 6.12458 19.0011 5.64493 18.8162C5.16659 18.6318 4.90049 18.3906 4.57143 18.0923L4.54073 18.0645C3.62923 17.2389 3.02691 16.2897 2.67814 15.4285C2.55252 15.119 2.4141 14.7779 2.36582 14.4547C2.30368 14.0388 2.38311 13.6503 2.63785 13.2723C2.92026 12.8532 3.30755 12.6546 3.73469 12.5698C4.08618 12.5 4.51202 12.5001 4.94275 12.5003L19.058 12.5003C19.4888 12.5001 19.9146 12.5 20.2661 12.5698Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.0361 1.87776C13.4118 1.63659 13.8325 1.46187 14.3358 1.50752C14.8459 1.55379 15.2233 1.80656 15.5367 2.1223C15.8173 2.40499 16.1029 2.79768 16.4185 3.23172L18.5567 6.17152C18.9581 6.7232 19.3145 7.21311 19.5201 7.62418C19.7365 8.05692 19.9136 8.66223 19.5093 9.23388C19.1525 9.73838 18.5648 9.87885 18.0657 9.93876C17.5527 10.0003 16.8733 10.0003 16.0596 10.0003L10.5767 10.0003C9.52796 10.0003 8.67308 10.0003 8.04724 9.92801C7.47581 9.86198 6.74323 9.70745 6.40007 9.06511C6.21841 8.7251 6.21422 8.3654 6.32577 8.03783C6.42542 7.74521 6.61317 7.48684 6.80599 7.26523C7.18078 6.83447 7.77631 6.32278 8.48358 5.71507L11.881 2.79572L11.881 2.79571C12.3113 2.42588 12.6919 2.09878 13.0361 1.87776Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.001 2.25024C14.5533 2.25024 15.001 2.69796 15.001 3.25024L15.001 13.2502C15.001 13.8025 14.5533 14.2502 14.001 14.2502C13.4487 14.2502 13.001 13.8025 13.001 13.2502L13.001 3.25024C13.001 2.69796 13.4487 2.25024 14.001 2.25024Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.25 20.5002L21.7504 20.5002C22.3027 20.5002 22.7504 20.948 22.7504 21.5002C22.7504 22.0525 22.3027 22.5002 21.7504 22.5002L2.25 22.5002C1.69772 22.5002 1.25 22.0525 1.25 21.5002C1.25 20.948 1.69771 20.5002 2.25 20.5002Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sailboat-offshore{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0928 1.87752C13.4684 1.63635 13.8891 1.46162 14.3924 1.50727C14.9025 1.55354 15.2799 1.80632 15.5934 2.12206C15.874 2.40475 16.1595 2.79744 16.4752 3.23148L18.6134 6.17128C19.0147 6.72295 19.3711 7.21287 19.5767 7.62393C19.7932 8.05668 19.9702 8.66199 19.5659 9.23363C19.2092 9.73813 18.6215 9.8786 18.1224 9.93852C17.6094 10.0001 16.9299 10.0001 16.1163 10L10.6333 10C9.5846 10.0001 8.72972 10.0001 8.10388 9.92776C7.53245 9.86173 6.79987 9.7072 6.45671 9.06487C6.27505 8.72485 6.27086 8.36515 6.38241 8.03759C6.48206 7.74497 6.66981 7.48659 6.86263 7.26498C7.23742 6.83422 7.83295 6.32253 8.54022 5.71483L11.9376 2.79547L11.9376 2.79547C12.3679 2.42563 12.7485 2.09853 13.0928 1.87752Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0576 2.25C14.6099 2.25 15.0576 2.69772 15.0576 3.25L15.0576 13.25C15.0576 13.8023 14.6099 14.25 14.0576 14.25C13.5053 14.25 13.0576 13.8023 13.0576 13.25L13.0576 3.25C13.0576 2.69772 13.5053 2.25 14.0576 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.33341 20.1563C9.39027 20.1881 9.44662 20.2211 9.50246 20.2552L9.64786 20.3442C10.108 20.5721 10.6862 20.55 11.1234 20.2778L11.1301 20.2736L11.1301 20.2737C12.7763 19.2667 14.8758 19.2667 16.522 20.2737L16.5287 20.2778L16.5286 20.2778C16.9866 20.5629 17.6125 20.5681 18.1292 20.2558C19.3813 19.4804 20.906 19.3053 22.2843 19.7138C22.8138 19.8707 23.1159 20.4272 22.9589 20.9568C22.802 21.4863 22.2455 21.7883 21.716 21.6313C20.8622 21.3783 19.9287 21.4927 19.1794 21.9579L19.1713 21.9629L19.1713 21.9629C18.0521 22.6431 16.6148 22.6852 15.4755 21.978C14.4712 21.3652 13.1809 21.3652 12.1766 21.978C11.0774 22.6604 9.65368 22.6737 8.54173 22.0181C8.48872 21.9915 8.42908 21.9558 8.3686 21.9082C7.3747 21.3455 6.13138 21.3669 5.17941 21.9579L5.17132 21.9629L5.1713 21.9629C4.0372 22.6521 2.59845 22.6587 1.47163 21.9572C1.00278 21.6653 0.85932 21.0486 1.15121 20.5798C1.44309 20.1109 2.05979 19.9675 2.52864 20.2594C2.99967 20.5526 3.62605 20.5599 4.12926 20.2558C5.68757 19.2907 7.67367 19.2523 9.27983 20.1267L9.28588 20.1267L9.33341 20.1563Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6227 18.9521C10.5597 18.95 10.4924 18.9406 10.4288 18.9249C10.4072 18.9196 10.3878 18.914 10.3707 18.9085C10.3568 18.904 10.3498 18.9018 10.335 18.8952C10.3203 18.8886 10.3094 18.8823 10.2878 18.8696C8.79875 18.0018 7.0244 17.7805 5.39386 18.2192C5.22852 18.2636 5.14585 18.2859 5.07189 18.2683C4.99794 18.2507 4.94101 18.1997 4.82714 18.0979C3.89655 17.2653 3.30282 16.3558 2.94804 15.4797L2.92716 15.4283C2.80154 15.1187 2.66312 14.7776 2.61484 14.4545C2.5527 14.0386 2.63214 13.65 2.88687 13.272C3.16928 12.853 3.55657 12.6543 3.98371 12.5695C4.3352 12.4997 4.76105 12.4999 5.19177 12.5L19.3031 12.5C19.7335 12.4999 20.1493 12.4998 20.4917 12.5607C20.8962 12.6326 21.2821 12.8019 21.5768 13.1874C21.853 13.5488 21.9376 13.9324 21.9111 14.3327C21.8897 14.6563 21.7912 15.0177 21.6956 15.3683L21.6817 15.4196C21.4786 16.1658 21.1564 16.9955 20.6648 17.7835C20.5945 17.8961 20.5594 17.9524 20.5028 17.9888C20.4461 18.0253 20.3721 18.0349 20.2242 18.0542C19.3538 18.1679 18.5011 18.461 17.7281 18.9382C17.6657 18.975 17.6016 18.9904 17.5463 18.9909C17.4893 18.9914 17.4539 18.9763 17.4384 18.9666L17.4233 18.9573C15.4143 17.7284 12.8689 17.7059 10.8402 18.8896C10.7915 18.9181 10.7671 18.9323 10.7277 18.9427C10.6882 18.9531 10.6722 18.9529 10.6402 18.9525C10.6346 18.9524 10.6287 18.9523 10.6227 18.9521Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0928 1.87752C13.4684 1.63635 13.8891 1.46162 14.3924 1.50727C14.9025 1.55354 15.2799 1.80632 15.5934 2.12206C15.874 2.40475 16.1595 2.79744 16.4752 3.23148L18.6134 6.17128C19.0147 6.72295 19.3711 7.21287 19.5767 7.62393C19.7932 8.05668 19.9702 8.66199 19.5659 9.23363C19.2092 9.73813 18.6215 9.8786 18.1224 9.93852C17.6094 10.0001 16.9299 10.0001 16.1163 10L10.6333 10C9.5846 10.0001 8.72972 10.0001 8.10388 9.92776C7.53245 9.86173 6.79987 9.7072 6.45671 9.06487C6.27505 8.72485 6.27086 8.36515 6.38241 8.03759C6.48206 7.74497 6.66981 7.48659 6.86263 7.26498C7.23742 6.83422 7.83295 6.32253 8.54022 5.71483L11.9376 2.79547L11.9376 2.79547C12.3679 2.42563 12.7485 2.09853 13.0928 1.87752Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0576 2.25C14.6099 2.25 15.0576 2.69772 15.0576 3.25L15.0576 13.25C15.0576 13.8023 14.6099 14.25 14.0576 14.25C13.5053 14.25 13.0576 13.8023 13.0576 13.25L13.0576 3.25C13.0576 2.69772 13.5053 2.25 14.0576 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.33341 20.1563C9.39027 20.1881 9.44662 20.2211 9.50246 20.2552L9.64786 20.3442C10.108 20.5721 10.6862 20.55 11.1234 20.2778L11.1301 20.2736L11.1301 20.2737C12.7763 19.2667 14.8758 19.2667 16.522 20.2737L16.5287 20.2778L16.5286 20.2778C16.9866 20.5629 17.6125 20.5681 18.1292 20.2558C19.3813 19.4804 20.906 19.3053 22.2843 19.7138C22.8138 19.8707 23.1159 20.4272 22.9589 20.9568C22.802 21.4863 22.2455 21.7883 21.716 21.6313C20.8622 21.3783 19.9287 21.4927 19.1794 21.9579L19.1713 21.9629L19.1713 21.9629C18.0521 22.6431 16.6148 22.6852 15.4755 21.978C14.4712 21.3652 13.1809 21.3652 12.1766 21.978C11.0774 22.6604 9.65368 22.6737 8.54173 22.0181C8.48872 21.9915 8.42908 21.9558 8.3686 21.9082C7.3747 21.3455 6.13138 21.3669 5.17941 21.9579L5.17132 21.9629L5.1713 21.9629C4.0372 22.6521 2.59845 22.6587 1.47163 21.9572C1.00278 21.6653 0.85932 21.0486 1.15121 20.5798C1.44309 20.1109 2.05979 19.9675 2.52864 20.2594C2.99967 20.5526 3.62605 20.5599 4.12926 20.2558C5.68757 19.2907 7.67367 19.2523 9.27983 20.1267L9.28588 20.1267L9.33341 20.1563Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.6227 18.9521C10.5597 18.95 10.4924 18.9406 10.4288 18.9249C10.4072 18.9196 10.3878 18.914 10.3707 18.9085C10.3568 18.904 10.3498 18.9018 10.335 18.8952C10.3203 18.8886 10.3094 18.8823 10.2878 18.8696C8.79875 18.0018 7.0244 17.7805 5.39386 18.2192C5.22852 18.2636 5.14585 18.2859 5.07189 18.2683C4.99794 18.2507 4.94101 18.1997 4.82714 18.0979C3.89655 17.2653 3.30282 16.3558 2.94804 15.4797L2.92716 15.4283C2.80154 15.1187 2.66312 14.7776 2.61484 14.4545C2.5527 14.0386 2.63214 13.65 2.88687 13.272C3.16928 12.853 3.55657 12.6543 3.98371 12.5695C4.3352 12.4997 4.76105 12.4999 5.19177 12.5L19.3031 12.5C19.7335 12.4999 20.1493 12.4998 20.4917 12.5607C20.8962 12.6326 21.2821 12.8019 21.5768 13.1874C21.853 13.5488 21.9376 13.9324 21.9111 14.3327C21.8897 14.6563 21.7912 15.0177 21.6956 15.3683L21.6817 15.4196C21.4786 16.1658 21.1564 16.9955 20.6648 17.7835C20.5945 17.8961 20.5594 17.9524 20.5028 17.9888C20.4461 18.0253 20.3721 18.0349 20.2242 18.0542C19.3538 18.1679 18.5011 18.461 17.7281 18.9382C17.6657 18.975 17.6016 18.9904 17.5463 18.9909C17.4893 18.9914 17.4539 18.9763 17.4384 18.9666L17.4233 18.9573C15.4143 17.7284 12.8689 17.7059 10.8402 18.8896C10.7915 18.9181 10.7671 18.9323 10.7277 18.9427C10.6882 18.9531 10.6722 18.9529 10.6402 18.9525C10.6346 18.9524 10.6287 18.9523 10.6227 18.9521Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-slow-winds{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.396 6.42333C15.4159 7.16837 16.8094 7.20935 17.8601 6.44194C18.6471 5.87682 19.629 5.87748 20.4155 6.44393C20.8637 6.76669 21.4886 6.66504 21.8114 6.21689C22.1341 5.76873 22.0325 5.14378 21.5843 4.82102C20.0988 3.75113 18.174 3.75113 16.6885 4.82102L16.6817 4.8259L16.6817 4.82593C16.3637 5.05901 15.9233 5.06307 15.5744 4.80733L15.5676 4.80239L15.5676 4.80242C14.0863 3.73561 12.1609 3.72928 10.6878 4.80294C10.3303 5.05689 9.91926 5.04787 9.5911 4.80733C9.14566 4.48084 8.51988 4.57726 8.19338 5.0227C7.86689 5.46814 7.96331 6.09392 8.40875 6.42042C9.45006 7.18368 10.8092 7.17533 11.8548 6.42713L11.8631 6.42124L11.863 6.4212C12.6279 5.86214 13.6064 5.85635 14.396 6.42333Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.74505 8.55965C10.5805 9.14331 11.6289 9.14322 12.4206 8.58032C12.8707 8.26028 13.495 8.36572 13.8151 8.81582C14.1351 9.26593 14.0297 9.89025 13.5796 10.2103C12.0697 11.2838 10.0956 11.2472 8.59469 10.1957L8.59467 10.1957L8.58792 10.1909C8.23085 9.93634 7.76932 9.93634 7.41225 10.1909L7.41227 10.191L7.40548 10.1957C5.89263 11.2556 3.93915 11.2556 2.42631 10.1957C1.97398 9.87882 1.86419 9.25525 2.18107 8.80292C2.49796 8.3506 3.12154 8.2408 3.57386 8.55769C4.39686 9.13427 5.43166 9.13491 6.25514 8.55964C7.30522 7.81343 8.69497 7.81344 9.74505 8.55965Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.4127 15.4328C15.4481 16.1891 16.8247 16.1891 17.8601 15.4328C18.6471 14.8676 19.629 14.8683 20.4155 15.4347C20.8636 15.7575 21.4886 15.6559 21.8114 15.2077C22.1341 14.7596 22.0325 14.1346 21.5844 13.8119C20.0988 12.7419 18.174 12.7419 16.6885 13.8119L16.6817 13.8167L16.6817 13.8168C16.3484 14.0611 15.9244 14.0611 15.5911 13.8168L15.5844 13.8118L15.5844 13.8119C14.1127 12.7519 12.1704 12.7132 10.6877 13.7938C10.3303 14.0477 9.91928 14.0387 9.59112 13.7982C9.14569 13.4717 8.51991 13.5681 8.1934 14.0135C7.86689 14.4589 7.9633 15.0847 8.40873 15.4112C9.45005 16.1745 10.8092 16.1662 11.8548 15.4179L11.8631 15.412L11.863 15.412C12.6185 14.8598 13.6135 14.8588 14.4127 15.4328Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.74505 17.5597C10.5805 18.1433 11.6289 18.1432 12.4206 17.5803C12.8707 17.2603 13.495 17.3657 13.8151 17.8158C14.1351 18.2659 14.0297 18.8902 13.5796 19.2103C12.0697 20.2838 10.0956 20.2472 8.59469 19.1957L8.59467 19.1957L8.58792 19.1909C8.23085 18.9363 7.76932 18.9363 7.41225 19.1909L7.41227 19.191L7.40548 19.1957C5.89263 20.2556 3.93915 20.2556 2.42631 19.1957C1.97398 18.8788 1.86419 18.2553 2.18107 17.8029C2.49796 17.3506 3.12154 17.2408 3.57386 17.5577C4.39686 18.1343 5.43166 18.1349 6.25514 17.5596C7.30522 16.8134 8.69497 16.8134 9.74505 17.5597Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.396 6.42333C15.4159 7.16837 16.8094 7.20935 17.8601 6.44194C18.6471 5.87682 19.629 5.87748 20.4155 6.44393C20.8637 6.76669 21.4886 6.66504 21.8114 6.21689C22.1341 5.76873 22.0325 5.14378 21.5843 4.82102C20.0988 3.75113 18.174 3.75113 16.6885 4.82102L16.6817 4.8259L16.6817 4.82593C16.3637 5.05901 15.9233 5.06307 15.5744 4.80733L15.5676 4.80239L15.5676 4.80242C14.0863 3.73561 12.1609 3.72928 10.6878 4.80294C10.3303 5.05689 9.91926 5.04787 9.5911 4.80733C9.14566 4.48084 8.51988 4.57726 8.19338 5.0227C7.86689 5.46814 7.96331 6.09392 8.40875 6.42042C9.45006 7.18368 10.8092 7.17533 11.8548 6.42713L11.8631 6.42124L11.863 6.4212C12.6279 5.86214 13.6064 5.85635 14.396 6.42333Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.74505 8.55965C10.5805 9.14331 11.6289 9.14322 12.4206 8.58032C12.8707 8.26028 13.495 8.36572 13.8151 8.81582C14.1351 9.26593 14.0297 9.89025 13.5796 10.2103C12.0697 11.2838 10.0956 11.2472 8.59469 10.1957L8.59467 10.1957L8.58792 10.1909C8.23085 9.93634 7.76932 9.93634 7.41225 10.1909L7.41227 10.191L7.40548 10.1957C5.89263 11.2556 3.93915 11.2556 2.42631 10.1957C1.97398 9.87882 1.86419 9.25525 2.18107 8.80292C2.49796 8.3506 3.12154 8.2408 3.57386 8.55769C4.39686 9.13427 5.43166 9.13491 6.25514 8.55964C7.30522 7.81343 8.69497 7.81344 9.74505 8.55965Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.4127 15.4328C15.4481 16.1891 16.8247 16.1891 17.8601 15.4328C18.6471 14.8676 19.629 14.8683 20.4155 15.4347C20.8636 15.7575 21.4886 15.6559 21.8114 15.2077C22.1341 14.7596 22.0325 14.1346 21.5844 13.8119C20.0988 12.7419 18.174 12.7419 16.6885 13.8119L16.6817 13.8167L16.6817 13.8168C16.3484 14.0611 15.9244 14.0611 15.5911 13.8168L15.5844 13.8118L15.5844 13.8119C14.1127 12.7519 12.1704 12.7132 10.6877 13.7938C10.3303 14.0477 9.91928 14.0387 9.59112 13.7982C9.14569 13.4717 8.51991 13.5681 8.1934 14.0135C7.86689 14.4589 7.9633 15.0847 8.40873 15.4112C9.45005 16.1745 10.8092 16.1662 11.8548 15.4179L11.8631 15.412L11.863 15.412C12.6185 14.8598 13.6135 14.8588 14.4127 15.4328Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.74505 17.5597C10.5805 18.1433 11.6289 18.1432 12.4206 17.5803C12.8707 17.2603 13.495 17.3657 13.8151 17.8158C14.1351 18.2659 14.0297 18.8902 13.5796 19.2103C12.0697 20.2838 10.0956 20.2472 8.59469 19.1957L8.59467 19.1957L8.58792 19.1909C8.23085 18.9363 7.76932 18.9363 7.41225 19.1909L7.41227 19.191L7.40548 19.1957C5.89263 20.2556 3.93915 20.2556 2.42631 19.1957C1.97398 18.8788 1.86419 18.2553 2.18107 17.8029C2.49796 17.3506 3.12154 17.2408 3.57386 17.5577C4.39686 18.1343 5.43166 18.1349 6.25514 17.5596C7.30522 16.8134 8.69497 16.8134 9.74505 17.5597Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-snow{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6163 2.01223C15.1617 1.92577 15.674 2.29786 15.7605 2.84334L15.9283 3.90193C16.1477 5.2862 16.2949 5.19888 17.5841 4.72402L18.6544 4.32979C19.1727 4.1389 19.7475 4.40428 19.9384 4.92252C20.1293 5.44077 19.8639 6.01564 19.3457 6.20653L18.2193 6.62141C17.6586 6.82801 17.1511 7.015 16.7293 7.11222C16.6033 7.14125 16.4684 7.16654 16.3275 7.18127C16.1261 7.20233 16.0254 7.21286 15.9652 7.25177C15.905 7.29068 15.8627 7.36308 15.7783 7.50788L14.2676 10.0979C14.0338 10.4986 13.9169 10.699 14.0034 10.8496C14.0899 11.0002 14.3219 11.0002 14.7858 11.0002H17.7511C17.8998 11.0002 17.9742 11.0002 18.0335 10.9731C18.0928 10.9461 18.1502 10.8799 18.2652 10.7475C18.3048 10.7018 18.3447 10.6585 18.3842 10.6175C18.668 10.3225 19.0681 10.0054 19.4994 9.66354L20.3787 8.96632C20.8115 8.62319 21.4405 8.69585 21.7836 9.12861C22.1267 9.56137 22.0541 10.1903 21.6213 10.5335L20.7902 11.1925C19.772 11.9998 19.772 12 20.7902 12.8073L21.6213 13.4663C22.0541 13.8095 22.1267 14.4384 21.7836 14.8712C21.4405 15.304 20.8115 15.3766 20.3787 15.0335L19.5476 14.3745C19.5315 14.3617 19.5154 14.349 19.4994 14.3363C19.0681 13.9944 18.668 13.6773 18.3842 13.3823C18.3449 13.3414 18.305 13.2983 18.2655 13.2528C18.1506 13.1204 18.0932 13.0543 18.0339 13.0272C17.9746 13.0002 17.9002 13.0002 17.7515 13.0002H14.786C14.322 13.0002 14.09 13.0002 14.0035 13.1508C13.917 13.3014 14.0339 13.5017 14.2677 13.9025L15.8075 16.5422C15.881 16.6681 15.9178 16.7311 15.97 16.7685C16.0222 16.8058 16.106 16.8227 16.2734 16.8566C16.3247 16.8669 16.3745 16.8783 16.4226 16.8902C16.8227 16.9893 17.3008 17.1788 17.8168 17.3833L18.8683 17.7998C19.3818 18.0032 19.6332 18.5844 19.4298 19.0978C19.2263 19.6113 18.6452 19.8626 18.1317 19.6592L17.1376 19.2654C15.8776 18.7663 15.9106 18.7799 15.7175 20.0872L15.5611 21.146C15.4804 21.6924 14.9721 22.0699 14.4257 21.9892C13.8794 21.9085 13.5019 21.4001 13.5826 20.8538L13.7479 19.7341C13.8291 19.1843 13.9042 18.6753 14.0184 18.279C14.0373 18.2137 14.0586 18.1462 14.0831 18.0776C14.1438 17.9077 14.1742 17.8227 14.1681 17.7566C14.162 17.6904 14.1236 17.6247 14.0469 17.4932L12.5185 14.8731C12.2878 14.4778 12.1725 14.2801 12.0002 14.2801C11.8279 14.2801 11.7126 14.4777 11.482 14.8731L9.79084 17.7718C9.73171 17.8732 9.70214 17.9239 9.69263 17.9753C9.68985 17.9903 9.68861 18.0012 9.68792 18.0164C9.68559 18.0687 9.70541 18.1327 9.74505 18.2605C9.86914 18.6609 9.95039 19.1739 10.0371 19.7213C10.0404 19.7424 10.0438 19.7636 10.0471 19.7848L10.2149 20.8433C10.3014 21.3888 9.9293 21.9011 9.38382 21.9876C8.83835 22.074 8.32606 21.7019 8.23959 21.1565L8.07178 20.0979C7.85235 18.7136 7.70521 18.8009 6.41599 19.2758L5.34567 19.67C4.82742 19.8609 4.25255 19.5955 4.06167 19.0773C3.87078 18.559 4.13616 17.9842 4.65441 17.7933L5.78079 17.3784C6.3415 17.1718 6.84901 16.9848 7.27081 16.8876C7.39682 16.8585 7.53179 16.8332 7.67278 16.8185C7.87416 16.7975 7.97485 16.7869 8.03509 16.748C8.09533 16.7091 8.13757 16.6367 8.22204 16.4919L9.73271 13.9025C9.96653 13.5018 10.0834 13.3014 9.99694 13.1508C9.91046 13.0002 9.67846 13.0002 9.21446 13.0002H6.24853C6.09984 13.0002 6.0255 13.0002 5.96619 13.0272C5.90689 13.0543 5.84944 13.1204 5.73454 13.2528C5.69503 13.2983 5.65522 13.3414 5.6159 13.3823C5.33203 13.6773 4.93197 13.9944 4.50064 14.3363C4.48463 14.349 4.46857 14.3617 4.45248 14.3745L3.62133 15.0335C3.18858 15.3766 2.55959 15.304 2.21646 14.8712C1.87333 14.4384 1.94599 13.8095 2.37875 13.4663L3.20989 12.8073C4.22809 12 4.22809 11.9998 3.20989 11.1925L2.37875 10.5335C1.94599 10.1903 1.87333 9.56137 2.21646 9.12861C2.55959 8.69585 3.18857 8.62319 3.62133 8.96632L4.45248 9.62533C4.46858 9.6381 4.48463 9.65082 4.50065 9.66352C4.93197 10.0054 5.33203 10.3225 5.6159 10.6175C5.65534 10.6585 5.69528 10.7018 5.73491 10.7475C5.84984 10.8799 5.9073 10.9461 5.96661 10.9731C6.02593 11.0002 6.10029 11.0002 6.24903 11.0002H9.21459C9.67857 11.0002 9.91056 11.0002 9.99705 10.8496C10.0835 10.699 9.96664 10.4986 9.73285 10.0979L8.1927 7.45765C8.11922 7.33169 8.08248 7.26871 8.03025 7.23135C7.97802 7.19398 7.89427 7.17708 7.72677 7.14327C7.67547 7.13291 7.62563 7.12153 7.57746 7.1096C7.16259 7.00683 6.66391 6.80693 6.12591 6.59381L5.13175 6.19999C4.61828 5.99659 4.36693 5.41545 4.57033 4.90199C4.77373 4.38852 5.35487 4.13717 5.86833 4.34057L6.86249 4.73439C8.08577 5.21898 8.0846 5.25307 8.28259 3.91259L8.43898 2.85379C8.51967 2.30743 9.028 1.92994 9.57436 2.01063C10.1207 2.09133 10.4982 2.59966 10.4175 3.14602C10.3624 3.51926 10.3072 3.8925 10.2521 4.26575C10.171 4.81555 10.0959 5.32454 9.98164 5.72077C9.96282 5.78603 9.94155 5.85349 9.91704 5.92205C9.8563 6.092 9.82593 6.17697 9.83206 6.24309C9.83819 6.30922 9.87654 6.37497 9.95326 6.50648L11.4819 9.12703C11.7126 9.52242 11.8279 9.72011 12.0002 9.72011C12.1725 9.72011 12.2879 9.52241 12.5185 9.12701L14.2092 6.22839C14.2685 6.12685 14.2981 6.07608 14.3076 6.02455C14.3103 6.00968 14.3115 5.99887 14.3122 5.98376C14.3146 5.93142 14.2947 5.86737 14.255 5.73927C14.1309 5.33894 14.0497 4.82589 13.963 4.27848C13.9597 4.25739 13.9563 4.23624 13.953 4.21505L13.7852 3.15647C13.6987 2.61099 14.0708 2.0987 14.6163 2.01223Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6163 2.01223C15.1617 1.92577 15.674 2.29786 15.7605 2.84334L15.9283 3.90193C16.1477 5.2862 16.2949 5.19888 17.5841 4.72402L18.6544 4.32979C19.1727 4.1389 19.7475 4.40428 19.9384 4.92252C20.1293 5.44077 19.8639 6.01564 19.3457 6.20653L18.2193 6.62141C17.6586 6.82801 17.1511 7.015 16.7293 7.11222C16.6033 7.14125 16.4684 7.16654 16.3275 7.18127C16.1261 7.20233 16.0254 7.21286 15.9652 7.25177C15.905 7.29068 15.8627 7.36308 15.7783 7.50788L14.2676 10.0979C14.0338 10.4986 13.9169 10.699 14.0034 10.8496C14.0899 11.0002 14.3219 11.0002 14.7858 11.0002H17.7511C17.8998 11.0002 17.9742 11.0002 18.0335 10.9731C18.0928 10.9461 18.1502 10.8799 18.2652 10.7475C18.3048 10.7018 18.3447 10.6585 18.3842 10.6175C18.668 10.3225 19.0681 10.0054 19.4994 9.66354L20.3787 8.96632C20.8115 8.62319 21.4405 8.69585 21.7836 9.12861C22.1267 9.56137 22.0541 10.1903 21.6213 10.5335L20.7902 11.1925C19.772 11.9998 19.772 12 20.7902 12.8073L21.6213 13.4663C22.0541 13.8095 22.1267 14.4384 21.7836 14.8712C21.4405 15.304 20.8115 15.3766 20.3787 15.0335L19.5476 14.3745C19.5315 14.3617 19.5154 14.349 19.4994 14.3363C19.0681 13.9944 18.668 13.6773 18.3842 13.3823C18.3449 13.3414 18.305 13.2983 18.2655 13.2528C18.1506 13.1204 18.0932 13.0543 18.0339 13.0272C17.9746 13.0002 17.9002 13.0002 17.7515 13.0002H14.786C14.322 13.0002 14.09 13.0002 14.0035 13.1508C13.917 13.3014 14.0339 13.5017 14.2677 13.9025L15.8075 16.5422C15.881 16.6681 15.9178 16.7311 15.97 16.7685C16.0222 16.8058 16.106 16.8227 16.2734 16.8566C16.3247 16.8669 16.3745 16.8783 16.4226 16.8902C16.8227 16.9893 17.3008 17.1788 17.8168 17.3833L18.8683 17.7998C19.3818 18.0032 19.6332 18.5844 19.4298 19.0978C19.2263 19.6113 18.6452 19.8626 18.1317 19.6592L17.1376 19.2654C15.8776 18.7663 15.9106 18.7799 15.7175 20.0872L15.5611 21.146C15.4804 21.6924 14.9721 22.0699 14.4257 21.9892C13.8794 21.9085 13.5019 21.4001 13.5826 20.8538L13.7479 19.7341C13.8291 19.1843 13.9042 18.6753 14.0184 18.279C14.0373 18.2137 14.0586 18.1462 14.0831 18.0776C14.1438 17.9077 14.1742 17.8227 14.1681 17.7566C14.162 17.6904 14.1236 17.6247 14.0469 17.4932L12.5185 14.8731C12.2878 14.4778 12.1725 14.2801 12.0002 14.2801C11.8279 14.2801 11.7126 14.4777 11.482 14.8731L9.79084 17.7718C9.73171 17.8732 9.70214 17.9239 9.69263 17.9753C9.68985 17.9903 9.68861 18.0012 9.68792 18.0164C9.68559 18.0687 9.70541 18.1327 9.74505 18.2605C9.86914 18.6609 9.95039 19.1739 10.0371 19.7213C10.0404 19.7424 10.0438 19.7636 10.0471 19.7848L10.2149 20.8433C10.3014 21.3888 9.9293 21.9011 9.38382 21.9876C8.83835 22.074 8.32606 21.7019 8.23959 21.1565L8.07178 20.0979C7.85235 18.7136 7.70521 18.8009 6.41599 19.2758L5.34567 19.67C4.82742 19.8609 4.25255 19.5955 4.06167 19.0773C3.87078 18.559 4.13616 17.9842 4.65441 17.7933L5.78079 17.3784C6.3415 17.1718 6.84901 16.9848 7.27081 16.8876C7.39682 16.8585 7.53179 16.8332 7.67278 16.8185C7.87416 16.7975 7.97485 16.7869 8.03509 16.748C8.09533 16.7091 8.13757 16.6367 8.22204 16.4919L9.73271 13.9025C9.96653 13.5018 10.0834 13.3014 9.99694 13.1508C9.91046 13.0002 9.67846 13.0002 9.21446 13.0002H6.24853C6.09984 13.0002 6.0255 13.0002 5.96619 13.0272C5.90689 13.0543 5.84944 13.1204 5.73454 13.2528C5.69503 13.2983 5.65522 13.3414 5.6159 13.3823C5.33203 13.6773 4.93197 13.9944 4.50064 14.3363C4.48463 14.349 4.46857 14.3617 4.45248 14.3745L3.62133 15.0335C3.18858 15.3766 2.55959 15.304 2.21646 14.8712C1.87333 14.4384 1.94599 13.8095 2.37875 13.4663L3.20989 12.8073C4.22809 12 4.22809 11.9998 3.20989 11.1925L2.37875 10.5335C1.94599 10.1903 1.87333 9.56137 2.21646 9.12861C2.55959 8.69585 3.18857 8.62319 3.62133 8.96632L4.45248 9.62533C4.46858 9.6381 4.48463 9.65082 4.50065 9.66352C4.93197 10.0054 5.33203 10.3225 5.6159 10.6175C5.65534 10.6585 5.69528 10.7018 5.73491 10.7475C5.84984 10.8799 5.9073 10.9461 5.96661 10.9731C6.02593 11.0002 6.10029 11.0002 6.24903 11.0002H9.21459C9.67857 11.0002 9.91056 11.0002 9.99705 10.8496C10.0835 10.699 9.96664 10.4986 9.73285 10.0979L8.1927 7.45765C8.11922 7.33169 8.08248 7.26871 8.03025 7.23135C7.97802 7.19398 7.89427 7.17708 7.72677 7.14327C7.67547 7.13291 7.62563 7.12153 7.57746 7.1096C7.16259 7.00683 6.66391 6.80693 6.12591 6.59381L5.13175 6.19999C4.61828 5.99659 4.36693 5.41545 4.57033 4.90199C4.77373 4.38852 5.35487 4.13717 5.86833 4.34057L6.86249 4.73439C8.08577 5.21898 8.0846 5.25307 8.28259 3.91259L8.43898 2.85379C8.51967 2.30743 9.028 1.92994 9.57436 2.01063C10.1207 2.09133 10.4982 2.59966 10.4175 3.14602C10.3624 3.51926 10.3072 3.8925 10.2521 4.26575C10.171 4.81555 10.0959 5.32454 9.98164 5.72077C9.96282 5.78603 9.94155 5.85349 9.91704 5.92205C9.8563 6.092 9.82593 6.17697 9.83206 6.24309C9.83819 6.30922 9.87654 6.37497 9.95326 6.50648L11.4819 9.12703C11.7126 9.52242 11.8279 9.72011 12.0002 9.72011C12.1725 9.72011 12.2879 9.52241 12.5185 9.12701L14.2092 6.22839C14.2685 6.12685 14.2981 6.07608 14.3076 6.02455C14.3103 6.00968 14.3115 5.99887 14.3122 5.98376C14.3146 5.93142 14.2947 5.86737 14.255 5.73927C14.1309 5.33894 14.0497 4.82589 13.963 4.27848C13.9597 4.25739 13.9563 4.23624 13.953 4.21505L13.7852 3.15647C13.6987 2.61099 14.0708 2.0987 14.6163 2.01223Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-soil-moisture-field{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.56775 2.61157C7.71665 3.08746 8.63248 3.99464 9.11959 5.13743C9.40816 4.87534 9.74213 4.66211 10.1092 4.51008C10.4608 4.36442 10.8298 4.30509 11.2399 4.27711C11.6374 4.24999 12.1248 4.24999 12.7237 4.25H12.7237L12.75 4.25C13.1642 4.25 13.5 4.58579 13.5 5V5.02628V5.02629C13.5 5.62524 13.5 6.1126 13.4729 6.51014C13.4449 6.92021 13.3856 7.28919 13.2399 7.64084C12.8932 8.47801 12.228 9.14315 11.3908 9.48992C11.0392 9.63558 10.6702 9.69491 10.2601 9.72289C9.8626 9.75001 9.37524 9.75001 8.77629 9.75H8.77628H8.72262H8.72259C7.81391 9.75 7.09375 9.75001 6.51032 9.7102C5.91431 9.66953 5.40641 9.58483 4.93225 9.38843C3.76837 8.90633 2.84367 7.98163 2.36157 6.81775C2.16517 6.34359 2.08047 5.83569 2.0398 5.23968C1.99999 4.65625 2 3.93607 2 3.02738V3C2 2.58579 2.33579 2.25 2.75 2.25H2.77738C3.68607 2.25 4.40625 2.24999 4.98968 2.2898C5.58569 2.33047 6.09359 2.41517 6.56775 2.61157Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.75 8C9.30228 8 9.75 8.44772 9.75 9V13H12.75C13.3023 13 13.75 13.4477 13.75 14C13.75 14.5523 13.3023 15 12.75 15H8.75062C8.75042 15 8.75021 15 8.75 15C8.74979 15 8.74958 15 8.74938 15L2.75 15C2.19772 15 1.75 14.5523 1.75 14C1.75 13.4477 2.19772 13 2.75 13L7.75 13V9C7.75 8.44772 8.19772 8 8.75 8ZM1.75 17C1.75 16.4477 2.19772 16 2.75 16L12.75 16C13.3023 16 13.75 16.4477 13.75 17C13.75 17.5523 13.3023 18 12.75 18L2.75 18C2.19772 18 1.75 17.5523 1.75 17ZM1.75 20C1.75 19.4477 2.19772 19 2.75 19H12.75C13.3023 19 13.75 19.4477 13.75 20C13.75 20.5523 13.3023 21 12.75 21H2.75C2.19772 21 1.75 20.5523 1.75 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.7706 14.753C18.4629 14.0823 19.5371 14.0823 20.2294 14.753C20.6223 15.1335 21.1145 15.668 21.513 16.2914C21.9062 16.9066 22.25 17.6736 22.25 18.5034C22.25 20.0851 21.028 21.75 19 21.75C16.972 21.75 15.75 20.0851 15.75 18.5034C15.75 17.6736 16.0938 16.9066 16.487 16.2914C16.8855 15.668 17.3777 15.1335 17.7706 14.753Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.56775 2.61157C7.71665 3.08746 8.63248 3.99464 9.11959 5.13743C9.40816 4.87534 9.74213 4.66211 10.1092 4.51008C10.4608 4.36442 10.8298 4.30509 11.2399 4.27711C11.6374 4.24999 12.1248 4.24999 12.7237 4.25H12.7237L12.75 4.25C13.1642 4.25 13.5 4.58579 13.5 5V5.02628V5.02629C13.5 5.62524 13.5 6.1126 13.4729 6.51014C13.4449 6.92021 13.3856 7.28919 13.2399 7.64084C12.8932 8.47801 12.228 9.14315 11.3908 9.48992C11.0392 9.63558 10.6702 9.69491 10.2601 9.72289C9.8626 9.75001 9.37524 9.75001 8.77629 9.75H8.77628H8.72262H8.72259C7.81391 9.75 7.09375 9.75001 6.51032 9.7102C5.91431 9.66953 5.40641 9.58483 4.93225 9.38843C3.76837 8.90633 2.84367 7.98163 2.36157 6.81775C2.16517 6.34359 2.08047 5.83569 2.0398 5.23968C1.99999 4.65625 2 3.93607 2 3.02738V3C2 2.58579 2.33579 2.25 2.75 2.25H2.77738C3.68607 2.25 4.40625 2.24999 4.98968 2.2898C5.58569 2.33047 6.09359 2.41517 6.56775 2.61157Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.75 8C9.30228 8 9.75 8.44772 9.75 9V13H12.75C13.3023 13 13.75 13.4477 13.75 14C13.75 14.5523 13.3023 15 12.75 15H8.75062C8.75042 15 8.75021 15 8.75 15C8.74979 15 8.74958 15 8.74938 15L2.75 15C2.19772 15 1.75 14.5523 1.75 14C1.75 13.4477 2.19772 13 2.75 13L7.75 13V9C7.75 8.44772 8.19772 8 8.75 8ZM1.75 17C1.75 16.4477 2.19772 16 2.75 16L12.75 16C13.3023 16 13.75 16.4477 13.75 17C13.75 17.5523 13.3023 18 12.75 18L2.75 18C2.19772 18 1.75 17.5523 1.75 17ZM1.75 20C1.75 19.4477 2.19772 19 2.75 19H12.75C13.3023 19 13.75 19.4477 13.75 20C13.75 20.5523 13.3023 21 12.75 21H2.75C2.19772 21 1.75 20.5523 1.75 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.7706 14.753C18.4629 14.0823 19.5371 14.0823 20.2294 14.753C20.6223 15.1335 21.1145 15.668 21.513 16.2914C21.9062 16.9066 22.25 17.6736 22.25 18.5034C22.25 20.0851 21.028 21.75 19 21.75C16.972 21.75 15.75 20.0851 15.75 18.5034C15.75 17.6736 16.0938 16.9066 16.487 16.2914C16.8855 15.668 17.3777 15.1335 17.7706 14.753Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-soil-moisture-global{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.2706 15.753C18.9629 15.0823 20.0371 15.0823 20.7294 15.753C21.1223 16.1335 21.6145 16.668 22.013 17.2914C22.4062 17.9066 22.75 18.6736 22.75 19.5034C22.75 21.0851 21.528 22.75 19.5 22.75C17.472 22.75 16.25 21.0851 16.25 19.5034C16.25 18.6736 16.5938 17.9066 16.987 17.2914C17.3855 16.668 17.8777 16.1335 18.2706 15.753Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 2.22221C1.25 1.68527 1.68754 1.25 2.22728 1.25C5.50118 1.25 8.57993 2.09375 11.2527 3.57532C11.7242 3.83667 11.8935 4.42876 11.6308 4.8978C11.3681 5.36684 10.7729 5.5352 10.3014 5.27386C7.91197 3.94938 5.15972 3.19442 2.22728 3.19442C1.68754 3.19442 1.25 2.75914 1.25 2.22221ZM21.7721 5.13883C13.8667 5.13883 7.24886 10.6326 5.57007 17.9927C5.45063 18.5163 4.92711 18.8445 4.40076 18.7256C3.87441 18.6068 3.54454 18.086 3.66397 17.5624C5.54034 9.33612 12.9341 3.19442 21.7721 3.19442C22.3118 3.19442 22.7494 3.62969 22.7494 4.16662C22.7494 4.70356 22.3118 5.13883 21.7721 5.13883ZM1.25 6.11104C1.25 5.5741 1.68754 5.13883 2.22728 5.13883C4.17938 5.13883 6.04467 5.51894 7.75065 6.20973C8.25056 6.41215 8.49086 6.97941 8.28738 7.47672C8.0839 7.97404 7.51369 8.2131 7.01378 8.01067C5.53779 7.41301 3.92246 7.08325 2.22728 7.08325C1.68754 7.08325 1.25 6.64798 1.25 6.11104ZM21.7712 9.02766C16.0174 9.02766 11.1546 12.8335 9.59259 18.0549C9.43863 18.5695 8.89446 18.8625 8.37715 18.7094C7.85984 18.5562 7.56528 18.0148 7.71924 17.5002C9.52116 11.4771 15.1291 7.08325 21.7712 7.08325C22.3109 7.08325 22.7485 7.51852 22.7485 8.05546C22.7485 8.59239 22.3109 9.02766 21.7712 9.02766ZM1.25 9.99987C1.25 9.46294 1.68754 9.02766 2.22728 9.02766C3.16977 9.02766 4.08534 9.14856 4.95853 9.37613C5.48064 9.5122 5.79302 10.0436 5.65624 10.563C5.51945 11.0824 4.98531 11.3931 4.4632 11.2571C3.75031 11.0713 3.00117 10.9721 2.22728 10.9721C1.68754 10.9721 1.25 10.5368 1.25 9.99987ZM21.7727 12.9165C18.1675 12.9165 15.0668 15.0745 13.7087 18.1668C13.4926 18.6588 12.9165 18.8834 12.4219 18.6684C11.9273 18.4534 11.7015 17.8803 11.9176 17.3883C13.5756 13.6133 17.363 10.9721 21.7727 10.9721C22.3125 10.9721 22.75 11.4074 22.75 11.9443C22.75 12.4812 22.3125 12.9165 21.7727 12.9165Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.2706 15.753C18.9629 15.0823 20.0371 15.0823 20.7294 15.753C21.1223 16.1335 21.6145 16.668 22.013 17.2914C22.4062 17.9066 22.75 18.6736 22.75 19.5034C22.75 21.0851 21.528 22.75 19.5 22.75C17.472 22.75 16.25 21.0851 16.25 19.5034C16.25 18.6736 16.5938 17.9066 16.987 17.2914C17.3855 16.668 17.8777 16.1335 18.2706 15.753Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 2.22221C1.25 1.68527 1.68754 1.25 2.22728 1.25C5.50118 1.25 8.57993 2.09375 11.2527 3.57532C11.7242 3.83667 11.8935 4.42876 11.6308 4.8978C11.3681 5.36684 10.7729 5.5352 10.3014 5.27386C7.91197 3.94938 5.15972 3.19442 2.22728 3.19442C1.68754 3.19442 1.25 2.75914 1.25 2.22221ZM21.7721 5.13883C13.8667 5.13883 7.24886 10.6326 5.57007 17.9927C5.45063 18.5163 4.92711 18.8445 4.40076 18.7256C3.87441 18.6068 3.54454 18.086 3.66397 17.5624C5.54034 9.33612 12.9341 3.19442 21.7721 3.19442C22.3118 3.19442 22.7494 3.62969 22.7494 4.16662C22.7494 4.70356 22.3118 5.13883 21.7721 5.13883ZM1.25 6.11104C1.25 5.5741 1.68754 5.13883 2.22728 5.13883C4.17938 5.13883 6.04467 5.51894 7.75065 6.20973C8.25056 6.41215 8.49086 6.97941 8.28738 7.47672C8.0839 7.97404 7.51369 8.2131 7.01378 8.01067C5.53779 7.41301 3.92246 7.08325 2.22728 7.08325C1.68754 7.08325 1.25 6.64798 1.25 6.11104ZM21.7712 9.02766C16.0174 9.02766 11.1546 12.8335 9.59259 18.0549C9.43863 18.5695 8.89446 18.8625 8.37715 18.7094C7.85984 18.5562 7.56528 18.0148 7.71924 17.5002C9.52116 11.4771 15.1291 7.08325 21.7712 7.08325C22.3109 7.08325 22.7485 7.51852 22.7485 8.05546C22.7485 8.59239 22.3109 9.02766 21.7712 9.02766ZM1.25 9.99987C1.25 9.46294 1.68754 9.02766 2.22728 9.02766C3.16977 9.02766 4.08534 9.14856 4.95853 9.37613C5.48064 9.5122 5.79302 10.0436 5.65624 10.563C5.51945 11.0824 4.98531 11.3931 4.4632 11.2571C3.75031 11.0713 3.00117 10.9721 2.22728 10.9721C1.68754 10.9721 1.25 10.5368 1.25 9.99987ZM21.7727 12.9165C18.1675 12.9165 15.0668 15.0745 13.7087 18.1668C13.4926 18.6588 12.9165 18.8834 12.4219 18.6684C11.9273 18.4534 11.7015 17.8803 11.9176 17.3883C13.5756 13.6133 17.363 10.9721 21.7727 10.9721C22.3125 10.9721 22.75 11.4074 22.75 11.9443C22.75 12.4812 22.3125 12.9165 21.7727 12.9165Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-soil-temperature-field{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.81775 2.11157C7.96665 2.58746 8.88248 3.49464 9.36959 4.63743C9.65816 4.37534 9.99213 4.16211 10.3592 4.01008C10.7108 3.86442 11.0798 3.80509 11.4899 3.77711C11.8874 3.74999 12.3748 3.74999 12.9737 3.75H12.9737L13 3.75C13.4142 3.75 13.75 4.08579 13.75 4.5V4.52628V4.52629C13.75 5.12524 13.75 5.6126 13.7229 6.01014C13.6949 6.42021 13.6356 6.78919 13.4899 7.14084C13.1432 7.97801 12.478 8.64315 11.6408 8.98992C11.2892 9.13558 10.9202 9.19491 10.5101 9.22289C10.1126 9.25001 9.62524 9.25001 9.02629 9.25H9.02628H8.97262H8.97259C8.06391 9.25 7.34375 9.25001 6.76032 9.2102C6.16431 9.16953 5.65641 9.08483 5.18225 8.88843C4.01837 8.40633 3.09367 7.48163 2.61157 6.31775C2.41517 5.84359 2.33047 5.33569 2.2898 4.73968C2.24999 4.15625 2.25 3.43607 2.25 2.52738V2.5C2.25 2.08579 2.58579 1.75 3 1.75H3.02738C3.93607 1.75 4.65625 1.74999 5.23968 1.7898C5.83569 1.83047 6.34359 1.91517 6.81775 2.11157Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 7.5C9.55228 7.5 10 7.94772 10 8.5V12.5H13C13.5523 12.5 14 12.9477 14 13.5C14 14.0523 13.5523 14.5 13 14.5H9.00062C9.00042 14.5 9.00021 14.5 9 14.5C8.99979 14.5 8.99958 14.5 8.99938 14.5L3 14.5C2.44772 14.5 2 14.0523 2 13.5C2 12.9477 2.44772 12.5 3 12.5L8 12.5V8.5C8 7.94772 8.44772 7.5 9 7.5ZM2 16.5C2 15.9477 2.44772 15.5 3 15.5L13 15.5C13.5523 15.5 14 15.9477 14 16.5C14 17.0523 13.5523 17.5 13 17.5L3 17.5C2.44772 17.5 2 17.0523 2 16.5ZM2 19.5C2 18.9477 2.44772 18.5 3 18.5H13C13.5523 18.5 14 18.9477 14 19.5C14 20.0523 13.5523 20.5 13 20.5H3C2.44772 20.5 2 20.0523 2 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 22.25C20.6569 22.25 22 20.9069 22 19.25C22 18.5538 21.7629 17.913 21.365 17.404C20.861 16.7593 20.609 16.4369 20.5545 16.2786C20.5 16.1204 20.5 15.9128 20.5 15.4978V10.75C20.5 9.92157 19.8284 9.25 19 9.25C18.1716 9.25 17.5 9.92157 17.5 10.75V15.4978C17.5 15.9128 17.5 16.1204 17.4455 16.2786C17.391 16.4369 17.139 16.7593 16.635 17.404C16.2371 17.913 16 18.5538 16 19.25C16 20.9069 17.3431 22.25 19 22.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.81775 2.11157C7.96665 2.58746 8.88248 3.49464 9.36959 4.63743C9.65816 4.37534 9.99213 4.16211 10.3592 4.01008C10.7108 3.86442 11.0798 3.80509 11.4899 3.77711C11.8874 3.74999 12.3748 3.74999 12.9737 3.75H12.9737L13 3.75C13.4142 3.75 13.75 4.08579 13.75 4.5V4.52628V4.52629C13.75 5.12524 13.75 5.6126 13.7229 6.01014C13.6949 6.42021 13.6356 6.78919 13.4899 7.14084C13.1432 7.97801 12.478 8.64315 11.6408 8.98992C11.2892 9.13558 10.9202 9.19491 10.5101 9.22289C10.1126 9.25001 9.62524 9.25001 9.02629 9.25H9.02628H8.97262H8.97259C8.06391 9.25 7.34375 9.25001 6.76032 9.2102C6.16431 9.16953 5.65641 9.08483 5.18225 8.88843C4.01837 8.40633 3.09367 7.48163 2.61157 6.31775C2.41517 5.84359 2.33047 5.33569 2.2898 4.73968C2.24999 4.15625 2.25 3.43607 2.25 2.52738V2.5C2.25 2.08579 2.58579 1.75 3 1.75H3.02738C3.93607 1.75 4.65625 1.74999 5.23968 1.7898C5.83569 1.83047 6.34359 1.91517 6.81775 2.11157Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 7.5C9.55228 7.5 10 7.94772 10 8.5V12.5H13C13.5523 12.5 14 12.9477 14 13.5C14 14.0523 13.5523 14.5 13 14.5H9.00062C9.00042 14.5 9.00021 14.5 9 14.5C8.99979 14.5 8.99958 14.5 8.99938 14.5L3 14.5C2.44772 14.5 2 14.0523 2 13.5C2 12.9477 2.44772 12.5 3 12.5L8 12.5V8.5C8 7.94772 8.44772 7.5 9 7.5ZM2 16.5C2 15.9477 2.44772 15.5 3 15.5L13 15.5C13.5523 15.5 14 15.9477 14 16.5C14 17.0523 13.5523 17.5 13 17.5L3 17.5C2.44772 17.5 2 17.0523 2 16.5ZM2 19.5C2 18.9477 2.44772 18.5 3 18.5H13C13.5523 18.5 14 18.9477 14 19.5C14 20.0523 13.5523 20.5 13 20.5H3C2.44772 20.5 2 20.0523 2 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 22.25C20.6569 22.25 22 20.9069 22 19.25C22 18.5538 21.7629 17.913 21.365 17.404C20.861 16.7593 20.609 16.4369 20.5545 16.2786C20.5 16.1204 20.5 15.9128 20.5 15.4978V10.75C20.5 9.92157 19.8284 9.25 19 9.25C18.1716 9.25 17.5 9.92157 17.5 10.75V15.4978C17.5 15.9128 17.5 16.1204 17.4455 16.2786C17.391 16.4369 17.139 16.7593 16.635 17.404C16.2371 17.913 16 18.5538 16 19.25C16 20.9069 17.3431 22.25 19 22.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-soil-temperature-global{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 22.25C20.6569 22.25 22 20.9069 22 19.25C22 18.5538 21.7629 17.913 21.365 17.404C20.861 16.7593 20.609 16.4369 20.5545 16.2786C20.5 16.1204 20.5 15.9128 20.5 15.4978V12.75C20.5 11.9216 19.8284 11.25 19 11.25C18.1716 11.25 17.5 11.9216 17.5 12.75V15.4978C17.5 15.9128 17.5 16.1204 17.4455 16.2786C17.391 16.4369 17.139 16.7593 16.635 17.404C16.2371 17.913 16 18.5538 16 19.25C16 20.9069 17.3431 22.25 19 22.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 2.7222C1.25 2.18527 1.68755 1.75 2.2273 1.75C5.50131 1.75 8.58015 2.59375 11.253 4.07531C11.7245 4.33666 11.8938 4.92875 11.6311 5.39779C11.3684 5.86682 10.7732 6.03519 10.3017 5.77384C7.91217 4.44937 5.15984 3.69441 2.2273 3.69441C1.68755 3.69441 1.25 3.25914 1.25 2.7222ZM21.7727 5.63882C13.8671 5.63882 7.24904 11.1326 5.5702 18.4926C5.45076 19.0162 4.92723 19.3444 4.40086 19.2256C3.87449 19.1068 3.5446 18.586 3.66404 18.0623C5.54047 9.83609 12.9344 3.69441 21.7727 3.69441C22.3124 3.69441 22.75 4.12968 22.75 4.66661C22.75 5.20355 22.3124 5.63882 21.7727 5.63882ZM1.25 6.61102C1.25 6.07409 1.68755 5.63882 2.2273 5.63882C4.17947 5.63882 6.04482 6.01893 7.75084 6.70971C8.25077 6.91214 8.49108 7.47939 8.28759 7.9767C8.08411 8.47402 7.51388 8.71307 7.01396 8.51065C5.53792 7.91299 3.92254 7.58323 2.2273 7.58323C1.68755 7.58323 1.25 7.14796 1.25 6.61102ZM21.7718 9.52764C16.0179 9.52764 11.1549 13.3335 9.59284 18.5548C9.43887 19.0694 8.89469 19.3625 8.37736 19.2093C7.86004 19.0561 7.56547 18.5148 7.71944 18.0002C9.52141 11.977 15.1295 7.58323 21.7718 7.58323C22.3116 7.58323 22.7491 8.0185 22.7491 8.55543C22.7491 9.09237 22.3116 9.52764 21.7718 9.52764ZM1.25 10.4998C1.25 9.96291 1.68755 9.52764 2.2273 9.52764C3.16983 9.52764 4.08542 9.64853 4.95864 9.8761C5.48077 10.0122 5.79316 10.5435 5.65637 11.0629C5.51958 11.5824 4.98543 11.8931 4.4633 11.757C3.75039 11.5712 3.00122 11.472 2.2273 11.472C1.68755 11.472 1.25 11.0368 1.25 10.4998ZM14.542 15.5549C14.9735 15.8774 15.0605 16.4868 14.7363 16.9161C14.3292 17.4551 13.9834 18.0421 13.7091 18.6668C13.493 19.1588 12.9168 19.3834 12.4222 19.1684C11.9276 18.9535 11.7018 18.3803 11.9179 17.8883C12.2537 17.1239 12.6765 16.4064 13.1736 15.7481C13.4978 15.3189 14.1105 15.2323 14.542 15.5549Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 22.25C20.6569 22.25 22 20.9069 22 19.25C22 18.5538 21.7629 17.913 21.365 17.404C20.861 16.7593 20.609 16.4369 20.5545 16.2786C20.5 16.1204 20.5 15.9128 20.5 15.4978V12.75C20.5 11.9216 19.8284 11.25 19 11.25C18.1716 11.25 17.5 11.9216 17.5 12.75V15.4978C17.5 15.9128 17.5 16.1204 17.4455 16.2786C17.391 16.4369 17.139 16.7593 16.635 17.404C16.2371 17.913 16 18.5538 16 19.25C16 20.9069 17.3431 22.25 19 22.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 2.7222C1.25 2.18527 1.68755 1.75 2.2273 1.75C5.50131 1.75 8.58015 2.59375 11.253 4.07531C11.7245 4.33666 11.8938 4.92875 11.6311 5.39779C11.3684 5.86682 10.7732 6.03519 10.3017 5.77384C7.91217 4.44937 5.15984 3.69441 2.2273 3.69441C1.68755 3.69441 1.25 3.25914 1.25 2.7222ZM21.7727 5.63882C13.8671 5.63882 7.24904 11.1326 5.5702 18.4926C5.45076 19.0162 4.92723 19.3444 4.40086 19.2256C3.87449 19.1068 3.5446 18.586 3.66404 18.0623C5.54047 9.83609 12.9344 3.69441 21.7727 3.69441C22.3124 3.69441 22.75 4.12968 22.75 4.66661C22.75 5.20355 22.3124 5.63882 21.7727 5.63882ZM1.25 6.61102C1.25 6.07409 1.68755 5.63882 2.2273 5.63882C4.17947 5.63882 6.04482 6.01893 7.75084 6.70971C8.25077 6.91214 8.49108 7.47939 8.28759 7.9767C8.08411 8.47402 7.51388 8.71307 7.01396 8.51065C5.53792 7.91299 3.92254 7.58323 2.2273 7.58323C1.68755 7.58323 1.25 7.14796 1.25 6.61102ZM21.7718 9.52764C16.0179 9.52764 11.1549 13.3335 9.59284 18.5548C9.43887 19.0694 8.89469 19.3625 8.37736 19.2093C7.86004 19.0561 7.56547 18.5148 7.71944 18.0002C9.52141 11.977 15.1295 7.58323 21.7718 7.58323C22.3116 7.58323 22.7491 8.0185 22.7491 8.55543C22.7491 9.09237 22.3116 9.52764 21.7718 9.52764ZM1.25 10.4998C1.25 9.96291 1.68755 9.52764 2.2273 9.52764C3.16983 9.52764 4.08542 9.64853 4.95864 9.8761C5.48077 10.0122 5.79316 10.5435 5.65637 11.0629C5.51958 11.5824 4.98543 11.8931 4.4633 11.757C3.75039 11.5712 3.00122 11.472 2.2273 11.472C1.68755 11.472 1.25 11.0368 1.25 10.4998ZM14.542 15.5549C14.9735 15.8774 15.0605 16.4868 14.7363 16.9161C14.3292 17.4551 13.9834 18.0421 13.7091 18.6668C13.493 19.1588 12.9168 19.3834 12.4222 19.1684C11.9276 18.9535 11.7018 18.3803 11.9179 17.8883C12.2537 17.1239 12.6765 16.4064 13.1736 15.7481C13.4978 15.3189 14.1105 15.2323 14.542 15.5549Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sparkles{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 1.25C15.3507 1.25 15.6546 1.49305 15.7317 1.83518L16.2704 4.22676C16.6637 5.97278 18.0272 7.33629 19.7732 7.7296L22.1648 8.26833C22.507 8.3454 22.75 8.64929 22.75 9C22.75 9.35071 22.507 9.6546 22.1648 9.73167L19.7732 10.2704C18.0272 10.6637 16.6637 12.0272 16.2704 13.7732L15.7317 16.1648C15.6546 16.507 15.3507 16.75 15 16.75C14.6493 16.75 14.3454 16.507 14.2683 16.1648L13.7296 13.7732C13.3363 12.0272 11.9728 10.6637 10.2268 10.2704L7.83518 9.73167C7.49305 9.6546 7.25 9.35071 7.25 9C7.25 8.64929 7.49305 8.3454 7.83518 8.26833L10.2268 7.7296C11.9728 7.33629 13.3363 5.97278 13.7296 4.22676L14.2683 1.83518C14.3454 1.49305 14.6493 1.25 15 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 11.25C7.35071 11.25 7.6546 11.493 7.73167 11.8352L8.11647 13.5435C8.37923 14.7099 9.29012 15.6208 10.4565 15.8835L12.1648 16.2683C12.507 16.3454 12.75 16.6493 12.75 17C12.75 17.3507 12.507 17.6546 12.1648 17.7317L10.4565 18.1165C9.29012 18.3792 8.37923 19.2901 8.11647 20.4565L7.73167 22.1648C7.6546 22.507 7.35071 22.75 7 22.75C6.64929 22.75 6.3454 22.507 6.26833 22.1648L5.88353 20.4565C5.62077 19.2901 4.70988 18.3792 3.54345 18.1165L1.83518 17.7317C1.49305 17.6546 1.25 17.3507 1.25 17C1.25 16.6493 1.49305 16.3454 1.83518 16.2683L3.54345 15.8835C4.70988 15.6208 5.62077 14.7099 5.88353 13.5435L6.26833 11.8352C6.3454 11.493 6.64929 11.25 7 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 1.25C15.3507 1.25 15.6546 1.49305 15.7317 1.83518L16.2704 4.22676C16.6637 5.97278 18.0272 7.33629 19.7732 7.7296L22.1648 8.26833C22.507 8.3454 22.75 8.64929 22.75 9C22.75 9.35071 22.507 9.6546 22.1648 9.73167L19.7732 10.2704C18.0272 10.6637 16.6637 12.0272 16.2704 13.7732L15.7317 16.1648C15.6546 16.507 15.3507 16.75 15 16.75C14.6493 16.75 14.3454 16.507 14.2683 16.1648L13.7296 13.7732C13.3363 12.0272 11.9728 10.6637 10.2268 10.2704L7.83518 9.73167C7.49305 9.6546 7.25 9.35071 7.25 9C7.25 8.64929 7.49305 8.3454 7.83518 8.26833L10.2268 7.7296C11.9728 7.33629 13.3363 5.97278 13.7296 4.22676L14.2683 1.83518C14.3454 1.49305 14.6493 1.25 15 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 11.25C7.35071 11.25 7.6546 11.493 7.73167 11.8352L8.11647 13.5435C8.37923 14.7099 9.29012 15.6208 10.4565 15.8835L12.1648 16.2683C12.507 16.3454 12.75 16.6493 12.75 17C12.75 17.3507 12.507 17.6546 12.1648 17.7317L10.4565 18.1165C9.29012 18.3792 8.37923 19.2901 8.11647 20.4565L7.73167 22.1648C7.6546 22.507 7.35071 22.75 7 22.75C6.64929 22.75 6.3454 22.507 6.26833 22.1648L5.88353 20.4565C5.62077 19.2901 4.70988 18.3792 3.54345 18.1165L1.83518 17.7317C1.49305 17.6546 1.25 17.3507 1.25 17C1.25 16.6493 1.49305 16.3454 1.83518 16.2683L3.54345 15.8835C4.70988 15.6208 5.62077 14.7099 5.88353 13.5435L6.26833 11.8352C6.3454 11.493 6.64929 11.25 7 11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-stars{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2.25C12.4142 2.25 12.75 2.58579 12.75 3C12.75 5.00608 13.7606 7.07493 15.3428 8.65717C16.9251 10.2394 18.9939 11.25 21 11.25C21.4142 11.25 21.75 11.5858 21.75 12C21.75 12.4142 21.4142 12.75 21 12.75C18.9939 12.75 16.9251 13.7606 15.3428 15.3428C13.7606 16.9251 12.75 18.9939 12.75 21C12.75 21.4142 12.4142 21.75 12 21.75C11.5858 21.75 11.25 21.4142 11.25 21C11.25 18.9939 10.2394 16.9251 8.65717 15.3428C7.07493 13.7606 5.00608 12.75 3 12.75C2.58579 12.75 2.25 12.4142 2.25 12C2.25 11.5858 2.58579 11.25 3 11.25C5.00608 11.25 7.07493 10.2394 8.65717 8.65717C10.2394 7.07493 11.25 5.00608 11.25 3C11.25 2.58579 11.5858 2.25 12 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.25 1.25C19.4635 1.25 19.6484 1.39794 19.6954 1.6062L19.9296 2.64601C20.0895 3.35601 20.644 3.91047 21.354 4.07041L22.3938 4.30464C22.6021 4.35155 22.75 4.53652 22.75 4.75C22.75 4.96348 22.6021 5.14845 22.3938 5.19536L21.354 5.42959C20.644 5.58953 20.0895 6.14398 19.9296 6.85398L19.6954 7.8938C19.6484 8.10206 19.4635 8.25 19.25 8.25C19.0365 8.25 18.8516 8.10206 18.8046 7.8938L18.5704 6.85398C18.4105 6.14398 17.856 5.58953 17.146 5.42959L16.1062 5.19536C15.8979 5.14845 15.75 4.96348 15.75 4.75C15.75 4.53652 15.8979 4.35155 16.1062 4.30464L17.146 4.07041C17.856 3.91047 18.4105 3.35602 18.5704 2.64601L18.8046 1.6062C18.8516 1.39794 19.0365 1.25 19.25 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.75 15.75C4.96348 15.75 5.14845 15.8979 5.19536 16.1062L5.42959 17.146C5.58953 17.856 6.14398 18.4105 6.85398 18.5704L7.8938 18.8046C8.10206 18.8516 8.25 19.0365 8.25 19.25C8.25 19.4635 8.10206 19.6484 7.8938 19.6954L6.85398 19.9296C6.14398 20.0895 5.58953 20.644 5.42959 21.354L5.19536 22.3938C5.14845 22.6021 4.96348 22.75 4.75 22.75C4.53652 22.75 4.35155 22.6021 4.30464 22.3938L4.07041 21.354C3.91047 20.644 3.35602 20.0895 2.64601 19.9296L1.6062 19.6954C1.39794 19.6484 1.25 19.4635 1.25 19.25C1.25 19.0365 1.39794 18.8516 1.6062 18.8046L2.64601 18.5704C3.35602 18.4105 3.91047 17.856 4.07041 17.146L4.30464 16.1062C4.35155 15.8979 4.53652 15.75 4.75 15.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2.25C12.4142 2.25 12.75 2.58579 12.75 3C12.75 5.00608 13.7606 7.07493 15.3428 8.65717C16.9251 10.2394 18.9939 11.25 21 11.25C21.4142 11.25 21.75 11.5858 21.75 12C21.75 12.4142 21.4142 12.75 21 12.75C18.9939 12.75 16.9251 13.7606 15.3428 15.3428C13.7606 16.9251 12.75 18.9939 12.75 21C12.75 21.4142 12.4142 21.75 12 21.75C11.5858 21.75 11.25 21.4142 11.25 21C11.25 18.9939 10.2394 16.9251 8.65717 15.3428C7.07493 13.7606 5.00608 12.75 3 12.75C2.58579 12.75 2.25 12.4142 2.25 12C2.25 11.5858 2.58579 11.25 3 11.25C5.00608 11.25 7.07493 10.2394 8.65717 8.65717C10.2394 7.07493 11.25 5.00608 11.25 3C11.25 2.58579 11.5858 2.25 12 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.25 1.25C19.4635 1.25 19.6484 1.39794 19.6954 1.6062L19.9296 2.64601C20.0895 3.35601 20.644 3.91047 21.354 4.07041L22.3938 4.30464C22.6021 4.35155 22.75 4.53652 22.75 4.75C22.75 4.96348 22.6021 5.14845 22.3938 5.19536L21.354 5.42959C20.644 5.58953 20.0895 6.14398 19.9296 6.85398L19.6954 7.8938C19.6484 8.10206 19.4635 8.25 19.25 8.25C19.0365 8.25 18.8516 8.10206 18.8046 7.8938L18.5704 6.85398C18.4105 6.14398 17.856 5.58953 17.146 5.42959L16.1062 5.19536C15.8979 5.14845 15.75 4.96348 15.75 4.75C15.75 4.53652 15.8979 4.35155 16.1062 4.30464L17.146 4.07041C17.856 3.91047 18.4105 3.35602 18.5704 2.64601L18.8046 1.6062C18.8516 1.39794 19.0365 1.25 19.25 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.75 15.75C4.96348 15.75 5.14845 15.8979 5.19536 16.1062L5.42959 17.146C5.58953 17.856 6.14398 18.4105 6.85398 18.5704L7.8938 18.8046C8.10206 18.8516 8.25 19.0365 8.25 19.25C8.25 19.4635 8.10206 19.6484 7.8938 19.6954L6.85398 19.9296C6.14398 20.0895 5.58953 20.644 5.42959 21.354L5.19536 22.3938C5.14845 22.6021 4.96348 22.75 4.75 22.75C4.53652 22.75 4.35155 22.6021 4.30464 22.3938L4.07041 21.354C3.91047 20.644 3.35602 20.0895 2.64601 19.9296L1.6062 19.6954C1.39794 19.6484 1.25 19.4635 1.25 19.25C1.25 19.0365 1.39794 18.8516 1.6062 18.8046L2.64601 18.5704C3.35602 18.4105 3.91047 17.856 4.07041 17.146L4.30464 16.1062C4.35155 15.8979 4.53652 15.75 4.75 15.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 12C6.5 8.96243 8.96243 6.5 12 6.5C15.0376 6.5 17.5 8.96243 17.5 12C17.5 15.0376 15.0376 17.5 12 17.5C8.96243 17.5 6.5 15.0376 6.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7455 3C10.7455 2.30964 11.3052 1.75 11.9955 1.75H12.0045C12.6948 1.75 13.2545 2.30964 13.2545 3C13.2545 3.69036 12.6948 4.25 12.0045 4.25H11.9955C11.3052 4.25 10.7455 3.69036 10.7455 3ZM17.1088 5.63599C17.1088 4.94563 17.6684 4.38599 18.3588 4.38599H18.3678C19.0581 4.38599 19.6178 4.94563 19.6178 5.63599C19.6178 6.32634 19.0581 6.88599 18.3678 6.88599H18.3588C17.6684 6.88599 17.1088 6.32634 17.1088 5.63599ZM4.38409 5.63647C4.38409 4.94612 4.94373 4.38647 5.63409 4.38647H5.64307C6.33342 4.38647 6.89307 4.94612 6.89307 5.63647C6.89307 6.32683 6.33342 6.88647 5.64307 6.88647H5.63409C4.94373 6.88647 4.38409 6.32683 4.38409 5.63647ZM1.75 12.0006C1.75 11.3102 2.30964 10.7506 3 10.7506H3.00898C3.69933 10.7506 4.25898 11.3102 4.25898 12.0006C4.25898 12.6909 3.69933 13.2506 3.00898 13.2506H3C2.30964 13.2506 1.75 12.6909 1.75 12.0006ZM19.741 12.0006C19.741 11.3102 20.3007 10.7506 20.991 10.7506H21C21.6904 10.7506 22.25 11.3102 22.25 12.0006C22.25 12.6909 21.6904 13.2506 21 13.2506H20.991C20.3007 13.2506 19.741 12.6909 19.741 12.0006ZM4.38409 18.364C4.38409 17.6737 4.94373 17.114 5.63409 17.114H5.64307C6.33342 17.114 6.89307 17.6737 6.89307 18.364C6.89307 19.0544 6.33342 19.614 5.64307 19.614H5.63409C4.94373 19.614 4.38409 19.0544 4.38409 18.364ZM17.1082 18.3645C17.1082 17.6741 17.6679 17.1145 18.3582 17.1145H18.3672C19.0575 17.1145 19.6172 17.6741 19.6172 18.3645C19.6172 19.0549 19.0575 19.6145 18.3672 19.6145H18.3582C17.6679 19.6145 17.1082 19.0549 17.1082 18.3645ZM10.7461 21C10.7461 20.3096 11.3057 19.75 11.9961 19.75H12.0051C12.6954 19.75 13.2551 20.3096 13.2551 21C13.2551 21.6904 12.6954 22.25 12.0051 22.25H11.9961C11.3057 22.25 10.7461 21.6904 10.7461 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 12C6.5 8.96243 8.96243 6.5 12 6.5C15.0376 6.5 17.5 8.96243 17.5 12C17.5 15.0376 15.0376 17.5 12 17.5C8.96243 17.5 6.5 15.0376 6.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.7455 3C10.7455 2.30964 11.3052 1.75 11.9955 1.75H12.0045C12.6948 1.75 13.2545 2.30964 13.2545 3C13.2545 3.69036 12.6948 4.25 12.0045 4.25H11.9955C11.3052 4.25 10.7455 3.69036 10.7455 3ZM17.1088 5.63599C17.1088 4.94563 17.6684 4.38599 18.3588 4.38599H18.3678C19.0581 4.38599 19.6178 4.94563 19.6178 5.63599C19.6178 6.32634 19.0581 6.88599 18.3678 6.88599H18.3588C17.6684 6.88599 17.1088 6.32634 17.1088 5.63599ZM4.38409 5.63647C4.38409 4.94612 4.94373 4.38647 5.63409 4.38647H5.64307C6.33342 4.38647 6.89307 4.94612 6.89307 5.63647C6.89307 6.32683 6.33342 6.88647 5.64307 6.88647H5.63409C4.94373 6.88647 4.38409 6.32683 4.38409 5.63647ZM1.75 12.0006C1.75 11.3102 2.30964 10.7506 3 10.7506H3.00898C3.69933 10.7506 4.25898 11.3102 4.25898 12.0006C4.25898 12.6909 3.69933 13.2506 3.00898 13.2506H3C2.30964 13.2506 1.75 12.6909 1.75 12.0006ZM19.741 12.0006C19.741 11.3102 20.3007 10.7506 20.991 10.7506H21C21.6904 10.7506 22.25 11.3102 22.25 12.0006C22.25 12.6909 21.6904 13.2506 21 13.2506H20.991C20.3007 13.2506 19.741 12.6909 19.741 12.0006ZM4.38409 18.364C4.38409 17.6737 4.94373 17.114 5.63409 17.114H5.64307C6.33342 17.114 6.89307 17.6737 6.89307 18.364C6.89307 19.0544 6.33342 19.614 5.64307 19.614H5.63409C4.94373 19.614 4.38409 19.0544 4.38409 18.364ZM17.1082 18.3645C17.1082 17.6741 17.6679 17.1145 18.3582 17.1145H18.3672C19.0575 17.1145 19.6172 17.6741 19.6172 18.3645C19.6172 19.0549 19.0575 19.6145 18.3672 19.6145H18.3582C17.6679 19.6145 17.1082 19.0549 17.1082 18.3645ZM10.7461 21C10.7461 20.3096 11.3057 19.75 11.9961 19.75H12.0051C12.6954 19.75 13.2551 20.3096 13.2551 21C13.2551 21.6904 12.6954 22.25 12.0051 22.25H11.9961C11.3057 22.25 10.7461 21.6904 10.7461 21Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 12C17.5 15.0376 15.0376 17.5 12 17.5C8.96243 17.5 6.5 15.0376 6.5 12C6.5 8.96243 8.96243 6.5 12 6.5C15.0376 6.5 17.5 8.96243 17.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.7494 1.33793C13.1151 1.75183 13.076 2.38379 12.6621 2.74944C12.637 2.77158 12.5961 2.81566 12.56 2.87298C12.5243 2.92971 12.5079 2.9763 12.5024 3.00623C12.4981 3.02921 12.4998 3.04145 12.5054 3.05691C12.5116 3.07421 12.5407 3.14335 12.6621 3.25058C13.076 3.61624 13.1151 4.24819 12.7494 4.66209C12.3838 5.07599 11.7518 5.1151 11.3379 4.74944C10.6389 4.13189 10.4019 3.36866 10.5355 2.64379C10.6532 2.00512 11.0342 1.51888 11.3379 1.25058C11.7518 0.884922 12.3838 0.924031 12.7494 1.33793ZM5.06449 3.50192C5.61572 3.53603 6.03493 4.01055 6.00082 4.56178C5.99829 4.60253 6.00103 4.67182 6.01824 4.74736C6.03529 4.82221 6.06041 4.87666 6.08374 4.91054C6.10307 4.93859 6.12121 4.95386 6.14735 4.96611C6.17525 4.9792 6.25889 5.01031 6.43824 4.99921C6.98948 4.9651 7.46399 5.3843 7.4981 5.93553C7.53222 6.48676 7.11301 6.96128 6.56178 6.99539C5.5954 7.05519 4.86691 6.66968 4.43666 6.04505C4.05613 5.4926 3.97869 4.85746 4.00463 4.43824C4.03875 3.88701 4.51326 3.46781 5.06449 3.50192ZM17.956 3.9364C18.5081 3.55609 19.1428 3.47871 19.5618 3.50463C20.113 3.53874 20.5322 4.01326 20.4981 4.56449C20.464 5.11572 19.9895 5.53493 19.4382 5.50081C19.3976 5.4983 19.3285 5.50102 19.2531 5.5182C19.1785 5.53521 19.1242 5.56026 19.0905 5.58348C19.0626 5.60269 19.0475 5.62068 19.0353 5.64661C19.0223 5.67431 18.9913 5.75768 19.0023 5.93672C19.0365 6.48795 18.6172 6.96246 18.066 6.99657C17.5148 7.03069 17.0403 6.61148 17.0062 6.06025C16.9464 5.09452 17.3317 4.36643 17.956 3.9364ZM21.3562 10.5355C21.9949 10.6532 22.4811 11.0342 22.7494 11.3379C23.1151 11.7518 23.076 12.3838 22.6621 12.7494C22.2482 13.1151 21.6162 13.076 21.2506 12.6621C21.2284 12.637 21.1844 12.5961 21.127 12.56C21.0703 12.5243 21.0237 12.5079 20.9938 12.5024C20.9708 12.4981 20.9586 12.4998 20.9431 12.5054C20.9258 12.5116 20.8567 12.5407 20.7494 12.6621C20.3838 13.076 19.7518 13.1151 19.3379 12.7494C18.924 12.3838 18.8849 11.7518 19.2506 11.3379C19.8681 10.6389 20.6314 10.4019 21.3562 10.5355ZM1.33793 10.7506C1.75183 10.3849 2.38379 10.424 2.74944 10.8379C2.85667 10.9593 2.92582 10.9884 2.94311 10.9947C2.95857 11.0003 2.97081 11.0019 2.99379 10.9976C3.02372 10.9921 3.07032 10.9757 3.12704 10.94C3.18437 10.904 3.22844 10.863 3.25058 10.8379C3.61624 10.424 4.24819 10.3849 4.66209 10.7506C5.07599 11.1162 5.1151 11.7482 4.74944 12.1621C4.48115 12.4658 3.9949 12.8468 3.35623 12.9645C2.63137 13.0981 1.86813 12.8611 1.25058 12.1621C0.884922 11.7482 0.924031 11.1162 1.33793 10.7506ZM5.43401 16.5019C5.98524 16.4678 6.45975 16.887 6.49386 17.4382C6.51979 17.8572 6.44241 18.4919 6.0621 19.0441C5.63207 19.6684 4.90398 20.0536 3.93824 19.9939C3.38701 19.9598 2.96781 19.4852 3.00192 18.934C3.03603 18.3828 3.51055 17.9636 4.06178 17.9977C4.24081 18.0088 4.32419 17.9777 4.35188 17.9647C4.37781 17.9526 4.3958 17.9374 4.41502 17.9095C4.43824 17.8758 4.46329 17.8216 4.4803 17.7469C4.49747 17.6715 4.5002 17.6024 4.49768 17.5618C4.46357 17.0105 4.88278 16.536 5.43401 16.5019ZM18.2584 18.5184C18.1784 18.5012 18.1042 18.4982 18.0584 18.5009C17.5071 18.5331 17.034 18.1123 17.0017 17.561C16.9695 17.0096 17.3903 16.5365 17.9416 16.5043C18.3498 16.4804 18.9745 16.5509 19.5225 16.9078C20.1475 17.3148 20.5563 18.0241 20.4936 18.9821C20.4576 19.5332 19.9816 19.9507 19.4305 19.9147C18.8794 19.8786 18.4618 19.4026 18.4979 18.8515C18.5079 18.6989 18.4797 18.638 18.4742 18.627C18.4688 18.6161 18.4604 18.6028 18.4311 18.5837C18.3961 18.561 18.3384 18.5356 18.2584 18.5184ZM11.2506 19.3379C11.6162 18.924 12.2482 18.8849 12.6621 19.2506C12.9658 19.5189 13.3468 20.0051 13.4645 20.6438C13.5981 21.3687 13.3611 22.1319 12.6621 22.7494C12.2482 23.1151 11.6162 23.076 11.2506 22.6621C10.8849 22.2482 10.924 21.6162 11.3379 21.2506C11.4593 21.1434 11.4884 21.0742 11.4947 21.0569C11.5003 21.0415 11.5019 21.0292 11.4976 21.0062C11.4921 20.9763 11.4757 20.9297 11.44 20.873C11.404 20.8157 11.363 20.7716 11.3379 20.7494C10.924 20.3838 10.8849 19.7518 11.2506 19.3379Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 12C17.5 15.0376 15.0376 17.5 12 17.5C8.96243 17.5 6.5 15.0376 6.5 12C6.5 8.96243 8.96243 6.5 12 6.5C15.0376 6.5 17.5 8.96243 17.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.7494 1.33793C13.1151 1.75183 13.076 2.38379 12.6621 2.74944C12.637 2.77158 12.5961 2.81566 12.56 2.87298C12.5243 2.92971 12.5079 2.9763 12.5024 3.00623C12.4981 3.02921 12.4998 3.04145 12.5054 3.05691C12.5116 3.07421 12.5407 3.14335 12.6621 3.25058C13.076 3.61624 13.1151 4.24819 12.7494 4.66209C12.3838 5.07599 11.7518 5.1151 11.3379 4.74944C10.6389 4.13189 10.4019 3.36866 10.5355 2.64379C10.6532 2.00512 11.0342 1.51888 11.3379 1.25058C11.7518 0.884922 12.3838 0.924031 12.7494 1.33793ZM5.06449 3.50192C5.61572 3.53603 6.03493 4.01055 6.00082 4.56178C5.99829 4.60253 6.00103 4.67182 6.01824 4.74736C6.03529 4.82221 6.06041 4.87666 6.08374 4.91054C6.10307 4.93859 6.12121 4.95386 6.14735 4.96611C6.17525 4.9792 6.25889 5.01031 6.43824 4.99921C6.98948 4.9651 7.46399 5.3843 7.4981 5.93553C7.53222 6.48676 7.11301 6.96128 6.56178 6.99539C5.5954 7.05519 4.86691 6.66968 4.43666 6.04505C4.05613 5.4926 3.97869 4.85746 4.00463 4.43824C4.03875 3.88701 4.51326 3.46781 5.06449 3.50192ZM17.956 3.9364C18.5081 3.55609 19.1428 3.47871 19.5618 3.50463C20.113 3.53874 20.5322 4.01326 20.4981 4.56449C20.464 5.11572 19.9895 5.53493 19.4382 5.50081C19.3976 5.4983 19.3285 5.50102 19.2531 5.5182C19.1785 5.53521 19.1242 5.56026 19.0905 5.58348C19.0626 5.60269 19.0475 5.62068 19.0353 5.64661C19.0223 5.67431 18.9913 5.75768 19.0023 5.93672C19.0365 6.48795 18.6172 6.96246 18.066 6.99657C17.5148 7.03069 17.0403 6.61148 17.0062 6.06025C16.9464 5.09452 17.3317 4.36643 17.956 3.9364ZM21.3562 10.5355C21.9949 10.6532 22.4811 11.0342 22.7494 11.3379C23.1151 11.7518 23.076 12.3838 22.6621 12.7494C22.2482 13.1151 21.6162 13.076 21.2506 12.6621C21.2284 12.637 21.1844 12.5961 21.127 12.56C21.0703 12.5243 21.0237 12.5079 20.9938 12.5024C20.9708 12.4981 20.9586 12.4998 20.9431 12.5054C20.9258 12.5116 20.8567 12.5407 20.7494 12.6621C20.3838 13.076 19.7518 13.1151 19.3379 12.7494C18.924 12.3838 18.8849 11.7518 19.2506 11.3379C19.8681 10.6389 20.6314 10.4019 21.3562 10.5355ZM1.33793 10.7506C1.75183 10.3849 2.38379 10.424 2.74944 10.8379C2.85667 10.9593 2.92582 10.9884 2.94311 10.9947C2.95857 11.0003 2.97081 11.0019 2.99379 10.9976C3.02372 10.9921 3.07032 10.9757 3.12704 10.94C3.18437 10.904 3.22844 10.863 3.25058 10.8379C3.61624 10.424 4.24819 10.3849 4.66209 10.7506C5.07599 11.1162 5.1151 11.7482 4.74944 12.1621C4.48115 12.4658 3.9949 12.8468 3.35623 12.9645C2.63137 13.0981 1.86813 12.8611 1.25058 12.1621C0.884922 11.7482 0.924031 11.1162 1.33793 10.7506ZM5.43401 16.5019C5.98524 16.4678 6.45975 16.887 6.49386 17.4382C6.51979 17.8572 6.44241 18.4919 6.0621 19.0441C5.63207 19.6684 4.90398 20.0536 3.93824 19.9939C3.38701 19.9598 2.96781 19.4852 3.00192 18.934C3.03603 18.3828 3.51055 17.9636 4.06178 17.9977C4.24081 18.0088 4.32419 17.9777 4.35188 17.9647C4.37781 17.9526 4.3958 17.9374 4.41502 17.9095C4.43824 17.8758 4.46329 17.8216 4.4803 17.7469C4.49747 17.6715 4.5002 17.6024 4.49768 17.5618C4.46357 17.0105 4.88278 16.536 5.43401 16.5019ZM18.2584 18.5184C18.1784 18.5012 18.1042 18.4982 18.0584 18.5009C17.5071 18.5331 17.034 18.1123 17.0017 17.561C16.9695 17.0096 17.3903 16.5365 17.9416 16.5043C18.3498 16.4804 18.9745 16.5509 19.5225 16.9078C20.1475 17.3148 20.5563 18.0241 20.4936 18.9821C20.4576 19.5332 19.9816 19.9507 19.4305 19.9147C18.8794 19.8786 18.4618 19.4026 18.4979 18.8515C18.5079 18.6989 18.4797 18.638 18.4742 18.627C18.4688 18.6161 18.4604 18.6028 18.4311 18.5837C18.3961 18.561 18.3384 18.5356 18.2584 18.5184ZM11.2506 19.3379C11.6162 18.924 12.2482 18.8849 12.6621 19.2506C12.9658 19.5189 13.3468 20.0051 13.4645 20.6438C13.5981 21.3687 13.3611 22.1319 12.6621 22.7494C12.2482 23.1151 11.6162 23.076 11.2506 22.6621C10.8849 22.2482 10.924 21.6162 11.3379 21.2506C11.4593 21.1434 11.4884 21.0742 11.4947 21.0569C11.5003 21.0415 11.5019 21.0292 11.4976 21.0062C11.4921 20.9763 11.4757 20.9297 11.44 20.873C11.404 20.8157 11.363 20.7716 11.3379 20.7494C10.924 20.3838 10.8849 19.7518 11.2506 19.3379Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 12C17.5 15.0376 15.0376 17.5 12 17.5C8.96243 17.5 6.5 15.0376 6.5 12C6.5 8.96243 8.96243 6.5 12 6.5C15.0376 6.5 17.5 8.96243 17.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V3.5C13 4.05228 12.5523 4.5 12 4.5C11.4477 4.5 11 4.05228 11 3.5V2C11 1.44772 11.4477 1 12 1ZM4.22149 4.22149C4.61202 3.83097 5.24518 3.83097 5.6357 4.22149L6.69636 5.28215C7.08689 5.67268 7.08689 6.30584 6.69636 6.69636C6.30584 7.08689 5.67268 7.08689 5.28215 6.69636L4.22149 5.6357C3.83097 5.24518 3.83097 4.61201 4.22149 4.22149ZM19.7784 4.2216C20.1689 4.61213 20.1689 5.24529 19.7784 5.63582L18.7177 6.69648C18.3272 7.087 17.694 7.087 17.3035 6.69648C16.913 6.30595 16.913 5.67279 17.3035 5.28226L18.3642 4.2216C18.7547 3.83108 19.3879 3.83108 19.7784 4.2216ZM1 12C1 11.4477 1.44772 11 2 11H3.5C4.05228 11 4.5 11.4477 4.5 12C4.5 12.5523 4.05228 13 3.5 13H2C1.44772 13 1 12.5523 1 12ZM19.5 12C19.5 11.4477 19.9477 11 20.5 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H20.5C19.9477 13 19.5 12.5523 19.5 12ZM17.303 17.3035C17.6936 16.913 18.3267 16.913 18.7172 17.3035L19.7779 18.3642C20.1684 18.7547 20.1684 19.3879 19.7779 19.7784C19.3874 20.1689 18.7542 20.1689 18.3637 19.7784L17.303 18.7177C16.9125 18.3272 16.9125 17.694 17.303 17.3035ZM6.69685 17.3036C7.08738 17.6942 7.08738 18.3273 6.69685 18.7178L5.63619 19.7785C5.24567 20.169 4.6125 20.169 4.22198 19.7785C3.83145 19.388 3.83145 18.7548 4.22198 18.3643L5.28264 17.3036C5.67316 16.9131 6.30633 16.9131 6.69685 17.3036ZM12 19.5C12.5523 19.5 13 19.9477 13 20.5V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V20.5C11 19.9477 11.4477 19.5 12 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 12C17.5 15.0376 15.0376 17.5 12 17.5C8.96243 17.5 6.5 15.0376 6.5 12C6.5 8.96243 8.96243 6.5 12 6.5C15.0376 6.5 17.5 8.96243 17.5 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C12.5523 1 13 1.44772 13 2V3.5C13 4.05228 12.5523 4.5 12 4.5C11.4477 4.5 11 4.05228 11 3.5V2C11 1.44772 11.4477 1 12 1ZM4.22149 4.22149C4.61202 3.83097 5.24518 3.83097 5.6357 4.22149L6.69636 5.28215C7.08689 5.67268 7.08689 6.30584 6.69636 6.69636C6.30584 7.08689 5.67268 7.08689 5.28215 6.69636L4.22149 5.6357C3.83097 5.24518 3.83097 4.61201 4.22149 4.22149ZM19.7784 4.2216C20.1689 4.61213 20.1689 5.24529 19.7784 5.63582L18.7177 6.69648C18.3272 7.087 17.694 7.087 17.3035 6.69648C16.913 6.30595 16.913 5.67279 17.3035 5.28226L18.3642 4.2216C18.7547 3.83108 19.3879 3.83108 19.7784 4.2216ZM1 12C1 11.4477 1.44772 11 2 11H3.5C4.05228 11 4.5 11.4477 4.5 12C4.5 12.5523 4.05228 13 3.5 13H2C1.44772 13 1 12.5523 1 12ZM19.5 12C19.5 11.4477 19.9477 11 20.5 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H20.5C19.9477 13 19.5 12.5523 19.5 12ZM17.303 17.3035C17.6936 16.913 18.3267 16.913 18.7172 17.3035L19.7779 18.3642C20.1684 18.7547 20.1684 19.3879 19.7779 19.7784C19.3874 20.1689 18.7542 20.1689 18.3637 19.7784L17.303 18.7177C16.9125 18.3272 16.9125 17.694 17.303 17.3035ZM6.69685 17.3036C7.08738 17.6942 7.08738 18.3273 6.69685 18.7178L5.63619 19.7785C5.24567 20.169 4.6125 20.169 4.22198 19.7785C3.83145 19.388 3.83145 18.7548 4.22198 18.3643L5.28264 17.3036C5.67316 16.9131 6.30633 16.9131 6.69685 17.3036ZM12 19.5C12.5523 19.5 13 19.9477 13 20.5V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V20.5C11 19.9477 11.4477 19.5 12 19.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.375 15.125C1.375 12.342 3.35164 10.0214 5.978 9.48954C6.51231 6.57956 9.06085 4.375 12.125 4.375C15.5108 4.375 18.2678 7.06724 18.3719 10.4277C20.9177 10.7903 22.875 12.9791 22.875 15.625C22.875 18.5245 20.5245 20.875 17.625 20.875H7.125C3.94936 20.875 1.375 18.3006 1.375 15.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 7.98179C3.125 6.40086 4.40141 5.125 5.96888 5.125C6.74917 5.125 7.45701 5.44017 7.97224 5.95404C8.47713 5.50479 9.05535 5.1362 9.68671 4.86845C8.79983 3.80488 7.46405 3.125 5.96888 3.125C3.29052 3.125 1.125 5.30262 1.125 7.98179C1.125 9.37511 1.71096 10.632 2.64756 11.517C3.07158 10.9915 3.58625 10.5422 4.16783 10.1928C3.53021 9.66805 3.125 8.8729 3.125 7.98179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.375 15.125C1.375 12.342 3.35164 10.0214 5.978 9.48954C6.51231 6.57956 9.06085 4.375 12.125 4.375C15.5108 4.375 18.2678 7.06724 18.3719 10.4277C20.9177 10.7903 22.875 12.9791 22.875 15.625C22.875 18.5245 20.5245 20.875 17.625 20.875H7.125C3.94936 20.875 1.375 18.3006 1.375 15.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 7.98179C3.125 6.40086 4.40141 5.125 5.96888 5.125C6.74917 5.125 7.45701 5.44017 7.97224 5.95404C8.47713 5.50479 9.05535 5.1362 9.68671 4.86845C8.79983 3.80488 7.46405 3.125 5.96888 3.125C3.29052 3.125 1.125 5.30262 1.125 7.98179C1.125 9.37511 1.71096 10.632 2.64756 11.517C3.07158 10.9915 3.58625 10.5422 4.16783 10.1928C3.53021 9.66805 3.125 8.8729 3.125 7.98179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.37598 16.125C1.37598 13.342 3.35261 11.0214 5.97897 10.4895C6.51329 7.57956 9.06183 5.375 12.126 5.375C15.5118 5.375 18.2687 8.06724 18.3729 11.4277C20.9186 11.7903 22.876 13.9791 22.876 16.625C22.876 19.5245 20.5255 21.875 17.626 21.875H7.12598C3.95034 21.875 1.37598 19.3006 1.37598 16.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.45678 2.86266C7.31176 2.32976 6.76219 2.01532 6.22929 2.16034C5.69638 2.30537 5.38194 2.85493 5.52697 3.38784L5.54068 3.43824C4.65648 3.83226 3.8993 4.41778 3.30852 5.1302L3.08472 5.00267C2.60486 4.72925 1.99421 4.8966 1.72079 5.37646C1.44737 5.85631 1.61472 6.46696 2.09458 6.74038L2.30013 6.85751C1.97547 7.71023 1.84135 8.64114 1.93583 9.58785L1.87015 9.60518C1.33614 9.74606 1.01744 10.2932 1.15833 10.8272C1.29922 11.3612 1.84633 11.6799 2.38034 11.539L2.45888 11.5183C2.57779 11.7779 2.71386 12.0265 2.86534 12.2628C3.31726 11.7648 3.85533 11.3464 4.45607 11.031C4.28246 10.7318 4.14462 10.4057 4.04955 10.0564C3.754 8.97035 3.93212 7.86407 4.46372 6.95517C4.99615 6.04484 5.88318 5.33251 7.00404 5.0368C8.12001 4.74237 9.25021 4.91983 10.1766 5.44291C10.184 5.44724 10.1922 5.4519 10.1996 5.45603C10.2815 5.50296 10.3618 5.55261 10.4404 5.60488C10.9763 5.45525 11.5413 5.37524 12.125 5.37524C12.4436 5.37524 12.7566 5.39908 13.0624 5.44507C13.0248 5.34457 12.9704 5.24844 12.8986 5.16085C12.6335 4.83747 12.3369 4.54372 12.0147 4.28289L12.1291 4.08745C12.4079 3.61074 12.2476 2.99823 11.7708 2.71935C11.2941 2.44048 10.6816 2.60085 10.4028 3.07756L10.2781 3.2906C9.40219 2.96263 8.44507 2.82839 7.47389 2.92553L7.45678 2.86266Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.37598 16.125C1.37598 13.342 3.35261 11.0214 5.97897 10.4895C6.51329 7.57956 9.06183 5.375 12.126 5.375C15.5118 5.375 18.2687 8.06724 18.3729 11.4277C20.9186 11.7903 22.876 13.9791 22.876 16.625C22.876 19.5245 20.5255 21.875 17.626 21.875H7.12598C3.95034 21.875 1.37598 19.3006 1.37598 16.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.45678 2.86266C7.31176 2.32976 6.76219 2.01532 6.22929 2.16034C5.69638 2.30537 5.38194 2.85493 5.52697 3.38784L5.54068 3.43824C4.65648 3.83226 3.8993 4.41778 3.30852 5.1302L3.08472 5.00267C2.60486 4.72925 1.99421 4.8966 1.72079 5.37646C1.44737 5.85631 1.61472 6.46696 2.09458 6.74038L2.30013 6.85751C1.97547 7.71023 1.84135 8.64114 1.93583 9.58785L1.87015 9.60518C1.33614 9.74606 1.01744 10.2932 1.15833 10.8272C1.29922 11.3612 1.84633 11.6799 2.38034 11.539L2.45888 11.5183C2.57779 11.7779 2.71386 12.0265 2.86534 12.2628C3.31726 11.7648 3.85533 11.3464 4.45607 11.031C4.28246 10.7318 4.14462 10.4057 4.04955 10.0564C3.754 8.97035 3.93212 7.86407 4.46372 6.95517C4.99615 6.04484 5.88318 5.33251 7.00404 5.0368C8.12001 4.74237 9.25021 4.91983 10.1766 5.44291C10.184 5.44724 10.1922 5.4519 10.1996 5.45603C10.2815 5.50296 10.3618 5.55261 10.4404 5.60488C10.9763 5.45525 11.5413 5.37524 12.125 5.37524C12.4436 5.37524 12.7566 5.39908 13.0624 5.44507C13.0248 5.34457 12.9704 5.24844 12.8986 5.16085C12.6335 4.83747 12.3369 4.54372 12.0147 4.28289L12.1291 4.08745C12.4079 3.61074 12.2476 2.99823 11.7708 2.71935C11.2941 2.44048 10.6816 2.60085 10.4028 3.07756L10.2781 3.2906C9.40219 2.96263 8.44507 2.82839 7.47389 2.92553L7.45678 2.86266Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-angled-rain-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.57243 14.9808C9.06641 15.2278 9.26664 15.8285 9.01965 16.3224L8.01965 18.3224C7.77266 18.8164 7.17198 19.0166 6.67801 18.7696C6.18403 18.5227 5.9838 17.922 6.23079 17.428L7.23079 15.428C7.47778 14.934 8.07845 14.7338 8.57243 14.9808ZM13.0724 14.9808C13.5664 15.2278 13.7666 15.8285 13.5196 16.3224L12.5196 18.3224C12.2727 18.8164 11.672 19.0166 11.178 18.7696C10.684 18.5227 10.4838 17.922 10.7308 17.428L11.7308 15.428C11.9778 14.934 12.5785 14.7338 13.0724 14.9808ZM17.5724 14.9808C18.0664 15.2278 18.2666 15.8285 18.0196 16.3224L17.0196 18.3224C16.7727 18.8164 16.172 19.0166 15.678 18.7696C15.184 18.5227 14.9838 17.922 15.2308 17.428L16.2308 15.428C16.4778 14.934 17.0785 14.7338 17.5724 14.9808ZM9.57243 18.9808C10.0664 19.2278 10.2666 19.8285 10.0196 20.3224L9.01965 22.3224C8.77266 22.8164 8.17198 23.0166 7.67801 22.7696C7.18403 22.5227 6.9838 21.922 7.23079 21.428L8.23079 19.428C8.47778 18.934 9.07845 18.7338 9.57243 18.9808ZM14.0724 18.9808C14.5664 19.2278 14.7666 19.8285 14.5196 20.3224L13.5196 22.3224C13.2727 22.8164 12.672 23.0166 12.178 22.7696C11.684 22.5227 11.4838 21.922 11.7308 21.428L12.7308 19.428C12.9778 18.934 13.5785 18.7338 14.0724 18.9808Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 7.09283C6.01491 7.28884 5.9902 7.38684 5.93372 7.4447C5.87724 7.50255 5.77924 7.52976 5.58325 7.58419C3.15606 8.2582 1.375 10.4833 1.375 13.125C1.375 15.0021 2.27451 16.6692 3.666 17.7186C4.00828 17.9768 4.17942 18.1059 4.32852 18.0568C4.47761 18.0078 4.56104 17.727 4.7279 17.1656C4.76901 17.0272 4.82271 16.8906 4.88948 16.757L5.88948 14.757C6.50695 13.5221 8.00864 13.0215 9.24358 13.639C9.74699 13.8907 10.1284 14.2893 10.3617 14.7569C10.3674 14.7683 10.3838 14.7684 10.3895 14.757C11.007 13.5221 12.5086 13.0215 13.7436 13.639C14.247 13.8907 14.6284 14.2893 14.8617 14.7569C14.8674 14.7683 14.8838 14.7684 14.8895 14.757C15.507 13.5221 17.0086 13.0215 18.2436 13.639C19.4785 14.2565 19.9791 15.7581 19.3616 16.9931L18.9749 17.7665C18.7424 18.2316 18.6261 18.4642 18.7662 18.6164C18.9064 18.7687 19.1295 18.6793 19.5757 18.5007C21.5092 17.7264 22.875 15.8352 22.875 13.625C22.875 11.1535 21.1672 9.08089 18.8673 8.52286C18.6239 8.4638 18.5022 8.43427 18.4397 8.36328C18.3772 8.2923 18.3635 8.16961 18.3362 7.92424C17.9878 4.80231 15.3399 2.375 12.125 2.375C9.20171 2.375 6.74772 4.38153 6.06431 7.09283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 5.98179C3.125 4.40086 4.40141 3.125 5.96888 3.125C6.74917 3.125 7.45702 3.44017 7.97224 3.95404C8.47713 3.5048 9.05535 3.1362 9.68671 2.86845C8.79982 1.80488 7.46405 1.125 5.96888 1.125C3.29052 1.125 1.125 3.30262 1.125 5.98179C1.125 7.37511 1.71096 8.63195 2.64756 9.51703C3.07158 8.99154 3.58625 8.54223 4.16783 8.19283C3.53021 7.66805 3.125 6.8729 3.125 5.98179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.57243 14.9808C9.06641 15.2278 9.26664 15.8285 9.01965 16.3224L8.01965 18.3224C7.77266 18.8164 7.17198 19.0166 6.67801 18.7696C6.18403 18.5227 5.9838 17.922 6.23079 17.428L7.23079 15.428C7.47778 14.934 8.07845 14.7338 8.57243 14.9808ZM13.0724 14.9808C13.5664 15.2278 13.7666 15.8285 13.5196 16.3224L12.5196 18.3224C12.2727 18.8164 11.672 19.0166 11.178 18.7696C10.684 18.5227 10.4838 17.922 10.7308 17.428L11.7308 15.428C11.9778 14.934 12.5785 14.7338 13.0724 14.9808ZM17.5724 14.9808C18.0664 15.2278 18.2666 15.8285 18.0196 16.3224L17.0196 18.3224C16.7727 18.8164 16.172 19.0166 15.678 18.7696C15.184 18.5227 14.9838 17.922 15.2308 17.428L16.2308 15.428C16.4778 14.934 17.0785 14.7338 17.5724 14.9808ZM9.57243 18.9808C10.0664 19.2278 10.2666 19.8285 10.0196 20.3224L9.01965 22.3224C8.77266 22.8164 8.17198 23.0166 7.67801 22.7696C7.18403 22.5227 6.9838 21.922 7.23079 21.428L8.23079 19.428C8.47778 18.934 9.07845 18.7338 9.57243 18.9808ZM14.0724 18.9808C14.5664 19.2278 14.7666 19.8285 14.5196 20.3224L13.5196 22.3224C13.2727 22.8164 12.672 23.0166 12.178 22.7696C11.684 22.5227 11.4838 21.922 11.7308 21.428L12.7308 19.428C12.9778 18.934 13.5785 18.7338 14.0724 18.9808Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 7.09283C6.01491 7.28884 5.9902 7.38684 5.93372 7.4447C5.87724 7.50255 5.77924 7.52976 5.58325 7.58419C3.15606 8.2582 1.375 10.4833 1.375 13.125C1.375 15.0021 2.27451 16.6692 3.666 17.7186C4.00828 17.9768 4.17942 18.1059 4.32852 18.0568C4.47761 18.0078 4.56104 17.727 4.7279 17.1656C4.76901 17.0272 4.82271 16.8906 4.88948 16.757L5.88948 14.757C6.50695 13.5221 8.00864 13.0215 9.24358 13.639C9.74699 13.8907 10.1284 14.2893 10.3617 14.7569C10.3674 14.7683 10.3838 14.7684 10.3895 14.757C11.007 13.5221 12.5086 13.0215 13.7436 13.639C14.247 13.8907 14.6284 14.2893 14.8617 14.7569C14.8674 14.7683 14.8838 14.7684 14.8895 14.757C15.507 13.5221 17.0086 13.0215 18.2436 13.639C19.4785 14.2565 19.9791 15.7581 19.3616 16.9931L18.9749 17.7665C18.7424 18.2316 18.6261 18.4642 18.7662 18.6164C18.9064 18.7687 19.1295 18.6793 19.5757 18.5007C21.5092 17.7264 22.875 15.8352 22.875 13.625C22.875 11.1535 21.1672 9.08089 18.8673 8.52286C18.6239 8.4638 18.5022 8.43427 18.4397 8.36328C18.3772 8.2923 18.3635 8.16961 18.3362 7.92424C17.9878 4.80231 15.3399 2.375 12.125 2.375C9.20171 2.375 6.74772 4.38153 6.06431 7.09283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 5.98179C3.125 4.40086 4.40141 3.125 5.96888 3.125C6.74917 3.125 7.45702 3.44017 7.97224 3.95404C8.47713 3.5048 9.05535 3.1362 9.68671 2.86845C8.79982 1.80488 7.46405 1.125 5.96888 1.125C3.29052 1.125 1.125 3.30262 1.125 5.98179C1.125 7.37511 1.71096 8.63195 2.64756 9.51703C3.07158 8.99154 3.58625 8.54223 4.16783 8.19283C3.53021 7.66805 3.125 6.8729 3.125 5.98179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-angled-rain-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.57732 14.9808C9.07129 15.2278 9.27152 15.8285 9.02453 16.3224L8.02453 18.3224C7.77754 18.8164 7.17687 19.0166 6.68289 18.7696C6.18891 18.5227 5.98869 17.922 6.23567 17.428L7.23567 15.428C7.48266 14.934 8.08334 14.7338 8.57732 14.9808ZM13.0773 14.9808C13.5713 15.2278 13.7715 15.8285 13.5245 16.3224L12.5245 18.3224C12.2775 18.8164 11.6769 19.0166 11.1829 18.7696C10.6889 18.5227 10.4887 17.922 10.7357 17.428L11.7357 15.428C11.9827 14.934 12.5833 14.7338 13.0773 14.9808ZM17.5773 14.9808C18.0713 15.2278 18.2715 15.8285 18.0245 16.3224L17.0245 18.3224C16.7775 18.8164 16.1769 19.0166 15.6829 18.7696C15.1889 18.5227 14.9887 17.922 15.2357 17.428L16.2357 15.428C16.4827 14.934 17.0833 14.7338 17.5773 14.9808ZM9.57732 18.9808C10.0713 19.2278 10.2715 19.8285 10.0245 20.3224L9.02453 22.3224C8.77754 22.8164 8.17687 23.0166 7.68289 22.7696C7.18891 22.5227 6.98869 21.922 7.23567 21.428L8.23567 19.428C8.48266 18.934 9.08334 18.7338 9.57732 18.9808ZM14.0773 18.9808C14.5713 19.2278 14.7715 19.8285 14.5245 20.3224L13.5245 22.3224C13.2775 22.8164 12.6769 23.0166 12.1829 22.7696C11.6889 22.5227 11.4887 21.922 11.7357 21.428L12.7357 19.428C12.9827 18.934 13.5833 18.7338 14.0773 18.9808Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.58325 9.58419C3.15606 10.2582 1.375 12.4833 1.375 15.125C1.375 17.5019 2.81726 19.542 4.87439 20.4179C5.25479 20.5798 5.44498 20.6608 5.58841 20.5097C5.73183 20.3586 5.63578 20.1621 5.44366 19.7691C4.99018 18.8414 4.45978 17.624 4.89339 16.7568L5.89339 14.7568C6.51086 13.5218 8.01254 13.0213 9.24749 13.6387C9.7509 13.8905 10.1323 14.2891 10.3656 14.7567C10.3713 14.7681 10.3877 14.7682 10.3934 14.7568C11.0109 13.5218 12.5125 13.0213 13.7475 13.6387C14.2509 13.8905 14.6323 14.2891 14.8656 14.7567C14.8713 14.7681 14.8877 14.7682 14.8934 14.7568C15.5109 13.5218 17.0125 13.0213 18.2475 13.6387C19.4824 14.2562 19.983 15.7579 19.3655 16.9928L18.3655 18.9928C18.1959 19.3321 17.8013 19.6857 17.3775 19.9936C17.0327 20.2442 16.8603 20.3695 16.8285 20.4241C16.7316 20.5906 16.7905 20.7717 16.9667 20.8495C17.0245 20.875 17.2247 20.875 17.625 20.875C20.5245 20.875 22.875 18.5245 22.875 15.625C22.875 13.1535 21.1672 11.0809 18.8673 10.5229C18.6239 10.4638 18.5022 10.4343 18.4397 10.3633C18.3772 10.2923 18.3635 10.1696 18.3362 9.92424C17.9878 6.80231 15.3399 4.375 12.125 4.375C9.20171 4.375 6.74772 6.38153 6.06431 9.09283C6.01491 9.28884 5.9902 9.38684 5.93372 9.4447C5.87724 9.50255 5.77924 9.52976 5.58325 9.58419Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.45678 1.86266C7.31176 1.32976 6.76219 1.01532 6.22929 1.16034C5.69638 1.30537 5.38194 1.85493 5.52697 2.38784L5.54068 2.43824C4.65648 2.83226 3.8993 3.41778 3.30852 4.1302L3.08472 4.00267C2.60486 3.72925 1.99421 3.8966 1.72079 4.37646C1.44737 4.85631 1.61472 5.46696 2.09458 5.74038L2.30013 5.85751C1.97547 6.71023 1.84135 7.64114 1.93583 8.58785L1.87015 8.60518C1.33614 8.74606 1.01744 9.29318 1.15833 9.82719C1.29922 10.3612 1.84633 10.6799 2.38034 10.539L2.45888 10.5183C2.57779 10.7779 2.71385 11.0264 2.86534 11.2628C3.31725 10.7648 3.85533 10.3464 4.45607 10.031C4.28246 9.73178 4.14462 9.40573 4.04955 9.05639C3.754 7.97035 3.93212 6.86407 4.46372 5.95517C4.99615 5.04484 5.88318 4.33251 7.00404 4.0368C8.12001 3.74237 9.25021 3.91983 10.1766 4.44291C10.184 4.44724 10.1922 4.4519 10.1996 4.45603C10.2815 4.50296 10.3618 4.55261 10.4404 4.60489C10.9763 4.45525 11.5413 4.37524 12.125 4.37524C12.4436 4.37524 12.7566 4.39908 13.0624 4.44507C13.0248 4.34457 12.9704 4.24844 12.8986 4.16085C12.6335 3.83747 12.3369 3.54372 12.0147 3.28289L12.1291 3.08745C12.4079 2.61074 12.2476 1.99823 11.7708 1.71935C11.2941 1.44048 10.6816 1.60085 10.4028 2.07756L10.2781 2.2906C9.40219 1.96263 8.44507 1.82839 7.47389 1.92553L7.45678 1.86266Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.57732 14.9808C9.07129 15.2278 9.27152 15.8285 9.02453 16.3224L8.02453 18.3224C7.77754 18.8164 7.17687 19.0166 6.68289 18.7696C6.18891 18.5227 5.98869 17.922 6.23567 17.428L7.23567 15.428C7.48266 14.934 8.08334 14.7338 8.57732 14.9808ZM13.0773 14.9808C13.5713 15.2278 13.7715 15.8285 13.5245 16.3224L12.5245 18.3224C12.2775 18.8164 11.6769 19.0166 11.1829 18.7696C10.6889 18.5227 10.4887 17.922 10.7357 17.428L11.7357 15.428C11.9827 14.934 12.5833 14.7338 13.0773 14.9808ZM17.5773 14.9808C18.0713 15.2278 18.2715 15.8285 18.0245 16.3224L17.0245 18.3224C16.7775 18.8164 16.1769 19.0166 15.6829 18.7696C15.1889 18.5227 14.9887 17.922 15.2357 17.428L16.2357 15.428C16.4827 14.934 17.0833 14.7338 17.5773 14.9808ZM9.57732 18.9808C10.0713 19.2278 10.2715 19.8285 10.0245 20.3224L9.02453 22.3224C8.77754 22.8164 8.17687 23.0166 7.68289 22.7696C7.18891 22.5227 6.98869 21.922 7.23567 21.428L8.23567 19.428C8.48266 18.934 9.08334 18.7338 9.57732 18.9808ZM14.0773 18.9808C14.5713 19.2278 14.7715 19.8285 14.5245 20.3224L13.5245 22.3224C13.2775 22.8164 12.6769 23.0166 12.1829 22.7696C11.6889 22.5227 11.4887 21.922 11.7357 21.428L12.7357 19.428C12.9827 18.934 13.5833 18.7338 14.0773 18.9808Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.58325 9.58419C3.15606 10.2582 1.375 12.4833 1.375 15.125C1.375 17.5019 2.81726 19.542 4.87439 20.4179C5.25479 20.5798 5.44498 20.6608 5.58841 20.5097C5.73183 20.3586 5.63578 20.1621 5.44366 19.7691C4.99018 18.8414 4.45978 17.624 4.89339 16.7568L5.89339 14.7568C6.51086 13.5218 8.01254 13.0213 9.24749 13.6387C9.7509 13.8905 10.1323 14.2891 10.3656 14.7567C10.3713 14.7681 10.3877 14.7682 10.3934 14.7568C11.0109 13.5218 12.5125 13.0213 13.7475 13.6387C14.2509 13.8905 14.6323 14.2891 14.8656 14.7567C14.8713 14.7681 14.8877 14.7682 14.8934 14.7568C15.5109 13.5218 17.0125 13.0213 18.2475 13.6387C19.4824 14.2562 19.983 15.7579 19.3655 16.9928L18.3655 18.9928C18.1959 19.3321 17.8013 19.6857 17.3775 19.9936C17.0327 20.2442 16.8603 20.3695 16.8285 20.4241C16.7316 20.5906 16.7905 20.7717 16.9667 20.8495C17.0245 20.875 17.2247 20.875 17.625 20.875C20.5245 20.875 22.875 18.5245 22.875 15.625C22.875 13.1535 21.1672 11.0809 18.8673 10.5229C18.6239 10.4638 18.5022 10.4343 18.4397 10.3633C18.3772 10.2923 18.3635 10.1696 18.3362 9.92424C17.9878 6.80231 15.3399 4.375 12.125 4.375C9.20171 4.375 6.74772 6.38153 6.06431 9.09283C6.01491 9.28884 5.9902 9.38684 5.93372 9.4447C5.87724 9.50255 5.77924 9.52976 5.58325 9.58419Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.45678 1.86266C7.31176 1.32976 6.76219 1.01532 6.22929 1.16034C5.69638 1.30537 5.38194 1.85493 5.52697 2.38784L5.54068 2.43824C4.65648 2.83226 3.8993 3.41778 3.30852 4.1302L3.08472 4.00267C2.60486 3.72925 1.99421 3.8966 1.72079 4.37646C1.44737 4.85631 1.61472 5.46696 2.09458 5.74038L2.30013 5.85751C1.97547 6.71023 1.84135 7.64114 1.93583 8.58785L1.87015 8.60518C1.33614 8.74606 1.01744 9.29318 1.15833 9.82719C1.29922 10.3612 1.84633 10.6799 2.38034 10.539L2.45888 10.5183C2.57779 10.7779 2.71385 11.0264 2.86534 11.2628C3.31725 10.7648 3.85533 10.3464 4.45607 10.031C4.28246 9.73178 4.14462 9.40573 4.04955 9.05639C3.754 7.97035 3.93212 6.86407 4.46372 5.95517C4.99615 5.04484 5.88318 4.33251 7.00404 4.0368C8.12001 3.74237 9.25021 3.91983 10.1766 4.44291C10.184 4.44724 10.1922 4.4519 10.1996 4.45603C10.2815 4.50296 10.3618 4.55261 10.4404 4.60489C10.9763 4.45525 11.5413 4.37524 12.125 4.37524C12.4436 4.37524 12.7566 4.39908 13.0624 4.44507C13.0248 4.34457 12.9704 4.24844 12.8986 4.16085C12.6335 3.83747 12.3369 3.54372 12.0147 3.28289L12.1291 3.08745C12.4079 2.61074 12.2476 1.99823 11.7708 1.71935C11.2941 1.44048 10.6816 1.60085 10.4028 2.07756L10.2781 2.2906C9.40219 1.96263 8.44507 1.82839 7.47389 1.92553L7.45678 1.86266Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-angled-rain-zap-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.75542 13.2928C10.2161 13.5974 10.3427 14.2178 10.0382 14.6785L8.75014 16.627L9.42826 16.627C9.60405 16.6268 9.83382 16.6266 10.0264 16.6553C10.2373 16.6867 10.7217 16.7966 10.9873 17.2969C11.251 17.7939 11.0743 18.2548 10.9848 18.4458C10.9023 18.622 10.7755 18.8135 10.6776 18.9612L8.88139 21.6785C8.57684 22.1392 7.95646 22.2658 7.49574 21.9613C7.03501 21.6567 6.90841 21.0363 7.21296 20.5756L8.50102 18.627L7.82289 18.6271C7.64711 18.6273 7.41734 18.6275 7.22471 18.5988C7.01382 18.5673 6.52941 18.4575 6.2639 17.9572C6.00017 17.4602 6.17687 16.9992 6.26631 16.8083C6.34881 16.6321 6.47568 16.4406 6.57354 16.2929L8.3476 13.6091C8.65215 13.1484 9.2947 12.9883 9.75542 13.2928Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5728 18.2326C14.0668 18.4796 14.267 19.0803 14.02 19.5743L13.02 21.5743C12.773 22.0682 12.1723 22.2685 11.6784 22.0215C11.1844 21.7745 10.9842 21.1738 11.2312 20.6798L12.2312 18.6798C12.4781 18.1858 13.0788 17.9856 13.5728 18.2326Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5728 18.2326C17.0668 18.4796 17.267 19.0803 17.02 19.5743L16.02 21.5743C15.773 22.0682 15.1723 22.2685 14.6784 22.0215C14.1844 21.7745 13.9842 21.1738 14.2312 20.6798L15.2312 18.6798C15.4781 18.1858 16.0788 17.9856 16.5728 18.2326Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 7.84283C6.01491 8.03884 5.9902 8.13684 5.93372 8.1947C5.87724 8.25255 5.77924 8.27976 5.58325 8.33419C3.15606 9.0082 1.375 11.2333 1.375 13.875C1.375 16.1593 2.70707 18.1325 4.63681 19.0602C4.73831 19.109 4.78906 19.1334 4.79732 19.1365C4.97769 19.2044 5.12701 19.0491 5.052 18.8715C5.04857 18.8634 5.0123 18.7951 4.93978 18.6584C4.3326 17.5142 4.76519 16.4768 4.90876 16.1702C5.0396 15.8908 5.21997 15.6191 5.30973 15.484L7.09716 12.78C7.8159 11.6928 9.36885 11.2367 10.5835 12.0396C11.7353 12.801 12.0518 14.3519 11.2904 15.5038C11.284 15.5133 11.2871 15.5263 11.2971 15.532C11.6597 15.7422 12.0372 16.072 12.3131 16.5919C12.3567 16.674 12.4515 16.7162 12.5419 16.6944C13.0948 16.5611 13.6959 16.6148 14.2445 16.8891C14.4517 16.9927 14.5552 17.0445 14.626 17.0445C14.6968 17.0445 14.8005 16.9927 15.008 16.8891C15.6875 16.5499 16.5128 16.5233 17.2445 16.8891C17.9776 17.2556 18.4519 17.9337 18.5871 18.6827C18.6666 19.1227 18.7063 19.3427 18.8273 19.4122C18.9482 19.4817 19.1053 19.4246 19.4195 19.3103C21.4353 18.5772 22.875 16.6442 22.875 14.375C22.875 11.9035 21.1672 9.83089 18.8673 9.27286C18.6239 9.2138 18.5022 9.18427 18.4397 9.11328C18.3772 9.0423 18.3635 8.91961 18.3362 8.67424C17.9878 5.55231 15.3399 3.125 12.125 3.125C9.20171 3.125 6.74772 5.13153 6.06431 7.84283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 6.73179C3.125 5.15086 4.40141 3.875 5.96888 3.875C6.74917 3.875 7.45702 4.19017 7.97224 4.70404C8.47713 4.2548 9.05535 3.8862 9.68671 3.61845C8.79982 2.55488 7.46405 1.875 5.96888 1.875C3.29052 1.875 1.125 4.05262 1.125 6.73179C1.125 8.12511 1.71096 9.38195 2.64756 10.267C3.07158 9.74154 3.58625 9.29223 4.16783 8.94283C3.53021 8.41805 3.125 7.6229 3.125 6.73179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.75542 13.2928C10.2161 13.5974 10.3427 14.2178 10.0382 14.6785L8.75014 16.627L9.42826 16.627C9.60405 16.6268 9.83382 16.6266 10.0264 16.6553C10.2373 16.6867 10.7217 16.7966 10.9873 17.2969C11.251 17.7939 11.0743 18.2548 10.9848 18.4458C10.9023 18.622 10.7755 18.8135 10.6776 18.9612L8.88139 21.6785C8.57684 22.1392 7.95646 22.2658 7.49574 21.9613C7.03501 21.6567 6.90841 21.0363 7.21296 20.5756L8.50102 18.627L7.82289 18.6271C7.64711 18.6273 7.41734 18.6275 7.22471 18.5988C7.01382 18.5673 6.52941 18.4575 6.2639 17.9572C6.00017 17.4602 6.17687 16.9992 6.26631 16.8083C6.34881 16.6321 6.47568 16.4406 6.57354 16.2929L8.3476 13.6091C8.65215 13.1484 9.2947 12.9883 9.75542 13.2928Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5728 18.2326C14.0668 18.4796 14.267 19.0803 14.02 19.5743L13.02 21.5743C12.773 22.0682 12.1723 22.2685 11.6784 22.0215C11.1844 21.7745 10.9842 21.1738 11.2312 20.6798L12.2312 18.6798C12.4781 18.1858 13.0788 17.9856 13.5728 18.2326Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5728 18.2326C17.0668 18.4796 17.267 19.0803 17.02 19.5743L16.02 21.5743C15.773 22.0682 15.1723 22.2685 14.6784 22.0215C14.1844 21.7745 13.9842 21.1738 14.2312 20.6798L15.2312 18.6798C15.4781 18.1858 16.0788 17.9856 16.5728 18.2326Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 7.84283C6.01491 8.03884 5.9902 8.13684 5.93372 8.1947C5.87724 8.25255 5.77924 8.27976 5.58325 8.33419C3.15606 9.0082 1.375 11.2333 1.375 13.875C1.375 16.1593 2.70707 18.1325 4.63681 19.0602C4.73831 19.109 4.78906 19.1334 4.79732 19.1365C4.97769 19.2044 5.12701 19.0491 5.052 18.8715C5.04857 18.8634 5.0123 18.7951 4.93978 18.6584C4.3326 17.5142 4.76519 16.4768 4.90876 16.1702C5.0396 15.8908 5.21997 15.6191 5.30973 15.484L7.09716 12.78C7.8159 11.6928 9.36885 11.2367 10.5835 12.0396C11.7353 12.801 12.0518 14.3519 11.2904 15.5038C11.284 15.5133 11.2871 15.5263 11.2971 15.532C11.6597 15.7422 12.0372 16.072 12.3131 16.5919C12.3567 16.674 12.4515 16.7162 12.5419 16.6944C13.0948 16.5611 13.6959 16.6148 14.2445 16.8891C14.4517 16.9927 14.5552 17.0445 14.626 17.0445C14.6968 17.0445 14.8005 16.9927 15.008 16.8891C15.6875 16.5499 16.5128 16.5233 17.2445 16.8891C17.9776 17.2556 18.4519 17.9337 18.5871 18.6827C18.6666 19.1227 18.7063 19.3427 18.8273 19.4122C18.9482 19.4817 19.1053 19.4246 19.4195 19.3103C21.4353 18.5772 22.875 16.6442 22.875 14.375C22.875 11.9035 21.1672 9.83089 18.8673 9.27286C18.6239 9.2138 18.5022 9.18427 18.4397 9.11328C18.3772 9.0423 18.3635 8.91961 18.3362 8.67424C17.9878 5.55231 15.3399 3.125 12.125 3.125C9.20171 3.125 6.74772 5.13153 6.06431 7.84283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 6.73179C3.125 5.15086 4.40141 3.875 5.96888 3.875C6.74917 3.875 7.45702 4.19017 7.97224 4.70404C8.47713 4.2548 9.05535 3.8862 9.68671 3.61845C8.79982 2.55488 7.46405 1.875 5.96888 1.875C3.29052 1.875 1.125 4.05262 1.125 6.73179C1.125 8.12511 1.71096 9.38195 2.64756 10.267C3.07158 9.74154 3.58625 9.29223 4.16783 8.94283C3.53021 8.41805 3.125 7.6229 3.125 6.73179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-angled-rain-zap-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.22929 1.1601C6.76219 1.01508 7.31176 1.32952 7.45678 1.86242L7.47389 1.92529C8.44507 1.82814 9.40219 1.96239 10.2781 2.29036L10.4028 2.07732C10.6816 1.60061 11.2941 1.44024 11.7708 1.71911C12.2476 1.99798 12.4079 2.6105 12.1291 3.0872L12.0147 3.28265C12.3369 3.54347 12.6335 3.83723 12.8986 4.1606C13.2487 4.5877 13.1864 5.21778 12.7593 5.56794C12.3322 5.91809 11.7021 5.85572 11.3519 5.42863C11.0298 5.03567 10.6379 4.70688 10.1996 4.45578C10.1922 4.45166 10.1847 4.44743 10.1773 4.4431C10.1771 4.44295 10.1768 4.44281 10.1766 4.44266C9.25021 3.91959 8.12001 3.74213 7.00404 4.03655C5.88318 4.33226 4.99615 5.0446 4.46372 5.95493C3.93212 6.86383 3.754 7.9701 4.04955 9.05615C4.19767 9.60044 4.44963 10.0882 4.77892 10.5061C5.12075 10.9399 5.0462 11.5686 4.61241 11.9104C4.17862 12.2523 3.54986 12.1777 3.20803 11.7439C2.91419 11.3711 2.6616 10.9607 2.45888 10.518L2.38034 10.5388C1.84633 10.6796 1.29922 10.361 1.15833 9.82694C1.01744 9.29293 1.33614 8.74582 1.87015 8.60493L1.93583 8.5876C1.84135 7.6409 1.97547 6.70998 2.30013 5.85726L2.09458 5.74014C1.61472 5.46672 1.44737 4.85607 1.72079 4.37621C1.99421 3.89636 2.60486 3.72901 3.08472 4.00243L3.30852 4.12995C3.8993 3.41753 4.65648 2.83202 5.54068 2.43799L5.52697 2.38759C5.38194 1.85469 5.69638 1.30512 6.22929 1.1601Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.75542 14.0407C10.2161 14.3452 10.3427 14.9656 10.0382 15.4263L8.75014 17.3749L9.42826 17.3748C9.60405 17.3747 9.83382 17.3744 10.0264 17.4031C10.2373 17.4346 10.7218 17.5444 10.9873 18.0448C11.251 18.5417 11.0743 19.0027 10.9849 19.1936C10.9023 19.3698 10.7755 19.5613 10.6776 19.7091L8.88139 22.4263C8.57684 22.887 7.95646 23.0136 7.49574 22.7091C7.03501 22.4045 6.90841 21.7841 7.21296 21.3234L8.50102 19.3749L7.82289 19.3749C7.64711 19.3751 7.41734 19.3753 7.22471 19.3466C7.01382 19.3152 6.52941 19.2053 6.2639 18.705C6.00017 18.208 6.17687 17.7471 6.26631 17.5561C6.34881 17.3799 6.47568 17.1884 6.57354 17.0407L8.36977 14.3234C8.67432 13.8627 9.2947 13.7361 9.75542 14.0407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5728 18.9804C14.0668 19.2274 14.267 19.8281 14.02 20.3221L13.02 22.3221C12.773 22.8161 12.1723 23.0163 11.6784 22.7693C11.1844 22.5223 10.9842 21.9216 11.2312 21.4277L12.2312 19.4277C12.4781 18.9337 13.0788 18.7334 13.5728 18.9804Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5728 18.9804C17.0668 19.2274 17.267 19.8281 17.02 20.3221L16.02 22.3221C15.773 22.8161 15.1723 23.0163 14.6784 22.7693C14.1844 22.5223 13.9842 21.9216 14.2312 21.4277L15.2312 19.4277C15.4781 18.9337 16.0788 18.7334 16.5728 18.9804Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.58325 9.58394C3.15606 10.258 1.375 12.483 1.375 15.1248C1.375 17.3723 2.6645 19.3187 4.54403 20.2644C5.15223 20.5704 5.45634 20.7234 5.50744 20.6721C5.55855 20.6207 5.3894 20.2882 5.05111 19.6232C5.01448 19.5512 4.97752 19.4791 4.93978 19.408C4.3326 18.2638 4.76519 17.2264 4.90876 16.9199C5.03788 16.6441 5.30261 16.2443 5.30959 16.2338L7.11933 13.4962C7.88071 12.3444 9.43165 12.0279 10.5835 12.7893C11.7353 13.5506 12.0518 15.1016 11.2904 16.2534C11.284 16.263 11.2871 16.2759 11.2971 16.2817C11.6597 16.4918 12.0372 16.8217 12.3131 17.3416C12.3567 17.4237 12.4515 17.4658 12.5419 17.444C13.0948 17.3108 13.6959 17.3644 14.2445 17.6387C14.4517 17.7423 14.5552 17.7941 14.626 17.7941C14.6968 17.7941 14.8005 17.7424 15.008 17.6388C15.6875 17.2995 16.5128 17.2729 17.2445 17.6387C18.088 18.0605 18.5889 18.8948 18.6249 19.7748C18.6469 20.3122 18.6579 20.5808 18.7856 20.6655C18.9132 20.7502 19.0982 20.6808 19.468 20.5421C21.4584 19.7958 22.875 17.8757 22.875 15.6248C22.875 13.1533 21.1672 11.0806 18.8673 10.5226C18.6239 10.4636 18.5022 10.434 18.4397 10.363C18.3772 10.2921 18.3635 10.1693 18.3362 9.92399C17.9878 6.80207 15.3399 4.37476 12.125 4.37476C9.20171 4.37476 6.74772 6.38129 6.06431 9.09259C6.01491 9.2886 5.9902 9.3866 5.93372 9.44445C5.87724 9.5023 5.77924 9.52952 5.58325 9.58394Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.22929 1.1601C6.76219 1.01508 7.31176 1.32952 7.45678 1.86242L7.47389 1.92529C8.44507 1.82814 9.40219 1.96239 10.2781 2.29036L10.4028 2.07732C10.6816 1.60061 11.2941 1.44024 11.7708 1.71911C12.2476 1.99798 12.4079 2.6105 12.1291 3.0872L12.0147 3.28265C12.3369 3.54347 12.6335 3.83723 12.8986 4.1606C13.2487 4.5877 13.1864 5.21778 12.7593 5.56794C12.3322 5.91809 11.7021 5.85572 11.3519 5.42863C11.0298 5.03567 10.6379 4.70688 10.1996 4.45578C10.1922 4.45166 10.1847 4.44743 10.1773 4.4431C10.1771 4.44295 10.1768 4.44281 10.1766 4.44266C9.25021 3.91959 8.12001 3.74213 7.00404 4.03655C5.88318 4.33226 4.99615 5.0446 4.46372 5.95493C3.93212 6.86383 3.754 7.9701 4.04955 9.05615C4.19767 9.60044 4.44963 10.0882 4.77892 10.5061C5.12075 10.9399 5.0462 11.5686 4.61241 11.9104C4.17862 12.2523 3.54986 12.1777 3.20803 11.7439C2.91419 11.3711 2.6616 10.9607 2.45888 10.518L2.38034 10.5388C1.84633 10.6796 1.29922 10.361 1.15833 9.82694C1.01744 9.29293 1.33614 8.74582 1.87015 8.60493L1.93583 8.5876C1.84135 7.6409 1.97547 6.70998 2.30013 5.85726L2.09458 5.74014C1.61472 5.46672 1.44737 4.85607 1.72079 4.37621C1.99421 3.89636 2.60486 3.72901 3.08472 4.00243L3.30852 4.12995C3.8993 3.41753 4.65648 2.83202 5.54068 2.43799L5.52697 2.38759C5.38194 1.85469 5.69638 1.30512 6.22929 1.1601Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.75542 14.0407C10.2161 14.3452 10.3427 14.9656 10.0382 15.4263L8.75014 17.3749L9.42826 17.3748C9.60405 17.3747 9.83382 17.3744 10.0264 17.4031C10.2373 17.4346 10.7218 17.5444 10.9873 18.0448C11.251 18.5417 11.0743 19.0027 10.9849 19.1936C10.9023 19.3698 10.7755 19.5613 10.6776 19.7091L8.88139 22.4263C8.57684 22.887 7.95646 23.0136 7.49574 22.7091C7.03501 22.4045 6.90841 21.7841 7.21296 21.3234L8.50102 19.3749L7.82289 19.3749C7.64711 19.3751 7.41734 19.3753 7.22471 19.3466C7.01382 19.3152 6.52941 19.2053 6.2639 18.705C6.00017 18.208 6.17687 17.7471 6.26631 17.5561C6.34881 17.3799 6.47568 17.1884 6.57354 17.0407L8.36977 14.3234C8.67432 13.8627 9.2947 13.7361 9.75542 14.0407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.5728 18.9804C14.0668 19.2274 14.267 19.8281 14.02 20.3221L13.02 22.3221C12.773 22.8161 12.1723 23.0163 11.6784 22.7693C11.1844 22.5223 10.9842 21.9216 11.2312 21.4277L12.2312 19.4277C12.4781 18.9337 13.0788 18.7334 13.5728 18.9804Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5728 18.9804C17.0668 19.2274 17.267 19.8281 17.02 20.3221L16.02 22.3221C15.773 22.8161 15.1723 23.0163 14.6784 22.7693C14.1844 22.5223 13.9842 21.9216 14.2312 21.4277L15.2312 19.4277C15.4781 18.9337 16.0788 18.7334 16.5728 18.9804Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.58325 9.58394C3.15606 10.258 1.375 12.483 1.375 15.1248C1.375 17.3723 2.6645 19.3187 4.54403 20.2644C5.15223 20.5704 5.45634 20.7234 5.50744 20.6721C5.55855 20.6207 5.3894 20.2882 5.05111 19.6232C5.01448 19.5512 4.97752 19.4791 4.93978 19.408C4.3326 18.2638 4.76519 17.2264 4.90876 16.9199C5.03788 16.6441 5.30261 16.2443 5.30959 16.2338L7.11933 13.4962C7.88071 12.3444 9.43165 12.0279 10.5835 12.7893C11.7353 13.5506 12.0518 15.1016 11.2904 16.2534C11.284 16.263 11.2871 16.2759 11.2971 16.2817C11.6597 16.4918 12.0372 16.8217 12.3131 17.3416C12.3567 17.4237 12.4515 17.4658 12.5419 17.444C13.0948 17.3108 13.6959 17.3644 14.2445 17.6387C14.4517 17.7423 14.5552 17.7941 14.626 17.7941C14.6968 17.7941 14.8005 17.7424 15.008 17.6388C15.6875 17.2995 16.5128 17.2729 17.2445 17.6387C18.088 18.0605 18.5889 18.8948 18.6249 19.7748C18.6469 20.3122 18.6579 20.5808 18.7856 20.6655C18.9132 20.7502 19.0982 20.6808 19.468 20.5421C21.4584 19.7958 22.875 17.8757 22.875 15.6248C22.875 13.1533 21.1672 11.0806 18.8673 10.5226C18.6239 10.4636 18.5022 10.434 18.4397 10.363C18.3772 10.2921 18.3635 10.1693 18.3362 9.92399C17.9878 6.80207 15.3399 4.37476 12.125 4.37476C9.20171 4.37476 6.74772 6.38129 6.06431 9.09259C6.01491 9.2886 5.9902 9.3866 5.93372 9.44445C5.87724 9.5023 5.77924 9.52952 5.58325 9.58394Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-angled-zap-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2544 13.0407C13.7152 13.3452 13.8418 13.9656 13.5372 14.4263L12.2492 16.3749L12.9273 16.3748C13.1031 16.3747 13.3328 16.3744 13.5255 16.4031C13.7364 16.4346 14.2208 16.5444 14.4863 17.0448C14.75 17.5417 14.5733 18.0027 14.4839 18.1936C14.4014 18.3698 14.2745 18.5613 14.1766 18.709L14.1545 18.7425L12.3804 21.4263C12.0759 21.887 11.4555 22.0136 10.9948 21.7091C10.534 21.4045 10.4074 20.7841 10.712 20.3234L12 18.3749L11.3219 18.3749C11.1461 18.3751 10.9164 18.3753 10.7237 18.3466C10.5128 18.3152 10.0284 18.2053 9.76292 17.705C9.49919 17.208 9.67589 16.7471 9.76533 16.5561C9.84783 16.3799 9.9747 16.1884 10.0726 16.0407L11.8688 13.3234C12.1733 12.8627 12.7937 12.7361 13.2544 13.0407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 8.09283C6.01491 8.28884 5.9902 8.38684 5.93372 8.4447C5.87724 8.50255 5.77924 8.52976 5.58325 8.58419C3.15606 9.2582 1.375 11.4833 1.375 14.125C1.375 17.3006 3.94936 19.875 7.125 19.875H9.08693C9.19148 19.875 9.28774 19.8181 9.33812 19.7265C9.41361 19.5892 9.36378 19.418 9.23647 19.3267C8.94563 19.1181 8.66025 18.824 8.43978 18.4085C7.8326 17.2643 8.26519 16.2269 8.40876 15.9203C8.53961 15.6409 8.71998 15.3693 8.80973 15.2341L10.6193 12.4967C11.3807 11.3449 12.9317 11.0284 14.0835 11.7897C15.2353 12.5511 15.5518 14.1021 14.7904 15.2539C14.784 15.2635 14.7871 15.2764 14.7971 15.2822C15.1597 15.4923 15.5372 15.8222 15.8131 16.342C16.4203 17.4862 15.9877 18.5236 15.8441 18.8302C15.7133 19.1096 15.533 19.3812 15.4432 19.5164C15.3416 19.6701 15.4518 19.875 15.636 19.875H17.625C20.5245 19.875 22.875 17.5245 22.875 14.625C22.875 12.1535 21.1672 10.0809 18.8673 9.52286C18.6239 9.4638 18.5022 9.43427 18.4397 9.36328C18.3772 9.2923 18.3635 9.16961 18.3362 8.92424C17.9878 5.80231 15.3399 3.375 12.125 3.375C9.20171 3.375 6.74772 5.38153 6.06431 8.09283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 6.98179C3.125 5.40086 4.40141 4.125 5.96888 4.125C6.74917 4.125 7.45702 4.44017 7.97224 4.95404C8.47713 4.5048 9.05535 4.1362 9.68671 3.86845C8.79982 2.80488 7.46405 2.125 5.96888 2.125C3.29052 2.125 1.125 4.30262 1.125 6.98179C1.125 8.37511 1.71096 9.63195 2.64756 10.517C3.07158 9.99154 3.58625 9.54223 4.16783 9.19283C3.53021 8.66805 3.125 7.8729 3.125 6.98179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2544 13.0407C13.7152 13.3452 13.8418 13.9656 13.5372 14.4263L12.2492 16.3749L12.9273 16.3748C13.1031 16.3747 13.3328 16.3744 13.5255 16.4031C13.7364 16.4346 14.2208 16.5444 14.4863 17.0448C14.75 17.5417 14.5733 18.0027 14.4839 18.1936C14.4014 18.3698 14.2745 18.5613 14.1766 18.709L14.1545 18.7425L12.3804 21.4263C12.0759 21.887 11.4555 22.0136 10.9948 21.7091C10.534 21.4045 10.4074 20.7841 10.712 20.3234L12 18.3749L11.3219 18.3749C11.1461 18.3751 10.9164 18.3753 10.7237 18.3466C10.5128 18.3152 10.0284 18.2053 9.76292 17.705C9.49919 17.208 9.67589 16.7471 9.76533 16.5561C9.84783 16.3799 9.9747 16.1884 10.0726 16.0407L11.8688 13.3234C12.1733 12.8627 12.7937 12.7361 13.2544 13.0407Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 8.09283C6.01491 8.28884 5.9902 8.38684 5.93372 8.4447C5.87724 8.50255 5.77924 8.52976 5.58325 8.58419C3.15606 9.2582 1.375 11.4833 1.375 14.125C1.375 17.3006 3.94936 19.875 7.125 19.875H9.08693C9.19148 19.875 9.28774 19.8181 9.33812 19.7265C9.41361 19.5892 9.36378 19.418 9.23647 19.3267C8.94563 19.1181 8.66025 18.824 8.43978 18.4085C7.8326 17.2643 8.26519 16.2269 8.40876 15.9203C8.53961 15.6409 8.71998 15.3693 8.80973 15.2341L10.6193 12.4967C11.3807 11.3449 12.9317 11.0284 14.0835 11.7897C15.2353 12.5511 15.5518 14.1021 14.7904 15.2539C14.784 15.2635 14.7871 15.2764 14.7971 15.2822C15.1597 15.4923 15.5372 15.8222 15.8131 16.342C16.4203 17.4862 15.9877 18.5236 15.8441 18.8302C15.7133 19.1096 15.533 19.3812 15.4432 19.5164C15.3416 19.6701 15.4518 19.875 15.636 19.875H17.625C20.5245 19.875 22.875 17.5245 22.875 14.625C22.875 12.1535 21.1672 10.0809 18.8673 9.52286C18.6239 9.4638 18.5022 9.43427 18.4397 9.36328C18.3772 9.2923 18.3635 9.16961 18.3362 8.92424C17.9878 5.80231 15.3399 3.375 12.125 3.375C9.20171 3.375 6.74772 5.38153 6.06431 8.09283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 6.98179C3.125 5.40086 4.40141 4.125 5.96888 4.125C6.74917 4.125 7.45702 4.44017 7.97224 4.95404C8.47713 4.5048 9.05535 4.1362 9.68671 3.86845C8.79982 2.80488 7.46405 2.125 5.96888 2.125C3.29052 2.125 1.125 4.30262 1.125 6.98179C1.125 8.37511 1.71096 9.63195 2.64756 10.517C3.07158 9.99154 3.58625 9.54223 4.16783 9.19283C3.53021 8.66805 3.125 7.8729 3.125 6.98179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-big-rain-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6367 14.7943C11.4073 14.0686 12.5927 14.0686 13.3633 14.7943C13.8302 15.234 14.4131 15.8497 14.8839 16.5659C15.3489 17.2733 15.75 18.1471 15.75 19.0873C15.75 20.8947 14.3196 22.75 12 22.75C9.68042 22.75 8.25 20.8947 8.25 19.0873C8.25 18.1471 8.65106 17.2733 9.11608 16.5659C9.58691 15.8497 10.1698 15.234 10.6367 14.7943Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.89293 8.16541C5.86687 8.28518 5.77394 8.37978 5.65475 8.40836C3.1278 9.01425 1.25 11.2875 1.25 14C1.25 16.9865 3.52692 19.4413 6.43955 19.723C6.62454 19.7409 6.77124 19.5781 6.7596 19.3927C6.75322 19.2909 6.75 19.189 6.75 19.0873C6.75 17.7311 7.32134 16.5654 7.86267 15.7419C8.42145 14.8919 9.09461 14.1861 9.60829 13.7023C10.9566 12.4326 13.0434 12.4326 14.3917 13.7023C14.9054 14.1861 15.5786 14.8919 16.1373 15.7419C16.6787 16.5654 17.25 17.7311 17.25 19.0873C17.25 19.2104 17.2453 19.3336 17.236 19.4567C17.2242 19.6123 17.3439 19.75 17.5 19.75C20.3995 19.75 22.75 17.3995 22.75 14.5C22.75 11.941 20.9191 9.80958 18.4958 9.34431C18.3526 9.31682 18.2444 9.196 18.2341 9.05055C18.0037 5.80855 15.3006 3.25 12 3.25C9.00614 3.25 6.50451 5.35458 5.89293 8.16541Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3 6.85679C3 5.27586 4.27641 4 5.84388 4C6.62417 4 7.33201 4.31517 7.84724 4.82904C8.35213 4.37979 8.93035 4.0112 9.56171 3.74345C8.67483 2.67988 7.33905 2 5.84388 2C3.16552 2 1 4.17762 1 6.85679C1 8.25011 1.58596 9.50695 2.52256 10.392C2.94658 9.86654 3.46125 9.41723 4.04283 9.06783C3.40521 8.54305 3 7.7479 3 6.85679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6367 14.7943C11.4073 14.0686 12.5927 14.0686 13.3633 14.7943C13.8302 15.234 14.4131 15.8497 14.8839 16.5659C15.3489 17.2733 15.75 18.1471 15.75 19.0873C15.75 20.8947 14.3196 22.75 12 22.75C9.68042 22.75 8.25 20.8947 8.25 19.0873C8.25 18.1471 8.65106 17.2733 9.11608 16.5659C9.58691 15.8497 10.1698 15.234 10.6367 14.7943Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.89293 8.16541C5.86687 8.28518 5.77394 8.37978 5.65475 8.40836C3.1278 9.01425 1.25 11.2875 1.25 14C1.25 16.9865 3.52692 19.4413 6.43955 19.723C6.62454 19.7409 6.77124 19.5781 6.7596 19.3927C6.75322 19.2909 6.75 19.189 6.75 19.0873C6.75 17.7311 7.32134 16.5654 7.86267 15.7419C8.42145 14.8919 9.09461 14.1861 9.60829 13.7023C10.9566 12.4326 13.0434 12.4326 14.3917 13.7023C14.9054 14.1861 15.5786 14.8919 16.1373 15.7419C16.6787 16.5654 17.25 17.7311 17.25 19.0873C17.25 19.2104 17.2453 19.3336 17.236 19.4567C17.2242 19.6123 17.3439 19.75 17.5 19.75C20.3995 19.75 22.75 17.3995 22.75 14.5C22.75 11.941 20.9191 9.80958 18.4958 9.34431C18.3526 9.31682 18.2444 9.196 18.2341 9.05055C18.0037 5.80855 15.3006 3.25 12 3.25C9.00614 3.25 6.50451 5.35458 5.89293 8.16541Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3 6.85679C3 5.27586 4.27641 4 5.84388 4C6.62417 4 7.33201 4.31517 7.84724 4.82904C8.35213 4.37979 8.93035 4.0112 9.56171 3.74345C8.67483 2.67988 7.33905 2 5.84388 2C3.16552 2 1 4.17762 1 6.85679C1 8.25011 1.58596 9.50695 2.52256 10.392C2.94658 9.86654 3.46125 9.41723 4.04283 9.06783C3.40521 8.54305 3 7.7479 3 6.85679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-big-rain-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7627 15.4193C11.5332 14.6936 12.7187 14.6936 13.4893 15.4193C13.9562 15.859 14.5391 16.4747 15.0099 17.1909C15.4749 17.8983 15.876 18.7721 15.876 19.7123C15.876 21.5197 14.4456 23.375 12.126 23.375C9.80639 23.375 8.37598 21.5197 8.37598 19.7123C8.37598 18.7721 8.77703 17.8983 9.24206 17.1909C9.71288 16.4747 10.2958 15.859 10.7627 15.4193Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.01891 8.79041C5.99285 8.91018 5.89992 9.00478 5.78073 9.03336C3.25377 9.63925 1.37598 11.9125 1.37598 14.625C1.37598 17.6115 3.65289 20.0663 6.56552 20.348C6.75051 20.3659 6.89722 20.2031 6.88558 20.0177C6.87919 19.9159 6.87598 19.814 6.87598 19.7123C6.87598 18.3561 7.44732 17.1904 7.98865 16.3669C8.54743 15.5169 9.22059 14.8111 9.73427 14.3273C11.0825 13.0576 13.1694 13.0576 14.5177 14.3273C15.0314 14.8111 15.7045 15.5169 16.2633 16.3669C16.8046 17.1904 17.376 18.3561 17.376 19.7123C17.376 19.8354 17.3713 19.9586 17.3619 20.0817C17.3501 20.2373 17.4699 20.375 17.626 20.375C20.5255 20.375 22.876 18.0245 22.876 15.125C22.876 12.566 21.0451 10.4346 18.6218 9.96931C18.4786 9.94182 18.3704 9.821 18.3601 9.67555C18.1297 6.43355 15.4266 3.875 12.126 3.875C9.13212 3.875 6.63049 5.97958 6.01891 8.79041Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.45678 1.36266C7.31176 0.829759 6.76219 0.515319 6.22929 0.660342C5.69638 0.805365 5.38194 1.35493 5.52697 1.88784L5.54068 1.93824C4.65648 2.33226 3.8993 2.91778 3.30852 3.6302L3.08472 3.50267C2.60486 3.22925 1.99421 3.3966 1.72079 3.87646C1.44737 4.35631 1.61472 4.96696 2.09458 5.24038L2.30013 5.35751C1.97547 6.21023 1.84135 7.14114 1.93583 8.08785L1.87015 8.10518C1.33614 8.24606 1.01744 8.79318 1.15833 9.32719C1.29922 9.8612 1.84633 10.1799 2.38034 10.039L2.45888 10.0183C2.57778 10.2779 2.71385 10.5264 2.86534 10.7628C3.31725 10.2648 3.85533 9.84635 4.45606 9.531C4.28246 9.23177 4.14461 8.90572 4.04955 8.55639C3.754 7.47035 3.93212 6.36407 4.46372 5.45517C4.99615 4.54484 5.88318 3.83251 7.00404 3.5368C8.12001 3.24237 9.25021 3.41983 10.1766 3.94291C10.184 3.94724 10.1922 3.9519 10.1996 3.95603C10.2815 4.00296 10.3618 4.0526 10.4403 4.10487C10.9763 3.95523 11.5413 3.87523 12.125 3.87523C12.4436 3.87523 12.7566 3.89907 13.0624 3.94505C13.0248 3.84456 12.9704 3.74843 12.8986 3.66085C12.6335 3.33747 12.3369 3.04372 12.0147 2.78289L12.1291 2.58745C12.4079 2.11074 12.2476 1.49823 11.7708 1.21935C11.2941 0.94048 10.6816 1.10085 10.4028 1.57756L10.2781 1.7906C9.40219 1.46263 8.44507 1.32839 7.47389 1.42553L7.45678 1.36266Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7627 15.4193C11.5332 14.6936 12.7187 14.6936 13.4893 15.4193C13.9562 15.859 14.5391 16.4747 15.0099 17.1909C15.4749 17.8983 15.876 18.7721 15.876 19.7123C15.876 21.5197 14.4456 23.375 12.126 23.375C9.80639 23.375 8.37598 21.5197 8.37598 19.7123C8.37598 18.7721 8.77703 17.8983 9.24206 17.1909C9.71288 16.4747 10.2958 15.859 10.7627 15.4193Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.01891 8.79041C5.99285 8.91018 5.89992 9.00478 5.78073 9.03336C3.25377 9.63925 1.37598 11.9125 1.37598 14.625C1.37598 17.6115 3.65289 20.0663 6.56552 20.348C6.75051 20.3659 6.89722 20.2031 6.88558 20.0177C6.87919 19.9159 6.87598 19.814 6.87598 19.7123C6.87598 18.3561 7.44732 17.1904 7.98865 16.3669C8.54743 15.5169 9.22059 14.8111 9.73427 14.3273C11.0825 13.0576 13.1694 13.0576 14.5177 14.3273C15.0314 14.8111 15.7045 15.5169 16.2633 16.3669C16.8046 17.1904 17.376 18.3561 17.376 19.7123C17.376 19.8354 17.3713 19.9586 17.3619 20.0817C17.3501 20.2373 17.4699 20.375 17.626 20.375C20.5255 20.375 22.876 18.0245 22.876 15.125C22.876 12.566 21.0451 10.4346 18.6218 9.96931C18.4786 9.94182 18.3704 9.821 18.3601 9.67555C18.1297 6.43355 15.4266 3.875 12.126 3.875C9.13212 3.875 6.63049 5.97958 6.01891 8.79041Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.45678 1.36266C7.31176 0.829759 6.76219 0.515319 6.22929 0.660342C5.69638 0.805365 5.38194 1.35493 5.52697 1.88784L5.54068 1.93824C4.65648 2.33226 3.8993 2.91778 3.30852 3.6302L3.08472 3.50267C2.60486 3.22925 1.99421 3.3966 1.72079 3.87646C1.44737 4.35631 1.61472 4.96696 2.09458 5.24038L2.30013 5.35751C1.97547 6.21023 1.84135 7.14114 1.93583 8.08785L1.87015 8.10518C1.33614 8.24606 1.01744 8.79318 1.15833 9.32719C1.29922 9.8612 1.84633 10.1799 2.38034 10.039L2.45888 10.0183C2.57778 10.2779 2.71385 10.5264 2.86534 10.7628C3.31725 10.2648 3.85533 9.84635 4.45606 9.531C4.28246 9.23177 4.14461 8.90572 4.04955 8.55639C3.754 7.47035 3.93212 6.36407 4.46372 5.45517C4.99615 4.54484 5.88318 3.83251 7.00404 3.5368C8.12001 3.24237 9.25021 3.41983 10.1766 3.94291C10.184 3.94724 10.1922 3.9519 10.1996 3.95603C10.2815 4.00296 10.3618 4.0526 10.4403 4.10487C10.9763 3.95523 11.5413 3.87523 12.125 3.87523C12.4436 3.87523 12.7566 3.89907 13.0624 3.94505C13.0248 3.84456 12.9704 3.74843 12.8986 3.66085C12.6335 3.33747 12.3369 3.04372 12.0147 2.78289L12.1291 2.58745C12.4079 2.11074 12.2476 1.49823 11.7708 1.21935C11.2941 0.94048 10.6816 1.10085 10.4028 1.57756L10.2781 1.7906C9.40219 1.46263 8.44507 1.32839 7.47389 1.42553L7.45678 1.36266Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-fast-wind-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.96888 2.5C3.84596 2.5 2.125 4.22674 2.125 6.35679C2.125 7.45483 2.58233 8.4457 3.3163 9.14809L6.625 7L8.71867 3.66187C8.02071 2.94501 7.04659 2.5 5.96888 2.5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5782 19.5488C14.6313 19.5151 14.6856 19.5 14.7406 19.5C14.8792 19.5 15.1252 19.647 15.1252 20C15.1252 20.353 14.8792 20.5 14.7406 20.5C14.7039 20.5 14.6696 20.4934 14.6367 20.4808C14.1209 20.2833 13.5427 20.5413 13.3452 21.0571C13.1477 21.5728 13.4057 22.151 13.9215 22.3485C14.1773 22.4465 14.4537 22.5 14.7406 22.5C16.1315 22.5 17.1252 21.3038 17.1252 20C17.1252 18.6962 16.1315 17.5 14.7406 17.5C14.2566 17.5 13.8083 17.6519 13.4376 17.9056L13.4207 17.9171L13.4043 17.9293C12.4556 18.637 10.652 19.569 8.62358 19.8079C8.07509 19.8725 7.68282 20.3695 7.74743 20.918C7.81204 21.4665 8.30906 21.8588 8.85755 21.7942C11.2834 21.5084 13.4 20.4215 14.5782 19.5488ZM3.23196 19.5983C3.48024 19.1049 4.08143 18.9063 4.57476 19.1546C5.10271 19.4203 5.63967 19.6019 6.17736 19.7151C6.7178 19.8288 7.06368 20.3592 6.94991 20.8996C6.83614 21.4401 6.30579 21.7859 5.76535 21.6722C5.0666 21.5251 4.36506 21.288 3.67567 20.9411C3.18234 20.6928 2.98368 20.0916 3.23196 19.5983Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.125 20.5C18.125 19.9477 18.5727 19.5 19.125 19.5H21.125C21.6773 19.5 22.125 19.9477 22.125 20.5C22.125 21.0523 21.6773 21.5 21.125 21.5H19.125C18.5727 21.5 18.125 21.0523 18.125 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.375 12.5C1.375 9.71699 3.35164 7.39643 5.978 6.86454C6.51231 3.95456 9.06085 1.75 12.125 1.75C15.5108 1.75 18.2678 4.44224 18.3719 7.80273C20.9177 8.16534 22.875 10.3541 22.875 13C22.875 15.701 20.8353 17.9256 18.2122 18.2175C17.6052 16.9607 16.3658 16 14.7407 16C14.6899 16 14.6394 16.001 14.5891 16.003C14.6345 15.9317 14.6777 15.8609 14.7189 15.791C15.9015 13.7806 14.3187 11.3338 12.1245 11.3338C10.4835 11.3338 9.12449 12.6464 9.12449 14.3006C9.12449 14.8529 9.57221 15.3006 10.1245 15.3006C10.6768 15.3006 11.1245 14.8529 11.1245 14.3006C11.1245 13.7824 11.5563 13.3338 12.1245 13.3338C12.8787 13.3338 13.3398 14.1909 12.995 14.777C12.1218 16.2614 9.45515 18.8267 4.92654 17.8148C2.84167 16.9514 1.375 14.897 1.375 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 6.35679C3.125 4.77586 4.40141 3.5 5.96888 3.5C6.49532 3.5 6.98878 3.64346 7.41237 3.89461C7.86769 3.37231 8.40841 2.92643 9.01278 2.57872C8.18181 1.90496 7.12282 1.5 5.96888 1.5C3.29052 1.5 1.125 3.67762 1.125 6.35679C1.125 7.53691 1.54535 8.61912 2.24308 9.46047C2.60548 8.87966 3.06867 8.36823 3.60818 7.95062C3.3028 7.49525 3.125 6.94707 3.125 6.35679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.96888 2.5C3.84596 2.5 2.125 4.22674 2.125 6.35679C2.125 7.45483 2.58233 8.4457 3.3163 9.14809L6.625 7L8.71867 3.66187C8.02071 2.94501 7.04659 2.5 5.96888 2.5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5782 19.5488C14.6313 19.5151 14.6856 19.5 14.7406 19.5C14.8792 19.5 15.1252 19.647 15.1252 20C15.1252 20.353 14.8792 20.5 14.7406 20.5C14.7039 20.5 14.6696 20.4934 14.6367 20.4808C14.1209 20.2833 13.5427 20.5413 13.3452 21.0571C13.1477 21.5728 13.4057 22.151 13.9215 22.3485C14.1773 22.4465 14.4537 22.5 14.7406 22.5C16.1315 22.5 17.1252 21.3038 17.1252 20C17.1252 18.6962 16.1315 17.5 14.7406 17.5C14.2566 17.5 13.8083 17.6519 13.4376 17.9056L13.4207 17.9171L13.4043 17.9293C12.4556 18.637 10.652 19.569 8.62358 19.8079C8.07509 19.8725 7.68282 20.3695 7.74743 20.918C7.81204 21.4665 8.30906 21.8588 8.85755 21.7942C11.2834 21.5084 13.4 20.4215 14.5782 19.5488ZM3.23196 19.5983C3.48024 19.1049 4.08143 18.9063 4.57476 19.1546C5.10271 19.4203 5.63967 19.6019 6.17736 19.7151C6.7178 19.8288 7.06368 20.3592 6.94991 20.8996C6.83614 21.4401 6.30579 21.7859 5.76535 21.6722C5.0666 21.5251 4.36506 21.288 3.67567 20.9411C3.18234 20.6928 2.98368 20.0916 3.23196 19.5983Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.125 20.5C18.125 19.9477 18.5727 19.5 19.125 19.5H21.125C21.6773 19.5 22.125 19.9477 22.125 20.5C22.125 21.0523 21.6773 21.5 21.125 21.5H19.125C18.5727 21.5 18.125 21.0523 18.125 20.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.375 12.5C1.375 9.71699 3.35164 7.39643 5.978 6.86454C6.51231 3.95456 9.06085 1.75 12.125 1.75C15.5108 1.75 18.2678 4.44224 18.3719 7.80273C20.9177 8.16534 22.875 10.3541 22.875 13C22.875 15.701 20.8353 17.9256 18.2122 18.2175C17.6052 16.9607 16.3658 16 14.7407 16C14.6899 16 14.6394 16.001 14.5891 16.003C14.6345 15.9317 14.6777 15.8609 14.7189 15.791C15.9015 13.7806 14.3187 11.3338 12.1245 11.3338C10.4835 11.3338 9.12449 12.6464 9.12449 14.3006C9.12449 14.8529 9.57221 15.3006 10.1245 15.3006C10.6768 15.3006 11.1245 14.8529 11.1245 14.3006C11.1245 13.7824 11.5563 13.3338 12.1245 13.3338C12.8787 13.3338 13.3398 14.1909 12.995 14.777C12.1218 16.2614 9.45515 18.8267 4.92654 17.8148C2.84167 16.9514 1.375 14.897 1.375 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 6.35679C3.125 4.77586 4.40141 3.5 5.96888 3.5C6.49532 3.5 6.98878 3.64346 7.41237 3.89461C7.86769 3.37231 8.40841 2.92643 9.01278 2.57872C8.18181 1.90496 7.12282 1.5 5.96888 1.5C3.29052 1.5 1.125 3.67762 1.125 6.35679C1.125 7.53691 1.54535 8.61912 2.24308 9.46047C2.60548 8.87966 3.06867 8.36823 3.60818 7.95062C3.3028 7.49525 3.125 6.94707 3.125 6.35679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-fast-wind-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.26055 1.70458C7.1018 1.19041 6.56196 0.892118 6.03957 1.03606C5.52465 1.17794 5.21524 1.69753 5.32814 2.21317C4.58071 2.55695 3.93429 3.05032 3.41917 3.64606L3.28364 3.56979C2.80234 3.29893 2.19259 3.46953 1.92173 3.95083C1.65087 4.43213 1.82146 5.04188 2.30277 5.31274L2.40445 5.36997C2.14253 6.08867 2.03039 6.86641 2.09621 7.65926C1.57797 7.80955 1.27065 8.34628 1.40756 8.87169C1.54644 9.4047 2.09003 9.72477 2.62309 9.58834C2.80299 9.9609 3.02249 10.3074 3.27496 10.6238C3.61941 11.0555 4.24861 11.1263 4.68032 10.7818C5.11204 10.4374 5.18278 9.80817 4.83834 9.37646C4.55097 9.01628 4.33165 8.59663 4.20277 8.12892C3.94685 7.20011 4.10003 6.24913 4.56309 5.46586C5.0271 4.681 5.80224 4.06454 6.78872 3.80749C7.77181 3.55133 8.76556 3.70673 9.57821 4.1604C9.58413 4.1638 9.59007 4.16714 9.59603 4.17041C9.9806 4.38787 10.324 4.67239 10.6058 5.01183C10.9586 5.43678 11.589 5.49531 12.014 5.14256C12.4389 4.78981 12.4974 4.15935 12.1447 3.7344C11.9228 3.46705 11.677 3.22218 11.4114 3.00201L11.4622 2.9162C11.7437 2.44102 11.5866 1.82764 11.1115 1.54618C10.6363 1.26472 10.0229 1.42177 9.74144 1.89695L9.67135 2.01529C8.91416 1.74681 8.09357 1.63403 7.26055 1.70458Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8282 20.0486C14.8813 20.015 14.9356 19.9999 14.9906 19.9999C15.1292 19.9999 15.3752 20.1469 15.3752 20.4999C15.3752 20.8529 15.1292 20.9999 14.9906 20.9999C14.9539 20.9999 14.9196 20.9933 14.8867 20.9806C14.3709 20.7832 13.7927 21.0412 13.5952 21.5569C13.3977 22.0727 13.6557 22.6509 14.1715 22.8484C14.4273 22.9463 14.7037 22.9999 14.9906 22.9999C16.3815 22.9999 17.3752 21.8037 17.3752 20.4999C17.3752 19.196 16.3815 17.9999 14.9906 17.9999C14.5066 17.9999 14.0583 18.1518 13.6876 18.4054L13.6707 18.417L13.6543 18.4292C12.7056 19.1369 10.902 20.0689 8.87358 20.3078C8.32509 20.3724 7.93282 20.8694 7.99743 21.4179C8.06204 21.9664 8.55906 22.3587 9.10755 22.2941C11.5334 22.0083 13.65 20.9214 14.8282 20.0486ZM3.48196 20.0982C3.73024 19.6048 4.33143 19.4062 4.82476 19.6544C5.35271 19.9201 5.88967 20.1018 6.42736 20.215C6.9678 20.3287 7.31368 20.8591 7.19991 21.3995C7.08614 21.9399 6.55579 22.2858 6.01535 22.1721C5.3166 22.025 4.61506 21.7879 3.92567 21.441C3.43234 21.1927 3.23368 20.5915 3.48196 20.0982Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 20.9999C18.375 20.4476 18.8227 19.9999 19.375 19.9999H21.375C21.9273 19.9999 22.375 20.4476 22.375 20.9999C22.375 21.5522 21.9273 21.9999 21.375 21.9999H19.375C18.8227 21.9999 18.375 21.5522 18.375 20.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.125 13.522C2.125 10.9922 4.0097 8.88278 6.5139 8.39929C7.02337 5.75409 9.45337 3.75012 12.375 3.75012C15.6033 3.75012 18.232 6.19739 18.3314 9.25211C20.7587 9.58173 22.625 11.5713 22.625 13.9765C22.625 16.3437 20.8171 18.3084 18.4458 18.684C17.833 17.4437 16.6013 16.5001 14.9907 16.5001C14.957 16.5001 14.9235 16.5006 14.89 16.5015C15.4586 15.5581 15.3394 14.4951 14.8408 13.7059C14.3423 12.9167 13.44 12.3506 12.3752 12.3506C10.8415 12.3506 9.47523 13.5253 9.47523 15.1207C9.47523 15.673 9.92295 16.1207 10.4752 16.1207C11.0275 16.1207 11.4752 15.673 11.4752 15.1207C11.4752 14.7609 11.8103 14.3506 12.3752 14.3506C12.711 14.3506 12.9944 14.5278 13.15 14.7741C13.2999 15.0114 13.3064 15.261 13.1715 15.4782C12.7161 16.2116 11.6944 17.1805 10.3556 17.8308C10.2195 17.8969 10.085 17.9657 9.95035 18.0345C9.25394 18.3907 8.55374 18.7488 7.60756 18.7488C4.57963 18.7488 2.125 16.4087 2.125 13.522Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.26055 1.70458C7.1018 1.19041 6.56196 0.892118 6.03957 1.03606C5.52465 1.17794 5.21524 1.69753 5.32814 2.21317C4.58071 2.55695 3.93429 3.05032 3.41917 3.64606L3.28364 3.56979C2.80234 3.29893 2.19259 3.46953 1.92173 3.95083C1.65087 4.43213 1.82146 5.04188 2.30277 5.31274L2.40445 5.36997C2.14253 6.08867 2.03039 6.86641 2.09621 7.65926C1.57797 7.80955 1.27065 8.34628 1.40756 8.87169C1.54644 9.4047 2.09003 9.72477 2.62309 9.58834C2.80299 9.9609 3.02249 10.3074 3.27496 10.6238C3.61941 11.0555 4.24861 11.1263 4.68032 10.7818C5.11204 10.4374 5.18278 9.80817 4.83834 9.37646C4.55097 9.01628 4.33165 8.59663 4.20277 8.12892C3.94685 7.20011 4.10003 6.24913 4.56309 5.46586C5.0271 4.681 5.80224 4.06454 6.78872 3.80749C7.77181 3.55133 8.76556 3.70673 9.57821 4.1604C9.58413 4.1638 9.59007 4.16714 9.59603 4.17041C9.9806 4.38787 10.324 4.67239 10.6058 5.01183C10.9586 5.43678 11.589 5.49531 12.014 5.14256C12.4389 4.78981 12.4974 4.15935 12.1447 3.7344C11.9228 3.46705 11.677 3.22218 11.4114 3.00201L11.4622 2.9162C11.7437 2.44102 11.5866 1.82764 11.1115 1.54618C10.6363 1.26472 10.0229 1.42177 9.74144 1.89695L9.67135 2.01529C8.91416 1.74681 8.09357 1.63403 7.26055 1.70458Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.8282 20.0486C14.8813 20.015 14.9356 19.9999 14.9906 19.9999C15.1292 19.9999 15.3752 20.1469 15.3752 20.4999C15.3752 20.8529 15.1292 20.9999 14.9906 20.9999C14.9539 20.9999 14.9196 20.9933 14.8867 20.9806C14.3709 20.7832 13.7927 21.0412 13.5952 21.5569C13.3977 22.0727 13.6557 22.6509 14.1715 22.8484C14.4273 22.9463 14.7037 22.9999 14.9906 22.9999C16.3815 22.9999 17.3752 21.8037 17.3752 20.4999C17.3752 19.196 16.3815 17.9999 14.9906 17.9999C14.5066 17.9999 14.0583 18.1518 13.6876 18.4054L13.6707 18.417L13.6543 18.4292C12.7056 19.1369 10.902 20.0689 8.87358 20.3078C8.32509 20.3724 7.93282 20.8694 7.99743 21.4179C8.06204 21.9664 8.55906 22.3587 9.10755 22.2941C11.5334 22.0083 13.65 20.9214 14.8282 20.0486ZM3.48196 20.0982C3.73024 19.6048 4.33143 19.4062 4.82476 19.6544C5.35271 19.9201 5.88967 20.1018 6.42736 20.215C6.9678 20.3287 7.31368 20.8591 7.19991 21.3995C7.08614 21.9399 6.55579 22.2858 6.01535 22.1721C5.3166 22.025 4.61506 21.7879 3.92567 21.441C3.43234 21.1927 3.23368 20.5915 3.48196 20.0982Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.375 20.9999C18.375 20.4476 18.8227 19.9999 19.375 19.9999H21.375C21.9273 19.9999 22.375 20.4476 22.375 20.9999C22.375 21.5522 21.9273 21.9999 21.375 21.9999H19.375C18.8227 21.9999 18.375 21.5522 18.375 20.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.125 13.522C2.125 10.9922 4.0097 8.88278 6.5139 8.39929C7.02337 5.75409 9.45337 3.75012 12.375 3.75012C15.6033 3.75012 18.232 6.19739 18.3314 9.25211C20.7587 9.58173 22.625 11.5713 22.625 13.9765C22.625 16.3437 20.8171 18.3084 18.4458 18.684C17.833 17.4437 16.6013 16.5001 14.9907 16.5001C14.957 16.5001 14.9235 16.5006 14.89 16.5015C15.4586 15.5581 15.3394 14.4951 14.8408 13.7059C14.3423 12.9167 13.44 12.3506 12.3752 12.3506C10.8415 12.3506 9.47523 13.5253 9.47523 15.1207C9.47523 15.673 9.92295 16.1207 10.4752 16.1207C11.0275 16.1207 11.4752 15.673 11.4752 15.1207C11.4752 14.7609 11.8103 14.3506 12.3752 14.3506C12.711 14.3506 12.9944 14.5278 13.15 14.7741C13.2999 15.0114 13.3064 15.261 13.1715 15.4782C12.7161 16.2116 11.6944 17.1805 10.3556 17.8308C10.2195 17.8969 10.085 17.9657 9.95035 18.0345C9.25394 18.3907 8.55374 18.7488 7.60756 18.7488C4.57963 18.7488 2.125 16.4087 2.125 13.522Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-hailstone-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.125 15C13.125 15.5523 12.6773 16 12.125 16C11.5727 16 11.125 15.5523 11.125 15C11.125 14.4477 11.5727 14 12.125 14C12.6773 14 13.125 14.4477 13.125 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.125 18C10.125 18.5523 9.67728 19 9.125 19C8.57272 19 8.125 18.5523 8.125 18C8.125 17.4477 8.57272 17 9.125 17C9.67728 17 10.125 17.4477 10.125 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.125 18C16.125 18.5523 15.6773 19 15.125 19C14.5727 19 14.125 18.5523 14.125 18C14.125 17.4477 14.5727 17 15.125 17C15.6773 17 16.125 17.4477 16.125 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.125 21C7.125 21.5523 6.67728 22 6.125 22C5.57272 22 5.125 21.5523 5.125 21C5.125 20.4477 5.57272 20 6.125 20C6.67728 20 7.125 20.4477 7.125 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.125 22C13.125 22.5523 12.6773 23 12.125 23C11.5727 23 11.125 22.5523 11.125 22C11.125 21.4477 11.5727 21 12.125 21C12.6773 21 13.125 21.4477 13.125 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.125 21C19.125 21.5523 18.6773 22 18.125 22C17.5727 22 17.125 21.5523 17.125 21C17.125 20.4477 17.5727 20 18.125 20C18.6773 20 19.125 20.4477 19.125 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 6.96783C6.01491 7.16384 5.9902 7.26184 5.93372 7.3197C5.87724 7.37755 5.77924 7.40476 5.58325 7.45919C3.15606 8.1332 1.375 10.3583 1.375 13C1.375 15.6054 3.10786 17.8061 5.48393 18.5124C5.54498 18.5306 5.57551 18.5396 5.60808 18.542C5.64065 18.5443 5.68083 18.5385 5.76121 18.5268C5.87997 18.5095 6.00144 18.5005 6.125 18.5005C6.27292 18.5005 6.34688 18.5005 6.36852 18.4973C6.54156 18.4719 6.59646 18.4171 6.62183 18.244C6.625 18.2224 6.625 18.1484 6.625 18.0005C6.625 16.6198 7.74429 15.5005 9.125 15.5005C9.27292 15.5005 9.34688 15.5005 9.36852 15.4973C9.54156 15.4719 9.59646 15.4171 9.62183 15.244C9.625 15.2224 9.625 15.1484 9.625 15.0005C9.625 13.6198 10.7443 12.5005 12.125 12.5005C13.5057 12.5005 14.625 13.6198 14.625 15.0005C14.625 15.1484 14.625 15.2224 14.6282 15.244C14.6535 15.4171 14.7084 15.4719 14.8815 15.4973C14.9031 15.5005 14.9771 15.5005 15.125 15.5005C16.5057 15.5005 17.625 16.6198 17.625 18.0005C17.625 18.1484 17.625 18.2224 17.6282 18.244C17.6535 18.4171 17.7084 18.4719 17.8815 18.4973C17.9031 18.5005 17.9771 18.5005 18.125 18.5005C18.32 18.5005 18.5097 18.5228 18.6918 18.565C18.7819 18.5859 18.8269 18.5963 18.8641 18.5956C18.9013 18.5949 18.936 18.5855 19.0054 18.5666C21.2352 17.9606 22.875 15.9218 22.875 13.5C22.875 11.0285 21.1672 8.95589 18.8673 8.39786C18.6239 8.3388 18.5022 8.30927 18.4397 8.23828C18.3772 8.1673 18.3635 8.04461 18.3362 7.79924C17.9878 4.67731 15.3399 2.25 12.125 2.25C9.20171 2.25 6.74772 4.25653 6.06431 6.96783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 5.85679C3.125 4.27586 4.40141 3 5.96888 3C6.74917 3 7.45702 3.31517 7.97224 3.82904C8.47713 3.3798 9.05535 3.0112 9.68671 2.74345C8.79982 1.67988 7.46405 1 5.96888 1C3.29052 1 1.125 3.17762 1.125 5.85679C1.125 7.25011 1.71096 8.50695 2.64756 9.39203C3.07158 8.86654 3.58625 8.41723 4.16783 8.06783C3.53021 7.54305 3.125 6.7479 3.125 5.85679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.125 15C13.125 15.5523 12.6773 16 12.125 16C11.5727 16 11.125 15.5523 11.125 15C11.125 14.4477 11.5727 14 12.125 14C12.6773 14 13.125 14.4477 13.125 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.125 18C10.125 18.5523 9.67728 19 9.125 19C8.57272 19 8.125 18.5523 8.125 18C8.125 17.4477 8.57272 17 9.125 17C9.67728 17 10.125 17.4477 10.125 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.125 18C16.125 18.5523 15.6773 19 15.125 19C14.5727 19 14.125 18.5523 14.125 18C14.125 17.4477 14.5727 17 15.125 17C15.6773 17 16.125 17.4477 16.125 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.125 21C7.125 21.5523 6.67728 22 6.125 22C5.57272 22 5.125 21.5523 5.125 21C5.125 20.4477 5.57272 20 6.125 20C6.67728 20 7.125 20.4477 7.125 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.125 22C13.125 22.5523 12.6773 23 12.125 23C11.5727 23 11.125 22.5523 11.125 22C11.125 21.4477 11.5727 21 12.125 21C12.6773 21 13.125 21.4477 13.125 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.125 21C19.125 21.5523 18.6773 22 18.125 22C17.5727 22 17.125 21.5523 17.125 21C17.125 20.4477 17.5727 20 18.125 20C18.6773 20 19.125 20.4477 19.125 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 6.96783C6.01491 7.16384 5.9902 7.26184 5.93372 7.3197C5.87724 7.37755 5.77924 7.40476 5.58325 7.45919C3.15606 8.1332 1.375 10.3583 1.375 13C1.375 15.6054 3.10786 17.8061 5.48393 18.5124C5.54498 18.5306 5.57551 18.5396 5.60808 18.542C5.64065 18.5443 5.68083 18.5385 5.76121 18.5268C5.87997 18.5095 6.00144 18.5005 6.125 18.5005C6.27292 18.5005 6.34688 18.5005 6.36852 18.4973C6.54156 18.4719 6.59646 18.4171 6.62183 18.244C6.625 18.2224 6.625 18.1484 6.625 18.0005C6.625 16.6198 7.74429 15.5005 9.125 15.5005C9.27292 15.5005 9.34688 15.5005 9.36852 15.4973C9.54156 15.4719 9.59646 15.4171 9.62183 15.244C9.625 15.2224 9.625 15.1484 9.625 15.0005C9.625 13.6198 10.7443 12.5005 12.125 12.5005C13.5057 12.5005 14.625 13.6198 14.625 15.0005C14.625 15.1484 14.625 15.2224 14.6282 15.244C14.6535 15.4171 14.7084 15.4719 14.8815 15.4973C14.9031 15.5005 14.9771 15.5005 15.125 15.5005C16.5057 15.5005 17.625 16.6198 17.625 18.0005C17.625 18.1484 17.625 18.2224 17.6282 18.244C17.6535 18.4171 17.7084 18.4719 17.8815 18.4973C17.9031 18.5005 17.9771 18.5005 18.125 18.5005C18.32 18.5005 18.5097 18.5228 18.6918 18.565C18.7819 18.5859 18.8269 18.5963 18.8641 18.5956C18.9013 18.5949 18.936 18.5855 19.0054 18.5666C21.2352 17.9606 22.875 15.9218 22.875 13.5C22.875 11.0285 21.1672 8.95589 18.8673 8.39786C18.6239 8.3388 18.5022 8.30927 18.4397 8.23828C18.3772 8.1673 18.3635 8.04461 18.3362 7.79924C17.9878 4.67731 15.3399 2.25 12.125 2.25C9.20171 2.25 6.74772 4.25653 6.06431 6.96783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 5.85679C3.125 4.27586 4.40141 3 5.96888 3C6.74917 3 7.45702 3.31517 7.97224 3.82904C8.47713 3.3798 9.05535 3.0112 9.68671 2.74345C8.79982 1.67988 7.46405 1 5.96888 1C3.29052 1 1.125 3.17762 1.125 5.85679C1.125 7.25011 1.71096 8.50695 2.64756 9.39203C3.07158 8.86654 3.58625 8.41723 4.16783 8.06783C3.53021 7.54305 3.125 6.7479 3.125 5.85679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-hailstone-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.22734 1.03522C6.76024 0.890197 7.30981 1.20464 7.45483 1.73754L7.47194 1.80041C8.44311 1.70326 9.40023 1.83751 10.2762 2.16548L10.4008 1.95244C10.6797 1.47573 11.2922 1.31536 11.7689 1.59423C12.2456 1.8731 12.406 2.48562 12.1271 2.96233L12.0128 3.15777C12.3349 3.4186 12.6315 3.71235 12.8966 4.03573C13.2468 4.46282 13.1844 5.09291 12.7573 5.44306C12.3302 5.79322 11.7001 5.73084 11.35 5.30375C11.0278 4.91079 10.6359 4.582 10.1977 4.3309C10.1902 4.32678 10.1828 4.32256 10.1754 4.31822C10.1751 4.31808 10.1749 4.31793 10.1746 4.31778C9.24825 3.79471 8.11806 3.61725 7.00209 3.91167C5.88123 4.20739 4.9942 4.91972 4.46176 5.83005C3.93016 6.73895 3.75204 7.84523 4.04759 8.93127C4.19572 9.47556 4.44768 9.96332 4.77696 10.3812C5.11879 10.815 5.04424 11.4437 4.61045 11.7856C4.17667 12.1274 3.54791 12.0529 3.20608 11.6191C2.91224 11.2462 2.65965 10.8358 2.45692 10.3932L2.37839 10.4139C1.84438 10.5548 1.29726 10.2361 1.15638 9.70207C1.01549 9.16805 1.33418 8.62094 1.8682 8.48005L1.93388 8.46272C1.8394 7.51602 1.97352 6.58511 2.29818 5.73238L2.09262 5.61526C1.61277 5.34184 1.44542 4.73119 1.71884 4.25133C1.99226 3.77148 2.60291 3.60413 3.08276 3.87755L3.30657 4.00508C3.89734 3.29266 4.65452 2.70714 5.53873 2.31312L5.52501 2.26272C5.37999 1.72981 5.69443 1.18024 6.22734 1.03522Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.127 14.9999C13.127 15.5522 12.6792 15.9999 12.127 15.9999C11.5747 15.9999 11.127 15.5522 11.127 14.9999C11.127 14.4476 11.5747 13.9999 12.127 13.9999C12.6792 13.9999 13.127 14.4476 13.127 14.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.127 17.9999C10.127 18.5522 9.67924 18.9999 9.12695 18.9999C8.57467 18.9999 8.12695 18.5522 8.12695 17.9999C8.12695 17.4476 8.57467 16.9999 9.12695 16.9999C9.67924 16.9999 10.127 17.4476 10.127 17.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.127 17.9999C16.127 18.5522 15.6792 18.9999 15.127 18.9999C14.5747 18.9999 14.127 18.5522 14.127 17.9999C14.127 17.4476 14.5747 16.9999 15.127 16.9999C15.6792 16.9999 16.127 17.4476 16.127 17.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.12695 20.9999C7.12695 21.5522 6.67924 21.9999 6.12695 21.9999C5.57467 21.9999 5.12695 21.5522 5.12695 20.9999C5.12695 20.4476 5.57467 19.9999 6.12695 19.9999C6.67924 19.9999 7.12695 20.4476 7.12695 20.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.127 21.9999C13.127 22.5522 12.6792 22.9999 12.127 22.9999C11.5747 22.9999 11.127 22.5522 11.127 21.9999C11.127 21.4476 11.5747 20.9999 12.127 20.9999C12.6792 20.9999 13.127 21.4476 13.127 21.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.127 20.9999C19.127 21.5522 18.6792 21.9999 18.127 21.9999C17.5747 21.9999 17.127 21.5522 17.127 20.9999C17.127 20.4476 17.5747 19.9999 18.127 19.9999C18.6792 19.9999 19.127 20.4476 19.127 20.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06626 8.96771C6.01686 9.16372 5.99216 9.26172 5.93567 9.31957C5.87919 9.37743 5.7812 9.40464 5.58521 9.45906C3.15802 10.1331 1.37695 12.3581 1.37695 14.9999C1.37695 16.7633 2.17081 18.3414 3.42065 19.3962C3.62469 19.5683 3.7267 19.6544 3.84506 19.6483C3.96342 19.6422 4.08443 19.5166 4.32645 19.2655C4.7812 18.7935 5.41979 18.4999 6.12695 18.4999C6.27487 18.4999 6.34883 18.4999 6.37047 18.4967C6.54352 18.4713 6.59841 18.4164 6.62378 18.2434C6.62695 18.2218 6.62695 18.1478 6.62695 17.9999C6.62695 16.6192 7.74624 15.4999 9.12695 15.4999C9.27487 15.4999 9.34883 15.4999 9.37047 15.4967C9.54352 15.4713 9.59841 15.4164 9.62378 15.2434C9.62695 15.2218 9.62695 15.1478 9.62695 14.9999C9.62695 13.6192 10.7462 12.4999 12.127 12.4999C13.5077 12.4999 14.627 13.6192 14.627 14.9999C14.627 15.1478 14.627 15.2218 14.6301 15.2434C14.6555 15.4164 14.7104 15.4713 14.8834 15.4967C14.9051 15.4999 14.979 15.4999 15.127 15.4999C16.5077 15.4999 17.627 16.6192 17.627 17.9999C17.627 18.1478 17.627 18.2218 17.6301 18.2434C17.6555 18.4164 17.7104 18.4713 17.8834 18.4967C17.9051 18.4999 17.979 18.4999 18.127 18.4999C18.8921 18.4999 19.5769 18.8436 20.0355 19.3851C20.2709 19.663 20.3886 19.802 20.511 19.8131C20.6334 19.8242 20.7402 19.7366 20.9539 19.5614C22.1279 18.5986 22.877 17.1367 22.877 15.4999C22.877 13.0284 21.1692 10.9558 18.8693 10.3977C18.6259 10.3387 18.5042 10.3091 18.4417 10.2382C18.3792 10.1672 18.3655 10.0445 18.3381 9.79912C17.9898 6.67719 15.3418 4.24988 12.127 4.24988C9.20367 4.24988 6.74967 6.25641 6.06626 8.96771Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.22734 1.03522C6.76024 0.890197 7.30981 1.20464 7.45483 1.73754L7.47194 1.80041C8.44311 1.70326 9.40023 1.83751 10.2762 2.16548L10.4008 1.95244C10.6797 1.47573 11.2922 1.31536 11.7689 1.59423C12.2456 1.8731 12.406 2.48562 12.1271 2.96233L12.0128 3.15777C12.3349 3.4186 12.6315 3.71235 12.8966 4.03573C13.2468 4.46282 13.1844 5.09291 12.7573 5.44306C12.3302 5.79322 11.7001 5.73084 11.35 5.30375C11.0278 4.91079 10.6359 4.582 10.1977 4.3309C10.1902 4.32678 10.1828 4.32256 10.1754 4.31822C10.1751 4.31808 10.1749 4.31793 10.1746 4.31778C9.24825 3.79471 8.11806 3.61725 7.00209 3.91167C5.88123 4.20739 4.9942 4.91972 4.46176 5.83005C3.93016 6.73895 3.75204 7.84523 4.04759 8.93127C4.19572 9.47556 4.44768 9.96332 4.77696 10.3812C5.11879 10.815 5.04424 11.4437 4.61045 11.7856C4.17667 12.1274 3.54791 12.0529 3.20608 11.6191C2.91224 11.2462 2.65965 10.8358 2.45692 10.3932L2.37839 10.4139C1.84438 10.5548 1.29726 10.2361 1.15638 9.70207C1.01549 9.16805 1.33418 8.62094 1.8682 8.48005L1.93388 8.46272C1.8394 7.51602 1.97352 6.58511 2.29818 5.73238L2.09262 5.61526C1.61277 5.34184 1.44542 4.73119 1.71884 4.25133C1.99226 3.77148 2.60291 3.60413 3.08276 3.87755L3.30657 4.00508C3.89734 3.29266 4.65452 2.70714 5.53873 2.31312L5.52501 2.26272C5.37999 1.72981 5.69443 1.18024 6.22734 1.03522Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.127 14.9999C13.127 15.5522 12.6792 15.9999 12.127 15.9999C11.5747 15.9999 11.127 15.5522 11.127 14.9999C11.127 14.4476 11.5747 13.9999 12.127 13.9999C12.6792 13.9999 13.127 14.4476 13.127 14.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.127 17.9999C10.127 18.5522 9.67924 18.9999 9.12695 18.9999C8.57467 18.9999 8.12695 18.5522 8.12695 17.9999C8.12695 17.4476 8.57467 16.9999 9.12695 16.9999C9.67924 16.9999 10.127 17.4476 10.127 17.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.127 17.9999C16.127 18.5522 15.6792 18.9999 15.127 18.9999C14.5747 18.9999 14.127 18.5522 14.127 17.9999C14.127 17.4476 14.5747 16.9999 15.127 16.9999C15.6792 16.9999 16.127 17.4476 16.127 17.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.12695 20.9999C7.12695 21.5522 6.67924 21.9999 6.12695 21.9999C5.57467 21.9999 5.12695 21.5522 5.12695 20.9999C5.12695 20.4476 5.57467 19.9999 6.12695 19.9999C6.67924 19.9999 7.12695 20.4476 7.12695 20.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.127 21.9999C13.127 22.5522 12.6792 22.9999 12.127 22.9999C11.5747 22.9999 11.127 22.5522 11.127 21.9999C11.127 21.4476 11.5747 20.9999 12.127 20.9999C12.6792 20.9999 13.127 21.4476 13.127 21.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.127 20.9999C19.127 21.5522 18.6792 21.9999 18.127 21.9999C17.5747 21.9999 17.127 21.5522 17.127 20.9999C17.127 20.4476 17.5747 19.9999 18.127 19.9999C18.6792 19.9999 19.127 20.4476 19.127 20.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06626 8.96771C6.01686 9.16372 5.99216 9.26172 5.93567 9.31957C5.87919 9.37743 5.7812 9.40464 5.58521 9.45906C3.15802 10.1331 1.37695 12.3581 1.37695 14.9999C1.37695 16.7633 2.17081 18.3414 3.42065 19.3962C3.62469 19.5683 3.7267 19.6544 3.84506 19.6483C3.96342 19.6422 4.08443 19.5166 4.32645 19.2655C4.7812 18.7935 5.41979 18.4999 6.12695 18.4999C6.27487 18.4999 6.34883 18.4999 6.37047 18.4967C6.54352 18.4713 6.59841 18.4164 6.62378 18.2434C6.62695 18.2218 6.62695 18.1478 6.62695 17.9999C6.62695 16.6192 7.74624 15.4999 9.12695 15.4999C9.27487 15.4999 9.34883 15.4999 9.37047 15.4967C9.54352 15.4713 9.59841 15.4164 9.62378 15.2434C9.62695 15.2218 9.62695 15.1478 9.62695 14.9999C9.62695 13.6192 10.7462 12.4999 12.127 12.4999C13.5077 12.4999 14.627 13.6192 14.627 14.9999C14.627 15.1478 14.627 15.2218 14.6301 15.2434C14.6555 15.4164 14.7104 15.4713 14.8834 15.4967C14.9051 15.4999 14.979 15.4999 15.127 15.4999C16.5077 15.4999 17.627 16.6192 17.627 17.9999C17.627 18.1478 17.627 18.2218 17.6301 18.2434C17.6555 18.4164 17.7104 18.4713 17.8834 18.4967C17.9051 18.4999 17.979 18.4999 18.127 18.4999C18.8921 18.4999 19.5769 18.8436 20.0355 19.3851C20.2709 19.663 20.3886 19.802 20.511 19.8131C20.6334 19.8242 20.7402 19.7366 20.9539 19.5614C22.1279 18.5986 22.877 17.1367 22.877 15.4999C22.877 13.0284 21.1692 10.9558 18.8693 10.3977C18.6259 10.3387 18.5042 10.3091 18.4417 10.2382C18.3792 10.1672 18.3655 10.0445 18.3381 9.79912C17.9898 6.67719 15.3418 4.24988 12.127 4.24988C9.20367 4.24988 6.74967 6.25641 6.06626 8.96771Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-little-rain-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1261 13.375C12.6784 13.375 13.1261 13.8227 13.1261 14.375V15.875C13.1261 16.4273 12.6784 16.875 12.1261 16.875C11.5738 16.875 11.1261 16.4273 11.1261 15.875V14.375C11.1261 13.8227 11.5738 13.375 12.1261 13.375ZM9.125 16.375C9.67728 16.375 10.125 16.8227 10.125 17.375V18.875C10.125 19.4273 9.67728 19.875 9.125 19.875C8.57272 19.875 8.125 19.4273 8.125 18.875V17.375C8.125 16.8227 8.57272 16.375 9.125 16.375ZM15.125 16.375C15.6773 16.375 16.125 16.8227 16.125 17.375V18.875C16.125 19.4273 15.6773 19.875 15.125 19.875C14.5727 19.875 14.125 19.4273 14.125 18.875V17.375C14.125 16.8227 14.5727 16.375 15.125 16.375ZM6.625 19.375C7.17728 19.375 7.625 19.8227 7.625 20.375V21.875C7.625 22.4273 7.17728 22.875 6.625 22.875C6.07272 22.875 5.625 22.4273 5.625 21.875V20.375C5.625 19.8227 6.07272 19.375 6.625 19.375ZM12.125 19.375C12.6773 19.375 13.125 19.8227 13.125 20.375V21.875C13.125 22.4273 12.6773 22.875 12.125 22.875C11.5727 22.875 11.125 22.4273 11.125 21.875V20.375C11.125 19.8227 11.5727 19.375 12.125 19.375ZM17.625 19.375C18.1773 19.375 18.625 19.8227 18.625 20.375V21.875C18.625 22.4273 18.1773 22.875 17.625 22.875C17.0727 22.875 16.625 22.4273 16.625 21.875V20.375C16.625 19.8227 17.0727 19.375 17.625 19.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 7.09283C6.01491 7.28884 5.9902 7.38684 5.93372 7.4447C5.87724 7.50255 5.77924 7.52976 5.58325 7.58419C3.15606 8.2582 1.375 10.4833 1.375 13.125C1.375 15.4236 2.72381 17.4073 4.67314 18.3275C4.81498 18.3945 4.8859 18.428 4.96259 18.4234C5.03928 18.4187 5.12458 18.365 5.29519 18.2577C5.5463 18.0996 5.8275 17.985 6.12825 17.9244C6.34457 17.8808 6.45273 17.859 6.50804 17.8164C6.54976 17.7842 6.57093 17.7584 6.59418 17.7111C6.625 17.6485 6.625 17.5573 6.625 17.375C6.625 15.9943 7.74429 14.875 9.125 14.875C9.28862 14.875 9.37043 14.875 9.41289 14.8622C9.52188 14.8292 9.58029 14.7708 9.61324 14.6618C9.62607 14.6194 9.62607 14.5532 9.62607 14.4208V14.375C9.62607 12.9943 10.7454 11.875 12.1261 11.875C13.5068 11.875 14.6261 12.9943 14.6261 14.375V14.4226C14.6261 14.5534 14.6261 14.6188 14.6386 14.6608C14.6714 14.7707 14.7304 14.8297 14.8403 14.8625C14.8823 14.875 14.9632 14.875 15.125 14.875C16.5057 14.875 17.625 15.9943 17.625 17.375C17.625 17.5573 17.625 17.6485 17.6558 17.7111C17.6791 17.7584 17.7002 17.7842 17.742 17.8164C17.7973 17.859 17.9054 17.8808 18.1217 17.9244C18.4737 17.9953 18.7989 18.1402 19.0805 18.3422C19.2487 18.4628 19.3328 18.5231 19.4114 18.5315C19.4901 18.54 19.5635 18.5082 19.7103 18.4445C21.5724 17.6378 22.875 15.7835 22.875 13.625C22.875 11.1535 21.1672 9.08089 18.8673 8.52286C18.6239 8.4638 18.5022 8.43427 18.4397 8.36328C18.3772 8.2923 18.3635 8.16961 18.3362 7.92424C17.9878 4.80231 15.3399 2.375 12.125 2.375C9.20171 2.375 6.74772 4.38153 6.06431 7.09283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 5.98179C3.125 4.40086 4.40141 3.125 5.96888 3.125C6.74917 3.125 7.45702 3.44017 7.97224 3.95404C8.47713 3.5048 9.05535 3.1362 9.68671 2.86845C8.79982 1.80488 7.46405 1.125 5.96888 1.125C3.29052 1.125 1.125 3.30262 1.125 5.98179C1.125 7.37511 1.71096 8.63195 2.64756 9.51703C3.07158 8.99154 3.58625 8.54223 4.16783 8.19283C3.53021 7.66805 3.125 6.8729 3.125 5.98179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1261 13.375C12.6784 13.375 13.1261 13.8227 13.1261 14.375V15.875C13.1261 16.4273 12.6784 16.875 12.1261 16.875C11.5738 16.875 11.1261 16.4273 11.1261 15.875V14.375C11.1261 13.8227 11.5738 13.375 12.1261 13.375ZM9.125 16.375C9.67728 16.375 10.125 16.8227 10.125 17.375V18.875C10.125 19.4273 9.67728 19.875 9.125 19.875C8.57272 19.875 8.125 19.4273 8.125 18.875V17.375C8.125 16.8227 8.57272 16.375 9.125 16.375ZM15.125 16.375C15.6773 16.375 16.125 16.8227 16.125 17.375V18.875C16.125 19.4273 15.6773 19.875 15.125 19.875C14.5727 19.875 14.125 19.4273 14.125 18.875V17.375C14.125 16.8227 14.5727 16.375 15.125 16.375ZM6.625 19.375C7.17728 19.375 7.625 19.8227 7.625 20.375V21.875C7.625 22.4273 7.17728 22.875 6.625 22.875C6.07272 22.875 5.625 22.4273 5.625 21.875V20.375C5.625 19.8227 6.07272 19.375 6.625 19.375ZM12.125 19.375C12.6773 19.375 13.125 19.8227 13.125 20.375V21.875C13.125 22.4273 12.6773 22.875 12.125 22.875C11.5727 22.875 11.125 22.4273 11.125 21.875V20.375C11.125 19.8227 11.5727 19.375 12.125 19.375ZM17.625 19.375C18.1773 19.375 18.625 19.8227 18.625 20.375V21.875C18.625 22.4273 18.1773 22.875 17.625 22.875C17.0727 22.875 16.625 22.4273 16.625 21.875V20.375C16.625 19.8227 17.0727 19.375 17.625 19.375Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 7.09283C6.01491 7.28884 5.9902 7.38684 5.93372 7.4447C5.87724 7.50255 5.77924 7.52976 5.58325 7.58419C3.15606 8.2582 1.375 10.4833 1.375 13.125C1.375 15.4236 2.72381 17.4073 4.67314 18.3275C4.81498 18.3945 4.8859 18.428 4.96259 18.4234C5.03928 18.4187 5.12458 18.365 5.29519 18.2577C5.5463 18.0996 5.8275 17.985 6.12825 17.9244C6.34457 17.8808 6.45273 17.859 6.50804 17.8164C6.54976 17.7842 6.57093 17.7584 6.59418 17.7111C6.625 17.6485 6.625 17.5573 6.625 17.375C6.625 15.9943 7.74429 14.875 9.125 14.875C9.28862 14.875 9.37043 14.875 9.41289 14.8622C9.52188 14.8292 9.58029 14.7708 9.61324 14.6618C9.62607 14.6194 9.62607 14.5532 9.62607 14.4208V14.375C9.62607 12.9943 10.7454 11.875 12.1261 11.875C13.5068 11.875 14.6261 12.9943 14.6261 14.375V14.4226C14.6261 14.5534 14.6261 14.6188 14.6386 14.6608C14.6714 14.7707 14.7304 14.8297 14.8403 14.8625C14.8823 14.875 14.9632 14.875 15.125 14.875C16.5057 14.875 17.625 15.9943 17.625 17.375C17.625 17.5573 17.625 17.6485 17.6558 17.7111C17.6791 17.7584 17.7002 17.7842 17.742 17.8164C17.7973 17.859 17.9054 17.8808 18.1217 17.9244C18.4737 17.9953 18.7989 18.1402 19.0805 18.3422C19.2487 18.4628 19.3328 18.5231 19.4114 18.5315C19.4901 18.54 19.5635 18.5082 19.7103 18.4445C21.5724 17.6378 22.875 15.7835 22.875 13.625C22.875 11.1535 21.1672 9.08089 18.8673 8.52286C18.6239 8.4638 18.5022 8.43427 18.4397 8.36328C18.3772 8.2923 18.3635 8.16961 18.3362 7.92424C17.9878 4.80231 15.3399 2.375 12.125 2.375C9.20171 2.375 6.74772 4.38153 6.06431 7.09283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 5.98179C3.125 4.40086 4.40141 3.125 5.96888 3.125C6.74917 3.125 7.45702 3.44017 7.97224 3.95404C8.47713 3.5048 9.05535 3.1362 9.68671 2.86845C8.79982 1.80488 7.46405 1.125 5.96888 1.125C3.29052 1.125 1.125 3.30262 1.125 5.98179C1.125 7.37511 1.71096 8.63195 2.64756 9.51703C3.07158 8.99154 3.58625 8.54223 4.16783 8.19283C3.53021 7.66805 3.125 6.8729 3.125 5.98179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-little-rain-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.22929 1.16022C6.76219 1.0152 7.31176 1.32964 7.45678 1.86254L7.47389 1.92541C8.44507 1.82826 9.40219 1.96251 10.2781 2.29048L10.4028 2.07744C10.6816 1.60073 11.2941 1.44036 11.7708 1.71923C12.2476 1.9981 12.4079 2.61062 12.1291 3.08733L12.0147 3.28277C12.3369 3.5436 12.6335 3.83735 12.8986 4.16073C13.2487 4.58782 13.1864 5.21791 12.7593 5.56806C12.3322 5.91822 11.7021 5.85584 11.3519 5.42875C11.0298 5.03579 10.6379 4.707 10.1996 4.4559C10.1922 4.45178 10.1847 4.44756 10.1773 4.44322C10.1771 4.44308 10.1768 4.44293 10.1766 4.44278C9.25021 3.91971 8.12001 3.74225 7.00404 4.03667C5.88318 4.33239 4.99615 5.04472 4.46372 5.95505C3.93212 6.86395 3.754 7.97023 4.04955 9.05627C4.19767 9.60056 4.44963 10.0883 4.77892 10.5062C5.12075 10.94 5.0462 11.5687 4.61241 11.9106C4.17862 12.2524 3.54986 12.1779 3.20803 11.7441C2.91419 11.3712 2.6616 10.9608 2.45888 10.5182L2.38034 10.5389C1.84633 10.6798 1.29922 10.3611 1.15833 9.82707C1.01744 9.29305 1.33614 8.74594 1.87015 8.60505L1.93583 8.58772C1.84135 7.64102 1.97547 6.71011 2.30013 5.85738L2.09458 5.74026C1.61472 5.46684 1.44737 4.85619 1.72079 4.37633C1.99421 3.89648 2.60486 3.72913 3.08472 4.00255L3.30852 4.13008C3.8993 3.41766 4.65648 2.83214 5.54068 2.43812L5.52697 2.38772C5.38194 1.85481 5.69638 1.30524 6.22929 1.16022Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1222 13.3749C12.6745 13.3749 13.1222 13.8226 13.1222 14.3749V15.8749C13.1222 16.4272 12.6745 16.8749 12.1222 16.8749C11.5699 16.8749 11.1222 16.4272 11.1222 15.8749V14.3749C11.1222 13.8226 11.5699 13.3749 12.1222 13.3749ZM9.12109 16.3749C9.67338 16.3749 10.1211 16.8226 10.1211 17.3749V18.8749C10.1211 19.4272 9.67338 19.8749 9.12109 19.8749C8.56881 19.8749 8.12109 19.4272 8.12109 18.8749V17.3749C8.12109 16.8226 8.56881 16.3749 9.12109 16.3749ZM15.1211 16.3749C15.6734 16.3749 16.1211 16.8226 16.1211 17.3749V18.8749C16.1211 19.4272 15.6734 19.8749 15.1211 19.8749C14.5688 19.8749 14.1211 19.4272 14.1211 18.8749V17.3749C14.1211 16.8226 14.5688 16.3749 15.1211 16.3749ZM6.62109 19.3749C7.17338 19.3749 7.62109 19.8226 7.62109 20.3749V21.8749C7.62109 22.4272 7.17338 22.8749 6.62109 22.8749C6.06881 22.8749 5.62109 22.4272 5.62109 21.8749V20.3749C5.62109 19.8226 6.06881 19.3749 6.62109 19.3749ZM12.1211 19.3749C12.6734 19.3749 13.1211 19.8226 13.1211 20.3749V21.8749C13.1211 22.4272 12.6734 22.8749 12.1211 22.8749C11.5688 22.8749 11.1211 22.4272 11.1211 21.8749V20.3749C11.1211 19.8226 11.5688 19.3749 12.1211 19.3749ZM17.6211 19.3749C18.1734 19.3749 18.6211 19.8226 18.6211 20.3749V21.8749C18.6211 22.4272 18.1734 22.8749 17.6211 22.8749C17.0688 22.8749 16.6211 22.4272 16.6211 21.8749V20.3749C16.6211 19.8226 17.0688 19.3749 17.6211 19.3749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 9.09271C6.01491 9.28872 5.9902 9.38672 5.93372 9.44457C5.87724 9.50243 5.77924 9.52964 5.58325 9.58406C3.15606 10.2581 1.375 12.4831 1.375 15.1249C1.375 16.8791 2.16055 18.4498 3.39906 19.5045C3.66956 19.7349 3.80481 19.85 3.94501 19.8243C4.08521 19.7985 4.19944 19.5903 4.42789 19.174C4.77629 18.5391 5.39238 18.0719 6.12424 17.9243C6.34063 17.8806 6.44883 17.8588 6.50414 17.8162C6.54586 17.7841 6.56702 17.7582 6.59027 17.711C6.62109 17.6484 6.62109 17.5572 6.62109 17.3749C6.62109 15.9942 7.74038 14.8749 9.12109 14.8749C9.28471 14.8749 9.36652 14.8749 9.40898 14.8621C9.51798 14.8291 9.57638 14.7707 9.60933 14.6617C9.62217 14.6193 9.62217 14.5531 9.62217 14.4207V14.3749C9.62217 12.9942 10.7415 11.8749 12.1222 11.8749C13.5029 11.8749 14.6222 12.9942 14.6222 14.3749V14.4225C14.6222 14.5533 14.6222 14.6187 14.6347 14.6607C14.6675 14.7706 14.7265 14.8296 14.8364 14.8624C14.8784 14.8749 14.9593 14.8749 15.1211 14.8749C16.5018 14.8749 17.6211 15.9942 17.6211 17.3749C17.6211 17.5572 17.6211 17.6484 17.6519 17.711C17.6752 17.7583 17.6963 17.7841 17.7381 17.8162C17.7934 17.8588 17.9015 17.8806 18.1179 17.9243C18.908 18.0836 19.5631 18.6154 19.8923 19.3286C20.0973 19.7728 20.1998 19.9949 20.3422 20.0284C20.4846 20.0619 20.626 19.9483 20.909 19.7212C22.1076 18.759 22.875 17.2816 22.875 15.6249C22.875 13.1534 21.1672 11.0808 18.8673 10.5227C18.6239 10.4637 18.5022 10.4341 18.4397 10.3632C18.3772 10.2922 18.3635 10.1695 18.3362 9.92412C17.9878 6.80219 15.3399 4.37488 12.125 4.37488C9.20171 4.37488 6.74772 6.38141 6.06431 9.09271Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.22929 1.16022C6.76219 1.0152 7.31176 1.32964 7.45678 1.86254L7.47389 1.92541C8.44507 1.82826 9.40219 1.96251 10.2781 2.29048L10.4028 2.07744C10.6816 1.60073 11.2941 1.44036 11.7708 1.71923C12.2476 1.9981 12.4079 2.61062 12.1291 3.08733L12.0147 3.28277C12.3369 3.5436 12.6335 3.83735 12.8986 4.16073C13.2487 4.58782 13.1864 5.21791 12.7593 5.56806C12.3322 5.91822 11.7021 5.85584 11.3519 5.42875C11.0298 5.03579 10.6379 4.707 10.1996 4.4559C10.1922 4.45178 10.1847 4.44756 10.1773 4.44322C10.1771 4.44308 10.1768 4.44293 10.1766 4.44278C9.25021 3.91971 8.12001 3.74225 7.00404 4.03667C5.88318 4.33239 4.99615 5.04472 4.46372 5.95505C3.93212 6.86395 3.754 7.97023 4.04955 9.05627C4.19767 9.60056 4.44963 10.0883 4.77892 10.5062C5.12075 10.94 5.0462 11.5687 4.61241 11.9106C4.17862 12.2524 3.54986 12.1779 3.20803 11.7441C2.91419 11.3712 2.6616 10.9608 2.45888 10.5182L2.38034 10.5389C1.84633 10.6798 1.29922 10.3611 1.15833 9.82707C1.01744 9.29305 1.33614 8.74594 1.87015 8.60505L1.93583 8.58772C1.84135 7.64102 1.97547 6.71011 2.30013 5.85738L2.09458 5.74026C1.61472 5.46684 1.44737 4.85619 1.72079 4.37633C1.99421 3.89648 2.60486 3.72913 3.08472 4.00255L3.30852 4.13008C3.8993 3.41766 4.65648 2.83214 5.54068 2.43812L5.52697 2.38772C5.38194 1.85481 5.69638 1.30524 6.22929 1.16022Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1222 13.3749C12.6745 13.3749 13.1222 13.8226 13.1222 14.3749V15.8749C13.1222 16.4272 12.6745 16.8749 12.1222 16.8749C11.5699 16.8749 11.1222 16.4272 11.1222 15.8749V14.3749C11.1222 13.8226 11.5699 13.3749 12.1222 13.3749ZM9.12109 16.3749C9.67338 16.3749 10.1211 16.8226 10.1211 17.3749V18.8749C10.1211 19.4272 9.67338 19.8749 9.12109 19.8749C8.56881 19.8749 8.12109 19.4272 8.12109 18.8749V17.3749C8.12109 16.8226 8.56881 16.3749 9.12109 16.3749ZM15.1211 16.3749C15.6734 16.3749 16.1211 16.8226 16.1211 17.3749V18.8749C16.1211 19.4272 15.6734 19.8749 15.1211 19.8749C14.5688 19.8749 14.1211 19.4272 14.1211 18.8749V17.3749C14.1211 16.8226 14.5688 16.3749 15.1211 16.3749ZM6.62109 19.3749C7.17338 19.3749 7.62109 19.8226 7.62109 20.3749V21.8749C7.62109 22.4272 7.17338 22.8749 6.62109 22.8749C6.06881 22.8749 5.62109 22.4272 5.62109 21.8749V20.3749C5.62109 19.8226 6.06881 19.3749 6.62109 19.3749ZM12.1211 19.3749C12.6734 19.3749 13.1211 19.8226 13.1211 20.3749V21.8749C13.1211 22.4272 12.6734 22.8749 12.1211 22.8749C11.5688 22.8749 11.1211 22.4272 11.1211 21.8749V20.3749C11.1211 19.8226 11.5688 19.3749 12.1211 19.3749ZM17.6211 19.3749C18.1734 19.3749 18.6211 19.8226 18.6211 20.3749V21.8749C18.6211 22.4272 18.1734 22.8749 17.6211 22.8749C17.0688 22.8749 16.6211 22.4272 16.6211 21.8749V20.3749C16.6211 19.8226 17.0688 19.3749 17.6211 19.3749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 9.09271C6.01491 9.28872 5.9902 9.38672 5.93372 9.44457C5.87724 9.50243 5.77924 9.52964 5.58325 9.58406C3.15606 10.2581 1.375 12.4831 1.375 15.1249C1.375 16.8791 2.16055 18.4498 3.39906 19.5045C3.66956 19.7349 3.80481 19.85 3.94501 19.8243C4.08521 19.7985 4.19944 19.5903 4.42789 19.174C4.77629 18.5391 5.39238 18.0719 6.12424 17.9243C6.34063 17.8806 6.44883 17.8588 6.50414 17.8162C6.54586 17.7841 6.56702 17.7582 6.59027 17.711C6.62109 17.6484 6.62109 17.5572 6.62109 17.3749C6.62109 15.9942 7.74038 14.8749 9.12109 14.8749C9.28471 14.8749 9.36652 14.8749 9.40898 14.8621C9.51798 14.8291 9.57638 14.7707 9.60933 14.6617C9.62217 14.6193 9.62217 14.5531 9.62217 14.4207V14.3749C9.62217 12.9942 10.7415 11.8749 12.1222 11.8749C13.5029 11.8749 14.6222 12.9942 14.6222 14.3749V14.4225C14.6222 14.5533 14.6222 14.6187 14.6347 14.6607C14.6675 14.7706 14.7265 14.8296 14.8364 14.8624C14.8784 14.8749 14.9593 14.8749 15.1211 14.8749C16.5018 14.8749 17.6211 15.9942 17.6211 17.3749C17.6211 17.5572 17.6211 17.6484 17.6519 17.711C17.6752 17.7583 17.6963 17.7841 17.7381 17.8162C17.7934 17.8588 17.9015 17.8806 18.1179 17.9243C18.908 18.0836 19.5631 18.6154 19.8923 19.3286C20.0973 19.7728 20.1998 19.9949 20.3422 20.0284C20.4846 20.0619 20.626 19.9483 20.909 19.7212C22.1076 18.759 22.875 17.2816 22.875 15.6249C22.875 13.1534 21.1672 11.0808 18.8673 10.5227C18.6239 10.4637 18.5022 10.4341 18.4397 10.3632C18.3772 10.2922 18.3635 10.1695 18.3362 9.92412C17.9878 6.80219 15.3399 4.37488 12.125 4.37488C9.20171 4.37488 6.74772 6.38141 6.06431 9.09271Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-little-snow-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4179 15.1679C10.8084 14.7774 11.4416 14.7774 11.8321 15.1679L12.125 15.4608L12.4179 15.1679C12.8084 14.7774 13.4416 14.7774 13.8321 15.1679C14.2226 15.5584 14.2226 16.1916 13.8321 16.5821L13.5392 16.875L13.8321 17.1679C14.2226 17.5584 14.2226 18.1916 13.8321 18.5821C13.4416 18.9726 12.8084 18.9726 12.4179 18.5821L12.125 18.2892L11.8321 18.5821C11.4416 18.9726 10.8084 18.9726 10.4179 18.5821C10.0274 18.1916 10.0274 17.5584 10.4179 17.1679L10.7108 16.875L10.4179 16.5821C10.0274 16.1916 10.0274 15.5584 10.4179 15.1679ZM6.41789 19.1679C6.80842 18.7774 7.44158 18.7774 7.83211 19.1679L8.125 19.4608L8.41789 19.1679C8.80842 18.7774 9.44158 18.7774 9.83211 19.1679C10.2226 19.5584 10.2226 20.1916 9.83211 20.5821L9.53921 20.875L9.83211 21.1679C10.2226 21.5584 10.2226 22.1916 9.83211 22.5821C9.44158 22.9726 8.80842 22.9726 8.41789 22.5821L8.125 22.2892L7.83211 22.5821C7.44158 22.9726 6.80842 22.9726 6.41789 22.5821C6.02737 22.1916 6.02737 21.5584 6.41789 21.1679L6.71079 20.875L6.41789 20.5821C6.02737 20.1916 6.02737 19.5584 6.41789 19.1679ZM14.4179 19.1679C14.8084 18.7774 15.4416 18.7774 15.8321 19.1679L16.125 19.4608L16.4179 19.1679C16.8084 18.7774 17.4416 18.7774 17.8321 19.1679C18.2226 19.5584 18.2226 20.1916 17.8321 20.5821L17.5392 20.875L17.8321 21.1679C18.2226 21.5584 18.2226 22.1916 17.8321 22.5821C17.4416 22.9726 16.8084 22.9726 16.4179 22.5821L16.125 22.2892L15.8321 22.5821C15.4416 22.9726 14.8084 22.9726 14.4179 22.5821C14.0274 22.1916 14.0274 21.5584 14.4179 21.1679L14.7108 20.875L14.4179 20.5821C14.0274 20.1916 14.0274 19.5584 14.4179 19.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.375 13.125C1.375 10.4833 3.15606 8.2582 5.58325 7.58419C5.77924 7.52976 5.87724 7.50255 5.93372 7.4447C5.9902 7.38684 6.01491 7.28884 6.06431 7.09283C6.74772 4.38153 9.20171 2.375 12.125 2.375C15.3399 2.375 17.9878 4.80231 18.3362 7.92424C18.3635 8.16959 18.3772 8.2923 18.4397 8.36328C18.5022 8.43427 18.6239 8.4638 18.8673 8.52286C21.1672 9.08089 22.875 11.1535 22.875 13.625C22.875 15.7744 21.5833 17.6222 19.7338 18.4343C19.5462 18.5167 19.4525 18.5578 19.3571 18.537C19.2617 18.5161 19.1732 18.4164 18.9961 18.2169C18.963 18.1796 18.9285 18.143 18.8928 18.1072C18.1998 17.4142 17.2012 17.2131 16.3308 17.5039C16.236 17.5356 16.1886 17.5514 16.1554 17.5548C16.1297 17.5574 16.1206 17.5574 16.0948 17.5548C16.0617 17.5515 16.0139 17.5355 15.9183 17.5036C15.7718 17.4547 15.6985 17.4303 15.6599 17.4016C15.6295 17.3789 15.6211 17.3705 15.5984 17.3401C15.5697 17.3015 15.5453 17.2282 15.4964 17.0817C15.4645 16.9861 15.4485 16.9383 15.4452 16.9052C15.4426 16.8795 15.4426 16.8703 15.4452 16.8446C15.4486 16.8115 15.4644 16.764 15.4961 16.6692C15.7868 15.7988 15.5858 14.8002 14.8928 14.1072C14.2101 13.4246 13.2309 13.2193 12.3699 13.4912C12.2375 13.533 12.1712 13.554 12.125 13.554C12.0788 13.554 12.0125 13.5331 11.8802 13.4912C11.0191 13.2193 10.0399 13.4246 9.35723 14.1072C8.66425 14.8002 8.46314 15.7988 8.75392 16.6692C8.7856 16.764 8.80145 16.8114 8.80482 16.8446C8.80743 16.8703 8.80744 16.8795 8.80483 16.9052C8.80147 16.9383 8.78552 16.9861 8.75362 17.0817C8.70473 17.2282 8.68029 17.3015 8.65158 17.3401C8.62893 17.3705 8.62049 17.3789 8.59007 17.4016C8.5515 17.4303 8.47824 17.4547 8.33172 17.5036C8.23612 17.5355 8.1883 17.5515 8.15518 17.5548C8.12945 17.5574 8.12029 17.5574 8.09457 17.5548C8.06145 17.5514 8.01404 17.5356 7.91921 17.5039C7.04885 17.2132 6.05022 17.4143 5.35723 18.1072L5.34906 18.1154C5.16311 18.3031 5.07013 18.3969 4.97502 18.413C4.87992 18.4291 4.78804 18.3842 4.60429 18.2945C2.69212 17.3603 1.375 15.3965 1.375 13.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 5.98179C3.125 4.40086 4.40141 3.125 5.96888 3.125C6.74917 3.125 7.45702 3.44017 7.97224 3.95404C8.47713 3.5048 9.05535 3.1362 9.68671 2.86845C8.79982 1.80488 7.46405 1.125 5.96888 1.125C3.29052 1.125 1.125 3.30262 1.125 5.98179C1.125 7.37511 1.71096 8.63195 2.64756 9.51703C3.07158 8.99154 3.58625 8.54223 4.16783 8.19283C3.53021 7.66805 3.125 6.8729 3.125 5.98179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4179 15.1679C10.8084 14.7774 11.4416 14.7774 11.8321 15.1679L12.125 15.4608L12.4179 15.1679C12.8084 14.7774 13.4416 14.7774 13.8321 15.1679C14.2226 15.5584 14.2226 16.1916 13.8321 16.5821L13.5392 16.875L13.8321 17.1679C14.2226 17.5584 14.2226 18.1916 13.8321 18.5821C13.4416 18.9726 12.8084 18.9726 12.4179 18.5821L12.125 18.2892L11.8321 18.5821C11.4416 18.9726 10.8084 18.9726 10.4179 18.5821C10.0274 18.1916 10.0274 17.5584 10.4179 17.1679L10.7108 16.875L10.4179 16.5821C10.0274 16.1916 10.0274 15.5584 10.4179 15.1679ZM6.41789 19.1679C6.80842 18.7774 7.44158 18.7774 7.83211 19.1679L8.125 19.4608L8.41789 19.1679C8.80842 18.7774 9.44158 18.7774 9.83211 19.1679C10.2226 19.5584 10.2226 20.1916 9.83211 20.5821L9.53921 20.875L9.83211 21.1679C10.2226 21.5584 10.2226 22.1916 9.83211 22.5821C9.44158 22.9726 8.80842 22.9726 8.41789 22.5821L8.125 22.2892L7.83211 22.5821C7.44158 22.9726 6.80842 22.9726 6.41789 22.5821C6.02737 22.1916 6.02737 21.5584 6.41789 21.1679L6.71079 20.875L6.41789 20.5821C6.02737 20.1916 6.02737 19.5584 6.41789 19.1679ZM14.4179 19.1679C14.8084 18.7774 15.4416 18.7774 15.8321 19.1679L16.125 19.4608L16.4179 19.1679C16.8084 18.7774 17.4416 18.7774 17.8321 19.1679C18.2226 19.5584 18.2226 20.1916 17.8321 20.5821L17.5392 20.875L17.8321 21.1679C18.2226 21.5584 18.2226 22.1916 17.8321 22.5821C17.4416 22.9726 16.8084 22.9726 16.4179 22.5821L16.125 22.2892L15.8321 22.5821C15.4416 22.9726 14.8084 22.9726 14.4179 22.5821C14.0274 22.1916 14.0274 21.5584 14.4179 21.1679L14.7108 20.875L14.4179 20.5821C14.0274 20.1916 14.0274 19.5584 14.4179 19.1679Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.375 13.125C1.375 10.4833 3.15606 8.2582 5.58325 7.58419C5.77924 7.52976 5.87724 7.50255 5.93372 7.4447C5.9902 7.38684 6.01491 7.28884 6.06431 7.09283C6.74772 4.38153 9.20171 2.375 12.125 2.375C15.3399 2.375 17.9878 4.80231 18.3362 7.92424C18.3635 8.16959 18.3772 8.2923 18.4397 8.36328C18.5022 8.43427 18.6239 8.4638 18.8673 8.52286C21.1672 9.08089 22.875 11.1535 22.875 13.625C22.875 15.7744 21.5833 17.6222 19.7338 18.4343C19.5462 18.5167 19.4525 18.5578 19.3571 18.537C19.2617 18.5161 19.1732 18.4164 18.9961 18.2169C18.963 18.1796 18.9285 18.143 18.8928 18.1072C18.1998 17.4142 17.2012 17.2131 16.3308 17.5039C16.236 17.5356 16.1886 17.5514 16.1554 17.5548C16.1297 17.5574 16.1206 17.5574 16.0948 17.5548C16.0617 17.5515 16.0139 17.5355 15.9183 17.5036C15.7718 17.4547 15.6985 17.4303 15.6599 17.4016C15.6295 17.3789 15.6211 17.3705 15.5984 17.3401C15.5697 17.3015 15.5453 17.2282 15.4964 17.0817C15.4645 16.9861 15.4485 16.9383 15.4452 16.9052C15.4426 16.8795 15.4426 16.8703 15.4452 16.8446C15.4486 16.8115 15.4644 16.764 15.4961 16.6692C15.7868 15.7988 15.5858 14.8002 14.8928 14.1072C14.2101 13.4246 13.2309 13.2193 12.3699 13.4912C12.2375 13.533 12.1712 13.554 12.125 13.554C12.0788 13.554 12.0125 13.5331 11.8802 13.4912C11.0191 13.2193 10.0399 13.4246 9.35723 14.1072C8.66425 14.8002 8.46314 15.7988 8.75392 16.6692C8.7856 16.764 8.80145 16.8114 8.80482 16.8446C8.80743 16.8703 8.80744 16.8795 8.80483 16.9052C8.80147 16.9383 8.78552 16.9861 8.75362 17.0817C8.70473 17.2282 8.68029 17.3015 8.65158 17.3401C8.62893 17.3705 8.62049 17.3789 8.59007 17.4016C8.5515 17.4303 8.47824 17.4547 8.33172 17.5036C8.23612 17.5355 8.1883 17.5515 8.15518 17.5548C8.12945 17.5574 8.12029 17.5574 8.09457 17.5548C8.06145 17.5514 8.01404 17.5356 7.91921 17.5039C7.04885 17.2132 6.05022 17.4143 5.35723 18.1072L5.34906 18.1154C5.16311 18.3031 5.07013 18.3969 4.97502 18.413C4.87992 18.4291 4.78804 18.3842 4.60429 18.2945C2.69212 17.3603 1.375 15.3965 1.375 13.125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 5.98179C3.125 4.40086 4.40141 3.125 5.96888 3.125C6.74917 3.125 7.45702 3.44017 7.97224 3.95404C8.47713 3.5048 9.05535 3.1362 9.68671 2.86845C8.79982 1.80488 7.46405 1.125 5.96888 1.125C3.29052 1.125 1.125 3.30262 1.125 5.98179C1.125 7.37511 1.71096 8.63195 2.64756 9.51703C3.07158 8.99154 3.58625 8.54223 4.16783 8.19283C3.53021 7.66805 3.125 6.8729 3.125 5.98179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-little-snow-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4179 15.1678C10.8084 14.7772 11.4416 14.7772 11.8321 15.1678L12.125 15.4607L12.4179 15.1678C12.8084 14.7772 13.4416 14.7772 13.8321 15.1678C14.2226 15.5583 14.2226 16.1915 13.8321 16.582L13.5392 16.8749L13.8321 17.1678C14.2226 17.5583 14.2226 18.1915 13.8321 18.582C13.4416 18.9725 12.8084 18.9725 12.4179 18.582L12.125 18.2891L11.8321 18.582C11.4416 18.9725 10.8084 18.9725 10.4179 18.582C10.0274 18.1915 10.0274 17.5583 10.4179 17.1678L10.7108 16.8749L10.4179 16.582C10.0274 16.1915 10.0274 15.5583 10.4179 15.1678ZM6.41789 19.1678C6.80842 18.7772 7.44158 18.7772 7.83211 19.1678L8.125 19.4607L8.41789 19.1678C8.80842 18.7772 9.44158 18.7772 9.83211 19.1678C10.2226 19.5583 10.2226 20.1915 9.83211 20.582L9.53921 20.8749L9.83211 21.1678C10.2226 21.5583 10.2226 22.1915 9.83211 22.582C9.44158 22.9725 8.80842 22.9725 8.41789 22.582L8.125 22.2891L7.83211 22.582C7.44158 22.9725 6.80842 22.9725 6.41789 22.582C6.02737 22.1915 6.02737 21.5583 6.41789 21.1678L6.71079 20.8749L6.41789 20.582C6.02737 20.1915 6.02737 19.5583 6.41789 19.1678ZM14.4179 19.1678C14.8084 18.7772 15.4416 18.7772 15.8321 19.1678L16.125 19.4607L16.4179 19.1678C16.8084 18.7772 17.4416 18.7772 17.8321 19.1678C18.2226 19.5583 18.2226 20.1915 17.8321 20.582L17.5392 20.8749L17.8321 21.1678C18.2226 21.5583 18.2226 22.1915 17.8321 22.582C17.4416 22.9725 16.8084 22.9725 16.4179 22.582L16.125 22.2891L15.8321 22.582C15.4416 22.9725 14.8084 22.9725 14.4179 22.582C14.0274 22.1915 14.0274 21.5583 14.4179 21.1678L14.7108 20.8749L14.4179 20.582C14.0274 20.1915 14.0274 19.5583 14.4179 19.1678Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.375 15.1249C1.375 12.4831 3.15606 10.2581 5.58325 9.58406C5.77924 9.52964 5.87724 9.50243 5.93372 9.44457C5.9902 9.38672 6.01491 9.28872 6.06431 9.09271C6.74772 6.38141 9.20171 4.37488 12.125 4.37488C15.3399 4.37488 17.9878 6.80219 18.3362 9.92412C18.3635 10.1695 18.3772 10.2922 18.4397 10.3632C18.5022 10.4341 18.6239 10.4637 18.8673 10.5227C21.1672 11.0808 22.875 13.1534 22.875 15.6249C22.875 17.4264 21.9676 19.016 20.5849 19.9615C20.2299 20.2043 20.0524 20.3257 19.904 20.2667C19.7556 20.2076 19.693 19.9193 19.568 19.3427C19.4698 18.8899 19.2447 18.4591 18.8928 18.1071C18.1998 17.4141 17.2012 17.213 16.3308 17.5038C16.236 17.5355 16.1886 17.5513 16.1554 17.5547C16.1297 17.5573 16.1206 17.5573 16.0948 17.5547C16.0617 17.5514 16.0139 17.5354 15.9183 17.5035C15.7718 17.4546 15.6985 17.4302 15.6599 17.4015C15.6295 17.3788 15.6211 17.3704 15.5984 17.3399C15.5697 17.3014 15.5453 17.2281 15.4964 17.0816C15.4645 16.986 15.4485 16.9382 15.4452 16.9051C15.4426 16.8793 15.4426 16.8702 15.4452 16.8444C15.4486 16.8113 15.4644 16.7639 15.4961 16.6691C15.7869 15.7987 15.5858 14.8001 14.8928 14.1071C14.2101 13.4245 13.2309 13.2191 12.3699 13.4911C12.2375 13.5329 12.1712 13.5538 12.125 13.5538C12.0788 13.5538 12.0125 13.5329 11.8801 13.4911C11.0191 13.2191 10.0399 13.4245 9.35723 14.1071C8.66425 14.8001 8.46314 15.7987 8.75392 16.6691C8.7856 16.7639 8.80145 16.8113 8.80482 16.8444C8.80743 16.8702 8.80744 16.8793 8.80483 16.9051C8.80147 16.9382 8.78551 16.986 8.75362 17.0816C8.70473 17.2281 8.68029 17.3014 8.65158 17.3399C8.62893 17.3704 8.62049 17.3788 8.59007 17.4015C8.55149 17.4302 8.47823 17.4546 8.33172 17.5035C8.23612 17.5354 8.1883 17.5514 8.15518 17.5547C8.12945 17.5573 8.12029 17.5573 8.09457 17.5547C8.06145 17.5513 8.014 17.5355 7.91918 17.5038C7.04881 17.213 6.05022 17.4141 5.35723 18.1071C5.05107 18.4133 4.84092 18.7791 4.72678 19.1671C4.5619 19.7277 4.47946 20.008 4.33021 20.0573C4.18096 20.1067 4.00973 19.9776 3.66727 19.7195C2.27505 18.6701 1.375 17.0026 1.375 15.1249Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.22929 1.16022C6.76219 1.0152 7.31176 1.32964 7.45678 1.86254L7.47389 1.92541C8.44507 1.82826 9.40219 1.96251 10.2781 2.29048L10.4028 2.07744C10.6816 1.60073 11.2941 1.44036 11.7708 1.71923C12.2476 1.9981 12.4079 2.61062 12.1291 3.08733L12.0147 3.28277C12.3369 3.5436 12.6335 3.83735 12.8986 4.16073C13.2487 4.58782 13.1864 5.21791 12.7593 5.56806C12.3322 5.91822 11.7021 5.85584 11.3519 5.42875C11.0298 5.03579 10.6379 4.707 10.1996 4.4559C10.1922 4.45178 10.1847 4.44756 10.1773 4.44322C10.1771 4.44308 10.1768 4.44293 10.1766 4.44278C9.25021 3.91971 8.12001 3.74225 7.00404 4.03667C5.88318 4.33239 4.99615 5.04472 4.46372 5.95505C3.93212 6.86395 3.754 7.97023 4.04955 9.05627C4.19767 9.60056 4.44963 10.0883 4.77892 10.5062C5.12075 10.94 5.0462 11.5687 4.61241 11.9106C4.17862 12.2524 3.54986 12.1779 3.20803 11.7441C2.91419 11.3712 2.6616 10.9608 2.45888 10.5182L2.38034 10.5389C1.84633 10.6798 1.29922 10.3611 1.15833 9.82707C1.01744 9.29305 1.33614 8.74594 1.87015 8.60505L1.93583 8.58772C1.84135 7.64102 1.97547 6.71011 2.30013 5.85738L2.09458 5.74026C1.61472 5.46684 1.44737 4.85619 1.72079 4.37633C1.99421 3.89648 2.60486 3.72913 3.08472 4.00255L3.30852 4.13008C3.8993 3.41766 4.65648 2.83214 5.54068 2.43812L5.52697 2.38772C5.38194 1.85481 5.69638 1.30524 6.22929 1.16022Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.4179 15.1678C10.8084 14.7772 11.4416 14.7772 11.8321 15.1678L12.125 15.4607L12.4179 15.1678C12.8084 14.7772 13.4416 14.7772 13.8321 15.1678C14.2226 15.5583 14.2226 16.1915 13.8321 16.582L13.5392 16.8749L13.8321 17.1678C14.2226 17.5583 14.2226 18.1915 13.8321 18.582C13.4416 18.9725 12.8084 18.9725 12.4179 18.582L12.125 18.2891L11.8321 18.582C11.4416 18.9725 10.8084 18.9725 10.4179 18.582C10.0274 18.1915 10.0274 17.5583 10.4179 17.1678L10.7108 16.8749L10.4179 16.582C10.0274 16.1915 10.0274 15.5583 10.4179 15.1678ZM6.41789 19.1678C6.80842 18.7772 7.44158 18.7772 7.83211 19.1678L8.125 19.4607L8.41789 19.1678C8.80842 18.7772 9.44158 18.7772 9.83211 19.1678C10.2226 19.5583 10.2226 20.1915 9.83211 20.582L9.53921 20.8749L9.83211 21.1678C10.2226 21.5583 10.2226 22.1915 9.83211 22.582C9.44158 22.9725 8.80842 22.9725 8.41789 22.582L8.125 22.2891L7.83211 22.582C7.44158 22.9725 6.80842 22.9725 6.41789 22.582C6.02737 22.1915 6.02737 21.5583 6.41789 21.1678L6.71079 20.8749L6.41789 20.582C6.02737 20.1915 6.02737 19.5583 6.41789 19.1678ZM14.4179 19.1678C14.8084 18.7772 15.4416 18.7772 15.8321 19.1678L16.125 19.4607L16.4179 19.1678C16.8084 18.7772 17.4416 18.7772 17.8321 19.1678C18.2226 19.5583 18.2226 20.1915 17.8321 20.582L17.5392 20.8749L17.8321 21.1678C18.2226 21.5583 18.2226 22.1915 17.8321 22.582C17.4416 22.9725 16.8084 22.9725 16.4179 22.582L16.125 22.2891L15.8321 22.582C15.4416 22.9725 14.8084 22.9725 14.4179 22.582C14.0274 22.1915 14.0274 21.5583 14.4179 21.1678L14.7108 20.8749L14.4179 20.582C14.0274 20.1915 14.0274 19.5583 14.4179 19.1678Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M1.375 15.1249C1.375 12.4831 3.15606 10.2581 5.58325 9.58406C5.77924 9.52964 5.87724 9.50243 5.93372 9.44457C5.9902 9.38672 6.01491 9.28872 6.06431 9.09271C6.74772 6.38141 9.20171 4.37488 12.125 4.37488C15.3399 4.37488 17.9878 6.80219 18.3362 9.92412C18.3635 10.1695 18.3772 10.2922 18.4397 10.3632C18.5022 10.4341 18.6239 10.4637 18.8673 10.5227C21.1672 11.0808 22.875 13.1534 22.875 15.6249C22.875 17.4264 21.9676 19.016 20.5849 19.9615C20.2299 20.2043 20.0524 20.3257 19.904 20.2667C19.7556 20.2076 19.693 19.9193 19.568 19.3427C19.4698 18.8899 19.2447 18.4591 18.8928 18.1071C18.1998 17.4141 17.2012 17.213 16.3308 17.5038C16.236 17.5355 16.1886 17.5513 16.1554 17.5547C16.1297 17.5573 16.1206 17.5573 16.0948 17.5547C16.0617 17.5514 16.0139 17.5354 15.9183 17.5035C15.7718 17.4546 15.6985 17.4302 15.6599 17.4015C15.6295 17.3788 15.6211 17.3704 15.5984 17.3399C15.5697 17.3014 15.5453 17.2281 15.4964 17.0816C15.4645 16.986 15.4485 16.9382 15.4452 16.9051C15.4426 16.8793 15.4426 16.8702 15.4452 16.8444C15.4486 16.8113 15.4644 16.7639 15.4961 16.6691C15.7869 15.7987 15.5858 14.8001 14.8928 14.1071C14.2101 13.4245 13.2309 13.2191 12.3699 13.4911C12.2375 13.5329 12.1712 13.5538 12.125 13.5538C12.0788 13.5538 12.0125 13.5329 11.8801 13.4911C11.0191 13.2191 10.0399 13.4245 9.35723 14.1071C8.66425 14.8001 8.46314 15.7987 8.75392 16.6691C8.7856 16.7639 8.80145 16.8113 8.80482 16.8444C8.80743 16.8702 8.80744 16.8793 8.80483 16.9051C8.80147 16.9382 8.78551 16.986 8.75362 17.0816C8.70473 17.2281 8.68029 17.3014 8.65158 17.3399C8.62893 17.3704 8.62049 17.3788 8.59007 17.4015C8.55149 17.4302 8.47823 17.4546 8.33172 17.5035C8.23612 17.5354 8.1883 17.5514 8.15518 17.5547C8.12945 17.5573 8.12029 17.5573 8.09457 17.5547C8.06145 17.5513 8.014 17.5355 7.91918 17.5038C7.04881 17.213 6.05022 17.4141 5.35723 18.1071C5.05107 18.4133 4.84092 18.7791 4.72678 19.1671C4.5619 19.7277 4.47946 20.008 4.33021 20.0573C4.18096 20.1067 4.00973 19.9776 3.66727 19.7195C2.27505 18.6701 1.375 17.0026 1.375 15.1249Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.22929 1.16022C6.76219 1.0152 7.31176 1.32964 7.45678 1.86254L7.47389 1.92541C8.44507 1.82826 9.40219 1.96251 10.2781 2.29048L10.4028 2.07744C10.6816 1.60073 11.2941 1.44036 11.7708 1.71923C12.2476 1.9981 12.4079 2.61062 12.1291 3.08733L12.0147 3.28277C12.3369 3.5436 12.6335 3.83735 12.8986 4.16073C13.2487 4.58782 13.1864 5.21791 12.7593 5.56806C12.3322 5.91822 11.7021 5.85584 11.3519 5.42875C11.0298 5.03579 10.6379 4.707 10.1996 4.4559C10.1922 4.45178 10.1847 4.44756 10.1773 4.44322C10.1771 4.44308 10.1768 4.44293 10.1766 4.44278C9.25021 3.91971 8.12001 3.74225 7.00404 4.03667C5.88318 4.33239 4.99615 5.04472 4.46372 5.95505C3.93212 6.86395 3.754 7.97023 4.04955 9.05627C4.19767 9.60056 4.44963 10.0883 4.77892 10.5062C5.12075 10.94 5.0462 11.5687 4.61241 11.9106C4.17862 12.2524 3.54986 12.1779 3.20803 11.7441C2.91419 11.3712 2.6616 10.9608 2.45888 10.5182L2.38034 10.5389C1.84633 10.6798 1.29922 10.3611 1.15833 9.82707C1.01744 9.29305 1.33614 8.74594 1.87015 8.60505L1.93583 8.58772C1.84135 7.64102 1.97547 6.71011 2.30013 5.85738L2.09458 5.74026C1.61472 5.46684 1.44737 4.85619 1.72079 4.37633C1.99421 3.89648 2.60486 3.72913 3.08472 4.00255L3.30852 4.13008C3.8993 3.41766 4.65648 2.83214 5.54068 2.43812L5.52697 2.38772C5.38194 1.85481 5.69638 1.30524 6.22929 1.16022Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-mid-rain-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.6632 12.5707C11.9634 12.2971 12.427 12.3122 12.7087 12.6048L13.7254 13.6608C14.5948 14.5162 14.5915 15.9195 13.7155 16.7708C13.7061 16.78 13.6965 16.7889 13.6866 16.7975C13.2734 17.1589 12.7683 17.375 12.1684 17.375C11.5714 17.375 10.9673 17.1319 10.5381 16.7148C9.66131 15.8627 9.66102 14.4906 10.4957 13.6367L11.6632 12.5707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.16317 18.0707C8.4634 17.7971 8.92696 17.8122 9.20873 18.1048L10.2254 19.1608C11.0948 20.0162 11.0915 21.4195 10.2155 22.2708C10.2061 22.28 10.1965 22.2889 10.1866 22.2975C9.77345 22.6589 9.26833 22.875 8.66844 22.875C8.07136 22.875 7.46729 22.6319 7.03814 22.2148C6.16131 21.3627 6.16102 19.9906 6.99568 19.1367L8.16317 18.0707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1632 18.0707C15.4634 17.7971 15.927 17.8122 16.2087 18.1048L17.2254 19.1608C18.0948 20.0162 18.0915 21.4195 17.2155 22.2708C17.2061 22.28 17.1965 22.2889 17.1866 22.2975C16.7734 22.6589 16.2683 22.875 15.6684 22.875C15.0714 22.875 14.4673 22.6319 14.0381 22.2148C13.1613 21.3627 13.161 19.9906 13.9957 19.1367L15.1632 18.0707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.58325 7.58419C3.15606 8.2582 1.375 10.4833 1.375 13.125C1.375 15.5749 2.90712 17.6669 5.06546 18.4952C5.24688 18.5648 5.33759 18.5996 5.4307 18.5754C5.52382 18.5512 5.59725 18.4633 5.74411 18.2875C5.8036 18.2162 5.86426 18.1483 5.92302 18.0882L7.15262 16.9622C7.34643 16.7856 7.56292 16.649 7.79179 16.5522C8.17322 16.3909 8.36394 16.3103 8.41426 16.2238C8.46457 16.1374 8.44299 15.9528 8.39984 15.5837C8.27513 14.5167 8.62055 13.4091 9.42302 12.5882L10.6517 11.463L10.6526 11.4622C11.5533 10.6412 12.944 10.6865 13.7893 11.5645L14.7936 12.6076C15.6061 13.4168 15.9607 14.5114 15.8575 15.5697C15.8211 15.9431 15.8029 16.1299 15.8555 16.2156C15.908 16.3014 16.1027 16.3778 16.4922 16.5307C16.7847 16.6455 17.0575 16.8237 17.2893 17.0645L18.2936 18.1076C18.3804 18.1941 18.4687 18.2976 18.5527 18.4056C18.6858 18.5769 18.7524 18.6626 18.842 18.6906C18.9317 18.7187 19.0198 18.6911 19.1961 18.6359C21.3281 17.9681 22.875 15.9772 22.875 13.625C22.875 11.1535 21.1672 9.08089 18.8673 8.52286C18.6239 8.4638 18.5022 8.43427 18.4397 8.36328C18.3772 8.2923 18.3635 8.16962 18.3362 7.92426C17.9878 4.80234 15.3399 2.375 12.125 2.375C9.20171 2.375 6.74772 4.38153 6.06431 7.09283C6.01491 7.28884 5.9902 7.38684 5.93372 7.4447C5.87724 7.50255 5.77924 7.52976 5.58325 7.58419Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 5.98179C3.125 4.40086 4.40141 3.125 5.96888 3.125C6.74917 3.125 7.45702 3.44017 7.97224 3.95404C8.47713 3.5048 9.05535 3.1362 9.68671 2.86845C8.79982 1.80488 7.46405 1.125 5.96888 1.125C3.29052 1.125 1.125 3.30262 1.125 5.98179C1.125 7.37511 1.71096 8.63195 2.64756 9.51703C3.07158 8.99154 3.58625 8.54223 4.16783 8.19283C3.53021 7.66805 3.125 6.8729 3.125 5.98179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.6632 12.5707C11.9634 12.2971 12.427 12.3122 12.7087 12.6048L13.7254 13.6608C14.5948 14.5162 14.5915 15.9195 13.7155 16.7708C13.7061 16.78 13.6965 16.7889 13.6866 16.7975C13.2734 17.1589 12.7683 17.375 12.1684 17.375C11.5714 17.375 10.9673 17.1319 10.5381 16.7148C9.66131 15.8627 9.66102 14.4906 10.4957 13.6367L11.6632 12.5707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.16317 18.0707C8.4634 17.7971 8.92696 17.8122 9.20873 18.1048L10.2254 19.1608C11.0948 20.0162 11.0915 21.4195 10.2155 22.2708C10.2061 22.28 10.1965 22.2889 10.1866 22.2975C9.77345 22.6589 9.26833 22.875 8.66844 22.875C8.07136 22.875 7.46729 22.6319 7.03814 22.2148C6.16131 21.3627 6.16102 19.9906 6.99568 19.1367L8.16317 18.0707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1632 18.0707C15.4634 17.7971 15.927 17.8122 16.2087 18.1048L17.2254 19.1608C18.0948 20.0162 18.0915 21.4195 17.2155 22.2708C17.2061 22.28 17.1965 22.2889 17.1866 22.2975C16.7734 22.6589 16.2683 22.875 15.6684 22.875C15.0714 22.875 14.4673 22.6319 14.0381 22.2148C13.1613 21.3627 13.161 19.9906 13.9957 19.1367L15.1632 18.0707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.58325 7.58419C3.15606 8.2582 1.375 10.4833 1.375 13.125C1.375 15.5749 2.90712 17.6669 5.06546 18.4952C5.24688 18.5648 5.33759 18.5996 5.4307 18.5754C5.52382 18.5512 5.59725 18.4633 5.74411 18.2875C5.8036 18.2162 5.86426 18.1483 5.92302 18.0882L7.15262 16.9622C7.34643 16.7856 7.56292 16.649 7.79179 16.5522C8.17322 16.3909 8.36394 16.3103 8.41426 16.2238C8.46457 16.1374 8.44299 15.9528 8.39984 15.5837C8.27513 14.5167 8.62055 13.4091 9.42302 12.5882L10.6517 11.463L10.6526 11.4622C11.5533 10.6412 12.944 10.6865 13.7893 11.5645L14.7936 12.6076C15.6061 13.4168 15.9607 14.5114 15.8575 15.5697C15.8211 15.9431 15.8029 16.1299 15.8555 16.2156C15.908 16.3014 16.1027 16.3778 16.4922 16.5307C16.7847 16.6455 17.0575 16.8237 17.2893 17.0645L18.2936 18.1076C18.3804 18.1941 18.4687 18.2976 18.5527 18.4056C18.6858 18.5769 18.7524 18.6626 18.842 18.6906C18.9317 18.7187 19.0198 18.6911 19.1961 18.6359C21.3281 17.9681 22.875 15.9772 22.875 13.625C22.875 11.1535 21.1672 9.08089 18.8673 8.52286C18.6239 8.4638 18.5022 8.43427 18.4397 8.36328C18.3772 8.2923 18.3635 8.16962 18.3362 7.92426C17.9878 4.80234 15.3399 2.375 12.125 2.375C9.20171 2.375 6.74772 4.38153 6.06431 7.09283C6.01491 7.28884 5.9902 7.38684 5.93372 7.4447C5.87724 7.50255 5.77924 7.52976 5.58325 7.58419Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 5.98179C3.125 4.40086 4.40141 3.125 5.96888 3.125C6.74917 3.125 7.45702 3.44017 7.97224 3.95404C8.47713 3.5048 9.05535 3.1362 9.68671 2.86845C8.79982 1.80488 7.46405 1.125 5.96888 1.125C3.29052 1.125 1.125 3.30262 1.125 5.98179C1.125 7.37511 1.71096 8.63195 2.64756 9.51703C3.07158 8.99154 3.58625 8.54223 4.16783 8.19283C3.53021 7.66805 3.125 6.8729 3.125 5.98179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-mid-rain-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.6651 12.5707C11.9654 12.2971 12.4289 12.3122 12.7107 12.6048L13.7273 13.6608C14.5968 14.5162 14.5935 15.9195 13.7175 16.7708C13.3043 17.1322 12.7703 17.375 12.1704 17.375C11.5733 17.375 10.9692 17.1319 10.5401 16.7148C9.66327 15.8627 9.66297 14.4906 10.4976 13.6367L11.6651 12.5707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.16512 18.0707C8.46535 17.7971 8.92892 17.8122 9.21068 18.1048L10.2273 19.1608C11.0968 20.0162 11.0935 21.4195 10.2175 22.2708C9.80434 22.6322 9.27028 22.875 8.67039 22.875C8.07331 22.875 7.46924 22.6319 7.04009 22.2148C6.16327 21.3627 6.16297 19.9906 6.99763 19.1367L8.16512 18.0707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1651 18.0707C15.4654 17.7971 15.9289 17.8122 16.2107 18.1048L17.2273 19.1608C18.0968 20.0162 18.0935 21.4195 17.2175 22.2708C16.8043 22.6322 16.2703 22.875 15.6704 22.875C15.0733 22.875 14.4692 22.6319 14.0401 22.2148C13.1633 21.3627 13.163 19.9906 13.9976 19.1367L15.1651 18.0707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.01891 9.29041C5.99285 9.41018 5.89992 9.50478 5.78073 9.53336C3.25377 10.1393 1.37598 12.4125 1.37598 15.125C1.37598 17.3548 2.64518 19.2881 4.50056 20.242C4.68437 20.3365 4.89797 20.2051 4.93477 20.0017C5.06144 19.3015 5.39245 18.632 5.92399 18.0882L7.1536 16.9622C7.45422 16.6882 7.80942 16.5107 8.18071 16.4284C8.37823 16.3846 8.51625 16.1823 8.47058 15.9852C8.19616 14.801 8.5202 13.5128 9.42399 12.5882L10.6527 11.463L10.6536 11.4622C11.5543 10.6412 12.945 10.6865 13.7903 11.5645L14.7946 12.6076C15.712 13.5213 16.0456 14.7988 15.7957 15.9772C15.7534 16.1764 15.8975 16.3774 16.0975 16.416C16.5376 16.5009 16.9565 16.7178 17.2903 17.0645L18.2946 18.1076C18.8774 18.6881 19.2246 19.4154 19.3363 20.1709C19.3659 20.3712 19.5677 20.5085 19.7527 20.4264C21.5926 19.6102 22.876 17.7675 22.876 15.625C22.876 13.066 21.0451 10.9346 18.6218 10.4693C18.4786 10.4418 18.3704 10.321 18.3601 10.1755C18.1297 6.93355 15.4266 4.375 12.126 4.375C9.13212 4.375 6.63049 6.47958 6.01891 9.29041Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.45678 1.86266C7.31176 1.32976 6.76219 1.01532 6.22929 1.16034C5.69638 1.30537 5.38194 1.85493 5.52697 2.38784L5.54068 2.43824C4.65648 2.83226 3.8993 3.41778 3.30852 4.1302L3.08472 4.00267C2.60486 3.72925 1.99421 3.8966 1.72079 4.37646C1.44737 4.85631 1.61472 5.46696 2.09458 5.74038L2.30013 5.85751C1.97547 6.71023 1.84135 7.64114 1.93583 8.58785L1.87015 8.60518C1.33614 8.74606 1.01744 9.29318 1.15833 9.82719C1.29922 10.3612 1.84633 10.6799 2.38034 10.539L2.45888 10.5183C2.57779 10.7779 2.71386 11.0265 2.86534 11.2628C3.31726 10.7648 3.85533 10.3464 4.45607 10.031C4.28246 9.73178 4.14462 9.40573 4.04955 9.05639C3.754 7.97035 3.93212 6.86407 4.46372 5.95517C4.99615 5.04484 5.88318 4.33251 7.00404 4.0368C8.12001 3.74237 9.25021 3.91983 10.1766 4.44291C10.184 4.44724 10.1922 4.4519 10.1996 4.45603C10.2815 4.50296 10.3618 4.55261 10.4404 4.60489C10.9763 4.45525 11.5413 4.37524 12.125 4.37524C12.4436 4.37524 12.7566 4.39908 13.0624 4.44507C13.0248 4.34457 12.9704 4.24844 12.8986 4.16085C12.6335 3.83747 12.3369 3.54372 12.0147 3.28289L12.1291 3.08745C12.4079 2.61074 12.2476 1.99823 11.7708 1.71935C11.2941 1.44048 10.6816 1.60085 10.4028 2.07756L10.2781 2.2906C9.40219 1.96263 8.44507 1.82839 7.47389 1.92553L7.45678 1.86266Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.6651 12.5707C11.9654 12.2971 12.4289 12.3122 12.7107 12.6048L13.7273 13.6608C14.5968 14.5162 14.5935 15.9195 13.7175 16.7708C13.3043 17.1322 12.7703 17.375 12.1704 17.375C11.5733 17.375 10.9692 17.1319 10.5401 16.7148C9.66327 15.8627 9.66297 14.4906 10.4976 13.6367L11.6651 12.5707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.16512 18.0707C8.46535 17.7971 8.92892 17.8122 9.21068 18.1048L10.2273 19.1608C11.0968 20.0162 11.0935 21.4195 10.2175 22.2708C9.80434 22.6322 9.27028 22.875 8.67039 22.875C8.07331 22.875 7.46924 22.6319 7.04009 22.2148C6.16327 21.3627 6.16297 19.9906 6.99763 19.1367L8.16512 18.0707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.1651 18.0707C15.4654 17.7971 15.9289 17.8122 16.2107 18.1048L17.2273 19.1608C18.0968 20.0162 18.0935 21.4195 17.2175 22.2708C16.8043 22.6322 16.2703 22.875 15.6704 22.875C15.0733 22.875 14.4692 22.6319 14.0401 22.2148C13.1633 21.3627 13.163 19.9906 13.9976 19.1367L15.1651 18.0707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.01891 9.29041C5.99285 9.41018 5.89992 9.50478 5.78073 9.53336C3.25377 10.1393 1.37598 12.4125 1.37598 15.125C1.37598 17.3548 2.64518 19.2881 4.50056 20.242C4.68437 20.3365 4.89797 20.2051 4.93477 20.0017C5.06144 19.3015 5.39245 18.632 5.92399 18.0882L7.1536 16.9622C7.45422 16.6882 7.80942 16.5107 8.18071 16.4284C8.37823 16.3846 8.51625 16.1823 8.47058 15.9852C8.19616 14.801 8.5202 13.5128 9.42399 12.5882L10.6527 11.463L10.6536 11.4622C11.5543 10.6412 12.945 10.6865 13.7903 11.5645L14.7946 12.6076C15.712 13.5213 16.0456 14.7988 15.7957 15.9772C15.7534 16.1764 15.8975 16.3774 16.0975 16.416C16.5376 16.5009 16.9565 16.7178 17.2903 17.0645L18.2946 18.1076C18.8774 18.6881 19.2246 19.4154 19.3363 20.1709C19.3659 20.3712 19.5677 20.5085 19.7527 20.4264C21.5926 19.6102 22.876 17.7675 22.876 15.625C22.876 13.066 21.0451 10.9346 18.6218 10.4693C18.4786 10.4418 18.3704 10.321 18.3601 10.1755C18.1297 6.93355 15.4266 4.375 12.126 4.375C9.13212 4.375 6.63049 6.47958 6.01891 9.29041Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.45678 1.86266C7.31176 1.32976 6.76219 1.01532 6.22929 1.16034C5.69638 1.30537 5.38194 1.85493 5.52697 2.38784L5.54068 2.43824C4.65648 2.83226 3.8993 3.41778 3.30852 4.1302L3.08472 4.00267C2.60486 3.72925 1.99421 3.8966 1.72079 4.37646C1.44737 4.85631 1.61472 5.46696 2.09458 5.74038L2.30013 5.85751C1.97547 6.71023 1.84135 7.64114 1.93583 8.58785L1.87015 8.60518C1.33614 8.74606 1.01744 9.29318 1.15833 9.82719C1.29922 10.3612 1.84633 10.6799 2.38034 10.539L2.45888 10.5183C2.57779 10.7779 2.71386 11.0265 2.86534 11.2628C3.31726 10.7648 3.85533 10.3464 4.45607 10.031C4.28246 9.73178 4.14462 9.40573 4.04955 9.05639C3.754 7.97035 3.93212 6.86407 4.46372 5.95517C4.99615 5.04484 5.88318 4.33251 7.00404 4.0368C8.12001 3.74237 9.25021 3.91983 10.1766 4.44291C10.184 4.44724 10.1922 4.4519 10.1996 4.45603C10.2815 4.50296 10.3618 4.55261 10.4404 4.60489C10.9763 4.45525 11.5413 4.37524 12.125 4.37524C12.4436 4.37524 12.7566 4.39908 13.0624 4.44507C13.0248 4.34457 12.9704 4.24844 12.8986 4.16085C12.6335 3.83747 12.3369 3.54372 12.0147 3.28289L12.1291 3.08745C12.4079 2.61074 12.2476 1.99823 11.7708 1.71935C11.2941 1.44048 10.6816 1.60085 10.4028 2.07756L10.2781 2.2906C9.40219 1.96263 8.44507 1.82839 7.47389 1.92553L7.45678 1.86266Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-mid-snow-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1252 13.875C12.6774 13.875 13.1252 14.3227 13.1252 14.875V16.1088L14.1106 15.5175C14.5842 15.2334 15.1985 15.3869 15.4826 15.8605C15.7668 16.3341 15.6132 16.9483 15.1397 17.2325L14.0688 17.875L15.1395 18.5175C15.6131 18.8017 15.7667 19.4159 15.4825 19.8895C15.1984 20.3631 14.5841 20.5166 14.1105 20.2325L13.1252 19.6413V20.875C13.1252 21.4273 12.6774 21.875 12.1252 21.875C11.5729 21.875 11.1252 21.4273 11.1252 20.875V19.6413L10.1398 20.2325C9.66621 20.5166 9.05195 20.3631 8.7678 19.8895C8.48364 19.4159 8.6372 18.8017 9.11078 18.5175L10.1815 17.875L9.11065 17.2325C8.63707 16.9483 8.48351 16.3341 8.76766 15.8605C9.05182 15.3869 9.66608 15.2334 10.1397 15.5175L11.1252 16.1088V14.875C11.1252 14.3227 11.5729 13.875 12.1252 13.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 8.09283C6.01491 8.28884 5.9902 8.38684 5.93372 8.4447C5.87724 8.50255 5.77924 8.52976 5.58325 8.58419C3.15606 9.2582 1.375 11.4833 1.375 14.125C1.375 17.3006 3.94936 19.875 7.125 19.875C7.151 19.875 7.17044 19.8511 7.16576 19.8256C7.06765 19.2895 7.14922 18.738 7.38899 18.2572C7.49251 18.0496 7.54427 17.9457 7.54427 17.8751C7.54427 17.8044 7.4925 17.7006 7.38895 17.493C7.02055 16.7543 7.02548 15.849 7.48166 15.0887C7.90848 14.3774 8.63322 13.9549 9.40059 13.885C9.6222 13.8648 9.73301 13.8547 9.79182 13.8194C9.85064 13.7841 9.91173 13.691 10.0339 13.5049C10.4806 12.8244 11.2505 12.375 12.1254 12.375C13.0002 12.375 13.7701 12.8244 14.2169 13.5049C14.339 13.691 14.4001 13.7841 14.4589 13.8194C14.5178 13.8547 14.6286 13.8648 14.8502 13.885C15.6175 13.9549 16.3423 14.3774 16.7691 15.0887C17.2253 15.849 17.2302 16.7543 16.8618 17.493C16.7583 17.7006 16.7065 17.8044 16.7065 17.8751C16.7065 17.9457 16.7582 18.0496 16.8618 18.2572C17.0277 18.59 17.1179 18.9568 17.1252 19.3288C17.1292 19.5357 17.1312 19.6392 17.1542 19.6929C17.1899 19.7765 17.2332 19.819 17.3174 19.8531C17.3716 19.875 17.4561 19.875 17.625 19.875C20.5245 19.875 22.875 17.5245 22.875 14.625C22.875 12.1535 21.1672 10.0809 18.8673 9.52286C18.6239 9.4638 18.5022 9.43427 18.4397 9.36328C18.3772 9.2923 18.3635 9.16961 18.3362 8.92424C17.9878 5.80231 15.3399 3.375 12.125 3.375C9.20171 3.375 6.74772 5.38153 6.06431 8.09283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 6.98179C3.125 5.40086 4.40141 4.125 5.96888 4.125C6.74917 4.125 7.45702 4.44017 7.97224 4.95404C8.47713 4.5048 9.05535 4.1362 9.68671 3.86845C8.79982 2.80488 7.46405 2.125 5.96888 2.125C3.29052 2.125 1.125 4.30262 1.125 6.98179C1.125 8.37511 1.71096 9.63195 2.64756 10.517C3.07158 9.99154 3.58625 9.54223 4.16783 9.19283C3.53021 8.66805 3.125 7.8729 3.125 6.98179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1252 13.875C12.6774 13.875 13.1252 14.3227 13.1252 14.875V16.1088L14.1106 15.5175C14.5842 15.2334 15.1985 15.3869 15.4826 15.8605C15.7668 16.3341 15.6132 16.9483 15.1397 17.2325L14.0688 17.875L15.1395 18.5175C15.6131 18.8017 15.7667 19.4159 15.4825 19.8895C15.1984 20.3631 14.5841 20.5166 14.1105 20.2325L13.1252 19.6413V20.875C13.1252 21.4273 12.6774 21.875 12.1252 21.875C11.5729 21.875 11.1252 21.4273 11.1252 20.875V19.6413L10.1398 20.2325C9.66621 20.5166 9.05195 20.3631 8.7678 19.8895C8.48364 19.4159 8.6372 18.8017 9.11078 18.5175L10.1815 17.875L9.11065 17.2325C8.63707 16.9483 8.48351 16.3341 8.76766 15.8605C9.05182 15.3869 9.66608 15.2334 10.1397 15.5175L11.1252 16.1088V14.875C11.1252 14.3227 11.5729 13.875 12.1252 13.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 8.09283C6.01491 8.28884 5.9902 8.38684 5.93372 8.4447C5.87724 8.50255 5.77924 8.52976 5.58325 8.58419C3.15606 9.2582 1.375 11.4833 1.375 14.125C1.375 17.3006 3.94936 19.875 7.125 19.875C7.151 19.875 7.17044 19.8511 7.16576 19.8256C7.06765 19.2895 7.14922 18.738 7.38899 18.2572C7.49251 18.0496 7.54427 17.9457 7.54427 17.8751C7.54427 17.8044 7.4925 17.7006 7.38895 17.493C7.02055 16.7543 7.02548 15.849 7.48166 15.0887C7.90848 14.3774 8.63322 13.9549 9.40059 13.885C9.6222 13.8648 9.73301 13.8547 9.79182 13.8194C9.85064 13.7841 9.91173 13.691 10.0339 13.5049C10.4806 12.8244 11.2505 12.375 12.1254 12.375C13.0002 12.375 13.7701 12.8244 14.2169 13.5049C14.339 13.691 14.4001 13.7841 14.4589 13.8194C14.5178 13.8547 14.6286 13.8648 14.8502 13.885C15.6175 13.9549 16.3423 14.3774 16.7691 15.0887C17.2253 15.849 17.2302 16.7543 16.8618 17.493C16.7583 17.7006 16.7065 17.8044 16.7065 17.8751C16.7065 17.9457 16.7582 18.0496 16.8618 18.2572C17.0277 18.59 17.1179 18.9568 17.1252 19.3288C17.1292 19.5357 17.1312 19.6392 17.1542 19.6929C17.1899 19.7765 17.2332 19.819 17.3174 19.8531C17.3716 19.875 17.4561 19.875 17.625 19.875C20.5245 19.875 22.875 17.5245 22.875 14.625C22.875 12.1535 21.1672 10.0809 18.8673 9.52286C18.6239 9.4638 18.5022 9.43427 18.4397 9.36328C18.3772 9.2923 18.3635 9.16961 18.3362 8.92424C17.9878 5.80231 15.3399 3.375 12.125 3.375C9.20171 3.375 6.74772 5.38153 6.06431 8.09283Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 6.98179C3.125 5.40086 4.40141 4.125 5.96888 4.125C6.74917 4.125 7.45702 4.44017 7.97224 4.95404C8.47713 4.5048 9.05535 4.1362 9.68671 3.86845C8.79982 2.80488 7.46405 2.125 5.96888 2.125C3.29052 2.125 1.125 4.30262 1.125 6.98179C1.125 8.37511 1.71096 9.63195 2.64756 10.517C3.07158 9.99154 3.58625 9.54223 4.16783 9.19283C3.53021 8.66805 3.125 7.8729 3.125 6.98179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-mid-snow-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1252 14.8749C12.6774 14.8749 13.1252 15.3226 13.1252 15.8749V17.1087L14.1106 16.5174C14.5842 16.2332 15.1985 16.3868 15.4826 16.8604C15.7668 17.3339 15.6132 17.9482 15.1397 18.2324L14.0688 18.8749L15.1395 19.5174C15.6131 19.8015 15.7667 20.4158 15.4825 20.8894C15.1984 21.363 14.5841 21.5165 14.1105 21.2324L13.1252 20.6411V21.8749C13.1252 22.4272 12.6774 22.8749 12.1252 22.8749C11.5729 22.8749 11.1252 22.4272 11.1252 21.8749V20.6411L10.1398 21.2324C9.66621 21.5165 9.05195 21.363 8.7678 20.8894C8.48364 20.4158 8.6372 19.8015 9.11078 19.5174L10.1815 18.8749L9.11065 18.2324C8.63707 17.9482 8.48351 17.3339 8.76766 16.8604C9.05182 16.3868 9.66608 16.2332 10.1397 16.5174L11.1252 17.1087V15.8749C11.1252 15.3226 11.5729 14.8749 12.1252 14.8749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 9.09271C6.01491 9.28872 5.9902 9.38672 5.93372 9.44457C5.87724 9.50243 5.77924 9.52964 5.58325 9.58406C3.15606 10.2581 1.375 12.4831 1.375 15.1249C1.375 18.0524 3.60559 20.469 6.44209 20.8287C6.73611 20.866 6.88312 20.8846 6.98234 20.8051C7.08156 20.7256 7.09972 20.5316 7.13605 20.1438C7.1649 19.8357 7.25059 19.5346 7.38899 19.257C7.49251 19.0494 7.54427 18.9456 7.54427 18.875C7.54427 18.8043 7.4925 18.7005 7.38895 18.4929C7.02055 17.7542 7.02548 16.8489 7.48166 16.0886C7.90848 15.3773 8.63322 14.9547 9.40059 14.8848C9.6222 14.8646 9.73301 14.8546 9.79182 14.8193C9.85064 14.784 9.91173 14.6909 10.0339 14.5048C10.4806 13.8243 11.2505 13.3749 12.1254 13.3749C13.0002 13.3749 13.7701 13.8243 14.2169 14.5048C14.339 14.6909 14.4001 14.784 14.4589 14.8193C14.5178 14.8546 14.6286 14.8646 14.8502 14.8848C15.6175 14.9547 16.3423 15.3773 16.7691 16.0886C17.2253 16.8489 17.2302 17.7542 16.8618 18.4929C16.7583 18.7005 16.7065 18.8043 16.7065 18.875C16.7065 18.9456 16.7582 19.0494 16.8618 19.257C17.0277 19.5899 17.1179 19.9566 17.1252 20.3287C17.1292 20.5356 17.1312 20.6391 17.1542 20.6928C17.1899 20.7764 17.2332 20.8189 17.3174 20.853C17.3716 20.8749 17.4561 20.8749 17.625 20.8749C20.5245 20.8749 22.875 18.5244 22.875 15.6249C22.875 13.1534 21.1672 11.0808 18.8673 10.5227C18.6239 10.4637 18.5022 10.4341 18.4397 10.3632C18.3772 10.2922 18.3635 10.1695 18.3362 9.92412C17.9878 6.80219 15.3399 4.37488 12.125 4.37488C9.20171 4.37488 6.74772 6.38141 6.06431 9.09271Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.22929 1.16022C6.76219 1.0152 7.31176 1.32964 7.45678 1.86254L7.47389 1.92541C8.44507 1.82826 9.40219 1.96251 10.2781 2.29048L10.4028 2.07744C10.6816 1.60073 11.2941 1.44036 11.7708 1.71923C12.2476 1.9981 12.4079 2.61062 12.1291 3.08733L12.0147 3.28277C12.3369 3.5436 12.6335 3.83735 12.8986 4.16073C13.2487 4.58782 13.1864 5.21791 12.7593 5.56806C12.3322 5.91822 11.7021 5.85584 11.3519 5.42875C11.0298 5.03579 10.6379 4.707 10.1996 4.4559C10.1922 4.45178 10.1847 4.44756 10.1773 4.44322C10.1771 4.44308 10.1768 4.44293 10.1766 4.44278C9.25021 3.91971 8.12001 3.74225 7.00404 4.03667C5.88318 4.33239 4.99615 5.04472 4.46372 5.95505C3.93212 6.86395 3.754 7.97023 4.04955 9.05627C4.19767 9.60056 4.44963 10.0883 4.77892 10.5062C5.12075 10.94 5.0462 11.5687 4.61241 11.9106C4.17862 12.2524 3.54986 12.1779 3.20803 11.7441C2.91419 11.3712 2.6616 10.9608 2.45888 10.5182L2.38034 10.5389C1.84633 10.6798 1.29922 10.3611 1.15833 9.82707C1.01744 9.29305 1.33614 8.74594 1.87015 8.60505L1.93583 8.58772C1.84135 7.64102 1.97547 6.71011 2.30013 5.85738L2.09458 5.74026C1.61472 5.46684 1.44737 4.85619 1.72079 4.37633C1.99421 3.89648 2.60486 3.72913 3.08472 4.00255L3.30852 4.13008C3.8993 3.41766 4.65648 2.83214 5.54068 2.43812L5.52697 2.38772C5.38194 1.85481 5.69638 1.30524 6.22929 1.16022Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.1252 14.8749C12.6774 14.8749 13.1252 15.3226 13.1252 15.8749V17.1087L14.1106 16.5174C14.5842 16.2332 15.1985 16.3868 15.4826 16.8604C15.7668 17.3339 15.6132 17.9482 15.1397 18.2324L14.0688 18.8749L15.1395 19.5174C15.6131 19.8015 15.7667 20.4158 15.4825 20.8894C15.1984 21.363 14.5841 21.5165 14.1105 21.2324L13.1252 20.6411V21.8749C13.1252 22.4272 12.6774 22.8749 12.1252 22.8749C11.5729 22.8749 11.1252 22.4272 11.1252 21.8749V20.6411L10.1398 21.2324C9.66621 21.5165 9.05195 21.363 8.7678 20.8894C8.48364 20.4158 8.6372 19.8015 9.11078 19.5174L10.1815 18.8749L9.11065 18.2324C8.63707 17.9482 8.48351 17.3339 8.76766 16.8604C9.05182 16.3868 9.66608 16.2332 10.1397 16.5174L11.1252 17.1087V15.8749C11.1252 15.3226 11.5729 14.8749 12.1252 14.8749Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 9.09271C6.01491 9.28872 5.9902 9.38672 5.93372 9.44457C5.87724 9.50243 5.77924 9.52964 5.58325 9.58406C3.15606 10.2581 1.375 12.4831 1.375 15.1249C1.375 18.0524 3.60559 20.469 6.44209 20.8287C6.73611 20.866 6.88312 20.8846 6.98234 20.8051C7.08156 20.7256 7.09972 20.5316 7.13605 20.1438C7.1649 19.8357 7.25059 19.5346 7.38899 19.257C7.49251 19.0494 7.54427 18.9456 7.54427 18.875C7.54427 18.8043 7.4925 18.7005 7.38895 18.4929C7.02055 17.7542 7.02548 16.8489 7.48166 16.0886C7.90848 15.3773 8.63322 14.9547 9.40059 14.8848C9.6222 14.8646 9.73301 14.8546 9.79182 14.8193C9.85064 14.784 9.91173 14.6909 10.0339 14.5048C10.4806 13.8243 11.2505 13.3749 12.1254 13.3749C13.0002 13.3749 13.7701 13.8243 14.2169 14.5048C14.339 14.6909 14.4001 14.784 14.4589 14.8193C14.5178 14.8546 14.6286 14.8646 14.8502 14.8848C15.6175 14.9547 16.3423 15.3773 16.7691 16.0886C17.2253 16.8489 17.2302 17.7542 16.8618 18.4929C16.7583 18.7005 16.7065 18.8043 16.7065 18.875C16.7065 18.9456 16.7582 19.0494 16.8618 19.257C17.0277 19.5899 17.1179 19.9566 17.1252 20.3287C17.1292 20.5356 17.1312 20.6391 17.1542 20.6928C17.1899 20.7764 17.2332 20.8189 17.3174 20.853C17.3716 20.8749 17.4561 20.8749 17.625 20.8749C20.5245 20.8749 22.875 18.5244 22.875 15.6249C22.875 13.1534 21.1672 11.0808 18.8673 10.5227C18.6239 10.4637 18.5022 10.4341 18.4397 10.3632C18.3772 10.2922 18.3635 10.1695 18.3362 9.92412C17.9878 6.80219 15.3399 4.37488 12.125 4.37488C9.20171 4.37488 6.74772 6.38141 6.06431 9.09271Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.22929 1.16022C6.76219 1.0152 7.31176 1.32964 7.45678 1.86254L7.47389 1.92541C8.44507 1.82826 9.40219 1.96251 10.2781 2.29048L10.4028 2.07744C10.6816 1.60073 11.2941 1.44036 11.7708 1.71923C12.2476 1.9981 12.4079 2.61062 12.1291 3.08733L12.0147 3.28277C12.3369 3.5436 12.6335 3.83735 12.8986 4.16073C13.2487 4.58782 13.1864 5.21791 12.7593 5.56806C12.3322 5.91822 11.7021 5.85584 11.3519 5.42875C11.0298 5.03579 10.6379 4.707 10.1996 4.4559C10.1922 4.45178 10.1847 4.44756 10.1773 4.44322C10.1771 4.44308 10.1768 4.44293 10.1766 4.44278C9.25021 3.91971 8.12001 3.74225 7.00404 4.03667C5.88318 4.33239 4.99615 5.04472 4.46372 5.95505C3.93212 6.86395 3.754 7.97023 4.04955 9.05627C4.19767 9.60056 4.44963 10.0883 4.77892 10.5062C5.12075 10.94 5.0462 11.5687 4.61241 11.9106C4.17862 12.2524 3.54986 12.1779 3.20803 11.7441C2.91419 11.3712 2.6616 10.9608 2.45888 10.5182L2.38034 10.5389C1.84633 10.6798 1.29922 10.3611 1.15833 9.82707C1.01744 9.29305 1.33614 8.74594 1.87015 8.60505L1.93583 8.58772C1.84135 7.64102 1.97547 6.71011 2.30013 5.85738L2.09458 5.74026C1.61472 5.46684 1.44737 4.85619 1.72079 4.37633C1.99421 3.89648 2.60486 3.72913 3.08472 4.00255L3.30852 4.13008C3.8993 3.41766 4.65648 2.83214 5.54068 2.43812L5.52697 2.38772C5.38194 1.85481 5.69638 1.30524 6.22929 1.16022Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-slow-wind-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.39906 17.875C9.07713 17.875 8.61865 18.3178 8.61865 18.3178C8.18514 18.66 7.55632 18.586 7.21413 18.1525C6.87195 17.7189 6.94598 17.0901 7.37948 16.7479C7.37948 16.7479 8.31931 15.875 9.39906 15.875C10.5107 15.875 11.3453 16.6901 11.3453 16.6901C11.3453 16.6901 11.5654 16.875 11.7991 16.875C12.0327 16.875 12.2528 16.6901 12.2528 16.6901C12.2528 16.6901 13.249 15.875 14.1991 15.875C15.3037 15.875 16.3764 16.8287 16.3764 16.8287C16.3764 16.8287 17.2429 17.3522 16.9248 18.1322C16.7163 18.6436 16.1327 18.8891 15.6213 18.6806C15.3657 18.5764 15.1264 18.4338 14.9062 18.2599C14.9062 18.2599 14.5124 17.875 14.1991 17.875C13.8857 17.875 13.492 18.2599 13.492 18.2599C13.0009 18.6476 12.4195 18.875 11.7991 18.875C11.1786 18.875 10.5973 18.6476 10.1062 18.2599C10.1062 18.2599 9.721 17.875 9.39906 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.40102 21.875C3.07908 21.875 2.6206 22.3178 2.6206 22.3178C2.18709 22.66 1.55827 22.586 1.21609 22.1525C0.8739 21.7189 0.94793 21.0901 1.38144 20.7479C1.38144 20.7479 2.32127 19.875 3.40102 19.875C4.51267 19.875 5.34729 20.6901 5.34729 20.6901C5.34729 20.6901 5.56736 20.875 5.80102 20.875C6.03468 20.875 6.25475 20.6901 6.25475 20.6901C6.25475 20.6901 7.25096 19.875 8.20102 19.875C9.30564 19.875 10.3784 20.8287 10.3784 20.8287C10.3784 20.8287 11.2448 21.3522 10.9268 22.1322C10.7183 22.6436 10.1346 22.8891 9.62323 22.6806C9.36763 22.5764 9.12835 22.4338 8.90813 22.2599C8.90813 22.2599 8.51436 21.875 8.20102 21.875C7.88767 21.875 7.49391 22.2599 7.49391 22.2599C7.00282 22.6476 6.42149 22.875 5.80102 22.875C5.18055 22.875 4.59922 22.6476 4.10813 22.2599C4.10813 22.2599 3.72296 21.875 3.40102 21.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4031 21.875C15.0812 21.875 14.6227 22.3178 14.6227 22.3178C14.1892 22.66 13.5604 22.586 13.2182 22.1525C12.876 21.7189 12.95 21.0901 13.3835 20.7479C13.3835 20.7479 14.3234 19.875 15.4031 19.875C16.5148 19.875 17.3494 20.6901 17.3494 20.6901C17.3494 20.6901 17.5695 20.875 17.8031 20.875C18.0368 20.875 18.2568 20.6901 18.2568 20.6901C18.2568 20.6901 19.253 19.875 20.2031 19.875C21.3077 19.875 22.3805 20.8287 22.3805 20.8287C22.3805 20.8287 23.2469 21.3522 22.9289 22.1322C22.7203 22.6436 22.1367 22.8891 21.6253 22.6806C21.3697 22.5764 21.1304 22.4338 20.9102 22.2599C20.9102 22.2599 20.5165 21.875 20.2031 21.875C19.8898 21.875 19.496 22.2599 19.496 22.2599C19.0049 22.6476 18.4236 22.875 17.8031 22.875C17.1826 22.875 16.6013 22.6476 16.1102 22.2599C16.1102 22.2599 15.725 21.875 15.4031 21.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.46021 7.58419C3.03302 8.2582 1.25195 10.4833 1.25195 13.125C1.25195 15.4299 2.60811 17.418 4.56601 18.335C4.99094 18.534 5.20341 18.6336 5.3417 18.5475C5.47998 18.4614 5.48616 18.1365 5.4985 17.4868C5.51185 16.7847 5.81943 16.0936 6.39789 15.6121L6.40473 15.6065L6.41203 15.6008C6.47788 15.5499 6.98595 15.1584 7.22129 15.0195C7.69847 14.738 8.47601 14.375 9.39815 14.375C10.3144 14.375 11.0662 14.7068 11.5467 14.9885C11.661 15.0554 11.7181 15.0889 11.7684 15.0987C11.8086 15.1065 11.8377 15.1068 11.8781 15.0996C11.9285 15.0906 11.9851 15.0587 12.0983 14.9948L12.1418 14.9704C12.5846 14.7252 13.3413 14.375 14.1982 14.375C15.1448 14.375 15.9666 14.7685 16.4603 15.0581C16.7089 15.2041 17.3575 15.6876 17.4373 15.7473L17.4456 15.7536L17.4533 15.7597C17.5906 15.8707 17.7776 16.0406 17.955 16.2696C18.213 16.6029 18.4726 17.2022 18.4539 17.8978C18.4413 18.3714 18.4349 18.6082 18.5624 18.7011C18.6898 18.7939 18.8543 18.7361 19.1833 18.6204C19.3324 18.568 19.4854 18.5034 19.6331 18.4244C21.4707 17.6072 22.752 15.7657 22.752 13.625C22.752 11.1535 21.0442 9.08089 18.7443 8.52286C18.5009 8.4638 18.3792 8.43427 18.3167 8.36328C18.2542 8.2923 18.2405 8.16962 18.2131 7.92426C17.8648 4.80234 15.2168 2.375 12.002 2.375C9.07867 2.375 6.62467 4.38153 5.94126 7.09283C5.89186 7.28884 5.86716 7.38684 5.81067 7.4447C5.75419 7.50255 5.6562 7.52976 5.46021 7.58419Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3 5.98179C3 4.40086 4.27641 3.125 5.84388 3.125C6.62464 3.125 7.33286 3.44055 7.84816 3.95496C8.35291 3.50564 8.93099 3.13694 9.56222 2.86906C8.67534 1.80514 7.33934 1.125 5.84388 1.125C3.16552 1.125 1 3.30262 1 5.98179C1 7.37566 1.58642 8.63295 2.52367 9.51808C2.94758 8.99248 3.46215 8.54304 4.04365 8.19351C3.40556 7.66874 3 6.87328 3 5.98179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.39906 17.875C9.07713 17.875 8.61865 18.3178 8.61865 18.3178C8.18514 18.66 7.55632 18.586 7.21413 18.1525C6.87195 17.7189 6.94598 17.0901 7.37948 16.7479C7.37948 16.7479 8.31931 15.875 9.39906 15.875C10.5107 15.875 11.3453 16.6901 11.3453 16.6901C11.3453 16.6901 11.5654 16.875 11.7991 16.875C12.0327 16.875 12.2528 16.6901 12.2528 16.6901C12.2528 16.6901 13.249 15.875 14.1991 15.875C15.3037 15.875 16.3764 16.8287 16.3764 16.8287C16.3764 16.8287 17.2429 17.3522 16.9248 18.1322C16.7163 18.6436 16.1327 18.8891 15.6213 18.6806C15.3657 18.5764 15.1264 18.4338 14.9062 18.2599C14.9062 18.2599 14.5124 17.875 14.1991 17.875C13.8857 17.875 13.492 18.2599 13.492 18.2599C13.0009 18.6476 12.4195 18.875 11.7991 18.875C11.1786 18.875 10.5973 18.6476 10.1062 18.2599C10.1062 18.2599 9.721 17.875 9.39906 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.40102 21.875C3.07908 21.875 2.6206 22.3178 2.6206 22.3178C2.18709 22.66 1.55827 22.586 1.21609 22.1525C0.8739 21.7189 0.94793 21.0901 1.38144 20.7479C1.38144 20.7479 2.32127 19.875 3.40102 19.875C4.51267 19.875 5.34729 20.6901 5.34729 20.6901C5.34729 20.6901 5.56736 20.875 5.80102 20.875C6.03468 20.875 6.25475 20.6901 6.25475 20.6901C6.25475 20.6901 7.25096 19.875 8.20102 19.875C9.30564 19.875 10.3784 20.8287 10.3784 20.8287C10.3784 20.8287 11.2448 21.3522 10.9268 22.1322C10.7183 22.6436 10.1346 22.8891 9.62323 22.6806C9.36763 22.5764 9.12835 22.4338 8.90813 22.2599C8.90813 22.2599 8.51436 21.875 8.20102 21.875C7.88767 21.875 7.49391 22.2599 7.49391 22.2599C7.00282 22.6476 6.42149 22.875 5.80102 22.875C5.18055 22.875 4.59922 22.6476 4.10813 22.2599C4.10813 22.2599 3.72296 21.875 3.40102 21.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4031 21.875C15.0812 21.875 14.6227 22.3178 14.6227 22.3178C14.1892 22.66 13.5604 22.586 13.2182 22.1525C12.876 21.7189 12.95 21.0901 13.3835 20.7479C13.3835 20.7479 14.3234 19.875 15.4031 19.875C16.5148 19.875 17.3494 20.6901 17.3494 20.6901C17.3494 20.6901 17.5695 20.875 17.8031 20.875C18.0368 20.875 18.2568 20.6901 18.2568 20.6901C18.2568 20.6901 19.253 19.875 20.2031 19.875C21.3077 19.875 22.3805 20.8287 22.3805 20.8287C22.3805 20.8287 23.2469 21.3522 22.9289 22.1322C22.7203 22.6436 22.1367 22.8891 21.6253 22.6806C21.3697 22.5764 21.1304 22.4338 20.9102 22.2599C20.9102 22.2599 20.5165 21.875 20.2031 21.875C19.8898 21.875 19.496 22.2599 19.496 22.2599C19.0049 22.6476 18.4236 22.875 17.8031 22.875C17.1826 22.875 16.6013 22.6476 16.1102 22.2599C16.1102 22.2599 15.725 21.875 15.4031 21.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.46021 7.58419C3.03302 8.2582 1.25195 10.4833 1.25195 13.125C1.25195 15.4299 2.60811 17.418 4.56601 18.335C4.99094 18.534 5.20341 18.6336 5.3417 18.5475C5.47998 18.4614 5.48616 18.1365 5.4985 17.4868C5.51185 16.7847 5.81943 16.0936 6.39789 15.6121L6.40473 15.6065L6.41203 15.6008C6.47788 15.5499 6.98595 15.1584 7.22129 15.0195C7.69847 14.738 8.47601 14.375 9.39815 14.375C10.3144 14.375 11.0662 14.7068 11.5467 14.9885C11.661 15.0554 11.7181 15.0889 11.7684 15.0987C11.8086 15.1065 11.8377 15.1068 11.8781 15.0996C11.9285 15.0906 11.9851 15.0587 12.0983 14.9948L12.1418 14.9704C12.5846 14.7252 13.3413 14.375 14.1982 14.375C15.1448 14.375 15.9666 14.7685 16.4603 15.0581C16.7089 15.2041 17.3575 15.6876 17.4373 15.7473L17.4456 15.7536L17.4533 15.7597C17.5906 15.8707 17.7776 16.0406 17.955 16.2696C18.213 16.6029 18.4726 17.2022 18.4539 17.8978C18.4413 18.3714 18.4349 18.6082 18.5624 18.7011C18.6898 18.7939 18.8543 18.7361 19.1833 18.6204C19.3324 18.568 19.4854 18.5034 19.6331 18.4244C21.4707 17.6072 22.752 15.7657 22.752 13.625C22.752 11.1535 21.0442 9.08089 18.7443 8.52286C18.5009 8.4638 18.3792 8.43427 18.3167 8.36328C18.2542 8.2923 18.2405 8.16962 18.2131 7.92426C17.8648 4.80234 15.2168 2.375 12.002 2.375C9.07867 2.375 6.62467 4.38153 5.94126 7.09283C5.89186 7.28884 5.86716 7.38684 5.81067 7.4447C5.75419 7.50255 5.6562 7.52976 5.46021 7.58419Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3 5.98179C3 4.40086 4.27641 3.125 5.84388 3.125C6.62464 3.125 7.33286 3.44055 7.84816 3.95496C8.35291 3.50564 8.93099 3.13694 9.56222 2.86906C8.67534 1.80514 7.33934 1.125 5.84388 1.125C3.16552 1.125 1 3.30262 1 5.98179C1 7.37566 1.58642 8.63295 2.52367 9.51808C2.94758 8.99248 3.46215 8.54304 4.04365 8.19351C3.40556 7.66874 3 6.87328 3 5.98179Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-slow-wind-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5C9.12324 5 6.76233 7.20862 6.52042 10.0227C5.54043 10.116 4.6429 10.4921 3.91041 11.0685L3.86823 11C3.4577 10.479 3.14359 9.87059 2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961V5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.10429 1.16034C6.63719 1.01532 7.18676 1.32976 7.33178 1.86266L7.34889 1.92553C8.32007 1.82839 9.27719 1.96263 10.1531 2.2906L10.2778 2.07756C10.5566 1.60085 11.1691 1.44048 11.6458 1.71935C12.1226 1.99823 12.2829 2.61074 12.0041 3.08745L11.8897 3.28289C12.2119 3.54372 12.5085 3.83747 12.7736 4.16085C13.1237 4.58794 13.0614 5.21803 12.6343 5.56818C12.2072 5.91834 11.5771 5.85596 11.2269 5.42887C10.9048 5.03591 10.5129 4.70712 10.0746 4.45603C10.0672 4.4519 10.0597 4.44768 10.0523 4.44335C10.0521 4.4432 10.0518 4.44305 10.0516 4.44291C9.12521 3.91983 7.99501 3.74237 6.87904 4.0368C5.75818 4.33251 4.87115 5.04484 4.33872 5.95517C3.80712 6.86407 3.629 7.97035 3.92455 9.05639C4.07267 9.60068 4.32463 10.0884 4.65392 10.5063C4.99575 10.9401 4.9212 11.5689 4.48741 11.9107C4.05362 12.2525 3.42486 12.178 3.08303 11.7442C2.78919 11.3713 2.5366 10.9609 2.33388 10.5183L2.25534 10.539C1.72133 10.6799 1.17422 10.3612 1.03333 9.82719C0.892444 9.29318 1.21114 8.74606 1.74515 8.60518L1.81083 8.58785C1.71635 7.64114 1.85047 6.71023 2.17513 5.85751L1.96958 5.74038C1.48972 5.46696 1.32237 4.85631 1.59579 4.37646C1.86921 3.8966 2.47986 3.72925 2.95972 4.00267L3.18352 4.1302C3.7743 3.41778 4.53148 2.83226 5.41568 2.43824L5.40197 2.38784C5.25694 1.85493 5.57138 1.30537 6.10429 1.16034Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.39906 17.875C9.07713 17.875 8.61865 18.3178 8.61865 18.3178C8.18514 18.66 7.55632 18.586 7.21413 18.1525C6.87195 17.7189 6.94598 17.0901 7.37948 16.7479C7.37948 16.7479 8.31931 15.875 9.39906 15.875C10.5107 15.875 11.3453 16.6901 11.3453 16.6901C11.3453 16.6901 11.5654 16.875 11.7991 16.875C12.0327 16.875 12.2528 16.6901 12.2528 16.6901C12.2528 16.6901 13.249 15.875 14.1991 15.875C15.3037 15.875 16.3764 16.8287 16.3764 16.8287C16.3764 16.8287 17.2429 17.3522 16.9248 18.1322C16.7163 18.6436 16.1327 18.8891 15.6213 18.6806C15.3657 18.5764 15.1264 18.4338 14.9062 18.2599C14.9062 18.2599 14.5124 17.875 14.1991 17.875C13.8857 17.875 13.492 18.2599 13.492 18.2599C13.0009 18.6476 12.4195 18.875 11.7991 18.875C11.1786 18.875 10.5973 18.6476 10.1062 18.2599C10.1062 18.2599 9.721 17.875 9.39906 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.40102 21.875C3.07908 21.875 2.6206 22.3178 2.6206 22.3178C2.18709 22.66 1.55827 22.586 1.21609 22.1525C0.8739 21.7189 0.94793 21.0901 1.38144 20.7479C1.38144 20.7479 2.32127 19.875 3.40102 19.875C4.51267 19.875 5.34729 20.6901 5.34729 20.6901C5.34729 20.6901 5.56736 20.875 5.80102 20.875C6.03468 20.875 6.25475 20.6901 6.25475 20.6901C6.25475 20.6901 7.25096 19.875 8.20102 19.875C9.30564 19.875 10.3784 20.8287 10.3784 20.8287C10.3784 20.8287 11.2448 21.3522 10.9268 22.1322C10.7183 22.6436 10.1346 22.8891 9.62323 22.6806C9.36763 22.5764 9.12835 22.4338 8.90813 22.2599C8.90813 22.2599 8.51436 21.875 8.20102 21.875C7.88767 21.875 7.49391 22.2599 7.49391 22.2599C7.00282 22.6476 6.42149 22.875 5.80102 22.875C5.18055 22.875 4.59922 22.6476 4.10813 22.2599C4.10813 22.2599 3.72296 21.875 3.40102 21.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4031 21.875C15.0812 21.875 14.6227 22.3178 14.6227 22.3178C14.1892 22.66 13.5604 22.586 13.2182 22.1525C12.876 21.7189 12.95 21.0901 13.3835 20.7479C13.3835 20.7479 14.3234 19.875 15.4031 19.875C16.5148 19.875 17.3494 20.6901 17.3494 20.6901C17.3494 20.6901 17.5695 20.875 17.8031 20.875C18.0368 20.875 18.2568 20.6901 18.2568 20.6901C18.2568 20.6901 19.253 19.875 20.2031 19.875C21.3077 19.875 22.3805 20.8287 22.3805 20.8287C22.3805 20.8287 23.2469 21.3522 22.9289 22.1322C22.7203 22.6436 22.1367 22.8891 21.6253 22.6806C21.3697 22.5764 21.1304 22.4338 20.9102 22.2599C20.9102 22.2599 20.5165 21.875 20.2031 21.875C19.8898 21.875 19.496 22.2599 19.496 22.2599C19.0049 22.6476 18.4236 22.875 17.8031 22.875C17.1826 22.875 16.6013 22.6476 16.1102 22.2599C16.1102 22.2599 15.725 21.875 15.4031 21.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.94126 9.09283C5.89186 9.28884 5.86716 9.38684 5.81067 9.4447C5.75419 9.50255 5.6562 9.52976 5.46021 9.58419C3.03302 10.2582 1.25195 12.4833 1.25195 15.125C1.25195 16.2473 1.57348 17.2945 2.12945 18.1795C2.2275 18.3356 2.27652 18.4136 2.36006 18.4507C2.44359 18.4879 2.55224 18.4689 2.76953 18.4308C2.97076 18.3956 3.1823 18.375 3.40206 18.375C4.31827 18.375 5.07015 18.7068 5.55063 18.9885C5.62402 19.0315 5.6931 19.0745 5.75763 19.1167C5.79845 19.1434 5.84867 19.1457 5.89016 19.1201C5.95272 19.0815 5.97151 18.9959 5.93021 18.9351C5.21098 17.8757 5.40939 16.4304 6.4069 15.6063C6.55131 15.4937 6.97133 15.1681 7.22324 15.0195C7.70043 14.738 8.47797 14.375 9.4001 14.375C10.3163 14.375 11.0682 14.7068 11.5487 14.9885C11.6629 15.0555 11.7201 15.0889 11.7703 15.0987C11.8106 15.1065 11.8397 15.1068 11.8801 15.0996C11.9305 15.0906 11.9871 15.0587 12.1003 14.9948C12.1146 14.9867 12.1291 14.9786 12.1438 14.9704C12.5865 14.7252 13.3432 14.375 14.2001 14.375C15.1468 14.375 15.9686 14.7685 16.4622 15.0581C16.7274 15.2138 17.2937 15.6367 17.4474 15.7533C17.5853 15.8642 17.7762 16.0362 17.9569 16.2696C18.3243 16.744 18.7483 17.6355 18.3148 18.6986C18.2847 18.7725 18.3676 18.8538 18.4395 18.8191C18.888 18.6024 19.5136 18.375 20.2042 18.375C20.5997 18.375 20.9734 18.4437 21.3105 18.5448C21.5459 18.6154 21.6636 18.6507 21.7598 18.6133C21.8559 18.5759 21.909 18.4868 22.0151 18.3087C22.4831 17.5234 22.752 16.6056 22.752 15.625C22.752 13.1535 21.0442 11.0809 18.7443 10.5229C18.5009 10.4638 18.3792 10.4343 18.3167 10.3633C18.2542 10.2923 18.2405 10.1696 18.2131 9.92424C17.8648 6.80231 15.2168 4.375 12.002 4.375C9.07867 4.375 6.62467 6.38153 5.94126 9.09283Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5C9.12324 5 6.76233 7.20862 6.52042 10.0227C5.54043 10.116 4.6429 10.4921 3.91041 11.0685L3.86823 11C3.4577 10.479 3.14359 9.87059 2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961V5Z%22 fill%3D%22white%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.10429 1.16034C6.63719 1.01532 7.18676 1.32976 7.33178 1.86266L7.34889 1.92553C8.32007 1.82839 9.27719 1.96263 10.1531 2.2906L10.2778 2.07756C10.5566 1.60085 11.1691 1.44048 11.6458 1.71935C12.1226 1.99823 12.2829 2.61074 12.0041 3.08745L11.8897 3.28289C12.2119 3.54372 12.5085 3.83747 12.7736 4.16085C13.1237 4.58794 13.0614 5.21803 12.6343 5.56818C12.2072 5.91834 11.5771 5.85596 11.2269 5.42887C10.9048 5.03591 10.5129 4.70712 10.0746 4.45603C10.0672 4.4519 10.0597 4.44768 10.0523 4.44335C10.0521 4.4432 10.0518 4.44305 10.0516 4.44291C9.12521 3.91983 7.99501 3.74237 6.87904 4.0368C5.75818 4.33251 4.87115 5.04484 4.33872 5.95517C3.80712 6.86407 3.629 7.97035 3.92455 9.05639C4.07267 9.60068 4.32463 10.0884 4.65392 10.5063C4.99575 10.9401 4.9212 11.5689 4.48741 11.9107C4.05362 12.2525 3.42486 12.178 3.08303 11.7442C2.78919 11.3713 2.5366 10.9609 2.33388 10.5183L2.25534 10.539C1.72133 10.6799 1.17422 10.3612 1.03333 9.82719C0.892444 9.29318 1.21114 8.74606 1.74515 8.60518L1.81083 8.58785C1.71635 7.64114 1.85047 6.71023 2.17513 5.85751L1.96958 5.74038C1.48972 5.46696 1.32237 4.85631 1.59579 4.37646C1.86921 3.8966 2.47986 3.72925 2.95972 4.00267L3.18352 4.1302C3.7743 3.41778 4.53148 2.83226 5.41568 2.43824L5.40197 2.38784C5.25694 1.85493 5.57138 1.30537 6.10429 1.16034Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.39906 17.875C9.07713 17.875 8.61865 18.3178 8.61865 18.3178C8.18514 18.66 7.55632 18.586 7.21413 18.1525C6.87195 17.7189 6.94598 17.0901 7.37948 16.7479C7.37948 16.7479 8.31931 15.875 9.39906 15.875C10.5107 15.875 11.3453 16.6901 11.3453 16.6901C11.3453 16.6901 11.5654 16.875 11.7991 16.875C12.0327 16.875 12.2528 16.6901 12.2528 16.6901C12.2528 16.6901 13.249 15.875 14.1991 15.875C15.3037 15.875 16.3764 16.8287 16.3764 16.8287C16.3764 16.8287 17.2429 17.3522 16.9248 18.1322C16.7163 18.6436 16.1327 18.8891 15.6213 18.6806C15.3657 18.5764 15.1264 18.4338 14.9062 18.2599C14.9062 18.2599 14.5124 17.875 14.1991 17.875C13.8857 17.875 13.492 18.2599 13.492 18.2599C13.0009 18.6476 12.4195 18.875 11.7991 18.875C11.1786 18.875 10.5973 18.6476 10.1062 18.2599C10.1062 18.2599 9.721 17.875 9.39906 17.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.40102 21.875C3.07908 21.875 2.6206 22.3178 2.6206 22.3178C2.18709 22.66 1.55827 22.586 1.21609 22.1525C0.8739 21.7189 0.94793 21.0901 1.38144 20.7479C1.38144 20.7479 2.32127 19.875 3.40102 19.875C4.51267 19.875 5.34729 20.6901 5.34729 20.6901C5.34729 20.6901 5.56736 20.875 5.80102 20.875C6.03468 20.875 6.25475 20.6901 6.25475 20.6901C6.25475 20.6901 7.25096 19.875 8.20102 19.875C9.30564 19.875 10.3784 20.8287 10.3784 20.8287C10.3784 20.8287 11.2448 21.3522 10.9268 22.1322C10.7183 22.6436 10.1346 22.8891 9.62323 22.6806C9.36763 22.5764 9.12835 22.4338 8.90813 22.2599C8.90813 22.2599 8.51436 21.875 8.20102 21.875C7.88767 21.875 7.49391 22.2599 7.49391 22.2599C7.00282 22.6476 6.42149 22.875 5.80102 22.875C5.18055 22.875 4.59922 22.6476 4.10813 22.2599C4.10813 22.2599 3.72296 21.875 3.40102 21.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4031 21.875C15.0812 21.875 14.6227 22.3178 14.6227 22.3178C14.1892 22.66 13.5604 22.586 13.2182 22.1525C12.876 21.7189 12.95 21.0901 13.3835 20.7479C13.3835 20.7479 14.3234 19.875 15.4031 19.875C16.5148 19.875 17.3494 20.6901 17.3494 20.6901C17.3494 20.6901 17.5695 20.875 17.8031 20.875C18.0368 20.875 18.2568 20.6901 18.2568 20.6901C18.2568 20.6901 19.253 19.875 20.2031 19.875C21.3077 19.875 22.3805 20.8287 22.3805 20.8287C22.3805 20.8287 23.2469 21.3522 22.9289 22.1322C22.7203 22.6436 22.1367 22.8891 21.6253 22.6806C21.3697 22.5764 21.1304 22.4338 20.9102 22.2599C20.9102 22.2599 20.5165 21.875 20.2031 21.875C19.8898 21.875 19.496 22.2599 19.496 22.2599C19.0049 22.6476 18.4236 22.875 17.8031 22.875C17.1826 22.875 16.6013 22.6476 16.1102 22.2599C16.1102 22.2599 15.725 21.875 15.4031 21.875Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5.94126 9.09283C5.89186 9.28884 5.86716 9.38684 5.81067 9.4447C5.75419 9.50255 5.6562 9.52976 5.46021 9.58419C3.03302 10.2582 1.25195 12.4833 1.25195 15.125C1.25195 16.2473 1.57348 17.2945 2.12945 18.1795C2.2275 18.3356 2.27652 18.4136 2.36006 18.4507C2.44359 18.4879 2.55224 18.4689 2.76953 18.4308C2.97076 18.3956 3.1823 18.375 3.40206 18.375C4.31827 18.375 5.07015 18.7068 5.55063 18.9885C5.62402 19.0315 5.6931 19.0745 5.75763 19.1167C5.79845 19.1434 5.84867 19.1457 5.89016 19.1201C5.95272 19.0815 5.97151 18.9959 5.93021 18.9351C5.21098 17.8757 5.40939 16.4304 6.4069 15.6063C6.55131 15.4937 6.97133 15.1681 7.22324 15.0195C7.70043 14.738 8.47797 14.375 9.4001 14.375C10.3163 14.375 11.0682 14.7068 11.5487 14.9885C11.6629 15.0555 11.7201 15.0889 11.7703 15.0987C11.8106 15.1065 11.8397 15.1068 11.8801 15.0996C11.9305 15.0906 11.9871 15.0587 12.1003 14.9948C12.1146 14.9867 12.1291 14.9786 12.1438 14.9704C12.5865 14.7252 13.3432 14.375 14.2001 14.375C15.1468 14.375 15.9686 14.7685 16.4622 15.0581C16.7274 15.2138 17.2937 15.6367 17.4474 15.7533C17.5853 15.8642 17.7762 16.0362 17.9569 16.2696C18.3243 16.744 18.7483 17.6355 18.3148 18.6986C18.2847 18.7725 18.3676 18.8538 18.4395 18.8191C18.888 18.6024 19.5136 18.375 20.2042 18.375C20.5997 18.375 20.9734 18.4437 21.3105 18.5448C21.5459 18.6154 21.6636 18.6507 21.7598 18.6133C21.8559 18.5759 21.909 18.4868 22.0151 18.3087C22.4831 17.5234 22.752 16.6056 22.752 15.625C22.752 13.1535 21.0442 11.0809 18.7443 10.5229C18.5009 10.4638 18.3792 10.4343 18.3167 10.3633C18.2542 10.2923 18.2405 10.1696 18.2131 9.92424C17.8648 6.80231 15.2168 4.375 12.002 4.375C9.07867 4.375 6.62467 6.38153 5.94126 9.09283Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-snow-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.125 16C17.125 16.5523 16.6773 17 16.125 17C15.5727 17 15.125 16.5523 15.125 16C15.125 15.4477 15.5727 15 16.125 15C16.6773 15 17.125 15.4477 17.125 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.125 16C9.125 16.5523 8.67728 17 8.125 17C7.57272 17 7.125 16.5523 7.125 16C7.125 15.4477 7.57272 15 8.125 15C8.67728 15 9.125 15.4477 9.125 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.125 20C9.125 20.5523 8.67728 21 8.125 21C7.57272 21 7.125 20.5523 7.125 20C7.125 19.4477 7.57272 19 8.125 19C8.67728 19 9.125 19.4477 9.125 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.125 18C13.125 18.5523 12.6773 19 12.125 19C11.5727 19 11.125 18.5523 11.125 18C11.125 17.4477 11.5727 17 12.125 17C12.6773 17 13.125 17.4477 13.125 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.125 20C17.125 20.5523 16.6773 21 16.125 21C15.5727 21 15.125 20.5523 15.125 20C15.125 19.4477 15.5727 19 16.125 19C16.6773 19 17.125 19.4477 17.125 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.125 22C13.125 22.5523 12.6773 23 12.125 23C11.5727 23 11.125 22.5523 11.125 22C11.125 21.4477 11.5727 21 12.125 21C12.6773 21 13.125 21.4477 13.125 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 6.96783C6.01491 7.16384 5.9902 7.26184 5.93372 7.3197C5.87724 7.37755 5.77924 7.40476 5.58325 7.45919C3.15606 8.1332 1.375 10.3583 1.375 13C1.375 15.6955 3.22971 17.9577 5.73255 18.5802C5.81426 18.6006 5.85511 18.6107 5.895 18.6099C5.95832 18.6086 6.00974 18.5917 6.06153 18.5553C6.09414 18.5323 6.12962 18.4896 6.20057 18.4041C6.3392 18.2371 6.40852 18.1536 6.42622 18.1075C6.46201 18.0142 6.46201 17.986 6.42624 17.8926C6.40854 17.8465 6.33914 17.7629 6.20033 17.5956C5.84102 17.1627 5.625 16.6066 5.625 16C5.625 14.6193 6.74429 13.5 8.125 13.5C9.08878 13.5 9.92517 14.0454 10.3424 14.8443C10.5985 15.3346 10.7265 15.5798 10.8133 15.6232C10.9001 15.6666 11.173 15.622 11.7188 15.5328C11.851 15.5112 11.9867 15.5 12.125 15.5C12.2633 15.5 12.399 15.5112 12.5312 15.5328C13.077 15.622 13.3499 15.6666 13.4367 15.6232C13.5235 15.5798 13.6515 15.3346 13.9076 14.8443C14.3248 14.0454 15.1612 13.5 16.125 13.5C17.5057 13.5 18.625 14.6193 18.625 16C18.625 16.5847 18.4243 17.1225 18.088 17.5483C17.9218 17.7587 17.8387 17.864 17.8229 17.9255C17.8054 17.9936 17.8054 18.0066 17.8229 18.0747C17.8387 18.1362 17.9217 18.2412 18.0876 18.4513C18.1733 18.5597 18.2162 18.6139 18.2595 18.6413C18.2961 18.6645 18.3302 18.6773 18.3731 18.6841C18.4236 18.6921 18.4757 18.6825 18.5797 18.6634C21.0234 18.2144 22.875 16.0735 22.875 13.5C22.875 11.0285 21.1672 8.95589 18.8673 8.39786C18.6239 8.3388 18.5022 8.30927 18.4397 8.23828C18.3772 8.1673 18.3635 8.04461 18.3362 7.79924C17.9878 4.67731 15.3399 2.25 12.125 2.25C9.20171 2.25 6.74772 4.25653 6.06431 6.96783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 5.85679C3.125 4.27586 4.40141 3 5.96888 3C6.74917 3 7.45702 3.31517 7.97224 3.82904C8.47713 3.3798 9.05535 3.0112 9.68671 2.74345C8.79982 1.67988 7.46405 1 5.96888 1C3.29052 1 1.125 3.17762 1.125 5.85679C1.125 7.25011 1.71096 8.50695 2.64756 9.39203C3.07158 8.86654 3.58625 8.41723 4.16783 8.06783C3.53021 7.54305 3.125 6.7479 3.125 5.85679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.125 16C17.125 16.5523 16.6773 17 16.125 17C15.5727 17 15.125 16.5523 15.125 16C15.125 15.4477 15.5727 15 16.125 15C16.6773 15 17.125 15.4477 17.125 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.125 16C9.125 16.5523 8.67728 17 8.125 17C7.57272 17 7.125 16.5523 7.125 16C7.125 15.4477 7.57272 15 8.125 15C8.67728 15 9.125 15.4477 9.125 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.125 20C9.125 20.5523 8.67728 21 8.125 21C7.57272 21 7.125 20.5523 7.125 20C7.125 19.4477 7.57272 19 8.125 19C8.67728 19 9.125 19.4477 9.125 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.125 18C13.125 18.5523 12.6773 19 12.125 19C11.5727 19 11.125 18.5523 11.125 18C11.125 17.4477 11.5727 17 12.125 17C12.6773 17 13.125 17.4477 13.125 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.125 20C17.125 20.5523 16.6773 21 16.125 21C15.5727 21 15.125 20.5523 15.125 20C15.125 19.4477 15.5727 19 16.125 19C16.6773 19 17.125 19.4477 17.125 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.125 22C13.125 22.5523 12.6773 23 12.125 23C11.5727 23 11.125 22.5523 11.125 22C11.125 21.4477 11.5727 21 12.125 21C12.6773 21 13.125 21.4477 13.125 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 6.96783C6.01491 7.16384 5.9902 7.26184 5.93372 7.3197C5.87724 7.37755 5.77924 7.40476 5.58325 7.45919C3.15606 8.1332 1.375 10.3583 1.375 13C1.375 15.6955 3.22971 17.9577 5.73255 18.5802C5.81426 18.6006 5.85511 18.6107 5.895 18.6099C5.95832 18.6086 6.00974 18.5917 6.06153 18.5553C6.09414 18.5323 6.12962 18.4896 6.20057 18.4041C6.3392 18.2371 6.40852 18.1536 6.42622 18.1075C6.46201 18.0142 6.46201 17.986 6.42624 17.8926C6.40854 17.8465 6.33914 17.7629 6.20033 17.5956C5.84102 17.1627 5.625 16.6066 5.625 16C5.625 14.6193 6.74429 13.5 8.125 13.5C9.08878 13.5 9.92517 14.0454 10.3424 14.8443C10.5985 15.3346 10.7265 15.5798 10.8133 15.6232C10.9001 15.6666 11.173 15.622 11.7188 15.5328C11.851 15.5112 11.9867 15.5 12.125 15.5C12.2633 15.5 12.399 15.5112 12.5312 15.5328C13.077 15.622 13.3499 15.6666 13.4367 15.6232C13.5235 15.5798 13.6515 15.3346 13.9076 14.8443C14.3248 14.0454 15.1612 13.5 16.125 13.5C17.5057 13.5 18.625 14.6193 18.625 16C18.625 16.5847 18.4243 17.1225 18.088 17.5483C17.9218 17.7587 17.8387 17.864 17.8229 17.9255C17.8054 17.9936 17.8054 18.0066 17.8229 18.0747C17.8387 18.1362 17.9217 18.2412 18.0876 18.4513C18.1733 18.5597 18.2162 18.6139 18.2595 18.6413C18.2961 18.6645 18.3302 18.6773 18.3731 18.6841C18.4236 18.6921 18.4757 18.6825 18.5797 18.6634C21.0234 18.2144 22.875 16.0735 22.875 13.5C22.875 11.0285 21.1672 8.95589 18.8673 8.39786C18.6239 8.3388 18.5022 8.30927 18.4397 8.23828C18.3772 8.1673 18.3635 8.04461 18.3362 7.79924C17.9878 4.67731 15.3399 2.25 12.125 2.25C9.20171 2.25 6.74772 4.25653 6.06431 6.96783Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.125 5.85679C3.125 4.27586 4.40141 3 5.96888 3C6.74917 3 7.45702 3.31517 7.97224 3.82904C8.47713 3.3798 9.05535 3.0112 9.68671 2.74345C8.79982 1.67988 7.46405 1 5.96888 1C3.29052 1 1.125 3.17762 1.125 5.85679C1.125 7.25011 1.71096 8.50695 2.64756 9.39203C3.07158 8.86654 3.58625 8.41723 4.16783 8.06783C3.53021 7.54305 3.125 6.7479 3.125 5.85679Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-snow-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.22929 1.03522C6.76219 0.890197 7.31176 1.20464 7.45678 1.73754L7.47389 1.80041C8.44507 1.70326 9.40219 1.83751 10.2781 2.16548L10.4028 1.95244C10.6816 1.47573 11.2941 1.31536 11.7708 1.59423C12.2476 1.8731 12.4079 2.48562 12.1291 2.96233L12.0147 3.15777C12.3369 3.4186 12.6335 3.71235 12.8986 4.03573C13.2487 4.46282 13.1864 5.09291 12.7593 5.44306C12.3322 5.79322 11.7021 5.73084 11.3519 5.30375C11.0298 4.91079 10.6379 4.582 10.1996 4.3309C10.1922 4.32678 10.1847 4.32256 10.1773 4.31822C10.1771 4.31808 10.1768 4.31793 10.1766 4.31778C9.25021 3.79471 8.12001 3.61725 7.00404 3.91167C5.88318 4.20739 4.99615 4.91972 4.46372 5.83005C3.93212 6.73895 3.754 7.84523 4.04955 8.93127C4.19767 9.47556 4.44963 9.96332 4.77892 10.3812C5.12075 10.815 5.0462 11.4437 4.61241 11.7856C4.17862 12.1274 3.54986 12.0529 3.20803 11.6191C2.91419 11.2462 2.6616 10.8358 2.45888 10.3932L2.38034 10.4139C1.84633 10.5548 1.29922 10.2361 1.15833 9.70207C1.01744 9.16805 1.33614 8.62094 1.87015 8.48005L1.93583 8.46272C1.84135 7.51602 1.97547 6.58511 2.30013 5.73238L2.09458 5.61526C1.61472 5.34184 1.44737 4.73119 1.72079 4.25133C1.99421 3.77148 2.60486 3.60413 3.08472 3.87755L3.30852 4.00508C3.8993 3.29266 4.65648 2.70714 5.54068 2.31312L5.52697 2.26272C5.38194 1.72981 5.69638 1.18024 6.22929 1.03522Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.125 15.9999C17.125 16.5522 16.6773 16.9999 16.125 16.9999C15.5727 16.9999 15.125 16.5522 15.125 15.9999C15.125 15.4476 15.5727 14.9999 16.125 14.9999C16.6773 14.9999 17.125 15.4476 17.125 15.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.125 15.9999C9.125 16.5522 8.67728 16.9999 8.125 16.9999C7.57272 16.9999 7.125 16.5522 7.125 15.9999C7.125 15.4476 7.57272 14.9999 8.125 14.9999C8.67728 14.9999 9.125 15.4476 9.125 15.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.125 19.9999C9.125 20.5522 8.67728 20.9999 8.125 20.9999C7.57272 20.9999 7.125 20.5522 7.125 19.9999C7.125 19.4476 7.57272 18.9999 8.125 18.9999C8.67728 18.9999 9.125 19.4476 9.125 19.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.125 17.9999C13.125 18.5522 12.6773 18.9999 12.125 18.9999C11.5727 18.9999 11.125 18.5522 11.125 17.9999C11.125 17.4476 11.5727 16.9999 12.125 16.9999C12.6773 16.9999 13.125 17.4476 13.125 17.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.125 19.9999C17.125 20.5522 16.6773 20.9999 16.125 20.9999C15.5727 20.9999 15.125 20.5522 15.125 19.9999C15.125 19.4476 15.5727 18.9999 16.125 18.9999C16.6773 18.9999 17.125 19.4476 17.125 19.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.125 21.9999C13.125 22.5522 12.6773 22.9999 12.125 22.9999C11.5727 22.9999 11.125 22.5522 11.125 21.9999C11.125 21.4476 11.5727 20.9999 12.125 20.9999C12.6773 20.9999 13.125 21.4476 13.125 21.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 8.96771C6.01491 9.16372 5.9902 9.26172 5.93372 9.31957C5.87724 9.37743 5.77924 9.40464 5.58325 9.45906C3.15606 10.1331 1.375 12.3581 1.375 14.9999C1.375 17.4785 2.94329 19.5908 5.14171 20.3987C5.20953 20.4236 5.24344 20.4361 5.26634 20.4406C5.44621 20.4765 5.59301 20.374 5.62139 20.1928C5.625 20.1698 5.625 20.1131 5.625 19.9999C5.625 19.4691 5.79042 18.9769 6.07252 18.5721C6.29462 18.2534 6.40568 18.0941 6.40568 17.9999C6.40568 17.9057 6.29462 17.7463 6.07252 17.4276C5.79042 17.0228 5.625 16.5307 5.625 15.9999C5.625 14.6192 6.74429 13.4999 8.125 13.4999C9.08878 13.4999 9.92517 14.0452 10.3424 14.8442C10.5985 15.3345 10.7265 15.5796 10.8133 15.6231C10.9001 15.6665 11.173 15.6219 11.7188 15.5327C11.851 15.5111 11.9867 15.4999 12.125 15.4999C12.2633 15.4999 12.399 15.5111 12.5312 15.5327C13.077 15.6219 13.3499 15.6665 13.4367 15.6231C13.5235 15.5796 13.6515 15.3345 13.9076 14.8442C14.3248 14.0452 15.1612 13.4999 16.125 13.4999C17.5057 13.4999 18.625 14.6192 18.625 15.9999C18.625 16.5307 18.4596 17.0228 18.1775 17.4276C17.9554 17.7463 17.8443 17.9057 17.8443 17.9999C17.8443 18.0941 17.9554 18.2535 18.1775 18.5721C18.4596 18.9769 18.625 19.4691 18.625 19.9999C18.625 20.2284 18.625 20.3427 18.6492 20.3992C18.6955 20.5075 18.7775 20.5678 18.8947 20.5797C18.9559 20.5859 19.0353 20.5611 19.1941 20.5114C21.3271 19.8442 22.875 17.8528 22.875 15.4999C22.875 13.0284 21.1672 10.9558 18.8673 10.3977C18.6239 10.3387 18.5022 10.3091 18.4397 10.2382C18.3772 10.1672 18.3635 10.0445 18.3362 9.79912C17.9878 6.67719 15.3399 4.24988 12.125 4.24988C9.20171 4.24988 6.74772 6.25641 6.06431 8.96771Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.22929 1.03522C6.76219 0.890197 7.31176 1.20464 7.45678 1.73754L7.47389 1.80041C8.44507 1.70326 9.40219 1.83751 10.2781 2.16548L10.4028 1.95244C10.6816 1.47573 11.2941 1.31536 11.7708 1.59423C12.2476 1.8731 12.4079 2.48562 12.1291 2.96233L12.0147 3.15777C12.3369 3.4186 12.6335 3.71235 12.8986 4.03573C13.2487 4.46282 13.1864 5.09291 12.7593 5.44306C12.3322 5.79322 11.7021 5.73084 11.3519 5.30375C11.0298 4.91079 10.6379 4.582 10.1996 4.3309C10.1922 4.32678 10.1847 4.32256 10.1773 4.31822C10.1771 4.31808 10.1768 4.31793 10.1766 4.31778C9.25021 3.79471 8.12001 3.61725 7.00404 3.91167C5.88318 4.20739 4.99615 4.91972 4.46372 5.83005C3.93212 6.73895 3.754 7.84523 4.04955 8.93127C4.19767 9.47556 4.44963 9.96332 4.77892 10.3812C5.12075 10.815 5.0462 11.4437 4.61241 11.7856C4.17862 12.1274 3.54986 12.0529 3.20803 11.6191C2.91419 11.2462 2.6616 10.8358 2.45888 10.3932L2.38034 10.4139C1.84633 10.5548 1.29922 10.2361 1.15833 9.70207C1.01744 9.16805 1.33614 8.62094 1.87015 8.48005L1.93583 8.46272C1.84135 7.51602 1.97547 6.58511 2.30013 5.73238L2.09458 5.61526C1.61472 5.34184 1.44737 4.73119 1.72079 4.25133C1.99421 3.77148 2.60486 3.60413 3.08472 3.87755L3.30852 4.00508C3.8993 3.29266 4.65648 2.70714 5.54068 2.31312L5.52697 2.26272C5.38194 1.72981 5.69638 1.18024 6.22929 1.03522Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.125 15.9999C17.125 16.5522 16.6773 16.9999 16.125 16.9999C15.5727 16.9999 15.125 16.5522 15.125 15.9999C15.125 15.4476 15.5727 14.9999 16.125 14.9999C16.6773 14.9999 17.125 15.4476 17.125 15.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.125 15.9999C9.125 16.5522 8.67728 16.9999 8.125 16.9999C7.57272 16.9999 7.125 16.5522 7.125 15.9999C7.125 15.4476 7.57272 14.9999 8.125 14.9999C8.67728 14.9999 9.125 15.4476 9.125 15.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.125 19.9999C9.125 20.5522 8.67728 20.9999 8.125 20.9999C7.57272 20.9999 7.125 20.5522 7.125 19.9999C7.125 19.4476 7.57272 18.9999 8.125 18.9999C8.67728 18.9999 9.125 19.4476 9.125 19.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.125 17.9999C13.125 18.5522 12.6773 18.9999 12.125 18.9999C11.5727 18.9999 11.125 18.5522 11.125 17.9999C11.125 17.4476 11.5727 16.9999 12.125 16.9999C12.6773 16.9999 13.125 17.4476 13.125 17.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.125 19.9999C17.125 20.5522 16.6773 20.9999 16.125 20.9999C15.5727 20.9999 15.125 20.5522 15.125 19.9999C15.125 19.4476 15.5727 18.9999 16.125 18.9999C16.6773 18.9999 17.125 19.4476 17.125 19.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.125 21.9999C13.125 22.5522 12.6773 22.9999 12.125 22.9999C11.5727 22.9999 11.125 22.5522 11.125 21.9999C11.125 21.4476 11.5727 20.9999 12.125 20.9999C12.6773 20.9999 13.125 21.4476 13.125 21.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.06431 8.96771C6.01491 9.16372 5.9902 9.26172 5.93372 9.31957C5.87724 9.37743 5.77924 9.40464 5.58325 9.45906C3.15606 10.1331 1.375 12.3581 1.375 14.9999C1.375 17.4785 2.94329 19.5908 5.14171 20.3987C5.20953 20.4236 5.24344 20.4361 5.26634 20.4406C5.44621 20.4765 5.59301 20.374 5.62139 20.1928C5.625 20.1698 5.625 20.1131 5.625 19.9999C5.625 19.4691 5.79042 18.9769 6.07252 18.5721C6.29462 18.2534 6.40568 18.0941 6.40568 17.9999C6.40568 17.9057 6.29462 17.7463 6.07252 17.4276C5.79042 17.0228 5.625 16.5307 5.625 15.9999C5.625 14.6192 6.74429 13.4999 8.125 13.4999C9.08878 13.4999 9.92517 14.0452 10.3424 14.8442C10.5985 15.3345 10.7265 15.5796 10.8133 15.6231C10.9001 15.6665 11.173 15.6219 11.7188 15.5327C11.851 15.5111 11.9867 15.4999 12.125 15.4999C12.2633 15.4999 12.399 15.5111 12.5312 15.5327C13.077 15.6219 13.3499 15.6665 13.4367 15.6231C13.5235 15.5796 13.6515 15.3345 13.9076 14.8442C14.3248 14.0452 15.1612 13.4999 16.125 13.4999C17.5057 13.4999 18.625 14.6192 18.625 15.9999C18.625 16.5307 18.4596 17.0228 18.1775 17.4276C17.9554 17.7463 17.8443 17.9057 17.8443 17.9999C17.8443 18.0941 17.9554 18.2535 18.1775 18.5721C18.4596 18.9769 18.625 19.4691 18.625 19.9999C18.625 20.2284 18.625 20.3427 18.6492 20.3992C18.6955 20.5075 18.7775 20.5678 18.8947 20.5797C18.9559 20.5859 19.0353 20.5611 19.1941 20.5114C21.3271 19.8442 22.875 17.8528 22.875 15.4999C22.875 13.0284 21.1672 10.9558 18.8673 10.3977C18.6239 10.3387 18.5022 10.3091 18.4397 10.2382C18.3772 10.1672 18.3635 10.0445 18.3362 9.79912C17.9878 6.67719 15.3399 4.24988 12.125 4.24988C9.20171 4.24988 6.74772 6.25641 6.06431 8.96771Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sun-cloud-zap-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.22929 1.16022C6.76219 1.0152 7.31176 1.32964 7.45678 1.86254L7.47389 1.92541C8.44507 1.82826 9.40219 1.96251 10.2781 2.29048L10.4028 2.07744C10.6816 1.60073 11.2941 1.44036 11.7708 1.71923C12.2476 1.9981 12.4079 2.61062 12.1291 3.08733L12.0147 3.28277C12.3369 3.5436 12.6335 3.83735 12.8986 4.16073C13.2487 4.58782 13.1864 5.21791 12.7593 5.56806C12.3322 5.91822 11.7021 5.85584 11.3519 5.42875C11.0298 5.03579 10.6379 4.707 10.1996 4.4559C10.1922 4.45178 10.1847 4.44756 10.1773 4.44322C10.1771 4.44308 10.1768 4.44293 10.1766 4.44278C9.25021 3.91971 8.12001 3.74225 7.00404 4.03667C5.88318 4.33239 4.99615 5.04472 4.46372 5.95505C3.93212 6.86395 3.754 7.97023 4.04955 9.05627C4.19767 9.60056 4.44963 10.0883 4.77892 10.5062C5.12075 10.94 5.0462 11.5687 4.61241 11.9106C4.17862 12.2524 3.54986 12.1779 3.20803 11.7441C2.91419 11.3712 2.6616 10.9608 2.45888 10.5182L2.38034 10.5389C1.84633 10.6798 1.29922 10.3611 1.15833 9.82707C1.01744 9.29305 1.33614 8.74594 1.87015 8.60505L1.93583 8.58772C1.84135 7.64102 1.97547 6.71011 2.30013 5.85738L2.09458 5.74026C1.61472 5.46684 1.44737 4.85619 1.72079 4.37633C1.99421 3.89648 2.60486 3.72913 3.08472 4.00255L3.30852 4.13008C3.8993 3.41766 4.65648 2.83214 5.54068 2.43812L5.52697 2.38772C5.38194 1.85481 5.69638 1.30524 6.22929 1.16022Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.2554 14.0408C13.7161 14.3453 13.8427 14.9657 13.5382 15.4264L12.2501 17.375L12.9283 17.375C13.104 17.3748 13.3338 17.3745 13.5264 17.4032C13.7373 17.4347 14.2218 17.5445 14.4873 18.0449C14.751 18.5419 14.5743 19.0028 14.4849 19.1938C14.4023 19.3699 14.2755 19.5614 14.1776 19.7092L12.3814 22.4264C12.0768 22.8872 11.4565 23.0138 10.9957 22.7092C10.535 22.4046 10.4084 21.7843 10.713 21.3235L12.001 19.375L11.3229 19.375C11.1471 19.3752 10.9173 19.3754 10.7247 19.3467C10.5138 19.3153 10.0294 19.2054 9.7639 18.7051C9.50017 18.2081 9.67687 17.7472 9.76631 17.5562C9.84881 17.38 9.97568 17.1885 10.0735 17.0408L11.8698 14.3235C12.1743 13.8628 12.7947 13.7362 13.2554 14.0408Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.01793 9.29028C5.99187 9.41005 5.89894 9.50466 5.77975 9.53324C3.2528 10.1391 1.375 12.4123 1.375 15.1249C1.375 18.3005 3.94936 20.8749 7.125 20.8749H9.0865C9.19118 20.8749 9.28756 20.8179 9.33799 20.7261C9.41356 20.5887 9.36366 20.4174 9.23622 20.3259C8.94546 20.1173 8.66018 19.8232 8.43978 19.4079C7.8326 18.2637 8.26519 17.2263 8.40876 16.9197C8.53961 16.6403 8.71998 16.3686 8.80973 16.2335L10.6193 13.4961C11.3807 12.3443 12.9317 12.0278 14.0835 12.7891C15.2353 13.5505 15.5518 15.1015 14.7904 16.2533C14.784 16.2629 14.7871 16.2758 14.7971 16.2816C15.1597 16.4917 15.5372 16.8215 15.8131 17.3414C16.4203 18.4856 15.9877 19.523 15.8441 19.8296C15.7133 20.109 15.533 20.3806 15.4432 20.5158C15.3415 20.6697 15.4518 20.8749 15.6363 20.8749H17.625C20.5245 20.8749 22.875 18.5244 22.875 15.6249C22.875 13.0659 21.0441 10.9345 18.6208 10.4692C18.4776 10.4417 18.3694 10.3209 18.3591 10.1754C18.1287 6.93343 15.4256 4.37488 12.125 4.37488C9.13114 4.37488 6.62951 6.47946 6.01793 9.29028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.22929 1.16022C6.76219 1.0152 7.31176 1.32964 7.45678 1.86254L7.47389 1.92541C8.44507 1.82826 9.40219 1.96251 10.2781 2.29048L10.4028 2.07744C10.6816 1.60073 11.2941 1.44036 11.7708 1.71923C12.2476 1.9981 12.4079 2.61062 12.1291 3.08733L12.0147 3.28277C12.3369 3.5436 12.6335 3.83735 12.8986 4.16073C13.2487 4.58782 13.1864 5.21791 12.7593 5.56806C12.3322 5.91822 11.7021 5.85584 11.3519 5.42875C11.0298 5.03579 10.6379 4.707 10.1996 4.4559C10.1922 4.45178 10.1847 4.44756 10.1773 4.44322C10.1771 4.44308 10.1768 4.44293 10.1766 4.44278C9.25021 3.91971 8.12001 3.74225 7.00404 4.03667C5.88318 4.33239 4.99615 5.04472 4.46372 5.95505C3.93212 6.86395 3.754 7.97023 4.04955 9.05627C4.19767 9.60056 4.44963 10.0883 4.77892 10.5062C5.12075 10.94 5.0462 11.5687 4.61241 11.9106C4.17862 12.2524 3.54986 12.1779 3.20803 11.7441C2.91419 11.3712 2.6616 10.9608 2.45888 10.5182L2.38034 10.5389C1.84633 10.6798 1.29922 10.3611 1.15833 9.82707C1.01744 9.29305 1.33614 8.74594 1.87015 8.60505L1.93583 8.58772C1.84135 7.64102 1.97547 6.71011 2.30013 5.85738L2.09458 5.74026C1.61472 5.46684 1.44737 4.85619 1.72079 4.37633C1.99421 3.89648 2.60486 3.72913 3.08472 4.00255L3.30852 4.13008C3.8993 3.41766 4.65648 2.83214 5.54068 2.43812L5.52697 2.38772C5.38194 1.85481 5.69638 1.30524 6.22929 1.16022Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.2554 14.0408C13.7161 14.3453 13.8427 14.9657 13.5382 15.4264L12.2501 17.375L12.9283 17.375C13.104 17.3748 13.3338 17.3745 13.5264 17.4032C13.7373 17.4347 14.2218 17.5445 14.4873 18.0449C14.751 18.5419 14.5743 19.0028 14.4849 19.1938C14.4023 19.3699 14.2755 19.5614 14.1776 19.7092L12.3814 22.4264C12.0768 22.8872 11.4565 23.0138 10.9957 22.7092C10.535 22.4046 10.4084 21.7843 10.713 21.3235L12.001 19.375L11.3229 19.375C11.1471 19.3752 10.9173 19.3754 10.7247 19.3467C10.5138 19.3153 10.0294 19.2054 9.7639 18.7051C9.50017 18.2081 9.67687 17.7472 9.76631 17.5562C9.84881 17.38 9.97568 17.1885 10.0735 17.0408L11.8698 14.3235C12.1743 13.8628 12.7947 13.7362 13.2554 14.0408Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.01793 9.29028C5.99187 9.41005 5.89894 9.50466 5.77975 9.53324C3.2528 10.1391 1.375 12.4123 1.375 15.1249C1.375 18.3005 3.94936 20.8749 7.125 20.8749H9.0865C9.19118 20.8749 9.28756 20.8179 9.33799 20.7261C9.41356 20.5887 9.36366 20.4174 9.23622 20.3259C8.94546 20.1173 8.66018 19.8232 8.43978 19.4079C7.8326 18.2637 8.26519 17.2263 8.40876 16.9197C8.53961 16.6403 8.71998 16.3686 8.80973 16.2335L10.6193 13.4961C11.3807 12.3443 12.9317 12.0278 14.0835 12.7891C15.2353 13.5505 15.5518 15.1015 14.7904 16.2533C14.784 16.2629 14.7871 16.2758 14.7971 16.2816C15.1597 16.4917 15.5372 16.8215 15.8131 17.3414C16.4203 18.4856 15.9877 19.523 15.8441 19.8296C15.7133 20.109 15.533 20.3806 15.4432 20.5158C15.3415 20.6697 15.4518 20.8749 15.6363 20.8749H17.625C20.5245 20.8749 22.875 18.5244 22.875 15.6249C22.875 13.0659 21.0441 10.9345 18.6208 10.4692C18.4776 10.4417 18.3694 10.3209 18.3591 10.1754C18.1287 6.93343 15.4256 4.37488 12.125 4.37488C9.13114 4.37488 6.62951 6.47946 6.01793 9.29028Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sunrise{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0059 9.5C13.0059 10.0523 12.5581 10.5 12.0059 10.5C11.4536 10.5 11.0059 10.0523 11.0059 9.5L11.0059 6.49996L10.4116 6.49998C10.236 6.50011 10.0203 6.50026 9.84387 6.47819L9.84053 6.47777C9.71408 6.462 9.13804 6.39017 8.86368 5.82457C8.58872 5.25775 8.89065 4.75761 8.95597 4.6494L9.29511 4.18092C9.58975 3.80509 9.99545 3.29063 10.3759 2.89962C10.5657 2.70451 10.783 2.50328 11.0139 2.34443C11.2191 2.20323 11.5693 1.99996 12 1.99996C12.4307 1.99996 12.7809 2.20323 12.9861 2.34443C13.217 2.50328 13.4343 2.70451 13.6241 2.89962C14.0046 3.29063 14.4102 3.80508 14.7049 4.18091L15.044 4.64941C15.1093 4.75761 15.4113 5.25775 15.1363 5.82457C14.862 6.39017 14.2859 6.46201 14.1595 6.47777L14.1561 6.47819C13.9797 6.50026 13.764 6.50011 13.5884 6.49998L13.0059 6.49996L13.0059 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0704 9.92961C19.4609 10.3201 19.4609 10.9533 19.0704 11.3438L18.0097 12.4045C17.6192 12.795 16.986 12.795 16.5955 12.4045C16.205 12.014 16.205 11.3808 16.5955 10.9903L17.6562 9.92961C18.0467 9.53909 18.6799 9.53909 19.0704 9.92961ZM4.9295 9.93023C5.32002 9.53971 5.95319 9.53971 6.34371 9.93023L7.40437 10.9909C7.7949 11.3814 7.7949 12.0146 7.40437 12.4051C7.01385 12.7956 6.38068 12.7956 5.99016 12.4051L4.9295 11.3444C4.53897 10.9539 4.53897 10.3208 4.9295 9.93023ZM2 17.0007C2 16.4484 2.44772 16.0007 3 16.0007H4.5C5.05228 16.0007 5.5 16.4484 5.5 17.0007C5.5 17.553 5.05228 18.0007 4.5 18.0007H3C2.44772 18.0007 2 17.553 2 17.0007ZM18.5 17.0007C18.5 16.4484 18.9477 16.0007 19.5 16.0007H21C21.5523 16.0007 22 16.4484 22 17.0007C22 17.553 21.5523 18.0007 21 18.0007H19.5C18.9477 18.0007 18.5 17.553 18.5 17.0007Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 17C7 14.2386 9.23858 12 12 12C14.7614 12 17 14.2386 17 17C17 17.5523 16.5523 18 16 18H8C7.44772 18 7 17.5523 7 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0059 9.5C13.0059 10.0523 12.5581 10.5 12.0059 10.5C11.4536 10.5 11.0059 10.0523 11.0059 9.5L11.0059 6.49996L10.4116 6.49998C10.236 6.50011 10.0203 6.50026 9.84387 6.47819L9.84053 6.47777C9.71408 6.462 9.13804 6.39017 8.86368 5.82457C8.58872 5.25775 8.89065 4.75761 8.95597 4.6494L9.29511 4.18092C9.58975 3.80509 9.99545 3.29063 10.3759 2.89962C10.5657 2.70451 10.783 2.50328 11.0139 2.34443C11.2191 2.20323 11.5693 1.99996 12 1.99996C12.4307 1.99996 12.7809 2.20323 12.9861 2.34443C13.217 2.50328 13.4343 2.70451 13.6241 2.89962C14.0046 3.29063 14.4102 3.80508 14.7049 4.18091L15.044 4.64941C15.1093 4.75761 15.4113 5.25775 15.1363 5.82457C14.862 6.39017 14.2859 6.46201 14.1595 6.47777L14.1561 6.47819C13.9797 6.50026 13.764 6.50011 13.5884 6.49998L13.0059 6.49996L13.0059 9.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0704 9.92961C19.4609 10.3201 19.4609 10.9533 19.0704 11.3438L18.0097 12.4045C17.6192 12.795 16.986 12.795 16.5955 12.4045C16.205 12.014 16.205 11.3808 16.5955 10.9903L17.6562 9.92961C18.0467 9.53909 18.6799 9.53909 19.0704 9.92961ZM4.9295 9.93023C5.32002 9.53971 5.95319 9.53971 6.34371 9.93023L7.40437 10.9909C7.7949 11.3814 7.7949 12.0146 7.40437 12.4051C7.01385 12.7956 6.38068 12.7956 5.99016 12.4051L4.9295 11.3444C4.53897 10.9539 4.53897 10.3208 4.9295 9.93023ZM2 17.0007C2 16.4484 2.44772 16.0007 3 16.0007H4.5C5.05228 16.0007 5.5 16.4484 5.5 17.0007C5.5 17.553 5.05228 18.0007 4.5 18.0007H3C2.44772 18.0007 2 17.553 2 17.0007ZM18.5 17.0007C18.5 16.4484 18.9477 16.0007 19.5 16.0007H21C21.5523 16.0007 22 16.4484 22 17.0007C22 17.553 21.5523 18.0007 21 18.0007H19.5C18.9477 18.0007 18.5 17.553 18.5 17.0007Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 21C22 21.5523 21.5523 22 21 22H3C2.44772 22 2 21.5523 2 21C2 20.4477 2.44772 20 3 20H21C21.5523 20 22 20.4477 22 21Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 17C7 14.2386 9.23858 12 12 12C14.7614 12 17 14.2386 17 17C17 17.5523 16.5523 18 16 18H8C7.44772 18 7 17.5523 7 17Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-sunset{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0059 2.99988C13.0059 2.44759 12.5581 1.99988 12.0059 1.99988C11.4536 1.99988 11.0059 2.44759 11.0059 2.99988L11.0059 5.99992L10.4116 5.9999C10.236 5.99977 10.0203 5.99962 9.84387 6.02169L9.84053 6.0221C9.71408 6.03787 9.13804 6.10971 8.86368 6.67531C8.58872 7.24213 8.89065 7.74227 8.95597 7.85047L9.29511 8.31896C9.58975 8.69479 9.99545 9.20925 10.3759 9.60026C10.5657 9.79536 10.783 9.9966 11.0139 10.1554C11.2191 10.2967 11.5693 10.4999 12 10.4999C12.4307 10.4999 12.7809 10.2967 12.9861 10.1554C13.217 9.9966 13.4343 9.79536 13.6241 9.60026C14.0046 9.20925 14.4102 8.69479 14.7049 8.31897L15.044 7.85047C15.1093 7.74227 15.4113 7.24213 15.1363 6.6753C14.862 6.10971 14.2859 6.03787 14.1595 6.0221L14.1561 6.02169C13.9797 5.99962 13.764 5.99977 13.5884 5.9999L13.0059 5.99992L13.0059 2.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0704 9.92949C19.4609 10.32 19.4609 10.9532 19.0704 11.3437L18.0097 12.4044C17.6192 12.7949 16.986 12.7949 16.5955 12.4044C16.205 12.0138 16.205 11.3807 16.5955 10.9901L17.6562 9.92949C18.0467 9.53897 18.6799 9.53897 19.0704 9.92949ZM4.9295 9.93011C5.32002 9.53958 5.95319 9.53958 6.34371 9.93011L7.40437 10.9908C7.7949 11.3813 7.7949 12.0145 7.40437 12.405C7.01385 12.7955 6.38068 12.7955 5.99016 12.405L4.9295 11.3443C4.53897 10.9538 4.53897 10.3206 4.9295 9.93011ZM2 17.0006C2 16.4483 2.44772 16.0006 3 16.0006H4.5C5.05228 16.0006 5.5 16.4483 5.5 17.0006C5.5 17.5529 5.05228 18.0006 4.5 18.0006H3C2.44772 18.0006 2 17.5529 2 17.0006ZM18.5 17.0006C18.5 16.4483 18.9477 16.0006 19.5 16.0006H21C21.5523 16.0006 22 16.4483 22 17.0006C22 17.5529 21.5523 18.0006 21 18.0006H19.5C18.9477 18.0006 18.5 17.5529 18.5 17.0006Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 20.9999C22 21.5522 21.5523 21.9999 21 21.9999H3C2.44772 21.9999 2 21.5522 2 20.9999C2 20.4476 2.44772 19.9999 3 19.9999H21C21.5523 19.9999 22 20.4476 22 20.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 16.9999C7 14.2385 9.23858 11.9999 12 11.9999C14.7614 11.9999 17 14.2385 17 16.9999C17 17.5522 16.5523 17.9999 16 17.9999H8C7.44772 17.9999 7 17.5522 7 16.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0059 2.99988C13.0059 2.44759 12.5581 1.99988 12.0059 1.99988C11.4536 1.99988 11.0059 2.44759 11.0059 2.99988L11.0059 5.99992L10.4116 5.9999C10.236 5.99977 10.0203 5.99962 9.84387 6.02169L9.84053 6.0221C9.71408 6.03787 9.13804 6.10971 8.86368 6.67531C8.58872 7.24213 8.89065 7.74227 8.95597 7.85047L9.29511 8.31896C9.58975 8.69479 9.99545 9.20925 10.3759 9.60026C10.5657 9.79536 10.783 9.9966 11.0139 10.1554C11.2191 10.2967 11.5693 10.4999 12 10.4999C12.4307 10.4999 12.7809 10.2967 12.9861 10.1554C13.217 9.9966 13.4343 9.79536 13.6241 9.60026C14.0046 9.20925 14.4102 8.69479 14.7049 8.31897L15.044 7.85047C15.1093 7.74227 15.4113 7.24213 15.1363 6.6753C14.862 6.10971 14.2859 6.03787 14.1595 6.0221L14.1561 6.02169C13.9797 5.99962 13.764 5.99977 13.5884 5.9999L13.0059 5.99992L13.0059 2.99988Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.0704 9.92949C19.4609 10.32 19.4609 10.9532 19.0704 11.3437L18.0097 12.4044C17.6192 12.7949 16.986 12.7949 16.5955 12.4044C16.205 12.0138 16.205 11.3807 16.5955 10.9901L17.6562 9.92949C18.0467 9.53897 18.6799 9.53897 19.0704 9.92949ZM4.9295 9.93011C5.32002 9.53958 5.95319 9.53958 6.34371 9.93011L7.40437 10.9908C7.7949 11.3813 7.7949 12.0145 7.40437 12.405C7.01385 12.7955 6.38068 12.7955 5.99016 12.405L4.9295 11.3443C4.53897 10.9538 4.53897 10.3206 4.9295 9.93011ZM2 17.0006C2 16.4483 2.44772 16.0006 3 16.0006H4.5C5.05228 16.0006 5.5 16.4483 5.5 17.0006C5.5 17.5529 5.05228 18.0006 4.5 18.0006H3C2.44772 18.0006 2 17.5529 2 17.0006ZM18.5 17.0006C18.5 16.4483 18.9477 16.0006 19.5 16.0006H21C21.5523 16.0006 22 16.4483 22 17.0006C22 17.5529 21.5523 18.0006 21 18.0006H19.5C18.9477 18.0006 18.5 17.5529 18.5 17.0006Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M22 20.9999C22 21.5522 21.5523 21.9999 21 21.9999H3C2.44772 21.9999 2 21.5522 2 20.9999C2 20.4476 2.44772 19.9999 3 19.9999H21C21.5523 19.9999 22 20.4476 22 20.9999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 16.9999C7 14.2385 9.23858 11.9999 12 11.9999C14.7614 11.9999 17 14.2385 17 16.9999C17 17.5522 16.5523 17.9999 16 17.9999H8C7.44772 17.9999 7 17.5522 7 16.9999Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-thermometer-cold{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 22C20.2091 22 22 20.2091 22 18C22 16.9335 21.5827 15.9646 20.9024 15.2475C20.3957 14.7134 20.1423 14.4463 20.0712 14.2679C20 14.0895 20 13.8535 20 13.3815V4C20 2.89543 19.1046 2 18 2C16.8954 2 16 2.89543 16 4V13.3815C16 13.8535 16 14.0895 15.9288 14.2679C15.8577 14.4463 15.6043 14.7134 15.0976 15.2475C14.4173 15.9646 14 16.9335 14 18C14 20.2091 15.7909 22 18 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.54545 4C10.0977 4 10.5455 4.44772 10.5455 5V6.25388L10.8863 5.91543C11.2782 5.52627 11.9113 5.52848 12.3005 5.92036C12.6896 6.31224 12.6874 6.94541 12.2955 7.33457L10.5455 9.07251V10.5H12C12.5523 10.5 13 10.9477 13 11.5C13 12.0523 12.5523 12.5 12 12.5H10.5455V13.9275L12.2955 15.6654C12.6874 16.0546 12.6896 16.6878 12.3005 17.0796C11.9113 17.4715 11.2782 17.4737 10.8863 17.0846L10.5455 16.7461L10.5455 18C10.5455 18.5523 10.0977 19 9.54546 19C8.99317 19 8.54546 18.5523 8.54546 18L8.54545 16.7461L8.20464 17.0846C7.81276 17.4737 7.17959 17.4715 6.79043 17.0796C6.40127 16.6878 6.40348 16.0546 6.79536 15.6654L8.54545 13.9275V12.5H7.09399L5.341 14.2408C4.94912 14.63 4.31596 14.6278 3.9268 14.2359C3.53764 13.844 3.53984 13.2108 3.93172 12.8217L4.25566 12.5H3C2.44772 12.5 2 12.0523 2 11.5C2 10.9477 2.44772 10.5 3 10.5H4.25566L3.93172 10.1783C3.53984 9.78915 3.53764 9.15599 3.9268 8.76411C4.31596 8.37223 4.94912 8.37002 5.341 8.75918L7.09399 10.5H8.54545V9.07251L6.79536 7.33457C6.40348 6.94541 6.40127 6.31224 6.79043 5.92036C7.17959 5.52848 7.81276 5.52627 8.20464 5.91543L8.54545 6.25388V5C8.54545 4.44772 8.99317 4 9.54545 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 22C20.2091 22 22 20.2091 22 18C22 16.9335 21.5827 15.9646 20.9024 15.2475C20.3957 14.7134 20.1423 14.4463 20.0712 14.2679C20 14.0895 20 13.8535 20 13.3815V4C20 2.89543 19.1046 2 18 2C16.8954 2 16 2.89543 16 4V13.3815C16 13.8535 16 14.0895 15.9288 14.2679C15.8577 14.4463 15.6043 14.7134 15.0976 15.2475C14.4173 15.9646 14 16.9335 14 18C14 20.2091 15.7909 22 18 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.54545 4C10.0977 4 10.5455 4.44772 10.5455 5V6.25388L10.8863 5.91543C11.2782 5.52627 11.9113 5.52848 12.3005 5.92036C12.6896 6.31224 12.6874 6.94541 12.2955 7.33457L10.5455 9.07251V10.5H12C12.5523 10.5 13 10.9477 13 11.5C13 12.0523 12.5523 12.5 12 12.5H10.5455V13.9275L12.2955 15.6654C12.6874 16.0546 12.6896 16.6878 12.3005 17.0796C11.9113 17.4715 11.2782 17.4737 10.8863 17.0846L10.5455 16.7461L10.5455 18C10.5455 18.5523 10.0977 19 9.54546 19C8.99317 19 8.54546 18.5523 8.54546 18L8.54545 16.7461L8.20464 17.0846C7.81276 17.4737 7.17959 17.4715 6.79043 17.0796C6.40127 16.6878 6.40348 16.0546 6.79536 15.6654L8.54545 13.9275V12.5H7.09399L5.341 14.2408C4.94912 14.63 4.31596 14.6278 3.9268 14.2359C3.53764 13.844 3.53984 13.2108 3.93172 12.8217L4.25566 12.5H3C2.44772 12.5 2 12.0523 2 11.5C2 10.9477 2.44772 10.5 3 10.5H4.25566L3.93172 10.1783C3.53984 9.78915 3.53764 9.15599 3.9268 8.76411C4.31596 8.37223 4.94912 8.37002 5.341 8.75918L7.09399 10.5H8.54545V9.07251L6.79536 7.33457C6.40348 6.94541 6.40127 6.31224 6.79043 5.92036C7.17959 5.52848 7.81276 5.52627 8.20464 5.91543L8.54545 6.25388V5C8.54545 4.44772 8.99317 4 9.54545 4Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-thermometer-warm{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.998 22C19.2072 22 20.998 20.2091 20.998 18C20.998 16.9335 20.5807 15.9646 19.9004 15.2475C19.3937 14.7134 19.1404 14.4463 19.0692 14.2679C18.998 14.0895 18.998 13.8535 18.998 13.3815V4C18.998 2.89543 18.1026 2 16.998 2C15.8935 2 14.998 2.89543 14.998 4V13.3815C14.998 13.8535 14.998 14.0895 14.9269 14.2679C14.8557 14.4463 14.6024 14.7134 14.0957 15.2475C13.4154 15.9646 12.998 16.9335 12.998 18C12.998 20.2091 14.7889 22 16.998 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0003 3C11.5526 3 12.0003 3.44772 12.0003 4V5C12.0003 5.55228 11.5526 6 11.0003 6C10.448 6 10.0003 5.55228 10.0003 5V4C10.0003 3.44772 10.448 3 11.0003 3ZM4.63702 5.63604C5.02754 5.24551 5.6607 5.24551 6.05123 5.63604L6.75834 6.34315C7.14886 6.73367 7.14886 7.36684 6.75834 7.75736C6.36781 8.14788 5.73465 8.14788 5.34412 7.75736L4.63702 7.05025C4.24649 6.65973 4.24649 6.02656 4.63702 5.63604ZM2.00098 12C2.00098 11.4477 2.44869 11 3.00098 11H4.00098C4.55326 11 5.00098 11.4477 5.00098 12C5.00098 12.5523 4.55326 13 4.00098 13H3.00098C2.44869 13 2.00098 12.5523 2.00098 12ZM5.34473 16.2428C5.73525 15.8522 6.36842 15.8522 6.75894 16.2428C7.14946 16.6333 7.14946 17.2664 6.75894 17.657L6.05183 18.3641C5.66131 18.7546 5.02814 18.7546 4.63762 18.3641C4.2471 17.9736 4.2471 17.3404 4.63762 16.9499L5.34473 16.2428ZM11.001 18C11.5533 18 12.001 18.4477 12.001 19V20C12.001 20.5523 11.5533 21 11.001 21C10.4487 21 10.001 20.5523 10.001 20V19C10.001 18.4477 10.4487 18 11.001 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.998 7.25C8.37469 7.25 6.24805 9.37665 6.24805 12C6.24805 14.6234 8.37469 16.75 10.998 16.75C11.0929 16.75 11.1872 16.7472 11.2807 16.7417C11.4582 16.7313 11.547 16.7261 11.6201 16.6699C11.6932 16.6137 11.7257 16.5155 11.7906 16.3191C12.049 15.5366 12.4685 14.7832 13.0075 14.2151C13.1436 14.0716 13.253 13.9562 13.342 13.8608C13.4174 13.78 13.4551 13.7396 13.4759 13.6866C13.4968 13.6336 13.4968 13.5767 13.4969 13.4629L13.4974 8.294C13.4974 8.12752 13.4974 8.04428 13.4543 7.97276C13.4111 7.90124 13.3433 7.86553 13.2076 7.79412C12.5476 7.44665 11.7958 7.25 10.998 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.998 22C19.2072 22 20.998 20.2091 20.998 18C20.998 16.9335 20.5807 15.9646 19.9004 15.2475C19.3937 14.7134 19.1404 14.4463 19.0692 14.2679C18.998 14.0895 18.998 13.8535 18.998 13.3815V4C18.998 2.89543 18.1026 2 16.998 2C15.8935 2 14.998 2.89543 14.998 4V13.3815C14.998 13.8535 14.998 14.0895 14.9269 14.2679C14.8557 14.4463 14.6024 14.7134 14.0957 15.2475C13.4154 15.9646 12.998 16.9335 12.998 18C12.998 20.2091 14.7889 22 16.998 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.0003 3C11.5526 3 12.0003 3.44772 12.0003 4V5C12.0003 5.55228 11.5526 6 11.0003 6C10.448 6 10.0003 5.55228 10.0003 5V4C10.0003 3.44772 10.448 3 11.0003 3ZM4.63702 5.63604C5.02754 5.24551 5.6607 5.24551 6.05123 5.63604L6.75834 6.34315C7.14886 6.73367 7.14886 7.36684 6.75834 7.75736C6.36781 8.14788 5.73465 8.14788 5.34412 7.75736L4.63702 7.05025C4.24649 6.65973 4.24649 6.02656 4.63702 5.63604ZM2.00098 12C2.00098 11.4477 2.44869 11 3.00098 11H4.00098C4.55326 11 5.00098 11.4477 5.00098 12C5.00098 12.5523 4.55326 13 4.00098 13H3.00098C2.44869 13 2.00098 12.5523 2.00098 12ZM5.34473 16.2428C5.73525 15.8522 6.36842 15.8522 6.75894 16.2428C7.14946 16.6333 7.14946 17.2664 6.75894 17.657L6.05183 18.3641C5.66131 18.7546 5.02814 18.7546 4.63762 18.3641C4.2471 17.9736 4.2471 17.3404 4.63762 16.9499L5.34473 16.2428ZM11.001 18C11.5533 18 12.001 18.4477 12.001 19V20C12.001 20.5523 11.5533 21 11.001 21C10.4487 21 10.001 20.5523 10.001 20V19C10.001 18.4477 10.4487 18 11.001 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.998 7.25C8.37469 7.25 6.24805 9.37665 6.24805 12C6.24805 14.6234 8.37469 16.75 10.998 16.75C11.0929 16.75 11.1872 16.7472 11.2807 16.7417C11.4582 16.7313 11.547 16.7261 11.6201 16.6699C11.6932 16.6137 11.7257 16.5155 11.7906 16.3191C12.049 15.5366 12.4685 14.7832 13.0075 14.2151C13.1436 14.0716 13.253 13.9562 13.342 13.8608C13.4174 13.78 13.4551 13.7396 13.4759 13.6866C13.4968 13.6336 13.4968 13.5767 13.4969 13.4629L13.4974 8.294C13.4974 8.12752 13.4974 8.04428 13.4543 7.97276C13.4111 7.90124 13.3433 7.86553 13.2076 7.79412C12.5476 7.44665 11.7958 7.25 10.998 7.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-tornado-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.79036 5.066C5.44895 5.73671 5 6.47826 5 7C5 7.52174 5.44895 8.26329 6.79036 8.934C8.07196 9.5748 9.91244 10 12 10C14.0876 10 15.928 9.5748 17.2096 8.934C18.5511 8.26329 19 7.52174 19 7C19 6.47826 18.5511 5.73671 17.2096 5.066C15.928 4.4252 14.0876 4 12 4C9.91244 4 8.07196 4.4252 6.79036 5.066ZM6.95502 11.1759C6.58117 11.0398 6.22707 10.8884 5.89593 10.7229C4.34191 9.94584 3 8.6874 3 7C3 5.3126 4.34191 4.05416 5.89593 3.27715C7.50977 2.47023 9.66928 2 12 2C14.3307 2 16.4902 2.47023 18.1041 3.27715C19.6581 4.05416 21 5.3126 21 7C21 8.6874 19.6581 9.94584 18.1041 10.7229C16.4902 11.5298 14.3307 12 12 12C10.4647 12 9.12424 12.3133 8.20457 12.7731C7.22509 13.2628 7 13.7544 7 14C7 14.2456 7.22509 14.7372 8.20457 15.2269C9.12424 15.6867 10.4647 16 12 16C13.5353 16 14.8758 15.6867 15.7954 15.2269C16.7749 14.7372 17 14.2456 17 14C17 13.4477 17.4477 13 18 13C18.5523 13 19 13.4477 19 14C19 15.4113 17.8819 16.4197 16.6899 17.0157C15.4379 17.6417 13.7784 18 12 18C11.017 18 10.1765 18.2013 9.61879 18.4802C9.3402 18.6195 9.16902 18.7595 9.07781 18.8674C9.03417 18.9189 9.01484 18.956 9.00676 18.9757C9.00277 18.9854 9.00124 18.9916 9.00064 18.9946C9.00012 18.9971 9 18.9997 9 18.9997C9 18.9997 9.00007 19.0026 9.00064 19.0054C9.00124 19.0084 9.00277 19.0146 9.00676 19.0243C9.01484 19.044 9.03417 19.0811 9.07781 19.1326C9.16902 19.2405 9.3402 19.3805 9.61879 19.5198C10.1765 19.7987 11.017 20 12 20C12.983 20 13.8235 19.7987 14.3812 19.5198C14.6598 19.3805 14.831 19.2405 14.9222 19.1326C14.9658 19.0811 14.9852 19.044 14.9932 19.0243C14.9972 19.0146 14.9988 19.0084 14.9994 19.0054C14.9999 19.0026 15 19 15 19C15 18.4477 15.4477 18 16 18C16.5523 18 17 18.4477 17 19C17 20.1351 16.1058 20.8936 15.2756 21.3086C14.3857 21.7536 13.2262 22 12 22C10.7738 22 9.61434 21.7536 8.72436 21.3086C7.8942 20.8936 7 20.1351 7 19C7 18.267 7.37287 17.6911 7.86059 17.2633C7.66961 17.1862 7.48586 17.1036 7.31015 17.0157C6.11805 16.4197 5 15.4113 5 14C5 12.7302 5.90519 11.7865 6.95502 11.1759Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.79036 5.066C5.44895 5.73671 5 6.47826 5 7C5 7.52174 5.44895 8.26329 6.79036 8.934C8.07196 9.5748 9.91244 10 12 10C14.0876 10 15.928 9.5748 17.2096 8.934C18.5511 8.26329 19 7.52174 19 7C19 6.47826 18.5511 5.73671 17.2096 5.066C15.928 4.4252 14.0876 4 12 4C9.91244 4 8.07196 4.4252 6.79036 5.066ZM6.95502 11.1759C6.58117 11.0398 6.22707 10.8884 5.89593 10.7229C4.34191 9.94584 3 8.6874 3 7C3 5.3126 4.34191 4.05416 5.89593 3.27715C7.50977 2.47023 9.66928 2 12 2C14.3307 2 16.4902 2.47023 18.1041 3.27715C19.6581 4.05416 21 5.3126 21 7C21 8.6874 19.6581 9.94584 18.1041 10.7229C16.4902 11.5298 14.3307 12 12 12C10.4647 12 9.12424 12.3133 8.20457 12.7731C7.22509 13.2628 7 13.7544 7 14C7 14.2456 7.22509 14.7372 8.20457 15.2269C9.12424 15.6867 10.4647 16 12 16C13.5353 16 14.8758 15.6867 15.7954 15.2269C16.7749 14.7372 17 14.2456 17 14C17 13.4477 17.4477 13 18 13C18.5523 13 19 13.4477 19 14C19 15.4113 17.8819 16.4197 16.6899 17.0157C15.4379 17.6417 13.7784 18 12 18C11.017 18 10.1765 18.2013 9.61879 18.4802C9.3402 18.6195 9.16902 18.7595 9.07781 18.8674C9.03417 18.9189 9.01484 18.956 9.00676 18.9757C9.00277 18.9854 9.00124 18.9916 9.00064 18.9946C9.00012 18.9971 9 18.9997 9 18.9997C9 18.9997 9.00007 19.0026 9.00064 19.0054C9.00124 19.0084 9.00277 19.0146 9.00676 19.0243C9.01484 19.044 9.03417 19.0811 9.07781 19.1326C9.16902 19.2405 9.3402 19.3805 9.61879 19.5198C10.1765 19.7987 11.017 20 12 20C12.983 20 13.8235 19.7987 14.3812 19.5198C14.6598 19.3805 14.831 19.2405 14.9222 19.1326C14.9658 19.0811 14.9852 19.044 14.9932 19.0243C14.9972 19.0146 14.9988 19.0084 14.9994 19.0054C14.9999 19.0026 15 19 15 19C15 18.4477 15.4477 18 16 18C16.5523 18 17 18.4477 17 19C17 20.1351 16.1058 20.8936 15.2756 21.3086C14.3857 21.7536 13.2262 22 12 22C10.7738 22 9.61434 21.7536 8.72436 21.3086C7.8942 20.8936 7 20.1351 7 19C7 18.267 7.37287 17.6911 7.86059 17.2633C7.66961 17.1862 7.48586 17.1036 7.31015 17.0157C6.11805 16.4197 5 15.4113 5 14C5 12.7302 5.90519 11.7865 6.95502 11.1759Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-tornado-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.8246 5.15741C6.35159 5.58074 6.11185 5.98349 6.04303 6.34533C5.93715 6.90204 6.03681 7.28095 6.21891 7.56562C6.41518 7.87245 6.77176 8.16798 7.33453 8.4148C8.47891 8.9167 10.1977 9.09366 12.018 8.9539C13.8267 8.81503 15.5776 8.37569 16.7491 7.7829C17.3415 7.48316 17.7025 7.18577 17.8778 6.94403C18.0221 6.74501 18.0166 6.63377 17.9712 6.51436C17.8859 6.29028 17.6291 6.02051 16.951 5.82997C16.2861 5.64312 15.3941 5.59018 14.404 5.66163C13.425 5.73227 12.4109 5.91998 11.5305 6.17033C10.6299 6.42643 9.95064 6.72518 9.59033 6.9777C9.13806 7.29467 8.51447 7.18498 8.1975 6.73271C7.88053 6.28044 7.99022 5.65684 8.44249 5.33988C9.07112 4.89931 9.99886 4.5266 10.9835 4.2466C11.9883 3.96085 13.1375 3.74782 14.26 3.66681C15.3715 3.58661 16.5191 3.63112 17.4921 3.90455C18.452 4.17429 19.4313 4.72762 19.8405 5.80322C20.1651 6.65653 19.9675 7.46926 19.4969 8.11815C19.0573 8.72431 18.3807 9.19874 17.6521 9.56746C16.1815 10.3116 14.1566 10.7956 12.1711 10.948C10.1972 11.0996 8.10317 10.9358 6.53124 10.2464C5.73584 9.89754 5.00839 9.38477 4.53412 8.64334C4.04567 7.87975 3.88829 6.97044 4.07825 5.97166C4.25659 5.03396 4.82035 4.26714 5.49083 3.66709C6.16401 3.06462 7.00433 2.57517 7.8684 2.19089C9.58406 1.42787 11.5765 1 12.9724 1C13.5247 1 13.9724 1.44772 13.9724 2C13.9724 2.55228 13.5247 3 12.9724 3C11.896 3 10.1797 3.35185 8.68112 4.01831C7.93808 4.34877 7.29491 4.7365 6.8246 5.15741Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.8083 10.6046C19.1335 11.051 19.0352 11.6765 18.5888 12.0017C17.0815 13.0997 14.5082 13.7815 12.0711 13.9551C10.8299 14.0435 9.56664 14.0049 8.42337 13.7999C7.29373 13.5974 6.2026 13.2183 5.37885 12.5654C4.94605 12.2223 4.87331 11.5933 5.21638 11.1605C5.55946 10.7277 6.18843 10.655 6.62123 10.998C7.08603 11.3665 7.81704 11.6593 8.77634 11.8313C9.72201 12.0008 10.8145 12.0395 11.929 11.9601C14.2034 11.7982 16.3415 11.1644 17.4112 10.3851C17.8576 10.06 18.4831 10.1582 18.8083 10.6046Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.21 22.6767C14.7525 22.5727 15.1079 22.0488 15.004 21.5063C14.9001 20.9639 14.3761 20.6085 13.8337 20.7124C12.912 20.889 11.9356 20.9901 10.9895 21C10.4373 21.0058 9.99427 21.4581 10.0001 22.0104C10.0058 22.5626 10.4582 23.0056 11.0105 22.9999C12.0798 22.9887 13.1752 22.8749 14.21 22.6767Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.07921 14.7758C6.2943 14.2672 6.88103 14.0292 7.38971 14.2443C8.2611 14.6127 9.46095 14.8025 10.8006 14.8059C12.1284 14.8092 13.5241 14.6291 14.75 14.3123C15.2847 14.1741 15.8302 14.4955 15.9684 15.0302C16.1066 15.5649 15.7852 16.1104 15.2505 16.2486C13.8599 16.608 12.2943 16.8096 10.7956 16.8059C9.30863 16.8022 7.81672 16.5963 6.6108 16.0863C6.10212 15.8713 5.86412 15.2845 6.07921 14.7758Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.27703 17.5328C7.74058 17.4015 7.19926 17.73 7.06797 18.2664C6.93667 18.8029 7.26511 19.3442 7.80156 19.4755C9.4096 19.869 11.3338 19.888 13.1276 19.6554C13.6753 19.5844 14.0617 19.0828 13.9907 18.5351C13.9197 17.9874 13.4181 17.601 12.8704 17.672C11.2399 17.8834 9.57694 17.851 8.27703 17.5328Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.8246 5.15741C6.35159 5.58074 6.11185 5.98349 6.04303 6.34533C5.93715 6.90204 6.03681 7.28095 6.21891 7.56562C6.41518 7.87245 6.77176 8.16798 7.33453 8.4148C8.47891 8.9167 10.1977 9.09366 12.018 8.9539C13.8267 8.81503 15.5776 8.37569 16.7491 7.7829C17.3415 7.48316 17.7025 7.18577 17.8778 6.94403C18.0221 6.74501 18.0166 6.63377 17.9712 6.51436C17.8859 6.29028 17.6291 6.02051 16.951 5.82997C16.2861 5.64312 15.3941 5.59018 14.404 5.66163C13.425 5.73227 12.4109 5.91998 11.5305 6.17033C10.6299 6.42643 9.95064 6.72518 9.59033 6.9777C9.13806 7.29467 8.51447 7.18498 8.1975 6.73271C7.88053 6.28044 7.99022 5.65684 8.44249 5.33988C9.07112 4.89931 9.99886 4.5266 10.9835 4.2466C11.9883 3.96085 13.1375 3.74782 14.26 3.66681C15.3715 3.58661 16.5191 3.63112 17.4921 3.90455C18.452 4.17429 19.4313 4.72762 19.8405 5.80322C20.1651 6.65653 19.9675 7.46926 19.4969 8.11815C19.0573 8.72431 18.3807 9.19874 17.6521 9.56746C16.1815 10.3116 14.1566 10.7956 12.1711 10.948C10.1972 11.0996 8.10317 10.9358 6.53124 10.2464C5.73584 9.89754 5.00839 9.38477 4.53412 8.64334C4.04567 7.87975 3.88829 6.97044 4.07825 5.97166C4.25659 5.03396 4.82035 4.26714 5.49083 3.66709C6.16401 3.06462 7.00433 2.57517 7.8684 2.19089C9.58406 1.42787 11.5765 1 12.9724 1C13.5247 1 13.9724 1.44772 13.9724 2C13.9724 2.55228 13.5247 3 12.9724 3C11.896 3 10.1797 3.35185 8.68112 4.01831C7.93808 4.34877 7.29491 4.7365 6.8246 5.15741Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.8083 10.6046C19.1335 11.051 19.0352 11.6765 18.5888 12.0017C17.0815 13.0997 14.5082 13.7815 12.0711 13.9551C10.8299 14.0435 9.56664 14.0049 8.42337 13.7999C7.29373 13.5974 6.2026 13.2183 5.37885 12.5654C4.94605 12.2223 4.87331 11.5933 5.21638 11.1605C5.55946 10.7277 6.18843 10.655 6.62123 10.998C7.08603 11.3665 7.81704 11.6593 8.77634 11.8313C9.72201 12.0008 10.8145 12.0395 11.929 11.9601C14.2034 11.7982 16.3415 11.1644 17.4112 10.3851C17.8576 10.06 18.4831 10.1582 18.8083 10.6046Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.21 22.6767C14.7525 22.5727 15.1079 22.0488 15.004 21.5063C14.9001 20.9639 14.3761 20.6085 13.8337 20.7124C12.912 20.889 11.9356 20.9901 10.9895 21C10.4373 21.0058 9.99427 21.4581 10.0001 22.0104C10.0058 22.5626 10.4582 23.0056 11.0105 22.9999C12.0798 22.9887 13.1752 22.8749 14.21 22.6767Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.07921 14.7758C6.2943 14.2672 6.88103 14.0292 7.38971 14.2443C8.2611 14.6127 9.46095 14.8025 10.8006 14.8059C12.1284 14.8092 13.5241 14.6291 14.75 14.3123C15.2847 14.1741 15.8302 14.4955 15.9684 15.0302C16.1066 15.5649 15.7852 16.1104 15.2505 16.2486C13.8599 16.608 12.2943 16.8096 10.7956 16.8059C9.30863 16.8022 7.81672 16.5963 6.6108 16.0863C6.10212 15.8713 5.86412 15.2845 6.07921 14.7758Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.27703 17.5328C7.74058 17.4015 7.19926 17.73 7.06797 18.2664C6.93667 18.8029 7.26511 19.3442 7.80156 19.4755C9.4096 19.869 11.3338 19.888 13.1276 19.6554C13.6753 19.5844 14.0617 19.0828 13.9907 18.5351C13.9197 17.9874 13.4181 17.601 12.8704 17.672C11.2399 17.8834 9.57694 17.851 8.27703 17.5328Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-tropical-storm-tracks-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4788 5.10404L16.0148 4.54523C16.3985 4.14551 16.7419 3.7877 16.9588 3.48652C17.1522 3.218 17.4914 2.66173 17.1546 2.06913C16.822 1.4841 16.1867 1.48104 15.8532 1.50878C15.4908 1.53893 15.0197 1.64816 14.4986 1.76899C12.452 2.24328 10.0319 3.08548 8.12172 4.55231C6.80538 5.53181 5.72883 6.97789 5.10365 8.495L4.54682 7.96095C4.14648 7.57682 3.78827 7.23309 3.48685 7.01594C3.21848 6.82261 2.66179 6.48278 2.06892 6.81986C1.48368 7.15261 1.48104 7.78857 1.50884 8.12186C1.53909 8.48454 1.66129 9.01139 1.7823 9.53316C2.26508 11.6158 3.11591 14.0291 4.63323 15.9568C5.60262 17.225 7.01866 18.2638 8.49524 18.8704L7.9036 19.4869C7.53112 19.8749 7.19471 20.2253 6.98252 20.5223C6.7878 20.7949 6.46336 21.3445 6.7985 21.9308C7.12842 22.508 7.74803 22.5191 8.08638 22.491C8.44168 22.4614 8.90067 22.3525 9.4027 22.2334L9.4028 22.2334C11.1222 21.8258 12.8437 21.1914 14.4158 20.3686C16.3866 19.3392 17.9954 17.5237 18.8691 15.4792L19.4855 16.0706C19.8741 16.4435 20.2248 16.7802 20.522 16.9926C20.7944 17.1872 21.3445 17.5123 21.9311 17.1769C22.5084 16.8467 22.5192 16.2266 22.4909 15.8884C22.4612 15.5328 22.3389 15.0175 22.2196 14.5148C21.8076 12.778 21.1773 11.0963 20.3409 9.5108C19.3111 7.56141 17.5062 5.96996 15.4788 5.10404ZM12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.4788 5.10404L16.0148 4.54523C16.3985 4.14551 16.7419 3.7877 16.9588 3.48652C17.1522 3.218 17.4914 2.66173 17.1546 2.06913C16.822 1.4841 16.1867 1.48104 15.8532 1.50878C15.4908 1.53893 15.0197 1.64816 14.4986 1.76899C12.452 2.24328 10.0319 3.08548 8.12172 4.55231C6.80538 5.53181 5.72883 6.97789 5.10365 8.495L4.54682 7.96095C4.14648 7.57682 3.78827 7.23309 3.48685 7.01594C3.21848 6.82261 2.66179 6.48278 2.06892 6.81986C1.48368 7.15261 1.48104 7.78857 1.50884 8.12186C1.53909 8.48454 1.66129 9.01139 1.7823 9.53316C2.26508 11.6158 3.11591 14.0291 4.63323 15.9568C5.60262 17.225 7.01866 18.2638 8.49524 18.8704L7.9036 19.4869C7.53112 19.8749 7.19471 20.2253 6.98252 20.5223C6.7878 20.7949 6.46336 21.3445 6.7985 21.9308C7.12842 22.508 7.74803 22.5191 8.08638 22.491C8.44168 22.4614 8.90067 22.3525 9.4027 22.2334L9.4028 22.2334C11.1222 21.8258 12.8437 21.1914 14.4158 20.3686C16.3866 19.3392 17.9954 17.5237 18.8691 15.4792L19.4855 16.0706C19.8741 16.4435 20.2248 16.7802 20.522 16.9926C20.7944 17.1872 21.3445 17.5123 21.9311 17.1769C22.5084 16.8467 22.5192 16.2266 22.4909 15.8884C22.4612 15.5328 22.3389 15.0175 22.2196 14.5148C21.8076 12.778 21.1773 11.0963 20.3409 9.5108C19.3111 7.56141 17.5062 5.96996 15.4788 5.10404ZM12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-tropical-storm-tracks{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.88979 17.1146C6.86296 17.9029 9.86359 16.7655 11.6364 15.2583C13.3406 13.8094 13.7931 12.1171 13.8583 11.8364C14.0907 10.9686 14.1099 10.0575 13.9157 9.17647C13.7206 8.29124 13.3157 7.4621 12.7359 6.75473L12.7344 6.75288L12.3922 6.33066L14.6202 4.87501C14.8799 4.70536 15.0083 4.39335 14.9434 4.09004C14.8784 3.78674 14.6334 3.55472 14.327 3.50633C9.34852 2.71994 6.34616 3.85747 4.57296 5.36393C2.86939 6.81124 2.41743 8.50089 2.35216 8.78156C2.11984 9.64944 2.10059 10.5605 2.29485 11.4416C2.49002 12.3269 2.89499 13.156 3.47486 13.8634L3.47633 13.8652L3.81841 14.2874L1.59391 15.7406C1.52121 15.7945 1.41821 15.8887 1.37098 15.9607C1.32024 16.0379 1.2831 16.1257 1.26352 16.2211C1.25323 16.271 1.25297 16.3988 1.25297 16.4501L1.2529 16.4588L1.25195 16.4501C1.25195 16.4501 1.25267 16.4684 1.2529 16.4588C1.2658 16.5709 1.30429 16.6818 1.37021 16.7827C1.47567 16.9441 1.71701 17.0688 1.88979 17.1146ZM8.10742 12.8125C9.48813 12.8125 10.6074 11.6932 10.6074 10.3125C10.6074 8.93179 9.48813 7.8125 8.10742 7.8125C6.72671 7.8125 5.60742 8.93179 5.60742 10.3125C5.60742 11.6932 6.72671 12.8125 8.10742 12.8125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0511 9.96317C15.655 9.57824 15.646 8.94514 16.031 8.5491C16.2206 8.30748 16.9239 7.43487 17.1568 7.15998C17.4058 6.86621 17.6917 6.55218 17.9827 6.30431C18.1287 6.18002 18.2993 6.05202 18.4879 5.95109C18.6686 5.8544 18.9328 5.74609 19.248 5.74609C19.5633 5.74609 19.8275 5.8544 20.0082 5.95109C20.1968 6.05202 20.3674 6.18002 20.5134 6.30431C20.8044 6.55218 21.0903 6.86621 21.3392 7.15998C21.5722 7.43487 22.2755 8.30748 22.4651 8.5491C22.8501 8.94514 22.8411 9.57824 22.445 9.96317C22.2524 10.1504 22.0036 10.2445 21.7547 10.2461H20.248V12.2461C20.248 16.9405 16.4425 20.7461 11.748 20.7461C11.1958 20.7461 10.748 20.2984 10.748 19.7461C10.748 19.1938 11.1958 18.7461 11.748 18.7461C15.3379 18.7461 18.248 15.8359 18.248 12.2461V10.2461H16.7414C16.4924 10.2444 16.2437 10.1504 16.0511 9.96317Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.88979 17.1146C6.86296 17.9029 9.86359 16.7655 11.6364 15.2583C13.3406 13.8094 13.7931 12.1171 13.8583 11.8364C14.0907 10.9686 14.1099 10.0575 13.9157 9.17647C13.7206 8.29124 13.3157 7.4621 12.7359 6.75473L12.7344 6.75288L12.3922 6.33066L14.6202 4.87501C14.8799 4.70536 15.0083 4.39335 14.9434 4.09004C14.8784 3.78674 14.6334 3.55472 14.327 3.50633C9.34852 2.71994 6.34616 3.85747 4.57296 5.36393C2.86939 6.81124 2.41743 8.50089 2.35216 8.78156C2.11984 9.64944 2.10059 10.5605 2.29485 11.4416C2.49002 12.3269 2.89499 13.156 3.47486 13.8634L3.47633 13.8652L3.81841 14.2874L1.59391 15.7406C1.52121 15.7945 1.41821 15.8887 1.37098 15.9607C1.32024 16.0379 1.2831 16.1257 1.26352 16.2211C1.25323 16.271 1.25297 16.3988 1.25297 16.4501L1.2529 16.4588L1.25195 16.4501C1.25195 16.4501 1.25267 16.4684 1.2529 16.4588C1.2658 16.5709 1.30429 16.6818 1.37021 16.7827C1.47567 16.9441 1.71701 17.0688 1.88979 17.1146ZM8.10742 12.8125C9.48813 12.8125 10.6074 11.6932 10.6074 10.3125C10.6074 8.93179 9.48813 7.8125 8.10742 7.8125C6.72671 7.8125 5.60742 8.93179 5.60742 10.3125C5.60742 11.6932 6.72671 12.8125 8.10742 12.8125Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.0511 9.96317C15.655 9.57824 15.646 8.94514 16.031 8.5491C16.2206 8.30748 16.9239 7.43487 17.1568 7.15998C17.4058 6.86621 17.6917 6.55218 17.9827 6.30431C18.1287 6.18002 18.2993 6.05202 18.4879 5.95109C18.6686 5.8544 18.9328 5.74609 19.248 5.74609C19.5633 5.74609 19.8275 5.8544 20.0082 5.95109C20.1968 6.05202 20.3674 6.18002 20.5134 6.30431C20.8044 6.55218 21.0903 6.86621 21.3392 7.15998C21.5722 7.43487 22.2755 8.30748 22.4651 8.5491C22.8501 8.94514 22.8411 9.57824 22.445 9.96317C22.2524 10.1504 22.0036 10.2445 21.7547 10.2461H20.248V12.2461C20.248 16.9405 16.4425 20.7461 11.748 20.7461C11.1958 20.7461 10.748 20.2984 10.748 19.7461C10.748 19.1938 11.1958 18.7461 11.748 18.7461C15.3379 18.7461 18.248 15.8359 18.248 12.2461V10.2461H16.7414C16.4924 10.2444 16.2437 10.1504 16.0511 9.96317Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-tropical-storm{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.3642 3.0921C13.6981 2.04221 9.72436 3.56549 7.39906 5.53526C5.14709 7.4429 4.56075 9.66935 4.4835 10.0031C4.1795 11.1327 4.15392 12.3191 4.4077 13.4668C4.66243 14.6188 5.19118 15.6986 5.94911 16.6203L5.95058 16.6221L6.59471 17.4147L3.34132 19.534C3.08061 19.7038 2.95159 20.0161 3.01667 20.3198C3.08176 20.6234 3.32754 20.8558 3.63509 20.9046C10.3015 21.9608 14.2763 20.4372 16.6026 18.4651C18.8554 16.5554 19.4424 14.3254 19.5197 13.9916C19.8237 12.862 19.8493 11.6757 19.5956 10.528C19.3409 9.37596 18.8122 8.29615 18.0544 7.37442L18.0529 7.37266L17.4087 6.57997L20.6587 4.46276C20.9195 4.29286 21.0485 3.9804 20.9832 3.67666C20.918 3.37291 20.6719 3.14057 20.3642 3.0921ZM12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.3642 3.0921C13.6981 2.04221 9.72436 3.56549 7.39906 5.53526C5.14709 7.4429 4.56075 9.66935 4.4835 10.0031C4.1795 11.1327 4.15392 12.3191 4.4077 13.4668C4.66243 14.6188 5.19118 15.6986 5.94911 16.6203L5.95058 16.6221L6.59471 17.4147L3.34132 19.534C3.08061 19.7038 2.95159 20.0161 3.01667 20.3198C3.08176 20.6234 3.32754 20.8558 3.63509 20.9046C10.3015 21.9608 14.2763 20.4372 16.6026 18.4651C18.8554 16.5554 19.4424 14.3254 19.5197 13.9916C19.8237 12.862 19.8493 11.6757 19.5956 10.528C19.3409 9.37596 18.8122 8.29615 18.0544 7.37442L18.0529 7.37266L17.4087 6.57997L20.6587 4.46276C20.9195 4.29286 21.0485 3.9804 20.9832 3.67666C20.918 3.37291 20.6719 3.14057 20.3642 3.0921ZM12 15.5C13.933 15.5 15.5 13.933 15.5 12C15.5 10.067 13.933 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-tsunami{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3124 7.58567C12.2255 7.5465 11.9645 7.43525 11.784 7.42562C11.038 7.42562 10.4605 7.54096 9.97927 7.69084L9.96454 7.69543C9.7471 7.76315 9.53902 7.82776 9.29743 7.88648C8.95245 7.97032 8.60747 8.01224 8.2194 7.94932C7.83135 7.8864 7.40018 7.71866 6.88274 7.38314C6.53519 7.15779 6.07077 7.25684 5.84541 7.60439C5.62006 7.95194 5.71911 8.41636 6.06666 8.64172C6.71217 9.06028 7.33756 9.32592 7.97932 9.42998C8.62884 9.53529 9.18666 9.45707 9.65169 9.34404C9.94248 9.27337 10.1905 9.19611 10.4044 9.1295L10.4106 9.12758C10.88 8.98138 11.2026 8.88333 11.7125 8.88333L11.7361 8.88351C11.8698 8.88553 11.9367 8.88655 12.0143 8.94428C12.092 9.00202 12.1181 9.08428 12.1703 9.24881C12.7127 10.957 13.7483 12.7136 15.0918 14.2175C17.1155 16.4828 19.6784 17.9997 22 17.9997C22.4142 17.9997 22.75 18.3354 22.75 18.7497C22.75 18.878 22.6164 18.9467 22.4905 18.9215C21.9255 18.8083 21.3189 18.8888 20.777 19.1929C20.0935 19.5765 19.1745 19.5775 18.4896 19.1959C16.8871 18.2859 14.8592 18.269 13.2423 19.1401C12.4725 19.5382 11.4228 19.5352 10.8679 19.2191L10.856 19.2123C9.24495 18.3141 7.1196 18.3973 5.58536 19.1566L5.55051 19.1739L5.51661 19.1929C4.83125 19.5775 3.90928 19.5775 3.22392 19.1929C2.95711 19.0431 2.6746 18.9476 2.3891 18.9028C2.19624 18.8724 2.09981 18.8573 2.03291 18.7956C1.96601 18.7339 1.95164 18.6743 1.9229 18.5552L1.92057 18.5453C1.57675 17.0684 1.23543 14.814 1.25048 12.4592C1.26542 10.1206 1.63187 7.58599 2.7857 5.62283C4.25535 3.12233 6.31573 1.63197 8.44599 1.16128C10.5781 0.690158 12.7365 1.25541 14.3062 2.78156C14.7799 3.24203 15.1934 3.92825 15.4531 4.67352C15.714 5.42175 15.8448 6.30112 15.6711 7.15128C15.634 7.33442 15.5754 7.62367 15.4763 7.83291C15.3357 8.12995 15.1053 8.35087 14.7755 8.47498C14.5214 8.57056 14.2768 8.55286 14.0869 8.51023C13.9007 8.46841 13.7198 8.39201 13.5554 8.31102C13.245 8.1581 12.8246 7.89837 12.3695 7.61638C12.3554 7.60768 12.3484 7.60333 12.3397 7.5987C12.331 7.59407 12.3248 7.59127 12.3124 7.58567ZM7.5664 11.7464C7.56457 11.3337 7.22953 10.9998 6.81647 10.9998C6.40225 10.9997 6.06644 11.3355 6.06641 11.7497C6.06641 12.0425 6.08398 12.1393 6.10444 12.2521C6.10984 12.2818 6.11544 12.3127 6.12097 12.3485C6.17374 12.6905 6.27907 13.1582 6.49121 13.6646C6.92055 14.6893 7.79304 15.8752 9.50751 16.4596C9.89956 16.5933 10.3257 16.3838 10.4594 15.9918C10.5931 15.5997 10.3836 15.1735 9.99152 15.0399C8.77263 14.6243 8.17856 13.8102 7.87469 13.0849C7.72023 12.7163 7.64228 12.3715 7.60343 12.1198C7.58413 11.9947 7.57084 11.8116 7.5664 11.7464Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6554 22.3616C14.7168 22.3301 14.7778 22.2974 14.8381 22.2635L15.0011 22.1721C15.5486 21.9212 16.2444 21.9443 16.7646 22.2414L16.7711 22.2451L16.7712 22.2451C18.5204 23.2267 20.7403 23.2267 22.4896 22.2451C22.9712 21.9748 23.1425 21.3653 22.8722 20.8836C22.602 20.402 21.9924 20.2307 21.5108 20.501C20.3704 21.1409 18.8936 21.1414 17.7527 20.5025C16.5979 19.8448 15.112 19.8324 13.9447 20.4654C13.8922 20.4893 13.8297 20.5231 13.7649 20.5706C12.6354 21.1605 11.2098 21.1402 10.1253 20.5225L10.1174 20.518L10.1173 20.518C8.99046 19.8898 7.58837 19.8504 6.43941 20.419C6.37499 20.4394 6.31167 20.4666 6.25042 20.501C5.10912 21.1414 3.63088 21.1414 2.48957 20.501C2.00794 20.2307 1.3984 20.402 1.12811 20.8836C0.857831 21.3653 1.02916 21.9748 1.51079 22.2451C3.19918 23.1926 5.32611 23.2256 7.04501 22.344C7.1101 22.323 7.17402 22.2951 7.23576 22.2598C7.79515 21.9403 8.54688 21.9339 9.14004 22.263C10.8053 23.2093 12.9212 23.2419 14.633 22.3731L14.6354 22.3731L14.6554 22.3616Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.3124 7.58567C12.2255 7.5465 11.9645 7.43525 11.784 7.42562C11.038 7.42562 10.4605 7.54096 9.97927 7.69084L9.96454 7.69543C9.7471 7.76315 9.53902 7.82776 9.29743 7.88648C8.95245 7.97032 8.60747 8.01224 8.2194 7.94932C7.83135 7.8864 7.40018 7.71866 6.88274 7.38314C6.53519 7.15779 6.07077 7.25684 5.84541 7.60439C5.62006 7.95194 5.71911 8.41636 6.06666 8.64172C6.71217 9.06028 7.33756 9.32592 7.97932 9.42998C8.62884 9.53529 9.18666 9.45707 9.65169 9.34404C9.94248 9.27337 10.1905 9.19611 10.4044 9.1295L10.4106 9.12758C10.88 8.98138 11.2026 8.88333 11.7125 8.88333L11.7361 8.88351C11.8698 8.88553 11.9367 8.88655 12.0143 8.94428C12.092 9.00202 12.1181 9.08428 12.1703 9.24881C12.7127 10.957 13.7483 12.7136 15.0918 14.2175C17.1155 16.4828 19.6784 17.9997 22 17.9997C22.4142 17.9997 22.75 18.3354 22.75 18.7497C22.75 18.878 22.6164 18.9467 22.4905 18.9215C21.9255 18.8083 21.3189 18.8888 20.777 19.1929C20.0935 19.5765 19.1745 19.5775 18.4896 19.1959C16.8871 18.2859 14.8592 18.269 13.2423 19.1401C12.4725 19.5382 11.4228 19.5352 10.8679 19.2191L10.856 19.2123C9.24495 18.3141 7.1196 18.3973 5.58536 19.1566L5.55051 19.1739L5.51661 19.1929C4.83125 19.5775 3.90928 19.5775 3.22392 19.1929C2.95711 19.0431 2.6746 18.9476 2.3891 18.9028C2.19624 18.8724 2.09981 18.8573 2.03291 18.7956C1.96601 18.7339 1.95164 18.6743 1.9229 18.5552L1.92057 18.5453C1.57675 17.0684 1.23543 14.814 1.25048 12.4592C1.26542 10.1206 1.63187 7.58599 2.7857 5.62283C4.25535 3.12233 6.31573 1.63197 8.44599 1.16128C10.5781 0.690158 12.7365 1.25541 14.3062 2.78156C14.7799 3.24203 15.1934 3.92825 15.4531 4.67352C15.714 5.42175 15.8448 6.30112 15.6711 7.15128C15.634 7.33442 15.5754 7.62367 15.4763 7.83291C15.3357 8.12995 15.1053 8.35087 14.7755 8.47498C14.5214 8.57056 14.2768 8.55286 14.0869 8.51023C13.9007 8.46841 13.7198 8.39201 13.5554 8.31102C13.245 8.1581 12.8246 7.89837 12.3695 7.61638C12.3554 7.60768 12.3484 7.60333 12.3397 7.5987C12.331 7.59407 12.3248 7.59127 12.3124 7.58567ZM7.5664 11.7464C7.56457 11.3337 7.22953 10.9998 6.81647 10.9998C6.40225 10.9997 6.06644 11.3355 6.06641 11.7497C6.06641 12.0425 6.08398 12.1393 6.10444 12.2521C6.10984 12.2818 6.11544 12.3127 6.12097 12.3485C6.17374 12.6905 6.27907 13.1582 6.49121 13.6646C6.92055 14.6893 7.79304 15.8752 9.50751 16.4596C9.89956 16.5933 10.3257 16.3838 10.4594 15.9918C10.5931 15.5997 10.3836 15.1735 9.99152 15.0399C8.77263 14.6243 8.17856 13.8102 7.87469 13.0849C7.72023 12.7163 7.64228 12.3715 7.60343 12.1198C7.58413 11.9947 7.57084 11.8116 7.5664 11.7464Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.6554 22.3616C14.7168 22.3301 14.7778 22.2974 14.8381 22.2635L15.0011 22.1721C15.5486 21.9212 16.2444 21.9443 16.7646 22.2414L16.7711 22.2451L16.7712 22.2451C18.5204 23.2267 20.7403 23.2267 22.4896 22.2451C22.9712 21.9748 23.1425 21.3653 22.8722 20.8836C22.602 20.402 21.9924 20.2307 21.5108 20.501C20.3704 21.1409 18.8936 21.1414 17.7527 20.5025C16.5979 19.8448 15.112 19.8324 13.9447 20.4654C13.8922 20.4893 13.8297 20.5231 13.7649 20.5706C12.6354 21.1605 11.2098 21.1402 10.1253 20.5225L10.1174 20.518L10.1173 20.518C8.99046 19.8898 7.58837 19.8504 6.43941 20.419C6.37499 20.4394 6.31167 20.4666 6.25042 20.501C5.10912 21.1414 3.63088 21.1414 2.48957 20.501C2.00794 20.2307 1.3984 20.402 1.12811 20.8836C0.857831 21.3653 1.02916 21.9748 1.51079 22.2451C3.19918 23.1926 5.32611 23.2256 7.04501 22.344C7.1101 22.323 7.17402 22.2951 7.23576 22.2598C7.79515 21.9403 8.54688 21.9339 9.14004 22.263C10.8053 23.2093 12.9212 23.2419 14.633 22.3731L14.6354 22.3731L14.6554 22.3616Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-uv-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3381 3.34909C10.6163 2.90445 11.1392 2.25 12 2.25C12.8608 2.25 13.3837 2.90445 13.6619 3.34909C13.8159 3.59511 13.9429 3.85418 14.0456 4.0746C14.1023 4.19885 14.2528 4.52699 14.2989 4.6165C14.5708 5.14424 14.7174 5.24579 14.782 5.27315C14.8435 5.29915 15.0202 5.33752 15.5953 5.15351C15.694 5.12194 16.0851 4.97879 16.2068 4.93374C16.4537 4.84597 16.7493 4.74904 17.0543 4.68879C17.6218 4.57665 18.5241 4.54048 19.0865 5.33337C19.5211 5.94614 19.3883 6.70615 19.2687 7.16565C19.2008 7.4265 19.112 7.67809 19.0341 7.88933C18.9844 8.02198 18.8761 8.31208 18.8465 8.40465C18.6656 8.97008 18.6974 9.14554 18.7238 9.21059C18.7488 9.27241 18.8467 9.42454 19.3835 9.70109C19.473 9.74721 19.8011 9.89771 19.9254 9.95437C20.1458 10.0571 20.4048 10.1841 20.6508 10.338C21.0955 10.6162 21.7499 11.1391 21.75 11.9998C21.7501 12.8607 21.0956 13.3837 20.651 13.6619C20.4049 13.8158 20.1459 13.9428 19.9254 14.0456C19.8012 14.1023 19.473 14.2528 19.3835 14.2989C18.8467 14.5755 18.7488 14.7276 18.7238 14.7894C18.6974 14.8545 18.6656 15.0299 18.8465 15.5953C18.8772 15.6913 19.003 16.0304 19.0508 16.1583C19.134 16.387 19.2275 16.6603 19.2926 16.9434C19.4102 17.4552 19.5026 18.2887 18.8916 18.897C18.2826 19.5034 17.4509 19.4097 16.9405 19.292C16.658 19.2268 16.3853 19.1335 16.157 19.0504C16.029 19.0025 15.6912 18.8772 15.5953 18.8465C15.0202 18.6625 14.8435 18.7009 14.782 18.7269C14.7174 18.7542 14.5708 18.8558 14.2989 19.3835C14.2528 19.473 14.1023 19.8011 14.0456 19.9254C13.9429 20.1458 13.8159 20.4049 13.6619 20.6509C13.3837 21.0955 12.8608 21.75 12 21.75C11.1392 21.75 10.6163 21.0955 10.3381 20.6509C10.1841 20.4049 10.0571 20.1458 9.95439 19.9254C9.89772 19.8011 9.74721 19.473 9.70109 19.3835C9.4292 18.8558 9.2826 18.7542 9.21797 18.7269C9.15655 18.7009 8.97976 18.6625 8.40465 18.8465C8.30878 18.8772 7.97097 19.0025 7.84299 19.0504C7.61469 19.1335 7.342 19.2268 7.05947 19.292C6.54905 19.4097 5.71743 19.5034 5.10844 18.897C4.49743 18.2887 4.58979 17.4552 4.70743 16.9434C4.7725 16.6603 4.86596 16.387 4.94922 16.1583C4.99698 16.0304 5.12281 15.6913 5.15351 15.5953C5.33442 15.0299 5.30256 14.8545 5.2762 14.7894C5.25115 14.7276 5.15328 14.5755 4.6165 14.2989C4.52698 14.2528 4.19882 14.1023 4.07457 14.0456C3.85414 13.9428 3.59506 13.8158 3.34902 13.6619C2.90436 13.3837 2.2499 12.8607 2.25 11.9998C2.2501 11.1391 2.90454 10.6162 3.34915 10.338C3.59517 10.1841 3.85422 10.0571 4.07463 9.95437C4.19889 9.8977 4.52699 9.74721 4.6165 9.70109C5.15328 9.42454 5.25115 9.27241 5.2762 9.21059C5.30256 9.14554 5.33442 8.97008 5.15351 8.40465C5.12389 8.31208 5.01559 8.02198 4.9659 7.88933C4.88797 7.67809 4.79924 7.4265 4.73133 7.16565C4.61171 6.70615 4.47886 5.94614 4.9135 5.33337C5.47589 4.54048 6.37821 4.57665 6.94573 4.68879C7.2507 4.74904 7.54634 4.84597 7.79316 4.93374C7.91488 4.97879 8.30601 5.12194 8.40465 5.15351C8.97976 5.33752 9.15655 5.29915 9.21797 5.27315C9.2826 5.24579 9.4292 5.14424 9.70109 4.6165C9.74721 4.52698 9.89772 4.19885 9.95439 4.0746C10.0571 3.85418 10.1841 3.59511 10.3381 3.34909Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3381 3.34909C10.6163 2.90445 11.1392 2.25 12 2.25C12.8608 2.25 13.3837 2.90445 13.6619 3.34909C13.8159 3.59511 13.9429 3.85418 14.0456 4.0746C14.1023 4.19885 14.2528 4.52699 14.2989 4.6165C14.5708 5.14424 14.7174 5.24579 14.782 5.27315C14.8435 5.29915 15.0202 5.33752 15.5953 5.15351C15.694 5.12194 16.0851 4.97879 16.2068 4.93374C16.4537 4.84597 16.7493 4.74904 17.0543 4.68879C17.6218 4.57665 18.5241 4.54048 19.0865 5.33337C19.5211 5.94614 19.3883 6.70615 19.2687 7.16565C19.2008 7.4265 19.112 7.67809 19.0341 7.88933C18.9844 8.02198 18.8761 8.31208 18.8465 8.40465C18.6656 8.97008 18.6974 9.14554 18.7238 9.21059C18.7488 9.27241 18.8467 9.42454 19.3835 9.70109C19.473 9.74721 19.8011 9.89771 19.9254 9.95437C20.1458 10.0571 20.4048 10.1841 20.6508 10.338C21.0955 10.6162 21.7499 11.1391 21.75 11.9998C21.7501 12.8607 21.0956 13.3837 20.651 13.6619C20.4049 13.8158 20.1459 13.9428 19.9254 14.0456C19.8012 14.1023 19.473 14.2528 19.3835 14.2989C18.8467 14.5755 18.7488 14.7276 18.7238 14.7894C18.6974 14.8545 18.6656 15.0299 18.8465 15.5953C18.8772 15.6913 19.003 16.0304 19.0508 16.1583C19.134 16.387 19.2275 16.6603 19.2926 16.9434C19.4102 17.4552 19.5026 18.2887 18.8916 18.897C18.2826 19.5034 17.4509 19.4097 16.9405 19.292C16.658 19.2268 16.3853 19.1335 16.157 19.0504C16.029 19.0025 15.6912 18.8772 15.5953 18.8465C15.0202 18.6625 14.8435 18.7009 14.782 18.7269C14.7174 18.7542 14.5708 18.8558 14.2989 19.3835C14.2528 19.473 14.1023 19.8011 14.0456 19.9254C13.9429 20.1458 13.8159 20.4049 13.6619 20.6509C13.3837 21.0955 12.8608 21.75 12 21.75C11.1392 21.75 10.6163 21.0955 10.3381 20.6509C10.1841 20.4049 10.0571 20.1458 9.95439 19.9254C9.89772 19.8011 9.74721 19.473 9.70109 19.3835C9.4292 18.8558 9.2826 18.7542 9.21797 18.7269C9.15655 18.7009 8.97976 18.6625 8.40465 18.8465C8.30878 18.8772 7.97097 19.0025 7.84299 19.0504C7.61469 19.1335 7.342 19.2268 7.05947 19.292C6.54905 19.4097 5.71743 19.5034 5.10844 18.897C4.49743 18.2887 4.58979 17.4552 4.70743 16.9434C4.7725 16.6603 4.86596 16.387 4.94922 16.1583C4.99698 16.0304 5.12281 15.6913 5.15351 15.5953C5.33442 15.0299 5.30256 14.8545 5.2762 14.7894C5.25115 14.7276 5.15328 14.5755 4.6165 14.2989C4.52698 14.2528 4.19882 14.1023 4.07457 14.0456C3.85414 13.9428 3.59506 13.8158 3.34902 13.6619C2.90436 13.3837 2.2499 12.8607 2.25 11.9998C2.2501 11.1391 2.90454 10.6162 3.34915 10.338C3.59517 10.1841 3.85422 10.0571 4.07463 9.95437C4.19889 9.8977 4.52699 9.74721 4.6165 9.70109C5.15328 9.42454 5.25115 9.27241 5.2762 9.21059C5.30256 9.14554 5.33442 8.97008 5.15351 8.40465C5.12389 8.31208 5.01559 8.02198 4.9659 7.88933C4.88797 7.67809 4.79924 7.4265 4.73133 7.16565C4.61171 6.70615 4.47886 5.94614 4.9135 5.33337C5.47589 4.54048 6.37821 4.57665 6.94573 4.68879C7.2507 4.74904 7.54634 4.84597 7.79316 4.93374C7.91488 4.97879 8.30601 5.12194 8.40465 5.15351C8.97976 5.33752 9.15655 5.29915 9.21797 5.27315C9.2826 5.24579 9.4292 5.14424 9.70109 4.6165C9.74721 4.52698 9.89772 4.19885 9.95439 4.0746C10.0571 3.85418 10.1841 3.59511 10.3381 3.34909Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-uv-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 12.5C6 9.18629 8.68629 6.5 12 6.5C15.3137 6.5 18 9.18629 18 12.5C18 13.0523 17.5523 13.5 17 13.5H7C6.44772 13.5 6 13.0523 6 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.5C12.5523 1.5 13 1.94772 13 2.5V4C13 4.55228 12.5523 5 12 5C11.4477 5 11 4.55228 11 4V2.5C11 1.94772 11.4477 1.5 12 1.5ZM4.22051 4.72149C4.61104 4.33097 5.2442 4.33097 5.63473 4.72149L6.69539 5.78215C7.08591 6.17268 7.08591 6.80584 6.69539 7.19636C6.30486 7.58689 5.6717 7.58689 5.28117 7.19636L4.22051 6.1357C3.82999 5.74518 3.82999 5.11201 4.22051 4.72149ZM19.7774 4.7216C20.1679 5.11213 20.1679 5.74529 19.7774 6.13582L18.7168 7.19648C18.3262 7.587 17.6931 7.587 17.3025 7.19648C16.912 6.80595 16.912 6.17279 17.3025 5.78226L18.3632 4.7216C18.7537 4.33108 19.3869 4.33108 19.7774 4.7216ZM1 12.5C1 11.9477 1.44772 11.5 2 11.5H3.5C4.05228 11.5 4.5 11.9477 4.5 12.5C4.5 13.0523 4.05228 13.5 3.5 13.5H2C1.44772 13.5 1 13.0523 1 12.5ZM19.5 12.5C19.5 11.9477 19.9477 11.5 20.5 11.5H22C22.5523 11.5 23 11.9477 23 12.5C23 13.0523 22.5523 13.5 22 13.5H20.5C19.9477 13.5 19.5 13.0523 19.5 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.50001 15.5C7.0523 15.5 7.50001 15.9477 7.50001 16.5V19.5C7.50001 19.9997 7.50214 20.2738 7.52771 20.464C7.52804 20.4665 7.52837 20.4689 7.52871 20.4713C7.53108 20.4716 7.53351 20.472 7.53599 20.4723C7.72618 20.4979 8.00034 20.5 8.50001 20.5C8.99969 20.5 9.27385 20.4979 9.46404 20.4723C9.46652 20.472 9.46894 20.4716 9.47132 20.4713C9.47165 20.4689 9.47199 20.4665 9.47232 20.464C9.49789 20.2738 9.50001 19.9997 9.50001 19.5V16.5C9.50001 15.9477 9.94773 15.5 10.5 15.5C11.0523 15.5 11.5 15.9477 11.5 16.5V19.5C11.5 19.5182 11.5 19.5363 11.5 19.5544C11.5001 19.9785 11.5002 20.3906 11.4545 20.7305C11.403 21.1137 11.2774 21.551 10.9142 21.9142C10.551 22.2774 10.1137 22.403 9.73053 22.4545C9.39062 22.5002 8.97849 22.5001 8.55442 22.5C8.53631 22.5 8.51817 22.5 8.50001 22.5C8.48186 22.5 8.46372 22.5 8.4456 22.5C8.02153 22.5001 7.60941 22.5002 7.26949 22.4545C6.88629 22.403 6.44902 22.2774 6.0858 21.9142C5.72259 21.551 5.59706 21.1137 5.54554 20.7305C5.49984 20.3906 5.49992 19.9785 5.50001 19.5544C5.50001 19.5363 5.50001 19.5182 5.50001 19.5V16.5C5.50001 15.9477 5.94773 15.5 6.50001 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1289 15.5718C13.6417 15.3667 14.2236 15.6161 14.4287 16.1289L15.5003 18.8077L16.5718 16.1289C16.7769 15.6161 17.3589 15.3667 17.8717 15.5718C18.3844 15.7769 18.6339 16.3589 18.4287 16.8717L16.4287 21.8717C16.2769 22.2513 15.9092 22.5003 15.5003 22.5003C15.0914 22.5003 14.7237 22.2513 14.5718 21.8717L12.5718 16.8717C12.3667 16.3589 12.6161 15.7769 13.1289 15.5718Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 12.5C6 9.18629 8.68629 6.5 12 6.5C15.3137 6.5 18 9.18629 18 12.5C18 13.0523 17.5523 13.5 17 13.5H7C6.44772 13.5 6 13.0523 6 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.5C12.5523 1.5 13 1.94772 13 2.5V4C13 4.55228 12.5523 5 12 5C11.4477 5 11 4.55228 11 4V2.5C11 1.94772 11.4477 1.5 12 1.5ZM4.22051 4.72149C4.61104 4.33097 5.2442 4.33097 5.63473 4.72149L6.69539 5.78215C7.08591 6.17268 7.08591 6.80584 6.69539 7.19636C6.30486 7.58689 5.6717 7.58689 5.28117 7.19636L4.22051 6.1357C3.82999 5.74518 3.82999 5.11201 4.22051 4.72149ZM19.7774 4.7216C20.1679 5.11213 20.1679 5.74529 19.7774 6.13582L18.7168 7.19648C18.3262 7.587 17.6931 7.587 17.3025 7.19648C16.912 6.80595 16.912 6.17279 17.3025 5.78226L18.3632 4.7216C18.7537 4.33108 19.3869 4.33108 19.7774 4.7216ZM1 12.5C1 11.9477 1.44772 11.5 2 11.5H3.5C4.05228 11.5 4.5 11.9477 4.5 12.5C4.5 13.0523 4.05228 13.5 3.5 13.5H2C1.44772 13.5 1 13.0523 1 12.5ZM19.5 12.5C19.5 11.9477 19.9477 11.5 20.5 11.5H22C22.5523 11.5 23 11.9477 23 12.5C23 13.0523 22.5523 13.5 22 13.5H20.5C19.9477 13.5 19.5 13.0523 19.5 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.50001 15.5C7.0523 15.5 7.50001 15.9477 7.50001 16.5V19.5C7.50001 19.9997 7.50214 20.2738 7.52771 20.464C7.52804 20.4665 7.52837 20.4689 7.52871 20.4713C7.53108 20.4716 7.53351 20.472 7.53599 20.4723C7.72618 20.4979 8.00034 20.5 8.50001 20.5C8.99969 20.5 9.27385 20.4979 9.46404 20.4723C9.46652 20.472 9.46894 20.4716 9.47132 20.4713C9.47165 20.4689 9.47199 20.4665 9.47232 20.464C9.49789 20.2738 9.50001 19.9997 9.50001 19.5V16.5C9.50001 15.9477 9.94773 15.5 10.5 15.5C11.0523 15.5 11.5 15.9477 11.5 16.5V19.5C11.5 19.5182 11.5 19.5363 11.5 19.5544C11.5001 19.9785 11.5002 20.3906 11.4545 20.7305C11.403 21.1137 11.2774 21.551 10.9142 21.9142C10.551 22.2774 10.1137 22.403 9.73053 22.4545C9.39062 22.5002 8.97849 22.5001 8.55442 22.5C8.53631 22.5 8.51817 22.5 8.50001 22.5C8.48186 22.5 8.46372 22.5 8.4456 22.5C8.02153 22.5001 7.60941 22.5002 7.26949 22.4545C6.88629 22.403 6.44902 22.2774 6.0858 21.9142C5.72259 21.551 5.59706 21.1137 5.54554 20.7305C5.49984 20.3906 5.49992 19.9785 5.50001 19.5544C5.50001 19.5363 5.50001 19.5182 5.50001 19.5V16.5C5.50001 15.9477 5.94773 15.5 6.50001 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1289 15.5718C13.6417 15.3667 14.2236 15.6161 14.4287 16.1289L15.5003 18.8077L16.5718 16.1289C16.7769 15.6161 17.3589 15.3667 17.8717 15.5718C18.3844 15.7769 18.6339 16.3589 18.4287 16.8717L16.4287 21.8717C16.2769 22.2513 15.9092 22.5003 15.5003 22.5003C15.0914 22.5003 14.7237 22.2513 14.5718 21.8717L12.5718 16.8717C12.3667 16.3589 12.6161 15.7769 13.1289 15.5718Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-uv-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 12.5523 17.5523 13 17 13H7C6.44772 13 6 12.5523 6 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 3C13 3.55228 12.5523 4 12 4C11.4477 4 11 3.55228 11 3C11 2.44772 11.4477 2 12 2C12.5523 2 13 2.44772 13 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4 12C4 12.5523 3.55228 13 3 13C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11C3.55228 11 4 11.4477 4 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 12.5523 21.5523 13 21 13C20.4477 13 20 12.5523 20 12C20 11.4477 20.4477 11 21 11C21.5523 11 22 11.4477 22 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0711 4.92893C19.4616 5.31946 19.4616 5.95262 19.0711 6.34314C18.6805 6.73367 18.0474 6.73367 17.6569 6.34314C17.2663 5.95262 17.2663 5.31946 17.6569 4.92893C18.0474 4.53841 18.6805 4.53841 19.0711 4.92893Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.34398 6.34295C5.95345 6.73348 5.32029 6.73348 4.92976 6.34295C4.53924 5.95243 4.53924 5.31927 4.92976 4.92874C5.32029 4.53822 5.95345 4.53822 6.34398 4.92874C6.7345 5.31927 6.7345 5.95243 6.34398 6.34295Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.50001 15C7.0523 15 7.50001 15.4477 7.50001 16V19C7.50001 19.4997 7.50214 19.7738 7.52771 19.964C7.52804 19.9665 7.52837 19.9689 7.52871 19.9713C7.53108 19.9716 7.53351 19.972 7.53599 19.9723C7.72618 19.9979 8.00034 20 8.50001 20C8.99969 20 9.27385 19.9979 9.46404 19.9723C9.46652 19.972 9.46894 19.9716 9.47132 19.9713C9.47165 19.9689 9.47199 19.9665 9.47232 19.964C9.49789 19.7738 9.50001 19.4997 9.50001 19V16C9.50001 15.4477 9.94773 15 10.5 15C11.0523 15 11.5 15.4477 11.5 16V19C11.5 19.0182 11.5 19.0363 11.5 19.0544C11.5001 19.4785 11.5002 19.8906 11.4545 20.2305C11.403 20.6137 11.2774 21.051 10.9142 21.4142C10.551 21.7774 10.1137 21.903 9.73053 21.9545C9.39062 22.0002 8.97849 22.0001 8.55442 22C8.53631 22 8.51817 22 8.50001 22C8.48186 22 8.46372 22 8.4456 22C8.02153 22.0001 7.60941 22.0002 7.26949 21.9545C6.88629 21.903 6.44902 21.7774 6.0858 21.4142C5.72259 21.051 5.59706 20.6137 5.54554 20.2305C5.49984 19.8906 5.49992 19.4785 5.50001 19.0544C5.50001 19.0363 5.50001 19.0182 5.50001 19V16C5.50001 15.4477 5.94773 15 6.50001 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1289 15.0718C13.6417 14.8667 14.2236 15.1161 14.4287 15.6289L15.5003 18.3077L16.5718 15.6289C16.7769 15.1161 17.3589 14.8667 17.8717 15.0718C18.3844 15.2769 18.6339 15.8589 18.4287 16.3717L16.4287 21.3717C16.2769 21.7513 15.9092 22.0003 15.5003 22.0003C15.0914 22.0003 14.7237 21.7513 14.5718 21.3717L12.5718 16.3717C12.3667 15.8589 12.6161 15.2769 13.1289 15.0718Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 12.5523 17.5523 13 17 13H7C6.44772 13 6 12.5523 6 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13 3C13 3.55228 12.5523 4 12 4C11.4477 4 11 3.55228 11 3C11 2.44772 11.4477 2 12 2C12.5523 2 13 2.44772 13 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4 12C4 12.5523 3.55228 13 3 13C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11C3.55228 11 4 11.4477 4 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 12.5523 21.5523 13 21 13C20.4477 13 20 12.5523 20 12C20 11.4477 20.4477 11 21 11C21.5523 11 22 11.4477 22 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.0711 4.92893C19.4616 5.31946 19.4616 5.95262 19.0711 6.34314C18.6805 6.73367 18.0474 6.73367 17.6569 6.34314C17.2663 5.95262 17.2663 5.31946 17.6569 4.92893C18.0474 4.53841 18.6805 4.53841 19.0711 4.92893Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.34398 6.34295C5.95345 6.73348 5.32029 6.73348 4.92976 6.34295C4.53924 5.95243 4.53924 5.31927 4.92976 4.92874C5.32029 4.53822 5.95345 4.53822 6.34398 4.92874C6.7345 5.31927 6.7345 5.95243 6.34398 6.34295Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.50001 15C7.0523 15 7.50001 15.4477 7.50001 16V19C7.50001 19.4997 7.50214 19.7738 7.52771 19.964C7.52804 19.9665 7.52837 19.9689 7.52871 19.9713C7.53108 19.9716 7.53351 19.972 7.53599 19.9723C7.72618 19.9979 8.00034 20 8.50001 20C8.99969 20 9.27385 19.9979 9.46404 19.9723C9.46652 19.972 9.46894 19.9716 9.47132 19.9713C9.47165 19.9689 9.47199 19.9665 9.47232 19.964C9.49789 19.7738 9.50001 19.4997 9.50001 19V16C9.50001 15.4477 9.94773 15 10.5 15C11.0523 15 11.5 15.4477 11.5 16V19C11.5 19.0182 11.5 19.0363 11.5 19.0544C11.5001 19.4785 11.5002 19.8906 11.4545 20.2305C11.403 20.6137 11.2774 21.051 10.9142 21.4142C10.551 21.7774 10.1137 21.903 9.73053 21.9545C9.39062 22.0002 8.97849 22.0001 8.55442 22C8.53631 22 8.51817 22 8.50001 22C8.48186 22 8.46372 22 8.4456 22C8.02153 22.0001 7.60941 22.0002 7.26949 21.9545C6.88629 21.903 6.44902 21.7774 6.0858 21.4142C5.72259 21.051 5.59706 20.6137 5.54554 20.2305C5.49984 19.8906 5.49992 19.4785 5.50001 19.0544C5.50001 19.0363 5.50001 19.0182 5.50001 19V16C5.50001 15.4477 5.94773 15 6.50001 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.1289 15.0718C13.6417 14.8667 14.2236 15.1161 14.4287 15.6289L15.5003 18.3077L16.5718 15.6289C16.7769 15.1161 17.3589 14.8667 17.8717 15.0718C18.3844 15.2769 18.6339 15.8589 18.4287 16.3717L16.4287 21.3717C16.2769 21.7513 15.9092 22.0003 15.5003 22.0003C15.0914 22.0003 14.7237 21.7513 14.5718 21.3717L12.5718 16.3717C12.3667 15.8589 12.6161 15.2769 13.1289 15.0718Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-wind-power{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.85627 3.15702C8.16273 3.58591 8.05223 4.17423 7.60947 4.47108C5.79731 5.68604 4.52888 7.63202 4.24389 9.88011C4.22369 10.0395 4.20841 10.2004 4.19823 10.3628C4.16559 10.8834 3.70341 11.2799 3.16593 11.2482C2.62844 11.2166 2.21918 10.7689 2.25182 10.2483C2.26443 10.0472 2.28336 9.84764 2.30843 9.64989C2.66269 6.85543 4.24002 4.43294 6.49968 2.91795C6.94245 2.6211 7.54981 2.72814 7.85627 3.15702ZM16.1437 3.15702C16.4502 2.72814 17.0576 2.6211 17.5003 2.91795C19.76 4.43294 21.3373 6.85543 21.6916 9.64989C21.7166 9.84763 21.7356 10.0472 21.7482 10.2483C21.7808 10.7689 21.3716 11.2166 20.8341 11.2482C20.2966 11.2799 19.8344 10.8834 19.8018 10.3628C19.7916 10.2004 19.7763 10.0395 19.7561 9.88011C19.4711 7.63202 18.2027 5.68604 16.3905 4.47108C15.9478 4.17423 15.8373 3.58591 16.1437 3.15702Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 6C12.5523 6 13 6.44772 13 7V8.98389C13.6864 9.32499 14.1738 10.0063 14.2418 10.8071L16.0991 12.2C16.5409 12.5314 16.6304 13.1582 16.2991 13.6C15.9677 14.0418 15.3409 14.1314 14.8991 13.8L13.4546 12.7166C13.3164 12.8339 13.1639 12.9347 13 13.0161V21.75C13 22.3023 12.5523 22.75 12 22.75C11.4477 22.75 11 22.3023 11 21.75V13.0161C10.836 12.9346 10.6833 12.8337 10.545 12.7163L9.10006 13.8C8.65823 14.1314 8.03143 14.0418 7.70006 13.6C7.36869 13.1582 7.45823 12.5314 7.90006 12.2L9.75821 10.8064C9.82644 10.0058 10.3139 9.32486 11 8.98387V7C11 6.44772 11.4477 6 12 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 21.75C5 21.1977 5.44772 20.75 6 20.75H18C18.5523 20.75 19 21.1977 19 21.75C19 22.3023 18.5523 22.75 18 22.75H6C5.44772 22.75 5 22.3023 5 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9997 1.25C12.4111 1.24998 12.8144 1.24995 13.1126 1.28177C13.4302 1.31565 13.7702 1.3935 14.0724 1.62117C14.5939 2.01396 14.7271 2.57137 14.7468 3.00534C14.761 3.31761 14.7159 3.66876 14.6852 3.90771L14.4949 5.67168C14.4717 5.90273 14.4381 6.23652 14.3362 6.5388C14.2059 6.92543 13.9505 7.31696 13.4612 7.55809C13.2251 7.67441 12.9864 7.71523 12.7617 7.73326C12.5527 7.75004 12.25 7.75002 11.9735 7.75H11.9735C11.697 7.75002 11.4468 7.75004 11.2378 7.73326C11.0131 7.71523 10.7744 7.67441 10.5383 7.55809C10.0489 7.31696 9.79359 6.92543 9.66329 6.5388C9.56141 6.23652 9.52783 5.90273 9.50459 5.67168L9.31434 3.90771C9.28363 3.66876 9.23851 3.31761 9.25268 3.00534C9.27238 2.57137 9.40559 2.01396 9.92706 1.62117C10.2293 1.3935 10.5692 1.31565 10.8868 1.28177C11.1851 1.24995 11.5884 1.24998 11.9997 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.901 11.588L19.5476 12.3134C19.7731 12.4073 20.1029 12.5447 20.369 12.7143C20.7383 12.9497 21.1585 13.3461 21.2387 13.9986C21.2852 14.3768 21.1817 14.7125 21.0507 15.0071C20.9275 15.2839 20.7233 15.6364 20.5146 15.9966C20.306 16.3569 20.1018 16.7094 19.9229 16.954C19.7324 17.2145 19.4929 17.4709 19.1425 17.6193C18.538 17.8752 17.9852 17.7117 17.5956 17.5105C17.3152 17.3656 17.0309 17.1496 16.8366 17.0019L15.3831 15.9433L15.3831 15.9433C15.1919 15.8061 14.9167 15.6087 14.7037 15.3677C14.4314 15.0596 14.2178 14.6399 14.254 14.0914C14.2715 13.827 14.3563 13.5982 14.4542 13.3929C14.5453 13.2017 14.6853 12.9601 14.8256 12.718C14.9659 12.4757 15.1058 12.2342 15.2263 12.06C15.3558 11.8728 15.5119 11.6855 15.7323 11.5387C16.1891 11.2343 16.6588 11.2088 17.0617 11.2896C17.3773 11.3529 17.6861 11.4916 17.901 11.588Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.26778 11.5387C8.4881 11.6855 8.64421 11.8728 8.77373 12.06C8.89423 12.2342 9.04738 12.4986 9.18767 12.7408C9.32798 12.983 9.45472 13.2017 9.54582 13.3929C9.6437 13.5982 9.72855 13.827 9.74603 14.0914C9.78229 14.6399 9.5686 15.0596 9.29636 15.3677C9.08331 15.6087 8.80819 15.8061 8.61698 15.9433L7.1635 17.0019L7.16349 17.0019C6.96914 17.1496 6.68484 17.3656 6.40442 17.5105C6.01486 17.7117 5.46208 17.8752 4.85759 17.6193C4.50713 17.4709 4.26767 17.2145 4.07715 16.954C3.89825 16.7094 3.6941 16.3569 3.48544 15.9966C3.27675 15.6364 3.07252 15.2839 2.9494 15.0071C2.81836 14.7125 2.71481 14.3768 2.76132 13.9986C2.84156 13.3461 3.26173 12.9497 3.6311 12.7143C3.89719 12.5447 4.22696 12.4073 4.45245 12.3134L4.45245 12.3134L6.09906 11.588C6.31392 11.4916 6.62271 11.3529 6.93832 11.2896C7.34126 11.2088 7.81097 11.2343 8.26778 11.5387Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.85627 3.15702C8.16273 3.58591 8.05223 4.17423 7.60947 4.47108C5.79731 5.68604 4.52888 7.63202 4.24389 9.88011C4.22369 10.0395 4.20841 10.2004 4.19823 10.3628C4.16559 10.8834 3.70341 11.2799 3.16593 11.2482C2.62844 11.2166 2.21918 10.7689 2.25182 10.2483C2.26443 10.0472 2.28336 9.84764 2.30843 9.64989C2.66269 6.85543 4.24002 4.43294 6.49968 2.91795C6.94245 2.6211 7.54981 2.72814 7.85627 3.15702ZM16.1437 3.15702C16.4502 2.72814 17.0576 2.6211 17.5003 2.91795C19.76 4.43294 21.3373 6.85543 21.6916 9.64989C21.7166 9.84763 21.7356 10.0472 21.7482 10.2483C21.7808 10.7689 21.3716 11.2166 20.8341 11.2482C20.2966 11.2799 19.8344 10.8834 19.8018 10.3628C19.7916 10.2004 19.7763 10.0395 19.7561 9.88011C19.4711 7.63202 18.2027 5.68604 16.3905 4.47108C15.9478 4.17423 15.8373 3.58591 16.1437 3.15702Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 6C12.5523 6 13 6.44772 13 7V8.98389C13.6864 9.32499 14.1738 10.0063 14.2418 10.8071L16.0991 12.2C16.5409 12.5314 16.6304 13.1582 16.2991 13.6C15.9677 14.0418 15.3409 14.1314 14.8991 13.8L13.4546 12.7166C13.3164 12.8339 13.1639 12.9347 13 13.0161V21.75C13 22.3023 12.5523 22.75 12 22.75C11.4477 22.75 11 22.3023 11 21.75V13.0161C10.836 12.9346 10.6833 12.8337 10.545 12.7163L9.10006 13.8C8.65823 14.1314 8.03143 14.0418 7.70006 13.6C7.36869 13.1582 7.45823 12.5314 7.90006 12.2L9.75821 10.8064C9.82644 10.0058 10.3139 9.32486 11 8.98387V7C11 6.44772 11.4477 6 12 6Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 21.75C5 21.1977 5.44772 20.75 6 20.75H18C18.5523 20.75 19 21.1977 19 21.75C19 22.3023 18.5523 22.75 18 22.75H6C5.44772 22.75 5 22.3023 5 21.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9997 1.25C12.4111 1.24998 12.8144 1.24995 13.1126 1.28177C13.4302 1.31565 13.7702 1.3935 14.0724 1.62117C14.5939 2.01396 14.7271 2.57137 14.7468 3.00534C14.761 3.31761 14.7159 3.66876 14.6852 3.90771L14.4949 5.67168C14.4717 5.90273 14.4381 6.23652 14.3362 6.5388C14.2059 6.92543 13.9505 7.31696 13.4612 7.55809C13.2251 7.67441 12.9864 7.71523 12.7617 7.73326C12.5527 7.75004 12.25 7.75002 11.9735 7.75H11.9735C11.697 7.75002 11.4468 7.75004 11.2378 7.73326C11.0131 7.71523 10.7744 7.67441 10.5383 7.55809C10.0489 7.31696 9.79359 6.92543 9.66329 6.5388C9.56141 6.23652 9.52783 5.90273 9.50459 5.67168L9.31434 3.90771C9.28363 3.66876 9.23851 3.31761 9.25268 3.00534C9.27238 2.57137 9.40559 2.01396 9.92706 1.62117C10.2293 1.3935 10.5692 1.31565 10.8868 1.28177C11.1851 1.24995 11.5884 1.24998 11.9997 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.901 11.588L19.5476 12.3134C19.7731 12.4073 20.1029 12.5447 20.369 12.7143C20.7383 12.9497 21.1585 13.3461 21.2387 13.9986C21.2852 14.3768 21.1817 14.7125 21.0507 15.0071C20.9275 15.2839 20.7233 15.6364 20.5146 15.9966C20.306 16.3569 20.1018 16.7094 19.9229 16.954C19.7324 17.2145 19.4929 17.4709 19.1425 17.6193C18.538 17.8752 17.9852 17.7117 17.5956 17.5105C17.3152 17.3656 17.0309 17.1496 16.8366 17.0019L15.3831 15.9433L15.3831 15.9433C15.1919 15.8061 14.9167 15.6087 14.7037 15.3677C14.4314 15.0596 14.2178 14.6399 14.254 14.0914C14.2715 13.827 14.3563 13.5982 14.4542 13.3929C14.5453 13.2017 14.6853 12.9601 14.8256 12.718C14.9659 12.4757 15.1058 12.2342 15.2263 12.06C15.3558 11.8728 15.5119 11.6855 15.7323 11.5387C16.1891 11.2343 16.6588 11.2088 17.0617 11.2896C17.3773 11.3529 17.6861 11.4916 17.901 11.588Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.26778 11.5387C8.4881 11.6855 8.64421 11.8728 8.77373 12.06C8.89423 12.2342 9.04738 12.4986 9.18767 12.7408C9.32798 12.983 9.45472 13.2017 9.54582 13.3929C9.6437 13.5982 9.72855 13.827 9.74603 14.0914C9.78229 14.6399 9.5686 15.0596 9.29636 15.3677C9.08331 15.6087 8.80819 15.8061 8.61698 15.9433L7.1635 17.0019L7.16349 17.0019C6.96914 17.1496 6.68484 17.3656 6.40442 17.5105C6.01486 17.7117 5.46208 17.8752 4.85759 17.6193C4.50713 17.4709 4.26767 17.2145 4.07715 16.954C3.89825 16.7094 3.6941 16.3569 3.48544 15.9966C3.27675 15.6364 3.07252 15.2839 2.9494 15.0071C2.81836 14.7125 2.71481 14.3768 2.76132 13.9986C2.84156 13.3461 3.26173 12.9497 3.6311 12.7143C3.89719 12.5447 4.22696 12.4073 4.45245 12.3134L4.45245 12.3134L6.09906 11.588C6.31392 11.4916 6.62271 11.3529 6.93832 11.2896C7.34126 11.2088 7.81097 11.2343 8.26778 11.5387Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-weather-icons-zap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0173 2.32514C16.5421 2.40348 17.1135 2.59299 17.4411 3.16038C17.7678 3.72637 17.6484 4.31617 17.4563 4.81136C17.2715 5.2879 16.9438 5.86433 16.5621 6.53565L15.4611 8.47252C15.2529 8.8388 15.1188 9.07576 15.0334 9.25737C14.9693 9.39366 14.9576 9.4495 14.9557 9.45874C14.9589 9.56981 15.0176 9.67007 15.1089 9.7266C15.1188 9.72978 15.1729 9.74649 15.318 9.75782C15.5167 9.77336 15.8182 9.7739 16.238 9.7739C16.7268 9.77389 17.1369 9.77388 17.4567 9.79838C17.766 9.82206 18.1302 9.87463 18.4355 10.0776C19.0284 10.4716 19.3367 11.1749 19.2285 11.8773C19.1729 12.2386 18.9678 12.5434 18.7773 12.7893C18.5803 13.0435 18.3046 13.3484 17.9756 13.7121L12.384 19.8952C11.8711 20.4625 11.4393 20.94 11.088 21.2463C10.9093 21.402 10.6983 21.5621 10.4628 21.6576C10.2035 21.7629 9.86127 21.8076 9.52137 21.6305C9.18223 21.4538 9.02287 21.1486 8.95948 20.8774C8.90175 20.6304 8.91012 20.3659 8.93375 20.1296C8.98022 19.6648 9.11946 19.035 9.28499 18.2864L9.98325 15.1277C10.1218 14.5012 10.2063 14.1103 10.2279 13.8242C10.2576 13.5884 10.0519 13.4872 9.94529 13.4662C9.66378 13.4254 9.26688 13.4236 8.62804 13.4236L8.11198 13.4236C7.41908 13.4236 6.81593 13.4237 6.34985 13.3543C5.85677 13.2808 5.32891 13.1044 4.99741 12.5916C4.66669 12.0801 4.72072 11.5262 4.85366 11.0454C4.97963 10.5899 5.22437 10.0364 5.50605 9.39944L7.35631 5.21448L7.35631 5.21448C7.61688 4.62508 7.83598 4.12946 8.05945 3.74142C8.29628 3.33017 8.56991 2.98046 8.96967 2.71931C9.3697 2.45798 9.79951 2.34835 10.2706 2.2977C10.7146 2.24997 11.2546 2.24998 11.8958 2.25L14.0836 2.25C14.8522 2.24995 15.5133 2.24991 16.0173 2.32514Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0173 2.32514C16.5421 2.40348 17.1135 2.59299 17.4411 3.16038C17.7678 3.72637 17.6484 4.31617 17.4563 4.81136C17.2715 5.2879 16.9438 5.86433 16.5621 6.53565L15.4611 8.47252C15.2529 8.8388 15.1188 9.07576 15.0334 9.25737C14.9693 9.39366 14.9576 9.4495 14.9557 9.45874C14.9589 9.56981 15.0176 9.67007 15.1089 9.7266C15.1188 9.72978 15.1729 9.74649 15.318 9.75782C15.5167 9.77336 15.8182 9.7739 16.238 9.7739C16.7268 9.77389 17.1369 9.77388 17.4567 9.79838C17.766 9.82206 18.1302 9.87463 18.4355 10.0776C19.0284 10.4716 19.3367 11.1749 19.2285 11.8773C19.1729 12.2386 18.9678 12.5434 18.7773 12.7893C18.5803 13.0435 18.3046 13.3484 17.9756 13.7121L12.384 19.8952C11.8711 20.4625 11.4393 20.94 11.088 21.2463C10.9093 21.402 10.6983 21.5621 10.4628 21.6576C10.2035 21.7629 9.86127 21.8076 9.52137 21.6305C9.18223 21.4538 9.02287 21.1486 8.95948 20.8774C8.90175 20.6304 8.91012 20.3659 8.93375 20.1296C8.98022 19.6648 9.11946 19.035 9.28499 18.2864L9.98325 15.1277C10.1218 14.5012 10.2063 14.1103 10.2279 13.8242C10.2576 13.5884 10.0519 13.4872 9.94529 13.4662C9.66378 13.4254 9.26688 13.4236 8.62804 13.4236L8.11198 13.4236C7.41908 13.4236 6.81593 13.4237 6.34985 13.3543C5.85677 13.2808 5.32891 13.1044 4.99741 12.5916C4.66669 12.0801 4.72072 11.5262 4.85366 11.0454C4.97963 10.5899 5.22437 10.0364 5.50605 9.39944L7.35631 5.21448L7.35631 5.21448C7.61688 4.62508 7.83598 4.12946 8.05945 3.74142C8.29628 3.33017 8.56991 2.98046 8.96967 2.71931C9.3697 2.45798 9.79951 2.34835 10.2706 2.2977C10.7146 2.24997 11.2546 2.24998 11.8958 2.25L14.0836 2.25C14.8522 2.24995 15.5133 2.24991 16.0173 2.32514Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-cellular-network-offline{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.34964 8.26385C9.2847 8.49815 9.25 8.74502 9.25 9C9.25 10.166 9.97566 11.1625 11 11.5625L11 20C11 20.5523 11.4477 21 12 21C12.5523 21 13 20.5523 13 20L13 11.9142L9.34964 8.26385Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.9884 10.0742C14.1577 10.2435 14.2423 10.3281 14.3487 10.3054C14.4551 10.2826 14.4937 10.1811 14.571 9.97812C14.6867 9.67422 14.75 9.34451 14.75 9C14.75 7.48122 13.5188 6.25 12 6.25C11.6555 6.25 11.3258 6.31335 11.0219 6.42903C10.8189 6.5063 10.7174 6.54494 10.6946 6.6513C10.6719 6.75766 10.7565 6.84231 10.9258 7.01159L13.9884 10.0742Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3544 5.20338C16.7944 4.86957 17.4217 4.95565 17.7555 5.39565C18.5342 6.422 19 7.65922 19 9.00005C19 10.3409 18.5342 11.5781 17.7555 12.6045C17.4217 13.0445 16.7944 13.1305 16.3544 12.7967C15.9144 12.4629 15.8283 11.8356 16.1622 11.3956C16.703 10.6828 17 9.86321 17 9.00005C17 8.1369 16.703 7.31733 16.1622 6.60446C15.8283 6.16447 15.9144 5.53719 16.3544 5.20338ZM6.85638 6.09074C7.35858 6.32056 7.57939 6.91397 7.34958 7.41617C7.12209 7.9133 7 8.4459 7 9.00005C7 9.86321 7.29702 10.6828 7.83785 11.3956C8.17165 11.8356 8.08557 12.4629 7.64558 12.7967C7.20559 13.1305 6.57831 13.0445 6.2445 12.6045C5.46584 11.5781 5 10.3409 5 9.00005C5 8.14597 5.18936 7.33042 5.53096 6.58394C5.76077 6.08174 6.35418 5.86093 6.85638 6.09074Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.28091 3.19757C4.72405 3.52718 4.81607 4.15363 4.48646 4.59676C3.54203 5.86646 3 7.37944 3 8.99994C3 10.6204 3.54203 12.1334 4.48646 13.4031C4.81607 13.8463 4.72405 14.4727 4.28091 14.8023C3.83777 15.1319 3.21133 15.0399 2.88171 14.5968C1.69869 13.0063 1 11.0798 1 8.99994C1 6.92012 1.69869 4.99358 2.88171 3.40312C3.21133 2.95998 3.83777 2.86795 4.28091 3.19757ZM19.7191 3.19757C20.1622 2.86795 20.7887 2.95998 21.1183 3.40312C22.3013 4.99358 23 6.92012 23 8.99994C23 11.0798 22.3013 13.0063 21.1183 14.5968C20.7887 15.0399 20.1622 15.1319 19.7191 14.8023C19.276 14.4727 19.1839 13.8463 19.5135 13.4031C20.458 12.1334 21 10.6204 21 8.99994C21 7.37944 20.458 5.86646 19.5135 4.59676C19.1839 4.15363 19.276 3.52718 19.7191 3.19757Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.34964 8.26385C9.2847 8.49815 9.25 8.74502 9.25 9C9.25 10.166 9.97566 11.1625 11 11.5625L11 20C11 20.5523 11.4477 21 12 21C12.5523 21 13 20.5523 13 20L13 11.9142L9.34964 8.26385Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.9884 10.0742C14.1577 10.2435 14.2423 10.3281 14.3487 10.3054C14.4551 10.2826 14.4937 10.1811 14.571 9.97812C14.6867 9.67422 14.75 9.34451 14.75 9C14.75 7.48122 13.5188 6.25 12 6.25C11.6555 6.25 11.3258 6.31335 11.0219 6.42903C10.8189 6.5063 10.7174 6.54494 10.6946 6.6513C10.6719 6.75766 10.7565 6.84231 10.9258 7.01159L13.9884 10.0742Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3544 5.20338C16.7944 4.86957 17.4217 4.95565 17.7555 5.39565C18.5342 6.422 19 7.65922 19 9.00005C19 10.3409 18.5342 11.5781 17.7555 12.6045C17.4217 13.0445 16.7944 13.1305 16.3544 12.7967C15.9144 12.4629 15.8283 11.8356 16.1622 11.3956C16.703 10.6828 17 9.86321 17 9.00005C17 8.1369 16.703 7.31733 16.1622 6.60446C15.8283 6.16447 15.9144 5.53719 16.3544 5.20338ZM6.85638 6.09074C7.35858 6.32056 7.57939 6.91397 7.34958 7.41617C7.12209 7.9133 7 8.4459 7 9.00005C7 9.86321 7.29702 10.6828 7.83785 11.3956C8.17165 11.8356 8.08557 12.4629 7.64558 12.7967C7.20559 13.1305 6.57831 13.0445 6.2445 12.6045C5.46584 11.5781 5 10.3409 5 9.00005C5 8.14597 5.18936 7.33042 5.53096 6.58394C5.76077 6.08174 6.35418 5.86093 6.85638 6.09074Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.28091 3.19757C4.72405 3.52718 4.81607 4.15363 4.48646 4.59676C3.54203 5.86646 3 7.37944 3 8.99994C3 10.6204 3.54203 12.1334 4.48646 13.4031C4.81607 13.8463 4.72405 14.4727 4.28091 14.8023C3.83777 15.1319 3.21133 15.0399 2.88171 14.5968C1.69869 13.0063 1 11.0798 1 8.99994C1 6.92012 1.69869 4.99358 2.88171 3.40312C3.21133 2.95998 3.83777 2.86795 4.28091 3.19757ZM19.7191 3.19757C20.1622 2.86795 20.7887 2.95998 21.1183 3.40312C22.3013 4.99358 23 6.92012 23 8.99994C23 11.0798 22.3013 13.0063 21.1183 14.5968C20.7887 15.0399 20.1622 15.1319 19.7191 14.8023C19.276 14.4727 19.1839 13.8463 19.5135 13.4031C20.458 12.1334 21 10.6204 21 8.99994C21 7.37944 20.458 5.86646 19.5135 4.59676C19.1839 4.15363 19.276 3.52718 19.7191 3.19757Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-cellular-network{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 6.25C10.4812 6.25 9.25 7.48122 9.25 9C9.25 10.166 9.97566 11.1625 11 11.5625L11 20C11 20.5523 11.4477 21 12 21C12.5523 21 13 20.5523 13 20L13 11.5625C14.0243 11.1625 14.75 10.166 14.75 9C14.75 7.48122 13.5188 6.25 12 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.48646 4.59689C4.81607 4.15375 4.72405 3.52731 4.28091 3.19769C3.83777 2.86807 3.21133 2.9601 2.88171 3.40324C1.69869 4.99371 1 6.92024 1 9.00006C1 11.0799 1.69869 13.0064 2.88171 14.5969C3.21133 15.04 3.83777 15.1321 4.28091 14.8024C4.72405 14.4728 4.81607 13.8464 4.48646 13.4032C3.54203 12.1335 3 10.6206 3 9.00006C3 7.37957 3.54203 5.86658 4.48646 4.59689Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.1183 3.40324C20.7887 2.9601 20.1622 2.86807 19.7191 3.19769C19.276 3.52731 19.1839 4.15375 19.5135 4.59689C20.458 5.86658 21 7.37957 21 9.00006C21 10.6206 20.458 12.1335 19.5135 13.4032C19.1839 13.8464 19.276 14.4728 19.7191 14.8024C20.1622 15.1321 20.7887 15.04 21.1183 14.5969C22.3013 13.0064 23 11.0799 23 9.00006C23 6.92024 22.3013 4.99371 21.1183 3.40324Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.7555 5.39565C17.4217 4.95565 16.7944 4.86957 16.3544 5.20338C15.9144 5.53719 15.8283 6.16447 16.1622 6.60446C16.703 7.31733 17 8.1369 17 9.00005C17 9.86321 16.703 10.6828 16.1622 11.3956C15.8283 11.8356 15.9144 12.4629 16.3544 12.7967C16.7944 13.1305 17.4217 13.0445 17.7555 12.6045C18.5342 11.5781 19 10.3409 19 9.00005C19 7.65922 18.5342 6.422 17.7555 5.39565Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.83785 6.60446C8.17165 6.16447 8.08557 5.53719 7.64558 5.20338C7.20559 4.86957 6.57831 4.95565 6.2445 5.39565C5.46584 6.422 5 7.65922 5 9.00005C5 10.3409 5.46584 11.5781 6.2445 12.6045C6.57831 13.0445 7.20559 13.1305 7.64558 12.7967C8.08557 12.4629 8.17165 11.8356 7.83785 11.3956C7.29702 10.6828 7 9.86321 7 9.00005C7 8.1369 7.29702 7.31733 7.83785 6.60446Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 6.25C10.4812 6.25 9.25 7.48122 9.25 9C9.25 10.166 9.97566 11.1625 11 11.5625L11 20C11 20.5523 11.4477 21 12 21C12.5523 21 13 20.5523 13 20L13 11.5625C14.0243 11.1625 14.75 10.166 14.75 9C14.75 7.48122 13.5188 6.25 12 6.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.48646 4.59689C4.81607 4.15375 4.72405 3.52731 4.28091 3.19769C3.83777 2.86807 3.21133 2.9601 2.88171 3.40324C1.69869 4.99371 1 6.92024 1 9.00006C1 11.0799 1.69869 13.0064 2.88171 14.5969C3.21133 15.04 3.83777 15.1321 4.28091 14.8024C4.72405 14.4728 4.81607 13.8464 4.48646 13.4032C3.54203 12.1335 3 10.6206 3 9.00006C3 7.37957 3.54203 5.86658 4.48646 4.59689Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.1183 3.40324C20.7887 2.9601 20.1622 2.86807 19.7191 3.19769C19.276 3.52731 19.1839 4.15375 19.5135 4.59689C20.458 5.86658 21 7.37957 21 9.00006C21 10.6206 20.458 12.1335 19.5135 13.4032C19.1839 13.8464 19.276 14.4728 19.7191 14.8024C20.1622 15.1321 20.7887 15.04 21.1183 14.5969C22.3013 13.0064 23 11.0799 23 9.00006C23 6.92024 22.3013 4.99371 21.1183 3.40324Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.7555 5.39565C17.4217 4.95565 16.7944 4.86957 16.3544 5.20338C15.9144 5.53719 15.8283 6.16447 16.1622 6.60446C16.703 7.31733 17 8.1369 17 9.00005C17 9.86321 16.703 10.6828 16.1622 11.3956C15.8283 11.8356 15.9144 12.4629 16.3544 12.7967C16.7944 13.1305 17.4217 13.0445 17.7555 12.6045C18.5342 11.5781 19 10.3409 19 9.00005C19 7.65922 18.5342 6.422 17.7555 5.39565Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.83785 6.60446C8.17165 6.16447 8.08557 5.53719 7.64558 5.20338C7.20559 4.86957 6.57831 4.95565 6.2445 5.39565C5.46584 6.422 5 7.65922 5 9.00005C5 10.3409 5.46584 11.5781 6.2445 12.6045C6.57831 13.0445 7.20559 13.1305 7.64558 12.7967C8.08557 12.4629 8.17165 11.8356 7.83785 11.3956C7.29702 10.6828 7 9.86321 7 9.00005C7 8.1369 7.29702 7.31733 7.83785 6.60446Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-gps-disconnected{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2635 10.7365C12.2815 9.75449 10.6892 9.75449 9.70718 10.7365L8.29297 9.32233C10.0561 7.55922 12.9146 7.55922 14.6777 9.32233C16.4409 11.0854 16.4409 13.944 14.6777 15.7071L13.2635 14.2929C14.2456 13.3108 14.2456 11.7186 13.2635 10.7365Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.81182 6.98094C6.82294 6.99616 6.83409 7.01144 6.84528 7.02676C8.16328 8.83152 9.78421 10.6204 11.5819 12.4181C13.3795 14.2157 15.1684 15.8367 16.9732 17.1547L17.019 17.1881C17.4779 17.5232 17.8928 17.8261 18.1812 18.1168C18.4993 18.4374 18.7768 18.8544 18.7479 19.4168C18.721 19.9388 18.4657 20.3117 18.1337 20.5993C17.8548 20.8409 17.4693 21.0655 17.0696 21.2984C17.0529 21.3082 17.0362 21.3179 17.0195 21.3277C13.0034 23.669 7.76507 23.1201 4.32247 19.6775C0.87986 16.2349 0.330924 10.9966 2.67229 6.98048C2.68205 6.96374 2.69179 6.94703 2.70151 6.93034C2.93442 6.5306 3.159 6.14515 3.40069 5.8662C3.6883 5.53424 4.06113 5.27897 4.5831 5.25208C5.14551 5.22311 5.56255 5.50061 5.88319 5.81874C6.17385 6.10712 6.47678 6.52205 6.81182 6.98094Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2929 1.29289C15.6834 0.902369 16.3166 0.902369 16.7071 1.29289L19 3.58579L21.2929 1.29289C21.6834 0.902369 22.3166 0.902369 22.7071 1.29289C23.0976 1.68342 23.0976 2.31658 22.7071 2.70711L20.4142 5L22.7071 7.29289C23.0976 7.68342 23.0976 8.31658 22.7071 8.70711C22.3166 9.09763 21.6834 9.09763 21.2929 8.70711L19 6.41421L16.7071 8.70711C16.3166 9.09763 15.6834 9.09763 15.2929 8.70711C14.9024 8.31658 14.9024 7.68342 15.2929 7.29289L17.5858 5L15.2929 2.70711C14.9024 2.31658 14.9024 1.68342 15.2929 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2635 10.7365C12.2815 9.75449 10.6892 9.75449 9.70718 10.7365L8.29297 9.32233C10.0561 7.55922 12.9146 7.55922 14.6777 9.32233C16.4409 11.0854 16.4409 13.944 14.6777 15.7071L13.2635 14.2929C14.2456 13.3108 14.2456 11.7186 13.2635 10.7365Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.81182 6.98094C6.82294 6.99616 6.83409 7.01144 6.84528 7.02676C8.16328 8.83152 9.78421 10.6204 11.5819 12.4181C13.3795 14.2157 15.1684 15.8367 16.9732 17.1547L17.019 17.1881C17.4779 17.5232 17.8928 17.8261 18.1812 18.1168C18.4993 18.4374 18.7768 18.8544 18.7479 19.4168C18.721 19.9388 18.4657 20.3117 18.1337 20.5993C17.8548 20.8409 17.4693 21.0655 17.0696 21.2984C17.0529 21.3082 17.0362 21.3179 17.0195 21.3277C13.0034 23.669 7.76507 23.1201 4.32247 19.6775C0.87986 16.2349 0.330924 10.9966 2.67229 6.98048C2.68205 6.96374 2.69179 6.94703 2.70151 6.93034C2.93442 6.5306 3.159 6.14515 3.40069 5.8662C3.6883 5.53424 4.06113 5.27897 4.5831 5.25208C5.14551 5.22311 5.56255 5.50061 5.88319 5.81874C6.17385 6.10712 6.47678 6.52205 6.81182 6.98094Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2929 1.29289C15.6834 0.902369 16.3166 0.902369 16.7071 1.29289L19 3.58579L21.2929 1.29289C21.6834 0.902369 22.3166 0.902369 22.7071 1.29289C23.0976 1.68342 23.0976 2.31658 22.7071 2.70711L20.4142 5L22.7071 7.29289C23.0976 7.68342 23.0976 8.31658 22.7071 8.70711C22.3166 9.09763 21.6834 9.09763 21.2929 8.70711L19 6.41421L16.7071 8.70711C16.3166 9.09763 15.6834 9.09763 15.2929 8.70711C14.9024 8.31658 14.9024 7.68342 15.2929 7.29289L17.5858 5L15.2929 2.70711C14.9024 2.31658 14.9024 1.68342 15.2929 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-gps-signal-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2635 10.7364C12.2815 9.75436 10.6892 9.75436 9.70718 10.7364L8.29297 9.32221C10.0561 7.5591 12.9146 7.5591 14.6777 9.32221C16.4409 11.0853 16.4409 13.9439 14.6777 15.707L13.2635 14.2928C14.2456 13.3107 14.2456 11.7185 13.2635 10.7364Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.81182 6.98082C6.82294 6.99604 6.83409 7.01131 6.84528 7.02663C8.16328 8.8314 9.78421 10.6203 11.5819 12.418C13.3795 14.2156 15.1684 15.8365 16.9732 17.1545L17.019 17.188C17.4779 17.523 17.8928 17.826 18.1812 18.1166C18.4993 18.4373 18.7768 18.8543 18.7479 19.4167C18.721 19.9387 18.4657 20.3115 18.1337 20.5991C17.8548 20.8408 17.4693 21.0654 17.0696 21.2983C17.0529 21.308 17.0362 21.3178 17.0195 21.3275C13.0034 23.6689 7.76507 23.12 4.32247 19.6774C0.87986 16.2348 0.330924 10.9964 2.67229 6.98036C2.68205 6.96362 2.69179 6.94691 2.70151 6.93021C2.93442 6.53048 3.159 6.14503 3.40069 5.86608C3.6883 5.53412 4.06113 5.27885 4.5831 5.25196C5.14551 5.22299 5.56255 5.50049 5.88319 5.81862C6.17385 6.107 6.47678 6.52192 6.81182 6.98082Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5628 1.89772C14.6192 1.34832 15.1103 0.948664 15.6597 1.00506C17.5407 1.19816 19.3071 1.95122 20.676 3.31799C22.0494 4.68919 22.8046 6.46005 22.9952 8.34578C23.0507 8.89526 22.6503 9.38573 22.1008 9.44126C21.5513 9.4968 21.0608 9.09638 21.0053 8.54689C20.8556 7.0663 20.2733 5.74205 19.263 4.73335C18.2557 3.72769 16.9339 3.14637 15.4555 2.99461C14.9061 2.93821 14.5064 2.44711 14.5628 1.89772ZM14.0266 5.26589C14.1525 4.72815 14.6905 4.3943 15.2282 4.52022C16.2485 4.75914 17.1963 5.25408 17.9666 6.02307C18.7408 6.79602 19.2379 7.74833 19.476 8.77363C19.6009 9.3116 19.2661 9.84899 18.7281 9.97391C18.1902 10.0988 17.6528 9.764 17.5278 9.22603C17.3677 8.53648 17.0424 7.92653 16.5535 7.43843C16.067 6.9527 15.4594 6.62845 14.7722 6.46755C14.2345 6.34163 13.9006 5.80363 14.0266 5.26589Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2635 10.7364C12.2815 9.75436 10.6892 9.75436 9.70718 10.7364L8.29297 9.32221C10.0561 7.5591 12.9146 7.5591 14.6777 9.32221C16.4409 11.0853 16.4409 13.9439 14.6777 15.707L13.2635 14.2928C14.2456 13.3107 14.2456 11.7185 13.2635 10.7364Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.81182 6.98082C6.82294 6.99604 6.83409 7.01131 6.84528 7.02663C8.16328 8.8314 9.78421 10.6203 11.5819 12.418C13.3795 14.2156 15.1684 15.8365 16.9732 17.1545L17.019 17.188C17.4779 17.523 17.8928 17.826 18.1812 18.1166C18.4993 18.4373 18.7768 18.8543 18.7479 19.4167C18.721 19.9387 18.4657 20.3115 18.1337 20.5991C17.8548 20.8408 17.4693 21.0654 17.0696 21.2983C17.0529 21.308 17.0362 21.3178 17.0195 21.3275C13.0034 23.6689 7.76507 23.12 4.32247 19.6774C0.87986 16.2348 0.330924 10.9964 2.67229 6.98036C2.68205 6.96362 2.69179 6.94691 2.70151 6.93021C2.93442 6.53048 3.159 6.14503 3.40069 5.86608C3.6883 5.53412 4.06113 5.27885 4.5831 5.25196C5.14551 5.22299 5.56255 5.50049 5.88319 5.81862C6.17385 6.107 6.47678 6.52192 6.81182 6.98082Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.5628 1.89772C14.6192 1.34832 15.1103 0.948664 15.6597 1.00506C17.5407 1.19816 19.3071 1.95122 20.676 3.31799C22.0494 4.68919 22.8046 6.46005 22.9952 8.34578C23.0507 8.89526 22.6503 9.38573 22.1008 9.44126C21.5513 9.4968 21.0608 9.09638 21.0053 8.54689C20.8556 7.0663 20.2733 5.74205 19.263 4.73335C18.2557 3.72769 16.9339 3.14637 15.4555 2.99461C14.9061 2.93821 14.5064 2.44711 14.5628 1.89772ZM14.0266 5.26589C14.1525 4.72815 14.6905 4.3943 15.2282 4.52022C16.2485 4.75914 17.1963 5.25408 17.9666 6.02307C18.7408 6.79602 19.2379 7.74833 19.476 8.77363C19.6009 9.3116 19.2661 9.84899 18.7281 9.97391C18.1902 10.0988 17.6528 9.764 17.5278 9.22603C17.3677 8.53648 17.0424 7.92653 16.5535 7.43843C16.067 6.9527 15.4594 6.62845 14.7722 6.46755C14.2345 6.34163 13.9006 5.80363 14.0266 5.26589Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-gps-signal-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.2877 2.29284C20.6782 1.90234 21.3114 1.90239 21.7019 2.29295L21.7072 2.29823C22.0977 2.68879 22.0976 3.32195 21.7071 3.71245C21.3165 4.10294 20.6833 4.10289 20.2928 3.71234L20.2876 3.70705C19.8971 3.3165 19.8971 2.68333 20.2877 2.29284ZM17.79 4.79021C18.1805 4.39971 18.8137 4.39974 19.2042 4.79029L19.2095 4.79558C19.6 5.18612 19.6 5.81929 19.2094 6.20979C18.8189 6.60029 18.1857 6.60026 17.7952 6.20971L17.7899 6.20442C17.3994 5.81388 17.3995 5.18071 17.79 4.79021ZM15.2929 7.28758C15.6835 6.89707 16.3166 6.89709 16.7071 7.28763L16.7124 7.29292C17.1029 7.68346 17.1029 8.31663 16.7124 8.70713C16.3218 9.09764 15.6887 9.09762 15.2982 8.70708L15.2929 8.70179C14.9024 8.31125 14.9024 7.67809 15.2929 7.28758Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2635 10.7365C12.2815 9.75449 10.6892 9.75449 9.70718 10.7365L8.29297 9.32233C10.0561 7.55922 12.9146 7.55922 14.6777 9.32233C16.4409 11.0854 16.4409 13.944 14.6777 15.7071L13.2635 14.2929C14.2456 13.3108 14.2456 11.7186 13.2635 10.7365Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.81182 6.98094L6.84528 7.02676C8.16328 8.83152 9.78421 10.6204 11.5819 12.4181C13.3795 14.2157 15.1684 15.8367 16.9732 17.1547L17.019 17.1881C17.4779 17.5232 17.8928 17.8261 18.1812 18.1168C18.4993 18.4374 18.7768 18.8544 18.7479 19.4168C18.721 19.9388 18.4657 20.3117 18.1337 20.5993C17.8548 20.8409 17.4693 21.0655 17.0696 21.2984L17.0195 21.3277C13.0034 23.669 7.76507 23.1201 4.32247 19.6775C0.87986 16.2349 0.330924 10.9966 2.67229 6.98048L2.70151 6.93034C2.93442 6.5306 3.159 6.14515 3.40069 5.8662C3.6883 5.53424 4.06113 5.27897 4.5831 5.25208C5.14551 5.22311 5.56255 5.50061 5.88319 5.81874C6.17385 6.10712 6.47678 6.52205 6.81182 6.98094Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.2877 2.29284C20.6782 1.90234 21.3114 1.90239 21.7019 2.29295L21.7072 2.29823C22.0977 2.68879 22.0976 3.32195 21.7071 3.71245C21.3165 4.10294 20.6833 4.10289 20.2928 3.71234L20.2876 3.70705C19.8971 3.3165 19.8971 2.68333 20.2877 2.29284ZM17.79 4.79021C18.1805 4.39971 18.8137 4.39974 19.2042 4.79029L19.2095 4.79558C19.6 5.18612 19.6 5.81929 19.2094 6.20979C18.8189 6.60029 18.1857 6.60026 17.7952 6.20971L17.7899 6.20442C17.3994 5.81388 17.3995 5.18071 17.79 4.79021ZM15.2929 7.28758C15.6835 6.89707 16.3166 6.89709 16.7071 7.28763L16.7124 7.29292C17.1029 7.68346 17.1029 8.31663 16.7124 8.70713C16.3218 9.09764 15.6887 9.09762 15.2982 8.70708L15.2929 8.70179C14.9024 8.31125 14.9024 7.67809 15.2929 7.28758Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13.2635 10.7365C12.2815 9.75449 10.6892 9.75449 9.70718 10.7365L8.29297 9.32233C10.0561 7.55922 12.9146 7.55922 14.6777 9.32233C16.4409 11.0854 16.4409 13.944 14.6777 15.7071L13.2635 14.2929C14.2456 13.3108 14.2456 11.7186 13.2635 10.7365Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6.81182 6.98094L6.84528 7.02676C8.16328 8.83152 9.78421 10.6204 11.5819 12.4181C13.3795 14.2157 15.1684 15.8367 16.9732 17.1547L17.019 17.1881C17.4779 17.5232 17.8928 17.8261 18.1812 18.1168C18.4993 18.4374 18.7768 18.8544 18.7479 19.4168C18.721 19.9388 18.4657 20.3117 18.1337 20.5993C17.8548 20.8409 17.4693 21.0655 17.0696 21.2984L17.0195 21.3277C13.0034 23.669 7.76507 23.1201 4.32247 19.6775C0.87986 16.2349 0.330924 10.9966 2.67229 6.98048L2.70151 6.93034C2.93442 6.5306 3.159 6.14515 3.40069 5.8662C3.6883 5.53424 4.06113 5.27897 4.5831 5.25208C5.14551 5.22311 5.56255 5.50061 5.88319 5.81874C6.17385 6.10712 6.47678 6.52205 6.81182 6.98094Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-headset-connected{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4C8.1191 4 5 7.09283 5 10.875V13H3V10.875C3 5.95868 7.04434 2 12 2C16.9557 2 21 5.95868 21 10.875V13H19V10.875C19 7.09283 15.8809 4 12 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.52504 14.5344C9.50449 13.7329 10.6977 13.25 11.9959 13.25C13.2983 13.25 14.4949 13.736 15.4761 14.542C15.7962 14.8049 15.8425 15.2775 15.5795 15.5976C15.3166 15.9177 14.844 15.964 14.5239 15.7011C13.7785 15.0887 12.9111 14.75 11.9959 14.75C11.0836 14.75 10.2188 15.0866 9.475 15.6953C9.15444 15.9576 8.68192 15.9104 8.4196 15.5898C8.15727 15.2693 8.20448 14.7967 8.52504 14.5344ZM9.9717 16.859C10.5713 16.485 11.2601 16.2677 11.9959 16.2677C12.7356 16.2677 13.4276 16.4872 14.0292 16.8646C14.3801 17.0847 14.4862 17.5476 14.2661 17.8985C14.046 18.2494 13.5831 18.3555 13.2322 18.1354C12.8497 17.8955 12.4313 17.7677 11.9959 17.7677C11.5627 17.7677 11.1464 17.8942 10.7655 18.1317C10.414 18.3509 9.95143 18.2437 9.73223 17.8923C9.51303 17.5408 9.62024 17.0782 9.9717 16.859Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 20C11 19.4477 11.4477 19 12 19H12.0064C12.5587 19 13.0064 19.4477 13.0064 20C13.0064 20.5523 12.5587 21 12.0064 21H12C11.4477 21 11 20.5523 11 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4169 11.0096C20.0428 10.9463 20.5211 11.2058 20.8496 11.513C21.145 11.7892 21.3582 12.1359 21.5789 12.4712C22.2392 13.4723 22.7149 14.1936 22.8934 15.0102C23.0355 15.6607 23.0355 16.3395 22.8934 16.9901C22.759 17.6048 22.4873 18.1368 22.2164 18.58C22.055 18.8439 21.8517 19.1387 21.679 19.389C21.4085 19.7811 21.1662 20.2068 20.807 20.5262C20.4759 20.8206 20.0103 21.0507 19.4169 20.9907C19.1667 20.9654 18.9593 20.8835 18.7971 20.8062C18.6093 20.7167 18.4301 20.6105 18.2493 20.508C18.039 20.3893 17.7682 20.2364 17.5553 20.005C16.9965 19.3976 16.9988 18.6388 16.9999 18.2447L17 18.1956V13.8047L16.9999 13.7556C16.9988 13.3615 16.9965 12.6027 17.5553 11.9953C17.7682 11.7639 18.039 11.611 18.2493 11.4923C18.4302 11.3899 18.6092 11.2836 18.7971 11.1941C18.9593 11.1168 19.1667 11.0349 19.4169 11.0096Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.58311 11.0096C3.95716 10.9463 3.4789 11.2058 3.15036 11.513C2.85499 11.7892 2.64181 12.1359 2.42106 12.4712C1.76081 13.4723 1.28511 14.1936 1.10663 15.0102C0.964456 15.6607 0.964456 16.3395 1.10663 16.9901C1.24098 17.6048 1.51268 18.1368 1.78359 18.58C1.94496 18.8439 2.14835 19.1387 2.32103 19.389C2.59154 19.7811 2.83376 20.2068 3.19299 20.5262C3.52408 20.8206 3.98971 21.0507 4.58311 20.9907C4.8333 20.9654 5.04067 20.8835 5.20294 20.8062C5.39068 20.7167 5.56995 20.6105 5.75072 20.508C5.96097 20.3893 6.23182 20.2364 6.44469 20.005C7.00345 19.3976 7.00124 18.6388 7.0001 18.2447L7 18.1956V13.8047L7.0001 13.7556C7.00124 13.3615 7.00345 12.6027 6.44469 11.9953C6.23182 11.7639 5.96097 11.611 5.75073 11.4923C5.56982 11.3899 5.39076 11.2836 5.20294 11.1941C5.04067 11.1168 4.83331 11.0349 4.58311 11.0096Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4C8.1191 4 5 7.09283 5 10.875V13H3V10.875C3 5.95868 7.04434 2 12 2C16.9557 2 21 5.95868 21 10.875V13H19V10.875C19 7.09283 15.8809 4 12 4Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.52504 14.5344C9.50449 13.7329 10.6977 13.25 11.9959 13.25C13.2983 13.25 14.4949 13.736 15.4761 14.542C15.7962 14.8049 15.8425 15.2775 15.5795 15.5976C15.3166 15.9177 14.844 15.964 14.5239 15.7011C13.7785 15.0887 12.9111 14.75 11.9959 14.75C11.0836 14.75 10.2188 15.0866 9.475 15.6953C9.15444 15.9576 8.68192 15.9104 8.4196 15.5898C8.15727 15.2693 8.20448 14.7967 8.52504 14.5344ZM9.9717 16.859C10.5713 16.485 11.2601 16.2677 11.9959 16.2677C12.7356 16.2677 13.4276 16.4872 14.0292 16.8646C14.3801 17.0847 14.4862 17.5476 14.2661 17.8985C14.046 18.2494 13.5831 18.3555 13.2322 18.1354C12.8497 17.8955 12.4313 17.7677 11.9959 17.7677C11.5627 17.7677 11.1464 17.8942 10.7655 18.1317C10.414 18.3509 9.95143 18.2437 9.73223 17.8923C9.51303 17.5408 9.62024 17.0782 9.9717 16.859Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 20C11 19.4477 11.4477 19 12 19H12.0064C12.5587 19 13.0064 19.4477 13.0064 20C13.0064 20.5523 12.5587 21 12.0064 21H12C11.4477 21 11 20.5523 11 20Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.4169 11.0096C20.0428 10.9463 20.5211 11.2058 20.8496 11.513C21.145 11.7892 21.3582 12.1359 21.5789 12.4712C22.2392 13.4723 22.7149 14.1936 22.8934 15.0102C23.0355 15.6607 23.0355 16.3395 22.8934 16.9901C22.759 17.6048 22.4873 18.1368 22.2164 18.58C22.055 18.8439 21.8517 19.1387 21.679 19.389C21.4085 19.7811 21.1662 20.2068 20.807 20.5262C20.4759 20.8206 20.0103 21.0507 19.4169 20.9907C19.1667 20.9654 18.9593 20.8835 18.7971 20.8062C18.6093 20.7167 18.4301 20.6105 18.2493 20.508C18.039 20.3893 17.7682 20.2364 17.5553 20.005C16.9965 19.3976 16.9988 18.6388 16.9999 18.2447L17 18.1956V13.8047L16.9999 13.7556C16.9988 13.3615 16.9965 12.6027 17.5553 11.9953C17.7682 11.7639 18.039 11.611 18.2493 11.4923C18.4302 11.3899 18.6092 11.2836 18.7971 11.1941C18.9593 11.1168 19.1667 11.0349 19.4169 11.0096Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.58311 11.0096C3.95716 10.9463 3.4789 11.2058 3.15036 11.513C2.85499 11.7892 2.64181 12.1359 2.42106 12.4712C1.76081 13.4723 1.28511 14.1936 1.10663 15.0102C0.964456 15.6607 0.964456 16.3395 1.10663 16.9901C1.24098 17.6048 1.51268 18.1368 1.78359 18.58C1.94496 18.8439 2.14835 19.1387 2.32103 19.389C2.59154 19.7811 2.83376 20.2068 3.19299 20.5262C3.52408 20.8206 3.98971 21.0507 4.58311 20.9907C4.8333 20.9654 5.04067 20.8835 5.20294 20.8062C5.39068 20.7167 5.56995 20.6105 5.75072 20.508C5.96097 20.3893 6.23182 20.2364 6.44469 20.005C7.00345 19.3976 7.00124 18.6388 7.0001 18.2447L7 18.1956V13.8047L7.0001 13.7556C7.00124 13.3615 7.00345 12.6027 6.44469 11.9953C6.23182 11.7639 5.96097 11.611 5.75073 11.4923C5.56982 11.3899 5.39076 11.2836 5.20294 11.1941C5.04067 11.1168 4.83331 11.0349 4.58311 11.0096Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-home-wifi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 1.25C10.7273 1.25 10.0441 1.51244 9.32411 1.94023C8.62969 2.35284 7.83639 2.96017 6.8491 3.71603L5.55725 4.70503C4.76436 5.31202 4.12488 5.80157 3.64151 6.25567C3.13923 6.72754 2.76128 7.20036 2.52207 7.7942C2.28315 8.38732 2.22634 8.99266 2.25804 9.68588C2.28861 10.3544 2.40559 11.1604 2.55099 12.1621L2.81957 14.0126C3.02611 15.4358 3.19112 16.5729 3.43381 17.4596C3.68453 18.3758 4.04078 19.1171 4.68967 19.6886C5.34028 20.2616 6.11598 20.5149 7.0468 20.6346C7.94443 20.75 9.07286 20.75 10.4801 20.75H12.5198C12.5905 20.75 12.6258 20.75 12.6366 20.7488C12.791 20.7321 12.8632 20.6003 12.7942 20.4611C12.7894 20.4514 12.7657 20.4143 12.7183 20.3401C12.7122 20.3305 12.7061 20.3209 12.7001 20.3113C12.4848 19.9639 12.3648 19.5844 12.3331 19.2033C12.3199 19.0441 12.3132 18.9645 12.2804 18.9193C12.2477 18.8742 12.1741 18.8431 12.0269 18.7811C11.6619 18.6272 11.3282 18.3842 11.0608 18.0554C10.1894 16.9844 10.3513 15.4098 11.4224 14.5385C12.9643 13.2841 14.8817 12.5 16.9946 12.5C17.9858 12.5 18.9338 12.6725 19.8203 12.9851C20.0497 13.066 20.1644 13.1065 20.2453 13.0576C20.3262 13.0087 20.343 12.8924 20.3768 12.6597L20.449 12.162C20.5944 11.1603 20.7114 10.3544 20.742 9.68588C20.7737 8.99266 20.7169 8.38732 20.4779 7.7942C20.2387 7.20036 19.8608 6.72754 19.3585 6.25567C18.8751 5.80157 18.2357 5.31202 17.4428 4.70503L16.1509 3.71601C15.1636 2.96017 14.3703 2.35283 13.6759 1.94023C12.9559 1.51244 12.2727 1.25 11.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.369 15.702C13.6751 14.6395 15.2653 14 16.9946 14C18.7294 14 20.3241 14.6435 21.6326 15.7121C22.0603 16.0614 22.1239 16.6914 21.7746 17.1192C21.4252 17.5469 20.7952 17.6105 20.3675 17.2611C19.3738 16.4496 18.2165 16 16.9946 16C15.7765 16 14.6227 16.4468 13.6311 17.2535C13.2027 17.602 12.5728 17.5373 12.2243 17.1088C11.8758 16.6804 11.9405 16.0506 12.369 15.702ZM14.2978 18.144C15.0971 17.6484 16.0147 17.3607 16.9946 17.3607C17.9795 17.3607 18.9013 17.6513 19.7034 18.1515C20.1721 18.4437 20.3151 19.0605 20.0228 19.5291C19.7306 19.9978 19.1138 20.1408 18.6452 19.8485C18.1351 19.5304 17.5764 19.3607 16.9946 19.3607C16.4157 19.3607 15.8598 19.5288 15.3518 19.8437C14.8824 20.1348 14.2659 19.9902 13.9749 19.5208C13.6839 19.0514 13.8285 18.435 14.2978 18.144ZM16 22C16 21.4477 16.4477 21 17 21H17.0064C17.5587 21 18.0064 21.4477 18.0064 22C18.0064 22.5523 17.5587 23 17.0064 23H17C16.4477 23 16 22.5523 16 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 1.25C10.7273 1.25 10.0441 1.51244 9.32411 1.94023C8.62969 2.35284 7.83639 2.96017 6.8491 3.71603L5.55725 4.70503C4.76436 5.31202 4.12488 5.80157 3.64151 6.25567C3.13923 6.72754 2.76128 7.20036 2.52207 7.7942C2.28315 8.38732 2.22634 8.99266 2.25804 9.68588C2.28861 10.3544 2.40559 11.1604 2.55099 12.1621L2.81957 14.0126C3.02611 15.4358 3.19112 16.5729 3.43381 17.4596C3.68453 18.3758 4.04078 19.1171 4.68967 19.6886C5.34028 20.2616 6.11598 20.5149 7.0468 20.6346C7.94443 20.75 9.07286 20.75 10.4801 20.75H12.5198C12.5905 20.75 12.6258 20.75 12.6366 20.7488C12.791 20.7321 12.8632 20.6003 12.7942 20.4611C12.7894 20.4514 12.7657 20.4143 12.7183 20.3401C12.7122 20.3305 12.7061 20.3209 12.7001 20.3113C12.4848 19.9639 12.3648 19.5844 12.3331 19.2033C12.3199 19.0441 12.3132 18.9645 12.2804 18.9193C12.2477 18.8742 12.1741 18.8431 12.0269 18.7811C11.6619 18.6272 11.3282 18.3842 11.0608 18.0554C10.1894 16.9844 10.3513 15.4098 11.4224 14.5385C12.9643 13.2841 14.8817 12.5 16.9946 12.5C17.9858 12.5 18.9338 12.6725 19.8203 12.9851C20.0497 13.066 20.1644 13.1065 20.2453 13.0576C20.3262 13.0087 20.343 12.8924 20.3768 12.6597L20.449 12.162C20.5944 11.1603 20.7114 10.3544 20.742 9.68588C20.7737 8.99266 20.7169 8.38732 20.4779 7.7942C20.2387 7.20036 19.8608 6.72754 19.3585 6.25567C18.8751 5.80157 18.2357 5.31202 17.4428 4.70503L16.1509 3.71601C15.1636 2.96017 14.3703 2.35283 13.6759 1.94023C12.9559 1.51244 12.2727 1.25 11.5 1.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.369 15.702C13.6751 14.6395 15.2653 14 16.9946 14C18.7294 14 20.3241 14.6435 21.6326 15.7121C22.0603 16.0614 22.1239 16.6914 21.7746 17.1192C21.4252 17.5469 20.7952 17.6105 20.3675 17.2611C19.3738 16.4496 18.2165 16 16.9946 16C15.7765 16 14.6227 16.4468 13.6311 17.2535C13.2027 17.602 12.5728 17.5373 12.2243 17.1088C11.8758 16.6804 11.9405 16.0506 12.369 15.702ZM14.2978 18.144C15.0971 17.6484 16.0147 17.3607 16.9946 17.3607C17.9795 17.3607 18.9013 17.6513 19.7034 18.1515C20.1721 18.4437 20.3151 19.0605 20.0228 19.5291C19.7306 19.9978 19.1138 20.1408 18.6452 19.8485C18.1351 19.5304 17.5764 19.3607 16.9946 19.3607C16.4157 19.3607 15.8598 19.5288 15.3518 19.8437C14.8824 20.1348 14.2659 19.9902 13.9749 19.5208C13.6839 19.0514 13.8285 18.435 14.2978 18.144ZM16 22C16 21.4477 16.4477 21 17 21H17.0064C17.5587 21 18.0064 21.4477 18.0064 22C18.0064 22.5523 17.5587 23 17.0064 23H17C16.4477 23 16 22.5523 16 22Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-hotspot-offline{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.25 14C9.25 12.4812 10.4812 11.25 12 11.25H12.3107L14.75 13.6893V14C14.75 15.5188 13.5188 16.75 12 16.75C10.4812 16.75 9.25 15.5188 9.25 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.79852 5.39938C7.13026 5.84093 7.04125 6.46781 6.5997 6.79955C4.41194 8.44326 3 11.0566 3 14.0001C3 16.0277 3.66932 17.8961 4.79949 19.4004C5.13124 19.8419 5.04222 20.4688 4.60067 20.8005C4.15913 21.1323 3.53225 21.0433 3.20051 20.6017C1.81903 18.763 1 16.4757 1 14.0001C1 10.4011 2.72943 7.20577 5.39835 5.20056C5.8399 4.86882 6.46677 4.95784 6.79852 5.39938Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0003 5C11.0579 5 10.1511 5.14451 9.29992 5.41185C8.77301 5.57734 8.21171 5.28436 8.04622 4.75745C7.88073 4.23054 8.17371 3.66924 8.70062 3.50375C9.7435 3.1762 10.8523 3 12.0003 3C18.0754 3 23.0003 7.92487 23.0003 14C23.0003 15.148 22.8241 16.2568 22.4965 17.2996C22.331 17.8266 21.7697 18.1195 21.2428 17.954C20.7159 17.7886 20.4229 17.2273 20.5884 16.7004C20.8558 15.8492 21.0003 14.9424 21.0003 14C21.0003 9.02944 16.9708 5 12.0003 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.46309 8.43947C9.77265 8.89685 9.65282 9.51857 9.19545 9.82813C7.87454 10.7221 7 12.2539 7 14C7 15.2865 7.47421 16.4552 8.25186 17.3397C8.61654 17.7544 8.57594 18.3863 8.16118 18.751C7.74642 19.1157 7.11455 19.0751 6.74987 18.6603C5.66085 17.4217 5 15.7869 5 14C5 11.5721 6.21892 9.42766 8.07444 8.17183C8.53181 7.86227 9.15353 7.9821 9.46309 8.43947ZM17.4941 16.1306C17.9742 16.4034 18.1423 17.0139 17.8694 17.494C17.6319 17.912 17.3531 18.3026 17.0387 18.6603C16.674 19.0751 16.0421 19.1157 15.6274 18.751C15.2126 18.3863 15.172 17.7544 15.5367 17.3397C15.7614 17.0841 15.9607 16.8048 16.1306 16.5059C16.4034 16.0257 17.0139 15.8577 17.4941 16.1306Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5034 7.91784C11.5488 7.36742 12.0319 6.95803 12.5823 7.00344C15.9846 7.28412 18.716 10.0155 18.9967 13.4178C19.0421 13.9683 18.6327 14.4513 18.0823 14.4967C17.5319 14.5421 17.0488 14.1327 17.0034 13.5823C16.8032 11.1547 14.8454 9.19694 12.4178 8.99667C11.8674 8.95126 11.458 8.46825 11.5034 7.91784Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.25 14C9.25 12.4812 10.4812 11.25 12 11.25H12.3107L14.75 13.6893V14C14.75 15.5188 13.5188 16.75 12 16.75C10.4812 16.75 9.25 15.5188 9.25 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.79852 5.39938C7.13026 5.84093 7.04125 6.46781 6.5997 6.79955C4.41194 8.44326 3 11.0566 3 14.0001C3 16.0277 3.66932 17.8961 4.79949 19.4004C5.13124 19.8419 5.04222 20.4688 4.60067 20.8005C4.15913 21.1323 3.53225 21.0433 3.20051 20.6017C1.81903 18.763 1 16.4757 1 14.0001C1 10.4011 2.72943 7.20577 5.39835 5.20056C5.8399 4.86882 6.46677 4.95784 6.79852 5.39938Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0003 5C11.0579 5 10.1511 5.14451 9.29992 5.41185C8.77301 5.57734 8.21171 5.28436 8.04622 4.75745C7.88073 4.23054 8.17371 3.66924 8.70062 3.50375C9.7435 3.1762 10.8523 3 12.0003 3C18.0754 3 23.0003 7.92487 23.0003 14C23.0003 15.148 22.8241 16.2568 22.4965 17.2996C22.331 17.8266 21.7697 18.1195 21.2428 17.954C20.7159 17.7886 20.4229 17.2273 20.5884 16.7004C20.8558 15.8492 21.0003 14.9424 21.0003 14C21.0003 9.02944 16.9708 5 12.0003 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.46309 8.43947C9.77265 8.89685 9.65282 9.51857 9.19545 9.82813C7.87454 10.7221 7 12.2539 7 14C7 15.2865 7.47421 16.4552 8.25186 17.3397C8.61654 17.7544 8.57594 18.3863 8.16118 18.751C7.74642 19.1157 7.11455 19.0751 6.74987 18.6603C5.66085 17.4217 5 15.7869 5 14C5 11.5721 6.21892 9.42766 8.07444 8.17183C8.53181 7.86227 9.15353 7.9821 9.46309 8.43947ZM17.4941 16.1306C17.9742 16.4034 18.1423 17.0139 17.8694 17.494C17.6319 17.912 17.3531 18.3026 17.0387 18.6603C16.674 19.0751 16.0421 19.1157 15.6274 18.751C15.2126 18.3863 15.172 17.7544 15.5367 17.3397C15.7614 17.0841 15.9607 16.8048 16.1306 16.5059C16.4034 16.0257 17.0139 15.8577 17.4941 16.1306Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.5034 7.91784C11.5488 7.36742 12.0319 6.95803 12.5823 7.00344C15.9846 7.28412 18.716 10.0155 18.9967 13.4178C19.0421 13.9683 18.6327 14.4513 18.0823 14.4967C17.5319 14.5421 17.0488 14.1327 17.0034 13.5823C16.8032 11.1547 14.8454 9.19694 12.4178 8.99667C11.8674 8.95126 11.458 8.46825 11.5034 7.91784Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-hotspot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 14C9.25 12.4812 10.4812 11.25 12 11.25C13.5188 11.25 14.75 12.4812 14.75 14C14.75 15.5188 13.5188 16.75 12 16.75C10.4812 16.75 9.25 15.5188 9.25 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5C7.02944 5 3 9.02944 3 14C3 16.0276 3.66932 17.8961 4.79949 19.4003C5.13124 19.8418 5.04222 20.4687 4.60067 20.8005C4.15913 21.1322 3.53225 21.0432 3.20051 20.6017C1.81903 18.7629 1 16.4757 1 14C1 7.92487 5.92487 3 12 3C18.0751 3 23 7.92487 23 14C23 16.4757 22.181 18.7629 20.7995 20.6017C20.4678 21.0432 19.8409 21.1322 19.3993 20.8005C18.9578 20.4687 18.8688 19.8418 19.2005 19.4003C20.3307 17.8961 21 16.0276 21 14C21 9.02944 16.9706 5 12 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9C9.23858 9 7 11.2386 7 14C7 15.2812 7.48059 16.4478 8.27292 17.3331C8.64125 17.7446 8.60623 18.3768 8.1947 18.7451C7.78317 19.1135 7.15098 19.0784 6.78265 18.6669C5.67482 17.4291 5 15.7922 5 14C5 10.134 8.13401 7 12 7C15.866 7 19 10.134 19 14C19 15.7922 18.3252 17.4291 17.2173 18.6669C16.849 19.0784 16.2168 19.1135 15.8053 18.7451C15.3938 18.3768 15.3588 17.7446 15.7271 17.3331C16.5194 16.4478 17 15.2812 17 14C17 11.2386 14.7614 9 12 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.25 14C9.25 12.4812 10.4812 11.25 12 11.25C13.5188 11.25 14.75 12.4812 14.75 14C14.75 15.5188 13.5188 16.75 12 16.75C10.4812 16.75 9.25 15.5188 9.25 14Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 5C7.02944 5 3 9.02944 3 14C3 16.0276 3.66932 17.8961 4.79949 19.4003C5.13124 19.8418 5.04222 20.4687 4.60067 20.8005C4.15913 21.1322 3.53225 21.0432 3.20051 20.6017C1.81903 18.7629 1 16.4757 1 14C1 7.92487 5.92487 3 12 3C18.0751 3 23 7.92487 23 14C23 16.4757 22.181 18.7629 20.7995 20.6017C20.4678 21.0432 19.8409 21.1322 19.3993 20.8005C18.9578 20.4687 18.8688 19.8418 19.2005 19.4003C20.3307 17.8961 21 16.0276 21 14C21 9.02944 16.9706 5 12 5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9C9.23858 9 7 11.2386 7 14C7 15.2812 7.48059 16.4478 8.27292 17.3331C8.64125 17.7446 8.60623 18.3768 8.1947 18.7451C7.78317 19.1135 7.15098 19.0784 6.78265 18.6669C5.67482 17.4291 5 15.7922 5 14C5 10.134 8.13401 7 12 7C15.866 7 19 10.134 19 14C19 15.7922 18.3252 17.4291 17.2173 18.6669C16.849 19.0784 16.2168 19.1135 15.8053 18.7451C15.3938 18.3768 15.3588 17.7446 15.7271 17.3331C16.5194 16.4478 17 15.2812 17 14C17 11.2386 14.7614 9 12 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-internet-antenna-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9.25C10.4812 9.25 9.25 10.4812 9.25 12C9.25 13.0497 9.83817 13.9621 10.7029 14.4255L8.82798 18.4971C8.53063 19.1426 8.2605 19.729 8.12012 20.2184C7.96872 20.7464 7.89387 21.4096 8.31007 22.0255C8.32774 22.0516 8.34598 22.0774 8.36477 22.1027C8.79121 22.6772 9.42588 22.8558 9.97082 22.9293C10.495 23.0001 11.1683 23.0001 11.9323 23H12.0673C12.8313 23.0001 13.5046 23.0001 14.0288 22.9293C14.5737 22.8558 15.2084 22.6772 15.6349 22.1027C15.6536 22.0774 15.6719 22.0516 15.6895 22.0255C16.1058 21.4096 16.0309 20.7464 15.8795 20.2184C15.7391 19.729 15.469 19.1426 15.1717 18.4971L13.2968 14.4257C14.1617 13.9623 14.75 13.0499 14.75 12C14.75 10.4812 13.5188 9.25 12 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C7.02944 3 3 7.02944 3 12C3 14.0276 3.66932 15.8961 4.79949 17.4003C5.13124 17.8418 5.04222 18.4687 4.60067 18.8005C4.15913 19.1322 3.53225 19.0432 3.20051 18.6017C1.81903 16.7629 1 14.4757 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 14.4757 22.181 16.7629 20.7995 18.6017C20.4678 19.0432 19.8409 19.1322 19.3993 18.8005C18.9578 18.4687 18.8688 17.8418 19.2005 17.4003C20.3307 15.8961 21 14.0276 21 12C21 7.02944 16.9706 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C9.23858 7 7 9.23858 7 12C7 13.2812 7.48059 14.4478 8.27292 15.3331C8.64125 15.7446 8.60623 16.3768 8.1947 16.7451C7.78317 17.1135 7.15098 17.0784 6.78265 16.6669C5.67482 15.4291 5 13.7922 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 13.7922 18.3252 15.4291 17.2173 16.6669C16.849 17.0784 16.2168 17.1135 15.8053 16.7451C15.3938 16.3768 15.3588 15.7446 15.7271 15.3331C16.5194 14.4478 17 13.2812 17 12C17 9.23858 14.7614 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9.25C10.4812 9.25 9.25 10.4812 9.25 12C9.25 13.0497 9.83817 13.9621 10.7029 14.4255L8.82798 18.4971C8.53063 19.1426 8.2605 19.729 8.12012 20.2184C7.96872 20.7464 7.89387 21.4096 8.31007 22.0255C8.32774 22.0516 8.34598 22.0774 8.36477 22.1027C8.79121 22.6772 9.42588 22.8558 9.97082 22.9293C10.495 23.0001 11.1683 23.0001 11.9323 23H12.0673C12.8313 23.0001 13.5046 23.0001 14.0288 22.9293C14.5737 22.8558 15.2084 22.6772 15.6349 22.1027C15.6536 22.0774 15.6719 22.0516 15.6895 22.0255C16.1058 21.4096 16.0309 20.7464 15.8795 20.2184C15.7391 19.729 15.469 19.1426 15.1717 18.4971L13.2968 14.4257C14.1617 13.9623 14.75 13.0499 14.75 12C14.75 10.4812 13.5188 9.25 12 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C7.02944 3 3 7.02944 3 12C3 14.0276 3.66932 15.8961 4.79949 17.4003C5.13124 17.8418 5.04222 18.4687 4.60067 18.8005C4.15913 19.1322 3.53225 19.0432 3.20051 18.6017C1.81903 16.7629 1 14.4757 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 14.4757 22.181 16.7629 20.7995 18.6017C20.4678 19.0432 19.8409 19.1322 19.3993 18.8005C18.9578 18.4687 18.8688 17.8418 19.2005 17.4003C20.3307 15.8961 21 14.0276 21 12C21 7.02944 16.9706 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C9.23858 7 7 9.23858 7 12C7 13.2812 7.48059 14.4478 8.27292 15.3331C8.64125 15.7446 8.60623 16.3768 8.1947 16.7451C7.78317 17.1135 7.15098 17.0784 6.78265 16.6669C5.67482 15.4291 5 13.7922 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 13.7922 18.3252 15.4291 17.2173 16.6669C16.849 17.0784 16.2168 17.1135 15.8053 16.7451C15.3938 16.3768 15.3588 15.7446 15.7271 15.3331C16.5194 14.4478 17 13.2812 17 12C17 9.23858 14.7614 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-internet-antenna-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C7.02944 3 3 7.02944 3 12C3 14.0276 3.66932 15.8961 4.79949 17.4003C5.13124 17.8418 5.04222 18.4687 4.60067 18.8005C4.15913 19.1322 3.53225 19.0432 3.20051 18.6017C1.81903 16.7629 1 14.4757 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 14.4757 22.181 16.7629 20.7995 18.6017C20.4678 19.0432 19.8409 19.1322 19.3993 18.8005C18.9578 18.4687 18.8688 17.8418 19.2005 17.4003C20.3307 15.8961 21 14.0276 21 12C21 7.02944 16.9706 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C9.23858 7 7 9.23858 7 12C7 13.2812 7.48059 14.4478 8.27292 15.3331C8.64125 15.7446 8.60623 16.3768 8.1947 16.7451C7.78317 17.1135 7.15098 17.0784 6.78265 16.6669C5.67482 15.4291 5 13.7922 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 13.7922 18.3252 15.4291 17.2173 16.6669C16.849 17.0784 16.2168 17.1135 15.8053 16.7451C15.3938 16.3768 15.3588 15.7446 15.7271 15.3331C16.5194 14.4478 17 13.2812 17 12C17 9.23858 14.7614 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.166 14.0243 14.1625 13 14.5625V18.25L13.3036 18.25C13.534 18.2499 13.7198 18.2498 13.9025 18.2756C14.2695 18.3274 14.6226 18.4572 14.9321 18.6592C15.0872 18.7604 15.2238 18.8831 15.3851 19.0278L15.4342 19.0718C15.734 19.3406 15.9841 19.5648 16.1679 19.7504C16.3395 19.9237 16.5458 20.1508 16.6482 20.4307C16.9712 21.3134 16.5012 22.2106 15.6975 22.5753C15.4402 22.692 15.1454 22.7216 14.8855 22.7355C14.6129 22.75 14.2621 22.75 13.8351 22.75H10.164C9.73711 22.75 9.38633 22.75 9.11369 22.7355C8.85377 22.7216 8.55898 22.692 8.3017 22.5753C7.49797 22.2106 7.02802 21.3134 7.35097 20.4307C7.45335 20.1508 7.65969 19.9237 7.83132 19.7504C8.01508 19.5648 8.26522 19.3406 8.56499 19.0718L8.61406 19.0278C8.77537 18.8831 8.91202 18.7604 9.06711 18.6592C9.3766 18.4572 9.72969 18.3274 10.0967 18.2756C10.2794 18.2498 10.4652 18.2499 10.6955 18.25L11 18.25V14.5625C9.97566 14.1625 9.25 13.166 9.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C7.02944 3 3 7.02944 3 12C3 14.0276 3.66932 15.8961 4.79949 17.4003C5.13124 17.8418 5.04222 18.4687 4.60067 18.8005C4.15913 19.1322 3.53225 19.0432 3.20051 18.6017C1.81903 16.7629 1 14.4757 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 14.4757 22.181 16.7629 20.7995 18.6017C20.4678 19.0432 19.8409 19.1322 19.3993 18.8005C18.9578 18.4687 18.8688 17.8418 19.2005 17.4003C20.3307 15.8961 21 14.0276 21 12C21 7.02944 16.9706 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C9.23858 7 7 9.23858 7 12C7 13.2812 7.48059 14.4478 8.27292 15.3331C8.64125 15.7446 8.60623 16.3768 8.1947 16.7451C7.78317 17.1135 7.15098 17.0784 6.78265 16.6669C5.67482 15.4291 5 13.7922 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 13.7922 18.3252 15.4291 17.2173 16.6669C16.849 17.0784 16.2168 17.1135 15.8053 16.7451C15.3938 16.3768 15.3588 15.7446 15.7271 15.3331C16.5194 14.4478 17 13.2812 17 12C17 9.23858 14.7614 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.25 12C9.25 10.4812 10.4812 9.25 12 9.25C13.5188 9.25 14.75 10.4812 14.75 12C14.75 13.166 14.0243 14.1625 13 14.5625V18.25L13.3036 18.25C13.534 18.2499 13.7198 18.2498 13.9025 18.2756C14.2695 18.3274 14.6226 18.4572 14.9321 18.6592C15.0872 18.7604 15.2238 18.8831 15.3851 19.0278L15.4342 19.0718C15.734 19.3406 15.9841 19.5648 16.1679 19.7504C16.3395 19.9237 16.5458 20.1508 16.6482 20.4307C16.9712 21.3134 16.5012 22.2106 15.6975 22.5753C15.4402 22.692 15.1454 22.7216 14.8855 22.7355C14.6129 22.75 14.2621 22.75 13.8351 22.75H10.164C9.73711 22.75 9.38633 22.75 9.11369 22.7355C8.85377 22.7216 8.55898 22.692 8.3017 22.5753C7.49797 22.2106 7.02802 21.3134 7.35097 20.4307C7.45335 20.1508 7.65969 19.9237 7.83132 19.7504C8.01508 19.5648 8.26522 19.3406 8.56499 19.0718L8.61406 19.0278C8.77537 18.8831 8.91202 18.7604 9.06711 18.6592C9.3766 18.4572 9.72969 18.3274 10.0967 18.2756C10.2794 18.2498 10.4652 18.2499 10.6955 18.25L11 18.25V14.5625C9.97566 14.1625 9.25 13.166 9.25 12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-internet-antenna-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C7.02944 3 3 7.02944 3 12C3 14.0276 3.66932 15.8961 4.79949 17.4003C5.13124 17.8418 5.04222 18.4687 4.60067 18.8005C4.15913 19.1322 3.53225 19.0432 3.20051 18.6017C1.81903 16.7629 1 14.4757 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 14.4757 22.181 16.7629 20.7995 18.6017C20.4678 19.0432 19.8409 19.1322 19.3993 18.8005C18.9578 18.4687 18.8688 17.8418 19.2005 17.4003C20.3307 15.8961 21 14.0276 21 12C21 7.02944 16.9706 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C9.23858 7 7 9.23858 7 12C7 13.2812 7.48059 14.4478 8.27292 15.3331C8.64125 15.7446 8.60623 16.3768 8.1947 16.7451C7.78317 17.1135 7.15098 17.0784 6.78265 16.6669C5.67482 15.4291 5 13.7922 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 13.7922 18.3252 15.4291 17.2173 16.6669C16.849 17.0784 16.2168 17.1135 15.8053 16.7451C15.3938 16.3768 15.3588 15.7446 15.7271 15.3331C16.5194 14.4478 17 13.2812 17 12C17 9.23858 14.7614 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 11C12.5523 11 13 11.4477 13 12V21H15C15.5523 21 16 21.4477 16 22C16 22.5523 15.5523 23 15 23H9C8.44772 23 8 22.5523 8 22C8 21.4477 8.44772 21 9 21H11V12C11 11.4477 11.4477 11 12 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C7.02944 3 3 7.02944 3 12C3 14.0276 3.66932 15.8961 4.79949 17.4003C5.13124 17.8418 5.04222 18.4687 4.60067 18.8005C4.15913 19.1322 3.53225 19.0432 3.20051 18.6017C1.81903 16.7629 1 14.4757 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 14.4757 22.181 16.7629 20.7995 18.6017C20.4678 19.0432 19.8409 19.1322 19.3993 18.8005C18.9578 18.4687 18.8688 17.8418 19.2005 17.4003C20.3307 15.8961 21 14.0276 21 12C21 7.02944 16.9706 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 7C9.23858 7 7 9.23858 7 12C7 13.2812 7.48059 14.4478 8.27292 15.3331C8.64125 15.7446 8.60623 16.3768 8.1947 16.7451C7.78317 17.1135 7.15098 17.0784 6.78265 16.6669C5.67482 15.4291 5 13.7922 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12C19 13.7922 18.3252 15.4291 17.2173 16.6669C16.849 17.0784 16.2168 17.1135 15.8053 16.7451C15.3938 16.3768 15.3588 15.7446 15.7271 15.3331C16.5194 14.4478 17 13.2812 17 12C17 9.23858 14.7614 7 12 7Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 11C12.5523 11 13 11.4477 13 12V21H15C15.5523 21 16 21.4477 16 22C16 22.5523 15.5523 23 15 23H9C8.44772 23 8 22.5523 8 22C8 21.4477 8.44772 21 9 21H11V12C11 11.4477 11.4477 11 12 11Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-internet-antenna-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3544 4.20326C16.7944 3.86945 17.4217 3.95553 17.7555 4.39552C18.5342 5.42188 19 6.6591 19 7.99993C19 9.34076 18.5342 10.578 17.7555 11.6043C17.4217 12.0443 16.7944 12.1304 16.3544 11.7966C15.9144 11.4628 15.8283 10.8355 16.1622 10.3955C16.703 9.68266 17 8.86309 17 7.99993C17 7.13678 16.703 6.31721 16.1622 5.60434C15.8283 5.16435 15.9144 4.53706 16.3544 4.20326ZM7.64558 4.20326C8.08557 4.53706 8.17165 5.16435 7.83785 5.60434C7.29702 6.31721 7 7.13678 7 7.99993C7 8.86309 7.29702 9.68266 7.83785 10.3955C8.17165 10.8355 8.08557 11.4628 7.64558 11.7966C7.20559 12.1304 6.57831 12.0443 6.2445 11.6043C5.46584 10.578 5 9.34076 5 7.99993C5 6.6591 5.46584 5.42188 6.2445 4.39552C6.57831 3.95553 7.20559 3.86945 7.64558 4.20326Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.28091 2.19745C4.72405 2.52706 4.81607 3.1535 4.48646 3.59664C3.54203 4.86634 3 6.37932 3 7.99982C3 9.62031 3.54203 11.1333 4.48646 12.403C4.81607 12.8461 4.72405 13.4726 4.28091 13.8022C3.83777 14.1318 3.21133 14.0398 2.88171 13.5966C1.69869 12.0062 1 10.0796 1 7.99982C1 5.92 1.69869 3.99346 2.88171 2.40299C3.21133 1.95986 3.83777 1.86783 4.28091 2.19745ZM19.7191 2.19745C20.1622 1.86783 20.7887 1.95986 21.1183 2.40299C22.3013 3.99346 23 5.92 23 7.99982C23 10.0796 22.3013 12.0062 21.1183 13.5966C20.7887 14.0398 20.1622 14.1318 19.7191 13.8022C19.276 13.4726 19.1839 12.8461 19.5135 12.403C20.458 11.1333 21 9.62031 21 7.99982C21 6.37932 20.458 4.86634 19.5135 3.59664C19.1839 3.1535 19.276 2.52706 19.7191 2.19745Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0003 5.24988C10.4815 5.24988 9.25027 6.48109 9.25027 7.99988C9.25027 8.72187 9.52851 9.37889 9.98361 9.86954L6.06048 20.6581C5.87174 21.1772 6.1395 21.7509 6.65853 21.9397C7.17756 22.1284 7.75133 21.8607 7.94007 21.3416L9.15525 17.9999H14.8453L16.0605 21.3416C16.2492 21.8607 16.823 22.1284 17.342 21.9397C17.861 21.7509 18.1288 21.1772 17.9401 20.6581L14.0169 9.86954C14.472 9.37889 14.7503 8.72187 14.7503 7.99988C14.7503 6.48109 13.5191 5.24988 12.0003 5.24988ZM14.118 15.9999L12.2062 10.7423C12.1382 10.7473 12.0695 10.7499 12.0003 10.7499C11.931 10.7499 11.8623 10.7473 11.7944 10.7423L9.88252 15.9999H14.118Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3544 4.20326C16.7944 3.86945 17.4217 3.95553 17.7555 4.39552C18.5342 5.42188 19 6.6591 19 7.99993C19 9.34076 18.5342 10.578 17.7555 11.6043C17.4217 12.0443 16.7944 12.1304 16.3544 11.7966C15.9144 11.4628 15.8283 10.8355 16.1622 10.3955C16.703 9.68266 17 8.86309 17 7.99993C17 7.13678 16.703 6.31721 16.1622 5.60434C15.8283 5.16435 15.9144 4.53706 16.3544 4.20326ZM7.64558 4.20326C8.08557 4.53706 8.17165 5.16435 7.83785 5.60434C7.29702 6.31721 7 7.13678 7 7.99993C7 8.86309 7.29702 9.68266 7.83785 10.3955C8.17165 10.8355 8.08557 11.4628 7.64558 11.7966C7.20559 12.1304 6.57831 12.0443 6.2445 11.6043C5.46584 10.578 5 9.34076 5 7.99993C5 6.6591 5.46584 5.42188 6.2445 4.39552C6.57831 3.95553 7.20559 3.86945 7.64558 4.20326Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.28091 2.19745C4.72405 2.52706 4.81607 3.1535 4.48646 3.59664C3.54203 4.86634 3 6.37932 3 7.99982C3 9.62031 3.54203 11.1333 4.48646 12.403C4.81607 12.8461 4.72405 13.4726 4.28091 13.8022C3.83777 14.1318 3.21133 14.0398 2.88171 13.5966C1.69869 12.0062 1 10.0796 1 7.99982C1 5.92 1.69869 3.99346 2.88171 2.40299C3.21133 1.95986 3.83777 1.86783 4.28091 2.19745ZM19.7191 2.19745C20.1622 1.86783 20.7887 1.95986 21.1183 2.40299C22.3013 3.99346 23 5.92 23 7.99982C23 10.0796 22.3013 12.0062 21.1183 13.5966C20.7887 14.0398 20.1622 14.1318 19.7191 13.8022C19.276 13.4726 19.1839 12.8461 19.5135 12.403C20.458 11.1333 21 9.62031 21 7.99982C21 6.37932 20.458 4.86634 19.5135 3.59664C19.1839 3.1535 19.276 2.52706 19.7191 2.19745Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0003 5.24988C10.4815 5.24988 9.25027 6.48109 9.25027 7.99988C9.25027 8.72187 9.52851 9.37889 9.98361 9.86954L6.06048 20.6581C5.87174 21.1772 6.1395 21.7509 6.65853 21.9397C7.17756 22.1284 7.75133 21.8607 7.94007 21.3416L9.15525 17.9999H14.8453L16.0605 21.3416C16.2492 21.8607 16.823 22.1284 17.342 21.9397C17.861 21.7509 18.1288 21.1772 17.9401 20.6581L14.0169 9.86954C14.472 9.37889 14.7503 8.72187 14.7503 7.99988C14.7503 6.48109 13.5191 5.24988 12.0003 5.24988ZM14.118 15.9999L12.2062 10.7423C12.1382 10.7473 12.0695 10.7499 12.0003 10.7499C11.931 10.7499 11.8623 10.7473 11.7944 10.7423L9.88252 15.9999H14.118Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-internet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.33789 9.89164C1.24347 10.3759 1.19626 10.6181 1.34722 10.8016C1.49818 10.9852 1.76037 10.9852 2.28475 10.9852H5.99473C6.4489 10.9852 6.67599 10.9852 6.82072 10.8508C6.96545 10.7164 6.98312 10.4831 7.01844 10.0166C7.17915 7.89382 7.5946 5.96801 8.20067 4.44646C8.58093 3.4918 9.08165 2.54041 9.82321 1.81486C10.14 1.50495 10.2983 1.34999 10.2621 1.28307C10.2258 1.21614 10.0244 1.2613 9.62167 1.35162C5.43808 2.28982 2.16472 5.65075 1.33789 9.89164Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.28479 13.015C1.76039 13.015 1.4982 13.015 1.34724 13.1986C1.19628 13.3821 1.2435 13.6243 1.33793 14.1086C2.1648 18.3494 5.43809 21.7102 9.62158 22.6484C10.0242 22.7387 10.2256 22.7838 10.2618 22.7169C10.2981 22.65 10.1398 22.4951 9.82312 22.1853C9.0816 21.4597 8.58091 20.5084 8.20067 19.5538C7.5946 18.0322 7.17915 16.1064 7.01844 13.9837C6.98312 13.5171 6.96545 13.2838 6.82072 13.1494C6.67599 13.015 6.4489 13.015 5.99473 13.015H2.28479Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.171 22.1865C13.8543 22.4961 13.6959 22.651 13.7322 22.7179C13.7684 22.7848 13.9697 22.7398 14.3723 22.6498C18.5587 21.7135 21.8348 18.3514 22.6621 14.1086C22.7565 13.6243 22.8037 13.3821 22.6528 13.1986C22.5018 13.015 22.2396 13.015 21.7152 13.015H18.0007C17.5465 13.015 17.3194 13.015 17.1747 13.1494C17.0299 13.2838 17.0123 13.5171 16.9769 13.9837C16.8162 16.1064 16.4008 18.0322 15.7947 19.5538C15.4143 20.5089 14.9132 21.4608 14.171 22.1865Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.7152 10.9852C22.2396 10.9852 22.5018 10.9852 22.6528 10.8016C22.8037 10.6181 22.7565 10.3759 22.6621 9.89164C21.8349 5.6487 18.5587 2.28656 14.3722 1.35026C13.9695 1.26019 13.7681 1.21516 13.7319 1.28209C13.6957 1.34903 13.8541 1.5039 14.1709 1.81363C14.9132 2.5393 15.4143 3.49129 15.7947 4.44646C16.4008 5.96801 16.8162 7.89382 16.9769 10.0166C17.0123 10.4831 17.0299 10.7164 17.1747 10.8508C17.3194 10.9852 17.5465 10.9852 18.0007 10.9852H21.7152Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.9365 5.30032C14.4362 6.52593 14.8079 8.13294 14.9692 9.95969C15.0113 10.437 15.0324 10.6757 14.8819 10.8378C14.7315 11 14.4815 11 13.9815 11H10.0185C9.51853 11 9.26852 11 9.11807 10.8378C8.96763 10.6757 8.9887 10.437 9.03085 9.95969C9.19214 8.13294 9.56382 6.52593 10.0635 5.30032C10.404 4.46523 10.7839 3.85653 11.1536 3.47296C11.5213 3.0915 11.8077 3 12 3C12.1923 3 12.4787 3.0915 12.8464 3.47296C13.2161 3.85653 13.596 4.46523 13.9365 5.30032Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.0635 18.6997C9.56382 17.4741 9.19214 15.8671 9.03085 14.0403C8.9887 13.563 8.96763 13.3243 9.11807 13.1622C9.26852 13 9.51853 13 10.0185 13H13.9815C14.4815 13 14.7315 13 14.8819 13.1622C15.0324 13.3243 15.0113 13.563 14.9692 14.0403C14.8079 15.8671 14.4362 17.4741 13.9365 18.6997C13.596 19.5348 13.2161 20.1435 12.8464 20.527C12.4787 20.9085 12.1923 21 12 21C11.8077 21 11.5213 20.9085 11.1536 20.527C10.7839 20.1435 10.404 19.5348 10.0635 18.6997Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.33789 9.89164C1.24347 10.3759 1.19626 10.6181 1.34722 10.8016C1.49818 10.9852 1.76037 10.9852 2.28475 10.9852H5.99473C6.4489 10.9852 6.67599 10.9852 6.82072 10.8508C6.96545 10.7164 6.98312 10.4831 7.01844 10.0166C7.17915 7.89382 7.5946 5.96801 8.20067 4.44646C8.58093 3.4918 9.08165 2.54041 9.82321 1.81486C10.14 1.50495 10.2983 1.34999 10.2621 1.28307C10.2258 1.21614 10.0244 1.2613 9.62167 1.35162C5.43808 2.28982 2.16472 5.65075 1.33789 9.89164Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.28479 13.015C1.76039 13.015 1.4982 13.015 1.34724 13.1986C1.19628 13.3821 1.2435 13.6243 1.33793 14.1086C2.1648 18.3494 5.43809 21.7102 9.62158 22.6484C10.0242 22.7387 10.2256 22.7838 10.2618 22.7169C10.2981 22.65 10.1398 22.4951 9.82312 22.1853C9.0816 21.4597 8.58091 20.5084 8.20067 19.5538C7.5946 18.0322 7.17915 16.1064 7.01844 13.9837C6.98312 13.5171 6.96545 13.2838 6.82072 13.1494C6.67599 13.015 6.4489 13.015 5.99473 13.015H2.28479Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.171 22.1865C13.8543 22.4961 13.6959 22.651 13.7322 22.7179C13.7684 22.7848 13.9697 22.7398 14.3723 22.6498C18.5587 21.7135 21.8348 18.3514 22.6621 14.1086C22.7565 13.6243 22.8037 13.3821 22.6528 13.1986C22.5018 13.015 22.2396 13.015 21.7152 13.015H18.0007C17.5465 13.015 17.3194 13.015 17.1747 13.1494C17.0299 13.2838 17.0123 13.5171 16.9769 13.9837C16.8162 16.1064 16.4008 18.0322 15.7947 19.5538C15.4143 20.5089 14.9132 21.4608 14.171 22.1865Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.7152 10.9852C22.2396 10.9852 22.5018 10.9852 22.6528 10.8016C22.8037 10.6181 22.7565 10.3759 22.6621 9.89164C21.8349 5.6487 18.5587 2.28656 14.3722 1.35026C13.9695 1.26019 13.7681 1.21516 13.7319 1.28209C13.6957 1.34903 13.8541 1.5039 14.1709 1.81363C14.9132 2.5393 15.4143 3.49129 15.7947 4.44646C16.4008 5.96801 16.8162 7.89382 16.9769 10.0166C17.0123 10.4831 17.0299 10.7164 17.1747 10.8508C17.3194 10.9852 17.5465 10.9852 18.0007 10.9852H21.7152Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.9365 5.30032C14.4362 6.52593 14.8079 8.13294 14.9692 9.95969C15.0113 10.437 15.0324 10.6757 14.8819 10.8378C14.7315 11 14.4815 11 13.9815 11H10.0185C9.51853 11 9.26852 11 9.11807 10.8378C8.96763 10.6757 8.9887 10.437 9.03085 9.95969C9.19214 8.13294 9.56382 6.52593 10.0635 5.30032C10.404 4.46523 10.7839 3.85653 11.1536 3.47296C11.5213 3.0915 11.8077 3 12 3C12.1923 3 12.4787 3.0915 12.8464 3.47296C13.2161 3.85653 13.596 4.46523 13.9365 5.30032Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.0635 18.6997C9.56382 17.4741 9.19214 15.8671 9.03085 14.0403C8.9887 13.563 8.96763 13.3243 9.11807 13.1622C9.26852 13 9.51853 13 10.0185 13H13.9815C14.4815 13 14.7315 13 14.8819 13.1622C15.0324 13.3243 15.0113 13.563 14.9692 14.0403C14.8079 15.8671 14.4362 17.4741 13.9365 18.6997C13.596 19.5348 13.2161 20.1435 12.8464 20.527C12.4787 20.9085 12.1923 21 12 21C11.8077 21 11.5213 20.9085 11.1536 20.527C10.7839 20.1435 10.404 19.5348 10.0635 18.6997Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-no-internet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.86096 3.77344C3.07966 5.33394 1.80999 7.46849 1.33789 9.88991C1.24347 10.3742 1.19626 10.6164 1.34722 10.7999C1.49818 10.9834 1.76037 10.9834 2.28475 10.9834H5.99473C6.4489 10.9834 6.67599 10.9834 6.82072 10.8491C6.96545 10.7147 6.98312 10.4814 7.01844 10.0148C7.11415 8.75062 7.30022 7.55627 7.56309 6.47556L4.86096 3.77344Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.27388 8.18636C9.17741 8.74321 9.10103 9.33049 9.04775 9.94222C9.00584 10.4233 8.98489 10.6638 9.13447 10.8272C9.28404 10.9906 9.53259 10.9906 10.0297 10.9906H12.0781L9.27388 8.18636Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0938 13.0063L14.9664 13.8789C14.8334 15.5309 14.5458 17.2062 13.9249 18.7501C13.5864 19.5917 13.2087 20.2051 12.8411 20.5917C12.4756 20.9761 12.1909 21.0683 11.9996 21.0683C11.8084 21.0683 11.5237 20.9761 11.1581 20.5917C10.7906 20.2051 10.4129 19.5917 10.0744 18.7501C9.57762 17.515 9.20811 15.8955 9.04775 14.0546C9.00584 13.5735 8.98489 13.333 9.13447 13.1696C9.28404 13.0062 9.53259 13.0062 10.0297 13.0062C11.3844 13.0062 12.7391 13.0026 14.0938 13.0063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.7858 15.6983L20.2203 19.1328C18.7223 20.8717 16.6864 22.1305 14.3723 22.648C13.9697 22.7381 13.7684 22.7831 13.7322 22.7162C13.6959 22.6492 13.8543 22.4944 14.171 22.1848C14.9132 21.4591 15.4143 20.5071 15.7947 19.552C16.2327 18.4525 16.5711 17.1418 16.7858 15.6983Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.28479 13.0133H5.99473C6.44889 13.0133 6.67599 13.0133 6.82072 13.1477C6.96545 13.282 6.98312 13.5153 7.01844 13.9819C7.17915 16.1047 7.5946 18.0305 8.20067 19.552C8.58091 20.5066 9.08159 21.458 9.82312 22.1835C10.1398 22.4934 10.2981 22.6483 10.2618 22.7152C10.2256 22.7821 10.0242 22.737 9.62158 22.6467C5.43809 21.7085 2.1648 18.3476 1.33793 14.1068C1.2435 13.6225 1.19628 13.3804 1.34724 13.1968C1.4982 13.0133 1.7604 13.0133 2.28479 13.0133Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8 10.8856L9.83077 5.91641C9.90801 5.68299 9.9894 5.46005 10.0745 5.24839C10.413 4.4068 10.7907 3.79337 11.1583 3.40682C11.5238 3.0224 11.8085 2.93019 11.9998 2.93019C12.191 2.93019 12.4757 3.0224 12.8413 3.40682C13.2088 3.79337 13.5865 4.4068 13.925 5.24839C14.4218 6.48351 14.7913 8.10301 14.9517 9.94395C14.9936 10.425 15.0145 10.6655 14.8649 10.8289C14.8451 10.8506 14.8236 10.8693 14.8 10.8856Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.3961 17.4818L17.1233 13.2089C17.1384 13.1871 17.1555 13.1674 17.1748 13.1494C17.3195 13.015 17.5466 13.015 18.0008 13.015H21.7154C22.2398 13.015 22.5019 13.015 22.6529 13.1986C22.8039 13.3821 22.7566 13.6243 22.6622 14.1086C22.4268 15.3162 21.9929 16.4525 21.3961 17.4818Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.24687 4.33251L6.50195 2.58759C7.458 2.02319 8.50763 1.60149 9.62181 1.35162C10.0246 1.2613 10.226 1.21614 10.2622 1.28307C10.2985 1.34999 10.1401 1.50495 9.82336 1.81486C9.11096 2.51187 8.62171 3.41847 8.24687 4.33251Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.6529 10.8016C22.502 10.9852 22.2398 10.9852 21.7154 10.9852H18.0008C17.5466 10.9852 17.3195 10.9852 17.1748 10.8508C17.0301 10.7164 17.0124 10.4831 16.9771 10.0166C16.8164 7.89382 16.4009 5.96801 15.7949 4.44646C15.4144 3.49129 14.9133 2.5393 14.1711 1.81363C13.8543 1.5039 13.6958 1.34903 13.7321 1.28209C13.7683 1.21516 13.9697 1.26019 14.3724 1.35026C18.5589 2.28656 21.835 5.6487 22.6623 9.89164C22.7567 10.3759 22.8039 10.6181 22.6529 10.8016Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7076 21.2933C23.0981 21.6839 23.0981 22.317 22.7076 22.7076C22.317 23.0981 21.6839 23.0981 21.2933 22.7076L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.86096 3.77344C3.07966 5.33394 1.80999 7.46849 1.33789 9.88991C1.24347 10.3742 1.19626 10.6164 1.34722 10.7999C1.49818 10.9834 1.76037 10.9834 2.28475 10.9834H5.99473C6.4489 10.9834 6.67599 10.9834 6.82072 10.8491C6.96545 10.7147 6.98312 10.4814 7.01844 10.0148C7.11415 8.75062 7.30022 7.55627 7.56309 6.47556L4.86096 3.77344Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.27388 8.18636C9.17741 8.74321 9.10103 9.33049 9.04775 9.94222C9.00584 10.4233 8.98489 10.6638 9.13447 10.8272C9.28404 10.9906 9.53259 10.9906 10.0297 10.9906H12.0781L9.27388 8.18636Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0938 13.0063L14.9664 13.8789C14.8334 15.5309 14.5458 17.2062 13.9249 18.7501C13.5864 19.5917 13.2087 20.2051 12.8411 20.5917C12.4756 20.9761 12.1909 21.0683 11.9996 21.0683C11.8084 21.0683 11.5237 20.9761 11.1581 20.5917C10.7906 20.2051 10.4129 19.5917 10.0744 18.7501C9.57762 17.515 9.20811 15.8955 9.04775 14.0546C9.00584 13.5735 8.98489 13.333 9.13447 13.1696C9.28404 13.0062 9.53259 13.0062 10.0297 13.0062C11.3844 13.0062 12.7391 13.0026 14.0938 13.0063Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.7858 15.6983L20.2203 19.1328C18.7223 20.8717 16.6864 22.1305 14.3723 22.648C13.9697 22.7381 13.7684 22.7831 13.7322 22.7162C13.6959 22.6492 13.8543 22.4944 14.171 22.1848C14.9132 21.4591 15.4143 20.5071 15.7947 19.552C16.2327 18.4525 16.5711 17.1418 16.7858 15.6983Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.28479 13.0133H5.99473C6.44889 13.0133 6.67599 13.0133 6.82072 13.1477C6.96545 13.282 6.98312 13.5153 7.01844 13.9819C7.17915 16.1047 7.5946 18.0305 8.20067 19.552C8.58091 20.5066 9.08159 21.458 9.82312 22.1835C10.1398 22.4934 10.2981 22.6483 10.2618 22.7152C10.2256 22.7821 10.0242 22.737 9.62158 22.6467C5.43809 21.7085 2.1648 18.3476 1.33793 14.1068C1.2435 13.6225 1.19628 13.3804 1.34724 13.1968C1.4982 13.0133 1.7604 13.0133 2.28479 13.0133Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.8 10.8856L9.83077 5.91641C9.90801 5.68299 9.9894 5.46005 10.0745 5.24839C10.413 4.4068 10.7907 3.79337 11.1583 3.40682C11.5238 3.0224 11.8085 2.93019 11.9998 2.93019C12.191 2.93019 12.4757 3.0224 12.8413 3.40682C13.2088 3.79337 13.5865 4.4068 13.925 5.24839C14.4218 6.48351 14.7913 8.10301 14.9517 9.94395C14.9936 10.425 15.0145 10.6655 14.8649 10.8289C14.8451 10.8506 14.8236 10.8693 14.8 10.8856Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M21.3961 17.4818L17.1233 13.2089C17.1384 13.1871 17.1555 13.1674 17.1748 13.1494C17.3195 13.015 17.5466 13.015 18.0008 13.015H21.7154C22.2398 13.015 22.5019 13.015 22.6529 13.1986C22.8039 13.3821 22.7566 13.6243 22.6622 14.1086C22.4268 15.3162 21.9929 16.4525 21.3961 17.4818Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M8.24687 4.33251L6.50195 2.58759C7.458 2.02319 8.50763 1.60149 9.62181 1.35162C10.0246 1.2613 10.226 1.21614 10.2622 1.28307C10.2985 1.34999 10.1401 1.50495 9.82336 1.81486C9.11096 2.51187 8.62171 3.41847 8.24687 4.33251Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.6529 10.8016C22.502 10.9852 22.2398 10.9852 21.7154 10.9852H18.0008C17.5466 10.9852 17.3195 10.9852 17.1748 10.8508C17.0301 10.7164 17.0124 10.4831 16.9771 10.0166C16.8164 7.89382 16.4009 5.96801 15.7949 4.44646C15.4144 3.49129 14.9133 2.5393 14.1711 1.81363C13.8543 1.5039 13.6958 1.34903 13.7321 1.28209C13.7683 1.21516 13.9697 1.26019 14.3724 1.35026C18.5589 2.28656 21.835 5.6487 22.6623 9.89164C22.7567 10.3759 22.8039 10.6181 22.6529 10.8016Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7076 21.2933C23.0981 21.6839 23.0981 22.317 22.7076 22.7076C22.317 23.0981 21.6839 23.0981 21.2933 22.7076L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-router-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9946 1C10.2653 1 8.67508 1.63946 7.36896 2.70203C6.94054 3.05057 6.87578 3.68041 7.22431 4.10883C7.57284 4.53725 8.20269 4.60201 8.63111 4.25348C9.62265 3.44682 10.7765 3 11.9946 3C13.2165 3 14.3738 3.44963 15.3675 4.26114C15.7952 4.61048 16.4252 4.54691 16.7746 4.11916C17.1239 3.6914 17.0603 3.06143 16.6326 2.71209C15.3241 1.64352 13.7294 1 11.9946 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9946 4.36068C11.0147 4.36068 10.0971 4.64836 9.29784 5.14396C8.82846 5.43499 8.68388 6.05143 8.97491 6.52081C9.26595 6.99019 9.88239 7.13477 10.3518 6.84373C10.8598 6.52876 11.4157 6.36068 11.9946 6.36068C12.5764 6.36068 13.1351 6.53045 13.6452 6.84854C14.1138 7.14077 14.7306 6.99777 15.0228 6.52913C15.3151 6.0605 15.1721 5.44369 14.7034 5.15146C13.9013 4.65129 12.9795 4.36068 11.9946 4.36068Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 8C11.4477 8 11 8.44772 11 9C11 9.55229 11.4477 10 12 10H12.0064C12.5587 10 13.0064 9.55229 13.0064 9C13.0064 8.44772 12.5587 8 12.0064 8H12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.052 12.25H5.948H5.94797C5.0495 12.25 4.3003 12.2499 3.70552 12.3299C3.07773 12.4143 2.51093 12.6 2.05546 13.0555C1.59999 13.5109 1.41432 14.0777 1.32991 14.7055C1.24995 15.3003 1.24997 16.0495 1.25 16.948V17.052C1.24997 17.9505 1.24995 18.6997 1.32991 19.2945C1.41432 19.9223 1.59999 20.4891 2.05546 20.9445C2.51093 21.4 3.07773 21.5857 3.70552 21.6701C4.3003 21.7501 5.04951 21.75 5.94798 21.75H5.94801H18.052H18.052C18.9505 21.75 19.6997 21.7501 20.2945 21.6701C20.9223 21.5857 21.4891 21.4 21.9445 20.9445C22.4 20.4891 22.5857 19.9223 22.6701 19.2945C22.7501 18.6997 22.75 17.9505 22.75 17.052V16.948C22.75 16.0495 22.7501 15.3003 22.6701 14.7055C22.5857 14.0777 22.4 13.5109 21.9445 13.0555C21.4891 12.6 20.9223 12.4143 20.2945 12.3299C19.6997 12.2499 18.9505 12.25 18.052 12.25H18.052ZM5 17C5 16.4477 5.44772 16 6 16H10C10.5523 16 11 16.4477 11 17C11 17.5523 10.5523 18 10 18H6C5.44772 18 5 17.5523 5 17ZM14 16C13.4477 16 13 16.4477 13 17C13 17.5523 13.4477 18 14 18H14.009C14.5613 18 15.009 17.5523 15.009 17C15.009 16.4477 14.5613 16 14.009 16H14ZM18 16C17.4477 16 17 16.4477 17 17C17 17.5523 17.4477 18 18 18H18.009C18.5613 18 19.009 17.5523 19.009 17C19.009 16.4477 18.5613 16 18.009 16H18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9946 1C10.2653 1 8.67508 1.63946 7.36896 2.70203C6.94054 3.05057 6.87578 3.68041 7.22431 4.10883C7.57284 4.53725 8.20269 4.60201 8.63111 4.25348C9.62265 3.44682 10.7765 3 11.9946 3C13.2165 3 14.3738 3.44963 15.3675 4.26114C15.7952 4.61048 16.4252 4.54691 16.7746 4.11916C17.1239 3.6914 17.0603 3.06143 16.6326 2.71209C15.3241 1.64352 13.7294 1 11.9946 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9946 4.36068C11.0147 4.36068 10.0971 4.64836 9.29784 5.14396C8.82846 5.43499 8.68388 6.05143 8.97491 6.52081C9.26595 6.99019 9.88239 7.13477 10.3518 6.84373C10.8598 6.52876 11.4157 6.36068 11.9946 6.36068C12.5764 6.36068 13.1351 6.53045 13.6452 6.84854C14.1138 7.14077 14.7306 6.99777 15.0228 6.52913C15.3151 6.0605 15.1721 5.44369 14.7034 5.15146C13.9013 4.65129 12.9795 4.36068 11.9946 4.36068Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 8C11.4477 8 11 8.44772 11 9C11 9.55229 11.4477 10 12 10H12.0064C12.5587 10 13.0064 9.55229 13.0064 9C13.0064 8.44772 12.5587 8 12.0064 8H12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.052 12.25H5.948H5.94797C5.0495 12.25 4.3003 12.2499 3.70552 12.3299C3.07773 12.4143 2.51093 12.6 2.05546 13.0555C1.59999 13.5109 1.41432 14.0777 1.32991 14.7055C1.24995 15.3003 1.24997 16.0495 1.25 16.948V17.052C1.24997 17.9505 1.24995 18.6997 1.32991 19.2945C1.41432 19.9223 1.59999 20.4891 2.05546 20.9445C2.51093 21.4 3.07773 21.5857 3.70552 21.6701C4.3003 21.7501 5.04951 21.75 5.94798 21.75H5.94801H18.052H18.052C18.9505 21.75 19.6997 21.7501 20.2945 21.6701C20.9223 21.5857 21.4891 21.4 21.9445 20.9445C22.4 20.4891 22.5857 19.9223 22.6701 19.2945C22.7501 18.6997 22.75 17.9505 22.75 17.052V16.948C22.75 16.0495 22.7501 15.3003 22.6701 14.7055C22.5857 14.0777 22.4 13.5109 21.9445 13.0555C21.4891 12.6 20.9223 12.4143 20.2945 12.3299C19.6997 12.2499 18.9505 12.25 18.052 12.25H18.052ZM5 17C5 16.4477 5.44772 16 6 16H10C10.5523 16 11 16.4477 11 17C11 17.5523 10.5523 18 10 18H6C5.44772 18 5 17.5523 5 17ZM14 16C13.4477 16 13 16.4477 13 17C13 17.5523 13.4477 18 14 18H14.009C14.5613 18 15.009 17.5523 15.009 17C15.009 16.4477 14.5613 16 14.009 16H14ZM18 16C17.4477 16 17 16.4477 17 17C17 17.5523 17.4477 18 18 18H18.009C18.5613 18 19.009 17.5523 19.009 17C19.009 16.4477 18.5613 16 18.009 16H18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-router-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.49609 5.99609C7.49609 5.16767 8.16767 4.49609 8.99609 4.49609H9.00244C9.83087 4.49609 10.5024 5.16767 10.5024 5.99609C10.5024 6.44152 10.3083 6.8416 10 7.11633L10 13.25H18.052H18.052H18.0521C18.9505 13.25 19.6997 13.25 20.2945 13.3299C20.9223 13.4143 21.4891 13.6 21.9445 14.0555C22.4 14.5109 22.5857 15.0777 22.6701 15.7055C22.7501 16.3003 22.75 17.0495 22.75 17.948V18.052C22.75 18.9505 22.7501 19.6997 22.6701 20.2945C22.5857 20.9223 22.4 21.4891 21.9445 21.9445C21.4891 22.4 20.9223 22.5857 20.2945 22.6701C19.6997 22.7501 18.9505 22.75 18.052 22.75H18.052H5.94801H5.94798C5.04951 22.75 4.3003 22.7501 3.70552 22.6701C3.07773 22.5857 2.51093 22.4 2.05546 21.9445C1.59999 21.4891 1.41432 20.9223 1.32991 20.2945C1.24995 19.6997 1.24997 18.9505 1.25 18.052V18.052V17.948V17.948C1.24997 17.0495 1.24995 16.3003 1.32991 15.7055C1.41432 15.0777 1.59999 14.5109 2.05546 14.0555C2.51093 13.6 3.07773 13.4143 3.70552 13.3299C4.30029 13.25 5.04949 13.25 5.94794 13.25H5.94797H5.948H8L8 7.11763C7.69086 6.84287 7.49609 6.44223 7.49609 5.99609ZM5 18C5 17.4477 5.44772 17 6 17H6.00897C6.56126 17 7.00897 17.4477 7.00897 18C7.00897 18.5523 6.56126 19 6.00897 19H6C5.44772 19 5 18.5523 5 18ZM8.99551 18C8.99551 17.4477 9.44323 17 9.99551 17H10.0045C10.5568 17 11.0045 17.4477 11.0045 18C11.0045 18.5523 10.5568 19 10.0045 19H9.99551C9.44323 19 8.99551 18.5523 8.99551 18ZM12.991 18C12.991 17.4477 13.4387 17 13.991 17H14C14.5523 17 15 17.4477 15 18C15 18.5523 14.5523 19 14 19H13.991C13.4387 19 12.991 18.5523 12.991 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.11916 1.22551C4.54691 1.57485 4.61048 2.20481 4.26114 2.63257C3.44963 3.62624 3 4.78359 3 6.00546C3 7.22354 3.44682 8.37741 4.25348 9.36896C4.60201 9.79737 4.53725 10.4272 4.10883 10.7758C3.68041 11.1243 3.05057 11.0595 2.70203 10.6311C1.63946 9.32498 1 7.73478 1 6.00546C1 4.27065 1.64352 2.67591 2.71209 1.36749C3.06143 0.939729 3.6914 0.876161 4.11916 1.22551ZM6.52913 2.97723C6.99777 3.26946 7.14077 3.88627 6.84854 4.3549C6.53045 4.86501 6.36068 5.42367 6.36068 6.00546C6.36068 6.58438 6.52876 7.14031 6.84373 7.6483C7.13477 8.11768 6.99019 8.73411 6.52081 9.02515C6.05143 9.31618 5.43499 9.17161 5.14396 8.70223C4.64836 7.90293 4.36068 6.98536 4.36068 6.00546C4.36068 5.02058 4.65129 4.09873 5.15146 3.29664C5.44369 2.828 6.0605 2.685 6.52913 2.97723Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.49609 5.99609C7.49609 5.16767 8.16767 4.49609 8.99609 4.49609H9.00244C9.83087 4.49609 10.5024 5.16767 10.5024 5.99609C10.5024 6.44152 10.3083 6.8416 10 7.11633L10 13.25H18.052H18.052H18.0521C18.9505 13.25 19.6997 13.25 20.2945 13.3299C20.9223 13.4143 21.4891 13.6 21.9445 14.0555C22.4 14.5109 22.5857 15.0777 22.6701 15.7055C22.7501 16.3003 22.75 17.0495 22.75 17.948V18.052C22.75 18.9505 22.7501 19.6997 22.6701 20.2945C22.5857 20.9223 22.4 21.4891 21.9445 21.9445C21.4891 22.4 20.9223 22.5857 20.2945 22.6701C19.6997 22.7501 18.9505 22.75 18.052 22.75H18.052H5.94801H5.94798C5.04951 22.75 4.3003 22.7501 3.70552 22.6701C3.07773 22.5857 2.51093 22.4 2.05546 21.9445C1.59999 21.4891 1.41432 20.9223 1.32991 20.2945C1.24995 19.6997 1.24997 18.9505 1.25 18.052V18.052V17.948V17.948C1.24997 17.0495 1.24995 16.3003 1.32991 15.7055C1.41432 15.0777 1.59999 14.5109 2.05546 14.0555C2.51093 13.6 3.07773 13.4143 3.70552 13.3299C4.30029 13.25 5.04949 13.25 5.94794 13.25H5.94797H5.948H8L8 7.11763C7.69086 6.84287 7.49609 6.44223 7.49609 5.99609ZM5 18C5 17.4477 5.44772 17 6 17H6.00897C6.56126 17 7.00897 17.4477 7.00897 18C7.00897 18.5523 6.56126 19 6.00897 19H6C5.44772 19 5 18.5523 5 18ZM8.99551 18C8.99551 17.4477 9.44323 17 9.99551 17H10.0045C10.5568 17 11.0045 17.4477 11.0045 18C11.0045 18.5523 10.5568 19 10.0045 19H9.99551C9.44323 19 8.99551 18.5523 8.99551 18ZM12.991 18C12.991 17.4477 13.4387 17 13.991 17H14C14.5523 17 15 17.4477 15 18C15 18.5523 14.5523 19 14 19H13.991C13.4387 19 12.991 18.5523 12.991 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.11916 1.22551C4.54691 1.57485 4.61048 2.20481 4.26114 2.63257C3.44963 3.62624 3 4.78359 3 6.00546C3 7.22354 3.44682 8.37741 4.25348 9.36896C4.60201 9.79737 4.53725 10.4272 4.10883 10.7758C3.68041 11.1243 3.05057 11.0595 2.70203 10.6311C1.63946 9.32498 1 7.73478 1 6.00546C1 4.27065 1.64352 2.67591 2.71209 1.36749C3.06143 0.939729 3.6914 0.876161 4.11916 1.22551ZM6.52913 2.97723C6.99777 3.26946 7.14077 3.88627 6.84854 4.3549C6.53045 4.86501 6.36068 5.42367 6.36068 6.00546C6.36068 6.58438 6.52876 7.14031 6.84373 7.6483C7.13477 8.11768 6.99019 8.73411 6.52081 9.02515C6.05143 9.31618 5.43499 9.17161 5.14396 8.70223C4.64836 7.90293 4.36068 6.98536 4.36068 6.00546C4.36068 5.02058 4.65129 4.09873 5.15146 3.29664C5.44369 2.828 6.0605 2.685 6.52913 2.97723Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-rss-connected-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.6917 2.91643C22.876 3.43702 22.6035 4.00852 22.0829 4.1929C21.5492 4.3819 20.9328 4.78876 20.2797 5.36148C19.637 5.92513 19.0118 6.60205 18.4581 7.26586C17.9062 7.92736 17.4375 8.56109 17.1064 9.03008C16.9413 9.26407 16.6811 9.65443 16.5931 9.78651C16.3998 10.0906 16.0577 10.2674 15.6979 10.249C15.3379 10.2305 15.0158 10.0198 14.8546 9.69749C14.4139 8.81612 14.0186 8.46517 13.8193 8.33232C13.735 8.27611 13.678 8.25359 13.6554 8.24595C13.147 8.19874 12.749 7.77099 12.749 7.25027C12.749 6.69799 13.1967 6.25027 13.749 6.25027C14.2617 6.25027 14.6543 6.48529 14.9287 6.66822C15.203 6.85107 15.4907 7.10384 15.7794 7.4497C16.0946 7.01895 16.483 6.51128 16.9223 5.98468C17.5156 5.27349 18.214 4.51292 18.961 3.85781C19.6976 3.21179 20.5371 2.61865 21.4152 2.30765C21.9358 2.12327 22.5073 2.39583 22.6917 2.91643Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.0163 5.19788C9.18623 5.20079 7.81437 5.21974 6.73454 5.34257C5.48503 5.48471 4.77578 5.75299 4.27359 6.17788C3.54072 6.79796 3.20423 7.61786 3.20423 9.58599C3.19042 10.1236 2.74183 10.5482 2.20228 10.5344C1.66272 10.5207 1.23652 10.0737 1.25033 9.53617C1.25033 7.70994 1.54676 5.93022 3.00843 4.69352C3.93877 3.90638 5.09859 3.56865 6.51283 3.40777C7.69455 3.27335 9.20339 3.25343 11.0165 3.25049C11.5542 3.24962 11.9904 3.68591 11.9904 4.22366C11.9904 4.76142 11.554 5.19702 11.0163 5.19788Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.7496 12.5C22.7496 14.3806 22.7496 15.9899 22.5585 17.1929C22.3571 18.4599 21.9258 19.4998 20.9723 20.3064C20.1841 20.9733 19.2317 21.3172 18.1005 21.5047C16.9868 21.6893 15.6221 21.7336 13.9575 21.7456C13.7985 21.7467 13.759 21.75 13.4049 21.75C12.8652 21.75 12.4276 21.314 12.4276 20.7763C12.4276 20.2385 12.8652 19.8026 13.4049 19.8026C13.755 19.8026 13.7857 19.7993 13.9397 19.7983C15.6122 19.7863 16.8358 19.7402 17.7798 19.5838C18.7069 19.4301 19.2816 19.1821 19.7072 18.8221C20.1863 18.4167 20.4712 17.8752 20.628 16.8884C20.7922 15.8552 20.795 14.483 20.795 12.5C20.795 11.0821 20.7934 9.97648 20.7324 9.08377C20.6956 8.54491 21.0604 8.04328 21.594 7.95913C22.1266 7.8751 22.6265 8.23894 22.6682 8.77658C22.7494 9.82622 22.7496 11.0864 22.7496 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 20.7991C1.25 20.2744 1.67493 19.8491 2.19912 19.8491H2.20764C2.73182 19.8491 3.15676 20.2744 3.15676 20.7991C3.15676 21.3238 2.73182 21.7491 2.20764 21.7491H2.19912C1.67493 21.7491 1.25 21.3238 1.25 20.7991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.30175 13.2C1.30175 12.6753 1.72668 12.25 2.25087 12.25C6.48852 12.25 10.75 15.9657 10.75 20.7999C10.75 21.3246 10.3251 21.7499 9.80088 21.7499C9.2767 21.7499 8.85177 21.3246 8.85177 20.7999C8.85177 17.0846 5.51103 14.1501 2.25087 14.1501C1.72668 14.1501 1.30175 13.7247 1.30175 13.2ZM1.31934 16.6418C1.41978 16.1269 1.91826 15.7909 2.43273 15.8914C4.71641 16.3377 6.6405 18.3429 6.92317 20.686C6.98601 21.2069 6.61509 21.6802 6.09468 21.7431C5.57428 21.806 5.10147 21.4347 5.03863 20.9138C4.85742 19.4117 3.56772 18.0492 2.069 17.7563C1.55453 17.6557 1.2189 17.1568 1.31934 16.6418Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.6917 2.91643C22.876 3.43702 22.6035 4.00852 22.0829 4.1929C21.5492 4.3819 20.9328 4.78876 20.2797 5.36148C19.637 5.92513 19.0118 6.60205 18.4581 7.26586C17.9062 7.92736 17.4375 8.56109 17.1064 9.03008C16.9413 9.26407 16.6811 9.65443 16.5931 9.78651C16.3998 10.0906 16.0577 10.2674 15.6979 10.249C15.3379 10.2305 15.0158 10.0198 14.8546 9.69749C14.4139 8.81612 14.0186 8.46517 13.8193 8.33232C13.735 8.27611 13.678 8.25359 13.6554 8.24595C13.147 8.19874 12.749 7.77099 12.749 7.25027C12.749 6.69799 13.1967 6.25027 13.749 6.25027C14.2617 6.25027 14.6543 6.48529 14.9287 6.66822C15.203 6.85107 15.4907 7.10384 15.7794 7.4497C16.0946 7.01895 16.483 6.51128 16.9223 5.98468C17.5156 5.27349 18.214 4.51292 18.961 3.85781C19.6976 3.21179 20.5371 2.61865 21.4152 2.30765C21.9358 2.12327 22.5073 2.39583 22.6917 2.91643Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.0163 5.19788C9.18623 5.20079 7.81437 5.21974 6.73454 5.34257C5.48503 5.48471 4.77578 5.75299 4.27359 6.17788C3.54072 6.79796 3.20423 7.61786 3.20423 9.58599C3.19042 10.1236 2.74183 10.5482 2.20228 10.5344C1.66272 10.5207 1.23652 10.0737 1.25033 9.53617C1.25033 7.70994 1.54676 5.93022 3.00843 4.69352C3.93877 3.90638 5.09859 3.56865 6.51283 3.40777C7.69455 3.27335 9.20339 3.25343 11.0165 3.25049C11.5542 3.24962 11.9904 3.68591 11.9904 4.22366C11.9904 4.76142 11.554 5.19702 11.0163 5.19788Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.7496 12.5C22.7496 14.3806 22.7496 15.9899 22.5585 17.1929C22.3571 18.4599 21.9258 19.4998 20.9723 20.3064C20.1841 20.9733 19.2317 21.3172 18.1005 21.5047C16.9868 21.6893 15.6221 21.7336 13.9575 21.7456C13.7985 21.7467 13.759 21.75 13.4049 21.75C12.8652 21.75 12.4276 21.314 12.4276 20.7763C12.4276 20.2385 12.8652 19.8026 13.4049 19.8026C13.755 19.8026 13.7857 19.7993 13.9397 19.7983C15.6122 19.7863 16.8358 19.7402 17.7798 19.5838C18.7069 19.4301 19.2816 19.1821 19.7072 18.8221C20.1863 18.4167 20.4712 17.8752 20.628 16.8884C20.7922 15.8552 20.795 14.483 20.795 12.5C20.795 11.0821 20.7934 9.97648 20.7324 9.08377C20.6956 8.54491 21.0604 8.04328 21.594 7.95913C22.1266 7.8751 22.6265 8.23894 22.6682 8.77658C22.7494 9.82622 22.7496 11.0864 22.7496 12.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 20.7991C1.25 20.2744 1.67493 19.8491 2.19912 19.8491H2.20764C2.73182 19.8491 3.15676 20.2744 3.15676 20.7991C3.15676 21.3238 2.73182 21.7491 2.20764 21.7491H2.19912C1.67493 21.7491 1.25 21.3238 1.25 20.7991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.30175 13.2C1.30175 12.6753 1.72668 12.25 2.25087 12.25C6.48852 12.25 10.75 15.9657 10.75 20.7999C10.75 21.3246 10.3251 21.7499 9.80088 21.7499C9.2767 21.7499 8.85177 21.3246 8.85177 20.7999C8.85177 17.0846 5.51103 14.1501 2.25087 14.1501C1.72668 14.1501 1.30175 13.7247 1.30175 13.2ZM1.31934 16.6418C1.41978 16.1269 1.91826 15.7909 2.43273 15.8914C4.71641 16.3377 6.6405 18.3429 6.92317 20.686C6.98601 21.2069 6.61509 21.6802 6.09468 21.7431C5.57428 21.806 5.10147 21.4347 5.03863 20.9138C4.85742 19.4117 3.56772 18.0492 2.069 17.7563C1.55453 17.6557 1.2189 17.1568 1.31934 16.6418Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-rss-connected-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.73454 6.34305C5.48503 6.48519 4.77578 6.75347 4.27359 7.17836C3.54072 7.79844 3.20423 8.61834 3.20423 10.5865C3.19042 11.124 2.74183 11.5487 2.20228 11.5349C1.66272 11.5212 1.23652 11.0742 1.25033 10.5367C1.25033 8.71042 1.54676 6.9307 3.00843 5.694C3.93877 4.90686 5.09859 4.56913 6.51283 4.40825C6.98515 4.35452 7.50972 4.31909 8.0851 4.29572C8.62952 4.27361 9.0769 4.71442 9.0769 5.25929C9.0769 5.78963 8.65219 6.22006 8.12232 6.24231C7.61003 6.26382 7.15061 6.29572 6.73454 6.34305Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.7485 14.4779C22.7436 15.941 22.7156 17.2045 22.5585 18.1934C22.3571 19.4604 21.9258 20.5003 20.9723 21.3069C20.1841 21.9738 19.2317 22.3177 18.1005 22.5052C16.9868 22.6898 15.6221 22.7341 13.9575 22.7461C13.7985 22.7472 13.759 22.7505 13.4049 22.7505C12.8652 22.7505 12.4276 22.3145 12.4276 21.7768C12.4276 21.239 12.8652 20.8031 13.4049 20.8031C13.755 20.8031 13.7857 20.7998 13.9397 20.7988C15.6122 20.7868 16.8358 20.7407 17.7798 20.5842C18.7069 20.4306 19.2816 20.1826 19.7072 19.8226C20.1863 19.4172 20.4712 18.8756 20.628 17.8889C20.7637 17.0348 20.7892 15.949 20.7939 14.4782C20.7957 13.9384 21.2326 13.5005 21.7723 13.5005C22.312 13.5005 22.7503 13.9382 22.7485 14.4779Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 21.7991C1.25 21.2744 1.67493 20.8491 2.19912 20.8491H2.20764C2.73182 20.8491 3.15676 21.2744 3.15676 21.7991C3.15676 22.3238 2.73182 22.7491 2.20764 22.7491H2.19912C1.67493 22.7491 1.25 22.3238 1.25 21.7991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.30175 14.2C1.30175 13.6753 1.72668 13.25 2.25087 13.25C6.48852 13.25 10.75 16.9657 10.75 21.7999C10.75 22.3246 10.3251 22.7499 9.80088 22.7499C9.2767 22.7499 8.85177 22.3246 8.85177 21.7999C8.85177 18.0846 5.51103 15.1501 2.25087 15.1501C1.72668 15.1501 1.30175 14.7247 1.30175 14.2ZM1.31934 17.6418C1.41978 17.1269 1.91826 16.7909 2.43273 16.8914C4.71641 17.3377 6.6405 19.3429 6.92317 21.686C6.98601 22.2069 6.61509 22.6802 6.09468 22.7431C5.57428 22.806 5.10147 22.4347 5.03863 21.9138C4.85742 20.4117 3.56772 19.0492 2.069 18.7563C1.55453 18.6557 1.2189 18.1568 1.31934 17.6418Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.25C13.8244 1.25 11.25 3.82436 11.25 7C11.25 10.1756 13.8244 12.75 17 12.75C20.1756 12.75 22.75 10.1756 22.75 7C22.75 3.82436 20.1756 1.25 17 1.25ZM19.022 6.54921C19.3867 6.35286 19.5232 5.89803 19.3269 5.53331C19.1306 5.16859 18.6757 5.03209 18.311 5.22843C17.533 5.64727 16.891 6.48329 16.479 7.10688C16.425 7.1886 16.3736 7.26889 16.3249 7.34684C16.2758 7.30279 15.8906 6.98438 15.6571 6.87905L15.6561 6.87857C15.2823 6.70022 14.8346 6.8587 14.6563 7.23255C14.4792 7.60371 14.6341 8.04761 15.0022 8.22851C15.0445 8.25439 15.1573 8.3253 15.2382 8.3908C15.4001 8.52199 15.6135 8.73404 15.7981 9.04732C15.9388 9.28605 16.1996 9.42778 16.4764 9.41591C16.7531 9.40404 17.0009 9.24019 17.1207 8.99057C17.2279 8.79408 17.5424 8.21853 17.7306 7.93369C18.1293 7.3301 18.5984 6.77724 19.022 6.54921Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.73454 6.34305C5.48503 6.48519 4.77578 6.75347 4.27359 7.17836C3.54072 7.79844 3.20423 8.61834 3.20423 10.5865C3.19042 11.124 2.74183 11.5487 2.20228 11.5349C1.66272 11.5212 1.23652 11.0742 1.25033 10.5367C1.25033 8.71042 1.54676 6.9307 3.00843 5.694C3.93877 4.90686 5.09859 4.56913 6.51283 4.40825C6.98515 4.35452 7.50972 4.31909 8.0851 4.29572C8.62952 4.27361 9.0769 4.71442 9.0769 5.25929C9.0769 5.78963 8.65219 6.22006 8.12232 6.24231C7.61003 6.26382 7.15061 6.29572 6.73454 6.34305Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.7485 14.4779C22.7436 15.941 22.7156 17.2045 22.5585 18.1934C22.3571 19.4604 21.9258 20.5003 20.9723 21.3069C20.1841 21.9738 19.2317 22.3177 18.1005 22.5052C16.9868 22.6898 15.6221 22.7341 13.9575 22.7461C13.7985 22.7472 13.759 22.7505 13.4049 22.7505C12.8652 22.7505 12.4276 22.3145 12.4276 21.7768C12.4276 21.239 12.8652 20.8031 13.4049 20.8031C13.755 20.8031 13.7857 20.7998 13.9397 20.7988C15.6122 20.7868 16.8358 20.7407 17.7798 20.5842C18.7069 20.4306 19.2816 20.1826 19.7072 19.8226C20.1863 19.4172 20.4712 18.8756 20.628 17.8889C20.7637 17.0348 20.7892 15.949 20.7939 14.4782C20.7957 13.9384 21.2326 13.5005 21.7723 13.5005C22.312 13.5005 22.7503 13.9382 22.7485 14.4779Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 21.7991C1.25 21.2744 1.67493 20.8491 2.19912 20.8491H2.20764C2.73182 20.8491 3.15676 21.2744 3.15676 21.7991C3.15676 22.3238 2.73182 22.7491 2.20764 22.7491H2.19912C1.67493 22.7491 1.25 22.3238 1.25 21.7991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.30175 14.2C1.30175 13.6753 1.72668 13.25 2.25087 13.25C6.48852 13.25 10.75 16.9657 10.75 21.7999C10.75 22.3246 10.3251 22.7499 9.80088 22.7499C9.2767 22.7499 8.85177 22.3246 8.85177 21.7999C8.85177 18.0846 5.51103 15.1501 2.25087 15.1501C1.72668 15.1501 1.30175 14.7247 1.30175 14.2ZM1.31934 17.6418C1.41978 17.1269 1.91826 16.7909 2.43273 16.8914C4.71641 17.3377 6.6405 19.3429 6.92317 21.686C6.98601 22.2069 6.61509 22.6802 6.09468 22.7431C5.57428 22.806 5.10147 22.4347 5.03863 21.9138C4.85742 20.4117 3.56772 19.0492 2.069 18.7563C1.55453 18.6557 1.2189 18.1568 1.31934 17.6418Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 1.25C13.8244 1.25 11.25 3.82436 11.25 7C11.25 10.1756 13.8244 12.75 17 12.75C20.1756 12.75 22.75 10.1756 22.75 7C22.75 3.82436 20.1756 1.25 17 1.25ZM19.022 6.54921C19.3867 6.35286 19.5232 5.89803 19.3269 5.53331C19.1306 5.16859 18.6757 5.03209 18.311 5.22843C17.533 5.64727 16.891 6.48329 16.479 7.10688C16.425 7.1886 16.3736 7.26889 16.3249 7.34684C16.2758 7.30279 15.8906 6.98438 15.6571 6.87905L15.6561 6.87857C15.2823 6.70022 14.8346 6.8587 14.6563 7.23255C14.4792 7.60371 14.6341 8.04761 15.0022 8.22851C15.0445 8.25439 15.1573 8.3253 15.2382 8.3908C15.4001 8.52199 15.6135 8.73404 15.7981 9.04732C15.9388 9.28605 16.1996 9.42778 16.4764 9.41591C16.7531 9.40404 17.0009 9.24019 17.1207 8.99057C17.2279 8.79408 17.5424 8.21853 17.7306 7.93369C18.1293 7.3301 18.5984 6.77724 19.022 6.54921Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-rss-error{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.73454 6.3422C5.48503 6.48433 4.77578 6.75262 4.27359 7.17751C3.54072 7.79759 3.20423 8.61748 3.20423 10.5856C3.19042 11.1232 2.74183 11.5478 2.20228 11.5341C1.66272 11.5203 1.23652 11.0734 1.25033 10.5358C1.25033 8.70956 1.54676 6.92984 3.00843 5.69315C3.93877 4.906 5.09859 4.56827 6.51283 4.4074C6.98515 4.35367 7.50972 4.31823 8.0851 4.29486C8.62952 4.27275 9.0769 4.71357 9.0769 5.25844C9.0769 5.78878 8.65219 6.21921 8.12232 6.24145C7.61003 6.26296 7.15061 6.29487 6.73454 6.3422Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.7485 14.4771C22.7436 15.9401 22.7156 17.2036 22.5585 18.1925C22.3571 19.4595 21.9258 20.4994 20.9723 21.3061C20.1841 21.973 19.2317 22.3169 18.1005 22.5044C16.9868 22.6889 15.6221 22.7332 13.9575 22.7452C13.7985 22.7463 13.759 22.7496 13.4049 22.7496C12.8652 22.7496 12.4276 22.3137 12.4276 21.7759C12.4276 21.2382 12.8652 20.8022 13.4049 20.8022C13.755 20.8022 13.7857 20.799 13.9397 20.7979C15.6122 20.7859 16.8358 20.7398 17.7798 20.5834C18.7069 20.4297 19.2816 20.1818 19.7072 19.8217C20.1863 19.4163 20.4712 18.8748 20.628 17.888C20.7637 17.0339 20.7892 15.9482 20.7939 14.4773C20.7957 13.9376 21.2326 13.4996 21.7723 13.4996C22.312 13.4996 22.7503 13.9373 22.7485 14.4771Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 21.7987C1.25 21.274 1.67493 20.8487 2.19912 20.8487H2.20764C2.73182 20.8487 3.15676 21.274 3.15676 21.7987C3.15676 22.3234 2.73182 22.7488 2.20764 22.7488H2.19912C1.67493 22.7488 1.25 22.3234 1.25 21.7987Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.30175 14.1997C1.30175 13.675 1.72668 13.2496 2.25087 13.2496C6.48852 13.2496 10.75 16.9653 10.75 21.7995C10.75 22.3242 10.3251 22.7495 9.80088 22.7495C9.2767 22.7495 8.85177 22.3242 8.85177 21.7995C8.85177 18.0842 5.51103 15.1497 2.25087 15.1497C1.72668 15.1497 1.30175 14.7243 1.30175 14.1997ZM1.31934 17.6415C1.41978 17.1265 1.91826 16.7905 2.43273 16.8911C4.71641 17.3373 6.6405 19.3425 6.92317 21.6856C6.98601 22.2065 6.61509 22.6798 6.09468 22.7427C5.57428 22.8056 5.10147 22.4343 5.03863 21.9134C4.85742 20.4113 3.56772 19.0488 2.069 18.7559C1.55453 18.6554 1.2189 18.1564 1.31934 17.6415Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 7C11.25 3.82436 13.8244 1.25 17 1.25C20.1756 1.25 22.75 3.82436 22.75 7C22.75 10.1756 20.1756 12.75 17 12.75C13.8244 12.75 11.25 10.1756 11.25 7ZM16 9C16 8.44772 16.4477 8 17 8H17.009C17.5613 8 18.009 8.44772 18.009 9C18.009 9.55229 17.5613 10 17.009 10H17C16.4477 10 16 9.55229 16 9ZM17.75 4.5C17.75 4.08579 17.4142 3.75 17 3.75C16.5858 3.75 16.25 4.08579 16.25 4.5V6.5C16.25 6.91421 16.5858 7.25 17 7.25C17.4142 7.25 17.75 6.91421 17.75 6.5V4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.73454 6.3422C5.48503 6.48433 4.77578 6.75262 4.27359 7.17751C3.54072 7.79759 3.20423 8.61748 3.20423 10.5856C3.19042 11.1232 2.74183 11.5478 2.20228 11.5341C1.66272 11.5203 1.23652 11.0734 1.25033 10.5358C1.25033 8.70956 1.54676 6.92984 3.00843 5.69315C3.93877 4.906 5.09859 4.56827 6.51283 4.4074C6.98515 4.35367 7.50972 4.31823 8.0851 4.29486C8.62952 4.27275 9.0769 4.71357 9.0769 5.25844C9.0769 5.78878 8.65219 6.21921 8.12232 6.24145C7.61003 6.26296 7.15061 6.29487 6.73454 6.3422Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.7485 14.4771C22.7436 15.9401 22.7156 17.2036 22.5585 18.1925C22.3571 19.4595 21.9258 20.4994 20.9723 21.3061C20.1841 21.973 19.2317 22.3169 18.1005 22.5044C16.9868 22.6889 15.6221 22.7332 13.9575 22.7452C13.7985 22.7463 13.759 22.7496 13.4049 22.7496C12.8652 22.7496 12.4276 22.3137 12.4276 21.7759C12.4276 21.2382 12.8652 20.8022 13.4049 20.8022C13.755 20.8022 13.7857 20.799 13.9397 20.7979C15.6122 20.7859 16.8358 20.7398 17.7798 20.5834C18.7069 20.4297 19.2816 20.1818 19.7072 19.8217C20.1863 19.4163 20.4712 18.8748 20.628 17.888C20.7637 17.0339 20.7892 15.9482 20.7939 14.4773C20.7957 13.9376 21.2326 13.4996 21.7723 13.4996C22.312 13.4996 22.7503 13.9373 22.7485 14.4771Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 21.7987C1.25 21.274 1.67493 20.8487 2.19912 20.8487H2.20764C2.73182 20.8487 3.15676 21.274 3.15676 21.7987C3.15676 22.3234 2.73182 22.7488 2.20764 22.7488H2.19912C1.67493 22.7488 1.25 22.3234 1.25 21.7987Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.30175 14.1997C1.30175 13.675 1.72668 13.2496 2.25087 13.2496C6.48852 13.2496 10.75 16.9653 10.75 21.7995C10.75 22.3242 10.3251 22.7495 9.80088 22.7495C9.2767 22.7495 8.85177 22.3242 8.85177 21.7995C8.85177 18.0842 5.51103 15.1497 2.25087 15.1497C1.72668 15.1497 1.30175 14.7243 1.30175 14.1997ZM1.31934 17.6415C1.41978 17.1265 1.91826 16.7905 2.43273 16.8911C4.71641 17.3373 6.6405 19.3425 6.92317 21.6856C6.98601 22.2065 6.61509 22.6798 6.09468 22.7427C5.57428 22.8056 5.10147 22.4343 5.03863 21.9134C4.85742 20.4113 3.56772 19.0488 2.069 18.7559C1.55453 18.6554 1.2189 18.1564 1.31934 17.6415Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.25 7C11.25 3.82436 13.8244 1.25 17 1.25C20.1756 1.25 22.75 3.82436 22.75 7C22.75 10.1756 20.1756 12.75 17 12.75C13.8244 12.75 11.25 10.1756 11.25 7ZM16 9C16 8.44772 16.4477 8 17 8H17.009C17.5613 8 18.009 8.44772 18.009 9C18.009 9.55229 17.5613 10 17.009 10H17C16.4477 10 16 9.55229 16 9ZM17.75 4.5C17.75 4.08579 17.4142 3.75 17 3.75C16.5858 3.75 16.25 4.08579 16.25 4.5V6.5C16.25 6.91421 16.5858 7.25 17 7.25C17.4142 7.25 17.75 6.91421 17.75 6.5V4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-rss-locked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0163 6.19775C9.18623 6.20067 7.81437 6.21961 6.73454 6.34245C5.48503 6.48458 4.77578 6.75287 4.27359 7.17776C3.54072 7.79784 3.20423 8.61774 3.20423 10.5859C3.19042 11.1234 2.74183 11.5481 2.20228 11.5343C1.66272 11.5206 1.23652 11.0736 1.25033 10.5361C1.25033 8.70981 1.54676 6.93009 3.00843 5.6934C3.93877 4.90625 5.09859 4.56852 6.51283 4.40765C7.69455 4.27322 9.20339 4.25331 11.0165 4.25037C11.5542 4.24949 11.9904 4.68579 11.9904 5.22354C11.9904 5.76129 11.554 6.1969 11.0163 6.19775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.7485 14.4773C22.7436 15.9404 22.7156 17.2039 22.5585 18.1928C22.3571 19.4598 21.9258 20.4997 20.9723 21.3063C20.1841 21.9732 19.2317 22.3171 18.1005 22.5046C16.9868 22.6892 15.6221 22.7335 13.9575 22.7455C13.7985 22.7466 13.759 22.7499 13.4049 22.7499C12.8652 22.7499 12.4276 22.3139 12.4276 21.7762C12.4276 21.2384 12.8652 20.8025 13.4049 20.8025C13.755 20.8025 13.7857 20.7992 13.9397 20.7982C15.6122 20.7862 16.8358 20.7401 17.7798 20.5836C18.7069 20.43 19.2816 20.182 19.7072 19.822C20.1863 19.4166 20.4712 18.875 20.628 17.8883C20.7637 17.0342 20.7892 15.9484 20.7939 14.4776C20.7957 13.9378 21.2326 13.4999 21.7723 13.4999C22.312 13.4999 22.7503 13.9376 22.7485 14.4773Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 21.799C1.25 21.2743 1.67493 20.8489 2.19912 20.8489H2.20764C2.73182 20.8489 3.15676 21.2743 3.15676 21.799C3.15676 22.3237 2.73182 22.749 2.20764 22.749H2.19912C1.67493 22.749 1.25 22.3237 1.25 21.799Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.30175 14.1999C1.30175 13.6752 1.72668 13.2499 2.25087 13.2499C6.48852 13.2499 10.75 16.9655 10.75 21.7998C10.75 22.3244 10.3251 22.7498 9.80088 22.7498C9.2767 22.7498 8.85177 22.3244 8.85177 21.7998C8.85177 18.0845 5.51103 15.1499 2.25087 15.1499C1.72668 15.1499 1.30175 14.7246 1.30175 14.1999ZM1.31934 17.6417C1.41978 17.1267 1.91826 16.7908 2.43273 16.8913C4.71641 17.3376 6.6405 19.3427 6.92317 21.6859C6.98601 22.2068 6.61509 22.68 6.09468 22.7429C5.57428 22.8058 5.10147 22.4345 5.03863 21.9136C4.85742 20.4116 3.56772 19.049 2.069 18.7562C1.55453 18.6556 1.2189 18.1567 1.31934 17.6417Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 4.74943V3.68774C21 2.31608 19.8548 1.25024 18.5 1.25024C17.1452 1.25024 16 2.31608 16 3.68774V4.74943C15.9249 4.7722 15.8502 4.79954 15.7761 4.83245C15.1559 5.10768 14.6789 5.62789 14.4337 6.26227C14.3278 6.5362 14.2871 6.81751 14.2682 7.11416C14.25 7.39964 14.25 7.79459 14.25 8.21134C14.25 8.62808 14.25 8.97585 14.2682 9.26133C14.2871 9.55798 14.3278 9.83929 14.4337 10.1132C14.6789 10.7476 15.1559 11.2678 15.7761 11.543C16.0484 11.6639 16.3272 11.7095 16.6128 11.7304C16.8844 11.7503 17.2134 11.7503 17.5989 11.7502H19.4011C19.7866 11.7503 20.1156 11.7503 20.3872 11.7304C20.6728 11.7095 20.9516 11.6639 21.2239 11.543C21.8441 11.2678 22.3211 10.7476 22.5663 10.1132C22.6722 9.83929 22.7129 9.55798 22.7318 9.26133C22.75 8.97585 22.75 8.62809 22.75 8.21135C22.75 7.79459 22.75 7.39964 22.7318 7.11416C22.7129 6.81751 22.6722 6.5362 22.5663 6.26227C22.3211 5.62789 21.8441 5.10768 21.2239 4.83245C21.1498 4.79954 21.0751 4.7722 21 4.74943ZM17.5 3.68774C17.5 3.19545 17.9218 2.75024 18.5 2.75024C19.0782 2.75024 19.5 3.19545 19.5 3.68774V4.62525H17.5V3.68774Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0163 6.19775C9.18623 6.20067 7.81437 6.21961 6.73454 6.34245C5.48503 6.48458 4.77578 6.75287 4.27359 7.17776C3.54072 7.79784 3.20423 8.61774 3.20423 10.5859C3.19042 11.1234 2.74183 11.5481 2.20228 11.5343C1.66272 11.5206 1.23652 11.0736 1.25033 10.5361C1.25033 8.70981 1.54676 6.93009 3.00843 5.6934C3.93877 4.90625 5.09859 4.56852 6.51283 4.40765C7.69455 4.27322 9.20339 4.25331 11.0165 4.25037C11.5542 4.24949 11.9904 4.68579 11.9904 5.22354C11.9904 5.76129 11.554 6.1969 11.0163 6.19775Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.7485 14.4773C22.7436 15.9404 22.7156 17.2039 22.5585 18.1928C22.3571 19.4598 21.9258 20.4997 20.9723 21.3063C20.1841 21.9732 19.2317 22.3171 18.1005 22.5046C16.9868 22.6892 15.6221 22.7335 13.9575 22.7455C13.7985 22.7466 13.759 22.7499 13.4049 22.7499C12.8652 22.7499 12.4276 22.3139 12.4276 21.7762C12.4276 21.2384 12.8652 20.8025 13.4049 20.8025C13.755 20.8025 13.7857 20.7992 13.9397 20.7982C15.6122 20.7862 16.8358 20.7401 17.7798 20.5836C18.7069 20.43 19.2816 20.182 19.7072 19.822C20.1863 19.4166 20.4712 18.875 20.628 17.8883C20.7637 17.0342 20.7892 15.9484 20.7939 14.4776C20.7957 13.9378 21.2326 13.4999 21.7723 13.4999C22.312 13.4999 22.7503 13.9376 22.7485 14.4773Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 21.799C1.25 21.2743 1.67493 20.8489 2.19912 20.8489H2.20764C2.73182 20.8489 3.15676 21.2743 3.15676 21.799C3.15676 22.3237 2.73182 22.749 2.20764 22.749H2.19912C1.67493 22.749 1.25 22.3237 1.25 21.799Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.30175 14.1999C1.30175 13.6752 1.72668 13.2499 2.25087 13.2499C6.48852 13.2499 10.75 16.9655 10.75 21.7998C10.75 22.3244 10.3251 22.7498 9.80088 22.7498C9.2767 22.7498 8.85177 22.3244 8.85177 21.7998C8.85177 18.0845 5.51103 15.1499 2.25087 15.1499C1.72668 15.1499 1.30175 14.7246 1.30175 14.1999ZM1.31934 17.6417C1.41978 17.1267 1.91826 16.7908 2.43273 16.8913C4.71641 17.3376 6.6405 19.3427 6.92317 21.6859C6.98601 22.2068 6.61509 22.68 6.09468 22.7429C5.57428 22.8058 5.10147 22.4345 5.03863 21.9136C4.85742 20.4116 3.56772 19.049 2.069 18.7562C1.55453 18.6556 1.2189 18.1567 1.31934 17.6417Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 4.74943V3.68774C21 2.31608 19.8548 1.25024 18.5 1.25024C17.1452 1.25024 16 2.31608 16 3.68774V4.74943C15.9249 4.7722 15.8502 4.79954 15.7761 4.83245C15.1559 5.10768 14.6789 5.62789 14.4337 6.26227C14.3278 6.5362 14.2871 6.81751 14.2682 7.11416C14.25 7.39964 14.25 7.79459 14.25 8.21134C14.25 8.62808 14.25 8.97585 14.2682 9.26133C14.2871 9.55798 14.3278 9.83929 14.4337 10.1132C14.6789 10.7476 15.1559 11.2678 15.7761 11.543C16.0484 11.6639 16.3272 11.7095 16.6128 11.7304C16.8844 11.7503 17.2134 11.7503 17.5989 11.7502H19.4011C19.7866 11.7503 20.1156 11.7503 20.3872 11.7304C20.6728 11.7095 20.9516 11.6639 21.2239 11.543C21.8441 11.2678 22.3211 10.7476 22.5663 10.1132C22.6722 9.83929 22.7129 9.55798 22.7318 9.26133C22.75 8.97585 22.75 8.62809 22.75 8.21135C22.75 7.79459 22.75 7.39964 22.7318 7.11416C22.7129 6.81751 22.6722 6.5362 22.5663 6.26227C22.3211 5.62789 21.8441 5.10768 21.2239 4.83245C21.1498 4.79954 21.0751 4.7722 21 4.74943ZM17.5 3.68774C17.5 3.19545 17.9218 2.75024 18.5 2.75024C19.0782 2.75024 19.5 3.19545 19.5 3.68774V4.62525H17.5V3.68774Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-rss-unlocked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7813 3.95232C15.7813 2.45396 17.0044 1.25 18.5 1.25C19.1725 1.25 19.7904 1.49372 20.2656 1.89733C20.5813 2.16548 20.6198 2.63879 20.3517 2.95449C20.0835 3.27019 19.6102 3.30873 19.2945 3.04058C19.0813 2.85948 18.8049 2.75 18.5 2.75C17.821 2.75 17.2813 3.29421 17.2813 3.95232V4.61162L19.1871 4.60997C19.6715 4.60996 20.0813 4.60994 20.4167 4.63824C20.7683 4.66789 21.1063 4.73264 21.4262 4.90222C21.8618 5.13313 22.2197 5.48753 22.4536 5.92145C22.6257 6.24083 22.6914 6.57833 22.7214 6.92848C22.75 7.2619 22.75 7.73137 22.75 8.2112C22.75 8.69104 22.75 9.09807 22.7214 9.43149C22.6914 9.78163 22.6257 10.1191 22.4536 10.4385C22.2197 10.8724 21.8618 11.2268 21.4262 11.4578C21.1063 11.6273 20.7683 11.6921 20.4167 11.7217C20.0813 11.75 19.6715 11.75 19.1871 11.75H19.1871H17.8129H17.8129C17.3285 11.75 16.9187 11.75 16.5833 11.7217C16.2317 11.6921 15.8937 11.6273 15.5738 11.4578C15.1382 11.2268 14.7803 10.8724 14.5464 10.4385C14.3743 10.1191 14.3086 9.78163 14.2786 9.43149C14.25 9.09807 14.25 8.69105 14.25 8.21122V8.21119C14.25 7.73135 14.25 7.2619 14.2786 6.92848C14.3086 6.57833 14.3743 6.24083 14.5464 5.92145C14.7803 5.48753 15.1382 5.13313 15.5738 4.90222C15.6421 4.86599 15.7113 4.83455 15.7813 4.80722V3.95232Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.0163 6.19739C9.18623 6.2003 7.81437 6.21925 6.73454 6.34208C5.48503 6.48422 4.77578 6.7525 4.27359 7.1774C3.54072 7.79747 3.20423 8.61737 3.20423 10.5855C3.19042 11.1231 2.74183 11.5477 2.20228 11.534C1.66272 11.5202 1.23652 11.0733 1.25033 10.5357C1.25033 8.70945 1.54676 6.92973 3.00843 5.69304C3.93877 4.90589 5.09859 4.56816 6.51283 4.40728C7.69455 4.27286 9.20339 4.25294 11.0165 4.25C11.5542 4.24913 11.9904 4.68542 11.9904 5.22317C11.9904 5.76093 11.554 6.19653 11.0163 6.19739Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.7485 14.4769C22.7436 15.94 22.7156 17.2035 22.5585 18.1924C22.3571 19.4594 21.9258 20.4993 20.9723 21.306C20.1841 21.9728 19.2317 22.3168 18.1005 22.5042C16.9868 22.6888 15.6221 22.7331 13.9575 22.7451C13.7985 22.7462 13.759 22.7495 13.4049 22.7495C12.8652 22.7495 12.4276 22.3136 12.4276 21.7758C12.4276 21.2381 12.8652 20.8021 13.4049 20.8021C13.755 20.8021 13.7857 20.7989 13.9397 20.7978C15.6122 20.7858 16.8358 20.7397 17.7798 20.5833C18.7069 20.4296 19.2816 20.1816 19.7072 19.8216C20.1863 19.4162 20.4712 18.8747 20.628 17.8879C20.7637 17.0338 20.7892 15.9481 20.7939 14.4772C20.7957 13.9374 21.2326 13.4995 21.7723 13.4995C22.312 13.4995 22.7503 13.9372 22.7485 14.4769Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 21.7991C1.25 21.2744 1.67493 20.8491 2.19912 20.8491H2.20764C2.73182 20.8491 3.15676 21.2744 3.15676 21.7991C3.15676 22.3238 2.73182 22.7491 2.20764 22.7491H2.19912C1.67493 22.7491 1.25 22.3238 1.25 21.7991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.30175 14.2C1.30175 13.6753 1.72668 13.25 2.25087 13.25C6.48852 13.25 10.75 16.9657 10.75 21.7999C10.75 22.3246 10.3251 22.7499 9.80088 22.7499C9.2767 22.7499 8.85177 22.3246 8.85177 21.7999C8.85177 18.0846 5.51103 15.1501 2.25087 15.1501C1.72668 15.1501 1.30175 14.7247 1.30175 14.2ZM1.31934 17.6418C1.41978 17.1269 1.91826 16.7909 2.43273 16.8914C4.71641 17.3377 6.6405 19.3429 6.92317 21.686C6.98601 22.2069 6.61509 22.6802 6.09468 22.7431C5.57428 22.806 5.10147 22.4347 5.03863 21.9138C4.85742 20.4117 3.56772 19.0492 2.069 18.7563C1.55453 18.6557 1.2189 18.1568 1.31934 17.6418Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7813 3.95232C15.7813 2.45396 17.0044 1.25 18.5 1.25C19.1725 1.25 19.7904 1.49372 20.2656 1.89733C20.5813 2.16548 20.6198 2.63879 20.3517 2.95449C20.0835 3.27019 19.6102 3.30873 19.2945 3.04058C19.0813 2.85948 18.8049 2.75 18.5 2.75C17.821 2.75 17.2813 3.29421 17.2813 3.95232V4.61162L19.1871 4.60997C19.6715 4.60996 20.0813 4.60994 20.4167 4.63824C20.7683 4.66789 21.1063 4.73264 21.4262 4.90222C21.8618 5.13313 22.2197 5.48753 22.4536 5.92145C22.6257 6.24083 22.6914 6.57833 22.7214 6.92848C22.75 7.2619 22.75 7.73137 22.75 8.2112C22.75 8.69104 22.75 9.09807 22.7214 9.43149C22.6914 9.78163 22.6257 10.1191 22.4536 10.4385C22.2197 10.8724 21.8618 11.2268 21.4262 11.4578C21.1063 11.6273 20.7683 11.6921 20.4167 11.7217C20.0813 11.75 19.6715 11.75 19.1871 11.75H19.1871H17.8129H17.8129C17.3285 11.75 16.9187 11.75 16.5833 11.7217C16.2317 11.6921 15.8937 11.6273 15.5738 11.4578C15.1382 11.2268 14.7803 10.8724 14.5464 10.4385C14.3743 10.1191 14.3086 9.78163 14.2786 9.43149C14.25 9.09807 14.25 8.69105 14.25 8.21122V8.21119C14.25 7.73135 14.25 7.2619 14.2786 6.92848C14.3086 6.57833 14.3743 6.24083 14.5464 5.92145C14.7803 5.48753 15.1382 5.13313 15.5738 4.90222C15.6421 4.86599 15.7113 4.83455 15.7813 4.80722V3.95232Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.0163 6.19739C9.18623 6.2003 7.81437 6.21925 6.73454 6.34208C5.48503 6.48422 4.77578 6.7525 4.27359 7.1774C3.54072 7.79747 3.20423 8.61737 3.20423 10.5855C3.19042 11.1231 2.74183 11.5477 2.20228 11.534C1.66272 11.5202 1.23652 11.0733 1.25033 10.5357C1.25033 8.70945 1.54676 6.92973 3.00843 5.69304C3.93877 4.90589 5.09859 4.56816 6.51283 4.40728C7.69455 4.27286 9.20339 4.25294 11.0165 4.25C11.5542 4.24913 11.9904 4.68542 11.9904 5.22317C11.9904 5.76093 11.554 6.19653 11.0163 6.19739Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.7485 14.4769C22.7436 15.94 22.7156 17.2035 22.5585 18.1924C22.3571 19.4594 21.9258 20.4993 20.9723 21.306C20.1841 21.9728 19.2317 22.3168 18.1005 22.5042C16.9868 22.6888 15.6221 22.7331 13.9575 22.7451C13.7985 22.7462 13.759 22.7495 13.4049 22.7495C12.8652 22.7495 12.4276 22.3136 12.4276 21.7758C12.4276 21.2381 12.8652 20.8021 13.4049 20.8021C13.755 20.8021 13.7857 20.7989 13.9397 20.7978C15.6122 20.7858 16.8358 20.7397 17.7798 20.5833C18.7069 20.4296 19.2816 20.1816 19.7072 19.8216C20.1863 19.4162 20.4712 18.8747 20.628 17.8879C20.7637 17.0338 20.7892 15.9481 20.7939 14.4772C20.7957 13.9374 21.2326 13.4995 21.7723 13.4995C22.312 13.4995 22.7503 13.9372 22.7485 14.4769Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 21.7991C1.25 21.2744 1.67493 20.8491 2.19912 20.8491H2.20764C2.73182 20.8491 3.15676 21.2744 3.15676 21.7991C3.15676 22.3238 2.73182 22.7491 2.20764 22.7491H2.19912C1.67493 22.7491 1.25 22.3238 1.25 21.7991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.30175 14.2C1.30175 13.6753 1.72668 13.25 2.25087 13.25C6.48852 13.25 10.75 16.9657 10.75 21.7999C10.75 22.3246 10.3251 22.7499 9.80088 22.7499C9.2767 22.7499 8.85177 22.3246 8.85177 21.7999C8.85177 18.0846 5.51103 15.1501 2.25087 15.1501C1.72668 15.1501 1.30175 14.7247 1.30175 14.2ZM1.31934 17.6418C1.41978 17.1269 1.91826 16.7909 2.43273 16.8914C4.71641 17.3377 6.6405 19.3429 6.92317 21.686C6.98601 22.2069 6.61509 22.6802 6.09468 22.7431C5.57428 22.806 5.10147 22.4347 5.03863 21.9138C4.85742 20.4117 3.56772 19.0492 2.069 18.7563C1.55453 18.6557 1.2189 18.1568 1.31934 17.6418Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-rss{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9904 4.69737C9.66122 4.69737 7.99799 4.69887 6.73454 4.84259C5.48503 4.98472 4.77578 5.25301 4.27359 5.6779C3.54072 6.29798 3.20423 7.11788 3.20423 9.08601C3.19042 9.62358 2.74183 10.0482 2.20228 10.0345C1.66272 10.0207 1.23652 9.57377 1.25033 9.03619C1.25033 7.20996 1.54676 5.43023 3.00843 4.19354C3.93877 3.4064 5.09859 3.06866 6.51283 2.90779C7.90017 2.74998 9.73836 2.74999 11.9904 2.75C14.2424 2.74999 16.0802 2.74998 17.4676 2.90779C18.8818 3.06866 20.0416 3.4064 20.972 4.19354C21.9254 5.0002 22.3568 6.04006 22.5581 7.30706C22.7493 8.51006 22.7496 10.1193 22.7496 12C22.7496 13.8807 22.7496 15.4899 22.5585 16.6929C22.3571 17.9599 21.9258 18.9998 20.9723 19.8065C20.1841 20.4734 19.2317 20.8173 18.1005 21.0047C16.9868 21.1893 15.6221 21.2336 13.9575 21.2456C13.7985 21.2467 13.759 21.25 13.4049 21.25C12.8652 21.25 12.4276 20.8141 12.4276 20.2763C12.4276 19.7386 12.8652 19.3026 13.4049 19.3026C13.755 19.3026 13.7857 19.2994 13.9397 19.2983C15.6122 19.2863 16.8358 19.2402 17.7798 19.0838C18.7069 18.9301 19.2816 18.6821 19.7072 18.3221C20.1863 17.9167 20.4712 17.3752 20.628 16.3884C20.7922 15.3552 20.795 13.983 20.795 12C20.795 10.017 20.7918 8.64481 20.6276 7.61157C20.4708 6.62482 20.1859 6.08328 19.7068 5.6779C19.2046 5.25301 18.4954 4.98472 17.2459 4.84259C15.9824 4.69887 14.3196 4.69737 11.9904 4.69737Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 20.2991C1.25 19.7744 1.67493 19.3491 2.19912 19.3491H2.20764C2.73182 19.3491 3.15676 19.7744 3.15676 20.2991C3.15676 20.8238 2.73182 21.2491 2.20764 21.2491H2.19912C1.67493 21.2491 1.25 20.8238 1.25 20.2991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.30175 12.7C1.30175 12.1753 1.72668 11.75 2.25087 11.75C6.48852 11.75 10.75 15.4657 10.75 20.2999C10.75 20.8246 10.3251 21.2499 9.80088 21.2499C9.2767 21.2499 8.85177 20.8246 8.85177 20.2999C8.85177 16.5846 5.51103 13.6501 2.25087 13.6501C1.72668 13.6501 1.30175 13.2247 1.30175 12.7ZM1.31934 16.1418C1.41978 15.6269 1.91826 15.2909 2.43273 15.3914C4.71641 15.8377 6.6405 17.8429 6.92317 20.186C6.98601 20.7069 6.61509 21.1802 6.09468 21.2431C5.57428 21.306 5.10147 20.9347 5.03863 20.4138C4.85742 18.9117 3.56772 17.5492 2.069 17.2563C1.55453 17.1557 1.2189 16.6568 1.31934 16.1418Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9904 4.69737C9.66122 4.69737 7.99799 4.69887 6.73454 4.84259C5.48503 4.98472 4.77578 5.25301 4.27359 5.6779C3.54072 6.29798 3.20423 7.11788 3.20423 9.08601C3.19042 9.62358 2.74183 10.0482 2.20228 10.0345C1.66272 10.0207 1.23652 9.57377 1.25033 9.03619C1.25033 7.20996 1.54676 5.43023 3.00843 4.19354C3.93877 3.4064 5.09859 3.06866 6.51283 2.90779C7.90017 2.74998 9.73836 2.74999 11.9904 2.75C14.2424 2.74999 16.0802 2.74998 17.4676 2.90779C18.8818 3.06866 20.0416 3.4064 20.972 4.19354C21.9254 5.0002 22.3568 6.04006 22.5581 7.30706C22.7493 8.51006 22.7496 10.1193 22.7496 12C22.7496 13.8807 22.7496 15.4899 22.5585 16.6929C22.3571 17.9599 21.9258 18.9998 20.9723 19.8065C20.1841 20.4734 19.2317 20.8173 18.1005 21.0047C16.9868 21.1893 15.6221 21.2336 13.9575 21.2456C13.7985 21.2467 13.759 21.25 13.4049 21.25C12.8652 21.25 12.4276 20.8141 12.4276 20.2763C12.4276 19.7386 12.8652 19.3026 13.4049 19.3026C13.755 19.3026 13.7857 19.2994 13.9397 19.2983C15.6122 19.2863 16.8358 19.2402 17.7798 19.0838C18.7069 18.9301 19.2816 18.6821 19.7072 18.3221C20.1863 17.9167 20.4712 17.3752 20.628 16.3884C20.7922 15.3552 20.795 13.983 20.795 12C20.795 10.017 20.7918 8.64481 20.6276 7.61157C20.4708 6.62482 20.1859 6.08328 19.7068 5.6779C19.2046 5.25301 18.4954 4.98472 17.2459 4.84259C15.9824 4.69887 14.3196 4.69737 11.9904 4.69737Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.25 20.2991C1.25 19.7744 1.67493 19.3491 2.19912 19.3491H2.20764C2.73182 19.3491 3.15676 19.7744 3.15676 20.2991C3.15676 20.8238 2.73182 21.2491 2.20764 21.2491H2.19912C1.67493 21.2491 1.25 20.8238 1.25 20.2991Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.30175 12.7C1.30175 12.1753 1.72668 11.75 2.25087 11.75C6.48852 11.75 10.75 15.4657 10.75 20.2999C10.75 20.8246 10.3251 21.2499 9.80088 21.2499C9.2767 21.2499 8.85177 20.8246 8.85177 20.2999C8.85177 16.5846 5.51103 13.6501 2.25087 13.6501C1.72668 13.6501 1.30175 13.2247 1.30175 12.7ZM1.31934 16.1418C1.41978 15.6269 1.91826 15.2909 2.43273 15.3914C4.71641 15.8377 6.6405 17.8429 6.92317 20.186C6.98601 20.7069 6.61509 21.1802 6.09468 21.2431C5.57428 21.306 5.10147 20.9347 5.03863 20.4138C4.85742 18.9117 3.56772 17.5492 2.069 17.2563C1.55453 17.1557 1.2189 16.6568 1.31934 16.1418Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-satellite{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.70711 4.07325C9.59196 4.17208 9.438 4.32408 9.18767 4.5744L8.5744 5.18767C8.32408 5.438 8.17208 5.59196 8.07325 5.70711C8.17208 5.82225 8.32408 5.97622 8.5744 6.22654L10.0254 7.67751L8.61116 9.09172L7.16019 7.64075C7.14804 7.62861 7.13588 7.61646 7.12372 7.6043C6.86646 7.34717 6.60782 7.08866 6.4218 6.84485C6.20939 6.56644 6 6.19329 6 5.70711C6 5.22093 6.20938 4.84777 6.4218 4.56936C6.60782 4.32556 6.86647 4.06704 7.12373 3.80991C7.13589 3.79776 7.14804 3.78561 7.16019 3.77346L7.77346 3.16019C7.78561 3.14804 7.79776 3.13589 7.80991 3.12373C8.06704 2.86647 8.32556 2.60782 8.56936 2.4218C8.84777 2.20938 9.22093 2 9.70711 2C10.1933 2 10.5664 2.20938 10.8449 2.4218C11.0887 2.60782 11.3472 2.86646 11.6043 3.12372C11.6165 3.13588 11.6286 3.14804 11.6408 3.16019L11.648 3.16742L13.2507 4.83703L11.8079 6.22205L10.2193 4.56719C9.97325 4.32115 9.82114 4.17113 9.70711 4.07325ZM19.4256 13.7735L17.7143 12.0621L19.1285 10.6479L20.8398 12.3592C20.852 12.3714 20.8641 12.3835 20.8763 12.3957C21.1335 12.6528 21.3922 12.9113 21.5782 13.1551C21.7906 13.4336 22 13.8067 22 14.2929C22 14.7791 21.7906 15.1522 21.5782 15.4306C21.3922 15.6744 21.1335 15.933 20.8763 16.1901C20.8641 16.2022 20.852 16.2144 20.8398 16.2265L20.2265 16.8398C20.2144 16.852 20.2022 16.8641 20.1901 16.8763C19.933 17.1335 19.6744 17.3922 19.4306 17.5782C19.1522 17.7906 18.7791 18 18.2929 18C17.8067 18 17.4336 17.7906 17.1551 17.5782C16.9113 17.3922 16.6528 17.1335 16.3957 16.8763C16.3835 16.8641 16.3714 16.852 16.3592 16.8398L14.804 15.2846L16.2183 13.8704L17.7735 15.4256C18.0238 15.6759 18.1777 15.8279 18.2929 15.9268C18.408 15.8279 18.562 15.6759 18.8123 15.4256L19.4256 14.8123C19.6759 14.562 19.8279 14.408 19.9268 14.2929C19.8279 14.1777 19.6759 14.0238 19.4256 13.7735Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0052 5.5788C13.7769 3.80707 16.6495 3.80707 18.4212 5.5788C20.1929 7.35053 20.1929 10.2231 18.4212 11.9948L16.2511 14.1649C15.8447 14.5713 15.4977 14.9184 15.1856 15.1695C14.8553 15.4352 14.4968 15.6507 14.0543 15.7208C13.8084 15.7597 13.5578 15.7597 13.3119 15.7208C12.8694 15.6507 12.5109 15.4352 12.1807 15.1695C11.8685 14.9184 11.5215 14.5713 11.1151 14.1649L9.83508 12.8849C9.42864 12.4785 9.08163 12.1315 8.83052 11.8193C8.56482 11.4891 8.3493 11.1306 8.27921 10.6881C8.24026 10.4422 8.24026 10.1916 8.27921 9.94569C8.3493 9.50317 8.56482 9.14471 8.83052 8.81444C9.08163 8.50231 9.42865 8.15532 9.83509 7.74891L12.0052 5.5788Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.77289 13.0029C7.3236 12.9612 7.80382 13.3739 7.84549 13.9246C7.9265 14.9952 8.97929 16.0488 10.077 16.1335C10.6276 16.176 11.0396 16.6568 10.9971 17.2075C10.9546 17.7581 10.4738 18.1701 9.92312 18.1276C7.85685 17.9682 6.00787 16.1461 5.85119 14.0755C5.80952 13.5248 6.22218 13.0446 6.77289 13.0029ZM3.05663 14.2394C3.60821 14.2675 4.03263 14.7373 4.00461 15.2889C3.94473 16.4676 4.48228 17.679 5.40781 18.5973C6.33308 19.5153 7.55919 20.0536 8.75602 19.9958C9.30766 19.9691 9.77645 20.3947 9.80309 20.9464C9.82973 21.498 9.40413 21.9668 8.85248 21.9935C6.99891 22.083 5.24892 21.257 3.99915 20.017C2.74965 18.7773 1.91323 17.0368 2.00718 15.1874C2.03521 14.6358 2.50506 14.2114 3.05663 14.2394Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.70711 4.07325C9.59196 4.17208 9.438 4.32408 9.18767 4.5744L8.5744 5.18767C8.32408 5.438 8.17208 5.59196 8.07325 5.70711C8.17208 5.82225 8.32408 5.97622 8.5744 6.22654L10.0254 7.67751L8.61116 9.09172L7.16019 7.64075C7.14804 7.62861 7.13588 7.61646 7.12372 7.6043C6.86646 7.34717 6.60782 7.08866 6.4218 6.84485C6.20939 6.56644 6 6.19329 6 5.70711C6 5.22093 6.20938 4.84777 6.4218 4.56936C6.60782 4.32556 6.86647 4.06704 7.12373 3.80991C7.13589 3.79776 7.14804 3.78561 7.16019 3.77346L7.77346 3.16019C7.78561 3.14804 7.79776 3.13589 7.80991 3.12373C8.06704 2.86647 8.32556 2.60782 8.56936 2.4218C8.84777 2.20938 9.22093 2 9.70711 2C10.1933 2 10.5664 2.20938 10.8449 2.4218C11.0887 2.60782 11.3472 2.86646 11.6043 3.12372C11.6165 3.13588 11.6286 3.14804 11.6408 3.16019L11.648 3.16742L13.2507 4.83703L11.8079 6.22205L10.2193 4.56719C9.97325 4.32115 9.82114 4.17113 9.70711 4.07325ZM19.4256 13.7735L17.7143 12.0621L19.1285 10.6479L20.8398 12.3592C20.852 12.3714 20.8641 12.3835 20.8763 12.3957C21.1335 12.6528 21.3922 12.9113 21.5782 13.1551C21.7906 13.4336 22 13.8067 22 14.2929C22 14.7791 21.7906 15.1522 21.5782 15.4306C21.3922 15.6744 21.1335 15.933 20.8763 16.1901C20.8641 16.2022 20.852 16.2144 20.8398 16.2265L20.2265 16.8398C20.2144 16.852 20.2022 16.8641 20.1901 16.8763C19.933 17.1335 19.6744 17.3922 19.4306 17.5782C19.1522 17.7906 18.7791 18 18.2929 18C17.8067 18 17.4336 17.7906 17.1551 17.5782C16.9113 17.3922 16.6528 17.1335 16.3957 16.8763C16.3835 16.8641 16.3714 16.852 16.3592 16.8398L14.804 15.2846L16.2183 13.8704L17.7735 15.4256C18.0238 15.6759 18.1777 15.8279 18.2929 15.9268C18.408 15.8279 18.562 15.6759 18.8123 15.4256L19.4256 14.8123C19.6759 14.562 19.8279 14.408 19.9268 14.2929C19.8279 14.1777 19.6759 14.0238 19.4256 13.7735Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0052 5.5788C13.7769 3.80707 16.6495 3.80707 18.4212 5.5788C20.1929 7.35053 20.1929 10.2231 18.4212 11.9948L16.2511 14.1649C15.8447 14.5713 15.4977 14.9184 15.1856 15.1695C14.8553 15.4352 14.4968 15.6507 14.0543 15.7208C13.8084 15.7597 13.5578 15.7597 13.3119 15.7208C12.8694 15.6507 12.5109 15.4352 12.1807 15.1695C11.8685 14.9184 11.5215 14.5713 11.1151 14.1649L9.83508 12.8849C9.42864 12.4785 9.08163 12.1315 8.83052 11.8193C8.56482 11.4891 8.3493 11.1306 8.27921 10.6881C8.24026 10.4422 8.24026 10.1916 8.27921 9.94569C8.3493 9.50317 8.56482 9.14471 8.83052 8.81444C9.08163 8.50231 9.42865 8.15532 9.83509 7.74891L12.0052 5.5788Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.77289 13.0029C7.3236 12.9612 7.80382 13.3739 7.84549 13.9246C7.9265 14.9952 8.97929 16.0488 10.077 16.1335C10.6276 16.176 11.0396 16.6568 10.9971 17.2075C10.9546 17.7581 10.4738 18.1701 9.92312 18.1276C7.85685 17.9682 6.00787 16.1461 5.85119 14.0755C5.80952 13.5248 6.22218 13.0446 6.77289 13.0029ZM3.05663 14.2394C3.60821 14.2675 4.03263 14.7373 4.00461 15.2889C3.94473 16.4676 4.48228 17.679 5.40781 18.5973C6.33308 19.5153 7.55919 20.0536 8.75602 19.9958C9.30766 19.9691 9.77645 20.3947 9.80309 20.9464C9.82973 21.498 9.40413 21.9668 8.85248 21.9935C6.99891 22.083 5.24892 21.257 3.99915 20.017C2.74965 18.7773 1.91323 17.0368 2.00718 15.1874C2.03521 14.6358 2.50506 14.2114 3.05663 14.2394Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-secured-network{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C9.50919 1 7.5 3.0295 7.5 5.52063V7.96876C6.11906 9.20473 5.25 11.0009 5.25 13C5.25 16.7279 8.27208 19.75 12 19.75C15.7279 19.75 18.75 16.7279 18.75 13C18.75 11.0009 17.8809 9.20473 16.5 7.96876V5.52063C16.5 3.0295 14.4908 1 12 1ZM14.5 6.7281V5.52063C14.5 4.12298 13.3752 3 12 3C10.6248 3 9.5 4.12298 9.5 5.52063V6.7281C10.2732 6.41963 11.1168 6.25 12 6.25C12.8832 6.25 13.7268 6.41963 14.5 6.7281ZM10.9998 13C10.9998 12.4477 11.4475 12 11.9998 12H12.0088C12.5611 12 13.0088 12.4477 13.0088 13C13.0088 13.5523 12.5611 14 12.0088 14H11.9998C11.4475 14 10.9998 13.5523 10.9998 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 18C12.5523 18 13 18.4477 13 19V21H20C20.5523 21 21 21.4477 21 22C21 22.5523 20.5523 23 20 23H4C3.44772 23 3 22.5523 3 22C3 21.4477 3.44772 21 4 21H11V19C11 18.4477 11.4477 18 12 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1C9.50919 1 7.5 3.0295 7.5 5.52063V7.96876C6.11906 9.20473 5.25 11.0009 5.25 13C5.25 16.7279 8.27208 19.75 12 19.75C15.7279 19.75 18.75 16.7279 18.75 13C18.75 11.0009 17.8809 9.20473 16.5 7.96876V5.52063C16.5 3.0295 14.4908 1 12 1ZM14.5 6.7281V5.52063C14.5 4.12298 13.3752 3 12 3C10.6248 3 9.5 4.12298 9.5 5.52063V6.7281C10.2732 6.41963 11.1168 6.25 12 6.25C12.8832 6.25 13.7268 6.41963 14.5 6.7281ZM10.9998 13C10.9998 12.4477 11.4475 12 11.9998 12H12.0088C12.5611 12 13.0088 12.4477 13.0088 13C13.0088 13.5523 12.5611 14 12.0088 14H11.9998C11.4475 14 10.9998 13.5523 10.9998 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 18C12.5523 18 13 18.4477 13 19V21H20C20.5523 21 21 21.4477 21 22C21 22.5523 20.5523 23 20 23H4C3.44772 23 3 22.5523 3 22C3 21.4477 3.44772 21 4 21H11V19C11 18.4477 11.4477 18 12 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-security-wifi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 1.25C11.2533 1.25 10.5485 1.50823 9.49567 1.894L9.37222 1.93921L6.42425 3.01826L6.26414 3.07682C4.9837 3.54491 4.12632 3.85833 3.50523 4.44812C3.12258 4.81148 2.81469 5.24471 2.59944 5.72435C2.24903 6.50514 2.24944 7.40725 2.25005 8.7381L2.2501 8.90856V9.68065L2.2501 9.80767C2.24999 12.0905 2.24993 13.385 2.57277 14.5815C2.97122 16.0583 3.72624 17.4186 4.77291 18.5489C5.62039 19.4642 6.72735 20.1695 8.68861 21.4191L8.68867 21.4191L8.79473 21.4867L8.89544 21.5509C9.72131 22.0775 10.2719 22.4285 10.8718 22.5958C11.6094 22.8014 12.3908 22.8014 13.1284 22.5958C13.7283 22.4285 14.2789 22.0775 15.1048 21.5509L15.2055 21.4867L15.3115 21.4191C17.2728 20.1695 18.3798 19.4642 19.2273 18.5489C20.274 17.4186 21.029 16.0583 21.4274 14.5815C21.7503 13.385 21.7502 12.0905 21.7501 9.80768L21.7501 8.90856L21.7502 8.7381V8.73808C21.7508 7.40724 21.7512 6.50513 21.4008 5.72435C21.1855 5.24471 20.8776 4.81148 20.495 4.44812C19.8739 3.85833 19.0165 3.54491 17.7361 3.07682L17.5759 3.01826L14.628 1.93921L14.5045 1.894C13.4517 1.50823 12.747 1.25 12.0001 1.25ZM11.9946 7C10.2653 7 8.67508 7.63946 7.36896 8.70203C6.94054 9.05057 6.87578 9.68041 7.22431 10.1088C7.57284 10.5373 8.20269 10.602 8.63111 10.2535C9.62265 9.44682 10.7765 9 11.9946 9C13.2165 9 14.3738 9.44963 15.3675 10.2611C15.7952 10.6105 16.4252 10.5469 16.7746 10.1192C17.1239 9.6914 17.0603 9.06143 16.6326 8.71209C15.3241 7.64352 13.7294 7 11.9946 7ZM11.9946 10.3607C11.0147 10.3607 10.0971 10.6484 9.29784 11.144C8.82846 11.435 8.68388 12.0514 8.97491 12.5208C9.26595 12.9902 9.88239 13.1348 10.3518 12.8437C10.8597 12.5288 11.4157 12.3607 11.9946 12.3607C12.5764 12.3607 13.1351 12.5304 13.6452 12.8485C14.1138 13.1408 14.7306 12.9978 15.0228 12.5291C15.3151 12.0605 15.1721 11.4437 14.7034 11.1515C13.9013 10.6513 12.9795 10.3607 11.9946 10.3607ZM11 15C11 14.4477 11.4477 14 12 14H12.0064C12.5587 14 13.0064 14.4477 13.0064 15C13.0064 15.5523 12.5587 16 12.0064 16H12C11.4477 16 11 15.5523 11 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 1.25C11.2533 1.25 10.5485 1.50823 9.49567 1.894L9.37222 1.93921L6.42425 3.01826L6.26414 3.07682C4.9837 3.54491 4.12632 3.85833 3.50523 4.44812C3.12258 4.81148 2.81469 5.24471 2.59944 5.72435C2.24903 6.50514 2.24944 7.40725 2.25005 8.7381L2.2501 8.90856V9.68065L2.2501 9.80767C2.24999 12.0905 2.24993 13.385 2.57277 14.5815C2.97122 16.0583 3.72624 17.4186 4.77291 18.5489C5.62039 19.4642 6.72735 20.1695 8.68861 21.4191L8.68867 21.4191L8.79473 21.4867L8.89544 21.5509C9.72131 22.0775 10.2719 22.4285 10.8718 22.5958C11.6094 22.8014 12.3908 22.8014 13.1284 22.5958C13.7283 22.4285 14.2789 22.0775 15.1048 21.5509L15.2055 21.4867L15.3115 21.4191C17.2728 20.1695 18.3798 19.4642 19.2273 18.5489C20.274 17.4186 21.029 16.0583 21.4274 14.5815C21.7503 13.385 21.7502 12.0905 21.7501 9.80768L21.7501 8.90856L21.7502 8.7381V8.73808C21.7508 7.40724 21.7512 6.50513 21.4008 5.72435C21.1855 5.24471 20.8776 4.81148 20.495 4.44812C19.8739 3.85833 19.0165 3.54491 17.7361 3.07682L17.5759 3.01826L14.628 1.93921L14.5045 1.894C13.4517 1.50823 12.747 1.25 12.0001 1.25ZM11.9946 7C10.2653 7 8.67508 7.63946 7.36896 8.70203C6.94054 9.05057 6.87578 9.68041 7.22431 10.1088C7.57284 10.5373 8.20269 10.602 8.63111 10.2535C9.62265 9.44682 10.7765 9 11.9946 9C13.2165 9 14.3738 9.44963 15.3675 10.2611C15.7952 10.6105 16.4252 10.5469 16.7746 10.1192C17.1239 9.6914 17.0603 9.06143 16.6326 8.71209C15.3241 7.64352 13.7294 7 11.9946 7ZM11.9946 10.3607C11.0147 10.3607 10.0971 10.6484 9.29784 11.144C8.82846 11.435 8.68388 12.0514 8.97491 12.5208C9.26595 12.9902 9.88239 13.1348 10.3518 12.8437C10.8597 12.5288 11.4157 12.3607 11.9946 12.3607C12.5764 12.3607 13.1351 12.5304 13.6452 12.8485C14.1138 13.1408 14.7306 12.9978 15.0228 12.5291C15.3151 12.0605 15.1721 11.4437 14.7034 11.1515C13.9013 10.6513 12.9795 10.3607 11.9946 10.3607ZM11 15C11 14.4477 11.4477 14 12 14H12.0064C12.5587 14 13.0064 14.4477 13.0064 15C13.0064 15.5523 12.5587 16 12.0064 16H12C11.4477 16 11 15.5523 11 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-shared-wifi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3C10.4962 3 9.08033 3.36812 7.83568 4.01906C7.9421 4.3266 8 4.65677 8 5C8 6.65685 6.65685 8 5 8C4.2261 8 3.51861 7.70565 2.98706 7.22445C2.38224 6.67692 2 5.8824 2 5C2 3.34315 3.34315 2 5 2C5.57126 2 6.10569 2.16021 6.56011 2.43729C8.16497 1.52257 10.0226 1 12 1C12.7521 1 13.4876 1.07563 14.1989 1.22002C14.7402 1.32989 15.0899 1.85772 14.98 2.39897C14.8701 2.94021 14.3423 3.28992 13.8011 3.18005C13.22 3.06209 12.6177 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.7755 2.98707C17.3231 2.38225 18.1176 2 19 2C20.6569 2 22 3.34315 22 5C22 5.57151 21.8402 6.10569 21.5628 6.5603C22.4775 8.16513 23 10.0227 23 12C23 12.7521 22.9244 13.4876 22.78 14.1989C22.6701 14.7402 22.1423 15.0899 21.601 14.98C21.0598 14.8701 20.7101 14.3423 20.82 13.8011C20.9379 13.22 21 12.6177 21 12C21 10.4962 20.6319 9.0805 19.9811 7.83592C19.6737 7.94225 19.3436 8 19 8C17.3431 8 16 6.65685 16 5C16 4.2261 16.2944 3.51861 16.7755 2.98707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.39897 9.01999C2.94021 9.12985 3.28992 9.65769 3.18005 10.1989C3.06209 10.78 3 11.3823 3 12C3 13.5038 3.36812 14.9197 4.01906 16.1643C4.32661 16.0579 4.65677 16 5 16C6.65685 16 8 17.3431 8 19C8 19.7739 7.70565 20.4814 7.22445 21.0129C6.67692 21.6178 5.88241 22 5 22C3.34315 22 2 20.6569 2 19C2 18.4287 2.16021 17.8943 2.43729 17.4399C1.52257 15.835 1 13.9774 1 12C1 11.2479 1.07563 10.5124 1.22002 9.80107C1.32989 9.25982 1.85772 8.91012 2.39897 9.01999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16 19C16 17.3431 17.3431 16 19 16C19.7739 16 20.4814 16.2944 21.0129 16.7755C21.6178 17.3231 22 18.1176 22 19C22 20.6569 20.6569 22 19 22C18.4287 22 17.8943 21.8398 17.4399 21.5627C15.835 22.4774 13.9774 23 12 23C11.2479 23 10.5124 22.9244 9.80107 22.78C9.25982 22.6701 8.91012 22.1423 9.01999 21.601C9.12985 21.0598 9.65769 20.7101 10.1989 20.82C10.78 20.9379 11.3823 21 12 21C13.5038 21 14.9197 20.6319 16.1643 19.9809C16.0579 19.6734 16 19.3432 16 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9946 8C10.2653 8 8.67508 8.63946 7.36896 9.70203C6.94054 10.0506 6.87578 10.6804 7.22431 11.1088C7.57284 11.5373 8.20269 11.602 8.63111 11.2535C9.62265 10.4468 10.7765 10 11.9946 10C13.2165 10 14.3738 10.4496 15.3675 11.2611C15.7952 11.6105 16.4252 11.5469 16.7746 11.1192C17.1239 10.6914 17.0603 10.0614 16.6326 9.71209C15.3241 8.64352 13.7294 8 11.9946 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9946 11.3607C11.0147 11.3607 10.0971 11.6484 9.29784 12.144C8.82846 12.435 8.68388 13.0514 8.97491 13.5208C9.26595 13.9902 9.88239 14.1348 10.3518 13.8437C10.8598 13.5288 11.4157 13.3607 11.9946 13.3607C12.5764 13.3607 13.1351 13.5304 13.6452 13.8485C14.1138 14.1408 14.7306 13.9978 15.0228 13.5291C15.3151 13.0605 15.1721 12.4437 14.7034 12.1515C13.9013 11.6513 12.9795 11.3607 11.9946 11.3607Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 15C11.4477 15 11 15.4477 11 16C11 16.5523 11.4477 17 12 17H12.0064C12.5587 17 13.0064 16.5523 13.0064 16C13.0064 15.4477 12.5587 15 12.0064 15H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3C10.4962 3 9.08033 3.36812 7.83568 4.01906C7.9421 4.3266 8 4.65677 8 5C8 6.65685 6.65685 8 5 8C4.2261 8 3.51861 7.70565 2.98706 7.22445C2.38224 6.67692 2 5.8824 2 5C2 3.34315 3.34315 2 5 2C5.57126 2 6.10569 2.16021 6.56011 2.43729C8.16497 1.52257 10.0226 1 12 1C12.7521 1 13.4876 1.07563 14.1989 1.22002C14.7402 1.32989 15.0899 1.85772 14.98 2.39897C14.8701 2.94021 14.3423 3.28992 13.8011 3.18005C13.22 3.06209 12.6177 3 12 3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.7755 2.98707C17.3231 2.38225 18.1176 2 19 2C20.6569 2 22 3.34315 22 5C22 5.57151 21.8402 6.10569 21.5628 6.5603C22.4775 8.16513 23 10.0227 23 12C23 12.7521 22.9244 13.4876 22.78 14.1989C22.6701 14.7402 22.1423 15.0899 21.601 14.98C21.0598 14.8701 20.7101 14.3423 20.82 13.8011C20.9379 13.22 21 12.6177 21 12C21 10.4962 20.6319 9.0805 19.9811 7.83592C19.6737 7.94225 19.3436 8 19 8C17.3431 8 16 6.65685 16 5C16 4.2261 16.2944 3.51861 16.7755 2.98707Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.39897 9.01999C2.94021 9.12985 3.28992 9.65769 3.18005 10.1989C3.06209 10.78 3 11.3823 3 12C3 13.5038 3.36812 14.9197 4.01906 16.1643C4.32661 16.0579 4.65677 16 5 16C6.65685 16 8 17.3431 8 19C8 19.7739 7.70565 20.4814 7.22445 21.0129C6.67692 21.6178 5.88241 22 5 22C3.34315 22 2 20.6569 2 19C2 18.4287 2.16021 17.8943 2.43729 17.4399C1.52257 15.835 1 13.9774 1 12C1 11.2479 1.07563 10.5124 1.22002 9.80107C1.32989 9.25982 1.85772 8.91012 2.39897 9.01999Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16 19C16 17.3431 17.3431 16 19 16C19.7739 16 20.4814 16.2944 21.0129 16.7755C21.6178 17.3231 22 18.1176 22 19C22 20.6569 20.6569 22 19 22C18.4287 22 17.8943 21.8398 17.4399 21.5627C15.835 22.4774 13.9774 23 12 23C11.2479 23 10.5124 22.9244 9.80107 22.78C9.25982 22.6701 8.91012 22.1423 9.01999 21.601C9.12985 21.0598 9.65769 20.7101 10.1989 20.82C10.78 20.9379 11.3823 21 12 21C13.5038 21 14.9197 20.6319 16.1643 19.9809C16.0579 19.6734 16 19.3432 16 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9946 8C10.2653 8 8.67508 8.63946 7.36896 9.70203C6.94054 10.0506 6.87578 10.6804 7.22431 11.1088C7.57284 11.5373 8.20269 11.602 8.63111 11.2535C9.62265 10.4468 10.7765 10 11.9946 10C13.2165 10 14.3738 10.4496 15.3675 11.2611C15.7952 11.6105 16.4252 11.5469 16.7746 11.1192C17.1239 10.6914 17.0603 10.0614 16.6326 9.71209C15.3241 8.64352 13.7294 8 11.9946 8Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9946 11.3607C11.0147 11.3607 10.0971 11.6484 9.29784 12.144C8.82846 12.435 8.68388 13.0514 8.97491 13.5208C9.26595 13.9902 9.88239 14.1348 10.3518 13.8437C10.8598 13.5288 11.4157 13.3607 11.9946 13.3607C12.5764 13.3607 13.1351 13.5304 13.6452 13.8485C14.1138 14.1408 14.7306 13.9978 15.0228 13.5291C15.3151 13.0605 15.1721 12.4437 14.7034 12.1515C13.9013 11.6513 12.9795 11.3607 11.9946 11.3607Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 15C11.4477 15 11 15.4477 11 16C11 16.5523 11.4477 17 12 17H12.0064C12.5587 17 13.0064 16.5523 13.0064 16C13.0064 15.4477 12.5587 15 12.0064 15H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-signal-full-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.94126 4.25C4.13124 4.24996 3.44377 4.24993 2.92457 4.32238C2.40094 4.39545 1.80255 4.57213 1.47113 5.14674C1.41903 5.23707 1.3748 5.33168 1.33887 5.42948C1.11338 6.04322 1.34661 6.61855 1.61509 7.07905C1.88288 7.53838 2.31089 8.08813 2.8184 8.73999L3.62355 9.77426C3.74709 9.93306 3.87332 10.0953 3.99805 10.2332L3.99805 19C3.99805 19.5523 4.44576 20 4.99805 20C5.55033 20 5.99805 19.5523 5.99805 19L5.99805 10.2343C6.12311 10.0962 6.2497 9.9335 6.37359 9.77426L7.17874 8.73999C7.68625 8.08813 8.11426 7.53838 8.38205 7.07905C8.65053 6.61855 8.88376 6.04322 8.65827 5.42948C8.62234 5.33168 8.57811 5.23707 8.52601 5.14674C8.19459 4.57213 7.5962 4.39545 7.07257 4.32238C6.55337 4.24993 5.86596 4.24996 5.05593 4.25H4.94126Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 13C9.55228 13 10 13.4477 10 14V19C10 19.5523 9.55228 20 9 20C8.44772 20 8 19.5523 8 19V14C8 13.4477 8.44772 13 9 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 10C13.5523 10 14 10.4477 14 11L14 19C14 19.5523 13.5523 20 13 20C12.4477 20 12 19.5523 12 19L12 11C12 10.4477 12.4477 10 13 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 9C17.5523 9 18 9.44772 18 10L18 19C18 19.5523 17.5523 20 17 20C16.4477 20 16 19.5523 16 19L16 10C16 9.44772 16.4477 9 17 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 6C21.5523 6 22 6.44772 22 7L22 19C22 19.5523 21.5523 20 21 20C20.4477 20 20 19.5523 20 19L20 7C20 6.44772 20.4477 6 21 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.94126 4.25C4.13124 4.24996 3.44377 4.24993 2.92457 4.32238C2.40094 4.39545 1.80255 4.57213 1.47113 5.14674C1.41903 5.23707 1.3748 5.33168 1.33887 5.42948C1.11338 6.04322 1.34661 6.61855 1.61509 7.07905C1.88288 7.53838 2.31089 8.08813 2.8184 8.73999L3.62355 9.77426C3.74709 9.93306 3.87332 10.0953 3.99805 10.2332L3.99805 19C3.99805 19.5523 4.44576 20 4.99805 20C5.55033 20 5.99805 19.5523 5.99805 19L5.99805 10.2343C6.12311 10.0962 6.2497 9.9335 6.37359 9.77426L7.17874 8.73999C7.68625 8.08813 8.11426 7.53838 8.38205 7.07905C8.65053 6.61855 8.88376 6.04322 8.65827 5.42948C8.62234 5.33168 8.57811 5.23707 8.52601 5.14674C8.19459 4.57213 7.5962 4.39545 7.07257 4.32238C6.55337 4.24993 5.86596 4.24996 5.05593 4.25H4.94126Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 13C9.55228 13 10 13.4477 10 14V19C10 19.5523 9.55228 20 9 20C8.44772 20 8 19.5523 8 19V14C8 13.4477 8.44772 13 9 13Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 10C13.5523 10 14 10.4477 14 11L14 19C14 19.5523 13.5523 20 13 20C12.4477 20 12 19.5523 12 19L12 11C12 10.4477 12.4477 10 13 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 9C17.5523 9 18 9.44772 18 10L18 19C18 19.5523 17.5523 20 17 20C16.4477 20 16 19.5523 16 19L16 10C16 9.44772 16.4477 9 17 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21 6C21.5523 6 22 6.44772 22 7L22 19C22 19.5523 21.5523 20 21 20C20.4477 20 20 19.5523 20 19L20 7C20 6.44772 20.4477 6 21 6Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-signal-full-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.95526 13.25C4.97013 13.25 4.98505 13.25 5.00001 13.25C5.01496 13.25 5.02988 13.25 5.04476 13.25C5.47757 13.25 5.8744 13.2499 6.19721 13.2933C6.55269 13.3411 6.92842 13.4535 7.23744 13.7626C7.54647 14.0716 7.65891 14.4473 7.70671 14.8028C7.75011 15.1256 7.75006 15.5224 7.75001 15.9553C7.75001 15.9701 7.75001 15.9851 7.75001 16V17C7.75001 17.015 7.75001 17.0299 7.75001 17.0448C7.75006 17.4776 7.75011 17.8744 7.70671 18.1972C7.65891 18.5527 7.54647 18.9284 7.23744 19.2374C6.92842 19.5465 6.55269 19.6589 6.19721 19.7067C5.8744 19.7501 5.47757 19.7501 5.04475 19.75C5.02988 19.75 5.01496 19.75 5.00001 19.75C4.98505 19.75 4.97014 19.75 4.95526 19.75C4.52245 19.7501 4.12561 19.7501 3.8028 19.7067C3.44732 19.6589 3.07159 19.5465 2.76257 19.2374C2.45355 18.9284 2.3411 18.5527 2.29331 18.1972C2.24991 17.8744 2.24995 17.4776 2.25 17.0448C2.25001 17.0299 2.25001 17.015 2.25001 17V16C2.25001 15.985 2.25001 15.9701 2.25 15.9553C2.24995 15.5224 2.24991 15.1256 2.29331 14.8028C2.3411 14.4473 2.45355 14.0716 2.76257 13.7626C3.07159 13.4535 3.44732 13.3411 3.8028 13.2933C4.12561 13.2499 4.52244 13.25 4.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9553 9.25C11.9701 9.25001 11.985 9.25001 12 9.25001C12.015 9.25001 12.0299 9.25001 12.0448 9.25C12.4776 9.24995 12.8744 9.24991 13.1972 9.29331C13.5527 9.3411 13.9284 9.45355 14.2374 9.76257C14.5465 10.0716 14.6589 10.4473 14.7067 10.8028C14.7501 11.1256 14.7501 11.5224 14.75 11.9553C14.75 11.9701 14.75 11.9851 14.75 12V17C14.75 17.015 14.75 17.0299 14.75 17.0448C14.7501 17.4776 14.7501 17.8744 14.7067 18.1972C14.6589 18.5527 14.5465 18.9284 14.2374 19.2374C13.9284 19.5465 13.5527 19.6589 13.1972 19.7067C12.8744 19.7501 12.4776 19.7501 12.0448 19.75C12.0299 19.75 12.015 19.75 12 19.75C11.9851 19.75 11.9701 19.75 11.9553 19.75C11.5224 19.7501 11.1256 19.7501 10.8028 19.7067C10.4473 19.6589 10.0716 19.5465 9.76257 19.2374C9.45355 18.9284 9.3411 18.5527 9.29331 18.1972C9.24991 17.8744 9.24995 17.4776 9.25 17.0448C9.25001 17.0299 9.25001 17.015 9.25001 17V12C9.25001 11.985 9.25001 11.9701 9.25 11.9553C9.24995 11.5224 9.24991 11.1256 9.29331 10.8028C9.3411 10.4473 9.45355 10.0716 9.76257 9.76257C10.0716 9.45355 10.4473 9.3411 10.8028 9.29331C11.1256 9.24991 11.5224 9.24995 11.9553 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9553 5.25L19 5.25001L19.0448 5.25C19.4776 5.24995 19.8744 5.24991 20.1972 5.29331C20.5527 5.3411 20.9284 5.45355 21.2374 5.76257C21.5465 6.07159 21.6589 6.44732 21.7067 6.8028C21.7501 7.12561 21.7501 7.52244 21.75 7.95525V7.95526L21.75 8.00001L21.75 17.0448V17.0448C21.7501 17.4776 21.7501 17.8744 21.7067 18.1972C21.6589 18.5527 21.5465 18.9284 21.2374 19.2374C20.9284 19.5465 20.5527 19.6589 20.1972 19.7067C19.8744 19.7501 19.4776 19.7501 19.0448 19.75H19.0448H18.9553H18.9553C18.5224 19.7501 18.1256 19.7501 17.8028 19.7067C17.4473 19.6589 17.0716 19.5465 16.7626 19.2374C16.4535 18.9284 16.3411 18.5527 16.2933 18.1972C16.2499 17.8744 16.25 17.4776 16.25 17.0448L16.25 8.00001L16.25 7.95526C16.25 7.52244 16.2499 7.12561 16.2933 6.8028C16.3411 6.44732 16.4535 6.07159 16.7626 5.76257C17.0716 5.45355 17.4473 5.3411 17.8028 5.29331C18.1256 5.24991 18.5224 5.24995 18.9553 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.95526 13.25C4.97013 13.25 4.98505 13.25 5.00001 13.25C5.01496 13.25 5.02988 13.25 5.04476 13.25C5.47757 13.25 5.8744 13.2499 6.19721 13.2933C6.55269 13.3411 6.92842 13.4535 7.23744 13.7626C7.54647 14.0716 7.65891 14.4473 7.70671 14.8028C7.75011 15.1256 7.75006 15.5224 7.75001 15.9553C7.75001 15.9701 7.75001 15.9851 7.75001 16V17C7.75001 17.015 7.75001 17.0299 7.75001 17.0448C7.75006 17.4776 7.75011 17.8744 7.70671 18.1972C7.65891 18.5527 7.54647 18.9284 7.23744 19.2374C6.92842 19.5465 6.55269 19.6589 6.19721 19.7067C5.8744 19.7501 5.47757 19.7501 5.04475 19.75C5.02988 19.75 5.01496 19.75 5.00001 19.75C4.98505 19.75 4.97014 19.75 4.95526 19.75C4.52245 19.7501 4.12561 19.7501 3.8028 19.7067C3.44732 19.6589 3.07159 19.5465 2.76257 19.2374C2.45355 18.9284 2.3411 18.5527 2.29331 18.1972C2.24991 17.8744 2.24995 17.4776 2.25 17.0448C2.25001 17.0299 2.25001 17.015 2.25001 17V16C2.25001 15.985 2.25001 15.9701 2.25 15.9553C2.24995 15.5224 2.24991 15.1256 2.29331 14.8028C2.3411 14.4473 2.45355 14.0716 2.76257 13.7626C3.07159 13.4535 3.44732 13.3411 3.8028 13.2933C4.12561 13.2499 4.52244 13.25 4.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9553 9.25C11.9701 9.25001 11.985 9.25001 12 9.25001C12.015 9.25001 12.0299 9.25001 12.0448 9.25C12.4776 9.24995 12.8744 9.24991 13.1972 9.29331C13.5527 9.3411 13.9284 9.45355 14.2374 9.76257C14.5465 10.0716 14.6589 10.4473 14.7067 10.8028C14.7501 11.1256 14.7501 11.5224 14.75 11.9553C14.75 11.9701 14.75 11.9851 14.75 12V17C14.75 17.015 14.75 17.0299 14.75 17.0448C14.7501 17.4776 14.7501 17.8744 14.7067 18.1972C14.6589 18.5527 14.5465 18.9284 14.2374 19.2374C13.9284 19.5465 13.5527 19.6589 13.1972 19.7067C12.8744 19.7501 12.4776 19.7501 12.0448 19.75C12.0299 19.75 12.015 19.75 12 19.75C11.9851 19.75 11.9701 19.75 11.9553 19.75C11.5224 19.7501 11.1256 19.7501 10.8028 19.7067C10.4473 19.6589 10.0716 19.5465 9.76257 19.2374C9.45355 18.9284 9.3411 18.5527 9.29331 18.1972C9.24991 17.8744 9.24995 17.4776 9.25 17.0448C9.25001 17.0299 9.25001 17.015 9.25001 17V12C9.25001 11.985 9.25001 11.9701 9.25 11.9553C9.24995 11.5224 9.24991 11.1256 9.29331 10.8028C9.3411 10.4473 9.45355 10.0716 9.76257 9.76257C10.0716 9.45355 10.4473 9.3411 10.8028 9.29331C11.1256 9.24991 11.5224 9.24995 11.9553 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.9553 5.25L19 5.25001L19.0448 5.25C19.4776 5.24995 19.8744 5.24991 20.1972 5.29331C20.5527 5.3411 20.9284 5.45355 21.2374 5.76257C21.5465 6.07159 21.6589 6.44732 21.7067 6.8028C21.7501 7.12561 21.7501 7.52244 21.75 7.95525V7.95526L21.75 8.00001L21.75 17.0448V17.0448C21.7501 17.4776 21.7501 17.8744 21.7067 18.1972C21.6589 18.5527 21.5465 18.9284 21.2374 19.2374C20.9284 19.5465 20.5527 19.6589 20.1972 19.7067C19.8744 19.7501 19.4776 19.7501 19.0448 19.75H19.0448H18.9553H18.9553C18.5224 19.7501 18.1256 19.7501 17.8028 19.7067C17.4473 19.6589 17.0716 19.5465 16.7626 19.2374C16.4535 18.9284 16.3411 18.5527 16.2933 18.1972C16.2499 17.8744 16.25 17.4776 16.25 17.0448L16.25 8.00001L16.25 7.95526C16.25 7.52244 16.2499 7.12561 16.2933 6.8028C16.3411 6.44732 16.4535 6.07159 16.7626 5.76257C17.0716 5.45355 17.4473 5.3411 17.8028 5.29331C18.1256 5.24991 18.5224 5.24995 18.9553 5.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-signal-low-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.94126 4.25C5.13124 4.24996 4.44377 4.24993 3.92457 4.32238C3.40094 4.39545 2.80255 4.57213 2.47113 5.14674C2.41903 5.23707 2.3748 5.33168 2.33887 5.42948C2.11338 6.04322 2.34661 6.61855 2.61509 7.07905C2.88288 7.53838 3.31089 8.08813 3.8184 8.73999L4.62355 9.77426C4.74709 9.93306 4.87332 10.0953 4.99805 10.2332L4.99805 19C4.99805 19.5523 5.44576 20 5.99805 20C6.55033 20 6.99805 19.5523 6.99805 19L6.99805 10.2343C7.12311 10.0962 7.2497 9.9335 7.37359 9.77426L8.17874 8.73999C8.68625 8.08813 9.11426 7.53838 9.38205 7.07905C9.65053 6.61855 9.88376 6.04322 9.65827 5.42948C9.62234 5.33168 9.57811 5.23707 9.52601 5.14674C9.19459 4.57213 8.5962 4.39545 8.07257 4.32238C7.55337 4.24993 6.86596 4.24996 6.05593 4.25H5.94126Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 12C10.5523 12 11 12.4477 11 13V19C11 19.5523 10.5523 20 10 20C9.44772 20 9 19.5523 9 19V13C9 12.4477 9.44772 12 10 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 19C12 18.4477 12.4477 18 13 18L14 18C14.5523 18 15 18.4477 15 19C15 19.5523 14.5523 20 14 20H13C12.4477 20 12 19.5523 12 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 19C16 18.4477 16.4477 18 17 18L18 18C18.5523 18 19 18.4477 19 19C19 19.5523 18.5523 20 18 20H17C16.4477 20 16 19.5523 16 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 19C20 18.4477 20.4477 18 21 18L22 18C22.5523 18 23 18.4477 23 19C23 19.5523 22.5523 20 22 20H21C20.4477 20 20 19.5523 20 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.94126 4.25C5.13124 4.24996 4.44377 4.24993 3.92457 4.32238C3.40094 4.39545 2.80255 4.57213 2.47113 5.14674C2.41903 5.23707 2.3748 5.33168 2.33887 5.42948C2.11338 6.04322 2.34661 6.61855 2.61509 7.07905C2.88288 7.53838 3.31089 8.08813 3.8184 8.73999L4.62355 9.77426C4.74709 9.93306 4.87332 10.0953 4.99805 10.2332L4.99805 19C4.99805 19.5523 5.44576 20 5.99805 20C6.55033 20 6.99805 19.5523 6.99805 19L6.99805 10.2343C7.12311 10.0962 7.2497 9.9335 7.37359 9.77426L8.17874 8.73999C8.68625 8.08813 9.11426 7.53838 9.38205 7.07905C9.65053 6.61855 9.88376 6.04322 9.65827 5.42948C9.62234 5.33168 9.57811 5.23707 9.52601 5.14674C9.19459 4.57213 8.5962 4.39545 8.07257 4.32238C7.55337 4.24993 6.86596 4.24996 6.05593 4.25H5.94126Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 12C10.5523 12 11 12.4477 11 13V19C11 19.5523 10.5523 20 10 20C9.44772 20 9 19.5523 9 19V13C9 12.4477 9.44772 12 10 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 19C12 18.4477 12.4477 18 13 18L14 18C14.5523 18 15 18.4477 15 19C15 19.5523 14.5523 20 14 20H13C12.4477 20 12 19.5523 12 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 19C16 18.4477 16.4477 18 17 18L18 18C18.5523 18 19 18.4477 19 19C19 19.5523 18.5523 20 18 20H17C16.4477 20 16 19.5523 16 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 19C20 18.4477 20.4477 18 21 18L22 18C22.5523 18 23 18.4477 23 19C23 19.5523 22.5523 20 22 20H21C20.4477 20 20 19.5523 20 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-signal-low-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 18L21 18C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20L18 20C17.4477 20 17 19.5523 17 19C17 18.4477 17.4477 18 18 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 19C10 18.4477 10.4477 18 11 18L14 18C14.5523 18 15 18.4477 15 19C15 19.5523 14.5523 20 14 20L11 20C10.4477 20 10 19.5523 10 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.95526 13.25C4.97013 13.25 4.98505 13.25 5.00001 13.25C5.01496 13.25 5.02988 13.25 5.04476 13.25C5.47757 13.25 5.8744 13.2499 6.19721 13.2933C6.55269 13.3411 6.92842 13.4535 7.23744 13.7626C7.54647 14.0716 7.65891 14.4473 7.70671 14.8028C7.75011 15.1256 7.75006 15.5224 7.75001 15.9553C7.75001 15.9701 7.75001 15.9851 7.75001 16V17C7.75001 17.015 7.75001 17.0299 7.75001 17.0448C7.75006 17.4776 7.75011 17.8744 7.70671 18.1972C7.65891 18.5527 7.54647 18.9284 7.23744 19.2374C6.92842 19.5465 6.55269 19.6589 6.19721 19.7067C5.8744 19.7501 5.47757 19.7501 5.04475 19.75C5.02988 19.75 5.01496 19.75 5.00001 19.75C4.98505 19.75 4.97014 19.75 4.95526 19.75C4.52245 19.7501 4.12561 19.7501 3.8028 19.7067C3.44732 19.6589 3.07159 19.5465 2.76257 19.2374C2.45355 18.9284 2.3411 18.5527 2.29331 18.1972C2.24991 17.8744 2.24995 17.4776 2.25 17.0448C2.25001 17.0299 2.25001 17.015 2.25001 17V16C2.25001 15.985 2.25001 15.9701 2.25 15.9553C2.24995 15.5224 2.24991 15.1256 2.29331 14.8028C2.3411 14.4473 2.45355 14.0716 2.76257 13.7626C3.07159 13.4535 3.44732 13.3411 3.8028 13.2933C4.12561 13.2499 4.52244 13.25 4.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 18L21 18C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20L18 20C17.4477 20 17 19.5523 17 19C17 18.4477 17.4477 18 18 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10 19C10 18.4477 10.4477 18 11 18L14 18C14.5523 18 15 18.4477 15 19C15 19.5523 14.5523 20 14 20L11 20C10.4477 20 10 19.5523 10 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.95526 13.25C4.97013 13.25 4.98505 13.25 5.00001 13.25C5.01496 13.25 5.02988 13.25 5.04476 13.25C5.47757 13.25 5.8744 13.2499 6.19721 13.2933C6.55269 13.3411 6.92842 13.4535 7.23744 13.7626C7.54647 14.0716 7.65891 14.4473 7.70671 14.8028C7.75011 15.1256 7.75006 15.5224 7.75001 15.9553C7.75001 15.9701 7.75001 15.9851 7.75001 16V17C7.75001 17.015 7.75001 17.0299 7.75001 17.0448C7.75006 17.4776 7.75011 17.8744 7.70671 18.1972C7.65891 18.5527 7.54647 18.9284 7.23744 19.2374C6.92842 19.5465 6.55269 19.6589 6.19721 19.7067C5.8744 19.7501 5.47757 19.7501 5.04475 19.75C5.02988 19.75 5.01496 19.75 5.00001 19.75C4.98505 19.75 4.97014 19.75 4.95526 19.75C4.52245 19.7501 4.12561 19.7501 3.8028 19.7067C3.44732 19.6589 3.07159 19.5465 2.76257 19.2374C2.45355 18.9284 2.3411 18.5527 2.29331 18.1972C2.24991 17.8744 2.24995 17.4776 2.25 17.0448C2.25001 17.0299 2.25001 17.015 2.25001 17V16C2.25001 15.985 2.25001 15.9701 2.25 15.9553C2.24995 15.5224 2.24991 15.1256 2.29331 14.8028C2.3411 14.4473 2.45355 14.0716 2.76257 13.7626C3.07159 13.4535 3.44732 13.3411 3.8028 13.2933C4.12561 13.2499 4.52244 13.25 4.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-signal-low-medium{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.94126 4.25C4.13124 4.24996 3.44377 4.24993 2.92457 4.32238C2.40094 4.39545 1.80255 4.57213 1.47113 5.14674C1.41903 5.23707 1.3748 5.33168 1.33887 5.42948C1.11338 6.04322 1.34661 6.61855 1.61509 7.07905C1.88288 7.53838 2.31089 8.08813 2.8184 8.73999L3.62355 9.77426C3.74709 9.93306 3.87332 10.0953 3.99805 10.2332L3.99805 19C3.99805 19.5523 4.44576 20 4.99805 20C5.55033 20 5.99805 19.5523 5.99805 19L5.99805 10.2343C6.12311 10.0962 6.2497 9.9335 6.37359 9.77426L7.17874 8.73999C7.68624 8.08815 8.11426 7.53837 8.38205 7.07905C8.65053 6.61855 8.88376 6.04322 8.65827 5.42948C8.62234 5.33168 8.57811 5.23707 8.52601 5.14674C8.19459 4.57213 7.5962 4.39545 7.07257 4.32238C6.55337 4.24993 5.86596 4.24996 5.05593 4.25H4.94126Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 12C9.55228 12 10 12.4477 10 13V19C10 19.5523 9.55228 20 9 20C8.44772 20 8 19.5523 8 19V13C8 12.4477 8.44772 12 9 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 10C13.5523 10 14 10.4477 14 11L14 19C14 19.5523 13.5523 20 13 20C12.4477 20 12 19.5523 12 19L12 11C12 10.4477 12.4477 10 13 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 19C16 18.4477 16.4477 18 17 18L18 18C18.5523 18 19 18.4477 19 19C19 19.5523 18.5523 20 18 20H17C16.4477 20 16 19.5523 16 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 19C20 18.4477 20.4477 18 21 18L22 18C22.5523 18 23 18.4477 23 19C23 19.5523 22.5523 20 22 20H21C20.4477 20 20 19.5523 20 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.94126 4.25C4.13124 4.24996 3.44377 4.24993 2.92457 4.32238C2.40094 4.39545 1.80255 4.57213 1.47113 5.14674C1.41903 5.23707 1.3748 5.33168 1.33887 5.42948C1.11338 6.04322 1.34661 6.61855 1.61509 7.07905C1.88288 7.53838 2.31089 8.08813 2.8184 8.73999L3.62355 9.77426C3.74709 9.93306 3.87332 10.0953 3.99805 10.2332L3.99805 19C3.99805 19.5523 4.44576 20 4.99805 20C5.55033 20 5.99805 19.5523 5.99805 19L5.99805 10.2343C6.12311 10.0962 6.2497 9.9335 6.37359 9.77426L7.17874 8.73999C7.68624 8.08815 8.11426 7.53837 8.38205 7.07905C8.65053 6.61855 8.88376 6.04322 8.65827 5.42948C8.62234 5.33168 8.57811 5.23707 8.52601 5.14674C8.19459 4.57213 7.5962 4.39545 7.07257 4.32238C6.55337 4.24993 5.86596 4.24996 5.05593 4.25H4.94126Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 12C9.55228 12 10 12.4477 10 13V19C10 19.5523 9.55228 20 9 20C8.44772 20 8 19.5523 8 19V13C8 12.4477 8.44772 12 9 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 10C13.5523 10 14 10.4477 14 11L14 19C14 19.5523 13.5523 20 13 20C12.4477 20 12 19.5523 12 19L12 11C12 10.4477 12.4477 10 13 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16 19C16 18.4477 16.4477 18 17 18L18 18C18.5523 18 19 18.4477 19 19C19 19.5523 18.5523 20 18 20H17C16.4477 20 16 19.5523 16 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 19C20 18.4477 20.4477 18 21 18L22 18C22.5523 18 23 18.4477 23 19C23 19.5523 22.5523 20 22 20H21C20.4477 20 20 19.5523 20 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-signal-medium-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.94322 4.25C4.13319 4.24996 3.44572 4.24993 2.92652 4.32238C2.40289 4.39545 1.8045 4.57213 1.47308 5.14674C1.42098 5.23707 1.37676 5.33168 1.34083 5.42948C1.11533 6.04322 1.34856 6.61855 1.61704 7.07905C1.88484 7.53838 2.31284 8.08813 2.82035 8.73999L3.62551 9.77426C3.74905 9.93306 3.87528 10.0953 4 10.2332L4 19C4 19.5523 4.44772 20 5 20C5.55229 20 6 19.5523 6 19L6 10.2343C6.12506 10.0962 6.25166 9.9335 6.37554 9.77426L7.1807 8.73999C7.6882 8.08813 8.11621 7.53838 8.38401 7.07905C8.65249 6.61855 8.88572 6.04322 8.66022 5.42948C8.62429 5.33168 8.58006 5.23707 8.52796 5.14674C8.19655 4.57213 7.59815 4.39545 7.07452 4.32238C6.55532 4.24993 5.86791 4.24996 5.05789 4.25H4.94322Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 12C9.55228 12 10 12.4477 10 13V19C10 19.5523 9.55228 20 9 20C8.44772 20 8 19.5523 8 19V13C8 12.4477 8.44772 12 9 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 10C13.5523 10 14 10.4477 14 11L14 19C14 19.5523 13.5523 20 13 20C12.4477 20 12 19.5523 12 19L12 11C12 10.4477 12.4477 10 13 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 9C17.5523 9 18 9.44772 18 10L18 19C18 19.5523 17.5523 20 17 20C16.4477 20 16 19.5523 16 19L16 10C16 9.44772 16.4477 9 17 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 19C20 18.4477 20.4477 18 21 18L22 18C22.5523 18 23 18.4477 23 19C23 19.5523 22.5523 20 22 20L21 20C20.4477 20 20 19.5523 20 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.94322 4.25C4.13319 4.24996 3.44572 4.24993 2.92652 4.32238C2.40289 4.39545 1.8045 4.57213 1.47308 5.14674C1.42098 5.23707 1.37676 5.33168 1.34083 5.42948C1.11533 6.04322 1.34856 6.61855 1.61704 7.07905C1.88484 7.53838 2.31284 8.08813 2.82035 8.73999L3.62551 9.77426C3.74905 9.93306 3.87528 10.0953 4 10.2332L4 19C4 19.5523 4.44772 20 5 20C5.55229 20 6 19.5523 6 19L6 10.2343C6.12506 10.0962 6.25166 9.9335 6.37554 9.77426L7.1807 8.73999C7.6882 8.08813 8.11621 7.53838 8.38401 7.07905C8.65249 6.61855 8.88572 6.04322 8.66022 5.42948C8.62429 5.33168 8.58006 5.23707 8.52796 5.14674C8.19655 4.57213 7.59815 4.39545 7.07452 4.32238C6.55532 4.24993 5.86791 4.24996 5.05789 4.25H4.94322Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9 12C9.55228 12 10 12.4477 10 13V19C10 19.5523 9.55228 20 9 20C8.44772 20 8 19.5523 8 19V13C8 12.4477 8.44772 12 9 12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M13 10C13.5523 10 14 10.4477 14 11L14 19C14 19.5523 13.5523 20 13 20C12.4477 20 12 19.5523 12 19L12 11C12 10.4477 12.4477 10 13 10Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 9C17.5523 9 18 9.44772 18 10L18 19C18 19.5523 17.5523 20 17 20C16.4477 20 16 19.5523 16 19L16 10C16 9.44772 16.4477 9 17 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20 19C20 18.4477 20.4477 18 21 18L22 18C22.5523 18 23 18.4477 23 19C23 19.5523 22.5523 20 22 20L21 20C20.4477 20 20 19.5523 20 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-signal-medium-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 19C17 18.4477 17.4477 18 18 18L21 18C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20L18 20C17.4477 20 17 19.5523 17 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.95526 13.25L5.00001 13.25L5.04476 13.25C5.47757 13.25 5.8744 13.2499 6.19721 13.2933C6.55269 13.3411 6.92842 13.4535 7.23744 13.7626C7.54647 14.0716 7.65891 14.4473 7.70671 14.8028C7.75011 15.1256 7.75006 15.5224 7.75001 15.9553V15.9553L7.75001 16V17L7.75001 17.0448V17.0448C7.75006 17.4776 7.75011 17.8744 7.70671 18.1972C7.65891 18.5527 7.54647 18.9284 7.23744 19.2374C6.92842 19.5465 6.55269 19.6589 6.19721 19.7067C5.8744 19.7501 5.47758 19.7501 5.04476 19.75H5.04475L5.00001 19.75L4.95526 19.75H4.95525C4.52244 19.7501 4.12561 19.7501 3.8028 19.7067C3.44732 19.6589 3.07159 19.5465 2.76257 19.2374C2.45355 18.9284 2.3411 18.5527 2.29331 18.1972C2.24991 17.8744 2.24995 17.4776 2.25 17.0448L2.25001 17V16L2.25 15.9553C2.24995 15.5224 2.24991 15.1256 2.29331 14.8028C2.3411 14.4473 2.45355 14.0716 2.76257 13.7626C3.07159 13.4535 3.44732 13.3411 3.8028 13.2933C4.12561 13.2499 4.52244 13.25 4.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9553 9.25L12 9.25001L12.0448 9.25C12.4776 9.24995 12.8744 9.24991 13.1972 9.29331C13.5527 9.3411 13.9284 9.45355 14.2374 9.76257C14.5465 10.0716 14.6589 10.4473 14.7067 10.8028C14.7501 11.1256 14.7501 11.5224 14.75 11.9553V11.9553L14.75 12V17L14.75 17.0448V17.0448C14.7501 17.4776 14.7501 17.8744 14.7067 18.1972C14.6589 18.5527 14.5465 18.9284 14.2374 19.2374C13.9284 19.5465 13.5527 19.6589 13.1972 19.7067C12.8744 19.7501 12.4776 19.7501 12.0448 19.75H12.0448L12 19.75L11.9553 19.75H11.9553C11.5224 19.7501 11.1256 19.7501 10.8028 19.7067C10.4473 19.6589 10.0716 19.5465 9.76257 19.2374C9.45355 18.9284 9.3411 18.5527 9.29331 18.1972C9.24991 17.8744 9.24995 17.4776 9.25 17.0448L9.25001 17V12L9.25 11.9553C9.24995 11.5224 9.24991 11.1256 9.29331 10.8028C9.3411 10.4473 9.45355 10.0716 9.76257 9.76257C10.0716 9.45355 10.4473 9.3411 10.8028 9.29331C11.1256 9.24991 11.5224 9.24995 11.9553 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M17 19C17 18.4477 17.4477 18 18 18L21 18C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20L18 20C17.4477 20 17 19.5523 17 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.95526 13.25L5.00001 13.25L5.04476 13.25C5.47757 13.25 5.8744 13.2499 6.19721 13.2933C6.55269 13.3411 6.92842 13.4535 7.23744 13.7626C7.54647 14.0716 7.65891 14.4473 7.70671 14.8028C7.75011 15.1256 7.75006 15.5224 7.75001 15.9553V15.9553L7.75001 16V17L7.75001 17.0448V17.0448C7.75006 17.4776 7.75011 17.8744 7.70671 18.1972C7.65891 18.5527 7.54647 18.9284 7.23744 19.2374C6.92842 19.5465 6.55269 19.6589 6.19721 19.7067C5.8744 19.7501 5.47758 19.7501 5.04476 19.75H5.04475L5.00001 19.75L4.95526 19.75H4.95525C4.52244 19.7501 4.12561 19.7501 3.8028 19.7067C3.44732 19.6589 3.07159 19.5465 2.76257 19.2374C2.45355 18.9284 2.3411 18.5527 2.29331 18.1972C2.24991 17.8744 2.24995 17.4776 2.25 17.0448L2.25001 17V16L2.25 15.9553C2.24995 15.5224 2.24991 15.1256 2.29331 14.8028C2.3411 14.4473 2.45355 14.0716 2.76257 13.7626C3.07159 13.4535 3.44732 13.3411 3.8028 13.2933C4.12561 13.2499 4.52244 13.25 4.95526 13.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9553 9.25L12 9.25001L12.0448 9.25C12.4776 9.24995 12.8744 9.24991 13.1972 9.29331C13.5527 9.3411 13.9284 9.45355 14.2374 9.76257C14.5465 10.0716 14.6589 10.4473 14.7067 10.8028C14.7501 11.1256 14.7501 11.5224 14.75 11.9553V11.9553L14.75 12V17L14.75 17.0448V17.0448C14.7501 17.4776 14.7501 17.8744 14.7067 18.1972C14.6589 18.5527 14.5465 18.9284 14.2374 19.2374C13.9284 19.5465 13.5527 19.6589 13.1972 19.7067C12.8744 19.7501 12.4776 19.7501 12.0448 19.75H12.0448L12 19.75L11.9553 19.75H11.9553C11.5224 19.7501 11.1256 19.7501 10.8028 19.7067C10.4473 19.6589 10.0716 19.5465 9.76257 19.2374C9.45355 18.9284 9.3411 18.5527 9.29331 18.1972C9.24991 17.8744 9.24995 17.4776 9.25 17.0448L9.25001 17V12L9.25 11.9553C9.24995 11.5224 9.24991 11.1256 9.29331 10.8028C9.3411 10.4473 9.45355 10.0716 9.76257 9.76257C10.0716 9.45355 10.4473 9.3411 10.8028 9.29331C11.1256 9.24991 11.5224 9.24995 11.9553 9.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-signal-no-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.00052 4.25001L4.94322 4.25C4.13319 4.24996 3.44572 4.24993 2.92652 4.32238C2.40289 4.39545 1.8045 4.57213 1.47308 5.14674C1.42098 5.23707 1.37676 5.33168 1.34083 5.42948C1.11533 6.04322 1.34856 6.61855 1.61704 7.07905C1.88484 7.53838 2.31284 8.08813 2.82035 8.73999L2.85449 8.78384L3.60027 9.74184L3.62551 9.77426C3.74905 9.93306 3.87528 10.0953 4 10.2332L4 19C4 19.5523 4.44772 20 5 20C5.55229 20 6 19.5523 6 19L6 10.2343C6.12506 10.0962 6.25166 9.9335 6.37554 9.77426L6.40077 9.74184L7.1807 8.73999C7.68819 8.08815 8.11622 7.53837 8.38401 7.07905C8.65249 6.61855 8.88572 6.04322 8.66022 5.42948C8.62429 5.33168 8.58006 5.23707 8.52796 5.14674C8.19655 4.57213 7.59815 4.39545 7.07452 4.32238C6.55532 4.24993 5.86791 4.24996 5.05789 4.25L5.00052 4.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.7226 8.29289C12.1131 7.90237 12.7463 7.90237 13.1368 8.29289L15.4297 10.5858L17.7226 8.29289C18.1131 7.90237 18.7463 7.90237 19.1368 8.29289C19.5273 8.68342 19.5273 9.31658 19.1368 9.70711L16.8439 12L19.1368 14.2929C19.5273 14.6834 19.5273 15.3166 19.1368 15.7071C18.7463 16.0976 18.1131 16.0976 17.7226 15.7071L15.4297 13.4142L13.1368 15.7071C12.7463 16.0976 12.1131 16.0976 11.7226 15.7071C11.3321 15.3166 11.3321 14.6834 11.7226 14.2929L14.0155 12L11.7226 9.70711C11.3321 9.31658 11.3321 8.68342 11.7226 8.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 19C11 18.4477 11.4477 18 12 18L13 18C13.5523 18 14 18.4477 14 19C14 19.5523 13.5523 20 13 20L12 20C11.4477 20 11 19.5523 11 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 19C7 18.4477 7.44772 18 8 18L9 18C9.55228 18 10 18.4477 10 19C10 19.5523 9.55228 20 9 20L8 20C7.44772 20 7 19.5523 7 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 19C15 18.4477 15.4477 18 16 18L17 18C17.5523 18 18 18.4477 18 19C18 19.5523 17.5523 20 17 20L16 20C15.4477 20 15 19.5523 15 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 19C19 18.4477 19.4477 18 20 18L21 18C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20L20 20C19.4477 20 19 19.5523 19 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5.00052 4.25001L4.94322 4.25C4.13319 4.24996 3.44572 4.24993 2.92652 4.32238C2.40289 4.39545 1.8045 4.57213 1.47308 5.14674C1.42098 5.23707 1.37676 5.33168 1.34083 5.42948C1.11533 6.04322 1.34856 6.61855 1.61704 7.07905C1.88484 7.53838 2.31284 8.08813 2.82035 8.73999L2.85449 8.78384L3.60027 9.74184L3.62551 9.77426C3.74905 9.93306 3.87528 10.0953 4 10.2332L4 19C4 19.5523 4.44772 20 5 20C5.55229 20 6 19.5523 6 19L6 10.2343C6.12506 10.0962 6.25166 9.9335 6.37554 9.77426L6.40077 9.74184L7.1807 8.73999C7.68819 8.08815 8.11622 7.53837 8.38401 7.07905C8.65249 6.61855 8.88572 6.04322 8.66022 5.42948C8.62429 5.33168 8.58006 5.23707 8.52796 5.14674C8.19655 4.57213 7.59815 4.39545 7.07452 4.32238C6.55532 4.24993 5.86791 4.24996 5.05789 4.25L5.00052 4.25001Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.7226 8.29289C12.1131 7.90237 12.7463 7.90237 13.1368 8.29289L15.4297 10.5858L17.7226 8.29289C18.1131 7.90237 18.7463 7.90237 19.1368 8.29289C19.5273 8.68342 19.5273 9.31658 19.1368 9.70711L16.8439 12L19.1368 14.2929C19.5273 14.6834 19.5273 15.3166 19.1368 15.7071C18.7463 16.0976 18.1131 16.0976 17.7226 15.7071L15.4297 13.4142L13.1368 15.7071C12.7463 16.0976 12.1131 16.0976 11.7226 15.7071C11.3321 15.3166 11.3321 14.6834 11.7226 14.2929L14.0155 12L11.7226 9.70711C11.3321 9.31658 11.3321 8.68342 11.7226 8.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 19C11 18.4477 11.4477 18 12 18L13 18C13.5523 18 14 18.4477 14 19C14 19.5523 13.5523 20 13 20L12 20C11.4477 20 11 19.5523 11 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7 19C7 18.4477 7.44772 18 8 18L9 18C9.55228 18 10 18.4477 10 19C10 19.5523 9.55228 20 9 20L8 20C7.44772 20 7 19.5523 7 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15 19C15 18.4477 15.4477 18 16 18L17 18C17.5523 18 18 18.4477 18 19C18 19.5523 17.5523 20 17 20L16 20C15.4477 20 15 19.5523 15 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19 19C19 18.4477 19.4477 18 20 18L21 18C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20L20 20C19.4477 20 19 19.5523 19 19Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-signal-no-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 18C2.44772 18 2 18.4477 2 19C2 19.5523 2.44772 20 3 20H6C6.55229 20 7 19.5523 7 19C7 18.4477 6.55229 18 6 18H3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.5 19C9.5 18.4477 9.94772 18 10.5 18H13.5C14.0523 18 14.5 18.4477 14.5 19C14.5 19.5523 14.0523 20 13.5 20L10.5 20C9.94772 20 9.5 19.5523 9.5 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 19C17 18.4477 17.4477 18 18 18H21C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20L18 20C17.4477 20 17 19.5523 17 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.79289 4.29289C7.18342 3.90237 7.81658 3.90237 8.20711 4.29289L11.5 7.58579L14.7929 4.29289C15.1834 3.90237 15.8166 3.90237 16.2071 4.29289C16.5976 4.68342 16.5976 5.31658 16.2071 5.70711L12.9142 9L16.2071 12.2929C16.5976 12.6834 16.5976 13.3166 16.2071 13.7071C15.8166 14.0976 15.1834 14.0976 14.7929 13.7071L11.5 10.4142L8.20711 13.7071C7.81658 14.0976 7.18342 14.0976 6.79289 13.7071C6.40237 13.3166 6.40237 12.6834 6.79289 12.2929L10.0858 9L6.79289 5.70711C6.40237 5.31658 6.40237 4.68342 6.79289 4.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 18C2.44772 18 2 18.4477 2 19C2 19.5523 2.44772 20 3 20H6C6.55229 20 7 19.5523 7 19C7 18.4477 6.55229 18 6 18H3Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.5 19C9.5 18.4477 9.94772 18 10.5 18H13.5C14.0523 18 14.5 18.4477 14.5 19C14.5 19.5523 14.0523 20 13.5 20L10.5 20C9.94772 20 9.5 19.5523 9.5 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17 19C17 18.4477 17.4477 18 18 18H21C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20L18 20C17.4477 20 17 19.5523 17 19Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.79289 4.29289C7.18342 3.90237 7.81658 3.90237 8.20711 4.29289L11.5 7.58579L14.7929 4.29289C15.1834 3.90237 15.8166 3.90237 16.2071 4.29289C16.5976 4.68342 16.5976 5.31658 16.2071 5.70711L12.9142 9L16.2071 12.2929C16.5976 12.6834 16.5976 13.3166 16.2071 13.7071C15.8166 14.0976 15.1834 14.0976 14.7929 13.7071L11.5 10.4142L8.20711 13.7071C7.81658 14.0976 7.18342 14.0976 6.79289 13.7071C6.40237 13.3166 6.40237 12.6834 6.79289 12.2929L10.0858 9L6.79289 5.70711C6.40237 5.31658 6.40237 4.68342 6.79289 4.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-smartphone-lost-wifi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.72886 5.26575C7.85842 5.26234 7.97901 5.32677 8.06078 5.42733C8.41234 5.85969 8.87839 6.14397 9.37966 6.27202C9.60977 6.3308 9.72482 6.36019 9.76724 6.41869C9.80965 6.47718 9.80182 6.59566 9.78616 6.8326C9.75293 7.3353 9.87074 7.85278 10.1563 8.3136C10.5815 8.99963 11.2844 9.40827 12.0294 9.4842C12.2691 9.50863 12.3889 9.52084 12.4386 9.56856C12.4474 9.57701 12.4501 9.58004 12.4576 9.58964C12.5001 9.64392 12.5001 9.76419 12.5001 10.0047C12.5001 11.3861 13.6194 12.506 15.0001 12.506H15.0064C15.0776 12.506 15.1481 12.503 15.2178 12.4971C15.4866 12.4746 15.621 12.4634 15.6856 12.5228C15.7502 12.5822 15.7502 12.7004 15.7502 12.9369V16.4617C15.7502 17.7365 15.7502 18.7681 15.6426 19.5804C15.5308 20.4245 15.2908 21.1436 14.726 21.7169C14.1597 22.2917 13.4469 22.5374 12.6102 22.6516C11.8079 22.7611 10.7898 22.7611 9.53566 22.7611H9.42559C8.17142 22.7611 7.1533 22.7611 6.35101 22.6516C5.51432 22.5374 4.8015 22.2917 4.23522 21.7169C3.51863 20.9895 3.32174 20.0232 3.25152 18.8541L3.25 18.8287L3.33072 8.34395L3.33892 8.29037C3.45879 7.50704 3.70295 6.83679 4.23522 6.2965C4.8015 5.72168 5.51432 5.476 6.35101 5.36181C6.75478 5.30671 7.21319 5.27934 7.72886 5.26575ZM8.5 19.0092C8.5 18.4566 8.94772 18.0087 9.5 18.0087H9.50898C10.0613 18.0087 10.509 18.4566 10.509 19.0092C10.509 19.5617 10.0613 20.0097 9.50898 20.0097H9.5C8.94772 20.0097 8.5 19.5617 8.5 19.0092Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.6311 3.07147C19.0378 1.77525 17.1046 1 15.0068 1C14.8141 1 14.6224 1.00656 14.4321 1.01952C13.8811 1.05703 13.4648 1.53413 13.5023 2.08513C13.5399 2.63614 14.0169 3.05241 14.568 3.0149C14.7131 3.00501 14.8595 3 15.0068 3C16.5933 3 18.0902 3.58261 19.369 4.62292C19.7974 4.97145 20.4272 4.90669 20.7758 4.47827C21.1243 4.04985 21.0595 3.42001 20.6311 3.07147Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.2929 1.29289C9.96241 1.62341 9.91162 2.12772 10.1406 2.51165C9.87485 2.68897 9.61696 2.88 9.36749 3.08374C8.93973 3.43308 8.87616 4.06305 9.2255 4.49081C9.57485 4.91857 10.2048 4.98214 10.6326 4.63279C10.9316 4.38862 11.2424 4.16966 11.5633 3.97744L13.0994 5.51359C12.6273 5.67205 12.1767 5.88732 11.7531 6.15146C11.2844 6.44369 11.1414 7.0605 11.4337 7.52913C11.7259 7.99777 12.3427 8.14077 12.8113 7.84854C13.4233 7.46695 14.0925 7.24444 14.7924 7.20663L17.2929 9.70711C17.6834 10.0976 18.3166 10.0976 18.7071 9.70711C19.0977 9.31658 19.0977 8.68342 18.7071 8.29289L11.7071 1.29289C11.3166 0.902369 10.6834 0.902369 10.2929 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15 9C14.4477 9 14 9.44771 14 10C14 10.5523 14.4477 11 15 11C15.5474 11 16.0064 10.55 16.0064 10C16.0064 9.44998 15.5474 9 15 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.72886 5.26575C7.85842 5.26234 7.97901 5.32677 8.06078 5.42733C8.41234 5.85969 8.87839 6.14397 9.37966 6.27202C9.60977 6.3308 9.72482 6.36019 9.76724 6.41869C9.80965 6.47718 9.80182 6.59566 9.78616 6.8326C9.75293 7.3353 9.87074 7.85278 10.1563 8.3136C10.5815 8.99963 11.2844 9.40827 12.0294 9.4842C12.2691 9.50863 12.3889 9.52084 12.4386 9.56856C12.4474 9.57701 12.4501 9.58004 12.4576 9.58964C12.5001 9.64392 12.5001 9.76419 12.5001 10.0047C12.5001 11.3861 13.6194 12.506 15.0001 12.506H15.0064C15.0776 12.506 15.1481 12.503 15.2178 12.4971C15.4866 12.4746 15.621 12.4634 15.6856 12.5228C15.7502 12.5822 15.7502 12.7004 15.7502 12.9369V16.4617C15.7502 17.7365 15.7502 18.7681 15.6426 19.5804C15.5308 20.4245 15.2908 21.1436 14.726 21.7169C14.1597 22.2917 13.4469 22.5374 12.6102 22.6516C11.8079 22.7611 10.7898 22.7611 9.53566 22.7611H9.42559C8.17142 22.7611 7.1533 22.7611 6.35101 22.6516C5.51432 22.5374 4.8015 22.2917 4.23522 21.7169C3.51863 20.9895 3.32174 20.0232 3.25152 18.8541L3.25 18.8287L3.33072 8.34395L3.33892 8.29037C3.45879 7.50704 3.70295 6.83679 4.23522 6.2965C4.8015 5.72168 5.51432 5.476 6.35101 5.36181C6.75478 5.30671 7.21319 5.27934 7.72886 5.26575ZM8.5 19.0092C8.5 18.4566 8.94772 18.0087 9.5 18.0087H9.50898C10.0613 18.0087 10.509 18.4566 10.509 19.0092C10.509 19.5617 10.0613 20.0097 9.50898 20.0097H9.5C8.94772 20.0097 8.5 19.5617 8.5 19.0092Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M20.6311 3.07147C19.0378 1.77525 17.1046 1 15.0068 1C14.8141 1 14.6224 1.00656 14.4321 1.01952C13.8811 1.05703 13.4648 1.53413 13.5023 2.08513C13.5399 2.63614 14.0169 3.05241 14.568 3.0149C14.7131 3.00501 14.8595 3 15.0068 3C16.5933 3 18.0902 3.58261 19.369 4.62292C19.7974 4.97145 20.4272 4.90669 20.7758 4.47827C21.1243 4.04985 21.0595 3.42001 20.6311 3.07147Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.2929 1.29289C9.96241 1.62341 9.91162 2.12772 10.1406 2.51165C9.87485 2.68897 9.61696 2.88 9.36749 3.08374C8.93973 3.43308 8.87616 4.06305 9.2255 4.49081C9.57485 4.91857 10.2048 4.98214 10.6326 4.63279C10.9316 4.38862 11.2424 4.16966 11.5633 3.97744L13.0994 5.51359C12.6273 5.67205 12.1767 5.88732 11.7531 6.15146C11.2844 6.44369 11.1414 7.0605 11.4337 7.52913C11.7259 7.99777 12.3427 8.14077 12.8113 7.84854C13.4233 7.46695 14.0925 7.24444 14.7924 7.20663L17.2929 9.70711C17.6834 10.0976 18.3166 10.0976 18.7071 9.70711C19.0977 9.31658 19.0977 8.68342 18.7071 8.29289L11.7071 1.29289C11.3166 0.902369 10.6834 0.902369 10.2929 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15 9C14.4477 9 14 9.44771 14 10C14 10.5523 14.4477 11 15 11C15.5474 11 16.0064 10.55 16.0064 10C16.0064 9.44998 15.5474 9 15 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-smartphone-wifi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.72886 5.26575C7.85842 5.26234 7.97901 5.32677 8.06078 5.42733C8.41234 5.85969 8.87839 6.14397 9.37966 6.27202C9.60977 6.3308 9.72482 6.36019 9.76724 6.41869C9.80965 6.47718 9.80182 6.59566 9.78616 6.8326C9.75293 7.3353 9.87074 7.85278 10.1563 8.3136C10.5815 8.99963 11.2844 9.40827 12.0294 9.4842C12.2691 9.50863 12.3889 9.52084 12.4386 9.56856C12.4474 9.57701 12.4501 9.58004 12.4576 9.58964C12.5001 9.64392 12.5001 9.76419 12.5001 10.0047C12.5001 11.3861 13.6194 12.506 15.0001 12.506H15.0064C15.0776 12.506 15.1481 12.503 15.2178 12.4971C15.4866 12.4746 15.621 12.4634 15.6856 12.5228C15.7502 12.5822 15.7502 12.7004 15.7502 12.9369V16.4617C15.7502 17.7365 15.7502 18.7681 15.6426 19.5804C15.5308 20.4245 15.2908 21.1436 14.726 21.7169C14.1597 22.2917 13.4469 22.5374 12.6102 22.6516C11.8079 22.7611 10.7898 22.7611 9.53566 22.7611H9.42559C8.17142 22.7611 7.1533 22.7611 6.35101 22.6516C5.51432 22.5374 4.8015 22.2917 4.23522 21.7169C3.51863 20.9895 3.32174 20.0232 3.25152 18.8541L3.25 18.8287L3.33072 8.34395L3.33892 8.29037C3.45879 7.50704 3.70295 6.83679 4.23522 6.2965C4.8015 5.72168 5.51432 5.476 6.35101 5.36181C6.75478 5.30671 7.21319 5.27934 7.72886 5.26575ZM8.5 19.0092C8.5 18.4566 8.94772 18.0087 9.5 18.0087H9.50898C10.0613 18.0087 10.509 18.4566 10.509 19.0092C10.509 19.5617 10.0613 20.0097 9.50898 20.0097H9.5C8.94772 20.0097 8.5 19.5617 8.5 19.0092Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.9932 1C12.8955 1 10.9623 1.77525 9.36896 3.07147C8.94054 3.42001 8.87578 4.04985 9.22431 4.47827C9.57284 4.90669 10.2027 4.97145 10.6311 4.62292C11.9099 3.58261 13.4067 3 14.9932 3C16.5847 3 18.0861 3.58627 19.3675 4.63279C19.7952 4.98214 20.4252 4.91857 20.7746 4.49081C21.1239 4.06305 21.0603 3.43308 20.6326 3.08374C19.0364 1.78016 17.0976 1 14.9932 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.9932 5.20085C13.8185 5.20085 12.7167 5.5455 11.754 6.14242C11.2846 6.43346 11.1401 7.04989 11.4311 7.51927C11.7221 7.98865 12.3386 8.13323 12.808 7.8422C13.4794 7.4259 14.2195 7.20085 14.9932 7.20085C15.7709 7.20085 16.5146 7.42816 17.1887 7.84854C17.6574 8.14077 18.2742 7.99777 18.5664 7.52913C18.8586 7.0605 18.7156 6.44369 18.247 6.15146C17.2809 5.54901 16.174 5.20085 14.9932 5.20085Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15 9C14.4477 9 14 9.44771 14 10C14 10.5523 14.4477 11 15 11H15.0064C15.5587 11 16.0064 10.5523 16.0064 10C16.0064 9.44771 15.5587 9 15.0064 9H15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.72886 5.26575C7.85842 5.26234 7.97901 5.32677 8.06078 5.42733C8.41234 5.85969 8.87839 6.14397 9.37966 6.27202C9.60977 6.3308 9.72482 6.36019 9.76724 6.41869C9.80965 6.47718 9.80182 6.59566 9.78616 6.8326C9.75293 7.3353 9.87074 7.85278 10.1563 8.3136C10.5815 8.99963 11.2844 9.40827 12.0294 9.4842C12.2691 9.50863 12.3889 9.52084 12.4386 9.56856C12.4474 9.57701 12.4501 9.58004 12.4576 9.58964C12.5001 9.64392 12.5001 9.76419 12.5001 10.0047C12.5001 11.3861 13.6194 12.506 15.0001 12.506H15.0064C15.0776 12.506 15.1481 12.503 15.2178 12.4971C15.4866 12.4746 15.621 12.4634 15.6856 12.5228C15.7502 12.5822 15.7502 12.7004 15.7502 12.9369V16.4617C15.7502 17.7365 15.7502 18.7681 15.6426 19.5804C15.5308 20.4245 15.2908 21.1436 14.726 21.7169C14.1597 22.2917 13.4469 22.5374 12.6102 22.6516C11.8079 22.7611 10.7898 22.7611 9.53566 22.7611H9.42559C8.17142 22.7611 7.1533 22.7611 6.35101 22.6516C5.51432 22.5374 4.8015 22.2917 4.23522 21.7169C3.51863 20.9895 3.32174 20.0232 3.25152 18.8541L3.25 18.8287L3.33072 8.34395L3.33892 8.29037C3.45879 7.50704 3.70295 6.83679 4.23522 6.2965C4.8015 5.72168 5.51432 5.476 6.35101 5.36181C6.75478 5.30671 7.21319 5.27934 7.72886 5.26575ZM8.5 19.0092C8.5 18.4566 8.94772 18.0087 9.5 18.0087H9.50898C10.0613 18.0087 10.509 18.4566 10.509 19.0092C10.509 19.5617 10.0613 20.0097 9.50898 20.0097H9.5C8.94772 20.0097 8.5 19.5617 8.5 19.0092Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.9932 1C12.8955 1 10.9623 1.77525 9.36896 3.07147C8.94054 3.42001 8.87578 4.04985 9.22431 4.47827C9.57284 4.90669 10.2027 4.97145 10.6311 4.62292C11.9099 3.58261 13.4067 3 14.9932 3C16.5847 3 18.0861 3.58627 19.3675 4.63279C19.7952 4.98214 20.4252 4.91857 20.7746 4.49081C21.1239 4.06305 21.0603 3.43308 20.6326 3.08374C19.0364 1.78016 17.0976 1 14.9932 1Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.9932 5.20085C13.8185 5.20085 12.7167 5.5455 11.754 6.14242C11.2846 6.43346 11.1401 7.04989 11.4311 7.51927C11.7221 7.98865 12.3386 8.13323 12.808 7.8422C13.4794 7.4259 14.2195 7.20085 14.9932 7.20085C15.7709 7.20085 16.5146 7.42816 17.1887 7.84854C17.6574 8.14077 18.2742 7.99777 18.5664 7.52913C18.8586 7.0605 18.7156 6.44369 18.247 6.15146C17.2809 5.54901 16.174 5.20085 14.9932 5.20085Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15 9C14.4477 9 14 9.44771 14 10C14 10.5523 14.4477 11 15 11H15.0064C15.5587 11 16.0064 10.5523 16.0064 10C16.0064 9.44771 15.5587 9 15.0064 9H15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.54289 13.7929C9.93342 11.4024 14.0666 11.4024 16.4571 13.7929C16.8476 14.1834 16.8476 14.8166 16.4571 15.2071C16.0666 15.5976 15.4334 15.5976 15.0429 15.2071C13.4334 13.5976 10.5666 13.5976 8.95711 15.2071C8.56658 15.5976 7.93342 15.5976 7.54289 15.2071C7.15237 14.8166 7.15237 14.1834 7.54289 13.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.85984 10.7318C9.21914 7.09903 15.0058 7.07336 19.1626 10.751C19.5763 11.117 19.6149 11.749 19.249 12.1626C18.883 12.5763 18.251 12.6149 17.8374 12.249C14.459 9.25997 9.78091 9.2343 6.14021 12.2682C5.71593 12.6218 5.08537 12.5645 4.7318 12.1402C4.37824 11.7159 4.43556 11.0853 4.85984 10.7318Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.5C15.695 3.49998 19.3379 4.94312 22.6452 7.73585C23.0672 8.09217 23.1204 8.72309 22.7641 9.14506C22.4077 9.56703 21.7768 9.62024 21.3548 9.26393C18.3463 6.72345 15.1472 5.49999 12 5.5C8.85288 5.50001 5.65374 6.7235 2.6452 9.26403C2.22324 9.62035 1.59231 9.56714 1.23599 9.14518C0.879668 8.72322 0.93288 8.09229 1.35484 7.73597C4.6621 4.94319 8.30506 3.50002 12 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.75 18C9.75 16.7574 10.7574 15.75 12 15.75C13.2426 15.75 14.25 16.7574 14.25 18C14.25 19.2426 13.2426 20.25 12 20.25C10.7574 20.25 9.75 19.2426 9.75 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.54289 13.7929C9.93342 11.4024 14.0666 11.4024 16.4571 13.7929C16.8476 14.1834 16.8476 14.8166 16.4571 15.2071C16.0666 15.5976 15.4334 15.5976 15.0429 15.2071C13.4334 13.5976 10.5666 13.5976 8.95711 15.2071C8.56658 15.5976 7.93342 15.5976 7.54289 15.2071C7.15237 14.8166 7.15237 14.1834 7.54289 13.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.85984 10.7318C9.21914 7.09903 15.0058 7.07336 19.1626 10.751C19.5763 11.117 19.6149 11.749 19.249 12.1626C18.883 12.5763 18.251 12.6149 17.8374 12.249C14.459 9.25997 9.78091 9.2343 6.14021 12.2682C5.71593 12.6218 5.08537 12.5645 4.7318 12.1402C4.37824 11.7159 4.43556 11.0853 4.85984 10.7318Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.5C15.695 3.49998 19.3379 4.94312 22.6452 7.73585C23.0672 8.09217 23.1204 8.72309 22.7641 9.14506C22.4077 9.56703 21.7768 9.62024 21.3548 9.26393C18.3463 6.72345 15.1472 5.49999 12 5.5C8.85288 5.50001 5.65374 6.7235 2.6452 9.26403C2.22324 9.62035 1.59231 9.56714 1.23599 9.14518C0.879668 8.72322 0.93288 8.09229 1.35484 7.73597C4.6621 4.94319 8.30506 3.50002 12 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.75 18C9.75 16.7574 10.7574 15.75 12 15.75C13.2426 15.75 14.25 16.7574 14.25 18C14.25 19.2426 13.2426 20.25 12 20.25C10.7574 20.25 9.75 19.2426 9.75 18Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 18.5C10.5 17.6716 11.1716 17 12 17H12.0118C12.8402 17 13.5118 17.6716 13.5118 18.5C13.5118 19.3284 12.8402 20 12.0118 20H12C11.1716 20 10.5 19.3284 10.5 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.54289 14.7929C9.93342 12.4024 14.0666 12.4024 16.4571 14.7929C16.8476 15.1834 16.8476 15.8166 16.4571 16.2071C16.0666 16.5976 15.4334 16.5976 15.0429 16.2071C13.4334 14.5976 10.5666 14.5976 8.95711 16.2071C8.56658 16.5976 7.93342 16.5976 7.54289 16.2071C7.15237 15.8166 7.15237 15.1834 7.54289 14.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.85984 11.7318C9.21914 8.09903 15.0058 8.07336 19.1626 11.751C19.5763 12.117 19.6149 12.749 19.249 13.1626C18.883 13.5763 18.251 13.6149 17.8374 13.249C14.459 10.26 9.78091 10.2343 6.14021 13.2682C5.71593 13.6218 5.08537 13.5645 4.7318 13.1402C4.37824 12.7159 4.43556 12.0853 4.85984 11.7318Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.5C15.695 4.49998 19.3379 5.94312 22.6452 8.73585C23.0672 9.09217 23.1204 9.72309 22.7641 10.1451C22.4077 10.567 21.7768 10.6202 21.3548 10.2639C18.3463 7.72345 15.1472 6.49999 12 6.5C8.85288 6.50001 5.65374 7.7235 2.6452 10.264C2.22324 10.6204 1.59231 10.5671 1.23599 10.1452C0.879668 9.72322 0.93288 9.09229 1.35484 8.73597C4.6621 5.94319 8.30506 4.50002 12 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.5 18.5C10.5 17.6716 11.1716 17 12 17H12.0118C12.8402 17 13.5118 17.6716 13.5118 18.5C13.5118 19.3284 12.8402 20 12.0118 20H12C11.1716 20 10.5 19.3284 10.5 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.54289 14.7929C9.93342 12.4024 14.0666 12.4024 16.4571 14.7929C16.8476 15.1834 16.8476 15.8166 16.4571 16.2071C16.0666 16.5976 15.4334 16.5976 15.0429 16.2071C13.4334 14.5976 10.5666 14.5976 8.95711 16.2071C8.56658 16.5976 7.93342 16.5976 7.54289 16.2071C7.15237 15.8166 7.15237 15.1834 7.54289 14.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.85984 11.7318C9.21914 8.09903 15.0058 8.07336 19.1626 11.751C19.5763 12.117 19.6149 12.749 19.249 13.1626C18.883 13.5763 18.251 13.6149 17.8374 13.249C14.459 10.26 9.78091 10.2343 6.14021 13.2682C5.71593 13.6218 5.08537 13.5645 4.7318 13.1402C4.37824 12.7159 4.43556 12.0853 4.85984 11.7318Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 4.5C15.695 4.49998 19.3379 5.94312 22.6452 8.73585C23.0672 9.09217 23.1204 9.72309 22.7641 10.1451C22.4077 10.567 21.7768 10.6202 21.3548 10.2639C18.3463 7.72345 15.1472 6.49999 12 6.5C8.85288 6.50001 5.65374 7.7235 2.6452 10.264C2.22324 10.6204 1.59231 10.5671 1.23599 10.1452C0.879668 9.72322 0.93288 9.09229 1.35484 8.73597C4.6621 5.94319 8.30506 4.50002 12 4.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM11.9946 8C10.2968 8 8.72195 8.55747 7.41409 9.50323C6.96656 9.82686 6.86612 10.452 7.18975 10.8995C7.51337 11.3471 8.13852 11.4475 8.58605 11.1239C9.57587 10.4081 10.7451 10 11.9946 10C13.2481 10 14.4208 10.4107 15.4126 11.1307C15.8595 11.4551 16.4849 11.3558 16.8093 10.9089C17.1338 10.462 17.0345 9.83663 16.5875 9.51219C15.2773 8.56101 13.6979 8 11.9946 8ZM11.9946 11.4317C11.0388 11.4317 10.1368 11.6808 9.34215 12.1187C8.85847 12.3853 8.68247 12.9935 8.94905 13.4772C9.21563 13.9609 9.82385 14.1369 10.3075 13.8703C10.8202 13.5878 11.3917 13.4317 11.9946 13.4317C12.6006 13.4317 13.1749 13.5893 13.6895 13.8746C14.1726 14.1424 14.7812 13.9678 15.049 13.4848C15.3167 13.0018 15.1422 12.3931 14.6591 12.1254C13.8616 11.6833 12.9554 11.4317 11.9946 11.4317ZM11.9969 15C11.4464 15 11.0001 15.4477 11.0001 16C11.0001 16.5523 11.4464 17 11.9969 17C12.5439 17 13.0001 16.5487 13.0001 16C13.0001 15.4513 12.5439 15 11.9969 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM11.9946 8C10.2968 8 8.72195 8.55747 7.41409 9.50323C6.96656 9.82686 6.86612 10.452 7.18975 10.8995C7.51337 11.3471 8.13852 11.4475 8.58605 11.1239C9.57587 10.4081 10.7451 10 11.9946 10C13.2481 10 14.4208 10.4107 15.4126 11.1307C15.8595 11.4551 16.4849 11.3558 16.8093 10.9089C17.1338 10.462 17.0345 9.83663 16.5875 9.51219C15.2773 8.56101 13.6979 8 11.9946 8ZM11.9946 11.4317C11.0388 11.4317 10.1368 11.6808 9.34215 12.1187C8.85847 12.3853 8.68247 12.9935 8.94905 13.4772C9.21563 13.9609 9.82385 14.1369 10.3075 13.8703C10.8202 13.5878 11.3917 13.4317 11.9946 13.4317C12.6006 13.4317 13.1749 13.5893 13.6895 13.8746C14.1726 14.1424 14.7812 13.9678 15.049 13.4848C15.3167 13.0018 15.1422 12.3931 14.6591 12.1254C13.8616 11.6833 12.9554 11.4317 11.9946 11.4317ZM11.9969 15C11.4464 15 11.0001 15.4477 11.0001 16C11.0001 16.5523 11.4464 17 11.9969 17C12.5439 17 13.0001 16.5487 13.0001 16C13.0001 15.4513 12.5439 15 11.9969 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-connected-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2C9.16448 2 6.51398 2.866 4.26436 4.3669L4.21659 4.39877C3.67053 4.76299 3.18224 5.08868 2.82154 5.44415C2.41393 5.84585 2.14107 6.309 2.03638 6.94082C1.92688 7.60173 2.07339 8.17275 2.3575 8.73388C2.40029 8.81839 2.42169 8.86065 2.45526 8.90207C2.58621 9.06362 2.82902 9.12854 3.02311 9.05392C3.07288 9.03478 3.12513 9.00059 3.22962 8.9322C8.69369 5.35594 15.3063 5.35594 20.7704 8.9322C20.8749 9.00059 20.9271 9.03479 20.9769 9.05392C21.171 9.12854 21.4138 9.06362 21.5447 8.90208C21.5783 8.86066 21.5997 8.8184 21.6425 8.73388C21.9266 8.17275 22.0731 7.60173 21.9636 6.94082C21.8589 6.309 21.5861 5.84585 21.1785 5.44415C20.8178 5.08868 20.3295 4.76299 19.7834 4.39878L19.7356 4.3669C17.486 2.866 14.8355 2 12 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.13538 11.3496L4.24991 11.5081C4.5008 11.8555 4.62625 12.0292 4.80652 12.0725C4.98678 12.1157 5.18736 12.0126 5.58852 11.8063C9.62533 9.73122 14.3737 9.73122 18.4105 11.8063C18.8117 12.0126 19.0122 12.1157 19.1925 12.0725C19.3728 12.0292 19.4982 11.8555 19.7491 11.5081L19.8636 11.3496C20.1451 10.9599 20.2858 10.765 20.2436 10.5516C20.2014 10.3382 20.0054 10.2168 19.6134 9.97388C14.8287 7.00871 9.17035 7.00871 4.38558 9.97388C3.99363 10.2168 3.79765 10.3382 3.75544 10.5516C3.71323 10.765 3.85395 10.9599 4.13538 11.3496Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.3498 15.3362C13.5963 13.8879 10.4052 13.8879 7.65159 15.3362L7.65159 15.3362C7.5793 15.3742 7.54315 15.3933 7.50944 15.4052C7.32474 15.4708 7.11875 15.4225 6.98254 15.2815C6.95768 15.2558 6.93377 15.2227 6.88594 15.1565L6.31489 14.3658C6.00908 13.9423 5.85617 13.7306 5.9145 13.5035C5.97283 13.2765 6.19658 13.1705 6.64406 12.9584C10.0449 11.3472 13.9566 11.3472 17.3574 12.9584C17.8049 13.1705 18.0286 13.2765 18.0869 13.5035C18.1453 13.7306 17.9924 13.9423 17.6865 14.3658L17.1155 15.1565L17.1155 15.1565C17.0677 15.2227 17.0438 15.2558 17.0189 15.2815C16.8827 15.4225 16.6767 15.4708 16.492 15.4052C16.4583 15.3932 16.4221 15.3742 16.3498 15.3362Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4746 17.4263L15.742 17.056C15.837 16.9245 15.7935 16.7393 15.6499 16.6638C13.3335 15.4454 10.6647 15.4454 8.34819 16.6638C8.20459 16.7393 8.16112 16.9245 8.25611 17.056L8.52758 17.4319C9.17879 18.3337 9.71432 19.0752 10.205 19.5837C10.7169 20.1143 11.2811 20.5 11.9991 20.5C12.2052 20.5 12.3987 20.4682 12.5819 20.4103C12.2222 20.0487 12 19.5503 12 19C12 17.8954 12.8954 17 14 17L14.0664 17.0011C14.0898 17.0018 14.1144 17.003 14.1402 17.0046C14.1919 17.008 14.2484 17.0133 14.3092 17.0215C14.4311 17.0377 14.5696 17.0648 14.7213 17.1082C14.9534 17.1745 15.2078 17.2762 15.4746 17.4263Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.9426 14.6664C23.127 15.187 22.8544 15.7585 22.3338 15.9429C21.8002 16.1319 21.1837 16.5388 20.5307 17.1115C19.888 17.6751 19.2628 18.3521 18.7091 19.0159C18.1572 19.6774 17.6885 20.3111 17.3574 20.7801C17.1922 21.0141 17.0622 21.2058 16.9743 21.3379C16.9307 21.4032 16.8877 21.4689 16.8451 21.535C16.6525 21.8367 16.307 22.0173 15.9489 21.999C15.5889 21.9805 15.2668 21.7698 15.1056 21.4475L15.1052 21.4467C14.8634 20.9631 14.476 20.1883 13.9064 19.9959C13.398 19.9487 13 19.521 13 19.0003C13 18.448 13.4477 18.0003 14 18.0003C14.1349 18.0007 14.2642 18.0179 14.4466 18.07C14.6545 18.1294 14.9053 18.2353 15.1797 18.4182C15.454 18.6011 15.7416 18.8538 16.0304 19.1997C16.3456 18.7689 16.734 18.2613 17.1733 17.7347C17.7666 17.0235 18.465 16.2629 19.212 15.6078C19.9486 14.9618 20.788 14.3686 21.6662 14.0576C22.1868 13.8733 22.7582 14.1458 22.9426 14.6664Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 2C9.16448 2 6.51398 2.866 4.26436 4.3669L4.21659 4.39877C3.67053 4.76299 3.18224 5.08868 2.82154 5.44415C2.41393 5.84585 2.14107 6.309 2.03638 6.94082C1.92688 7.60173 2.07339 8.17275 2.3575 8.73388C2.40029 8.81839 2.42169 8.86065 2.45526 8.90207C2.58621 9.06362 2.82902 9.12854 3.02311 9.05392C3.07288 9.03478 3.12513 9.00059 3.22962 8.9322C8.69369 5.35594 15.3063 5.35594 20.7704 8.9322C20.8749 9.00059 20.9271 9.03479 20.9769 9.05392C21.171 9.12854 21.4138 9.06362 21.5447 8.90208C21.5783 8.86066 21.5997 8.8184 21.6425 8.73388C21.9266 8.17275 22.0731 7.60173 21.9636 6.94082C21.8589 6.309 21.5861 5.84585 21.1785 5.44415C20.8178 5.08868 20.3295 4.76299 19.7834 4.39878L19.7356 4.3669C17.486 2.866 14.8355 2 12 2Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.13538 11.3496L4.24991 11.5081C4.5008 11.8555 4.62625 12.0292 4.80652 12.0725C4.98678 12.1157 5.18736 12.0126 5.58852 11.8063C9.62533 9.73122 14.3737 9.73122 18.4105 11.8063C18.8117 12.0126 19.0122 12.1157 19.1925 12.0725C19.3728 12.0292 19.4982 11.8555 19.7491 11.5081L19.8636 11.3496C20.1451 10.9599 20.2858 10.765 20.2436 10.5516C20.2014 10.3382 20.0054 10.2168 19.6134 9.97388C14.8287 7.00871 9.17035 7.00871 4.38558 9.97388C3.99363 10.2168 3.79765 10.3382 3.75544 10.5516C3.71323 10.765 3.85395 10.9599 4.13538 11.3496Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.3498 15.3362C13.5963 13.8879 10.4052 13.8879 7.65159 15.3362L7.65159 15.3362C7.5793 15.3742 7.54315 15.3933 7.50944 15.4052C7.32474 15.4708 7.11875 15.4225 6.98254 15.2815C6.95768 15.2558 6.93377 15.2227 6.88594 15.1565L6.31489 14.3658C6.00908 13.9423 5.85617 13.7306 5.9145 13.5035C5.97283 13.2765 6.19658 13.1705 6.64406 12.9584C10.0449 11.3472 13.9566 11.3472 17.3574 12.9584C17.8049 13.1705 18.0286 13.2765 18.0869 13.5035C18.1453 13.7306 17.9924 13.9423 17.6865 14.3658L17.1155 15.1565L17.1155 15.1565C17.0677 15.2227 17.0438 15.2558 17.0189 15.2815C16.8827 15.4225 16.6767 15.4708 16.492 15.4052C16.4583 15.3932 16.4221 15.3742 16.3498 15.3362Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.4746 17.4263L15.742 17.056C15.837 16.9245 15.7935 16.7393 15.6499 16.6638C13.3335 15.4454 10.6647 15.4454 8.34819 16.6638C8.20459 16.7393 8.16112 16.9245 8.25611 17.056L8.52758 17.4319C9.17879 18.3337 9.71432 19.0752 10.205 19.5837C10.7169 20.1143 11.2811 20.5 11.9991 20.5C12.2052 20.5 12.3987 20.4682 12.5819 20.4103C12.2222 20.0487 12 19.5503 12 19C12 17.8954 12.8954 17 14 17L14.0664 17.0011C14.0898 17.0018 14.1144 17.003 14.1402 17.0046C14.1919 17.008 14.2484 17.0133 14.3092 17.0215C14.4311 17.0377 14.5696 17.0648 14.7213 17.1082C14.9534 17.1745 15.2078 17.2762 15.4746 17.4263Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.9426 14.6664C23.127 15.187 22.8544 15.7585 22.3338 15.9429C21.8002 16.1319 21.1837 16.5388 20.5307 17.1115C19.888 17.6751 19.2628 18.3521 18.7091 19.0159C18.1572 19.6774 17.6885 20.3111 17.3574 20.7801C17.1922 21.0141 17.0622 21.2058 16.9743 21.3379C16.9307 21.4032 16.8877 21.4689 16.8451 21.535C16.6525 21.8367 16.307 22.0173 15.9489 21.999C15.5889 21.9805 15.2668 21.7698 15.1056 21.4475L15.1052 21.4467C14.8634 20.9631 14.476 20.1883 13.9064 19.9959C13.398 19.9487 13 19.521 13 19.0003C13 18.448 13.4477 18.0003 14 18.0003C14.1349 18.0007 14.2642 18.0179 14.4466 18.07C14.6545 18.1294 14.9053 18.2353 15.1797 18.4182C15.454 18.6011 15.7416 18.8538 16.0304 19.1997C16.3456 18.7689 16.734 18.2613 17.1733 17.7347C17.7666 17.0235 18.465 16.2629 19.212 15.6078C19.9486 14.9618 20.788 14.3686 21.6662 14.0576C22.1868 13.8733 22.7582 14.1458 22.9426 14.6664Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-connected-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C15.695 2.99998 19.3379 4.44312 22.6452 7.23585C23.0672 7.59217 23.1204 8.22309 22.7641 8.64506C22.4077 9.06703 21.7768 9.12024 21.3548 8.76393C18.3463 6.22345 15.1472 4.99999 12 5C8.85288 5.00001 5.65374 6.2235 2.6452 8.76403C2.22324 9.12035 1.59231 9.06714 1.23599 8.64518C0.879668 8.22322 0.93288 7.59229 1.35484 7.23597C4.6621 4.44319 8.30506 3.00002 12 3ZM4.85984 10.7318C9.21913 7.09903 15.0058 7.07336 19.1626 10.751C19.5763 11.117 19.6149 11.749 19.249 12.1626C18.883 12.5763 18.251 12.6149 17.8374 12.249C14.459 9.25997 9.78091 9.2343 6.14021 12.2682C5.71593 12.6218 5.08536 12.5645 4.7318 12.1402C4.37824 11.7159 4.43556 11.0853 4.85984 10.7318Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5357 15.3446C17.002 15.0487 17.1403 14.4308 16.8444 13.9645C16.5486 13.4981 15.9307 13.3599 15.4643 13.6557C14.055 14.5497 12.7197 16.0351 11.7712 17.2274C11.4951 17.5744 11.2458 17.9043 11.0304 18.1986C10.7416 17.8528 10.454 17.6 10.1797 17.4172C9.9053 17.2342 9.65446 17.1283 9.4466 17.0689C9.26415 17.0168 9.13486 16.9996 9 16.9992C8.44771 16.9992 8 17.4469 8 17.9992C8 18.5199 8.39799 18.9477 8.90638 18.9949C8.92901 19.0025 8.98598 19.025 9.0703 19.0813C9.26956 19.2141 9.66489 19.5651 10.1056 20.4464C10.2668 20.7688 10.5889 20.9795 10.9489 20.9979C11.3087 21.0163 11.6508 20.8395 11.8441 20.5354L11.8447 20.5344L11.9451 20.3806C12.014 20.2766 12.1163 20.1245 12.2473 19.9361C12.5098 19.5588 12.8853 19.0394 13.3363 18.4725C14.2569 17.3154 15.4216 16.0513 16.5357 15.3446Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C15.695 2.99998 19.3379 4.44312 22.6452 7.23585C23.0672 7.59217 23.1204 8.22309 22.7641 8.64506C22.4077 9.06703 21.7768 9.12024 21.3548 8.76393C18.3463 6.22345 15.1472 4.99999 12 5C8.85288 5.00001 5.65374 6.2235 2.6452 8.76403C2.22324 9.12035 1.59231 9.06714 1.23599 8.64518C0.879668 8.22322 0.93288 7.59229 1.35484 7.23597C4.6621 4.44319 8.30506 3.00002 12 3ZM4.85984 10.7318C9.21913 7.09903 15.0058 7.07336 19.1626 10.751C19.5763 11.117 19.6149 11.749 19.249 12.1626C18.883 12.5763 18.251 12.6149 17.8374 12.249C14.459 9.25997 9.78091 9.2343 6.14021 12.2682C5.71593 12.6218 5.08536 12.5645 4.7318 12.1402C4.37824 11.7159 4.43556 11.0853 4.85984 10.7318Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.5357 15.3446C17.002 15.0487 17.1403 14.4308 16.8444 13.9645C16.5486 13.4981 15.9307 13.3599 15.4643 13.6557C14.055 14.5497 12.7197 16.0351 11.7712 17.2274C11.4951 17.5744 11.2458 17.9043 11.0304 18.1986C10.7416 17.8528 10.454 17.6 10.1797 17.4172C9.9053 17.2342 9.65446 17.1283 9.4466 17.0689C9.26415 17.0168 9.13486 16.9996 9 16.9992C8.44771 16.9992 8 17.4469 8 17.9992C8 18.5199 8.39799 18.9477 8.90638 18.9949C8.92901 19.0025 8.98598 19.025 9.0703 19.0813C9.26956 19.2141 9.66489 19.5651 10.1056 20.4464C10.2668 20.7688 10.5889 20.9795 10.9489 20.9979C11.3087 21.0163 11.6508 20.8395 11.8441 20.5354L11.8447 20.5344L11.9451 20.3806C12.014 20.2766 12.1163 20.1245 12.2473 19.9361C12.5098 19.5588 12.8853 19.0394 13.3363 18.4725C14.2569 17.3154 15.4216 16.0513 16.5357 15.3446Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-connected-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5.99976C8.30506 5.99977 4.6621 7.44294 1.35484 10.2357C0.93288 10.592 0.879668 11.223 1.23599 11.6449C1.59231 12.0669 2.22324 12.1201 2.6452 11.7638C5.65374 9.22326 8.85287 7.99977 12 7.99976C12.5523 7.99975 13 7.55204 13 6.99975C13 6.44747 12.5523 5.99975 12 5.99976Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.85984 13.2315C9.21914 9.59879 15.0058 9.57312 19.1626 13.2508C19.5763 13.6168 19.6149 14.2487 19.249 14.6624C18.883 15.076 18.251 15.1147 17.8374 14.7487C14.459 11.7597 9.78091 11.7341 6.14021 14.768C5.71593 15.1215 5.08536 15.0642 4.7318 14.6399C4.37824 14.2157 4.43556 13.5851 4.85984 13.2315Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4571 16.2926C14.0666 13.9021 9.93344 13.9021 7.54292 16.2926C7.15239 16.6832 7.15239 17.3163 7.54292 17.7069C7.93344 18.0974 8.5666 18.0974 8.95713 17.7069C10.5666 16.0974 13.4334 16.0974 15.0429 17.7069C15.4334 18.0974 16.0666 18.0974 16.4571 17.7069C16.8477 17.3163 16.8477 16.6832 16.4571 16.2926Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 18.4998C11.1716 18.4998 10.5 19.1713 10.5 19.9998C10.5 20.8282 11.1716 21.4998 12 21.4998H12.0118C12.8402 21.4998 13.5118 20.8282 13.5118 19.9998C13.5118 19.1713 12.8402 18.4998 12.0118 18.4998H12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.8444 3.46434C23.1403 3.9307 23.002 4.54859 22.5357 4.84443C21.4216 5.55115 20.2569 6.81531 19.3363 7.97242C18.8853 8.53926 18.5098 9.0587 18.2473 9.43598C18.1163 9.62434 18.014 9.77651 17.9451 9.88052C17.9107 9.93251 17.8847 9.97241 17.8676 9.99873L17.8489 10.0278L17.8447 10.0343L17.8441 10.0353C17.6508 10.3394 17.3087 10.5162 16.9489 10.4978C16.5889 10.4793 16.2668 10.2687 16.1056 9.9463C15.6649 9.06493 15.2696 8.71398 15.0703 8.58114C14.986 8.52493 14.929 8.50241 14.9064 8.49476C14.398 8.44756 14 8.0198 14 7.49909C14 6.9468 14.4477 6.49909 15 6.49909L15.0759 6.50165C15.1055 6.50356 15.1393 6.50673 15.1771 6.51177C15.2527 6.52185 15.3434 6.53933 15.4466 6.56881C15.6545 6.62821 15.9053 6.7341 16.1797 6.91704C16.454 7.09989 16.7416 7.35265 17.0304 7.69852C17.2458 7.40419 17.4951 7.07429 17.7712 6.72723C18.7197 5.53499 20.055 4.0496 21.4643 3.15558C21.9307 2.85974 22.5486 2.99797 22.8444 3.46434Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5.99976C8.30506 5.99977 4.6621 7.44294 1.35484 10.2357C0.93288 10.592 0.879668 11.223 1.23599 11.6449C1.59231 12.0669 2.22324 12.1201 2.6452 11.7638C5.65374 9.22326 8.85287 7.99977 12 7.99976C12.5523 7.99975 13 7.55204 13 6.99975C13 6.44747 12.5523 5.99975 12 5.99976Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.85984 13.2315C9.21914 9.59879 15.0058 9.57312 19.1626 13.2508C19.5763 13.6168 19.6149 14.2487 19.249 14.6624C18.883 15.076 18.251 15.1147 17.8374 14.7487C14.459 11.7597 9.78091 11.7341 6.14021 14.768C5.71593 15.1215 5.08536 15.0642 4.7318 14.6399C4.37824 14.2157 4.43556 13.5851 4.85984 13.2315Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4571 16.2926C14.0666 13.9021 9.93344 13.9021 7.54292 16.2926C7.15239 16.6832 7.15239 17.3163 7.54292 17.7069C7.93344 18.0974 8.5666 18.0974 8.95713 17.7069C10.5666 16.0974 13.4334 16.0974 15.0429 17.7069C15.4334 18.0974 16.0666 18.0974 16.4571 17.7069C16.8477 17.3163 16.8477 16.6832 16.4571 16.2926Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 18.4998C11.1716 18.4998 10.5 19.1713 10.5 19.9998C10.5 20.8282 11.1716 21.4998 12 21.4998H12.0118C12.8402 21.4998 13.5118 20.8282 13.5118 19.9998C13.5118 19.1713 12.8402 18.4998 12.0118 18.4998H12Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.8444 3.46434C23.1403 3.9307 23.002 4.54859 22.5357 4.84443C21.4216 5.55115 20.2569 6.81531 19.3363 7.97242C18.8853 8.53926 18.5098 9.0587 18.2473 9.43598C18.1163 9.62434 18.014 9.77651 17.9451 9.88052C17.9107 9.93251 17.8847 9.97241 17.8676 9.99873L17.8489 10.0278L17.8447 10.0343L17.8441 10.0353C17.6508 10.3394 17.3087 10.5162 16.9489 10.4978C16.5889 10.4793 16.2668 10.2687 16.1056 9.9463C15.6649 9.06493 15.2696 8.71398 15.0703 8.58114C14.986 8.52493 14.929 8.50241 14.9064 8.49476C14.398 8.44756 14 8.0198 14 7.49909C14 6.9468 14.4477 6.49909 15 6.49909L15.0759 6.50165C15.1055 6.50356 15.1393 6.50673 15.1771 6.51177C15.2527 6.52185 15.3434 6.53933 15.4466 6.56881C15.6545 6.62821 15.9053 6.7341 16.1797 6.91704C16.454 7.09989 16.7416 7.35265 17.0304 7.69852C17.2458 7.40419 17.4951 7.07429 17.7712 6.72723C18.7197 5.53499 20.055 4.0496 21.4643 3.15558C21.9307 2.85974 22.5486 2.99797 22.8444 3.46434Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-disconnected-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4943 14.4202C12.5532 14.9693 12.1557 15.4622 11.6066 15.521C10.7615 15.6116 9.91727 15.997 9.20713 16.7071C8.8166 17.0976 8.18344 17.0976 7.79292 16.7071C7.40239 16.3166 7.40239 15.6834 7.79292 15.2929C8.81579 14.27 10.08 13.6732 11.3935 13.5324C11.9426 13.4736 12.4355 13.871 12.4943 14.4202Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.79291 11.7929C8.23412 8.35168 12.6598 7.54979 16.4827 9.65661C16.9664 9.92318 17.1424 10.5314 16.8758 11.0151C16.6093 11.4988 16.0011 11.6748 15.5174 11.4082C12.5846 9.79196 9.11246 10.3018 6.20713 13.2071C5.8166 13.5976 5.18344 13.5976 4.79291 13.2071C4.40239 12.8166 4.40239 12.1834 4.79291 11.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.5C15.695 3.49998 19.3379 4.94312 22.6452 7.73585C23.0672 8.09217 23.1204 8.72309 22.7641 9.14506C22.4077 9.56703 21.7768 9.62024 21.3548 9.26393C18.3463 6.72345 15.1472 5.49999 12 5.5C8.85288 5.50001 5.65374 6.7235 2.6452 9.26403C2.22324 9.62035 1.59231 9.56714 1.23599 9.14518C0.879668 8.72322 0.93288 8.09229 1.35484 7.73597C4.6621 4.94319 8.30506 3.50002 12 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2929 12.7929C14.6834 12.4024 15.3166 12.4024 15.7071 12.7929L18 15.0858L20.2929 12.7929C20.6834 12.4024 21.3166 12.4024 21.7071 12.7929C22.0976 13.1834 22.0976 13.8166 21.7071 14.2071L19.4142 16.5L21.7071 18.7929C22.0976 19.1834 22.0976 19.8166 21.7071 20.2071C21.3166 20.5976 20.6834 20.5976 20.2929 20.2071L18 17.9142L15.7071 20.2071C15.3166 20.5976 14.6834 20.5976 14.2929 20.2071C13.9024 19.8166 13.9024 19.1834 14.2929 18.7929L16.5858 16.5L14.2929 14.2071C13.9024 13.8166 13.9024 13.1834 14.2929 12.7929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.4943 14.4202C12.5532 14.9693 12.1557 15.4622 11.6066 15.521C10.7615 15.6116 9.91727 15.997 9.20713 16.7071C8.8166 17.0976 8.18344 17.0976 7.79292 16.7071C7.40239 16.3166 7.40239 15.6834 7.79292 15.2929C8.81579 14.27 10.08 13.6732 11.3935 13.5324C11.9426 13.4736 12.4355 13.871 12.4943 14.4202Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.79291 11.7929C8.23412 8.35168 12.6598 7.54979 16.4827 9.65661C16.9664 9.92318 17.1424 10.5314 16.8758 11.0151C16.6093 11.4988 16.0011 11.6748 15.5174 11.4082C12.5846 9.79196 9.11246 10.3018 6.20713 13.2071C5.8166 13.5976 5.18344 13.5976 4.79291 13.2071C4.40239 12.8166 4.40239 12.1834 4.79291 11.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3.5C15.695 3.49998 19.3379 4.94312 22.6452 7.73585C23.0672 8.09217 23.1204 8.72309 22.7641 9.14506C22.4077 9.56703 21.7768 9.62024 21.3548 9.26393C18.3463 6.72345 15.1472 5.49999 12 5.5C8.85288 5.50001 5.65374 6.7235 2.6452 9.26403C2.22324 9.62035 1.59231 9.56714 1.23599 9.14518C0.879668 8.72322 0.93288 8.09229 1.35484 7.73597C4.6621 4.94319 8.30506 3.50002 12 3.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2929 12.7929C14.6834 12.4024 15.3166 12.4024 15.7071 12.7929L18 15.0858L20.2929 12.7929C20.6834 12.4024 21.3166 12.4024 21.7071 12.7929C22.0976 13.1834 22.0976 13.8166 21.7071 14.2071L19.4142 16.5L21.7071 18.7929C22.0976 19.1834 22.0976 19.8166 21.7071 20.2071C21.3166 20.5976 20.6834 20.5976 20.2929 20.2071L18 17.9142L15.7071 20.2071C15.3166 20.5976 14.6834 20.5976 14.2929 20.2071C13.9024 19.8166 13.9024 19.1834 14.2929 18.7929L16.5858 16.5L14.2929 14.2071C13.9024 13.8166 13.9024 13.1834 14.2929 12.7929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-disconnected-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.79289 14.2929C9.18342 13.9024 9.81658 13.9024 10.2071 14.2929L12 16.0858L13.7929 14.2929C14.1834 13.9024 14.8166 13.9024 15.2071 14.2929C15.5976 14.6834 15.5976 15.3166 15.2071 15.7071L13.4142 17.5L15.2071 19.2929C15.5976 19.6834 15.5976 20.3166 15.2071 20.7071C14.8166 21.0976 14.1834 21.0976 13.7929 20.7071L12 18.9142L10.2071 20.7071C9.81658 21.0976 9.18342 21.0976 8.79289 20.7071C8.40237 20.3166 8.40237 19.6834 8.79289 19.2929L10.5858 17.5L8.79289 15.7071C8.40237 15.3166 8.40237 14.6834 8.79289 14.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C15.695 2.99998 19.3379 4.44312 22.6452 7.23585C23.0672 7.59217 23.1204 8.22309 22.7641 8.64506C22.4077 9.06703 21.7768 9.12024 21.3548 8.76393C18.3463 6.22345 15.1472 4.99999 12 5C8.85288 5.00001 5.65374 6.2235 2.6452 8.76403C2.22324 9.12035 1.59231 9.06714 1.23599 8.64518C0.879668 8.22322 0.93288 7.59229 1.35484 7.23597C4.6621 4.44319 8.30506 3.00002 12 3ZM12.0872 9C14.677 9 17.1807 10.1408 19.228 12.3144C19.6066 12.7164 19.5877 13.3493 19.1857 13.7279C18.7836 14.1066 18.1508 14.0877 17.7721 13.6856C16.0517 11.8592 14.0555 11 12.0872 11C10.1149 11 8.05119 11.863 6.20713 13.7071C5.8166 14.0976 5.18344 14.0976 4.79291 13.7071C4.40239 13.3166 4.40239 12.6834 4.79291 12.2929C6.94886 10.137 9.50133 9 12.0872 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.79289 14.2929C9.18342 13.9024 9.81658 13.9024 10.2071 14.2929L12 16.0858L13.7929 14.2929C14.1834 13.9024 14.8166 13.9024 15.2071 14.2929C15.5976 14.6834 15.5976 15.3166 15.2071 15.7071L13.4142 17.5L15.2071 19.2929C15.5976 19.6834 15.5976 20.3166 15.2071 20.7071C14.8166 21.0976 14.1834 21.0976 13.7929 20.7071L12 18.9142L10.2071 20.7071C9.81658 21.0976 9.18342 21.0976 8.79289 20.7071C8.40237 20.3166 8.40237 19.6834 8.79289 19.2929L10.5858 17.5L8.79289 15.7071C8.40237 15.3166 8.40237 14.6834 8.79289 14.2929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 3C15.695 2.99998 19.3379 4.44312 22.6452 7.23585C23.0672 7.59217 23.1204 8.22309 22.7641 8.64506C22.4077 9.06703 21.7768 9.12024 21.3548 8.76393C18.3463 6.22345 15.1472 4.99999 12 5C8.85288 5.00001 5.65374 6.2235 2.6452 8.76403C2.22324 9.12035 1.59231 9.06714 1.23599 8.64518C0.879668 8.22322 0.93288 7.59229 1.35484 7.23597C4.6621 4.44319 8.30506 3.00002 12 3ZM12.0872 9C14.677 9 17.1807 10.1408 19.228 12.3144C19.6066 12.7164 19.5877 13.3493 19.1857 13.7279C18.7836 14.1066 18.1508 14.0877 17.7721 13.6856C16.0517 11.8592 14.0555 11 12.0872 11C10.1149 11 8.05119 11.863 6.20713 13.7071C5.8166 14.0976 5.18344 14.0976 4.79291 13.7071C4.40239 13.3166 4.40239 12.6834 4.79291 12.2929C6.94886 10.137 9.50133 9 12.0872 9Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-disconnected-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.75 18C10.75 17.3096 11.3071 16.75 11.9942 16.75C12.6766 16.75 13.25 17.3094 13.25 18C13.25 18.6906 12.6766 19.25 11.9942 19.25C11.3071 19.25 10.75 18.6904 10.75 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.54292 14.2928C9.93344 11.9023 14.0666 11.9023 16.4571 14.2928C16.8477 14.6834 16.8477 15.3165 16.4571 15.707C16.0666 16.0976 15.4334 16.0976 15.0429 15.707C13.4334 14.0976 10.5666 14.0976 8.95713 15.707C8.5666 16.0976 7.93344 16.0976 7.54292 15.707C7.15239 15.3165 7.15239 14.6834 7.54292 14.2928Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.85984 11.2317C7.4789 9.04916 10.6279 8.15472 13.6519 8.61931C14.1978 8.70318 14.5723 9.21369 14.4884 9.75957C14.4046 10.3055 13.894 10.68 13.3482 10.5961C10.9319 10.2249 8.35168 10.9253 6.14021 12.7682C5.71593 13.1217 5.08536 13.0644 4.7318 12.6401C4.37824 12.2158 4.43556 11.5853 4.85984 11.2317ZM17.7144 11.3105C18.0787 10.8954 18.7105 10.8541 19.1256 11.2184L19.1626 11.251C19.5763 11.6169 19.6149 12.2489 19.249 12.6626C18.883 13.0762 18.251 13.1148 17.8374 12.7489L17.8066 12.7218C17.3915 12.3575 17.3502 11.7257 17.7144 11.3105Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.35484 8.2359C4.98611 5.16952 9.02029 3.73251 13.0758 4.0408C13.6265 4.08266 14.039 4.56303 13.9971 5.11372C13.9553 5.66442 13.4749 6.07691 12.9242 6.03505C9.4763 5.77294 5.94526 6.97726 2.6452 9.76397C2.22324 10.1203 1.59231 10.0671 1.23599 9.64512C0.879668 9.22315 0.93288 8.59223 1.35484 8.2359Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2929 4.29289C15.6834 3.90237 16.3166 3.90237 16.7071 4.29289L19 6.58579L21.2929 4.29289C21.6834 3.90237 22.3166 3.90237 22.7071 4.29289C23.0976 4.68342 23.0976 5.31658 22.7071 5.70711L20.4142 8L22.7071 10.2929C23.0976 10.6834 23.0976 11.3166 22.7071 11.7071C22.3166 12.0976 21.6834 12.0976 21.2929 11.7071L19 9.41421L16.7071 11.7071C16.3166 12.0976 15.6834 12.0976 15.2929 11.7071C14.9024 11.3166 14.9024 10.6834 15.2929 10.2929L17.5858 8L15.2929 5.70711C14.9024 5.31658 14.9024 4.68342 15.2929 4.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.75 18C10.75 17.3096 11.3071 16.75 11.9942 16.75C12.6766 16.75 13.25 17.3094 13.25 18C13.25 18.6906 12.6766 19.25 11.9942 19.25C11.3071 19.25 10.75 18.6904 10.75 18Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.54292 14.2928C9.93344 11.9023 14.0666 11.9023 16.4571 14.2928C16.8477 14.6834 16.8477 15.3165 16.4571 15.707C16.0666 16.0976 15.4334 16.0976 15.0429 15.707C13.4334 14.0976 10.5666 14.0976 8.95713 15.707C8.5666 16.0976 7.93344 16.0976 7.54292 15.707C7.15239 15.3165 7.15239 14.6834 7.54292 14.2928Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M4.85984 11.2317C7.4789 9.04916 10.6279 8.15472 13.6519 8.61931C14.1978 8.70318 14.5723 9.21369 14.4884 9.75957C14.4046 10.3055 13.894 10.68 13.3482 10.5961C10.9319 10.2249 8.35168 10.9253 6.14021 12.7682C5.71593 13.1217 5.08536 13.0644 4.7318 12.6401C4.37824 12.2158 4.43556 11.5853 4.85984 11.2317ZM17.7144 11.3105C18.0787 10.8954 18.7105 10.8541 19.1256 11.2184L19.1626 11.251C19.5763 11.6169 19.6149 12.2489 19.249 12.6626C18.883 13.0762 18.251 13.1148 17.8374 12.7489L17.8066 12.7218C17.3915 12.3575 17.3502 11.7257 17.7144 11.3105Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.35484 8.2359C4.98611 5.16952 9.02029 3.73251 13.0758 4.0408C13.6265 4.08266 14.039 4.56303 13.9971 5.11372C13.9553 5.66442 13.4749 6.07691 12.9242 6.03505C9.4763 5.77294 5.94526 6.97726 2.6452 9.76397C2.22324 10.1203 1.59231 10.0671 1.23599 9.64512C0.879668 9.22315 0.93288 8.59223 1.35484 8.2359Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M15.2929 4.29289C15.6834 3.90237 16.3166 3.90237 16.7071 4.29289L19 6.58579L21.2929 4.29289C21.6834 3.90237 22.3166 3.90237 22.7071 4.29289C23.0976 4.68342 23.0976 5.31658 22.7071 5.70711L20.4142 8L22.7071 10.2929C23.0976 10.6834 23.0976 11.3166 22.7071 11.7071C22.3166 12.0976 21.6834 12.0976 21.2929 11.7071L19 9.41421L16.7071 11.7071C16.3166 12.0976 15.6834 12.0976 15.2929 11.7071C14.9024 11.3166 14.9024 10.6834 15.2929 10.2929L17.5858 8L15.2929 5.70711C14.9024 5.31658 14.9024 4.68342 15.2929 4.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-disconnected-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.26436 5.30293C6.51398 3.84259 9.16448 3 12 3C14.8355 3 17.486 3.84259 19.7356 5.30293L19.7834 5.33394C20.3295 5.68832 20.8178 6.0052 21.1785 6.35107C21.5861 6.74191 21.8589 7.19254 21.9636 7.80729C22.0731 8.45033 21.9266 9.00592 21.6425 9.55188C21.3827 10.0512 20.9766 10.5982 20.5031 11.2361L18.4142 14.0502C18.3579 14.1066 18.3297 14.1348 18.3028 14.1552C18.1239 14.2914 17.8761 14.2914 17.6972 14.1552C17.6703 14.1348 17.6421 14.1066 17.5858 14.0502L16.7678 13.2322C15.7915 12.2559 14.2085 12.2559 13.2322 13.2322C12.2559 14.2085 12.2559 15.7915 13.2322 16.7678L13.7574 17.2929C14.0907 17.6262 14.2574 17.7929 14.2574 18C14.2574 18.2071 14.0907 18.3738 13.7574 18.7071L13.2322 19.2322C12.8889 19.5756 12.6663 19.994 12.5644 20.4346C12.5282 20.5912 12.5101 20.6695 12.4842 20.7219C12.4209 20.8497 12.2902 20.9536 12.1514 20.9865C12.0946 21 12.063 21 12 21C11.2821 21 10.7179 20.6248 10.2059 20.1085C9.71526 19.6137 9.17973 18.8922 8.52851 18.0148L3.4969 11.236C3.02338 10.5982 2.61732 10.0512 2.3575 9.55188C2.07339 9.00592 1.92688 8.45033 2.03638 7.80729C2.14107 7.19254 2.41393 6.74191 2.82154 6.35107C3.18224 6.0052 3.67053 5.68831 4.21659 5.33394L4.26436 5.30293Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2929 14.2929C14.6834 13.9024 15.3166 13.9024 15.7071 14.2929L18 16.5858L20.2929 14.2929C20.6834 13.9024 21.3166 13.9024 21.7071 14.2929C22.0976 14.6834 22.0976 15.3166 21.7071 15.7071L19.4142 18L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L18 19.4142L15.7071 21.7071C15.3166 22.0976 14.6834 22.0976 14.2929 21.7071C13.9024 21.3166 13.9024 20.6834 14.2929 20.2929L16.5858 18L14.2929 15.7071C13.9024 15.3166 13.9024 14.6834 14.2929 14.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.26436 5.30293C6.51398 3.84259 9.16448 3 12 3C14.8355 3 17.486 3.84259 19.7356 5.30293L19.7834 5.33394C20.3295 5.68832 20.8178 6.0052 21.1785 6.35107C21.5861 6.74191 21.8589 7.19254 21.9636 7.80729C22.0731 8.45033 21.9266 9.00592 21.6425 9.55188C21.3827 10.0512 20.9766 10.5982 20.5031 11.2361L18.4142 14.0502C18.3579 14.1066 18.3297 14.1348 18.3028 14.1552C18.1239 14.2914 17.8761 14.2914 17.6972 14.1552C17.6703 14.1348 17.6421 14.1066 17.5858 14.0502L16.7678 13.2322C15.7915 12.2559 14.2085 12.2559 13.2322 13.2322C12.2559 14.2085 12.2559 15.7915 13.2322 16.7678L13.7574 17.2929C14.0907 17.6262 14.2574 17.7929 14.2574 18C14.2574 18.2071 14.0907 18.3738 13.7574 18.7071L13.2322 19.2322C12.8889 19.5756 12.6663 19.994 12.5644 20.4346C12.5282 20.5912 12.5101 20.6695 12.4842 20.7219C12.4209 20.8497 12.2902 20.9536 12.1514 20.9865C12.0946 21 12.063 21 12 21C11.2821 21 10.7179 20.6248 10.2059 20.1085C9.71526 19.6137 9.17973 18.8922 8.52851 18.0148L3.4969 11.236C3.02338 10.5982 2.61732 10.0512 2.3575 9.55188C2.07339 9.00592 1.92688 8.45033 2.03638 7.80729C2.14107 7.19254 2.41393 6.74191 2.82154 6.35107C3.18224 6.0052 3.67053 5.68831 4.21659 5.33394L4.26436 5.30293Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.2929 14.2929C14.6834 13.9024 15.3166 13.9024 15.7071 14.2929L18 16.5858L20.2929 14.2929C20.6834 13.9024 21.3166 13.9024 21.7071 14.2929C22.0976 14.6834 22.0976 15.3166 21.7071 15.7071L19.4142 18L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L18 19.4142L15.7071 21.7071C15.3166 22.0976 14.6834 22.0976 14.2929 21.7071C13.9024 21.3166 13.9024 20.6834 14.2929 20.2929L16.5858 18L14.2929 15.7071C13.9024 15.3166 13.9024 14.6834 14.2929 14.2929Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-error-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.3302 11.3242C11.7708 11.2253 12.2295 11.2253 12.6701 11.3242C13.4023 11.4885 13.9371 11.9958 14.4152 12.6285C14.8857 13.2512 15.3927 14.1234 16.0218 15.2056L16.074 15.2954C16.6566 16.2976 17.1293 17.1107 17.4146 17.7774C17.7038 18.4533 17.8739 19.1385 17.6414 19.8217C17.5024 20.2306 17.2673 20.6002 16.9579 20.9041C16.4523 21.4008 15.7641 21.5825 15.0054 21.6666C14.2521 21.75 13.2706 21.75 12.0477 21.75H11.9526C10.7296 21.75 9.74817 21.75 8.99484 21.6666C8.2362 21.5825 7.54796 21.4008 7.04237 20.9041C6.73297 20.6002 6.49789 20.2306 6.3588 19.8217C6.1264 19.1385 6.29641 18.4533 6.58565 17.7774C6.87095 17.1107 7.34363 16.2976 7.92628 15.2954L7.97844 15.2057C8.60754 14.1234 9.11456 13.2512 9.58507 12.6285C10.0631 11.9958 10.598 11.4885 11.3302 11.3242ZM12.0003 14.25C12.4145 14.25 12.7503 14.5858 12.7503 15V16.5C12.7503 16.9142 12.4145 17.25 12.0003 17.25C11.5861 17.25 11.2503 16.9142 11.2503 16.5V15C11.2503 14.5858 11.5861 14.25 12.0003 14.25ZM11.2501 18.5C11.2501 18.0858 11.5859 17.75 12.0001 17.75H12.0091C12.4233 17.75 12.7591 18.0858 12.7591 18.5C12.7591 18.9142 12.4233 19.25 12.0091 19.25H12.0001C11.5859 19.25 11.2501 18.9142 11.2501 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.6452 6.23585C19.3379 3.44312 15.695 1.99998 12 2C8.30506 2.00002 4.6621 3.44319 1.35484 6.23597C0.93288 6.59229 0.879668 7.22322 1.23599 7.64518C1.59231 8.06714 2.22324 8.12035 2.6452 7.76403C5.65374 5.2235 8.85288 4.00001 12 4C15.1472 3.99999 18.3463 5.22345 21.3548 7.76393C21.7768 8.12024 22.4077 8.06703 22.7641 7.64506C23.1204 7.22309 23.0672 6.59217 22.6452 6.23585Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.1626 9.25105C15.0058 5.57336 9.21913 5.59903 4.85984 9.23178C4.43556 9.58534 4.37824 10.2159 4.7318 10.6402C5.08536 11.0645 5.71593 11.1218 6.14021 10.7682C9.78091 7.7343 14.459 7.75997 17.8374 10.749C18.251 11.1149 18.883 11.0763 19.249 10.6626C19.6149 10.249 19.5763 9.61701 19.1626 9.25105Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.3302 11.3242C11.7708 11.2253 12.2295 11.2253 12.6701 11.3242C13.4023 11.4885 13.9371 11.9958 14.4152 12.6285C14.8857 13.2512 15.3927 14.1234 16.0218 15.2056L16.074 15.2954C16.6566 16.2976 17.1293 17.1107 17.4146 17.7774C17.7038 18.4533 17.8739 19.1385 17.6414 19.8217C17.5024 20.2306 17.2673 20.6002 16.9579 20.9041C16.4523 21.4008 15.7641 21.5825 15.0054 21.6666C14.2521 21.75 13.2706 21.75 12.0477 21.75H11.9526C10.7296 21.75 9.74817 21.75 8.99484 21.6666C8.2362 21.5825 7.54796 21.4008 7.04237 20.9041C6.73297 20.6002 6.49789 20.2306 6.3588 19.8217C6.1264 19.1385 6.29641 18.4533 6.58565 17.7774C6.87095 17.1107 7.34363 16.2976 7.92628 15.2954L7.97844 15.2057C8.60754 14.1234 9.11456 13.2512 9.58507 12.6285C10.0631 11.9958 10.598 11.4885 11.3302 11.3242ZM12.0003 14.25C12.4145 14.25 12.7503 14.5858 12.7503 15V16.5C12.7503 16.9142 12.4145 17.25 12.0003 17.25C11.5861 17.25 11.2503 16.9142 11.2503 16.5V15C11.2503 14.5858 11.5861 14.25 12.0003 14.25ZM11.2501 18.5C11.2501 18.0858 11.5859 17.75 12.0001 17.75H12.0091C12.4233 17.75 12.7591 18.0858 12.7591 18.5C12.7591 18.9142 12.4233 19.25 12.0091 19.25H12.0001C11.5859 19.25 11.2501 18.9142 11.2501 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.6452 6.23585C19.3379 3.44312 15.695 1.99998 12 2C8.30506 2.00002 4.6621 3.44319 1.35484 6.23597C0.93288 6.59229 0.879668 7.22322 1.23599 7.64518C1.59231 8.06714 2.22324 8.12035 2.6452 7.76403C5.65374 5.2235 8.85288 4.00001 12 4C15.1472 3.99999 18.3463 5.22345 21.3548 7.76393C21.7768 8.12024 22.4077 8.06703 22.7641 7.64506C23.1204 7.22309 23.0672 6.59217 22.6452 6.23585Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19.1626 9.25105C15.0058 5.57336 9.21913 5.59903 4.85984 9.23178C4.43556 9.58534 4.37824 10.2159 4.7318 10.6402C5.08536 11.0645 5.71593 11.1218 6.14021 10.7682C9.78091 7.7343 14.459 7.75997 17.8374 10.749C18.251 11.1149 18.883 11.0763 19.249 10.6626C19.6149 10.249 19.5763 9.61701 19.1626 9.25105Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-error-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.29493 8.45555C8.82265 8.29268 9.11842 7.73284 8.95555 7.20512C8.79268 6.67739 8.23284 6.38162 7.70512 6.5445C5.47863 7.23166 3.34198 8.55787 1.35484 10.2359C0.93288 10.5922 0.879668 11.2231 1.23599 11.6451C1.59231 12.0671 2.22324 12.1203 2.6452 11.7639C4.50261 10.1955 6.40553 9.03868 8.29493 8.45555Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2949 6.5445C15.7672 6.38162 15.2074 6.67739 15.0445 7.20512C14.8816 7.73284 15.1774 8.29268 15.7051 8.45555C17.5945 9.03867 19.4975 10.1954 21.3548 11.7638C21.7768 12.1202 22.4077 12.0669 22.7641 11.645C23.1204 11.223 23.0672 10.5921 22.6452 10.2358C20.6581 8.5578 18.5214 7.23164 16.2949 6.5445Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0486 11.6921C14.2187 11.1666 14.7825 10.8785 15.308 11.0486C16.6832 11.4937 17.9883 12.2287 19.1566 13.2458C19.5732 13.6084 19.6169 14.2401 19.2543 14.6566C18.8916 15.0732 18.26 15.1169 17.8434 14.7543C16.8732 13.9097 15.804 13.3113 14.6921 12.9514C14.1666 12.7814 13.8785 12.2175 14.0486 11.6921Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.94891 11.7304C10.1232 12.2545 9.83969 12.8206 9.31563 12.9949C8.21417 13.3612 7.13633 13.9515 6.13409 14.7733C5.70702 15.1235 5.07693 15.0612 4.72675 14.6341C4.37656 14.207 4.43888 13.5769 4.86595 13.2267C6.0497 12.2561 7.34188 11.5437 8.68441 11.0971C9.20847 10.9228 9.77461 11.2063 9.94891 11.7304Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5985 15.5807C10.83 16.0821 10.6113 16.6763 10.1099 16.9079C9.68298 17.1051 9.29213 17.3721 8.95713 17.7071C8.5666 18.0977 7.93344 18.0977 7.54292 17.7071C7.15239 17.3166 7.15239 16.6834 7.54292 16.2929C8.05321 15.7826 8.64164 15.383 9.27131 15.0922C9.77269 14.8606 10.3669 15.0793 10.5985 15.5807Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4016 15.5807C13.6332 15.0793 14.2274 14.8606 14.7287 15.0922C15.3584 15.383 15.9468 15.7826 16.4571 16.2929C16.8477 16.6834 16.8477 17.3166 16.4571 17.7071C16.0666 18.0977 15.4334 18.0977 15.0429 17.7071C14.7079 17.3721 14.3171 17.1051 13.8901 16.9079C13.3887 16.6763 13.17 16.0821 13.4016 15.5807Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.9061 3.6482C12.7755 3.11728 11.2263 3.11725 10.0957 3.64821C9.38183 3.98346 9.17706 4.73464 9.27485 5.31593L11.2613 17.1244C11.3221 17.4855 11.6347 17.75 12.0009 17.75C12.3671 17.75 12.6798 17.4855 12.7406 17.1244L14.727 5.31595C14.8248 4.73464 14.62 3.98344 13.9061 3.6482Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 18.5C11.1716 18.5 10.5 19.1716 10.5 20C10.5 20.8284 11.1716 21.5 12 21.5H12.0118C12.8402 21.5 13.5118 20.8284 13.5118 20C13.5118 19.1716 12.8402 18.5 12.0118 18.5H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.29493 8.45555C8.82265 8.29268 9.11842 7.73284 8.95555 7.20512C8.79268 6.67739 8.23284 6.38162 7.70512 6.5445C5.47863 7.23166 3.34198 8.55787 1.35484 10.2359C0.93288 10.5922 0.879668 11.2231 1.23599 11.6451C1.59231 12.0671 2.22324 12.1203 2.6452 11.7639C4.50261 10.1955 6.40553 9.03868 8.29493 8.45555Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.2949 6.5445C15.7672 6.38162 15.2074 6.67739 15.0445 7.20512C14.8816 7.73284 15.1774 8.29268 15.7051 8.45555C17.5945 9.03867 19.4975 10.1954 21.3548 11.7638C21.7768 12.1202 22.4077 12.0669 22.7641 11.645C23.1204 11.223 23.0672 10.5921 22.6452 10.2358C20.6581 8.5578 18.5214 7.23164 16.2949 6.5445Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.0486 11.6921C14.2187 11.1666 14.7825 10.8785 15.308 11.0486C16.6832 11.4937 17.9883 12.2287 19.1566 13.2458C19.5732 13.6084 19.6169 14.2401 19.2543 14.6566C18.8916 15.0732 18.26 15.1169 17.8434 14.7543C16.8732 13.9097 15.804 13.3113 14.6921 12.9514C14.1666 12.7814 13.8785 12.2175 14.0486 11.6921Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9.94891 11.7304C10.1232 12.2545 9.83969 12.8206 9.31563 12.9949C8.21417 13.3612 7.13633 13.9515 6.13409 14.7733C5.70702 15.1235 5.07693 15.0612 4.72675 14.6341C4.37656 14.207 4.43888 13.5769 4.86595 13.2267C6.0497 12.2561 7.34188 11.5437 8.68441 11.0971C9.20847 10.9228 9.77461 11.2063 9.94891 11.7304Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.5985 15.5807C10.83 16.0821 10.6113 16.6763 10.1099 16.9079C9.68298 17.1051 9.29213 17.3721 8.95713 17.7071C8.5666 18.0977 7.93344 18.0977 7.54292 17.7071C7.15239 17.3166 7.15239 16.6834 7.54292 16.2929C8.05321 15.7826 8.64164 15.383 9.27131 15.0922C9.77269 14.8606 10.3669 15.0793 10.5985 15.5807Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.4016 15.5807C13.6332 15.0793 14.2274 14.8606 14.7287 15.0922C15.3584 15.383 15.9468 15.7826 16.4571 16.2929C16.8477 16.6834 16.8477 17.3166 16.4571 17.7071C16.0666 18.0977 15.4334 18.0977 15.0429 17.7071C14.7079 17.3721 14.3171 17.1051 13.8901 16.9079C13.3887 16.6763 13.17 16.0821 13.4016 15.5807Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.9061 3.6482C12.7755 3.11728 11.2263 3.11725 10.0957 3.64821C9.38183 3.98346 9.17706 4.73464 9.27485 5.31593L11.2613 17.1244C11.3221 17.4855 11.6347 17.75 12.0009 17.75C12.3671 17.75 12.6798 17.4855 12.7406 17.1244L14.727 5.31595C14.8248 4.73464 14.62 3.98344 13.9061 3.6482Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 18.5C11.1716 18.5 10.5 19.1716 10.5 20C10.5 20.8284 11.1716 21.5 12 21.5H12.0118C12.8402 21.5 13.5118 20.8284 13.5118 20C13.5118 19.1716 12.8402 18.5 12.0118 18.5H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-full-signal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9999 17.5C13.3197 17.5 14.5873 17.6774 15.5904 17.9983C15.7398 18.0461 15.8146 18.07 15.8533 18.1263C15.8745 18.1571 15.8875 18.1972 15.8885 18.2346C15.8902 18.3029 15.8419 18.3689 15.7451 18.5008C15.0442 19.4567 14.4699 20.2401 13.9438 20.7771C13.3987 21.3335 12.7878 21.75 11.9999 21.75C11.212 21.75 10.6011 21.3335 10.0561 20.7771C9.52999 20.2401 8.95559 19.4567 8.25468 18.5007C8.15798 18.3688 8.10963 18.3029 8.11135 18.2346C8.1123 18.1972 8.12532 18.1571 8.14658 18.1262C8.18531 18.07 8.26001 18.0461 8.4094 17.9983L8.4094 17.9983C9.41245 17.6774 10.6801 17.5 11.9999 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.191 14.4101C14.5022 12.53 9.49886 12.53 5.81003 14.4101C5.62588 14.5039 5.53381 14.5509 5.51243 14.6408C5.49104 14.7308 5.55372 14.8162 5.67906 14.9872L6.58674 16.2251C6.6792 16.3512 6.72542 16.4142 6.7923 16.4328C6.85918 16.4513 6.93402 16.4198 7.08369 16.3569C8.48837 15.7667 10.2812 15.5 12.0005 15.5C13.7198 15.5 15.5127 15.7667 16.9174 16.357C17.0671 16.4199 17.1419 16.4513 17.2088 16.4328C17.2757 16.4143 17.3219 16.3512 17.4143 16.2251L18.322 14.9872C18.4474 14.8163 18.51 14.7308 18.4886 14.6409C18.4673 14.5509 18.3752 14.504 18.191 14.4101Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.0088 12.709L3.50176 12.0175C3.38727 11.8613 3.33003 11.7833 3.34528 11.6988C3.36053 11.6142 3.43993 11.5621 3.59874 11.4578C8.58898 8.18071 15.4125 8.18073 20.4027 11.4579C20.5615 11.5621 20.6409 11.6143 20.6562 11.6988C20.6714 11.7833 20.6142 11.8614 20.4997 12.0175L19.9927 12.709C19.8918 12.8466 19.8414 12.9154 19.7678 12.9317C19.6943 12.9479 19.6179 12.9059 19.4652 12.822C15.0472 10.3927 8.95431 10.3927 4.53627 12.8219C4.38356 12.9059 4.3072 12.9479 4.23365 12.9316C4.1601 12.9153 4.10967 12.8466 4.0088 12.709Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 2.25C8.94247 2.25 6.0874 3.16996 3.66779 4.75997L3.52149 4.85593C2.4043 5.58798 1.50199 6.17924 1.28786 7.45218C1.17434 8.127 1.3245 8.71261 1.626 9.29912C1.69672 9.43667 1.77765 9.57769 1.86747 9.723C1.96589 9.88223 2.0151 9.96184 2.09792 9.97995C2.18074 9.99806 2.26249 9.94374 2.42597 9.83509C8.11391 6.05496 15.8862 6.05497 21.5741 9.83514C21.7376 9.94379 21.8193 9.99812 21.9022 9.98001C21.985 9.9619 22.0342 9.88228 22.1326 9.72306C22.2224 9.57772 22.3034 9.43669 22.3741 9.29912C22.6756 8.71261 22.8258 8.127 22.7123 7.45218C22.4981 6.17924 21.5958 5.58798 20.4786 4.85593L20.3323 4.75997C17.9127 3.16996 15.0576 2.25 12.0001 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9999 17.5C13.3197 17.5 14.5873 17.6774 15.5904 17.9983C15.7398 18.0461 15.8146 18.07 15.8533 18.1263C15.8745 18.1571 15.8875 18.1972 15.8885 18.2346C15.8902 18.3029 15.8419 18.3689 15.7451 18.5008C15.0442 19.4567 14.4699 20.2401 13.9438 20.7771C13.3987 21.3335 12.7878 21.75 11.9999 21.75C11.212 21.75 10.6011 21.3335 10.0561 20.7771C9.52999 20.2401 8.95559 19.4567 8.25468 18.5007C8.15798 18.3688 8.10963 18.3029 8.11135 18.2346C8.1123 18.1972 8.12532 18.1571 8.14658 18.1262C8.18531 18.07 8.26001 18.0461 8.4094 17.9983L8.4094 17.9983C9.41245 17.6774 10.6801 17.5 11.9999 17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.191 14.4101C14.5022 12.53 9.49886 12.53 5.81003 14.4101C5.62588 14.5039 5.53381 14.5509 5.51243 14.6408C5.49104 14.7308 5.55372 14.8162 5.67906 14.9872L6.58674 16.2251C6.6792 16.3512 6.72542 16.4142 6.7923 16.4328C6.85918 16.4513 6.93402 16.4198 7.08369 16.3569C8.48837 15.7667 10.2812 15.5 12.0005 15.5C13.7198 15.5 15.5127 15.7667 16.9174 16.357C17.0671 16.4199 17.1419 16.4513 17.2088 16.4328C17.2757 16.4143 17.3219 16.3512 17.4143 16.2251L18.322 14.9872C18.4474 14.8163 18.51 14.7308 18.4886 14.6409C18.4673 14.5509 18.3752 14.504 18.191 14.4101Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4.0088 12.709L3.50176 12.0175C3.38727 11.8613 3.33003 11.7833 3.34528 11.6988C3.36053 11.6142 3.43993 11.5621 3.59874 11.4578C8.58898 8.18071 15.4125 8.18073 20.4027 11.4579C20.5615 11.5621 20.6409 11.6143 20.6562 11.6988C20.6714 11.7833 20.6142 11.8614 20.4997 12.0175L19.9927 12.709C19.8918 12.8466 19.8414 12.9154 19.7678 12.9317C19.6943 12.9479 19.6179 12.9059 19.4652 12.822C15.0472 10.3927 8.95431 10.3927 4.53627 12.8219C4.38356 12.9059 4.3072 12.9479 4.23365 12.9316C4.1601 12.9153 4.10967 12.8466 4.0088 12.709Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0001 2.25C8.94247 2.25 6.0874 3.16996 3.66779 4.75997L3.52149 4.85593C2.4043 5.58798 1.50199 6.17924 1.28786 7.45218C1.17434 8.127 1.3245 8.71261 1.626 9.29912C1.69672 9.43667 1.77765 9.57769 1.86747 9.723C1.96589 9.88223 2.0151 9.96184 2.09792 9.97995C2.18074 9.99806 2.26249 9.94374 2.42597 9.83509C8.11391 6.05496 15.8862 6.05497 21.5741 9.83514C21.7376 9.94379 21.8193 9.99812 21.9022 9.98001C21.985 9.9619 22.0342 9.88228 22.1326 9.72306C22.2224 9.57772 22.3034 9.43669 22.3741 9.29912C22.6756 8.71261 22.8258 8.127 22.7123 7.45218C22.4981 6.17924 21.5958 5.58798 20.4786 4.85593L20.3323 4.75997C17.9127 3.16996 15.0576 2.25 12.0001 2.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-location{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.72451 1.25 2.25 5.60954 2.25 10.9258C2.25 13.6482 3.40187 15.9241 5.01689 17.8025C6.62496 19.6728 8.71834 21.1811 10.6782 22.3944L10.6911 22.4024L10.7043 22.4098C11.0996 22.6329 11.546 22.75 12 22.75C12.454 22.75 12.9004 22.6329 13.2957 22.4098L13.3072 22.4033L13.3185 22.3964C15.2855 21.1928 17.3793 19.6796 18.9866 17.8038C20.6003 15.9206 21.75 13.6392 21.75 10.9258C21.75 5.60954 17.2755 1.25 12 1.25ZM11.9946 7C10.2653 7 8.67508 7.63946 7.36896 8.70203C6.94054 9.05057 6.87578 9.68041 7.22431 10.1088C7.57284 10.5373 8.20269 10.602 8.63111 10.2535C9.62265 9.44682 10.7765 9 11.9946 9C13.2165 9 14.3738 9.44963 15.3675 10.2611C15.7952 10.6105 16.4252 10.5469 16.7746 10.1192C17.1239 9.6914 17.0603 9.06143 16.6326 8.71209C15.3241 7.64352 13.7294 7 11.9946 7ZM11.9946 10.3607C11.0147 10.3607 10.0971 10.6484 9.29784 11.144C8.82846 11.435 8.68388 12.0514 8.97491 12.5208C9.26595 12.9902 9.88239 13.1348 10.3518 12.8437C10.8597 12.5288 11.4157 12.3607 11.9946 12.3607C12.5764 12.3607 13.1351 12.5304 13.6452 12.8485C14.1138 13.1408 14.7306 12.9978 15.0228 12.5291C15.3151 12.0605 15.1721 11.4437 14.7034 11.1515C13.9013 10.6513 12.9795 10.3607 11.9946 10.3607ZM11 15C11 14.4477 11.4477 14 12 14H12.0064C12.5587 14 13.0064 14.4477 13.0064 15C13.0064 15.5523 12.5587 16 12.0064 16H12C11.4477 16 11 15.5523 11 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 1.25C6.72451 1.25 2.25 5.60954 2.25 10.9258C2.25 13.6482 3.40187 15.9241 5.01689 17.8025C6.62496 19.6728 8.71834 21.1811 10.6782 22.3944L10.6911 22.4024L10.7043 22.4098C11.0996 22.6329 11.546 22.75 12 22.75C12.454 22.75 12.9004 22.6329 13.2957 22.4098L13.3072 22.4033L13.3185 22.3964C15.2855 21.1928 17.3793 19.6796 18.9866 17.8038C20.6003 15.9206 21.75 13.6392 21.75 10.9258C21.75 5.60954 17.2755 1.25 12 1.25ZM11.9946 7C10.2653 7 8.67508 7.63946 7.36896 8.70203C6.94054 9.05057 6.87578 9.68041 7.22431 10.1088C7.57284 10.5373 8.20269 10.602 8.63111 10.2535C9.62265 9.44682 10.7765 9 11.9946 9C13.2165 9 14.3738 9.44963 15.3675 10.2611C15.7952 10.6105 16.4252 10.5469 16.7746 10.1192C17.1239 9.6914 17.0603 9.06143 16.6326 8.71209C15.3241 7.64352 13.7294 7 11.9946 7ZM11.9946 10.3607C11.0147 10.3607 10.0971 10.6484 9.29784 11.144C8.82846 11.435 8.68388 12.0514 8.97491 12.5208C9.26595 12.9902 9.88239 13.1348 10.3518 12.8437C10.8597 12.5288 11.4157 12.3607 11.9946 12.3607C12.5764 12.3607 13.1351 12.5304 13.6452 12.8485C14.1138 13.1408 14.7306 12.9978 15.0228 12.5291C15.3151 12.0605 15.1721 11.4437 14.7034 11.1515C13.9013 10.6513 12.9795 10.3607 11.9946 10.3607ZM11 15C11 14.4477 11.4477 14 12 14H12.0064C12.5587 14 13.0064 14.4477 13.0064 15C13.0064 15.5523 12.5587 16 12.0064 16H12C11.4477 16 11 15.5523 11 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-lock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.6452 7.23585C19.3379 4.44312 15.695 2.99998 12 3C8.30506 3.00002 4.6621 4.44319 1.35484 7.23597C0.93288 7.59229 0.879668 8.22322 1.23599 8.64518C1.59231 9.06714 2.22324 9.12035 2.6452 8.76403C5.65374 6.2235 8.85288 5.00001 12 5C15.1472 4.99999 18.3463 6.22345 21.3548 8.76393C21.7768 9.12024 22.4077 9.06703 22.7641 8.64506C23.1204 8.22309 23.0672 7.59217 22.6452 7.23585Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.2287 8.15262C12.1653 7.76837 14.1093 8.11437 15.9799 9.13762C16.4644 9.40266 16.6424 10.0103 16.3773 10.4948C16.1123 10.9794 15.5046 11.1573 15.0201 10.8923C13.5129 10.0678 12.0435 9.83154 10.6179 10.1144C9.17815 10.4 7.69126 11.2341 6.20446 12.7098C5.81248 13.0989 5.17932 13.0965 4.79026 12.7045C4.4012 12.3126 4.40356 11.6794 4.79554 11.2903C6.48201 9.61641 8.30619 8.53404 10.2287 8.15262Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.79289 14.793C9.29429 13.2916 11.308 12.7164 13.2125 13.1306C13.7522 13.248 14.0945 13.7806 13.9772 14.3203C13.8598 14.86 13.3272 15.2023 12.7875 15.085C11.5676 14.8197 10.2416 15.1727 9.20711 16.2072C8.81658 16.5977 8.18342 16.5977 7.79289 16.2072C7.40237 15.8167 7.40237 15.1835 7.79289 14.793Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 13C18.0527 13 17.7526 13.3418 17.7526 13.6875V14.375H19.2474V13.6875C19.2474 13.3418 18.9472 13 18.5 13ZM21.2405 14.572V13.6875C21.2405 12.1693 19.9791 11 18.5 11C17.0209 11 15.7595 12.1693 15.7595 13.6875V14.572C15.7345 14.582 15.7095 14.5926 15.6844 14.6037C15.0028 14.9072 14.4822 15.4792 14.2154 16.1719C14.0968 16.4797 14.0538 16.7896 14.0342 17.098C13.9886 17.8162 13.9886 18.5587 14.0342 19.277C14.0538 19.5854 14.0968 19.8953 14.2154 20.2031C14.4822 20.8958 15.0028 21.4678 15.6844 21.7713C15.9929 21.9087 16.3028 21.9576 16.6012 21.9795C16.8811 22 17.217 22 17.5954 22H19.4046C19.783 22 20.1189 22 20.3988 21.9795C20.6972 21.9576 21.0071 21.9087 21.3156 21.7713C21.9972 21.4678 22.5178 20.8958 22.7846 20.2031C22.9032 19.8953 22.9462 19.5854 22.9658 19.277C23.0114 18.5587 23.0114 17.8162 22.9658 17.098C22.9462 16.7896 22.9032 16.4797 22.7846 16.1719C22.5178 15.4792 21.9972 14.9072 21.3156 14.6037C21.2905 14.5926 21.2655 14.582 21.2405 14.572Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.6452 7.23585C19.3379 4.44312 15.695 2.99998 12 3C8.30506 3.00002 4.6621 4.44319 1.35484 7.23597C0.93288 7.59229 0.879668 8.22322 1.23599 8.64518C1.59231 9.06714 2.22324 9.12035 2.6452 8.76403C5.65374 6.2235 8.85288 5.00001 12 5C15.1472 4.99999 18.3463 6.22345 21.3548 8.76393C21.7768 9.12024 22.4077 9.06703 22.7641 8.64506C23.1204 8.22309 23.0672 7.59217 22.6452 7.23585Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.2287 8.15262C12.1653 7.76837 14.1093 8.11437 15.9799 9.13762C16.4644 9.40266 16.6424 10.0103 16.3773 10.4948C16.1123 10.9794 15.5046 11.1573 15.0201 10.8923C13.5129 10.0678 12.0435 9.83154 10.6179 10.1144C9.17815 10.4 7.69126 11.2341 6.20446 12.7098C5.81248 13.0989 5.17932 13.0965 4.79026 12.7045C4.4012 12.3126 4.40356 11.6794 4.79554 11.2903C6.48201 9.61641 8.30619 8.53404 10.2287 8.15262Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.79289 14.793C9.29429 13.2916 11.308 12.7164 13.2125 13.1306C13.7522 13.248 14.0945 13.7806 13.9772 14.3203C13.8598 14.86 13.3272 15.2023 12.7875 15.085C11.5676 14.8197 10.2416 15.1727 9.20711 16.2072C8.81658 16.5977 8.18342 16.5977 7.79289 16.2072C7.40237 15.8167 7.40237 15.1835 7.79289 14.793Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18.5 13C18.0527 13 17.7526 13.3418 17.7526 13.6875V14.375H19.2474V13.6875C19.2474 13.3418 18.9472 13 18.5 13ZM21.2405 14.572V13.6875C21.2405 12.1693 19.9791 11 18.5 11C17.0209 11 15.7595 12.1693 15.7595 13.6875V14.572C15.7345 14.582 15.7095 14.5926 15.6844 14.6037C15.0028 14.9072 14.4822 15.4792 14.2154 16.1719C14.0968 16.4797 14.0538 16.7896 14.0342 17.098C13.9886 17.8162 13.9886 18.5587 14.0342 19.277C14.0538 19.5854 14.0968 19.8953 14.2154 20.2031C14.4822 20.8958 15.0028 21.4678 15.6844 21.7713C15.9929 21.9087 16.3028 21.9576 16.6012 21.9795C16.8811 22 17.217 22 17.5954 22H19.4046C19.783 22 20.1189 22 20.3988 21.9795C20.6972 21.9576 21.0071 21.9087 21.3156 21.7713C21.9972 21.4678 22.5178 20.8958 22.7846 20.2031C22.9032 19.8953 22.9462 19.5854 22.9658 19.277C23.0114 18.5587 23.0114 17.8162 22.9658 17.098C22.9462 16.7896 22.9032 16.4797 22.7846 16.1719C22.5178 15.4792 21.9972 14.9072 21.3156 14.6037C21.2905 14.5926 21.2655 14.582 21.2405 14.572Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-low-signal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.66779 4.50997C6.0874 2.91996 8.94247 2 12.0001 2C15.0576 2 17.9127 2.91996 20.3323 4.50997L20.4786 4.60593C21.5958 5.33798 22.4981 5.92924 22.7123 7.20218C22.8258 7.877 22.6756 8.46261 22.3741 9.04912C22.0968 9.58861 21.6621 10.1813 21.1513 10.878L17.8453 15.3867C17.61 15.7076 17.4923 15.8681 17.3309 15.916C17.1695 15.9639 16.9638 15.8862 16.5523 15.7308C15.2318 15.2319 13.5917 15 12 15C10.4083 15 8.76822 15.2319 7.44775 15.7307C7.03632 15.8862 6.8306 15.9639 6.66918 15.916C6.50776 15.8681 6.39009 15.7076 6.15475 15.3866L2.84886 10.878C2.33797 10.1813 1.90334 9.58862 1.626 9.04912C1.3245 8.46261 1.17434 7.877 1.28786 7.20218C1.50199 5.92924 2.4043 5.33798 3.52149 4.60593L3.66779 4.50997ZM15.3369 16.9125C14.3614 16.6436 13.1959 16.5 11.9991 16.5C10.8023 16.5 9.63689 16.6436 8.66135 16.9125L8.66134 16.9125C8.20438 17.0384 7.97589 17.1014 7.88032 17.3194C7.87072 17.3414 7.86063 17.3704 7.85457 17.3935C7.79427 17.6238 7.94749 17.8328 8.25393 18.2507C8.95483 19.2067 9.52923 19.9901 10.0553 20.5271C10.6004 21.0835 11.2113 21.5 11.9992 21.5C12.7871 21.5 13.398 21.0835 13.9431 20.5271C14.4691 19.9901 15.0435 19.2067 15.7444 18.2508C16.0508 17.8328 16.2041 17.6238 16.1437 17.3935C16.1377 17.3704 16.1276 17.3414 16.118 17.3195C16.0225 17.1014 15.794 17.0385 15.3369 16.9125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.66779 4.50997C6.0874 2.91996 8.94247 2 12.0001 2C15.0576 2 17.9127 2.91996 20.3323 4.50997L20.4786 4.60593C21.5958 5.33798 22.4981 5.92924 22.7123 7.20218C22.8258 7.877 22.6756 8.46261 22.3741 9.04912C22.0968 9.58861 21.6621 10.1813 21.1513 10.878L17.8453 15.3867C17.61 15.7076 17.4923 15.8681 17.3309 15.916C17.1695 15.9639 16.9638 15.8862 16.5523 15.7308C15.2318 15.2319 13.5917 15 12 15C10.4083 15 8.76822 15.2319 7.44775 15.7307C7.03632 15.8862 6.8306 15.9639 6.66918 15.916C6.50776 15.8681 6.39009 15.7076 6.15475 15.3866L2.84886 10.878C2.33797 10.1813 1.90334 9.58862 1.626 9.04912C1.3245 8.46261 1.17434 7.877 1.28786 7.20218C1.50199 5.92924 2.4043 5.33798 3.52149 4.60593L3.66779 4.50997ZM15.3369 16.9125C14.3614 16.6436 13.1959 16.5 11.9991 16.5C10.8023 16.5 9.63689 16.6436 8.66135 16.9125L8.66134 16.9125C8.20438 17.0384 7.97589 17.1014 7.88032 17.3194C7.87072 17.3414 7.86063 17.3704 7.85457 17.3935C7.79427 17.6238 7.94749 17.8328 8.25393 18.2507C8.95483 19.2067 9.52923 19.9901 10.0553 20.5271C10.6004 21.0835 11.2113 21.5 11.9992 21.5C12.7871 21.5 13.398 21.0835 13.9431 20.5271C14.4691 19.9901 15.0435 19.2067 15.7444 18.2508C16.0508 17.8328 16.2041 17.6238 16.1437 17.3935C16.1377 17.3704 16.1276 17.3414 16.118 17.3195C16.0225 17.1014 15.794 17.0385 15.3369 16.9125Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-medium-signal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.66779 4.75997C6.0874 3.16996 8.94247 2.25 12.0001 2.25C15.0576 2.25 17.9127 3.16996 20.3323 4.75997L20.4786 4.85593C21.5958 5.58798 22.4981 6.17924 22.7123 7.45218C22.8258 8.127 22.6756 8.71261 22.3741 9.29912C22.0968 9.83861 21.6622 10.4313 21.1513 11.128L20.3511 12.2192L20.3511 12.2193C20.0915 12.5733 19.9617 12.7504 19.7816 12.7924C19.6016 12.8345 19.3908 12.7251 18.9694 12.5064C16.9888 11.4782 14.4542 11 12 11C9.54587 11 7.01127 11.4782 5.03069 12.5063C4.60924 12.7251 4.39851 12.8345 4.21845 12.7924C4.03839 12.7503 3.90859 12.5733 3.64897 12.2192L2.84887 11.128C2.33798 10.4313 1.90334 9.83862 1.626 9.29912C1.3245 8.71261 1.17434 8.127 1.28786 7.45218C1.50199 6.17924 2.4043 5.58798 3.52149 4.85593L3.66779 4.75997ZM11.9991 13C14.1357 13 16.2002 13.4017 17.7702 14.1444C18.0912 14.2962 18.2517 14.3721 18.3282 14.5336C18.354 14.5882 18.3723 14.6605 18.3756 14.7207C18.3852 14.8992 18.2706 15.0555 18.0413 15.3682C17.8664 15.6067 17.779 15.726 17.6656 15.7802C17.6205 15.8017 17.5826 15.8137 17.5333 15.8221C17.4094 15.843 17.2558 15.7912 16.9485 15.6877L16.9485 15.6877C15.533 15.2109 13.7218 15 11.9991 15C10.2765 15 8.46531 15.2109 7.0498 15.6877L7.04979 15.6877L7.04977 15.6877C6.74253 15.7912 6.58891 15.843 6.46506 15.822C6.41578 15.8137 6.37782 15.8017 6.33273 15.7801C6.2194 15.726 6.13193 15.6067 5.957 15.3681C5.72775 15.0555 5.61313 14.8991 5.62276 14.7207C5.62601 14.6604 5.64433 14.5881 5.67017 14.5336C5.74668 14.372 5.90717 14.2961 6.22815 14.1443L6.22816 14.1443L6.22817 14.1443C7.79816 13.4017 9.86257 13 11.9991 13ZM8.25506 18.5007C8.95596 19.4567 9.53037 20.2401 10.0564 20.7771C10.6015 21.3335 11.2124 21.75 12.0003 21.75C12.7882 21.75 13.3991 21.3335 13.9442 20.7771C14.4702 20.2401 15.0446 19.4567 15.7455 18.5008C15.9675 18.198 16.0785 18.0467 16.0784 17.8828C16.0783 17.7684 16.0279 17.6362 15.9519 17.5508C15.843 17.4284 15.6738 17.3923 15.3355 17.3201C14.3701 17.1141 13.2094 17 12.0002 17C10.7911 17 9.63045 17.1141 8.66505 17.3201C8.32679 17.3923 8.15767 17.4283 8.04874 17.5507C7.97269 17.6362 7.92231 17.7684 7.92224 17.8828C7.92214 18.0467 8.03311 18.198 8.25506 18.5007Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.66779 4.75997C6.0874 3.16996 8.94247 2.25 12.0001 2.25C15.0576 2.25 17.9127 3.16996 20.3323 4.75997L20.4786 4.85593C21.5958 5.58798 22.4981 6.17924 22.7123 7.45218C22.8258 8.127 22.6756 8.71261 22.3741 9.29912C22.0968 9.83861 21.6622 10.4313 21.1513 11.128L20.3511 12.2192L20.3511 12.2193C20.0915 12.5733 19.9617 12.7504 19.7816 12.7924C19.6016 12.8345 19.3908 12.7251 18.9694 12.5064C16.9888 11.4782 14.4542 11 12 11C9.54587 11 7.01127 11.4782 5.03069 12.5063C4.60924 12.7251 4.39851 12.8345 4.21845 12.7924C4.03839 12.7503 3.90859 12.5733 3.64897 12.2192L2.84887 11.128C2.33798 10.4313 1.90334 9.83862 1.626 9.29912C1.3245 8.71261 1.17434 8.127 1.28786 7.45218C1.50199 6.17924 2.4043 5.58798 3.52149 4.85593L3.66779 4.75997ZM11.9991 13C14.1357 13 16.2002 13.4017 17.7702 14.1444C18.0912 14.2962 18.2517 14.3721 18.3282 14.5336C18.354 14.5882 18.3723 14.6605 18.3756 14.7207C18.3852 14.8992 18.2706 15.0555 18.0413 15.3682C17.8664 15.6067 17.779 15.726 17.6656 15.7802C17.6205 15.8017 17.5826 15.8137 17.5333 15.8221C17.4094 15.843 17.2558 15.7912 16.9485 15.6877L16.9485 15.6877C15.533 15.2109 13.7218 15 11.9991 15C10.2765 15 8.46531 15.2109 7.0498 15.6877L7.04979 15.6877L7.04977 15.6877C6.74253 15.7912 6.58891 15.843 6.46506 15.822C6.41578 15.8137 6.37782 15.8017 6.33273 15.7801C6.2194 15.726 6.13193 15.6067 5.957 15.3681C5.72775 15.0555 5.61313 14.8991 5.62276 14.7207C5.62601 14.6604 5.64433 14.5881 5.67017 14.5336C5.74668 14.372 5.90717 14.2961 6.22815 14.1443L6.22816 14.1443L6.22817 14.1443C7.79816 13.4017 9.86257 13 11.9991 13ZM8.25506 18.5007C8.95596 19.4567 9.53037 20.2401 10.0564 20.7771C10.6015 21.3335 11.2124 21.75 12.0003 21.75C12.7882 21.75 13.3991 21.3335 13.9442 20.7771C14.4702 20.2401 15.0446 19.4567 15.7455 18.5008C15.9675 18.198 16.0785 18.0467 16.0784 17.8828C16.0783 17.7684 16.0279 17.6362 15.9519 17.5508C15.843 17.4284 15.6738 17.3923 15.3355 17.3201C14.3701 17.1141 13.2094 17 12.0002 17C10.7911 17 9.63045 17.1141 8.66505 17.3201C8.32679 17.3923 8.15767 17.4283 8.04874 17.5507C7.97269 17.6362 7.92231 17.7684 7.92224 17.8828C7.92214 18.0467 8.03311 18.198 8.25506 18.5007Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-no-signal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.6842 5.1169C6.10257 3.616 8.95187 2.75 12.0001 2.75C15.0483 2.75 17.8976 3.616 20.316 5.1169L20.3673 5.14878C20.9543 5.51299 21.4792 5.83868 21.867 6.19415C22.3052 6.59585 22.5985 7.059 22.7111 7.69082C22.8288 8.35173 22.6713 8.92275 22.3659 9.48388C22.0865 9.99704 21.65 10.5592 21.141 11.2148L15.7319 18.1819C15.0319 19.0837 14.4562 19.8252 13.9287 20.3337C13.3784 20.8643 12.7719 21.25 12.0001 21.25C11.2283 21.25 10.6218 20.8643 10.0714 20.3337C9.54397 19.8252 8.96827 19.0837 8.26821 18.1819L2.85918 11.2148C2.35014 10.5592 1.91362 9.99703 1.63431 9.48388C1.32889 8.92275 1.17139 8.35173 1.28911 7.69082C1.40165 7.059 1.69498 6.59585 2.13317 6.19415C2.52092 5.83868 3.04584 5.51299 3.63285 5.14877L3.6842 5.1169Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.6842 5.1169C6.10257 3.616 8.95187 2.75 12.0001 2.75C15.0483 2.75 17.8976 3.616 20.316 5.1169L20.3673 5.14878C20.9543 5.51299 21.4792 5.83868 21.867 6.19415C22.3052 6.59585 22.5985 7.059 22.7111 7.69082C22.8288 8.35173 22.6713 8.92275 22.3659 9.48388C22.0865 9.99704 21.65 10.5592 21.141 11.2148L15.7319 18.1819C15.0319 19.0837 14.4562 19.8252 13.9287 20.3337C13.3784 20.8643 12.7719 21.25 12.0001 21.25C11.2283 21.25 10.6218 20.8643 10.0714 20.3337C9.54397 19.8252 8.96827 19.0837 8.26821 18.1819L2.85918 11.2148C2.35014 10.5592 1.91362 9.99703 1.63431 9.48388C1.32889 8.92275 1.17139 8.35173 1.28911 7.69082C1.40165 7.059 1.69498 6.59585 2.13317 6.19415C2.52092 5.83868 3.04584 5.51299 3.63285 5.14877L3.6842 5.1169Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-off-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.79792 13.788C9.11706 12.4874 10.7444 11.864 12.5871 12.025C13.1372 12.0731 13.5443 12.5581 13.4962 13.1083C13.4481 13.6585 12.9631 14.0655 12.4129 14.0174C11.1842 13.9101 10.1257 14.3015 9.20208 15.2121C8.8088 15.5999 8.17565 15.5954 7.7879 15.2021C7.40015 14.8089 7.40464 14.1757 7.79792 13.788Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5117 8.84829C12.5956 8.30241 13.1061 7.92787 13.652 8.01174C15.6661 8.32118 17.5597 9.33277 19.1628 10.7511C19.5764 11.117 19.615 11.749 19.2491 12.1627C18.8831 12.5763 18.2512 12.6149 17.8375 12.249C16.4553 11.0261 14.9037 10.2275 13.3483 9.98854C12.8024 9.90468 12.4279 9.39417 12.5117 8.84829Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94737 9.18005C10.1242 9.70325 9.84345 10.2708 9.32025 10.4476C8.22586 10.8175 7.1477 11.4289 6.14021 12.2685C5.71593 12.6221 5.08537 12.5647 4.7318 12.1405C4.37824 11.7162 4.43556 11.0856 4.85984 10.732C6.03834 9.74996 7.33019 9.00913 8.6798 8.55293C9.203 8.37608 9.77051 8.65685 9.94737 9.18005Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.31253 3.75611C13.8917 2.88131 18.5255 4.25719 22.6454 7.73612C23.0673 8.09244 23.1205 8.72336 22.7642 9.14533C22.4079 9.56729 21.777 9.62051 21.355 9.26419C17.6183 6.10881 13.5811 4.97681 9.68783 5.72058C9.14536 5.82422 8.62158 5.46847 8.51795 4.926C8.41431 4.38352 8.77006 3.85975 9.31253 3.75611Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.39445 5.55276C6.64144 6.04674 6.44121 6.64741 5.94724 6.8944C5.06228 7.33688 3.86409 8.23472 2.6452 9.26401C2.22324 9.62033 1.59231 9.56712 1.23599 9.14515C0.879668 8.72319 0.93288 8.09227 1.35484 7.73594C2.58414 6.69788 3.93776 5.66307 5.05281 5.10555C5.54679 4.85856 6.14746 5.05878 6.39445 5.55276Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 16C10.8954 16 10 16.8954 10 18C10 19.1046 10.8954 20 12 20C13.1046 20 14 19.1046 14 18C14 16.8954 13.1046 16 12 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.79792 13.788C9.11706 12.4874 10.7444 11.864 12.5871 12.025C13.1372 12.0731 13.5443 12.5581 13.4962 13.1083C13.4481 13.6585 12.9631 14.0655 12.4129 14.0174C11.1842 13.9101 10.1257 14.3015 9.20208 15.2121C8.8088 15.5999 8.17565 15.5954 7.7879 15.2021C7.40015 14.8089 7.40464 14.1757 7.79792 13.788Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.5117 8.84829C12.5956 8.30241 13.1061 7.92787 13.652 8.01174C15.6661 8.32118 17.5597 9.33277 19.1628 10.7511C19.5764 11.117 19.615 11.749 19.2491 12.1627C18.8831 12.5763 18.2512 12.6149 17.8375 12.249C16.4553 11.0261 14.9037 10.2275 13.3483 9.98854C12.8024 9.90468 12.4279 9.39417 12.5117 8.84829Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.94737 9.18005C10.1242 9.70325 9.84345 10.2708 9.32025 10.4476C8.22586 10.8175 7.1477 11.4289 6.14021 12.2685C5.71593 12.6221 5.08537 12.5647 4.7318 12.1405C4.37824 11.7162 4.43556 11.0856 4.85984 10.732C6.03834 9.74996 7.33019 9.00913 8.6798 8.55293C9.203 8.37608 9.77051 8.65685 9.94737 9.18005Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M9.31253 3.75611C13.8917 2.88131 18.5255 4.25719 22.6454 7.73612C23.0673 8.09244 23.1205 8.72336 22.7642 9.14533C22.4079 9.56729 21.777 9.62051 21.355 9.26419C17.6183 6.10881 13.5811 4.97681 9.68783 5.72058C9.14536 5.82422 8.62158 5.46847 8.51795 4.926C8.41431 4.38352 8.77006 3.85975 9.31253 3.75611Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.39445 5.55276C6.64144 6.04674 6.44121 6.64741 5.94724 6.8944C5.06228 7.33688 3.86409 8.23472 2.6452 9.26401C2.22324 9.62033 1.59231 9.56712 1.23599 9.14515C0.879668 8.72319 0.93288 8.09227 1.35484 7.73594C2.58414 6.69788 3.93776 5.66307 5.05281 5.10555C5.54679 4.85856 6.14746 5.05878 6.39445 5.55276Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 16C10.8954 16 10 16.8954 10 18C10 19.1046 10.8954 20 12 20C13.1046 20 14 19.1046 14 18C14 16.8954 13.1046 16 12 16Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-off-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.75 18.5C10.75 17.8096 11.307 17.25 11.9941 17.25C12.679 17.25 13.25 17.8119 13.25 18.5C13.25 19.1904 12.693 19.75 12.0059 19.75H11.9941C11.307 19.75 10.75 19.1904 10.75 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4571 16.2071C16.0666 16.5976 15.4334 16.5976 15.0429 16.2071C13.4334 14.5976 10.5666 14.5976 8.95711 16.2071C8.56658 16.5976 7.93342 16.5976 7.54289 16.2071C7.15237 15.8166 7.15237 15.1834 7.54289 14.7929C9.49842 12.8374 12.6201 12.4815 15 13.7254L16.7465 15.5836C16.7276 15.811 16.6311 16.0331 16.4571 16.2071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9757 9.78094C11.0968 10.3198 10.7581 10.8548 10.2193 10.9759C8.84774 11.2841 7.08612 12.3283 6.20714 13.2074C5.81664 13.5979 5.18347 13.598 4.79293 13.2075C4.40238 12.817 4.40235 12.1838 4.79286 11.7932C5.91388 10.6721 8.00562 9.42351 9.78072 9.02455C10.3196 8.90345 10.8546 9.24209 10.9757 9.78094Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0503 10.1878C14.2229 9.66317 14.7881 9.37777 15.3127 9.55034C16.6758 9.99872 17.9845 10.7087 19.1629 11.7513C19.5765 12.1173 19.6152 12.7493 19.2492 13.1629C18.8833 13.5765 18.2513 13.6152 17.8376 13.2492C16.8776 12.3998 15.8118 11.8199 14.6878 11.4502C14.1632 11.2776 13.8778 10.7124 14.0503 10.1878Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.41852 6.1047C7.63691 6.61197 7.40273 7.20023 6.89546 7.41863C5.49542 8.02138 4.07766 9.05443 2.6452 10.2641C2.22324 10.6204 1.59231 10.5672 1.23599 10.1452C0.879668 9.72324 0.93288 9.09232 1.35484 8.736C2.82807 7.49195 4.42739 6.30371 6.10459 5.58164C6.61186 5.36325 7.20012 5.59743 7.41852 6.1047Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.3867 4.592C14.6193 4.10872 18.8516 5.53235 22.6453 8.73585C23.0672 9.09217 23.1204 9.72309 22.7641 10.1451C22.4078 10.567 21.7769 10.6202 21.3549 10.2639C17.9093 7.35432 14.2107 6.16837 10.6135 6.57909C10.0648 6.64174 9.5692 6.2477 9.50655 5.69898C9.4439 5.15026 9.83793 4.65465 10.3867 4.592Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.75 18.5C10.75 17.8096 11.307 17.25 11.9941 17.25C12.679 17.25 13.25 17.8119 13.25 18.5C13.25 19.1904 12.693 19.75 12.0059 19.75H11.9941C11.307 19.75 10.75 19.1904 10.75 18.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.4571 16.2071C16.0666 16.5976 15.4334 16.5976 15.0429 16.2071C13.4334 14.5976 10.5666 14.5976 8.95711 16.2071C8.56658 16.5976 7.93342 16.5976 7.54289 16.2071C7.15237 15.8166 7.15237 15.1834 7.54289 14.7929C9.49842 12.8374 12.6201 12.4815 15 13.7254L16.7465 15.5836C16.7276 15.811 16.6311 16.0331 16.4571 16.2071Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.9757 9.78094C11.0968 10.3198 10.7581 10.8548 10.2193 10.9759C8.84774 11.2841 7.08612 12.3283 6.20714 13.2074C5.81664 13.5979 5.18347 13.598 4.79293 13.2075C4.40238 12.817 4.40235 12.1838 4.79286 11.7932C5.91388 10.6721 8.00562 9.42351 9.78072 9.02455C10.3196 8.90345 10.8546 9.24209 10.9757 9.78094Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M14.0503 10.1878C14.2229 9.66317 14.7881 9.37777 15.3127 9.55034C16.6758 9.99872 17.9845 10.7087 19.1629 11.7513C19.5765 12.1173 19.6152 12.7493 19.2492 13.1629C18.8833 13.5765 18.2513 13.6152 17.8376 13.2492C16.8776 12.3998 15.8118 11.8199 14.6878 11.4502C14.1632 11.2776 13.8778 10.7124 14.0503 10.1878Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.41852 6.1047C7.63691 6.61197 7.40273 7.20023 6.89546 7.41863C5.49542 8.02138 4.07766 9.05443 2.6452 10.2641C2.22324 10.6204 1.59231 10.5672 1.23599 10.1452C0.879668 9.72324 0.93288 9.09232 1.35484 8.736C2.82807 7.49195 4.42739 6.30371 6.10459 5.58164C6.61186 5.36325 7.20012 5.59743 7.41852 6.1047Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M10.3867 4.592C14.6193 4.10872 18.8516 5.53235 22.6453 8.73585C23.0672 9.09217 23.1204 9.72309 22.7641 10.1451C22.4078 10.567 21.7769 10.6202 21.3549 10.2639C17.9093 7.35432 14.2107 6.16837 10.6135 6.57909C10.0648 6.64174 9.5692 6.2477 9.50655 5.69898C9.4439 5.15026 9.83793 4.65465 10.3867 4.592Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM11.9946 8C10.2968 8 8.72195 8.55747 7.41409 9.50323C6.96656 9.82686 6.86612 10.452 7.18975 10.8995C7.51337 11.3471 8.13852 11.4475 8.58605 11.1239C9.57587 10.4081 10.7451 10 11.9946 10C13.2481 10 14.4208 10.4107 15.4126 11.1307C15.8595 11.4551 16.4849 11.3558 16.8093 10.9089C17.1338 10.462 17.0345 9.83663 16.5875 9.51219C15.2773 8.56101 13.6979 8 11.9946 8ZM11.9946 11.4317C11.0388 11.4317 10.1368 11.6808 9.34215 12.1187C8.85847 12.3853 8.68247 12.9935 8.94905 13.4772C9.21563 13.9609 9.82385 14.1369 10.3075 13.8703C10.8202 13.5878 11.3917 13.4317 11.9946 13.4317C12.6006 13.4317 13.1749 13.5893 13.6895 13.8746C14.1726 14.1424 14.7812 13.9678 15.049 13.4848C15.3167 13.0018 15.1422 12.3931 14.6591 12.1254C13.8616 11.6833 12.9554 11.4317 11.9946 11.4317ZM11.9969 15C11.4464 15 11.0001 15.4477 11.0001 16C11.0001 16.5523 11.4464 17 11.9969 17C12.5439 17 13.0001 16.5487 13.0001 16C13.0001 15.4513 12.5439 15 11.9969 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12.0572 1.75H11.9428C9.75212 1.74999 8.03144 1.74998 6.68802 1.93059C5.31137 2.11568 4.21911 2.50272 3.36091 3.36091C2.50272 4.21911 2.11568 5.31137 1.93059 6.68802C1.74998 8.03144 1.74999 9.75212 1.75 11.9428V12.0572C1.74999 14.2479 1.74998 15.9686 1.93059 17.312C2.11568 18.6886 2.50272 19.7809 3.36091 20.6391C4.21911 21.4973 5.31137 21.8843 6.68802 22.0694C8.03144 22.25 9.7521 22.25 11.9428 22.25H11.9428H12.0572H12.0572C14.2479 22.25 15.9686 22.25 17.312 22.0694C18.6886 21.8843 19.7809 21.4973 20.6391 20.6391C21.4973 19.7809 21.8843 18.6886 22.0694 17.312C22.25 15.9686 22.25 14.2479 22.25 12.0572V12.0572V11.9428V11.9428C22.25 9.7521 22.25 8.03144 22.0694 6.68802C21.8843 5.31137 21.4973 4.21911 20.6391 3.36091C19.7809 2.50272 18.6886 2.11568 17.312 1.93059C15.9686 1.74998 14.2479 1.74999 12.0572 1.75ZM11.9946 8C10.2968 8 8.72195 8.55747 7.41409 9.50323C6.96656 9.82686 6.86612 10.452 7.18975 10.8995C7.51337 11.3471 8.13852 11.4475 8.58605 11.1239C9.57587 10.4081 10.7451 10 11.9946 10C13.2481 10 14.4208 10.4107 15.4126 11.1307C15.8595 11.4551 16.4849 11.3558 16.8093 10.9089C17.1338 10.462 17.0345 9.83663 16.5875 9.51219C15.2773 8.56101 13.6979 8 11.9946 8ZM11.9946 11.4317C11.0388 11.4317 10.1368 11.6808 9.34215 12.1187C8.85847 12.3853 8.68247 12.9935 8.94905 13.4772C9.21563 13.9609 9.82385 14.1369 10.3075 13.8703C10.8202 13.5878 11.3917 13.4317 11.9946 13.4317C12.6006 13.4317 13.1749 13.5893 13.6895 13.8746C14.1726 14.1424 14.7812 13.9678 15.049 13.4848C15.3167 13.0018 15.1422 12.3931 14.6591 12.1254C13.8616 11.6833 12.9554 11.4317 11.9946 11.4317ZM11.9969 15C11.4464 15 11.0001 15.4477 11.0001 16C11.0001 16.5523 11.4464 17 11.9969 17C12.5439 17 13.0001 16.5487 13.0001 16C13.0001 15.4513 12.5439 15 11.9969 15Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wifi-unlock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.6452 7.23585C19.3379 4.44312 15.695 2.99998 12 3C8.30506 3.00002 4.6621 4.44319 1.35484 7.23597C0.93288 7.59229 0.879668 8.22322 1.23599 8.64518C1.59231 9.06714 2.22324 9.12035 2.6452 8.76403C5.65374 6.2235 8.85288 5.00001 12 5C15.1472 4.99999 18.3463 6.22345 21.3548 8.76393C21.7768 9.12024 22.4077 9.06703 22.7641 8.64506C23.1204 8.22309 23.0672 7.59217 22.6452 7.23585Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.2287 8.15253C12.1653 7.76829 14.1093 8.11429 15.9799 9.13754C16.4645 9.40258 16.6424 10.0102 16.3773 10.4948C16.1123 10.9793 15.5047 11.1572 15.0201 10.8922C13.5129 10.0677 12.0435 9.83145 10.6179 10.1143C9.17817 10.3999 7.69128 11.234 6.20448 12.7097C5.81251 13.0988 5.17935 13.0964 4.79028 12.7045C4.40122 12.3125 4.40358 11.6793 4.79556 11.2903C6.48203 9.61633 8.30622 8.53396 10.2287 8.15253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.79291 14.7929C9.29431 13.2915 11.308 12.7163 13.2125 13.1305C13.7522 13.2479 14.0945 13.7805 13.9772 14.3202C13.8598 14.8599 13.3272 15.2022 12.7875 15.0849C11.5676 14.8196 10.2416 15.1726 9.20713 16.2071C8.8166 16.5976 8.18344 16.5976 7.79291 16.2071C7.40239 15.8166 7.40239 15.1834 7.79291 14.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7965 13.9523C15.7965 12.454 17.0128 11.25 18.5 11.25C19.1688 11.25 19.7832 11.4937 20.2557 11.8973C20.5696 12.1655 20.6079 12.6388 20.3413 12.9545C20.0746 13.2702 19.604 13.3087 19.2901 13.0406C19.078 12.8595 18.8032 12.75 18.5 12.75C17.8248 12.75 17.2881 13.2942 17.2881 13.9523V14.6116C17.4531 14.61 17.6293 14.61 17.8168 14.61H19.1832C19.6649 14.61 20.0724 14.6099 20.4059 14.6382C20.7556 14.6679 21.0916 14.7326 21.4097 14.9022C21.8429 15.1331 22.1988 15.4875 22.4313 15.9214C22.6025 16.2408 22.6678 16.5783 22.6977 16.9285C22.7674 17.7463 22.7674 18.6138 22.6977 19.4315C22.6678 19.7816 22.6025 20.1191 22.4313 20.4385C22.1988 20.8724 21.8429 21.2268 21.4097 21.4578C21.0916 21.6273 20.7556 21.6921 20.4059 21.7217C20.0724 21.75 19.6649 21.75 19.1833 21.75H19.1832H17.8168H17.8167C17.3351 21.75 16.9276 21.75 16.5941 21.7217C16.2444 21.6921 15.9084 21.6273 15.5903 21.4578C15.1571 21.2268 14.8012 20.8724 14.5687 20.4385C14.3975 20.1191 14.3322 19.7816 14.3023 19.4315C14.2326 18.6137 14.2326 17.7461 14.3023 16.9285C14.3322 16.5783 14.3975 16.2408 14.5687 15.9214C14.8012 15.4875 15.1571 15.1331 15.5903 14.9022C15.6582 14.866 15.727 14.8346 15.7965 14.8072V13.9523Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.6452 7.23585C19.3379 4.44312 15.695 2.99998 12 3C8.30506 3.00002 4.6621 4.44319 1.35484 7.23597C0.93288 7.59229 0.879668 8.22322 1.23599 8.64518C1.59231 9.06714 2.22324 9.12035 2.6452 8.76403C5.65374 6.2235 8.85288 5.00001 12 5C15.1472 4.99999 18.3463 6.22345 21.3548 8.76393C21.7768 9.12024 22.4077 9.06703 22.7641 8.64506C23.1204 8.22309 23.0672 7.59217 22.6452 7.23585Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.2287 8.15253C12.1653 7.76829 14.1093 8.11429 15.9799 9.13754C16.4645 9.40258 16.6424 10.0102 16.3773 10.4948C16.1123 10.9793 15.5047 11.1572 15.0201 10.8922C13.5129 10.0677 12.0435 9.83145 10.6179 10.1143C9.17817 10.3999 7.69128 11.234 6.20448 12.7097C5.81251 13.0988 5.17935 13.0964 4.79028 12.7045C4.40122 12.3125 4.40358 11.6793 4.79556 11.2903C6.48203 9.61633 8.30622 8.53396 10.2287 8.15253Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.79291 14.7929C9.29431 13.2915 11.308 12.7163 13.2125 13.1305C13.7522 13.2479 14.0945 13.7805 13.9772 14.3202C13.8598 14.8599 13.3272 15.2022 12.7875 15.0849C11.5676 14.8196 10.2416 15.1726 9.20713 16.2071C8.8166 16.5976 8.18344 16.5976 7.79291 16.2071C7.40239 15.8166 7.40239 15.1834 7.79291 14.7929Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15.7965 13.9523C15.7965 12.454 17.0128 11.25 18.5 11.25C19.1688 11.25 19.7832 11.4937 20.2557 11.8973C20.5696 12.1655 20.6079 12.6388 20.3413 12.9545C20.0746 13.2702 19.604 13.3087 19.2901 13.0406C19.078 12.8595 18.8032 12.75 18.5 12.75C17.8248 12.75 17.2881 13.2942 17.2881 13.9523V14.6116C17.4531 14.61 17.6293 14.61 17.8168 14.61H19.1832C19.6649 14.61 20.0724 14.6099 20.4059 14.6382C20.7556 14.6679 21.0916 14.7326 21.4097 14.9022C21.8429 15.1331 22.1988 15.4875 22.4313 15.9214C22.6025 16.2408 22.6678 16.5783 22.6977 16.9285C22.7674 17.7463 22.7674 18.6138 22.6977 19.4315C22.6678 19.7816 22.6025 20.1191 22.4313 20.4385C22.1988 20.8724 21.8429 21.2268 21.4097 21.4578C21.0916 21.6273 20.7556 21.6921 20.4059 21.7217C20.0724 21.75 19.6649 21.75 19.1833 21.75H19.1832H17.8168H17.8167C17.3351 21.75 16.9276 21.75 16.5941 21.7217C16.2444 21.6921 15.9084 21.6273 15.5903 21.4578C15.1571 21.2268 14.8012 20.8724 14.5687 20.4385C14.3975 20.1191 14.3322 19.7816 14.3023 19.4315C14.2326 18.6137 14.2326 17.7461 14.3023 16.9285C14.3322 16.5783 14.3975 16.2408 14.5687 15.9214C14.8012 15.4875 15.1571 15.1331 15.5903 14.9022C15.6582 14.866 15.727 14.8346 15.7965 14.8072V13.9523Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wireless-cloud-access{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.603 6.13378C2.97664 6.66768 1 8.99698 1 11.7905C1 14.3002 2.59584 16.4357 4.82452 17.2305C5.21657 17.3704 5.4126 17.4403 5.50162 17.3555C5.59064 17.2706 5.51632 17.0205 5.36766 16.5203C5.08727 15.5767 5.36629 14.4948 6.17239 13.8366C7.71425 12.5775 9.63168 11.7905 11.7446 11.7905C13.8644 11.7905 15.7871 12.5825 17.3314 13.8485C18.1822 14.5459 18.4405 15.7133 18.0782 16.6891C17.9118 17.1373 17.8286 17.3613 17.9094 17.4517C17.9902 17.542 18.1756 17.4947 18.5464 17.4002C20.8189 16.8209 22.5 14.7537 22.5 12.2923C22.5 9.63647 20.5427 7.43948 17.9969 7.07551C17.8928 3.70237 15.1358 1 11.75 1C8.68585 1 6.13731 3.21286 5.603 6.13378Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9946 13.5C10.2653 13.5 8.67508 14.1395 7.36896 15.202C6.94054 15.5506 6.87578 16.1804 7.22431 16.6088C7.57284 17.0373 8.20269 17.102 8.63111 16.7535C9.62265 15.9468 10.7765 15.5 11.9946 15.5C13.2165 15.5 14.3738 15.9496 15.3675 16.7611C15.7952 17.1105 16.4252 17.0469 16.7746 16.6192C17.1239 16.1914 17.0603 15.5614 16.6326 15.2121C15.3241 14.1435 13.7294 13.5 11.9946 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9946 16.8607C11.0147 16.8607 10.0971 17.1484 9.29784 17.644C8.82846 17.935 8.68388 18.5514 8.97491 19.0208C9.26595 19.4902 9.88239 19.6348 10.3518 19.3437C10.8598 19.0288 11.4157 18.8607 11.9946 18.8607C12.5764 18.8607 13.1351 19.0304 13.6452 19.3485C14.1138 19.6408 14.7306 19.4978 15.0228 19.0291C15.3151 18.5605 15.1721 17.9437 14.7034 17.6515C13.9013 17.1513 12.9795 16.8607 11.9946 16.8607Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 20.5C11.4477 20.5 11 20.9477 11 21.5C11 22.0523 11.4477 22.5 12 22.5H12.0064C12.5587 22.5 13.0064 22.0523 13.0064 21.5C13.0064 20.9477 12.5587 20.5 12.0064 20.5H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.603 6.13378C2.97664 6.66768 1 8.99698 1 11.7905C1 14.3002 2.59584 16.4357 4.82452 17.2305C5.21657 17.3704 5.4126 17.4403 5.50162 17.3555C5.59064 17.2706 5.51632 17.0205 5.36766 16.5203C5.08727 15.5767 5.36629 14.4948 6.17239 13.8366C7.71425 12.5775 9.63168 11.7905 11.7446 11.7905C13.8644 11.7905 15.7871 12.5825 17.3314 13.8485C18.1822 14.5459 18.4405 15.7133 18.0782 16.6891C17.9118 17.1373 17.8286 17.3613 17.9094 17.4517C17.9902 17.542 18.1756 17.4947 18.5464 17.4002C20.8189 16.8209 22.5 14.7537 22.5 12.2923C22.5 9.63647 20.5427 7.43948 17.9969 7.07551C17.8928 3.70237 15.1358 1 11.75 1C8.68585 1 6.13731 3.21286 5.603 6.13378Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9946 13.5C10.2653 13.5 8.67508 14.1395 7.36896 15.202C6.94054 15.5506 6.87578 16.1804 7.22431 16.6088C7.57284 17.0373 8.20269 17.102 8.63111 16.7535C9.62265 15.9468 10.7765 15.5 11.9946 15.5C13.2165 15.5 14.3738 15.9496 15.3675 16.7611C15.7952 17.1105 16.4252 17.0469 16.7746 16.6192C17.1239 16.1914 17.0603 15.5614 16.6326 15.2121C15.3241 14.1435 13.7294 13.5 11.9946 13.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9946 16.8607C11.0147 16.8607 10.0971 17.1484 9.29784 17.644C8.82846 17.935 8.68388 18.5514 8.97491 19.0208C9.26595 19.4902 9.88239 19.6348 10.3518 19.3437C10.8598 19.0288 11.4157 18.8607 11.9946 18.8607C12.5764 18.8607 13.1351 19.0304 13.6452 19.3485C14.1138 19.6408 14.7306 19.4978 15.0228 19.0291C15.3151 18.5605 15.1721 17.9437 14.7034 17.6515C13.9013 17.1513 12.9795 16.8607 11.9946 16.8607Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 20.5C11.4477 20.5 11 20.9477 11 21.5C11 22.0523 11.4477 22.5 12 22.5H12.0064C12.5587 22.5 13.0064 22.0523 13.0064 21.5C13.0064 20.9477 12.5587 20.5 12.0064 20.5H12Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.solid-wifi-icons-wireless{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75ZM7.39691 11.5759C8.70458 10.5871 10.2853 10 11.9946 10C13.7093 10 15.2946 10.5908 16.6047 11.5853C17.0446 11.9192 17.1305 12.5465 16.7966 12.9864C16.4626 13.4263 15.8353 13.5122 15.3954 13.1783C14.4034 12.4252 13.2366 12 11.9946 12C10.7565 12 9.5932 12.4226 8.6032 13.1712C8.16267 13.5043 7.53553 13.4172 7.20242 12.9767C6.86932 12.5362 6.95639 11.909 7.39691 11.5759ZM9.3255 13.8458C10.1222 13.3866 11.03 13.1237 11.9946 13.1237C12.9641 13.1237 13.8762 13.3893 14.6758 13.8527C15.1536 14.1297 15.3164 14.7416 15.0395 15.2194C14.7625 15.6972 14.1507 15.86 13.6729 15.5831C13.1602 15.2859 12.5918 15.1237 11.9946 15.1237C11.4004 15.1237 10.8348 15.2843 10.3242 15.5786C9.84564 15.8544 9.23418 15.69 8.95841 15.2115C8.68264 14.733 8.84699 14.1215 9.3255 13.8458ZM11.0001 17.5C11.0001 16.9477 11.4478 16.5 12.0001 16.5H12.0064C12.5587 16.5 13.0064 16.9477 13.0064 17.5C13.0064 18.0523 12.5587 18.5 12.0064 18.5H12.0001C11.4478 18.5 11.0001 18.0523 11.0001 17.5ZM11 5C10.4477 5 10 5.44772 10 6C10 6.55228 10.4477 7 11 7H11.0064C11.5586 7 12.0064 6.55228 12.0064 6C12.0064 5.44772 11.5586 5 11.0064 5H11ZM7 5C6.44772 5 6 5.44772 6 6C6 6.55229 6.44772 7 7 7H7.00635C7.55864 7 8.00635 6.55229 8.00635 6C8.00635 5.44772 7.55864 5 7.00635 5H7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11.9428 1.75H12.0572C14.2479 1.74999 15.9686 1.74998 17.312 1.93059C18.6886 2.11568 19.7809 2.50272 20.6391 3.36091C21.4973 4.21911 21.8843 5.31137 22.0694 6.68802C22.25 8.03144 22.25 9.7521 22.25 11.9428V11.9428V12.0572V12.0572C22.25 14.2479 22.25 15.9686 22.0694 17.312C21.8843 18.6886 21.4973 19.7809 20.6391 20.6391C19.7809 21.4973 18.6886 21.8843 17.312 22.0694C15.9686 22.25 14.2479 22.25 12.0572 22.25H12.0572H11.9428H11.9428C9.7521 22.25 8.03144 22.25 6.68802 22.0694C5.31137 21.8843 4.21911 21.4973 3.36091 20.6391C2.50272 19.7809 2.11568 18.6886 1.93059 17.312C1.74998 15.9686 1.74999 14.2479 1.75 12.0572V12.0572V11.9428V11.9428C1.74999 9.75211 1.74998 8.03144 1.93059 6.68802C2.11568 5.31137 2.50272 4.21911 3.36091 3.36091C4.21911 2.50272 5.31137 2.11568 6.68802 1.93059C8.03144 1.74998 9.75212 1.74999 11.9428 1.75ZM7.39691 11.5759C8.70458 10.5871 10.2853 10 11.9946 10C13.7093 10 15.2946 10.5908 16.6047 11.5853C17.0446 11.9192 17.1305 12.5465 16.7966 12.9864C16.4626 13.4263 15.8353 13.5122 15.3954 13.1783C14.4034 12.4252 13.2366 12 11.9946 12C10.7565 12 9.5932 12.4226 8.6032 13.1712C8.16267 13.5043 7.53553 13.4172 7.20242 12.9767C6.86932 12.5362 6.95639 11.909 7.39691 11.5759ZM9.3255 13.8458C10.1222 13.3866 11.03 13.1237 11.9946 13.1237C12.9641 13.1237 13.8762 13.3893 14.6758 13.8527C15.1536 14.1297 15.3164 14.7416 15.0395 15.2194C14.7625 15.6972 14.1507 15.86 13.6729 15.5831C13.1602 15.2859 12.5918 15.1237 11.9946 15.1237C11.4004 15.1237 10.8348 15.2843 10.3242 15.5786C9.84564 15.8544 9.23418 15.69 8.95841 15.2115C8.68264 14.733 8.84699 14.1215 9.3255 13.8458ZM11.0001 17.5C11.0001 16.9477 11.4478 16.5 12.0001 16.5H12.0064C12.5587 16.5 13.0064 16.9477 13.0064 17.5C13.0064 18.0523 12.5587 18.5 12.0064 18.5H12.0001C11.4478 18.5 11.0001 18.0523 11.0001 17.5ZM11 5C10.4477 5 10 5.44772 10 6C10 6.55228 10.4477 7 11 7H11.0064C11.5586 7 12.0064 6.55228 12.0064 6C12.0064 5.44772 11.5586 5 11.0064 5H11ZM7 5C6.44772 5 6 5.44772 6 6C6 6.55229 6.44772 7 7 7H7.00635C7.55864 7 8.00635 6.55229 8.00635 6C8.00635 5.44772 7.55864 5 7.00635 5H7Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-add-circle-half-dot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.64856 5.07876C4.7869 4.93211 4.92948 4.7895 5.0761 4.65111M7.94733 2.72939C8.12884 2.6478 8.31313 2.57128 8.5 2.5M2.5 8.5C2.57195 8.31127 2.64925 8.12518 2.73172 7.94192%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V16M16 12L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.64856 5.07876C4.7869 4.93211 4.92948 4.7895 5.0761 4.65111M7.94733 2.72939C8.12884 2.6478 8.31313 2.57128 8.5 2.5M2.5 8.5C2.57195 8.31127 2.64925 8.12518 2.73172 7.94192%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V16M16 12L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7361 5.29178C14.7361 4.77191 14.7361 4.51198 14.6789 4.29871C14.5239 3.71997 14.0718 3.26793 13.4931 3.11285C12.9315 2.96238 12.0685 2.96238 11.5069 3.11285C10.9282 3.26793 10.4761 3.71997 10.3211 4.29871C10.2639 4.51198 10.2639 4.77191 10.2639 5.29178C10.2639 6.34588 10.2639 9.109 9.93647 9.43647C9.609 9.76393 6.84588 9.76393 5.79178 9.76393C5.27191 9.76393 5.01198 9.76393 4.79871 9.82107C4.21997 9.97615 3.76793 10.4282 3.61285 11.0069C3.46238 11.5685 3.46238 12.4315 3.61285 12.9931C3.76793 13.5718 4.21997 14.0239 4.79871 14.1789C5.01198 14.2361 5.27191 14.2361 5.79178 14.2361C6.84588 14.2361 9.609 14.2361 9.93647 14.5635C10.2639 14.891 10.2639 15.418 10.2639 16.4721C10.2639 16.992 10.2639 19.4881 10.3211 19.7013C10.4761 20.28 10.9282 20.7321 11.5069 20.8871C12.0685 21.0376 12.9315 21.0376 13.4931 20.8871C14.0718 20.7321 14.5239 20.28 14.6789 19.7013C14.7361 19.4881 14.7361 16.992 14.7361 16.4721C14.7361 15.418 14.7361 14.891 15.0635 14.5635C15.391 14.2361 18.1541 14.2361 19.2082 14.2361C19.7281 14.2361 19.9881 14.2361 20.2013 14.1789C20.78 14.0239 21.2321 13.5718 21.3871 12.9931C21.5376 12.4315 21.5376 11.5685 21.3871 11.0069C21.2321 10.4282 20.78 9.97615 20.2013 9.82107C19.9881 9.76393 19.7281 9.76393 19.2082 9.76393C18.1541 9.76393 15.391 9.76393 15.0635 9.43647C14.7361 9.109 14.7361 6.34588 14.7361 5.29178Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7361 5.29178C14.7361 4.77191 14.7361 4.51198 14.6789 4.29871C14.5239 3.71997 14.0718 3.26793 13.4931 3.11285C12.9315 2.96238 12.0685 2.96238 11.5069 3.11285C10.9282 3.26793 10.4761 3.71997 10.3211 4.29871C10.2639 4.51198 10.2639 4.77191 10.2639 5.29178C10.2639 6.34588 10.2639 9.109 9.93647 9.43647C9.609 9.76393 6.84588 9.76393 5.79178 9.76393C5.27191 9.76393 5.01198 9.76393 4.79871 9.82107C4.21997 9.97615 3.76793 10.4282 3.61285 11.0069C3.46238 11.5685 3.46238 12.4315 3.61285 12.9931C3.76793 13.5718 4.21997 14.0239 4.79871 14.1789C5.01198 14.2361 5.27191 14.2361 5.79178 14.2361C6.84588 14.2361 9.609 14.2361 9.93647 14.5635C10.2639 14.891 10.2639 15.418 10.2639 16.4721C10.2639 16.992 10.2639 19.4881 10.3211 19.7013C10.4761 20.28 10.9282 20.7321 11.5069 20.8871C12.0685 21.0376 12.9315 21.0376 13.4931 20.8871C14.0718 20.7321 14.5239 20.28 14.6789 19.7013C14.7361 19.4881 14.7361 16.992 14.7361 16.4721C14.7361 15.418 14.7361 14.891 15.0635 14.5635C15.391 14.2361 18.1541 14.2361 19.2082 14.2361C19.7281 14.2361 19.9881 14.2361 20.2013 14.1789C20.78 14.0239 21.2321 13.5718 21.3871 12.9931C21.5376 12.4315 21.5376 11.5685 21.3871 11.0069C21.2321 10.4282 20.78 9.97615 20.2013 9.82107C19.9881 9.76393 19.7281 9.76393 19.2082 9.76393C18.1541 9.76393 15.391 9.76393 15.0635 9.43647C14.7361 9.109 14.7361 6.34588 14.7361 5.29178Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-add-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 8V16M16 12L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 8V16M16 12L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-add-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 8V16M16 12L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 8V16M16 12L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-cancel-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 5L5 19M5 5L19 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 5L5 19M5 5L19 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-cancel-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.243 6.73641C11.0694 7.56279 11.4826 7.97597 11.9961 7.97597C12.5095 7.97597 12.9225 7.56294 13.7486 6.73683L13.749 6.73644L15.5026 4.98293C15.9102 4.57534 16.114 4.37148 16.3261 4.24907C17.3924 3.6334 18.2707 4.24445 19.0092 4.98293C19.7477 5.72142 20.3587 6.59969 19.743 7.66605C19.6206 7.87807 19.4168 8.08187 19.0093 8.48945L17.2559 10.2429C16.4295 11.0692 16.0161 11.4826 16.0161 11.9961C16.0161 12.5096 16.4293 12.9228 17.2557 13.7492L19.0092 15.5028C19.4168 15.9104 19.6206 16.1142 19.743 16.3262C20.3587 17.3926 19.7477 18.2708 19.0092 19.0093C18.2708 19.7478 17.3923 20.3588 16.3261 19.7431C16.114 19.6208 15.9102 19.417 15.5026 19.0093L13.7493 17.256L13.7486 17.2554C12.9229 16.4296 12.5094 16.0162 11.9961 16.0162C11.4826 16.0162 11.069 16.4298 10.2428 17.256L10.2428 17.256L8.4895 19.0093C8.08187 19.417 7.87805 19.6208 7.66602 19.7431C6.59974 20.3588 5.72131 19.7478 4.9829 19.0093C4.24437 18.2708 3.63341 17.3925 4.24904 16.3261C4.37146 16.1141 4.57527 15.9103 4.9829 15.5027L6.73641 13.7491C7.56278 12.9228 7.97597 12.5096 7.97597 11.9961C7.97597 11.4826 7.56257 11.0692 6.7362 10.2428L4.98282 8.48943C4.57525 8.08184 4.37145 7.87804 4.24904 7.66603C3.63338 6.59967 4.24442 5.7214 4.9829 4.9829C5.7214 4.24442 6.59966 3.63338 7.66602 4.24904C7.87804 4.37146 8.08191 4.57532 8.48949 4.98289L8.4895 4.9829L10.243 6.73641Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.243 6.73641C11.0694 7.56279 11.4826 7.97597 11.9961 7.97597C12.5095 7.97597 12.9225 7.56294 13.7486 6.73683L13.749 6.73644L15.5026 4.98293C15.9102 4.57534 16.114 4.37148 16.3261 4.24907C17.3924 3.6334 18.2707 4.24445 19.0092 4.98293C19.7477 5.72142 20.3587 6.59969 19.743 7.66605C19.6206 7.87807 19.4168 8.08187 19.0093 8.48945L17.2559 10.2429C16.4295 11.0692 16.0161 11.4826 16.0161 11.9961C16.0161 12.5096 16.4293 12.9228 17.2557 13.7492L19.0092 15.5028C19.4168 15.9104 19.6206 16.1142 19.743 16.3262C20.3587 17.3926 19.7477 18.2708 19.0092 19.0093C18.2708 19.7478 17.3923 20.3588 16.3261 19.7431C16.114 19.6208 15.9102 19.417 15.5026 19.0093L13.7493 17.256L13.7486 17.2554C12.9229 16.4296 12.5094 16.0162 11.9961 16.0162C11.4826 16.0162 11.069 16.4298 10.2428 17.256L10.2428 17.256L8.4895 19.0093C8.08187 19.417 7.87805 19.6208 7.66602 19.7431C6.59974 20.3588 5.72131 19.7478 4.9829 19.0093C4.24437 18.2708 3.63341 17.3925 4.24904 16.3261C4.37146 16.1141 4.57527 15.9103 4.9829 15.5027L6.73641 13.7491C7.56278 12.9228 7.97597 12.5096 7.97597 11.9961C7.97597 11.4826 7.56257 11.0692 6.7362 10.2428L4.98282 8.48943C4.57525 8.08184 4.37145 7.87804 4.24904 7.66603C3.63338 6.59967 4.24442 5.7214 4.9829 4.9829C5.7214 4.24442 6.59966 3.63338 7.66602 4.24904C7.87804 4.37146 8.08191 4.57532 8.48949 4.98289L8.4895 4.9829L10.243 6.73641Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-cancel-circle-half-dot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.64856 5.07876C4.78691 4.93211 4.92948 4.7895 5.0761 4.65111M7.94733 2.72939C8.12884 2.6478 8.31313 2.57128 8.5 2.5M2.73172 7.94192C2.64925 8.12518 2.57195 8.31127 2.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9L12 12M12 12L9 15M12 12L15 15M12 12L9 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.64856 5.07876C4.78691 4.93211 4.92948 4.7895 5.0761 4.65111M7.94733 2.72939C8.12884 2.6478 8.31313 2.57128 8.5 2.5M2.73172 7.94192C2.64925 8.12518 2.57195 8.31127 2.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9L12 12M12 12L9 15M12 12L15 15M12 12L9 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-cancel-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9994 15L9 9M9.00064 15L15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9994 15L9 9M9.00064 15L15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-cancel-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 9L9 14.9996M15 15L9 9.00039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 9L9 14.9996M15 15L9 9.00039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-delete-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 5.5L18.8803 15.5251C18.7219 18.0864 18.6428 19.3671 18.0008 20.2879C17.6833 20.7431 17.2747 21.1273 16.8007 21.416C15.8421 22 14.559 22 11.9927 22C9.42312 22 8.1383 22 7.17905 21.4149C6.7048 21.1257 6.296 20.7408 5.97868 20.2848C5.33688 19.3626 5.25945 18.0801 5.10461 15.5152L4.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.5H21M16.0557 5.5L15.3731 4.09173C14.9196 3.15626 14.6928 2.68852 14.3017 2.39681C14.215 2.3321 14.1231 2.27454 14.027 2.2247C13.5939 2 13.0741 2 12.0345 2C10.9688 2 10.436 2 9.99568 2.23412C9.8981 2.28601 9.80498 2.3459 9.71729 2.41317C9.32164 2.7167 9.10063 3.20155 8.65861 4.17126L8.05292 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 5.5L18.8803 15.5251C18.7219 18.0864 18.6428 19.3671 18.0008 20.2879C17.6833 20.7431 17.2747 21.1273 16.8007 21.416C15.8421 22 14.559 22 11.9927 22C9.42312 22 8.1383 22 7.17905 21.4149C6.7048 21.1257 6.296 20.7408 5.97868 20.2848C5.33688 19.3626 5.25945 18.0801 5.10461 15.5152L4.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.5H21M16.0557 5.5L15.3731 4.09173C14.9196 3.15626 14.6928 2.68852 14.3017 2.39681C14.215 2.3321 14.1231 2.27454 14.027 2.2247C13.5939 2 13.0741 2 12.0345 2C10.9688 2 10.436 2 9.99568 2.23412C9.8981 2.28601 9.80498 2.3459 9.71729 2.41317C9.32164 2.7167 9.10063 3.20155 8.65861 4.17126L8.05292 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-delete-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 5.5L18.8803 15.5251C18.7219 18.0864 18.6428 19.3671 18.0008 20.2879C17.6833 20.7431 17.2747 21.1273 16.8007 21.416C15.8421 22 14.559 22 11.9927 22C9.42312 22 8.1383 22 7.17905 21.4149C6.7048 21.1257 6.296 20.7408 5.97868 20.2848C5.33688 19.3626 5.25945 18.0801 5.10461 15.5152L4.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.5H21M16.0557 5.5L15.3731 4.09173C14.9196 3.15626 14.6928 2.68852 14.3017 2.39681C14.215 2.3321 14.1231 2.27454 14.027 2.2247C13.5939 2 13.0741 2 12.0345 2C10.9688 2 10.436 2 9.99568 2.23412C9.8981 2.28601 9.80498 2.3459 9.71729 2.41317C9.32164 2.7167 9.10063 3.20155 8.65861 4.17126L8.05292 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 16.5L9.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 16.5L14.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 5.5L18.8803 15.5251C18.7219 18.0864 18.6428 19.3671 18.0008 20.2879C17.6833 20.7431 17.2747 21.1273 16.8007 21.416C15.8421 22 14.559 22 11.9927 22C9.42312 22 8.1383 22 7.17905 21.4149C6.7048 21.1257 6.296 20.7408 5.97868 20.2848C5.33688 19.3626 5.25945 18.0801 5.10461 15.5152L4.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.5H21M16.0557 5.5L15.3731 4.09173C14.9196 3.15626 14.6928 2.68852 14.3017 2.39681C14.215 2.3321 14.1231 2.27454 14.027 2.2247C13.5939 2 13.0741 2 12.0345 2C10.9688 2 10.436 2 9.99568 2.23412C9.8981 2.28601 9.80498 2.3459 9.71729 2.41317C9.32164 2.7167 9.10063 3.20155 8.65861 4.17126L8.05292 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 16.5L9.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 16.5L14.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-delete-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 5.5L18.8803 15.5251C18.7219 18.0864 18.6428 19.3671 18.0008 20.2879C17.6833 20.7431 17.2747 21.1273 16.8007 21.416C15.8421 22 14.559 22 11.9927 22C9.42312 22 8.1383 22 7.17905 21.4149C6.7048 21.1257 6.296 20.7408 5.97868 20.2848C5.33688 19.3626 5.25945 18.0801 5.10461 15.5152L4.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 11.7349H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 15.6543H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.5H21M16.0555 5.5L15.3729 4.09173C14.9194 3.15626 14.6926 2.68852 14.3015 2.39681C14.2148 2.3321 14.1229 2.27454 14.0268 2.2247C13.5937 2 13.0739 2 12.0343 2C10.9686 2 10.4358 2 9.99549 2.23412C9.89791 2.28601 9.80479 2.3459 9.7171 2.41317C9.32145 2.7167 9.10044 3.20155 8.65842 4.17126L8.05273 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 5.5L18.8803 15.5251C18.7219 18.0864 18.6428 19.3671 18.0008 20.2879C17.6833 20.7431 17.2747 21.1273 16.8007 21.416C15.8421 22 14.559 22 11.9927 22C9.42312 22 8.1383 22 7.17905 21.4149C6.7048 21.1257 6.296 20.7408 5.97868 20.2848C5.33688 19.3626 5.25945 18.0801 5.10461 15.5152L4.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 11.7349H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 15.6543H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.5H21M16.0555 5.5L15.3729 4.09173C14.9194 3.15626 14.6926 2.68852 14.3015 2.39681C14.2148 2.3321 14.1229 2.27454 14.0268 2.2247C13.5937 2 13.0739 2 12.0343 2C10.9686 2 10.4358 2 9.99549 2.23412C9.89791 2.28601 9.80479 2.3459 9.7171 2.41317C9.32145 2.7167 9.10044 3.20155 8.65842 4.17126L8.05273 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-delete-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 5.5L19.0982 12.0062M4.5 5.5L5.10461 15.5248C5.25945 18.0922 5.33688 19.3759 5.97868 20.299C6.296 20.7554 6.7048 21.1407 7.17905 21.4302C7.85035 21.84 8.68108 21.9631 10 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 15L13 21.9995M20 22L13 15.0005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.5H21M16.0557 5.5L15.3731 4.09173C14.9196 3.15626 14.6928 2.68852 14.3017 2.39681C14.215 2.3321 14.1231 2.27454 14.027 2.2247C13.5939 2 13.0741 2 12.0345 2C10.9688 2 10.436 2 9.99568 2.23412C9.8981 2.28601 9.80498 2.3459 9.71729 2.41317C9.32164 2.7167 9.10063 3.20155 8.65861 4.17126L8.05292 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 5.5L19.0982 12.0062M4.5 5.5L5.10461 15.5248C5.25945 18.0922 5.33688 19.3759 5.97868 20.299C6.296 20.7554 6.7048 21.1407 7.17905 21.4302C7.85035 21.84 8.68108 21.9631 10 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 15L13 21.9995M20 22L13 15.0005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.5H21M16.0557 5.5L15.3731 4.09173C14.9196 3.15626 14.6928 2.68852 14.3017 2.39681C14.215 2.3321 14.1231 2.27454 14.027 2.2247C13.5939 2 13.0741 2 12.0345 2C10.9688 2 10.436 2 9.99568 2.23412C9.8981 2.28601 9.80498 2.3459 9.71729 2.41317C9.32164 2.7167 9.10063 3.20155 8.65861 4.17126L8.05292 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-delete-put-back{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.47461 6.10018L5.31543 18.1768C5.40886 19.3365 6.28178 21.5536 8.51889 21.8022C10.756 22.0507 15.2503 21.9951 16.0699 21.9951C16.8895 21.9951 19.0128 21.4136 19.0128 19.0059C19.0128 16.5756 16.9833 15.9419 15.7077 15.9635H12.0554M12.0554 15.9635C12.0607 15.7494 12.1515 15.5372 12.3278 15.3828L14.487 13.4924M12.0554 15.9635C12.0497 16.1919 12.1412 16.4224 12.33 16.5864L14.487 18.4609M19.4701 5.82422L19.0023 13.4792%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.49561H21M16.0555 5.49561L15.3729 4.08911C14.9194 3.15481 14.6926 2.68766 14.3015 2.39631C14.2148 2.33168 14.1229 2.2742 14.0268 2.22442C13.5937 2 13.0739 2 12.0343 2C10.9686 2 10.4358 2 9.99549 2.23383C9.89791 2.28565 9.80479 2.34547 9.7171 2.41265C9.32145 2.7158 9.10044 3.20004 8.65842 4.16854L8.05273 5.49561%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.47461 6.10018L5.31543 18.1768C5.40886 19.3365 6.28178 21.5536 8.51889 21.8022C10.756 22.0507 15.2503 21.9951 16.0699 21.9951C16.8895 21.9951 19.0128 21.4136 19.0128 19.0059C19.0128 16.5756 16.9833 15.9419 15.7077 15.9635H12.0554M12.0554 15.9635C12.0607 15.7494 12.1515 15.5372 12.3278 15.3828L14.487 13.4924M12.0554 15.9635C12.0497 16.1919 12.1412 16.4224 12.33 16.5864L14.487 18.4609M19.4701 5.82422L19.0023 13.4792%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.49561H21M16.0555 5.49561L15.3729 4.08911C14.9194 3.15481 14.6926 2.68766 14.3015 2.39631C14.2148 2.33168 14.1229 2.2742 14.0268 2.22442C13.5937 2 13.0739 2 12.0343 2C10.9686 2 10.4358 2 9.99549 2.23383C9.89791 2.28565 9.80479 2.34547 9.7171 2.41265C9.32145 2.7158 9.10044 3.20004 8.65842 4.16854L8.05273 5.49561%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-delete-throw{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 5.5L18.8803 15.5251C18.7219 18.0864 18.6428 19.3671 18.0008 20.2879C17.6833 20.7431 17.2747 21.1273 16.8007 21.416C15.8421 22 14.559 22 11.9927 22C9.42312 22 8.1383 22 7.17905 21.4149C6.7048 21.1257 6.296 20.7408 5.97868 20.2848C5.33688 19.3626 5.25945 18.0801 5.10461 15.5152L4.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 12.5C9.99153 11.9943 11.2998 10 12 10M14.5 12.5C14.0085 11.9943 12.7002 10 12 10M12 10V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.5H21M16.0555 5.5L15.3729 4.09173C14.9194 3.15626 14.6926 2.68852 14.3015 2.39681C14.2148 2.3321 14.1229 2.27454 14.0268 2.2247C13.5937 2 13.0739 2 12.0343 2C10.9686 2 10.4358 2 9.99549 2.23412C9.89791 2.28601 9.80479 2.3459 9.7171 2.41317C9.32145 2.7167 9.10044 3.20155 8.65842 4.17126L8.05273 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 5.5L18.8803 15.5251C18.7219 18.0864 18.6428 19.3671 18.0008 20.2879C17.6833 20.7431 17.2747 21.1273 16.8007 21.416C15.8421 22 14.559 22 11.9927 22C9.42312 22 8.1383 22 7.17905 21.4149C6.7048 21.1257 6.296 20.7408 5.97868 20.2848C5.33688 19.3626 5.25945 18.0801 5.10461 15.5152L4.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 12.5C9.99153 11.9943 11.2998 10 12 10M14.5 12.5C14.0085 11.9943 12.7002 10 12 10M12 10V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.5H21M16.0555 5.5L15.3729 4.09173C14.9194 3.15626 14.6926 2.68852 14.3015 2.39681C14.2148 2.3321 14.1229 2.27454 14.0268 2.2247C13.5937 2 13.0739 2 12.0343 2C10.9686 2 10.4358 2 9.99549 2.23412C9.89791 2.28601 9.80479 2.3459 9.7171 2.41317C9.32145 2.7167 9.10044 3.20155 8.65842 4.17126L8.05273 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-eraser-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.22876 2 6.34315 3.17157 5.17157C4.34315 4 6.22876 4 10 4H13C14.9628 4 15.9443 4 16.7889 4.42229C17.6334 4.84458 18.2223 5.62972 19.4 7.2C21.1333 9.51111 22 10.6667 22 12C22 13.3333 21.1333 14.4889 19.4 16.8C18.2223 18.3703 17.6334 19.1554 16.7889 19.5777C15.9443 20 14.9628 20 13 20H10C6.22876 20 4.34315 20 3.17157 18.8284C2 17.6569 2 15.7712 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 8V16M15 12L7 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.22876 2 6.34315 3.17157 5.17157C4.34315 4 6.22876 4 10 4H13C14.9628 4 15.9443 4 16.7889 4.42229C17.6334 4.84458 18.2223 5.62972 19.4 7.2C21.1333 9.51111 22 10.6667 22 12C22 13.3333 21.1333 14.4889 19.4 16.8C18.2223 18.3703 17.6334 19.1554 16.7889 19.5777C15.9443 20 14.9628 20 13 20H10C6.22876 20 4.34315 20 3.17157 18.8284C2 17.6569 2 15.7712 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 8V16M15 12L7 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-eraser{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.22876 2 6.34315 3.17157 5.17157C4.34315 4 6.22876 4 10 4H13C14.9628 4 15.9443 4 16.7889 4.42229C17.6334 4.84458 18.2223 5.62972 19.4 7.2C21.1333 9.51111 22 10.6667 22 12C22 13.3333 21.1333 14.4889 19.4 16.8C18.2223 18.3703 17.6334 19.1554 16.7889 19.5777C15.9443 20 14.9628 20 13 20H10C6.22876 20 4.34315 20 3.17157 18.8284C2 17.6569 2 15.7712 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 9L8 14.9996M14 15L8 9.00039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.22876 2 6.34315 3.17157 5.17157C4.34315 4 6.22876 4 10 4H13C14.9628 4 15.9443 4 16.7889 4.42229C17.6334 4.84458 18.2223 5.62972 19.4 7.2C21.1333 9.51111 22 10.6667 22 12C22 13.3333 21.1333 14.4889 19.4 16.8C18.2223 18.3703 17.6334 19.1554 16.7889 19.5777C15.9443 20 14.9628 20 13 20H10C6.22876 20 4.34315 20 3.17157 18.8284C2 17.6569 2 15.7712 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 9L8 14.9996M14 15L8 9.00039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 12L4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 12L4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 12C3 11.4188 3 11.1282 3.0575 10.8897C3.21354 10.2427 3.6684 9.73726 4.25074 9.56389C4.46534 9.5 4.72689 9.5 5.25 9.5H18.75C19.2731 9.5 19.5347 9.5 19.7493 9.56389C20.3316 9.73726 20.7865 10.2427 20.9425 10.8897C21 11.1282 21 11.4188 21 12C21 12.5812 21 12.8718 20.9425 13.1103C20.7865 13.7573 20.3316 14.2627 19.7493 14.4361C19.5347 14.5 19.2731 14.5 18.75 14.5H5.25C4.72689 14.5 4.46534 14.5 4.25074 14.4361C3.6684 14.2627 3.21354 13.7573 3.0575 13.1103C3 12.8718 3 12.5812 3 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 12C3 11.4188 3 11.1282 3.0575 10.8897C3.21354 10.2427 3.6684 9.73726 4.25074 9.56389C4.46534 9.5 4.72689 9.5 5.25 9.5H18.75C19.2731 9.5 19.5347 9.5 19.7493 9.56389C20.3316 9.73726 20.7865 10.2427 20.9425 10.8897C21 11.1282 21 11.4188 21 12C21 12.5812 21 12.8718 20.9425 13.1103C20.7865 13.7573 20.3316 14.2627 19.7493 14.4361C19.5347 14.5 19.2731 14.5 18.75 14.5H5.25C4.72689 14.5 4.46534 14.5 4.25074 14.4361C3.6684 14.2627 3.21354 13.7573 3.0575 13.1103C3 12.8718 3 12.5812 3 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-remove-circle-half-dot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 12L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.64856 5.07876C4.78691 4.93211 4.92948 4.7895 5.0761 4.65111M7.94733 2.72939C8.12884 2.6478 8.31313 2.57128 8.5 2.5M2.73172 7.94192C2.64925 8.12518 2.57195 8.31127 2.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 12L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.64856 5.07876C4.78691 4.93211 4.92948 4.7895 5.0761 4.65111M7.94733 2.72939C8.12884 2.6478 8.31313 2.57128 8.5 2.5M2.73172 7.94192C2.64925 8.12518 2.57195 8.31127 2.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-remove-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 12L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 12L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-remove-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 12L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 12L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-restore-bin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 5.5L19 11.5M4.5 5.5L5.10461 15.5368C5.25945 18.1073 5.33688 19.3925 5.97868 20.3167C6.296 20.7737 6.7048 21.1594 7.17905 21.4493C7.76127 21.8051 8.46343 21.945 9.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15.5L12.1363 16.9657C12.708 14.8319 14.9014 13.5655 17.0352 14.1373C18.1275 14.43 18.9925 15.1475 19.5 16.0646M21 20.5L19.8637 19.0363C19.2919 21.1701 17.0986 22.4365 14.9647 21.8647C13.8978 21.5788 13.0477 20.8875 12.5359 20.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.5H21M16.0557 5.5L15.3731 4.09173C14.9196 3.15626 14.6928 2.68852 14.3017 2.39681C14.215 2.3321 14.1231 2.27454 14.027 2.2247C13.5939 2 13.0741 2 12.0345 2C10.9688 2 10.436 2 9.99568 2.23412C9.8981 2.28601 9.80498 2.3459 9.71729 2.41317C9.32164 2.7167 9.10063 3.20155 8.65861 4.17126L8.05292 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 5.5L19 11.5M4.5 5.5L5.10461 15.5368C5.25945 18.1073 5.33688 19.3925 5.97868 20.3167C6.296 20.7737 6.7048 21.1594 7.17905 21.4493C7.76127 21.8051 8.46343 21.945 9.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15.5L12.1363 16.9657C12.708 14.8319 14.9014 13.5655 17.0352 14.1373C18.1275 14.43 18.9925 15.1475 19.5 16.0646M21 20.5L19.8637 19.0363C19.2919 21.1701 17.0986 22.4365 14.9647 21.8647C13.8978 21.5788 13.0477 20.8875 12.5359 20.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.5H21M16.0557 5.5L15.3731 4.09173C14.9196 3.15626 14.6928 2.68852 14.3017 2.39681C14.215 2.3321 14.1231 2.27454 14.027 2.2247C13.5939 2 13.0741 2 12.0345 2C10.9688 2 10.436 2 9.99568 2.23412C9.8981 2.28601 9.80498 2.3459 9.71729 2.41317C9.32164 2.7167 9.10063 3.20155 8.65861 4.17126L8.05292 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-unavailable{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 5L19 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 5L19 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-waste-restore{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5H8.42963C9.09834 5 9.7228 4.6658 10.0937 4.1094L10.9063 2.8906C11.2772 2.3342 11.9017 2 12.5704 2H17.0585C17.9193 2 18.6836 2.55086 18.9558 3.36754L19.5 5M21 5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 5L19 11.5M4.5 5L5.10461 15.5362C5.25945 18.1069 5.33688 19.3923 5.97868 20.3166C6.296 20.7736 6.7048 21.1593 7.17905 21.4492C7.76127 21.8051 8.46343 21.945 9.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15.498L12.1363 16.9638C12.708 14.8299 14.9014 13.5636 17.0352 14.1353C18.1275 14.428 18.9925 15.1456 19.5 16.0626M21 20.498L19.8637 19.0343C19.2919 21.1682 17.0986 22.4345 14.9647 21.8627C13.8978 21.5769 13.0477 20.8856 12.5359 19.999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5H8.42963C9.09834 5 9.7228 4.6658 10.0937 4.1094L10.9063 2.8906C11.2772 2.3342 11.9017 2 12.5704 2H17.0585C17.9193 2 18.6836 2.55086 18.9558 3.36754L19.5 5M21 5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 5L19 11.5M4.5 5L5.10461 15.5362C5.25945 18.1069 5.33688 19.3923 5.97868 20.3166C6.296 20.7736 6.7048 21.1593 7.17905 21.4492C7.76127 21.8051 8.46343 21.945 9.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15.498L12.1363 16.9638C12.708 14.8299 14.9014 13.5636 17.0352 14.1353C18.1275 14.428 18.9925 15.1456 19.5 16.0626M21 20.498L19.8637 19.0343C19.2919 21.1682 17.0986 22.4345 14.9647 21.8627C13.8978 21.5769 13.0477 20.8856 12.5359 19.999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-add-and-remove-icons-waste{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5H8.42963C9.09834 5 9.7228 4.6658 10.0937 4.1094L10.9063 2.8906C11.2772 2.3342 11.9017 2 12.5704 2H17.0585C17.9193 2 18.6836 2.55086 18.9558 3.36754L19.5 5M21 5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 5L18.8803 14.906C18.8588 15.2333 18.8387 15.5385 18.8185 15.8235M4.5 5L5.10461 14.8966C5.25945 17.3107 5.33688 18.5177 5.97868 19.3857C6.296 19.8149 6.7048 20.1771 7.17905 20.4493C8.1383 21 9.42312 21 11.9927 21H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 19C20 17.3431 18.6569 16 17 16C15.3431 16 14 17.3431 14 19C14 20.6569 15.3431 22 17 22C18.6569 22 20 20.6569 20 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5H8.42963C9.09834 5 9.7228 4.6658 10.0937 4.1094L10.9063 2.8906C11.2772 2.3342 11.9017 2 12.5704 2H17.0585C17.9193 2 18.6836 2.55086 18.9558 3.36754L19.5 5M21 5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 5L18.8803 14.906C18.8588 15.2333 18.8387 15.5385 18.8185 15.8235M4.5 5L5.10461 14.8966C5.25945 17.3107 5.33688 18.5177 5.97868 19.3857C6.296 19.8149 6.7048 20.1771 7.17905 20.4493C8.1383 21 9.42312 21 11.9927 21H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 19C20 17.3431 18.6569 16 17 16C15.3431 16 14 17.3431 14 19C14 20.6569 15.3431 22 17 22C18.6569 22 20 20.6569 20 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-book{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 16.9286V10C20.5 6.22876 20.5 4.34315 19.3284 3.17157C18.1569 2 16.2712 2 12.5 2H11.5C7.72876 2 5.84315 2 4.67157 3.17157C3.5 4.34315 3.5 6.22876 3.5 10V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17H6C4.61929 17 3.5 18.1193 3.5 19.5C3.5 20.8807 4.61929 22 6 22H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 22C19.1193 22 18 20.8807 18 19.5C18 18.1193 19.1193 17 20.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.3077 12L10.847 7.47891C10.7552 7.19466 10.4734 7 10.1538 7C9.83425 7 9.55249 7.19466 9.46066 7.47891L8 12M15 7V12M8.53846 10.5H11.7692%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 16.9286V10C20.5 6.22876 20.5 4.34315 19.3284 3.17157C18.1569 2 16.2712 2 12.5 2H11.5C7.72876 2 5.84315 2 4.67157 3.17157C3.5 4.34315 3.5 6.22876 3.5 10V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17H6C4.61929 17 3.5 18.1193 3.5 19.5C3.5 20.8807 4.61929 22 6 22H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 22C19.1193 22 18 20.8807 18 19.5C18 18.1193 19.1193 17 20.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.3077 12L10.847 7.47891C10.7552 7.19466 10.4734 7 10.1538 7C9.83425 7 9.55249 7.19466 9.46066 7.47891L8 12M15 7V12M8.53846 10.5H11.7692%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-brain-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 4.5C5.34315 4.5 4 5.84315 4 7.5C4 8.06866 4.15822 8.60037 4.43304 9.0535C3.04727 9.31855 2 10.537 2 12C2 13.463 3.04727 14.6814 4.43304 14.9465M7 4.5C7 3.11929 8.11929 2 9.5 2C10.8807 2 12 3.11929 12 4.5V19.5C12 20.8807 10.8807 22 9.5 22C8.11929 22 7 20.8807 7 19.5C5.34315 19.5 4 18.1569 4 16.5C4 15.9313 4.15822 15.3996 4.43304 14.9465M7 4.5C7 5.31791 7.39278 6.04408 8 6.50018M4.43304 14.9465C4.78948 14.3588 5.34207 13.9032 6 13.6707%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19.5C18.6569 19.5 20 18.1569 20 16.5C20 15.9313 19.8418 15.3996 19.567 14.9465C20.9527 14.6814 22 13.463 22 12C22 10.537 20.9527 9.31855 19.567 9.0535M17 19.5C17 20.8807 15.8807 22 14.5 22C13.1193 22 12 20.8807 12 19.5L12 4.5C12 3.11929 13.1193 2 14.5 2C15.8807 2 17 3.11929 17 4.5C18.6569 4.5 20 5.84315 20 7.5C20 8.06866 19.8418 8.60037 19.567 9.0535M17 19.5C17 18.6821 16.6072 17.9559 16 17.4998M19.567 9.0535C19.2105 9.64121 18.6579 10.0967 18 10.3293%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 4.5C5.34315 4.5 4 5.84315 4 7.5C4 8.06866 4.15822 8.60037 4.43304 9.0535C3.04727 9.31855 2 10.537 2 12C2 13.463 3.04727 14.6814 4.43304 14.9465M7 4.5C7 3.11929 8.11929 2 9.5 2C10.8807 2 12 3.11929 12 4.5V19.5C12 20.8807 10.8807 22 9.5 22C8.11929 22 7 20.8807 7 19.5C5.34315 19.5 4 18.1569 4 16.5C4 15.9313 4.15822 15.3996 4.43304 14.9465M7 4.5C7 5.31791 7.39278 6.04408 8 6.50018M4.43304 14.9465C4.78948 14.3588 5.34207 13.9032 6 13.6707%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19.5C18.6569 19.5 20 18.1569 20 16.5C20 15.9313 19.8418 15.3996 19.567 14.9465C20.9527 14.6814 22 13.463 22 12C22 10.537 20.9527 9.31855 19.567 9.0535M17 19.5C17 20.8807 15.8807 22 14.5 22C13.1193 22 12 20.8807 12 19.5L12 4.5C12 3.11929 13.1193 2 14.5 2C15.8807 2 17 3.11929 17 4.5C18.6569 4.5 20 5.84315 20 7.5C20 8.06866 19.8418 8.60037 19.567 9.0535M17 19.5C17 18.6821 16.6072 17.9559 16 17.4998M19.567 9.0535C19.2105 9.64121 18.6579 10.0967 18 10.3293%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-brain-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4.5C12 3.11929 10.8807 2 9.5 2C8.11929 2 7 3.11929 7 4.5C5.34315 4.5 4 5.84315 4 7.5C4 8.06866 4.15822 8.60037 4.43304 9.0535C3.04727 9.31855 2 10.537 2 12C2 13.463 3.04727 14.6814 4.43304 14.9465C4.15822 15.3996 4 15.9313 4 16.5C4 18.1569 5.34315 19.5 7 19.5C7 20.8807 8.11929 22 9.5 22C10.8807 22 12 20.8807 12 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19.5C12 20.8807 13.1193 22 14.5 22C15.8807 22 17 20.8807 17 19.5C18.6569 19.5 20 18.1569 20 16.5C20 15.9313 19.8418 15.3996 19.567 14.9465C20.9527 14.6814 22 13.463 22 12C22 10.537 20.9527 9.31855 19.567 9.0535C19.8418 8.60037 20 8.06866 20 7.5C20 5.84315 18.6569 4.5 17 4.5C17 3.11929 15.8807 2 14.5 2C13.1193 2 12 3.11929 12 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.487 7.00098V8.98M7 10.5014H9.05198M15.0231 10.5014H17.075M15.0231 13.4746H17.075M7 13.4746H9.05198M10.487 15.0202V16.9992M13.5125 15.0202V16.9992M13.5017 7.00098V8.98M10.052 14.9685H14.0231C14.5753 14.9685 15.0231 14.5208 15.0231 13.9685V9.98C15.0231 9.42771 14.5753 8.98 14.0231 8.98H10.052C9.49969 8.98 9.05198 9.42771 9.05198 9.98V13.9685C9.05198 14.5208 9.49969 14.9685 10.052 14.9685Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4.5C12 3.11929 10.8807 2 9.5 2C8.11929 2 7 3.11929 7 4.5C5.34315 4.5 4 5.84315 4 7.5C4 8.06866 4.15822 8.60037 4.43304 9.0535C3.04727 9.31855 2 10.537 2 12C2 13.463 3.04727 14.6814 4.43304 14.9465C4.15822 15.3996 4 15.9313 4 16.5C4 18.1569 5.34315 19.5 7 19.5C7 20.8807 8.11929 22 9.5 22C10.8807 22 12 20.8807 12 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19.5C12 20.8807 13.1193 22 14.5 22C15.8807 22 17 20.8807 17 19.5C18.6569 19.5 20 18.1569 20 16.5C20 15.9313 19.8418 15.3996 19.567 14.9465C20.9527 14.6814 22 13.463 22 12C22 10.537 20.9527 9.31855 19.567 9.0535C19.8418 8.60037 20 8.06866 20 7.5C20 5.84315 18.6569 4.5 17 4.5C17 3.11929 15.8807 2 14.5 2C13.1193 2 12 3.11929 12 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.487 7.00098V8.98M7 10.5014H9.05198M15.0231 10.5014H17.075M15.0231 13.4746H17.075M7 13.4746H9.05198M10.487 15.0202V16.9992M13.5125 15.0202V16.9992M13.5017 7.00098V8.98M10.052 14.9685H14.0231C14.5753 14.9685 15.0231 14.5208 15.0231 13.9685V9.98C15.0231 9.42771 14.5753 8.98 14.0231 8.98H10.052C9.49969 8.98 9.05198 9.42771 9.05198 9.98V13.9685C9.05198 14.5208 9.49969 14.9685 10.052 14.9685Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-brain-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 16.5001C4 18.1569 5.34315 19.5001 7 19.5001C7 20.8808 8.11929 22.0001 9.5 22.0001C10.8807 22.0001 12 20.8808 12 19.5001C12 20.8808 13.1193 22 14.5 22C15.8807 22 17 20.8807 17 19.5C18.6569 19.5 20 18.1569 20 16.5C20 15.9313 19.8418 15.3996 19.567 14.9465C20.9527 14.6814 22 13.463 22 12C22 10.537 20.9527 9.31855 19.567 9.0535C19.8418 8.60037 20 8.06866 20 7.5C20 5.84315 18.6569 4.5 17 4.5C17 3.11929 15.8807 2 14.5 2C13.1193 2 12 3.11938 12 4.50009C12 3.11938 10.8807 2.00009 9.5 2.00009C8.11929 2.00009 7 3.11938 7 4.50009C5.34315 4.50009 4 5.84324 4 7.50009C4 8.06876 4.15822 8.60046 4.43304 9.05359C3.04727 9.31865 2 10.5371 2 12.0001C2 13.4631 3.04727 14.6815 4.43304 14.9466C4.15822 15.3997 4 15.9314 4 16.5001Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 14.5L9.34189 8.97434C9.43631 8.69107 9.7014 8.5 10 8.5C10.2986 8.5 10.5637 8.69107 10.6581 8.97434L12.5 14.5M15.5 8.5V14.5M8.5 12.5H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 16.5001C4 18.1569 5.34315 19.5001 7 19.5001C7 20.8808 8.11929 22.0001 9.5 22.0001C10.8807 22.0001 12 20.8808 12 19.5001C12 20.8808 13.1193 22 14.5 22C15.8807 22 17 20.8807 17 19.5C18.6569 19.5 20 18.1569 20 16.5C20 15.9313 19.8418 15.3996 19.567 14.9465C20.9527 14.6814 22 13.463 22 12C22 10.537 20.9527 9.31855 19.567 9.0535C19.8418 8.60037 20 8.06866 20 7.5C20 5.84315 18.6569 4.5 17 4.5C17 3.11929 15.8807 2 14.5 2C13.1193 2 12 3.11938 12 4.50009C12 3.11938 10.8807 2.00009 9.5 2.00009C8.11929 2.00009 7 3.11938 7 4.50009C5.34315 4.50009 4 5.84324 4 7.50009C4 8.06876 4.15822 8.60046 4.43304 9.05359C3.04727 9.31865 2 10.5371 2 12.0001C2 13.4631 3.04727 14.6815 4.43304 14.9466C4.15822 15.3997 4 15.9314 4 16.5001Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 14.5L9.34189 8.97434C9.43631 8.69107 9.7014 8.5 10 8.5C10.2986 8.5 10.5637 8.69107 10.6581 8.97434L12.5 14.5M15.5 8.5V14.5M8.5 12.5H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-brain-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 4.5C5.34315 4.5 4 5.84315 4 7.5C4 8.06866 4.15822 8.60037 4.43304 9.0535C3.04727 9.31855 2 10.537 2 12C2 13.463 3.04727 14.6814 4.43304 14.9465M7 4.5C7 3.11929 8.11929 2 9.5 2C10.8807 2 12 3.11929 12 4.5V19.5C12 20.8807 10.8807 22 9.5 22C8.11929 22 7 20.8807 7 19.5C5.34315 19.5 4 18.1569 4 16.5C4 15.9313 4.15822 15.3996 4.43304 14.9465M7 4.5C7 5.31791 7.39278 6.04408 8 6.50018M4.43304 14.9465C4.78948 14.3588 5.34207 13.9032 6 13.6707%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.25 4.75L17 7H15M18.5 4.75C18.5 5.16421 18.8358 5.5 19.25 5.5C19.6642 5.5 20 5.16421 20 4.75C20 4.33579 19.6642 4 19.25 4C18.8358 4 18.5 4.33579 18.5 4.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.25 19.25L17 17H15M18.5 19.25C18.5 18.8358 18.8358 18.5 19.25 18.5C19.6642 18.5 20 18.8358 20 19.25C20 19.6642 19.6642 20 19.25 20C18.8358 20 18.5 19.6642 18.5 19.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.25 12H15M18.5 12C18.5 12.4142 18.8358 12.75 19.25 12.75C19.6642 12.75 20 12.4142 20 12C20 11.5858 19.6642 11.25 19.25 11.25C18.8358 11.25 18.5 11.5858 18.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 4.5C5.34315 4.5 4 5.84315 4 7.5C4 8.06866 4.15822 8.60037 4.43304 9.0535C3.04727 9.31855 2 10.537 2 12C2 13.463 3.04727 14.6814 4.43304 14.9465M7 4.5C7 3.11929 8.11929 2 9.5 2C10.8807 2 12 3.11929 12 4.5V19.5C12 20.8807 10.8807 22 9.5 22C8.11929 22 7 20.8807 7 19.5C5.34315 19.5 4 18.1569 4 16.5C4 15.9313 4.15822 15.3996 4.43304 14.9465M7 4.5C7 5.31791 7.39278 6.04408 8 6.50018M4.43304 14.9465C4.78948 14.3588 5.34207 13.9032 6 13.6707%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.25 4.75L17 7H15M18.5 4.75C18.5 5.16421 18.8358 5.5 19.25 5.5C19.6642 5.5 20 5.16421 20 4.75C20 4.33579 19.6642 4 19.25 4C18.8358 4 18.5 4.33579 18.5 4.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.25 19.25L17 17H15M18.5 19.25C18.5 18.8358 18.8358 18.5 19.25 18.5C19.6642 18.5 20 18.8358 20 19.25C20 19.6642 19.6642 20 19.25 20C18.8358 20 18.5 19.6642 18.5 19.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.25 12H15M18.5 12C18.5 12.4142 18.8358 12.75 19.25 12.75C19.6642 12.75 20 12.4142 20 12C20 11.5858 19.6642 11.25 19.25 11.25C18.8358 11.25 18.5 11.5858 18.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-brain-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 4.5C5.84315 4.5 4.5 5.84315 4.5 7.5C4.5 8.06866 4.65822 8.60037 4.93304 9.0535C3.54727 9.31855 2.5 10.537 2.5 12C2.5 13.463 3.54727 14.6814 4.93304 14.9465M7.5 4.5C7.5 3.11929 8.61929 2 10 2C11.3807 2 12.5 3.11929 12.5 4.5V6M7.5 4.5C7.5 5.31791 7.89278 6.04408 8.5 6.50018M4.93304 14.9465C4.65822 15.3996 4.5 15.9313 4.5 16.5C4.5 18.1569 5.84315 19.5 7.5 19.5C7.5 20.8807 8.61929 22 10 22C11.3807 22 12.5 20.8807 12.5 19.5V18M4.93304 14.9465C5.28948 14.3588 5.84207 13.9032 6.5 13.6707%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 9H15.5C14.5572 9 14.0858 9 13.7929 9.29289C13.5 9.58579 13.5 10.0572 13.5 11V13C13.5 13.9428 13.5 14.4142 13.7929 14.7071C14.0858 15 14.5572 15 15.5 15H17.5C18.4428 15 18.9142 15 19.2071 14.7071C19.5 14.4142 19.5 13.9428 19.5 13V11C19.5 10.0572 19.5 9.58579 19.2071 9.29289C18.9142 9 18.4428 9 17.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15V17M18 15V17M15 7V9M18 7V9M13.5 10.5H11.5M13.5 13.5H11.5M21.5 10.5H19.5M21.5 13.5H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 4.5C5.84315 4.5 4.5 5.84315 4.5 7.5C4.5 8.06866 4.65822 8.60037 4.93304 9.0535C3.54727 9.31855 2.5 10.537 2.5 12C2.5 13.463 3.54727 14.6814 4.93304 14.9465M7.5 4.5C7.5 3.11929 8.61929 2 10 2C11.3807 2 12.5 3.11929 12.5 4.5V6M7.5 4.5C7.5 5.31791 7.89278 6.04408 8.5 6.50018M4.93304 14.9465C4.65822 15.3996 4.5 15.9313 4.5 16.5C4.5 18.1569 5.84315 19.5 7.5 19.5C7.5 20.8807 8.61929 22 10 22C11.3807 22 12.5 20.8807 12.5 19.5V18M4.93304 14.9465C5.28948 14.3588 5.84207 13.9032 6.5 13.6707%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 9H15.5C14.5572 9 14.0858 9 13.7929 9.29289C13.5 9.58579 13.5 10.0572 13.5 11V13C13.5 13.9428 13.5 14.4142 13.7929 14.7071C14.0858 15 14.5572 15 15.5 15H17.5C18.4428 15 18.9142 15 19.2071 14.7071C19.5 14.4142 19.5 13.9428 19.5 13V11C19.5 10.0572 19.5 9.58579 19.2071 9.29289C18.9142 9 18.4428 9 17.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15V17M18 15V17M15 7V9M18 7V9M13.5 10.5H11.5M13.5 13.5H11.5M21.5 10.5H19.5M21.5 13.5H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-chat-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1706 20.8905C18.3536 20.6125 21.6856 17.2332 21.9598 12.9909C22.0134 12.1607 22.0134 11.3009 21.9598 10.4707C21.6856 6.22838 18.3536 2.84913 14.1706 2.57107C12.7435 2.47621 11.2536 2.47641 9.8294 2.57107C5.64639 2.84913 2.31441 6.22838 2.04024 10.4707C1.98659 11.3009 1.98659 12.1607 2.04024 12.9909C2.1401 14.536 2.82343 15.9666 3.62791 17.1746C4.09501 18.0203 3.78674 19.0758 3.30021 19.9978C2.94941 20.6626 2.77401 20.995 2.91484 21.2351C3.05568 21.4752 3.37026 21.4829 3.99943 21.4982C5.24367 21.5285 6.08268 21.1757 6.74868 20.6846C7.1264 20.4061 7.31527 20.2668 7.44544 20.2508C7.5756 20.2348 7.83177 20.3403 8.34401 20.5513C8.8044 20.7409 9.33896 20.8579 9.8294 20.8905C11.2536 20.9852 12.7435 20.9854 14.1706 20.8905Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.487 7.00098V8.98M7 10.5014H9.05198M15.0231 10.5014H17.075M15.0231 13.4746H17.075M7 13.4746H9.05198M10.487 15.0202V16.9992M13.5125 15.0202V16.9992M13.5017 7.00098V8.98M10.052 14.9685H14.0231C14.5753 14.9685 15.0231 14.5208 15.0231 13.9685V9.98C15.0231 9.42771 14.5753 8.98 14.0231 8.98H10.052C9.49969 8.98 9.05198 9.42771 9.05198 9.98V13.9685C9.05198 14.5208 9.49969 14.9685 10.052 14.9685Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1706 20.8905C18.3536 20.6125 21.6856 17.2332 21.9598 12.9909C22.0134 12.1607 22.0134 11.3009 21.9598 10.4707C21.6856 6.22838 18.3536 2.84913 14.1706 2.57107C12.7435 2.47621 11.2536 2.47641 9.8294 2.57107C5.64639 2.84913 2.31441 6.22838 2.04024 10.4707C1.98659 11.3009 1.98659 12.1607 2.04024 12.9909C2.1401 14.536 2.82343 15.9666 3.62791 17.1746C4.09501 18.0203 3.78674 19.0758 3.30021 19.9978C2.94941 20.6626 2.77401 20.995 2.91484 21.2351C3.05568 21.4752 3.37026 21.4829 3.99943 21.4982C5.24367 21.5285 6.08268 21.1757 6.74868 20.6846C7.1264 20.4061 7.31527 20.2668 7.44544 20.2508C7.5756 20.2348 7.83177 20.3403 8.34401 20.5513C8.8044 20.7409 9.33896 20.8579 9.8294 20.8905C11.2536 20.9852 12.7435 20.9854 14.1706 20.8905Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.487 7.00098V8.98M7 10.5014H9.05198M15.0231 10.5014H17.075M15.0231 13.4746H17.075M7 13.4746H9.05198M10.487 15.0202V16.9992M13.5125 15.0202V16.9992M13.5017 7.00098V8.98M10.052 14.9685H14.0231C14.5753 14.9685 15.0231 14.5208 15.0231 13.9685V9.98C15.0231 9.42771 14.5753 8.98 14.0231 8.98H10.052C9.49969 8.98 9.05198 9.42771 9.05198 9.98V13.9685C9.05198 14.5208 9.49969 14.9685 10.052 14.9685Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-chat-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1706 20.8905C18.3536 20.6125 21.6856 17.2332 21.9598 12.9909C22.0134 12.1607 22.0134 11.3009 21.9598 10.4707C21.6856 6.22838 18.3536 2.84913 14.1706 2.57107C12.7435 2.47621 11.2536 2.47641 9.8294 2.57107C5.64639 2.84913 2.31441 6.22838 2.04024 10.4707C1.98659 11.3009 1.98659 12.1607 2.04024 12.9909C2.1401 14.536 2.82343 15.9666 3.62791 17.1746C4.09501 18.0203 3.78674 19.0758 3.30021 19.9978C2.94941 20.6626 2.77401 20.995 2.91484 21.2351C3.05568 21.4752 3.37026 21.4829 3.99943 21.4982C5.24367 21.5285 6.08268 21.1757 6.74868 20.6846C7.1264 20.4061 7.31527 20.2668 7.44544 20.2508C7.5756 20.2348 7.83177 20.3403 8.34401 20.5513C8.8044 20.7409 9.33896 20.8579 9.8294 20.8905C11.2536 20.9852 12.7435 20.9854 14.1706 20.8905Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 15L9.34189 9.47434C9.43631 9.19107 9.7014 9 10 9C10.2986 9 10.5637 9.19107 10.6581 9.47434L12.5 15M15.5 9V15M8.5 13H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1706 20.8905C18.3536 20.6125 21.6856 17.2332 21.9598 12.9909C22.0134 12.1607 22.0134 11.3009 21.9598 10.4707C21.6856 6.22838 18.3536 2.84913 14.1706 2.57107C12.7435 2.47621 11.2536 2.47641 9.8294 2.57107C5.64639 2.84913 2.31441 6.22838 2.04024 10.4707C1.98659 11.3009 1.98659 12.1607 2.04024 12.9909C2.1401 14.536 2.82343 15.9666 3.62791 17.1746C4.09501 18.0203 3.78674 19.0758 3.30021 19.9978C2.94941 20.6626 2.77401 20.995 2.91484 21.2351C3.05568 21.4752 3.37026 21.4829 3.99943 21.4982C5.24367 21.5285 6.08268 21.1757 6.74868 20.6846C7.1264 20.4061 7.31527 20.2668 7.44544 20.2508C7.5756 20.2348 7.83177 20.3403 8.34401 20.5513C8.8044 20.7409 9.33896 20.8579 9.8294 20.8905C11.2536 20.9852 12.7435 20.9854 14.1706 20.8905Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 15L9.34189 9.47434C9.43631 9.19107 9.7014 9 10 9C10.2986 9 10.5637 9.19107 10.6581 9.47434L12.5 15M15.5 9V15M8.5 13H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-cloud-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.00005C17.485 8.00002 17.4925 8 17.5 8C19.9853 8 22 10.0147 22 12.5C22 14.0602 21.206 15.435 20 16.2422M17.4776 8.00005C17.4924 7.83536 17.5 7.66856 17.5 7.5C17.5 4.46243 15.0376 2 12 2C9.12324 2 6.76233 4.20862 6.52042 7.0227M17.4776 8.00005C17.4131 8.71494 17.2119 9.39038 16.9003 10M6.52042 7.0227C3.98398 7.26407 2 9.40034 2 12C2 13.7891 2.93963 15.3587 4.35232 16.2422M6.52042 7.0227C6.67826 7.00768 6.83823 7 7 7C8.12582 7 9.16474 7.37209 10.0005 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 14H11C10.0572 14 9.58579 14 9.29289 14.2929C9 14.5858 9 15.0572 9 16V18C9 18.9428 9 19.4142 9.29289 19.7071C9.58579 20 10.0572 20 11 20H13C13.9428 20 14.4142 20 14.7071 19.7071C15 19.4142 15 18.9428 15 18V16C15 15.0572 15 14.5858 14.7071 14.2929C14.4142 14 13.9428 14 13 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 20V22M13.5 20V22M10.5 12V14M13.5 12V14M9 15.5H7M9 18.5H7M17 15.5H15M17 18.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.00005C17.485 8.00002 17.4925 8 17.5 8C19.9853 8 22 10.0147 22 12.5C22 14.0602 21.206 15.435 20 16.2422M17.4776 8.00005C17.4924 7.83536 17.5 7.66856 17.5 7.5C17.5 4.46243 15.0376 2 12 2C9.12324 2 6.76233 4.20862 6.52042 7.0227M17.4776 8.00005C17.4131 8.71494 17.2119 9.39038 16.9003 10M6.52042 7.0227C3.98398 7.26407 2 9.40034 2 12C2 13.7891 2.93963 15.3587 4.35232 16.2422M6.52042 7.0227C6.67826 7.00768 6.83823 7 7 7C8.12582 7 9.16474 7.37209 10.0005 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 14H11C10.0572 14 9.58579 14 9.29289 14.2929C9 14.5858 9 15.0572 9 16V18C9 18.9428 9 19.4142 9.29289 19.7071C9.58579 20 10.0572 20 11 20H13C13.9428 20 14.4142 20 14.7071 19.7071C15 19.4142 15 18.9428 15 18V16C15 15.0572 15 14.5858 14.7071 14.2929C14.4142 14 13.9428 14 13 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 20V22M13.5 20V22M10.5 12V14M13.5 12V14M9 15.5H7M9 18.5H7M17 15.5H15M17 18.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-cloud-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.00005C17.485 8.00002 17.4925 8 17.5 8C19.9853 8 22 10.0147 22 12.5C22 14.4593 20.7478 16.1262 19 16.7439M17.4776 8.00005C17.4924 7.83536 17.5 7.66856 17.5 7.5C17.5 4.46243 15.0376 2 12 2C9.12324 2 6.76233 4.20862 6.52042 7.0227M17.4776 8.00005C17.3753 9.1345 16.9286 10.1696 16.2428 11M6.52042 7.0227C3.98398 7.26407 2 9.40034 2 12C2 14.0503 3.2341 15.8124 5 16.584M6.52042 7.0227C6.67826 7.00768 6.83823 7 7 7C8.12582 7 9.16474 7.37209 10.0005 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.25 21.25L16 19L16 17M18.25 20.5C17.8358 20.5 17.5 20.8358 17.5 21.25C17.5 21.6642 17.8358 22 18.25 22C18.6642 22 19 21.6642 19 21.25C19 20.8358 18.6642 20.5 18.25 20.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.75 21.25L8 19L8 17M5.75 20.5C6.16421 20.5 6.5 20.8358 6.5 21.25C6.5 21.6642 6.16421 22 5.75 22C5.33579 22 5 21.6642 5 21.25C5 20.8358 5.33579 20.5 5.75 20.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21.25L12 17M12 20.5C11.5858 20.5 11.25 20.8358 11.25 21.25C11.25 21.6642 11.5858 22 12 22C12.4142 22 12.75 21.6642 12.75 21.25C12.75 20.8358 12.4142 20.5 12 20.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.00005C17.485 8.00002 17.4925 8 17.5 8C19.9853 8 22 10.0147 22 12.5C22 14.4593 20.7478 16.1262 19 16.7439M17.4776 8.00005C17.4924 7.83536 17.5 7.66856 17.5 7.5C17.5 4.46243 15.0376 2 12 2C9.12324 2 6.76233 4.20862 6.52042 7.0227M17.4776 8.00005C17.3753 9.1345 16.9286 10.1696 16.2428 11M6.52042 7.0227C3.98398 7.26407 2 9.40034 2 12C2 14.0503 3.2341 15.8124 5 16.584M6.52042 7.0227C6.67826 7.00768 6.83823 7 7 7C8.12582 7 9.16474 7.37209 10.0005 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.25 21.25L16 19L16 17M18.25 20.5C17.8358 20.5 17.5 20.8358 17.5 21.25C17.5 21.6642 17.8358 22 18.25 22C18.6642 22 19 21.6642 19 21.25C19 20.8358 18.6642 20.5 18.25 20.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.75 21.25L8 19L8 17M5.75 20.5C6.16421 20.5 6.5 20.8358 6.5 21.25C6.5 21.6642 6.16421 22 5.75 22C5.33579 22 5 21.6642 5 21.25C5 20.8358 5.33579 20.5 5.75 20.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21.25L12 17M12 20.5C11.5858 20.5 11.25 20.8358 11.25 21.25C11.25 21.6642 11.5858 22 12 22C12.4142 22 12.75 21.6642 12.75 21.25C12.75 20.8358 12.4142 20.5 12 20.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-computer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.014 2C6.23617 2 4.34725 2 3.17362 3.17157C2 4.34315 2 6.22876 2 10C2 13.7712 2 15.6569 3.17362 16.8284C4.34725 18 6.23617 18 10.014 18H14.021C17.7989 18 19.6878 18 20.8614 16.8284C21.671 16.0203 21.9221 14.8723 22 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 4H16C15.0572 4 14.5858 4 14.2929 4.29289C14 4.58579 14 5.05719 14 6V8C14 8.94281 14 9.41421 14.2929 9.70711C14.5858 10 15.0572 10 16 10H18C18.9428 10 19.4142 10 19.7071 9.70711C20 9.41421 20 8.94281 20 8V6C20 5.05719 20 4.58579 19.7071 4.29289C19.4142 4 18.9428 4 18 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 10V12M18.5 10V12M15.5 2V4M18.5 2V4M14 5.5H12M14 8.5H12M22 5.5H20M22 8.5H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.014 2C6.23617 2 4.34725 2 3.17362 3.17157C2 4.34315 2 6.22876 2 10C2 13.7712 2 15.6569 3.17362 16.8284C4.34725 18 6.23617 18 10.014 18H14.021C17.7989 18 19.6878 18 20.8614 16.8284C21.671 16.0203 21.9221 14.8723 22 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 4H16C15.0572 4 14.5858 4 14.2929 4.29289C14 4.58579 14 5.05719 14 6V8C14 8.94281 14 9.41421 14.2929 9.70711C14.5858 10 15.0572 10 16 10H18C18.9428 10 19.4142 10 19.7071 9.70711C20 9.41421 20 8.94281 20 8V6C20 5.05719 20 4.58579 19.7071 4.29289C19.4142 4 18.9428 4 18 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 10V12M18.5 10V12M15.5 2V4M18.5 2V4M14 5.5H12M14 8.5H12M22 5.5H20M22 8.5H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-dna{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.49108 14C3.00088 11.6 3.00088 10.4 3.00088 10C3.00088 9.6 3.00088 8.4 7.49108 6M7.49108 14C3.00088 16.4 3 17.2 3 18M7.49108 14C11.9804 11.6005 11.9804 10.4005 11.9804 10.0002C11.9804 9.6 11.9804 8.39953 7.49108 6M7.49108 6C11.9813 3.6 11.9813 2.8 11.9813 2M7.49108 6L5.30781 4.7443C3.00057 3.28149 3 2.64075 3 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.4118 11.999V13.978M10.9248 15.4994H12.9768M18.9479 15.4994H20.9998M18.9479 18.4726H20.9998M10.9248 18.4726H12.9768M14.4118 20.0182V21.9973M17.4373 20.0182V21.9973M17.4266 11.999V13.978M13.9768 19.9666H17.9479C18.5002 19.9666 18.9479 19.5189 18.9479 18.9666V14.978C18.9479 14.4258 18.5002 13.978 17.9479 13.978H13.9768C13.4245 13.978 12.9768 14.4258 12.9768 14.978V18.9666C12.9768 19.5189 13.4245 19.9666 13.9768 19.9666Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.49108 14C3.00088 11.6 3.00088 10.4 3.00088 10C3.00088 9.6 3.00088 8.4 7.49108 6M7.49108 14C3.00088 16.4 3 17.2 3 18M7.49108 14C11.9804 11.6005 11.9804 10.4005 11.9804 10.0002C11.9804 9.6 11.9804 8.39953 7.49108 6M7.49108 6C11.9813 3.6 11.9813 2.8 11.9813 2M7.49108 6L5.30781 4.7443C3.00057 3.28149 3 2.64075 3 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.4118 11.999V13.978M10.9248 15.4994H12.9768M18.9479 15.4994H20.9998M18.9479 18.4726H20.9998M10.9248 18.4726H12.9768M14.4118 20.0182V21.9973M17.4373 20.0182V21.9973M17.4266 11.999V13.978M13.9768 19.9666H17.9479C18.5002 19.9666 18.9479 19.5189 18.9479 18.9666V14.978C18.9479 14.4258 18.5002 13.978 17.9479 13.978H13.9768C13.4245 13.978 12.9768 14.4258 12.9768 14.978V18.9666C12.9768 19.5189 13.4245 19.9666 13.9768 19.9666Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-folder-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6H16.75C18.8567 6 19.91 6 20.6667 6.50559C20.9943 6.72447 21.2755 7.00572 21.4944 7.33329C22 8.08996 22 9.14331 22 11.25C22 14.7612 22 16.5167 21.1573 17.7779C20.975 18.0508 20.7666 18.3045 20.5355 18.5355M3.46447 18.5355C2 17.0711 2 14.714 2 10V6.94427C2 5.1278 2 4.21956 2.38032 3.53806C2.65142 3.05227 3.05227 2.65142 3.53806 2.38032C4.21956 2 5.1278 2 6.94427 2C8.10802 2 8.6899 2 9.19926 2.19101C10.3622 2.62712 10.8418 3.68358 11.3666 4.73313L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.25 21.25L16 19L16 16M18.25 20.5C17.8358 20.5 17.5 20.8358 17.5 21.25C17.5 21.6642 17.8358 22 18.25 22C18.6642 22 19 21.6642 19 21.25C19 20.8358 18.6642 20.5 18.25 20.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.75 21.25L8 19L8 16M5.75 20.5C6.16421 20.5 6.5 20.8358 6.5 21.25C6.5 21.6642 6.16421 22 5.75 22C5.33579 22 5 21.6642 5 21.25C5 20.8358 5.33579 20.5 5.75 20.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21.25L12 16M12 20.5C11.5858 20.5 11.25 20.8358 11.25 21.25C11.25 21.6642 11.5858 22 12 22C12.4142 22 12.75 21.6642 12.75 21.25C12.75 20.8358 12.4142 20.5 12 20.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6H16.75C18.8567 6 19.91 6 20.6667 6.50559C20.9943 6.72447 21.2755 7.00572 21.4944 7.33329C22 8.08996 22 9.14331 22 11.25C22 14.7612 22 16.5167 21.1573 17.7779C20.975 18.0508 20.7666 18.3045 20.5355 18.5355M3.46447 18.5355C2 17.0711 2 14.714 2 10V6.94427C2 5.1278 2 4.21956 2.38032 3.53806C2.65142 3.05227 3.05227 2.65142 3.53806 2.38032C4.21956 2 5.1278 2 6.94427 2C8.10802 2 8.6899 2 9.19926 2.19101C10.3622 2.62712 10.8418 3.68358 11.3666 4.73313L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.25 21.25L16 19L16 16M18.25 20.5C17.8358 20.5 17.5 20.8358 17.5 21.25C17.5 21.6642 17.8358 22 18.25 22C18.6642 22 19 21.6642 19 21.25C19 20.8358 18.6642 20.5 18.25 20.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.75 21.25L8 19L8 16M5.75 20.5C6.16421 20.5 6.5 20.8358 6.5 21.25C6.5 21.6642 6.16421 22 5.75 22C5.33579 22 5 21.6642 5 21.25C5 20.8358 5.33579 20.5 5.75 20.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21.25L12 16M12 20.5C11.5858 20.5 11.25 20.8358 11.25 21.25C11.25 21.6642 11.5858 22 12 22C12.4142 22 12.75 21.6642 12.75 21.25C12.75 20.8358 12.4142 20.5 12 20.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-folder-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6H16.75C18.8567 6 19.91 6 20.6667 6.50559C20.9943 6.72447 21.2755 7.00572 21.4944 7.33329C22 8.08996 22 9.14331 22 11.25C22 14.7612 22 16.5167 21.1573 17.7779C20.975 18.0508 20.7666 18.3045 20.5355 18.5355M3.46447 18.5355C2 17.0711 2 14.714 2 10V6.94427C2 5.1278 2 4.21956 2.38032 3.53806C2.65142 3.05227 3.05227 2.65142 3.53806 2.38032C4.21956 2 5.1278 2 6.94427 2C8.10802 2 8.6899 2 9.19926 2.19101C10.3622 2.62712 10.8418 3.68358 11.3666 4.73313L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4499 12V13.979M6.96289 15.5004H9.01487M14.986 15.5004H17.0379M14.986 18.4736H17.0379M6.96289 18.4736H9.01487M10.4499 20.0192V21.9982M13.4754 20.0192V21.9982M13.4646 12V13.979M10.0149 19.9676H13.986C14.5382 19.9676 14.986 19.5198 14.986 18.9676V14.979C14.986 14.4267 14.5382 13.979 13.986 13.979H10.0149C9.46258 13.979 9.01487 14.4267 9.01487 14.979V18.9676C9.01487 19.5198 9.46258 19.9676 10.0149 19.9676Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6H16.75C18.8567 6 19.91 6 20.6667 6.50559C20.9943 6.72447 21.2755 7.00572 21.4944 7.33329C22 8.08996 22 9.14331 22 11.25C22 14.7612 22 16.5167 21.1573 17.7779C20.975 18.0508 20.7666 18.3045 20.5355 18.5355M3.46447 18.5355C2 17.0711 2 14.714 2 10V6.94427C2 5.1278 2 4.21956 2.38032 3.53806C2.65142 3.05227 3.05227 2.65142 3.53806 2.38032C4.21956 2 5.1278 2 6.94427 2C8.10802 2 8.6899 2 9.19926 2.19101C10.3622 2.62712 10.8418 3.68358 11.3666 4.73313L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4499 12V13.979M6.96289 15.5004H9.01487M14.986 15.5004H17.0379M14.986 18.4736H17.0379M6.96289 18.4736H9.01487M10.4499 20.0192V21.9982M13.4754 20.0192V21.9982M13.4646 12V13.979M10.0149 19.9676H13.986C14.5382 19.9676 14.986 19.5198 14.986 18.9676V14.979C14.986 14.4267 14.5382 13.979 13.986 13.979H10.0149C9.46258 13.979 9.01487 14.4267 9.01487 14.979V18.9676C9.01487 19.5198 9.46258 19.9676 10.0149 19.9676Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-innovation-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2C6.58172 2 3 5.54539 3 9.91886C3 11.4118 3.41735 12.8082 4.14286 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 5H15C14.0572 5 13.5858 5 13.2929 5.29289C13 5.58579 13 6.05719 13 7V9C13 9.94281 13 10.4142 13.2929 10.7071C13.5858 11 14.0572 11 15 11H17C17.9428 11 18.4142 11 18.7071 10.7071C19 10.4142 19 9.94281 19 9V7C19 6.05719 19 5.58579 18.7071 5.29289C18.4142 5 17.9428 5 17 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 11V13M17.5 11V13M14.5 3V5M17.5 3V5M13 6.5H11M13 9.5H11M21 6.5H19M21 9.5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.38287 17.0982C6.291 16.8216 6.24507 16.6833 6.25042 16.5713C6.26174 16.3343 6.41114 16.1262 6.63157 16.0405C6.73579 16 6.88105 16 7.17157 16H14.8284C15.119 16 15.2642 16 15.3684 16.0405C15.5889 16.1262 15.7383 16.3343 15.7496 16.5713C15.7549 16.6833 15.709 16.8216 15.6171 17.0982C15.4473 17.6094 15.3624 17.8651 15.2315 18.072C14.9572 18.5056 14.5272 18.8167 14.0306 18.9408C13.7935 19 13.525 19 12.9881 19H9.01186C8.47495 19 8.2065 19 7.96944 18.9408C7.47283 18.8167 7.04281 18.5056 6.7685 18.072C6.63755 17.8651 6.55266 17.6094 6.38287 17.0982Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 19L13.8707 19.6466C13.7293 20.3537 13.6586 20.7072 13.5001 20.9866C13.2552 21.4185 12.8582 21.7439 12.3866 21.8994C12.0816 22 11.7211 22 11 22C10.2789 22 9.91842 22 9.61338 21.8994C9.14175 21.7439 8.74484 21.4185 8.49987 20.9866C8.34144 20.7072 8.27073 20.3537 8.12932 19.6466L8 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2C6.58172 2 3 5.54539 3 9.91886C3 11.4118 3.41735 12.8082 4.14286 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 5H15C14.0572 5 13.5858 5 13.2929 5.29289C13 5.58579 13 6.05719 13 7V9C13 9.94281 13 10.4142 13.2929 10.7071C13.5858 11 14.0572 11 15 11H17C17.9428 11 18.4142 11 18.7071 10.7071C19 10.4142 19 9.94281 19 9V7C19 6.05719 19 5.58579 18.7071 5.29289C18.4142 5 17.9428 5 17 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 11V13M17.5 11V13M14.5 3V5M17.5 3V5M13 6.5H11M13 9.5H11M21 6.5H19M21 9.5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.38287 17.0982C6.291 16.8216 6.24507 16.6833 6.25042 16.5713C6.26174 16.3343 6.41114 16.1262 6.63157 16.0405C6.73579 16 6.88105 16 7.17157 16H14.8284C15.119 16 15.2642 16 15.3684 16.0405C15.5889 16.1262 15.7383 16.3343 15.7496 16.5713C15.7549 16.6833 15.709 16.8216 15.6171 17.0982C15.4473 17.6094 15.3624 17.8651 15.2315 18.072C14.9572 18.5056 14.5272 18.8167 14.0306 18.9408C13.7935 19 13.525 19 12.9881 19H9.01186C8.47495 19 8.2065 19 7.96944 18.9408C7.47283 18.8167 7.04281 18.5056 6.7685 18.072C6.63755 17.8651 6.55266 17.6094 6.38287 17.0982Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 19L13.8707 19.6466C13.7293 20.3537 13.6586 20.7072 13.5001 20.9866C13.2552 21.4185 12.8582 21.7439 12.3866 21.8994C12.0816 22 11.7211 22 11 22C10.2789 22 9.91842 22 9.61338 21.8994C9.14175 21.7439 8.74484 21.4185 8.49987 20.9866C8.34144 20.7072 8.27073 20.3537 8.12932 19.6466L8 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-innovation-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.14286 14C4.41735 12.8082 4 11.4118 4 9.91886C4 5.54539 7.58172 2 12 2C16.4183 2 20 5.54539 20 9.91886C20 11.4118 19.5827 12.8082 18.8571 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.38287 17.0982C7.291 16.8216 7.24507 16.6833 7.25042 16.5713C7.26174 16.3343 7.41114 16.1262 7.63157 16.0405C7.73579 16 7.88105 16 8.17157 16H15.8284C16.119 16 16.2642 16 16.3684 16.0405C16.5889 16.1262 16.7383 16.3343 16.7496 16.5713C16.7549 16.6833 16.709 16.8216 16.6171 17.0982C16.4473 17.6094 16.3624 17.8651 16.2315 18.072C15.9572 18.5056 15.5272 18.8167 15.0306 18.9408C14.7935 19 14.525 19 13.9881 19H10.0119C9.47495 19 9.2065 19 8.96944 18.9408C8.47283 18.8167 8.04281 18.5056 7.7685 18.072C7.63755 17.8651 7.55266 17.6094 7.38287 17.0982Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19L14.8707 19.6466C14.7293 20.3537 14.6586 20.7072 14.5001 20.9866C14.2552 21.4185 13.8582 21.7439 13.3866 21.8994C13.0816 22 12.7211 22 12 22C11.2789 22 10.9184 22 10.6134 21.8994C10.1418 21.7439 9.74484 21.4185 9.49987 20.9866C9.34144 20.7072 9.27073 20.3537 9.12932 19.6466L9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.3077 12L10.847 7.47891C10.7552 7.19466 10.4734 7 10.1538 7C9.83425 7 9.55249 7.19466 9.46066 7.47891L8 12M15 7V12M8.53846 10.5H11.7692%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.14286 14C4.41735 12.8082 4 11.4118 4 9.91886C4 5.54539 7.58172 2 12 2C16.4183 2 20 5.54539 20 9.91886C20 11.4118 19.5827 12.8082 18.8571 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.38287 17.0982C7.291 16.8216 7.24507 16.6833 7.25042 16.5713C7.26174 16.3343 7.41114 16.1262 7.63157 16.0405C7.73579 16 7.88105 16 8.17157 16H15.8284C16.119 16 16.2642 16 16.3684 16.0405C16.5889 16.1262 16.7383 16.3343 16.7496 16.5713C16.7549 16.6833 16.709 16.8216 16.6171 17.0982C16.4473 17.6094 16.3624 17.8651 16.2315 18.072C15.9572 18.5056 15.5272 18.8167 15.0306 18.9408C14.7935 19 14.525 19 13.9881 19H10.0119C9.47495 19 9.2065 19 8.96944 18.9408C8.47283 18.8167 8.04281 18.5056 7.7685 18.072C7.63755 17.8651 7.55266 17.6094 7.38287 17.0982Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19L14.8707 19.6466C14.7293 20.3537 14.6586 20.7072 14.5001 20.9866C14.2552 21.4185 13.8582 21.7439 13.3866 21.8994C13.0816 22 12.7211 22 12 22C11.2789 22 10.9184 22 10.6134 21.8994C10.1418 21.7439 9.74484 21.4185 9.49987 20.9866C9.34144 20.7072 9.27073 20.3537 9.12932 19.6466L9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.3077 12L10.847 7.47891C10.7552 7.19466 10.4734 7 10.1538 7C9.83425 7 9.55249 7.19466 9.46066 7.47891L8 12M15 7V12M8.53846 10.5H11.7692%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-innovation-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.14286 14C4.41735 12.8082 4 11.4118 4 9.91886C4 5.54539 7.58172 2 12 2C16.4183 2 20 5.54539 20 9.91886C20 11.4118 19.5827 12.8082 18.8571 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.38287 17.0982C7.291 16.8216 7.24507 16.6833 7.25042 16.5713C7.26174 16.3343 7.41114 16.1262 7.63157 16.0405C7.73579 16 7.88105 16 8.17157 16H15.8284C16.119 16 16.2642 16 16.3684 16.0405C16.5889 16.1262 16.7383 16.3343 16.7496 16.5713C16.7549 16.6833 16.709 16.8216 16.6171 17.0982C16.4473 17.6094 16.3624 17.8651 16.2315 18.072C15.9572 18.5056 15.5272 18.8167 15.0306 18.9408C14.7935 19 14.525 19 13.9881 19H10.0119C9.47495 19 9.2065 19 8.96944 18.9408C8.47283 18.8167 8.04281 18.5056 7.7685 18.072C7.63755 17.8651 7.55266 17.6094 7.38287 17.0982Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19L14.8707 19.6466C14.7293 20.3537 14.6586 20.7072 14.5001 20.9866C14.2552 21.4185 13.8582 21.7439 13.3866 21.8994C13.0816 22 12.7211 22 12 22C11.2789 22 10.9184 22 10.6134 21.8994C10.1418 21.7439 9.74484 21.4185 9.49987 20.9866C9.34144 20.7072 9.27073 20.3537 9.12932 19.6466L9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.25 9.75L10.5 12L10.5 16M8.25 10.5C8.66421 10.5 9 10.1642 9 9.75C9 9.33579 8.66421 9 8.25 9C7.83579 9 7.5 9.33579 7.5 9.75C7.5 10.1642 7.83579 10.5 8.25 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.75 9.75L13.5 12L13.5 16M15.75 10.5C15.3358 10.5 15 10.1642 15 9.75C15 9.33579 15.3358 9 15.75 9C16.1642 9 16.5 9.33579 16.5 9.75C16.5 10.1642 16.1642 10.5 15.75 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.14286 14C4.41735 12.8082 4 11.4118 4 9.91886C4 5.54539 7.58172 2 12 2C16.4183 2 20 5.54539 20 9.91886C20 11.4118 19.5827 12.8082 18.8571 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.38287 17.0982C7.291 16.8216 7.24507 16.6833 7.25042 16.5713C7.26174 16.3343 7.41114 16.1262 7.63157 16.0405C7.73579 16 7.88105 16 8.17157 16H15.8284C16.119 16 16.2642 16 16.3684 16.0405C16.5889 16.1262 16.7383 16.3343 16.7496 16.5713C16.7549 16.6833 16.709 16.8216 16.6171 17.0982C16.4473 17.6094 16.3624 17.8651 16.2315 18.072C15.9572 18.5056 15.5272 18.8167 15.0306 18.9408C14.7935 19 14.525 19 13.9881 19H10.0119C9.47495 19 9.2065 19 8.96944 18.9408C8.47283 18.8167 8.04281 18.5056 7.7685 18.072C7.63755 17.8651 7.55266 17.6094 7.38287 17.0982Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19L14.8707 19.6466C14.7293 20.3537 14.6586 20.7072 14.5001 20.9866C14.2552 21.4185 13.8582 21.7439 13.3866 21.8994C13.0816 22 12.7211 22 12 22C11.2789 22 10.9184 22 10.6134 21.8994C10.1418 21.7439 9.74484 21.4185 9.49987 20.9866C9.34144 20.7072 9.27073 20.3537 9.12932 19.6466L9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.25 9.75L10.5 12L10.5 16M8.25 10.5C8.66421 10.5 9 10.1642 9 9.75C9 9.33579 8.66421 9 8.25 9C7.83579 9 7.5 9.33579 7.5 9.75C7.5 10.1642 7.83579 10.5 8.25 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.75 9.75L13.5 12L13.5 16M15.75 10.5C15.3358 10.5 15 10.1642 15 9.75C15 9.33579 15.3358 9 15.75 9C16.1642 9 16.5 9.33579 16.5 9.75C16.5 10.1642 16.1642 10.5 15.75 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-laptop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 15V6.96603C4 5.0724 4 4.12559 4.58579 3.53731C4.91238 3.20933 5.34994 3.06421 6 3H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 16.0154L4.01953 15H19.9518L20.5023 16.0154C21.9452 18.677 22.3046 20.0077 21.7561 21.0039C21.2077 22 19.7536 22 16.8454 22H7.15462C4.24642 22 2.79231 22 2.24387 21.0039C1.69543 20.0077 2.05474 18.677 3.49762 16.0154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.487 2.00195V3.98097M12 5.50233H14.052M20.0231 5.50233H22.075M20.0231 8.47556H22.075M12 8.47556H14.052M15.487 10.0212V12.0002M18.5125 10.0212V12.0002M18.5017 2.00195V3.98097M15.052 9.96951H19.0231C19.5753 9.96951 20.0231 9.5218 20.0231 8.96951V4.98097C20.0231 4.42869 19.5753 3.98097 19.0231 3.98097H15.052C14.4997 3.98097 14.052 4.42869 14.052 4.98097V8.96951C14.052 9.5218 14.4997 9.96951 15.052 9.96951Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 15V6.96603C4 5.0724 4 4.12559 4.58579 3.53731C4.91238 3.20933 5.34994 3.06421 6 3H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 16.0154L4.01953 15H19.9518L20.5023 16.0154C21.9452 18.677 22.3046 20.0077 21.7561 21.0039C21.2077 22 19.7536 22 16.8454 22H7.15462C4.24642 22 2.79231 22 2.24387 21.0039C1.69543 20.0077 2.05474 18.677 3.49762 16.0154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.487 2.00195V3.98097M12 5.50233H14.052M20.0231 5.50233H22.075M20.0231 8.47556H22.075M12 8.47556H14.052M15.487 10.0212V12.0002M18.5125 10.0212V12.0002M18.5017 2.00195V3.98097M15.052 9.96951H19.0231C19.5753 9.96951 20.0231 9.5218 20.0231 8.96951V4.98097C20.0231 4.42869 19.5753 3.98097 19.0231 3.98097H15.052C14.4997 3.98097 14.052 4.42869 14.052 4.98097V8.96951C14.052 9.5218 14.4997 9.96951 15.052 9.96951Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-learning{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 15.5L12 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.98056 3.28544C4.2879 2.96315 3.44157 2.80201 2.72078 3.41964C2 4.03727 2 5.04022 2 7.04612V14.255C2 16.0891 2 17.0061 2.4626 17.5787C2.9252 18.1512 3.94365 18.3451 5.98056 18.733C7.79633 19.0787 9.21344 19.6295 10.2392 20.1831C11.2484 20.7277 11.753 21 12 21C12.247 21 12.7516 20.7277 13.7608 20.1831C14.7866 19.6295 16.2037 19.0787 18.0194 18.733C20.0564 18.3451 21.0748 18.1512 21.5374 17.5787C22 17.0061 22 16.0891 22 14.255V7.04612C22 5.04022 22 4.03727 21.2792 3.41964C20.5584 2.80201 19.7121 2.96315 18.0194 3.28544%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.29289 10.7071L9.82322 10.1768L9.82322 10.1768L9.29289 10.7071ZM14.7071 10.7071L14.1768 10.1768L14.1768 10.1768L14.7071 10.7071ZM14.7071 5.29289L14.1768 5.82322L14.1768 5.82322L14.7071 5.29289ZM11.25 11C11.25 10.5858 10.9142 10.25 10.5 10.25C10.0858 10.25 9.75 10.5858 9.75 11H11.25ZM9.75 13C9.75 13.4142 10.0858 13.75 10.5 13.75C10.9142 13.75 11.25 13.4142 11.25 13H9.75ZM14.25 11C14.25 10.5858 13.9142 10.25 13.5 10.25C13.0858 10.25 12.75 10.5858 12.75 11H14.25ZM12.75 13C12.75 13.4142 13.0858 13.75 13.5 13.75C13.9142 13.75 14.25 13.4142 14.25 13H12.75ZM11.25 3C11.25 2.58579 10.9142 2.25 10.5 2.25C10.0858 2.25 9.75 2.58579 9.75 3H11.25ZM9.75 5C9.75 5.41421 10.0858 5.75 10.5 5.75C10.9142 5.75 11.25 5.41421 11.25 5H9.75ZM14.25 3C14.25 2.58579 13.9142 2.25 13.5 2.25C13.0858 2.25 12.75 2.58579 12.75 3H14.25ZM12.75 5C12.75 5.41421 13.0858 5.75 13.5 5.75C13.9142 5.75 14.25 5.41421 14.25 5H12.75ZM9 7.25C9.41421 7.25 9.75 6.91421 9.75 6.5C9.75 6.08579 9.41421 5.75 9 5.75V7.25ZM7 5.75C6.58579 5.75 6.25 6.08579 6.25 6.5C6.25 6.91421 6.58579 7.25 7 7.25V5.75ZM9 10.25C9.41421 10.25 9.75 9.91421 9.75 9.5C9.75 9.08579 9.41421 8.75 9 8.75V10.25ZM7 8.75C6.58579 8.75 6.25 9.08579 6.25 9.5C6.25 9.91421 6.58579 10.25 7 10.25V8.75ZM17 7.25C17.4142 7.25 17.75 6.91421 17.75 6.5C17.75 6.08579 17.4142 5.75 17 5.75V7.25ZM15 5.75C14.5858 5.75 14.25 6.08579 14.25 6.5C14.25 6.91421 14.5858 7.25 15 7.25V5.75ZM17 10.25C17.4142 10.25 17.75 9.91421 17.75 9.5C17.75 9.08579 17.4142 8.75 17 8.75V10.25ZM15 8.75C14.5858 8.75 14.25 9.08579 14.25 9.5C14.25 9.91421 14.5858 10.25 15 10.25V8.75ZM11 5.75H13V4.25H11V5.75ZM14.25 7V9H15.75V7H14.25ZM13 10.25H11V11.75H13V10.25ZM9.75 9V7H8.25V9H9.75ZM11 10.25C10.5074 10.25 10.2134 10.2484 10.0027 10.2201C9.90611 10.2071 9.85774 10.1918 9.83596 10.1828C9.83092 10.1808 9.8276 10.1791 9.82567 10.1781C9.82376 10.1771 9.82292 10.1766 9.82283 10.1765C9.82277 10.1765 9.823 10.1766 9.82335 10.1769C9.8237 10.1772 9.82368 10.1772 9.82322 10.1768L8.76256 11.2374C9.07159 11.5465 9.44731 11.6589 9.80279 11.7067C10.1367 11.7516 10.5498 11.75 11 11.75V10.25ZM8.25 9C8.25 9.4502 8.24841 9.8633 8.2933 10.1972C8.34109 10.5527 8.45354 10.9284 8.76256 11.2374L9.82322 10.1768C9.82277 10.1763 9.82279 10.1763 9.82307 10.1766C9.82335 10.177 9.82351 10.1772 9.82347 10.1772C9.82341 10.1771 9.82286 10.1762 9.82186 10.1743C9.82085 10.1724 9.81923 10.1691 9.81716 10.164C9.8082 10.1423 9.79291 10.0939 9.77992 9.99734C9.75159 9.78661 9.75 9.49261 9.75 9H8.25ZM14.25 9C14.25 9.49261 14.2484 9.78661 14.2201 9.99734C14.2071 10.0939 14.1918 10.1423 14.1828 10.164C14.1808 10.1691 14.1791 10.1724 14.1781 10.1743C14.1771 10.1762 14.1766 10.1771 14.1765 10.1772C14.1765 10.1772 14.1766 10.177 14.1769 10.1766C14.1772 10.1763 14.1772 10.1763 14.1768 10.1768L15.2374 11.2374C15.5465 10.9284 15.6589 10.5527 15.7067 10.1972C15.7516 9.8633 15.75 9.4502 15.75 9H14.25ZM13 11.75C13.4502 11.75 13.8633 11.7516 14.1972 11.7067C14.5527 11.6589 14.9284 11.5465 15.2374 11.2374L14.1768 10.1768C14.1763 10.1772 14.1763 10.1772 14.1766 10.1769C14.177 10.1766 14.1772 10.1765 14.1772 10.1765C14.1771 10.1766 14.1762 10.1771 14.1743 10.1781C14.1724 10.1791 14.1691 10.1808 14.164 10.1828C14.1423 10.1918 14.0939 10.2071 13.9973 10.2201C13.7866 10.2484 13.4926 10.25 13 10.25V11.75ZM13 5.75C13.4926 5.75 13.7866 5.75159 13.9973 5.77992C14.0939 5.79291 14.1423 5.8082 14.164 5.81716C14.1691 5.81923 14.1724 5.82085 14.1743 5.82186C14.1762 5.82286 14.1771 5.82341 14.1772 5.82347C14.1772 5.82351 14.177 5.82335 14.1766 5.82307C14.1763 5.82279 14.1763 5.82277 14.1768 5.82322L15.2374 4.76256C14.9284 4.45354 14.5527 4.34109 14.1972 4.2933C13.8633 4.24841 13.4502 4.25 13 4.25V5.75ZM15.75 7C15.75 6.5498 15.7516 6.1367 15.7067 5.80279C15.6589 5.44731 15.5465 5.07159 15.2374 4.76256L14.1768 5.82322C14.1772 5.82368 14.1772 5.8237 14.1769 5.82335C14.1766 5.823 14.1765 5.82277 14.1765 5.82283C14.1766 5.82292 14.1771 5.82376 14.1781 5.82567C14.1791 5.8276 14.1808 5.83092 14.1828 5.83596C14.1918 5.85774 14.2071 5.90611 14.2201 6.00266C14.2484 6.21339 14.25 6.50739 14.25 7H15.75ZM11 4.25C10.5498 4.25 10.1367 4.24841 9.80279 4.2933C9.44731 4.34109 9.07159 4.45354 8.76256 4.76256L9.82322 5.82322C9.82368 5.82277 9.8237 5.82279 9.82335 5.82307C9.823 5.82335 9.82277 5.82351 9.82283 5.82347C9.82292 5.82341 9.82376 5.82286 9.82567 5.82186C9.8276 5.82085 9.83092 5.81923 9.83596 5.81716C9.85774 5.8082 9.90611 5.79291 10.0027 5.77992C10.2134 5.75159 10.5074 5.75 11 5.75V4.25ZM9.75 7C9.75 6.50739 9.75159 6.21339 9.77992 6.00266C9.79291 5.90611 9.8082 5.85774 9.81716 5.83596C9.81923 5.83092 9.82085 5.8276 9.82186 5.82567C9.82286 5.82376 9.82341 5.82292 9.82347 5.82283C9.82351 5.82277 9.82335 5.823 9.82307 5.82335C9.82279 5.8237 9.82277 5.82368 9.82322 5.82322L8.76256 4.76256C8.45354 5.07159 8.34109 5.44731 8.2933 5.80279C8.24841 6.1367 8.25 6.5498 8.25 7H9.75ZM9.75 11V13H11.25V11H9.75ZM12.75 11V13H14.25V11H12.75ZM9.75 3V5H11.25V3H9.75ZM12.75 3V5H14.25V3H12.75ZM9 5.75H7V7.25H9V5.75ZM9 8.75H7V10.25H9V8.75ZM17 5.75H15V7.25H17V5.75ZM17 8.75H15V10.25H17V8.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 15.5L12 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.98056 3.28544C4.2879 2.96315 3.44157 2.80201 2.72078 3.41964C2 4.03727 2 5.04022 2 7.04612V14.255C2 16.0891 2 17.0061 2.4626 17.5787C2.9252 18.1512 3.94365 18.3451 5.98056 18.733C7.79633 19.0787 9.21344 19.6295 10.2392 20.1831C11.2484 20.7277 11.753 21 12 21C12.247 21 12.7516 20.7277 13.7608 20.1831C14.7866 19.6295 16.2037 19.0787 18.0194 18.733C20.0564 18.3451 21.0748 18.1512 21.5374 17.5787C22 17.0061 22 16.0891 22 14.255V7.04612C22 5.04022 22 4.03727 21.2792 3.41964C20.5584 2.80201 19.7121 2.96315 18.0194 3.28544%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.29289 10.7071L9.82322 10.1768L9.82322 10.1768L9.29289 10.7071ZM14.7071 10.7071L14.1768 10.1768L14.1768 10.1768L14.7071 10.7071ZM14.7071 5.29289L14.1768 5.82322L14.1768 5.82322L14.7071 5.29289ZM11.25 11C11.25 10.5858 10.9142 10.25 10.5 10.25C10.0858 10.25 9.75 10.5858 9.75 11H11.25ZM9.75 13C9.75 13.4142 10.0858 13.75 10.5 13.75C10.9142 13.75 11.25 13.4142 11.25 13H9.75ZM14.25 11C14.25 10.5858 13.9142 10.25 13.5 10.25C13.0858 10.25 12.75 10.5858 12.75 11H14.25ZM12.75 13C12.75 13.4142 13.0858 13.75 13.5 13.75C13.9142 13.75 14.25 13.4142 14.25 13H12.75ZM11.25 3C11.25 2.58579 10.9142 2.25 10.5 2.25C10.0858 2.25 9.75 2.58579 9.75 3H11.25ZM9.75 5C9.75 5.41421 10.0858 5.75 10.5 5.75C10.9142 5.75 11.25 5.41421 11.25 5H9.75ZM14.25 3C14.25 2.58579 13.9142 2.25 13.5 2.25C13.0858 2.25 12.75 2.58579 12.75 3H14.25ZM12.75 5C12.75 5.41421 13.0858 5.75 13.5 5.75C13.9142 5.75 14.25 5.41421 14.25 5H12.75ZM9 7.25C9.41421 7.25 9.75 6.91421 9.75 6.5C9.75 6.08579 9.41421 5.75 9 5.75V7.25ZM7 5.75C6.58579 5.75 6.25 6.08579 6.25 6.5C6.25 6.91421 6.58579 7.25 7 7.25V5.75ZM9 10.25C9.41421 10.25 9.75 9.91421 9.75 9.5C9.75 9.08579 9.41421 8.75 9 8.75V10.25ZM7 8.75C6.58579 8.75 6.25 9.08579 6.25 9.5C6.25 9.91421 6.58579 10.25 7 10.25V8.75ZM17 7.25C17.4142 7.25 17.75 6.91421 17.75 6.5C17.75 6.08579 17.4142 5.75 17 5.75V7.25ZM15 5.75C14.5858 5.75 14.25 6.08579 14.25 6.5C14.25 6.91421 14.5858 7.25 15 7.25V5.75ZM17 10.25C17.4142 10.25 17.75 9.91421 17.75 9.5C17.75 9.08579 17.4142 8.75 17 8.75V10.25ZM15 8.75C14.5858 8.75 14.25 9.08579 14.25 9.5C14.25 9.91421 14.5858 10.25 15 10.25V8.75ZM11 5.75H13V4.25H11V5.75ZM14.25 7V9H15.75V7H14.25ZM13 10.25H11V11.75H13V10.25ZM9.75 9V7H8.25V9H9.75ZM11 10.25C10.5074 10.25 10.2134 10.2484 10.0027 10.2201C9.90611 10.2071 9.85774 10.1918 9.83596 10.1828C9.83092 10.1808 9.8276 10.1791 9.82567 10.1781C9.82376 10.1771 9.82292 10.1766 9.82283 10.1765C9.82277 10.1765 9.823 10.1766 9.82335 10.1769C9.8237 10.1772 9.82368 10.1772 9.82322 10.1768L8.76256 11.2374C9.07159 11.5465 9.44731 11.6589 9.80279 11.7067C10.1367 11.7516 10.5498 11.75 11 11.75V10.25ZM8.25 9C8.25 9.4502 8.24841 9.8633 8.2933 10.1972C8.34109 10.5527 8.45354 10.9284 8.76256 11.2374L9.82322 10.1768C9.82277 10.1763 9.82279 10.1763 9.82307 10.1766C9.82335 10.177 9.82351 10.1772 9.82347 10.1772C9.82341 10.1771 9.82286 10.1762 9.82186 10.1743C9.82085 10.1724 9.81923 10.1691 9.81716 10.164C9.8082 10.1423 9.79291 10.0939 9.77992 9.99734C9.75159 9.78661 9.75 9.49261 9.75 9H8.25ZM14.25 9C14.25 9.49261 14.2484 9.78661 14.2201 9.99734C14.2071 10.0939 14.1918 10.1423 14.1828 10.164C14.1808 10.1691 14.1791 10.1724 14.1781 10.1743C14.1771 10.1762 14.1766 10.1771 14.1765 10.1772C14.1765 10.1772 14.1766 10.177 14.1769 10.1766C14.1772 10.1763 14.1772 10.1763 14.1768 10.1768L15.2374 11.2374C15.5465 10.9284 15.6589 10.5527 15.7067 10.1972C15.7516 9.8633 15.75 9.4502 15.75 9H14.25ZM13 11.75C13.4502 11.75 13.8633 11.7516 14.1972 11.7067C14.5527 11.6589 14.9284 11.5465 15.2374 11.2374L14.1768 10.1768C14.1763 10.1772 14.1763 10.1772 14.1766 10.1769C14.177 10.1766 14.1772 10.1765 14.1772 10.1765C14.1771 10.1766 14.1762 10.1771 14.1743 10.1781C14.1724 10.1791 14.1691 10.1808 14.164 10.1828C14.1423 10.1918 14.0939 10.2071 13.9973 10.2201C13.7866 10.2484 13.4926 10.25 13 10.25V11.75ZM13 5.75C13.4926 5.75 13.7866 5.75159 13.9973 5.77992C14.0939 5.79291 14.1423 5.8082 14.164 5.81716C14.1691 5.81923 14.1724 5.82085 14.1743 5.82186C14.1762 5.82286 14.1771 5.82341 14.1772 5.82347C14.1772 5.82351 14.177 5.82335 14.1766 5.82307C14.1763 5.82279 14.1763 5.82277 14.1768 5.82322L15.2374 4.76256C14.9284 4.45354 14.5527 4.34109 14.1972 4.2933C13.8633 4.24841 13.4502 4.25 13 4.25V5.75ZM15.75 7C15.75 6.5498 15.7516 6.1367 15.7067 5.80279C15.6589 5.44731 15.5465 5.07159 15.2374 4.76256L14.1768 5.82322C14.1772 5.82368 14.1772 5.8237 14.1769 5.82335C14.1766 5.823 14.1765 5.82277 14.1765 5.82283C14.1766 5.82292 14.1771 5.82376 14.1781 5.82567C14.1791 5.8276 14.1808 5.83092 14.1828 5.83596C14.1918 5.85774 14.2071 5.90611 14.2201 6.00266C14.2484 6.21339 14.25 6.50739 14.25 7H15.75ZM11 4.25C10.5498 4.25 10.1367 4.24841 9.80279 4.2933C9.44731 4.34109 9.07159 4.45354 8.76256 4.76256L9.82322 5.82322C9.82368 5.82277 9.8237 5.82279 9.82335 5.82307C9.823 5.82335 9.82277 5.82351 9.82283 5.82347C9.82292 5.82341 9.82376 5.82286 9.82567 5.82186C9.8276 5.82085 9.83092 5.81923 9.83596 5.81716C9.85774 5.8082 9.90611 5.79291 10.0027 5.77992C10.2134 5.75159 10.5074 5.75 11 5.75V4.25ZM9.75 7C9.75 6.50739 9.75159 6.21339 9.77992 6.00266C9.79291 5.90611 9.8082 5.85774 9.81716 5.83596C9.81923 5.83092 9.82085 5.8276 9.82186 5.82567C9.82286 5.82376 9.82341 5.82292 9.82347 5.82283C9.82351 5.82277 9.82335 5.823 9.82307 5.82335C9.82279 5.8237 9.82277 5.82368 9.82322 5.82322L8.76256 4.76256C8.45354 5.07159 8.34109 5.44731 8.2933 5.80279C8.24841 6.1367 8.25 6.5498 8.25 7H9.75ZM9.75 11V13H11.25V11H9.75ZM12.75 11V13H14.25V11H12.75ZM9.75 3V5H11.25V3H9.75ZM12.75 3V5H14.25V3H12.75ZM9 5.75H7V7.25H9V5.75ZM9 8.75H7V10.25H9V8.75ZM17 5.75H15V7.25H17V5.75ZM17 8.75H15V10.25H17V8.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-lock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.3077 18L10.847 13.4789C10.7552 13.1947 10.4734 13 10.1538 13C9.83425 13 9.55249 13.1947 9.46066 13.4789L8 18M15 13V18M8.53846 16.5H11.7692%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.26781 18.8447C4.49269 20.515 5.87613 21.8235 7.55966 21.9009C8.97627 21.966 10.4153 22 12 22C13.5847 22 15.0237 21.966 16.4403 21.9009C18.1239 21.8235 19.5073 20.515 19.7322 18.8447C19.879 17.7547 20 16.6376 20 15.5C20 14.3624 19.879 13.2453 19.7322 12.1553C19.5073 10.485 18.1239 9.17649 16.4403 9.09909C15.0237 9.03397 13.5847 9 12 9C10.4153 9 8.97627 9.03397 7.55966 9.09909C5.87613 9.17649 4.49269 10.485 4.26781 12.1553C4.12104 13.2453 4 14.3624 4 15.5C4 16.6376 4.12104 17.7547 4.26781 18.8447Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9V6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.3077 18L10.847 13.4789C10.7552 13.1947 10.4734 13 10.1538 13C9.83425 13 9.55249 13.1947 9.46066 13.4789L8 18M15 13V18M8.53846 16.5H11.7692%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.26781 18.8447C4.49269 20.515 5.87613 21.8235 7.55966 21.9009C8.97627 21.966 10.4153 22 12 22C13.5847 22 15.0237 21.966 16.4403 21.9009C18.1239 21.8235 19.5073 20.515 19.7322 18.8447C19.879 17.7547 20 16.6376 20 15.5C20 14.3624 19.879 13.2453 19.7322 12.1553C19.5073 10.485 18.1239 9.17649 16.4403 9.09909C15.0237 9.03397 13.5847 9 12 9C10.4153 9 8.97627 9.03397 7.55966 9.09909C5.87613 9.17649 4.49269 10.485 4.26781 12.1553C4.12104 13.2453 4 14.3624 4 15.5C4 16.6376 4.12104 17.7547 4.26781 18.8447Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9V6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-mail{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00035 7L3.78154 7.81253C2.90783 8.39501 2.47097 8.68625 2.23422 9.13041C1.99747 9.57457 1.99923 10.0966 2.00273 11.1406C2.00696 12.3975 2.01864 13.6782 2.05099 14.9741C2.12773 18.0487 2.16611 19.586 3.29651 20.7164C4.42691 21.8469 5.98497 21.8858 9.10108 21.9637C11.0397 22.0121 12.9611 22.0121 14.8996 21.9637C18.0158 21.8858 19.5738 21.8469 20.7042 20.7164C21.8346 19.586 21.873 18.0487 21.9497 14.9741C21.9821 13.6782 21.9937 12.3975 21.998 11.1406C22.0015 10.0966 22.0032 9.57456 21.7665 9.13041C21.5297 8.68625 21.0929 8.39501 20.2191 7.81253L19.0003 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10L8.91302 14.1478C10.417 15.0502 11.169 15.5014 12 15.5014C12.831 15.5014 13.583 15.0502 15.087 14.1478L22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12V6C5 4.11438 5 3.17157 5.58579 2.58579C6.17157 2 7.11438 2 9 2H15C16.8856 2 17.8284 2 18.4142 2.58579C19 3.17157 19 4.11438 19 6V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 10L9.61165 5.39528C9.69427 5.15922 9.92623 5 10.1875 5C10.4488 5 10.6807 5.15922 10.7633 5.39528L12.375 10M15 5V10M8.875 8.33333H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00035 7L3.78154 7.81253C2.90783 8.39501 2.47097 8.68625 2.23422 9.13041C1.99747 9.57457 1.99923 10.0966 2.00273 11.1406C2.00696 12.3975 2.01864 13.6782 2.05099 14.9741C2.12773 18.0487 2.16611 19.586 3.29651 20.7164C4.42691 21.8469 5.98497 21.8858 9.10108 21.9637C11.0397 22.0121 12.9611 22.0121 14.8996 21.9637C18.0158 21.8858 19.5738 21.8469 20.7042 20.7164C21.8346 19.586 21.873 18.0487 21.9497 14.9741C21.9821 13.6782 21.9937 12.3975 21.998 11.1406C22.0015 10.0966 22.0032 9.57456 21.7665 9.13041C21.5297 8.68625 21.0929 8.39501 20.2191 7.81253L19.0003 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10L8.91302 14.1478C10.417 15.0502 11.169 15.5014 12 15.5014C12.831 15.5014 13.583 15.0502 15.087 14.1478L22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12V6C5 4.11438 5 3.17157 5.58579 2.58579C6.17157 2 7.11438 2 9 2H15C16.8856 2 17.8284 2 18.4142 2.58579C19 3.17157 19 4.11438 19 6V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 10L9.61165 5.39528C9.69427 5.15922 9.92623 5 10.1875 5C10.4488 5 10.6807 5.15922 10.7633 5.39528L12.375 10M15 5V10M8.875 8.33333H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-network{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.25 5.5C20.8358 5.5 20.5 5.16421 20.5 4.75C20.5 4.33579 20.8358 4 21.25 4C21.6642 4 22 4.33579 22 4.75C22 5.16421 21.6642 5.5 21.25 5.5ZM21.25 5.5V9.25C21.25 9.94778 21.25 10.2967 21.1639 10.5806C20.97 11.2198 20.4698 11.72 19.8306 11.9139C19.5467 12 19.1978 12 18.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.75 18.5C3.16421 18.5 3.5 18.8358 3.5 19.25C3.5 19.6642 3.16421 20 2.75 20C2.33579 20 2 19.6642 2 19.25C2 18.8358 2.33579 18.5 2.75 18.5ZM2.75 18.5L2.75 14.75C2.75 14.0522 2.75 13.7033 2.83612 13.4194C3.03002 12.7802 3.53023 12.28 4.16943 12.0861C4.45333 12 4.80222 12 5.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 2.75C5.5 3.16421 5.16421 3.5 4.75 3.5C4.33579 3.5 4 3.16421 4 2.75C4 2.33579 4.33579 2 4.75 2C5.16421 2 5.5 2.33579 5.5 2.75ZM5.5 2.75L9.25 2.75C9.94778 2.75 10.2967 2.75 10.5806 2.83612C11.2198 3.03002 11.72 3.53023 11.9139 4.16943C12 4.45333 12 4.80222 12 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 21.25C18.5 20.8358 18.8358 20.5 19.25 20.5C19.6642 20.5 20 20.8358 20 21.25C20 21.6642 19.6642 22 19.25 22C18.8358 22 18.5 21.6642 18.5 21.25ZM18.5 21.25L14.75 21.25C14.0522 21.25 13.7033 21.25 13.4194 21.1639C12.7802 20.97 12.28 20.4698 12.0861 19.8306C12 19.5467 12 19.1978 12 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.54834 11.9521C5.54834 8.88802 5.54834 7.35595 6.50024 6.40405C7.45215 5.45215 8.98421 5.45215 12.0483 5.45215C15.1125 5.45215 16.6445 5.45215 17.5964 6.40405C18.5483 7.35595 18.5483 8.88802 18.5483 11.9521C18.5483 15.0163 18.5483 16.5483 17.5964 17.5002C16.6445 18.4521 15.1125 18.4521 12.0483 18.4521C8.98421 18.4521 7.45215 18.4521 6.50024 17.5002C5.54834 16.5483 5.54834 15.0163 5.54834 11.9521Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 14.5L11.0393 9.97891C10.9475 9.69466 10.6657 9.5 10.3462 9.5C10.0266 9.5 9.7448 9.69466 9.65297 9.97891L8.19231 14.5M14.9999 9.5V14.5M8.73077 13H11.9615%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.25 5.5C20.8358 5.5 20.5 5.16421 20.5 4.75C20.5 4.33579 20.8358 4 21.25 4C21.6642 4 22 4.33579 22 4.75C22 5.16421 21.6642 5.5 21.25 5.5ZM21.25 5.5V9.25C21.25 9.94778 21.25 10.2967 21.1639 10.5806C20.97 11.2198 20.4698 11.72 19.8306 11.9139C19.5467 12 19.1978 12 18.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.75 18.5C3.16421 18.5 3.5 18.8358 3.5 19.25C3.5 19.6642 3.16421 20 2.75 20C2.33579 20 2 19.6642 2 19.25C2 18.8358 2.33579 18.5 2.75 18.5ZM2.75 18.5L2.75 14.75C2.75 14.0522 2.75 13.7033 2.83612 13.4194C3.03002 12.7802 3.53023 12.28 4.16943 12.0861C4.45333 12 4.80222 12 5.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 2.75C5.5 3.16421 5.16421 3.5 4.75 3.5C4.33579 3.5 4 3.16421 4 2.75C4 2.33579 4.33579 2 4.75 2C5.16421 2 5.5 2.33579 5.5 2.75ZM5.5 2.75L9.25 2.75C9.94778 2.75 10.2967 2.75 10.5806 2.83612C11.2198 3.03002 11.72 3.53023 11.9139 4.16943C12 4.45333 12 4.80222 12 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 21.25C18.5 20.8358 18.8358 20.5 19.25 20.5C19.6642 20.5 20 20.8358 20 21.25C20 21.6642 19.6642 22 19.25 22C18.8358 22 18.5 21.6642 18.5 21.25ZM18.5 21.25L14.75 21.25C14.0522 21.25 13.7033 21.25 13.4194 21.1639C12.7802 20.97 12.28 20.4698 12.0861 19.8306C12 19.5467 12 19.1978 12 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.54834 11.9521C5.54834 8.88802 5.54834 7.35595 6.50024 6.40405C7.45215 5.45215 8.98421 5.45215 12.0483 5.45215C15.1125 5.45215 16.6445 5.45215 17.5964 6.40405C18.5483 7.35595 18.5483 8.88802 18.5483 11.9521C18.5483 15.0163 18.5483 16.5483 17.5964 17.5002C16.6445 18.4521 15.1125 18.4521 12.0483 18.4521C8.98421 18.4521 7.45215 18.4521 6.50024 17.5002C5.54834 16.5483 5.54834 15.0163 5.54834 11.9521Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 14.5L11.0393 9.97891C10.9475 9.69466 10.6657 9.5 10.3462 9.5C10.0266 9.5 9.7448 9.69466 9.65297 9.97891L8.19231 14.5M14.9999 9.5V14.5M8.73077 13H11.9615%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-phone-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 14.9996C17 18.2996 17 19.9496 16.0481 20.9748C15.0962 22 13.5641 22 10.5 22C7.43587 22 5.90381 22 4.9519 20.9748C4 19.9496 4 18.2996 4 14.9996V8.99919C4 5.69916 4 4.04914 4.9519 3.02395C5.80236 2.10801 7.11592 2.0104 9.57143 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4H14C13.0572 4 12.5858 4 12.2929 4.29289C12 4.58579 12 5.05719 12 6V8C12 8.94281 12 9.41421 12.2929 9.70711C12.5858 10 13.0572 10 14 10H16C16.9428 10 17.4142 10 17.7071 9.70711C18 9.41421 18 8.94281 18 8V6C18 5.05719 18 4.58579 17.7071 4.29289C17.4142 4 16.9428 4 16 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 10V12M16.5 10V12M13.5 2V4M16.5 2V4M12 5.5H10M12 8.5H10M20 5.5H18M20 8.5H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.491 19H10.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 14.9996C17 18.2996 17 19.9496 16.0481 20.9748C15.0962 22 13.5641 22 10.5 22C7.43587 22 5.90381 22 4.9519 20.9748C4 19.9496 4 18.2996 4 14.9996V8.99919C4 5.69916 4 4.04914 4.9519 3.02395C5.80236 2.10801 7.11592 2.0104 9.57143 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4H14C13.0572 4 12.5858 4 12.2929 4.29289C12 4.58579 12 5.05719 12 6V8C12 8.94281 12 9.41421 12.2929 9.70711C12.5858 10 13.0572 10 14 10H16C16.9428 10 17.4142 10 17.7071 9.70711C18 9.41421 18 8.94281 18 8V6C18 5.05719 18 4.58579 17.7071 4.29289C17.4142 4 16.9428 4 16 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 10V12M16.5 10V12M13.5 2V4M16.5 2V4M12 5.5H10M12 8.5H10M20 5.5H18M20 8.5H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.491 19H10.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-phone-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.25 6.75L18 9L16 9M19.5 6.75C19.5 7.16421 19.8358 7.5 20.25 7.5C20.6642 7.5 21 7.16421 21 6.75C21 6.33579 20.6642 6 20.25 6C19.8358 6 19.5 6.33579 19.5 6.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.25 17.25L18 15L16 15M19.5 17.25C19.5 16.8358 19.8358 16.5 20.25 16.5C20.6642 16.5 21 16.8358 21 17.25C21 17.6642 20.6642 18 20.25 18C19.8358 18 19.5 17.6642 19.5 17.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.25 12L12 12M19.5 12C19.5 12.4142 19.8358 12.75 20.25 12.75C20.6642 12.75 21 12.4142 21 12C21 11.5858 20.6642 11.25 20.25 11.25C19.8358 11.25 19.5 11.5858 19.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19H9.50898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 6C15.9194 4.58055 15.6981 3.67665 15.091 3.02513C14.1357 2 12.5981 2 9.52312 2C6.44809 2 4.91058 2 3.95529 3.02513C3 4.05025 3 5.70017 3 9V15C3 18.2998 3 19.9497 3.95529 20.9749C4.91058 22 6.44809 22 9.52312 22C12.5981 22 14.1357 22 15.091 20.9749C15.6981 20.3233 15.9194 19.4194 16 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.25 6.75L18 9L16 9M19.5 6.75C19.5 7.16421 19.8358 7.5 20.25 7.5C20.6642 7.5 21 7.16421 21 6.75C21 6.33579 20.6642 6 20.25 6C19.8358 6 19.5 6.33579 19.5 6.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.25 17.25L18 15L16 15M19.5 17.25C19.5 16.8358 19.8358 16.5 20.25 16.5C20.6642 16.5 21 16.8358 21 17.25C21 17.6642 20.6642 18 20.25 18C19.8358 18 19.5 17.6642 19.5 17.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.25 12L12 12M19.5 12C19.5 12.4142 19.8358 12.75 20.25 12.75C20.6642 12.75 21 12.4142 21 12C21 11.5858 20.6642 11.25 20.25 11.25C19.8358 11.25 19.5 11.5858 19.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19H9.50898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 6C15.9194 4.58055 15.6981 3.67665 15.091 3.02513C14.1357 2 12.5981 2 9.52312 2C6.44809 2 4.91058 2 3.95529 3.02513C3 4.05025 3 5.70017 3 9V15C3 18.2998 3 19.9497 3.95529 20.9749C4.91058 22 6.44809 22 9.52312 22C12.5981 22 14.1357 22 15.091 20.9749C15.6981 20.3233 15.9194 19.4194 16 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 14L8.34189 8.47434C8.43631 8.19107 8.7014 8 9 8C9.2986 8 9.56369 8.19107 9.65811 8.47434L11.5 14M14.5 8V14M7.5 12H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 14L8.34189 8.47434C8.43631 8.19107 8.7014 8 9 8C9.2986 8 9.56369 8.19107 9.65811 8.47434L11.5 14M14.5 8V14M7.5 12H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-security-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9983 2C9.14883 2 7.30123 4.01899 5.11615 4.7549C4.22768 5.05413 3.78345 5.20374 3.60366 5.41465C3.42388 5.62556 3.37124 5.93375 3.26595 6.55013C2.13925 13.146 4.6019 19.244 10.475 21.6175C11.106 21.8725 11.4216 22 12.0014 22C12.5812 22 12.8967 21.8725 13.5277 21.6175C19.4005 19.2439 21.8608 13.146 20.7338 6.55013C20.6284 5.93364 20.5758 5.6254 20.3959 5.41449C20.2161 5.20358 19.7719 5.05405 18.8835 4.75499C16.6976 4.01915 14.8479 2 11.9983 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4499 6.50098V8.48M6.96289 10.0014H9.01487M14.986 10.0014H17.0379M14.986 12.9746H17.0379M6.96289 12.9746H9.01487M10.4499 14.5202V16.4992M13.4754 14.5202V16.4992M13.4646 6.50098V8.48M10.0149 14.4685H13.986C14.5382 14.4685 14.986 14.0208 14.986 13.4685V9.48C14.986 8.92771 14.5382 8.48 13.986 8.48H10.0149C9.46258 8.48 9.01487 8.92771 9.01487 9.48V13.4685C9.01487 14.0208 9.46258 14.4685 10.0149 14.4685Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9983 2C9.14883 2 7.30123 4.01899 5.11615 4.7549C4.22768 5.05413 3.78345 5.20374 3.60366 5.41465C3.42388 5.62556 3.37124 5.93375 3.26595 6.55013C2.13925 13.146 4.6019 19.244 10.475 21.6175C11.106 21.8725 11.4216 22 12.0014 22C12.5812 22 12.8967 21.8725 13.5277 21.6175C19.4005 19.2439 21.8608 13.146 20.7338 6.55013C20.6284 5.93364 20.5758 5.6254 20.3959 5.41449C20.2161 5.20358 19.7719 5.05405 18.8835 4.75499C16.6976 4.01915 14.8479 2 11.9983 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4499 6.50098V8.48M6.96289 10.0014H9.01487M14.986 10.0014H17.0379M14.986 12.9746H17.0379M6.96289 12.9746H9.01487M10.4499 14.5202V16.4992M13.4754 14.5202V16.4992M13.4646 6.50098V8.48M10.0149 14.4685H13.986C14.5382 14.4685 14.986 14.0208 14.986 13.4685V9.48C14.986 8.92771 14.5382 8.48 13.986 8.48H10.0149C9.46258 8.48 9.01487 8.92771 9.01487 9.48V13.4685C9.01487 14.0208 9.46258 14.4685 10.0149 14.4685Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-security-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9983 2C9.14883 2 7.30123 4.01899 5.11615 4.7549C4.22768 5.05413 3.78345 5.20374 3.60366 5.41465C3.42388 5.62556 3.37124 5.93375 3.26595 6.55013C2.13925 13.146 4.6019 19.244 10.475 21.6175C11.106 21.8725 11.4216 22 12.0014 22C12.5812 22 12.8967 21.8725 13.5277 21.6175C19.4005 19.2439 21.8608 13.146 20.7338 6.55013C20.6284 5.93364 20.5758 5.6254 20.3959 5.41449C20.2161 5.20358 19.7719 5.05405 18.8835 4.75499C16.6976 4.01915 14.8479 2 11.9983 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 14.5L9.34189 8.97434C9.43631 8.69107 9.7014 8.5 10 8.5C10.2986 8.5 10.5637 8.69107 10.6581 8.97434L12.5 14.5M15.5 8.5V14.5M8.5 12.5H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9983 2C9.14883 2 7.30123 4.01899 5.11615 4.7549C4.22768 5.05413 3.78345 5.20374 3.60366 5.41465C3.42388 5.62556 3.37124 5.93375 3.26595 6.55013C2.13925 13.146 4.6019 19.244 10.475 21.6175C11.106 21.8725 11.4216 22 12.0014 22C12.5812 22 12.8967 21.8725 13.5277 21.6175C19.4005 19.2439 21.8608 13.146 20.7338 6.55013C20.6284 5.93364 20.5758 5.6254 20.3959 5.41449C20.2161 5.20358 19.7719 5.05405 18.8835 4.75499C16.6976 4.01915 14.8479 2 11.9983 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 14.5L9.34189 8.97434C9.43631 8.69107 9.7014 8.5 10 8.5C10.2986 8.5 10.5637 8.69107 10.6581 8.97434L12.5 14.5M15.5 8.5V14.5M8.5 12.5H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-smartwatch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1213 17.1213C13.2426 18 11.8284 18 9 18C6.17157 18 4.75736 18 3.87868 17.1213C3 16.2426 3 14.8284 3 12C3 9.17157 3 7.75736 3.87868 6.87868C4.75736 6 6.17157 6 9 6C11.8284 6 13.2426 6 14.1213 6.87868%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.25 6.75L18 9L16 9M19.5 6.75C19.5 7.16421 19.8358 7.5 20.25 7.5C20.6642 7.5 21 7.16421 21 6.75C21 6.33579 20.6642 6 20.25 6C19.8358 6 19.5 6.33579 19.5 6.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.25 17.25L18 15L16 15M19.5 17.25C19.5 16.8358 19.8358 16.5 20.25 16.5C20.6642 16.5 21 16.8358 21 17.25C21 17.6642 20.6642 18 20.25 18C19.8358 18 19.5 17.6642 19.5 17.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.25 12L12 12M19.5 12C19.5 12.4142 19.8358 12.75 20.25 12.75C20.6642 12.75 21 12.4142 21 12C21 11.5858 20.6642 11.25 20.25 11.25C19.8358 11.25 19.5 11.5858 19.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6L12.7276 4.91043C12.3931 3.5724 12.2258 2.90339 11.7499 2.49004C11.6973 2.44433 11.6423 2.40141 11.5852 2.36145C11.0688 2 10.3792 2 9 2C7.6208 2 6.93119 2 6.41476 2.36145C6.35765 2.40141 6.30268 2.44433 6.25006 2.49004C5.77415 2.90339 5.6069 3.5724 5.27239 4.91043L5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 18L5.27239 19.0896C5.6069 20.4276 5.77415 21.0966 6.25006 21.51C6.30268 21.5557 6.35765 21.5986 6.41476 21.6386C6.93119 22 7.6208 22 9 22C10.3792 22 11.0688 22 11.5852 21.6386C11.6423 21.5986 11.6973 21.5557 11.7499 21.51C12.2258 21.0966 12.3931 20.4276 12.7276 19.0896L13 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1213 17.1213C13.2426 18 11.8284 18 9 18C6.17157 18 4.75736 18 3.87868 17.1213C3 16.2426 3 14.8284 3 12C3 9.17157 3 7.75736 3.87868 6.87868C4.75736 6 6.17157 6 9 6C11.8284 6 13.2426 6 14.1213 6.87868%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.25 6.75L18 9L16 9M19.5 6.75C19.5 7.16421 19.8358 7.5 20.25 7.5C20.6642 7.5 21 7.16421 21 6.75C21 6.33579 20.6642 6 20.25 6C19.8358 6 19.5 6.33579 19.5 6.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.25 17.25L18 15L16 15M19.5 17.25C19.5 16.8358 19.8358 16.5 20.25 16.5C20.6642 16.5 21 16.8358 21 17.25C21 17.6642 20.6642 18 20.25 18C19.8358 18 19.5 17.6642 19.5 17.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.25 12L12 12M19.5 12C19.5 12.4142 19.8358 12.75 20.25 12.75C20.6642 12.75 21 12.4142 21 12C21 11.5858 20.6642 11.25 20.25 11.25C19.8358 11.25 19.5 11.5858 19.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6L12.7276 4.91043C12.3931 3.5724 12.2258 2.90339 11.7499 2.49004C11.6973 2.44433 11.6423 2.40141 11.5852 2.36145C11.0688 2 10.3792 2 9 2C7.6208 2 6.93119 2 6.41476 2.36145C6.35765 2.40141 6.30268 2.44433 6.25006 2.49004C5.77415 2.90339 5.6069 3.5724 5.27239 4.91043L5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 18L5.27239 19.0896C5.6069 20.4276 5.77415 21.0966 6.25006 21.51C6.30268 21.5557 6.35765 21.5986 6.41476 21.6386C6.93119 22 7.6208 22 9 22C10.3792 22 11.0688 22 11.5852 21.6386C11.6423 21.5986 11.6973 21.5557 11.7499 21.51C12.2258 21.0966 12.3931 20.4276 12.7276 19.0896L13 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-ai-view{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.75 2.75L7 5L7 8M4.75 3.5C5.16421 3.5 5.5 3.16421 5.5 2.75C5.5 2.33579 5.16421 2 4.75 2C4.33579 2 4 2.33579 4 2.75C4 3.16421 4.33579 3.5 4.75 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.25 2.75L17 5L17 8M19.25 3.5C18.8358 3.5 18.5 3.16421 18.5 2.75C18.5 2.33579 18.8358 2 19.25 2C19.6642 2 20 2.33579 20 2.75C20 3.16421 19.6642 3.5 19.25 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.75L12 7M12 3.5C12.4142 3.5 12.75 3.16421 12.75 2.75C12.75 2.33579 12.4142 2 12 2C11.5858 2 11.25 2.33579 11.25 2.75C11.25 3.16421 11.5858 3.5 12 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 16C15 14.3431 13.6569 13 12 13C10.3431 13 9 14.3431 9 16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 10C18 10 22 16 22 16C22 16 18 22 12 22C6 22 2 16 2 16C2 16 6 10 12 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.75 2.75L7 5L7 8M4.75 3.5C5.16421 3.5 5.5 3.16421 5.5 2.75C5.5 2.33579 5.16421 2 4.75 2C4.33579 2 4 2.33579 4 2.75C4 3.16421 4.33579 3.5 4.75 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.25 2.75L17 5L17 8M19.25 3.5C18.8358 3.5 18.5 3.16421 18.5 2.75C18.5 2.33579 18.8358 2 19.25 2C19.6642 2 20 2.33579 20 2.75C20 3.16421 19.6642 3.5 19.25 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.75L12 7M12 3.5C12.4142 3.5 12.75 3.16421 12.75 2.75C12.75 2.33579 12.4142 2 12 2C11.5858 2 11.25 2.33579 11.25 2.75C11.25 3.16421 11.5858 3.5 12 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 16C15 14.3431 13.6569 13 12 13C10.3431 13 9 14.3431 9 16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 10C18 10 22 16 22 16C22 16 18 22 12 22C6 22 2 16 2 16C2 16 6 10 12 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-algorithm{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 2V4M13.5 2V4M8 6.5H6M8 9.5H6M18 6.5H16M18 9.5H16M13.3333 4H10.6667C9.40959 4 8.78105 4 8.39052 4.39052C8 4.78105 8 5.40959 8 6.66667V9.33333C8 10.5904 8 11.219 8.39052 11.6095C8.78105 12 9.40959 12 10.6667 12H13.3333C14.5904 12 15.219 12 15.6095 11.6095C16 11.219 16 10.5904 16 9.33333V6.66667C16 5.40959 16 4.78105 15.6095 4.39052C15.219 4 14.5904 4 13.3333 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.61732 21.9239C3.80109 22 4.03406 22 4.5 22C4.96594 22 5.19891 22 5.38268 21.9239C5.62771 21.8224 5.82239 21.6277 5.92388 21.3827C6 21.1989 6 20.9659 6 20.5C6 20.0341 6 19.8011 5.92388 19.6173C5.82239 19.3723 5.62771 19.1776 5.38268 19.0761C5.19891 19 4.96594 19 4.5 19C4.03406 19 3.80109 19 3.61732 19.0761C3.37229 19.1776 3.17761 19.3723 3.07612 19.6173C3 19.8011 3 20.0341 3 20.5C3 20.9659 3 21.1989 3.07612 21.3827C3.17761 21.6277 3.37229 21.8224 3.61732 21.9239Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.1173 21.9239C11.3011 22 11.5341 22 12 22C12.4659 22 12.6989 22 12.8827 21.9239C13.1277 21.8224 13.3224 21.6277 13.4239 21.3827C13.5 21.1989 13.5 20.9659 13.5 20.5C13.5 20.0341 13.5 19.8011 13.4239 19.6173C13.3224 19.3723 13.1277 19.1776 12.8827 19.0761C12.6989 19 12.4659 19 12 19C11.5341 19 11.3011 19 11.1173 19.0761C10.8723 19.1776 10.6776 19.3723 10.5761 19.6173C10.5 19.8011 10.5 20.0341 10.5 20.5C10.5 20.9659 10.5 21.1989 10.5761 21.3827C10.6776 21.6277 10.8723 21.8224 11.1173 21.9239Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 19C4.5 17.5955 4.5 16.8933 4.83706 16.3889C4.98298 16.1705 5.17048 15.983 5.38886 15.8371C5.89331 15.5 6.59554 15.5 8 15.5H16C17.4045 15.5 18.1067 15.5 18.6111 15.8371C18.8295 15.983 19.017 16.1705 19.1629 16.3889C19.5 16.8933 19.5 17.5955 19.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.6173 21.9239C18.8011 22 19.0341 22 19.5 22C19.9659 22 20.1989 22 20.3827 21.9239C20.6277 21.8224 20.8224 21.6277 20.9239 21.3827C21 21.1989 21 20.9659 21 20.5C21 20.0341 21 19.8011 20.9239 19.6173C20.8224 19.3723 20.6277 19.1776 20.3827 19.0761C20.1989 19 19.9659 19 19.5 19C19.0341 19 18.8011 19 18.6173 19.0761C18.3723 19.1776 18.1776 19.3723 18.0761 19.6173C18 19.8011 18 20.0341 18 20.5C18 20.9659 18 21.1989 18.0761 21.3827C18.1776 21.6277 18.3723 21.8224 18.6173 21.9239Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 2V4M13.5 2V4M8 6.5H6M8 9.5H6M18 6.5H16M18 9.5H16M13.3333 4H10.6667C9.40959 4 8.78105 4 8.39052 4.39052C8 4.78105 8 5.40959 8 6.66667V9.33333C8 10.5904 8 11.219 8.39052 11.6095C8.78105 12 9.40959 12 10.6667 12H13.3333C14.5904 12 15.219 12 15.6095 11.6095C16 11.219 16 10.5904 16 9.33333V6.66667C16 5.40959 16 4.78105 15.6095 4.39052C15.219 4 14.5904 4 13.3333 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.61732 21.9239C3.80109 22 4.03406 22 4.5 22C4.96594 22 5.19891 22 5.38268 21.9239C5.62771 21.8224 5.82239 21.6277 5.92388 21.3827C6 21.1989 6 20.9659 6 20.5C6 20.0341 6 19.8011 5.92388 19.6173C5.82239 19.3723 5.62771 19.1776 5.38268 19.0761C5.19891 19 4.96594 19 4.5 19C4.03406 19 3.80109 19 3.61732 19.0761C3.37229 19.1776 3.17761 19.3723 3.07612 19.6173C3 19.8011 3 20.0341 3 20.5C3 20.9659 3 21.1989 3.07612 21.3827C3.17761 21.6277 3.37229 21.8224 3.61732 21.9239Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.1173 21.9239C11.3011 22 11.5341 22 12 22C12.4659 22 12.6989 22 12.8827 21.9239C13.1277 21.8224 13.3224 21.6277 13.4239 21.3827C13.5 21.1989 13.5 20.9659 13.5 20.5C13.5 20.0341 13.5 19.8011 13.4239 19.6173C13.3224 19.3723 13.1277 19.1776 12.8827 19.0761C12.6989 19 12.4659 19 12 19C11.5341 19 11.3011 19 11.1173 19.0761C10.8723 19.1776 10.6776 19.3723 10.5761 19.6173C10.5 19.8011 10.5 20.0341 10.5 20.5C10.5 20.9659 10.5 21.1989 10.5761 21.3827C10.6776 21.6277 10.8723 21.8224 11.1173 21.9239Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 19C4.5 17.5955 4.5 16.8933 4.83706 16.3889C4.98298 16.1705 5.17048 15.983 5.38886 15.8371C5.89331 15.5 6.59554 15.5 8 15.5H16C17.4045 15.5 18.1067 15.5 18.6111 15.8371C18.8295 15.983 19.017 16.1705 19.1629 16.3889C19.5 16.8933 19.5 17.5955 19.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.6173 21.9239C18.8011 22 19.0341 22 19.5 22C19.9659 22 20.1989 22 20.3827 21.9239C20.6277 21.8224 20.8224 21.6277 20.9239 21.3827C21 21.1989 21 20.9659 21 20.5C21 20.0341 21 19.8011 20.9239 19.6173C20.8224 19.3723 20.6277 19.1776 20.3827 19.0761C20.1989 19 19.9659 19 19.5 19C19.0341 19 18.8011 19 18.6173 19.0761C18.3723 19.1776 18.1776 19.3723 18.0761 19.6173C18 19.8011 18 20.0341 18 20.5C18 20.9659 18 21.1989 18.0761 21.3827C18.1776 21.6277 18.3723 21.8224 18.6173 21.9239Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-artificial-intelligence-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 22.0001V21.5001C16 20.3955 16.9321 19.5006 17.9223 19.0111C18.8846 18.5354 19.6943 17.7512 19.7965 16.8314L20 15.0001L22 14.0001L19.5 10.2501C19.5 5.94653 16.2049 2.41261 12 2.03369M6.5 16.9963V22.0001M6.5 16.9963C5.46656 16.2673 4.60808 15.3068 4 14.1903M6.5 16.9963C7.25065 17.5258 8.09362 17.9332 9 18.1895%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4H6C5.05719 4 4.58579 4 4.29289 4.29289C4 4.58579 4 5.05719 4 6V8C4 8.94281 4 9.41421 4.29289 9.70711C4.58579 10 5.05719 10 6 10H8C8.94281 10 9.41421 10 9.70711 9.70711C10 9.41421 10 8.94281 10 8V6C10 5.05719 10 4.58579 9.70711 4.29289C9.41421 4 8.94281 4 8 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 10V12M8.5 10V12M5.5 2V4M8.5 2V4M4 5.5H2M4 8.5H2M12 5.5H10M12 8.5H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 22.0001V21.5001C16 20.3955 16.9321 19.5006 17.9223 19.0111C18.8846 18.5354 19.6943 17.7512 19.7965 16.8314L20 15.0001L22 14.0001L19.5 10.2501C19.5 5.94653 16.2049 2.41261 12 2.03369M6.5 16.9963V22.0001M6.5 16.9963C5.46656 16.2673 4.60808 15.3068 4 14.1903M6.5 16.9963C7.25065 17.5258 8.09362 17.9332 9 18.1895%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4H6C5.05719 4 4.58579 4 4.29289 4.29289C4 4.58579 4 5.05719 4 6V8C4 8.94281 4 9.41421 4.29289 9.70711C4.58579 10 5.05719 10 6 10H8C8.94281 10 9.41421 10 9.70711 9.70711C10 9.41421 10 8.94281 10 8V6C10 5.05719 10 4.58579 9.70711 4.29289C9.41421 4 8.94281 4 8 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 10V12M8.5 10V12M5.5 2V4M8.5 2V4M4 5.5H2M4 8.5H2M12 5.5H10M12 8.5H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-artificial-intelligence-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 22V21.5C15.5 20.3954 16.4321 19.5005 17.4223 19.011C18.3846 18.5354 19.1943 17.7511 19.2965 16.8313L19.5 15L21.5 14L19 10.25C19 5.69365 15.3063 2 10.75 2C6.19365 2 2.5 5.69365 2.5 10.25C2.5 13.0379 3.88283 15.5028 6 16.9962M6 16.9962V22M6 16.9962C6.75065 17.5257 7.59362 17.9331 8.5 18.1895%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.3077 12L9.84703 7.47891C9.7552 7.19466 9.47344 7 9.15385 7C8.83425 7 8.55249 7.19466 8.46066 7.47891L7 12M14 7V12M7.53846 10.5H10.7692%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 22V21.5C15.5 20.3954 16.4321 19.5005 17.4223 19.011C18.3846 18.5354 19.1943 17.7511 19.2965 16.8313L19.5 15L21.5 14L19 10.25C19 5.69365 15.3063 2 10.75 2C6.19365 2 2.5 5.69365 2.5 10.25C2.5 13.0379 3.88283 15.5028 6 16.9962M6 16.9962V22M6 16.9962C6.75065 17.5257 7.59362 17.9331 8.5 18.1895%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.3077 12L9.84703 7.47891C9.7552 7.19466 9.47344 7 9.15385 7C8.83425 7 8.55249 7.19466 8.46066 7.47891L7 12M14 7V12M7.53846 10.5H10.7692%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-artificial-intelligence-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 22V21.5C16 20.3954 16.9321 19.5005 17.9223 19.011C18.8846 18.5354 19.6943 17.7511 19.7965 16.8313L20 15L22 14L19.5 10.25C19.5 5.69365 15.8063 2 11.25 2C10.096 2 8.99733 2.23694 8 2.66482M6.5 16.9962V22M6.5 16.9962C5.13927 16.0364 4.08188 14.6752 3.5 13.085M6.5 16.9962C7.25065 17.5257 8.09362 17.9331 9 18.1895%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.75 3.25L6 5.5H10M3.5 3.25C3.5 3.66421 3.16421 4 2.75 4C2.33579 4 2 3.66421 2 3.25C2 2.83579 2.33579 2.5 2.75 2.5C3.16421 2.5 3.5 2.83579 3.5 3.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.75 8.75H10M3.5 8.75C3.5 9.16421 3.16421 9.5 2.75 9.5C2.33579 9.5 2 9.16421 2 8.75C2 8.33579 2.33579 8 2.75 8C3.16421 8 3.5 8.33579 3.5 8.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 22V21.5C16 20.3954 16.9321 19.5005 17.9223 19.011C18.8846 18.5354 19.6943 17.7511 19.7965 16.8313L20 15L22 14L19.5 10.25C19.5 5.69365 15.8063 2 11.25 2C10.096 2 8.99733 2.23694 8 2.66482M6.5 16.9962V22M6.5 16.9962C5.13927 16.0364 4.08188 14.6752 3.5 13.085M6.5 16.9962C7.25065 17.5257 8.09362 17.9331 9 18.1895%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.75 3.25L6 5.5H10M3.5 3.25C3.5 3.66421 3.16421 4 2.75 4C2.33579 4 2 3.66421 2 3.25C2 2.83579 2.33579 2.5 2.75 2.5C3.16421 2.5 3.5 2.83579 3.5 3.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.75 8.75H10M3.5 8.75C3.5 9.16421 3.16421 9.5 2.75 9.5C2.33579 9.5 2 9.16421 2 8.75C2 8.33579 2.33579 8 2.75 8C3.16421 8 3.5 8.33579 3.5 8.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-artificial-intelligence-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12C4 8.22876 4 6.34315 5.17157 5.17157C6.34315 4 8.22876 4 12 4C15.7712 4 17.6569 4 18.8284 5.17157C20 6.34315 20 8.22876 20 12C20 15.7712 20 17.6569 18.8284 18.8284C17.6569 20 15.7712 20 12 20C8.22876 20 6.34315 20 5.17157 18.8284C4 17.6569 4 15.7712 4 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 15L9.34189 9.47434C9.43631 9.19107 9.7014 9 10 9C10.2986 9 10.5637 9.19107 10.6581 9.47434L12.5 15M8.5 13H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 9V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2V4M16 2V4M12 2V4M8 20V22M12 20V22M16 20V22M22 16H20M4 8H2M4 16H2M4 12H2M22 8H20M22 12H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12C4 8.22876 4 6.34315 5.17157 5.17157C6.34315 4 8.22876 4 12 4C15.7712 4 17.6569 4 18.8284 5.17157C20 6.34315 20 8.22876 20 12C20 15.7712 20 17.6569 18.8284 18.8284C17.6569 20 15.7712 20 12 20C8.22876 20 6.34315 20 5.17157 18.8284C4 17.6569 4 15.7712 4 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 15L9.34189 9.47434C9.43631 9.19107 9.7014 9 10 9C10.2986 9 10.5637 9.19107 10.6581 9.47434L12.5 15M8.5 13H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 9V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2V4M16 2V4M12 2V4M8 20V22M12 20V22M16 20V22M22 16H20M4 8H2M4 16H2M4 12H2M22 8H20M22 12H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-artificial-intelligence-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.3175 7.14139L20.8239 6.28479C20.4506 5.63696 20.264 5.31305 19.9464 5.18388C19.2364 4.89514 18.0381 5.50505 17.3311 5.70418C16.7044 5.84872 16.1664 5.64661 15.6357 5.34042C15.2766 5.11043 15.0004 4.77133 14.8475 4.37274C14.6333 3.73286 14.4895 2.60578 13.9228 2.19657C13.6615 2.00781 13.3143 2.00781 12.6199 2.00781H11.5051C10.8108 2.00781 10.4636 2.00781 10.2022 2.19657C9.63559 2.60581 9.49178 3.73288 9.27753 4.37274C9.06499 4.92687 8.64451 5.25091 8.15249 5.53479C7.73374 5.74994 7.25259 5.80994 6.79398 5.70418C6.08704 5.50506 4.88865 4.89513 4.17867 5.18388C3.86109 5.31305 3.67445 5.63696 3.30115 6.28479L2.80757 7.14139C2.45766 7.74864 2.2827 8.05227 2.31666 8.37549C2.40099 9.1784 3.57008 10.0579 4.0843 10.6328C4.3363 10.9518 4.51521 11.5078 4.51521 12.0077C4.51521 12.5078 4.33636 13.0636 4.08433 13.3827C3.57007 13.9576 2.401 14.8371 2.31666 15.6401C2.2827 15.9633 2.45766 16.2669 2.80757 16.8741L3.30114 17.7307C3.67443 18.3785 3.86109 18.7025 4.17867 18.8316C4.8886 19.1204 6.08703 18.5104 6.79394 18.3113C7.77586 18.0848 8.91601 18.7002 9.2775 19.6428C9.49176 20.2827 9.63558 21.4098 10.2022 21.8191C10.4636 22.0078 10.8108 22.0078 11.5051 22.0078H12.6199C13.3143 22.0078 13.6615 22.0078 13.9228 21.8191C14.1842 21.6303 14.294 21.3003 14.5136 20.6403C14.761 19.9013 14.9344 19.1243 15.6356 18.6752C16.1663 18.3689 16.7043 18.1667 17.3311 18.3113C18.038 18.5104 19.2364 19.1204 19.9464 18.8316C20.264 18.7025 20.4506 18.3785 20.8239 17.7307L21.3175 16.8741C21.6674 16.2669 21.8423 15.9633 21.8084 15.6401C21.7239 14.8371 20.555 13.9577 20.0407 13.3827C19.458 12.6449 19.4581 11.3706 20.0407 10.6328C20.555 10.0579 21.7239 9.17849 21.8084 8.37549C21.8423 8.05227 21.6674 7.74864 21.3175 7.14139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 15L9.34189 9.47434C9.43631 9.19107 9.7014 9 10 9C10.2986 9 10.5637 9.19107 10.6581 9.47434L12.5 15M8.5 13H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 9V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.3175 7.14139L20.8239 6.28479C20.4506 5.63696 20.264 5.31305 19.9464 5.18388C19.2364 4.89514 18.0381 5.50505 17.3311 5.70418C16.7044 5.84872 16.1664 5.64661 15.6357 5.34042C15.2766 5.11043 15.0004 4.77133 14.8475 4.37274C14.6333 3.73286 14.4895 2.60578 13.9228 2.19657C13.6615 2.00781 13.3143 2.00781 12.6199 2.00781H11.5051C10.8108 2.00781 10.4636 2.00781 10.2022 2.19657C9.63559 2.60581 9.49178 3.73288 9.27753 4.37274C9.06499 4.92687 8.64451 5.25091 8.15249 5.53479C7.73374 5.74994 7.25259 5.80994 6.79398 5.70418C6.08704 5.50506 4.88865 4.89513 4.17867 5.18388C3.86109 5.31305 3.67445 5.63696 3.30115 6.28479L2.80757 7.14139C2.45766 7.74864 2.2827 8.05227 2.31666 8.37549C2.40099 9.1784 3.57008 10.0579 4.0843 10.6328C4.3363 10.9518 4.51521 11.5078 4.51521 12.0077C4.51521 12.5078 4.33636 13.0636 4.08433 13.3827C3.57007 13.9576 2.401 14.8371 2.31666 15.6401C2.2827 15.9633 2.45766 16.2669 2.80757 16.8741L3.30114 17.7307C3.67443 18.3785 3.86109 18.7025 4.17867 18.8316C4.8886 19.1204 6.08703 18.5104 6.79394 18.3113C7.77586 18.0848 8.91601 18.7002 9.2775 19.6428C9.49176 20.2827 9.63558 21.4098 10.2022 21.8191C10.4636 22.0078 10.8108 22.0078 11.5051 22.0078H12.6199C13.3143 22.0078 13.6615 22.0078 13.9228 21.8191C14.1842 21.6303 14.294 21.3003 14.5136 20.6403C14.761 19.9013 14.9344 19.1243 15.6356 18.6752C16.1663 18.3689 16.7043 18.1667 17.3311 18.3113C18.038 18.5104 19.2364 19.1204 19.9464 18.8316C20.264 18.7025 20.4506 18.3785 20.8239 17.7307L21.3175 16.8741C21.6674 16.2669 21.8423 15.9633 21.8084 15.6401C21.7239 14.8371 20.555 13.9577 20.0407 13.3827C19.458 12.6449 19.4581 11.3706 20.0407 10.6328C20.555 10.0579 21.7239 9.17849 21.8084 8.37549C21.8423 8.05227 21.6674 7.74864 21.3175 7.14139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 15L9.34189 9.47434C9.43631 9.19107 9.7014 9 10 9C10.2986 9 10.5637 9.19107 10.6581 9.47434L12.5 15M8.5 13H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 9V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-artificial-intelligence-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 14.5L9.34189 8.97434C9.43631 8.69107 9.7014 8.5 10 8.5C10.2986 8.5 10.5637 8.69107 10.6581 8.97434L12.5 14.5M15.5 8.5V14.5M8.5 12.5H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13.9669V10.0332C19.1433 10.0332 17.2857 6.93041 18.732 4.46691L15.2679 2.5001C13.8038 4.99405 10.1978 4.99395 8.73363 2.5L5.26953 4.46681C6.71586 6.93035 4.85673 10.0332 2 10.0332V13.9669C4.85668 13.9669 6.71425 17.0697 5.26795 19.5332L8.73205 21.5C10.1969 19.0048 13.8046 19.0047 15.2695 21.4999L18.7336 19.5331C17.2874 17.0696 19.1434 13.9669 22 13.9669Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 14.5L9.34189 8.97434C9.43631 8.69107 9.7014 8.5 10 8.5C10.2986 8.5 10.5637 8.69107 10.6581 8.97434L12.5 14.5M15.5 8.5V14.5M8.5 12.5H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13.9669V10.0332C19.1433 10.0332 17.2857 6.93041 18.732 4.46691L15.2679 2.5001C13.8038 4.99405 10.1978 4.99395 8.73363 2.5L5.26953 4.46681C6.71586 6.93035 4.85673 10.0332 2 10.0332V13.9669C4.85668 13.9669 6.71425 17.0697 5.26795 19.5332L8.73205 21.5C10.1969 19.0048 13.8046 19.0047 15.2695 21.4999L18.7336 19.5331C17.2874 17.0696 19.1434 13.9669 22 13.9669Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-artificial-intelligence-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9996 2C12.2828 2 11.4136 2.00014 11.1438 2.18897C10.874 2.3778 10.7607 2.70794 10.534 3.36821C10.2762 4.11444 10.0928 4.88896 9.37574 5.33402L9.02799 5.52847C8.14527 5.968 7.2463 5.59437 6.36607 5.35409C5.90799 5.22812 5.46631 5.19037 5.19558 5.17992C5.02726 5.17342 4.87366 5.26434 4.78679 5.40865L3.14222 8.1405C3.05583 8.284 3.04689 8.46119 3.13063 8.60625C3.25653 8.82437 3.47286 9.16123 3.76428 9.4753C4.45848 10.2274 5.27338 10.8941 5.27338 12.0038C5.27338 13.1136 4.45861 13.7802 3.76428 14.5325C3.47287 14.8466 3.25654 15.1835 3.13063 15.4016C3.04689 15.5467 3.05583 15.7239 3.14222 15.8674L4.78678 18.5992C4.87366 18.7435 5.02728 18.8344 5.1956 18.8279C5.46634 18.8174 5.90802 18.7797 6.36609 18.6537C7.24641 18.4134 8.1454 18.0398 9.02818 18.4794L9.37588 18.6739C10.0928 19.1191 10.2762 19.8934 10.534 20.6397C10.7607 21.3 10.874 21.6301 11.1438 21.8189C11.4136 22.0078 12.2828 22 12.9996 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 15.5C11.067 15.5 9.5 13.933 9.5 12C9.5 10.067 11.067 8.5 13 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.25 4.75L18 7H16M19.5 4.75C19.5 5.16421 19.8358 5.5 20.25 5.5C20.6642 5.5 21 5.16421 21 4.75C21 4.33579 20.6642 4 20.25 4C19.8358 4 19.5 4.33579 19.5 4.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.25 19.25L18 17H16M19.5 19.25C19.5 18.8358 19.8358 18.5 20.25 18.5C20.6642 18.5 21 18.8358 21 19.25C21 19.6642 20.6642 20 20.25 20C19.8358 20 19.5 19.6642 19.5 19.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.25 12H16M19.5 12C19.5 12.4142 19.8358 12.75 20.25 12.75C20.6642 12.75 21 12.4142 21 12C21 11.5858 20.6642 11.25 20.25 11.25C19.8358 11.25 19.5 11.5858 19.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9996 2C12.2828 2 11.4136 2.00014 11.1438 2.18897C10.874 2.3778 10.7607 2.70794 10.534 3.36821C10.2762 4.11444 10.0928 4.88896 9.37574 5.33402L9.02799 5.52847C8.14527 5.968 7.2463 5.59437 6.36607 5.35409C5.90799 5.22812 5.46631 5.19037 5.19558 5.17992C5.02726 5.17342 4.87366 5.26434 4.78679 5.40865L3.14222 8.1405C3.05583 8.284 3.04689 8.46119 3.13063 8.60625C3.25653 8.82437 3.47286 9.16123 3.76428 9.4753C4.45848 10.2274 5.27338 10.8941 5.27338 12.0038C5.27338 13.1136 4.45861 13.7802 3.76428 14.5325C3.47287 14.8466 3.25654 15.1835 3.13063 15.4016C3.04689 15.5467 3.05583 15.7239 3.14222 15.8674L4.78678 18.5992C4.87366 18.7435 5.02728 18.8344 5.1956 18.8279C5.46634 18.8174 5.90802 18.7797 6.36609 18.6537C7.24641 18.4134 8.1454 18.0398 9.02818 18.4794L9.37588 18.6739C10.0928 19.1191 10.2762 19.8934 10.534 20.6397C10.7607 21.3 10.874 21.6301 11.1438 21.8189C11.4136 22.0078 12.2828 22 12.9996 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 15.5C11.067 15.5 9.5 13.933 9.5 12C9.5 10.067 11.067 8.5 13 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.25 4.75L18 7H16M19.5 4.75C19.5 5.16421 19.8358 5.5 20.25 5.5C20.6642 5.5 21 5.16421 21 4.75C21 4.33579 20.6642 4 20.25 4C19.8358 4 19.5 4.33579 19.5 4.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.25 19.25L18 17H16M19.5 19.25C19.5 18.8358 19.8358 18.5 20.25 18.5C20.6642 18.5 21 18.8358 21 19.25C21 19.6642 20.6642 20 20.25 20C19.8358 20 19.5 19.6642 19.5 19.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.25 12H16M19.5 12C19.5 12.4142 19.8358 12.75 20.25 12.75C20.6642 12.75 21 12.4142 21 12C21 11.5858 20.6642 11.25 20.25 11.25C19.8358 11.25 19.5 11.5858 19.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-chat-bot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 8H13C15.8284 8 17.2426 8 18.1213 8.87868C19 9.75736 19 11.1716 19 14C19 16.8284 19 18.2426 18.1213 19.1213C17.2426 20 15.8284 20 13 20H12C12 20 11.5 22 8 22C8 22 9 20.9913 9 19.9827C7.44655 19.9359 6.51998 19.7626 5.87868 19.1213C5 18.2426 5 16.8284 5 14C5 11.1716 5 9.75736 5.87868 8.87868C6.75736 8 8.17157 8 11 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11.5H19.5C20.4346 11.5 20.9019 11.5 21.25 11.701C21.478 11.8326 21.6674 12.022 21.799 12.25C22 12.5981 22 13.0654 22 14C22 14.9346 22 15.4019 21.799 15.75C21.6674 15.978 21.478 16.1674 21.25 16.299C20.9019 16.5 20.4346 16.5 19.5 16.5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11.5H4.5C3.56538 11.5 3.09808 11.5 2.75 11.701C2.52197 11.8326 2.33261 12.022 2.20096 12.25C2 12.5981 2 13.0654 2 14C2 14.9346 2 15.4019 2.20096 15.75C2.33261 15.978 2.52197 16.1674 2.75 16.299C3.09808 16.5 3.56538 16.5 4.5 16.5H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 3.5C13.5 4.32843 12.8284 5 12 5C11.1716 5 10.5 4.32843 10.5 3.5C10.5 2.67157 11.1716 2 12 2C12.8284 2 13.5 2.67157 13.5 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 5V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12V13M15 12V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16.5C10 16.5 10.6667 17 12 17C13.3333 17 14 16.5 14 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 8H13C15.8284 8 17.2426 8 18.1213 8.87868C19 9.75736 19 11.1716 19 14C19 16.8284 19 18.2426 18.1213 19.1213C17.2426 20 15.8284 20 13 20H12C12 20 11.5 22 8 22C8 22 9 20.9913 9 19.9827C7.44655 19.9359 6.51998 19.7626 5.87868 19.1213C5 18.2426 5 16.8284 5 14C5 11.1716 5 9.75736 5.87868 8.87868C6.75736 8 8.17157 8 11 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11.5H19.5C20.4346 11.5 20.9019 11.5 21.25 11.701C21.478 11.8326 21.6674 12.022 21.799 12.25C22 12.5981 22 13.0654 22 14C22 14.9346 22 15.4019 21.799 15.75C21.6674 15.978 21.478 16.1674 21.25 16.299C20.9019 16.5 20.4346 16.5 19.5 16.5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11.5H4.5C3.56538 11.5 3.09808 11.5 2.75 11.701C2.52197 11.8326 2.33261 12.022 2.20096 12.25C2 12.5981 2 13.0654 2 14C2 14.9346 2 15.4019 2.20096 15.75C2.33261 15.978 2.52197 16.1674 2.75 16.299C3.09808 16.5 3.56538 16.5 4.5 16.5H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 3.5C13.5 4.32843 12.8284 5 12 5C11.1716 5 10.5 4.32843 10.5 3.5C10.5 2.67157 11.1716 2 12 2C12.8284 2 13.5 2.67157 13.5 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 5V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12V13M15 12V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16.5C10 16.5 10.6667 17 12 17C13.3333 17 14 16.5 14 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-chip{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12C4 8.22876 4 6.34315 5.17157 5.17157C6.34315 4 8.22876 4 12 4C15.7712 4 17.6569 4 18.8284 5.17157C20 6.34315 20 8.22876 20 12C20 15.7712 20 17.6569 18.8284 18.8284C17.6569 20 15.7712 20 12 20C8.22876 20 6.34315 20 5.17157 18.8284C4 17.6569 4 15.7712 4 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.73223 16.2678C8.46447 17 9.64298 17 12 17C12.7898 17 13.4473 17 14 16.9724L16.9724 14C17 13.4473 17 12.7898 17 12C17 9.64298 17 8.46447 16.2678 7.73223C15.5355 7 14.357 7 12 7C9.64298 7 8.46447 7 7.73223 7.73223C7 8.46447 7 9.64298 7 12C7 14.357 7 15.5355 7.73223 16.2678Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2V4M16 2V4M12 2V4M8 20V22M12 20V22M16 20V22M22 16H20M4 8H2M4 16H2M4 12H2M22 8H20M22 12H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12C4 8.22876 4 6.34315 5.17157 5.17157C6.34315 4 8.22876 4 12 4C15.7712 4 17.6569 4 18.8284 5.17157C20 6.34315 20 8.22876 20 12C20 15.7712 20 17.6569 18.8284 18.8284C17.6569 20 15.7712 20 12 20C8.22876 20 6.34315 20 5.17157 18.8284C4 17.6569 4 15.7712 4 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.73223 16.2678C8.46447 17 9.64298 17 12 17C12.7898 17 13.4473 17 14 16.9724L16.9724 14C17 13.4473 17 12.7898 17 12C17 9.64298 17 8.46447 16.2678 7.73223C15.5355 7 14.357 7 12 7C9.64298 7 8.46447 7 7.73223 7.73223C7 8.46447 7 9.64298 7 12C7 14.357 7 15.5355 7.73223 16.2678Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2V4M16 2V4M12 2V4M8 20V22M12 20V22M16 20V22M22 16H20M4 8H2M4 16H2M4 12H2M22 8H20M22 12H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-cloud-server{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.00005C17.485 8.00002 17.4925 8 17.5 8C19.9853 8 22 10.0147 22 12.5C22 14.9853 19.9853 17 17.5 17H7C4.23858 17 2 14.7614 2 12C2 9.40034 3.98398 7.26407 6.52042 7.0227M17.4776 8.00005C17.4924 7.83536 17.5 7.66856 17.5 7.5C17.5 4.46243 15.0376 2 12 2C9.12324 2 6.76233 4.20862 6.52042 7.0227M17.4776 8.00005C17.3753 9.1345 16.9286 10.1696 16.2428 11M6.52042 7.0227C6.67826 7.00768 6.83823 7 7 7C8.12582 7 9.16474 7.37209 10.0005 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 20.75V20.5C14 19.9477 13.5523 19.5 13 19.5H12M14 20.75V21C14 21.5523 13.5523 22 13 22H11C10.4477 22 10 21.5523 10 21V20.75M14 20.75H19M10 20.75V20.5C10 19.9477 10.4477 19.5 11 19.5H12M10 20.75H5M12 19.5V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.00005C17.485 8.00002 17.4925 8 17.5 8C19.9853 8 22 10.0147 22 12.5C22 14.9853 19.9853 17 17.5 17H7C4.23858 17 2 14.7614 2 12C2 9.40034 3.98398 7.26407 6.52042 7.0227M17.4776 8.00005C17.4924 7.83536 17.5 7.66856 17.5 7.5C17.5 4.46243 15.0376 2 12 2C9.12324 2 6.76233 4.20862 6.52042 7.0227M17.4776 8.00005C17.3753 9.1345 16.9286 10.1696 16.2428 11M6.52042 7.0227C6.67826 7.00768 6.83823 7 7 7C8.12582 7 9.16474 7.37209 10.0005 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 20.75V20.5C14 19.9477 13.5523 19.5 13 19.5H12M14 20.75V21C14 21.5523 13.5523 22 13 22H11C10.4477 22 10 21.5523 10 21V20.75M14 20.75H19M10 20.75V20.5C10 19.9477 10.4477 19.5 11 19.5H12M10 20.75H5M12 19.5V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-hologram{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19L16 15M8 15L7 19M12 16V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7C12.4955 7 12.9562 6.8015 13.8775 6.40451L14.5423 6.11803C16.1808 5.41202 17 5.05902 17 4.5C17 3.94098 16.1808 3.58798 14.5423 2.88197L13.8775 2.59549C12.9562 2.1985 12.4955 2 12 2C11.5045 2 11.0438 2.1985 10.1225 2.59549L9.45768 2.88197C7.81923 3.58798 7 3.94098 7 4.5C7 5.05902 7.81923 5.41202 9.45768 6.11803L10.1225 6.40451C11.0438 6.8015 11.5045 7 12 7ZM12 7V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4.5V10.5C17 11.059 16.1808 11.412 14.5423 12.118L13.8775 12.4045C12.9562 12.8015 12.4955 13 12 13C11.5045 13 11.0438 12.8015 10.1225 12.4045L9.45768 12.118C7.81923 11.412 7 11.059 7 10.5V4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19L16 15M8 15L7 19M12 16V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7C12.4955 7 12.9562 6.8015 13.8775 6.40451L14.5423 6.11803C16.1808 5.41202 17 5.05902 17 4.5C17 3.94098 16.1808 3.58798 14.5423 2.88197L13.8775 2.59549C12.9562 2.1985 12.4955 2 12 2C11.5045 2 11.0438 2.1985 10.1225 2.59549L9.45768 2.88197C7.81923 3.58798 7 3.94098 7 4.5C7 5.05902 7.81923 5.41202 9.45768 6.11803L10.1225 6.40451C11.0438 6.8015 11.5045 7 12 7ZM12 7V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4.5V10.5C17 11.059 16.1808 11.412 14.5423 12.118L13.8775 12.4045C12.9562 12.8015 12.4955 13 12 13C11.5045 13 11.0438 12.8015 10.1225 12.4045L9.45768 12.118C7.81923 11.412 7 11.059 7 10.5V4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-machine-robot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 13V8C17 5.23858 14.7614 3 12 3C9.23858 3 7 5.23858 7 8V13C7 14.8692 7 15.8038 7.40192 16.5C7.66523 16.9561 8.04394 17.3348 8.5 17.5981C9.19615 18 10.1308 18 12 18C13.8692 18 14.8038 18 15.5 17.5981C15.9561 17.3348 16.3348 16.9561 16.5981 16.5C17 15.8038 17 14.8692 17 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 21C18 19.8954 18.8954 19 20 19C21.1046 19 22 19.8954 22 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21C2 19.8954 2.89543 19 4 19C5.10457 19 6 19.8954 6 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.991 7.5H14%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7.5H10.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 19V15C20 13.1144 20 12.1716 19.4142 11.5858C18.8284 11 17.8856 11 16 11H8C6.11438 11 5.17157 11 4.58579 11.5858C4 12.1716 4 13.1144 4 15V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 13V8C17 5.23858 14.7614 3 12 3C9.23858 3 7 5.23858 7 8V13C7 14.8692 7 15.8038 7.40192 16.5C7.66523 16.9561 8.04394 17.3348 8.5 17.5981C9.19615 18 10.1308 18 12 18C13.8692 18 14.8038 18 15.5 17.5981C15.9561 17.3348 16.3348 16.9561 16.5981 16.5C17 15.8038 17 14.8692 17 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 21C18 19.8954 18.8954 19 20 19C21.1046 19 22 19.8954 22 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21C2 19.8954 2.89543 19 4 19C5.10457 19 6 19.8954 6 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.991 7.5H14%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7.5H10.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 19V15C20 13.1144 20 12.1716 19.4142 11.5858C18.8284 11 17.8856 11 16 11H8C6.11438 11 5.17157 11 4.58579 11.5858C4 12.1716 4 13.1144 4 15V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-ai-icons-robotic{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 16V14C19 11.1716 19 9.75736 18.1213 8.87868C17.2426 8 15.8284 8 13 8H11C8.17157 8 6.75736 8 5.87868 8.87868C5 9.75736 5 11.1716 5 14V16C5 18.8284 5 20.2426 5.87868 21.1213C6.75736 22 8.17157 22 11 22H13C15.8284 22 17.2426 22 18.1213 21.1213C19 20.2426 19 18.8284 19 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 18C20.4142 18 21.1213 18 21.5607 17.5607C22 17.1213 22 16.4142 22 15C22 13.5858 22 12.8787 21.5607 12.4393C21.1213 12 20.4142 12 19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 18C3.58579 18 2.87868 18 2.43934 17.5607C2 17.1213 2 16.4142 2 15C2 13.5858 2 12.8787 2.43934 12.4393C2.87868 12 3.58579 12 5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 3.5C13.5 4.32843 12.8284 5 12 5C11.1716 5 10.5 4.32843 10.5 3.5C10.5 2.67157 11.1716 2 12 2C12.8284 2 13.5 2.67157 13.5 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 5V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 13V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 17.5C10 17.5 10.6667 18 12 18C13.3333 18 14 17.5 14 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 16V14C19 11.1716 19 9.75736 18.1213 8.87868C17.2426 8 15.8284 8 13 8H11C8.17157 8 6.75736 8 5.87868 8.87868C5 9.75736 5 11.1716 5 14V16C5 18.8284 5 20.2426 5.87868 21.1213C6.75736 22 8.17157 22 11 22H13C15.8284 22 17.2426 22 18.1213 21.1213C19 20.2426 19 18.8284 19 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 18C20.4142 18 21.1213 18 21.5607 17.5607C22 17.1213 22 16.4142 22 15C22 13.5858 22 12.8787 21.5607 12.4393C21.1213 12 20.4142 12 19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 18C3.58579 18 2.87868 18 2.43934 17.5607C2 17.1213 2 16.4142 2 15C2 13.5858 2 12.8787 2.43934 12.4393C2.87868 12 3.58579 12 5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 3.5C13.5 4.32843 12.8284 5 12 5C11.1716 5 10.5 4.32843 10.5 3.5C10.5 2.67157 11.1716 2 12 2C12.8284 2 13.5 2.67157 13.5 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 5V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 13V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 17.5C10 17.5 10.6667 18 12 18C13.3333 18 14 17.5 14 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-alert-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.32171 9.68293C7.73539 5.41199 8.94222 3.27651 10.5983 2.72681C11.5093 2.4244 12.4907 2.4244 13.4017 2.72681C15.0578 3.27651 16.2646 5.41199 18.6783 9.68293C21.092 13.9539 22.2988 16.0893 21.9368 17.8293C21.7376 18.7866 21.2469 19.6549 20.535 20.3097C19.241 21.5 16.8274 21.5 12 21.5C7.17265 21.5 4.75897 21.5 3.46496 20.3097C2.75308 19.6549 2.26239 18.7866 2.06322 17.8293C1.70119 16.0893 2.90803 13.9539 5.32171 9.68293Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.2422 17V13C12.2422 12.5286 12.2422 12.2929 12.0957 12.1464C11.9493 12 11.7136 12 11.2422 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.992 9H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.32171 9.68293C7.73539 5.41199 8.94222 3.27651 10.5983 2.72681C11.5093 2.4244 12.4907 2.4244 13.4017 2.72681C15.0578 3.27651 16.2646 5.41199 18.6783 9.68293C21.092 13.9539 22.2988 16.0893 21.9368 17.8293C21.7376 18.7866 21.2469 19.6549 20.535 20.3097C19.241 21.5 16.8274 21.5 12 21.5C7.17265 21.5 4.75897 21.5 3.46496 20.3097C2.75308 19.6549 2.26239 18.7866 2.06322 17.8293C1.70119 16.0893 2.90803 13.9539 5.32171 9.68293Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.2422 17V13C12.2422 12.5286 12.2422 12.2929 12.0957 12.1464C11.9493 12 11.7136 12 11.2422 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.992 9H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-alert-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.32171 9.68293C7.73539 5.41199 8.94222 3.27651 10.5983 2.72681C11.5093 2.4244 12.4907 2.4244 13.4017 2.72681C15.0578 3.27651 16.2646 5.41199 18.6783 9.68293C21.092 13.9539 22.2988 16.0893 21.9368 17.8293C21.7376 18.7866 21.2469 19.6549 20.535 20.3097C19.241 21.5 16.8274 21.5 12 21.5C7.17265 21.5 4.75897 21.5 3.46496 20.3097C2.75308 19.6549 2.26239 18.7866 2.06322 17.8293C1.70119 16.0893 2.90803 13.9539 5.32171 9.68293Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.992 16H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.32171 9.68293C7.73539 5.41199 8.94222 3.27651 10.5983 2.72681C11.5093 2.4244 12.4907 2.4244 13.4017 2.72681C15.0578 3.27651 16.2646 5.41199 18.6783 9.68293C21.092 13.9539 22.2988 16.0893 21.9368 17.8293C21.7376 18.7866 21.2469 19.6549 20.535 20.3097C19.241 21.5 16.8274 21.5 12 21.5C7.17265 21.5 4.75897 21.5 3.46496 20.3097C2.75308 19.6549 2.26239 18.7866 2.06322 17.8293C1.70119 16.0893 2.90803 13.9539 5.32171 9.68293Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.992 16H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-alert-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.992 15H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12L12 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.992 15H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12L12 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-alert-diamond{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 16H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.1528 4.28405C13.9789 3.84839 13.4577 2.10473 12.1198 2.00447C12.0403 1.99851 11.9603 1.99851 11.8808 2.00447C10.5429 2.10474 10.0217 3.84829 8.8478 4.28405C7.60482 4.74524 5.90521 3.79988 4.85272 4.85239C3.83967 5.86542 4.73613 7.62993 4.28438 8.84747C3.82256 10.0915 1.89134 10.6061 2.0048 12.1195C2.10506 13.4574 3.84872 13.9786 4.28438 15.1525C4.73615 16.37 3.83962 18.1346 4.85272 19.1476C5.90506 20.2001 7.60478 19.2551 8.8478 19.7159C10.0214 20.1522 10.5431 21.8954 11.8808 21.9955C11.9603 22.0015 12.0403 22.0015 12.1198 21.9955C13.4575 21.8954 13.9793 20.1521 15.1528 19.7159C16.3704 19.2645 18.1351 20.1607 19.1479 19.1476C20.2352 18.0605 19.1876 16.2981 19.762 15.042C20.2929 13.8855 22.1063 13.3439 21.9958 11.8805C21.8957 10.5428 20.1525 10.021 19.7162 8.84747C19.2554 7.60445 20.2004 5.90473 19.1479 4.85239C18.0955 3.79983 16.3958 4.74527 15.1528 4.28405Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 16H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.1528 4.28405C13.9789 3.84839 13.4577 2.10473 12.1198 2.00447C12.0403 1.99851 11.9603 1.99851 11.8808 2.00447C10.5429 2.10474 10.0217 3.84829 8.8478 4.28405C7.60482 4.74524 5.90521 3.79988 4.85272 4.85239C3.83967 5.86542 4.73613 7.62993 4.28438 8.84747C3.82256 10.0915 1.89134 10.6061 2.0048 12.1195C2.10506 13.4574 3.84872 13.9786 4.28438 15.1525C4.73615 16.37 3.83962 18.1346 4.85272 19.1476C5.90506 20.2001 7.60478 19.2551 8.8478 19.7159C10.0214 20.1522 10.5431 21.8954 11.8808 21.9955C11.9603 22.0015 12.0403 22.0015 12.1198 21.9955C13.4575 21.8954 13.9793 20.1521 15.1528 19.7159C16.3704 19.2645 18.1351 20.1607 19.1479 19.1476C20.2352 18.0605 19.1876 16.2981 19.762 15.042C20.2929 13.8855 22.1063 13.3439 21.9958 11.8805C21.8957 10.5428 20.1525 10.021 19.7162 8.84747C19.2554 7.60445 20.2004 5.90473 19.1479 4.85239C18.0955 3.79983 16.3958 4.74527 15.1528 4.28405Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-alert-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9998 16H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9998 16H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-help-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 9C10 7.89543 10.8954 7 12 7C13.1046 7 14 7.89543 14 9C14 9.39815 13.8837 9.76913 13.6831 10.0808C13.0854 11.0097 12 11.8954 12 13V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.992 17H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 9C10 7.89543 10.8954 7 12 7C13.1046 7 14 7.89543 14 9C14 9.39815 13.8837 9.76913 13.6831 10.0808C13.0854 11.0097 12 11.8954 12 13V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.992 17H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-help-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 9C10 7.89543 10.8954 7 12 7C13.1046 7 14 7.89543 14 9C14 9.39815 13.8837 9.76913 13.6831 10.0808C13.0854 11.0097 12 11.8954 12 13V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.992 17H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 9C10 7.89543 10.8954 7 12 7C13.1046 7 14 7.89543 14 9C14 9.39815 13.8837 9.76913 13.6831 10.0808C13.0854 11.0097 12 11.8954 12 13V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.992 17H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-information-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.2422 17V12C12.2422 11.5286 12.2422 11.2929 12.0957 11.1464C11.9493 11 11.7136 11 11.2422 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.992 8H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.2422 17V12C12.2422 11.5286 12.2422 11.2929 12.0957 11.1464C11.9493 11 11.7136 11 11.2422 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.992 8H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-information-diamond{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1528 4.28405C13.9789 3.84839 13.4577 2.10473 12.1198 2.00447C12.0403 1.99851 11.9603 1.99851 11.8808 2.00447C10.5429 2.10474 10.0217 3.84829 8.8478 4.28405C7.60482 4.74524 5.90521 3.79988 4.85272 4.85239C3.83967 5.86542 4.73613 7.62993 4.28438 8.84747C3.82256 10.0915 1.89134 10.6061 2.0048 12.1195C2.10506 13.4574 3.84872 13.9786 4.28438 15.1525C4.73615 16.37 3.83962 18.1346 4.85272 19.1476C5.90506 20.2001 7.60478 19.2551 8.8478 19.7159C10.0214 20.1522 10.5431 21.8954 11.8808 21.9955C11.9603 22.0015 12.0403 22.0015 12.1198 21.9955C13.4575 21.8954 13.9793 20.1521 15.1528 19.7159C16.3704 19.2645 18.1351 20.1607 19.1479 19.1476C20.2352 18.0605 19.1876 16.2981 19.762 15.042C20.2929 13.8855 22.1063 13.3439 21.9958 11.8805C21.8957 10.5428 20.1525 10.021 19.7162 8.84747C19.2554 7.60445 20.2004 5.90473 19.1479 4.85239C18.0955 3.79983 16.3958 4.74527 15.1528 4.28405Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.2422 16V12C12.2422 11.5286 12.2422 11.2929 12.0957 11.1464C11.9493 11 11.7136 11 11.2422 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9922 8H12.0012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1528 4.28405C13.9789 3.84839 13.4577 2.10473 12.1198 2.00447C12.0403 1.99851 11.9603 1.99851 11.8808 2.00447C10.5429 2.10474 10.0217 3.84829 8.8478 4.28405C7.60482 4.74524 5.90521 3.79988 4.85272 4.85239C3.83967 5.86542 4.73613 7.62993 4.28438 8.84747C3.82256 10.0915 1.89134 10.6061 2.0048 12.1195C2.10506 13.4574 3.84872 13.9786 4.28438 15.1525C4.73615 16.37 3.83962 18.1346 4.85272 19.1476C5.90506 20.2001 7.60478 19.2551 8.8478 19.7159C10.0214 20.1522 10.5431 21.8954 11.8808 21.9955C11.9603 22.0015 12.0403 22.0015 12.1198 21.9955C13.4575 21.8954 13.9793 20.1521 15.1528 19.7159C16.3704 19.2645 18.1351 20.1607 19.1479 19.1476C20.2352 18.0605 19.1876 16.2981 19.762 15.042C20.2929 13.8855 22.1063 13.3439 21.9958 11.8805C21.8957 10.5428 20.1525 10.021 19.7162 8.84747C19.2554 7.60445 20.2004 5.90473 19.1479 4.85239C18.0955 3.79983 16.3958 4.74527 15.1528 4.28405Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.2422 16V12C12.2422 11.5286 12.2422 11.2929 12.0957 11.1464C11.9493 11 11.7136 11 11.2422 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9922 8H12.0012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-information-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.2422 17V12C12.2422 11.5286 12.2422 11.2929 12.0957 11.1464C11.9493 11 11.7136 11 11.2422 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.992 8H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.2422 17V12C12.2422 11.5286 12.2422 11.2929 12.0957 11.1464C11.9493 11 11.7136 11 11.2422 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.992 8H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-notification-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.15837 11.491C5.08489 12.887 5.16936 14.373 3.92213 15.3084C3.34164 15.7438 3 16.427 3 17.1527C3 18.1508 3.7818 19 4.8 19H19.2C20.2182 19 21 18.1508 21 17.1527C21 16.427 20.6584 15.7438 20.0779 15.3084C18.8306 14.373 18.9151 12.887 18.8416 11.491C18.6501 7.85223 15.6438 5 12 5C8.35617 5 5.34988 7.85222 5.15837 11.491Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 3.125C10.5 3.95343 11.1716 5 12 5C12.8284 5 13.5 3.95343 13.5 3.125C13.5 2.29657 12.8284 2 12 2C11.1716 2 10.5 2.29657 10.5 3.125Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19C15 20.6569 13.6569 22 12 22C10.3431 22 9 20.6569 9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.15837 11.491C5.08489 12.887 5.16936 14.373 3.92213 15.3084C3.34164 15.7438 3 16.427 3 17.1527C3 18.1508 3.7818 19 4.8 19H19.2C20.2182 19 21 18.1508 21 17.1527C21 16.427 20.6584 15.7438 20.0779 15.3084C18.8306 14.373 18.9151 12.887 18.8416 11.491C18.6501 7.85223 15.6438 5 12 5C8.35617 5 5.34988 7.85222 5.15837 11.491Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 3.125C10.5 3.95343 11.1716 5 12 5C12.8284 5 13.5 3.95343 13.5 3.125C13.5 2.29657 12.8284 2 12 2C11.1716 2 10.5 2.29657 10.5 3.125Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19C15 20.6569 13.6569 22 12 22C10.3431 22 9 20.6569 9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-notification-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.52992 14.7696C2.31727 16.1636 3.268 17.1312 4.43205 17.6134C8.89481 19.4622 15.1052 19.4622 19.5679 17.6134C20.732 17.1312 21.6827 16.1636 21.4701 14.7696C21.3394 13.9129 20.6932 13.1995 20.2144 12.5029C19.5873 11.5793 19.525 10.5718 19.5249 9.5C19.5249 5.35786 16.1559 2 12 2C7.84413 2 4.47513 5.35786 4.47513 9.5C4.47503 10.5718 4.41272 11.5793 3.78561 12.5029C3.30684 13.1995 2.66061 13.9129 2.52992 14.7696Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19C8.45849 20.7252 10.0755 22 12 22C13.9245 22 15.5415 20.7252 16 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.52992 14.7696C2.31727 16.1636 3.268 17.1312 4.43205 17.6134C8.89481 19.4622 15.1052 19.4622 19.5679 17.6134C20.732 17.1312 21.6827 16.1636 21.4701 14.7696C21.3394 13.9129 20.6932 13.1995 20.2144 12.5029C19.5873 11.5793 19.525 10.5718 19.5249 9.5C19.5249 5.35786 16.1559 2 12 2C7.84413 2 4.47513 5.35786 4.47513 9.5C4.47503 10.5718 4.41272 11.5793 3.78561 12.5029C3.30684 13.1995 2.66061 13.9129 2.52992 14.7696Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19C8.45849 20.7252 10.0755 22 12 22C13.9245 22 15.5415 20.7252 16 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-notification-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.52992 14.394C2.31727 15.7471 3.268 16.6862 4.43205 17.1542C8.89481 18.9486 15.1052 18.9486 19.5679 17.1542C20.732 16.6862 21.6827 15.7471 21.4701 14.394C21.3394 13.5625 20.6932 12.8701 20.2144 12.194C19.5873 11.2975 19.525 10.3197 19.5249 9.27941C19.5249 5.2591 16.1559 2 12 2C7.84413 2 4.47513 5.2591 4.47513 9.27941C4.47503 10.3197 4.41272 11.2975 3.78561 12.194C3.30684 12.8701 2.66061 13.5625 2.52992 14.394Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21C9.79613 21.6219 10.8475 22 12 22C13.1525 22 14.2039 21.6219 15 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.52992 14.394C2.31727 15.7471 3.268 16.6862 4.43205 17.1542C8.89481 18.9486 15.1052 18.9486 19.5679 17.1542C20.732 16.6862 21.6827 15.7471 21.4701 14.394C21.3394 13.5625 20.6932 12.8701 20.2144 12.194C19.5873 11.2975 19.525 10.3197 19.5249 9.27941C19.5249 5.2591 16.1559 2 12 2C7.84413 2 4.47513 5.2591 4.47513 9.27941C4.47503 10.3197 4.41272 11.2975 3.78561 12.194C3.30684 12.8701 2.66061 13.5625 2.52992 14.394Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21C9.79613 21.6219 10.8475 22 12 22C13.1525 22 14.2039 21.6219 15 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-notification-block-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 5.29686C12.8666 5.10373 12.1949 5 11.5 5C7.85617 5 4.84988 7.85222 4.65837 11.491C4.58489 12.887 4.66936 14.373 3.42213 15.3084C2.84164 15.7438 2.5 16.427 2.5 17.1527C2.5 18.1508 3.2818 19 4.3 19H18.7C19.7182 19 20.5 18.1508 20.5 17.1527C20.5 16.427 20.1584 15.7438 19.5779 15.3084C19.5513 15.2885 19.5254 15.2683 19.5 15.2479%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 3.125C10 3.95343 10.6716 5 11.5 5C12.3284 5 13 3.95343 13 3.125C13 2.29657 12.3284 2 11.5 2C10.6716 2 10 2.29657 10 3.125Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 19C14.5 20.6569 13.1569 22 11.5 22C9.84315 22 8.5 20.6569 8.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.55 7.05L20.45 11.95M21.5 9.5C21.5 7.567 19.933 6 18 6C16.067 6 14.5 7.567 14.5 9.5C14.5 11.433 16.067 13 18 13C19.933 13 21.5 11.433 21.5 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 5.29686C12.8666 5.10373 12.1949 5 11.5 5C7.85617 5 4.84988 7.85222 4.65837 11.491C4.58489 12.887 4.66936 14.373 3.42213 15.3084C2.84164 15.7438 2.5 16.427 2.5 17.1527C2.5 18.1508 3.2818 19 4.3 19H18.7C19.7182 19 20.5 18.1508 20.5 17.1527C20.5 16.427 20.1584 15.7438 19.5779 15.3084C19.5513 15.2885 19.5254 15.2683 19.5 15.2479%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 3.125C10 3.95343 10.6716 5 11.5 5C12.3284 5 13 3.95343 13 3.125C13 2.29657 12.3284 2 11.5 2C10.6716 2 10 2.29657 10 3.125Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 19C14.5 20.6569 13.1569 22 11.5 22C9.84315 22 8.5 20.6569 8.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.55 7.05L20.45 11.95M21.5 9.5C21.5 7.567 19.933 6 18 6C16.067 6 14.5 7.567 14.5 9.5C14.5 11.433 16.067 13 18 13C19.933 13 21.5 11.433 21.5 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-notification-block-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2.42385C13.2178 2.14933 12.3764 2 11.5 2C7.34413 2 3.97513 5.35786 3.97513 9.5C3.97503 10.5718 3.91272 11.5793 3.28561 12.5029C2.80684 13.1995 2.16061 13.9129 2.02992 14.7696C1.81727 16.1636 2.768 17.1312 3.93205 17.6134C8.39481 19.4622 14.6052 19.4622 19.0679 17.6134C20.232 17.1312 21.1827 16.1636 20.9701 14.7696C20.8702 14.1149 20.4692 13.5438 20.0719 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.05 5.05L19.95 9.95M21 7.5C21 5.567 19.433 4 17.5 4C15.567 4 14 5.567 14 7.5C14 9.433 15.567 11 17.5 11C19.433 11 21 9.433 21 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 19C7.95849 20.7252 9.57553 22 11.5 22C13.4245 22 15.0415 20.7252 15.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2.42385C13.2178 2.14933 12.3764 2 11.5 2C7.34413 2 3.97513 5.35786 3.97513 9.5C3.97503 10.5718 3.91272 11.5793 3.28561 12.5029C2.80684 13.1995 2.16061 13.9129 2.02992 14.7696C1.81727 16.1636 2.768 17.1312 3.93205 17.6134C8.39481 19.4622 14.6052 19.4622 19.0679 17.6134C20.232 17.1312 21.1827 16.1636 20.9701 14.7696C20.8702 14.1149 20.4692 13.5438 20.0719 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.05 5.05L19.95 9.95M21 7.5C21 5.567 19.433 4 17.5 4C15.567 4 14 5.567 14 7.5C14 9.433 15.567 11 17.5 11C19.433 11 21 9.433 21 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 19C7.95849 20.7252 9.57553 22 11.5 22C13.4245 22 15.0415 20.7252 15.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-notification-block-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2.41138C13.2178 2.14494 12.3764 2 11.5 2C7.34413 2 3.97513 5.2591 3.97513 9.27941C3.97503 10.3197 3.91272 11.2975 3.28561 12.194C2.80684 12.8701 2.16061 13.5625 2.02992 14.394C1.81727 15.7471 2.768 16.6862 3.93205 17.1542C8.39481 18.9486 14.6052 18.9486 19.0679 17.1542C20.232 16.6862 21.1827 15.7471 20.9701 14.394C20.8904 13.8869 20.6189 13.4315 20.3106 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.05 5.05L19.95 9.95M21 7.5C21 5.567 19.433 4 17.5 4C15.567 4 14 5.567 14 7.5C14 9.433 15.567 11 17.5 11C19.433 11 21 9.433 21 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 21C9.29613 21.6219 10.3475 22 11.5 22C12.6525 22 13.7039 21.6219 14.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2.41138C13.2178 2.14494 12.3764 2 11.5 2C7.34413 2 3.97513 5.2591 3.97513 9.27941C3.97503 10.3197 3.91272 11.2975 3.28561 12.194C2.80684 12.8701 2.16061 13.5625 2.02992 14.394C1.81727 15.7471 2.768 16.6862 3.93205 17.1542C8.39481 18.9486 14.6052 18.9486 19.0679 17.1542C20.232 16.6862 21.1827 15.7471 20.9701 14.394C20.8904 13.8869 20.6189 13.4315 20.3106 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.05 5.05L19.95 9.95M21 7.5C21 5.567 19.433 4 17.5 4C15.567 4 14 5.567 14 7.5C14 9.433 15.567 11 17.5 11C19.433 11 21 9.433 21 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 21C9.29613 21.6219 10.3475 22 11.5 22C12.6525 22 13.7039 21.6219 14.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-notification-bubble{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9598 10.9707C22.0134 11.8009 22.0134 12.6607 21.9598 13.4909C21.6856 17.7332 18.3536 21.1125 14.1706 21.3905C12.7435 21.4854 11.2536 21.4852 9.8294 21.3905C9.33896 21.3579 8.8044 21.2409 8.34401 21.0513C7.83177 20.8403 7.5756 20.7348 7.44544 20.7508C7.31527 20.7668 7.1264 20.9061 6.74868 21.1846C6.08268 21.6757 5.24367 22.0285 3.99943 21.9982C3.37026 21.9829 3.05568 21.9752 2.91484 21.7351C2.77401 21.495 2.94941 21.1626 3.30021 20.4978C3.78674 19.5758 4.09501 18.5203 3.62791 17.6746C2.82343 16.4666 2.1401 15.036 2.04024 13.4909C1.98659 12.6607 1.98659 11.8009 2.04024 10.9707C2.31441 6.72838 5.64639 3.34913 9.8294 3.07107C11.0318 2.99114 11.2812 2.97856 12.5 3.03368%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 5.5C22 7.433 20.433 9 18.5 9C16.567 9 15 7.433 15 5.5C15 3.567 16.567 2 18.5 2C20.433 2 22 3.567 22 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9598 10.9707C22.0134 11.8009 22.0134 12.6607 21.9598 13.4909C21.6856 17.7332 18.3536 21.1125 14.1706 21.3905C12.7435 21.4854 11.2536 21.4852 9.8294 21.3905C9.33896 21.3579 8.8044 21.2409 8.34401 21.0513C7.83177 20.8403 7.5756 20.7348 7.44544 20.7508C7.31527 20.7668 7.1264 20.9061 6.74868 21.1846C6.08268 21.6757 5.24367 22.0285 3.99943 21.9982C3.37026 21.9829 3.05568 21.9752 2.91484 21.7351C2.77401 21.495 2.94941 21.1626 3.30021 20.4978C3.78674 19.5758 4.09501 18.5203 3.62791 17.6746C2.82343 16.4666 2.1401 15.036 2.04024 13.4909C1.98659 12.6607 1.98659 11.8009 2.04024 10.9707C2.31441 6.72838 5.64639 3.34913 9.8294 3.07107C11.0318 2.99114 11.2812 2.97856 12.5 3.03368%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 5.5C22 7.433 20.433 9 18.5 9C16.567 9 15 7.433 15 5.5C15 3.567 16.567 2 18.5 2C20.433 2 22 3.567 22 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-notification-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 5.5C22 7.433 20.433 9 18.5 9C16.567 9 15 7.433 15 5.5C15 3.567 16.567 2 18.5 2C20.433 2 22 3.567 22 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.9506 11C21.9833 11.3289 22 11.6625 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C12.3375 2 12.6711 2.01672 13 2.04938%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 5.5C22 7.433 20.433 9 18.5 9C16.567 9 15 7.433 15 5.5C15 3.567 16.567 2 18.5 2C20.433 2 22 3.567 22 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.9506 11C21.9833 11.3289 22 11.6625 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C12.3375 2 12.6711 2.01672 13 2.04938%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-notification-off-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.0045 19H4.8005C3.78202 19 3 18.1508 3 17.1527C3 16.427 3.34173 15.7438 3.92239 15.3084C5.16997 14.373 5.08548 12.887 5.15897 11.491C5.24716 9.81588 5.93091 8.14021 7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 5.5C10.2958 5.17734 11.0937 5 12.0025 5C15.6474 5 18.6545 7.85223 18.8461 11.491C18.9196 12.887 18.8351 14.373 20.0827 15.3084C20.6224 15.7131 20.9557 16.332 21 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 3.125C10.5 3.95343 11.1716 5 12 5C12.8284 5 13.5 3.95343 13.5 3.125C13.5 2.29657 12.8284 2 12 2C11.1716 2 10.5 2.29657 10.5 3.125Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19C15 20.6569 13.6569 22 12 22C10.3431 22 9 20.6569 9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22L2 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.0045 19H4.8005C3.78202 19 3 18.1508 3 17.1527C3 16.427 3.34173 15.7438 3.92239 15.3084C5.16997 14.373 5.08548 12.887 5.15897 11.491C5.24716 9.81588 5.93091 8.14021 7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 5.5C10.2958 5.17734 11.0937 5 12.0025 5C15.6474 5 18.6545 7.85223 18.8461 11.491C18.9196 12.887 18.8351 14.373 20.0827 15.3084C20.6224 15.7131 20.9557 16.332 21 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 3.125C10.5 3.95343 11.1716 5 12 5C12.8284 5 13.5 3.95343 13.5 3.125C13.5 2.29657 12.8284 2 12 2C11.1716 2 10.5 2.29657 10.5 3.125Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19C15 20.6569 13.6569 22 12 22C10.3431 22 9 20.6569 9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22L2 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-notification-off-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 18.1673C13.7297 19.4388 8.39263 19.2542 4.43205 17.6135C3.268 17.1313 2.31727 16.1637 2.52992 14.7696C2.66061 13.9129 3.30684 13.1995 3.78561 12.5029C4.41272 11.5793 4.47503 10.5719 4.47513 9.50002C4.47513 8.12107 4.84851 6.61016 5.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 3.48831C8.75404 2.55352 10.3103 2 11.9962 2C16.1487 2 19.5149 5.35786 19.5149 9.5C19.5149 10.5718 19.5772 11.5793 20.2038 12.5029C20.6822 13.1995 21.3279 13.9129 21.4584 14.7696C21.5788 15.5596 21.4422 15.9946 20.9887 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22L2 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19C8.45849 20.7252 10.0755 22 12 22C13.9245 22 15.5415 20.7252 16 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 18.1673C13.7297 19.4388 8.39263 19.2542 4.43205 17.6135C3.268 17.1313 2.31727 16.1637 2.52992 14.7696C2.66061 13.9129 3.30684 13.1995 3.78561 12.5029C4.41272 11.5793 4.47503 10.5719 4.47513 9.50002C4.47513 8.12107 4.84851 6.61016 5.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 3.48831C8.75404 2.55352 10.3103 2 11.9962 2C16.1487 2 19.5149 5.35786 19.5149 9.5C19.5149 10.5718 19.5772 11.5793 20.2038 12.5029C20.6822 13.1995 21.3279 13.9129 21.4584 14.7696C21.5788 15.5596 21.4422 15.9946 20.9887 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22L2 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19C8.45849 20.7252 10.0755 22 12 22C13.9245 22 15.5415 20.7252 16 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-notification-off-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.8286C13.319 18.9099 8.23949 18.6851 4.43205 17.1543C3.268 16.6862 2.31727 15.7471 2.52992 14.3941C2.66061 13.5625 3.30684 12.8702 3.78561 12.194C4.41272 11.2975 4.47503 10.3197 4.47513 9.27944C4.47513 7.94104 4.84851 6.57751 5.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 3.5C8.76108 2.55917 10.339 2 12.0511 2C16.1846 2 19.5355 5.2591 19.5355 9.27941C19.5356 10.3197 19.5976 11.2975 20.2213 12.194C20.6975 12.8701 21.3403 13.5625 21.4702 14.394C21.6084 15.278 21.2527 15.9853 20.6666 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22L2 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21C9.79613 21.6219 10.8475 22 12 22C13.1525 22 14.2039 21.6219 15 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.8286C13.319 18.9099 8.23949 18.6851 4.43205 17.1543C3.268 16.6862 2.31727 15.7471 2.52992 14.3941C2.66061 13.5625 3.30684 12.8702 3.78561 12.194C4.41272 11.2975 4.47503 10.3197 4.47513 9.27944C4.47513 7.94104 4.84851 6.57751 5.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 3.5C8.76108 2.55917 10.339 2 12.0511 2C16.1846 2 19.5355 5.2591 19.5355 9.27941C19.5356 10.3197 19.5976 11.2975 20.2213 12.194C20.6975 12.8701 21.3403 13.5625 21.4702 14.394C21.6084 15.278 21.2527 15.9853 20.6666 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22L2 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21C9.79613 21.6219 10.8475 22 12 22C13.1525 22 14.2039 21.6219 15 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-notification-snooze-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5C8.35617 5 5.34988 7.85222 5.15837 11.491C5.08489 12.887 5.16936 14.373 3.92213 15.3084C3.34164 15.7438 3 16.427 3 17.1527C3 18.1508 3.7818 19 4.8 19H19.2C20.2182 19 21 18.1508 21 17.1527C21 16.427 20.6584 15.7438 20.0779 15.3084C19.5912 14.9434 19.3073 14.4946 19.1376 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.016 5H19.6884C20.4611 5 20.8474 5 20.9503 5.24011C21.0532 5.48023 20.7903 5.76827 20.2646 6.34436L16.8469 9.65564C16.3211 10.2317 15.9131 10.5198 16.016 10.7599C16.1189 11 16.6504 11 17.423 11H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 3.125C10.5 3.95343 11.1716 5 12 5C12.8284 5 13.5 3.95343 13.5 3.125C13.5 2.29657 12.8284 2 12 2C11.1716 2 10.5 2.29657 10.5 3.125Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19C15 20.6569 13.6569 22 12 22C10.3431 22 9 20.6569 9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5C8.35617 5 5.34988 7.85222 5.15837 11.491C5.08489 12.887 5.16936 14.373 3.92213 15.3084C3.34164 15.7438 3 16.427 3 17.1527C3 18.1508 3.7818 19 4.8 19H19.2C20.2182 19 21 18.1508 21 17.1527C21 16.427 20.6584 15.7438 20.0779 15.3084C19.5912 14.9434 19.3073 14.4946 19.1376 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.016 5H19.6884C20.4611 5 20.8474 5 20.9503 5.24011C21.0532 5.48023 20.7903 5.76827 20.2646 6.34436L16.8469 9.65564C16.3211 10.2317 15.9131 10.5198 16.016 10.7599C16.1189 11 16.6504 11 17.423 11H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 3.125C10.5 3.95343 11.1716 5 12 5C12.8284 5 13.5 3.95343 13.5 3.125C13.5 2.29657 12.8284 2 12 2C11.1716 2 10.5 2.29657 10.5 3.125Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19C15 20.6569 13.6569 22 12 22C10.3431 22 9 20.6569 9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-notification-snooze-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 2.14902C13.0153 2.05129 12.5136 2 12 2C7.84413 2 4.47513 5.35786 4.47513 9.5C4.47503 10.5718 4.41272 11.5793 3.78561 12.5029C3.30684 13.1995 2.66061 13.9129 2.52992 14.7696C2.31727 16.1636 3.268 17.1312 4.43205 17.6134C8.89481 19.4622 15.1052 19.4622 19.5679 17.6134C20.732 17.1312 21.6827 16.1636 21.4701 14.7696C21.3702 14.1149 20.9692 13.5438 20.5719 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.016 4H19.6884C20.4611 4 20.8474 4 20.9503 4.24011C21.0532 4.48023 20.7903 4.76827 20.2646 5.34436L16.8469 8.65564C16.3212 9.23173 15.9131 9.51977 16.016 9.75989C16.1189 10 16.6504 10 17.423 10H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19C8.45849 20.7252 10.0755 22 12 22C13.9245 22 15.5415 20.7252 16 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 2.14902C13.0153 2.05129 12.5136 2 12 2C7.84413 2 4.47513 5.35786 4.47513 9.5C4.47503 10.5718 4.41272 11.5793 3.78561 12.5029C3.30684 13.1995 2.66061 13.9129 2.52992 14.7696C2.31727 16.1636 3.268 17.1312 4.43205 17.6134C8.89481 19.4622 15.1052 19.4622 19.5679 17.6134C20.732 17.1312 21.6827 16.1636 21.4701 14.7696C21.3702 14.1149 20.9692 13.5438 20.5719 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.016 4H19.6884C20.4611 4 20.8474 4 20.9503 4.24011C21.0532 4.48023 20.7903 4.76827 20.2646 5.34436L16.8469 8.65564C16.3212 9.23173 15.9131 9.51977 16.016 9.75989C16.1189 10 16.6504 10 17.423 10H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19C8.45849 20.7252 10.0755 22 12 22C13.9245 22 15.5415 20.7252 16 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-notification-snooze-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 11.8453C20.0629 11.9628 20.134 12.0791 20.2144 12.194C20.6932 12.8701 21.3394 13.5625 21.4701 14.394C21.6827 15.7471 20.732 16.6862 19.5679 17.1542C15.1052 18.9486 8.89481 18.9486 4.43205 17.1542C3.268 16.6862 2.31727 15.7471 2.52992 14.394C2.66061 13.5625 3.30684 12.8701 3.78561 12.194C4.41272 11.2975 4.47503 10.3197 4.47513 9.27941C4.47513 5.2591 7.84413 2 12 2C12.5136 2 13.0153 2.04979 13.5 2.14464%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.016 3H19.6884C20.4611 3 20.8474 3 20.9503 3.24011C21.0532 3.48023 20.7903 3.76827 20.2646 4.34436L16.8469 7.65564C16.3212 8.23173 15.9131 8.51977 16.016 8.75989C16.1189 9 16.6504 9 17.423 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21C9.79613 21.6219 10.8475 22 12 22C13.1525 22 14.2039 21.6219 15 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 11.8453C20.0629 11.9628 20.134 12.0791 20.2144 12.194C20.6932 12.8701 21.3394 13.5625 21.4701 14.394C21.6827 15.7471 20.732 16.6862 19.5679 17.1542C15.1052 18.9486 8.89481 18.9486 4.43205 17.1542C3.268 16.6862 2.31727 15.7471 2.52992 14.394C2.66061 13.5625 3.30684 12.8701 3.78561 12.194C4.41272 11.2975 4.47503 10.3197 4.47513 9.27941C4.47513 5.2591 7.84413 2 12 2C12.5136 2 13.0153 2.04979 13.5 2.14464%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.016 3H19.6884C20.4611 3 20.8474 3 20.9503 3.24011C21.0532 3.48023 20.7903 3.76827 20.2646 4.34436L16.8469 7.65564C16.3212 8.23173 15.9131 8.51977 16.016 8.75989C16.1189 9 16.6504 9 17.423 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21C9.79613 21.6219 10.8475 22 12 22C13.1525 22 14.2039 21.6219 15 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-notification-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 3H11.5C7.02166 3 4.78249 3 3.39124 4.39124C2 5.78249 2 8.02166 2 12.5C2 16.9783 2 19.2175 3.39124 20.6088C4.78249 22 7.02166 22 11.5 22C15.9783 22 18.2175 22 19.6088 20.6088C21 19.2175 21 16.9783 21 12.5V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 5.5C22 7.433 20.433 9 18.5 9C16.567 9 15 7.433 15 5.5C15 3.567 16.567 2 18.5 2C20.433 2 22 3.567 22 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 11H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 3H11.5C7.02166 3 4.78249 3 3.39124 4.39124C2 5.78249 2 8.02166 2 12.5C2 16.9783 2 19.2175 3.39124 20.6088C4.78249 22 7.02166 22 11.5 22C15.9783 22 18.2175 22 19.6088 20.6088C21 19.2175 21 16.9783 21 12.5V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 5.5C22 7.433 20.433 9 18.5 9C16.567 9 15 7.433 15 5.5C15 3.567 16.567 2 18.5 2C20.433 2 22 3.567 22 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 11H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-radioactive-alert{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 3C7.78555 3.91217 7 5.36445 7 7.0002C7 9.76151 9.23858 12 12 12C14.7614 12 17 9.76151 17 7.0002C17 5.36445 16.2144 3.91217 15 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13C20.0878 11.7856 18.6355 11 16.9998 11C14.2385 11 12 13.2386 12 16C12 18.7614 14.2385 21 16.9998 21C18.6355 21 20.0878 20.2144 21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 13C3.91221 11.7857 5.36426 11 7 11C9.76142 11 12 13.2386 12 16C12 18.7614 9.76142 21 7 21C5.3644 21 3.91223 20.2147 3 19.0005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 3C7.78555 3.91217 7 5.36445 7 7.0002C7 9.76151 9.23858 12 12 12C14.7614 12 17 9.76151 17 7.0002C17 5.36445 16.2144 3.91217 15 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13C20.0878 11.7856 18.6355 11 16.9998 11C14.2385 11 12 13.2386 12 16C12 18.7614 14.2385 21 16.9998 21C18.6355 21 20.0878 20.2144 21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 13C3.91221 11.7857 5.36426 11 7 11C9.76142 11 12 13.2386 12 16C12 18.7614 9.76142 21 7 21C5.3644 21 3.91223 20.2147 3 19.0005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-alert-and-notification-icons-spam{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.3107 3H11.6893C9.25367 3 8.03584 3 7.03946 3.55252C6.04307 4.10503 5.45164 5.10831 4.26878 7.11486L3.67928 8.11486C2.55976 10.0139 2 10.9635 2 12C2 13.0365 2.55976 13.9861 3.67928 15.8851L4.26878 16.8851C5.45164 18.8917 6.04307 19.895 7.03946 20.4475C8.03584 21 9.25367 21 11.6893 21H12.3107C14.7463 21 15.9642 21 16.9605 20.4475C17.9569 19.895 18.5484 18.8917 19.7312 16.8851L20.3207 15.8851C21.4402 13.9861 22 13.0365 22 12C22 10.9635 21.4402 10.0139 20.3207 8.11485L19.7312 7.11486C18.5484 5.10831 17.9569 4.10503 16.9605 3.55252C15.9642 3 14.7463 3 12.3107 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.992 16H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9922 13L11.9922 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.3107 3H11.6893C9.25367 3 8.03584 3 7.03946 3.55252C6.04307 4.10503 5.45164 5.10831 4.26878 7.11486L3.67928 8.11486C2.55976 10.0139 2 10.9635 2 12C2 13.0365 2.55976 13.9861 3.67928 15.8851L4.26878 16.8851C5.45164 18.8917 6.04307 19.895 7.03946 20.4475C8.03584 21 9.25367 21 11.6893 21H12.3107C14.7463 21 15.9642 21 16.9605 20.4475C17.9569 19.895 18.5484 18.8917 19.7312 16.8851L20.3207 15.8851C21.4402 13.9861 22 13.0365 22 12C22 10.9635 21.4402 10.0139 20.3207 8.11485L19.7312 7.11486C18.5484 5.10831 17.9569 4.10503 16.9605 3.55252C15.9642 3 14.7463 3 12.3107 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.992 16H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9922 13L11.9922 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-bounce-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 10C11.1153 13.01 12.1055 17.1528 12.752 20.086C12.8835 20.6824 12.9492 20.9806 13.0872 20.9991C13.2252 21.0177 13.3662 20.7339 13.6482 20.1662C14.9939 17.4579 17.7827 15.062 20 17.1079%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%222%22 cy%3D%222%22 r%3D%222%22 transform%3D%22matrix(-1 0 0 1 8 3)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 10C11.1153 13.01 12.1055 17.1528 12.752 20.086C12.8835 20.6824 12.9492 20.9806 13.0872 20.9991C13.2252 21.0177 13.3662 20.7339 13.6482 20.1662C14.9939 17.4579 17.7827 15.062 20 17.1079%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%222%22 cy%3D%222%22 r%3D%222%22 transform%3D%22matrix(-1 0 0 1 8 3)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-bounce-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 10C12.8847 13.01 11.8945 17.1528 11.248 20.086C11.1165 20.6824 11.0508 20.9806 10.9128 20.9991C10.7748 21.0177 10.6338 20.7339 10.3518 20.1662C9.00614 17.4579 6.21729 15.062 4 17.1079%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2218%22 cy%3D%225%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 10C12.8847 13.01 11.8945 17.1528 11.248 20.086C11.1165 20.6824 11.0508 20.9806 10.9128 20.9991C10.7748 21.0177 10.6338 20.7339 10.3518 20.1662C9.00614 17.4579 6.21729 15.062 4 17.1079%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2218%22 cy%3D%225%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-ease-curve-control-points{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 4C16 4 13.9792 8.0416 12 12C10.0208 15.9584 8 20 3 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 20H12M15 20L17 20M17 20C17 21.1046 17.8954 22 19 22C20.1046 22 21 21.1046 21 20C21 18.8954 20.1046 18 19 18C17.8954 18 17 18.8954 17 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4H14M7 4L9 4M7 4C7 5.10457 6.10457 6 5 6C3.89543 6 3 5.10457 3 4C3 2.89543 3.89543 2 5 2C6.10457 2 7 2.89543 7 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 4C16 4 13.9792 8.0416 12 12C10.0208 15.9584 8 20 3 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 20H12M15 20L17 20M17 20C17 21.1046 17.8954 22 19 22C20.1046 22 21 21.1046 21 20C21 18.8954 20.1046 18 19 18C17.8954 18 17 18.8954 17 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4H14M7 4L9 4M7 4C7 5.10457 6.10457 6 5 6C3.89543 6 3 5.10457 3 4C3 2.89543 3.89543 2 5 2C6.10457 2 7 2.89543 7 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-ease-in-control-point{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 3C20 3 13 19 2 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19H13M16 19L18 19M18 19C18 20.1046 18.8954 21 20 21C21.1046 21 22 20.1046 22 19C22 17.8954 21.1046 17 20 17C18.8954 17 18 17.8954 18 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 3C20 3 13 19 2 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19H13M16 19L18 19M18 19C18 20.1046 18.8954 21 20 21C21.1046 21 22 20.1046 22 19C22 17.8954 21.1046 17 20 17C18.8954 17 18 17.8954 18 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-ease-in-out{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 4C11.0535 4 12.9465 20 3 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 4C11.0535 4 12.9465 20 3 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-ease-in{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 4C21 4 14 20 3 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 4C21 4 14 20 3 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-ease-out-control-point{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 21C4 21 11 5 22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5H13M6 5L8 5M6 5C6 6.10457 5.10457 7 4 7C2.89543 7 2 6.10457 2 5C2 3.89543 2.89543 3 4 3C5.10457 3 6 3.89543 6 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 21C4 21 11 5 22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5H13M6 5L8 5M6 5C6 6.10457 5.10457 7 4 7C2.89543 7 2 6.10457 2 5C2 3.89543 2.89543 3 4 3C5.10457 3 6 3.89543 6 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-ease-out{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 20C3 20 10 4 21 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 20C3 20 10 4 21 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-keyframe-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.70914 7.78228C7.76637 6.59409 8.29499 6 9 6C9.70501 6 10.2336 6.59409 11.2909 7.78228L13.891 10.7045C15.297 12.2847 16 13.0747 16 14C16 14.9253 15.297 15.7153 13.891 17.2955L11.2909 20.2177C10.2336 21.4059 9.70501 22 9 22C8.29499 22 7.76637 21.4059 6.70914 20.2177L4.10902 17.2955C2.70301 15.7153 2 14.9253 2 14C2 13.0747 2.70301 12.2847 4.10902 10.7045L6.70914 7.78228Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.5 9L18.5 2M15 5.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.70914 7.78228C7.76637 6.59409 8.29499 6 9 6C9.70501 6 10.2336 6.59409 11.2909 7.78228L13.891 10.7045C15.297 12.2847 16 13.0747 16 14C16 14.9253 15.297 15.7153 13.891 17.2955L11.2909 20.2177C10.2336 21.4059 9.70501 22 9 22C8.29499 22 7.76637 21.4059 6.70914 20.2177L4.10902 17.2955C2.70301 15.7153 2 14.9253 2 14C2 13.0747 2.70301 12.2847 4.10902 10.7045L6.70914 7.78228Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.5 9L18.5 2M15 5.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-keyframe-align-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8546 8.89114C11.3832 8.29705 11.6475 8 12 8C12.3525 8 12.6168 8.29705 13.1454 8.89114L14.4455 10.3522C15.1485 11.1423 15.5 11.5374 15.5 12C15.5 12.4626 15.1485 12.8577 14.4455 13.6478L13.1454 15.1089C12.6168 15.703 12.3525 16 12 16C11.6475 16 11.3832 15.703 10.8546 15.1089L9.55451 13.6478C8.8515 12.8577 8.5 12.4626 8.5 12C8.5 11.5374 8.8515 11.1423 9.55451 10.3522L10.8546 8.89114Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 12L2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8546 8.89114C11.3832 8.29705 11.6475 8 12 8C12.3525 8 12.6168 8.29705 13.1454 8.89114L14.4455 10.3522C15.1485 11.1423 15.5 11.5374 15.5 12C15.5 12.4626 15.1485 12.8577 14.4455 13.6478L13.1454 15.1089C12.6168 15.703 12.3525 16 12 16C11.6475 16 11.3832 15.703 10.8546 15.1089L9.55451 13.6478C8.8515 12.8577 8.5 12.4626 8.5 12C8.5 11.5374 8.8515 11.1423 9.55451 10.3522L10.8546 8.89114Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 12L2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-keyframe-align-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8546 8.89114C11.3832 8.29705 11.6475 8 12 8C12.3525 8 12.6168 8.29705 13.1454 8.89114L14.4455 10.3522C15.1485 11.1423 15.5 11.5374 15.5 12C15.5 12.4626 15.1485 12.8577 14.4455 13.6478L13.1454 15.1089C12.6168 15.703 12.3525 16 12 16C11.6475 16 11.3832 15.703 10.8546 15.1089L9.55451 13.6478C8.8515 12.8577 8.5 12.4626 8.5 12C8.5 11.5374 8.8515 11.1423 9.55451 10.3522L10.8546 8.89114Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 12L2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8546 8.89114C11.3832 8.29705 11.6475 8 12 8C12.3525 8 12.6168 8.29705 13.1454 8.89114L14.4455 10.3522C15.1485 11.1423 15.5 11.5374 15.5 12C15.5 12.4626 15.1485 12.8577 14.4455 13.6478L13.1454 15.1089C12.6168 15.703 12.3525 16 12 16C11.6475 16 11.3832 15.703 10.8546 15.1089L9.55451 13.6478C8.8515 12.8577 8.5 12.4626 8.5 12C8.5 11.5374 8.8515 11.1423 9.55451 10.3522L10.8546 8.89114Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 12L2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-keyframe-align-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8546 8.89114C11.3832 8.29705 11.6475 8 12 8C12.3525 8 12.6168 8.29705 13.1454 8.89114L14.4455 10.3522C15.1485 11.1423 15.5 11.5374 15.5 12C15.5 12.4626 15.1485 12.8577 14.4455 13.6478L13.1454 15.1089C12.6168 15.703 12.3525 16 12 16C11.6475 16 11.3832 15.703 10.8546 15.1089L9.55451 13.6478C8.8515 12.8577 8.5 12.4626 8.5 12C8.5 11.5374 8.8515 11.1423 9.55451 10.3522L10.8546 8.89114Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 19L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8546 8.89114C11.3832 8.29705 11.6475 8 12 8C12.3525 8 12.6168 8.29705 13.1454 8.89114L14.4455 10.3522C15.1485 11.1423 15.5 11.5374 15.5 12C15.5 12.4626 15.1485 12.8577 14.4455 13.6478L13.1454 15.1089C12.6168 15.703 12.3525 16 12 16C11.6475 16 11.3832 15.703 10.8546 15.1089L9.55451 13.6478C8.8515 12.8577 8.5 12.4626 8.5 12C8.5 11.5374 8.8515 11.1423 9.55451 10.3522L10.8546 8.89114Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 19L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-keyframe-bottom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6909 5.00254C11.2951 4.33418 11.5971 4 12 4C12.4029 4 12.7049 4.33418 13.3091 5.00253L14.7948 6.64627C15.5983 7.53512 16 7.97954 16 8.5C16 9.02046 15.5983 9.46488 14.7948 10.3537L13.3091 11.9975C12.7049 12.6658 12.4029 13 12 13C11.5971 13 11.2951 12.6658 10.6909 11.9975L9.20516 10.3537C8.40172 9.46488 8 9.02046 8 8.5C8 7.97954 8.40172 7.53512 9.20515 6.64627L10.6909 5.00254Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 16V20M3 20H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6909 5.00254C11.2951 4.33418 11.5971 4 12 4C12.4029 4 12.7049 4.33418 13.3091 5.00253L14.7948 6.64627C15.5983 7.53512 16 7.97954 16 8.5C16 9.02046 15.5983 9.46488 14.7948 10.3537L13.3091 11.9975C12.7049 12.6658 12.4029 13 12 13C11.5971 13 11.2951 12.6658 10.6909 11.9975L9.20516 10.3537C8.40172 9.46488 8 9.02046 8 8.5C8 7.97954 8.40172 7.53512 9.20515 6.64627L10.6909 5.00254Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 16V20M3 20H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-keyframe-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9975 10.6909C19.6658 11.2951 20 11.5971 20 12C20 12.4029 19.6658 12.7049 18.9975 13.3091L17.3537 14.7948C16.4649 15.5983 16.0205 16 15.5 16C14.9795 16 14.5351 15.5983 13.6463 14.7948L12.0025 13.3091C11.3342 12.7049 11 12.4029 11 12C11 11.5971 11.3342 11.2951 12.0025 10.6909L13.6463 9.20516C14.5351 8.40172 14.9795 8 15.5 8C16.0205 8 16.4649 8.40172 17.3537 9.20515L18.9975 10.6909Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 12H4M4 3L4 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9975 10.6909C19.6658 11.2951 20 11.5971 20 12C20 12.4029 19.6658 12.7049 18.9975 13.3091L17.3537 14.7948C16.4649 15.5983 16.0205 16 15.5 16C14.9795 16 14.5351 15.5983 13.6463 14.7948L12.0025 13.3091C11.3342 12.7049 11 12.4029 11 12C11 11.5971 11.3342 11.2951 12.0025 10.6909L13.6463 9.20516C14.5351 8.40172 14.9795 8 15.5 8C16.0205 8 16.4649 8.40172 17.3537 9.20515L18.9975 10.6909Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 12H4M4 3L4 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-keyframe-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.70914 7.78228C7.76637 6.59409 8.29499 6 9 6C9.70501 6 10.2336 6.59409 11.2909 7.78228L13.891 10.7045C15.297 12.2847 16 13.0747 16 14C16 14.9253 15.297 15.7153 13.891 17.2955L11.2909 20.2177C10.2336 21.4059 9.70501 22 9 22C8.29499 22 7.76637 21.4059 6.70914 20.2177L4.10902 17.2955C2.70301 15.7153 2 14.9253 2 14C2 13.0747 2.70301 12.2847 4.10902 10.7045L6.70914 7.78228Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.70914 7.78228C7.76637 6.59409 8.29499 6 9 6C9.70501 6 10.2336 6.59409 11.2909 7.78228L13.891 10.7045C15.297 12.2847 16 13.0747 16 14C16 14.9253 15.297 15.7153 13.891 17.2955L11.2909 20.2177C10.2336 21.4059 9.70501 22 9 22C8.29499 22 7.76637 21.4059 6.70914 20.2177L4.10902 17.2955C2.70301 15.7153 2 14.9253 2 14C2 13.0747 2.70301 12.2847 4.10902 10.7045L6.70914 7.78228Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-keyframe-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00253 13.3091C4.33418 12.7049 4 12.4029 4 12C4 11.5971 4.33418 11.2951 5.00253 10.6909L6.64627 9.20515C7.53512 8.40172 7.97954 8 8.5 8C9.02046 8 9.46488 8.40172 10.3537 9.20515L11.9975 10.6909C12.6658 11.2951 13 11.5971 13 12C13 12.4029 12.6658 12.7049 11.9975 13.3091L10.3537 14.7948C9.46488 15.5983 9.02046 16 8.5 16C7.97954 16 7.53512 15.5983 6.64627 14.7948L5.00253 13.3091Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 12H20M20 21L20 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00253 13.3091C4.33418 12.7049 4 12.4029 4 12C4 11.5971 4.33418 11.2951 5.00253 10.6909L6.64627 9.20515C7.53512 8.40172 7.97954 8 8.5 8C9.02046 8 9.46488 8.40172 10.3537 9.20515L11.9975 10.6909C12.6658 11.2951 13 11.5971 13 12C13 12.4029 12.6658 12.7049 11.9975 13.3091L10.3537 14.7948C9.46488 15.5983 9.02046 16 8.5 16C7.97954 16 7.53512 15.5983 6.64627 14.7948L5.00253 13.3091Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 12H20M20 21L20 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-keyframe-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.3091 18.9975C12.7049 19.6658 12.4029 20 12 20C11.5971 20 11.2951 19.6658 10.6909 18.9975L9.20516 17.3537C8.40172 16.4649 8 16.0205 8 15.5C8 14.9795 8.40172 14.5351 9.20515 13.6463L10.6909 12.0025C11.2951 11.3342 11.5971 11 12 11C12.4029 11 12.7049 11.3342 13.3091 12.0025L14.7948 13.6463C15.5983 14.5351 16 14.9795 16 15.5C16 16.0205 15.5983 16.4649 14.7948 17.3537L13.3091 18.9975Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8V4M21 4L3 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.3091 18.9975C12.7049 19.6658 12.4029 20 12 20C11.5971 20 11.2951 19.6658 10.6909 18.9975L9.20516 17.3537C8.40172 16.4649 8 16.0205 8 15.5C8 14.9795 8.40172 14.5351 9.20515 13.6463L10.6909 12.0025C11.2951 11.3342 11.5971 11 12 11C12.4029 11 12.7049 11.3342 13.3091 12.0025L14.7948 13.6463C15.5983 14.5351 16 14.9795 16 15.5C16 16.0205 15.5983 16.4649 14.7948 17.3537L13.3091 18.9975Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8V4M21 4L3 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-keyframe{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.38188 5.00507C10.5901 3.66836 11.1943 3 12 3C12.8057 3 13.4099 3.66836 14.6181 5.00507L17.5897 8.29254C19.1966 10.0702 20 10.9591 20 12C20 13.0409 19.1966 13.9298 17.5897 15.7075L14.6181 18.9949C13.4099 20.3316 12.8057 21 12 21C11.1943 21 10.5901 20.3316 9.38188 18.9949L6.41031 15.7075C4.80344 13.9298 4 13.0409 4 12C4 10.9591 4.80344 10.0702 6.41031 8.29254L9.38188 5.00507Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.38188 5.00507C10.5901 3.66836 11.1943 3 12 3C12.8057 3 13.4099 3.66836 14.6181 5.00507L17.5897 8.29254C19.1966 10.0702 20 10.9591 20 12C20 13.0409 19.1966 13.9298 17.5897 15.7075L14.6181 18.9949C13.4099 20.3316 12.8057 21 12 21C11.1943 21 10.5901 20.3316 9.38188 18.9949L6.41031 15.7075C4.80344 13.9298 4 13.0409 4 12C4 10.9591 4.80344 10.0702 6.41031 8.29254L9.38188 5.00507Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-keyframes-double-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.002 4.5C14.3775 4.16667 14.6982 4 15.068 4C15.7661 4 16.2896 4.59409 17.3365 5.78228L19.9113 8.70448C21.3036 10.2847 21.9998 11.0747 21.9998 12C21.9998 12.9253 21.3036 13.7153 19.9113 15.2955L17.3365 18.2177C16.2896 19.4059 15.7661 20 15.068 20C14.6982 20 14.3775 19.8333 14.002 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 5.4398C7.86196 4.47993 8.35392 4 8.98862 4C9.69478 4 10.2243 4.59409 11.2832 5.78228L13.8875 8.70448C15.2959 10.2847 16 11.0747 16 12C16 12.9253 15.2959 13.7153 13.8876 15.2955L11.2832 18.2177C10.2243 19.4059 9.69478 20 8.98862 20C8.35392 20 7.86196 19.5201 7 18.5602%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 15.5L5.5 8.5M2 12H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.002 4.5C14.3775 4.16667 14.6982 4 15.068 4C15.7661 4 16.2896 4.59409 17.3365 5.78228L19.9113 8.70448C21.3036 10.2847 21.9998 11.0747 21.9998 12C21.9998 12.9253 21.3036 13.7153 19.9113 15.2955L17.3365 18.2177C16.2896 19.4059 15.7661 20 15.068 20C14.6982 20 14.3775 19.8333 14.002 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 5.4398C7.86196 4.47993 8.35392 4 8.98862 4C9.69478 4 10.2243 4.59409 11.2832 5.78228L13.8875 8.70448C15.2959 10.2847 16 11.0747 16 12C16 12.9253 15.2959 13.7153 13.8876 15.2955L11.2832 18.2177C10.2243 19.4059 9.69478 20 8.98862 20C8.35392 20 7.86196 19.5201 7 18.5602%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 15.5L5.5 8.5M2 12H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-keyframes-double-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.002 4.5C14.3775 4.16667 14.6982 4 15.068 4C15.7661 4 16.2896 4.59409 17.3365 5.78228L19.9113 8.70448C21.3036 10.2847 21.9998 11.0747 21.9998 12C21.9998 12.9253 21.3036 13.7153 19.9113 15.2955L17.3365 18.2177C16.2896 19.4059 15.7661 20 15.068 20C14.6982 20 14.3775 19.8333 14.002 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 5.4398C7.86196 4.47993 8.35392 4 8.98862 4C9.69478 4 10.2243 4.59409 11.2832 5.78228L13.8875 8.70448C15.2959 10.2847 16 11.0747 16 12C16 12.9253 15.2959 13.7153 13.8876 15.2955L11.2832 18.2177C10.2243 19.4059 9.69478 20 8.98862 20C8.35392 20 7.86196 19.5201 7 18.5602%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.002 4.5C14.3775 4.16667 14.6982 4 15.068 4C15.7661 4 16.2896 4.59409 17.3365 5.78228L19.9113 8.70448C21.3036 10.2847 21.9998 11.0747 21.9998 12C21.9998 12.9253 21.3036 13.7153 19.9113 15.2955L17.3365 18.2177C16.2896 19.4059 15.7661 20 15.068 20C14.6982 20 14.3775 19.8333 14.002 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 5.4398C7.86196 4.47993 8.35392 4 8.98862 4C9.69478 4 10.2243 4.59409 11.2832 5.78228L13.8875 8.70448C15.2959 10.2847 16 11.0747 16 12C16 12.9253 15.2959 13.7153 13.8876 15.2955L11.2832 18.2177C10.2243 19.4059 9.69478 20 8.98862 20C8.35392 20 7.86196 19.5201 7 18.5602%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-keyframes-double{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.002 4.5C14.3775 4.16667 14.6982 4 15.068 4C15.7661 4 16.2896 4.59409 17.3365 5.78228L19.9113 8.70448C21.3036 10.2847 21.9998 11.0747 21.9998 12C21.9998 12.9253 21.3036 13.7153 19.9113 15.2955L17.3365 18.2177C16.2896 19.4059 15.7661 20 15.068 20C14.6982 20 14.3775 19.8333 14.002 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.70914 5.78228C7.76637 4.59409 8.29499 4 9 4C9.70501 4 10.2336 4.59409 11.2909 5.78228L13.891 8.70448C15.297 10.2847 16 11.0747 16 12C16 12.9253 15.297 13.7153 13.891 15.2955L11.2909 18.2177C10.2336 19.4059 9.70501 20 9 20C8.29499 20 7.76637 19.4059 6.70914 18.2177L4.10902 15.2955C2.70301 13.7153 2 12.9253 2 12C2 11.0747 2.70301 10.2847 4.10902 8.70448L6.70914 5.78228Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.002 4.5C14.3775 4.16667 14.6982 4 15.068 4C15.7661 4 16.2896 4.59409 17.3365 5.78228L19.9113 8.70448C21.3036 10.2847 21.9998 11.0747 21.9998 12C21.9998 12.9253 21.3036 13.7153 19.9113 15.2955L17.3365 18.2177C16.2896 19.4059 15.7661 20 15.068 20C14.6982 20 14.3775 19.8333 14.002 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.70914 5.78228C7.76637 4.59409 8.29499 4 9 4C9.70501 4 10.2336 4.59409 11.2909 5.78228L13.891 8.70448C15.297 10.2847 16 11.0747 16 12C16 12.9253 15.297 13.7153 13.891 15.2955L11.2909 18.2177C10.2336 19.4059 9.70501 20 9 20C8.29499 20 7.76637 19.4059 6.70914 18.2177L4.10902 15.2955C2.70301 13.7153 2 12.9253 2 12C2 11.0747 2.70301 10.2847 4.10902 8.70448L6.70914 5.78228Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-keyframes-multiple-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 6.15642C7.16531 5.38547 7.58503 5 8.10017 5C8.73332 5 9.22232 5.58231 10.2003 6.74694L12.4677 9.44699C13.4892 10.6634 14 11.2716 14 12C14 12.7284 13.4892 13.3366 12.4677 14.553L10.2003 17.2531C9.22232 18.4177 8.73332 19 8.10017 19C7.58503 19 7.16531 18.6145 6.5 17.8436%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 15L5 9M2 12H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 19L16.5118 14.6032C17.5039 13.361 18 12.7398 18 12C18 11.2602 17.5039 10.639 16.5118 9.39683L13 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19L20.5118 14.6032C21.5039 13.361 22 12.7398 22 12C22 11.2602 21.5039 10.639 20.5118 9.39683L17 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 6.15642C7.16531 5.38547 7.58503 5 8.10017 5C8.73332 5 9.22232 5.58231 10.2003 6.74694L12.4677 9.44699C13.4892 10.6634 14 11.2716 14 12C14 12.7284 13.4892 13.3366 12.4677 14.553L10.2003 17.2531C9.22232 18.4177 8.73332 19 8.10017 19C7.58503 19 7.16531 18.6145 6.5 17.8436%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 15L5 9M2 12H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 19L16.5118 14.6032C17.5039 13.361 18 12.7398 18 12C18 11.2602 17.5039 10.639 16.5118 9.39683L13 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19L20.5118 14.6032C21.5039 13.361 22 12.7398 22 12C22 11.2602 21.5039 10.639 20.5118 9.39683L17 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-keyframes-multiple-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 6.15642C7.16531 5.38547 7.58503 5 8.10017 5C8.73332 5 9.22232 5.58231 10.2003 6.74694L12.4677 9.44699C13.4892 10.6634 14 11.2716 14 12C14 12.7284 13.4892 13.3366 12.4677 14.553L10.2003 17.2531C9.22232 18.4177 8.73332 19 8.10017 19C7.58503 19 7.16531 18.6145 6.5 17.8436%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 19L16.5118 14.6032C17.5039 13.361 18 12.7398 18 12C18 11.2602 17.5039 10.639 16.5118 9.39683L13 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19L20.5118 14.6032C21.5039 13.361 22 12.7398 22 12C22 11.2602 21.5039 10.639 20.5118 9.39683L17 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 6.15642C7.16531 5.38547 7.58503 5 8.10017 5C8.73332 5 9.22232 5.58231 10.2003 6.74694L12.4677 9.44699C13.4892 10.6634 14 11.2716 14 12C14 12.7284 13.4892 13.3366 12.4677 14.553L10.2003 17.2531C9.22232 18.4177 8.73332 19 8.10017 19C7.58503 19 7.16531 18.6145 6.5 17.8436%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 19L16.5118 14.6032C17.5039 13.361 18 12.7398 18 12C18 11.2602 17.5039 10.639 16.5118 9.39683L13 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19L20.5118 14.6032C21.5039 13.361 22 12.7398 22 12C22 11.2602 21.5039 10.639 20.5118 9.39683L17 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-keyframes-multiple{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.4417 14.553L10.1358 17.2531C9.14121 18.4177 8.6439 19 8 19C7.3561 19 6.85879 18.4177 5.86418 17.2531L3.55829 14.553C2.51943 13.3366 2 12.7284 2 12C2 11.2716 2.51943 10.6634 3.55829 9.44699L5.86418 6.74694C6.85879 5.58231 7.3561 5 8 5C8.6439 5 9.14121 5.58231 10.1358 6.74694L12.4417 9.44699C13.4806 10.6634 14 11.2716 14 12C14 12.7284 13.4806 13.3366 12.4417 14.553Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 19L16.5118 14.6032C17.5039 13.361 18 12.7398 18 12C18 11.2602 17.5039 10.639 16.5118 9.39683L13 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19L20.5118 14.6032C21.5039 13.361 22 12.7398 22 12C22 11.2602 21.5039 10.639 20.5118 9.39683L17 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.4417 14.553L10.1358 17.2531C9.14121 18.4177 8.6439 19 8 19C7.3561 19 6.85879 18.4177 5.86418 17.2531L3.55829 14.553C2.51943 13.3366 2 12.7284 2 12C2 11.2716 2.51943 10.6634 3.55829 9.44699L5.86418 6.74694C6.85879 5.58231 7.3561 5 8 5C8.6439 5 9.14121 5.58231 10.1358 6.74694L12.4417 9.44699C13.4806 10.6634 14 11.2716 14 12C14 12.7284 13.4806 13.3366 12.4417 14.553Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 19L16.5118 14.6032C17.5039 13.361 18 12.7398 18 12C18 11.2602 17.5039 10.639 16.5118 9.39683L13 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19L20.5118 14.6032C21.5039 13.361 22 12.7398 22 12C22 11.2602 21.5039 10.639 20.5118 9.39683L17 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-liner{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 20L21 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 20L21 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-motion-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.51311 12C4.1118 11.9416 3.79336 11.8443 3.51321 11.6826C3.05313 11.417 2.67109 11.0349 2.40546 10.5748C2 9.87256 2 8.92972 2 7.04403C2 5.15834 2 4.21549 2.40546 3.51321C2.67109 3.05313 3.05313 2.67109 3.51321 2.40546C4.21549 2 5.15834 2 7.04403 2C8.92972 2 9.87256 2 10.5748 2.40546C11.0349 2.67109 11.417 3.05313 11.6826 3.51321C11.8443 3.79336 11.9416 4.1118 12 4.51311%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.52169 17C9.11624 16.9417 8.7952 16.8443 8.51301 16.6813C8.053 16.4158 7.671 16.0338 7.40541 15.5737C7 14.8715 7 13.9288 7 12.0434C7 10.1579 7 9.2152 7.40541 8.51301C7.671 8.053 8.053 7.671 8.51301 7.40541C9.2152 7 10.1579 7 12.0434 7C13.9288 7 14.8715 7 15.5737 7.40541C16.0338 7.671 16.4158 8.053 16.6813 8.51301C16.8443 8.7952 16.9417 9.11624 17 9.52169%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17C12 15.1308 12 14.1962 12.4019 13.5C12.6652 13.0439 13.0439 12.6652 13.5 12.4019C14.1962 12 15.1308 12 17 12C18.8692 12 19.8038 12 20.5 12.4019C20.9561 12.6652 21.3348 13.0439 21.5981 13.5C22 14.1962 22 15.1308 22 17C22 18.8692 22 19.8038 21.5981 20.5C21.3348 20.9561 20.9561 21.3348 20.5 21.5981C19.8038 22 18.8692 22 17 22C15.1308 22 14.1962 22 13.5 21.5981C13.0439 21.3348 12.6652 20.9561 12.4019 20.5C12 19.8038 12 18.8692 12 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.51311 12C4.1118 11.9416 3.79336 11.8443 3.51321 11.6826C3.05313 11.417 2.67109 11.0349 2.40546 10.5748C2 9.87256 2 8.92972 2 7.04403C2 5.15834 2 4.21549 2.40546 3.51321C2.67109 3.05313 3.05313 2.67109 3.51321 2.40546C4.21549 2 5.15834 2 7.04403 2C8.92972 2 9.87256 2 10.5748 2.40546C11.0349 2.67109 11.417 3.05313 11.6826 3.51321C11.8443 3.79336 11.9416 4.1118 12 4.51311%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.52169 17C9.11624 16.9417 8.7952 16.8443 8.51301 16.6813C8.053 16.4158 7.671 16.0338 7.40541 15.5737C7 14.8715 7 13.9288 7 12.0434C7 10.1579 7 9.2152 7.40541 8.51301C7.671 8.053 8.053 7.671 8.51301 7.40541C9.2152 7 10.1579 7 12.0434 7C13.9288 7 14.8715 7 15.5737 7.40541C16.0338 7.671 16.4158 8.053 16.6813 8.51301C16.8443 8.7952 16.9417 9.11624 17 9.52169%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17C12 15.1308 12 14.1962 12.4019 13.5C12.6652 13.0439 13.0439 12.6652 13.5 12.4019C14.1962 12 15.1308 12 17 12C18.8692 12 19.8038 12 20.5 12.4019C20.9561 12.6652 21.3348 13.0439 21.5981 13.5C22 14.1962 22 15.1308 22 17C22 18.8692 22 19.8038 21.5981 20.5C21.3348 20.9561 20.9561 21.3348 20.5 21.5981C19.8038 22 18.8692 22 17 22C15.1308 22 14.1962 22 13.5 21.5981C13.0439 21.3348 12.6652 20.9561 12.4019 20.5C12 19.8038 12 18.8692 12 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-motion-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 16.5C11 14.4438 11 13.4158 11.4421 12.65C11.7318 12.1483 12.1483 11.7318 12.65 11.4421C13.4158 11 14.4438 11 16.5 11C18.5562 11 19.5842 11 20.35 11.4421C20.8517 11.7318 21.2682 12.1483 21.5579 12.65C22 13.4158 22 14.4438 22 16.5C22 18.5562 22 19.5842 21.5579 20.35C21.2682 20.8517 20.8517 21.2682 20.35 21.5579C19.5842 22 18.5562 22 16.5 22C14.4438 22 13.4158 22 12.65 21.5579C12.1483 21.2682 11.7318 20.8517 11.4421 20.35C11 19.5842 11 18.5562 11 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.51338 15C8.02667 14.9537 7.66602 14.8628 7.35723 14.6845C6.94458 14.4463 6.60191 14.1036 6.36367 13.6909C6 13.0611 6 12.2154 6 10.5241C6 8.83277 6 7.98712 6.36367 7.35723C6.60191 6.94458 6.94458 6.60191 7.35723 6.36367C7.98712 6 8.83277 6 10.5241 6C12.2154 6 13.0611 6 13.6909 6.36367C14.1036 6.60191 14.4463 6.94458 14.6845 7.35723C14.8628 7.66602 14.9537 8.02667 15 8.51338%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.41611 9C2.93863 8.85544 2.53522 8.4968 2.28817 8.07057C2 7.57339 2 6.9059 2 5.57093C2 4.23595 2 3.56846 2.28817 3.07128C2.47696 2.74557 2.7485 2.4751 3.07548 2.28705C3.57462 2 4.24473 2 5.58495 2C6.92516 2 7.59527 2 8.09441 2.28705C8.49574 2.51785 8.84255 2.88838 9 3.32758%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 16.5C11 14.4438 11 13.4158 11.4421 12.65C11.7318 12.1483 12.1483 11.7318 12.65 11.4421C13.4158 11 14.4438 11 16.5 11C18.5562 11 19.5842 11 20.35 11.4421C20.8517 11.7318 21.2682 12.1483 21.5579 12.65C22 13.4158 22 14.4438 22 16.5C22 18.5562 22 19.5842 21.5579 20.35C21.2682 20.8517 20.8517 21.2682 20.35 21.5579C19.5842 22 18.5562 22 16.5 22C14.4438 22 13.4158 22 12.65 21.5579C12.1483 21.2682 11.7318 20.8517 11.4421 20.35C11 19.5842 11 18.5562 11 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.51338 15C8.02667 14.9537 7.66602 14.8628 7.35723 14.6845C6.94458 14.4463 6.60191 14.1036 6.36367 13.6909C6 13.0611 6 12.2154 6 10.5241C6 8.83277 6 7.98712 6.36367 7.35723C6.60191 6.94458 6.94458 6.60191 7.35723 6.36367C7.98712 6 8.83277 6 10.5241 6C12.2154 6 13.0611 6 13.6909 6.36367C14.1036 6.60191 14.4463 6.94458 14.6845 7.35723C14.8628 7.66602 14.9537 8.02667 15 8.51338%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.41611 9C2.93863 8.85544 2.53522 8.4968 2.28817 8.07057C2 7.57339 2 6.9059 2 5.57093C2 4.23595 2 3.56846 2.28817 3.07128C2.47696 2.74557 2.7485 2.4751 3.07548 2.28705C3.57462 2 4.24473 2 5.58495 2C6.92516 2 7.59527 2 8.09441 2.28705C8.49574 2.51785 8.84255 2.88838 9 3.32758%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-move-bottom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9999 22L11.9999 12M11.9999 22C12.5619 22 12.9891 21.5619 13.8436 20.6857L15.5 19.0294M11.9999 22C11.4378 22 11.0106 21.5619 10.1561 20.6857L8.5 19.0296%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%223%22 cy%3D%223%22 r%3D%223%22 transform%3D%22matrix(4.37114e-08 1 1 -4.37114e-08 9 2)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9999 22L11.9999 12M11.9999 22C12.5619 22 12.9891 21.5619 13.8436 20.6857L15.5 19.0294M11.9999 22C11.4378 22 11.0106 21.5619 10.1561 20.6857L8.5 19.0296%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%223%22 cy%3D%223%22 r%3D%223%22 transform%3D%22matrix(4.37114e-08 1 1 -4.37114e-08 9 2)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-move-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%223%22 cy%3D%223%22 r%3D%223%22 transform%3D%22matrix(-1 0 0 1 22 9)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 11.9999H12M2 11.9999C2 12.5619 2.4381 12.9891 3.3143 13.8436L4.97057 15.5M2 11.9999C2 11.4378 2.4381 11.0106 3.3143 10.1561L4.97044 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%223%22 cy%3D%223%22 r%3D%223%22 transform%3D%22matrix(-1 0 0 1 22 9)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 11.9999H12M2 11.9999C2 12.5619 2.4381 12.9891 3.3143 13.8436L4.97057 15.5M2 11.9999C2 11.4378 2.4381 11.0106 3.3143 10.1561L4.97044 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-move-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%225%22 cy%3D%2212%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 11.9999L12 11.9999M22 11.9999C22 12.5619 21.5619 12.9891 20.6857 13.8436L19.0294 15.5M22 11.9999C22 11.4378 21.5619 11.0106 20.6857 10.1561L19.0296 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%225%22 cy%3D%2212%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 11.9999L12 11.9999M22 11.9999C22 12.5619 21.5619 12.9891 20.6857 13.8436L19.0294 15.5M22 11.9999C22 11.4378 21.5619 11.0106 20.6857 10.1561L19.0296 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-move-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%223%22 cy%3D%223%22 r%3D%223%22 transform%3D%22matrix(4.37114e-08 -1 -1 -4.37114e-08 15 22)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.0001 2L12.0001 12M12.0001 2C11.4381 2 11.0109 2.4381 10.1564 3.3143L8.5 4.97057M12.0001 2C12.5622 2 12.9894 2.4381 13.8439 3.3143L15.5 4.97044%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%223%22 cy%3D%223%22 r%3D%223%22 transform%3D%22matrix(4.37114e-08 -1 -1 -4.37114e-08 15 22)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.0001 2L12.0001 12M12.0001 2C11.4381 2 11.0109 2.4381 10.1564 3.3143L8.5 4.97057M12.0001 2C12.5622 2 12.9894 2.4381 13.8439 3.3143L15.5 4.97044%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-transition-bottom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2C19.4001 2 20.1002 2 20.635 2.27248C21.1054 2.51217 21.4878 2.89462 21.7275 3.36502C22 3.8998 22 4.59987 22 6C22 7.40013 22 8.1002 21.7275 8.63498C21.4878 9.10538 21.1054 9.48783 20.635 9.72752C20.1002 10 19.4001 10 18 10L6 10C4.59987 10 3.8998 10 3.36502 9.72752C2.89462 9.48783 2.51217 9.10538 2.27248 8.63498C2 8.1002 2 7.40013 2 6C2 4.59987 2 3.8998 2.27248 3.36502C2.51217 2.89462 2.89462 2.51217 3.36502 2.27248C3.8998 2 4.59987 2 6 2L18 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 18L12 10M12 18C11.2998 18 9.99153 16.0057 9.5 15.5M12 18C12.7002 18 14.0085 16.0057 14.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16C2 18.3389 2 19.5083 2.53646 20.3621C2.81621 20.8073 3.19267 21.1838 3.63789 21.4635C4.49167 22 5.66111 22 8 22L16 22C18.3389 22 19.5083 22 20.3621 21.4635C20.8073 21.1838 21.1838 20.8073 21.4635 20.3621C22 19.5083 22 18.3389 22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2C19.4001 2 20.1002 2 20.635 2.27248C21.1054 2.51217 21.4878 2.89462 21.7275 3.36502C22 3.8998 22 4.59987 22 6C22 7.40013 22 8.1002 21.7275 8.63498C21.4878 9.10538 21.1054 9.48783 20.635 9.72752C20.1002 10 19.4001 10 18 10L6 10C4.59987 10 3.8998 10 3.36502 9.72752C2.89462 9.48783 2.51217 9.10538 2.27248 8.63498C2 8.1002 2 7.40013 2 6C2 4.59987 2 3.8998 2.27248 3.36502C2.51217 2.89462 2.89462 2.51217 3.36502 2.27248C3.8998 2 4.59987 2 6 2L18 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 18L12 10M12 18C11.2998 18 9.99153 16.0057 9.5 15.5M12 18C12.7002 18 14.0085 16.0057 14.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16C2 18.3389 2 19.5083 2.53646 20.3621C2.81621 20.8073 3.19267 21.1838 3.63789 21.4635C4.49167 22 5.66111 22 8 22L16 22C18.3389 22 19.5083 22 20.3621 21.4635C20.8073 21.1838 21.1838 20.8073 21.4635 20.3621C22 19.5083 22 18.3389 22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-transition-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 6C22 4.59987 22 3.8998 21.7275 3.36502C21.4878 2.89462 21.1054 2.51217 20.635 2.27248C20.1002 2 19.4001 2 18 2C16.5999 2 15.8998 2 15.365 2.27248C14.8946 2.51217 14.5122 2.89462 14.2725 3.36502C14 3.8998 14 4.59987 14 6V18C14 19.4001 14 20.1002 14.2725 20.635C14.5122 21.1054 14.8946 21.4878 15.365 21.7275C15.8998 22 16.5999 22 18 22C19.4001 22 20.1002 22 20.635 21.7275C21.1054 21.4878 21.4878 21.1054 21.7275 20.635C22 20.1002 22 19.4001 22 18V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 12H14M6 12C6 11.2998 7.9943 9.99153 8.5 9.5M6 12C6 12.7002 7.9943 14.0085 8.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 22C5.66111 22 4.49167 22 3.63789 21.4635C3.19267 21.1838 2.81621 20.8073 2.53647 20.3621C2 19.5083 2 18.3389 2 16V8C2 5.66111 2 4.49167 2.53647 3.63789C2.81621 3.19267 3.19267 2.81621 3.63789 2.53647C4.49167 2 5.66111 2 8 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 6C22 4.59987 22 3.8998 21.7275 3.36502C21.4878 2.89462 21.1054 2.51217 20.635 2.27248C20.1002 2 19.4001 2 18 2C16.5999 2 15.8998 2 15.365 2.27248C14.8946 2.51217 14.5122 2.89462 14.2725 3.36502C14 3.8998 14 4.59987 14 6V18C14 19.4001 14 20.1002 14.2725 20.635C14.5122 21.1054 14.8946 21.4878 15.365 21.7275C15.8998 22 16.5999 22 18 22C19.4001 22 20.1002 22 20.635 21.7275C21.1054 21.4878 21.4878 21.1054 21.7275 20.635C22 20.1002 22 19.4001 22 18V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 12H14M6 12C6 11.2998 7.9943 9.99153 8.5 9.5M6 12C6 12.7002 7.9943 14.0085 8.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 22C5.66111 22 4.49167 22 3.63789 21.4635C3.19267 21.1838 2.81621 20.8073 2.53647 20.3621C2 19.5083 2 18.3389 2 16V8C2 5.66111 2 4.49167 2.53647 3.63789C2.81621 3.19267 3.19267 2.81621 3.63789 2.53647C4.49167 2 5.66111 2 8 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-transition-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 6C2 4.59987 2 3.8998 2.27248 3.36502C2.51217 2.89462 2.89462 2.51217 3.36502 2.27248C3.8998 2 4.59987 2 6 2C7.40013 2 8.1002 2 8.63498 2.27248C9.10538 2.51217 9.48783 2.89462 9.72752 3.36502C10 3.8998 10 4.59987 10 6V18C10 19.4001 10 20.1002 9.72752 20.635C9.48783 21.1054 9.10538 21.4878 8.63498 21.7275C8.1002 22 7.40013 22 6 22C4.59987 22 3.8998 22 3.36502 21.7275C2.89462 21.4878 2.51217 21.1054 2.27248 20.635C2 20.1002 2 19.4001 2 18V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 22C18.3389 22 19.5083 22 20.3621 21.4635C20.8073 21.1838 21.1838 20.8073 21.4635 20.3621C22 19.5083 22 18.3389 22 16V8C22 5.66111 22 4.49167 21.4635 3.63789C21.1838 3.19267 20.8073 2.81621 20.3621 2.53647C19.5083 2 18.3389 2 16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12H10M18 12C18 11.2998 16.0057 9.99153 15.5 9.5M18 12C18 12.7002 16.0057 14.0085 15.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 6C2 4.59987 2 3.8998 2.27248 3.36502C2.51217 2.89462 2.89462 2.51217 3.36502 2.27248C3.8998 2 4.59987 2 6 2C7.40013 2 8.1002 2 8.63498 2.27248C9.10538 2.51217 9.48783 2.89462 9.72752 3.36502C10 3.8998 10 4.59987 10 6V18C10 19.4001 10 20.1002 9.72752 20.635C9.48783 21.1054 9.10538 21.4878 8.63498 21.7275C8.1002 22 7.40013 22 6 22C4.59987 22 3.8998 22 3.36502 21.7275C2.89462 21.4878 2.51217 21.1054 2.27248 20.635C2 20.1002 2 19.4001 2 18V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 22C18.3389 22 19.5083 22 20.3621 21.4635C20.8073 21.1838 21.1838 20.8073 21.4635 20.3621C22 19.5083 22 18.3389 22 16V8C22 5.66111 22 4.49167 21.4635 3.63789C21.1838 3.19267 20.8073 2.81621 20.3621 2.53647C19.5083 2 18.3389 2 16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12H10M18 12C18 11.2998 16.0057 9.99153 15.5 9.5M18 12C18 12.7002 16.0057 14.0085 15.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-animation-icons-transition-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 22C19.4001 22 20.1002 22 20.635 21.7275C21.1054 21.4878 21.4878 21.1054 21.7275 20.635C22 20.1002 22 19.4001 22 18C22 16.5999 22 15.8998 21.7275 15.365C21.4878 14.8946 21.1054 14.5122 20.635 14.2725C20.1002 14 19.4001 14 18 14L6 14C4.59987 14 3.8998 14 3.36502 14.2725C2.89462 14.5122 2.51217 14.8946 2.27248 15.365C2 15.8998 2 16.5999 2 18C2 19.4001 2 20.1002 2.27248 20.635C2.51217 21.1054 2.89462 21.4878 3.36502 21.7275C3.8998 22 4.59987 22 6 22L18 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 6L12 14M12 6C11.2998 6 9.99153 7.9943 9.5 8.5M12 6C12.7002 6 14.0085 7.9943 14.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8C2 5.66111 2 4.49167 2.53646 3.63789C2.81621 3.19267 3.19267 2.81621 3.63789 2.53646C4.49167 2 5.66111 2 8 2L16 2C18.3389 2 19.5083 2 20.3621 2.53647C20.8073 2.81621 21.1838 3.19267 21.4635 3.63789C22 4.49167 22 5.66111 22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 22C19.4001 22 20.1002 22 20.635 21.7275C21.1054 21.4878 21.4878 21.1054 21.7275 20.635C22 20.1002 22 19.4001 22 18C22 16.5999 22 15.8998 21.7275 15.365C21.4878 14.8946 21.1054 14.5122 20.635 14.2725C20.1002 14 19.4001 14 18 14L6 14C4.59987 14 3.8998 14 3.36502 14.2725C2.89462 14.5122 2.51217 14.8946 2.27248 15.365C2 15.8998 2 16.5999 2 18C2 19.4001 2 20.1002 2.27248 20.635C2.51217 21.1054 2.89462 21.4878 3.36502 21.7275C3.8998 22 4.59987 22 6 22L18 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 6L12 14M12 6C11.2998 6 9.99153 7.9943 9.5 8.5M12 6C12.7002 6 14.0085 7.9943 14.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8C2 5.66111 2 4.49167 2.53646 3.63789C2.81621 3.19267 3.19267 2.81621 3.63789 2.53646C4.49167 2 5.66111 2 8 2L16 2C18.3389 2 19.5083 2 20.3621 2.53647C20.8073 2.81621 21.1838 3.19267 21.4635 3.63789C22 4.49167 22 5.66111 22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-all-direction-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.2499 9C11.2499 9.41421 11.5857 9.75 11.9999 9.75C12.4142 9.75 12.7499 9.41421 12.7499 9H11.2499ZM14.3961 6.44485C14.6417 6.77838 15.1112 6.84963 15.4448 6.60399C15.7783 6.35836 15.8495 5.88886 15.6039 5.55534L14.3961 6.44485ZM8.39609 5.55538C8.15047 5.88891 8.22173 6.35841 8.55526 6.60403C8.88879 6.84965 9.35829 6.77839 9.60391 6.44486L8.39609 5.55538ZM12.7499 9V3H11.2499V9H12.7499ZM11.9999 3.75C11.8899 3.75 11.866 3.70934 11.9686 3.77122C12.0507 3.82069 12.1638 3.90554 12.3056 4.0308C12.5874 4.27981 12.9126 4.62612 13.2301 4.99176C13.5443 5.35367 13.8366 5.71778 14.0512 5.99275C14.1581 6.12984 14.2451 6.24387 14.305 6.32321C14.335 6.36287 14.3581 6.39381 14.3736 6.41458C14.3814 6.42496 14.3872 6.4328 14.391 6.43791C14.3929 6.44046 14.3942 6.44233 14.3951 6.4435C14.3955 6.44408 14.3958 6.44449 14.396 6.44471C14.3961 6.44483 14.3961 6.4449 14.3962 6.44492C14.3962 6.44493 14.3961 6.44491 14.3962 6.44492C14.3961 6.44489 14.3961 6.44485 15 6.0001C15.6039 5.55534 15.6039 5.55528 15.6038 5.55521C15.6038 5.55517 15.6037 5.55508 15.6036 5.555C15.6035 5.55484 15.6034 5.55464 15.6032 5.55439C15.6028 5.55389 15.6023 5.55321 15.6017 5.55235C15.6004 5.55063 15.5986 5.5482 15.5963 5.54508C15.5917 5.53883 15.585 5.52982 15.5764 5.51823C15.5591 5.49505 15.534 5.46154 15.502 5.41916C15.438 5.33444 15.3462 5.21408 15.2337 5.06991C15.0093 4.78237 14.6997 4.39646 14.3628 4.00835C14.029 3.62396 13.6536 3.22025 13.2988 2.90674C13.1223 2.75074 12.9331 2.6012 12.7431 2.48661C12.5736 2.38442 12.3076 2.25 12 2.25L11.9999 3.75ZM9 6.00012C9.60391 6.44486 9.60388 6.4449 9.60386 6.44493C9.60387 6.44492 9.60385 6.44494 9.60386 6.44492C9.60388 6.4449 9.60393 6.44483 9.60401 6.44472C9.60418 6.44449 9.60448 6.44409 9.60491 6.4435C9.60577 6.44234 9.60716 6.44047 9.60905 6.43791C9.61283 6.4328 9.61865 6.42497 9.62638 6.41458C9.64186 6.39381 9.66502 6.36287 9.69497 6.32322C9.75489 6.24387 9.84186 6.12985 9.94885 5.99275C10.1634 5.71777 10.4556 5.35366 10.7699 4.99175C11.0873 4.62611 11.4125 4.27979 11.6943 4.03079C11.8361 3.90553 11.9492 3.82068 12.0313 3.77121C12.1339 3.70933 12.11 3.75 11.9999 3.75L12 2.25C11.6922 2.25 11.4263 2.38442 11.2568 2.48661C11.0667 2.60121 10.8776 2.75074 10.7011 2.90674C10.3463 3.22026 9.9709 3.62398 9.63717 4.00837C9.30022 4.39649 8.99068 4.7824 8.76629 5.06995C8.65379 5.21412 8.56198 5.33448 8.49799 5.4192C8.46598 5.46158 8.4409 5.49509 8.42363 5.51827C8.41499 5.52986 8.4083 5.53887 8.40368 5.54512C8.40136 5.54824 8.39957 5.55067 8.3983 5.55239C8.39766 5.55325 8.39716 5.55393 8.39679 5.55443C8.39661 5.55468 8.39646 5.55488 8.39634 5.55504C8.39628 5.55512 8.39622 5.55521 8.39619 5.55525C8.39614 5.55532 8.39609 5.55538 9 6.00012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 12.7498C9.41421 12.7498 9.75 12.414 9.75 11.9998C9.75 11.5856 9.41421 11.2498 9 11.2498V12.7498ZM5.55519 15.6039C5.8887 15.8495 6.3582 15.7783 6.60385 15.4448C6.8495 15.1113 6.77828 14.6418 6.44477 14.3961L5.55519 15.6039ZM6.44473 9.60392C6.77826 9.3583 6.84953 8.88881 6.60392 8.55527C6.3583 8.22174 5.88881 8.15047 5.55527 8.39608L6.44473 9.60392ZM9 11.2498H3V12.7498H9V11.2498ZM2.25 11.9998C2.25 12.3075 2.38441 12.5734 2.48659 12.7429C2.60118 12.933 2.7507 13.1221 2.90669 13.2987C3.22019 13.6535 3.62389 14.0289 4.00826 14.3626C4.39635 14.6996 4.78225 15.0092 5.06978 15.2336C5.21394 15.3461 5.33429 15.438 5.41901 15.502C5.46139 15.534 5.4949 15.5591 5.51808 15.5763C5.52967 15.585 5.53868 15.5917 5.54492 15.5963C5.54804 15.5986 5.55048 15.6004 5.55219 15.6017C5.55305 15.6023 5.55373 15.6028 5.55423 15.6032C5.55448 15.6034 5.55469 15.6035 5.55485 15.6036C5.55493 15.6037 5.55501 15.6037 5.55505 15.6038C5.55512 15.6038 5.55519 15.6039 5.99998 15C6.44477 14.3961 6.44481 14.3962 6.44483 14.3962C6.44483 14.3962 6.44484 14.3962 6.44483 14.3962C6.44481 14.3962 6.44474 14.3961 6.44463 14.396C6.4444 14.3959 6.44399 14.3956 6.44341 14.3951C6.44225 14.3943 6.44037 14.3929 6.43782 14.391C6.43271 14.3872 6.42488 14.3814 6.41449 14.3737C6.39372 14.3582 6.36279 14.335 6.32313 14.3051C6.24379 14.2451 6.12977 14.1581 5.99268 14.0511C5.71772 13.8365 5.35362 13.5443 4.99172 13.23C4.6261 12.9126 4.2798 12.5873 4.0308 12.3055C3.90555 12.1637 3.8207 12.0505 3.77123 11.9685C3.70935 11.8658 3.75 11.8897 3.75 11.9998L2.25 11.9998ZM6 9C5.55527 8.39608 5.55521 8.39613 5.55514 8.39618C5.5551 8.39621 5.55501 8.39627 5.55493 8.39633C5.55477 8.39645 5.55457 8.3966 5.55432 8.39678C5.55382 8.39715 5.55314 8.39765 5.55228 8.39829C5.55056 8.39956 5.54813 8.40136 5.54501 8.40367C5.53876 8.40829 5.52975 8.41498 5.51816 8.42362C5.49499 8.44089 5.46147 8.46597 5.41909 8.49798C5.33438 8.56196 5.21402 8.65376 5.06986 8.76626C4.78232 8.99063 4.39642 9.30014 4.00832 9.63708C3.62394 9.97078 3.22023 10.3461 2.90673 10.7009C2.75073 10.8775 2.6012 11.0666 2.4866 11.2567C2.38441 11.4262 2.25 11.6921 2.25 11.9998L3.75 11.9998C3.75 12.1098 3.70934 12.1338 3.77121 12.0311C3.82067 11.9491 3.90551 11.8359 4.03077 11.6942C4.27976 11.4124 4.62605 11.0872 4.99168 10.7698C5.35358 10.4556 5.71767 10.1634 5.99264 9.94883C6.12973 9.84185 6.24375 9.75489 6.32309 9.69497C6.36275 9.66502 6.39368 9.64187 6.41445 9.62639C6.42484 9.61865 6.43267 9.61284 6.43778 9.60905C6.44033 9.60716 6.4422 9.60578 6.44337 9.60492C6.44395 9.60449 6.44436 9.60419 6.44459 9.60402C6.4447 9.60394 6.44477 9.60389 6.44479 9.60387C6.4448 9.60386 6.44479 9.60387 6.44479 9.60387C6.44477 9.60389 6.44473 9.60392 6 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15 11.2499C14.5858 11.2499 14.25 11.5857 14.25 11.9999C14.25 12.4141 14.5858 12.7499 15 12.7499V11.2499ZM18.4449 8.3961C18.1113 8.15047 17.6418 8.22172 17.3962 8.55525C17.1506 8.88877 17.2218 9.35827 17.5554 9.6039L18.4449 8.3961ZM17.5553 14.3961C17.2218 14.6418 17.1506 15.1113 17.3962 15.4448C17.6419 15.7783 18.1114 15.8495 18.4449 15.6039L17.5553 14.3961ZM21 11.2499H15V12.7499H21V11.2499ZM21.75 11.9999C21.75 11.6922 21.6156 11.4263 21.5134 11.2568C21.3988 11.0667 21.2493 10.8776 21.0933 10.701C20.7798 10.3462 20.3761 9.97087 19.9918 9.63715C19.6037 9.3002 19.2178 8.99067 18.9303 8.76629C18.7861 8.6538 18.6657 8.56199 18.581 8.498C18.5387 8.46599 18.5051 8.44091 18.482 8.42364C18.4704 8.415 18.4614 8.40831 18.4551 8.40369C18.452 8.40138 18.4496 8.39958 18.4479 8.39831C18.447 8.39767 18.4463 8.39717 18.4458 8.3968C18.4456 8.39662 18.4454 8.39647 18.4452 8.39635C18.4451 8.39629 18.445 8.39623 18.445 8.3962C18.4449 8.39615 18.4449 8.3961 18.0001 9C17.5554 9.6039 17.5553 9.60387 17.5553 9.60385C17.5553 9.60385 17.5553 9.60384 17.5553 9.60385C17.5553 9.60387 17.5554 9.60392 17.5555 9.604C17.5557 9.60417 17.5561 9.60447 17.5567 9.6049C17.5579 9.60576 17.5597 9.60714 17.5623 9.60904C17.5674 9.61282 17.5752 9.61863 17.5856 9.62637C17.6064 9.64185 17.6373 9.665 17.677 9.69495C17.7563 9.75488 17.8703 9.84185 18.0074 9.94882C18.2824 10.1634 18.6465 10.4556 19.0083 10.7698C19.374 11.0872 19.7202 11.4124 19.9692 11.6942C20.0945 11.836 20.1793 11.9492 20.2288 12.0312C20.2907 12.1339 20.25 12.1099 20.25 11.9999L21.75 11.9999ZM18.0001 15C18.4449 15.6039 18.4449 15.6038 18.445 15.6038C18.445 15.6038 18.4451 15.6037 18.4452 15.6036C18.4454 15.6035 18.4456 15.6034 18.4458 15.6032C18.4463 15.6028 18.447 15.6023 18.4479 15.6017C18.4496 15.6004 18.452 15.5986 18.4551 15.5963C18.4614 15.5917 18.4704 15.585 18.482 15.5763C18.5051 15.5591 18.5387 15.534 18.581 15.502C18.6658 15.438 18.7861 15.3462 18.9303 15.2336C19.2178 15.0092 19.6037 14.6997 19.9918 14.3627C20.3761 14.029 20.7798 13.6536 21.0933 13.2988C21.2493 13.1222 21.3988 12.9331 21.5134 12.743C21.6156 12.5735 21.75 12.3076 21.75 11.9999L20.25 11.9999C20.25 11.8898 20.2907 11.8659 20.2288 11.9686C20.1793 12.0506 20.0945 12.1638 19.9692 12.3056C19.7202 12.5874 19.3739 12.9126 19.0083 13.2301C18.6464 13.5443 18.2823 13.8366 18.0074 14.0512C17.8703 14.1581 17.7563 14.2451 17.6769 14.3051C17.6373 14.335 17.6063 14.3582 17.5856 14.3736C17.5752 14.3814 17.5674 14.3872 17.5622 14.391C17.5597 14.3929 17.5578 14.3943 17.5567 14.3951C17.5561 14.3955 17.5557 14.3958 17.5554 14.396C17.5553 14.3961 17.5553 14.3962 17.5552 14.3962C17.5552 14.3962 17.5552 14.3962 17.5552 14.3962C17.5553 14.3961 17.5553 14.3961 18.0001 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.7499 15C12.7499 14.5858 12.4142 14.25 11.9999 14.25C11.5857 14.25 11.2499 14.5858 11.2499 15H12.7499ZM9.60389 17.5554C9.35825 17.2219 8.88875 17.1506 8.55523 17.3963C8.22172 17.6419 8.15047 18.1114 8.39611 18.4449L9.60389 17.5554ZM15.6039 18.4449C15.8495 18.1114 15.7783 17.6419 15.4448 17.3962C15.1113 17.1506 14.6418 17.2218 14.3961 17.5553L15.6039 18.4449ZM12.7499 21V15H11.2499V21H12.7499ZM12 20.25C12.11 20.25 12.1339 20.2907 12.0313 20.2288C11.9492 20.1793 11.836 20.0945 11.6943 19.9692C11.4125 19.7202 11.0873 19.374 10.7698 19.0084C10.4556 18.6465 10.1634 18.2824 9.94883 18.0074C9.84184 17.8704 9.75487 17.7563 9.69495 17.677C9.665 17.6374 9.64184 17.6064 9.62636 17.5857C9.61863 17.5753 9.61281 17.5674 9.60903 17.5623C9.60714 17.5598 9.60575 17.5579 9.60489 17.5567C9.60446 17.5562 9.60416 17.5557 9.60399 17.5555C9.60391 17.5554 9.60386 17.5553 9.60384 17.5553C9.60383 17.5553 9.60385 17.5553 9.60384 17.5553C9.60386 17.5553 9.60389 17.5554 9 18.0001C8.39611 18.4449 8.39615 18.445 8.39621 18.445C8.39624 18.4451 8.3963 18.4452 8.39636 18.4452C8.39648 18.4454 8.39663 18.4456 8.39681 18.4459C8.39718 18.4464 8.39768 18.447 8.39832 18.4479C8.39959 18.4496 8.40138 18.4521 8.4037 18.4552C8.40832 18.4614 8.41501 18.4704 8.42365 18.482C8.44092 18.5052 8.466 18.5387 8.49801 18.5811C8.562 18.6658 8.65381 18.7861 8.76631 18.9303C8.9907 19.2178 9.30024 19.6037 9.6372 19.9918C9.97092 20.3761 10.3463 20.7798 10.7011 21.0933C10.8776 21.2493 11.0668 21.3988 11.2569 21.5134C11.4264 21.6156 11.6923 21.75 11.9999 21.75L12 20.25ZM15 18.0001C14.3961 17.5553 14.3961 17.5553 14.3962 17.5553C14.3962 17.5553 14.3962 17.5553 14.3962 17.5553C14.3961 17.5553 14.3961 17.5554 14.396 17.5555C14.3958 17.5557 14.3955 17.5561 14.3951 17.5567C14.3943 17.5579 14.3929 17.5597 14.391 17.5623C14.3872 17.5674 14.3814 17.5752 14.3736 17.5856C14.3582 17.6064 14.335 17.6373 14.3051 17.677C14.2451 17.7563 14.1582 17.8703 14.0512 18.0074C13.8366 18.2824 13.5443 18.6465 13.2301 19.0083C12.9127 19.374 12.5874 19.7202 12.3056 19.9692C12.1639 20.0945 12.0507 20.1793 11.9686 20.2288C11.866 20.2907 11.8899 20.25 12 20.25L11.9999 21.75C12.3076 21.75 12.5735 21.6156 12.743 21.5134C12.9331 21.3988 13.1223 21.2493 13.2988 21.0933C13.6536 20.7798 14.029 20.3761 14.3627 19.9918C14.6997 19.6037 15.0093 19.2178 15.2337 18.9303C15.3462 18.7861 15.438 18.6658 15.502 18.5811C15.534 18.5387 15.5591 18.5052 15.5763 18.482C15.585 18.4704 15.5917 18.4614 15.5963 18.4552C15.5986 18.452 15.6004 18.4496 15.6017 18.4479C15.6023 18.447 15.6028 18.4463 15.6032 18.4458C15.6034 18.4456 15.6035 18.4454 15.6036 18.4452C15.6037 18.4452 15.6038 18.4451 15.6038 18.445C15.6038 18.445 15.6039 18.4449 15 18.0001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.2499 9C11.2499 9.41421 11.5857 9.75 11.9999 9.75C12.4142 9.75 12.7499 9.41421 12.7499 9H11.2499ZM14.3961 6.44485C14.6417 6.77838 15.1112 6.84963 15.4448 6.60399C15.7783 6.35836 15.8495 5.88886 15.6039 5.55534L14.3961 6.44485ZM8.39609 5.55538C8.15047 5.88891 8.22173 6.35841 8.55526 6.60403C8.88879 6.84965 9.35829 6.77839 9.60391 6.44486L8.39609 5.55538ZM12.7499 9V3H11.2499V9H12.7499ZM11.9999 3.75C11.8899 3.75 11.866 3.70934 11.9686 3.77122C12.0507 3.82069 12.1638 3.90554 12.3056 4.0308C12.5874 4.27981 12.9126 4.62612 13.2301 4.99176C13.5443 5.35367 13.8366 5.71778 14.0512 5.99275C14.1581 6.12984 14.2451 6.24387 14.305 6.32321C14.335 6.36287 14.3581 6.39381 14.3736 6.41458C14.3814 6.42496 14.3872 6.4328 14.391 6.43791C14.3929 6.44046 14.3942 6.44233 14.3951 6.4435C14.3955 6.44408 14.3958 6.44449 14.396 6.44471C14.3961 6.44483 14.3961 6.4449 14.3962 6.44492C14.3962 6.44493 14.3961 6.44491 14.3962 6.44492C14.3961 6.44489 14.3961 6.44485 15 6.0001C15.6039 5.55534 15.6039 5.55528 15.6038 5.55521C15.6038 5.55517 15.6037 5.55508 15.6036 5.555C15.6035 5.55484 15.6034 5.55464 15.6032 5.55439C15.6028 5.55389 15.6023 5.55321 15.6017 5.55235C15.6004 5.55063 15.5986 5.5482 15.5963 5.54508C15.5917 5.53883 15.585 5.52982 15.5764 5.51823C15.5591 5.49505 15.534 5.46154 15.502 5.41916C15.438 5.33444 15.3462 5.21408 15.2337 5.06991C15.0093 4.78237 14.6997 4.39646 14.3628 4.00835C14.029 3.62396 13.6536 3.22025 13.2988 2.90674C13.1223 2.75074 12.9331 2.6012 12.7431 2.48661C12.5736 2.38442 12.3076 2.25 12 2.25L11.9999 3.75ZM9 6.00012C9.60391 6.44486 9.60388 6.4449 9.60386 6.44493C9.60387 6.44492 9.60385 6.44494 9.60386 6.44492C9.60388 6.4449 9.60393 6.44483 9.60401 6.44472C9.60418 6.44449 9.60448 6.44409 9.60491 6.4435C9.60577 6.44234 9.60716 6.44047 9.60905 6.43791C9.61283 6.4328 9.61865 6.42497 9.62638 6.41458C9.64186 6.39381 9.66502 6.36287 9.69497 6.32322C9.75489 6.24387 9.84186 6.12985 9.94885 5.99275C10.1634 5.71777 10.4556 5.35366 10.7699 4.99175C11.0873 4.62611 11.4125 4.27979 11.6943 4.03079C11.8361 3.90553 11.9492 3.82068 12.0313 3.77121C12.1339 3.70933 12.11 3.75 11.9999 3.75L12 2.25C11.6922 2.25 11.4263 2.38442 11.2568 2.48661C11.0667 2.60121 10.8776 2.75074 10.7011 2.90674C10.3463 3.22026 9.9709 3.62398 9.63717 4.00837C9.30022 4.39649 8.99068 4.7824 8.76629 5.06995C8.65379 5.21412 8.56198 5.33448 8.49799 5.4192C8.46598 5.46158 8.4409 5.49509 8.42363 5.51827C8.41499 5.52986 8.4083 5.53887 8.40368 5.54512C8.40136 5.54824 8.39957 5.55067 8.3983 5.55239C8.39766 5.55325 8.39716 5.55393 8.39679 5.55443C8.39661 5.55468 8.39646 5.55488 8.39634 5.55504C8.39628 5.55512 8.39622 5.55521 8.39619 5.55525C8.39614 5.55532 8.39609 5.55538 9 6.00012Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 12.7498C9.41421 12.7498 9.75 12.414 9.75 11.9998C9.75 11.5856 9.41421 11.2498 9 11.2498V12.7498ZM5.55519 15.6039C5.8887 15.8495 6.3582 15.7783 6.60385 15.4448C6.8495 15.1113 6.77828 14.6418 6.44477 14.3961L5.55519 15.6039ZM6.44473 9.60392C6.77826 9.3583 6.84953 8.88881 6.60392 8.55527C6.3583 8.22174 5.88881 8.15047 5.55527 8.39608L6.44473 9.60392ZM9 11.2498H3V12.7498H9V11.2498ZM2.25 11.9998C2.25 12.3075 2.38441 12.5734 2.48659 12.7429C2.60118 12.933 2.7507 13.1221 2.90669 13.2987C3.22019 13.6535 3.62389 14.0289 4.00826 14.3626C4.39635 14.6996 4.78225 15.0092 5.06978 15.2336C5.21394 15.3461 5.33429 15.438 5.41901 15.502C5.46139 15.534 5.4949 15.5591 5.51808 15.5763C5.52967 15.585 5.53868 15.5917 5.54492 15.5963C5.54804 15.5986 5.55048 15.6004 5.55219 15.6017C5.55305 15.6023 5.55373 15.6028 5.55423 15.6032C5.55448 15.6034 5.55469 15.6035 5.55485 15.6036C5.55493 15.6037 5.55501 15.6037 5.55505 15.6038C5.55512 15.6038 5.55519 15.6039 5.99998 15C6.44477 14.3961 6.44481 14.3962 6.44483 14.3962C6.44483 14.3962 6.44484 14.3962 6.44483 14.3962C6.44481 14.3962 6.44474 14.3961 6.44463 14.396C6.4444 14.3959 6.44399 14.3956 6.44341 14.3951C6.44225 14.3943 6.44037 14.3929 6.43782 14.391C6.43271 14.3872 6.42488 14.3814 6.41449 14.3737C6.39372 14.3582 6.36279 14.335 6.32313 14.3051C6.24379 14.2451 6.12977 14.1581 5.99268 14.0511C5.71772 13.8365 5.35362 13.5443 4.99172 13.23C4.6261 12.9126 4.2798 12.5873 4.0308 12.3055C3.90555 12.1637 3.8207 12.0505 3.77123 11.9685C3.70935 11.8658 3.75 11.8897 3.75 11.9998L2.25 11.9998ZM6 9C5.55527 8.39608 5.55521 8.39613 5.55514 8.39618C5.5551 8.39621 5.55501 8.39627 5.55493 8.39633C5.55477 8.39645 5.55457 8.3966 5.55432 8.39678C5.55382 8.39715 5.55314 8.39765 5.55228 8.39829C5.55056 8.39956 5.54813 8.40136 5.54501 8.40367C5.53876 8.40829 5.52975 8.41498 5.51816 8.42362C5.49499 8.44089 5.46147 8.46597 5.41909 8.49798C5.33438 8.56196 5.21402 8.65376 5.06986 8.76626C4.78232 8.99063 4.39642 9.30014 4.00832 9.63708C3.62394 9.97078 3.22023 10.3461 2.90673 10.7009C2.75073 10.8775 2.6012 11.0666 2.4866 11.2567C2.38441 11.4262 2.25 11.6921 2.25 11.9998L3.75 11.9998C3.75 12.1098 3.70934 12.1338 3.77121 12.0311C3.82067 11.9491 3.90551 11.8359 4.03077 11.6942C4.27976 11.4124 4.62605 11.0872 4.99168 10.7698C5.35358 10.4556 5.71767 10.1634 5.99264 9.94883C6.12973 9.84185 6.24375 9.75489 6.32309 9.69497C6.36275 9.66502 6.39368 9.64187 6.41445 9.62639C6.42484 9.61865 6.43267 9.61284 6.43778 9.60905C6.44033 9.60716 6.4422 9.60578 6.44337 9.60492C6.44395 9.60449 6.44436 9.60419 6.44459 9.60402C6.4447 9.60394 6.44477 9.60389 6.44479 9.60387C6.4448 9.60386 6.44479 9.60387 6.44479 9.60387C6.44477 9.60389 6.44473 9.60392 6 9Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15 11.2499C14.5858 11.2499 14.25 11.5857 14.25 11.9999C14.25 12.4141 14.5858 12.7499 15 12.7499V11.2499ZM18.4449 8.3961C18.1113 8.15047 17.6418 8.22172 17.3962 8.55525C17.1506 8.88877 17.2218 9.35827 17.5554 9.6039L18.4449 8.3961ZM17.5553 14.3961C17.2218 14.6418 17.1506 15.1113 17.3962 15.4448C17.6419 15.7783 18.1114 15.8495 18.4449 15.6039L17.5553 14.3961ZM21 11.2499H15V12.7499H21V11.2499ZM21.75 11.9999C21.75 11.6922 21.6156 11.4263 21.5134 11.2568C21.3988 11.0667 21.2493 10.8776 21.0933 10.701C20.7798 10.3462 20.3761 9.97087 19.9918 9.63715C19.6037 9.3002 19.2178 8.99067 18.9303 8.76629C18.7861 8.6538 18.6657 8.56199 18.581 8.498C18.5387 8.46599 18.5051 8.44091 18.482 8.42364C18.4704 8.415 18.4614 8.40831 18.4551 8.40369C18.452 8.40138 18.4496 8.39958 18.4479 8.39831C18.447 8.39767 18.4463 8.39717 18.4458 8.3968C18.4456 8.39662 18.4454 8.39647 18.4452 8.39635C18.4451 8.39629 18.445 8.39623 18.445 8.3962C18.4449 8.39615 18.4449 8.3961 18.0001 9C17.5554 9.6039 17.5553 9.60387 17.5553 9.60385C17.5553 9.60385 17.5553 9.60384 17.5553 9.60385C17.5553 9.60387 17.5554 9.60392 17.5555 9.604C17.5557 9.60417 17.5561 9.60447 17.5567 9.6049C17.5579 9.60576 17.5597 9.60714 17.5623 9.60904C17.5674 9.61282 17.5752 9.61863 17.5856 9.62637C17.6064 9.64185 17.6373 9.665 17.677 9.69495C17.7563 9.75488 17.8703 9.84185 18.0074 9.94882C18.2824 10.1634 18.6465 10.4556 19.0083 10.7698C19.374 11.0872 19.7202 11.4124 19.9692 11.6942C20.0945 11.836 20.1793 11.9492 20.2288 12.0312C20.2907 12.1339 20.25 12.1099 20.25 11.9999L21.75 11.9999ZM18.0001 15C18.4449 15.6039 18.4449 15.6038 18.445 15.6038C18.445 15.6038 18.4451 15.6037 18.4452 15.6036C18.4454 15.6035 18.4456 15.6034 18.4458 15.6032C18.4463 15.6028 18.447 15.6023 18.4479 15.6017C18.4496 15.6004 18.452 15.5986 18.4551 15.5963C18.4614 15.5917 18.4704 15.585 18.482 15.5763C18.5051 15.5591 18.5387 15.534 18.581 15.502C18.6658 15.438 18.7861 15.3462 18.9303 15.2336C19.2178 15.0092 19.6037 14.6997 19.9918 14.3627C20.3761 14.029 20.7798 13.6536 21.0933 13.2988C21.2493 13.1222 21.3988 12.9331 21.5134 12.743C21.6156 12.5735 21.75 12.3076 21.75 11.9999L20.25 11.9999C20.25 11.8898 20.2907 11.8659 20.2288 11.9686C20.1793 12.0506 20.0945 12.1638 19.9692 12.3056C19.7202 12.5874 19.3739 12.9126 19.0083 13.2301C18.6464 13.5443 18.2823 13.8366 18.0074 14.0512C17.8703 14.1581 17.7563 14.2451 17.6769 14.3051C17.6373 14.335 17.6063 14.3582 17.5856 14.3736C17.5752 14.3814 17.5674 14.3872 17.5622 14.391C17.5597 14.3929 17.5578 14.3943 17.5567 14.3951C17.5561 14.3955 17.5557 14.3958 17.5554 14.396C17.5553 14.3961 17.5553 14.3962 17.5552 14.3962C17.5552 14.3962 17.5552 14.3962 17.5552 14.3962C17.5553 14.3961 17.5553 14.3961 18.0001 15Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12.7499 15C12.7499 14.5858 12.4142 14.25 11.9999 14.25C11.5857 14.25 11.2499 14.5858 11.2499 15H12.7499ZM9.60389 17.5554C9.35825 17.2219 8.88875 17.1506 8.55523 17.3963C8.22172 17.6419 8.15047 18.1114 8.39611 18.4449L9.60389 17.5554ZM15.6039 18.4449C15.8495 18.1114 15.7783 17.6419 15.4448 17.3962C15.1113 17.1506 14.6418 17.2218 14.3961 17.5553L15.6039 18.4449ZM12.7499 21V15H11.2499V21H12.7499ZM12 20.25C12.11 20.25 12.1339 20.2907 12.0313 20.2288C11.9492 20.1793 11.836 20.0945 11.6943 19.9692C11.4125 19.7202 11.0873 19.374 10.7698 19.0084C10.4556 18.6465 10.1634 18.2824 9.94883 18.0074C9.84184 17.8704 9.75487 17.7563 9.69495 17.677C9.665 17.6374 9.64184 17.6064 9.62636 17.5857C9.61863 17.5753 9.61281 17.5674 9.60903 17.5623C9.60714 17.5598 9.60575 17.5579 9.60489 17.5567C9.60446 17.5562 9.60416 17.5557 9.60399 17.5555C9.60391 17.5554 9.60386 17.5553 9.60384 17.5553C9.60383 17.5553 9.60385 17.5553 9.60384 17.5553C9.60386 17.5553 9.60389 17.5554 9 18.0001C8.39611 18.4449 8.39615 18.445 8.39621 18.445C8.39624 18.4451 8.3963 18.4452 8.39636 18.4452C8.39648 18.4454 8.39663 18.4456 8.39681 18.4459C8.39718 18.4464 8.39768 18.447 8.39832 18.4479C8.39959 18.4496 8.40138 18.4521 8.4037 18.4552C8.40832 18.4614 8.41501 18.4704 8.42365 18.482C8.44092 18.5052 8.466 18.5387 8.49801 18.5811C8.562 18.6658 8.65381 18.7861 8.76631 18.9303C8.9907 19.2178 9.30024 19.6037 9.6372 19.9918C9.97092 20.3761 10.3463 20.7798 10.7011 21.0933C10.8776 21.2493 11.0668 21.3988 11.2569 21.5134C11.4264 21.6156 11.6923 21.75 11.9999 21.75L12 20.25ZM15 18.0001C14.3961 17.5553 14.3961 17.5553 14.3962 17.5553C14.3962 17.5553 14.3962 17.5553 14.3962 17.5553C14.3961 17.5553 14.3961 17.5554 14.396 17.5555C14.3958 17.5557 14.3955 17.5561 14.3951 17.5567C14.3943 17.5579 14.3929 17.5597 14.391 17.5623C14.3872 17.5674 14.3814 17.5752 14.3736 17.5856C14.3582 17.6064 14.335 17.6373 14.3051 17.677C14.2451 17.7563 14.1582 17.8703 14.0512 18.0074C13.8366 18.2824 13.5443 18.6465 13.2301 19.0083C12.9127 19.374 12.5874 19.7202 12.3056 19.9692C12.1639 20.0945 12.0507 20.1793 11.9686 20.2288C11.866 20.2907 11.8899 20.25 12 20.25L11.9999 21.75C12.3076 21.75 12.5735 21.6156 12.743 21.5134C12.9331 21.3988 13.1223 21.2493 13.2988 21.0933C13.6536 20.7798 14.029 20.3761 14.3627 19.9918C14.6997 19.6037 15.0093 19.2178 15.2337 18.9303C15.3462 18.7861 15.438 18.6658 15.502 18.5811C15.534 18.5387 15.5591 18.5052 15.5763 18.482C15.585 18.4704 15.5917 18.4614 15.5963 18.4552C15.5986 18.452 15.6004 18.4496 15.6017 18.4479C15.6023 18.447 15.6028 18.4463 15.6032 18.4458C15.6034 18.4456 15.6035 18.4454 15.6036 18.4452C15.6037 18.4452 15.6038 18.4451 15.6038 18.445C15.6038 18.445 15.6039 18.4449 15 18.0001Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-data-transfer-diagonal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 19L18.1795 9.9942C18.9276 9.26025 19.3016 8.89327 19.6243 9.02718C19.9469 9.16108 19.9526 9.68566 19.964 10.7348L20 14.0459%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5L5.82055 14.0058C5.07244 14.7398 4.69839 15.1067 4.37573 14.9728C4.05306 14.8389 4.04736 14.3143 4.03597 13.2652L4 9.95414%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 19L18.1795 9.9942C18.9276 9.26025 19.3016 8.89327 19.6243 9.02718C19.9469 9.16108 19.9526 9.68566 19.964 10.7348L20 14.0459%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5L5.82055 14.0058C5.07244 14.7398 4.69839 15.1067 4.37573 14.9728C4.05306 14.8389 4.04736 14.3143 4.03597 13.2652L4 9.95414%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-data-transfer-horizontal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 9H6.65856C5.65277 9 5.14987 9 5.02472 8.69134C4.89957 8.38268 5.25517 8.01942 5.96637 7.29289L8.21091 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 15H17.3414C18.3472 15 18.8501 15 18.9753 15.3087C19.1004 15.6173 18.7448 15.9806 18.0336 16.7071L15.7891 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 9H6.65856C5.65277 9 5.14987 9 5.02472 8.69134C4.89957 8.38268 5.25517 8.01942 5.96637 7.29289L8.21091 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 15H17.3414C18.3472 15 18.8501 15 18.9753 15.3087C19.1004 15.6173 18.7448 15.9806 18.0336 16.7071L15.7891 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-data-transfer-vertical-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 19L15 6.65856C15 5.65277 15 5.14987 15.3087 5.02472C15.6173 4.89956 15.9806 5.25517 16.7071 5.96637L19 8.21091%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 5L9 17.3414C9 18.3472 9 18.8501 8.69134 18.9753C8.38268 19.1004 8.01942 18.7448 7.29289 18.0336L5 15.7891%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 19L15 6.65856C15 5.65277 15 5.14987 15.3087 5.02472C15.6173 4.89956 15.9806 5.25517 16.7071 5.96637L19 8.21091%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 5L9 17.3414C9 18.3472 9 18.8501 8.69134 18.9753C8.38268 19.1004 8.01942 18.7448 7.29289 18.0336L5 15.7891%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-diagonal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.46967 19.4697C3.17678 19.7626 3.17678 20.2374 3.46967 20.5303C3.76256 20.8232 4.23744 20.8232 4.53033 20.5303L3.46967 19.4697ZM20.5303 4.53033C20.8232 4.23744 20.8232 3.76256 20.5303 3.46967C20.2374 3.17678 19.7626 3.17678 19.4697 3.46967L20.5303 4.53033ZM4.53033 20.5303L20.5303 4.53033L19.4697 3.46967L3.46967 19.4697L4.53033 20.5303Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5 3.26621C17.3444 3.25421 20.1409 2.67328 20.7338 3.26621C21.3267 3.85913 20.7458 6.65559 20.7338 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.26621 16.5C3.25421 17.3444 2.67328 20.1409 3.26621 20.7338C3.85913 21.3267 6.65559 20.7458 7.5 20.7338%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.46967 19.4697C3.17678 19.7626 3.17678 20.2374 3.46967 20.5303C3.76256 20.8232 4.23744 20.8232 4.53033 20.5303L3.46967 19.4697ZM20.5303 4.53033C20.8232 4.23744 20.8232 3.76256 20.5303 3.46967C20.2374 3.17678 19.7626 3.17678 19.4697 3.46967L20.5303 4.53033ZM4.53033 20.5303L20.5303 4.53033L19.4697 3.46967L3.46967 19.4697L4.53033 20.5303Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5 3.26621C17.3444 3.25421 20.1409 2.67328 20.7338 3.26621C21.3267 3.85913 20.7458 6.65559 20.7338 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.26621 16.5C3.25421 17.3444 2.67328 20.1409 3.26621 20.7338C3.85913 21.3267 6.65559 20.7458 7.5 20.7338%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-down-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 9.00005C18 9.00005 13.5811 15 12 15C10.4188 15 6 9 6 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 9.00005C18 9.00005 13.5811 15 12 15C10.4188 15 6 9 6 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-down-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 20L12 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15C17 15 13.3176 20 12 20C10.6824 20 7 15 7 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 20L12 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15C17 15 13.3176 20 12 20C10.6824 20 7 15 7 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-down-03-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 20L18 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12C16 12 13.054 16 12 16C10.9459 16 8 12 8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 20L18 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12C16 12 13.054 16 12 16C10.9459 16 8 12 8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-down-04-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3974 18.5859L9.63612 17.6194C8.40264 16.0536 7.7859 15.2707 8.06721 14.6354C8.34853 14 9.31191 14 11.2387 14H12.7613C14.6881 14 15.6515 14 15.9328 14.6354C16.2141 15.2707 15.5974 16.0536 14.3639 17.6194L13.6026 18.5858C12.8599 19.5286 12.4885 20 12 20C11.5115 20 11.1401 19.5286 10.3974 18.5859Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14L12 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3974 18.5859L9.63612 17.6194C8.40264 16.0536 7.7859 15.2707 8.06721 14.6354C8.34853 14 9.31191 14 11.2387 14H12.7613C14.6881 14 15.6515 14 15.9328 14.6354C16.2141 15.2707 15.5974 16.0536 14.3639 17.6194L13.6026 18.5858C12.8599 19.5286 12.4885 20 12 20C11.5115 20 11.1401 19.5286 10.3974 18.5859Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14L12 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-down-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.04102 19.9434H18.0407%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.036 3.94678V11.4748M14.5456 14.5347L15.9903 12.5832C16.3308 12.1233 15.9995 11.4748 15.424 11.4748H8.71443C8.14422 11.4748 7.8116 12.1128 8.14136 12.5739L9.54346 14.5347L11.484 16.9013C11.7637 17.2424 12.2884 17.2444 12.5708 16.9054L14.5456 14.5347Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.04102 19.9434H18.0407%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.036 3.94678V11.4748M14.5456 14.5347L15.9903 12.5832C16.3308 12.1233 15.9995 11.4748 15.424 11.4748H8.71443C8.14422 11.4748 7.8116 12.1128 8.14136 12.5739L9.54346 14.5347L11.484 16.9013C11.7637 17.2424 12.2884 17.2444 12.5708 16.9054L14.5456 14.5347Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-down-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 12.5C18 12.5 13.5811 18.5 12 18.5C10.4188 18.5 6 12.5 6 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 5.50005C18 5.50005 13.5811 11.5 12 11.5C10.4188 11.5 6 5.5 6 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 12.5C18 12.5 13.5811 18.5 12 18.5C10.4188 18.5 6 12.5 6 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 5.50005C18 5.50005 13.5811 11.5 12 11.5C10.4188 11.5 6 5.5 6 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-down-left-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 17L18 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.13153 11C6.13153 11 5.65664 16.6335 6.51155 17.4885C7.36647 18.3434 13 17.8684 13 17.8684%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 17L18 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.13153 11C6.13153 11 5.65664 16.6335 6.51155 17.4885C7.36647 18.3434 13 17.8684 13 17.8684%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-down-left-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 13L18 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.45901 17.9172L9.70078 17.8043C11.7127 17.6214 12.7186 17.53 12.9553 16.8761C13.1921 16.2223 12.4778 15.508 11.0493 14.0795L9.92046 12.9507C8.49198 11.5222 7.77774 10.8079 7.12388 11.0447C6.47002 11.2814 6.37857 12.2873 6.19567 14.2992L6.08278 15.541C5.97266 16.7523 5.9176 17.358 6.27979 17.7202C6.64198 18.0824 7.24766 18.0273 8.45901 17.9172Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 13L18 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.45901 17.9172L9.70078 17.8043C11.7127 17.6214 12.7186 17.53 12.9553 16.8761C13.1921 16.2223 12.4778 15.508 11.0493 14.0795L9.92046 12.9507C8.49198 11.5222 7.77774 10.8079 7.12388 11.0447C6.47002 11.2814 6.37857 12.2873 6.19567 14.2992L6.08278 15.541C5.97266 16.7523 5.9176 17.358 6.27979 17.7202C6.64198 18.0824 7.24766 18.0273 8.45901 17.9172Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-down-right-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 17L6 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 17.8685C11 17.8685 16.6335 18.3434 17.4885 17.4885C18.3434 16.6336 17.8684 11 17.8684 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 17L6 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 17.8685C11 17.8685 16.6335 18.3434 17.4885 17.4885C18.3434 16.6336 17.8684 11 17.8684 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-down-right-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 13L6 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.541 17.9172L14.2992 17.8043C12.2873 17.6214 11.2814 17.53 11.0447 16.8761C10.8079 16.2223 11.5222 15.508 12.9507 14.0795L14.0795 12.9507C15.508 11.5222 16.2223 10.8079 16.8761 11.0447C17.53 11.2814 17.6214 12.2873 17.8043 14.2992L17.9172 15.541C18.0273 16.7523 18.0824 17.358 17.7202 17.7202C17.358 18.0824 16.7523 18.0273 15.541 17.9172Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 13L6 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.541 17.9172L14.2992 17.8043C12.2873 17.6214 11.2814 17.53 11.0447 16.8761C10.8079 16.2223 11.5222 15.508 12.9507 14.0795L14.0795 12.9507C15.508 11.5222 16.2223 10.8079 16.8761 11.0447C17.53 11.2814 17.6214 12.2873 17.8043 14.2992L17.9172 15.541C18.0273 16.7523 18.0824 17.358 17.7202 17.7202C17.358 18.0824 16.7523 18.0273 15.541 17.9172Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-expand-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.4998 3.26621C17.3442 3.25421 20.1407 2.67328 20.7336 3.26621C21.3265 3.85913 20.7456 6.65559 20.7336 7.5M20.5057 3.49097L13.502 10.4961%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.26621 16.5001C3.25421 17.3445 2.67328 20.141 3.26621 20.7339C3.85913 21.3268 6.65559 20.7459 7.5 20.7339M10.5019 13.4976L3.49809 20.5027%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.4998 3.26621C17.3442 3.25421 20.1407 2.67328 20.7336 3.26621C21.3265 3.85913 20.7456 6.65559 20.7336 7.5M20.5057 3.49097L13.502 10.4961%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.26621 16.5001C3.25421 17.3445 2.67328 20.141 3.26621 20.7339C3.85913 21.3268 6.65559 20.7459 7.5 20.7339M10.5019 13.4976L3.49809 20.5027%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-expand-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 3.26621C6.6556 3.25421 3.8591 2.67328 3.2662 3.26621C2.6733 3.85913 3.2542 6.65559 3.2662 7.5M3.49401 3.49097L10.4978 10.4961M20.7338 16.5C20.7458 17.3444 21.3267 20.1409 20.7338 20.7338C20.1409 21.3267 17.3444 20.7458 16.5 20.7338M13.4981 13.4974L20.5019 20.5026%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 3.26621C6.6556 3.25421 3.8591 2.67328 3.2662 3.26621C2.6733 3.85913 3.2542 6.65559 3.2662 7.5M3.49401 3.49097L10.4978 10.4961M20.7338 16.5C20.7458 17.3444 21.3267 20.1409 20.7338 20.7338C20.1409 21.3267 17.3444 20.7458 16.5 20.7338M13.4981 13.4974L20.5019 20.5026%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-expand-diagonal-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 8L16 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 3.23663C17.7506 3.22596 20.2363 2.70959 20.7634 3.23663C21.2904 3.76367 20.774 6.24941 20.7634 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.23663 17C3.22596 17.7506 2.70959 20.2363 3.23663 20.7634C3.76367 21.2904 6.24941 20.774 7 20.7634%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9971 9.00688L20.3828 3.62109%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.62598 20.3741L9.01172 14.9883%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 8L16 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 3.23663C17.7506 3.22596 20.2363 2.70959 20.7634 3.23663C21.2904 3.76367 20.774 6.24941 20.7634 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.23663 17C3.22596 17.7506 2.70959 20.2363 3.23663 20.7634C3.76367 21.2904 6.24941 20.774 7 20.7634%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9971 9.00688L20.3828 3.62109%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.62598 20.3741L9.01172 14.9883%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-expand-diagonal-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 8L7.99999 16M6.99999 3.23663C6.24939 3.22596 3.7637 2.70959 3.2366 3.23663C2.7096 3.76367 3.226 6.24941 3.2366 7M20.7634 17C20.774 17.7506 21.2904 20.2363 20.7634 20.7634C20.2363 21.2904 17.7506 20.774 17 20.7634M9.00256 9.00714L3.61682 3.62135M20.374 20.374L14.9883 14.9882%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 8L7.99999 16M6.99999 3.23663C6.24939 3.22596 3.7637 2.70959 3.2366 3.23663C2.7096 3.76367 3.226 6.24941 3.2366 7M20.7634 17C20.774 17.7506 21.2904 20.2363 20.7634 20.7634C20.2363 21.2904 17.7506 20.774 17 20.7634M9.00256 9.00714L3.61682 3.62135M20.374 20.374L14.9883 14.9882%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-expand{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 3.09779C8 3.09779 4.03374 2.74194 3.38783 3.38785C2.74191 4.03375 3.09783 8 3.09783 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 20.9022C8 20.9022 4.03374 21.2581 3.38783 20.6122C2.74191 19.9662 3.09783 16 3.09783 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 3.09779C16 3.09779 19.9663 2.74194 20.6122 3.38785C21.2581 4.03375 20.9022 8 20.9022 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 20.9022C16 20.9022 19.9663 21.2581 20.6122 20.6122C21.2581 19.9662 20.9022 16 20.9022 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0107 9.99896L20.0625 3.94727%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.99695 14.0029L3.63965 20.3812%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.99634 10.0029L3.84473 3.85938%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9795 14.0029L20.5279 20.4988%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 3.09779C8 3.09779 4.03374 2.74194 3.38783 3.38785C2.74191 4.03375 3.09783 8 3.09783 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 20.9022C8 20.9022 4.03374 21.2581 3.38783 20.6122C2.74191 19.9662 3.09783 16 3.09783 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 3.09779C16 3.09779 19.9663 2.74194 20.6122 3.38785C21.2581 4.03375 20.9022 8 20.9022 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 20.9022C16 20.9022 19.9663 21.2581 20.6122 20.6122C21.2581 19.9662 20.9022 16 20.9022 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0107 9.99896L20.0625 3.94727%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.99695 14.0029L3.63965 20.3812%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.99634 10.0029L3.84473 3.85938%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9795 14.0029L20.5279 20.4988%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 9C4.39316 9.58984 2 11.1597 2 12C2 12.8403 4.39316 14.4102 5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9C19.6068 9.58984 22 11.1597 22 12C22 12.8403 19.6068 14.4102 19 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.42285 11.9795H21.868%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 9C4.39316 9.58984 2 11.1597 2 12C2 12.8403 4.39316 14.4102 5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9C19.6068 9.58984 22 11.1597 22 12C22 12.8403 19.6068 14.4102 19 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.42285 11.9795H21.868%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-left-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 6C15 6 9.00001 10.4189 9 12C8.99999 13.5812 15 18 15 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 6C15 6 9.00001 10.4189 9 12C8.99999 13.5812 15 18 15 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-left-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.99996 17C8.99996 17 4.00001 13.3176 4 12C3.99999 10.6824 9 7 9 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.99996 17C8.99996 17 4.00001 13.3176 4 12C3.99999 10.6824 9 7 9 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-left-03-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 6L4 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8C12 8 8.00001 10.946 8 12C7.99999 13.0541 12 16 12 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 6L4 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8C12 8 8.00001 10.946 8 12C7.99999 13.0541 12 16 12 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-left-04-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.41415 13.6026L6.38058 14.3639C7.94638 15.5974 8.72928 16.2141 9.36464 15.9328C10 15.6515 10 14.6881 10 12.7613V11.2387C10 9.31191 10 8.34853 9.36464 8.06721C8.72928 7.7859 7.94638 8.40264 6.38059 9.63612L5.41415 10.3974C4.47138 11.1401 4 11.5115 4 12C4 12.4885 4.47138 12.8599 5.41415 13.6026Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.41415 13.6026L6.38058 14.3639C7.94638 15.5974 8.72928 16.2141 9.36464 15.9328C10 15.6515 10 14.6881 10 12.7613V11.2387C10 9.31191 10 8.34853 9.36464 8.06721C8.72928 7.7859 7.94638 8.40264 6.38059 9.63612L5.41415 10.3974C4.47138 11.1401 4 11.5115 4 12C4 12.4885 4.47138 12.8599 5.41415 13.6026Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-left-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.00879 5.99658L4.00881 17.9973%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5055 12.0079V12.3784C12.5461 15.3496 12.4112 16.3818 11.1606 15.9026L10.8526 15.7206L10.604 15.5479L10.0688 15.1349L9.06837 14.2656L8.04548 13.4018L7.54548 12.9487L7.32283 12.7221L7.06066 12.3431L7.00684 12.0068L7.06066 11.6728L7.32283 11.2937L7.54548 11.0672L8.04548 10.614L9.06837 9.7503L10.0688 8.88097L10.604 8.46798L10.8526 8.2952L11.1606 8.11329C12.4112 7.63406 12.5461 8.66629 12.5055 11.6374V12.0079ZM12.5055 12.0079H20.0085%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.00879 5.99658L4.00881 17.9973%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5055 12.0079V12.3784C12.5461 15.3496 12.4112 16.3818 11.1606 15.9026L10.8526 15.7206L10.604 15.5479L10.0688 15.1349L9.06837 14.2656L8.04548 13.4018L7.54548 12.9487L7.32283 12.7221L7.06066 12.3431L7.00684 12.0068L7.06066 11.6728L7.32283 11.2937L7.54548 11.0672L8.04548 10.614L9.06837 9.7503L10.0688 8.88097L10.604 8.46798L10.8526 8.2952L11.1606 8.11329C12.4112 7.63406 12.5461 8.66629 12.5055 11.6374V12.0079ZM12.5055 12.0079H20.0085%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-left-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 18C11.5 18 5.50001 13.5811 5.5 12C5.49999 10.4188 11.5 6 11.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 18C18.5 18 12.5 13.5811 12.5 12C12.5 10.4188 18.5 6 18.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 18C11.5 18 5.50001 13.5811 5.5 12C5.49999 10.4188 11.5 6 11.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 18C18.5 18 12.5 13.5811 12.5 12C12.5 10.4188 18.5 6 18.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-left-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 17L4 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 14C17 14 20 16.2095 20 17C20 17.7906 17 20 17 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7L20 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99998 4C6.99998 4 4.00001 6.20947 4 7.00002C3.99999 7.79058 7 10 7 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 17L4 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 14C17 14 20 16.2095 20 17C20 17.7906 17 20 17 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7L20 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99998 4C6.99998 4 4.00001 6.20947 4 7.00002C3.99999 7.79058 7 10 7 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-move-down-left-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 3V5.07692C20 7.07786 20 8.07833 19.8547 8.91545C19.0547 13.5235 15.0934 17.1376 10.0426 17.8674C9.12509 18 7.19318 18 5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 21C6.39316 20.4102 4 18.8403 4 18C4 17.1597 6.39316 15.5898 7 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 3V5.07692C20 7.07786 20 8.07833 19.8547 8.91545C19.0547 13.5235 15.0934 17.1376 10.0426 17.8674C9.12509 18 7.19318 18 5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 21C6.39316 20.4102 4 18.8403 4 18C4 17.1597 6.39316 15.5898 7 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-move-down-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 3V5.07692C4 7.07786 4 8.07833 4.14533 8.91545C4.94529 13.5235 8.90656 17.1376 13.9574 17.8674C14.8749 18 16.8068 18 19 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 21C17.6068 20.4102 20 18.8403 20 18C20 17.1597 17.6068 15.5898 17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 3V5.07692C4 7.07786 4 8.07833 4.14533 8.91545C4.94529 13.5235 8.90656 17.1376 13.9574 17.8674C14.8749 18 16.8068 18 19 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 21C17.6068 20.4102 20 18.8403 20 18C20 17.1597 17.6068 15.5898 17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-move-left-down-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5H4C10.5997 5 13.8995 5 15.9497 7.12067C18 9.24133 18 12.6545 18 19.4808V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 2C5.39316 2.58984 3 4.15973 3 5C3 5.84027 5.39316 7.41016 6 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 19C15.5898 19.6068 17.1597 22 18 22C18.8403 22 20.4102 19.6068 21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5H4C10.5997 5 13.8995 5 15.9497 7.12067C18 9.24133 18 12.6545 18 19.4808V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 2C5.39316 2.58984 3 4.15973 3 5C3 5.84027 5.39316 7.41016 6 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 19C15.5898 19.6068 17.1597 22 18 22C18.8403 22 20.4102 19.6068 21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-move-right-down-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 5H19.0667C12.907 5 9.82714 5 7.91357 7.12067C6 9.24133 6 12.6545 6 19.4808V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2C18.6068 2.58984 21 4.15973 21 5C21 5.84027 18.6068 7.41016 18 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19C8.41016 19.6068 6.84027 22 6 22C5.15973 22 3.58984 19.6068 3 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 5H19.0667C12.907 5 9.82714 5 7.91357 7.12067C6 9.24133 6 12.6545 6 19.4808V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2C18.6068 2.58984 21 4.15973 21 5C21 5.84027 18.6068 7.41016 18 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19C8.41016 19.6068 6.84027 22 6 22C5.15973 22 3.58984 19.6068 3 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-move-up-left-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 21V18.9231C20 16.9221 20 15.9217 19.8547 15.0846C19.0547 10.4765 15.0934 6.86243 10.0426 6.13259C9.12509 6 7.19318 6 5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 3C6.39316 3.58984 4 5.15973 4 6C4 6.84027 6.39316 8.41016 7 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 21V18.9231C20 16.9221 20 15.9217 19.8547 15.0846C19.0547 10.4765 15.0934 6.86243 10.0426 6.13259C9.12509 6 7.19318 6 5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 3C6.39316 3.58984 4 5.15973 4 6C4 6.84027 6.39316 8.41016 7 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-move-up-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 21V18.9231C4 16.9221 4 15.9217 4.14533 15.0846C4.94529 10.4765 8.90656 6.86243 13.9574 6.13259C14.8749 6 16.8068 6 19 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 3C17.6068 3.58984 20 5.15973 20 6C20 6.84027 17.6068 8.41016 17 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 21V18.9231C4 16.9221 4 15.9217 4.14533 15.0846C4.94529 10.4765 8.90656 6.86243 13.9574 6.13259C14.8749 6 16.8068 6 19 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 3C17.6068 3.58984 20 5.15973 20 6C20 6.84027 17.6068 8.41016 17 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-reload-horizontal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 5.5H9.5C5.78672 5.5 3 8.18503 3 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 18.5H14.5C18.2133 18.5 21 15.815 21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 3C18.5 3 21 4.84122 21 5.50002C21 6.15882 18.5 8 18.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.49998 16C5.49998 16 3.00001 17.8412 3 18.5C2.99999 19.1588 5.5 21 5.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 5.5H9.5C5.78672 5.5 3 8.18503 3 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 18.5H14.5C18.2133 18.5 21 15.815 21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 3C18.5 3 21 4.84122 21 5.50002C21 6.15882 18.5 8 18.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.49998 16C5.49998 16 3.00001 17.8412 3 18.5C2.99999 19.1588 5.5 21 5.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-reload-vertical-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 3.5L5.5 14.5C5.5 18.2133 8.18503 21 12 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 20.5L18.5 9.5C18.5 5.78672 15.815 3 12 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 18C21 18 19.1588 20.5 18.5 20.5C17.8412 20.5 16 18 16 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 5.49998C8 5.49998 6.15878 3.00001 5.49998 3C4.84118 2.99999 3 5.5 3 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 3.5L5.5 14.5C5.5 18.2133 8.18503 21 12 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 20.5L18.5 9.5C18.5 5.78672 15.815 3 12 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 18C21 18 19.1588 20.5 18.5 20.5C17.8412 20.5 16 18 16 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 5.49998C8 5.49998 6.15878 3.00001 5.49998 3C4.84118 2.99999 3 5.5 3 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-right-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.00005 6C9.00005 6 15 10.4189 15 12C15 13.5812 9 18 9 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.00005 6C9.00005 6 15 10.4189 15 12C15 13.5812 9 18 9 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-right-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 12L4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17C15 17 20 13.3176 20 12C20 10.6824 15 7 15 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 12L4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17C15 17 20 13.3176 20 12C20 10.6824 15 7 15 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-right-03-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 18L20 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12L4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8C12 8 16 10.946 16 12C16 13.0541 12 16 12 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 18L20 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12L4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8C12 8 16 10.946 16 12C16 13.0541 12 16 12 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-right-04-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 12L4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5859 13.6026L17.6194 14.3639C16.0536 15.5974 15.2707 16.2141 14.6354 15.9328C14 15.6515 14 14.6881 14 12.7613L14 11.2387C14 9.31191 14 8.34853 14.6354 8.06721C15.2707 7.7859 16.0536 8.40264 17.6194 9.63612L18.5858 10.3974C19.5286 11.1401 20 11.5115 20 12C20 12.4885 19.5286 12.8599 18.5859 13.6026Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 12L4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5859 13.6026L17.6194 14.3639C16.0536 15.5974 15.2707 16.2141 14.6354 15.9328C14 15.6515 14 14.6881 14 12.7613L14 11.2387C14 9.31191 14 8.34853 14.6354 8.06721C15.2707 7.7859 16.0536 8.40264 17.6194 9.63612L18.5858 10.3974C19.5286 11.1401 20 11.5115 20 12C20 12.4885 19.5286 12.8599 18.5859 13.6026Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-right-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 5.99951L20 18.0002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.503 12.0109V12.3814C11.4624 15.3525 11.5973 16.3847 12.8479 15.9055L13.1559 15.7236L13.4046 15.5508L13.9398 15.1378L14.9402 14.2685L15.963 13.4047L16.463 12.9516L16.6857 12.7251L16.9479 12.346L17.0017 12.0097L16.9479 11.6757L16.6857 11.2967L16.463 11.0701L15.963 10.617L14.9402 9.75323L13.9398 8.8839L13.4046 8.47091L13.1559 8.29813L12.8479 8.11621C11.5973 7.63699 11.4624 8.66922 11.503 11.6403V12.0109ZM11.503 12.0109H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 5.99951L20 18.0002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.503 12.0109V12.3814C11.4624 15.3525 11.5973 16.3847 12.8479 15.9055L13.1559 15.7236L13.4046 15.5508L13.9398 15.1378L14.9402 14.2685L15.963 13.4047L16.463 12.9516L16.6857 12.7251L16.9479 12.346L17.0017 12.0097L16.9479 11.6757L16.6857 11.2967L16.463 11.0701L15.963 10.617L14.9402 9.75323L13.9398 8.8839L13.4046 8.47091L13.1559 8.29813L12.8479 8.11621C11.5973 7.63699 11.4624 8.66922 11.503 11.6403V12.0109ZM11.503 12.0109H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-right-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 18C12.5 18 18.5 13.5811 18.5 12C18.5 10.4188 12.5 6 12.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.50005 18C5.50005 18 11.5 13.5811 11.5 12C11.5 10.4188 5.5 6 5.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 18C12.5 18 18.5 13.5811 18.5 12C18.5 10.4188 12.5 6 12.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.50005 18C5.50005 18 11.5 13.5811 11.5 12C11.5 10.4188 5.5 6 5.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-shrink-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.50037 10.7335C7.34478 10.7455 10.1413 11.3264 10.7342 10.7335C11.3271 10.1406 10.7462 7.34415 10.7342 6.49974M13.2666 17.4997C13.2546 16.6553 12.6737 13.8588 13.2666 13.2659C13.8595 12.673 16.656 13.2539 17.5004 13.2659M20.9972 20.998L13.6083 13.6159M10.3672 10.3734L2.99805 2.99609%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.50037 10.7335C7.34478 10.7455 10.1413 11.3264 10.7342 10.7335C11.3271 10.1406 10.7462 7.34415 10.7342 6.49974M13.2666 17.4997C13.2546 16.6553 12.6737 13.8588 13.2666 13.2659C13.8595 12.673 16.656 13.2539 17.5004 13.2659M20.9972 20.998L13.6083 13.6159M10.3672 10.3734L2.99805 2.99609%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-shrink-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4968 10.7365C16.6524 10.7485 13.8559 11.3294 13.263 10.7365C12.6701 10.1436 13.251 7.34708 13.263 6.50267M10.7306 17.5027C10.7426 16.6583 11.3235 13.8618 10.7306 13.2689C10.1377 12.676 7.34123 13.2569 6.49683 13.2689M3 21.001L10.3889 13.6188M13.63 10.3763L20.9991 2.99902%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4968 10.7365C16.6524 10.7485 13.8559 11.3294 13.263 10.7365C12.6701 10.1436 13.251 7.34708 13.263 6.50267M10.7306 17.5027C10.7426 16.6583 11.3235 13.8618 10.7306 13.2689C10.1377 12.676 7.34123 13.2569 6.49683 13.2689M3 21.001L10.3889 13.6188M13.63 10.3763L20.9991 2.99902%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-shrink{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.2221 17.9912C14.2116 17.2413 13.6964 14.7578 14.2229 14.2313C14.7494 13.7049 17.2322 14.2213 17.9819 14.2321M20.9919 20.9946L14.6071 14.6112%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.76101 17.9912C9.77151 17.2413 10.2867 14.7578 9.76022 14.2313C9.23368 13.7049 6.75096 14.2213 6.00126 14.2321M2.99121 20.9946L9.37599 14.6112%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.99984 9.75791C6.74957 9.76748 9.23311 10.2798 9.75882 9.75244C10.2844 9.22511 9.76503 6.74239 9.75335 5.9925M9.36934 9.36401L2.99414 2.99902%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.983 9.75791C17.2333 9.76748 14.7498 10.2798 14.224 9.75244C13.6984 9.22511 14.2178 6.74239 14.2295 5.9925M14.6135 9.36401L20.9887 2.99902%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.2221 17.9912C14.2116 17.2413 13.6964 14.7578 14.2229 14.2313C14.7494 13.7049 17.2322 14.2213 17.9819 14.2321M20.9919 20.9946L14.6071 14.6112%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.76101 17.9912C9.77151 17.2413 10.2867 14.7578 9.76022 14.2313C9.23368 13.7049 6.75096 14.2213 6.00126 14.2321M2.99121 20.9946L9.37599 14.6112%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.99984 9.75791C6.74957 9.76748 9.23311 10.2798 9.75882 9.75244C10.2844 9.22511 9.76503 6.74239 9.75335 5.9925M9.36934 9.36401L2.99414 2.99902%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.983 9.75791C17.2333 9.76748 14.7498 10.2798 14.224 9.75244C13.6984 9.22511 14.2178 6.74239 14.2295 5.9925M14.6135 9.36401L20.9887 2.99902%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-turn-backward-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 6H15.5C17.9853 6 20 8.01472 20 10.5C20 12.9853 17.9853 15 15.5 15H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99998 12C6.99998 12 4.00001 14.2095 4 15C3.99999 15.7906 7 18 7 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 6H15.5C17.9853 6 20 8.01472 20 10.5C20 12.9853 17.9853 15 15.5 15H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99998 12C6.99998 12 4.00001 14.2095 4 15C3.99999 15.7906 7 18 7 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-turn-down-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 13L6 8.5C6 6.01472 8.01472 4 10.5 4C12.9853 4 15 6.01472 15 8.5V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17C12 17 14.2095 20 15 20C15.7906 20 18 17 18 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 13L6 8.5C6 6.01472 8.01472 4 10.5 4C12.9853 4 15 6.01472 15 8.5V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17C12 17 14.2095 20 15 20C15.7906 20 18 17 18 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-turn-forward-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 6H8.5C6.01472 6 4 8.01472 4 10.5C4 12.9853 6.01472 15 8.5 15H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12C17 12 20 14.2095 20 15C20 15.7906 17 18 17 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 6H8.5C6.01472 6 4 8.01472 4 10.5C4 12.9853 6.01472 15 8.5 15H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12C17 12 20 14.2095 20 15C20 15.7906 17 18 17 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-turn-up-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 11L6 15.5C6 17.9853 8.01472 20 10.5 20C12.9853 20 15 17.9853 15 15.5V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 6.99998C18 6.99998 15.7905 4.00001 15 4C14.2094 3.99999 12 7 12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 11L6 15.5C6 17.9853 8.01472 20 10.5 20C12.9853 20 15 17.9853 15 15.5V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 6.99998C18 6.99998 15.7905 4.00001 15 4C14.2094 3.99999 12 7 12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-up-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 15C18 15 13.5811 9.00001 12 9C10.4188 8.99999 6 15 6 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 15C18 15 13.5811 9.00001 12 9C10.4188 8.99999 6 15 6 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-up-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8.99996C17 8.99996 13.3176 4.00001 12 4C10.6824 3.99999 7 9 7 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8.99996C17 8.99996 13.3176 4.00001 12 4C10.6824 3.99999 7 9 7 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-up-03-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 4L6 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12C16 12 13.054 8.00001 12 8C10.9459 7.99999 8 12 8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 4L6 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12C16 12 13.054 8.00001 12 8C10.9459 7.99999 8 12 8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-up-04-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 10L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.6026 5.41415L14.3639 6.38058C15.5974 7.94638 16.2141 8.72928 15.9328 9.36464C15.6515 10 14.6881 10 12.7613 10H11.2387C9.31191 10 8.34853 10 8.06721 9.36464C7.7859 8.72928 8.40264 7.94638 9.63612 6.38059L10.3974 5.41415C11.1401 4.47138 11.5115 4 12 4C12.4885 4 12.8599 4.47138 13.6026 5.41415Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 10L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.6026 5.41415L14.3639 6.38058C15.5974 7.94638 16.2141 8.72928 15.9328 9.36464C15.6515 10 14.6881 10 12.7613 10H11.2387C9.31191 10 8.34853 10 8.06721 9.36464C7.7859 8.72928 8.40264 7.94638 9.63612 6.38059L10.3974 5.41415C11.1401 4.47138 11.5115 4 12 4C12.4885 4 12.8599 4.47138 13.6026 5.41415Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-up-05-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 4.75C18.4142 4.75 18.75 4.41421 18.75 4C18.75 3.58579 18.4142 3.25 18 3.25L18 4.75ZM6 3.25C5.58579 3.25 5.25 3.58579 5.25 4C5.25 4.41421 5.58579 4.75 6 4.75L6 3.25ZM18 3.25L6 3.25L6 4.75L18 4.75L18 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.3639 9.1822L14.9327 8.69337L14.9327 8.69337L14.3639 9.1822ZM13.6026 8.2963L13.0337 8.78513L13.0337 8.78513L13.6026 8.2963ZM10.3974 8.29631L9.82864 7.80748V7.80748L10.3974 8.29631ZM9.63612 9.1822L9.06731 8.69338L9.63612 9.1822ZM11.2387 12.5V13.25V12.5ZM12.7613 12.5V11.75V12.5ZM8.06721 11.9176L8.74256 11.5914L8.74256 11.5914L8.06721 11.9176ZM15.9328 11.9176L15.2574 11.5914V11.5914L15.9328 11.9176ZM12.75 12.5C12.75 12.0858 12.4142 11.75 12 11.75C11.5858 11.75 11.25 12.0858 11.25 12.5H12.75ZM11.25 20C11.25 20.4142 11.5858 20.75 12 20.75C12.4142 20.75 12.75 20.4142 12.75 20H11.25ZM14.9327 8.69337L14.1714 7.80748L13.0337 8.78513L13.7951 9.67103L14.9327 8.69337ZM9.82864 7.80748L9.06731 8.69338L10.2049 9.67103L10.9663 8.78513L9.82864 7.80748ZM9.06731 8.69338C8.46742 9.39142 7.95966 9.97923 7.6499 10.4686C7.3482 10.9453 7.07131 11.5801 7.39187 12.2438L8.74256 11.5914C8.7818 11.6726 8.67263 11.6575 8.91734 11.2709C9.15399 10.897 9.57134 10.4083 10.2049 9.67103L9.06731 8.69338ZM11.2387 11.75C10.2506 11.75 9.59237 11.7482 9.14051 11.6845C8.66977 11.6182 8.70856 11.521 8.74256 11.5914L7.39187 12.2438C7.70719 12.8966 8.36832 13.0906 8.93129 13.1699C9.51315 13.2518 10.3 13.25 11.2387 13.25V11.75ZM14.1714 7.80748C13.815 7.39277 13.4964 7.01935 13.2 6.75982C12.8868 6.48551 12.5016 6.25 12 6.25V7.75C12.0039 7.75 12.0105 7.7492 12.0335 7.76C12.0639 7.77427 12.1204 7.80818 12.2119 7.88833C12.409 8.0609 12.6474 8.33564 13.0337 8.78513L14.1714 7.80748ZM10.9663 8.78513C11.3526 8.33564 11.591 8.0609 11.7881 7.88833C11.8796 7.80818 11.9361 7.77427 11.9665 7.76C11.9895 7.7492 11.9961 7.75 12 7.75V6.25C11.4984 6.25 11.1132 6.48551 10.8 6.75982C10.5036 7.01935 10.185 7.39277 9.82864 7.80748L10.9663 8.78513ZM13.7951 9.67103C14.4287 10.4083 14.846 10.897 15.0827 11.2709C15.3274 11.6575 15.2182 11.6726 15.2574 11.5914L16.6081 12.2438C16.9287 11.5801 16.6518 10.9453 16.3501 10.4686C16.0403 9.97923 15.5326 9.39142 14.9327 8.69337L13.7951 9.67103ZM12.7613 13.25C13.7 13.25 14.4868 13.2518 15.0687 13.1699C15.6317 13.0906 16.2928 12.8966 16.6081 12.2438L15.2574 11.5914C15.2914 11.521 15.3302 11.6182 14.8595 11.6845C14.4076 11.7482 13.7494 11.75 12.7613 11.75V13.25ZM11.2387 13.25H12.7613V11.75H11.2387V13.25ZM11.25 12.5L11.25 20H12.75L12.75 12.5H11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 4.75C18.4142 4.75 18.75 4.41421 18.75 4C18.75 3.58579 18.4142 3.25 18 3.25L18 4.75ZM6 3.25C5.58579 3.25 5.25 3.58579 5.25 4C5.25 4.41421 5.58579 4.75 6 4.75L6 3.25ZM18 3.25L6 3.25L6 4.75L18 4.75L18 3.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.3639 9.1822L14.9327 8.69337L14.9327 8.69337L14.3639 9.1822ZM13.6026 8.2963L13.0337 8.78513L13.0337 8.78513L13.6026 8.2963ZM10.3974 8.29631L9.82864 7.80748V7.80748L10.3974 8.29631ZM9.63612 9.1822L9.06731 8.69338L9.63612 9.1822ZM11.2387 12.5V13.25V12.5ZM12.7613 12.5V11.75V12.5ZM8.06721 11.9176L8.74256 11.5914L8.74256 11.5914L8.06721 11.9176ZM15.9328 11.9176L15.2574 11.5914V11.5914L15.9328 11.9176ZM12.75 12.5C12.75 12.0858 12.4142 11.75 12 11.75C11.5858 11.75 11.25 12.0858 11.25 12.5H12.75ZM11.25 20C11.25 20.4142 11.5858 20.75 12 20.75C12.4142 20.75 12.75 20.4142 12.75 20H11.25ZM14.9327 8.69337L14.1714 7.80748L13.0337 8.78513L13.7951 9.67103L14.9327 8.69337ZM9.82864 7.80748L9.06731 8.69338L10.2049 9.67103L10.9663 8.78513L9.82864 7.80748ZM9.06731 8.69338C8.46742 9.39142 7.95966 9.97923 7.6499 10.4686C7.3482 10.9453 7.07131 11.5801 7.39187 12.2438L8.74256 11.5914C8.7818 11.6726 8.67263 11.6575 8.91734 11.2709C9.15399 10.897 9.57134 10.4083 10.2049 9.67103L9.06731 8.69338ZM11.2387 11.75C10.2506 11.75 9.59237 11.7482 9.14051 11.6845C8.66977 11.6182 8.70856 11.521 8.74256 11.5914L7.39187 12.2438C7.70719 12.8966 8.36832 13.0906 8.93129 13.1699C9.51315 13.2518 10.3 13.25 11.2387 13.25V11.75ZM14.1714 7.80748C13.815 7.39277 13.4964 7.01935 13.2 6.75982C12.8868 6.48551 12.5016 6.25 12 6.25V7.75C12.0039 7.75 12.0105 7.7492 12.0335 7.76C12.0639 7.77427 12.1204 7.80818 12.2119 7.88833C12.409 8.0609 12.6474 8.33564 13.0337 8.78513L14.1714 7.80748ZM10.9663 8.78513C11.3526 8.33564 11.591 8.0609 11.7881 7.88833C11.8796 7.80818 11.9361 7.77427 11.9665 7.76C11.9895 7.7492 11.9961 7.75 12 7.75V6.25C11.4984 6.25 11.1132 6.48551 10.8 6.75982C10.5036 7.01935 10.185 7.39277 9.82864 7.80748L10.9663 8.78513ZM13.7951 9.67103C14.4287 10.4083 14.846 10.897 15.0827 11.2709C15.3274 11.6575 15.2182 11.6726 15.2574 11.5914L16.6081 12.2438C16.9287 11.5801 16.6518 10.9453 16.3501 10.4686C16.0403 9.97923 15.5326 9.39142 14.9327 8.69337L13.7951 9.67103ZM12.7613 13.25C13.7 13.25 14.4868 13.2518 15.0687 13.1699C15.6317 13.0906 16.2928 12.8966 16.6081 12.2438L15.2574 11.5914C15.2914 11.521 15.3302 11.6182 14.8595 11.6845C14.4076 11.7482 13.7494 11.75 12.7613 11.75V13.25ZM11.2387 13.25H12.7613V11.75H11.2387V13.25ZM11.25 12.5L11.25 20H12.75L12.75 12.5H11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-up-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 11.5C18 11.5 13.5811 5.50001 12 5.5C10.4188 5.49999 6 11.5 6 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18.5C18 18.5 13.5811 12.5 12 12.5C10.4188 12.5 6 18.5 6 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 11.5C18 11.5 13.5811 5.50001 12 5.5C10.4188 5.49999 6 11.5 6 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18.5C18 18.5 13.5811 12.5 12 12.5C10.4188 12.5 6 18.5 6 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-up-down-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19L17 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6.99998C10 6.99998 7.79053 4.00001 6.99998 4C6.20942 3.99999 4 7 4 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 17C20 17 17.7905 20 17 20C16.2094 20 14 17 14 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19L17 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6.99998C10 6.99998 7.79053 4.00001 6.99998 4C6.20942 3.99999 4 7 4 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 17C20 17 17.7905 20 17 20C16.2094 20 14 17 14 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-up-left-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7L18 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6.13151C13 6.13151 7.36646 5.65662 6.51153 6.51153C5.65661 7.36645 6.13157 13 6.13157 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7L18 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6.13151C13 6.13151 7.36646 5.65662 6.51153 6.51153C5.65661 7.36645 6.13157 13 6.13157 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-up-left-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 11L18 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.45901 6.08278L9.70078 6.19567C11.7127 6.37857 12.7186 6.47002 12.9553 7.12388C13.1921 7.77774 12.4778 8.49198 11.0493 9.92046L9.92046 11.0493C8.49198 12.4778 7.77774 13.1921 7.12388 12.9553C6.47002 12.7186 6.37857 11.7127 6.19567 9.70078L6.08278 8.45902C5.97266 7.24766 5.9176 6.64198 6.27979 6.27979C6.64198 5.9176 7.24766 5.97266 8.45901 6.08278Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 11L18 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.45901 6.08278L9.70078 6.19567C11.7127 6.37857 12.7186 6.47002 12.9553 7.12388C13.1921 7.77774 12.4778 8.49198 11.0493 9.92046L9.92046 11.0493C8.49198 12.4778 7.77774 13.1921 7.12388 12.9553C6.47002 12.7186 6.37857 11.7127 6.19567 9.70078L6.08278 8.45902C5.97266 7.24766 5.9176 6.64198 6.27979 6.27979C6.64198 5.9176 7.24766 5.97266 8.45901 6.08278Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-up-right-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 7L6 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6.13151C11 6.13151 16.6335 5.65662 17.4885 6.51153C18.3434 7.36645 17.8684 13 17.8684 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 7L6 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6.13151C11 6.13151 16.6335 5.65662 17.4885 6.51153C18.3434 7.36645 17.8684 13 17.8684 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-up-right-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 11L6 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.541 6.08278L14.2992 6.19567C12.2873 6.37857 11.2814 6.47002 11.0447 7.12388C10.8079 7.77774 11.5222 8.49198 12.9507 9.92046L14.0795 11.0493C15.508 12.4778 16.2223 13.1921 16.8761 12.9553C17.53 12.7186 17.6214 11.7127 17.8043 9.70078L17.9172 8.45902C18.0273 7.24766 18.0824 6.64198 17.7202 6.27979C17.358 5.9176 16.7523 5.97266 15.541 6.08278Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 11L6 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.541 6.08278L14.2992 6.19567C12.2873 6.37857 11.2814 6.47002 11.0447 7.12388C10.8079 7.77774 11.5222 8.49198 12.9507 9.92046L14.0795 11.0493C15.508 12.4778 16.2223 13.1921 16.8761 12.9553C17.53 12.7186 17.6214 11.7127 17.8043 9.70078L17.9172 8.45902C18.0273 7.24766 18.0824 6.64198 17.7202 6.27979C17.358 5.9176 16.7523 5.97266 15.541 6.08278Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-arrow-vertical-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.25 22C11.25 22.4142 11.5858 22.75 12 22.75C12.4142 22.75 12.75 22.4142 12.75 22H11.25ZM12.75 2C12.75 1.58579 12.4142 1.25 12 1.25C11.5858 1.25 11.25 1.58579 11.25 2L12.75 2ZM12.75 22L12.75 2L11.25 2L11.25 22H12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 5C9.58984 4.39316 11.1597 2 12 2C12.8403 2 14.4102 4.39316 15 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19C9.58984 19.6068 11.1597 22 12 22C12.8403 22 14.4102 19.6068 15 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.25 22C11.25 22.4142 11.5858 22.75 12 22.75C12.4142 22.75 12.75 22.4142 12.75 22H11.25ZM12.75 2C12.75 1.58579 12.4142 1.25 12 1.25C11.5858 1.25 11.25 1.58579 11.25 2L12.75 2ZM12.75 22L12.75 2L11.25 2L11.25 22H12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M9 5C9.58984 4.39316 11.1597 2 12 2C12.8403 2 14.4102 4.39316 15 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19C9.58984 19.6068 11.1597 22 12 22C12.8403 22 14.4102 19.6068 15 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-data-transfer-diagonal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6898 8L8.87715 13.1068C8.48493 13.523 8.28882 13.7311 8.13302 13.6693C7.97723 13.6076 7.98998 13.3268 8.01548 12.7653L8.09598 10.9932M10.3102 16L15.1228 10.8932C15.5151 10.477 15.7112 10.2689 15.867 10.3307C16.0228 10.3924 16.01 10.6732 15.9845 11.2347L15.904 13.0068%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6898 8L8.87715 13.1068C8.48493 13.523 8.28882 13.7311 8.13302 13.6693C7.97723 13.6076 7.98998 13.3268 8.01548 12.7653L8.09598 10.9932M10.3102 16L15.1228 10.8932C15.5151 10.477 15.7112 10.2689 15.867 10.3307C16.0228 10.3924 16.01 10.6732 15.9845 11.2347L15.904 13.0068%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-data-transfer-horizontal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 10.2857H8.56622C7.91964 10.2857 7.59635 10.2857 7.51589 10.1093C7.43543 9.93296 7.66404 9.72538 8.12124 9.31022L9.56415 8M7.5 13.7143H15.4338C16.0804 13.7143 16.4037 13.7143 16.4841 13.8907C16.5646 14.067 16.336 14.2746 15.8788 14.6898L14.4358 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 10.2857H8.56622C7.91964 10.2857 7.59635 10.2857 7.51589 10.1093C7.43543 9.93296 7.66404 9.72538 8.12124 9.31022L9.56415 8M7.5 13.7143H15.4338C16.0804 13.7143 16.4037 13.7143 16.4841 13.8907C16.5646 14.067 16.336 14.2746 15.8788 14.6898L14.4358 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-data-transfer-vertical-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.2857 7.5L10.2857 15.4338C10.2857 16.0804 10.2857 16.4037 10.1093 16.4841C9.93296 16.5646 9.72538 16.336 9.31022 15.8788L8 14.4358M13.7143 16.5L13.7143 8.56622C13.7143 7.91964 13.7143 7.59635 13.8907 7.51589C14.067 7.43543 14.2746 7.66404 14.6898 8.12124L16 9.56415%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.2857 7.5L10.2857 15.4338C10.2857 16.0804 10.2857 16.4037 10.1093 16.4841C9.93296 16.5646 9.72538 16.336 9.31022 15.8788L8 14.4358M13.7143 16.5L13.7143 8.56622C13.7143 7.91964 13.7143 7.59635 13.8907 7.51589C14.067 7.43543 14.2746 7.66404 14.6898 8.12124L16 9.56415%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-diagonal-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.24202 15.758L15.758 8.24202M8.24202 15.758C8.66305 16.179 10.4989 15.9164 11.0605 15.9459M8.24202 15.758C7.82099 15.3369 8.08361 13.5011 8.05412 12.9395M15.758 8.24202C16.179 8.66305 15.9164 10.4989 15.9459 11.0605M15.758 8.24202C15.3369 7.82099 13.5011 8.08361 12.9395 8.05412%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.24202 15.758L15.758 8.24202M8.24202 15.758C8.66305 16.179 10.4989 15.9164 11.0605 15.9459M8.24202 15.758C7.82099 15.3369 8.08361 13.5011 8.05412 12.9395M15.758 8.24202C16.179 8.66305 15.9164 10.4989 15.9459 11.0605M15.758 8.24202C15.3369 7.82099 13.5011 8.08361 12.9395 8.05412%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-diagonal-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.758 15.758L8.24202 8.24202M15.758 15.758C15.3369 16.179 13.5011 15.9164 12.9395 15.9459M15.758 15.758C16.179 15.3369 15.9164 13.5011 15.9459 12.9395M8.24202 8.24202C7.82099 8.66305 8.08361 10.4989 8.05413 11.0605M8.24202 8.24202C8.66305 7.82099 10.4989 8.08361 11.0605 8.05412%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.758 15.758L8.24202 8.24202M15.758 15.758C15.3369 16.179 13.5011 15.9164 12.9395 15.9459M15.758 15.758C16.179 15.3369 15.9164 13.5011 15.9459 12.9395M8.24202 8.24202C7.82099 8.66305 8.08361 10.4989 8.05413 11.0605M8.24202 8.24202C8.66305 7.82099 10.4989 8.08361 11.0605 8.05412%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-down-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 10.5C16 10.5 13.054 13.5 12 13.5C10.9459 13.5 8 10.5 8 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 10.5C16 10.5 13.054 13.5 12 13.5C10.9459 13.5 8 10.5 8 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-down-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 13.5C9.99153 14.0057 11.2998 16 12 16M14.5 13.5C14.0085 14.0057 12.7002 16 12 16M12 16V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 13.5C9.99153 14.0057 11.2998 16 12 16M14.5 13.5C14.0085 14.0057 12.7002 16 12 16M12 16V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-down-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5147 11.4936C13.985 12.0255 12.6954 14.0057 11.9501 13.9966C11.2121 13.9175 10.0318 11.9976 9.51097 11.4936M12.0257 6.99805V13.9911M8.01074 17.0015H16.0028%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5147 11.4936C13.985 12.0255 12.6954 14.0057 11.9501 13.9966C11.2121 13.9175 10.0318 11.9976 9.51097 11.4936M12.0257 6.99805V13.9911M8.01074 17.0015H16.0028%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-down-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 12.9154C15 12.9154 12.7905 15.5 12 15.5C11.2094 15.5 9 12.9154 9 12.9154M15 8.50002C15 8.50002 12.7905 11.0846 12 11.0846C11.2094 11.0846 9 8.5 9 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 12.9154C15 12.9154 12.7905 15.5 12 15.5C11.2094 15.5 9 12.9154 9 12.9154M15 8.50002C15 8.50002 12.7905 11.0846 12 11.0846C11.2094 11.0846 9 8.5 9 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-down-left-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.22687 14.7731L15 9M9.22687 14.7731C9.73219 15.2784 12.1154 14.7834 12.8351 14.7731M9.22687 14.7731C8.72156 14.2678 9.21665 11.8846 9.22687 11.1649%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.22687 14.7731L15 9M9.22687 14.7731C9.73219 15.2784 12.1154 14.7834 12.8351 14.7731M9.22687 14.7731C8.72156 14.2678 9.21665 11.8846 9.22687 11.1649%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-down-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.7731 14.7731L9 9M14.7731 14.7731C14.2678 15.2784 11.8846 14.7834 11.1649 14.7731M14.7731 14.7731C15.2784 14.2678 14.7834 11.8846 14.7731 11.1649%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.7731 14.7731L9 9M14.7731 14.7731C14.2678 15.2784 11.8846 14.7834 11.1649 14.7731M14.7731 14.7731C15.2784 14.2678 14.7834 11.8846 14.7731 11.1649%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-expand-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.93668 16.0634C7.41936 15.5461 7.50535 13.3483 7.50535 13.3483M7.93668 16.0634C8.45401 16.5808 10.6517 16.4946 10.6517 16.4946M7.93668 16.0634L11 13M16.0634 7.93661C15.5461 7.41928 13.3484 7.50537 13.3484 7.50537M16.0634 7.93661C16.5808 8.45394 16.4946 10.6516 16.4946 10.6516M16.0634 7.93661L13 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.93668 16.0634C7.41936 15.5461 7.50535 13.3483 7.50535 13.3483M7.93668 16.0634C8.45401 16.5808 10.6517 16.4946 10.6517 16.4946M7.93668 16.0634L11 13M16.0634 7.93661C15.5461 7.41928 13.3484 7.50537 13.3484 7.50537M16.0634 7.93661C16.5808 8.45394 16.4946 10.6516 16.4946 10.6516M16.0634 7.93661L13 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-expand-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.0633 16.0634C16.5806 15.5461 16.4946 13.3483 16.4946 13.3483M16.0633 16.0634C15.546 16.5808 13.3483 16.4946 13.3483 16.4946M16.0633 16.0634L13 13M7.93655 7.93661C8.45388 7.41928 10.6516 7.50537 10.6516 7.50537M7.93655 7.93661C7.41923 8.45394 7.50538 10.6516 7.50538 10.6516M7.93655 7.93661L11 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.0633 16.0634C16.5806 15.5461 16.4946 13.3483 16.4946 13.3483M16.0633 16.0634C15.546 16.5808 13.3483 16.4946 13.3483 16.4946M16.0633 16.0634L13 13M7.93655 7.93661C8.45388 7.41928 10.6516 7.50537 10.6516 7.50537M7.93655 7.93661C7.41923 8.45394 7.50538 10.6516 7.50538 10.6516M7.93655 7.93661L11 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-horizontal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 12L7 12M17 12C17 11.4398 15.604 10.3932 15.25 10M17 12C17 12.5602 15.604 13.6068 15.25 14M7 12C7 11.4398 8.39601 10.3932 8.75 10M7 12C7 12.5602 8.39601 13.6068 8.75 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 12L7 12M17 12C17 11.4398 15.604 10.3932 15.25 10M17 12C17 12.5602 15.604 13.6068 15.25 14M7 12C7 11.4398 8.39601 10.3932 8.75 10M7 12C7 12.5602 8.39601 13.6068 8.75 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-left-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 16C13.5 16 10.5 13.054 10.5 12C10.5 10.9459 13.5 8 13.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 16C13.5 16 10.5 13.054 10.5 12C10.5 10.9459 13.5 8 13.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-left-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 12L16 12M8 12C8 11.2998 9.9943 9.99153 10.5 9.5M8 12C8 12.7002 9.9943 14.0085 10.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 12L16 12M8 12C8 11.2998 9.9943 9.99153 10.5 9.5M8 12C8 12.7002 9.9943 14.0085 10.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-left-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5035 9.49166C11.9722 10.022 9.99363 11.3139 10.0036 12.0593C10.0835 12.7971 12.0048 13.9751 12.5095 14.4954M17.0021 11.9753L10.009 11.9836M7.00335 16.0021L6.99384 8.01005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5035 9.49166C11.9722 10.022 9.99363 11.3139 10.0036 12.0593C10.0835 12.7971 12.0048 13.9751 12.5095 14.4954M17.0021 11.9753L10.009 11.9836M7.00335 16.0021L6.99384 8.01005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-left-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.0846 15C11.0846 15 8.50001 12.7905 8.5 12C8.49999 11.2094 11.0846 9 11.0846 9M15.5 15C15.5 15 12.9154 12.7905 12.9154 12C12.9154 11.2094 15.5 9 15.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.0846 15C11.0846 15 8.50001 12.7905 8.5 12C8.49999 11.2094 11.0846 9 11.0846 9M15.5 15C15.5 15 12.9154 12.7905 12.9154 12C12.9154 11.2094 15.5 9 15.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-left-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 9.3L15.5 9.3M8.5 9.3C8.5 8.59598 10.25 7.5 10.25 7.5M8.5 9.3C8.5 10.004 10.25 11.1 10.25 11.1M15.5 14.7H8.5M15.5 14.7C15.5 13.996 13.75 12.9 13.75 12.9M15.5 14.7C15.5 15.404 13.75 16.5 13.75 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.55%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 9.3L15.5 9.3M8.5 9.3C8.5 8.59598 10.25 7.5 10.25 7.5M8.5 9.3C8.5 10.004 10.25 11.1 10.25 11.1M15.5 14.7H8.5M15.5 14.7C15.5 13.996 13.75 12.9 13.75 12.9M15.5 14.7C15.5 15.404 13.75 16.5 13.75 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.55%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-move-down-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.3738 12.531C9.86551 13.1613 8.83273 13.9419 9.01657 14.3126M9.01657 14.3126C8.91415 14.6905 9.9141 15.4376 10.376 16.0075M9.01657 14.3126C11.0993 14.3579 12.3737 14.1059 13.6038 12.8811C14.8849 11.6054 15.0957 10.2115 14.992 8.00287%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.3738 12.531C9.86551 13.1613 8.83273 13.9419 9.01657 14.3126M9.01657 14.3126C8.91415 14.6905 9.9141 15.4376 10.376 16.0075M9.01657 14.3126C11.0993 14.3579 12.3737 14.1059 13.6038 12.8811C14.8849 11.6054 15.0957 10.2115 14.992 8.00287%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-move-down-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.6314 12.5252C14.1397 13.1555 15.1725 13.9361 14.9886 14.3068M14.9886 14.3068C15.091 14.6847 14.0911 15.4318 13.6292 16.0017M14.9886 14.3068C12.9059 14.3521 11.6315 14.1001 10.4014 12.8753C9.12028 11.5996 8.90953 10.2057 9.01322 7.99707%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.6314 12.5252C14.1397 13.1555 15.1725 13.9361 14.9886 14.3068M14.9886 14.3068C15.091 14.6847 14.0911 15.4318 13.6292 16.0017M14.9886 14.3068C12.9059 14.3521 11.6315 14.1001 10.4014 12.8753C9.12028 11.5996 8.90953 10.2057 9.01322 7.99707%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-move-left-down{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.51204 11.638C8.98182 11.0262 7.91022 10.1593 8.01948 9.79956M8.01948 9.79956C8.01948 9.38054 9.07053 8.58147 9.51204 7.99561M8.01948 9.79956C9.93839 9.92155 12.4115 9.54648 13.419 10.3459C14.4795 11.233 14.0925 13.7555 14.1988 15.9882M14.1988 15.9882C13.6637 16.035 12.9727 15.003 12.3644 14.4687M14.1988 15.9882C14.5543 16.0858 15.4634 14.9805 15.9963 14.471%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.51204 11.638C8.98182 11.0262 7.91022 10.1593 8.01948 9.79956M8.01948 9.79956C8.01948 9.38054 9.07053 8.58147 9.51204 7.99561M8.01948 9.79956C9.93839 9.92155 12.4115 9.54648 13.419 10.3459C14.4795 11.233 14.0925 13.7555 14.1988 15.9882M14.1988 15.9882C13.6637 16.035 12.9727 15.003 12.3644 14.4687M14.1988 15.9882C14.5543 16.0858 15.4634 14.9805 15.9963 14.471%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-move-right-down{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.4921 11.6434C15.0223 11.0315 16.0939 10.1647 15.9847 9.80493M15.9847 9.80493C15.9847 9.38591 14.9336 8.58684 14.4921 8.00098M15.9847 9.80493C14.0658 9.92692 11.5926 9.55185 10.5852 10.3513C9.52468 11.2384 9.91163 13.7608 9.80534 15.9935M9.80534 15.9935C10.3405 16.0404 11.0315 15.0084 11.6398 14.4741M9.80534 15.9935C9.44987 16.0912 8.54077 14.9858 8.00781 14.4764%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.4921 11.6434C15.0223 11.0315 16.0939 10.1647 15.9847 9.80493M15.9847 9.80493C15.9847 9.38591 14.9336 8.58684 14.4921 8.00098M15.9847 9.80493C14.0658 9.92692 11.5926 9.55185 10.5852 10.3513C9.52468 11.2384 9.91163 13.7608 9.80534 15.9935M9.80534 15.9935C10.3405 16.0404 11.0315 15.0084 11.6398 14.4741M9.80534 15.9935C9.44987 16.0912 8.54077 14.9858 8.00781 14.4764%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-move-up-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.3691 11.4745C9.86083 10.8443 8.82805 10.0636 9.01189 9.69297M9.01189 9.69297C8.90948 9.31502 9.90942 8.56794 10.3714 7.99805M9.01189 9.69297C11.0947 9.64766 12.369 9.89962 13.5991 11.1244C14.8802 12.4002 15.091 13.7941 14.9873 16.0027%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.3691 11.4745C9.86083 10.8443 8.82805 10.0636 9.01189 9.69297M9.01189 9.69297C8.90948 9.31502 9.90942 8.56794 10.3714 7.99805M9.01189 9.69297C11.0947 9.64766 12.369 9.89962 13.5991 11.1244C14.8802 12.4002 15.091 13.7941 14.9873 16.0027%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-move-up-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 16V15.5176C9 14.6212 9 14.173 9.05803 13.798C9.37748 11.7336 10.9593 10.1146 12.9762 9.78761C13.3426 9.72821 14.1242 9.72821 15 9.72821M13.625 8L14.8051 9.23561C15.065 9.50776 15.065 9.94899 14.8051 10.2211L13.625 11.4567%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 16V15.5176C9 14.6212 9 14.173 9.05803 13.798C9.37748 11.7336 10.9593 10.1146 12.9762 9.78761C13.3426 9.72821 14.1242 9.72821 15 9.72821M13.625 8L14.8051 9.23561C15.065 9.50776 15.065 9.94899 14.8051 10.2211L13.625 11.4567%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-reload-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.4 7.5L15.3153 8.67019C15.8415 9.34278 15.7447 9.54545 14.8973 9.54545L9.6 9.54545C8.13846 9.54545 8 10.3125 8 11.5909M9.6 16.5L8.68465 15.3298C8.15854 14.6572 8.25535 14.4545 9.10274 14.4545H14.4C15.8615 14.4545 16 13.6875 16 12.4091%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.4 7.5L15.3153 8.67019C15.8415 9.34278 15.7447 9.54545 14.8973 9.54545L9.6 9.54545C8.13846 9.54545 8 10.3125 8 11.5909M9.6 16.5L8.68465 15.3298C8.15854 14.6572 8.25535 14.4545 9.10274 14.4545H14.4C15.8615 14.4545 16 13.6875 16 12.4091%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-reload-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.6 7.5L8.68465 8.67019C8.15854 9.34278 8.25535 9.54545 9.10274 9.54545L14.4 9.54545C15.8615 9.54545 16 10.3125 16 11.5909M14.4 16.5L15.3153 15.3298C15.8415 14.6572 15.7447 14.4545 14.8973 14.4545H9.6C8.13846 14.4545 8 13.6875 8 12.4091%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.6 7.5L8.68465 8.67019C8.15854 9.34278 8.25535 9.54545 9.10274 9.54545L14.4 9.54545C15.8615 9.54545 16 10.3125 16 11.5909M14.4 16.5L15.3153 15.3298C15.8415 14.6572 15.7447 14.4545 14.8973 14.4545H9.6C8.13846 14.4545 8 13.6875 8 12.4091%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-right-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 8C10.5 8 13.5 10.946 13.5 12C13.5 13.0541 10.5 16 10.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 8C10.5 8 13.5 10.946 13.5 12C13.5 13.0541 10.5 16 10.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-right-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 12L8 12M16 12C16 12.7002 14.0057 14.0085 13.5 14.5M16 12C16 11.2998 14.0057 9.99153 13.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 12L8 12M16 12C16 12.7002 14.0057 14.0085 13.5 14.5M16 12C16 11.2998 14.0057 9.99153 13.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-right-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.4966 9.49138C12.0279 10.0217 14.0065 11.3136 13.9966 12.059C13.9166 12.7968 11.9953 13.9748 11.4906 14.4951M6.99805 11.975L13.9911 11.9833M16.9967 16.0019L17.0063 8.00977%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.4966 9.49138C12.0279 10.0217 14.0065 11.3136 13.9966 12.059C13.9166 12.7968 11.9953 13.9748 11.4906 14.4951M6.99805 11.975L13.9911 11.9833M16.9967 16.0019L17.0063 8.00977%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-right-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.9154 15C12.9154 15 15.5 12.7905 15.5 12C15.5 11.2094 12.9154 9 12.9154 9M8.50002 15C8.50002 15 11.0846 12.7905 11.0846 12C11.0846 11.2094 8.5 9 8.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.9154 15C12.9154 15 15.5 12.7905 15.5 12C15.5 11.2094 12.9154 9 12.9154 9M8.50002 15C8.50002 15 11.0846 12.7905 11.0846 12C11.0846 11.2094 8.5 9 8.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-shrink-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.115 11.1151C11.6324 10.5977 11.5463 8.4 11.5463 8.4M11.115 11.1151C10.5977 11.6324 8.4 11.5462 8.4 11.5462M11.115 11.1151L7.5 7.5M12.8882 12.8882C13.4055 12.3708 15.6032 12.4569 15.6032 12.4569M12.8882 12.8882C12.3709 13.4055 12.457 15.6032 12.457 15.6032M12.8882 12.8882L16.5 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.115 11.1151C11.6324 10.5977 11.5463 8.4 11.5463 8.4M11.115 11.1151C10.5977 11.6324 8.4 11.5462 8.4 11.5462M11.115 11.1151L7.5 7.5M12.8882 12.8882C13.4055 12.3708 15.6032 12.4569 15.6032 12.4569M12.8882 12.8882C12.3709 13.4055 12.457 15.6032 12.457 15.6032M12.8882 12.8882L16.5 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-shrink-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.885 11.1151C12.3676 10.5977 12.4537 8.4 12.4537 8.4M12.885 11.1151C13.4023 11.6324 15.6 11.5462 15.6 11.5462M12.885 11.1151L16.5 7.5M11.1118 12.8882C10.5945 12.3708 8.39677 12.4569 8.39677 12.4569M11.1118 12.8882C11.6291 13.4055 11.543 15.6032 11.543 15.6032M11.1118 12.8882L7.5 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.885 11.1151C12.3676 10.5977 12.4537 8.4 12.4537 8.4M12.885 11.1151C13.4023 11.6324 15.6 11.5462 15.6 11.5462M12.885 11.1151L16.5 7.5M11.1118 12.8882C10.5945 12.3708 8.39677 12.4569 8.39677 12.4569M11.1118 12.8882C11.6291 13.4055 11.543 15.6032 11.543 15.6032M11.1118 12.8882L7.5 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-up-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 13.5C16 13.5 13.054 10.5 12 10.5C10.9459 10.5 8 13.5 8 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 13.5C16 13.5 13.054 10.5 12 10.5C10.9459 10.5 8 13.5 8 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-up-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 10.5C9.99153 9.9943 11.2998 8 12 8M14.5 10.5C14.0085 9.9943 12.7002 8 12 8M12 8V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 10.5C9.99153 9.9943 11.2998 8 12 8M14.5 10.5C14.0085 9.9943 12.7002 8 12 8M12 8V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-up-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5152 12.5031C13.9844 11.9723 12.6908 9.9948 11.9455 10.0054C11.2077 10.086 10.0313 12.0083 9.51149 12.5133M12.0354 17.0038L12.0211 10.0107M8 7.00852L15.9921 6.99219%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5152 12.5031C13.9844 11.9723 12.6908 9.9948 11.9455 10.0054C11.2077 10.086 10.0313 12.0083 9.51149 12.5133M12.0354 17.0038L12.0211 10.0107M8 7.00852L15.9921 6.99219%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-up-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 11.0846C9 11.0846 11.2095 8.50001 12 8.5C12.7906 8.49999 15 11.0846 15 11.0846M9 15.5C9 15.5 11.2095 12.9154 12 12.9154C12.7906 12.9154 15 15.5 15 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 11.0846C9 11.0846 11.2095 8.50001 12 8.5C12.7906 8.49999 15 11.0846 15 11.0846M9 15.5C9 15.5 11.2095 12.9154 12 12.9154C12.7906 12.9154 15 15.5 15 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-up-down-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.3 8.5V15.5M9.3 8.5C8.58465 8.5 7.5 10.25 7.5 10.25M9.3 8.5C10.004 8.5 11.1 10.25 11.1 10.25M14.7 15.5V8.5M14.7 15.5C13.996 15.5 12.9 13.75 12.9 13.75M14.7 15.5C15.404 15.5 16.5 13.75 16.5 13.75%22 stroke%3D%22black%22 stroke-width%3D%221.55%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.3 8.5V15.5M9.3 8.5C8.58465 8.5 7.5 10.25 7.5 10.25M9.3 8.5C10.004 8.5 11.1 10.25 11.1 10.25M14.7 15.5V8.5M14.7 15.5C13.996 15.5 12.9 13.75 12.9 13.75M14.7 15.5C15.404 15.5 16.5 13.75 16.5 13.75%22 stroke%3D%22black%22 stroke-width%3D%221.55%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-up-left-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.22687 9.22687L15 15M9.22687 9.22687C9.73219 8.72156 12.1154 9.21665 12.8351 9.22687M9.22687 9.22687C8.72156 9.73219 9.21665 12.1154 9.22687 12.8351%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.22687 9.22687L15 15M9.22687 9.22687C9.73219 8.72156 12.1154 9.21665 12.8351 9.22687M9.22687 9.22687C8.72156 9.73219 9.21665 12.1154 9.22687 12.8351%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-up-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.7731 9.22687L9 15M14.7731 9.22687C14.2678 8.72156 11.8846 9.21665 11.1649 9.22687M14.7731 9.22687C15.2784 9.73219 14.7834 12.1154 14.7731 12.8351%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.7731 9.22687L9 15M14.7731 9.22687C14.2678 8.72156 11.8846 9.21665 11.1649 9.22687M14.7731 9.22687C15.2784 9.73219 14.7834 12.1154 14.7731 12.8351%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-circle-arrow-vertical-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 17L12 7M12 17C12.5602 17 13.6068 15.604 14 15.25M12 17C11.4398 17 10.3932 15.604 10 15.25M12 7C12.5602 7 13.6068 8.39601 14 8.75M12 7C11.4398 7 10.3932 8.39601 10 8.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 17L12 7M12 17C12.5602 17 13.6068 15.604 14 15.25M12 17C11.4398 17 10.3932 15.604 10 15.25M12 7C12.5602 7 13.6068 8.39601 14 8.75M12 7C11.4398 7 10.3932 8.39601 10 8.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-curvy-left-direction{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.99904 15.0001C3.99904 15.0001 2 13.5271 2 13.0001C2 12.473 3.99906 11.0001 3.99906 11.0001M2.22485 12.8675C3.63652 13.1574 6.28249 13.27 7.59302 10.8163C8.13634 9.95268 8.03448 8.50668 8.03448 6.86106C8.06829 6.19025 8.63974 4.96995 10.0719 5.00057C11.504 5.03118 11.9743 6.20733 12.0304 6.79158V16.9022C12.0158 17.7539 12.5095 18.9993 14.0259 18.9993C15.5064 18.9993 16.0859 17.6872 15.9582 16.7036C15.6123 14.0396 16.4206 11.2472 19.9208 11.003H22.0049%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.99904 15.0001C3.99904 15.0001 2 13.5271 2 13.0001C2 12.473 3.99906 11.0001 3.99906 11.0001M2.22485 12.8675C3.63652 13.1574 6.28249 13.27 7.59302 10.8163C8.13634 9.95268 8.03448 8.50668 8.03448 6.86106C8.06829 6.19025 8.63974 4.96995 10.0719 5.00057C11.504 5.03118 11.9743 6.20733 12.0304 6.79158V16.9022C12.0158 17.7539 12.5095 18.9993 14.0259 18.9993C15.5064 18.9993 16.0859 17.6872 15.9582 16.7036C15.6123 14.0396 16.4206 11.2472 19.9208 11.003H22.0049%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-curvy-left-right-direction{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.99998 12.9996C3.99998 12.9996 2 11.5266 2 10.9996C2 10.4725 4 8.99965 4 8.99965M20.0058 15.0001C20.0058 15.0001 22.0049 13.5271 22.0049 13.0001C22.0049 12.473 20.0058 11.0001 20.0058 11.0001M21.78 12.8675C20.3683 13.1574 17.7224 13.27 16.4118 10.8163C15.8685 9.95268 15.9704 8.50668 15.9704 6.86106C15.9366 6.19025 15.3651 4.96995 13.933 5.00057C12.5008 5.03118 12.0306 6.20733 11.9745 6.79158V16.9022C11.9891 17.7539 11.4954 18.9993 9.97896 18.9993C8.49849 18.9993 7.91897 17.6872 8.04667 16.7036C8.39252 14.0396 7.58425 11.2472 4.08402 11.003H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.99998 12.9996C3.99998 12.9996 2 11.5266 2 10.9996C2 10.4725 4 8.99965 4 8.99965M20.0058 15.0001C20.0058 15.0001 22.0049 13.5271 22.0049 13.0001C22.0049 12.473 20.0058 11.0001 20.0058 11.0001M21.78 12.8675C20.3683 13.1574 17.7224 13.27 16.4118 10.8163C15.8685 9.95268 15.9704 8.50668 15.9704 6.86106C15.9366 6.19025 15.3651 4.96995 13.933 5.00057C12.5008 5.03118 12.0306 6.20733 11.9745 6.79158V16.9022C11.9891 17.7539 11.4954 18.9993 9.97896 18.9993C8.49849 18.9993 7.91897 17.6872 8.04667 16.7036C8.39252 14.0396 7.58425 11.2472 4.08402 11.003H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-curvy-right-direction{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.0029 15.0001C20.0029 15.0001 22.0019 13.5271 22.0019 13.0001C22.0019 12.473 20.0029 11.0001 20.0029 11.0001M21.7771 12.8675C20.3654 13.1574 17.7194 13.27 16.4089 10.8163C15.8656 9.95268 15.9675 8.50668 15.9675 6.86106C15.9336 6.19025 15.3622 4.96995 13.93 5.00057C12.4979 5.03118 12.0277 6.20733 11.9716 6.79158V16.9022C11.9861 17.7539 11.4924 18.9993 9.97603 18.9993C8.49556 18.9993 7.91604 17.6872 8.04374 16.7036C8.38959 14.0396 7.58132 11.2472 4.08109 11.003H1.99707%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.0029 15.0001C20.0029 15.0001 22.0019 13.5271 22.0019 13.0001C22.0019 12.473 20.0029 11.0001 20.0029 11.0001M21.7771 12.8675C20.3654 13.1574 17.7194 13.27 16.4089 10.8163C15.8656 9.95268 15.9675 8.50668 15.9675 6.86106C15.9336 6.19025 15.3622 4.96995 13.93 5.00057C12.4979 5.03118 12.0277 6.20733 11.9716 6.79158V16.9022C11.9861 17.7539 11.4924 18.9993 9.97603 18.9993C8.49556 18.9993 7.91604 17.6872 8.04374 16.7036C8.38959 14.0396 7.58132 11.2472 4.08109 11.003H1.99707%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-curvy-up-down-direction{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0125 19.9913C13.0125 19.9913 11.5431 21.9927 11.0162 21.9936C10.4892 21.9945 9.01313 19.9981 9.01313 19.9981M14.9853 3.99064C14.9853 3.99064 13.5091 1.99519 12.9822 1.99609C12.4552 1.99699 10.986 3.99749 10.986 3.99749M12.85 2.22105C13.1423 3.63146 13.2593 6.27582 10.8083 7.58983C9.94575 8.13433 8.49981 8.03499 6.85445 8.0378C6.1838 8.07273 4.96467 8.64596 4.99773 10.0773C5.03079 11.5086 6.20755 11.9766 6.7918 12.0317L16.9008 12.0144C17.7524 11.9984 18.9984 12.4897 19.001 14.0053C19.0035 15.485 17.6926 16.0664 16.709 15.9404C14.0448 15.5993 11.2542 16.4119 11.0161 19.9107L11.0196 21.9936%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0125 19.9913C13.0125 19.9913 11.5431 21.9927 11.0162 21.9936C10.4892 21.9945 9.01313 19.9981 9.01313 19.9981M14.9853 3.99064C14.9853 3.99064 13.5091 1.99519 12.9822 1.99609C12.4552 1.99699 10.986 3.99749 10.986 3.99749M12.85 2.22105C13.1423 3.63146 13.2593 6.27582 10.8083 7.58983C9.94575 8.13433 8.49981 8.03499 6.85445 8.0378C6.1838 8.07273 4.96467 8.64596 4.99773 10.0773C5.03079 11.5086 6.20755 11.9766 6.7918 12.0317L16.9008 12.0144C17.7524 11.9984 18.9984 12.4897 19.001 14.0053C19.0035 15.485 17.6926 16.0664 16.709 15.9404C14.0448 15.5993 11.2542 16.4119 11.0161 19.9107L11.0196 21.9936%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-diagonal-scroll-point-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 19.8826C10 19.8826 5.24049 20.3097 4.46539 19.5346C3.6903 18.7595 4.11739 14 4.11739 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4.11735C14 4.11735 18.7595 3.69033 19.5346 4.46542C20.3097 5.2405 19.8826 10 19.8826 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 19.8826C10 19.8826 5.24049 20.3097 4.46539 19.5346C3.6903 18.7595 4.11739 14 4.11739 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4.11735C14 4.11735 18.7595 3.69033 19.5346 4.46542C20.3097 5.2405 19.8826 10 19.8826 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-diagonal-scroll-point-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4.11735C10 4.11735 5.24049 3.69033 4.46539 4.46542C3.6903 5.2405 4.11739 10 4.11739 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19.8826C14 19.8826 18.7595 20.3097 19.5346 19.5346C20.3097 18.7595 19.8826 14 19.8826 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4.11735C10 4.11735 5.24049 3.69033 4.46539 4.46542C3.6903 5.2405 4.11739 10 4.11739 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19.8826C14 19.8826 18.7595 20.3097 19.5346 19.5346C20.3097 18.7595 19.8826 14 19.8826 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-horizonal-scroll-point-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8C18 8 22 10.946 22 12C22 13.0541 18 16 18 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.99997 16C5.99997 16 2.00001 13.054 2 12C1.99999 10.9459 6 8 6 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8C18 8 22 10.946 22 12C22 13.0541 18 16 18 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.99997 16C5.99997 16 2.00001 13.054 2 12C1.99999 10.9459 6 8 6 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-data-transfer-diagonal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5766 13.8983L15.9282 11.7497C16.0058 11.2757 16.0446 11.0386 15.9175 11.0039C15.7905 10.9692 15.6021 11.1654 15.2254 11.5577L10 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.42338 10.1017L8.07175 12.2503C7.99417 12.7243 7.95538 12.9614 8.08246 12.9961C8.20954 13.0308 8.39789 12.8346 8.77459 12.4423L14 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5766 13.8983L15.9282 11.7497C16.0058 11.2757 16.0446 11.0386 15.9175 11.0039C15.7905 10.9692 15.6021 11.1654 15.2254 11.5577L10 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.42338 10.1017L8.07175 12.2503C7.99417 12.7243 7.95538 12.9614 8.08246 12.9961C8.20954 13.0308 8.39789 12.8346 8.77459 12.4423L14 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-data-transfer-horizontal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.91559 8L8.05715 9.31716C7.64711 9.60777 7.4421 9.75307 7.51425 9.87654C7.58641 10 7.87635 10 8.45623 10H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0844 16L15.9428 14.6828C16.3529 14.3922 16.5579 14.2469 16.4857 14.1235C16.4136 14 16.1237 14 15.5438 14H7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.91559 8L8.05715 9.31716C7.64711 9.60777 7.4421 9.75307 7.51425 9.87654C7.58641 10 7.87635 10 8.45623 10H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0844 16L15.9428 14.6828C16.3529 14.3922 16.5579 14.2469 16.4857 14.1235C16.4136 14 16.1237 14 15.5438 14H7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-data-transfer-vertical-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 14.0844L9.31716 15.9429C9.60777 16.3529 9.75307 16.5579 9.87654 16.4857C10 16.4136 10 16.1237 10 15.5438L10 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 9.91559L14.6828 8.05715C14.3922 7.64711 14.2469 7.4421 14.1235 7.51425C14 7.58641 14 7.87635 14 8.45623L14 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 14.0844L9.31716 15.9429C9.60777 16.3529 9.75307 16.5579 9.87654 16.4857C10 16.4136 10 16.1237 10 15.5438L10 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 9.91559L14.6828 8.05715C14.3922 7.64711 14.2469 7.4421 14.1235 7.51425C14 7.58641 14 7.87635 14 8.45623L14 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-diagonal-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.19915 15.8008L15.8008 8.19915M8.19915 15.8008C7.75558 15.3573 8.19018 13.2652 8.19915 12.6335M8.19915 15.8008C8.64273 16.2444 10.7348 15.8098 11.3665 15.8008M15.8008 8.19915C15.3573 7.75558 13.2652 8.19018 12.6335 8.19916M15.8008 8.19915C16.2444 8.64273 15.8098 10.7348 15.8008 11.3665%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.19915 15.8008L15.8008 8.19915M8.19915 15.8008C7.75558 15.3573 8.19018 13.2652 8.19915 12.6335M8.19915 15.8008C8.64273 16.2444 10.7348 15.8098 11.3665 15.8008M15.8008 8.19915C15.3573 7.75558 13.2652 8.19018 12.6335 8.19916M15.8008 8.19915C16.2444 8.64273 15.8098 10.7348 15.8008 11.3665%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-diagonal-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.8008 15.8008L8.19915 8.19915M15.8008 15.8008C16.2444 15.3573 15.8098 13.2652 15.8008 12.6335M15.8008 15.8008C15.3573 16.2444 13.2652 15.8098 12.6335 15.8008M8.19915 8.19915C8.64273 7.75558 10.7348 8.19018 11.3665 8.19916M8.19915 8.19915C7.75558 8.64273 8.19018 10.7348 8.19915 11.3665%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.8008 15.8008L8.19915 8.19915M15.8008 15.8008C16.2444 15.3573 15.8098 13.2652 15.8008 12.6335M15.8008 15.8008C15.3573 16.2444 13.2652 15.8098 12.6335 15.8008M8.19915 8.19915C8.64273 7.75558 10.7348 8.19018 11.3665 8.19916M8.19915 8.19915C7.75558 8.64273 8.19018 10.7348 8.19915 11.3665%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-down-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 10C17 10 13.3176 14 12 14C10.6824 14 7 10 7 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 10C17 10 13.3176 14 12 14C10.6824 14 7 10 7 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-down-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 13.5C9.99153 14.0057 11.2998 16 12 16M14.5 13.5C14.0085 14.0057 12.7002 16 12 16M12 16V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 13.5C9.99153 14.0057 11.2998 16 12 16M14.5 13.5C14.0085 14.0057 12.7002 16 12 16M12 16V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-down-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5078 11.4936C13.9781 12.0255 12.6886 14.0057 11.9432 13.9966C11.2053 13.9175 10.025 11.9976 9.50414 11.4936M12.0189 6.99805V13.9911M8.00391 17.0015H15.996%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5078 11.4936C13.9781 12.0255 12.6886 14.0057 11.9432 13.9966C11.2053 13.9175 10.025 11.9976 9.50414 11.4936M12.0189 6.99805V13.9911M8.00391 17.0015H15.996%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-down-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 13.1667L10.1144 15.2109C11.0033 16.0703 11.4477 16.5 12 16.5C12.5523 16.5 12.9967 16.0703 13.8856 15.2109L16 13.1667M8 7.5L10.1144 9.54423C11.0033 10.4036 11.4477 10.8333 12 10.8333C12.5523 10.8333 12.9967 10.4036 13.8856 9.54423L16 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 13.1667L10.1144 15.2109C11.0033 16.0703 11.4477 16.5 12 16.5C12.5523 16.5 12.9967 16.0703 13.8856 15.2109L16 13.1667M8 7.5L10.1144 9.54423C11.0033 10.4036 11.4477 10.8333 12 10.8333C12.5523 10.8333 12.9967 10.4036 13.8856 9.54423L16 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-down-left-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.22687 14.7731L15 9M9.22687 14.7731C9.73219 15.2784 12.1154 14.7834 12.8351 14.7731M9.22687 14.7731C8.72156 14.2678 9.21665 11.8846 9.22687 11.1649%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.22687 14.7731L15 9M9.22687 14.7731C9.73219 15.2784 12.1154 14.7834 12.8351 14.7731M9.22687 14.7731C8.72156 14.2678 9.21665 11.8846 9.22687 11.1649%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-down-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.7731 14.7731L9 9M14.7731 14.7731C14.2678 15.2784 11.8846 14.7834 11.1649 14.7731M14.7731 14.7731C15.2784 14.2678 14.7834 11.8846 14.7731 11.1649%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.7731 14.7731L9 9M14.7731 14.7731C14.2678 15.2784 11.8846 14.7834 11.1649 14.7731M14.7731 14.7731C15.2784 14.2678 14.7834 11.8846 14.7731 11.1649%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-expand-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.4852 16.5149C6.9104 15.9401 7.00595 13.4982 7.00595 13.4982M7.4852 16.5149C8.06001 17.0897 10.5019 16.994 10.5019 16.994M7.4852 16.5149L11 13M16.5149 7.48512C15.9401 6.91031 13.4982 7.00596 13.4982 7.00596M16.5149 7.48512C17.0897 8.05993 16.994 10.5018 16.994 10.5018M16.5149 7.48512L13 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.4852 16.5149C6.9104 15.9401 7.00595 13.4982 7.00595 13.4982M7.4852 16.5149C8.06001 17.0897 10.5019 16.994 10.5019 16.994M7.4852 16.5149L11 13M16.5149 7.48512C15.9401 6.91031 13.4982 7.00596 13.4982 7.00596M16.5149 7.48512C17.0897 8.05993 16.994 10.5018 16.994 10.5018M16.5149 7.48512L13 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-expand-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5148 16.5149C17.0896 15.9401 16.9941 13.4982 16.9941 13.4982M16.5148 16.5149C15.94 17.0897 13.4981 16.994 13.4981 16.994M16.5148 16.5149L13 13M7.48506 7.48512C8.05987 6.91031 10.5018 7.00596 10.5018 7.00596M7.48506 7.48512C6.91025 8.05993 7.00598 10.5018 7.00598 10.5018M7.48506 7.48512L11 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5148 16.5149C17.0896 15.9401 16.9941 13.4982 16.9941 13.4982M16.5148 16.5149C15.94 17.0897 13.4981 16.994 13.4981 16.994M16.5148 16.5149L13 13M7.48506 7.48512C8.05987 6.91031 10.5018 7.00596 10.5018 7.00596M7.48506 7.48512C6.91025 8.05993 7.00598 10.5018 7.00598 10.5018M7.48506 7.48512L11 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-horizontal-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 12H18M6 12C6 11.2998 7.9943 9.99153 8.5 9.5M6 12C6 12.7002 7.9943 14.0085 8.5 14.5M18 12C18 11.2998 16.0057 9.99153 15.5 9.5M18 12C18 12.7002 16.0057 14.0085 15.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 12H18M6 12C6 11.2998 7.9943 9.99153 8.5 9.5M6 12C6 12.7002 7.9943 14.0085 8.5 14.5M18 12C18 11.2998 16.0057 9.99153 15.5 9.5M18 12C18 12.7002 16.0057 14.0085 15.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-left-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 7 10 10.6824 10 12C9.99999 13.3176 14 17 14 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 7 10 10.6824 10 12C9.99999 13.3176 14 17 14 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-left-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 12L16 12M8 12C8 11.2998 9.9943 9.99153 10.5 9.5M8 12C8 12.7002 9.9943 14.0085 10.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 12L16 12M8 12C8 11.2998 9.9943 9.99153 10.5 9.5M8 12C8 12.7002 9.9943 14.0085 10.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-left-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5192 14.5051C11.9845 13.9782 9.99749 12.6993 10.0025 11.9539C10.0777 11.2155 11.9912 10.025 12.4924 9.50145M17.0014 11.992L10.0084 12.0295M6.97656 8.03076L7.0194 16.0227%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5192 14.5051C11.9845 13.9782 9.99749 12.6993 10.0025 11.9539C10.0777 11.2155 11.9912 10.025 12.4924 9.50145M17.0014 11.992L10.0084 12.0295M6.97656 8.03076L7.0194 16.0227%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-left-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.8333 8L8.7891 10.1144C7.9297 11.0033 7.5 11.4477 7.5 12C7.5 12.5523 7.9297 12.9967 8.7891 13.8856L10.8333 16M16.5 8L14.4558 10.1144C13.5964 11.0033 13.1667 11.4477 13.1667 12C13.1667 12.5523 13.5964 12.9967 14.4558 13.8856L16.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.8333 8L8.7891 10.1144C7.9297 11.0033 7.5 11.4477 7.5 12C7.5 12.5523 7.9297 12.9967 8.7891 13.8856L10.8333 16M16.5 8L14.4558 10.1144C13.5964 11.0033 13.1667 11.4477 13.1667 12C13.1667 12.5523 13.5964 12.9967 14.4558 13.8856L16.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-left-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 9L16 9M8 9C8 8.21775 10 7 10 7M8 9C8 9.78225 10 11 10 11M16 15H8M16 15C16 14.2178 14 13 14 13M16 15C16 15.7822 14 17 14 17%22 stroke%3D%22black%22 stroke-width%3D%221.55%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 9L16 9M8 9C8 8.21775 10 7 10 7M8 9C8 9.78225 10 11 10 11M16 15H8M16 15C16 14.2178 14 13 14 13M16 15C16 15.7822 14 17 14 17%22 stroke%3D%22black%22 stroke-width%3D%221.55%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-move-down-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.84166 12.6594C9.16929 13.4493 7.80302 14.4277 8.04622 14.8922M8.04622 14.8922C7.91074 15.3659 9.23356 16.3022 9.84465 17.0165M8.04622 14.8922C10.8015 14.949 12.4873 14.6332 14.1146 13.0982C15.8094 11.4993 16.1249 9.77388 15.9877 7.00586%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.84166 12.6594C9.16929 13.4493 7.80302 14.4277 8.04622 14.8922M8.04622 14.8922C7.91074 15.3659 9.23356 16.3022 9.84465 17.0165M8.04622 14.8922C10.8015 14.949 12.4873 14.6332 14.1146 13.0982C15.8094 11.4993 16.1249 9.77388 15.9877 7.00586%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-move-down-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.1755 12.6487C14.8479 13.4386 16.2142 14.417 15.971 14.8815M15.971 14.8815C16.1065 15.3552 14.7836 16.2915 14.1725 17.0057M15.971 14.8815C13.2157 14.9383 11.5299 14.6225 9.90261 13.0874C8.20779 11.4886 7.89234 9.76313 8.02951 6.99512%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.1755 12.6487C14.8479 13.4386 16.2142 14.417 15.971 14.8815M15.971 14.8815C16.1065 15.3552 14.7836 16.2915 14.1725 17.0057M15.971 14.8815C13.2157 14.9383 11.5299 14.6225 9.90261 13.0874C8.20779 11.4886 7.89234 9.76313 8.02951 6.99512%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-move-left-down{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.4664 15.1066C13.2376 15.7672 14.3303 17.1022 14.7837 16.9661M14.7837 16.9661C15.3119 16.9661 16.3191 15.6567 17.0576 15.1067M14.7837 16.9661C14.63 14.5755 15.1028 11.4944 14.0952 10.2393C12.977 8.91811 9.79748 9.40013 6.98324 9.26768M6.98324 9.26768C6.92414 9.93439 8.22499 10.7952 8.89845 11.5531M6.98324 9.26768C6.86015 8.82483 8.25345 7.69228 8.89557 7.02832%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.4664 15.1066C13.2376 15.7672 14.3303 17.1022 14.7837 16.9661M14.7837 16.9661C15.3119 16.9661 16.3191 15.6567 17.0576 15.1067M14.7837 16.9661C14.63 14.5755 15.1028 11.4944 14.0952 10.2393C12.977 8.91811 9.79748 9.40013 6.98324 9.26768M6.98324 9.26768C6.92414 9.93439 8.22499 10.7952 8.89845 11.5531M6.98324 9.26768C6.86015 8.82483 8.25345 7.69228 8.89557 7.02832%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-move-left-up{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.82506 11.3521C9.15268 10.5623 7.78642 9.58385 8.02962 9.11935M8.02962 9.11935C7.89414 8.64567 9.21696 7.70936 9.82805 6.99512M8.02962 9.11935C10.7849 9.06256 12.4707 9.37833 14.098 10.9134C15.7928 12.5122 16.1083 14.2377 15.9711 17.0057%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.82506 11.3521C9.15268 10.5623 7.78642 9.58385 8.02962 9.11935M8.02962 9.11935C7.89414 8.64567 9.21696 7.70936 9.82805 6.99512M8.02962 9.11935C10.7849 9.06256 12.4707 9.37833 14.098 10.9134C15.7928 12.5122 16.1083 14.2377 15.9711 17.0057%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-move-right-down{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.5502 15.1046C10.7789 15.7652 9.6863 17.1002 9.23284 16.9641M9.23284 16.9641C8.70468 16.9641 7.69746 15.6547 6.95898 15.1047M9.23284 16.9641C9.38659 14.5735 8.91377 11.4925 9.9214 10.2373C11.0396 8.91616 14.2191 9.39818 17.0333 9.26573M17.0333 9.26573C17.0924 9.93243 15.7916 10.7933 15.1181 11.5512M17.0333 9.26573C17.1564 8.82288 15.7631 7.69032 15.121 7.02637%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.5502 15.1046C10.7789 15.7652 9.6863 17.1002 9.23284 16.9641M9.23284 16.9641C8.70468 16.9641 7.69746 15.6547 6.95898 15.1047M9.23284 16.9641C9.38659 14.5735 8.91377 11.4925 9.9214 10.2373C11.0396 8.91616 14.2191 9.39818 17.0333 9.26573M17.0333 9.26573C17.0924 9.93243 15.7916 10.7933 15.1181 11.5512M17.0333 9.26573C17.1564 8.82288 15.7631 7.69032 15.121 7.02637%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-move-right-up{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.1755 11.3521C14.8479 10.5623 16.2142 9.58385 15.971 9.11935M15.971 9.11935C16.1065 8.64567 14.7836 7.70936 14.1725 6.99512M15.971 9.11935C13.2157 9.06256 11.5299 9.37833 9.90261 10.9134C8.20779 12.5122 7.89234 14.2377 8.02951 17.0057%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.1755 11.3521C14.8479 10.5623 16.2142 9.58385 15.971 9.11935M15.971 9.11935C16.1065 8.64567 14.7836 7.70936 14.1725 6.99512M15.971 9.11935C13.2157 9.06256 11.5299 9.37833 9.90261 10.9134C8.20779 12.5122 7.89234 14.2377 8.02951 17.0057%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-reload-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7 7L15.7298 8.30021C16.3216 9.04753 16.2127 9.27273 15.2594 9.27273L9.3 9.27273C7.65577 9.27273 7.5 10.1251 7.5 11.5455M9.3 17L8.27024 15.6998C7.67835 14.9525 7.78727 14.7273 8.74059 14.7273H14.7C16.3442 14.7273 16.5 13.875 16.5 12.4545%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7 7L15.7298 8.30021C16.3216 9.04753 16.2127 9.27273 15.2594 9.27273L9.3 9.27273C7.65577 9.27273 7.5 10.1251 7.5 11.5455M9.3 17L8.27024 15.6998C7.67835 14.9525 7.78727 14.7273 8.74059 14.7273H14.7C16.3442 14.7273 16.5 13.875 16.5 12.4545%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-reload-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 11.5455C16.5 9.89921 16.4684 9.27273 14.7 9.27273L8.74059 9.27273C7.78727 9.27273 7.67835 9.04753 8.27024 8.30021L9.3 7M7.5 12.4545C7.5 14.1008 7.53158 14.7273 9.3 14.7273H15.2594C16.2127 14.7273 16.3216 14.9525 15.7298 15.6998L14.7 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 11.5455C16.5 9.89921 16.4684 9.27273 14.7 9.27273L8.74059 9.27273C7.78727 9.27273 7.67835 9.04753 8.27024 8.30021L9.3 7M7.5 12.4545C7.5 14.1008 7.53158 14.7273 9.3 14.7273H15.2594C16.2127 14.7273 16.3216 14.9525 15.7298 15.6998L14.7 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-right-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 7C10 7 14 10.6824 14 12C14 13.3176 10 17 10 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 7C10 7 14 10.6824 14 12C14 13.3176 10 17 10 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-right-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 12L8 12M16 12C16 11.2998 14.0057 9.99153 13.5 9.5M16 12C16 12.7002 14.0057 14.0085 13.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 12L8 12M16 12C16 11.2998 14.0057 9.99153 13.5 9.5M16 12C16 12.7002 14.0057 14.0085 13.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-right-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.4947 9.48552C12.0259 10.0159 14.0045 11.3078 13.9946 12.0531C13.9146 12.791 11.9933 13.969 11.4887 14.4892M6.99609 11.9691L13.9892 11.9775M16.9948 15.996L17.0043 8.00391%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.4947 9.48552C12.0259 10.0159 14.0045 11.3078 13.9946 12.0531C13.9146 12.791 11.9933 13.969 11.4887 14.4892M6.99609 11.9691L13.9892 11.9775M16.9948 15.996L17.0043 8.00391%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-right-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.1667 8L15.2109 10.1144C16.0703 11.0033 16.5 11.4477 16.5 12C16.5 12.5523 16.0703 12.9967 15.2109 13.8856L13.1667 16M7.5 8L9.54423 10.1144C10.4036 11.0033 10.8333 11.4477 10.8333 12C10.8333 12.5523 10.4036 12.9967 9.54424 13.8856L7.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.1667 8L15.2109 10.1144C16.0703 11.0033 16.5 11.4477 16.5 12C16.5 12.5523 16.0703 12.9967 15.2109 13.8856L13.1667 16M7.5 8L9.54423 10.1144C10.4036 11.0033 10.8333 11.4477 10.8333 12C10.8333 12.5523 10.4036 12.9967 9.54424 13.8856L7.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-shrink-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.0167 11.0167C11.5915 10.4419 11.4959 8 11.4959 8M11.0167 11.0167C10.4419 11.5915 8 11.4958 8 11.4958M11.0167 11.0167L7 7M12.9869 12.9868C13.5617 12.412 16.0036 12.5077 16.0036 12.5077M12.9869 12.9868C12.4121 13.5616 12.5078 16.0035 12.5078 16.0035M12.9869 12.9868L17 16.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.0167 11.0167C11.5915 10.4419 11.4959 8 11.4959 8M11.0167 11.0167C10.4419 11.5915 8 11.4958 8 11.4958M11.0167 11.0167L7 7M12.9869 12.9868C13.5617 12.412 16.0036 12.5077 16.0036 12.5077M12.9869 12.9868C12.4121 13.5616 12.5078 16.0035 12.5078 16.0035M12.9869 12.9868L17 16.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-shrink-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.9833 11.0167C12.4085 10.4419 12.5041 8 12.5041 8M12.9833 11.0167C13.5581 11.5915 16 11.4958 16 11.4958M12.9833 11.0167L17 7M11.0131 12.9868C10.4383 12.412 7.99641 12.5077 7.99641 12.5077M11.0131 12.9868C11.5879 13.5616 11.4922 16.0035 11.4922 16.0035M11.0131 12.9868L7 16.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.9833 11.0167C12.4085 10.4419 12.5041 8 12.5041 8M12.9833 11.0167C13.5581 11.5915 16 11.4958 16 11.4958M12.9833 11.0167L17 7M11.0131 12.9868C10.4383 12.412 7.99641 12.5077 7.99641 12.5077M11.0131 12.9868C11.5879 13.5616 11.4922 16.0035 11.4922 16.0035M11.0131 12.9868L7 16.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-up-01-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 14C17 14 13.3176 10 12 10C10.6824 9.99999 7 14 7 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 14C17 14 13.3176 10 12 10C10.6824 9.99999 7 14 7 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-up-02-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 10.5C9.99153 9.9943 11.2998 8 12 8M14.5 10.5C14.0085 9.9943 12.7002 8 12 8M12 8V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 10.5C9.99153 9.9943 11.2998 8 12 8M14.5 10.5C14.0085 9.9943 12.7002 8 12 8M12 8V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-up-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.48581 12.5068C10.0159 11.9753 11.3066 9.99591 12.0519 10.0054C12.7899 10.085 13.969 12.0056 14.4895 12.5099M11.9721 17.0039L11.9763 10.0108M15.9931 7.00289L8.00098 6.99805%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.48581 12.5068C10.0159 11.9753 11.3066 9.99591 12.0519 10.0054C12.7899 10.085 13.969 12.0056 14.4895 12.5099M11.9721 17.0039L11.9763 10.0108M15.9931 7.00289L8.00098 6.99805%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-up-double-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 10.8333L13.8856 8.7891C12.9967 7.9297 12.5523 7.5 12 7.5C11.4477 7.5 11.0033 7.9297 10.1144 8.7891L8 10.8333M16 16.5L13.8856 14.4558C12.9967 13.5964 12.5523 13.1667 12 13.1667C11.4477 13.1667 11.0033 13.5964 10.1144 14.4558L8 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 10.8333L13.8856 8.7891C12.9967 7.9297 12.5523 7.5 12 7.5C11.4477 7.5 11.0033 7.9297 10.1144 8.7891L8 10.8333M16 16.5L13.8856 14.4558C12.9967 13.5964 12.5523 13.1667 12 13.1667C11.4477 13.1667 11.0033 13.5964 10.1144 14.4558L8 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-up-down-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 8V16M9 8C8.20516 8 7 10 7 10M9 8C9.78225 8 11 10 11 10M15 16V8M15 16C14.2178 16 13 14 13 14M15 16C15.7822 16 17 14 17 14%22 stroke%3D%22black%22 stroke-width%3D%221.55%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 8V16M9 8C8.20516 8 7 10 7 10M9 8C9.78225 8 11 10 11 10M15 16V8M15 16C14.2178 16 13 14 13 14M15 16C15.7822 16 17 14 17 14%22 stroke%3D%22black%22 stroke-width%3D%221.55%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-up-left-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.22687 9.22687L15 15M9.22687 9.22687C9.73219 8.72156 12.1154 9.21665 12.8351 9.22687M9.22687 9.22687C8.72156 9.73219 9.21665 12.1154 9.22687 12.8351%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.22687 9.22687L15 15M9.22687 9.22687C9.73219 8.72156 12.1154 9.21665 12.8351 9.22687M9.22687 9.22687C8.72156 9.73219 9.21665 12.1154 9.22687 12.8351%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-up-right-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7731 9.22687L9 15M14.7731 9.22687C14.2678 8.72156 11.8846 9.21665 11.1649 9.22687M14.7731 9.22687C15.2784 9.73219 14.7834 12.1154 14.7731 12.8351%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7731 9.22687L9 15M14.7731 9.22687C14.2678 8.72156 11.8846 9.21665 11.1649 9.22687M14.7731 9.22687C15.2784 9.73219 14.7834 12.1154 14.7731 12.8351%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-square-arrow-vertical-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 18L12 6M12 18C12.7002 18 14.0085 16.0057 14.5 15.5M12 18C11.2998 18 9.99153 16.0057 9.5 15.5M12 6C12.7002 6 14.0085 7.9943 14.5 8.5M12 6C11.2998 6 9.99153 7.9943 9.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 18L12 6M12 18C12.7002 18 14.0085 16.0057 14.5 15.5M12 18C11.2998 18 9.99153 16.0057 9.5 15.5M12 6C12.7002 6 14.0085 7.9943 14.5 8.5M12 6C11.2998 6 9.99153 7.9943 9.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-unfold-less-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 19C18 19 13.5811 14 12 14C10.4188 14 6 19 6 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 5.00004C18 5.00004 13.5811 9.99999 12 10C10.4188 10 6 5 6 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 19C18 19 13.5811 14 12 14C10.4188 14 6 19 6 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 5.00004C18 5.00004 13.5811 9.99999 12 10C10.4188 10 6 5 6 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-unfold-more-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 14C18 14 13.5811 19 12 19C10.4188 19 6 14 6 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9.99996C18 9.99996 13.5811 5.00001 12 5C10.4188 4.99999 6 10 6 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 14C18 14 13.5811 19 12 19C10.4188 19 6 14 6 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9.99996C18 9.99996 13.5811 5.00001 12 5C10.4188 4.99999 6 10 6 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-arrows-icons-vertical-scroll-point-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6.99997C8 6.99997 10.946 3.00001 12 3C13.0541 2.99999 16 7 16 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 17C16 17 13.054 21 12 21C10.9459 21 8 17 8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6.99997C8 6.99997 10.946 3.00001 12 3C13.0541 2.99999 16 7 16 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 17C16 17 13.054 21 12 21C10.9459 21 8 17 8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-award-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 12V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18C10.3264 18 8.86971 19.012 8.11766 20.505C7.75846 21.218 8.27389 22 8.95877 22H15.0412C15.7261 22 16.2415 21.218 15.8823 20.505C15.1303 19.012 13.6736 18 12 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 5H3.98471C2.99819 5 2.50493 5 2.20017 5.37053C1.89541 5.74106 1.98478 6.15597 2.16352 6.9858C2.50494 8.57086 3.24548 9.9634 4.2489 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5H20.0153C21.0018 5 21.4951 5 21.7998 5.37053C22.1046 5.74106 22.0152 6.15597 21.8365 6.9858C21.4951 8.57086 20.7545 9.9634 19.7511 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12C15.866 12 19 8.8831 19 5.03821C19 4.93739 18.9978 4.83707 18.9936 4.73729C18.9509 3.73806 18.9295 3.23845 18.2523 2.61922C17.5751 2 16.8247 2 15.324 2H8.67596C7.17526 2 6.42492 2 5.74772 2.61922C5.07051 3.23844 5.04915 3.73806 5.00642 4.73729C5.00215 4.83707 5 4.93739 5 5.03821C5 8.8831 8.13401 12 12 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 12V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18C10.3264 18 8.86971 19.012 8.11766 20.505C7.75846 21.218 8.27389 22 8.95877 22H15.0412C15.7261 22 16.2415 21.218 15.8823 20.505C15.1303 19.012 13.6736 18 12 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 5H3.98471C2.99819 5 2.50493 5 2.20017 5.37053C1.89541 5.74106 1.98478 6.15597 2.16352 6.9858C2.50494 8.57086 3.24548 9.9634 4.2489 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5H20.0153C21.0018 5 21.4951 5 21.7998 5.37053C22.1046 5.74106 22.0152 6.15597 21.8365 6.9858C21.4951 8.57086 20.7545 9.9634 19.7511 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12C15.866 12 19 8.8831 19 5.03821C19 4.93739 18.9978 4.83707 18.9936 4.73729C18.9509 3.73806 18.9295 3.23845 18.2523 2.61922C17.5751 2 16.8247 2 15.324 2H8.67596C7.17526 2 6.42492 2 5.74772 2.61922C5.07051 3.23844 5.04915 3.73806 5.00642 4.73729C5.00215 4.83707 5 4.93739 5 5.03821C5 8.8831 8.13401 12 12 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-award-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 21C8 19.5858 8 18.8787 8.43934 18.4393C8.87868 18 9.58579 18 11 18H13C14.4142 18 15.1213 18 15.5607 18.4393C16 18.8787 16 19.5858 16 21V22H8V21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 22H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.0366 2.86651L14.0925 4.99573C14.2364 5.29212 14.6204 5.57642 14.9444 5.63086L16.8582 5.95145C18.082 6.15712 18.37 7.05236 17.4881 7.9355L16.0003 9.43563C15.7483 9.68968 15.6103 10.1796 15.6883 10.5305L16.1142 12.3875C16.4502 13.8574 15.6763 14.426 14.3864 13.6578L12.5926 12.5871C12.2687 12.3935 11.7347 12.3935 11.4048 12.5871L9.61096 13.6578C8.3271 14.426 7.54719 13.8513 7.88315 12.3875L8.3091 10.5305C8.3871 10.1796 8.24911 9.68968 7.99714 9.43563L6.5093 7.9355C5.6334 7.05236 5.91537 6.15712 7.13923 5.95145L9.05302 5.63086C9.37099 5.57642 9.75494 5.29212 9.89893 4.99573L10.9548 2.86651C11.5307 1.71116 12.4666 1.71116 13.0366 2.86651Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 21C8 19.5858 8 18.8787 8.43934 18.4393C8.87868 18 9.58579 18 11 18H13C14.4142 18 15.1213 18 15.5607 18.4393C16 18.8787 16 19.5858 16 21V22H8V21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 22H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.0366 2.86651L14.0925 4.99573C14.2364 5.29212 14.6204 5.57642 14.9444 5.63086L16.8582 5.95145C18.082 6.15712 18.37 7.05236 17.4881 7.9355L16.0003 9.43563C15.7483 9.68968 15.6103 10.1796 15.6883 10.5305L16.1142 12.3875C16.4502 13.8574 15.6763 14.426 14.3864 13.6578L12.5926 12.5871C12.2687 12.3935 11.7347 12.3935 11.4048 12.5871L9.61096 13.6578C8.3271 14.426 7.54719 13.8513 7.88315 12.3875L8.3091 10.5305C8.3871 10.1796 8.24911 9.68968 7.99714 9.43563L6.5093 7.9355C5.6334 7.05236 5.91537 6.15712 7.13923 5.95145L9.05302 5.63086C9.37099 5.57642 9.75494 5.29212 9.89893 4.99573L10.9548 2.86651C11.5307 1.71116 12.4666 1.71116 13.0366 2.86651Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-award-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.6801 12.9866C7.01748 9.62725 6.68617 7.9476 7.40306 6.58098C8.11994 5.21437 9.66067 4.58848 12.7421 3.3367L13.37 3.08163C15.698 2.13592 16.862 1.66307 17.5646 2.27374C18.2671 2.88442 18.0196 4.15398 17.5247 6.69309L15.3206 18H8.66899L7.6801 12.9866Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 21C6 19.5858 6 18.8787 6.43934 18.4393C6.87868 18 7.58579 18 9 18H15C16.4142 18 17.1213 18 17.5607 18.4393C18 18.8787 18 19.5858 18 21V22H6V21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22L20 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.6801 12.9866C7.01748 9.62725 6.68617 7.9476 7.40306 6.58098C8.11994 5.21437 9.66067 4.58848 12.7421 3.3367L13.37 3.08163C15.698 2.13592 16.862 1.66307 17.5646 2.27374C18.2671 2.88442 18.0196 4.15398 17.5247 6.69309L15.3206 18H8.66899L7.6801 12.9866Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 21C6 19.5858 6 18.8787 6.43934 18.4393C6.87868 18 7.58579 18 9 18H15C16.4142 18 17.1213 18 17.5607 18.4393C18 18.8787 18 19.5858 18 21V22H6V21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22L20 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-award-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.42613 3.06269C10.6836 2.35423 11.3124 2 12 2C12.6876 2 13.3164 2.35423 14.5739 3.06269L16.3239 4.04861C17.6292 4.78401 18.2819 5.15171 18.6409 5.76664C19 6.38157 19 7.13157 19 8.63158V10.3684C19 11.8684 19 12.6184 18.6409 13.2334C18.2819 13.8483 17.6292 14.216 16.3239 14.9514L14.5739 15.9373C13.3164 16.6458 12.6876 17 12 17C11.3124 17 10.6836 16.6458 9.42613 15.9373L7.67613 14.9514C6.37081 14.216 5.71815 13.8483 5.35908 13.2334C5 12.6184 5 11.8684 5 10.3684V8.63158C5 7.13157 5 6.38157 5.35908 5.76664C5.71815 5.15171 6.37081 4.78401 7.67613 4.04861L9.42613 3.06269Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10.1667C9 10.1667 9.75 10.1667 10.5 11.5C10.5 11.5 12.8824 8.16667 15 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8825 15L17.5527 18.2099C17.9833 20.2723 18.1986 21.3035 17.7563 21.7923C17.3141 22.281 16.546 21.8606 15.0099 21.0198L12.7364 19.7753C12.3734 19.5766 12.1919 19.4773 12 19.4773C11.8081 19.4773 11.6266 19.5766 11.2636 19.7753L8.99008 21.0198C7.45397 21.8606 6.68592 22.281 6.24365 21.7923C5.80139 21.3035 6.01669 20.2723 6.44731 18.2099L7.11752 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.42613 3.06269C10.6836 2.35423 11.3124 2 12 2C12.6876 2 13.3164 2.35423 14.5739 3.06269L16.3239 4.04861C17.6292 4.78401 18.2819 5.15171 18.6409 5.76664C19 6.38157 19 7.13157 19 8.63158V10.3684C19 11.8684 19 12.6184 18.6409 13.2334C18.2819 13.8483 17.6292 14.216 16.3239 14.9514L14.5739 15.9373C13.3164 16.6458 12.6876 17 12 17C11.3124 17 10.6836 16.6458 9.42613 15.9373L7.67613 14.9514C6.37081 14.216 5.71815 13.8483 5.35908 13.2334C5 12.6184 5 11.8684 5 10.3684V8.63158C5 7.13157 5 6.38157 5.35908 5.76664C5.71815 5.15171 6.37081 4.78401 7.67613 4.04861L9.42613 3.06269Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10.1667C9 10.1667 9.75 10.1667 10.5 11.5C10.5 11.5 12.8824 8.16667 15 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8825 15L17.5527 18.2099C17.9833 20.2723 18.1986 21.3035 17.7563 21.7923C17.3141 22.281 16.546 21.8606 15.0099 21.0198L12.7364 19.7753C12.3734 19.5766 12.1919 19.4773 12 19.4773C11.8081 19.4773 11.6266 19.5766 11.2636 19.7753L8.99008 21.0198C7.45397 21.8606 6.68592 22.281 6.24365 21.7923C5.80139 21.3035 6.01669 20.2723 6.44731 18.2099L7.11752 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-award-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 9.49902C4.5 13.6412 7.85786 16.999 12 16.999C16.1421 16.999 19.5 13.6412 19.5 9.49902C19.5 5.35689 16.1421 1.99902 12 1.99902C7.85786 1.99902 4.5 5.35689 4.5 9.49902Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10.1667C9 10.1667 9.75 10.1667 10.5 11.5C10.5 11.5 12.8824 8.16667 15 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8825 15L17.5527 18.2099C17.9833 20.2723 18.1986 21.3035 17.7563 21.7923C17.3141 22.281 16.546 21.8606 15.0099 21.0198L12.7364 19.7753C12.3734 19.5766 12.1919 19.4773 12 19.4773C11.8081 19.4773 11.6266 19.5766 11.2636 19.7753L8.99008 21.0198C7.45397 21.8606 6.68592 22.281 6.24365 21.7923C5.80139 21.3035 6.01669 20.2723 6.44731 18.2099L7.11752 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 9.49902C4.5 13.6412 7.85786 16.999 12 16.999C16.1421 16.999 19.5 13.6412 19.5 9.49902C19.5 5.35689 16.1421 1.99902 12 1.99902C7.85786 1.99902 4.5 5.35689 4.5 9.49902Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10.1667C9 10.1667 9.75 10.1667 10.5 11.5C10.5 11.5 12.8824 8.16667 15 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8825 15L17.5527 18.2099C17.9833 20.2723 18.1986 21.3035 17.7563 21.7923C17.3141 22.281 16.546 21.8606 15.0099 21.0198L12.7364 19.7753C12.3734 19.5766 12.1919 19.4773 12 19.4773C11.8081 19.4773 11.6266 19.5766 11.2636 19.7753L8.99008 21.0198C7.45397 21.8606 6.68592 22.281 6.24365 21.7923C5.80139 21.3035 6.01669 20.2723 6.44731 18.2099L7.11752 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-certificate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 22C7.49306 22 5.48959 22 4.2448 20.5355C3 19.0711 3 16.714 3 12C3 7.28596 3 4.92893 4.2448 3.46447C5.48959 2 7.49306 2 11.5 2C15.5069 2 17.5104 2 18.7552 3.46447C19.7572 4.64332 19.9527 6.40054 19.9908 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8.00049H15M8 13.0005H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.6092 18.1059C20.4521 17.4923 21 16.4979 21 15.3755C21 13.5115 19.489 12.0005 17.625 12.0005H17.375C15.511 12.0005 14 13.5115 14 15.3755C14 16.4979 14.5479 17.4923 15.3908 18.1059M19.6092 18.1059C19.0523 18.5113 18.3666 18.7505 17.625 18.7505H17.375C16.6334 18.7505 15.9477 18.5113 15.3908 18.1059M19.6092 18.1059L20.192 19.9409C20.4143 20.6408 20.5255 20.9907 20.4951 21.2087C20.4318 21.6622 20.0619 21.9989 19.6252 22.0005C19.4154 22.0013 19.101 21.8363 18.4723 21.5064C18.2027 21.3649 18.0679 21.2941 17.93 21.2525C17.649 21.1678 17.351 21.1678 17.07 21.2525C16.9321 21.2941 16.7973 21.3649 16.5277 21.5064C15.899 21.8363 15.5846 22.0013 15.3748 22.0005C14.9381 21.9989 14.5682 21.6622 14.5049 21.2087C14.4745 20.9907 14.5857 20.6408 14.808 19.9409L15.3908 18.1059%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 22C7.49306 22 5.48959 22 4.2448 20.5355C3 19.0711 3 16.714 3 12C3 7.28596 3 4.92893 4.2448 3.46447C5.48959 2 7.49306 2 11.5 2C15.5069 2 17.5104 2 18.7552 3.46447C19.7572 4.64332 19.9527 6.40054 19.9908 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8.00049H15M8 13.0005H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.6092 18.1059C20.4521 17.4923 21 16.4979 21 15.3755C21 13.5115 19.489 12.0005 17.625 12.0005H17.375C15.511 12.0005 14 13.5115 14 15.3755C14 16.4979 14.5479 17.4923 15.3908 18.1059M19.6092 18.1059C19.0523 18.5113 18.3666 18.7505 17.625 18.7505H17.375C16.6334 18.7505 15.9477 18.5113 15.3908 18.1059M19.6092 18.1059L20.192 19.9409C20.4143 20.6408 20.5255 20.9907 20.4951 21.2087C20.4318 21.6622 20.0619 21.9989 19.6252 22.0005C19.4154 22.0013 19.101 21.8363 18.4723 21.5064C18.2027 21.3649 18.0679 21.2941 17.93 21.2525C17.649 21.1678 17.351 21.1678 17.07 21.2525C16.9321 21.2941 16.7973 21.3649 16.5277 21.5064C15.899 21.8363 15.5846 22.0013 15.3748 22.0005C14.9381 21.9989 14.5682 21.6622 14.5049 21.2087C14.4745 20.9907 14.5857 20.6408 14.808 19.9409L15.3908 18.1059%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-champion{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 17C10.3264 17 8.86971 18.265 8.11766 20.1312C7.75846 21.0225 8.27389 22 8.95877 22H15.0412C15.7261 22 16.2415 21.0225 15.8823 20.1312C15.1303 18.265 13.6736 17 12 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 5H19.7022C20.9031 5 21.5035 5 21.8168 5.37736C22.13 5.75472 21.9998 6.32113 21.7393 7.45395L21.3485 9.15307C20.7609 11.7086 18.6109 13.6088 16 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 5H4.29779C3.09692 5 2.49649 5 2.18324 5.37736C1.86999 5.75472 2.00024 6.32113 2.26075 7.45395L2.65148 9.15307C3.23914 11.7086 5.38912 13.6088 8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17C15.0208 17 17.565 12.3379 18.3297 5.99089C18.5412 4.23558 18.647 3.35793 18.0868 2.67896C17.5267 2 16.6223 2 14.8134 2H9.18658C7.37775 2 6.47333 2 5.91317 2.67896C5.35301 3.35793 5.45875 4.23558 5.67025 5.99089C6.435 12.3379 8.97923 17 12 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 17C10.3264 17 8.86971 18.265 8.11766 20.1312C7.75846 21.0225 8.27389 22 8.95877 22H15.0412C15.7261 22 16.2415 21.0225 15.8823 20.1312C15.1303 18.265 13.6736 17 12 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 5H19.7022C20.9031 5 21.5035 5 21.8168 5.37736C22.13 5.75472 21.9998 6.32113 21.7393 7.45395L21.3485 9.15307C20.7609 11.7086 18.6109 13.6088 16 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 5H4.29779C3.09692 5 2.49649 5 2.18324 5.37736C1.86999 5.75472 2.00024 6.32113 2.26075 7.45395L2.65148 9.15307C3.23914 11.7086 5.38912 13.6088 8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17C15.0208 17 17.565 12.3379 18.3297 5.99089C18.5412 4.23558 18.647 3.35793 18.0868 2.67896C17.5267 2 16.6223 2 14.8134 2H9.18658C7.37775 2 6.47333 2 5.91317 2.67896C5.35301 3.35793 5.45875 4.23558 5.67025 5.99089C6.435 12.3379 8.97923 17 12 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-crown{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.51819 10.3058C3.13013 9.23176 2.9361 8.69476 3.01884 8.35065C3.10933 7.97427 3.377 7.68084 3.71913 7.58296C4.03193 7.49346 4.51853 7.70973 5.49173 8.14227C6.35253 8.52486 6.78293 8.71615 7.18732 8.70551C7.63257 8.69379 8.06088 8.51524 8.4016 8.19931C8.71105 7.91237 8.91861 7.45513 9.33373 6.54064L10.2486 4.52525C11.0128 2.84175 11.3949 2 12 2C12.6051 2 12.9872 2.84175 13.7514 4.52525L14.6663 6.54064C15.0814 7.45513 15.289 7.91237 15.5984 8.19931C15.9391 8.51524 16.3674 8.69379 16.8127 8.70551C17.2171 8.71615 17.6475 8.52486 18.5083 8.14227C19.4815 7.70973 19.9681 7.49346 20.2809 7.58296C20.623 7.68084 20.8907 7.97427 20.9812 8.35065C21.0639 8.69476 20.8699 9.23176 20.4818 10.3057L18.8138 14.9222C18.1002 16.897 17.7435 17.8844 16.9968 18.4422C16.2502 19 15.2854 19 13.3558 19H10.6442C8.71459 19 7.74977 19 7.00315 18.4422C6.25654 17.8844 5.89977 16.897 5.18622 14.9222L3.51819 10.3058Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 14H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.51819 10.3058C3.13013 9.23176 2.9361 8.69476 3.01884 8.35065C3.10933 7.97427 3.377 7.68084 3.71913 7.58296C4.03193 7.49346 4.51853 7.70973 5.49173 8.14227C6.35253 8.52486 6.78293 8.71615 7.18732 8.70551C7.63257 8.69379 8.06088 8.51524 8.4016 8.19931C8.71105 7.91237 8.91861 7.45513 9.33373 6.54064L10.2486 4.52525C11.0128 2.84175 11.3949 2 12 2C12.6051 2 12.9872 2.84175 13.7514 4.52525L14.6663 6.54064C15.0814 7.45513 15.289 7.91237 15.5984 8.19931C15.9391 8.51524 16.3674 8.69379 16.8127 8.70551C17.2171 8.71615 17.6475 8.52486 18.5083 8.14227C19.4815 7.70973 19.9681 7.49346 20.2809 7.58296C20.623 7.68084 20.8907 7.97427 20.9812 8.35065C21.0639 8.69476 20.8699 9.23176 20.4818 10.3057L18.8138 14.9222C18.1002 16.897 17.7435 17.8844 16.9968 18.4422C16.2502 19 15.2854 19 13.3558 19H10.6442C8.71459 19 7.74977 19 7.00315 18.4422C6.25654 17.8844 5.89977 16.897 5.18622 14.9222L3.51819 10.3058Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 14H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-honor{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 3.00098H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 3.00098V14C4.5 16.3288 4.93059 17.0893 6.92752 18.2875L9.94202 20.0962C10.9447 20.6978 11.446 20.9986 12 20.9986C12.554 20.9986 13.0553 20.6978 14.058 20.0962L17.0725 18.2875C19.0694 17.0893 19.5 16.3288 19.5 14V3.00098%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 13.001H9.5M14.5 8.00098H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 3.00098H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 3.00098V14C4.5 16.3288 4.93059 17.0893 6.92752 18.2875L9.94202 20.0962C10.9447 20.6978 11.446 20.9986 12 20.9986C12.554 20.9986 13.0553 20.6978 14.058 20.0962L17.0725 18.2875C19.0694 17.0893 19.5 16.3288 19.5 14V3.00098%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 13.001H9.5M14.5 8.00098H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-honour-star{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 3.00098H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 3.00098V14C4.5 16.3288 4.93059 17.0893 6.92752 18.2875L9.94202 20.0962C10.9447 20.6978 11.446 20.9986 12 20.9986C12.554 20.9986 13.0553 20.6978 14.058 20.0962L17.0725 18.2875C19.0694 17.0893 19.5 16.3288 19.5 14V3.00098%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6045 8.00546L13.2204 9.24751C13.3044 9.4204 13.5284 9.58625 13.7173 9.618L14.8337 9.80501C15.5476 9.92498 15.7156 10.4472 15.2012 10.9624L14.3333 11.8374C14.1863 11.9856 14.1058 12.2715 14.1513 12.4761L14.3998 13.5594C14.5957 14.4168 14.1443 14.7485 13.3919 14.3004L12.3455 13.6758C12.1565 13.5629 11.845 13.5629 11.6526 13.6758L10.6062 14.3004C9.85726 14.7485 9.40231 14.4133 9.59829 13.5594L9.84676 12.4761C9.89226 12.2715 9.81177 11.9856 9.66478 11.8374L8.79688 10.9624C8.28594 10.4472 8.45042 9.92498 9.16434 9.80501L10.2807 9.618C10.4662 9.58625 10.6902 9.4204 10.7742 9.24751L11.3901 8.00546C11.7261 7.33151 12.272 7.33151 12.6045 8.00546Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 3.00098H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 3.00098V14C4.5 16.3288 4.93059 17.0893 6.92752 18.2875L9.94202 20.0962C10.9447 20.6978 11.446 20.9986 12 20.9986C12.554 20.9986 13.0553 20.6978 14.058 20.0962L17.0725 18.2875C19.0694 17.0893 19.5 16.3288 19.5 14V3.00098%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6045 8.00546L13.2204 9.24751C13.3044 9.4204 13.5284 9.58625 13.7173 9.618L14.8337 9.80501C15.5476 9.92498 15.7156 10.4472 15.2012 10.9624L14.3333 11.8374C14.1863 11.9856 14.1058 12.2715 14.1513 12.4761L14.3998 13.5594C14.5957 14.4168 14.1443 14.7485 13.3919 14.3004L12.3455 13.6758C12.1565 13.5629 11.845 13.5629 11.6526 13.6758L10.6062 14.3004C9.85726 14.7485 9.40231 14.4133 9.59829 13.5594L9.84676 12.4761C9.89226 12.2715 9.81177 11.9856 9.66478 11.8374L8.79688 10.9624C8.28594 10.4472 8.45042 9.92498 9.16434 9.80501L10.2807 9.618C10.4662 9.58625 10.6902 9.4204 10.7742 9.24751L11.3901 8.00546C11.7261 7.33151 12.272 7.33151 12.6045 8.00546Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-medal-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 2V10.5M15.5 2V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9162 2.01166H6.0838C5.17286 2.01166 3.96696 1.85424 3.34398 2.69602C3 3.1608 3 3.83334 3 5.17844C3 6.32524 3 6.89864 3.23194 7.38174C3.62807 8.20684 4.51377 8.56526 5.27291 8.95504L8.98131 10.8591C10.4626 11.6197 11.2033 12 12 12C12.7967 12 13.5374 11.6197 15.0187 10.8591L18.7271 8.95504C19.4862 8.56526 20.3719 8.20684 20.7681 7.38174C21 6.89864 21 6.32524 21 5.17844C21 3.83334 21 3.1608 20.656 2.69602C20.033 1.85424 18.8271 2.01166 17.9162 2.01166Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5292 13.6376C11.2478 13.2125 11.6071 13 12 13C12.3929 13 12.7522 13.2125 13.4708 13.6376L14.4708 14.2292C15.2167 14.6704 15.5896 14.891 15.7948 15.26C16 15.6289 16 16.0789 16 16.979V18.021C16 18.9211 16 19.3711 15.7948 19.74C15.5896 20.109 15.2167 20.3296 14.4708 20.7708L13.4708 21.3624C12.7522 21.7875 12.3929 22 12 22C11.6071 22 11.2478 21.7875 10.5292 21.3624L9.52922 20.7708C8.78332 20.3296 8.41037 20.109 8.20519 19.74C8 19.3711 8 18.9211 8 18.021V16.979C8 16.0789 8 15.6289 8.20519 15.26C8.41037 14.891 8.78332 14.6704 9.52922 14.2292L10.5292 13.6376Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 2V10.5M15.5 2V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9162 2.01166H6.0838C5.17286 2.01166 3.96696 1.85424 3.34398 2.69602C3 3.1608 3 3.83334 3 5.17844C3 6.32524 3 6.89864 3.23194 7.38174C3.62807 8.20684 4.51377 8.56526 5.27291 8.95504L8.98131 10.8591C10.4626 11.6197 11.2033 12 12 12C12.7967 12 13.5374 11.6197 15.0187 10.8591L18.7271 8.95504C19.4862 8.56526 20.3719 8.20684 20.7681 7.38174C21 6.89864 21 6.32524 21 5.17844C21 3.83334 21 3.1608 20.656 2.69602C20.033 1.85424 18.8271 2.01166 17.9162 2.01166Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5292 13.6376C11.2478 13.2125 11.6071 13 12 13C12.3929 13 12.7522 13.2125 13.4708 13.6376L14.4708 14.2292C15.2167 14.6704 15.5896 14.891 15.7948 15.26C16 15.6289 16 16.0789 16 16.979V18.021C16 18.9211 16 19.3711 15.7948 19.74C15.5896 20.109 15.2167 20.3296 14.4708 20.7708L13.4708 21.3624C12.7522 21.7875 12.3929 22 12 22C11.6071 22 11.2478 21.7875 10.5292 21.3624L9.52922 20.7708C8.78332 20.3296 8.41037 20.109 8.20519 19.74C8 19.3711 8 18.9211 8 18.021V16.979C8 16.0789 8 15.6289 8.20519 15.26C8.41037 14.891 8.78332 14.6704 9.52922 14.2292L10.5292 13.6376Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-medal-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5.11296C3 4.56029 3 4.28395 3.04289 4.05373C3.23304 3.03312 4.02565 2.23473 5.03889 2.0432C5.26745 2 5.54179 2 6.09048 2H17.9095C18.4582 2 18.7325 2 18.9611 2.0432C19.9743 2.23473 20.767 3.03312 20.9571 4.05373C21 4.28395 21 4.56029 21 5.11296C21 5.6552 21 5.92631 20.9685 6.17771C20.8309 7.27541 20.2512 8.26781 19.3654 8.92208C19.1625 9.07192 18.9272 9.20359 18.4566 9.46692L15.8851 10.9059C13.9861 11.9686 13.0365 12.5 12 12.5C10.9635 12.5 10.0139 11.9686 8.11486 10.9059L5.54338 9.46692C5.0728 9.20359 4.83752 9.07192 4.63465 8.92208C3.74885 8.26781 3.16914 7.27541 3.03152 6.17771C3 5.92631 3 5.6552 3 5.11296Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 5V6M12 5V8M16 5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.7774 13.6499L13.5693 15.2468C13.6773 15.4691 13.9653 15.6823 14.2083 15.7231L15.6436 15.9636C16.5615 16.1178 16.7775 16.7893 16.1161 17.4516L15.0002 18.5767C14.8112 18.7673 14.7077 19.1347 14.7662 19.3979L15.0857 20.7906C15.3377 21.893 14.7572 22.3195 13.7898 21.7433L12.4445 20.9403C12.2015 20.7952 11.801 20.7952 11.5536 20.9403L10.2082 21.7433C9.24533 22.3195 8.66039 21.8885 8.91236 20.7906L9.23183 19.3979C9.29032 19.1347 9.18683 18.7673 8.99785 18.5767L7.88198 17.4516C7.22505 16.7893 7.43653 16.1178 8.35443 15.9636L9.78977 15.7231C10.0282 15.6823 10.3162 15.4691 10.4242 15.2468L11.2161 13.6499C11.6481 12.7834 12.35 12.7834 12.7774 13.6499Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5.11296C3 4.56029 3 4.28395 3.04289 4.05373C3.23304 3.03312 4.02565 2.23473 5.03889 2.0432C5.26745 2 5.54179 2 6.09048 2H17.9095C18.4582 2 18.7325 2 18.9611 2.0432C19.9743 2.23473 20.767 3.03312 20.9571 4.05373C21 4.28395 21 4.56029 21 5.11296C21 5.6552 21 5.92631 20.9685 6.17771C20.8309 7.27541 20.2512 8.26781 19.3654 8.92208C19.1625 9.07192 18.9272 9.20359 18.4566 9.46692L15.8851 10.9059C13.9861 11.9686 13.0365 12.5 12 12.5C10.9635 12.5 10.0139 11.9686 8.11486 10.9059L5.54338 9.46692C5.0728 9.20359 4.83752 9.07192 4.63465 8.92208C3.74885 8.26781 3.16914 7.27541 3.03152 6.17771C3 5.92631 3 5.6552 3 5.11296Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 5V6M12 5V8M16 5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.7774 13.6499L13.5693 15.2468C13.6773 15.4691 13.9653 15.6823 14.2083 15.7231L15.6436 15.9636C16.5615 16.1178 16.7775 16.7893 16.1161 17.4516L15.0002 18.5767C14.8112 18.7673 14.7077 19.1347 14.7662 19.3979L15.0857 20.7906C15.3377 21.893 14.7572 22.3195 13.7898 21.7433L12.4445 20.9403C12.2015 20.7952 11.801 20.7952 11.5536 20.9403L10.2082 21.7433C9.24533 22.3195 8.66039 21.8885 8.91236 20.7906L9.23183 19.3979C9.29032 19.1347 9.18683 18.7673 8.99785 18.5767L7.88198 17.4516C7.22505 16.7893 7.43653 16.1178 8.35443 15.9636L9.78977 15.7231C10.0282 15.6823 10.3162 15.4691 10.4242 15.2468L11.2161 13.6499C11.6481 12.7834 12.35 12.7834 12.7774 13.6499Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-medal-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5292 13.6376C11.2478 13.2125 11.6071 13 12 13C12.3929 13 12.7522 13.2125 13.4708 13.6376L14.4708 14.2292C15.2167 14.6704 15.5896 14.891 15.7948 15.26C16 15.6289 16 16.0789 16 16.979V18.021C16 18.9211 16 19.3711 15.7948 19.74C15.5896 20.109 15.2167 20.3296 14.4708 20.7708L13.4708 21.3624C12.7522 21.7875 12.3929 22 12 22C11.6071 22 11.2478 21.7875 10.5292 21.3624L9.52922 20.7708C8.78332 20.3296 8.41037 20.109 8.20519 19.74C8 19.3711 8 18.9211 8 18.021V16.979C8 16.0789 8 15.6289 8.20519 15.26C8.41037 14.891 8.78332 14.6704 9.52922 14.2292L10.5292 13.6376Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2588 2.01167H6.74116C5.93143 2.01167 4.85952 1.85424 4.30576 2.69602C4 3.1608 4 3.83334 4 5.17844C4 6.32524 4 6.89864 4.20617 7.38174C4.55829 8.20684 5.34557 8.56526 6.02037 8.95504L9.31672 10.8591C10.6334 11.6197 11.2918 12 12 12C12.7082 12 13.3666 11.6197 14.6833 10.8591L17.9796 8.95504C18.6544 8.56526 19.4417 8.20684 19.7938 7.38174C20 6.89864 20 6.32524 20 5.17844C20 3.83334 20 3.1608 19.6942 2.69602C19.1405 1.85424 18.0686 2.01167 17.2588 2.01167Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5292 13.6376C11.2478 13.2125 11.6071 13 12 13C12.3929 13 12.7522 13.2125 13.4708 13.6376L14.4708 14.2292C15.2167 14.6704 15.5896 14.891 15.7948 15.26C16 15.6289 16 16.0789 16 16.979V18.021C16 18.9211 16 19.3711 15.7948 19.74C15.5896 20.109 15.2167 20.3296 14.4708 20.7708L13.4708 21.3624C12.7522 21.7875 12.3929 22 12 22C11.6071 22 11.2478 21.7875 10.5292 21.3624L9.52922 20.7708C8.78332 20.3296 8.41037 20.109 8.20519 19.74C8 19.3711 8 18.9211 8 18.021V16.979C8 16.0789 8 15.6289 8.20519 15.26C8.41037 14.891 8.78332 14.6704 9.52922 14.2292L10.5292 13.6376Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2588 2.01167H6.74116C5.93143 2.01167 4.85952 1.85424 4.30576 2.69602C4 3.1608 4 3.83334 4 5.17844C4 6.32524 4 6.89864 4.20617 7.38174C4.55829 8.20684 5.34557 8.56526 6.02037 8.95504L9.31672 10.8591C10.6334 11.6197 11.2918 12 12 12C12.7082 12 13.3666 11.6197 14.6833 10.8591L17.9796 8.95504C18.6544 8.56526 19.4417 8.20684 19.7938 7.38174C20 6.89864 20 6.32524 20 5.17844C20 3.83334 20 3.1608 19.6942 2.69602C19.1405 1.85424 18.0686 2.01167 17.2588 2.01167Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-medal-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.7774 13.6499L13.5693 15.2468C13.6773 15.4691 13.9653 15.6823 14.2083 15.7231L15.6436 15.9636C16.5615 16.1178 16.7775 16.7893 16.1161 17.4516L15.0002 18.5767C14.8112 18.7673 14.7077 19.1347 14.7662 19.3979L15.0857 20.7906C15.3377 21.893 14.7572 22.3195 13.7898 21.7433L12.4445 20.9403C12.2015 20.7952 11.801 20.7952 11.5536 20.9403L10.2082 21.7433C9.24533 22.3195 8.66039 21.8885 8.91236 20.7906L9.23183 19.3979C9.29032 19.1347 9.18683 18.7673 8.99785 18.5767L7.88198 17.4516C7.22505 16.7893 7.43653 16.1178 8.35443 15.9636L9.78977 15.7231C10.0282 15.6823 10.3162 15.4691 10.4242 15.2468L11.2161 13.6499C11.6481 12.7834 12.35 12.7834 12.7774 13.6499Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2588 2.01167H6.74116C5.93143 2.01167 4.85952 1.85424 4.30576 2.69602C4 3.1608 4 3.83334 4 5.17844C4 6.32524 4 6.89864 4.20617 7.38174C4.55829 8.20684 5.34557 8.56526 6.02037 8.95504L9.31672 10.8591C10.6334 11.6197 11.2918 12 12 12C12.7082 12 13.3666 11.6197 14.6833 10.8591L17.9796 8.95504C18.6544 8.56526 19.4417 8.20684 19.7938 7.38174C20 6.89864 20 6.32524 20 5.17844C20 3.83334 20 3.1608 19.6942 2.69602C19.1405 1.85424 18.0686 2.01167 17.2588 2.01167Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.7774 13.6499L13.5693 15.2468C13.6773 15.4691 13.9653 15.6823 14.2083 15.7231L15.6436 15.9636C16.5615 16.1178 16.7775 16.7893 16.1161 17.4516L15.0002 18.5767C14.8112 18.7673 14.7077 19.1347 14.7662 19.3979L15.0857 20.7906C15.3377 21.893 14.7572 22.3195 13.7898 21.7433L12.4445 20.9403C12.2015 20.7952 11.801 20.7952 11.5536 20.9403L10.2082 21.7433C9.24533 22.3195 8.66039 21.8885 8.91236 20.7906L9.23183 19.3979C9.29032 19.1347 9.18683 18.7673 8.99785 18.5767L7.88198 17.4516C7.22505 16.7893 7.43653 16.1178 8.35443 15.9636L9.78977 15.7231C10.0282 15.6823 10.3162 15.4691 10.4242 15.2468L11.2161 13.6499C11.6481 12.7834 12.35 12.7834 12.7774 13.6499Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2588 2.01167H6.74116C5.93143 2.01167 4.85952 1.85424 4.30576 2.69602C4 3.1608 4 3.83334 4 5.17844C4 6.32524 4 6.89864 4.20617 7.38174C4.55829 8.20684 5.34557 8.56526 6.02037 8.95504L9.31672 10.8591C10.6334 11.6197 11.2918 12 12 12C12.7082 12 13.3666 11.6197 14.6833 10.8591L17.9796 8.95504C18.6544 8.56526 19.4417 8.20684 19.7938 7.38174C20 6.89864 20 6.32524 20 5.17844C20 3.83334 20 3.1608 19.6942 2.69602C19.1405 1.85424 18.0686 2.01167 17.2588 2.01167Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-medal-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.62511 3.48153C7.93831 2.76299 8.0949 2.40372 8.40625 2.20186C8.71759 2 9.11512 2 9.91019 2H14.0898C14.8849 2 15.2824 2 15.5938 2.20186C15.9051 2.40372 16.0617 2.76299 16.3749 3.48153L18.3939 8.11373C18.8919 9.25629 19.1409 9.82757 18.9175 10.3168C18.6941 10.806 18.0944 11.0026 16.895 11.3957L12 13L7.10497 11.3957C5.90561 11.0026 5.30592 10.806 5.08249 10.3168C4.85905 9.82757 5.10806 9.25629 5.60607 8.11374L7.62511 3.48153Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L8.5 2.5M15.5 11.5L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.7774 13.6499L13.5693 15.2468C13.6773 15.4691 13.9653 15.6823 14.2083 15.7231L15.6436 15.9636C16.5615 16.1178 16.7775 16.7893 16.1161 17.4516L15.0002 18.5767C14.8112 18.7673 14.7077 19.1347 14.7662 19.3979L15.0857 20.7906C15.3377 21.893 14.7572 22.3195 13.7898 21.7433L12.4445 20.9403C12.2015 20.7952 11.801 20.7952 11.5536 20.9403L10.2082 21.7433C9.24533 22.3195 8.66039 21.8885 8.91236 20.7906L9.23183 19.3979C9.29032 19.1347 9.18683 18.7673 8.99785 18.5767L7.88198 17.4516C7.22505 16.7893 7.43653 16.1178 8.35443 15.9636L9.78977 15.7231C10.0282 15.6823 10.3162 15.4691 10.4242 15.2468L11.2161 13.6499C11.6481 12.7834 12.35 12.7834 12.7774 13.6499Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.62511 3.48153C7.93831 2.76299 8.0949 2.40372 8.40625 2.20186C8.71759 2 9.11512 2 9.91019 2H14.0898C14.8849 2 15.2824 2 15.5938 2.20186C15.9051 2.40372 16.0617 2.76299 16.3749 3.48153L18.3939 8.11373C18.8919 9.25629 19.1409 9.82757 18.9175 10.3168C18.6941 10.806 18.0944 11.0026 16.895 11.3957L12 13L7.10497 11.3957C5.90561 11.0026 5.30592 10.806 5.08249 10.3168C4.85905 9.82757 5.10806 9.25629 5.60607 8.11374L7.62511 3.48153Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L8.5 2.5M15.5 11.5L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.7774 13.6499L13.5693 15.2468C13.6773 15.4691 13.9653 15.6823 14.2083 15.7231L15.6436 15.9636C16.5615 16.1178 16.7775 16.7893 16.1161 17.4516L15.0002 18.5767C14.8112 18.7673 14.7077 19.1347 14.7662 19.3979L15.0857 20.7906C15.3377 21.893 14.7572 22.3195 13.7898 21.7433L12.4445 20.9403C12.2015 20.7952 11.801 20.7952 11.5536 20.9403L10.2082 21.7433C9.24533 22.3195 8.66039 21.8885 8.91236 20.7906L9.23183 19.3979C9.29032 19.1347 9.18683 18.7673 8.99785 18.5767L7.88198 17.4516C7.22505 16.7893 7.43653 16.1178 8.35443 15.9636L9.78977 15.7231C10.0282 15.6823 10.3162 15.4691 10.4242 15.2468L11.2161 13.6499C11.6481 12.7834 12.35 12.7834 12.7774 13.6499Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-medal-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 14.5C4.5 10.3579 7.85787 7 12 7C16.1421 7 19.5 10.3579 19.5 14.5C19.5 18.6421 16.1421 22 12 22C7.85787 22 4.5 18.6421 4.5 14.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 14.5C9 12.8431 10.2952 11.5 11.8929 11.5H12.1071C13.7048 11.5 15 12.8431 15 14.5C15 16.1569 13.7048 17.5 12.1071 17.5H11.8929C10.2952 17.5 9 16.1569 9 14.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5606 2L11 7M18.0005 2L15.1786 7.60217%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4399 2L12 4.59405M6 2L8.82144 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 14.5C4.5 10.3579 7.85787 7 12 7C16.1421 7 19.5 10.3579 19.5 14.5C19.5 18.6421 16.1421 22 12 22C7.85787 22 4.5 18.6421 4.5 14.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 14.5C9 12.8431 10.2952 11.5 11.8929 11.5H12.1071C13.7048 11.5 15 12.8431 15 14.5C15 16.1569 13.7048 17.5 12.1071 17.5H11.8929C10.2952 17.5 9 16.1569 9 14.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5606 2L11 7M18.0005 2L15.1786 7.60217%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4399 2L12 4.59405M6 2L8.82144 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-medal-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 19.3137 15.3137 22 12 22C8.68629 22 6 19.3137 6 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 16C9.5 14.6193 10.6193 13.5 12 13.5C13.3807 13.5 14.5 14.6193 14.5 16C14.5 17.3807 13.3807 18.5 12 18.5C10.6193 18.5 9.5 17.3807 9.5 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.6667 12L17.6032 11.1973C18.2904 10.6082 18.6341 10.3137 18.817 9.91584C19 9.51802 19 9.06543 19 8.16026V6C19 4.11438 19 3.17157 18.4142 2.58579C17.8284 2 16.8856 2 15 2H9C7.11438 2 6.17157 2 5.58579 2.58579C5 3.17157 5 4.11438 5 6V8.16026C5 9.06543 5 9.51802 5.18297 9.91584C5.36595 10.3137 5.70958 10.6082 6.39683 11.1973L7.33333 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 16C6 12.6863 8.68629 10 12 10C15.3137 10 18 12.6863 18 16C18 19.3137 15.3137 22 12 22C8.68629 22 6 19.3137 6 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 16C9.5 14.6193 10.6193 13.5 12 13.5C13.3807 13.5 14.5 14.6193 14.5 16C14.5 17.3807 13.3807 18.5 12 18.5C10.6193 18.5 9.5 17.3807 9.5 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.6667 12L17.6032 11.1973C18.2904 10.6082 18.6341 10.3137 18.817 9.91584C19 9.51802 19 9.06543 19 8.16026V6C19 4.11438 19 3.17157 18.4142 2.58579C17.8284 2 16.8856 2 15 2H9C7.11438 2 6.17157 2 5.58579 2.58579C5 3.17157 5 4.11438 5 6V8.16026C5 9.06543 5 9.51802 5.18297 9.91584C5.36595 10.3137 5.70958 10.6082 6.39683 11.1973L7.33333 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-medal-first-place{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 15C5 11.134 8.02208 8 11.75 8H12.25C15.9779 8 19 11.134 19 15C19 18.866 15.9779 22 12.25 22H11.75C8.02208 22 5 18.866 5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5 17.9994V12.9481C12.5 12.3736 12.5 12.0863 12.2696 12.0149C11.7631 11.8577 11 12.999 11 12.999M12.5 17.9994H11M12.5 17.9994H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5601 2L11 7.89783M18 2L15.1786 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4399 2L12 5.59405M6 2L8.82144 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 15C5 11.134 8.02208 8 11.75 8H12.25C15.9779 8 19 11.134 19 15C19 18.866 15.9779 22 12.25 22H11.75C8.02208 22 5 18.866 5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5 17.9994V12.9481C12.5 12.3736 12.5 12.0863 12.2696 12.0149C11.7631 11.8577 11 12.999 11 12.999M12.5 17.9994H11M12.5 17.9994H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5601 2L11 7.89783M18 2L15.1786 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4399 2L12 5.59405M6 2L8.82144 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-medal-second-place{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 15C5 11.134 8.02208 8 11.75 8H12.25C15.9779 8 19 11.134 19 15C19 18.866 15.9779 22 12.25 22H11.75C8.02208 22 5 18.866 5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 13.1179C10.5804 12.3326 11.1076 12 11.6576 12H12.3239C12.8738 12 13.401 12.3326 13.4814 13.1179C13.5063 13.3608 13.5063 13.6392 13.4814 13.8821C13.4325 14.3602 12.8543 14.9086 12.8543 14.9086L12 15.5C12 15.5 10.5 16.5 10.5 17.5C10.5 18.0394 10.9373 18 11.4766 18H13.4814%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5601 2L11 7.89783M18 2L15.1786 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4399 2L12 5.59405M6 2L8.82144 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 15C5 11.134 8.02208 8 11.75 8H12.25C15.9779 8 19 11.134 19 15C19 18.866 15.9779 22 12.25 22H11.75C8.02208 22 5 18.866 5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 13.1179C10.5804 12.3326 11.1076 12 11.6576 12H12.3239C12.8738 12 13.401 12.3326 13.4814 13.1179C13.5063 13.3608 13.5063 13.6392 13.4814 13.8821C13.4325 14.3602 12.8543 14.9086 12.8543 14.9086L12 15.5C12 15.5 10.5 16.5 10.5 17.5C10.5 18.0394 10.9373 18 11.4766 18H13.4814%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5601 2L11 7.89783M18 2L15.1786 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4399 2L12 5.59405M6 2L8.82144 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-medal-third-place{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 15C5 11.134 8.02208 8 11.75 8H12.25C15.9779 8 19 11.134 19 15C19 18.866 15.9779 22 12.25 22H11.75C8.02208 22 5 18.866 5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 13.1179C10.5804 12.3326 11.1075 12 11.6575 12H12.3238C12.8738 12 13.401 12.3326 13.4814 13.1179C13.5062 13.3608 13.5062 13.6392 13.4814 13.8821C13.4151 14.5297 12.9713 15 12.4904 15M10.5 16.8821C10.5804 17.6674 11.1075 18 11.6575 18L12.3238 18C12.8738 18 13.401 17.6674 13.4814 16.8821C13.5062 16.6392 13.5062 16.3608 13.4814 16.1179C13.4151 15.4703 12.9713 15 12.4904 15M12.4904 15H12.431%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5601 2L11 7.89783M18 2L15.1786 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4399 2L12 5.59405M6 2L8.82144 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 15C5 11.134 8.02208 8 11.75 8H12.25C15.9779 8 19 11.134 19 15C19 18.866 15.9779 22 12.25 22H11.75C8.02208 22 5 18.866 5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 13.1179C10.5804 12.3326 11.1075 12 11.6575 12H12.3238C12.8738 12 13.401 12.3326 13.4814 13.1179C13.5062 13.3608 13.5062 13.6392 13.4814 13.8821C13.4151 14.5297 12.9713 15 12.4904 15M10.5 16.8821C10.5804 17.6674 11.1075 18 11.6575 18L12.3238 18C12.8738 18 13.401 17.6674 13.4814 16.8821C13.5062 16.6392 13.5062 16.3608 13.4814 16.1179C13.4151 15.4703 12.9713 15 12.4904 15M12.4904 15H12.431%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5601 2L11 7.89783M18 2L15.1786 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4399 2L12 5.59405M6 2L8.82144 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-new-releases{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5143 2.09327C11.8265 1.96891 12.1735 1.96891 12.4857 2.09327C13.4921 2.49406 13.6887 4.03744 14.8762 4.12336C15.7124 4.18386 16.533 3.48677 17.3721 3.69574C17.7105 3.78003 18.0028 3.99579 18.186 4.29657C18.7472 5.21824 18.0229 6.57292 18.9383 7.33768C19.5743 7.86877 20.6251 7.80004 21.178 8.4511C21.4108 8.72534 21.5252 9.08303 21.4953 9.4437C21.4068 10.5166 20.0389 11.1876 20.3395 12.3439C20.5475 13.1443 21.4253 13.707 21.4953 14.5563C21.5252 14.917 21.4108 15.2747 21.178 15.5489C20.4832 16.3669 18.9808 16.0975 18.5476 17.2062C18.2434 17.9844 18.634 18.9677 18.186 19.7034C18.0028 20.0042 17.7105 20.22 17.3721 20.3043C16.3302 20.5637 15.2727 19.4445 14.2701 20.0758C13.5543 20.5264 13.2978 21.5835 12.4857 21.9067C12.1735 22.0311 11.8265 22.0311 11.5143 21.9067C10.7022 21.5835 10.4457 20.5264 9.72989 20.0758C8.73971 19.4524 7.65213 20.5593 6.62791 20.3043C6.28947 20.22 5.9972 20.0042 5.81405 19.7034C5.25286 18.7818 5.97704 17.427 5.0617 16.6623C4.42582 16.1312 3.37494 16.2 2.82204 15.5489C2.58921 15.2747 2.47484 14.917 2.50465 14.5563C2.57485 13.707 3.4524 13.1443 3.6605 12.3439C3.95808 11.1997 2.59204 10.5009 2.50465 9.4437C2.47484 9.08303 2.58921 8.72534 2.82204 8.4511C3.51676 7.63284 5.01899 7.90253 5.45238 6.79383C5.75662 6.0156 5.36608 5.03227 5.81405 4.29657C5.9972 3.99579 6.28947 3.78003 6.62791 3.69574C7.46705 3.48677 8.28757 4.18387 9.12378 4.12336C10.3113 4.03746 10.5079 2.49406 11.5143 2.09327Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13.3333C9 13.3333 9.875 13.3333 10.75 15C10.75 15 13.5294 10.8333 16 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5143 2.09327C11.8265 1.96891 12.1735 1.96891 12.4857 2.09327C13.4921 2.49406 13.6887 4.03744 14.8762 4.12336C15.7124 4.18386 16.533 3.48677 17.3721 3.69574C17.7105 3.78003 18.0028 3.99579 18.186 4.29657C18.7472 5.21824 18.0229 6.57292 18.9383 7.33768C19.5743 7.86877 20.6251 7.80004 21.178 8.4511C21.4108 8.72534 21.5252 9.08303 21.4953 9.4437C21.4068 10.5166 20.0389 11.1876 20.3395 12.3439C20.5475 13.1443 21.4253 13.707 21.4953 14.5563C21.5252 14.917 21.4108 15.2747 21.178 15.5489C20.4832 16.3669 18.9808 16.0975 18.5476 17.2062C18.2434 17.9844 18.634 18.9677 18.186 19.7034C18.0028 20.0042 17.7105 20.22 17.3721 20.3043C16.3302 20.5637 15.2727 19.4445 14.2701 20.0758C13.5543 20.5264 13.2978 21.5835 12.4857 21.9067C12.1735 22.0311 11.8265 22.0311 11.5143 21.9067C10.7022 21.5835 10.4457 20.5264 9.72989 20.0758C8.73971 19.4524 7.65213 20.5593 6.62791 20.3043C6.28947 20.22 5.9972 20.0042 5.81405 19.7034C5.25286 18.7818 5.97704 17.427 5.0617 16.6623C4.42582 16.1312 3.37494 16.2 2.82204 15.5489C2.58921 15.2747 2.47484 14.917 2.50465 14.5563C2.57485 13.707 3.4524 13.1443 3.6605 12.3439C3.95808 11.1997 2.59204 10.5009 2.50465 9.4437C2.47484 9.08303 2.58921 8.72534 2.82204 8.4511C3.51676 7.63284 5.01899 7.90253 5.45238 6.79383C5.75662 6.0156 5.36608 5.03227 5.81405 4.29657C5.9972 3.99579 6.28947 3.78003 6.62791 3.69574C7.46705 3.48677 8.28757 4.18387 9.12378 4.12336C10.3113 4.03746 10.5079 2.49406 11.5143 2.09327Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13.3333C9 13.3333 9.875 13.3333 10.75 15C10.75 15 13.5294 10.8333 16 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-awards-icons-ranking{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 18C3.5 16.5858 3.5 15.8787 3.93934 15.4393C4.37868 15 5.08579 15 6.5 15H7C7.94281 15 8.41421 15 8.70711 15.2929C9 15.5858 9 16.0572 9 17V22H3.5V18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 19C15 18.0572 15 17.5858 15.2929 17.2929C15.5858 17 16.0572 17 17 17H17.5C18.9142 17 19.6213 17 20.0607 17.4393C20.5 17.8787 20.5 18.5858 20.5 20V22H15V19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16C9 14.5858 9 13.8787 9.43934 13.4393C9.87868 13 10.5858 13 12 13C13.4142 13 14.1213 13 14.5607 13.4393C15 13.8787 15 14.5858 15 16V22H9V16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6911 2.57767L13.395 3.99715C13.491 4.19475 13.7469 4.38428 13.9629 4.42057L15.2388 4.6343C16.0547 4.77141 16.2467 5.36824 15.6587 5.957L14.6668 6.95709C14.4989 7.12646 14.4069 7.4531 14.4589 7.68699L14.7428 8.925C14.9668 9.90492 14.4509 10.284 13.591 9.77185L12.3951 9.05808C12.1791 8.92903 11.8232 8.92903 11.6032 9.05808L10.4073 9.77185C9.5514 10.284 9.03146 9.90089 9.25543 8.925L9.5394 7.68699C9.5914 7.4531 9.49941 7.12646 9.33143 6.95709L8.33954 5.957C7.7556 5.36824 7.94358 4.77141 8.75949 4.6343L10.0353 4.42057C10.2473 4.38428 10.5033 4.19475 10.5993 3.99715L11.3032 2.57767C11.6872 1.80744 12.3111 1.80744 12.6911 2.57767Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 18C3.5 16.5858 3.5 15.8787 3.93934 15.4393C4.37868 15 5.08579 15 6.5 15H7C7.94281 15 8.41421 15 8.70711 15.2929C9 15.5858 9 16.0572 9 17V22H3.5V18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 19C15 18.0572 15 17.5858 15.2929 17.2929C15.5858 17 16.0572 17 17 17H17.5C18.9142 17 19.6213 17 20.0607 17.4393C20.5 17.8787 20.5 18.5858 20.5 20V22H15V19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16C9 14.5858 9 13.8787 9.43934 13.4393C9.87868 13 10.5858 13 12 13C13.4142 13 14.1213 13 14.5607 13.4393C15 13.8787 15 14.5858 15 16V22H9V16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6911 2.57767L13.395 3.99715C13.491 4.19475 13.7469 4.38428 13.9629 4.42057L15.2388 4.6343C16.0547 4.77141 16.2467 5.36824 15.6587 5.957L14.6668 6.95709C14.4989 7.12646 14.4069 7.4531 14.4589 7.68699L14.7428 8.925C14.9668 9.90492 14.4509 10.284 13.591 9.77185L12.3951 9.05808C12.1791 8.92903 11.8232 8.92903 11.6032 9.05808L10.4073 9.77185C9.5514 10.284 9.03146 9.90089 9.25543 8.925L9.5394 7.68699C9.5914 7.4531 9.49941 7.12646 9.33143 6.95709L8.33954 5.957C7.7556 5.36824 7.94358 4.77141 8.75949 4.6343L10.0353 4.42057C10.2473 4.38428 10.5033 4.19475 10.5993 3.99715L11.3032 2.57767C11.6872 1.80744 12.3111 1.80744 12.6911 2.57767Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-all-bookmark{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 17.9808V12.7075C3 9.07416 3 7.25748 4.09835 6.12874C5.1967 5 6.96447 5 10.5 5C14.0355 5 15.8033 5 16.9017 6.12874C18 7.25748 18 9.07416 18 12.7075V17.9808C18 20.2867 18 21.4396 17.2755 21.8523C15.8724 22.6514 13.2405 19.9852 11.9906 19.1824C11.2657 18.7168 10.9033 18.484 10.5 18.484C10.0967 18.484 9.73425 18.7168 9.00938 19.1824C7.7595 19.9852 5.12763 22.6514 3.72454 21.8523C3 21.4396 3 20.2867 3 17.9808Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2H11C15.714 2 18.0711 2 19.5355 3.46447C21 4.92893 21 7.28595 21 12V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 17.9808V12.7075C3 9.07416 3 7.25748 4.09835 6.12874C5.1967 5 6.96447 5 10.5 5C14.0355 5 15.8033 5 16.9017 6.12874C18 7.25748 18 9.07416 18 12.7075V17.9808C18 20.2867 18 21.4396 17.2755 21.8523C15.8724 22.6514 13.2405 19.9852 11.9906 19.1824C11.2657 18.7168 10.9033 18.484 10.5 18.484C10.0967 18.484 9.73425 18.7168 9.00938 19.1824C7.7595 19.9852 5.12763 22.6514 3.72454 21.8523C3 21.4396 3 20.2867 3 17.9808Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2H11C15.714 2 18.0711 2 19.5355 3.46447C21 4.92893 21 7.28595 21 12V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-bookmark-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 17.9808V9.70753C4 6.07416 4 4.25748 5.17157 3.12874C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.12874C20 4.25748 20 6.07416 20 9.70753V17.9808C20 20.2867 20 21.4396 19.2272 21.8523C17.7305 22.6514 14.9232 19.9852 13.59 19.1824C12.8168 18.7168 12.4302 18.484 12 18.484C11.5698 18.484 11.1832 18.7168 10.41 19.1824C9.0768 19.9852 6.26947 22.6514 4.77285 21.8523C4 21.4396 4 20.2867 4 17.9808Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 7H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 17.9808V9.70753C4 6.07416 4 4.25748 5.17157 3.12874C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.12874C20 4.25748 20 6.07416 20 9.70753V17.9808C20 20.2867 20 21.4396 19.2272 21.8523C17.7305 22.6514 14.9232 19.9852 13.59 19.1824C12.8168 18.7168 12.4302 18.484 12 18.484C11.5698 18.484 11.1832 18.7168 10.41 19.1824C9.0768 19.9852 6.26947 22.6514 4.77285 21.8523C4 21.4396 4 20.2867 4 17.9808Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 7H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-bookmark-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 17.9808V9.70753C4 6.07416 4 4.25748 5.17157 3.12874C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.12874C20 4.25748 20 6.07416 20 9.70753V17.9808C20 20.2867 20 21.4396 19.2272 21.8523C17.7305 22.6514 14.9232 19.9852 13.59 19.1824C12.8168 18.7168 12.4302 18.484 12 18.484C11.5698 18.484 11.1832 18.7168 10.41 19.1824C9.0768 19.9852 6.26947 22.6514 4.77285 21.8523C4 21.4396 4 20.2867 4 17.9808Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 17.9808V9.70753C4 6.07416 4 4.25748 5.17157 3.12874C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.12874C20 4.25748 20 6.07416 20 9.70753V17.9808C20 20.2867 20 21.4396 19.2272 21.8523C17.7305 22.6514 14.9232 19.9852 13.59 19.1824C12.8168 18.7168 12.4302 18.484 12 18.484C11.5698 18.484 11.1832 18.7168 10.41 19.1824C9.0768 19.9852 6.26947 22.6514 4.77285 21.8523C4 21.4396 4 20.2867 4 17.9808Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-bookmark-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C7.75736 22 5.63604 22 4.31802 20.5355C3 19.0711 3 16.714 3 12C3 7.28596 3 4.92893 4.31802 3.46447C5.63604 2 7.75736 2 12 2C16.2426 2 18.364 2 19.682 3.46447C21 4.92893 21 7.28595 21 12C21 16.714 21 19.0711 19.682 20.5355C18.364 22 16.2426 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2.5V9.82621C8 11.0733 8 11.6969 8.38642 11.9201C9.13473 12.3523 10.5384 10.9103 11.205 10.4761C11.5916 10.2243 11.7849 10.0984 12 10.0984C12.2151 10.0984 12.4084 10.2243 12.795 10.4761C13.4616 10.9103 14.8653 12.3523 15.6136 11.9201C16 11.6969 16 11.0733 16 9.82621V2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C7.75736 22 5.63604 22 4.31802 20.5355C3 19.0711 3 16.714 3 12C3 7.28596 3 4.92893 4.31802 3.46447C5.63604 2 7.75736 2 12 2C16.2426 2 18.364 2 19.682 3.46447C21 4.92893 21 7.28595 21 12C21 16.714 21 19.0711 19.682 20.5355C18.364 22 16.2426 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2.5V9.82621C8 11.0733 8 11.6969 8.38642 11.9201C9.13473 12.3523 10.5384 10.9103 11.205 10.4761C11.5916 10.2243 11.7849 10.0984 12 10.0984C12.2151 10.0984 12.4084 10.2243 12.795 10.4761C13.4616 10.9103 14.8653 12.3523 15.6136 11.9201C16 11.6969 16 11.0733 16 9.82621V2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-bookmark-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2C7.22876 2 5.34315 2 4.17157 3.12874C3 4.25748 3 6.07416 3 9.70753V17.9808C3 20.2867 3 21.4396 3.77285 21.8523C5.26947 22.6514 8.0768 19.9852 9.41 19.1824C10.1832 18.7168 10.5698 18.484 11 18.484C11.4302 18.484 11.8168 18.7168 12.59 19.1824C13.9232 19.9852 16.7305 22.6514 18.2272 21.8523C19 21.4396 19 20.2867 19 17.9808V12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 7H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10L17 2M13 6H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2C7.22876 2 5.34315 2 4.17157 3.12874C3 4.25748 3 6.07416 3 9.70753V17.9808C3 20.2867 3 21.4396 3.77285 21.8523C5.26947 22.6514 8.0768 19.9852 9.41 19.1824C10.1832 18.7168 10.5698 18.484 11 18.484C11.4302 18.484 11.8168 18.7168 12.59 19.1824C13.9232 19.9852 16.7305 22.6514 18.2272 21.8523C19 21.4396 19 20.2867 19 17.9808V12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 7H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10L17 2M13 6H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-bookmark-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2C7.22876 2 5.34315 2 4.17157 3.12874C3 4.25748 3 6.07416 3 9.70753V17.9808C3 20.2867 3 21.4396 3.77285 21.8523C5.26947 22.6514 8.0768 19.9852 9.41 19.1824C10.1832 18.7168 10.5698 18.484 11 18.484C11.4302 18.484 11.8168 18.7168 12.59 19.1824C13.9232 19.9852 16.7305 22.6514 18.2272 21.8523C19 21.4396 19 20.2867 19 17.9808V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10L17 2M13 6H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2C7.22876 2 5.34315 2 4.17157 3.12874C3 4.25748 3 6.07416 3 9.70753V17.9808C3 20.2867 3 21.4396 3.77285 21.8523C5.26947 22.6514 8.0768 19.9852 9.41 19.1824C10.1832 18.7168 10.5698 18.484 11 18.484C11.4302 18.484 11.8168 18.7168 12.59 19.1824C13.9232 19.9852 16.7305 22.6514 18.2272 21.8523C19 21.4396 19 20.2867 19 17.9808V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10L17 2M13 6H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-bookmark-block-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1667 7.83333L18.8333 3.16667M20 5.5C20 7.433 18.433 9 16.5 9C14.567 9 13 7.433 13 5.5C13 3.567 14.567 2 16.5 2C18.433 2 20 3.567 20 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11.5V17.9808C19 20.2867 19 21.4396 18.2272 21.8523C16.7305 22.6514 13.9232 19.9852 12.59 19.1824C11.8168 18.7168 11.4302 18.484 11 18.484C10.5698 18.484 10.1832 18.7168 9.41 19.1824C8.0768 19.9852 5.26947 22.6514 3.77285 21.8523C3 21.4396 3 20.2867 3 17.9808V9.70753C3 6.07416 3 4.25748 4.17157 3.12874C5.29018 2.05103 7.05974 2.00231 10.5 2.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 7H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1667 7.83333L18.8333 3.16667M20 5.5C20 7.433 18.433 9 16.5 9C14.567 9 13 7.433 13 5.5C13 3.567 14.567 2 16.5 2C18.433 2 20 3.567 20 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11.5V17.9808C19 20.2867 19 21.4396 18.2272 21.8523C16.7305 22.6514 13.9232 19.9852 12.59 19.1824C11.8168 18.7168 11.4302 18.484 11 18.484C10.5698 18.484 10.1832 18.7168 9.41 19.1824C8.0768 19.9852 5.26947 22.6514 3.77285 21.8523C3 21.4396 3 20.2867 3 17.9808V9.70753C3 6.07416 3 4.25748 4.17157 3.12874C5.29018 2.05103 7.05974 2.00231 10.5 2.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 7H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-bookmark-block-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 12.5001V17.9809C19 20.2868 19 21.4397 18.2272 21.8524C16.7305 22.6515 13.9232 19.9853 12.59 19.1825C11.8168 18.7169 11.4302 18.4841 11 18.4841C10.5698 18.4841 10.1832 18.7169 9.41 19.1825C8.0768 19.9853 5.26947 22.6515 3.77285 21.8524C3 21.4397 3 20.2868 3 17.9809V9.70761C3 6.07425 3 4.25756 4.17157 3.12882C5.23467 2.10459 6.8857 2.00976 10 2.00098%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2 3.2L18.8 8.8M20 6C20 3.79086 18.2091 2 16 2C13.7909 2 12 3.79086 12 6C12 8.20914 13.7909 10 16 10C18.2091 10 20 8.20914 20 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 12.5001V17.9809C19 20.2868 19 21.4397 18.2272 21.8524C16.7305 22.6515 13.9232 19.9853 12.59 19.1825C11.8168 18.7169 11.4302 18.4841 11 18.4841C10.5698 18.4841 10.1832 18.7169 9.41 19.1825C8.0768 19.9853 5.26947 22.6515 3.77285 21.8524C3 21.4397 3 20.2868 3 17.9809V9.70761C3 6.07425 3 4.25756 4.17157 3.12882C5.23467 2.10459 6.8857 2.00976 10 2.00098%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2 3.2L18.8 8.8M20 6C20 3.79086 18.2091 2 16 2C13.7909 2 12 3.79086 12 6C12 8.20914 13.7909 10 16 10C18.2091 10 20 8.20914 20 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-bookmark-check-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 17.9808V9.70753C4 6.07416 4 4.25748 5.17157 3.12874C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.12874C20 4.25748 20 6.07416 20 9.70753V17.9808C20 20.2867 20 21.4396 19.2272 21.8523C17.7305 22.6514 14.9232 19.9852 13.59 19.1824C12.8168 18.7168 12.4302 18.484 12 18.484C11.5698 18.484 11.1832 18.7168 10.41 19.1824C9.0768 19.9852 6.26947 22.6514 4.77285 21.8523C4 21.4396 4 20.2867 4 17.9808Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13.7143C10 13.7143 11 14.2357 11.5 15C11.5 15 13 12 15 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 7H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 17.9808V9.70753C4 6.07416 4 4.25748 5.17157 3.12874C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.12874C20 4.25748 20 6.07416 20 9.70753V17.9808C20 20.2867 20 21.4396 19.2272 21.8523C17.7305 22.6514 14.9232 19.9852 13.59 19.1824C12.8168 18.7168 12.4302 18.484 12 18.484C11.5698 18.484 11.1832 18.7168 10.41 19.1824C9.0768 19.9852 6.26947 22.6514 4.77285 21.8523C4 21.4396 4 20.2867 4 17.9808Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13.7143C10 13.7143 11 14.2357 11.5 15C11.5 15 13 12 15 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 7H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-bookmark-check-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 17.9808V9.70753C4 6.07416 4 4.25748 5.17157 3.12874C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.12874C20 4.25748 20 6.07416 20 9.70753V17.9808C20 20.2867 20 21.4396 19.2272 21.8523C17.7305 22.6514 14.9232 19.9852 13.59 19.1824C12.8168 18.7168 12.4302 18.484 12 18.484C11.5698 18.484 11.1832 18.7168 10.41 19.1824C9.0768 19.9852 6.26947 22.6514 4.77285 21.8523C4 21.4396 4 20.2867 4 17.9808Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 11.3333C9 11.3333 9.875 11.3333 10.75 13C10.75 13 13.5294 8.83333 16 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 17.9808V9.70753C4 6.07416 4 4.25748 5.17157 3.12874C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.12874C20 4.25748 20 6.07416 20 9.70753V17.9808C20 20.2867 20 21.4396 19.2272 21.8523C17.7305 22.6514 14.9232 19.9852 13.59 19.1824C12.8168 18.7168 12.4302 18.484 12 18.484C11.5698 18.484 11.1832 18.7168 10.41 19.1824C9.0768 19.9852 6.26947 22.6514 4.77285 21.8523C4 21.4396 4 20.2867 4 17.9808Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 11.3333C9 11.3333 9.875 11.3333 10.75 13C10.75 13 13.5294 8.83333 16 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-bookmark-minus-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2C7.22876 2 5.34315 2 4.17157 3.12874C3 4.25748 3 6.07416 3 9.70753V17.9808C3 20.2867 3 21.4396 3.77285 21.8523C5.26947 22.6514 8.0768 19.9852 9.41 19.1824C10.1832 18.7168 10.5698 18.484 11 18.484C11.4302 18.484 11.8168 18.7168 12.59 19.1824C13.9232 19.9852 16.7305 22.6514 18.2272 21.8523C19 21.4396 19 20.2867 19 17.9808V12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 7H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2C7.22876 2 5.34315 2 4.17157 3.12874C3 4.25748 3 6.07416 3 9.70753V17.9808C3 20.2867 3 21.4396 3.77285 21.8523C5.26947 22.6514 8.0768 19.9852 9.41 19.1824C10.1832 18.7168 10.5698 18.484 11 18.484C11.4302 18.484 11.8168 18.7168 12.59 19.1824C13.9232 19.9852 16.7305 22.6514 18.2272 21.8523C19 21.4396 19 20.2867 19 17.9808V12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 7H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-bookmark-minus-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2C7.22876 2 5.34315 2 4.17157 3.12874C3 4.25748 3 6.07416 3 9.70753V17.9808C3 20.2867 3 21.4396 3.77285 21.8523C5.26947 22.6514 8.0768 19.9852 9.41 19.1824C10.1832 18.7168 10.5698 18.484 11 18.484C11.4302 18.484 11.8168 18.7168 12.59 19.1824C13.9232 19.9852 16.7305 22.6514 18.2272 21.8523C19 21.4396 19 20.2867 19 17.9808V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2C7.22876 2 5.34315 2 4.17157 3.12874C3 4.25748 3 6.07416 3 9.70753V17.9808C3 20.2867 3 21.4396 3.77285 21.8523C5.26947 22.6514 8.0768 19.9852 9.41 19.1824C10.1832 18.7168 10.5698 18.484 11 18.484C11.4302 18.484 11.8168 18.7168 12.59 19.1824C13.9232 19.9852 16.7305 22.6514 18.2272 21.8523C19 21.4396 19 20.2867 19 17.9808V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-bookmark-off-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 19.9429C19.9381 20.9761 19.7617 21.5725 19.259 21.8481C17.7592 22.6701 14.946 19.9276 13.61 19.1019C12.8352 18.623 12.4478 18.3836 12.0167 18.3836C11.5856 18.3836 11.1982 18.623 10.4234 19.1019C9.08741 19.9276 6.27421 22.6701 4.77446 21.8481C4 21.4236 4 20.2377 4 17.866V9.35632C4 7.18055 4 5.63815 4.23168 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 16V9.70753C20 6.07416 20 4.25748 18.8284 3.12874C17.6569 2 15.7712 2 12 2C9.39647 2 7.69163 2 6.5 2.37139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7L19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 19.9429C19.9381 20.9761 19.7617 21.5725 19.259 21.8481C17.7592 22.6701 14.946 19.9276 13.61 19.1019C12.8352 18.623 12.4478 18.3836 12.0167 18.3836C11.5856 18.3836 11.1982 18.623 10.4234 19.1019C9.08741 19.9276 6.27421 22.6701 4.77446 21.8481C4 21.4236 4 20.2377 4 17.866V9.35632C4 7.18055 4 5.63815 4.23168 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 16V9.70753C20 6.07416 20 4.25748 18.8284 3.12874C17.6569 2 15.7712 2 12 2C9.39647 2 7.69163 2 6.5 2.37139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7L19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-bookmark-off-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 19.9429C19.9381 20.9761 19.7617 21.5725 19.259 21.8481C17.7592 22.6701 14.946 19.9276 13.61 19.1019C12.8352 18.623 12.4478 18.3836 12.0167 18.3836C11.5856 18.3836 11.1982 18.623 10.4234 19.1019C9.08741 19.9276 6.27421 22.6701 4.77446 21.8481C4 21.4236 4 20.2377 4 17.866V9.35632C4 7.18055 4 5.63815 4.23168 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 16V9.70753C20 6.07416 20 4.25748 18.8284 3.12874C17.6569 2 15.7712 2 12 2C9.39647 2 7.69163 2 6.5 2.37139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 19.9429C19.9381 20.9761 19.7617 21.5725 19.259 21.8481C17.7592 22.6701 14.946 19.9276 13.61 19.1019C12.8352 18.623 12.4478 18.3836 12.0167 18.3836C11.5856 18.3836 11.1982 18.623 10.4234 19.1019C9.08741 19.9276 6.27421 22.6701 4.77446 21.8481C4 21.4236 4 20.2377 4 17.866V9.35632C4 7.18055 4 5.63815 4.23168 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 16V9.70753C20 6.07416 20 4.25748 18.8284 3.12874C17.6569 2 15.7712 2 12 2C9.39647 2 7.69163 2 6.5 2.37139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-bookmark-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2C7.22876 2 5.34315 2 4.17157 3.12874C3 4.25748 3 6.07416 3 9.70753V17.9808C3 20.2867 3 21.4396 3.77285 21.8523C5.26947 22.6514 8.0768 19.9852 9.41 19.1824C10.1832 18.7168 10.5698 18.484 11 18.484C11.4302 18.484 11.8168 18.7168 12.59 19.1824C13.9232 19.9852 16.7305 22.6514 18.2272 21.8523C19 21.4396 19 20.2867 19 17.9808V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 7H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 2L14 8.99954M21 9L14 2.00046%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2C7.22876 2 5.34315 2 4.17157 3.12874C3 4.25748 3 6.07416 3 9.70753V17.9808C3 20.2867 3 21.4396 3.77285 21.8523C5.26947 22.6514 8.0768 19.9852 9.41 19.1824C10.1832 18.7168 10.5698 18.484 11 18.484C11.4302 18.484 11.8168 18.7168 12.59 19.1824C13.9232 19.9852 16.7305 22.6514 18.2272 21.8523C19 21.4396 19 20.2867 19 17.9808V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 7H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 2L14 8.99954M21 9L14 2.00046%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-bookmark-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2C7.22876 2 5.34315 2 4.17157 3.12874C3 4.25748 3 6.07416 3 9.70753V17.9808C3 20.2867 3 21.4396 3.77285 21.8523C5.26947 22.6514 8.0768 19.9852 9.41 19.1824C10.1832 18.7168 10.5698 18.484 11 18.484C11.4302 18.484 11.8168 18.7168 12.59 19.1824C13.9232 19.9852 16.7305 22.6514 18.2272 21.8523C19 21.4396 19 20.2867 19 17.9808V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 2L14 8.99954M21 9L14 2.00046%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2C7.22876 2 5.34315 2 4.17157 3.12874C3 4.25748 3 6.07416 3 9.70753V17.9808C3 20.2867 3 21.4396 3.77285 21.8523C5.26947 22.6514 8.0768 19.9852 9.41 19.1824C10.1832 18.7168 10.5698 18.484 11 18.484C11.4302 18.484 11.8168 18.7168 12.59 19.1824C13.9232 19.9852 16.7305 22.6514 18.2272 21.8523C19 21.4396 19 20.2867 19 17.9808V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 2L14 8.99954M21 9L14 2.00046%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-collections-bookmark{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9017 6.12874C18 7.25748 18 9.07416 18 12.7075V14.2925C18 17.9258 18 19.7425 16.9017 20.8713C15.8033 22 14.0355 22 10.5 22C6.96447 22 5.1967 22 4.09835 20.8713C3 19.7425 3 17.9258 3 14.2925V12.7075C3 9.07416 3 7.25748 4.09835 6.12874C5.1967 5 6.96447 5 10.5 5C14.0355 5 15.8033 5 16.9017 6.12874Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 5.5V10.3693C7.5 11.3046 7.5 11.7722 7.78982 11.9396C8.35105 12.2638 9.4038 11.1823 9.90375 10.8567C10.1937 10.6678 10.3387 10.5734 10.5 10.5734C10.6613 10.5734 10.8063 10.6678 11.0962 10.8567C11.5962 11.1823 12.6489 12.2638 13.2102 11.9396C13.5 11.7722 13.5 11.3046 13.5 10.3693V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2H11C15.714 2 18.0711 2 19.5355 3.46447C21 4.92893 21 7.28595 21 12V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9017 6.12874C18 7.25748 18 9.07416 18 12.7075V14.2925C18 17.9258 18 19.7425 16.9017 20.8713C15.8033 22 14.0355 22 10.5 22C6.96447 22 5.1967 22 4.09835 20.8713C3 19.7425 3 17.9258 3 14.2925V12.7075C3 9.07416 3 7.25748 4.09835 6.12874C5.1967 5 6.96447 5 10.5 5C14.0355 5 15.8033 5 16.9017 6.12874Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 5.5V10.3693C7.5 11.3046 7.5 11.7722 7.78982 11.9396C8.35105 12.2638 9.4038 11.1823 9.90375 10.8567C10.1937 10.6678 10.3387 10.5734 10.5 10.5734C10.6613 10.5734 10.8063 10.6678 11.0962 10.8567C11.5962 11.1823 12.6489 12.2638 13.2102 11.9396C13.5 11.7722 13.5 11.3046 13.5 10.3693V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2H11C15.714 2 18.0711 2 19.5355 3.46447C21 4.92893 21 7.28595 21 12V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-favourite-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.26872 8.49708C9.60954 7.67461 10.7798 8.00606 11.4828 8.53401C11.7711 8.75048 11.9152 8.85871 12 8.85871C12.0848 8.85871 12.2289 8.75048 12.5172 8.53401C13.2202 8.00606 14.3905 7.67461 15.7313 8.49708C17.491 9.57647 17.8891 13.1374 13.8302 16.1417C13.0571 16.7139 12.6706 17 12 17C11.3294 17 10.9429 16.7139 10.1698 16.1417C6.11086 13.1374 6.50903 9.57647 8.26872 8.49708Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.26872 8.49708C9.60954 7.67461 10.7798 8.00606 11.4828 8.53401C11.7711 8.75048 11.9152 8.85871 12 8.85871C12.0848 8.85871 12.2289 8.75048 12.5172 8.53401C13.2202 8.00606 14.3905 7.67461 15.7313 8.49708C17.491 9.57647 17.8891 13.1374 13.8302 16.1417C13.0571 16.7139 12.6706 17 12 17C11.3294 17 10.9429 16.7139 10.1698 16.1417C6.11086 13.1374 6.50903 9.57647 8.26872 8.49708Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-favourite-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.76872 7.49708C9.10954 6.67461 10.2798 7.00606 10.9828 7.53401C11.2711 7.75048 11.4152 7.85871 11.5 7.85871C11.5848 7.85871 11.7289 7.75048 12.0172 7.53401C12.7202 7.00606 13.8905 6.67461 15.2313 7.49708C16.991 8.57647 17.3891 12.1374 13.3302 15.1417C12.5571 15.7139 12.1706 16 11.5 16C10.8294 16 10.4429 15.7139 9.66976 15.1417C5.61086 12.1374 6.00903 8.57647 7.76872 7.49708Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11.5C2 7.02166 2 4.78249 3.39124 3.39124C4.78249 2 7.02166 2 11.5 2C15.9783 2 18.2175 2 19.6088 3.39124C21 4.78249 21 7.02166 21 11.5C21 15.9783 21 18.2175 19.6088 19.6088C18.2175 21 15.9783 21 11.5 21C7.02166 21 4.78249 21 3.39124 19.6088C2 18.2175 2 15.9783 2 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.76872 7.49708C9.10954 6.67461 10.2798 7.00606 10.9828 7.53401C11.2711 7.75048 11.4152 7.85871 11.5 7.85871C11.5848 7.85871 11.7289 7.75048 12.0172 7.53401C12.7202 7.00606 13.8905 6.67461 15.2313 7.49708C16.991 8.57647 17.3891 12.1374 13.3302 15.1417C12.5571 15.7139 12.1706 16 11.5 16C10.8294 16 10.4429 15.7139 9.66976 15.1417C5.61086 12.1374 6.00903 8.57647 7.76872 7.49708Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11.5C2 7.02166 2 4.78249 3.39124 3.39124C4.78249 2 7.02166 2 11.5 2C15.9783 2 18.2175 2 19.6088 3.39124C21 4.78249 21 7.02166 21 11.5C21 15.9783 21 18.2175 19.6088 19.6088C18.2175 21 15.9783 21 11.5 21C7.02166 21 4.78249 21 3.39124 19.6088C2 18.2175 2 15.9783 2 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-favourite{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4626 3.99415C16.7809 2.34923 14.4404 3.01211 13.0344 4.06801C12.4578 4.50096 12.1696 4.71743 12 4.71743C11.8304 4.71743 11.5422 4.50096 10.9656 4.06801C9.55962 3.01211 7.21909 2.34923 4.53744 3.99415C1.01807 6.15294 0.221721 13.2749 8.33953 19.2834C9.88572 20.4278 10.6588 21 12 21C13.3412 21 14.1143 20.4278 15.6605 19.2834C23.7783 13.2749 22.9819 6.15294 19.4626 3.99415Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4626 3.99415C16.7809 2.34923 14.4404 3.01211 13.0344 4.06801C12.4578 4.50096 12.1696 4.71743 12 4.71743C11.8304 4.71743 11.5422 4.50096 10.9656 4.06801C9.55962 3.01211 7.21909 2.34923 4.53744 3.99415C1.01807 6.15294 0.221721 13.2749 8.33953 19.2834C9.88572 20.4278 10.6588 21 12 21C13.3412 21 14.1143 20.4278 15.6605 19.2834C23.7783 13.2749 22.9819 6.15294 19.4626 3.99415Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-heart-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21C10.6588 21 9.88572 20.4278 8.33953 19.2834C0.221721 13.2749 1.01807 6.15294 4.53744 3.99415C7.21909 2.34923 9.55962 3.01211 10.9656 4.06801C11.5422 4.50096 11.8304 4.71743 12 4.71743C12.1696 4.71743 12.4578 4.50096 13.0344 4.06801C14.4404 3.01211 16.7809 2.34923 19.4626 3.99415C21.1812 5.04838 22.2505 7.28623 21.9494 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17H22M18 13L18 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21C10.6588 21 9.88572 20.4278 8.33953 19.2834C0.221721 13.2749 1.01807 6.15294 4.53744 3.99415C7.21909 2.34923 9.55962 3.01211 10.9656 4.06801C11.5422 4.50096 11.8304 4.71743 12 4.71743C12.1696 4.71743 12.4578 4.50096 13.0344 4.06801C14.4404 3.01211 16.7809 2.34923 19.4626 3.99415C21.1812 5.04838 22.2505 7.28623 21.9494 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17H22M18 13L18 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-heart-check{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21C10.6588 21 9.88572 20.4278 8.33953 19.2834C0.221721 13.2749 1.01807 6.15294 4.53744 3.99415C7.21909 2.34923 9.55962 3.01211 10.9656 4.06801C11.5422 4.50096 11.8304 4.71743 12 4.71743C12.1696 4.71743 12.4578 4.50096 13.0344 4.06801C14.4404 3.01211 16.7809 2.34923 19.4626 3.99415C21.1812 5.04838 22.2505 7.28623 21.9494 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 18 15 18 16 20C16 20 19.1765 15 22 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21C10.6588 21 9.88572 20.4278 8.33953 19.2834C0.221721 13.2749 1.01807 6.15294 4.53744 3.99415C7.21909 2.34923 9.55962 3.01211 10.9656 4.06801C11.5422 4.50096 11.8304 4.71743 12 4.71743C12.1696 4.71743 12.4578 4.50096 13.0344 4.06801C14.4404 3.01211 16.7809 2.34923 19.4626 3.99415C21.1812 5.04838 22.2505 7.28623 21.9494 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 18 15 18 16 20C16 20 19.1765 15 22 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-heart-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21C10.6588 21 9.88572 20.4278 8.33953 19.2834C0.221721 13.2749 1.01807 6.15294 4.53744 3.99415C7.21909 2.34923 9.55962 3.01211 10.9656 4.06801C11.5422 4.50096 11.8304 4.71743 12 4.71743C12.1696 4.71743 12.4578 4.50096 13.0344 4.06801C14.4404 3.01211 16.7809 2.34923 19.4626 3.99415C21.1812 5.04838 22.2505 7.28623 21.9494 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14L19 17M19 17L22 20M19 17L22 14M19 17L16 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21C10.6588 21 9.88572 20.4278 8.33953 19.2834C0.221721 13.2749 1.01807 6.15294 4.53744 3.99415C7.21909 2.34923 9.55962 3.01211 10.9656 4.06801C11.5422 4.50096 11.8304 4.71743 12 4.71743C12.1696 4.71743 12.4578 4.50096 13.0344 4.06801C14.4404 3.01211 16.7809 2.34923 19.4626 3.99415C21.1812 5.04838 22.2505 7.28623 21.9494 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14L19 17M19 17L22 20M19 17L22 14M19 17L16 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-heartbreak{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 16L13.5 13.5L11.5 11.5L14.5 9L12 5C12 5 12.4578 4.50096 13.0344 4.06801C14.4404 3.01211 16.7809 2.34923 19.4626 3.99415C22.9819 6.15294 23.7783 13.2749 15.6605 19.2834C14.1143 20.4278 13.3412 21 12 21C10.6588 21 9.88572 20.4278 8.33953 19.2834C0.221721 13.2749 1.01807 6.15294 4.53744 3.99415C6.43149 2.83234 8.15537 2.82181 9.5 3.28788%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 16L13.5 13.5L11.5 11.5L14.5 9L12 5C12 5 12.4578 4.50096 13.0344 4.06801C14.4404 3.01211 16.7809 2.34923 19.4626 3.99415C22.9819 6.15294 23.7783 13.2749 15.6605 19.2834C14.1143 20.4278 13.3412 21 12 21C10.6588 21 9.88572 20.4278 8.33953 19.2834C0.221721 13.2749 1.01807 6.15294 4.53744 3.99415C6.43149 2.83234 8.15537 2.82181 9.5 3.28788%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-label-important{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 4H6.23456C3.79424 4 2.57407 4 2.14438 4.76649C2.13129 4.78984 2.11883 4.81353 2.10701 4.83754C1.71893 5.62592 2.41032 6.63129 3.7931 8.64204C4.89612 10.246 5.44763 11.048 5.4611 11.9555C5.46154 11.9852 5.46154 12.0148 5.4611 12.0445C5.44763 12.952 4.89612 13.754 3.7931 15.358C2.41032 17.3687 1.71893 18.3741 2.10701 19.1625C2.11883 19.1865 2.13129 19.2102 2.14438 19.2335C2.57407 20 3.79424 20 6.23456 20H13C14.9628 20 15.9443 20 16.7889 19.5777C17.6334 19.1554 18.2223 18.3703 19.4 16.8C21.1333 14.4889 22 13.3333 22 12C22 10.6667 21.1333 9.51111 19.4 7.2C18.2223 5.62972 17.6334 4.84458 16.7889 4.42229C15.9443 4 14.9628 4 13 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 4H6.23456C3.79424 4 2.57407 4 2.14438 4.76649C2.13129 4.78984 2.11883 4.81353 2.10701 4.83754C1.71893 5.62592 2.41032 6.63129 3.7931 8.64204C4.89612 10.246 5.44763 11.048 5.4611 11.9555C5.46154 11.9852 5.46154 12.0148 5.4611 12.0445C5.44763 12.952 4.89612 13.754 3.7931 15.358C2.41032 17.3687 1.71893 18.3741 2.10701 19.1625C2.11883 19.1865 2.13129 19.2102 2.14438 19.2335C2.57407 20 3.79424 20 6.23456 20H13C14.9628 20 15.9443 20 16.7889 19.5777C17.6334 19.1554 18.2223 18.3703 19.4 16.8C21.1333 14.4889 22 13.3333 22 12C22 10.6667 21.1333 9.51111 19.4 7.2C18.2223 5.62972 17.6334 4.84458 16.7889 4.42229C15.9443 4 14.9628 4 13 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-label{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.22876 2 6.34315 3.17157 5.17157C4.34315 4 6.22876 4 10 4H13C14.9628 4 15.9443 4 16.7889 4.42229C17.6334 4.84458 18.2223 5.62972 19.4 7.2C21.1333 9.51111 22 10.6667 22 12C22 13.3333 21.1333 14.4889 19.4 16.8C18.2223 18.3703 17.6334 19.1554 16.7889 19.5777C15.9443 20 14.9628 20 13 20H10C6.22876 20 4.34315 20 3.17157 18.8284C2 17.6569 2 15.7712 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.22876 2 6.34315 3.17157 5.17157C4.34315 4 6.22876 4 10 4H13C14.9628 4 15.9443 4 16.7889 4.42229C17.6334 4.84458 18.2223 5.62972 19.4 7.2C21.1333 9.51111 22 10.6667 22 12C22 13.3333 21.1333 14.4889 19.4 16.8C18.2223 18.3703 17.6334 19.1554 16.7889 19.5777C15.9443 20 14.9628 20 13 20H10C6.22876 20 4.34315 20 3.17157 18.8284C2 17.6569 2 15.7712 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-stack-star{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.8284 7.06234C18 8.12469 18 9.83451 18 13.2541V14.7459C18 18.1655 18 19.8753 16.8284 20.9377C15.6569 22 13.7712 22 10 22C6.22876 22 4.34315 22 3.17157 20.9377C2 19.8753 2 18.1655 2 14.7459V13.2541C2 9.83451 2 8.12469 3.17157 7.06234C4.34315 6 6.22876 6 10 6C13.7712 6 15.6569 6 16.8284 7.06234Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.06641 6C6.17344 4.61213 6.451 3.71504 7.1708 3.06234C8.34237 2 10.228 2 13.9992 2C17.7705 2 19.6561 2 20.8277 3.06234C21.9992 4.12469 21.9992 5.83451 21.9992 9.25414V10.7459C21.9992 14.1655 21.9992 15.8753 20.8277 16.9377C20.1745 17.5299 19.2993 17.792 17.9992 17.908%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.6911 10.5777L11.395 11.9972C11.491 12.1947 11.7469 12.3843 11.9629 12.4206L13.2388 12.6343C14.0547 12.7714 14.2467 13.3682 13.6587 13.957L12.6668 14.9571C12.4989 15.1265 12.4069 15.4531 12.4589 15.687L12.7428 16.925C12.9668 17.9049 12.4509 18.284 11.591 17.7718L10.3951 17.0581C10.1791 16.929 9.82315 16.929 9.60318 17.0581L8.40731 17.7718C7.5514 18.284 7.03146 17.9009 7.25543 16.925L7.5394 15.687C7.5914 15.4531 7.49941 15.1265 7.33143 14.9571L6.33954 13.957C5.7556 13.3682 5.94358 12.7714 6.75949 12.6343L8.03535 12.4206C8.24732 12.3843 8.5033 12.1947 8.59929 11.9972L9.30321 10.5777C9.68717 9.80744 10.3111 9.80744 10.6911 10.5777Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.8284 7.06234C18 8.12469 18 9.83451 18 13.2541V14.7459C18 18.1655 18 19.8753 16.8284 20.9377C15.6569 22 13.7712 22 10 22C6.22876 22 4.34315 22 3.17157 20.9377C2 19.8753 2 18.1655 2 14.7459V13.2541C2 9.83451 2 8.12469 3.17157 7.06234C4.34315 6 6.22876 6 10 6C13.7712 6 15.6569 6 16.8284 7.06234Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.06641 6C6.17344 4.61213 6.451 3.71504 7.1708 3.06234C8.34237 2 10.228 2 13.9992 2C17.7705 2 19.6561 2 20.8277 3.06234C21.9992 4.12469 21.9992 5.83451 21.9992 9.25414V10.7459C21.9992 14.1655 21.9992 15.8753 20.8277 16.9377C20.1745 17.5299 19.2993 17.792 17.9992 17.908%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.6911 10.5777L11.395 11.9972C11.491 12.1947 11.7469 12.3843 11.9629 12.4206L13.2388 12.6343C14.0547 12.7714 14.2467 13.3682 13.6587 13.957L12.6668 14.9571C12.4989 15.1265 12.4069 15.4531 12.4589 15.687L12.7428 16.925C12.9668 17.9049 12.4509 18.284 11.591 17.7718L10.3951 17.0581C10.1791 16.929 9.82315 16.929 9.60318 17.0581L8.40731 17.7718C7.5514 18.284 7.03146 17.9009 7.25543 16.925L7.5394 15.687C7.5914 15.4531 7.49941 15.1265 7.33143 14.9571L6.33954 13.957C5.7556 13.3682 5.94358 12.7714 6.75949 12.6343L8.03535 12.4206C8.24732 12.3843 8.5033 12.1947 8.59929 11.9972L9.30321 10.5777C9.68717 9.80744 10.3111 9.80744 10.6911 10.5777Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-star-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.8638 7.72209L13.7437 9.49644C13.8637 9.74344 14.1837 9.98035 14.4536 10.0257L16.0485 10.2929C17.0684 10.4643 17.3083 11.2103 16.5734 11.9462L15.3335 13.1964C15.1236 13.4081 15.0086 13.8164 15.0736 14.1087L15.4285 15.6562C15.7085 16.8812 15.0636 17.355 13.9887 16.7148L12.4939 15.8226C12.2239 15.6613 11.7789 15.6613 11.504 15.8226L10.0091 16.7148C8.93925 17.355 8.28932 16.8761 8.56929 15.6562L8.92425 14.1087C8.98925 13.8164 8.87426 13.4081 8.66428 13.1964L7.42442 11.9462C6.6945 11.2103 6.92947 10.4643 7.94936 10.2929L9.54419 10.0257C9.80916 9.98035 10.1291 9.74344 10.2491 9.49644L11.129 7.72209C11.609 6.7593 12.3889 6.7593 12.8638 7.72209Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.8638 7.72209L13.7437 9.49644C13.8637 9.74344 14.1837 9.98035 14.4536 10.0257L16.0485 10.2929C17.0684 10.4643 17.3083 11.2103 16.5734 11.9462L15.3335 13.1964C15.1236 13.4081 15.0086 13.8164 15.0736 14.1087L15.4285 15.6562C15.7085 16.8812 15.0636 17.355 13.9887 16.7148L12.4939 15.8226C12.2239 15.6613 11.7789 15.6613 11.504 15.8226L10.0091 16.7148C8.93925 17.355 8.28932 16.8761 8.56929 15.6562L8.92425 14.1087C8.98925 13.8164 8.87426 13.4081 8.66428 13.1964L7.42442 11.9462C6.6945 11.2103 6.92947 10.4643 7.94936 10.2929L9.54419 10.0257C9.80916 9.98035 10.1291 9.74344 10.2491 9.49644L11.129 7.72209C11.609 6.7593 12.3889 6.7593 12.8638 7.72209Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-star-half{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2L12.0034 19.4032C11.643 19.4025 11.2835 19.4831 11.0123 19.6452L8.02261 21.4296C5.87285 22.71 4.58299 21.7623 5.14293 19.3125L5.85285 16.2175C5.98284 15.6327 5.75286 14.8161 5.33291 14.3927L2.85318 11.8925C1.38335 10.4206 1.86329 8.92853 3.90307 8.58575L7.09271 8.05143C7.63266 7.9607 8.27258 7.48687 8.51256 6.99288L10.2724 3.44418C10.7464 2.48314 11.3725 2.00174 12 2ZM12 2H12.0034M15 20.8437L15.9817 21.4296C18.1215 22.71 19.4214 21.7522 18.8614 19.3125L18.1515 16.2175C18.0215 15.6327 18.2515 14.8161 18.6714 14.3927L21.1512 11.8925C22.611 10.4206 22.1411 8.92853 20.1013 8.58575L16.9116 8.05143C16.3817 7.9607 15.7418 7.48687 15.5018 6.99288L15 5.98101%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2L12.0034 19.4032C11.643 19.4025 11.2835 19.4831 11.0123 19.6452L8.02261 21.4296C5.87285 22.71 4.58299 21.7623 5.14293 19.3125L5.85285 16.2175C5.98284 15.6327 5.75286 14.8161 5.33291 14.3927L2.85318 11.8925C1.38335 10.4206 1.86329 8.92853 3.90307 8.58575L7.09271 8.05143C7.63266 7.9607 8.27258 7.48687 8.51256 6.99288L10.2724 3.44418C10.7464 2.48314 11.3725 2.00174 12 2ZM12 2H12.0034M15 20.8437L15.9817 21.4296C18.1215 22.71 19.4214 21.7522 18.8614 19.3125L18.1515 16.2175C18.0215 15.6327 18.2515 14.8161 18.6714 14.3927L21.1512 11.8925C22.611 10.4206 22.1411 8.92853 20.1013 8.58575L16.9116 8.05143C16.3817 7.9607 15.7418 7.48687 15.5018 6.99288L15 5.98101%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-star-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5038 14.5L21.1477 11.8925C22.616 10.4206 22.1366 8.92853 20.099 8.58575L16.9128 8.05143C16.3734 7.9607 15.7342 7.48687 15.4945 6.99288L13.7366 3.44418C12.7877 1.51861 11.2296 1.51861 10.2707 3.44418L9.5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.29561 8C7.22668 8.0227 7.15848 8.04009 7.09201 8.05146L3.90008 8.58578C1.85885 8.92855 1.38856 10.4206 2.84945 11.8925L5.33095 14.3927C5.7512 14.8162 5.98134 15.6328 5.85126 16.2175L5.14083 19.3125C4.58049 21.7522 5.88128 22.71 8.02257 21.4296L11.0144 19.6452C11.5647 19.3226 12.4553 19.3226 12.9956 19.6452L15.9874 21.4296C18.1387 22.71 19.4295 21.7623 18.8691 19.3125L18.7974 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5038 14.5L21.1477 11.8925C22.616 10.4206 22.1366 8.92853 20.099 8.58575L16.9128 8.05143C16.3734 7.9607 15.7342 7.48687 15.4945 6.99288L13.7366 3.44418C12.7877 1.51861 11.2296 1.51861 10.2707 3.44418L9.5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.29561 8C7.22668 8.0227 7.15848 8.04009 7.09201 8.05146L3.90008 8.58578C1.85885 8.92855 1.38856 10.4206 2.84945 11.8925L5.33095 14.3927C5.7512 14.8162 5.98134 15.6328 5.85126 16.2175L5.14083 19.3125C4.58049 21.7522 5.88128 22.71 8.02257 21.4296L11.0144 19.6452C11.5647 19.3226 12.4553 19.3226 12.9956 19.6452L15.9874 21.4296C18.1387 22.71 19.4295 21.7623 18.8691 19.3125L18.7974 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-star-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 11.5C2 7.02166 2 4.78249 3.39124 3.39124C4.78249 2 7.02166 2 11.5 2C15.9783 2 18.2175 2 19.6088 3.39124C21 4.78249 21 7.02166 21 11.5C21 15.9783 21 18.2175 19.6088 19.6088C18.2175 21 15.9783 21 11.5 21C7.02166 21 4.78249 21 3.39124 19.6088C2 18.2175 2 15.9783 2 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.3638 7.22209L13.2437 8.99644C13.3637 9.24344 13.6837 9.48035 13.9536 9.52572L15.5485 9.79288C16.5684 9.96426 16.8083 10.7103 16.0734 11.4462L14.8335 12.6964C14.6236 12.9081 14.5086 13.3164 14.5736 13.6087L14.9285 15.1562C15.2085 16.3812 14.5636 16.855 13.4887 16.2148L11.9939 15.3226C11.7239 15.1613 11.2789 15.1613 11.004 15.3226L9.50913 16.2148C8.43925 16.855 7.78932 16.3761 8.06929 15.1562L8.42425 13.6087C8.48925 13.3164 8.37426 12.9081 8.16428 12.6964L6.92442 11.4462C6.1945 10.7103 6.42947 9.96426 7.44936 9.79288L9.04419 9.52572C9.30916 9.48035 9.62912 9.24344 9.74911 8.99644L10.629 7.22209C11.109 6.2593 11.8889 6.2593 12.3638 7.22209Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 11.5C2 7.02166 2 4.78249 3.39124 3.39124C4.78249 2 7.02166 2 11.5 2C15.9783 2 18.2175 2 19.6088 3.39124C21 4.78249 21 7.02166 21 11.5C21 15.9783 21 18.2175 19.6088 19.6088C18.2175 21 15.9783 21 11.5 21C7.02166 21 4.78249 21 3.39124 19.6088C2 18.2175 2 15.9783 2 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.3638 7.22209L13.2437 8.99644C13.3637 9.24344 13.6837 9.48035 13.9536 9.52572L15.5485 9.79288C16.5684 9.96426 16.8083 10.7103 16.0734 11.4462L14.8335 12.6964C14.6236 12.9081 14.5086 13.3164 14.5736 13.6087L14.9285 15.1562C15.2085 16.3812 14.5636 16.855 13.4887 16.2148L11.9939 15.3226C11.7239 15.1613 11.2789 15.1613 11.004 15.3226L9.50913 16.2148C8.43925 16.855 7.78932 16.3761 8.06929 15.1562L8.42425 13.6087C8.48925 13.3164 8.37426 12.9081 8.16428 12.6964L6.92442 11.4462C6.1945 10.7103 6.42947 9.96426 7.44936 9.79288L9.04419 9.52572C9.30916 9.48035 9.62912 9.24344 9.74911 8.99644L10.629 7.22209C11.109 6.2593 11.8889 6.2593 12.3638 7.22209Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-star{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.7276 3.44418L15.4874 6.99288C15.7274 7.48687 16.3673 7.9607 16.9073 8.05143L20.0969 8.58575C22.1367 8.92853 22.6167 10.4206 21.1468 11.8925L18.6671 14.3927C18.2471 14.8161 18.0172 15.6327 18.1471 16.2175L18.8571 19.3125C19.417 21.7623 18.1271 22.71 15.9774 21.4296L12.9877 19.6452C12.4478 19.3226 11.5579 19.3226 11.0079 19.6452L8.01827 21.4296C5.8785 22.71 4.57865 21.7522 5.13859 19.3125L5.84851 16.2175C5.97849 15.6327 5.74852 14.8161 5.32856 14.3927L2.84884 11.8925C1.389 10.4206 1.85895 8.92853 3.89872 8.58575L7.08837 8.05143C7.61831 7.9607 8.25824 7.48687 8.49821 6.99288L10.258 3.44418C11.2179 1.51861 12.7777 1.51861 13.7276 3.44418Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.7276 3.44418L15.4874 6.99288C15.7274 7.48687 16.3673 7.9607 16.9073 8.05143L20.0969 8.58575C22.1367 8.92853 22.6167 10.4206 21.1468 11.8925L18.6671 14.3927C18.2471 14.8161 18.0172 15.6327 18.1471 16.2175L18.8571 19.3125C19.417 21.7623 18.1271 22.71 15.9774 21.4296L12.9877 19.6452C12.4478 19.3226 11.5579 19.3226 11.0079 19.6452L8.01827 21.4296C5.8785 22.71 4.57865 21.7522 5.13859 19.3125L5.84851 16.2175C5.97849 15.6327 5.74852 14.8161 5.32856 14.3927L2.84884 11.8925C1.389 10.4206 1.85895 8.92853 3.89872 8.58575L7.08837 8.05143C7.61831 7.9607 8.25824 7.48687 8.49821 6.99288L10.258 3.44418C11.2179 1.51861 12.7777 1.51861 13.7276 3.44418Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-tag-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%221.5%22 cy%3D%221.5%22 r%3D%221.5%22 transform%3D%22matrix(1 0 0 -1 16 8)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.77423 11.1439C1.77108 12.2643 1.7495 13.9546 2.67016 15.1437C4.49711 17.5033 6.49674 19.5029 8.85633 21.3298C10.0454 22.2505 11.7357 22.2289 12.8561 21.2258C15.8979 18.5022 18.6835 15.6559 21.3719 12.5279C21.6377 12.2187 21.8039 11.8397 21.8412 11.4336C22.0062 9.63798 22.3452 4.46467 20.9403 3.05974C19.5353 1.65481 14.362 1.99377 12.5664 2.15876C12.1603 2.19608 11.7813 2.36233 11.472 2.62811C8.34412 5.31646 5.49781 8.10211 2.77423 11.1439Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 14L10 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%221.5%22 cy%3D%221.5%22 r%3D%221.5%22 transform%3D%22matrix(1 0 0 -1 16 8)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.77423 11.1439C1.77108 12.2643 1.7495 13.9546 2.67016 15.1437C4.49711 17.5033 6.49674 19.5029 8.85633 21.3298C10.0454 22.2505 11.7357 22.2289 12.8561 21.2258C15.8979 18.5022 18.6835 15.6559 21.3719 12.5279C21.6377 12.2187 21.8039 11.8397 21.8412 11.4336C22.0062 9.63798 22.3452 4.46467 20.9403 3.05974C19.5353 1.65481 14.362 1.99377 12.5664 2.15876C12.1603 2.19608 11.7813 2.36233 11.472 2.62811C8.34412 5.31646 5.49781 8.10211 2.77423 11.1439Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 14L10 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-tag-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.73552 11.6867C1.78253 12.7511 1.76203 14.3569 2.63665 15.4865C4.37226 17.7281 6.2719 19.6277 8.51351 21.3633C9.64313 22.238 11.2489 22.2175 12.3133 21.2645C15.203 18.6771 17.8494 15.9731 20.4033 13.0016C20.6558 12.7078 20.8137 12.3477 20.8492 11.9619C21.0059 10.2561 21.3279 5.34144 19.9932 4.00675C18.6586 2.67207 13.7439 2.99408 12.0381 3.15083C11.6523 3.18627 11.2922 3.34421 10.9984 3.59671C8.02692 6.15064 5.32291 8.797 2.73552 11.6867Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 14.5L9.5 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 6L22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.73552 11.6867C1.78253 12.7511 1.76203 14.3569 2.63665 15.4865C4.37226 17.7281 6.2719 19.6277 8.51351 21.3633C9.64313 22.238 11.2489 22.2175 12.3133 21.2645C15.203 18.6771 17.8494 15.9731 20.4033 13.0016C20.6558 12.7078 20.8137 12.3477 20.8492 11.9619C21.0059 10.2561 21.3279 5.34144 19.9932 4.00675C18.6586 2.67207 13.7439 2.99408 12.0381 3.15083C11.6523 3.18627 11.2922 3.34421 10.9984 3.59671C8.02692 6.15064 5.32291 8.797 2.73552 11.6867Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 14.5L9.5 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 6L22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-thumbs-down-ellipse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.1525 15.2136L12.975 14.6571C12.8295 14.201 12.7567 13.973 12.8127 13.793C12.8579 13.6473 12.9573 13.5217 13.0927 13.4391C13.26 13.3369 13.5131 13.3369 14.0194 13.3369H14.2887C16.0021 13.3369 16.8588 13.3369 17.2634 12.8447C17.3097 12.7884 17.3508 12.7286 17.3864 12.6659C17.6977 12.1168 17.3438 11.3773 16.636 9.89811C15.9865 8.54072 15.6617 7.86203 15.0587 7.46255C15.0003 7.42387 14.9403 7.3874 14.8789 7.3532C14.244 7 13.4574 7 11.8843 7H11.5431C9.63715 7 8.68419 7 8.09209 7.55681C7.5 8.11363 7.5 9.00981 7.5 10.8022V11.4321C7.5 12.3741 7.5 12.845 7.67223 13.2761C7.84445 13.7071 8.17424 14.0616 8.8338 14.7705L11.5614 17.702C11.6298 17.7755 11.664 17.8123 11.6942 17.8378C11.9757 18.0755 12.4102 18.0488 12.6563 17.7785C12.6826 17.7495 12.7115 17.7089 12.7691 17.6276C12.8592 17.5004 12.9043 17.4369 12.9436 17.3739C13.2952 16.81 13.4016 16.1401 13.2405 15.5042C13.2225 15.4332 13.1992 15.3599 13.1525 15.2136Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.1525 15.2136L12.975 14.6571C12.8295 14.201 12.7567 13.973 12.8127 13.793C12.8579 13.6473 12.9573 13.5217 13.0927 13.4391C13.26 13.3369 13.5131 13.3369 14.0194 13.3369H14.2887C16.0021 13.3369 16.8588 13.3369 17.2634 12.8447C17.3097 12.7884 17.3508 12.7286 17.3864 12.6659C17.6977 12.1168 17.3438 11.3773 16.636 9.89811C15.9865 8.54072 15.6617 7.86203 15.0587 7.46255C15.0003 7.42387 14.9403 7.3874 14.8789 7.3532C14.244 7 13.4574 7 11.8843 7H11.5431C9.63715 7 8.68419 7 8.09209 7.55681C7.5 8.11363 7.5 9.00981 7.5 10.8022V11.4321C7.5 12.3741 7.5 12.845 7.67223 13.2761C7.84445 13.7071 8.17424 14.0616 8.8338 14.7705L11.5614 17.702C11.6298 17.7755 11.664 17.8123 11.6942 17.8378C11.9757 18.0755 12.4102 18.0488 12.6563 17.7785C12.6826 17.7495 12.7115 17.7089 12.7691 17.6276C12.8592 17.5004 12.9043 17.4369 12.9436 17.3739C13.2952 16.81 13.4016 16.1401 13.2405 15.5042C13.2225 15.4332 13.1992 15.3599 13.1525 15.2136Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-thumbs-down-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6525 14.7136L12.475 14.1571C12.3295 13.701 12.2567 13.473 12.3127 13.293C12.3579 13.1473 12.4573 13.0217 12.5927 12.9391C12.76 12.8369 13.0131 12.8369 13.5194 12.8369H13.7887C15.5021 12.8369 16.3588 12.8369 16.7634 12.3447C16.8097 12.2884 16.8508 12.2286 16.8864 12.1659C17.1977 11.6168 16.8438 10.8773 16.136 9.39811C15.4865 8.04072 15.1617 7.36203 14.5587 6.96255C14.5003 6.92387 14.4403 6.8874 14.3789 6.8532C13.744 6.5 12.9574 6.5 11.3843 6.5H11.0431C9.13715 6.5 8.18419 6.5 7.59209 7.05681C7 7.61363 7 8.50981 7 10.3022V10.9321C7 11.8741 7 12.345 7.17223 12.7761C7.34445 13.2071 7.67424 13.5616 8.3338 14.2705L11.0614 17.202C11.1298 17.2755 11.164 17.3123 11.1942 17.3377C11.4757 17.5755 11.9102 17.5488 12.1563 17.2785C12.1826 17.2495 12.2115 17.2089 12.2691 17.1276C12.3592 17.0004 12.4043 16.9369 12.4436 16.8739C12.7952 16.31 12.9016 15.6401 12.7405 15.0042C12.7225 14.9332 12.6992 14.8599 12.6525 14.7136Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6525 14.7136L12.475 14.1571C12.3295 13.701 12.2567 13.473 12.3127 13.293C12.3579 13.1473 12.4573 13.0217 12.5927 12.9391C12.76 12.8369 13.0131 12.8369 13.5194 12.8369H13.7887C15.5021 12.8369 16.3588 12.8369 16.7634 12.3447C16.8097 12.2884 16.8508 12.2286 16.8864 12.1659C17.1977 11.6168 16.8438 10.8773 16.136 9.39811C15.4865 8.04072 15.1617 7.36203 14.5587 6.96255C14.5003 6.92387 14.4403 6.8874 14.3789 6.8532C13.744 6.5 12.9574 6.5 11.3843 6.5H11.0431C9.13715 6.5 8.18419 6.5 7.59209 7.05681C7 7.61363 7 8.50981 7 10.3022V10.9321C7 11.8741 7 12.345 7.17223 12.7761C7.34445 13.2071 7.67424 13.5616 8.3338 14.2705L11.0614 17.202C11.1298 17.2755 11.164 17.3123 11.1942 17.3377C11.4757 17.5755 11.9102 17.5488 12.1563 17.2785C12.1826 17.2495 12.2115 17.2089 12.2691 17.1276C12.3592 17.0004 12.4043 16.9369 12.4436 16.8739C12.7952 16.31 12.9016 15.6401 12.7405 15.0042C12.7225 14.9332 12.6992 14.8599 12.6525 14.7136Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-thumbs-down{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 11C2 12.1046 2.89543 13 4 13C5.65685 13 7 11.6569 7 10V6C7 4.34315 5.65685 3 4 3C2.89543 3 2 3.89543 2 5V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4787 15.6937L15.2124 14.8337C14.9942 14.1289 14.8851 13.7765 14.969 13.4982C15.0369 13.2731 15.1859 13.079 15.389 12.9513C15.64 12.7935 16.0197 12.7935 16.7791 12.7935H17.1831C19.7532 12.7935 21.0382 12.7935 21.6452 12.0327C21.7145 11.9458 21.7762 11.8533 21.8296 11.7563C22.2965 10.9079 21.7657 9.76487 20.704 7.4789C19.7297 5.38111 19.2425 4.33222 18.338 3.71485C18.2505 3.65508 18.1605 3.5987 18.0683 3.54586C17.116 3 15.9362 3 13.5764 3H13.0646C10.2057 3 8.77628 3 7.88814 3.86053C7 4.72106 7 6.10607 7 8.87607V9.84966C7 11.3054 7 12.0332 7.25834 12.6994C7.51668 13.3656 8.01135 13.9134 9.00069 15.0089L13.0921 19.5394C13.1947 19.6531 13.246 19.7099 13.2913 19.7493C13.7135 20.1167 14.3652 20.0754 14.7344 19.6577C14.774 19.6129 14.8172 19.5501 14.9036 19.4245C15.0388 19.228 15.1064 19.1297 15.1654 19.0323C15.6928 18.1609 15.8524 17.1256 15.6108 16.1429C15.5838 16.0331 15.5488 15.9199 15.4787 15.6937Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 11C2 12.1046 2.89543 13 4 13C5.65685 13 7 11.6569 7 10V6C7 4.34315 5.65685 3 4 3C2.89543 3 2 3.89543 2 5V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4787 15.6937L15.2124 14.8337C14.9942 14.1289 14.8851 13.7765 14.969 13.4982C15.0369 13.2731 15.1859 13.079 15.389 12.9513C15.64 12.7935 16.0197 12.7935 16.7791 12.7935H17.1831C19.7532 12.7935 21.0382 12.7935 21.6452 12.0327C21.7145 11.9458 21.7762 11.8533 21.8296 11.7563C22.2965 10.9079 21.7657 9.76487 20.704 7.4789C19.7297 5.38111 19.2425 4.33222 18.338 3.71485C18.2505 3.65508 18.1605 3.5987 18.0683 3.54586C17.116 3 15.9362 3 13.5764 3H13.0646C10.2057 3 8.77628 3 7.88814 3.86053C7 4.72106 7 6.10607 7 8.87607V9.84966C7 11.3054 7 12.0332 7.25834 12.6994C7.51668 13.3656 8.01135 13.9134 9.00069 15.0089L13.0921 19.5394C13.1947 19.6531 13.246 19.7099 13.2913 19.7493C13.7135 20.1167 14.3652 20.0754 14.7344 19.6577C14.774 19.6129 14.8172 19.5501 14.9036 19.4245C15.0388 19.228 15.1064 19.1297 15.1654 19.0323C15.6928 18.1609 15.8524 17.1256 15.6108 16.1429C15.5838 16.0331 15.5488 15.9199 15.4787 15.6937Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-thumbs-up-down{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.6525 4.7864L7.47496 5.34293C7.32949 5.79895 7.25675 6.02697 7.31268 6.20705C7.35794 6.35273 7.45729 6.47831 7.59267 6.56093C7.76001 6.66306 8.01314 6.66306 8.51941 6.66306H8.78875C10.5021 6.66306 11.3588 6.66306 11.7634 7.15531C11.8097 7.21157 11.8508 7.27139 11.8864 7.33414C12.1977 7.88315 11.8438 8.62273 11.136 10.1019C10.4865 11.4593 10.1617 12.138 9.55868 12.5375C9.50031 12.5761 9.44032 12.6126 9.37886 12.6468C8.74403 13 7.95744 13 6.38427 13H6.04306C4.13715 13 3.18419 13 2.59209 12.4432C2 11.8864 2 10.9902 2 9.19784V8.56787C2 7.62594 2 7.15498 2.17223 6.72392C2.34445 6.29285 2.67424 5.93842 3.3338 5.22955L6.06141 2.29801C6.12982 2.22449 6.16403 2.18772 6.19418 2.16225C6.47569 1.92448 6.91015 1.95124 7.15627 2.22152C7.18264 2.25047 7.21145 2.29112 7.26908 2.37241C7.35922 2.49956 7.40429 2.56314 7.44357 2.62613C7.79522 3.19003 7.90162 3.85988 7.74053 4.4958C7.72254 4.56683 7.69918 4.64006 7.6525 4.7864Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.3475 19.2136L16.525 18.6571C16.6705 18.201 16.7433 17.973 16.6873 17.793C16.6421 17.6473 16.5427 17.5217 16.4073 17.4391C16.24 17.3369 15.9869 17.3369 15.4806 17.3369H15.2113C13.4979 17.3369 12.6412 17.3369 12.2366 16.8447C12.1903 16.7884 12.1492 16.7286 12.1136 16.6659C11.8023 16.1168 12.1562 15.3773 12.864 13.8981C13.5135 12.5407 13.8383 11.862 14.4413 11.4625C14.4997 11.4239 14.5597 11.3874 14.6211 11.3532C15.256 11 16.0426 11 17.6157 11H17.9569C19.8629 11 20.8158 11 21.4079 11.5568C22 12.1136 22 13.0098 22 14.8022V15.4321C22 16.3741 22 16.845 21.8278 17.2761C21.6555 17.7071 21.3258 18.0616 20.6662 18.7705L17.9386 21.702C17.8702 21.7755 17.836 21.8123 17.8058 21.8378C17.5243 22.0755 17.0898 22.0488 16.8437 21.7785C16.8174 21.7495 16.7885 21.7089 16.7309 21.6276C16.6408 21.5004 16.5957 21.4369 16.5564 21.3739C16.2048 20.81 16.0984 20.1401 16.2595 19.5042C16.2775 19.4332 16.3008 19.3599 16.3475 19.2136Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.6525 4.7864L7.47496 5.34293C7.32949 5.79895 7.25675 6.02697 7.31268 6.20705C7.35794 6.35273 7.45729 6.47831 7.59267 6.56093C7.76001 6.66306 8.01314 6.66306 8.51941 6.66306H8.78875C10.5021 6.66306 11.3588 6.66306 11.7634 7.15531C11.8097 7.21157 11.8508 7.27139 11.8864 7.33414C12.1977 7.88315 11.8438 8.62273 11.136 10.1019C10.4865 11.4593 10.1617 12.138 9.55868 12.5375C9.50031 12.5761 9.44032 12.6126 9.37886 12.6468C8.74403 13 7.95744 13 6.38427 13H6.04306C4.13715 13 3.18419 13 2.59209 12.4432C2 11.8864 2 10.9902 2 9.19784V8.56787C2 7.62594 2 7.15498 2.17223 6.72392C2.34445 6.29285 2.67424 5.93842 3.3338 5.22955L6.06141 2.29801C6.12982 2.22449 6.16403 2.18772 6.19418 2.16225C6.47569 1.92448 6.91015 1.95124 7.15627 2.22152C7.18264 2.25047 7.21145 2.29112 7.26908 2.37241C7.35922 2.49956 7.40429 2.56314 7.44357 2.62613C7.79522 3.19003 7.90162 3.85988 7.74053 4.4958C7.72254 4.56683 7.69918 4.64006 7.6525 4.7864Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.3475 19.2136L16.525 18.6571C16.6705 18.201 16.7433 17.973 16.6873 17.793C16.6421 17.6473 16.5427 17.5217 16.4073 17.4391C16.24 17.3369 15.9869 17.3369 15.4806 17.3369H15.2113C13.4979 17.3369 12.6412 17.3369 12.2366 16.8447C12.1903 16.7884 12.1492 16.7286 12.1136 16.6659C11.8023 16.1168 12.1562 15.3773 12.864 13.8981C13.5135 12.5407 13.8383 11.862 14.4413 11.4625C14.4997 11.4239 14.5597 11.3874 14.6211 11.3532C15.256 11 16.0426 11 17.6157 11H17.9569C19.8629 11 20.8158 11 21.4079 11.5568C22 12.1136 22 13.0098 22 14.8022V15.4321C22 16.3741 22 16.845 21.8278 17.2761C21.6555 17.7071 21.3258 18.0616 20.6662 18.7705L17.9386 21.702C17.8702 21.7755 17.836 21.8123 17.8058 21.8378C17.5243 22.0755 17.0898 22.0488 16.8437 21.7785C16.8174 21.7495 16.7885 21.7089 16.7309 21.6276C16.6408 21.5004 16.5957 21.4369 16.5564 21.3739C16.2048 20.81 16.0984 20.1401 16.2595 19.5042C16.2775 19.4332 16.3008 19.3599 16.3475 19.2136Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-thumbs-up-ellipse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.1525 8.7864L12.975 9.34293C12.8295 9.79895 12.7567 10.027 12.8127 10.207C12.8579 10.3527 12.9573 10.4783 13.0927 10.5609C13.26 10.6631 13.5131 10.6631 14.0194 10.6631H14.2887C16.0021 10.6631 16.8588 10.6631 17.2634 11.1553C17.3097 11.2116 17.3508 11.2714 17.3864 11.3341C17.6977 11.8832 17.3438 12.6227 16.636 14.1019C15.9865 15.4593 15.6617 16.138 15.0587 16.5375C15.0003 16.5761 14.9403 16.6126 14.8789 16.6468C14.244 17 13.4574 17 11.8843 17H11.5431C9.63715 17 8.68419 17 8.09209 16.4432C7.5 15.8864 7.5 14.9902 7.5 13.1978V12.5679C7.5 11.6259 7.5 11.155 7.67223 10.7239C7.84445 10.2929 8.17424 9.93842 8.8338 9.22954L11.5614 6.29801C11.6298 6.22449 11.664 6.18772 11.6942 6.16225C11.9757 5.92447 12.4102 5.95124 12.6563 6.22152C12.6826 6.25047 12.7115 6.29112 12.7691 6.37241C12.8592 6.49956 12.9043 6.56314 12.9436 6.62613C13.2952 7.19002 13.4016 7.85988 13.2405 8.4958C13.2225 8.56683 13.1992 8.64006 13.1525 8.7864Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.1525 8.7864L12.975 9.34293C12.8295 9.79895 12.7567 10.027 12.8127 10.207C12.8579 10.3527 12.9573 10.4783 13.0927 10.5609C13.26 10.6631 13.5131 10.6631 14.0194 10.6631H14.2887C16.0021 10.6631 16.8588 10.6631 17.2634 11.1553C17.3097 11.2116 17.3508 11.2714 17.3864 11.3341C17.6977 11.8832 17.3438 12.6227 16.636 14.1019C15.9865 15.4593 15.6617 16.138 15.0587 16.5375C15.0003 16.5761 14.9403 16.6126 14.8789 16.6468C14.244 17 13.4574 17 11.8843 17H11.5431C9.63715 17 8.68419 17 8.09209 16.4432C7.5 15.8864 7.5 14.9902 7.5 13.1978V12.5679C7.5 11.6259 7.5 11.155 7.67223 10.7239C7.84445 10.2929 8.17424 9.93842 8.8338 9.22954L11.5614 6.29801C11.6298 6.22449 11.664 6.18772 11.6942 6.16225C11.9757 5.92447 12.4102 5.95124 12.6563 6.22152C12.6826 6.25047 12.7115 6.29112 12.7691 6.37241C12.8592 6.49956 12.9043 6.56314 12.9436 6.62613C13.2952 7.19002 13.4016 7.85988 13.2405 8.4958C13.2225 8.56683 13.1992 8.64006 13.1525 8.7864Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-thumbs-up-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6525 9.2864L12.475 9.84293C12.3295 10.299 12.2567 10.527 12.3127 10.707C12.3579 10.8527 12.4573 10.9783 12.5927 11.0609C12.76 11.1631 13.0131 11.1631 13.5194 11.1631H13.7887C15.5021 11.1631 16.3588 11.1631 16.7634 11.6553C16.8097 11.7116 16.8508 11.7714 16.8864 11.8341C17.1977 12.3832 16.8438 13.1227 16.136 14.6019C15.4865 15.9593 15.1617 16.638 14.5587 17.0375C14.5003 17.0761 14.4403 17.1126 14.3789 17.1468C13.744 17.5 12.9574 17.5 11.3843 17.5H11.0431C9.13715 17.5 8.18419 17.5 7.59209 16.9432C7 16.3864 7 15.4902 7 13.6978V13.0679C7 12.1259 7 11.655 7.17223 11.2239C7.34445 10.7929 7.67424 10.4384 8.3338 9.72954L11.0614 6.79801C11.1298 6.72449 11.164 6.68772 11.1942 6.66225C11.4757 6.42448 11.9102 6.45124 12.1563 6.72152C12.1826 6.75047 12.2115 6.79112 12.2691 6.87241C12.3592 6.99956 12.4043 7.06314 12.4436 7.12613C12.7952 7.69003 12.9016 8.35988 12.7405 8.9958C12.7225 9.06683 12.6992 9.14006 12.6525 9.2864Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6525 9.2864L12.475 9.84293C12.3295 10.299 12.2567 10.527 12.3127 10.707C12.3579 10.8527 12.4573 10.9783 12.5927 11.0609C12.76 11.1631 13.0131 11.1631 13.5194 11.1631H13.7887C15.5021 11.1631 16.3588 11.1631 16.7634 11.6553C16.8097 11.7116 16.8508 11.7714 16.8864 11.8341C17.1977 12.3832 16.8438 13.1227 16.136 14.6019C15.4865 15.9593 15.1617 16.638 14.5587 17.0375C14.5003 17.0761 14.4403 17.1126 14.3789 17.1468C13.744 17.5 12.9574 17.5 11.3843 17.5H11.0431C9.13715 17.5 8.18419 17.5 7.59209 16.9432C7 16.3864 7 15.4902 7 13.6978V13.0679C7 12.1259 7 11.655 7.17223 11.2239C7.34445 10.7929 7.67424 10.4384 8.3338 9.72954L11.0614 6.79801C11.1298 6.72449 11.164 6.68772 11.1942 6.66225C11.4757 6.42448 11.9102 6.45124 12.1563 6.72152C12.1826 6.75047 12.2115 6.79112 12.2691 6.87241C12.3592 6.99956 12.4043 7.06314 12.4436 7.12613C12.7952 7.69003 12.9016 8.35988 12.7405 8.9958C12.7225 9.06683 12.6992 9.14006 12.6525 9.2864Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-bookmarks-icons-thumbs-up{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 10.8954 2.89543 10 4 10C5.65685 10 7 11.3431 7 13V17C7 18.6569 5.65685 20 4 20C2.89543 20 2 19.1046 2 18V12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4787 7.30626L15.2124 8.16634C14.9942 8.87111 14.8851 9.22349 14.969 9.5018C15.0369 9.72695 15.1859 9.92102 15.389 10.0487C15.64 10.2065 16.0197 10.2065 16.7791 10.2065H17.1831C19.7532 10.2065 21.0382 10.2065 21.6452 10.9673C21.7145 11.0542 21.7762 11.1467 21.8296 11.2437C22.2965 12.0921 21.7657 13.2351 20.704 15.5211C19.7297 17.6189 19.2425 18.6678 18.338 19.2852C18.2505 19.3449 18.1605 19.4013 18.0683 19.4541C17.116 20 15.9362 20 13.5764 20H13.0646C10.2057 20 8.77628 20 7.88814 19.1395C7 18.2789 7 16.8939 7 14.1239V13.1503C7 11.6946 7 10.9668 7.25834 10.3006C7.51668 9.63441 8.01135 9.08664 9.00069 7.99112L13.0921 3.46056C13.1947 3.34694 13.246 3.29012 13.2913 3.25075C13.7135 2.88328 14.3652 2.92464 14.7344 3.34235C14.774 3.3871 14.8172 3.44991 14.9036 3.57554C15.0388 3.77205 15.1064 3.87031 15.1654 3.96765C15.6928 4.83913 15.8524 5.87436 15.6108 6.85715C15.5838 6.96692 15.5488 7.0801 15.4787 7.30626Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 10.8954 2.89543 10 4 10C5.65685 10 7 11.3431 7 13V17C7 18.6569 5.65685 20 4 20C2.89543 20 2 19.1046 2 18V12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4787 7.30626L15.2124 8.16634C14.9942 8.87111 14.8851 9.22349 14.969 9.5018C15.0369 9.72695 15.1859 9.92102 15.389 10.0487C15.64 10.2065 16.0197 10.2065 16.7791 10.2065H17.1831C19.7532 10.2065 21.0382 10.2065 21.6452 10.9673C21.7145 11.0542 21.7762 11.1467 21.8296 11.2437C22.2965 12.0921 21.7657 13.2351 20.704 15.5211C19.7297 17.6189 19.2425 18.6678 18.338 19.2852C18.2505 19.3449 18.1605 19.4013 18.0683 19.4541C17.116 20 15.9362 20 13.5764 20H13.0646C10.2057 20 8.77628 20 7.88814 19.1395C7 18.2789 7 16.8939 7 14.1239V13.1503C7 11.6946 7 10.9668 7.25834 10.3006C7.51668 9.63441 8.01135 9.08664 9.00069 7.99112L13.0921 3.46056C13.1947 3.34694 13.246 3.29012 13.2913 3.25075C13.7135 2.88328 14.3652 2.92464 14.7344 3.34235C14.774 3.3871 14.8172 3.44991 14.9036 3.57554C15.0388 3.77205 15.1064 3.87031 15.1654 3.96765C15.6928 4.83913 15.8524 5.87436 15.6108 6.85715C15.5838 6.96692 15.5488 7.0801 15.4787 7.30626Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-barns{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.36271 6.29576L3.34475 8.60648C3.17301 8.99634 3.08714 9.19127 3.04357 9.39839C3 9.60552 3 9.81883 3 10.2455V19.9823C3 20.9334 3 21.409 3.29289 21.7045C3.58579 22 4.05719 22 5 22H19C19.9428 22 20.4142 22 20.7071 21.7045C21 21.409 21 20.9334 21 19.9823V9.83728C21 9.36311 21 9.12602 20.9465 8.89737C20.893 8.66872 20.7879 8.45666 20.5777 8.03255L19.6553 6.1713C19.3311 5.51715 19.169 5.19007 18.9108 4.94452C18.6527 4.69897 18.3196 4.55492 17.6532 4.26682L13.5757 2.50379C12.7989 2.16793 12.4105 2 12 2C11.5895 2 11.2011 2.16793 10.4243 2.50379L6.44228 4.22552C5.72974 4.53361 5.37347 4.68765 5.10422 4.95569C4.83498 5.22372 4.67755 5.58107 4.36271 6.29576Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22V13M17 13V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 13L17 22M7 22L17 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 13H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10C13.1046 10 14 9.10457 14 8C14 6.89543 13.1046 6 12 6C10.8954 6 10 6.89543 10 8C10 9.10457 10.8954 10 12 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.36271 6.29576L3.34475 8.60648C3.17301 8.99634 3.08714 9.19127 3.04357 9.39839C3 9.60552 3 9.81883 3 10.2455V19.9823C3 20.9334 3 21.409 3.29289 21.7045C3.58579 22 4.05719 22 5 22H19C19.9428 22 20.4142 22 20.7071 21.7045C21 21.409 21 20.9334 21 19.9823V9.83728C21 9.36311 21 9.12602 20.9465 8.89737C20.893 8.66872 20.7879 8.45666 20.5777 8.03255L19.6553 6.1713C19.3311 5.51715 19.169 5.19007 18.9108 4.94452C18.6527 4.69897 18.3196 4.55492 17.6532 4.26682L13.5757 2.50379C12.7989 2.16793 12.4105 2 12 2C11.5895 2 11.2011 2.16793 10.4243 2.50379L6.44228 4.22552C5.72974 4.53361 5.37347 4.68765 5.10422 4.95569C4.83498 5.22372 4.67755 5.58107 4.36271 6.29576Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22V13M17 13V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 13L17 22M7 22L17 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 13H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10C13.1046 10 14 9.10457 14 8C14 6.89543 13.1046 6 12 6C10.8954 6 10 6.89543 10 8C10 9.10457 10.8954 10 12 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-beach{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 15.7501C2 15.7501 3.79534 15 7 15C12 15 16 18 22 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.594 3.22761C9.74838 4.04368 7.89871 6.85224 8.0043 9.87504C8.02623 10.5029 8.03719 10.8168 8.30546 10.9556C8.57373 11.0944 8.85218 10.8977 9.40908 10.5041L10.6506 9.6268C10.8371 9.49503 11.0585 9.43155 11.2815 9.44587L14.1977 9.63321L16.6357 7.91042C16.8222 7.77865 17.0435 7.71517 17.2666 7.7295L18.7879 7.82723C19.4407 7.86916 19.7671 7.89013 19.9291 7.63883C20.0912 7.38753 19.9594 7.11583 19.6959 6.57242C18.3856 3.86989 15.4553 2.40707 12.594 3.22761Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 9.5L16.5 17M12.2857 3L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 15.7501C2 15.7501 3.79534 15 7 15C12 15 16 18 22 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.594 3.22761C9.74838 4.04368 7.89871 6.85224 8.0043 9.87504C8.02623 10.5029 8.03719 10.8168 8.30546 10.9556C8.57373 11.0944 8.85218 10.8977 9.40908 10.5041L10.6506 9.6268C10.8371 9.49503 11.0585 9.43155 11.2815 9.44587L14.1977 9.63321L16.6357 7.91042C16.8222 7.77865 17.0435 7.71517 17.2666 7.7295L18.7879 7.82723C19.4407 7.86916 19.7671 7.89013 19.9291 7.63883C20.0912 7.38753 19.9594 7.11583 19.6959 6.57242C18.3856 3.86989 15.4553 2.40707 12.594 3.22761Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 9.5L16.5 17M12.2857 3L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-berlin-tower{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 9C16 11.2091 14.2091 13 12 13C9.79086 13 8 11.2091 8 9C8 6.79086 9.79086 5 12 5C14.2091 5 16 6.79086 16 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 12.5C9.5 14.5 8 20 7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 12.5C14.5 14.5 16 20 17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 9C16 11.2091 14.2091 13 12 13C9.79086 13 8 11.2091 8 9C8 6.79086 9.79086 5 12 5C14.2091 5 16 6.79086 16 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 12.5C9.5 14.5 8 20 7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 12.5C14.5 14.5 16 20 17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-berlin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5.3H9M15 5.3H22M22 9.7H16.4396C15.3109 9.7 14.7465 9.7 14.4465 9.29739C14.1464 8.89478 14.2571 8.28603 14.4784 7.06855L14.5216 6.83145C14.7429 5.61397 14.8536 5.00522 14.5535 4.60261C14.2535 4.2 13.6891 4.2 12.5604 4.2H11.4396C10.3109 4.2 9.74652 4.2 9.44646 4.60261C9.1464 5.00522 9.25709 5.61397 9.47845 6.83145L9.52155 7.06855C9.74291 8.28603 9.8536 8.89478 9.55354 9.29739C9.25348 9.7 8.68912 9.7 7.56039 9.7H2M13.5 4.2C13.5 3.65 13.7 2.44 14.5 2M10.5 4.2C10.5 3.65 10.3 2.44 9.5 2M3 5.3V22M21 5.3V22M18 9.7V22M15 22V9.7H9V22M6 9.7V22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5.3H9M15 5.3H22M22 9.7H16.4396C15.3109 9.7 14.7465 9.7 14.4465 9.29739C14.1464 8.89478 14.2571 8.28603 14.4784 7.06855L14.5216 6.83145C14.7429 5.61397 14.8536 5.00522 14.5535 4.60261C14.2535 4.2 13.6891 4.2 12.5604 4.2H11.4396C10.3109 4.2 9.74652 4.2 9.44646 4.60261C9.1464 5.00522 9.25709 5.61397 9.47845 6.83145L9.52155 7.06855C9.74291 8.28603 9.8536 8.89478 9.55354 9.29739C9.25348 9.7 8.68912 9.7 7.56039 9.7H2M13.5 4.2C13.5 3.65 13.7 2.44 14.5 2M10.5 4.2C10.5 3.65 10.3 2.44 9.5 2M3 5.3V22M21 5.3V22M18 9.7V22M15 22V9.7H9V22M6 9.7V22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-borobudur{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 9L8.26176 7.62577C8.51935 6.27341 8.84975 6 10.2264 6H13.7736C15.1502 6 15.4806 6.27341 15.7382 7.62578L16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.8377 19H6.16228C4.855 19 4.20136 19 3.66635 19.2728C2.62687 19.8028 2.34358 20.9693 2 22H22C21.6564 20.9693 21.3731 19.8028 20.3337 19.2728C19.7986 19 19.145 19 17.8377 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6L10.8106 2.75746C10.9682 2.12724 11.1312 2 11.7808 2H12.2192C12.8688 2 13.0318 2.12724 13.1894 2.75746L14 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19C4.58059 18.2259 4.93646 16.8525 5.1479 15.3437C5.60299 12.0963 5.83053 10.4725 6.67717 9.73626C7.5238 9 8.92945 9 11.7407 9H12.2593C15.0706 9 16.4762 9 17.3228 9.73626C18.1695 10.4725 18.397 12.0963 18.8521 15.3437C19.0635 16.8525 19.4194 18.2259 20 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 9L8.26176 7.62577C8.51935 6.27341 8.84975 6 10.2264 6H13.7736C15.1502 6 15.4806 6.27341 15.7382 7.62578L16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.8377 19H6.16228C4.855 19 4.20136 19 3.66635 19.2728C2.62687 19.8028 2.34358 20.9693 2 22H22C21.6564 20.9693 21.3731 19.8028 20.3337 19.2728C19.7986 19 19.145 19 17.8377 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6L10.8106 2.75746C10.9682 2.12724 11.1312 2 11.7808 2H12.2192C12.8688 2 13.0318 2.12724 13.1894 2.75746L14 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19C4.58059 18.2259 4.93646 16.8525 5.1479 15.3437C5.60299 12.0963 5.83053 10.4725 6.67717 9.73626C7.5238 9 8.92945 9 11.7407 9H12.2593C15.0706 9 16.4762 9 17.3228 9.73626C18.1695 10.4725 18.397 12.0963 18.8521 15.3437C19.0635 16.8525 19.4194 18.2259 20 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-bridge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 7C3.5 7 5 6.5 6 5C7 6.5 9 9 12 9C15 9 17 6.5 18 5C19 6.5 20.5 7 21 7M6 4V20M2 16H22M18 4V20M10 9V16M14 9V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 7C3.5 7 5 6.5 6 5C7 6.5 9 9 12 9C15 9 17 6.5 18 5C19 6.5 20.5 7 21 7M6 4V20M2 16H22M18 4V20M10 9V16M14 9V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-building-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 22H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9H14M18 13H14M18 17H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 22V3.2C6 2.42385 6.47098 2 7.2 2C8.87221 2 9.70832 2 10.4079 2.1108C14.2589 2.72075 17.2793 5.74106 17.8892 9.59209C18 10.2917 18 11.1278 18 12.8V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 22H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9H14M18 13H14M18 17H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 22V3.2C6 2.42385 6.47098 2 7.2 2C8.87221 2 9.70832 2 10.4079 2.1108C14.2589 2.72075 17.2793 5.74106 17.8892 9.59209C18 10.2917 18 11.1278 18 12.8V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-building-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2H9C5.69067 2 5 2.69067 5 6V22H19V6C19 2.69067 18.3093 2 15 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22V19C15 17.3453 14.6547 17 13 17H11C9.34533 17 9 17.3453 9 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 6H10.5M13.5 9.5H10.5M13.5 13H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2H9C5.69067 2 5 2.69067 5 6V22H19V6C19 2.69067 18.3093 2 15 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22V19C15 17.3453 14.6547 17 13 17H11C9.34533 17 9 17.3453 9 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 6H10.5M13.5 9.5H10.5M13.5 13H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-building-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 10L18.1494 10.6448C19.5226 11.0568 20.2092 11.2628 20.6046 11.7942C21 12.3256 21 13.0425 21 14.4761V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9L11 9M8 13L11 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22V19C12 18.0572 12 17.5858 11.7071 17.2929C11.4142 17 10.9428 17 10 17H9C8.05719 17 7.58579 17 7.29289 17.2929C7 17.5858 7 18.0572 7 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22V6.71724C3 4.20649 3 2.95111 3.79118 2.32824C4.58237 1.70537 5.74742 2.04355 8.07752 2.7199L13.0775 4.17122C14.4836 4.57937 15.1867 4.78344 15.5933 5.33965C16 5.89587 16 6.65344 16 8.16857V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 10L18.1494 10.6448C19.5226 11.0568 20.2092 11.2628 20.6046 11.7942C21 12.3256 21 13.0425 21 14.4761V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9L11 9M8 13L11 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22V19C12 18.0572 12 17.5858 11.7071 17.2929C11.4142 17 10.9428 17 10 17H9C8.05719 17 7.58579 17 7.29289 17.2929C7 17.5858 7 18.0572 7 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22V6.71724C3 4.20649 3 2.95111 3.79118 2.32824C4.58237 1.70537 5.74742 2.04355 8.07752 2.7199L13.0775 4.17122C14.4836 4.57937 15.1867 4.78344 15.5933 5.33965C16 5.89587 16 6.65344 16 8.16857V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-building-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2V14C11 17.3093 10.3093 18 7 18H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12L11 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 16L18.5 16M17.5 19L18.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 5V22H4.279C3.03789 22 2.41734 22 2.13134 21.5746C1.84534 21.1492 2.05611 20.5397 2.47764 19.3207L7.78212 3.98107C8.11324 3.0235 8.27881 2.54472 8.65029 2.27236C9.02177 2 9.50923 2 10.4842 2H11.1272C12.4814 2 13.1586 2 13.5793 2.43934C14 2.87868 14 3.58579 14 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10L17.7897 11.1843C19.8193 11.8185 20.8341 12.1357 21.4171 12.9286C22 13.7215 22 14.7847 22 16.9111V20C22 20.9428 22 21.4142 21.7071 21.7071C21.4142 22 20.9428 22 20 22H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2V14C11 17.3093 10.3093 18 7 18H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12L11 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 16L18.5 16M17.5 19L18.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 5V22H4.279C3.03789 22 2.41734 22 2.13134 21.5746C1.84534 21.1492 2.05611 20.5397 2.47764 19.3207L7.78212 3.98107C8.11324 3.0235 8.27881 2.54472 8.65029 2.27236C9.02177 2 9.50923 2 10.4842 2H11.1272C12.4814 2 13.1586 2 13.5793 2.43934C14 2.87868 14 3.58579 14 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10L17.7897 11.1843C19.8193 11.8185 20.8341 12.1357 21.4171 12.9286C22 13.7215 22 14.7847 22 16.9111V20C22 20.9428 22 21.4142 21.7071 21.7071C21.4142 22 20.9428 22 20 22H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-building-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9H14C11.518 9 11 9.518 11 12V22H21V12C21 9.518 20.482 9 18 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H3V5C3 2.518 3.518 2 6 2H12C14.482 2 15 2.518 15 5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 6H6M3 10H6M3 14H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 13H17M15 16H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 22L16 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9H14C11.518 9 11 9.518 11 12V22H21V12C21 9.518 20.482 9 18 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H3V5C3 2.518 3.518 2 6 2H12C14.482 2 15 2.518 15 5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 6H6M3 10H6M3 14H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 13H17M15 16H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 22L16 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-building-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2H6C3.518 2 3 2.518 3 5V22H15V5C15 2.518 14.482 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8H15V22H21V11C21 8.518 20.482 8 18 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6L10 6M8 9L10 9M8 12L10 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 22V18C11.5 17.0572 11.5 16.5858 11.2071 16.2929C10.9142 16 10.4428 16 9.5 16H8.5C7.55719 16 7.08579 16 6.79289 16.2929C6.5 16.5858 6.5 17.0572 6.5 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2H6C3.518 2 3 2.518 3 5V22H15V5C15 2.518 14.482 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8H15V22H21V11C21 8.518 20.482 8 18 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6L10 6M8 9L10 9M8 12L10 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 22V18C11.5 17.0572 11.5 16.5858 11.2071 16.2929C10.9142 16 10.4428 16 9.5 16H8.5C7.55719 16 7.08579 16 6.79289 16.2929C6.5 16.5858 6.5 17.0572 6.5 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-burj-al-arab{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 4C12.6754 4.96101 17 9.94287 17 15.9442C17 18.1502 16.4156 20.2185 15.3946 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 9H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 13H11M7 17H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 4C12.6754 4.96101 17 9.94287 17 15.9442C17 18.1502 16.4156 20.2185 15.3946 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 9H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 13H11M7 17H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-castle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.1455 22L17.3926 9.9799C17.2509 9.00834 17.1801 8.52256 17.3325 8.07465C17.6506 7.13993 18.6483 6.78378 19.112 5.98145C19.1804 5.86316 19.2145 5.72963 19.2826 5.46257L19.8491 3.24254C19.9951 2.67057 20.0681 2.38459 19.9148 2.19229C19.7616 2 19.4607 2 18.8588 2H17.795C17.1256 2 17.0958 2.01971 16.8472 2.62861L16.3398 3.87139C16.0912 4.48029 16.0615 4.5 15.392 4.5H14.8784C14.1904 4.5 14.0155 4.37251 13.8774 3.69612L13.6953 2.80388C13.5572 2.12749 13.3823 2 12.6943 2H11.3057C10.6177 2 10.4428 2.12749 10.3047 2.80388L10.1226 3.69612C9.98447 4.37251 9.80956 4.5 9.1216 4.5H8.60799C7.93855 4.5 7.90884 4.48029 7.66022 3.87139L7.15277 2.62861C6.90415 2.01971 6.87444 2 6.205 2H5.14116C4.53934 2 4.23843 2 4.08517 2.19229C3.93191 2.38459 4.00489 2.67057 4.15086 3.24254L4.7174 5.46257C4.78555 5.72963 4.81963 5.86316 4.88799 5.98145C5.3517 6.78378 6.34945 7.13992 6.6675 8.07465C6.8199 8.52256 6.74906 9.00834 6.60738 9.9799L4.85455 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22.0005L9.60777 18.9616C9.75132 18.2439 9.8231 17.885 10.0155 17.6197C10.4935 16.9607 11.2612 17.0005 12 17.0005C12.7388 17.0005 13.5065 16.9607 13.9845 17.6197C14.1769 17.885 14.2487 18.2439 14.3922 18.9616L15 22.0005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 11L17 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 13H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.1455 22L17.3926 9.9799C17.2509 9.00834 17.1801 8.52256 17.3325 8.07465C17.6506 7.13993 18.6483 6.78378 19.112 5.98145C19.1804 5.86316 19.2145 5.72963 19.2826 5.46257L19.8491 3.24254C19.9951 2.67057 20.0681 2.38459 19.9148 2.19229C19.7616 2 19.4607 2 18.8588 2H17.795C17.1256 2 17.0958 2.01971 16.8472 2.62861L16.3398 3.87139C16.0912 4.48029 16.0615 4.5 15.392 4.5H14.8784C14.1904 4.5 14.0155 4.37251 13.8774 3.69612L13.6953 2.80388C13.5572 2.12749 13.3823 2 12.6943 2H11.3057C10.6177 2 10.4428 2.12749 10.3047 2.80388L10.1226 3.69612C9.98447 4.37251 9.80956 4.5 9.1216 4.5H8.60799C7.93855 4.5 7.90884 4.48029 7.66022 3.87139L7.15277 2.62861C6.90415 2.01971 6.87444 2 6.205 2H5.14116C4.53934 2 4.23843 2 4.08517 2.19229C3.93191 2.38459 4.00489 2.67057 4.15086 3.24254L4.7174 5.46257C4.78555 5.72963 4.81963 5.86316 4.88799 5.98145C5.3517 6.78378 6.34945 7.13992 6.6675 8.07465C6.8199 8.52256 6.74906 9.00834 6.60738 9.9799L4.85455 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22.0005L9.60777 18.9616C9.75132 18.2439 9.8231 17.885 10.0155 17.6197C10.4935 16.9607 11.2612 17.0005 12 17.0005C12.7388 17.0005 13.5065 16.9607 13.9845 17.6197C14.1769 17.885 14.2487 18.2439 14.3922 18.9616L15 22.0005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 11L17 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 13H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-castle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5C13.491 5.68354 16 4.5 16 2C14.3578 2.62289 13.5105 2.61424 12 2V5ZM12 5V8M9 22L9.60777 18.9611C9.75132 18.2434 9.8231 17.8845 10.0155 17.6192C10.4935 16.9602 11.2612 17 12 17C12.7388 17 13.5065 16.9602 13.9845 17.6192C14.1769 17.8845 14.2487 18.2434 14.3922 18.9611L15 22M11 14H13M6.1178 8.05731C5.95306 8 5.76611 8 5.39223 8C4.84263 8 4.56783 8 4.35334 8.10516C4.17791 8.19116 4.0315 8.32515 3.93171 8.491C3.8097 8.69377 3.79013 8.96317 3.75097 9.50195L3.07621 18.7863C2.9668 20.2917 2.9121 21.0444 3.36478 21.5222C3.81747 22 4.58528 22 6.1209 22H17.8791C19.4147 22 20.1825 22 20.6352 21.5222C21.0879 21.0444 21.0332 20.2917 20.9238 18.7863L20.249 9.50195C20.2095 8.9581 20.199 8.37597 19.6467 8.10516C19.4322 8 19.1574 8 18.6078 8C18.2339 8 18.0469 8 17.8822 8.05731C17.0186 8.35785 16.9923 9.53876 16.4547 10.1527C16.317 10.3097 16.1331 10.4209 15.9284 10.4707C15.6102 10.5481 15.1459 10.5494 14.8302 10.4647C14.6063 10.4046 14.4101 10.2711 14.2741 10.0864C13.8575 9.52095 13.9146 8.55101 13.2754 8.15434C12.8939 7.91775 12.3526 8 11.9226 8C11.5127 8 11.0043 7.94175 10.6538 8.20255C10.0794 8.62959 10.1308 9.53693 9.72593 10.0864C9.58986 10.2711 9.39365 10.4046 9.16983 10.4647C8.85416 10.5494 8.38979 10.5481 8.07162 10.4707C7.86689 10.4209 7.68296 10.3097 7.5453 10.1527C7.00666 9.53759 6.98484 8.35894 6.1178 8.05731Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5C13.491 5.68354 16 4.5 16 2C14.3578 2.62289 13.5105 2.61424 12 2V5ZM12 5V8M9 22L9.60777 18.9611C9.75132 18.2434 9.8231 17.8845 10.0155 17.6192C10.4935 16.9602 11.2612 17 12 17C12.7388 17 13.5065 16.9602 13.9845 17.6192C14.1769 17.8845 14.2487 18.2434 14.3922 18.9611L15 22M11 14H13M6.1178 8.05731C5.95306 8 5.76611 8 5.39223 8C4.84263 8 4.56783 8 4.35334 8.10516C4.17791 8.19116 4.0315 8.32515 3.93171 8.491C3.8097 8.69377 3.79013 8.96317 3.75097 9.50195L3.07621 18.7863C2.9668 20.2917 2.9121 21.0444 3.36478 21.5222C3.81747 22 4.58528 22 6.1209 22H17.8791C19.4147 22 20.1825 22 20.6352 21.5222C21.0879 21.0444 21.0332 20.2917 20.9238 18.7863L20.249 9.50195C20.2095 8.9581 20.199 8.37597 19.6467 8.10516C19.4322 8 19.1574 8 18.6078 8C18.2339 8 18.0469 8 17.8822 8.05731C17.0186 8.35785 16.9923 9.53876 16.4547 10.1527C16.317 10.3097 16.1331 10.4209 15.9284 10.4707C15.6102 10.5481 15.1459 10.5494 14.8302 10.4647C14.6063 10.4046 14.4101 10.2711 14.2741 10.0864C13.8575 9.52095 13.9146 8.55101 13.2754 8.15434C12.8939 7.91775 12.3526 8 11.9226 8C11.5127 8 11.0043 7.94175 10.6538 8.20255C10.0794 8.62959 10.1308 9.53693 9.72593 10.0864C9.58986 10.2711 9.39365 10.4046 9.16983 10.4647C8.85416 10.5494 8.38979 10.5481 8.07162 10.4707C7.86689 10.4209 7.68296 10.3097 7.5453 10.1527C7.00666 9.53759 6.98484 8.35894 6.1178 8.05731Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-cayan-tower{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 22C18 19.8333 16.4136 15.3 14.9492 12.5C13.4848 9.7 12.3765 4.33333 11.9697 2L6.47299 4C4.64237 9.5 8.48152 15.6 11.8984 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 18H11.5M8 15.0185L10.5 15M7.5 12H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2L17.5719 4C18.5782 7 17.7186 10.362 15.9505 14.4155M6 22C6 20.2797 6.85094 17.152 8 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22L20 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 22C18 19.8333 16.4136 15.3 14.9492 12.5C13.4848 9.7 12.3765 4.33333 11.9697 2L6.47299 4C4.64237 9.5 8.48152 15.6 11.8984 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 18H11.5M8 15.0185L10.5 15M7.5 12H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2L17.5719 4C18.5782 7 17.7186 10.362 15.9505 14.4155M6 22C6 20.2797 6.85094 17.152 8 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22L20 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-central-shaheed-minar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 22V10.2014C3 10.0655 3.13111 9.96866 3.25997 10.0094L6.35997 10.9896C6.4433 11.0159 6.5 11.0937 6.5 11.1816V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 22V10.2014C21 10.0655 20.8689 9.96866 20.74 10.0094L17.64 10.9896C17.5567 11.0159 17.5 11.0937 17.5 11.1816V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22V8H15V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8L7.17245 3.31623C6.79764 2.25381 6.99125 2 8.17652 2H15.8235C17.0087 2 17.2024 2.25381 16.8275 3.31623L15 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 22V10.2014C3 10.0655 3.13111 9.96866 3.25997 10.0094L6.35997 10.9896C6.4433 11.0159 6.5 11.0937 6.5 11.1816V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 22V10.2014C21 10.0655 20.8689 9.96866 20.74 10.0094L17.64 10.9896C17.5567 11.0159 17.5 11.0937 17.5 11.1816V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22V8H15V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8L7.17245 3.31623C6.79764 2.25381 6.99125 2 8.17652 2H15.8235C17.0087 2 17.2024 2.25381 16.8275 3.31623L15 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-china-temple{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C19.6 12 17.6667 10.6667 17 10H7C6.33333 10.6667 4.4 12 2 12L2.17082 12.3416C2.679 13.358 3.71779 14 4.8541 14H19.1459C20.2822 14 21.321 13.358 21.8292 12.3416L22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 4C17.547 4 16.265 3.51128 15.3316 2.97766C14.3479 2.41529 13.8561 2.13411 13.6037 2.06705C13.3513 2 13.0153 2 12.3431 2H11.6569C10.9847 2 10.6487 2 10.3963 2.06705C10.1439 2.13411 9.65207 2.41529 8.66839 2.97766C7.735 3.51128 6.45303 4 5 4L5.17082 4.34164C5.679 5.35799 6.71779 6 7.8541 6H16.1459C17.2822 6 18.321 5.35799 18.8292 4.34164L19 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 10V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 22V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 22V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 22V19C10 17.8954 10.8954 17 12 17C13.1046 17 14 17.8954 14 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C19.6 12 17.6667 10.6667 17 10H7C6.33333 10.6667 4.4 12 2 12L2.17082 12.3416C2.679 13.358 3.71779 14 4.8541 14H19.1459C20.2822 14 21.321 13.358 21.8292 12.3416L22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 4C17.547 4 16.265 3.51128 15.3316 2.97766C14.3479 2.41529 13.8561 2.13411 13.6037 2.06705C13.3513 2 13.0153 2 12.3431 2H11.6569C10.9847 2 10.6487 2 10.3963 2.06705C10.1439 2.13411 9.65207 2.41529 8.66839 2.97766C7.735 3.51128 6.45303 4 5 4L5.17082 4.34164C5.679 5.35799 6.71779 6 7.8541 6H16.1459C17.2822 6 18.321 5.35799 18.8292 4.34164L19 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 10V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 22V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 22V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 22V19C10 17.8954 10.8954 17 12 17C13.1046 17 14 17.8954 14 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-chrysler{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 22V19C5 15.134 8.13401 12 12 12C15.866 12 19 15.134 19 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22V20C9 18.3431 10.3431 17 12 17C13.6569 17 15 18.3431 15 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13V12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9V7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19H9M15 19H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 22V19C5 15.134 8.13401 12 12 12C15.866 12 19 15.134 19 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22V20C9 18.3431 10.3431 17 12 17C13.6569 17 15 18.3431 15 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13V12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9V7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19H9M15 19H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-church{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2V6M14 4L10 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.50122 8.79902L12 6L15.4988 8.79902C16.7171 9.77367 17 10.3623 17 11.9225V22H7V11.9225C7 10.3623 7.28291 9.77367 8.50122 8.79902Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12L18.7889 12.8944C19.8647 13.4323 20.4026 13.7013 20.7013 14.1846C21 14.6679 21 15.2693 21 16.4721V20C21 20.9428 21 21.4142 20.7071 21.7071C20.4142 22 19.9428 22 19 22H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12L5.21114 12.8944C4.13531 13.4323 3.5974 13.7013 3.2987 14.1846C3 14.6679 3 15.2693 3 16.4721V20C3 20.9428 3 21.4142 3.29289 21.7071C3.58579 22 4.05719 22 5 22H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 22V18C10 16.8954 10.8954 16 12 16C13.1046 16 14 16.8954 14 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.008 11L11.999 11%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2V6M14 4L10 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.50122 8.79902L12 6L15.4988 8.79902C16.7171 9.77367 17 10.3623 17 11.9225V22H7V11.9225C7 10.3623 7.28291 9.77367 8.50122 8.79902Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12L18.7889 12.8944C19.8647 13.4323 20.4026 13.7013 20.7013 14.1846C21 14.6679 21 15.2693 21 16.4721V20C21 20.9428 21 21.4142 20.7071 21.7071C20.4142 22 19.9428 22 19 22H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12L5.21114 12.8944C4.13531 13.4323 3.5974 13.7013 3.2987 14.1846C3 14.6679 3 15.2693 3 16.4721V20C3 20.9428 3 21.4142 3.29289 21.7071C3.58579 22 4.05719 22 5 22H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 22V18C10 16.8954 10.8954 16 12 16C13.1046 16 14 16.8954 14 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.008 11L11.999 11%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-city-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 8H10C7.518 8 7 8.518 7 11V22H17V11C17 8.518 16.482 8 14 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12L13 12M11 15H13M11 18H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 22V8.18564C21 6.95735 21 6.3432 20.7013 5.84966C20.4026 5.35612 19.8647 5.08147 18.7889 4.53216L14.4472 2.31536C13.2868 1.72284 13 1.93166 13 3.22873V7.7035%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22V13C3 12.1727 3.17267 12 4 12H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 8H10C7.518 8 7 8.518 7 11V22H17V11C17 8.518 16.482 8 14 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12L13 12M11 15H13M11 18H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 22V8.18564C21 6.95735 21 6.3432 20.7013 5.84966C20.4026 5.35612 19.8647 5.08147 18.7889 4.53216L14.4472 2.31536C13.2868 1.72284 13 1.93166 13 3.22873V7.7035%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22V13C3 12.1727 3.17267 12 4 12H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-city-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4H10C8.34533 4 8 4.34533 8 6V22H16V6C16 4.34533 15.6547 4 14 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13H5C3.34533 13 3 13.3453 3 15V22H8V13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 13H16V22H21V15C21 13.3453 20.6547 13 19 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13M11 11.5H13M11 8L13 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4H10C8.34533 4 8 4.34533 8 6V22H16V6C16 4.34533 15.6547 4 14 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13H5C3.34533 13 3 13.3453 3 15V22H8V13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 13H16V22H21V15C21 13.3453 20.6547 13 19 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13M11 11.5H13M11 8L13 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-city-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 16.7033C13 15.7854 13 15.3265 13.2034 14.9292C13.4067 14.5319 13.7859 14.2501 14.5442 13.6866L15.0442 13.315C16.2239 12.4383 16.8138 12 17.5 12C18.1862 12 18.7761 12.4383 19.9558 13.315L20.4558 13.6866C21.2141 14.2501 21.5933 14.5319 21.7966 14.9292C22 15.3265 22 15.7854 22 16.7033V18.1782C22 19.9798 22 20.8806 21.4142 21.4403C20.8284 22 19.8856 22 18 22H13V16.7033Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12.0002V5C18 2.518 17.482 2 15 2H11C8.518 2 8 2.518 8 5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%223.5%22 cy%3D%2214%22 rx%3D%221.5%22 ry%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.5 16V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6H14M12 9H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 22L17.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 16.7033C13 15.7854 13 15.3265 13.2034 14.9292C13.4067 14.5319 13.7859 14.2501 14.5442 13.6866L15.0442 13.315C16.2239 12.4383 16.8138 12 17.5 12C18.1862 12 18.7761 12.4383 19.9558 13.315L20.4558 13.6866C21.2141 14.2501 21.5933 14.5319 21.7966 14.9292C22 15.3265 22 15.7854 22 16.7033V18.1782C22 19.9798 22 20.8806 21.4142 21.4403C20.8284 22 19.8856 22 18 22H13V16.7033Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12.0002V5C18 2.518 17.482 2 15 2H11C8.518 2 8 2.518 8 5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%223.5%22 cy%3D%2214%22 rx%3D%221.5%22 ry%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.5 16V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6H14M12 9H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 22L17.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-colosseum{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.8153 20.8556L11.9425 19.0168M7.83825 20.914L7.96544 19.0168M5.97691 15.5131V13.511M9.95396 8.7458L8.05495 4.15748C7.81547 3.51926 6.8028 2.33378 5.16304 3.45095C4.29579 4.04181 3.50236 4.58279 2.94725 4.96138C2.44212 5.30588 2.12099 5.86255 2.08895 6.47598C1.8884 10.3165 1.86001 16.8412 2.04961 18.9957C2.05332 19.7206 2.34786 21.0473 4.6077 20.9819C4.6077 20.9819 18.8346 20.9258 19.4774 20.9819C20.1202 21.038 21.848 20.8572 21.848 18.9957C21.9325 17.5501 21.9487 15.4127 21.8747 14.0132C21.8448 13.4476 21.6191 12.9117 21.1871 12.5489C20.3728 11.8651 18.9321 10.9162 16.907 10.0149L16.8455 12.0474L13.338 11.9603M1.9256 12.8445C3.40659 11.0279 8.28678 8.57007 11.3393 8.63104C11.6908 8.63807 11.9874 8.87491 12.1228 9.20163L14.6002 15.181M14.6002 15.181L16.89 20.9583M14.6002 15.181C8.77367 14.5905 4.02081 16.0117 1.95666 17.0538M14.6002 15.181C16.8623 15.4103 19.0221 15.78 21.9158 16.9828M9.95396 15.0126V13.0105%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.8153 20.8556L11.9425 19.0168M7.83825 20.914L7.96544 19.0168M5.97691 15.5131V13.511M9.95396 8.7458L8.05495 4.15748C7.81547 3.51926 6.8028 2.33378 5.16304 3.45095C4.29579 4.04181 3.50236 4.58279 2.94725 4.96138C2.44212 5.30588 2.12099 5.86255 2.08895 6.47598C1.8884 10.3165 1.86001 16.8412 2.04961 18.9957C2.05332 19.7206 2.34786 21.0473 4.6077 20.9819C4.6077 20.9819 18.8346 20.9258 19.4774 20.9819C20.1202 21.038 21.848 20.8572 21.848 18.9957C21.9325 17.5501 21.9487 15.4127 21.8747 14.0132C21.8448 13.4476 21.6191 12.9117 21.1871 12.5489C20.3728 11.8651 18.9321 10.9162 16.907 10.0149L16.8455 12.0474L13.338 11.9603M1.9256 12.8445C3.40659 11.0279 8.28678 8.57007 11.3393 8.63104C11.6908 8.63807 11.9874 8.87491 12.1228 9.20163L14.6002 15.181M14.6002 15.181L16.89 20.9583M14.6002 15.181C8.77367 14.5905 4.02081 16.0117 1.95666 17.0538M14.6002 15.181C16.8623 15.4103 19.0221 15.78 21.9158 16.9828M9.95396 15.0126V13.0105%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-cottage{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%229%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 21V11C4 6.58172 7.58172 3 12 3C16.4183 3 20 6.58172 20 11V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21V18C9 16.1775 10.0596 15 12 15C13.9404 15 15 16.1775 15 18V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%229%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 21V11C4 6.58172 7.58172 3 12 3C16.4183 3 20 6.58172 20 11V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21V18C9 16.1775 10.0596 15 12 15C13.9404 15 15 16.1775 15 18V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-dome{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.85635 22C6.31271 20.0139 6 17.6873 6 15.2C6 7.90984 8.68629 2 12 2C15.3137 2 18 7.90984 18 15.2C18 17.6873 17.6873 20.0139 17.1436 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5516 5C14.6016 9.20545 9.11987 7.73398 6.74686 11.1962C6.41711 11.6774 6.41568 12.3243 6.75482 12.7985C9.23576 16.2675 15.599 14.7924 17.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.44841 5C9.39844 9.20545 14.8801 7.73398 17.2531 11.1962C17.5829 11.6774 17.5843 12.3243 17.2452 12.7985C14.7642 16.2675 8.40101 14.7924 6.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.85635 22C6.31271 20.0139 6 17.6873 6 15.2C6 7.90984 8.68629 2 12 2C15.3137 2 18 7.90984 18 15.2C18 17.6873 17.6873 20.0139 17.1436 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5516 5C14.6016 9.20545 9.11987 7.73398 6.74686 11.1962C6.41711 11.6774 6.41568 12.3243 6.75482 12.7985C9.23576 16.2675 15.599 14.7924 17.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.44841 5C9.39844 9.20545 14.8801 7.73398 17.2531 11.1962C17.5829 11.6774 17.5843 12.3243 17.2452 12.7985C14.7642 16.2675 8.40101 14.7924 6.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-eiffel-tower{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 22C7.67798 16.3864 9.95978 9.8784 10.8382 4.98644C10.8643 4.84129 10.8773 4.76868 10.8931 4.71553C11.0101 4.32106 11.3323 4.05162 11.7412 4.00613C11.7963 4 11.8642 4 12 4C12.1358 4 12.2037 4 12.2588 4.00613C12.6677 4.05162 12.9899 4.32106 13.1069 4.71553C13.1227 4.76868 13.1357 4.84129 13.1618 4.98644C14.0402 9.8784 16.322 16.3864 21 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4V2M8 11H16M6 15H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 22C15.2904 20.959 15.1855 20.4386 14.9348 19.9979C14.822 19.7995 14.6881 19.6148 14.5358 19.447C14.1973 19.0744 13.7412 18.8227 12.8289 18.3194C12.48 18.1269 12.3055 18.0306 12.1198 18.0074C12.0402 17.9975 11.9598 17.9975 11.8802 18.0074C11.6945 18.0306 11.52 18.1269 11.1711 18.3194C10.2588 18.8227 9.8027 19.0744 9.46424 19.447C9.31188 19.6148 9.17804 19.7995 9.06518 19.9979C8.81446 20.4386 8.70964 20.959 8.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 22C7.67798 16.3864 9.95978 9.8784 10.8382 4.98644C10.8643 4.84129 10.8773 4.76868 10.8931 4.71553C11.0101 4.32106 11.3323 4.05162 11.7412 4.00613C11.7963 4 11.8642 4 12 4C12.1358 4 12.2037 4 12.2588 4.00613C12.6677 4.05162 12.9899 4.32106 13.1069 4.71553C13.1227 4.76868 13.1357 4.84129 13.1618 4.98644C14.0402 9.8784 16.322 16.3864 21 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4V2M8 11H16M6 15H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 22C15.2904 20.959 15.1855 20.4386 14.9348 19.9979C14.822 19.7995 14.6881 19.6148 14.5358 19.447C14.1973 19.0744 13.7412 18.8227 12.8289 18.3194C12.48 18.1269 12.3055 18.0306 12.1198 18.0074C12.0402 17.9975 11.9598 17.9975 11.8802 18.0074C11.6945 18.0306 11.52 18.1269 11.1711 18.3194C10.2588 18.8227 9.8027 19.0744 9.46424 19.447C9.31188 19.6148 9.17804 19.7995 9.06518 19.9979C8.81446 20.4386 8.70964 20.959 8.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-factory-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 21C4.5 18 5.5 14 5.5 8H12.5C12.5 14 13.5 18 15 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4.26495C13.1704 2.62795 14.6678 2.62795 15.8382 4.26495C16.5439 5.26947 17.4561 5.23227 18.179 4.22775C19.3322 2.59075 20.8296 2.59075 22 4.22775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.8497 12.0713H16.4037C16.5445 13.9094 16.39 17.1164 19.6952 20.82%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 21C4.5 18 5.5 14 5.5 8H12.5C12.5 14 13.5 18 15 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4.26495C13.1704 2.62795 14.6678 2.62795 15.8382 4.26495C16.5439 5.26947 17.4561 5.23227 18.179 4.22775C19.3322 2.59075 20.8296 2.59075 22 4.22775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.8497 12.0713H16.4037C16.5445 13.9094 16.39 17.1164 19.6952 20.82%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-factory-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.05702 19.874L4.00488 4.70063C4.18289 3.31398 4.53457 3 5.95624 3C7.37791 3 7.72959 3.31398 7.90759 4.70063L10 21H3.05991C2.52521 21 2.25787 21 2.10693 20.8305C1.95599 20.6611 1.98967 20.3987 2.05702 19.874Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.1537 21H21C21.4714 21 21.7071 21 21.8536 20.8536C22 20.7071 22 20.4714 22 20V7L17.6402 10.6332C16.9306 11.2245 16.5758 11.5201 16.2879 11.3853C16 11.2504 16 10.7886 16 9.86496V7L11.552 10.2349C11.0304 10.6143 10.7696 10.8039 10.4681 10.902C10.1666 11 9.84419 11 9.19926 11H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 6H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15L14 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.05702 19.874L4.00488 4.70063C4.18289 3.31398 4.53457 3 5.95624 3C7.37791 3 7.72959 3.31398 7.90759 4.70063L10 21H3.05991C2.52521 21 2.25787 21 2.10693 20.8305C1.95599 20.6611 1.98967 20.3987 2.05702 19.874Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.1537 21H21C21.4714 21 21.7071 21 21.8536 20.8536C22 20.7071 22 20.4714 22 20V7L17.6402 10.6332C16.9306 11.2245 16.5758 11.5201 16.2879 11.3853C16 11.2504 16 10.7886 16 9.86496V7L11.552 10.2349C11.0304 10.6143 10.7696 10.8039 10.4681 10.902C10.1666 11 9.84419 11 9.19926 11H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 6H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15L14 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-ferris-wheel{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22L10.6843 14.3518C11.2346 12.7839 11.5097 12 12 12C12.4903 12 12.7654 12.7839 13.3157 14.3518L16 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4C14 5.10457 13.1046 6 12 6C10.8954 6 10 5.10457 10 4C10 2.89543 10.8954 2 12 2C13.1046 2 14 2.89543 14 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 10C17.8954 10 17 9.10457 17 8C17 6.89543 17.8954 6 19 6C20.1046 6 21 6.89543 21 8C21 9.10457 20.1046 10 19 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 16C7 17.1046 6.10457 18 5 18C3.89543 18 3 17.1046 3 16C3 14.8954 3.89543 14 5 14C6.10457 14 7 14.8954 7 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 7.75C7 8.85457 6.10457 9.75 5 9.75C3.89543 9.75 3 8.85457 3 7.75C3 6.64543 3.89543 5.75 5 5.75C6.10457 5.75 7 6.64543 7 7.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 16C21 17.1046 20.1046 18 19 18C17.8954 18 17 17.1046 17 16C17 14.8954 17.8954 14 19 14C20.1046 14 21 14.8954 21 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22L10.6843 14.3518C11.2346 12.7839 11.5097 12 12 12C12.4903 12 12.7654 12.7839 13.3157 14.3518L16 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4C14 5.10457 13.1046 6 12 6C10.8954 6 10 5.10457 10 4C10 2.89543 10.8954 2 12 2C13.1046 2 14 2.89543 14 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 10C17.8954 10 17 9.10457 17 8C17 6.89543 17.8954 6 19 6C20.1046 6 21 6.89543 21 8C21 9.10457 20.1046 10 19 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 16C7 17.1046 6.10457 18 5 18C3.89543 18 3 17.1046 3 16C3 14.8954 3.89543 14 5 14C6.10457 14 7 14.8954 7 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 7.75C7 8.85457 6.10457 9.75 5 9.75C3.89543 9.75 3 8.85457 3 7.75C3 6.64543 3.89543 5.75 5 5.75C6.10457 5.75 7 6.64543 7 7.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 16C21 17.1046 20.1046 18 19 18C17.8954 18 17 17.1046 17 16C17 14.8954 17.8954 14 19 14C20.1046 14 21 14.8954 21 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-fire-pit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.10448 17.5C8.33359 16.5723 8.42384 15.1986 8.69771 14.3155C13.1751 16.5 13.7595 12.5 13.4229 11.5C14.9282 12.5 16.3877 15.9189 14.8371 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.81631 17.5C5.5924 16.4286 4.76862 11.5478 6.12929 8.92857C7.12501 11.0714 8.75001 11.0714 8.75001 11.0714C7.66668 6.78571 9.83335 3.57143 14.0108 2.5C13.1918 4.001 12.5366 6.34631 14.197 7.84902C14.5485 7.18039 15.7296 5.71429 17.4167 5.71429C17.4167 5.71429 16.1196 8.01619 17.5273 10.0221C19.152 12.3372 18.736 15.7851 16.3196 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17.5H3.5L4.1601 19.9851C4.4949 21.2455 4.84122 21.5 6.22165 21.5H17.7783C19.1588 21.5 19.5051 21.2455 19.8399 19.9851L20.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.55556 17.5H2.5M20.4444 17.5H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.10448 17.5C8.33359 16.5723 8.42384 15.1986 8.69771 14.3155C13.1751 16.5 13.7595 12.5 13.4229 11.5C14.9282 12.5 16.3877 15.9189 14.8371 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.81631 17.5C5.5924 16.4286 4.76862 11.5478 6.12929 8.92857C7.12501 11.0714 8.75001 11.0714 8.75001 11.0714C7.66668 6.78571 9.83335 3.57143 14.0108 2.5C13.1918 4.001 12.5366 6.34631 14.197 7.84902C14.5485 7.18039 15.7296 5.71429 17.4167 5.71429C17.4167 5.71429 16.1196 8.01619 17.5273 10.0221C19.152 12.3372 18.736 15.7851 16.3196 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17.5H3.5L4.1601 19.9851C4.4949 21.2455 4.84122 21.5 6.22165 21.5H17.7783C19.1588 21.5 19.5051 21.2455 19.8399 19.9851L20.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.55556 17.5H2.5M20.4444 17.5H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-fortress{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.99777 20.9844V3.99916C2.99777 3.52819 2.99777 3.29271 3.14395 3.14638C3.29012 3.00007 3.52539 3.00005 3.99593 3.00003L4.68242 3C4.98188 2.99999 4.99717 3.01194 5.0698 3.30273L5.41768 4.69552C5.49031 4.98629 5.5056 4.99825 5.80504 4.99825H7.17796C7.4774 4.99825 7.49269 4.98629 7.56532 4.69552L7.9132 3.3028C7.98583 3.01203 8.00112 3.00008 8.30056 3.00008H8.98702C9.45758 3.00008 9.69286 3.00008 9.83904 3.1464C9.98523 3.29272 9.98523 3.52821 9.98523 3.99921V7.99573C9.98523 8.46672 9.98523 8.70223 10.1314 8.84854C10.2776 8.99486 10.5129 8.99486 10.9834 8.99486H12.9799C13.4504 8.99486 13.6857 8.99486 13.8319 8.84854C13.9781 8.70223 13.9781 8.46672 13.9781 7.99573V3.99921C13.9781 3.52821 13.9781 3.29272 14.1242 3.1464C14.2704 3.00008 14.5057 3.00008 14.9763 3.00008H15.6627C15.9622 3.00008 15.9775 3.01203 16.05 3.3028L16.398 4.69552C16.4706 4.9863 16.4859 4.99825 16.7853 4.99825H18.1583C18.4577 4.99825 18.473 4.98629 18.5456 4.69552L18.8934 3.30273C18.9661 3.01194 18.9814 2.99999 19.2808 3L19.9673 3.00003C20.4379 3.00005 20.6731 3.00007 20.8194 3.14638C20.9655 3.29271 20.9655 3.52819 20.9655 3.99916V20.9844M6.9906 8.99478H5.99239M12.4808 11.9922H11.4825M17.9709 8.99478H16.9727M1.97559 21H9.00957V17.6948C9.00957 16.8635 9.80178 15.0052 11.9777 15.0052C14.1537 15.0052 14.9416 16.8635 14.9416 17.6948V21H21.9756%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.99777 20.9844V3.99916C2.99777 3.52819 2.99777 3.29271 3.14395 3.14638C3.29012 3.00007 3.52539 3.00005 3.99593 3.00003L4.68242 3C4.98188 2.99999 4.99717 3.01194 5.0698 3.30273L5.41768 4.69552C5.49031 4.98629 5.5056 4.99825 5.80504 4.99825H7.17796C7.4774 4.99825 7.49269 4.98629 7.56532 4.69552L7.9132 3.3028C7.98583 3.01203 8.00112 3.00008 8.30056 3.00008H8.98702C9.45758 3.00008 9.69286 3.00008 9.83904 3.1464C9.98523 3.29272 9.98523 3.52821 9.98523 3.99921V7.99573C9.98523 8.46672 9.98523 8.70223 10.1314 8.84854C10.2776 8.99486 10.5129 8.99486 10.9834 8.99486H12.9799C13.4504 8.99486 13.6857 8.99486 13.8319 8.84854C13.9781 8.70223 13.9781 8.46672 13.9781 7.99573V3.99921C13.9781 3.52821 13.9781 3.29272 14.1242 3.1464C14.2704 3.00008 14.5057 3.00008 14.9763 3.00008H15.6627C15.9622 3.00008 15.9775 3.01203 16.05 3.3028L16.398 4.69552C16.4706 4.9863 16.4859 4.99825 16.7853 4.99825H18.1583C18.4577 4.99825 18.473 4.98629 18.5456 4.69552L18.8934 3.30273C18.9661 3.01194 18.9814 2.99999 19.2808 3L19.9673 3.00003C20.4379 3.00005 20.6731 3.00007 20.8194 3.14638C20.9655 3.29271 20.9655 3.52819 20.9655 3.99916V20.9844M6.9906 8.99478H5.99239M12.4808 11.9922H11.4825M17.9709 8.99478H16.9727M1.97559 21H9.00957V17.6948C9.00957 16.8635 9.80178 15.0052 11.9777 15.0052C14.1537 15.0052 14.9416 16.8635 14.9416 17.6948V21H21.9756%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-guest-house{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5V19H20V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19L14 13.5372C14 11.3938 10 11.5836 10 13.5372L10 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 22L10 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5L10.7351 2.26014C11.9889 1.91329 12.0111 1.91329 13.2649 2.26014L21 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0119 8H12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5V19H20V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19L14 13.5372C14 11.3938 10 11.5836 10 13.5372L10 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 22L10 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5L10.7351 2.26014C11.9889 1.91329 12.0111 1.91329 13.2649 2.26014L21 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0119 8H12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-hotel-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 4V20C3 20.9428 3 21.4142 3.29289 21.7071C3.58579 22 4.05719 22 5 22H19C19.9428 22 20.4142 22 20.7071 21.7071C21 21.4142 21 20.9428 21 20V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 8V9.5M10.5 11V9.5M13.5 8V9.5M13.5 11V9.5M10.5 9.5H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 22.0001L14 18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18V22.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4H8C8.6399 2.82727 10.1897 2 12 2C13.8103 2 15.3601 2.82727 16 4H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8H7M6 12H7M6 16H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8H18M17 12H18M17 16H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 4V20C3 20.9428 3 21.4142 3.29289 21.7071C3.58579 22 4.05719 22 5 22H19C19.9428 22 20.4142 22 20.7071 21.7071C21 21.4142 21 20.9428 21 20V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 8V9.5M10.5 11V9.5M13.5 8V9.5M13.5 11V9.5M10.5 9.5H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 22.0001L14 18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18V22.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4H8C8.6399 2.82727 10.1897 2 12 2C13.8103 2 15.3601 2.82727 16 4H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8H7M6 12H7M6 16H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8H18M17 12H18M17 16H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-hotel-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 7V18C3 19.8856 3 20.8284 3.58579 21.4142C4.17157 22 5.11438 22 7 22H17C18.8856 22 19.8284 22 20.4142 21.4142C21 20.8284 21 19.8856 21 18V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 22.0001L14 18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18V22.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3H4.47214C4.16165 3 3.84734 3.08209 3.59811 3.32898C2.85619 4.06395 2.4281 5.28762 2 7H7M15 3H19.5279C19.8384 3 20.1527 3.08209 20.4019 3.32898C21.1438 4.06395 21.5719 5.28762 22 7H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 11H6.5M6 14.5H6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 11H18M17.5 14.5H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 8V9.5M10.5 11V9.5M13.5 8V9.5M13.5 11V9.5M10.5 9.5H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 7V18C3 19.8856 3 20.8284 3.58579 21.4142C4.17157 22 5.11438 22 7 22H17C18.8856 22 19.8284 22 20.4142 21.4142C21 20.8284 21 19.8856 21 18V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7C17 4.23858 14.7614 2 12 2C9.23858 2 7 4.23858 7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 22.0001L14 18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18V22.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3H4.47214C4.16165 3 3.84734 3.08209 3.59811 3.32898C2.85619 4.06395 2.4281 5.28762 2 7H7M15 3H19.5279C19.8384 3 20.1527 3.08209 20.4019 3.32898C21.1438 4.06395 21.5719 5.28762 22 7H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 11H6.5M6 14.5H6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 11H18M17.5 14.5H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 8V9.5M10.5 11V9.5M13.5 8V9.5M13.5 11V9.5M10.5 9.5H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-house-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 2L2 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V22H7C5.11438 22 4.17157 22 3.58579 21.4142C3 20.8284 3 19.8856 3 18V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7L22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 21.9997H17C18.8856 21.9997 19.8284 21.9997 20.4142 21.4139C21 20.8281 21 19.8853 21 17.9997V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 10L18 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 11H8M7 15H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 22V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 2L2 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V22H7C5.11438 22 4.17157 22 3.58579 21.4142C3 20.8284 3 19.8856 3 18V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7L22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 21.9997H17C18.8856 21.9997 19.8284 21.9997 20.4142 21.4139C21 20.8281 21 19.8853 21 17.9997V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 10L18 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 11H8M7 15H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 22V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-house-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10H8.13008C8.36879 10 8.59962 9.90452 8.78087 9.7308L11.3492 7.2692C11.7237 6.91027 12.2763 6.91027 12.6508 7.2692L15.2191 9.7308C15.4004 9.90452 15.6312 10 15.8699 10H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 10L4.961 5.42432C5.82259 3.41397 6.45038 3 8.63758 3H15.3624C17.5496 3 18.1774 3.41397 19.039 5.42432L21 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 10V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 10V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21L22 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.008 11L11.999 11%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 21V16.5C9.5 15.6716 10.1716 15 11 15H13C13.8284 15 14.5 15.6716 14.5 16.5V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 14H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 14L18 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10H8.13008C8.36879 10 8.59962 9.90452 8.78087 9.7308L11.3492 7.2692C11.7237 6.91027 12.2763 6.91027 12.6508 7.2692L15.2191 9.7308C15.4004 9.90452 15.6312 10 15.8699 10H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 10L4.961 5.42432C5.82259 3.41397 6.45038 3 8.63758 3H15.3624C17.5496 3 18.1774 3.41397 19.039 5.42432L21 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 10V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 10V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21L22 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.008 11L11.999 11%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 21V16.5C9.5 15.6716 10.1716 15 11 15H13C13.8284 15 14.5 15.6716 14.5 16.5V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 14H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 14L18 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-house-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10L7 4M7 4L12.4142 9.41421C12.7032 9.70324 12.8478 9.84776 13.0315 9.92388C13.2153 10 13.4197 10 13.8284 10H22L18.1994 5.43926C17.6096 4.73152 17.3147 4.37764 16.9116 4.18882C16.5084 4 16.0478 4 15.1265 4H7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8V20H3V8.85714%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 20H21V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 7.5V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00801 12L6.99902 12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 20V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14L17 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10L7 4M7 4L12.4142 9.41421C12.7032 9.70324 12.8478 9.84776 13.0315 9.92388C13.2153 10 13.4197 10 13.8284 10H22L18.1994 5.43926C17.6096 4.73152 17.3147 4.37764 16.9116 4.18882C16.5084 4 16.0478 4 15.1265 4H7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8V20H3V8.85714%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 20H21V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 7.5V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00801 12L6.99902 12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 20V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14L17 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-house-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9L11.7707 4.73514C13.0647 3.57838 13.7117 3 14.5 3C15.2883 3 15.9353 3.57838 17.2293 4.73514L22 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 8V20M20.5 20V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%223.5%22 cy%3D%2212%22 rx%3D%221.5%22 ry%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.5 14V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 20H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20V15.9997C12 15.0571 12 14.5858 12.2929 14.2929C12.5858 14 13.0572 14 14 14H15C15.9428 14 16.4142 14 16.7071 14.2929C17 14.5858 17 15.0572 17 16V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 11H15.5M13.5 8H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9L11.7707 4.73514C13.0647 3.57838 13.7117 3 14.5 3C15.2883 3 15.9353 3.57838 17.2293 4.73514L22 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 8V20M20.5 20V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%223.5%22 cy%3D%2212%22 rx%3D%221.5%22 ry%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.5 14V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 20H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20V15.9997C12 15.0571 12 14.5858 12.2929 14.2929C12.5858 14 13.0572 14 14 14H15C15.9428 14 16.4142 14 16.7071 14.2929C17 14.5858 17 15.0572 17 16V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 11H15.5M13.5 8H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-house-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 11H20V22H4V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 22V19C14.5 18.0572 14.5 17.5858 14.2071 17.2929C13.9142 17 13.4428 17 12.5 17H11.5C10.5572 17 10.0858 17 9.79289 17.2929C9.5 17.5858 9.5 18.0572 9.5 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9.72272C2 9.14519 2.26952 8.68219 2.81725 8.49915L10.9302 5.78791C11.7893 5.50081 12 5.02569 12 4.18627C12 3.42909 11.8761 1.91748 13.0641 2.00246C13.3438 2.02247 13.6832 2.28711 14.3619 2.81637L21.439 8.33482C21.8381 8.64599 22 9.01733 22 9.53507C22 10.4783 21.6036 11.0002 20.6848 11.0002H3.14677C2.40983 11.0002 2 10.4556 2 9.72272Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15L16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7.5L5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 11H20V22H4V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 22V19C14.5 18.0572 14.5 17.5858 14.2071 17.2929C13.9142 17 13.4428 17 12.5 17H11.5C10.5572 17 10.0858 17 9.79289 17.2929C9.5 17.5858 9.5 18.0572 9.5 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9.72272C2 9.14519 2.26952 8.68219 2.81725 8.49915L10.9302 5.78791C11.7893 5.50081 12 5.02569 12 4.18627C12 3.42909 11.8761 1.91748 13.0641 2.00246C13.3438 2.02247 13.6832 2.28711 14.3619 2.81637L21.439 8.33482C21.8381 8.64599 22 9.01733 22 9.53507C22 10.4783 21.6036 11.0002 20.6848 11.0002H3.14677C2.40983 11.0002 2 10.4556 2 9.72272Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15L16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7.5L5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-hut{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 12H18L20 22H4L6 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22L9.67845 18.7008C9.83237 17.9522 9.90934 17.578 10.1858 17.3575C10.7623 16.8979 13.1953 16.8641 13.8142 17.3575C14.0907 17.578 14.1676 17.9522 14.3216 18.7008L15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3.2L5.54446 8.43826C3.71745 9.92076 2.80395 10.662 3.03531 11.331C3.26667 12 4.43653 12 6.77624 12H17.2238C19.5635 12 20.7333 12 20.9647 11.331C21.1961 10.662 20.2826 9.92076 18.4555 8.43826L12 3.2ZM12 3.2L13.4789 2M12 3.2L10.5211 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12L8 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12L16 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 12H18L20 22H4L6 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22L9.67845 18.7008C9.83237 17.9522 9.90934 17.578 10.1858 17.3575C10.7623 16.8979 13.1953 16.8641 13.8142 17.3575C14.0907 17.578 14.1676 17.9522 14.3216 18.7008L15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3.2L5.54446 8.43826C3.71745 9.92076 2.80395 10.662 3.03531 11.331C3.26667 12 4.43653 12 6.77624 12H17.2238C19.5635 12 20.7333 12 20.9647 11.331C21.1961 10.662 20.2826 9.92076 18.4555 8.43826L12 3.2ZM12 3.2L13.4789 2M12 3.2L10.5211 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12L8 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12L16 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-india-gate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22V16.2727C15 14.4653 13.6569 13 12 13C10.3431 13 9 14.4653 9 16.2727V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10L20 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10L7 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 10L12.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22L4 6H20L20 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 6V5C5 3.58579 5 2.87868 5.43934 2.43934C5.87868 2 6.58579 2 8 2H16C17.4142 2 18.1213 2 18.5607 2.43934C19 2.87868 19 3.58579 19 5L19 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 6H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22V16.2727C15 14.4653 13.6569 13 12 13C10.3431 13 9 14.4653 9 16.2727V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10L20 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10L7 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 10L12.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22L4 6H20L20 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 6V5C5 3.58579 5 2.87868 5.43934 2.43934C5.87868 2 6.58579 2 8 2H16C17.4142 2 18.1213 2 18.5607 2.43934C19 2.87868 19 3.58579 19 5L19 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 6H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-island{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21.9684C2.94975 21.9684 3.88858 22.0553 4.67843 21.4396C5.45232 20.8365 6.68304 20.8564 7.42654 21.4842C8.2373 22.1688 9.76776 22.1494 10.5969 21.5032C11.4013 20.8763 12.6209 20.804 13.4265 21.4842C14.3106 22.2306 15.8003 22.1241 16.6784 21.4396C17.4523 20.8365 18.683 20.8564 19.4265 21.4842C20.1427 22.0889 21.1197 21.9684 22 21.9684%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19C9.19765 16.6088 11.4362 15 14 15C16.5638 15 18.8023 16.6088 20 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15.1016C8 14.5448 5.39726 16.3366 4 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15C12 12 12.8 7.16 16 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5004 2C16.3755 2 17.3024 3.0972 16 5M16 5C16.7861 5.23357 19.208 6.31952 18.9828 9M16 5C15.4148 4.29569 13.3126 3.40012 12 4.80011M16 5C16.58 5.70922 17 8 16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21.9684C2.94975 21.9684 3.88858 22.0553 4.67843 21.4396C5.45232 20.8365 6.68304 20.8564 7.42654 21.4842C8.2373 22.1688 9.76776 22.1494 10.5969 21.5032C11.4013 20.8763 12.6209 20.804 13.4265 21.4842C14.3106 22.2306 15.8003 22.1241 16.6784 21.4396C17.4523 20.8365 18.683 20.8564 19.4265 21.4842C20.1427 22.0889 21.1197 21.9684 22 21.9684%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19C9.19765 16.6088 11.4362 15 14 15C16.5638 15 18.8023 16.6088 20 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15.1016C8 14.5448 5.39726 16.3366 4 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15C12 12 12.8 7.16 16 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5004 2C16.3755 2 17.3024 3.0972 16 5M16 5C16.7861 5.23357 19.208 6.31952 18.9828 9M16 5C15.4148 4.29569 13.3126 3.40012 12 4.80011M16 5C16.58 5.70922 17 8 16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-lake{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21.9684C2.94975 21.9684 3.88858 22.0553 4.67843 21.4396C5.45232 20.8365 6.68304 20.8564 7.42654 21.4842C8.2373 22.1688 9.76776 22.1494 10.5969 21.5032C11.4013 20.8763 12.6209 20.804 13.4265 21.4842C14.3106 22.2306 15.8003 22.1241 16.6784 21.4396C17.4523 20.8365 18.683 20.8564 19.4265 21.4842C20.1427 22.0889 21.1197 21.9684 22 21.9684%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17.9684C2.94975 17.9684 3.88858 18.0553 4.67843 17.4396C5.45232 16.8365 6.68304 16.8564 7.42654 17.4842C8.2373 18.1688 9.76776 18.1494 10.5969 17.5032C11.4013 16.8763 12.6209 16.804 13.4265 17.4842C14.3106 18.2306 15.8003 18.1241 16.6784 17.4396C17.4523 16.8365 18.683 16.8564 19.4265 17.4842C20.1427 18.0889 21.1197 17.9684 22 17.9684%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 14V3M6 3C5.75 3.66667 4.8 5.5 3 5.5M6 3C6.25 3.66667 7.2 5.5 9 5.5M3 8.5C4.8 8.5 5.75 6.66667 6 6C6.25 6.66667 7.2 8.5 9 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%224.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21.9684C2.94975 21.9684 3.88858 22.0553 4.67843 21.4396C5.45232 20.8365 6.68304 20.8564 7.42654 21.4842C8.2373 22.1688 9.76776 22.1494 10.5969 21.5032C11.4013 20.8763 12.6209 20.804 13.4265 21.4842C14.3106 22.2306 15.8003 22.1241 16.6784 21.4396C17.4523 20.8365 18.683 20.8564 19.4265 21.4842C20.1427 22.0889 21.1197 21.9684 22 21.9684%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17.9684C2.94975 17.9684 3.88858 18.0553 4.67843 17.4396C5.45232 16.8365 6.68304 16.8564 7.42654 17.4842C8.2373 18.1688 9.76776 18.1494 10.5969 17.5032C11.4013 16.8763 12.6209 16.804 13.4265 17.4842C14.3106 18.2306 15.8003 18.1241 16.6784 17.4396C17.4523 16.8365 18.683 16.8564 19.4265 17.4842C20.1427 18.0889 21.1197 17.9684 22 17.9684%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 14V3M6 3C5.75 3.66667 4.8 5.5 3 5.5M6 3C6.25 3.66667 7.2 5.5 9 5.5M3 8.5C4.8 8.5 5.75 6.66667 6 6C6.25 6.66667 7.2 8.5 9 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%224.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-lighthouse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0195 8C9.32545 7.06743 8.14285 5.76203 8.60385 4.47631C8.91057 3.62086 11.0067 2 12 2C12.9933 2 15.0894 3.62086 15.3962 4.47631C15.8572 5.76203 14.6745 7.06743 13.9805 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 18H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 8L7 22M14.5 8L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 22H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 7.5L21 7M19 10.5L21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7.5L3 7M5 10.5L3 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0195 8C9.32545 7.06743 8.14285 5.76203 8.60385 4.47631C8.91057 3.62086 11.0067 2 12 2C12.9933 2 15.0894 3.62086 15.3962 4.47631C15.8572 5.76203 14.6745 7.06743 13.9805 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 18H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 8L7 22M14.5 8L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 22H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 7.5L21 7M19 10.5L21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7.5L3 7M5 10.5L3 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-mayan-pyramid{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 17H4C2.34533 17 2 17.3453 2 19V20C2 21.6547 2.34533 22 4 22H20C21.6547 22 22 21.6547 22 20V19C22 17.3453 21.6547 17 20 17H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12H6C4.34533 12 4 12.3453 4 14V17M15 12H18C19.6547 12 20 12.3453 20 14V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12V9C6 7.34533 6.34533 7 8 7H16C17.6547 7 18 7.34533 18 9V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 7V4C9 2.34533 9.34533 2 11 2H13C14.6547 2 15 2.34533 15 4V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 7L16 22M10.5 7L8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 17H4C2.34533 17 2 17.3453 2 19V20C2 21.6547 2.34533 22 4 22H20C21.6547 22 22 21.6547 22 20V19C22 17.3453 21.6547 17 20 17H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12H6C4.34533 12 4 12.3453 4 14V17M15 12H18C19.6547 12 20 12.3453 20 14V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12V9C6 7.34533 6.34533 7 8 7H16C17.6547 7 18 7.34533 18 9V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 7V4C9 2.34533 9.34533 2 11 2H13C14.6547 2 15 2.34533 15 4V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 7L16 22M10.5 7L8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-monas{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 7C13.5 6.5 14 5.61496 14 5C14 3.61929 12 2 12 2C12 2 10 3.61929 10 5C10 5.61496 10.5 6.5 11 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 7H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7L9 17M13 7L15 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.42153 20.1014C6.75257 18.7451 5.65909 17.3295 5 17H19C18.3409 17.3295 17.2474 18.7451 16.5785 20.1014C16.0533 21.1661 15.7908 21.6984 15.5483 21.8492C15.3058 22 14.8705 22 14 22H10C9.12949 22 8.69423 22 8.45174 21.8492C8.20925 21.6984 7.94667 21.1661 7.42153 20.1014Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 7C13.5 6.5 14 5.61496 14 5C14 3.61929 12 2 12 2C12 2 10 3.61929 10 5C10 5.61496 10.5 6.5 11 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 7H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7L9 17M13 7L15 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.42153 20.1014C6.75257 18.7451 5.65909 17.3295 5 17H19C18.3409 17.3295 17.2474 18.7451 16.5785 20.1014C16.0533 21.1661 15.7908 21.6984 15.5483 21.8492C15.3058 22 14.8705 22 14 22H10C9.12949 22 8.69423 22 8.45174 21.8492C8.20925 21.6984 7.94667 21.1661 7.42153 20.1014Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-mosque-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12V22M20 12V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8V12M18 8V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 8H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22L21 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22V21.1056C15 19.6764 15 18.9618 14.776 18.321C14.6392 17.9296 14.4424 17.5619 14.1927 17.231C13.7837 16.6891 13.1891 16.2927 12 15.5C10.8109 16.2927 10.2163 16.6891 9.80733 17.231C9.55758 17.5619 9.36078 17.9296 9.224 18.321C9 18.9618 9 19.6764 9 21.1056V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.02481 8C5.93952 5.5 10.6777 4.25 11.9998 3C13.3221 4.25 18.0602 5.5 14.9748 8H9.02481Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12V22M20 12V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8V12M18 8V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 8H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22L21 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22V21.1056C15 19.6764 15 18.9618 14.776 18.321C14.6392 17.9296 14.4424 17.5619 14.1927 17.231C13.7837 16.6891 13.1891 16.2927 12 15.5C10.8109 16.2927 10.2163 16.6891 9.80733 17.231C9.55758 17.5619 9.36078 17.9296 9.224 18.321C9 18.9618 9 19.6764 9 21.1056V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.02481 8C5.93952 5.5 10.6777 4.25 11.9998 3C13.3221 4.25 18.0602 5.5 14.9748 8H9.02481Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-mosque-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 22V14C17 12.1144 17 11.1716 16.4142 10.5858C15.8284 10 14.8856 10 13 10H11C9.11438 10 8.17157 10 7.58579 10.5858C7 11.1716 7 12.1144 7 14V22H17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22V12H3V22H7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 22V12H21V22H17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.02481 10C5.93952 6 10.6777 4 11.9998 2C13.3221 4 18.0602 6 14.9748 10H9.02481Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 22V19C10 18.0218 10 17.5326 10.1422 17.0874C10.2364 16.7924 10.3757 16.5137 10.5552 16.2613C10.8261 15.8804 11.2174 15.5869 12 15C12.7826 15.5869 13.1739 15.8804 13.4448 16.2613C13.6243 16.5137 13.7636 16.7924 13.8578 17.0874C14 17.5326 14 18.0218 14 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 22V14C17 12.1144 17 11.1716 16.4142 10.5858C15.8284 10 14.8856 10 13 10H11C9.11438 10 8.17157 10 7.58579 10.5858C7 11.1716 7 12.1144 7 14V22H17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22V12H3V22H7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 22V12H21V22H17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.02481 10C5.93952 6 10.6777 4 11.9998 2C13.3221 4 18.0602 6 14.9748 10H9.02481Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 22V19C10 18.0218 10 17.5326 10.1422 17.0874C10.2364 16.7924 10.3757 16.5137 10.5552 16.2613C10.8261 15.8804 11.2174 15.5869 12 15C12.7826 15.5869 13.1739 15.8804 13.4448 16.2613C13.6243 16.5137 13.7636 16.7924 13.8578 17.0874C14 17.5326 14 18.0218 14 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-mosque-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5125 6C15.9698 4 18.3389 3 19 2C19.6611 3 22.0302 4 20.4875 6H17.5125Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 11.5V14H7L7 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.02497 11.5C3.93968 7.5 8.67782 5.5 9.99996 3.5C11.3222 5.5 16.0603 7.5 12.975 11.5H9.99998H7.02497Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 22H3V17C3 15.5858 3 14.8787 3.43934 14.4393C3.87868 14 4.58579 14 6 14H14C15.4142 14 16.1213 14 16.5607 14.4393C17 14.8787 17 15.5858 17 17V22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 22V21C8 20.0218 8 19.5326 8.14218 19.0874C8.23639 18.7924 8.37572 18.5137 8.55523 18.2613C8.8261 17.8804 9.2174 17.5869 10 17C10.7826 17.5869 11.1739 17.8804 11.4448 18.2613C11.6243 18.5137 11.7636 18.7924 11.8578 19.0874C12 19.5326 12 20.0218 12 21V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 6L17 15M17 22H21L20.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5125 6C15.9698 4 18.3389 3 19 2C19.6611 3 22.0302 4 20.4875 6H17.5125Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 11.5V14H7L7 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.02497 11.5C3.93968 7.5 8.67782 5.5 9.99996 3.5C11.3222 5.5 16.0603 7.5 12.975 11.5H9.99998H7.02497Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 22H3V17C3 15.5858 3 14.8787 3.43934 14.4393C3.87868 14 4.58579 14 6 14H14C15.4142 14 16.1213 14 16.5607 14.4393C17 14.8787 17 15.5858 17 17V22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 22V21C8 20.0218 8 19.5326 8.14218 19.0874C8.23639 18.7924 8.37572 18.5137 8.55523 18.2613C8.8261 17.8804 9.2174 17.5869 10 17C10.7826 17.5869 11.1739 17.8804 11.4448 18.2613C11.6243 18.5137 11.7636 18.7924 11.8578 19.0874C12 19.5326 12 20.0218 12 21V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 6L17 15M17 22H21L20.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-patio{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 16C21.6936 15.3871 21.0672 15 20.382 15H3.61803C2.93283 15 2.30643 15.3871 2 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 15V22M9.5 15V22M14.5 15V22M19 15V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7L15 3M12 7H6.5M12 7H17.5M12 7L9 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8V15H6V8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 16C21.6936 15.3871 21.0672 15 20.382 15H3.61803C2.93283 15 2.30643 15.3871 2 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 15V22M9.5 15V22M14.5 15V22M19 15V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7L15 3M12 7H6.5M12 7H17.5M12 7L9 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8V15H6V8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-pavilon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 10.8475V21.0137M18 10.8498V21.0137M9.5 21.0137L10.0065 17.9729C10.1261 17.2547 10.1859 16.8956 10.3463 16.6302C10.7446 15.9707 11.3843 16.0106 12 16.0106C12.6157 16.0106 13.2554 15.9707 13.6537 16.6302C13.8141 16.8956 13.8739 17.2547 13.9935 17.9729L14.5 21.0137M3 21.0137H21M7.12038 10.9948C5.81567 10.9948 3.90987 10.3777 3.03476 8.02416C5.33669 7.89198 10.2316 7.34467 12.0044 2.01367C13.8535 7.42799 18.672 7.89198 20.9739 8.02416C20.0988 10.3777 18.193 10.9948 16.8883 10.9948H7.12038Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 10.8475V21.0137M18 10.8498V21.0137M9.5 21.0137L10.0065 17.9729C10.1261 17.2547 10.1859 16.8956 10.3463 16.6302C10.7446 15.9707 11.3843 16.0106 12 16.0106C12.6157 16.0106 13.2554 15.9707 13.6537 16.6302C13.8141 16.8956 13.8739 17.2547 13.9935 17.9729L14.5 21.0137M3 21.0137H21M7.12038 10.9948C5.81567 10.9948 3.90987 10.3777 3.03476 8.02416C5.33669 7.89198 10.2316 7.34467 12.0044 2.01367C13.8535 7.42799 18.672 7.89198 20.9739 8.02416C20.0988 10.3777 18.193 10.9948 16.8883 10.9948H7.12038Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-pisa-tower{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.4591 16.4179L17.7484 11.3959M16.4591 16.4179L17.4214 16.6871M16.4591 16.4179L15.2828 21M16.4591 16.4179L7.79815 13.9957M17.7484 11.3959L19.0377 6.3738M17.7484 11.3959L18.7107 11.665M17.7484 11.3959L9.08743 8.97368M19.0377 6.3738L17.113 5.83554M19.0377 6.3738L20 6.64294M7.79815 13.9957L9.08743 8.97368M7.79815 13.9957L6.83582 13.7266M7.79815 13.9957L6 21M9.08743 8.97368L10.3767 3.95162M9.08743 8.97368L8.1251 8.70455M10.3767 3.95162L9.41437 3.68249M10.3767 3.95162L12.3014 4.48988M12.3014 4.48988L17.113 5.83554M12.3014 4.48988L12.7458 2.75811C12.8862 2.21105 13.4418 1.88632 13.9799 2.03682L16.8635 2.84327C17.3901 2.99054 17.7025 3.53846 17.5651 4.07382L17.113 5.83554%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 21L11.06 19M14 8.5L13.5218 10.208M12.1121 15.2424L12.5655 13.6232%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.4591 16.4179L17.7484 11.3959M16.4591 16.4179L17.4214 16.6871M16.4591 16.4179L15.2828 21M16.4591 16.4179L7.79815 13.9957M17.7484 11.3959L19.0377 6.3738M17.7484 11.3959L18.7107 11.665M17.7484 11.3959L9.08743 8.97368M19.0377 6.3738L17.113 5.83554M19.0377 6.3738L20 6.64294M7.79815 13.9957L9.08743 8.97368M7.79815 13.9957L6.83582 13.7266M7.79815 13.9957L6 21M9.08743 8.97368L10.3767 3.95162M9.08743 8.97368L8.1251 8.70455M10.3767 3.95162L9.41437 3.68249M10.3767 3.95162L12.3014 4.48988M12.3014 4.48988L17.113 5.83554M12.3014 4.48988L12.7458 2.75811C12.8862 2.21105 13.4418 1.88632 13.9799 2.03682L16.8635 2.84327C17.3901 2.99054 17.7025 3.53846 17.5651 4.07382L17.113 5.83554%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 21L11.06 19M14 8.5L13.5218 10.208M12.1121 15.2424L12.5655 13.6232%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-plaza{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 22L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22V6.75122C4 6.12696 4 5.81484 4.16802 5.56401C4.33604 5.31317 4.63861 5.17359 5.24377 4.89441L9.74377 2.81844C11.2032 2.14517 11.9329 1.80854 12.4664 2.11279C13 2.41703 13 3.16977 13 4.67525V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 22V11.2361C20 10.6347 20 10.334 19.8258 10.0923C19.6515 9.85065 19.3377 9.71617 18.7102 9.44721L13 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 9L9.5 9M7.5 13H9.5M7.5 17H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 22L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22V6.75122C4 6.12696 4 5.81484 4.16802 5.56401C4.33604 5.31317 4.63861 5.17359 5.24377 4.89441L9.74377 2.81844C11.2032 2.14517 11.9329 1.80854 12.4664 2.11279C13 2.41703 13 3.16977 13 4.67525V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 22V11.2361C20 10.6347 20 10.334 19.8258 10.0923C19.6515 9.85065 19.3377 9.71617 18.7102 9.44721L13 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 9L9.5 9M7.5 13H9.5M7.5 17H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-real-estate-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 7.4849C21 6.38738 21 5.83862 20.7239 5.37551C20.4478 4.9124 19.9392 4.608 18.9219 3.99921L17.6276 3.22461C16.0308 2.26893 15.2323 1.7911 14.6162 2.08712C14 2.38315 14 3.24459 14 4.96746V22H21V7.4849Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 15H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 7.4849C3 6.38738 3 5.83862 3.27609 5.37551C3.55219 4.9124 4.06081 4.608 5.07807 3.99921L6.37237 3.22461C7.96923 2.26893 8.76767 1.7911 9.38383 2.08712C10 2.38315 10 3.24459 10 4.96746V22H3V7.4849Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.50117 8L6.49219 8M6.50117 12H6.49219M6.50117 16H6.49219%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5012 8L17.4922 8M17.5012 12H17.4922M17.5012 16H17.4922%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 7.4849C21 6.38738 21 5.83862 20.7239 5.37551C20.4478 4.9124 19.9392 4.608 18.9219 3.99921L17.6276 3.22461C16.0308 2.26893 15.2323 1.7911 14.6162 2.08712C14 2.38315 14 3.24459 14 4.96746V22H21V7.4849Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 15H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 7.4849C3 6.38738 3 5.83862 3.27609 5.37551C3.55219 4.9124 4.06081 4.608 5.07807 3.99921L6.37237 3.22461C7.96923 2.26893 8.76767 1.7911 9.38383 2.08712C10 2.38315 10 3.24459 10 4.96746V22H3V7.4849Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.50117 8L6.49219 8M6.50117 12H6.49219M6.50117 16H6.49219%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5012 8L17.4922 8M17.5012 12H17.4922M17.5012 16H17.4922%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-real-estate-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 22V7.4849C21 6.38738 21 5.83862 20.6845 5.37551C20.3689 4.9124 19.7876 4.608 18.6251 3.99921L17.1459 3.22461C15.3209 2.26893 14.4084 1.7911 13.7042 2.08712C13 2.38315 13 3.24459 13 4.96746V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 8H19M21 11H19M21 14H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13C8 11.1144 8 10.1716 8.58579 9.58579C9.17157 9 10.1144 9 12 9C13.8856 9 14.8284 9 15.4142 9.58579C16 10.1716 16 11.1144 16 13V22H8V13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 13H12.5M11.5 16H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%223.5%22 cy%3D%2214%22 rx%3D%221.5%22 ry%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.5 16V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 22V7.4849C21 6.38738 21 5.83862 20.6845 5.37551C20.3689 4.9124 19.7876 4.608 18.6251 3.99921L17.1459 3.22461C15.3209 2.26893 14.4084 1.7911 13.7042 2.08712C13 2.38315 13 3.24459 13 4.96746V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 8H19M21 11H19M21 14H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13C8 11.1144 8 10.1716 8.58579 9.58579C9.17157 9 10.1144 9 12 9C13.8856 9 14.8284 9 15.4142 9.58579C16 10.1716 16 11.1144 16 13V22H8V13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 13H12.5M11.5 16H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%223.5%22 cy%3D%2214%22 rx%3D%221.5%22 ry%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.5 16V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-school{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 22V12.2757C7 11.1939 7 10.653 7.24458 10.1993C7.48915 9.74558 7.93843 9.45308 8.83697 8.86808L10.9185 7.51291C11.4437 7.17097 11.7063 7 12 7C12.2937 7 12.5563 7.17097 13.0815 7.51291L15.163 8.86808C16.0616 9.45308 16.5108 9.74558 16.7554 10.1993C17 10.653 17 11.1939 17 12.2757V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 22V17.1623C20 14.8707 19.0556 14.6852 17 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22V17.1623C4 14.8707 4.94437 14.6852 7 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V4.98221M12 4.98221V2.97035C12 2.49615 12 2.25905 12.1464 2.11173C12.6061 1.64939 14.5 2.74303 15.2203 3.18653C15.8285 3.56105 16 4.30914 16 4.98221H12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 22L10 19C10 18.0572 10 17.5858 10.2929 17.2929C10.5858 17 11.0572 17 12 17C12.9428 17 13.4142 17 13.7071 17.2929C14 17.5858 14 18.0572 14 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 22V12.2757C7 11.1939 7 10.653 7.24458 10.1993C7.48915 9.74558 7.93843 9.45308 8.83697 8.86808L10.9185 7.51291C11.4437 7.17097 11.7063 7 12 7C12.2937 7 12.5563 7.17097 13.0815 7.51291L15.163 8.86808C16.0616 9.45308 16.5108 9.74558 16.7554 10.1993C17 10.653 17 11.1939 17 12.2757V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 22V17.1623C20 14.8707 19.0556 14.6852 17 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22V17.1623C4 14.8707 4.94437 14.6852 7 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V4.98221M12 4.98221V2.97035C12 2.49615 12 2.25905 12.1464 2.11173C12.6061 1.64939 14.5 2.74303 15.2203 3.18653C15.8285 3.56105 16 4.30914 16 4.98221H12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 22L10 19C10 18.0572 10 17.5858 10.2929 17.2929C10.5858 17 11.0572 17 12 17C12.9428 17 13.4142 17 13.7071 17.2929C14 17.5858 14 18.0572 14 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-taj-mahal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 22V11M8 11V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.28121 11C4.4246 7 10.3473 5 12 3C13.6528 5 19.5754 7 15.7188 11H8.28121Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.4945 12C23.1153 9.27273 19.8882 8.03306 18.9863 7C18.6041 7.4379 17 8 17 8.5M19 7V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.50553 12C0.884678 9.27273 4.11179 8.03306 5.01367 7C5.39592 7.4379 7 8 7 8.5M5 7V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11L4.32647 12.347C3.77285 12.55 3.21234 12.65 2.61972 12.65C2.23545 12.65 2 12.8576 2 13.2697V22H22V13.2697C22 12.8576 21.7646 12.65 21.3803 12.65C20.7877 12.65 20.2272 12.55 19.6735 12.347L16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 18L19 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 18L5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16L12 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 22V11M8 11V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.28121 11C4.4246 7 10.3473 5 12 3C13.6528 5 19.5754 7 15.7188 11H8.28121Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.4945 12C23.1153 9.27273 19.8882 8.03306 18.9863 7C18.6041 7.4379 17 8 17 8.5M19 7V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.50553 12C0.884678 9.27273 4.11179 8.03306 5.01367 7C5.39592 7.4379 7 8 7 8.5M5 7V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11L4.32647 12.347C3.77285 12.55 3.21234 12.65 2.61972 12.65C2.23545 12.65 2 12.8576 2 13.2697V22H22V13.2697C22 12.8576 21.7646 12.65 21.3803 12.65C20.7877 12.65 20.2272 12.55 19.6735 12.347L16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 18L19 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 18L5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16L12 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-the-prophets-mosque{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 22V19.5C3 17.4317 3.34533 17 5 17H17C18.6547 17 19 17.4317 19 19.5V22H3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5125 6C15.9698 4 18.3389 3 19 2C19.6611 3 22.0302 4 20.4875 6H17.5125Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 6L17 17M17 22H21L20.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0006 8C12.984 10.25 16.9992 11 16.9992 17H5C5 11 9.01516 10.25 10.9986 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 22V19.5C3 17.4317 3.34533 17 5 17H17C18.6547 17 19 17.4317 19 19.5V22H3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5125 6C15.9698 4 18.3389 3 19 2C19.6611 3 22.0302 4 20.4875 6H17.5125Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 6L17 17M17 22H21L20.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0006 8C12.984 10.25 16.9992 11 16.9992 17H5C5 11 9.01516 10.25 10.9986 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-torri-gate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 8V21M18 8V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21M3 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 8L10 12M14 8L14 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 3C18.5391 5.96343 15.5055 8 12 8C8.49452 8 5.46091 5.96343 4 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 8V21M18 8V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21M3 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 8L10 12M14 8L14 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 3C18.5391 5.96343 15.5055 8 12 8C8.49452 8 5.46091 5.96343 4 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-trulli{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.67201 10.5471L7.47975 5.84679C9.55727 3.28226 10.596 2 12.0001 2C13.4042 2 14.443 3.28226 16.5205 5.84679L20.3282 10.5471C20.8408 11.1798 21.097 11.4961 20.9664 11.7481C20.8357 12 20.4154 12 19.5748 12H4.4254C3.5848 12 3.1645 12 3.03386 11.7481C2.90322 11.4961 3.15949 11.1798 3.67201 10.5471Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.00012 8.50768C9.32819 9.40703 10.8212 5.2314 13.5795 7.91042C15.0001 9.29007 16.4165 9.205 18.0001 8.50769%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0002 22V18C10.0002 16.8954 10.8957 16 12.0002 16C13.1048 16 14.0002 16.8954 14.0002 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5002 12L19.5002 20C19.5002 20.9428 19.5002 21.4142 19.2074 21.7071C18.9145 22 18.4431 22 17.5002 22L6.50024 22C5.55743 22 5.08603 22 4.79314 21.7071C4.50024 21.4142 4.50024 20.9428 4.50024 20L4.50024 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.67201 10.5471L7.47975 5.84679C9.55727 3.28226 10.596 2 12.0001 2C13.4042 2 14.443 3.28226 16.5205 5.84679L20.3282 10.5471C20.8408 11.1798 21.097 11.4961 20.9664 11.7481C20.8357 12 20.4154 12 19.5748 12H4.4254C3.5848 12 3.1645 12 3.03386 11.7481C2.90322 11.4961 3.15949 11.1798 3.67201 10.5471Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.00012 8.50768C9.32819 9.40703 10.8212 5.2314 13.5795 7.91042C15.0001 9.29007 16.4165 9.205 18.0001 8.50769%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0002 22V18C10.0002 16.8954 10.8957 16 12.0002 16C13.1048 16 14.0002 16.8954 14.0002 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5002 12L19.5002 20C19.5002 20.9428 19.5002 21.4142 19.2074 21.7071C18.9145 22 18.4431 22 17.5002 22L6.50024 22C5.55743 22 5.08603 22 4.79314 21.7071C4.50024 21.4142 4.50024 20.9428 4.50024 20L4.50024 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-twin-tower{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 19L12 15L15 19M9 14H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22V14C2 13.0572 2 12.5858 2.29289 12.2929C2.58579 12 3.05719 12 4 12H7C7.94281 12 8.41421 12 8.70711 12.2929C9 12.5858 9 13.0572 9 14V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12V10C3 9.05719 3 8.58579 3.29289 8.29289C3.58579 8 4.05719 8 5 8H6C6.94281 8 7.41421 8 7.70711 8.29289C8 8.58579 8 9.05719 8 10V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 8V5.5C4 5.03406 4 4.80109 4.07612 4.61732C4.17761 4.37229 4.37229 4.17761 4.61732 4.07612C4.80109 4 5.03406 4 5.5 4C5.96594 4 6.19891 4 6.38268 4.07612C6.62771 4.17761 6.82239 4.37229 6.92388 4.61732C7 4.80109 7 5.03406 7 5.5V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22V14C15 13.0572 15 12.5858 15.2929 12.2929C15.5858 12 16.0572 12 17 12H20C20.9428 12 21.4142 12 21.7071 12.2929C22 12.5858 22 13.0572 22 14V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12V10C16 9.05719 16 8.58579 16.2929 8.29289C16.5858 8 17.0572 8 18 8H19C19.9428 8 20.4142 8 20.7071 8.29289C21 8.58579 21 9.05719 21 10V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8V5.5C17 5.03406 17 4.80109 17.0761 4.61732C17.1776 4.37229 17.3723 4.17761 17.6173 4.07612C17.8011 4 18.0341 4 18.5 4C18.9659 4 19.1989 4 19.3827 4.07612C19.6277 4.17761 19.8224 4.37229 19.9239 4.61732C20 4.80109 20 5.03406 20 5.5V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 19L12 15L15 19M9 14H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22V14C2 13.0572 2 12.5858 2.29289 12.2929C2.58579 12 3.05719 12 4 12H7C7.94281 12 8.41421 12 8.70711 12.2929C9 12.5858 9 13.0572 9 14V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12V10C3 9.05719 3 8.58579 3.29289 8.29289C3.58579 8 4.05719 8 5 8H6C6.94281 8 7.41421 8 7.70711 8.29289C8 8.58579 8 9.05719 8 10V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 8V5.5C4 5.03406 4 4.80109 4.07612 4.61732C4.17761 4.37229 4.37229 4.17761 4.61732 4.07612C4.80109 4 5.03406 4 5.5 4C5.96594 4 6.19891 4 6.38268 4.07612C6.62771 4.17761 6.82239 4.37229 6.92388 4.61732C7 4.80109 7 5.03406 7 5.5V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22V14C15 13.0572 15 12.5858 15.2929 12.2929C15.5858 12 16.0572 12 17 12H20C20.9428 12 21.4142 12 21.7071 12.2929C22 12.5858 22 13.0572 22 14V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12V10C16 9.05719 16 8.58579 16.2929 8.29289C16.5858 8 17.0572 8 18 8H19C19.9428 8 20.4142 8 20.7071 8.29289C21 8.58579 21 9.05719 21 10V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8V5.5C17 5.03406 17 4.80109 17.0761 4.61732C17.1776 4.37229 17.3723 4.17761 17.6173 4.07612C17.8011 4 18.0341 4 18.5 4C18.9659 4 19.1989 4 19.3827 4.07612C19.6277 4.17761 19.8224 4.37229 19.9239 4.61732C20 4.80109 20 5.03406 20 5.5V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-university{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 22H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 13V22M21 13V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 8V22M16.5 8V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 13H7M22 13H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 8H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V4.98221M12 4.98221V2.97035C12 2.49615 12 2.25905 12.1464 2.11173C12.6061 1.64939 14.5 2.74303 15.2203 3.18653C15.8285 3.56105 16 4.30914 16 4.98221H12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 12L10.5 12.5M13.5 12V12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 16L10.5 16.5M13.5 16V16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 22H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 13V22M21 13V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 8V22M16.5 8V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 13H7M22 13H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 8H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V4.98221M12 4.98221V2.97035C12 2.49615 12 2.25905 12.1464 2.11173C12.6061 1.64939 14.5 2.74303 15.2203 3.18653C15.8285 3.56105 16 4.30914 16 4.98221H12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 12L10.5 12.5M13.5 12V12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 16L10.5 16.5M13.5 16V16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-washington-monument{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 19L8.76762 6.62668C8.88311 5.81824 8.94085 5.41402 9.10135 5.04395C9.26184 4.67389 9.51749 4.35549 10.0288 3.71871L10.5858 3.02497C11.2524 2.34166 11.5858 2 12 2C12.4142 2 12.7475 2.34166 13.4142 3.02497L13.9712 3.71871C14.4825 4.35549 14.7382 4.67389 14.8987 5.04395C15.0591 5.41402 15.1169 5.81825 15.2324 6.62668L17 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 22L19.7812 21.6718C18.9093 20.3639 18.4733 19.71 17.81 19.355C17.1467 19 16.3608 19 14.7889 19H9.2111C7.63921 19 6.85326 19 6.18998 19.355C5.5267 19.71 5.09073 20.3639 4.2188 21.6718L4 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 6H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19L12 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 19L8.76762 6.62668C8.88311 5.81824 8.94085 5.41402 9.10135 5.04395C9.26184 4.67389 9.51749 4.35549 10.0288 3.71871L10.5858 3.02497C11.2524 2.34166 11.5858 2 12 2C12.4142 2 12.7475 2.34166 13.4142 3.02497L13.9712 3.71871C14.4825 4.35549 14.7382 4.67389 14.8987 5.04395C15.0591 5.41402 15.1169 5.81825 15.2324 6.62668L17 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 22L19.7812 21.6718C18.9093 20.3639 18.4733 19.71 17.81 19.355C17.1467 19 16.3608 19 14.7889 19H9.2111C7.63921 19 6.85326 19 6.18998 19.355C5.5267 19.71 5.09073 20.3639 4.2188 21.6718L4 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 6H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19L12 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-buildings-icons-yurt{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1568 2.45596C7.44599 3.52155 5.26606 5.13458 3.84323 6.46166C3.21936 7.04354 2.90742 7.33448 3.02414 7.66724C3.14086 8 3.575 8 4.44328 8H19.5567C20.425 8 20.8591 8 20.9759 7.66724C21.0926 7.33448 20.7806 7.04354 20.1568 6.46166C18.7339 5.13458 16.554 3.52155 13.8432 2.45596C13.0699 2.15199 12.6833 2 12 2C11.3167 2 10.9301 2.15199 10.1568 2.45596Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.49705 22C3.8036 21.3068 3.45902 20.5479 3.37922 19.5907C3.25304 18.077 3 15 3 15C3 15 3.25304 11.923 3.37922 10.4093C3.45902 9.45208 3.8036 8.69321 4.49705 8M19.5029 22C20.1964 21.3068 20.541 20.5479 20.6208 19.5907C20.747 18.077 21 15 21 15C21 15 20.747 11.923 20.6208 10.4093C20.541 9.45208 20.1964 8.69321 19.5029 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22V14C9 12.3453 9.34533 12 11 12H13C14.6547 12 15 12.3453 15 14V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.009 15H12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1568 2.45596C7.44599 3.52155 5.26606 5.13458 3.84323 6.46166C3.21936 7.04354 2.90742 7.33448 3.02414 7.66724C3.14086 8 3.575 8 4.44328 8H19.5567C20.425 8 20.8591 8 20.9759 7.66724C21.0926 7.33448 20.7806 7.04354 20.1568 6.46166C18.7339 5.13458 16.554 3.52155 13.8432 2.45596C13.0699 2.15199 12.6833 2 12 2C11.3167 2 10.9301 2.15199 10.1568 2.45596Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.49705 22C3.8036 21.3068 3.45902 20.5479 3.37922 19.5907C3.25304 18.077 3 15 3 15C3 15 3.25304 11.923 3.37922 10.4093C3.45902 9.45208 3.8036 8.69321 4.49705 8M19.5029 22C20.1964 21.3068 20.541 20.5479 20.6208 19.5907C20.747 18.077 21 15 21 15C21 15 20.747 11.923 20.6208 10.4093C20.541 9.45208 20.1964 8.69321 19.5029 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22V14C9 12.3453 9.34533 12 11 12H13C14.6547 12 15 12.3453 15 14V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.009 15H12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-address-book{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 10C4.5 6.22876 4.5 4.34315 5.67157 3.17157C6.84315 2 8.72876 2 12.5 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10V14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H12.5C8.72876 22 6.84315 22 5.67157 20.8284C4.5 19.6569 4.5 17.7712 4.5 14V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.25 10.0002V12.5002C15.25 13.3286 15.9216 14.0002 16.75 14.0002C17.5784 14.0002 18.25 13.3286 18.25 12.5002V12C18.25 9.23858 16.0114 7 13.25 7C10.4886 7 8.25 9.23858 8.25 12C8.25 14.7614 10.4886 17 13.25 17C14.3758 17 15.4147 16.6279 16.2505 16M15.25 12.0002C15.25 13.1048 14.3546 14.0002 13.25 14.0002C12.1454 14.0002 11.25 13.1048 11.25 12.0002C11.25 10.8956 12.1454 10.0002 13.25 10.0002C14.3546 10.0002 15.25 10.8956 15.25 12.0002Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 6L2 6M4.5 12L2 12M4.5 18H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 10C4.5 6.22876 4.5 4.34315 5.67157 3.17157C6.84315 2 8.72876 2 12.5 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10V14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H12.5C8.72876 22 6.84315 22 5.67157 20.8284C4.5 19.6569 4.5 17.7712 4.5 14V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.25 10.0002V12.5002C15.25 13.3286 15.9216 14.0002 16.75 14.0002C17.5784 14.0002 18.25 13.3286 18.25 12.5002V12C18.25 9.23858 16.0114 7 13.25 7C10.4886 7 8.25 9.23858 8.25 12C8.25 14.7614 10.4886 17 13.25 17C14.3758 17 15.4147 16.6279 16.2505 16M15.25 12.0002C15.25 13.1048 14.3546 14.0002 13.25 14.0002C12.1454 14.0002 11.25 13.1048 11.25 12.0002C11.25 10.8956 12.1454 10.0002 13.25 10.0002C14.3546 10.0002 15.25 10.8956 15.25 12.0002Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 6L2 6M4.5 12L2 12M4.5 18H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-advertisiment{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.50586 15.9916L8.03146 9.02875C8.49073 8.06222 9.19305 7.26286 9.99777 9.17999C10.7406 10.9497 11.8489 14.1903 12.5031 15.9954M6.65339 13.002H11.3215%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.46447 4.31802C2 5.63604 2 7.75736 2 12C2 16.2426 2 18.364 3.46447 19.682C4.92893 21 7.28596 21 12 21C16.714 21 19.0711 21 20.5355 19.682C22 18.364 22 16.2426 22 12C22 7.75736 22 5.63604 20.5355 4.31802C19.0711 3 16.714 3 12 3C7.28596 3 4.92893 3 3.46447 4.31802Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4843 8.98633V11.981M18.4843 11.981V15.9247M18.4843 11.981H16.466C16.2263 11.981 15.9885 12.0256 15.7645 12.1125C14.0707 12.7697 14.0707 15.2119 15.7645 15.8691C15.9885 15.956 16.2263 16.0006 16.466 16.0006H18.4843%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.50586 15.9916L8.03146 9.02875C8.49073 8.06222 9.19305 7.26286 9.99777 9.17999C10.7406 10.9497 11.8489 14.1903 12.5031 15.9954M6.65339 13.002H11.3215%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.46447 4.31802C2 5.63604 2 7.75736 2 12C2 16.2426 2 18.364 3.46447 19.682C4.92893 21 7.28596 21 12 21C16.714 21 19.0711 21 20.5355 19.682C22 18.364 22 16.2426 22 12C22 7.75736 22 5.63604 20.5355 4.31802C19.0711 3 16.714 3 12 3C7.28596 3 4.92893 3 3.46447 4.31802Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4843 8.98633V11.981M18.4843 11.981V15.9247M18.4843 11.981H16.466C16.2263 11.981 15.9885 12.0256 15.7645 12.1125C14.0707 12.7697 14.0707 15.2119 15.7645 15.8691C15.9885 15.956 16.2263 16.0006 16.466 16.0006H18.4843%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-analysis-text-link{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 4H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 20C6.07093 18.053 7.52279 13.0189 10.3063 13.0189C12.2301 13.0189 12.7283 15.4717 14.6136 15.4717C17.8572 15.4717 17.387 10 21 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 4H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 20C6.07093 18.053 7.52279 13.0189 10.3063 13.0189C12.2301 13.0189 12.7283 15.4717 14.6136 15.4717C17.8572 15.4717 17.387 10 21 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-analytics-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 17L7 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17L12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 17L17 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 17L7 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17L12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 17L17 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-analytics-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 17.5L6.5 14.5M11.5 17.5L11.5 8.5M16.5 17.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 5.5C21.5 7.15685 20.1569 8.5 18.5 8.5C16.8431 8.5 15.5 7.15685 15.5 5.5C15.5 3.84315 16.8431 2.5 18.5 2.5C20.1569 2.5 21.5 3.84315 21.5 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.4955 11C21.4955 11 21.5 11.3395 21.5 12C21.5 16.4784 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4784 2.5 12C2.5 7.52169 2.5 5.28252 3.89124 3.89127C5.28249 2.50003 7.52166 2.50003 12 2.50003L13 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 17.5L6.5 14.5M11.5 17.5L11.5 8.5M16.5 17.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 5.5C21.5 7.15685 20.1569 8.5 18.5 8.5C16.8431 8.5 15.5 7.15685 15.5 5.5C15.5 3.84315 16.8431 2.5 18.5 2.5C20.1569 2.5 21.5 3.84315 21.5 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.4955 11C21.4955 11 21.5 11.3395 21.5 12C21.5 16.4784 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4784 2.5 12C2.5 7.52169 2.5 5.28252 3.89124 3.89127C5.28249 2.50003 7.52166 2.50003 12 2.50003L13 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-analytics-down{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 18L17 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18L12 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18L7 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7C9.19706 10.2683 13.2338 11.0813 17.1413 9.99185M15.6881 8.47133L17.7617 9.48839C18.0076 9.60901 18.074 9.88829 17.91 10.1122L16.5269 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 18L17 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18L12 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18L7 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7C9.19706 10.2683 13.2338 11.0813 17.1413 9.99185M15.6881 8.47133L17.7617 9.48839C18.0076 9.60901 18.074 9.88829 17.91 10.1122L16.5269 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-analytics-up{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 18V16M12 18V15M17 18V13M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.99219 11.4863C8.14729 11.5581 13.0341 11.2328 15.8137 6.82132M13.9923 6.28835L15.8678 5.98649C16.0964 5.95738 16.432 6.13785 16.5145 6.35298L17.0104 7.99142%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 18V16M12 18V15M17 18V13M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.99219 11.4863C8.14729 11.5581 13.0341 11.2328 15.8137 6.82132M13.9923 6.28835L15.8678 5.98649C16.0964 5.95738 16.432 6.13785 16.5145 6.35298L17.0104 7.99142%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-archive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 2H11C7.22876 2 5.34315 2 4.17157 3.17157C3 4.34315 3 6.22876 3 10V14C3 17.7712 3 19.6569 4.17157 20.8284C5.34315 22 7.22876 22 11 22H13C16.7712 22 18.6569 22 19.8284 20.8284C21 19.6569 21 17.7712 21 14V10C21 6.22876 21 4.34315 19.8284 3.17157C18.6569 2 16.7712 2 13 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 2H11C7.22876 2 5.34315 2 4.17157 3.17157C3 4.34315 3 6.22876 3 10V14C3 17.7712 3 19.6569 4.17157 20.8284C5.34315 22 7.22876 22 11 22H13C16.7712 22 18.6569 22 19.8284 20.8284C21 19.6569 21 17.7712 21 14V10C21 6.22876 21 4.34315 19.8284 3.17157C18.6569 2 16.7712 2 13 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-at{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.6 8.40033V12.9003C15.6 14.3915 16.8088 15.6003 18.3 15.6003C19.7912 15.6003 21 14.3915 21 12.9003V12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C14.0265 21 15.8965 20.3302 17.4009 19.2M15.6 12.0003C15.6 13.9886 13.9882 15.6003 12 15.6003C10.0118 15.6003 8.4 13.9886 8.4 12.0003C8.4 10.0121 10.0118 8.40033 12 8.40033C13.9882 8.40033 15.6 10.0121 15.6 12.0003Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.6 8.40033V12.9003C15.6 14.3915 16.8088 15.6003 18.3 15.6003C19.7912 15.6003 21 14.3915 21 12.9003V12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C14.0265 21 15.8965 20.3302 17.4009 19.2M15.6 12.0003C15.6 13.9886 13.9882 15.6003 12 15.6003C10.0118 15.6003 8.4 13.9886 8.4 12.0003C8.4 10.0121 10.0118 8.40033 12 8.40033C13.9882 8.40033 15.6 10.0121 15.6 12.0003Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-atm-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9349 13.9453L18.2646 10.2968C17.9751 8.72096 17.8303 7.93303 17.257 7.46651C16.6837 7 15.8602 7 14.2132 7H9.78685C8.1398 7 7.31628 7 6.74298 7.46651C6.16968 7.93303 6.02492 8.72096 5.73538 10.2968L5.06506 13.9453C4.46408 17.2162 4.16359 18.8517 5.08889 19.9259C6.01419 21 7.72355 21 11.1423 21H12.8577C16.2765 21 17.9858 21 18.9111 19.9259C19.8364 18.8517 19.5359 17.2162 18.9349 13.9453Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 17.492L12 17.501%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 11C21.1568 10.9209 21.2931 10.8212 21.4142 10.6955C22 10.0875 22 9.10893 22 7.15176C22 5.1946 22 4.21602 21.4142 3.60801C20.8284 3 19.8856 3 18 3L6 3C4.11438 3 3.17157 3 2.58579 3.60801C2 4.21602 2 5.1946 2 7.15176C2 9.10893 2 10.0875 2.58579 10.6955C2.70688 10.8212 2.84322 10.9209 3 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9349 13.9453L18.2646 10.2968C17.9751 8.72096 17.8303 7.93303 17.257 7.46651C16.6837 7 15.8602 7 14.2132 7H9.78685C8.1398 7 7.31628 7 6.74298 7.46651C6.16968 7.93303 6.02492 8.72096 5.73538 10.2968L5.06506 13.9453C4.46408 17.2162 4.16359 18.8517 5.08889 19.9259C6.01419 21 7.72355 21 11.1423 21H12.8577C16.2765 21 17.9858 21 18.9111 19.9259C19.8364 18.8517 19.5359 17.2162 18.9349 13.9453Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 17.492L12 17.501%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 11C21.1568 10.9209 21.2931 10.8212 21.4142 10.6955C22 10.0875 22 9.10893 22 7.15176C22 5.1946 22 4.21602 21.4142 3.60801C20.8284 3 19.8856 3 18 3L6 3C4.11438 3 3.17157 3 2.58579 3.60801C2 4.21602 2 5.1946 2 7.15176C2 9.10893 2 10.0875 2.58579 10.6955C2.70688 10.8212 2.84322 10.9209 3 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-atm-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 11C21.1568 10.9209 21.2931 10.8212 21.4142 10.6955C22 10.0875 22 9.10893 22 7.15176C22 5.1946 22 4.21602 21.4142 3.60801C20.8284 3 19.8856 3 18 3L6 3C4.11438 3 3.17157 3 2.58579 3.60801C2 4.21602 2 5.1946 2 7.15176C2 9.10893 2 10.0875 2.58579 10.6955C2.70688 10.8212 2.84322 10.9209 3 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9349 13.9453L18.2646 10.2968C17.9751 8.72096 17.8303 7.93303 17.257 7.46651C16.6837 7 15.8602 7 14.2132 7H9.78685C8.1398 7 7.31628 7 6.74298 7.46651C6.16968 7.93303 6.02492 8.72096 5.73538 10.2968L5.06506 13.9453C4.46408 17.2162 4.16359 18.8517 5.08889 19.9259C6.01419 21 7.72355 21 11.1423 21H12.8577C16.2765 21 17.9858 21 18.9111 19.9259C19.8364 18.8517 19.5359 17.2162 18.9349 13.9453Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7L9.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 16L15 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-miterlimit%3D%2210%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 11C21.1568 10.9209 21.2931 10.8212 21.4142 10.6955C22 10.0875 22 9.10893 22 7.15176C22 5.1946 22 4.21602 21.4142 3.60801C20.8284 3 19.8856 3 18 3L6 3C4.11438 3 3.17157 3 2.58579 3.60801C2 4.21602 2 5.1946 2 7.15176C2 9.10893 2 10.0875 2.58579 10.6955C2.70688 10.8212 2.84322 10.9209 3 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9349 13.9453L18.2646 10.2968C17.9751 8.72096 17.8303 7.93303 17.257 7.46651C16.6837 7 15.8602 7 14.2132 7H9.78685C8.1398 7 7.31628 7 6.74298 7.46651C6.16968 7.93303 6.02492 8.72096 5.73538 10.2968L5.06506 13.9453C4.46408 17.2162 4.16359 18.8517 5.08889 19.9259C6.01419 21 7.72355 21 11.1423 21H12.8577C16.2765 21 17.9858 21 18.9111 19.9259C19.8364 18.8517 19.5359 17.2162 18.9349 13.9453Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7L9.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 16L15 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-miterlimit%3D%2210%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-attchment{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 12.0001V13.5001C19.5 17.6422 16.1421 21.0001 12 21.0001C7.85786 21.0001 4.5 17.6422 4.5 13.5001V8C4.5 5.23858 6.73858 3 9.5 3C12.2614 3 14.5 5.23858 14.5 8V13.5C14.5 14.8807 13.3807 16 12 16C10.6193 16 9.5 14.8807 9.5 13.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 12.0001V13.5001C19.5 17.6422 16.1421 21.0001 12 21.0001C7.85786 21.0001 4.5 17.6422 4.5 13.5001V8C4.5 5.23858 6.73858 3 9.5 3C12.2614 3 14.5 5.23858 14.5 8V13.5C14.5 14.8807 13.3807 16 12 16C10.6193 16 9.5 14.8807 9.5 13.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-auto-conversations{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.09572 8.0441L10.9796 8.0441M2.15137 18.0034L7.64898 12.5896C7.86051 12.3813 8.19094 12.3578 8.42942 12.5342L12.6752 15.6747C12.9254 15.8597 13.2742 15.8238 13.482 15.5917L21.4362 6.70604M18.2597 6.00342H21.082C21.6299 6.00342 22.0772 6.44419 22.0885 6.99521L22.1514 10.0683%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.09572 8.0441L10.9796 8.0441M2.15137 18.0034L7.64898 12.5896C7.86051 12.3813 8.19094 12.3578 8.42942 12.5342L12.6752 15.6747C12.9254 15.8597 13.2742 15.8238 13.482 15.5917L21.4362 6.70604M18.2597 6.00342H21.082C21.6299 6.00342 22.0772 6.44419 22.0885 6.99521L22.1514 10.0683%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-bank{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 8.56907C2 7.37289 2.48238 6.63982 3.48063 6.08428L7.58987 3.79744C9.7431 2.59915 10.8197 2 12 2C13.1803 2 14.2569 2.59915 16.4101 3.79744L20.5194 6.08428C21.5176 6.63982 22 7.3729 22 8.56907C22 8.89343 22 9.05561 21.9646 9.18894C21.7785 9.88945 21.1437 10 20.5307 10H3.46928C2.85627 10 2.22152 9.88944 2.03542 9.18894C2 9.05561 2 8.89343 2 8.56907Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9959 7H12.0049%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10V18.5M8 10V18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 10V18.5M20 10V18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 18.5H5C3.34315 18.5 2 19.8431 2 21.5C2 21.7761 2.22386 22 2.5 22H21.5C21.7761 22 22 21.7761 22 21.5C22 19.8431 20.6569 18.5 19 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 8.56907C2 7.37289 2.48238 6.63982 3.48063 6.08428L7.58987 3.79744C9.7431 2.59915 10.8197 2 12 2C13.1803 2 14.2569 2.59915 16.4101 3.79744L20.5194 6.08428C21.5176 6.63982 22 7.3729 22 8.56907C22 8.89343 22 9.05561 21.9646 9.18894C21.7785 9.88945 21.1437 10 20.5307 10H3.46928C2.85627 10 2.22152 9.88944 2.03542 9.18894C2 9.05561 2 8.89343 2 8.56907Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9959 7H12.0049%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10V18.5M8 10V18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 10V18.5M20 10V18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 18.5H5C3.34315 18.5 2 19.8431 2 21.5C2 21.7761 2.22386 22 2.5 22H21.5C21.7761 22 22 21.7761 22 21.5C22 19.8431 20.6569 18.5 19 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-bitcoin-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 12H13.2M9 12V9.2963C9 8.82489 9 8.58919 9.14645 8.44274C9.29289 8.2963 9.5286 8.2963 10 8.2963H13.2C14.1941 8.2963 15 9.1254 15 10.1481C15 11.1709 14.1941 12 13.2 12M9 12V14.7037C9 15.1751 9 15.4108 9.14645 15.5572C9.29289 15.7037 9.5286 15.7037 10 15.7037H13.2C14.1941 15.7037 15 14.8746 15 13.8518C15 12.8291 14.1941 12 13.2 12M10.4938 8.2963V7M10.4938 17V15.7037M12.8982 8.2963V7M12.8982 17V15.7037%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 12H13.2M9 12V9.2963C9 8.82489 9 8.58919 9.14645 8.44274C9.29289 8.2963 9.5286 8.2963 10 8.2963H13.2C14.1941 8.2963 15 9.1254 15 10.1481C15 11.1709 14.1941 12 13.2 12M9 12V14.7037C9 15.1751 9 15.4108 9.14645 15.5572C9.29289 15.7037 9.5286 15.7037 10 15.7037H13.2C14.1941 15.7037 15 14.8746 15 13.8518C15 12.8291 14.1941 12 13.2 12M10.4938 8.2963V7M10.4938 17V15.7037M12.8982 8.2963V7M12.8982 17V15.7037%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-bitcoin-receive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4.8H9C10.6569 4.8 12 6.41177 12 8.4C12 10.3882 10.6569 12 9 12M9 12C10.6569 12 12 13.6118 12 15.6C12 17.5882 10.6569 19.2 9 19.2H2M9 12H3M2.83333 4.8V19.2M4.5 3V4.8M8.66667 3V4.8M4.5 19.2V21M8.66667 19.2V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 12H22M14.5 12C14.5 12.7002 16.4943 14.0085 17 14.5M14.5 12C14.5 11.2998 16.4943 9.99153 17 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4.8H9C10.6569 4.8 12 6.41177 12 8.4C12 10.3882 10.6569 12 9 12M9 12C10.6569 12 12 13.6118 12 15.6C12 17.5882 10.6569 19.2 9 19.2H2M9 12H3M2.83333 4.8V19.2M4.5 3V4.8M8.66667 3V4.8M4.5 19.2V21M8.66667 19.2V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 12H22M14.5 12C14.5 12.7002 16.4943 14.0085 17 14.5M14.5 12C14.5 11.2998 16.4943 9.99153 17 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-bitcoin-send{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4.8H9C10.6569 4.8 12 6.41177 12 8.4C12 10.3882 10.6569 12 9 12M9 12C10.6569 12 12 13.6118 12 15.6C12 17.5882 10.6569 19.2 9 19.2H2M9 12H3M2.83333 4.8V19.2M4.5 3V4.8M8.66667 3V4.8M4.5 19.2V21M8.66667 19.2V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12H14.5M22 12C22 12.7002 20.0057 14.0085 19.5 14.5M22 12C22 11.2998 20.0057 9.99153 19.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4.8H9C10.6569 4.8 12 6.41177 12 8.4C12 10.3882 10.6569 12 9 12M9 12C10.6569 12 12 13.6118 12 15.6C12 17.5882 10.6569 19.2 9 19.2H2M9 12H3M2.83333 4.8V19.2M4.5 3V4.8M8.66667 3V4.8M4.5 19.2V21M8.66667 19.2V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12H14.5M22 12C22 12.7002 20.0057 14.0085 19.5 14.5M22 12C22 11.2998 20.0057 9.99153 19.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-bitcoin-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 12H13.2M9 12V9.2963C9 8.82489 9 8.58919 9.14645 8.44274C9.29289 8.2963 9.5286 8.2963 10 8.2963H13.2C14.1941 8.2963 15 9.1254 15 10.1481C15 11.1709 14.1941 12 13.2 12M9 12V14.7037C9 15.1751 9 15.4108 9.14645 15.5573C9.29289 15.7037 9.5286 15.7037 10 15.7037H13.2C14.1941 15.7037 15 14.8746 15 13.8519C15 12.8291 14.1941 12 13.2 12M10.4938 8.2963V7M10.4938 17V15.7037M12.8982 8.2963V7M12.8982 17V15.7037%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 12H13.2M9 12V9.2963C9 8.82489 9 8.58919 9.14645 8.44274C9.29289 8.2963 9.5286 8.2963 10 8.2963H13.2C14.1941 8.2963 15 9.1254 15 10.1481C15 11.1709 14.1941 12 13.2 12M9 12V14.7037C9 15.1751 9 15.4108 9.14645 15.5573C9.29289 15.7037 9.5286 15.7037 10 15.7037H13.2C14.1941 15.7037 15 14.8746 15 13.8519C15 12.8291 14.1941 12 13.2 12M10.4938 8.2963V7M10.4938 17V15.7037M12.8982 8.2963V7M12.8982 17V15.7037%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-bitcoin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 4H14.4C16.3882 4 18 5.79086 18 8C18 10.2091 16.3882 12 14.4 12M14.4 12C16.3882 12 18 13.7909 18 16C18 18.2091 16.3882 20 14.4 20H6M14.4 12H7.2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2L9 4M14 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 20L9 22M14 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 4H14.4C16.3882 4 18 5.79086 18 8C18 10.2091 16.3882 12 14.4 12M14.4 12C16.3882 12 18 13.7909 18 16C18 18.2091 16.3882 20 14.4 20H6M14.4 12H7.2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2L9 4M14 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 20L9 22M14 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-briefcase-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 13.3333C10 13.0233 10 12.8683 10.0341 12.7412C10.1265 12.3961 10.3961 12.1265 10.7412 12.0341C10.8683 12 11.0233 12 11.3333 12H12.6667C12.9767 12 13.1317 12 13.2588 12.0341C13.6039 12.1265 13.8735 12.3961 13.9659 12.7412C14 12.8683 14 13.0233 14 13.3333V14C14 15.1046 13.1046 16 12 16C10.8954 16 10 15.1046 10 14V13.3333Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9 13.5H15.0826C16.3668 13.5 17.0089 13.5 17.5556 13.3842C19.138 13.049 20.429 12.0207 20.9939 10.6455C21.1891 10.1704 21.2687 9.59552 21.428 8.4457C21.4878 8.01405 21.5177 7.79823 21.489 7.62169C21.4052 7.10754 20.9932 6.68638 20.4381 6.54764C20.2475 6.5 20.0065 6.5 19.5244 6.5H4.47562C3.99351 6.5 3.75245 6.5 3.56187 6.54764C3.00682 6.68638 2.59477 7.10754 2.51104 7.62169C2.48229 7.79823 2.51219 8.01405 2.57198 8.4457C2.73128 9.59552 2.81092 10.1704 3.00609 10.6455C3.571 12.0207 4.86198 13.049 6.44436 13.3842C6.99105 13.5 7.63318 13.5 8.91743 13.5H10.1%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.5 11.5V13.5C3.5 17.2712 3.5 19.1569 4.60649 20.3284C5.71297 21.5 7.49383 21.5 11.0556 21.5H12.9444C16.5062 21.5 18.287 21.5 19.3935 20.3284C20.5 19.1569 20.5 17.2712 20.5 13.5V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 6.5L15.4227 6.14679C15.0377 4.38673 14.8452 3.50671 14.3869 3.00335C13.9286 2.5 13.3199 2.5 12.1023 2.5H11.8977C10.6801 2.5 10.0714 2.5 9.61309 3.00335C9.15478 3.50671 8.96228 4.38673 8.57727 6.14679L8.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 13.3333C10 13.0233 10 12.8683 10.0341 12.7412C10.1265 12.3961 10.3961 12.1265 10.7412 12.0341C10.8683 12 11.0233 12 11.3333 12H12.6667C12.9767 12 13.1317 12 13.2588 12.0341C13.6039 12.1265 13.8735 12.3961 13.9659 12.7412C14 12.8683 14 13.0233 14 13.3333V14C14 15.1046 13.1046 16 12 16C10.8954 16 10 15.1046 10 14V13.3333Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9 13.5H15.0826C16.3668 13.5 17.0089 13.5 17.5556 13.3842C19.138 13.049 20.429 12.0207 20.9939 10.6455C21.1891 10.1704 21.2687 9.59552 21.428 8.4457C21.4878 8.01405 21.5177 7.79823 21.489 7.62169C21.4052 7.10754 20.9932 6.68638 20.4381 6.54764C20.2475 6.5 20.0065 6.5 19.5244 6.5H4.47562C3.99351 6.5 3.75245 6.5 3.56187 6.54764C3.00682 6.68638 2.59477 7.10754 2.51104 7.62169C2.48229 7.79823 2.51219 8.01405 2.57198 8.4457C2.73128 9.59552 2.81092 10.1704 3.00609 10.6455C3.571 12.0207 4.86198 13.049 6.44436 13.3842C6.99105 13.5 7.63318 13.5 8.91743 13.5H10.1%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.5 11.5V13.5C3.5 17.2712 3.5 19.1569 4.60649 20.3284C5.71297 21.5 7.49383 21.5 11.0556 21.5H12.9444C16.5062 21.5 18.287 21.5 19.3935 20.3284C20.5 19.1569 20.5 17.2712 20.5 13.5V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 6.5L15.4227 6.14679C15.0377 4.38673 14.8452 3.50671 14.3869 3.00335C13.9286 2.5 13.3199 2.5 12.1023 2.5H11.8977C10.6801 2.5 10.0714 2.5 9.61309 3.00335C9.15478 3.50671 8.96228 4.38673 8.57727 6.14679L8.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-briefcase-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.57956 8.62505C2.50886 8.03528 2.47351 7.74039 2.52323 7.499C2.6651 6.81015 3.27111 6.25159 4.07871 6.06529C4.36172 6 4.717 6 5.42757 6H18.5724C19.283 6 19.6383 6 19.9213 6.06529C20.7289 6.25159 21.3349 6.81015 21.4768 7.499C21.5265 7.74039 21.4911 8.03528 21.4204 8.62505C21.2584 9.97669 20.4991 10.716 19.0512 11.1423L14.88 12.3703C13.4541 12.7901 12.7411 13 12 13C11.2589 13 10.5459 12.7901 9.11996 12.3703L4.94882 11.1423C3.50094 10.7161 2.7416 9.97669 2.57956 8.62505Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.46283 10.5L3.26658 12.7757C2.91481 16.855 2.73892 18.8947 3.86734 20.1974C4.99576 21.5 6.93851 21.5 10.824 21.5H13.176C17.0615 21.5 19.0042 21.5 20.1327 20.1974C21.2611 18.8947 21.0852 16.855 20.7334 12.7757L20.5372 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 5.5L15.4227 5.23509C15.0377 3.91505 14.8452 3.25503 14.3869 2.87752C13.9286 2.5 13.3199 2.5 12.1023 2.5H11.8977C10.6801 2.5 10.0714 2.5 9.61309 2.87752C9.15478 3.25503 8.96228 3.91505 8.57727 5.23509L8.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.57956 8.62505C2.50886 8.03528 2.47351 7.74039 2.52323 7.499C2.6651 6.81015 3.27111 6.25159 4.07871 6.06529C4.36172 6 4.717 6 5.42757 6H18.5724C19.283 6 19.6383 6 19.9213 6.06529C20.7289 6.25159 21.3349 6.81015 21.4768 7.499C21.5265 7.74039 21.4911 8.03528 21.4204 8.62505C21.2584 9.97669 20.4991 10.716 19.0512 11.1423L14.88 12.3703C13.4541 12.7901 12.7411 13 12 13C11.2589 13 10.5459 12.7901 9.11996 12.3703L4.94882 11.1423C3.50094 10.7161 2.7416 9.97669 2.57956 8.62505Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.46283 10.5L3.26658 12.7757C2.91481 16.855 2.73892 18.8947 3.86734 20.1974C4.99576 21.5 6.93851 21.5 10.824 21.5H13.176C17.0615 21.5 19.0042 21.5 20.1327 20.1974C21.2611 18.8947 21.0852 16.855 20.7334 12.7757L20.5372 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 5.5L15.4227 5.23509C15.0377 3.91505 14.8452 3.25503 14.3869 2.87752C13.9286 2.5 13.3199 2.5 12.1023 2.5H11.8977C10.6801 2.5 10.0714 2.5 9.61309 2.87752C9.15478 3.25503 8.96228 3.91505 8.57727 5.23509L8.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-briefcase-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 12.3333C10 12.0233 10 11.8683 10.0341 11.7412C10.1265 11.3961 10.3961 11.1265 10.7412 11.0341C10.8683 11 11.0233 11 11.3333 11H12.6667C12.9767 11 13.1317 11 13.2588 11.0341C13.6039 11.1265 13.8735 11.3961 13.9659 11.7412C14 11.8683 14 12.0233 14 12.3333V13C14 14.1046 13.1046 15 12 15C10.8954 15 10 14.1046 10 13V12.3333Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.8016 13C14.1132 12.9095 14.4666 12.8005 14.88 12.673L19.0512 11.3866C20.5358 10.9288 21.2624 10.131 21.4204 8.74977C21.4911 8.13198 21.5265 7.82308 21.4768 7.57022C21.3349 6.84864 20.7289 6.26354 19.9213 6.06839C19.6383 6 19.283 6 18.5724 6H5.42757C4.717 6 4.36172 6 4.07871 6.06839C3.27111 6.26354 2.6651 6.84864 2.52323 7.57022C2.47351 7.82308 2.50886 8.13198 2.57956 8.74977C2.73764 10.131 3.46424 10.9288 4.94882 11.3866L9.11996 12.673C9.53336 12.8005 9.88684 12.9095 10.1984 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.46283 11L3.26658 13.1723C2.91481 17.0662 2.73892 19.0131 3.86734 20.2566C4.99576 21.5 6.93851 21.5 10.824 21.5H13.176C17.0615 21.5 19.0042 21.5 20.1327 20.2566C21.2611 19.0131 21.0852 17.0662 20.7334 13.1723L20.5372 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 5.5L15.4227 5.23509C15.0377 3.91505 14.8452 3.25503 14.3869 2.87752C13.9286 2.5 13.3199 2.5 12.1023 2.5H11.8977C10.6801 2.5 10.0714 2.5 9.61309 2.87752C9.15478 3.25503 8.96228 3.91505 8.57727 5.23509L8.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 12.3333C10 12.0233 10 11.8683 10.0341 11.7412C10.1265 11.3961 10.3961 11.1265 10.7412 11.0341C10.8683 11 11.0233 11 11.3333 11H12.6667C12.9767 11 13.1317 11 13.2588 11.0341C13.6039 11.1265 13.8735 11.3961 13.9659 11.7412C14 11.8683 14 12.0233 14 12.3333V13C14 14.1046 13.1046 15 12 15C10.8954 15 10 14.1046 10 13V12.3333Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.8016 13C14.1132 12.9095 14.4666 12.8005 14.88 12.673L19.0512 11.3866C20.5358 10.9288 21.2624 10.131 21.4204 8.74977C21.4911 8.13198 21.5265 7.82308 21.4768 7.57022C21.3349 6.84864 20.7289 6.26354 19.9213 6.06839C19.6383 6 19.283 6 18.5724 6H5.42757C4.717 6 4.36172 6 4.07871 6.06839C3.27111 6.26354 2.6651 6.84864 2.52323 7.57022C2.47351 7.82308 2.50886 8.13198 2.57956 8.74977C2.73764 10.131 3.46424 10.9288 4.94882 11.3866L9.11996 12.673C9.53336 12.8005 9.88684 12.9095 10.1984 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.46283 11L3.26658 13.1723C2.91481 17.0662 2.73892 19.0131 3.86734 20.2566C4.99576 21.5 6.93851 21.5 10.824 21.5H13.176C17.0615 21.5 19.0042 21.5 20.1327 20.2566C21.2611 19.0131 21.0852 17.0662 20.7334 13.1723L20.5372 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 5.5L15.4227 5.23509C15.0377 3.91505 14.8452 3.25503 14.3869 2.87752C13.9286 2.5 13.3199 2.5 12.1023 2.5H11.8977C10.6801 2.5 10.0714 2.5 9.61309 2.87752C9.15478 3.25503 8.96228 3.91505 8.57727 5.23509L8.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-briefcase-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.57198 8.22365C2.51219 7.73035 2.48229 7.4837 2.51104 7.28193C2.59477 6.69433 3.00682 6.213 3.56187 6.05444C3.75245 6 3.99351 6 4.47562 6H19.5244C20.0065 6 20.2475 6 20.4381 6.05444C20.9932 6.213 21.4052 6.69433 21.489 7.28193C21.5177 7.4837 21.4878 7.73035 21.428 8.22365C21.2687 9.53773 21.1891 10.1948 20.9939 10.7377C20.429 12.3094 19.138 13.4846 17.5556 13.8676C17.0089 14 16.3668 14 15.0826 14H8.91743C7.63318 14 6.99105 14 6.44436 13.8676C4.86198 13.4846 3.571 12.3094 3.00609 10.7377C2.81092 10.1948 2.73128 9.53773 2.57198 8.22365Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 11H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12L3.5 15.02C3.5 18.0747 3.5 19.6021 4.60649 20.551C5.71297 21.5 7.49383 21.5 11.0556 21.5H12.9444C16.5062 21.5 18.287 21.5 19.3935 20.551C20.5 19.6021 20.5 18.0747 20.5 15.02V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 6L15.9117 5.69094C15.4717 4.15089 15.2517 3.38087 14.7279 2.94043C14.2041 2.5 13.5084 2.5 12.117 2.5H11.883C10.4916 2.5 9.79587 2.5 9.2721 2.94043C8.74832 3.38087 8.52832 4.15089 8.0883 5.69094L8 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.57198 8.22365C2.51219 7.73035 2.48229 7.4837 2.51104 7.28193C2.59477 6.69433 3.00682 6.213 3.56187 6.05444C3.75245 6 3.99351 6 4.47562 6H19.5244C20.0065 6 20.2475 6 20.4381 6.05444C20.9932 6.213 21.4052 6.69433 21.489 7.28193C21.5177 7.4837 21.4878 7.73035 21.428 8.22365C21.2687 9.53773 21.1891 10.1948 20.9939 10.7377C20.429 12.3094 19.138 13.4846 17.5556 13.8676C17.0089 14 16.3668 14 15.0826 14H8.91743C7.63318 14 6.99105 14 6.44436 13.8676C4.86198 13.4846 3.571 12.3094 3.00609 10.7377C2.81092 10.1948 2.73128 9.53773 2.57198 8.22365Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 11H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12L3.5 15.02C3.5 18.0747 3.5 19.6021 4.60649 20.551C5.71297 21.5 7.49383 21.5 11.0556 21.5H12.9444C16.5062 21.5 18.287 21.5 19.3935 20.551C20.5 19.6021 20.5 18.0747 20.5 15.02V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 6L15.9117 5.69094C15.4717 4.15089 15.2517 3.38087 14.7279 2.94043C14.2041 2.5 13.5084 2.5 12.117 2.5H11.883C10.4916 2.5 9.79587 2.5 9.2721 2.94043C8.74832 3.38087 8.52832 4.15089 8.0883 5.69094L8 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-briefcase-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11L3.15288 14.2269C3.31714 17.6686 3.39927 19.3894 4.55885 20.4447C5.71843 21.5 7.52716 21.5 11.1446 21.5H12.8554C16.4728 21.5 18.2816 21.5 19.4412 20.4447C20.6007 19.3894 20.6829 17.6686 20.8471 14.2269L21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.84718 10.4431C4.54648 13.6744 8.3792 15 12 15C15.6208 15 19.4535 13.6744 21.1528 10.4431C21.964 8.90056 21.3498 6 19.352 6H4.648C2.65023 6 2.03603 8.90056 2.84718 10.4431Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 11H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 6L15.9117 5.69094C15.4717 4.15089 15.2517 3.38087 14.7279 2.94043C14.2041 2.5 13.5084 2.5 12.117 2.5H11.883C10.4916 2.5 9.79587 2.5 9.2721 2.94043C8.74832 3.38087 8.52832 4.15089 8.0883 5.69094L8 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11L3.15288 14.2269C3.31714 17.6686 3.39927 19.3894 4.55885 20.4447C5.71843 21.5 7.52716 21.5 11.1446 21.5H12.8554C16.4728 21.5 18.2816 21.5 19.4412 20.4447C20.6007 19.3894 20.6829 17.6686 20.8471 14.2269L21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.84718 10.4431C4.54648 13.6744 8.3792 15 12 15C15.6208 15 19.4535 13.6744 21.1528 10.4431C21.964 8.90056 21.3498 6 19.352 6H4.648C2.65023 6 2.03603 8.90056 2.84718 10.4431Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 11H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 6L15.9117 5.69094C15.4717 4.15089 15.2517 3.38087 14.7279 2.94043C14.2041 2.5 13.5084 2.5 12.117 2.5H11.883C10.4916 2.5 9.79587 2.5 9.2721 2.94043C8.74832 3.38087 8.52832 4.15089 8.0883 5.69094L8 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-briefcase-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 15L12 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 11L3.15288 13.8633C3.31714 17.477 3.39927 19.2839 4.55885 20.3919C5.71843 21.5 7.52716 21.5 11.1446 21.5H12.8554C16.4728 21.5 18.2816 21.5 19.4412 20.3919C20.6007 19.2839 20.6829 17.477 20.8471 13.8633L21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.84718 10.4431C4.54648 13.6744 8.3792 15 12 15C15.6208 15 19.4535 13.6744 21.1528 10.4431C21.964 8.90056 21.3498 6 19.352 6H4.648C2.65023 6 2.03603 8.90056 2.84718 10.4431Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 6L15.9117 5.69094C15.4717 4.15089 15.2517 3.38087 14.7279 2.94043C14.2041 2.5 13.5084 2.5 12.117 2.5H11.883C10.4916 2.5 9.79587 2.5 9.2721 2.94043C8.74832 3.38087 8.52832 4.15089 8.0883 5.69094L8 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 15L12 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 11L3.15288 13.8633C3.31714 17.477 3.39927 19.2839 4.55885 20.3919C5.71843 21.5 7.52716 21.5 11.1446 21.5H12.8554C16.4728 21.5 18.2816 21.5 19.4412 20.3919C20.6007 19.2839 20.6829 17.477 20.8471 13.8633L21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.84718 10.4431C4.54648 13.6744 8.3792 15 12 15C15.6208 15 19.4535 13.6744 21.1528 10.4431C21.964 8.90056 21.3498 6 19.352 6H4.648C2.65023 6 2.03603 8.90056 2.84718 10.4431Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 6L15.9117 5.69094C15.4717 4.15089 15.2517 3.38087 14.7279 2.94043C14.2041 2.5 13.5084 2.5 12.117 2.5H11.883C10.4916 2.5 9.79587 2.5 9.2721 2.94043C8.74832 3.38087 8.52832 4.15089 8.0883 5.69094L8 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-briefcase-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 15L12 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15C3.14932 17.9325 3.30572 19.4716 4.39811 20.4447C5.58274 21.5 7.43054 21.5 11.1261 21.5H12.8739C16.5695 21.5 18.4173 21.5 19.6019 20.4447C20.6943 19.4716 20.8507 17.9325 21 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.84718 10.4431C4.54648 13.6744 8.3792 15 12 15C15.6208 15 19.4535 13.6744 21.1528 10.4431C21.964 8.90056 21.3498 6 19.352 6H4.648C2.65023 6 2.03603 8.90056 2.84718 10.4431Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 6L15.9117 5.69094C15.4717 4.15089 15.2517 3.38087 14.7279 2.94043C14.2041 2.5 13.5084 2.5 12.117 2.5H11.883C10.4916 2.5 9.79587 2.5 9.2721 2.94043C8.74832 3.38087 8.52832 4.15089 8.0883 5.69094L8 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 15L12 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15C3.14932 17.9325 3.30572 19.4716 4.39811 20.4447C5.58274 21.5 7.43054 21.5 11.1261 21.5H12.8739C16.5695 21.5 18.4173 21.5 19.6019 20.4447C20.6943 19.4716 20.8507 17.9325 21 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.84718 10.4431C4.54648 13.6744 8.3792 15 12 15C15.6208 15 19.4535 13.6744 21.1528 10.4431C21.964 8.90056 21.3498 6 19.352 6H4.648C2.65023 6 2.03603 8.90056 2.84718 10.4431Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 6L15.9117 5.69094C15.4717 4.15089 15.2517 3.38087 14.7279 2.94043C14.2041 2.5 13.5084 2.5 12.117 2.5H11.883C10.4916 2.5 9.79587 2.5 9.2721 2.94043C8.74832 3.38087 8.52832 4.15089 8.0883 5.69094L8 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-briefcase-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10V17.9861C3 19.9268 4.79086 21.5 7 21.5H17C19.2091 21.5 21 19.9268 21 17.9861V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0571 3.5C19.5618 3.5 19.8141 3.5 20.0228 3.55014C20.7343 3.7211 21.29 4.30597 21.4524 5.05496C21.5 5.27465 21.5 5.54025 21.5 6.07143C21.5 7.39939 21.5 8.06336 21.3809 8.6126C20.9749 10.4851 19.5858 11.9473 17.807 12.3746C17.2852 12.5 16.6544 12.5 15.3929 12.5H8.60714C7.34558 12.5 6.7148 12.5 6.19303 12.3746C4.41417 11.9473 3.0251 10.4851 2.61909 8.6126C2.5 8.06336 2.5 7.39939 2.5 6.07143C2.5 5.54025 2.5 5.27465 2.54764 5.05496C2.71004 4.30597 3.26567 3.7211 3.97721 3.55014C4.18592 3.5 4.43823 3.5 4.94286 3.5M9.15 3.5H14.85%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 4C5 3.53406 5 3.30109 5.07612 3.11732C5.17761 2.87229 5.37229 2.67761 5.61732 2.57612C5.80109 2.5 6.03406 2.5 6.5 2.5H7.5C7.96594 2.5 8.19891 2.5 8.38268 2.57612C8.62771 2.67761 8.82239 2.87229 8.92388 3.11732C9 3.30109 9 3.53406 9 4C9 4.46594 9 4.69891 8.92388 4.88268C8.82239 5.12771 8.62771 5.32239 8.38268 5.42388C8.19891 5.5 7.96594 5.5 7.5 5.5H6.5C6.03406 5.5 5.80109 5.5 5.61732 5.42388C5.37229 5.32239 5.17761 5.12771 5.07612 4.88268C5 4.69891 5 4.46594 5 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 4C15 3.53406 15 3.30109 15.0761 3.11732C15.1776 2.87229 15.3723 2.67761 15.6173 2.57612C15.8011 2.5 16.0341 2.5 16.5 2.5H17.5C17.9659 2.5 18.1989 2.5 18.3827 2.57612C18.6277 2.67761 18.8224 2.87229 18.9239 3.11732C19 3.30109 19 3.53406 19 4C19 4.46594 19 4.69891 18.9239 4.88268C18.8224 5.12771 18.6277 5.32239 18.3827 5.42388C18.1989 5.5 17.9659 5.5 17.5 5.5H16.5C16.0341 5.5 15.8011 5.5 15.6173 5.42388C15.3723 5.32239 15.1776 5.12771 15.0761 4.88268C15 4.69891 15 4.46594 15 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 18H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10V17.9861C3 19.9268 4.79086 21.5 7 21.5H17C19.2091 21.5 21 19.9268 21 17.9861V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0571 3.5C19.5618 3.5 19.8141 3.5 20.0228 3.55014C20.7343 3.7211 21.29 4.30597 21.4524 5.05496C21.5 5.27465 21.5 5.54025 21.5 6.07143C21.5 7.39939 21.5 8.06336 21.3809 8.6126C20.9749 10.4851 19.5858 11.9473 17.807 12.3746C17.2852 12.5 16.6544 12.5 15.3929 12.5H8.60714C7.34558 12.5 6.7148 12.5 6.19303 12.3746C4.41417 11.9473 3.0251 10.4851 2.61909 8.6126C2.5 8.06336 2.5 7.39939 2.5 6.07143C2.5 5.54025 2.5 5.27465 2.54764 5.05496C2.71004 4.30597 3.26567 3.7211 3.97721 3.55014C4.18592 3.5 4.43823 3.5 4.94286 3.5M9.15 3.5H14.85%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 4C5 3.53406 5 3.30109 5.07612 3.11732C5.17761 2.87229 5.37229 2.67761 5.61732 2.57612C5.80109 2.5 6.03406 2.5 6.5 2.5H7.5C7.96594 2.5 8.19891 2.5 8.38268 2.57612C8.62771 2.67761 8.82239 2.87229 8.92388 3.11732C9 3.30109 9 3.53406 9 4C9 4.46594 9 4.69891 8.92388 4.88268C8.82239 5.12771 8.62771 5.32239 8.38268 5.42388C8.19891 5.5 7.96594 5.5 7.5 5.5H6.5C6.03406 5.5 5.80109 5.5 5.61732 5.42388C5.37229 5.32239 5.17761 5.12771 5.07612 4.88268C5 4.69891 5 4.46594 5 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 4C15 3.53406 15 3.30109 15.0761 3.11732C15.1776 2.87229 15.3723 2.67761 15.6173 2.57612C15.8011 2.5 16.0341 2.5 16.5 2.5H17.5C17.9659 2.5 18.1989 2.5 18.3827 2.57612C18.6277 2.67761 18.8224 2.87229 18.9239 3.11732C19 3.30109 19 3.53406 19 4C19 4.46594 19 4.69891 18.9239 4.88268C18.8224 5.12771 18.6277 5.32239 18.3827 5.42388C18.1989 5.5 17.9659 5.5 17.5 5.5H16.5C16.0341 5.5 15.8011 5.5 15.6173 5.42388C15.3723 5.32239 15.1776 5.12771 15.0761 4.88268C15 4.69891 15 4.46594 15 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 18H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-briefcase-09{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 12V21M17 12V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 13.75C2.5 10.0966 2.5 8.26992 3.61299 7.13496C4.72599 6 6.51733 6 10.1 6H13.9C17.4827 6 19.274 6 20.387 7.13496C21.5 8.26992 21.5 10.0966 21.5 13.75C21.5 17.4034 21.5 19.2301 20.387 20.365C19.274 21.5 17.4827 21.5 13.9 21.5H10.1C6.51733 21.5 4.72599 21.5 3.61299 20.365C2.5 19.2301 2.5 17.4034 2.5 13.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6L16.4007 5.69094C15.9056 4.15089 15.6581 3.38087 15.0689 2.94043C14.4796 2.5 13.697 2.5 12.1316 2.5H11.8684C10.303 2.5 9.52036 2.5 8.93111 2.94043C8.34186 3.38087 8.09436 4.15089 7.59934 5.69094L7.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 12V21M17 12V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 13.75C2.5 10.0966 2.5 8.26992 3.61299 7.13496C4.72599 6 6.51733 6 10.1 6H13.9C17.4827 6 19.274 6 20.387 7.13496C21.5 8.26992 21.5 10.0966 21.5 13.75C21.5 17.4034 21.5 19.2301 20.387 20.365C19.274 21.5 17.4827 21.5 13.9 21.5H10.1C6.51733 21.5 4.72599 21.5 3.61299 20.365C2.5 19.2301 2.5 17.4034 2.5 13.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6L16.4007 5.69094C15.9056 4.15089 15.6581 3.38087 15.0689 2.94043C14.4796 2.5 13.697 2.5 12.1316 2.5H11.8684C10.303 2.5 9.52036 2.5 8.93111 2.94043C8.34186 3.38087 8.09436 4.15089 7.59934 5.69094L7.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-briefcase-dollar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 14C2 10.4934 2 8.74003 2.90796 7.55992C3.07418 7.34388 3.25989 7.14579 3.46243 6.96849C4.56878 6 6.21252 6 9.5 6H14.5C17.7875 6 19.4312 6 20.5376 6.96849C20.7401 7.14579 20.9258 7.34388 21.092 7.55992C22 8.74003 22 10.4934 22 14C22 17.5066 22 19.26 21.092 20.4401C20.9258 20.6561 20.7401 20.8542 20.5376 21.0315C19.4312 22 17.7875 22 14.5 22H9.5C6.21252 22 4.56878 22 3.46243 21.0315C3.25989 20.8542 3.07418 20.6561 2.90796 20.4401C2 19.26 2 17.5066 2 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 6C16 4.11438 16 3.17157 15.4142 2.58579C14.8284 2 13.8856 2 12 2C10.1144 2 9.17157 2 8.58579 2.58579C8 3.17157 8 4.11438 8 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11C10.8954 11 10 11.6716 10 12.5C10 13.3284 10.8954 14 12 14C13.1046 14 14 14.6716 14 15.5C14 16.3284 13.1046 17 12 17M12 11C12.8708 11 13.6116 11.4174 13.8862 12M12 11V10M12 17C11.1292 17 10.3884 16.5826 10.1138 16M12 17V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L18 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 14C2 10.4934 2 8.74003 2.90796 7.55992C3.07418 7.34388 3.25989 7.14579 3.46243 6.96849C4.56878 6 6.21252 6 9.5 6H14.5C17.7875 6 19.4312 6 20.5376 6.96849C20.7401 7.14579 20.9258 7.34388 21.092 7.55992C22 8.74003 22 10.4934 22 14C22 17.5066 22 19.26 21.092 20.4401C20.9258 20.6561 20.7401 20.8542 20.5376 21.0315C19.4312 22 17.7875 22 14.5 22H9.5C6.21252 22 4.56878 22 3.46243 21.0315C3.25989 20.8542 3.07418 20.6561 2.90796 20.4401C2 19.26 2 17.5066 2 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 6C16 4.11438 16 3.17157 15.4142 2.58579C14.8284 2 13.8856 2 12 2C10.1144 2 9.17157 2 8.58579 2.58579C8 3.17157 8 4.11438 8 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11C10.8954 11 10 11.6716 10 12.5C10 13.3284 10.8954 14 12 14C13.1046 14 14 14.6716 14 15.5C14 16.3284 13.1046 17 12 17M12 11C12.8708 11 13.6116 11.4174 13.8862 12M12 11V10M12 17C11.1292 17 10.3884 16.5826 10.1138 16M12 17V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L18 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-brochure{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 17V7C18.5 5.11438 18.5 4.17157 17.9142 3.58579C17.3284 3 16.3856 3 14.5 3H9.5C7.61438 3 6.67157 3 6.08579 3.58579C5.5 4.17157 5.5 5.11438 5.5 7V17C5.5 18.8856 5.5 19.8284 6.08579 20.4142C6.67157 21 7.61438 21 9.5 21H14.5C16.3856 21 17.3284 21 17.9142 20.4142C18.5 19.8284 18.5 18.8856 18.5 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.5 6H19C20.4142 6 21.1213 6 21.5607 6.43934C22 6.87868 22 7.58579 22 9V16C22 17.4142 22 18.1213 21.5607 18.5607C21.1213 19 20.4142 19 19 19H18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 6H5C3.58579 6 2.87868 6 2.43934 6.43934C2 6.87868 2 7.58579 2 9V16C2 17.4142 2 18.1213 2.43934 18.5607C2.87868 19 3.58579 19 5 19H5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 8L9.5 8M14.5 12L9.5 12M14.5 16H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 17V7C18.5 5.11438 18.5 4.17157 17.9142 3.58579C17.3284 3 16.3856 3 14.5 3H9.5C7.61438 3 6.67157 3 6.08579 3.58579C5.5 4.17157 5.5 5.11438 5.5 7V17C5.5 18.8856 5.5 19.8284 6.08579 20.4142C6.67157 21 7.61438 21 9.5 21H14.5C16.3856 21 17.3284 21 17.9142 20.4142C18.5 19.8284 18.5 18.8856 18.5 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.5 6H19C20.4142 6 21.1213 6 21.5607 6.43934C22 6.87868 22 7.58579 22 9V16C22 17.4142 22 18.1213 21.5607 18.5607C21.1213 19 20.4142 19 19 19H18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 6H5C3.58579 6 2.87868 6 2.43934 6.43934C2 6.87868 2 7.58579 2 9V16C2 17.4142 2 18.1213 2.43934 18.5607C2.87868 19 3.58579 19 5 19H5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 8L9.5 8M14.5 12L9.5 12M14.5 16H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-c{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 20C7.48595 20.6974 7.2774 20.9401 6.85472 20.9929C6.43205 21.0457 6.13982 20.8037 5.55537 20.3197C3.38109 18.5193 2 15.8253 2 12.8147C2 7.39421 6.47715 3 12 3C17.5228 3 22 7.39421 22 12.8147C22 15.8253 20.6189 18.5193 18.4446 20.3197C17.8602 20.8037 17.568 21.0457 17.1453 20.9929C16.7226 20.9401 16.514 20.6974 16 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 10.5L18 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 20C7.48595 20.6974 7.2774 20.9401 6.85472 20.9929C6.43205 21.0457 6.13982 20.8037 5.55537 20.3197C3.38109 18.5193 2 15.8253 2 12.8147C2 7.39421 6.47715 3 12 3C17.5228 3 22 7.39421 22 12.8147C22 15.8253 20.6189 18.5193 18.4446 20.3197C17.8602 20.8037 17.568 21.0457 17.1453 20.9929C16.7226 20.9401 16.514 20.6974 16 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 10.5L18 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-calculate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5 12.95V11.05C21.5 7.01949 21.5 5.00424 20.1088 3.75212C18.7175 2.5 16.4783 2.5 12 2.5C7.52166 2.5 5.28249 2.5 3.89124 3.75212C2.5 5.00424 2.5 7.01949 2.5 11.05V12.95C2.5 16.9805 2.5 18.9958 3.89124 20.2479C5.28249 21.5 7.52166 21.5 12 21.5C16.4783 21.5 18.7175 21.5 20.1088 20.2479C21.5 18.9958 21.5 16.9805 21.5 12.95Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 8H14M16 6L16 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 17.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 14.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 17.5L8.25 15.75M8.25 15.75L6.5 14M8.25 15.75L10 14M8.25 15.75L6.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 8H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5 12.95V11.05C21.5 7.01949 21.5 5.00424 20.1088 3.75212C18.7175 2.5 16.4783 2.5 12 2.5C7.52166 2.5 5.28249 2.5 3.89124 3.75212C2.5 5.00424 2.5 7.01949 2.5 11.05V12.95C2.5 16.9805 2.5 18.9958 3.89124 20.2479C5.28249 21.5 7.52166 21.5 12 21.5C16.4783 21.5 18.7175 21.5 20.1088 20.2479C21.5 18.9958 21.5 16.9805 21.5 12.95Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 8H14M16 6L16 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 17.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 14.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 17.5L8.25 15.75M8.25 15.75L6.5 14M8.25 15.75L10 14M8.25 15.75L6.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 8H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-calculator{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 6L17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13V11C21 6.75736 21 4.63604 19.682 3.31802C18.364 2 16.2426 2 12 2C7.75736 2 5.63604 2 4.31802 3.31802C3 4.63604 3 6.75736 3 11V13C3 17.2426 3 19.364 4.31802 20.682C5.63604 22 7.75736 22 12 22C16.2426 22 18.364 22 19.682 20.682C21 19.364 21 17.2426 21 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 14H7.52632M11.7368 14H12.2632M16.4737 14H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18H7.52632M11.7368 18H12.2632M16.4737 18H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 6L17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13V11C21 6.75736 21 4.63604 19.682 3.31802C18.364 2 16.2426 2 12 2C7.75736 2 5.63604 2 4.31802 3.31802C3 4.63604 3 6.75736 3 11V13C3 17.2426 3 19.364 4.31802 20.682C5.63604 22 7.75736 22 12 22C16.2426 22 18.364 22 19.682 20.682C21 19.364 21 17.2426 21 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 14H7.52632M11.7368 14H12.2632M16.4737 14H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18H7.52632M11.7368 18H12.2632M16.4737 18H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-card-exchange-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 16C2 18.2109 2 19.3164 2.70187 20.0544C2.81413 20.1725 2.93785 20.2817 3.07164 20.3807C3.90809 21 5.16095 21 7.66667 21H8.33333C10.8391 21 12.0919 21 12.9284 20.3807C13.0621 20.2817 13.1859 20.1725 13.2981 20.0544C14 19.3164 14 18.2109 14 16C14 13.7891 14 12.6836 13.2981 11.9456C13.1859 11.8275 13.0621 11.7183 12.9284 11.6193C12.0919 11 10.8391 11 8.33333 11H7.66667C5.16095 11 3.90809 11 3.07164 11.6193C2.93785 11.7183 2.81413 11.8275 2.70187 11.9456C2 12.6836 2 13.7891 2 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7.99952C10 5.78859 10 4.68313 10.7019 3.94508C10.8141 3.82704 10.9379 3.71787 11.0716 3.61881C11.9081 2.99952 13.1609 2.99952 15.6667 2.99952H16.3333C18.8391 2.99952 20.0919 2.99952 20.9284 3.61881C21.0621 3.71787 21.1859 3.82704 21.2981 3.94508C22 4.68313 22 5.78859 22 7.99952C22 10.2104 22 11.3159 21.2981 12.054C21.1859 12.172 21.0621 12.2812 20.9284 12.3802C20.1696 12.942 19.0683 12.9942 17 12.999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15L14 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7L22 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9C2 5.68286 4.68286 3 8 3L7.14286 4.71429%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15C22 18.3171 19.3171 21 16 21L16.8571 19.2857%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 16C2 18.2109 2 19.3164 2.70187 20.0544C2.81413 20.1725 2.93785 20.2817 3.07164 20.3807C3.90809 21 5.16095 21 7.66667 21H8.33333C10.8391 21 12.0919 21 12.9284 20.3807C13.0621 20.2817 13.1859 20.1725 13.2981 20.0544C14 19.3164 14 18.2109 14 16C14 13.7891 14 12.6836 13.2981 11.9456C13.1859 11.8275 13.0621 11.7183 12.9284 11.6193C12.0919 11 10.8391 11 8.33333 11H7.66667C5.16095 11 3.90809 11 3.07164 11.6193C2.93785 11.7183 2.81413 11.8275 2.70187 11.9456C2 12.6836 2 13.7891 2 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7.99952C10 5.78859 10 4.68313 10.7019 3.94508C10.8141 3.82704 10.9379 3.71787 11.0716 3.61881C11.9081 2.99952 13.1609 2.99952 15.6667 2.99952H16.3333C18.8391 2.99952 20.0919 2.99952 20.9284 3.61881C21.0621 3.71787 21.1859 3.82704 21.2981 3.94508C22 4.68313 22 5.78859 22 7.99952C22 10.2104 22 11.3159 21.2981 12.054C21.1859 12.172 21.0621 12.2812 20.9284 12.3802C20.1696 12.942 19.0683 12.9942 17 12.999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15L14 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7L22 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9C2 5.68286 4.68286 3 8 3L7.14286 4.71429%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15C22 18.3171 19.3171 21 16 21L16.8571 19.2857%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-card-exchange-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 13.9922C22 17.3071 19.3171 19.9882 16 19.9882L16.8571 18.275%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9.995C2 6.68008 4.68286 3.99902 8 3.99902L7.14286 5.71216%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9658 5.51002H21.7723M13.4658 10.9802H19.4999C20.8806 10.9802 21.9999 9.86169 21.9999 8.48191V4.4827C21.9999 3.10291 20.8806 1.98438 19.4999 1.98438H13.4658C12.0851 1.98438 10.9658 3.10291 10.9658 4.4827V8.48191C10.9658 9.86169 12.0851 10.9802 13.4658 10.9802Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16.5169H12.8065M4.5 21.9871H10.5341C11.9148 21.9871 13.0341 20.8685 13.0341 19.4887V15.4895C13.0341 14.1097 11.9148 12.9912 10.5341 12.9912H4.5C3.11929 12.9912 2 14.1097 2 15.4895V19.4887C2 20.8685 3.11929 21.9871 4.5 21.9871Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 13.9922C22 17.3071 19.3171 19.9882 16 19.9882L16.8571 18.275%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9.995C2 6.68008 4.68286 3.99902 8 3.99902L7.14286 5.71216%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9658 5.51002H21.7723M13.4658 10.9802H19.4999C20.8806 10.9802 21.9999 9.86169 21.9999 8.48191V4.4827C21.9999 3.10291 20.8806 1.98438 19.4999 1.98438H13.4658C12.0851 1.98438 10.9658 3.10291 10.9658 4.4827V8.48191C10.9658 9.86169 12.0851 10.9802 13.4658 10.9802Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16.5169H12.8065M4.5 21.9871H10.5341C11.9148 21.9871 13.0341 20.8685 13.0341 19.4887V15.4895C13.0341 14.1097 11.9148 12.9912 10.5341 12.9912H4.5C3.11929 12.9912 2 14.1097 2 15.4895V19.4887C2 20.8685 3.11929 21.9871 4.5 21.9871Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-cash-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21C20.7284 21.2035 20.4288 21.3807 20.1062 21.5273C19.0659 22 17.6917 22 14.9432 22H9.05683C6.30834 22 4.9341 22 3.89382 21.5273C3.57124 21.3807 3.27158 21.2035 3 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10C2 6.46252 2 4.69377 3.0528 3.5129C3.22119 3.32403 3.40678 3.14935 3.60746 2.99087C4.86213 2 6.74142 2 10.5 2H13.5C17.2586 2 19.1379 2 20.3925 2.99087C20.5932 3.14935 20.7788 3.32403 20.9472 3.5129C22 4.69377 22 6.46252 22 10C22 13.5375 22 15.3062 20.9472 16.4871C20.7788 16.676 20.5932 16.8506 20.3925 17.0091C19.1379 18 17.2586 18 13.5 18H10.5C6.74142 18 4.86213 18 3.60746 17.0091C3.40678 16.8506 3.22119 16.676 3.0528 16.4871C2 15.3062 2 13.5375 2 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 10H18.491%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 10H5.49102%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.551 10C14.551 11.3807 13.4317 12.5 12.051 12.5C10.6703 12.5 9.55099 11.3807 9.55099 10C9.55099 8.61929 10.6703 7.5 12.051 7.5C13.4317 7.5 14.551 8.61929 14.551 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21C20.7284 21.2035 20.4288 21.3807 20.1062 21.5273C19.0659 22 17.6917 22 14.9432 22H9.05683C6.30834 22 4.9341 22 3.89382 21.5273C3.57124 21.3807 3.27158 21.2035 3 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10C2 6.46252 2 4.69377 3.0528 3.5129C3.22119 3.32403 3.40678 3.14935 3.60746 2.99087C4.86213 2 6.74142 2 10.5 2H13.5C17.2586 2 19.1379 2 20.3925 2.99087C20.5932 3.14935 20.7788 3.32403 20.9472 3.5129C22 4.69377 22 6.46252 22 10C22 13.5375 22 15.3062 20.9472 16.4871C20.7788 16.676 20.5932 16.8506 20.3925 17.0091C19.1379 18 17.2586 18 13.5 18H10.5C6.74142 18 4.86213 18 3.60746 17.0091C3.40678 16.8506 3.22119 16.676 3.0528 16.4871C2 15.3062 2 13.5375 2 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 10H18.491%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 10H5.49102%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.551 10C14.551 11.3807 13.4317 12.5 12.051 12.5C10.6703 12.5 9.55099 11.3807 9.55099 10C9.55099 8.61929 10.6703 7.5 12.051 7.5C13.4317 7.5 14.551 8.61929 14.551 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-cash-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 18C10.6675 18.6224 8.91707 19 7 19C5.93408 19 4.91969 18.8833 4 18.6726C3.4088 18.5372 3.11319 18.4695 2.75898 18.1892C2.55696 18.0294 2.30483 17.7129 2.19412 17.4803C2 17.0725 2 16.677 2 15.886V5.11397C2 4.12914 3.04003 3.45273 4 3.6726C4.91969 3.88325 5.93408 4 7 4C8.91707 4 10.6675 3.62236 12 3C13.3325 2.37764 15.0829 2 17 2C18.0659 2 19.0803 2.11675 20 2.3274C20.5912 2.46281 20.8868 2.53051 21.241 2.81079C21.443 2.97064 21.6952 3.28705 21.8059 3.51966C22 3.92751 22 4.32299 22 5.11397V15.886C22 16.8709 20.96 17.5473 20 17.3274C19.0803 17.1167 18.0659 17 17 17C15.0829 17 13.3325 17.3776 12 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 21C3.33254 21.6224 5.08293 22 7 22C8.91707 22 10.6675 21.6224 12 21C13.3325 20.3776 15.0829 20 17 20C18.9171 20 20.6675 20.3776 22 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 10.5C14.5 11.8807 13.3807 13 12 13C10.6193 13 9.5 11.8807 9.5 10.5C9.5 9.11929 10.6193 8 12 8C13.3807 8 14.5 9.11929 14.5 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 11.5L5.5 11.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 9.49219L18.5 9.50117%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 18C10.6675 18.6224 8.91707 19 7 19C5.93408 19 4.91969 18.8833 4 18.6726C3.4088 18.5372 3.11319 18.4695 2.75898 18.1892C2.55696 18.0294 2.30483 17.7129 2.19412 17.4803C2 17.0725 2 16.677 2 15.886V5.11397C2 4.12914 3.04003 3.45273 4 3.6726C4.91969 3.88325 5.93408 4 7 4C8.91707 4 10.6675 3.62236 12 3C13.3325 2.37764 15.0829 2 17 2C18.0659 2 19.0803 2.11675 20 2.3274C20.5912 2.46281 20.8868 2.53051 21.241 2.81079C21.443 2.97064 21.6952 3.28705 21.8059 3.51966C22 3.92751 22 4.32299 22 5.11397V15.886C22 16.8709 20.96 17.5473 20 17.3274C19.0803 17.1167 18.0659 17 17 17C15.0829 17 13.3325 17.3776 12 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 21C3.33254 21.6224 5.08293 22 7 22C8.91707 22 10.6675 21.6224 12 21C13.3325 20.3776 15.0829 20 17 20C18.9171 20 20.6675 20.3776 22 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 10.5C14.5 11.8807 13.3807 13 12 13C10.6193 13 9.5 11.8807 9.5 10.5C9.5 9.11929 10.6193 8 12 8C13.3807 8 14.5 9.11929 14.5 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 11.5L5.5 11.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 9.49219L18.5 9.50117%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-cashier{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.6667 14L7.33333 14C5.14718 14 4.0541 14 3.27927 14.5425C2.99261 14.7433 2.74327 14.9926 2.54254 15.2793C2 16.0541 2 17.1472 2 19.3333C2 20.4264 2 20.9729 2.27127 21.3604C2.37164 21.5037 2.4963 21.6284 2.63963 21.7287C3.02705 22 3.57359 22 4.66667 22L19.3333 22C20.4264 22 20.9729 22 21.3604 21.7287C21.5037 21.6284 21.6284 21.5037 21.7287 21.3604C22 20.9729 22 20.4264 22 19.3333C22 17.1472 22 16.0541 21.4575 15.2793C21.2567 14.9926 21.0074 14.7433 20.7207 14.5425C19.9459 14 18.8528 14 16.6667 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 14L19.593 10.3374C19.311 7.79863 19.1699 6.52923 18.3156 5.76462C17.4614 5 16.1842 5 13.6297 5L10.3703 5C7.81585 5 6.53864 5 5.68436 5.76462C4.83009 6.52923 4.68904 7.79862 4.40695 10.3374L4 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 2H14M16.5 2H14M14 2V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 17.5L9.99615 18.1641C10.3247 18.3831 10.7107 18.5 11.1056 18.5H12.8944C13.2893 18.5 13.6753 18.3831 14.0038 18.1641L15 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.6667 14L7.33333 14C5.14718 14 4.0541 14 3.27927 14.5425C2.99261 14.7433 2.74327 14.9926 2.54254 15.2793C2 16.0541 2 17.1472 2 19.3333C2 20.4264 2 20.9729 2.27127 21.3604C2.37164 21.5037 2.4963 21.6284 2.63963 21.7287C3.02705 22 3.57359 22 4.66667 22L19.3333 22C20.4264 22 20.9729 22 21.3604 21.7287C21.5037 21.6284 21.6284 21.5037 21.7287 21.3604C22 20.9729 22 20.4264 22 19.3333C22 17.1472 22 16.0541 21.4575 15.2793C21.2567 14.9926 21.0074 14.7433 20.7207 14.5425C19.9459 14 18.8528 14 16.6667 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 14L19.593 10.3374C19.311 7.79863 19.1699 6.52923 18.3156 5.76462C17.4614 5 16.1842 5 13.6297 5L10.3703 5C7.81585 5 6.53864 5 5.68436 5.76462C4.83009 6.52923 4.68904 7.79862 4.40695 10.3374L4 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 2H14M16.5 2H14M14 2V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 17.5L9.99615 18.1641C10.3247 18.3831 10.7107 18.5 11.1056 18.5H12.8944C13.2893 18.5 13.6753 18.3831 14.0038 18.1641L15 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-average{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12H6.00898M8.9982 12H9.00718M11.9964 12H12.0054M14.9946 12H15.0036M17.9928 12H18.0018M20.991 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7C6.67348 5.87847 7.58712 5 8.99282 5C14.9359 5 11.5954 17 17.9819 17C19.3976 17 20.3057 16.1157 21 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12H6.00898M8.9982 12H9.00718M11.9964 12H12.0054M14.9946 12H15.0036M17.9928 12H18.0018M20.991 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7C6.67348 5.87847 7.58712 5 8.99282 5C14.9359 5 11.5954 17 17.9819 17C19.3976 17 20.3057 16.1157 21 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-bar-line{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 15L4 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9L12 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22L2 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 13L20 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.60009 8.79993C5.23521 8.31419 4.6543 8 4 8C2.89543 8 2 8.89543 2 10C2 11.1046 2.89543 12 4 12C5.10457 12 6 11.1046 6 10C6 9.54973 5.8512 9.13421 5.60009 8.79993ZM5.60009 8.79993L10.3999 5.20007M10.3999 5.20007C10.7648 5.68581 11.3457 6 12 6C12.783 6 13.4609 5.55006 13.7892 4.89462M10.3999 5.20007C10.1488 4.86579 10 4.45027 10 4C10 2.89543 10.8954 2 12 2C13.1046 2 14 2.89543 14 4C14 4.32158 13.9241 4.62543 13.7892 4.89462M13.7892 4.89462L18.2108 7.10538M18.2108 7.10538C18.0759 7.37457 18 7.67842 18 8C18 9.10457 18.8954 10 20 10C21.1046 10 22 9.10457 22 8C22 6.89543 21.1046 6 20 6C19.217 6 18.5391 6.44994 18.2108 7.10538Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 15L4 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9L12 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22L2 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 13L20 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.60009 8.79993C5.23521 8.31419 4.6543 8 4 8C2.89543 8 2 8.89543 2 10C2 11.1046 2.89543 12 4 12C5.10457 12 6 11.1046 6 10C6 9.54973 5.8512 9.13421 5.60009 8.79993ZM5.60009 8.79993L10.3999 5.20007M10.3999 5.20007C10.7648 5.68581 11.3457 6 12 6C12.783 6 13.4609 5.55006 13.7892 4.89462M10.3999 5.20007C10.1488 4.86579 10 4.45027 10 4C10 2.89543 10.8954 2 12 2C13.1046 2 14 2.89543 14 4C14 4.32158 13.9241 4.62543 13.7892 4.89462M13.7892 4.89462L18.2108 7.10538M18.2108 7.10538C18.0759 7.37457 18 7.67842 18 8C18 9.10457 18.8954 10 20 10C21.1046 10 22 9.10457 22 8C22 6.89543 21.1046 6 20 6C19.217 6 18.5391 6.44994 18.2108 7.10538Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-breakout-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 3.38462V2M19.6306 4.36369L20.6081 3.38462M20.6176 8H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.8527 8.00684H15.0748C15.4536 8.00684 15.7607 8.32175 15.7607 8.71022V12.0354M2.76074 13.9583C5.03399 14.2241 10.7383 13.5137 14.8923 8.88963%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 3.38462V2M19.6306 4.36369L20.6081 3.38462M20.6176 8H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.8527 8.00684H15.0748C15.4536 8.00684 15.7607 8.32175 15.7607 8.71022V12.0354M2.76074 13.9583C5.03399 14.2241 10.7383 13.5137 14.8923 8.88963%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-breakout-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 3.38462V2M19.6306 4.36369L20.6081 3.38462M20.6176 8H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.8517 8.00684H15.0738C15.4527 8.00684 15.7598 8.32175 15.7598 8.71022V12.0354M2.75977 13.9583C5.03301 14.2241 10.7373 13.5137 14.8914 8.88963%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 3.38462V2M19.6306 4.36369L20.6081 3.38462M20.6176 8H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.8517 8.00684H15.0738C15.4527 8.00684 15.7598 8.32175 15.7598 8.71022V12.0354M2.75977 13.9583C5.03301 14.2241 10.7373 13.5137 14.8914 8.88963%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-bubble-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%228%22 cy%3D%228%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2211.5%22 cy%3D%2215.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%227.5%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%228%22 cy%3D%228%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2211.5%22 cy%3D%2215.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%227.5%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-bubble-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%225%22 cy%3D%227%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%228%22 cy%3D%2218%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%227%22 r%3D%225%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%225%22 cy%3D%227%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%228%22 cy%3D%2218%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%227%22 r%3D%225%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-column{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 20H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 20H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 20H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 16L6 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 16H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 16H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 12H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 4L6 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 20H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 20H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 20H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 16L6 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 16H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 16H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 12H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 4L6 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-decrease{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99707 5.99902C10.5286 5.999 17.9122 7.46328 17.6979 16.5654M15.4886 14.955L17.3721 16.8519C17.5656 17.0468 17.8798 17.0482 18.0751 16.8552L19.9971 14.955%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99707 5.99902C10.5286 5.999 17.9122 7.46328 17.6979 16.5654M15.4886 14.955L17.3721 16.8519C17.5656 17.0468 17.8798 17.0482 18.0751 16.8552L19.9971 14.955%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-evaluation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7048 9.33333L14.8311 13.9845C14.4123 14.6623 13.9369 15.686 13.0749 15.5344C12.0611 15.356 11.5742 13.8449 10.7026 13.3445C9.99285 12.9371 9.47971 13.4281 9.06475 14M21 4L19.1465 7M5 20L7.52632 16.2667%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7048 9.33333L14.8311 13.9845C14.4123 14.6623 13.9369 15.686 13.0749 15.5344C12.0611 15.356 11.5742 13.8449 10.7026 13.3445C9.99285 12.9371 9.47971 13.4281 9.06475 14M21 4L19.1465 7M5 20L7.52632 16.2667%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-high-low{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7L12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 7L20 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15L10 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 15L18 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5L10 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 5L18 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7L12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 7L20 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15L10 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 15L18 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5L10 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 5L18 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-histogram{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 10L13 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 13L18 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13L8 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 7.98693C19.16 7.98693 17.1922 8.24252 15.8771 6.49346C14.3798 4.50218 11.6202 4.50218 10.1229 6.49346C8.80782 8.24252 6.84003 7.98693 5 7.98693H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 10L13 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 13L18 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13L8 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 7.98693C19.16 7.98693 17.1922 8.24252 15.8771 6.49346C14.3798 4.50218 11.6202 4.50218 10.1229 6.49346C8.80782 8.24252 6.84003 7.98693 5 7.98693H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-increase{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 21H9C5.70017 21 4.05025 21 3.02513 19.9749C2 18.9497 2 17.2998 2 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99707 16.999C10.5286 16.999 17.9122 15.5348 17.6979 6.43269M15.4886 8.04302L17.3721 6.14612C17.5656 5.95127 17.8798 5.94981 18.0751 6.14286L19.9971 8.04302%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 21H9C5.70017 21 4.05025 21 3.02513 19.9749C2 18.9497 2 17.2998 2 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99707 16.999C10.5286 16.999 17.9122 15.5348 17.6979 6.43269M15.4886 8.04302L17.3721 6.14612C17.5656 5.95127 17.8798 5.94981 18.0751 6.14286L19.9971 8.04302%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-line-data-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 20C5.43938 16.8438 7.67642 8.7643 10.4282 8.7643C12.3301 8.7643 12.8226 12.6353 14.6864 12.6353C17.8931 12.6353 17.4282 4 21 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 20C5.43938 16.8438 7.67642 8.7643 10.4282 8.7643C12.3301 8.7643 12.8226 12.6353 14.6864 12.6353C17.8931 12.6353 17.4282 4 21 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-line-data-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%228.5%22 cy%3D%2210.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2214.5%22 cy%3D%2215.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2218.5%22 cy%3D%227.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.4341 14.2963L18 9M9.58251 11.5684L13.2038 14.2963M3 19L7.58957 11.8792%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 21H9C5.70017 21 4.05025 21 3.02513 19.9749C2 18.9497 2 17.2998 2 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%228.5%22 cy%3D%2210.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2214.5%22 cy%3D%2215.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2218.5%22 cy%3D%227.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.4341 14.2963L18 9M9.58251 11.5684L13.2038 14.2963M3 19L7.58957 11.8792%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 21H9C5.70017 21 4.05025 21 3.02513 19.9749C2 18.9497 2 17.2998 2 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-line-data-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 8.33333C20.0748 7.03165 18.8647 6 16.9782 6C8.4681 6 12.9194 20.5 5 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 8.33333C20.0748 7.03165 18.8647 6 16.9782 6C8.4681 6 12.9194 20.5 5 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-maximum{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H6.00898M8.9982 6H9.00718M11.9964 6H12.0054M14.9946 6H15.0036M17.9928 6H18.0018M20.991 6H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 21C19 14.3726 16.3137 9 13 9C9.68629 9 7 14.3726 7 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H6.00898M8.9982 6H9.00718M11.9964 6H12.0054M14.9946 6H15.0036M17.9928 6H18.0018M20.991 6H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 21C19 14.3726 16.3137 9 13 9C9.68629 9 7 14.3726 7 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-medium{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3H12.009M12 6H12.009M12 9H12.009M12 12H12.009M12 15H12.009M12 18H12.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7C6.67348 5.87847 7.58712 5 8.99282 5C14.9359 5 11.5954 17 17.9819 17C19.3976 17 20.3057 16.1157 21 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3H12.009M12 6H12.009M12 9H12.009M12 12H12.009M12 15H12.009M12 18H12.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7C6.67348 5.87847 7.58712 5 8.99282 5C14.9359 5 11.5954 17 17.9819 17C19.3976 17 20.3057 16.1157 21 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-minimum{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 3C8 9.07513 10.6863 14 14 14C17.3137 14 20 9.07513 20 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17H6.00898M8.9982 17H9.00718M11.9964 17H12.0054M14.9946 17H15.0036M17.9928 17H18.0018M20.991 17H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 3C8 9.07513 10.6863 14 14 14C17.3137 14 20 9.07513 20 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17H6.00898M8.9982 17H9.00718M11.9964 17H12.0054M14.9946 17H15.0036M17.9928 17H18.0018M20.991 17H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-radar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.47817 4.45277C9.65285 2.81759 10.7402 2 12 2C13.2598 2 14.3471 2.81759 16.5218 4.45277L18.5122 5.94933C20.5086 7.45049 21.5068 8.20106 21.8632 9.29857C22.2196 10.3961 21.8488 11.5774 21.107 13.94L20.1987 16.833C19.4169 19.3234 19.0259 20.5685 18.0401 21.2843C17.0543 22 15.7302 22 13.082 22H10.918C8.2698 22 6.94571 22 5.95989 21.2843C4.97406 20.5685 4.58314 19.3234 3.80129 16.833L2.89299 13.94C2.15124 11.5774 1.78037 10.3961 2.13677 9.29857C2.49317 8.20106 3.49139 7.45049 5.48783 5.94933L7.47817 4.45277Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.1165 9.82727C11.0309 9.26108 11.4882 8.97799 11.9906 9.00134C12.4929 9.02468 12.9214 9.34894 13.7783 9.99745L14.4662 10.518C15.3519 11.1883 15.7948 11.5235 15.946 12.0138C16.0972 12.5041 15.9189 13.0272 15.5625 14.0734L15.3544 14.6843C15.0321 15.6303 14.8709 16.1034 14.5002 16.3959C14.1295 16.6885 13.6281 16.7385 12.6253 16.8384L12.0522 16.8955C10.7626 17.024 10.1178 17.0882 9.63256 16.7595C9.14736 16.4308 8.9739 15.8122 8.62699 14.5751L8.35683 13.6117C8.04673 12.5058 7.89168 11.9529 8.08546 11.4588C8.27924 10.9648 8.77048 10.6607 9.75295 10.0524L10.1165 9.82727Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 9.5L8 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 16.5L18 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12L21.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 21L9 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.47817 4.45277C9.65285 2.81759 10.7402 2 12 2C13.2598 2 14.3471 2.81759 16.5218 4.45277L18.5122 5.94933C20.5086 7.45049 21.5068 8.20106 21.8632 9.29857C22.2196 10.3961 21.8488 11.5774 21.107 13.94L20.1987 16.833C19.4169 19.3234 19.0259 20.5685 18.0401 21.2843C17.0543 22 15.7302 22 13.082 22H10.918C8.2698 22 6.94571 22 5.95989 21.2843C4.97406 20.5685 4.58314 19.3234 3.80129 16.833L2.89299 13.94C2.15124 11.5774 1.78037 10.3961 2.13677 9.29857C2.49317 8.20106 3.49139 7.45049 5.48783 5.94933L7.47817 4.45277Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.1165 9.82727C11.0309 9.26108 11.4882 8.97799 11.9906 9.00134C12.4929 9.02468 12.9214 9.34894 13.7783 9.99745L14.4662 10.518C15.3519 11.1883 15.7948 11.5235 15.946 12.0138C16.0972 12.5041 15.9189 13.0272 15.5625 14.0734L15.3544 14.6843C15.0321 15.6303 14.8709 16.1034 14.5002 16.3959C14.1295 16.6885 13.6281 16.7385 12.6253 16.8384L12.0522 16.8955C10.7626 17.024 10.1178 17.0882 9.63256 16.7595C9.14736 16.4308 8.9739 15.8122 8.62699 14.5751L8.35683 13.6117C8.04673 12.5058 7.89168 11.9529 8.08546 11.4588C8.27924 10.9648 8.77048 10.6607 9.75295 10.0524L10.1165 9.82727Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 9.5L8 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 16.5L18 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12L21.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 21L9 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-relationship{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 5L18 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 10L14.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11L5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226.44444%22 cy%3D%226.44444%22 r%3D%224.44444%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%225%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2216%22 cy%3D%2216%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%225%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 5L18 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 10L14.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11L5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226.44444%22 cy%3D%226.44444%22 r%3D%224.44444%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%225%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2216%22 cy%3D%2216%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%225%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-ring{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 9L5 5M16 12H22M12 16V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 9L5 5M16 12H22M12 16V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-rose{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.71361 7.97461C6.60553 7.97461 4.08594 10.2303 4.08594 13.0129H9.71361V7.97461Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.53453 15.926C3.77319 18.368 6.52105 20.0662 9.71196 20.0662L9.71196 13.0127H4.87217C3.40834 13.0127 2.67643 13.0127 2.23141 13.7319C1.78639 14.4511 2.03577 14.9427 2.53453 15.926Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.7153 21.6766C16.8439 20.5311 19.8427 17.0854 19.8427 13.0127H9.71289V19.0586C9.71289 20.5322 9.71289 21.269 10.3135 21.7226C10.9142 22.1763 11.5145 22.0097 12.7153 21.6766Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.6417 10.0343C20.4542 6.21439 17.0389 3.22528 12.7279 2.25958C11.4784 1.97968 10.8536 1.83973 10.2833 2.29354C9.71289 2.74735 9.71289 3.48208 9.71289 4.95155V13.0127H19.0548C20.5347 13.0127 21.2746 13.0127 21.7301 12.3984C22.1856 11.784 22.0043 11.2008 21.6417 10.0343Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.71361 7.97461C6.60553 7.97461 4.08594 10.2303 4.08594 13.0129H9.71361V7.97461Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.53453 15.926C3.77319 18.368 6.52105 20.0662 9.71196 20.0662L9.71196 13.0127H4.87217C3.40834 13.0127 2.67643 13.0127 2.23141 13.7319C1.78639 14.4511 2.03577 14.9427 2.53453 15.926Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.7153 21.6766C16.8439 20.5311 19.8427 17.0854 19.8427 13.0127H9.71289V19.0586C9.71289 20.5322 9.71289 21.269 10.3135 21.7226C10.9142 22.1763 11.5145 22.0097 12.7153 21.6766Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.6417 10.0343C20.4542 6.21439 17.0389 3.22528 12.7279 2.25958C11.4784 1.97968 10.8536 1.83973 10.2833 2.29354C9.71289 2.74735 9.71289 3.48208 9.71289 4.95155V13.0127H19.0548C20.5347 13.0127 21.2746 13.0127 21.7301 12.3984C22.1856 11.784 22.0043 11.2008 21.6417 10.0343Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart-scatter{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 11H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 4H20.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6H11.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 11H11.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16H9.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 11H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 4H20.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6H11.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 11H11.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16H9.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-chart{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21.5L22 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15.5H18.009M18 18.5H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 18.5H6.00898M6 15.5H6.00898M6 12.5H6.00898M6 9.5H6.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.79063 5.39186L16.2183 9.5904M8 4.5C8 5.60457 7.10457 6.5 6 6.5C4.89543 6.5 4 5.60457 4 4.5C4 3.39543 4.89543 2.5 6 2.5C7.10457 2.5 8 3.39543 8 4.5ZM20 10.5C20 11.6046 19.1046 12.5 18 12.5C16.8954 12.5 16 11.6046 16 10.5C16 9.39543 16.8954 8.5 18 8.5C19.1046 8.5 20 9.39543 20 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21.5L22 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15.5H18.009M18 18.5H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 18.5H6.00898M6 15.5H6.00898M6 12.5H6.00898M6 9.5H6.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.79063 5.39186L16.2183 9.5904M8 4.5C8 5.60457 7.10457 6.5 6 6.5C4.89543 6.5 4 5.60457 4 4.5C4 3.39543 4.89543 2.5 6 2.5C7.10457 2.5 8 3.39543 8 4.5ZM20 10.5C20 11.6046 19.1046 12.5 18 12.5C16.8954 12.5 16 11.6046 16 10.5C16 9.39543 16.8954 8.5 18 8.5C19.1046 8.5 20 9.39543 20 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-coins-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2215.5%22 cy%3D%2211%22 rx%3D%226.5%22 ry%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 15.5C22 16.6046 19.0899 17.5 15.5 17.5C11.9101 17.5 9 16.6046 9 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 11V19.8C22 21.015 19.0899 22 15.5 22C11.9101 22 9 21.015 9 19.8V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cellipse cx%3D%228.5%22 cy%3D%224%22 rx%3D%226.5%22 ry%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 11C4.10819 10.7698 2.36991 10.1745 2 9M6 16C4.10819 15.7698 2.36991 15.1745 2 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 21C4.10819 20.7698 2.36991 20.1745 2 19L2 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 6V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2215.5%22 cy%3D%2211%22 rx%3D%226.5%22 ry%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 15.5C22 16.6046 19.0899 17.5 15.5 17.5C11.9101 17.5 9 16.6046 9 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 11V19.8C22 21.015 19.0899 22 15.5 22C11.9101 22 9 21.015 9 19.8V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cellipse cx%3D%228.5%22 cy%3D%224%22 rx%3D%226.5%22 ry%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 11C4.10819 10.7698 2.36991 10.1745 2 9M6 16C4.10819 15.7698 2.36991 15.1745 2 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 21C4.10819 20.7698 2.36991 20.1745 2 19L2 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 6V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-coins-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 18C18.4183 18 22 14.4183 22 10C22 5.58172 18.4183 2 14 2C9.58172 2 6 5.58172 6 10C6 14.4183 9.58172 18 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.1669 20.9689C12.063 21.6239 10.7742 21.9999 9.3975 21.9999C5.31197 21.9999 2 18.688 2 14.6024C2 13.2258 2.37607 11.9369 3.03107 10.833%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 18C18.4183 18 22 14.4183 22 10C22 5.58172 18.4183 2 14 2C9.58172 2 6 5.58172 6 10C6 14.4183 9.58172 18 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.1669 20.9689C12.063 21.6239 10.7742 21.9999 9.3975 21.9999C5.31197 21.9999 2 18.688 2 14.6024C2 13.2258 2.37607 11.9369 3.03107 10.833%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-coins-bitcoin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 18C18.4183 18 22 14.4183 22 10C22 5.58172 18.4183 2 14 2C9.58172 2 6 5.58172 6 10C6 14.4183 9.58172 18 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.1004 11C2.4033 12.1065 2 13.4168 2 14.8212C2 18.7859 5.21417 22 9.17905 22C10.5834 22 11.8935 21.5968 13 20.8998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10H15.5M12 10V6.5H14M12 10V13.5H14M15.5 10C16.3284 10 17 9.2165 17 8.25C17 7.2835 16.3284 6.5 15.5 6.5H14M15.5 10C16.3284 10 17 10.7835 17 11.75C17 12.7165 16.3284 13.5 15.5 13.5H14M14 13.5V14.5M14 6.5V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 18C18.4183 18 22 14.4183 22 10C22 5.58172 18.4183 2 14 2C9.58172 2 6 5.58172 6 10C6 14.4183 9.58172 18 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.1004 11C2.4033 12.1065 2 13.4168 2 14.8212C2 18.7859 5.21417 22 9.17905 22C10.5834 22 11.8935 21.5968 13 20.8998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10H15.5M12 10V6.5H14M12 10V13.5H14M15.5 10C16.3284 10 17 9.2165 17 8.25C17 7.2835 16.3284 6.5 15.5 6.5H14M15.5 10C16.3284 10 17 10.7835 17 11.75C17 12.7165 16.3284 13.5 15.5 13.5H14M14 13.5V14.5M14 6.5V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-coins-dollar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 18C18.4183 18 22 14.4183 22 10C22 5.58172 18.4183 2 14 2C9.58172 2 6 5.58172 6 10C6 14.4183 9.58172 18 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.15657 11C2.42523 12.1176 2 13.4535 2 14.8888C2 18.8162 5.18378 22 9.11116 22C10.5465 22 11.8824 21.5748 13 20.8434%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.7712 8.20494C15.555 7.2928 14.4546 6.46974 13.1337 7.08549C11.8128 7.70124 11.603 9.68239 13.601 9.89285C14.5041 9.98797 15.0928 9.78247 15.6319 10.3638C16.1709 10.9451 16.2711 12.5617 14.8931 12.9974C13.5151 13.4331 12.1506 12.7523 12.002 11.7857M13.9862 6.00391V6.87294M13.9862 13.1315V14.0039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 18C18.4183 18 22 14.4183 22 10C22 5.58172 18.4183 2 14 2C9.58172 2 6 5.58172 6 10C6 14.4183 9.58172 18 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.15657 11C2.42523 12.1176 2 13.4535 2 14.8888C2 18.8162 5.18378 22 9.11116 22C10.5465 22 11.8824 21.5748 13 20.8434%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.7712 8.20494C15.555 7.2928 14.4546 6.46974 13.1337 7.08549C11.8128 7.70124 11.603 9.68239 13.601 9.89285C14.5041 9.98797 15.0928 9.78247 15.6319 10.3638C16.1709 10.9451 16.2711 12.5617 14.8931 12.9974C13.5151 13.4331 12.1506 12.7523 12.002 11.7857M13.9862 6.00391V6.87294M13.9862 13.1315V14.0039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-coins-euro{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 18C18.4183 18 22 14.4183 22 10C22 5.58172 18.4183 2 14 2C9.58172 2 6 5.58172 6 10C6 14.4183 9.58172 18 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.15657 11C2.42523 12.1176 2 13.4535 2 14.8888C2 18.8162 5.18378 22 9.11116 22C10.5465 22 11.8824 21.5748 13 20.8434%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12.4923C16.5216 13.3957 15.6512 14 14.6568 14C13.147 14 11.9231 12.6071 11.9231 10.8889V9.11111C11.9231 7.39289 13.147 6 14.6568 6C15.6512 6 16.5216 6.60426 17 7.50774M11 10H14.9231%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 18C18.4183 18 22 14.4183 22 10C22 5.58172 18.4183 2 14 2C9.58172 2 6 5.58172 6 10C6 14.4183 9.58172 18 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.15657 11C2.42523 12.1176 2 13.4535 2 14.8888C2 18.8162 5.18378 22 9.11116 22C10.5465 22 11.8824 21.5748 13 20.8434%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12.4923C16.5216 13.3957 15.6512 14 14.6568 14C13.147 14 11.9231 12.6071 11.9231 10.8889V9.11111C11.9231 7.39289 13.147 6 14.6568 6C15.6512 6 16.5216 6.60426 17 7.50774M11 10H14.9231%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-coins-pound{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 18C18.4183 18 22 14.4183 22 10C22 5.58172 18.4183 2 14 2C9.58172 2 6 5.58172 6 10C6 14.4183 9.58172 18 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 20.8434C11.8824 21.5748 10.5465 22 9.11116 22C5.18378 22 2 18.8162 2 14.8888C2 13.4535 2.42523 12.1176 3.15657 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7.87274C15.875 7.04516 15.109 6.26561 14.0741 6.56561C12.9907 6.87966 12.4993 8.4729 12.9907 9.46841C13.5 10.5 13.7436 11.5 13.0794 12.9148C12.95 13.1904 12.8854 13.3282 12.921 13.4141C12.9567 13.5 13.0709 13.5 13.2992 13.5H16M12 10.1667H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 18C18.4183 18 22 14.4183 22 10C22 5.58172 18.4183 2 14 2C9.58172 2 6 5.58172 6 10C6 14.4183 9.58172 18 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 20.8434C11.8824 21.5748 10.5465 22 9.11116 22C5.18378 22 2 18.8162 2 14.8888C2 13.4535 2.42523 12.1176 3.15657 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7.87274C15.875 7.04516 15.109 6.26561 14.0741 6.56561C12.9907 6.87966 12.4993 8.4729 12.9907 9.46841C13.5 10.5 13.7436 11.5 13.0794 12.9148C12.95 13.1904 12.8854 13.3282 12.921 13.4141C12.9567 13.5 13.0709 13.5 13.2992 13.5H16M12 10.1667H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-coins-swap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 7.0268C10.483 4.17323 12.9665 2 15.9575 2C19.2947 2 22 4.70532 22 8.0425C22 11.0335 19.8268 13.517 16.9732 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 22C11.3137 22 14 19.3137 14 16C14 12.6863 11.3137 10 8 10C4.68629 10 2 12.6863 2 16C2 19.3137 4.68629 22 8 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9C2 5.68286 4.68286 3 8 3L7.14286 4.71429%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15C22 18.3171 19.3171 21 16 21L16.8571 19.2857%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 7.0268C10.483 4.17323 12.9665 2 15.9575 2C19.2947 2 22 4.70532 22 8.0425C22 11.0335 19.8268 13.517 16.9732 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 22C11.3137 22 14 19.3137 14 16C14 12.6863 11.3137 10 8 10C4.68629 10 2 12.6863 2 16C2 19.3137 4.68629 22 8 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9C2 5.68286 4.68286 3 8 3L7.14286 4.71429%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15C22 18.3171 19.3171 21 16 21L16.8571 19.2857%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-coins-yen{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 18C18.4183 18 22 14.4183 22 10C22 5.58172 18.4183 2 14 2C9.58172 2 6 5.58172 6 10C6 14.4183 9.58172 18 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.15657 11C2.42523 12.1176 2 13.4535 2 14.8888C2 18.8162 5.18378 22 9.11116 22C10.5465 22 11.8824 21.5748 13 20.8434%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 6.5C11.6667 7.21296 12.4 8.83333 14 9.61111M14 9.61111C15.6 8.83333 16.3333 7.21296 16.5 6.5M14 9.61111V13.5M16.0833 11.1667H11.9167%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 18C18.4183 18 22 14.4183 22 10C22 5.58172 18.4183 2 14 2C9.58172 2 6 5.58172 6 10C6 14.4183 9.58172 18 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.15657 11C2.42523 12.1176 2 13.4535 2 14.8888C2 18.8162 5.18378 22 9.11116 22C10.5465 22 11.8824 21.5748 13 20.8434%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 6.5C11.6667 7.21296 12.4 8.83333 14 9.61111M14 9.61111C15.6 8.83333 16.3333 7.21296 16.5 6.5M14 9.61111V13.5M16.0833 11.1667H11.9167%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-complaint{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0117 9.01264H17.0198M17.0201 7.00903V4.50451M22.0156 6.792C22.0156 9.43833 19.7749 11.584 17.0117 11.584C16.6867 11.5844 16.3628 11.5543 16.0436 11.4943C15.814 11.4511 15.6991 11.4296 15.6189 11.4418C15.5387 11.454 15.4251 11.5145 15.1978 11.6356C14.5549 11.9778 13.8052 12.0987 13.0842 11.9645C13.3583 11.627 13.5454 11.2222 13.628 10.7882C13.678 10.5228 13.554 10.2649 13.3683 10.0762C12.5249 9.21878 12.0078 8.06347 12.0078 6.792C12.0078 4.14565 14.2485 2 17.0117 2C19.7749 2 22.0156 4.14565 22.0156 6.792Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.51752 21.9995H4.7338C4.4105 21.9995 4.08584 21.954 3.7889 21.8264C2.82229 21.4112 2.33187 20.8628 2.10331 20.5197C1.97327 20.3245 1.99179 20.0759 2.13288 19.8885C3.25279 18.401 5.84933 17.5025 7.51752 17.5025M7.52227 21.9995H10.306C10.6293 21.9995 10.954 21.954 11.2509 21.8264C12.2175 21.4112 12.7079 20.8628 12.9365 20.5197C13.0665 20.3245 13.048 20.0759 12.9069 19.8885C11.787 18.401 9.19047 17.5025 7.52227 17.5025M10.301 12.2883C10.301 13.8196 9.05692 15.061 7.52227 15.061C5.98762 15.061 4.74353 13.8196 4.74353 12.2883C4.74353 10.757 5.98762 9.51562 7.52227 9.51562C9.05692 9.51562 10.301 10.757 10.301 12.2883Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0117 9.01264H17.0198M17.0201 7.00903V4.50451M22.0156 6.792C22.0156 9.43833 19.7749 11.584 17.0117 11.584C16.6867 11.5844 16.3628 11.5543 16.0436 11.4943C15.814 11.4511 15.6991 11.4296 15.6189 11.4418C15.5387 11.454 15.4251 11.5145 15.1978 11.6356C14.5549 11.9778 13.8052 12.0987 13.0842 11.9645C13.3583 11.627 13.5454 11.2222 13.628 10.7882C13.678 10.5228 13.554 10.2649 13.3683 10.0762C12.5249 9.21878 12.0078 8.06347 12.0078 6.792C12.0078 4.14565 14.2485 2 17.0117 2C19.7749 2 22.0156 4.14565 22.0156 6.792Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.51752 21.9995H4.7338C4.4105 21.9995 4.08584 21.954 3.7889 21.8264C2.82229 21.4112 2.33187 20.8628 2.10331 20.5197C1.97327 20.3245 1.99179 20.0759 2.13288 19.8885C3.25279 18.401 5.84933 17.5025 7.51752 17.5025M7.52227 21.9995H10.306C10.6293 21.9995 10.954 21.954 11.2509 21.8264C12.2175 21.4112 12.7079 20.8628 12.9365 20.5197C13.0665 20.3245 13.048 20.0759 12.9069 19.8885C11.787 18.401 9.19047 17.5025 7.52227 17.5025M10.301 12.2883C10.301 13.8196 9.05692 15.061 7.52227 15.061C5.98762 15.061 4.74353 13.8196 4.74353 12.2883C4.74353 10.757 5.98762 9.51562 7.52227 9.51562C9.05692 9.51562 10.301 10.757 10.301 12.2883Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-computer-dollar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 22L14.1845 21.5811C13.4733 20.6369 13.2969 19.1944 13.7468 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 22L9.8155 21.5811C10.5267 20.6369 10.7031 19.1944 10.2532 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7C10.8954 7 10 7.67157 10 8.5C10 9.32843 10.8954 10 12 10C13.1046 10 14 10.6716 14 11.5C14 12.3284 13.1046 13 12 13M12 7C12.8708 7 13.6116 7.4174 13.8862 8M12 7V6M12 13C11.1292 13 10.3884 12.5826 10.1138 12M12 13V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 2H10C6.72077 2 5.08116 2 3.91891 2.81382C3.48891 3.1149 3.1149 3.48891 2.81382 3.91891C2 5.08116 2 6.72077 2 10C2 13.2792 2 14.9188 2.81382 16.0811C3.1149 16.5111 3.48891 16.8851 3.91891 17.1862C5.08116 18 6.72077 18 10 18H14C17.2792 18 18.9188 18 20.0811 17.1862C20.5111 16.8851 20.8851 16.5111 21.1862 16.0811C22 14.9188 22 13.2792 22 10C22 6.72077 22 5.08116 21.1862 3.91891C20.8851 3.48891 20.5111 3.1149 20.0811 2.81382C18.9188 2 17.2792 2 14 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 22L14.1845 21.5811C13.4733 20.6369 13.2969 19.1944 13.7468 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 22L9.8155 21.5811C10.5267 20.6369 10.7031 19.1944 10.2532 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7C10.8954 7 10 7.67157 10 8.5C10 9.32843 10.8954 10 12 10C13.1046 10 14 10.6716 14 11.5C14 12.3284 13.1046 13 12 13M12 7C12.8708 7 13.6116 7.4174 13.8862 8M12 7V6M12 13C11.1292 13 10.3884 12.5826 10.1138 12M12 13V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 2H10C6.72077 2 5.08116 2 3.91891 2.81382C3.48891 3.1149 3.1149 3.48891 2.81382 3.91891C2 5.08116 2 6.72077 2 10C2 13.2792 2 14.9188 2.81382 16.0811C3.1149 16.5111 3.48891 16.8851 3.91891 17.1862C5.08116 18 6.72077 18 10 18H14C17.2792 18 18.9188 18 20.0811 17.1862C20.5111 16.8851 20.8851 16.5111 21.1862 16.0811C22 14.9188 22 13.2792 22 10C22 6.72077 22 5.08116 21.1862 3.91891C20.8851 3.48891 20.5111 3.1149 20.0811 2.81382C18.9188 2 17.2792 2 14 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-conference{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 15V9C19 6.17157 19 4.75736 18.1213 3.87868C17.2426 3 15.8284 3 13 3H11C8.17157 3 6.75736 3 5.87868 3.87868C5 4.75736 5 6.17157 5 9V15C5 17.8284 5 19.2426 5.87868 20.1213C6.75736 21 8.17157 21 11 21H13C15.8284 21 17.2426 21 18.1213 20.1213C19 19.2426 19 17.8284 19 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 7V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9995 8.50873C13.9995 9.61326 13.1041 10.5087 11.9995 10.5087C10.895 10.5087 9.99958 9.61326 9.99958 8.50873C9.99958 7.40419 10.895 6.50879 11.9995 6.50879C13.1041 6.50879 13.9995 7.40419 13.9995 8.50873Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.04443 15.7322C9.10278 14.1029 10.7835 13.4923 11.9995 13.4935C13.2156 13.4948 14.847 14.1029 15.9054 15.7322C15.9738 15.8376 15.9926 15.9673 15.9309 16.0768C15.6834 16.5157 14.9149 17.3866 14.3598 17.4457C13.7221 17.5135 12.0537 17.523 12.0008 17.5233C11.9478 17.523 10.228 17.5135 9.58996 17.4457C9.0349 17.3866 8.26641 16.5157 8.0189 16.0768C7.95714 15.9673 7.976 15.8376 8.04443 15.7322Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 15V9C19 6.17157 19 4.75736 18.1213 3.87868C17.2426 3 15.8284 3 13 3H11C8.17157 3 6.75736 3 5.87868 3.87868C5 4.75736 5 6.17157 5 9V15C5 17.8284 5 19.2426 5.87868 20.1213C6.75736 21 8.17157 21 11 21H13C15.8284 21 17.2426 21 18.1213 20.1213C19 19.2426 19 17.8284 19 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 7V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9995 8.50873C13.9995 9.61326 13.1041 10.5087 11.9995 10.5087C10.895 10.5087 9.99958 9.61326 9.99958 8.50873C9.99958 7.40419 10.895 6.50879 11.9995 6.50879C13.1041 6.50879 13.9995 7.40419 13.9995 8.50873Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.04443 15.7322C9.10278 14.1029 10.7835 13.4923 11.9995 13.4935C13.2156 13.4948 14.847 14.1029 15.9054 15.7322C15.9738 15.8376 15.9926 15.9673 15.9309 16.0768C15.6834 16.5157 14.9149 17.3866 14.3598 17.4457C13.7221 17.5135 12.0537 17.523 12.0008 17.5233C11.9478 17.523 10.228 17.5135 9.58996 17.4457C9.0349 17.3866 8.26641 16.5157 8.0189 16.0768C7.95714 15.9673 7.976 15.8376 8.04443 15.7322Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-contact-book{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 10C4.5 6.22876 4.5 4.34315 5.67157 3.17157C6.84315 2 8.72876 2 12.5 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10V14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H12.5C8.72876 22 6.84315 22 5.67157 20.8284C4.5 19.6569 4.5 17.7712 4.5 14V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 6H2M4.5 12H2M4.5 18H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.2748 8.49213C15.2748 9.59666 14.3794 10.4921 13.2749 10.4921C12.1704 10.4921 11.275 9.59666 11.275 8.49213C11.275 7.38759 12.1704 6.49219 13.2749 6.49219C14.3794 6.49219 15.2748 7.38759 15.2748 8.49213Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.31982 15.7156C10.3782 14.0863 12.0589 13.4757 13.2749 13.4769C14.491 13.4782 16.1224 14.0863 17.1807 15.7156C17.2492 15.821 17.268 15.9507 17.2063 16.0602C16.9588 16.4991 16.1903 17.37 15.6352 17.4291C14.9975 17.4969 13.3291 17.5064 13.2762 17.5067C13.2232 17.5064 11.5034 17.4969 10.8653 17.4291C10.3103 17.37 9.5418 16.4991 9.29429 16.0602C9.23254 15.9507 9.25139 15.821 9.31982 15.7156Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 10C4.5 6.22876 4.5 4.34315 5.67157 3.17157C6.84315 2 8.72876 2 12.5 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10V14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H12.5C8.72876 22 6.84315 22 5.67157 20.8284C4.5 19.6569 4.5 17.7712 4.5 14V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 6H2M4.5 12H2M4.5 18H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.2748 8.49213C15.2748 9.59666 14.3794 10.4921 13.2749 10.4921C12.1704 10.4921 11.275 9.59666 11.275 8.49213C11.275 7.38759 12.1704 6.49219 13.2749 6.49219C14.3794 6.49219 15.2748 7.38759 15.2748 8.49213Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.31982 15.7156C10.3782 14.0863 12.0589 13.4757 13.2749 13.4769C14.491 13.4782 16.1224 14.0863 17.1807 15.7156C17.2492 15.821 17.268 15.9507 17.2063 16.0602C16.9588 16.4991 16.1903 17.37 15.6352 17.4291C14.9975 17.4969 13.3291 17.5064 13.2762 17.5067C13.2232 17.5064 11.5034 17.4969 10.8653 17.4291C10.3103 17.37 9.5418 16.4991 9.29429 16.0602C9.23254 15.9507 9.25139 15.821 9.31982 15.7156Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-contact{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C7.99306 22 5.98959 22 4.7448 20.682C3.5 19.364 3.5 17.2426 3.5 13C3.5 8.75736 3.5 6.63604 4.7448 5.31802C5.98959 4 7.99306 4 12 4C16.0069 4 18.0104 4 19.2552 5.31802C20.5 6.63604 20.5 8.75736 20.5 13C20.5 17.2426 20.5 19.364 19.2552 20.682C18.0104 22 16.0069 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.018 9.4931C14.018 10.5976 13.1226 11.493 12.0181 11.493C10.9135 11.493 10.0181 10.5976 10.0181 9.4931C10.0181 8.38857 10.9135 7.49316 12.0181 7.49316C13.1226 7.49316 14.018 8.38857 14.018 9.4931Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.06298 16.7166C9.12133 15.0873 10.802 14.4767 12.0181 14.4779C13.2341 14.4792 14.8656 15.0873 15.9239 16.7166C15.9923 16.822 16.0112 16.9517 15.9494 17.0612C15.7019 17.5001 14.9334 18.371 14.3784 18.43C13.7406 18.4979 12.0723 18.5074 12.0194 18.5077C11.9664 18.5074 10.2466 18.4979 9.60851 18.43C9.05345 18.371 8.28496 17.5001 8.03745 17.0612C7.9757 16.9517 7.99456 16.822 8.06298 16.7166Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C7.99306 22 5.98959 22 4.7448 20.682C3.5 19.364 3.5 17.2426 3.5 13C3.5 8.75736 3.5 6.63604 4.7448 5.31802C5.98959 4 7.99306 4 12 4C16.0069 4 18.0104 4 19.2552 5.31802C20.5 6.63604 20.5 8.75736 20.5 13C20.5 17.2426 20.5 19.364 19.2552 20.682C18.0104 22 16.0069 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.018 9.4931C14.018 10.5976 13.1226 11.493 12.0181 11.493C10.9135 11.493 10.0181 10.5976 10.0181 9.4931C10.0181 8.38857 10.9135 7.49316 12.0181 7.49316C13.1226 7.49316 14.018 8.38857 14.018 9.4931Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.06298 16.7166C9.12133 15.0873 10.802 14.4767 12.0181 14.4779C13.2341 14.4792 14.8656 15.0873 15.9239 16.7166C15.9923 16.822 16.0112 16.9517 15.9494 17.0612C15.7019 17.5001 14.9334 18.371 14.3784 18.43C13.7406 18.4979 12.0723 18.5074 12.0194 18.5077C11.9664 18.5074 10.2466 18.4979 9.60851 18.43C9.05345 18.371 8.28496 17.5001 8.03745 17.0612C7.9757 16.9517 7.99456 16.822 8.06298 16.7166Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-corporate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22V6C12 4.11438 12 3.17157 11.4142 2.58579C10.8284 2 9.88562 2 8 2H6C4.11438 2 3.17157 2 2.58579 2.58579C2 3.17157 2 4.11438 2 6V18C2 19.8856 2 20.8284 2.58579 21.4142C3.17157 22 4.11438 22 6 22H12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 22H18C19.8856 22 20.8284 22 21.4142 21.4142C22 20.8284 22 19.8856 22 18V12C22 10.1144 22 9.17157 21.4142 8.58579C20.8284 8 19.8856 8 18 8H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.5 16H15.5M18.5 12L15.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 14H5.5M8.5 10H5.5M8.5 6H5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22V6C12 4.11438 12 3.17157 11.4142 2.58579C10.8284 2 9.88562 2 8 2H6C4.11438 2 3.17157 2 2.58579 2.58579C2 3.17157 2 4.11438 2 6V18C2 19.8856 2 20.8284 2.58579 21.4142C3.17157 22 4.11438 22 6 22H12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 22H18C19.8856 22 20.8284 22 21.4142 21.4142C22 20.8284 22 19.8856 22 18V12C22 10.1144 22 9.17157 21.4142 8.58579C20.8284 8 19.8856 8 18 8H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.5 16H15.5M18.5 12L15.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 14H5.5M8.5 10H5.5M8.5 6H5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-covariate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 11H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 15H14.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10H8.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 19.5L21 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 11H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 15H14.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10H8.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 19.5L21 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-credit-card-accept{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 20H10.5C6.74142 20 4.86213 20 3.60746 19.0091C3.40678 18.8506 3.22119 18.676 3.0528 18.4871C2 17.3062 2 15.5375 2 12C2 8.46252 2 6.69377 3.0528 5.5129C3.22119 5.32403 3.40678 5.14935 3.60746 4.99087C4.86213 4 6.74142 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C21.8957 6.57684 21.9897 8.11799 21.999 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 18 15 18 16 20C16 20 19.1765 15 22 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 20H10.5C6.74142 20 4.86213 20 3.60746 19.0091C3.40678 18.8506 3.22119 18.676 3.0528 18.4871C2 17.3062 2 15.5375 2 12C2 8.46252 2 6.69377 3.0528 5.5129C3.22119 5.32403 3.40678 5.14935 3.60746 4.99087C4.86213 4 6.74142 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C21.8957 6.57684 21.9897 8.11799 21.999 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 18 15 18 16 20C16 20 19.1765 15 22 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-credit-card-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 20H10.5C6.74142 20 4.86213 20 3.60746 19.0091C3.40678 18.8506 3.22119 18.676 3.0528 18.4871C2 17.3062 2 15.5375 2 12C2 8.46252 2 6.69377 3.0528 5.5129C3.22119 5.32403 3.40678 5.14935 3.60746 4.99087C4.86213 4 6.74142 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C21.8394 6.51358 21.9755 7.93642 21.9963 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 20L18.5 13M15 16.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 20H10.5C6.74142 20 4.86213 20 3.60746 19.0091C3.40678 18.8506 3.22119 18.676 3.0528 18.4871C2 17.3062 2 15.5375 2 12C2 8.46252 2 6.69377 3.0528 5.5129C3.22119 5.32403 3.40678 5.14935 3.60746 4.99087C4.86213 4 6.74142 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C21.8394 6.51358 21.9755 7.93642 21.9963 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 20L18.5 13M15 16.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-credit-card-change{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 9.5C21.9635 7.24771 21.7892 5.94656 20.9564 5.0129C20.7879 4.82403 20.6022 4.64935 20.4014 4.49087C19.1461 3.5 17.2659 3.5 13.5056 3.5H10.5041C6.74371 3.5 4.86352 3.5 3.60823 4.49087C3.40746 4.64935 3.22178 4.82403 3.05331 5.0129C2 6.19377 2 7.96252 2 11.5C2 15.0375 2 16.8062 3.05331 17.9871C3.22178 18.176 3.40746 18.3506 3.60823 18.5091C4.86352 19.5 6.74371 19.5 10.5041 19.5H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.3333 12.5L20.1565 13.2579C20.3357 13.434 20.4253 13.5221 20.3938 13.5969C20.3622 13.6717 20.2355 13.6717 19.9821 13.6717H16.8777C15.2884 13.6717 14 14.938 14 16.5C14 16.8521 14.0655 17.1891 14.185 17.5M16.6667 20.5L15.8435 19.7421C15.6643 19.566 15.5747 19.4779 15.6062 19.4031C15.6378 19.3283 15.7645 19.3283 16.0179 19.3283H19.1223C20.7116 19.3283 22 18.062 22 16.5C22 16.1479 21.9345 15.8109 21.815 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 9.5C21.9635 7.24771 21.7892 5.94656 20.9564 5.0129C20.7879 4.82403 20.6022 4.64935 20.4014 4.49087C19.1461 3.5 17.2659 3.5 13.5056 3.5H10.5041C6.74371 3.5 4.86352 3.5 3.60823 4.49087C3.40746 4.64935 3.22178 4.82403 3.05331 5.0129C2 6.19377 2 7.96252 2 11.5C2 15.0375 2 16.8062 3.05331 17.9871C3.22178 18.176 3.40746 18.3506 3.60823 18.5091C4.86352 19.5 6.74371 19.5 10.5041 19.5H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.3333 12.5L20.1565 13.2579C20.3357 13.434 20.4253 13.5221 20.3938 13.5969C20.3622 13.6717 20.2355 13.6717 19.9821 13.6717H16.8777C15.2884 13.6717 14 14.938 14 16.5C14 16.8521 14.0655 17.1891 14.185 17.5M16.6667 20.5L15.8435 19.7421C15.6643 19.566 15.5747 19.4779 15.6062 19.4031C15.6378 19.3283 15.7645 19.3283 16.0179 19.3283H19.1223C20.7116 19.3283 22 18.062 22 16.5C22 16.1479 21.9345 15.8109 21.815 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-credit-card-defrost{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 9.5C21.9635 7.24771 21.7892 5.94656 20.9564 5.0129C20.7879 4.82403 20.6022 4.64935 20.4014 4.49087C19.1461 3.5 17.2659 3.5 13.5056 3.5H10.5041C6.74371 3.5 4.86352 3.5 3.60823 4.49087C3.40746 4.64935 3.22178 4.82403 3.05331 5.0129C2 6.19377 2 7.96252 2 11.5C2 15.0375 2 16.8062 3.05331 17.9871C3.22178 18.176 3.40746 18.3506 3.60823 18.5091C4.86352 19.5 6.74371 19.5 10.5041 19.5H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0161 12.5C11.8458 15.2942 17.3195 17.2518 15.0161 20.5M18.2161 12.5C15.0458 15.2942 20.5195 17.2518 18.2161 20.5M21.4161 12.5C18.2458 15.2942 23.7195 17.2518 21.4161 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 9.5C21.9635 7.24771 21.7892 5.94656 20.9564 5.0129C20.7879 4.82403 20.6022 4.64935 20.4014 4.49087C19.1461 3.5 17.2659 3.5 13.5056 3.5H10.5041C6.74371 3.5 4.86352 3.5 3.60823 4.49087C3.40746 4.64935 3.22178 4.82403 3.05331 5.0129C2 6.19377 2 7.96252 2 11.5C2 15.0375 2 16.8062 3.05331 17.9871C3.22178 18.176 3.40746 18.3506 3.60823 18.5091C4.86352 19.5 6.74371 19.5 10.5041 19.5H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0161 12.5C11.8458 15.2942 17.3195 17.2518 15.0161 20.5M18.2161 12.5C15.0458 15.2942 20.5195 17.2518 18.2161 20.5M21.4161 12.5C18.2458 15.2942 23.7195 17.2518 21.4161 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-credit-card-freeze{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 9C21.9635 6.74771 21.7892 5.44656 20.9564 4.5129C20.7879 4.32403 20.6022 4.14935 20.4014 3.99087C19.1461 3 17.2659 3 13.5056 3H10.5041C6.74371 3 4.86352 3 3.60823 3.99087C3.40746 4.14935 3.22178 4.32403 3.05331 4.5129C2 5.69377 2 7.46252 2 11C2 14.5375 2 16.3062 3.05331 17.4871C3.22178 17.676 3.40746 17.8506 3.60823 18.0091C4.86352 19 6.74371 19 10.5041 19H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 13V14.7778M18 14.7778V19.2222M18 14.7778L19.5 14M18 14.7778L16.5 14M18 19.2222L18 21M18 19.2222L16.5 20M18 19.2222L19.5 20M22 17L20.2222 17M20.2222 17L15.7778 17M20.2222 17L21 18.5M20.2222 17L21 15.5M15.7778 17L14 17M15.7778 17L15 15.5M15.7778 17L15 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 9C21.9635 6.74771 21.7892 5.44656 20.9564 4.5129C20.7879 4.32403 20.6022 4.14935 20.4014 3.99087C19.1461 3 17.2659 3 13.5056 3H10.5041C6.74371 3 4.86352 3 3.60823 3.99087C3.40746 4.14935 3.22178 4.32403 3.05331 4.5129C2 5.69377 2 7.46252 2 11C2 14.5375 2 16.3062 3.05331 17.4871C3.22178 17.676 3.40746 17.8506 3.60823 18.0091C4.86352 19 6.74371 19 10.5041 19H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 13V14.7778M18 14.7778V19.2222M18 14.7778L19.5 14M18 14.7778L16.5 14M18 19.2222L18 21M18 19.2222L16.5 20M18 19.2222L19.5 20M22 17L20.2222 17M20.2222 17L15.7778 17M20.2222 17L21 18.5M20.2222 17L21 15.5M15.7778 17L14 17M15.7778 17L15 15.5M15.7778 17L15 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-credit-card-not-accept{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 20H10.5C6.74142 20 4.86213 20 3.60746 19.0091C3.40678 18.8506 3.22119 18.676 3.0528 18.4871C2 17.3062 2 15.5375 2 12C2 8.46252 2 6.69377 3.0528 5.5129C3.22119 5.32403 3.40678 5.14935 3.60746 4.99087C4.86213 4 6.74142 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C21.8957 6.57684 21.9897 8.11799 21.999 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 14L16 20M22 20L16 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 20H10.5C6.74142 20 4.86213 20 3.60746 19.0091C3.40678 18.8506 3.22119 18.676 3.0528 18.4871C2 17.3062 2 15.5375 2 12C2 8.46252 2 6.69377 3.0528 5.5129C3.22119 5.32403 3.40678 5.14935 3.60746 4.99087C4.86213 4 6.74142 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C21.8957 6.57684 21.9897 8.11799 21.999 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 14L16 20M22 20L16 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-credit-card-not-found{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.46334 4.5C4.145 4.62804 3.86325 4.78886 3.60746 4.99087C3.40678 5.14935 3.22119 5.32403 3.0528 5.5129C2 6.69377 2 8.46252 2 12C2 15.5375 2 17.3062 3.0528 18.4871C3.22119 18.676 3.40678 18.8506 3.60746 19.0091C4.86213 20 6.74142 20 10.5 20H13.5C16.4923 20 18.2568 20 19.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4.01578C8.7277 4 9.55437 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C22 6.69377 22 8.46252 22 12C22 14.3126 22 15.8693 21.7058 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 9H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 9L13.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.46334 4.5C4.145 4.62804 3.86325 4.78886 3.60746 4.99087C3.40678 5.14935 3.22119 5.32403 3.0528 5.5129C2 6.69377 2 8.46252 2 12C2 15.5375 2 17.3062 3.0528 18.4871C3.22119 18.676 3.40678 18.8506 3.60746 19.0091C4.86213 20 6.74142 20 10.5 20H13.5C16.4923 20 18.2568 20 19.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4.01578C8.7277 4 9.55437 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C22 6.69377 22 8.46252 22 12C22 14.3126 22 15.8693 21.7058 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 9H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 9L13.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-credit-card-pos{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.3457 16.1981L16.1747 3.36914M18.6316 11.0561L16.4321 13.2556M14.5549 15.1104L13.5762 16.0891%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.17467 16.1411C1.60844 14.5749 1.60844 12.0355 3.17467 10.4693L10.4693 3.17467C12.0355 1.60844 14.5749 1.60844 16.1411 3.17467L20.8253 7.85891C22.3916 9.42514 22.3916 11.9645 20.8253 13.5307L13.5307 20.8253C11.9645 22.3916 9.42514 22.3916 7.85891 20.8253L3.17467 16.1411Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 22H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.3457 16.1981L16.1747 3.36914M18.6316 11.0561L16.4321 13.2556M14.5549 15.1104L13.5762 16.0891%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.17467 16.1411C1.60844 14.5749 1.60844 12.0355 3.17467 10.4693L10.4693 3.17467C12.0355 1.60844 14.5749 1.60844 16.1411 3.17467L20.8253 7.85891C22.3916 9.42514 22.3916 11.9645 20.8253 13.5307L13.5307 20.8253C11.9645 22.3916 9.42514 22.3916 7.85891 20.8253L3.17467 16.1411Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 22H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-credit-card{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.46252 2 6.69377 3.0528 5.5129C3.22119 5.32403 3.40678 5.14935 3.60746 4.99087C4.86213 4 6.74142 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C22 6.69377 22 8.46252 22 12C22 15.5375 22 17.3062 20.9472 18.4871C20.7788 18.676 20.5932 18.8506 20.3925 19.0091C19.1379 20 17.2586 20 13.5 20H10.5C6.74142 20 4.86213 20 3.60746 19.0091C3.40678 18.8506 3.22119 18.676 3.0528 18.4871C2 17.3062 2 15.5375 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-miterlimit%3D%2210%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 16L18 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-miterlimit%3D%2210%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.46252 2 6.69377 3.0528 5.5129C3.22119 5.32403 3.40678 5.14935 3.60746 4.99087C4.86213 4 6.74142 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C22 6.69377 22 8.46252 22 12C22 15.5375 22 17.3062 20.9472 18.4871C20.7788 18.676 20.5932 18.8506 20.3925 19.0091C19.1379 20 17.2586 20 13.5 20H10.5C6.74142 20 4.86213 20 3.60746 19.0091C3.40678 18.8506 3.22119 18.676 3.0528 18.4871C2 17.3062 2 15.5375 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-miterlimit%3D%2210%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 16L18 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-miterlimit%3D%2210%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-crowdfunding{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%225%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%224%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 15C20 13.8954 18.8807 13 17.5 13H6.5C5.11929 13 4 13.8954 4 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11L12 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%225%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%224%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 15C20 13.8954 18.8807 13 17.5 13H6.5C5.11929 13 4 13.8954 4 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11L12 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-customer-service-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 11.8045C17 11.4588 17 11.286 17.052 11.132C17.2032 10.6844 17.6018 10.5108 18.0011 10.3289C18.45 10.1244 18.6744 10.0222 18.8968 10.0042C19.1493 9.98378 19.4022 10.0382 19.618 10.1593C19.9041 10.3198 20.1036 10.6249 20.3079 10.873C21.2513 12.0188 21.7229 12.5918 21.8955 13.2236C22.0348 13.7334 22.0348 14.2666 21.8955 14.7764C21.6438 15.6979 20.8485 16.4704 20.2598 17.1854C19.9587 17.5511 19.8081 17.734 19.618 17.8407C19.4022 17.9618 19.1493 18.0162 18.8968 17.9958C18.6744 17.9778 18.45 17.8756 18.0011 17.6711C17.6018 17.4892 17.2032 17.3156 17.052 16.868C17 16.714 17 16.5412 17 16.1955V11.8045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 11.8046C7 11.3694 6.98778 10.9782 6.63591 10.6722C6.50793 10.5609 6.33825 10.4836 5.99891 10.329C5.55001 10.1246 5.32556 10.0224 5.10316 10.0044C4.43591 9.9504 4.07692 10.4058 3.69213 10.8732C2.74875 12.019 2.27706 12.5919 2.10446 13.2237C1.96518 13.7336 1.96518 14.2668 2.10446 14.7766C2.3562 15.6981 3.15152 16.4705 3.74021 17.1856C4.11129 17.6363 4.46577 18.0475 5.10316 17.996C5.32556 17.978 5.55001 17.8757 5.99891 17.6713C6.33825 17.5167 6.50793 17.4394 6.63591 17.3281C6.98778 17.0221 7 16.631 7 16.1957V11.8046Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 10.5V9C20 5.13401 16.4183 2 12 2C7.58172 2 4 5.13401 4 9V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 17.5C20 22 16 22 12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 11.8045C17 11.4588 17 11.286 17.052 11.132C17.2032 10.6844 17.6018 10.5108 18.0011 10.3289C18.45 10.1244 18.6744 10.0222 18.8968 10.0042C19.1493 9.98378 19.4022 10.0382 19.618 10.1593C19.9041 10.3198 20.1036 10.6249 20.3079 10.873C21.2513 12.0188 21.7229 12.5918 21.8955 13.2236C22.0348 13.7334 22.0348 14.2666 21.8955 14.7764C21.6438 15.6979 20.8485 16.4704 20.2598 17.1854C19.9587 17.5511 19.8081 17.734 19.618 17.8407C19.4022 17.9618 19.1493 18.0162 18.8968 17.9958C18.6744 17.9778 18.45 17.8756 18.0011 17.6711C17.6018 17.4892 17.2032 17.3156 17.052 16.868C17 16.714 17 16.5412 17 16.1955V11.8045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 11.8046C7 11.3694 6.98778 10.9782 6.63591 10.6722C6.50793 10.5609 6.33825 10.4836 5.99891 10.329C5.55001 10.1246 5.32556 10.0224 5.10316 10.0044C4.43591 9.9504 4.07692 10.4058 3.69213 10.8732C2.74875 12.019 2.27706 12.5919 2.10446 13.2237C1.96518 13.7336 1.96518 14.2668 2.10446 14.7766C2.3562 15.6981 3.15152 16.4705 3.74021 17.1856C4.11129 17.6363 4.46577 18.0475 5.10316 17.996C5.32556 17.978 5.55001 17.8757 5.99891 17.6713C6.33825 17.5167 6.50793 17.4394 6.63591 17.3281C6.98778 17.0221 7 16.631 7 16.1957V11.8046Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 10.5V9C20 5.13401 16.4183 2 12 2C7.58172 2 4 5.13401 4 9V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 17.5C20 22 16 22 12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-customer-service-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 13.8045C17 13.4588 17 13.286 17.052 13.132C17.2032 12.6844 17.6018 12.5108 18.0011 12.3289C18.45 12.1244 18.6744 12.0222 18.8968 12.0042C19.1493 11.9838 19.4022 12.0382 19.618 12.1593C19.9041 12.3198 20.1036 12.6249 20.3079 12.873C21.2512 14.0188 21.7229 14.5918 21.8955 15.2236C22.0348 15.7334 22.0348 16.2666 21.8955 16.7764C21.6438 17.6979 20.8485 18.4704 20.2598 19.1854C19.9587 19.5511 19.8081 19.734 19.618 19.8407C19.4022 19.9618 19.1493 20.0162 18.8968 19.9958C18.6744 19.9778 18.45 19.8756 18.0011 19.6711C17.6018 19.4892 17.2032 19.3156 17.052 18.868C17 18.714 17 18.5412 17 18.1955V13.8045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 21C10.8807 22.3333 13.1193 22.3333 14.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 13.8045C7 13.3693 6.98778 12.9782 6.63591 12.6722C6.50793 12.5609 6.33825 12.4836 5.99891 12.329C5.55001 12.1246 5.32556 12.0224 5.10316 12.0044C4.43591 11.9504 4.07692 12.4058 3.69213 12.8731C2.74875 14.0189 2.27706 14.5918 2.10446 15.2236C1.96518 15.7334 1.96518 16.2666 2.10446 16.7764C2.3562 17.6979 3.15152 18.4702 3.74021 19.1852C4.11129 19.6359 4.46577 20.0472 5.10316 19.9956C5.32556 19.9776 5.55001 19.8754 5.99891 19.6709C6.33825 19.5164 6.50793 19.4391 6.63591 19.3278C6.98778 19.0218 7 18.6307 7 18.1954V13.8045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 16V12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12L22.0001 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 13.8045C17 13.4588 17 13.286 17.052 13.132C17.2032 12.6844 17.6018 12.5108 18.0011 12.3289C18.45 12.1244 18.6744 12.0222 18.8968 12.0042C19.1493 11.9838 19.4022 12.0382 19.618 12.1593C19.9041 12.3198 20.1036 12.6249 20.3079 12.873C21.2512 14.0188 21.7229 14.5918 21.8955 15.2236C22.0348 15.7334 22.0348 16.2666 21.8955 16.7764C21.6438 17.6979 20.8485 18.4704 20.2598 19.1854C19.9587 19.5511 19.8081 19.734 19.618 19.8407C19.4022 19.9618 19.1493 20.0162 18.8968 19.9958C18.6744 19.9778 18.45 19.8756 18.0011 19.6711C17.6018 19.4892 17.2032 19.3156 17.052 18.868C17 18.714 17 18.5412 17 18.1955V13.8045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 21C10.8807 22.3333 13.1193 22.3333 14.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 13.8045C7 13.3693 6.98778 12.9782 6.63591 12.6722C6.50793 12.5609 6.33825 12.4836 5.99891 12.329C5.55001 12.1246 5.32556 12.0224 5.10316 12.0044C4.43591 11.9504 4.07692 12.4058 3.69213 12.8731C2.74875 14.0189 2.27706 14.5918 2.10446 15.2236C1.96518 15.7334 1.96518 16.2666 2.10446 16.7764C2.3562 17.6979 3.15152 18.4702 3.74021 19.1852C4.11129 19.6359 4.46577 20.0472 5.10316 19.9956C5.32556 19.9776 5.55001 19.8754 5.99891 19.6709C6.33825 19.5164 6.50793 19.4391 6.63591 19.3278C6.98778 19.0218 7 18.6307 7 18.1954V13.8045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 16V12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12L22.0001 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-departement{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 13.8829L20.9999 9.12817C20.9993 7.99289 20.999 7.42525 20.723 6.94931C20.447 6.47337 19.9544 6.19544 18.9692 5.63957L13.944 2.80421C12.9938 2.26807 12.5187 2 12 2C11.4813 2 11.0062 2.26807 10.056 2.80421L5.0308 5.63957C4.04562 6.19544 3.55303 6.47337 3.277 6.94931C3.00096 7.42525 3.00069 7.99289 3.00013 9.12817L3 13.8829C3 17.7094 3 19.6226 4.17157 20.8113C5.34315 22 7.22876 22 11 22H13C16.7712 22 18.6569 22 19.8284 20.8113C21 19.6226 21 17.7094 21 13.8829Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13H8M16 13H14M10 9H8M10 17H8M16 9H14M16 17H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 13.8829L20.9999 9.12817C20.9993 7.99289 20.999 7.42525 20.723 6.94931C20.447 6.47337 19.9544 6.19544 18.9692 5.63957L13.944 2.80421C12.9938 2.26807 12.5187 2 12 2C11.4813 2 11.0062 2.26807 10.056 2.80421L5.0308 5.63957C4.04562 6.19544 3.55303 6.47337 3.277 6.94931C3.00096 7.42525 3.00069 7.99289 3.00013 9.12817L3 13.8829C3 17.7094 3 19.6226 4.17157 20.8113C5.34315 22 7.22876 22 11 22H13C16.7712 22 18.6569 22 19.8284 20.8113C21 19.6226 21 17.7094 21 13.8829Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13H8M16 13H14M10 9H8M10 17H8M16 9H14M16 17H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-diamond-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.78223 4.18192C6.43007 3.68319 6.754 3.43383 7.12788 3.27323C7.29741 3.20041 7.47367 3.14158 7.65459 3.09741C8.0536 3 8.4767 3 9.32289 3H14.6771C15.5233 3 15.9464 3 16.3454 3.09741C16.5263 3.14158 16.7026 3.20041 16.8721 3.27323C17.246 3.43383 17.5699 3.68319 18.2178 4.18192C20.3644 5.83448 21.4378 6.66077 21.8057 7.73078C21.9694 8.20673 22.0305 8.70728 21.9858 9.20461C21.8852 10.3227 21.0379 11.346 19.3433 13.3925L15.3498 18.2153C13.8126 20.0718 13.044 21 12 21C10.956 21 10.1874 20.0718 8.65018 18.2153L4.65671 13.3925C2.96208 11.346 2.11476 10.3227 2.0142 9.20461C1.96947 8.70728 2.03064 8.20673 2.1943 7.73078C2.56224 6.66077 3.63557 5.83448 5.78223 4.18192Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 8.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.78223 4.18192C6.43007 3.68319 6.754 3.43383 7.12788 3.27323C7.29741 3.20041 7.47367 3.14158 7.65459 3.09741C8.0536 3 8.4767 3 9.32289 3H14.6771C15.5233 3 15.9464 3 16.3454 3.09741C16.5263 3.14158 16.7026 3.20041 16.8721 3.27323C17.246 3.43383 17.5699 3.68319 18.2178 4.18192C20.3644 5.83448 21.4378 6.66077 21.8057 7.73078C21.9694 8.20673 22.0305 8.70728 21.9858 9.20461C21.8852 10.3227 21.0379 11.346 19.3433 13.3925L15.3498 18.2153C13.8126 20.0718 13.044 21 12 21C10.956 21 10.1874 20.0718 8.65018 18.2153L4.65671 13.3925C2.96208 11.346 2.11476 10.3227 2.0142 9.20461C1.96947 8.70728 2.03064 8.20673 2.1943 7.73078C2.56224 6.66077 3.63557 5.83448 5.78223 4.18192Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 8.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-discount{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.14426 2.5C6.48724 2.56075 4.93529 2.81456 3.87493 3.87493C2.81456 4.93529 2.56075 6.48724 2.5 9.14426M14.8557 2.5C17.5128 2.56075 19.0647 2.81456 20.1251 3.87493C21.1854 4.93529 21.4392 6.48724 21.5 9.14426M14.8557 21.5C17.5128 21.4392 19.0647 21.1854 20.1251 20.1251C21.1854 19.0647 21.4392 17.5128 21.5 14.8557M9.14426 21.5C6.48724 21.4392 4.93529 21.1854 3.87493 20.1251C2.81456 19.0647 2.56075 17.5128 2.5 14.8557%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.99981 8H8.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9998 16H16.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L16 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.14426 2.5C6.48724 2.56075 4.93529 2.81456 3.87493 3.87493C2.81456 4.93529 2.56075 6.48724 2.5 9.14426M14.8557 2.5C17.5128 2.56075 19.0647 2.81456 20.1251 3.87493C21.1854 4.93529 21.4392 6.48724 21.5 9.14426M14.8557 21.5C17.5128 21.4392 19.0647 21.1854 20.1251 20.1251C21.1854 19.0647 21.4392 17.5128 21.5 14.8557M9.14426 21.5C6.48724 21.4392 4.93529 21.1854 3.87493 20.1251C2.81456 19.0647 2.56075 17.5128 2.5 14.8557%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.99981 8H8.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9998 16H16.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L16 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-dollar-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9583 8.38889C17.9583 6.24111 15.2907 4.5 12 4.5C8.7093 4.5 6.04167 6.24111 6.04167 8.38889C6.04167 10.5367 7.66667 11.7222 12 11.7222C16.3333 11.7222 18.5 12.8333 18.5 15.6111C18.5 18.3889 15.5899 19.5 12 19.5C8.41015 19.5 5.5 17.7589 5.5 15.6111%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 2.5V4.21M12.5 21.5V19.79%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9583 8.38889C17.9583 6.24111 15.2907 4.5 12 4.5C8.7093 4.5 6.04167 6.24111 6.04167 8.38889C6.04167 10.5367 7.66667 11.7222 12 11.7222C16.3333 11.7222 18.5 12.8333 18.5 15.6111C18.5 18.3889 15.5899 19.5 12 19.5C8.41015 19.5 5.5 17.7589 5.5 15.6111%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 2.5V4.21M12.5 21.5V19.79%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-dollar-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4167 8.14815C18.4167 5.85719 15.5438 4 12 4C8.45617 4 5.58333 5.85719 5.58333 8.14815C5.58333 10.4391 7.33333 11.7037 12 11.7037C16.6667 11.7037 19 12.8889 19 15.8519C19 18.8148 15.866 20 12 20C8.13401 20 5 18.1428 5 15.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4167 8.14815C18.4167 5.85719 15.5438 4 12 4C8.45617 4 5.58333 5.85719 5.58333 8.14815C5.58333 10.4391 7.33333 11.7037 12 11.7037C16.6667 11.7037 19 12.8889 19 15.8519C19 18.8148 15.866 20 12 20C8.13401 20 5 18.1428 5 15.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-dollar-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.7102 10.0611C14.6111 9.29844 13.7354 8.06622 12.1608 8.06619C10.3312 8.06616 9.56136 9.07946 9.40515 9.58611C9.16145 10.2638 9.21019 11.6571 11.3547 11.809C14.0354 11.999 15.1093 12.3154 14.9727 13.956C14.836 15.5965 13.3417 15.951 12.1608 15.9129C10.9798 15.875 9.04764 15.3325 8.97266 13.8733M11.9734 6.99805V8.06982M11.9734 15.9031V16.998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.7102 10.0611C14.6111 9.29844 13.7354 8.06622 12.1608 8.06619C10.3312 8.06616 9.56136 9.07946 9.40515 9.58611C9.16145 10.2638 9.21019 11.6571 11.3547 11.809C14.0354 11.999 15.1093 12.3154 14.9727 13.956C14.836 15.5965 13.3417 15.951 12.1608 15.9129C10.9798 15.875 9.04764 15.3325 8.97266 13.8733M11.9734 6.99805V8.06982M11.9734 15.9031V16.998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-dollar-receive-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.625 8.62963C10.625 6.62504 8.77817 5 6.5 5C4.22182 5 2.375 6.62504 2.375 8.62963C2.375 10.6342 3.5 11.7407 6.5 11.7407C9.5 11.7407 11 12.7778 11 15.3704C11 17.963 8.98528 19 6.5 19C4.01472 19 2 17.375 2 15.3704%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3L6.5 5M6.5 21L6.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 12H22M14.5 12C14.5 12.7002 16.4943 14.0085 17 14.5M14.5 12C14.5 11.2998 16.4943 9.99153 17 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.625 8.62963C10.625 6.62504 8.77817 5 6.5 5C4.22182 5 2.375 6.62504 2.375 8.62963C2.375 10.6342 3.5 11.7407 6.5 11.7407C9.5 11.7407 11 12.7778 11 15.3704C11 17.963 8.98528 19 6.5 19C4.01472 19 2 17.375 2 15.3704%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3L6.5 5M6.5 21L6.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 12H22M14.5 12C14.5 12.7002 16.4943 14.0085 17 14.5M14.5 12C14.5 11.2998 16.4943 9.99153 17 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-dollar-receive-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.625 8.62963C10.625 6.62504 8.77817 5 6.5 5C4.22182 5 2.375 6.62504 2.375 8.62963C2.375 10.6342 3.5 11.7407 6.5 11.7407C9.5 11.7407 11 12.7778 11 15.3704C11 17.963 8.98528 19 6.5 19C4.01472 19 2 17.375 2 15.3704%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3L6.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 12H22M14.5 12C14.5 12.7002 16.4943 14.0085 17 14.5M14.5 12C14.5 11.2998 16.4943 9.99153 17 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.625 8.62963C10.625 6.62504 8.77817 5 6.5 5C4.22182 5 2.375 6.62504 2.375 8.62963C2.375 10.6342 3.5 11.7407 6.5 11.7407C9.5 11.7407 11 12.7778 11 15.3704C11 17.963 8.98528 19 6.5 19C4.01472 19 2 17.375 2 15.3704%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3L6.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 12H22M14.5 12C14.5 12.7002 16.4943 14.0085 17 14.5M14.5 12C14.5 11.2998 16.4943 9.99153 17 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-dollar-send-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.625 8.62963C10.625 6.62504 8.77817 5 6.5 5C4.22182 5 2.375 6.62504 2.375 8.62963C2.375 10.6342 3.5 11.7407 6.5 11.7407C9.5 11.7407 11 12.7778 11 15.3704C11 17.963 8.98528 19 6.5 19C4.01472 19 2 17.375 2 15.3704%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3L6.5 5M6.5 21L6.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12H14.5M22 12C22 12.7002 20.0057 14.0085 19.5 14.5M22 12C22 11.2998 20.0057 9.99153 19.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.625 8.62963C10.625 6.62504 8.77817 5 6.5 5C4.22182 5 2.375 6.62504 2.375 8.62963C2.375 10.6342 3.5 11.7407 6.5 11.7407C9.5 11.7407 11 12.7778 11 15.3704C11 17.963 8.98528 19 6.5 19C4.01472 19 2 17.375 2 15.3704%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3L6.5 5M6.5 21L6.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12H14.5M22 12C22 12.7002 20.0057 14.0085 19.5 14.5M22 12C22 11.2998 20.0057 9.99153 19.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-dollar-send-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.625 8.62963C10.625 6.62504 8.77817 5 6.5 5C4.22182 5 2.375 6.62504 2.375 8.62963C2.375 10.6342 3.5 11.7407 6.5 11.7407C9.5 11.7407 11 12.7778 11 15.3704C11 17.963 8.98528 19 6.5 19C4.01472 19 2 17.375 2 15.3704%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3L6.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12H14.5M22 12C22 12.7002 20.0057 14.0085 19.5 14.5M22 12C22 11.2998 20.0057 9.99153 19.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.625 8.62963C10.625 6.62504 8.77817 5 6.5 5C4.22182 5 2.375 6.62504 2.375 8.62963C2.375 10.6342 3.5 11.7407 6.5 11.7407C9.5 11.7407 11 12.7778 11 15.3704C11 17.963 8.98528 19 6.5 19C4.01472 19 2 17.375 2 15.3704%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3L6.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12H14.5M22 12C22 12.7002 20.0057 14.0085 19.5 14.5M22 12C22 11.2998 20.0057 9.99153 19.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-dollar-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.77027 2.5 5.6554 3.69797 4.25276C3.86808 4.05358 4.05358 3.86808 4.25276 3.69797C5.6554 2.5 7.77027 2.5 12 2.5C16.2297 2.5 18.3446 2.5 19.7472 3.69797C19.9464 3.86808 20.1319 4.05358 20.302 4.25276C21.5 5.6554 21.5 7.77027 21.5 12C21.5 16.2297 21.5 18.3446 20.302 19.7472C20.1319 19.9464 19.9464 20.1319 19.7472 20.302C18.3446 21.5 16.2297 21.5 12 21.5C7.77027 21.5 5.6554 21.5 4.25276 20.302C4.05358 20.1319 3.86808 19.9464 3.69797 19.7472C2.5 18.3446 2.5 16.2297 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.7102 10.0611C14.6111 9.29844 13.7354 8.06622 12.1608 8.06619C10.3312 8.06616 9.56136 9.07946 9.40515 9.58611C9.16145 10.2638 9.21019 11.6571 11.3547 11.809C14.0354 11.999 15.1093 12.3154 14.9727 13.956C14.836 15.5965 13.3417 15.951 12.1608 15.9129C10.9798 15.875 9.04764 15.3325 8.97266 13.8733M11.9734 6.99805V8.06982M11.9734 15.9031V16.998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.77027 2.5 5.6554 3.69797 4.25276C3.86808 4.05358 4.05358 3.86808 4.25276 3.69797C5.6554 2.5 7.77027 2.5 12 2.5C16.2297 2.5 18.3446 2.5 19.7472 3.69797C19.9464 3.86808 20.1319 4.05358 20.302 4.25276C21.5 5.6554 21.5 7.77027 21.5 12C21.5 16.2297 21.5 18.3446 20.302 19.7472C20.1319 19.9464 19.9464 20.1319 19.7472 20.302C18.3446 21.5 16.2297 21.5 12 21.5C7.77027 21.5 5.6554 21.5 4.25276 20.302C4.05358 20.1319 3.86808 19.9464 3.69797 19.7472C2.5 18.3446 2.5 16.2297 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.7102 10.0611C14.6111 9.29844 13.7354 8.06622 12.1608 8.06619C10.3312 8.06616 9.56136 9.07946 9.40515 9.58611C9.16145 10.2638 9.21019 11.6571 11.3547 11.809C14.0354 11.999 15.1093 12.3154 14.9727 13.956C14.836 15.5965 13.3417 15.951 12.1608 15.9129C10.9798 15.875 9.04764 15.3325 8.97266 13.8733M11.9734 6.99805V8.06982M11.9734 15.9031V16.998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-estimate-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 8.75556V6.8C18 4.53726 18 3.40589 17.2247 2.70294C16.4494 2 15.2016 2 12.7059 2H8.29412C5.79845 2 4.55061 2 3.77531 2.70294C3 3.40589 3 4.53726 3 6.8V13.2C3 15.4627 3 16.5941 3.77531 17.2971C4.55061 18 5.79845 18 8.29412 18H12.7059%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 10H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 14H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 14H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.7057 15.0043C20.4315 14.3089 19.7265 13.4939 18.1202 13.4939C16.2537 13.4939 15.4684 14.349 15.309 14.8061C15.0604 15.4174 15.0369 16.7356 17.2978 16.8114C19.9979 16.9019 21.1279 17.2682 20.9886 18.7482C20.8492 20.2282 19.293 20.4336 18.1201 20.5136C16.9153 20.4794 15.4252 20.2274 15 18.9491M17.9938 12V13.4364M18.0025 20.5089V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 8.75556V6.8C18 4.53726 18 3.40589 17.2247 2.70294C16.4494 2 15.2016 2 12.7059 2H8.29412C5.79845 2 4.55061 2 3.77531 2.70294C3 3.40589 3 4.53726 3 6.8V13.2C3 15.4627 3 16.5941 3.77531 17.2971C4.55061 18 5.79845 18 8.29412 18H12.7059%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 10H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 14H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 14H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.7057 15.0043C20.4315 14.3089 19.7265 13.4939 18.1202 13.4939C16.2537 13.4939 15.4684 14.349 15.309 14.8061C15.0604 15.4174 15.0369 16.7356 17.2978 16.8114C19.9979 16.9019 21.1279 17.2682 20.9886 18.7482C20.8492 20.2282 19.293 20.4336 18.1201 20.5136C16.9153 20.4794 15.4252 20.2274 15 18.9491M17.9938 12V13.4364M18.0025 20.5089V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-estimate-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 11V7.3C17.5 5.03726 17.5 3.90589 16.7247 3.20294C15.9494 2.5 14.7016 2.5 12.2059 2.5H7.79412C5.29845 2.5 4.05061 2.5 3.27531 3.20294C2.5 3.90589 2.5 5.03726 2.5 7.3V13.7C2.5 15.9627 2.5 17.0941 3.27531 17.7971C4.05061 18.5 5.29845 18.5 7.79412 18.5H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 6.5L14.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 10.5H6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 10.5H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 10.5H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 14.5H6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 14.5H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2217.5%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.5 18L17.5 17.5V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 11V7.3C17.5 5.03726 17.5 3.90589 16.7247 3.20294C15.9494 2.5 14.7016 2.5 12.2059 2.5H7.79412C5.29845 2.5 4.05061 2.5 3.27531 3.20294C2.5 3.90589 2.5 5.03726 2.5 7.3V13.7C2.5 15.9627 2.5 17.0941 3.27531 17.7971C4.05061 18.5 5.29845 18.5 7.79412 18.5H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 6.5L14.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 10.5H6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 10.5H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 10.5H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 14.5H6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 14.5H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2217.5%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.5 18L17.5 17.5V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-euro-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 14.4923C14.5216 15.3957 13.6512 16 12.6568 16C11.147 16 9.92308 14.6071 9.92308 12.8889V11.1111C9.92308 9.39289 11.147 8 12.6568 8C13.6512 8 14.5216 8.60426 15 9.50774M9 12H12.9231%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 14.4923C14.5216 15.3957 13.6512 16 12.6568 16C11.147 16 9.92308 14.6071 9.92308 12.8889V11.1111C9.92308 9.39289 11.147 8 12.6568 8C13.6512 8 14.5216 8.60426 15 9.50774M9 12H12.9231%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-euro-receive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6C12.0521 4.77011 10.6954 4 9.18869 4C6.32306 4 4 6.78578 4 10.2222V13.7778C4 17.2142 6.32306 20 9.18869 20C10.6954 20 12.0521 19.2299 13 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 13H22M14.5 13C14.5 13.7002 16.4943 15.0085 17 15.5M14.5 13C14.5 12.2998 16.4943 10.9915 17 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6C12.0521 4.77011 10.6954 4 9.18869 4C6.32306 4 4 6.78578 4 10.2222V13.7778C4 17.2142 6.32306 20 9.18869 20C10.6954 20 12.0521 19.2299 13 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 13H22M14.5 13C14.5 13.7002 16.4943 15.0085 17 15.5M14.5 13C14.5 12.2998 16.4943 10.9915 17 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-euro-send{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6C12.0521 4.77011 10.6954 4 9.18869 4C6.32306 4 4 6.78578 4 10.2222V13.7778C4 17.2142 6.32306 20 9.18869 20C10.6954 20 12.0521 19.2299 13 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13H14.5M22 13C22 13.7002 20.0057 15.0085 19.5 15.5M22 13C22 12.2998 20.0057 10.9915 19.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6C12.0521 4.77011 10.6954 4 9.18869 4C6.32306 4 4 6.78578 4 10.2222V13.7778C4 17.2142 6.32306 20 9.18869 20C10.6954 20 12.0521 19.2299 13 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13H14.5M22 13C22 13.7002 20.0057 15.0085 19.5 15.5M22 13C22 12.2998 20.0057 10.9915 19.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-euro-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.77027 2.5 5.6554 3.69797 4.25276C3.86808 4.05358 4.05358 3.86808 4.25276 3.69797C5.6554 2.5 7.77027 2.5 12 2.5C16.2297 2.5 18.3446 2.5 19.7472 3.69797C19.9464 3.86808 20.1319 4.05358 20.302 4.25276C21.5 5.6554 21.5 7.77027 21.5 12C21.5 16.2297 21.5 18.3446 20.302 19.7472C20.1319 19.9464 19.9464 20.1319 19.7472 20.302C18.3446 21.5 16.2297 21.5 12 21.5C7.77027 21.5 5.6554 21.5 4.25276 20.302C4.05358 20.1319 3.86808 19.9464 3.69797 19.7472C2.5 18.3446 2.5 16.2297 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 14.4923C14.5216 15.3957 13.6512 16 12.6568 16C11.147 16 9.92308 14.6071 9.92308 12.8889V11.1111C9.92308 9.39289 11.147 8 12.6568 8C13.6512 8 14.5216 8.60426 15 9.50774M9 12H12.9231%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.77027 2.5 5.6554 3.69797 4.25276C3.86808 4.05358 4.05358 3.86808 4.25276 3.69797C5.6554 2.5 7.77027 2.5 12 2.5C16.2297 2.5 18.3446 2.5 19.7472 3.69797C19.9464 3.86808 20.1319 4.05358 20.302 4.25276C21.5 5.6554 21.5 7.77027 21.5 12C21.5 16.2297 21.5 18.3446 20.302 19.7472C20.1319 19.9464 19.9464 20.1319 19.7472 20.302C18.3446 21.5 16.2297 21.5 12 21.5C7.77027 21.5 5.6554 21.5 4.25276 20.302C4.05358 20.1319 3.86808 19.9464 3.69797 19.7472C2.5 18.3446 2.5 16.2297 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 14.4923C14.5216 15.3957 13.6512 16 12.6568 16C11.147 16 9.92308 14.6071 9.92308 12.8889V11.1111C9.92308 9.39289 11.147 8 12.6568 8C13.6512 8 14.5216 8.60426 15 9.50774M9 12H12.9231%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-euro{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 10H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17.6076C17.8693 19.6404 15.812 21 13.4615 21C9.89293 21 7 17.866 7 14V10C7 6.13401 9.89293 3 13.4615 3C15.812 3 17.8693 4.35958 19 6.39241%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 10H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17.6076C17.8693 19.6404 15.812 21 13.4615 21C9.89293 21 7 17.866 7 14V10C7 6.13401 9.89293 3 13.4615 3C15.812 3 17.8693 4.35958 19 6.39241%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-file-bitcoin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.002 17.5H19.502M16.002 17.5V15C16.002 14.5286 16.002 14.2929 16.1484 14.1464C16.2948 14 16.5305 14 17.002 14H18.002M16.002 17.5V20C16.002 20.4714 16.002 20.7071 16.1484 20.8536C16.2948 21 16.5305 21 17.002 21H18.002M19.502 17.5C20.3304 17.5 21.002 16.7165 21.002 15.75C21.002 14.7835 20.3304 14 19.502 14H18.002M19.502 17.5C20.3304 17.5 21.002 18.2835 21.002 19.25C21.002 20.2165 20.3304 21 19.502 21H18.002M18.002 21V22M18.002 14V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 22L10.7273 22C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273L3 12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22282 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3013 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818L20 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.159 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.002 17.5H19.502M16.002 17.5V15C16.002 14.5286 16.002 14.2929 16.1484 14.1464C16.2948 14 16.5305 14 17.002 14H18.002M16.002 17.5V20C16.002 20.4714 16.002 20.7071 16.1484 20.8536C16.2948 21 16.5305 21 17.002 21H18.002M19.502 17.5C20.3304 17.5 21.002 16.7165 21.002 15.75C21.002 14.7835 20.3304 14 19.502 14H18.002M19.502 17.5C20.3304 17.5 21.002 18.2835 21.002 19.25C21.002 20.2165 20.3304 21 19.502 21H18.002M18.002 21V22M18.002 14V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 22L10.7273 22C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273L3 12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22282 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3013 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818L20 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.159 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-file-dollar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9998 9.90909V7.81818C19.9998 6.12494 19.9998 5.27832 19.7318 4.60214C19.301 3.5151 18.39 2.65765 17.235 2.2522C16.5165 2 15.617 2 13.8179 2C10.6696 2 9.09539 2 7.83812 2.44135C5.81689 3.15088 4.22257 4.65142 3.46869 6.55375C2.99976 7.73706 2.99976 9.21865 2.99976 12.1818V14.7273C2.99976 17.7966 2.99976 19.3313 3.84746 20.3971C4.09034 20.7025 4.37838 20.9736 4.70283 21.2022C5.83522 22 7.46582 22 10.727 22H11.4998C12.0344 22 13.0335 22 13.4998 21.9972M2.99976 12C2.99976 10.159 4.49214 8.66667 6.33309 8.66667C6.99887 8.66667 7.78379 8.78333 8.43112 8.60988C9.00627 8.45576 9.45552 8.00652 9.60963 7.43136C9.78308 6.78404 9.66642 5.99912 9.66642 5.33333C9.66642 3.49238 11.1588 2 12.9998 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.7519 15.8111C20.8567 14.5466 18.922 13.5141 17.4434 14.2069C15.5965 15.0722 15.7575 17.2594 18.0386 17.3751C19.0538 17.4265 19.9417 17.3169 20.5451 17.9708C21.1484 18.6248 21.41 20.2901 19.6313 20.8553C17.8527 21.4204 15.9988 20.4125 15.9988 19.1831M18.4698 13V13.9777M18.4698 21.2204V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9998 9.90909V7.81818C19.9998 6.12494 19.9998 5.27832 19.7318 4.60214C19.301 3.5151 18.39 2.65765 17.235 2.2522C16.5165 2 15.617 2 13.8179 2C10.6696 2 9.09539 2 7.83812 2.44135C5.81689 3.15088 4.22257 4.65142 3.46869 6.55375C2.99976 7.73706 2.99976 9.21865 2.99976 12.1818V14.7273C2.99976 17.7966 2.99976 19.3313 3.84746 20.3971C4.09034 20.7025 4.37838 20.9736 4.70283 21.2022C5.83522 22 7.46582 22 10.727 22H11.4998C12.0344 22 13.0335 22 13.4998 21.9972M2.99976 12C2.99976 10.159 4.49214 8.66667 6.33309 8.66667C6.99887 8.66667 7.78379 8.78333 8.43112 8.60988C9.00627 8.45576 9.45552 8.00652 9.60963 7.43136C9.78308 6.78404 9.66642 5.99912 9.66642 5.33333C9.66642 3.49238 11.1588 2 12.9998 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.7519 15.8111C20.8567 14.5466 18.922 13.5141 17.4434 14.2069C15.5965 15.0722 15.7575 17.2594 18.0386 17.3751C19.0538 17.4265 19.9417 17.3169 20.5451 17.9708C21.1484 18.6248 21.41 20.2901 19.6313 20.8553C17.8527 21.4204 15.9988 20.4125 15.9988 19.1831M18.4698 13V13.9777M18.4698 21.2204V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-file-euro{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 22L10.7273 22C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273L3 12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22282 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3013 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818L20 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.159 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 20.4923C20.5216 21.3957 19.6512 22 18.6568 22C17.147 22 15.9231 20.6071 15.9231 18.8889V17.1111C15.9231 15.3929 17.147 14 18.6568 14C19.6512 14 20.5216 14.6043 21 15.5077M15 18H18.9231%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 22L10.7273 22C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273L3 12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22282 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3013 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818L20 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.159 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 20.4923C20.5216 21.3957 19.6512 22 18.6568 22C17.147 22 15.9231 20.6071 15.9231 18.8889V17.1111C15.9231 15.3929 17.147 14 18.6568 14C19.6512 14 20.5216 14.6043 21 15.5077M15 18H18.9231%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-file-pound{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 15.5688C20.8438 14.623 19.8863 13.7321 18.5926 14.075C17.2384 14.4339 16.6241 16.2547 17.2384 17.3925C17.875 18.5714 18.1795 19.7143 17.3493 21.3312C17.1876 21.6461 17.1067 21.8036 17.1513 21.9018C17.1959 22 17.3386 22 17.624 22H21M16 18.1905H20.375%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 22L10.7273 22C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273L3 12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22282 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3013 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818L20 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.159 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 15.5688C20.8438 14.623 19.8863 13.7321 18.5926 14.075C17.2384 14.4339 16.6241 16.2547 17.2384 17.3925C17.875 18.5714 18.1795 19.7143 17.3493 21.3312C17.1876 21.6461 17.1067 21.8036 17.1513 21.9018C17.1959 22 17.3386 22 17.624 22H21M16 18.1905H20.375%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 22L10.7273 22C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273L3 12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22282 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3013 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818L20 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.159 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-file-yen{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 13C15.2 13.9167 16.08 16 18 17M18 17C19.92 16 20.8 13.9167 21 13M18 17V22M20.5 19H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 22L10.7273 22C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273L3 12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22282 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3013 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818L20 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.159 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 13C15.2 13.9167 16.08 16 18 17M18 17C19.92 16 20.8 13.9167 21 13M18 17V22M20.5 19H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 22L10.7273 22C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273L3 12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22282 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3013 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818L20 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.159 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-gold-ingots{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.26934 15.084C3.9629 13.6266 4.30968 12.8978 4.91395 12.4765C4.96276 12.4425 5.01259 12.4101 5.06338 12.3795C5.69228 12 6.46152 12 8 12C9.53848 12 10.3077 12 10.9366 12.3795C10.9874 12.4101 11.0372 12.4425 11.086 12.4765C11.6903 12.8978 12.0371 13.6266 12.7307 15.084C13.7648 17.2572 14.2819 18.3438 13.8433 19.1425C13.8268 19.1724 13.8095 19.2018 13.7914 19.2306C13.3077 20 12.1613 20 9.86867 20H6.13133C3.83865 20 2.69231 20 2.20859 19.2306C2.19046 19.2018 2.17317 19.1724 2.15674 19.1425C1.71814 18.3438 2.23521 17.2572 3.26934 15.084Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5469 12.0207C14.9432 12 15.4158 12 15.9989 12C17.5374 12 18.3067 12 18.9356 12.3795C18.9863 12.4101 19.0362 12.4425 19.085 12.4765C19.6893 12.8978 20.036 13.6266 20.7296 15.084C21.7637 17.2572 22.2808 18.3438 21.8422 19.1425C21.8258 19.1724 21.8085 19.2018 21.7904 19.2306C21.3066 20 20.1603 20 17.8676 20H16.7391%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6073 9C17.3908 8.47153 17.0923 7.84427 16.7306 7.08405C16.037 5.62657 15.6902 4.89783 15.086 4.4765C15.0372 4.44247 14.9873 4.41011 14.9365 4.37946C14.3076 4 13.5384 4 11.9999 4C10.4614 4 9.69221 4 9.06331 4.37946C9.01251 4.41011 8.96268 4.44247 8.91388 4.4765C8.30961 4.89783 7.96282 5.62657 7.26926 7.08405C6.9075 7.84427 6.60901 8.47153 6.39258 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.26934 15.084C3.9629 13.6266 4.30968 12.8978 4.91395 12.4765C4.96276 12.4425 5.01259 12.4101 5.06338 12.3795C5.69228 12 6.46152 12 8 12C9.53848 12 10.3077 12 10.9366 12.3795C10.9874 12.4101 11.0372 12.4425 11.086 12.4765C11.6903 12.8978 12.0371 13.6266 12.7307 15.084C13.7648 17.2572 14.2819 18.3438 13.8433 19.1425C13.8268 19.1724 13.8095 19.2018 13.7914 19.2306C13.3077 20 12.1613 20 9.86867 20H6.13133C3.83865 20 2.69231 20 2.20859 19.2306C2.19046 19.2018 2.17317 19.1724 2.15674 19.1425C1.71814 18.3438 2.23521 17.2572 3.26934 15.084Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5469 12.0207C14.9432 12 15.4158 12 15.9989 12C17.5374 12 18.3067 12 18.9356 12.3795C18.9863 12.4101 19.0362 12.4425 19.085 12.4765C19.6893 12.8978 20.036 13.6266 20.7296 15.084C21.7637 17.2572 22.2808 18.3438 21.8422 19.1425C21.8258 19.1724 21.8085 19.2018 21.7904 19.2306C21.3066 20 20.1603 20 17.8676 20H16.7391%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6073 9C17.3908 8.47153 17.0923 7.84427 16.7306 7.08405C16.037 5.62657 15.6902 4.89783 15.086 4.4765C15.0372 4.44247 14.9873 4.41011 14.9365 4.37946C14.3076 4 13.5384 4 11.9999 4C10.4614 4 9.69221 4 9.06331 4.37946C9.01251 4.41011 8.96268 4.44247 8.91388 4.4765C8.30961 4.89783 7.96282 5.62657 7.26926 7.08405C6.9075 7.84427 6.60901 8.47153 6.39258 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-gold{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.2645 18.3717C14.5807 17.407 14.7388 16.9247 15.0617 16.593C15.2151 16.4354 15.3932 16.3048 15.5888 16.2066C16.0004 16 16.5003 16 17.5002 16C18.5002 16 19.0001 16 19.4117 16.2066C19.6073 16.3048 19.7854 16.4354 19.9388 16.593C20.2617 16.9247 20.4198 17.407 20.736 18.3717L21.0625 19.3675C21.4562 20.5688 21.6531 21.1694 21.3587 21.5847C21.0644 22 20.4418 22 19.1967 22H15.8038C14.5587 22 13.9361 22 13.6417 21.5847C13.3474 21.1694 13.5443 20.5688 13.938 19.3675L14.2645 18.3717Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.76421 10.3717C9.08041 9.40705 9.23851 8.92471 9.56143 8.59298C9.71485 8.43537 9.89299 8.3048 10.0885 8.20663C10.5001 8 11.0001 8 12 8C12.9999 8 13.4999 8 13.9115 8.20663C14.107 8.3048 14.2851 8.43537 14.4386 8.59298C14.7615 8.92471 14.9196 9.40705 15.2358 10.3717L15.5622 11.3675C15.956 12.5688 16.1528 13.1694 15.8585 13.5847C15.5642 14 14.9416 14 13.6964 14H10.3036C9.05842 14 8.43585 14 8.1415 13.5847C7.84716 13.1694 8.04404 12.5688 8.43779 11.3675L8.76421 10.3717Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.26445 18.3717C3.58065 17.407 3.73876 16.9247 4.06168 16.593C4.2151 16.4354 4.39323 16.3048 4.58878 16.2066C5.00037 16 5.50033 16 6.50024 16C7.50016 16 8.00012 16 8.41171 16.2066C8.60726 16.3048 8.78539 16.4354 8.93881 16.593C9.26173 16.9247 9.41983 17.407 9.73604 18.3717L10.0625 19.3675C10.4562 20.5688 10.6531 21.1694 10.3587 21.5847C10.0644 22 9.44182 22 8.19667 22H4.80382C3.55866 22 2.93609 22 2.64175 21.5847C2.34741 21.1694 2.54428 20.5688 2.93803 19.3675L3.26445 18.3717Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V4M7.5 3.5L9 5M16.5 3.5L15 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.2645 18.3717C14.5807 17.407 14.7388 16.9247 15.0617 16.593C15.2151 16.4354 15.3932 16.3048 15.5888 16.2066C16.0004 16 16.5003 16 17.5002 16C18.5002 16 19.0001 16 19.4117 16.2066C19.6073 16.3048 19.7854 16.4354 19.9388 16.593C20.2617 16.9247 20.4198 17.407 20.736 18.3717L21.0625 19.3675C21.4562 20.5688 21.6531 21.1694 21.3587 21.5847C21.0644 22 20.4418 22 19.1967 22H15.8038C14.5587 22 13.9361 22 13.6417 21.5847C13.3474 21.1694 13.5443 20.5688 13.938 19.3675L14.2645 18.3717Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.76421 10.3717C9.08041 9.40705 9.23851 8.92471 9.56143 8.59298C9.71485 8.43537 9.89299 8.3048 10.0885 8.20663C10.5001 8 11.0001 8 12 8C12.9999 8 13.4999 8 13.9115 8.20663C14.107 8.3048 14.2851 8.43537 14.4386 8.59298C14.7615 8.92471 14.9196 9.40705 15.2358 10.3717L15.5622 11.3675C15.956 12.5688 16.1528 13.1694 15.8585 13.5847C15.5642 14 14.9416 14 13.6964 14H10.3036C9.05842 14 8.43585 14 8.1415 13.5847C7.84716 13.1694 8.04404 12.5688 8.43779 11.3675L8.76421 10.3717Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.26445 18.3717C3.58065 17.407 3.73876 16.9247 4.06168 16.593C4.2151 16.4354 4.39323 16.3048 4.58878 16.2066C5.00037 16 5.50033 16 6.50024 16C7.50016 16 8.00012 16 8.41171 16.2066C8.60726 16.3048 8.78539 16.4354 8.93881 16.593C9.26173 16.9247 9.41983 17.407 9.73604 18.3717L10.0625 19.3675C10.4562 20.5688 10.6531 21.1694 10.3587 21.5847C10.0644 22 9.44182 22 8.19667 22H4.80382C3.55866 22 2.93609 22 2.64175 21.5847C2.34741 21.1694 2.54428 20.5688 2.93803 19.3675L3.26445 18.3717Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V4M7.5 3.5L9 5M16.5 3.5L15 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-idea{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.14286 14C4.41735 12.8082 4 11.4118 4 9.91886C4 5.54539 7.58172 2 12 2C16.4183 2 20 5.54539 20 9.91886C20 11.4118 19.5827 12.8082 18.8571 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.38287 17.0982C7.291 16.8216 7.24507 16.6833 7.25042 16.5713C7.26174 16.3343 7.41114 16.1262 7.63157 16.0405C7.73579 16 7.88105 16 8.17157 16H15.8284C16.119 16 16.2642 16 16.3684 16.0405C16.5889 16.1262 16.7383 16.3343 16.7496 16.5713C16.7549 16.6833 16.709 16.8216 16.6171 17.0982C16.4473 17.6094 16.3624 17.8651 16.2315 18.072C15.9572 18.5056 15.5272 18.8167 15.0306 18.9408C14.7935 19 14.525 19 13.9881 19H10.0119C9.47495 19 9.2065 19 8.96944 18.9408C8.47283 18.8167 8.04281 18.5056 7.7685 18.072C7.63755 17.8651 7.55266 17.6094 7.38287 17.0982Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19L14.8707 19.6466C14.7293 20.3537 14.6586 20.7072 14.5001 20.9866C14.2552 21.4185 13.8582 21.7439 13.3866 21.8994C13.0816 22 12.7211 22 12 22C11.2789 22 10.9184 22 10.6134 21.8994C10.1418 21.7439 9.74484 21.4185 9.49987 20.9866C9.34144 20.7072 9.27073 20.3537 9.12932 19.6466L9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 16V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.14286 14C4.41735 12.8082 4 11.4118 4 9.91886C4 5.54539 7.58172 2 12 2C16.4183 2 20 5.54539 20 9.91886C20 11.4118 19.5827 12.8082 18.8571 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.38287 17.0982C7.291 16.8216 7.24507 16.6833 7.25042 16.5713C7.26174 16.3343 7.41114 16.1262 7.63157 16.0405C7.73579 16 7.88105 16 8.17157 16H15.8284C16.119 16 16.2642 16 16.3684 16.0405C16.5889 16.1262 16.7383 16.3343 16.7496 16.5713C16.7549 16.6833 16.709 16.8216 16.6171 17.0982C16.4473 17.6094 16.3624 17.8651 16.2315 18.072C15.9572 18.5056 15.5272 18.8167 15.0306 18.9408C14.7935 19 14.525 19 13.9881 19H10.0119C9.47495 19 9.2065 19 8.96944 18.9408C8.47283 18.8167 8.04281 18.5056 7.7685 18.072C7.63755 17.8651 7.55266 17.6094 7.38287 17.0982Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19L14.8707 19.6466C14.7293 20.3537 14.6586 20.7072 14.5001 20.9866C14.2552 21.4185 13.8582 21.7439 13.3866 21.8994C13.0816 22 12.7211 22 12 22C11.2789 22 10.9184 22 10.6134 21.8994C10.1418 21.7439 9.74484 21.4185 9.49987 20.9866C9.34144 20.7072 9.27073 20.3537 9.12932 19.6466L9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 16V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-important-book{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 10C4.5 6.22876 4.5 4.34315 5.67157 3.17157C6.84315 2 8.72876 2 12.5 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10V14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H12.5C8.72876 22 6.84315 22 5.67157 20.8284C4.5 19.6569 4.5 17.7712 4.5 14V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.25 14.5H13.259M13.2598 12.292V9.5M18.25 12C18.25 14.7614 16.0114 17 13.25 17C10.4886 17 8.25 14.7614 8.25 12C8.25 9.23858 10.4886 7 13.25 7C16.0114 7 18.25 9.23858 18.25 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 6L2 6M4.5 12L2 12M4.5 18H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 10C4.5 6.22876 4.5 4.34315 5.67157 3.17157C6.84315 2 8.72876 2 12.5 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10V14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H12.5C8.72876 22 6.84315 22 5.67157 20.8284C4.5 19.6569 4.5 17.7712 4.5 14V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.25 14.5H13.259M13.2598 12.292V9.5M18.25 12C18.25 14.7614 16.0114 17 13.25 17C10.4886 17 8.25 14.7614 8.25 12C8.25 9.23858 10.4886 7 13.25 7C16.0114 7 18.25 9.23858 18.25 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 6L2 6M4.5 12L2 12M4.5 18H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-invoice{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.016 2C18.9026 2 18 4.68629 18 8H20.016C20.9876 8 21.4734 8 21.7741 7.66455C22.0749 7.32909 22.0225 6.88733 21.9178 6.00381C21.6414 3.67143 20.8943 2 20.016 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 8.05426V18.6458C18 20.1575 18 20.9133 17.538 21.2108C16.7831 21.6971 15.6161 20.6774 15.0291 20.3073C14.5441 20.0014 14.3017 19.8485 14.0325 19.8397C13.7417 19.8301 13.4949 19.9768 12.9709 20.3073L11.06 21.5124C10.5445 21.8374 10.2868 22 10 22C9.71321 22 9.45546 21.8374 8.94 21.5124L7.02913 20.3073C6.54415 20.0014 6.30166 19.8485 6.03253 19.8397C5.74172 19.8301 5.49493 19.9768 4.97087 20.3073C4.38395 20.6774 3.21687 21.6971 2.46195 21.2108C2 20.9133 2 20.1575 2 18.6458V8.05426C2 5.20025 2 3.77325 2.87868 2.88663C3.75736 2 5.17157 2 8 2H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 8C8.89543 8 8 8.67157 8 9.5C8 10.3284 8.89543 11 10 11C11.1046 11 12 11.6716 12 12.5C12 13.3284 11.1046 14 10 14M10 8C10.8708 8 11.6116 8.4174 11.8862 9M10 8V7M10 14C9.12919 14 8.38836 13.5826 8.1138 13M10 14V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.016 2C18.9026 2 18 4.68629 18 8H20.016C20.9876 8 21.4734 8 21.7741 7.66455C22.0749 7.32909 22.0225 6.88733 21.9178 6.00381C21.6414 3.67143 20.8943 2 20.016 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 8.05426V18.6458C18 20.1575 18 20.9133 17.538 21.2108C16.7831 21.6971 15.6161 20.6774 15.0291 20.3073C14.5441 20.0014 14.3017 19.8485 14.0325 19.8397C13.7417 19.8301 13.4949 19.9768 12.9709 20.3073L11.06 21.5124C10.5445 21.8374 10.2868 22 10 22C9.71321 22 9.45546 21.8374 8.94 21.5124L7.02913 20.3073C6.54415 20.0014 6.30166 19.8485 6.03253 19.8397C5.74172 19.8301 5.49493 19.9768 4.97087 20.3073C4.38395 20.6774 3.21687 21.6971 2.46195 21.2108C2 20.9133 2 20.1575 2 18.6458V8.05426C2 5.20025 2 3.77325 2.87868 2.88663C3.75736 2 5.17157 2 8 2H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 8C8.89543 8 8 8.67157 8 9.5C8 10.3284 8.89543 11 10 11C11.1046 11 12 11.6716 12 12.5C12 13.3284 11.1046 14 10 14M10 8C10.8708 8 11.6116 8.4174 11.8862 9M10 8V7M10 14C9.12919 14 8.38836 13.5826 8.1138 13M10 14V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-job-link{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0065 21.5H9.60546C6.02021 21.5 4.22759 21.5 3.11379 20.365C2 19.2301 2 17.4034 2 13.75C2 10.0966 2 8.26992 3.11379 7.13496C4.22759 6 6.02021 6 9.60546 6H13.4082C16.9934 6 18.7861 6 19.8999 7.13496C20.7568 8.00819 20.9544 9.2909 21 11.5V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 18.5H16M16 21.5C14.3431 21.5 13 20.1569 13 18.5C13 16.8431 14.3431 15.5 16 15.5M19 21.5C20.6569 21.5 22 20.1569 22 18.5C22 16.8431 20.6569 15.5 19 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9998 6L15.9004 5.69094C15.4054 4.15089 15.1579 3.38087 14.5686 2.94043C13.9794 2.5 13.1967 2.5 11.6313 2.5H11.3682C9.8028 2.5 9.02011 2.5 8.43087 2.94043C7.84162 3.38087 7.59411 4.15089 7.0991 5.69094L6.99976 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0065 21.5H9.60546C6.02021 21.5 4.22759 21.5 3.11379 20.365C2 19.2301 2 17.4034 2 13.75C2 10.0966 2 8.26992 3.11379 7.13496C4.22759 6 6.02021 6 9.60546 6H13.4082C16.9934 6 18.7861 6 19.8999 7.13496C20.7568 8.00819 20.9544 9.2909 21 11.5V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 18.5H16M16 21.5C14.3431 21.5 13 20.1569 13 18.5C13 16.8431 14.3431 15.5 16 15.5M19 21.5C20.6569 21.5 22 20.1569 22 18.5C22 16.8431 20.6569 15.5 19 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9998 6L15.9004 5.69094C15.4054 4.15089 15.1579 3.38087 14.5686 2.94043C13.9794 2.5 13.1967 2.5 11.6313 2.5H11.3682C9.8028 2.5 9.02011 2.5 8.43087 2.94043C7.84162 3.38087 7.59411 4.15089 7.0991 5.69094L6.99976 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-job-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0065 21H9.60546C6.02021 21 4.22759 21 3.11379 19.865C2 18.7301 2 16.9034 2 13.25C2 9.59661 2 7.76992 3.11379 6.63496C4.22759 5.5 6.02021 5.5 9.60546 5.5H13.4082C16.9934 5.5 18.7861 5.5 19.8999 6.63496C20.7568 7.50819 20.9544 8.7909 21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.0167 20.0233L21.9998 22M21.0528 17.5265C21.0528 15.5789 19.4739 14 17.5263 14C15.5786 14 13.9998 15.5789 13.9998 17.5265C13.9998 19.4742 15.5786 21.0531 17.5263 21.0531C19.4739 21.0531 21.0528 19.4742 21.0528 17.5265Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9998 5.5L15.9004 5.19094C15.4054 3.65089 15.1579 2.88087 14.5686 2.44043C13.9794 2 13.1967 2 11.6313 2H11.3682C9.8028 2 9.02011 2 8.43087 2.44043C7.84162 2.88087 7.59411 3.65089 7.0991 5.19094L6.99976 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0065 21H9.60546C6.02021 21 4.22759 21 3.11379 19.865C2 18.7301 2 16.9034 2 13.25C2 9.59661 2 7.76992 3.11379 6.63496C4.22759 5.5 6.02021 5.5 9.60546 5.5H13.4082C16.9934 5.5 18.7861 5.5 19.8999 6.63496C20.7568 7.50819 20.9544 8.7909 21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.0167 20.0233L21.9998 22M21.0528 17.5265C21.0528 15.5789 19.4739 14 17.5263 14C15.5786 14 13.9998 15.5789 13.9998 17.5265C13.9998 19.4742 15.5786 21.0531 17.5263 21.0531C19.4739 21.0531 21.0528 19.4742 21.0528 17.5265Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9998 5.5L15.9004 5.19094C15.4054 3.65089 15.1579 2.88087 14.5686 2.44043C13.9794 2 13.1967 2 11.6313 2H11.3682C9.8028 2 9.02011 2 8.43087 2.44043C7.84162 2.88087 7.59411 3.65089 7.0991 5.19094L6.99976 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-job-share{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0065 21H9.60546C6.02021 21 4.22759 21 3.11379 19.865C2 18.7301 2 16.9034 2 13.25C2 9.59661 2 7.76992 3.11379 6.63496C4.22759 5.5 6.02021 5.5 9.60546 5.5H13.4082C16.9934 5.5 18.7861 5.5 19.8999 6.63496C20.4571 7.20279 20.7356 7.94376 20.8747 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.1581 19.829C19.0569 20.0309 19 20.2588 19 20.5C19 21.3284 19.6716 22 20.5 22C21.3284 22 22 21.3284 22 20.5C22 19.6716 21.3284 19 20.5 19C19.9128 19 19.4043 19.3375 19.1581 19.829ZM19.1581 19.829L15.8419 18.171M19.1581 15.171C19.4043 15.6625 19.9128 16 20.5 16C21.3284 16 22 15.3284 22 14.5C22 13.6716 21.3284 13 20.5 13C19.6716 13 19 13.6716 19 14.5C19 14.7412 19.0569 14.9691 19.1581 15.171ZM19.1581 15.171L15.8419 16.829M15.8419 16.829C15.5957 16.3375 15.0872 16 14.5 16C13.6716 16 13 16.6716 13 17.5C13 18.3284 13.6716 19 14.5 19C15.0872 19 15.5957 18.6625 15.8419 18.171M15.8419 16.829C15.9431 17.0309 16 17.2588 16 17.5C16 17.7412 15.9431 17.9691 15.8419 18.171%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.9998 5.5L15.9004 5.19094C15.4054 3.65089 15.1579 2.88087 14.5686 2.44043C13.9794 2 13.1967 2 11.6313 2H11.3682C9.8028 2 9.02011 2 8.43087 2.44043C7.84162 2.88087 7.59411 3.65089 7.0991 5.19094L6.99976 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0065 21H9.60546C6.02021 21 4.22759 21 3.11379 19.865C2 18.7301 2 16.9034 2 13.25C2 9.59661 2 7.76992 3.11379 6.63496C4.22759 5.5 6.02021 5.5 9.60546 5.5H13.4082C16.9934 5.5 18.7861 5.5 19.8999 6.63496C20.4571 7.20279 20.7356 7.94376 20.8747 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.1581 19.829C19.0569 20.0309 19 20.2588 19 20.5C19 21.3284 19.6716 22 20.5 22C21.3284 22 22 21.3284 22 20.5C22 19.6716 21.3284 19 20.5 19C19.9128 19 19.4043 19.3375 19.1581 19.829ZM19.1581 19.829L15.8419 18.171M19.1581 15.171C19.4043 15.6625 19.9128 16 20.5 16C21.3284 16 22 15.3284 22 14.5C22 13.6716 21.3284 13 20.5 13C19.6716 13 19 13.6716 19 14.5C19 14.7412 19.0569 14.9691 19.1581 15.171ZM19.1581 15.171L15.8419 16.829M15.8419 16.829C15.5957 16.3375 15.0872 16 14.5 16C13.6716 16 13 16.6716 13 17.5C13 18.3284 13.6716 19 14.5 19C15.0872 19 15.5957 18.6625 15.8419 18.171M15.8419 16.829C15.9431 17.0309 16 17.2588 16 17.5C16 17.7412 15.9431 17.9691 15.8419 18.171%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.9998 5.5L15.9004 5.19094C15.4054 3.65089 15.1579 2.88087 14.5686 2.44043C13.9794 2 13.1967 2 11.6313 2H11.3682C9.8028 2 9.02011 2 8.43087 2.44043C7.84162 2.88087 7.59411 3.65089 7.0991 5.19094L6.99976 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-labor{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 22V19C20 17.1144 20 16.1716 19.4142 15.5858C18.8284 15 17.8856 15 16 15H14L12 17L10 15H8C6.11438 15 5.17157 15 4.58579 15.5858C4 16.1716 4 17.1144 4 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 15V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 9V7C15.5 5.067 13.933 3.5 12 3.5C10.067 3.5 8.5 5.067 8.5 7V9C8.5 10.933 10.067 12.5 12 12.5C13.933 12.5 15.5 10.933 15.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 7.5H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 22V19C20 17.1144 20 16.1716 19.4142 15.5858C18.8284 15 17.8856 15 16 15H14L12 17L10 15H8C6.11438 15 5.17157 15 4.58579 15.5858C4 16.1716 4 17.1144 4 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 15V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 9V7C15.5 5.067 13.933 3.5 12 3.5C10.067 3.5 8.5 5.067 8.5 7V9C8.5 10.933 10.067 12.5 12 12.5C13.933 12.5 15.5 10.933 15.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 7.5H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-manager{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 22V17C20 15.1144 20 14.1716 19.4142 13.5858C18.8284 13 17.8856 13 16 13L12 22L8 13C6.11438 13 5.17157 13 4.58579 13.5858C4 14.1716 4 15.1144 4 17V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15L11.5 19L12 20.5L12.5 19L12 15ZM12 15L11 13H13L12 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 6.5V5.5C15.5 3.567 13.933 2 12 2C10.067 2 8.5 3.567 8.5 5.5V6.5C8.5 8.433 10.067 10 12 10C13.933 10 15.5 8.433 15.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 22V17C20 15.1144 20 14.1716 19.4142 13.5858C18.8284 13 17.8856 13 16 13L12 22L8 13C6.11438 13 5.17157 13 4.58579 13.5858C4 14.1716 4 15.1144 4 17V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15L11.5 19L12 20.5L12.5 19L12 15ZM12 15L11 13H13L12 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 6.5V5.5C15.5 3.567 13.933 2 12 2C10.067 2 8.5 3.567 8.5 5.5V6.5C8.5 8.433 10.067 10 12 10C13.933 10 15.5 8.433 15.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-master-card{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.46252 2 6.69377 3.0528 5.5129C3.22119 5.32403 3.40678 5.14935 3.60746 4.99087C4.86213 4 6.74142 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C22 6.69377 22 8.46252 22 12C22 15.5375 22 17.3062 20.9472 18.4871C20.7788 18.676 20.5932 18.8506 20.3925 19.0091C19.1379 20 17.2586 20 13.5 20H10.5C6.74142 20 4.86213 20 3.60746 19.0091C3.40678 18.8506 3.22119 18.676 3.0528 18.4871C2 17.3062 2 15.5375 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.0002 12C13.0002 13.6569 11.6571 15 10.0002 15C8.34339 15 7.00025 13.6569 7.00025 12C7.00025 10.3431 8.34339 9 10.0002 9C11.6571 9 13.0002 10.3431 13.0002 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 9.76389C12.5308 9.28885 13.2316 9 14 9C15.6569 9 17 10.3431 17 12C17 13.6569 15.6569 15 14 15C13.2316 15 12.5308 14.7111 12 14.2361%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.46252 2 6.69377 3.0528 5.5129C3.22119 5.32403 3.40678 5.14935 3.60746 4.99087C4.86213 4 6.74142 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C22 6.69377 22 8.46252 22 12C22 15.5375 22 17.3062 20.9472 18.4871C20.7788 18.676 20.5932 18.8506 20.3925 19.0091C19.1379 20 17.2586 20 13.5 20H10.5C6.74142 20 4.86213 20 3.60746 19.0091C3.40678 18.8506 3.22119 18.676 3.0528 18.4871C2 17.3062 2 15.5375 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.0002 12C13.0002 13.6569 11.6571 15 10.0002 15C8.34339 15 7.00025 13.6569 7.00025 12C7.00025 10.3431 8.34339 9 10.0002 9C11.6571 9 13.0002 10.3431 13.0002 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 9.76389C12.5308 9.28885 13.2316 9 14 9C15.6569 9 17 10.3431 17 12C17 13.6569 15.6569 15 14 15C13.2316 15 12.5308 14.7111 12 14.2361%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-meeting-room{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 16V8C17 5.64298 17 4.46447 16.2678 3.73223C15.5355 3 14.357 3 12 3H8C5.64298 3 4.46447 3 3.73223 3.73223C3 4.46447 3 5.64298 3 8V16C3 18.357 3 19.5355 3.73223 20.2678C4.46447 21 5.64298 21 8 21H12C14.357 21 15.5355 21 16.2678 20.2678C17 19.5355 17 18.357 17 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 21H17C18.8856 21 19.8284 21 20.4142 20.4142C21 19.8284 21 18.8856 21 17V10C21 8.11438 21 7.17157 20.4142 6.58579C19.8284 6 18.8856 6 17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 11V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 16V8C17 5.64298 17 4.46447 16.2678 3.73223C15.5355 3 14.357 3 12 3H8C5.64298 3 4.46447 3 3.73223 3.73223C3 4.46447 3 5.64298 3 8V16C3 18.357 3 19.5355 3.73223 20.2678C4.46447 21 5.64298 21 8 21H12C14.357 21 15.5355 21 16.2678 20.2678C17 19.5355 17 18.357 17 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 21H17C18.8856 21 19.8284 21 20.4142 20.4142C21 19.8284 21 18.8856 21 17V10C21 8.11438 21 7.17157 20.4142 6.58579C19.8284 6 18.8856 6 17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 11V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.46252 2 6.69377 3.0528 5.5129C3.22119 5.32403 3.40678 5.14935 3.60746 4.99087C4.86213 4 6.74142 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C22 6.69377 22 8.46252 22 12C22 15.5375 22 17.3062 20.9472 18.4871C20.7788 18.676 20.5932 18.8506 20.3925 19.0091C19.1379 20 17.2586 20 13.5 20H10.5C6.74142 20 4.86213 20 3.60746 19.0091C3.40678 18.8506 3.22119 18.676 3.0528 18.4871C2 17.3062 2 15.5375 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.551 12C14.551 13.3807 13.4317 14.5 12.051 14.5C10.6703 14.5 9.55099 13.3807 9.55099 12C9.55099 10.6193 10.6703 9.5 12.051 9.5C13.4317 9.5 14.551 10.6193 14.551 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 12L6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12L19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.46252 2 6.69377 3.0528 5.5129C3.22119 5.32403 3.40678 5.14935 3.60746 4.99087C4.86213 4 6.74142 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C22 6.69377 22 8.46252 22 12C22 15.5375 22 17.3062 20.9472 18.4871C20.7788 18.676 20.5932 18.8506 20.3925 19.0091C19.1379 20 17.2586 20 13.5 20H10.5C6.74142 20 4.86213 20 3.60746 19.0091C3.40678 18.8506 3.22119 18.676 3.0528 18.4871C2 17.3062 2 15.5375 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.551 12C14.551 13.3807 13.4317 14.5 12.051 14.5C10.6703 14.5 9.55099 13.3807 9.55099 12C9.55099 10.6193 10.6703 9.5 12.051 9.5C13.4317 9.5 14.551 10.6193 14.551 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 12L6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12L19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-02-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.549 12C14.549 13.3807 13.4297 14.5 12.049 14.5C10.6683 14.5 9.54903 13.3807 9.54903 12C9.54903 10.6193 10.6683 9.5 12.049 9.5C13.4297 9.5 14.549 10.6193 14.549 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 8.46252 2 6.69377 3.0528 5.5129C3.22119 5.32403 3.40678 5.14935 3.60746 4.99087C4.86213 4 6.74142 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C22 6.69377 22 8.46252 22 12C22 15.5375 22 17.3062 20.9472 18.4871C20.7788 18.676 20.5932 18.8506 20.3925 19.0091C19.1379 20 17.2586 20 13.5 20H10.5C6.74142 20 4.86213 20 3.60746 19.0091C3.40678 18.8506 3.22119 18.676 3.0528 18.4871C2 17.3062 2 15.5375 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5098 12H18.5008%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 12H5.49102%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.549 12C14.549 13.3807 13.4297 14.5 12.049 14.5C10.6683 14.5 9.54903 13.3807 9.54903 12C9.54903 10.6193 10.6683 9.5 12.049 9.5C13.4297 9.5 14.549 10.6193 14.549 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 8.46252 2 6.69377 3.0528 5.5129C3.22119 5.32403 3.40678 5.14935 3.60746 4.99087C4.86213 4 6.74142 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C22 6.69377 22 8.46252 22 12C22 15.5375 22 17.3062 20.9472 18.4871C20.7788 18.676 20.5932 18.8506 20.3925 19.0091C19.1379 20 17.2586 20 13.5 20H10.5C6.74142 20 4.86213 20 3.60746 19.0091C3.40678 18.8506 3.22119 18.676 3.0528 18.4871C2 17.3062 2 15.5375 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5098 12H18.5008%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 12H5.49102%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 11.142C18.6749 11.0949 18.341 11.0591 18 11.0352M6 12.9658C5.65897 12.942 5.32511 12.9061 5 12.859%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19.5C10.6675 20.1224 8.91707 20.5 7 20.5C5.93408 20.5 4.91969 20.3833 4 20.1726C2.49957 19.8289 2 18.9264 2 17.386V6.61397C2 5.62914 3.04003 4.95273 4 5.1726C4.91969 5.38325 5.93408 5.5 7 5.5C8.91707 5.5 10.6675 5.12236 12 4.5C13.3325 3.87764 15.0829 3.5 17 3.5C18.0659 3.5 19.0803 3.61675 20 3.8274C21.5817 4.18968 22 5.12036 22 6.61397V17.386C22 18.3709 20.96 19.0473 20 18.8274C19.0803 18.6167 18.0659 18.5 17 18.5C15.0829 18.5 13.3325 18.8776 12 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 11.142C18.6749 11.0949 18.341 11.0591 18 11.0352M6 12.9658C5.65897 12.942 5.32511 12.9061 5 12.859%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19.5C10.6675 20.1224 8.91707 20.5 7 20.5C5.93408 20.5 4.91969 20.3833 4 20.1726C2.49957 19.8289 2 18.9264 2 17.386V6.61397C2 5.62914 3.04003 4.95273 4 5.1726C4.91969 5.38325 5.93408 5.5 7 5.5C8.91707 5.5 10.6675 5.12236 12 4.5C13.3325 3.87764 15.0829 3.5 17 3.5C18.0659 3.5 19.0803 3.61675 20 3.8274C21.5817 4.18968 22 5.12036 22 6.61397V17.386C22 18.3709 20.96 19.0473 20 18.8274C19.0803 18.6167 18.0659 18.5 17 18.5C15.0829 18.5 13.3325 18.8776 12 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19.5C10.6675 20.1224 8.91707 20.5 7 20.5C5.93408 20.5 4.91969 20.3833 4 20.1726C2.41828 19.8103 2 18.8796 2 17.386V6.61397C2 5.62914 3.04003 4.95273 4 5.1726C4.91969 5.38325 5.93408 5.5 7 5.5C8.91707 5.5 10.6675 5.12236 12 4.5C13.3325 3.87764 15.0829 3.5 17 3.5C18.0659 3.5 19.0803 3.61675 20 3.8274C21.5817 4.18968 22 5.12036 22 6.61397V17.386C22 18.3709 20.96 19.0473 20 18.8274C19.0803 18.6167 18.0659 18.5 17 18.5C15.0829 18.5 13.3325 18.8776 12 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 13L5.5 13.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 10.9922L18.5 11.0012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19.5C10.6675 20.1224 8.91707 20.5 7 20.5C5.93408 20.5 4.91969 20.3833 4 20.1726C2.41828 19.8103 2 18.8796 2 17.386V6.61397C2 5.62914 3.04003 4.95273 4 5.1726C4.91969 5.38325 5.93408 5.5 7 5.5C8.91707 5.5 10.6675 5.12236 12 4.5C13.3325 3.87764 15.0829 3.5 17 3.5C18.0659 3.5 19.0803 3.61675 20 3.8274C21.5817 4.18968 22 5.12036 22 6.61397V17.386C22 18.3709 20.96 19.0473 20 18.8274C19.0803 18.6167 18.0659 18.5 17 18.5C15.0829 18.5 13.3325 18.8776 12 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 13L5.5 13.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 10.9922L18.5 11.0012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11C22 7.46252 22 5.69377 20.9472 4.5129C20.7788 4.32403 20.5932 4.14935 20.3925 3.99087C19.1379 3 17.2586 3 13.5 3H10.5C6.74142 3 4.86213 3 3.60746 3.99087C3.40678 4.14935 3.22119 4.32403 3.0528 4.5129C2 5.69377 2 7.46252 2 11C2 14.5375 2 16.3062 3.0528 17.4871C3.22119 17.676 3.40678 17.8506 3.60746 18.0091C4.86213 19 6.74142 19 10.5 19H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 21L18.5 14M15 17.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 11H5.49102%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 11C14.5 12.3807 13.3807 13.5 12 13.5C10.6193 13.5 9.5 12.3807 9.5 11C9.5 9.61929 10.6193 8.5 12 8.5C13.3807 8.5 14.5 9.61929 14.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11C22 7.46252 22 5.69377 20.9472 4.5129C20.7788 4.32403 20.5932 4.14935 20.3925 3.99087C19.1379 3 17.2586 3 13.5 3H10.5C6.74142 3 4.86213 3 3.60746 3.99087C3.40678 4.14935 3.22119 4.32403 3.0528 4.5129C2 5.69377 2 7.46252 2 11C2 14.5375 2 16.3062 3.0528 17.4871C3.22119 17.676 3.40678 17.8506 3.60746 18.0091C4.86213 19 6.74142 19 10.5 19H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 21L18.5 14M15 17.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 11H5.49102%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 11C14.5 12.3807 13.3807 13.5 12 13.5C10.6193 13.5 9.5 12.3807 9.5 11C9.5 9.61929 10.6193 8.5 12 8.5C13.3807 8.5 14.5 9.61929 14.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19C10.6675 19.6224 8.91707 20 7 20C5.93408 20 4.91969 19.8833 4 19.6726C3.4088 19.5372 3.11319 19.4695 2.75898 19.1892C2.55696 19.0294 2.30483 18.7129 2.19412 18.4803C2 18.0725 2 17.677 2 16.886V6.11397C2 5.12914 3.04003 4.45273 4 4.6726C4.91969 4.88325 5.93408 5 7 5C8.91707 5 10.6675 4.62236 12 4C13.3325 3.37764 15.0829 3 17 3C18.0659 3 19.0803 3.11675 20 3.3274C20.5912 3.46281 20.8868 3.53051 21.241 3.81079C21.443 3.97064 21.6952 4.28705 21.8059 4.51966C22 4.92751 22 5.32299 22 6.11397V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 21L18.5 14M15 17.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 11.5C14.5 12.8807 13.3807 14 12 14C10.6193 14 9.5 12.8807 9.5 11.5C9.5 10.1193 10.6193 9 12 9C13.3807 9 14.5 10.1193 14.5 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 12.5L5.5 12.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19C10.6675 19.6224 8.91707 20 7 20C5.93408 20 4.91969 19.8833 4 19.6726C3.4088 19.5372 3.11319 19.4695 2.75898 19.1892C2.55696 19.0294 2.30483 18.7129 2.19412 18.4803C2 18.0725 2 17.677 2 16.886V6.11397C2 5.12914 3.04003 4.45273 4 4.6726C4.91969 4.88325 5.93408 5 7 5C8.91707 5 10.6675 4.62236 12 4C13.3325 3.37764 15.0829 3 17 3C18.0659 3 19.0803 3.11675 20 3.3274C20.5912 3.46281 20.8868 3.53051 21.241 3.81079C21.443 3.97064 21.6952 4.28705 21.8059 4.51966C22 4.92751 22 5.32299 22 6.11397V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 21L18.5 14M15 17.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 11.5C14.5 12.8807 13.3807 14 12 14C10.6193 14 9.5 12.8807 9.5 11.5C9.5 10.1193 10.6193 9 12 9C13.3807 9 14.5 10.1193 14.5 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 12.5L5.5 12.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-bag-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9427 16.8354C20.2864 12.8866 18.2432 9.94613 16.467 8.219C15.9501 7.71642 15.6917 7.46513 15.1208 7.23257C14.5499 7 14.0592 7 13.0778 7H10.9222C9.94081 7 9.4501 7 8.87922 7.23257C8.30834 7.46513 8.04991 7.71642 7.53304 8.219C5.75682 9.94613 3.71361 12.8866 3.05727 16.8354C2.56893 19.7734 5.27927 22 8.30832 22H15.6917C18.7207 22 21.4311 19.7734 20.9427 16.8354Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.25662 4.44287C7.05031 4.14258 6.75128 3.73499 7.36899 3.64205C8.00392 3.54651 8.66321 3.98114 9.30855 3.97221C9.89237 3.96413 10.1898 3.70519 10.5089 3.33548C10.8449 2.94617 11.3652 2 12 2C12.6348 2 13.1551 2.94617 13.4911 3.33548C13.8102 3.70519 14.1076 3.96413 14.6914 3.97221C15.3368 3.98114 15.9961 3.54651 16.631 3.64205C17.2487 3.73499 16.9497 4.14258 16.7434 4.44287L15.8105 5.80064C15.4115 6.38146 15.212 6.67187 14.7944 6.83594C14.3769 7 13.8373 7 12.7582 7H11.2418C10.1627 7 9.6231 7 9.20556 6.83594C8.78802 6.67187 8.5885 6.38146 8.18945 5.80064L7.25662 4.44287Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9427 16.8354C20.2864 12.8866 18.2432 9.94613 16.467 8.219C15.9501 7.71642 15.6917 7.46513 15.1208 7.23257C14.5499 7 14.0592 7 13.0778 7H10.9222C9.94081 7 9.4501 7 8.87922 7.23257C8.30834 7.46513 8.04991 7.71642 7.53304 8.219C5.75682 9.94613 3.71361 12.8866 3.05727 16.8354C2.56893 19.7734 5.27927 22 8.30832 22H15.6917C18.7207 22 21.4311 19.7734 20.9427 16.8354Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.25662 4.44287C7.05031 4.14258 6.75128 3.73499 7.36899 3.64205C8.00392 3.54651 8.66321 3.98114 9.30855 3.97221C9.89237 3.96413 10.1898 3.70519 10.5089 3.33548C10.8449 2.94617 11.3652 2 12 2C12.6348 2 13.1551 2.94617 13.4911 3.33548C13.8102 3.70519 14.1076 3.96413 14.6914 3.97221C15.3368 3.98114 15.9961 3.54651 16.631 3.64205C17.2487 3.73499 16.9497 4.14258 16.7434 4.44287L15.8105 5.80064C15.4115 6.38146 15.212 6.67187 14.7944 6.83594C14.3769 7 13.8373 7 12.7582 7H11.2418C10.1627 7 9.6231 7 9.20556 6.83594C8.78802 6.67187 8.5885 6.38146 8.18945 5.80064L7.25662 4.44287Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-bag-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9427 16.8354C20.2864 12.8866 18.2432 9.94613 16.467 8.219C15.9501 7.71642 15.6917 7.46513 15.1208 7.23257C14.5499 7 14.0592 7 13.0778 7H10.9222C9.94081 7 9.4501 7 8.87922 7.23257C8.30834 7.46513 8.04991 7.71642 7.53304 8.219C5.75682 9.94613 3.71361 12.8866 3.05727 16.8354C2.56893 19.7734 5.27927 22 8.30832 22H15.6917C18.7207 22 21.4311 19.7734 20.9427 16.8354Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.25662 4.44287C7.05031 4.14258 6.75128 3.73499 7.36899 3.64205C8.00392 3.54651 8.66321 3.98114 9.30855 3.97221C9.89237 3.96413 10.1898 3.70519 10.5089 3.33548C10.8449 2.94617 11.3652 2 12 2C12.6348 2 13.1551 2.94617 13.4911 3.33548C13.8102 3.70519 14.1076 3.96413 14.6914 3.97221C15.3368 3.98114 15.9961 3.54651 16.631 3.64205C17.2487 3.73499 16.9497 4.14258 16.7434 4.44287L15.8105 5.80064C15.4115 6.38146 15.212 6.67187 14.7944 6.83594C14.3769 7 13.8373 7 12.7582 7H11.2418C10.1627 7 9.6231 7 9.20556 6.83594C8.78802 6.67187 8.5885 6.38146 8.18945 5.80064L7.25662 4.44287Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.6267 12.9181C13.4105 12.12 12.3101 11.3998 10.9892 11.9386C9.66829 12.4774 9.45847 14.2109 11.4565 14.395C12.3595 14.4782 12.9483 14.2984 13.4873 14.8071C14.0264 15.3157 14.1265 16.7303 12.7485 17.1115C11.3705 17.4927 10.006 16.8971 9.85742 16.0512M11.8417 10.9922V11.7526M11.8417 17.2289V17.9922%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9427 16.8354C20.2864 12.8866 18.2432 9.94613 16.467 8.219C15.9501 7.71642 15.6917 7.46513 15.1208 7.23257C14.5499 7 14.0592 7 13.0778 7H10.9222C9.94081 7 9.4501 7 8.87922 7.23257C8.30834 7.46513 8.04991 7.71642 7.53304 8.219C5.75682 9.94613 3.71361 12.8866 3.05727 16.8354C2.56893 19.7734 5.27927 22 8.30832 22H15.6917C18.7207 22 21.4311 19.7734 20.9427 16.8354Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.25662 4.44287C7.05031 4.14258 6.75128 3.73499 7.36899 3.64205C8.00392 3.54651 8.66321 3.98114 9.30855 3.97221C9.89237 3.96413 10.1898 3.70519 10.5089 3.33548C10.8449 2.94617 11.3652 2 12 2C12.6348 2 13.1551 2.94617 13.4911 3.33548C13.8102 3.70519 14.1076 3.96413 14.6914 3.97221C15.3368 3.98114 15.9961 3.54651 16.631 3.64205C17.2487 3.73499 16.9497 4.14258 16.7434 4.44287L15.8105 5.80064C15.4115 6.38146 15.212 6.67187 14.7944 6.83594C14.3769 7 13.8373 7 12.7582 7H11.2418C10.1627 7 9.6231 7 9.20556 6.83594C8.78802 6.67187 8.5885 6.38146 8.18945 5.80064L7.25662 4.44287Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.6267 12.9181C13.4105 12.12 12.3101 11.3998 10.9892 11.9386C9.66829 12.4774 9.45847 14.2109 11.4565 14.395C12.3595 14.4782 12.9483 14.2984 13.4873 14.8071C14.0264 15.3157 14.1265 16.7303 12.7485 17.1115C11.3705 17.4927 10.006 16.8971 9.85742 16.0512M11.8417 10.9922V11.7526M11.8417 17.2289V17.9922%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-exchange-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.3333 14L20.1565 14.7579C20.3357 14.934 20.4253 15.0221 20.3938 15.0969C20.3622 15.1717 20.2355 15.1717 19.9821 15.1717H16.8777C15.2884 15.1717 14 16.438 14 18C14 18.3521 14.0655 18.6891 14.185 19M16.6667 22L15.8435 21.2421C15.6643 21.066 15.5747 20.9779 15.6062 20.9031C15.6378 20.8283 15.7645 20.8283 16.0179 20.8283H19.1223C20.7116 20.8283 22 19.562 22 18C22 17.6479 21.9345 17.3109 21.815 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9913 11.5C22 10.8993 22 10.7355 22 10C22 6.22876 22 4.34315 20.8284 3.17157C19.6569 2 17.7712 2 14 2H10C6.22876 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10C2 13.7712 2 15.6569 3.17157 16.8284C4.34315 18 6.22876 18 10 18H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 10H18.491%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 10H5.49102%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 10C14.5 11.3807 13.3807 12.5 12 12.5C10.6193 12.5 9.5 11.3807 9.5 10C9.5 8.61929 10.6193 7.5 12 7.5C13.3807 7.5 14.5 8.61929 14.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.3333 14L20.1565 14.7579C20.3357 14.934 20.4253 15.0221 20.3938 15.0969C20.3622 15.1717 20.2355 15.1717 19.9821 15.1717H16.8777C15.2884 15.1717 14 16.438 14 18C14 18.3521 14.0655 18.6891 14.185 19M16.6667 22L15.8435 21.2421C15.6643 21.066 15.5747 20.9779 15.6062 20.9031C15.6378 20.8283 15.7645 20.8283 16.0179 20.8283H19.1223C20.7116 20.8283 22 19.562 22 18C22 17.6479 21.9345 17.3109 21.815 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9913 11.5C22 10.8993 22 10.7355 22 10C22 6.22876 22 4.34315 20.8284 3.17157C19.6569 2 17.7712 2 14 2H10C6.22876 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10C2 13.7712 2 15.6569 3.17157 16.8284C4.34315 18 6.22876 18 10 18H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 10H18.491%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 10H5.49102%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 10C14.5 11.3807 13.3807 12.5 12 12.5C10.6193 12.5 9.5 11.3807 9.5 10C9.5 8.61929 10.6193 7.5 12 7.5C13.3807 7.5 14.5 8.61929 14.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-exchange-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11.5V5.11397C22 4.32299 22 3.92751 21.8059 3.51966C21.6952 3.28705 21.443 2.97064 21.241 2.81079C20.8868 2.53051 20.5912 2.46281 20 2.3274C19.0803 2.11675 18.0659 2 17 2C15.0829 2 13.3325 2.37764 12 3C10.6675 3.62236 8.91707 4 7 4C5.93408 4 4.91969 3.88325 4 3.6726C3.04003 3.45273 2 4.12914 2 5.11397V15.886C2 16.677 2 17.0725 2.19412 17.4803C2.30483 17.7129 2.55696 18.0294 2.75898 18.1892C3.11319 18.4695 3.4088 18.5372 4 18.6726C4.91969 18.8833 5.93408 19 7 19C8.46884 19 9.83983 18.7783 11 18.3947%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 10.5C14.5 11.8807 13.3807 13 12 13C10.6193 13 9.5 11.8807 9.5 10.5C9.5 9.11929 10.6193 8 12 8C13.3807 8 14.5 9.11929 14.5 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 11.5L5.5 11.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 9.49219L18.5 9.50117%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.3333 14L20.1565 14.7579C20.3357 14.934 20.4253 15.0221 20.3938 15.0969C20.3622 15.1717 20.2355 15.1717 19.9821 15.1717H16.8777C15.2884 15.1717 14 16.438 14 18C14 18.3521 14.0655 18.6891 14.185 19M16.6667 22L15.8435 21.2421C15.6643 21.066 15.5747 20.9779 15.6062 20.9031C15.6378 20.8283 15.7645 20.8283 16.0179 20.8283H19.1223C20.7116 20.8283 22 19.562 22 18C22 17.6479 21.9345 17.3109 21.815 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11.5V5.11397C22 4.32299 22 3.92751 21.8059 3.51966C21.6952 3.28705 21.443 2.97064 21.241 2.81079C20.8868 2.53051 20.5912 2.46281 20 2.3274C19.0803 2.11675 18.0659 2 17 2C15.0829 2 13.3325 2.37764 12 3C10.6675 3.62236 8.91707 4 7 4C5.93408 4 4.91969 3.88325 4 3.6726C3.04003 3.45273 2 4.12914 2 5.11397V15.886C2 16.677 2 17.0725 2.19412 17.4803C2.30483 17.7129 2.55696 18.0294 2.75898 18.1892C3.11319 18.4695 3.4088 18.5372 4 18.6726C4.91969 18.8833 5.93408 19 7 19C8.46884 19 9.83983 18.7783 11 18.3947%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 10.5C14.5 11.8807 13.3807 13 12 13C10.6193 13 9.5 11.8807 9.5 10.5C9.5 9.11929 10.6193 8 12 8C13.3807 8 14.5 9.11929 14.5 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 11.5L5.5 11.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 9.49219L18.5 9.50117%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.3333 14L20.1565 14.7579C20.3357 14.934 20.4253 15.0221 20.3938 15.0969C20.3622 15.1717 20.2355 15.1717 19.9821 15.1717H16.8777C15.2884 15.1717 14 16.438 14 18C14 18.3521 14.0655 18.6891 14.185 19M16.6667 22L15.8435 21.2421C15.6643 21.066 15.5747 20.9779 15.6062 20.9031C15.6378 20.8283 15.7645 20.8283 16.0179 20.8283H19.1223C20.7116 20.8283 22 19.562 22 18C22 17.6479 21.9345 17.3109 21.815 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-exchange-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10C2 6.68286 4.68286 4 8 4L7.14286 5.71429%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 14C22 17.3171 19.3171 20 16 20L16.8571 18.2857%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.25 2.5156C19.0803 1.76088 20.6915 2.01217 21.5651 2.17234C21.8138 2.21794 22 2.46181 22 2.74528V9.20426C22 9.54282 21.738 9.79534 21.4407 9.74278C20.5437 9.58416 18.9966 9.38826 17.25 10.1085C15.3721 10.8828 13.482 11.0285 12.4505 10.9958C12.1939 10.9877 12 10.7457 12 10.4568V3.99467C12 3.66171 12.2552 3.39978 12.5512 3.40549C13.6018 3.42576 15.4316 3.2654 17.25 2.5156Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.25 13.5156C9.08032 12.7609 10.6915 13.0122 11.5651 13.1723C11.8138 13.2179 12 13.4618 12 13.7453V20.2043C12 20.5428 11.738 20.7953 11.4407 20.7428C10.5437 20.5842 8.99663 20.3883 7.25 21.1085C5.37206 21.8828 3.48197 22.0285 2.45052 21.9958C2.19389 21.9877 2 21.7457 2 21.4568V14.9947C2 14.6617 2.25525 14.3998 2.55116 14.4055C3.60178 14.4258 5.43158 14.2654 7.25 13.5156Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9998 6.5H17.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99981 17.5H7.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10C2 6.68286 4.68286 4 8 4L7.14286 5.71429%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 14C22 17.3171 19.3171 20 16 20L16.8571 18.2857%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.25 2.5156C19.0803 1.76088 20.6915 2.01217 21.5651 2.17234C21.8138 2.21794 22 2.46181 22 2.74528V9.20426C22 9.54282 21.738 9.79534 21.4407 9.74278C20.5437 9.58416 18.9966 9.38826 17.25 10.1085C15.3721 10.8828 13.482 11.0285 12.4505 10.9958C12.1939 10.9877 12 10.7457 12 10.4568V3.99467C12 3.66171 12.2552 3.39978 12.5512 3.40549C13.6018 3.42576 15.4316 3.2654 17.25 2.5156Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.25 13.5156C9.08032 12.7609 10.6915 13.0122 11.5651 13.1723C11.8138 13.2179 12 13.4618 12 13.7453V20.2043C12 20.5428 11.738 20.7953 11.4407 20.7428C10.5437 20.5842 8.99663 20.3883 7.25 21.1085C5.37206 21.8828 3.48197 22.0285 2.45052 21.9958C2.19389 21.9877 2 21.7457 2 21.4568V14.9947C2 14.6617 2.25525 14.3998 2.55116 14.4055C3.60178 14.4258 5.43158 14.2654 7.25 13.5156Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9998 6.5H17.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99981 17.5H7.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-not-found-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.46334 4.5C4.145 4.62804 3.86325 4.78886 3.60746 4.99087C3.40678 5.14935 3.22119 5.32403 3.0528 5.5129C2 6.69377 2 8.46252 2 12C2 15.5375 2 17.3062 3.0528 18.4871C3.22119 18.676 3.40678 18.8506 3.60746 19.0091C4.86213 20 6.74142 20 10.5 20H13.5C16.4923 20 18.2568 20 19.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4.01578C8.7277 4 9.55437 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C22 6.69377 22 8.46252 22 12C22 14.3126 22 15.8693 21.7058 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5098 12H18.5008%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 12H5.49102%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.7438 13.7422C13.2895 14.2094 12.6542 14.4996 11.9512 14.4996C10.5705 14.4996 9.45117 13.3803 9.45117 11.9996C9.45117 11.2966 9.7414 10.6613 10.2086 10.207%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.46334 4.5C4.145 4.62804 3.86325 4.78886 3.60746 4.99087C3.40678 5.14935 3.22119 5.32403 3.0528 5.5129C2 6.69377 2 8.46252 2 12C2 15.5375 2 17.3062 3.0528 18.4871C3.22119 18.676 3.40678 18.8506 3.60746 19.0091C4.86213 20 6.74142 20 10.5 20H13.5C16.4923 20 18.2568 20 19.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4.01578C8.7277 4 9.55437 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C22 6.69377 22 8.46252 22 12C22 14.3126 22 15.8693 21.7058 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5098 12H18.5008%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 12H5.49102%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.7438 13.7422C13.2895 14.2094 12.6542 14.4996 11.9512 14.4996C10.5705 14.4996 9.45117 13.3803 9.45117 11.9996C9.45117 11.2966 9.7414 10.6613 10.2086 10.207%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-not-found-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.46334 4.5C4.145 4.62804 3.86325 4.78886 3.60746 4.99087C3.40678 5.14935 3.22119 5.32403 3.0528 5.5129C2 6.69377 2 8.46252 2 12C2 15.5375 2 17.3062 3.0528 18.4871C3.22119 18.676 3.40678 18.8506 3.60746 19.0091C4.86213 20 6.74142 20 10.5 20H13.5C16.4923 20 18.2568 20 19.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4.01578C8.7277 4 9.55437 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C22 6.69377 22 8.46252 22 12C22 14.3126 22 15.8693 21.7058 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.7418 13.7422C13.2876 14.2094 12.6523 14.4996 11.9492 14.4996C10.5685 14.4996 9.44922 13.3803 9.44922 11.9996C9.44922 11.2966 9.73945 10.6613 10.2066 10.207%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12L6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12L19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.46334 4.5C4.145 4.62804 3.86325 4.78886 3.60746 4.99087C3.40678 5.14935 3.22119 5.32403 3.0528 5.5129C2 6.69377 2 8.46252 2 12C2 15.5375 2 17.3062 3.0528 18.4871C3.22119 18.676 3.40678 18.8506 3.60746 19.0091C4.86213 20 6.74142 20 10.5 20H13.5C16.4923 20 18.2568 20 19.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4.01578C8.7277 4 9.55437 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C22 6.69377 22 8.46252 22 12C22 14.3126 22 15.8693 21.7058 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.7418 13.7422C13.2876 14.2094 12.6523 14.4996 11.9492 14.4996C10.5685 14.4996 9.44922 13.3803 9.44922 11.9996C9.44922 11.2966 9.73945 10.6613 10.2066 10.207%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12L6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12L19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-not-found-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.7678 13.768C13.3154 14.2204 12.6904 14.5002 12 14.5002C10.6193 14.5002 9.5 13.3809 9.5 12.0002C9.5 11.3098 9.77982 10.6848 10.2322 10.2324%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11.141C18.6749 11.094 18.341 11.0581 18 11.0342M6 12.9648C5.65897 12.941 5.32511 12.9051 5 12.858%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18.548C18 18.548 17.0738 18.548 16.5455 18.548C14.6865 18.548 12.9891 18.9166 11.697 19.524C10.4048 20.1314 8.70746 20.5 6.84848 20.5C5.81486 20.5 4.83121 20.3861 3.93939 20.1805C3.36611 20.0483 3.07946 19.9822 2.73599 19.7087C2.54009 19.5527 2.29559 19.2439 2.18823 19.0168C2 18.6188 2 18.2328 2 17.4608V6.94737C2 5.98619 3.00851 5.32602 3.93939 5.54061C4.37533 5.64111 4.919 5.80594 5.39394 5.86004%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0001 17.5V6.61397C22.0001 5.12036 21.5818 4.18968 20.0001 3.8274C19.0804 3.61675 18.066 3.5 17.0001 3.5C15.083 3.5 13.3326 3.87764 12.0001 4.5C11.2807 4.83602 10.4238 5.32757 9.50024 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.7678 13.768C13.3154 14.2204 12.6904 14.5002 12 14.5002C10.6193 14.5002 9.5 13.3809 9.5 12.0002C9.5 11.3098 9.77982 10.6848 10.2322 10.2324%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11.141C18.6749 11.094 18.341 11.0581 18 11.0342M6 12.9648C5.65897 12.941 5.32511 12.9051 5 12.858%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18.548C18 18.548 17.0738 18.548 16.5455 18.548C14.6865 18.548 12.9891 18.9166 11.697 19.524C10.4048 20.1314 8.70746 20.5 6.84848 20.5C5.81486 20.5 4.83121 20.3861 3.93939 20.1805C3.36611 20.0483 3.07946 19.9822 2.73599 19.7087C2.54009 19.5527 2.29559 19.2439 2.18823 19.0168C2 18.6188 2 18.2328 2 17.4608V6.94737C2 5.98619 3.00851 5.32602 3.93939 5.54061C4.37533 5.64111 4.919 5.80594 5.39394 5.86004%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0001 17.5V6.61397C22.0001 5.12036 21.5818 4.18968 20.0001 3.8274C19.0804 3.61675 18.066 3.5 17.0001 3.5C15.083 3.5 13.3326 3.87764 12.0001 4.5C11.2807 4.83602 10.4238 5.32757 9.50024 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-not-found-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 13L5.5 13.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 10.9922L18.5 11.0012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18.548C18 18.548 17.0738 18.548 16.5455 18.548C14.6865 18.548 12.9891 18.9166 11.697 19.524C10.4048 20.1314 8.70746 20.5 6.84848 20.5C5.81486 20.5 4.83121 20.3861 3.93939 20.1805C3.36611 20.0483 3.07946 19.9822 2.73599 19.7087C2.54009 19.5527 2.29559 19.2439 2.18823 19.0168C2 18.6188 2 18.2328 2 17.4608V6.94737C2 5.98619 3.00851 5.32602 3.93939 5.54061C4.37533 5.64111 4.919 5.80594 5.39394 5.86004%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9999 17.5V6.61397C21.9999 5.12036 21.5816 4.18968 19.9999 3.8274C19.0802 3.61675 18.0658 3.5 16.9999 3.5C15.0828 3.5 13.3324 3.87764 11.9999 4.5C11.2804 4.83602 10.4235 5.32757 9.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.7678 13.768C13.3154 14.2204 12.6904 14.5002 12 14.5002C10.6193 14.5002 9.5 13.3809 9.5 12.0002C9.5 11.3098 9.77982 10.6848 10.2322 10.2324%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 13L5.5 13.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 10.9922L18.5 11.0012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18.548C18 18.548 17.0738 18.548 16.5455 18.548C14.6865 18.548 12.9891 18.9166 11.697 19.524C10.4048 20.1314 8.70746 20.5 6.84848 20.5C5.81486 20.5 4.83121 20.3861 3.93939 20.1805C3.36611 20.0483 3.07946 19.9822 2.73599 19.7087C2.54009 19.5527 2.29559 19.2439 2.18823 19.0168C2 18.6188 2 18.2328 2 17.4608V6.94737C2 5.98619 3.00851 5.32602 3.93939 5.54061C4.37533 5.64111 4.919 5.80594 5.39394 5.86004%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9999 17.5V6.61397C21.9999 5.12036 21.5816 4.18968 19.9999 3.8274C19.0802 3.61675 18.0658 3.5 16.9999 3.5C15.0828 3.5 13.3324 3.87764 11.9999 4.5C11.2804 4.83602 10.4235 5.32757 9.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.7678 13.768C13.3154 14.2204 12.6904 14.5002 12 14.5002C10.6193 14.5002 9.5 13.3809 9.5 12.0002C9.5 11.3098 9.77982 10.6848 10.2322 10.2324%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-receive-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 6C19.3001 6.1287 20.1752 6.41956 20.8284 7.07691C22 8.25596 22 10.1536 22 13.9489C22 17.7442 22 19.6419 20.8284 20.8209C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8209C2 19.6419 2 17.7442 2 13.9489C2 10.1536 2 8.25596 3.17157 7.07691C3.82475 6.41956 4.69989 6.1287 6 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 5.5C9.99153 6.0057 11.2998 8 12 8M14.5 5.5C14.0085 6.0057 12.7002 8 12 8M12 8V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5078 14H18.4988%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.50781 14H5.49883%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 14C14.5 15.3807 13.3807 16.5 12 16.5C10.6193 16.5 9.5 15.3807 9.5 14C9.5 12.6193 10.6193 11.5 12 11.5C13.3807 11.5 14.5 12.6193 14.5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 6C19.3001 6.1287 20.1752 6.41956 20.8284 7.07691C22 8.25596 22 10.1536 22 13.9489C22 17.7442 22 19.6419 20.8284 20.8209C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8209C2 19.6419 2 17.7442 2 13.9489C2 10.1536 2 8.25596 3.17157 7.07691C3.82475 6.41956 4.69989 6.1287 6 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 5.5C9.99153 6.0057 11.2998 8 12 8M14.5 5.5C14.0085 6.0057 12.7002 8 12 8M12 8V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5078 14H18.4988%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.50781 14H5.49883%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 14C14.5 15.3807 13.3807 16.5 12 16.5C10.6193 16.5 9.5 15.3807 9.5 14C9.5 12.6193 10.6193 11.5 12 11.5C13.3807 11.5 14.5 12.6193 14.5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-receive-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 5.44232C18 5.44232 20 4.43881 21.241 5.45484C21.443 5.6182 21.6952 5.94158 21.8059 6.1793C22 6.59611 22 7.0003 22 7.80867V18.8176C22 19.8241 20.96 20.5154 20 20.2907C19.0803 20.0754 18.0659 19.9561 17 19.9561C15.0829 19.9561 13.3325 20.342 12 20.9781C10.6675 21.6141 8.91707 22.0001 7 22.0001C5.93408 22.0001 4.91969 21.8808 4 21.6655C3.4088 21.5271 3.11319 21.4579 2.75898 21.1715C2.55696 21.0081 2.30483 20.6847 2.19412 20.447C2 20.0302 2 19.626 2 18.8176V7.80867C2 6.80219 3.04003 6.1109 4 6.33561C4.77473 6.51696 5.61667 6.63021 6.5 6.6614%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 13.5C14.5 14.8807 13.3807 16 12 16C10.6193 16 9.5 14.8807 9.5 13.5C9.5 12.1193 10.6193 11 12 11C13.3807 11 14.5 12.1193 14.5 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 14.5L5.5 14.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12.4922L18.5 12.5012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 5.5C9.99153 6.0057 11.2998 8 12 8M14.5 5.5C14.0085 6.0057 12.7002 8 12 8M12 8V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 5.44232C18 5.44232 20 4.43881 21.241 5.45484C21.443 5.6182 21.6952 5.94158 21.8059 6.1793C22 6.59611 22 7.0003 22 7.80867V18.8176C22 19.8241 20.96 20.5154 20 20.2907C19.0803 20.0754 18.0659 19.9561 17 19.9561C15.0829 19.9561 13.3325 20.342 12 20.9781C10.6675 21.6141 8.91707 22.0001 7 22.0001C5.93408 22.0001 4.91969 21.8808 4 21.6655C3.4088 21.5271 3.11319 21.4579 2.75898 21.1715C2.55696 21.0081 2.30483 20.6847 2.19412 20.447C2 20.0302 2 19.626 2 18.8176V7.80867C2 6.80219 3.04003 6.1109 4 6.33561C4.77473 6.51696 5.61667 6.63021 6.5 6.6614%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 13.5C14.5 14.8807 13.3807 16 12 16C10.6193 16 9.5 14.8807 9.5 13.5C9.5 12.1193 10.6193 11 12 11C13.3807 11 14.5 12.1193 14.5 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 14.5L5.5 14.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12.4922L18.5 12.5012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 5.5C9.99153 6.0057 11.2998 8 12 8M14.5 5.5C14.0085 6.0057 12.7002 8 12 8M12 8V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-receive-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2.20004C13.3538 2.06886 12.6849 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.3151 21.9311 10.6462 21.8 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9C10.8954 9 10 9.67157 10 10.5C10 11.3284 10.8954 12 12 12C13.1046 12 14 12.6716 14 13.5C14 14.3284 13.1046 15 12 15M12 9C12.8708 9 13.6116 9.4174 13.8862 10M12 9V8M12 15C11.1292 15 10.3884 14.5826 10.1138 14M12 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9951 1.97852L17.8193 6.15672M16.9951 2.50027L17.1133 5.59177C17.1133 6.32041 17.5484 6.7744 18.3409 6.83166L21.465 6.97852%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2.20004C13.3538 2.06886 12.6849 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.3151 21.9311 10.6462 21.8 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9C10.8954 9 10 9.67157 10 10.5C10 11.3284 10.8954 12 12 12C13.1046 12 14 12.6716 14 13.5C14 14.3284 13.1046 15 12 15M12 9C12.8708 9 13.6116 9.4174 13.8862 10M12 9V8M12 15C11.1292 15 10.3884 14.5826 10.1138 14M12 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9951 1.97852L17.8193 6.15672M16.9951 2.50027L17.1133 5.59177C17.1133 6.32041 17.5484 6.7744 18.3409 6.83166L21.465 6.97852%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-receive-flow-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2V6M8 4L8 6M16 4V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 6.5C19.7745 6.66593 20.3588 6.94287 20.8284 7.40508C22 8.55821 22 10.4141 22 14.126C22 17.8378 22 19.6938 20.8284 20.8469C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8469C2 19.6938 2 17.8378 2 14.126C2 10.4141 2 8.55821 3.17157 7.40508C3.64118 6.94287 4.2255 6.66593 5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 14H18.491%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.50996 14H5.50098%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 14C14.5 15.3807 13.3807 16.5 12 16.5C10.6193 16.5 9.5 15.3807 9.5 14C9.5 12.6193 10.6193 11.5 12 11.5C13.3807 11.5 14.5 12.6193 14.5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2V6M8 4L8 6M16 4V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 6.5C19.7745 6.66593 20.3588 6.94287 20.8284 7.40508C22 8.55821 22 10.4141 22 14.126C22 17.8378 22 19.6938 20.8284 20.8469C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8469C2 19.6938 2 17.8378 2 14.126C2 10.4141 2 8.55821 3.17157 7.40508C3.64118 6.94287 4.2255 6.66593 5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 14H18.491%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.50996 14H5.50098%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 14C14.5 15.3807 13.3807 16.5 12 16.5C10.6193 16.5 9.5 15.3807 9.5 14C9.5 12.6193 10.6193 11.5 12 11.5C13.3807 11.5 14.5 12.6193 14.5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-receive-flow-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 5C19.3437 5.05019 19.6777 5.11301 20 5.18745C20.5912 5.324 20.8868 5.39228 21.241 5.6749C21.443 5.83609 21.6952 6.15516 21.8059 6.38973C22 6.80099 22 7.1998 22 7.99742V18.8599C22 19.853 20.96 20.5351 20 20.3134C19.0803 20.1009 18.0659 19.9832 17 19.9832C15.0829 19.9832 13.3325 20.364 12 20.9916C10.6675 21.6192 8.91707 22 7 22C5.93408 22 4.91969 21.8823 4 21.6699C3.4088 21.5333 3.11319 21.465 2.75898 21.1824C2.55696 21.0212 2.30483 20.7021 2.19412 20.4676C2 20.0563 2 19.6575 2 18.8599V7.99742C2 7.00432 3.04003 6.32223 4 6.54395C4.32232 6.6184 4.65627 6.68121 5 6.7314%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 13.5C14.5 14.8807 13.3807 16 12 16C10.6193 16 9.5 14.8807 9.5 13.5C9.5 12.1193 10.6193 11 12 11C13.3807 11 14.5 12.1193 14.5 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 14.5L5.5 14.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12.4922L18.5 12.5012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V6M8 5L8 7M16 3V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 5C19.3437 5.05019 19.6777 5.11301 20 5.18745C20.5912 5.324 20.8868 5.39228 21.241 5.6749C21.443 5.83609 21.6952 6.15516 21.8059 6.38973C22 6.80099 22 7.1998 22 7.99742V18.8599C22 19.853 20.96 20.5351 20 20.3134C19.0803 20.1009 18.0659 19.9832 17 19.9832C15.0829 19.9832 13.3325 20.364 12 20.9916C10.6675 21.6192 8.91707 22 7 22C5.93408 22 4.91969 21.8823 4 21.6699C3.4088 21.5333 3.11319 21.465 2.75898 21.1824C2.55696 21.0212 2.30483 20.7021 2.19412 20.4676C2 20.0563 2 19.6575 2 18.8599V7.99742C2 7.00432 3.04003 6.32223 4 6.54395C4.32232 6.6184 4.65627 6.68121 5 6.7314%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 13.5C14.5 14.8807 13.3807 16 12 16C10.6193 16 9.5 14.8807 9.5 13.5C9.5 12.1193 10.6193 11 12 11C13.3807 11 14.5 12.1193 14.5 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 14.5L5.5 14.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12.4922L18.5 12.5012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V6M8 5L8 7M16 3V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-receive-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.002 9C10.8974 9 10.002 9.67157 10.002 10.5C10.002 11.3284 10.8974 12 12.002 12C13.1065 12 14.002 12.6716 14.002 13.5C14.002 14.3284 13.1065 15 12.002 15M12.002 9C12.8728 9 13.6136 9.4174 13.8881 10M12.002 9V8M12.002 15C11.1311 15 10.3903 14.5826 10.1158 14M12.002 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 2.5C13 2.5 12.6839 2.5 12 2.5C7.52166 2.5 5.28249 2.5 3.89124 3.89125C2.5 5.28249 2.5 7.52166 2.5 12C2.5 16.4783 2.5 18.7175 3.89124 20.1088C5.28249 21.5 7.52166 21.5 12 21.5C16.4783 21.5 18.7175 21.5 20.1088 20.1088C21.5 18.7175 21.5 16.4783 21.5 12C21.5 11.3161 21.5 11 21.5 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.4885 2.48535L17.3127 6.66355M16.4885 3.00711L16.6067 6.0986C16.6067 6.82725 17.0418 7.28123 17.8343 7.33849L20.9584 7.48535%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.002 9C10.8974 9 10.002 9.67157 10.002 10.5C10.002 11.3284 10.8974 12 12.002 12C13.1065 12 14.002 12.6716 14.002 13.5C14.002 14.3284 13.1065 15 12.002 15M12.002 9C12.8728 9 13.6136 9.4174 13.8881 10M12.002 9V8M12.002 15C11.1311 15 10.3903 14.5826 10.1158 14M12.002 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 2.5C13 2.5 12.6839 2.5 12 2.5C7.52166 2.5 5.28249 2.5 3.89124 3.89125C2.5 5.28249 2.5 7.52166 2.5 12C2.5 16.4783 2.5 18.7175 3.89124 20.1088C5.28249 21.5 7.52166 21.5 12 21.5C16.4783 21.5 18.7175 21.5 20.1088 20.1088C21.5 18.7175 21.5 16.4783 21.5 12C21.5 11.3161 21.5 11 21.5 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.4885 2.48535L17.3127 6.66355M16.4885 3.00711L16.6067 6.0986C16.6067 6.82725 17.0418 7.28123 17.8343 7.33849L20.9584 7.48535%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 20H10.5C6.74142 20 4.86213 20 3.60746 19.0091C3.40678 18.8506 3.22119 18.676 3.0528 18.4871C2 17.3062 2 15.5375 2 12C2 8.46252 2 6.69377 3.0528 5.5129C3.22119 5.32403 3.40678 5.14935 3.60746 4.99087C4.86213 4 6.74142 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C22 6.69377 22 8.46252 22 12V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 12H5.49102%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12H18.491%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 20H10.5C6.74142 20 4.86213 20 3.60746 19.0091C3.40678 18.8506 3.22119 18.676 3.0528 18.4871C2 17.3062 2 15.5375 2 12C2 8.46252 2 6.69377 3.0528 5.5129C3.22119 5.32403 3.40678 5.14935 3.60746 4.99087C4.86213 4 6.74142 4 10.5 4H13.5C17.2586 4 19.1379 4 20.3925 4.99087C20.5932 5.14935 20.7788 5.32403 20.9472 5.5129C22 6.69377 22 8.46252 22 12V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 12H5.49102%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12H18.491%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19C10.6675 19.6224 8.91707 20 7 20C5.93408 20 4.91969 19.8833 4 19.6726C3.4088 19.5372 3.11319 19.4695 2.75898 19.1892C2.55696 19.0294 2.30483 18.7129 2.19412 18.4803C2 18.0725 2 17.677 2 16.886V6.11397C2 5.12914 3.04003 4.45273 4 4.6726C4.91969 4.88325 5.93408 5 7 5C8.91707 5 10.6675 4.62236 12 4C13.3325 3.37764 15.0829 3 17 3C18.0659 3 19.0803 3.11675 20 3.3274C20.5912 3.46281 20.8868 3.53051 21.241 3.81079C21.443 3.97064 21.6952 4.28705 21.8059 4.51966C22 4.92751 22 5.32299 22 6.11397V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 13L5.5 13.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 10.9922L18.5 11.0012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19C10.6675 19.6224 8.91707 20 7 20C5.93408 20 4.91969 19.8833 4 19.6726C3.4088 19.5372 3.11319 19.4695 2.75898 19.1892C2.55696 19.0294 2.30483 18.7129 2.19412 18.4803C2 18.0725 2 17.677 2 16.886V6.11397C2 5.12914 3.04003 4.45273 4 4.6726C4.91969 4.88325 5.93408 5 7 5C8.91707 5 10.6675 4.62236 12 4C13.3325 3.37764 15.0829 3 17 3C18.0659 3 19.0803 3.11675 20 3.3274C20.5912 3.46281 20.8868 3.53051 21.241 3.81079C21.443 3.97064 21.6952 4.28705 21.8059 4.51966C22 4.92751 22 5.32299 22 6.11397V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 13L5.5 13.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 10.9922L18.5 11.0012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-safe{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 2H11C6.75736 2 4.63604 2 3.31802 3.31802C2 4.63604 2 6.75736 2 11C2 15.2426 2 17.364 3.31802 18.682C4.63604 20 6.75736 20 11 20H13C17.2426 20 19.364 20 20.682 18.682C22 17.364 22 15.2426 22 11C22 6.75736 22 4.63604 20.682 3.31802C19.364 2 17.2426 2 13 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 15C18 14.4692 18 13.6148 18 11.9062V10.0938C18 8.38516 18 7.53082 17 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.49983 13C10.6158 13 11.5205 12.1046 11.5205 11C11.5205 9.89543 10.6158 9 9.49983 9M9.49983 13C8.38384 13 7.47914 12.1046 7.47914 11C7.47914 9.89543 8.38384 9 9.49983 9M9.49983 13V15M9.49983 9V7M7.74987 12L5.9999 13M12.9998 9L11.2498 10M11.2499 12L12.9999 13M6 9L7.74997 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 2H11C6.75736 2 4.63604 2 3.31802 3.31802C2 4.63604 2 6.75736 2 11C2 15.2426 2 17.364 3.31802 18.682C4.63604 20 6.75736 20 11 20H13C17.2426 20 19.364 20 20.682 18.682C22 17.364 22 15.2426 22 11C22 6.75736 22 4.63604 20.682 3.31802C19.364 2 17.2426 2 13 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 15C18 14.4692 18 13.6148 18 11.9062V10.0938C18 8.38516 18 7.53082 17 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.49983 13C10.6158 13 11.5205 12.1046 11.5205 11C11.5205 9.89543 10.6158 9 9.49983 9M9.49983 13C8.38384 13 7.47914 12.1046 7.47914 11C7.47914 9.89543 8.38384 9 9.49983 9M9.49983 13V15M9.49983 9V7M7.74987 12L5.9999 13M12.9998 9L11.2498 10M11.2499 12L12.9999 13M6 9L7.74997 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-security{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9C10.8954 9 10 9.67157 10 10.5C10 11.3284 10.8954 12 12 12C13.1046 12 14 12.6716 14 13.5C14 14.3284 13.1046 15 12 15M12 9C12.8708 9 13.6116 9.4174 13.8862 10M12 9V8M12 15C11.1292 15 10.3884 14.5826 10.1138 14M12 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9982 2C8.99043 2 7.04018 4.01899 4.73371 4.7549C3.79589 5.05413 3.32697 5.20374 3.1372 5.41465C2.94743 5.62556 2.89186 5.93375 2.78072 6.55013C1.59143 13.146 4.1909 19.244 10.3903 21.6175C11.0564 21.8725 11.3894 22 12.0015 22C12.6135 22 12.9466 21.8725 13.6126 21.6175C19.8116 19.2439 22.4086 13.146 21.219 6.55013C21.1078 5.93364 21.0522 5.6254 20.8624 5.41449C20.6726 5.20358 20.2037 5.05405 19.2659 4.75499C16.9585 4.01915 15.0061 2 11.9982 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9C10.8954 9 10 9.67157 10 10.5C10 11.3284 10.8954 12 12 12C13.1046 12 14 12.6716 14 13.5C14 14.3284 13.1046 15 12 15M12 9C12.8708 9 13.6116 9.4174 13.8862 10M12 9V8M12 15C11.1292 15 10.3884 14.5826 10.1138 14M12 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9982 2C8.99043 2 7.04018 4.01899 4.73371 4.7549C3.79589 5.05413 3.32697 5.20374 3.1372 5.41465C2.94743 5.62556 2.89186 5.93375 2.78072 6.55013C1.59143 13.146 4.1909 19.244 10.3903 21.6175C11.0564 21.8725 11.3894 22 12.0015 22C12.6135 22 12.9466 21.8725 13.6126 21.6175C19.8116 19.2439 22.4086 13.146 21.219 6.55013C21.1078 5.93364 21.0522 5.6254 20.8624 5.41449C20.6726 5.20358 20.2037 5.05405 19.2659 4.75499C16.9585 4.01915 15.0061 2 11.9982 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-send-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 6C19.3001 6.1287 20.1752 6.41956 20.8284 7.07691C22 8.25596 22 10.1536 22 13.9489C22 17.7442 22 19.6419 20.8284 20.8209C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8209C2 19.6419 2 17.7442 2 13.9489C2 10.1536 2 8.25596 3.17157 7.07691C3.82475 6.41956 4.69989 6.1287 6 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5078 14H18.4988%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.50781 14H5.49883%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 14C14.5 15.3807 13.3807 16.5 12 16.5C10.6193 16.5 9.5 15.3807 9.5 14C9.5 12.6193 10.6193 11.5 12 11.5C13.3807 11.5 14.5 12.6193 14.5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 4.5C9.99153 3.9943 11.2998 2 12 2M14.5 4.5C14.0085 3.9943 12.7002 2 12 2M12 2V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 6C19.3001 6.1287 20.1752 6.41956 20.8284 7.07691C22 8.25596 22 10.1536 22 13.9489C22 17.7442 22 19.6419 20.8284 20.8209C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8209C2 19.6419 2 17.7442 2 13.9489C2 10.1536 2 8.25596 3.17157 7.07691C3.82475 6.41956 4.69989 6.1287 6 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5078 14H18.4988%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.50781 14H5.49883%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 14C14.5 15.3807 13.3807 16.5 12 16.5C10.6193 16.5 9.5 15.3807 9.5 14C9.5 12.6193 10.6193 11.5 12 11.5C13.3807 11.5 14.5 12.6193 14.5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 4.5C9.99153 3.9943 11.2998 2 12 2M14.5 4.5C14.0085 3.9943 12.7002 2 12 2M12 2V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-send-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.67011C5.93408 6.67011 4.91969 6.5508 4 6.33552C3.04003 6.11081 2 6.8021 2 7.80858V18.8175C2 19.6259 2 20.0301 2.19412 20.4469C2.30483 20.6846 2.55696 21.008 2.75898 21.1714C3.11319 21.4578 3.4088 21.527 4 21.6654C4.91969 21.8807 5.93408 22 7 22C8.91707 22 10.6675 21.6141 12 20.978C13.3325 20.342 15.0829 19.956 17 19.956C18.0659 19.956 19.0803 20.0753 20 20.2906C20.96 20.5153 22 19.824 22 18.8175V7.80858C22 7.00021 22 6.59603 21.8059 6.17921C21.6952 5.94149 21.443 5.61811 21.241 5.45475C20 4.43872 18 5.44223 18 5.44223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 13.5C14.5 14.8807 13.3807 16 12 16C10.6193 16 9.5 14.8807 9.5 13.5C9.5 12.1193 10.6193 11 12 11C13.3807 11 14.5 12.1193 14.5 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 14.5L5.5 14.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12.4922L18.5 12.5012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 4.5C9.99153 3.9943 11.2998 2 12 2M14.5 4.5C14.0085 3.9943 12.7002 2 12 2M12 2V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.67011C5.93408 6.67011 4.91969 6.5508 4 6.33552C3.04003 6.11081 2 6.8021 2 7.80858V18.8175C2 19.6259 2 20.0301 2.19412 20.4469C2.30483 20.6846 2.55696 21.008 2.75898 21.1714C3.11319 21.4578 3.4088 21.527 4 21.6654C4.91969 21.8807 5.93408 22 7 22C8.91707 22 10.6675 21.6141 12 20.978C13.3325 20.342 15.0829 19.956 17 19.956C18.0659 19.956 19.0803 20.0753 20 20.2906C20.96 20.5153 22 19.824 22 18.8175V7.80858C22 7.00021 22 6.59603 21.8059 6.17921C21.6952 5.94149 21.443 5.61811 21.241 5.45475C20 4.43872 18 5.44223 18 5.44223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 13.5C14.5 14.8807 13.3807 16 12 16C10.6193 16 9.5 14.8807 9.5 13.5C9.5 12.1193 10.6193 11 12 11C13.3807 11 14.5 12.1193 14.5 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 14.5L5.5 14.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12.4922L18.5 12.5012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 4.5C9.99153 3.9943 11.2998 2 12 2M14.5 4.5C14.0085 3.9943 12.7002 2 12 2M12 2V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-send-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2.20004C13.3538 2.06886 12.6849 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.3151 21.9311 10.6462 21.8 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9C10.8954 9 10 9.67157 10 10.5C10 11.3284 10.8954 12 12 12C13.1046 12 14 12.6716 14 13.5C14 14.3284 13.1046 15 12 15M12 9C12.8708 9 13.6116 9.4174 13.8862 10M12 9V8M12 15C11.1292 15 10.3884 14.5826 10.1138 14M12 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.998 7.00195L21.1739 2.82375M21.998 6.48019L21.8798 3.3887C21.8798 2.66006 21.4448 2.20607 20.6523 2.14881L17.5282 2.00195%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2.20004C13.3538 2.06886 12.6849 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.3151 21.9311 10.6462 21.8 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9C10.8954 9 10 9.67157 10 10.5C10 11.3284 10.8954 12 12 12C13.1046 12 14 12.6716 14 13.5C14 14.3284 13.1046 15 12 15M12 9C12.8708 9 13.6116 9.4174 13.8862 10M12 9V8M12 15C11.1292 15 10.3884 14.5826 10.1138 14M12 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.998 7.00195L21.1739 2.82375M21.998 6.48019L21.8798 3.3887C21.8798 2.66006 21.4448 2.20607 20.6523 2.14881L17.5282 2.00195%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-send-flow-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22V18M8 20L8 18M16 20V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17.5C19.7745 17.3341 20.3588 17.0571 20.8284 16.5949C22 15.4418 22 13.5859 22 9.87402C22 6.16217 22 4.30625 20.8284 3.15312C19.6569 2 17.7712 2 14 2H10C6.22876 2 4.34315 2 3.17157 3.15312C2 4.30625 2 6.16217 2 9.87402C2 13.5859 2 15.4418 3.17157 16.5949C3.64118 17.0571 4.2255 17.3341 5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 10H18.491%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.50996 10H5.50098%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 10C14.5 8.61929 13.3807 7.5 12 7.5C10.6193 7.5 9.5 8.61929 9.5 10C9.5 11.3807 10.6193 12.5 12 12.5C13.3807 12.5 14.5 11.3807 14.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22V18M8 20L8 18M16 20V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17.5C19.7745 17.3341 20.3588 17.0571 20.8284 16.5949C22 15.4418 22 13.5859 22 9.87402C22 6.16217 22 4.30625 20.8284 3.15312C19.6569 2 17.7712 2 14 2H10C6.22876 2 4.34315 2 3.17157 3.15312C2 4.30625 2 6.16217 2 9.87402C2 13.5859 2 15.4418 3.17157 16.5949C3.64118 17.0571 4.2255 17.3341 5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 10H18.491%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.50996 10H5.50098%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 10C14.5 8.61929 13.3807 7.5 12 7.5C10.6193 7.5 9.5 8.61929 9.5 10C9.5 11.3807 10.6193 12.5 12 12.5C13.3807 12.5 14.5 11.3807 14.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-send-flow-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 19C19.3437 18.9498 19.6777 18.887 20 18.8125C20.5912 18.676 20.8868 18.6077 21.241 18.3251C21.443 18.1639 21.6952 17.8448 21.8059 17.6103C22 17.199 22 16.8002 22 16.0026V5.14011C22 4.14701 20.96 3.46492 20 3.68664C19.0803 3.89906 18.0659 4.01679 17 4.01679C15.0829 4.01679 13.3325 3.63598 12 3.00839C10.6675 2.38081 8.91707 2 7 2C5.93408 2 4.91969 2.11773 4 2.33014C3.4088 2.46669 3.11319 2.53497 2.75898 2.81759C2.55696 2.97878 2.30483 3.29786 2.19412 3.53242C2 3.94368 2 4.34249 2 5.14011V16.0026C2 16.9957 3.04003 17.6778 4 17.456C4.32232 17.3816 4.65627 17.3188 5 17.2686%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 10.5C14.5 9.11929 13.3807 8 12 8C10.6193 8 9.5 9.11929 9.5 10.5C9.5 11.8807 10.6193 13 12 13C13.3807 13 14.5 11.8807 14.5 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 9.5L5.5 9.49102%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 11.5078L18.5 11.4988%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22V18M8 19L8 17M16 21V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 19C19.3437 18.9498 19.6777 18.887 20 18.8125C20.5912 18.676 20.8868 18.6077 21.241 18.3251C21.443 18.1639 21.6952 17.8448 21.8059 17.6103C22 17.199 22 16.8002 22 16.0026V5.14011C22 4.14701 20.96 3.46492 20 3.68664C19.0803 3.89906 18.0659 4.01679 17 4.01679C15.0829 4.01679 13.3325 3.63598 12 3.00839C10.6675 2.38081 8.91707 2 7 2C5.93408 2 4.91969 2.11773 4 2.33014C3.4088 2.46669 3.11319 2.53497 2.75898 2.81759C2.55696 2.97878 2.30483 3.29786 2.19412 3.53242C2 3.94368 2 4.34249 2 5.14011V16.0026C2 16.9957 3.04003 17.6778 4 17.456C4.32232 17.3816 4.65627 17.3188 5 17.2686%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 10.5C14.5 9.11929 13.3807 8 12 8C10.6193 8 9.5 9.11929 9.5 10.5C9.5 11.8807 10.6193 13 12 13C13.3807 13 14.5 11.8807 14.5 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 9.5L5.5 9.49102%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 11.5078L18.5 11.4988%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22V18M8 19L8 17M16 21V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-money-send-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.002 9C10.8974 9 10.002 9.67157 10.002 10.5C10.002 11.3284 10.8974 12 12.002 12C13.1065 12 14.002 12.6716 14.002 13.5C14.002 14.3284 13.1065 15 12.002 15M12.002 9C12.8728 9 13.6136 9.4174 13.8881 10M12.002 9V8M12.002 15C11.1311 15 10.3903 14.5826 10.1158 14M12.002 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 2.5C13.5 2.5 12.6839 2.5 12 2.5C7.52166 2.5 5.28249 2.5 3.89124 3.89125C2.5 5.28249 2.5 7.52166 2.5 12C2.5 16.4783 2.5 18.7175 3.89124 20.1088C5.28249 21.5 7.52166 21.5 12 21.5C16.4783 21.5 18.7175 21.5 20.1088 20.1088C21.5 18.7175 21.5 16.4783 21.5 12C21.5 11.3161 21.5 10.5 21.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 7.49805L20.6758 3.31984M21.5 6.97629L21.3818 3.8848C21.3818 3.15615 20.9467 2.70217 20.1542 2.6449L17.0302 2.49805%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.002 9C10.8974 9 10.002 9.67157 10.002 10.5C10.002 11.3284 10.8974 12 12.002 12C13.1065 12 14.002 12.6716 14.002 13.5C14.002 14.3284 13.1065 15 12.002 15M12.002 9C12.8728 9 13.6136 9.4174 13.8881 10M12.002 9V8M12.002 15C11.1311 15 10.3903 14.5826 10.1158 14M12.002 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 2.5C13.5 2.5 12.6839 2.5 12 2.5C7.52166 2.5 5.28249 2.5 3.89124 3.89125C2.5 5.28249 2.5 7.52166 2.5 12C2.5 16.4783 2.5 18.7175 3.89124 20.1088C5.28249 21.5 7.52166 21.5 12 21.5C16.4783 21.5 18.7175 21.5 20.1088 20.1088C21.5 18.7175 21.5 16.4783 21.5 12C21.5 11.3161 21.5 10.5 21.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 7.49805L20.6758 3.31984M21.5 6.97629L21.3818 3.8848C21.3818 3.15615 20.9467 2.70217 20.1542 2.6449L17.0302 2.49805%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-new-job{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0065 21H9.60546C6.02021 21 4.22759 21 3.11379 19.865C2 18.7301 2 16.9034 2 13.25C2 9.59661 2 7.76992 3.11379 6.63496C4.22759 5.5 6.02021 5.5 9.60546 5.5H13.4082C16.9934 5.5 18.7861 5.5 19.8999 6.63496C20.7568 7.50819 20.9544 8.7909 21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.111 13.2551C17.2956 13.085 17.3879 13 17.5 13C17.6121 13 17.7044 13.085 17.889 13.2551L18.6017 13.9117C18.6878 13.991 18.7308 14.0307 18.7843 14.0503C18.8378 14.07 18.8963 14.0677 19.0133 14.0631L19.9762 14.0253C20.2241 14.0155 20.3481 14.0107 20.4331 14.0821C20.5181 14.1535 20.5346 14.2765 20.5677 14.5224L20.7004 15.5077C20.7157 15.6216 20.7234 15.6785 20.7511 15.7271C20.7789 15.7757 20.824 15.8112 20.9143 15.8823L21.6898 16.4928C21.8817 16.6439 21.9777 16.7194 21.9967 16.8274C22.0157 16.9354 21.9513 17.0391 21.8225 17.2467L21.2965 18.0943C21.2363 18.1913 21.2063 18.2398 21.1967 18.2946C21.1871 18.3493 21.199 18.4052 21.2228 18.5168L21.4315 19.4952C21.4827 19.7356 21.5084 19.8558 21.4533 19.9513C21.3983 20.0467 21.2814 20.0848 21.0477 20.1609L20.122 20.4624C20.0117 20.4983 19.9565 20.5163 19.9134 20.5528C19.8703 20.5894 19.8436 20.6409 19.7902 20.7439L19.338 21.6154C19.2227 21.8375 19.1651 21.9485 19.0601 21.9868C18.9551 22.0251 18.8395 21.9772 18.6084 21.8813L17.72 21.5128C17.6114 21.4678 17.5572 21.4453 17.5 21.4453C17.4428 21.4453 17.3886 21.4678 17.28 21.5128L16.3916 21.8813C16.1605 21.9772 16.0449 22.0251 15.9399 21.9868C15.8349 21.9485 15.7773 21.8375 15.662 21.6154L15.2098 20.7439C15.1564 20.6409 15.1297 20.5894 15.0866 20.5528C15.0435 20.5163 14.9883 20.4983 14.878 20.4624L13.9523 20.1609C13.7186 20.0848 13.6017 20.0467 13.5467 19.9513C13.4916 19.8558 13.5173 19.7356 13.5685 19.4952L13.7772 18.5168C13.801 18.4052 13.8129 18.3493 13.8033 18.2946C13.7937 18.2398 13.7637 18.1913 13.7035 18.0943L13.1775 17.2467C13.0487 17.0391 12.9843 16.9354 13.0033 16.8274C13.0223 16.7194 13.1183 16.6439 13.3102 16.4928L14.0857 15.8823C14.176 15.8112 14.2211 15.7757 14.2489 15.7271C14.2766 15.6785 14.2843 15.6216 14.2996 15.5077L14.4323 14.5224C14.4654 14.2765 14.4819 14.1535 14.5669 14.0821C14.6519 14.0107 14.7759 14.0155 15.0238 14.0253L15.9867 14.0631C16.1037 14.0677 16.1622 14.07 16.2157 14.0503C16.2692 14.0307 16.3122 13.991 16.3983 13.9117L17.111 13.2551Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.9998 5.5L15.9004 5.19094C15.4054 3.65089 15.1579 2.88087 14.5686 2.44043C13.9794 2 13.1967 2 11.6313 2H11.3682C9.8028 2 9.02011 2 8.43087 2.44043C7.84162 2.88087 7.59411 3.65089 7.0991 5.19094L6.99976 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0065 21H9.60546C6.02021 21 4.22759 21 3.11379 19.865C2 18.7301 2 16.9034 2 13.25C2 9.59661 2 7.76992 3.11379 6.63496C4.22759 5.5 6.02021 5.5 9.60546 5.5H13.4082C16.9934 5.5 18.7861 5.5 19.8999 6.63496C20.7568 7.50819 20.9544 8.7909 21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.111 13.2551C17.2956 13.085 17.3879 13 17.5 13C17.6121 13 17.7044 13.085 17.889 13.2551L18.6017 13.9117C18.6878 13.991 18.7308 14.0307 18.7843 14.0503C18.8378 14.07 18.8963 14.0677 19.0133 14.0631L19.9762 14.0253C20.2241 14.0155 20.3481 14.0107 20.4331 14.0821C20.5181 14.1535 20.5346 14.2765 20.5677 14.5224L20.7004 15.5077C20.7157 15.6216 20.7234 15.6785 20.7511 15.7271C20.7789 15.7757 20.824 15.8112 20.9143 15.8823L21.6898 16.4928C21.8817 16.6439 21.9777 16.7194 21.9967 16.8274C22.0157 16.9354 21.9513 17.0391 21.8225 17.2467L21.2965 18.0943C21.2363 18.1913 21.2063 18.2398 21.1967 18.2946C21.1871 18.3493 21.199 18.4052 21.2228 18.5168L21.4315 19.4952C21.4827 19.7356 21.5084 19.8558 21.4533 19.9513C21.3983 20.0467 21.2814 20.0848 21.0477 20.1609L20.122 20.4624C20.0117 20.4983 19.9565 20.5163 19.9134 20.5528C19.8703 20.5894 19.8436 20.6409 19.7902 20.7439L19.338 21.6154C19.2227 21.8375 19.1651 21.9485 19.0601 21.9868C18.9551 22.0251 18.8395 21.9772 18.6084 21.8813L17.72 21.5128C17.6114 21.4678 17.5572 21.4453 17.5 21.4453C17.4428 21.4453 17.3886 21.4678 17.28 21.5128L16.3916 21.8813C16.1605 21.9772 16.0449 22.0251 15.9399 21.9868C15.8349 21.9485 15.7773 21.8375 15.662 21.6154L15.2098 20.7439C15.1564 20.6409 15.1297 20.5894 15.0866 20.5528C15.0435 20.5163 14.9883 20.4983 14.878 20.4624L13.9523 20.1609C13.7186 20.0848 13.6017 20.0467 13.5467 19.9513C13.4916 19.8558 13.5173 19.7356 13.5685 19.4952L13.7772 18.5168C13.801 18.4052 13.8129 18.3493 13.8033 18.2946C13.7937 18.2398 13.7637 18.1913 13.7035 18.0943L13.1775 17.2467C13.0487 17.0391 12.9843 16.9354 13.0033 16.8274C13.0223 16.7194 13.1183 16.6439 13.3102 16.4928L14.0857 15.8823C14.176 15.8112 14.2211 15.7757 14.2489 15.7271C14.2766 15.6785 14.2843 15.6216 14.2996 15.5077L14.4323 14.5224C14.4654 14.2765 14.4819 14.1535 14.5669 14.0821C14.6519 14.0107 14.7759 14.0155 15.0238 14.0253L15.9867 14.0631C16.1037 14.0677 16.1622 14.07 16.2157 14.0503C16.2692 14.0307 16.3122 13.991 16.3983 13.9117L17.111 13.2551Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.9998 5.5L15.9004 5.19094C15.4054 3.65089 15.1579 2.88087 14.5686 2.44043C13.9794 2 13.1967 2 11.6313 2H11.3682C9.8028 2 9.02011 2 8.43087 2.44043C7.84162 2.88087 7.59411 3.65089 7.0991 5.19094L6.99976 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-new-office{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.11097 13.2551C6.2956 13.085 6.38792 13 6.5 13C6.61208 13 6.7044 13.085 6.88903 13.2551L7.60169 13.9117C7.68779 13.991 7.73084 14.0307 7.78432 14.0503C7.83779 14.07 7.89629 14.0677 8.01327 14.0631L8.97616 14.0253C9.2241 14.0155 9.34806 14.0107 9.43307 14.0821C9.51809 14.1535 9.53464 14.2765 9.56774 14.5224L9.70038 15.5077C9.7157 15.6216 9.72336 15.6785 9.75112 15.7271C9.77887 15.7757 9.824 15.8112 9.91427 15.8823L10.6898 16.4928C10.8817 16.6439 10.9777 16.7194 10.9967 16.8274C11.0157 16.9354 10.9513 17.0391 10.8225 17.2467L10.2965 18.0943C10.2363 18.1913 10.2063 18.2398 10.1967 18.2946C10.1871 18.3493 10.199 18.4052 10.2228 18.5168L10.4315 19.4952C10.4827 19.7356 10.5084 19.8558 10.4533 19.9513C10.3983 20.0467 10.2814 20.0848 10.0477 20.1609L9.122 20.4624C9.01167 20.4983 8.9565 20.5163 8.91341 20.5528C8.87033 20.5894 8.84361 20.6409 8.79017 20.7439L8.33798 21.6154C8.22274 21.8375 8.16512 21.9485 8.06009 21.9868C7.95507 22.0251 7.8395 21.9772 7.60838 21.8813L6.71996 21.5128C6.61143 21.4678 6.55717 21.4453 6.5 21.4453C6.44283 21.4453 6.38857 21.4678 6.28004 21.5128L5.39162 21.8813C5.1605 21.9772 5.04494 22.0251 4.93991 21.9868C4.83488 21.9485 4.77726 21.8375 4.66202 21.6154L4.20983 20.7439C4.15639 20.6409 4.12967 20.5894 4.08659 20.5528C4.0435 20.5163 3.98833 20.4983 3.878 20.4624L2.95226 20.1609C2.71856 20.0848 2.60171 20.0467 2.54668 19.9513C2.49165 19.8558 2.51727 19.7356 2.56853 19.4952L2.77716 18.5168C2.80096 18.4052 2.81286 18.3493 2.80331 18.2946C2.79375 18.2398 2.76366 18.1913 2.70348 18.0943L2.17746 17.2467C2.04867 17.0391 1.98427 16.9354 2.00328 16.8274C2.02229 16.7194 2.11825 16.6439 2.31018 16.4928L3.08573 15.8823C3.176 15.8112 3.22113 15.7757 3.24888 15.7271C3.27664 15.6785 3.2843 15.6216 3.29962 15.5077L3.43226 14.5224C3.46536 14.2765 3.48191 14.1535 3.56693 14.0821C3.65194 14.0107 3.7759 14.0155 4.02384 14.0253L4.98673 14.0631C5.10371 14.0677 5.16221 14.07 5.21568 14.0503C5.26916 14.0307 5.31221 13.991 5.39831 13.9117L6.11097 13.2551Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 9H5.5M10.5 9H9.5M6.5 6H5.5M10.5 6H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 15H17.5M18.5 11H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 8V22H18C19.8856 22 20.8284 22 21.4142 21.4142C22 20.8284 22 19.8856 22 18V12C22 10.1144 22 9.17157 21.4142 8.58579C20.8284 8 19.8856 8 18 8H14ZM14 8C14 5.17157 14 3.75736 13.1213 2.87868C12.2426 2 10.8284 2 8 2C5.17157 2 3.75736 2 2.87868 2.87868C2 3.75736 2 5.17157 2 8V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.11097 13.2551C6.2956 13.085 6.38792 13 6.5 13C6.61208 13 6.7044 13.085 6.88903 13.2551L7.60169 13.9117C7.68779 13.991 7.73084 14.0307 7.78432 14.0503C7.83779 14.07 7.89629 14.0677 8.01327 14.0631L8.97616 14.0253C9.2241 14.0155 9.34806 14.0107 9.43307 14.0821C9.51809 14.1535 9.53464 14.2765 9.56774 14.5224L9.70038 15.5077C9.7157 15.6216 9.72336 15.6785 9.75112 15.7271C9.77887 15.7757 9.824 15.8112 9.91427 15.8823L10.6898 16.4928C10.8817 16.6439 10.9777 16.7194 10.9967 16.8274C11.0157 16.9354 10.9513 17.0391 10.8225 17.2467L10.2965 18.0943C10.2363 18.1913 10.2063 18.2398 10.1967 18.2946C10.1871 18.3493 10.199 18.4052 10.2228 18.5168L10.4315 19.4952C10.4827 19.7356 10.5084 19.8558 10.4533 19.9513C10.3983 20.0467 10.2814 20.0848 10.0477 20.1609L9.122 20.4624C9.01167 20.4983 8.9565 20.5163 8.91341 20.5528C8.87033 20.5894 8.84361 20.6409 8.79017 20.7439L8.33798 21.6154C8.22274 21.8375 8.16512 21.9485 8.06009 21.9868C7.95507 22.0251 7.8395 21.9772 7.60838 21.8813L6.71996 21.5128C6.61143 21.4678 6.55717 21.4453 6.5 21.4453C6.44283 21.4453 6.38857 21.4678 6.28004 21.5128L5.39162 21.8813C5.1605 21.9772 5.04494 22.0251 4.93991 21.9868C4.83488 21.9485 4.77726 21.8375 4.66202 21.6154L4.20983 20.7439C4.15639 20.6409 4.12967 20.5894 4.08659 20.5528C4.0435 20.5163 3.98833 20.4983 3.878 20.4624L2.95226 20.1609C2.71856 20.0848 2.60171 20.0467 2.54668 19.9513C2.49165 19.8558 2.51727 19.7356 2.56853 19.4952L2.77716 18.5168C2.80096 18.4052 2.81286 18.3493 2.80331 18.2946C2.79375 18.2398 2.76366 18.1913 2.70348 18.0943L2.17746 17.2467C2.04867 17.0391 1.98427 16.9354 2.00328 16.8274C2.02229 16.7194 2.11825 16.6439 2.31018 16.4928L3.08573 15.8823C3.176 15.8112 3.22113 15.7757 3.24888 15.7271C3.27664 15.6785 3.2843 15.6216 3.29962 15.5077L3.43226 14.5224C3.46536 14.2765 3.48191 14.1535 3.56693 14.0821C3.65194 14.0107 3.7759 14.0155 4.02384 14.0253L4.98673 14.0631C5.10371 14.0677 5.16221 14.07 5.21568 14.0503C5.26916 14.0307 5.31221 13.991 5.39831 13.9117L6.11097 13.2551Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 9H5.5M10.5 9H9.5M6.5 6H5.5M10.5 6H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 15H17.5M18.5 11H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 8V22H18C19.8856 22 20.8284 22 21.4142 21.4142C22 20.8284 22 19.8856 22 18V12C22 10.1144 22 9.17157 21.4142 8.58579C20.8284 8 19.8856 8 18 8H14ZM14 8C14 5.17157 14 3.75736 13.1213 2.87868C12.2426 2 10.8284 2 8 2C5.17157 2 3.75736 2 2.87868 2.87868C2 3.75736 2 5.17157 2 8V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-news{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 15V9C18 6.17157 18 4.75736 17.1213 3.87868C16.2426 3 14.8284 3 12 3H8C5.17157 3 3.75736 3 2.87868 3.87868C2 4.75736 2 6.17157 2 9V15C2 17.8284 2 19.2426 2.87868 20.1213C3.75736 21 5.17157 21 8 21H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8L14 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12L14 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16L10 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8H19C20.4142 8 21.1213 8 21.5607 8.43934C22 8.87868 22 9.58579 22 11V19C22 20.1046 21.1046 21 20 21C18.8954 21 18 20.1046 18 19V8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 15V9C18 6.17157 18 4.75736 17.1213 3.87868C16.2426 3 14.8284 3 12 3H8C5.17157 3 3.75736 3 2.87868 3.87868C2 4.75736 2 6.17157 2 9V15C2 17.8284 2 19.2426 2.87868 20.1213C3.75736 21 5.17157 21 8 21H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8L14 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12L14 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16L10 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8H19C20.4142 8 21.1213 8 21.5607 8.43934C22 8.87868 22 9.58579 22 11V19C22 20.1046 21.1046 21 20 21C18.8954 21 18 20.1046 18 19V8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-no-meeting-room{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.00024 2L22.0002 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0005 21H8.00049C5.64347 21 4.46495 21 3.73272 20.2678C3.00049 19.5355 3.00049 18.357 3.00049 16V8C3.00049 5.64298 3.00049 4.46447 3.73272 3.73223M12.0005 21C14.3575 21 15.536 21 16.2683 20.2678C16.889 19.647 16.9835 18.7056 16.9979 16.9974M12.0005 21H17.0005C18.8861 21 19.8289 21 20.4147 20.4142M21.0005 16.9974V10C21.0005 8.11438 21.0005 7.17157 20.4147 6.58579C19.8289 6 18.8861 6 17.0005 6M17.0005 13.1109V8C17.0005 5.64298 17.0005 4.46447 16.2683 3.73223C15.536 3 14.3575 3 12.0005 3H8.00049C7.5983 3 7.23042 3 6.89321 3.00364%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.00024 2L22.0002 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0005 21H8.00049C5.64347 21 4.46495 21 3.73272 20.2678C3.00049 19.5355 3.00049 18.357 3.00049 16V8C3.00049 5.64298 3.00049 4.46447 3.73272 3.73223M12.0005 21C14.3575 21 15.536 21 16.2683 20.2678C16.889 19.647 16.9835 18.7056 16.9979 16.9974M12.0005 21H17.0005C18.8861 21 19.8289 21 20.4147 20.4142M21.0005 16.9974V10C21.0005 8.11438 21.0005 7.17157 20.4147 6.58579C19.8289 6 18.8861 6 17.0005 6M17.0005 13.1109V8C17.0005 5.64298 17.0005 4.46447 16.2683 3.73223C15.536 3 14.3575 3 12.0005 3H8.00049C7.5983 3 7.23042 3 6.89321 3.00364%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-office{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 22V8C14 5.17157 14 3.75736 13.1213 2.87868C12.2426 2 10.8284 2 8 2C5.17157 2 3.75736 2 2.87868 2.87868C2 3.75736 2 5.17157 2 8V16C2 18.8284 2 20.2426 2.87868 21.1213C3.75736 22 5.17157 22 8 22H14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11H5.5M10.5 11H9.5M6.5 7H5.5M6.5 15H5.5M10.5 7H9.5M10.5 15H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 15H17.5M18.5 11H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8H14V22H18C19.8856 22 20.8284 22 21.4142 21.4142C22 20.8284 22 19.8856 22 18V12C22 10.1144 22 9.17157 21.4142 8.58579C20.8284 8 19.8856 8 18 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 22V8C14 5.17157 14 3.75736 13.1213 2.87868C12.2426 2 10.8284 2 8 2C5.17157 2 3.75736 2 2.87868 2.87868C2 3.75736 2 5.17157 2 8V16C2 18.8284 2 20.2426 2.87868 21.1213C3.75736 22 5.17157 22 8 22H14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11H5.5M10.5 11H9.5M6.5 7H5.5M6.5 15H5.5M10.5 7H9.5M10.5 15H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 15H17.5M18.5 11H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8H14V22H18C19.8856 22 20.8284 22 21.4142 21.4142C22 20.8284 22 19.8856 22 18V12C22 10.1144 22 9.17157 21.4142 8.58579C20.8284 8 19.8856 8 18 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-passport-expired{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11V13C22 17.2426 22 19.364 20.5355 20.682C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.682C2 19.364 2 17.2426 2 13C2 8.75736 2 6.63604 3.46447 5.31802C4.92893 4 7.28595 4 12 4H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17.5C6.20831 14.9189 10.7122 14.7491 12 17.5M10.5 10.5C10.5 11.6046 9.60457 12.5 8.5 12.5C7.39543 12.5 6.5 11.6046 6.5 10.5C6.5 9.39543 7.39543 8.5 8.5 8.5C9.60457 8.5 10.5 9.39543 10.5 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 2L19 5M19 5L22 8M19 5L16 8M19 5L22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11V13C22 17.2426 22 19.364 20.5355 20.682C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.682C2 19.364 2 17.2426 2 13C2 8.75736 2 6.63604 3.46447 5.31802C4.92893 4 7.28595 4 12 4H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17.5C6.20831 14.9189 10.7122 14.7491 12 17.5M10.5 10.5C10.5 11.6046 9.60457 12.5 8.5 12.5C7.39543 12.5 6.5 11.6046 6.5 10.5C6.5 9.39543 7.39543 8.5 8.5 8.5C9.60457 8.5 10.5 9.39543 10.5 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 2L19 5M19 5L22 8M19 5L16 8M19 5L22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-passport-valid{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3.5C7.28595 3.5 4.92893 3.5 3.46447 4.81802C2 6.13604 2 8.25736 2 12.5C2 16.7426 2 18.864 3.46447 20.182C4.92893 21.5 7.28595 21.5 12 21.5C16.714 21.5 19.0711 21.5 20.5355 20.182C22 18.864 22 16.7426 22 12.5C22 11.3538 22 8.5 22 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17C6.20831 14.4189 10.7122 14.2491 12 17M10.5 10C10.5 11.1046 9.60457 12 8.5 12C7.39543 12 6.5 11.1046 6.5 10C6.5 8.89543 7.39543 8 8.5 8C9.60457 8 10.5 8.89543 10.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6.5C14 6.5 15 6.5 16 8.5C16 8.5 19.1765 3.5 22 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3.5C7.28595 3.5 4.92893 3.5 3.46447 4.81802C2 6.13604 2 8.25736 2 12.5C2 16.7426 2 18.864 3.46447 20.182C4.92893 21.5 7.28595 21.5 12 21.5C16.714 21.5 19.0711 21.5 20.5355 20.182C22 18.864 22 16.7426 22 12.5C22 11.3538 22 8.5 22 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17C6.20831 14.4189 10.7122 14.2491 12 17M10.5 10C10.5 11.1046 9.60457 12 8.5 12C7.39543 12 6.5 11.1046 6.5 10C6.5 8.89543 7.39543 8 8.5 8C9.60457 8 10.5 8.89543 10.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6.5C14 6.5 15 6.5 16 8.5C16 8.5 19.1765 3.5 22 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-passport{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 7.75736 2 5.63604 3.46447 4.31802C4.92893 3 7.28596 3 12 3C16.714 3 19.0711 3 20.5355 4.31802C22 5.63604 22 7.75736 22 12C22 16.2426 22 18.364 20.5355 19.682C19.0711 21 16.714 21 12 21C7.28596 21 4.92893 21 3.46447 19.682C2 18.364 2 16.2426 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 16.5C6.20831 13.9189 10.7122 13.7491 12 16.5M10.5 9.5C10.5 10.6046 9.60457 11.5 8.5 11.5C7.39543 11.5 6.5 10.6046 6.5 9.5C6.5 8.39543 7.39543 7.5 8.5 7.5C9.60457 7.5 10.5 8.39543 10.5 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 10H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 7.75736 2 5.63604 3.46447 4.31802C4.92893 3 7.28596 3 12 3C16.714 3 19.0711 3 20.5355 4.31802C22 5.63604 22 7.75736 22 12C22 16.2426 22 18.364 20.5355 19.682C19.0711 21 16.714 21 12 21C7.28596 21 4.92893 21 3.46447 19.682C2 18.364 2 16.2426 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 16.5C6.20831 13.9189 10.7122 13.7491 12 16.5M10.5 9.5C10.5 10.6046 9.60457 11.5 8.5 11.5C7.39543 11.5 6.5 10.6046 6.5 9.5C6.5 8.39543 7.39543 7.5 8.5 7.5C9.60457 7.5 10.5 8.39543 10.5 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 10H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-pay-by-check{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 11H6C2.69067 11 2 11.6907 2 15V18C2 21.3093 2.69067 22 6 22H18C21.3093 22 22 21.3093 22 18V15C22 12.7889 21.6917 11.7468 20.5 11.2987%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18L18 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2442 3.13291C17.6913 2.64778 17.9149 2.40522 18.1524 2.26374C18.7256 1.92234 19.4315 1.91173 20.0142 2.23573C20.2557 2.37001 20.4862 2.60575 20.947 3.07721C21.4079 3.54868 21.6383 3.78441 21.7696 4.03149C22.0863 4.62767 22.0759 5.34971 21.7422 5.93611C21.6039 6.17913 21.3668 6.40783 20.8926 6.86523L15.2504 12.3075C13.7556 13.7493 12.8297 14.0483 10.7592 13.9941C10.3833 13.9842 10.1954 13.9793 10.0862 13.8551C9.9769 13.731 9.99182 13.5393 10.0216 13.1558C10.1592 11.3881 10.4706 10.4824 11.6737 9.17706L17.2442 3.13291Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 11H6C2.69067 11 2 11.6907 2 15V18C2 21.3093 2.69067 22 6 22H18C21.3093 22 22 21.3093 22 18V15C22 12.7889 21.6917 11.7468 20.5 11.2987%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18L18 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2442 3.13291C17.6913 2.64778 17.9149 2.40522 18.1524 2.26374C18.7256 1.92234 19.4315 1.91173 20.0142 2.23573C20.2557 2.37001 20.4862 2.60575 20.947 3.07721C21.4079 3.54868 21.6383 3.78441 21.7696 4.03149C22.0863 4.62767 22.0759 5.34971 21.7422 5.93611C21.6039 6.17913 21.3668 6.40783 20.8926 6.86523L15.2504 12.3075C13.7556 13.7493 12.8297 14.0483 10.7592 13.9941C10.3833 13.9842 10.1954 13.9793 10.0862 13.8551C9.9769 13.731 9.99182 13.5393 10.0216 13.1558C10.1592 11.3881 10.4706 10.4824 11.6737 9.17706L17.2442 3.13291Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-payment-success-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 18.5C14 18.5 15 18.5 16 20.5C16 20.5 19.1765 15.5 22 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 11.5H5.49102%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19.5H10.5C6.74142 19.5 4.86213 19.5 3.60746 18.5091C3.40678 18.3506 3.22119 18.176 3.0528 17.9871C2 16.8062 2 15.0375 2 11.5C2 7.96252 2 6.19377 3.0528 5.0129C3.22119 4.82403 3.40678 4.64935 3.60746 4.49087C4.86213 3.5 6.74142 3.5 10.5 3.5H13.5C17.2586 3.5 19.1379 3.5 20.3925 4.49087C20.5932 4.64935 20.7788 4.82403 20.9472 5.0129C21.8957 6.07684 21.9897 7.61799 21.999 10.5V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 11.5C14.5 12.8807 13.3807 14 12 14C10.6193 14 9.5 12.8807 9.5 11.5C9.5 10.1193 10.6193 9 12 9C13.3807 9 14.5 10.1193 14.5 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 18.5C14 18.5 15 18.5 16 20.5C16 20.5 19.1765 15.5 22 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 11.5H5.49102%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19.5H10.5C6.74142 19.5 4.86213 19.5 3.60746 18.5091C3.40678 18.3506 3.22119 18.176 3.0528 17.9871C2 16.8062 2 15.0375 2 11.5C2 7.96252 2 6.19377 3.0528 5.0129C3.22119 4.82403 3.40678 4.64935 3.60746 4.49087C4.86213 3.5 6.74142 3.5 10.5 3.5H13.5C17.2586 3.5 19.1379 3.5 20.3925 4.49087C20.5932 4.64935 20.7788 4.82403 20.9472 5.0129C21.8957 6.07684 21.9897 7.61799 21.999 10.5V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 11.5C14.5 12.8807 13.3807 14 12 14C10.6193 14 9.5 12.8807 9.5 11.5C9.5 10.1193 10.6193 9 12 9C13.3807 9 14.5 10.1193 14.5 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-payment-success-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11.5V6.11397C22 5.32299 22 4.92751 21.8059 4.51966C21.6952 4.28705 21.443 3.97064 21.241 3.81079C20.8868 3.53051 20.5912 3.46281 20 3.3274C19.0803 3.11675 18.0659 3 17 3C15.0829 3 13.3325 3.37764 12 4C10.6675 4.62236 8.91707 5 7 5C5.93408 5 4.91969 4.88325 4 4.6726C3.04003 4.45273 2 5.12914 2 6.11397V16.886C2 17.677 2 18.0725 2.19412 18.4803C2.30483 18.7129 2.55696 19.0294 2.75898 19.1892C3.11319 19.4695 3.4088 19.5372 4 19.6726C4.91969 19.8833 5.93408 20 7 20C8.46884 20 9.83983 19.7783 11 19.3947%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19C14 19 15 19 16 21C16 21 19.1765 16 22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 11.5C14.5 12.8807 13.3807 14 12 14C10.6193 14 9.5 12.8807 9.5 11.5C9.5 10.1193 10.6193 9 12 9C13.3807 9 14.5 10.1193 14.5 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 12.5L5.5 12.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 10.4922L18.5 10.5012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11.5V6.11397C22 5.32299 22 4.92751 21.8059 4.51966C21.6952 4.28705 21.443 3.97064 21.241 3.81079C20.8868 3.53051 20.5912 3.46281 20 3.3274C19.0803 3.11675 18.0659 3 17 3C15.0829 3 13.3325 3.37764 12 4C10.6675 4.62236 8.91707 5 7 5C5.93408 5 4.91969 4.88325 4 4.6726C3.04003 4.45273 2 5.12914 2 6.11397V16.886C2 17.677 2 18.0725 2.19412 18.4803C2.30483 18.7129 2.55696 19.0294 2.75898 19.1892C3.11319 19.4695 3.4088 19.5372 4 19.6726C4.91969 19.8833 5.93408 20 7 20C8.46884 20 9.83983 19.7783 11 19.3947%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19C14 19 15 19 16 21C16 21 19.1765 16 22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 11.5C14.5 12.8807 13.3807 14 12 14C10.6193 14 9.5 12.8807 9.5 11.5C9.5 10.1193 10.6193 9 12 9C13.3807 9 14.5 10.1193 14.5 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 12.5L5.5 12.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 10.4922L18.5 10.5012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-permanent-job{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 9H5.5M10.5 9H9.5M6.5 6H5.5M10.5 6H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 15H17.5M18.5 11H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 8V22H18C19.8856 22 20.8284 22 21.4142 21.4142C22 20.8284 22 19.8856 22 18V12C22 10.1144 22 9.17157 21.4142 8.58579C20.8284 8 19.8856 8 18 8H14ZM14 8C14 5.17157 14 3.75736 13.1213 2.87868C12.2426 2 10.8284 2 8 2C5.17157 2 3.75736 2 2.87868 2.87868C2 3.75736 2 5.17157 2 8V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.02485 13.9545C8.02485 15.0583 7.12945 15.953 6.02491 15.953C4.92038 15.953 4.02497 15.0583 4.02497 13.9545C4.02497 12.8508 4.92038 11.9561 6.02491 11.9561C7.12945 11.9561 8.02485 12.8508 8.02485 13.9545Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.06982 20.2101C3.12817 18.582 4.80886 17.9718 6.02491 17.973C7.24097 17.9743 8.8724 18.582 9.93075 20.2101C9.99917 20.3154 10.018 20.445 9.95628 20.5544C9.70877 20.993 8.94028 21.8633 8.38522 21.9223C7.74746 21.9901 6.07914 21.9996 6.0262 21.9999C5.97322 21.9996 4.2534 21.9901 3.61535 21.9223C3.06029 21.8633 2.2918 20.993 2.04429 20.5544C1.98254 20.445 2.00139 20.3154 2.06982 20.2101Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 9H5.5M10.5 9H9.5M6.5 6H5.5M10.5 6H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 15H17.5M18.5 11H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 8V22H18C19.8856 22 20.8284 22 21.4142 21.4142C22 20.8284 22 19.8856 22 18V12C22 10.1144 22 9.17157 21.4142 8.58579C20.8284 8 19.8856 8 18 8H14ZM14 8C14 5.17157 14 3.75736 13.1213 2.87868C12.2426 2 10.8284 2 8 2C5.17157 2 3.75736 2 2.87868 2.87868C2 3.75736 2 5.17157 2 8V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.02485 13.9545C8.02485 15.0583 7.12945 15.953 6.02491 15.953C4.92038 15.953 4.02497 15.0583 4.02497 13.9545C4.02497 12.8508 4.92038 11.9561 6.02491 11.9561C7.12945 11.9561 8.02485 12.8508 8.02485 13.9545Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.06982 20.2101C3.12817 18.582 4.80886 17.9718 6.02491 17.973C7.24097 17.9743 8.8724 18.582 9.93075 20.2101C9.99917 20.3154 10.018 20.445 9.95628 20.5544C9.70877 20.993 8.94028 21.8633 8.38522 21.9223C7.74746 21.9901 6.07914 21.9996 6.0262 21.9999C5.97322 21.9996 4.2534 21.9901 3.61535 21.9223C3.06029 21.8633 2.2918 20.993 2.04429 20.5544C1.98254 20.445 2.00139 20.3154 2.06982 20.2101Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-pie-chart-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.77027 2.5 5.6554 3.69797 4.25276C3.86808 4.05358 4.05358 3.86808 4.25276 3.69797C5.6554 2.5 7.77027 2.5 12 2.5C16.2297 2.5 18.3446 2.5 19.7472 3.69797C19.9464 3.86808 20.1319 4.05358 20.302 4.25276C21.5 5.6554 21.5 7.77027 21.5 12C21.5 16.2297 21.5 18.3446 20.302 19.7472C20.1319 19.9464 19.9464 20.1319 19.7472 20.302C18.3446 21.5 16.2297 21.5 12 21.5C7.77027 21.5 5.6554 21.5 4.25276 20.302C4.05358 20.1319 3.86808 19.9464 3.69797 19.7472C2.5 18.3446 2.5 16.2297 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.1063 12.1246C16.0897 12.172 16.5814 12.1957 16.8597 12.6591C17.1379 13.1224 16.9705 13.467 16.6357 14.1562C16.4977 14.4403 16.3324 14.7121 16.1412 14.9678C15.5443 15.7659 14.7221 16.3706 13.7783 16.7057C12.8346 17.0407 11.8118 17.091 10.8393 16.85C9.86672 16.6091 8.98811 16.0879 8.31455 15.3523C7.64099 14.6166 7.20274 13.6996 7.0552 12.7172C6.90766 11.7347 7.05747 10.731 7.48568 9.83294C7.91389 8.93486 8.60127 8.18277 9.46089 7.67175C9.73632 7.50802 10.0255 7.3714 10.3242 7.26291C11.049 6.99967 11.4115 6.86805 11.8499 7.18747C12.2883 7.50689 12.2644 7.99405 12.2165 8.96837L12.1672 9.97174C12.1207 10.9175 12.0975 11.3904 12.3796 11.6985C12.6617 12.0067 13.139 12.0297 14.0936 12.0757L15.1063 12.1246Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.77027 2.5 5.6554 3.69797 4.25276C3.86808 4.05358 4.05358 3.86808 4.25276 3.69797C5.6554 2.5 7.77027 2.5 12 2.5C16.2297 2.5 18.3446 2.5 19.7472 3.69797C19.9464 3.86808 20.1319 4.05358 20.302 4.25276C21.5 5.6554 21.5 7.77027 21.5 12C21.5 16.2297 21.5 18.3446 20.302 19.7472C20.1319 19.9464 19.9464 20.1319 19.7472 20.302C18.3446 21.5 16.2297 21.5 12 21.5C7.77027 21.5 5.6554 21.5 4.25276 20.302C4.05358 20.1319 3.86808 19.9464 3.69797 19.7472C2.5 18.3446 2.5 16.2297 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.1063 12.1246C16.0897 12.172 16.5814 12.1957 16.8597 12.6591C17.1379 13.1224 16.9705 13.467 16.6357 14.1562C16.4977 14.4403 16.3324 14.7121 16.1412 14.9678C15.5443 15.7659 14.7221 16.3706 13.7783 16.7057C12.8346 17.0407 11.8118 17.091 10.8393 16.85C9.86672 16.6091 8.98811 16.0879 8.31455 15.3523C7.64099 14.6166 7.20274 13.6996 7.0552 12.7172C6.90766 11.7347 7.05747 10.731 7.48568 9.83294C7.91389 8.93486 8.60127 8.18277 9.46089 7.67175C9.73632 7.50802 10.0255 7.3714 10.3242 7.26291C11.049 6.99967 11.4115 6.86805 11.8499 7.18747C12.2883 7.50689 12.2644 7.99405 12.2165 8.96837L12.1672 9.97174C12.1207 10.9175 12.0975 11.3904 12.3796 11.6985C12.6617 12.0067 13.139 12.0297 14.0936 12.0757L15.1063 12.1246Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-pie-chart{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 15.8278C17.9985 21.756 9.86407 23.4835 5.20143 18.8641C0.629484 14.3347 2.04493 6.12883 8.05653 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6831 12.5C19.5708 12.5 20.5146 12.5 21.1241 11.655C21.1469 11.6234 21.1848 11.5667 21.2052 11.5336C21.7527 10.6471 21.4705 9.966 20.9063 8.60378C20.3946 7.36853 19.6447 6.24615 18.6993 5.30073C17.7538 4.35531 16.6315 3.60536 15.3962 3.0937C14.034 2.52946 13.3529 2.24733 12.4664 2.79477C12.4333 2.81523 12.3766 2.85309 12.345 2.87587C11.5 3.4854 11.5 4.42922 11.5 6.31686V8.42748C11.5 10.3473 11.5 11.3072 12.0964 11.9036C12.6928 12.5 13.6527 12.5 15.5725 12.5H17.6831Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 15.8278C17.9985 21.756 9.86407 23.4835 5.20143 18.8641C0.629484 14.3347 2.04493 6.12883 8.05653 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6831 12.5C19.5708 12.5 20.5146 12.5 21.1241 11.655C21.1469 11.6234 21.1848 11.5667 21.2052 11.5336C21.7527 10.6471 21.4705 9.966 20.9063 8.60378C20.3946 7.36853 19.6447 6.24615 18.6993 5.30073C17.7538 4.35531 16.6315 3.60536 15.3962 3.0937C14.034 2.52946 13.3529 2.24733 12.4664 2.79477C12.4333 2.81523 12.3766 2.85309 12.345 2.87587C11.5 3.4854 11.5 4.42922 11.5 6.31686V8.42748C11.5 10.3473 11.5 11.3072 12.0964 11.9036C12.6928 12.5 13.6527 12.5 15.5725 12.5H17.6831Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-piggy-bank{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 5C17.9706 5 22 8.35786 22 12.5C22 14.5586 21.0047 16.4235 19.3933 17.7787C19.1517 17.9819 19 18.2762 19 18.5919V21H17L16.2062 19.8674C16.083 19.6916 15.8616 19.6153 15.6537 19.6687C13.9248 20.1132 12.0752 20.1132 10.3463 19.6687C10.1384 19.6153 9.91703 19.6916 9.79384 19.8674L9 21H7V18.6154C7 18.2866 6.83835 17.9788 6.56764 17.7922C5.49285 17.0511 2 15.6014 2 14.0582V12.5C2 11.9083 2.44771 11.4286 3 11.4286C3.60665 11.4286 4.10188 11.1929 4.30205 10.5661C5.32552 7.36121 8.83187 5 13 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 8C13.868 7.67502 13.1963 7.5 12.5 7.5C11.8037 7.5 11.132 7.67502 10.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.49981 11H7.50879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 8.5C21.5 8 22 7.06296 22 5.83053C22 4.26727 20.6569 3 19 3C18.6494 3 18.3128 3.05676 18 3.16106%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 5C17.9706 5 22 8.35786 22 12.5C22 14.5586 21.0047 16.4235 19.3933 17.7787C19.1517 17.9819 19 18.2762 19 18.5919V21H17L16.2062 19.8674C16.083 19.6916 15.8616 19.6153 15.6537 19.6687C13.9248 20.1132 12.0752 20.1132 10.3463 19.6687C10.1384 19.6153 9.91703 19.6916 9.79384 19.8674L9 21H7V18.6154C7 18.2866 6.83835 17.9788 6.56764 17.7922C5.49285 17.0511 2 15.6014 2 14.0582V12.5C2 11.9083 2.44771 11.4286 3 11.4286C3.60665 11.4286 4.10188 11.1929 4.30205 10.5661C5.32552 7.36121 8.83187 5 13 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 8C13.868 7.67502 13.1963 7.5 12.5 7.5C11.8037 7.5 11.132 7.67502 10.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.49981 11H7.50879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 8.5C21.5 8 22 7.06296 22 5.83053C22 4.26727 20.6569 3 19 3C18.6494 3 18.3128 3.05676 18 3.16106%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-pound-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.0691 10.2343C15.0288 9.65438 14.7219 8.24931 13.5421 7.73018C12.0674 7.08127 10.1256 7.89786 9.94389 10.0012C9.85864 10.9881 10.3367 12.0229 11.0314 12.5341C11.6697 13.0039 12.6382 12.9801 13.5421 12.9801H8.52637M11.5563 12.9801C11.3863 13.6696 10.4532 15.6515 8.96629 16.4786H14.3772C14.5866 16.4786 15.1772 16.5332 16.0135 15.9332%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.0691 10.2343C15.0288 9.65438 14.7219 8.24931 13.5421 7.73018C12.0674 7.08127 10.1256 7.89786 9.94389 10.0012C9.85864 10.9881 10.3367 12.0229 11.0314 12.5341C11.6697 13.0039 12.6382 12.9801 13.5421 12.9801H8.52637M11.5563 12.9801C11.3863 13.6696 10.4532 15.6515 8.96629 16.4786H14.3772C14.5866 16.4786 15.1772 16.5332 16.0135 15.9332%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-pound-receive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 13H21.5M14 13C14 13.7002 16 15 17 15.5M14 13C14 12.2998 16.1667 11 17 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.412 8.49976C12.412 6.37911 10.7417 3.88558 8 3.97705C7.27476 4.00125 6.47455 4.23318 5.61047 4.74179C4.2216 5.65952 2.42966 8.71063 4.59287 11.9116C5.64496 13.4685 6.61653 13.4998 9.5 13.4998H2M6.453 13.982C5.91468 15.4762 4.28524 18.8735 2.07404 19.9617H10.9598C11.3685 19.9617 12.5837 20.1739 13.979 18.8988%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 13H21.5M14 13C14 13.7002 16 15 17 15.5M14 13C14 12.2998 16.1667 11 17 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.412 8.49976C12.412 6.37911 10.7417 3.88558 8 3.97705C7.27476 4.00125 6.47455 4.23318 5.61047 4.74179C4.2216 5.65952 2.42966 8.71063 4.59287 11.9116C5.64496 13.4685 6.61653 13.4998 9.5 13.4998H2M6.453 13.982C5.91468 15.4762 4.28524 18.8735 2.07404 19.9617H10.9598C11.3685 19.9617 12.5837 20.1739 13.979 18.8988%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-pound-send{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 13H14.5M22 13C22 13.7002 20.0057 15.0085 19.5 15.5M22 13C22 12.2998 20.0057 10.9915 19.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.433 8.90854C12.433 6.22693 9.76214 2.33551 5.63149 4.76687C4.24262 5.6846 2.45068 8.7357 4.6139 11.9367C5.66599 13.4935 6.70504 13.7211 9.58852 13.7211H2M6.47402 14.0071C5.93571 15.5013 4.30627 18.8986 2.09506 19.9868H10.9808C11.3895 19.9868 12.6048 20.1989 14 18.9239%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 13H14.5M22 13C22 13.7002 20.0057 15.0085 19.5 15.5M22 13C22 12.2998 20.0057 10.9915 19.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.433 8.90854C12.433 6.22693 9.76214 2.33551 5.63149 4.76687C4.24262 5.6846 2.45068 8.7357 4.6139 11.9367C5.66599 13.4935 6.70504 13.7211 9.58852 13.7211H2M6.47402 14.0071C5.93571 15.5013 4.30627 18.8986 2.09506 19.9868H10.9808C11.3895 19.9868 12.6048 20.1989 14 18.9239%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-pound-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.77027 2.5 5.6554 3.69797 4.25276C3.86808 4.05358 4.05358 3.86808 4.25276 3.69797C5.6554 2.5 7.77027 2.5 12 2.5C16.2297 2.5 18.3446 2.5 19.7472 3.69797C19.9464 3.86808 20.1319 4.05358 20.302 4.25276C21.5 5.6554 21.5 7.77027 21.5 12C21.5 16.2297 21.5 18.3446 20.302 19.7472C20.1319 19.9464 19.9464 20.1319 19.7472 20.302C18.3446 21.5 16.2297 21.5 12 21.5C7.77027 21.5 5.6554 21.5 4.25276 20.302C4.05358 20.1319 3.86808 19.9464 3.69797 19.7472C2.5 18.3446 2.5 16.2297 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.0222 10.2343C14.9791 9.65438 14.6509 8.24931 13.3895 7.73018C11.8127 7.08127 9.73641 7.89786 9.54214 10.0012C9.451 10.9881 9.96215 12.0229 10.7049 12.5341C11.3874 13.0039 12.423 12.9801 13.3895 12.9801H8.02649M11.2661 12.9801C11.0844 13.6696 10.0867 15.6515 8.49687 16.4786H14.2824C14.5062 16.4786 15.1377 16.5332 16.032 15.9332%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.77027 2.5 5.6554 3.69797 4.25276C3.86808 4.05358 4.05358 3.86808 4.25276 3.69797C5.6554 2.5 7.77027 2.5 12 2.5C16.2297 2.5 18.3446 2.5 19.7472 3.69797C19.9464 3.86808 20.1319 4.05358 20.302 4.25276C21.5 5.6554 21.5 7.77027 21.5 12C21.5 16.2297 21.5 18.3446 20.302 19.7472C20.1319 19.9464 19.9464 20.1319 19.7472 20.302C18.3446 21.5 16.2297 21.5 12 21.5C7.77027 21.5 5.6554 21.5 4.25276 20.302C4.05358 20.1319 3.86808 19.9464 3.69797 19.7472C2.5 18.3446 2.5 16.2297 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.0222 10.2343C14.9791 9.65438 14.6509 8.24931 13.3895 7.73018C11.8127 7.08127 9.73641 7.89786 9.54214 10.0012C9.451 10.9881 9.96215 12.0229 10.7049 12.5341C11.3874 13.0039 12.423 12.9801 13.3895 12.9801H8.02649M11.2661 12.9801C11.0844 13.6696 10.0867 15.6515 8.49687 16.4786H14.2824C14.5062 16.4786 15.1377 16.5332 16.032 15.9332%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-pound{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.625 14C9.375 16.9167 7.5 19.8333 5 21H16.875C16.875 21 18.75 21 20 19.8333%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8.5C18 5.46243 15.5376 3 12.5 3C9.46243 3 7 5.46243 7 8.5C7 11.5376 9.46243 14 12.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.625 14C9.375 16.9167 7.5 19.8333 5 21H16.875C16.875 21 18.75 21 20 19.8333%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8.5C18 5.46243 15.5376 3 12.5 3C9.46243 3 7 5.46243 7 8.5C7 11.5376 9.46243 14 12.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-profile-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 7.75736 2 5.63604 3.46447 4.31802C4.92893 3 7.28596 3 12 3C16.714 3 19.0711 3 20.5355 4.31802C22 5.63604 22 7.75736 22 12C22 16.2426 22 18.364 20.5355 19.682C19.0711 21 16.714 21 12 21C7.28596 21 4.92893 21 3.46447 19.682C2 18.364 2 16.2426 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.4 8H7.6C6.84575 8 6.46863 8 6.23431 8.23431C6 8.46863 6 8.84575 6 9.6V10.4C6 11.1542 6 11.5314 6.23431 11.7657C6.46863 12 6.84575 12 7.6 12H8.4C9.15425 12 9.53137 12 9.76569 11.7657C10 11.5314 10 11.1542 10 10.4V9.6C10 8.84576 10 8.46863 9.76569 8.23431C9.53137 8 9.15425 8 8.4 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 8H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 16H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 7.75736 2 5.63604 3.46447 4.31802C4.92893 3 7.28596 3 12 3C16.714 3 19.0711 3 20.5355 4.31802C22 5.63604 22 7.75736 22 12C22 16.2426 22 18.364 20.5355 19.682C19.0711 21 16.714 21 12 21C7.28596 21 4.92893 21 3.46447 19.682C2 18.364 2 16.2426 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.4 8H7.6C6.84575 8 6.46863 8 6.23431 8.23431C6 8.46863 6 8.84575 6 9.6V10.4C6 11.1542 6 11.5314 6.23431 11.7657C6.46863 12 6.84575 12 7.6 12H8.4C9.15425 12 9.53137 12 9.76569 11.7657C10 11.5314 10 11.1542 10 10.4V9.6C10 8.84576 10 8.46863 9.76569 8.23431C9.53137 8 9.15425 8 8.4 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 8H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 16H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-projector{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 12C19 14.2091 17.2091 16 15 16C12.7909 16 11 14.2091 11 12C11 9.79086 12.7909 8 15 8C17.2091 8 19 9.79086 19 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 12H19M11 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16H6.00808%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4H10C6.22876 4 4.34315 4 3.17157 5.17157C2 6.34315 2 8.22876 2 12C2 15.7712 2 17.6569 3.17157 18.8284C4.34315 20 6.22876 20 10 20L14 20C17.7712 20 19.6569 20 20.8284 18.8284C22 17.6569 22 15.7712 22 12C22 8.22876 22 6.34315 20.8284 5.17157C19.6569 4 17.7712 4 14 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 12C19 14.2091 17.2091 16 15 16C12.7909 16 11 14.2091 11 12C11 9.79086 12.7909 8 15 8C17.2091 8 19 9.79086 19 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 12H19M11 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16H6.00808%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4H10C6.22876 4 4.34315 4 3.17157 5.17157C2 6.34315 2 8.22876 2 12C2 15.7712 2 17.6569 3.17157 18.8284C4.34315 20 6.22876 20 10 20L14 20C17.7712 20 19.6569 20 20.8284 18.8284C22 17.6569 22 15.7712 22 12C22 8.22876 22 6.34315 20.8284 5.17157C19.6569 4 17.7712 4 14 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-qq-plot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 19.5L21 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 4H15.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 3H8.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9H8.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11H20.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 17H13.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 19.5L21 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 4H15.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 3H8.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9H8.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11H20.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 17H13.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-qr-code{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.99396 2C6.19709 2.06395 4.56347 2.33111 3.44729 3.44729C2.33111 4.56347 2.06395 6.19709 2 8.99396M15.006 2C17.8029 2.06395 19.4365 2.33111 20.5527 3.44729C21.6689 4.56347 21.9361 6.19709 22 8.99396M15.006 22C17.8029 21.9361 19.4365 21.6689 20.5527 20.5527C21.6689 19.4365 21.9361 17.8029 22 15.006M8.99396 22C6.19709 21.9361 4.56347 21.6689 3.44729 20.5527C2.33111 19.4365 2.06395 17.8029 2 15.006%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9998 7H17.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6V9C13 10.8856 13 11.8284 12.4142 12.4142C11.8284 13 10.8856 13 9 13H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.29289 6.29289C6 6.58579 6 7.05719 6 8C6 8.94281 6 9.41421 6.29289 9.70711M6.29289 6.29289C6.58579 6 7.05719 6 8 6C8.94281 6 9.41421 6 9.70711 6.29289M6.29289 6.29289C6.29289 6.29289 6.29289 6.29289 6.29289 6.29289ZM6.29289 9.70711C6.58579 10 7.05719 10 8 10C8.94281 10 9.41421 10 9.70711 9.70711M6.29289 9.70711C6.29289 9.70711 6.29289 9.70711 6.29289 9.70711ZM9.70711 9.70711C10 9.41421 10 8.94281 10 8C10 7.05719 10 6.58579 9.70711 6.29289M9.70711 9.70711C9.70711 9.70711 9.70711 9.70711 9.70711 9.70711ZM9.70711 6.29289C9.70711 6.29289 9.70711 6.29289 9.70711 6.29289Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 15C17.4714 15 17.7071 15 17.8536 15.1464C18 15.2929 18 15.5286 18 16V17C18 17.4714 18 17.7071 17.8536 17.8536C17.7071 18 17.4714 18 17 18H15C14.5286 18 14.2929 18 14.1464 17.8536C14 17.7071 14 17.4714 14 17L14 16C14 15.5286 14 15.2929 14.1464 15.1464C14.2929 15 14.5286 15 15 15L17 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 18H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.99396 2C6.19709 2.06395 4.56347 2.33111 3.44729 3.44729C2.33111 4.56347 2.06395 6.19709 2 8.99396M15.006 2C17.8029 2.06395 19.4365 2.33111 20.5527 3.44729C21.6689 4.56347 21.9361 6.19709 22 8.99396M15.006 22C17.8029 21.9361 19.4365 21.6689 20.5527 20.5527C21.6689 19.4365 21.9361 17.8029 22 15.006M8.99396 22C6.19709 21.9361 4.56347 21.6689 3.44729 20.5527C2.33111 19.4365 2.06395 17.8029 2 15.006%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9998 7H17.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6V9C13 10.8856 13 11.8284 12.4142 12.4142C11.8284 13 10.8856 13 9 13H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.29289 6.29289C6 6.58579 6 7.05719 6 8C6 8.94281 6 9.41421 6.29289 9.70711M6.29289 6.29289C6.58579 6 7.05719 6 8 6C8.94281 6 9.41421 6 9.70711 6.29289M6.29289 6.29289C6.29289 6.29289 6.29289 6.29289 6.29289 6.29289ZM6.29289 9.70711C6.58579 10 7.05719 10 8 10C8.94281 10 9.41421 10 9.70711 9.70711M6.29289 9.70711C6.29289 9.70711 6.29289 9.70711 6.29289 9.70711ZM9.70711 9.70711C10 9.41421 10 8.94281 10 8C10 7.05719 10 6.58579 9.70711 6.29289M9.70711 9.70711C9.70711 9.70711 9.70711 9.70711 9.70711 9.70711ZM9.70711 6.29289C9.70711 6.29289 9.70711 6.29289 9.70711 6.29289Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 15C17.4714 15 17.7071 15 17.8536 15.1464C18 15.2929 18 15.5286 18 16V17C18 17.4714 18 17.7071 17.8536 17.8536C17.7071 18 17.4714 18 17 18H15C14.5286 18 14.2929 18 14.1464 17.8536C14 17.7071 14 17.4714 14 17L14 16C14 15.5286 14 15.2929 14.1464 15.1464C14.2929 15 14.5286 15 15 15L17 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 18H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-question{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9999 7.28336C21.9999 9.92493 19.761 12.0667 16.9999 12.0667C16.6752 12.0671 16.3515 12.0371 16.0326 11.9772C15.803 11.9341 15.6882 11.9126 15.6081 11.9248C15.528 11.937 15.4144 11.9974 15.1873 12.1182C14.5449 12.4598 13.7958 12.5805 13.0754 12.4465C13.3492 12.1097 13.5362 11.7056 13.6187 11.2724C13.6687 11.0074 13.5449 10.75 13.3593 10.5616C12.5165 9.70577 11.9999 8.55254 11.9999 7.28336C11.9999 4.64178 14.2387 2.5 16.9999 2.5C19.761 2.5 21.9999 4.64178 21.9999 7.28336Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4922 7.5H15.5003M18.4922 7.5H18.5003%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.2855 11.7889C10.2855 13.3202 9.04142 14.5615 7.50677 14.5615C5.97211 14.5615 4.72803 13.3202 4.72803 11.7889C4.72803 10.2576 5.97211 9.0162 7.50677 9.0162C9.04142 9.0162 10.2855 10.2576 10.2855 11.7889Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9999 7.28336C21.9999 9.92493 19.761 12.0667 16.9999 12.0667C16.6752 12.0671 16.3515 12.0371 16.0326 11.9772C15.803 11.9341 15.6882 11.9126 15.6081 11.9248C15.528 11.937 15.4144 11.9974 15.1873 12.1182C14.5449 12.4598 13.7958 12.5805 13.0754 12.4465C13.3492 12.1097 13.5362 11.7056 13.6187 11.2724C13.6687 11.0074 13.5449 10.75 13.3593 10.5616C12.5165 9.70577 11.9999 8.55254 11.9999 7.28336C11.9999 4.64178 14.2387 2.5 16.9999 2.5C19.761 2.5 21.9999 4.64178 21.9999 7.28336Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4922 7.5H15.5003M18.4922 7.5H18.5003%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.2855 11.7889C10.2855 13.3202 9.04142 14.5615 7.50677 14.5615C5.97211 14.5615 4.72803 13.3202 4.72803 11.7889C4.72803 10.2576 5.97211 9.0162 7.50677 9.0162C9.04142 9.0162 10.2855 10.2576 10.2855 11.7889Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-radial{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1915 2.4801 8.49505 3.31981 7.03127%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12C5 15.866 8.13401 19 12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1915 2.4801 8.49505 3.31981 7.03127%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12C5 15.866 8.13401 19 12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-registered{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 12H12.5M9 12V7H12.5C13.8807 7 15 8.11929 15 9.5C15 10.8807 13.8807 12 12.5 12M9 12V17M12.5 12L15 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 12H12.5M9 12V7H12.5C13.8807 7 15 8.11929 15 9.5C15 10.8807 13.8807 12 12.5 12M9 12V17M12.5 12L15 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-search-dollar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2531 9.31112C13.3579 8.04662 11.4232 7.01413 9.94467 7.70685C8.09769 8.57218 8.25873 10.7594 10.5399 10.8751C11.555 10.9265 12.4429 10.8169 13.0463 11.4708C13.6497 12.1248 13.9112 13.7901 12.1325 14.3553C10.3539 14.9204 8.5 13.9125 8.5 12.6831M10.971 6.5V7.47767M10.971 14.7204V15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2531 9.31112C13.3579 8.04662 11.4232 7.01413 9.94467 7.70685C8.09769 8.57218 8.25873 10.7594 10.5399 10.8751C11.555 10.9265 12.4429 10.8169 13.0463 11.4708C13.6497 12.1248 13.9112 13.7901 12.1325 14.3553C10.3539 14.9204 8.5 13.9125 8.5 12.6831M10.971 6.5V7.47767M10.971 14.7204V15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-seo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 20L7.41286 17.5871M7.41286 17.5871C8.21715 18.3914 9.32826 18.8889 10.5556 18.8889C13.0102 18.8889 15 16.899 15 14.4444C15 11.9898 13.0102 10 10.5556 10C8.10096 10 6.11111 11.9898 6.11111 14.4444C6.11111 15.6717 6.60857 16.7829 7.41286 17.5871Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15.1877C2.36394 14.0914 2 12.8191 2 11.4623C2 7.34099 5.35786 4 9.5 4H14.5C18.6421 4 22 7.34099 22 11.4623C22 14.7114 19.913 17.4756 17 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 20L7.41286 17.5871M7.41286 17.5871C8.21715 18.3914 9.32826 18.8889 10.5556 18.8889C13.0102 18.8889 15 16.899 15 14.4444C15 11.9898 13.0102 10 10.5556 10C8.10096 10 6.11111 11.9898 6.11111 14.4444C6.11111 15.6717 6.60857 16.7829 7.41286 17.5871Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15.1877C2.36394 14.0914 2 12.8191 2 11.4623C2 7.34099 5.35786 4 9.5 4H14.5C18.6421 4 22 7.34099 22 11.4623C22 14.7114 19.913 17.4756 17 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-service{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4173 15.7133C23.368 10.7038 22.3007 5.73508 19.4626 3.99415C16.7809 2.34923 14.4404 3.01211 13.0344 4.06801L11.9998 4.84158M19.4173 15.7133C18.469 16.9156 17.2317 18.1204 15.6605 19.2834C14.1143 20.4278 13.3412 21 12 21C10.6588 21 9.88572 20.4278 8.33953 19.2834C0.22172 13.2749 1.01807 6.15293 4.53744 3.99415C7.21909 2.34923 9.55962 3.01211 10.9656 4.06801L11.9998 4.84158M19.4173 15.7133L13.8921 9.44479C13.6659 9.1882 13.2873 9.13296 12.9972 9.31424L10.8111 10.6806C10.0418 11.1614 9.04334 11.0532 8.3949 10.4187C7.53837 9.58062 7.62479 8.17769 8.5777 7.45106L11.9998 4.84158%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4173 15.7133C23.368 10.7038 22.3007 5.73508 19.4626 3.99415C16.7809 2.34923 14.4404 3.01211 13.0344 4.06801L11.9998 4.84158M19.4173 15.7133C18.469 16.9156 17.2317 18.1204 15.6605 19.2834C14.1143 20.4278 13.3412 21 12 21C10.6588 21 9.88572 20.4278 8.33953 19.2834C0.22172 13.2749 1.01807 6.15293 4.53744 3.99415C7.21909 2.34923 9.55962 3.01211 10.9656 4.06801L11.9998 4.84158M19.4173 15.7133L13.8921 9.44479C13.6659 9.1882 13.2873 9.13296 12.9972 9.31424L10.8111 10.6806C10.0418 11.1614 9.04334 11.0532 8.3949 10.4187C7.53837 9.58062 7.62479 8.17769 8.5777 7.45106L11.9998 4.84158%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-stamp{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.6667 21H6.33333C6.02334 21 5.86835 21 5.74118 20.9574C5.39609 20.8418 5.12654 20.5049 5.03407 20.0735C5 19.9146 5 19.7208 5 19.3333C5 18.5584 5 18.1709 5.06815 17.853C5.25308 16.9902 5.79218 16.3164 6.48236 16.0852C6.7367 16 7.04669 16 7.66667 16H16.3333C16.9533 16 17.2633 16 17.5176 16.0852C18.2078 16.3164 18.7469 16.9902 18.9319 17.853C19 18.1709 19 18.5584 19 19.3333C19 19.7208 19 19.9146 18.9659 20.0735C18.8735 20.5049 18.6039 20.8418 18.2588 20.9574C18.1317 21 17.9767 21 17.6667 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-miterlimit%3D%2210%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.50044 16C10.0151 13.4523 10.0845 11.9663 9.75631 11.0497C9.68503 10.8507 9.56363 10.6749 9.44039 10.5034C8.62715 9.37155 8.25775 8.48762 8.11746 7.94129C8.03527 7.62119 8.0097 7.28611 8.02447 6.95595C8.0513 6.35609 8.2462 5.4471 8.87882 4.56208C9.72889 3.37285 11.3129 3.007 12.0004 3C12.688 3.007 14.3133 3.37285 15.1634 4.56208C15.796 5.4471 15.9909 6.35609 16.0177 6.95595C16.0325 7.28611 16.0069 7.62119 15.9247 7.94129C15.7845 8.48762 15.4151 9.37155 14.6018 10.5034C14.4786 10.6749 14.3572 10.8507 14.2859 11.0497C13.9577 11.9663 13.9858 13.4523 14.5004 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 13H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.6667 21H6.33333C6.02334 21 5.86835 21 5.74118 20.9574C5.39609 20.8418 5.12654 20.5049 5.03407 20.0735C5 19.9146 5 19.7208 5 19.3333C5 18.5584 5 18.1709 5.06815 17.853C5.25308 16.9902 5.79218 16.3164 6.48236 16.0852C6.7367 16 7.04669 16 7.66667 16H16.3333C16.9533 16 17.2633 16 17.5176 16.0852C18.2078 16.3164 18.7469 16.9902 18.9319 17.853C19 18.1709 19 18.5584 19 19.3333C19 19.7208 19 19.9146 18.9659 20.0735C18.8735 20.5049 18.6039 20.8418 18.2588 20.9574C18.1317 21 17.9767 21 17.6667 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-miterlimit%3D%2210%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.50044 16C10.0151 13.4523 10.0845 11.9663 9.75631 11.0497C9.68503 10.8507 9.56363 10.6749 9.44039 10.5034C8.62715 9.37155 8.25775 8.48762 8.11746 7.94129C8.03527 7.62119 8.0097 7.28611 8.02447 6.95595C8.0513 6.35609 8.2462 5.4471 8.87882 4.56208C9.72889 3.37285 11.3129 3.007 12.0004 3C12.688 3.007 14.3133 3.37285 15.1634 4.56208C15.796 5.4471 15.9909 6.35609 16.0177 6.95595C16.0325 7.28611 16.0069 7.62119 15.9247 7.94129C15.7845 8.48762 15.4151 9.37155 14.6018 10.5034C14.4786 10.6749 14.3572 10.8507 14.2859 11.0497C13.9577 11.9663 13.9858 13.4523 14.5004 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 13H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-start-up-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.29469 17C3.53045 7.25 8.86313 2.9375 12 2C15.1369 2.9375 20.4696 7.25 16.7053 17C16.1369 16.6875 14.4 16.0625 12 16.0625C9.6 16.0625 7.86313 16.6875 7.29469 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9C14 7.89543 13.1046 7 12 7C10.8954 7 10 7.89543 10 9C10 10.1046 10.8954 11 12 11C13.1046 11 14 10.1046 14 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 15.5576C18.9421 15.6908 20.7078 16.0822 21.9814 17C21.9814 17 22.5044 12.0642 18 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 15.5576C5.05794 15.6908 3.29216 16.0822 2.01858 17C2.01858 17 1.49555 12.0642 6 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19C9.5 19 9.91667 21.5 12 22C14.0833 21.5 14.5 19 14.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.29469 17C3.53045 7.25 8.86313 2.9375 12 2C15.1369 2.9375 20.4696 7.25 16.7053 17C16.1369 16.6875 14.4 16.0625 12 16.0625C9.6 16.0625 7.86313 16.6875 7.29469 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9C14 7.89543 13.1046 7 12 7C10.8954 7 10 7.89543 10 9C10 10.1046 10.8954 11 12 11C13.1046 11 14 10.1046 14 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 15.5576C18.9421 15.6908 20.7078 16.0822 21.9814 17C21.9814 17 22.5044 12.0642 18 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 15.5576C5.05794 15.6908 3.29216 16.0822 2.01858 17C2.01858 17 1.49555 12.0642 6 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19C9.5 19 9.91667 21.5 12 22C14.0833 21.5 14.5 19 14.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-start-up-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.59961 11.923C11.6722 2.46869 17.9886 2.35967 20.5127 3.48695C21.64 6.01105 21.531 12.3274 12.0767 17.4C11.9786 16.8364 11.4334 15.3599 10.0365 13.9631C8.63973 12.5663 7.16325 12.021 6.59961 11.923Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.3496 16.95C15.1881 17.85 15.3844 19.4638 15.6391 21C15.6391 21 19.4897 18.1535 17.0266 14.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.04996 10.7265C6.14996 8.88795 4.53615 8.69166 3 8.43697C3 8.43697 5.8465 4.58633 9.74997 7.04944%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.01808 14.911C5.50625 15.4228 4.63613 16.9072 5.25033 18.7498C7.09293 19.364 8.57725 18.4938 9.08909 17.982%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.3008 8.4502C17.3008 7.4837 16.5173 6.7002 15.5508 6.7002C14.5843 6.7002 13.8008 7.4837 13.8008 8.4502C13.8008 9.41669 14.5843 10.2002 15.5508 10.2002C16.5173 10.2002 17.3008 9.41669 17.3008 8.4502Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.59961 11.923C11.6722 2.46869 17.9886 2.35967 20.5127 3.48695C21.64 6.01105 21.531 12.3274 12.0767 17.4C11.9786 16.8364 11.4334 15.3599 10.0365 13.9631C8.63973 12.5663 7.16325 12.021 6.59961 11.923Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.3496 16.95C15.1881 17.85 15.3844 19.4638 15.6391 21C15.6391 21 19.4897 18.1535 17.0266 14.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.04996 10.7265C6.14996 8.88795 4.53615 8.69166 3 8.43697C3 8.43697 5.8465 4.58633 9.74997 7.04944%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.01808 14.911C5.50625 15.4228 4.63613 16.9072 5.25033 18.7498C7.09293 19.364 8.57725 18.4938 9.08909 17.982%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.3008 8.4502C17.3008 7.4837 16.5173 6.7002 15.5508 6.7002C14.5843 6.7002 13.8008 7.4837 13.8008 8.4502C13.8008 9.41669 14.5843 10.2002 15.5508 10.2002C16.5173 10.2002 17.3008 9.41669 17.3008 8.4502Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-strategy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 11L20.3458 8.84853C20.7819 8.44853 21 8.24853 21 8M18 5L20.3458 7.15147C20.7819 7.55147 21 7.75147 21 8M21 8C3 8 3 21 3 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%225.5%22 cy%3D%225.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 21L18 16M18 21L13 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 11L20.3458 8.84853C20.7819 8.44853 21 8.24853 21 8M18 5L20.3458 7.15147C20.7819 7.55147 21 7.75147 21 8M21 8C3 8 3 21 3 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%225.5%22 cy%3D%225.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 21L18 16M18 21L13 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-target-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1312 2.5C14.1462 2.17555 13.0936 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 10.9548 21.8396 9.94704 21.5422 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 4.5L12 12M19.5 4.5V2M19.5 4.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1312 2.5C14.1462 2.17555 13.0936 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 10.9548 21.8396 9.94704 21.5422 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 4.5L12 12M19.5 4.5V2M19.5 4.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-target-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 2.20004C13.3538 2.06886 12.6849 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.3151 21.9311 10.6462 21.8 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0305 11.9624L16.5834 7.40948M19.7406 4.3445L19.1875 2.35736C19.0855 2.02999 18.6917 1.89953 18.4262 2.1165C16.9901 3.29006 15.4257 4.87079 16.7032 7.36407C19.2774 8.56442 20.7468 6.94572 21.8736 5.58518C22.0978 5.31448 21.9626 4.90755 21.6249 4.80993L19.7406 4.3445Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 2.20004C13.3538 2.06886 12.6849 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.3151 21.9311 10.6462 21.8 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0305 11.9624L16.5834 7.40948M19.7406 4.3445L19.1875 2.35736C19.0855 2.02999 18.6917 1.89953 18.4262 2.1165C16.9901 3.29006 15.4257 4.87079 16.7032 7.36407C19.2774 8.56442 20.7468 6.94572 21.8736 5.58518C22.0978 5.31448 21.9626 4.90755 21.6249 4.80993L19.7406 4.3445Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-target-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9959 12H12.0049%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L18 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12L2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9959 12H12.0049%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L18 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12L2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-target-dollar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9C10.8954 9 10 9.67157 10 10.5C10 11.3284 10.8954 12 12 12C13.1046 12 14 12.6716 14 13.5C14 14.3284 13.1046 15 12 15M12 9C12.8708 9 13.6116 9.4174 13.8862 10M12 9V8M12 15C11.1292 15 10.3884 14.5826 10.1138 14M12 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9C10.8954 9 10 9.67157 10 10.5C10 11.3284 10.8954 12 12 12C13.1046 12 14 12.6716 14 13.5C14 14.3284 13.1046 15 12 15M12 9C12.8708 9 13.6116 9.4174 13.8862 10M12 9V8M12 15C11.1292 15 10.3884 14.5826 10.1138 14M12 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-taxes{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 8.56907C2 7.37289 2.48238 6.63982 3.48063 6.08428L7.58987 3.79744C9.7431 2.59915 10.8197 2 12 2C13.1803 2 14.2569 2.59915 16.4101 3.79744L20.5194 6.08428C21.5176 6.63982 22 7.3729 22 8.56907C22 8.89343 22 9.05561 21.9646 9.18894C21.7785 9.88945 21.1437 10 20.5307 10H3.46928C2.85627 10 2.22152 9.88944 2.03542 9.18894C2 9.05561 2 8.89343 2 8.56907Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 10V18.5M8 10V18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 18.5H5C3.34315 18.5 2 19.8431 2 21.5C2 21.7761 2.22386 22 2.5 22H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 14.5L14.5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2215.25%22 cy%3D%2215.25%22 r%3D%220.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2220.75%22 cy%3D%2220.75%22 r%3D%220.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 8.56907C2 7.37289 2.48238 6.63982 3.48063 6.08428L7.58987 3.79744C9.7431 2.59915 10.8197 2 12 2C13.1803 2 14.2569 2.59915 16.4101 3.79744L20.5194 6.08428C21.5176 6.63982 22 7.3729 22 8.56907C22 8.89343 22 9.05561 21.9646 9.18894C21.7785 9.88945 21.1437 10 20.5307 10H3.46928C2.85627 10 2.22152 9.88944 2.03542 9.18894C2 9.05561 2 8.89343 2 8.56907Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 10V18.5M8 10V18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 18.5H5C3.34315 18.5 2 19.8431 2 21.5C2 21.7761 2.22386 22 2.5 22H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 14.5L14.5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2215.25%22 cy%3D%2215.25%22 r%3D%220.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2220.75%22 cy%3D%2220.75%22 r%3D%220.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-tie{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.72123 5.60945C8.1621 4.61908 7.88253 4.1239 8.04661 3.67371C8.21068 3.22353 8.73892 3.0364 9.7954 2.66213L10.695 2.34346C11.3413 2.11449 11.6645 2 12 2C12.3355 2 12.6587 2.11449 13.305 2.34346L14.2046 2.66213C15.2611 3.0364 15.7893 3.22353 15.9534 3.67371C16.1175 4.1239 15.8379 4.61908 15.2788 5.60945L14.7626 6.52365C14.4979 6.99256 14.3655 7.22701 14.1339 7.41087C13.9022 7.59473 13.6875 7.65614 13.2581 7.77895C12.8467 7.89659 12.3777 8 12 8C11.6223 8 11.1533 7.89659 10.7419 7.77895C10.3125 7.65614 10.0978 7.59473 9.86612 7.41087C9.63445 7.22701 9.50209 6.99256 9.23735 6.52365L8.72123 5.60945Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.0793 8L8.42064 15.1438C8.06093 16.6931 7.88108 17.4677 8.08657 18.1961C8.09058 18.2103 8.09469 18.2245 8.09891 18.2386C8.31533 18.9638 8.88063 19.5172 10.0112 20.6238C10.9439 21.5368 11.4103 21.9933 11.9837 21.9999C11.9946 22 12.0054 22 12.0163 21.9999C12.5897 21.9933 13.0561 21.5368 13.9888 20.6238C15.1194 19.5172 15.6847 18.9638 15.9011 18.2386C15.9053 18.2245 15.9094 18.2103 15.9134 18.1961C16.1189 17.4677 15.9391 16.6931 15.5794 15.1438L13.9207 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.72123 5.60945C8.1621 4.61908 7.88253 4.1239 8.04661 3.67371C8.21068 3.22353 8.73892 3.0364 9.7954 2.66213L10.695 2.34346C11.3413 2.11449 11.6645 2 12 2C12.3355 2 12.6587 2.11449 13.305 2.34346L14.2046 2.66213C15.2611 3.0364 15.7893 3.22353 15.9534 3.67371C16.1175 4.1239 15.8379 4.61908 15.2788 5.60945L14.7626 6.52365C14.4979 6.99256 14.3655 7.22701 14.1339 7.41087C13.9022 7.59473 13.6875 7.65614 13.2581 7.77895C12.8467 7.89659 12.3777 8 12 8C11.6223 8 11.1533 7.89659 10.7419 7.77895C10.3125 7.65614 10.0978 7.59473 9.86612 7.41087C9.63445 7.22701 9.50209 6.99256 9.23735 6.52365L8.72123 5.60945Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.0793 8L8.42064 15.1438C8.06093 16.6931 7.88108 17.4677 8.08657 18.1961C8.09058 18.2103 8.09469 18.2245 8.09891 18.2386C8.31533 18.9638 8.88063 19.5172 10.0112 20.6238C10.9439 21.5368 11.4103 21.9933 11.9837 21.9999C11.9946 22 12.0054 22 12.0163 21.9999C12.5897 21.9933 13.0561 21.5368 13.9888 20.6238C15.1194 19.5172 15.6847 18.9638 15.9011 18.2386C15.9053 18.2245 15.9094 18.2103 15.9134 18.1961C16.1189 17.4677 15.9391 16.6931 15.5794 15.1438L13.9207 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-trademark{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 7.75736 2 5.63604 3.46447 4.31802C4.92893 3 7.28596 3 12 3C16.714 3 19.0711 3 20.5355 4.31802C22 5.63604 22 7.75736 22 12C22 16.2426 22 18.364 20.5355 19.682C19.0711 21 16.714 21 12 21C7.28596 21 4.92893 21 3.46447 19.682C2 18.364 2 16.2426 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 8.5L8 8.5M10.5 8.5L8 8.5M13 15.5V8.5L15.75 12.5L18.5 8.5V15.5M8 8.5V15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 7.75736 2 5.63604 3.46447 4.31802C4.92893 3 7.28596 3 12 3C16.714 3 19.0711 3 20.5355 4.31802C22 5.63604 22 7.75736 22 12C22 16.2426 22 18.364 20.5355 19.682C19.0711 21 16.714 21 12 21C7.28596 21 4.92893 21 3.46447 19.682C2 18.364 2 16.2426 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 8.5L8 8.5M10.5 8.5L8 8.5M13 15.5V8.5L15.75 12.5L18.5 8.5V15.5M8 8.5V15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-umbrella-dollar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3.5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3.5C11.0608 3.5 7.52791 7.29323 6.97182 12.2037M12 3.5C12.9392 3.5 16.4721 7.29322 17.0282 12.2037M12 3.5C16.9367 3.5 21.0545 6.93552 22 11.5C20.6123 12.7 18.1073 12.4691 17.0282 12.2037M12 3.5C7.06333 3.5 2.94545 6.93552 2 11.5C3.38792 12.7 5.89285 12.4691 6.97182 12.2037M6.97182 12.2037C8.4559 13.0288 10.1718 13.5 12 13.5C13.8282 13.5 15.5441 13.0288 17.0282 12.2037%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.5V20.5C12 21.3284 11.3284 22 10.5 22C9.67157 22 9 21.3284 9 20.5V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 15.875C16.6716 15.875 16 16.4626 16 17.1875C16 17.9124 16.6716 18.5 17.5 18.5C18.3284 18.5 19 19.0876 19 19.8125C19 20.5374 18.3284 21.125 17.5 21.125M17.5 15.875C18.1531 15.875 18.7087 16.2402 18.9146 16.75M17.5 15.875V15M17.5 21.125C16.8469 21.125 16.2913 20.7598 16.0854 20.25M17.5 21.125V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3.5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3.5C11.0608 3.5 7.52791 7.29323 6.97182 12.2037M12 3.5C12.9392 3.5 16.4721 7.29322 17.0282 12.2037M12 3.5C16.9367 3.5 21.0545 6.93552 22 11.5C20.6123 12.7 18.1073 12.4691 17.0282 12.2037M12 3.5C7.06333 3.5 2.94545 6.93552 2 11.5C3.38792 12.7 5.89285 12.4691 6.97182 12.2037M6.97182 12.2037C8.4559 13.0288 10.1718 13.5 12 13.5C13.8282 13.5 15.5441 13.0288 17.0282 12.2037%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.5V20.5C12 21.3284 11.3284 22 10.5 22C9.67157 22 9 21.3284 9 20.5V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 15.875C16.6716 15.875 16 16.4626 16 17.1875C16 17.9124 16.6716 18.5 17.5 18.5C18.3284 18.5 19 19.0876 19 19.8125C19 20.5374 18.3284 21.125 17.5 21.125M17.5 15.875C18.1531 15.875 18.7087 16.2402 18.9146 16.75M17.5 15.875V15M17.5 21.125C16.8469 21.125 16.2913 20.7598 16.0854 20.25M17.5 21.125V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-umbrella{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3.5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3.5C11.0608 3.5 7.52791 7.29323 6.97182 12.2037M12 3.5C12.9392 3.5 16.4721 7.29322 17.0282 12.2037M12 3.5C16.9367 3.5 21.0545 6.93552 22 11.5C20.6123 12.7 18.1073 12.4691 17.0282 12.2037M12 3.5C7.06333 3.5 2.94545 6.93552 2 11.5C3.38792 12.7 5.89285 12.4691 6.97182 12.2037M6.97182 12.2037C8.4559 13.0288 10.1718 13.5 12 13.5C13.8282 13.5 15.5441 13.0288 17.0282 12.2037%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.5V20.5C12 21.3284 11.3284 22 10.5 22C9.67157 22 9 21.3284 9 20.5V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3.5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3.5C11.0608 3.5 7.52791 7.29323 6.97182 12.2037M12 3.5C12.9392 3.5 16.4721 7.29322 17.0282 12.2037M12 3.5C16.9367 3.5 21.0545 6.93552 22 11.5C20.6123 12.7 18.1073 12.4691 17.0282 12.2037M12 3.5C7.06333 3.5 2.94545 6.93552 2 11.5C3.38792 12.7 5.89285 12.4691 6.97182 12.2037M6.97182 12.2037C8.4559 13.0288 10.1718 13.5 12 13.5C13.8282 13.5 15.5441 13.0288 17.0282 12.2037%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.5V20.5C12 21.3284 11.3284 22 10.5 22C9.67157 22 9 21.3284 9 20.5V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-vision{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 8.18677C2.60406 6.08705 2.91537 4.77792 3.84664 3.84664C4.77792 2.91537 6.08705 2.60406 8.18677 2.5M21.5 8.18677C21.3959 6.08705 21.0846 4.77792 20.1534 3.84664C19.2221 2.91537 17.9129 2.60406 15.8132 2.5M15.8132 21.5C17.9129 21.3959 19.2221 21.0846 20.1534 20.1534C21.0846 19.2221 21.3959 17.9129 21.5 15.8132M8.18676 21.5C6.08705 21.3959 4.77792 21.0846 3.84664 20.1534C2.91537 19.2221 2.60406 17.9129 2.5 15.8132%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.6352 11.3178C19.8784 11.6224 20 11.7746 20 12C20 12.2254 19.8784 12.3776 19.6352 12.6822C18.5423 14.0504 15.7514 17 12 17C8.24862 17 5.45768 14.0504 4.36483 12.6822C4.12161 12.3776 4 12.2254 4 12C4 11.7746 4.12161 11.6224 4.36483 11.3178C5.45768 9.9496 8.24862 7 12 7C15.7514 7 18.5423 9.9496 19.6352 11.3178Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 8.18677C2.60406 6.08705 2.91537 4.77792 3.84664 3.84664C4.77792 2.91537 6.08705 2.60406 8.18677 2.5M21.5 8.18677C21.3959 6.08705 21.0846 4.77792 20.1534 3.84664C19.2221 2.91537 17.9129 2.60406 15.8132 2.5M15.8132 21.5C17.9129 21.3959 19.2221 21.0846 20.1534 20.1534C21.0846 19.2221 21.3959 17.9129 21.5 15.8132M8.18676 21.5C6.08705 21.3959 4.77792 21.0846 3.84664 20.1534C2.91537 19.2221 2.60406 17.9129 2.5 15.8132%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.6352 11.3178C19.8784 11.6224 20 11.7746 20 12C20 12.2254 19.8784 12.3776 19.6352 12.6822C18.5423 14.0504 15.7514 17 12 17C8.24862 17 5.45768 14.0504 4.36483 12.6822C4.12161 12.3776 4 12.2254 4 12C4 11.7746 4.12161 11.6224 4.36483 11.3178C5.45768 9.9496 8.24862 7 12 7C15.7514 7 18.5423 9.9496 19.6352 11.3178Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-wallet-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 14C16 14.8284 16.6716 15.5 17.5 15.5C18.3284 15.5 19 14.8284 19 14C19 13.1716 18.3284 12.5 17.5 12.5C16.6716 12.5 16 13.1716 16 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 7H16C18.8284 7 20.2426 7 21.1213 7.87868C22 8.75736 22 10.1716 22 13V15C22 17.8284 22 19.2426 21.1213 20.1213C20.2426 21 18.8284 21 16 21H10C6.22876 21 4.34315 21 3.17157 19.8284C2 18.6569 2 16.7712 2 13V11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H14C14.93 3 15.395 3 15.7765 3.10222C16.8117 3.37962 17.6204 4.18827 17.8978 5.22354C18 5.60504 18 6.07003 18 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 14C16 14.8284 16.6716 15.5 17.5 15.5C18.3284 15.5 19 14.8284 19 14C19 13.1716 18.3284 12.5 17.5 12.5C16.6716 12.5 16 13.1716 16 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 7H16C18.8284 7 20.2426 7 21.1213 7.87868C22 8.75736 22 10.1716 22 13V15C22 17.8284 22 19.2426 21.1213 20.1213C20.2426 21 18.8284 21 16 21H10C6.22876 21 4.34315 21 3.17157 19.8284C2 18.6569 2 16.7712 2 13V11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H14C14.93 3 15.395 3 15.7765 3.10222C16.8117 3.37962 17.6204 4.18827 17.8978 5.22354C18 5.60504 18 6.07003 18 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-wallet-02-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 14C16 14.8284 16.6716 15.5 17.5 15.5C18.3284 15.5 19 14.8284 19 14C19 13.1716 18.3284 12.5 17.5 12.5C16.6716 12.5 16 13.1716 16 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.9 8C18.9656 7.67689 19 7.34247 19 7C19 4.23858 16.7614 2 14 2C11.2386 2 9 4.23858 9 7C9 7.34247 9.03443 7.67689 9.10002 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 7.99324H16C18.8284 7.99324 20.2426 7.99324 21.1213 8.87234C22 9.75145 22 11.1663 22 13.9961V15.9971C22 18.8269 22 20.2418 21.1213 21.1209C20.2426 22 18.8284 22 16 22H10C6.22876 22 4.34315 22 3.17157 20.8279C2 19.6557 2 17.7692 2 13.9961V11.9952C2 8.22211 2 6.33558 3.17157 5.16344C4.11466 4.2199 5.52043 4.03589 8 4H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 14C16 14.8284 16.6716 15.5 17.5 15.5C18.3284 15.5 19 14.8284 19 14C19 13.1716 18.3284 12.5 17.5 12.5C16.6716 12.5 16 13.1716 16 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.9 8C18.9656 7.67689 19 7.34247 19 7C19 4.23858 16.7614 2 14 2C11.2386 2 9 4.23858 9 7C9 7.34247 9.03443 7.67689 9.10002 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 7.99324H16C18.8284 7.99324 20.2426 7.99324 21.1213 8.87234C22 9.75145 22 11.1663 22 13.9961V15.9971C22 18.8269 22 20.2418 21.1213 21.1209C20.2426 22 18.8284 22 16 22H10C6.22876 22 4.34315 22 3.17157 20.8279C2 19.6557 2 17.7692 2 13.9961V11.9952C2 8.22211 2 6.33558 3.17157 5.16344C4.11466 4.2199 5.52043 4.03589 8 4H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-wallet-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 15C15 15.8284 15.6716 16.5 16.5 16.5C17.3284 16.5 18 15.8284 18 15C18 14.1716 17.3284 13.5 16.5 13.5C15.6716 13.5 15 14.1716 15 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.0038 7.80281C9.57619 7.42671 5.1047 6.62133 3 6V15.0614C3 17.0558 3 18.0531 3.61958 18.8663C4.23916 19.6796 5.08923 19.9093 6.78937 20.3687C9.53623 21.1109 12.4235 21.553 15.0106 21.8058C17.6919 22.0677 19.0325 22.1987 20.0163 21.2998C21 20.4008 21 18.9566 21 16.0683V14.0546C21 11.2497 21 9.8473 20.1929 8.97688C19.3859 8.10646 17.9252 8.00525 15.0038 7.80281Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6258 8C18.0035 6.57673 18.3453 3.98822 17.327 2.70292C16.6816 1.88827 15.7223 1.96654 14.7818 2.04926C9.83791 2.48406 6.34544 3.36731 4.39301 3.96737C3.55348 4.2254 3 5.04522 3 5.96044%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 15C15 15.8284 15.6716 16.5 16.5 16.5C17.3284 16.5 18 15.8284 18 15C18 14.1716 17.3284 13.5 16.5 13.5C15.6716 13.5 15 14.1716 15 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.0038 7.80281C9.57619 7.42671 5.1047 6.62133 3 6V15.0614C3 17.0558 3 18.0531 3.61958 18.8663C4.23916 19.6796 5.08923 19.9093 6.78937 20.3687C9.53623 21.1109 12.4235 21.553 15.0106 21.8058C17.6919 22.0677 19.0325 22.1987 20.0163 21.2998C21 20.4008 21 18.9566 21 16.0683V14.0546C21 11.2497 21 9.8473 20.1929 8.97688C19.3859 8.10646 17.9252 8.00525 15.0038 7.80281Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6258 8C18.0035 6.57673 18.3453 3.98822 17.327 2.70292C16.6816 1.88827 15.7223 1.96654 14.7818 2.04926C9.83791 2.48406 6.34544 3.36731 4.39301 3.96737C3.55348 4.2254 3 5.04522 3 5.96044%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-wallet-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.002 13.5C16.002 14.3284 16.6735 15 17.502 15C18.3304 15 19.002 14.3284 19.002 13.5C19.002 12.6716 18.3304 12 17.502 12C16.6735 12 16.002 12.6716 16.002 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.00195 11C2.00195 7.22876 2.00195 5.34315 3.17353 4.17157C4.3451 3 6.23072 3 10.002 3H14.002C14.9319 3 15.3969 3 15.7784 3.10222C16.8137 3.37962 17.6223 4.18827 17.8997 5.22354C18.002 5.60504 18.002 6.07003 18.002 7M10.002 7H16.002C18.8304 7 20.2446 7 21.1233 7.87868C22.002 8.75736 22.002 10.1716 22.002 13V15C22.002 17.8284 22.002 19.2426 21.1233 20.1213C20.2446 21 18.8304 21 16.002 21H12.5005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 17H6M6 17H2M6 17V21M6 17L6 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.002 13.5C16.002 14.3284 16.6735 15 17.502 15C18.3304 15 19.002 14.3284 19.002 13.5C19.002 12.6716 18.3304 12 17.502 12C16.6735 12 16.002 12.6716 16.002 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.00195 11C2.00195 7.22876 2.00195 5.34315 3.17353 4.17157C4.3451 3 6.23072 3 10.002 3H14.002C14.9319 3 15.3969 3 15.7784 3.10222C16.8137 3.37962 17.6223 4.18827 17.8997 5.22354C18.002 5.60504 18.002 6.07003 18.002 7M10.002 7H16.002C18.8304 7 20.2446 7 21.1233 7.87868C22.002 8.75736 22.002 10.1716 22.002 13V15C22.002 17.8284 22.002 19.2426 21.1233 20.1213C20.2446 21 18.8304 21 16.002 21H12.5005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 17H6M6 17H2M6 17V21M6 17L6 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-wallet-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 15C15 15.8284 15.6716 16.5 16.5 16.5C17.3284 16.5 18 15.8284 18 15C18 14.1716 17.3284 13.5 16.5 13.5C15.6716 13.5 15 14.1716 15 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 12V6C5.1047 6.62133 9.57619 7.42671 15.0038 7.80281C17.9252 8.00525 19.3859 8.10646 20.1929 8.97688C21 9.8473 21 11.2497 21 14.0546V16.0683C21 18.9566 21 20.4008 20.0163 21.2998C19.0325 22.1987 17.6919 22.0677 15.0106 21.8058C14.3572 21.7419 13.6846 21.666 13 21.5762%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6258 8C18.0035 6.57673 18.3453 3.98822 17.327 2.70292C16.6816 1.88827 15.7223 1.96654 14.7818 2.04926C9.83791 2.48406 6.34544 3.36731 4.39301 3.96737C3.55348 4.2254 3 5.04522 3 5.96044%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18H7M7 18H3M7 18V22M7 18L7 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 15C15 15.8284 15.6716 16.5 16.5 16.5C17.3284 16.5 18 15.8284 18 15C18 14.1716 17.3284 13.5 16.5 13.5C15.6716 13.5 15 14.1716 15 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 12V6C5.1047 6.62133 9.57619 7.42671 15.0038 7.80281C17.9252 8.00525 19.3859 8.10646 20.1929 8.97688C21 9.8473 21 11.2497 21 14.0546V16.0683C21 18.9566 21 20.4008 20.0163 21.2998C19.0325 22.1987 17.6919 22.0677 15.0106 21.8058C14.3572 21.7419 13.6846 21.666 13 21.5762%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6258 8C18.0035 6.57673 18.3453 3.98822 17.327 2.70292C16.6816 1.88827 15.7223 1.96654 14.7818 2.04926C9.83791 2.48406 6.34544 3.36731 4.39301 3.96737C3.55348 4.2254 3 5.04522 3 5.96044%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18H7M7 18H3M7 18V22M7 18L7 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-wallet-done-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 19C2 19 3 19 4 21C4 21 7.17647 16 10 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 21H16C18.8284 21 20.2426 21 21.1213 20.1213C22 19.2426 22 17.8284 22 15V13C22 10.1716 22 8.75736 21.1213 7.87868C20.2426 7 18.8284 7 16 7H10M2 15V11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H14C14.93 3 15.395 3 15.7765 3.10222C16.8117 3.37962 17.6204 4.18827 17.8978 5.22354C18 5.60504 18 6.07003 18 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13.5C16 14.3284 16.6716 15 17.5 15C18.3284 15 19 14.3284 19 13.5C19 12.6716 18.3284 12 17.5 12C16.6716 12 16 12.6716 16 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 19C2 19 3 19 4 21C4 21 7.17647 16 10 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 21H16C18.8284 21 20.2426 21 21.1213 20.1213C22 19.2426 22 17.8284 22 15V13C22 10.1716 22 8.75736 21.1213 7.87868C20.2426 7 18.8284 7 16 7H10M2 15V11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H14C14.93 3 15.395 3 15.7765 3.10222C16.8117 3.37962 17.6204 4.18827 17.8978 5.22354C18 5.60504 18 6.07003 18 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13.5C16 14.3284 16.6716 15 17.5 15C18.3284 15 19 14.3284 19 13.5C19 12.6716 18.3284 12 17.5 12C16.6716 12 16 12.6716 16 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-wallet-done-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 15.0614V6C5.1047 6.62133 9.57619 7.42671 15.0038 7.80281C17.9252 8.00525 19.3859 8.10646 20.1929 8.97688C21 9.8473 21 11.2497 21 14.0546V16.0683C21 18.9566 21 20.4008 20.0163 21.2998C19.0325 22.1987 17.6919 22.0677 15.0106 21.8058C13.7295 21.6806 12.3748 21.509 11 21.2775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6258 8C18.0035 6.57673 18.3453 3.98822 17.327 2.70292C16.6816 1.88827 15.7223 1.96654 14.7818 2.04926C9.83791 2.48406 6.34544 3.36731 4.39301 3.96737C3.55348 4.2254 3 5.04522 3 5.96044%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15C15 15.8284 15.6716 16.5 16.5 16.5C17.3284 16.5 18 15.8284 18 15C18 14.1716 17.3284 13.5 16.5 13.5C15.6716 13.5 15 14.1716 15 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 19C3 19 4 19 5 21C5 21 8.17647 16 11 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 15.0614V6C5.1047 6.62133 9.57619 7.42671 15.0038 7.80281C17.9252 8.00525 19.3859 8.10646 20.1929 8.97688C21 9.8473 21 11.2497 21 14.0546V16.0683C21 18.9566 21 20.4008 20.0163 21.2998C19.0325 22.1987 17.6919 22.0677 15.0106 21.8058C13.7295 21.6806 12.3748 21.509 11 21.2775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6258 8C18.0035 6.57673 18.3453 3.98822 17.327 2.70292C16.6816 1.88827 15.7223 1.96654 14.7818 2.04926C9.83791 2.48406 6.34544 3.36731 4.39301 3.96737C3.55348 4.2254 3 5.04522 3 5.96044%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15C15 15.8284 15.6716 16.5 16.5 16.5C17.3284 16.5 18 15.8284 18 15C18 14.1716 17.3284 13.5 16.5 13.5C15.6716 13.5 15 14.1716 15 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 19C3 19 4 19 5 21C5 21 8.17647 16 11 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-wallet-not-found-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.47022 4C3.35691 4.08553 3.24988 4.17937 3.14831 4.28231C2 5.44617 2 7.31938 2 11.0658V13.0526C2 16.7991 2 18.6723 3.14831 19.8361C4.29663 21 6.14481 21 9.84118 21H15.7221C17.8139 21 19.1166 21 20 20.625%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.8651 14.5C18.952 14.2848 19 14.0483 19 13.8C19 12.8059 18.2304 12 17.2811 12C16.9999 12 16.7345 12.0707 16.5001 12.1961%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 7C18 6.07003 18 5.60504 17.8978 5.22354C17.6204 4.18827 16.8118 3.37962 15.7765 3.10222C15.395 3 14.93 3 14 3H10C9.05436 3 8.22726 3 7.50024 3.01847M11.2427 7H16C18.8285 7 20.2427 7 21.1214 7.87868C22 8.75736 22 10.1716 22 13V15C22 15.9959 22 16.8164 21.9617 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.47022 4C3.35691 4.08553 3.24988 4.17937 3.14831 4.28231C2 5.44617 2 7.31938 2 11.0658V13.0526C2 16.7991 2 18.6723 3.14831 19.8361C4.29663 21 6.14481 21 9.84118 21H15.7221C17.8139 21 19.1166 21 20 20.625%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.8651 14.5C18.952 14.2848 19 14.0483 19 13.8C19 12.8059 18.2304 12 17.2811 12C16.9999 12 16.7345 12.0707 16.5001 12.1961%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 7C18 6.07003 18 5.60504 17.8978 5.22354C17.6204 4.18827 16.8118 3.37962 15.7765 3.10222C15.395 3 14.93 3 14 3H10C9.05436 3 8.22726 3 7.50024 3.01847M11.2427 7H16C18.8285 7 20.2427 7 21.1214 7.87868C22 8.75736 22 10.1716 22 13V15C22 15.9959 22 16.8164 21.9617 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-wallet-not-found-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.78937 6.833C5.17978 6.55311 3.88205 6.26039 3 6V15.0614C3 17.0558 3 18.0531 3.61958 18.8663C4.23916 19.6796 5.08923 19.9093 6.78937 20.3687C9.53623 21.1109 12.4235 21.553 15.0106 21.8058C17.6919 22.0677 19.0325 22.1987 20.0163 21.2998C20.2149 21.1182 20.3735 20.9144 20.5 20.681%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7.5C12.2539 7.64451 13.5967 7.70543 15.0038 7.80293C17.9252 8.00537 19.3859 8.10658 20.1929 8.977C21 9.84742 21 11.2499 21 14.0547V16.0684C21 16.3972 21 16.7073 20.9985 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 6C3 5.16216 3.38491 4.39699 4 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6264 8C18.0035 6.57668 18.3447 3.98809 17.3281 2.70275C16.685 1.8895 15.7281 1.96617 14.7873 2.04906C11.5661 2.33285 8.96217 2.80766 7 3.2701%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.78937 6.833C5.17978 6.55311 3.88205 6.26039 3 6V15.0614C3 17.0558 3 18.0531 3.61958 18.8663C4.23916 19.6796 5.08923 19.9093 6.78937 20.3687C9.53623 21.1109 12.4235 21.553 15.0106 21.8058C17.6919 22.0677 19.0325 22.1987 20.0163 21.2998C20.2149 21.1182 20.3735 20.9144 20.5 20.681%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7.5C12.2539 7.64451 13.5967 7.70543 15.0038 7.80293C17.9252 8.00537 19.3859 8.10658 20.1929 8.977C21 9.84742 21 11.2499 21 14.0547V16.0684C21 16.3972 21 16.7073 20.9985 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 6C3 5.16216 3.38491 4.39699 4 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6264 8C18.0035 6.57668 18.3447 3.98809 17.3281 2.70275C16.685 1.8895 15.7281 1.96617 14.7873 2.04906C11.5661 2.33285 8.96217 2.80766 7 3.2701%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-wallet-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.002 13.5C16.002 14.3284 16.6735 15 17.502 15C18.3304 15 19.002 14.3284 19.002 13.5C19.002 12.6716 18.3304 12 17.502 12C16.6735 12 16.002 12.6716 16.002 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 15L3 22M10 22L3 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.002 7H16.002C18.8304 7 20.2446 7 21.1233 7.87868C22.002 8.75736 22.002 10.1716 22.002 13V15C22.002 17.8284 22.002 19.2426 21.1233 20.1213C20.2446 21 18.8304 21 16.002 21H13.501M18.002 7C18.002 6.07003 18.002 5.60504 17.8997 5.22354C17.6223 4.18827 16.8137 3.37962 15.7784 3.10222C15.3969 3 14.9319 3 14.002 3H10.002C6.23072 3 4.3451 3 3.17353 4.17157C2.00195 5.34315 2.00195 7.22876 2.00195 11V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.002 13.5C16.002 14.3284 16.6735 15 17.502 15C18.3304 15 19.002 14.3284 19.002 13.5C19.002 12.6716 18.3304 12 17.502 12C16.6735 12 16.002 12.6716 16.002 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 15L3 22M10 22L3 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.002 7H16.002C18.8304 7 20.2446 7 21.1233 7.87868C22.002 8.75736 22.002 10.1716 22.002 13V15C22.002 17.8284 22.002 19.2426 21.1233 20.1213C20.2446 21 18.8304 21 16.002 21H13.501M18.002 7C18.002 6.07003 18.002 5.60504 17.8997 5.22354C17.6223 4.18827 16.8137 3.37962 15.7784 3.10222C15.3969 3 14.9319 3 14.002 3H10.002C6.23072 3 4.3451 3 3.17353 4.17157C2.00195 5.34315 2.00195 7.22876 2.00195 11V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-wallet-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 16L4 22M10 22L4 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15C15 15.8284 15.6716 16.5 16.5 16.5C17.3284 16.5 18 15.8284 18 15C18 14.1716 17.3284 13.5 16.5 13.5C15.6716 13.5 15 14.1716 15 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 12.5V6C5.1047 6.62133 9.57619 7.42671 15.0038 7.80281C17.9252 8.00525 19.3859 8.10646 20.1929 8.97688C21 9.8473 21 11.2497 21 14.0546V16.0683C21 18.9566 21 20.4008 20.0163 21.2998C19.0325 22.1987 17.6919 22.0677 15.0106 21.8058C14.3572 21.7419 13.6846 21.666 13 21.5762%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6258 8C18.0035 6.57673 18.3453 3.98822 17.327 2.70292C16.6816 1.88827 15.7223 1.96654 14.7818 2.04926C9.83791 2.48406 6.34544 3.36731 4.39301 3.96737C3.55348 4.2254 3 5.04522 3 5.96044%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 16L4 22M10 22L4 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15C15 15.8284 15.6716 16.5 16.5 16.5C17.3284 16.5 18 15.8284 18 15C18 14.1716 17.3284 13.5 16.5 13.5C15.6716 13.5 15 14.1716 15 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 12.5V6C5.1047 6.62133 9.57619 7.42671 15.0038 7.80281C17.9252 8.00525 19.3859 8.10646 20.1929 8.97688C21 9.8473 21 11.2497 21 14.0546V16.0683C21 18.9566 21 20.4008 20.0163 21.2998C19.0325 22.1987 17.6919 22.0677 15.0106 21.8058C14.3572 21.7419 13.6846 21.666 13 21.5762%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6258 8C18.0035 6.57673 18.3453 3.98822 17.327 2.70292C16.6816 1.88827 15.7223 1.96654 14.7818 2.04926C9.83791 2.48406 6.34544 3.36731 4.39301 3.96737C3.55348 4.2254 3 5.04522 3 5.96044%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-waterfall-down-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 18L20 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 15L16 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L12 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10L8 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10L4 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 18L20 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 15L16 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L12 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10L8 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10L4 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-waterfall-down-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 17L20 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14L16 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11L8 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21H10C6.70017 21 5.05025 21 4.02513 19.9749C3 18.9497 3 17.2998 3 14V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 17L20 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14L16 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11L8 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-waterfall-up-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 17L8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 9L16 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 10L20 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 3V14C3 17.2998 3 18.9497 4.02513 19.9749C5.05025 21 6.70017 21 10 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 17L8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 9L16 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 10L20 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 3V14C3 17.2998 3 18.9497 4.02513 19.9749C5.05025 21 6.70017 21 10 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-waterfall-up-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 18L4 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14L8 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 11L16 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 5L20 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 18L4 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14L8 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 11L16 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 5L20 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-work-alert{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0065 21H9.60546C6.02021 21 4.22759 21 3.11379 19.865C2 18.7301 2 16.9034 2 13.25C2 9.59661 2 7.76992 3.11379 6.63496C4.22759 5.5 6.02021 5.5 9.60546 5.5H13.4082C16.9934 5.5 18.7861 5.5 19.8999 6.63496C20.7568 7.50819 20.9544 8.7909 21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 19.525H17.5081M17.5088 17.5V15.475M22 17.5C22 19.9853 19.9853 22 17.5 22C15.0147 22 13 19.9853 13 17.5C13 15.0147 15.0147 13 17.5 13C19.9853 13 22 15.0147 22 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 5.5L15.9007 5.19094C15.4056 3.65089 15.1581 2.88087 14.5689 2.44043C13.9796 2 13.197 2 11.6316 2H11.3684C9.80304 2 9.02036 2 8.43111 2.44043C7.84186 2.88087 7.59436 3.65089 7.09934 5.19094L7 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0065 21H9.60546C6.02021 21 4.22759 21 3.11379 19.865C2 18.7301 2 16.9034 2 13.25C2 9.59661 2 7.76992 3.11379 6.63496C4.22759 5.5 6.02021 5.5 9.60546 5.5H13.4082C16.9934 5.5 18.7861 5.5 19.8999 6.63496C20.7568 7.50819 20.9544 8.7909 21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 19.525H17.5081M17.5088 17.5V15.475M22 17.5C22 19.9853 19.9853 22 17.5 22C15.0147 22 13 19.9853 13 17.5C13 15.0147 15.0147 13 17.5 13C19.9853 13 22 15.0147 22 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 5.5L15.9007 5.19094C15.4056 3.65089 15.1581 2.88087 14.5689 2.44043C13.9796 2 13.197 2 11.6316 2H11.3684C9.80304 2 9.02036 2 8.43111 2.44043C7.84186 2.88087 7.59436 3.65089 7.09934 5.19094L7 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-work-history{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0065 21H9.60546C6.02021 21 4.22759 21 3.11379 19.865C2 18.7301 2 16.9034 2 13.25C2 9.59661 2 7.76992 3.11379 6.63496C4.22759 5.5 6.02021 5.5 9.60546 5.5H13.4082C16.9934 5.5 18.7861 5.5 19.8999 6.63496C20.7568 7.50819 20.9544 8.7909 21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.85 18.85L17.5 17.95V15.7M13 17.5C13 19.9853 15.0147 22 17.5 22C19.9853 22 22 19.9853 22 17.5C22 15.0147 19.9853 13 17.5 13C15.0147 13 13 15.0147 13 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 5.5L15.9007 5.19094C15.4056 3.65089 15.1581 2.88087 14.5689 2.44043C13.9796 2 13.197 2 11.6316 2H11.3684C9.80304 2 9.02036 2 8.43111 2.44043C7.84186 2.88087 7.59436 3.65089 7.09934 5.19094L7 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0065 21H9.60546C6.02021 21 4.22759 21 3.11379 19.865C2 18.7301 2 16.9034 2 13.25C2 9.59661 2 7.76992 3.11379 6.63496C4.22759 5.5 6.02021 5.5 9.60546 5.5H13.4082C16.9934 5.5 18.7861 5.5 19.8999 6.63496C20.7568 7.50819 20.9544 8.7909 21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.85 18.85L17.5 17.95V15.7M13 17.5C13 19.9853 15.0147 22 17.5 22C19.9853 22 22 19.9853 22 17.5C22 15.0147 19.9853 13 17.5 13C15.0147 13 13 15.0147 13 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 5.5L15.9007 5.19094C15.4056 3.65089 15.1581 2.88087 14.5689 2.44043C13.9796 2 13.197 2 11.6316 2H11.3684C9.80304 2 9.02036 2 8.43111 2.44043C7.84186 2.88087 7.59436 3.65089 7.09934 5.19094L7 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-work-update{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0065 21H9.60546C6.02021 21 4.22759 21 3.11379 19.865C2 18.7301 2 16.9034 2 13.25C2 9.59661 2 7.76992 3.11379 6.63496C4.22759 5.5 6.02021 5.5 9.60546 5.5H13.4082C16.9934 5.5 18.7861 5.5 19.8999 6.63496C20.7568 7.50819 20.9544 8.7909 21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 22C19.9853 22 22 19.9853 22 17.5C22 15.0147 19.9853 13 17.5 13C15.0147 13 13 15.0147 13 17.5C13 19.9853 15.0147 22 17.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 18L18.9142 18.5541C18.2475 19.1847 17.9142 19.5 17.5 19.5M15.5 18L16.0858 18.5541C16.7525 19.1847 17.0858 19.5 17.5 19.5M17.5 19.5V15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 5.5L15.9007 5.19094C15.4056 3.65089 15.1581 2.88087 14.5689 2.44043C13.9796 2 13.197 2 11.6316 2H11.3684C9.80304 2 9.02036 2 8.43111 2.44043C7.84186 2.88087 7.59436 3.65089 7.09934 5.19094L7 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0065 21H9.60546C6.02021 21 4.22759 21 3.11379 19.865C2 18.7301 2 16.9034 2 13.25C2 9.59661 2 7.76992 3.11379 6.63496C4.22759 5.5 6.02021 5.5 9.60546 5.5H13.4082C16.9934 5.5 18.7861 5.5 19.8999 6.63496C20.7568 7.50819 20.9544 8.7909 21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 22C19.9853 22 22 19.9853 22 17.5C22 15.0147 19.9853 13 17.5 13C15.0147 13 13 15.0147 13 17.5C13 19.9853 15.0147 22 17.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 18L18.9142 18.5541C18.2475 19.1847 17.9142 19.5 17.5 19.5M15.5 18L16.0858 18.5541C16.7525 19.1847 17.0858 19.5 17.5 19.5M17.5 19.5V15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 5.5L15.9007 5.19094C15.4056 3.65089 15.1581 2.88087 14.5689 2.44043C13.9796 2 13.197 2 11.6316 2H11.3684C9.80304 2 9.02036 2 8.43111 2.44043C7.84186 2.88087 7.59436 3.65089 7.09934 5.19094L7 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-yen-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 7.5C9.2 8.41667 10.08 10.5 12 11.5M12 11.5C13.92 10.5 14.8 8.41667 15 7.5M12 11.5V16.5M14.5 13.5H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 7.5C9.2 8.41667 10.08 10.5 12 11.5M12 11.5C13.92 10.5 14.8 8.41667 15 7.5M12 11.5V16.5M14.5 13.5H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-yen-receive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3.5C2.36667 5.03909 3.98 8.53704 7.5 10.216M7.5 10.216C11.02 8.53704 12.6333 5.03909 13 3.5M7.5 10.216V20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 13.5H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17.5H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 13H22M14.5 13C14.5 13.7002 16.4943 15.0085 17 15.5M14.5 13C14.5 12.2998 16.4943 10.9915 17 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3.5C2.36667 5.03909 3.98 8.53704 7.5 10.216M7.5 10.216C11.02 8.53704 12.6333 5.03909 13 3.5M7.5 10.216V20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 13.5H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17.5H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 13H22M14.5 13C14.5 13.7002 16.4943 15.0085 17 15.5M14.5 13C14.5 12.2998 16.4943 10.9915 17 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-yen-send{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3.5C2.36667 5.03909 3.98 8.53704 7.5 10.216M7.5 10.216C11.02 8.53704 12.6333 5.03909 13 3.5M7.5 10.216V20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 13.5H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17.5H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13H14.5M22 13C22 13.7002 20.0057 15.0085 19.5 15.5M22 13C22 12.2998 20.0057 10.9915 19.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3.5C2.36667 5.03909 3.98 8.53704 7.5 10.216M7.5 10.216C11.02 8.53704 12.6333 5.03909 13 3.5M7.5 10.216V20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 13.5H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17.5H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13H14.5M22 13C22 13.7002 20.0057 15.0085 19.5 15.5M22 13C22 12.2998 20.0057 10.9915 19.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-yen-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.77027 2.5 5.6554 3.69797 4.25276C3.86808 4.05358 4.05358 3.86808 4.25276 3.69797C5.6554 2.5 7.77027 2.5 12 2.5C16.2297 2.5 18.3446 2.5 19.7472 3.69797C19.9464 3.86808 20.1319 4.05358 20.302 4.25276C21.5 5.6554 21.5 7.77027 21.5 12C21.5 16.2297 21.5 18.3446 20.302 19.7472C20.1319 19.9464 19.9464 20.1319 19.7472 20.302C18.3446 21.5 16.2297 21.5 12 21.5C7.77027 21.5 5.6554 21.5 4.25276 20.302C4.05358 20.1319 3.86808 19.9464 3.69797 19.7472C2.5 18.3446 2.5 16.2297 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 7.5C9.2 8.41667 10.08 10.5 12 11.5M12 11.5C13.92 10.5 14.8 8.41667 15 7.5M12 11.5V16.5M14.5 13.5H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.77027 2.5 5.6554 3.69797 4.25276C3.86808 4.05358 4.05358 3.86808 4.25276 3.69797C5.6554 2.5 7.77027 2.5 12 2.5C16.2297 2.5 18.3446 2.5 19.7472 3.69797C19.9464 3.86808 20.1319 4.05358 20.302 4.25276C21.5 5.6554 21.5 7.77027 21.5 12C21.5 16.2297 21.5 18.3446 20.302 19.7472C20.1319 19.9464 19.9464 20.1319 19.7472 20.302C18.3446 21.5 16.2297 21.5 12 21.5C7.77027 21.5 5.6554 21.5 4.25276 20.302C4.05358 20.1319 3.86808 19.9464 3.69797 19.7472C2.5 18.3446 2.5 16.2297 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 7.5C9.2 8.41667 10.08 10.5 12 11.5M12 11.5C13.92 10.5 14.8 8.41667 15 7.5M12 11.5V16.5M14.5 13.5H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-business-icons-yen{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 3C5.46667 4.73148 7.52 8.66667 12 10.5556M12 10.5556C16.48 8.66667 18.5333 4.73148 19 3M12 10.5556V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.16602 13H17.8327%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.16602 17H17.8327%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 3C5.46667 4.73148 7.52 8.66667 12 10.5556M12 10.5556C16.48 8.66667 18.5333 4.73148 19 3M12 10.5556V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.16602 13H17.8327%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.16602 17H17.8327%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-checkmark-badge-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9905 19H19M18.9905 19C18.3678 19.6175 17.2393 19.4637 16.4479 19.4637C15.4765 19.4637 15.0087 19.6537 14.3154 20.347C13.7251 20.9374 12.9337 22 12 22C11.0663 22 10.2749 20.9374 9.68457 20.347C8.99128 19.6537 8.52349 19.4637 7.55206 19.4637C6.76068 19.4637 5.63218 19.6175 5.00949 19C4.38181 18.3776 4.53628 17.2444 4.53628 16.4479C4.53628 15.4414 4.31616 14.9786 3.59938 14.2618C2.53314 13.1956 2.00002 12.6624 2 12C2.00001 11.3375 2.53312 10.8044 3.59935 9.73817C4.2392 9.09832 4.53628 8.46428 4.53628 7.55206C4.53628 6.76065 4.38249 5.63214 5 5.00944C5.62243 4.38178 6.7556 4.53626 7.55208 4.53626C8.46427 4.53626 9.09832 4.2392 9.73815 3.59937C10.8044 2.53312 11.3375 2 12 2C12.6625 2 13.1956 2.53312 14.2618 3.59937C14.9015 4.23907 15.5355 4.53626 16.4479 4.53626C17.2393 4.53626 18.3679 4.38247 18.9906 5C19.6182 5.62243 19.4637 6.75559 19.4637 7.55206C19.4637 8.55858 19.6839 9.02137 20.4006 9.73817C21.4669 10.8044 22 11.3375 22 12C22 12.6624 21.4669 13.1956 20.4006 14.2618C19.6838 14.9786 19.4637 15.4414 19.4637 16.4479C19.4637 17.2444 19.6182 18.3776 18.9905 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 12.8929C9 12.8929 10.2 13.5447 10.8 14.5C10.8 14.5 12.6 10.75 15 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9905 19H19M18.9905 19C18.3678 19.6175 17.2393 19.4637 16.4479 19.4637C15.4765 19.4637 15.0087 19.6537 14.3154 20.347C13.7251 20.9374 12.9337 22 12 22C11.0663 22 10.2749 20.9374 9.68457 20.347C8.99128 19.6537 8.52349 19.4637 7.55206 19.4637C6.76068 19.4637 5.63218 19.6175 5.00949 19C4.38181 18.3776 4.53628 17.2444 4.53628 16.4479C4.53628 15.4414 4.31616 14.9786 3.59938 14.2618C2.53314 13.1956 2.00002 12.6624 2 12C2.00001 11.3375 2.53312 10.8044 3.59935 9.73817C4.2392 9.09832 4.53628 8.46428 4.53628 7.55206C4.53628 6.76065 4.38249 5.63214 5 5.00944C5.62243 4.38178 6.7556 4.53626 7.55208 4.53626C8.46427 4.53626 9.09832 4.2392 9.73815 3.59937C10.8044 2.53312 11.3375 2 12 2C12.6625 2 13.1956 2.53312 14.2618 3.59937C14.9015 4.23907 15.5355 4.53626 16.4479 4.53626C17.2393 4.53626 18.3679 4.38247 18.9906 5C19.6182 5.62243 19.4637 6.75559 19.4637 7.55206C19.4637 8.55858 19.6839 9.02137 20.4006 9.73817C21.4669 10.8044 22 11.3375 22 12C22 12.6624 21.4669 13.1956 20.4006 14.2618C19.6838 14.9786 19.4637 15.4414 19.4637 16.4479C19.4637 17.2444 19.6182 18.3776 18.9905 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 12.8929C9 12.8929 10.2 13.5447 10.8 14.5C10.8 14.5 12.6 10.75 15 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-checkmark-badge-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9905 19H19M18.9905 19C18.3678 19.6175 17.2393 19.4637 16.4479 19.4637C15.4765 19.4637 15.0087 19.6537 14.3154 20.347C13.7251 20.9374 12.9337 22 12 22C11.0663 22 10.2749 20.9374 9.68457 20.347C8.99128 19.6537 8.52349 19.4637 7.55206 19.4637C6.76068 19.4637 5.63218 19.6175 5.00949 19C4.38181 18.3776 4.53628 17.2444 4.53628 16.4479C4.53628 15.4414 4.31616 14.9786 3.59938 14.2618C2.53314 13.1956 2.00002 12.6624 2 12C2.00001 11.3375 2.53312 10.8044 3.59935 9.73817C4.2392 9.09832 4.53628 8.46428 4.53628 7.55206C4.53628 6.76065 4.38249 5.63214 5 5.00944C5.62243 4.38178 6.7556 4.53626 7.55208 4.53626C8.46427 4.53626 9.09832 4.2392 9.73815 3.59937C10.8044 2.53312 11.3375 2 12 2C12.6625 2 13.1956 2.53312 14.2618 3.59937C14.9015 4.23907 15.5355 4.53626 16.4479 4.53626C17.2393 4.53626 18.3679 4.38247 18.9906 5C19.6182 5.62243 19.4637 6.75559 19.4637 7.55206C19.4637 8.55858 19.6839 9.02137 20.4006 9.73817C21.4669 10.8044 22 11.3375 22 12C22 12.6624 21.4669 13.1956 20.4006 14.2618C19.6838 14.9786 19.4637 15.4414 19.4637 16.4479C19.4637 17.2444 19.6182 18.3776 18.9905 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 12.8929L10.8 14.5L15 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9905 19H19M18.9905 19C18.3678 19.6175 17.2393 19.4637 16.4479 19.4637C15.4765 19.4637 15.0087 19.6537 14.3154 20.347C13.7251 20.9374 12.9337 22 12 22C11.0663 22 10.2749 20.9374 9.68457 20.347C8.99128 19.6537 8.52349 19.4637 7.55206 19.4637C6.76068 19.4637 5.63218 19.6175 5.00949 19C4.38181 18.3776 4.53628 17.2444 4.53628 16.4479C4.53628 15.4414 4.31616 14.9786 3.59938 14.2618C2.53314 13.1956 2.00002 12.6624 2 12C2.00001 11.3375 2.53312 10.8044 3.59935 9.73817C4.2392 9.09832 4.53628 8.46428 4.53628 7.55206C4.53628 6.76065 4.38249 5.63214 5 5.00944C5.62243 4.38178 6.7556 4.53626 7.55208 4.53626C8.46427 4.53626 9.09832 4.2392 9.73815 3.59937C10.8044 2.53312 11.3375 2 12 2C12.6625 2 13.1956 2.53312 14.2618 3.59937C14.9015 4.23907 15.5355 4.53626 16.4479 4.53626C17.2393 4.53626 18.3679 4.38247 18.9906 5C19.6182 5.62243 19.4637 6.75559 19.4637 7.55206C19.4637 8.55858 19.6839 9.02137 20.4006 9.73817C21.4669 10.8044 22 11.3375 22 12C22 12.6624 21.4669 13.1956 20.4006 14.2618C19.6838 14.9786 19.4637 15.4414 19.4637 16.4479C19.4637 17.2444 19.6182 18.3776 18.9905 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 12.8929L10.8 14.5L15 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-checkmark-badge-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.2618 3.59937C13.1956 2.53312 12.6625 2 12 2C11.3375 2 10.8044 2.53312 9.73815 3.59937C9.09832 4.2392 8.46427 4.53626 7.55208 4.53626C6.7556 4.53626 5.62243 4.38178 5 5.00944C4.38249 5.63214 4.53628 6.76065 4.53628 7.55206C4.53628 8.46428 4.2392 9.09832 3.59935 9.73817C2.53312 10.8044 2.00001 11.3375 2 12C2.00002 12.6624 2.53314 13.1956 3.59938 14.2618C4.31616 14.9786 4.53628 15.4414 4.53628 16.4479C4.53628 17.2444 4.38181 18.3776 5.00949 19C5.63218 19.6175 6.76068 19.4637 7.55206 19.4637C8.52349 19.4637 8.99128 19.6537 9.68457 20.347C10.2749 20.9374 11.0663 22 12 22C12.9337 22 13.7251 20.9374 14.3154 20.347C15.0087 19.6537 15.4765 19.4637 16.4479 19.4637C17.2393 19.4637 18.3678 19.6175 18.9905 19M20.4006 9.73817C21.4669 10.8044 22 11.3375 22 12C22 12.6624 21.4669 13.1956 20.4006 14.2618C19.6838 14.9786 19.4637 15.4414 19.4637 16.4479C19.4637 17.2444 19.6182 18.3776 18.9905 19M18.9905 19H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10.3077C8 10.3077 10.25 10 12 14C12 14 17.0588 4 22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.2618 3.59937C13.1956 2.53312 12.6625 2 12 2C11.3375 2 10.8044 2.53312 9.73815 3.59937C9.09832 4.2392 8.46427 4.53626 7.55208 4.53626C6.7556 4.53626 5.62243 4.38178 5 5.00944C4.38249 5.63214 4.53628 6.76065 4.53628 7.55206C4.53628 8.46428 4.2392 9.09832 3.59935 9.73817C2.53312 10.8044 2.00001 11.3375 2 12C2.00002 12.6624 2.53314 13.1956 3.59938 14.2618C4.31616 14.9786 4.53628 15.4414 4.53628 16.4479C4.53628 17.2444 4.38181 18.3776 5.00949 19C5.63218 19.6175 6.76068 19.4637 7.55206 19.4637C8.52349 19.4637 8.99128 19.6537 9.68457 20.347C10.2749 20.9374 11.0663 22 12 22C12.9337 22 13.7251 20.9374 14.3154 20.347C15.0087 19.6537 15.4765 19.4637 16.4479 19.4637C17.2393 19.4637 18.3678 19.6175 18.9905 19M20.4006 9.73817C21.4669 10.8044 22 11.3375 22 12C22 12.6624 21.4669 13.1956 20.4006 14.2618C19.6838 14.9786 19.4637 15.4414 19.4637 16.4479C19.4637 17.2444 19.6182 18.3776 18.9905 19M18.9905 19H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10.3077C8 10.3077 10.25 10 12 14C12 14 17.0588 4 22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-checkmark-badge-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.2618 3.59937C13.1956 2.53312 12.6625 2 12 2C11.3375 2 10.8044 2.53312 9.73815 3.59937C9.09832 4.2392 8.46427 4.53626 7.55208 4.53626C6.7556 4.53626 5.62243 4.38178 5 5.00944C4.38249 5.63214 4.53628 6.76065 4.53628 7.55206C4.53628 8.46428 4.2392 9.09832 3.59935 9.73817C2.53312 10.8044 2.00001 11.3375 2 12C2.00002 12.6624 2.53314 13.1956 3.59938 14.2618C4.31616 14.9786 4.53628 15.4414 4.53628 16.4479C4.53628 17.2444 4.38181 18.3776 5.00949 19C5.63218 19.6175 6.76068 19.4637 7.55206 19.4637C8.52349 19.4637 8.99128 19.6537 9.68457 20.347C10.2749 20.9374 11.0663 22 12 22C12.9337 22 13.7251 20.9374 14.3154 20.347C15.0087 19.6537 15.4765 19.4637 16.4479 19.4637C17.2393 19.4637 18.3678 19.6175 18.9905 19M20.4006 9.73817C21.4669 10.8044 22 11.3375 22 12C22 12.6624 21.4669 13.1956 20.4006 14.2618C19.6838 14.9786 19.4637 15.4414 19.4637 16.4479C19.4637 17.2444 19.6182 18.3776 18.9905 19M18.9905 19H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 9.5L12 13L21.0002 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.2618 3.59937C13.1956 2.53312 12.6625 2 12 2C11.3375 2 10.8044 2.53312 9.73815 3.59937C9.09832 4.2392 8.46427 4.53626 7.55208 4.53626C6.7556 4.53626 5.62243 4.38178 5 5.00944C4.38249 5.63214 4.53628 6.76065 4.53628 7.55206C4.53628 8.46428 4.2392 9.09832 3.59935 9.73817C2.53312 10.8044 2.00001 11.3375 2 12C2.00002 12.6624 2.53314 13.1956 3.59938 14.2618C4.31616 14.9786 4.53628 15.4414 4.53628 16.4479C4.53628 17.2444 4.38181 18.3776 5.00949 19C5.63218 19.6175 6.76068 19.4637 7.55206 19.4637C8.52349 19.4637 8.99128 19.6537 9.68457 20.347C10.2749 20.9374 11.0663 22 12 22C12.9337 22 13.7251 20.9374 14.3154 20.347C15.0087 19.6537 15.4765 19.4637 16.4479 19.4637C17.2393 19.4637 18.3678 19.6175 18.9905 19M20.4006 9.73817C21.4669 10.8044 22 11.3375 22 12C22 12.6624 21.4669 13.1956 20.4006 14.2618C19.6838 14.9786 19.4637 15.4414 19.4637 16.4479C19.4637 17.2444 19.6182 18.3776 18.9905 19M18.9905 19H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 9.5L12 13L21.0002 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-checkmark-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 12.75C8 12.75 9.6 13.6625 10.4 15C10.4 15 12.8 9.75 16 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 12.75C8 12.75 9.6 13.6625 10.4 15C10.4 15 12.8 9.75 16 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-checkmark-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 12.5L10.5 15L16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 12.5L10.5 15L16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-checkmark-circle-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 3.33782C15.5291 2.48697 13.8214 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.3151 21.9311 10.6462 21.8 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12.5C8 12.5 9.5 12.5 11.5 16C11.5 16 17.0588 6.83333 22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 3.33782C15.5291 2.48697 13.8214 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.3151 21.9311 10.6462 21.8 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12.5C8 12.5 9.5 12.5 11.5 16C11.5 16 17.0588 6.83333 22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-checkmark-circle-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2.4578C14.053 2.16035 13.0452 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 10.9548 21.8396 9.94704 21.5422 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 9.5L12 13L21.0002 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2.4578C14.053 2.16035 13.0452 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 10.9548 21.8396 9.94704 21.5422 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 9.5L12 13L21.0002 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-checkmark-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 13.75C8 13.75 9.6 14.6625 10.4 16C10.4 16 12.8 10.75 16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 13.75C8 13.75 9.6 14.6625 10.4 16C10.4 16 12.8 10.75 16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-checkmark-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 12.5L10.5 15L16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 12.5L10.5 15L16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-checkmark-square-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.4477 8.2C21.5 9.25014 21.5 10.4994 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C13.0719 2.5 14.0156 2.5 14.85 2.51908%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11.5C8 11.5 9.5 11.5 11.5 15C11.5 15 16.5588 5.83333 21.5 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.4477 8.2C21.5 9.25014 21.5 10.4994 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C13.0719 2.5 14.0156 2.5 14.85 2.51908%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11.5C8 11.5 9.5 11.5 11.5 15C11.5 15 16.5588 5.83333 21.5 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-checkmark-square-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2.5H12C7.52166 2.5 5.28249 2.5 3.89124 3.89124C2.5 5.28249 2.5 7.52166 2.5 12C2.5 16.4783 2.5 18.7175 3.89124 20.1088C5.28249 21.5 7.52166 21.5 12 21.5C16.4783 21.5 18.7175 21.5 20.1088 20.1088C21.5 18.7175 21.5 16.4783 21.5 12V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 10L12 13.5L21.0002 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2.5H12C7.52166 2.5 5.28249 2.5 3.89124 3.89124C2.5 5.28249 2.5 7.52166 2.5 12C2.5 16.4783 2.5 18.7175 3.89124 20.1088C5.28249 21.5 7.52166 21.5 12 21.5C16.4783 21.5 18.7175 21.5 20.1088 20.1088C21.5 18.7175 21.5 16.4783 21.5 12V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 10L12 13.5L21.0002 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-cloud-loading{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 9.00005C17.485 9.00002 17.4925 9 17.5 9C19.9853 9 22 11.0147 22 13.5C22 15.9853 19.9853 18 17.5 18H7C4.23858 18 2 15.7614 2 13C2 10.4003 3.98398 8.26407 6.52042 8.0227M17.4776 9.00005C17.4924 8.83536 17.5 8.66856 17.5 8.5C17.5 5.46243 15.0376 3 12 3C9.12324 3 6.76233 5.20862 6.52042 8.0227M17.4776 9.00005C17.3753 10.1345 16.9286 11.1696 16.2428 12M6.52042 8.0227C6.67826 8.00768 6.83823 8 7 8C8.12582 8 9.16474 8.37209 10.0005 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 21H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 21H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 21H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 9.00005C17.485 9.00002 17.4925 9 17.5 9C19.9853 9 22 11.0147 22 13.5C22 15.9853 19.9853 18 17.5 18H7C4.23858 18 2 15.7614 2 13C2 10.4003 3.98398 8.26407 6.52042 8.0227M17.4776 9.00005C17.4924 8.83536 17.5 8.66856 17.5 8.5C17.5 5.46243 15.0376 3 12 3C9.12324 3 6.76233 5.20862 6.52042 8.0227M17.4776 9.00005C17.3753 10.1345 16.9286 11.1696 16.2428 12M6.52042 8.0227C6.67826 8.00768 6.83823 8 7 8C8.12582 8 9.16474 8.37209 10.0005 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 21H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 21H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 21H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-cloud-saving-done-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 18C19.9853 18 22 15.9853 22 13.5C22 11.0147 19.9853 9 17.5 9C17.4925 9 17.485 9.00002 17.4776 9.00005M17.4776 9.00005C17.4924 8.83536 17.5 8.66856 17.5 8.5C17.5 5.46243 15.0376 3 12 3C9.12324 3 6.76233 5.20862 6.52042 8.0227M17.4776 9.00005C17.4131 9.71494 17.2119 10.3904 16.9003 11M6.52042 8.0227C3.98398 8.26407 2 10.4003 2 13C2 15.419 3.71776 17.4367 6 17.9M6.52042 8.0227C6.67826 8.00768 6.83823 8 7 8C8.12582 8 9.16474 8.37209 10.0005 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19C9 19 10 19 11 21C11 21 14.1765 16 17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 18C19.9853 18 22 15.9853 22 13.5C22 11.0147 19.9853 9 17.5 9C17.4925 9 17.485 9.00002 17.4776 9.00005M17.4776 9.00005C17.4924 8.83536 17.5 8.66856 17.5 8.5C17.5 5.46243 15.0376 3 12 3C9.12324 3 6.76233 5.20862 6.52042 8.0227M17.4776 9.00005C17.4131 9.71494 17.2119 10.3904 16.9003 11M6.52042 8.0227C3.98398 8.26407 2 10.4003 2 13C2 15.419 3.71776 17.4367 6 17.9M6.52042 8.0227C6.67826 8.00768 6.83823 8 7 8C8.12582 8 9.16474 8.37209 10.0005 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19C9 19 10 19 11 21C11 21 14.1765 16 17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-cloud-saving-done-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6563 16.8786C10.2824 16.7003 9.83477 16.8588 9.65642 17.2326C9.47807 17.6065 9.63655 18.0541 10.0104 18.2325L10.6563 16.8786ZM11.4444 18.6667L10.7983 19.0474C10.9389 19.2861 11.1998 19.4279 11.4766 19.416C11.7534 19.4041 12.0012 19.2405 12.1209 18.9906L11.4444 18.6667ZM14.0222 16.5493C14.3869 16.3529 14.5234 15.8981 14.3271 15.5334C14.1307 15.1687 13.6759 15.0322 13.3112 15.2285L14.0222 16.5493ZM16.25 17C16.25 19.3472 14.3472 21.25 12 21.25V22.75C15.1756 22.75 17.75 20.1756 17.75 17H16.25ZM12 21.25C9.65279 21.25 7.75 19.3472 7.75 17H6.25C6.25 20.1756 8.82436 22.75 12 22.75V21.25ZM7.75 17C7.75 14.6528 9.65279 12.75 12 12.75V11.25C8.82436 11.25 6.25 13.8244 6.25 17H7.75ZM12 12.75C14.3472 12.75 16.25 14.6528 16.25 17H17.75C17.75 13.8244 15.1756 11.25 12 11.25V12.75ZM10.3333 17.5556C10.0104 18.2325 10.0102 18.2324 10.0099 18.2322C10.0098 18.2322 10.0096 18.2321 10.0094 18.232C10.0091 18.2319 10.0088 18.2317 10.0085 18.2316C10.008 18.2313 10.0074 18.231 10.0069 18.2308C10.0059 18.2303 10.005 18.2299 10.0043 18.2295C10.0028 18.2288 10.0019 18.2283 10.0015 18.2281C10.0008 18.2278 10.0022 18.2285 10.0056 18.2303C10.0125 18.234 10.0271 18.2421 10.0482 18.255C10.0904 18.2809 10.1574 18.3254 10.2383 18.3909C10.4003 18.5221 10.6137 18.7341 10.7983 19.0474L12.0906 18.2859C11.799 17.791 11.4568 17.4475 11.1823 17.2252C11.045 17.1139 10.9235 17.0322 10.8318 16.976C10.7859 16.9479 10.7472 16.926 10.7174 16.91C10.7026 16.902 10.6899 16.8954 10.6796 16.8902C10.6745 16.8876 10.67 16.8853 10.6661 16.8834C10.6641 16.8824 10.6623 16.8816 10.6607 16.8808C10.6599 16.8804 10.6591 16.88 10.6584 16.8796C10.658 16.8795 10.6576 16.8793 10.6573 16.8791C10.6571 16.879 10.6569 16.8789 10.6568 16.8789C10.6565 16.8788 10.6563 16.8786 10.3333 17.5556ZM11.4444 18.6667C12.1209 18.9906 12.1208 18.9907 12.1208 18.9908C12.1208 18.9909 12.1207 18.9909 12.1207 18.991C12.1207 18.9911 12.1206 18.9911 12.1206 18.9912C12.1206 18.9912 12.1206 18.9911 12.1207 18.9909C12.1209 18.9905 12.1214 18.9896 12.1221 18.9882C12.1234 18.9854 12.1257 18.9807 12.129 18.9741C12.1354 18.9609 12.1456 18.9405 12.1593 18.9136C12.1866 18.8598 12.2278 18.7806 12.2811 18.6827C12.3883 18.4862 12.5425 18.2186 12.7307 17.9338C13.1295 17.3302 13.5986 16.7773 14.0222 16.5493L13.3112 15.2285C12.5331 15.6473 11.8911 16.4834 11.4792 17.1069C11.262 17.4357 11.086 17.7413 10.9642 17.9645C10.9032 18.0765 10.8552 18.1688 10.822 18.234C10.8054 18.2667 10.7925 18.2927 10.7834 18.3111C10.7789 18.3203 10.7753 18.3276 10.7728 18.3329C10.7715 18.3355 10.7704 18.3377 10.7696 18.3393C10.7692 18.3401 10.7689 18.3408 10.7686 18.3414C10.7685 18.3417 10.7684 18.3419 10.7683 18.3421C10.7682 18.3423 10.7682 18.3424 10.7681 18.3424C10.7681 18.3426 10.768 18.3427 11.4444 18.6667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5 8V7.25L17.4982 7.25L17.5 8ZM6.52042 7.0227L6.59147 7.76933H6.59147L6.52042 7.0227ZM9.54998 8.59962C9.88114 8.84843 10.3513 8.78167 10.6001 8.45051C10.8489 8.11935 10.7822 7.64919 10.451 7.40038L9.54998 8.59962ZM19.555 15.6374C19.2087 15.8648 19.1123 16.3297 19.3397 16.676C19.567 17.0222 20.032 17.1186 20.3783 16.8913L19.555 15.6374ZM3.61477 16.6483C3.94943 16.8924 4.41859 16.819 4.66268 16.4843C4.90676 16.1497 4.83334 15.6805 4.49868 15.4364L3.61477 16.6483ZM16.2325 9.65862C16.0439 10.0274 16.1901 10.4793 16.5589 10.6678C16.9277 10.8563 17.3796 10.7102 17.5681 10.3414L16.2325 9.65862ZM12 2.75C14.6234 2.75 16.75 4.87665 16.75 7.5H18.25C18.25 4.04822 15.4518 1.25 12 1.25V2.75ZM17.5 8.75C19.5711 8.75 21.25 10.4289 21.25 12.5H22.75C22.75 9.60051 20.3995 7.25 17.5 7.25V8.75ZM17.4794 8.75005L17.5018 8.75L17.4982 7.25L17.4757 7.25006L17.4794 8.75005ZM16.75 7.5C16.75 7.64606 16.7434 7.79039 16.7306 7.93274L18.2245 8.06737C18.2414 7.88033 18.25 7.69107 18.25 7.5H16.75ZM2.75 12C2.75 9.79073 4.4363 7.97442 6.59147 7.76933L6.44937 6.27608C3.53166 6.55373 1.25 9.00996 1.25 12H2.75ZM6.59147 7.76933C6.72573 7.75655 6.86199 7.75 7 7.75V6.25C6.81447 6.25 6.63079 6.25881 6.44937 6.27608L6.59147 7.76933ZM7.26767 7.08694C7.47652 4.65738 9.51591 2.75 12 2.75V1.25C8.73056 1.25 6.04814 3.75986 5.77318 6.95847L7.26767 7.08694ZM7 7.75C7.95781 7.75 8.83967 8.06595 9.54998 8.59962L10.451 7.40038C9.48982 6.67823 8.29384 6.25 7 6.25V7.75ZM21.25 12.5C21.25 13.8114 20.5775 14.9661 19.555 15.6374L20.3783 16.8913C21.8052 15.9544 22.75 14.3377 22.75 12.5H21.25ZM4.49868 15.4364C3.43727 14.6623 2.75 13.4114 2.75 12H1.25C1.25 13.9109 2.18287 15.6039 3.61477 16.6483L4.49868 15.4364ZM16.7306 7.93273C16.675 8.55008 16.5013 9.13268 16.2325 9.65862L17.5681 10.3414C17.9225 9.64808 18.1513 8.8798 18.2245 8.06738L16.7306 7.93273Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6563 16.8786C10.2824 16.7003 9.83477 16.8588 9.65642 17.2326C9.47807 17.6065 9.63655 18.0541 10.0104 18.2325L10.6563 16.8786ZM11.4444 18.6667L10.7983 19.0474C10.9389 19.2861 11.1998 19.4279 11.4766 19.416C11.7534 19.4041 12.0012 19.2405 12.1209 18.9906L11.4444 18.6667ZM14.0222 16.5493C14.3869 16.3529 14.5234 15.8981 14.3271 15.5334C14.1307 15.1687 13.6759 15.0322 13.3112 15.2285L14.0222 16.5493ZM16.25 17C16.25 19.3472 14.3472 21.25 12 21.25V22.75C15.1756 22.75 17.75 20.1756 17.75 17H16.25ZM12 21.25C9.65279 21.25 7.75 19.3472 7.75 17H6.25C6.25 20.1756 8.82436 22.75 12 22.75V21.25ZM7.75 17C7.75 14.6528 9.65279 12.75 12 12.75V11.25C8.82436 11.25 6.25 13.8244 6.25 17H7.75ZM12 12.75C14.3472 12.75 16.25 14.6528 16.25 17H17.75C17.75 13.8244 15.1756 11.25 12 11.25V12.75ZM10.3333 17.5556C10.0104 18.2325 10.0102 18.2324 10.0099 18.2322C10.0098 18.2322 10.0096 18.2321 10.0094 18.232C10.0091 18.2319 10.0088 18.2317 10.0085 18.2316C10.008 18.2313 10.0074 18.231 10.0069 18.2308C10.0059 18.2303 10.005 18.2299 10.0043 18.2295C10.0028 18.2288 10.0019 18.2283 10.0015 18.2281C10.0008 18.2278 10.0022 18.2285 10.0056 18.2303C10.0125 18.234 10.0271 18.2421 10.0482 18.255C10.0904 18.2809 10.1574 18.3254 10.2383 18.3909C10.4003 18.5221 10.6137 18.7341 10.7983 19.0474L12.0906 18.2859C11.799 17.791 11.4568 17.4475 11.1823 17.2252C11.045 17.1139 10.9235 17.0322 10.8318 16.976C10.7859 16.9479 10.7472 16.926 10.7174 16.91C10.7026 16.902 10.6899 16.8954 10.6796 16.8902C10.6745 16.8876 10.67 16.8853 10.6661 16.8834C10.6641 16.8824 10.6623 16.8816 10.6607 16.8808C10.6599 16.8804 10.6591 16.88 10.6584 16.8796C10.658 16.8795 10.6576 16.8793 10.6573 16.8791C10.6571 16.879 10.6569 16.8789 10.6568 16.8789C10.6565 16.8788 10.6563 16.8786 10.3333 17.5556ZM11.4444 18.6667C12.1209 18.9906 12.1208 18.9907 12.1208 18.9908C12.1208 18.9909 12.1207 18.9909 12.1207 18.991C12.1207 18.9911 12.1206 18.9911 12.1206 18.9912C12.1206 18.9912 12.1206 18.9911 12.1207 18.9909C12.1209 18.9905 12.1214 18.9896 12.1221 18.9882C12.1234 18.9854 12.1257 18.9807 12.129 18.9741C12.1354 18.9609 12.1456 18.9405 12.1593 18.9136C12.1866 18.8598 12.2278 18.7806 12.2811 18.6827C12.3883 18.4862 12.5425 18.2186 12.7307 17.9338C13.1295 17.3302 13.5986 16.7773 14.0222 16.5493L13.3112 15.2285C12.5331 15.6473 11.8911 16.4834 11.4792 17.1069C11.262 17.4357 11.086 17.7413 10.9642 17.9645C10.9032 18.0765 10.8552 18.1688 10.822 18.234C10.8054 18.2667 10.7925 18.2927 10.7834 18.3111C10.7789 18.3203 10.7753 18.3276 10.7728 18.3329C10.7715 18.3355 10.7704 18.3377 10.7696 18.3393C10.7692 18.3401 10.7689 18.3408 10.7686 18.3414C10.7685 18.3417 10.7684 18.3419 10.7683 18.3421C10.7682 18.3423 10.7682 18.3424 10.7681 18.3424C10.7681 18.3426 10.768 18.3427 11.4444 18.6667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M17.5 8V7.25L17.4982 7.25L17.5 8ZM6.52042 7.0227L6.59147 7.76933H6.59147L6.52042 7.0227ZM9.54998 8.59962C9.88114 8.84843 10.3513 8.78167 10.6001 8.45051C10.8489 8.11935 10.7822 7.64919 10.451 7.40038L9.54998 8.59962ZM19.555 15.6374C19.2087 15.8648 19.1123 16.3297 19.3397 16.676C19.567 17.0222 20.032 17.1186 20.3783 16.8913L19.555 15.6374ZM3.61477 16.6483C3.94943 16.8924 4.41859 16.819 4.66268 16.4843C4.90676 16.1497 4.83334 15.6805 4.49868 15.4364L3.61477 16.6483ZM16.2325 9.65862C16.0439 10.0274 16.1901 10.4793 16.5589 10.6678C16.9277 10.8563 17.3796 10.7102 17.5681 10.3414L16.2325 9.65862ZM12 2.75C14.6234 2.75 16.75 4.87665 16.75 7.5H18.25C18.25 4.04822 15.4518 1.25 12 1.25V2.75ZM17.5 8.75C19.5711 8.75 21.25 10.4289 21.25 12.5H22.75C22.75 9.60051 20.3995 7.25 17.5 7.25V8.75ZM17.4794 8.75005L17.5018 8.75L17.4982 7.25L17.4757 7.25006L17.4794 8.75005ZM16.75 7.5C16.75 7.64606 16.7434 7.79039 16.7306 7.93274L18.2245 8.06737C18.2414 7.88033 18.25 7.69107 18.25 7.5H16.75ZM2.75 12C2.75 9.79073 4.4363 7.97442 6.59147 7.76933L6.44937 6.27608C3.53166 6.55373 1.25 9.00996 1.25 12H2.75ZM6.59147 7.76933C6.72573 7.75655 6.86199 7.75 7 7.75V6.25C6.81447 6.25 6.63079 6.25881 6.44937 6.27608L6.59147 7.76933ZM7.26767 7.08694C7.47652 4.65738 9.51591 2.75 12 2.75V1.25C8.73056 1.25 6.04814 3.75986 5.77318 6.95847L7.26767 7.08694ZM7 7.75C7.95781 7.75 8.83967 8.06595 9.54998 8.59962L10.451 7.40038C9.48982 6.67823 8.29384 6.25 7 6.25V7.75ZM21.25 12.5C21.25 13.8114 20.5775 14.9661 19.555 15.6374L20.3783 16.8913C21.8052 15.9544 22.75 14.3377 22.75 12.5H21.25ZM4.49868 15.4364C3.43727 14.6623 2.75 13.4114 2.75 12H1.25C1.25 13.9109 2.18287 15.6039 3.61477 16.6483L4.49868 15.4364ZM16.7306 7.93273C16.675 8.55008 16.5013 9.13268 16.2325 9.65862L17.5681 10.3414C17.9225 9.64808 18.1513 8.8798 18.2245 8.06738L16.7306 7.93273Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-credit-card-validation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 7.5C15 7.5 15.5 7.5 16 8.5C16 8.5 17.5882 6 19 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7C22 9.76142 19.7614 12 17 12C14.2386 12 12 9.76142 12 7C12 4.23858 14.2386 2 17 2C19.7614 2 22 4.23858 22 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.60746 21.009L4.07229 20.4205L3.60746 21.009ZM3.0528 20.487L3.61262 19.9879L3.0528 20.487ZM20.9472 20.487L20.3874 19.9879L20.9472 20.487ZM20.3925 21.009L19.9277 20.4205L20.3925 21.009ZM3.60746 6.99078L3.14263 6.4022L3.60746 6.99078ZM3.0528 7.51281L3.61262 8.01191L3.0528 7.51281ZM22.75 13.244C22.7493 12.8298 22.4129 12.4946 21.9987 12.4953C21.5845 12.496 21.2493 12.8324 21.25 13.2466L22.75 13.244ZM9.06582 6.75243C9.48003 6.75009 9.81391 6.4124 9.81157 5.9982C9.80922 5.58399 9.47154 5.25011 9.05734 5.25245L9.06582 6.75243ZM13.5 21.2499H10.5V22.7499H13.5V21.2499ZM10.5 21.2499C8.60311 21.2499 7.24353 21.2488 6.19895 21.1308C5.16816 21.0144 4.54359 20.7927 4.07229 20.4205L3.14263 21.5976C3.926 22.2163 4.86842 22.49 6.03058 22.6213C7.17896 22.751 8.63832 22.7499 10.5 22.7499V21.2499ZM1.25 13.9999C1.25 15.7488 1.24857 17.1317 1.38762 18.2221C1.52932 19.3332 1.82681 20.2389 2.49298 20.9861L3.61262 19.9879C3.22599 19.5543 2.99708 18.9851 2.87558 18.0323C2.75143 17.0588 2.75 15.7885 2.75 13.9999H1.25ZM4.07229 20.4205C3.90545 20.2887 3.7517 20.1439 3.61262 19.9879L2.49298 20.9861C2.69068 21.2079 2.90811 21.4124 3.14263 21.5976L4.07229 20.4205ZM21.25 13.9999C21.25 15.7885 21.2486 17.0588 21.1244 18.0323C21.0029 18.9851 20.774 19.5543 20.3874 19.9879L21.507 20.9861C22.1732 20.2389 22.4707 19.3332 22.6124 18.2221C22.7514 17.1317 22.75 15.7488 22.75 13.9999H21.25ZM13.5 22.7499C15.3617 22.7499 16.821 22.751 17.9694 22.6213C19.1316 22.49 20.074 22.2163 20.8574 21.5976L19.9277 20.4205C19.4564 20.7927 18.8318 21.0144 17.801 21.1308C16.7565 21.2488 15.3969 21.2499 13.5 21.2499V22.7499ZM20.3874 19.9879C20.2483 20.1439 20.0946 20.2887 19.9277 20.4205L20.8574 21.5976C21.0919 21.4124 21.3093 21.2079 21.507 20.9861L20.3874 19.9879ZM2.75 13.9999C2.75 12.2113 2.75143 10.9411 2.87558 9.9675C2.99708 9.0147 3.22599 8.44557 3.61262 8.01191L2.49298 7.01371C1.82681 7.76092 1.52932 8.6666 1.38762 9.77776C1.24857 10.8682 1.25 12.251 1.25 13.9999H2.75ZM3.14263 6.4022C2.90811 6.5874 2.69068 6.79196 2.49298 7.01371L3.61262 8.01191C3.7517 7.85591 3.90545 7.71113 4.07229 7.57937L3.14263 6.4022ZM22.75 13.9999C22.75 13.7407 22.7504 13.487 22.75 13.244L21.25 13.2466C21.2504 13.488 21.25 13.7371 21.25 13.9999H22.75ZM9.05734 5.25245C7.64978 5.26042 6.50411 5.29284 5.56558 5.44096C4.61301 5.59129 3.81862 5.86833 3.14263 6.4022L4.07229 7.57937C4.47956 7.25773 5.00124 7.04859 5.79942 6.92262C6.61164 6.79443 7.65139 6.76043 9.06582 6.75243L9.05734 5.25245Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 18H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-miterlimit%3D%2210%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 18L18 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-miterlimit%3D%2210%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 11H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 7.5C15 7.5 15.5 7.5 16 8.5C16 8.5 17.5882 6 19 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7C22 9.76142 19.7614 12 17 12C14.2386 12 12 9.76142 12 7C12 4.23858 14.2386 2 17 2C19.7614 2 22 4.23858 22 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.60746 21.009L4.07229 20.4205L3.60746 21.009ZM3.0528 20.487L3.61262 19.9879L3.0528 20.487ZM20.9472 20.487L20.3874 19.9879L20.9472 20.487ZM20.3925 21.009L19.9277 20.4205L20.3925 21.009ZM3.60746 6.99078L3.14263 6.4022L3.60746 6.99078ZM3.0528 7.51281L3.61262 8.01191L3.0528 7.51281ZM22.75 13.244C22.7493 12.8298 22.4129 12.4946 21.9987 12.4953C21.5845 12.496 21.2493 12.8324 21.25 13.2466L22.75 13.244ZM9.06582 6.75243C9.48003 6.75009 9.81391 6.4124 9.81157 5.9982C9.80922 5.58399 9.47154 5.25011 9.05734 5.25245L9.06582 6.75243ZM13.5 21.2499H10.5V22.7499H13.5V21.2499ZM10.5 21.2499C8.60311 21.2499 7.24353 21.2488 6.19895 21.1308C5.16816 21.0144 4.54359 20.7927 4.07229 20.4205L3.14263 21.5976C3.926 22.2163 4.86842 22.49 6.03058 22.6213C7.17896 22.751 8.63832 22.7499 10.5 22.7499V21.2499ZM1.25 13.9999C1.25 15.7488 1.24857 17.1317 1.38762 18.2221C1.52932 19.3332 1.82681 20.2389 2.49298 20.9861L3.61262 19.9879C3.22599 19.5543 2.99708 18.9851 2.87558 18.0323C2.75143 17.0588 2.75 15.7885 2.75 13.9999H1.25ZM4.07229 20.4205C3.90545 20.2887 3.7517 20.1439 3.61262 19.9879L2.49298 20.9861C2.69068 21.2079 2.90811 21.4124 3.14263 21.5976L4.07229 20.4205ZM21.25 13.9999C21.25 15.7885 21.2486 17.0588 21.1244 18.0323C21.0029 18.9851 20.774 19.5543 20.3874 19.9879L21.507 20.9861C22.1732 20.2389 22.4707 19.3332 22.6124 18.2221C22.7514 17.1317 22.75 15.7488 22.75 13.9999H21.25ZM13.5 22.7499C15.3617 22.7499 16.821 22.751 17.9694 22.6213C19.1316 22.49 20.074 22.2163 20.8574 21.5976L19.9277 20.4205C19.4564 20.7927 18.8318 21.0144 17.801 21.1308C16.7565 21.2488 15.3969 21.2499 13.5 21.2499V22.7499ZM20.3874 19.9879C20.2483 20.1439 20.0946 20.2887 19.9277 20.4205L20.8574 21.5976C21.0919 21.4124 21.3093 21.2079 21.507 20.9861L20.3874 19.9879ZM2.75 13.9999C2.75 12.2113 2.75143 10.9411 2.87558 9.9675C2.99708 9.0147 3.22599 8.44557 3.61262 8.01191L2.49298 7.01371C1.82681 7.76092 1.52932 8.6666 1.38762 9.77776C1.24857 10.8682 1.25 12.251 1.25 13.9999H2.75ZM3.14263 6.4022C2.90811 6.5874 2.69068 6.79196 2.49298 7.01371L3.61262 8.01191C3.7517 7.85591 3.90545 7.71113 4.07229 7.57937L3.14263 6.4022ZM22.75 13.9999C22.75 13.7407 22.7504 13.487 22.75 13.244L21.25 13.2466C21.2504 13.488 21.25 13.7371 21.25 13.9999H22.75ZM9.05734 5.25245C7.64978 5.26042 6.50411 5.29284 5.56558 5.44096C4.61301 5.59129 3.81862 5.86833 3.14263 6.4022L4.07229 7.57937C4.47956 7.25773 5.00124 7.04859 5.79942 6.92262C6.61164 6.79443 7.65139 6.76043 9.06582 6.75243L9.05734 5.25245Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 18H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-miterlimit%3D%2210%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 18L18 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-miterlimit%3D%2210%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 11H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-document-validation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 7C15 7 15.5 7.5 16 8.5C16 8.5 17.5882 6 19 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0144 2.00578C7.51591 1.9 5.58565 2.18782 5.58565 2.18782C4.3668 2.27496 2.03099 2.95829 2.03101 6.94898C2.03103 10.9058 2.00517 15.7837 2.03101 17.7284C2.03101 18.9164 2.76663 21.6877 5.31279 21.8363C8.40763 22.0168 13.9822 22.0552 16.54 21.8363C17.2247 21.7976 19.5042 21.2602 19.7927 18.7801C20.0915 16.2107 20.032 14.4251 20.032 14.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0191 7C22.0191 9.76142 19.7784 12 17.0143 12C14.2503 12 12.0095 9.76142 12.0095 7C12.0095 4.23858 14.2503 2 17.0143 2C19.7784 2 22.0191 4.23858 22.0191 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 13H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 7C15 7 15.5 7.5 16 8.5C16 8.5 17.5882 6 19 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0144 2.00578C7.51591 1.9 5.58565 2.18782 5.58565 2.18782C4.3668 2.27496 2.03099 2.95829 2.03101 6.94898C2.03103 10.9058 2.00517 15.7837 2.03101 17.7284C2.03101 18.9164 2.76663 21.6877 5.31279 21.8363C8.40763 22.0168 13.9822 22.0552 16.54 21.8363C17.2247 21.7976 19.5042 21.2602 19.7927 18.7801C20.0915 16.2107 20.032 14.4251 20.032 14.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0191 7C22.0191 9.76142 19.7784 12 17.0143 12C14.2503 12 12.0095 9.76142 12.0095 7C12.0095 4.23858 14.2503 2 17.0143 2C19.7784 2 22.0191 4.23858 22.0191 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 13H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-file-validation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.72727 2C6.46607 2 4.83546 2 3.70307 2.79784C3.37862 3.02643 3.09058 3.29752 2.8477 3.60289C2 4.66867 2 6.20336 2 9.27273V11.8182C2 14.7814 2 16.2629 2.46894 17.4462C3.22281 19.3486 4.81714 20.8491 6.83836 21.5586C8.09563 22 9.66981 22 12.8182 22C14.6173 22 15.5168 22 16.2352 21.7478C17.3902 21.3424 18.3012 20.4849 18.732 19.3979C19 18.7217 19 17.8751 19 16.1818V15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7.5C15 7.5 15.5 7.5 16 8.5C16 8.5 17.5882 6 19 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7C22 9.76142 19.7614 12 17 12C14.2386 12 12 9.76142 12 7C12 4.23858 14.2386 2 17 2C19.7614 2 22 4.23858 22 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 13.8409 3.49238 15.3333 5.33333 15.3333C5.99912 15.3333 6.78404 15.2167 7.43137 15.3901C8.00652 15.5442 8.45576 15.9935 8.60988 16.5686C8.78333 17.216 8.66667 18.0009 8.66667 18.6667C8.66667 20.5076 10.1591 22 12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.72727 2C6.46607 2 4.83546 2 3.70307 2.79784C3.37862 3.02643 3.09058 3.29752 2.8477 3.60289C2 4.66867 2 6.20336 2 9.27273V11.8182C2 14.7814 2 16.2629 2.46894 17.4462C3.22281 19.3486 4.81714 20.8491 6.83836 21.5586C8.09563 22 9.66981 22 12.8182 22C14.6173 22 15.5168 22 16.2352 21.7478C17.3902 21.3424 18.3012 20.4849 18.732 19.3979C19 18.7217 19 17.8751 19 16.1818V15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7.5C15 7.5 15.5 7.5 16 8.5C16 8.5 17.5882 6 19 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7C22 9.76142 19.7614 12 17 12C14.2386 12 12 9.76142 12 7C12 4.23858 14.2386 2 17 2C19.7614 2 22 4.23858 22 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 13.8409 3.49238 15.3333 5.33333 15.3333C5.99912 15.3333 6.78404 15.2167 7.43137 15.3901C8.00652 15.5442 8.45576 15.9935 8.60988 16.5686C8.78333 17.216 8.66667 18.0009 8.66667 18.6667C8.66667 20.5076 10.1591 22 12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-mail-validation-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7L9.94202 8.73943C11.6572 9.75352 12.3428 9.75352 14.058 8.73943L17 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17.5C15 17.5 15.5 17.5 16 18.5C16 18.5 17.5882 16 19 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0879 10.4734L22.0468 6.59991C22.0357 5.12447 21.2391 2.1736 18.1418 2.1736H6.19316C4.82474 2.07297 2.08789 2.5088 2.08789 7.30392V14.413C2.08791 15.6336 2.36018 17.2766 3.69868 18.2671C4.56366 18.9072 5.69906 18.9666 6.77205 19.0197L9.01904 19.1308%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0688 17.1209C22.0688 19.9048 19.8225 22.1617 17.0515 22.1617C14.2805 22.1617 12.0342 19.9048 12.0342 17.1209C12.0342 14.3369 14.2805 12.0801 17.0515 12.0801C19.8225 12.0801 22.0688 14.3369 22.0688 17.1209Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7L9.94202 8.73943C11.6572 9.75352 12.3428 9.75352 14.058 8.73943L17 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17.5C15 17.5 15.5 17.5 16 18.5C16 18.5 17.5882 16 19 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0879 10.4734L22.0468 6.59991C22.0357 5.12447 21.2391 2.1736 18.1418 2.1736H6.19316C4.82474 2.07297 2.08789 2.5088 2.08789 7.30392V14.413C2.08791 15.6336 2.36018 17.2766 3.69868 18.2671C4.56366 18.9072 5.69906 18.9666 6.77205 19.0197L9.01904 19.1308%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0688 17.1209C22.0688 19.9048 19.8225 22.1617 17.0515 22.1617C14.2805 22.1617 12.0342 19.9048 12.0342 17.1209C12.0342 14.3369 14.2805 12.0801 17.0515 12.0801C19.8225 12.0801 22.0688 14.3369 22.0688 17.1209Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-mail-validation-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4.5L8.91302 8.41697C11.4616 9.86101 12.5384 9.86101 15.087 8.41697L22 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17.5C15 17.5 15.5 17.5 16 18.5C16 18.5 17.5882 16 19 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.10247 2.03664L9.12134 2.7864L9.10247 2.03664ZM2.01577 9.03952L2.7656 9.05548L2.01577 9.03952ZM14.9078 2.03665L14.9267 1.28689L14.9078 2.03665ZM21.9945 9.03953L22.7444 9.02357L21.9945 9.03953ZM9.08361 19.7498C9.4977 19.7602 9.84182 19.433 9.85224 19.0189C9.86266 18.6048 9.53543 18.2607 9.12135 18.2502L9.08361 19.7498ZM2.01577 11.9971L2.7656 11.9812L2.01577 11.9971ZM21.2446 10.508C21.2389 10.9222 21.5701 11.2626 21.9842 11.2682C22.3984 11.2739 22.7388 10.9428 22.7444 10.5286L21.2446 10.508ZM9.12134 2.7864C11.0502 2.73786 12.96 2.73787 14.8889 2.78641L14.9267 1.28689C12.9726 1.23771 11.0377 1.2377 9.08361 1.28688L9.12134 2.7864ZM1.26594 9.02355C1.24469 10.022 1.24469 11.0146 1.26594 12.0131L2.7656 11.9812C2.7448 11.004 2.7448 10.0327 2.7656 9.05548L1.26594 9.02355ZM9.08361 1.28688C7.531 1.32595 6.28463 1.35541 5.28825 1.52921C4.25805 1.70892 3.42092 2.05359 2.71382 2.76454L3.77736 3.82232C4.20198 3.39538 4.71823 3.1513 5.54602 3.0069C6.40763 2.8566 7.52383 2.8266 9.12134 2.7864L9.08361 1.28688ZM2.7656 9.05548C2.79879 7.49669 2.82388 6.41086 2.96979 5.56924C3.10953 4.76325 3.34968 4.25233 3.77736 3.82232L2.71382 2.76454C2.0098 3.4724 1.66774 4.29846 1.49184 5.31301C1.32212 6.29193 1.29816 7.5102 1.26594 9.02355L2.7656 9.05548ZM14.8889 2.78641C16.4865 2.82661 17.6027 2.85661 18.4643 3.00691C19.2921 3.15131 19.8083 3.3954 20.2329 3.82233L21.2965 2.76456C20.5894 2.05361 19.7522 1.70894 18.722 1.52923C17.7257 1.35542 16.4793 1.32596 14.9267 1.28689L14.8889 2.78641ZM22.7444 9.02357C22.7121 7.51022 22.6882 6.29195 22.5184 5.31302C22.3426 4.29848 22.0005 3.47242 21.2965 2.76456L20.2329 3.82233C20.6606 4.25235 20.9008 4.76326 21.0405 5.56926C21.1864 6.41087 21.2115 7.49671 21.2447 9.0555L22.7444 9.02357ZM9.12135 18.2502C7.52384 18.21 6.40763 18.18 5.54602 18.0297C4.71823 17.8853 4.20198 17.6413 3.77737 17.2143L2.71383 18.2721C3.42092 18.983 4.25806 19.3277 5.28825 19.5074C6.28463 19.6812 7.53101 19.7107 9.08361 19.7498L9.12135 18.2502ZM1.26594 12.0131C1.29816 13.5264 1.32213 14.7447 1.49185 15.7236C1.66774 16.7382 2.0098 17.5642 2.71383 18.2721L3.77737 17.2143C3.34968 16.7843 3.10954 16.2734 2.9698 15.4674C2.82389 14.6258 2.79879 13.5399 2.7656 11.9812L1.26594 12.0131ZM21.9945 10.5183C22.7444 10.5286 22.7444 10.5286 22.7444 10.5286C22.7444 10.5286 22.7444 10.5285 22.7444 10.5285C22.7445 10.5285 22.7445 10.5284 22.7445 10.5284C22.7445 10.5282 22.7445 10.528 22.7445 10.5278C22.7445 10.5273 22.7445 10.5266 22.7445 10.5257C22.7445 10.5239 22.7445 10.5213 22.7446 10.5178C22.7447 10.5109 22.7448 10.5007 22.745 10.4877C22.7453 10.4615 22.7457 10.4236 22.7462 10.3764C22.7472 10.2821 22.7484 10.1502 22.7491 9.99997C22.7507 9.70139 22.7507 9.3235 22.7444 9.02357L21.2447 9.0555C21.2506 9.33464 21.2507 9.69615 21.2492 9.99219C21.2484 10.1393 21.2472 10.2685 21.2463 10.361C21.2458 10.4071 21.2454 10.4441 21.2451 10.4694C21.2449 10.4821 21.2448 10.4918 21.2447 10.4983C21.2447 10.5016 21.2446 10.5041 21.2446 10.5057C21.2446 10.5065 21.2446 10.5071 21.2446 10.5075C21.2446 10.5077 21.2446 10.5079 21.2446 10.5079C21.2446 10.508 21.2446 10.508 21.2446 10.508C21.2446 10.508 21.2446 10.508 21.2446 10.508C21.2446 10.508 21.2446 10.508 21.9945 10.5183Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4.5L8.91302 8.41697C11.4616 9.86101 12.5384 9.86101 15.087 8.41697L22 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17.5C15 17.5 15.5 17.5 16 18.5C16 18.5 17.5882 16 19 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.10247 2.03664L9.12134 2.7864L9.10247 2.03664ZM2.01577 9.03952L2.7656 9.05548L2.01577 9.03952ZM14.9078 2.03665L14.9267 1.28689L14.9078 2.03665ZM21.9945 9.03953L22.7444 9.02357L21.9945 9.03953ZM9.08361 19.7498C9.4977 19.7602 9.84182 19.433 9.85224 19.0189C9.86266 18.6048 9.53543 18.2607 9.12135 18.2502L9.08361 19.7498ZM2.01577 11.9971L2.7656 11.9812L2.01577 11.9971ZM21.2446 10.508C21.2389 10.9222 21.5701 11.2626 21.9842 11.2682C22.3984 11.2739 22.7388 10.9428 22.7444 10.5286L21.2446 10.508ZM9.12134 2.7864C11.0502 2.73786 12.96 2.73787 14.8889 2.78641L14.9267 1.28689C12.9726 1.23771 11.0377 1.2377 9.08361 1.28688L9.12134 2.7864ZM1.26594 9.02355C1.24469 10.022 1.24469 11.0146 1.26594 12.0131L2.7656 11.9812C2.7448 11.004 2.7448 10.0327 2.7656 9.05548L1.26594 9.02355ZM9.08361 1.28688C7.531 1.32595 6.28463 1.35541 5.28825 1.52921C4.25805 1.70892 3.42092 2.05359 2.71382 2.76454L3.77736 3.82232C4.20198 3.39538 4.71823 3.1513 5.54602 3.0069C6.40763 2.8566 7.52383 2.8266 9.12134 2.7864L9.08361 1.28688ZM2.7656 9.05548C2.79879 7.49669 2.82388 6.41086 2.96979 5.56924C3.10953 4.76325 3.34968 4.25233 3.77736 3.82232L2.71382 2.76454C2.0098 3.4724 1.66774 4.29846 1.49184 5.31301C1.32212 6.29193 1.29816 7.5102 1.26594 9.02355L2.7656 9.05548ZM14.8889 2.78641C16.4865 2.82661 17.6027 2.85661 18.4643 3.00691C19.2921 3.15131 19.8083 3.3954 20.2329 3.82233L21.2965 2.76456C20.5894 2.05361 19.7522 1.70894 18.722 1.52923C17.7257 1.35542 16.4793 1.32596 14.9267 1.28689L14.8889 2.78641ZM22.7444 9.02357C22.7121 7.51022 22.6882 6.29195 22.5184 5.31302C22.3426 4.29848 22.0005 3.47242 21.2965 2.76456L20.2329 3.82233C20.6606 4.25235 20.9008 4.76326 21.0405 5.56926C21.1864 6.41087 21.2115 7.49671 21.2447 9.0555L22.7444 9.02357ZM9.12135 18.2502C7.52384 18.21 6.40763 18.18 5.54602 18.0297C4.71823 17.8853 4.20198 17.6413 3.77737 17.2143L2.71383 18.2721C3.42092 18.983 4.25806 19.3277 5.28825 19.5074C6.28463 19.6812 7.53101 19.7107 9.08361 19.7498L9.12135 18.2502ZM1.26594 12.0131C1.29816 13.5264 1.32213 14.7447 1.49185 15.7236C1.66774 16.7382 2.0098 17.5642 2.71383 18.2721L3.77737 17.2143C3.34968 16.7843 3.10954 16.2734 2.9698 15.4674C2.82389 14.6258 2.79879 13.5399 2.7656 11.9812L1.26594 12.0131ZM21.9945 10.5183C22.7444 10.5286 22.7444 10.5286 22.7444 10.5286C22.7444 10.5286 22.7444 10.5285 22.7444 10.5285C22.7445 10.5285 22.7445 10.5284 22.7445 10.5284C22.7445 10.5282 22.7445 10.528 22.7445 10.5278C22.7445 10.5273 22.7445 10.5266 22.7445 10.5257C22.7445 10.5239 22.7445 10.5213 22.7446 10.5178C22.7447 10.5109 22.7448 10.5007 22.745 10.4877C22.7453 10.4615 22.7457 10.4236 22.7462 10.3764C22.7472 10.2821 22.7484 10.1502 22.7491 9.99997C22.7507 9.70139 22.7507 9.3235 22.7444 9.02357L21.2447 9.0555C21.2506 9.33464 21.2507 9.69615 21.2492 9.99219C21.2484 10.1393 21.2472 10.2685 21.2463 10.361C21.2458 10.4071 21.2454 10.4441 21.2451 10.4694C21.2449 10.4821 21.2448 10.4918 21.2447 10.4983C21.2447 10.5016 21.2446 10.5041 21.2446 10.5057C21.2446 10.5065 21.2446 10.5071 21.2446 10.5075C21.2446 10.5077 21.2446 10.5079 21.2446 10.5079C21.2446 10.508 21.2446 10.508 21.2446 10.508C21.2446 10.508 21.2446 10.508 21.2446 10.508C21.2446 10.508 21.2446 10.508 21.9945 10.5183Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-password-validation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.4648 16.6667C13.4648 16.6667 14.0898 16.6667 14.7148 18C14.7148 18 16.7001 14.6667 18.4648 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7H17.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7H12.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7H7.00898%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.94857 11.967H5.06509C3.40357 11.967 2.05664 10.6239 2.05664 8.96704V4.99707C2.05664 3.34022 3.40357 1.99707 5.06509 1.99707H19.0482C20.7097 1.99707 22.0566 3.34022 22.0566 4.99707V9.12798%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0562 16C22.0562 12.6863 19.3624 10 16.0394 10C12.7163 10 10.0225 12.6863 10.0225 16C10.0225 19.3137 12.7163 22 16.0394 22C19.3624 22 22.0562 19.3137 22.0562 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.4648 16.6667C13.4648 16.6667 14.0898 16.6667 14.7148 18C14.7148 18 16.7001 14.6667 18.4648 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7H17.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7H12.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7H7.00898%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.94857 11.967H5.06509C3.40357 11.967 2.05664 10.6239 2.05664 8.96704V4.99707C2.05664 3.34022 3.40357 1.99707 5.06509 1.99707H19.0482C20.7097 1.99707 22.0566 3.34022 22.0566 4.99707V9.12798%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0562 16C22.0562 12.6863 19.3624 10 16.0394 10C12.7163 10 10.0225 12.6863 10.0225 16C10.0225 19.3137 12.7163 22 16.0394 22C19.3624 22 22.0562 19.3137 22.0562 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-security-validation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9982 2C8.99043 2 7.04018 4.01899 4.73371 4.7549C3.79589 5.05413 3.32697 5.20374 3.1372 5.41465C2.94743 5.62556 2.89186 5.93375 2.78072 6.55013C1.59143 13.146 4.1909 19.244 10.3903 21.6175C11.0564 21.8725 11.3894 22 12.0015 22C12.6135 22 12.9466 21.8725 13.6126 21.6175C19.8116 19.2439 22.4086 13.146 21.219 6.55013C21.1078 5.93364 21.0522 5.6254 20.8624 5.41449C20.6726 5.20358 20.2037 5.05405 19.2659 4.75499C16.9585 4.01915 15.0061 2 11.9982 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12.5C10 12.5 10.5 12.5 11 13.5C11 13.5 12.5882 11 14 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9982 2C8.99043 2 7.04018 4.01899 4.73371 4.7549C3.79589 5.05413 3.32697 5.20374 3.1372 5.41465C2.94743 5.62556 2.89186 5.93375 2.78072 6.55013C1.59143 13.146 4.1909 19.244 10.3903 21.6175C11.0564 21.8725 11.3894 22 12.0015 22C12.6135 22 12.9466 21.8725 13.6126 21.6175C19.8116 19.2439 22.4086 13.146 21.219 6.55013C21.1078 5.93364 21.0522 5.6254 20.8624 5.41449C20.6726 5.20358 20.2037 5.05405 19.2659 4.75499C16.9585 4.01915 15.0061 2 11.9982 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12.5C10 12.5 10.5 12.5 11 13.5C11 13.5 12.5882 11 14 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-store-verified-01-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 7.5C15 7.5 15.5 7.5 16 8.5C16 8.5 17.5882 6 19 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.024 15.042L19.0527 19.5927C19.0034 20.9362 17.8965 22 16.5478 22H5.42147C4.03713 22 2.91489 20.8814 2.91489 19.5014L3.00106 13.0355M9.00967 6.0129L5.17626 5.94884C4.28662 5.92732 3.48917 6.49283 3.21784 7.33765L2.12069 10.7538C1.9909 11.1579 1.98194 11.5994 2.19744 11.9654C2.98299 13.2993 5.09211 15.1192 8.44589 13.163M7.47453 11.3322C7.86463 12.6005 9.39394 14.8259 12.5147 13.5372%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.029 7.01618C22.029 9.78653 19.7872 12.0324 17.0218 12.0324C14.2565 12.0324 12.0146 9.78653 12.0146 7.01618C12.0146 4.24582 14.2565 2 17.0218 2C19.7872 2 22.029 4.24582 22.029 7.01618Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 7.5C15 7.5 15.5 7.5 16 8.5C16 8.5 17.5882 6 19 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.024 15.042L19.0527 19.5927C19.0034 20.9362 17.8965 22 16.5478 22H5.42147C4.03713 22 2.91489 20.8814 2.91489 19.5014L3.00106 13.0355M9.00967 6.0129L5.17626 5.94884C4.28662 5.92732 3.48917 6.49283 3.21784 7.33765L2.12069 10.7538C1.9909 11.1579 1.98194 11.5994 2.19744 11.9654C2.98299 13.2993 5.09211 15.1192 8.44589 13.163M7.47453 11.3322C7.86463 12.6005 9.39394 14.8259 12.5147 13.5372%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.029 7.01618C22.029 9.78653 19.7872 12.0324 17.0218 12.0324C14.2565 12.0324 12.0146 9.78653 12.0146 7.01618C12.0146 4.24582 14.2565 2 17.0218 2C19.7872 2 22.029 4.24582 22.029 7.01618Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-store-verified-01{-webkit-mask:url(data:image/svg+xml;utf8,) no-repeat center;mask:url(data:image/svg+xml;utf8,) no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-store-verified-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 7.5C15 7.5 15.5 7.5 16 8.5C16 8.5 17.5882 6 19 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7C22 9.76142 19.7614 12 17 12C14.2386 12 12 9.76142 12 7C12 4.23858 14.2386 2 17 2C19.7614 2 22 4.23858 22 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.9 13.816L3.37834 13.2383L3.37834 13.2383L2.9 13.816ZM2.9 16.6667L2.15 16.6667V16.6667H2.9ZM18.3092 21.219L18.8362 21.7526V21.7526L18.3092 21.219ZM3.69081 21.219L3.16379 21.7526L3.16379 21.7526L3.69081 21.219ZM7.37364 11.7778L8.09752 11.5816C7.99917 11.2187 7.64735 10.9847 7.27467 11.0343C6.902 11.0839 6.62364 11.4018 6.62364 11.7778H7.37364ZM2.10213 12.7026L2.80388 12.438L2.10213 12.7026ZM2.4119 10.958L3.05989 11.3356L3.05989 11.3356L2.4119 10.958ZM3.2792 9.46982L2.63122 9.09217H2.63122L3.2792 9.46982ZM2.01147 11.9813L1.26412 11.9183L2.01147 11.9813ZM9.06189 6.75C9.47611 6.75 9.81189 6.41421 9.81189 6C9.81189 5.58579 9.47611 5.25 9.06189 5.25V6.75ZM13.3513 14.559C13.7082 14.3488 13.8272 13.889 13.617 13.5321C13.4068 13.1752 12.947 13.0563 12.5901 13.2665L13.3513 14.559ZM19.85 14.7215C19.85 14.3073 19.5142 13.9715 19.1 13.9715C18.6858 13.9715 18.35 14.3073 18.35 14.7215H19.85ZM2.15 13.816L2.15 16.6667L3.65 16.6667L3.65 13.816L2.15 13.816ZM8.3 22.75H13.7V21.25H8.3V22.75ZM13.7 22.75C14.9518 22.75 15.9653 22.7516 16.7614 22.6458C17.5781 22.5374 18.2779 22.304 18.8362 21.7526L17.7822 20.6853C17.5497 20.9149 17.2177 21.0721 16.5639 21.1589C15.8895 21.2484 14.9937 21.25 13.7 21.25V22.75ZM18.35 16.6667C18.35 17.9452 18.3484 18.8277 18.258 19.4916C18.1707 20.1329 18.0133 20.457 17.7822 20.6853L18.8362 21.7526C19.3958 21.1999 19.6339 20.5049 19.7443 19.6939C19.8516 18.9054 19.85 17.9023 19.85 16.6667H18.35ZM2.15 16.6667C2.15 17.9023 2.14837 18.9054 2.25571 19.6939C2.36611 20.5049 2.60416 21.1999 3.16379 21.7526L4.21784 20.6853C3.98665 20.457 3.82929 20.1329 3.742 19.4916C3.65163 18.8277 3.65 17.9452 3.65 16.6667H2.15ZM8.3 21.25C7.00626 21.25 6.11048 21.2484 5.43609 21.1589C4.78232 21.0721 4.45032 20.9149 4.21784 20.6853L3.16379 21.7526C3.72212 22.304 4.42191 22.5374 5.23864 22.6458C6.03474 22.7516 7.04815 22.75 8.3 22.75V21.25ZM6.62364 11.7778C6.62364 12.8225 5.75576 13.6944 4.65387 13.6944V15.1944C6.55616 15.1944 8.12364 13.6786 8.12364 11.7778H6.62364ZM4.65387 13.6944C4.16509 13.6944 3.72116 13.5222 3.37834 13.2383L2.42166 14.3936C3.02588 14.894 3.80601 15.1944 4.65387 15.1944V13.6944ZM3.37834 13.2383C3.12025 13.0246 2.92117 12.749 2.80388 12.438L1.40038 12.9673C1.61215 13.5288 1.96823 14.0182 2.42166 14.3936L3.37834 13.2383ZM11 13.6944C9.57871 13.6944 8.42067 12.7738 8.09752 11.5816L6.64976 11.974C7.15794 13.8488 8.93188 15.1944 11 15.1944V13.6944ZM3.05989 11.3356L3.92718 9.84747L2.63122 9.09217L1.76392 10.5803L3.05989 11.3356ZM4.49729 7.74163C4.49729 7.20784 4.94277 6.75 5.5236 6.75V5.25C4.14237 5.25 2.99729 6.35167 2.99729 7.74163H4.49729ZM3.92718 9.84747C4.30039 9.20711 4.49729 8.4812 4.49729 7.74163H2.99729C2.99729 8.21444 2.87149 8.6799 2.63122 9.09217L3.92718 9.84747ZM2.80388 12.438C2.75954 12.3204 2.75687 12.3069 2.75414 12.2897C2.75122 12.2713 2.74453 12.2137 2.75882 12.0443L1.26412 11.9183C1.24526 12.1419 1.24264 12.3356 1.2727 12.5249C1.30294 12.7154 1.36218 12.866 1.40038 12.9673L2.80388 12.438ZM1.76392 10.5803C1.52232 10.9948 1.31307 11.3377 1.26412 11.9183L2.75882 12.0443C2.77615 11.8386 2.81176 11.7614 3.05989 11.3356L1.76392 10.5803ZM5.5236 6.75H9.06189V5.25H5.5236V6.75ZM12.5901 13.2665C12.1314 13.5366 11.5874 13.6944 11 13.6944V15.1944C11.8588 15.1944 12.6652 14.963 13.3513 14.559L12.5901 13.2665ZM19.85 16.6667V14.7215H18.35V16.6667H19.85Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 7.5C15 7.5 15.5 7.5 16 8.5C16 8.5 17.5882 6 19 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7C22 9.76142 19.7614 12 17 12C14.2386 12 12 9.76142 12 7C12 4.23858 14.2386 2 17 2C19.7614 2 22 4.23858 22 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.9 13.816L3.37834 13.2383L3.37834 13.2383L2.9 13.816ZM2.9 16.6667L2.15 16.6667V16.6667H2.9ZM18.3092 21.219L18.8362 21.7526V21.7526L18.3092 21.219ZM3.69081 21.219L3.16379 21.7526L3.16379 21.7526L3.69081 21.219ZM7.37364 11.7778L8.09752 11.5816C7.99917 11.2187 7.64735 10.9847 7.27467 11.0343C6.902 11.0839 6.62364 11.4018 6.62364 11.7778H7.37364ZM2.10213 12.7026L2.80388 12.438L2.10213 12.7026ZM2.4119 10.958L3.05989 11.3356L3.05989 11.3356L2.4119 10.958ZM3.2792 9.46982L2.63122 9.09217H2.63122L3.2792 9.46982ZM2.01147 11.9813L1.26412 11.9183L2.01147 11.9813ZM9.06189 6.75C9.47611 6.75 9.81189 6.41421 9.81189 6C9.81189 5.58579 9.47611 5.25 9.06189 5.25V6.75ZM13.3513 14.559C13.7082 14.3488 13.8272 13.889 13.617 13.5321C13.4068 13.1752 12.947 13.0563 12.5901 13.2665L13.3513 14.559ZM19.85 14.7215C19.85 14.3073 19.5142 13.9715 19.1 13.9715C18.6858 13.9715 18.35 14.3073 18.35 14.7215H19.85ZM2.15 13.816L2.15 16.6667L3.65 16.6667L3.65 13.816L2.15 13.816ZM8.3 22.75H13.7V21.25H8.3V22.75ZM13.7 22.75C14.9518 22.75 15.9653 22.7516 16.7614 22.6458C17.5781 22.5374 18.2779 22.304 18.8362 21.7526L17.7822 20.6853C17.5497 20.9149 17.2177 21.0721 16.5639 21.1589C15.8895 21.2484 14.9937 21.25 13.7 21.25V22.75ZM18.35 16.6667C18.35 17.9452 18.3484 18.8277 18.258 19.4916C18.1707 20.1329 18.0133 20.457 17.7822 20.6853L18.8362 21.7526C19.3958 21.1999 19.6339 20.5049 19.7443 19.6939C19.8516 18.9054 19.85 17.9023 19.85 16.6667H18.35ZM2.15 16.6667C2.15 17.9023 2.14837 18.9054 2.25571 19.6939C2.36611 20.5049 2.60416 21.1999 3.16379 21.7526L4.21784 20.6853C3.98665 20.457 3.82929 20.1329 3.742 19.4916C3.65163 18.8277 3.65 17.9452 3.65 16.6667H2.15ZM8.3 21.25C7.00626 21.25 6.11048 21.2484 5.43609 21.1589C4.78232 21.0721 4.45032 20.9149 4.21784 20.6853L3.16379 21.7526C3.72212 22.304 4.42191 22.5374 5.23864 22.6458C6.03474 22.7516 7.04815 22.75 8.3 22.75V21.25ZM6.62364 11.7778C6.62364 12.8225 5.75576 13.6944 4.65387 13.6944V15.1944C6.55616 15.1944 8.12364 13.6786 8.12364 11.7778H6.62364ZM4.65387 13.6944C4.16509 13.6944 3.72116 13.5222 3.37834 13.2383L2.42166 14.3936C3.02588 14.894 3.80601 15.1944 4.65387 15.1944V13.6944ZM3.37834 13.2383C3.12025 13.0246 2.92117 12.749 2.80388 12.438L1.40038 12.9673C1.61215 13.5288 1.96823 14.0182 2.42166 14.3936L3.37834 13.2383ZM11 13.6944C9.57871 13.6944 8.42067 12.7738 8.09752 11.5816L6.64976 11.974C7.15794 13.8488 8.93188 15.1944 11 15.1944V13.6944ZM3.05989 11.3356L3.92718 9.84747L2.63122 9.09217L1.76392 10.5803L3.05989 11.3356ZM4.49729 7.74163C4.49729 7.20784 4.94277 6.75 5.5236 6.75V5.25C4.14237 5.25 2.99729 6.35167 2.99729 7.74163H4.49729ZM3.92718 9.84747C4.30039 9.20711 4.49729 8.4812 4.49729 7.74163H2.99729C2.99729 8.21444 2.87149 8.6799 2.63122 9.09217L3.92718 9.84747ZM2.80388 12.438C2.75954 12.3204 2.75687 12.3069 2.75414 12.2897C2.75122 12.2713 2.74453 12.2137 2.75882 12.0443L1.26412 11.9183C1.24526 12.1419 1.24264 12.3356 1.2727 12.5249C1.30294 12.7154 1.36218 12.866 1.40038 12.9673L2.80388 12.438ZM1.76392 10.5803C1.52232 10.9948 1.31307 11.3377 1.26412 11.9183L2.75882 12.0443C2.77615 11.8386 2.81176 11.7614 3.05989 11.3356L1.76392 10.5803ZM5.5236 6.75H9.06189V5.25H5.5236V6.75ZM12.5901 13.2665C12.1314 13.5366 11.5874 13.6944 11 13.6944V15.1944C11.8588 15.1944 12.6652 14.963 13.3513 14.559L12.5901 13.2665ZM19.85 16.6667V14.7215H18.35V16.6667H19.85Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-tick-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 14.5C5 14.5 6.5 14.5 8.5 18C8.5 18 14.0588 8.83333 19 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 14.5C5 14.5 6.5 14.5 8.5 18C8.5 18 14.0588 8.83333 19 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-tick-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 14L8.5 17.5L19 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 14L8.5 17.5L19 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-tick-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.4743 17.3058C14.4874 14.0819 17.3962 11.8949 21.0501 8.79776C22.1437 7.87072 22.3126 6.24578 21.4547 5.09453C20.5429 3.87098 18.8103 3.62642 17.6376 4.59913C14.2907 7.37521 11.6868 10.0482 9.21679 12.9051C9.08718 13.055 9.02237 13.13 8.95511 13.1722C8.78453 13.2792 8.57138 13.2803 8.3997 13.1751C8.33199 13.1336 8.26707 13.0601 8.13722 12.9131L6.82103 11.4229C5.6201 10.0631 3.46608 10.2137 2.46339 11.7274C1.76171 12.7867 1.86569 14.1905 2.71567 15.1334L4.7796 17.4229C6.32334 19.1353 7.09521 19.9916 8.02185 19.9999C8.94849 20.0083 9.79043 19.1075 11.4743 17.3058Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.4743 17.3058C14.4874 14.0819 17.3962 11.8949 21.0501 8.79776C22.1437 7.87072 22.3126 6.24578 21.4547 5.09453C20.5429 3.87098 18.8103 3.62642 17.6376 4.59913C14.2907 7.37521 11.6868 10.0482 9.21679 12.9051C9.08718 13.055 9.02237 13.13 8.95511 13.1722C8.78453 13.2792 8.57138 13.2803 8.3997 13.1751C8.33199 13.1336 8.26707 13.0601 8.13722 12.9131L6.82103 11.4229C5.6201 10.0631 3.46608 10.2137 2.46339 11.7274C1.76171 12.7867 1.86569 14.1905 2.71567 15.1334L4.7796 17.4229C6.32334 19.1353 7.09521 19.9916 8.02185 19.9999C8.94849 20.0083 9.79043 19.1075 11.4743 17.3058Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-tick-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.8606 5.39176C22.2875 6.49635 21.6888 7.2526 20.5301 7.99754C19.5951 8.5986 18.4039 9.24975 17.1417 10.363C15.9044 11.4543 14.6968 12.7687 13.6237 14.0625C12.5549 15.351 11.6465 16.586 11.0046 17.5005C10.5898 18.0914 10.011 18.9729 10.011 18.9729C9.60281 19.6187 8.86895 20.0096 8.08206 19.9998C7.295 19.99 6.57208 19.5812 6.18156 18.9251C5.18328 17.248 4.41296 16.5857 4.05891 16.3478C3.11158 15.7112 2 15.6171 2 14.1335C2 12.9554 2.99489 12.0003 4.22216 12.0003C5.08862 12.0323 5.89398 12.373 6.60756 12.8526C7.06369 13.1591 7.54689 13.5645 8.04948 14.0981C8.63934 13.2936 9.35016 12.3653 10.147 11.4047C11.3042 10.0097 12.6701 8.51309 14.1349 7.22116C15.5748 5.95115 17.2396 4.76235 19.0042 4.13381C20.1549 3.72397 21.4337 4.28718 21.8606 5.39176Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.8606 5.39176C22.2875 6.49635 21.6888 7.2526 20.5301 7.99754C19.5951 8.5986 18.4039 9.24975 17.1417 10.363C15.9044 11.4543 14.6968 12.7687 13.6237 14.0625C12.5549 15.351 11.6465 16.586 11.0046 17.5005C10.5898 18.0914 10.011 18.9729 10.011 18.9729C9.60281 19.6187 8.86895 20.0096 8.08206 19.9998C7.295 19.99 6.57208 19.5812 6.18156 18.9251C5.18328 17.248 4.41296 16.5857 4.05891 16.3478C3.11158 15.7112 2 15.6171 2 14.1335C2 12.9554 2.99489 12.0003 4.22216 12.0003C5.08862 12.0323 5.89398 12.373 6.60756 12.8526C7.06369 13.1591 7.54689 13.5645 8.04948 14.0981C8.63934 13.2936 9.35016 12.3653 10.147 11.4047C11.3042 10.0097 12.6701 8.51309 14.1349 7.22116C15.5748 5.95115 17.2396 4.76235 19.0042 4.13381C20.1549 3.72397 21.4337 4.28718 21.8606 5.39176Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-tick-double-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 13.3333C3 13.3333 4.5 14 6.5 17C6.5 17 6.78485 16.5192 7.32133 15.7526M17 6C14.7085 7.14577 12.3119 9.55181 10.3879 11.8223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13.3333C8 13.3333 9.5 14 11.5 17C11.5 17 17 8.5 22 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 13.3333C3 13.3333 4.5 14 6.5 17C6.5 17 6.78485 16.5192 7.32133 15.7526M17 6C14.7085 7.14577 12.3119 9.55181 10.3879 11.8223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13.3333C8 13.3333 9.5 14 11.5 17C11.5 17 17 8.5 22 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-tick-double-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 13.8333L6 17.5L7.02402 16.4272M16.5 6.5L10.437 12.8517%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 13.8333L11 17.5L21.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 13.8333L6 17.5L7.02402 16.4272M16.5 6.5L10.437 12.8517%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 13.8333L11 17.5L21.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-tick-double-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.32612 18.092C6.99877 18.3667 6.71531 18.5029 6.42014 18.5C5.73998 18.4931 5.17341 17.7974 4.04028 16.4061L2.52531 14.5458C1.90142 13.7798 1.82509 12.6392 2.34013 11.7785C2.92845 10.7954 4.05674 10.52 4.93607 11.0133M10.9222 8.5C11.7133 7.66585 12.5575 6.8322 13.4783 5.98679C13.9225 5.57893 14.4762 5.43447 15 5.52681%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.1057 16.311C16.3656 13.6916 18.5472 11.9146 21.2876 9.39818C22.1078 8.64496 22.2345 7.3247 21.591 6.3893C20.9072 5.39517 19.6077 5.19647 18.7282 5.98679C16.218 8.24236 14.2651 10.4141 12.4126 12.7354C12.3154 12.8572 12.2668 12.9181 12.2163 12.9524C12.0884 13.0393 11.9285 13.0403 11.7998 12.9548C11.749 12.9211 11.7003 12.8613 11.6029 12.7419L10.6158 11.5311C9.71508 10.4263 8.09956 10.5486 7.34754 11.7785C6.82128 12.6392 6.89927 13.7798 7.53675 14.5458L9.0847 16.4061C10.2425 17.7974 10.8214 18.4931 11.5164 18.5C12.2114 18.5068 12.8428 17.7748 14.1057 16.311Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.32612 18.092C6.99877 18.3667 6.71531 18.5029 6.42014 18.5C5.73998 18.4931 5.17341 17.7974 4.04028 16.4061L2.52531 14.5458C1.90142 13.7798 1.82509 12.6392 2.34013 11.7785C2.92845 10.7954 4.05674 10.52 4.93607 11.0133M10.9222 8.5C11.7133 7.66585 12.5575 6.8322 13.4783 5.98679C13.9225 5.57893 14.4762 5.43447 15 5.52681%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.1057 16.311C16.3656 13.6916 18.5472 11.9146 21.2876 9.39818C22.1078 8.64496 22.2345 7.3247 21.591 6.3893C20.9072 5.39517 19.6077 5.19647 18.7282 5.98679C16.218 8.24236 14.2651 10.4141 12.4126 12.7354C12.3154 12.8572 12.2668 12.9181 12.2163 12.9524C12.0884 13.0393 11.9285 13.0403 11.7998 12.9548C11.749 12.9211 11.7003 12.8613 11.6029 12.7419L10.6158 11.5311C9.71508 10.4263 8.09956 10.5486 7.34754 11.7785C6.82128 12.6392 6.89927 13.7798 7.53675 14.5458L9.0847 16.4061C10.2425 17.7974 10.8214 18.4931 11.5164 18.5C12.2114 18.5068 12.8428 17.7748 14.1057 16.311Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-tick-double-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.8966 6.63081C22.2168 7.52828 21.7678 8.14274 20.8986 8.748C20.1973 9.23636 19.3039 9.76542 18.3572 10.6699C17.4291 11.5566 16.5234 12.6246 15.7184 13.6758C14.743 14.9496 13.8206 16.2801 13.0087 17.6655C12.7026 18.1902 12.1521 18.5078 11.5619 18.4999C10.9716 18.4919 10.4293 18.1597 10.1364 17.6267C9.38765 16.264 8.80986 15.7259 8.5443 15.5326C7.8075 14.9963 7 14.9035 7 13.7335C7 12.7762 7.74623 12.0002 8.66675 12.0002C9.32548 12.0266 9.92854 12.3088 10.4559 12.6927C10.7981 12.9418 11.1605 13.2711 11.5375 13.7047C11.9799 13.051 12.5131 12.2968 13.1107 11.5163C13.9787 10.3829 15.0032 9.16689 16.1019 8.11719C17.1819 7.08531 18.4306 6.11941 19.7542 5.60872C20.6172 5.27573 21.5764 5.73333 21.8966 6.63081Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.43961 12.0755C4.28117 12.0236 4.13796 11.9909 4.01252 11.9713C3.94995 11.9615 3.89226 11.955 3.83976 11.951L3.69887 11.9454C2.76061 11.9454 2 12.728 2 13.6933C2 14.5669 2.62294 15.2908 3.43675 15.4205C3.4652 15.4355 3.51137 15.4624 3.57407 15.5076C3.84474 15.7025 4.43367 16.2452 5.19686 17.6193C5.49542 18.1569 6.04811 18.4918 6.64983 18.4999C7.06202 18.5054 7.45518 18.3567 7.76226 18.0924M15 5.5C13.6509 6.015 12.3781 6.98904 11.2773 8.02963C10.8929 8.39299 10.5174 8.77611 10.1542 9.16884%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.8966 6.63081C22.2168 7.52828 21.7678 8.14274 20.8986 8.748C20.1973 9.23636 19.3039 9.76542 18.3572 10.6699C17.4291 11.5566 16.5234 12.6246 15.7184 13.6758C14.743 14.9496 13.8206 16.2801 13.0087 17.6655C12.7026 18.1902 12.1521 18.5078 11.5619 18.4999C10.9716 18.4919 10.4293 18.1597 10.1364 17.6267C9.38765 16.264 8.80986 15.7259 8.5443 15.5326C7.8075 14.9963 7 14.9035 7 13.7335C7 12.7762 7.74623 12.0002 8.66675 12.0002C9.32548 12.0266 9.92854 12.3088 10.4559 12.6927C10.7981 12.9418 11.1605 13.2711 11.5375 13.7047C11.9799 13.051 12.5131 12.2968 13.1107 11.5163C13.9787 10.3829 15.0032 9.16689 16.1019 8.11719C17.1819 7.08531 18.4306 6.11941 19.7542 5.60872C20.6172 5.27573 21.5764 5.73333 21.8966 6.63081Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.43961 12.0755C4.28117 12.0236 4.13796 11.9909 4.01252 11.9713C3.94995 11.9615 3.89226 11.955 3.83976 11.951L3.69887 11.9454C2.76061 11.9454 2 12.728 2 13.6933C2 14.5669 2.62294 15.2908 3.43675 15.4205C3.4652 15.4355 3.51137 15.4624 3.57407 15.5076C3.84474 15.7025 4.43367 16.2452 5.19686 17.6193C5.49542 18.1569 6.04811 18.4918 6.64983 18.4999C7.06202 18.5054 7.45518 18.3567 7.76226 18.0924M15 5.5C13.6509 6.015 12.3781 6.98904 11.2773 8.02963C10.8929 8.39299 10.5174 8.77611 10.1542 9.16884%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-validation-approval{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0003 18.5L18.2777 17.1138C18.4244 16.3806 18.8164 15.7048 18.9562 14.9703C18.9852 14.818 19.0003 14.6608 19.0003 14.5C19.0003 13.1193 17.881 12 16.5003 12C15.1196 12 14.0003 13.1193 14.0003 14.5C14.0003 14.6608 14.0155 14.818 14.0445 14.9703C14.1843 15.7048 14.5763 16.3806 14.723 17.1138L15.0003 18.5M18.0003 18.5H15.0003M18.0003 18.5L20.4966 19.1659C21.375 19.3611 22 20.1402 22 21.0401C22 21.5702 21.5702 22 21.0401 22H20.4966H12.5H11.9599C11.4298 22 11 21.5702 11 21.0401C11 20.1402 11.625 19.3611 12.5034 19.1659L15.0003 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 9V8C17 5.17157 17 3.75736 16.1213 2.87868C15.2426 2 13.8284 2 11 2H8C5.17157 2 3.75736 2 2.87868 2.87868C2 3.75736 2 5.17157 2 8V16C2 18.8284 2 20.2426 2.87868 21.1213C3.75736 22 5.17157 22 8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8.66667C7 8.66667 7.625 8.66667 8.25 10C8.25 10 10.2353 6.66667 12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 14H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0003 18.5L18.2777 17.1138C18.4244 16.3806 18.8164 15.7048 18.9562 14.9703C18.9852 14.818 19.0003 14.6608 19.0003 14.5C19.0003 13.1193 17.881 12 16.5003 12C15.1196 12 14.0003 13.1193 14.0003 14.5C14.0003 14.6608 14.0155 14.818 14.0445 14.9703C14.1843 15.7048 14.5763 16.3806 14.723 17.1138L15.0003 18.5M18.0003 18.5H15.0003M18.0003 18.5L20.4966 19.1659C21.375 19.3611 22 20.1402 22 21.0401C22 21.5702 21.5702 22 21.0401 22H20.4966H12.5H11.9599C11.4298 22 11 21.5702 11 21.0401C11 20.1402 11.625 19.3611 12.5034 19.1659L15.0003 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 9V8C17 5.17157 17 3.75736 16.1213 2.87868C15.2426 2 13.8284 2 11 2H8C5.17157 2 3.75736 2 2.87868 2.87868C2 3.75736 2 5.17157 2 8V16C2 18.8284 2 20.2426 2.87868 21.1213C3.75736 22 5.17157 22 8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8.66667C7 8.66667 7.625 8.66667 8.25 10C8.25 10 10.2353 6.66667 12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 14H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-validation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.6034 8.58326L18.8152 7.77534C19.4562 7.34802 20.234 7.14124 20.8709 6.70794C21.003 6.61809 21.1286 6.5146 21.2457 6.39747C22.2514 5.39149 22.2514 3.76047 21.2457 2.75449C20.2399 1.7485 18.6092 1.7485 17.6034 2.75449C17.4863 2.87161 17.3828 2.99721 17.293 3.12931C16.8598 3.76635 16.653 4.54433 16.2258 5.1854L15.418 6.39747M17.6034 8.58326L15.418 6.39747M17.6034 8.58326L19.3012 11.2518C19.7989 12.034 19.6866 13.057 19.0311 13.7126C18.6449 14.0989 18.0188 14.0989 17.6326 13.7126L10.2896 6.36828C9.90345 5.98201 9.90345 5.35574 10.2896 4.96947C10.9451 4.31385 11.968 4.20155 12.75 4.69933L15.418 6.39747%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 16.8943C15.1213 19.8469 12.3861 22 9.148 22C5.20027 22 2 18.7997 2 14.852C2 11.6139 4.15309 8.87874 7.10572 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15.6667C7 15.6667 7.625 15.6667 8.25 17C8.25 17 10.2353 13.6667 12 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.6034 8.58326L18.8152 7.77534C19.4562 7.34802 20.234 7.14124 20.8709 6.70794C21.003 6.61809 21.1286 6.5146 21.2457 6.39747C22.2514 5.39149 22.2514 3.76047 21.2457 2.75449C20.2399 1.7485 18.6092 1.7485 17.6034 2.75449C17.4863 2.87161 17.3828 2.99721 17.293 3.12931C16.8598 3.76635 16.653 4.54433 16.2258 5.1854L15.418 6.39747M17.6034 8.58326L15.418 6.39747M17.6034 8.58326L19.3012 11.2518C19.7989 12.034 19.6866 13.057 19.0311 13.7126C18.6449 14.0989 18.0188 14.0989 17.6326 13.7126L10.2896 6.36828C9.90345 5.98201 9.90345 5.35574 10.2896 4.96947C10.9451 4.31385 11.968 4.20155 12.75 4.69933L15.418 6.39747%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 16.8943C15.1213 19.8469 12.3861 22 9.148 22C5.20027 22 2 18.7997 2 14.852C2 11.6139 4.15309 8.87874 7.10572 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15.6667C7 15.6667 7.625 15.6667 8.25 17C8.25 17 10.2353 13.6667 12 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-check-icons-web-validation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9992 10C20.9907 6.41543 20.8861 4.52814 19.6088 3.31802C18.2175 2 15.9783 2 11.5 2C7.02166 2 4.78249 2 3.39124 3.31802C2 4.63604 2 6.75736 2 11C2 15.2426 2 17.364 3.39124 18.682C4.61763 19.8438 6.50289 19.9815 10 19.9978%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17.5C15 17.5 15.5 17.5 16 18.5C16 18.5 17.5882 16 19 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.49981 5.5H6.50879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4998 5.5H10.5088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9992 10C20.9907 6.41543 20.8861 4.52814 19.6088 3.31802C18.2175 2 15.9783 2 11.5 2C7.02166 2 4.78249 2 3.39124 3.31802C2 4.63604 2 6.75736 2 11C2 15.2426 2 17.364 3.39124 18.682C4.61763 19.8438 6.50289 19.9815 10 19.9978%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17.5C15 17.5 15.5 17.5 16 18.5C16 18.5 17.5882 16 19 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.49981 5.5H6.50879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4998 5.5H10.5088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-baby-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 16C13.4271 16.6318 12.7395 17 12 17C11.2605 17 10.5729 16.6318 10 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 11.5C8.71357 11.1841 8.36974 11 8 11C7.63026 11 7.28643 11.1841 7 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 11.5C16.7136 11.1841 16.3697 11 16 11C15.6303 11 15.2864 11.1841 15 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2C10.3431 2 9 3.34315 9 5C9 6.65685 10.3431 8 12 8C12.7684 8 13.4692 7.71115 14 7.23611%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 16C13.4271 16.6318 12.7395 17 12 17C11.2605 17 10.5729 16.6318 10 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 11.5C8.71357 11.1841 8.36974 11 8 11C7.63026 11 7.28643 11.1841 7 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 11.5C16.7136 11.1841 16.3697 11 16 11C15.6303 11 15.2864 11.1841 15 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2C10.3431 2 9 3.34315 9 5C9 6.65685 10.3431 8 12 8C12.7684 8 13.4692 7.71115 14 7.23611%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-baby-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%228%22 r%3D%226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.874 12C17.5826 13.037 18 14.3093 18 15.6842C18 16.5017 17.8524 17.2829 17.5838 18M7.12605 12C6.41738 13.037 6 14.3093 6 15.6842C6 19.1723 8.68629 22 12 22C14.5371 22 16.7064 20.3424 17.5838 18M17.5838 18C14.8509 16.8 12.0559 14.8333 11 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9992 2C11.0051 2 10.1992 2.7835 10.1992 3.75C10.1992 4.7165 11.0051 5.5 11.9992 5.5C12.4602 5.5 12.8808 5.3315 13.1992 5.0544%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 8H10.0081M14 8H14.0081%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%228%22 r%3D%226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.874 12C17.5826 13.037 18 14.3093 18 15.6842C18 16.5017 17.8524 17.2829 17.5838 18M7.12605 12C6.41738 13.037 6 14.3093 6 15.6842C6 19.1723 8.68629 22 12 22C14.5371 22 16.7064 20.3424 17.5838 18M17.5838 18C14.8509 16.8 12.0559 14.8333 11 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9992 2C11.0051 2 10.1992 2.7835 10.1992 3.75C10.1992 4.7165 11.0051 5.5 11.9992 5.5C12.4602 5.5 12.8808 5.3315 13.1992 5.0544%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 8H10.0081M14 8H14.0081%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-baby-bottle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 10.5C17 10.5 18 13 18 16.25C18 17.4212 17.8701 18.4949 17.704 19.3894C17.4952 20.5137 17.3908 21.0758 16.835 21.5379C16.2792 22 15.6168 22 14.2919 22H9.70813C8.38323 22 7.72079 22 7.16499 21.5379C6.60919 21.0758 6.50478 20.5137 6.29598 19.3894C6.12986 18.4949 6 17.4212 6 16.25C6 13 7 10.5 7 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00011 10.511H17.0001C17.148 9.69521 16.9213 8.12225 14.9607 7.50006C14.4954 7.35244 13.95 7.07638 13.7045 6.61185C13.4872 6.20054 13.3855 5.64364 13.7112 5.02551C14.3134 3.88271 13.7323 2.48063 12.4822 2.0873C12.326 2.03813 12.1632 2.00186 12.0001 2.00024C11.826 1.99852 11.6517 2.0348 11.4849 2.0873C10.2348 2.48063 9.65373 3.88271 10.2559 5.02551C10.5816 5.64364 10.4799 6.20054 10.2626 6.61185C10.0247 7.06204 9.50673 7.46181 9.02371 7.61504C7.67057 8.04436 6.73858 9.06792 7.00011 10.511Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14H17.5M15 18H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 10.5C17 10.5 18 13 18 16.25C18 17.4212 17.8701 18.4949 17.704 19.3894C17.4952 20.5137 17.3908 21.0758 16.835 21.5379C16.2792 22 15.6168 22 14.2919 22H9.70813C8.38323 22 7.72079 22 7.16499 21.5379C6.60919 21.0758 6.50478 20.5137 6.29598 19.3894C6.12986 18.4949 6 17.4212 6 16.25C6 13 7 10.5 7 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00011 10.511H17.0001C17.148 9.69521 16.9213 8.12225 14.9607 7.50006C14.4954 7.35244 13.95 7.07638 13.7045 6.61185C13.4872 6.20054 13.3855 5.64364 13.7112 5.02551C14.3134 3.88271 13.7323 2.48063 12.4822 2.0873C12.326 2.03813 12.1632 2.00186 12.0001 2.00024C11.826 1.99852 11.6517 2.0348 11.4849 2.0873C10.2348 2.48063 9.65373 3.88271 10.2559 5.02551C10.5816 5.64364 10.4799 6.20054 10.2626 6.61185C10.0247 7.06204 9.50673 7.46181 9.02371 7.61504C7.67057 8.04436 6.73858 9.06792 7.00011 10.511Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14H17.5M15 18H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-baby-boy-dress{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.94724 9.003C5.94724 9.003 3.68265 11.252 3.01654 10.9766C2.07687 10.5882 1.67051 6.8204 2.30951 6.24512L4.76679 4.03287C5.90144 3.01137 5.93084 3 7.43853 3H8.95703C9.1835 4.3592 10.4956 5.99207 12 5.99207C13.5044 5.99207 14.8165 4.3592 15.043 3H16.5615C18.0692 3 18.0986 3.01136 19.2332 4.03287L21.6905 6.24512C22.3295 6.8204 21.9231 10.5882 20.9835 10.9766C20.3173 11.252 18.0489 9.003 18.0489 9.003%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8V18.5267C6 19.2323 6.11985 19.6092 6.75491 19.9496C9.3676 21.3501 14.6324 21.3501 17.2451 19.9496C17.8802 19.6092 18 19.2323 18 18.5267L18 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10C8 12.6667 16 12.6667 18 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.94724 9.003C5.94724 9.003 3.68265 11.252 3.01654 10.9766C2.07687 10.5882 1.67051 6.8204 2.30951 6.24512L4.76679 4.03287C5.90144 3.01137 5.93084 3 7.43853 3H8.95703C9.1835 4.3592 10.4956 5.99207 12 5.99207C13.5044 5.99207 14.8165 4.3592 15.043 3H16.5615C18.0692 3 18.0986 3.01136 19.2332 4.03287L21.6905 6.24512C22.3295 6.8204 21.9231 10.5882 20.9835 10.9766C20.3173 11.252 18.0489 9.003 18.0489 9.003%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8V18.5267C6 19.2323 6.11985 19.6092 6.75491 19.9496C9.3676 21.3501 14.6324 21.3501 17.2451 19.9496C17.8802 19.6092 18 19.2323 18 18.5267L18 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10C8 12.6667 16 12.6667 18 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-baby-girl-dress{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.21182 9L4.27882 16.4753C2.45802 19.936 10.0782 21 12 21C13.9218 21 21.542 19.936 19.7212 16.4753L15.7882 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.1344 12.2209C10.8048 11.8554 11.3899 12.0027 11.7414 12.2373C11.8855 12.3335 11.9576 12.3817 12 12.3817C12.0424 12.3817 12.1145 12.3335 12.2586 12.2373C12.6101 12.0027 13.1952 11.8554 13.8656 12.2209C14.7455 12.7007 14.9446 14.2833 12.9151 15.6185C12.5286 15.8728 12.3353 16 12 16C11.6647 16 11.4714 15.8728 11.0849 15.6185C9.05543 14.2833 9.25452 12.7007 10.1344 12.2209Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99975 10.8144C5.00001 11.7912 1.47372 8.63145 2.06625 7.87321L5.5695 3.39027C5.76071 3.14559 6.07218 3 6.40442 3H8.50685C8.75549 3 8.96414 3.16269 9.04048 3.37578C9.42268 4.44252 10.762 5.72296 12 5.72301C13.238 5.72305 14.5774 4.4425 14.9596 3.37578C15.0359 3.16269 15.2446 3 15.4932 3H17.5956C17.9279 3 18.2393 3.14559 18.4305 3.39027L21.9338 7.87321C22.5263 8.63145 19 11.7912 17.0017 10.8144%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.21182 9L4.27882 16.4753C2.45802 19.936 10.0782 21 12 21C13.9218 21 21.542 19.936 19.7212 16.4753L15.7882 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.1344 12.2209C10.8048 11.8554 11.3899 12.0027 11.7414 12.2373C11.8855 12.3335 11.9576 12.3817 12 12.3817C12.0424 12.3817 12.1145 12.3335 12.2586 12.2373C12.6101 12.0027 13.1952 11.8554 13.8656 12.2209C14.7455 12.7007 14.9446 14.2833 12.9151 15.6185C12.5286 15.8728 12.3353 16 12 16C11.6647 16 11.4714 15.8728 11.0849 15.6185C9.05543 14.2833 9.25452 12.7007 10.1344 12.2209Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99975 10.8144C5.00001 11.7912 1.47372 8.63145 2.06625 7.87321L5.5695 3.39027C5.76071 3.14559 6.07218 3 6.40442 3H8.50685C8.75549 3 8.96414 3.16269 9.04048 3.37578C9.42268 4.44252 10.762 5.72296 12 5.72301C13.238 5.72305 14.5774 4.4425 14.9596 3.37578C15.0359 3.16269 15.2446 3 15.4932 3H17.5956C17.9279 3 18.2393 3.14559 18.4305 3.39027L21.9338 7.87321C22.5263 8.63145 19 11.7912 17.0017 10.8144%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-belt{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.9751 17.9655C12.4619 17.5232 16 16.3318 16 12C16 7.66817 12.4619 6.47683 8.9751 6.0345C6.62063 5.73582 6 7.41975 6 9.41154V14.5885C6 16.5803 6.62063 18.2642 8.9751 17.9655Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7.5H6M2 16.5H6M14 7.5H22M14 16.5L22 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.9998 12H20.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.9751 17.9655C12.4619 17.5232 16 16.3318 16 12C16 7.66817 12.4619 6.47683 8.9751 6.0345C6.62063 5.73582 6 7.41975 6 9.41154V14.5885C6 16.5803 6.62063 18.2642 8.9751 17.9655Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7.5H6M2 16.5H6M14 7.5H22M14 16.5L22 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.9998 12H20.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-blush-brush-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.26195 11.0605L3.0805 12.8517C0.632854 13.7664 3.93192 17.9857 5.02675 19.075C6.12157 20.1642 10.5286 23.6115 11.448 21.1764L13.1911 15.9644M3.43097 16.5183L6.13265 15.1405M7.83602 20.5259L9.09012 18.0828%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.8235 8.27756L13.8257 7.28049C14.22 6.88824 14.908 6.9618 15.3023 7.35404L16.8665 8.91022C17.2608 9.30247 17.2608 9.93842 16.8665 10.3307L15.8643 11.3277C15.5688 11.6217 15.3722 11.9997 15.3018 12.4095L14.8073 15.2862C14.6692 16.0895 13.6775 16.4034 13.0983 15.8271L8.56022 11.0397C7.98096 10.4634 8.08605 9.54013 8.89353 9.40273L11.785 8.91073C12.1969 8.84064 12.528 8.57156 12.8235 8.27756Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.1417 9.03049L21.7242 4.28855C23.0812 2.93856 21.2157 1.18842 19.9164 2.48125L15.1226 7.02167%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.26195 11.0605L3.0805 12.8517C0.632854 13.7664 3.93192 17.9857 5.02675 19.075C6.12157 20.1642 10.5286 23.6115 11.448 21.1764L13.1911 15.9644M3.43097 16.5183L6.13265 15.1405M7.83602 20.5259L9.09012 18.0828%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.8235 8.27756L13.8257 7.28049C14.22 6.88824 14.908 6.9618 15.3023 7.35404L16.8665 8.91022C17.2608 9.30247 17.2608 9.93842 16.8665 10.3307L15.8643 11.3277C15.5688 11.6217 15.3722 11.9997 15.3018 12.4095L14.8073 15.2862C14.6692 16.0895 13.6775 16.4034 13.0983 15.8271L8.56022 11.0397C7.98096 10.4634 8.08605 9.54013 8.89353 9.40273L11.785 8.91073C12.1969 8.84064 12.528 8.57156 12.8235 8.27756Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.1417 9.03049L21.7242 4.28855C23.0812 2.93856 21.2157 1.18842 19.9164 2.48125L15.1226 7.02167%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-blush-brush-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 4L6.33155 4.896C6.63541 5.71716 7.28284 6.36459 8.104 6.66845L9 7L8.104 7.33155C7.28284 7.63541 6.63541 8.28284 6.33155 9.104L6 10L5.66845 9.104C5.36459 8.28284 4.71716 7.63541 3.896 7.33155L3 7L3.896 6.66845C4.71716 6.36459 5.36459 5.71716 5.66845 4.896L6 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9517 15.001C14.3507 19.8669 11.3437 21.7499 9.97115 22.0087C7.34104 21.6613 5.62091 20.3722 4.54344 18.8682M14.9517 15.001L11.9307 12.9835M14.9517 15.001L17.5098 10M11.9307 12.9835C7.87053 15.7168 4.57143 14.6429 3.05725 13.8834C2.99223 13.8508 2.91484 13.8947 2.91368 13.9676C2.89438 15.1786 3.34569 17.1964 4.54344 18.8682M11.9307 12.9835L14.9367 8.3894M14.9367 8.3894L18.771 2.52935C19.1022 2.02928 19.7571 1.86118 20.2874 2.14011C20.8585 2.44048 21.0787 3.14778 20.7794 3.72031L17.5098 10M14.9367 8.3894L17.5098 10M4.54344 18.8682C6.63466 19.4905 9.30976 18.4711 10.0846 17.9584%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 4L6.33155 4.896C6.63541 5.71716 7.28284 6.36459 8.104 6.66845L9 7L8.104 7.33155C7.28284 7.63541 6.63541 8.28284 6.33155 9.104L6 10L5.66845 9.104C5.36459 8.28284 4.71716 7.63541 3.896 7.33155L3 7L3.896 6.66845C4.71716 6.36459 5.36459 5.71716 5.66845 4.896L6 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9517 15.001C14.3507 19.8669 11.3437 21.7499 9.97115 22.0087C7.34104 21.6613 5.62091 20.3722 4.54344 18.8682M14.9517 15.001L11.9307 12.9835M14.9517 15.001L17.5098 10M11.9307 12.9835C7.87053 15.7168 4.57143 14.6429 3.05725 13.8834C2.99223 13.8508 2.91484 13.8947 2.91368 13.9676C2.89438 15.1786 3.34569 17.1964 4.54344 18.8682M11.9307 12.9835L14.9367 8.3894M14.9367 8.3894L18.771 2.52935C19.1022 2.02928 19.7571 1.86118 20.2874 2.14011C20.8585 2.44048 21.0787 3.14778 20.7794 3.72031L17.5098 10M14.9367 8.3894L17.5098 10M4.54344 18.8682C6.63466 19.4905 9.30976 18.4711 10.0846 17.9584%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-body-soap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 13C4.5 10.2386 6.73858 8 9.5 8C12.2614 8 14.5 10.2386 14.5 13V18C14.5 19.8856 14.5 20.8284 13.9142 21.4142C13.3284 22 12.3856 22 10.5 22H8.5C6.61438 22 5.67157 22 5.08579 21.4142C4.5 20.8284 4.5 19.8856 4.5 18V13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 13.1122C10.8607 9.83944 8.89093 14.9405 4.5 13.8418%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 8V7C7.5 6.05719 7.5 5.58579 7.79289 5.29289C8.08579 5 8.55719 5 9.5 5C10.4428 5 10.9142 5 11.2071 5.29289C11.5 5.58579 11.5 6.05719 11.5 7V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 5V2M9.5 2H7.5M9.5 2H12.9229C13.9117 2 14.7493 2.39009 15.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.4414 8.97336C19.671 9.84608 19.2059 10.7313 18.4026 10.9505C17.5994 11.1697 16.7621 10.64 16.5325 9.76726C16.303 8.89454 17.3634 7 17.3634 7C17.3634 7 19.2118 8.10063 19.4414 8.97336Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 13C4.5 10.2386 6.73858 8 9.5 8C12.2614 8 14.5 10.2386 14.5 13V18C14.5 19.8856 14.5 20.8284 13.9142 21.4142C13.3284 22 12.3856 22 10.5 22H8.5C6.61438 22 5.67157 22 5.08579 21.4142C4.5 20.8284 4.5 19.8856 4.5 18V13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 13.1122C10.8607 9.83944 8.89093 14.9405 4.5 13.8418%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 8V7C7.5 6.05719 7.5 5.58579 7.79289 5.29289C8.08579 5 8.55719 5 9.5 5C10.4428 5 10.9142 5 11.2071 5.29289C11.5 5.58579 11.5 6.05719 11.5 7V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 5V2M9.5 2H7.5M9.5 2H12.9229C13.9117 2 14.7493 2.39009 15.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.4414 8.97336C19.671 9.84608 19.2059 10.7313 18.4026 10.9505C17.5994 11.1697 16.7621 10.64 16.5325 9.76726C16.303 8.89454 17.3634 7 17.3634 7C17.3634 7 19.2118 8.10063 19.4414 8.97336Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-bow-tie{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 9.5022C9 8.50179 6.02143 5.77926 4.66065 6.01432C1.11312 6.62711 1.11312 17.3771 4.66065 17.9899C6.02143 18.2249 9 15.5025 10 14.5021%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9.5022C15 8.50179 17.9786 5.77926 19.3393 6.01432C22.8869 6.62711 22.8869 17.3771 19.3393 17.9899C17.9786 18.2249 15 15.5025 14 14.5022%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 12.002C9.5 9.90315 10.1219 9.00195 12 9.00195C13.749 9.00195 14.5 9.74822 14.5 12.002C14.5 14.1008 13.8781 15.002 12 15.002C10.1219 15.002 9.5 14.1008 9.5 12.002Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12.002H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12.002H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 9.5022C9 8.50179 6.02143 5.77926 4.66065 6.01432C1.11312 6.62711 1.11312 17.3771 4.66065 17.9899C6.02143 18.2249 9 15.5025 10 14.5021%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9.5022C15 8.50179 17.9786 5.77926 19.3393 6.01432C22.8869 6.62711 22.8869 17.3771 19.3393 17.9899C17.9786 18.2249 15 15.5025 14 14.5022%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 12.002C9.5 9.90315 10.1219 9.00195 12 9.00195C13.749 9.00195 14.5 9.74822 14.5 12.002C14.5 14.1008 13.8781 15.002 12 15.002C10.1219 15.002 9.5 14.1008 9.5 12.002Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12.002H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12.002H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-boxer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.82004 3H19.18C19.7167 3 19.9851 3 20.1838 3.0927C20.4487 3.21631 20.6461 3.451 20.7237 3.73439C20.7818 3.94693 20.7377 4.21349 20.6495 4.7466C20.584 5.14188 20.5513 5.33952 20.4642 5.49389C20.3481 5.69972 20.1632 5.8574 19.9425 5.93889C19.777 6 19.578 6 19.18 6H4.82003C4.42204 6 4.22304 6 4.05749 5.93889C3.83676 5.8574 3.65189 5.69972 3.53577 5.49389C3.44869 5.33952 3.41597 5.14188 3.35054 4.7466C3.2623 4.21349 3.21817 3.94693 3.27633 3.73439C3.35388 3.451 3.55133 3.21631 3.81621 3.0927C4.01487 3 4.28326 3 4.82004 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 6C2.80083 8.35175 2 10.0659 2 12.7001V17.7669C2 19.1536 2 19.847 2.43934 20.2778C3.35803 21.1786 8.51722 21.3009 9.56066 20.2778C10.6442 19.2153 9.60514 17.1627 10.1522 15.8675C10.488 15.0728 11.3875 14.4452 12 13.8446M12 13.8446L10.5 12.3737M12 13.8446C12.6125 14.4452 13.512 15.0728 13.8478 15.8675C14.3949 17.1627 13.3558 19.2153 14.4393 20.2778C15.358 21.1786 20.5172 21.3009 21.5607 20.2778C22 19.847 22 19.1536 22 17.7669V12.7001C22 10.0659 21.1992 8.35174 20 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 8.77778L12 6L15 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.82004 3H19.18C19.7167 3 19.9851 3 20.1838 3.0927C20.4487 3.21631 20.6461 3.451 20.7237 3.73439C20.7818 3.94693 20.7377 4.21349 20.6495 4.7466C20.584 5.14188 20.5513 5.33952 20.4642 5.49389C20.3481 5.69972 20.1632 5.8574 19.9425 5.93889C19.777 6 19.578 6 19.18 6H4.82003C4.42204 6 4.22304 6 4.05749 5.93889C3.83676 5.8574 3.65189 5.69972 3.53577 5.49389C3.44869 5.33952 3.41597 5.14188 3.35054 4.7466C3.2623 4.21349 3.21817 3.94693 3.27633 3.73439C3.35388 3.451 3.55133 3.21631 3.81621 3.0927C4.01487 3 4.28326 3 4.82004 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 6C2.80083 8.35175 2 10.0659 2 12.7001V17.7669C2 19.1536 2 19.847 2.43934 20.2778C3.35803 21.1786 8.51722 21.3009 9.56066 20.2778C10.6442 19.2153 9.60514 17.1627 10.1522 15.8675C10.488 15.0728 11.3875 14.4452 12 13.8446M12 13.8446L10.5 12.3737M12 13.8446C12.6125 14.4452 13.512 15.0728 13.8478 15.8675C14.3949 17.1627 13.3558 19.2153 14.4393 20.2778C15.358 21.1786 20.5172 21.3009 21.5607 20.2778C22 19.847 22 19.1536 22 17.7669V12.7001C22 10.0659 21.1992 8.35174 20 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 8.77778L12 6L15 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-breast-pump{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.2143 22H13.7857C15.3951 22 16.1998 22 16.747 21.5637C16.8641 21.4703 16.9703 21.3641 17.0637 21.247C17.5 20.6998 17.5 19.8951 17.5 18.2857V14C17.5 11.2386 15.2614 9 12.5 9C9.73858 9 7.5 11.2386 7.5 14V18.2857C7.5 19.8951 7.5 20.6998 7.93634 21.247C8.02971 21.3641 8.13594 21.4703 8.25302 21.5637C8.80017 22 9.60488 22 11.2143 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14H17.5M15 18H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 9V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 6H9C8.51194 6 8.26792 6 8.03739 6.02684C7.10692 6.13518 6.24399 6.56665 5.59904 7.24602C5.43925 7.41433 5.29283 7.60956 5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%224.5%22 cy%3D%229.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 5.99954C16.0195 5.49103 17.5998 4.17647 18.3402 3.29011C18.8693 2.6567 19.5 2 21 2V10C19.5 10 18.8693 9.34284 18.3402 8.70943C17.5998 7.82307 16.0195 6.50805 15 5.99954Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.2143 22H13.7857C15.3951 22 16.1998 22 16.747 21.5637C16.8641 21.4703 16.9703 21.3641 17.0637 21.247C17.5 20.6998 17.5 19.8951 17.5 18.2857V14C17.5 11.2386 15.2614 9 12.5 9C9.73858 9 7.5 11.2386 7.5 14V18.2857C7.5 19.8951 7.5 20.6998 7.93634 21.247C8.02971 21.3641 8.13594 21.4703 8.25302 21.5637C8.80017 22 9.60488 22 11.2143 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14H17.5M15 18H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 9V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 6H9C8.51194 6 8.26792 6 8.03739 6.02684C7.10692 6.13518 6.24399 6.56665 5.59904 7.24602C5.43925 7.41433 5.29283 7.60956 5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%224.5%22 cy%3D%229.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 5.99954C16.0195 5.49103 17.5998 4.17647 18.3402 3.29011C18.8693 2.6567 19.5 2 21 2V10C19.5 10 18.8693 9.34284 18.3402 8.70943C17.5998 7.82307 16.0195 6.50805 15 5.99954Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-cap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 17L2.05801 14.5262C1.4248 8.63648 6.05622 3.5 12 3.5C17.9438 3.5 22.5752 8.63648 21.942 14.5262L21.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.0157 10.5C7.81291 7.29507 9.59813 3.5 12 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9999 10.5C16.2027 7.29507 14.4175 3.5 12.0156 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 17.0094C10.5 14.1428 13.5 14.5244 21.5 17.0094C21.2236 18.1308 21.0732 21.2996 19.851 21.8967C19.265 22.183 18.4247 21.7989 17.821 21.6547C14.9252 20.963 13.4773 20.6171 12 20.6171C10.5227 20.6171 9.07482 20.963 6.17904 21.6547C5.57535 21.7989 4.73502 22.183 4.14904 21.8967C2.92684 21.2996 2.77642 18.1308 2.5 17.0094Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 17L2.05801 14.5262C1.4248 8.63648 6.05622 3.5 12 3.5C17.9438 3.5 22.5752 8.63648 21.942 14.5262L21.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.0157 10.5C7.81291 7.29507 9.59813 3.5 12 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9999 10.5C16.2027 7.29507 14.4175 3.5 12.0156 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 17.0094C10.5 14.1428 13.5 14.5244 21.5 17.0094C21.2236 18.1308 21.0732 21.2996 19.851 21.8967C19.265 22.183 18.4247 21.7989 17.821 21.6547C14.9252 20.963 13.4773 20.6171 12 20.6171C10.5227 20.6171 9.07482 20.963 6.17904 21.6547C5.57535 21.7989 4.73502 22.183 4.14904 21.8967C2.92684 21.2996 2.77642 18.1308 2.5 17.0094Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-cardigan{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 8.99609L7 18.9899L8 20.9886H16L17 18.9899L18 8.99609%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 3.5C8.5 3.5 8.5 7.99915 12 8.99896M12 8.99896V20.9967M12 8.99896C15.5 7.99915 15.5 3.5 15.5 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.3028 16.3222L19.0023 20.9829H21.9841C21.9899 20.9829 21.9945 20.978 21.9941 20.9723L21.0106 5.99894L15.0213 2.99476C14.3804 3.75466 12.9988 4.22008 11.9372 4.20764C11.0262 4.19697 9.76098 3.84759 9.01332 2.99414L3.00539 6.00755L1.99416 20.9723C1.99377 20.978 1.99835 20.9829 2.00414 20.9829H5.00807L6.80182 16.052%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 8.99609L7 18.9899L8 20.9886H16L17 18.9899L18 8.99609%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 3.5C8.5 3.5 8.5 7.99915 12 8.99896M12 8.99896V20.9967M12 8.99896C15.5 7.99915 15.5 3.5 15.5 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.3028 16.3222L19.0023 20.9829H21.9841C21.9899 20.9829 21.9945 20.978 21.9941 20.9723L21.0106 5.99894L15.0213 2.99476C14.3804 3.75466 12.9988 4.22008 11.9372 4.20764C11.0262 4.19697 9.76098 3.84759 9.01332 2.99414L3.00539 6.00755L1.99416 20.9723C1.99377 20.978 1.99835 20.9829 2.00414 20.9829H5.00807L6.80182 16.052%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-cowboy-hat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.2758 18C15.2907 19.1016 14.0122 20 12 20C9.98779 20 8.70931 19.1016 7.72419 18M16.2758 18C17.487 16.6456 18.2548 14.9842 19.3976 14.3081M16.2758 18C18.345 18 22 18.5623 22 15.5C22 14.7128 21.3199 14 20.5 14C20.2178 14 19.9595 14.0531 19.7188 14.1493M19.7188 14.1493C19.6082 14.1934 19.5014 14.2467 19.3976 14.3081M19.7188 14.1493C19.6197 14.1986 19.5127 14.2518 19.3976 14.3081M19.3976 14.3081C18.0731 14.9556 15.6802 16 12 16C8.31979 16 5.92692 14.9556 4.6024 14.3081M7.72419 18C6.51296 16.6456 5.7452 14.9842 4.6024 14.3081M7.72419 18C5.65501 18 2 18.5623 2 15.5C2 14.7128 2.68011 14 3.5 14C3.78217 14 4.04046 14.0531 4.28118 14.1493M4.28118 14.1493C4.39175 14.1934 4.49862 14.2467 4.6024 14.3081M4.28118 14.1493C4.38028 14.1986 4.48731 14.2518 4.6024 14.3081%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 12C6 10.495 6.44241 6.63041 8.57569 4.40139C8.83801 4.1273 9.20006 4 9.56726 4C9.83761 4 10.0901 4.14412 10.24 4.38406L10.4453 4.71248C10.7918 5.26695 11.3753 5.6 12 5.6C12.6247 5.6 13.2082 5.26695 13.5547 4.71248L13.76 4.38406C13.9099 4.14412 14.1624 4 14.4327 4C14.7999 4 15.162 4.1273 15.4243 4.40139C17.5576 6.63041 18 10.495 18 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 10C7.91553 10.51 9.39052 11 12 11C14.6095 11 16.0845 10.51 17.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.2758 18C15.2907 19.1016 14.0122 20 12 20C9.98779 20 8.70931 19.1016 7.72419 18M16.2758 18C17.487 16.6456 18.2548 14.9842 19.3976 14.3081M16.2758 18C18.345 18 22 18.5623 22 15.5C22 14.7128 21.3199 14 20.5 14C20.2178 14 19.9595 14.0531 19.7188 14.1493M19.7188 14.1493C19.6082 14.1934 19.5014 14.2467 19.3976 14.3081M19.7188 14.1493C19.6197 14.1986 19.5127 14.2518 19.3976 14.3081M19.3976 14.3081C18.0731 14.9556 15.6802 16 12 16C8.31979 16 5.92692 14.9556 4.6024 14.3081M7.72419 18C6.51296 16.6456 5.7452 14.9842 4.6024 14.3081M7.72419 18C5.65501 18 2 18.5623 2 15.5C2 14.7128 2.68011 14 3.5 14C3.78217 14 4.04046 14.0531 4.28118 14.1493M4.28118 14.1493C4.39175 14.1934 4.49862 14.2467 4.6024 14.3081M4.28118 14.1493C4.38028 14.1986 4.48731 14.2518 4.6024 14.3081%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 12C6 10.495 6.44241 6.63041 8.57569 4.40139C8.83801 4.1273 9.20006 4 9.56726 4C9.83761 4 10.0901 4.14412 10.24 4.38406L10.4453 4.71248C10.7918 5.26695 11.3753 5.6 12 5.6C12.6247 5.6 13.2082 5.26695 13.5547 4.71248L13.76 4.38406C13.9099 4.14412 14.1624 4 14.4327 4C14.7999 4 15.162 4.1273 15.4243 4.40139C17.5576 6.63041 18 10.495 18 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 10C7.91553 10.51 9.39052 11 12 11C14.6095 11 16.0845 10.51 17.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-diaper{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 7.69231C2 7.04903 2 6.72738 2.04914 6.45923C2.27382 5.2332 3.2332 4.27382 4.45923 4.04914C4.72738 4 5.04903 4 5.69231 4H18.3077C18.951 4 19.2726 4 19.5408 4.04914C20.7668 4.27382 21.7262 5.2332 21.9509 6.45923C22 6.72738 22 7.04903 22 7.69231V10C22 15.5228 17.5228 20 12 20C6.47715 20 2 15.5228 2 10V7.69231Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 19.5V18.5C14.5 14.634 17.634 11.5 21.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19.5V18.5C9.5 14.634 6.36599 11.5 2.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 7.69231C2 7.04903 2 6.72738 2.04914 6.45923C2.27382 5.2332 3.2332 4.27382 4.45923 4.04914C4.72738 4 5.04903 4 5.69231 4H18.3077C18.951 4 19.2726 4 19.5408 4.04914C20.7668 4.27382 21.7262 5.2332 21.9509 6.45923C22 6.72738 22 7.04903 22 7.69231V10C22 15.5228 17.5228 20 12 20C6.47715 20 2 15.5228 2 10V7.69231Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 19.5V18.5C14.5 14.634 17.634 11.5 21.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19.5V18.5C9.5 14.634 6.36599 11.5 2.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-dress-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.61 2.14784L7.80042 2.10879C8.28808 2.00879 8.53191 1.95878 8.6895 2.04196C8.84709 2.12513 8.97976 2.43743 9.24511 3.06201C9.72042 4.1808 10.8245 4.96667 12 4.96667C13.1755 4.96667 14.2796 4.1808 14.7549 3.06201C15.0202 2.43743 15.1529 2.12513 15.3105 2.04196C15.4681 1.95878 15.7119 2.00879 16.1996 2.10879L16.39 2.14784C17.6491 2.37796 17.6688 2.38943 18.5326 3.39279C19.2624 4.24054 20.3084 5.10683 20.8298 6.12714C21.2138 6.87858 20.8865 7.52282 20.4556 8.11982C19.9173 8.86548 19.2184 9.58165 18.272 9.00146C17.6678 8.63097 17.1859 7.8491 16.7173 7.30819C16.7173 7.30819 17 10.9245 16 11.9314C16.9077 12.5863 18.3424 13.8579 19.4805 16.4642C19.8862 17.3932 20.4317 18.4519 19.8937 19.4437C18.0646 22.8153 5.97514 22.8887 4.10625 19.4437C3.56824 18.4519 4.11378 17.3932 4.51948 16.4642C5.65756 13.8579 7.0923 12.5863 8 11.9314C7 10.9245 7.2827 7.30819 7.2827 7.30819C6.81411 7.8491 6.33223 8.63098 5.72796 9.00146C4.78163 9.58165 4.08274 8.86548 3.54444 8.11982C3.11346 7.52283 2.78615 6.87858 3.17016 6.12714C3.69156 5.10683 4.73757 4.24054 5.46741 3.39279C6.33123 2.38941 6.35093 2.37797 7.61 2.14784Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.61 2.14784L7.80042 2.10879C8.28808 2.00879 8.53191 1.95878 8.6895 2.04196C8.84709 2.12513 8.97976 2.43743 9.24511 3.06201C9.72042 4.1808 10.8245 4.96667 12 4.96667C13.1755 4.96667 14.2796 4.1808 14.7549 3.06201C15.0202 2.43743 15.1529 2.12513 15.3105 2.04196C15.4681 1.95878 15.7119 2.00879 16.1996 2.10879L16.39 2.14784C17.6491 2.37796 17.6688 2.38943 18.5326 3.39279C19.2624 4.24054 20.3084 5.10683 20.8298 6.12714C21.2138 6.87858 20.8865 7.52282 20.4556 8.11982C19.9173 8.86548 19.2184 9.58165 18.272 9.00146C17.6678 8.63097 17.1859 7.8491 16.7173 7.30819C16.7173 7.30819 17 10.9245 16 11.9314C16.9077 12.5863 18.3424 13.8579 19.4805 16.4642C19.8862 17.3932 20.4317 18.4519 19.8937 19.4437C18.0646 22.8153 5.97514 22.8887 4.10625 19.4437C3.56824 18.4519 4.11378 17.3932 4.51948 16.4642C5.65756 13.8579 7.0923 12.5863 8 11.9314C7 10.9245 7.2827 7.30819 7.2827 7.30819C6.81411 7.8491 6.33223 8.63098 5.72796 9.00146C4.78163 9.58165 4.08274 8.86548 3.54444 8.11982C3.11346 7.52283 2.78615 6.87858 3.17016 6.12714C3.69156 5.10683 4.73757 4.24054 5.46741 3.39279C6.33123 2.38941 6.35093 2.37797 7.61 2.14784Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-dress-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 9C8.0449 8.5 7.26946 7.98853 7.5 6C7.62989 4.87968 8 4 7 3L9.5 2C9.66667 3.16667 10.5 4.5 12 5C13.5 4.5 14.3333 3.16667 14.5 2L17 3C16 4 16.3701 4.87968 16.5 6C16.7305 7.98853 15.9551 8.5 14.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 12H15.5C15 11 15 10 15 9H9C9 10 9 11 8.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.3124 21.4483C17.5989 22.1839 19.2888 22.1672 20.5946 21.4316C20.9541 21.2254 21.142 20.7479 20.8721 20.4605C18.9447 18.4075 17.4975 15.9016 16.4925 13.3545C16.2273 12.6825 16.0947 12.3465 15.8401 12.1732C15.5855 12 15.2432 12 14.5585 12H9.44152C8.75684 12 8.41451 12 8.1599 12.1732C7.90529 12.3465 7.77271 12.6825 7.50755 13.3545C6.50254 15.9016 5.05527 18.4075 3.12788 20.4605C2.85805 20.7479 3.04595 21.2254 3.40544 21.4316C4.71122 22.1672 6.40105 22.1839 7.68763 21.4483C8.49414 20.9969 9.51189 20.9969 10.2992 21.4483C10.8231 21.7434 11.4622 22 12 22C12.5378 22 13.1769 21.7434 13.7008 21.4483C14.4881 20.9969 15.5059 20.9969 16.3124 21.4483Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 9C8.0449 8.5 7.26946 7.98853 7.5 6C7.62989 4.87968 8 4 7 3L9.5 2C9.66667 3.16667 10.5 4.5 12 5C13.5 4.5 14.3333 3.16667 14.5 2L17 3C16 4 16.3701 4.87968 16.5 6C16.7305 7.98853 15.9551 8.5 14.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 12H15.5C15 11 15 10 15 9H9C9 10 9 11 8.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.3124 21.4483C17.5989 22.1839 19.2888 22.1672 20.5946 21.4316C20.9541 21.2254 21.142 20.7479 20.8721 20.4605C18.9447 18.4075 17.4975 15.9016 16.4925 13.3545C16.2273 12.6825 16.0947 12.3465 15.8401 12.1732C15.5855 12 15.2432 12 14.5585 12H9.44152C8.75684 12 8.41451 12 8.1599 12.1732C7.90529 12.3465 7.77271 12.6825 7.50755 13.3545C6.50254 15.9016 5.05527 18.4075 3.12788 20.4605C2.85805 20.7479 3.04595 21.2254 3.40544 21.4316C4.71122 22.1672 6.40105 22.1839 7.68763 21.4483C8.49414 20.9969 9.51189 20.9969 10.2992 21.4483C10.8231 21.7434 11.4622 22 12 22C12.5378 22 13.1769 21.7434 13.7008 21.4483C14.4881 20.9969 15.5059 20.9969 16.3124 21.4483Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-dress-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 4L12 6L9 4C8.41425 4.50941 7.07071 5.29343 7.00348 6.14565C6.97434 6.51512 7.12883 6.71716 7.43782 7.12122C8.11164 8.00239 9 8.52009 9 10H15C15 8.52009 15.8884 8.00239 16.5622 7.12122C16.8712 6.71716 17.0257 6.51512 16.9965 6.14565C16.9293 5.29343 15.5858 4.50941 15 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 10H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19C20 19 21 16.8272 21 16.8272C18.1754 14.9906 16.4999 12.8338 15.5872 11.2048C15.2397 10.5845 15.066 10.2744 14.8318 10.1372C14.5977 10 14.2846 10 13.6586 10H10.3414C9.71537 10 9.40234 10 9.16817 10.1372C8.93401 10.2744 8.76026 10.5845 8.41278 11.2048C7.50006 12.8338 5.82461 14.9906 3 16.8272C3 16.8272 4 19 6 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.7055 14C14.0451 14.7964 15.5206 16.6712 17.1412 18.3109C17.7382 18.9149 18.0367 19.2169 17.9964 19.7296C17.956 20.2423 17.7063 20.4131 17.2067 20.7546C16.0705 21.5314 14.335 22 12 22C9.66504 22 7.92947 21.5314 6.79328 20.7546C6.29373 20.4131 6.04395 20.2423 6.00361 19.7296C5.96327 19.2169 6.26178 18.9149 6.85882 18.3109C8.4794 16.6712 9.95491 14.7964 10.2945 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 4L12 6L9 4C8.41425 4.50941 7.07071 5.29343 7.00348 6.14565C6.97434 6.51512 7.12883 6.71716 7.43782 7.12122C8.11164 8.00239 9 8.52009 9 10H15C15 8.52009 15.8884 8.00239 16.5622 7.12122C16.8712 6.71716 17.0257 6.51512 16.9965 6.14565C16.9293 5.29343 15.5858 4.50941 15 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 10H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19C20 19 21 16.8272 21 16.8272C18.1754 14.9906 16.4999 12.8338 15.5872 11.2048C15.2397 10.5845 15.066 10.2744 14.8318 10.1372C14.5977 10 14.2846 10 13.6586 10H10.3414C9.71537 10 9.40234 10 9.16817 10.1372C8.93401 10.2744 8.76026 10.5845 8.41278 11.2048C7.50006 12.8338 5.82461 14.9906 3 16.8272C3 16.8272 4 19 6 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.7055 14C14.0451 14.7964 15.5206 16.6712 17.1412 18.3109C17.7382 18.9149 18.0367 19.2169 17.9964 19.7296C17.956 20.2423 17.7063 20.4131 17.2067 20.7546C16.0705 21.5314 14.335 22 12 22C9.66504 22 7.92947 21.5314 6.79328 20.7546C6.29373 20.4131 6.04395 20.2423 6.00361 19.7296C5.96327 19.2169 6.26178 18.9149 6.85882 18.3109C8.4794 16.6712 9.95491 14.7964 10.2945 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-dress-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 4L12 6L9 4C8.41425 4.50941 7.07071 5.29343 7.00348 6.14565C6.97434 6.51512 7.12883 6.71716 7.43782 7.12122C8.11164 8.00239 8.87991 8.52009 8.87991 10H15.1201C15.1201 8.52009 15.8884 8.00239 16.5622 7.12122C16.8712 6.71716 17.0257 6.51512 16.9965 6.14565C16.9293 5.29343 15.5858 4.50941 15 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.8632 17.8082C19.1589 15.1179 17.3658 12.6502 16.1811 11.2368C15.3314 10.2231 14.7041 10 13.3704 10H10.6296C9.29591 10 8.66864 10.2231 7.81893 11.2368C6.63423 12.6502 4.8411 15.1179 4.13677 17.8082C3.70683 19.4504 4.29064 20.3493 5.88646 20.9301C7.32124 21.4523 9.43708 22 12 22C14.5629 22 16.6788 21.4523 18.1135 20.9301C19.7094 20.3493 20.2932 19.4504 19.8632 17.8082Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 15C14 15 16 18 16 21.5M10 15C10 15 8 18 8 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 4L12 6L9 4C8.41425 4.50941 7.07071 5.29343 7.00348 6.14565C6.97434 6.51512 7.12883 6.71716 7.43782 7.12122C8.11164 8.00239 8.87991 8.52009 8.87991 10H15.1201C15.1201 8.52009 15.8884 8.00239 16.5622 7.12122C16.8712 6.71716 17.0257 6.51512 16.9965 6.14565C16.9293 5.29343 15.5858 4.50941 15 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.8632 17.8082C19.1589 15.1179 17.3658 12.6502 16.1811 11.2368C15.3314 10.2231 14.7041 10 13.3704 10H10.6296C9.29591 10 8.66864 10.2231 7.81893 11.2368C6.63423 12.6502 4.8411 15.1179 4.13677 17.8082C3.70683 19.4504 4.29064 20.3493 5.88646 20.9301C7.32124 21.4523 9.43708 22 12 22C14.5629 22 16.6788 21.4523 18.1135 20.9301C19.7094 20.3493 20.2932 19.4504 19.8632 17.8082Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 15C14 15 16 18 16 21.5M10 15C10 15 8 18 8 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-dress-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.26869 7.96595C5.55098 8.65784 5.19212 9.00379 4.75494 8.99997C3.73206 8.99102 1.92649 7.00413 2.00231 5.986C2.033 5.57393 2.39927 5.26497 3.13182 4.64705L5.32917 2.79353C5.979 2.24539 6.87323 2.22352 7.68526 2.06696C8.00922 2.0045 8.1712 1.97327 8.31518 2.02893C8.77941 2.20837 9.16219 3.05277 9.4391 3.43412C10.604 5.03836 11.1864 5.84049 12.0003 5.84049C12.8141 5.84049 13.3966 5.03836 14.5615 3.43412C14.8384 3.05277 15.2211 2.20837 15.6854 2.02893C15.8294 1.97327 15.9913 2.0045 16.3153 2.06696C17.1591 2.22965 17.9924 2.22083 18.6714 2.79353L20.8687 4.64705C21.6013 5.26497 21.9676 5.57393 21.9982 5.986C22.0741 7.00413 20.2685 8.99102 19.2456 8.99997C18.8084 9.00379 18.4496 8.65784 17.7319 7.96595%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7C7.5 9 6.95594 11.1815 6.59802 13.2178C6.22004 15.3682 5.58295 16.6762 5.21963 18.4412C4.97017 19.6531 4.84545 20.2591 5.33363 20.7716C6.71183 22.2184 16.9342 22.5901 18.6664 20.7716C19.1546 20.2591 19.0298 19.6531 18.7804 18.4412C18.4171 16.6762 17.78 15.3682 17.402 13.2178C17.0441 11.1815 16.5 9 18 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.26869 7.96595C5.55098 8.65784 5.19212 9.00379 4.75494 8.99997C3.73206 8.99102 1.92649 7.00413 2.00231 5.986C2.033 5.57393 2.39927 5.26497 3.13182 4.64705L5.32917 2.79353C5.979 2.24539 6.87323 2.22352 7.68526 2.06696C8.00922 2.0045 8.1712 1.97327 8.31518 2.02893C8.77941 2.20837 9.16219 3.05277 9.4391 3.43412C10.604 5.03836 11.1864 5.84049 12.0003 5.84049C12.8141 5.84049 13.3966 5.03836 14.5615 3.43412C14.8384 3.05277 15.2211 2.20837 15.6854 2.02893C15.8294 1.97327 15.9913 2.0045 16.3153 2.06696C17.1591 2.22965 17.9924 2.22083 18.6714 2.79353L20.8687 4.64705C21.6013 5.26497 21.9676 5.57393 21.9982 5.986C22.0741 7.00413 20.2685 8.99102 19.2456 8.99997C18.8084 9.00379 18.4496 8.65784 17.7319 7.96595%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7C7.5 9 6.95594 11.1815 6.59802 13.2178C6.22004 15.3682 5.58295 16.6762 5.21963 18.4412C4.97017 19.6531 4.84545 20.2591 5.33363 20.7716C6.71183 22.2184 16.9342 22.5901 18.6664 20.7716C19.1546 20.2591 19.0298 19.6531 18.7804 18.4412C18.4171 16.6762 17.78 15.3682 17.402 13.2178C17.0441 11.1815 16.5 9 18 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-dress-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.19347 8.98242C8.91923 12.6193 3.14104 17.319 5.67351 20.5132C7.07523 22.2812 16.7456 22.5717 18.3777 20.5132C20.9088 17.3207 15.1454 12.6265 18.8577 8.98242%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.37143 12.9502C4.10587 12.7411 2.25929 11.2784 2.02619 9.18873C1.99304 8.8915 2.0432 8.59292 2.15419 8.31451C2.869 6.52152 4.86844 3.48074 7.93253 1.99771C8.14144 1.8966 8.39081 1.96221 8.53247 2.14382C9.29202 3.11759 10.6006 4.63479 12.0161 4.63479C13.4316 4.63479 14.7402 3.11759 15.4998 2.14382C15.6414 1.96221 15.8908 1.8966 16.0997 1.99771C19.1638 3.48074 21.1632 6.52152 21.878 8.31451C21.989 8.59292 22.0392 8.8915 22.006 9.18873C21.7729 11.2784 19.9458 12.7383 17.6802 12.9474%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.19347 8.98242C8.91923 12.6193 3.14104 17.319 5.67351 20.5132C7.07523 22.2812 16.7456 22.5717 18.3777 20.5132C20.9088 17.3207 15.1454 12.6265 18.8577 8.98242%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.37143 12.9502C4.10587 12.7411 2.25929 11.2784 2.02619 9.18873C1.99304 8.8915 2.0432 8.59292 2.15419 8.31451C2.869 6.52152 4.86844 3.48074 7.93253 1.99771C8.14144 1.8966 8.39081 1.96221 8.53247 2.14382C9.29202 3.11759 10.6006 4.63479 12.0161 4.63479C13.4316 4.63479 14.7402 3.11759 15.4998 2.14382C15.6414 1.96221 15.8908 1.8966 16.0997 1.99771C19.1638 3.48074 21.1632 6.52152 21.878 8.31451C21.989 8.59292 22.0392 8.8915 22.006 9.18873C21.7729 11.2784 19.9458 12.7383 17.6802 12.9474%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-dress-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1344 12.2209C10.8048 11.8554 11.3899 12.0027 11.7414 12.2373C11.8855 12.3335 11.9576 12.3817 12 12.3817C12.0424 12.3817 12.1145 12.3335 12.2586 12.2373C12.6101 12.0027 13.1952 11.8554 13.8656 12.2209C14.7455 12.7007 14.9446 14.2833 12.9151 15.6185C12.5286 15.8728 12.3353 16 12 16C11.6647 16 11.4714 15.8728 11.0849 15.6185C9.05543 14.2833 9.25452 12.7007 10.1344 12.2209Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.26869 7.96595C5.55098 8.65784 5.19212 9.00379 4.75494 8.99997C3.73206 8.99102 1.92649 7.00413 2.00231 5.986C2.033 5.57393 2.39927 5.26497 3.13182 4.64705L5.32917 2.79353C5.979 2.24539 6.87323 2.22352 7.68526 2.06696C8.00922 2.0045 8.1712 1.97327 8.31518 2.02893C8.77941 2.20837 9.16219 3.05277 9.4391 3.43412C10.604 5.03836 11.1864 5.84049 12.0003 5.84049C12.8141 5.84049 13.3966 5.03836 14.5615 3.43412C14.8384 3.05277 15.2211 2.20837 15.6854 2.02893C15.8294 1.97327 15.9913 2.0045 16.3153 2.06696C17.1591 2.22965 17.9924 2.22083 18.6714 2.79353L20.8687 4.64705C21.6013 5.26497 21.9676 5.57393 21.9982 5.986C22.0741 7.00413 20.2685 8.99102 19.2456 8.99997C18.8084 9.00379 18.4496 8.65784 17.7319 7.96595%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7C7.5 9 6.95594 11.1815 6.59802 13.2178C6.22004 15.3682 5.58295 16.6762 5.21963 18.4412C4.97017 19.6531 4.84545 20.2591 5.33363 20.7716C6.71183 22.2184 16.9342 22.5901 18.6664 20.7716C19.1546 20.2591 19.0298 19.6531 18.7804 18.4412C18.4171 16.6762 17.78 15.3682 17.402 13.2178C17.0441 11.1815 16.5 9 18 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1344 12.2209C10.8048 11.8554 11.3899 12.0027 11.7414 12.2373C11.8855 12.3335 11.9576 12.3817 12 12.3817C12.0424 12.3817 12.1145 12.3335 12.2586 12.2373C12.6101 12.0027 13.1952 11.8554 13.8656 12.2209C14.7455 12.7007 14.9446 14.2833 12.9151 15.6185C12.5286 15.8728 12.3353 16 12 16C11.6647 16 11.4714 15.8728 11.0849 15.6185C9.05543 14.2833 9.25452 12.7007 10.1344 12.2209Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.26869 7.96595C5.55098 8.65784 5.19212 9.00379 4.75494 8.99997C3.73206 8.99102 1.92649 7.00413 2.00231 5.986C2.033 5.57393 2.39927 5.26497 3.13182 4.64705L5.32917 2.79353C5.979 2.24539 6.87323 2.22352 7.68526 2.06696C8.00922 2.0045 8.1712 1.97327 8.31518 2.02893C8.77941 2.20837 9.16219 3.05277 9.4391 3.43412C10.604 5.03836 11.1864 5.84049 12.0003 5.84049C12.8141 5.84049 13.3966 5.03836 14.5615 3.43412C14.8384 3.05277 15.2211 2.20837 15.6854 2.02893C15.8294 1.97327 15.9913 2.0045 16.3153 2.06696C17.1591 2.22965 17.9924 2.22083 18.6714 2.79353L20.8687 4.64705C21.6013 5.26497 21.9676 5.57393 21.9982 5.986C22.0741 7.00413 20.2685 8.99102 19.2456 8.99997C18.8084 9.00379 18.4496 8.65784 17.7319 7.96595%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7C7.5 9 6.95594 11.1815 6.59802 13.2178C6.22004 15.3682 5.58295 16.6762 5.21963 18.4412C4.97017 19.6531 4.84545 20.2591 5.33363 20.7716C6.71183 22.2184 16.9342 22.5901 18.6664 20.7716C19.1546 20.2591 19.0298 19.6531 18.7804 18.4412C18.4171 16.6762 17.78 15.3682 17.402 13.2178C17.0441 11.1815 16.5 9 18 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-ear-rings-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 10.5C11.2818 10.0721 10.9725 9.72785 10.6018 9.49708C9.28087 8.67461 8.12796 9.00606 7.43537 9.53401C7.15139 9.75048 7.0094 9.85871 6.92586 9.85871C6.84232 9.85871 6.70033 9.75048 6.41636 9.53401C5.72376 9.00606 4.57085 8.67461 3.24991 9.49708C1.51631 10.5765 1.12404 14.1374 5.12277 17.1417C5.8844 17.7139 6.26521 18 6.92586 18C7.58651 18 7.96733 17.7139 8.72896 17.1417C8.96385 16.9652 9.18359 16.7868 9.38879 16.6071%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2687 12.4971C14.6095 11.6746 15.7798 12.0061 16.4828 12.534C16.7711 12.7505 16.9152 12.8587 17 12.8587C17.0848 12.8587 17.2289 12.7505 17.5172 12.534C18.2202 12.0061 19.3905 11.6746 20.7313 12.4971C22.491 13.5765 22.8891 17.1374 18.8302 20.1417C18.0571 20.7139 17.6706 21 17 21C16.3294 21 15.9429 20.7139 15.1698 20.1417C11.1109 17.1374 11.509 13.5765 13.2687 12.4971Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 7.5C15.5 6.67157 16.1716 6 17 6C17.8284 6 18.5 6.67157 18.5 7.5C18.5 8.64806 17 8.65873 17 9.5V12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 4.5C5.5 3.67157 6.17157 3 7 3C7.82843 3 8.5 3.67157 8.5 4.5C8.5 5.64806 7 5.65873 7 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 10.5C11.2818 10.0721 10.9725 9.72785 10.6018 9.49708C9.28087 8.67461 8.12796 9.00606 7.43537 9.53401C7.15139 9.75048 7.0094 9.85871 6.92586 9.85871C6.84232 9.85871 6.70033 9.75048 6.41636 9.53401C5.72376 9.00606 4.57085 8.67461 3.24991 9.49708C1.51631 10.5765 1.12404 14.1374 5.12277 17.1417C5.8844 17.7139 6.26521 18 6.92586 18C7.58651 18 7.96733 17.7139 8.72896 17.1417C8.96385 16.9652 9.18359 16.7868 9.38879 16.6071%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2687 12.4971C14.6095 11.6746 15.7798 12.0061 16.4828 12.534C16.7711 12.7505 16.9152 12.8587 17 12.8587C17.0848 12.8587 17.2289 12.7505 17.5172 12.534C18.2202 12.0061 19.3905 11.6746 20.7313 12.4971C22.491 13.5765 22.8891 17.1374 18.8302 20.1417C18.0571 20.7139 17.6706 21 17 21C16.3294 21 15.9429 20.7139 15.1698 20.1417C11.1109 17.1374 11.509 13.5765 13.2687 12.4971Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 7.5C15.5 6.67157 16.1716 6 17 6C17.8284 6 18.5 6.67157 18.5 7.5C18.5 8.64806 17 8.65873 17 9.5V12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 4.5C5.5 3.67157 6.17157 3 7 3C7.82843 3 8.5 3.67157 8.5 4.5C8.5 5.64806 7 5.65873 7 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-ear-rings-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 14C7.6 14 6.4 18 10 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 14C17.6 14 16.4 18 20 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 20.9938C8.65685 20.9938 10 18.5322 10 15.4957C10 12.4592 8.65685 9.99756 7 9.99756C5.34315 9.99756 4 12.4592 4 15.4957C4 18.5322 5.34315 20.9938 7 20.9938Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 20.9938C18.6569 20.9938 20 18.5322 20 15.4957C20 12.4592 18.6569 9.99756 17 9.99756C15.3431 9.99756 14 12.4592 14 15.4957C14 18.5322 15.3431 20.9938 17 20.9938Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.95511 7.22879C9.60461 7.02732 9.06061 6.70745 8.93297 4.78237C8.81979 3.07533 7.26883 2.90407 6.67606 3.02447C6.11908 3.13766 5.07565 3.72572 5.00769 4.94882C4.96211 5.76855 5.47047 6.55488 6.67279 7.03335C6.87541 7.11398 7.0183 7.30429 7.0183 7.52231V9.75662%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.937 7.22879C19.5865 7.02732 19.0425 6.70745 18.9149 4.78237C18.8017 3.07533 17.2508 2.90407 16.658 3.02447C16.101 3.13766 15.0576 3.72572 14.9896 4.94882C14.944 5.76855 15.4524 6.55488 16.6547 7.03335C16.8573 7.11398 17.0002 7.30429 17.0002 7.52231V9.75662%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 14C7.6 14 6.4 18 10 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 14C17.6 14 16.4 18 20 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 20.9938C8.65685 20.9938 10 18.5322 10 15.4957C10 12.4592 8.65685 9.99756 7 9.99756C5.34315 9.99756 4 12.4592 4 15.4957C4 18.5322 5.34315 20.9938 7 20.9938Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 20.9938C18.6569 20.9938 20 18.5322 20 15.4957C20 12.4592 18.6569 9.99756 17 9.99756C15.3431 9.99756 14 12.4592 14 15.4957C14 18.5322 15.3431 20.9938 17 20.9938Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.95511 7.22879C9.60461 7.02732 9.06061 6.70745 8.93297 4.78237C8.81979 3.07533 7.26883 2.90407 6.67606 3.02447C6.11908 3.13766 5.07565 3.72572 5.00769 4.94882C4.96211 5.76855 5.47047 6.55488 6.67279 7.03335C6.87541 7.11398 7.0183 7.30429 7.0183 7.52231V9.75662%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.937 7.22879C19.5865 7.02732 19.0425 6.70745 18.9149 4.78237C18.8017 3.07533 17.2508 2.90407 16.658 3.02447C16.101 3.13766 15.0576 3.72572 14.9896 4.94882C14.944 5.76855 15.4524 6.55488 16.6547 7.03335C16.8573 7.11398 17.0002 7.30429 17.0002 7.52231V9.75662%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-ear-rings-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%227%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2217%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 7H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 17H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 4.5C5.27522 2.92833 8 5.42371 8 7C8 8.57629 5.27522 11.0717 5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 14.5C18.7248 12.9283 16 15.4237 16 17C16 18.5763 18.7248 21.0717 19 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%227%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2217%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 7H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 17H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 4.5C5.27522 2.92833 8 5.42371 8 7C8 8.57629 5.27522 11.0717 5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 14.5C18.7248 12.9283 16 15.4237 16 17C16 18.5763 18.7248 21.0717 19 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-hair-clips{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.34857 12.332C8.34842 14.3859 12.5556 16.0308 10.9976 18.0004C9.49206 19.3883 7.84607 15.6206 4.5 15.5005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.43903C16.6511 2.83733 13.1197 5.85076 11.0697 9.71325C8.66575 14.2427 5.84955 15.3123 2 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 20C7 20 8 18 8 18M10.7143 15.2941C12.8448 12.2758 15.2857 10 21 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.34857 12.332C8.34842 14.3859 12.5556 16.0308 10.9976 18.0004C9.49206 19.3883 7.84607 15.6206 4.5 15.5005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.43903C16.6511 2.83733 13.1197 5.85076 11.0697 9.71325C8.66575 14.2427 5.84955 15.3123 2 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 20C7 20 8 18 8 18M10.7143 15.2941C12.8448 12.2758 15.2857 10 21 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-hair-dryer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.69128 2.15168C5.80039 1.36313 3 3.74875 3 7C3 10.2513 5.80039 12.6369 8.69128 11.8483C10.9979 11.2192 14.2043 9.58049 16.6244 9.80217C17.5008 9.88246 18.126 10.6464 18.9467 10.8707C20.0559 11.1739 20.4902 9.50002 20.7285 8.75297C21.0905 7.61771 21.0905 6.38229 20.7285 5.24703C20.4902 4.49998 20.0559 2.82606 18.9467 3.12929C18.126 3.35364 17.5008 4.11755 16.6244 4.19783C14.2043 4.41951 10.9979 2.78085 8.69128 2.15168Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 11.5C6.87177 12.9095 6.77428 15.2676 6.8188 17.376C6.8373 18.2518 7.50261 19 8.34709 19H9.5674C10.2374 19 10.6397 17.4957 10.8465 17.0224C11.1215 16.3927 11.0041 15.6743 10.6757 15.0727C9.98228 13.8023 9.5 13 10 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 4.5L16.8789 6.01942C17.0404 6.66673 17.0404 7.33327 16.8789 7.98058L16.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19C9 19.9319 9 20.3978 8.82601 20.7654C8.59402 21.2554 8.14906 21.6448 7.58899 21.8478C7.16894 22 6.06501 22 5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.69128 2.15168C5.80039 1.36313 3 3.74875 3 7C3 10.2513 5.80039 12.6369 8.69128 11.8483C10.9979 11.2192 14.2043 9.58049 16.6244 9.80217C17.5008 9.88246 18.126 10.6464 18.9467 10.8707C20.0559 11.1739 20.4902 9.50002 20.7285 8.75297C21.0905 7.61771 21.0905 6.38229 20.7285 5.24703C20.4902 4.49998 20.0559 2.82606 18.9467 3.12929C18.126 3.35364 17.5008 4.11755 16.6244 4.19783C14.2043 4.41951 10.9979 2.78085 8.69128 2.15168Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 11.5C6.87177 12.9095 6.77428 15.2676 6.8188 17.376C6.8373 18.2518 7.50261 19 8.34709 19H9.5674C10.2374 19 10.6397 17.4957 10.8465 17.0224C11.1215 16.3927 11.0041 15.6743 10.6757 15.0727C9.98228 13.8023 9.5 13 10 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 4.5L16.8789 6.01942C17.0404 6.66673 17.0404 7.33327 16.8789 7.98058L16.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19C9 19.9319 9 20.3978 8.82601 20.7654C8.59402 21.2554 8.14906 21.6448 7.58899 21.8478C7.16894 22 6.06501 22 5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-hand-bag-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.1737 12.9256V12.12C19.1737 10.6492 19.1737 9.91383 18.7234 9.45691C18.2732 9 17.5485 9 16.0992 9H7.90077C6.45147 9 5.72682 9 5.27658 9.45691C4.82634 9.91383 4.82634 10.6492 4.82634 12.12V12.9256C4.82634 13.3018 4.82634 13.4899 4.79345 13.6739C4.76056 13.858 4.69549 14.0341 4.56534 14.3863L4.34812 14.9742C3.16867 18.166 2.57895 19.7619 3.34312 20.8809C4.1073 22 5.78684 22 9.14591 22H14.8541C18.2132 22 19.8927 22 20.6569 20.8809C21.4211 19.7619 20.8313 18.166 19.6519 14.9742L19.4347 14.3863C19.3045 14.0341 19.2394 13.858 19.2065 13.6739C19.1737 13.4899 19.1737 13.3018 19.1737 12.9256Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 11C16 5 13.8655 2 12 2C10.1345 2 8 5 8 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16C13.2504 16 14.944 18.6278 13.3547 18.8954C12.5228 19.0354 11.4711 19.0344 10.6453 18.8954C9.056 18.6278 10.7496 16 12 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.94 17.0049C15.2105 16.8729 17.4477 16.1267 19.0551 14.9424%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.1147 17.0312C8.84417 16.8992 6.60699 16.1531 4.99961 14.9688%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.1737 12.9256V12.12C19.1737 10.6492 19.1737 9.91383 18.7234 9.45691C18.2732 9 17.5485 9 16.0992 9H7.90077C6.45147 9 5.72682 9 5.27658 9.45691C4.82634 9.91383 4.82634 10.6492 4.82634 12.12V12.9256C4.82634 13.3018 4.82634 13.4899 4.79345 13.6739C4.76056 13.858 4.69549 14.0341 4.56534 14.3863L4.34812 14.9742C3.16867 18.166 2.57895 19.7619 3.34312 20.8809C4.1073 22 5.78684 22 9.14591 22H14.8541C18.2132 22 19.8927 22 20.6569 20.8809C21.4211 19.7619 20.8313 18.166 19.6519 14.9742L19.4347 14.3863C19.3045 14.0341 19.2394 13.858 19.2065 13.6739C19.1737 13.4899 19.1737 13.3018 19.1737 12.9256Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 11C16 5 13.8655 2 12 2C10.1345 2 8 5 8 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16C13.2504 16 14.944 18.6278 13.3547 18.8954C12.5228 19.0354 11.4711 19.0344 10.6453 18.8954C9.056 18.6278 10.7496 16 12 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.94 17.0049C15.2105 16.8729 17.4477 16.1267 19.0551 14.9424%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.1147 17.0312C8.84417 16.8992 6.60699 16.1531 4.99961 14.9688%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-hand-bag-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9933 10.5C20.8401 12.9778 23.118 17.458 21.3419 19.8804C19.0536 23.0016 4.50551 22.3952 2.66177 19.8804C0.885738 17.458 3.15325 12.9778 4 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15C13.2636 15 14.9984 17.5713 13.2796 17.8929C12.5102 18.0368 11.4776 18.0346 10.7204 17.8929C9.00158 17.5713 10.7364 15 12 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 15C5.72205 13.8047 4.61134 12.0921 4.17261 10.0698C3.98648 9.21181 3.89341 8.78282 4.19523 8.39141C4.49706 8 4.98753 8 5.96846 8H18.0315C19.0125 8 19.5029 8 19.8048 8.39141C20.1066 8.78282 20.0135 9.21181 19.8274 10.0698C19.3887 12.0921 18.278 13.8047 16.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 8C7.0699 3.99202 9.316 1 12 1C14.684 1 16.9301 3.99202 17.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9933 10.5C20.8401 12.9778 23.118 17.458 21.3419 19.8804C19.0536 23.0016 4.50551 22.3952 2.66177 19.8804C0.885738 17.458 3.15325 12.9778 4 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15C13.2636 15 14.9984 17.5713 13.2796 17.8929C12.5102 18.0368 11.4776 18.0346 10.7204 17.8929C9.00158 17.5713 10.7364 15 12 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 15C5.72205 13.8047 4.61134 12.0921 4.17261 10.0698C3.98648 9.21181 3.89341 8.78282 4.19523 8.39141C4.49706 8 4.98753 8 5.96846 8H18.0315C19.0125 8 19.5029 8 19.8048 8.39141C20.1066 8.78282 20.0135 9.21181 19.8274 10.0698C19.3887 12.0921 18.278 13.8047 16.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 8C7.0699 3.99202 9.316 1 12 1C14.684 1 16.9301 3.99202 17.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-hanger{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.12572 15.3668L10.1284 11.9903C10.7234 11.6556 11.3252 11.5 12 11.5C12.6748 11.5 13.2766 11.6556 13.8716 11.9903L19.8743 15.3668C20.5697 15.7579 21 16.4937 21 17.2916C21 18.5113 20.0113 19.5 18.7916 19.5H5.20841C3.98874 19.5 3 18.5113 3 17.2916C3 16.4937 3.43034 15.7579 4.12572 15.3668Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6.40476C10 5.35279 10.8954 4.5 12 4.5C13.1046 4.5 14 5.35279 14 6.40476C14 7.12453 13.5808 7.75106 12.9623 8.07498C12.473 8.33119 12 8.75724 12 9.30952V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.12572 15.3668L10.1284 11.9903C10.7234 11.6556 11.3252 11.5 12 11.5C12.6748 11.5 13.2766 11.6556 13.8716 11.9903L19.8743 15.3668C20.5697 15.7579 21 16.4937 21 17.2916C21 18.5113 20.0113 19.5 18.7916 19.5H5.20841C3.98874 19.5 3 18.5113 3 17.2916C3 16.4937 3.43034 15.7579 4.12572 15.3668Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6.40476C10 5.35279 10.8954 4.5 12 4.5C13.1046 4.5 14 5.35279 14 6.40476C14 7.12453 13.5808 7.75106 12.9623 8.07498C12.473 8.33119 12 8.75724 12 9.30952V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-high-heels-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 4C8.6875 5.19078 12.64 6.35832 16 5.89682%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 6C5.7541 8.5 8.94471 9.4448 7.72525 10.6777C7.28926 11.1184 6.5883 11.5592 5.43579 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18C17.0323 18.6667 15.6894 19.8667 16.0645 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 21.9683C10 21.9683 9.69937 14.6936 4.63833 11.5941C3.83539 11.1024 2.8748 10.4546 3.01345 9.37349C3.22024 7.76102 4.68698 6.14069 6.15287 5.38185C7.25347 4.81211 7.71834 3.28124 7.89533 2.44206C7.94076 2.22661 7.91253 2.06997 7.99079 2.01837C7.99141 2.01797 7.98986 2.01898 8.03882 2.01405C8.08777 2.00911 8.10475 2.01593 8.1387 2.02957C13.0252 3.99222 15.5405 3.53236 15.5789 3.72981C15.7171 4.44081 15.928 6.21675 15.353 8.89112C14.3829 13.403 15.1463 16.8054 17.2898 17.915C18.2583 18.4163 22.1303 18.9176 20.6777 20.9229C19.6916 22.2842 13 21.9683 13 21.9683Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 4C8.6875 5.19078 12.64 6.35832 16 5.89682%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 6C5.7541 8.5 8.94471 9.4448 7.72525 10.6777C7.28926 11.1184 6.5883 11.5592 5.43579 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18C17.0323 18.6667 15.6894 19.8667 16.0645 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 21.9683C10 21.9683 9.69937 14.6936 4.63833 11.5941C3.83539 11.1024 2.8748 10.4546 3.01345 9.37349C3.22024 7.76102 4.68698 6.14069 6.15287 5.38185C7.25347 4.81211 7.71834 3.28124 7.89533 2.44206C7.94076 2.22661 7.91253 2.06997 7.99079 2.01837C7.99141 2.01797 7.98986 2.01898 8.03882 2.01405C8.08777 2.00911 8.10475 2.01593 8.1387 2.02957C13.0252 3.99222 15.5405 3.53236 15.5789 3.72981C15.7171 4.44081 15.928 6.21675 15.353 8.89112C14.3829 13.403 15.1463 16.8054 17.2898 17.915C18.2583 18.4163 22.1303 18.9176 20.6777 20.9229C19.6916 22.2842 13 21.9683 13 21.9683Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-high-heels-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.94 20C20.7001 19.5608 20.5461 18.7733 20.7747 17.9828C21.072 16.9548 21.2166 16.6616 20.2832 16.1146L18.8943 15.3006C18.0159 14.7858 17.8318 14.9376 17.1901 15.7146C16.4066 16.6636 15.0099 17.7544 13 18.2276%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 7V5.2C2 4.2072 2.17267 4 3 4H8C8.9076 4 9 4.55496 9 5.5C9 6.44504 8.9076 7 8 7H2ZM2 7V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H3C5.45356 12 6.68034 12 7.73607 12.5279C8.7918 13.0557 9.52786 14.0372 11 16C13.9754 19.9672 17.4727 20 22 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12L3.46941 19.8369C3.48715 19.9315 3.56974 20 3.66599 20H4.3C4.41046 20 4.5004 19.914 4.50314 19.8036C4.52912 18.7574 4.7698 13.8381 7 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.94 20C20.7001 19.5608 20.5461 18.7733 20.7747 17.9828C21.072 16.9548 21.2166 16.6616 20.2832 16.1146L18.8943 15.3006C18.0159 14.7858 17.8318 14.9376 17.1901 15.7146C16.4066 16.6636 15.0099 17.7544 13 18.2276%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 7V5.2C2 4.2072 2.17267 4 3 4H8C8.9076 4 9 4.55496 9 5.5C9 6.44504 8.9076 7 8 7H2ZM2 7V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H3C5.45356 12 6.68034 12 7.73607 12.5279C8.7918 13.0557 9.52786 14.0372 11 16C13.9754 19.9672 17.4727 20 22 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12L3.46941 19.8369C3.48715 19.9315 3.56974 20 3.66599 20H4.3C4.41046 20 4.5004 19.914 4.50314 19.8036C4.52912 18.7574 4.7698 13.8381 7 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-hoodie{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.6408 12C17.54 12.7452 17.5796 13.5006 17.6588 15.0114L18 19.522C18 20.2289 17.8802 20.6065 17.2451 20.9476C14.6324 22.3508 9.3676 22.3508 6.75491 20.9476C6.11985 20.6065 6 20.2289 6 19.522L6.34125 15.0114C6.42039 13.5006 6.45996 12.7452 6.3592 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17C14 17.8748 14.419 18.419 15 19M10 17C10 17.8748 9.58097 18.419 9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.39989 6.89742L11.2824 8.7472C11.6362 8.91573 11.8131 9 12 9C12.1869 9 12.3638 8.91573 12.7176 8.7472L16.6001 6.89742C17.4594 6.48802 17.8891 6.28332 17.9821 5.75891C18.0751 5.2345 17.8026 4.92615 17.2575 4.30943C14.5363 1.23019 9.46367 1.23019 6.74246 4.30943C6.19745 4.92614 5.92494 5.2345 6.01794 5.75891C6.11095 6.28332 6.5406 6.48802 7.39989 6.89742Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6L12 9L10 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.38367 6.5C5.0338 6.76655 3.82669 8.0197 2.98877 9.14157C2.45198 9.86027 2.18359 10.2196 2.05065 10.8834C1.9177 11.5473 2.05787 12.1008 2.33819 13.2079L3.63742 18.3389C3.86713 19.2461 5 19.1109 6 18.102M17.6163 6.5C18.9662 6.76655 20.1733 8.0197 21.0112 9.14157C21.548 9.86027 21.8164 10.2196 21.9494 10.8834C22.0823 11.5473 21.9421 12.1008 21.6618 13.2079L20.3626 18.3389C20.1329 19.2461 19 19.1026 18 18.6065%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.6408 12C17.54 12.7452 17.5796 13.5006 17.6588 15.0114L18 19.522C18 20.2289 17.8802 20.6065 17.2451 20.9476C14.6324 22.3508 9.3676 22.3508 6.75491 20.9476C6.11985 20.6065 6 20.2289 6 19.522L6.34125 15.0114C6.42039 13.5006 6.45996 12.7452 6.3592 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17C14 17.8748 14.419 18.419 15 19M10 17C10 17.8748 9.58097 18.419 9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.39989 6.89742L11.2824 8.7472C11.6362 8.91573 11.8131 9 12 9C12.1869 9 12.3638 8.91573 12.7176 8.7472L16.6001 6.89742C17.4594 6.48802 17.8891 6.28332 17.9821 5.75891C18.0751 5.2345 17.8026 4.92615 17.2575 4.30943C14.5363 1.23019 9.46367 1.23019 6.74246 4.30943C6.19745 4.92614 5.92494 5.2345 6.01794 5.75891C6.11095 6.28332 6.5406 6.48802 7.39989 6.89742Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6L12 9L10 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.38367 6.5C5.0338 6.76655 3.82669 8.0197 2.98877 9.14157C2.45198 9.86027 2.18359 10.2196 2.05065 10.8834C1.9177 11.5473 2.05787 12.1008 2.33819 13.2079L3.63742 18.3389C3.86713 19.2461 5 19.1109 6 18.102M17.6163 6.5C18.9662 6.76655 20.1733 8.0197 21.0112 9.14157C21.548 9.86027 21.8164 10.2196 21.9494 10.8834C22.0823 11.5473 21.9421 12.1008 21.6618 13.2079L20.3626 18.3389C20.1329 19.2461 19 19.1026 18 18.6065%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-jogger-pants{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.1604 5V4C18.1604 3.05719 18.1604 2.58579 17.8596 2.29289C17.5589 2 17.0749 2 16.1069 2H7.8931C6.92509 2 6.44109 2 6.14037 2.29289C5.83965 2.58579 5.83965 3.05719 5.83965 4V5M18.1604 5L20.8152 19.6524C21.0124 20.7411 21.1111 21.2855 20.8033 21.6427C20.4956 22 19.928 22 18.793 22H17.6235C16.8926 22 16.5272 22 16.2552 21.8044C15.9833 21.6088 15.8758 21.2686 15.6609 20.5882L13.9626 15.2126C13.1598 12.6711 12.7583 11.4004 12 11.4004C11.2417 11.4004 10.8402 12.6711 10.0374 15.2126L8.33912 20.5882C8.12417 21.2686 8.01669 21.6088 7.74476 21.8044C7.47284 22 7.10738 22 6.37647 22H5.20702C4.07196 22 3.50443 22 3.19668 21.6427C2.88893 21.2855 2.98756 20.7411 3.18482 19.6524L5.83965 5M18.1604 5H5.83965%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7.77778L12 5L15 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.1604 5V4C18.1604 3.05719 18.1604 2.58579 17.8596 2.29289C17.5589 2 17.0749 2 16.1069 2H7.8931C6.92509 2 6.44109 2 6.14037 2.29289C5.83965 2.58579 5.83965 3.05719 5.83965 4V5M18.1604 5L20.8152 19.6524C21.0124 20.7411 21.1111 21.2855 20.8033 21.6427C20.4956 22 19.928 22 18.793 22H17.6235C16.8926 22 16.5272 22 16.2552 21.8044C15.9833 21.6088 15.8758 21.2686 15.6609 20.5882L13.9626 15.2126C13.1598 12.6711 12.7583 11.4004 12 11.4004C11.2417 11.4004 10.8402 12.6711 10.0374 15.2126L8.33912 20.5882C8.12417 21.2686 8.01669 21.6088 7.74476 21.8044C7.47284 22 7.10738 22 6.37647 22H5.20702C4.07196 22 3.50443 22 3.19668 21.6427C2.88893 21.2855 2.98756 20.7411 3.18482 19.6524L5.83965 5M18.1604 5H5.83965%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7.77778L12 5L15 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-kurta{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.37726 16H5.08354C3.22665 16 2.84168 15.6255 3.05142 13.7791L3.41559 10.5731C3.75345 7.59878 4.43808 6.75874 7.23391 5.66482L8.93305 5V2C9.90622 2.31731 10.9677 2.83772 12 2.83772C13.0323 2.83772 14.0938 2.31731 15.067 2V5L16.7661 5.66482C19.5619 6.75874 20.2466 7.59878 20.5844 10.5731L20.9486 13.7791C21.1583 15.6255 20.7734 16 18.9165 16H17.6227%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 5L11.0513 5.68377C11.6671 5.88904 12.3329 5.88904 12.9487 5.68377L15 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.9642 10L6.50433 20.9584C6.4681 21.8215 6.64698 22 7.51062 22H16.4894C17.353 22 17.5319 21.8215 17.4957 20.9584L17.0358 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9H13M12 11.5H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.37726 16H5.08354C3.22665 16 2.84168 15.6255 3.05142 13.7791L3.41559 10.5731C3.75345 7.59878 4.43808 6.75874 7.23391 5.66482L8.93305 5V2C9.90622 2.31731 10.9677 2.83772 12 2.83772C13.0323 2.83772 14.0938 2.31731 15.067 2V5L16.7661 5.66482C19.5619 6.75874 20.2466 7.59878 20.5844 10.5731L20.9486 13.7791C21.1583 15.6255 20.7734 16 18.9165 16H17.6227%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 5L11.0513 5.68377C11.6671 5.88904 12.3329 5.88904 12.9487 5.68377L15 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.9642 10L6.50433 20.9584C6.4681 21.8215 6.64698 22 7.51062 22H16.4894C17.353 22 17.5319 21.8215 17.4957 20.9584L17.0358 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9H13M12 11.5H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-long-sleeve-shirt{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 7C5.82861 7.98583 6.21894 8.98374 6.3592 10.0191C6.45996 10.7628 6.42039 11.5168 6.34125 13.0248L6 19.5267C6 20.2323 6.11985 20.6092 6.75491 20.9496C9.3676 22.3501 14.6324 22.3501 17.2451 20.9496C17.8802 20.6092 18 20.2323 18 19.5267L17.6588 13.0248C17.5796 11.5168 17.54 10.7628 17.6408 10.0191C17.7811 8.98374 18.1714 7.98583 18.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.97108 18.5133C5.5045 18.7457 5.03918 19.0498 4.49657 18.9919C3.58003 18.8942 3.36671 18.4513 3.18021 17.343L2.09958 10.9212C1.95508 10.0625 1.9554 10.0558 2.18333 9.21526L2.72102 7.23229C3.085 5.88992 3.267 5.21874 3.70337 4.70677C4.13974 4.1948 4.77503 3.9071 6.04562 3.33172L8.59018 2.17941C8.98484 2.00069 8.98802 2 9.42155 2H14.5785C15.012 2 15.0152 2.00069 15.4098 2.17941L17.9544 3.33172C19.225 3.9071 19.8603 4.1948 20.2966 4.70677C20.733 5.21874 20.915 5.88992 21.279 7.23229L21.8167 9.21526C22.0446 10.0558 22.0449 10.0625 21.9004 10.9212L20.8198 17.343C20.633 18.4533 20.4186 18.8949 19.5002 18.9921C18.9331 19.0521 18.519 18.759 18.0257 18.5133%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2.5C9 2.5 9.90752 4.41477 10.6606 4.81358C11.0467 5.01803 11.53 4.99957 12 4.99957C12.47 4.99957 12.9533 5.01803 13.3394 4.81358C14.0925 4.41477 15 2.5 15 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 7C5.82861 7.98583 6.21894 8.98374 6.3592 10.0191C6.45996 10.7628 6.42039 11.5168 6.34125 13.0248L6 19.5267C6 20.2323 6.11985 20.6092 6.75491 20.9496C9.3676 22.3501 14.6324 22.3501 17.2451 20.9496C17.8802 20.6092 18 20.2323 18 19.5267L17.6588 13.0248C17.5796 11.5168 17.54 10.7628 17.6408 10.0191C17.7811 8.98374 18.1714 7.98583 18.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.97108 18.5133C5.5045 18.7457 5.03918 19.0498 4.49657 18.9919C3.58003 18.8942 3.36671 18.4513 3.18021 17.343L2.09958 10.9212C1.95508 10.0625 1.9554 10.0558 2.18333 9.21526L2.72102 7.23229C3.085 5.88992 3.267 5.21874 3.70337 4.70677C4.13974 4.1948 4.77503 3.9071 6.04562 3.33172L8.59018 2.17941C8.98484 2.00069 8.98802 2 9.42155 2H14.5785C15.012 2 15.0152 2.00069 15.4098 2.17941L17.9544 3.33172C19.225 3.9071 19.8603 4.1948 20.2966 4.70677C20.733 5.21874 20.915 5.88992 21.279 7.23229L21.8167 9.21526C22.0446 10.0558 22.0449 10.0625 21.9004 10.9212L20.8198 17.343C20.633 18.4533 20.4186 18.8949 19.5002 18.9921C18.9331 19.0521 18.519 18.759 18.0257 18.5133%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2.5C9 2.5 9.90752 4.41477 10.6606 4.81358C11.0467 5.01803 11.53 4.99957 12 4.99957C12.47 4.99957 12.9533 5.01803 13.3394 4.81358C14.0925 4.41477 15 2.5 15 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-monocle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%228%22 cy%3D%228%22 r%3D%226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2216%22 cy%3D%228%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17V19C22 19.3506 21.9398 19.6872 21.8293 20M20 21.8293C19.6872 21.9398 19.3506 22 19 22C18.6494 22 18.3128 21.9398 18 21.8293M16 17V19C16 19.3506 16.0602 19.6872 16.1707 20M22 8V5M22 14V11M16 14V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%228%22 cy%3D%228%22 r%3D%226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2216%22 cy%3D%228%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17V19C22 19.3506 21.9398 19.6872 21.8293 20M20 21.8293C19.6872 21.9398 19.3506 22 19 22C18.6494 22 18.3128 21.9398 18 21.8293M16 17V19C16 19.3506 16.0602 19.6872 16.1707 20M22 8V5M22 14V11M16 14V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-necklace{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 11.7549L10.8905 8.63085C10.9815 7.90286 11.3125 7.75488 12 7.75488C12.6875 7.75488 13.0185 7.90286 13.1095 8.63085L13.5 11.7549%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.24241 12.3664C9.57761 11.5549 10.743 11.882 11.443 12.4028C11.7301 12.6164 11.8736 12.7231 11.9581 12.7231C12.0425 12.7231 12.186 12.6164 12.4731 12.4028C13.1731 11.882 14.3385 11.5549 15.6737 12.3664C17.426 13.4313 17.8225 16.9444 13.7806 19.9084C13.0107 20.4729 12.6258 20.7552 11.9581 20.7552C11.2903 20.7552 10.9054 20.4729 10.1355 19.9084C6.09359 16.9444 6.49009 13.4313 8.24241 12.3664Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M1.9639 2.75488C1.86664 4.33256 2.93487 7.79794 8.01147 9.41669M21.9521 2.75488C22.0494 4.33256 20.9811 7.79794 15.9045 9.41669%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 11.7549L10.8905 8.63085C10.9815 7.90286 11.3125 7.75488 12 7.75488C12.6875 7.75488 13.0185 7.90286 13.1095 8.63085L13.5 11.7549%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.24241 12.3664C9.57761 11.5549 10.743 11.882 11.443 12.4028C11.7301 12.6164 11.8736 12.7231 11.9581 12.7231C12.0425 12.7231 12.186 12.6164 12.4731 12.4028C13.1731 11.882 14.3385 11.5549 15.6737 12.3664C17.426 13.4313 17.8225 16.9444 13.7806 19.9084C13.0107 20.4729 12.6258 20.7552 11.9581 20.7552C11.2903 20.7552 10.9054 20.4729 10.1355 19.9084C6.09359 16.9444 6.49009 13.4313 8.24241 12.3664Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M1.9639 2.75488C1.86664 4.33256 2.93487 7.79794 8.01147 9.41669M21.9521 2.75488C22.0494 4.33256 20.9811 7.79794 15.9045 9.41669%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-perfume{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 16.0333C2 17.9969 2.76322 19.7833 4.01078 21.1151C4.70497 21.8562 5.32548 22 6.32891 22H12.6711C13.6745 22 14.295 21.8562 14.9892 21.1151C16.2368 19.7833 17 17.9969 17 16.0333C17 13.0265 15.2105 10.4354 12.6328 9.2554C12.1918 9.05357 11.8016 9 11.3176 9H7.68245C7.19837 9 6.80816 9.05357 6.36725 9.2554C3.7895 10.4354 2 13.0265 2 16.0333Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9V8C7 6.34533 7.34533 6 9 6H10C11.6547 6 12 6.34533 12 8V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6V4.5C11 3.4506 10.6269 3 9.5 3C8.37313 3 8 3.4506 8 4.5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%225%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 4H8M11 4H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 16.0333C2 17.9969 2.76322 19.7833 4.01078 21.1151C4.70497 21.8562 5.32548 22 6.32891 22H12.6711C13.6745 22 14.295 21.8562 14.9892 21.1151C16.2368 19.7833 17 17.9969 17 16.0333C17 13.0265 15.2105 10.4354 12.6328 9.2554C12.1918 9.05357 11.8016 9 11.3176 9H7.68245C7.19837 9 6.80816 9.05357 6.36725 9.2554C3.7895 10.4354 2 13.0265 2 16.0333Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9V8C7 6.34533 7.34533 6 9 6H10C11.6547 6 12 6.34533 12 8V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6V4.5C11 3.4506 10.6269 3 9.5 3C8.37313 3 8 3.4506 8 4.5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%225%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 4H8M11 4H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-poop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.2007 14C20.3305 14.8357 21 15.8744 21 17C21 19.7614 16.9706 22 12 22C7.02944 22 3 19.7614 3 17C3 15.8744 3.6695 14.8357 4.79934 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.7585 8C11.2229 7.11636 9.9284 6.78583 8.89652 6.79725M8.89652 6.79725C7.009 6.81815 6 7.9832 6 9C6 10.6569 8.59363 12 11.793 12C14.9924 12 16.8707 10.4819 17.5861 9C19.0343 6 16.6206 2.5 11.3103 2C12.4367 3.36484 13.531 6.23506 8.89652 6.79725Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0144 10C18.8351 10.7211 20 11.8265 20 13.0657C20 15.2386 16.4183 17 12 17C7.58172 17 4 15.2386 4 13.0657C4 11.9588 4.92955 10.9586 6.42571 10.2437%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.2007 14C20.3305 14.8357 21 15.8744 21 17C21 19.7614 16.9706 22 12 22C7.02944 22 3 19.7614 3 17C3 15.8744 3.6695 14.8357 4.79934 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.7585 8C11.2229 7.11636 9.9284 6.78583 8.89652 6.79725M8.89652 6.79725C7.009 6.81815 6 7.9832 6 9C6 10.6569 8.59363 12 11.793 12C14.9924 12 16.8707 10.4819 17.5861 9C19.0343 6 16.6206 2.5 11.3103 2C12.4367 3.36484 13.531 6.23506 8.89652 6.79725Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0144 10C18.8351 10.7211 20 11.8265 20 13.0657C20 15.2386 16.4183 17 12 17C7.58172 17 4 15.2386 4 13.0657C4 11.9588 4.92955 10.9586 6.42571 10.2437%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-purse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.9869 3.875C16.0545 3.125 15.8921 2 14.7565 2C13.3371 2 9.82353 7 7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.01476 3.875C7.93872 3.125 8.12143 2 9.3989 2C10.9957 2 14.8235 7 18 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.863 15.0024C21.4147 12.9368 19.4727 10.4981 20.1725 8.38201C20.3978 7.70069 19.8861 7 19.1631 7H4.82864C4.10627 7 3.59628 7.70208 3.82496 8.38173C4.53702 10.4979 2.58784 12.9411 2.13769 15.0065C1.51926 17.8441 3.02182 20.7941 5.88585 21.3928C9.75734 22.2021 14.2396 22.2024 18.1116 21.3937C20.9776 20.7951 22.4795 17.8424 21.863 15.0024Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.9869 3.875C16.0545 3.125 15.8921 2 14.7565 2C13.3371 2 9.82353 7 7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.01476 3.875C7.93872 3.125 8.12143 2 9.3989 2C10.9957 2 14.8235 7 18 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.863 15.0024C21.4147 12.9368 19.4727 10.4981 20.1725 8.38201C20.3978 7.70069 19.8861 7 19.1631 7H4.82864C4.10627 7 3.59628 7.70208 3.82496 8.38173C4.53702 10.4979 2.58784 12.9411 2.13769 15.0065C1.51926 17.8441 3.02182 20.7941 5.88585 21.3928C9.75734 22.2021 14.2396 22.2024 18.1116 21.3937C20.9776 20.7951 22.4795 17.8424 21.863 15.0024Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-safety-pin-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5459 3.79364L12.2929 5.4104C11.2216 6.79272 13.3531 8.46736 14.4395 7.07557L14.8139 6.59591C15.5066 5.70846 16.8119 5.61801 17.5969 6.40307C18.382 7.18812 18.2915 8.49338 17.4041 9.18609L16.9244 9.56049C15.5326 10.6469 17.2073 12.7784 18.5896 11.7071L20.2064 10.4541C22.4319 8.7293 22.6147 5.42276 20.596 3.40405C18.5772 1.38533 15.2707 1.56805 13.5459 3.79364Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%224.5%22 cy%3D%2219.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 17.4103L12 7M6.58974 21L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5459 3.79364L12.2929 5.4104C11.2216 6.79272 13.3531 8.46736 14.4395 7.07557L14.8139 6.59591C15.5066 5.70846 16.8119 5.61801 17.5969 6.40307C18.382 7.18812 18.2915 8.49338 17.4041 9.18609L16.9244 9.56049C15.5326 10.6469 17.2073 12.7784 18.5896 11.7071L20.2064 10.4541C22.4319 8.7293 22.6147 5.42276 20.596 3.40405C18.5772 1.38533 15.2707 1.56805 13.5459 3.79364Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%224.5%22 cy%3D%2219.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 17.4103L12 7M6.58974 21L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-safety-pin-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5459 3.79364L12.2929 5.4104C11.2216 6.79272 13.3531 8.46736 14.4395 7.07557L14.8139 6.59591C15.5066 5.70846 16.8119 5.61801 17.5969 6.40307C18.382 7.18812 18.2915 8.49338 17.4041 9.18609L16.9244 9.56049C15.5326 10.6469 17.2073 12.7784 18.5896 11.7071L20.2064 10.4541C22.4319 8.7293 22.6147 5.42276 20.596 3.40405C18.5772 1.38533 15.2707 1.56805 13.5459 3.79364Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%224.5%22 cy%3D%2219.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 17.4103L7 5M6.58974 21L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5459 3.79364L12.2929 5.4104C11.2216 6.79272 13.3531 8.46736 14.4395 7.07557L14.8139 6.59591C15.5066 5.70846 16.8119 5.61801 17.5969 6.40307C18.382 7.18812 18.2915 8.49338 17.4041 9.18609L16.9244 9.56049C15.5326 10.6469 17.2073 12.7784 18.5896 11.7071L20.2064 10.4541C22.4319 8.7293 22.6147 5.42276 20.596 3.40405C18.5772 1.38533 15.2707 1.56805 13.5459 3.79364Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%224.5%22 cy%3D%2219.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 17.4103L7 5M6.58974 21L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-sandals{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 18.3002V5.81444C10.5 4.22713 10.0436 2.92085 8.11708 3.00374C6.50864 3.07294 5.00141 3.89684 3.80452 4.89375C1.66292 6.67753 1.72577 8.75973 2.46872 11.2023L4.85288 19.0408C5.20558 20.2004 6.33546 21 7.62123 21C9.21113 21 10.5 19.7913 10.5 18.3002Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 18.3002V5.81444C13.5 4.22713 13.9564 2.92085 15.8829 3.00374C17.4914 3.07294 18.9986 3.89684 20.1955 4.89375C22.3371 6.67753 22.2742 8.75973 21.5313 11.2023L19.1471 19.0408C18.7944 20.2004 17.6645 21 16.3788 21C14.7889 21 13.5 19.7913 13.5 18.3002Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 13C3 12 3.7 9.3 6.5 8.5M6.5 8.5C9 9 10 10 10.5 10.5M6.5 8.5V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13C21 12 20.3 9.3 17.5 8.5M17.5 8.5C15 9 14 10 13.5 10.5M17.5 8.5V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 18.3002V5.81444C10.5 4.22713 10.0436 2.92085 8.11708 3.00374C6.50864 3.07294 5.00141 3.89684 3.80452 4.89375C1.66292 6.67753 1.72577 8.75973 2.46872 11.2023L4.85288 19.0408C5.20558 20.2004 6.33546 21 7.62123 21C9.21113 21 10.5 19.7913 10.5 18.3002Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 18.3002V5.81444C13.5 4.22713 13.9564 2.92085 15.8829 3.00374C17.4914 3.07294 18.9986 3.89684 20.1955 4.89375C22.3371 6.67753 22.2742 8.75973 21.5313 11.2023L19.1471 19.0408C18.7944 20.2004 17.6645 21 16.3788 21C14.7889 21 13.5 19.7913 13.5 18.3002Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 13C3 12 3.7 9.3 6.5 8.5M6.5 8.5C9 9 10 10 10.5 10.5M6.5 8.5V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13C21 12 20.3 9.3 17.5 8.5M17.5 8.5C15 9 14 10 13.5 10.5M17.5 8.5V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-shampoo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 13C7 10.2386 9.23858 8 12 8C14.7614 8 17 10.2386 17 13V18C17 19.8856 17 20.8284 16.4142 21.4142C15.8284 22 14.8856 22 13 22H11C9.11438 22 8.17157 22 7.58579 21.4142C7 20.8284 7 19.8856 7 18V13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 8V7C10 6.05719 10 5.58579 10.2929 5.29289C10.5858 5 11.0572 5 12 5C12.9428 5 13.4142 5 13.7071 5.29289C14 5.58579 14 6.05719 14 7V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5V2M12 2H10M12 2H14.745C15.5022 2 16.2315 2.28636 16.7864 2.80162L17 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 13H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 13C7 10.2386 9.23858 8 12 8C14.7614 8 17 10.2386 17 13V18C17 19.8856 17 20.8284 16.4142 21.4142C15.8284 22 14.8856 22 13 22H11C9.11438 22 8.17157 22 7.58579 21.4142C7 20.8284 7 19.8856 7 18V13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 8V7C10 6.05719 10 5.58579 10.2929 5.29289C10.5858 5 11.0572 5 12 5C12.9428 5 13.4142 5 13.7071 5.29289C14 5.58579 14 6.05719 14 7V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5V2M12 2H10M12 2H14.745C15.5022 2 16.2315 2.28636 16.7864 2.80162L17 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 13H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-shirt-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 9V16.6841C6 18.4952 6 19.4008 6.58579 19.9635C7.89989 21.2257 15.8558 21.4604 17.4142 19.9635C18 19.4008 18 18.4952 18 16.6841V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.74073 12L3.04321 9.38915C2.34774 8.71602 2 8.37946 2 7.96123C2 7.543 2.34774 7.20644 3.04321 6.53331L5.04418 4.59664C5.39088 4.26107 5.56423 4.09329 5.77088 3.96968C5.97753 3.84607 6.21011 3.77103 6.67526 3.62096L8.32112 3.08997C8.56177 3.01233 8.68209 2.97351 8.76391 3.02018C8.84573 3.06686 8.87157 3.2013 8.92324 3.47018C9.19358 4.87684 10.4683 5.94185 12 5.94185C13.5317 5.94185 14.8064 4.87684 15.0768 3.47018C15.1284 3.2013 15.1543 3.06686 15.2361 3.02018C15.3179 2.97351 15.4382 3.01233 15.6789 3.08997L17.3247 3.62096C17.7899 3.77103 18.0225 3.84607 18.2291 3.96968C18.4358 4.09329 18.6091 4.26107 18.9558 4.59664L20.9568 6.53331C21.6523 7.20644 22 7.543 22 7.96123C22 8.37946 21.6523 8.71602 20.9568 9.38915L18.2593 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 9V16.6841C6 18.4952 6 19.4008 6.58579 19.9635C7.89989 21.2257 15.8558 21.4604 17.4142 19.9635C18 19.4008 18 18.4952 18 16.6841V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.74073 12L3.04321 9.38915C2.34774 8.71602 2 8.37946 2 7.96123C2 7.543 2.34774 7.20644 3.04321 6.53331L5.04418 4.59664C5.39088 4.26107 5.56423 4.09329 5.77088 3.96968C5.97753 3.84607 6.21011 3.77103 6.67526 3.62096L8.32112 3.08997C8.56177 3.01233 8.68209 2.97351 8.76391 3.02018C8.84573 3.06686 8.87157 3.2013 8.92324 3.47018C9.19358 4.87684 10.4683 5.94185 12 5.94185C13.5317 5.94185 14.8064 4.87684 15.0768 3.47018C15.1284 3.2013 15.1543 3.06686 15.2361 3.02018C15.3179 2.97351 15.4382 3.01233 15.6789 3.08997L17.3247 3.62096C17.7899 3.77103 18.0225 3.84607 18.2291 3.96968C18.4358 4.09329 18.6091 4.26107 18.9558 4.59664L20.9568 6.53331C21.6523 7.20644 22 7.543 22 7.96123C22 8.37946 21.6523 8.71602 20.9568 9.38915L18.2593 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-shorts-pants{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9876 15.1231L10.2566 20.2254C10.0233 21.8538 9.63333 22.1467 8.0011 21.9433L3.79203 21.4186C2.20615 21.221 1.90147 20.854 2.0244 19.2605L2.76037 9.72027C2.81727 8.98263 2.84572 8.61382 2.91847 8.25272C3.10263 7.33855 3.61242 6.53567 3.82223 5.63542C3.94435 5.11145 3.90106 4.55591 3.90106 4.01893C3.90106 2.34611 4.25316 2 5.92579 2H18.0742C19.7468 2 20.0989 2.34611 20.0989 4.01893C20.0989 4.55591 20.0557 5.11145 20.1778 5.63542C20.3876 6.53567 20.8974 7.33855 21.0815 8.25272C21.7973 11.8057 21.6973 15.6526 21.9756 19.2605C22.0985 20.854 21.7938 21.221 20.208 21.4186L15.9989 21.9433C14.3667 22.1467 13.9767 21.8538 13.7434 20.2254L13.0124 15.1231%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13.5C9.76053 14.2605 10.1976 15 11.3284 15H12.6716C13.8024 15 14.2395 14.2605 15 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 5H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 11C7 11.0068 7 7.00225 7 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 5C17 7.00225 17 11.0068 21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9876 15.1231L10.2566 20.2254C10.0233 21.8538 9.63333 22.1467 8.0011 21.9433L3.79203 21.4186C2.20615 21.221 1.90147 20.854 2.0244 19.2605L2.76037 9.72027C2.81727 8.98263 2.84572 8.61382 2.91847 8.25272C3.10263 7.33855 3.61242 6.53567 3.82223 5.63542C3.94435 5.11145 3.90106 4.55591 3.90106 4.01893C3.90106 2.34611 4.25316 2 5.92579 2H18.0742C19.7468 2 20.0989 2.34611 20.0989 4.01893C20.0989 4.55591 20.0557 5.11145 20.1778 5.63542C20.3876 6.53567 20.8974 7.33855 21.0815 8.25272C21.7973 11.8057 21.6973 15.6526 21.9756 19.2605C22.0985 20.854 21.7938 21.221 20.208 21.4186L15.9989 21.9433C14.3667 22.1467 13.9767 21.8538 13.7434 20.2254L13.0124 15.1231%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13.5C9.76053 14.2605 10.1976 15 11.3284 15H12.6716C13.8024 15 14.2395 14.2605 15 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 5H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 11C7 11.0068 7 7.00225 7 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 5C17 7.00225 17 11.0068 21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-sleeveless{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7.31544C13.6569 7.31544 15 5.20251 15 2C16.1024 2.42616 17.4582 2.40398 17.4054 3.76407C17.353 5.11247 17.7915 6.82713 19.1673 8.11699C19.789 8.6999 20 8.96542 20 9.79955V16.4966C20 18.7746 20 19.9135 19.2678 20.6212C17.1917 22.6276 6.45239 22.2836 4.73223 20.6212C4 19.9135 4 18.7746 4 16.4966V9.79955C4 8.96542 4.211 8.6999 4.83274 8.11699C6.20853 6.82713 6.647 5.11247 6.59461 3.76407C6.54178 2.40398 7.89761 2.42616 9 2C9 5.20251 10.3431 7.31544 12 7.31544Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 2C14.2005 2.62236 13.1502 3 12 3C10.8498 3 9.79952 2.62236 9 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7.31544C13.6569 7.31544 15 5.20251 15 2C16.1024 2.42616 17.4582 2.40398 17.4054 3.76407C17.353 5.11247 17.7915 6.82713 19.1673 8.11699C19.789 8.6999 20 8.96542 20 9.79955V16.4966C20 18.7746 20 19.9135 19.2678 20.6212C17.1917 22.6276 6.45239 22.2836 4.73223 20.6212C4 19.9135 4 18.7746 4 16.4966V9.79955C4 8.96542 4.211 8.6999 4.83274 8.11699C6.20853 6.82713 6.647 5.11247 6.59461 3.76407C6.54178 2.40398 7.89761 2.42616 9 2C9 5.20251 10.3431 7.31544 12 7.31544Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 2C14.2005 2.62236 13.1502 3 12 3C10.8498 3 9.79952 2.62236 9 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-suit-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 2C7 2 7.18469 4.41749 5.79936 5.4616C4.76766 6.23919 2.89276 5.41381 2.12762 6.72083C1.89462 7.11885 2.00972 7.64465 2.23991 8.69624L4.22928 17.7845C4.61942 19.5668 4.85901 21.7429 7 22H17C19.141 21.7429 19.3806 19.5668 19.7707 17.7845L21.7601 8.69624C21.9903 7.64465 22.1054 7.11885 21.8724 6.72083C21.1072 5.41381 19.2323 6.23919 18.2006 5.4616C16.8153 4.41749 17 2 16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.009 11L12 11M12.009 14.5H12M12.009 18H12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.72422 2.11877C8.65583 1.59549 9.94129 2.94104 10.6046 3.4439C11.5109 4.13102 11.9641 4.47457 11.9974 4.92807C12.0009 4.97597 12.0009 5.02403 11.9974 5.07193C11.9641 5.52543 11.5109 5.86898 10.6046 6.5561C9.94129 7.05896 8.65583 8.40451 7.72422 7.88123C6.75859 7.33885 6.75859 2.66115 7.72422 2.11877Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.2758 2.11877C15.3442 1.59549 14.0587 2.94104 13.3954 3.4439C12.4891 4.13102 12.0359 4.47457 12.0026 4.92807C11.9991 4.97597 11.9991 5.02403 12.0026 5.07193C12.0359 5.52543 12.4891 5.86898 13.3954 6.5561C14.0587 7.05896 15.3442 8.40451 16.2758 7.88123C17.2414 7.33885 17.2414 2.66115 16.2758 2.11877Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 2C7 2 7.18469 4.41749 5.79936 5.4616C4.76766 6.23919 2.89276 5.41381 2.12762 6.72083C1.89462 7.11885 2.00972 7.64465 2.23991 8.69624L4.22928 17.7845C4.61942 19.5668 4.85901 21.7429 7 22H17C19.141 21.7429 19.3806 19.5668 19.7707 17.7845L21.7601 8.69624C21.9903 7.64465 22.1054 7.11885 21.8724 6.72083C21.1072 5.41381 19.2323 6.23919 18.2006 5.4616C16.8153 4.41749 17 2 16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.009 11L12 11M12.009 14.5H12M12.009 18H12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.72422 2.11877C8.65583 1.59549 9.94129 2.94104 10.6046 3.4439C11.5109 4.13102 11.9641 4.47457 11.9974 4.92807C12.0009 4.97597 12.0009 5.02403 11.9974 5.07193C11.9641 5.52543 11.5109 5.86898 10.6046 6.5561C9.94129 7.05896 8.65583 8.40451 7.72422 7.88123C6.75859 7.33885 6.75859 2.66115 7.72422 2.11877Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.2758 2.11877C15.3442 1.59549 14.0587 2.94104 13.3954 3.4439C12.4891 4.13102 12.0359 4.47457 12.0026 4.92807C11.9991 4.97597 11.9991 5.02403 12.0026 5.07193C12.0359 5.52543 12.4891 5.86898 13.3954 6.5561C14.0587 7.05896 15.3442 8.40451 16.2758 7.88123C17.2414 7.33885 17.2414 2.66115 16.2758 2.11877Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-suit-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.79936 3.95894C4.76766 4.62402 2.89276 3.91806 2.12762 5.03597C1.89462 5.37639 2.00972 5.82611 2.23991 6.72555L4.22928 16.4988C4.67923 18.2569 4.9042 19.1359 5.60255 19.6491C5.88839 19.8592 6.18381 19.9575 6.5 20M5.79936 3.95894C7.18469 3.0659 5.99129 2 8 2L10.1552 3.69308C11.0135 4.3674 11.4427 4.70455 11.4751 5.18142C11.5074 5.65828 11.1281 6.05563 10.3694 6.85032L9.8153 7.4307C9.43596 7.82805 9.24628 8.02672 9.01865 8.00977C8.79102 7.99283 8.63008 7.76806 8.30819 7.31851L5.79936 3.95894ZM18.2006 3.95894C19.2323 4.62402 21.1072 3.91806 21.8724 5.03597C22.1054 5.37639 21.9903 5.82611 21.7601 6.72555L19.7707 16.4988C19.3208 18.2569 19.0958 19.1359 18.3975 19.6491C18.1116 19.8592 17.8162 19.9575 17.5 20M18.2006 3.95894C16.8153 3.0659 18.0087 2 16 2L13.8448 3.69308C12.9865 4.3674 12.5573 4.70455 12.5249 5.18142C12.4926 5.65828 12.8719 6.05563 13.6306 6.85032L14.1847 7.4307C14.564 7.82805 14.7537 8.02672 14.9813 8.00977C15.209 7.99283 15.3699 7.76806 15.6918 7.31851L18.2006 3.95894Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.2866 7L11.1572 8.45155C11.3619 8.79287 11.4643 8.96353 11.4946 9.15509C11.525 9.34665 11.4804 9.54059 11.3912 9.92847L9.54874 17.9411C9.30243 19.327 10.0342 20.0017 10.7448 20.8903C11.3365 21.6301 11.6324 22 12 22C12.3676 22 12.6635 21.6301 13.2552 20.8903C13.9658 20.0017 14.6976 19.327 14.4513 17.9411L12.6093 9.92842C12.5201 9.54056 12.4755 9.34663 12.5059 9.15509C12.5362 8.96355 12.6386 8.7929 12.8433 8.45161L13.714 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.79936 3.95894C4.76766 4.62402 2.89276 3.91806 2.12762 5.03597C1.89462 5.37639 2.00972 5.82611 2.23991 6.72555L4.22928 16.4988C4.67923 18.2569 4.9042 19.1359 5.60255 19.6491C5.88839 19.8592 6.18381 19.9575 6.5 20M5.79936 3.95894C7.18469 3.0659 5.99129 2 8 2L10.1552 3.69308C11.0135 4.3674 11.4427 4.70455 11.4751 5.18142C11.5074 5.65828 11.1281 6.05563 10.3694 6.85032L9.8153 7.4307C9.43596 7.82805 9.24628 8.02672 9.01865 8.00977C8.79102 7.99283 8.63008 7.76806 8.30819 7.31851L5.79936 3.95894ZM18.2006 3.95894C19.2323 4.62402 21.1072 3.91806 21.8724 5.03597C22.1054 5.37639 21.9903 5.82611 21.7601 6.72555L19.7707 16.4988C19.3208 18.2569 19.0958 19.1359 18.3975 19.6491C18.1116 19.8592 17.8162 19.9575 17.5 20M18.2006 3.95894C16.8153 3.0659 18.0087 2 16 2L13.8448 3.69308C12.9865 4.3674 12.5573 4.70455 12.5249 5.18142C12.4926 5.65828 12.8719 6.05563 13.6306 6.85032L14.1847 7.4307C14.564 7.82805 14.7537 8.02672 14.9813 8.00977C15.209 7.99283 15.3699 7.76806 15.6918 7.31851L18.2006 3.95894Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.2866 7L11.1572 8.45155C11.3619 8.79287 11.4643 8.96353 11.4946 9.15509C11.525 9.34665 11.4804 9.54059 11.3912 9.92847L9.54874 17.9411C9.30243 19.327 10.0342 20.0017 10.7448 20.8903C11.3365 21.6301 11.6324 22 12 22C12.3676 22 12.6635 21.6301 13.2552 20.8903C13.9658 20.0017 14.6976 19.327 14.4513 17.9411L12.6093 9.92842C12.5201 9.54056 12.4755 9.34663 12.5059 9.15509C12.5362 8.96355 12.6386 8.7929 12.8433 8.45161L13.714 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-t-shirt{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.99658 12V17.6841C5.99658 19.4952 5.99658 20.4008 6.58188 20.9635C7.24691 21.6028 9.61442 21.9785 11.9915 21.9991C14.3076 22.0192 16.6327 21.7022 17.4011 20.9635C17.9864 20.4008 17.9864 19.4952 17.9864 17.6841V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.7213 14.0221C4.85562 13.7084 3.22873 13.4395 2.4949 12.7033C1.48494 11.69 2.13766 10.3202 3.37609 7.73893C3.93351 6.57712 4.99997 5.72245 6.24264 5.38454C6.41141 5.33865 6.55787 5.23315 6.65494 5.08757L7.93835 3.08868C7.97541 3.0331 8.02245 2.98535 8.07963 2.95086C8.65811 2.60196 10.0912 2 11.9915 2C13.8919 2 15.2311 2.60196 15.8096 2.95086C15.8667 2.98535 15.9138 3.0331 15.9508 3.08868L17.2711 5.06872C17.3682 5.21431 17.5147 5.3198 17.6834 5.36569C18.9261 5.7036 19.9442 6.45014 20.5016 7.61195C21.8927 10.1413 22.5095 11.6707 21.4995 12.684C20.7657 13.4202 19.1164 13.7116 18.2508 14.0253%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 5.5L10.7335 8.79263C11.3399 9.26421 11.643 9.5 12 9.5C12.357 9.5 12.6601 9.26421 13.2665 8.79263L17.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 3L11 9M14.5 3L13 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.99658 12V17.6841C5.99658 19.4952 5.99658 20.4008 6.58188 20.9635C7.24691 21.6028 9.61442 21.9785 11.9915 21.9991C14.3076 22.0192 16.6327 21.7022 17.4011 20.9635C17.9864 20.4008 17.9864 19.4952 17.9864 17.6841V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.7213 14.0221C4.85562 13.7084 3.22873 13.4395 2.4949 12.7033C1.48494 11.69 2.13766 10.3202 3.37609 7.73893C3.93351 6.57712 4.99997 5.72245 6.24264 5.38454C6.41141 5.33865 6.55787 5.23315 6.65494 5.08757L7.93835 3.08868C7.97541 3.0331 8.02245 2.98535 8.07963 2.95086C8.65811 2.60196 10.0912 2 11.9915 2C13.8919 2 15.2311 2.60196 15.8096 2.95086C15.8667 2.98535 15.9138 3.0331 15.9508 3.08868L17.2711 5.06872C17.3682 5.21431 17.5147 5.3198 17.6834 5.36569C18.9261 5.7036 19.9442 6.45014 20.5016 7.61195C21.8927 10.1413 22.5095 11.6707 21.4995 12.684C20.7657 13.4202 19.1164 13.7116 18.2508 14.0253%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 5.5L10.7335 8.79263C11.3399 9.26421 11.643 9.5 12 9.5C12.357 9.5 12.6601 9.26421 13.2665 8.79263L17.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 3L11 9M14.5 3L13 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-tank-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.6168 1C16.8637 1.76959 17 2.6141 17 3.5C17 7.08985 14.7614 10 12 10C9.23858 10 7 7.08985 7 3.5C7 2.6141 7.13633 1.76959 7.3832 1%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5002 17C19.4331 17 21 15.4315 21 13.4966C21 12.2213 20.2104 11.4762 19.6921 10.4128C18.6981 8.37328 19.6776 5.84899 20.2997 3.71716C20.4253 3.28669 20.2309 2.8325 19.8419 2.61L17.2549 1.13018C17.0883 1.03491 16.898 0.988697 16.7067 1.00235C15.0599 1.11988 13.1608 1.53312 12 2.98622C10.8392 1.53312 8.94012 1.11988 7.29334 1.00235C7.102 0.988697 6.91166 1.03491 6.7451 1.13018L4.15808 2.61C3.76911 2.8325 3.57474 3.28669 3.70035 3.71716C4.32241 5.84899 5.30191 8.37328 4.30792 10.4128C3.78962 11.4762 3 12.2213 3 13.4966C3 15.4315 4.56694 17 6.49985 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 16.25C12.5235 15.632 11.661 15.5364 10 16.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 3C15.2742 3.45112 14 5.03024 14 6.90903C14 7.67442 14.2115 8.39008 14.5788 9M7 3C8.72577 3.45112 10 5.03024 10 6.90903C10 7.67442 9.78852 8.39008 9.4212 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.6168 1C16.8637 1.76959 17 2.6141 17 3.5C17 7.08985 14.7614 10 12 10C9.23858 10 7 7.08985 7 3.5C7 2.6141 7.13633 1.76959 7.3832 1%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5002 17C19.4331 17 21 15.4315 21 13.4966C21 12.2213 20.2104 11.4762 19.6921 10.4128C18.6981 8.37328 19.6776 5.84899 20.2997 3.71716C20.4253 3.28669 20.2309 2.8325 19.8419 2.61L17.2549 1.13018C17.0883 1.03491 16.898 0.988697 16.7067 1.00235C15.0599 1.11988 13.1608 1.53312 12 2.98622C10.8392 1.53312 8.94012 1.11988 7.29334 1.00235C7.102 0.988697 6.91166 1.03491 6.7451 1.13018L4.15808 2.61C3.76911 2.8325 3.57474 3.28669 3.70035 3.71716C4.32241 5.84899 5.30191 8.37328 4.30792 10.4128C3.78962 11.4762 3 12.2213 3 13.4966C3 15.4315 4.56694 17 6.49985 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 16.25C12.5235 15.632 11.661 15.5364 10 16.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 3C15.2742 3.45112 14 5.03024 14 6.90903C14 7.67442 14.2115 8.39008 14.5788 9M7 3C8.72577 3.45112 10 5.03024 10 6.90903C10 7.67442 9.78852 8.39008 9.4212 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-turtle-neck{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.9618 13.0591L4.56841 20.2197C4.42904 20.6366 4.35936 20.8451 4.18712 20.9399C3.82412 21.1398 2.32946 20.8084 2.07132 20.4251C1.9625 20.2635 1.99464 20.0483 2.05892 19.6178L3.61592 9.19215C3.88106 7.41681 4.29884 6.86652 5.93466 6.12499L9 4.51741V3.01007C9 2.17768 9.17499 2.00517 10.0076 2.00517L13.9924 2C14.825 2 15 2.17251 15 3.0049V4.51224L18.0653 6.12499C19.7012 6.86652 20.1189 7.41682 20.3841 9.19215L21.9411 19.6178C22.0054 20.0483 22.0375 20.2635 21.9287 20.4251C21.6705 20.8084 20.1759 21.1398 19.8129 20.9399C19.6406 20.8451 19.571 20.6366 19.4316 20.2197L17.0382 13.0591%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 10C6.66613 10.9968 6.87572 11.9958 6.95911 13.0034C7.15045 15.3153 7 17.683 7 20C7 21.6547 7.34533 22 9 22H15C16.6547 22 17 21.6547 17 20C17 17.683 16.8495 15.3153 17.0409 13.0034C17.1243 11.9958 17.3339 10.9968 17.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 5C10.8 6.33333 13.2 6.33333 15 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.9618 13.0591L4.56841 20.2197C4.42904 20.6366 4.35936 20.8451 4.18712 20.9399C3.82412 21.1398 2.32946 20.8084 2.07132 20.4251C1.9625 20.2635 1.99464 20.0483 2.05892 19.6178L3.61592 9.19215C3.88106 7.41681 4.29884 6.86652 5.93466 6.12499L9 4.51741V3.01007C9 2.17768 9.17499 2.00517 10.0076 2.00517L13.9924 2C14.825 2 15 2.17251 15 3.0049V4.51224L18.0653 6.12499C19.7012 6.86652 20.1189 7.41682 20.3841 9.19215L21.9411 19.6178C22.0054 20.0483 22.0375 20.2635 21.9287 20.4251C21.6705 20.8084 20.1759 21.1398 19.8129 20.9399C19.6406 20.8451 19.571 20.6366 19.4316 20.2197L17.0382 13.0591%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 10C6.66613 10.9968 6.87572 11.9958 6.95911 13.0034C7.15045 15.3153 7 17.683 7 20C7 21.6547 7.34533 22 9 22H15C16.6547 22 17 21.6547 17 20C17 17.683 16.8495 15.3153 17.0409 13.0034C17.1243 11.9958 17.3339 10.9968 17.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 5C10.8 6.33333 13.2 6.33333 15 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-underpants-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 17L14.3464 17.9952C14.6631 18.9394 14.8215 19.4116 15.1899 19.6916C15.2125 19.7087 15.2357 19.7253 15.2592 19.7412C15.643 20 16.1438 20 17.1454 20C19.4325 20 20.576 20 21.3113 19.2763C21.3537 19.2345 21.3996 19.1859 21.4388 19.1412C22.1182 18.3653 22.0478 17.2818 21.907 15.1147C21.6762 11.5611 21.2235 8.70531 20.786 6.70039C20.5221 5.49096 20.3901 4.88625 19.8372 4.44313C19.2842 4 18.5998 4 17.231 4H6.76902C5.40022 4 4.71582 4 4.16285 4.44313C3.60987 4.88625 3.47791 5.49096 3.21399 6.70039C2.77648 8.70531 2.32378 11.5611 2.09297 15.1147C1.95221 17.2818 1.88183 18.3653 2.56123 19.1412C2.60042 19.1859 2.64629 19.2345 2.6887 19.2763C3.42404 20 4.56755 20 6.85456 20C7.85618 20 8.357 20 8.74078 19.7412C8.76434 19.7253 8.78745 19.7087 8.81007 19.6916C9.1785 19.4116 9.33687 18.9394 9.65362 17.9952L9.98742 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15C9.09883 16.1956 10.7181 17.5 12 17.5C13.2819 17.5 14.9012 16.1956 15.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 17L14.3464 17.9952C14.6631 18.9394 14.8215 19.4116 15.1899 19.6916C15.2125 19.7087 15.2357 19.7253 15.2592 19.7412C15.643 20 16.1438 20 17.1454 20C19.4325 20 20.576 20 21.3113 19.2763C21.3537 19.2345 21.3996 19.1859 21.4388 19.1412C22.1182 18.3653 22.0478 17.2818 21.907 15.1147C21.6762 11.5611 21.2235 8.70531 20.786 6.70039C20.5221 5.49096 20.3901 4.88625 19.8372 4.44313C19.2842 4 18.5998 4 17.231 4H6.76902C5.40022 4 4.71582 4 4.16285 4.44313C3.60987 4.88625 3.47791 5.49096 3.21399 6.70039C2.77648 8.70531 2.32378 11.5611 2.09297 15.1147C1.95221 17.2818 1.88183 18.3653 2.56123 19.1412C2.60042 19.1859 2.64629 19.2345 2.6887 19.2763C3.42404 20 4.56755 20 6.85456 20C7.85618 20 8.357 20 8.74078 19.7412C8.76434 19.7253 8.78745 19.7087 8.81007 19.6916C9.1785 19.4116 9.33687 18.9394 9.65362 17.9952L9.98742 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15C9.09883 16.1956 10.7181 17.5 12 17.5C13.2819 17.5 14.9012 16.1956 15.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-underpants-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9359 12.8119L20.9746 8.18614C20.6575 6.66014 20.4989 5.89714 19.9475 5.44857C19.3962 5 18.6169 5 17.0583 5H6.94174C5.38314 5 4.60384 5 4.05247 5.44857C3.50109 5.89714 3.34253 6.66014 3.02541 8.18614L2.06412 12.8119C1.86911 13.7503 2.08272 14.7586 3.20996 14.9718C3.87746 15.0981 4.5865 14.9574 5.26274 15.0369C6.77164 15.2142 8.12412 16.0187 8.96376 17.2382C9.69923 18.5906 10.405 19 12 19C13.595 19 14.3008 18.5906 15.0362 17.2382C15.8759 16.0187 17.2284 15.2142 18.7373 15.0369C19.4135 14.9574 20.1225 15.0981 20.79 14.9718C21.9173 14.7586 22.1309 13.7503 21.9359 12.8119Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16L13.8914 8M8 16L10.1086 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 8H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9359 12.8119L20.9746 8.18614C20.6575 6.66014 20.4989 5.89714 19.9475 5.44857C19.3962 5 18.6169 5 17.0583 5H6.94174C5.38314 5 4.60384 5 4.05247 5.44857C3.50109 5.89714 3.34253 6.66014 3.02541 8.18614L2.06412 12.8119C1.86911 13.7503 2.08272 14.7586 3.20996 14.9718C3.87746 15.0981 4.5865 14.9574 5.26274 15.0369C6.77164 15.2142 8.12412 16.0187 8.96376 17.2382C9.69923 18.5906 10.405 19 12 19C13.595 19 14.3008 18.5906 15.0362 17.2382C15.8759 16.0187 17.2284 15.2142 18.7373 15.0369C19.4135 14.9574 20.1225 15.0981 20.79 14.9718C21.9173 14.7586 22.1309 13.7503 21.9359 12.8119Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16L13.8914 8M8 16L10.1086 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 8H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-underpants-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 18.5C14 15.8333 15.9 10 21.5 10M10 18.5C10 15.8333 8.1 10 2.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 8H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8V9.56091C2 9.86218 2.0252 10.134 2.10806 10.4238C2.93715 13.3235 5.92032 17.6665 9.52749 18.8626C9.85085 18.9698 10.1521 19 10.4924 19H13.5076C13.8479 19 14.1492 18.9698 14.4725 18.8626C18.0797 17.6665 21.0629 13.3235 21.8919 10.4238C21.9748 10.134 22 9.86218 22 9.56091V8C22 6.58579 22 5.87868 21.5607 5.43934C21.1213 5 20.4142 5 19 5H5C3.58579 5 2.87868 5 2.43934 5.43934C2 5.87868 2 6.58579 2 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 18.5C14 15.8333 15.9 10 21.5 10M10 18.5C10 15.8333 8.1 10 2.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 8H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8V9.56091C2 9.86218 2.0252 10.134 2.10806 10.4238C2.93715 13.3235 5.92032 17.6665 9.52749 18.8626C9.85085 18.9698 10.1521 19 10.4924 19H13.5076C13.8479 19 14.1492 18.9698 14.4725 18.8626C18.0797 17.6665 21.0629 13.3235 21.8919 10.4238C21.9748 10.134 22 9.86218 22 9.56091V8C22 6.58579 22 5.87868 21.5607 5.43934C21.1213 5 20.4142 5 19 5H5C3.58579 5 2.87868 5 2.43934 5.43934C2 5.87868 2 6.58579 2 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-clothing-icons-vest{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.51046 10.8307C6.9018 9.18607 7.10283 6.5528 6.37584 4.78313C6.07534 4.05166 5.92509 3.68592 6.00595 3.4945C6.29496 2.81042 8.36823 2.2903 9.00002 2L13.1722 11.7263C13.7687 13.1852 14.067 13.9147 13.9873 14.6637C13.9076 15.4127 13.4621 16.0664 12.571 17.3738L10.1303 20.9552C9.34647 22.1053 8.9197 22.2198 7.62956 21.715L5.30629 20.8059C4.23506 20.3867 4.00004 20.0761 4.00004 18.9185V11.7372C4.00004 11.1831 3.98581 11.1916 4.51046 10.8307Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.009 14L11 14%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8.99367L15 2C15.6318 2.2903 17.705 2.81042 17.994 3.4945C18.0749 3.68592 17.9247 4.05166 17.6242 4.78313C16.8972 6.5528 17.0982 9.18607 19.4895 10.8307C20.0142 11.1916 20 11.1831 20 11.7372V18.9185C20 20.0761 19.7649 20.3867 18.6937 20.8059L16.3704 21.715C15.0803 22.2198 14.6535 22.1053 13.8697 20.9552L12 18.2117%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2L15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.51046 10.8307C6.9018 9.18607 7.10283 6.5528 6.37584 4.78313C6.07534 4.05166 5.92509 3.68592 6.00595 3.4945C6.29496 2.81042 8.36823 2.2903 9.00002 2L13.1722 11.7263C13.7687 13.1852 14.067 13.9147 13.9873 14.6637C13.9076 15.4127 13.4621 16.0664 12.571 17.3738L10.1303 20.9552C9.34647 22.1053 8.9197 22.2198 7.62956 21.715L5.30629 20.8059C4.23506 20.3867 4.00004 20.0761 4.00004 18.9185V11.7372C4.00004 11.1831 3.98581 11.1916 4.51046 10.8307Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.009 14L11 14%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8.99367L15 2C15.6318 2.2903 17.705 2.81042 17.994 3.4945C18.0749 3.68592 17.9247 4.05166 17.6242 4.78313C16.8972 6.5528 17.0982 9.18607 19.4895 10.8307C20.0142 11.1916 20 11.1831 20 11.7372V18.9185C20 20.0761 19.7649 20.3867 18.6937 20.8059L16.3704 21.715C15.0803 22.2198 14.6535 22.1053 13.8697 20.9552L12 18.2117%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2L15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-bubble-chat-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 2.01175C12.3344 2.00395 12.1677 2 12 2C6.47778 2 2 6.28357 2 11.5667C2 14.1051 3.03333 16.4115 4.71889 18.1231C5.09 18.5 5.33778 19.0148 5.23778 19.5448C5.07275 20.4112 4.69874 21.2194 4.15111 21.893C5.59195 22.161 7.09014 21.9197 8.37499 21.2364C8.82918 20.9949 9.05627 20.8741 9.21653 20.8496C9.37678 20.8251 9.60633 20.8682 10.0654 20.9545C10.7032 21.0742 11.3507 21.1343 12 21.1334C17.5222 21.1334 22 16.8499 22 11.5667C22 11.3765 21.9942 11.1875 21.9827 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5.5H22M18.5 2L18.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 2.01175C12.3344 2.00395 12.1677 2 12 2C6.47778 2 2 6.28357 2 11.5667C2 14.1051 3.03333 16.4115 4.71889 18.1231C5.09 18.5 5.33778 19.0148 5.23778 19.5448C5.07275 20.4112 4.69874 21.2194 4.15111 21.893C5.59195 22.161 7.09014 21.9197 8.37499 21.2364C8.82918 20.9949 9.05627 20.8741 9.21653 20.8496C9.37678 20.8251 9.60633 20.8682 10.0654 20.9545C10.7032 21.0742 11.3507 21.1343 12 21.1334C17.5222 21.1334 22 16.8499 22 11.5667C22 11.3765 21.9942 11.1875 21.9827 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5.5H22M18.5 2L18.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-bubble-chat-blocked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 18.8349C16.7519 20.2676 14.4814 21.133 12 21.133C11.3507 21.1338 10.7032 21.0737 10.0654 20.9539C9.60633 20.8676 9.37678 20.8245 9.21653 20.849C9.05627 20.8735 8.82918 20.9943 8.37499 21.236C7.09014 21.9196 5.59195 22.1611 4.15111 21.8929C4.69874 21.219 5.07275 20.4103 5.23778 19.5434C5.33778 19.0132 5.09 18.498 4.71889 18.1209C3.03333 16.4084 2 14.1007 2 11.5609C2 9.0218 3.03313 6.71344 4.71889 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 3.02125C8.85265 2.36798 10.3815 2 12 2C17.5222 2 22 6.28357 22 11.5667C22 13.1665 21.5894 14.6747 20.8635 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 18.8349C16.7519 20.2676 14.4814 21.133 12 21.133C11.3507 21.1338 10.7032 21.0737 10.0654 20.9539C9.60633 20.8676 9.37678 20.8245 9.21653 20.849C9.05627 20.8735 8.82918 20.9943 8.37499 21.236C7.09014 21.9196 5.59195 22.1611 4.15111 21.8929C4.69874 21.219 5.07275 20.4103 5.23778 19.5434C5.33778 19.0132 5.09 18.498 4.71889 18.1209C3.03333 16.4084 2 14.1007 2 11.5609C2 9.0218 3.03313 6.71344 4.71889 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 3.02125C8.85265 2.36798 10.3815 2 12 2C17.5222 2 22 6.28357 22 11.5667C22 13.1665 21.5894 14.6747 20.8635 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-bubble-chat-cancel{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 2.01175C12.3344 2.00395 12.1677 2 12 2C6.47778 2 2 6.28357 2 11.5667C2 14.1051 3.03333 16.4115 4.71889 18.1231C5.09 18.5 5.33778 19.0148 5.23778 19.5448C5.07275 20.4112 4.69874 21.2194 4.15111 21.893C5.59195 22.161 7.09014 21.9197 8.37499 21.2364C8.82918 20.9949 9.05627 20.8741 9.21653 20.8496C9.37678 20.8251 9.60633 20.8682 10.0654 20.9545C10.7032 21.0742 11.3507 21.1343 12 21.1334C17.5222 21.1334 22 16.8499 22 11.5667C22 11.3765 21.9942 11.1875 21.9827 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 2L19 5M19 5L22 8M19 5L22 2M19 5L16 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 2.01175C12.3344 2.00395 12.1677 2 12 2C6.47778 2 2 6.28357 2 11.5667C2 14.1051 3.03333 16.4115 4.71889 18.1231C5.09 18.5 5.33778 19.0148 5.23778 19.5448C5.07275 20.4112 4.69874 21.2194 4.15111 21.893C5.59195 22.161 7.09014 21.9197 8.37499 21.2364C8.82918 20.9949 9.05627 20.8741 9.21653 20.8496C9.37678 20.8251 9.60633 20.8682 10.0654 20.9545C10.7032 21.0742 11.3507 21.1343 12 21.1334C17.5222 21.1334 22 16.8499 22 11.5667C22 11.3765 21.9942 11.1875 21.9827 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 2L19 5M19 5L22 8M19 5L22 2M19 5L16 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-bubble-chat-delay{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11.5667C22 16.8499 17.5222 21.1334 12 21.1334C11.3507 21.1343 10.7032 21.0742 10.0654 20.9545C9.60633 20.8682 9.37678 20.8251 9.21653 20.8496C9.05627 20.8741 8.82918 20.9949 8.37499 21.2364C7.09014 21.9197 5.59195 22.161 4.15111 21.893C4.69874 21.2194 5.07275 20.4112 5.23778 19.5448C5.33778 19.0148 5.09 18.5 4.71889 18.1231C3.03333 16.4115 2 14.1051 2 11.5667C2 6.28357 6.47778 2 12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 6L19 5M22 6C22 8.20914 20.2091 10 18 10C15.7909 10 14 8.20914 14 6C14 3.79086 15.7909 2 18 2C20.2091 2 22 3.79086 22 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11.5667C22 16.8499 17.5222 21.1334 12 21.1334C11.3507 21.1343 10.7032 21.0742 10.0654 20.9545C9.60633 20.8682 9.37678 20.8251 9.21653 20.8496C9.05627 20.8741 8.82918 20.9949 8.37499 21.2364C7.09014 21.9197 5.59195 22.161 4.15111 21.893C4.69874 21.2194 5.07275 20.4112 5.23778 19.5448C5.33778 19.0148 5.09 18.5 4.71889 18.1231C3.03333 16.4115 2 14.1051 2 11.5667C2 6.28357 6.47778 2 12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 6L19 5M22 6C22 8.20914 20.2091 10 18 10C15.7909 10 14 8.20914 14 6C14 3.79086 15.7909 2 18 2C20.2091 2 22 3.79086 22 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-bubble-chat-done{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C6.47778 2 2 6.28357 2 11.5667C2 14.1051 3.03333 16.4115 4.71889 18.1231C5.09 18.5 5.33778 19.0148 5.23778 19.5448C5.07275 20.4112 4.69874 21.2194 4.15111 21.893C5.59195 22.161 7.09014 21.9197 8.37499 21.2364C8.82918 20.9949 9.05627 20.8741 9.21653 20.8496C9.37678 20.8251 9.60633 20.8682 10.0654 20.9545C10.7032 21.0742 11.3507 21.1343 12 21.1334C17.5222 21.1334 22 16.8499 22 11.5667C22 10.6776 21.8732 9.81683 21.6359 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 6 15 6 16 8C16 8 19.1765 3 22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C6.47778 2 2 6.28357 2 11.5667C2 14.1051 3.03333 16.4115 4.71889 18.1231C5.09 18.5 5.33778 19.0148 5.23778 19.5448C5.07275 20.4112 4.69874 21.2194 4.15111 21.893C5.59195 22.161 7.09014 21.9197 8.37499 21.2364C8.82918 20.9949 9.05627 20.8741 9.21653 20.8496C9.37678 20.8251 9.60633 20.8682 10.0654 20.9545C10.7032 21.0742 11.3507 21.1343 12 21.1334C17.5222 21.1334 22 16.8499 22 11.5667C22 10.6776 21.8732 9.81683 21.6359 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 6 15 6 16 8C16 8 19.1765 3 22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-bubble-chat-download-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.006 2.19142C13.3595 2.0659 12.6903 2 12.005 2C6.48004 2 2 6.28357 2 11.5667C2 14.1051 3.03385 16.4115 4.72026 18.1231C5.09156 18.5 5.33946 19.0148 5.23941 19.5448C5.07429 20.4112 4.7001 21.2194 4.1522 21.893C5.59376 22.161 7.0927 21.9197 8.3782 21.2364C8.83262 20.9949 9.05983 20.8741 9.22017 20.8496C9.3805 20.8251 9.61016 20.8682 10.0695 20.9545C10.7076 21.0742 11.3554 21.1343 12.005 21.1334C17.3782 21.1334 21.763 17.0821 22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7.5C16.4915 8.0057 17.7998 10 18.5 10M21 7.5C20.5085 8.0057 19.2002 10 18.5 10M18.5 10V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.006 2.19142C13.3595 2.0659 12.6903 2 12.005 2C6.48004 2 2 6.28357 2 11.5667C2 14.1051 3.03385 16.4115 4.72026 18.1231C5.09156 18.5 5.33946 19.0148 5.23941 19.5448C5.07429 20.4112 4.7001 21.2194 4.1522 21.893C5.59376 22.161 7.0927 21.9197 8.3782 21.2364C8.83262 20.9949 9.05983 20.8741 9.22017 20.8496C9.3805 20.8251 9.61016 20.8682 10.0695 20.9545C10.7076 21.0742 11.3554 21.1343 12.005 21.1334C17.3782 21.1334 21.763 17.0821 22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7.5C16.4915 8.0057 17.7998 10 18.5 10M21 7.5C20.5085 8.0057 19.2002 10 18.5 10M18.5 10V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-bubble-chat-download{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C21.763 17.0821 17.3782 21.1334 12.005 21.1334C11.3554 21.1343 10.7076 21.0742 10.0695 20.9545C9.61016 20.8682 9.3805 20.8251 9.22017 20.8496C9.05983 20.8741 8.83262 20.9949 8.3782 21.2364C7.0927 21.9197 5.59376 22.161 4.1522 21.893C4.7001 21.2194 5.07429 20.4112 5.23941 19.5448C5.33946 19.0148 5.09156 18.5 4.72026 18.1231C3.03385 16.4115 2 14.1051 2 11.5667C2 6.28357 6.48004 2 12.005 2C12.5131 2 13.0123 2.03622 13.5 2.10611%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7.5C16.4915 8.0057 17.7998 10 18.5 10M21 7.5C20.5085 8.0057 19.2002 10 18.5 10M18.5 10V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C21.763 17.0821 17.3782 21.1334 12.005 21.1334C11.3554 21.1343 10.7076 21.0742 10.0695 20.9545C9.61016 20.8682 9.3805 20.8251 9.22017 20.8496C9.05983 20.8741 8.83262 20.9949 8.3782 21.2364C7.0927 21.9197 5.59376 22.161 4.1522 21.893C4.7001 21.2194 5.07429 20.4112 5.23941 19.5448C5.33946 19.0148 5.09156 18.5 4.72026 18.1231C3.03385 16.4115 2 14.1051 2 11.5667C2 6.28357 6.48004 2 12.005 2C12.5131 2 13.0123 2.03622 13.5 2.10611%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7.5C16.4915 8.0057 17.7998 10 18.5 10M21 7.5C20.5085 8.0057 19.2002 10 18.5 10M18.5 10V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-bubble-chat-favourite{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 2C6.21 2.24942 2 6.43482 2 11.5606C2 14.1004 3.03333 16.4082 4.71889 18.1208C5.09 18.4979 5.33778 19.0131 5.23778 19.5433C5.07275 20.4103 4.69874 21.2189 4.15111 21.8929C5.59195 22.1611 7.09014 21.9196 8.37499 21.2359C8.82918 20.9943 9.05627 20.8734 9.21653 20.8489C9.37678 20.8244 9.60633 20.8676 10.0654 20.9538C10.7032 21.0737 11.3507 21.1337 12 21.1329C17.5222 21.1329 22 16.8468 22 11.5606C22 11.3702 21.9942 11.1812 21.9827 10.9935%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.015 2.38661C16.0876 1.74692 17.0238 2.00471 17.5863 2.41534C17.8169 2.58371 17.9322 2.66789 18 2.66789C18.0678 2.66789 18.1831 2.58371 18.4137 2.41534C18.9762 2.00471 19.9124 1.74692 20.985 2.38661C22.3928 3.22614 22.7113 5.99577 19.4642 8.33241C18.8457 8.77747 18.5365 9 18 9C17.4635 9 17.1543 8.77747 16.5358 8.33241C13.2887 5.99577 13.6072 3.22614 15.015 2.38661Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 2C6.21 2.24942 2 6.43482 2 11.5606C2 14.1004 3.03333 16.4082 4.71889 18.1208C5.09 18.4979 5.33778 19.0131 5.23778 19.5433C5.07275 20.4103 4.69874 21.2189 4.15111 21.8929C5.59195 22.1611 7.09014 21.9196 8.37499 21.2359C8.82918 20.9943 9.05627 20.8734 9.21653 20.8489C9.37678 20.8244 9.60633 20.8676 10.0654 20.9538C10.7032 21.0737 11.3507 21.1337 12 21.1329C17.5222 21.1329 22 16.8468 22 11.5606C22 11.3702 21.9942 11.1812 21.9827 10.9935%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.015 2.38661C16.0876 1.74692 17.0238 2.00471 17.5863 2.41534C17.8169 2.58371 17.9322 2.66789 18 2.66789C18.0678 2.66789 18.1831 2.58371 18.4137 2.41534C18.9762 2.00471 19.9124 1.74692 20.985 2.38661C22.3928 3.22614 22.7113 5.99577 19.4642 8.33241C18.8457 8.77747 18.5365 9 18 9C17.4635 9 17.1543 8.77747 16.5358 8.33241C13.2887 5.99577 13.6072 3.22614 15.015 2.38661Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-bubble-chat-income{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.766 9.49265C21.9192 10.1586 22 10.8506 22 11.5606C22 16.8468 17.5222 21.1329 12 21.1329C11.3507 21.1337 10.7032 21.0737 10.0654 20.9538C9.60633 20.8676 9.37678 20.8244 9.21653 20.8489C9.05627 20.8734 8.82918 20.9943 8.37499 21.2359C7.09014 21.9196 5.59195 22.1611 4.15111 21.8929C4.69874 21.2189 5.07275 20.4103 5.23778 19.5433C5.33778 19.0131 5.09 18.4979 4.71889 18.1208C3.03333 16.4082 2 14.1004 2 11.5606C2 6.43482 6.21 2.24942 11.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4.5L22 4.5M14 4.5C14 5.20023 15.9943 6.50847 16.5 7M14 4.5C14 3.79977 15.9943 2.49153 16.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.766 9.49265C21.9192 10.1586 22 10.8506 22 11.5606C22 16.8468 17.5222 21.1329 12 21.1329C11.3507 21.1337 10.7032 21.0737 10.0654 20.9538C9.60633 20.8676 9.37678 20.8244 9.21653 20.8489C9.05627 20.8734 8.82918 20.9943 8.37499 21.2359C7.09014 21.9196 5.59195 22.1611 4.15111 21.8929C4.69874 21.2189 5.07275 20.4103 5.23778 19.5433C5.33778 19.0131 5.09 18.4979 4.71889 18.1208C3.03333 16.4082 2 14.1004 2 11.5606C2 6.43482 6.21 2.24942 11.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4.5L22 4.5M14 4.5C14 5.20023 15.9943 6.50847 16.5 7M14 4.5C14 3.79977 15.9943 2.49153 16.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-bubble-chat-notification{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11.5667C22 16.8499 17.5222 21.1334 12 21.1334C11.3507 21.1343 10.7032 21.0742 10.0654 20.9545C9.60633 20.8682 9.37678 20.8251 9.21653 20.8496C9.05627 20.8741 8.82918 20.9949 8.37499 21.2364C7.09014 21.9197 5.59195 22.161 4.15111 21.893C4.69874 21.2194 5.07275 20.4112 5.23778 19.5448C5.33778 19.0148 5.09 18.5 4.71889 18.1231C3.03333 16.4115 2 14.1051 2 11.5667C2 6.28357 6.47778 2 12 2C12.6849 2 13.3538 2.0659 14 2.19142%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M23 5.5C23 7.433 21.433 9 19.5 9C17.567 9 16 7.433 16 5.5C16 3.567 17.567 2 19.5 2C21.433 2 23 3.567 23 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11.5667C22 16.8499 17.5222 21.1334 12 21.1334C11.3507 21.1343 10.7032 21.0742 10.0654 20.9545C9.60633 20.8682 9.37678 20.8251 9.21653 20.8496C9.05627 20.8741 8.82918 20.9949 8.37499 21.2364C7.09014 21.9197 5.59195 22.161 4.15111 21.893C4.69874 21.2194 5.07275 20.4112 5.23778 19.5448C5.33778 19.0148 5.09 18.5 4.71889 18.1231C3.03333 16.4115 2 14.1051 2 11.5667C2 6.28357 6.47778 2 12 2C12.6849 2 13.3538 2.0659 14 2.19142%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M23 5.5C23 7.433 21.433 9 19.5 9C17.567 9 16 7.433 16 5.5C16 3.567 17.567 2 19.5 2C21.433 2 23 3.567 23 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-bubble-chat-outcome{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.766 9.49265C21.9192 10.1586 22 10.8506 22 11.5606C22 16.8468 17.5222 21.1329 12 21.1329C11.3507 21.1337 10.7032 21.0737 10.0654 20.9538C9.60633 20.8676 9.37678 20.8244 9.21653 20.8489C9.05627 20.8734 8.82918 20.9943 8.37499 21.2359C7.09014 21.9196 5.59195 22.1611 4.15111 21.8929C4.69874 21.2189 5.07275 20.4103 5.23778 19.5433C5.33778 19.0131 5.09 18.4979 4.71889 18.1208C3.03333 16.4082 2 14.1004 2 11.5606C2 6.43482 6.21 2.24942 11.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.5L14 4.5M22 4.5C22 5.20023 20.0057 6.50847 19.5 7M22 4.5C22 3.79977 20.0057 2.49153 19.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.766 9.49265C21.9192 10.1586 22 10.8506 22 11.5606C22 16.8468 17.5222 21.1329 12 21.1329C11.3507 21.1337 10.7032 21.0737 10.0654 20.9538C9.60633 20.8676 9.37678 20.8244 9.21653 20.8489C9.05627 20.8734 8.82918 20.9943 8.37499 21.2359C7.09014 21.9196 5.59195 22.1611 4.15111 21.8929C4.69874 21.2189 5.07275 20.4103 5.23778 19.5433C5.33778 19.0131 5.09 18.4979 4.71889 18.1208C3.03333 16.4082 2 14.1004 2 11.5606C2 6.43482 6.21 2.24942 11.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.5L14 4.5M22 4.5C22 5.20023 20.0057 6.50847 19.5 7M22 4.5C22 3.79977 20.0057 2.49153 19.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-bubble-chat-preview{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.8665 9.99999C21.9543 10.5098 22 11.0331 22 11.5667C22 16.8499 17.5222 21.1334 12 21.1334C11.3507 21.1343 10.7032 21.0742 10.0654 20.9544C9.60633 20.8682 9.37678 20.8251 9.21653 20.8496C9.05627 20.8741 8.82918 20.9948 8.37499 21.2364C7.09014 21.9197 5.59195 22.161 4.15111 21.893C4.69874 21.2194 5.07275 20.4112 5.23778 19.5448C5.33778 19.0148 5.09 18.5 4.71889 18.1231C3.03333 16.4115 2 14.1051 2 11.5667C2 6.60645 5.94718 2.48007 11 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 5H17.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.7948 4.59071C21.9316 4.77342 22 4.86477 22 5C22 5.13523 21.9316 5.22658 21.7948 5.40929C21.1801 6.23024 19.6101 8 17.5 8C15.3899 8 13.8199 6.23024 13.2052 5.40929C13.0684 5.22658 13 5.13523 13 5C13 4.86477 13.0684 4.77342 13.2052 4.59071C13.8199 3.76976 15.3899 2 17.5 2C19.6101 2 21.1801 3.76976 21.7948 4.59071Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M8 12H8.00897M15.9955 12H16.0045%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.8665 9.99999C21.9543 10.5098 22 11.0331 22 11.5667C22 16.8499 17.5222 21.1334 12 21.1334C11.3507 21.1343 10.7032 21.0742 10.0654 20.9544C9.60633 20.8682 9.37678 20.8251 9.21653 20.8496C9.05627 20.8741 8.82918 20.9948 8.37499 21.2364C7.09014 21.9197 5.59195 22.161 4.15111 21.893C4.69874 21.2194 5.07275 20.4112 5.23778 19.5448C5.33778 19.0148 5.09 18.5 4.71889 18.1231C3.03333 16.4115 2 14.1051 2 11.5667C2 6.60645 5.94718 2.48007 11 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 5H17.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.7948 4.59071C21.9316 4.77342 22 4.86477 22 5C22 5.13523 21.9316 5.22658 21.7948 5.40929C21.1801 6.23024 19.6101 8 17.5 8C15.3899 8 13.8199 6.23024 13.2052 5.40929C13.0684 5.22658 13 5.13523 13 5C13 4.86477 13.0684 4.77342 13.2052 4.59071C13.8199 3.76976 15.3899 2 17.5 2C19.6101 2 21.1801 3.76976 21.7948 4.59071Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M8 12H8.00897M15.9955 12H16.0045%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-bubble-chat-question{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11.5667C22 16.8499 17.5222 21.1334 12 21.1334C11.3507 21.1343 10.7032 21.0742 10.0654 20.9545C9.60633 20.8682 9.37678 20.8251 9.21653 20.8496C9.05627 20.8741 8.82918 20.9948 8.37499 21.2364C7.09014 21.9197 5.59195 22.161 4.15111 21.893C4.69874 21.2194 5.07275 20.4112 5.23778 19.5448C5.33778 19.0148 5.09 18.5 4.71889 18.1231C3.03333 16.4115 2 14.1051 2 11.5667C2 6.28357 6.47778 2 12 2C17.5222 2 22 6.28357 22 11.5667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9.84615C10 8.82655 10.8954 8 12 8C13.1046 8 14 8.82655 14 9.84615C14 10.2137 13.8837 10.5561 13.6831 10.8438C13.0854 11.7012 12 12.5189 12 13.5385V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16.5H12.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11.5667C22 16.8499 17.5222 21.1334 12 21.1334C11.3507 21.1343 10.7032 21.0742 10.0654 20.9545C9.60633 20.8682 9.37678 20.8251 9.21653 20.8496C9.05627 20.8741 8.82918 20.9948 8.37499 21.2364C7.09014 21.9197 5.59195 22.161 4.15111 21.893C4.69874 21.2194 5.07275 20.4112 5.23778 19.5448C5.33778 19.0148 5.09 18.5 4.71889 18.1231C3.03333 16.4115 2 14.1051 2 11.5667C2 6.28357 6.47778 2 12 2C17.5222 2 22 6.28357 22 11.5667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9.84615C10 8.82655 10.8954 8 12 8C13.1046 8 14 8.82655 14 9.84615C14 10.2137 13.8837 10.5561 13.6831 10.8438C13.0854 11.7012 12 12.5189 12 13.5385V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16.5H12.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-bubble-chat-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12.9946C21.2765 17.6007 17.0206 21.1329 12.005 21.1329C11.3554 21.1337 10.7076 21.0737 10.0695 20.9538C9.61016 20.8676 9.3805 20.8244 9.22016 20.8489C9.05983 20.8734 8.83262 20.9942 8.3782 21.2359C7.0927 21.9196 5.59376 22.1611 4.1522 21.8929C4.7001 21.2189 5.07429 20.4102 5.23941 19.5433C5.33946 19.013 5.09156 18.4979 4.72026 18.1208C3.03385 16.4082 2 14.1004 2 11.5605C2 6.43619 6.20959 2.25172 11.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.017 8.02334L22 10M21.0531 5.52653C21.0531 3.57888 19.4742 2 17.5265 2C15.5789 2 14 3.57888 14 5.52653C14 7.47418 15.5789 9.05306 17.5265 9.05306C19.4742 9.05306 21.0531 7.47418 21.0531 5.52653Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12.9946C21.2765 17.6007 17.0206 21.1329 12.005 21.1329C11.3554 21.1337 10.7076 21.0737 10.0695 20.9538C9.61016 20.8676 9.3805 20.8244 9.22016 20.8489C9.05983 20.8734 8.83262 20.9942 8.3782 21.2359C7.0927 21.9196 5.59376 22.1611 4.1522 21.8929C4.7001 21.2189 5.07429 20.4102 5.23941 19.5433C5.33946 19.013 5.09156 18.4979 4.72026 18.1208C3.03385 16.4082 2 14.1004 2 11.5605C2 6.43619 6.20959 2.25172 11.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.017 8.02334L22 10M21.0531 5.52653C21.0531 3.57888 19.4742 2 17.5265 2C15.5789 2 14 3.57888 14 5.52653C14 7.47418 15.5789 9.05306 17.5265 9.05306C19.4742 9.05306 21.0531 7.47418 21.0531 5.52653Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-bubble-chat-secure{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5048 2C6.21213 2.24942 2 6.43482 2 11.5606C2 14.1004 3.03385 16.4082 4.72026 18.1208C5.09156 18.4979 5.33946 19.0131 5.23941 19.5433C5.07429 20.4103 4.7001 21.2189 4.1522 21.8929C5.59376 22.1611 7.0927 21.9196 8.3782 21.2359C8.83262 20.9943 9.05983 20.8734 9.22016 20.8489C9.3805 20.8244 9.61016 20.8676 10.0695 20.9538C10.7076 21.0737 11.3554 21.1337 12.005 21.1329C17.3782 21.1329 21.763 17.0792 22 11.9941%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9992 2C16.7328 2 15.9117 2.8076 14.9405 3.10196C14.5456 3.22165 14.3482 3.2815 14.2683 3.36586C14.1884 3.45022 14.165 3.5735 14.1182 3.82005C13.6174 6.4584 14.712 8.89759 17.3222 9.84699C17.6027 9.949 17.7429 10 18.0006 10C18.2583 10 18.3986 9.94899 18.679 9.84698C21.2891 8.89758 22.3826 6.45839 21.8817 3.82005C21.8349 3.57346 21.8114 3.45016 21.7315 3.36579C21.6516 3.28143 21.4542 3.22162 21.0593 3.10199C20.0878 2.80766 19.2657 2 17.9992 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5048 2C6.21213 2.24942 2 6.43482 2 11.5606C2 14.1004 3.03385 16.4082 4.72026 18.1208C5.09156 18.4979 5.33946 19.0131 5.23941 19.5433C5.07429 20.4103 4.7001 21.2189 4.1522 21.8929C5.59376 22.1611 7.0927 21.9196 8.3782 21.2359C8.83262 20.9943 9.05983 20.8734 9.22016 20.8489C9.3805 20.8244 9.61016 20.8676 10.0695 20.9538C10.7076 21.0737 11.3554 21.1337 12.005 21.1329C17.3782 21.1329 21.763 17.0792 22 11.9941%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9992 2C16.7328 2 15.9117 2.8076 14.9405 3.10196C14.5456 3.22165 14.3482 3.2815 14.2683 3.36586C14.1884 3.45022 14.165 3.5735 14.1182 3.82005C13.6174 6.4584 14.712 8.89759 17.3222 9.84699C17.6027 9.949 17.7429 10 18.0006 10C18.2583 10 18.3986 9.94899 18.679 9.84698C21.2891 8.89758 22.3826 6.45839 21.8817 3.82005C21.8349 3.57346 21.8114 3.45016 21.7315 3.36579C21.6516 3.28143 21.4542 3.22162 21.0593 3.10199C20.0878 2.80766 19.2657 2 17.9992 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-bubble-chat-translate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11.5667C22 16.8499 17.5222 21.1334 12 21.1334C11.3507 21.1343 10.7032 21.0742 10.0654 20.9545C9.60633 20.8682 9.37678 20.8251 9.21653 20.8496C9.05627 20.8741 8.82918 20.9948 8.37499 21.2364C7.09014 21.9197 5.59195 22.161 4.15111 21.893C4.69874 21.2194 5.07275 20.4112 5.23778 19.5448C5.33778 19.0148 5.09 18.5 4.71889 18.1231C3.03333 16.4115 2 14.1051 2 11.5667C2 6.28357 6.47778 2 12 2C17.5222 2 22 6.28357 22 11.5667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8.24138H12M16 8.24138H14.5714M12 8.24138H14.5714M12 8.24138V7M14.5714 8.24138C14.1025 9.93905 13.1207 11.5439 12 12.9542M9.14286 16C10.0488 15.1565 11.072 14.122 12 12.9542M12 12.9542C11.4286 12.2759 10.6286 11.1784 10.4 10.6818M12 12.9542L13.7143 14.7586%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11.5667C22 16.8499 17.5222 21.1334 12 21.1334C11.3507 21.1343 10.7032 21.0742 10.0654 20.9545C9.60633 20.8682 9.37678 20.8251 9.21653 20.8496C9.05627 20.8741 8.82918 20.9948 8.37499 21.2364C7.09014 21.9197 5.59195 22.161 4.15111 21.893C4.69874 21.2194 5.07275 20.4112 5.23778 19.5448C5.33778 19.0148 5.09 18.5 4.71889 18.1231C3.03333 16.4115 2 14.1051 2 11.5667C2 6.28357 6.47778 2 12 2C17.5222 2 22 6.28357 22 11.5667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8.24138H12M16 8.24138H14.5714M12 8.24138H14.5714M12 8.24138V7M14.5714 8.24138C14.1025 9.93905 13.1207 11.5439 12 12.9542M9.14286 16C10.0488 15.1565 11.072 14.122 12 12.9542M12 12.9542C11.4286 12.2759 10.6286 11.1784 10.4 10.6818M12 12.9542L13.7143 14.7586%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-bubble-chat-unlock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 2.04725C12.6711 2.016 12.3375 2 12 2C6.47778 2 2 6.28357 2 11.5667C2 14.1051 3.03333 16.4115 4.71889 18.1231C5.09 18.5 5.33778 19.0148 5.23778 19.5448C5.07275 20.4112 4.69874 21.2194 4.15111 21.893C5.59195 22.161 7.09014 21.9197 8.37499 21.2364C8.82918 20.9949 9.05627 20.8741 9.21653 20.8496C9.37678 20.8251 9.60633 20.8682 10.0654 20.9545C10.7032 21.0742 11.3507 21.1343 12 21.1334C16.83 21.1334 21.0653 17.8565 22 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5312 5.35997V3.95232C16.5312 2.87408 17.4127 2 18.5 2C18.9887 2 19.4359 2.1766 19.7801 2.46895M17.8437 11H19.1563C20.1777 11 20.6884 11 21.0749 10.7951C21.3802 10.6333 21.6302 10.3854 21.7934 10.0827C22 9.6993 22 9.19286 22 8.17998C22 7.16711 22 6.66067 21.7934 6.2773C21.6302 5.9746 21.3802 5.72668 21.0749 5.56488C20.6884 5.35997 20.1777 5.35997 19.1563 5.35997H17.8437C16.8223 5.35997 16.3116 5.35997 15.9251 5.56488C15.6198 5.72668 15.3698 5.9746 15.2066 6.2773C15 6.66067 15 7.16711 15 8.17998C15 9.19286 15 9.6993 15.2066 10.0827C15.3698 10.3854 15.6198 10.6333 15.9251 10.7951C16.3116 11 16.8223 11 17.8437 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 2.04725C12.6711 2.016 12.3375 2 12 2C6.47778 2 2 6.28357 2 11.5667C2 14.1051 3.03333 16.4115 4.71889 18.1231C5.09 18.5 5.33778 19.0148 5.23778 19.5448C5.07275 20.4112 4.69874 21.2194 4.15111 21.893C5.59195 22.161 7.09014 21.9197 8.37499 21.2364C8.82918 20.9949 9.05627 20.8741 9.21653 20.8496C9.37678 20.8251 9.60633 20.8682 10.0654 20.9545C10.7032 21.0742 11.3507 21.1343 12 21.1334C16.83 21.1334 21.0653 17.8565 22 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5312 5.35997V3.95232C16.5312 2.87408 17.4127 2 18.5 2C18.9887 2 19.4359 2.1766 19.7801 2.46895M17.8437 11H19.1563C20.1777 11 20.6884 11 21.0749 10.7951C21.3802 10.6333 21.6302 10.3854 21.7934 10.0827C22 9.6993 22 9.19286 22 8.17998C22 7.16711 22 6.66067 21.7934 6.2773C21.6302 5.9746 21.3802 5.72668 21.0749 5.56488C20.6884 5.35997 20.1777 5.35997 19.1563 5.35997H17.8437C16.8223 5.35997 16.3116 5.35997 15.9251 5.56488C15.6198 5.72668 15.3698 5.9746 15.2066 6.2773C15 6.66067 15 7.16711 15 8.17998C15 9.19286 15 9.6993 15.2066 10.0827C15.3698 10.3854 15.6198 10.6333 15.9251 10.7951C16.3116 11 16.8223 11 17.8437 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-bubble-chat-upload{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C21.763 17.0821 17.3782 21.1334 12.005 21.1334C11.3554 21.1343 10.7076 21.0742 10.0695 20.9545C9.61016 20.8682 9.3805 20.8251 9.22017 20.8496C9.05983 20.8741 8.83262 20.9949 8.3782 21.2364C7.0927 21.9197 5.59376 22.161 4.1522 21.893C4.7001 21.2194 5.07429 20.4112 5.23941 19.5448C5.33946 19.0148 5.09156 18.5 4.72026 18.1231C3.03385 16.4115 2 14.1051 2 11.5667C2 6.28357 6.48004 2 12.005 2C12.5131 2 13.0123 2.03622 13.5 2.10611%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4.5C16.4915 3.9943 17.7998 2 18.5 2M21 4.5C20.5085 3.9943 19.2002 2 18.5 2M18.5 2V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C21.763 17.0821 17.3782 21.1334 12.005 21.1334C11.3554 21.1343 10.7076 21.0742 10.0695 20.9545C9.61016 20.8682 9.3805 20.8251 9.22017 20.8496C9.05983 20.8741 8.83262 20.9949 8.3782 21.2364C7.0927 21.9197 5.59376 22.161 4.1522 21.893C4.7001 21.2194 5.07429 20.4112 5.23941 19.5448C5.33946 19.0148 5.09156 18.5 4.72026 18.1231C3.03385 16.4115 2 14.1051 2 11.5667C2 6.28357 6.48004 2 12.005 2C12.5131 2 13.0123 2.03622 13.5 2.10611%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4.5C16.4915 3.9943 17.7998 2 18.5 2M21 4.5C20.5085 3.9943 19.2002 2 18.5 2M18.5 2V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-bubble-chat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11.5667C22 16.8499 17.5222 21.1334 12 21.1334C11.3507 21.1343 10.7032 21.0742 10.0654 20.9545C9.60633 20.8682 9.37678 20.8251 9.21653 20.8496C9.05627 20.8741 8.82918 20.9948 8.37499 21.2364C7.09014 21.9197 5.59195 22.161 4.15111 21.893C4.69874 21.2194 5.07275 20.4112 5.23778 19.5448C5.33778 19.0148 5.09 18.5 4.71889 18.1231C3.03333 16.4115 2 14.1051 2 11.5667C2 6.28357 6.47778 2 12 2C17.5222 2 22 6.28357 22 11.5667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11.5667C22 16.8499 17.5222 21.1334 12 21.1334C11.3507 21.1343 10.7032 21.0742 10.0654 20.9545C9.60633 20.8682 9.37678 20.8251 9.21653 20.8496C9.05627 20.8741 8.82918 20.9948 8.37499 21.2364C7.09014 21.9197 5.59195 22.161 4.15111 21.893C4.69874 21.2194 5.07275 20.4112 5.23778 19.5448C5.33778 19.0148 5.09 18.5 4.71889 18.1231C3.03333 16.4115 2 14.1051 2 11.5667C2 6.28357 6.47778 2 12 2C17.5222 2 22 6.28357 22 11.5667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 12H12.0045M15.991 12H16M8 12H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-call-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 3V11M21 7L13 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 3V11M21 7L13 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-call-blocked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.2 4.2L19.8 9.8M21 7C21 4.79086 19.2091 3 17 3C14.7909 3 13 4.79086 13 7C13 9.20914 14.7909 11 17 11C19.2091 11 21 9.20914 21 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.2 4.2L19.8 9.8M21 7C21 4.79086 19.2091 3 17 3C14.7909 3 13 4.79086 13 7C13 9.20914 14.7909 11 17 11C19.2091 11 21 9.20914 21 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-call-disabled{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9424 20.1646C10.2893 21.1435 8.93948 21.6161 7.57121 21.9011C5.54758 22.3225 3.5708 21.358 2.30947 19.7602C1.77638 19.0849 1.95852 18.3107 2.6524 17.9114L4.21891 17.0098C5.46056 16.2953 6.08139 15.938 6.73959 16.0088C7.39779 16.0797 7.93386 16.5616 9.00601 17.5253L11.9424 20.1646ZM11.9424 20.1646C13.5704 19.2007 15.1184 17.9704 16.5 16.5638%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.1646 11.9475C21.1435 10.2936 21.6161 8.94308 21.9011 7.5741C22.3225 5.54942 21.358 3.57162 19.7602 2.30963C19.0849 1.77627 18.3107 1.9585 17.9114 2.65274L17.0098 4.22006C16.2953 5.46236 15.938 6.08351 16.0088 6.74205C16.0797 7.40059 16.5616 7.93694 17.5253 9.00964L20.1646 11.9475ZM20.1646 11.9475C19.6448 12.8258 19.0474 13.6812 18.3863 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9424 20.1646C10.2893 21.1435 8.93948 21.6161 7.57121 21.9011C5.54758 22.3225 3.5708 21.358 2.30947 19.7602C1.77638 19.0849 1.95852 18.3107 2.6524 17.9114L4.21891 17.0098C5.46056 16.2953 6.08139 15.938 6.73959 16.0088C7.39779 16.0797 7.93386 16.5616 9.00601 17.5253L11.9424 20.1646ZM11.9424 20.1646C13.5704 19.2007 15.1184 17.9704 16.5 16.5638%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.1646 11.9475C21.1435 10.2936 21.6161 8.94308 21.9011 7.5741C22.3225 5.54942 21.358 3.57162 19.7602 2.30963C19.0849 1.77627 18.3107 1.9585 17.9114 2.65274L17.0098 4.22006C16.2953 5.46236 15.938 6.08351 16.0088 6.74205C16.0797 7.40059 16.5616 7.93694 17.5253 9.00964L20.1646 11.9475ZM20.1646 11.9475C19.6448 12.8258 19.0474 13.6812 18.3863 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-call-done{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9C12 9 13 9 14 11C14 11 17.1765 6 20 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9C12 9 13 9 14 11C14 11 17.1765 6 20 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-call-end-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 3L14 10M21 10L14 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 3L14 10M21 10L14 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-call-end-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.7133 4.59374C18.1939 4.98463 19.2229 5.47922 20.1589 6.08481C21.5432 6.98045 22.1367 8.59437 21.9737 10.1517C21.9049 10.8099 21.3744 11.1246 20.7592 10.9544L19.3705 10.57C18.2697 10.2653 17.7193 10.1129 17.3837 9.70995C17.0481 9.30697 17.0086 8.751 16.9296 7.63907L16.7133 4.59374ZM16.7133 4.59374C13.7164 3.80255 10.2871 3.80163 7.28669 4.59374M7.28669 4.59374C5.80606 4.98463 4.77711 5.47923 3.84113 6.08481C2.45683 6.98045 1.86334 8.59438 2.02628 10.1517C2.09514 10.8099 2.62563 11.1246 3.24078 10.9544L4.62954 10.57C5.73032 10.2653 6.28071 10.1129 6.61631 9.70995C6.95191 9.30697 6.9914 8.751 7.07038 7.63907L7.28669 4.59374Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 17.5C9.99153 18.0057 11.2998 20 12 20M14.5 17.5C14.0085 18.0057 12.7002 20 12 20M12 20V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.7133 4.59374C18.1939 4.98463 19.2229 5.47922 20.1589 6.08481C21.5432 6.98045 22.1367 8.59437 21.9737 10.1517C21.9049 10.8099 21.3744 11.1246 20.7592 10.9544L19.3705 10.57C18.2697 10.2653 17.7193 10.1129 17.3837 9.70995C17.0481 9.30697 17.0086 8.751 16.9296 7.63907L16.7133 4.59374ZM16.7133 4.59374C13.7164 3.80255 10.2871 3.80163 7.28669 4.59374M7.28669 4.59374C5.80606 4.98463 4.77711 5.47923 3.84113 6.08481C2.45683 6.98045 1.86334 8.59438 2.02628 10.1517C2.09514 10.8099 2.62563 11.1246 3.24078 10.9544L4.62954 10.57C5.73032 10.2653 6.28071 10.1129 6.61631 9.70995C6.95191 9.30697 6.9914 8.751 7.07038 7.63907L7.28669 4.59374Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 17.5C9.99153 18.0057 11.2998 20 12 20M14.5 17.5C14.0085 18.0057 12.7002 20 12 20M12 20V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-call-incoming-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 5.5L21 5.5M13 5.5C13 6.20023 14.9943 7.50847 15.5 8M13 5.5C13 4.79977 14.9943 3.49153 15.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 5.5L21 5.5M13 5.5C13 6.20023 14.9943 7.50847 15.5 8M13 5.5C13 4.79977 14.9943 3.49153 15.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-call-incoming-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2269 10.7731L20 4M13.2269 10.7731C13.7322 11.2784 16.1154 10.7834 16.8351 10.7731M13.2269 10.7731C12.7216 10.2678 13.2166 7.88456 13.2269 7.16492%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2269 10.7731L20 4M13.2269 10.7731C13.7322 11.2784 16.1154 10.7834 16.8351 10.7731M13.2269 10.7731C12.7216 10.2678 13.2166 7.88456 13.2269 7.16492%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-call-internal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 5L12 5M22 5C22 4.43982 20.604 3.39322 20.25 3M22 5C22 5.56018 20.604 6.60678 20.25 7M12 5C12 4.43982 13.396 3.39322 13.75 3M12 5C12 5.56018 13.396 6.60678 13.75 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 5L12 5M22 5C22 4.43982 20.604 3.39322 20.25 3M22 5C22 5.56018 20.604 6.60678 20.25 7M12 5C12 4.43982 13.396 3.39322 13.75 3M12 5C12 5.56018 13.396 6.60678 13.75 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-call-minus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 7L13 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 7L13 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-call-missed-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 4.51385L14.8787 6.95844C15.8787 7.98615 16.3787 8.5 17 8.5C17.6213 8.5 18.1213 7.98615 19.1213 6.95844L22 4M15.5 4.20705C14.8432 4.19772 12.6682 3.74589 12.2071 4.20705C11.7459 4.66821 12.1977 6.84324 12.2071 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 4.51385L14.8787 6.95844C15.8787 7.98615 16.3787 8.5 17 8.5C17.6213 8.5 18.1213 7.98615 19.1213 6.95844L22 4M15.5 4.20705C14.8432 4.19772 12.6682 3.74589 12.2071 4.20705C11.7459 4.66821 12.1977 6.84324 12.2071 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-call-missed-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.7133 13.5937C18.1939 13.9846 19.2229 14.4792 20.1589 15.0848C21.5432 15.9804 22.1367 17.5944 21.9737 19.1517C21.9049 19.8099 21.3744 20.1246 20.7592 19.9544L19.3705 19.57C18.2697 19.2653 17.7193 19.1129 17.3837 18.71C17.0481 18.307 17.0086 17.751 16.9296 16.6391L16.7133 13.5937ZM16.7133 13.5937C13.7164 12.8025 10.2871 12.8016 7.28669 13.5937M7.28669 13.5937C5.80606 13.9846 4.77711 14.4792 3.84113 15.0848C2.45683 15.9804 1.86334 17.5944 2.02628 19.1517C2.09514 19.8099 2.62563 20.1246 3.24078 19.9544L4.62954 19.57C5.73032 19.2653 6.28071 19.1129 6.61631 18.71C6.95191 18.307 6.9914 17.751 7.07038 16.6391L7.28669 13.5937Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 4.51385L9.87868 6.95844C10.8787 7.98615 11.3787 8.5 12 8.5C12.6213 8.5 13.1213 7.98615 14.1213 6.95844L17 4M10.5 4.20705C9.84324 4.19772 7.66821 3.74589 7.20705 4.20705C6.74589 4.66821 7.19772 6.84324 7.20705 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.7133 13.5937C18.1939 13.9846 19.2229 14.4792 20.1589 15.0848C21.5432 15.9804 22.1367 17.5944 21.9737 19.1517C21.9049 19.8099 21.3744 20.1246 20.7592 19.9544L19.3705 19.57C18.2697 19.2653 17.7193 19.1129 17.3837 18.71C17.0481 18.307 17.0086 17.751 16.9296 16.6391L16.7133 13.5937ZM16.7133 13.5937C13.7164 12.8025 10.2871 12.8016 7.28669 13.5937M7.28669 13.5937C5.80606 13.9846 4.77711 14.4792 3.84113 15.0848C2.45683 15.9804 1.86334 17.5944 2.02628 19.1517C2.09514 19.8099 2.62563 20.1246 3.24078 19.9544L4.62954 19.57C5.73032 19.2653 6.28071 19.1129 6.61631 18.71C6.95191 18.307 6.9914 17.751 7.07038 16.6391L7.28669 13.5937Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 4.51385L9.87868 6.95844C10.8787 7.98615 11.3787 8.5 12 8.5C12.6213 8.5 13.1213 7.98615 14.1213 6.95844L17 4M10.5 4.20705C9.84324 4.19772 7.66821 3.74589 7.20705 4.20705C6.74589 4.66821 7.19772 6.84324 7.20705 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-call-outgoing-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 5.5L13 5.5M21 5.5C21 6.20023 19.0057 7.50847 18.5 8M21 5.5C21 4.79977 19.0057 3.49153 18.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 5.5L13 5.5M21 5.5C21 6.20023 19.0057 7.50847 18.5 8M21 5.5C21 4.79977 19.0057 3.49153 18.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-call-outgoing-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.7731 4.22687L13 11M19.7731 4.22687C19.2678 3.72156 16.8846 4.21665 16.1649 4.22687M19.7731 4.22687C20.2784 4.73219 19.7834 7.11544 19.7731 7.83508%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.7731 4.22687L13 11M19.7731 4.22687C19.2678 3.72156 16.8846 4.21665 16.1649 4.22687M19.7731 4.22687C20.2784 4.73219 19.7834 7.11544 19.7731 7.83508%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-call-paused{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 3V10M14 3V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 3V10M14 3V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-call-ringing-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.7133 13.5937C18.1939 13.9846 19.2229 14.4792 20.1589 15.0848C21.5432 15.9804 22.1367 17.5944 21.9737 19.1517C21.9049 19.8099 21.3744 20.1246 20.7592 19.9544L19.3705 19.57C18.2697 19.2653 17.7193 19.1129 17.3837 18.71C17.0481 18.307 17.0086 17.751 16.9296 16.6391L16.7133 13.5937ZM16.7133 13.5937C13.7164 12.8025 10.2871 12.8016 7.28669 13.5937M7.28669 13.5937C5.80606 13.9846 4.77711 14.4792 3.84113 15.0848C2.45683 15.9804 1.86334 17.5944 2.02628 19.1517C2.09514 19.8099 2.62563 20.1246 3.24078 19.9544L4.62954 19.57C5.73032 19.2653 6.28071 19.1129 6.61631 18.71C6.95191 18.307 6.9914 17.751 7.07038 16.6391L7.28669 13.5937Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4V6.85714M18 7.57143L15.6001 9M6 7.57143L8.39987 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.7133 13.5937C18.1939 13.9846 19.2229 14.4792 20.1589 15.0848C21.5432 15.9804 22.1367 17.5944 21.9737 19.1517C21.9049 19.8099 21.3744 20.1246 20.7592 19.9544L19.3705 19.57C18.2697 19.2653 17.7193 19.1129 17.3837 18.71C17.0481 18.307 17.0086 17.751 16.9296 16.6391L16.7133 13.5937ZM16.7133 13.5937C13.7164 12.8025 10.2871 12.8016 7.28669 13.5937M7.28669 13.5937C5.80606 13.9846 4.77711 14.4792 3.84113 15.0848C2.45683 15.9804 1.86334 17.5944 2.02628 19.1517C2.09514 19.8099 2.62563 20.1246 3.24078 19.9544L4.62954 19.57C5.73032 19.2653 6.28071 19.1129 6.61631 18.71C6.95191 18.307 6.9914 17.751 7.07038 16.6391L7.28669 13.5937Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4V6.85714M18 7.57143L15.6001 9M6 7.57143L8.39987 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-call-ringing-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 3V5.8M18.9502 5.05078L16.9703 7.03068M21 10H18.2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 3V5.8M18.9502 5.05078L16.9703 7.03068M21 10H18.2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-call-unlocked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5312 6.35997V4.95232C15.5312 3.87408 16.4127 3 17.5 3C17.9887 3 18.4359 3.1766 18.7801 3.46895M16.8437 12H18.1563C19.1777 12 19.6884 12 20.0749 11.7951C20.3802 11.6333 20.6302 11.3854 20.7934 11.0827C21 10.6993 21 10.1929 21 9.17998C21 8.16711 21 7.66067 20.7934 7.2773C20.6302 6.9746 20.3802 6.72668 20.0749 6.56488C19.6884 6.35997 19.1777 6.35997 18.1563 6.35997H16.8437C15.8223 6.35997 15.3116 6.35997 14.9251 6.56488C14.6198 6.72668 14.3698 6.9746 14.2066 7.2773C14 7.66067 14 8.16711 14 9.17998C14 10.1929 14 10.6993 14.2066 11.0827C14.3698 11.3854 14.6198 11.6333 14.9251 11.7951C15.3116 12 15.8223 12 16.8437 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5312 6.35997V4.95232C15.5312 3.87408 16.4127 3 17.5 3C17.9887 3 18.4359 3.1766 18.7801 3.46895M16.8437 12H18.1563C19.1777 12 19.6884 12 20.0749 11.7951C20.3802 11.6333 20.6302 11.3854 20.7934 11.0827C21 10.6993 21 10.1929 21 9.17998C21 8.16711 21 7.66067 20.7934 7.2773C20.6302 6.9746 20.3802 6.72668 20.0749 6.56488C19.6884 6.35997 19.1777 6.35997 18.1563 6.35997H16.8437C15.8223 6.35997 15.3116 6.35997 14.9251 6.56488C14.6198 6.72668 14.3698 6.9746 14.2066 7.2773C14 7.66067 14 8.16711 14 9.17998C14 10.1929 14 10.6993 14.2066 11.0827C14.3698 11.3854 14.6198 11.6333 14.9251 11.7951C15.3116 12 15.8223 12 16.8437 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-call{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-calling{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6.83185C15.4232 7.43624 16.5638 8.57677 17.1682 10M14.654 2C18.1912 3.02076 20.9791 5.80852 22 9.34563%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6.83185C15.4232 7.43624 16.5638 8.57677 17.1682 10M14.654 2C18.1912 3.02076 20.9791 5.80852 22 9.34563%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-chatting-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 9C19.2048 5.01455 15.5128 2 11.0793 2C6.06549 2 2 5.85521 2 10.61C2 12.8946 2.93819 14.9704 4.46855 16.5108C4.80549 16.85 5.03045 17.3134 4.93966 17.7903C4.78982 18.5701 4.45026 19.2975 3.95305 19.9037C5.26123 20.1449 6.62147 19.9277 7.78801 19.3127C8.20039 19.0954 8.40657 18.9867 8.55207 18.9646C8.65392 18.9492 8.78659 18.9636 9 19.0002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16.2617C11 19.1674 13.4628 21.5234 16.5 21.5234C16.8571 21.5238 17.2132 21.4908 17.564 21.425C17.8165 21.3775 17.9428 21.3538 18.0309 21.3673C18.119 21.3807 18.244 21.4472 18.4938 21.58C19.2004 21.9558 20.0244 22.0885 20.8169 21.9411C20.5157 21.5707 20.31 21.1262 20.2192 20.6496C20.1642 20.3582 20.3005 20.075 20.5046 19.8677C21.4317 18.9263 22 17.6578 22 16.2617C22 13.356 19.5372 11 16.5 11C13.4628 11 11 13.356 11 16.2617Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 9C19.2048 5.01455 15.5128 2 11.0793 2C6.06549 2 2 5.85521 2 10.61C2 12.8946 2.93819 14.9704 4.46855 16.5108C4.80549 16.85 5.03045 17.3134 4.93966 17.7903C4.78982 18.5701 4.45026 19.2975 3.95305 19.9037C5.26123 20.1449 6.62147 19.9277 7.78801 19.3127C8.20039 19.0954 8.40657 18.9867 8.55207 18.9646C8.65392 18.9492 8.78659 18.9636 9 19.0002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16.2617C11 19.1674 13.4628 21.5234 16.5 21.5234C16.8571 21.5238 17.2132 21.4908 17.564 21.425C17.8165 21.3775 17.9428 21.3538 18.0309 21.3673C18.119 21.3807 18.244 21.4472 18.4938 21.58C19.2004 21.9558 20.0244 22.0885 20.8169 21.9411C20.5157 21.5707 20.31 21.1262 20.2192 20.6496C20.1642 20.3582 20.3005 20.075 20.5046 19.8677C21.4317 18.9263 22 17.6578 22 16.2617C22 13.356 19.5372 11 16.5 11C13.4628 11 11 13.356 11 16.2617Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-comment-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 6H22M18 2L18 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.09881 19.5C4.7987 19.3721 3.82475 18.9816 3.17157 18.3284C2 17.1569 2 15.2712 2 11.5V11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H11.5M6.5 18C6.29454 19.0019 5.37769 21.1665 6.31569 21.8651C6.806 22.2218 7.58729 21.8408 9.14987 21.0789C10.2465 20.5441 11.3562 19.9309 12.5546 19.655C12.9931 19.5551 13.4395 19.5125 14 19.5C17.7712 19.5 19.6569 19.5 20.8284 18.3284C21.947 17.2098 21.9976 15.4403 21.9999 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14H14M8 9H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 6H22M18 2L18 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.09881 19.5C4.7987 19.3721 3.82475 18.9816 3.17157 18.3284C2 17.1569 2 15.2712 2 11.5V11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H11.5M6.5 18C6.29454 19.0019 5.37769 21.1665 6.31569 21.8651C6.806 22.2218 7.58729 21.8408 9.14987 21.0789C10.2465 20.5441 11.3562 19.9309 12.5546 19.655C12.9931 19.5551 13.4395 19.5125 14 19.5C17.7712 19.5 19.6569 19.5 20.8284 18.3284C21.947 17.2098 21.9976 15.4403 21.9999 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14H14M8 9H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-comment-add-02-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 6H22M18 2L18 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.09881 19.5C4.7987 19.3721 3.82475 18.9816 3.17157 18.3284C2 17.1569 2 15.2712 2 11.5V11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H11.5M6.5 18C6.29454 19.0019 5.37769 21.1665 6.31569 21.8651C6.806 22.2218 7.58729 21.8408 9.14987 21.0789C10.2465 20.5441 11.3562 19.9309 12.5546 19.655C12.9931 19.5551 13.4395 19.5125 14 19.5C17.7712 19.5 19.6569 19.5 20.8284 18.3284C21.947 17.2098 21.9976 15.4403 21.9999 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 6H22M18 2L18 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.09881 19.5C4.7987 19.3721 3.82475 18.9816 3.17157 18.3284C2 17.1569 2 15.2712 2 11.5V11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H11.5M6.5 18C6.29454 19.0019 5.37769 21.1665 6.31569 21.8651C6.806 22.2218 7.58729 21.8408 9.14987 21.0789C10.2465 20.5441 11.3562 19.9309 12.5546 19.655C12.9931 19.5551 13.4395 19.5125 14 19.5C17.7712 19.5 19.6569 19.5 20.8284 18.3284C21.947 17.2098 21.9976 15.4403 21.9999 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-comment-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.09881 19C4.7987 18.8721 3.82475 18.4816 3.17157 17.8284C2 16.6569 2 14.7712 2 11V10.5C2 6.72876 2 4.84315 3.17157 3.67157C4.34315 2.5 6.22876 2.5 10 2.5H14C17.7712 2.5 19.6569 2.5 20.8284 3.67157C22 4.84315 22 6.72876 22 10.5V11C22 14.7712 22 16.6569 20.8284 17.8284C19.6569 19 17.7712 19 14 19C13.4395 19.0125 12.9931 19.0551 12.5546 19.155C11.3562 19.4309 10.2465 20.0441 9.14987 20.5789C7.58729 21.3408 6.806 21.7218 6.31569 21.3651C5.37769 20.6665 6.29454 18.5019 6.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.09881 19C4.7987 18.8721 3.82475 18.4816 3.17157 17.8284C2 16.6569 2 14.7712 2 11V10.5C2 6.72876 2 4.84315 3.17157 3.67157C4.34315 2.5 6.22876 2.5 10 2.5H14C17.7712 2.5 19.6569 2.5 20.8284 3.67157C22 4.84315 22 6.72876 22 10.5V11C22 14.7712 22 16.6569 20.8284 17.8284C19.6569 19 17.7712 19 14 19C13.4395 19.0125 12.9931 19.0551 12.5546 19.155C11.3562 19.4309 10.2465 20.0441 9.14987 20.5789C7.58729 21.3408 6.806 21.7218 6.31569 21.3651C5.37769 20.6665 6.29454 18.5019 6.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-comment-block-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.09881 19.5C4.7987 19.3721 3.82475 18.9816 3.17157 18.3284C2 17.1569 2 15.2712 2 11.5V11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H11.5M6.5 18C6.29454 19.0019 5.37769 21.1665 6.31569 21.8651C6.806 22.2218 7.58729 21.8408 9.14987 21.0789C10.2465 20.5441 11.3562 19.9309 12.5546 19.655C12.9931 19.5551 13.4395 19.5125 14 19.5C17.7712 19.5 19.6569 19.5 20.8284 18.3284C21.947 17.2098 21.9976 15.4403 21.9999 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14H14M8 9H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.2 3.2L20.8 8.8M22 6C22 3.79086 20.2091 2 18 2C15.7909 2 14 3.79086 14 6C14 8.20914 15.7909 10 18 10C20.2091 10 22 8.20914 22 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.09881 19.5C4.7987 19.3721 3.82475 18.9816 3.17157 18.3284C2 17.1569 2 15.2712 2 11.5V11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H11.5M6.5 18C6.29454 19.0019 5.37769 21.1665 6.31569 21.8651C6.806 22.2218 7.58729 21.8408 9.14987 21.0789C10.2465 20.5441 11.3562 19.9309 12.5546 19.655C12.9931 19.5551 13.4395 19.5125 14 19.5C17.7712 19.5 19.6569 19.5 20.8284 18.3284C21.947 17.2098 21.9976 15.4403 21.9999 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14H14M8 9H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.2 3.2L20.8 8.8M22 6C22 3.79086 20.2091 2 18 2C15.7909 2 14 3.79086 14 6C14 8.20914 15.7909 10 18 10C20.2091 10 22 8.20914 22 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-comment-block-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.09881 19.5C4.7987 19.3721 3.82475 18.9816 3.17157 18.3284C2 17.1569 2 15.2712 2 11.5V11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H11.5M6.5 18C6.29454 19.0019 5.37769 21.1665 6.31569 21.8651C6.806 22.2218 7.58729 21.8408 9.14987 21.0789C10.2465 20.5441 11.3562 19.9309 12.5546 19.655C12.9931 19.5551 13.4395 19.5125 14 19.5C17.7712 19.5 19.6569 19.5 20.8284 18.3284C21.947 17.2098 21.9976 15.4403 21.9999 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.2 3.2L20.8 8.8M22 6C22 3.79086 20.2091 2 18 2C15.7909 2 14 3.79086 14 6C14 8.20914 15.7909 10 18 10C20.2091 10 22 8.20914 22 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.09881 19.5C4.7987 19.3721 3.82475 18.9816 3.17157 18.3284C2 17.1569 2 15.2712 2 11.5V11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H11.5M6.5 18C6.29454 19.0019 5.37769 21.1665 6.31569 21.8651C6.806 22.2218 7.58729 21.8408 9.14987 21.0789C10.2465 20.5441 11.3562 19.9309 12.5546 19.655C12.9931 19.5551 13.4395 19.5125 14 19.5C17.7712 19.5 19.6569 19.5 20.8284 18.3284C21.947 17.2098 21.9976 15.4403 21.9999 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.2 3.2L20.8 8.8M22 6C22 3.79086 20.2091 2 18 2C15.7909 2 14 3.79086 14 6C14 8.20914 15.7909 10 18 10C20.2091 10 22 8.20914 22 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-comment-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2L18.5 5.5M18.5 5.5L22 9M18.5 5.5L22 2M18.5 5.5L15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.09881 19.5C4.7987 19.3721 3.82475 18.9816 3.17157 18.3284C2 17.1569 2 15.2712 2 11.5V11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H11.5M6.5 18C6.29454 19.0019 5.37769 21.1665 6.31569 21.8651C6.806 22.2218 7.58729 21.8408 9.14987 21.0789C10.2465 20.5441 11.3562 19.9309 12.5546 19.655C12.9931 19.5551 13.4395 19.5125 14 19.5C17.7712 19.5 19.6569 19.5 20.8284 18.3284C21.947 17.2098 21.9976 15.4403 21.9999 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14H14M8 9H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2L18.5 5.5M18.5 5.5L22 9M18.5 5.5L22 2M18.5 5.5L15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.09881 19.5C4.7987 19.3721 3.82475 18.9816 3.17157 18.3284C2 17.1569 2 15.2712 2 11.5V11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H11.5M6.5 18C6.29454 19.0019 5.37769 21.1665 6.31569 21.8651C6.806 22.2218 7.58729 21.8408 9.14987 21.0789C10.2465 20.5441 11.3562 19.9309 12.5546 19.655C12.9931 19.5551 13.4395 19.5125 14 19.5C17.7712 19.5 19.6569 19.5 20.8284 18.3284C21.947 17.2098 21.9976 15.4403 21.9999 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14H14M8 9H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-comment-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2L18.5 5.5M18.5 5.5L22 9M18.5 5.5L22 2M18.5 5.5L15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.09881 19.5C4.7987 19.3721 3.82475 18.9816 3.17157 18.3284C2 17.1569 2 15.2712 2 11.5V11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H11.5M6.5 18C6.29454 19.0019 5.37769 21.1665 6.31569 21.8651C6.806 22.2218 7.58729 21.8408 9.14987 21.0789C10.2465 20.5441 11.3562 19.9309 12.5546 19.655C12.9931 19.5551 13.4395 19.5125 14 19.5C17.7712 19.5 19.6569 19.5 20.8284 18.3284C21.947 17.2098 21.9976 15.4403 21.9999 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2L18.5 5.5M18.5 5.5L22 9M18.5 5.5L22 2M18.5 5.5L15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.09881 19.5C4.7987 19.3721 3.82475 18.9816 3.17157 18.3284C2 17.1569 2 15.2712 2 11.5V11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H11.5M6.5 18C6.29454 19.0019 5.37769 21.1665 6.31569 21.8651C6.806 22.2218 7.58729 21.8408 9.14987 21.0789C10.2465 20.5441 11.3562 19.9309 12.5546 19.655C12.9931 19.5551 13.4395 19.5125 14 19.5C17.7712 19.5 19.6569 19.5 20.8284 18.3284C21.947 17.2098 21.9976 15.4403 21.9999 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-comment-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 13.5H16M8 8.5H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.09881 19C4.7987 18.8721 3.82475 18.4816 3.17157 17.8284C2 16.6569 2 14.7712 2 11V10.5C2 6.72876 2 4.84315 3.17157 3.67157C4.34315 2.5 6.22876 2.5 10 2.5H14C17.7712 2.5 19.6569 2.5 20.8284 3.67157C22 4.84315 22 6.72876 22 10.5V11C22 14.7712 22 16.6569 20.8284 17.8284C19.6569 19 17.7712 19 14 19C13.4395 19.0125 12.9931 19.0551 12.5546 19.155C11.3562 19.4309 10.2465 20.0441 9.14987 20.5789C7.58729 21.3408 6.806 21.7218 6.31569 21.3651C5.37769 20.6665 6.29454 18.5019 6.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 13.5H16M8 8.5H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.09881 19C4.7987 18.8721 3.82475 18.4816 3.17157 17.8284C2 16.6569 2 14.7712 2 11V10.5C2 6.72876 2 4.84315 3.17157 3.67157C4.34315 2.5 6.22876 2.5 10 2.5H14C17.7712 2.5 19.6569 2.5 20.8284 3.67157C22 4.84315 22 6.72876 22 10.5V11C22 14.7712 22 16.6569 20.8284 17.8284C19.6569 19 17.7712 19 14 19C13.4395 19.0125 12.9931 19.0551 12.5546 19.155C11.3562 19.4309 10.2465 20.0441 9.14987 20.5789C7.58729 21.3408 6.806 21.7218 6.31569 21.3651C5.37769 20.6665 6.29454 18.5019 6.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-contact-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.17157 20.8284L4.64124 21.3588L5.17157 20.8284ZM20.3284 20.8284L20.8588 21.3588L20.3284 20.8284ZM20.3284 3.17157L20.8588 2.64124L20.3284 3.17157ZM12 2.75H13.5V1.25H12V2.75ZM20.75 10V14H22.25V10H20.75ZM13.5 21.25H12V22.75H13.5V21.25ZM4.75 14V10H3.25V14H4.75ZM12 21.25C10.0932 21.25 8.73851 21.2484 7.71085 21.1102C6.70476 20.975 6.12511 20.7213 5.7019 20.2981L4.64124 21.3588C5.38961 22.1071 6.33855 22.4392 7.51098 22.5969C8.66182 22.7516 10.1356 22.75 12 22.75V21.25ZM3.25 14C3.25 15.8644 3.24841 17.3382 3.40313 18.489C3.56076 19.6614 3.89288 20.6104 4.64124 21.3588L5.7019 20.2981C5.27869 19.8749 5.02502 19.2952 4.88976 18.2892C4.75159 17.2615 4.75 15.9068 4.75 14H3.25ZM20.75 14C20.75 15.9068 20.7484 17.2615 20.6102 18.2892C20.475 19.2952 20.2213 19.8749 19.7981 20.2981L20.8588 21.3588C21.6071 20.6104 21.9392 19.6614 22.0969 18.489C22.2516 17.3382 22.25 15.8644 22.25 14H20.75ZM13.5 22.75C15.3644 22.75 16.8382 22.7516 17.989 22.5969C19.1614 22.4392 20.1104 22.1071 20.8588 21.3588L19.7981 20.2981C19.3749 20.7213 18.7952 20.975 17.7892 21.1102C16.7615 21.2484 15.4068 21.25 13.5 21.25V22.75ZM13.5 2.75C15.4068 2.75 16.7615 2.75159 17.7892 2.88976C18.7952 3.02502 19.3749 3.27869 19.7981 3.7019L20.8588 2.64124C20.1104 1.89288 19.1614 1.56076 17.989 1.40313C16.8382 1.24841 15.3644 1.25 13.5 1.25V2.75ZM22.25 10C22.25 8.13558 22.2516 6.66182 22.0969 5.51098C21.9392 4.33856 21.6071 3.38961 20.8588 2.64124L19.7981 3.7019C20.2213 4.12511 20.475 4.70476 20.6102 5.71085C20.7484 6.73851 20.75 8.09318 20.75 10H22.25ZM12 1.25C10.1356 1.25 8.66182 1.24841 7.51098 1.40313C6.33855 1.56076 5.38961 1.89288 4.64124 2.64124L5.7019 3.7019C6.12511 3.27869 6.70476 3.02502 7.71085 2.88976C8.73851 2.75159 10.0932 2.75 12 2.75V1.25ZM4.75 10C4.75 8.09318 4.75159 6.73851 4.88976 5.71085C5.02502 4.70476 5.27869 4.12511 5.7019 3.7019L4.64124 2.64124C3.89288 3.38961 3.56076 4.33855 3.40313 5.51098C3.24841 6.66182 3.25 8.13558 3.25 10H4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.59 13.7408C9.96125 14.162 8.31261 15.0221 9.31674 16.0983C9.80725 16.624 10.3536 17 11.0404 17H14.9596C15.6464 17 16.1928 16.624 16.6833 16.0983C17.6874 15.0221 16.0388 14.162 15.41 13.7408C13.9355 12.7531 12.0645 12.7531 10.59 13.7408Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 9C15 10.1046 14.1046 11 13 11C11.8954 11 11 10.1046 11 9C11 7.89543 11.8954 7 13 7C14.1046 7 15 7.89543 15 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 6L2.5 6M5 12L2.5 12M5 18H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.17157 20.8284L4.64124 21.3588L5.17157 20.8284ZM20.3284 20.8284L20.8588 21.3588L20.3284 20.8284ZM20.3284 3.17157L20.8588 2.64124L20.3284 3.17157ZM12 2.75H13.5V1.25H12V2.75ZM20.75 10V14H22.25V10H20.75ZM13.5 21.25H12V22.75H13.5V21.25ZM4.75 14V10H3.25V14H4.75ZM12 21.25C10.0932 21.25 8.73851 21.2484 7.71085 21.1102C6.70476 20.975 6.12511 20.7213 5.7019 20.2981L4.64124 21.3588C5.38961 22.1071 6.33855 22.4392 7.51098 22.5969C8.66182 22.7516 10.1356 22.75 12 22.75V21.25ZM3.25 14C3.25 15.8644 3.24841 17.3382 3.40313 18.489C3.56076 19.6614 3.89288 20.6104 4.64124 21.3588L5.7019 20.2981C5.27869 19.8749 5.02502 19.2952 4.88976 18.2892C4.75159 17.2615 4.75 15.9068 4.75 14H3.25ZM20.75 14C20.75 15.9068 20.7484 17.2615 20.6102 18.2892C20.475 19.2952 20.2213 19.8749 19.7981 20.2981L20.8588 21.3588C21.6071 20.6104 21.9392 19.6614 22.0969 18.489C22.2516 17.3382 22.25 15.8644 22.25 14H20.75ZM13.5 22.75C15.3644 22.75 16.8382 22.7516 17.989 22.5969C19.1614 22.4392 20.1104 22.1071 20.8588 21.3588L19.7981 20.2981C19.3749 20.7213 18.7952 20.975 17.7892 21.1102C16.7615 21.2484 15.4068 21.25 13.5 21.25V22.75ZM13.5 2.75C15.4068 2.75 16.7615 2.75159 17.7892 2.88976C18.7952 3.02502 19.3749 3.27869 19.7981 3.7019L20.8588 2.64124C20.1104 1.89288 19.1614 1.56076 17.989 1.40313C16.8382 1.24841 15.3644 1.25 13.5 1.25V2.75ZM22.25 10C22.25 8.13558 22.2516 6.66182 22.0969 5.51098C21.9392 4.33856 21.6071 3.38961 20.8588 2.64124L19.7981 3.7019C20.2213 4.12511 20.475 4.70476 20.6102 5.71085C20.7484 6.73851 20.75 8.09318 20.75 10H22.25ZM12 1.25C10.1356 1.25 8.66182 1.24841 7.51098 1.40313C6.33855 1.56076 5.38961 1.89288 4.64124 2.64124L5.7019 3.7019C6.12511 3.27869 6.70476 3.02502 7.71085 2.88976C8.73851 2.75159 10.0932 2.75 12 2.75V1.25ZM4.75 10C4.75 8.09318 4.75159 6.73851 4.88976 5.71085C5.02502 4.70476 5.27869 4.12511 5.7019 3.7019L4.64124 2.64124C3.89288 3.38961 3.56076 4.33855 3.40313 5.51098C3.24841 6.66182 3.25 8.13558 3.25 10H4.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10.59 13.7408C9.96125 14.162 8.31261 15.0221 9.31674 16.0983C9.80725 16.624 10.3536 17 11.0404 17H14.9596C15.6464 17 16.1928 16.624 16.6833 16.0983C17.6874 15.0221 16.0388 14.162 15.41 13.7408C13.9355 12.7531 12.0645 12.7531 10.59 13.7408Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 9C15 10.1046 14.1046 11 13 11C11.8954 11 11 10.1046 11 9C11 7.89543 11.8954 7 13 7C14.1046 7 15 7.89543 15 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 6L2.5 6M5 12L2.5 12M5 18H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-contact-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 10C4 6.22876 4 4.34315 5.17157 3.17157C6.34315 2 8.22876 2 12 2H13.5C17.2712 2 19.1569 2 20.3284 3.17157C21.5 4.34315 21.5 6.22876 21.5 10V14C21.5 17.7712 21.5 19.6569 20.3284 20.8284C19.1569 22 17.2712 22 13.5 22H12C8.22876 22 6.34315 22 5.17157 20.8284C4 19.6569 4 17.7712 4 14V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.79993 11.9741C9.37332 11.2302 9.16733 10.6228 9.04313 10.007C8.85943 9.09641 9.27981 8.20686 9.97622 7.63926C10.2706 7.39937 10.608 7.48133 10.782 7.79358L11.1749 8.49851C11.4864 9.05725 11.6421 9.33663 11.6112 9.63282C11.5803 9.929 11.3703 10.1702 10.9503 10.6527L9.79993 11.9741ZM9.79993 11.9741C10.6634 13.4797 12.0185 14.8356 13.5259 15.7001M13.5259 15.7001C14.2698 16.1267 14.8772 16.3327 15.493 16.4569C16.4036 16.6406 17.2931 16.2202 17.8607 15.5238C18.1006 15.2294 18.0187 14.892 17.7064 14.718L17.0015 14.3251C16.4427 14.0136 16.1634 13.8579 15.8672 13.8888C15.571 13.9197 15.3298 14.1297 14.8473 14.5497L13.5259 15.7001Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 6L2.5 6M5 12L2.5 12M5 18H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 10C4 6.22876 4 4.34315 5.17157 3.17157C6.34315 2 8.22876 2 12 2H13.5C17.2712 2 19.1569 2 20.3284 3.17157C21.5 4.34315 21.5 6.22876 21.5 10V14C21.5 17.7712 21.5 19.6569 20.3284 20.8284C19.1569 22 17.2712 22 13.5 22H12C8.22876 22 6.34315 22 5.17157 20.8284C4 19.6569 4 17.7712 4 14V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.79993 11.9741C9.37332 11.2302 9.16733 10.6228 9.04313 10.007C8.85943 9.09641 9.27981 8.20686 9.97622 7.63926C10.2706 7.39937 10.608 7.48133 10.782 7.79358L11.1749 8.49851C11.4864 9.05725 11.6421 9.33663 11.6112 9.63282C11.5803 9.929 11.3703 10.1702 10.9503 10.6527L9.79993 11.9741ZM9.79993 11.9741C10.6634 13.4797 12.0185 14.8356 13.5259 15.7001M13.5259 15.7001C14.2698 16.1267 14.8772 16.3327 15.493 16.4569C16.4036 16.6406 17.2931 16.2202 17.8607 15.5238C18.1006 15.2294 18.0187 14.892 17.7064 14.718L17.0015 14.3251C16.4427 14.0136 16.1634 13.8579 15.8672 13.8888C15.571 13.9197 15.3298 14.1297 14.8473 14.5497L13.5259 15.7001Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 6L2.5 6M5 12L2.5 12M5 18H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-customer-service{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7H12.8571C13.2612 7 13.4632 7 13.5888 7.12204C13.7143 7.24408 13.7143 7.4405 13.7143 7.83333C13.7143 8.61901 13.7143 9.01184 13.4632 9.25592C13.2723 9.44155 12.9929 9.486 12.5145 9.49665C12.2692 9.50211 12.1465 9.50484 12.0732 9.5777C12 9.65056 12 9.76704 12 10V11.1667C12 11.5595 12 11.7559 12.1255 11.878C12.2511 12 12.4531 12 12.8571 12H13.7143M18 7V9.5M18 9.5H16.5429C16.2196 9.5 16.058 9.5 15.9576 9.40237C15.8571 9.30474 15.8571 9.1476 15.8571 8.83333V7M18 9.5V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4.30518C10.089 4.20518 10.1815 4.10717 10.2774 4.01129C12.9591 1.32957 17.307 1.32957 19.9887 4.01129C22.6704 6.693 22.6704 11.0409 19.9887 13.7226C19.8928 13.8185 19.7948 13.911 19.6948 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.77762 11.9424C2.8296 10.2893 2.37185 8.93948 2.09584 7.57121C1.68762 5.54758 2.62181 3.57081 4.16938 2.30947C4.82345 1.77638 5.57323 1.95852 5.96 2.6524L6.83318 4.21891C7.52529 5.46057 7.87134 6.08139 7.8027 6.73959C7.73407 7.39779 7.26737 7.93386 6.33397 9.00601L3.77762 11.9424ZM3.77762 11.9424C5.69651 15.2883 8.70784 18.3013 12.0576 20.2224M12.0576 20.2224C13.7107 21.1704 15.0605 21.6282 16.4288 21.9042C18.4524 22.3124 20.4292 21.3782 21.6905 19.8306C22.2236 19.1766 22.0415 18.4268 21.3476 18.04L19.7811 17.1668C18.5394 16.4747 17.9186 16.1287 17.2604 16.1973C16.6022 16.2659 16.0661 16.7326 14.994 17.666L12.0576 20.2224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7H12.8571C13.2612 7 13.4632 7 13.5888 7.12204C13.7143 7.24408 13.7143 7.4405 13.7143 7.83333C13.7143 8.61901 13.7143 9.01184 13.4632 9.25592C13.2723 9.44155 12.9929 9.486 12.5145 9.49665C12.2692 9.50211 12.1465 9.50484 12.0732 9.5777C12 9.65056 12 9.76704 12 10V11.1667C12 11.5595 12 11.7559 12.1255 11.878C12.2511 12 12.4531 12 12.8571 12H13.7143M18 7V9.5M18 9.5H16.5429C16.2196 9.5 16.058 9.5 15.9576 9.40237C15.8571 9.30474 15.8571 9.1476 15.8571 8.83333V7M18 9.5V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4.30518C10.089 4.20518 10.1815 4.10717 10.2774 4.01129C12.9591 1.32957 17.307 1.32957 19.9887 4.01129C22.6704 6.693 22.6704 11.0409 19.9887 13.7226C19.8928 13.8185 19.7948 13.911 19.6948 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-dial-sqare-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4C2 5.10457 2.89543 6 4 6C5.10457 6 6 5.10457 6 4C6 2.89543 5.10457 2 4 2C2.89543 2 2 2.89543 2 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 13.1046 2.89543 14 4 14C5.10457 14 6 13.1046 6 12C6 10.8954 5.10457 10 4 10C2.89543 10 2 10.8954 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 4C10 5.10457 10.8954 6 12 6C13.1046 6 14 5.10457 14 4C14 2.89543 13.1046 2 12 2C10.8954 2 10 2.89543 10 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 20C10 21.1046 10.8954 22 12 22C13.1046 22 14 21.1046 14 20C14 18.8954 13.1046 18 12 18C10.8954 18 10 18.8954 10 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 4C18 5.10457 18.8954 6 20 6C21.1046 6 22 5.10457 22 4C22 2.89543 21.1046 2 20 2C18.8954 2 18 2.89543 18 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 12C18 13.1046 18.8954 14 20 14C21.1046 14 22 13.1046 22 12C22 10.8954 21.1046 10 20 10C18.8954 10 18 10.8954 18 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4C2 5.10457 2.89543 6 4 6C5.10457 6 6 5.10457 6 4C6 2.89543 5.10457 2 4 2C2.89543 2 2 2.89543 2 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 13.1046 2.89543 14 4 14C5.10457 14 6 13.1046 6 12C6 10.8954 5.10457 10 4 10C2.89543 10 2 10.8954 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 4C10 5.10457 10.8954 6 12 6C13.1046 6 14 5.10457 14 4C14 2.89543 13.1046 2 12 2C10.8954 2 10 2.89543 10 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 20C10 21.1046 10.8954 22 12 22C13.1046 22 14 21.1046 14 20C14 18.8954 13.1046 18 12 18C10.8954 18 10 18.8954 10 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 4C18 5.10457 18.8954 6 20 6C21.1046 6 22 5.10457 22 4C22 2.89543 21.1046 2 20 2C18.8954 2 18 2.89543 18 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 12C18 13.1046 18.8954 14 20 14C21.1046 14 22 13.1046 22 12C22 10.8954 21.1046 10 20 10C18.8954 10 18 10.8954 18 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-dial-sqare{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4C2 5.10457 2.89543 6 4 6C5.10457 6 6 5.10457 6 4C6 2.89543 5.10457 2 4 2C2.89543 2 2 2.89543 2 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 13.1046 2.89543 14 4 14C5.10457 14 6 13.1046 6 12C6 10.8954 5.10457 10 4 10C2.89543 10 2 10.8954 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 20C2 21.1046 2.89543 22 4 22C5.10457 22 6 21.1046 6 20C6 18.8954 5.10457 18 4 18C2.89543 18 2 18.8954 2 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 4C10 5.10457 10.8954 6 12 6C13.1046 6 14 5.10457 14 4C14 2.89543 13.1046 2 12 2C10.8954 2 10 2.89543 10 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 20C10 21.1046 10.8954 22 12 22C13.1046 22 14 21.1046 14 20C14 18.8954 13.1046 18 12 18C10.8954 18 10 18.8954 10 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 4C18 5.10457 18.8954 6 20 6C21.1046 6 22 5.10457 22 4C22 2.89543 21.1046 2 20 2C18.8954 2 18 2.89543 18 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 12C18 13.1046 18.8954 14 20 14C21.1046 14 22 13.1046 22 12C22 10.8954 21.1046 10 20 10C18.8954 10 18 10.8954 18 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 20C18 21.1046 18.8954 22 20 22C21.1046 22 22 21.1046 22 20C22 18.8954 21.1046 18 20 18C18.8954 18 18 18.8954 18 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4C2 5.10457 2.89543 6 4 6C5.10457 6 6 5.10457 6 4C6 2.89543 5.10457 2 4 2C2.89543 2 2 2.89543 2 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 13.1046 2.89543 14 4 14C5.10457 14 6 13.1046 6 12C6 10.8954 5.10457 10 4 10C2.89543 10 2 10.8954 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 20C2 21.1046 2.89543 22 4 22C5.10457 22 6 21.1046 6 20C6 18.8954 5.10457 18 4 18C2.89543 18 2 18.8954 2 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 4C10 5.10457 10.8954 6 12 6C13.1046 6 14 5.10457 14 4C14 2.89543 13.1046 2 12 2C10.8954 2 10 2.89543 10 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 20C10 21.1046 10.8954 22 12 22C13.1046 22 14 21.1046 14 20C14 18.8954 13.1046 18 12 18C10.8954 18 10 18.8954 10 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 4C18 5.10457 18.8954 6 20 6C21.1046 6 22 5.10457 22 4C22 2.89543 21.1046 2 20 2C18.8954 2 18 2.89543 18 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 12C18 13.1046 18.8954 14 20 14C21.1046 14 22 13.1046 22 12C22 10.8954 21.1046 10 20 10C18.8954 10 18 10.8954 18 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 20C18 21.1046 18.8954 22 20 22C21.1046 22 22 21.1046 22 20C22 18.8954 21.1046 18 20 18C18.8954 18 18 18.8954 18 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-dial-square-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4C2 4.94281 2 5.41421 2.29289 5.70711C2.58579 6 3.05719 6 4 6C4.94281 6 5.41421 6 5.70711 5.70711C6 5.41421 6 4.94281 6 4C6 3.05719 6 2.58579 5.70711 2.29289C5.41421 2 4.94281 2 4 2C3.05719 2 2.58579 2 2.29289 2.29289C2 2.58579 2 3.05719 2 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 12.9428 2 13.4142 2.29289 13.7071C2.58579 14 3.05719 14 4 14C4.94281 14 5.41421 14 5.70711 13.7071C6 13.4142 6 12.9428 6 12C6 11.0572 6 10.5858 5.70711 10.2929C5.41421 10 4.94281 10 4 10C3.05719 10 2.58579 10 2.29289 10.2929C2 10.5858 2 11.0572 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 4C10 4.94281 10 5.41421 10.2929 5.70711C10.5858 6 11.0572 6 12 6C12.9428 6 13.4142 6 13.7071 5.70711C14 5.41421 14 4.94281 14 4C14 3.05719 14 2.58579 13.7071 2.29289C13.4142 2 12.9428 2 12 2C11.0572 2 10.5858 2 10.2929 2.29289C10 2.58579 10 3.05719 10 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 12C10 12.9428 10 13.4142 10.2929 13.7071C10.5858 14 11.0572 14 12 14C12.9428 14 13.4142 14 13.7071 13.7071C14 13.4142 14 12.9428 14 12C14 11.0572 14 10.5858 13.7071 10.2929C13.4142 10 12.9428 10 12 10C11.0572 10 10.5858 10 10.2929 10.2929C10 10.5858 10 11.0572 10 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 20C10 20.9428 10 21.4142 10.2929 21.7071C10.5858 22 11.0572 22 12 22C12.9428 22 13.4142 22 13.7071 21.7071C14 21.4142 14 20.9428 14 20C14 19.0572 14 18.5858 13.7071 18.2929C13.4142 18 12.9428 18 12 18C11.0572 18 10.5858 18 10.2929 18.2929C10 18.5858 10 19.0572 10 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 4C18 4.94281 18 5.41421 18.2929 5.70711C18.5858 6 19.0572 6 20 6C20.9428 6 21.4142 6 21.7071 5.70711C22 5.41421 22 4.94281 22 4C22 3.05719 22 2.58579 21.7071 2.29289C21.4142 2 20.9428 2 20 2C19.0572 2 18.5858 2 18.2929 2.29289C18 2.58579 18 3.05719 18 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 12C18 12.9428 18 13.4142 18.2929 13.7071C18.5858 14 19.0572 14 20 14C20.9428 14 21.4142 14 21.7071 13.7071C22 13.4142 22 12.9428 22 12C22 11.0572 22 10.5858 21.7071 10.2929C21.4142 10 20.9428 10 20 10C19.0572 10 18.5858 10 18.2929 10.2929C18 10.5858 18 11.0572 18 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4C2 4.94281 2 5.41421 2.29289 5.70711C2.58579 6 3.05719 6 4 6C4.94281 6 5.41421 6 5.70711 5.70711C6 5.41421 6 4.94281 6 4C6 3.05719 6 2.58579 5.70711 2.29289C5.41421 2 4.94281 2 4 2C3.05719 2 2.58579 2 2.29289 2.29289C2 2.58579 2 3.05719 2 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 12.9428 2 13.4142 2.29289 13.7071C2.58579 14 3.05719 14 4 14C4.94281 14 5.41421 14 5.70711 13.7071C6 13.4142 6 12.9428 6 12C6 11.0572 6 10.5858 5.70711 10.2929C5.41421 10 4.94281 10 4 10C3.05719 10 2.58579 10 2.29289 10.2929C2 10.5858 2 11.0572 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 4C10 4.94281 10 5.41421 10.2929 5.70711C10.5858 6 11.0572 6 12 6C12.9428 6 13.4142 6 13.7071 5.70711C14 5.41421 14 4.94281 14 4C14 3.05719 14 2.58579 13.7071 2.29289C13.4142 2 12.9428 2 12 2C11.0572 2 10.5858 2 10.2929 2.29289C10 2.58579 10 3.05719 10 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 12C10 12.9428 10 13.4142 10.2929 13.7071C10.5858 14 11.0572 14 12 14C12.9428 14 13.4142 14 13.7071 13.7071C14 13.4142 14 12.9428 14 12C14 11.0572 14 10.5858 13.7071 10.2929C13.4142 10 12.9428 10 12 10C11.0572 10 10.5858 10 10.2929 10.2929C10 10.5858 10 11.0572 10 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 20C10 20.9428 10 21.4142 10.2929 21.7071C10.5858 22 11.0572 22 12 22C12.9428 22 13.4142 22 13.7071 21.7071C14 21.4142 14 20.9428 14 20C14 19.0572 14 18.5858 13.7071 18.2929C13.4142 18 12.9428 18 12 18C11.0572 18 10.5858 18 10.2929 18.2929C10 18.5858 10 19.0572 10 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 4C18 4.94281 18 5.41421 18.2929 5.70711C18.5858 6 19.0572 6 20 6C20.9428 6 21.4142 6 21.7071 5.70711C22 5.41421 22 4.94281 22 4C22 3.05719 22 2.58579 21.7071 2.29289C21.4142 2 20.9428 2 20 2C19.0572 2 18.5858 2 18.2929 2.29289C18 2.58579 18 3.05719 18 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 12C18 12.9428 18 13.4142 18.2929 13.7071C18.5858 14 19.0572 14 20 14C20.9428 14 21.4142 14 21.7071 13.7071C22 13.4142 22 12.9428 22 12C22 11.0572 22 10.5858 21.7071 10.2929C21.4142 10 20.9428 10 20 10C19.0572 10 18.5858 10 18.2929 10.2929C18 10.5858 18 11.0572 18 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-dial-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4C2 4.94281 2 5.41421 2.29289 5.70711C2.58579 6 3.05719 6 4 6C4.94281 6 5.41421 6 5.70711 5.70711C6 5.41421 6 4.94281 6 4C6 3.05719 6 2.58579 5.70711 2.29289C5.41421 2 4.94281 2 4 2C3.05719 2 2.58579 2 2.29289 2.29289C2 2.58579 2 3.05719 2 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 12.9428 2 13.4142 2.29289 13.7071C2.58579 14 3.05719 14 4 14C4.94281 14 5.41421 14 5.70711 13.7071C6 13.4142 6 12.9428 6 12C6 11.0572 6 10.5858 5.70711 10.2929C5.41421 10 4.94281 10 4 10C3.05719 10 2.58579 10 2.29289 10.2929C2 10.5858 2 11.0572 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 20C2 20.9428 2 21.4142 2.29289 21.7071C2.58579 22 3.05719 22 4 22C4.94281 22 5.41421 22 5.70711 21.7071C6 21.4142 6 20.9428 6 20C6 19.0572 6 18.5858 5.70711 18.2929C5.41421 18 4.94281 18 4 18C3.05719 18 2.58579 18 2.29289 18.2929C2 18.5858 2 19.0572 2 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 4C10 4.94281 10 5.41421 10.2929 5.70711C10.5858 6 11.0572 6 12 6C12.9428 6 13.4142 6 13.7071 5.70711C14 5.41421 14 4.94281 14 4C14 3.05719 14 2.58579 13.7071 2.29289C13.4142 2 12.9428 2 12 2C11.0572 2 10.5858 2 10.2929 2.29289C10 2.58579 10 3.05719 10 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 12C10 12.9428 10 13.4142 10.2929 13.7071C10.5858 14 11.0572 14 12 14C12.9428 14 13.4142 14 13.7071 13.7071C14 13.4142 14 12.9428 14 12C14 11.0572 14 10.5858 13.7071 10.2929C13.4142 10 12.9428 10 12 10C11.0572 10 10.5858 10 10.2929 10.2929C10 10.5858 10 11.0572 10 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 20C10 20.9428 10 21.4142 10.2929 21.7071C10.5858 22 11.0572 22 12 22C12.9428 22 13.4142 22 13.7071 21.7071C14 21.4142 14 20.9428 14 20C14 19.0572 14 18.5858 13.7071 18.2929C13.4142 18 12.9428 18 12 18C11.0572 18 10.5858 18 10.2929 18.2929C10 18.5858 10 19.0572 10 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 4C18 4.94281 18 5.41421 18.2929 5.70711C18.5858 6 19.0572 6 20 6C20.9428 6 21.4142 6 21.7071 5.70711C22 5.41421 22 4.94281 22 4C22 3.05719 22 2.58579 21.7071 2.29289C21.4142 2 20.9428 2 20 2C19.0572 2 18.5858 2 18.2929 2.29289C18 2.58579 18 3.05719 18 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 12C18 12.9428 18 13.4142 18.2929 13.7071C18.5858 14 19.0572 14 20 14C20.9428 14 21.4142 14 21.7071 13.7071C22 13.4142 22 12.9428 22 12C22 11.0572 22 10.5858 21.7071 10.2929C21.4142 10 20.9428 10 20 10C19.0572 10 18.5858 10 18.2929 10.2929C18 10.5858 18 11.0572 18 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 20C18 20.9428 18 21.4142 18.2929 21.7071C18.5858 22 19.0572 22 20 22C20.9428 22 21.4142 22 21.7071 21.7071C22 21.4142 22 20.9428 22 20C22 19.0572 22 18.5858 21.7071 18.2929C21.4142 18 20.9428 18 20 18C19.0572 18 18.5858 18 18.2929 18.2929C18 18.5858 18 19.0572 18 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4C2 4.94281 2 5.41421 2.29289 5.70711C2.58579 6 3.05719 6 4 6C4.94281 6 5.41421 6 5.70711 5.70711C6 5.41421 6 4.94281 6 4C6 3.05719 6 2.58579 5.70711 2.29289C5.41421 2 4.94281 2 4 2C3.05719 2 2.58579 2 2.29289 2.29289C2 2.58579 2 3.05719 2 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 12.9428 2 13.4142 2.29289 13.7071C2.58579 14 3.05719 14 4 14C4.94281 14 5.41421 14 5.70711 13.7071C6 13.4142 6 12.9428 6 12C6 11.0572 6 10.5858 5.70711 10.2929C5.41421 10 4.94281 10 4 10C3.05719 10 2.58579 10 2.29289 10.2929C2 10.5858 2 11.0572 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 20C2 20.9428 2 21.4142 2.29289 21.7071C2.58579 22 3.05719 22 4 22C4.94281 22 5.41421 22 5.70711 21.7071C6 21.4142 6 20.9428 6 20C6 19.0572 6 18.5858 5.70711 18.2929C5.41421 18 4.94281 18 4 18C3.05719 18 2.58579 18 2.29289 18.2929C2 18.5858 2 19.0572 2 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 4C10 4.94281 10 5.41421 10.2929 5.70711C10.5858 6 11.0572 6 12 6C12.9428 6 13.4142 6 13.7071 5.70711C14 5.41421 14 4.94281 14 4C14 3.05719 14 2.58579 13.7071 2.29289C13.4142 2 12.9428 2 12 2C11.0572 2 10.5858 2 10.2929 2.29289C10 2.58579 10 3.05719 10 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 12C10 12.9428 10 13.4142 10.2929 13.7071C10.5858 14 11.0572 14 12 14C12.9428 14 13.4142 14 13.7071 13.7071C14 13.4142 14 12.9428 14 12C14 11.0572 14 10.5858 13.7071 10.2929C13.4142 10 12.9428 10 12 10C11.0572 10 10.5858 10 10.2929 10.2929C10 10.5858 10 11.0572 10 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 20C10 20.9428 10 21.4142 10.2929 21.7071C10.5858 22 11.0572 22 12 22C12.9428 22 13.4142 22 13.7071 21.7071C14 21.4142 14 20.9428 14 20C14 19.0572 14 18.5858 13.7071 18.2929C13.4142 18 12.9428 18 12 18C11.0572 18 10.5858 18 10.2929 18.2929C10 18.5858 10 19.0572 10 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 4C18 4.94281 18 5.41421 18.2929 5.70711C18.5858 6 19.0572 6 20 6C20.9428 6 21.4142 6 21.7071 5.70711C22 5.41421 22 4.94281 22 4C22 3.05719 22 2.58579 21.7071 2.29289C21.4142 2 20.9428 2 20 2C19.0572 2 18.5858 2 18.2929 2.29289C18 2.58579 18 3.05719 18 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 12C18 12.9428 18 13.4142 18.2929 13.7071C18.5858 14 19.0572 14 20 14C20.9428 14 21.4142 14 21.7071 13.7071C22 13.4142 22 12.9428 22 12C22 11.0572 22 10.5858 21.7071 10.2929C21.4142 10 20.9428 10 20 10C19.0572 10 18.5858 10 18.2929 10.2929C18 10.5858 18 11.0572 18 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 20C18 20.9428 18 21.4142 18.2929 21.7071C18.5858 22 19.0572 22 20 22C20.9428 22 21.4142 22 21.7071 21.7071C22 21.4142 22 20.9428 22 20C22 19.0572 22 18.5858 21.7071 18.2929C21.4142 18 20.9428 18 20 18C19.0572 18 18.5858 18 18.2929 18.2929C18 18.5858 18 19.0572 18 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-inbox-download{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2.5C5.59269 2.66536 4.62427 3.01488 3.89124 3.75363C2.5 5.15575 2.5 7.41242 2.5 11.9258C2.5 16.4391 2.5 18.6958 3.89124 20.0979C5.28249 21.5 7.52166 21.5 12 21.5C16.4783 21.5 18.7175 21.5 20.1088 20.0979C21.5 18.6958 21.5 16.4391 21.5 11.9258C21.5 7.41242 21.5 5.15575 20.1088 3.75363C19.3757 3.01488 18.4073 2.66536 17 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 8C9.99153 8.5057 11.2998 10.5 12 10.5M14.5 8C14.0085 8.5057 12.7002 10.5 12 10.5M12 10.5V2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 13.5H16.5743C15.7322 13.5 15.0706 14.2036 14.6995 14.9472C14.2963 15.7551 13.4889 16.5 12 16.5C10.5111 16.5 9.70373 15.7551 9.30054 14.9472C8.92942 14.2036 8.26777 13.5 7.42566 13.5H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2.5C5.59269 2.66536 4.62427 3.01488 3.89124 3.75363C2.5 5.15575 2.5 7.41242 2.5 11.9258C2.5 16.4391 2.5 18.6958 3.89124 20.0979C5.28249 21.5 7.52166 21.5 12 21.5C16.4783 21.5 18.7175 21.5 20.1088 20.0979C21.5 18.6958 21.5 16.4391 21.5 11.9258C21.5 7.41242 21.5 5.15575 20.1088 3.75363C19.3757 3.01488 18.4073 2.66536 17 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 8C9.99153 8.5057 11.2998 10.5 12 10.5M14.5 8C14.0085 8.5057 12.7002 10.5 12 10.5M12 10.5V2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 13.5H16.5743C15.7322 13.5 15.0706 14.2036 14.6995 14.9472C14.2963 15.7551 13.4889 16.5 12 16.5C10.5111 16.5 9.70373 15.7551 9.30054 14.9472C8.92942 14.2036 8.26777 13.5 7.42566 13.5H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-inbox-unread{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 12V12.5C21 16.9783 21 19.2175 19.6088 20.6088C18.2175 22 15.9783 22 11.5 22C7.02166 22 4.78249 22 3.39124 20.6088C2 19.2175 2 16.9783 2 12.5C2 8.02166 2 5.78249 3.39124 4.39124C4.78249 3 7.02166 3 11.5 3H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 5.5C22 7.433 20.433 9 18.5 9C16.567 9 15 7.433 15 5.5C15 3.567 16.567 2 18.5 2C20.433 2 22 3.567 22 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 14H16.0743C15.2322 14 14.5706 14.7036 14.1995 15.4472C13.7963 16.2551 12.9889 17 11.5 17C10.0111 17 9.20373 16.2551 8.80054 15.4472C8.42942 14.7036 7.76777 14 6.92566 14H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 12V12.5C21 16.9783 21 19.2175 19.6088 20.6088C18.2175 22 15.9783 22 11.5 22C7.02166 22 4.78249 22 3.39124 20.6088C2 19.2175 2 16.9783 2 12.5C2 8.02166 2 5.78249 3.39124 4.39124C4.78249 3 7.02166 3 11.5 3H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 5.5C22 7.433 20.433 9 18.5 9C16.567 9 15 7.433 15 5.5C15 3.567 16.567 2 18.5 2C20.433 2 22 3.567 22 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 14H16.0743C15.2322 14 14.5706 14.7036 14.1995 15.4472C13.7963 16.2551 12.9889 17 11.5 17C10.0111 17 9.20373 16.2551 8.80054 15.4472C8.42942 14.7036 7.76777 14 6.92566 14H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-inbox-upload{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 2.5C5.3579 2.68817 4.53406 3.03797 3.89124 3.6882C2.5 5.09548 2.5 7.36048 2.5 11.8905C2.5 16.4204 2.5 18.6854 3.89124 20.0927C5.28249 21.5 7.52166 21.5 12 21.5C16.4783 21.5 18.7175 21.5 20.1088 20.0927C21.5 18.6854 21.5 16.4204 21.5 11.8905C21.5 7.36048 21.5 5.09548 20.1088 3.6882C19.4659 3.03797 18.6421 2.68817 17.5 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 5C9.99153 4.4943 11.2998 2.5 12 2.5M14.5 5C14.0085 4.4943 12.7002 2.5 12 2.5M12 2.5V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 13.5H16.5743C15.7322 13.5 15.0706 14.2036 14.6995 14.9472C14.2963 15.7551 13.4889 16.5 12 16.5C10.5111 16.5 9.70373 15.7551 9.30054 14.9472C8.92942 14.2036 8.26777 13.5 7.42566 13.5H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 2.5C5.3579 2.68817 4.53406 3.03797 3.89124 3.6882C2.5 5.09548 2.5 7.36048 2.5 11.8905C2.5 16.4204 2.5 18.6854 3.89124 20.0927C5.28249 21.5 7.52166 21.5 12 21.5C16.4783 21.5 18.7175 21.5 20.1088 20.0927C21.5 18.6854 21.5 16.4204 21.5 11.8905C21.5 7.36048 21.5 5.09548 20.1088 3.6882C19.4659 3.03797 18.6421 2.68817 17.5 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 5C9.99153 4.4943 11.2998 2.5 12 2.5M14.5 5C14.0085 4.4943 12.7002 2.5 12 2.5M12 2.5V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 13.5H16.5743C15.7322 13.5 15.0706 14.2036 14.6995 14.9472C14.2963 15.7551 13.4889 16.5 12 16.5C10.5111 16.5 9.70373 15.7551 9.30054 14.9472C8.92942 14.2036 8.26777 13.5 7.42566 13.5H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-inbox{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 13.5H16.5743C15.7322 13.5 15.0706 14.2036 14.6995 14.9472C14.2963 15.7551 13.4889 16.5 12 16.5C10.5111 16.5 9.70373 15.7551 9.30054 14.9472C8.92942 14.2036 8.26777 13.5 7.42566 13.5H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 13.5H16.5743C15.7322 13.5 15.0706 14.2036 14.6995 14.9472C14.2963 15.7551 13.4889 16.5 12 16.5C10.5111 16.5 9.70373 15.7551 9.30054 14.9472C8.92942 14.2036 8.26777 13.5 7.42566 13.5H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 6L8.91302 9.91697C11.4616 11.361 12.5384 11.361 15.087 9.91697L22 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.01577 13.4756C2.08114 16.5412 2.11383 18.0739 3.24496 19.2094C4.37608 20.3448 5.95033 20.3843 9.09883 20.4634C11.0393 20.5122 12.9607 20.5122 14.9012 20.4634C18.0497 20.3843 19.6239 20.3448 20.7551 19.2094C21.8862 18.0739 21.9189 16.5412 21.9842 13.4756C22.0053 12.4899 22.0053 11.5101 21.9842 10.5244C21.9189 7.45886 21.8862 5.92609 20.7551 4.79066C19.6239 3.65523 18.0497 3.61568 14.9012 3.53657C12.9607 3.48781 11.0393 3.48781 9.09882 3.53656C5.95033 3.61566 4.37608 3.65521 3.24495 4.79065C2.11382 5.92608 2.08114 7.45885 2.01576 10.5244C1.99474 11.5101 1.99475 12.4899 2.01577 13.4756Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 6L8.91302 9.91697C11.4616 11.361 12.5384 11.361 15.087 9.91697L22 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.01577 13.4756C2.08114 16.5412 2.11383 18.0739 3.24496 19.2094C4.37608 20.3448 5.95033 20.3843 9.09883 20.4634C11.0393 20.5122 12.9607 20.5122 14.9012 20.4634C18.0497 20.3843 19.6239 20.3448 20.7551 19.2094C21.8862 18.0739 21.9189 16.5412 21.9842 13.4756C22.0053 12.4899 22.0053 11.5101 21.9842 10.5244C21.9189 7.45886 21.8862 5.92609 20.7551 4.79066C19.6239 3.65523 18.0497 3.61568 14.9012 3.53657C12.9607 3.48781 11.0393 3.48781 9.09882 3.53656C5.95033 3.61566 4.37608 3.65521 3.24495 4.79065C2.11382 5.92608 2.08114 7.45885 2.01576 10.5244C1.99474 11.5101 1.99475 12.4899 2.01577 13.4756Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 8.5L9.94202 10.2394C11.6572 11.2535 12.3428 11.2535 14.058 10.2394L17 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.01577 13.4756C2.08114 16.5412 2.11383 18.0739 3.24496 19.2094C4.37608 20.3448 5.95033 20.3843 9.09883 20.4634C11.0393 20.5122 12.9607 20.5122 14.9012 20.4634C18.0497 20.3843 19.6239 20.3448 20.7551 19.2094C21.8862 18.0739 21.9189 16.5412 21.9842 13.4756C22.0053 12.4899 22.0053 11.5101 21.9842 10.5244C21.9189 7.45886 21.8862 5.92609 20.7551 4.79066C19.6239 3.65523 18.0497 3.61568 14.9012 3.53657C12.9607 3.48781 11.0393 3.48781 9.09882 3.53656C5.95033 3.61566 4.37608 3.65521 3.24495 4.79065C2.11382 5.92608 2.08114 7.45885 2.01576 10.5244C1.99474 11.5101 1.99475 12.4899 2.01577 13.4756Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 8.5L9.94202 10.2394C11.6572 11.2535 12.3428 11.2535 14.058 10.2394L17 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.01577 13.4756C2.08114 16.5412 2.11383 18.0739 3.24496 19.2094C4.37608 20.3448 5.95033 20.3843 9.09883 20.4634C11.0393 20.5122 12.9607 20.5122 14.9012 20.4634C18.0497 20.3843 19.6239 20.3448 20.7551 19.2094C21.8862 18.0739 21.9189 16.5412 21.9842 13.4756C22.0053 12.4899 22.0053 11.5101 21.9842 10.5244C21.9189 7.45886 21.8862 5.92609 20.7551 4.79066C19.6239 3.65523 18.0497 3.61568 14.9012 3.53657C12.9607 3.48781 11.0393 3.48781 9.09882 3.53656C5.95033 3.61566 4.37608 3.65521 3.24495 4.79065C2.11382 5.92608 2.08114 7.45885 2.01576 10.5244C1.99474 11.5101 1.99475 12.4899 2.01577 13.4756Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-account-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5L8.91302 8.92462C11.4387 10.3585 12.5613 10.3585 15.087 8.92462L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.996 10.5024C21.9933 10.1357 21.9894 9.77017 21.9842 9.5265C21.9189 6.46005 21.8862 4.92682 20.7551 3.79105C19.6239 2.65528 18.0497 2.61571 14.9012 2.53658C12.9607 2.48781 11.0393 2.48781 9.09882 2.53657C5.95033 2.6157 4.37608 2.65526 3.24495 3.79103C2.11382 4.92681 2.08114 6.46003 2.01576 9.52648C1.99474 10.5125 1.99475 11.4926 2.01577 12.4786C2.08114 15.5451 2.11383 17.0783 3.24496 18.2141C4.37608 19.3498 5.95033 19.3894 9.09883 19.4685C9.7068 19.4838 10.4957 19.4943 11 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.586 18.6482C14.9572 19.0167 13.3086 19.7693 14.3127 20.711C14.8032 21.171 15.3495 21.5 16.0364 21.5H19.9556C20.6424 21.5 21.1887 21.171 21.6792 20.711C22.6834 19.7693 21.0347 19.0167 20.4059 18.6482C18.9314 17.7839 17.0605 17.7839 15.586 18.6482Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.996 14C19.996 15.1046 19.1005 16 17.996 16C16.8914 16 15.996 15.1046 15.996 14C15.996 12.8954 16.8914 12 17.996 12C19.1005 12 19.996 12.8954 19.996 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5L8.91302 8.92462C11.4387 10.3585 12.5613 10.3585 15.087 8.92462L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.996 10.5024C21.9933 10.1357 21.9894 9.77017 21.9842 9.5265C21.9189 6.46005 21.8862 4.92682 20.7551 3.79105C19.6239 2.65528 18.0497 2.61571 14.9012 2.53658C12.9607 2.48781 11.0393 2.48781 9.09882 2.53657C5.95033 2.6157 4.37608 2.65526 3.24495 3.79103C2.11382 4.92681 2.08114 6.46003 2.01576 9.52648C1.99474 10.5125 1.99475 11.4926 2.01577 12.4786C2.08114 15.5451 2.11383 17.0783 3.24496 18.2141C4.37608 19.3498 5.95033 19.3894 9.09883 19.4685C9.7068 19.4838 10.4957 19.4943 11 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.586 18.6482C14.9572 19.0167 13.3086 19.7693 14.3127 20.711C14.8032 21.171 15.3495 21.5 16.0364 21.5H19.9556C20.6424 21.5 21.1887 21.171 21.6792 20.711C22.6834 19.7693 21.0347 19.0167 20.4059 18.6482C18.9314 17.7839 17.0605 17.7839 15.586 18.6482Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.996 14C19.996 15.1046 19.1005 16 17.996 16C16.8914 16 15.996 15.1046 15.996 14C15.996 12.8954 16.8914 12 17.996 12C19.1005 12 19.996 12.8954 19.996 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-account-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.996 10C21.9933 9.63328 21.9894 9.77017 21.9842 9.5265C21.9189 6.46005 21.8862 4.92682 20.7551 3.79105C19.6239 2.65528 18.0497 2.61571 14.9012 2.53658C12.9607 2.48781 11.0393 2.48781 9.09882 2.53657C5.95033 2.6157 4.37608 2.65526 3.24495 3.79103C2.11382 4.92681 2.08114 6.46003 2.01576 9.52648C1.99474 10.5125 1.99475 11.4926 2.01577 12.4786C2.08114 15.5451 2.11383 17.0783 3.24496 18.2141C4.37608 19.3498 5.95033 19.3894 9.09883 19.4685C9.7068 19.4838 10.4957 19.4943 11 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.586 18.6482C14.9572 19.0167 13.3086 19.7693 14.3127 20.711C14.8032 21.171 15.3495 21.5 16.0364 21.5H19.9556C20.6424 21.5 21.1887 21.171 21.6792 20.711C22.6834 19.7693 21.0347 19.0167 20.4059 18.6482C18.9314 17.7839 17.0605 17.7839 15.586 18.6482Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.996 14C19.996 15.1046 19.1005 16 17.996 16C16.8914 16 15.996 15.1046 15.996 14C15.996 12.8954 16.8914 12 17.996 12C19.1005 12 19.996 12.8954 19.996 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.996 10C21.9933 9.63328 21.9894 9.77017 21.9842 9.5265C21.9189 6.46005 21.8862 4.92682 20.7551 3.79105C19.6239 2.65528 18.0497 2.61571 14.9012 2.53658C12.9607 2.48781 11.0393 2.48781 9.09882 2.53657C5.95033 2.6157 4.37608 2.65526 3.24495 3.79103C2.11382 4.92681 2.08114 6.46003 2.01576 9.52648C1.99474 10.5125 1.99475 11.4926 2.01577 12.4786C2.08114 15.5451 2.11383 17.0783 3.24496 18.2141C4.37608 19.3498 5.95033 19.3894 9.09883 19.4685C9.7068 19.4838 10.4957 19.4943 11 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.586 18.6482C14.9572 19.0167 13.3086 19.7693 14.3127 20.711C14.8032 21.171 15.3495 21.5 16.0364 21.5H19.9556C20.6424 21.5 21.1887 21.171 21.6792 20.711C22.6834 19.7693 21.0347 19.0167 20.4059 18.6482C18.9314 17.7839 17.0605 17.7839 15.586 18.6482Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.996 14C19.996 15.1046 19.1005 16 17.996 16C16.8914 16 15.996 15.1046 15.996 14C15.996 12.8954 16.8914 12 17.996 12C19.1005 12 19.996 12.8954 19.996 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5.5L8.91302 9.42462C11.4387 10.8585 12.5613 10.8585 15.087 9.42462L22 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 20C11.5 20 10.0691 19.9878 9.09883 19.9634C5.95033 19.8843 4.37608 19.8448 3.24496 18.7094C2.11383 17.5739 2.08114 16.0412 2.01577 12.9756C1.99475 11.9899 1.99474 11.0101 2.01576 10.0244C2.08114 6.95885 2.11382 5.42608 3.24495 4.29065C4.37608 3.15521 5.95033 3.11566 9.09882 3.03656C11.0393 2.98781 12.9607 2.98781 14.9012 3.03657C18.0497 3.11568 19.6239 3.15523 20.7551 4.29066C21.8862 5.42609 21.9189 6.95886 21.9842 10.0244C21.9918 10.3812 21.9967 10.9995 21.9988 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17H22M18 21L18 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5.5L8.91302 9.42462C11.4387 10.8585 12.5613 10.8585 15.087 9.42462L22 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 20C11.5 20 10.0691 19.9878 9.09883 19.9634C5.95033 19.8843 4.37608 19.8448 3.24496 18.7094C2.11383 17.5739 2.08114 16.0412 2.01577 12.9756C1.99475 11.9899 1.99474 11.0101 2.01576 10.0244C2.08114 6.95885 2.11382 5.42608 3.24495 4.29065C4.37608 3.15521 5.95033 3.11566 9.09882 3.03656C11.0393 2.98781 12.9607 2.98781 14.9012 3.03657C18.0497 3.11568 19.6239 3.15523 20.7551 4.29066C21.8862 5.42609 21.9189 6.95886 21.9842 10.0244C21.9918 10.3812 21.9967 10.9995 21.9988 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17H22M18 21L18 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 19.5C11.5 19.5 10.0691 19.4878 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9918 9.88124 21.9967 10.4995 21.9988 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17.5H22M18 21.5L18 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 19.5C11.5 19.5 10.0691 19.4878 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9918 9.88124 21.9967 10.4995 21.9988 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17.5H22M18 21.5L18 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-at-sign-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5L8.91302 8.92462C11.4387 10.3585 12.5613 10.3585 15.087 8.92462L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 19.5C10.0337 19.4939 9.56682 19.485 9.09883 19.4732C5.95033 19.3941 4.37608 19.3545 3.24496 18.2184C2.11383 17.0823 2.08114 15.5487 2.01577 12.4814C1.99475 11.4951 1.99474 10.5147 2.01576 9.52843C2.08114 6.46113 2.11382 4.92748 3.24495 3.79139C4.37608 2.6553 5.95033 2.61573 9.09882 2.53658C11.0393 2.4878 12.9607 2.48781 14.9012 2.53659C18.0497 2.61574 19.6239 2.65532 20.755 3.79141C21.8862 4.92749 21.9189 6.46114 21.9842 9.52844C21.9939 9.98251 21.9991 10.1965 21.9999 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17C19 17.8284 18.3284 18.5 17.5 18.5C16.6716 18.5 16 17.8284 16 17C16 16.1716 16.6716 15.5 17.5 15.5C18.3284 15.5 19 16.1716 19 17ZM19 17V17.5C19 18.3284 19.6716 19 20.5 19C21.3284 19 22 18.3284 22 17.5V17C22 14.5147 19.9853 12.5 17.5 12.5C15.0147 12.5 13 14.5147 13 17C13 19.4853 15.0147 21.5 17.5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5L8.91302 8.92462C11.4387 10.3585 12.5613 10.3585 15.087 8.92462L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 19.5C10.0337 19.4939 9.56682 19.485 9.09883 19.4732C5.95033 19.3941 4.37608 19.3545 3.24496 18.2184C2.11383 17.0823 2.08114 15.5487 2.01577 12.4814C1.99475 11.4951 1.99474 10.5147 2.01576 9.52843C2.08114 6.46113 2.11382 4.92748 3.24495 3.79139C4.37608 2.6553 5.95033 2.61573 9.09882 2.53658C11.0393 2.4878 12.9607 2.48781 14.9012 2.53659C18.0497 2.61574 19.6239 2.65532 20.755 3.79141C21.8862 4.92749 21.9189 6.46114 21.9842 9.52844C21.9939 9.98251 21.9991 10.1965 21.9999 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17C19 17.8284 18.3284 18.5 17.5 18.5C16.6716 18.5 16 17.8284 16 17C16 16.1716 16.6716 15.5 17.5 15.5C18.3284 15.5 19 16.1716 19 17ZM19 17V17.5C19 18.3284 19.6716 19 20.5 19C21.3284 19 22 18.3284 22 17.5V17C22 14.5147 19.9853 12.5 17.5 12.5C15.0147 12.5 13 14.5147 13 17C13 19.4853 15.0147 21.5 17.5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-at-sign-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 19.5C10.0337 19.4939 9.56682 19.485 9.09883 19.4732C5.95033 19.3941 4.37608 19.3545 3.24496 18.2184C2.11383 17.0823 2.08114 15.5487 2.01577 12.4814C1.99475 11.4951 1.99474 10.5147 2.01576 9.52843C2.08114 6.46113 2.11382 4.92748 3.24495 3.79139C4.37608 2.6553 5.95033 2.61573 9.09882 2.53658C11.0393 2.4878 12.9607 2.48781 14.9012 2.53659C18.0497 2.61574 19.6239 2.65532 20.755 3.79141C21.8862 4.92749 21.9189 6.46114 21.9842 9.52844C21.9939 9.98251 21.9991 10.1965 21.9999 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17C19 17.8284 18.3284 18.5 17.5 18.5C16.6716 18.5 16 17.8284 16 17C16 16.1716 16.6716 15.5 17.5 15.5C18.3284 15.5 19 16.1716 19 17ZM19 17V17.5C19 18.3284 19.6716 19 20.5 19C21.3284 19 22 18.3284 22 17.5V17C22 14.5147 19.9853 12.5 17.5 12.5C15.0147 12.5 13 14.5147 13 17C13 19.4853 15.0147 21.5 17.5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 19.5C10.0337 19.4939 9.56682 19.485 9.09883 19.4732C5.95033 19.3941 4.37608 19.3545 3.24496 18.2184C2.11383 17.0823 2.08114 15.5487 2.01577 12.4814C1.99475 11.4951 1.99474 10.5147 2.01576 9.52843C2.08114 6.46113 2.11382 4.92748 3.24495 3.79139C4.37608 2.6553 5.95033 2.61573 9.09882 2.53658C11.0393 2.4878 12.9607 2.48781 14.9012 2.53659C18.0497 2.61574 19.6239 2.65532 20.755 3.79141C21.8862 4.92749 21.9189 6.46114 21.9842 9.52844C21.9939 9.98251 21.9991 10.1965 21.9999 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17C19 17.8284 18.3284 18.5 17.5 18.5C16.6716 18.5 16 17.8284 16 17C16 16.1716 16.6716 15.5 17.5 15.5C18.3284 15.5 19 16.1716 19 17ZM19 17V17.5C19 18.3284 19.6716 19 20.5 19C21.3284 19 22 18.3284 22 17.5V17C22 14.5147 19.9853 12.5 17.5 12.5C15.0147 12.5 13 14.5147 13 17C13 19.4853 15.0147 21.5 17.5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-block-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9928 11.5C22.0047 10.6743 22.0019 10.8514 21.9842 10.0244C21.9189 6.95886 21.8862 5.42609 20.7551 4.29066C19.6239 3.15523 18.0497 3.11568 14.9012 3.03657C12.9607 2.98781 11.0393 2.98781 9.09882 3.03656C5.95033 3.11566 4.37608 3.15521 3.24495 4.29065C2.11382 5.42608 2.08114 6.95885 2.01576 10.0244C1.99474 11.0101 1.99475 11.9899 2.01577 12.9756C2.08114 16.0412 2.11383 17.5739 3.24496 18.7094C4.37608 19.8448 5.95033 19.8843 9.09883 19.9634C10.0691 19.9878 11.0345 20 12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 5.5L8.91302 9.42462C11.4387 10.8585 12.5613 10.8585 15.087 9.42462L22 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0505 15C15.4022 15.6353 15 16.5207 15 17.5C15 19.433 16.567 21 18.5 21C19.4793 21 20.3647 20.5978 21 19.9495M16.0505 15C16.6818 14.3814 17.5463 14 18.5 14C20.433 14 22 15.567 22 17.5C22 18.4537 21.6186 19.3182 21 19.9495M16.0505 15L21 19.9495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9928 11.5C22.0047 10.6743 22.0019 10.8514 21.9842 10.0244C21.9189 6.95886 21.8862 5.42609 20.7551 4.29066C19.6239 3.15523 18.0497 3.11568 14.9012 3.03657C12.9607 2.98781 11.0393 2.98781 9.09882 3.03656C5.95033 3.11566 4.37608 3.15521 3.24495 4.29065C2.11382 5.42608 2.08114 6.95885 2.01576 10.0244C1.99474 11.0101 1.99475 11.9899 2.01577 12.9756C2.08114 16.0412 2.11383 17.5739 3.24496 18.7094C4.37608 19.8448 5.95033 19.8843 9.09883 19.9634C10.0691 19.9878 11.0345 20 12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 5.5L8.91302 9.42462C11.4387 10.8585 12.5613 10.8585 15.087 9.42462L22 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0505 15C15.4022 15.6353 15 16.5207 15 17.5C15 19.433 16.567 21 18.5 21C19.4793 21 20.3647 20.5978 21 19.9495M16.0505 15C16.6818 14.3814 17.5463 14 18.5 14C20.433 14 22 15.567 22 17.5C22 18.4537 21.6186 19.3182 21 19.9495M16.0505 15L21 19.9495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-block-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9982 11.5C22.003 10.8417 21.9983 10.6844 21.9842 10.0244C21.9189 6.95886 21.8862 5.42609 20.7551 4.29066C19.6239 3.15523 18.0497 3.11568 14.9012 3.03657C12.9607 2.98781 11.0393 2.98781 9.09882 3.03656C5.95033 3.11566 4.37608 3.15521 3.24495 4.29065C2.11382 5.42608 2.08114 6.95885 2.01576 10.0244C1.99474 11.0101 1.99475 11.9899 2.01577 12.9756C2.08114 16.0412 2.11383 17.5739 3.24496 18.7094C4.37608 19.8448 5.95033 19.8843 9.09883 19.9634C10.404 19.9962 11.2005 20.007 12.5 19.9957%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8L9.94202 9.73943C11.6572 10.7535 12.3428 10.7535 14.058 9.73943L17 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0505 15C15.4022 15.6353 15 16.5207 15 17.5C15 19.433 16.567 21 18.5 21C19.4793 21 20.3647 20.5978 21 19.9495M16.0505 15C16.6818 14.3814 17.5463 14 18.5 14C20.433 14 22 15.567 22 17.5C22 18.4537 21.6186 19.3182 21 19.9495M16.0505 15L21 19.9495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9982 11.5C22.003 10.8417 21.9983 10.6844 21.9842 10.0244C21.9189 6.95886 21.8862 5.42609 20.7551 4.29066C19.6239 3.15523 18.0497 3.11568 14.9012 3.03657C12.9607 2.98781 11.0393 2.98781 9.09882 3.03656C5.95033 3.11566 4.37608 3.15521 3.24495 4.29065C2.11382 5.42608 2.08114 6.95885 2.01576 10.0244C1.99474 11.0101 1.99475 11.9899 2.01577 12.9756C2.08114 16.0412 2.11383 17.5739 3.24496 18.7094C4.37608 19.8448 5.95033 19.8843 9.09883 19.9634C10.404 19.9962 11.2005 20.007 12.5 19.9957%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8L9.94202 9.73943C11.6572 10.7535 12.3428 10.7535 14.058 9.73943L17 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0505 15C15.4022 15.6353 15 16.5207 15 17.5C15 19.433 16.567 21 18.5 21C19.4793 21 20.3647 20.5978 21 19.9495M16.0505 15C16.6818 14.3814 17.5463 14 18.5 14C20.433 14 22 15.567 22 17.5C22 18.4537 21.6186 19.3182 21 19.9495M16.0505 15L21 19.9495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-download-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11C22 10.5086 21.9947 10.0172 21.9842 9.52439C21.9189 6.45886 21.8862 4.92609 20.7551 3.79066C19.6239 2.65523 18.0497 2.61568 14.9012 2.53657C12.9607 2.48781 11.0393 2.48781 9.09882 2.53656C5.95033 2.61566 4.37608 2.65521 3.24495 3.79065C2.11382 4.92608 2.08114 6.45885 2.01576 9.52438C1.99474 10.5101 1.99475 11.4899 2.01577 12.4756C2.08114 15.5412 2.11383 17.0739 3.24496 18.2094C4.37608 19.3448 5.95033 19.3843 9.09883 19.4634C10.5713 19.5004 12.0328 19.5094 13.5 19.4902%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 5L8.91302 8.92462C11.4387 10.3585 12.5613 10.3585 15.087 8.92462L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19C17.4915 19.5057 18.7998 21.5 19.5 21.5M22 19C21.5085 19.5057 20.2002 21.5 19.5 21.5M19.5 21.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11C22 10.5086 21.9947 10.0172 21.9842 9.52439C21.9189 6.45886 21.8862 4.92609 20.7551 3.79066C19.6239 2.65523 18.0497 2.61568 14.9012 2.53657C12.9607 2.48781 11.0393 2.48781 9.09882 2.53656C5.95033 2.61566 4.37608 2.65521 3.24495 3.79065C2.11382 4.92608 2.08114 6.45885 2.01576 9.52438C1.99474 10.5101 1.99475 11.4899 2.01577 12.4756C2.08114 15.5412 2.11383 17.0739 3.24496 18.2094C4.37608 19.3448 5.95033 19.3843 9.09883 19.4634C10.5713 19.5004 12.0328 19.5094 13.5 19.4902%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 5L8.91302 8.92462C11.4387 10.3585 12.5613 10.3585 15.087 8.92462L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19C17.4915 19.5057 18.7998 21.5 19.5 21.5M22 19C21.5085 19.5057 20.2002 21.5 19.5 21.5M19.5 21.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-download-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11C22 10.5086 21.9947 10.0172 21.9842 9.52439C21.9189 6.45886 21.8862 4.92609 20.7551 3.79066C19.6239 2.65523 18.0497 2.61568 14.9012 2.53657C12.9607 2.48781 11.0393 2.48781 9.09882 2.53656C5.95033 2.61566 4.37608 2.65521 3.24495 3.79065C2.11382 4.92608 2.08114 6.45885 2.01576 9.52438C1.99474 10.5101 1.99475 11.4899 2.01577 12.4756C2.08114 15.5412 2.11383 17.0739 3.24496 18.2094C4.37608 19.3448 5.95033 19.3843 9.09883 19.4634C10.5713 19.5004 12.0328 19.5094 13.5 19.4902%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19C17.4915 19.5057 18.7998 21.5 19.5 21.5M22 19C21.5085 19.5057 20.2002 21.5 19.5 21.5M19.5 21.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11C22 10.5086 21.9947 10.0172 21.9842 9.52439C21.9189 6.45886 21.8862 4.92609 20.7551 3.79066C19.6239 2.65523 18.0497 2.61568 14.9012 2.53657C12.9607 2.48781 11.0393 2.48781 9.09882 2.53656C5.95033 2.61566 4.37608 2.65521 3.24495 3.79065C2.11382 4.92608 2.08114 6.45885 2.01576 9.52438C1.99474 10.5101 1.99475 11.4899 2.01577 12.4756C2.08114 15.5412 2.11383 17.0739 3.24496 18.2094C4.37608 19.3448 5.95033 19.3843 9.09883 19.4634C10.5713 19.5004 12.0328 19.5094 13.5 19.4902%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19C17.4915 19.5057 18.7998 21.5 19.5 21.5M22 19C21.5085 19.5057 20.2002 21.5 19.5 21.5M19.5 21.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-love-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5.5L8.91302 9.42462C11.4387 10.8585 12.5613 10.8585 15.087 9.42462L22 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 19.9959C11.0337 19.9898 9.56682 20.0077 9.09883 19.9959C5.95033 19.9166 4.37608 19.877 3.24496 18.7394C2.11383 17.6018 2.08114 16.0661 2.01577 12.9947C1.99475 12.0071 1.99474 11.0254 2.01576 10.0378C2.08114 6.96642 2.11382 5.43072 3.24495 4.29312C4.37608 3.15551 5.95033 3.11588 9.09882 3.03663C11.0393 2.98779 12.9607 2.98779 14.9012 3.03664C18.0497 3.1159 19.6239 3.15553 20.755 4.29313C21.8862 5.43073 21.9189 6.96643 21.9842 10.0378C21.9983 10.6973 22.0029 10.3542 21.9982 11.012%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.015 14.3866C16.0876 13.7469 17.0238 14.0047 17.5863 14.4153C17.8169 14.5837 17.9322 14.6679 18 14.6679C18.0678 14.6679 18.1831 14.5837 18.4137 14.4153C18.9762 14.0047 19.9124 13.7469 20.985 14.3866C22.3928 15.2261 22.7113 17.9958 19.4642 20.3324C18.8457 20.7775 18.5365 21 18 21C17.4635 21 17.1543 20.7775 16.5358 20.3324C13.2887 17.9958 13.6072 15.2261 15.015 14.3866Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5.5L8.91302 9.42462C11.4387 10.8585 12.5613 10.8585 15.087 9.42462L22 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 19.9959C11.0337 19.9898 9.56682 20.0077 9.09883 19.9959C5.95033 19.9166 4.37608 19.877 3.24496 18.7394C2.11383 17.6018 2.08114 16.0661 2.01577 12.9947C1.99475 12.0071 1.99474 11.0254 2.01576 10.0378C2.08114 6.96642 2.11382 5.43072 3.24495 4.29312C4.37608 3.15551 5.95033 3.11588 9.09882 3.03663C11.0393 2.98779 12.9607 2.98779 14.9012 3.03664C18.0497 3.1159 19.6239 3.15553 20.755 4.29313C21.8862 5.43073 21.9189 6.96643 21.9842 10.0378C21.9983 10.6973 22.0029 10.3542 21.9982 11.012%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.015 14.3866C16.0876 13.7469 17.0238 14.0047 17.5863 14.4153C17.8169 14.5837 17.9322 14.6679 18 14.6679C18.0678 14.6679 18.1831 14.5837 18.4137 14.4153C18.9762 14.0047 19.9124 13.7469 20.985 14.3866C22.3928 15.2261 22.7113 17.9958 19.4642 20.3324C18.8457 20.7775 18.5365 21 18 21C17.4635 21 17.1543 20.7775 16.5358 20.3324C13.2887 17.9958 13.6072 15.2261 15.015 14.3866Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-love-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 19.4959C11.0337 19.4898 9.56682 19.5077 9.09883 19.4959C5.95033 19.4166 4.37608 19.377 3.24496 18.2394C2.11383 17.1018 2.08114 15.5661 2.01577 12.4947C1.99475 11.5071 1.99474 10.5254 2.01576 9.53781C2.08114 6.46642 2.11382 4.93072 3.24495 3.79312C4.37608 2.65551 5.95033 2.61589 9.09882 2.53663C11.0393 2.48779 12.9607 2.48779 14.9012 2.53664C18.0497 2.6159 19.6239 2.65553 20.755 3.79313C21.8862 4.93073 21.9189 6.46643 21.9842 9.53783C21.9983 10.1973 22.0029 10.8542 21.9982 11.512%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.015 14.8866C16.0876 14.2469 17.0238 14.5047 17.5863 14.9153C17.8169 15.0837 17.9322 15.1679 18 15.1679C18.0678 15.1679 18.1831 15.0837 18.4137 14.9153C18.9762 14.5047 19.9124 14.2469 20.985 14.8866C22.3928 15.7261 22.7113 18.4958 19.4642 20.8324C18.8457 21.2775 18.5365 21.5 18 21.5C17.4635 21.5 17.1543 21.2775 16.5358 20.8324C13.2887 18.4958 13.6072 15.7261 15.015 14.8866Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 19.4959C11.0337 19.4898 9.56682 19.5077 9.09883 19.4959C5.95033 19.4166 4.37608 19.377 3.24496 18.2394C2.11383 17.1018 2.08114 15.5661 2.01577 12.4947C1.99475 11.5071 1.99474 10.5254 2.01576 9.53781C2.08114 6.46642 2.11382 4.93072 3.24495 3.79312C4.37608 2.65551 5.95033 2.61589 9.09882 2.53663C11.0393 2.48779 12.9607 2.48779 14.9012 2.53664C18.0497 2.6159 19.6239 2.65553 20.755 3.79313C21.8862 4.93073 21.9189 6.46643 21.9842 9.53783C21.9983 10.1973 22.0029 10.8542 21.9982 11.512%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.015 14.8866C16.0876 14.2469 17.0238 14.5047 17.5863 14.9153C17.8169 15.0837 17.9322 15.1679 18 15.1679C18.0678 15.1679 18.1831 15.0837 18.4137 14.9153C18.9762 14.5047 19.9124 14.2469 20.985 14.8866C22.3928 15.7261 22.7113 18.4958 19.4642 20.8324C18.8457 21.2775 18.5365 21.5 18 21.5C17.4635 21.5 17.1543 21.2775 16.5358 20.8324C13.2887 18.4958 13.6072 15.7261 15.015 14.8866Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-minus-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 20.4989C10.7011 20.4954 9.90159 20.4836 9.09883 20.4634C5.95033 20.3843 4.37608 20.3448 3.24496 19.2094C2.11383 18.0739 2.08114 16.5412 2.01577 13.4756C1.99475 12.4899 1.99474 11.5101 2.01576 10.5244C2.08114 7.45885 2.11382 5.92608 3.24495 4.79065C4.37608 3.65521 5.95033 3.61566 9.09882 3.53656C11.0393 3.48781 12.9607 3.48781 14.9012 3.53657C18.0497 3.61568 19.6239 3.65523 20.7551 4.79066C21.8862 5.92609 21.9189 7.45886 21.9842 10.5244C22.0019 11.3514 22.0047 12.1744 21.9928 13.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6L8.91302 9.92462C11.4387 11.3585 12.5613 11.3585 15.087 9.92462L22 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 20.4989C10.7011 20.4954 9.90159 20.4836 9.09883 20.4634C5.95033 20.3843 4.37608 20.3448 3.24496 19.2094C2.11383 18.0739 2.08114 16.5412 2.01577 13.4756C1.99475 12.4899 1.99474 11.5101 2.01576 10.5244C2.08114 7.45885 2.11382 5.92608 3.24495 4.79065C4.37608 3.65521 5.95033 3.61566 9.09882 3.53656C11.0393 3.48781 12.9607 3.48781 14.9012 3.53657C18.0497 3.61568 19.6239 3.65523 20.7551 4.79066C21.8862 5.92609 21.9189 7.45886 21.9842 10.5244C22.0019 11.3514 22.0047 12.1744 21.9928 13.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6L8.91302 9.92462C11.4387 11.3585 12.5613 11.3585 15.087 9.92462L22 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-minus-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 20.4989C10.7011 20.4954 9.90159 20.4836 9.09883 20.4634C5.95033 20.3843 4.37608 20.3448 3.24496 19.2094C2.11383 18.0739 2.08114 16.5412 2.01577 13.4756C1.99475 12.4899 1.99474 11.5101 2.01576 10.5244C2.08114 7.45885 2.11382 5.92608 3.24495 4.79065C4.37608 3.65521 5.95033 3.61566 9.09882 3.53656C11.0393 3.48781 12.9607 3.48781 14.9012 3.53657C18.0497 3.61568 19.6239 3.65523 20.7551 4.79066C21.8862 5.92609 21.9189 7.45886 21.9842 10.5244C22.0019 11.3514 22.0047 12.1744 21.9928 13.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8.5L9.94202 10.2394C11.6572 11.2535 12.3428 11.2535 14.058 10.2394L17 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 20.4989C10.7011 20.4954 9.90159 20.4836 9.09883 20.4634C5.95033 20.3843 4.37608 20.3448 3.24496 19.2094C2.11383 18.0739 2.08114 16.5412 2.01577 13.4756C1.99475 12.4899 1.99474 11.5101 2.01576 10.5244C2.08114 7.45885 2.11382 5.92608 3.24495 4.79065C4.37608 3.65521 5.95033 3.61566 9.09882 3.53656C11.0393 3.48781 12.9607 3.48781 14.9012 3.53657C18.0497 3.61568 19.6239 3.65523 20.7551 4.79066C21.8862 5.92609 21.9189 7.45886 21.9842 10.5244C22.0019 11.3514 22.0047 12.1744 21.9928 13.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8.5L9.94202 10.2394C11.6572 11.2535 12.3428 11.2535 14.058 10.2394L17 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-open-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 19L8.91302 14.2905C11.4387 12.5698 12.5613 12.5698 15.087 14.2905L22 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.01592 14.551C2.08186 17.5843 2.11484 19.1009 3.24611 20.2241C4.37738 21.3473 5.95183 21.3862 9.10072 21.4641C11.0393 21.512 12.9607 21.512 14.8993 21.4641C18.0482 21.3862 19.6226 21.3473 20.7539 20.2241C21.8852 19.1009 21.9181 17.5843 21.9841 14.551C22.0164 13.0649 21.9995 11.5934 21.9334 10.0921C21.8924 9.15964 21.8719 8.69341 21.6354 8.27984C21.3989 7.86628 20.9913 7.59935 20.176 7.0655L16.4152 4.60286C14.2742 3.20096 13.2038 2.5 12 2.5C10.7962 2.5 9.72577 3.20095 7.58483 4.60286L3.82397 7.0655C3.00869 7.59935 2.60106 7.86628 2.36459 8.27984C2.12812 8.69341 2.1076 9.15965 2.06656 10.0921C2.00049 11.5934 1.98361 13.0649 2.01592 14.551Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9.5L17.7346 12.6072C16.7004 13.3606 15.8504 14 14.5 14M2 9.5L6.26538 12.6072C7.29955 13.3606 8.14961 14 9.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 19L8.91302 14.2905C11.4387 12.5698 12.5613 12.5698 15.087 14.2905L22 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.01592 14.551C2.08186 17.5843 2.11484 19.1009 3.24611 20.2241C4.37738 21.3473 5.95183 21.3862 9.10072 21.4641C11.0393 21.512 12.9607 21.512 14.8993 21.4641C18.0482 21.3862 19.6226 21.3473 20.7539 20.2241C21.8852 19.1009 21.9181 17.5843 21.9841 14.551C22.0164 13.0649 21.9995 11.5934 21.9334 10.0921C21.8924 9.15964 21.8719 8.69341 21.6354 8.27984C21.3989 7.86628 20.9913 7.59935 20.176 7.0655L16.4152 4.60286C14.2742 3.20096 13.2038 2.5 12 2.5C10.7962 2.5 9.72577 3.20095 7.58483 4.60286L3.82397 7.0655C3.00869 7.59935 2.60106 7.86628 2.36459 8.27984C2.12812 8.69341 2.1076 9.15965 2.06656 10.0921C2.00049 11.5934 1.98361 13.0649 2.01592 14.551Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9.5L17.7346 12.6072C16.7004 13.3606 15.8504 14 14.5 14M2 9.5L6.26538 12.6072C7.29955 13.3606 8.14961 14 9.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-open-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.01592 14.551C2.08186 17.5843 2.11484 19.1009 3.24611 20.2241C4.37738 21.3473 5.95183 21.3862 9.10072 21.4641C11.0393 21.512 12.9607 21.512 14.8993 21.4641C18.0482 21.3862 19.6226 21.3473 20.7539 20.2241C21.8852 19.1009 21.9181 17.5843 21.9841 14.551C22.0164 13.0649 21.9995 11.5934 21.9334 10.0921C21.8924 9.15964 21.8719 8.69341 21.6354 8.27984C21.3989 7.86628 20.9913 7.59935 20.176 7.0655L16.4152 4.60286C14.2742 3.20096 13.2038 2.5 12 2.5C10.7962 2.5 9.72577 3.20095 7.58483 4.60286L3.82397 7.0655C3.00869 7.59935 2.60106 7.86628 2.36459 8.27984C2.12812 8.69341 2.1076 9.15965 2.06656 10.0921C2.00049 11.5934 1.98361 13.0649 2.01592 14.551Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9.5L6.26537 12.5896C6.73556 12.9302 7.16587 13.2419 7.564 13.5247C8.6401 14.2891 9.41661 14.5 10.7362 14.5H13.2638C14.5834 14.5 15.3599 14.2891 16.436 13.5247C16.8341 13.2419 17.2644 12.9302 17.7346 12.5896L22 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.01592 14.551C2.08186 17.5843 2.11484 19.1009 3.24611 20.2241C4.37738 21.3473 5.95183 21.3862 9.10072 21.4641C11.0393 21.512 12.9607 21.512 14.8993 21.4641C18.0482 21.3862 19.6226 21.3473 20.7539 20.2241C21.8852 19.1009 21.9181 17.5843 21.9841 14.551C22.0164 13.0649 21.9995 11.5934 21.9334 10.0921C21.8924 9.15964 21.8719 8.69341 21.6354 8.27984C21.3989 7.86628 20.9913 7.59935 20.176 7.0655L16.4152 4.60286C14.2742 3.20096 13.2038 2.5 12 2.5C10.7962 2.5 9.72577 3.20095 7.58483 4.60286L3.82397 7.0655C3.00869 7.59935 2.60106 7.86628 2.36459 8.27984C2.12812 8.69341 2.1076 9.15965 2.06656 10.0921C2.00049 11.5934 1.98361 13.0649 2.01592 14.551Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9.5L6.26537 12.5896C6.73556 12.9302 7.16587 13.2419 7.564 13.5247C8.6401 14.2891 9.41661 14.5 10.7362 14.5H13.2638C14.5834 14.5 15.3599 14.2891 16.436 13.5247C16.8341 13.2419 17.2644 12.9302 17.7346 12.5896L22 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-open-love{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00035 7L3.78154 7.81253C2.90783 8.39501 2.47097 8.68625 2.23422 9.13041C1.99747 9.57457 1.99923 10.0966 2.00273 11.1406C2.00696 12.3975 2.01864 13.6782 2.05099 14.9741C2.12773 18.0487 2.16611 19.586 3.29651 20.7164C4.42691 21.8469 5.98497 21.8858 9.10108 21.9637C11.0397 22.0121 12.9611 22.0121 14.8996 21.9637C18.0158 21.8858 19.5738 21.8469 20.7042 20.7164C21.8346 19.586 21.873 18.0487 21.9497 14.9741C21.9821 13.6782 21.9937 12.3975 21.998 11.1406C22.0015 10.0966 22.0032 9.57456 21.7665 9.13041C21.5297 8.68625 21.0929 8.39501 20.2191 7.81253L19.0003 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10L8.91302 14.1478C10.417 15.0502 11.169 15.5014 12 15.5014C12.831 15.5014 13.583 15.0502 15.087 14.1478L22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12V6C5 4.11438 5 3.17157 5.58579 2.58579C6.17157 2 7.11438 2 9 2H15C16.8856 2 17.8284 2 18.4142 2.58579C19 3.17157 19 4.11438 19 6V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.76123 6.27615C10.5657 5.81923 11.2679 6.00336 11.6897 6.29667C11.8626 6.41693 11.9491 6.47706 12 6.47706C12.0509 6.47706 12.1374 6.41693 12.3103 6.29667C12.7321 6.00336 13.4343 5.81923 14.2388 6.27615C15.2946 6.87582 15.5335 8.85412 13.0981 10.5232C12.6343 10.8411 12.4024 11 12 11C11.5976 11 11.3657 10.8411 10.9019 10.5232C8.46652 8.85412 8.70542 6.87582 9.76123 6.27615Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00035 7L3.78154 7.81253C2.90783 8.39501 2.47097 8.68625 2.23422 9.13041C1.99747 9.57457 1.99923 10.0966 2.00273 11.1406C2.00696 12.3975 2.01864 13.6782 2.05099 14.9741C2.12773 18.0487 2.16611 19.586 3.29651 20.7164C4.42691 21.8469 5.98497 21.8858 9.10108 21.9637C11.0397 22.0121 12.9611 22.0121 14.8996 21.9637C18.0158 21.8858 19.5738 21.8469 20.7042 20.7164C21.8346 19.586 21.873 18.0487 21.9497 14.9741C21.9821 13.6782 21.9937 12.3975 21.998 11.1406C22.0015 10.0966 22.0032 9.57456 21.7665 9.13041C21.5297 8.68625 21.0929 8.39501 20.2191 7.81253L19.0003 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10L8.91302 14.1478C10.417 15.0502 11.169 15.5014 12 15.5014C12.831 15.5014 13.583 15.0502 15.087 14.1478L22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12V6C5 4.11438 5 3.17157 5.58579 2.58579C6.17157 2 7.11438 2 9 2H15C16.8856 2 17.8284 2 18.4142 2.58579C19 3.17157 19 4.11438 19 6V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.76123 6.27615C10.5657 5.81923 11.2679 6.00336 11.6897 6.29667C11.8626 6.41693 11.9491 6.47706 12 6.47706C12.0509 6.47706 12.1374 6.41693 12.3103 6.29667C12.7321 6.00336 13.4343 5.81923 14.2388 6.27615C15.2946 6.87582 15.5335 8.85412 13.0981 10.5232C12.6343 10.8411 12.4024 11 12 11C11.5976 11 11.3657 10.8411 10.9019 10.5232C8.46652 8.85412 8.70542 6.87582 9.76123 6.27615Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-open{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00035 7L3.78154 7.81253C2.90783 8.39501 2.47097 8.68625 2.23422 9.13041C1.99747 9.57457 1.99923 10.0966 2.00273 11.1406C2.00696 12.3975 2.01864 13.6782 2.05099 14.9741C2.12773 18.0487 2.16611 19.586 3.29651 20.7164C4.42691 21.8469 5.98497 21.8858 9.10108 21.9637C11.0397 22.0121 12.9611 22.0121 14.8996 21.9637C18.0158 21.8858 19.5738 21.8469 20.7042 20.7164C21.8346 19.586 21.873 18.0487 21.9497 14.9741C21.9821 13.6782 21.9937 12.3975 21.998 11.1406C22.0015 10.0966 22.0032 9.57456 21.7665 9.13041C21.5297 8.68625 21.0929 8.39501 20.2191 7.81253L19.0003 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10L8.91302 14.1478C10.417 15.0502 11.169 15.5014 12 15.5014C12.831 15.5014 13.583 15.0502 15.087 14.1478L22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12V6C5 4.11438 5 3.17157 5.58579 2.58579C6.17157 2 7.11438 2 9 2H15C16.8856 2 17.8284 2 18.4142 2.58579C19 3.17157 19 4.11438 19 6V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 10H14M10 6H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00035 7L3.78154 7.81253C2.90783 8.39501 2.47097 8.68625 2.23422 9.13041C1.99747 9.57457 1.99923 10.0966 2.00273 11.1406C2.00696 12.3975 2.01864 13.6782 2.05099 14.9741C2.12773 18.0487 2.16611 19.586 3.29651 20.7164C4.42691 21.8469 5.98497 21.8858 9.10108 21.9637C11.0397 22.0121 12.9611 22.0121 14.8996 21.9637C18.0158 21.8858 19.5738 21.8469 20.7042 20.7164C21.8346 19.586 21.873 18.0487 21.9497 14.9741C21.9821 13.6782 21.9937 12.3975 21.998 11.1406C22.0015 10.0966 22.0032 9.57456 21.7665 9.13041C21.5297 8.68625 21.0929 8.39501 20.2191 7.81253L19.0003 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10L8.91302 14.1478C10.417 15.0502 11.169 15.5014 12 15.5014C12.831 15.5014 13.583 15.0502 15.087 14.1478L22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12V6C5 4.11438 5 3.17157 5.58579 2.58579C6.17157 2 7.11438 2 9 2H15C16.8856 2 17.8284 2 18.4142 2.58579C19 3.17157 19 4.11438 19 6V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 10H14M10 6H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-receive-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12.5001C22 12.0087 21.9947 11.0172 21.9842 10.5244C21.9189 7.45886 21.8862 5.92609 20.7551 4.79066C19.6239 3.65523 18.0497 3.61568 14.9012 3.53657C12.9607 3.48781 11.0393 3.48781 9.09882 3.53656C5.95033 3.61566 4.37608 3.65521 3.24495 4.79065C2.11382 5.92608 2.08114 7.45885 2.01576 10.5244C1.99474 11.5101 1.99475 12.4899 2.01577 13.4756C2.08114 16.5412 2.11383 18.0739 3.24496 19.2094C4.37608 20.3448 5.95033 20.3843 9.09883 20.4634C9.90159 20.4836 10.7011 20.4954 11.5 20.4989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6L8.91302 9.92462C11.4387 11.3585 12.5613 11.3585 15.087 9.92462L22 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17.5L22 17.5M14 17.5C14 16.7998 15.9943 15.4915 16.5 15M14 17.5C14 18.2002 15.9943 19.5085 16.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12.5001C22 12.0087 21.9947 11.0172 21.9842 10.5244C21.9189 7.45886 21.8862 5.92609 20.7551 4.79066C19.6239 3.65523 18.0497 3.61568 14.9012 3.53657C12.9607 3.48781 11.0393 3.48781 9.09882 3.53656C5.95033 3.61566 4.37608 3.65521 3.24495 4.79065C2.11382 5.92608 2.08114 7.45885 2.01576 10.5244C1.99474 11.5101 1.99475 12.4899 2.01577 13.4756C2.08114 16.5412 2.11383 18.0739 3.24496 19.2094C4.37608 20.3448 5.95033 20.3843 9.09883 20.4634C9.90159 20.4836 10.7011 20.4954 11.5 20.4989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6L8.91302 9.92462C11.4387 11.3585 12.5613 11.3585 15.087 9.92462L22 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17.5L22 17.5M14 17.5C14 16.7998 15.9943 15.4915 16.5 15M14 17.5C14 18.2002 15.9943 19.5085 16.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-receive-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12.5001C22 12.0087 21.9947 11.0172 21.9842 10.5244C21.9189 7.45886 21.8862 5.92609 20.7551 4.79066C19.6239 3.65523 18.0497 3.61568 14.9012 3.53657C12.9607 3.48781 11.0393 3.48781 9.09882 3.53656C5.95033 3.61566 4.37608 3.65521 3.24495 4.79065C2.11382 5.92608 2.08114 7.45885 2.01576 10.5244C1.99474 11.5101 1.99475 12.4899 2.01577 13.4756C2.08114 16.5412 2.11383 18.0739 3.24496 19.2094C4.37608 20.3448 5.95033 20.3843 9.09883 20.4634C9.90159 20.4836 10.7011 20.4954 11.5 20.4989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8.5L9.94202 10.2394C11.6572 11.2535 12.3428 11.2535 14.058 10.2394L17 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17.5L22 17.5M14 17.5C14 16.7998 15.9943 15.4915 16.5 15M14 17.5C14 18.2002 15.9943 19.5085 16.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12.5001C22 12.0087 21.9947 11.0172 21.9842 10.5244C21.9189 7.45886 21.8862 5.92609 20.7551 4.79066C19.6239 3.65523 18.0497 3.61568 14.9012 3.53657C12.9607 3.48781 11.0393 3.48781 9.09882 3.53656C5.95033 3.61566 4.37608 3.65521 3.24495 4.79065C2.11382 5.92608 2.08114 7.45885 2.01576 10.5244C1.99474 11.5101 1.99475 12.4899 2.01577 13.4756C2.08114 16.5412 2.11383 18.0739 3.24496 19.2094C4.37608 20.3448 5.95033 20.3843 9.09883 20.4634C9.90159 20.4836 10.7011 20.4954 11.5 20.4989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8.5L9.94202 10.2394C11.6572 11.2535 12.3428 11.2535 14.058 10.2394L17 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17.5L22 17.5M14 17.5C14 16.7998 15.9943 15.4915 16.5 15M14 17.5C14 18.2002 15.9943 19.5085 16.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5L8.91302 8.92462C11.4387 10.3585 12.5613 10.3585 15.087 8.92462L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9928 11C22.0047 10.1743 22.0019 10.3514 21.9842 9.52439C21.9189 6.45886 21.8862 4.92609 20.7551 3.79066C19.6239 2.65523 18.0497 2.61568 14.9012 2.53657C12.9607 2.48781 11.0393 2.48781 9.09882 2.53656C5.95033 2.61566 4.37608 2.65521 3.24495 3.79065C2.11382 4.92608 2.08114 6.45885 2.01576 9.52438C1.99474 10.5101 1.99475 11.4899 2.01577 12.4756C2.08114 15.5412 2.11383 17.0739 3.24496 18.2094C4.37608 19.3448 5.95033 19.3843 9.09883 19.4634C10.0691 19.4878 10.0345 19.5 11 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 14.5L17.5 18M17.5 18L21 21.5M17.5 18L14 21.5M17.5 18L21 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5L8.91302 8.92462C11.4387 10.3585 12.5613 10.3585 15.087 8.92462L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9928 11C22.0047 10.1743 22.0019 10.3514 21.9842 9.52439C21.9189 6.45886 21.8862 4.92609 20.7551 3.79066C19.6239 2.65523 18.0497 2.61568 14.9012 2.53657C12.9607 2.48781 11.0393 2.48781 9.09882 2.53656C5.95033 2.61566 4.37608 2.65521 3.24495 3.79065C2.11382 4.92608 2.08114 6.45885 2.01576 9.52438C1.99474 10.5101 1.99475 11.4899 2.01577 12.4756C2.08114 15.5412 2.11383 17.0739 3.24496 18.2094C4.37608 19.3448 5.95033 19.3843 9.09883 19.4634C10.0691 19.4878 10.0345 19.5 11 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 14.5L17.5 18M17.5 18L21 21.5M17.5 18L14 21.5M17.5 18L21 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9928 11C22.0047 10.1743 22.0019 10.3514 21.9842 9.52439C21.9189 6.45886 21.8862 4.92609 20.7551 3.79066C19.6239 2.65523 18.0497 2.61568 14.9012 2.53657C12.9607 2.48781 11.0393 2.48781 9.09882 2.53656C5.95033 2.61566 4.37608 2.65521 3.24495 3.79065C2.11382 4.92608 2.08114 6.45885 2.01576 9.52438C1.99474 10.5101 1.99475 11.4899 2.01577 12.4756C2.08114 15.5412 2.11383 17.0739 3.24496 18.2094C4.37608 19.3448 5.95033 19.3843 9.09883 19.4634C10.0691 19.4878 11.0345 19.5 12 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14.5L18.5 18M18.5 18L22 21.5M18.5 18L15 21.5M18.5 18L22 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9928 11C22.0047 10.1743 22.0019 10.3514 21.9842 9.52439C21.9189 6.45886 21.8862 4.92609 20.7551 3.79066C19.6239 2.65523 18.0497 2.61568 14.9012 2.53657C12.9607 2.48781 11.0393 2.48781 9.09882 2.53656C5.95033 2.61566 4.37608 2.65521 3.24495 3.79065C2.11382 4.92608 2.08114 6.45885 2.01576 9.52438C1.99474 10.5101 1.99475 11.4899 2.01577 12.4756C2.08114 15.5412 2.11383 17.0739 3.24496 18.2094C4.37608 19.3448 5.95033 19.3843 9.09883 19.4634C10.0691 19.4878 11.0345 19.5 12 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14.5L18.5 18M18.5 18L22 21.5M18.5 18L15 21.5M18.5 18L22 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-search-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 19.4634C10.2011 19.46 9.90159 19.4836 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9983 10.1829 22 10.8414 22 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 5L8.91302 8.92462C11.4387 10.3585 12.5613 10.3585 15.087 8.92462L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.017 19.5233L22 21.5M21.0531 17.0265C21.0531 15.0789 19.4742 13.5 17.5265 13.5C15.5789 13.5 14 15.0789 14 17.0265C14 18.9742 15.5789 20.5531 17.5265 20.5531C19.4742 20.5531 21.0531 18.9742 21.0531 17.0265Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 19.4634C10.2011 19.46 9.90159 19.4836 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9983 10.1829 22 10.8414 22 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 5L8.91302 8.92462C11.4387 10.3585 12.5613 10.3585 15.087 8.92462L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.017 19.5233L22 21.5M21.0531 17.0265C21.0531 15.0789 19.4742 13.5 17.5265 13.5C15.5789 13.5 14 15.0789 14 17.0265C14 18.9742 15.5789 20.5531 17.5265 20.5531C19.4742 20.5531 21.0531 18.9742 21.0531 17.0265Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-search-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 19.4989C10.2011 19.4954 9.90159 19.4836 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9983 10.1829 22 10.8414 22 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.017 19.5233L22 21.5M21.0531 17.0265C21.0531 15.0789 19.4742 13.5 17.5265 13.5C15.5789 13.5 14 15.0789 14 17.0265C14 18.9742 15.5789 20.5531 17.5265 20.5531C19.4742 20.5531 21.0531 18.9742 21.0531 17.0265Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 19.4989C10.2011 19.4954 9.90159 19.4836 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9983 10.1829 22 10.8414 22 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.017 19.5233L22 21.5M21.0531 17.0265C21.0531 15.0789 19.4742 13.5 17.5265 13.5C15.5789 13.5 14 15.0789 14 17.0265C14 18.9742 15.5789 20.5531 17.5265 20.5531C19.4742 20.5531 21.0531 18.9742 21.0531 17.0265Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-secure-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5L8.91302 8.92462C11.4387 10.3585 12.5613 10.3585 15.087 8.92462L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19.5C11 19.5 10.0691 19.4878 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9947 10.0172 22 10.5086 22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9992 13.5C16.7328 13.5 15.9117 14.3076 14.9405 14.602C14.5456 14.7217 14.3482 14.7815 14.2683 14.8659C14.1884 14.9502 14.165 15.0735 14.1182 15.3201C13.6174 17.9584 14.712 20.3976 17.3222 21.347C17.6027 21.449 17.7429 21.5 18.0006 21.5C18.2583 21.5 18.3986 21.449 18.679 21.347C21.2891 20.3976 22.3826 17.9584 21.8817 15.3201C21.8349 15.0735 21.8114 14.9502 21.7315 14.8658C21.6516 14.7814 21.4542 14.7216 21.0593 14.602C20.0878 14.3077 19.2657 13.5 17.9992 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5L8.91302 8.92462C11.4387 10.3585 12.5613 10.3585 15.087 8.92462L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19.5C11 19.5 10.0691 19.4878 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9947 10.0172 22 10.5086 22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9992 13.5C16.7328 13.5 15.9117 14.3076 14.9405 14.602C14.5456 14.7217 14.3482 14.7815 14.2683 14.8659C14.1884 14.9502 14.165 15.0735 14.1182 15.3201C13.6174 17.9584 14.712 20.3976 17.3222 21.347C17.6027 21.449 17.7429 21.5 18.0006 21.5C18.2583 21.5 18.3986 21.449 18.679 21.347C21.2891 20.3976 22.3826 17.9584 21.8817 15.3201C21.8349 15.0735 21.8114 14.9502 21.7315 14.8658C21.6516 14.7814 21.4542 14.7216 21.0593 14.602C20.0878 14.3077 19.2657 13.5 17.9992 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-secure-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 19.5C11.5 19.5 10.0691 19.4878 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9947 10.0172 22 11.0086 22 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9992 13.5C16.7328 13.5 15.9117 14.3076 14.9405 14.602C14.5456 14.7217 14.3482 14.7815 14.2683 14.8659C14.1884 14.9502 14.165 15.0735 14.1182 15.3201C13.6174 17.9584 14.712 20.3976 17.3222 21.347C17.6027 21.449 17.7429 21.5 18.0006 21.5C18.2583 21.5 18.3986 21.449 18.679 21.347C21.2891 20.3976 22.3826 17.9584 21.8817 15.3201C21.8349 15.0735 21.8114 14.9502 21.7315 14.8658C21.6516 14.7814 21.4542 14.7216 21.0593 14.602C20.0878 14.3077 19.2657 13.5 17.9992 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 19.5C11.5 19.5 10.0691 19.4878 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9947 10.0172 22 11.0086 22 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9992 13.5C16.7328 13.5 15.9117 14.3076 14.9405 14.602C14.5456 14.7217 14.3482 14.7815 14.2683 14.8659C14.1884 14.9502 14.165 15.0735 14.1182 15.3201C13.6174 17.9584 14.712 20.3976 17.3222 21.347C17.6027 21.449 17.7429 21.5 18.0006 21.5C18.2583 21.5 18.3986 21.449 18.679 21.347C21.2891 20.3976 22.3826 17.9584 21.8817 15.3201C21.8349 15.0735 21.8114 14.9502 21.7315 14.8658C21.6516 14.7814 21.4542 14.7216 21.0593 14.602C20.0878 14.3077 19.2657 13.5 17.9992 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-send-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12.5001C22 12.0087 21.9947 11.0172 21.9842 10.5244C21.9189 7.45886 21.8862 5.92609 20.7551 4.79066C19.6239 3.65523 18.0497 3.61568 14.9012 3.53657C12.9607 3.48781 11.0393 3.48781 9.09882 3.53656C5.95033 3.61566 4.37608 3.65521 3.24495 4.79065C2.11382 5.92608 2.08114 7.45885 2.01576 10.5244C1.99474 11.5101 1.99475 12.4899 2.01577 13.4756C2.08114 16.5412 2.11383 18.0739 3.24496 19.2094C4.37608 20.3448 5.95033 20.3843 9.09883 20.4634C9.90159 20.4836 10.7011 20.4954 11.5 20.4989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6L8.91302 9.92462C11.4387 11.3585 12.5613 11.3585 15.087 9.92462L22 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17.5L14 17.5M22 17.5C22 16.7998 20.0057 15.4915 19.5 15M22 17.5C22 18.2002 20.0057 19.5085 19.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12.5001C22 12.0087 21.9947 11.0172 21.9842 10.5244C21.9189 7.45886 21.8862 5.92609 20.7551 4.79066C19.6239 3.65523 18.0497 3.61568 14.9012 3.53657C12.9607 3.48781 11.0393 3.48781 9.09882 3.53656C5.95033 3.61566 4.37608 3.65521 3.24495 4.79065C2.11382 5.92608 2.08114 7.45885 2.01576 10.5244C1.99474 11.5101 1.99475 12.4899 2.01577 13.4756C2.08114 16.5412 2.11383 18.0739 3.24496 19.2094C4.37608 20.3448 5.95033 20.3843 9.09883 20.4634C9.90159 20.4836 10.7011 20.4954 11.5 20.4989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6L8.91302 9.92462C11.4387 11.3585 12.5613 11.3585 15.087 9.92462L22 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17.5L14 17.5M22 17.5C22 16.7998 20.0057 15.4915 19.5 15M22 17.5C22 18.2002 20.0057 19.5085 19.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-send-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12.5001C22 12.0087 21.9947 11.0172 21.9842 10.5244C21.9189 7.45886 21.8862 5.92609 20.7551 4.79066C19.6239 3.65523 18.0497 3.61568 14.9012 3.53657C12.9607 3.48781 11.0393 3.48781 9.09882 3.53656C5.95033 3.61566 4.37608 3.65521 3.24495 4.79065C2.11382 5.92608 2.08114 7.45885 2.01576 10.5244C1.99474 11.5101 1.99475 12.4899 2.01577 13.4756C2.08114 16.5412 2.11383 18.0739 3.24496 19.2094C4.37608 20.3448 5.95033 20.3843 9.09883 20.4634C9.90159 20.4836 10.7011 20.4954 11.5 20.4989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8.5L9.94202 10.2394C11.6572 11.2535 12.3428 11.2535 14.058 10.2394L17 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17.5L14 17.5M22 17.5C22 16.7998 20.0057 15.4915 19.5 15M22 17.5C22 18.2002 20.0057 19.5085 19.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12.5001C22 12.0087 21.9947 11.0172 21.9842 10.5244C21.9189 7.45886 21.8862 5.92609 20.7551 4.79066C19.6239 3.65523 18.0497 3.61568 14.9012 3.53657C12.9607 3.48781 11.0393 3.48781 9.09882 3.53656C5.95033 3.61566 4.37608 3.65521 3.24495 4.79065C2.11382 5.92608 2.08114 7.45885 2.01576 10.5244C1.99474 11.5101 1.99475 12.4899 2.01577 13.4756C2.08114 16.5412 2.11383 18.0739 3.24496 19.2094C4.37608 20.3448 5.95033 20.3843 9.09883 20.4634C9.90159 20.4836 10.7011 20.4954 11.5 20.4989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8.5L9.94202 10.2394C11.6572 11.2535 12.3428 11.2535 14.058 10.2394L17 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17.5L14 17.5M22 17.5C22 16.7998 20.0057 15.4915 19.5 15M22 17.5C22 18.2002 20.0057 19.5085 19.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-setting-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5L8.91302 8.92462C11.4387 10.3585 12.5613 10.3585 15.087 8.92462L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0005 19.4892C11.0005 19.4892 10.0696 19.5136 9.09925 19.4892C5.95057 19.4099 4.37623 19.3703 3.24503 18.2332C2.11384 17.096 2.08115 15.5609 2.01577 12.4907C1.99474 11.5036 1.99474 10.5222 2.01577 9.53502C2.08114 6.46485 2.11383 4.92976 3.24503 3.7926C4.37623 2.65545 5.95057 2.61584 9.09925 2.53662C11.0399 2.48779 12.9614 2.48779 14.902 2.53662C18.0506 2.61585 19.625 2.65547 20.7562 3.79262C21.8874 4.92977 21.9201 6.46486 21.9854 9.53504C21.993 9.89243 21.9979 10.5116 22 11.0129%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 20.2143V21.5M18 20.2143C16.8432 20.2143 15.8241 19.6461 15.2263 18.7833M18 20.2143C19.1568 20.2143 20.1759 19.6461 20.7737 18.7833M18 13.7857C19.1569 13.7857 20.1761 14.354 20.7738 15.2169M18 13.7857C16.8431 13.7857 15.8239 14.354 15.2262 15.2169M18 13.7857V12.5M22 14.4286L20.7738 15.2169M14.0004 19.5714L15.2263 18.7833M14 14.4286L15.2262 15.2169M21.9996 19.5714L20.7737 18.7833M20.7738 15.2169C21.1273 15.7271 21.3333 16.3403 21.3333 17C21.3333 17.6597 21.1272 18.273 20.7737 18.7833M15.2262 15.2169C14.8727 15.7271 14.6667 16.3403 14.6667 17C14.6667 17.6597 14.8728 18.273 15.2263 18.7833%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5L8.91302 8.92462C11.4387 10.3585 12.5613 10.3585 15.087 8.92462L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0005 19.4892C11.0005 19.4892 10.0696 19.5136 9.09925 19.4892C5.95057 19.4099 4.37623 19.3703 3.24503 18.2332C2.11384 17.096 2.08115 15.5609 2.01577 12.4907C1.99474 11.5036 1.99474 10.5222 2.01577 9.53502C2.08114 6.46485 2.11383 4.92976 3.24503 3.7926C4.37623 2.65545 5.95057 2.61584 9.09925 2.53662C11.0399 2.48779 12.9614 2.48779 14.902 2.53662C18.0506 2.61585 19.625 2.65547 20.7562 3.79262C21.8874 4.92977 21.9201 6.46486 21.9854 9.53504C21.993 9.89243 21.9979 10.5116 22 11.0129%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 20.2143V21.5M18 20.2143C16.8432 20.2143 15.8241 19.6461 15.2263 18.7833M18 20.2143C19.1568 20.2143 20.1759 19.6461 20.7737 18.7833M18 13.7857C19.1569 13.7857 20.1761 14.354 20.7738 15.2169M18 13.7857C16.8431 13.7857 15.8239 14.354 15.2262 15.2169M18 13.7857V12.5M22 14.4286L20.7738 15.2169M14.0004 19.5714L15.2263 18.7833M14 14.4286L15.2262 15.2169M21.9996 19.5714L20.7737 18.7833M20.7738 15.2169C21.1273 15.7271 21.3333 16.3403 21.3333 17C21.3333 17.6597 21.1272 18.273 20.7737 18.7833M15.2262 15.2169C14.8727 15.7271 14.6667 16.3403 14.6667 17C14.6667 17.6597 14.8728 18.273 15.2263 18.7833%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-setting-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19.5C11 19.5 10.0691 19.4878 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9918 9.88124 21.9967 10.4995 21.9988 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 20.2143V21.5M18 20.2143C16.8432 20.2143 15.8241 19.6461 15.2263 18.7833M18 20.2143C19.1568 20.2143 20.1759 19.6461 20.7737 18.7833M18 13.7857C19.1569 13.7857 20.1761 14.354 20.7738 15.2169M18 13.7857C16.8431 13.7857 15.8239 14.354 15.2262 15.2169M18 13.7857V12.5M22 14.4286L20.7738 15.2169M14.0004 19.5714L15.2263 18.7833M14 14.4286L15.2262 15.2169M21.9996 19.5714L20.7737 18.7833M20.7738 15.2169C21.1273 15.7271 21.3333 16.3403 21.3333 17C21.3333 17.6597 21.1272 18.273 20.7737 18.7833M15.2262 15.2169C14.8727 15.7271 14.6667 16.3403 14.6667 17C14.6667 17.6597 14.8728 18.273 15.2263 18.7833%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19.5C11 19.5 10.0691 19.4878 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9918 9.88124 21.9967 10.4995 21.9988 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 20.2143V21.5M18 20.2143C16.8432 20.2143 15.8241 19.6461 15.2263 18.7833M18 20.2143C19.1568 20.2143 20.1759 19.6461 20.7737 18.7833M18 13.7857C19.1569 13.7857 20.1761 14.354 20.7738 15.2169M18 13.7857C16.8431 13.7857 15.8239 14.354 15.2262 15.2169M18 13.7857V12.5M22 14.4286L20.7738 15.2169M14.0004 19.5714L15.2263 18.7833M14 14.4286L15.2262 15.2169M21.9996 19.5714L20.7737 18.7833M20.7738 15.2169C21.1273 15.7271 21.3333 16.3403 21.3333 17C21.3333 17.6597 21.1272 18.273 20.7737 18.7833M15.2262 15.2169C14.8727 15.7271 14.6667 16.3403 14.6667 17C14.6667 17.6597 14.8728 18.273 15.2263 18.7833%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-unlock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5L8.91302 8.91697C11.4616 10.361 12.5384 10.361 15.087 8.91697L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19.5C11.0345 19.5 10.0691 19.4878 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9947 10.0172 22 10.0086 22 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5312 15.86V14.4523C16.5312 13.3741 17.4127 12.5 18.5 12.5C18.9887 12.5 19.4359 12.6766 19.7801 12.969M17.8438 21.5H19.1562C20.1777 21.5 20.6884 21.5 21.0749 21.2951C21.3802 21.1333 21.6302 20.8854 21.7934 20.5827C22 20.1993 22 19.6929 22 18.68C22 17.6671 22 17.1607 21.7934 16.7773C21.6302 16.4746 21.3802 16.2267 21.0749 16.0649C20.6884 15.86 20.1777 15.86 19.1562 15.86H17.8438C16.8223 15.86 16.3116 15.86 15.9251 16.0649C15.6198 16.2267 15.3698 16.4746 15.2066 16.7773C15 17.1607 15 17.6671 15 18.68C15 19.6929 15 20.1993 15.2066 20.5827C15.3698 20.8854 15.6198 21.1333 15.9251 21.2951C16.3116 21.5 16.8223 21.5 17.8438 21.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5L8.91302 8.91697C11.4616 10.361 12.5384 10.361 15.087 8.91697L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19.5C11.0345 19.5 10.0691 19.4878 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9947 10.0172 22 10.0086 22 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5312 15.86V14.4523C16.5312 13.3741 17.4127 12.5 18.5 12.5C18.9887 12.5 19.4359 12.6766 19.7801 12.969M17.8438 21.5H19.1562C20.1777 21.5 20.6884 21.5 21.0749 21.2951C21.3802 21.1333 21.6302 20.8854 21.7934 20.5827C22 20.1993 22 19.6929 22 18.68C22 17.6671 22 17.1607 21.7934 16.7773C21.6302 16.4746 21.3802 16.2267 21.0749 16.0649C20.6884 15.86 20.1777 15.86 19.1562 15.86H17.8438C16.8223 15.86 16.3116 15.86 15.9251 16.0649C15.6198 16.2267 15.3698 16.4746 15.2066 16.7773C15 17.1607 15 17.6671 15 18.68C15 19.6929 15 20.1993 15.2066 20.5827C15.3698 20.8854 15.6198 21.1333 15.9251 21.2951C16.3116 21.5 16.8223 21.5 17.8438 21.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-unlock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19.5C11.0345 19.5 10.0691 19.4878 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9947 10.0172 22 10.0086 22 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5312 15.86V14.4523C16.5312 13.3741 17.4127 12.5 18.5 12.5C18.9887 12.5 19.4359 12.6766 19.7801 12.969M17.8438 21.5H19.1562C20.1777 21.5 20.6884 21.5 21.0749 21.2951C21.3802 21.1333 21.6302 20.8854 21.7934 20.5827C22 20.1993 22 19.6929 22 18.68C22 17.6671 22 17.1607 21.7934 16.7773C21.6302 16.4746 21.3802 16.2267 21.0749 16.0649C20.6884 15.86 20.1777 15.86 19.1562 15.86H17.8438C16.8223 15.86 16.3116 15.86 15.9251 16.0649C15.6198 16.2267 15.3698 16.4746 15.2066 16.7773C15 17.1607 15 17.6671 15 18.68C15 19.6929 15 20.1993 15.2066 20.5827C15.3698 20.8854 15.6198 21.1333 15.9251 21.2951C16.3116 21.5 16.8223 21.5 17.8438 21.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19.5C11.0345 19.5 10.0691 19.4878 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9947 10.0172 22 10.0086 22 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5312 15.86V14.4523C16.5312 13.3741 17.4127 12.5 18.5 12.5C18.9887 12.5 19.4359 12.6766 19.7801 12.969M17.8438 21.5H19.1562C20.1777 21.5 20.6884 21.5 21.0749 21.2951C21.3802 21.1333 21.6302 20.8854 21.7934 20.5827C22 20.1993 22 19.6929 22 18.68C22 17.6671 22 17.1607 21.7934 16.7773C21.6302 16.4746 21.3802 16.2267 21.0749 16.0649C20.6884 15.86 20.1777 15.86 19.1562 15.86H17.8438C16.8223 15.86 16.3116 15.86 15.9251 16.0649C15.6198 16.2267 15.3698 16.4746 15.2066 16.7773C15 17.1607 15 17.6671 15 18.68C15 19.6929 15 20.1993 15.2066 20.5827C15.3698 20.8854 15.6198 21.1333 15.9251 21.2951C16.3116 21.5 16.8223 21.5 17.8438 21.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-upload-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 19.4902C12.0328 19.5094 10.5713 19.5004 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9947 10.0172 22 10.5086 22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 5L8.91302 8.92462C11.4387 10.3585 12.5613 10.3585 15.087 8.92462L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16C16.4915 15.4943 17.7998 13.5 18.5 13.5M21 16C20.5085 15.4943 19.2002 13.5 18.5 13.5M18.5 13.5V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 19.4902C12.0328 19.5094 10.5713 19.5004 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9947 10.0172 22 10.5086 22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 5L8.91302 8.92462C11.4387 10.3585 12.5613 10.3585 15.087 8.92462L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16C16.4915 15.4943 17.7998 13.5 18.5 13.5M21 16C20.5085 15.4943 19.2002 13.5 18.5 13.5M18.5 13.5V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mail-upload-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 19.4902C12.0328 19.5094 10.5713 19.5004 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9947 10.0172 22 10.5086 22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16C16.4915 15.4943 17.7998 13.5 18.5 13.5M21 16C20.5085 15.4943 19.2002 13.5 18.5 13.5M18.5 13.5V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 19.4902C12.0328 19.5094 10.5713 19.5004 9.09883 19.4634C5.95033 19.3843 4.37608 19.3448 3.24496 18.2094C2.11383 17.0739 2.08114 15.5412 2.01577 12.4756C1.99475 11.4899 1.99474 10.5101 2.01576 9.52438C2.08114 6.45885 2.11382 4.92608 3.24495 3.79065C4.37608 2.65521 5.95033 2.61566 9.09882 2.53656C11.0393 2.48781 12.9607 2.48781 14.9012 2.53657C18.0497 2.61568 19.6239 2.65523 20.7551 3.79066C21.8862 4.92609 21.9189 6.45886 21.9842 9.52439C21.9947 10.0172 22 10.5086 22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5L9.94202 9.23943C11.6572 10.2535 12.3428 10.2535 14.058 9.23943L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16C16.4915 15.4943 17.7998 13.5 18.5 13.5M21 16C20.5085 15.4943 19.2002 13.5 18.5 13.5M18.5 13.5V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mailbox-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 19V8.5C5.5 4.91015 8.41015 2 12 2C15.5899 2 18.5 4.91015 18.5 8.5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.8688 22H5.13104C4.51972 22 4.21406 22 4.06951 21.7924C3.92497 21.5848 4.02157 21.2845 4.21477 20.684C4.561 19.6077 4.9089 19 6.14897 19H17.8508C19.0907 19 19.4386 19.6077 19.785 20.6838C19.9784 21.2844 20.0751 21.5847 19.9305 21.7924C19.786 22 19.4803 22 18.8688 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 8H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 19V8.5C5.5 4.91015 8.41015 2 12 2C15.5899 2 18.5 4.91015 18.5 8.5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.8688 22H5.13104C4.51972 22 4.21406 22 4.06951 21.7924C3.92497 21.5848 4.02157 21.2845 4.21477 20.684C4.561 19.6077 4.9089 19 6.14897 19H17.8508C19.0907 19 19.4386 19.6077 19.785 20.6838C19.9784 21.2844 20.0751 21.5847 19.9305 21.7924C19.786 22 19.4803 22 18.8688 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 8H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-mailbox-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 9H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 8V4C17.5 2.89543 18.3954 2 19.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 18L12.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 5.15889C16.5351 5 15.2591 5 13.375 5H10.625C7.70671 5 6.24757 5 5.14302 5.59039C4.27088 6.05656 3.55656 6.77088 3.09039 7.64302C2.5 8.74757 2.5 10.2067 2.5 13.125C2.5 14.876 2.5 15.7515 2.85424 16.4142C3.13394 16.9375 3.56253 17.3661 4.08581 17.6458C4.74854 18 5.62403 18 7.375 18H16.625C18.376 18 19.2515 18 19.9142 17.6458C20.4375 17.3661 20.8661 16.9375 21.1458 16.4142C21.5 15.7515 21.5 14.876 21.5 13.125C21.5 10.2067 21.5 8.74757 20.9096 7.64302C20.7356 7.31755 20.5271 7.01406 20.2887 6.73725%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5006 18V11C12.5006 10.071 12.5006 9.60649 12.439 9.21782C12.1002 7.07836 10.4222 5.40041 8.28276 5.06155C8.2009 5.04859 8.11566 5.03835 8.02344 5.03027%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 9H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 8V4C17.5 2.89543 18.3954 2 19.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 18L12.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 5.15889C16.5351 5 15.2591 5 13.375 5H10.625C7.70671 5 6.24757 5 5.14302 5.59039C4.27088 6.05656 3.55656 6.77088 3.09039 7.64302C2.5 8.74757 2.5 10.2067 2.5 13.125C2.5 14.876 2.5 15.7515 2.85424 16.4142C3.13394 16.9375 3.56253 17.3661 4.08581 17.6458C4.74854 18 5.62403 18 7.375 18H16.625C18.376 18 19.2515 18 19.9142 17.6458C20.4375 17.3661 20.8661 16.9375 21.1458 16.4142C21.5 15.7515 21.5 14.876 21.5 13.125C21.5 10.2067 21.5 8.74757 20.9096 7.64302C20.7356 7.31755 20.5271 7.01406 20.2887 6.73725%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5006 18V11C12.5006 10.071 12.5006 9.60649 12.439 9.21782C12.1002 7.07836 10.4222 5.40041 8.28276 5.06155C8.2009 5.04859 8.11566 5.03835 8.02344 5.03027%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 14.5H15.5M8.5 9.5H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.1706 20.8905C18.3536 20.6125 21.6856 17.2332 21.9598 12.9909C22.0134 12.1607 22.0134 11.3009 21.9598 10.4707C21.6856 6.22838 18.3536 2.84913 14.1706 2.57107C12.7435 2.47621 11.2536 2.47641 9.8294 2.57107C5.64639 2.84913 2.31441 6.22838 2.04024 10.4707C1.98659 11.3009 1.98659 12.1607 2.04024 12.9909C2.1401 14.536 2.82343 15.9666 3.62791 17.1746C4.09501 18.0203 3.78674 19.0758 3.30021 19.9978C2.94941 20.6626 2.77401 20.995 2.91484 21.2351C3.05568 21.4752 3.37026 21.4829 3.99943 21.4982C5.24367 21.5285 6.08268 21.1757 6.74868 20.6846C7.1264 20.4061 7.31527 20.2668 7.44544 20.2508C7.5756 20.2348 7.83177 20.3403 8.34401 20.5513C8.8044 20.7409 9.33896 20.8579 9.8294 20.8905C11.2536 20.9852 12.7435 20.9854 14.1706 20.8905Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 14.5H15.5M8.5 9.5H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.1706 20.8905C18.3536 20.6125 21.6856 17.2332 21.9598 12.9909C22.0134 12.1607 22.0134 11.3009 21.9598 10.4707C21.6856 6.22838 18.3536 2.84913 14.1706 2.57107C12.7435 2.47621 11.2536 2.47641 9.8294 2.57107C5.64639 2.84913 2.31441 6.22838 2.04024 10.4707C1.98659 11.3009 1.98659 12.1607 2.04024 12.9909C2.1401 14.536 2.82343 15.9666 3.62791 17.1746C4.09501 18.0203 3.78674 19.0758 3.30021 19.9978C2.94941 20.6626 2.77401 20.995 2.91484 21.2351C3.05568 21.4752 3.37026 21.4829 3.99943 21.4982C5.24367 21.5285 6.08268 21.1757 6.74868 20.6846C7.1264 20.4061 7.31527 20.2668 7.44544 20.2508C7.5756 20.2348 7.83177 20.3403 8.34401 20.5513C8.8044 20.7409 9.33896 20.8579 9.8294 20.8905C11.2536 20.9852 12.7435 20.9854 14.1706 20.8905Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1706 20.8905C18.3536 20.6125 21.6856 17.2332 21.9598 12.9909C22.0134 12.1607 22.0134 11.3009 21.9598 10.4707C21.6856 6.22838 18.3536 2.84913 14.1706 2.57107C12.7435 2.47621 11.2536 2.47641 9.8294 2.57107C5.64639 2.84913 2.31441 6.22838 2.04024 10.4707C1.98659 11.3009 1.98659 12.1607 2.04024 12.9909C2.1401 14.536 2.82343 15.9666 3.62791 17.1746C4.09501 18.0203 3.78674 19.0758 3.30021 19.9978C2.94941 20.6626 2.77401 20.995 2.91484 21.2351C3.05568 21.4752 3.37026 21.4829 3.99943 21.4982C5.24367 21.5285 6.08268 21.1757 6.74868 20.6846C7.1264 20.4061 7.31527 20.2668 7.44544 20.2508C7.5756 20.2348 7.83177 20.3403 8.34401 20.5513C8.8044 20.7409 9.33896 20.8579 9.8294 20.8905C11.2536 20.9852 12.7435 20.9854 14.1706 20.8905Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12H12.0042M15.9908 12H15.9998M7.99976 12H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1706 20.8905C18.3536 20.6125 21.6856 17.2332 21.9598 12.9909C22.0134 12.1607 22.0134 11.3009 21.9598 10.4707C21.6856 6.22838 18.3536 2.84913 14.1706 2.57107C12.7435 2.47621 11.2536 2.47641 9.8294 2.57107C5.64639 2.84913 2.31441 6.22838 2.04024 10.4707C1.98659 11.3009 1.98659 12.1607 2.04024 12.9909C2.1401 14.536 2.82343 15.9666 3.62791 17.1746C4.09501 18.0203 3.78674 19.0758 3.30021 19.9978C2.94941 20.6626 2.77401 20.995 2.91484 21.2351C3.05568 21.4752 3.37026 21.4829 3.99943 21.4982C5.24367 21.5285 6.08268 21.1757 6.74868 20.6846C7.1264 20.4061 7.31527 20.2668 7.44544 20.2508C7.5756 20.2348 7.83177 20.3403 8.34401 20.5513C8.8044 20.7409 9.33896 20.8579 9.8294 20.8905C11.2536 20.9852 12.7435 20.9854 14.1706 20.8905Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12H12.0042M15.9908 12H15.9998M7.99976 12H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 3.00372C11.6049 2.99039 10.7047 3.01289 9.8294 3.07107C5.64639 3.34913 2.31441 6.72838 2.04024 10.9707C1.98659 11.8009 1.98659 12.6607 2.04024 13.4909C2.1401 15.036 2.82343 16.4666 3.62791 17.6746C4.09501 18.5203 3.78674 19.5758 3.30021 20.4978C2.94941 21.1626 2.77401 21.495 2.91484 21.7351C3.05568 21.9752 3.37026 21.9829 3.99943 21.9982C5.24367 22.0285 6.08268 21.6757 6.74868 21.1846C7.1264 20.9061 7.31527 20.7668 7.44544 20.7508C7.5756 20.7348 7.83177 20.8403 8.34401 21.0513C8.8044 21.2409 9.33896 21.3579 9.8294 21.3905C11.2536 21.4852 12.7435 21.4854 14.1706 21.3905C18.3536 21.1125 21.6856 17.7332 21.9598 13.4909C22.0021 12.836 22.011 12.1627 21.9866 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5.5H22M18.5 2L18.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 3.00372C11.6049 2.99039 10.7047 3.01289 9.8294 3.07107C5.64639 3.34913 2.31441 6.72838 2.04024 10.9707C1.98659 11.8009 1.98659 12.6607 2.04024 13.4909C2.1401 15.036 2.82343 16.4666 3.62791 17.6746C4.09501 18.5203 3.78674 19.5758 3.30021 20.4978C2.94941 21.1626 2.77401 21.495 2.91484 21.7351C3.05568 21.9752 3.37026 21.9829 3.99943 21.9982C5.24367 22.0285 6.08268 21.6757 6.74868 21.1846C7.1264 20.9061 7.31527 20.7668 7.44544 20.7508C7.5756 20.7348 7.83177 20.8403 8.34401 21.0513C8.8044 21.2409 9.33896 21.3579 9.8294 21.3905C11.2536 21.4852 12.7435 21.4854 14.1706 21.3905C18.3536 21.1125 21.6856 17.7332 21.9598 13.4909C22.0021 12.836 22.011 12.1627 21.9866 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5.5H22M18.5 2L18.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 3.00372C11.6049 2.99039 10.7047 3.01289 9.8294 3.07107C5.64639 3.34913 2.31441 6.72838 2.04024 10.9707C1.98659 11.8009 1.98659 12.6607 2.04024 13.4909C2.1401 15.036 2.82343 16.4666 3.62791 17.6746C4.09501 18.5203 3.78674 19.5758 3.30021 20.4978C2.94941 21.1626 2.77401 21.495 2.91484 21.7351C3.05568 21.9752 3.37026 21.9829 3.99943 21.9982C5.24367 22.0285 6.08268 21.6757 6.74868 21.1846C7.1264 20.9061 7.31527 20.7668 7.44544 20.7508C7.5756 20.7348 7.83177 20.8403 8.34401 21.0513C8.8044 21.2409 9.33896 21.3579 9.8294 21.3905C11.2536 21.4852 12.7435 21.4854 14.1706 21.3905C18.3536 21.1125 21.6856 17.7332 21.9598 13.4909C22.0021 12.836 22.011 12.1627 21.9866 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5.5H22M18.5 2L18.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 3.00372C11.6049 2.99039 10.7047 3.01289 9.8294 3.07107C5.64639 3.34913 2.31441 6.72838 2.04024 10.9707C1.98659 11.8009 1.98659 12.6607 2.04024 13.4909C2.1401 15.036 2.82343 16.4666 3.62791 17.6746C4.09501 18.5203 3.78674 19.5758 3.30021 20.4978C2.94941 21.1626 2.77401 21.495 2.91484 21.7351C3.05568 21.9752 3.37026 21.9829 3.99943 21.9982C5.24367 22.0285 6.08268 21.6757 6.74868 21.1846C7.1264 20.9061 7.31527 20.7668 7.44544 20.7508C7.5756 20.7348 7.83177 20.8403 8.34401 21.0513C8.8044 21.2409 9.33896 21.3579 9.8294 21.3905C11.2536 21.4852 12.7435 21.4854 14.1706 21.3905C18.3536 21.1125 21.6856 17.7332 21.9598 13.4909C22.0021 12.836 22.011 12.1627 21.9866 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5.5H22M18.5 2L18.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-blocked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 19.6543C16.8738 20.3575 15.5698 20.7975 14.1706 20.8905C12.7435 20.9854 11.2536 20.9852 9.8294 20.8905C9.33896 20.8579 8.8044 20.7409 8.34401 20.5513C7.83177 20.3403 7.5756 20.2348 7.44544 20.2508C7.31527 20.2668 7.1264 20.4061 6.74868 20.6846C6.08268 21.1757 5.24367 21.5285 3.99943 21.4982C3.37026 21.4829 3.05568 21.4752 2.91484 21.2351C2.77401 20.995 2.94941 20.6626 3.30021 19.9978C3.78674 19.0758 4.09501 18.0203 3.62791 17.1746C2.82343 15.9666 2.1401 14.536 2.04024 12.9909C1.98659 12.1607 1.98659 11.3009 2.04024 10.4707C2.16123 8.5986 2.8777 6.84362 4 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3.51873C7.5057 2.98397 8.63273 2.65062 9.8294 2.57107C11.2536 2.47641 12.7435 2.47621 14.1706 2.57107C18.3536 2.84913 21.6856 6.22838 21.9598 10.4707C22.0134 11.3009 22.0134 12.1607 21.9598 12.9909C21.8508 14.6771 21.2587 16.227 20.3221 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 3L22 23%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 19.6543C16.8738 20.3575 15.5698 20.7975 14.1706 20.8905C12.7435 20.9854 11.2536 20.9852 9.8294 20.8905C9.33896 20.8579 8.8044 20.7409 8.34401 20.5513C7.83177 20.3403 7.5756 20.2348 7.44544 20.2508C7.31527 20.2668 7.1264 20.4061 6.74868 20.6846C6.08268 21.1757 5.24367 21.5285 3.99943 21.4982C3.37026 21.4829 3.05568 21.4752 2.91484 21.2351C2.77401 20.995 2.94941 20.6626 3.30021 19.9978C3.78674 19.0758 4.09501 18.0203 3.62791 17.1746C2.82343 15.9666 2.1401 14.536 2.04024 12.9909C1.98659 12.1607 1.98659 11.3009 2.04024 10.4707C2.16123 8.5986 2.8777 6.84362 4 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3.51873C7.5057 2.98397 8.63273 2.65062 9.8294 2.57107C11.2536 2.47641 12.7435 2.47621 14.1706 2.57107C18.3536 2.84913 21.6856 6.22838 21.9598 10.4707C22.0134 11.3009 22.0134 12.1607 21.9598 12.9909C21.8508 14.6771 21.2587 16.227 20.3221 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 3L22 23%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-cancel-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 3.00372C11.6049 2.99039 10.7047 3.01289 9.8294 3.07107C5.64639 3.34913 2.31441 6.72838 2.04024 10.9707C1.98659 11.8009 1.98659 12.6607 2.04024 13.4909C2.1401 15.036 2.82343 16.4666 3.62791 17.6746C4.09501 18.5203 3.78674 19.5758 3.30021 20.4978C2.94941 21.1626 2.77401 21.495 2.91484 21.7351C3.05568 21.9752 3.37026 21.9829 3.99943 21.9982C5.24367 22.0285 6.08268 21.6757 6.74868 21.1846C7.1264 20.9061 7.31527 20.7668 7.44544 20.7508C7.5756 20.7348 7.83177 20.8403 8.34401 21.0513C8.8044 21.2409 9.33896 21.3579 9.8294 21.3905C11.2536 21.4852 12.7435 21.4854 14.1706 21.3905C18.3536 21.1125 21.6856 17.7332 21.9598 13.4909C22.0021 12.836 22.011 12.1627 21.9866 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 2L22.0001 8M16 8L22.0001 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 3.00372C11.6049 2.99039 10.7047 3.01289 9.8294 3.07107C5.64639 3.34913 2.31441 6.72838 2.04024 10.9707C1.98659 11.8009 1.98659 12.6607 2.04024 13.4909C2.1401 15.036 2.82343 16.4666 3.62791 17.6746C4.09501 18.5203 3.78674 19.5758 3.30021 20.4978C2.94941 21.1626 2.77401 21.495 2.91484 21.7351C3.05568 21.9752 3.37026 21.9829 3.99943 21.9982C5.24367 22.0285 6.08268 21.6757 6.74868 21.1846C7.1264 20.9061 7.31527 20.7668 7.44544 20.7508C7.5756 20.7348 7.83177 20.8403 8.34401 21.0513C8.8044 21.2409 9.33896 21.3579 9.8294 21.3905C11.2536 21.4852 12.7435 21.4854 14.1706 21.3905C18.3536 21.1125 21.6856 17.7332 21.9598 13.4909C22.0021 12.836 22.011 12.1627 21.9866 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 2L22.0001 8M16 8L22.0001 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-cancel-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 3.01491C11.9414 2.98324 10.8679 3.00204 9.8294 3.07107C5.64639 3.34913 2.31441 6.72838 2.04024 10.9707C1.98659 11.8009 1.98659 12.6607 2.04024 13.4909C2.1401 15.036 2.82343 16.4666 3.62791 17.6746C4.09501 18.5203 3.78674 19.5758 3.30021 20.4978C2.94941 21.1626 2.77401 21.495 2.91484 21.7351C3.05568 21.9752 3.37026 21.9829 3.99943 21.9982C5.24367 22.0285 6.08268 21.6757 6.74868 21.1846C7.1264 20.9061 7.31527 20.7668 7.44544 20.7508C7.5756 20.7348 7.83177 20.8403 8.34401 21.0513C8.8044 21.2409 9.33896 21.3579 9.8294 21.3905C11.2536 21.4852 12.7435 21.4854 14.1706 21.3905C18.3536 21.1125 21.6856 17.7332 21.9598 13.4909C22.0021 12.836 22.011 12.1627 21.9866 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 2L22 8M16 8L22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 3.01491C11.9414 2.98324 10.8679 3.00204 9.8294 3.07107C5.64639 3.34913 2.31441 6.72838 2.04024 10.9707C1.98659 11.8009 1.98659 12.6607 2.04024 13.4909C2.1401 15.036 2.82343 16.4666 3.62791 17.6746C4.09501 18.5203 3.78674 19.5758 3.30021 20.4978C2.94941 21.1626 2.77401 21.495 2.91484 21.7351C3.05568 21.9752 3.37026 21.9829 3.99943 21.9982C5.24367 22.0285 6.08268 21.6757 6.74868 21.1846C7.1264 20.9061 7.31527 20.7668 7.44544 20.7508C7.5756 20.7348 7.83177 20.8403 8.34401 21.0513C8.8044 21.2409 9.33896 21.3579 9.8294 21.3905C11.2536 21.4852 12.7435 21.4854 14.1706 21.3905C18.3536 21.1125 21.6856 17.7332 21.9598 13.4909C22.0021 12.836 22.011 12.1627 21.9866 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 2L22 8M16 8L22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-delay-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3C11.2707 3 10.5418 3.02372 9.8294 3.07107C5.64639 3.34913 2.31441 6.72838 2.04024 10.9707C1.98659 11.8009 1.98659 12.6607 2.04024 13.4909C2.1401 15.036 2.82343 16.4666 3.62791 17.6746C4.09501 18.5203 3.78674 19.5758 3.30021 20.4978C2.94941 21.1626 2.77401 21.495 2.91484 21.7351C3.05568 21.9752 3.37026 21.9829 3.99943 21.9982C5.24367 22.0285 6.08268 21.6757 6.74868 21.1846C7.1264 20.9061 7.31527 20.7668 7.44544 20.7508C7.5756 20.7348 7.83177 20.8403 8.34401 21.0513C8.8044 21.2409 9.33896 21.3579 9.8294 21.3905C11.2536 21.4852 12.7435 21.4854 14.1706 21.3905C18.3536 21.1125 21.6856 17.7332 21.9598 13.4909C21.9915 13.0002 22.0044 12.4991 21.9987 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 6L19 5M22 6C22 8.20914 20.2091 10 18 10C15.7909 10 14 8.20914 14 6C14 3.79086 15.7909 2 18 2C20.2091 2 22 3.79086 22 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3C11.2707 3 10.5418 3.02372 9.8294 3.07107C5.64639 3.34913 2.31441 6.72838 2.04024 10.9707C1.98659 11.8009 1.98659 12.6607 2.04024 13.4909C2.1401 15.036 2.82343 16.4666 3.62791 17.6746C4.09501 18.5203 3.78674 19.5758 3.30021 20.4978C2.94941 21.1626 2.77401 21.495 2.91484 21.7351C3.05568 21.9752 3.37026 21.9829 3.99943 21.9982C5.24367 22.0285 6.08268 21.6757 6.74868 21.1846C7.1264 20.9061 7.31527 20.7668 7.44544 20.7508C7.5756 20.7348 7.83177 20.8403 8.34401 21.0513C8.8044 21.2409 9.33896 21.3579 9.8294 21.3905C11.2536 21.4852 12.7435 21.4854 14.1706 21.3905C18.3536 21.1125 21.6856 17.7332 21.9598 13.4909C21.9915 13.0002 22.0044 12.4991 21.9987 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 6L19 5M22 6C22 8.20914 20.2091 10 18 10C15.7909 10 14 8.20914 14 6C14 3.79086 15.7909 2 18 2C20.2091 2 22 3.79086 22 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-delay-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 3.00391C10.9383 3.01227 10.3789 3.03473 9.8294 3.07126C5.64639 3.34932 2.31441 6.72856 2.04024 10.9709C1.98659 11.8011 1.98659 12.6609 2.04024 13.4911C2.1401 15.0362 2.82343 16.4668 3.62791 17.6748C4.09501 18.5205 3.78674 19.576 3.30021 20.498C2.94941 21.1628 2.77401 21.4952 2.91484 21.7353C3.05568 21.9754 3.37026 21.9831 3.99943 21.9984C5.24367 22.0287 6.08268 21.6759 6.74868 21.1848C7.1264 20.9063 7.31527 20.767 7.44544 20.751C7.5756 20.735 7.83177 20.8405 8.34401 21.0515C8.8044 21.2411 9.33896 21.3581 9.8294 21.3907C11.2536 21.4854 12.7435 21.4856 14.1706 21.3907C18.3536 21.1127 21.6856 17.7334 21.9598 13.4911C21.9809 13.1642 21.9937 12.8327 21.9982 12.5002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 6L19 5M22 6C22 8.20914 20.2091 10 18 10C15.7909 10 14 8.20914 14 6C14 3.79086 15.7909 2 18 2C20.2091 2 22 3.79086 22 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 3.00391C10.9383 3.01227 10.3789 3.03473 9.8294 3.07126C5.64639 3.34932 2.31441 6.72856 2.04024 10.9709C1.98659 11.8011 1.98659 12.6609 2.04024 13.4911C2.1401 15.0362 2.82343 16.4668 3.62791 17.6748C4.09501 18.5205 3.78674 19.576 3.30021 20.498C2.94941 21.1628 2.77401 21.4952 2.91484 21.7353C3.05568 21.9754 3.37026 21.9831 3.99943 21.9984C5.24367 22.0287 6.08268 21.6759 6.74868 21.1848C7.1264 20.9063 7.31527 20.767 7.44544 20.751C7.5756 20.735 7.83177 20.8405 8.34401 21.0515C8.8044 21.2411 9.33896 21.3581 9.8294 21.3907C11.2536 21.4854 12.7435 21.4856 14.1706 21.3907C18.3536 21.1127 21.6856 17.7334 21.9598 13.4911C21.9809 13.1642 21.9937 12.8327 21.9982 12.5002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 6L19 5M22 6C22 8.20914 20.2091 10 18 10C15.7909 10 14 8.20914 14 6C14 3.79086 15.7909 2 18 2C20.2091 2 22 3.79086 22 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-done-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 3.00391C10.9383 3.01227 10.3789 3.03473 9.8294 3.07126C5.64639 3.34932 2.31441 6.72856 2.04024 10.9709C1.98659 11.8011 1.98659 12.6609 2.04024 13.4911C2.1401 15.0362 2.82343 16.4668 3.62791 17.6748C4.09501 18.5205 3.78674 19.576 3.30021 20.498C2.94941 21.1628 2.77401 21.4952 2.91484 21.7353C3.05568 21.9754 3.37026 21.9831 3.99943 21.9984C5.24367 22.0287 6.08268 21.6759 6.74868 21.1848C7.1264 20.9063 7.31527 20.767 7.44544 20.751C7.5756 20.735 7.83177 20.8405 8.34401 21.0515C8.8044 21.2411 9.33896 21.3581 9.8294 21.3907C11.2536 21.4854 12.7435 21.4856 14.1706 21.3907C18.3536 21.1127 21.6856 17.7334 21.9598 13.4911C22.0134 12.6609 22.0134 11.8011 21.9598 10.9709C21.9038 10.105 21.7205 9.27512 21.4285 8.50018%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 6 15 6 16 8C16 8 19.1765 3 22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 3.00391C10.9383 3.01227 10.3789 3.03473 9.8294 3.07126C5.64639 3.34932 2.31441 6.72856 2.04024 10.9709C1.98659 11.8011 1.98659 12.6609 2.04024 13.4911C2.1401 15.0362 2.82343 16.4668 3.62791 17.6748C4.09501 18.5205 3.78674 19.576 3.30021 20.498C2.94941 21.1628 2.77401 21.4952 2.91484 21.7353C3.05568 21.9754 3.37026 21.9831 3.99943 21.9984C5.24367 22.0287 6.08268 21.6759 6.74868 21.1848C7.1264 20.9063 7.31527 20.767 7.44544 20.751C7.5756 20.735 7.83177 20.8405 8.34401 21.0515C8.8044 21.2411 9.33896 21.3581 9.8294 21.3907C11.2536 21.4854 12.7435 21.4856 14.1706 21.3907C18.3536 21.1127 21.6856 17.7334 21.9598 13.4911C22.0134 12.6609 22.0134 11.8011 21.9598 10.9709C21.9038 10.105 21.7205 9.27512 21.4285 8.50018%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 6 15 6 16 8C16 8 19.1765 3 22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-done-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 3.00391C10.9383 3.01227 10.3789 3.03473 9.8294 3.07126C5.64639 3.34932 2.31441 6.72856 2.04024 10.9709C1.98659 11.8011 1.98659 12.6609 2.04024 13.4911C2.1401 15.0362 2.82343 16.4668 3.62791 17.6748C4.09501 18.5205 3.78674 19.576 3.30021 20.498C2.94941 21.1628 2.77401 21.4952 2.91484 21.7353C3.05568 21.9754 3.37026 21.9831 3.99943 21.9984C5.24367 22.0287 6.08268 21.6759 6.74868 21.1848C7.1264 20.9063 7.31527 20.767 7.44544 20.751C7.5756 20.735 7.83177 20.8405 8.34401 21.0515C8.8044 21.2411 9.33896 21.3581 9.8294 21.3907C11.2536 21.4854 12.7435 21.4856 14.1706 21.3907C18.3536 21.1127 21.6856 17.7334 21.9598 13.4911C22.0134 12.6609 22.0134 11.8011 21.9598 10.9709C21.9038 10.105 21.7205 9.27512 21.4285 8.50018%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 6 15 6 16 8C16 8 19.1765 3 22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 3.00391C10.9383 3.01227 10.3789 3.03473 9.8294 3.07126C5.64639 3.34932 2.31441 6.72856 2.04024 10.9709C1.98659 11.8011 1.98659 12.6609 2.04024 13.4911C2.1401 15.0362 2.82343 16.4668 3.62791 17.6748C4.09501 18.5205 3.78674 19.576 3.30021 20.498C2.94941 21.1628 2.77401 21.4952 2.91484 21.7353C3.05568 21.9754 3.37026 21.9831 3.99943 21.9984C5.24367 22.0287 6.08268 21.6759 6.74868 21.1848C7.1264 20.9063 7.31527 20.767 7.44544 20.751C7.5756 20.735 7.83177 20.8405 8.34401 21.0515C8.8044 21.2411 9.33896 21.3581 9.8294 21.3907C11.2536 21.4854 12.7435 21.4856 14.1706 21.3907C18.3536 21.1127 21.6856 17.7334 21.9598 13.4911C22.0134 12.6609 22.0134 11.8011 21.9598 10.9709C21.9038 10.105 21.7205 9.27512 21.4285 8.50018%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 6 15 6 16 8C16 8 19.1765 3 22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-download-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 3.03368C12.2812 2.97856 11.0318 2.99114 9.8294 3.07107C5.64639 3.34913 2.31441 6.72838 2.04024 10.9707C1.98659 11.8009 1.98659 12.6607 2.04024 13.4909C2.1401 15.036 2.82343 16.4666 3.62791 17.6746C4.09501 18.5203 3.78674 19.5758 3.30021 20.4978C2.94941 21.1626 2.77401 21.495 2.91484 21.7351C3.05568 21.9752 3.37026 21.9829 3.99943 21.9982C5.24367 22.0285 6.08268 21.6757 6.74868 21.1846C7.1264 20.9061 7.31527 20.7668 7.44544 20.7508C7.5756 20.7348 7.83177 20.8403 8.34401 21.0513C8.8044 21.2409 9.33896 21.3579 9.8294 21.3905C11.2536 21.4852 12.7435 21.4854 14.1706 21.3905C18.3536 21.1125 21.6856 17.7332 21.9598 13.4909C21.9809 13.164 21.9937 12.8325 21.9982 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7.5C16.4915 8.0057 17.7998 10 18.5 10M21 7.5C20.5085 8.0057 19.2002 10 18.5 10M18.5 10V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 3.03368C12.2812 2.97856 11.0318 2.99114 9.8294 3.07107C5.64639 3.34913 2.31441 6.72838 2.04024 10.9707C1.98659 11.8009 1.98659 12.6607 2.04024 13.4909C2.1401 15.036 2.82343 16.4666 3.62791 17.6746C4.09501 18.5203 3.78674 19.5758 3.30021 20.4978C2.94941 21.1626 2.77401 21.495 2.91484 21.7351C3.05568 21.9752 3.37026 21.9829 3.99943 21.9982C5.24367 22.0285 6.08268 21.6757 6.74868 21.1846C7.1264 20.9061 7.31527 20.7668 7.44544 20.7508C7.5756 20.7348 7.83177 20.8403 8.34401 21.0513C8.8044 21.2409 9.33896 21.3579 9.8294 21.3905C11.2536 21.4852 12.7435 21.4854 14.1706 21.3905C18.3536 21.1125 21.6856 17.7332 21.9598 13.4909C21.9809 13.164 21.9937 12.8325 21.9982 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7.5C16.4915 8.0057 17.7998 10 18.5 10M21 7.5C20.5085 8.0057 19.2002 10 18.5 10M18.5 10V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-download-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 3.03368C12.2812 2.97856 11.0318 2.99114 9.8294 3.07107C5.64639 3.34913 2.31441 6.72838 2.04024 10.9707C1.98659 11.8009 1.98659 12.6607 2.04024 13.4909C2.1401 15.036 2.82343 16.4666 3.62791 17.6746C4.09501 18.5203 3.78674 19.5758 3.30021 20.4978C2.94941 21.1626 2.77401 21.495 2.91484 21.7351C3.05568 21.9752 3.37026 21.9829 3.99943 21.9982C5.24367 22.0285 6.08268 21.6757 6.74868 21.1846C7.1264 20.9061 7.31527 20.7668 7.44544 20.7508C7.5756 20.7348 7.83177 20.8403 8.34401 21.0513C8.8044 21.2409 9.33896 21.3579 9.8294 21.3905C11.2536 21.4852 12.7435 21.4854 14.1706 21.3905C18.3536 21.1125 21.6856 17.7332 21.9598 13.4909C21.9809 13.164 21.9937 12.8325 21.9982 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7.5C16.4915 8.0057 17.7998 10 18.5 10M21 7.5C20.5085 8.0057 19.2002 10 18.5 10M18.5 10V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 3.03368C12.2812 2.97856 11.0318 2.99114 9.8294 3.07107C5.64639 3.34913 2.31441 6.72838 2.04024 10.9707C1.98659 11.8009 1.98659 12.6607 2.04024 13.4909C2.1401 15.036 2.82343 16.4666 3.62791 17.6746C4.09501 18.5203 3.78674 19.5758 3.30021 20.4978C2.94941 21.1626 2.77401 21.495 2.91484 21.7351C3.05568 21.9752 3.37026 21.9829 3.99943 21.9982C5.24367 22.0285 6.08268 21.6757 6.74868 21.1846C7.1264 20.9061 7.31527 20.7668 7.44544 20.7508C7.5756 20.7348 7.83177 20.8403 8.34401 21.0513C8.8044 21.2409 9.33896 21.3579 9.8294 21.3905C11.2536 21.4852 12.7435 21.4854 14.1706 21.3905C18.3536 21.1125 21.6856 17.7332 21.9598 13.4909C21.9809 13.164 21.9937 12.8325 21.9982 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7.5C16.4915 8.0057 17.7998 10 18.5 10M21 7.5C20.5085 8.0057 19.2002 10 18.5 10M18.5 10V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-favourite-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9598 10.9709C21.9711 11.1462 21.98 11.3228 21.9866 11.5002C22.011 12.1629 22.0021 12.8362 21.9598 13.4911C21.6856 17.7334 18.3536 21.1127 14.1706 21.3907C12.7435 21.4856 11.2536 21.4854 9.8294 21.3907C9.33896 21.3581 8.8044 21.2411 8.34401 21.0515C7.83177 20.8405 7.5756 20.735 7.44544 20.751C7.31527 20.767 7.1264 20.9063 6.74868 21.1848C6.08268 21.6759 5.24367 22.0287 3.99943 21.9984C3.37026 21.9831 3.05568 21.9754 2.91484 21.7353C2.77401 21.4952 2.94941 21.1628 3.30021 20.498C3.78674 19.576 4.09501 18.5205 3.62791 17.6748C2.82343 16.4668 2.1401 15.0362 2.04024 13.4911C1.98659 12.6609 1.98659 11.8011 2.04024 10.9709C2.31441 6.72856 5.64639 3.34932 9.8294 3.07126C10.3789 3.03473 10.4383 3.01227 11 3.00391%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.015 2.38661C16.0876 1.74692 17.0238 2.00471 17.5863 2.41534C17.8169 2.58371 17.9322 2.66789 18 2.66789C18.0678 2.66789 18.1831 2.58371 18.4137 2.41534C18.9762 2.00471 19.9124 1.74692 20.985 2.38661C22.3928 3.22614 22.7113 5.99577 19.4642 8.33241C18.8457 8.77747 18.5365 9 18 9C17.4635 9 17.1543 8.77747 16.5358 8.33241C13.2887 5.99577 13.6072 3.22614 15.015 2.38661Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9598 10.9709C21.9711 11.1462 21.98 11.3228 21.9866 11.5002C22.011 12.1629 22.0021 12.8362 21.9598 13.4911C21.6856 17.7334 18.3536 21.1127 14.1706 21.3907C12.7435 21.4856 11.2536 21.4854 9.8294 21.3907C9.33896 21.3581 8.8044 21.2411 8.34401 21.0515C7.83177 20.8405 7.5756 20.735 7.44544 20.751C7.31527 20.767 7.1264 20.9063 6.74868 21.1848C6.08268 21.6759 5.24367 22.0287 3.99943 21.9984C3.37026 21.9831 3.05568 21.9754 2.91484 21.7353C2.77401 21.4952 2.94941 21.1628 3.30021 20.498C3.78674 19.576 4.09501 18.5205 3.62791 17.6748C2.82343 16.4668 2.1401 15.0362 2.04024 13.4911C1.98659 12.6609 1.98659 11.8011 2.04024 10.9709C2.31441 6.72856 5.64639 3.34932 9.8294 3.07126C10.3789 3.03473 10.4383 3.01227 11 3.00391%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.015 2.38661C16.0876 1.74692 17.0238 2.00471 17.5863 2.41534C17.8169 2.58371 17.9322 2.66789 18 2.66789C18.0678 2.66789 18.1831 2.58371 18.4137 2.41534C18.9762 2.00471 19.9124 1.74692 20.985 2.38661C22.3928 3.22614 22.7113 5.99577 19.4642 8.33241C18.8457 8.77747 18.5365 9 18 9C17.4635 9 17.1543 8.77747 16.5358 8.33241C13.2887 5.99577 13.6072 3.22614 15.015 2.38661Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-favourite-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9598 10.9709C21.9711 11.1462 21.98 11.3228 21.9866 11.5002C22.011 12.1628 22.0021 12.8361 21.9598 13.491C21.6856 17.7334 18.3536 21.1126 14.1706 21.3907C12.7435 21.4855 11.2536 21.4854 9.8294 21.3907C9.33896 21.3581 8.8044 21.2411 8.34401 21.0514C7.83177 20.8405 7.5756 20.735 7.44544 20.751C7.31527 20.767 7.1264 20.9062 6.74868 21.1848C6.08268 21.6759 5.24367 22.0286 3.99943 21.9983C3.37026 21.983 3.05568 21.9754 2.91484 21.7353C2.77401 21.4951 2.94941 21.1627 3.30021 20.498C3.78674 19.576 4.09501 18.5205 3.62791 17.6748C2.82343 16.4668 2.1401 15.0361 2.04024 13.491C1.98659 12.6608 1.98659 11.8011 2.04024 10.9709C2.31441 6.72853 5.64639 3.34929 9.8294 3.07123C10.3789 3.0347 10.4383 3.01227 11 3.00391%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.015 2.38661C16.0876 1.74692 17.0238 2.00471 17.5863 2.41534C17.8169 2.58371 17.9322 2.66789 18 2.66789C18.0678 2.66789 18.1831 2.58371 18.4137 2.41534C18.9762 2.00471 19.9124 1.74692 20.985 2.38661C22.3928 3.22614 22.7113 5.99577 19.4642 8.33241C18.8457 8.77747 18.5365 9 18 9C17.4635 9 17.1543 8.77747 16.5358 8.33241C13.2887 5.99577 13.6072 3.22614 15.015 2.38661Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9598 10.9709C21.9711 11.1462 21.98 11.3228 21.9866 11.5002C22.011 12.1628 22.0021 12.8361 21.9598 13.491C21.6856 17.7334 18.3536 21.1126 14.1706 21.3907C12.7435 21.4855 11.2536 21.4854 9.8294 21.3907C9.33896 21.3581 8.8044 21.2411 8.34401 21.0514C7.83177 20.8405 7.5756 20.735 7.44544 20.751C7.31527 20.767 7.1264 20.9062 6.74868 21.1848C6.08268 21.6759 5.24367 22.0286 3.99943 21.9983C3.37026 21.983 3.05568 21.9754 2.91484 21.7353C2.77401 21.4951 2.94941 21.1627 3.30021 20.498C3.78674 19.576 4.09501 18.5205 3.62791 17.6748C2.82343 16.4668 2.1401 15.0361 2.04024 13.491C1.98659 12.6608 1.98659 11.8011 2.04024 10.9709C2.31441 6.72853 5.64639 3.34929 9.8294 3.07123C10.3789 3.0347 10.4383 3.01227 11 3.00391%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.015 2.38661C16.0876 1.74692 17.0238 2.00471 17.5863 2.41534C17.8169 2.58371 17.9322 2.66789 18 2.66789C18.0678 2.66789 18.1831 2.58371 18.4137 2.41534C18.9762 2.00471 19.9124 1.74692 20.985 2.38661C22.3928 3.22614 22.7113 5.99577 19.4642 8.33241C18.8457 8.77747 18.5365 9 18 9C17.4635 9 17.1543 8.77747 16.5358 8.33241C13.2887 5.99577 13.6072 3.22614 15.015 2.38661Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-incoming-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.7109 9.3871C21.8404 9.895 21.9249 10.4215 21.9598 10.9621C22.0134 11.7929 22.0134 12.6533 21.9598 13.4842C21.6856 17.7299 18.3536 21.1118 14.1706 21.3901C12.7435 21.485 11.2536 21.4848 9.8294 21.3901C9.33896 21.3574 8.8044 21.2403 8.34401 21.0505C7.83177 20.8394 7.5756 20.7338 7.44544 20.7498C7.31527 20.7659 7.1264 20.9052 6.74868 21.184C6.08268 21.6755 5.24367 22.0285 3.99943 21.9982C3.37026 21.9829 3.05568 21.9752 2.91484 21.7349C2.77401 21.4946 2.94941 21.1619 3.30021 20.4966C3.78674 19.5739 4.09501 18.5176 3.62791 17.6712C2.82343 16.4623 2.1401 15.0305 2.04024 13.4842C1.98659 12.6533 1.98659 11.7929 2.04024 10.9621C2.31441 6.71638 5.64639 3.33448 9.8294 3.05621C10.2156 3.03051 10.6067 3.01177 11 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4.5L22 4.5M14 4.5C14 3.79977 15.9943 2.49153 16.5 2M14 4.5C14 5.20023 15.9943 6.50847 16.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.7109 9.3871C21.8404 9.895 21.9249 10.4215 21.9598 10.9621C22.0134 11.7929 22.0134 12.6533 21.9598 13.4842C21.6856 17.7299 18.3536 21.1118 14.1706 21.3901C12.7435 21.485 11.2536 21.4848 9.8294 21.3901C9.33896 21.3574 8.8044 21.2403 8.34401 21.0505C7.83177 20.8394 7.5756 20.7338 7.44544 20.7498C7.31527 20.7659 7.1264 20.9052 6.74868 21.184C6.08268 21.6755 5.24367 22.0285 3.99943 21.9982C3.37026 21.9829 3.05568 21.9752 2.91484 21.7349C2.77401 21.4946 2.94941 21.1619 3.30021 20.4966C3.78674 19.5739 4.09501 18.5176 3.62791 17.6712C2.82343 16.4623 2.1401 15.0305 2.04024 13.4842C1.98659 12.6533 1.98659 11.7929 2.04024 10.9621C2.31441 6.71638 5.64639 3.33448 9.8294 3.05621C10.2156 3.03051 10.6067 3.01177 11 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4.5L22 4.5M14 4.5C14 3.79977 15.9943 2.49153 16.5 2M14 4.5C14 5.20023 15.9943 6.50847 16.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-incoming-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.7109 9.3871C21.8404 9.895 21.9249 10.4215 21.9598 10.9621C22.0134 11.7929 22.0134 12.6533 21.9598 13.4842C21.6856 17.7299 18.3536 21.1118 14.1706 21.3901C12.7435 21.485 11.2536 21.4848 9.8294 21.3901C9.33896 21.3574 8.8044 21.2403 8.34401 21.0505C7.83177 20.8394 7.5756 20.7338 7.44544 20.7498C7.31527 20.7659 7.1264 20.9052 6.74868 21.184C6.08268 21.6755 5.24367 22.0285 3.99943 21.9982C3.37026 21.9829 3.05568 21.9752 2.91484 21.7349C2.77401 21.4946 2.94941 21.1619 3.30021 20.4966C3.78674 19.5739 4.09501 18.5176 3.62791 17.6712C2.82343 16.4623 2.1401 15.0305 2.04024 13.4842C1.98659 12.6533 1.98659 11.7929 2.04024 10.9621C2.31441 6.71638 5.64639 3.33448 9.8294 3.05621C10.2156 3.03051 10.6067 3.01177 11 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4.5L22 4.5M14 4.5C14 3.79977 15.9943 2.49153 16.5 2M14 4.5C14 5.20023 15.9943 6.50847 16.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.7109 9.3871C21.8404 9.895 21.9249 10.4215 21.9598 10.9621C22.0134 11.7929 22.0134 12.6533 21.9598 13.4842C21.6856 17.7299 18.3536 21.1118 14.1706 21.3901C12.7435 21.485 11.2536 21.4848 9.8294 21.3901C9.33896 21.3574 8.8044 21.2403 8.34401 21.0505C7.83177 20.8394 7.5756 20.7338 7.44544 20.7498C7.31527 20.7659 7.1264 20.9052 6.74868 21.184C6.08268 21.6755 5.24367 22.0285 3.99943 21.9982C3.37026 21.9829 3.05568 21.9752 2.91484 21.7349C2.77401 21.4946 2.94941 21.1619 3.30021 20.4966C3.78674 19.5739 4.09501 18.5176 3.62791 17.6712C2.82343 16.4623 2.1401 15.0305 2.04024 13.4842C1.98659 12.6533 1.98659 11.7929 2.04024 10.9621C2.31441 6.71638 5.64639 3.33448 9.8294 3.05621C10.2156 3.03051 10.6067 3.01177 11 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4.5L22 4.5M14 4.5C14 3.79977 15.9943 2.49153 16.5 2M14 4.5C14 5.20023 15.9943 6.50847 16.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-lock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 13.4909C21.7253 17.7332 18.3866 21.1125 14.1951 21.3905C12.7652 21.4854 11.2722 21.4852 9.84518 21.3905C9.35376 21.3579 8.81812 21.2409 8.3568 21.0513C7.84352 20.8403 7.58684 20.7348 7.45641 20.7508C7.32598 20.7668 7.13674 20.9061 6.75825 21.1846C6.09092 21.6757 5.25021 22.0285 4.00346 21.9982C3.37302 21.9829 3.0578 21.9752 2.91669 21.7351C2.77557 21.495 2.95132 21.1626 3.30283 20.4978C3.79035 19.5758 4.09923 18.5203 3.63119 17.6746C2.82509 16.4666 2.14038 15.036 2.04032 13.4909C1.98656 12.6607 1.98656 11.8009 2.04032 10.9707C2.31504 6.72838 5.65374 3.34913 9.84518 3.07107C10.7223 3.01289 11.6242 2.99039 12.5212 3.00372%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0803 10.8573L15.7761 11.5428L15.7761 11.5428L16.0803 10.8573ZM15.1332 9.84253L14.4337 10.113H14.4337L15.1332 9.84253ZM21.8668 9.84253L22.5663 10.113L22.5663 10.113L21.8668 9.84253ZM20.9197 10.8573L21.2239 11.5428L21.2239 11.5428L20.9197 10.8573ZM20.9197 5.51773L21.2239 4.8322L20.9197 5.51773ZM21.8668 6.53247L22.5663 6.26203L22.5663 6.26203L21.8668 6.53247ZM16.0803 5.51773L15.7761 4.8322L16.0803 5.51773ZM15.1332 6.53247L14.4337 6.26203L15.1332 6.53247ZM16 5.375C16 5.78921 16.3358 6.125 16.75 6.125C17.1642 6.125 17.5 5.78921 17.5 5.375H16ZM19.5 5.375C19.5 5.78921 19.8358 6.125 20.25 6.125C20.6642 6.125 21 5.78921 21 5.375L19.5 5.375ZM17.625 6.125L19.375 6.125V4.625H17.625V6.125ZM19.375 10.25H17.625V11.75H19.375V10.25ZM17.625 10.25C17.2063 10.25 16.9325 10.2495 16.7222 10.2342C16.5196 10.2193 16.4338 10.1936 16.3845 10.1718L15.7761 11.5428C16.0484 11.6637 16.3272 11.7093 16.6128 11.7302C16.8905 11.7505 17.2283 11.75 17.625 11.75V10.25ZM14.25 8.1875C14.25 8.61474 14.2496 8.97023 14.2682 9.26108C14.2871 9.55774 14.3278 9.83905 14.4337 10.113L15.8328 9.57209C15.8054 9.50144 15.7795 9.39206 15.7651 9.16575C15.7504 8.93364 15.75 8.6339 15.75 8.1875H14.25ZM16.3845 10.1718C16.1471 10.0664 15.9427 9.85657 15.8328 9.57209L14.4337 10.113C14.6789 10.7474 15.1559 11.2676 15.7761 11.5428L16.3845 10.1718ZM21.25 8.1875C21.25 8.6339 21.2496 8.93364 21.2349 9.16575C21.2205 9.39206 21.1946 9.50144 21.1672 9.57209L22.5663 10.113C22.6722 9.83905 22.7129 9.55774 22.7318 9.26108C22.7504 8.97023 22.75 8.61474 22.75 8.1875H21.25ZM19.375 11.75C19.7717 11.75 20.1095 11.7505 20.3872 11.7302C20.6728 11.7093 20.9516 11.6637 21.2239 11.5428L20.6155 10.1718C20.5662 10.1936 20.4804 10.2193 20.2778 10.2342C20.0675 10.2495 19.7937 10.25 19.375 10.25V11.75ZM21.1672 9.57209C21.0573 9.85657 20.8529 10.0664 20.6155 10.1718L21.2239 11.5428C21.8441 11.2676 22.3211 10.7474 22.5663 10.113L21.1672 9.57209ZM19.375 6.125C19.7937 6.125 20.0675 6.12547 20.2778 6.14084C20.4804 6.15565 20.5662 6.18138 20.6155 6.20325L21.2239 4.8322C20.9516 4.71134 20.6728 4.66571 20.3872 4.64484C20.1095 4.62453 19.7717 4.625 19.375 4.625V6.125ZM22.75 8.1875C22.75 7.76026 22.7504 7.40477 22.7318 7.11392C22.7129 6.81726 22.6722 6.53595 22.5663 6.26203L21.1672 6.80291C21.1946 6.87356 21.2205 6.98294 21.2349 7.20925C21.2496 7.44136 21.25 7.7411 21.25 8.1875H22.75ZM20.6155 6.20325C20.8529 6.30862 21.0573 6.51843 21.1672 6.80291L22.5663 6.26203C22.3211 5.62765 21.8441 5.10744 21.2239 4.8322L20.6155 6.20325ZM17.625 4.625C17.2283 4.625 16.8905 4.62453 16.6128 4.64484C16.3272 4.66571 16.0484 4.71134 15.7761 4.8322L16.3845 6.20325C16.4338 6.18138 16.5196 6.15565 16.7222 6.14084C16.9325 6.12547 17.2063 6.125 17.625 6.125V4.625ZM15.75 8.1875C15.75 7.7411 15.7504 7.44136 15.7651 7.20925C15.7795 6.98294 15.8054 6.87356 15.8328 6.80291L14.4337 6.26203C14.3278 6.53595 14.2871 6.81726 14.2682 7.11392C14.2496 7.40477 14.25 7.76026 14.25 8.1875H15.75ZM15.7761 4.8322C15.1559 5.10744 14.6789 5.62765 14.4337 6.26203L15.8328 6.80291C15.9427 6.51843 16.1471 6.30862 16.3845 6.20325L15.7761 4.8322ZM17.5 5.375V3.6875H16V5.375H17.5ZM19.5 3.6875V5.375L21 5.375V3.6875L19.5 3.6875ZM18.5 2.75C19.0782 2.75 19.5 3.19521 19.5 3.6875L21 3.6875C21 2.31583 19.8548 1.25 18.5 1.25V2.75ZM17.5 3.6875C17.5 3.19521 17.9218 2.75 18.5 2.75V1.25C17.1452 1.25 16 2.31583 16 3.6875H17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 13.4909C21.7253 17.7332 18.3866 21.1125 14.1951 21.3905C12.7652 21.4854 11.2722 21.4852 9.84518 21.3905C9.35376 21.3579 8.81812 21.2409 8.3568 21.0513C7.84352 20.8403 7.58684 20.7348 7.45641 20.7508C7.32598 20.7668 7.13674 20.9061 6.75825 21.1846C6.09092 21.6757 5.25021 22.0285 4.00346 21.9982C3.37302 21.9829 3.0578 21.9752 2.91669 21.7351C2.77557 21.495 2.95132 21.1626 3.30283 20.4978C3.79035 19.5758 4.09923 18.5203 3.63119 17.6746C2.82509 16.4666 2.14038 15.036 2.04032 13.4909C1.98656 12.6607 1.98656 11.8009 2.04032 10.9707C2.31504 6.72838 5.65374 3.34913 9.84518 3.07107C10.7223 3.01289 11.6242 2.99039 12.5212 3.00372%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0803 10.8573L15.7761 11.5428L15.7761 11.5428L16.0803 10.8573ZM15.1332 9.84253L14.4337 10.113H14.4337L15.1332 9.84253ZM21.8668 9.84253L22.5663 10.113L22.5663 10.113L21.8668 9.84253ZM20.9197 10.8573L21.2239 11.5428L21.2239 11.5428L20.9197 10.8573ZM20.9197 5.51773L21.2239 4.8322L20.9197 5.51773ZM21.8668 6.53247L22.5663 6.26203L22.5663 6.26203L21.8668 6.53247ZM16.0803 5.51773L15.7761 4.8322L16.0803 5.51773ZM15.1332 6.53247L14.4337 6.26203L15.1332 6.53247ZM16 5.375C16 5.78921 16.3358 6.125 16.75 6.125C17.1642 6.125 17.5 5.78921 17.5 5.375H16ZM19.5 5.375C19.5 5.78921 19.8358 6.125 20.25 6.125C20.6642 6.125 21 5.78921 21 5.375L19.5 5.375ZM17.625 6.125L19.375 6.125V4.625H17.625V6.125ZM19.375 10.25H17.625V11.75H19.375V10.25ZM17.625 10.25C17.2063 10.25 16.9325 10.2495 16.7222 10.2342C16.5196 10.2193 16.4338 10.1936 16.3845 10.1718L15.7761 11.5428C16.0484 11.6637 16.3272 11.7093 16.6128 11.7302C16.8905 11.7505 17.2283 11.75 17.625 11.75V10.25ZM14.25 8.1875C14.25 8.61474 14.2496 8.97023 14.2682 9.26108C14.2871 9.55774 14.3278 9.83905 14.4337 10.113L15.8328 9.57209C15.8054 9.50144 15.7795 9.39206 15.7651 9.16575C15.7504 8.93364 15.75 8.6339 15.75 8.1875H14.25ZM16.3845 10.1718C16.1471 10.0664 15.9427 9.85657 15.8328 9.57209L14.4337 10.113C14.6789 10.7474 15.1559 11.2676 15.7761 11.5428L16.3845 10.1718ZM21.25 8.1875C21.25 8.6339 21.2496 8.93364 21.2349 9.16575C21.2205 9.39206 21.1946 9.50144 21.1672 9.57209L22.5663 10.113C22.6722 9.83905 22.7129 9.55774 22.7318 9.26108C22.7504 8.97023 22.75 8.61474 22.75 8.1875H21.25ZM19.375 11.75C19.7717 11.75 20.1095 11.7505 20.3872 11.7302C20.6728 11.7093 20.9516 11.6637 21.2239 11.5428L20.6155 10.1718C20.5662 10.1936 20.4804 10.2193 20.2778 10.2342C20.0675 10.2495 19.7937 10.25 19.375 10.25V11.75ZM21.1672 9.57209C21.0573 9.85657 20.8529 10.0664 20.6155 10.1718L21.2239 11.5428C21.8441 11.2676 22.3211 10.7474 22.5663 10.113L21.1672 9.57209ZM19.375 6.125C19.7937 6.125 20.0675 6.12547 20.2778 6.14084C20.4804 6.15565 20.5662 6.18138 20.6155 6.20325L21.2239 4.8322C20.9516 4.71134 20.6728 4.66571 20.3872 4.64484C20.1095 4.62453 19.7717 4.625 19.375 4.625V6.125ZM22.75 8.1875C22.75 7.76026 22.7504 7.40477 22.7318 7.11392C22.7129 6.81726 22.6722 6.53595 22.5663 6.26203L21.1672 6.80291C21.1946 6.87356 21.2205 6.98294 21.2349 7.20925C21.2496 7.44136 21.25 7.7411 21.25 8.1875H22.75ZM20.6155 6.20325C20.8529 6.30862 21.0573 6.51843 21.1672 6.80291L22.5663 6.26203C22.3211 5.62765 21.8441 5.10744 21.2239 4.8322L20.6155 6.20325ZM17.625 4.625C17.2283 4.625 16.8905 4.62453 16.6128 4.64484C16.3272 4.66571 16.0484 4.71134 15.7761 4.8322L16.3845 6.20325C16.4338 6.18138 16.5196 6.15565 16.7222 6.14084C16.9325 6.12547 17.2063 6.125 17.625 6.125V4.625ZM15.75 8.1875C15.75 7.7411 15.7504 7.44136 15.7651 7.20925C15.7795 6.98294 15.8054 6.87356 15.8328 6.80291L14.4337 6.26203C14.3278 6.53595 14.2871 6.81726 14.2682 7.11392C14.2496 7.40477 14.25 7.76026 14.25 8.1875H15.75ZM15.7761 4.8322C15.1559 5.10744 14.6789 5.62765 14.4337 6.26203L15.8328 6.80291C15.9427 6.51843 16.1471 6.30862 16.3845 6.20325L15.7761 4.8322ZM17.5 5.375V3.6875H16V5.375H17.5ZM19.5 3.6875V5.375L21 5.375V3.6875L19.5 3.6875ZM18.5 2.75C19.0782 2.75 19.5 3.19521 19.5 3.6875L21 3.6875C21 2.31583 19.8548 1.25 18.5 1.25V2.75ZM17.5 3.6875C17.5 3.19521 17.9218 2.75 18.5 2.75V1.25C17.1452 1.25 16 2.31583 16 3.6875H17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-multiple-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 12H13.5M7.5 8H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 20C9.55038 20.8697 10.8145 21.4238 12.2635 21.5188C13.4052 21.5937 14.5971 21.5936 15.7365 21.5188C16.1288 21.4931 16.5565 21.4007 16.9248 21.251C17.3345 21.0845 17.5395 21.0012 17.6437 21.0138C17.7478 21.0264 17.8989 21.1364 18.2011 21.3563C18.7339 21.744 19.4051 22.0225 20.4005 21.9986C20.9038 21.9865 21.1555 21.9804 21.2681 21.7909C21.3808 21.6013 21.2405 21.3389 20.9598 20.8141C20.5706 20.0862 20.324 19.2529 20.6977 18.5852C21.3413 17.6315 21.8879 16.5021 21.9678 15.2823C22.0107 14.6269 22.0107 13.9481 21.9678 13.2927C21.9146 12.4799 21.7173 11.7073 21.4012 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.345 17.4868C15.9006 17.2526 18.7328 14.4069 18.9658 10.8344C19.0114 10.1353 19.0114 9.41131 18.9658 8.71219C18.7328 5.13968 15.9006 2.29401 12.345 2.05985C11.132 1.97997 9.86553 1.98013 8.65499 2.05985C5.09943 2.29401 2.26725 5.13968 2.0342 8.71219C1.9886 9.41131 1.9886 10.1353 2.0342 10.8344C2.11908 12.1356 2.69992 13.3403 3.38372 14.3576C3.78076 15.0697 3.51873 15.9586 3.10518 16.735C2.807 17.2948 2.65791 17.5747 2.77762 17.7769C2.89732 17.9791 3.16472 17.9856 3.69951 17.9985C4.75712 18.024 5.47028 17.7269 6.03638 17.3134C6.35744 17.0788 6.51798 16.9615 6.62862 16.9481C6.73926 16.9346 6.957 17.0234 7.39241 17.2011C7.78374 17.3608 8.23812 17.4593 8.65499 17.4868C9.86553 17.5665 11.132 17.5666 12.345 17.4868Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 12H13.5M7.5 8H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 20C9.55038 20.8697 10.8145 21.4238 12.2635 21.5188C13.4052 21.5937 14.5971 21.5936 15.7365 21.5188C16.1288 21.4931 16.5565 21.4007 16.9248 21.251C17.3345 21.0845 17.5395 21.0012 17.6437 21.0138C17.7478 21.0264 17.8989 21.1364 18.2011 21.3563C18.7339 21.744 19.4051 22.0225 20.4005 21.9986C20.9038 21.9865 21.1555 21.9804 21.2681 21.7909C21.3808 21.6013 21.2405 21.3389 20.9598 20.8141C20.5706 20.0862 20.324 19.2529 20.6977 18.5852C21.3413 17.6315 21.8879 16.5021 21.9678 15.2823C22.0107 14.6269 22.0107 13.9481 21.9678 13.2927C21.9146 12.4799 21.7173 11.7073 21.4012 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.345 17.4868C15.9006 17.2526 18.7328 14.4069 18.9658 10.8344C19.0114 10.1353 19.0114 9.41131 18.9658 8.71219C18.7328 5.13968 15.9006 2.29401 12.345 2.05985C11.132 1.97997 9.86553 1.98013 8.65499 2.05985C5.09943 2.29401 2.26725 5.13968 2.0342 8.71219C1.9886 9.41131 1.9886 10.1353 2.0342 10.8344C2.11908 12.1356 2.69992 13.3403 3.38372 14.3576C3.78076 15.0697 3.51873 15.9586 3.10518 16.735C2.807 17.2948 2.65791 17.5747 2.77762 17.7769C2.89732 17.9791 3.16472 17.9856 3.69951 17.9985C4.75712 18.024 5.47028 17.7269 6.03638 17.3134C6.35744 17.0788 6.51798 16.9615 6.62862 16.9481C6.73926 16.9346 6.957 17.0234 7.39241 17.2011C7.78374 17.3608 8.23812 17.4593 8.65499 17.4868C9.86553 17.5665 11.132 17.5666 12.345 17.4868Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-multiple-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.79098 19C7.46464 18.8681 7.28441 18.8042 7.18359 18.8166C7.05968 18.8317 6.8799 18.9637 6.52034 19.2275C5.88637 19.6928 5.0877 20.027 3.90328 19.9983C3.30437 19.9838 3.00491 19.9765 2.87085 19.749C2.73679 19.5216 2.90376 19.2067 3.23769 18.5769C3.70083 17.7034 3.99427 16.7035 3.54963 15.9023C2.78384 14.7578 2.13336 13.4025 2.0383 11.9387C1.98723 11.1522 1.98723 10.3377 2.0383 9.55121C2.29929 5.53215 5.47105 2.33076 9.45292 2.06733C10.8086 1.97765 12.2269 1.97746 13.5854 2.06733C17.5503 2.32964 20.712 5.50498 20.9965 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6976 21.6471C12.1878 21.4862 10.1886 19.5298 10.0241 17.0737C9.99195 16.593 9.99195 16.0953 10.0241 15.6146C10.1886 13.1585 12.1878 11.2021 14.6976 11.0411C15.5539 10.9862 16.4479 10.9863 17.3024 11.0411C19.8122 11.2021 21.8114 13.1585 21.9759 15.6146C22.008 16.0953 22.008 16.593 21.9759 17.0737C21.9159 17.9682 21.5059 18.7965 21.0233 19.4958C20.743 19.9854 20.928 20.5965 21.2199 21.1303C21.4304 21.5152 21.5356 21.7076 21.4511 21.8466C21.3666 21.9857 21.1778 21.9901 20.8003 21.999C20.0538 22.0165 19.5504 21.8123 19.1508 21.5279C18.9242 21.3667 18.8108 21.2861 18.7327 21.2768C18.6546 21.2675 18.5009 21.3286 18.1936 21.4507C17.9174 21.5605 17.5966 21.6283 17.3024 21.6471C16.4479 21.702 15.5539 21.7021 14.6976 21.6471Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.79098 19C7.46464 18.8681 7.28441 18.8042 7.18359 18.8166C7.05968 18.8317 6.8799 18.9637 6.52034 19.2275C5.88637 19.6928 5.0877 20.027 3.90328 19.9983C3.30437 19.9838 3.00491 19.9765 2.87085 19.749C2.73679 19.5216 2.90376 19.2067 3.23769 18.5769C3.70083 17.7034 3.99427 16.7035 3.54963 15.9023C2.78384 14.7578 2.13336 13.4025 2.0383 11.9387C1.98723 11.1522 1.98723 10.3377 2.0383 9.55121C2.29929 5.53215 5.47105 2.33076 9.45292 2.06733C10.8086 1.97765 12.2269 1.97746 13.5854 2.06733C17.5503 2.32964 20.712 5.50498 20.9965 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6976 21.6471C12.1878 21.4862 10.1886 19.5298 10.0241 17.0737C9.99195 16.593 9.99195 16.0953 10.0241 15.6146C10.1886 13.1585 12.1878 11.2021 14.6976 11.0411C15.5539 10.9862 16.4479 10.9863 17.3024 11.0411C19.8122 11.2021 21.8114 13.1585 21.9759 15.6146C22.008 16.0953 22.008 16.593 21.9759 17.0737C21.9159 17.9682 21.5059 18.7965 21.0233 19.4958C20.743 19.9854 20.928 20.5965 21.2199 21.1303C21.4304 21.5152 21.5356 21.7076 21.4511 21.8466C21.3666 21.9857 21.1778 21.9901 20.8003 21.999C20.0538 22.0165 19.5504 21.8123 19.1508 21.5279C18.9242 21.3667 18.8108 21.2861 18.7327 21.2768C18.6546 21.2675 18.5009 21.3286 18.1936 21.4507C17.9174 21.5605 17.5966 21.6283 17.3024 21.6471C16.4479 21.702 15.5539 21.7021 14.6976 21.6471Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-notification-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9598 10.9707C22.0134 11.8009 22.0134 12.6607 21.9598 13.4909C21.6856 17.7332 18.3536 21.1125 14.1706 21.3905C12.7435 21.4854 11.2536 21.4852 9.8294 21.3905C9.33896 21.3579 8.8044 21.2409 8.34401 21.0513C7.83177 20.8403 7.5756 20.7348 7.44544 20.7508C7.31527 20.7668 7.1264 20.9061 6.74868 21.1846C6.08268 21.6757 5.24367 22.0285 3.99943 21.9982C3.37026 21.9829 3.05568 21.9752 2.91484 21.7351C2.77401 21.495 2.94941 21.1626 3.30021 20.4978C3.78674 19.5758 4.09501 18.5203 3.62791 17.6746C2.82343 16.4666 2.1401 15.036 2.04024 13.4909C1.98659 12.6607 1.98659 11.8009 2.04024 10.9707C2.31441 6.72838 5.64639 3.34913 9.8294 3.07107C11.0318 2.99114 11.2812 2.97856 12.5 3.03368%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 5.5C22 7.433 20.433 9 18.5 9C16.567 9 15 7.433 15 5.5C15 3.567 16.567 2 18.5 2C20.433 2 22 3.567 22 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9598 10.9707C22.0134 11.8009 22.0134 12.6607 21.9598 13.4909C21.6856 17.7332 18.3536 21.1125 14.1706 21.3905C12.7435 21.4854 11.2536 21.4852 9.8294 21.3905C9.33896 21.3579 8.8044 21.2409 8.34401 21.0513C7.83177 20.8403 7.5756 20.7348 7.44544 20.7508C7.31527 20.7668 7.1264 20.9061 6.74868 21.1846C6.08268 21.6757 5.24367 22.0285 3.99943 21.9982C3.37026 21.9829 3.05568 21.9752 2.91484 21.7351C2.77401 21.495 2.94941 21.1626 3.30021 20.4978C3.78674 19.5758 4.09501 18.5203 3.62791 17.6746C2.82343 16.4666 2.1401 15.036 2.04024 13.4909C1.98659 12.6607 1.98659 11.8009 2.04024 10.9707C2.31441 6.72838 5.64639 3.34913 9.8294 3.07107C11.0318 2.99114 11.2812 2.97856 12.5 3.03368%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 5.5C22 7.433 20.433 9 18.5 9C16.567 9 15 7.433 15 5.5C15 3.567 16.567 2 18.5 2C20.433 2 22 3.567 22 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-notification-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9598 10.9707C22.0134 11.8009 22.0134 12.6607 21.9598 13.4909C21.6856 17.7332 18.3536 21.1125 14.1706 21.3905C12.7435 21.4854 11.2536 21.4852 9.8294 21.3905C9.33896 21.3579 8.8044 21.2409 8.34401 21.0513C7.83177 20.8403 7.5756 20.7348 7.44544 20.7508C7.31527 20.7668 7.1264 20.9061 6.74868 21.1846C6.08268 21.6757 5.24367 22.0285 3.99943 21.9982C3.37026 21.9829 3.05568 21.9752 2.91484 21.7351C2.77401 21.495 2.94941 21.1626 3.30021 20.4978C3.78674 19.5758 4.09501 18.5203 3.62791 17.6746C2.82343 16.4666 2.1401 15.036 2.04024 13.4909C1.98659 12.6607 1.98659 11.8009 2.04024 10.9707C2.31441 6.72838 5.64639 3.34913 9.8294 3.07107C11.0318 2.99114 11.2812 2.97856 12.5 3.03368%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 5.5C22 7.433 20.433 9 18.5 9C16.567 9 15 7.433 15 5.5C15 3.567 16.567 2 18.5 2C20.433 2 22 3.567 22 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9598 10.9707C22.0134 11.8009 22.0134 12.6607 21.9598 13.4909C21.6856 17.7332 18.3536 21.1125 14.1706 21.3905C12.7435 21.4854 11.2536 21.4852 9.8294 21.3905C9.33896 21.3579 8.8044 21.2409 8.34401 21.0513C7.83177 20.8403 7.5756 20.7348 7.44544 20.7508C7.31527 20.7668 7.1264 20.9061 6.74868 21.1846C6.08268 21.6757 5.24367 22.0285 3.99943 21.9982C3.37026 21.9829 3.05568 21.9752 2.91484 21.7351C2.77401 21.495 2.94941 21.1626 3.30021 20.4978C3.78674 19.5758 4.09501 18.5203 3.62791 17.6746C2.82343 16.4666 2.1401 15.036 2.04024 13.4909C1.98659 12.6607 1.98659 11.8009 2.04024 10.9707C2.31441 6.72838 5.64639 3.34913 9.8294 3.07107C11.0318 2.99114 11.2812 2.97856 12.5 3.03368%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 5.5C22 7.433 20.433 9 18.5 9C16.567 9 15 7.433 15 5.5C15 3.567 16.567 2 18.5 2C20.433 2 22 3.567 22 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-outgoing-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.7109 9.3871C21.8404 9.895 21.9249 10.4215 21.9598 10.9621C22.0134 11.7929 22.0134 12.6533 21.9598 13.4842C21.6856 17.7299 18.3536 21.1118 14.1706 21.3901C12.7435 21.485 11.2536 21.4848 9.8294 21.3901C9.33896 21.3574 8.8044 21.2403 8.34401 21.0505C7.83177 20.8394 7.5756 20.7338 7.44544 20.7498C7.31527 20.7659 7.1264 20.9052 6.74868 21.184C6.08268 21.6755 5.24367 22.0285 3.99943 21.9982C3.37026 21.9829 3.05568 21.9752 2.91484 21.7349C2.77401 21.4946 2.94941 21.1619 3.30021 20.4966C3.78674 19.5739 4.09501 18.5176 3.62791 17.6712C2.82343 16.4623 2.1401 15.0305 2.04024 13.4842C1.98659 12.6533 1.98659 11.7929 2.04024 10.9621C2.31441 6.71638 5.64639 3.33448 9.8294 3.05621C10.2156 3.03051 10.6067 3.01177 11 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.5L14 4.5M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.7109 9.3871C21.8404 9.895 21.9249 10.4215 21.9598 10.9621C22.0134 11.7929 22.0134 12.6533 21.9598 13.4842C21.6856 17.7299 18.3536 21.1118 14.1706 21.3901C12.7435 21.485 11.2536 21.4848 9.8294 21.3901C9.33896 21.3574 8.8044 21.2403 8.34401 21.0505C7.83177 20.8394 7.5756 20.7338 7.44544 20.7498C7.31527 20.7659 7.1264 20.9052 6.74868 21.184C6.08268 21.6755 5.24367 22.0285 3.99943 21.9982C3.37026 21.9829 3.05568 21.9752 2.91484 21.7349C2.77401 21.4946 2.94941 21.1619 3.30021 20.4966C3.78674 19.5739 4.09501 18.5176 3.62791 17.6712C2.82343 16.4623 2.1401 15.0305 2.04024 13.4842C1.98659 12.6533 1.98659 11.7929 2.04024 10.9621C2.31441 6.71638 5.64639 3.33448 9.8294 3.05621C10.2156 3.03051 10.6067 3.01177 11 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.5L14 4.5M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-outgoing-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.7109 9.3871C21.8404 9.895 21.9249 10.4215 21.9598 10.9621C22.0134 11.7929 22.0134 12.6533 21.9598 13.4842C21.6856 17.7299 18.3536 21.1118 14.1706 21.3901C12.7435 21.485 11.2536 21.4848 9.8294 21.3901C9.33896 21.3574 8.8044 21.2403 8.34401 21.0505C7.83177 20.8394 7.5756 20.7338 7.44544 20.7498C7.31527 20.7659 7.1264 20.9052 6.74868 21.184C6.08268 21.6755 5.24367 22.0285 3.99943 21.9982C3.37026 21.9829 3.05568 21.9752 2.91484 21.7349C2.77401 21.4946 2.94941 21.1619 3.30021 20.4966C3.78674 19.5739 4.09501 18.5176 3.62791 17.6712C2.82343 16.4623 2.1401 15.0305 2.04024 13.4842C1.98659 12.6533 1.98659 11.7929 2.04024 10.9621C2.31441 6.71638 5.64639 3.33448 9.8294 3.05621C10.2156 3.03051 10.6067 3.01177 11 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.5L14 4.5M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.7109 9.3871C21.8404 9.895 21.9249 10.4215 21.9598 10.9621C22.0134 11.7929 22.0134 12.6533 21.9598 13.4842C21.6856 17.7299 18.3536 21.1118 14.1706 21.3901C12.7435 21.485 11.2536 21.4848 9.8294 21.3901C9.33896 21.3574 8.8044 21.2403 8.34401 21.0505C7.83177 20.8394 7.5756 20.7338 7.44544 20.7498C7.31527 20.7659 7.1264 20.9052 6.74868 21.184C6.08268 21.6755 5.24367 22.0285 3.99943 21.9982C3.37026 21.9829 3.05568 21.9752 2.91484 21.7349C2.77401 21.4946 2.94941 21.1619 3.30021 20.4966C3.78674 19.5739 4.09501 18.5176 3.62791 17.6712C2.82343 16.4623 2.1401 15.0305 2.04024 13.4842C1.98659 12.6533 1.98659 11.7929 2.04024 10.9621C2.31441 6.71638 5.64639 3.33448 9.8294 3.05621C10.2156 3.03051 10.6067 3.01177 11 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.5L14 4.5M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-preview-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 15.5H15.5M8.5 10.5H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 3C10.2752 3.01018 10.0515 3.02267 9.8294 3.03746C5.64639 3.31601 2.31441 6.70126 2.04024 10.9511C1.98659 11.7828 1.98659 12.6441 2.04024 13.4758C2.1401 15.0236 2.82343 16.4568 3.62791 17.6669C4.09501 18.5141 3.78674 19.5715 3.30021 20.4952C2.94941 21.1611 2.77401 21.4941 2.91484 21.7346C3.05568 21.9752 3.37026 21.9828 3.99943 21.9982C5.24367 22.0285 6.08268 21.6752 6.74868 21.1832C7.1264 20.9041 7.31527 20.7646 7.44544 20.7486C7.5756 20.7326 7.83177 20.8383 8.34401 21.0496C8.8044 21.2396 9.33896 21.3568 9.8294 21.3894C11.2536 21.4843 12.7435 21.4845 14.1706 21.3894C18.3536 21.1109 21.6856 17.7257 21.9598 13.4758C22.0134 12.6441 22.0134 11.7828 21.9598 10.9511C21.939 10.6288 21.9006 10.3114 21.8456 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 5H17.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.7948 4.59071C21.9316 4.77342 22 4.86477 22 5C22 5.13523 21.9316 5.22658 21.7948 5.40929C21.1801 6.23024 19.6101 8 17.5 8C15.3899 8 13.8199 6.23024 13.2052 5.40929C13.0684 5.22658 13 5.13523 13 5C13 4.86477 13.0684 4.77342 13.2052 4.59071C13.8199 3.76976 15.3899 2 17.5 2C19.6101 2 21.1801 3.76976 21.7948 4.59071Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 15.5H15.5M8.5 10.5H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 3C10.2752 3.01018 10.0515 3.02267 9.8294 3.03746C5.64639 3.31601 2.31441 6.70126 2.04024 10.9511C1.98659 11.7828 1.98659 12.6441 2.04024 13.4758C2.1401 15.0236 2.82343 16.4568 3.62791 17.6669C4.09501 18.5141 3.78674 19.5715 3.30021 20.4952C2.94941 21.1611 2.77401 21.4941 2.91484 21.7346C3.05568 21.9752 3.37026 21.9828 3.99943 21.9982C5.24367 22.0285 6.08268 21.6752 6.74868 21.1832C7.1264 20.9041 7.31527 20.7646 7.44544 20.7486C7.5756 20.7326 7.83177 20.8383 8.34401 21.0496C8.8044 21.2396 9.33896 21.3568 9.8294 21.3894C11.2536 21.4843 12.7435 21.4845 14.1706 21.3894C18.3536 21.1109 21.6856 17.7257 21.9598 13.4758C22.0134 12.6441 22.0134 11.7828 21.9598 10.9511C21.939 10.6288 21.9006 10.3114 21.8456 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 5H17.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.7948 4.59071C21.9316 4.77342 22 4.86477 22 5C22 5.13523 21.9316 5.22658 21.7948 5.40929C21.1801 6.23024 19.6101 8 17.5 8C15.3899 8 13.8199 6.23024 13.2052 5.40929C13.0684 5.22658 13 5.13523 13 5C13 4.86477 13.0684 4.77342 13.2052 4.59071C13.8199 3.76976 15.3899 2 17.5 2C19.6101 2 21.1801 3.76976 21.7948 4.59071Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-preview-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 3C10.2752 3.01018 10.0515 3.02267 9.8294 3.03746C5.64639 3.31601 2.31441 6.70126 2.04024 10.9511C1.98659 11.7828 1.98659 12.6441 2.04024 13.4758C2.1401 15.0236 2.82343 16.4568 3.62791 17.6669C4.09501 18.5141 3.78674 19.5715 3.30021 20.4952C2.94941 21.1611 2.77401 21.4941 2.91484 21.7346C3.05568 21.9752 3.37026 21.9828 3.99943 21.9982C5.24367 22.0285 6.08268 21.6752 6.74868 21.1832C7.1264 20.9041 7.31527 20.7646 7.44544 20.7486C7.5756 20.7326 7.83177 20.8383 8.34401 21.0496C8.8044 21.2396 9.33896 21.3568 9.8294 21.3894C11.2536 21.4843 12.7435 21.4845 14.1706 21.3894C18.3536 21.1109 21.6856 17.7257 21.9598 13.4758C22.0134 12.6441 22.0134 11.7828 21.9598 10.9511C21.939 10.6288 21.9006 10.3114 21.8456 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 5H17.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.7948 4.59071C21.9316 4.77342 22 4.86477 22 5C22 5.13523 21.9316 5.22658 21.7948 5.40929C21.1801 6.23024 19.6101 8 17.5 8C15.3899 8 13.8199 6.23024 13.2052 5.40929C13.0684 5.22658 13 5.13523 13 5C13 4.86477 13.0684 4.77342 13.2052 4.59071C13.8199 3.76976 15.3899 2 17.5 2C19.6101 2 21.1801 3.76976 21.7948 4.59071Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 3C10.2752 3.01018 10.0515 3.02267 9.8294 3.03746C5.64639 3.31601 2.31441 6.70126 2.04024 10.9511C1.98659 11.7828 1.98659 12.6441 2.04024 13.4758C2.1401 15.0236 2.82343 16.4568 3.62791 17.6669C4.09501 18.5141 3.78674 19.5715 3.30021 20.4952C2.94941 21.1611 2.77401 21.4941 2.91484 21.7346C3.05568 21.9752 3.37026 21.9828 3.99943 21.9982C5.24367 22.0285 6.08268 21.6752 6.74868 21.1832C7.1264 20.9041 7.31527 20.7646 7.44544 20.7486C7.5756 20.7326 7.83177 20.8383 8.34401 21.0496C8.8044 21.2396 9.33896 21.3568 9.8294 21.3894C11.2536 21.4843 12.7435 21.4845 14.1706 21.3894C18.3536 21.1109 21.6856 17.7257 21.9598 13.4758C22.0134 12.6441 22.0134 11.7828 21.9598 10.9511C21.939 10.6288 21.9006 10.3114 21.8456 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 5H17.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.7948 4.59071C21.9316 4.77342 22 4.86477 22 5C22 5.13523 21.9316 5.22658 21.7948 5.40929C21.1801 6.23024 19.6101 8 17.5 8C15.3899 8 13.8199 6.23024 13.2052 5.40929C13.0684 5.22658 13 5.13523 13 5C13 4.86477 13.0684 4.77342 13.2052 4.59071C13.8199 3.76976 15.3899 2 17.5 2C19.6101 2 21.1801 3.76976 21.7948 4.59071Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-question{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1706 20.8905C18.3536 20.6125 21.6856 17.2332 21.9598 12.9909C22.0134 12.1607 22.0134 11.3009 21.9598 10.4707C21.6856 6.22838 18.3536 2.84913 14.1706 2.57107C12.7435 2.47621 11.2536 2.47641 9.8294 2.57107C5.64639 2.84913 2.31441 6.22838 2.04024 10.4707C1.98659 11.3009 1.98659 12.1607 2.04024 12.9909C2.1401 14.536 2.82343 15.9666 3.62791 17.1746C4.09501 18.0203 3.78674 19.0758 3.30021 19.9978C2.94941 20.6626 2.77401 20.995 2.91484 21.2351C3.05568 21.4752 3.37026 21.4829 3.99943 21.4982C5.24367 21.5285 6.08268 21.1757 6.74868 20.6846C7.1264 20.4061 7.31527 20.2668 7.44544 20.2508C7.5756 20.2348 7.83177 20.3403 8.34401 20.5513C8.8044 20.7409 9.33896 20.8579 9.8294 20.8905C11.2536 20.9852 12.7435 20.9854 14.1706 20.8905Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 9.53846C10.5 8.68879 11.1716 8 12 8C12.8284 8 13.5 8.68879 13.5 9.53846C13.5 9.84473 13.4127 10.1301 13.2623 10.3698C12.8141 11.0844 12 11.7657 12 12.6154V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15H12.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1706 20.8905C18.3536 20.6125 21.6856 17.2332 21.9598 12.9909C22.0134 12.1607 22.0134 11.3009 21.9598 10.4707C21.6856 6.22838 18.3536 2.84913 14.1706 2.57107C12.7435 2.47621 11.2536 2.47641 9.8294 2.57107C5.64639 2.84913 2.31441 6.22838 2.04024 10.4707C1.98659 11.3009 1.98659 12.1607 2.04024 12.9909C2.1401 14.536 2.82343 15.9666 3.62791 17.1746C4.09501 18.0203 3.78674 19.0758 3.30021 19.9978C2.94941 20.6626 2.77401 20.995 2.91484 21.2351C3.05568 21.4752 3.37026 21.4829 3.99943 21.4982C5.24367 21.5285 6.08268 21.1757 6.74868 20.6846C7.1264 20.4061 7.31527 20.2668 7.44544 20.2508C7.5756 20.2348 7.83177 20.3403 8.34401 20.5513C8.8044 20.7409 9.33896 20.8579 9.8294 20.8905C11.2536 20.9852 12.7435 20.9854 14.1706 20.8905Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 9.53846C10.5 8.68879 11.1716 8 12 8C12.8284 8 13.5 8.68879 13.5 9.53846C13.5 9.84473 13.4127 10.1301 13.2623 10.3698C12.8141 11.0844 12 11.7657 12 12.6154V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15H12.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-search-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3.00391C11.4383 3.01227 10.3789 3.03473 9.8294 3.07126C5.64639 3.34932 2.31441 6.72856 2.04024 10.9709C1.98659 11.8011 1.98659 12.6609 2.04024 13.4911C2.1401 15.0362 2.82343 16.4668 3.62791 17.6748C4.09501 18.5205 3.78674 19.576 3.30021 20.498C2.94941 21.1628 2.77401 21.4952 2.91484 21.7353C3.05568 21.9754 3.37026 21.9831 3.99943 21.9984C5.24367 22.0287 6.08268 21.6759 6.74868 21.1848C7.1264 20.9063 7.31527 20.767 7.44544 20.751C7.5756 20.735 7.83177 20.8405 8.34401 21.0515C8.8044 21.2411 9.33896 21.3581 9.8294 21.3907C11.2536 21.4854 12.7435 21.4856 14.1706 21.3907C18.3536 21.1127 21.6856 17.7334 21.9598 13.4911C21.9915 13.0004 22.0044 12.4993 21.9987 12.0002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.2649 7.27042L22 9M21.1714 5.08571C21.1714 3.38152 19.7899 2 18.0857 2C16.3815 2 15 3.38152 15 5.08571C15 6.78991 16.3815 8.17143 18.0857 8.17143C19.7899 8.17143 21.1714 6.78991 21.1714 5.08571Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3.00391C11.4383 3.01227 10.3789 3.03473 9.8294 3.07126C5.64639 3.34932 2.31441 6.72856 2.04024 10.9709C1.98659 11.8011 1.98659 12.6609 2.04024 13.4911C2.1401 15.0362 2.82343 16.4668 3.62791 17.6748C4.09501 18.5205 3.78674 19.576 3.30021 20.498C2.94941 21.1628 2.77401 21.4952 2.91484 21.7353C3.05568 21.9754 3.37026 21.9831 3.99943 21.9984C5.24367 22.0287 6.08268 21.6759 6.74868 21.1848C7.1264 20.9063 7.31527 20.767 7.44544 20.751C7.5756 20.735 7.83177 20.8405 8.34401 21.0515C8.8044 21.2411 9.33896 21.3581 9.8294 21.3907C11.2536 21.4854 12.7435 21.4856 14.1706 21.3907C18.3536 21.1127 21.6856 17.7334 21.9598 13.4911C21.9915 13.0004 22.0044 12.4993 21.9987 12.0002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.2649 7.27042L22 9M21.1714 5.08571C21.1714 3.38152 19.7899 2 18.0857 2C16.3815 2 15 3.38152 15 5.08571C15 6.78991 16.3815 8.17143 18.0857 8.17143C19.7899 8.17143 21.1714 6.78991 21.1714 5.08571Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-search-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5071 3C10.9462 3.01156 10.2474 3.03103 9.83523 3.05843C5.6491 3.33667 2.31464 6.71817 2.04027 10.9634C1.98658 11.7941 1.98658 12.6544 2.04027 13.4852C2.1402 15.0313 2.82405 16.4629 3.62912 17.6717C4.09657 18.518 3.78807 19.5742 3.30118 20.4968C2.95012 21.162 2.77459 21.4946 2.91552 21.7349C3.05646 21.9752 3.37128 21.9829 4.00091 21.9982C5.24608 22.0285 6.08572 21.6755 6.75221 21.1841C7.13022 20.9054 7.31922 20.766 7.44949 20.75C7.57976 20.734 7.83611 20.8395 8.34873 21.0506C8.80947 21.2404 9.34443 21.3575 9.83523 21.3901C11.2605 21.4849 12.7515 21.485 14.1797 21.3901C18.3658 21.1119 21.7003 17.7304 21.9746 13.4852C21.9851 13.3224 21.9936 13.1586 22 12.994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.017 8.02334L22 10M21.0531 5.52653C21.0531 3.57888 19.4742 2 17.5265 2C15.5789 2 14 3.57888 14 5.52653C14 7.47418 15.5789 9.05306 17.5265 9.05306C19.4742 9.05306 21.0531 7.47418 21.0531 5.52653Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5071 3C10.9462 3.01156 10.2474 3.03103 9.83523 3.05843C5.6491 3.33667 2.31464 6.71817 2.04027 10.9634C1.98658 11.7941 1.98658 12.6544 2.04027 13.4852C2.1402 15.0313 2.82405 16.4629 3.62912 17.6717C4.09657 18.518 3.78807 19.5742 3.30118 20.4968C2.95012 21.162 2.77459 21.4946 2.91552 21.7349C3.05646 21.9752 3.37128 21.9829 4.00091 21.9982C5.24608 22.0285 6.08572 21.6755 6.75221 21.1841C7.13022 20.9054 7.31922 20.766 7.44949 20.75C7.57976 20.734 7.83611 20.8395 8.34873 21.0506C8.80947 21.2404 9.34443 21.3575 9.83523 21.3901C11.2605 21.4849 12.7515 21.485 14.1797 21.3901C18.3658 21.1119 21.7003 17.7304 21.9746 13.4852C21.9851 13.3224 21.9936 13.1586 22 12.994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.017 8.02334L22 10M21.0531 5.52653C21.0531 3.57888 19.4742 2 17.5265 2C15.5789 2 14 3.57888 14 5.52653C14 7.47418 15.5789 9.05306 17.5265 9.05306C19.4742 9.05306 21.0531 7.47418 21.0531 5.52653Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-secure-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 3.00391C10.9383 3.01227 10.3789 3.03473 9.8294 3.07126C5.64639 3.34932 2.31441 6.72856 2.04024 10.9709C1.98659 11.8011 1.98659 12.6609 2.04024 13.4911C2.1401 15.0362 2.82343 16.4668 3.62791 17.6748C4.09501 18.5205 3.78674 19.576 3.30021 20.498C2.94941 21.1628 2.77401 21.4952 2.91484 21.7353C3.05568 21.9754 3.37026 21.9831 3.99943 21.9984C5.24367 22.0287 6.08268 21.6759 6.74868 21.1848C7.1264 20.9063 7.31527 20.767 7.44544 20.751C7.5756 20.735 7.83177 20.8405 8.34401 21.0515C8.8044 21.2411 9.33896 21.3581 9.8294 21.3907C11.2536 21.4854 12.7435 21.4856 14.1706 21.3907C18.3536 21.1127 21.6856 17.7334 21.9598 13.4911C21.9915 13.0004 22.0044 12.4994 21.9987 12.0002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9992 2C16.7328 2 15.9117 2.8076 14.9405 3.10196C14.5456 3.22165 14.3482 3.2815 14.2683 3.36586C14.1884 3.45022 14.165 3.5735 14.1182 3.82005C13.6174 6.4584 14.712 8.89759 17.3222 9.84699C17.6027 9.949 17.7429 10 18.0006 10C18.2583 10 18.3986 9.94899 18.679 9.84698C21.2891 8.89758 22.3826 6.45839 21.8817 3.82005C21.8349 3.57346 21.8114 3.45016 21.7315 3.36579C21.6516 3.28143 21.4542 3.22162 21.0593 3.10199C20.0878 2.80766 19.2657 2 17.9992 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 3.00391C10.9383 3.01227 10.3789 3.03473 9.8294 3.07126C5.64639 3.34932 2.31441 6.72856 2.04024 10.9709C1.98659 11.8011 1.98659 12.6609 2.04024 13.4911C2.1401 15.0362 2.82343 16.4668 3.62791 17.6748C4.09501 18.5205 3.78674 19.576 3.30021 20.498C2.94941 21.1628 2.77401 21.4952 2.91484 21.7353C3.05568 21.9754 3.37026 21.9831 3.99943 21.9984C5.24367 22.0287 6.08268 21.6759 6.74868 21.1848C7.1264 20.9063 7.31527 20.767 7.44544 20.751C7.5756 20.735 7.83177 20.8405 8.34401 21.0515C8.8044 21.2411 9.33896 21.3581 9.8294 21.3907C11.2536 21.4854 12.7435 21.4856 14.1706 21.3907C18.3536 21.1127 21.6856 17.7334 21.9598 13.4911C21.9915 13.0004 22.0044 12.4994 21.9987 12.0002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9992 2C16.7328 2 15.9117 2.8076 14.9405 3.10196C14.5456 3.22165 14.3482 3.2815 14.2683 3.36586C14.1884 3.45022 14.165 3.5735 14.1182 3.82005C13.6174 6.4584 14.712 8.89759 17.3222 9.84699C17.6027 9.949 17.7429 10 18.0006 10C18.2583 10 18.3986 9.94899 18.679 9.84698C21.2891 8.89758 22.3826 6.45839 21.8817 3.82005C21.8349 3.57346 21.8114 3.45016 21.7315 3.36579C21.6516 3.28143 21.4542 3.22162 21.0593 3.10199C20.0878 2.80766 19.2657 2 17.9992 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-secure-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9987 11.9922C22.0044 12.4917 21.9915 12.9931 21.9598 13.4842C21.6856 17.7299 18.3536 21.1118 14.1706 21.3901C12.7435 21.485 11.2536 21.4848 9.8294 21.3901C9.33896 21.3574 8.8044 21.2403 8.34401 21.0505C7.83177 20.8394 7.5756 20.7338 7.44544 20.7498C7.31527 20.7659 7.1264 20.9052 6.74868 21.184C6.08268 21.6755 5.24367 22.0285 3.99943 21.9982C3.37026 21.9829 3.05568 21.9752 2.91484 21.7349C2.77401 21.4946 2.94941 21.1619 3.30021 20.4966C3.78674 19.5739 4.09501 18.5176 3.62791 17.6712C2.82343 16.4623 2.1401 15.0305 2.04024 13.4842C1.98659 12.6533 1.98659 11.7929 2.04024 10.9621C2.31441 6.71638 5.64639 3.33448 9.8294 3.05621C10.2156 3.03051 10.6067 3.01177 11 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9992 2C16.7328 2 15.9117 2.8076 14.9405 3.10196C14.5456 3.22165 14.3482 3.2815 14.2683 3.36586C14.1884 3.45022 14.165 3.5735 14.1182 3.82005C13.6174 6.4584 14.712 8.89759 17.3222 9.84699C17.6027 9.949 17.7429 10 18.0006 10C18.2583 10 18.3986 9.94899 18.679 9.84698C21.2891 8.89758 22.3826 6.45839 21.8817 3.82005C21.8349 3.57346 21.8114 3.45016 21.7315 3.36579C21.6516 3.28143 21.4542 3.22162 21.0593 3.10199C20.0878 2.80766 19.2657 2 17.9992 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9987 11.9922C22.0044 12.4917 21.9915 12.9931 21.9598 13.4842C21.6856 17.7299 18.3536 21.1118 14.1706 21.3901C12.7435 21.485 11.2536 21.4848 9.8294 21.3901C9.33896 21.3574 8.8044 21.2403 8.34401 21.0505C7.83177 20.8394 7.5756 20.7338 7.44544 20.7498C7.31527 20.7659 7.1264 20.9052 6.74868 21.184C6.08268 21.6755 5.24367 22.0285 3.99943 21.9982C3.37026 21.9829 3.05568 21.9752 2.91484 21.7349C2.77401 21.4946 2.94941 21.1619 3.30021 20.4966C3.78674 19.5739 4.09501 18.5176 3.62791 17.6712C2.82343 16.4623 2.1401 15.0305 2.04024 13.4842C1.98659 12.6533 1.98659 11.7929 2.04024 10.9621C2.31441 6.71638 5.64639 3.33448 9.8294 3.05621C10.2156 3.03051 10.6067 3.01177 11 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9992 2C16.7328 2 15.9117 2.8076 14.9405 3.10196C14.5456 3.22165 14.3482 3.2815 14.2683 3.36586C14.1884 3.45022 14.165 3.5735 14.1182 3.82005C13.6174 6.4584 14.712 8.89759 17.3222 9.84699C17.6027 9.949 17.7429 10 18.0006 10C18.2583 10 18.3986 9.94899 18.679 9.84698C21.2891 8.89758 22.3826 6.45839 21.8817 3.82005C21.8349 3.57346 21.8114 3.45016 21.7315 3.36579C21.6516 3.28143 21.4542 3.22162 21.0593 3.10199C20.0878 2.80766 19.2657 2 17.9992 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-translate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1706 20.8905C18.3536 20.6125 21.6856 17.2332 21.9598 12.9909C22.0134 12.1607 22.0134 11.3009 21.9598 10.4707C21.6856 6.22838 18.3536 2.84913 14.1706 2.57107C12.7435 2.47621 11.2536 2.47641 9.8294 2.57107C5.64639 2.84913 2.31441 6.22838 2.04024 10.4707C1.98659 11.3009 1.98659 12.1607 2.04024 12.9909C2.1401 14.536 2.82343 15.9666 3.62791 17.1746C4.09501 18.0203 3.78674 19.0758 3.30021 19.9978C2.94941 20.6626 2.77401 20.995 2.91484 21.2351C3.05568 21.4752 3.37026 21.4829 3.99943 21.4982C5.24367 21.5285 6.08268 21.1757 6.74868 20.6846C7.1264 20.4061 7.31527 20.2668 7.44544 20.2508C7.5756 20.2348 7.83177 20.3403 8.34401 20.5513C8.8044 20.7409 9.33896 20.8579 9.8294 20.8905C11.2536 20.9852 12.7435 20.9854 14.1706 20.8905Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9.24138H12M16 9.24138H14.5714M12 9.24138H14.5714M12 9.24138V8M14.5714 9.24138C14.1025 10.939 13.1207 12.5439 12 13.9542M9.14286 17C10.0488 16.1565 11.072 15.122 12 13.9542M12 13.9542C11.4286 13.2759 10.6286 12.1784 10.4 11.6818M12 13.9542L13.7143 15.7586%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1706 20.8905C18.3536 20.6125 21.6856 17.2332 21.9598 12.9909C22.0134 12.1607 22.0134 11.3009 21.9598 10.4707C21.6856 6.22838 18.3536 2.84913 14.1706 2.57107C12.7435 2.47621 11.2536 2.47641 9.8294 2.57107C5.64639 2.84913 2.31441 6.22838 2.04024 10.4707C1.98659 11.3009 1.98659 12.1607 2.04024 12.9909C2.1401 14.536 2.82343 15.9666 3.62791 17.1746C4.09501 18.0203 3.78674 19.0758 3.30021 19.9978C2.94941 20.6626 2.77401 20.995 2.91484 21.2351C3.05568 21.4752 3.37026 21.4829 3.99943 21.4982C5.24367 21.5285 6.08268 21.1757 6.74868 20.6846C7.1264 20.4061 7.31527 20.2668 7.44544 20.2508C7.5756 20.2348 7.83177 20.3403 8.34401 20.5513C8.8044 20.7409 9.33896 20.8579 9.8294 20.8905C11.2536 20.9852 12.7435 20.9854 14.1706 20.8905Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9.24138H12M16 9.24138H14.5714M12 9.24138H14.5714M12 9.24138V8M14.5714 9.24138C14.1025 10.939 13.1207 12.5439 12 13.9542M9.14286 17C10.0488 16.1565 11.072 15.122 12 13.9542M12 13.9542C11.4286 13.2759 10.6286 12.1784 10.4 11.6818M12 13.9542L13.7143 15.7586%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-unlock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 13.4909C21.7253 17.7332 18.3866 21.1125 14.1951 21.3905C12.7652 21.4854 11.2722 21.4852 9.84518 21.3905C9.35376 21.3579 8.81812 21.2409 8.3568 21.0513C7.84352 20.8403 7.58684 20.7348 7.45641 20.7508C7.32598 20.7668 7.13674 20.9061 6.75825 21.1846C6.09091 21.6757 5.25021 22.0285 4.00346 21.9982C3.37302 21.9829 3.0578 21.9752 2.91669 21.7351C2.77557 21.495 2.95132 21.1626 3.30283 20.4978C3.79035 19.5758 4.09923 18.5203 3.63119 17.6746C2.82509 16.4666 2.14038 15.036 2.04032 13.4909C1.98656 12.6607 1.98656 11.8009 2.04032 10.9707C2.31504 6.72838 5.65374 3.34913 9.84518 3.07107C10.7223 3.01289 11.6242 2.99039 12.5212 3.00372%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5312 5.35997V3.95232C16.5312 2.87408 17.4127 2 18.5 2C18.9887 2 19.4359 2.1766 19.7801 2.46895M17.8437 11H19.1563C20.1777 11 20.6884 11 21.0749 10.7951C21.3802 10.6333 21.6302 10.3854 21.7934 10.0827C22 9.6993 22 9.19286 22 8.17998C22 7.16711 22 6.66067 21.7934 6.2773C21.6302 5.9746 21.3802 5.72668 21.0749 5.56488C20.6884 5.35997 20.1777 5.35997 19.1563 5.35997H17.8437C16.8223 5.35997 16.3116 5.35997 15.9251 5.56488C15.6198 5.72668 15.3698 5.9746 15.2066 6.2773C15 6.66067 15 7.16711 15 8.17998C15 9.19286 15 9.6993 15.2066 10.0827C15.3698 10.3854 15.6198 10.6333 15.9251 10.7951C16.3116 11 16.8223 11 17.8437 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 13.4909C21.7253 17.7332 18.3866 21.1125 14.1951 21.3905C12.7652 21.4854 11.2722 21.4852 9.84518 21.3905C9.35376 21.3579 8.81812 21.2409 8.3568 21.0513C7.84352 20.8403 7.58684 20.7348 7.45641 20.7508C7.32598 20.7668 7.13674 20.9061 6.75825 21.1846C6.09091 21.6757 5.25021 22.0285 4.00346 21.9982C3.37302 21.9829 3.0578 21.9752 2.91669 21.7351C2.77557 21.495 2.95132 21.1626 3.30283 20.4978C3.79035 19.5758 4.09923 18.5203 3.63119 17.6746C2.82509 16.4666 2.14038 15.036 2.04032 13.4909C1.98656 12.6607 1.98656 11.8009 2.04032 10.9707C2.31504 6.72838 5.65374 3.34913 9.84518 3.07107C10.7223 3.01289 11.6242 2.99039 12.5212 3.00372%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5312 5.35997V3.95232C16.5312 2.87408 17.4127 2 18.5 2C18.9887 2 19.4359 2.1766 19.7801 2.46895M17.8437 11H19.1563C20.1777 11 20.6884 11 21.0749 10.7951C21.3802 10.6333 21.6302 10.3854 21.7934 10.0827C22 9.6993 22 9.19286 22 8.17998C22 7.16711 22 6.66067 21.7934 6.2773C21.6302 5.9746 21.3802 5.72668 21.0749 5.56488C20.6884 5.35997 20.1777 5.35997 19.1563 5.35997H17.8437C16.8223 5.35997 16.3116 5.35997 15.9251 5.56488C15.6198 5.72668 15.3698 5.9746 15.2066 6.2773C15 6.66067 15 7.16711 15 8.17998C15 9.19286 15 9.6993 15.2066 10.0827C15.3698 10.3854 15.6198 10.6333 15.9251 10.7951C16.3116 11 16.8223 11 17.8437 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-unlock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 13.4909C21.7253 17.7332 18.3866 21.1125 14.1951 21.3905C12.7652 21.4854 11.2722 21.4852 9.84518 21.3905C9.35376 21.3579 8.81812 21.2409 8.3568 21.0513C7.84352 20.8403 7.58684 20.7348 7.45641 20.7508C7.32598 20.7668 7.13674 20.9061 6.75825 21.1846C6.09092 21.6757 5.25021 22.0285 4.00346 21.9982C3.37302 21.9829 3.0578 21.9752 2.91669 21.7351C2.77557 21.495 2.95132 21.1626 3.30283 20.4978C3.79035 19.5758 4.09923 18.5203 3.63119 17.6746C2.82509 16.4666 2.14038 15.036 2.04032 13.4909C1.98656 12.6607 1.98656 11.8009 2.04032 10.9707C2.31504 6.72838 5.65374 3.34913 9.84518 3.07107C10.7223 3.01289 11.6242 2.99039 12.5212 3.00372%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5312 5.35997V3.95232C16.5312 2.87408 17.4127 2 18.5 2C18.9887 2 19.4359 2.1766 19.7801 2.46895M17.8437 11H19.1563C20.1777 11 20.6884 11 21.0749 10.7951C21.3802 10.6333 21.6302 10.3854 21.7934 10.0827C22 9.6993 22 9.19286 22 8.17998C22 7.16711 22 6.66067 21.7934 6.2773C21.6302 5.9746 21.3802 5.72668 21.0749 5.56488C20.6884 5.35997 20.1777 5.35997 19.1563 5.35997H17.8437C16.8223 5.35997 16.3116 5.35997 15.9251 5.56488C15.6198 5.72668 15.3698 5.9746 15.2066 6.2773C15 6.66067 15 7.16711 15 8.17998C15 9.19286 15 9.6993 15.2066 10.0827C15.3698 10.3854 15.6198 10.6333 15.9251 10.7951C16.3116 11 16.8223 11 17.8437 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 13.4909C21.7253 17.7332 18.3866 21.1125 14.1951 21.3905C12.7652 21.4854 11.2722 21.4852 9.84518 21.3905C9.35376 21.3579 8.81812 21.2409 8.3568 21.0513C7.84352 20.8403 7.58684 20.7348 7.45641 20.7508C7.32598 20.7668 7.13674 20.9061 6.75825 21.1846C6.09092 21.6757 5.25021 22.0285 4.00346 21.9982C3.37302 21.9829 3.0578 21.9752 2.91669 21.7351C2.77557 21.495 2.95132 21.1626 3.30283 20.4978C3.79035 19.5758 4.09923 18.5203 3.63119 17.6746C2.82509 16.4666 2.14038 15.036 2.04032 13.4909C1.98656 12.6607 1.98656 11.8009 2.04032 10.9707C2.31504 6.72838 5.65374 3.34913 9.84518 3.07107C10.7223 3.01289 11.6242 2.99039 12.5212 3.00372%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5312 5.35997V3.95232C16.5312 2.87408 17.4127 2 18.5 2C18.9887 2 19.4359 2.1766 19.7801 2.46895M17.8437 11H19.1563C20.1777 11 20.6884 11 21.0749 10.7951C21.3802 10.6333 21.6302 10.3854 21.7934 10.0827C22 9.6993 22 9.19286 22 8.17998C22 7.16711 22 6.66067 21.7934 6.2773C21.6302 5.9746 21.3802 5.72668 21.0749 5.56488C20.6884 5.35997 20.1777 5.35997 19.1563 5.35997H17.8437C16.8223 5.35997 16.3116 5.35997 15.9251 5.56488C15.6198 5.72668 15.3698 5.9746 15.2066 6.2773C15 6.66067 15 7.16711 15 8.17998C15 9.19286 15 9.6993 15.2066 10.0827C15.3698 10.3854 15.6198 10.6333 15.9251 10.7951C16.3116 11 16.8223 11 17.8437 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-upload-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 3.03368C12.2812 2.97856 11.0318 2.99114 9.8294 3.07107C5.64639 3.34913 2.31441 6.72838 2.04024 10.9707C1.98659 11.8009 1.98659 12.6607 2.04024 13.4909C2.1401 15.036 2.82343 16.4666 3.62791 17.6746C4.09501 18.5203 3.78674 19.5758 3.30021 20.4978C2.94941 21.1626 2.77401 21.495 2.91484 21.7351C3.05568 21.9752 3.37026 21.9829 3.99943 21.9982C5.24367 22.0285 6.08268 21.6757 6.74868 21.1846C7.1264 20.9061 7.31527 20.7668 7.44544 20.7508C7.5756 20.7348 7.83177 20.8403 8.34401 21.0513C8.8044 21.2409 9.33896 21.3579 9.8294 21.3905C11.2536 21.4852 12.7435 21.4854 14.1706 21.3905C18.3536 21.1125 21.6856 17.7332 21.9598 13.4909C21.9809 13.164 21.9937 12.8325 21.9982 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4.5C17.4915 3.9943 18.7998 2 19.5 2M22 4.5C21.5085 3.9943 20.2002 2 19.5 2M19.5 2V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 3.03368C12.2812 2.97856 11.0318 2.99114 9.8294 3.07107C5.64639 3.34913 2.31441 6.72838 2.04024 10.9707C1.98659 11.8009 1.98659 12.6607 2.04024 13.4909C2.1401 15.036 2.82343 16.4666 3.62791 17.6746C4.09501 18.5203 3.78674 19.5758 3.30021 20.4978C2.94941 21.1626 2.77401 21.495 2.91484 21.7351C3.05568 21.9752 3.37026 21.9829 3.99943 21.9982C5.24367 22.0285 6.08268 21.6757 6.74868 21.1846C7.1264 20.9061 7.31527 20.7668 7.44544 20.7508C7.5756 20.7348 7.83177 20.8403 8.34401 21.0513C8.8044 21.2409 9.33896 21.3579 9.8294 21.3905C11.2536 21.4852 12.7435 21.4854 14.1706 21.3905C18.3536 21.1125 21.6856 17.7332 21.9598 13.4909C21.9809 13.164 21.9937 12.8325 21.9982 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4.5C17.4915 3.9943 18.7998 2 19.5 2M22 4.5C21.5085 3.9943 20.2002 2 19.5 2M19.5 2V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-upload-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 3.03368C12.2812 2.97856 11.0318 2.99114 9.8294 3.07107C5.64639 3.34913 2.31441 6.72838 2.04024 10.9707C1.98659 11.8009 1.98659 12.6607 2.04024 13.4909C2.1401 15.036 2.82343 16.4666 3.62791 17.6746C4.09501 18.5203 3.78674 19.5758 3.30021 20.4978C2.94941 21.1626 2.77401 21.495 2.91484 21.7351C3.05568 21.9752 3.37026 21.9829 3.99943 21.9982C5.24367 22.0285 6.08268 21.6757 6.74868 21.1846C7.1264 20.9061 7.31527 20.7668 7.44544 20.7508C7.5756 20.7348 7.83177 20.8403 8.34401 21.0513C8.8044 21.2409 9.33896 21.3579 9.8294 21.3905C11.2536 21.4852 12.7435 21.4854 14.1706 21.3905C18.3536 21.1125 21.6856 17.7332 21.9598 13.4909C21.9809 13.164 21.9937 12.8325 21.9982 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4.5C17.4915 3.9943 18.7998 2 19.5 2M22 4.5C21.5085 3.9943 20.2002 2 19.5 2M19.5 2V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M15.9908 12.5H15.9998M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 3.03368C12.2812 2.97856 11.0318 2.99114 9.8294 3.07107C5.64639 3.34913 2.31441 6.72838 2.04024 10.9707C1.98659 11.8009 1.98659 12.6607 2.04024 13.4909C2.1401 15.036 2.82343 16.4666 3.62791 17.6746C4.09501 18.5203 3.78674 19.5758 3.30021 20.4978C2.94941 21.1626 2.77401 21.495 2.91484 21.7351C3.05568 21.9752 3.37026 21.9829 3.99943 21.9982C5.24367 22.0285 6.08268 21.6757 6.74868 21.1846C7.1264 20.9061 7.31527 20.7668 7.44544 20.7508C7.5756 20.7348 7.83177 20.8403 8.34401 21.0513C8.8044 21.2409 9.33896 21.3579 9.8294 21.3905C11.2536 21.4852 12.7435 21.4854 14.1706 21.3905C18.3536 21.1125 21.6856 17.7332 21.9598 13.4909C21.9809 13.164 21.9937 12.8325 21.9982 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4.5C17.4915 3.9943 18.7998 2 19.5 2M22 4.5C21.5085 3.9943 20.2002 2 19.5 2M19.5 2V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-user-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5212 3H11.5192C10.9563 3.00836 10.3958 3.03083 9.84518 3.06737C5.65374 3.34548 2.31504 6.72539 2.04032 10.9686C1.98656 11.7989 1.98656 12.6588 2.04032 13.4892C2.14038 15.0346 2.82509 16.4655 3.63119 17.6738C4.09923 18.5196 3.79035 19.5754 3.30283 20.4975C2.95132 21.1624 2.77557 21.4949 2.91669 21.735C3.0578 21.9752 3.37302 21.9829 4.00346 21.9982C5.25021 22.0285 6.09091 21.6757 6.75825 21.1845C7.13674 20.9059 7.32598 20.7666 7.45641 20.7506C7.58684 20.7346 7.84352 20.8401 8.3568 21.0511C8.81812 21.2408 9.35376 21.3578 9.84518 21.3904C11.2722 21.4851 12.7652 21.4853 14.1951 21.3904C18.217 21.1236 21.5019 18.0009 22 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.59 8.64819C14.9612 9.01675 13.3126 9.7693 14.3167 10.711C14.8072 11.171 15.3536 11.5 16.0404 11.5H19.9596C20.6464 11.5 21.1928 11.171 21.6833 10.711C22.6874 9.7693 21.0388 9.01675 20.41 8.64819C18.9355 7.78394 17.0645 7.78394 15.59 8.64819Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 4C20 5.10457 19.1046 6 18 6C16.8954 6 16 5.10457 16 4C16 2.89543 16.8954 2 18 2C19.1046 2 20 2.89543 20 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5212 3H11.5192C10.9563 3.00836 10.3958 3.03083 9.84518 3.06737C5.65374 3.34548 2.31504 6.72539 2.04032 10.9686C1.98656 11.7989 1.98656 12.6588 2.04032 13.4892C2.14038 15.0346 2.82509 16.4655 3.63119 17.6738C4.09923 18.5196 3.79035 19.5754 3.30283 20.4975C2.95132 21.1624 2.77557 21.4949 2.91669 21.735C3.0578 21.9752 3.37302 21.9829 4.00346 21.9982C5.25021 22.0285 6.09091 21.6757 6.75825 21.1845C7.13674 20.9059 7.32598 20.7666 7.45641 20.7506C7.58684 20.7346 7.84352 20.8401 8.3568 21.0511C8.81812 21.2408 9.35376 21.3578 9.84518 21.3904C11.2722 21.4851 12.7652 21.4853 14.1951 21.3904C18.217 21.1236 21.5019 18.0009 22 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.59 8.64819C14.9612 9.01675 13.3126 9.7693 14.3167 10.711C14.8072 11.171 15.3536 11.5 16.0404 11.5H19.9596C20.6464 11.5 21.1928 11.171 21.6833 10.711C22.6874 9.7693 21.0388 9.01675 20.41 8.64819C18.9355 7.78394 17.0645 7.78394 15.59 8.64819Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 4C20 5.10457 19.1046 6 18 6C16.8954 6 16 5.10457 16 4C16 2.89543 16.8954 2 18 2C19.1046 2 20 2.89543 20 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 15H15.5M8.5 10H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-message-user-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5212 3H11.5192C10.9563 3.00836 10.3958 3.03083 9.84518 3.06737C5.65374 3.34548 2.31504 6.72539 2.04032 10.9686C1.98656 11.7989 1.98656 12.6588 2.04032 13.4892C2.14038 15.0346 2.82509 16.4655 3.63119 17.6738C4.09923 18.5196 3.79035 19.5754 3.30283 20.4975C2.95132 21.1624 2.77557 21.4949 2.91669 21.735C3.0578 21.9752 3.37302 21.9829 4.00346 21.9982C5.25021 22.0285 6.09091 21.6757 6.75825 21.1845C7.13674 20.9059 7.32598 20.7666 7.45641 20.7506C7.58684 20.7346 7.84352 20.8401 8.3568 21.0511C8.81812 21.2408 9.35376 21.3578 9.84518 21.3904C11.2722 21.4851 12.7652 21.4853 14.1951 21.3904C18.2169 21.1236 21.5019 18.0009 22 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.59 8.64819C14.9612 9.01675 13.3126 9.7693 14.3167 10.711C14.8072 11.171 15.3536 11.5 16.0404 11.5H19.9596C20.6464 11.5 21.1928 11.171 21.6833 10.711C22.6874 9.7693 21.0388 9.01675 20.41 8.64819C18.9355 7.78394 17.0645 7.78394 15.59 8.64819Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 4C20 5.10457 19.1046 6 18 6C16.8954 6 16 5.10457 16 4C16 2.89543 16.8954 2 18 2C19.1046 2 20 2.89543 20 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5212 3H11.5192C10.9563 3.00836 10.3958 3.03083 9.84518 3.06737C5.65374 3.34548 2.31504 6.72539 2.04032 10.9686C1.98656 11.7989 1.98656 12.6588 2.04032 13.4892C2.14038 15.0346 2.82509 16.4655 3.63119 17.6738C4.09923 18.5196 3.79035 19.5754 3.30283 20.4975C2.95132 21.1624 2.77557 21.4949 2.91669 21.735C3.0578 21.9752 3.37302 21.9829 4.00346 21.9982C5.25021 22.0285 6.09091 21.6757 6.75825 21.1845C7.13674 20.9059 7.32598 20.7666 7.45641 20.7506C7.58684 20.7346 7.84352 20.8401 8.3568 21.0511C8.81812 21.2408 9.35376 21.3578 9.84518 21.3904C11.2722 21.4851 12.7652 21.4853 14.1951 21.3904C18.2169 21.1236 21.5019 18.0009 22 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.59 8.64819C14.9612 9.01675 13.3126 9.7693 14.3167 10.711C14.8072 11.171 15.3536 11.5 16.0404 11.5H19.9596C20.6464 11.5 21.1928 11.171 21.6833 10.711C22.6874 9.7693 21.0388 9.01675 20.41 8.64819C18.9355 7.78394 17.0645 7.78394 15.59 8.64819Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 4C20 5.10457 19.1046 6 18 6C16.8954 6 16 5.10457 16 4C16 2.89543 16.8954 2 18 2C19.1046 2 20 2.89543 20 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9953 12.5H12.0042M7.99976 12.5H8.00873%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-sent{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0477 3.05293C18.8697 0.707363 2.48648 6.4532 2.50001 8.551C2.51535 10.9299 8.89809 11.6617 10.6672 12.1581C11.7311 12.4565 12.016 12.7625 12.2613 13.8781C13.3723 18.9305 13.9301 21.4435 15.2014 21.4996C17.2278 21.5892 23.1733 5.342 21.0477 3.05293Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.5 12.5L15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0477 3.05293C18.8697 0.707363 2.48648 6.4532 2.50001 8.551C2.51535 10.9299 8.89809 11.6617 10.6672 12.1581C11.7311 12.4565 12.016 12.7625 12.2613 13.8781C13.3723 18.9305 13.9301 21.4435 15.2014 21.4996C17.2278 21.5892 23.1733 5.342 21.0477 3.05293Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.5 12.5L15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-communication-icons-telephone{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.74038 14.3685L6.69351 12.9816C7.24445 12.5904 7.80305 12.3282 8.44034 12.1585C9.17201 11.9636 9.5 11.5644 9.5 10.711C9.5 8.54628 14.5 8.31594 14.5 10.711C14.5 11.5644 14.828 11.9636 15.5597 12.1585C16.202 12.3295 16.7599 12.5934 17.3065 12.9816L19.2596 14.3685C20.1434 14.9961 20.5547 15.2995 20.7842 15.7819C21 16.2358 21 16.768 21 17.8324C21 19.7461 21 20.703 20.4642 21.3164C19.8152 22.0593 18.128 21.9955 17.0917 21.9955H6.90833C5.87197 21.9955 4.21909 22.0986 3.5358 21.3164C3 20.703 3 19.7461 3 17.8324C3 16.768 3 16.2358 3.21584 15.7819C3.44526 15.2995 3.85662 14.9961 4.74038 14.3685Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 17C14 18.1046 13.1046 19 12 19C10.8954 19 10 18.1046 10 17C10 15.8954 10.8954 15 12 15C13.1046 15 14 15.8954 14 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.96014 3.69772C5.6417 4.07415 4.69384 4.54112 3.82645 5.10455C2.45318 5.9966 1.86443 7.60404 2.02607 9.15513C2.09439 9.81068 2.62064 10.1241 3.23089 9.95455C3.69451 9.82571 4.15888 9.7003 4.61961 9.56364C5.96706 9.16397 6.28399 8.67812 6.47124 7.29885L6.96014 3.69772ZM6.96014 3.69772C10.2186 2.76743 13.7814 2.76743 17.0399 3.69772M17.0399 3.69772C18.3583 4.07415 19.3062 4.54112 20.1735 5.10455C21.5468 5.9966 22.1356 7.60404 21.9739 9.15513C21.9056 9.81068 21.3794 10.1241 20.7691 9.95455C20.3055 9.82571 19.8411 9.7003 19.3804 9.56364C18.0329 9.16397 17.716 8.67812 17.5288 7.29885L17.0399 3.69772Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.74038 14.3685L6.69351 12.9816C7.24445 12.5904 7.80305 12.3282 8.44034 12.1585C9.17201 11.9636 9.5 11.5644 9.5 10.711C9.5 8.54628 14.5 8.31594 14.5 10.711C14.5 11.5644 14.828 11.9636 15.5597 12.1585C16.202 12.3295 16.7599 12.5934 17.3065 12.9816L19.2596 14.3685C20.1434 14.9961 20.5547 15.2995 20.7842 15.7819C21 16.2358 21 16.768 21 17.8324C21 19.7461 21 20.703 20.4642 21.3164C19.8152 22.0593 18.128 21.9955 17.0917 21.9955H6.90833C5.87197 21.9955 4.21909 22.0986 3.5358 21.3164C3 20.703 3 19.7461 3 17.8324C3 16.768 3 16.2358 3.21584 15.7819C3.44526 15.2995 3.85662 14.9961 4.74038 14.3685Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 17C14 18.1046 13.1046 19 12 19C10.8954 19 10 18.1046 10 17C10 15.8954 10.8954 15 12 15C13.1046 15 14 15.8954 14 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.96014 3.69772C5.6417 4.07415 4.69384 4.54112 3.82645 5.10455C2.45318 5.9966 1.86443 7.60404 2.02607 9.15513C2.09439 9.81068 2.62064 10.1241 3.23089 9.95455C3.69451 9.82571 4.15888 9.7003 4.61961 9.56364C5.96706 9.16397 6.28399 8.67812 6.47124 7.29885L6.96014 3.69772ZM6.96014 3.69772C10.2186 2.76743 13.7814 2.76743 17.0399 3.69772M17.0399 3.69772C18.3583 4.07415 19.3062 4.54112 20.1735 5.10455C21.5468 5.9966 22.1356 7.60404 21.9739 9.15513C21.9056 9.81068 21.3794 10.1241 20.7691 9.95455C20.3055 9.82571 19.8411 9.7003 19.3804 9.56364C18.0329 9.16397 17.716 8.67812 17.5288 7.29885L17.0399 3.69772Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-anonymous{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 15C5.34315 15 4 16.3431 4 18C4 19.6569 5.34315 21 7 21C8.65685 21 10 19.6569 10 18C10 16.3431 8.65685 15 7 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15C15.3431 15 14 16.3431 14 18C14 19.6569 15.3431 21 17 21C18.6569 21 20 19.6569 20 18C20 16.3431 18.6569 15 17 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13C19.5434 11.7725 15.9734 11 12 11C8.02658 11 4.45659 11.7725 2 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11.5L17.9425 4.71245C17.7268 3.3282 16.2232 2.57812 15.0093 3.24919L14.3943 3.58915C12.9019 4.41412 11.0981 4.41412 9.60574 3.58915L8.99074 3.24919C7.77676 2.57812 6.27318 3.3282 6.05751 4.71246L5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 15C5.34315 15 4 16.3431 4 18C4 19.6569 5.34315 21 7 21C8.65685 21 10 19.6569 10 18C10 16.3431 8.65685 15 7 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15C15.3431 15 14 16.3431 14 18C14 19.6569 15.3431 21 17 21C18.6569 21 20 19.6569 20 18C20 16.3431 18.6569 15 17 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13C19.5434 11.7725 15.9734 11 12 11C8.02658 11 4.45659 11.7725 2 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11.5L17.9425 4.71245C17.7268 3.3282 16.2232 2.57812 15.0093 3.24919L14.3943 3.58915C12.9019 4.41412 11.0981 4.41412 9.60574 3.58915L8.99074 3.24919C7.77676 2.57812 6.27318 3.3282 6.05751 4.71246L5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C6.47716 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5C8.13401 5 5 8.134 5 12C5 15.866 8.13401 19 12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.33984 7L5.93792 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0625 15.5L20.6606 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.6602 7L18.0621 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.9375 15.5L3.33942 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 14.6667L10.4375 9.33333M12 9.33333V8M12 16V14.6667M10.4375 12H13.5625M13.5625 12C14.0803 12 14.5 12.4477 14.5 13V13.6667C14.5 14.219 14.0803 14.6667 13.5625 14.6667H9.5M13.5625 12C14.0803 12 14.5 11.5523 14.5 11V10.3333C14.5 9.78105 14.0803 9.33333 13.5625 9.33333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C6.47716 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5C8.13401 5 5 8.134 5 12C5 15.866 8.13401 19 12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.33984 7L5.93792 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0625 15.5L20.6606 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.6602 7L18.0621 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.9375 15.5L3.33942 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 14.6667L10.4375 9.33333M12 9.33333V8M12 16V14.6667M10.4375 12H13.5625M13.5625 12C14.0803 12 14.5 12.4477 14.5 13V13.6667C14.5 14.219 14.0803 14.6667 13.5625 14.6667H9.5M13.5625 12C14.0803 12 14.5 11.5523 14.5 11V10.3333C14.5 9.78105 14.0803 9.33333 13.5625 9.33333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 8C8.13401 8 5 11.134 5 15C5 18.866 8.13401 22 12 22C15.866 22 19 18.866 19 15C19 11.134 15.866 8 12 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.75V5.5M11.25 2.75C11.25 3.16421 11.5858 3.5 12 3.5C12.4142 3.5 12.75 3.16421 12.75 2.75C12.75 2.33579 12.4142 2 12 2C11.5858 2 11.25 2.33579 11.25 2.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.75 2.75V5.5L7 6.5M5 2.75C5 3.16421 5.33579 3.5 5.75 3.5C6.16421 3.5 6.5 3.16421 6.5 2.75C6.5 2.33579 6.16421 2 5.75 2C5.33579 2 5 2.33579 5 2.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.25 2.75V5.5L17 6.5M19 2.75C19 3.16421 18.6642 3.5 18.25 3.5C17.8358 3.5 17.5 3.16421 17.5 2.75C17.5 2.33579 17.8358 2 18.25 2C18.6642 2 19 2.33579 19 2.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 17.6667L10.4375 12.3333M12 12.3333V11M12 19V17.6667M10.4375 15H13.5625M13.5625 15C14.0803 15 14.5 15.4477 14.5 16V16.6667C14.5 17.219 14.0803 17.6667 13.5625 17.6667H9.5M13.5625 15C14.0803 15 14.5 14.5523 14.5 14V13.3333C14.5 12.781 14.0803 12.3333 13.5625 12.3333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 8C8.13401 8 5 11.134 5 15C5 18.866 8.13401 22 12 22C15.866 22 19 18.866 19 15C19 11.134 15.866 8 12 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.75V5.5M11.25 2.75C11.25 3.16421 11.5858 3.5 12 3.5C12.4142 3.5 12.75 3.16421 12.75 2.75C12.75 2.33579 12.4142 2 12 2C11.5858 2 11.25 2.33579 11.25 2.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.75 2.75V5.5L7 6.5M5 2.75C5 3.16421 5.33579 3.5 5.75 3.5C6.16421 3.5 6.5 3.16421 6.5 2.75C6.5 2.33579 6.16421 2 5.75 2C5.33579 2 5 2.33579 5 2.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.25 2.75V5.5L17 6.5M19 2.75C19 3.16421 18.6642 3.5 18.25 3.5C17.8358 3.5 17.5 3.16421 17.5 2.75C17.5 2.33579 17.8358 2 18.25 2C18.6642 2 19 2.33579 19 2.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 17.6667L10.4375 12.3333M12 12.3333V11M12 19V17.6667M10.4375 15H13.5625M13.5625 15C14.0803 15 14.5 15.4477 14.5 16V16.6667C14.5 17.219 14.0803 17.6667 13.5625 17.6667H9.5M13.5625 15C14.0803 15 14.5 14.5523 14.5 14V13.3333C14.5 12.781 14.0803 12.3333 13.5625 12.3333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.7453 13C20.5362 11.8662 21 10.4872 21 9C21 5.13401 17.866 2 14 2C10.134 2 7 5.134 7 9C7 10.0736 7.24169 11.0907 7.67363 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.4375 11.6667L12.4375 6.33333M14 6.33333V5M14 13V11.6667M12.4375 9H15.5625M15.5625 9C16.0803 9 16.5 9.44772 16.5 10V10.6667C16.5 11.219 16.0803 11.6667 15.5625 11.6667H11.5M15.5625 9C16.0803 9 16.5 8.55228 16.5 8V7.33333C16.5 6.78105 16.0803 6.33333 15.5625 6.33333H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14H5.39482C5.68897 14 5.97908 14.0663 6.24217 14.1936L8.28415 15.1816C8.54724 15.3089 8.83735 15.3751 9.1315 15.3751H10.1741C11.1825 15.3751 12 16.1662 12 17.142C12 17.1814 11.973 17.2161 11.9338 17.2269L9.39287 17.9295C8.93707 18.0555 8.449 18.0116 8.025 17.8064L5.84211 16.7503M12 16.5L16.5928 15.0889C17.407 14.8352 18.2871 15.136 18.7971 15.8423C19.1659 16.3529 19.0157 17.0842 18.4785 17.3942L10.9629 21.7305C10.4849 22.0063 9.92094 22.0736 9.39516 21.9176L3 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.7453 13C20.5362 11.8662 21 10.4872 21 9C21 5.13401 17.866 2 14 2C10.134 2 7 5.134 7 9C7 10.0736 7.24169 11.0907 7.67363 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.4375 11.6667L12.4375 6.33333M14 6.33333V5M14 13V11.6667M12.4375 9H15.5625M15.5625 9C16.0803 9 16.5 9.44772 16.5 10V10.6667C16.5 11.219 16.0803 11.6667 15.5625 11.6667H11.5M15.5625 9C16.0803 9 16.5 8.55228 16.5 8V7.33333C16.5 6.78105 16.0803 6.33333 15.5625 6.33333H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14H5.39482C5.68897 14 5.97908 14.0663 6.24217 14.1936L8.28415 15.1816C8.54724 15.3089 8.83735 15.3751 9.1315 15.3751H10.1741C11.1825 15.3751 12 16.1662 12 17.142C12 17.1814 11.973 17.2161 11.9338 17.2269L9.39287 17.9295C8.93707 18.0555 8.449 18.0116 8.025 17.8064L5.84211 16.7503M12 16.5L16.5928 15.0889C17.407 14.8352 18.2871 15.136 18.7971 15.8423C19.1659 16.3529 19.0157 17.0842 18.4785 17.3942L10.9629 21.7305C10.4849 22.0063 9.92094 22.0736 9.39516 21.9176L3 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.99792 6C11.3105 6 13.9958 5.10457 13.9958 4C13.9958 2.89543 11.3105 2 7.99792 2C4.68536 2 2 2.89543 2 4C2 5.10457 4.68536 6 7.99792 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4958 9C11.9072 9 8.99805 11.9101 8.99805 15.5C8.99805 19.0898 11.9072 22 15.4958 22C19.0844 22 21.9935 19.0899 21.9935 15.5C21.9935 11.9101 19.0844 9 15.4958 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9338 18.1667V12.8333M15.4957 12.8333V11.5M15.4957 19.5V18.1667M13.9338 15.5H17.0577M17.0577 15.5C17.5753 15.5 17.9949 15.9477 17.9949 16.5V17.1667C17.9949 17.719 17.5753 18.1667 17.0577 18.1667H12.9966M17.0577 15.5C17.5753 15.5 17.9949 15.0523 17.9949 14.5V13.8333C17.9949 13.281 17.5753 12.8333 17.0577 12.8333H12.9966%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22square%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.76614 10.0219C4.45142 10.0219 1.99219 9.09411 1.99219 8.10024M13.9958 8.10024V3.90137M1.99219 3.90137V12.0328C1.99219 12.8389 3.75325 13.6775 6.18999 13.9065%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.99792 6C11.3105 6 13.9958 5.10457 13.9958 4C13.9958 2.89543 11.3105 2 7.99792 2C4.68536 2 2 2.89543 2 4C2 5.10457 4.68536 6 7.99792 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4958 9C11.9072 9 8.99805 11.9101 8.99805 15.5C8.99805 19.0898 11.9072 22 15.4958 22C19.0844 22 21.9935 19.0899 21.9935 15.5C21.9935 11.9101 19.0844 9 15.4958 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9338 18.1667V12.8333M15.4957 12.8333V11.5M15.4957 19.5V18.1667M13.9338 15.5H17.0577M17.0577 15.5C17.5753 15.5 17.9949 15.9477 17.9949 16.5V17.1667C17.9949 17.719 17.5753 18.1667 17.0577 18.1667H12.9966M17.0577 15.5C17.5753 15.5 17.9949 15.0523 17.9949 14.5V13.8333C17.9949 13.281 17.5753 12.8333 17.0577 12.8333H12.9966%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22square%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.76614 10.0219C4.45142 10.0219 1.99219 9.09411 1.99219 8.10024M13.9958 8.10024V3.90137M1.99219 3.90137V12.0328C1.99219 12.8389 3.75325 13.6775 6.18999 13.9065%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-bag{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9427 16.8354C20.2864 12.8866 18.2432 9.94613 16.467 8.219C15.9501 7.71642 15.6917 7.46513 15.1208 7.23257C14.5499 7 14.0592 7 13.0778 7H10.9222C9.94081 7 9.4501 7 8.87922 7.23257C8.30834 7.46513 8.04991 7.71642 7.53304 8.219C5.75682 9.94613 3.71361 12.8866 3.05727 16.8354C2.56893 19.7734 5.27927 22 8.30832 22H15.6917C18.7207 22 21.4311 19.7734 20.9427 16.8354Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.125 17.5L10.125 11.5M12 11.5V10M12 19V17.5M10.125 14.5H13.875M13.875 14.5C14.4963 14.5 15 15.0037 15 15.625V16.375C15 16.9963 14.4963 17.5 13.875 17.5H9M13.875 14.5C14.4963 14.5 15 13.9963 15 13.375V12.625C15 12.0037 14.4963 11.5 13.875 11.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.25662 4.44287C7.05031 4.14258 6.75128 3.73499 7.36899 3.64205C8.00392 3.54651 8.66321 3.98114 9.30855 3.97221C9.89237 3.96413 10.1898 3.70519 10.5089 3.33548C10.8449 2.94617 11.3652 2 12 2C12.6348 2 13.1551 2.94617 13.4911 3.33548C13.8102 3.70519 14.1076 3.96413 14.6914 3.97221C15.3368 3.98114 15.9961 3.54651 16.631 3.64205C17.2487 3.73499 16.9497 4.14258 16.7434 4.44287L15.8105 5.80064C15.4115 6.38146 15.212 6.67187 14.7944 6.83594C14.3769 7 13.8373 7 12.7582 7H11.2418C10.1627 7 9.6231 7 9.20556 6.83594C8.78802 6.67187 8.5885 6.38146 8.18945 5.80064L7.25662 4.44287Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9427 16.8354C20.2864 12.8866 18.2432 9.94613 16.467 8.219C15.9501 7.71642 15.6917 7.46513 15.1208 7.23257C14.5499 7 14.0592 7 13.0778 7H10.9222C9.94081 7 9.4501 7 8.87922 7.23257C8.30834 7.46513 8.04991 7.71642 7.53304 8.219C5.75682 9.94613 3.71361 12.8866 3.05727 16.8354C2.56893 19.7734 5.27927 22 8.30832 22H15.6917C18.7207 22 21.4311 19.7734 20.9427 16.8354Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.125 17.5L10.125 11.5M12 11.5V10M12 19V17.5M10.125 14.5H13.875M13.875 14.5C14.4963 14.5 15 15.0037 15 15.625V16.375C15 16.9963 14.4963 17.5 13.875 17.5H9M13.875 14.5C14.4963 14.5 15 13.9963 15 13.375V12.625C15 12.0037 14.4963 11.5 13.875 11.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.25662 4.44287C7.05031 4.14258 6.75128 3.73499 7.36899 3.64205C8.00392 3.54651 8.66321 3.98114 9.30855 3.97221C9.89237 3.96413 10.1898 3.70519 10.5089 3.33548C10.8449 2.94617 11.3652 2 12 2C12.6348 2 13.1551 2.94617 13.4911 3.33548C13.8102 3.70519 14.1076 3.96413 14.6914 3.97221C15.3368 3.98114 15.9961 3.54651 16.631 3.64205C17.2487 3.73499 16.9497 4.14258 16.7434 4.44287L15.8105 5.80064C15.4115 6.38146 15.212 6.67187 14.7944 6.83594C14.3769 7 13.8373 7 12.7582 7H11.2418C10.1627 7 9.6231 7 9.20556 6.83594C8.78802 6.67187 8.5885 6.38146 8.18945 5.80064L7.25662 4.44287Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-cloud{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5C19.9853 17.5 22 15.4853 22 13C22 10.5147 19.9853 8.5 17.5 8.5C17.4925 8.5 17.485 8.50002 17.4776 8.50005M17.4776 8.50005C17.4924 8.33536 17.5 8.16856 17.5 8C17.5 4.96243 15.0376 2.5 12 2.5C9.12324 2.5 6.76233 4.70862 6.52042 7.5227M17.4776 8.50005C17.3753 9.6345 16.9286 10.6696 16.2428 11.5M6.52042 7.5227C3.98398 7.76407 2 9.90034 2 12.5C2 15.0997 3.98398 17.2359 6.52042 17.4773M6.52042 7.5227C6.67826 7.50768 6.83823 7.5 7 7.5C8.12582 7.5 9.16474 7.87209 10.0005 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.125 20L10.125 14M12 14V12.5M12 21.5V20M10.125 17H13.875M13.875 17C14.4963 17 15 17.5037 15 18.125V18.875C15 19.4963 14.4963 20 13.875 20H9M13.875 17C14.4963 17 15 16.4963 15 15.875V15.125C15 14.5037 14.4963 14 13.875 14H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5C19.9853 17.5 22 15.4853 22 13C22 10.5147 19.9853 8.5 17.5 8.5C17.4925 8.5 17.485 8.50002 17.4776 8.50005M17.4776 8.50005C17.4924 8.33536 17.5 8.16856 17.5 8C17.5 4.96243 15.0376 2.5 12 2.5C9.12324 2.5 6.76233 4.70862 6.52042 7.5227M17.4776 8.50005C17.3753 9.6345 16.9286 10.6696 16.2428 11.5M6.52042 7.5227C3.98398 7.76407 2 9.90034 2 12.5C2 15.0997 3.98398 17.2359 6.52042 17.4773M6.52042 7.5227C6.67826 7.50768 6.83823 7.5 7 7.5C8.12582 7.5 9.16474 7.87209 10.0005 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.125 20L10.125 14M12 14V12.5M12 21.5V20M10.125 17H13.875M13.875 17C14.4963 17 15 17.5037 15 18.125V18.875C15 19.4963 14.4963 20 13.875 20H9M13.875 17C14.4963 17 15 16.4963 15 15.875V15.125C15 14.5037 14.4963 14 13.875 14H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-cpu{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12C4 8.22876 4 6.34315 5.17157 5.17157C6.34315 4 8.22876 4 12 4C15.7712 4 17.6569 4 18.8284 5.17157C20 6.34315 20 8.22876 20 12C20 15.7712 20 17.6569 18.8284 18.8284C17.6569 20 15.7712 20 12 20C8.22876 20 6.34315 20 5.17157 18.8284C4 17.6569 4 15.7712 4 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.125 15L10.125 9M12 9V7.5M12 16.5V15M10.125 12H13.875M13.875 12C14.4963 12 15 12.5037 15 13.125V13.875C15 14.4963 14.4963 15 13.875 15H9M13.875 12C14.4963 12 15 11.4963 15 10.875V10.125C15 9.50368 14.4963 9 13.875 9H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2V4M16 2V4M12 2V4M8 20V22M12 20V22M16 20V22M22 16H20M4 8H2M4 16H2M4 12H2M22 8H20M22 12H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12C4 8.22876 4 6.34315 5.17157 5.17157C6.34315 4 8.22876 4 12 4C15.7712 4 17.6569 4 18.8284 5.17157C20 6.34315 20 8.22876 20 12C20 15.7712 20 17.6569 18.8284 18.8284C17.6569 20 15.7712 20 12 20C8.22876 20 6.34315 20 5.17157 18.8284C4 17.6569 4 15.7712 4 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.125 15L10.125 9M12 9V7.5M12 16.5V15M10.125 12H13.875M13.875 12C14.4963 12 15 12.5037 15 13.125V13.875C15 14.4963 14.4963 15 13.875 15H9M13.875 12C14.4963 12 15 11.4963 15 10.875V10.125C15 9.50368 14.4963 9 13.875 9H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2V4M16 2V4M12 2V4M8 20V22M12 20V22M16 20V22M22 16H20M4 8H2M4 16H2M4 12H2M22 8H20M22 12H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-credit-card{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11C22 7.46252 22 5.69377 20.9472 4.5129C20.7788 4.32403 20.5932 4.14935 20.3925 3.99087C19.1379 3 17.2586 3 13.5 3H10.5C6.74142 3 4.86213 3 3.60746 3.99087C3.40678 4.14935 3.22119 4.32403 3.0528 4.5129C2 5.69377 2 7.46252 2 11C2 14.5375 2 16.3062 3.0528 17.4871C3.22119 17.676 3.40678 17.8506 3.60746 18.0091C4.86213 19 6.74142 19 10.5 19H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.125 19.5L16.125 13.5M18 13.5V12M18 21V19.5M16.125 16.5H19.875M19.875 16.5C20.4963 16.5 21 17.0037 21 17.625V18.375C21 18.9963 20.4963 19.5 19.875 19.5H15M19.875 16.5C20.4963 16.5 21 15.9963 21 15.375V14.625C21 14.0037 20.4963 13.5 19.875 13.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11C22 7.46252 22 5.69377 20.9472 4.5129C20.7788 4.32403 20.5932 4.14935 20.3925 3.99087C19.1379 3 17.2586 3 13.5 3H10.5C6.74142 3 4.86213 3 3.60746 3.99087C3.40678 4.14935 3.22119 4.32403 3.0528 4.5129C2 5.69377 2 7.46252 2 11C2 14.5375 2 16.3062 3.0528 17.4871C3.22119 17.676 3.40678 17.8506 3.60746 18.0091C4.86213 19 6.74142 19 10.5 19H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.125 19.5L16.125 13.5M18 13.5V12M18 21V19.5M16.125 16.5H19.875M19.875 16.5C20.4963 16.5 21 17.0037 21 17.625V18.375C21 18.9963 20.4963 19.5 19.875 19.5H15M19.875 16.5C20.4963 16.5 21 15.9963 21 15.375V14.625C21 14.0037 20.4963 13.5 19.875 13.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-database{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 15C7.58172 15 4 13.6569 4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9375 20.6667L15.9375 15.3333M17.5 15.3333V14M17.5 22V20.6667M15.9375 18H19.0625M19.0625 18C19.5803 18 20 18.4477 20 19V19.6667C20 20.219 19.5803 20.6667 19.0625 20.6667H15M19.0625 18C19.5803 18 20 17.5523 20 17V16.3333C20 15.781 19.5803 15.3333 19.0625 15.3333H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 12V5M12 22C7.58172 22 4 20.6569 4 19V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 15C7.58172 15 4 13.6569 4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9375 20.6667L15.9375 15.3333M17.5 15.3333V14M17.5 22V20.6667M15.9375 18H19.0625M19.0625 18C19.5803 18 20 18.4477 20 19V19.6667C20 20.219 19.5803 20.6667 19.0625 20.6667H15M19.0625 18C19.5803 18 20 17.5523 20 17V16.3333C20 15.781 19.5803 15.3333 19.0625 15.3333H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 12V5M12 22C7.58172 22 4 20.6569 4 19V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-down-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C8.41015 2 5.5 4.91015 5.5 8.5C5.5 12.0898 8.41015 15 12 15C15.5898 15 18.5 12.0899 18.5 8.5C18.5 4.91015 15.5898 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19.5C9.99153 20.0057 11.2998 22 12 22M14.5 19.5C14.0085 20.0057 12.7002 22 12 22M12 22V17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 11.1667L10.4375 5.83333M12 5.83333V4.5M12 12.5V11.1667M10.4375 8.5H13.5625M13.5625 8.5C14.0803 8.5 14.5 8.94772 14.5 9.5V10.1667C14.5 10.719 14.0803 11.1667 13.5625 11.1667H9.5M13.5625 8.5C14.0803 8.5 14.5 8.05228 14.5 7.5V6.83333C14.5 6.28105 14.0803 5.83333 13.5625 5.83333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C8.41015 2 5.5 4.91015 5.5 8.5C5.5 12.0898 8.41015 15 12 15C15.5898 15 18.5 12.0899 18.5 8.5C18.5 4.91015 15.5898 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19.5C9.99153 20.0057 11.2998 22 12 22M14.5 19.5C14.0085 20.0057 12.7002 22 12 22M12 22V17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 11.1667L10.4375 5.83333M12 5.83333V4.5M12 12.5V11.1667M10.4375 8.5H13.5625M13.5625 8.5C14.0803 8.5 14.5 8.94772 14.5 9.5V10.1667C14.5 10.719 14.0803 11.1667 13.5625 11.1667H9.5M13.5625 8.5C14.0803 8.5 14.5 8.05228 14.5 7.5V6.83333C14.5 6.28105 14.0803 5.83333 13.5625 5.83333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-down-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 9C7.41015 9 4.5 11.9101 4.5 15.5C4.5 19.0898 7.41015 22 11 22C14.5898 22 17.5 19.0899 17.5 15.5C17.5 11.9101 14.5898 9 11 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8.5L15.4116 4.29397C14.7437 3.68176 14.4098 3.37565 14.0084 3.38437C13.6069 3.3931 13.2866 3.71342 12.6459 4.35406L11.6803 5.31973C11.116 5.88402 10.8338 6.16617 10.4728 6.19872C10.1118 6.23127 9.78377 6.00415 9.12764 5.5499L4 2M20 8.5H16.5M20 8.5V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.4375 18.1667L9.4375 12.8333M11 12.8333V11.5M11 19.5V18.1667M9.4375 15.5H12.5625M12.5625 15.5C13.0803 15.5 13.5 15.9477 13.5 16.5V17.1667C13.5 17.719 13.0803 18.1667 12.5625 18.1667H8.5M12.5625 15.5C13.0803 15.5 13.5 15.0523 13.5 14.5V13.8333C13.5 13.281 13.0803 12.8333 12.5625 12.8333H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 9C7.41015 9 4.5 11.9101 4.5 15.5C4.5 19.0898 7.41015 22 11 22C14.5898 22 17.5 19.0899 17.5 15.5C17.5 11.9101 14.5898 9 11 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8.5L15.4116 4.29397C14.7437 3.68176 14.4098 3.37565 14.0084 3.38437C13.6069 3.3931 13.2866 3.71342 12.6459 4.35406L11.6803 5.31973C11.116 5.88402 10.8338 6.16617 10.4728 6.19872C10.1118 6.23127 9.78377 6.00415 9.12764 5.5499L4 2M20 8.5H16.5M20 8.5V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.4375 18.1667L9.4375 12.8333M11 12.8333V11.5M11 19.5V18.1667M9.4375 15.5H12.5625M12.5625 15.5C13.0803 15.5 13.5 15.9477 13.5 16.5V17.1667C13.5 17.719 13.0803 18.1667 12.5625 18.1667H8.5M12.5625 15.5C13.0803 15.5 13.5 15.0523 13.5 14.5V13.8333C13.5 13.281 13.0803 12.8333 12.5625 12.8333H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-ellipse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 16L9.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8V6M13.5 8V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18V16M13.5 18V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 12H14.5C15.3284 12 16 12.6716 16 13.5V14.5C16 15.3284 15.3284 16 14.5 16H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8L14.5 8C15.3284 8 16 8.67157 16 9.5V10.5C16 11.3284 15.3284 12 14.5 12H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 16L9.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8V6M13.5 8V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18V16M13.5 18V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 12H14.5C15.3284 12 16 12.6716 16 13.5V14.5C16 15.3284 15.3284 16 14.5 16H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8L14.5 8C15.3284 8 16 8.67157 16 9.5V10.5C16 11.3284 15.3284 12 14.5 12H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-eye{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.75 2.75L7 5L7 7M19.25 2.75L17 5L17 7M12 2.75L12 6M4.75 3.5C5.16421 3.5 5.5 3.16421 5.5 2.75C5.5 2.33579 5.16421 2 4.75 2C4.33579 2 4 2.33579 4 2.75C4 3.16421 4.33579 3.5 4.75 3.5ZM19.25 3.5C18.8358 3.5 18.5 3.16421 18.5 2.75C18.5 2.33579 18.8358 2 19.25 2C19.6642 2 20 2.33579 20 2.75C20 3.16421 19.6642 3.5 19.25 3.5ZM12 3.5C12.4142 3.5 12.75 3.16421 12.75 2.75C12.75 2.33579 12.4142 2 12 2C11.5858 2 11.25 2.33579 11.25 2.75C11.25 3.16421 11.5858 3.5 12 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 18.1667L10.4375 12.8333M12 12.8333V11.5M12 19.5V18.1667M10.4375 15.5H13.5625M13.5625 15.5C14.0803 15.5 14.5 15.9477 14.5 16.5V17.1667C14.5 17.719 14.0803 18.1667 13.5625 18.1667H9.5M13.5625 15.5C14.0803 15.5 14.5 15.0523 14.5 14.5V13.8333C14.5 13.281 14.0803 12.8333 13.5625 12.8333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9C18 9 22 15.5 22 15.5C22 15.5 18 22 12 22C6 22 2 15.5 2 15.5C2 15.5 6 9 12 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.75 2.75L7 5L7 7M19.25 2.75L17 5L17 7M12 2.75L12 6M4.75 3.5C5.16421 3.5 5.5 3.16421 5.5 2.75C5.5 2.33579 5.16421 2 4.75 2C4.33579 2 4 2.33579 4 2.75C4 3.16421 4.33579 3.5 4.75 3.5ZM19.25 3.5C18.8358 3.5 18.5 3.16421 18.5 2.75C18.5 2.33579 18.8358 2 19.25 2C19.6642 2 20 2.33579 20 2.75C20 3.16421 19.6642 3.5 19.25 3.5ZM12 3.5C12.4142 3.5 12.75 3.16421 12.75 2.75C12.75 2.33579 12.4142 2 12 2C11.5858 2 11.25 2.33579 11.25 2.75C11.25 3.16421 11.5858 3.5 12 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 18.1667L10.4375 12.8333M12 12.8333V11.5M12 19.5V18.1667M10.4375 15.5H13.5625M13.5625 15.5C14.0803 15.5 14.5 15.9477 14.5 16.5V17.1667C14.5 17.719 14.0803 18.1667 13.5625 18.1667H9.5M13.5625 15.5C14.0803 15.5 14.5 15.0523 14.5 14.5V13.8333C14.5 13.281 14.0803 12.8333 13.5625 12.8333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9C18 9 22 15.5 22 15.5C22 15.5 18 22 12 22C6 22 2 15.5 2 15.5C2 15.5 6 9 12 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-filter{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.23433 7C4.60404 7 3.7889 7 3.32795 7.49503C2.86701 7.99006 2.96811 8.7569 3.17033 10.2906C3.22938 10.7385 3.3276 10.9928 3.62734 11.3402C4.59564 12.4627 6.36901 14.4592 8.85746 16.2744C9.08486 16.4402 9.23409 16.7113 9.25927 17.0112C9.34268 18.0054 9.42401 18.9059 9.5007 19.71C9.62524 21.0158 9.68751 21.6687 10.1633 21.9159C10.639 22.163 11.2333 21.8467 12.4219 21.2141L13.4884 20.6465C13.9287 20.4122 14.1489 20.295 14.2852 20.0974C14.4216 19.8998 14.4494 19.6615 14.5051 19.1851C14.577 18.5699 14.6529 17.8503 14.7307 17.0112C14.7583 16.714 14.907 16.446 15.1326 16.2816C17.6261 14.4642 19.403 12.4641 20.3726 11.3402C20.6724 10.9928 20.7706 10.7385 20.8297 10.2906C21.0319 8.7569 21.133 7.99006 20.672 7.49503C20.2111 7 19.396 7 17.7657 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.625 9.5L9.625 3.5M11.5 3.5V2M11.5 11V9.5M9.625 6.5H13.375M13.375 6.5C13.9963 6.5 14.5 7.00368 14.5 7.625V8.375C14.5 8.99632 13.9963 9.5 13.375 9.5H8.5M13.375 6.5C13.9963 6.5 14.5 5.99632 14.5 5.375V4.625C14.5 4.00368 13.9963 3.5 13.375 3.5H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.23433 7C4.60404 7 3.7889 7 3.32795 7.49503C2.86701 7.99006 2.96811 8.7569 3.17033 10.2906C3.22938 10.7385 3.3276 10.9928 3.62734 11.3402C4.59564 12.4627 6.36901 14.4592 8.85746 16.2744C9.08486 16.4402 9.23409 16.7113 9.25927 17.0112C9.34268 18.0054 9.42401 18.9059 9.5007 19.71C9.62524 21.0158 9.68751 21.6687 10.1633 21.9159C10.639 22.163 11.2333 21.8467 12.4219 21.2141L13.4884 20.6465C13.9287 20.4122 14.1489 20.295 14.2852 20.0974C14.4216 19.8998 14.4494 19.6615 14.5051 19.1851C14.577 18.5699 14.6529 17.8503 14.7307 17.0112C14.7583 16.714 14.907 16.446 15.1326 16.2816C17.6261 14.4642 19.403 12.4641 20.3726 11.3402C20.6724 10.9928 20.7706 10.7385 20.8297 10.2906C21.0319 8.7569 21.133 7.99006 20.672 7.49503C20.2111 7 19.396 7 17.7657 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.625 9.5L9.625 3.5M11.5 3.5V2M11.5 11V9.5M9.625 6.5H13.375M13.375 6.5C13.9963 6.5 14.5 7.00368 14.5 7.625V8.375C14.5 8.99632 13.9963 9.5 13.375 9.5H8.5M13.375 6.5C13.9963 6.5 14.5 5.99632 14.5 5.375V4.625C14.5 4.00368 13.9963 3.5 13.375 3.5H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-flashdisk{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5088 22C9.57782 22 9.11235 22 8.72528 21.9231C7.13574 21.6075 5.89317 20.3671 5.57699 18.7804C5.5 18.394 5.5 17.9293 5.5 17V11.5C5.5 9.61438 5.5 8.67157 6.08681 8.08579C6.67362 7.5 7.61808 7.5 9.507 7.5H11.5105C13.3994 7.5 14.3439 7.5 14.9307 8.08579C15.3355 8.48987 15.4611 9.06385 15.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.625 20.5L13.625 14.5M15.5 14.5V13M15.5 22V20.5M13.625 17.5H17.375M17.375 17.5C17.9963 17.5 18.5 18.0037 18.5 18.625V19.375C18.5 19.9963 17.9963 20.5 17.375 20.5H12.5M17.375 17.5C17.9963 17.5 18.5 16.9963 18.5 16.375V15.625C18.5 15.0037 17.9963 14.5 17.375 14.5H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7.5V5.5C14 4.09554 14 3.39331 13.6629 2.88886C13.517 2.67048 13.3295 2.48298 13.1111 2.33706C12.6067 2 11.9045 2 10.5 2C9.09554 2 8.39331 2 7.88886 2.33706C7.67048 2.48298 7.48298 2.67048 7.33706 2.88886C7 3.39331 7 4.09554 7 5.5V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4.5H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5088 22C9.57782 22 9.11235 22 8.72528 21.9231C7.13574 21.6075 5.89317 20.3671 5.57699 18.7804C5.5 18.394 5.5 17.9293 5.5 17V11.5C5.5 9.61438 5.5 8.67157 6.08681 8.08579C6.67362 7.5 7.61808 7.5 9.507 7.5H11.5105C13.3994 7.5 14.3439 7.5 14.9307 8.08579C15.3355 8.48987 15.4611 9.06385 15.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.625 20.5L13.625 14.5M15.5 14.5V13M15.5 22V20.5M13.625 17.5H17.375M17.375 17.5C17.9963 17.5 18.5 18.0037 18.5 18.625V19.375C18.5 19.9963 17.9963 20.5 17.375 20.5H12.5M17.375 17.5C17.9963 17.5 18.5 16.9963 18.5 16.375V15.625C18.5 15.0037 17.9963 14.5 17.375 14.5H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7.5V5.5C14 4.09554 14 3.39331 13.6629 2.88886C13.517 2.67048 13.3295 2.48298 13.1111 2.33706C12.6067 2 11.9045 2 10.5 2C9.09554 2 8.39331 2 7.88886 2.33706C7.67048 2.48298 7.48298 2.67048 7.33706 2.88886C7 3.39331 7 4.09554 7 5.5V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4.5H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-graph{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 19.5V11.5C13.5 10.5572 13.5 10.0858 13.2071 9.79289C12.9142 9.5 12.4428 9.5 11.5 9.5C10.5572 9.5 10.0858 9.5 9.79289 9.79289C9.5 10.0858 9.5 10.5572 9.5 11.5V19.5C9.5 20.4428 9.5 20.9142 9.79289 21.2071C10.0858 21.5 10.5572 21.5 11.5 21.5C12.4428 21.5 12.9142 21.5 13.2071 21.2071C13.5 20.9142 13.5 20.4428 13.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 12.5V19.5C20.5 20.4428 20.5 20.9142 20.2071 21.2071C19.9142 21.5 19.4428 21.5 18.5 21.5C17.5572 21.5 17.0858 21.5 16.7929 21.2071C16.5 20.9142 16.5 20.4428 16.5 19.5V12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4375 9.16667L17.4375 3.83333M19 3.83333V2.5M19 10.5V9.16667M17.4375 6.5H20.5625M20.5625 6.5C21.0803 6.5 21.5 6.94772 21.5 7.5V8.16667C21.5 8.71895 21.0803 9.16667 20.5625 9.16667H16.5M20.5625 6.5C21.0803 6.5 21.5 6.05228 21.5 5.5V4.83333C21.5 4.28105 21.0803 3.83333 20.5625 3.83333H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 19.5V14.5C6.5 13.5572 6.5 13.0858 6.20711 12.7929C5.91421 12.5 5.44281 12.5 4.5 12.5C3.55719 12.5 3.08579 12.5 2.79289 12.7929C2.5 13.0858 2.5 13.5572 2.5 14.5V19.5C2.5 20.4428 2.5 20.9142 2.79289 21.2071C3.08579 21.5 3.55719 21.5 4.5 21.5C5.44281 21.5 5.91421 21.5 6.20711 21.2071C6.5 20.9142 6.5 20.4428 6.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 19.5V11.5C13.5 10.5572 13.5 10.0858 13.2071 9.79289C12.9142 9.5 12.4428 9.5 11.5 9.5C10.5572 9.5 10.0858 9.5 9.79289 9.79289C9.5 10.0858 9.5 10.5572 9.5 11.5V19.5C9.5 20.4428 9.5 20.9142 9.79289 21.2071C10.0858 21.5 10.5572 21.5 11.5 21.5C12.4428 21.5 12.9142 21.5 13.2071 21.2071C13.5 20.9142 13.5 20.4428 13.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 12.5V19.5C20.5 20.4428 20.5 20.9142 20.2071 21.2071C19.9142 21.5 19.4428 21.5 18.5 21.5C17.5572 21.5 17.0858 21.5 16.7929 21.2071C16.5 20.9142 16.5 20.4428 16.5 19.5V12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4375 9.16667L17.4375 3.83333M19 3.83333V2.5M19 10.5V9.16667M17.4375 6.5H20.5625M20.5625 6.5C21.0803 6.5 21.5 6.94772 21.5 7.5V8.16667C21.5 8.71895 21.0803 9.16667 20.5625 9.16667H16.5M20.5625 6.5C21.0803 6.5 21.5 6.05228 21.5 5.5V4.83333C21.5 4.28105 21.0803 3.83333 20.5625 3.83333H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 19.5V14.5C6.5 13.5572 6.5 13.0858 6.20711 12.7929C5.91421 12.5 5.44281 12.5 4.5 12.5C3.55719 12.5 3.08579 12.5 2.79289 12.7929C2.5 13.0858 2.5 13.5572 2.5 14.5V19.5C2.5 20.4428 2.5 20.9142 2.79289 21.2071C3.08579 21.5 3.55719 21.5 4.5 21.5C5.44281 21.5 5.91421 21.5 6.20711 21.2071C6.5 20.9142 6.5 20.4428 6.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-invoice{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.016 2C18.9026 2 18 4.68629 18 8H20.016C20.9876 8 21.4734 8 21.7741 7.66455C22.0749 7.32909 22.0225 6.88733 21.9178 6.00381C21.6414 3.67143 20.8943 2 20.016 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 8.05426V18.6458C18 20.1575 18 20.9133 17.538 21.2108C16.7831 21.6971 15.6161 20.6774 15.0291 20.3073C14.5441 20.0014 14.3017 19.8485 14.0325 19.8397C13.7417 19.8301 13.4949 19.9768 12.9709 20.3073L11.06 21.5124C10.5445 21.8374 10.2868 22 10 22C9.71321 22 9.45546 21.8374 8.94 21.5124L7.02913 20.3073C6.54415 20.0014 6.30166 19.8485 6.03253 19.8397C5.74172 19.8301 5.49493 19.9768 4.97087 20.3073C4.38395 20.6774 3.21687 21.6971 2.46195 21.2108C2 20.9133 2 20.1575 2 18.6458V8.05426C2 5.20025 2 3.77325 2.87868 2.88663C3.75736 2 5.17157 2 8 2H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.125 13.5L8.125 7.5M10 7.5V6M10 15V13.5M8.125 10.5H11.875M11.875 10.5C12.4963 10.5 13 11.0037 13 11.625V12.375C13 12.9963 12.4963 13.5 11.875 13.5H7M11.875 10.5C12.4963 10.5 13 9.99632 13 9.375V8.625C13 8.00368 12.4963 7.5 11.875 7.5H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.016 2C18.9026 2 18 4.68629 18 8H20.016C20.9876 8 21.4734 8 21.7741 7.66455C22.0749 7.32909 22.0225 6.88733 21.9178 6.00381C21.6414 3.67143 20.8943 2 20.016 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 8.05426V18.6458C18 20.1575 18 20.9133 17.538 21.2108C16.7831 21.6971 15.6161 20.6774 15.0291 20.3073C14.5441 20.0014 14.3017 19.8485 14.0325 19.8397C13.7417 19.8301 13.4949 19.9768 12.9709 20.3073L11.06 21.5124C10.5445 21.8374 10.2868 22 10 22C9.71321 22 9.45546 21.8374 8.94 21.5124L7.02913 20.3073C6.54415 20.0014 6.30166 19.8485 6.03253 19.8397C5.74172 19.8301 5.49493 19.9768 4.97087 20.3073C4.38395 20.6774 3.21687 21.6971 2.46195 21.2108C2 20.9133 2 20.1575 2 18.6458V8.05426C2 5.20025 2 3.77325 2.87868 2.88663C3.75736 2 5.17157 2 8 2H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.125 13.5L8.125 7.5M10 7.5V6M10 15V13.5M8.125 10.5H11.875M11.875 10.5C12.4963 10.5 13 11.0037 13 11.625V12.375C13 12.9963 12.4963 13.5 11.875 13.5H7M11.875 10.5C12.4963 10.5 13 9.99632 13 9.375V8.625C13 8.00368 12.4963 7.5 11.875 7.5H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-key{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 2C5.73858 2 3.5 4.23858 3.5 7C3.5 8.85071 4.5055 10.4666 6 11.3311V17.8431C6 18.6606 6 19.0694 6.15224 19.4369C6.30448 19.8045 6.59351 20.0935 7.17157 20.6716L8.5 22L10.6082 19.8918C10.7054 19.7946 10.7541 19.7459 10.7944 19.6932C10.9003 19.5547 10.9682 19.3909 10.9912 19.218C11 19.1522 11 19.0834 11 18.9459C11 18.8346 11 18.779 10.9941 18.7249C10.9786 18.5831 10.933 18.4463 10.8603 18.3236C10.8326 18.2768 10.7992 18.2323 10.7325 18.1433L9.5 16.5L10.2 15.5667C10.5965 15.038 10.7947 14.7737 10.8974 14.4658C11 14.1579 11 13.8275 11 13.1667V11.3311C12.4945 10.4666 13.5 8.85071 13.5 7C13.5 4.23858 11.2614 2 8.5 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 7H8.50898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.625 19.5L15.625 13.5M17.5 13.5V12M17.5 21V19.5M15.625 16.5H19.375M19.375 16.5C19.9963 16.5 20.5 17.0037 20.5 17.625V18.375C20.5 18.9963 19.9963 19.5 19.375 19.5H14.5M19.375 16.5C19.9963 16.5 20.5 15.9963 20.5 15.375V14.625C20.5 14.0037 19.9963 13.5 19.375 13.5H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 2C5.73858 2 3.5 4.23858 3.5 7C3.5 8.85071 4.5055 10.4666 6 11.3311V17.8431C6 18.6606 6 19.0694 6.15224 19.4369C6.30448 19.8045 6.59351 20.0935 7.17157 20.6716L8.5 22L10.6082 19.8918C10.7054 19.7946 10.7541 19.7459 10.7944 19.6932C10.9003 19.5547 10.9682 19.3909 10.9912 19.218C11 19.1522 11 19.0834 11 18.9459C11 18.8346 11 18.779 10.9941 18.7249C10.9786 18.5831 10.933 18.4463 10.8603 18.3236C10.8326 18.2768 10.7992 18.2323 10.7325 18.1433L9.5 16.5L10.2 15.5667C10.5965 15.038 10.7947 14.7737 10.8974 14.4658C11 14.1579 11 13.8275 11 13.1667V11.3311C12.4945 10.4666 13.5 8.85071 13.5 7C13.5 4.23858 11.2614 2 8.5 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 7H8.50898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.625 19.5L15.625 13.5M17.5 13.5V12M17.5 21V19.5M15.625 16.5H19.375M19.375 16.5C19.9963 16.5 20.5 17.0037 20.5 17.625V18.375C20.5 18.9963 19.9963 19.5 19.375 19.5H14.5M19.375 16.5C19.9963 16.5 20.5 15.9963 20.5 15.375V14.625C20.5 14.0037 19.9963 13.5 19.375 13.5H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-location{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 18.2676C19.2447 18.6636 20 19.1837 20 19.7534C20 20.9941 16.4183 21.9998 12 21.9998C7.58172 21.9998 4 20.9941 4 19.7534C4 19.1837 4.75527 18.6636 6 18.2676%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 11.6667L10.4375 6.33333M12 6.33333V5M12 13V11.6667M10.4375 9H13.5625M13.5625 9C14.0803 9 14.5 9.44772 14.5 10V10.6667C14.5 11.219 14.0803 11.6667 13.5625 11.6667H9.5M13.5625 9C14.0803 9 14.5 8.55228 14.5 8V7.33333C14.5 6.78105 14.0803 6.33333 13.5625 6.33333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.3471 18.4619C12.9857 18.8071 12.5027 19 12 19C11.4973 19 11.0143 18.8071 10.6529 18.4619C7.34373 15.2821 2.90897 11.7299 5.07167 6.57272C6.24102 3.78428 9.04799 2 12 2C14.952 2 17.759 3.78428 18.9283 6.57272C21.0883 11.7234 16.6644 15.293 13.3471 18.4619Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 18.2676C19.2447 18.6636 20 19.1837 20 19.7534C20 20.9941 16.4183 21.9998 12 21.9998C7.58172 21.9998 4 20.9941 4 19.7534C4 19.1837 4.75527 18.6636 6 18.2676%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 11.6667L10.4375 6.33333M12 6.33333V5M12 13V11.6667M10.4375 9H13.5625M13.5625 9C14.0803 9 14.5 9.44772 14.5 10V10.6667C14.5 11.219 14.0803 11.6667 13.5625 11.6667H9.5M13.5625 9C14.0803 9 14.5 8.55228 14.5 8V7.33333C14.5 6.78105 14.0803 6.33333 13.5625 6.33333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.3471 18.4619C12.9857 18.8071 12.5027 19 12 19C11.4973 19 11.0143 18.8071 10.6529 18.4619C7.34373 15.2821 2.90897 11.7299 5.07167 6.57272C6.24102 3.78428 9.04799 2 12 2C14.952 2 17.759 3.78428 18.9283 6.57272C21.0883 11.7234 16.6644 15.293 13.3471 18.4619Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-lock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.26781 18.8447C4.49269 20.515 5.87613 21.8235 7.55966 21.9009C8.97627 21.966 10.4153 22 12 22C13.5847 22 15.0237 21.966 16.4403 21.9009C18.1239 21.8235 19.5073 20.515 19.7322 18.8447C19.879 17.7547 20 16.6376 20 15.5C20 14.3624 19.879 13.2453 19.7322 12.1553C19.5073 10.485 18.1239 9.17649 16.4403 9.09909C15.0237 9.03397 13.5847 9 12 9C10.4153 9 8.97627 9.03397 7.55966 9.09909C5.87613 9.17649 4.49269 10.485 4.26781 12.1553C4.12104 13.2453 4 14.3624 4 15.5C4 16.6376 4.12104 17.7547 4.26781 18.8447Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9V6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 18.1667L10.4375 12.8333M12 12.8333V11.5M12 19.5V18.1667M10.4375 15.5H13.5625M13.5625 15.5C14.0803 15.5 14.5 15.9477 14.5 16.5V17.1667C14.5 17.719 14.0803 18.1667 13.5625 18.1667H9.5M13.5625 15.5C14.0803 15.5 14.5 15.0523 14.5 14.5V13.8333C14.5 13.281 14.0803 12.8333 13.5625 12.8333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.26781 18.8447C4.49269 20.515 5.87613 21.8235 7.55966 21.9009C8.97627 21.966 10.4153 22 12 22C13.5847 22 15.0237 21.966 16.4403 21.9009C18.1239 21.8235 19.5073 20.515 19.7322 18.8447C19.879 17.7547 20 16.6376 20 15.5C20 14.3624 19.879 13.2453 19.7322 12.1553C19.5073 10.485 18.1239 9.17649 16.4403 9.09909C15.0237 9.03397 13.5847 9 12 9C10.4153 9 8.97627 9.03397 7.55966 9.09909C5.87613 9.17649 4.49269 10.485 4.26781 12.1553C4.12104 13.2453 4 14.3624 4 15.5C4 16.6376 4.12104 17.7547 4.26781 18.8447Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9V6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 18.1667L10.4375 12.8333M12 12.8333V11.5M12 19.5V18.1667M10.4375 15.5H13.5625M13.5625 15.5C14.0803 15.5 14.5 15.9477 14.5 16.5V17.1667C14.5 17.719 14.0803 18.1667 13.5625 18.1667H9.5M13.5625 15.5C14.0803 15.5 14.5 15.0523 14.5 14.5V13.8333C14.5 13.281 14.0803 12.8333 13.5625 12.8333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-mail{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00035 7L3.78154 7.81253C2.90783 8.39501 2.47097 8.68625 2.23422 9.13041C1.99747 9.57457 1.99923 10.0966 2.00273 11.1406C2.00696 12.3975 2.01864 13.6782 2.05099 14.9741C2.12773 18.0487 2.16611 19.586 3.29651 20.7164C4.42691 21.8469 5.98497 21.8858 9.10108 21.9637C11.0397 22.0121 12.9611 22.0121 14.8996 21.9637C18.0158 21.8858 19.5738 21.8469 20.7042 20.7164C21.8346 19.586 21.873 18.0487 21.9497 14.9741C21.9821 13.6782 21.9937 12.3975 21.998 11.1406C22.0015 10.0966 22.0032 9.57456 21.7665 9.13041C21.5297 8.68625 21.0929 8.39501 20.2191 7.81253L19.0003 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10L8.91302 14.1478C10.417 15.0502 11.169 15.5014 12 15.5014C12.831 15.5014 13.583 15.0502 15.087 14.1478L22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12V6C5 4.11438 5 3.17157 5.58579 2.58579C6.17157 2 7.11438 2 9 2H15C16.8856 2 17.8284 2 18.4142 2.58579C19 3.17157 19 4.11438 19 6V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.4375 11.1667L10.4375 5.83333M12 5.83333V4.5M12 12.5V11.1667M10.4375 8.5H13.5625M13.5625 8.5C14.0803 8.5 14.5 8.94772 14.5 9.5V10.1667C14.5 10.719 14.0803 11.1667 13.5625 11.1667H9.5M13.5625 8.5C14.0803 8.5 14.5 8.05228 14.5 7.5V6.83333C14.5 6.28105 14.0803 5.83333 13.5625 5.83333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00035 7L3.78154 7.81253C2.90783 8.39501 2.47097 8.68625 2.23422 9.13041C1.99747 9.57457 1.99923 10.0966 2.00273 11.1406C2.00696 12.3975 2.01864 13.6782 2.05099 14.9741C2.12773 18.0487 2.16611 19.586 3.29651 20.7164C4.42691 21.8469 5.98497 21.8858 9.10108 21.9637C11.0397 22.0121 12.9611 22.0121 14.8996 21.9637C18.0158 21.8858 19.5738 21.8469 20.7042 20.7164C21.8346 19.586 21.873 18.0487 21.9497 14.9741C21.9821 13.6782 21.9937 12.3975 21.998 11.1406C22.0015 10.0966 22.0032 9.57456 21.7665 9.13041C21.5297 8.68625 21.0929 8.39501 20.2191 7.81253L19.0003 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10L8.91302 14.1478C10.417 15.0502 11.169 15.5014 12 15.5014C12.831 15.5014 13.583 15.0502 15.087 14.1478L22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12V6C5 4.11438 5 3.17157 5.58579 2.58579C6.17157 2 7.11438 2 9 2H15C16.8856 2 17.8284 2 18.4142 2.58579C19 3.17157 19 4.11438 19 6V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.4375 11.1667L10.4375 5.83333M12 5.83333V4.5M12 12.5V11.1667M10.4375 8.5H13.5625M13.5625 8.5C14.0803 8.5 14.5 8.94772 14.5 9.5V10.1667C14.5 10.719 14.0803 11.1667 13.5625 11.1667H9.5M13.5625 8.5C14.0803 8.5 14.5 8.05228 14.5 7.5V6.83333C14.5 6.28105 14.0803 5.83333 13.5625 5.83333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-mind{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 22V21.5C15.5 20.3954 16.4321 19.5005 17.4223 19.011C18.3846 18.5354 19.1943 17.7511 19.2965 16.8313L19.5 15L21.5 14L19 10.25C19 5.69365 15.3063 2 10.75 2C6.19365 2 2.5 5.69365 2.5 10.25C2.5 13.0379 3.88283 15.5028 6 16.9962M6 16.9962V22M6 16.9962C6.75065 17.5257 7.59362 17.9331 8.5 18.1895%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.9375 12.6667L8.9375 7.33333M10.5 7.33333V6M10.5 14V12.6667M8.9375 10H12.0625M12.0625 10C12.5803 10 13 10.4477 13 11V11.6667C13 12.219 12.5803 12.6667 12.0625 12.6667H8M12.0625 10C12.5803 10 13 9.55228 13 9V8.33333C13 7.78105 12.5803 7.33333 12.0625 7.33333H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 22V21.5C15.5 20.3954 16.4321 19.5005 17.4223 19.011C18.3846 18.5354 19.1943 17.7511 19.2965 16.8313L19.5 15L21.5 14L19 10.25C19 5.69365 15.3063 2 10.75 2C6.19365 2 2.5 5.69365 2.5 10.25C2.5 13.0379 3.88283 15.5028 6 16.9962M6 16.9962V22M6 16.9962C6.75065 17.5257 7.59362 17.9331 8.5 18.1895%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.9375 12.6667L8.9375 7.33333M10.5 7.33333V6M10.5 14V12.6667M8.9375 10H12.0625M12.0625 10C12.5803 10 13 10.4477 13 11V11.6667C13 12.219 12.5803 12.6667 12.0625 12.6667H8M12.0625 10C12.5803 10 13 9.55228 13 9V8.33333C13 7.78105 12.5803 7.33333 12.0625 7.33333H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-money-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 4H8C5.17157 4 3.75736 4 2.87868 4.93726C2 5.87452 2 7.38301 2 10.4V13.6C2 16.617 2 18.1255 2.87868 19.0627C3.75736 20 5.17157 20 8 20H16C18.8284 20 20.2426 20 21.1213 19.0627C22 18.1255 22 16.617 22 13.6V10.4C22 7.38301 22 5.87452 21.1213 4.93726C20.2426 4 18.8284 4 16 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.87398 4C6.95625 4.31962 7 4.6547 7 5C7 7.20914 5.20914 9 3 9C2.6547 9 2.31962 8.95625 2 8.87398%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8.87398C21.6804 8.95625 21.3453 9 21 9C18.7909 9 17 7.20914 17 5C17 4.6547 17.0438 4.31962 17.126 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.126 20C17.0438 19.6804 17 19.3453 17 19C17 16.7909 18.7909 15 21 15C21.3453 15 21.6804 15.0438 22 15.126%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15.126C2.31962 15.0438 2.6547 15 3 15C5.20914 15 7 16.7909 7 19C7 19.3453 6.95625 19.6804 6.87398 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 14.6667L10.4375 9.33333M12 9.33333V8M12 16V14.6667M10.4375 12H13.5625M13.5625 12C14.0803 12 14.5 12.4477 14.5 13V13.6667C14.5 14.219 14.0803 14.6667 13.5625 14.6667H9.5M13.5625 12C14.0803 12 14.5 11.5523 14.5 11V10.3333C14.5 9.78105 14.0803 9.33333 13.5625 9.33333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 4H8C5.17157 4 3.75736 4 2.87868 4.93726C2 5.87452 2 7.38301 2 10.4V13.6C2 16.617 2 18.1255 2.87868 19.0627C3.75736 20 5.17157 20 8 20H16C18.8284 20 20.2426 20 21.1213 19.0627C22 18.1255 22 16.617 22 13.6V10.4C22 7.38301 22 5.87452 21.1213 4.93726C20.2426 4 18.8284 4 16 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.87398 4C6.95625 4.31962 7 4.6547 7 5C7 7.20914 5.20914 9 3 9C2.6547 9 2.31962 8.95625 2 8.87398%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8.87398C21.6804 8.95625 21.3453 9 21 9C18.7909 9 17 7.20914 17 5C17 4.6547 17.0438 4.31962 17.126 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.126 20C17.0438 19.6804 17 19.3453 17 19C17 16.7909 18.7909 15 21 15C21.3453 15 21.6804 15.0438 22 15.126%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15.126C2.31962 15.0438 2.6547 15 3 15C5.20914 15 7 16.7909 7 19C7 19.3453 6.95625 19.6804 6.87398 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 14.6667L10.4375 9.33333M12 9.33333V8M12 16V14.6667M10.4375 12H13.5625M13.5625 12C14.0803 12 14.5 12.4477 14.5 13V13.6667C14.5 14.219 14.0803 14.6667 13.5625 14.6667H9.5M13.5625 12C14.0803 12 14.5 11.5523 14.5 11V10.3333C14.5 9.78105 14.0803 9.33333 13.5625 9.33333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-money-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.4375 14.6667L10.4375 9.33333M12 9.33333V8M12 16V14.6667M10.4375 12H13.5625M13.5625 12C14.0803 12 14.5 12.4477 14.5 13V13.6667C14.5 14.219 14.0803 14.6667 13.5625 14.6667H9.5M13.5625 12C14.0803 12 14.5 11.5523 14.5 11V10.3333C14.5 9.78105 14.0803 9.33333 13.5625 9.33333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11.1415C18.6749 11.0944 18.341 11.0586 18 11.0347M6 12.9653C5.65897 12.9415 5.32511 12.9056 5 12.8585%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19.5C10.6675 20.1224 8.91707 20.5 7 20.5C5.93408 20.5 4.91969 20.3833 4 20.1726C2.49957 19.8289 2 18.9264 2 17.386V6.61397C2 5.62914 3.04003 4.95273 4 5.1726C4.91969 5.38325 5.93408 5.5 7 5.5C8.91707 5.5 10.6675 5.12236 12 4.5C13.3325 3.87764 15.0829 3.5 17 3.5C18.0659 3.5 19.0803 3.61675 20 3.8274C21.5817 4.18968 22 5.12036 22 6.61397V17.386C22 18.3709 20.96 19.0473 20 18.8274C19.0803 18.6167 18.0659 18.5 17 18.5C15.0829 18.5 13.3325 18.8776 12 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.4375 14.6667L10.4375 9.33333M12 9.33333V8M12 16V14.6667M10.4375 12H13.5625M13.5625 12C14.0803 12 14.5 12.4477 14.5 13V13.6667C14.5 14.219 14.0803 14.6667 13.5625 14.6667H9.5M13.5625 12C14.0803 12 14.5 11.5523 14.5 11V10.3333C14.5 9.78105 14.0803 9.33333 13.5625 9.33333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11.1415C18.6749 11.0944 18.341 11.0586 18 11.0347M6 12.9653C5.65897 12.9415 5.32511 12.9056 5 12.8585%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19.5C10.6675 20.1224 8.91707 20.5 7 20.5C5.93408 20.5 4.91969 20.3833 4 20.1726C2.49957 19.8289 2 18.9264 2 17.386V6.61397C2 5.62914 3.04003 4.95273 4 5.1726C4.91969 5.38325 5.93408 5.5 7 5.5C8.91707 5.5 10.6675 5.12236 12 4.5C13.3325 3.87764 15.0829 3.5 17 3.5C18.0659 3.5 19.0803 3.61675 20 3.8274C21.5817 4.18968 22 5.12036 22 6.61397V17.386C22 18.3709 20.96 19.0473 20 18.8274C19.0803 18.6167 18.0659 18.5 17 18.5C15.0829 18.5 13.3325 18.8776 12 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-pie-chart{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19C15.866 19 19 15.866 19 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V5M19 12H22M19 19L17 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 14.6667L10.4375 9.33333M12 9.33333V8M12 16V14.6667M10.4375 12H13.5625M13.5625 12C14.0803 12 14.5 12.4477 14.5 13V13.6667C14.5 14.219 14.0803 14.6667 13.5625 14.6667H9.5M13.5625 12C14.0803 12 14.5 11.5523 14.5 11V10.3333C14.5 9.78105 14.0803 9.33333 13.5625 9.33333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19C15.866 19 19 15.866 19 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V5M19 12H22M19 19L17 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 14.6667L10.4375 9.33333M12 9.33333V8M12 16V14.6667M10.4375 12H13.5625M13.5625 12C14.0803 12 14.5 12.4477 14.5 13V13.6667C14.5 14.219 14.0803 14.6667 13.5625 14.6667H9.5M13.5625 12C14.0803 12 14.5 11.5523 14.5 11V10.3333C14.5 9.78105 14.0803 9.33333 13.5625 9.33333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-piggy-bank{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5 11.0289C21.8239 11.8027 22 12.6343 22 13.5002C22 15.5588 21.0047 17.4237 19.3933 18.7789C19.1517 18.9821 19 19.2764 19 19.5921V22.0002H17L16.2062 20.8675C16.083 20.6918 15.8616 20.6154 15.6537 20.6689C13.9248 21.1134 12.0752 21.1134 10.3463 20.6689C10.1384 20.6154 9.91703 20.6918 9.79384 20.8675L9 22.0002H7V19.6156C7 19.2868 6.83835 18.979 6.56764 18.7923C5.49285 18.0513 2 16.6016 2 15.0584V13.5002C2 12.9084 2.44771 12.4287 3 12.4287C3.60665 12.4287 4.10188 12.1931 4.30205 11.5662C5.06912 9.16428 7.23085 7.2362 10.0206 6.4209%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.125 9.5L14.125 3.5M16 3.5V2M16 11V9.5M14.125 6.5H17.875M17.875 6.5C18.4963 6.5 19 7.00368 19 7.625V8.375C19 8.99632 18.4963 9.5 17.875 9.5H13M17.875 6.5C18.4963 6.5 19 5.99632 19 5.375V4.625C19 4.00368 18.4963 3.5 17.875 3.5H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.49981 12H7.50879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5 11.0289C21.8239 11.8027 22 12.6343 22 13.5002C22 15.5588 21.0047 17.4237 19.3933 18.7789C19.1517 18.9821 19 19.2764 19 19.5921V22.0002H17L16.2062 20.8675C16.083 20.6918 15.8616 20.6154 15.6537 20.6689C13.9248 21.1134 12.0752 21.1134 10.3463 20.6689C10.1384 20.6154 9.91703 20.6918 9.79384 20.8675L9 22.0002H7V19.6156C7 19.2868 6.83835 18.979 6.56764 18.7923C5.49285 18.0513 2 16.6016 2 15.0584V13.5002C2 12.9084 2.44771 12.4287 3 12.4287C3.60665 12.4287 4.10188 12.1931 4.30205 11.5662C5.06912 9.16428 7.23085 7.2362 10.0206 6.4209%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.125 9.5L14.125 3.5M16 3.5V2M16 11V9.5M14.125 6.5H17.875M17.875 6.5C18.4963 6.5 19 7.00368 19 7.625V8.375C19 8.99632 18.4963 9.5 17.875 9.5H13M17.875 6.5C18.4963 6.5 19 5.99632 19 5.375V4.625C19 4.00368 18.4963 3.5 17.875 3.5H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.49981 12H7.50879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-presentation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 2H3C2.5286 2 2.29289 2 2.14645 2.14645C2 2.29289 2 2.5286 2 3V4C2 4.4714 2 4.70711 2.14645 4.85355C2.29289 5 2.5286 5 3 5H21C21.4714 5 21.7071 5 21.8536 4.85355C22 4.70711 22 4.4714 22 4V3C22 2.5286 22 2.29289 21.8536 2.14645C21.7071 2 21.4714 2 21 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5V13C3 15.8284 3 17.2426 3.87868 18.1213C4.75736 19 6.17157 19 9 19H15C17.8284 19 19.2426 19 20.1213 18.1213C21 17.2426 21 15.8284 21 13V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10H16M14 14L18 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.9375 14.6667L6.9375 9.33333M8.5 9.33333V8M8.5 16V14.6667M6.9375 12H10.0625M10.0625 12C10.5803 12 11 12.4477 11 13V13.6667C11 14.219 10.5803 14.6667 10.0625 14.6667H6M10.0625 12C10.5803 12 11 11.5523 11 11V10.3333C11 9.78105 10.5803 9.33333 10.0625 9.33333H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 2H3C2.5286 2 2.29289 2 2.14645 2.14645C2 2.29289 2 2.5286 2 3V4C2 4.4714 2 4.70711 2.14645 4.85355C2.29289 5 2.5286 5 3 5H21C21.4714 5 21.7071 5 21.8536 4.85355C22 4.70711 22 4.4714 22 4V3C22 2.5286 22 2.29289 21.8536 2.14645C21.7071 2 21.4714 2 21 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5V13C3 15.8284 3 17.2426 3.87868 18.1213C4.75736 19 6.17157 19 9 19H15C17.8284 19 19.2426 19 20.1213 18.1213C21 17.2426 21 15.8284 21 13V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10H16M14 14L18 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.9375 14.6667L6.9375 9.33333M8.5 9.33333V8M8.5 16V14.6667M6.9375 12H10.0625M10.0625 12C10.5803 12 11 12.4477 11 13V13.6667C11 14.219 10.5803 14.6667 10.0625 14.6667H6M10.0625 12C10.5803 12 11 11.5523 11 11V10.3333C11 9.78105 10.5803 9.33333 10.0625 9.33333H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-receipt{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.125 13.5L10.125 7.5M12 7.5V6M12 15V13.5M10.125 10.5H13.875M13.875 10.5C14.4963 10.5 15 11.0037 15 11.625V12.375C15 12.9963 14.4963 13.5 13.875 13.5H9M13.875 10.5C14.4963 10.5 15 9.99632 15 9.375V8.625C15 8.00368 14.4963 7.5 13.875 7.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.94 21.5124L9.02913 20.3073C8.54415 20.0014 8.30166 19.8485 8.03253 19.8397C7.74172 19.8301 7.49493 19.9768 6.97087 20.3073C6.38395 20.6774 5.21687 21.6971 4.46195 21.2108C4 20.9133 4 20.1575 4 18.6458V8.00002C4 5.17158 4 3.75736 4.82699 2.87868C5.65399 2 6.98501 2 9.64706 2H14.3529C17.015 2 18.346 2 19.173 2.87868C20 3.75736 20 5.17158 20 8.00002V18.6458C20 20.1575 20 20.9133 19.538 21.2108C18.7831 21.6971 17.6161 20.6774 17.0291 20.3073C16.5441 20.0014 16.3017 19.8485 16.0325 19.8397C15.7417 19.8301 15.4949 19.9768 14.9709 20.3073L13.06 21.5124C12.5445 21.8374 12.2868 22 12 22C11.7132 22 11.4554 21.8374 10.94 21.5124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.125 13.5L10.125 7.5M12 7.5V6M12 15V13.5M10.125 10.5H13.875M13.875 10.5C14.4963 10.5 15 11.0037 15 11.625V12.375C15 12.9963 14.4963 13.5 13.875 13.5H9M13.875 10.5C14.4963 10.5 15 9.99632 15 9.375V8.625C15 8.00368 14.4963 7.5 13.875 7.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.94 21.5124L9.02913 20.3073C8.54415 20.0014 8.30166 19.8485 8.03253 19.8397C7.74172 19.8301 7.49493 19.9768 6.97087 20.3073C6.38395 20.6774 5.21687 21.6971 4.46195 21.2108C4 20.9133 4 20.1575 4 18.6458V8.00002C4 5.17158 4 3.75736 4.82699 2.87868C5.65399 2 6.98501 2 9.64706 2H14.3529C17.015 2 18.346 2 19.173 2.87868C20 3.75736 20 5.17158 20 8.00002V18.6458C20 20.1575 20 20.9133 19.538 21.2108C18.7831 21.6971 17.6161 20.6774 17.0291 20.3073C16.5441 20.0014 16.3017 19.8485 16.0325 19.8397C15.7417 19.8301 15.4949 19.9768 14.9709 20.3073L13.06 21.5124C12.5445 21.8374 12.2868 22 12 22C11.7132 22 11.4554 21.8374 10.94 21.5124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 16L9.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8V6M13.5 8V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18V16M13.5 18V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 12L14.5 12C15.3284 12 16 12.6716 16 13.5V14.5C16 15.3284 15.3284 16 14.5 16H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8L14.5 8C15.3284 8 16 8.67157 16 9.5V10.5C16 11.3284 15.3284 12 14.5 12H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 16L9.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8V6M13.5 8V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18V16M13.5 18V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 12L14.5 12C15.3284 12 16 12.6716 16 13.5V14.5C16 15.3284 15.3284 16 14.5 16H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8L14.5 8C15.3284 8 16 8.67157 16 9.5V10.5C16 11.3284 15.3284 12 14.5 12H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-safe{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2H13C17.2426 2 19.364 2 20.682 3.31802C22 4.63604 22 6.75736 22 11C22 15.2426 22 17.364 20.682 18.682C19.364 20 17.2426 20 13 20H11C6.75736 20 4.63604 20 3.31802 18.682C2 17.364 2 15.2426 2 11C2 6.75736 2 4.63604 3.31802 3.31802C4.63604 2 6.75736 2 11 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 15C6 14.4692 6 13.6148 6 11.9062V10.0938C6 8.38516 6 7.53082 7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9375 13.6667L12.9375 8.33333M14.5 8.33333V7M14.5 15V13.6667M12.9375 11H16.0625M16.0625 11C16.5803 11 17 11.4477 17 12V12.6667C17 13.219 16.5803 13.6667 16.0625 13.6667H12M16.0625 11C16.5803 11 17 10.5523 17 10V9.33333C17 8.78105 16.5803 8.33333 16.0625 8.33333H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2H13C17.2426 2 19.364 2 20.682 3.31802C22 4.63604 22 6.75736 22 11C22 15.2426 22 17.364 20.682 18.682C19.364 20 17.2426 20 13 20H11C6.75736 20 4.63604 20 3.31802 18.682C2 17.364 2 15.2426 2 11C2 6.75736 2 4.63604 3.31802 3.31802C4.63604 2 6.75736 2 11 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 15C6 14.4692 6 13.6148 6 11.9062V10.0938C6 8.38516 6 7.53082 7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9375 13.6667L12.9375 8.33333M14.5 8.33333V7M14.5 15V13.6667M12.9375 11H16.0625M16.0625 11C16.5803 11 17 11.4477 17 12V12.6667C17 13.219 16.5803 13.6667 16.0625 13.6667H12M16.0625 11C16.5803 11 17 10.5523 17 10V9.33333C17 8.78105 16.5803 8.33333 16.0625 8.33333H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.125 14L9.125 8M11 8V6.5M11 15.5V14M9.125 11H12.875M12.875 11C13.4963 11 14 11.5037 14 12.125V12.875C14 13.4963 13.4963 14 12.875 14H8M12.875 11C13.4963 11 14 10.4963 14 9.875V9.125C14 8.50368 13.4963 8 12.875 8H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.125 14L9.125 8M11 8V6.5M11 15.5V14M9.125 11H12.875M12.875 11C13.4963 11 14 11.5037 14 12.125V12.875C14 13.4963 13.4963 14 12.875 14H8M12.875 11C13.4963 11 14 10.4963 14 9.875V9.125C14 8.50368 13.4963 8 12.875 8H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-setting{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.125 15L10.125 9M12 9V7.5M12 16.5V15M10.125 12H13.875M13.875 12C14.4963 12 15 12.5037 15 13.125V13.875C15 14.4963 14.4963 15 13.875 15H9M13.875 12C14.4963 12 15 11.4963 15 10.875V10.125C15 9.50368 14.4963 9 13.875 9H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.011 14.0968C21.5329 13.9561 21.7939 13.8857 21.8969 13.7511C22 13.6166 22 13.4001 22 12.9672V11.0335C22 10.6006 22 10.3841 21.8969 10.2496C21.7938 10.115 21.5329 10.0446 21.011 9.90389C19.0606 9.37789 17.8399 7.33882 18.3433 5.40118C18.4817 4.8683 18.5509 4.60186 18.4848 4.4456C18.4187 4.28933 18.2291 4.18164 17.8497 3.96627L16.125 2.98704C15.7528 2.7757 15.5667 2.67003 15.3997 2.69253C15.2326 2.71503 15.0442 2.90304 14.6672 3.27904C13.208 4.73479 10.7936 4.73473 9.33434 3.27895C8.95743 2.90294 8.76898 2.71494 8.60193 2.69243C8.43489 2.66993 8.24877 2.7756 7.87653 2.98694L6.15184 3.96617C5.77253 4.18154 5.58287 4.28922 5.51678 4.44546C5.45068 4.60171 5.51987 4.86818 5.65825 5.40111C6.16137 7.3388 4.93972 9.37794 2.98902 9.9039C2.46712 10.0446 2.20617 10.115 2.10308 10.2495C2 10.3841 2 10.6006 2 11.0335V12.9672C2 13.4001 2 13.6166 2.10308 13.7511C2.20615 13.8857 2.46711 13.9561 2.98902 14.0968C4.9394 14.6228 6.16008 16.6619 5.65672 18.5995C5.51829 19.1324 5.44907 19.3988 5.51516 19.5551C5.58126 19.7114 5.77092 19.8191 6.15025 20.0344L7.87495 21.0137C8.24721 21.225 8.43334 21.3307 8.6004 21.3082C8.76746 21.2857 8.95588 21.0977 9.33271 20.7216C10.7927 19.2647 13.2088 19.2646 14.6689 20.7215C15.0457 21.0976 15.2341 21.2856 15.4012 21.3081C15.5682 21.3306 15.7544 21.2249 16.1266 21.0136L17.8513 20.0343C18.2307 19.819 18.4204 19.7113 18.4864 19.555C18.5525 19.3987 18.4833 19.1323 18.3448 18.5995C17.8412 16.6619 19.0609 14.6229 21.011 14.0968Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.125 15L10.125 9M12 9V7.5M12 16.5V15M10.125 12H13.875M13.875 12C14.4963 12 15 12.5037 15 13.125V13.875C15 14.4963 14.4963 15 13.875 15H9M13.875 12C14.4963 12 15 11.4963 15 10.875V10.125C15 9.50368 14.4963 9 13.875 9H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.011 14.0968C21.5329 13.9561 21.7939 13.8857 21.8969 13.7511C22 13.6166 22 13.4001 22 12.9672V11.0335C22 10.6006 22 10.3841 21.8969 10.2496C21.7938 10.115 21.5329 10.0446 21.011 9.90389C19.0606 9.37789 17.8399 7.33882 18.3433 5.40118C18.4817 4.8683 18.5509 4.60186 18.4848 4.4456C18.4187 4.28933 18.2291 4.18164 17.8497 3.96627L16.125 2.98704C15.7528 2.7757 15.5667 2.67003 15.3997 2.69253C15.2326 2.71503 15.0442 2.90304 14.6672 3.27904C13.208 4.73479 10.7936 4.73473 9.33434 3.27895C8.95743 2.90294 8.76898 2.71494 8.60193 2.69243C8.43489 2.66993 8.24877 2.7756 7.87653 2.98694L6.15184 3.96617C5.77253 4.18154 5.58287 4.28922 5.51678 4.44546C5.45068 4.60171 5.51987 4.86818 5.65825 5.40111C6.16137 7.3388 4.93972 9.37794 2.98902 9.9039C2.46712 10.0446 2.20617 10.115 2.10308 10.2495C2 10.3841 2 10.6006 2 11.0335V12.9672C2 13.4001 2 13.6166 2.10308 13.7511C2.20615 13.8857 2.46711 13.9561 2.98902 14.0968C4.9394 14.6228 6.16008 16.6619 5.65672 18.5995C5.51829 19.1324 5.44907 19.3988 5.51516 19.5551C5.58126 19.7114 5.77092 19.8191 6.15025 20.0344L7.87495 21.0137C8.24721 21.225 8.43334 21.3307 8.6004 21.3082C8.76746 21.2857 8.95588 21.0977 9.33271 20.7216C10.7927 19.2647 13.2088 19.2646 14.6689 20.7215C15.0457 21.0976 15.2341 21.2856 15.4012 21.3081C15.5682 21.3306 15.7544 21.2249 16.1266 21.0136L17.8513 20.0343C18.2307 19.819 18.4204 19.7113 18.4864 19.555C18.5525 19.3987 18.4833 19.1323 18.3448 18.5995C17.8412 16.6619 19.0609 14.6229 21.011 14.0968Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-shield{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9983 2C9.14883 2 7.30123 4.01899 5.11615 4.7549C4.22768 5.05413 3.78345 5.20374 3.60366 5.41465C3.42388 5.62556 3.37124 5.93375 3.26595 6.55013C2.13925 13.146 4.6019 19.244 10.475 21.6175C11.106 21.8725 11.4216 22 12.0014 22C12.5812 22 12.8967 21.8725 13.5277 21.6175C19.4005 19.2439 21.8608 13.146 20.7338 6.55013C20.6284 5.93364 20.5758 5.6254 20.3959 5.41449C20.2161 5.20358 19.7719 5.05405 18.8835 4.75499C16.6976 4.01915 14.8479 2 11.9983 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.125 14.5L10.125 8.5M12 8.5V7M12 16V14.5M10.125 11.5H13.875M13.875 11.5C14.4963 11.5 15 12.0037 15 12.625V13.375C15 13.9963 14.4963 14.5 13.875 14.5H9M13.875 11.5C14.4963 11.5 15 10.9963 15 10.375V9.625C15 9.00368 14.4963 8.5 13.875 8.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9983 2C9.14883 2 7.30123 4.01899 5.11615 4.7549C4.22768 5.05413 3.78345 5.20374 3.60366 5.41465C3.42388 5.62556 3.37124 5.93375 3.26595 6.55013C2.13925 13.146 4.6019 19.244 10.475 21.6175C11.106 21.8725 11.4216 22 12.0014 22C12.5812 22 12.8967 21.8725 13.5277 21.6175C19.4005 19.2439 21.8608 13.146 20.7338 6.55013C20.6284 5.93364 20.5758 5.6254 20.3959 5.41449C20.2161 5.20358 19.7719 5.05405 18.8835 4.75499C16.6976 4.01915 14.8479 2 11.9983 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.125 14.5L10.125 8.5M12 8.5V7M12 16V14.5M10.125 11.5H13.875M13.875 11.5C14.4963 11.5 15 12.0037 15 12.625V13.375C15 13.9963 14.4963 14.5 13.875 14.5H9M13.875 11.5C14.4963 11.5 15 10.9963 15 10.375V9.625C15 9.00368 14.4963 8.5 13.875 8.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-shopping{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.30064 17.1912L3.16042 10.2591C2.98802 9.21103 2.90182 8.68698 3.17785 8.34349C3.45388 8 3.96121 8 4.97587 8H19.0241C20.0388 8 20.5461 8 20.8221 8.34349C21.0982 8.68698 21.012 9.21103 20.8396 10.2591L19.6994 17.1912C19.3214 19.4888 19.1325 20.6376 18.361 21.3188C17.5894 22 16.4773 22 14.253 22H9.74699C7.5227 22 6.41055 22 5.63904 21.3188C4.86752 20.6376 4.67856 19.4888 4.30064 17.1912Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.4375 17.6667L10.4375 12.3333M12 12.3333V11M12 19V17.6667M10.4375 15H13.5625M13.5625 15C14.0803 15 14.5 15.4477 14.5 16V16.6667C14.5 17.219 14.0803 17.6667 13.5625 17.6667H9.5M13.5625 15C14.0803 15 14.5 14.5523 14.5 14V13.3333C14.5 12.781 14.0803 12.3333 13.5625 12.3333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8C17 4.68629 15.5 2 12 2C8.5 2 7 4.68629 7 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.30064 17.1912L3.16042 10.2591C2.98802 9.21103 2.90182 8.68698 3.17785 8.34349C3.45388 8 3.96121 8 4.97587 8H19.0241C20.0388 8 20.5461 8 20.8221 8.34349C21.0982 8.68698 21.012 9.21103 20.8396 10.2591L19.6994 17.1912C19.3214 19.4888 19.1325 20.6376 18.361 21.3188C17.5894 22 16.4773 22 14.253 22H9.74699C7.5227 22 6.41055 22 5.63904 21.3188C4.86752 20.6376 4.67856 19.4888 4.30064 17.1912Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.4375 17.6667L10.4375 12.3333M12 12.3333V11M12 19V17.6667M10.4375 15H13.5625M13.5625 15C14.0803 15 14.5 15.4477 14.5 16V16.6667C14.5 17.219 14.0803 17.6667 13.5625 17.6667H9.5M13.5625 15C14.0803 15 14.5 14.5523 14.5 14V13.3333C14.5 12.781 14.0803 12.3333 13.5625 12.3333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8C17 4.68629 15.5 2 12 2C8.5 2 7 4.68629 7 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-smartphone-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5988 5C17.4638 4.13105 17.2083 3.5086 16.7249 3.02513C15.6997 2 14.0498 2 10.75 2C7.45017 2 5.80025 2 4.77513 3.02513C3.75 4.05025 3.75 5.70017 3.75 9V15C3.75 18.2998 3.75 19.9497 4.77513 20.9749C5.80025 22 7.45017 22 10.75 22C14.0498 22 15.6997 22 16.7249 20.9749C17.2083 20.4914 17.4638 19.869 17.5988 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.1875 14.6667L16.1875 9.33333M17.75 9.33333V8M17.75 16V14.6667M16.1875 12H19.3125M19.3125 12C19.8303 12 20.25 12.4477 20.25 13V13.6667C20.25 14.219 19.8303 14.6667 19.3125 14.6667H15.25M19.3125 12C19.8303 12 20.25 11.5523 20.25 11V10.3333C20.25 9.78105 19.8303 9.33333 19.3125 9.33333H15.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.75 19H10.759%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.75 5H11.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5988 5C17.4638 4.13105 17.2083 3.5086 16.7249 3.02513C15.6997 2 14.0498 2 10.75 2C7.45017 2 5.80025 2 4.77513 3.02513C3.75 4.05025 3.75 5.70017 3.75 9V15C3.75 18.2998 3.75 19.9497 4.77513 20.9749C5.80025 22 7.45017 22 10.75 22C14.0498 22 15.6997 22 16.7249 20.9749C17.2083 20.4914 17.4638 19.869 17.5988 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.1875 14.6667L16.1875 9.33333M17.75 9.33333V8M17.75 16V14.6667M16.1875 12H19.3125M19.3125 12C19.8303 12 20.25 12.4477 20.25 13V13.6667C20.25 14.219 19.8303 14.6667 19.3125 14.6667H15.25M19.3125 12C19.8303 12 20.25 11.5523 20.25 11V10.3333C20.25 9.78105 19.8303 9.33333 19.3125 9.33333H15.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.75 19H10.759%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.75 5H11.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-smartphone-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 9C5 5.70017 5 4.05025 6.02513 3.02513C7.05025 2 8.70017 2 12 2C15.2998 2 16.9497 2 17.9749 3.02513C19 4.05025 19 5.70017 19 9V15C19 18.2998 19 19.9497 17.9749 20.9749C16.9497 22 15.2998 22 12 22C8.70017 22 7.05025 22 6.02513 20.9749C5 19.9497 5 18.2998 5 15V9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 12.6667L10.4375 7.33333M12 7.33333V6M12 14V12.6667M10.4375 10H13.5625M13.5625 10C14.0803 10 14.5 10.4477 14.5 11V11.6667C14.5 12.219 14.0803 12.6667 13.5625 12.6667H9.5M13.5625 10C14.0803 10 14.5 9.55228 14.5 9V8.33333C14.5 7.78105 14.0803 7.33333 13.5625 7.33333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 9C5 5.70017 5 4.05025 6.02513 3.02513C7.05025 2 8.70017 2 12 2C15.2998 2 16.9497 2 17.9749 3.02513C19 4.05025 19 5.70017 19 9V15C19 18.2998 19 19.9497 17.9749 20.9749C16.9497 22 15.2998 22 12 22C8.70017 22 7.05025 22 6.02513 20.9749C5 19.9497 5 18.2998 5 15V9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 12.6667L10.4375 7.33333M12 7.33333V6M12 14V12.6667M10.4375 10H13.5625M13.5625 10C14.0803 10 14.5 10.4477 14.5 11V11.6667C14.5 12.219 14.0803 12.6667 13.5625 12.6667H9.5M13.5625 10C14.0803 10 14.5 9.55228 14.5 9V8.33333C14.5 7.78105 14.0803 7.33333 13.5625 7.33333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-store{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.24612 2.03125H17.7148C18.3754 2.03128 19.4708 2.12893 19.8429 3.18353C20.0645 3.81133 19.9769 4.5158 20.2182 5.13625C20.4717 5.7879 20.8692 6.41772 21.2548 6.98525C21.6369 7.54774 22.0769 8.15464 21.9618 8.82508C21.8321 9.58103 21.2262 10.2927 20.4254 10.6707C18.786 11.4446 16.3613 10.9779 15.9758 8.17684C15.652 9.07151 14.6603 10.9779 11.9411 10.9779C9.22192 10.9779 8.30893 9.07151 7.98519 8.17684C7.59968 10.9779 5.17495 11.4446 3.53558 10.6707C2.73478 10.2927 2.12888 9.58103 1.99911 8.82508C1.88403 8.15464 2.32404 7.54774 2.70615 6.98525C3.09169 6.41772 3.48925 5.7879 3.7427 5.13625C3.98401 4.5158 3.89645 3.81133 4.11799 3.18353C4.49014 2.12893 5.58553 2.03128 6.24612 2.03125Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9432 20.6968V15.3549M18.5063 15.3549V14.0195M18.5063 22.0322V20.6968M16.9432 18.0259H20.0694M20.0694 18.0259C20.5874 18.0259 21.0073 18.4743 21.0073 19.0275V19.6952C21.0073 20.2484 20.5874 20.6968 20.0694 20.6968H16.0054M20.0694 18.0259C20.5874 18.0259 21.0073 17.5775 21.0073 17.0243V16.3565C21.0073 15.8034 20.5874 15.3549 20.0694 15.3549H16.0054%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.00049 10.5137V15.0208C3.00049 17.8537 3.00049 19.2702 3.8795 20.1503C4.75852 21.0304 6.17327 21.0304 9.00278 21.0304H13.0043%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.24612 2.03125H17.7148C18.3754 2.03128 19.4708 2.12893 19.8429 3.18353C20.0645 3.81133 19.9769 4.5158 20.2182 5.13625C20.4717 5.7879 20.8692 6.41772 21.2548 6.98525C21.6369 7.54774 22.0769 8.15464 21.9618 8.82508C21.8321 9.58103 21.2262 10.2927 20.4254 10.6707C18.786 11.4446 16.3613 10.9779 15.9758 8.17684C15.652 9.07151 14.6603 10.9779 11.9411 10.9779C9.22192 10.9779 8.30893 9.07151 7.98519 8.17684C7.59968 10.9779 5.17495 11.4446 3.53558 10.6707C2.73478 10.2927 2.12888 9.58103 1.99911 8.82508C1.88403 8.15464 2.32404 7.54774 2.70615 6.98525C3.09169 6.41772 3.48925 5.7879 3.7427 5.13625C3.98401 4.5158 3.89645 3.81133 4.11799 3.18353C4.49014 2.12893 5.58553 2.03128 6.24612 2.03125Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9432 20.6968V15.3549M18.5063 15.3549V14.0195M18.5063 22.0322V20.6968M16.9432 18.0259H20.0694M20.0694 18.0259C20.5874 18.0259 21.0073 18.4743 21.0073 19.0275V19.6952C21.0073 20.2484 20.5874 20.6968 20.0694 20.6968H16.0054M20.0694 18.0259C20.5874 18.0259 21.0073 17.5775 21.0073 17.0243V16.3565C21.0073 15.8034 20.5874 15.3549 20.0694 15.3549H16.0054%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.00049 10.5137V15.0208C3.00049 17.8537 3.00049 19.2702 3.8795 20.1503C4.75852 21.0304 6.17327 21.0304 9.00278 21.0304H13.0043%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-tag{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 5C18.3284 5 19 5.67157 19 6.5C19 7.32843 18.3284 8 17.5 8C16.6716 8 16 7.32843 16 6.5C16 5.67157 16.6716 5 17.5 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.77423 11.1439C1.77108 12.2643 1.7495 13.9546 2.67016 15.1437C4.49711 17.5033 6.49674 19.5029 8.85633 21.3298C10.0454 22.2505 11.7357 22.2289 12.8561 21.2258C15.8979 18.5022 18.6835 15.6559 21.3719 12.5279C21.6377 12.2187 21.8039 11.8397 21.8412 11.4336C22.0062 9.63798 22.3452 4.46467 20.9403 3.05974C19.5353 1.65481 14.362 1.99377 12.5664 2.15876C12.1603 2.19608 11.7813 2.36233 11.472 2.62811C8.34412 5.31646 5.49781 8.10211 2.77423 11.1439Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.89551 13.4478L11.7164 9.62684M12.8358 10.7462L13.791 9.79104M8.05972 15.5224L9.01491 14.5672M9.80598 11.5373L12.0448 13.7761M12.0448 13.7761C12.4157 14.1471 12.3957 14.7685 12 15.1642L11.5224 15.6418C11.1267 16.0375 10.5053 16.0575 10.1343 15.6866L7.22387 12.7761M12.0448 13.7761C12.4157 14.1471 13.0372 14.127 13.4328 13.7313L13.9105 13.2537C14.3061 12.858 14.3262 12.2366 13.9552 11.8656L11.0448 8.9552%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 5C18.3284 5 19 5.67157 19 6.5C19 7.32843 18.3284 8 17.5 8C16.6716 8 16 7.32843 16 6.5C16 5.67157 16.6716 5 17.5 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.77423 11.1439C1.77108 12.2643 1.7495 13.9546 2.67016 15.1437C4.49711 17.5033 6.49674 19.5029 8.85633 21.3298C10.0454 22.2505 11.7357 22.2289 12.8561 21.2258C15.8979 18.5022 18.6835 15.6559 21.3719 12.5279C21.6377 12.2187 21.8039 11.8397 21.8412 11.4336C22.0062 9.63798 22.3452 4.46467 20.9403 3.05974C19.5353 1.65481 14.362 1.99377 12.5664 2.15876C12.1603 2.19608 11.7813 2.36233 11.472 2.62811C8.34412 5.31646 5.49781 8.10211 2.77423 11.1439Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.89551 13.4478L11.7164 9.62684M12.8358 10.7462L13.791 9.79104M8.05972 15.5224L9.01491 14.5672M9.80598 11.5373L12.0448 13.7761M12.0448 13.7761C12.4157 14.1471 12.3957 14.7685 12 15.1642L11.5224 15.6418C11.1267 16.0375 10.5053 16.0575 10.1343 15.6866L7.22387 12.7761M12.0448 13.7761C12.4157 14.1471 13.0372 14.127 13.4328 13.7313L13.9105 13.2537C14.3061 12.858 14.3262 12.2366 13.9552 11.8656L11.0448 8.9552%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-target{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 12C20.5 7.30558 16.6944 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 14.6667L10.4375 9.33333M12 9.33333V8M12 16V14.6667M10.4375 12H13.5625M13.5625 12C14.0803 12 14.5 12.4477 14.5 13V13.6667C14.5 14.219 14.0803 14.6667 13.5625 14.6667H9.5M13.5625 12C14.0803 12 14.5 11.5523 14.5 11V10.3333C14.5 9.78105 14.0803 9.33333 13.5625 9.33333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 12C20.5 7.30558 16.6944 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C16.6944 20.5 20.5 16.6944 20.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 14.6667L10.4375 9.33333M12 9.33333V8M12 16V14.6667M10.4375 12H13.5625M13.5625 12C14.0803 12 14.5 12.4477 14.5 13V13.6667C14.5 14.219 14.0803 14.6667 13.5625 14.6667H9.5M13.5625 12C14.0803 12 14.5 11.5523 14.5 11V10.3333C14.5 9.78105 14.0803 9.33333 13.5625 9.33333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-transaction{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9767 19.5C19.4017 17.8876 21 15.1305 21 12C21 7.02944 16.9706 3 12 3C11.3126 3 10.6432 3.07706 10 3.22302M16.9767 19.5V16M16.9767 19.5H20.5M7 4.51555C4.58803 6.13007 3 8.87958 3 12C3 16.9706 7.02944 21 12 21C12.6874 21 13.3568 20.9229 14 20.777M7 4.51555V8M7 4.51555H3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 14.6667L10.4375 9.33333M12 9.33333V8M12 16V14.6667M10.4375 12H13.5625M13.5625 12C14.0803 12 14.5 12.4477 14.5 13V13.6667C14.5 14.219 14.0803 14.6667 13.5625 14.6667H9.5M13.5625 12C14.0803 12 14.5 11.5523 14.5 11V10.3333C14.5 9.78105 14.0803 9.33333 13.5625 9.33333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9767 19.5C19.4017 17.8876 21 15.1305 21 12C21 7.02944 16.9706 3 12 3C11.3126 3 10.6432 3.07706 10 3.22302M16.9767 19.5V16M16.9767 19.5H20.5M7 4.51555C4.58803 6.13007 3 8.87958 3 12C3 16.9706 7.02944 21 12 21C12.6874 21 13.3568 20.9229 14 20.777M7 4.51555V8M7 4.51555H3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 14.6667L10.4375 9.33333M12 9.33333V8M12 16V14.6667M10.4375 12H13.5625M13.5625 12C14.0803 12 14.5 12.4477 14.5 13V13.6667C14.5 14.219 14.0803 14.6667 13.5625 14.6667H9.5M13.5625 12C14.0803 12 14.5 11.5523 14.5 11V10.3333C14.5 9.78105 14.0803 9.33333 13.5625 9.33333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-up-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9C8.41015 9 5.5 11.9101 5.5 15.5C5.5 19.0898 8.41015 22 12 22C15.5898 22 18.5 19.0899 18.5 15.5C18.5 11.9101 15.5898 9 12 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 4.5C14.0085 3.9943 12.7002 2 12 2M9.5 4.5C9.99153 3.9943 11.2998 2 12 2M12 2L12 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 18.1667L10.4375 12.8333M12 12.8333V11.5M12 19.5V18.1667M10.4375 15.5H13.5625M13.5625 15.5C14.0803 15.5 14.5 15.9477 14.5 16.5V17.1667C14.5 17.719 14.0803 18.1667 13.5625 18.1667H9.5M13.5625 15.5C14.0803 15.5 14.5 15.0523 14.5 14.5V13.8333C14.5 13.281 14.0803 12.8333 13.5625 12.8333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9C8.41015 9 5.5 11.9101 5.5 15.5C5.5 19.0898 8.41015 22 12 22C15.5898 22 18.5 19.0899 18.5 15.5C18.5 11.9101 15.5898 9 12 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 4.5C14.0085 3.9943 12.7002 2 12 2M9.5 4.5C9.99153 3.9943 11.2998 2 12 2M12 2L12 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 18.1667L10.4375 12.8333M12 12.8333V11.5M12 19.5V18.1667M10.4375 15.5H13.5625M13.5625 15.5C14.0803 15.5 14.5 15.9477 14.5 16.5V17.1667C14.5 17.719 14.0803 18.1667 13.5625 18.1667H9.5M13.5625 15.5C14.0803 15.5 14.5 15.0523 14.5 14.5V13.8333C14.5 13.281 14.0803 12.8333 13.5625 12.8333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-up-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9C8.41015 9 5.5 11.9101 5.5 15.5C5.5 19.0898 8.41015 22 12 22C15.5898 22 18.5 19.0899 18.5 15.5C18.5 11.9101 15.5898 9 12 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 2L16.0237 5.6148C15.3073 6.26613 14.949 6.5918 14.527 6.56553C14.1051 6.53926 13.79 6.17167 13.1599 5.4365L12.6533 4.84557C12.1043 4.20505 11.8298 3.88479 11.4541 3.83296C11.0783 3.78112 10.7274 4.0151 10.0254 4.48305L4 8.5M20 2H16.5M20 2V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 18.1667L10.4375 12.8333M12 12.8333V11.5M12 19.5V18.1667M10.4375 15.5H13.5625M13.5625 15.5C14.0803 15.5 14.5 15.9477 14.5 16.5V17.1667C14.5 17.719 14.0803 18.1667 13.5625 18.1667H9.5M13.5625 15.5C14.0803 15.5 14.5 15.0523 14.5 14.5V13.8333C14.5 13.281 14.0803 12.8333 13.5625 12.8333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9C8.41015 9 5.5 11.9101 5.5 15.5C5.5 19.0898 8.41015 22 12 22C15.5898 22 18.5 19.0899 18.5 15.5C18.5 11.9101 15.5898 9 12 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 2L16.0237 5.6148C15.3073 6.26613 14.949 6.5918 14.527 6.56553C14.1051 6.53926 13.79 6.17167 13.1599 5.4365L12.6533 4.84557C12.1043 4.20505 11.8298 3.88479 11.4541 3.83296C11.0783 3.78112 10.7274 4.0151 10.0254 4.48305L4 8.5M20 2H16.5M20 2V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 18.1667L10.4375 12.8333M12 12.8333V11.5M12 19.5V18.1667M10.4375 15.5H13.5625M13.5625 15.5C14.0803 15.5 14.5 15.9477 14.5 16.5V17.1667C14.5 17.719 14.0803 18.1667 13.5625 18.1667H9.5M13.5625 15.5C14.0803 15.5 14.5 15.0523 14.5 14.5V13.8333C14.5 13.281 14.0803 12.8333 13.5625 12.8333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-wallet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 13C16 13.8284 16.6716 14.5 17.5 14.5C18.3284 14.5 19 13.8284 19 13C19 12.1716 18.3284 11.5 17.5 11.5C16.6716 11.5 16 12.1716 16 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 19H16C18.8284 19 20.2426 19 21.1213 18.1213C22 17.2426 22 15.8284 22 13V12C22 9.17157 22 7.75736 21.1213 6.87868C20.48 6.23738 19.5534 6.06413 18 6.01732M10 6H16C16.7641 6 17.425 6 18 6.01732M2 10C2 6.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H14.9827C15.9308 3 16.4049 3 16.7779 3.15749C17.2579 3.36014 17.6399 3.7421 17.8425 4.22208C18 4.5951 18 5.06917 18 6.01732%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.125 19.5L3.125 13.5M5 13.5V12M5 21V19.5M3.125 16.5H6.875M6.875 16.5C7.49632 16.5 8 17.0037 8 17.625V18.375C8 18.9963 7.49632 19.5 6.875 19.5H2M6.875 16.5C7.49632 16.5 8 15.9963 8 15.375V14.625C8 14.0037 7.49632 13.5 6.875 13.5H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 13C16 13.8284 16.6716 14.5 17.5 14.5C18.3284 14.5 19 13.8284 19 13C19 12.1716 18.3284 11.5 17.5 11.5C16.6716 11.5 16 12.1716 16 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 19H16C18.8284 19 20.2426 19 21.1213 18.1213C22 17.2426 22 15.8284 22 13V12C22 9.17157 22 7.75736 21.1213 6.87868C20.48 6.23738 19.5534 6.06413 18 6.01732M10 6H16C16.7641 6 17.425 6 18 6.01732M2 10C2 6.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H14.9827C15.9308 3 16.4049 3 16.7779 3.15749C17.2579 3.36014 17.6399 3.7421 17.8425 4.22208C18 4.5951 18 5.06917 18 6.01732%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.125 19.5L3.125 13.5M5 13.5V12M5 21V19.5M3.125 16.5H6.875M6.875 16.5C7.49632 16.5 8 17.0037 8 17.625V18.375C8 18.9963 7.49632 19.5 6.875 19.5H2M6.875 16.5C7.49632 16.5 8 15.9963 8 15.375V14.625C8 14.0037 7.49632 13.5 6.875 13.5H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-bitcoin-withdraw{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9349 13.9453L18.2646 10.2968C17.9751 8.72096 17.8303 7.93303 17.257 7.46651C16.6837 7 15.8602 7 14.2132 7H9.78685C8.1398 7 7.31628 7 6.74298 7.46651C6.16968 7.93303 6.02492 8.72096 5.73538 10.2968L5.06506 13.9453C4.46408 17.2162 4.16359 18.8517 5.08889 19.9259C6.01419 21 7.72355 21 11.1423 21H12.8577C16.2765 21 17.9858 21 18.9111 19.9259C19.8364 18.8517 19.5359 17.2162 18.9349 13.9453Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 16.6667L10.4375 11.3333M12 11.3333V10M12 18V16.6667M10.4375 14H13.5625M13.5625 14C14.0803 14 14.5 14.4477 14.5 15V15.6667C14.5 16.219 14.0803 16.6667 13.5625 16.6667H9.5M13.5625 14C14.0803 14 14.5 13.5523 14.5 13V12.3333C14.5 11.781 14.0803 11.3333 13.5625 11.3333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 11C21.1568 10.9209 21.2931 10.8212 21.4142 10.6955C22 10.0875 22 9.10893 22 7.15176C22 5.1946 22 4.21602 21.4142 3.60801C20.8284 3 19.8856 3 18 3L6 3C4.11438 3 3.17157 3 2.58579 3.60801C2 4.21602 2 5.1946 2 7.15176C2 9.10893 2 10.0875 2.58579 10.6955C2.70688 10.8212 2.84322 10.9209 3 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9349 13.9453L18.2646 10.2968C17.9751 8.72096 17.8303 7.93303 17.257 7.46651C16.6837 7 15.8602 7 14.2132 7H9.78685C8.1398 7 7.31628 7 6.74298 7.46651C6.16968 7.93303 6.02492 8.72096 5.73538 10.2968L5.06506 13.9453C4.46408 17.2162 4.16359 18.8517 5.08889 19.9259C6.01419 21 7.72355 21 11.1423 21H12.8577C16.2765 21 17.9858 21 18.9111 19.9259C19.8364 18.8517 19.5359 17.2162 18.9349 13.9453Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 16.6667L10.4375 11.3333M12 11.3333V10M12 18V16.6667M10.4375 14H13.5625M13.5625 14C14.0803 14 14.5 14.4477 14.5 15V15.6667C14.5 16.219 14.0803 16.6667 13.5625 16.6667H9.5M13.5625 14C14.0803 14 14.5 13.5523 14.5 13V12.3333C14.5 11.781 14.0803 11.3333 13.5625 11.3333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 11C21.1568 10.9209 21.2931 10.8212 21.4142 10.6955C22 10.0875 22 9.10893 22 7.15176C22 5.1946 22 4.21602 21.4142 3.60801C20.8284 3 19.8856 3 18 3L6 3C4.11438 3 3.17157 3 2.58579 3.60801C2 4.21602 2 5.1946 2 7.15176C2 9.10893 2 10.0875 2.58579 10.6955C2.70688 10.8212 2.84322 10.9209 3 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-blockchain-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21C12.2792 21 12.5388 20.8728 13.0579 20.6184L17.2304 18.5737C19.0768 17.6688 20 17.2164 20 16.5V7.5M12 21C11.7208 21 11.4612 20.8728 10.9421 20.6184L6.76956 18.5737C4.92319 17.6688 4 17.2164 4 16.5V7.5M12 21V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9421 3.38159C11.4612 3.1272 11.7208 3 12 3C12.2792 3 12.5388 3.1272 13.0579 3.38159L17.2304 5.42635C19.0768 6.33116 20 6.78357 20 7.5C20 8.21643 19.0768 8.66884 17.2304 9.57365L13.0579 11.6184C12.5388 11.8728 12.2792 12 12 12C11.7208 12 11.4612 11.8728 10.9421 11.6184L6.76956 9.57365C4.92319 8.66884 4 8.21643 4 7.5C4 6.78357 4.92319 6.33116 6.76956 5.42635L10.9421 3.38159Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21C12.2792 21 12.5388 20.8728 13.0579 20.6184L17.2304 18.5737C19.0768 17.6688 20 17.2164 20 16.5V7.5M12 21C11.7208 21 11.4612 20.8728 10.9421 20.6184L6.76956 18.5737C4.92319 17.6688 4 17.2164 4 16.5V7.5M12 21V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9421 3.38159C11.4612 3.1272 11.7208 3 12 3C12.2792 3 12.5388 3.1272 13.0579 3.38159L17.2304 5.42635C19.0768 6.33116 20 6.78357 20 7.5C20 8.21643 19.0768 8.66884 17.2304 9.57365L13.0579 11.6184C12.5388 11.8728 12.2792 12 12 12C11.7208 12 11.4612 11.8728 10.9421 11.6184L6.76956 9.57365C4.92319 8.66884 4 8.21643 4 7.5C4 6.78357 4.92319 6.33116 6.76956 5.42635L10.9421 3.38159Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-blockchain-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C12.2443 22 12.4714 21.8869 12.9256 21.6608L16.5766 19.8432C18.1922 19.039 19 18.6368 19 18V10M12 22C11.7557 22 11.5286 21.8869 11.0744 21.6608L7.42337 19.8432C5.80779 19.039 5 18.6368 5 18V10M12 22V14M19 10C19 9.36317 18.1922 8.96103 16.5766 8.15675L12.9256 6.33919C12.4714 6.11306 12.2443 6 12 6C11.7557 6 11.5286 6.11306 11.0744 6.33919L7.42337 8.15675C5.80779 8.96103 5 9.36317 5 10M19 10C19 10.6368 18.1922 11.039 16.5766 11.8432L12.9256 13.6608C12.4714 13.8869 12.2443 14 12 14M5 10C5 10.6368 5.80779 11.039 7.42337 11.8432L11.0744 13.6608C11.5286 13.8869 11.7557 14 12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 21L19 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21L5 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C12.2443 22 12.4714 21.8869 12.9256 21.6608L16.5766 19.8432C18.1922 19.039 19 18.6368 19 18V10M12 22C11.7557 22 11.5286 21.8869 11.0744 21.6608L7.42337 19.8432C5.80779 19.039 5 18.6368 5 18V10M12 22V14M19 10C19 9.36317 18.1922 8.96103 16.5766 8.15675L12.9256 6.33919C12.4714 6.11306 12.2443 6 12 6C11.7557 6 11.5286 6.11306 11.0744 6.33919L7.42337 8.15675C5.80779 8.96103 5 9.36317 5 10M19 10C19 10.6368 18.1922 11.039 16.5766 11.8432L12.9256 13.6608C12.4714 13.8869 12.2443 14 12 14M5 10C5 10.6368 5.80779 11.039 7.42337 11.8432L11.0744 13.6608C11.5286 13.8869 11.7557 14 12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 21L19 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21L5 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-blockchain-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19C12.2094 19 12.4041 18.9011 12.7934 18.7032L15.9228 17.1128C17.3076 16.4091 18 16.0572 18 15.5V8.5M12 19C11.7906 19 11.5959 18.9011 11.2066 18.7032L8.07717 17.1128C6.69239 16.4091 6 16.0572 6 15.5V8.5M12 19V12M18 8.5C18 7.94278 17.3076 7.59091 15.9228 6.88716L12.7934 5.29679C12.4041 5.09893 12.2094 5 12 5C11.7906 5 11.5959 5.09893 11.2066 5.29679L8.07717 6.88716C6.69239 7.59091 6 7.94278 6 8.5M18 8.5C18 9.05722 17.3076 9.40909 15.9228 10.1128L12.7934 11.7032C12.4041 11.9011 12.2094 12 12 12M6 8.5C6 9.05722 6.69239 9.40909 8.07717 10.1128L11.2066 11.7032C11.5959 11.9011 11.7906 12 12 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.1901 21.576L17.8842 19.3041C19.9614 18.2987 21 17.796 21 17V7C21 6.20397 19.9614 5.70129 17.8842 4.69594L13.1901 2.42399L13.1901 2.42398C12.6061 2.14133 12.3141 2 12 2C11.6859 2 11.3939 2.14133 10.8099 2.42399L6.11576 4.69594C4.03859 5.70129 3 6.20397 3 7V17C3 17.796 4.03858 18.2987 6.11572 19.304L6.11576 19.3041L10.8099 21.576C11.3939 21.8587 11.6859 22 12 22C12.3141 22 12.6061 21.8587 13.1901 21.576Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19C12.2094 19 12.4041 18.9011 12.7934 18.7032L15.9228 17.1128C17.3076 16.4091 18 16.0572 18 15.5V8.5M12 19C11.7906 19 11.5959 18.9011 11.2066 18.7032L8.07717 17.1128C6.69239 16.4091 6 16.0572 6 15.5V8.5M12 19V12M18 8.5C18 7.94278 17.3076 7.59091 15.9228 6.88716L12.7934 5.29679C12.4041 5.09893 12.2094 5 12 5C11.7906 5 11.5959 5.09893 11.2066 5.29679L8.07717 6.88716C6.69239 7.59091 6 7.94278 6 8.5M18 8.5C18 9.05722 17.3076 9.40909 15.9228 10.1128L12.7934 11.7032C12.4041 11.9011 12.2094 12 12 12M6 8.5C6 9.05722 6.69239 9.40909 8.07717 10.1128L11.2066 11.7032C11.5959 11.9011 11.7906 12 12 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.1901 21.576L17.8842 19.3041C19.9614 18.2987 21 17.796 21 17V7C21 6.20397 19.9614 5.70129 17.8842 4.69594L13.1901 2.42399L13.1901 2.42398C12.6061 2.14133 12.3141 2 12 2C11.6859 2 11.3939 2.14133 10.8099 2.42399L6.11576 4.69594C4.03859 5.70129 3 6.20397 3 7V17C3 17.796 4.03858 18.2987 6.11572 19.304L6.11576 19.3041L10.8099 21.576C11.3939 21.8587 11.6859 22 12 22C12.3141 22 12.6061 21.8587 13.1901 21.576Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-blockchain-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.43934 8.56066C3.87868 9 4.58579 9 6 9C7.41421 9 8.12132 9 8.56066 8.56066C9 8.12132 9 7.41421 9 6C9 4.58579 9 3.87868 8.56066 3.43934C8.12132 3 7.41421 3 6 3C4.58579 3 3.87868 3 3.43934 3.43934C3 3.87868 3 4.58579 3 6C3 7.41421 3 8.12132 3.43934 8.56066Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4393 8.56066C15.8787 9 16.5858 9 18 9C19.4142 9 20.1213 9 20.5607 8.56066C21 8.12132 21 7.41421 21 6C21 4.58579 21 3.87868 20.5607 3.43934C20.1213 3 19.4142 3 18 3C16.5858 3 15.8787 3 15.4393 3.43934C15 3.87868 15 4.58579 15 6C15 7.41421 15 8.12132 15.4393 8.56066Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4393 20.5607C15.8787 21 16.5858 21 18 21C19.4142 21 20.1213 21 20.5607 20.5607C21 20.1213 21 19.4142 21 18C21 16.5858 21 15.8787 20.5607 15.4393C20.1213 15 19.4142 15 18 15C16.5858 15 15.8787 15 15.4393 15.4393C15 15.8787 15 16.5858 15 18C15 19.4142 15 20.1213 15.4393 20.5607Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.43934 20.5607C3.87868 21 4.58579 21 6 21C7.41421 21 8.12132 21 8.56066 20.5607C9 20.1213 9 19.4142 9 18C9 16.5858 9 15.8787 8.56066 15.4393C8.12132 15 7.41421 15 6 15C4.58579 15 3.87868 15 3.43934 15.4393C3 15.8787 3 16.5858 3 18C3 19.4142 3 20.1213 3.43934 20.5607Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12L18 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15L6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.43934 8.56066C3.87868 9 4.58579 9 6 9C7.41421 9 8.12132 9 8.56066 8.56066C9 8.12132 9 7.41421 9 6C9 4.58579 9 3.87868 8.56066 3.43934C8.12132 3 7.41421 3 6 3C4.58579 3 3.87868 3 3.43934 3.43934C3 3.87868 3 4.58579 3 6C3 7.41421 3 8.12132 3.43934 8.56066Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4393 8.56066C15.8787 9 16.5858 9 18 9C19.4142 9 20.1213 9 20.5607 8.56066C21 8.12132 21 7.41421 21 6C21 4.58579 21 3.87868 20.5607 3.43934C20.1213 3 19.4142 3 18 3C16.5858 3 15.8787 3 15.4393 3.43934C15 3.87868 15 4.58579 15 6C15 7.41421 15 8.12132 15.4393 8.56066Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4393 20.5607C15.8787 21 16.5858 21 18 21C19.4142 21 20.1213 21 20.5607 20.5607C21 20.1213 21 19.4142 21 18C21 16.5858 21 15.8787 20.5607 15.4393C20.1213 15 19.4142 15 18 15C16.5858 15 15.8787 15 15.4393 15.4393C15 15.8787 15 16.5858 15 18C15 19.4142 15 20.1213 15.4393 20.5607Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.43934 20.5607C3.87868 21 4.58579 21 6 21C7.41421 21 8.12132 21 8.56066 20.5607C9 20.1213 9 19.4142 9 18C9 16.5858 9 15.8787 8.56066 15.4393C8.12132 15 7.41421 15 6 15C4.58579 15 3.87868 15 3.43934 15.4393C3 15.8787 3 16.5858 3 18C3 19.4142 3 20.1213 3.43934 20.5607Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12L18 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15L6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-blockchain-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 17C12.2269 17 12.4378 16.894 12.8595 16.682L16.2497 14.978C17.7499 14.224 18.5 13.847 18.5 13.25V5.75M12 17C11.7731 17 11.5623 16.894 11.1405 16.682L7.75027 14.978C6.25009 14.224 5.5 13.847 5.5 13.25V5.75M12 17V9.5M18.5 5.75C18.5 5.15298 17.7499 4.77597 16.2497 4.02196L12.8595 2.31799C12.4377 2.106 12.2269 2 12 2C11.7731 2 11.5623 2.106 11.1405 2.31799L7.75027 4.02196C6.25009 4.77597 5.5 5.15298 5.5 5.75M18.5 5.75C18.5 6.34702 17.7499 6.72403 16.2497 7.47804L12.8595 9.18201C12.4377 9.394 12.2269 9.5 12 9.5M5.5 5.75C5.5 6.34702 6.25009 6.72403 7.75027 7.47804L11.1405 9.18201C11.5623 9.394 11.7731 9.5 12 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 20.75C10 20.0596 10.5596 19.5 11.25 19.5H12.75C13.4404 19.5 14 20.0596 14 20.75M10 20.75C10 21.4404 10.5596 22 11.25 22H12.75C13.4404 22 14 21.4404 14 20.75M10 20.75H5M14 20.75H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 17C12.2269 17 12.4378 16.894 12.8595 16.682L16.2497 14.978C17.7499 14.224 18.5 13.847 18.5 13.25V5.75M12 17C11.7731 17 11.5623 16.894 11.1405 16.682L7.75027 14.978C6.25009 14.224 5.5 13.847 5.5 13.25V5.75M12 17V9.5M18.5 5.75C18.5 5.15298 17.7499 4.77597 16.2497 4.02196L12.8595 2.31799C12.4377 2.106 12.2269 2 12 2C11.7731 2 11.5623 2.106 11.1405 2.31799L7.75027 4.02196C6.25009 4.77597 5.5 5.15298 5.5 5.75M18.5 5.75C18.5 6.34702 17.7499 6.72403 16.2497 7.47804L12.8595 9.18201C12.4377 9.394 12.2269 9.5 12 9.5M5.5 5.75C5.5 6.34702 6.25009 6.72403 7.75027 7.47804L11.1405 9.18201C11.5623 9.394 11.7731 9.5 12 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 20.75C10 20.0596 10.5596 19.5 11.25 19.5H12.75C13.4404 19.5 14 20.0596 14 20.75M10 20.75C10 21.4404 10.5596 22 11.25 22H12.75C13.4404 22 14 21.4404 14 20.75M10 20.75H5M14 20.75H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-blockchain-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 10C5.62215 10 5.73571 9.94347 5.96282 9.83041L7.78832 8.92162C8.59611 8.51948 9 8.31841 9 8V4M5.5 10C5.37785 10 5.26429 9.94347 5.03718 9.83041L3.21168 8.92162C2.4039 8.51948 2 8.31841 2 8V4M5.5 10V6M9 4C9 3.68159 8.59611 3.48052 7.78832 3.07838L5.96282 2.16959C5.73571 2.05653 5.62215 2 5.5 2C5.37785 2 5.26429 2.05653 5.03718 2.16959L3.21168 3.07838C2.40389 3.48052 2 3.68159 2 4M9 4C9 4.31841 8.59611 4.51948 7.78832 4.92162L5.96282 5.83041C5.73571 5.94347 5.62215 6 5.5 6M2 4C2 4.31841 2.40389 4.51948 3.21168 4.92162L5.03718 5.83041C5.26429 5.94347 5.37785 6 5.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 10C18.6222 10 18.7357 9.94347 18.9628 9.83041L20.7883 8.92162C21.5961 8.51948 22 8.31841 22 8V4M18.5 10C18.3778 10 18.2643 9.94347 18.0372 9.83041L16.2117 8.92162C15.4039 8.51948 15 8.31841 15 8V4M18.5 10V6M22 4C22 3.68159 21.5961 3.48052 20.7883 3.07838L18.9628 2.16959C18.7357 2.05653 18.6222 2 18.5 2C18.3778 2 18.2643 2.05653 18.0372 2.16959L16.2117 3.07838C15.4039 3.48052 15 3.68159 15 4M22 4C22 4.31841 21.5961 4.51948 20.7883 4.92162L18.9628 5.83041C18.7357 5.94347 18.6222 6 18.5 6M15 4C15 4.31841 15.4039 4.51948 16.2117 4.92162L18.0372 5.83041C18.2643 5.94347 18.3778 6 18.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 6H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12V15.5C2 16.9045 2 17.6067 2.33706 18.1111C2.48298 18.3295 2.67048 18.517 2.88886 18.6629C3.39331 19 4.09554 19 5.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12V15.5C22 16.9045 22 17.6067 21.6629 18.1111C21.517 18.3295 21.3295 18.517 21.1111 18.6629C20.6067 19 19.9045 19 18.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C12.1222 22 12.2357 21.9435 12.4628 21.8304L14.2883 20.9216C15.0961 20.5195 15.5 20.3184 15.5 20V16M12 22C11.8778 22 11.7643 21.9435 11.5372 21.8304L9.71168 20.9216C8.9039 20.5195 8.5 20.3184 8.5 20V16M12 22V18M15.5 16C15.5 15.6816 15.0961 15.4805 14.2883 15.0784L12.4628 14.1696C12.2357 14.0565 12.1222 14 12 14C11.8778 14 11.7643 14.0565 11.5372 14.1696L9.71168 15.0784C8.90389 15.4805 8.5 15.6816 8.5 16M15.5 16C15.5 16.3184 15.0961 16.5195 14.2883 16.9216L12.4628 17.8304C12.2357 17.9435 12.1222 18 12 18M8.5 16C8.5 16.3184 8.90389 16.5195 9.71168 16.9216L11.5372 17.8304C11.7643 17.9435 11.8778 18 12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 10C5.62215 10 5.73571 9.94347 5.96282 9.83041L7.78832 8.92162C8.59611 8.51948 9 8.31841 9 8V4M5.5 10C5.37785 10 5.26429 9.94347 5.03718 9.83041L3.21168 8.92162C2.4039 8.51948 2 8.31841 2 8V4M5.5 10V6M9 4C9 3.68159 8.59611 3.48052 7.78832 3.07838L5.96282 2.16959C5.73571 2.05653 5.62215 2 5.5 2C5.37785 2 5.26429 2.05653 5.03718 2.16959L3.21168 3.07838C2.40389 3.48052 2 3.68159 2 4M9 4C9 4.31841 8.59611 4.51948 7.78832 4.92162L5.96282 5.83041C5.73571 5.94347 5.62215 6 5.5 6M2 4C2 4.31841 2.40389 4.51948 3.21168 4.92162L5.03718 5.83041C5.26429 5.94347 5.37785 6 5.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 10C18.6222 10 18.7357 9.94347 18.9628 9.83041L20.7883 8.92162C21.5961 8.51948 22 8.31841 22 8V4M18.5 10C18.3778 10 18.2643 9.94347 18.0372 9.83041L16.2117 8.92162C15.4039 8.51948 15 8.31841 15 8V4M18.5 10V6M22 4C22 3.68159 21.5961 3.48052 20.7883 3.07838L18.9628 2.16959C18.7357 2.05653 18.6222 2 18.5 2C18.3778 2 18.2643 2.05653 18.0372 2.16959L16.2117 3.07838C15.4039 3.48052 15 3.68159 15 4M22 4C22 4.31841 21.5961 4.51948 20.7883 4.92162L18.9628 5.83041C18.7357 5.94347 18.6222 6 18.5 6M15 4C15 4.31841 15.4039 4.51948 16.2117 4.92162L18.0372 5.83041C18.2643 5.94347 18.3778 6 18.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 6H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12V15.5C2 16.9045 2 17.6067 2.33706 18.1111C2.48298 18.3295 2.67048 18.517 2.88886 18.6629C3.39331 19 4.09554 19 5.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12V15.5C22 16.9045 22 17.6067 21.6629 18.1111C21.517 18.3295 21.3295 18.517 21.1111 18.6629C20.6067 19 19.9045 19 18.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C12.1222 22 12.2357 21.9435 12.4628 21.8304L14.2883 20.9216C15.0961 20.5195 15.5 20.3184 15.5 20V16M12 22C11.8778 22 11.7643 21.9435 11.5372 21.8304L9.71168 20.9216C8.9039 20.5195 8.5 20.3184 8.5 20V16M12 22V18M15.5 16C15.5 15.6816 15.0961 15.4805 14.2883 15.0784L12.4628 14.1696C12.2357 14.0565 12.1222 14 12 14C11.8778 14 11.7643 14.0565 11.5372 14.1696L9.71168 15.0784C8.90389 15.4805 8.5 15.6816 8.5 16M15.5 16C15.5 16.3184 15.0961 16.5195 14.2883 16.9216L12.4628 17.8304C12.2357 17.9435 12.1222 18 12 18M8.5 16C8.5 16.3184 8.90389 16.5195 9.71168 16.9216L11.5372 17.8304C11.7643 17.9435 11.8778 18 12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-blockchain-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 10.5C5.62215 10.5 5.73571 10.4435 5.96282 10.3304L7.78832 9.42162C8.59611 9.01948 9 8.81841 9 8.5V4.5M5.5 10.5C5.37785 10.5 5.26429 10.4435 5.03718 10.3304L3.21168 9.42162C2.4039 9.01948 2 8.81841 2 8.5V4.5M5.5 10.5V6.5M9 4.5C9 4.18159 8.59611 3.98052 7.78832 3.57838L5.96282 2.66959C5.73571 2.55653 5.62215 2.5 5.5 2.5C5.37785 2.5 5.26429 2.55653 5.03718 2.66959L3.21168 3.57838C2.40389 3.98052 2 4.18159 2 4.5M9 4.5C9 4.81841 8.59611 5.01948 7.78832 5.42162L5.96282 6.33041C5.73571 6.44347 5.62215 6.5 5.5 6.5M2 4.5C2 4.81841 2.40389 5.01948 3.21168 5.42162L5.03718 6.33041C5.26429 6.44347 5.37785 6.5 5.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 10.5C18.6222 10.5 18.7357 10.4435 18.9628 10.3304L20.7883 9.42162C21.5961 9.01948 22 8.81841 22 8.5V4.5M18.5 10.5C18.3778 10.5 18.2643 10.4435 18.0372 10.3304L16.2117 9.42162C15.4039 9.01948 15 8.81841 15 8.5V4.5M18.5 10.5V6.5M22 4.5C22 4.18159 21.5961 3.98052 20.7883 3.57838L18.9628 2.66959C18.7357 2.55653 18.6222 2.5 18.5 2.5C18.3778 2.5 18.2643 2.55653 18.0372 2.66959L16.2117 3.57838C15.4039 3.98052 15 4.18159 15 4.5M22 4.5C22 4.81841 21.5961 5.01948 20.7883 5.42162L18.9628 6.33041C18.7357 6.44347 18.6222 6.5 18.5 6.5M15 4.5C15 4.81841 15.4039 5.01948 16.2117 5.42162L18.0372 6.33041C18.2643 6.44347 18.3778 6.5 18.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 6.5H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12.5V16C2 17.4045 2 18.1067 2.33706 18.6111C2.48298 18.8295 2.67048 19.017 2.88886 19.1629C3.39331 19.5 4.09554 19.5 5.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0001 12.5V16C22.0001 17.4045 22.0001 18.1067 21.6631 18.6111C21.5172 18.8295 21.3297 19.017 21.1113 19.1629C20.6068 19.5 19.9045 19.5 18.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.25 16.9311C10.4252 16.9286 10.6188 16.9286 10.8333 16.9286H13.1667C13.3812 16.9286 13.5748 16.9286 13.75 16.9311M10.25 16.9311C9.52679 16.9413 9.11678 16.9939 8.84171 17.2633C8.5 17.598 8.5 18.1368 8.5 19.2143C8.5 20.2918 8.5 20.8305 8.84171 21.1653C9.18342 21.5 9.73339 21.5 10.8333 21.5H13.1667C14.2666 21.5 14.8166 21.5 15.1583 21.1653C15.5 20.8305 15.5 20.2918 15.5 19.2143C15.5 18.1368 15.5 17.598 15.1583 17.2633C14.8832 16.9939 14.4732 16.9413 13.75 16.9311M10.25 16.9311V15.2143C10.25 14.2675 11.0335 13.5 12 13.5C12.9665 13.5 13.75 14.2675 13.75 15.2143V16.9311%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 10.5C5.62215 10.5 5.73571 10.4435 5.96282 10.3304L7.78832 9.42162C8.59611 9.01948 9 8.81841 9 8.5V4.5M5.5 10.5C5.37785 10.5 5.26429 10.4435 5.03718 10.3304L3.21168 9.42162C2.4039 9.01948 2 8.81841 2 8.5V4.5M5.5 10.5V6.5M9 4.5C9 4.18159 8.59611 3.98052 7.78832 3.57838L5.96282 2.66959C5.73571 2.55653 5.62215 2.5 5.5 2.5C5.37785 2.5 5.26429 2.55653 5.03718 2.66959L3.21168 3.57838C2.40389 3.98052 2 4.18159 2 4.5M9 4.5C9 4.81841 8.59611 5.01948 7.78832 5.42162L5.96282 6.33041C5.73571 6.44347 5.62215 6.5 5.5 6.5M2 4.5C2 4.81841 2.40389 5.01948 3.21168 5.42162L5.03718 6.33041C5.26429 6.44347 5.37785 6.5 5.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 10.5C18.6222 10.5 18.7357 10.4435 18.9628 10.3304L20.7883 9.42162C21.5961 9.01948 22 8.81841 22 8.5V4.5M18.5 10.5C18.3778 10.5 18.2643 10.4435 18.0372 10.3304L16.2117 9.42162C15.4039 9.01948 15 8.81841 15 8.5V4.5M18.5 10.5V6.5M22 4.5C22 4.18159 21.5961 3.98052 20.7883 3.57838L18.9628 2.66959C18.7357 2.55653 18.6222 2.5 18.5 2.5C18.3778 2.5 18.2643 2.55653 18.0372 2.66959L16.2117 3.57838C15.4039 3.98052 15 4.18159 15 4.5M22 4.5C22 4.81841 21.5961 5.01948 20.7883 5.42162L18.9628 6.33041C18.7357 6.44347 18.6222 6.5 18.5 6.5M15 4.5C15 4.81841 15.4039 5.01948 16.2117 5.42162L18.0372 6.33041C18.2643 6.44347 18.3778 6.5 18.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 6.5H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12.5V16C2 17.4045 2 18.1067 2.33706 18.6111C2.48298 18.8295 2.67048 19.017 2.88886 19.1629C3.39331 19.5 4.09554 19.5 5.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0001 12.5V16C22.0001 17.4045 22.0001 18.1067 21.6631 18.6111C21.5172 18.8295 21.3297 19.017 21.1113 19.1629C20.6068 19.5 19.9045 19.5 18.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.25 16.9311C10.4252 16.9286 10.6188 16.9286 10.8333 16.9286H13.1667C13.3812 16.9286 13.5748 16.9286 13.75 16.9311M10.25 16.9311C9.52679 16.9413 9.11678 16.9939 8.84171 17.2633C8.5 17.598 8.5 18.1368 8.5 19.2143C8.5 20.2918 8.5 20.8305 8.84171 21.1653C9.18342 21.5 9.73339 21.5 10.8333 21.5H13.1667C14.2666 21.5 14.8166 21.5 15.1583 21.1653C15.5 20.8305 15.5 20.2918 15.5 19.2143C15.5 18.1368 15.5 17.598 15.1583 17.2633C14.8832 16.9939 14.4732 16.9413 13.75 16.9311M10.25 16.9311V15.2143C10.25 14.2675 11.0335 13.5 12 13.5C12.9665 13.5 13.75 14.2675 13.75 15.2143V16.9311%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-centralized{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7C9.23858 7 7 9.23857 7 12C7 14.7614 9.23858 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7366 6.26337L21.5 2.5M17.7366 6.26337C17.297 5.82377 17.5833 4.02148 17.6966 3M17.7366 6.26337C18.1762 6.70297 19.9785 6.41666 21 6.30336%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.26337 17.7366L2.5 21.5M6.26337 17.7366C5.82377 17.297 4.02148 17.5833 3 17.6966M6.26337 17.7366C6.70297 18.1762 6.41666 19.9785 6.30336 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7366 17.7366L21.5 21.5M17.7366 17.7366C18.1762 17.297 19.9785 17.5833 21 17.6966M17.7366 17.7366C17.297 18.1762 17.5833 19.9785 17.6966 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.26337 6.26337L2.5 2.5M6.26337 6.26337C6.70297 5.82377 6.41666 4.02148 6.30336 3M6.26337 6.26337C5.82377 6.70297 4.02148 6.41666 3 6.30336%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7C9.23858 7 7 9.23857 7 12C7 14.7614 9.23858 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7366 6.26337L21.5 2.5M17.7366 6.26337C17.297 5.82377 17.5833 4.02148 17.6966 3M17.7366 6.26337C18.1762 6.70297 19.9785 6.41666 21 6.30336%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.26337 17.7366L2.5 21.5M6.26337 17.7366C5.82377 17.297 4.02148 17.5833 3 17.6966M6.26337 17.7366C6.70297 18.1762 6.41666 19.9785 6.30336 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7366 17.7366L21.5 21.5M17.7366 17.7366C18.1762 17.297 19.9785 17.5833 21 17.6966M17.7366 17.7366C17.297 18.1762 17.5833 19.9785 17.6966 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.26337 6.26337L2.5 2.5M6.26337 6.26337C6.70297 5.82377 6.41666 4.02148 6.30336 3M6.26337 6.26337C5.82377 6.70297 4.02148 6.41666 3 6.30336%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-ethereum-ellipse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 12L12 6L16 12M8 12L12 18L16 12M8 12L12 13.5L16 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 12L12 6L16 12M8 12L12 18L16 12M8 12L12 13.5L16 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-ethereum-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12L12 6L16 12M8 12L12 18L16 12M8 12L12 13.5L16 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12L12 6L16 12M8 12L12 18L16 12M8 12L12 13.5L16 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-ethereum{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 12L13.2404 14.5785C12.6289 14.8595 12.3232 15 12 15C11.6768 15 11.3711 14.8595 10.7596 14.5785L5 12M19 12C19 11.4678 18.6945 10.9997 18.0834 10.0636L14.5797 4.69611C13.4064 2.8987 12.8197 2 12 2C11.1803 2 10.5936 2.8987 9.42033 4.69611L5.91663 10.0636C5.30554 10.9997 5 11.4678 5 12M19 12C19 12.5322 18.6945 13.0003 18.0834 13.9364L14.5797 19.3039C13.4064 21.1013 12.8197 22 12 22C11.1803 22 10.5936 21.1013 9.42033 19.3039L5.91663 13.9364C5.30554 13.0003 5 12.5322 5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 12L13.2404 14.5785C12.6289 14.8595 12.3232 15 12 15C11.6768 15 11.3711 14.8595 10.7596 14.5785L5 12M19 12C19 11.4678 18.6945 10.9997 18.0834 10.0636L14.5797 4.69611C13.4064 2.8987 12.8197 2 12 2C11.1803 2 10.5936 2.8987 9.42033 4.69611L5.91663 10.0636C5.30554 10.9997 5 11.4678 5 12M19 12C19 12.5322 18.6945 13.0003 18.0834 13.9364L14.5797 19.3039C13.4064 21.1013 12.8197 22 12 22C11.1803 22 10.5936 21.1013 9.42033 19.3039L5.91663 13.9364C5.30554 13.0003 5 12.5322 5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-exchange-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9767 19.5C19.4017 17.8876 21 15.1305 21 12C21 7.02944 16.9706 3 12 3C11.3126 3 10.6432 3.07706 10 3.22302M16.9767 19.5V16M16.9767 19.5H20.5M7 4.51555C4.58803 6.13007 3 8.87958 3 12C3 16.9706 7.02944 21 12 21C12.6874 21 13.3568 20.9229 14 20.777M7 4.51555V8M7 4.51555H3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9767 19.5C19.4017 17.8876 21 15.1305 21 12C21 7.02944 16.9706 3 12 3C11.3126 3 10.6432 3.07706 10 3.22302M16.9767 19.5V16M16.9767 19.5H20.5M7 4.51555C4.58803 6.13007 3 8.87958 3 12C3 16.9706 7.02944 21 12 21C12.6874 21 13.3568 20.9229 14 20.777M7 4.51555V8M7 4.51555H3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-exchange-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.125 9.5L4.125 3.5M6 3.5V2M6 11V9.5M4.125 6.5H7.875M7.875 6.5C8.49632 6.5 9 7.00368 9 7.625V8.375C9 8.99632 8.49632 9.5 7.875 9.5H3M7.875 6.5C8.49632 6.5 9 5.99632 9 5.375V4.625C9 4.00368 8.49632 3.5 7.875 3.5H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17.5L18 13L21 17.5M15 17.5L18 22L21 17.5M15 17.5L18 18.625L21 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5C14.8284 5 17.2426 5 18.1213 5.7988C19 6.5976 19 7.4287 19 10L17 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19C9.17157 19 6.75736 19 5.87868 18.2012C5 17.4024 5 16.5713 5 14L7 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.125 9.5L4.125 3.5M6 3.5V2M6 11V9.5M4.125 6.5H7.875M7.875 6.5C8.49632 6.5 9 7.00368 9 7.625V8.375C9 8.99632 8.49632 9.5 7.875 9.5H3M7.875 6.5C8.49632 6.5 9 5.99632 9 5.375V4.625C9 4.00368 8.49632 3.5 7.875 3.5H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17.5L18 13L21 17.5M15 17.5L18 22L21 17.5M15 17.5L18 18.625L21 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5C14.8284 5 17.2426 5 18.1213 5.7988C19 6.5976 19 7.4287 19 10L17 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19C9.17157 19 6.75736 19 5.87868 18.2012C5 17.4024 5 16.5713 5 14L7 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-exchange-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.125 20.5L16.125 14.5M18 14.5V13M18 22V20.5M16.125 17.5H19.875M19.875 17.5C20.4963 17.5 21 18.0037 21 18.625V19.375C21 19.9963 20.4963 20.5 19.875 20.5H15M19.875 17.5C20.4963 17.5 21 16.9963 21 16.375V15.625C21 15.0037 20.4963 14.5 19.875 14.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5C13.8284 5 16.2426 5 17.1213 5.7988C18 6.5976 18 7.4287 18 10L16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20C9.17157 20 6.75736 20 5.87868 19.2012C5 18.4024 5 17.5713 5 15L7 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 3.25C4.11929 3.25 3 4.08947 3 5.125C3 6.16053 4.11929 7 5.5 7C6.88071 7 8 7.83947 8 8.875C8 9.91053 6.88071 10.75 5.5 10.75M5.5 3.25C6.58852 3.25 7.51455 3.77175 7.85775 4.5M5.5 3.25V2M5.5 10.75C4.41148 10.75 3.48545 10.2282 3.14225 9.5M5.5 10.75V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.125 20.5L16.125 14.5M18 14.5V13M18 22V20.5M16.125 17.5H19.875M19.875 17.5C20.4963 17.5 21 18.0037 21 18.625V19.375C21 19.9963 20.4963 20.5 19.875 20.5H15M19.875 17.5C20.4963 17.5 21 16.9963 21 16.375V15.625C21 15.0037 20.4963 14.5 19.875 14.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5C13.8284 5 16.2426 5 17.1213 5.7988C18 6.5976 18 7.4287 18 10L16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20C9.17157 20 6.75736 20 5.87868 19.2012C5 18.4024 5 17.5713 5 15L7 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 3.25C4.11929 3.25 3 4.08947 3 5.125C3 6.16053 4.11929 7 5.5 7C6.88071 7 8 7.83947 8 8.875C8 9.91053 6.88071 10.75 5.5 10.75M5.5 3.25C6.58852 3.25 7.51455 3.77175 7.85775 4.5M5.5 3.25V2M5.5 10.75C4.41148 10.75 3.48545 10.2282 3.14225 9.5M5.5 10.75V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-ico{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C6.47716 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9.5V14.5M12.5 13.4999C12.5 14.0522 12.0523 14.4999 11.5 14.4999H9.5C8.94771 14.4999 8.5 14.0522 8.5 13.4999V10.4999C8.5 9.94764 8.94773 9.49993 9.50002 9.49994L11.5001 9.49998C12.0523 9.49999 12.5 9.94767 12.5 10.4999M15 11.5V12.5C15 13.6046 15.8954 14.5 17 14.5C18.1046 14.5 19 13.6046 19 12.5V11.5C19 10.3954 18.1046 9.5 17 9.5C15.8954 9.5 15 10.3954 15 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C6.47716 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9.5V14.5M12.5 13.4999C12.5 14.0522 12.0523 14.4999 11.5 14.4999H9.5C8.94771 14.4999 8.5 14.0522 8.5 13.4999V10.4999C8.5 9.94764 8.94773 9.49993 9.50002 9.49994L11.5001 9.49998C12.0523 9.49999 12.5 9.94767 12.5 10.4999M15 11.5V12.5C15 13.6046 15.8954 14.5 17 14.5C18.1046 14.5 19 13.6046 19 12.5V11.5C19 10.3954 18.1046 9.5 17 9.5C15.8954 9.5 15 10.3954 15 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-litecoin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C6.47716 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 6.5L10.1573 11.2953M10.1573 11.2953L9.29733 14.3667C9.02356 15.3444 8.88667 15.8333 9.12667 16.1667C9.36667 16.5 9.85556 16.5 10.8333 16.5H15.5M10.1573 11.2953L7.5 12.3333M10.1573 11.2953L13.9 9.83333%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C6.47716 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 6.5L10.1573 11.2953M10.1573 11.2953L9.29733 14.3667C9.02356 15.3444 8.88667 15.8333 9.12667 16.1667C9.36667 16.5 9.85556 16.5 10.8333 16.5H15.5M10.1573 11.2953L7.5 12.3333M10.1573 11.2953L13.9 9.83333%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-market-analysis{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 16V8C14 7.05719 14 6.58579 13.7071 6.29289C13.4142 6 12.9428 6 12 6C11.0572 6 10.5858 6 10.2929 6.29289C10 6.58579 10 7.05719 10 8V16C10 16.9428 10 17.4142 10.2929 17.7071C10.5858 18 11.0572 18 12 18C12.9428 18 13.4142 18 13.7071 17.7071C14 17.4142 14 16.9428 14 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 9V7C21 6.05719 21 5.58579 20.7071 5.29289C20.4142 5 19.9428 5 19 5C18.0572 5 17.5858 5 17.2929 5.29289C17 5.58579 17 6.05719 17 7V9C17 9.94281 17 10.4142 17.2929 10.7071C17.5858 11 18.0572 11 19 11C19.9428 11 20.4142 11 20.7071 10.7071C21 10.4142 21 9.94281 21 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 14V12C7 11.0572 7 10.5858 6.70711 10.2929C6.41421 10 5.94281 10 5 10C4.05719 10 3.58579 10 3.29289 10.2929C3 10.5858 3 11.0572 3 12V14C3 14.9428 3 15.4142 3.29289 15.7071C3.58579 16 4.05719 16 5 16C5.94281 16 6.41421 16 6.70711 15.7071C7 15.4142 7 14.9428 7 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21L12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 13L19 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6L12 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5L19 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 18L5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 10L5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 16V8C14 7.05719 14 6.58579 13.7071 6.29289C13.4142 6 12.9428 6 12 6C11.0572 6 10.5858 6 10.2929 6.29289C10 6.58579 10 7.05719 10 8V16C10 16.9428 10 17.4142 10.2929 17.7071C10.5858 18 11.0572 18 12 18C12.9428 18 13.4142 18 13.7071 17.7071C14 17.4142 14 16.9428 14 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 9V7C21 6.05719 21 5.58579 20.7071 5.29289C20.4142 5 19.9428 5 19 5C18.0572 5 17.5858 5 17.2929 5.29289C17 5.58579 17 6.05719 17 7V9C17 9.94281 17 10.4142 17.2929 10.7071C17.5858 11 18.0572 11 19 11C19.9428 11 20.4142 11 20.7071 10.7071C21 10.4142 21 9.94281 21 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 14V12C7 11.0572 7 10.5858 6.70711 10.2929C6.41421 10 5.94281 10 5 10C4.05719 10 3.58579 10 3.29289 10.2929C3 10.5858 3 11.0572 3 12V14C3 14.9428 3 15.4142 3.29289 15.7071C3.58579 16 4.05719 16 5 16C5.94281 16 6.41421 16 6.70711 15.7071C7 15.4142 7 14.9428 7 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21L12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 13L19 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6L12 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5L19 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 18L5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 10L5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-mining-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 17C6.89543 17 6 17.8954 6 19C6 20.1046 6.89543 21 8 21C9.10457 21 10 20.1046 10 19C10 17.8954 9.10457 17 8 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.874 8C12.9562 7.68038 13 7.3453 13 7C13 4.79086 11.2091 3 9 3C6.79086 3 5 4.79086 5 7C5 7.3453 5.04375 7.68038 5.12602 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.751 3.00765C14.8334 3.00257 14.9166 3 15.0003 3C17.2095 3 19.0003 4.79086 19.0003 7C19.0003 7.3453 18.9566 7.68038 18.8743 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 17C14.8954 17 14 17.8954 14 19C14 20.1046 14.8954 21 16 21C17.1046 21 18 20.1046 18 19C18 17.8954 17.1046 17 16 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19H10M18 19C18.2471 19 18.4484 19.0074 18.5551 19C19.9616 18.9022 21.1151 17.8548 21.3411 16.4809C21.3583 16.3767 21.3695 16.2552 21.3918 16.0123L21.9288 10.1811C22.0227 9.16124 22.0697 8.65132 21.7684 8.32566C21.4672 8 20.9485 8 19.9112 8H4.08879C3.05147 8 2.53281 8 2.23155 8.32566C1.9303 8.65132 1.97726 9.16124 2.07117 10.1811L2.60816 16.0123C2.63053 16.2552 2.64171 16.3767 2.65885 16.4809C2.88486 17.8548 4.11626 18.8948 5.52272 18.9926C5.62936 19 5.75291 19 6 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 17C6.89543 17 6 17.8954 6 19C6 20.1046 6.89543 21 8 21C9.10457 21 10 20.1046 10 19C10 17.8954 9.10457 17 8 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.874 8C12.9562 7.68038 13 7.3453 13 7C13 4.79086 11.2091 3 9 3C6.79086 3 5 4.79086 5 7C5 7.3453 5.04375 7.68038 5.12602 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.751 3.00765C14.8334 3.00257 14.9166 3 15.0003 3C17.2095 3 19.0003 4.79086 19.0003 7C19.0003 7.3453 18.9566 7.68038 18.8743 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 17C14.8954 17 14 17.8954 14 19C14 20.1046 14.8954 21 16 21C17.1046 21 18 20.1046 18 19C18 17.8954 17.1046 17 16 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19H10M18 19C18.2471 19 18.4484 19.0074 18.5551 19C19.9616 18.9022 21.1151 17.8548 21.3411 16.4809C21.3583 16.3767 21.3695 16.2552 21.3918 16.0123L21.9288 10.1811C22.0227 9.16124 22.0697 8.65132 21.7684 8.32566C21.4672 8 20.9485 8 19.9112 8H4.08879C3.05147 8 2.53281 8 2.23155 8.32566C1.9303 8.65132 1.97726 9.16124 2.07117 10.1811L2.60816 16.0123C2.63053 16.2552 2.64171 16.3767 2.65885 16.4809C2.88486 17.8548 4.11626 18.8948 5.52272 18.9926C5.62936 19 5.75291 19 6 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-mining-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7965 5.13868C13.374 4.26713 9.72314 2.59418 6.43453 3.02118C8.4238 4.39117 9.47031 5.12804 12.2935 7.6416M18.729 9.07114C19.6005 10.4936 21.2735 14.1444 20.8465 17.433C19.4765 15.4438 18.7396 14.3973 16.226 11.5741M10.3878 11.3709L3.33834 18.4203C2.76653 18.9921 2.77512 19.9278 3.35752 20.5102C3.93993 21.0926 4.8756 21.1011 5.44741 20.5293L12.4968 13.48M11.9015 9.17828L14.6893 11.966C14.9988 12.2756 15.4996 12.2767 15.8077 11.9685L19.2615 8.51484C19.5696 8.20669 19.5685 7.70595 19.2589 7.3964L16.4712 4.60868C16.1616 4.29913 15.6609 4.29799 15.3527 4.60614L11.899 8.05984C11.5908 8.36799 11.592 8.86873 11.9015 9.17828Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7965 5.13868C13.374 4.26713 9.72314 2.59418 6.43453 3.02118C8.4238 4.39117 9.47031 5.12804 12.2935 7.6416M18.729 9.07114C19.6005 10.4936 21.2735 14.1444 20.8465 17.433C19.4765 15.4438 18.7396 14.3973 16.226 11.5741M10.3878 11.3709L3.33834 18.4203C2.76653 18.9921 2.77512 19.9278 3.35752 20.5102C3.93993 21.0926 4.8756 21.1011 5.44741 20.5293L12.4968 13.48M11.9015 9.17828L14.6893 11.966C14.9988 12.2756 15.4996 12.2767 15.8077 11.9685L19.2615 8.51484C19.5696 8.20669 19.5685 7.70595 19.2589 7.3964L16.4712 4.60868C16.1616 4.29913 15.6609 4.29799 15.3527 4.60614L11.899 8.05984C11.5908 8.36799 11.592 8.86873 11.9015 9.17828Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-mining-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9422 20.6667V15.3333M18.5028 15.3333V14M18.5028 22V20.6667M16.9422 18H20.0634M20.0634 18C20.5806 18 20.9998 18.4477 20.9998 19V19.6667C20.9998 20.219 20.5806 20.6667 20.0634 20.6667H16.0059M20.0634 18C20.5806 18 20.9998 17.5523 20.9998 17V16.3333C20.9998 15.781 20.5806 15.3333 20.0634 15.3333H16.0059%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6933 4.18605C13.2928 3.31449 9.69842 1.64154 6.46066 2.06854C8.41917 3.43854 9.4495 4.17541 12.2291 6.68896M18.565 8.11851C18.9369 8.73509 19.5593 9.92878 19.9951 11.1718M16.1007 10.6214C16.3425 10.8972 16.6366 11.3118 16.8472 11.5563M10.3527 10.4183L3.41236 17.4677C2.84939 18.0395 2.85785 18.9751 3.43125 19.5575C4.00464 20.1399 4.92584 20.1485 5.48881 19.5767L12.4292 12.5274M11.8431 8.22564L14.5877 11.0134C14.8925 11.3229 15.3855 11.3241 15.6889 11.0159L19.0892 7.5622C19.3926 7.25405 19.3915 6.75331 19.0867 6.44376L16.3421 3.65604C16.0373 3.34649 15.5443 3.34535 15.2409 3.6535L11.8406 7.10721C11.5372 7.41535 11.5383 7.91609 11.8431 8.22564Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9422 20.6667V15.3333M18.5028 15.3333V14M18.5028 22V20.6667M16.9422 18H20.0634M20.0634 18C20.5806 18 20.9998 18.4477 20.9998 19V19.6667C20.9998 20.219 20.5806 20.6667 20.0634 20.6667H16.0059M20.0634 18C20.5806 18 20.9998 17.5523 20.9998 17V16.3333C20.9998 15.781 20.5806 15.3333 20.0634 15.3333H16.0059%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6933 4.18605C13.2928 3.31449 9.69842 1.64154 6.46066 2.06854C8.41917 3.43854 9.4495 4.17541 12.2291 6.68896M18.565 8.11851C18.9369 8.73509 19.5593 9.92878 19.9951 11.1718M16.1007 10.6214C16.3425 10.8972 16.6366 11.3118 16.8472 11.5563M10.3527 10.4183L3.41236 17.4677C2.84939 18.0395 2.85785 18.9751 3.43125 19.5575C4.00464 20.1399 4.92584 20.1485 5.48881 19.5767L12.4292 12.5274M11.8431 8.22564L14.5877 11.0134C14.8925 11.3229 15.3855 11.3241 15.6889 11.0159L19.0892 7.5622C19.3926 7.25405 19.3915 6.75331 19.0867 6.44376L16.3421 3.65604C16.0373 3.34649 15.5443 3.34535 15.2409 3.6535L11.8406 7.10721C11.5372 7.41535 11.5383 7.91609 11.8431 8.22564Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-peer-to-peer-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 8H7C8.41421 8 9.12132 8 9.56066 7.56066C10 7.12132 10 6.41421 10 5C10 3.58579 10 2.87868 9.56066 2.43934C9.12132 2 8.41421 2 7 2H5C3.58579 2 2.87868 2 2.43934 2.43934C2 2.87868 2 3.58579 2 5C2 6.41421 2 7.12132 2.43934 7.56066C2.87868 8 3.58579 8 5 8H6ZM6 8V10.5M6 10.5H7.5M6 10.5H4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 5C15.8284 5 17.2426 5 18.1213 5.87868C19 6.75736 19 8.17157 19 11L17 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19C8.17157 19 6.75736 19 5.87868 18.1213C5 17.2426 5 15.8284 5 13L7 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19.5H19C20.4142 19.5 21.1213 19.5 21.5607 19.0607C22 18.6213 22 17.9142 22 16.5C22 15.0858 22 14.3787 21.5607 13.9393C21.1213 13.5 20.4142 13.5 19 13.5H17C15.5858 13.5 14.8787 13.5 14.4393 13.9393C14 14.3787 14 15.0858 14 16.5C14 17.9142 14 18.6213 14.4393 19.0607C14.8787 19.5 15.5858 19.5 17 19.5H18ZM18 19.5V22M18 22H19.5M18 22H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 8H7C8.41421 8 9.12132 8 9.56066 7.56066C10 7.12132 10 6.41421 10 5C10 3.58579 10 2.87868 9.56066 2.43934C9.12132 2 8.41421 2 7 2H5C3.58579 2 2.87868 2 2.43934 2.43934C2 2.87868 2 3.58579 2 5C2 6.41421 2 7.12132 2.43934 7.56066C2.87868 8 3.58579 8 5 8H6ZM6 8V10.5M6 10.5H7.5M6 10.5H4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 5C15.8284 5 17.2426 5 18.1213 5.87868C19 6.75736 19 8.17157 19 11L17 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19C8.17157 19 6.75736 19 5.87868 18.1213C5 17.2426 5 15.8284 5 13L7 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19.5H19C20.4142 19.5 21.1213 19.5 21.5607 19.0607C22 18.6213 22 17.9142 22 16.5C22 15.0858 22 14.3787 21.5607 13.9393C21.1213 13.5 20.4142 13.5 19 13.5H17C15.5858 13.5 14.8787 13.5 14.4393 13.9393C14 14.3787 14 15.0858 14 16.5C14 17.9142 14 18.6213 14.4393 19.0607C14.8787 19.5 15.5858 19.5 17 19.5H18ZM18 19.5V22M18 22H19.5M18 22H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-peer-to-peer-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.48046 3C4.65662 3 3.98877 3.67178 3.98877 4.50048C3.98877 5.32917 4.65662 6.00096 5.48046 6.00096C6.3043 6.00096 6.97214 5.32917 6.97214 4.50048C6.97214 3.67178 6.3043 3 5.48046 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4426 21.0002H16.6642C16.4577 21.0002 16.2503 20.97 16.0606 20.8852C15.4431 20.6091 15.1298 20.2445 14.9838 20.0165C14.9007 19.8867 14.9125 19.7214 15.0026 19.5969C15.7181 18.6081 17.3769 18.0108 18.4426 18.0107M18.4456 21.0002H20.224C20.4305 21.0002 20.6379 20.97 20.8276 20.8852C21.4451 20.6091 21.7584 20.2445 21.9045 20.0165C21.9875 19.8867 21.9757 19.7214 21.8856 19.5969C21.1701 18.6081 19.5113 18.0108 18.4456 18.0107%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.4753 11.4924H3.69694C3.4904 11.4924 3.28299 11.4621 3.09329 11.3773C2.47578 11.1013 2.16248 10.7367 2.01647 10.5087C1.93339 10.3789 1.94522 10.2136 2.03536 10.089C2.7508 9.10024 4.40959 8.50298 5.4753 8.50293M5.47834 11.4924H7.2567C7.46324 11.4924 7.67065 11.4621 7.86034 11.3773C8.47786 11.1013 8.79116 10.7367 8.93717 10.5087C9.02025 10.3789 9.00841 10.2136 8.91828 10.089C8.20284 9.10024 6.54405 8.50298 5.47834 8.50293%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.4473 4C14.26 4 16.6608 4 17.5346 4.87896C18.4085 5.75792 18.4085 6.67242 18.4085 9.50175L16.4196 8.50143%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9446 20.0057C9.13185 20.0057 6.73102 20.0057 5.85721 19.1267C4.9834 18.2477 4.9834 17.3332 4.9834 14.5039L6.97232 15.5042%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4082 12.5029C17.5844 12.5029 16.9165 13.1747 16.9165 14.0034C16.9165 14.8321 17.5844 15.5039 18.4082 15.5039C19.232 15.5039 19.8999 14.8321 19.8999 14.0034C19.8999 13.1747 19.232 12.5029 18.4082 12.5029Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.48046 3C4.65662 3 3.98877 3.67178 3.98877 4.50048C3.98877 5.32917 4.65662 6.00096 5.48046 6.00096C6.3043 6.00096 6.97214 5.32917 6.97214 4.50048C6.97214 3.67178 6.3043 3 5.48046 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4426 21.0002H16.6642C16.4577 21.0002 16.2503 20.97 16.0606 20.8852C15.4431 20.6091 15.1298 20.2445 14.9838 20.0165C14.9007 19.8867 14.9125 19.7214 15.0026 19.5969C15.7181 18.6081 17.3769 18.0108 18.4426 18.0107M18.4456 21.0002H20.224C20.4305 21.0002 20.6379 20.97 20.8276 20.8852C21.4451 20.6091 21.7584 20.2445 21.9045 20.0165C21.9875 19.8867 21.9757 19.7214 21.8856 19.5969C21.1701 18.6081 19.5113 18.0108 18.4456 18.0107%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.4753 11.4924H3.69694C3.4904 11.4924 3.28299 11.4621 3.09329 11.3773C2.47578 11.1013 2.16248 10.7367 2.01647 10.5087C1.93339 10.3789 1.94522 10.2136 2.03536 10.089C2.7508 9.10024 4.40959 8.50298 5.4753 8.50293M5.47834 11.4924H7.2567C7.46324 11.4924 7.67065 11.4621 7.86034 11.3773C8.47786 11.1013 8.79116 10.7367 8.93717 10.5087C9.02025 10.3789 9.00841 10.2136 8.91828 10.089C8.20284 9.10024 6.54405 8.50298 5.47834 8.50293%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.4473 4C14.26 4 16.6608 4 17.5346 4.87896C18.4085 5.75792 18.4085 6.67242 18.4085 9.50175L16.4196 8.50143%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9446 20.0057C9.13185 20.0057 6.73102 20.0057 5.85721 19.1267C4.9834 18.2477 4.9834 17.3332 4.9834 14.5039L6.97232 15.5042%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4082 12.5029C17.5844 12.5029 16.9165 13.1747 16.9165 14.0034C16.9165 14.8321 17.5844 15.5039 18.4082 15.5039C19.232 15.5039 19.8999 14.8321 19.8999 14.0034C19.8999 13.1747 19.232 12.5029 18.4082 12.5029Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-peer-to-peer-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 3C4.67157 3 4 3.67157 4 4.5C4 5.32843 4.67157 6 5.5 6C6.32843 6 7 5.32843 7 4.5C7 3.67157 6.32843 3 5.5 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 3C17.6716 3 17 3.67157 17 4.5C17 5.32843 17.6716 6 18.5 6C19.3284 6 20 5.32843 20 4.5C20 3.67157 19.3284 3 18.5 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 6H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 14V17C20.5 17.4647 20.5 17.697 20.4616 17.8902C20.3038 18.6836 19.6836 19.3038 18.8902 19.4616C18.697 19.5 18.4647 19.5 18 19.5M3.5 14V17C3.5 17.4647 3.5 17.697 3.53843 17.8902C3.69624 18.6836 4.31644 19.3038 5.10982 19.4616C5.30302 19.5 5.53534 19.5 6 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 17.0022C10.6502 17 10.8161 17 11 17H13C13.1839 17 13.3498 17 13.5 17.0022M10.5 17.0022C9.88011 17.0111 9.52866 17.0571 9.29289 17.2929C9 17.5858 9 18.0572 9 19C9 19.9428 9 20.4142 9.29289 20.7071C9.58579 21 10.0572 21 11 21H13C13.9428 21 14.4142 21 14.7071 20.7071C15 20.4142 15 19.9428 15 19C15 18.0572 15 17.5858 14.7071 17.2929C14.4713 17.0571 14.1199 17.0111 13.5 17.0022M10.5 17.0022V15.5C10.5 14.6716 11.1716 14 12 14C12.8284 14 13.5 14.6716 13.5 15.5V17.0022%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.48189 11.5054H3.7118C3.50623 11.5054 3.29978 11.475 3.11097 11.3899C2.49633 11.1129 2.18449 10.747 2.03916 10.5182C1.95647 10.388 1.96824 10.2221 2.05796 10.0971C2.77007 9.10478 4.42113 8.50542 5.48189 8.50537M5.48491 11.5054H7.255C7.46057 11.5054 7.66701 11.475 7.85583 11.3899C8.47046 11.1129 8.78231 10.747 8.92764 10.5182C9.01033 10.388 8.99855 10.2221 8.90884 10.0971C8.19672 9.10478 6.54566 8.50542 5.48491 8.50537%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4819 11.5054H16.7118C16.5062 11.5054 16.2998 11.475 16.111 11.3899C15.4963 11.1129 15.1845 10.747 15.0392 10.5182C14.9565 10.388 14.9682 10.2221 15.058 10.0971C15.7701 9.10478 17.4211 8.50542 18.4819 8.50537M18.4849 11.5054H20.255C20.4606 11.5054 20.667 11.475 20.8558 11.3899C21.4705 11.1129 21.7823 10.747 21.9276 10.5182C22.0103 10.388 21.9986 10.2221 21.9088 10.0971C21.1967 9.10478 19.5457 8.50542 18.4849 8.50537%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 3C4.67157 3 4 3.67157 4 4.5C4 5.32843 4.67157 6 5.5 6C6.32843 6 7 5.32843 7 4.5C7 3.67157 6.32843 3 5.5 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 3C17.6716 3 17 3.67157 17 4.5C17 5.32843 17.6716 6 18.5 6C19.3284 6 20 5.32843 20 4.5C20 3.67157 19.3284 3 18.5 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 6H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 14V17C20.5 17.4647 20.5 17.697 20.4616 17.8902C20.3038 18.6836 19.6836 19.3038 18.8902 19.4616C18.697 19.5 18.4647 19.5 18 19.5M3.5 14V17C3.5 17.4647 3.5 17.697 3.53843 17.8902C3.69624 18.6836 4.31644 19.3038 5.10982 19.4616C5.30302 19.5 5.53534 19.5 6 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 17.0022C10.6502 17 10.8161 17 11 17H13C13.1839 17 13.3498 17 13.5 17.0022M10.5 17.0022C9.88011 17.0111 9.52866 17.0571 9.29289 17.2929C9 17.5858 9 18.0572 9 19C9 19.9428 9 20.4142 9.29289 20.7071C9.58579 21 10.0572 21 11 21H13C13.9428 21 14.4142 21 14.7071 20.7071C15 20.4142 15 19.9428 15 19C15 18.0572 15 17.5858 14.7071 17.2929C14.4713 17.0571 14.1199 17.0111 13.5 17.0022M10.5 17.0022V15.5C10.5 14.6716 11.1716 14 12 14C12.8284 14 13.5 14.6716 13.5 15.5V17.0022%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.48189 11.5054H3.7118C3.50623 11.5054 3.29978 11.475 3.11097 11.3899C2.49633 11.1129 2.18449 10.747 2.03916 10.5182C1.95647 10.388 1.96824 10.2221 2.05796 10.0971C2.77007 9.10478 4.42113 8.50542 5.48189 8.50537M5.48491 11.5054H7.255C7.46057 11.5054 7.66701 11.475 7.85583 11.3899C8.47046 11.1129 8.78231 10.747 8.92764 10.5182C9.01033 10.388 8.99855 10.2221 8.90884 10.0971C8.19672 9.10478 6.54566 8.50542 5.48491 8.50537%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4819 11.5054H16.7118C16.5062 11.5054 16.2998 11.475 16.111 11.3899C15.4963 11.1129 15.1845 10.747 15.0392 10.5182C14.9565 10.388 14.9682 10.2221 15.058 10.0971C15.7701 9.10478 17.4211 8.50542 18.4819 8.50537M18.4849 11.5054H20.255C20.4606 11.5054 20.667 11.475 20.8558 11.3899C21.4705 11.1129 21.7823 10.747 21.9276 10.5182C22.0103 10.388 21.9986 10.2221 21.9088 10.0971C21.1967 9.10478 19.5457 8.50542 18.4849 8.50537%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-profit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C8.13401 2 5 5.134 5 9C5 12.866 8.13401 16 12 16C15.866 16 19 12.866 19 9C19 5.13401 15.866 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18C13 18 12 19.5 12 19.5C12 19.5 13 21 15 21C17 21 18 19.5 18 19.5C18 19.5 17 18 15 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 18C7 18 6 19.5 6 19.5C6 19.5 7 21 9 21C11 21 12 19.5 12 19.5C12 19.5 11 18 9 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 11.6667L10.4375 6.33333M12 6.33333V5M12 13V11.6667M10.4375 9H13.5625M13.5625 9C14.0803 9 14.5 9.44772 14.5 10V10.6667C14.5 11.219 14.0803 11.6667 13.5625 11.6667H9.5M13.5625 9C14.0803 9 14.5 8.55228 14.5 8V7.33333C14.5 6.78105 14.0803 6.33333 13.5625 6.33333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C8.13401 2 5 5.134 5 9C5 12.866 8.13401 16 12 16C15.866 16 19 12.866 19 9C19 5.13401 15.866 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18C13 18 12 19.5 12 19.5C12 19.5 13 21 15 21C17 21 18 19.5 18 19.5C18 19.5 17 18 15 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 18C7 18 6 19.5 6 19.5C6 19.5 7 21 9 21C11 21 12 19.5 12 19.5C12 19.5 11 18 9 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4375 11.6667L10.4375 6.33333M12 6.33333V5M12 13V11.6667M10.4375 9H13.5625M13.5625 9C14.0803 9 14.5 9.44772 14.5 10V10.6667C14.5 11.219 14.0803 11.6667 13.5625 11.6667H9.5M13.5625 9C14.0803 9 14.5 8.55228 14.5 8V7.33333C14.5 6.78105 14.0803 6.33333 13.5625 6.33333H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-purse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 14C16 14.8284 16.6716 15.5 17.5 15.5C18.3284 15.5 19 14.8284 19 14C19 13.1716 18.3284 12.5 17.5 12.5C16.6716 12.5 16 13.1716 16 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 20C2.89543 20 2 19.1046 2 18C2 16.8954 2.89543 16 4 16C5.10457 16 6 17.3333 6 18C6 18.6667 5.10457 20 4 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 20C6.89543 20 6 18.5 6 18C6 17.5 6.89543 16 8 16C9.10457 16 10 16.8954 10 18C10 19.1046 9.10457 20 8 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 20H16C18.8284 20 20.2426 20 21.1213 19.1213C22 18.2426 22 16.8284 22 14V13C22 10.1716 22 8.75736 21.1213 7.87868C20.48 7.23738 19.5534 7.06413 18 7.01732M10 7H16C16.7641 7 17.425 7 18 7.01732M18 7.01732C18 6.06917 18 5.5951 17.8425 5.22208C17.6399 4.7421 17.2579 4.36014 16.7779 4.15749C16.4049 4 15.9308 4 14.9827 4H10C6.22876 4 4.34315 4 3.17157 5.17157C2 6.34315 2 7.22876 2 11V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 14C16 14.8284 16.6716 15.5 17.5 15.5C18.3284 15.5 19 14.8284 19 14C19 13.1716 18.3284 12.5 17.5 12.5C16.6716 12.5 16 13.1716 16 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 20C2.89543 20 2 19.1046 2 18C2 16.8954 2.89543 16 4 16C5.10457 16 6 17.3333 6 18C6 18.6667 5.10457 20 4 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 20C6.89543 20 6 18.5 6 18C6 17.5 6.89543 16 8 16C9.10457 16 10 16.8954 10 18C10 19.1046 9.10457 20 8 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 20H16C18.8284 20 20.2426 20 21.1213 19.1213C22 18.2426 22 16.8284 22 14V13C22 10.1716 22 8.75736 21.1213 7.87868C20.48 7.23738 19.5534 7.06413 18 7.01732M10 7H16C16.7641 7 17.425 7 18 7.01732M18 7.01732C18 6.06917 18 5.5951 17.8425 5.22208C17.6399 4.7421 17.2579 4.36014 16.7779 4.15749C16.4049 4 15.9308 4 14.9827 4H10C6.22876 4 4.34315 4 3.17157 5.17157C2 6.34315 2 7.22876 2 11V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-ripple{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C6.47716 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 13.5C6.5 15.1569 7.84315 16.5 9.5 16.5C10.5435 16.5 11.4625 15.9672 12 15.1589C12.5375 15.9672 13.4565 16.5 14.5 16.5C16.1569 16.5 17.5 15.1569 17.5 13.5C17.5 11.9523 16.328 10.6784 14.8232 10.5172C14.9376 10.1996 15 9.85707 15 9.5C15 7.84314 13.6569 6.5 12 6.5C10.3431 6.5 9 7.84314 9 9.5C9 9.85707 9.06238 10.1996 9.17684 10.5172C7.67196 10.6784 6.5 11.9523 6.5 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C6.47716 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 13.5C6.5 15.1569 7.84315 16.5 9.5 16.5C10.5435 16.5 11.4625 15.9672 12 15.1589C12.5375 15.9672 13.4565 16.5 14.5 16.5C16.1569 16.5 17.5 15.1569 17.5 13.5C17.5 11.9523 16.328 10.6784 14.8232 10.5172C14.9376 10.1996 15 9.85707 15 9.5C15 7.84314 13.6569 6.5 12 6.5C10.3431 6.5 9 7.84314 9 9.5C9 9.85707 9.06238 10.1996 9.17684 10.5172C7.67196 10.6784 6.5 11.9523 6.5 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-shield-blockchain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9983 2C9.14883 2 7.30123 4.01899 5.11615 4.7549C4.22768 5.05413 3.78345 5.20374 3.60366 5.41465C3.42388 5.62556 3.37124 5.93375 3.26595 6.55013C2.13925 13.146 4.6019 19.244 10.475 21.6175C11.106 21.8725 11.4216 22 12.0014 22C12.5812 22 12.8967 21.8725 13.5277 21.6175C19.4005 19.2439 21.8608 13.146 20.7338 6.55013C20.6284 5.93364 20.5758 5.6254 20.3959 5.41449C20.2161 5.20358 19.7719 5.05405 18.8835 4.75499C16.6976 4.01915 14.8479 2 11.9983 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16C12.1396 16 12.2694 15.9364 12.5289 15.8092L14.6152 14.7868C15.5384 14.3344 16 14.1082 16 13.75V9.25M12 16C11.8604 16 11.7306 15.9364 11.4711 15.8092L9.38478 14.7868C8.4616 14.3344 8 14.1082 8 13.75V9.25M12 16V11.5M16 9.25C16 8.89179 15.5384 8.66558 14.6152 8.21317L12.5289 7.19079C12.2694 7.0636 12.1396 7 12 7C11.8604 7 11.7306 7.0636 11.4711 7.19079L9.38478 8.21317C8.46159 8.66558 8 8.89179 8 9.25M16 9.25C16 9.60821 15.5384 9.83442 14.6152 10.2868L12.5289 11.3092C12.2694 11.4364 12.1396 11.5 12 11.5M8 9.25C8 9.60821 8.46159 9.83442 9.38478 10.2868L11.4711 11.3092C11.7306 11.4364 11.8604 11.5 12 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9983 2C9.14883 2 7.30123 4.01899 5.11615 4.7549C4.22768 5.05413 3.78345 5.20374 3.60366 5.41465C3.42388 5.62556 3.37124 5.93375 3.26595 6.55013C2.13925 13.146 4.6019 19.244 10.475 21.6175C11.106 21.8725 11.4216 22 12.0014 22C12.5812 22 12.8967 21.8725 13.5277 21.6175C19.4005 19.2439 21.8608 13.146 20.7338 6.55013C20.6284 5.93364 20.5758 5.6254 20.3959 5.41449C20.2161 5.20358 19.7719 5.05405 18.8835 4.75499C16.6976 4.01915 14.8479 2 11.9983 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16C12.1396 16 12.2694 15.9364 12.5289 15.8092L14.6152 14.7868C15.5384 14.3344 16 14.1082 16 13.75V9.25M12 16C11.8604 16 11.7306 15.9364 11.4711 15.8092L9.38478 14.7868C8.4616 14.3344 8 14.1082 8 13.75V9.25M12 16V11.5M16 9.25C16 8.89179 15.5384 8.66558 14.6152 8.21317L12.5289 7.19079C12.2694 7.0636 12.1396 7 12 7C11.8604 7 11.7306 7.0636 11.4711 7.19079L9.38478 8.21317C8.46159 8.66558 8 8.89179 8 9.25M16 9.25C16 9.60821 15.5384 9.83442 14.6152 10.2868L12.5289 11.3092C12.2694 11.4364 12.1396 11.5 12 11.5M8 9.25C8 9.60821 8.46159 9.83442 9.38478 10.2868L11.4711 11.3092C11.7306 11.4364 11.8604 11.5 12 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-shield-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9983 2C9.14883 2 7.30123 4.01899 5.11615 4.7549C4.22768 5.05413 3.78345 5.20374 3.60366 5.41465C3.42388 5.62556 3.37124 5.93375 3.26595 6.55013C2.13925 13.146 4.6019 19.244 10.475 21.6175C11.106 21.8725 11.4216 22 12.0014 22C12.5812 22 12.8967 21.8725 13.5277 21.6175C19.4005 19.2439 21.8608 13.146 20.7338 6.55013C20.6284 5.93364 20.5758 5.6254 20.3959 5.41449C20.2161 5.20358 19.7719 5.05405 18.8835 4.75499C16.6976 4.01915 14.8479 2 11.9983 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.12901 11.1312L12.128 6.19058C12.4408 5.80418 13.027 6.04468 13.027 6.55939V10.3835C13.027 10.6918 13.2569 10.9417 13.5405 10.9417H15.4855C15.9274 10.9417 16.1629 11.5082 15.871 11.8688L11.872 16.8094C11.5592 17.1958 10.973 16.9553 10.973 16.4406V12.6165C10.973 12.3082 10.7431 12.0583 10.4595 12.0583H8.51449C8.07264 12.0583 7.83711 11.4918 8.12901 11.1312Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9983 2C9.14883 2 7.30123 4.01899 5.11615 4.7549C4.22768 5.05413 3.78345 5.20374 3.60366 5.41465C3.42388 5.62556 3.37124 5.93375 3.26595 6.55013C2.13925 13.146 4.6019 19.244 10.475 21.6175C11.106 21.8725 11.4216 22 12.0014 22C12.5812 22 12.8967 21.8725 13.5277 21.6175C19.4005 19.2439 21.8608 13.146 20.7338 6.55013C20.6284 5.93364 20.5758 5.6254 20.3959 5.41449C20.2161 5.20358 19.7719 5.05405 18.8835 4.75499C16.6976 4.01915 14.8479 2 11.9983 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.12901 11.1312L12.128 6.19058C12.4408 5.80418 13.027 6.04468 13.027 6.55939V10.3835C13.027 10.6918 13.2569 10.9417 13.5405 10.9417H15.4855C15.9274 10.9417 16.1629 11.5082 15.871 11.8688L11.872 16.8094C11.5592 17.1958 10.973 16.9553 10.973 16.4406V12.6165C10.973 12.3082 10.7431 12.0583 10.4595 12.0583H8.51449C8.07264 12.0583 7.83711 11.4918 8.12901 11.1312Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-crypto-icons-stake{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 6C11.3137 6 14 5.10457 14 4C14 2.89543 11.3137 2 8 2C4.68629 2 2 2.89543 2 4C2 5.10457 4.68629 6 8 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 9C11.9102 9 9 11.9101 9 15.5C9 19.0898 11.9102 22 15.5 22C19.0898 22 22 19.0899 22 15.5C22 11.9101 19.0898 9 15.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 19C15.6047 19 15.702 18.9505 15.8967 18.8516L17.4614 18.0564C18.1538 17.7045 18.5 17.5286 18.5 17.25V13.75M15.5 19C15.3953 19 15.298 18.9505 15.1033 18.8516L13.5386 18.0564C12.8462 17.7045 12.5 17.5286 12.5 17.25V13.75M15.5 19V15.5M18.5 13.75C18.5 13.4714 18.1538 13.2955 17.4614 12.9436L15.8967 12.1484C15.702 12.0495 15.6047 12 15.5 12C15.3953 12 15.298 12.0495 15.1033 12.1484L13.5386 12.9436C12.8462 13.2955 12.5 13.4714 12.5 13.75M18.5 13.75C18.5 14.0286 18.1538 14.2045 17.4614 14.5564L15.8967 15.3516C15.702 15.4505 15.6047 15.5 15.5 15.5M12.5 13.75C12.5 14.0286 12.8462 14.2045 13.5386 14.5564L15.1033 15.3516C15.298 15.4505 15.3953 15.5 15.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4V8.02171V12.0434C2 12.7473 3.17834 13.6328 6.12981 14M2.10726 8.54768C3.31161 9.60965 5.45881 10.0602 7.75359 10.0602M13.9884 4.12134V6.13597%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 6C11.3137 6 14 5.10457 14 4C14 2.89543 11.3137 2 8 2C4.68629 2 2 2.89543 2 4C2 5.10457 4.68629 6 8 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 9C11.9102 9 9 11.9101 9 15.5C9 19.0898 11.9102 22 15.5 22C19.0898 22 22 19.0899 22 15.5C22 11.9101 19.0898 9 15.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 19C15.6047 19 15.702 18.9505 15.8967 18.8516L17.4614 18.0564C18.1538 17.7045 18.5 17.5286 18.5 17.25V13.75M15.5 19C15.3953 19 15.298 18.9505 15.1033 18.8516L13.5386 18.0564C12.8462 17.7045 12.5 17.5286 12.5 17.25V13.75M15.5 19V15.5M18.5 13.75C18.5 13.4714 18.1538 13.2955 17.4614 12.9436L15.8967 12.1484C15.702 12.0495 15.6047 12 15.5 12C15.3953 12 15.298 12.0495 15.1033 12.1484L13.5386 12.9436C12.8462 13.2955 12.5 13.4714 12.5 13.75M18.5 13.75C18.5 14.0286 18.1538 14.2045 17.4614 14.5564L15.8967 15.3516C15.702 15.4505 15.6047 15.5 15.5 15.5M12.5 13.75C12.5 14.0286 12.8462 14.2045 13.5386 14.5564L15.1033 15.3516C15.298 15.4505 15.3953 15.5 15.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4V8.02171V12.0434C2 12.7473 3.17834 13.6328 6.12981 14M2.10726 8.54768C3.31161 9.60965 5.45881 10.0602 7.75359 10.0602M13.9884 4.12134V6.13597%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-dashboard-browsing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 9H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99981 6H7.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9998 6H11.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 17C17 14.2386 14.7614 12 12 12C9.23858 12 7 14.2386 7 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.707 15.293L11.2928 16.7072%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 9H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99981 6H7.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9998 6H11.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 17C17 14.2386 14.7614 12 12 12C9.23858 12 7 14.2386 7 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.707 15.293L11.2928 16.7072%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-dashboard-circle-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%226.25%22 cy%3D%226.25%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.75%22 cy%3D%2217.75%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%226.25%22 cy%3D%2217.75%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 2V10M22 6L14 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%226.25%22 cy%3D%226.25%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.75%22 cy%3D%2217.75%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%226.25%22 cy%3D%2217.75%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 2V10M22 6L14 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-dashboard-circle-edit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.25 10.5C8.59721 10.5 10.5 8.59721 10.5 6.25C10.5 3.90279 8.59721 2 6.25 2C3.90279 2 2 3.90279 2 6.25C2 8.59721 3.90279 10.5 6.25 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.75 22C20.0972 22 22 20.0972 22 17.75C22 15.4028 20.0972 13.5 17.75 13.5C15.4028 13.5 13.5 15.4028 13.5 17.75C13.5 20.0972 15.4028 22 17.75 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.25 22C8.59721 22 10.5 20.0972 10.5 17.75C10.5 15.4028 8.59721 13.5 6.25 13.5C3.90279 13.5 2 15.4028 2 17.75C2 20.0972 3.90279 22 6.25 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.8684 2.43934L21.5607 3.13171C22.1465 3.71749 22.1465 4.66724 21.5607 5.25302L17.9333 8.94869C17.648 9.23404 17.283 9.4264 16.8863 9.50048L14.6381 9.98853C14.2832 10.0656 13.9671 9.75042 14.0431 9.39525L14.5217 7.15992C14.5958 6.76324 14.7881 6.39824 15.0735 6.11289L18.747 2.43934C19.3328 1.85355 20.2826 1.85355 20.8684 2.43934Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.25 10.5C8.59721 10.5 10.5 8.59721 10.5 6.25C10.5 3.90279 8.59721 2 6.25 2C3.90279 2 2 3.90279 2 6.25C2 8.59721 3.90279 10.5 6.25 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.75 22C20.0972 22 22 20.0972 22 17.75C22 15.4028 20.0972 13.5 17.75 13.5C15.4028 13.5 13.5 15.4028 13.5 17.75C13.5 20.0972 15.4028 22 17.75 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.25 22C8.59721 22 10.5 20.0972 10.5 17.75C10.5 15.4028 8.59721 13.5 6.25 13.5C3.90279 13.5 2 15.4028 2 17.75C2 20.0972 3.90279 22 6.25 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.8684 2.43934L21.5607 3.13171C22.1465 3.71749 22.1465 4.66724 21.5607 5.25302L17.9333 8.94869C17.648 9.23404 17.283 9.4264 16.8863 9.50048L14.6381 9.98853C14.2832 10.0656 13.9671 9.75042 14.0431 9.39525L14.5217 7.15992C14.5958 6.76324 14.7881 6.39824 15.0735 6.11289L18.747 2.43934C19.3328 1.85355 20.2826 1.85355 20.8684 2.43934Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-dashboard-circle-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%226.25%22 cy%3D%226.25%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.75%22 cy%3D%2217.75%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%226.25%22 cy%3D%2217.75%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 6.00013L14 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%226.25%22 cy%3D%226.25%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.75%22 cy%3D%2217.75%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%226.25%22 cy%3D%2217.75%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 6.00013L14 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-dashboard-circle-settings{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%226.25%22 cy%3D%226.25%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 9.35714V10.5M18 9.35714C16.9878 9.35714 16.0961 8.85207 15.573 8.08517M18 9.35714C19.0122 9.35714 19.9039 8.85207 20.427 8.08517M18 3.64286C19.0123 3.64286 19.9041 4.148 20.4271 4.915M18 3.64286C16.9877 3.64286 16.0959 4.148 15.5729 4.915M18 3.64286V2.5M21.5 4.21429L20.4271 4.915M14.5004 8.78571L15.573 8.08517M14.5 4.21429L15.5729 4.915M21.4996 8.78571L20.427 8.08517M20.4271 4.915C20.7364 5.36854 20.9167 5.91364 20.9167 6.5C20.9167 7.08643 20.7363 7.63159 20.427 8.08517M15.5729 4.915C15.2636 5.36854 15.0833 5.91364 15.0833 6.5C15.0833 7.08643 15.2637 7.63159 15.573 8.08517%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217.75%22 cy%3D%2217.75%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%226.25%22 cy%3D%2217.75%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%226.25%22 cy%3D%226.25%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 9.35714V10.5M18 9.35714C16.9878 9.35714 16.0961 8.85207 15.573 8.08517M18 9.35714C19.0122 9.35714 19.9039 8.85207 20.427 8.08517M18 3.64286C19.0123 3.64286 19.9041 4.148 20.4271 4.915M18 3.64286C16.9877 3.64286 16.0959 4.148 15.5729 4.915M18 3.64286V2.5M21.5 4.21429L20.4271 4.915M14.5004 8.78571L15.573 8.08517M14.5 4.21429L15.5729 4.915M21.4996 8.78571L20.427 8.08517M20.4271 4.915C20.7364 5.36854 20.9167 5.91364 20.9167 6.5C20.9167 7.08643 20.7363 7.63159 20.427 8.08517M15.5729 4.915C15.2636 5.36854 15.0833 5.91364 15.0833 6.5C15.0833 7.08643 15.2637 7.63159 15.573 8.08517%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217.75%22 cy%3D%2217.75%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%226.25%22 cy%3D%2217.75%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-dashboard-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217.75%22 cy%3D%226.25%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%226.25%22 cy%3D%226.25%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.75%22 cy%3D%2217.75%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%226.25%22 cy%3D%2217.75%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217.75%22 cy%3D%226.25%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%226.25%22 cy%3D%226.25%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.75%22 cy%3D%2217.75%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%226.25%22 cy%3D%2217.75%22 r%3D%224.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-dashboard-speed-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 13L17 9M14 15C14 16.1046 13.1046 17 12 17C10.8954 17 10 16.1046 10 15C10 13.8954 10.8954 13 12 13C13.1046 13 14 13.8954 14 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12C6 8.68629 8.68629 6 12 6C13.0929 6 14.1175 6.29218 15 6.80269%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 13L17 9M14 15C14 16.1046 13.1046 17 12 17C10.8954 17 10 16.1046 10 15C10 13.8954 10.8954 13 12 13C13.1046 13 14 13.8954 14 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12C6 8.68629 8.68629 6 12 6C13.0929 6 14.1175 6.29218 15 6.80269%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-dashboard-speed-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2218%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 15V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13C22 7.47715 17.5228 3 12 3C6.47715 3 2 7.47715 2 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2218%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 15V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13C22 7.47715 17.5228 3 12 3C6.47715 3 2 7.47715 2 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-dashboard-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 18C2 16.4596 2 15.6893 2.34673 15.1235C2.54074 14.8069 2.80693 14.5407 3.12353 14.3467C3.68934 14 4.45956 14 6 14C7.54044 14 8.31066 14 8.87647 14.3467C9.19307 14.5407 9.45926 14.8069 9.65327 15.1235C10 15.6893 10 16.4596 10 18C10 19.5404 10 20.3107 9.65327 20.8765C9.45926 21.1931 9.19307 21.4593 8.87647 21.6533C8.31066 22 7.54044 22 6 22C4.45956 22 3.68934 22 3.12353 21.6533C2.80693 21.4593 2.54074 21.1931 2.34673 20.8765C2 20.3107 2 19.5404 2 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 16.4596 14 15.6893 14.3467 15.1235C14.5407 14.8069 14.8069 14.5407 15.1235 14.3467C15.6893 14 16.4596 14 18 14C19.5404 14 20.3107 14 20.8765 14.3467C21.1931 14.5407 21.4593 14.8069 21.6533 15.1235C22 15.6893 22 16.4596 22 18C22 19.5404 22 20.3107 21.6533 20.8765C21.4593 21.1931 21.1931 21.4593 20.8765 21.6533C20.3107 22 19.5404 22 18 22C16.4596 22 15.6893 22 15.1235 21.6533C14.8069 21.4593 14.5407 21.1931 14.3467 20.8765C14 20.3107 14 19.5404 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 6C2 4.45956 2 3.68934 2.34673 3.12353C2.54074 2.80693 2.80693 2.54074 3.12353 2.34673C3.68934 2 4.45956 2 6 2C7.54044 2 8.31066 2 8.87647 2.34673C9.19307 2.54074 9.45926 2.80693 9.65327 3.12353C10 3.68934 10 4.45956 10 6C10 7.54044 10 8.31066 9.65327 8.87647C9.45926 9.19307 9.19307 9.45926 8.87647 9.65327C8.31066 10 7.54044 10 6 10C4.45956 10 3.68934 10 3.12353 9.65327C2.80693 9.45926 2.54074 9.19307 2.34673 8.87647C2 8.31066 2 7.54044 2 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 4.45956 14 3.68934 14.3467 3.12353C14.5407 2.80693 14.8069 2.54074 15.1235 2.34673C15.6893 2 16.4596 2 18 2C19.5404 2 20.3107 2 20.8765 2.34673C21.1931 2.54074 21.4593 2.80693 21.6533 3.12353C22 3.68934 22 4.45956 22 6C22 7.54044 22 8.31066 21.6533 8.87647C21.4593 9.19307 21.1931 9.45926 20.8765 9.65327C20.3107 10 19.5404 10 18 10C16.4596 10 15.6893 10 15.1235 9.65327C14.8069 9.45926 14.5407 9.19307 14.3467 8.87647C14 8.31066 14 7.54044 14 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 18C2 16.4596 2 15.6893 2.34673 15.1235C2.54074 14.8069 2.80693 14.5407 3.12353 14.3467C3.68934 14 4.45956 14 6 14C7.54044 14 8.31066 14 8.87647 14.3467C9.19307 14.5407 9.45926 14.8069 9.65327 15.1235C10 15.6893 10 16.4596 10 18C10 19.5404 10 20.3107 9.65327 20.8765C9.45926 21.1931 9.19307 21.4593 8.87647 21.6533C8.31066 22 7.54044 22 6 22C4.45956 22 3.68934 22 3.12353 21.6533C2.80693 21.4593 2.54074 21.1931 2.34673 20.8765C2 20.3107 2 19.5404 2 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 16.4596 14 15.6893 14.3467 15.1235C14.5407 14.8069 14.8069 14.5407 15.1235 14.3467C15.6893 14 16.4596 14 18 14C19.5404 14 20.3107 14 20.8765 14.3467C21.1931 14.5407 21.4593 14.8069 21.6533 15.1235C22 15.6893 22 16.4596 22 18C22 19.5404 22 20.3107 21.6533 20.8765C21.4593 21.1931 21.1931 21.4593 20.8765 21.6533C20.3107 22 19.5404 22 18 22C16.4596 22 15.6893 22 15.1235 21.6533C14.8069 21.4593 14.5407 21.1931 14.3467 20.8765C14 20.3107 14 19.5404 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 6C2 4.45956 2 3.68934 2.34673 3.12353C2.54074 2.80693 2.80693 2.54074 3.12353 2.34673C3.68934 2 4.45956 2 6 2C7.54044 2 8.31066 2 8.87647 2.34673C9.19307 2.54074 9.45926 2.80693 9.65327 3.12353C10 3.68934 10 4.45956 10 6C10 7.54044 10 8.31066 9.65327 8.87647C9.45926 9.19307 9.19307 9.45926 8.87647 9.65327C8.31066 10 7.54044 10 6 10C4.45956 10 3.68934 10 3.12353 9.65327C2.80693 9.45926 2.54074 9.19307 2.34673 8.87647C2 8.31066 2 7.54044 2 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 4.45956 14 3.68934 14.3467 3.12353C14.5407 2.80693 14.8069 2.54074 15.1235 2.34673C15.6893 2 16.4596 2 18 2C19.5404 2 20.3107 2 20.8765 2.34673C21.1931 2.54074 21.4593 2.80693 21.6533 3.12353C22 3.68934 22 4.45956 22 6C22 7.54044 22 8.31066 21.6533 8.87647C21.4593 9.19307 21.1931 9.45926 20.8765 9.65327C20.3107 10 19.5404 10 18 10C16.4596 10 15.6893 10 15.1235 9.65327C14.8069 9.45926 14.5407 9.19307 14.3467 8.87647C14 8.31066 14 7.54044 14 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-dashboard-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 6C2 4.11438 2 3.17157 2.58579 2.58579C3.17157 2 4.11438 2 6 2C7.88562 2 8.82843 2 9.41421 2.58579C10 3.17157 10 4.11438 10 6V8C10 9.88562 10 10.8284 9.41421 11.4142C8.82843 12 7.88562 12 6 12C4.11438 12 3.17157 12 2.58579 11.4142C2 10.8284 2 9.88562 2 8V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 19C2 18.0681 2 17.6022 2.15224 17.2346C2.35523 16.7446 2.74458 16.3552 3.23463 16.1522C3.60218 16 4.06812 16 5 16H7C7.93188 16 8.39782 16 8.76537 16.1522C9.25542 16.3552 9.64477 16.7446 9.84776 17.2346C10 17.6022 10 18.0681 10 19C10 19.9319 10 20.3978 9.84776 20.7654C9.64477 21.2554 9.25542 21.6448 8.76537 21.8478C8.39782 22 7.93188 22 7 22H5C4.06812 22 3.60218 22 3.23463 21.8478C2.74458 21.6448 2.35523 21.2554 2.15224 20.7654C2 20.3978 2 19.9319 2 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 16C14 14.1144 14 13.1716 14.5858 12.5858C15.1716 12 16.1144 12 18 12C19.8856 12 20.8284 12 21.4142 12.5858C22 13.1716 22 14.1144 22 16V18C22 19.8856 22 20.8284 21.4142 21.4142C20.8284 22 19.8856 22 18 22C16.1144 22 15.1716 22 14.5858 21.4142C14 20.8284 14 19.8856 14 18V16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 5C14 4.06812 14 3.60218 14.1522 3.23463C14.3552 2.74458 14.7446 2.35523 15.2346 2.15224C15.6022 2 16.0681 2 17 2H19C19.9319 2 20.3978 2 20.7654 2.15224C21.2554 2.35523 21.6448 2.74458 21.8478 3.23463C22 3.60218 22 4.06812 22 5C22 5.93188 22 6.39782 21.8478 6.76537C21.6448 7.25542 21.2554 7.64477 20.7654 7.84776C20.3978 8 19.9319 8 19 8H17C16.0681 8 15.6022 8 15.2346 7.84776C14.7446 7.64477 14.3552 7.25542 14.1522 6.76537C14 6.39782 14 5.93188 14 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 6C2 4.11438 2 3.17157 2.58579 2.58579C3.17157 2 4.11438 2 6 2C7.88562 2 8.82843 2 9.41421 2.58579C10 3.17157 10 4.11438 10 6V8C10 9.88562 10 10.8284 9.41421 11.4142C8.82843 12 7.88562 12 6 12C4.11438 12 3.17157 12 2.58579 11.4142C2 10.8284 2 9.88562 2 8V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 19C2 18.0681 2 17.6022 2.15224 17.2346C2.35523 16.7446 2.74458 16.3552 3.23463 16.1522C3.60218 16 4.06812 16 5 16H7C7.93188 16 8.39782 16 8.76537 16.1522C9.25542 16.3552 9.64477 16.7446 9.84776 17.2346C10 17.6022 10 18.0681 10 19C10 19.9319 10 20.3978 9.84776 20.7654C9.64477 21.2554 9.25542 21.6448 8.76537 21.8478C8.39782 22 7.93188 22 7 22H5C4.06812 22 3.60218 22 3.23463 21.8478C2.74458 21.6448 2.35523 21.2554 2.15224 20.7654C2 20.3978 2 19.9319 2 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 16C14 14.1144 14 13.1716 14.5858 12.5858C15.1716 12 16.1144 12 18 12C19.8856 12 20.8284 12 21.4142 12.5858C22 13.1716 22 14.1144 22 16V18C22 19.8856 22 20.8284 21.4142 21.4142C20.8284 22 19.8856 22 18 22C16.1144 22 15.1716 22 14.5858 21.4142C14 20.8284 14 19.8856 14 18V16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 5C14 4.06812 14 3.60218 14.1522 3.23463C14.3552 2.74458 14.7446 2.35523 15.2346 2.15224C15.6022 2 16.0681 2 17 2H19C19.9319 2 20.3978 2 20.7654 2.15224C21.2554 2.35523 21.6448 2.74458 21.8478 3.23463C22 3.60218 22 4.06812 22 5C22 5.93188 22 6.39782 21.8478 6.76537C21.6448 7.25542 21.2554 7.64477 20.7654 7.84776C20.3978 8 19.9319 8 19 8H17C16.0681 8 15.6022 8 15.2346 7.84776C14.7446 7.64477 14.3552 7.25542 14.1522 6.76537C14 6.39782 14 5.93188 14 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-dashboard-square-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 5C16 4.06812 16 3.60218 16.1522 3.23463C16.3552 2.74458 16.7446 2.35523 17.2346 2.15224C17.6022 2 18.0681 2 19 2C19.9319 2 20.3978 2 20.7654 2.15224C21.2554 2.35523 21.6448 2.74458 21.8478 3.23463C22 3.60218 22 4.06812 22 5V9C22 9.93188 22 10.3978 21.8478 10.7654C21.6448 11.2554 21.2554 11.6448 20.7654 11.8478C20.3978 12 19.9319 12 19 12C18.0681 12 17.6022 12 17.2346 11.8478C16.7446 11.6448 16.3552 11.2554 16.1522 10.7654C16 10.3978 16 9.93188 16 9V5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 19C16 18.0681 16 17.6022 16.1522 17.2346C16.3552 16.7446 16.7446 16.3552 17.2346 16.1522C17.6022 16 18.0681 16 19 16C19.9319 16 20.3978 16 20.7654 16.1522C21.2554 16.3552 21.6448 16.7446 21.8478 17.2346C22 17.6022 22 18.0681 22 19C22 19.9319 22 20.3978 21.8478 20.7654C21.6448 21.2554 21.2554 21.6448 20.7654 21.8478C20.3978 22 19.9319 22 19 22C18.0681 22 17.6022 22 17.2346 21.8478C16.7446 21.6448 16.3552 21.2554 16.1522 20.7654C16 20.3978 16 19.9319 16 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 16C2 14.1144 2 13.1716 2.58579 12.5858C3.17157 12 4.11438 12 6 12H8C9.88562 12 10.8284 12 11.4142 12.5858C12 13.1716 12 14.1144 12 16V18C12 19.8856 12 20.8284 11.4142 21.4142C10.8284 22 9.88562 22 8 22H6C4.11438 22 3.17157 22 2.58579 21.4142C2 20.8284 2 19.8856 2 18V16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 5C2 4.06812 2 3.60218 2.15224 3.23463C2.35523 2.74458 2.74458 2.35523 3.23463 2.15224C3.60218 2 4.06812 2 5 2H9C9.93188 2 10.3978 2 10.7654 2.15224C11.2554 2.35523 11.6448 2.74458 11.8478 3.23463C12 3.60218 12 4.06812 12 5C12 5.93188 12 6.39782 11.8478 6.76537C11.6448 7.25542 11.2554 7.64477 10.7654 7.84776C10.3978 8 9.93188 8 9 8H5C4.06812 8 3.60218 8 3.23463 7.84776C2.74458 7.64477 2.35523 7.25542 2.15224 6.76537C2 6.39782 2 5.93188 2 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 5C16 4.06812 16 3.60218 16.1522 3.23463C16.3552 2.74458 16.7446 2.35523 17.2346 2.15224C17.6022 2 18.0681 2 19 2C19.9319 2 20.3978 2 20.7654 2.15224C21.2554 2.35523 21.6448 2.74458 21.8478 3.23463C22 3.60218 22 4.06812 22 5V9C22 9.93188 22 10.3978 21.8478 10.7654C21.6448 11.2554 21.2554 11.6448 20.7654 11.8478C20.3978 12 19.9319 12 19 12C18.0681 12 17.6022 12 17.2346 11.8478C16.7446 11.6448 16.3552 11.2554 16.1522 10.7654C16 10.3978 16 9.93188 16 9V5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 19C16 18.0681 16 17.6022 16.1522 17.2346C16.3552 16.7446 16.7446 16.3552 17.2346 16.1522C17.6022 16 18.0681 16 19 16C19.9319 16 20.3978 16 20.7654 16.1522C21.2554 16.3552 21.6448 16.7446 21.8478 17.2346C22 17.6022 22 18.0681 22 19C22 19.9319 22 20.3978 21.8478 20.7654C21.6448 21.2554 21.2554 21.6448 20.7654 21.8478C20.3978 22 19.9319 22 19 22C18.0681 22 17.6022 22 17.2346 21.8478C16.7446 21.6448 16.3552 21.2554 16.1522 20.7654C16 20.3978 16 19.9319 16 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 16C2 14.1144 2 13.1716 2.58579 12.5858C3.17157 12 4.11438 12 6 12H8C9.88562 12 10.8284 12 11.4142 12.5858C12 13.1716 12 14.1144 12 16V18C12 19.8856 12 20.8284 11.4142 21.4142C10.8284 22 9.88562 22 8 22H6C4.11438 22 3.17157 22 2.58579 21.4142C2 20.8284 2 19.8856 2 18V16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 5C2 4.06812 2 3.60218 2.15224 3.23463C2.35523 2.74458 2.74458 2.35523 3.23463 2.15224C3.60218 2 4.06812 2 5 2H9C9.93188 2 10.3978 2 10.7654 2.15224C11.2554 2.35523 11.6448 2.74458 11.8478 3.23463C12 3.60218 12 4.06812 12 5C12 5.93188 12 6.39782 11.8478 6.76537C11.6448 7.25542 11.2554 7.64477 10.7654 7.84776C10.3978 8 9.93188 8 9 8H5C4.06812 8 3.60218 8 3.23463 7.84776C2.74458 7.64477 2.35523 7.25542 2.15224 6.76537C2 6.39782 2 5.93188 2 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-dashboard-square-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V10M22 6L14 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C2 4.59987 2 3.8998 2.27248 3.36502C2.51217 2.89462 2.89462 2.51217 3.36502 2.27248C3.8998 2 4.59987 2 6 2C7.40013 2 8.1002 2 8.63498 2.27248C9.10538 2.51217 9.48783 2.89462 9.72752 3.36502C10 3.8998 10 4.59987 10 6C10 7.40013 10 8.1002 9.72752 8.63498C9.48783 9.10538 9.10538 9.48783 8.63498 9.72752C8.1002 10 7.40013 10 6 10C4.59987 10 3.8998 10 3.36502 9.72752C2.89462 9.48783 2.51217 9.10538 2.27248 8.63498C2 8.1002 2 7.40013 2 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 18C2 16.5999 2 15.8998 2.27248 15.365C2.51217 14.8946 2.89462 14.5122 3.36502 14.2725C3.8998 14 4.59987 14 6 14C7.40013 14 8.1002 14 8.63498 14.2725C9.10538 14.5122 9.48783 14.8946 9.72752 15.365C10 15.8998 10 16.5999 10 18C10 19.4001 10 20.1002 9.72752 20.635C9.48783 21.1054 9.10538 21.4878 8.63498 21.7275C8.1002 22 7.40013 22 6 22C4.59987 22 3.8998 22 3.36502 21.7275C2.89462 21.4878 2.51217 21.1054 2.27248 20.635C2 20.1002 2 19.4001 2 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 16.5999 14 15.8998 14.2725 15.365C14.5122 14.8946 14.8946 14.5122 15.365 14.2725C15.8998 14 16.5999 14 18 14C19.4001 14 20.1002 14 20.635 14.2725C21.1054 14.5122 21.4878 14.8946 21.7275 15.365C22 15.8998 22 16.5999 22 18C22 19.4001 22 20.1002 21.7275 20.635C21.4878 21.1054 21.1054 21.4878 20.635 21.7275C20.1002 22 19.4001 22 18 22C16.5999 22 15.8998 22 15.365 21.7275C14.8946 21.4878 14.5122 21.1054 14.2725 20.635C14 20.1002 14 19.4001 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V10M22 6L14 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C2 4.59987 2 3.8998 2.27248 3.36502C2.51217 2.89462 2.89462 2.51217 3.36502 2.27248C3.8998 2 4.59987 2 6 2C7.40013 2 8.1002 2 8.63498 2.27248C9.10538 2.51217 9.48783 2.89462 9.72752 3.36502C10 3.8998 10 4.59987 10 6C10 7.40013 10 8.1002 9.72752 8.63498C9.48783 9.10538 9.10538 9.48783 8.63498 9.72752C8.1002 10 7.40013 10 6 10C4.59987 10 3.8998 10 3.36502 9.72752C2.89462 9.48783 2.51217 9.10538 2.27248 8.63498C2 8.1002 2 7.40013 2 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 18C2 16.5999 2 15.8998 2.27248 15.365C2.51217 14.8946 2.89462 14.5122 3.36502 14.2725C3.8998 14 4.59987 14 6 14C7.40013 14 8.1002 14 8.63498 14.2725C9.10538 14.5122 9.48783 14.8946 9.72752 15.365C10 15.8998 10 16.5999 10 18C10 19.4001 10 20.1002 9.72752 20.635C9.48783 21.1054 9.10538 21.4878 8.63498 21.7275C8.1002 22 7.40013 22 6 22C4.59987 22 3.8998 22 3.36502 21.7275C2.89462 21.4878 2.51217 21.1054 2.27248 20.635C2 20.1002 2 19.4001 2 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 16.5999 14 15.8998 14.2725 15.365C14.5122 14.8946 14.8946 14.5122 15.365 14.2725C15.8998 14 16.5999 14 18 14C19.4001 14 20.1002 14 20.635 14.2725C21.1054 14.5122 21.4878 14.8946 21.7275 15.365C22 15.8998 22 16.5999 22 18C22 19.4001 22 20.1002 21.7275 20.635C21.4878 21.1054 21.1054 21.4878 20.635 21.7275C20.1002 22 19.4001 22 18 22C16.5999 22 15.8998 22 15.365 21.7275C14.8946 21.4878 14.5122 21.1054 14.2725 20.635C14 20.1002 14 19.4001 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-dashboard-square-edit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 6C2 4.59987 2 3.8998 2.27248 3.36502C2.51217 2.89462 2.89462 2.51217 3.36502 2.27248C3.8998 2 4.59987 2 6 2C7.40013 2 8.1002 2 8.63498 2.27248C9.10538 2.51217 9.48783 2.89462 9.72752 3.36502C10 3.8998 10 4.59987 10 6C10 7.40013 10 8.1002 9.72752 8.63498C9.48783 9.10538 9.10538 9.48783 8.63498 9.72752C8.1002 10 7.40013 10 6 10C4.59987 10 3.8998 10 3.36502 9.72752C2.89462 9.48783 2.51217 9.10538 2.27248 8.63498C2 8.1002 2 7.40013 2 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 18C2 16.5999 2 15.8998 2.27248 15.365C2.51217 14.8946 2.89462 14.5122 3.36502 14.2725C3.8998 14 4.59987 14 6 14C7.40013 14 8.1002 14 8.63498 14.2725C9.10538 14.5122 9.48783 14.8946 9.72752 15.365C10 15.8998 10 16.5999 10 18C10 19.4001 10 20.1002 9.72752 20.635C9.48783 21.1054 9.10538 21.4878 8.63498 21.7275C8.1002 22 7.40013 22 6 22C4.59987 22 3.8998 22 3.36502 21.7275C2.89462 21.4878 2.51217 21.1054 2.27248 20.635C2 20.1002 2 19.4001 2 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 16.5999 14 15.8998 14.2725 15.365C14.5122 14.8946 14.8946 14.5122 15.365 14.2725C15.8998 14 16.5999 14 18 14C19.4001 14 20.1002 14 20.635 14.2725C21.1054 14.5122 21.4878 14.8946 21.7275 15.365C22 15.8998 22 16.5999 22 18C22 19.4001 22 20.1002 21.7275 20.635C21.4878 21.1054 21.1054 21.4878 20.635 21.7275C20.1002 22 19.4001 22 18 22C16.5999 22 15.8998 22 15.365 21.7275C14.8946 21.4878 14.5122 21.1054 14.2725 20.635C14 20.1002 14 19.4001 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.3477 9.85572L15.1909 9.1223H15.1909L15.3477 9.85572ZM14.1443 8.65228L14.8777 8.80911L14.1443 8.65228ZM15.0207 6.11171L14.4903 5.58138H14.4903L15.0207 6.11171ZM17.8883 8.97933L18.4186 9.50966L17.8883 8.97933ZM21.7963 3.47729L22.4458 3.10229L21.7963 3.47729ZM21.1961 5.67149L20.6658 5.14116L21.1961 5.67149ZM21.7963 4.99807L22.4458 5.37307L21.7963 4.99807ZM20.5227 2.20375L20.8977 1.55423V1.55423L20.5227 2.20375ZM18.3285 2.80388L18.8588 3.33421L18.3285 2.80388ZM19.0019 2.20375L18.6269 1.55423V1.55423L19.0019 2.20375ZM20.6658 5.14116L17.358 8.449L18.4186 9.50966L21.7265 6.20182L20.6658 5.14116ZM15.551 6.64205L18.8588 3.33421L17.7982 2.27355L14.4903 5.58138L15.551 6.64205ZM15.1909 9.1223C15.0155 9.15981 14.8753 9.18973 14.7548 9.21212C14.6333 9.23472 14.5536 9.2454 14.4996 9.24884C14.4441 9.25237 14.4479 9.24579 14.4825 9.25471C14.5296 9.26685 14.5936 9.29719 14.6482 9.35178L13.5876 10.4124C13.9113 10.7362 14.3158 10.7636 14.5948 10.7458C14.8603 10.7289 15.1839 10.6577 15.5045 10.5891L15.1909 9.1223ZM13.4109 8.49546C13.3423 8.8161 13.2711 9.13973 13.2542 9.40523C13.2364 9.68419 13.2638 10.0887 13.5876 10.4124L14.6482 9.35178C14.7028 9.40637 14.7331 9.47039 14.7453 9.51747C14.7542 9.55207 14.7476 9.55591 14.7512 9.50044C14.7546 9.44641 14.7653 9.36674 14.7879 9.24519C14.8103 9.12473 14.8402 8.98455 14.8777 8.80911L13.4109 8.49546ZM20.6658 3.33421C21.0333 3.7017 21.1084 3.78597 21.1467 3.85229L22.4458 3.10229C22.2839 2.82184 22.0257 2.57275 21.7265 2.27355L20.6658 3.33421ZM21.7265 6.20182C22.0257 5.90261 22.2839 5.65353 22.4458 5.37307L21.1467 4.62307C21.1084 4.6894 21.0333 4.77367 20.6658 5.14116L21.7265 6.20182ZM21.1467 3.85229C21.2844 4.09077 21.2844 4.38459 21.1467 4.62307L22.4458 5.37307C22.8514 4.67049 22.8514 3.80488 22.4458 3.10229L21.1467 3.85229ZM21.7265 2.27355C21.4272 1.97434 21.1782 1.71615 20.8977 1.55423L20.1477 2.85326C20.214 2.89156 20.2983 2.96671 20.6658 3.33421L21.7265 2.27355ZM18.8588 3.33421C19.2263 2.96672 19.3106 2.89156 19.3769 2.85326L18.6269 1.55423C18.3465 1.71615 18.0974 1.97434 17.7982 2.27355L18.8588 3.33421ZM20.8977 1.55423C20.1951 1.14859 19.3295 1.14859 18.6269 1.55423L19.3769 2.85327C19.6154 2.71558 19.9092 2.71558 20.1477 2.85327L20.8977 1.55423ZM17.358 8.449C17.1624 8.64453 16.8952 8.77096 16.5155 8.8679C16.3253 8.91646 16.1224 8.954 15.8963 8.99307C15.679 9.03061 15.4303 9.07112 15.1909 9.1223L15.5045 10.5891C15.7063 10.546 15.9131 10.5124 16.1517 10.4712C16.3814 10.4315 16.6346 10.3856 16.8866 10.3213C17.3914 10.1924 17.9533 9.97497 18.4186 9.50966L17.358 8.449ZM14.8777 8.80911C14.9289 8.56974 14.9694 8.32097 15.0069 8.1037C15.046 7.87757 15.0835 7.67468 15.1321 7.48447C15.229 7.10477 15.3555 6.83758 15.551 6.64205L14.4903 5.58138C14.025 6.0467 13.8076 6.60863 13.6787 7.11341C13.6144 7.36544 13.5685 7.61864 13.5288 7.84832C13.4876 8.08687 13.454 8.29366 13.4109 8.49546L14.8777 8.80911Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 6C2 4.59987 2 3.8998 2.27248 3.36502C2.51217 2.89462 2.89462 2.51217 3.36502 2.27248C3.8998 2 4.59987 2 6 2C7.40013 2 8.1002 2 8.63498 2.27248C9.10538 2.51217 9.48783 2.89462 9.72752 3.36502C10 3.8998 10 4.59987 10 6C10 7.40013 10 8.1002 9.72752 8.63498C9.48783 9.10538 9.10538 9.48783 8.63498 9.72752C8.1002 10 7.40013 10 6 10C4.59987 10 3.8998 10 3.36502 9.72752C2.89462 9.48783 2.51217 9.10538 2.27248 8.63498C2 8.1002 2 7.40013 2 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 18C2 16.5999 2 15.8998 2.27248 15.365C2.51217 14.8946 2.89462 14.5122 3.36502 14.2725C3.8998 14 4.59987 14 6 14C7.40013 14 8.1002 14 8.63498 14.2725C9.10538 14.5122 9.48783 14.8946 9.72752 15.365C10 15.8998 10 16.5999 10 18C10 19.4001 10 20.1002 9.72752 20.635C9.48783 21.1054 9.10538 21.4878 8.63498 21.7275C8.1002 22 7.40013 22 6 22C4.59987 22 3.8998 22 3.36502 21.7275C2.89462 21.4878 2.51217 21.1054 2.27248 20.635C2 20.1002 2 19.4001 2 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 16.5999 14 15.8998 14.2725 15.365C14.5122 14.8946 14.8946 14.5122 15.365 14.2725C15.8998 14 16.5999 14 18 14C19.4001 14 20.1002 14 20.635 14.2725C21.1054 14.5122 21.4878 14.8946 21.7275 15.365C22 15.8998 22 16.5999 22 18C22 19.4001 22 20.1002 21.7275 20.635C21.4878 21.1054 21.1054 21.4878 20.635 21.7275C20.1002 22 19.4001 22 18 22C16.5999 22 15.8998 22 15.365 21.7275C14.8946 21.4878 14.5122 21.1054 14.2725 20.635C14 20.1002 14 19.4001 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.3477 9.85572L15.1909 9.1223H15.1909L15.3477 9.85572ZM14.1443 8.65228L14.8777 8.80911L14.1443 8.65228ZM15.0207 6.11171L14.4903 5.58138H14.4903L15.0207 6.11171ZM17.8883 8.97933L18.4186 9.50966L17.8883 8.97933ZM21.7963 3.47729L22.4458 3.10229L21.7963 3.47729ZM21.1961 5.67149L20.6658 5.14116L21.1961 5.67149ZM21.7963 4.99807L22.4458 5.37307L21.7963 4.99807ZM20.5227 2.20375L20.8977 1.55423V1.55423L20.5227 2.20375ZM18.3285 2.80388L18.8588 3.33421L18.3285 2.80388ZM19.0019 2.20375L18.6269 1.55423V1.55423L19.0019 2.20375ZM20.6658 5.14116L17.358 8.449L18.4186 9.50966L21.7265 6.20182L20.6658 5.14116ZM15.551 6.64205L18.8588 3.33421L17.7982 2.27355L14.4903 5.58138L15.551 6.64205ZM15.1909 9.1223C15.0155 9.15981 14.8753 9.18973 14.7548 9.21212C14.6333 9.23472 14.5536 9.2454 14.4996 9.24884C14.4441 9.25237 14.4479 9.24579 14.4825 9.25471C14.5296 9.26685 14.5936 9.29719 14.6482 9.35178L13.5876 10.4124C13.9113 10.7362 14.3158 10.7636 14.5948 10.7458C14.8603 10.7289 15.1839 10.6577 15.5045 10.5891L15.1909 9.1223ZM13.4109 8.49546C13.3423 8.8161 13.2711 9.13973 13.2542 9.40523C13.2364 9.68419 13.2638 10.0887 13.5876 10.4124L14.6482 9.35178C14.7028 9.40637 14.7331 9.47039 14.7453 9.51747C14.7542 9.55207 14.7476 9.55591 14.7512 9.50044C14.7546 9.44641 14.7653 9.36674 14.7879 9.24519C14.8103 9.12473 14.8402 8.98455 14.8777 8.80911L13.4109 8.49546ZM20.6658 3.33421C21.0333 3.7017 21.1084 3.78597 21.1467 3.85229L22.4458 3.10229C22.2839 2.82184 22.0257 2.57275 21.7265 2.27355L20.6658 3.33421ZM21.7265 6.20182C22.0257 5.90261 22.2839 5.65353 22.4458 5.37307L21.1467 4.62307C21.1084 4.6894 21.0333 4.77367 20.6658 5.14116L21.7265 6.20182ZM21.1467 3.85229C21.2844 4.09077 21.2844 4.38459 21.1467 4.62307L22.4458 5.37307C22.8514 4.67049 22.8514 3.80488 22.4458 3.10229L21.1467 3.85229ZM21.7265 2.27355C21.4272 1.97434 21.1782 1.71615 20.8977 1.55423L20.1477 2.85326C20.214 2.89156 20.2983 2.96671 20.6658 3.33421L21.7265 2.27355ZM18.8588 3.33421C19.2263 2.96672 19.3106 2.89156 19.3769 2.85326L18.6269 1.55423C18.3465 1.71615 18.0974 1.97434 17.7982 2.27355L18.8588 3.33421ZM20.8977 1.55423C20.1951 1.14859 19.3295 1.14859 18.6269 1.55423L19.3769 2.85327C19.6154 2.71558 19.9092 2.71558 20.1477 2.85327L20.8977 1.55423ZM17.358 8.449C17.1624 8.64453 16.8952 8.77096 16.5155 8.8679C16.3253 8.91646 16.1224 8.954 15.8963 8.99307C15.679 9.03061 15.4303 9.07112 15.1909 9.1223L15.5045 10.5891C15.7063 10.546 15.9131 10.5124 16.1517 10.4712C16.3814 10.4315 16.6346 10.3856 16.8866 10.3213C17.3914 10.1924 17.9533 9.97497 18.4186 9.50966L17.358 8.449ZM14.8777 8.80911C14.9289 8.56974 14.9694 8.32097 15.0069 8.1037C15.046 7.87757 15.0835 7.67468 15.1321 7.48447C15.229 7.10477 15.3555 6.83758 15.551 6.64205L14.4903 5.58138C14.025 6.0467 13.8076 6.60863 13.6787 7.11341C13.6144 7.36544 13.5685 7.61864 13.5288 7.84832C13.4876 8.08687 13.454 8.29366 13.4109 8.49546L14.8777 8.80911Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-dashboard-square-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 6L14 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C2 4.59987 2 3.8998 2.27248 3.36502C2.51217 2.89462 2.89462 2.51217 3.36502 2.27248C3.8998 2 4.59987 2 6 2C7.40013 2 8.1002 2 8.63498 2.27248C9.10538 2.51217 9.48783 2.89462 9.72752 3.36502C10 3.8998 10 4.59987 10 6C10 7.40013 10 8.1002 9.72752 8.63498C9.48783 9.10538 9.10538 9.48783 8.63498 9.72752C8.1002 10 7.40013 10 6 10C4.59987 10 3.8998 10 3.36502 9.72752C2.89462 9.48783 2.51217 9.10538 2.27248 8.63498C2 8.1002 2 7.40013 2 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 18C2 16.5999 2 15.8998 2.27248 15.365C2.51217 14.8946 2.89462 14.5122 3.36502 14.2725C3.8998 14 4.59987 14 6 14C7.40013 14 8.1002 14 8.63498 14.2725C9.10538 14.5122 9.48783 14.8946 9.72752 15.365C10 15.8998 10 16.5999 10 18C10 19.4001 10 20.1002 9.72752 20.635C9.48783 21.1054 9.10538 21.4878 8.63498 21.7275C8.1002 22 7.40013 22 6 22C4.59987 22 3.8998 22 3.36502 21.7275C2.89462 21.4878 2.51217 21.1054 2.27248 20.635C2 20.1002 2 19.4001 2 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 16.5999 14 15.8998 14.2725 15.365C14.5122 14.8946 14.8946 14.5122 15.365 14.2725C15.8998 14 16.5999 14 18 14C19.4001 14 20.1002 14 20.635 14.2725C21.1054 14.5122 21.4878 14.8946 21.7275 15.365C22 15.8998 22 16.5999 22 18C22 19.4001 22 20.1002 21.7275 20.635C21.4878 21.1054 21.1054 21.4878 20.635 21.7275C20.1002 22 19.4001 22 18 22C16.5999 22 15.8998 22 15.365 21.7275C14.8946 21.4878 14.5122 21.1054 14.2725 20.635C14 20.1002 14 19.4001 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 6L14 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C2 4.59987 2 3.8998 2.27248 3.36502C2.51217 2.89462 2.89462 2.51217 3.36502 2.27248C3.8998 2 4.59987 2 6 2C7.40013 2 8.1002 2 8.63498 2.27248C9.10538 2.51217 9.48783 2.89462 9.72752 3.36502C10 3.8998 10 4.59987 10 6C10 7.40013 10 8.1002 9.72752 8.63498C9.48783 9.10538 9.10538 9.48783 8.63498 9.72752C8.1002 10 7.40013 10 6 10C4.59987 10 3.8998 10 3.36502 9.72752C2.89462 9.48783 2.51217 9.10538 2.27248 8.63498C2 8.1002 2 7.40013 2 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 18C2 16.5999 2 15.8998 2.27248 15.365C2.51217 14.8946 2.89462 14.5122 3.36502 14.2725C3.8998 14 4.59987 14 6 14C7.40013 14 8.1002 14 8.63498 14.2725C9.10538 14.5122 9.48783 14.8946 9.72752 15.365C10 15.8998 10 16.5999 10 18C10 19.4001 10 20.1002 9.72752 20.635C9.48783 21.1054 9.10538 21.4878 8.63498 21.7275C8.1002 22 7.40013 22 6 22C4.59987 22 3.8998 22 3.36502 21.7275C2.89462 21.4878 2.51217 21.1054 2.27248 20.635C2 20.1002 2 19.4001 2 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 16.5999 14 15.8998 14.2725 15.365C14.5122 14.8946 14.8946 14.5122 15.365 14.2725C15.8998 14 16.5999 14 18 14C19.4001 14 20.1002 14 20.635 14.2725C21.1054 14.5122 21.4878 14.8946 21.7275 15.365C22 15.8998 22 16.5999 22 18C22 19.4001 22 20.1002 21.7275 20.635C21.4878 21.1054 21.1054 21.4878 20.635 21.7275C20.1002 22 19.4001 22 18 22C16.5999 22 15.8998 22 15.365 21.7275C14.8946 21.4878 14.5122 21.1054 14.2725 20.635C14 20.1002 14 19.4001 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-dashboard-square-setting{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 9.35714V10.5M18 9.35714C16.9878 9.35714 16.0961 8.85207 15.573 8.08517M18 9.35714C19.0122 9.35714 19.9039 8.85207 20.427 8.08517M18 3.64286C19.0123 3.64286 19.9041 4.148 20.4271 4.915M18 3.64286C16.9877 3.64286 16.0959 4.148 15.5729 4.915M18 3.64286V2.5M21.5 4.21429L20.4271 4.915M14.5004 8.78571L15.573 8.08517M14.5 4.21429L15.5729 4.915M21.4996 8.78571L20.427 8.08517M20.4271 4.915C20.7364 5.36854 20.9167 5.91364 20.9167 6.5C20.9167 7.08643 20.7363 7.63159 20.427 8.08517M15.5729 4.915C15.2636 5.36854 15.0833 5.91364 15.0833 6.5C15.0833 7.08643 15.2637 7.63159 15.573 8.08517%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C2 4.59987 2 3.8998 2.27248 3.36502C2.51217 2.89462 2.89462 2.51217 3.36502 2.27248C3.8998 2 4.59987 2 6 2C7.40013 2 8.1002 2 8.63498 2.27248C9.10538 2.51217 9.48783 2.89462 9.72752 3.36502C10 3.8998 10 4.59987 10 6C10 7.40013 10 8.1002 9.72752 8.63498C9.48783 9.10538 9.10538 9.48783 8.63498 9.72752C8.1002 10 7.40013 10 6 10C4.59987 10 3.8998 10 3.36502 9.72752C2.89462 9.48783 2.51217 9.10538 2.27248 8.63498C2 8.1002 2 7.40013 2 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 18C2 16.5999 2 15.8998 2.27248 15.365C2.51217 14.8946 2.89462 14.5122 3.36502 14.2725C3.8998 14 4.59987 14 6 14C7.40013 14 8.1002 14 8.63498 14.2725C9.10538 14.5122 9.48783 14.8946 9.72752 15.365C10 15.8998 10 16.5999 10 18C10 19.4001 10 20.1002 9.72752 20.635C9.48783 21.1054 9.10538 21.4878 8.63498 21.7275C8.1002 22 7.40013 22 6 22C4.59987 22 3.8998 22 3.36502 21.7275C2.89462 21.4878 2.51217 21.1054 2.27248 20.635C2 20.1002 2 19.4001 2 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 16.5999 14 15.8998 14.2725 15.365C14.5122 14.8946 14.8946 14.5122 15.365 14.2725C15.8998 14 16.5999 14 18 14C19.4001 14 20.1002 14 20.635 14.2725C21.1054 14.5122 21.4878 14.8946 21.7275 15.365C22 15.8998 22 16.5999 22 18C22 19.4001 22 20.1002 21.7275 20.635C21.4878 21.1054 21.1054 21.4878 20.635 21.7275C20.1002 22 19.4001 22 18 22C16.5999 22 15.8998 22 15.365 21.7275C14.8946 21.4878 14.5122 21.1054 14.2725 20.635C14 20.1002 14 19.4001 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 9.35714V10.5M18 9.35714C16.9878 9.35714 16.0961 8.85207 15.573 8.08517M18 9.35714C19.0122 9.35714 19.9039 8.85207 20.427 8.08517M18 3.64286C19.0123 3.64286 19.9041 4.148 20.4271 4.915M18 3.64286C16.9877 3.64286 16.0959 4.148 15.5729 4.915M18 3.64286V2.5M21.5 4.21429L20.4271 4.915M14.5004 8.78571L15.573 8.08517M14.5 4.21429L15.5729 4.915M21.4996 8.78571L20.427 8.08517M20.4271 4.915C20.7364 5.36854 20.9167 5.91364 20.9167 6.5C20.9167 7.08643 20.7363 7.63159 20.427 8.08517M15.5729 4.915C15.2636 5.36854 15.0833 5.91364 15.0833 6.5C15.0833 7.08643 15.2637 7.63159 15.573 8.08517%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C2 4.59987 2 3.8998 2.27248 3.36502C2.51217 2.89462 2.89462 2.51217 3.36502 2.27248C3.8998 2 4.59987 2 6 2C7.40013 2 8.1002 2 8.63498 2.27248C9.10538 2.51217 9.48783 2.89462 9.72752 3.36502C10 3.8998 10 4.59987 10 6C10 7.40013 10 8.1002 9.72752 8.63498C9.48783 9.10538 9.10538 9.48783 8.63498 9.72752C8.1002 10 7.40013 10 6 10C4.59987 10 3.8998 10 3.36502 9.72752C2.89462 9.48783 2.51217 9.10538 2.27248 8.63498C2 8.1002 2 7.40013 2 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 18C2 16.5999 2 15.8998 2.27248 15.365C2.51217 14.8946 2.89462 14.5122 3.36502 14.2725C3.8998 14 4.59987 14 6 14C7.40013 14 8.1002 14 8.63498 14.2725C9.10538 14.5122 9.48783 14.8946 9.72752 15.365C10 15.8998 10 16.5999 10 18C10 19.4001 10 20.1002 9.72752 20.635C9.48783 21.1054 9.10538 21.4878 8.63498 21.7275C8.1002 22 7.40013 22 6 22C4.59987 22 3.8998 22 3.36502 21.7275C2.89462 21.4878 2.51217 21.1054 2.27248 20.635C2 20.1002 2 19.4001 2 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 16.5999 14 15.8998 14.2725 15.365C14.5122 14.8946 14.8946 14.5122 15.365 14.2725C15.8998 14 16.5999 14 18 14C19.4001 14 20.1002 14 20.635 14.2725C21.1054 14.5122 21.4878 14.8946 21.7275 15.365C22 15.8998 22 16.5999 22 18C22 19.4001 22 20.1002 21.7275 20.635C21.4878 21.1054 21.1054 21.4878 20.635 21.7275C20.1002 22 19.4001 22 18 22C16.5999 22 15.8998 22 15.365 21.7275C14.8946 21.4878 14.5122 21.1054 14.2725 20.635C14 20.1002 14 19.4001 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-discover-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.4014 8.29796L15.3213 7.32465C16.2075 7.02924 16.6507 6.88153 16.8846 7.11544C17.1185 7.34935 16.9708 7.79247 16.6753 8.67871L15.702 11.5986C15.1986 13.1088 14.9469 13.8639 14.4054 14.4054C13.8639 14.9469 13.1088 15.1986 11.5986 15.702L8.67871 16.6753C7.79247 16.9708 7.34935 17.1185 7.11544 16.8846C6.88153 16.6507 7.02924 16.2075 7.32465 15.3213L8.29796 12.4014C8.80136 10.8912 9.05306 10.1361 9.59457 9.59457C10.1361 9.05306 10.8912 8.80136 12.4014 8.29796Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12L11.9936 12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.4014 8.29796L15.3213 7.32465C16.2075 7.02924 16.6507 6.88153 16.8846 7.11544C17.1185 7.34935 16.9708 7.79247 16.6753 8.67871L15.702 11.5986C15.1986 13.1088 14.9469 13.8639 14.4054 14.4054C13.8639 14.9469 13.1088 15.1986 11.5986 15.702L8.67871 16.6753C7.79247 16.9708 7.34935 17.1185 7.11544 16.8846C6.88153 16.6507 7.02924 16.2075 7.32465 15.3213L8.29796 12.4014C8.80136 10.8912 9.05306 10.1361 9.59457 9.59457C10.1361 9.05306 10.8912 8.80136 12.4014 8.29796Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12L11.9936 12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-discover-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.4014 8.29796L15.3213 7.32465C16.2075 7.02924 16.6507 6.88153 16.8846 7.11544C17.1185 7.34935 16.9708 7.79247 16.6753 8.67871L15.702 11.5986C15.1986 13.1088 14.9469 13.8639 14.4054 14.4054C13.8639 14.9469 13.1088 15.1986 11.5986 15.702L8.67871 16.6753C7.79247 16.9708 7.34935 17.1185 7.11544 16.8846C6.88153 16.6507 7.02924 16.2075 7.32465 15.3213L8.29796 12.4014C8.80136 10.8912 9.05306 10.1361 9.59457 9.59457C10.1361 9.05306 10.8912 8.80136 12.4014 8.29796Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12L11.9936 12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.4014 8.29796L15.3213 7.32465C16.2075 7.02924 16.6507 6.88153 16.8846 7.11544C17.1185 7.34935 16.9708 7.79247 16.6753 8.67871L15.702 11.5986C15.1986 13.1088 14.9469 13.8639 14.4054 14.4054C13.8639 14.9469 13.1088 15.1986 11.5986 15.702L8.67871 16.6753C7.79247 16.9708 7.34935 17.1185 7.11544 16.8846C6.88153 16.6507 7.02924 16.2075 7.32465 15.3213L8.29796 12.4014C8.80136 10.8912 9.05306 10.1361 9.59457 9.59457C10.1361 9.05306 10.8912 8.80136 12.4014 8.29796Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12L11.9936 12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-sidebar-bottom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.31087 2 6.4663 2.81382 5.15877C3.1149 4.67502 3.48891 4.25427 3.91891 3.91554C5.08116 3 6.72077 3 10 3H14C17.2792 3 18.9188 3 20.0811 3.91554C20.5111 4.25427 20.8851 4.67502 21.1862 5.15877C22 6.4663 22 8.31087 22 12C22 15.6891 22 17.5337 21.1862 18.8412C20.8851 19.325 20.5111 19.7457 20.0811 20.0845C18.9188 21 17.2792 21 14 21H10C6.72077 21 5.08116 21 3.91891 20.0845C3.48891 19.7457 3.1149 19.325 2.81382 18.8412C2 17.5337 2 15.6891 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 14.5L22 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 18H7M10 18H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.31087 2 6.4663 2.81382 5.15877C3.1149 4.67502 3.48891 4.25427 3.91891 3.91554C5.08116 3 6.72077 3 10 3H14C17.2792 3 18.9188 3 20.0811 3.91554C20.5111 4.25427 20.8851 4.67502 21.1862 5.15877C22 6.4663 22 8.31087 22 12C22 15.6891 22 17.5337 21.1862 18.8412C20.8851 19.325 20.5111 19.7457 20.0811 20.0845C18.9188 21 17.2792 21 14 21H10C6.72077 21 5.08116 21 3.91891 20.0845C3.48891 19.7457 3.1149 19.325 2.81382 18.8412C2 17.5337 2 15.6891 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 14.5L22 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 18H7M10 18H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-sidebar-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.31087 2 6.4663 2.81382 5.15877C3.1149 4.67502 3.48891 4.25427 3.91891 3.91554C5.08116 3 6.72077 3 10 3H14C17.2792 3 18.9188 3 20.0811 3.91554C20.5111 4.25427 20.8851 4.67502 21.1862 5.15877C22 6.4663 22 8.31087 22 12C22 15.6891 22 17.5337 21.1862 18.8412C20.8851 19.325 20.5111 19.7457 20.0811 20.0845C18.9188 21 17.2792 21 14 21H10C6.72077 21 5.08116 21 3.91891 20.0845C3.48891 19.7457 3.1149 19.325 2.81382 18.8412C2 17.5337 2 15.6891 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 3L9.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7H6M5 10H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.31087 2 6.4663 2.81382 5.15877C3.1149 4.67502 3.48891 4.25427 3.91891 3.91554C5.08116 3 6.72077 3 10 3H14C17.2792 3 18.9188 3 20.0811 3.91554C20.5111 4.25427 20.8851 4.67502 21.1862 5.15877C22 6.4663 22 8.31087 22 12C22 15.6891 22 17.5337 21.1862 18.8412C20.8851 19.325 20.5111 19.7457 20.0811 20.0845C18.9188 21 17.2792 21 14 21H10C6.72077 21 5.08116 21 3.91891 20.0845C3.48891 19.7457 3.1149 19.325 2.81382 18.8412C2 17.5337 2 15.6891 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 3L9.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7H6M5 10H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-sidebar-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.31087 2 6.4663 2.81382 5.15877C3.1149 4.67502 3.48891 4.25427 3.91891 3.91554C5.08116 3 6.72077 3 10 3H14C17.2792 3 18.9188 3 20.0811 3.91554C20.5111 4.25427 20.8851 4.67502 21.1862 5.15877C22 6.4663 22 8.31087 22 12C22 15.6891 22 17.5337 21.1862 18.8412C20.8851 19.325 20.5111 19.7457 20.0811 20.0845C18.9188 21 17.2792 21 14 21H10C6.72077 21 5.08116 21 3.91891 20.0845C3.48891 19.7457 3.1149 19.325 2.81382 18.8412C2 17.5337 2 15.6891 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 3L14.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 7H19M18 10H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.31087 2 6.4663 2.81382 5.15877C3.1149 4.67502 3.48891 4.25427 3.91891 3.91554C5.08116 3 6.72077 3 10 3H14C17.2792 3 18.9188 3 20.0811 3.91554C20.5111 4.25427 20.8851 4.67502 21.1862 5.15877C22 6.4663 22 8.31087 22 12C22 15.6891 22 17.5337 21.1862 18.8412C20.8851 19.325 20.5111 19.7457 20.0811 20.0845C18.9188 21 17.2792 21 14 21H10C6.72077 21 5.08116 21 3.91891 20.0845C3.48891 19.7457 3.1149 19.325 2.81382 18.8412C2 17.5337 2 15.6891 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 3L14.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 7H19M18 10H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-dashboard-icons-sidebar-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.31087 2 6.4663 2.81382 5.15877C3.1149 4.67502 3.48891 4.25427 3.91891 3.91554C5.08116 3 6.72077 3 10 3H14C17.2792 3 18.9188 3 20.0811 3.91554C20.5111 4.25427 20.8851 4.67502 21.1862 5.15877C22 6.4663 22 8.31087 22 12C22 15.6891 22 17.5337 21.1862 18.8412C20.8851 19.325 20.5111 19.7457 20.0811 20.0845C18.9188 21 17.2792 21 14 21H10C6.72077 21 5.08116 21 3.91891 20.0845C3.48891 19.7457 3.1149 19.325 2.81382 18.8412C2 17.5337 2 15.6891 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 9.5L22 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H7M10 6H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.31087 2 6.4663 2.81382 5.15877C3.1149 4.67502 3.48891 4.25427 3.91891 3.91554C5.08116 3 6.72077 3 10 3H14C17.2792 3 18.9188 3 20.0811 3.91554C20.5111 4.25427 20.8851 4.67502 21.1862 5.15877C22 6.4663 22 8.31087 22 12C22 15.6891 22 17.5337 21.1862 18.8412C20.8851 19.325 20.5111 19.7457 20.0811 20.0845C18.9188 21 17.2792 21 14 21H10C6.72077 21 5.08116 21 3.91891 20.0845C3.48891 19.7457 3.1149 19.325 2.81382 18.8412C2 17.5337 2 15.6891 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 9.5L22 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H7M10 6H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-alarm-clock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2213%22 r%3D%229%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 19L3 21M19 19L21 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 3.5697L19.5955 3.27195C20.4408 2.84932 20.7583 2.89769 21.4303 3.5697C22.1023 4.2417 22.1507 4.55924 21.728 5.4045L21.4303 6M5 3.5697L4.4045 3.27195C3.55924 2.84932 3.2417 2.89769 2.5697 3.5697C1.89769 4.2417 1.84932 4.55924 2.27195 5.4045L2.5697 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9.5V13.5L14 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3.5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2213%22 r%3D%229%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 19L3 21M19 19L21 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 3.5697L19.5955 3.27195C20.4408 2.84932 20.7583 2.89769 21.4303 3.5697C22.1023 4.2417 22.1507 4.55924 21.728 5.4045L21.4303 6M5 3.5697L4.4045 3.27195C3.55924 2.84932 3.2417 2.89769 2.5697 3.5697C1.89769 4.2417 1.84932 4.55924 2.27195 5.4045L2.5697 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9.5V13.5L14 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3.5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 17L9.99999 13.3472C9.99999 13.1555 9.86325 13 9.69458 13H9M13.6297 17L14.9842 13.3492C15.0475 13.1785 14.9128 13 14.7207 13H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 17L9.99999 13.3472C9.99999 13.1555 9.86325 13 9.69458 13H9M13.6297 17L14.9842 13.3492C15.0475 13.1785 14.9128 13 14.7207 13H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 13H16M8 13H8.00898M13 17H8M16 17H15.991%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 13H16M8 13H8.00898M13 17H8M16 17H15.991%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 13H12.0045M11.9955 17H12.0045M15.991 13H16M8 13H8.00897M8 17H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 8H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9955 13H12.0045M11.9955 17H12.0045M15.991 13H16M8 13H8.00897M8 17H8.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 8H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.05 22C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.4765 5.68186 21.4996 7.80438 21.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 18H21M17 14L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.05 22C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.4765 5.68186 21.4996 7.80438 21.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 18H21M17 14L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15H15M12 12L12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15H15M12 12L12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-block-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432C21.5 12.6622 21.4997 13 21.4997 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0251 20.9749L19.9749 16.0251M21 18.5C21 20.433 19.433 22 17.5 22C15.567 22 14 20.433 14 18.5C14 16.567 15.567 15 17.5 15C19.433 15 21 16.567 21 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432C21.5 12.6622 21.4997 13 21.4997 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0251 20.9749L19.9749 16.0251M21 18.5C21 20.433 19.433 22 17.5 22C15.567 22 14 20.433 14 18.5C14 16.567 15.567 15 17.5 15C19.433 15 21 16.567 21 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-block-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.55 12.55L14.45 17.45M15.5 15C15.5 13.067 13.933 11.5 12 11.5C10.067 11.5 8.5 13.067 8.5 15C8.5 16.933 10.067 18.5 12 18.5C13.933 18.5 15.5 16.933 15.5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.55 12.55L14.45 17.45M15.5 15C15.5 13.067 13.933 11.5 12 11.5C10.067 11.5 8.5 13.067 8.5 15C8.5 16.933 10.067 18.5 12 18.5C13.933 18.5 15.5 16.933 15.5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-check-in-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.05 22C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.4267 5.62803 21.4957 7.63364 21.4997 11.5V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 17.5L21 17.5M13 17.5C13 18.2002 14.9943 19.5085 15.5 20M13 17.5C13 16.7998 14.9943 15.4915 15.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.05 22C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.4267 5.62803 21.4957 7.63364 21.4997 11.5V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 17.5L21 17.5M13 17.5C13 18.2002 14.9943 19.5085 15.5 20M13 17.5C13 16.7998 14.9943 15.4915 15.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-check-in-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15L15 15M9 15C9 14.2998 10.9943 12.9915 11.5 12.5M9 15C9 15.7002 10.9943 17.0085 11.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15L15 15M9 15C9 14.2998 10.9943 12.9915 11.5 12.5M9 15C9 15.7002 10.9943 17.0085 11.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-check-out-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.05 22C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.4267 5.62803 21.4957 7.63364 21.4997 11.5V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 18.5L13 18.5M21 18.5C21 19.2002 19.0057 20.5085 18.5 21M21 18.5C21 17.7998 19.0057 16.4915 18.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.05 22C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.4267 5.62803 21.4957 7.63364 21.4997 11.5V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 18.5L13 18.5M21 18.5C21 19.2002 19.0057 20.5085 18.5 21M21 18.5C21 17.7998 19.0057 16.4915 18.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-check-out-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15L9 15M15 15C15 15.7002 13.0057 17.0085 12.5 17.5M15 15C15 14.2998 13.0057 12.9915 12.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15L9 15M15 15C15 15.7002 13.0057 17.0085 12.5 17.5M15 15C15 14.2998 13.0057 12.9915 12.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-download-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 19.5C15.4915 20.0057 16.7998 22 17.5 22M20 19.5C19.5085 20.0057 18.2002 22 17.5 22M17.5 22V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.4267 5.62803 21.4957 7.63364 21.4997 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 19.5C15.4915 20.0057 16.7998 22 17.5 22M20 19.5C19.5085 20.0057 18.2002 22 17.5 22M17.5 22V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.4267 5.62803 21.4957 7.63364 21.4997 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-download-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 15.5C9.99153 16.0057 11.2998 18 12 18M14.5 15.5C14.0085 16.0057 12.7002 18 12 18M12 18V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 15.5C9.99153 16.0057 11.2998 18 12 18M14.5 15.5C14.0085 16.0057 12.7002 18 12 18M12 18V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-favorite-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.7774 13.6499L18.5693 15.2468C18.6773 15.4691 18.9653 15.6823 19.2083 15.7231L20.6436 15.9636C21.5615 16.1178 21.7775 16.7893 21.1161 17.4516L20.0002 18.5767C19.8112 18.7673 19.7077 19.1347 19.7662 19.3979L20.0857 20.7906C20.3377 21.893 19.7572 22.3195 18.7898 21.7433L17.4445 20.9403C17.2015 20.7952 16.801 20.7952 16.5536 20.9403L15.2082 21.7433C14.2453 22.3195 13.6604 21.8885 13.9124 20.7906L14.2318 19.3979C14.2903 19.1347 14.1868 18.7673 13.9979 18.5767L12.882 17.4516C12.225 16.7893 12.4365 16.1178 13.3544 15.9636L14.7898 15.7231C15.0282 15.6823 15.3162 15.4691 15.4242 15.2468L16.2161 13.6499C16.6481 12.7834 17.35 12.7834 17.7774 13.6499Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.4997 11.5C21.4957 7.63364 21.4267 5.62803 20.2479 4.35364C18.9958 3 16.9805 3 12.95 3H11.05C7.01949 3 5.00424 3 3.75212 4.35364C2.5 5.70728 2.5 7.88594 2.5 12.2432V12.7568C2.5 17.1141 2.5 19.2927 3.75212 20.6464C4.94594 21.937 6.83349 21.9971 10.5 21.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.7774 13.6499L18.5693 15.2468C18.6773 15.4691 18.9653 15.6823 19.2083 15.7231L20.6436 15.9636C21.5615 16.1178 21.7775 16.7893 21.1161 17.4516L20.0002 18.5767C19.8112 18.7673 19.7077 19.1347 19.7662 19.3979L20.0857 20.7906C20.3377 21.893 19.7572 22.3195 18.7898 21.7433L17.4445 20.9403C17.2015 20.7952 16.801 20.7952 16.5536 20.9403L15.2082 21.7433C14.2453 22.3195 13.6604 21.8885 13.9124 20.7906L14.2318 19.3979C14.2903 19.1347 14.1868 18.7673 13.9979 18.5767L12.882 17.4516C12.225 16.7893 12.4365 16.1178 13.3544 15.9636L14.7898 15.7231C15.0282 15.6823 15.3162 15.4691 15.4242 15.2468L16.2161 13.6499C16.6481 12.7834 17.35 12.7834 17.7774 13.6499Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.4997 11.5C21.4957 7.63364 21.4267 5.62803 20.2479 4.35364C18.9958 3 16.9805 3 12.95 3H11.05C7.01949 3 5.00424 3 3.75212 4.35364C2.5 5.70728 2.5 7.88594 2.5 12.2432V12.7568C2.5 17.1141 2.5 19.2927 3.75212 20.6464C4.94594 21.937 6.83349 21.9971 10.5 21.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-favorite-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6047 12.0055L13.2206 13.2475C13.3046 13.4204 13.5286 13.5862 13.7175 13.618L14.8339 13.805C15.5478 13.925 15.7158 14.4472 15.2014 14.9624L14.3335 15.8374C14.1865 15.9856 14.106 16.2715 14.1515 16.4761L14.4 17.5594C14.596 18.4168 14.1445 18.7485 13.3921 18.3004L12.3457 17.6758C12.1567 17.5629 11.8453 17.5629 11.6528 17.6758L10.6064 18.3004C9.85748 18.7485 9.40253 18.4133 9.5985 17.5594L9.84698 16.4761C9.89247 16.2715 9.81198 15.9856 9.665 15.8374L8.79709 14.9624C8.28615 14.4472 8.45063 13.925 9.16455 13.805L10.2809 13.618C10.4664 13.5862 10.6904 13.4204 10.7744 13.2475L11.3903 12.0055C11.7263 11.3315 12.2722 11.3315 12.6047 12.0055Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6047 12.0055L13.2206 13.2475C13.3046 13.4204 13.5286 13.5862 13.7175 13.618L14.8339 13.805C15.5478 13.925 15.7158 14.4472 15.2014 14.9624L14.3335 15.8374C14.1865 15.9856 14.106 16.2715 14.1515 16.4761L14.4 17.5594C14.596 18.4168 14.1445 18.7485 13.3921 18.3004L12.3457 17.6758C12.1567 17.5629 11.8453 17.5629 11.6528 17.6758L10.6064 18.3004C9.85748 18.7485 9.40253 18.4133 9.5985 17.5594L9.84698 16.4761C9.89247 16.2715 9.81198 15.9856 9.665 15.8374L8.79709 14.9624C8.28615 14.4472 8.45063 13.925 9.16455 13.805L10.2809 13.618C10.4664 13.5862 10.6904 13.4204 10.7744 13.2475L11.3903 12.0055C11.7263 11.3315 12.2722 11.3315 12.6047 12.0055Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-lock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.4997 11.5C21.4957 7.63364 21.4267 5.62803 20.2479 4.35364C18.9958 3 16.9805 3 12.95 3H11.05C7.01949 3 5.00424 3 3.75212 4.35364C2.5 5.70728 2.5 7.88594 2.5 12.2432V12.7568C2.5 17.1141 2.5 19.2927 3.75212 20.6464C4.95133 21.9428 6.80467 21.9976 10.5 21.9999L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.2374 16.1771L16.2374 14.7868C16.2374 14.5814 16.246 14.3735 16.3196 14.1817C16.5155 13.6712 17.0346 13.0024 17.9795 13.0024C18.9245 13.0024 19.4639 13.6712 19.6598 14.1817C19.7335 14.3735 19.742 14.5814 19.742 14.7868L19.742 16.1771M16.3069 22H19.6929C20.6898 22 21.4979 21.1934 21.4979 20.1984V18.1971C21.4979 17.2021 20.6898 16.3955 19.6929 16.3955H16.3069C15.3101 16.3955 14.502 17.2021 14.502 18.1971V20.1984C14.502 21.1934 15.3101 22 16.3069 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.4997 11.5C21.4957 7.63364 21.4267 5.62803 20.2479 4.35364C18.9958 3 16.9805 3 12.95 3H11.05C7.01949 3 5.00424 3 3.75212 4.35364C2.5 5.70728 2.5 7.88594 2.5 12.2432V12.7568C2.5 17.1141 2.5 19.2927 3.75212 20.6464C4.95133 21.9428 6.80467 21.9976 10.5 21.9999L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.2374 16.1771L16.2374 14.7868C16.2374 14.5814 16.246 14.3735 16.3196 14.1817C16.5155 13.6712 17.0346 13.0024 17.9795 13.0024C18.9245 13.0024 19.4639 13.6712 19.6598 14.1817C19.7335 14.3735 19.742 14.5814 19.742 14.7868L19.742 16.1771M16.3069 22H19.6929C20.6898 22 21.4979 21.1934 21.4979 20.1984V18.1971C21.4979 17.2021 20.6898 16.3955 19.6929 16.3955H16.3069C15.3101 16.3955 14.502 17.2021 14.502 18.1971V20.1984C14.502 21.1934 15.3101 22 16.3069 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-lock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.484 14.1864L10.484 13.0293C10.484 12.8584 10.4913 12.6854 10.5547 12.5258C10.7232 12.101 11.1697 11.5444 11.9825 11.5444C12.7952 11.5444 13.2592 12.101 13.4278 12.5258C13.4911 12.6854 13.4985 12.8584 13.4985 13.0293L13.4985 14.1864M10.5437 19.0322H13.4562C14.3137 19.0322 15.0088 18.361 15.0088 17.533V15.8674C15.0088 15.0394 14.3137 14.3682 13.4562 14.3682H10.5437C9.6863 14.3682 8.99121 15.0394 8.99121 15.8674V17.533C8.99121 18.361 9.6863 19.0322 10.5437 19.0322Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.484 14.1864L10.484 13.0293C10.484 12.8584 10.4913 12.6854 10.5547 12.5258C10.7232 12.101 11.1697 11.5444 11.9825 11.5444C12.7952 11.5444 13.2592 12.101 13.4278 12.5258C13.4911 12.6854 13.4985 12.8584 13.4985 13.0293L13.4985 14.1864M10.5437 19.0322H13.4562C14.3137 19.0322 15.0088 18.361 15.0088 17.533V15.8674C15.0088 15.0394 14.3137 14.3682 13.4562 14.3682H10.5437C9.6863 14.3682 8.99121 15.0394 8.99121 15.8674V17.533C8.99121 18.361 9.6863 19.0322 10.5437 19.0322Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-love-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.1418 14.4418C14.3486 13.7108 15.4018 14.0054 16.0345 14.4747C16.294 14.6671 16.4237 14.7633 16.5 14.7633C16.5763 14.7633 16.706 14.6671 16.9655 14.4747C17.5982 14.0054 18.6514 13.7108 19.8582 14.4418C21.4419 15.4013 21.8002 18.5666 18.1472 21.237C17.4514 21.7457 17.1035 22 16.5 22C15.8965 22 15.5486 21.7457 14.8528 21.237C11.1998 18.5666 11.5581 15.4013 13.1418 14.4418Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.05 22C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.4765 5.68186 21.4996 7.80438 21.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.1418 14.4418C14.3486 13.7108 15.4018 14.0054 16.0345 14.4747C16.294 14.6671 16.4237 14.7633 16.5 14.7633C16.5763 14.7633 16.706 14.6671 16.9655 14.4747C17.5982 14.0054 18.6514 13.7108 19.8582 14.4418C21.4419 15.4013 21.8002 18.5666 18.1472 21.237C17.4514 21.7457 17.1035 22 16.5 22C15.8965 22 15.5486 21.7457 14.8528 21.237C11.1998 18.5666 11.5581 15.4013 13.1418 14.4418Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.05 22C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.4765 5.68186 21.4996 7.80438 21.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-love-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.3881 12.3314C10.3267 11.7831 11.1459 12.004 11.638 12.356C11.8398 12.5003 11.9406 12.5725 12 12.5725C12.0594 12.5725 12.1602 12.5003 12.362 12.356C12.8541 12.004 13.6733 11.7831 14.6119 12.3314C15.8437 13.051 16.1224 15.425 13.2812 17.4278C12.74 17.8093 12.4694 18 12 18C11.5306 18 11.26 17.8093 10.7188 17.4278C7.8776 15.425 8.15632 13.051 9.3881 12.3314Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.3881 12.3314C10.3267 11.7831 11.1459 12.004 11.638 12.356C11.8398 12.5003 11.9406 12.5725 12 12.5725C12.0594 12.5725 12.1602 12.5003 12.362 12.356C12.8541 12.004 13.6733 11.7831 14.6119 12.3314C15.8437 13.051 16.1224 15.425 13.2812 17.4278C12.74 17.8093 12.4694 18 12 18C11.5306 18 11.26 17.8093 10.7188 17.4278C7.8776 15.425 8.15632 13.051 9.3881 12.3314Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-minus-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.05 22C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.4765 5.68186 21.4996 7.80438 21.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 17H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.05 22C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.4765 5.68186 21.4996 7.80438 21.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 17H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-minus-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15L15 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15L15 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.05 22C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.4765 5.68186 21.4996 7.80438 21.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 15L18 18.5M18 18.5L21.5 22M18 18.5L21.5 15M18 18.5L14.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.05 22C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.4765 5.68186 21.4996 7.80438 21.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 15L18 18.5M18 18.5L21.5 22M18 18.5L21.5 15M18 18.5L14.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 12.5L12 15M12 15L14.5 17.5M12 15L14.5 12.5M12 15L9.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 12.5L12 15M12 15L14.5 17.5M12 15L14.5 12.5M12 15L9.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-setting-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.4997 11.5C21.4957 7.63364 21.4267 5.62803 20.2479 4.35364C18.9958 3 16.9805 3 12.95 3H11.05C7.01949 3 5.00424 3 3.75212 4.35364C2.5 5.70728 2.5 7.88594 2.5 12.2432V12.7568C2.5 17.1141 2.5 19.2927 3.75212 20.6464C4.95133 21.9428 6.80467 21.9976 10.5 21.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 20.7143V22M17.5 20.7143C16.3432 20.7143 15.3241 20.1461 14.7263 19.2833M17.5 20.7143C18.6568 20.7143 19.6759 20.1461 20.2737 19.2833M17.5 14.2857C18.6569 14.2857 19.6761 14.854 20.2738 15.7169M17.5 14.2857C16.3431 14.2857 15.3239 14.854 14.7262 15.7169M17.5 14.2857V13M21.5 14.9286L20.2738 15.7169M13.5004 20.0714L14.7263 19.2833M13.5 14.9286L14.7262 15.7169M21.4996 20.0714L20.2737 19.2833M20.2738 15.7169C20.6273 16.2271 20.8333 16.8403 20.8333 17.5C20.8333 18.1597 20.6272 18.773 20.2737 19.2833M14.7262 15.7169C14.3727 16.2271 14.1667 16.8403 14.1667 17.5C14.1667 18.1597 14.3728 18.773 14.7263 19.2833%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.4997 11.5C21.4957 7.63364 21.4267 5.62803 20.2479 4.35364C18.9958 3 16.9805 3 12.95 3H11.05C7.01949 3 5.00424 3 3.75212 4.35364C2.5 5.70728 2.5 7.88594 2.5 12.2432V12.7568C2.5 17.1141 2.5 19.2927 3.75212 20.6464C4.95133 21.9428 6.80467 21.9976 10.5 21.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 20.7143V22M17.5 20.7143C16.3432 20.7143 15.3241 20.1461 14.7263 19.2833M17.5 20.7143C18.6568 20.7143 19.6759 20.1461 20.2737 19.2833M17.5 14.2857C18.6569 14.2857 19.6761 14.854 20.2738 15.7169M17.5 14.2857C16.3431 14.2857 15.3239 14.854 14.7262 15.7169M17.5 14.2857V13M21.5 14.9286L20.2738 15.7169M13.5004 20.0714L14.7263 19.2833M13.5 14.9286L14.7262 15.7169M21.4996 20.0714L20.2737 19.2833M20.2738 15.7169C20.6273 16.2271 20.8333 16.8403 20.8333 17.5C20.8333 18.1597 20.6272 18.773 20.2737 19.2833M14.7262 15.7169C14.3727 16.2271 14.1667 16.8403 14.1667 17.5C14.1667 18.1597 14.3728 18.773 14.7263 19.2833%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-setting-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5V18.5M12 17.5C11.1324 17.5 10.368 17.0581 9.91974 16.387M12 17.5C12.8676 17.5 13.632 17.0581 14.0803 16.387M12 12.5C12.8677 12.5 13.6321 12.942 14.0804 13.6131M12 12.5C11.1323 12.5 10.3679 12.942 9.91964 13.6131M12 12.5V11.5M15 13L14.0804 13.6131M9.00032 17L9.91974 16.387M9 13L9.91964 13.6131M14.9997 17L14.0803 16.387M14.0804 13.6131C14.3454 14.01 14.5 14.4869 14.5 15C14.5 15.5131 14.3454 15.9901 14.0803 16.387M9.91964 13.6131C9.65455 14.01 9.5 14.4869 9.5 15C9.5 15.5131 9.65459 15.9901 9.91974 16.387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5V18.5M12 17.5C11.1324 17.5 10.368 17.0581 9.91974 16.387M12 17.5C12.8676 17.5 13.632 17.0581 14.0803 16.387M12 12.5C12.8677 12.5 13.6321 12.942 14.0804 13.6131M12 12.5C11.1323 12.5 10.3679 12.942 9.91964 13.6131M12 12.5V11.5M15 13L14.0804 13.6131M9.00032 17L9.91974 16.387M9 13L9.91964 13.6131M14.9997 17L14.0803 16.387M14.0804 13.6131C14.3454 14.01 14.5 14.4869 14.5 15C14.5 15.5131 14.3454 15.9901 14.0803 16.387M9.91964 13.6131C9.65455 14.01 9.5 14.4869 9.5 15C9.5 15.5131 9.65459 15.9901 9.91974 16.387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-upload-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 16.5C15.4915 15.9943 16.7998 14 17.5 14M20 16.5C19.5085 15.9943 18.2002 14 17.5 14M17.5 14V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.4267 5.62803 21.4957 7.63364 21.4997 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 16.5C15.4915 15.9943 16.7998 14 17.5 14M20 16.5C19.5085 15.9943 18.2002 14 17.5 14M17.5 14V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.4267 5.62803 21.4957 7.63364 21.4997 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-calendar-upload-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 14.5C9.99153 13.9943 11.2998 12 12 12M14.5 14.5C14.0085 13.9943 12.7002 12 12 12M12 12V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 14.5C9.99153 13.9943 11.2998 12 12 12M14.5 14.5C14.0085 13.9943 12.7002 12 12 12M12 12V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-clock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8V12L14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8V12L14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-clock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.04798 8.60657L2.53784 8.45376C4.33712 3.70477 9.503 0.999914 14.5396 2.34474C19.904 3.77711 23.0904 9.26107 21.6565 14.5935C20.2227 19.926 14.7116 23.0876 9.3472 21.6553C5.36419 20.5917 2.58192 17.2946 2 13.4844%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V12L14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.04798 8.60657L2.53784 8.45376C4.33712 3.70477 9.503 0.999914 14.5396 2.34474C19.904 3.77711 23.0904 9.26107 21.6565 14.5935C20.2227 19.926 14.7116 23.0876 9.3472 21.6553C5.36419 20.5917 2.58192 17.2946 2 13.4844%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V12L14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-clock-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.952 8.60657L21.4622 8.45376C19.6629 3.70477 14.497 0.999914 9.4604 2.34474C4.09599 3.77711 0.909631 9.26107 2.34347 14.5935C3.77731 19.926 9.28839 23.0876 14.6528 21.6553C18.6358 20.5917 21.4181 17.2946 22 13.4844%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V12L14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.952 8.60657L21.4622 8.45376C19.6629 3.70477 14.497 0.999914 9.4604 2.34474C4.09599 3.77711 0.909631 9.26107 2.34347 14.5935C3.77731 19.926 9.28839 23.0876 14.6528 21.6553C18.6358 20.5917 21.4181 17.2946 22 13.4844%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V12L14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-clock-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C7.52232 2 3.77426 4.94289 2.5 9H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V12L14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 12.3373 2.0152 12.6709 2.04494 13M9 22C8.6584 21.8876 8.32471 21.7564 8 21.6078M3.20939 17C3.01655 16.6284 2.84453 16.2433 2.69497 15.8462M4.83122 19.3065C5.1369 19.6358 5.46306 19.9441 5.80755 20.2292%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C7.52232 2 3.77426 4.94289 2.5 9H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V12L14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 12.3373 2.0152 12.6709 2.04494 13M9 22C8.6584 21.8876 8.32471 21.7564 8 21.6078M3.20939 17C3.01655 16.6284 2.84453 16.2433 2.69497 15.8462M4.83122 19.3065C5.1369 19.6358 5.46306 19.9441 5.80755 20.2292%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-clock-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C6.47711 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C16.4776 2 20.2257 4.94289 21.5 9H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V12L14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9551 13C21.9848 12.6709 22 12.3373 22 12M15 22C15.3416 21.8876 15.6753 21.7564 16 21.6078M20.7906 17C20.9835 16.6284 21.1555 16.2433 21.305 15.8462M18.1925 20.2292C18.5369 19.9441 18.8631 19.6358 19.1688 19.3065%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C6.47711 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C16.4776 2 20.2257 4.94289 21.5 9H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V12L14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9551 13C21.9848 12.6709 22 12.3373 22 12M15 22C15.3416 21.8876 15.6753 21.7564 16 21.6078M20.7906 17C20.9835 16.6284 21.1555 16.2433 21.305 15.8462M18.1925 20.2292C18.5369 19.9441 18.8631 19.6358 19.1688 19.3065%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-digital-clock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 19V21M19 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11C2 8.17157 2 6.75736 2.87868 5.87868C3.75736 5 5.17157 5 8 5H16C18.8284 5 20.2426 5 21.1213 5.87868C22 6.75736 22 8.17157 22 11V13C22 15.8284 22 17.2426 21.1213 18.1213C20.2426 19 18.8284 19 16 19H8C5.17157 19 3.75736 19 2.87868 18.1213C2 17.2426 2 15.8284 2 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 5L9.45858 3.61345C9.43124 3.54345 9.41757 3.50845 9.40111 3.47421C9.38465 3.43997 9.36672 3.40897 9.33088 3.34696C9.14894 3.03225 9.03695 2.86285 8.841 2.75067C8.2572 2.41644 6.7428 2.41644 6.159 2.75067C5.96305 2.86285 5.85106 3.03225 5.66912 3.34697C5.63328 3.40897 5.61535 3.43997 5.59889 3.47421C5.58243 3.50845 5.56876 3.54345 5.54142 3.61345L5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.50488 9.99023L6.50488 14.0055M17.4983 10.0127V13.9832M9.48831 10.74H9.50696M9.48831 13.2463H9.50696M13.0074 13.9832H14.4843C14.7605 13.9832 14.9843 13.7593 14.9843 13.4832V10.5127C14.9843 10.2366 14.7605 10.0127 14.4843 10.0127H13.0074C12.7313 10.0127 12.5074 10.2366 12.5074 10.5127V13.4832C12.5074 13.7593 12.7313 13.9832 13.0074 13.9832Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 19V21M19 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11C2 8.17157 2 6.75736 2.87868 5.87868C3.75736 5 5.17157 5 8 5H16C18.8284 5 20.2426 5 21.1213 5.87868C22 6.75736 22 8.17157 22 11V13C22 15.8284 22 17.2426 21.1213 18.1213C20.2426 19 18.8284 19 16 19H8C5.17157 19 3.75736 19 2.87868 18.1213C2 17.2426 2 15.8284 2 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 5L9.45858 3.61345C9.43124 3.54345 9.41757 3.50845 9.40111 3.47421C9.38465 3.43997 9.36672 3.40897 9.33088 3.34696C9.14894 3.03225 9.03695 2.86285 8.841 2.75067C8.2572 2.41644 6.7428 2.41644 6.159 2.75067C5.96305 2.86285 5.85106 3.03225 5.66912 3.34697C5.63328 3.40897 5.61535 3.43997 5.59889 3.47421C5.58243 3.50845 5.56876 3.54345 5.54142 3.61345L5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.50488 9.99023L6.50488 14.0055M17.4983 10.0127V13.9832M9.48831 10.74H9.50696M9.48831 13.2463H9.50696M13.0074 13.9832H14.4843C14.7605 13.9832 14.9843 13.7593 14.9843 13.4832V10.5127C14.9843 10.2366 14.7605 10.0127 14.4843 10.0127H13.0074C12.7313 10.0127 12.5074 10.2366 12.5074 10.5127V13.4832C12.5074 13.7593 12.7313 13.9832 13.0074 13.9832Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-hourglass-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 4.99707C5 8.85894 8.13401 11.9896 12 11.9896C8.13401 11.9896 5 15.1203 5 18.9821V21.9789M19 18.9821V21.9789%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 21.9785H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 21.9787%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5625 1.97559H20.0625M16.0405 10.966C16.7103 10.4163 18.2094 9.30152 18.8236 6.77666C19.097 5.65271 19.027 3.57557 19.027 1.97559%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 4.99707C5 8.85894 8.13401 11.9896 12 11.9896C8.13401 11.9896 5 15.1203 5 18.9821V21.9789M19 18.9821V21.9789%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 21.9785H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 21.9787%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5625 1.97559H20.0625M16.0405 10.966C16.7103 10.4163 18.2094 9.30152 18.8236 6.77666C19.097 5.65271 19.027 3.57557 19.027 1.97559%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-hourglass{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 2V5C19 8.86599 15.866 12 12 12M5 2V5C5 8.86599 8.13401 12 12 12M12 12C15.866 12 19 15.134 19 19V22M12 12C8.13401 12 5 15.134 5 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 2H20M20 22H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 2V5C19 8.86599 15.866 12 12 12M5 2V5C5 8.86599 8.13401 12 12 12M12 12C15.866 12 19 15.134 19 19V22M12 12C8.13401 12 5 15.134 5 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 2H20M20 22H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-smart-watch-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 7.5C8 7.5 8.89734 5.92822 9.06196 4.01957C9.13851 3.13198 9.17678 2.68819 9.42636 2.43221C9.67594 2.17623 9.97701 2.14256 10.5792 2.07523C10.9774 2.03069 11.451 2 12 2C12.549 2 13.0226 2.03069 13.4208 2.07523C14.023 2.14256 14.3241 2.17623 14.5736 2.43221C14.8232 2.68819 14.8615 3.13198 14.938 4.01957C15.1027 5.92822 16 7.5 16 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16.5C16 16.5 15.1027 18.0718 14.938 19.9804C14.8615 20.868 14.8232 21.3118 14.5736 21.5678C14.3241 21.8238 14.023 21.8574 13.4208 21.9248C13.0226 21.9693 12.549 22 12 22C11.451 22 10.9774 21.9693 10.5792 21.9248C9.97701 21.8574 9.67594 21.8238 9.42636 21.5678C9.17678 21.3118 9.13851 20.868 9.06196 19.9804C8.89734 18.0718 8 16.5 8 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 7.5C8 7.5 8.89734 5.92822 9.06196 4.01957C9.13851 3.13198 9.17678 2.68819 9.42636 2.43221C9.67594 2.17623 9.97701 2.14256 10.5792 2.07523C10.9774 2.03069 11.451 2 12 2C12.549 2 13.0226 2.03069 13.4208 2.07523C14.023 2.14256 14.3241 2.17623 14.5736 2.43221C14.8232 2.68819 14.8615 3.13198 14.938 4.01957C15.1027 5.92822 16 7.5 16 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16.5C16 16.5 15.1027 18.0718 14.938 19.9804C14.8615 20.868 14.8232 21.3118 14.5736 21.5678C14.3241 21.8238 14.023 21.8574 13.4208 21.9248C13.0226 21.9693 12.549 22 12 22C11.451 22 10.9774 21.9693 10.5792 21.9248C9.97701 21.8574 9.67594 21.8238 9.42636 21.5678C9.17678 21.3118 9.13851 20.868 9.06196 19.9804C8.89734 18.0718 8 16.5 8 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-smart-watch-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 11C7 9.11438 7 8.17157 7.58579 7.58579C8.17157 7 9.11438 7 11 7H13C14.8856 7 15.8284 7 16.4142 7.58579C17 8.17157 17 9.11438 17 11V13C17 14.8856 17 15.8284 16.4142 16.4142C15.8284 17 14.8856 17 13 17H11C9.11438 17 8.17157 17 7.58579 16.4142C7 15.8284 7 14.8856 7 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 7C8.5 7 9.18904 5.66076 9.34422 4.00093C9.42833 3.10125 9.47038 2.6514 9.72393 2.39673C9.97748 2.14207 10.283 2.11215 10.8942 2.05231C11.217 2.0207 11.5863 2 12 2C12.4137 2 12.783 2.0207 13.1058 2.05231C13.717 2.11215 14.0225 2.14207 14.2761 2.39673C14.5296 2.6514 14.5717 3.10125 14.6558 4.00093C14.811 5.66076 15.5 7 15.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 17C15.5 17 14.811 18.3392 14.6558 19.9991C14.5717 20.8988 14.5296 21.3486 14.2761 21.6033C14.0225 21.8579 13.717 21.8879 13.1058 21.9477C12.783 21.9793 12.4137 22 12 22C11.5863 22 11.217 21.9793 10.8942 21.9477C10.283 21.8879 9.97748 21.8579 9.72393 21.6033C9.47038 21.3486 9.42833 20.8988 9.34422 19.9991C9.18904 18.3392 8.5 17 8.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 11C7 9.11438 7 8.17157 7.58579 7.58579C8.17157 7 9.11438 7 11 7H13C14.8856 7 15.8284 7 16.4142 7.58579C17 8.17157 17 9.11438 17 11V13C17 14.8856 17 15.8284 16.4142 16.4142C15.8284 17 14.8856 17 13 17H11C9.11438 17 8.17157 17 7.58579 16.4142C7 15.8284 7 14.8856 7 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 7C8.5 7 9.18904 5.66076 9.34422 4.00093C9.42833 3.10125 9.47038 2.6514 9.72393 2.39673C9.97748 2.14207 10.283 2.11215 10.8942 2.05231C11.217 2.0207 11.5863 2 12 2C12.4137 2 12.783 2.0207 13.1058 2.05231C13.717 2.11215 14.0225 2.14207 14.2761 2.39673C14.5296 2.6514 14.5717 3.10125 14.6558 4.00093C14.811 5.66076 15.5 7 15.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 17C15.5 17 14.811 18.3392 14.6558 19.9991C14.5717 20.8988 14.5296 21.3486 14.2761 21.6033C14.0225 21.8579 13.717 21.8879 13.1058 21.9477C12.783 21.9793 12.4137 22 12 22C11.5863 22 11.217 21.9793 10.8942 21.9477C10.283 21.8879 9.97748 21.8579 9.72393 21.6033C9.47038 21.3486 9.42833 20.8988 9.34422 19.9991C9.18904 18.3392 8.5 17 8.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-smart-watch-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 12C4.5 8.71252 4.5 7.06878 5.40796 5.96243C5.57418 5.75989 5.75989 5.57418 5.96243 5.40796C7.06878 4.5 8.71252 4.5 12 4.5C15.2875 4.5 16.9312 4.5 18.0376 5.40796C18.2401 5.57418 18.4258 5.75989 18.592 5.96243C19.5 7.06878 19.5 8.71252 19.5 12C19.5 15.2875 19.5 16.9312 18.592 18.0376C18.4258 18.2401 18.2401 18.4258 18.0376 18.592C16.9312 19.5 15.2875 19.5 12 19.5C8.71252 19.5 7.06878 19.5 5.96243 18.592C5.75989 18.4258 5.57418 18.2401 5.40796 18.0376C4.5 16.9312 4.5 15.2875 4.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 22H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.3881 9.33138C10.3267 8.78308 11.1459 9.00404 11.638 9.356C11.8398 9.50032 11.9406 9.57248 12 9.57248C12.0594 9.57248 12.1602 9.50032 12.362 9.356C12.8541 9.00404 13.6733 8.78308 14.6119 9.33138C15.8437 10.051 16.1224 12.425 13.2812 14.4278C12.74 14.8093 12.4694 15 12 15C11.5306 15 11.26 14.8093 10.7188 14.4278C7.8776 12.425 8.15632 10.051 9.3881 9.33138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 12C4.5 8.71252 4.5 7.06878 5.40796 5.96243C5.57418 5.75989 5.75989 5.57418 5.96243 5.40796C7.06878 4.5 8.71252 4.5 12 4.5C15.2875 4.5 16.9312 4.5 18.0376 5.40796C18.2401 5.57418 18.4258 5.75989 18.592 5.96243C19.5 7.06878 19.5 8.71252 19.5 12C19.5 15.2875 19.5 16.9312 18.592 18.0376C18.4258 18.2401 18.2401 18.4258 18.0376 18.592C16.9312 19.5 15.2875 19.5 12 19.5C8.71252 19.5 7.06878 19.5 5.96243 18.592C5.75989 18.4258 5.57418 18.2401 5.40796 18.0376C4.5 16.9312 4.5 15.2875 4.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 22H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.3881 9.33138C10.3267 8.78308 11.1459 9.00404 11.638 9.356C11.8398 9.50032 11.9406 9.57248 12 9.57248C12.0594 9.57248 12.1602 9.50032 12.362 9.356C12.8541 9.00404 13.6733 8.78308 14.6119 9.33138C15.8437 10.051 16.1224 12.425 13.2812 14.4278C12.74 14.8093 12.4694 15 12 15C11.5306 15 11.26 14.8093 10.7188 14.4278C7.8776 12.425 8.15632 10.051 9.3881 9.33138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-smart-watch-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 12C4.5 8.71252 4.5 7.06878 5.40796 5.96243C5.57418 5.75989 5.75989 5.57418 5.96243 5.40796C7.06878 4.5 8.71252 4.5 12 4.5C15.2875 4.5 16.9312 4.5 18.0376 5.40796C18.2401 5.57418 18.4258 5.75989 18.592 5.96243C19.5 7.06878 19.5 8.71252 19.5 12C19.5 15.2875 19.5 16.9312 18.592 18.0376C18.4258 18.2401 18.2401 18.4258 18.0376 18.592C16.9312 19.5 15.2875 19.5 12 19.5C8.71252 19.5 7.06878 19.5 5.96243 18.592C5.75989 18.4258 5.57418 18.2401 5.40796 18.0376C4.5 16.9312 4.5 15.2875 4.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 22H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 10L13 13M15 9L11 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 12C4.5 8.71252 4.5 7.06878 5.40796 5.96243C5.57418 5.75989 5.75989 5.57418 5.96243 5.40796C7.06878 4.5 8.71252 4.5 12 4.5C15.2875 4.5 16.9312 4.5 18.0376 5.40796C18.2401 5.57418 18.4258 5.75989 18.592 5.96243C19.5 7.06878 19.5 8.71252 19.5 12C19.5 15.2875 19.5 16.9312 18.592 18.0376C18.4258 18.2401 18.2401 18.4258 18.0376 18.592C16.9312 19.5 15.2875 19.5 12 19.5C8.71252 19.5 7.06878 19.5 5.96243 18.592C5.75989 18.4258 5.57418 18.2401 5.40796 18.0376C4.5 16.9312 4.5 15.2875 4.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 22H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 10L13 13M15 9L11 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-stop-watch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 5.5L19 4.5M5 4.5L6 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2213%22 r%3D%229%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9.5V13.5L14 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3.5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 5.5L19 4.5M5 4.5L6 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2213%22 r%3D%229%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9.5V13.5L14 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3.5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-time-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0078 10.5082C11.1794 10.5082 10.5078 11.1798 10.5078 12.0082C10.5078 12.8366 11.1794 13.5082 12.0078 13.5082C12.8362 13.5082 13.5078 12.8366 13.5078 12.0082C13.5078 11.1798 12.8362 10.5082 12.0078 10.5082ZM12.0078 10.5082V6.99902M15.0147 15.0198L13.0661 13.0712%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0078 10.5082C11.1794 10.5082 10.5078 11.1798 10.5078 12.0082C10.5078 12.8366 11.1794 13.5082 12.0078 13.5082C12.8362 13.5082 13.5078 12.8366 13.5078 12.0082C13.5078 11.1798 12.8362 10.5082 12.0078 10.5082ZM12.0078 10.5082V6.99902M15.0147 15.0198L13.0661 13.0712%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-time-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.0078 10.5082C11.1794 10.5082 10.5078 11.1798 10.5078 12.0082C10.5078 12.8366 11.1794 13.5082 12.0078 13.5082C12.8362 13.5082 13.5078 12.8366 13.5078 12.0082C13.5078 11.1798 12.8362 10.5082 12.0078 10.5082ZM12.0078 10.5082V6.99902M15.0147 15.0198L13.0661 13.0712%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.0078 10.5082C11.1794 10.5082 10.5078 11.1798 10.5078 12.0082C10.5078 12.8366 11.1794 13.5082 12.0078 13.5082C12.8362 13.5082 13.5078 12.8366 13.5078 12.0082C13.5078 11.1798 12.8362 10.5082 12.0078 10.5082ZM12.0078 10.5082V6.99902M15.0147 15.0198L13.0661 13.0712%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-time-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9L13.0001 12.9996M16 8L11 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9L13.0001 12.9996M16 8L11 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-time-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 9.5L12.9999 12.9996M16 8L11 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 9.5L12.9999 12.9996M16 8L11 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-time-half-pass{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.76938 2.5C8.4973 2.59728 8.23058 2.70543 7.96979 2.8239M5.42501 4.46566C5.19851 4.66428 4.98106 4.87255 4.77334 5.08979M3.03178 7.56476C2.84599 7.93804 2.68313 8.32421 2.54498 8.72152M2.01608 11.3914C1.99387 11.7808 1.99471 12.1778 2.01835 12.5673M2.56845 15.2658C2.70147 15.6396 2.85641 16.0035 3.03178 16.3558M4.69086 18.7435C4.93508 19.005 5.19323 19.2539 5.46415 19.4891M7.77635 21.0064C8.17073 21.1954 8.57927 21.3606 9 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5M12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5M12 13.5V16M12 10.5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.76938 2.5C8.4973 2.59728 8.23058 2.70543 7.96979 2.8239M5.42501 4.46566C5.19851 4.66428 4.98106 4.87255 4.77334 5.08979M3.03178 7.56476C2.84599 7.93804 2.68313 8.32421 2.54498 8.72152M2.01608 11.3914C1.99387 11.7808 1.99471 12.1778 2.01835 12.5673M2.56845 15.2658C2.70147 15.6396 2.85641 16.0035 3.03178 16.3558M4.69086 18.7435C4.93508 19.005 5.19323 19.2539 5.46415 19.4891M7.77635 21.0064C8.17073 21.1954 8.57927 21.3606 9 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5M12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5M12 13.5V16M12 10.5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-time-quarter-pass{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.37574 3C8.16183 3.07993 7.95146 3.16712 7.74492 3.26126M20.7177 16.3011C20.8199 16.0799 20.9141 15.8542 21 15.6245M18.4988 19.3647C18.6705 19.2044 18.8365 19.0381 18.9963 18.866M15.2689 21.3723C15.463 21.2991 15.6541 21.22 15.8421 21.1351M12.156 21.9939C11.9251 22.0019 11.6926 22.0019 11.4616 21.9939M7.78731 21.1404C7.96811 21.2217 8.15183 21.2978 8.33825 21.3683M4.67255 18.9208C4.80924 19.0657 4.95029 19.2064 5.0955 19.3428M2.6327 15.6645C2.70758 15.8622 2.78867 16.0569 2.87572 16.2483M2.00497 12.5053C1.99848 12.2972 1.9985 12.0878 2.00497 11.8794M2.62545 8.73714C2.69901 8.54165 2.77864 8.34913 2.8641 8.1598M4.65602 5.47923C4.80068 5.32514 4.95025 5.17573 5.1045 5.03124%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5M13.5 12C13.5 11.1716 12.8284 10.5 12 10.5M13.5 12H16M12 10.5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.37574 3C8.16183 3.07993 7.95146 3.16712 7.74492 3.26126M20.7177 16.3011C20.8199 16.0799 20.9141 15.8542 21 15.6245M18.4988 19.3647C18.6705 19.2044 18.8365 19.0381 18.9963 18.866M15.2689 21.3723C15.463 21.2991 15.6541 21.22 15.8421 21.1351M12.156 21.9939C11.9251 22.0019 11.6926 22.0019 11.4616 21.9939M7.78731 21.1404C7.96811 21.2217 8.15183 21.2978 8.33825 21.3683M4.67255 18.9208C4.80924 19.0657 4.95029 19.2064 5.0955 19.3428M2.6327 15.6645C2.70758 15.8622 2.78867 16.0569 2.87572 16.2483M2.00497 12.5053C1.99848 12.2972 1.9985 12.0878 2.00497 11.8794M2.62545 8.73714C2.69901 8.54165 2.77864 8.34913 2.8641 8.1598M4.65602 5.47923C4.80068 5.32514 4.95025 5.17573 5.1045 5.03124%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5M13.5 12C13.5 11.1716 12.8284 10.5 12 10.5M13.5 12H16M12 10.5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-time-quarter{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 15C2.14277 15.4274 2.31023 15.8431 2.50062 16.2452M4.12547 18.7463C4.44158 19.1137 4.781 19.4596 5.14137 19.7814M9 22C8.55224 21.8557 8.11701 21.6824 7.69641 21.4822%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12M12 13.5C11.1716 13.5 10.5 12.8284 10.5 12M12 13.5V16M10.5 12H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 15C2.14277 15.4274 2.31023 15.8431 2.50062 16.2452M4.12547 18.7463C4.44158 19.1137 4.781 19.4596 5.14137 19.7814M9 22C8.55224 21.8557 8.11701 21.6824 7.69641 21.4822%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12M12 13.5C11.1716 13.5 10.5 12.8284 10.5 12M12 13.5V16M10.5 12H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-time-schedule{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 8V12L13.5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5454 16.4534C21.1818 17.337 22 17.7789 22 18.5C22 19.2211 21.1818 19.663 19.5454 20.5466L18.4311 21.1484C17.1744 21.827 16.5461 22.1663 16.2439 21.9196C15.504 21.3154 16.6567 19.7561 16.9403 19.2037C17.2277 18.644 17.2225 18.3459 16.9403 17.7963C16.6567 17.2439 15.504 15.6846 16.2439 15.0804C16.5461 14.8337 17.1744 15.173 18.4311 15.8516L19.5454 16.4534Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.0261 21.948C12.6888 21.9824 12.3464 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 12.6849 21.9311 13.3538 21.8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 8V12L13.5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5454 16.4534C21.1818 17.337 22 17.7789 22 18.5C22 19.2211 21.1818 19.663 19.5454 20.5466L18.4311 21.1484C17.1744 21.827 16.5461 22.1663 16.2439 21.9196C15.504 21.3154 16.6567 19.7561 16.9403 19.2037C17.2277 18.644 17.2225 18.3459 16.9403 17.7963C16.6567 17.2439 15.504 15.6846 16.2439 15.0804C16.5461 14.8337 17.1744 15.173 18.4311 15.8516L19.5454 16.4534Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.0261 21.948C12.6888 21.9824 12.3464 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 12.6849 21.9311 13.3538 21.8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-timer-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0809 13.152L8 7L13.4196 11.2796C14.1901 11.888 14.1941 13.0472 13.4277 13.6607C12.6614 14.2743 11.5189 14.0266 11.0809 13.152Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 4.81986C3.14864 6.63888 2 9.17371 2 11.9774C2 17.5127 6.47715 22 12 22C17.5228 22 22 17.5127 22 11.9774C22 7.12406 18.5581 3.07642 13.9872 2.15274C13.1512 1.9838 12.7332 1.89933 12.3666 2.20008C12 2.50083 12 2.987 12 3.95935V4.96161%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0809 13.152L8 7L13.4196 11.2796C14.1901 11.888 14.1941 13.0472 13.4277 13.6607C12.6614 14.2743 11.5189 14.0266 11.0809 13.152Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 4.81986C3.14864 6.63888 2 9.17371 2 11.9774C2 17.5127 6.47715 22 12 22C17.5228 22 22 17.5127 22 11.9774C22 7.12406 18.5581 3.07642 13.9872 2.15274C13.1512 1.9838 12.7332 1.89933 12.3666 2.20008C12 2.50083 12 2.987 12 3.95935V4.96161%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-timer-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 22H13C17.9706 22 22 17.9706 22 13C22 8.02944 17.9706 4 13 4C8.36745 4 4.49744 7.50005 4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 5.5L19.5 4.5M5.5 4.5L6.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 9L13.5607 11.9393M13.5607 11.9393C13.2892 11.6679 12.9142 11.5 12.5 11.5C11.6716 11.5 11 12.1716 11 13C11 13.8284 11.6716 14.5 12.5 14.5C13.3284 14.5 14 13.8284 14 13C14 12.5858 13.8321 12.2108 13.5607 11.9393Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 3.5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 2H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 19H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 22H13C17.9706 22 22 17.9706 22 13C22 8.02944 17.9706 4 13 4C8.36745 4 4.49744 7.50005 4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 5.5L19.5 4.5M5.5 4.5L6.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 9L13.5607 11.9393M13.5607 11.9393C13.2892 11.6679 12.9142 11.5 12.5 11.5C11.6716 11.5 11 12.1716 11 13C11 13.8284 11.6716 14.5 12.5 14.5C13.3284 14.5 14 13.8284 14 13C14 12.5858 13.8321 12.2108 13.5607 11.9393Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 3.5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 2H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 19H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-watch-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%227%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 6L15.7276 4.91043C15.3931 3.5724 15.2258 2.90339 14.7499 2.49004C14.6973 2.44433 14.6423 2.40141 14.5852 2.36145C14.0688 2 13.3792 2 12 2C10.6208 2 9.93119 2 9.41476 2.36145C9.35765 2.40141 9.30268 2.44433 9.25006 2.49004C8.77415 2.90339 8.6069 3.5724 8.27239 4.91043L8 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 18L8.27239 19.0896C8.6069 20.4276 8.77415 21.0966 9.25006 21.51C9.30268 21.5557 9.35765 21.5986 9.41476 21.6386C9.93119 22 10.6208 22 12 22C13.3792 22 14.0688 22 14.5852 21.6386C14.6423 21.5986 14.6973 21.5557 14.7499 21.51C15.2258 21.0966 15.3931 20.4276 15.7276 19.0896L16 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 10V12.005L13 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%227%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 6L15.7276 4.91043C15.3931 3.5724 15.2258 2.90339 14.7499 2.49004C14.6973 2.44433 14.6423 2.40141 14.5852 2.36145C14.0688 2 13.3792 2 12 2C10.6208 2 9.93119 2 9.41476 2.36145C9.35765 2.40141 9.30268 2.44433 9.25006 2.49004C8.77415 2.90339 8.6069 3.5724 8.27239 4.91043L8 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 18L8.27239 19.0896C8.6069 20.4276 8.77415 21.0966 9.25006 21.51C9.30268 21.5557 9.35765 21.5986 9.41476 21.6386C9.93119 22 10.6208 22 12 22C13.3792 22 14.0688 22 14.5852 21.6386C14.6423 21.5986 14.6973 21.5557 14.7499 21.51C15.2258 21.0966 15.3931 20.4276 15.7276 19.0896L16 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 10V12.005L13 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-date-and-time-icons-watch-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 12C6 9.17157 6 7.75736 6.87868 6.87868C7.75736 6 9.17157 6 12 6C14.8284 6 16.2426 6 17.1213 6.87868C18 7.75736 18 9.17157 18 12C18 14.8284 18 16.2426 17.1213 17.1213C16.2426 18 14.8284 18 12 18C9.17157 18 7.75736 18 6.87868 17.1213C6 16.2426 6 14.8284 6 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 6L15.7276 4.91043C15.3931 3.5724 15.2258 2.90339 14.7499 2.49004C14.6973 2.44433 14.6423 2.40141 14.5852 2.36145C14.0688 2 13.3792 2 12 2C10.6208 2 9.93119 2 9.41476 2.36145C9.35765 2.40141 9.30268 2.44433 9.25006 2.49004C8.77415 2.90339 8.6069 3.5724 8.27239 4.91043L8 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 18L8.27239 19.0896C8.6069 20.4276 8.77415 21.0966 9.25006 21.51C9.30268 21.5557 9.35765 21.5986 9.41476 21.6386C9.93119 22 10.6208 22 12 22C13.3792 22 14.0688 22 14.5852 21.6386C14.6423 21.5986 14.6973 21.5557 14.7499 21.51C15.2258 21.0966 15.3931 20.4276 15.7276 19.0896L16 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 10V12.005L13 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 12C6 9.17157 6 7.75736 6.87868 6.87868C7.75736 6 9.17157 6 12 6C14.8284 6 16.2426 6 17.1213 6.87868C18 7.75736 18 9.17157 18 12C18 14.8284 18 16.2426 17.1213 17.1213C16.2426 18 14.8284 18 12 18C9.17157 18 7.75736 18 6.87868 17.1213C6 16.2426 6 14.8284 6 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 6L15.7276 4.91043C15.3931 3.5724 15.2258 2.90339 14.7499 2.49004C14.6973 2.44433 14.6423 2.40141 14.5852 2.36145C14.0688 2 13.3792 2 12 2C10.6208 2 9.93119 2 9.41476 2.36145C9.35765 2.40141 9.30268 2.44433 9.25006 2.49004C8.77415 2.90339 8.6069 3.5724 8.27239 4.91043L8 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 18L8.27239 19.0896C8.6069 20.4276 8.77415 21.0966 9.25006 21.51C9.30268 21.5557 9.35765 21.5986 9.41476 21.6386C9.93119 22 10.6208 22 12 22C13.3792 22 14.0688 22 14.5852 21.6386C14.6423 21.5986 14.6973 21.5557 14.7499 21.51C15.2258 21.0966 15.3931 20.4276 15.7276 19.0896L16 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 10V12.005L13 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-3d-view{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 11.5C12.4955 11.5 12.9562 11.3015 13.8775 10.9045L14.5423 10.618C16.1808 9.91202 17 9.55902 17 9C17 8.44098 16.1808 8.08798 14.5423 7.38197L13.8775 7.09549C12.9562 6.6985 12.4955 6.5 12 6.5C11.5045 6.5 11.0438 6.6985 10.1225 7.09549L9.45768 7.38197C7.81923 8.08798 7 8.44098 7 9C7 9.55902 7.81923 9.91202 9.45768 10.618L10.1225 10.9045C11.0438 11.3015 11.5045 11.5 12 11.5ZM12 11.5V17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9V15C17 15.559 16.1808 15.912 14.5423 16.618L13.8775 16.9045C12.9562 17.3015 12.4955 17.5 12 17.5C11.5045 17.5 11.0438 17.3015 10.1225 16.9045L9.45768 16.618C7.81923 15.912 7 15.559 7 15V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.14426 2.5C6.48724 2.56075 4.93529 2.81456 3.87493 3.87493C2.81456 4.93529 2.56075 6.48724 2.5 9.14426M14.8557 2.5C17.5128 2.56075 19.0647 2.81456 20.1251 3.87493C21.1854 4.93529 21.4392 6.48724 21.5 9.14426M14.8557 21.5C17.5128 21.4392 19.0647 21.1854 20.1251 20.1251C21.1854 19.0647 21.4392 17.5128 21.5 14.8557M9.14426 21.5C6.48724 21.4392 4.93529 21.1854 3.87493 20.1251C2.81456 19.0647 2.56075 17.5128 2.5 14.8557%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 11.5C12.4955 11.5 12.9562 11.3015 13.8775 10.9045L14.5423 10.618C16.1808 9.91202 17 9.55902 17 9C17 8.44098 16.1808 8.08798 14.5423 7.38197L13.8775 7.09549C12.9562 6.6985 12.4955 6.5 12 6.5C11.5045 6.5 11.0438 6.6985 10.1225 7.09549L9.45768 7.38197C7.81923 8.08798 7 8.44098 7 9C7 9.55902 7.81923 9.91202 9.45768 10.618L10.1225 10.9045C11.0438 11.3015 11.5045 11.5 12 11.5ZM12 11.5V17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9V15C17 15.559 16.1808 15.912 14.5423 16.618L13.8775 16.9045C12.9562 17.3015 12.4955 17.5 12 17.5C11.5045 17.5 11.0438 17.3015 10.1225 16.9045L9.45768 16.618C7.81923 15.912 7 15.559 7 15V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.14426 2.5C6.48724 2.56075 4.93529 2.81456 3.87493 3.87493C2.81456 4.93529 2.56075 6.48724 2.5 9.14426M14.8557 2.5C17.5128 2.56075 19.0647 2.81456 20.1251 3.87493C21.1854 4.93529 21.4392 6.48724 21.5 9.14426M14.8557 21.5C17.5128 21.4392 19.0647 21.1854 20.1251 20.1251C21.1854 19.0647 21.4392 17.5128 21.5 14.8557M9.14426 21.5C6.48724 21.4392 4.93529 21.1854 3.87493 20.1251C2.81456 19.0647 2.56075 17.5128 2.5 14.8557%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-airdrop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2211%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 17.001C2.74418 15.3295 2 13.2516 2 11C2 5.47715 6.47715 1 12 1C17.5228 1 22 5.47715 22 11C22 13.2516 21.2558 15.3295 20 17.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.52779 15C6.57771 13.9385 6 12.5367 6 11C6 7.68629 8.68629 5 12 5C15.3137 5 18 7.68629 18 11C18 12.5367 17.4223 13.9385 16.4722 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.95154 17.8759C10.7222 16.758 11.1076 16.199 11.6078 16.0553C11.8644 15.9816 12.1356 15.9816 12.3922 16.0553C12.8924 16.199 13.2778 16.758 14.0485 17.8759C15.074 19.3633 15.5867 20.1071 15.488 20.727C15.4379 21.0414 15.2938 21.3315 15.076 21.5565C14.6465 22 13.7643 22 12 22C10.2357 22 9.35352 22 8.92399 21.5565C8.70617 21.3315 8.56205 21.0414 8.512 20.727C8.4133 20.1071 8.92605 19.3633 9.95154 17.8759Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2211%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 17.001C2.74418 15.3295 2 13.2516 2 11C2 5.47715 6.47715 1 12 1C17.5228 1 22 5.47715 22 11C22 13.2516 21.2558 15.3295 20 17.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.52779 15C6.57771 13.9385 6 12.5367 6 11C6 7.68629 8.68629 5 12 5C15.3137 5 18 7.68629 18 11C18 12.5367 17.4223 13.9385 16.4722 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.95154 17.8759C10.7222 16.758 11.1076 16.199 11.6078 16.0553C11.8644 15.9816 12.1356 15.9816 12.3922 16.0553C12.8924 16.199 13.2778 16.758 14.0485 17.8759C15.074 19.3633 15.5867 20.1071 15.488 20.727C15.4379 21.0414 15.2938 21.3315 15.076 21.5565C14.6465 22 13.7643 22 12 22C10.2357 22 9.35352 22 8.92399 21.5565C8.70617 21.3315 8.56205 21.0414 8.512 20.727C8.4133 20.1071 8.92605 19.3633 9.95154 17.8759Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-airplane-mode-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.1795 13.8261L12.9201 16.1149C12.8261 16.9448 12.779 17.3598 12.915 17.7398C13.2335 18.63 14.3149 19.3591 14.9753 20.0066C15.3403 20.3644 15.7386 21.3934 15.3224 21.8613C15.0655 22.1503 14.6481 21.9157 14.3609 21.803L11.5952 20.7184C11.2645 20.5887 11.0991 20.5239 10.9255 20.5239C10.7519 20.5239 10.5865 20.5887 10.2558 20.7184L7.49016 21.803C7.20291 21.9157 6.78553 22.1503 6.52858 21.8613C6.11239 21.3934 6.51073 20.3644 6.87572 20.0066C7.53614 19.3591 8.61751 18.63 8.936 17.7398C9.07199 17.3598 9.02496 16.9448 8.93091 16.1149L8.67153 13.8261L2.89514 15.1587C2.29655 15.2968 1.99982 15.1155 2 14.4391C2.00033 13.1971 2.39739 12.537 3.40543 11.9183L6.6995 9.89656C7.25228 9.55783 7.52868 9.38846 7.71947 9.15616C7.99925 8.81552 8 8 8 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 4C8.97199 3.18656 9.71851 2.43508 10.4363 2.11845C10.7943 1.96052 11.205 1.96052 11.5631 2.11845C12.7263 2.63158 13.8803 4.28671 14.0089 5.49686C14.133 6.66595 13.3998 8.15082 14.2324 9.15616C14.4248 9.38846 14.7035 9.55783 15.2609 9.89656L18.5826 11.9182C19.5993 12.5369 19.9997 13.1973 19.9997 14.4395C19.9997 14.9429 19.5 15.5 19.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.1795 13.8261L12.9201 16.1149C12.8261 16.9448 12.779 17.3598 12.915 17.7398C13.2335 18.63 14.3149 19.3591 14.9753 20.0066C15.3403 20.3644 15.7386 21.3934 15.3224 21.8613C15.0655 22.1503 14.6481 21.9157 14.3609 21.803L11.5952 20.7184C11.2645 20.5887 11.0991 20.5239 10.9255 20.5239C10.7519 20.5239 10.5865 20.5887 10.2558 20.7184L7.49016 21.803C7.20291 21.9157 6.78553 22.1503 6.52858 21.8613C6.11239 21.3934 6.51073 20.3644 6.87572 20.0066C7.53614 19.3591 8.61751 18.63 8.936 17.7398C9.07199 17.3598 9.02496 16.9448 8.93091 16.1149L8.67153 13.8261L2.89514 15.1587C2.29655 15.2968 1.99982 15.1155 2 14.4391C2.00033 13.1971 2.39739 12.537 3.40543 11.9183L6.6995 9.89656C7.25228 9.55783 7.52868 9.38846 7.71947 9.15616C7.99925 8.81552 8 8 8 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 4C8.97199 3.18656 9.71851 2.43508 10.4363 2.11845C10.7943 1.96052 11.205 1.96052 11.5631 2.11845C12.7263 2.63158 13.8803 4.28671 14.0089 5.49686C14.133 6.66595 13.3998 8.15082 14.2324 9.15616C14.4248 9.38846 14.7035 9.55783 15.2609 9.89656L18.5826 11.9182C19.5993 12.5369 19.9997 13.1973 19.9997 14.4395C19.9997 14.9429 19.5 15.5 19.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-airplane-mode{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.41712 11.9183L7.73859 9.89656C8.29597 9.55783 8.57467 9.38846 8.76705 9.15616C9.59962 8.15082 8.86644 6.66595 8.99059 5.49686C9.1191 4.28671 10.2731 2.63158 11.4364 2.11845C11.7944 1.96052 12.2051 1.96052 12.5631 2.11845C13.7264 2.63158 14.8804 4.28671 15.0089 5.49686C15.1331 6.66595 14.3999 8.15082 15.2325 9.15616C15.4248 9.38846 15.7035 9.55783 16.2609 9.89656L19.5827 11.9182C20.5993 12.5369 20.9998 13.1973 20.9998 14.4395C20.9998 15.1156 20.7006 15.2968 20.0973 15.1588L14.2725 13.8261L14.0109 16.1149C13.9161 16.9448 13.8687 17.3598 14.0058 17.7398C14.327 18.63 15.4173 19.3591 16.0832 20.0066C16.4513 20.3644 16.8529 21.3934 16.4333 21.8613C16.1742 22.1503 15.7533 21.9157 15.4637 21.803L12.675 20.7184C12.3416 20.5887 12.1748 20.5239 11.9998 20.5239C11.8247 20.5239 11.6579 20.5887 11.3245 20.7184L8.53584 21.803C8.24619 21.9157 7.82534 22.1503 7.56625 21.8613C7.1466 21.3934 7.54825 20.3644 7.91628 20.0066C8.5822 19.3591 9.67255 18.63 9.9937 17.7398C10.1308 17.3598 10.0834 16.9448 9.98857 16.1149L9.72703 13.8261L3.90259 15.1587C3.29902 15.2968 2.99982 15.1155 3.00001 14.4391C3.00034 13.1971 3.4007 12.537 4.41712 11.9183Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.41712 11.9183L7.73859 9.89656C8.29597 9.55783 8.57467 9.38846 8.76705 9.15616C9.59962 8.15082 8.86644 6.66595 8.99059 5.49686C9.1191 4.28671 10.2731 2.63158 11.4364 2.11845C11.7944 1.96052 12.2051 1.96052 12.5631 2.11845C13.7264 2.63158 14.8804 4.28671 15.0089 5.49686C15.1331 6.66595 14.3999 8.15082 15.2325 9.15616C15.4248 9.38846 15.7035 9.55783 16.2609 9.89656L19.5827 11.9182C20.5993 12.5369 20.9998 13.1973 20.9998 14.4395C20.9998 15.1156 20.7006 15.2968 20.0973 15.1588L14.2725 13.8261L14.0109 16.1149C13.9161 16.9448 13.8687 17.3598 14.0058 17.7398C14.327 18.63 15.4173 19.3591 16.0832 20.0066C16.4513 20.3644 16.8529 21.3934 16.4333 21.8613C16.1742 22.1503 15.7533 21.9157 15.4637 21.803L12.675 20.7184C12.3416 20.5887 12.1748 20.5239 11.9998 20.5239C11.8247 20.5239 11.6579 20.5887 11.3245 20.7184L8.53584 21.803C8.24619 21.9157 7.82534 22.1503 7.56625 21.8613C7.1466 21.3934 7.54825 20.3644 7.91628 20.0066C8.5822 19.3591 9.67255 18.63 9.9937 17.7398C10.1308 17.3598 10.0834 16.9448 9.98857 16.1149L9.72703 13.8261L3.90259 15.1587C3.29902 15.2968 2.99982 15.1155 3.00001 14.4391C3.00034 13.1971 3.4007 12.537 4.41712 11.9183Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-airplay-line{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 18C3.96555 17.8228 3.53433 17.5662 3.17157 17.1945C2 15.994 2 14.0618 2 10.1975C2 6.33316 2 4.40099 3.17157 3.2005C4.34315 2 6.22876 2 10 2H14C17.7712 2 19.6569 2 20.8284 3.2005C22 4.40099 22 6.33316 22 10.1975C22 14.0618 22 15.994 20.8284 17.1945C20.4657 17.5662 20.0345 17.8228 19.5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.91499 16.7661C10.1081 15.0762 10.7046 14.2312 11.5143 14.0528C11.8336 13.9824 12.1664 13.9824 12.4857 14.0528C13.2954 14.2312 13.8919 15.0762 15.085 16.7661C16.4811 18.7436 17.1791 19.7324 16.9605 20.5425C16.875 20.8594 16.7031 21.151 16.4611 21.3897C15.8425 22 14.5617 22 12 22C9.43831 22 8.15747 22 7.5389 21.3897C7.29691 21.151 7.12502 20.8594 7.03949 20.5425C6.82085 19.7324 7.5189 18.7436 8.91499 16.7661Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 18C3.96555 17.8228 3.53433 17.5662 3.17157 17.1945C2 15.994 2 14.0618 2 10.1975C2 6.33316 2 4.40099 3.17157 3.2005C4.34315 2 6.22876 2 10 2H14C17.7712 2 19.6569 2 20.8284 3.2005C22 4.40099 22 6.33316 22 10.1975C22 14.0618 22 15.994 20.8284 17.1945C20.4657 17.5662 20.0345 17.8228 19.5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.91499 16.7661C10.1081 15.0762 10.7046 14.2312 11.5143 14.0528C11.8336 13.9824 12.1664 13.9824 12.4857 14.0528C13.2954 14.2312 13.8919 15.0762 15.085 16.7661C16.4811 18.7436 17.1791 19.7324 16.9605 20.5425C16.875 20.8594 16.7031 21.151 16.4611 21.3897C15.8425 22 14.5617 22 12 22C9.43831 22 8.15747 22 7.5389 21.3897C7.29691 21.151 7.12502 20.8594 7.03949 20.5425C6.82085 19.7324 7.5189 18.7436 8.91499 16.7661Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-airpod-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 9H7.25M21.5 9H16.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 7.75H15V6.25H9V7.75ZM15 10.25H9V11.75H15V10.25ZM9 10.25C8.30964 10.25 7.75 9.69036 7.75 9H6.25C6.25 10.5188 7.48122 11.75 9 11.75V10.25ZM16.25 9C16.25 9.69036 15.6904 10.25 15 10.25V11.75C16.5188 11.75 17.75 10.5188 17.75 9H16.25ZM15 7.75C15.6904 7.75 16.25 8.30964 16.25 9H17.75C17.75 7.48122 16.5188 6.25 15 6.25V7.75ZM9 6.25C7.48122 6.25 6.25 7.48122 6.25 9H7.75C7.75 8.30964 8.30964 7.75 9 7.75V6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 9H7.25M21.5 9H16.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 7.75H15V6.25H9V7.75ZM15 10.25H9V11.75H15V10.25ZM9 10.25C8.30964 10.25 7.75 9.69036 7.75 9H6.25C6.25 10.5188 7.48122 11.75 9 11.75V10.25ZM16.25 9C16.25 9.69036 15.6904 10.25 15 10.25V11.75C16.5188 11.75 17.75 10.5188 17.75 9H16.25ZM15 7.75C15.6904 7.75 16.25 8.30964 16.25 9H17.75C17.75 7.48122 16.5188 6.25 15 6.25V7.75ZM9 6.25C7.48122 6.25 6.25 7.48122 6.25 9H7.75C7.75 8.30964 8.30964 7.75 9 7.75V6.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-airpod-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 7H7.25M21.5 7H16.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 7V6.25H6.25V7H7ZM17 7H17.75V6.25H17V7ZM7.43934 10.0607L6.90901 10.591L7.43934 10.0607ZM16.5607 10.0607L16.0303 9.53033L16.5607 10.0607ZM7 7.75H17V6.25H7V7.75ZM16.25 7V7.5H17.75V7H16.25ZM14 9.75H10V11.25H14V9.75ZM7.75 7.5V7H6.25V7.5H7.75ZM10 9.75C9.27169 9.75 8.80091 9.74841 8.45403 9.70177C8.12872 9.65803 8.02676 9.58742 7.96967 9.53033L6.90901 10.591C7.29126 10.9732 7.76252 11.1223 8.25416 11.1884C8.72422 11.2516 9.3141 11.25 10 11.25V9.75ZM6.25 7.5C6.25 8.1859 6.24841 8.77578 6.31161 9.24584C6.3777 9.73748 6.52676 10.2087 6.90901 10.591L7.96967 9.53033C7.91258 9.47324 7.84197 9.37128 7.79823 9.04597C7.75159 8.69909 7.75 8.22831 7.75 7.5H6.25ZM16.25 7.5C16.25 8.22831 16.2484 8.69909 16.2018 9.04597C16.158 9.37128 16.0874 9.47324 16.0303 9.53033L17.091 10.591C17.4732 10.2087 17.6223 9.73748 17.6884 9.24584C17.7516 8.77578 17.75 8.1859 17.75 7.5H16.25ZM14 11.25C14.6859 11.25 15.2758 11.2516 15.7458 11.1884C16.2375 11.1223 16.7087 10.9732 17.091 10.591L16.0303 9.53033C15.9732 9.58742 15.8713 9.65803 15.546 9.70177C15.1991 9.74841 14.7283 9.75 14 9.75V11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 14H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 7H7.25M21.5 7H16.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 7V6.25H6.25V7H7ZM17 7H17.75V6.25H17V7ZM7.43934 10.0607L6.90901 10.591L7.43934 10.0607ZM16.5607 10.0607L16.0303 9.53033L16.5607 10.0607ZM7 7.75H17V6.25H7V7.75ZM16.25 7V7.5H17.75V7H16.25ZM14 9.75H10V11.25H14V9.75ZM7.75 7.5V7H6.25V7.5H7.75ZM10 9.75C9.27169 9.75 8.80091 9.74841 8.45403 9.70177C8.12872 9.65803 8.02676 9.58742 7.96967 9.53033L6.90901 10.591C7.29126 10.9732 7.76252 11.1223 8.25416 11.1884C8.72422 11.2516 9.3141 11.25 10 11.25V9.75ZM6.25 7.5C6.25 8.1859 6.24841 8.77578 6.31161 9.24584C6.3777 9.73748 6.52676 10.2087 6.90901 10.591L7.96967 9.53033C7.91258 9.47324 7.84197 9.37128 7.79823 9.04597C7.75159 8.69909 7.75 8.22831 7.75 7.5H6.25ZM16.25 7.5C16.25 8.22831 16.2484 8.69909 16.2018 9.04597C16.158 9.37128 16.0874 9.47324 16.0303 9.53033L17.091 10.591C17.4732 10.2087 17.6223 9.73748 17.6884 9.24584C17.7516 8.77578 17.75 8.1859 17.75 7.5H16.25ZM14 11.25C14.6859 11.25 15.2758 11.2516 15.7458 11.1884C16.2375 11.1223 16.7087 10.9732 17.091 10.591L16.0303 9.53033C15.9732 9.58742 15.8713 9.65803 15.546 9.70177C15.1991 9.74841 14.7283 9.75 14 9.75V11.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 14H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-airpod-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.32988 10.8464C6.49701 11.1966 5.56172 11.2999 4.66667 11.112C3.0702 10.7768 2 9.71696 2 8.05582V6.12853C2 4.12164 3.52567 2.97998 5.55556 3.00027C7.81057 3.0228 10.5 4.76372 10.5 7.50659V19.4167C10.5 19.961 10.5 20.2332 10.3969 20.4423C10.1069 21.0304 9.48561 21 8.91667 21C8.34772 21 7.72646 21.0304 7.43646 20.4423C7.33333 20.2332 7.33333 19.961 7.33333 19.4167V11.1048C7.33333 11.0161 7.33224 10.93 7.32988 10.8464ZM7.32988 10.8464L7.33333 10.845M7.32988 10.8464C7.29694 9.68177 7 8.50004 6 8.50004%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.6701 10.8464C17.503 11.1965 18.4383 11.2999 19.3333 11.112C20.9298 10.7768 22 9.71694 22 8.0558V6.12851C22 4.12356 20.3874 2.98083 18.4444 3.00024C16.1894 3.02278 13.5 4.7637 13.5 7.50656V19.4167C13.5 19.961 13.5 20.2332 13.6031 20.4423C13.8931 21.0304 14.5144 21 15.0833 21C15.6523 21 16.2735 21.0304 16.5635 20.4423C16.6667 20.2332 16.6667 19.961 16.6667 19.4167V11.1048C16.6667 11.0161 16.6678 10.93 16.6701 10.8464ZM16.6701 10.8464L16.6667 10.845M16.6701 10.8464C16.7031 9.68175 17 8.50002 18 8.50002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.32988 10.8464C6.49701 11.1966 5.56172 11.2999 4.66667 11.112C3.0702 10.7768 2 9.71696 2 8.05582V6.12853C2 4.12164 3.52567 2.97998 5.55556 3.00027C7.81057 3.0228 10.5 4.76372 10.5 7.50659V19.4167C10.5 19.961 10.5 20.2332 10.3969 20.4423C10.1069 21.0304 9.48561 21 8.91667 21C8.34772 21 7.72646 21.0304 7.43646 20.4423C7.33333 20.2332 7.33333 19.961 7.33333 19.4167V11.1048C7.33333 11.0161 7.33224 10.93 7.32988 10.8464ZM7.32988 10.8464L7.33333 10.845M7.32988 10.8464C7.29694 9.68177 7 8.50004 6 8.50004%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.6701 10.8464C17.503 11.1965 18.4383 11.2999 19.3333 11.112C20.9298 10.7768 22 9.71694 22 8.0558V6.12851C22 4.12356 20.3874 2.98083 18.4444 3.00024C16.1894 3.02278 13.5 4.7637 13.5 7.50656V19.4167C13.5 19.961 13.5 20.2332 13.6031 20.4423C13.8931 21.0304 14.5144 21 15.0833 21C15.6523 21 16.2735 21.0304 16.5635 20.4423C16.6667 20.2332 16.6667 19.961 16.6667 19.4167V11.1048C16.6667 11.0161 16.6678 10.93 16.6701 10.8464ZM16.6701 10.8464L16.6667 10.845M16.6701 10.8464C16.7031 9.68175 17 8.50002 18 8.50002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-augmented-reality-ar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 3H11C6.75736 3 4.63604 3 3.31802 4.31802C2 5.63604 2 7.75736 2 12C2 16.2426 2 18.364 3.31802 19.682C4.63604 21 6.75736 21 11 21H13C17.2426 21 19.364 21 20.682 19.682C22 18.364 22 16.2426 22 12C22 7.75736 22 5.63604 20.682 4.31802C19.364 3 17.2426 3 13 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 14L7.75464 10.0877C8.07987 9.36258 8.24249 9 8.5 9C8.75751 9 8.92013 9.36258 9.24536 10.0877L11 14M14 14V12M14 12V10.2C14 9.63431 14 9.35147 14.1757 9.17574C14.3515 9 14.6343 9 15.2 9H16.5C17.3284 9 18 9.67157 18 10.5C18 11.3284 17.3284 12 16.5 12M14 12H16.5M16.5 12L17.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 3H11C6.75736 3 4.63604 3 3.31802 4.31802C2 5.63604 2 7.75736 2 12C2 16.2426 2 18.364 3.31802 19.682C4.63604 21 6.75736 21 11 21H13C17.2426 21 19.364 21 20.682 19.682C22 18.364 22 16.2426 22 12C22 7.75736 22 5.63604 20.682 4.31802C19.364 3 17.2426 3 13 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 14L7.75464 10.0877C8.07987 9.36258 8.24249 9 8.5 9C8.75751 9 8.92013 9.36258 9.24536 10.0877L11 14M14 14V12M14 12V10.2C14 9.63431 14 9.35147 14.1757 9.17574C14.3515 9 14.6343 9 15.2 9H16.5C17.3284 9 18 9.67157 18 10.5C18 11.3284 17.3284 12 16.5 12M14 12H16.5M16.5 12L17.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-battery-charging-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 9.17157 2 7.75736 2.87868 6.87868C3.75736 6 5.17157 6 8 6H13C15.8284 6 17.2426 6 18.1213 6.87868C19 7.75736 19 9.17157 19 12C19 14.8284 19 16.2426 18.1213 17.1213C17.2426 18 15.8284 18 13 18H8C5.17157 18 3.75736 18 2.87868 17.1213C2 16.2426 2 14.8284 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.8282 9L9.08572 11.1749C8.89899 11.4079 9.03283 11.7433 9.33733 11.8053L11.1627 12.1773C11.4873 12.2434 11.6111 12.6147 11.3842 12.8413L9.22216 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9.5L20.0272 9.6712C20.7085 9.78475 21.0491 9.84152 21.3076 10.0067C21.5618 10.1691 21.7612 10.4044 21.8796 10.6819C22 10.964 22 11.3093 22 12C22 12.6907 22 13.036 21.8796 13.3181C21.7612 13.5956 21.5618 13.8309 21.3076 13.9933C21.0491 14.1585 20.7085 14.2153 20.0272 14.3288L19 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 9.17157 2 7.75736 2.87868 6.87868C3.75736 6 5.17157 6 8 6H13C15.8284 6 17.2426 6 18.1213 6.87868C19 7.75736 19 9.17157 19 12C19 14.8284 19 16.2426 18.1213 17.1213C17.2426 18 15.8284 18 13 18H8C5.17157 18 3.75736 18 2.87868 17.1213C2 16.2426 2 14.8284 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.8282 9L9.08572 11.1749C8.89899 11.4079 9.03283 11.7433 9.33733 11.8053L11.1627 12.1773C11.4873 12.2434 11.6111 12.6147 11.3842 12.8413L9.22216 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9.5L20.0272 9.6712C20.7085 9.78475 21.0491 9.84152 21.3076 10.0067C21.5618 10.1691 21.7612 10.4044 21.8796 10.6819C22 10.964 22 11.3093 22 12C22 12.6907 22 13.036 21.8796 13.3181C21.7612 13.5956 21.5618 13.8309 21.3076 13.9933C21.0491 14.1585 20.7085 14.2153 20.0272 14.3288L19 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-battery-charging-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 6C5.17157 6 3.75736 6 2.87868 6.87868C2 7.75736 2 9.17157 2 12C2 14.8284 2 16.2426 2.87868 17.1213C3.44798 17.6906 4.24209 17.8911 5.5 17.9616M12 17.9827L13 18C15.8284 18 17.2426 18 18.1213 17.1213C19 16.2426 19 14.8284 19 12C19 9.17157 19 7.75736 18.1213 6.87868C17.414 6.17137 16.3597 6.03342 14.5 6.00652%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5623 6L8.59169 10.4367C8.13166 11.1237 7.90164 11.4673 8.03989 11.7336C8.17814 12 8.58645 12 9.40307 12H10.5969C11.4136 12 11.8219 12 11.9601 12.2664C12.0984 12.5327 11.8683 12.8763 11.4083 13.5633L8.43769 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9.5L20.0272 9.6712C20.7085 9.78475 21.0491 9.84152 21.3076 10.0067C21.5618 10.1691 21.7612 10.4044 21.8796 10.6819C22 10.964 22 11.3093 22 12C22 12.6907 22 13.036 21.8796 13.3181C21.7612 13.5956 21.5618 13.8309 21.3076 13.9933C21.0491 14.1585 20.7085 14.2153 20.0272 14.3288L19 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 6C5.17157 6 3.75736 6 2.87868 6.87868C2 7.75736 2 9.17157 2 12C2 14.8284 2 16.2426 2.87868 17.1213C3.44798 17.6906 4.24209 17.8911 5.5 17.9616M12 17.9827L13 18C15.8284 18 17.2426 18 18.1213 17.1213C19 16.2426 19 14.8284 19 12C19 9.17157 19 7.75736 18.1213 6.87868C17.414 6.17137 16.3597 6.03342 14.5 6.00652%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5623 6L8.59169 10.4367C8.13166 11.1237 7.90164 11.4673 8.03989 11.7336C8.17814 12 8.58645 12 9.40307 12H10.5969C11.4136 12 11.8219 12 11.9601 12.2664C12.0984 12.5327 11.8683 12.8763 11.4083 13.5633L8.43769 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9.5L20.0272 9.6712C20.7085 9.78475 21.0491 9.84152 21.3076 10.0067C21.5618 10.1691 21.7612 10.4044 21.8796 10.6819C22 10.964 22 11.3093 22 12C22 12.6907 22 13.036 21.8796 13.3181C21.7612 13.5956 21.5618 13.8309 21.3076 13.9933C21.0491 14.1585 20.7085 14.2153 20.0272 14.3288L19 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-battery-eco-charging{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 18.9997H13C15.8284 18.9997 17.2426 18.9997 18.1213 18.1211C19 17.2424 19 15.8282 19 12.9997C19 11.1364 19 9.88678 18.7488 8.99976M5.5 7.03809C4.24209 7.10866 3.44798 7.30911 2.87868 7.87841C2 8.75709 2 10.1713 2 12.9997C2 15.2435 2 16.5973 2.43866 17.4998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 10.5L20.0272 10.6712C20.7085 10.7847 21.0491 10.8415 21.3076 11.0067C21.5618 11.1691 21.7612 11.4044 21.8796 11.6819C22 11.964 22 12.3093 22 13C22 13.6907 22 14.036 21.8796 14.3181C21.7612 14.5956 21.5618 14.8309 21.3076 14.9933C21.0491 15.1585 20.7085 15.2153 20.0272 15.3288L19 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.03319 20C4.54502 14.6 9.00032 13.5 11.0002 11M11.0339 15.8353C13.5787 15.1243 15.2108 13.4224 15.8162 10.8483C16.502 7.93305 15.2725 3.96327 12.1026 4.00026C12.1026 4.00026 12.4253 5.25961 12.143 5.8764C11.1022 8.15057 7.50025 7.99259 6.3325 10.8769C5.63711 12.4908 6.05765 14.2938 7.36616 15.3279C8.18838 15.9778 9.81192 16.1767 11.0339 15.8353Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 18.9997H13C15.8284 18.9997 17.2426 18.9997 18.1213 18.1211C19 17.2424 19 15.8282 19 12.9997C19 11.1364 19 9.88678 18.7488 8.99976M5.5 7.03809C4.24209 7.10866 3.44798 7.30911 2.87868 7.87841C2 8.75709 2 10.1713 2 12.9997C2 15.2435 2 16.5973 2.43866 17.4998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 10.5L20.0272 10.6712C20.7085 10.7847 21.0491 10.8415 21.3076 11.0067C21.5618 11.1691 21.7612 11.4044 21.8796 11.6819C22 11.964 22 12.3093 22 13C22 13.6907 22 14.036 21.8796 14.3181C21.7612 14.5956 21.5618 14.8309 21.3076 14.9933C21.0491 15.1585 20.7085 15.2153 20.0272 15.3288L19 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.03319 20C4.54502 14.6 9.00032 13.5 11.0002 11M11.0339 15.8353C13.5787 15.1243 15.2108 13.4224 15.8162 10.8483C16.502 7.93305 15.2725 3.96327 12.1026 4.00026C12.1026 4.00026 12.4253 5.25961 12.143 5.8764C11.1022 8.15057 7.50025 7.99259 6.3325 10.8769C5.63711 12.4908 6.05765 14.2938 7.36616 15.3279C8.18838 15.9778 9.81192 16.1767 11.0339 15.8353Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-battery-empty{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 9.17157 2 7.75736 2.87868 6.87868C3.75736 6 5.17157 6 8 6H13C15.8284 6 17.2426 6 18.1213 6.87868C19 7.75736 19 9.17157 19 12C19 14.8284 19 16.2426 18.1213 17.1213C17.2426 18 15.8284 18 13 18H8C5.17157 18 3.75736 18 2.87868 17.1213C2 16.2426 2 14.8284 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9.5L20.0272 9.6712C20.7085 9.78475 21.0491 9.84152 21.3076 10.0067C21.5618 10.1691 21.7612 10.4044 21.8796 10.6819C22 10.964 22 11.3093 22 12C22 12.6907 22 13.036 21.8796 13.3181C21.7612 13.5956 21.5618 13.8309 21.3076 13.9933C21.0491 14.1585 20.7085 14.2153 20.0272 14.3288L19 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 9.17157 2 7.75736 2.87868 6.87868C3.75736 6 5.17157 6 8 6H13C15.8284 6 17.2426 6 18.1213 6.87868C19 7.75736 19 9.17157 19 12C19 14.8284 19 16.2426 18.1213 17.1213C17.2426 18 15.8284 18 13 18H8C5.17157 18 3.75736 18 2.87868 17.1213C2 16.2426 2 14.8284 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9.5L20.0272 9.6712C20.7085 9.78475 21.0491 9.84152 21.3076 10.0067C21.5618 10.1691 21.7612 10.4044 21.8796 10.6819C22 10.964 22 11.3093 22 12C22 12.6907 22 13.036 21.8796 13.3181C21.7612 13.5956 21.5618 13.8309 21.3076 13.9933C21.0491 14.1585 20.7085 14.2153 20.0272 14.3288L19 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-battery-full{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 9.17157 2 7.75736 2.87868 6.87868C3.75736 6 5.17157 6 8 6H13C15.8284 6 17.2426 6 18.1213 6.87868C19 7.75736 19 9.17157 19 12C19 14.8284 19 16.2426 18.1213 17.1213C17.2426 18 15.8284 18 13 18H8C5.17157 18 3.75736 18 2.87868 17.1213C2 16.2426 2 14.8284 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9.5L20.0272 9.6712C20.7085 9.78475 21.0491 9.84152 21.3076 10.0067C21.5618 10.1691 21.7612 10.4044 21.8796 10.6819C22 10.964 22 11.3093 22 12C22 12.6907 22 13.036 21.8796 13.3181C21.7612 13.5956 21.5618 13.8309 21.3076 13.9933C21.0491 14.1585 20.7085 14.2153 20.0272 14.3288L19 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 9.17157 2 7.75736 2.87868 6.87868C3.75736 6 5.17157 6 8 6H13C15.8284 6 17.2426 6 18.1213 6.87868C19 7.75736 19 9.17157 19 12C19 14.8284 19 16.2426 18.1213 17.1213C17.2426 18 15.8284 18 13 18H8C5.17157 18 3.75736 18 2.87868 17.1213C2 16.2426 2 14.8284 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9.5L20.0272 9.6712C20.7085 9.78475 21.0491 9.84152 21.3076 10.0067C21.5618 10.1691 21.7612 10.4044 21.8796 10.6819C22 10.964 22 11.3093 22 12C22 12.6907 22 13.036 21.8796 13.3181C21.7612 13.5956 21.5618 13.8309 21.3076 13.9933C21.0491 14.1585 20.7085 14.2153 20.0272 14.3288L19 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-battery-low{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 9.17157 2 7.75736 2.87868 6.87868C3.75736 6 5.17157 6 8 6H13C15.8284 6 17.2426 6 18.1213 6.87868C19 7.75736 19 9.17157 19 12C19 14.8284 19 16.2426 18.1213 17.1213C17.2426 18 15.8284 18 13 18H8C5.17157 18 3.75736 18 2.87868 17.1213C2 16.2426 2 14.8284 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9.5L20.0272 9.6712C20.7085 9.78475 21.0491 9.84152 21.3076 10.0067C21.5618 10.1691 21.7612 10.4044 21.8796 10.6819C22 10.964 22 11.3093 22 12C22 12.6907 22 13.036 21.8796 13.3181C21.7612 13.5956 21.5618 13.8309 21.3076 13.9933C21.0491 14.1585 20.7085 14.2153 20.0272 14.3288L19 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 9.17157 2 7.75736 2.87868 6.87868C3.75736 6 5.17157 6 8 6H13C15.8284 6 17.2426 6 18.1213 6.87868C19 7.75736 19 9.17157 19 12C19 14.8284 19 16.2426 18.1213 17.1213C17.2426 18 15.8284 18 13 18H8C5.17157 18 3.75736 18 2.87868 17.1213C2 16.2426 2 14.8284 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9.5L20.0272 9.6712C20.7085 9.78475 21.0491 9.84152 21.3076 10.0067C21.5618 10.1691 21.7612 10.4044 21.8796 10.6819C22 10.964 22 11.3093 22 12C22 12.6907 22 13.036 21.8796 13.3181C21.7612 13.5956 21.5618 13.8309 21.3076 13.9933C21.0491 14.1585 20.7085 14.2153 20.0272 14.3288L19 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-battery-medium-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 9.17157 2 7.75736 2.87868 6.87868C3.75736 6 5.17157 6 8 6H13C15.8284 6 17.2426 6 18.1213 6.87868C19 7.75736 19 9.17157 19 12C19 14.8284 19 16.2426 18.1213 17.1213C17.2426 18 15.8284 18 13 18H8C5.17157 18 3.75736 18 2.87868 17.1213C2 16.2426 2 14.8284 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9.5L20.0272 9.6712C20.7085 9.78475 21.0491 9.84152 21.3076 10.0067C21.5618 10.1691 21.7612 10.4044 21.8796 10.6819C22 10.964 22 11.3093 22 12C22 12.6907 22 13.036 21.8796 13.3181C21.7612 13.5956 21.5618 13.8309 21.3076 13.9933C21.0491 14.1585 20.7085 14.2153 20.0272 14.3288L19 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 9.17157 2 7.75736 2.87868 6.87868C3.75736 6 5.17157 6 8 6H13C15.8284 6 17.2426 6 18.1213 6.87868C19 7.75736 19 9.17157 19 12C19 14.8284 19 16.2426 18.1213 17.1213C17.2426 18 15.8284 18 13 18H8C5.17157 18 3.75736 18 2.87868 17.1213C2 16.2426 2 14.8284 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9.5L20.0272 9.6712C20.7085 9.78475 21.0491 9.84152 21.3076 10.0067C21.5618 10.1691 21.7612 10.4044 21.8796 10.6819C22 10.964 22 11.3093 22 12C22 12.6907 22 13.036 21.8796 13.3181C21.7612 13.5956 21.5618 13.8309 21.3076 13.9933C21.0491 14.1585 20.7085 14.2153 20.0272 14.3288L19 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-battery-medium-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 9.17157 2 7.75736 2.87868 6.87868C3.75736 6 5.17157 6 8 6H13C15.8284 6 17.2426 6 18.1213 6.87868C19 7.75736 19 9.17157 19 12C19 14.8284 19 16.2426 18.1213 17.1213C17.2426 18 15.8284 18 13 18H8C5.17157 18 3.75736 18 2.87868 17.1213C2 16.2426 2 14.8284 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9.5L20.0272 9.6712C20.7085 9.78475 21.0491 9.84152 21.3076 10.0067C21.5618 10.1691 21.7612 10.4044 21.8796 10.6819C22 10.964 22 11.3093 22 12C22 12.6907 22 13.036 21.8796 13.3181C21.7612 13.5956 21.5618 13.8309 21.3076 13.9933C21.0491 14.1585 20.7085 14.2153 20.0272 14.3288L19 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 9.17157 2 7.75736 2.87868 6.87868C3.75736 6 5.17157 6 8 6H13C15.8284 6 17.2426 6 18.1213 6.87868C19 7.75736 19 9.17157 19 12C19 14.8284 19 16.2426 18.1213 17.1213C17.2426 18 15.8284 18 13 18H8C5.17157 18 3.75736 18 2.87868 17.1213C2 16.2426 2 14.8284 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9.5L20.0272 9.6712C20.7085 9.78475 21.0491 9.84152 21.3076 10.0067C21.5618 10.1691 21.7612 10.4044 21.8796 10.6819C22 10.964 22 11.3093 22 12C22 12.6907 22 13.036 21.8796 13.3181C21.7612 13.5956 21.5618 13.8309 21.3076 13.9933C21.0491 14.1585 20.7085 14.2153 20.0272 14.3288L19 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-bluetooth-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.5953 12V8.61228C11.5953 7.66908 11.5953 7.19748 11.8894 7.0428C12.1835 6.88812 12.559 7.16224 13.31 7.71046L14.1553 8.32755C14.7184 8.73866 15 8.94421 15 9.22937C15 9.51453 14.7184 9.72009 14.1553 10.1312L11.5953 12ZM11.5953 12V15.3877C11.5953 16.3309 11.5953 16.8025 11.8894 16.9572C12.1835 17.1119 12.559 16.8378 13.31 16.2895L14.1553 15.6725C14.7184 15.2613 15 15.0558 15 14.7706C15 14.4855 14.7184 14.2799 14.1553 13.8688L11.5953 12ZM11.5953 12L9 9.77778M11.5953 12L9 14.2222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.5953 12V8.61228C11.5953 7.66908 11.5953 7.19748 11.8894 7.0428C12.1835 6.88812 12.559 7.16224 13.31 7.71046L14.1553 8.32755C14.7184 8.73866 15 8.94421 15 9.22937C15 9.51453 14.7184 9.72009 14.1553 10.1312L11.5953 12ZM11.5953 12V15.3877C11.5953 16.3309 11.5953 16.8025 11.8894 16.9572C12.1835 17.1119 12.559 16.8378 13.31 16.2895L14.1553 15.6725C14.7184 15.2613 15 15.0558 15 14.7706C15 14.4855 14.7184 14.2799 14.1553 13.8688L11.5953 12ZM11.5953 12L9 9.77778M11.5953 12L9 14.2222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-bluetooth-not-connected{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 4.00098L20 20.0217%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0094 7.9872C12.0094 6.85896 11.8211 4.38116 12.4988 3.62898C13.3394 2.89481 16.666 5.70882 18.2835 7.0626C17.4525 7.91481 17.0866 8.73342 14.6659 10.5297%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5002 17.5172C14.6596 19.5792 13.4835 20.8062 12.6288 20.4427C12.5439 20.4066 12.4741 20.3425 12.427 20.2631C11.9013 19.377 12.0095 17.0563 12.0095 15.9785V12.001L4.97754 16.714%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 4.00098L20 20.0217%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0094 7.9872C12.0094 6.85896 11.8211 4.38116 12.4988 3.62898C13.3394 2.89481 16.666 5.70882 18.2835 7.0626C17.4525 7.91481 17.0866 8.73342 14.6659 10.5297%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5002 17.5172C14.6596 19.5792 13.4835 20.8062 12.6288 20.4427C12.5439 20.4066 12.4741 20.3425 12.427 20.2631C11.9013 19.377 12.0095 17.0563 12.0095 15.9785V12.001L4.97754 16.714%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-bluetooth-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.99126 11.7139C9.09267 7.30113 8.70689 4.00059 9.36979 3.40078C9.43315 3.34345 9.5071 3.29712 9.58455 3.26166C10.4547 2.86325 12.9058 5.04681 14.51 6.43543C14.7736 6.66355 14.792 7.06725 14.533 7.30058C13.3872 8.33263 11.0496 10.1716 8.99126 11.7139ZM8.99126 11.7139L2.72829 16.5042M8.99126 11.7139C9.09267 16.1266 8.70689 19.4271 9.36979 20.027C9.43315 20.0843 9.50719 20.1307 9.58465 20.1661C9.96652 20.3409 10.6528 20.0185 11.4382 19.4843M2.71777 6.93951L11.6324 13.7666%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.85 19.3728L21.7178 21.2139M20.9252 16.8103C20.9252 18.7965 19.3117 20.4067 17.3215 20.4067C15.3312 20.4067 13.7178 18.7965 13.7178 16.8103C13.7178 14.824 15.3312 13.2139 17.3215 13.2139C19.3117 13.2139 20.9252 14.824 20.9252 16.8103Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.99126 11.7139C9.09267 7.30113 8.70689 4.00059 9.36979 3.40078C9.43315 3.34345 9.5071 3.29712 9.58455 3.26166C10.4547 2.86325 12.9058 5.04681 14.51 6.43543C14.7736 6.66355 14.792 7.06725 14.533 7.30058C13.3872 8.33263 11.0496 10.1716 8.99126 11.7139ZM8.99126 11.7139L2.72829 16.5042M8.99126 11.7139C9.09267 16.1266 8.70689 19.4271 9.36979 20.027C9.43315 20.0843 9.50719 20.1307 9.58465 20.1661C9.96652 20.3409 10.6528 20.0185 11.4382 19.4843M2.71777 6.93951L11.6324 13.7666%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.85 19.3728L21.7178 21.2139M20.9252 16.8103C20.9252 18.7965 19.3117 20.4067 17.3215 20.4067C15.3312 20.4067 13.7178 18.7965 13.7178 16.8103C13.7178 14.824 15.3312 13.2139 17.3215 13.2139C19.3117 13.2139 20.9252 14.824 20.9252 16.8103Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-bluetooth-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.5953 12V8.61228C11.5953 7.66908 11.5953 7.19748 11.8894 7.0428C12.1835 6.88812 12.559 7.16224 13.31 7.71046L14.1553 8.32755C14.7184 8.73866 15 8.94421 15 9.22937C15 9.51453 14.7184 9.72009 14.1553 10.1312L11.5953 12ZM11.5953 12V15.3877C11.5953 16.3309 11.5953 16.8025 11.8894 16.9572C12.1835 17.1119 12.559 16.8378 13.31 16.2895L14.1553 15.6725C14.7184 15.2613 15 15.0558 15 14.7706C15 14.4855 14.7184 14.2799 14.1553 13.8688L11.5953 12ZM11.5953 12L9 9.77778M11.5953 12L9 14.2222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.5953 12V8.61228C11.5953 7.66908 11.5953 7.19748 11.8894 7.0428C12.1835 6.88812 12.559 7.16224 13.31 7.71046L14.1553 8.32755C14.7184 8.73866 15 8.94421 15 9.22937C15 9.51453 14.7184 9.72009 14.1553 10.1312L11.5953 12ZM11.5953 12V15.3877C11.5953 16.3309 11.5953 16.8025 11.8894 16.9572C12.1835 17.1119 12.559 16.8378 13.31 16.2895L14.1553 15.6725C14.7184 15.2613 15 15.0558 15 14.7706C15 14.4855 14.7184 14.2799 14.1553 13.8688L11.5953 12ZM11.5953 12L9 9.77778M11.5953 12L9 14.2222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-bluetooth{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0004 12V6.66586C12.0004 4.80386 12.0004 3.87286 12.5857 3.578C13.171 3.28313 13.9102 3.84173 15.3886 4.95893L16.0945 5.49234C17.1298 6.27468 17.6475 6.66586 17.6475 7.19927C17.6475 7.73268 17.1298 8.12386 16.0945 8.9062L12.0004 12ZM12.0004 12V17.3341C12.0004 19.1961 12.0004 20.1271 12.5857 20.422C13.171 20.7169 13.9102 20.1583 15.3886 19.0411L16.0945 18.5077C17.1298 17.7253 17.6475 17.3341 17.6475 16.8007C17.6475 16.2673 17.1298 15.8761 16.0945 15.0938L12.0004 12ZM12.0004 12L5.64746 7.19927M12.0004 12L5.64746 16.8007%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9998 12H19.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.99981 12H5.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0004 12V6.66586C12.0004 4.80386 12.0004 3.87286 12.5857 3.578C13.171 3.28313 13.9102 3.84173 15.3886 4.95893L16.0945 5.49234C17.1298 6.27468 17.6475 6.66586 17.6475 7.19927C17.6475 7.73268 17.1298 8.12386 16.0945 8.9062L12.0004 12ZM12.0004 12V17.3341C12.0004 19.1961 12.0004 20.1271 12.5857 20.422C13.171 20.7169 13.9102 20.1583 15.3886 19.0411L16.0945 18.5077C17.1298 17.7253 17.6475 17.3341 17.6475 16.8007C17.6475 16.2673 17.1298 15.8761 16.0945 15.0938L12.0004 12ZM12.0004 12L5.64746 7.19927M12.0004 12L5.64746 16.8007%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9998 12H19.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.99981 12H5.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-bulb-chargeing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.14286 14C4.41735 12.8082 4 11.4118 4 9.91886C4 5.54539 7.58172 2 12 2C16.4183 2 20 5.54539 20 9.91886C20 11.4118 19.5827 12.8082 18.8571 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.38287 17.0982C7.291 16.8216 7.24507 16.6833 7.25042 16.5713C7.26174 16.3343 7.41114 16.1262 7.63157 16.0405C7.73579 16 7.88105 16 8.17157 16H15.8284C16.119 16 16.2642 16 16.3684 16.0405C16.5889 16.1262 16.7383 16.3343 16.7496 16.5713C16.7549 16.6833 16.709 16.8216 16.6171 17.0982C16.4473 17.6094 16.3624 17.8651 16.2315 18.072C15.9572 18.5056 15.5272 18.8167 15.0306 18.9408C14.7935 19 14.525 19 13.9881 19H10.0119C9.47495 19 9.2065 19 8.96944 18.9408C8.47283 18.8167 8.04281 18.5056 7.7685 18.072C7.63755 17.8651 7.55266 17.6094 7.38287 17.0982Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19L14.8707 19.6466C14.7293 20.3537 14.6586 20.7072 14.5001 20.9866C14.2552 21.4185 13.8582 21.7439 13.3866 21.8994C13.0816 22 12.7211 22 12 22C11.2789 22 10.9184 22 10.6134 21.8994C10.1418 21.7439 9.74484 21.4185 9.49987 20.9866C9.34144 20.7072 9.27073 20.3537 9.12932 19.6466L9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5521 6.5L11.0305 8.19458C10.8214 8.42743 10.9486 8.79939 11.2566 8.85537L12.7453 9.12605C13.0732 9.18567 13.1886 9.59658 12.9398 9.81826L11.0521 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.14286 14C4.41735 12.8082 4 11.4118 4 9.91886C4 5.54539 7.58172 2 12 2C16.4183 2 20 5.54539 20 9.91886C20 11.4118 19.5827 12.8082 18.8571 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.38287 17.0982C7.291 16.8216 7.24507 16.6833 7.25042 16.5713C7.26174 16.3343 7.41114 16.1262 7.63157 16.0405C7.73579 16 7.88105 16 8.17157 16H15.8284C16.119 16 16.2642 16 16.3684 16.0405C16.5889 16.1262 16.7383 16.3343 16.7496 16.5713C16.7549 16.6833 16.709 16.8216 16.6171 17.0982C16.4473 17.6094 16.3624 17.8651 16.2315 18.072C15.9572 18.5056 15.5272 18.8167 15.0306 18.9408C14.7935 19 14.525 19 13.9881 19H10.0119C9.47495 19 9.2065 19 8.96944 18.9408C8.47283 18.8167 8.04281 18.5056 7.7685 18.072C7.63755 17.8651 7.55266 17.6094 7.38287 17.0982Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19L14.8707 19.6466C14.7293 20.3537 14.6586 20.7072 14.5001 20.9866C14.2552 21.4185 13.8582 21.7439 13.3866 21.8994C13.0816 22 12.7211 22 12 22C11.2789 22 10.9184 22 10.6134 21.8994C10.1418 21.7439 9.74484 21.4185 9.49987 20.9866C9.34144 20.7072 9.27073 20.3537 9.12932 19.6466L9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5521 6.5L11.0305 8.19458C10.8214 8.42743 10.9486 8.79939 11.2566 8.85537L12.7453 9.12605C13.0732 9.18567 13.1886 9.59658 12.9398 9.81826L11.0521 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-bulb{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.14286 14C4.41735 12.8082 4 11.4118 4 9.91886C4 5.54539 7.58172 2 12 2C16.4183 2 20 5.54539 20 9.91886C20 11.4118 19.5827 12.8082 18.8571 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10C13.3875 10.6432 12.7111 11 12 11C11.2889 11 10.6125 10.6432 10 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.38287 17.0982C7.291 16.8216 7.24507 16.6833 7.25042 16.5713C7.26174 16.3343 7.41114 16.1262 7.63157 16.0405C7.73579 16 7.88105 16 8.17157 16H15.8284C16.119 16 16.2642 16 16.3684 16.0405C16.5889 16.1262 16.7383 16.3343 16.7496 16.5713C16.7549 16.6833 16.709 16.8216 16.6171 17.0982C16.4473 17.6094 16.3624 17.8651 16.2315 18.072C15.9572 18.5056 15.5272 18.8167 15.0306 18.9408C14.7935 19 14.525 19 13.9881 19H10.0119C9.47495 19 9.2065 19 8.96944 18.9408C8.47283 18.8167 8.04281 18.5056 7.7685 18.072C7.63755 17.8651 7.55266 17.6094 7.38287 17.0982Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19L14.8707 19.6466C14.7293 20.3537 14.6586 20.7072 14.5001 20.9866C14.2552 21.4185 13.8582 21.7439 13.3866 21.8994C13.0816 22 12.7211 22 12 22C11.2789 22 10.9184 22 10.6134 21.8994C10.1418 21.7439 9.74484 21.4185 9.49987 20.9866C9.34144 20.7072 9.27073 20.3537 9.12932 19.6466L9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 15.5V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.14286 14C4.41735 12.8082 4 11.4118 4 9.91886C4 5.54539 7.58172 2 12 2C16.4183 2 20 5.54539 20 9.91886C20 11.4118 19.5827 12.8082 18.8571 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10C13.3875 10.6432 12.7111 11 12 11C11.2889 11 10.6125 10.6432 10 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.38287 17.0982C7.291 16.8216 7.24507 16.6833 7.25042 16.5713C7.26174 16.3343 7.41114 16.1262 7.63157 16.0405C7.73579 16 7.88105 16 8.17157 16H15.8284C16.119 16 16.2642 16 16.3684 16.0405C16.5889 16.1262 16.7383 16.3343 16.7496 16.5713C16.7549 16.6833 16.709 16.8216 16.6171 17.0982C16.4473 17.6094 16.3624 17.8651 16.2315 18.072C15.9572 18.5056 15.5272 18.8167 15.0306 18.9408C14.7935 19 14.525 19 13.9881 19H10.0119C9.47495 19 9.2065 19 8.96944 18.9408C8.47283 18.8167 8.04281 18.5056 7.7685 18.072C7.63755 17.8651 7.55266 17.6094 7.38287 17.0982Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19L14.8707 19.6466C14.7293 20.3537 14.6586 20.7072 14.5001 20.9866C14.2552 21.4185 13.8582 21.7439 13.3866 21.8994C13.0816 22 12.7211 22 12 22C11.2789 22 10.9184 22 10.6134 21.8994C10.1418 21.7439 9.74484 21.4185 9.49987 20.9866C9.34144 20.7072 9.27073 20.3537 9.12932 19.6466L9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 15.5V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-cd{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 15.9897C6.89898 16.5649 7.38193 17.0746 7.93053 17.5M16.0261 6.5C16.5947 6.94079 17.0928 7.47217 17.5 8.07321%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 15.9897C6.89898 16.5649 7.38193 17.0746 7.93053 17.5M16.0261 6.5C16.5947 6.94079 17.0928 7.47217 17.5 8.07321%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 12C14.5 10.6193 13.3807 9.5 12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-computer-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5046 2H10.0039C6.72304 2 5.08264 2 3.91983 2.81382C3.48962 3.1149 3.11544 3.48891 2.81421 3.91891C2 5.08116 2 6.72077 2 10C2 13.2792 2 14.9188 2.81421 16.0811C3.11544 16.5111 3.48962 16.8851 3.91983 17.1862C5.08264 18 6.72304 18 10.0039 18H14.0058C17.2866 18 18.927 18 20.0898 17.1862C20.52 16.8851 20.8942 16.5111 21.1954 16.0811C21.8241 15.1837 21.9674 14.0017 22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6H18M18 6L22 6M18 6L18 2M18 6V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5046 2H10.0039C6.72304 2 5.08264 2 3.91983 2.81382C3.48962 3.1149 3.11544 3.48891 2.81421 3.91891C2 5.08116 2 6.72077 2 10C2 13.2792 2 14.9188 2.81421 16.0811C3.11544 16.5111 3.48962 16.8851 3.91983 17.1862C5.08264 18 6.72304 18 10.0039 18H14.0058C17.2866 18 18.927 18 20.0898 17.1862C20.52 16.8851 20.8942 16.5111 21.1954 16.0811C21.8241 15.1837 21.9674 14.0017 22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6H18M18 6L22 6M18 6L18 2M18 6V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-computer-check{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.999 11C21.9906 13.6255 21.9127 15.0435 21.1862 16.0811C20.8851 16.5111 20.5111 16.8851 20.0811 17.1862C18.9188 18 17.2792 18 14 18H10C6.72077 18 5.08116 18 3.91891 17.1862C3.48891 16.8851 3.1149 16.5111 2.81382 16.0811C2 14.9188 2 13.2792 2 10C2 6.72077 2 5.08116 2.81382 3.91891C3.1149 3.48891 3.48891 3.1149 3.91891 2.81382C5.08116 2 6.72077 2 10 2H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 6 15 6 16 8C16 8 19.1765 3 22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.999 11C21.9906 13.6255 21.9127 15.0435 21.1862 16.0811C20.8851 16.5111 20.5111 16.8851 20.0811 17.1862C18.9188 18 17.2792 18 14 18H10C6.72077 18 5.08116 18 3.91891 17.1862C3.48891 16.8851 3.1149 16.5111 2.81382 16.0811C2 14.9188 2 13.2792 2 10C2 6.72077 2 5.08116 2.81382 3.91891C3.1149 3.48891 3.48891 3.1149 3.91891 2.81382C5.08116 2 6.72077 2 10 2H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 6 15 6 16 8C16 8 19.1765 3 22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-computer-cloud{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2H10C6.72077 2 5.08116 2 3.91891 2.81382C3.48891 3.1149 3.1149 3.48891 2.81382 3.91891C2 5.08116 2 6.72077 2 10C2 13.2792 2 14.9188 2.81382 16.0811C3.1149 16.5111 3.48891 16.8851 3.91891 17.1862C5.08116 18 6.72077 18 10 18H14C17.2792 18 18.9188 18 20.0811 17.1862C20.5111 16.8851 20.8851 16.5111 21.1862 16.0811C21.8652 15.1114 21.9777 13.8094 21.9963 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6.66667C13 7.95533 14.0074 9 15.25 9H19.975C21.0934 9 22 8.0598 22 6.9C22 5.7402 21.0833 4.80003 19.9649 4.80003C20.0897 3.36433 18.9799 2 17.5 2C16.2055 2 15.143 3.03069 15.0342 4.34393C13.8928 4.45657 13 5.45349 13 6.66667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 2H10C6.72077 2 5.08116 2 3.91891 2.81382C3.48891 3.1149 3.1149 3.48891 2.81382 3.91891C2 5.08116 2 6.72077 2 10C2 13.2792 2 14.9188 2.81382 16.0811C3.1149 16.5111 3.48891 16.8851 3.91891 17.1862C5.08116 18 6.72077 18 10 18H14C17.2792 18 18.9188 18 20.0811 17.1862C20.5111 16.8851 20.8851 16.5111 21.1862 16.0811C21.8652 15.1114 21.9777 13.8094 21.9963 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6.66667C13 7.95533 14.0074 9 15.25 9H19.975C21.0934 9 22 8.0598 22 6.9C22 5.7402 21.0833 4.80003 19.9649 4.80003C20.0897 3.36433 18.9799 2 17.5 2C16.2055 2 15.143 3.03069 15.0342 4.34393C13.8928 4.45657 13 5.45349 13 6.66667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-computer-phone-sync{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 17.1862C18.843 18 17.2107 18 13.9462 18H9.96412C6.6996 18 5.06734 18 3.9103 17.1862C3.48223 16.8851 3.1099 16.5111 2.81017 16.0811C2 14.9188 2 13.2792 2 10C2 6.72077 2 5.08116 2.81017 3.91891C3.1099 3.48891 3.48223 3.1149 3.9103 2.81382C5.06734 2 6.6996 2 9.96412 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2C19.8856 2 20.8284 2 21.4142 2.58579C22 3.17157 22 4.11438 22 6V10C22 11.8856 22 12.8284 21.4142 13.4142C20.8284 14 19.8856 14 18 14H17C15.1144 14 14.1716 14 13.5858 13.4142C13 12.8284 13 11.8856 13 10L13 6C13 4.11438 13 3.17157 13.5858 2.58579C14.1716 2 15.1144 2 17 2L18 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 11.5H17.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 17.1862C18.843 18 17.2107 18 13.9462 18H9.96412C6.6996 18 5.06734 18 3.9103 17.1862C3.48223 16.8851 3.1099 16.5111 2.81017 16.0811C2 14.9188 2 13.2792 2 10C2 6.72077 2 5.08116 2.81017 3.91891C3.1099 3.48891 3.48223 3.1149 3.9103 2.81382C5.06734 2 6.6996 2 9.96412 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2C19.8856 2 20.8284 2 21.4142 2.58579C22 3.17157 22 4.11438 22 6V10C22 11.8856 22 12.8284 21.4142 13.4142C20.8284 14 19.8856 14 18 14H17C15.1144 14 14.1716 14 13.5858 13.4142C13 12.8284 13 11.8856 13 10L13 6C13 4.11438 13 3.17157 13.5858 2.58579C14.1716 2 15.1144 2 17 2L18 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 11.5H17.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-computer-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 2H10.0039C6.72304 2 5.08264 2 3.91983 2.81382C3.48962 3.1149 3.11544 3.48891 2.81421 3.91891C2 5.08116 2 6.72077 2 10C2 13.2792 2 14.9188 2.81421 16.0811C3.11544 16.5111 3.48962 16.8851 3.91983 17.1862C5.08264 18 6.72304 18 10.0039 18H14.0058C17.2866 18 18.927 18 20.0898 17.1862C20.52 16.8851 20.8942 16.5111 21.1954 16.0811C21.8241 15.1837 21.9674 14.0017 22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 2L18.5 5.5M18.5 5.5L22 9M18.5 5.5L22 2M18.5 5.5L15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 2H10.0039C6.72304 2 5.08264 2 3.91983 2.81382C3.48962 3.1149 3.11544 3.48891 2.81421 3.91891C2 5.08116 2 6.72077 2 10C2 13.2792 2 14.9188 2.81421 16.0811C3.11544 16.5111 3.48962 16.8851 3.91983 17.1862C5.08264 18 6.72304 18 10.0039 18H14.0058C17.2866 18 18.927 18 20.0898 17.1862C20.52 16.8851 20.8942 16.5111 21.1954 16.0811C21.8241 15.1837 21.9674 14.0017 22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 2L18.5 5.5M18.5 5.5L22 9M18.5 5.5L22 2M18.5 5.5L15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-computer-settings{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0029 2H10.0062C6.72443 2 5.08355 2 3.92039 2.81382C3.49006 3.1149 3.11577 3.48891 2.81445 3.91891C2 5.08116 2 6.72077 2 10C2 13.2792 2 14.9188 2.81445 16.0811C3.11577 16.5111 3.49006 16.8851 3.92039 17.1862C5.08355 18 6.72443 18 10.0062 18H14.0093C17.2911 18 18.932 18 20.0951 17.1862C20.5254 16.8851 20.8997 16.5111 21.2011 16.0811C21.8156 15.2042 21.9663 14.0941 22 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9.71428V11M18 9.71428C16.8432 9.71428 15.8241 9.14608 15.2263 8.28331M18 9.71428C19.1568 9.71428 20.1759 9.14608 20.7737 8.28331M18 3.28571C19.1569 3.28571 20.1761 3.854 20.7738 4.71688M18 3.28571C16.8431 3.28571 15.8239 3.854 15.2262 4.71688M18 3.28571V2M22 3.92857L20.7738 4.71688M14.0004 9.07143L15.2263 8.28331M14 3.92857L15.2262 4.71688M21.9996 9.07143L20.7737 8.28331M20.7738 4.71688C21.1273 5.22711 21.3333 5.84035 21.3333 6.5C21.3333 7.15973 21.1272 7.77304 20.7737 8.28331M15.2262 4.71688C14.8727 5.22711 14.6667 5.84035 14.6667 6.5C14.6667 7.15973 14.8728 7.77304 15.2263 8.28331%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0029 2H10.0062C6.72443 2 5.08355 2 3.92039 2.81382C3.49006 3.1149 3.11577 3.48891 2.81445 3.91891C2 5.08116 2 6.72077 2 10C2 13.2792 2 14.9188 2.81445 16.0811C3.11577 16.5111 3.49006 16.8851 3.92039 17.1862C5.08355 18 6.72443 18 10.0062 18H14.0093C17.2911 18 18.932 18 20.0951 17.1862C20.5254 16.8851 20.8997 16.5111 21.2011 16.0811C21.8156 15.2042 21.9663 14.0941 22 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9.71428V11M18 9.71428C16.8432 9.71428 15.8241 9.14608 15.2263 8.28331M18 9.71428C19.1568 9.71428 20.1759 9.14608 20.7737 8.28331M18 3.28571C19.1569 3.28571 20.1761 3.854 20.7738 4.71688M18 3.28571C16.8431 3.28571 15.8239 3.854 15.2262 4.71688M18 3.28571V2M22 3.92857L20.7738 4.71688M14.0004 9.07143L15.2263 8.28331M14 3.92857L15.2262 4.71688M21.9996 9.07143L20.7737 8.28331M20.7738 4.71688C21.1273 5.22711 21.3333 5.84035 21.3333 6.5C21.3333 7.15973 21.1272 7.77304 20.7737 8.28331M15.2262 4.71688C14.8727 5.22711 14.6667 5.84035 14.6667 6.5C14.6667 7.15973 14.8728 7.77304 15.2263 8.28331%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-computer-video{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2.00098C6.37454 2.00933 4.9565 2.08726 3.91891 2.81379C3.48891 3.11488 3.1149 3.48888 2.81382 3.91888C2 5.08113 2 6.72074 2 9.99997C2 13.2792 2 14.9188 2.81382 16.0811C3.1149 16.5111 3.48891 16.8851 3.91891 17.1862C5.08116 18 6.72077 18 10 18H14C17.2792 18 18.9188 18 20.0811 17.1862C20.5111 16.8851 20.8851 16.5111 21.1862 16.0811C21.9127 15.0435 21.9906 13.6254 21.999 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 4.14631L19.563 4.10086C20.6208 3.3371 21.1498 2.95522 21.5749 3.13961C22 3.324 22 3.9353 22 5.15791V5.84209C22 7.0647 22 7.676 21.5749 7.86039C21.1498 8.04478 20.6208 7.6629 19.563 6.89914L19.5 6.85369M15.5 9H16C17.6499 9 18.4749 9 18.9874 8.55151C19.5 8.10301 19.5 7.38118 19.5 5.9375V5.0625C19.5 3.61882 19.5 2.89699 18.9874 2.44849C18.4749 2 17.6499 2 16 2H15.5C13.8501 2 13.0251 2 12.5126 2.44849C12 2.89699 12 3.61882 12 5.0625V5.9375C12 7.38118 12 8.10301 12.5126 8.55151C13.0251 9 13.8501 9 15.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2.00098C6.37454 2.00933 4.9565 2.08726 3.91891 2.81379C3.48891 3.11488 3.1149 3.48888 2.81382 3.91888C2 5.08113 2 6.72074 2 9.99997C2 13.2792 2 14.9188 2.81382 16.0811C3.1149 16.5111 3.48891 16.8851 3.91891 17.1862C5.08116 18 6.72077 18 10 18H14C17.2792 18 18.9188 18 20.0811 17.1862C20.5111 16.8851 20.8851 16.5111 21.1862 16.0811C21.9127 15.0435 21.9906 13.6254 21.999 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 4.14631L19.563 4.10086C20.6208 3.3371 21.1498 2.95522 21.5749 3.13961C22 3.324 22 3.9353 22 5.15791V5.84209C22 7.0647 22 7.676 21.5749 7.86039C21.1498 8.04478 20.6208 7.6629 19.563 6.89914L19.5 6.85369M15.5 9H16C17.6499 9 18.4749 9 18.9874 8.55151C19.5 8.10301 19.5 7.38118 19.5 5.9375V5.0625C19.5 3.61882 19.5 2.89699 18.9874 2.44849C18.4749 2 17.6499 2 16 2H15.5C13.8501 2 13.0251 2 12.5126 2.44849C12 2.89699 12 3.61882 12 5.0625V5.9375C12 7.38118 12 8.10301 12.5126 8.55151C13.0251 9 13.8501 9 15.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-computer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2H10C6.72077 2 5.08116 2 3.91891 2.81382C3.48891 3.1149 3.1149 3.48891 2.81382 3.91891C2 5.08116 2 6.72077 2 10C2 13.2792 2 14.9188 2.81382 16.0811C3.1149 16.5111 3.48891 16.8851 3.91891 17.1862C5.08116 18 6.72077 18 10 18H14C17.2792 18 18.9188 18 20.0811 17.1862C20.5111 16.8851 20.8851 16.5111 21.1862 16.0811C22 14.9188 22 13.2792 22 10C22 6.72077 22 5.08116 21.1862 3.91891C20.8851 3.48891 20.5111 3.1149 20.0811 2.81382C18.9188 2 17.2792 2 14 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 22L14.1845 21.5811C13.4733 20.6369 13.2969 19.1944 13.7468 18M9.5 22L9.8155 21.5811C10.5267 20.6369 10.7031 19.1944 10.2532 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2H10C6.72077 2 5.08116 2 3.91891 2.81382C3.48891 3.1149 3.1149 3.48891 2.81382 3.91891C2 5.08116 2 6.72077 2 10C2 13.2792 2 14.9188 2.81382 16.0811C3.1149 16.5111 3.48891 16.8851 3.91891 17.1862C5.08116 18 6.72077 18 10 18H14C17.2792 18 18.9188 18 20.0811 17.1862C20.5111 16.8851 20.8851 16.5111 21.1862 16.0811C22 14.9188 22 13.2792 22 10C22 6.72077 22 5.08116 21.1862 3.91891C20.8851 3.48891 20.5111 3.1149 20.0811 2.81382C18.9188 2 17.2792 2 14 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 22L14.1845 21.5811C13.4733 20.6369 13.2969 19.1944 13.7468 18M9.5 22L9.8155 21.5811C10.5267 20.6369 10.7031 19.1944 10.2532 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-cpu-charge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 14.5L20 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9.5L2 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14.5L2 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9.5L20 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6939 8.5L10.6029 11.0373C10.3788 11.3092 10.5394 11.7005 10.9048 11.7729L13.0952 12.2068C13.4848 12.284 13.6334 12.7171 13.361 12.9815L10.7666 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12C4 8.22876 4 6.34315 5.17157 5.17157C6.34315 4 8.22876 4 12 4C15.7712 4 17.6569 4 18.8284 5.17157C20 6.34315 20 8.22876 20 12C20 15.7712 20 17.6569 18.8284 18.8284C17.6569 20 15.7712 20 12 20C8.22876 20 6.34315 20 5.17157 18.8284C4 17.6569 4 15.7712 4 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 14.5L20 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9.5L2 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14.5L2 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9.5L20 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6939 8.5L10.6029 11.0373C10.3788 11.3092 10.5394 11.7005 10.9048 11.7729L13.0952 12.2068C13.4848 12.284 13.6334 12.7171 13.361 12.9815L10.7666 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12C4 8.22876 4 6.34315 5.17157 5.17157C6.34315 4 8.22876 4 12 4C15.7712 4 17.6569 4 18.8284 5.17157C20 6.34315 20 8.22876 20 12C20 15.7712 20 17.6569 18.8284 18.8284C17.6569 20 15.7712 20 12 20C8.22876 20 6.34315 20 5.17157 18.8284C4 17.6569 4 15.7712 4 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-cpu-settings{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 10C19.9641 7.52043 19.7801 6.11466 18.8365 5.17157C17.6643 4 15.7776 4 12.0043 4C8.23106 4 6.34442 4 5.17221 5.17157C4 6.34315 4 8.22876 4 12C4 15.7712 4 17.6569 5.17221 18.8284C6.23545 19.8911 7.88646 19.9899 11 19.9991%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19.7143V21M18 19.7143C16.8432 19.7143 15.8241 19.1461 15.2263 18.2833M18 19.7143C19.1568 19.7143 20.1759 19.1461 20.7737 18.2833M18 13.2857C19.1569 13.2857 20.1761 13.854 20.7738 14.7169M18 13.2857C16.8431 13.2857 15.8239 13.854 15.2262 14.7169M18 13.2857V12M22 13.9286L20.7738 14.7169M14.0004 19.0714L15.2263 18.2833M14 13.9286L15.2262 14.7169M21.9996 19.0714L20.7737 18.2833M20.7738 14.7169C21.1273 15.2271 21.3333 15.8403 21.3333 16.5C21.3333 17.1597 21.1272 17.773 20.7737 18.2833M15.2262 14.7169C14.8727 15.2271 14.6667 15.8403 14.6667 16.5C14.6667 17.1597 14.8728 17.773 15.2263 18.2833%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9.5L2 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14.5L2 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9.5L20 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 10C19.9641 7.52043 19.7801 6.11466 18.8365 5.17157C17.6643 4 15.7776 4 12.0043 4C8.23106 4 6.34442 4 5.17221 5.17157C4 6.34315 4 8.22876 4 12C4 15.7712 4 17.6569 5.17221 18.8284C6.23545 19.8911 7.88646 19.9899 11 19.9991%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19.7143V21M18 19.7143C16.8432 19.7143 15.8241 19.1461 15.2263 18.2833M18 19.7143C19.1568 19.7143 20.1759 19.1461 20.7737 18.2833M18 13.2857C19.1569 13.2857 20.1761 13.854 20.7738 14.7169M18 13.2857C16.8431 13.2857 15.8239 13.854 15.2262 14.7169M18 13.2857V12M22 13.9286L20.7738 14.7169M14.0004 19.0714L15.2263 18.2833M14 13.9286L15.2262 14.7169M21.9996 19.0714L20.7737 18.2833M20.7738 14.7169C21.1273 15.2271 21.3333 15.8403 21.3333 16.5C21.3333 17.1597 21.1272 17.773 20.7737 18.2833M15.2262 14.7169C14.8727 15.2271 14.6667 15.8403 14.6667 16.5C14.6667 17.1597 14.8728 17.773 15.2263 18.2833%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9.5L2 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14.5L2 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9.5L20 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-cpu{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12C4 8.22876 4 6.34315 5.17157 5.17157C6.34315 4 8.22876 4 12 4C15.7712 4 17.6569 4 18.8284 5.17157C20 6.34315 20 8.22876 20 12C20 15.7712 20 17.6569 18.8284 18.8284C17.6569 20 15.7712 20 12 20C8.22876 20 6.34315 20 5.17157 18.8284C4 17.6569 4 15.7712 4 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9L9 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 13L13 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 14.5L20 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9.5L2 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14.5L2 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9.5L20 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12C4 8.22876 4 6.34315 5.17157 5.17157C6.34315 4 8.22876 4 12 4C15.7712 4 17.6569 4 18.8284 5.17157C20 6.34315 20 8.22876 20 12C20 15.7712 20 17.6569 18.8284 18.8284C17.6569 20 15.7712 20 12 20C8.22876 20 6.34315 20 5.17157 18.8284C4 17.6569 4 15.7712 4 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9L9 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 13L13 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 14.5L20 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9.5L2 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14.5L2 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9.5L20 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-data-recovery{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 12C3 13.6569 6.58172 15 11 15C11.3387 15 11.6724 14.9921 12 14.9768%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5V11.5M3 5V19C3 20.6569 6.58172 22 11 22C11.3387 22 11.6724 21.9921 12 21.9768%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%2211%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 8V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.9868 14L20.4861 16.0844L19.6566 15.5661C19.0657 15.1173 18.3313 14.8512 17.5354 14.8512C15.5828 14.8512 14 16.4515 14 18.4256C14 20.3997 15.5828 22 17.5354 22C19.2457 22 20.6724 20.772 21 19.1405%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 12C3 13.6569 6.58172 15 11 15C11.3387 15 11.6724 14.9921 12 14.9768%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5V11.5M3 5V19C3 20.6569 6.58172 22 11 22C11.3387 22 11.6724 21.9921 12 21.9768%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%2211%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 8V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.9868 14L20.4861 16.0844L19.6566 15.5661C19.0657 15.1173 18.3313 14.8512 17.5354 14.8512C15.5828 14.8512 14 16.4515 14 18.4256C14 20.3997 15.5828 22 17.5354 22C19.2457 22 20.6724 20.772 21 19.1405%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-database-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 12H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 7L17 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%228.25%22 cy%3D%227%22 r%3D%221.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%228.25%22 cy%3D%2217%22 r%3D%221.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 17L17 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 12H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 7L17 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%228.25%22 cy%3D%227%22 r%3D%221.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%228.25%22 cy%3D%2217%22 r%3D%221.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 17L17 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-database-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 12C20 13.6569 16.4183 15 12 15C7.58172 15 4 13.6569 4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 5V19C20 20.6569 16.4183 22 12 22C7.58172 22 4 20.6569 4 19V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 8V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 12C20 13.6569 16.4183 15 12 15C7.58172 15 4 13.6569 4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 5V19C20 20.6569 16.4183 22 12 22C7.58172 22 4 20.6569 4 19V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 8V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-database-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 15C6.58172 15 3 13.6569 3 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5V11.5M3 5V19C3 20.6569 6.58172 22 11 22C11.1679 22 11.3346 21.9981 11.5 21.9942%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%2211%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 8V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 16.6667V18M17 18V19.3333M17 18H18.3333M17 18H15.6667M21 18C21 20.2091 19.2091 22 17 22C14.7909 22 13 20.2091 13 18C13 15.7909 14.7909 14 17 14C19.2091 14 21 15.7909 21 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 15C6.58172 15 3 13.6569 3 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5V11.5M3 5V19C3 20.6569 6.58172 22 11 22C11.1679 22 11.3346 21.9981 11.5 21.9942%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%2211%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 8V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 16.6667V18M17 18V19.3333M17 18H18.3333M17 18H15.6667M21 18C21 20.2091 19.2091 22 17 22C14.7909 22 13 20.2091 13 18C13 15.7909 14.7909 14 17 14C19.2091 14 21 15.7909 21 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-database-sync{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 17L14.0228 17.5944C14.5374 15.7277 16.5114 14.6199 18.4318 15.1201C19.4149 15.3761 20.1934 16.0039 20.6501 16.806M22 20L20.9774 19.4056C20.4628 21.2723 18.4888 22.3801 16.5684 21.8799C15.6081 21.6298 14.8431 21.0251 14.3824 20.2496%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13V11.5C21 7.02166 21 4.78249 19.6088 3.39124C18.2175 2 15.9783 2 11.5 2C7.02166 2 4.78249 2 3.39124 3.39124C2 4.78249 2 7.02166 2 11.5C2 15.9783 2 18.2175 3.39124 19.6088C4.61763 20.8351 6.50289 20.9805 10 20.9977H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 6.5L16.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%227.75%22 cy%3D%226.5%22 r%3D%221.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%227.75%22 cy%3D%2216.5%22 r%3D%221.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 17L14.0228 17.5944C14.5374 15.7277 16.5114 14.6199 18.4318 15.1201C19.4149 15.3761 20.1934 16.0039 20.6501 16.806M22 20L20.9774 19.4056C20.4628 21.2723 18.4888 22.3801 16.5684 21.8799C15.6081 21.6298 14.8431 21.0251 14.3824 20.2496%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13V11.5C21 7.02166 21 4.78249 19.6088 3.39124C18.2175 2 15.9783 2 11.5 2C7.02166 2 4.78249 2 3.39124 3.39124C2 4.78249 2 7.02166 2 11.5C2 15.9783 2 18.2175 3.39124 19.6088C4.61763 20.8351 6.50289 20.9805 10 20.9977H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 6.5L16.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%227.75%22 cy%3D%226.5%22 r%3D%221.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%227.75%22 cy%3D%2216.5%22 r%3D%221.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-electric-plugs{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 2L9 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 2L15 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6939 8.5L10.6029 10.6749C10.3788 10.9079 10.5394 11.2433 10.9048 11.3053L13.0952 11.6773C13.4848 11.7434 13.6334 12.1147 13.361 12.3413L10.7666 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.3066 5L9.69342 5C7.5551 5 6.48594 5 5.89527 5.69774C5.3046 6.39548 5.46717 7.46639 5.79232 9.60823L6.31604 13.0581C6.83606 16.4836 8.28588 18 12 18C15.7141 18 17.1639 16.4836 17.684 13.0581L18.2077 9.60823C18.5328 7.46639 18.6954 6.39548 18.1047 5.69774C17.5141 5 16.4449 5 14.3066 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 2L9 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 2L15 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6939 8.5L10.6029 10.6749C10.3788 10.9079 10.5394 11.2433 10.9048 11.3053L13.0952 11.6773C13.4848 11.7434 13.6334 12.1147 13.361 12.3413L10.7666 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.3066 5L9.69342 5C7.5551 5 6.48594 5 5.89527 5.69774C5.3046 6.39548 5.46717 7.46639 5.79232 9.60823L6.31604 13.0581C6.83606 16.4836 8.28588 18 12 18C15.7141 18 17.1639 16.4836 17.684 13.0581L18.2077 9.60823C18.5328 7.46639 18.6954 6.39548 18.1047 5.69774C17.5141 5 16.4449 5 14.3066 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-external-drive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 14V10C20 6.22876 20 4.34315 18.8973 3.17157C17.7947 2 16.02 2 12.4706 2L11.5294 2C7.98001 2 6.20531 2 5.10266 3.17157C4 4.34315 4 6.22876 4 10L4 14C4 17.7712 4 19.6569 5.10266 20.8284C6.20531 22 7.98001 22 11.5294 22H12.4706C16.02 22 17.7947 22 18.8973 20.8284C20 19.6569 20 17.7712 20 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 18H16.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15L20 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6L10 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9L10 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 14V10C20 6.22876 20 4.34315 18.8973 3.17157C17.7947 2 16.02 2 12.4706 2L11.5294 2C7.98001 2 6.20531 2 5.10266 3.17157C4 4.34315 4 6.22876 4 10L4 14C4 17.7712 4 19.6569 5.10266 20.8284C6.20531 22 7.98001 22 11.5294 22H12.4706C16.02 22 17.7947 22 18.8973 20.8284C20 19.6569 20 17.7712 20 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 18H16.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15L20 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6L10 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9L10 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-flip-phone{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 4H5.5V15.5C5.5 19.0899 8.41015 22 12 22C15.5899 22 18.5 19.0899 18.5 15.5V8C18.5 6.11438 18.5 5.17157 17.9142 4.58579C17.3284 4 16.3856 4 14.5 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 8.42857C8.5 8.02959 8.5 7.83009 8.55612 7.66972C8.65663 7.38247 8.88247 7.15663 9.16972 7.05612C9.33009 7 9.52959 7 9.92857 7H14.0714C14.4704 7 14.6699 7 14.8303 7.05612C15.1175 7.15663 15.3434 7.38247 15.4439 7.66972C15.5 7.83009 15.5 8.02959 15.5 8.42857V9C15.5 9.4645 15.5 9.69675 15.4692 9.89109C15.2998 10.9608 14.4608 11.7998 13.3911 11.9692C13.1968 12 12.4645 12 12 12C11.5355 12 10.8032 12 10.6089 11.9692C9.53918 11.7998 8.70021 10.9608 8.53078 9.89109C8.5 9.69675 8.5 9.4645 8.5 9V8.42857Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 4L5.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 4H5.5V15.5C5.5 19.0899 8.41015 22 12 22C15.5899 22 18.5 19.0899 18.5 15.5V8C18.5 6.11438 18.5 5.17157 17.9142 4.58579C17.3284 4 16.3856 4 14.5 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 8.42857C8.5 8.02959 8.5 7.83009 8.55612 7.66972C8.65663 7.38247 8.88247 7.15663 9.16972 7.05612C9.33009 7 9.52959 7 9.92857 7H14.0714C14.4704 7 14.6699 7 14.8303 7.05612C15.1175 7.15663 15.3434 7.38247 15.4439 7.66972C15.5 7.83009 15.5 8.02959 15.5 8.42857V9C15.5 9.4645 15.5 9.69675 15.4692 9.89109C15.2998 10.9608 14.4608 11.7998 13.3911 11.9692C13.1968 12 12.4645 12 12 12C11.5355 12 10.8032 12 10.6089 11.9692C9.53918 11.7998 8.70021 10.9608 8.53078 9.89109C8.5 9.69675 8.5 9.4645 8.5 9V8.42857Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 4L5.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-floppy-disk{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 22V19C8 17.1144 8 16.1716 8.58579 15.5858C9.17157 15 10.1144 15 12 15C13.8856 15 14.8284 15 15.4142 15.5858C16 16.1716 16 17.1144 16 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 11.8584C3 7.28199 3 4.99376 4.38674 3.54394C4.43797 3.49038 4.49038 3.43797 4.54394 3.38674C5.99376 2 8.28199 2 12.8584 2C13.943 2 14.4655 2.00376 14.9628 2.18936C15.4417 2.3681 15.8429 2.70239 16.6452 3.37099L18.8411 5.20092C19.9027 6.08561 20.4335 6.52795 20.7168 7.13266C21 7.73737 21 8.42833 21 9.81025V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11.8584Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 22V19C8 17.1144 8 16.1716 8.58579 15.5858C9.17157 15 10.1144 15 12 15C13.8856 15 14.8284 15 15.4142 15.5858C16 16.1716 16 17.1144 16 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 11.8584C3 7.28199 3 4.99376 4.38674 3.54394C4.43797 3.49038 4.49038 3.43797 4.54394 3.38674C5.99376 2 8.28199 2 12.8584 2C13.943 2 14.4655 2.00376 14.9628 2.18936C15.4417 2.3681 15.8429 2.70239 16.6452 3.37099L18.8411 5.20092C19.9027 6.08561 20.4335 6.52795 20.7168 7.13266C21 7.73737 21 8.42833 21 9.81025V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11.8584Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-fridge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C15.7712 2 17.6569 2 18.8284 3.17157C20 4.34315 20 6.22876 20 10V14C20 17.7712 20 19.6569 18.8284 20.8284C17.6569 22 15.7712 22 12 22C8.22876 22 6.34315 22 5.17157 20.8284C4 19.6569 4 17.7712 4 14L4 10C4 6.22876 4 4.34315 5.17157 3.17157C6.34315 2 8.22876 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6H8.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17L8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C15.7712 2 17.6569 2 18.8284 3.17157C20 4.34315 20 6.22876 20 10V14C20 17.7712 20 19.6569 18.8284 20.8284C17.6569 22 15.7712 22 12 22C8.22876 22 6.34315 22 5.17157 20.8284C4 19.6569 4 17.7712 4 14L4 10C4 6.22876 4 4.34315 5.17157 3.17157C6.34315 2 8.22876 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6H8.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17L8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-game{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 14.5C2 11.2125 2 9.56878 2.90796 8.46243C3.07418 8.25989 3.25989 8.07418 3.46243 7.90796C4.56878 7 6.21252 7 9.5 7H14.5C17.7875 7 19.4312 7 20.5376 7.90796C20.7401 8.07418 20.9258 8.25989 21.092 8.46243C22 9.56878 22 11.2125 22 14.5C22 17.7875 22 19.4312 21.092 20.5376C20.9258 20.7401 20.7401 20.9258 20.5376 21.092C19.4312 22 17.7875 22 14.5 22H9.5C6.21252 22 4.56878 22 3.46243 21.092C3.25989 20.9258 3.07418 20.7401 2.90796 20.5376C2 19.4312 2 17.7875 2 14.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V5C12 4.44772 12.4477 4 13 4C13.5523 4 14 3.55228 14 3V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16L8.5 14.5M8.5 14.5L7 13M8.5 14.5L7 16M8.5 14.5L10 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15.5L17 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 14.5C2 11.2125 2 9.56878 2.90796 8.46243C3.07418 8.25989 3.25989 8.07418 3.46243 7.90796C4.56878 7 6.21252 7 9.5 7H14.5C17.7875 7 19.4312 7 20.5376 7.90796C20.7401 8.07418 20.9258 8.25989 21.092 8.46243C22 9.56878 22 11.2125 22 14.5C22 17.7875 22 19.4312 21.092 20.5376C20.9258 20.7401 20.7401 20.9258 20.5376 21.092C19.4312 22 17.7875 22 14.5 22H9.5C6.21252 22 4.56878 22 3.46243 21.092C3.25989 20.9258 3.07418 20.7401 2.90796 20.5376C2 19.4312 2 17.7875 2 14.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V5C12 4.44772 12.4477 4 13 4C13.5523 4 14 3.55228 14 3V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16L8.5 14.5M8.5 14.5L7 13M8.5 14.5L7 16M8.5 14.5L10 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15.5L17 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-gameboy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 6C15.2766 6 15.6649 6 15.9711 6.12687C16.3795 6.29602 16.704 6.62048 16.8731 7.02886C17 7.33515 17 7.72343 17 8.5C17 9.27657 17 9.66485 16.8731 9.97114C16.704 10.3795 16.3795 10.704 15.9711 10.8731C15.6649 11 15.2766 11 14.5 11L9.5 11C8.72343 11 8.33515 11 8.02886 10.8731C7.62048 10.704 7.29602 10.3795 7.12687 9.97114C7 9.66485 7 9.27657 7 8.5C7 7.72343 7 7.33515 7.12687 7.02886C7.29602 6.62048 7.62048 6.29602 8.02886 6.12687C8.33515 6 8.72343 6 9.5 6L14.5 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 17H9M9 17L7 17M9 17L9 19M9 17L9 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 18V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13V11C21 7.25027 21 5.3754 20.0451 4.06107C19.7367 3.6366 19.3634 3.26331 18.9389 2.95491C17.6246 2 15.7497 2 12 2C8.25027 2 6.3754 2 5.06107 2.95491C4.6366 3.26331 4.26331 3.6366 3.95491 4.06107C3 5.3754 3 7.25027 3 11V13C3 16.7497 3 18.6246 3.95491 19.9389C4.26331 20.3634 4.6366 20.7367 5.06107 21.0451C6.3754 22 8.25027 22 12 22C15.7497 22 17.6246 22 18.9389 21.0451C19.3634 20.7367 19.7367 20.3634 20.0451 19.9389C21 18.6246 21 16.7497 21 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 6C15.2766 6 15.6649 6 15.9711 6.12687C16.3795 6.29602 16.704 6.62048 16.8731 7.02886C17 7.33515 17 7.72343 17 8.5C17 9.27657 17 9.66485 16.8731 9.97114C16.704 10.3795 16.3795 10.704 15.9711 10.8731C15.6649 11 15.2766 11 14.5 11L9.5 11C8.72343 11 8.33515 11 8.02886 10.8731C7.62048 10.704 7.29602 10.3795 7.12687 9.97114C7 9.66485 7 9.27657 7 8.5C7 7.72343 7 7.33515 7.12687 7.02886C7.29602 6.62048 7.62048 6.29602 8.02886 6.12687C8.33515 6 8.72343 6 9.5 6L14.5 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 17H9M9 17L7 17M9 17L9 19M9 17L9 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 18V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13V11C21 7.25027 21 5.3754 20.0451 4.06107C19.7367 3.6366 19.3634 3.26331 18.9389 2.95491C17.6246 2 15.7497 2 12 2C8.25027 2 6.3754 2 5.06107 2.95491C4.6366 3.26331 4.26331 3.6366 3.95491 4.06107C3 5.3754 3 7.25027 3 11V13C3 16.7497 3 18.6246 3.95491 19.9389C4.26331 20.3634 4.6366 20.7367 5.06107 21.0451C6.3754 22 8.25027 22 12 22C15.7497 22 17.6246 22 18.9389 21.0451C19.3634 20.7367 19.7367 20.3634 20.0451 19.9389C21 18.6246 21 16.7497 21 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-google-home{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11.2703C22 16.6439 17.5228 21 12 21C6.47715 21 2 16.6439 2 11.2703C2 8.76656 2.97195 6.48373 4.56875 4.75948C5.01425 4.27842 5.237 4.03789 5.88434 3.71276C6.53168 3.38764 6.98784 3.33859 7.90016 3.24048C9.0225 3.11979 10.5114 3 12 3C13.4886 3 14.9775 3.11979 16.0998 3.24048C17.0122 3.33859 17.4683 3.38764 18.1157 3.71276C18.763 4.03789 18.9857 4.27842 19.4313 4.75948C21.0281 6.48373 22 8.76656 22 11.2703Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 4C18 5.10457 15.3137 6 12 6C8.68629 6 6 5.10457 6 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 11.2703C22 16.6439 17.5228 21 12 21C6.47715 21 2 16.6439 2 11.2703C2 8.76656 2.97195 6.48373 4.56875 4.75948C5.01425 4.27842 5.237 4.03789 5.88434 3.71276C6.53168 3.38764 6.98784 3.33859 7.90016 3.24048C9.0225 3.11979 10.5114 3 12 3C13.4886 3 14.9775 3.11979 16.0998 3.24048C17.0122 3.33859 17.4683 3.38764 18.1157 3.71276C18.763 4.03789 18.9857 4.27842 19.4313 4.75948C21.0281 6.48373 22 8.76656 22 11.2703Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 4C18 5.10457 15.3137 6 12 6C8.68629 6 6 5.10457 6 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-hard-drive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.7104 8.70122L21.9186 12.7288C21.9578 12.8592 21.9773 12.9244 21.9879 12.9914L21.9908 13.0118C22 13.079 22 13.147 22 13.2831C22 16.7797 22 18.528 20.9812 19.6669C20.8824 19.7774 20.7774 19.8824 20.6669 19.9812C19.528 21 17.7797 21 14.2831 21H9.71685C6.22026 21 4.47197 21 3.33311 19.9812C3.22259 19.8824 3.11765 19.7774 3.01877 19.6669C2 18.528 2 16.7797 2 13.2831C2 13.147 2 13.079 2.00915 13.0118L2.01215 12.9914C2.02269 12.9244 2.04225 12.8592 2.08136 12.7288L3.28963 8.70122C4.11355 5.95484 4.5255 4.58166 5.5884 3.79083C6.6513 3 8.08495 3 10.9522 3H13.0478C15.9151 3 17.3487 3 18.4116 3.79083C19.4745 4.58166 19.8865 5.95484 20.7104 8.70122Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 13H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9888 17H18M13 17H13.0112%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.7104 8.70122L21.9186 12.7288C21.9578 12.8592 21.9773 12.9244 21.9879 12.9914L21.9908 13.0118C22 13.079 22 13.147 22 13.2831C22 16.7797 22 18.528 20.9812 19.6669C20.8824 19.7774 20.7774 19.8824 20.6669 19.9812C19.528 21 17.7797 21 14.2831 21H9.71685C6.22026 21 4.47197 21 3.33311 19.9812C3.22259 19.8824 3.11765 19.7774 3.01877 19.6669C2 18.528 2 16.7797 2 13.2831C2 13.147 2 13.079 2.00915 13.0118L2.01215 12.9914C2.02269 12.9244 2.04225 12.8592 2.08136 12.7288L3.28963 8.70122C4.11355 5.95484 4.5255 4.58166 5.5884 3.79083C6.6513 3 8.08495 3 10.9522 3H13.0478C15.9151 3 17.3487 3 18.4116 3.79083C19.4745 4.58166 19.8865 5.95484 20.7104 8.70122Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 13H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9888 17H18M13 17H13.0112%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-hdd{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 14V10C20 6.22876 20 4.34315 18.8973 3.17157C17.7947 2 16.02 2 12.4706 2L11.5294 2C7.98001 2 6.20531 2 5.10266 3.17157C4 4.34315 4 6.22876 4 10L4 14C4 17.7712 4 19.6569 5.10266 20.8284C6.20531 22 7.98001 22 11.5294 22H12.4706C16.02 22 17.7947 22 18.8973 20.8284C20 19.6569 20 17.7712 20 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.80059 12.6645C9.61627 13.4891 10.7485 14 12 14C14.4853 14 16.5 11.9853 16.5 9.5C16.5 7.01472 14.4853 5 12 5C9.51472 5 7.5 7.01472 7.5 9.5C7.5 10.7337 7.9965 11.8515 8.80059 12.6645ZM8.80059 12.6645L12 9.46504%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 19H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 14V10C20 6.22876 20 4.34315 18.8973 3.17157C17.7947 2 16.02 2 12.4706 2L11.5294 2C7.98001 2 6.20531 2 5.10266 3.17157C4 4.34315 4 6.22876 4 10L4 14C4 17.7712 4 19.6569 5.10266 20.8284C6.20531 22 7.98001 22 11.5294 22H12.4706C16.02 22 17.7947 22 18.8973 20.8284C20 19.6569 20 17.7712 20 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.80059 12.6645C9.61627 13.4891 10.7485 14 12 14C14.4853 14 16.5 11.9853 16.5 9.5C16.5 7.01472 14.4853 5 12 5C9.51472 5 7.5 7.01472 7.5 9.5C7.5 10.7337 7.9965 11.8515 8.80059 12.6645ZM8.80059 12.6645L12 9.46504%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 19H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-headset-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2L22 21.9551%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13.9734C21 11.7693 19.2091 9.98242 17 9.98242C16.2532 9.98242 15.602 10.3908 15.2585 10.996M15 14.9712V15.9689C15 17.0711 15.8954 17.9644 17 17.9644C17.309 17.9644 17.6098 17.9295 17.8987 17.8634%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.90819 10.1328C4.22974 10.6068 3 12.1468 3 13.9734C3 16.1775 4.79086 17.9644 7 17.9644C8.10457 17.9644 9 17.0709 9 15.9689V13.2177%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.99116 13.9864C2.99116 12.9761 2.35632 8.16018 5.16685 5.15256M21.0138 16.702V11.0979C21.0138 10.108 20.9066 9.11433 20.5958 8.17432C20.3281 7.36482 19.9888 6.61451 19.3344 5.68963C15.552 0.90082 10.3682 1.58426 7.47429 3.21819M20.3065 20.265C19.9571 20.886 19.391 21.3287 18.7069 21.6124C18.0006 21.9052 17.4337 21.938 16.5713 21.9858C14.9707 21.9858 13.2333 22.005 12.0548 21.9858%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2L22 21.9551%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13.9734C21 11.7693 19.2091 9.98242 17 9.98242C16.2532 9.98242 15.602 10.3908 15.2585 10.996M15 14.9712V15.9689C15 17.0711 15.8954 17.9644 17 17.9644C17.309 17.9644 17.6098 17.9295 17.8987 17.8634%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.90819 10.1328C4.22974 10.6068 3 12.1468 3 13.9734C3 16.1775 4.79086 17.9644 7 17.9644C8.10457 17.9644 9 17.0709 9 15.9689V13.2177%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.99116 13.9864C2.99116 12.9761 2.35632 8.16018 5.16685 5.15256M21.0138 16.702V11.0979C21.0138 10.108 20.9066 9.11433 20.5958 8.17432C20.3281 7.36482 19.9888 6.61451 19.3344 5.68963C15.552 0.90082 10.3682 1.58426 7.47429 3.21819M20.3065 20.265C19.9571 20.886 19.391 21.3287 18.7069 21.6124C18.0006 21.9052 17.4337 21.938 16.5713 21.9858C14.9707 21.9858 13.2333 22.005 12.0548 21.9858%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-headset{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 12C15 10.8954 15.8954 10 17 10C19.2091 10 21 11.7909 21 14C21 16.2091 19.2091 18 17 18C15.8954 18 15 17.1046 15 16V12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 12C9 10.8954 8.10457 10 7 10C4.79086 10 3 11.7909 3 14C3 16.2091 4.79086 18 7 18C8.10457 18 9 17.1046 9 16V12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 14V11C3 6.02944 7.02944 2 12 2C16.9706 2 21 6.02944 21 11V15.8462C21 17.8545 21 18.8586 20.6476 19.6417C20.2465 20.5329 19.5329 21.2465 18.6417 21.6476C17.8586 22 16.8545 22 14.8462 22H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 12C15 10.8954 15.8954 10 17 10C19.2091 10 21 11.7909 21 14C21 16.2091 19.2091 18 17 18C15.8954 18 15 17.1046 15 16V12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 12C9 10.8954 8.10457 10 7 10C4.79086 10 3 11.7909 3 14C3 16.2091 4.79086 18 7 18C8.10457 18 9 17.1046 9 16V12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 14V11C3 6.02944 7.02944 2 12 2C16.9706 2 21 6.02944 21 11V15.8462C21 17.8545 21 18.8586 20.6476 19.6417C20.2465 20.5329 19.5329 21.2465 18.6417 21.6476C17.8586 22 16.8545 22 14.8462 22H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-ipod{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 13.5V10.5C19.5 6.74142 19.5 4.86213 18.5711 3.60746C18.4225 3.40678 18.2587 3.22119 18.0817 3.0528C16.9746 2 15.3164 2 12 2C8.68361 2 7.02541 2 5.91834 3.0528C5.74128 3.22119 5.57752 3.40678 5.42894 3.60746C4.5 4.86213 4.5 6.74142 4.5 10.5V13.5C4.5 17.2586 4.5 19.1379 5.42894 20.3925C5.57752 20.5932 5.74128 20.7788 5.91834 20.9472C7.02541 22 8.68361 22 12 22C15.3164 22 16.9746 22 18.0817 20.9472C18.2587 20.7788 18.4225 20.5932 18.5711 20.3925C19.5 19.1379 19.5 17.2586 19.5 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 16C15 17.6569 13.6569 19 12 19C10.3431 19 9 17.6569 9 16C9 14.3431 10.3431 13 12 13C13.6569 13 15 14.3431 15 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 10H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 13.5V10.5C19.5 6.74142 19.5 4.86213 18.5711 3.60746C18.4225 3.40678 18.2587 3.22119 18.0817 3.0528C16.9746 2 15.3164 2 12 2C8.68361 2 7.02541 2 5.91834 3.0528C5.74128 3.22119 5.57752 3.40678 5.42894 3.60746C4.5 4.86213 4.5 6.74142 4.5 10.5V13.5C4.5 17.2586 4.5 19.1379 5.42894 20.3925C5.57752 20.5932 5.74128 20.7788 5.91834 20.9472C7.02541 22 8.68361 22 12 22C15.3164 22 16.9746 22 18.0817 20.9472C18.2587 20.7788 18.4225 20.5932 18.5711 20.3925C19.5 19.1379 19.5 17.2586 19.5 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 16C15 17.6569 13.6569 19 12 19C10.3431 19 9 17.6569 9 16C9 14.3431 10.3431 13 12 13C13.6569 13 15 14.3431 15 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 10H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-keyboard{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 7H9.5C6.21252 7 4.56878 7 3.46243 7.90796C3.25989 8.07418 3.07418 8.25989 2.90796 8.46243C2 9.56878 2 11.2125 2 14.5C2 17.7875 2 19.4312 2.90796 20.5376C3.07418 20.7401 3.25989 20.9258 3.46243 21.092C4.56878 22 6.21252 22 9.5 22H14.5C17.7875 22 19.4312 22 20.5376 21.092C20.7401 20.9258 20.9258 20.7401 21.092 20.5376C22 19.4312 22 17.7875 22 14.5C22 11.2125 22 9.56878 21.092 8.46243C20.9258 8.25989 20.7401 8.07418 20.5376 7.90796C19.4312 7 17.7875 7 14.5 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V5C12 4.44772 12.4477 4 13 4C13.5523 4 14 3.55228 14 3V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 12L12.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17L17 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 7H9.5C6.21252 7 4.56878 7 3.46243 7.90796C3.25989 8.07418 3.07418 8.25989 2.90796 8.46243C2 9.56878 2 11.2125 2 14.5C2 17.7875 2 19.4312 2.90796 20.5376C3.07418 20.7401 3.25989 20.9258 3.46243 21.092C4.56878 22 6.21252 22 9.5 22H14.5C17.7875 22 19.4312 22 20.5376 21.092C20.7401 20.9258 20.9258 20.7401 21.092 20.5376C22 19.4312 22 17.7875 22 14.5C22 11.2125 22 9.56878 21.092 8.46243C20.9258 8.25989 20.7401 8.07418 20.5376 7.90796C19.4312 7 17.7875 7 14.5 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V5C12 4.44772 12.4477 4 13 4C13.5523 4 14 3.55228 14 3V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 12L12.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17L17 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-lamp{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C13.6348 2 14.4522 2 15.1648 2.28954C15.5483 2.44535 15.9052 2.66072 16.2227 2.92783C16.8128 3.42423 17.1996 4.15077 17.9732 5.60384L18.7735 7.10708C20.174 9.73759 20.8743 11.0528 20.2973 12.0264C19.7203 13 18.2406 13 15.2811 13H8.71885C5.75941 13 4.27968 13 3.7027 12.0264C3.12572 11.0528 3.82597 9.73758 5.22647 7.10708L6.02681 5.60384C6.80043 4.15076 7.18725 3.42423 7.77728 2.92783C8.09479 2.66072 8.45174 2.44535 8.83521 2.28954C9.54784 2 10.3652 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.45585 20.2991C9.72509 19.8443 9.85972 19.6168 10.0568 19.4477C10.2568 19.276 10.5028 19.1476 10.7739 19.0733C11.0411 19 11.3421 19 11.944 19H12.0562C12.6582 19 12.9592 19 13.2263 19.0733C13.4976 19.1476 13.7436 19.2761 13.9437 19.4479C14.1407 19.617 14.2753 19.8445 14.5444 20.2994C14.8656 20.8422 15.0262 21.1136 14.9965 21.3346C14.9666 21.5571 14.8206 21.7567 14.5984 21.8787C14.3777 22 14.0186 22 13.3003 22H10.6999C9.98144 22 9.6222 22 9.40146 21.8787C9.17933 21.7566 9.03337 21.557 9.00349 21.3346C8.97379 21.1135 9.13448 20.8421 9.45585 20.2991Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C13.6348 2 14.4522 2 15.1648 2.28954C15.5483 2.44535 15.9052 2.66072 16.2227 2.92783C16.8128 3.42423 17.1996 4.15077 17.9732 5.60384L18.7735 7.10708C20.174 9.73759 20.8743 11.0528 20.2973 12.0264C19.7203 13 18.2406 13 15.2811 13H8.71885C5.75941 13 4.27968 13 3.7027 12.0264C3.12572 11.0528 3.82597 9.73758 5.22647 7.10708L6.02681 5.60384C6.80043 4.15076 7.18725 3.42423 7.77728 2.92783C8.09479 2.66072 8.45174 2.44535 8.83521 2.28954C9.54784 2 10.3652 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.45585 20.2991C9.72509 19.8443 9.85972 19.6168 10.0568 19.4477C10.2568 19.276 10.5028 19.1476 10.7739 19.0733C11.0411 19 11.3421 19 11.944 19H12.0562C12.6582 19 12.9592 19 13.2263 19.0733C13.4976 19.1476 13.7436 19.2761 13.9437 19.4479C14.1407 19.617 14.2753 19.8445 14.5444 20.2994C14.8656 20.8422 15.0262 21.1136 14.9965 21.3346C14.9666 21.5571 14.8206 21.7567 14.5984 21.8787C14.3777 22 14.0186 22 13.3003 22H10.6999C9.98144 22 9.6222 22 9.40146 21.8787C9.17933 21.7566 9.03337 21.557 9.00349 21.3346C8.97379 21.1135 9.13448 20.8421 9.45585 20.2991Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-laptop-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 6H18M18 6L22 6M18 6L18 2M18 6V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 15V13M4 15V7C4 5.11438 4 4.17157 4.58579 3.58579C5.17157 3 6.11438 3 8 3H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 16.0154L4.01953 15H19.9518L20.5023 16.0154C21.9452 18.677 22.3046 20.0077 21.7561 21.0039C21.2077 22 19.7536 22 16.8454 22L7.15462 22C4.24642 22 2.79231 22 2.24387 21.0039C1.69543 20.0077 2.05474 18.677 3.49762 16.0154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 6H18M18 6L22 6M18 6L18 2M18 6V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 15V13M4 15V7C4 5.11438 4 4.17157 4.58579 3.58579C5.17157 3 6.11438 3 8 3H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 16.0154L4.01953 15H19.9518L20.5023 16.0154C21.9452 18.677 22.3046 20.0077 21.7561 21.0039C21.2077 22 19.7536 22 16.8454 22L7.15462 22C4.24642 22 2.79231 22 2.24387 21.0039C1.69543 20.0077 2.05474 18.677 3.49762 16.0154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-laptop-charging{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 14.5V6.5C20 4.61438 20 3.67157 19.4142 3.08579C18.8284 2.5 17.8856 2.5 16 2.5H8C6.11438 2.5 5.17157 2.5 4.58579 3.08579C4 3.67157 4 4.61438 4 6.5V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 15.5154L4.01953 14.5H19.9518L20.5023 15.5154C21.9452 18.177 22.3046 19.5077 21.7561 20.5039C21.2077 21.5 19.7536 21.5 16.8454 21.5L7.15462 21.5C4.24642 21.5 2.79231 21.5 2.24387 20.5039C1.69543 19.5077 2.05474 18.177 3.49762 15.5154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.4626 6L11.0685 7.81238C10.9192 8.0066 11.0262 8.28605 11.2698 8.33776L12.7301 8.64772C12.9898 8.70285 13.0889 9.01223 12.9073 9.2011L11.1777 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 14.5V6.5C20 4.61438 20 3.67157 19.4142 3.08579C18.8284 2.5 17.8856 2.5 16 2.5H8C6.11438 2.5 5.17157 2.5 4.58579 3.08579C4 3.67157 4 4.61438 4 6.5V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 15.5154L4.01953 14.5H19.9518L20.5023 15.5154C21.9452 18.177 22.3046 19.5077 21.7561 20.5039C21.2077 21.5 19.7536 21.5 16.8454 21.5L7.15462 21.5C4.24642 21.5 2.79231 21.5 2.24387 20.5039C1.69543 19.5077 2.05474 18.177 3.49762 15.5154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.4626 6L11.0685 7.81238C10.9192 8.0066 11.0262 8.28605 11.2698 8.33776L12.7301 8.64772C12.9898 8.70285 13.0889 9.01223 12.9073 9.2011L11.1777 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-laptop-check{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 15V10M4 15V7C4 5.11438 4 4.17157 4.58579 3.58579C5.17157 3 6.11438 3 8 3H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 6 15 6 16 8C16 8 19.1765 3 22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 16.0154L4.01953 15H19.9518L20.5023 16.0154C21.9452 18.677 22.3046 20.0077 21.7561 21.0039C21.2077 22 19.7536 22 16.8454 22L7.15462 22C4.24642 22 2.79231 22 2.24387 21.0039C1.69543 20.0077 2.05474 18.677 3.49762 16.0154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 15V10M4 15V7C4 5.11438 4 4.17157 4.58579 3.58579C5.17157 3 6.11438 3 8 3H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 6 15 6 16 8C16 8 19.1765 3 22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 16.0154L4.01953 15H19.9518L20.5023 16.0154C21.9452 18.677 22.3046 20.0077 21.7561 21.0039C21.2077 22 19.7536 22 16.8454 22L7.15462 22C4.24642 22 2.79231 22 2.24387 21.0039C1.69543 20.0077 2.05474 18.677 3.49762 16.0154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-laptop-cloud{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 15V12M4 15V7C4 5.11438 4 4.17157 4.58579 3.58579C5.17157 3 6.11438 3 8 3H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 16.0154L4.01953 15H19.9518L20.5023 16.0154C21.9452 18.677 22.3046 20.0077 21.7561 21.0039C21.2077 22 19.7536 22 16.8454 22L7.15462 22C4.24642 22 2.79231 22 2.24387 21.0039C1.69543 20.0077 2.05474 18.677 3.49762 16.0154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6.66667C13 7.95533 14.0074 9 15.25 9H19.975C21.0934 9 22 8.0598 22 6.9C22 5.7402 21.0934 4.8 19.975 4.8C19.955 4.8 19.975 2 17.5 2C16.2055 2 15.143 3.03069 15.0342 4.34393C13.8928 4.45657 13 5.45349 13 6.66667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 15V12M4 15V7C4 5.11438 4 4.17157 4.58579 3.58579C5.17157 3 6.11438 3 8 3H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 16.0154L4.01953 15H19.9518L20.5023 16.0154C21.9452 18.677 22.3046 20.0077 21.7561 21.0039C21.2077 22 19.7536 22 16.8454 22L7.15462 22C4.24642 22 2.79231 22 2.24387 21.0039C1.69543 20.0077 2.05474 18.677 3.49762 16.0154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6.66667C13 7.95533 14.0074 9 15.25 9H19.975C21.0934 9 22 8.0598 22 6.9C22 5.7402 21.0934 4.8 19.975 4.8C19.955 4.8 19.975 2 17.5 2C16.2055 2 15.143 3.03069 15.0342 4.34393C13.8928 4.45657 13 5.45349 13 6.66667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-laptop-issue{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 14.5V6.5C20 4.61438 20 3.67157 19.4142 3.08579C18.8284 2.5 17.8856 2.5 16 2.5H8C6.11438 2.5 5.17157 2.5 4.58579 3.08579C4 3.67157 4 4.61438 4 6.5V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 15.5154L4.01953 14.5H19.9518L20.5023 15.5154C21.9452 18.177 22.3046 19.5077 21.7561 20.5039C21.2077 21.5 19.7536 21.5 16.8454 21.5L7.15462 21.5C4.24642 21.5 2.79231 21.5 2.24387 20.5039C1.69543 19.5077 2.05474 18.177 3.49762 15.5154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11H12.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8.5L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 14.5V6.5C20 4.61438 20 3.67157 19.4142 3.08579C18.8284 2.5 17.8856 2.5 16 2.5H8C6.11438 2.5 5.17157 2.5 4.58579 3.08579C4 3.67157 4 4.61438 4 6.5V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 15.5154L4.01953 14.5H19.9518L20.5023 15.5154C21.9452 18.177 22.3046 19.5077 21.7561 20.5039C21.2077 21.5 19.7536 21.5 16.8454 21.5L7.15462 21.5C4.24642 21.5 2.79231 21.5 2.24387 20.5039C1.69543 19.5077 2.05474 18.177 3.49762 15.5154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11H12.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8.5L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-laptop-performance{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 14.5V6.5C20 4.61438 20 3.67157 19.4142 3.08579C18.8284 2.5 17.8856 2.5 16 2.5H8C6.11438 2.5 5.17157 2.5 4.58579 3.08579C4 3.67157 4 4.61438 4 6.5V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8.39353H8.16179C8.97315 8.39353 9.37883 8.39353 9.68856 8.56772C9.99828 8.7419 10.1375 9.04836 10.416 9.66128L10.7525 10.4019C10.9355 10.8046 11.027 11.006 11.1746 10.9998C11.3223 10.9935 11.3869 10.7855 11.5162 10.3695L12.6732 6.64732C12.8063 6.21926 12.8728 6.00523 13.0219 6C13.171 5.99477 13.2605 6.20332 13.4394 6.62043L13.642 7.0928C13.9115 7.72097 14.0462 8.03506 14.3589 8.2143C14.6715 8.39353 15.0846 8.39353 15.9108 8.39353H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 15.5154L4.01953 14.5H19.9518L20.5023 15.5154C21.9452 18.177 22.3046 19.5077 21.7561 20.5039C21.2077 21.5 19.7536 21.5 16.8454 21.5L7.15462 21.5C4.24642 21.5 2.79231 21.5 2.24387 20.5039C1.69543 19.5077 2.05474 18.177 3.49762 15.5154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 14.5V6.5C20 4.61438 20 3.67157 19.4142 3.08579C18.8284 2.5 17.8856 2.5 16 2.5H8C6.11438 2.5 5.17157 2.5 4.58579 3.08579C4 3.67157 4 4.61438 4 6.5V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8.39353H8.16179C8.97315 8.39353 9.37883 8.39353 9.68856 8.56772C9.99828 8.7419 10.1375 9.04836 10.416 9.66128L10.7525 10.4019C10.9355 10.8046 11.027 11.006 11.1746 10.9998C11.3223 10.9935 11.3869 10.7855 11.5162 10.3695L12.6732 6.64732C12.8063 6.21926 12.8728 6.00523 13.0219 6C13.171 5.99477 13.2605 6.20332 13.4394 6.62043L13.642 7.0928C13.9115 7.72097 14.0462 8.03506 14.3589 8.2143C14.6715 8.39353 15.0846 8.39353 15.9108 8.39353H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 15.5154L4.01953 14.5H19.9518L20.5023 15.5154C21.9452 18.177 22.3046 19.5077 21.7561 20.5039C21.2077 21.5 19.7536 21.5 16.8454 21.5L7.15462 21.5C4.24642 21.5 2.79231 21.5 2.24387 20.5039C1.69543 19.5077 2.05474 18.177 3.49762 15.5154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-laptop-phone-sync{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 15V7C4 5.11438 4 4.17157 4.58579 3.58579C5.17157 3 6.11438 3 8 3H11M20 15V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2C19.8856 2 20.8284 2 21.4142 2.58579C22 3.17157 22 4.11438 22 6V8C22 9.88562 22 10.8284 21.4142 11.4142C20.8284 12 19.8856 12 18 12C16.1144 12 15.1716 12 14.5858 11.4142C14 10.8284 14 9.88562 14 8L14 6C14 4.11438 14 3.17157 14.5858 2.58579C15.1716 2 16.1144 2 18 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 16.0154L4.01953 15H19.9518L20.5023 16.0154C21.9452 18.677 22.3046 20.0077 21.7561 21.0039C21.2077 22 19.7536 22 16.8454 22L7.15462 22C4.24642 22 2.79231 22 2.24387 21.0039C1.69543 20.0077 2.05474 18.677 3.49762 16.0154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 15V7C4 5.11438 4 4.17157 4.58579 3.58579C5.17157 3 6.11438 3 8 3H11M20 15V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2C19.8856 2 20.8284 2 21.4142 2.58579C22 3.17157 22 4.11438 22 6V8C22 9.88562 22 10.8284 21.4142 11.4142C20.8284 12 19.8856 12 18 12C16.1144 12 15.1716 12 14.5858 11.4142C14 10.8284 14 9.88562 14 8L14 6C14 4.11438 14 3.17157 14.5858 2.58579C15.1716 2 16.1144 2 18 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 16.0154L4.01953 15H19.9518L20.5023 16.0154C21.9452 18.677 22.3046 20.0077 21.7561 21.0039C21.2077 22 19.7536 22 16.8454 22L7.15462 22C4.24642 22 2.79231 22 2.24387 21.0039C1.69543 20.0077 2.05474 18.677 3.49762 16.0154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-laptop-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 9L18.5 5.5M18.5 5.5L22 2M18.5 5.5L15 2M18.5 5.5L22 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 15V12M4 15V7C4 5.11438 4 4.17157 4.58579 3.58579C5.17157 3 6.11438 3 8 3H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 16.0154L4.01953 15H19.9518L20.5023 16.0154C21.9452 18.677 22.3046 20.0077 21.7561 21.0039C21.2077 22 19.7536 22 16.8454 22L7.15462 22C4.24642 22 2.79231 22 2.24387 21.0039C1.69543 20.0077 2.05474 18.677 3.49762 16.0154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 9L18.5 5.5M18.5 5.5L22 2M18.5 5.5L15 2M18.5 5.5L22 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 15V12M4 15V7C4 5.11438 4 4.17157 4.58579 3.58579C5.17157 3 6.11438 3 8 3H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 16.0154L4.01953 15H19.9518L20.5023 16.0154C21.9452 18.677 22.3046 20.0077 21.7561 21.0039C21.2077 22 19.7536 22 16.8454 22L7.15462 22C4.24642 22 2.79231 22 2.24387 21.0039C1.69543 20.0077 2.05474 18.677 3.49762 16.0154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-laptop-settings{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 15V13.5M4 15V7C4 5.11438 4 4.17157 4.58579 3.58579C5.17157 3 6.11438 3 8 3H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9.71428V11M18 9.71428C16.8432 9.71428 15.8241 9.14608 15.2263 8.28331M18 9.71428C19.1568 9.71428 20.1759 9.14608 20.7737 8.28331M18 3.28571C19.1569 3.28571 20.1761 3.854 20.7738 4.71688M18 3.28571C16.8431 3.28571 15.8239 3.854 15.2262 4.71688M18 3.28571V2M22 3.92857L20.7738 4.71688M14.0004 9.07143L15.2263 8.28331M14 3.92857L15.2262 4.71688M21.9996 9.07143L20.7737 8.28331M20.7738 4.71688C21.1273 5.22711 21.3333 5.84035 21.3333 6.5C21.3333 7.15973 21.1272 7.77304 20.7737 8.28331M15.2262 4.71688C14.8727 5.22711 14.6667 5.84035 14.6667 6.5C14.6667 7.15973 14.8728 7.77304 15.2263 8.28331%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 16.0154L4.01953 15H19.9518L20.5023 16.0154C21.9452 18.677 22.3046 20.0077 21.7561 21.0039C21.2077 22 19.7536 22 16.8454 22L7.15462 22C4.24642 22 2.79231 22 2.24387 21.0039C1.69543 20.0077 2.05474 18.677 3.49762 16.0154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 15V13.5M4 15V7C4 5.11438 4 4.17157 4.58579 3.58579C5.17157 3 6.11438 3 8 3H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9.71428V11M18 9.71428C16.8432 9.71428 15.8241 9.14608 15.2263 8.28331M18 9.71428C19.1568 9.71428 20.1759 9.14608 20.7737 8.28331M18 3.28571C19.1569 3.28571 20.1761 3.854 20.7738 4.71688M18 3.28571C16.8431 3.28571 15.8239 3.854 15.2262 4.71688M18 3.28571V2M22 3.92857L20.7738 4.71688M14.0004 9.07143L15.2263 8.28331M14 3.92857L15.2262 4.71688M21.9996 9.07143L20.7737 8.28331M20.7738 4.71688C21.1273 5.22711 21.3333 5.84035 21.3333 6.5C21.3333 7.15973 21.1272 7.77304 20.7737 8.28331M15.2262 4.71688C14.8727 5.22711 14.6667 5.84035 14.6667 6.5C14.6667 7.15973 14.8728 7.77304 15.2263 8.28331%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 16.0154L4.01953 15H19.9518L20.5023 16.0154C21.9452 18.677 22.3046 20.0077 21.7561 21.0039C21.2077 22 19.7536 22 16.8454 22L7.15462 22C4.24642 22 2.79231 22 2.24387 21.0039C1.69543 20.0077 2.05474 18.677 3.49762 16.0154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-laptop-video{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 15V7C4 5.11438 4 4.17157 4.58579 3.58579C5.17157 3 6.11438 3 8 3H9M20 15V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 16.0154L4.01953 15H19.9518L20.5023 16.0154C21.9452 18.677 22.3046 20.0077 21.7561 21.0039C21.2077 22 19.7536 22 16.8454 22L7.15462 22C4.24642 22 2.79231 22 2.24387 21.0039C1.69543 20.0077 2.05474 18.677 3.49762 16.0154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 4.14631L19.563 4.10086C20.6208 3.3371 21.1498 2.95522 21.5749 3.13961C22 3.324 22 3.9353 22 5.15791V5.84209C22 7.0647 22 7.676 21.5749 7.86039C21.1498 8.04478 20.6208 7.6629 19.563 6.89914L19.5 6.85369M15.5 9H16C17.6499 9 18.4749 9 18.9874 8.55151C19.5 8.10301 19.5 7.38118 19.5 5.9375V5.0625C19.5 3.61882 19.5 2.89699 18.9874 2.44849C18.4749 2 17.6499 2 16 2H15.5C13.8501 2 13.0251 2 12.5126 2.44849C12 2.89699 12 3.61882 12 5.0625V5.9375C12 7.38118 12 8.10301 12.5126 8.55151C13.0251 9 13.8501 9 15.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 15V7C4 5.11438 4 4.17157 4.58579 3.58579C5.17157 3 6.11438 3 8 3H9M20 15V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 16.0154L4.01953 15H19.9518L20.5023 16.0154C21.9452 18.677 22.3046 20.0077 21.7561 21.0039C21.2077 22 19.7536 22 16.8454 22L7.15462 22C4.24642 22 2.79231 22 2.24387 21.0039C1.69543 20.0077 2.05474 18.677 3.49762 16.0154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 4.14631L19.563 4.10086C20.6208 3.3371 21.1498 2.95522 21.5749 3.13961C22 3.324 22 3.9353 22 5.15791V5.84209C22 7.0647 22 7.676 21.5749 7.86039C21.1498 8.04478 20.6208 7.6629 19.563 6.89914L19.5 6.85369M15.5 9H16C17.6499 9 18.4749 9 18.9874 8.55151C19.5 8.10301 19.5 7.38118 19.5 5.9375V5.0625C19.5 3.61882 19.5 2.89699 18.9874 2.44849C18.4749 2 17.6499 2 16 2H15.5C13.8501 2 13.0251 2 12.5126 2.44849C12 2.89699 12 3.61882 12 5.0625V5.9375C12 7.38118 12 8.10301 12.5126 8.55151C13.0251 9 13.8501 9 15.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-laptop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 14.5V6.5C20 4.61438 20 3.67157 19.4142 3.08579C18.8284 2.5 17.8856 2.5 16 2.5H8C6.11438 2.5 5.17157 2.5 4.58579 3.08579C4 3.67157 4 4.61438 4 6.5V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5.5H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 15.5154L4.01953 14.5H19.9518L20.5023 15.5154C21.9452 18.177 22.3046 19.5077 21.7561 20.5039C21.2077 21.5 19.7536 21.5 16.8454 21.5L7.15462 21.5C4.24642 21.5 2.79231 21.5 2.24387 20.5039C1.69543 19.5077 2.05474 18.177 3.49762 15.5154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 14.5V6.5C20 4.61438 20 3.67157 19.4142 3.08579C18.8284 2.5 17.8856 2.5 16 2.5H8C6.11438 2.5 5.17157 2.5 4.58579 3.08579C4 3.67157 4 4.61438 4 6.5V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5.5H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 15.5154L4.01953 14.5H19.9518L20.5023 15.5154C21.9452 18.177 22.3046 19.5077 21.7561 20.5039C21.2077 21.5 19.7536 21.5 16.8454 21.5L7.15462 21.5C4.24642 21.5 2.79231 21.5 2.24387 20.5039C1.69543 19.5077 2.05474 18.177 3.49762 15.5154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-megaphone-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9263 2.91103L8.27352 6.10452C7.76151 6.35029 7.21443 6.41187 6.65675 6.28693C6.29177 6.20517 6.10926 6.16429 5.9623 6.14751C4.13743 5.93912 3 7.38342 3 9.04427V9.95573C3 11.6166 4.13743 13.0609 5.9623 12.8525C6.10926 12.8357 6.29178 12.7948 6.65675 12.7131C7.21443 12.5881 7.76151 12.6497 8.27352 12.8955L14.9263 16.089C16.4534 16.8221 17.217 17.1886 18.0684 16.9029C18.9197 16.6172 19.2119 16.0041 19.7964 14.778C21.4012 11.4112 21.4012 7.58885 19.7964 4.22196C19.2119 2.99586 18.9197 2.38281 18.0684 2.0971C17.217 1.8114 16.4534 2.17794 14.9263 2.91103Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.4581 20.7709L9.96674 22C6.60515 19.3339 7.01583 18.0625 7.01583 13H8.14966C8.60978 15.8609 9.69512 17.216 11.1927 18.197C12.1152 18.8012 12.3054 20.0725 11.4581 20.7709Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 12.5V6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9263 2.91103L8.27352 6.10452C7.76151 6.35029 7.21443 6.41187 6.65675 6.28693C6.29177 6.20517 6.10926 6.16429 5.9623 6.14751C4.13743 5.93912 3 7.38342 3 9.04427V9.95573C3 11.6166 4.13743 13.0609 5.9623 12.8525C6.10926 12.8357 6.29178 12.7948 6.65675 12.7131C7.21443 12.5881 7.76151 12.6497 8.27352 12.8955L14.9263 16.089C16.4534 16.8221 17.217 17.1886 18.0684 16.9029C18.9197 16.6172 19.2119 16.0041 19.7964 14.778C21.4012 11.4112 21.4012 7.58885 19.7964 4.22196C19.2119 2.99586 18.9197 2.38281 18.0684 2.0971C17.217 1.8114 16.4534 2.17794 14.9263 2.91103Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.4581 20.7709L9.96674 22C6.60515 19.3339 7.01583 18.0625 7.01583 13H8.14966C8.60978 15.8609 9.69512 17.216 11.1927 18.197C12.1152 18.8012 12.3054 20.0725 11.4581 20.7709Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 12.5V6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-megaphone-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9263 4.41103L8.27352 7.60452C7.76151 7.85029 7.21443 7.91187 6.65675 7.78693C6.29177 7.70517 6.10926 7.66429 5.9623 7.64751C4.13743 7.43912 3 8.88342 3 10.5443V11.4557C3 13.1166 4.13743 14.5609 5.9623 14.3525C6.10926 14.3357 6.29178 14.2948 6.65675 14.2131C7.21443 14.0881 7.76151 14.1497 8.27352 14.3955L14.9263 17.589C16.4534 18.3221 17.217 18.6886 18.0684 18.4029C18.9197 18.1172 19.2119 17.5041 19.7964 16.278C21.4012 12.9112 21.4012 9.08885 19.7964 5.72196C19.2119 4.49586 18.9197 3.88281 18.0684 3.5971C17.217 3.3114 16.4534 3.67794 14.9263 4.41103Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 17V17.5C13 18.7841 13 19.4261 12.776 19.7886C12.4773 20.2719 11.9312 20.545 11.3653 20.4939C10.9409 20.4557 10.4273 20.0704 9.4 19.3L8.2 18.4C7.22253 17.6669 7 17.2218 7 16V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 14V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9263 4.41103L8.27352 7.60452C7.76151 7.85029 7.21443 7.91187 6.65675 7.78693C6.29177 7.70517 6.10926 7.66429 5.9623 7.64751C4.13743 7.43912 3 8.88342 3 10.5443V11.4557C3 13.1166 4.13743 14.5609 5.9623 14.3525C6.10926 14.3357 6.29178 14.2948 6.65675 14.2131C7.21443 14.0881 7.76151 14.1497 8.27352 14.3955L14.9263 17.589C16.4534 18.3221 17.217 18.6886 18.0684 18.4029C18.9197 18.1172 19.2119 17.5041 19.7964 16.278C21.4012 12.9112 21.4012 9.08885 19.7964 5.72196C19.2119 4.49586 18.9197 3.88281 18.0684 3.5971C17.217 3.3114 16.4534 3.67794 14.9263 4.41103Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 17V17.5C13 18.7841 13 19.4261 12.776 19.7886C12.4773 20.2719 11.9312 20.545 11.3653 20.4939C10.9409 20.4557 10.4273 20.0704 9.4 19.3L8.2 18.4C7.22253 17.6669 7 17.2218 7 16V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 14V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-mirroring-screen{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 21C4 19.8954 3.10457 19 2 19M8 21C8 17.6863 5.31371 15 2 15M12 21C12 15.4772 7.52285 11 2 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8.00027C3.0779 6.12787 3.32904 4.97985 4.1387 4.17164C5.31244 3 7.20153 3 10.9797 3H13.9853C17.7634 3 19.6525 3 20.8263 4.17164C22 5.34327 22 7.229 22 11.0004V12.0005C22 15.7719 22 17.6577 20.8263 18.8293C19.7612 19.8924 18.1071 19.9909 14.9871 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 21C4 19.8954 3.10457 19 2 19M8 21C8 17.6863 5.31371 15 2 15M12 21C12 15.4772 7.52285 11 2 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8.00027C3.0779 6.12787 3.32904 4.97985 4.1387 4.17164C5.31244 3 7.20153 3 10.9797 3H13.9853C17.7634 3 19.6525 3 20.8263 4.17164C22 5.34327 22 7.229 22 11.0004V12.0005C22 15.7719 22 17.6577 20.8263 18.8293C19.7612 19.8924 18.1071 19.9909 14.9871 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-modern-tv-4k{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 7V10M10.5 10V13M10.5 10H8.5C7.55719 10 7.08579 10 6.79289 9.70711C6.5 9.41421 6.5 8.94281 6.5 8V7M13.5 13V10M13.5 10V7M13.5 10L17.5 7M13.5 10L17.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.22876 2 10 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10C22 13.7712 22 15.6569 20.8284 16.8284C19.6569 18 17.7712 18 14 18H10C6.22876 18 4.34315 18 3.17157 16.8284C2 15.6569 2 13.7712 2 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 22C14.8233 21.364 13.4571 21 12 21C10.5429 21 9.17669 21.364 8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 7V10M10.5 10V13M10.5 10H8.5C7.55719 10 7.08579 10 6.79289 9.70711C6.5 9.41421 6.5 8.94281 6.5 8V7M13.5 13V10M13.5 10V7M13.5 10L17.5 7M13.5 10L17.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.22876 2 10 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10C22 13.7712 22 15.6569 20.8284 16.8284C19.6569 18 17.7712 18 14 18H10C6.22876 18 4.34315 18 3.17157 16.8284C2 15.6569 2 13.7712 2 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 22C14.8233 21.364 13.4571 21 12 21C10.5429 21 9.17669 21.364 8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-modern-tv-issue{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.22876 2 10 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10C22 13.7712 22 15.6569 20.8284 16.8284C19.6569 18 17.7712 18 14 18H10C6.22876 18 4.34315 18 3.17157 16.8284C2 15.6569 2 13.7712 2 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 22C14.8233 21.364 13.4571 21 12 21C10.5429 21 9.17669 21.364 8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 14H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11L12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.22876 2 10 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10C22 13.7712 22 15.6569 20.8284 16.8284C19.6569 18 17.7712 18 14 18H10C6.22876 18 4.34315 18 3.17157 16.8284C2 15.6569 2 13.7712 2 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 22C14.8233 21.364 13.4571 21 12 21C10.5429 21 9.17669 21.364 8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 14H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11L12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-modern-tv{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.22876 2 10 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10C22 13.7712 22 15.6569 20.8284 16.8284C19.6569 18 17.7712 18 14 18H10C6.22876 18 4.34315 18 3.17157 16.8284C2 15.6569 2 13.7712 2 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 22C14.8233 21.364 13.4571 21 12 21C10.5429 21 9.17669 21.364 8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.22876 2 10 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10C22 13.7712 22 15.6569 20.8284 16.8284C19.6569 18 17.7712 18 14 18H10C6.22876 18 4.34315 18 3.17157 16.8284C2 15.6569 2 13.7712 2 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 22C14.8233 21.364 13.4571 21 12 21C10.5429 21 9.17669 21.364 8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-mouse-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C18 22 19.5 17.49 19.5 12C19.5 6.50998 18 2 12 2C5.99993 2 4.5 6.50996 4.5 12C4.5 17.49 5.99993 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 7.5C10.5 7.03406 10.5 6.80109 10.5761 6.61732C10.6776 6.37229 10.8723 6.17761 11.1173 6.07612C11.3011 6 11.5341 6 12 6C12.4659 6 12.6989 6 12.8827 6.07612C13.1277 6.17761 13.3224 6.37229 13.4239 6.61732C13.5 6.80109 13.5 7.03406 13.5 7.5V9.5C13.5 9.96594 13.5 10.1989 13.4239 10.3827C13.3224 10.6277 13.1277 10.8224 12.8827 10.9239C12.6989 11 12.4659 11 12 11C11.5341 11 11.3011 11 11.1173 10.9239C10.8723 10.8224 10.6776 10.6277 10.5761 10.3827C10.5 10.1989 10.5 9.96594 10.5 9.5V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 6V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C18 22 19.5 17.49 19.5 12C19.5 6.50998 18 2 12 2C5.99993 2 4.5 6.50996 4.5 12C4.5 17.49 5.99993 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 7.5C10.5 7.03406 10.5 6.80109 10.5761 6.61732C10.6776 6.37229 10.8723 6.17761 11.1173 6.07612C11.3011 6 11.5341 6 12 6C12.4659 6 12.6989 6 12.8827 6.07612C13.1277 6.17761 13.3224 6.37229 13.4239 6.61732C13.5 6.80109 13.5 7.03406 13.5 7.5V9.5C13.5 9.96594 13.5 10.1989 13.4239 10.3827C13.3224 10.6277 13.1277 10.8224 12.8827 10.9239C12.6989 11 12.4659 11 12 11C11.5341 11 11.3011 11 11.1173 10.9239C10.8723 10.8224 10.6776 10.6277 10.5761 10.3827C10.5 10.1989 10.5 9.96594 10.5 9.5V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 6V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-mouse-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.74061 17.0888C4.93047 19.4803 6.82417 21.511 9.26502 21.8118C10.1626 21.9223 11.0752 22 12 22C12.9247 22 13.8373 21.9223 14.7349 21.8118C17.1758 21.511 19.0694 19.4803 19.2593 17.0888C19.3909 15.4317 19.5 13.732 19.5 12C19.5 10.268 19.3909 8.56832 19.2593 6.91118C19.0694 4.51965 17.1758 2.48893 14.7349 2.1882C13.8373 2.07762 12.9247 2 12 2C11.0752 2 10.1626 2.07762 9.26502 2.1882C6.82417 2.48893 4.93047 4.51965 4.74061 6.91118C4.60903 8.56832 4.5 10.268 4.5 12C4.5 13.732 4.60903 15.4317 4.74061 17.0888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 6L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.74061 17.0888C4.93047 19.4803 6.82417 21.511 9.26502 21.8118C10.1626 21.9223 11.0752 22 12 22C12.9247 22 13.8373 21.9223 14.7349 21.8118C17.1758 21.511 19.0694 19.4803 19.2593 17.0888C19.3909 15.4317 19.5 13.732 19.5 12C19.5 10.268 19.3909 8.56832 19.2593 6.91118C19.0694 4.51965 17.1758 2.48893 14.7349 2.1882C13.8373 2.07762 12.9247 2 12 2C11.0752 2 10.1626 2.07762 9.26502 2.1882C6.82417 2.48893 4.93047 4.51965 4.74061 6.91118C4.60903 8.56832 4.5 10.268 4.5 12C4.5 13.732 4.60903 15.4317 4.74061 17.0888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 6L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-pen-connect-bluetooth{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.35588 7.05145L8.12475 8.96165C8.7073 9.36354 8.99857 9.56449 8.99999 9.83111C9.00142 10.0977 8.7123 10.3009 8.13407 10.7072L7.55758 11.1123C6.6051 11.7815 6.12886 12.1162 5.74237 11.9635C5.35588 11.8109 5.35588 11.2882 5.35588 10.2427V7.05145ZM5.35588 7.05145L5.2813 7M5.35588 7.05145V6.94855M5.2813 7L2 4.73627M5.2813 7L5.35588 6.94855M5.2813 7L2 9.26373M5.35588 6.94855L8.12475 5.03835C8.7073 4.63646 8.99857 4.43551 8.99999 4.16889C9.00142 3.90227 8.7123 3.69912 8.13407 3.29281L7.55758 2.88774C6.6051 2.21847 6.12886 1.88383 5.74237 2.03647C5.35588 2.18911 5.35588 2.71182 5.35588 3.75726V6.94855Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2141 7.98239L18.6158 6.58063C19.39 5.80646 20.6452 5.80646 21.4194 6.58063C22.1935 7.3548 22.1935 8.60998 21.4194 9.38415L20.0176 10.7859M17.2141 7.98239L8.98023 16.2163C7.93493 17.2616 7.41226 17.7842 7.05637 18.4211C6.70047 19.058 6.52927 19.7771 6.18687 21.2151L6 22L6.78486 21.8131C8.22295 21.4707 8.94199 21.2995 9.57889 20.9436C10.2158 20.5877 10.7384 20.0651 11.7837 19.0198L20.0176 10.7859M17.2141 7.98239L20.0176 10.7859%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.35588 7.05145L8.12475 8.96165C8.7073 9.36354 8.99857 9.56449 8.99999 9.83111C9.00142 10.0977 8.7123 10.3009 8.13407 10.7072L7.55758 11.1123C6.6051 11.7815 6.12886 12.1162 5.74237 11.9635C5.35588 11.8109 5.35588 11.2882 5.35588 10.2427V7.05145ZM5.35588 7.05145L5.2813 7M5.35588 7.05145V6.94855M5.2813 7L2 4.73627M5.2813 7L5.35588 6.94855M5.2813 7L2 9.26373M5.35588 6.94855L8.12475 5.03835C8.7073 4.63646 8.99857 4.43551 8.99999 4.16889C9.00142 3.90227 8.7123 3.69912 8.13407 3.29281L7.55758 2.88774C6.6051 2.21847 6.12886 1.88383 5.74237 2.03647C5.35588 2.18911 5.35588 2.71182 5.35588 3.75726V6.94855Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2141 7.98239L18.6158 6.58063C19.39 5.80646 20.6452 5.80646 21.4194 6.58063C22.1935 7.3548 22.1935 8.60998 21.4194 9.38415L20.0176 10.7859M17.2141 7.98239L8.98023 16.2163C7.93493 17.2616 7.41226 17.7842 7.05637 18.4211C6.70047 19.058 6.52927 19.7771 6.18687 21.2151L6 22L6.78486 21.8131C8.22295 21.4707 8.94199 21.2995 9.57889 20.9436C10.2158 20.5877 10.7384 20.0651 11.7837 19.0198L20.0176 10.7859M17.2141 7.98239L20.0176 10.7859%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-pen-connect-usb{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.2141 7.98239L18.6158 6.58063C19.39 5.80646 20.6452 5.80646 21.4194 6.58063C22.1935 7.3548 22.1935 8.60998 21.4194 9.38415L20.0176 10.7859M17.2141 7.98239L8.98023 16.2163C7.93493 17.2616 7.41226 17.7842 7.05637 18.4211C6.70047 19.058 6.52927 19.7771 6.18687 21.2151L6 22L6.78486 21.8131C8.22295 21.4707 8.94199 21.2995 9.57889 20.9436C10.2158 20.5877 10.7384 20.0651 11.7837 19.0198L20.0176 10.7859M17.2141 7.98239L20.0176 10.7859%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4.25C1.58579 4.25 1.25 4.58579 1.25 5C1.25 5.41421 1.58579 5.75 2 5.75V4.25ZM8.71151 5.23717C8.8425 4.84421 8.63013 4.41947 8.23717 4.28849C7.84421 4.1575 7.41947 4.36987 7.28849 4.76283L8.71151 5.23717ZM7.45585 6.63246L8.16736 6.86963L7.45585 6.63246ZM5.5 7.25C5.08579 7.25 4.75 7.58579 4.75 8C4.75 8.41421 5.08579 8.75 5.5 8.75V7.25ZM6.86395 7.81124L7.30248 8.41967L6.86395 7.81124ZM5.78849 5.23717C5.91947 5.63013 6.34421 5.8425 6.73717 5.71151C7.13013 5.58053 7.3425 5.15579 7.21151 4.76283L5.78849 5.23717ZM5.95585 3.36754L6.66736 3.13037V3.13037L5.95585 3.36754ZM4 1.25C3.58579 1.25 3.25 1.58579 3.25 2C3.25 2.41421 3.58579 2.75 4 2.75V1.25ZM5.36395 2.18876L4.92542 2.79719L4.92542 2.79719L5.36395 2.18876ZM10 4.25H2V5.75H10V4.25ZM7.28849 4.76283L6.74434 6.39529L8.16736 6.86963L8.71151 5.23717L7.28849 4.76283ZM5.55848 7.25H5.5V8.75H5.55848V7.25ZM6.74434 6.39529C6.62887 6.74168 6.56111 6.94137 6.49559 7.08222C6.46603 7.14577 6.44572 7.17719 6.43484 7.19176C6.42981 7.19851 6.42698 7.20138 6.42637 7.20199C6.42588 7.20248 6.4258 7.20253 6.42542 7.20281L7.30248 8.41967C7.57541 8.22296 7.73754 7.96876 7.85562 7.71492C7.96557 7.47857 8.06282 7.18325 8.16736 6.86963L6.74434 6.39529ZM5.55848 8.75C5.88907 8.75 6.19999 8.75113 6.45898 8.72156C6.73713 8.68981 7.02955 8.61639 7.30248 8.41967L6.42542 7.20281C6.42503 7.20309 6.42496 7.20314 6.42434 7.20346C6.42357 7.20384 6.41995 7.20561 6.41196 7.20826C6.39469 7.21396 6.35846 7.2233 6.28883 7.23125C6.13449 7.24887 5.92362 7.25 5.55848 7.25V8.75ZM7.21151 4.76283L6.66736 3.13037L5.24434 3.60472L5.78849 5.23717L7.21151 4.76283ZM4.05848 1.25H4V2.75H4.05848V1.25ZM6.66736 3.13037C6.56282 2.81675 6.46557 2.52143 6.35562 2.28508C6.23754 2.03124 6.07541 1.77704 5.80248 1.58033L4.92542 2.79719C4.9258 2.79747 4.92588 2.79752 4.92637 2.79801C4.92698 2.79862 4.92981 2.80149 4.93484 2.80824C4.94572 2.82281 4.96603 2.85423 4.99559 2.91778C5.06111 3.05863 5.12887 3.25832 5.24434 3.60472L6.66736 3.13037ZM4.05848 2.75C4.42362 2.75 4.63449 2.75113 4.78883 2.76875C4.85846 2.7767 4.89469 2.78604 4.91196 2.79174C4.91995 2.79439 4.92357 2.79616 4.92434 2.79654C4.92496 2.79686 4.92503 2.79691 4.92542 2.79719L5.80248 1.58033C5.52955 1.38361 5.23713 1.31019 4.95898 1.27844C4.69999 1.24887 4.38907 1.25 4.05848 1.25V2.75ZM11 4.75C11.1381 4.75 11.25 4.86193 11.25 5H12.75C12.75 4.0335 11.9665 3.25 11 3.25V4.75ZM11.25 5C11.25 5.13807 11.1381 5.25 11 5.25V6.75C11.9665 6.75 12.75 5.9665 12.75 5H11.25ZM11 5.25C10.8619 5.25 10.75 5.13807 10.75 5H9.25C9.25 5.9665 10.0335 6.75 11 6.75V5.25ZM10.75 5C10.75 4.86193 10.8619 4.75 11 4.75V3.25C10.0335 3.25 9.25 4.0335 9.25 5H10.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.2141 7.98239L18.6158 6.58063C19.39 5.80646 20.6452 5.80646 21.4194 6.58063C22.1935 7.3548 22.1935 8.60998 21.4194 9.38415L20.0176 10.7859M17.2141 7.98239L8.98023 16.2163C7.93493 17.2616 7.41226 17.7842 7.05637 18.4211C6.70047 19.058 6.52927 19.7771 6.18687 21.2151L6 22L6.78486 21.8131C8.22295 21.4707 8.94199 21.2995 9.57889 20.9436C10.2158 20.5877 10.7384 20.0651 11.7837 19.0198L20.0176 10.7859M17.2141 7.98239L20.0176 10.7859%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4.25C1.58579 4.25 1.25 4.58579 1.25 5C1.25 5.41421 1.58579 5.75 2 5.75V4.25ZM8.71151 5.23717C8.8425 4.84421 8.63013 4.41947 8.23717 4.28849C7.84421 4.1575 7.41947 4.36987 7.28849 4.76283L8.71151 5.23717ZM7.45585 6.63246L8.16736 6.86963L7.45585 6.63246ZM5.5 7.25C5.08579 7.25 4.75 7.58579 4.75 8C4.75 8.41421 5.08579 8.75 5.5 8.75V7.25ZM6.86395 7.81124L7.30248 8.41967L6.86395 7.81124ZM5.78849 5.23717C5.91947 5.63013 6.34421 5.8425 6.73717 5.71151C7.13013 5.58053 7.3425 5.15579 7.21151 4.76283L5.78849 5.23717ZM5.95585 3.36754L6.66736 3.13037V3.13037L5.95585 3.36754ZM4 1.25C3.58579 1.25 3.25 1.58579 3.25 2C3.25 2.41421 3.58579 2.75 4 2.75V1.25ZM5.36395 2.18876L4.92542 2.79719L4.92542 2.79719L5.36395 2.18876ZM10 4.25H2V5.75H10V4.25ZM7.28849 4.76283L6.74434 6.39529L8.16736 6.86963L8.71151 5.23717L7.28849 4.76283ZM5.55848 7.25H5.5V8.75H5.55848V7.25ZM6.74434 6.39529C6.62887 6.74168 6.56111 6.94137 6.49559 7.08222C6.46603 7.14577 6.44572 7.17719 6.43484 7.19176C6.42981 7.19851 6.42698 7.20138 6.42637 7.20199C6.42588 7.20248 6.4258 7.20253 6.42542 7.20281L7.30248 8.41967C7.57541 8.22296 7.73754 7.96876 7.85562 7.71492C7.96557 7.47857 8.06282 7.18325 8.16736 6.86963L6.74434 6.39529ZM5.55848 8.75C5.88907 8.75 6.19999 8.75113 6.45898 8.72156C6.73713 8.68981 7.02955 8.61639 7.30248 8.41967L6.42542 7.20281C6.42503 7.20309 6.42496 7.20314 6.42434 7.20346C6.42357 7.20384 6.41995 7.20561 6.41196 7.20826C6.39469 7.21396 6.35846 7.2233 6.28883 7.23125C6.13449 7.24887 5.92362 7.25 5.55848 7.25V8.75ZM7.21151 4.76283L6.66736 3.13037L5.24434 3.60472L5.78849 5.23717L7.21151 4.76283ZM4.05848 1.25H4V2.75H4.05848V1.25ZM6.66736 3.13037C6.56282 2.81675 6.46557 2.52143 6.35562 2.28508C6.23754 2.03124 6.07541 1.77704 5.80248 1.58033L4.92542 2.79719C4.9258 2.79747 4.92588 2.79752 4.92637 2.79801C4.92698 2.79862 4.92981 2.80149 4.93484 2.80824C4.94572 2.82281 4.96603 2.85423 4.99559 2.91778C5.06111 3.05863 5.12887 3.25832 5.24434 3.60472L6.66736 3.13037ZM4.05848 2.75C4.42362 2.75 4.63449 2.75113 4.78883 2.76875C4.85846 2.7767 4.89469 2.78604 4.91196 2.79174C4.91995 2.79439 4.92357 2.79616 4.92434 2.79654C4.92496 2.79686 4.92503 2.79691 4.92542 2.79719L5.80248 1.58033C5.52955 1.38361 5.23713 1.31019 4.95898 1.27844C4.69999 1.24887 4.38907 1.25 4.05848 1.25V2.75ZM11 4.75C11.1381 4.75 11.25 4.86193 11.25 5H12.75C12.75 4.0335 11.9665 3.25 11 3.25V4.75ZM11.25 5C11.25 5.13807 11.1381 5.25 11 5.25V6.75C11.9665 6.75 12.75 5.9665 12.75 5H11.25ZM11 5.25C10.8619 5.25 10.75 5.13807 10.75 5H9.25C9.25 5.9665 10.0335 6.75 11 6.75V5.25ZM10.75 5C10.75 4.86193 10.8619 4.75 11 4.75V3.25C10.0335 3.25 9.25 4.0335 9.25 5H10.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-pen-connect-wifi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.2141 7.98239L18.6158 6.58063C19.39 5.80646 20.6452 5.80646 21.4194 6.58063C22.1935 7.3548 22.1935 8.60998 21.4194 9.38415L20.0176 10.7859M17.2141 7.98239L8.98023 16.2163C7.93493 17.2616 7.41226 17.7842 7.05637 18.4211C6.70047 19.058 6.52927 19.7771 6.18687 21.2151L6 22L6.78486 21.8131C8.22295 21.4707 8.94199 21.2995 9.57889 20.9436C10.2158 20.5877 10.7384 20.0651 11.7837 19.0198L20.0176 10.7859M17.2141 7.98239L20.0176 10.7859%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.49103 10H7.50001M13 4.41644C11.5924 2.92344 9.64788 2 7.5 2C5.35212 2 3.40757 2.92344 2 4.41644M4.75 7.33333C5.45379 6.58683 6.42606 6.12512 7.5 6.12512C8.57394 6.12512 9.54621 6.58683 10.25 7.33333%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.2141 7.98239L18.6158 6.58063C19.39 5.80646 20.6452 5.80646 21.4194 6.58063C22.1935 7.3548 22.1935 8.60998 21.4194 9.38415L20.0176 10.7859M17.2141 7.98239L8.98023 16.2163C7.93493 17.2616 7.41226 17.7842 7.05637 18.4211C6.70047 19.058 6.52927 19.7771 6.18687 21.2151L6 22L6.78486 21.8131C8.22295 21.4707 8.94199 21.2995 9.57889 20.9436C10.2158 20.5877 10.7384 20.0651 11.7837 19.0198L20.0176 10.7859M17.2141 7.98239L20.0176 10.7859%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.49103 10H7.50001M13 4.41644C11.5924 2.92344 9.64788 2 7.5 2C5.35212 2 3.40757 2.92344 2 4.41644M4.75 7.33333C5.45379 6.58683 6.42606 6.12512 7.5 6.12512C8.57394 6.12512 9.54621 6.58683 10.25 7.33333%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-phone-off-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 2L9.089 2.53402C9.28188 3.69129 9.37832 4.26993 9.77519 4.62204C10.1892 4.98934 10.7761 5 12 5C13.2239 5 13.8108 4.98934 14.2248 4.62204C14.6217 4.26993 14.7181 3.69129 14.911 2.53402L15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9827 18.9959C18.8029 20.9154 17.4157 22.0002 15.4827 22.0002H8.49121C6.55821 22.0002 4.99121 20.4332 4.99121 18.5002L5.09144 5.48584%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.14062 2.27035C7.55637 2.09621 8.01286 2 8.49182 2H15.4833C17.4163 2 18.9833 3.567 18.9833 5.5V15.0051%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 2L9.089 2.53402C9.28188 3.69129 9.37832 4.26993 9.77519 4.62204C10.1892 4.98934 10.7761 5 12 5C13.2239 5 13.8108 4.98934 14.2248 4.62204C14.6217 4.26993 14.7181 3.69129 14.911 2.53402L15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9827 18.9959C18.8029 20.9154 17.4157 22.0002 15.4827 22.0002H8.49121C6.55821 22.0002 4.99121 20.4332 4.99121 18.5002L5.09144 5.48584%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.14062 2.27035C7.55637 2.09621 8.01286 2 8.49182 2H15.4833C17.4163 2 18.9833 3.567 18.9833 5.5V15.0051%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-phone-off-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19H12.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9954 18.9954C18.8156 20.9149 17.4284 21.9997 15.4954 21.9997H8.50391C6.57091 21.9997 5.00391 20.4327 5.00391 18.4997L5.10413 5.48535%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.15332 2.27035C7.56907 2.09621 8.02556 2 8.50452 2H15.496C17.429 2 18.996 3.567 18.996 5.5V15.0051%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19H12.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9954 18.9954C18.8156 20.9149 17.4284 21.9997 15.4954 21.9997H8.50391C6.57091 21.9997 5.00391 20.4327 5.00391 18.4997L5.10413 5.48535%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.15332 2.27035C7.56907 2.09621 8.02556 2 8.50452 2H15.496C17.429 2 18.996 3.567 18.996 5.5V15.0051%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-printer-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.35396 18C5.23084 18 4.16928 18 3.41349 17.5468C2.91953 17.2506 2.52158 16.8271 2.26475 16.3242C1.87179 15.5547 1.97742 14.5373 2.18868 12.5025C2.36503 10.8039 2.45321 9.95455 2.88684 9.33081C3.17153 8.92129 3.55659 8.58564 4.00797 8.35353C4.69548 8 5.58164 8 7.35396 8H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.2522 17C21.4443 16.7952 21.607 16.5648 21.7348 16.3149C22.1278 15.5463 22.0221 14.53 21.8109 12.4974C21.6345 10.8007 21.5463 9.95233 21.1127 9.32928C20.828 8.92022 20.443 8.58494 19.9916 8.35309C19.3041 7.99995 18.4179 7.99995 16.6456 7.99995H12.5M17.0009 8V6.00914C17.0009 4.13213 17.0009 3.19363 16.4151 2.61052C15.8293 2.02741 14.8865 2.02741 13.0009 2.02741H11.0009C9.95416 2.02741 8.27325 1.7914 7.5 2.70441%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9887 16L10.0113 16C9.32602 16 8.98337 16 8.69183 16.1089C8.30311 16.254 7.97026 16.536 7.7462 16.9099C7.57815 17.1904 7.49505 17.5511 7.32884 18.2724C7.06913 19.3995 6.93928 19.963 7.02759 20.4149C7.14535 21.0174 7.51237 21.5274 8.02252 21.7974C8.40513 22 8.94052 22 10.0113 22L13.9887 22C15.0595 22 15.5949 22 15.9775 21.7974C16.4876 21.5274 16.8547 21.0174 16.9724 20.4149C17.0607 19.963 16.9309 19.3995 16.6712 18.2724C16.505 17.5511 16.4218 17.1904 16.2538 16.9099C16.0297 16.536 15.6969 16.254 15.3082 16.1089C15.0166 16 14.674 16 13.9887 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.35396 18C5.23084 18 4.16928 18 3.41349 17.5468C2.91953 17.2506 2.52158 16.8271 2.26475 16.3242C1.87179 15.5547 1.97742 14.5373 2.18868 12.5025C2.36503 10.8039 2.45321 9.95455 2.88684 9.33081C3.17153 8.92129 3.55659 8.58564 4.00797 8.35353C4.69548 8 5.58164 8 7.35396 8H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.2522 17C21.4443 16.7952 21.607 16.5648 21.7348 16.3149C22.1278 15.5463 22.0221 14.53 21.8109 12.4974C21.6345 10.8007 21.5463 9.95233 21.1127 9.32928C20.828 8.92022 20.443 8.58494 19.9916 8.35309C19.3041 7.99995 18.4179 7.99995 16.6456 7.99995H12.5M17.0009 8V6.00914C17.0009 4.13213 17.0009 3.19363 16.4151 2.61052C15.8293 2.02741 14.8865 2.02741 13.0009 2.02741H11.0009C9.95416 2.02741 8.27325 1.7914 7.5 2.70441%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9887 16L10.0113 16C9.32602 16 8.98337 16 8.69183 16.1089C8.30311 16.254 7.97026 16.536 7.7462 16.9099C7.57815 17.1904 7.49505 17.5511 7.32884 18.2724C7.06913 19.3995 6.93928 19.963 7.02759 20.4149C7.14535 21.0174 7.51237 21.5274 8.02252 21.7974C8.40513 22 8.94052 22 10.0113 22L13.9887 22C15.0595 22 15.5949 22 15.9775 21.7974C16.4876 21.5274 16.8547 21.0174 16.9724 20.4149C17.0607 19.963 16.9309 19.3995 16.6712 18.2724C16.505 17.5511 16.4218 17.1904 16.2538 16.9099C16.0297 16.536 15.6969 16.254 15.3082 16.1089C15.0166 16 14.674 16 13.9887 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-printer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.35396 18C5.23084 18 4.16928 18 3.41349 17.5468C2.91953 17.2506 2.52158 16.8271 2.26475 16.3242C1.87179 15.5547 1.97742 14.5373 2.18868 12.5025C2.36503 10.8039 2.45321 9.95455 2.88684 9.33081C3.17153 8.92129 3.55659 8.58564 4.00797 8.35353C4.69548 8 5.58164 8 7.35396 8H16.646C18.4184 8 19.3045 8 19.992 8.35353C20.4434 8.58564 20.8285 8.92129 21.1132 9.33081C21.5468 9.95455 21.635 10.8039 21.8113 12.5025C22.0226 14.5373 22.1282 15.5547 21.7352 16.3242C21.4784 16.8271 21.0805 17.2506 20.5865 17.5468C19.8307 18 18.7692 18 16.646 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 8V6C17 4.11438 17 3.17157 16.4142 2.58579C15.8284 2 14.8856 2 13 2H11C9.11438 2 8.17157 2 7.58579 2.58579C7 3.17157 7 4.11438 7 6V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9887 16L10.0113 16C9.32602 16 8.98337 16 8.69183 16.1089C8.30311 16.254 7.97026 16.536 7.7462 16.9099C7.57815 17.1904 7.49505 17.5511 7.32884 18.2724C7.06913 19.3995 6.93928 19.963 7.02759 20.4149C7.14535 21.0174 7.51237 21.5274 8.02252 21.7974C8.40513 22 8.94052 22 10.0113 22L13.9887 22C15.0595 22 15.5949 22 15.9775 21.7974C16.4876 21.5274 16.8547 21.0174 16.9724 20.4149C17.0607 19.963 16.9309 19.3995 16.6712 18.2724C16.505 17.5511 16.4218 17.1904 16.2538 16.9099C16.0297 16.536 15.6969 16.254 15.3082 16.1089C15.0166 16 14.674 16 13.9887 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.35396 18C5.23084 18 4.16928 18 3.41349 17.5468C2.91953 17.2506 2.52158 16.8271 2.26475 16.3242C1.87179 15.5547 1.97742 14.5373 2.18868 12.5025C2.36503 10.8039 2.45321 9.95455 2.88684 9.33081C3.17153 8.92129 3.55659 8.58564 4.00797 8.35353C4.69548 8 5.58164 8 7.35396 8H16.646C18.4184 8 19.3045 8 19.992 8.35353C20.4434 8.58564 20.8285 8.92129 21.1132 9.33081C21.5468 9.95455 21.635 10.8039 21.8113 12.5025C22.0226 14.5373 22.1282 15.5547 21.7352 16.3242C21.4784 16.8271 21.0805 17.2506 20.5865 17.5468C19.8307 18 18.7692 18 16.646 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 8V6C17 4.11438 17 3.17157 16.4142 2.58579C15.8284 2 14.8856 2 13 2H11C9.11438 2 8.17157 2 7.58579 2.58579C7 3.17157 7 4.11438 7 6V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9887 16L10.0113 16C9.32602 16 8.98337 16 8.69183 16.1089C8.30311 16.254 7.97026 16.536 7.7462 16.9099C7.57815 17.1904 7.49505 17.5511 7.32884 18.2724C7.06913 19.3995 6.93928 19.963 7.02759 20.4149C7.14535 21.0174 7.51237 21.5274 8.02252 21.7974C8.40513 22 8.94052 22 10.0113 22L13.9887 22C15.0595 22 15.5949 22 15.9775 21.7974C16.4876 21.5274 16.8547 21.0174 16.9724 20.4149C17.0607 19.963 16.9309 19.3995 16.6712 18.2724C16.505 17.5511 16.4218 17.1904 16.2538 16.9099C16.0297 16.536 15.6969 16.254 15.3082 16.1089C15.0166 16 14.674 16 13.9887 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-radio-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 5C17.7712 5 19.6569 5 20.8284 6.2448C22 7.48959 22 9.49306 22 13.5C22 17.5069 22 19.5104 20.8284 20.7552C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.7552C2 19.5104 2 17.5069 2 13.5C2 9.49306 2 7.48959 3.17157 6.2448C4.34315 5 6.22876 5 10 5L14 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.3965 11.2504C18.6389 13.4023 17.9016 16.154 15.7496 17.3965C13.5977 18.6389 10.846 17.9016 9.60354 15.7496M17.3965 11.2504C16.154 9.09842 13.4023 8.3611 11.2504 9.60354C9.09842 10.846 8.3611 13.5977 9.60354 15.7496M17.3965 11.2504L9.60354 15.7496%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 2L7 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9H6.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 5C17.7712 5 19.6569 5 20.8284 6.2448C22 7.48959 22 9.49306 22 13.5C22 17.5069 22 19.5104 20.8284 20.7552C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.7552C2 19.5104 2 17.5069 2 13.5C2 9.49306 2 7.48959 3.17157 6.2448C4.34315 5 6.22876 5 10 5L14 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.3965 11.2504C18.6389 13.4023 17.9016 16.154 15.7496 17.3965C13.5977 18.6389 10.846 17.9016 9.60354 15.7496M17.3965 11.2504C16.154 9.09842 13.4023 8.3611 11.2504 9.60354C9.09842 10.846 8.3611 13.5977 9.60354 15.7496M17.3965 11.2504L9.60354 15.7496%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 2L7 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9H6.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-radio-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 13C2 9.70017 2 8.05025 2.87868 7.02513C3.75736 6 5.17157 6 8 6H16C18.8284 6 20.2426 6 21.1213 7.02513C22 8.05025 22 9.70017 22 13C22 16.2998 22 17.9497 21.1213 18.9749C20.2426 20 18.8284 20 16 20H8C5.17157 20 3.75736 20 2.87868 18.9749C2 17.9497 2 16.2998 2 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15H7.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 20V22M18 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 6L19 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 11H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2215%22 cy%3D%2213%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 13C2 9.70017 2 8.05025 2.87868 7.02513C3.75736 6 5.17157 6 8 6H16C18.8284 6 20.2426 6 21.1213 7.02513C22 8.05025 22 9.70017 22 13C22 16.2998 22 17.9497 21.1213 18.9749C20.2426 20 18.8284 20 16 20H8C5.17157 20 3.75736 20 2.87868 18.9749C2 17.9497 2 16.2998 2 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15H7.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 20V22M18 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 6L19 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 11H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2215%22 cy%3D%2213%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-remote-control{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 2C15.7998 2 17.4497 2 18.4749 3.02513C19.5 4.05025 19.5 5.70017 19.5 9V15C19.5 18.2998 19.5 19.9497 18.4749 20.9749C17.4497 22 15.7998 22 12.5 22H11.5C8.20017 22 6.55025 22 5.52513 20.9749C4.5 19.9497 4.5 18.2998 4.5 15L4.5 9C4.5 5.70017 4.5 4.05025 5.52513 3.02513C6.55025 2 8.20017 2 11.5 2L12.5 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 15H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8C15 9.65685 13.6569 11 12 11C10.3431 11 9 9.65685 9 8C9 6.34315 10.3431 5 12 5C13.6569 5 15 6.34315 15 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 2C15.7998 2 17.4497 2 18.4749 3.02513C19.5 4.05025 19.5 5.70017 19.5 9V15C19.5 18.2998 19.5 19.9497 18.4749 20.9749C17.4497 22 15.7998 22 12.5 22H11.5C8.20017 22 6.55025 22 5.52513 20.9749C4.5 19.9497 4.5 18.2998 4.5 15L4.5 9C4.5 5.70017 4.5 4.05025 5.52513 3.02513C6.55025 2 8.20017 2 11.5 2L12.5 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 15H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8C15 9.65685 13.6569 11 12 11C10.3431 11 9 9.65685 9 8C9 6.34315 10.3431 5 12 5C13.6569 5 15 6.34315 15 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-router{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 22H6.5C4.62513 22 3.6877 22 3.03054 21.4695C2.8183 21.2982 2.63166 21.0908 2.47746 20.855C2 20.1248 2 19.0832 2 17C2 14.9168 2 13.8752 2.47746 13.145C2.63166 12.9092 2.8183 12.7018 3.03054 12.5305C3.6877 12 4.62513 12 6.5 12H17.5C19.3749 12 20.3123 12 20.9695 12.5305C21.1817 12.7018 21.3683 12.9092 21.5225 13.145C22 13.8752 22 14.9168 22 17C22 19.0832 22 20.1248 21.5225 20.855C21.3683 21.0908 21.1817 21.2982 20.9695 21.4695C20.3123 22 19.3749 22 17.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.4996 9H12.5086M17 3.95174C15.8483 2.74585 14.2574 2 12.5 2C10.7426 2 9.15165 2.74585 8 3.95174M10.25 6.30769C10.8258 5.70475 11.6213 5.33182 12.5 5.33182C13.3787 5.33182 14.1742 5.70475 14.75 6.30769%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9998 17H18.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9998 17H14.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 22H6.5C4.62513 22 3.6877 22 3.03054 21.4695C2.8183 21.2982 2.63166 21.0908 2.47746 20.855C2 20.1248 2 19.0832 2 17C2 14.9168 2 13.8752 2.47746 13.145C2.63166 12.9092 2.8183 12.7018 3.03054 12.5305C3.6877 12 4.62513 12 6.5 12H17.5C19.3749 12 20.3123 12 20.9695 12.5305C21.1817 12.7018 21.3683 12.9092 21.5225 13.145C22 13.8752 22 14.9168 22 17C22 19.0832 22 20.1248 21.5225 20.855C21.3683 21.0908 21.1817 21.2982 20.9695 21.4695C20.3123 22 19.3749 22 17.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.4996 9H12.5086M17 3.95174C15.8483 2.74585 14.2574 2 12.5 2C10.7426 2 9.15165 2.74585 8 3.95174M10.25 6.30769C10.8258 5.70475 11.6213 5.33182 12.5 5.33182C13.3787 5.33182 14.1742 5.70475 14.75 6.30769%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9998 17H18.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9998 17H14.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-satellite{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 22L6 15L3 22H9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.1917 13.3352C19.4847 14.6282 20.1312 15.2747 19.9778 16.2732C19.9707 16.3193 19.9548 16.3994 19.9437 16.4447C19.7033 17.4259 19.0448 17.6987 17.7276 18.2443C16.5231 18.7432 15.2321 19 13.9283 19C12.6245 19 11.3334 18.7432 10.1289 18.2443C8.92433 17.7453 7.82984 17.014 6.90792 16.0921C5.986 15.1702 5.25468 14.0757 4.75574 12.8711C4.2568 11.6666 4 10.3755 4 9.07173C4 7.76794 4.2568 6.4769 4.75575 5.27235C5.30131 3.95524 5.5741 3.29668 6.55528 3.05633C6.60061 3.04523 6.68071 3.0293 6.72683 3.02221C7.72531 2.86878 8.3718 3.51527 9.66479 4.80826L18.1917 13.3352Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%224%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5 7.13288L17.7134 5.5293L15.8766 10.5293%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 22L6 15L3 22H9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.1917 13.3352C19.4847 14.6282 20.1312 15.2747 19.9778 16.2732C19.9707 16.3193 19.9548 16.3994 19.9437 16.4447C19.7033 17.4259 19.0448 17.6987 17.7276 18.2443C16.5231 18.7432 15.2321 19 13.9283 19C12.6245 19 11.3334 18.7432 10.1289 18.2443C8.92433 17.7453 7.82984 17.014 6.90792 16.0921C5.986 15.1702 5.25468 14.0757 4.75574 12.8711C4.2568 11.6666 4 10.3755 4 9.07173C4 7.76794 4.2568 6.4769 4.75575 5.27235C5.30131 3.95524 5.5741 3.29668 6.55528 3.05633C6.60061 3.04523 6.68071 3.0293 6.72683 3.02221C7.72531 2.86878 8.3718 3.51527 9.66479 4.80826L18.1917 13.3352Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%224%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5 7.13288L17.7134 5.5293L15.8766 10.5293%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-screen-add-to-home{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.06997 5C7.20574 4.13105 7.46269 3.5086 7.94901 3.02513C8.98016 2 10.6397 2 13.959 2C17.2782 2 18.9379 2 19.9689 3.02513C21.0001 4.05025 21.0001 5.70017 21.0001 9V15C21.0001 18.2998 21.0001 19.9497 19.9689 20.9749C18.9379 22 17.2782 22 13.959 22C10.6397 22 8.98016 22 7.94901 20.9749C7.29365 20.3233 7.05481 19.4194 6.96777 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19H14.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.44441 7.95215H9.92387C10.3596 7.96711 11.0185 8.49825 11.0185 8.9086V12.5141M3 15.9521L10.2678 8.74919%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.06997 5C7.20574 4.13105 7.46269 3.5086 7.94901 3.02513C8.98016 2 10.6397 2 13.959 2C17.2782 2 18.9379 2 19.9689 3.02513C21.0001 4.05025 21.0001 5.70017 21.0001 9V15C21.0001 18.2998 21.0001 19.9497 19.9689 20.9749C18.9379 22 17.2782 22 13.959 22C10.6397 22 8.98016 22 7.94901 20.9749C7.29365 20.3233 7.05481 19.4194 6.96777 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19H14.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.44441 7.95215H9.92387C10.3596 7.96711 11.0185 8.49825 11.0185 8.9086V12.5141M3 15.9521L10.2678 8.74919%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-screen-lock-rotation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0339 3.73488C11.735 3.58945 11.4456 3.51157 11.1423 3.5004C10.0481 3.4601 9.20025 4.30327 7.5045 5.98959C5.80874 7.67589 4.96086 8.51906 5.00139 9.6071C5.04191 10.6951 5.95501 11.6031 7.78121 13.4191L11.1017 16.7213C12.9279 18.5373 13.841 19.4453 14.9352 19.4856C16.0293 19.5258 16.8772 18.6828 18.5729 16.9964C19.9404 15.6366 20.7565 14.825 21 13.9911%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12.4922C3.11821 15.3641 4.97784 20.9836 11.3699 21.4654C11.7462 21.4938 11.9344 21.508 11.9883 21.3941C12.0423 21.2801 11.9063 21.1479 11.6344 20.8836L10.4137 19.6973%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.7365 5.66631L15.7365 4.27534C15.7365 4.06988 15.7451 3.86186 15.8187 3.67C16.0148 3.15929 16.5341 2.49023 17.4796 2.49023C18.4251 2.49023 18.9649 3.15929 19.1609 3.67C19.2346 3.86186 19.2432 4.06988 19.2432 4.27534L19.2431 5.66631M15.806 11.4918H19.194C20.1914 11.4918 21 10.6848 21 9.68942V7.68718C21 6.69177 20.1914 5.88482 19.194 5.88482H15.806C14.8086 5.88482 14 6.69177 14 7.68719V9.68942C14 10.6848 14.8086 11.4918 15.806 11.4918Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0339 3.73488C11.735 3.58945 11.4456 3.51157 11.1423 3.5004C10.0481 3.4601 9.20025 4.30327 7.5045 5.98959C5.80874 7.67589 4.96086 8.51906 5.00139 9.6071C5.04191 10.6951 5.95501 11.6031 7.78121 13.4191L11.1017 16.7213C12.9279 18.5373 13.841 19.4453 14.9352 19.4856C16.0293 19.5258 16.8772 18.6828 18.5729 16.9964C19.9404 15.6366 20.7565 14.825 21 13.9911%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12.4922C3.11821 15.3641 4.97784 20.9836 11.3699 21.4654C11.7462 21.4938 11.9344 21.508 11.9883 21.3941C12.0423 21.2801 11.9063 21.1479 11.6344 20.8836L10.4137 19.6973%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.7365 5.66631L15.7365 4.27534C15.7365 4.06988 15.7451 3.86186 15.8187 3.67C16.0148 3.15929 16.5341 2.49023 17.4796 2.49023C18.4251 2.49023 18.9649 3.15929 19.1609 3.67C19.2346 3.86186 19.2432 4.06988 19.2432 4.27534L19.2431 5.66631M15.806 11.4918H19.194C20.1914 11.4918 21 10.6848 21 9.68942V7.68718C21 6.69177 20.1914 5.88482 19.194 5.88482H15.806C14.8086 5.88482 14 6.69177 14 7.68719V9.68942C14 10.6848 14.8086 11.4918 15.806 11.4918Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-screen-rotation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2.13134 15.1935 4.1976 21.442 11.2999 21.9778C11.718 22.0094 11.9271 22.0251 11.987 21.8984C12.047 21.7717 11.8959 21.6247 11.5937 21.3308L10.2375 20.0117%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C21.8687 8.80652 19.8024 2.55801 12.7001 2.02219C12.282 1.99065 12.0729 1.97488 12.013 2.10161C11.953 2.22834 12.1041 2.37529 12.4063 2.6692L13.7625 3.98829%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.07586 13.4457C6.71281 12.0827 6.03128 11.4012 6.00104 10.5845C5.97079 9.76786 6.60363 9.13502 7.86933 7.86933C9.13502 6.60363 9.76786 5.97079 10.5845 6.00104C11.4012 6.03128 12.0827 6.71281 13.4457 8.07586L15.9241 10.5543C17.2872 11.9173 17.9687 12.5988 17.999 13.4155C18.0292 14.2321 17.3964 14.865 16.1307 16.1307C14.865 17.3964 14.2321 18.0292 13.4155 17.999C12.5988 17.9687 11.9173 17.2872 10.5543 15.9241L8.07586 13.4457Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2.13134 15.1935 4.1976 21.442 11.2999 21.9778C11.718 22.0094 11.9271 22.0251 11.987 21.8984C12.047 21.7717 11.8959 21.6247 11.5937 21.3308L10.2375 20.0117%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C21.8687 8.80652 19.8024 2.55801 12.7001 2.02219C12.282 1.99065 12.0729 1.97488 12.013 2.10161C11.953 2.22834 12.1041 2.37529 12.4063 2.6692L13.7625 3.98829%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.07586 13.4457C6.71281 12.0827 6.03128 11.4012 6.00104 10.5845C5.97079 9.76786 6.60363 9.13502 7.86933 7.86933C9.13502 6.60363 9.76786 5.97079 10.5845 6.00104C11.4012 6.03128 12.0827 6.71281 13.4457 8.07586L15.9241 10.5543C17.2872 11.9173 17.9687 12.5988 17.999 13.4155C18.0292 14.2321 17.3964 14.865 16.1307 16.1307C14.865 17.3964 14.2321 18.0292 13.4155 17.999C12.5988 17.9687 11.9173 17.2872 10.5543 15.9241L8.07586 13.4457Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-sd-card{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 8.89922V8C5.5 5.17157 5.5 3.75736 6.37868 2.87868C7.25736 2 8.67157 2 11.5 2H14.5C17.3284 2 18.7426 2 19.6213 2.87868C20.5 3.75736 20.5 5.17157 20.5 8V14C20.5 17.7712 20.5 19.6569 19.3284 20.8284C18.1569 22 16.2712 22 12.5 22H10.6254C7.69689 22 6.23263 22 5.19651 21.2702C4.8212 21.0058 4.49421 20.6788 4.22984 20.3035C3.5 19.2674 3.5 17.8031 3.5 14.8746V14.6008C3.5 14.0589 3.5 13.7879 3.54625 13.5276C3.60289 13.2088 3.71077 12.9012 3.8657 12.6169C3.99221 12.3847 4.16148 12.1732 4.5 11.75C4.83852 11.3268 5.00779 11.1153 5.1343 10.8831C5.28923 10.5988 5.39711 10.2912 5.45375 9.97241C5.5 9.71207 5.5 9.44112 5.5 8.89922Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 6V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 8.89922V8C5.5 5.17157 5.5 3.75736 6.37868 2.87868C7.25736 2 8.67157 2 11.5 2H14.5C17.3284 2 18.7426 2 19.6213 2.87868C20.5 3.75736 20.5 5.17157 20.5 8V14C20.5 17.7712 20.5 19.6569 19.3284 20.8284C18.1569 22 16.2712 22 12.5 22H10.6254C7.69689 22 6.23263 22 5.19651 21.2702C4.8212 21.0058 4.49421 20.6788 4.22984 20.3035C3.5 19.2674 3.5 17.8031 3.5 14.8746V14.6008C3.5 14.0589 3.5 13.7879 3.54625 13.5276C3.60289 13.2088 3.71077 12.9012 3.8657 12.6169C3.99221 12.3847 4.16148 12.1732 4.5 11.75C4.83852 11.3268 5.00779 11.1153 5.1343 10.8831C5.28923 10.5988 5.39711 10.2912 5.45375 9.97241C5.5 9.71207 5.5 9.44112 5.5 8.89922Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 6V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-send-to-mobile{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 6C16.9132 4.58055 16.6749 3.67665 16.021 3.02513C14.9923 2 13.3365 2 10.0249 2C6.71333 2 5.05754 2 4.02877 3.02513C3 4.05025 3 5.70017 3 9V15C3 18.2998 3 19.9497 4.02877 20.9749C5.05754 22 6.71333 22 10.0249 22C13.3365 22 14.9923 22 16.021 20.9749C16.6749 20.3233 16.9132 19.4194 17 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 19H10.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4715 8.98633L20.7221 11.1928C21.0198 11.5112 21.1102 12.3519 20.8199 12.6418L18.4715 14.9863M10.9971 12.0428H20.3401%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 6C16.9132 4.58055 16.6749 3.67665 16.021 3.02513C14.9923 2 13.3365 2 10.0249 2C6.71333 2 5.05754 2 4.02877 3.02513C3 4.05025 3 5.70017 3 9V15C3 18.2998 3 19.9497 4.02877 20.9749C5.05754 22 6.71333 22 10.0249 22C13.3365 22 14.9923 22 16.021 20.9749C16.6749 20.3233 16.9132 19.4194 17 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 19H10.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4715 8.98633L20.7221 11.1928C21.0198 11.5112 21.1102 12.3519 20.8199 12.6418L18.4715 14.9863M10.9971 12.0428H20.3401%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-simcard-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 18L8.38792 17.0607C7.79597 16.5607 7.5 16.3107 7.5 16C7.5 15.6893 7.79597 15.4393 8.38792 14.9393L9.5 14M14.5 14L15.6121 14.9393C16.204 15.4393 16.5 15.6893 16.5 16C16.5 16.3107 16.204 16.5607 15.6121 17.0607L14.5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 11.8584C3 7.28199 3 4.99376 4.38674 3.54394C4.43797 3.49038 4.49038 3.43797 4.54394 3.38674C5.99376 2 8.28199 2 12.8584 2C13.943 2 14.4655 2.00376 14.9628 2.18936C15.4417 2.3681 15.8429 2.70239 16.6452 3.37099L18.8411 5.20092C19.9027 6.08561 20.4335 6.52795 20.7168 7.13266C21 7.73737 21 8.42833 21 9.81025V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11.8584Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 18L8.38792 17.0607C7.79597 16.5607 7.5 16.3107 7.5 16C7.5 15.6893 7.79597 15.4393 8.38792 14.9393L9.5 14M14.5 14L15.6121 14.9393C16.204 15.4393 16.5 15.6893 16.5 16C16.5 16.3107 16.204 16.5607 15.6121 17.0607L14.5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 11.8584C3 7.28199 3 4.99376 4.38674 3.54394C4.43797 3.49038 4.49038 3.43797 4.54394 3.38674C5.99376 2 8.28199 2 12.8584 2C13.943 2 14.4655 2.00376 14.9628 2.18936C15.4417 2.3681 15.8429 2.70239 16.6452 3.37099L18.8411 5.20092C19.9027 6.08561 20.4335 6.52795 20.7168 7.13266C21 7.73737 21 8.42833 21 9.81025V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11.8584Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-simcard-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11.8584C3 7.28199 3 4.99376 4.38674 3.54394C4.43797 3.49038 4.49038 3.43797 4.54394 3.38674C5.99376 2 8.28199 2 12.8584 2C13.943 2 14.4655 2.00376 14.9628 2.18936C15.4417 2.3681 15.8429 2.70239 16.6452 3.37099L18.8411 5.20092C19.9027 6.08561 20.4335 6.52795 20.7168 7.13266C21 7.73737 21 8.42833 21 9.81025V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11.8584Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 14.5C7 16.1499 7 16.9749 7.43934 17.4874C7.87868 18 8.58579 18 10 18H14C15.4142 18 16.1213 18 16.5607 17.4874C17 16.9749 17 16.1499 17 14.5M7 14.5C7 12.8501 7 12.0251 7.43934 11.5126C7.87868 11 8.58579 11 10 11H14C15.4142 11 16.1213 11 16.5607 11.5126C17 12.0251 17 12.8501 17 14.5M7 14.5H9M17 14.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11.8584C3 7.28199 3 4.99376 4.38674 3.54394C4.43797 3.49038 4.49038 3.43797 4.54394 3.38674C5.99376 2 8.28199 2 12.8584 2C13.943 2 14.4655 2.00376 14.9628 2.18936C15.4417 2.3681 15.8429 2.70239 16.6452 3.37099L18.8411 5.20092C19.9027 6.08561 20.4335 6.52795 20.7168 7.13266C21 7.73737 21 8.42833 21 9.81025V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11.8584Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 14.5C7 16.1499 7 16.9749 7.43934 17.4874C7.87868 18 8.58579 18 10 18H14C15.4142 18 16.1213 18 16.5607 17.4874C17 16.9749 17 16.1499 17 14.5M7 14.5C7 12.8501 7 12.0251 7.43934 11.5126C7.87868 11 8.58579 11 10 11H14C15.4142 11 16.1213 11 16.5607 11.5126C17 12.0251 17 12.8501 17 14.5M7 14.5H9M17 14.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-simcard-dual{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 13.8868C2 10.2256 2 8.39501 3.07857 7.23516C3.11842 7.19231 3.15919 7.15037 3.20085 7.10939C4.32848 6 6.10821 6 9.66768 6C10.5112 6 10.9176 6.003 11.3044 6.15149C11.6769 6.29448 11.9889 6.56191 12.6129 7.09679L14.3209 8.56074C15.1466 9.26848 15.5594 9.62236 15.7797 10.1061C16 10.5899 16 11.1427 16 12.2482V14.8C16 17.7998 16 19.2997 15.2573 20.3511C15.0174 20.6907 14.7271 20.9894 14.3969 21.2361C13.3747 22 11.9165 22 9 22C6.08354 22 4.62531 22 3.60306 21.2361C3.27291 20.9894 2.98258 20.6907 2.74271 20.3511C2 19.2997 2 17.7998 2 14.8V13.8868Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.9779 16C18.4869 16 19.7414 16 20.6209 15.3316C20.9049 15.1157 21.1547 14.8544 21.361 14.5572C22 13.6372 22 12.3248 22 9.7V7.46718C22 6.49983 22 6.01616 21.8105 5.59286C21.621 5.16956 21.2658 4.85992 20.5554 4.24065L19.0861 2.95969C18.5492 2.49168 18.2808 2.25767 17.9604 2.13256C17.6276 2.00263 17.278 2 16.5523 2C13.4901 2 11.959 2 10.9889 2.97071C10.953 3.00658 10.918 3.04327 10.8837 3.08076C10.2922 3.72771 10.0777 4.61316 10 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 13.8868C2 10.2256 2 8.39501 3.07857 7.23516C3.11842 7.19231 3.15919 7.15037 3.20085 7.10939C4.32848 6 6.10821 6 9.66768 6C10.5112 6 10.9176 6.003 11.3044 6.15149C11.6769 6.29448 11.9889 6.56191 12.6129 7.09679L14.3209 8.56074C15.1466 9.26848 15.5594 9.62236 15.7797 10.1061C16 10.5899 16 11.1427 16 12.2482V14.8C16 17.7998 16 19.2997 15.2573 20.3511C15.0174 20.6907 14.7271 20.9894 14.3969 21.2361C13.3747 22 11.9165 22 9 22C6.08354 22 4.62531 22 3.60306 21.2361C3.27291 20.9894 2.98258 20.6907 2.74271 20.3511C2 19.2997 2 17.7998 2 14.8V13.8868Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.9779 16C18.4869 16 19.7414 16 20.6209 15.3316C20.9049 15.1157 21.1547 14.8544 21.361 14.5572C22 13.6372 22 12.3248 22 9.7V7.46718C22 6.49983 22 6.01616 21.8105 5.59286C21.621 5.16956 21.2658 4.85992 20.5554 4.24065L19.0861 2.95969C18.5492 2.49168 18.2808 2.25767 17.9604 2.13256C17.6276 2.00263 17.278 2 16.5523 2C13.4901 2 11.959 2 10.9889 2.97071C10.953 3.00658 10.918 3.04327 10.8837 3.08076C10.2922 3.72771 10.0777 4.61316 10 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-smart-ac{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 3C18.3389 3 19.5083 3 20.3621 3.53647C20.8073 3.81621 21.1838 4.19267 21.4635 4.63789C22 5.49167 22 6.66111 22 9C22 11.3389 22 12.5083 21.4635 13.3621C21.1838 13.8073 20.8073 14.1838 20.3621 14.4635C19.5083 15 18.3389 15 16 15L8 15C5.66111 15 4.49167 15 3.63789 14.4635C3.19267 14.1838 2.81621 13.8073 2.53647 13.3621C2 12.5083 2 11.3389 2 9C2 6.66111 2 5.49167 2.53647 4.63789C2.81621 4.19267 3.19267 3.81621 3.63789 3.53647C4.49167 3 5.66111 3 8 3L16 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 7H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.8 18C6.8 18 7.6 19.875 6 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2 18C17.2 18 16.4 19.875 18 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 3C18.3389 3 19.5083 3 20.3621 3.53647C20.8073 3.81621 21.1838 4.19267 21.4635 4.63789C22 5.49167 22 6.66111 22 9C22 11.3389 22 12.5083 21.4635 13.3621C21.1838 13.8073 20.8073 14.1838 20.3621 14.4635C19.5083 15 18.3389 15 16 15L8 15C5.66111 15 4.49167 15 3.63789 14.4635C3.19267 14.1838 2.81621 13.8073 2.53647 13.3621C2 12.5083 2 11.3389 2 9C2 6.66111 2 5.49167 2.53647 4.63789C2.81621 4.19267 3.19267 3.81621 3.63789 3.53647C4.49167 3 5.66111 3 8 3L16 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 7H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.8 18C6.8 18 7.6 19.875 6 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2 18C17.2 18 16.4 19.875 18 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-smart-phone-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 9C5 5.70017 5 4.05025 6.02513 3.02513C7.05025 2 8.70017 2 12 2C15.2998 2 16.9497 2 17.9749 3.02513C19 4.05025 19 5.70017 19 9V15C19 18.2998 19 19.9497 17.9749 20.9749C16.9497 22 15.2998 22 12 22C8.70017 22 7.05025 22 6.02513 20.9749C5 19.9497 5 18.2998 5 15V9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2L9.089 2.53402C9.28188 3.69129 9.37832 4.26993 9.77519 4.62204C10.1892 4.98934 10.7761 5 12 5C13.2239 5 13.8108 4.98934 14.2248 4.62204C14.6217 4.26993 14.7181 3.69129 14.911 2.53402L15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 9C5 5.70017 5 4.05025 6.02513 3.02513C7.05025 2 8.70017 2 12 2C15.2998 2 16.9497 2 17.9749 3.02513C19 4.05025 19 5.70017 19 9V15C19 18.2998 19 19.9497 17.9749 20.9749C16.9497 22 15.2998 22 12 22C8.70017 22 7.05025 22 6.02513 20.9749C5 19.9497 5 18.2998 5 15V9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2L9.089 2.53402C9.28188 3.69129 9.37832 4.26993 9.77519 4.62204C10.1892 4.98934 10.7761 5 12 5C13.2239 5 13.8108 4.98934 14.2248 4.62204C14.6217 4.26993 14.7181 3.69129 14.911 2.53402L15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-smart-phone-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 6C18.4191 4.58055 18.197 3.67665 17.5877 3.02513C16.629 2 15.086 2 12 2C8.91399 2 7.37099 2 6.41229 3.02513C5.80299 3.67665 5.58093 4.58055 5.5 6M18.5 18C18.4191 19.4194 18.197 20.3233 17.5877 20.9749C16.629 22 15.086 22 12 22C8.91399 22 7.37099 22 6.41229 20.9749C5.80298 20.3233 5.58093 19.4194 5.5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2L9.089 2.53402C9.28188 3.69129 9.37832 4.26993 9.77519 4.62204C10.1892 4.98934 10.7761 5 12 5C13.2239 5 13.8108 4.98934 14.2248 4.62204C14.6217 4.26993 14.7181 3.69129 14.911 2.53402L15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 8.5C4 8.5 5 8.846 5 9.8125C5 10.779 4 11.0335 4 12C4 12.9665 5 13.221 5 14.1875C5 15.154 4 15.5 4 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8.5C20 8.5 19 8.846 19 9.8125C19 10.779 20 11.0335 20 12C20 12.9665 19 13.221 19 14.1875C19 15.154 20 15.5 20 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 6C18.4191 4.58055 18.197 3.67665 17.5877 3.02513C16.629 2 15.086 2 12 2C8.91399 2 7.37099 2 6.41229 3.02513C5.80299 3.67665 5.58093 4.58055 5.5 6M18.5 18C18.4191 19.4194 18.197 20.3233 17.5877 20.9749C16.629 22 15.086 22 12 22C8.91399 22 7.37099 22 6.41229 20.9749C5.80298 20.3233 5.58093 19.4194 5.5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2L9.089 2.53402C9.28188 3.69129 9.37832 4.26993 9.77519 4.62204C10.1892 4.98934 10.7761 5 12 5C13.2239 5 13.8108 4.98934 14.2248 4.62204C14.6217 4.26993 14.7181 3.69129 14.911 2.53402L15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 8.5C4 8.5 5 8.846 5 9.8125C5 10.779 4 11.0335 4 12C4 12.9665 5 13.221 5 14.1875C5 15.154 4 15.5 4 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8.5C20 8.5 19 8.846 19 9.8125C19 10.779 20 11.0335 20 12C20 12.9665 19 13.221 19 14.1875C19 15.154 20 15.5 20 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-smart-phone-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 9C5.5 5.70017 5.5 4.05025 6.4519 3.02513C7.40381 2 8.93587 2 12 2C15.0641 2 16.5962 2 17.5481 3.02513C18.5 4.05025 18.5 5.70017 18.5 9V15C18.5 18.2998 18.5 19.9497 17.5481 20.9749C16.5962 22 15.0641 22 12 22C8.93587 22 7.40381 22 6.4519 20.9749C5.5 19.9497 5.5 18.2998 5.5 15V9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8.5C22 8.5 21 8.846 21 9.8125C21 10.779 22 11.0335 22 12C22 12.9665 21 13.221 21 14.1875C21 15.154 22 15.5 22 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8.5C2 8.5 3 8.846 3 9.8125C3 10.779 2 11.0335 2 12C2 12.9665 3 13.221 3 14.1875C3 15.154 2 15.5 2 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 9C5.5 5.70017 5.5 4.05025 6.4519 3.02513C7.40381 2 8.93587 2 12 2C15.0641 2 16.5962 2 17.5481 3.02513C18.5 4.05025 18.5 5.70017 18.5 9V15C18.5 18.2998 18.5 19.9497 17.5481 20.9749C16.5962 22 15.0641 22 12 22C8.93587 22 7.40381 22 6.4519 20.9749C5.5 19.9497 5.5 18.2998 5.5 15V9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8.5C22 8.5 21 8.846 21 9.8125C21 10.779 22 11.0335 22 12C22 12.9665 21 13.221 21 14.1875C21 15.154 22 15.5 22 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8.5C2 8.5 3 8.846 3 9.8125C3 10.779 2 11.0335 2 12C2 12.9665 3 13.221 3 14.1875C3 15.154 2 15.5 2 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-smart-phone-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 6.5C15.9377 4.78752 15.7251 3.75009 14.9988 3.02513C13.9718 2 12.3188 2 9.01289 2C5.70698 2 4.05403 2 3.02701 3.02513C2 4.05025 2 5.70017 2 9V15C2 18.2998 2 19.9497 3.02701 20.9749C4.05403 22 5.70698 22 9.01289 22C12.3188 22 13.9718 22 14.9988 20.9749C15.7251 20.2499 15.9377 19.2125 16 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 11.9908L16 11.9998M20.0483 16.4912C21.2541 15.3396 22 13.7486 22 11.9912C22 10.2339 21.2541 8.64286 20.0483 7.49121M18 9.74121C18.6029 10.317 18.9759 11.1125 18.9759 11.9912C18.9759 12.8699 18.6029 13.6654 18 14.2412%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 2L6.089 2.53402C6.28188 3.69129 6.37832 4.26993 6.77519 4.62204C7.18918 4.98934 7.77614 5 9 5C10.2239 5 10.8108 4.98934 11.2248 4.62204C11.6217 4.26993 11.7181 3.69129 11.911 2.53402L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 6.5C15.9377 4.78752 15.7251 3.75009 14.9988 3.02513C13.9718 2 12.3188 2 9.01289 2C5.70698 2 4.05403 2 3.02701 3.02513C2 4.05025 2 5.70017 2 9V15C2 18.2998 2 19.9497 3.02701 20.9749C4.05403 22 5.70698 22 9.01289 22C12.3188 22 13.9718 22 14.9988 20.9749C15.7251 20.2499 15.9377 19.2125 16 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 11.9908L16 11.9998M20.0483 16.4912C21.2541 15.3396 22 13.7486 22 11.9912C22 10.2339 21.2541 8.64286 20.0483 7.49121M18 9.74121C18.6029 10.317 18.9759 11.1125 18.9759 11.9912C18.9759 12.8699 18.6029 13.6654 18 14.2412%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 2L6.089 2.53402C6.28188 3.69129 6.37832 4.26993 6.77519 4.62204C7.18918 4.98934 7.77614 5 9 5C10.2239 5 10.8108 4.98934 11.2248 4.62204C11.6217 4.26993 11.7181 3.69129 11.911 2.53402L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-smart-phone-landscape{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 19C5.70017 19 4.05025 19 3.02513 17.9749C2 16.9497 2 15.2998 2 12C2 8.70017 2 7.05025 3.02513 6.02513C4.05025 5 5.70017 5 9 5L15 5C18.2998 5 19.9497 5 20.9749 6.02513C22 7.05025 22 8.70017 22 12C22 15.2998 22 16.9497 20.9749 17.9749C19.9497 19 18.2998 19 15 19L9 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 13L19 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15L2.53402 14.911C3.74122 14.7098 4.31845 14.6028 4.66642 14.1724C5 13.7599 5 13.1732 5 12C5 10.7761 4.98934 10.1892 4.62204 9.77519C4.26993 9.37832 3.69129 9.28188 2.53402 9.089L2 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 19C5.70017 19 4.05025 19 3.02513 17.9749C2 16.9497 2 15.2998 2 12C2 8.70017 2 7.05025 3.02513 6.02513C4.05025 5 5.70017 5 9 5L15 5C18.2998 5 19.9497 5 20.9749 6.02513C22 7.05025 22 8.70017 22 12C22 15.2998 22 16.9497 20.9749 17.9749C19.9497 19 18.2998 19 15 19L9 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 13L19 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15L2.53402 14.911C3.74122 14.7098 4.31845 14.6028 4.66642 14.1724C5 13.7599 5 13.1732 5 12C5 10.7761 4.98934 10.1892 4.62204 9.77519C4.26993 9.37832 3.69129 9.28188 2.53402 9.089L2 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-speaker{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 13.5V10.5C20.5 6.74142 20.5 4.86213 19.4472 3.60746C19.2788 3.40678 19.0932 3.22119 18.8925 3.0528C17.6379 2 15.7586 2 12 2C8.24142 2 6.36213 2 5.10746 3.0528C4.90678 3.22119 4.72119 3.40678 4.5528 3.60746C3.5 4.86213 3.5 6.74142 3.5 10.5V13.5C3.5 17.2586 3.5 19.1379 4.5528 20.3925C4.72119 20.5932 4.90678 20.7788 5.10746 20.9472C6.36213 22 8.24142 22 12 22C15.7586 22 17.6379 22 18.8925 20.9472C19.0932 20.7788 19.2788 20.5932 19.4472 20.3925C20.5 19.1379 20.5 17.2586 20.5 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 15C15.5 16.933 13.933 18.5 12 18.5C10.067 18.5 8.5 16.933 8.5 15C8.5 13.067 10.067 11.5 12 11.5C13.933 11.5 15.5 13.067 15.5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 7C13.5 7.82843 12.8284 8.5 12 8.5C11.1716 8.5 10.5 7.82843 10.5 7C10.5 6.17157 11.1716 5.5 12 5.5C12.8284 5.5 13.5 6.17157 13.5 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 13.5V10.5C20.5 6.74142 20.5 4.86213 19.4472 3.60746C19.2788 3.40678 19.0932 3.22119 18.8925 3.0528C17.6379 2 15.7586 2 12 2C8.24142 2 6.36213 2 5.10746 3.0528C4.90678 3.22119 4.72119 3.40678 4.5528 3.60746C3.5 4.86213 3.5 6.74142 3.5 10.5V13.5C3.5 17.2586 3.5 19.1379 4.5528 20.3925C4.72119 20.5932 4.90678 20.7788 5.10746 20.9472C6.36213 22 8.24142 22 12 22C15.7586 22 17.6379 22 18.8925 20.9472C19.0932 20.7788 19.2788 20.5932 19.4472 20.3925C20.5 19.1379 20.5 17.2586 20.5 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 15C15.5 16.933 13.933 18.5 12 18.5C10.067 18.5 8.5 16.933 8.5 15C8.5 13.067 10.067 11.5 12 11.5C13.933 11.5 15.5 13.067 15.5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 7C13.5 7.82843 12.8284 8.5 12 8.5C11.1716 8.5 10.5 7.82843 10.5 7C10.5 6.17157 11.1716 5.5 12 5.5C12.8284 5.5 13.5 6.17157 13.5 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-tablet-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 2H9.5C6.67157 2 5.25736 2 4.37868 2.87868C3.5 3.75736 3.5 5.17157 3.5 8V16C3.5 18.8284 3.5 20.2426 4.37868 21.1213C5.25736 22 6.67157 22 9.5 22H14.5C17.3284 22 18.7426 22 19.6213 21.1213C20.5 20.2426 20.5 18.8284 20.5 16V8C20.5 5.17157 20.5 3.75736 19.6213 2.87868C18.7426 2 17.3284 2 14.5 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19H12.01%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 2H9.5C6.67157 2 5.25736 2 4.37868 2.87868C3.5 3.75736 3.5 5.17157 3.5 8V16C3.5 18.8284 3.5 20.2426 4.37868 21.1213C5.25736 22 6.67157 22 9.5 22H14.5C17.3284 22 18.7426 22 19.6213 21.1213C20.5 20.2426 20.5 18.8284 20.5 16V8C20.5 5.17157 20.5 3.75736 19.6213 2.87868C18.7426 2 17.3284 2 14.5 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19H12.01%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-tablet-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 2H9.5C6.67157 2 5.25736 2 4.37868 2.87868C3.5 3.75736 3.5 5.17157 3.5 8V16C3.5 18.8284 3.5 20.2426 4.37868 21.1213C5.25736 22 6.67157 22 9.5 22H14.5C17.3284 22 18.7426 22 19.6213 21.1213C20.5 20.2426 20.5 18.8284 20.5 16V8C20.5 5.17157 20.5 3.75736 19.6213 2.87868C18.7426 2 17.3284 2 14.5 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19H12.01%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 2H9.5C6.67157 2 5.25736 2 4.37868 2.87868C3.5 3.75736 3.5 5.17157 3.5 8V16C3.5 18.8284 3.5 20.2426 4.37868 21.1213C5.25736 22 6.67157 22 9.5 22H14.5C17.3284 22 18.7426 22 19.6213 21.1213C20.5 20.2426 20.5 18.8284 20.5 16V8C20.5 5.17157 20.5 3.75736 19.6213 2.87868C18.7426 2 17.3284 2 14.5 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19H12.01%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-tablet-connected-bluetooth{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3559 12.0514L20.1247 13.9617C20.7073 14.3635 20.9986 14.5645 21 14.8311C21.0014 15.0977 20.7123 15.3009 20.1341 15.7072L19.5576 16.1123C18.6051 16.7815 18.1289 17.1162 17.7424 16.9635C17.3559 16.8109 17.3559 16.2882 17.3559 15.2427V12.0514ZM17.3559 12.0514L17.2813 12M17.3559 12.0514V11.9486M17.2813 12L14 9.73627M17.2813 12L17.3559 11.9486M17.2813 12L14 14.2637M17.3559 11.9486L20.1247 10.0383C20.7073 9.63646 20.9986 9.43551 21 9.16889C21.0014 8.90227 20.7123 8.69912 20.1341 8.29281L19.5576 7.88774C18.6051 7.21847 18.1289 6.88383 17.7424 7.03647C17.3559 7.18911 17.3559 7.71182 17.3559 8.75726V11.9486Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 19.682C19.6595 21 17.5021 21 13.1873 21H11.1532C6.83834 21 4.68091 21 3.34046 19.682C2 18.364 2 16.2426 2 12C2 7.75736 2 5.63604 3.34046 4.31802C4.68091 3 6.83834 3 11.1532 3H13.1873C17.5021 3 19.6595 3 21 4.31802%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3.5V20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3559 12.0514L20.1247 13.9617C20.7073 14.3635 20.9986 14.5645 21 14.8311C21.0014 15.0977 20.7123 15.3009 20.1341 15.7072L19.5576 16.1123C18.6051 16.7815 18.1289 17.1162 17.7424 16.9635C17.3559 16.8109 17.3559 16.2882 17.3559 15.2427V12.0514ZM17.3559 12.0514L17.2813 12M17.3559 12.0514V11.9486M17.2813 12L14 9.73627M17.2813 12L17.3559 11.9486M17.2813 12L14 14.2637M17.3559 11.9486L20.1247 10.0383C20.7073 9.63646 20.9986 9.43551 21 9.16889C21.0014 8.90227 20.7123 8.69912 20.1341 8.29281L19.5576 7.88774C18.6051 7.21847 18.1289 6.88383 17.7424 7.03647C17.3559 7.18911 17.3559 7.71182 17.3559 8.75726V11.9486Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 19.682C19.6595 21 17.5021 21 13.1873 21H11.1532C6.83834 21 4.68091 21 3.34046 19.682C2 18.364 2 16.2426 2 12C2 7.75736 2 5.63604 3.34046 4.31802C4.68091 3 6.83834 3 11.1532 3H13.1873C17.5021 3 19.6595 3 21 4.31802%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3.5V20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-tablet-connected-usb{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 18C21.8011 18.6891 21.4991 19.2323 21.0408 19.682C19.6974 21 17.5354 21 13.2113 21H11.1729C6.84873 21 4.68667 21 3.34333 19.682C2 18.364 2 16.2426 2 12C2 7.75736 2 5.63604 3.34333 4.31802C4.68667 3 6.84873 3 11.1729 3H13.2113C17.5354 3 19.6974 3 21.0408 4.31802C21.4991 4.76771 21.8011 5.31092 22 5.99999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3.5V20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.6234 12.0023C19.6234 12.6584 20.1554 13.1903 20.8115 13.1903C21.4677 13.1903 21.9996 12.6584 21.9996 12.0023C21.9996 11.3461 21.4677 10.8142 20.8115 10.8142C20.1554 10.8142 19.6234 11.3461 19.6234 12.0023ZM19.6234 12.0023L10.0254 12.0062M12.385 8.52051L13.5067 8.56407C13.9096 8.57972 14.2637 8.83585 14.4047 9.21364L15.4367 12.004M14.194 15.4923L15.3157 15.4487C15.7187 15.4331 16.0728 15.1769 16.2138 14.7991L17.2313 12.0032%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 18C21.8011 18.6891 21.4991 19.2323 21.0408 19.682C19.6974 21 17.5354 21 13.2113 21H11.1729C6.84873 21 4.68667 21 3.34333 19.682C2 18.364 2 16.2426 2 12C2 7.75736 2 5.63604 3.34333 4.31802C4.68667 3 6.84873 3 11.1729 3H13.2113C17.5354 3 19.6974 3 21.0408 4.31802C21.4991 4.76771 21.8011 5.31092 22 5.99999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3.5V20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.6234 12.0023C19.6234 12.6584 20.1554 13.1903 20.8115 13.1903C21.4677 13.1903 21.9996 12.6584 21.9996 12.0023C21.9996 11.3461 21.4677 10.8142 20.8115 10.8142C20.1554 10.8142 19.6234 11.3461 19.6234 12.0023ZM19.6234 12.0023L10.0254 12.0062M12.385 8.52051L13.5067 8.56407C13.9096 8.57972 14.2637 8.83585 14.4047 9.21364L15.4367 12.004M14.194 15.4923L15.3157 15.4487C15.7187 15.4331 16.0728 15.1769 16.2138 14.7991L17.2313 12.0032%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-tablet-connected-wifi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 18C21.8011 18.6891 21.4991 19.2323 21.0408 19.682C19.6974 21 17.5354 21 13.2113 21H11.1729C6.84873 21 4.68667 21 3.34333 19.682C2 18.364 2 16.2426 2 12C2 7.75736 2 5.63604 3.34333 4.31802C4.68667 3 6.84873 3 11.1729 3H13.2113C17.5354 3 19.6974 3 21.0408 4.31802C21.4991 4.76771 21.8011 5.31092 22 5.99999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9918 16H17M22 11.1144C20.7204 9.80801 18.9526 9 17 9C15.0474 9 13.2796 9.80801 12 11.1144M14.5 13.6667C15.1398 13.0135 16.0237 12.6095 17 12.6095C17.9763 12.6095 18.8602 13.0135 19.5 13.6667%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3.5V20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 18C21.8011 18.6891 21.4991 19.2323 21.0408 19.682C19.6974 21 17.5354 21 13.2113 21H11.1729C6.84873 21 4.68667 21 3.34333 19.682C2 18.364 2 16.2426 2 12C2 7.75736 2 5.63604 3.34333 4.31802C4.68667 3 6.84873 3 11.1729 3H13.2113C17.5354 3 19.6974 3 21.0408 4.31802C21.4991 4.76771 21.8011 5.31092 22 5.99999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9918 16H17M22 11.1144C20.7204 9.80801 18.9526 9 17 9C15.0474 9 13.2796 9.80801 12 11.1144M14.5 13.6667C15.1398 13.0135 16.0237 12.6095 17 12.6095C17.9763 12.6095 18.8602 13.0135 19.5 13.6667%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3.5V20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-tablet-pen{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 7.75736 2 5.63604 3.31802 4.31802C4.63604 3 6.75736 3 11 3H13C17.2426 3 19.364 3 20.682 4.31802C22 5.63604 22 7.75736 22 12C22 16.2426 22 18.364 20.682 19.682C19.364 21 17.2426 21 13 21H11C6.75736 21 4.63604 21 3.31802 19.682C2 18.364 2 16.2426 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0058 8.88441L17.614 9.49021C18.1286 10.0028 18.1286 10.8338 17.6141 11.3463L14.4275 14.5799C14.1768 14.8296 13.8561 14.9979 13.5077 15.0627L11.5327 15.4898C11.2209 15.5572 10.9432 15.2814 11.01 14.9706L11.4304 13.0148C11.4955 12.6677 11.6645 12.3483 11.9151 12.0987L15.1423 8.88441C15.6569 8.37186 16.4912 8.37186 17.0058 8.88441Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 7.75736 2 5.63604 3.31802 4.31802C4.63604 3 6.75736 3 11 3H13C17.2426 3 19.364 3 20.682 4.31802C22 5.63604 22 7.75736 22 12C22 16.2426 22 18.364 20.682 19.682C19.364 21 17.2426 21 13 21H11C6.75736 21 4.63604 21 3.31802 19.682C2 18.364 2 16.2426 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0058 8.88441L17.614 9.49021C18.1286 10.0028 18.1286 10.8338 17.6141 11.3463L14.4275 14.5799C14.1768 14.8296 13.8561 14.9979 13.5077 15.0627L11.5327 15.4898C11.2209 15.5572 10.9432 15.2814 11.01 14.9706L11.4304 13.0148C11.4955 12.6677 11.6645 12.3483 11.9151 12.0987L15.1423 8.88441C15.6569 8.37186 16.4912 8.37186 17.0058 8.88441Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-transmission{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.6 22C5.6 21.1163 4.88366 20.4 4 20.4M8.8 22C8.8 19.349 6.65097 17.2 4 17.2M12 22C12 17.5817 8.41828 14 4 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11V9.50003C5 6.21252 5 4.56876 5.90797 3.46241C6.07418 3.25989 6.25989 3.07418 6.46241 2.90797C7.56876 2 9.21252 2 12.5 2C15.7875 2 17.4313 2 18.5377 2.90797C18.7402 3.07418 18.9259 3.25989 19.0921 3.46241C20.0001 4.56876 20.0001 6.21252 20.0001 9.50003V17C20.0001 17.9293 20.0001 18.394 19.9232 18.7804C19.6076 20.3671 18.3672 21.6075 16.7804 21.9231C16.394 22 15.9294 22 15.0001 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.6 22C5.6 21.1163 4.88366 20.4 4 20.4M8.8 22C8.8 19.349 6.65097 17.2 4 17.2M12 22C12 17.5817 8.41828 14 4 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11V9.50003C5 6.21252 5 4.56876 5.90797 3.46241C6.07418 3.25989 6.25989 3.07418 6.46241 2.90797C7.56876 2 9.21252 2 12.5 2C15.7875 2 17.4313 2 18.5377 2.90797C18.7402 3.07418 18.9259 3.25989 19.0921 3.46241C20.0001 4.56876 20.0001 6.21252 20.0001 9.50003V17C20.0001 17.9293 20.0001 18.394 19.9232 18.7804C19.6076 20.3671 18.3672 21.6075 16.7804 21.9231C16.394 22 15.9294 22 15.0001 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-tv-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 14C2 10.2288 2 8.34315 3.17157 7.17157C4.34315 6 6.22876 6 10 6H14C17.7712 6 19.6569 6 20.8284 7.17157C22 8.34315 22 10.2288 22 14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3L12 6L16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 14C2 10.2288 2 8.34315 3.17157 7.17157C4.34315 6 6.22876 6 10 6H14C17.7712 6 19.6569 6 20.8284 7.17157C22 8.34315 22 10.2288 22 14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3L12 6L16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-tv-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 3H10C6.22876 3 4.34315 3 3.17157 4.17157C2 5.34315 2 7.22876 2 11C2 14.7712 2 16.6569 3.17157 17.8284C4.34315 19 6.22876 19 10 19H14C17.7712 19 19.6569 19 20.8284 17.8284C22 16.6569 22 14.7712 22 11C22 7.22876 22 5.34315 20.8284 4.17157C19.6569 3 17.7712 3 14 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19L19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19L5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 3H10C6.22876 3 4.34315 3 3.17157 4.17157C2 5.34315 2 7.22876 2 11C2 14.7712 2 16.6569 3.17157 17.8284C4.34315 19 6.22876 19 10 19H14C17.7712 19 19.6569 19 20.8284 17.8284C22 16.6569 22 14.7712 22 11C22 7.22876 22 5.34315 20.8284 4.17157C19.6569 3 17.7712 3 14 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19L19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19L5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-tv-fix{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 14C2 10.2288 2 8.34315 3.17157 7.17157C4.34315 6 6.22876 6 10 6H14C17.7712 6 19.6569 6 20.8284 7.17157C22 8.34315 22 10.2288 22 14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.3333 12.6665L10.6667 15.3333M13.3333 12.6665C14.0697 13.4029 15.2636 13.4032 16 12.6668M13.3333 12.6665C12.597 11.9301 12.597 10.7364 13.3333 10M10.6667 15.3333C11.4031 16.0698 11.403 17.2636 10.6667 18M10.6667 15.3333C9.93031 14.5969 8.73638 14.5968 8 15.3332%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3L12 6L16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 14C2 10.2288 2 8.34315 3.17157 7.17157C4.34315 6 6.22876 6 10 6H14C17.7712 6 19.6569 6 20.8284 7.17157C22 8.34315 22 10.2288 22 14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.3333 12.6665L10.6667 15.3333M13.3333 12.6665C14.0697 13.4029 15.2636 13.4032 16 12.6668M13.3333 12.6665C12.597 11.9301 12.597 10.7364 13.3333 10M10.6667 15.3333C11.4031 16.0698 11.403 17.2636 10.6667 18M10.6667 15.3333C9.93031 14.5969 8.73638 14.5968 8 15.3332%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3L12 6L16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-tv-issue{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 14C2 10.2288 2 8.34315 3.17157 7.17157C4.34315 6 6.22876 6 10 6H14C17.7712 6 19.6569 6 20.8284 7.17157C22 8.34315 22 10.2288 22 14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 18H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3L12 6L16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 14C2 10.2288 2 8.34315 3.17157 7.17157C4.34315 6 6.22876 6 10 6H14C17.7712 6 19.6569 6 20.8284 7.17157C22 8.34315 22 10.2288 22 14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 18H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3L12 6L16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-tv-smart{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 3H10C6.22876 3 4.34315 3 3.17157 4.17157C2 5.34315 2 7.22876 2 11C2 14.7712 2 16.6569 3.17157 17.8284C4.34315 19 6.22876 19 10 19H14C17.7712 19 19.6569 19 20.8284 17.8284C22 16.6569 22 14.7712 22 11C22 7.22876 22 5.34315 20.8284 4.17157C19.6569 3 17.7712 3 14 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9 15.5C16.9 14.6163 17.6163 13.9 18.5 13.9M13.7 15.5C13.7 12.849 15.849 10.7 18.5 10.7M10.5 15.5C10.5 11.0817 14.0817 7.5 18.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19L19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19L5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 3H10C6.22876 3 4.34315 3 3.17157 4.17157C2 5.34315 2 7.22876 2 11C2 14.7712 2 16.6569 3.17157 17.8284C4.34315 19 6.22876 19 10 19H14C17.7712 19 19.6569 19 20.8284 17.8284C22 16.6569 22 14.7712 22 11C22 7.22876 22 5.34315 20.8284 4.17157C19.6569 3 17.7712 3 14 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9 15.5C16.9 14.6163 17.6163 13.9 18.5 13.9M13.7 15.5C13.7 12.849 15.849 10.7 18.5 10.7M10.5 15.5C10.5 11.0817 14.0817 7.5 18.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19L19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19L5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-usb-not-connected-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.014 21.4643C12.6411 21.6793 12.2298 21.8363 11.7922 21.9231C11.4052 22 10.9397 22 10.0088 22C9.07782 22 8.61235 22 8.22528 21.9231C6.63574 21.6075 5.39317 20.3671 5.07699 18.7804C5 18.394 5 17.9293 5 17V11.5C5 9.61438 5 8.67157 5.58681 8.08579C6.17362 7.5 7.11808 7.5 9.007 7.5H11.0105C12.8994 7.5 13.8439 7.5 14.4307 8.08579C14.8355 8.48987 14.9611 9.06385 15 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12.5L13 18.5M19 18.5L13 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 7.5V5.5C13.5 4.09554 13.5 3.39331 13.1629 2.88886C13.017 2.67048 12.8295 2.48298 12.6111 2.33706C12.1067 2 11.4045 2 10 2C8.59554 2 7.89331 2 7.38886 2.33706C7.17048 2.48298 6.98298 2.67048 6.83706 2.88886C6.5 3.39331 6.5 4.09554 6.5 5.5V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 4.5H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.014 21.4643C12.6411 21.6793 12.2298 21.8363 11.7922 21.9231C11.4052 22 10.9397 22 10.0088 22C9.07782 22 8.61235 22 8.22528 21.9231C6.63574 21.6075 5.39317 20.3671 5.07699 18.7804C5 18.394 5 17.9293 5 17V11.5C5 9.61438 5 8.67157 5.58681 8.08579C6.17362 7.5 7.11808 7.5 9.007 7.5H11.0105C12.8994 7.5 13.8439 7.5 14.4307 8.08579C14.8355 8.48987 14.9611 9.06385 15 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12.5L13 18.5M19 18.5L13 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 7.5V5.5C13.5 4.09554 13.5 3.39331 13.1629 2.88886C13.017 2.67048 12.8295 2.48298 12.6111 2.33706C12.1067 2 11.4045 2 10 2C8.59554 2 7.89331 2 7.38886 2.33706C7.17048 2.48298 6.98298 2.67048 6.83706 2.88886C6.5 3.39331 6.5 4.09554 6.5 5.5V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 4.5H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-usb-bugs{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 7.5V5.5C13.5 4.09554 13.5 3.39331 13.1629 2.88886C13.017 2.67048 12.8295 2.48298 12.6111 2.33706C12.1067 2 11.4045 2 10 2C8.59554 2 7.89331 2 7.38886 2.33706C7.17048 2.48298 6.98298 2.67048 6.83706 2.88886C6.5 3.39331 6.5 4.09554 6.5 5.5V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 4.5H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6818 14.7778C17.8759 14.5406 18.365 14.1137 19 13.9526M11.3182 14.7778C11.1241 14.5406 10.635 14.1137 10 13.9526M17.6818 19.2222C17.8759 19.4594 18.365 19.8863 19 20.0474M11.3182 19.2222C11.1241 19.4594 10.635 19.8863 10 20.0474M17.6818 17H19M11.3182 17H10M14.5 21C12.7427 21 11.3182 19.6071 11.3182 17.8889V16.1111C11.3182 14.3929 12.7427 13 14.5 13C16.2573 13 17.6818 14.3929 17.6818 16.1111V17.8889C17.6818 19.6071 16.2573 21 14.5 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9957 10.5014C14.9777 9.26104 14.8858 8.55783 14.4142 8.08606C13.8284 7.5 12.8856 7.5 11 7.5H9C7.11438 7.5 6.17157 7.5 5.58579 8.08606C5 8.67212 5 9.61538 5 11.5019V17.0045C5 17.9342 5 18.3991 5.07686 18.7857C5.39249 20.3732 6.63288 21.6141 8.21964 21.9299C8.43379 21.9725 8.67199 21.9915 9 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 7.5V5.5C13.5 4.09554 13.5 3.39331 13.1629 2.88886C13.017 2.67048 12.8295 2.48298 12.6111 2.33706C12.1067 2 11.4045 2 10 2C8.59554 2 7.89331 2 7.38886 2.33706C7.17048 2.48298 6.98298 2.67048 6.83706 2.88886C6.5 3.39331 6.5 4.09554 6.5 5.5V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 4.5H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6818 14.7778C17.8759 14.5406 18.365 14.1137 19 13.9526M11.3182 14.7778C11.1241 14.5406 10.635 14.1137 10 13.9526M17.6818 19.2222C17.8759 19.4594 18.365 19.8863 19 20.0474M11.3182 19.2222C11.1241 19.4594 10.635 19.8863 10 20.0474M17.6818 17H19M11.3182 17H10M14.5 21C12.7427 21 11.3182 19.6071 11.3182 17.8889V16.1111C11.3182 14.3929 12.7427 13 14.5 13C16.2573 13 17.6818 14.3929 17.6818 16.1111V17.8889C17.6818 19.6071 16.2573 21 14.5 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9957 10.5014C14.9777 9.26104 14.8858 8.55783 14.4142 8.08606C13.8284 7.5 12.8856 7.5 11 7.5H9C7.11438 7.5 6.17157 7.5 5.58579 8.08606C5 8.67212 5 9.61538 5 11.5019V17.0045C5 17.9342 5 18.3991 5.07686 18.7857C5.39249 20.3732 6.63288 21.6141 8.21964 21.9299C8.43379 21.9725 8.67199 21.9915 9 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-usb-connected-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9838 16.5H9.01625C7.99228 16.5 7.03617 15.9979 6.46881 15.1622L5.86803 14.2773C4.89885 12.8498 4.32041 11.2019 4.18827 9.49197L4.00446 7.11331C3.93719 6.24273 4.63957 5.5 5.53014 5.5H14.4699C15.3604 5.5 16.0628 6.24273 15.9955 7.11331L15.927 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 6V5.5C13.5 4.09554 13.5 3.39331 13.1629 2.88886C13.017 2.67048 12.8295 2.48298 12.6111 2.33706C12.1067 2 11.4045 2 10 2C8.59554 2 7.89331 2 7.38886 2.33706C7.17048 2.48298 6.98298 2.67048 6.83706 2.88886C6.5 3.39331 6.5 4.09554 6.5 5.5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 17V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8.5H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.5C12 13.5 13 13.5 14 15.5C14 15.5 17.1765 10.5 20 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9838 16.5H9.01625C7.99228 16.5 7.03617 15.9979 6.46881 15.1622L5.86803 14.2773C4.89885 12.8498 4.32041 11.2019 4.18827 9.49197L4.00446 7.11331C3.93719 6.24273 4.63957 5.5 5.53014 5.5H14.4699C15.3604 5.5 16.0628 6.24273 15.9955 7.11331L15.927 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 6V5.5C13.5 4.09554 13.5 3.39331 13.1629 2.88886C13.017 2.67048 12.8295 2.48298 12.6111 2.33706C12.1067 2 11.4045 2 10 2C8.59554 2 7.89331 2 7.38886 2.33706C7.17048 2.48298 6.98298 2.67048 6.83706 2.88886C6.5 3.39331 6.5 4.09554 6.5 5.5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 17V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8.5H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.5C12 13.5 13 13.5 14 15.5C14 15.5 17.1765 10.5 20 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-usb-connected-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6609 21C13.1414 21.4575 12.5013 21.7823 11.7922 21.9231C11.4052 22 10.9397 22 10.0088 22C9.07782 22 8.61235 22 8.22528 21.9231C6.63574 21.6075 5.39317 20.3671 5.07699 18.7804C5 18.394 5 17.9293 5 17V11.5C5 9.61438 5 8.67157 5.58681 8.08579C6.17362 7.5 7.11808 7.5 9.007 7.5H11.0105C12.8994 7.5 13.8439 7.5 14.4307 8.08579C14.8355 8.48987 14.9611 9.06385 15 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 7.5V5.5C13.5 4.09554 13.5 3.39331 13.1629 2.88886C13.017 2.67048 12.8295 2.48298 12.6111 2.33706C12.1067 2 11.4045 2 10 2C8.59554 2 7.89331 2 7.38886 2.33706C7.17048 2.48298 6.98298 2.67048 6.83706 2.88886C6.5 3.39331 6.5 4.09554 6.5 5.5V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 4.5H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16C11 16 12 16 13 18C13 18 16.1765 13 19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6609 21C13.1414 21.4575 12.5013 21.7823 11.7922 21.9231C11.4052 22 10.9397 22 10.0088 22C9.07782 22 8.61235 22 8.22528 21.9231C6.63574 21.6075 5.39317 20.3671 5.07699 18.7804C5 18.394 5 17.9293 5 17V11.5C5 9.61438 5 8.67157 5.58681 8.08579C6.17362 7.5 7.11808 7.5 9.007 7.5H11.0105C12.8994 7.5 13.8439 7.5 14.4307 8.08579C14.8355 8.48987 14.9611 9.06385 15 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 7.5V5.5C13.5 4.09554 13.5 3.39331 13.1629 2.88886C13.017 2.67048 12.8295 2.48298 12.6111 2.33706C12.1067 2 11.4045 2 10 2C8.59554 2 7.89331 2 7.38886 2.33706C7.17048 2.48298 6.98298 2.67048 6.83706 2.88886C6.5 3.39331 6.5 4.09554 6.5 5.5V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 4.5H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16C11 16 12 16 13 18C13 18 16.1765 13 19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-usb-connected-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0111 11.5C15.0111 9.61438 15.0111 8.67157 14.4246 8.08579C13.8382 7.5 12.8943 7.5 11.0066 7.5H9.00442C7.11672 7.5 6.17287 7.5 5.58644 8.08579C5 8.67157 5 9.61438 5 11.5V17C5 17.9293 5 18.394 5.07694 18.7804C5.39292 20.3671 6.63468 21.6075 8.2232 21.9231C8.53349 21.9848 8.8942 21.997 9.50497 21.9994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5097 7.5V5.5C13.5097 4.09554 13.5097 3.39331 13.1722 2.88886C13.0262 2.67048 12.8385 2.48298 12.6198 2.33706C12.1149 2 11.4119 2 10.0058 2C8.59981 2 7.8968 2 7.3918 2.33706C7.17317 2.48298 6.98547 2.67048 6.83939 2.88886C6.50195 3.39331 6.50195 4.09554 6.50195 5.5V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 4.5H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.6429 18.4257C13.6429 18.4257 14.0204 18.541 14.5446 19.3089C14.5446 19.3089 15.3134 17.6509 16.3792 17.075M18.9987 18.0164C18.9987 20.2163 17.2134 21.9997 15.0111 21.9997C12.8088 21.9997 11.0234 20.2163 11.0234 18.0164C11.0234 15.8166 12.8088 14.0332 15.0111 14.0332C17.2134 14.0332 18.9987 15.8166 18.9987 18.0164Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0111 11.5C15.0111 9.61438 15.0111 8.67157 14.4246 8.08579C13.8382 7.5 12.8943 7.5 11.0066 7.5H9.00442C7.11672 7.5 6.17287 7.5 5.58644 8.08579C5 8.67157 5 9.61438 5 11.5V17C5 17.9293 5 18.394 5.07694 18.7804C5.39292 20.3671 6.63468 21.6075 8.2232 21.9231C8.53349 21.9848 8.8942 21.997 9.50497 21.9994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5097 7.5V5.5C13.5097 4.09554 13.5097 3.39331 13.1722 2.88886C13.0262 2.67048 12.8385 2.48298 12.6198 2.33706C12.1149 2 11.4119 2 10.0058 2C8.59981 2 7.8968 2 7.3918 2.33706C7.17317 2.48298 6.98547 2.67048 6.83939 2.88886C6.50195 3.39331 6.50195 4.09554 6.50195 5.5V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 4.5H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.6429 18.4257C13.6429 18.4257 14.0204 18.541 14.5446 19.3089C14.5446 19.3089 15.3134 17.6509 16.3792 17.075M18.9987 18.0164C18.9987 20.2163 17.2134 21.9997 15.0111 21.9997C12.8088 21.9997 11.0234 20.2163 11.0234 18.0164C11.0234 15.8166 12.8088 14.0332 15.0111 14.0332C17.2134 14.0332 18.9987 15.8166 18.9987 18.0164Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-usb-error{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9744 10.5014C13.9564 9.26104 13.8647 8.55783 13.3941 8.08606C12.8096 7.5 11.8688 7.5 9.9872 7.5H7.99147C6.10987 7.5 5.16907 7.5 4.58454 8.08606C4 8.67212 4 9.61538 4 11.5019V17.0045C4 17.9342 4 18.3991 4.0767 18.7857C4.39165 20.3732 5.6294 21.6141 7.21277 21.9299C7.42647 21.9725 7.66416 21.9915 7.99147 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.4821 7.5V5.5C12.4821 4.09554 12.4821 3.39331 12.1458 2.88886C12.0002 2.67048 11.8131 2.48298 11.5951 2.33706C11.0918 2 10.3911 2 8.9896 2C7.58814 2 6.88741 2 6.38403 2.33706C6.16612 2.48298 5.97902 2.67048 5.83341 2.88886C5.49707 3.39331 5.49707 4.09554 5.49707 5.5V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 4.5H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9753 16.3516V17.6432M14.9668 19.7501H14.9871%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.6668 18.9932L19.0141 19.3626L19.0249 19.3818L19.0369 19.4003L19.6668 18.9932ZM16.8339 13.9882L17.4866 13.6188C17.4794 13.606 17.4718 13.5934 17.4638 13.5811L16.8339 13.9882ZM14.9991 13L15.0016 12.25L14.9929 12.25L14.9991 13ZM10.3313 18.9932L10.9612 19.4003L10.9728 19.3823L10.9834 19.3637L10.3313 18.9932ZM13.1753 13.9882L12.5454 13.5811C12.5377 13.5931 12.5303 13.6053 12.5233 13.6176L13.1753 13.9882ZM19.0369 19.4003C19.5726 20.2293 19.04 21.25 17.9993 21.25V22.75C20.2116 22.75 21.4866 20.4272 20.2967 18.5861L19.0369 19.4003ZM16.1812 14.3576L19.0141 19.3626L20.3195 18.6237L17.4866 13.6188L16.1812 14.3576ZM17.4638 13.5811C16.8888 12.6914 15.936 12.2532 15.0016 12.25L14.9965 13.75C15.4738 13.7516 15.9305 13.9722 16.204 14.3953L17.4638 13.5811ZM9.70138 18.5861C8.50731 20.4336 9.80529 22.75 12.0099 22.75V21.25C10.9615 21.25 10.4295 20.2229 10.9612 19.4003L9.70138 18.5861ZM12.5233 13.6176L9.6792 18.6226L10.9834 19.3637L13.8274 14.3587L12.5233 13.6176ZM13.8052 14.3953C14.0773 13.9743 14.5307 13.7539 15.0053 13.75L14.9929 12.25C14.0633 12.2577 13.1174 12.6962 12.5454 13.5811L13.8052 14.3953ZM12.0099 22.75H17.9993V21.25H12.0099V22.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9744 10.5014C13.9564 9.26104 13.8647 8.55783 13.3941 8.08606C12.8096 7.5 11.8688 7.5 9.9872 7.5H7.99147C6.10987 7.5 5.16907 7.5 4.58454 8.08606C4 8.67212 4 9.61538 4 11.5019V17.0045C4 17.9342 4 18.3991 4.0767 18.7857C4.39165 20.3732 5.6294 21.6141 7.21277 21.9299C7.42647 21.9725 7.66416 21.9915 7.99147 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.4821 7.5V5.5C12.4821 4.09554 12.4821 3.39331 12.1458 2.88886C12.0002 2.67048 11.8131 2.48298 11.5951 2.33706C11.0918 2 10.3911 2 8.9896 2C7.58814 2 6.88741 2 6.38403 2.33706C6.16612 2.48298 5.97902 2.67048 5.83341 2.88886C5.49707 3.39331 5.49707 4.09554 5.49707 5.5V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 4.5H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9753 16.3516V17.6432M14.9668 19.7501H14.9871%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.6668 18.9932L19.0141 19.3626L19.0249 19.3818L19.0369 19.4003L19.6668 18.9932ZM16.8339 13.9882L17.4866 13.6188C17.4794 13.606 17.4718 13.5934 17.4638 13.5811L16.8339 13.9882ZM14.9991 13L15.0016 12.25L14.9929 12.25L14.9991 13ZM10.3313 18.9932L10.9612 19.4003L10.9728 19.3823L10.9834 19.3637L10.3313 18.9932ZM13.1753 13.9882L12.5454 13.5811C12.5377 13.5931 12.5303 13.6053 12.5233 13.6176L13.1753 13.9882ZM19.0369 19.4003C19.5726 20.2293 19.04 21.25 17.9993 21.25V22.75C20.2116 22.75 21.4866 20.4272 20.2967 18.5861L19.0369 19.4003ZM16.1812 14.3576L19.0141 19.3626L20.3195 18.6237L17.4866 13.6188L16.1812 14.3576ZM17.4638 13.5811C16.8888 12.6914 15.936 12.2532 15.0016 12.25L14.9965 13.75C15.4738 13.7516 15.9305 13.9722 16.204 14.3953L17.4638 13.5811ZM9.70138 18.5861C8.50731 20.4336 9.80529 22.75 12.0099 22.75V21.25C10.9615 21.25 10.4295 20.2229 10.9612 19.4003L9.70138 18.5861ZM12.5233 13.6176L9.6792 18.6226L10.9834 19.3637L13.8274 14.3587L12.5233 13.6176ZM13.8052 14.3953C14.0773 13.9743 14.5307 13.7539 15.0053 13.75L14.9929 12.25C14.0633 12.2577 13.1174 12.6962 12.5454 13.5811L13.8052 14.3953ZM12.0099 22.75H17.9993V21.25H12.0099V22.75Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-usb-memory-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.03751 12.5387L9.9765 6.59975C11.3763 5.19992 12.0763 4.5 12.946 4.5C13.8157 4.5 14.5157 5.19992 15.9155 6.59975L17.4002 8.0845C18.8001 9.48434 19.5 10.1843 19.5 11.054C19.5 11.9237 18.8001 12.6237 17.4002 14.0235L11.4613 19.9625C9.41124 22.0125 6.08752 22.0125 4.03751 19.9625C1.9875 17.9125 1.9875 14.5888 4.03751 12.5387Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 17C8.5 16.1716 7.82843 15.5 7 15.5C6.17157 15.5 5.5 16.1716 5.5 17C5.5 17.8284 6.17157 18.5 7 18.5C7.82843 18.5 8.5 17.8284 8.5 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 5.35034L15.8832 3.96713C16.8613 2.98904 17.3503 2.5 17.958 2.5C18.5657 2.5 19.0548 2.98904 20.0329 3.96713C21.011 4.94521 21.5 5.43425 21.5 6.04195C21.5 6.64966 21.011 7.1387 20.0329 8.11678L18.6497 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.03751 12.5387L9.9765 6.59975C11.3763 5.19992 12.0763 4.5 12.946 4.5C13.8157 4.5 14.5157 5.19992 15.9155 6.59975L17.4002 8.0845C18.8001 9.48434 19.5 10.1843 19.5 11.054C19.5 11.9237 18.8001 12.6237 17.4002 14.0235L11.4613 19.9625C9.41124 22.0125 6.08752 22.0125 4.03751 19.9625C1.9875 17.9125 1.9875 14.5888 4.03751 12.5387Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 17C8.5 16.1716 7.82843 15.5 7 15.5C6.17157 15.5 5.5 16.1716 5.5 17C5.5 17.8284 6.17157 18.5 7 18.5C7.82843 18.5 8.5 17.8284 8.5 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 5.35034L15.8832 3.96713C16.8613 2.98904 17.3503 2.5 17.958 2.5C18.5657 2.5 19.0548 2.98904 20.0329 3.96713C21.011 4.94521 21.5 5.43425 21.5 6.04195C21.5 6.64966 21.011 7.1387 20.0329 8.11678L18.6497 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-usb-memory-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 11.5C7 9.61438 7 8.67157 7.58579 8.08579C8.17157 7.5 9.11438 7.5 11 7.5H13C14.8856 7.5 15.8284 7.5 16.4142 8.08579C17 8.67157 17 9.61438 17 11.5V17C17 17.9293 17 18.394 16.9231 18.7804C16.6075 20.3671 15.3671 21.6075 13.7804 21.9231C13.394 22 12.9293 22 12 22C11.0707 22 10.606 22 10.2196 21.9231C8.63288 21.6075 7.39249 20.3671 7.07686 18.7804C7 18.394 7 17.9293 7 17V11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 7.5V5.5C15.5 4.09554 15.5 3.39331 15.1629 2.88886C15.017 2.67048 14.8295 2.48298 14.6111 2.33706C14.1067 2 13.4045 2 12 2C10.5955 2 9.89331 2 9.38886 2.33706C9.17048 2.48298 8.98298 2.67048 8.83706 2.88886C8.5 3.39331 8.5 4.09554 8.5 5.5V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 4.5H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 11.5C7 9.61438 7 8.67157 7.58579 8.08579C8.17157 7.5 9.11438 7.5 11 7.5H13C14.8856 7.5 15.8284 7.5 16.4142 8.08579C17 8.67157 17 9.61438 17 11.5V17C17 17.9293 17 18.394 16.9231 18.7804C16.6075 20.3671 15.3671 21.6075 13.7804 21.9231C13.394 22 12.9293 22 12 22C11.0707 22 10.606 22 10.2196 21.9231C8.63288 21.6075 7.39249 20.3671 7.07686 18.7804C7 18.394 7 17.9293 7 17V11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 7.5V5.5C15.5 4.09554 15.5 3.39331 15.1629 2.88886C15.017 2.67048 14.8295 2.48298 14.6111 2.33706C14.1067 2 13.4045 2 12 2C10.5955 2 9.89331 2 9.38886 2.33706C9.17048 2.48298 8.98298 2.67048 8.83706 2.88886C8.5 3.39331 8.5 4.09554 8.5 5.5V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 4.5H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-usb-not-connected-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 6V5.5C14 4.09554 14 3.39331 13.6629 2.88886C13.517 2.67048 13.3295 2.48298 13.1111 2.33706C12.6067 2 11.9045 2 10.5 2C9.09554 2 8.39331 2 7.88886 2.33706C7.67048 2.48298 7.48298 2.67048 7.33706 2.88886C7 3.39331 7 4.09554 7 5.5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 16.5H9.51625C8.49228 16.5 7.53617 15.9979 6.96881 15.1622L6.36803 14.2773C5.39885 12.8498 4.82041 11.2019 4.68827 9.49197L4.50446 7.11331C4.43719 6.24273 5.13957 5.5 6.03014 5.5H14.9699C15.8604 5.5 16.5628 6.24273 16.4955 7.11331L16.3884 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 17V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 8.5H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 11L13.5 17M19.5 17L13.5 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 6V5.5C14 4.09554 14 3.39331 13.6629 2.88886C13.517 2.67048 13.3295 2.48298 13.1111 2.33706C12.6067 2 11.9045 2 10.5 2C9.09554 2 8.39331 2 7.88886 2.33706C7.67048 2.48298 7.48298 2.67048 7.33706 2.88886C7 3.39331 7 4.09554 7 5.5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 16.5H9.51625C8.49228 16.5 7.53617 15.9979 6.96881 15.1622L6.36803 14.2773C5.39885 12.8498 4.82041 11.2019 4.68827 9.49197L4.50446 7.11331C4.43719 6.24273 5.13957 5.5 6.03014 5.5H14.9699C15.8604 5.5 16.5628 6.24273 16.4955 7.11331L16.3884 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 17V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 8.5H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 11L13.5 17M19.5 17L13.5 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-usb{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 6V5.5C15.5 4.09554 15.5 3.39331 15.1629 2.88886C15.017 2.67048 14.8295 2.48298 14.6111 2.33706C14.1067 2 13.4045 2 12 2C10.5955 2 9.89331 2 9.38886 2.33706C9.17048 2.48298 8.98298 2.67048 8.83706 2.88886C8.5 3.39331 8.5 4.09554 8.5 5.5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.00446 7.11331C5.93719 6.24273 6.63957 5.5 7.53014 5.5H16.4699C17.3604 5.5 18.0628 6.24273 17.9955 7.11331L17.8117 9.49197C17.6796 11.2019 17.1011 12.8498 16.132 14.2773L15.5312 15.1622C14.9638 15.9979 14.0077 16.5 12.9838 16.5H11.0162C9.99228 16.5 9.03617 15.9979 8.46881 15.1622L7.86803 14.2773C6.89885 12.8498 6.32041 11.2019 6.18827 9.49197L6.00446 7.11331Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 17V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8.5H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 6V5.5C15.5 4.09554 15.5 3.39331 15.1629 2.88886C15.017 2.67048 14.8295 2.48298 14.6111 2.33706C14.1067 2 13.4045 2 12 2C10.5955 2 9.89331 2 9.38886 2.33706C9.17048 2.48298 8.98298 2.67048 8.83706 2.88886C8.5 3.39331 8.5 4.09554 8.5 5.5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.00446 7.11331C5.93719 6.24273 6.63957 5.5 7.53014 5.5H16.4699C17.3604 5.5 18.0628 6.24273 17.9955 7.11331L17.8117 9.49197C17.6796 11.2019 17.1011 12.8498 16.132 14.2773L15.5312 15.1622C14.9638 15.9979 14.0077 16.5 12.9838 16.5H11.0162C9.99228 16.5 9.03617 15.9979 8.46881 15.1622L7.86803 14.2773C6.89885 12.8498 6.32041 11.2019 6.18827 9.49197L6.00446 7.11331Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 17V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8.5H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-virtual-reality-vr-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 9H7C5.13077 9 4.19615 9 3.5 9.44212C3.04394 9.73175 2.66523 10.1483 2.40192 10.65C2 11.4158 2 12.4438 2 14.5C2 16.5562 2 17.5842 2.40192 18.35C2.66523 18.8517 3.04394 19.2682 3.5 19.5579C4.19615 20 5.13077 20 7 20C7.61332 20 7.91998 20 8.21032 19.9529C8.98496 19.8272 9.70902 19.4541 10.2927 18.88C10.5115 18.6648 10.7078 18.4057 11.1005 17.8874L11.4346 17.4463C11.6334 17.1839 11.7328 17.0527 11.8543 17.0014C11.9552 16.9587 12.0659 16.9532 12.1699 16.9856C12.2951 17.0246 12.4049 17.1454 12.6245 17.3869L13.5858 18.4444C13.8243 18.7067 13.9435 18.8379 14.0676 18.9537C14.7056 19.5498 15.4976 19.9106 16.3319 19.9855C16.4941 20 16.6627 20 17 20C18.8692 20 19.8038 20 20.5 19.5579C20.9561 19.2682 21.3348 18.8517 21.5981 18.35C22 17.5842 22 16.5562 22 14.5C22 12.4438 22 11.4158 21.5981 10.65C21.3348 10.1483 20.9561 9.73175 20.5 9.44212C19.8038 9 18.8692 9 17 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15V12.4522C22 11.4723 22 10.9823 21.9227 10.5086C21.8844 10.2743 21.8322 10.0438 21.7664 9.81888C21.6333 9.36411 21.427 8.94392 21.0145 8.1036C20.1876 6.41927 19.7742 5.5771 19.1715 5.01138C18.8756 4.73365 18.5493 4.50788 18.2022 4.34065C17.4952 4 16.6916 4 15.0845 4H8.91548C7.30836 4 6.5048 4 5.79779 4.34065C5.45069 4.50788 5.12444 4.73365 4.82853 5.01138C4.22579 5.5771 3.81236 6.41927 2.9855 8.1036C2.57298 8.94394 2.36671 9.3641 2.23364 9.81888C2.16781 10.0438 2.11557 10.2743 2.07733 10.5086C2 10.9823 2 11.4723 2 12.4522V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 9H7C5.13077 9 4.19615 9 3.5 9.44212C3.04394 9.73175 2.66523 10.1483 2.40192 10.65C2 11.4158 2 12.4438 2 14.5C2 16.5562 2 17.5842 2.40192 18.35C2.66523 18.8517 3.04394 19.2682 3.5 19.5579C4.19615 20 5.13077 20 7 20C7.61332 20 7.91998 20 8.21032 19.9529C8.98496 19.8272 9.70902 19.4541 10.2927 18.88C10.5115 18.6648 10.7078 18.4057 11.1005 17.8874L11.4346 17.4463C11.6334 17.1839 11.7328 17.0527 11.8543 17.0014C11.9552 16.9587 12.0659 16.9532 12.1699 16.9856C12.2951 17.0246 12.4049 17.1454 12.6245 17.3869L13.5858 18.4444C13.8243 18.7067 13.9435 18.8379 14.0676 18.9537C14.7056 19.5498 15.4976 19.9106 16.3319 19.9855C16.4941 20 16.6627 20 17 20C18.8692 20 19.8038 20 20.5 19.5579C20.9561 19.2682 21.3348 18.8517 21.5981 18.35C22 17.5842 22 16.5562 22 14.5C22 12.4438 22 11.4158 21.5981 10.65C21.3348 10.1483 20.9561 9.73175 20.5 9.44212C19.8038 9 18.8692 9 17 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15V12.4522C22 11.4723 22 10.9823 21.9227 10.5086C21.8844 10.2743 21.8322 10.0438 21.7664 9.81888C21.6333 9.36411 21.427 8.94392 21.0145 8.1036C20.1876 6.41927 19.7742 5.5771 19.1715 5.01138C18.8756 4.73365 18.5493 4.50788 18.2022 4.34065C17.4952 4 16.6916 4 15.0845 4H8.91548C7.30836 4 6.5048 4 5.79779 4.34065C5.45069 4.50788 5.12444 4.73365 4.82853 5.01138C4.22579 5.5771 3.81236 6.41927 2.9855 8.1036C2.57298 8.94394 2.36671 9.3641 2.23364 9.81888C2.16781 10.0438 2.11557 10.2743 2.07733 10.5086C2 10.9823 2 11.4723 2 12.4522V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-device-icons-virtual-reality-vr-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 3H11C6.75736 3 4.63604 3 3.31802 4.31802C2 5.63604 2 7.75736 2 12C2 16.2426 2 18.364 3.31802 19.682C4.63604 21 6.75736 21 11 21H13C17.2426 21 19.364 21 20.682 19.682C22 18.364 22 16.2426 22 12C22 7.75736 22 5.63604 20.682 4.31802C19.364 3 17.2426 3 13 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 10L9.24536 13.9123C8.92013 14.6374 8.75751 15 8.5 15C8.24249 15 8.07987 14.6374 7.75464 13.9123L6 10M14 15V13M14 13V11C14 10.5286 14 10.2929 14.1464 10.1464C14.2929 10 14.5286 10 15 10H16.5C17.3284 10 18 10.6716 18 11.5C18 12.3284 17.3284 13 16.5 13M14 13H16.5M16.5 13L17.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 3H11C6.75736 3 4.63604 3 3.31802 4.31802C2 5.63604 2 7.75736 2 12C2 16.2426 2 18.364 3.31802 19.682C4.63604 21 6.75736 21 11 21H13C17.2426 21 19.364 21 20.682 19.682C22 18.364 22 16.2426 22 12C22 7.75736 22 5.63604 20.682 4.31802C19.364 3 17.2426 3 13 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 10L9.24536 13.9123C8.92013 14.6374 8.75751 15 8.5 15C8.24249 15 8.07987 14.6374 7.75464 13.9123L6 10M14 15V13M14 13V11C14 10.5286 14 10.2929 14.1464 10.1464C14.2929 10 14.5286 10 15 10H16.5C17.3284 10 18 10.6716 18 11.5C18 12.3284 17.3284 13 16.5 13M14 13H16.5M16.5 13L17.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-cloud-download{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 9.01106C17.485 9.01102 17.4925 9.01101 17.5 9.01101C19.9853 9.01101 22 11.0294 22 13.5193C22 15.8398 20.25 17.7508 18 18M17.4776 9.01106C17.4924 8.84606 17.5 8.67896 17.5 8.51009C17.5 5.46695 15.0376 3 12 3C9.12324 3 6.76233 5.21267 6.52042 8.03192M17.4776 9.01106C17.3753 10.1476 16.9286 11.1846 16.2428 12.0165M6.52042 8.03192C3.98398 8.27373 2 10.4139 2 13.0183C2 15.4417 3.71776 17.4632 6 17.9273M6.52042 8.03192C6.67826 8.01687 6.83823 8.00917 7 8.00917C8.12582 8.00917 9.16474 8.38194 10.0005 9.01101%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21L12 13M12 21C11.2998 21 9.99153 19.0057 9.5 18.5M12 21C12.7002 21 14.0085 19.0057 14.5 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 9.01106C17.485 9.01102 17.4925 9.01101 17.5 9.01101C19.9853 9.01101 22 11.0294 22 13.5193C22 15.8398 20.25 17.7508 18 18M17.4776 9.01106C17.4924 8.84606 17.5 8.67896 17.5 8.51009C17.5 5.46695 15.0376 3 12 3C9.12324 3 6.76233 5.21267 6.52042 8.03192M17.4776 9.01106C17.3753 10.1476 16.9286 11.1846 16.2428 12.0165M6.52042 8.03192C3.98398 8.27373 2 10.4139 2 13.0183C2 15.4417 3.71776 17.4632 6 17.9273M6.52042 8.03192C6.67826 8.01687 6.83823 8.00917 7 8.00917C8.12582 8.00917 9.16474 8.38194 10.0005 9.01101%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21L12 13M12 21C11.2998 21 9.99153 19.0057 9.5 18.5M12 21C12.7002 21 14.0085 19.0057 14.5 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-cloud-upload{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 9.01106C17.485 9.01102 17.4925 9.01101 17.5 9.01101C19.9853 9.01101 22 11.0294 22 13.5193C22 15.8398 20.25 17.7508 18 18M17.4776 9.01106C17.4924 8.84606 17.5 8.67896 17.5 8.51009C17.5 5.46695 15.0376 3 12 3C9.12324 3 6.76233 5.21267 6.52042 8.03192M17.4776 9.01106C17.3753 10.1476 16.9286 11.1846 16.2428 12.0165M6.52042 8.03192C3.98398 8.27373 2 10.4139 2 13.0183C2 15.4417 3.71776 17.4632 6 17.9273M6.52042 8.03192C6.67826 8.01687 6.83823 8.00917 7 8.00917C8.12582 8.00917 9.16474 8.38194 10.0005 9.01101%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L12 21M12 13C11.2998 13 9.99153 14.9943 9.5 15.5M12 13C12.7002 13 14.0085 14.9943 14.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 9.01106C17.485 9.01102 17.4925 9.01101 17.5 9.01101C19.9853 9.01101 22 11.0294 22 13.5193C22 15.8398 20.25 17.7508 18 18M17.4776 9.01106C17.4924 8.84606 17.5 8.67896 17.5 8.51009C17.5 5.46695 15.0376 3 12 3C9.12324 3 6.76233 5.21267 6.52042 8.03192M17.4776 9.01106C17.3753 10.1476 16.9286 11.1846 16.2428 12.0165M6.52042 8.03192C3.98398 8.27373 2 10.4139 2 13.0183C2 15.4417 3.71776 17.4632 6 17.9273M6.52042 8.03192C6.67826 8.01687 6.83823 8.00917 7 8.00917C8.12582 8.00917 9.16474 8.38194 10.0005 9.01101%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L12 21M12 13C11.2998 13 9.99153 14.9943 9.5 15.5M12 13C12.7002 13 14.0085 14.9943 14.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-download-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.09502 10C3.03241 10.457 3 10.9245 3 11.4C3 16.7019 7.02944 21 12 21C16.9706 21 21 16.7019 21 11.4C21 10.9245 20.9676 10.457 20.905 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L12 3M12 13C11.2998 13 9.99153 11.0057 9.5 10.5M12 13C12.7002 13 14.0085 11.0057 14.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.09502 10C3.03241 10.457 3 10.9245 3 11.4C3 16.7019 7.02944 21 12 21C16.9706 21 21 16.7019 21 11.4C21 10.9245 20.9676 10.457 20.905 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L12 3M12 13C11.2998 13 9.99153 11.0057 9.5 10.5M12 13C12.7002 13 14.0085 11.0057 14.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-download-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 14L3.23384 14.6626C4.144 17.2413 4.59908 18.5307 5.63742 19.2654C6.67576 20 8.0431 20 10.7778 20H13.2222C15.9569 20 17.3242 20 18.3626 19.2654C19.4009 18.5307 19.856 17.2413 20.7662 14.6626L21 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14V4M12 14C11.2998 14 9.99153 12.0057 9.5 11.5M12 14C12.7002 14 14.0085 12.0057 14.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 14L3.23384 14.6626C4.144 17.2413 4.59908 18.5307 5.63742 19.2654C6.67576 20 8.0431 20 10.7778 20H13.2222C15.9569 20 17.3242 20 18.3626 19.2654C19.4009 18.5307 19.856 17.2413 20.7662 14.6626L21 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14V4M12 14C11.2998 14 9.99153 12.0057 9.5 11.5M12 14C12.7002 14 14.0085 12.0057 14.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-download-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.25 9C20.3077 9.0736 22.0549 10.6169 21.9987 12.6844C21.9856 13.1654 21.7993 13.7599 21.4266 14.9489C20.5298 17.8104 19.0226 20.2944 15.6462 20.8904C15.0255 21 14.3271 21 12.9303 21H11.0697C9.6729 21 8.9745 21 8.35384 20.8904C4.97739 20.2944 3.47018 17.8104 2.57336 14.9489C2.20072 13.7599 2.01439 13.1654 2.00132 12.6844C1.94512 10.6169 3.6923 9.0736 5.75001 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14L12 3M12 14C11.2998 14 9.99153 12.0057 9.5 11.5M12 14C12.7002 14 14.0085 12.0057 14.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.25 9C20.3077 9.0736 22.0549 10.6169 21.9987 12.6844C21.9856 13.1654 21.7993 13.7599 21.4266 14.9489C20.5298 17.8104 19.0226 20.2944 15.6462 20.8904C15.0255 21 14.3271 21 12.9303 21H11.0697C9.6729 21 8.9745 21 8.35384 20.8904C4.97739 20.2944 3.47018 17.8104 2.57336 14.9489C2.20072 13.7599 2.01439 13.1654 2.00132 12.6844C1.94512 10.6169 3.6923 9.0736 5.75001 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14L12 3M12 14C11.2998 14 9.99153 12.0057 9.5 11.5M12 14C12.7002 14 14.0085 12.0057 14.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-download-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 14.5L12 4.5M12 14.5C11.2998 14.5 9.99153 12.5057 9.5 12M12 14.5C12.7002 14.5 14.0085 12.5057 14.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 16.5C20 18.982 19.482 19.5 17 19.5H7C4.518 19.5 4 18.982 4 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 14.5L12 4.5M12 14.5C11.2998 14.5 9.99153 12.5057 9.5 12M12 14.5C12.7002 14.5 14.0085 12.5057 14.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 16.5C20 18.982 19.482 19.5 17 19.5H7C4.518 19.5 4 18.982 4 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-download-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 15L12 5M12 15C11.2998 15 9.99153 13.0057 9.5 12.5M12 15C12.7002 15 14.0085 13.0057 14.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 19H19.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 15L12 5M12 15C11.2998 15 9.99153 13.0057 9.5 12.5M12 15C12.7002 15 14.0085 13.0057 14.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 19H19.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-download-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 16L12 8M12 16C11.2998 16 9.99153 14.0057 9.5 13.5M12 16C12.7002 16 14.0085 14.0057 14.5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 16L12 8M12 16C11.2998 16 9.99153 14.0057 9.5 13.5M12 16C12.7002 16 14.0085 14.0057 14.5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-download-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 7V12.5M10 11L11.2929 12.2929C11.6262 12.6262 11.7929 12.7929 12 12.7929C12.2071 12.7929 12.3738 12.6262 12.7071 12.2929L14 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.99023 16H14.9902%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 7V12.5M10 11L11.2929 12.2929C11.6262 12.6262 11.7929 12.7929 12 12.7929C12.2071 12.7929 12.3738 12.6262 12.7071 12.2929L14 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.99023 16H14.9902%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-download-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 16L12 8M12 16C11.2998 16 9.99153 14.0057 9.5 13.5M12 16C12.7002 16 14.0085 14.0057 14.5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 16L12 8M12 16C11.2998 16 9.99153 14.0057 9.5 13.5M12 16C12.7002 16 14.0085 14.0057 14.5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-download-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.0025 7.03857L12.0025 14.0889M12.0025 14.0889C12.3286 14.0933 12.6503 13.8691 12.8876 13.5956L14.4771 11.8129M12.0025 14.0889C11.6879 14.0847 11.3693 13.8618 11.1174 13.5955L9.51864 11.8129M7.98633 17.0386L15.9863 17.0386%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.0025 7.03857L12.0025 14.0889M12.0025 14.0889C12.3286 14.0933 12.6503 13.8691 12.8876 13.5956L14.4771 11.8129M12.0025 14.0889C11.6879 14.0847 11.3693 13.8618 11.1174 13.5955L9.51864 11.8129M7.98633 17.0386L15.9863 17.0386%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-upload-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.09502 10C3.03241 10.457 3 10.9245 3 11.4C3 16.7019 7.02944 21 12 21C16.9706 21 21 16.7019 21 11.4C21 10.9245 20.9676 10.457 20.905 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3L12 13M12 3C11.2998 3 9.99153 4.9943 9.5 5.5M12 3C12.7002 3 14.0085 4.9943 14.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.09502 10C3.03241 10.457 3 10.9245 3 11.4C3 16.7019 7.02944 21 12 21C16.9706 21 21 16.7019 21 11.4C21 10.9245 20.9676 10.457 20.905 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3L12 13M12 3C11.2998 3 9.99153 4.9943 9.5 5.5M12 3C12.7002 3 14.0085 4.9943 14.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-upload-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 14L3.23384 14.6626C4.144 17.2413 4.59908 18.5307 5.63742 19.2654C6.67576 20 8.0431 20 10.7778 20H13.2222C15.9569 20 17.3242 20 18.3626 19.2654C19.4009 18.5307 19.856 17.2413 20.7662 14.6626L21 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4V14M12 4C11.2998 4 9.99153 5.9943 9.5 6.5M12 4C12.7002 4 14.0085 5.9943 14.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 14L3.23384 14.6626C4.144 17.2413 4.59908 18.5307 5.63742 19.2654C6.67576 20 8.0431 20 10.7778 20H13.2222C15.9569 20 17.3242 20 18.3626 19.2654C19.4009 18.5307 19.856 17.2413 20.7662 14.6626L21 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4V14M12 4C11.2998 4 9.99153 5.9943 9.5 6.5M12 4C12.7002 4 14.0085 5.9943 14.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-upload-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.9375 10C6.24657 10.0051 5.83081 10.0263 5.49965 10.114C3.99243 10.5131 2.96053 11.8639 3.00116 13.3847C3.01293 13.8252 3.18062 14.3696 3.516 15.4585C4.32314 18.079 5.67963 20.3539 8.71845 20.8997C9.27704 21 9.90561 21 11.1627 21L12.8373 21C14.0944 21 14.723 21 15.2816 20.8997C18.3204 20.3539 19.6769 18.079 20.484 15.4585C20.8194 14.3696 20.9871 13.8252 20.9988 13.3847C21.0395 11.8639 20.0076 10.5131 18.5004 10.114C18.1692 10.0263 17.7534 10.0051 17.0625 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3L12 14M12 3C12.4684 3 12.8244 3.4381 13.5364 4.3143L14.5 5.5M12 3C11.5316 3 11.1756 3.4381 10.4636 4.3143L9.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.9375 10C6.24657 10.0051 5.83081 10.0263 5.49965 10.114C3.99243 10.5131 2.96053 11.8639 3.00116 13.3847C3.01293 13.8252 3.18062 14.3696 3.516 15.4585C4.32314 18.079 5.67963 20.3539 8.71845 20.8997C9.27704 21 9.90561 21 11.1627 21L12.8373 21C14.0944 21 14.723 21 15.2816 20.8997C18.3204 20.3539 19.6769 18.079 20.484 15.4585C20.8194 14.3696 20.9871 13.8252 20.9988 13.3847C21.0395 11.8639 20.0076 10.5131 18.5004 10.114C18.1692 10.0263 17.7534 10.0051 17.0625 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3L12 14M12 3C12.4684 3 12.8244 3.4381 13.5364 4.3143L14.5 5.5M12 3C11.5316 3 11.1756 3.4381 10.4636 4.3143L9.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-upload-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4.5L12 14.5M12 4.5C11.2998 4.5 9.99153 6.4943 9.5 7M12 4.5C12.7002 4.5 14.0085 6.4943 14.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 16.5C20 18.982 19.482 19.5 17 19.5H7C4.518 19.5 4 18.982 4 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4.5L12 14.5M12 4.5C11.2998 4.5 9.99153 6.4943 9.5 7M12 4.5C12.7002 4.5 14.0085 6.4943 14.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 16.5C20 18.982 19.482 19.5 17 19.5H7C4.518 19.5 4 18.982 4 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-upload-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L12 15M12 5C11.2998 5 9.99153 6.9943 9.5 7.5M12 5C12.7002 5 14.0085 6.9943 14.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 19H19.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L12 15M12 5C11.2998 5 9.99153 6.9943 9.5 7.5M12 5C12.7002 5 14.0085 6.9943 14.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 19H19.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-upload-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8L12 16M12 8C11.2998 8 9.99153 9.9943 9.5 10.5M12 8C12.7002 8 14.0085 9.9943 14.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8L12 16M12 8C11.2998 8 9.99153 9.9943 9.5 10.5M12 8C12.7002 8 14.0085 9.9943 14.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-upload-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9821 17L11.9821 11.0245M11.9821 11.0245C11.7207 11.021 11.4628 11.204 11.2724 11.4273L9.99805 12.8827M11.9821 11.0245C12.2343 11.028 12.4898 11.21 12.6918 11.4273L13.9736 12.8827M14.9893 8L8.98926 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9821 17L11.9821 11.0245M11.9821 11.0245C11.7207 11.021 11.4628 11.204 11.2724 11.4273L9.99805 12.8827M11.9821 11.0245C12.2343 11.028 12.4898 11.21 12.6918 11.4273L13.9736 12.8827M14.9893 8L8.98926 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-upload-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 8L12 16M12 8C11.2998 8 9.99153 9.9943 9.5 10.5M12 8C12.7002 8 14.0085 9.9943 14.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 8L12 16M12 8C11.2998 8 9.99153 9.9943 9.5 10.5M12 8C12.7002 8 14.0085 9.9943 14.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-download-and-upload-icons-upload-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9702 17.0386L11.9702 9.98823M11.9702 9.98823C11.6441 9.98389 11.3224 10.208 11.085 10.4816L9.49553 12.2643M11.9702 9.98823C12.2847 9.99242 12.6034 10.2154 12.8553 10.4816L14.454 12.2643M15.9863 7.03857L7.98633 7.03857%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9702 17.0386L11.9702 9.98823M11.9702 9.98823C11.6441 9.98389 11.3224 10.208 11.085 10.4816L9.49553 12.2643M11.9702 9.98823C12.2847 9.99242 12.6034 10.2154 12.8553 10.4816L14.454 12.2643M15.9863 7.03857L7.98633 7.03857%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-3d-move{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 14L17.5 18.5M12 14L6.5 18.5M12 14V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.3914 3.69046C11.1054 2.56349 11.4624 2 12 2C12.5376 2 12.8946 2.56349 13.6086 3.69046L14.1215 4.49995C14.8259 5.6118 15.1781 6.16772 14.9104 6.58386C14.6426 7 13.9327 7 12.5129 7H11.4871C10.0673 7 9.35739 7 9.08963 6.58386C8.82188 6.16772 9.17409 5.6118 9.87852 4.49995L10.3914 3.69046Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.2324 19.1408C21.8559 20.3502 22.1676 20.9548 21.9085 21.4249C21.6494 21.8949 20.9936 21.9144 19.6819 21.9536L18.7398 21.9817C17.4457 22.0203 16.7987 22.0396 16.5705 21.5895C16.3422 21.1393 16.6843 20.5186 17.3686 19.2773L17.8629 18.3805C18.5471 17.1391 18.8893 16.5184 19.3756 16.5004C19.8619 16.4824 20.1694 17.0789 20.7846 18.2721L21.2324 19.1408Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.76761 19.1408C2.14414 20.3502 1.8324 20.9548 2.09148 21.4249C2.35055 21.8949 3.00639 21.9144 4.31805 21.9536L5.26021 21.9817C6.55427 22.0203 7.20131 22.0396 7.42955 21.5895C7.65779 21.1393 7.31567 20.5186 6.63143 19.2773L6.13711 18.3805C5.45286 17.1391 5.11074 16.5184 4.62443 16.5004C4.13811 16.4824 3.83055 17.0789 3.21545 18.2721L2.76761 19.1408Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 14L17.5 18.5M12 14L6.5 18.5M12 14V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.3914 3.69046C11.1054 2.56349 11.4624 2 12 2C12.5376 2 12.8946 2.56349 13.6086 3.69046L14.1215 4.49995C14.8259 5.6118 15.1781 6.16772 14.9104 6.58386C14.6426 7 13.9327 7 12.5129 7H11.4871C10.0673 7 9.35739 7 9.08963 6.58386C8.82188 6.16772 9.17409 5.6118 9.87852 4.49995L10.3914 3.69046Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.2324 19.1408C21.8559 20.3502 22.1676 20.9548 21.9085 21.4249C21.6494 21.8949 20.9936 21.9144 19.6819 21.9536L18.7398 21.9817C17.4457 22.0203 16.7987 22.0396 16.5705 21.5895C16.3422 21.1393 16.6843 20.5186 17.3686 19.2773L17.8629 18.3805C18.5471 17.1391 18.8893 16.5184 19.3756 16.5004C19.8619 16.4824 20.1694 17.0789 20.7846 18.2721L21.2324 19.1408Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.76761 19.1408C2.14414 20.3502 1.8324 20.9548 2.09148 21.4249C2.35055 21.8949 3.00639 21.9144 4.31805 21.9536L5.26021 21.9817C6.55427 22.0203 7.20131 22.0396 7.42955 21.5895C7.65779 21.1393 7.31567 20.5186 6.63143 19.2773L6.13711 18.3805C5.45286 17.1391 5.11074 16.5184 4.62443 16.5004C4.13811 16.4824 3.83055 17.0789 3.21545 18.2721L2.76761 19.1408Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-3d-rotate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C7.18491 16.8269 16.4642 16.3877 22 12.3556%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.5368 2C6.98945 6.5 6.48414 17 11.9941 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C7.18491 16.8269 16.4642 16.3877 22 12.3556%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.5368 2C6.98945 6.5 6.48414 17 11.9941 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-3d-scale{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 13L17 17.5M12 13L7 17.5M12 13V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.1915 16.4456C18.7081 16.1485 18.9664 16 19.25 16C19.5336 16 19.7919 16.1485 20.3085 16.4456L20.9415 16.8097C21.4581 17.1068 21.7164 17.2553 21.8582 17.5C22 17.7447 22 18.0418 22 18.6359V19.3641C22 19.9582 22 20.2553 21.8582 20.5C21.7164 20.7447 21.4581 20.8932 20.9415 21.1903L20.3085 21.5544C19.7919 21.8515 19.5336 22 19.25 22C18.9664 22 18.7081 21.8515 18.1915 21.5544L17.5585 21.1903C17.0419 20.8932 16.7836 20.7447 16.6418 20.5C16.5 20.2553 16.5 19.9582 16.5 19.3641V18.6359C16.5 18.0418 16.5 17.7447 16.6418 17.5C16.7836 17.2553 17.0419 17.1068 17.5585 16.8097L18.1915 16.4456Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.69152 16.4456C4.2081 16.1485 4.46638 16 4.75 16C5.03362 16 5.2919 16.1485 5.80848 16.4456L6.44152 16.8097C6.9581 17.1068 7.21638 17.2553 7.35819 17.5C7.5 17.7447 7.5 18.0418 7.5 18.6359V19.3641C7.5 19.9582 7.5 20.2553 7.35819 20.5C7.21638 20.7447 6.9581 20.8932 6.44152 21.1903L5.80848 21.5544C5.2919 21.8515 5.03362 22 4.75 22C4.46638 22 4.2081 21.8515 3.69152 21.5544L3.05848 21.1903C2.5419 20.8932 2.28362 20.7447 2.14181 20.5C2 20.2553 2 19.9582 2 19.3641V18.6359C2 18.0418 2 17.7447 2.14181 17.5C2.28362 17.2553 2.5419 17.1068 3.05848 16.8097L3.69152 16.4456Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.9415 2.44563C11.4581 2.14854 11.7164 2 12 2C12.2836 2 12.5419 2.14854 13.0585 2.44563L13.6915 2.8097C14.2081 3.10679 14.4664 3.25533 14.6082 3.5C14.75 3.74467 14.75 4.04175 14.75 4.63593V5.36407C14.75 5.95825 14.75 6.25533 14.6082 6.5C14.4664 6.74467 14.2081 6.89321 13.6915 7.1903L13.0585 7.55437C12.5419 7.85146 12.2836 8 12 8C11.7164 8 11.4581 7.85146 10.9415 7.55437L10.3085 7.1903C9.7919 6.89321 9.53362 6.74467 9.39181 6.5C9.25 6.25533 9.25 5.95825 9.25 5.36407V4.63593C9.25 4.04175 9.25 3.74467 9.39181 3.5C9.53362 3.25533 9.7919 3.10679 10.3085 2.8097L10.9415 2.44563Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 13L17 17.5M12 13L7 17.5M12 13V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.1915 16.4456C18.7081 16.1485 18.9664 16 19.25 16C19.5336 16 19.7919 16.1485 20.3085 16.4456L20.9415 16.8097C21.4581 17.1068 21.7164 17.2553 21.8582 17.5C22 17.7447 22 18.0418 22 18.6359V19.3641C22 19.9582 22 20.2553 21.8582 20.5C21.7164 20.7447 21.4581 20.8932 20.9415 21.1903L20.3085 21.5544C19.7919 21.8515 19.5336 22 19.25 22C18.9664 22 18.7081 21.8515 18.1915 21.5544L17.5585 21.1903C17.0419 20.8932 16.7836 20.7447 16.6418 20.5C16.5 20.2553 16.5 19.9582 16.5 19.3641V18.6359C16.5 18.0418 16.5 17.7447 16.6418 17.5C16.7836 17.2553 17.0419 17.1068 17.5585 16.8097L18.1915 16.4456Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.69152 16.4456C4.2081 16.1485 4.46638 16 4.75 16C5.03362 16 5.2919 16.1485 5.80848 16.4456L6.44152 16.8097C6.9581 17.1068 7.21638 17.2553 7.35819 17.5C7.5 17.7447 7.5 18.0418 7.5 18.6359V19.3641C7.5 19.9582 7.5 20.2553 7.35819 20.5C7.21638 20.7447 6.9581 20.8932 6.44152 21.1903L5.80848 21.5544C5.2919 21.8515 5.03362 22 4.75 22C4.46638 22 4.2081 21.8515 3.69152 21.5544L3.05848 21.1903C2.5419 20.8932 2.28362 20.7447 2.14181 20.5C2 20.2553 2 19.9582 2 19.3641V18.6359C2 18.0418 2 17.7447 2.14181 17.5C2.28362 17.2553 2.5419 17.1068 3.05848 16.8097L3.69152 16.4456Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.9415 2.44563C11.4581 2.14854 11.7164 2 12 2C12.2836 2 12.5419 2.14854 13.0585 2.44563L13.6915 2.8097C14.2081 3.10679 14.4664 3.25533 14.6082 3.5C14.75 3.74467 14.75 4.04175 14.75 4.63593V5.36407C14.75 5.95825 14.75 6.25533 14.6082 6.5C14.4664 6.74467 14.2081 6.89321 13.6915 7.1903L13.0585 7.55437C12.5419 7.85146 12.2836 8 12 8C11.7164 8 11.4581 7.85146 10.9415 7.55437L10.3085 7.1903C9.7919 6.89321 9.53362 6.74467 9.39181 6.5C9.25 6.25533 9.25 5.95825 9.25 5.36407V4.63593C9.25 4.04175 9.25 3.74467 9.39181 3.5C9.53362 3.25533 9.7919 3.10679 10.3085 2.8097L10.9415 2.44563Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-align-bottom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.502 10.0023C17.3458 10.0023 18.3198 9.91895 18.801 10.7523C19.002 11.1004 19.002 11.5677 19.002 12.5023V13.5023C19.002 14.4369 19.002 14.9042 18.801 15.2523C18.3198 16.0857 17.3458 16.0023 16.502 16.0023C15.6581 16.0023 14.6841 16.0857 14.2029 15.2523C14.002 14.9042 14.002 14.4369 14.002 13.5023L14.002 12.5023C14.002 11.5677 14.002 11.1004 14.2029 10.7523C14.6841 9.91895 15.6581 10.0023 16.502 10.0023Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.50195 4.00232C8.34585 4.00232 9.31984 3.91895 9.80099 4.75232C10.002 5.10039 10.002 5.5677 10.002 6.50232L10.002 13.5023C10.002 14.4369 10.002 14.9042 9.80099 15.2523C9.31984 16.0857 8.34585 16.0023 7.50195 16.0023C6.65806 16.0023 5.68406 16.0857 5.20292 15.2523C5.00195 14.9042 5.00195 14.4369 5.00195 13.5023L5.00195 6.50232C5.00195 5.5677 5.00195 5.10039 5.20292 4.75232C5.68406 3.91895 6.65806 4.00232 7.50195 4.00232Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 20L2 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.502 10.0023C17.3458 10.0023 18.3198 9.91895 18.801 10.7523C19.002 11.1004 19.002 11.5677 19.002 12.5023V13.5023C19.002 14.4369 19.002 14.9042 18.801 15.2523C18.3198 16.0857 17.3458 16.0023 16.502 16.0023C15.6581 16.0023 14.6841 16.0857 14.2029 15.2523C14.002 14.9042 14.002 14.4369 14.002 13.5023L14.002 12.5023C14.002 11.5677 14.002 11.1004 14.2029 10.7523C14.6841 9.91895 15.6581 10.0023 16.502 10.0023Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.50195 4.00232C8.34585 4.00232 9.31984 3.91895 9.80099 4.75232C10.002 5.10039 10.002 5.5677 10.002 6.50232L10.002 13.5023C10.002 14.4369 10.002 14.9042 9.80099 15.2523C9.31984 16.0857 8.34585 16.0023 7.50195 16.0023C6.65806 16.0023 5.68406 16.0857 5.20292 15.2523C5.00195 14.9042 5.00195 14.4369 5.00195 13.5023L5.00195 6.50232C5.00195 5.5677 5.00195 5.10039 5.20292 4.75232C5.68406 3.91895 6.65806 4.00232 7.50195 4.00232Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 20L2 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-align-box-bottom-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12H8M13.5 17H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12H8M13.5 17H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-align-box-bottom-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12L7 12M10 17H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12L7 12M10 17H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-align-box-bottom-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12L9 12M17 17H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12L9 12M17 17H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-align-box-middle-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 9.5L8 9.5M13.5 14.5H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 9.5L8 9.5M13.5 14.5H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-align-box-middle-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9.5L7 9.5M10 14.5H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9.5L7 9.5M10 14.5H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-align-box-middle-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9.5L9 9.5M17 14.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9.5L9 9.5M17 14.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-align-box-top-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7H8M13.5 12H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7H8M13.5 12H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-align-box-top-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7L7 7M10 12H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7L7 7M10 12H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-align-box-top-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L9 7M17 12H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L9 7M17 12H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-align-horizontal-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10L12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00036 7.5C8.00036 6.65611 7.91699 5.68211 8.75036 5.20096C9.09844 5 9.56575 5 10.5004 5H13.5004C14.435 5 14.9023 5 15.2504 5.20096C16.0837 5.68211 16.0004 6.65611 16.0004 7.5C16.0004 8.34389 16.0837 9.31789 15.2504 9.79904C14.9023 10 14.435 10 13.5004 10H10.5004C9.56575 10 9.09844 10 8.75036 9.79904C7.91699 9.31789 8.00036 8.34389 8.00036 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.00036 16.5C4.00036 15.6561 3.91699 14.6821 4.75036 14.201C5.09844 14 5.56575 14 6.50036 14H17.5004C18.435 14 18.9023 14 19.2504 14.201C20.0837 14.6821 20.0004 15.6561 20.0004 16.5C20.0004 17.3439 20.0837 18.3179 19.2504 18.799C18.9023 19 18.435 19 17.5004 19H6.50036C5.56575 19 5.09844 19 4.75036 18.799C3.91699 18.3179 4.00036 17.3439 4.00036 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10L12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00036 7.5C8.00036 6.65611 7.91699 5.68211 8.75036 5.20096C9.09844 5 9.56575 5 10.5004 5H13.5004C14.435 5 14.9023 5 15.2504 5.20096C16.0837 5.68211 16.0004 6.65611 16.0004 7.5C16.0004 8.34389 16.0837 9.31789 15.2504 9.79904C14.9023 10 14.435 10 13.5004 10H10.5004C9.56575 10 9.09844 10 8.75036 9.79904C7.91699 9.31789 8.00036 8.34389 8.00036 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.00036 16.5C4.00036 15.6561 3.91699 14.6821 4.75036 14.201C5.09844 14 5.56575 14 6.50036 14H17.5004C18.435 14 18.9023 14 19.2504 14.201C20.0837 14.6821 20.0004 15.6561 20.0004 16.5C20.0004 17.3439 20.0837 18.3179 19.2504 18.799C18.9023 19 18.435 19 17.5004 19H6.50036C5.56575 19 5.09844 19 4.75036 18.799C3.91699 18.3179 4.00036 17.3439 4.00036 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-align-key-object{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 5.9919V11.9793M18 3.99609H6M10 19.9626H6M4 17.9668V5.9919%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 3.99581C22 5.09807 21.1046 5.99162 20 5.99162C18.8954 5.99162 18 5.09807 18 3.99581C18 2.89355 18.8954 2 20 2C21.1046 2 22 2.89355 22 3.99581Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 3.99581C6 5.09807 5.10457 5.99162 4 5.99162C2.89543 5.99162 2 5.09807 2 3.99581C2 2.89355 2.89543 2 4 2C5.10457 2 6 2.89355 6 3.99581Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 19.9626C6 21.0649 5.10457 21.9584 4 21.9584C2.89543 21.9584 2 21.0649 2 19.9626C2 18.8603 2.89543 17.9668 4 17.9668C5.10457 17.9668 6 18.8603 6 19.9626Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5368 19.4144L17.9989 16.7987M17.9989 16.7987L19.4847 15.2099C19.667 15.0651 20.0608 14.8202 20.5925 15.3073C21.0731 15.7476 21.7038 16.4327 21.9873 16.7529M17.9989 16.7987L19.503 18.4351M15.9971 20.4888C15.9971 21.3256 15.3234 22.0039 14.4922 22.0039C13.6611 22.0039 12.9873 21.3256 12.9873 20.4888C12.9873 19.652 13.6611 18.9737 14.4922 18.9737C15.3234 18.9737 15.9971 19.652 15.9971 20.4888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 5.9919V11.9793M18 3.99609H6M10 19.9626H6M4 17.9668V5.9919%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 3.99581C22 5.09807 21.1046 5.99162 20 5.99162C18.8954 5.99162 18 5.09807 18 3.99581C18 2.89355 18.8954 2 20 2C21.1046 2 22 2.89355 22 3.99581Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 3.99581C6 5.09807 5.10457 5.99162 4 5.99162C2.89543 5.99162 2 5.09807 2 3.99581C2 2.89355 2.89543 2 4 2C5.10457 2 6 2.89355 6 3.99581Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 19.9626C6 21.0649 5.10457 21.9584 4 21.9584C2.89543 21.9584 2 21.0649 2 19.9626C2 18.8603 2.89543 17.9668 4 17.9668C5.10457 17.9668 6 18.8603 6 19.9626Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5368 19.4144L17.9989 16.7987M17.9989 16.7987L19.4847 15.2099C19.667 15.0651 20.0608 14.8202 20.5925 15.3073C21.0731 15.7476 21.7038 16.4327 21.9873 16.7529M17.9989 16.7987L19.503 18.4351M15.9971 20.4888C15.9971 21.3256 15.3234 22.0039 14.4922 22.0039C13.6611 22.0039 12.9873 21.3256 12.9873 20.4888C12.9873 19.652 13.6611 18.9737 14.4922 18.9737C15.3234 18.9737 15.9971 19.652 15.9971 20.4888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-align-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.00232 7.5C8.00232 6.65611 7.91895 5.68211 8.75232 5.20096C9.10039 5 9.5677 5 10.5023 5H11.5023C12.4369 5 12.9042 5 13.2523 5.20096C14.0857 5.68211 14.0023 6.65611 14.0023 7.5C14.0023 8.34389 14.0857 9.31789 13.2523 9.79904C12.9042 10 12.4369 10 11.5023 10H10.5023C9.5677 10 9.10039 10 8.75232 9.79904C7.91895 9.31789 8.00232 8.34389 8.00232 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00232 16.5C8.00232 15.6561 7.91895 14.6821 8.75232 14.201C9.10039 14 9.5677 14 10.5023 14H17.5023C18.4369 14 18.9042 14 19.2523 14.201C20.0857 14.6821 20.0023 15.6561 20.0023 16.5C20.0023 17.3439 20.0857 18.3179 19.2523 18.799C18.9042 19 18.4369 19 17.5023 19H10.5023C9.5677 19 9.10039 19 8.75232 18.799C7.91895 18.3179 8.00232 17.3439 8.00232 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.00232 7.5C8.00232 6.65611 7.91895 5.68211 8.75232 5.20096C9.10039 5 9.5677 5 10.5023 5H11.5023C12.4369 5 12.9042 5 13.2523 5.20096C14.0857 5.68211 14.0023 6.65611 14.0023 7.5C14.0023 8.34389 14.0857 9.31789 13.2523 9.79904C12.9042 10 12.4369 10 11.5023 10H10.5023C9.5677 10 9.10039 10 8.75232 9.79904C7.91895 9.31789 8.00232 8.34389 8.00232 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00232 16.5C8.00232 15.6561 7.91895 14.6821 8.75232 14.201C9.10039 14 9.5677 14 10.5023 14H17.5023C18.4369 14 18.9042 14 19.2523 14.201C20.0857 14.6821 20.0023 15.6561 20.0023 16.5C20.0023 17.3439 20.0857 18.3179 19.2523 18.799C18.9042 19 18.4369 19 17.5023 19H10.5023C9.5677 19 9.10039 19 8.75232 18.799C7.91895 18.3179 8.00232 17.3439 8.00232 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-align-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0004 7.5C10.0004 6.65611 9.91699 5.68211 10.7504 5.20096C11.0984 5 11.5657 5 12.5004 5H13.5004C14.435 5 14.9023 5 15.2504 5.20096C16.0837 5.68211 16.0004 6.65611 16.0004 7.5C16.0004 8.34389 16.0837 9.31789 15.2504 9.79904C14.9023 10 14.435 10 13.5004 10H12.5004C11.5657 10 11.0984 10 10.7504 9.79904C9.91699 9.31789 10.0004 8.34389 10.0004 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.00036 16.5C4.00036 15.6561 3.91699 14.6821 4.75036 14.201C5.09844 14 5.56575 14 6.50036 14H13.5004C14.435 14 14.9023 14 15.2504 14.201C16.0837 14.6821 16.0004 15.6561 16.0004 16.5C16.0004 17.3439 16.0837 18.3179 15.2504 18.799C14.9023 19 14.435 19 13.5004 19H6.50036C5.56575 19 5.09844 19 4.75036 18.799C3.91699 18.3179 4.00036 17.3439 4.00036 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0004 7.5C10.0004 6.65611 9.91699 5.68211 10.7504 5.20096C11.0984 5 11.5657 5 12.5004 5H13.5004C14.435 5 14.9023 5 15.2504 5.20096C16.0837 5.68211 16.0004 6.65611 16.0004 7.5C16.0004 8.34389 16.0837 9.31789 15.2504 9.79904C14.9023 10 14.435 10 13.5004 10H12.5004C11.5657 10 11.0984 10 10.7504 9.79904C9.91699 9.31789 10.0004 8.34389 10.0004 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.00036 16.5C4.00036 15.6561 3.91699 14.6821 4.75036 14.201C5.09844 14 5.56575 14 6.50036 14H13.5004C14.435 14 14.9023 14 15.2504 14.201C16.0837 14.6821 16.0004 15.6561 16.0004 16.5C16.0004 17.3439 16.0837 18.3179 15.2504 18.799C14.9023 19 14.435 19 13.5004 19H6.50036C5.56575 19 5.09844 19 4.75036 18.799C3.91699 18.3179 4.00036 17.3439 4.00036 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-align-selection{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 6V18M18 4H6M18 20H6M4 18V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4C22 5.10457 21.1046 6 20 6C18.8954 6 18 5.10457 18 4C18 2.89543 18.8954 2 20 2C21.1046 2 22 2.89543 22 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 4C6 5.10457 5.10457 6 4 6C2.89543 6 2 5.10457 2 4C2 2.89543 2.89543 2 4 2C5.10457 2 6 2.89543 6 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 20C22 21.1046 21.1046 22 20 22C18.8954 22 18 21.1046 18 20C18 18.8954 18.8954 18 20 18C21.1046 18 22 18.8954 22 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 20C6 21.1046 5.10457 22 4 22C2.89543 22 2 21.1046 2 20C2 18.8954 2.89543 18 4 18C5.10457 18 6 18.8954 6 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 6V18M18 4H6M18 20H6M4 18V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4C22 5.10457 21.1046 6 20 6C18.8954 6 18 5.10457 18 4C18 2.89543 18.8954 2 20 2C21.1046 2 22 2.89543 22 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 4C6 5.10457 5.10457 6 4 6C2.89543 6 2 5.10457 2 4C2 2.89543 2.89543 2 4 2C5.10457 2 6 2.89543 6 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 20C22 21.1046 21.1046 22 20 22C18.8954 22 18 21.1046 18 20C18 18.8954 18.8954 18 20 18C21.1046 18 22 18.8954 22 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 20C6 21.1046 5.10457 22 4 22C2.89543 22 2 21.1046 2 20C2 18.8954 2.89543 18 4 18C5.10457 18 6 18.8954 6 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-align-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.502 8.00036C17.3458 8.00036 18.3198 7.91699 18.801 8.75036C19.002 9.09844 19.002 9.56575 19.002 10.5004V11.5004C19.002 12.435 19.002 12.9023 18.801 13.2504C18.3198 14.0837 17.3458 14.0004 16.502 14.0004C15.6581 14.0004 14.6841 14.0837 14.2029 13.2504C14.002 12.9023 14.002 12.435 14.002 11.5004L14.002 10.5004C14.002 9.56575 14.002 9.09844 14.2029 8.75036C14.6841 7.91699 15.6581 8.00036 16.502 8.00036Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.50195 8.00036C8.34585 8.00036 9.31984 7.91699 9.80099 8.75036C10.002 9.09844 10.002 9.56575 10.002 10.5004L10.002 17.5004C10.002 18.435 10.002 18.9023 9.80099 19.2504C9.31984 20.0837 8.34585 20.0004 7.50195 20.0004C6.65806 20.0004 5.68406 20.0837 5.20292 19.2504C5.00195 18.9023 5.00195 18.435 5.00195 17.5004L5.00195 10.5004C5.00195 9.56575 5.00195 9.09844 5.20292 8.75036C5.68406 7.91699 6.65806 8.00036 7.50195 8.00036Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4L2 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.502 8.00036C17.3458 8.00036 18.3198 7.91699 18.801 8.75036C19.002 9.09844 19.002 9.56575 19.002 10.5004V11.5004C19.002 12.435 19.002 12.9023 18.801 13.2504C18.3198 14.0837 17.3458 14.0004 16.502 14.0004C15.6581 14.0004 14.6841 14.0837 14.2029 13.2504C14.002 12.9023 14.002 12.435 14.002 11.5004L14.002 10.5004C14.002 9.56575 14.002 9.09844 14.2029 8.75036C14.6841 7.91699 15.6581 8.00036 16.502 8.00036Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.50195 8.00036C8.34585 8.00036 9.31984 7.91699 9.80099 8.75036C10.002 9.09844 10.002 9.56575 10.002 10.5004L10.002 17.5004C10.002 18.435 10.002 18.9023 9.80099 19.2504C9.31984 20.0837 8.34585 20.0004 7.50195 20.0004C6.65806 20.0004 5.68406 20.0837 5.20292 19.2504C5.00195 18.9023 5.00195 18.435 5.00195 17.5004L5.00195 10.5004C5.00195 9.56575 5.00195 9.09844 5.20292 8.75036C5.68406 7.91699 6.65806 8.00036 7.50195 8.00036Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4L2 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-align-vertical-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 8.00232C17.3439 8.00232 18.3179 7.91895 18.799 8.75232C19 9.10039 19 9.5677 19 10.5023V13.5023C19 14.4369 19 14.9042 18.799 15.2523C18.3179 16.0857 17.3439 16.0023 16.5 16.0023C15.6561 16.0023 14.6821 16.0857 14.201 15.2523C14 14.9042 14 14.4369 14 13.5023L14 10.5023C14 9.5677 14 9.10039 14.201 8.75232C14.6821 7.91895 15.6561 8.00232 16.5 8.00232Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 4.00232C8.34389 4.00232 9.31789 3.91895 9.79904 4.75232C10 5.10039 10 5.5677 10 6.50232L10 17.5023C10 18.4369 10 18.9042 9.79904 19.2523C9.31789 20.0857 8.34389 20.0023 7.5 20.0023C6.65611 20.0023 5.68211 20.0857 5.20096 19.2523C5 18.9042 5 18.4369 5 17.5023L5 6.50232C5 5.5677 5 5.10039 5.20096 4.75232C5.68211 3.91895 6.65611 4.00232 7.5 4.00232Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12L10 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 8.00232C17.3439 8.00232 18.3179 7.91895 18.799 8.75232C19 9.10039 19 9.5677 19 10.5023V13.5023C19 14.4369 19 14.9042 18.799 15.2523C18.3179 16.0857 17.3439 16.0023 16.5 16.0023C15.6561 16.0023 14.6821 16.0857 14.201 15.2523C14 14.9042 14 14.4369 14 13.5023L14 10.5023C14 9.5677 14 9.10039 14.201 8.75232C14.6821 7.91895 15.6561 8.00232 16.5 8.00232Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 4.00232C8.34389 4.00232 9.31789 3.91895 9.79904 4.75232C10 5.10039 10 5.5677 10 6.50232L10 17.5023C10 18.4369 10 18.9042 9.79904 19.2523C9.31789 20.0857 8.34389 20.0023 7.5 20.0023C6.65611 20.0023 5.68211 20.0857 5.20096 19.2523C5 18.9042 5 18.4369 5 17.5023L5 6.50232C5 5.5677 5 5.10039 5.20096 4.75232C5.68211 3.91895 6.65611 4.00232 7.5 4.00232Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12L10 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-alphabet-arabic{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 4L9 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 14H20.743C21.4486 14 21.8015 14 21.9479 13.7401C22.0944 13.4803 21.9203 13.2157 21.5721 12.6867C20.4517 10.9841 18.7844 10 17.117 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 4V17.6667C13 18.7666 13 19.3166 12.7071 19.6583C12.4142 20 11.9428 20 11 20H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 4V17.6667C5 18.7666 5 19.3166 4.70711 19.6583C4.41421 20 3.94281 20 3 20H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 4L9 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 14H20.743C21.4486 14 21.8015 14 21.9479 13.7401C22.0944 13.4803 21.9203 13.2157 21.5721 12.6867C20.4517 10.9841 18.7844 10 17.117 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 4V17.6667C13 18.7666 13 19.3166 12.7071 19.6583C12.4142 20 11.9428 20 11 20H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 4V17.6667C5 18.7666 5 19.3166 4.70711 19.6583C4.41421 20 3.94281 20 3 20H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-alphabet-bangla{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7424 12.9938C15.7759 12.9634 17.8535 14.332 17.9994 20.0467M9.93567 10.979C9.85477 10.2778 9.87878 8.76479 11.2311 8.01971C12.9985 7.04588 14.8161 8.67861 15.0236 10.4866C15.1252 11.3724 14.7681 14.2059 13.2588 15.9031C12.6955 16.5366 12.1878 17.0905 11.2311 17.1887C10.3434 17.2798 9.61519 17.0422 8.77136 16.4853C7.42291 15.5953 6.01317 14.0948 4.81753 12.022C3.54036 9.8079 2.85006 8.2942 2.00488 5.24023%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6.58139C7.87785 5.62588 12.9941 1.90332 16.5986 6.35145C17.0353 6.89033 17.2536 7.15977 17.6268 8.21308C18 9.26639 18 9.99881 18 11.4637V20.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 10.2139C18 7.94103 19.2 4.83968 22 5.2509%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7424 12.9938C15.7759 12.9634 17.8535 14.332 17.9994 20.0467M9.93567 10.979C9.85477 10.2778 9.87878 8.76479 11.2311 8.01971C12.9985 7.04588 14.8161 8.67861 15.0236 10.4866C15.1252 11.3724 14.7681 14.2059 13.2588 15.9031C12.6955 16.5366 12.1878 17.0905 11.2311 17.1887C10.3434 17.2798 9.61519 17.0422 8.77136 16.4853C7.42291 15.5953 6.01317 14.0948 4.81753 12.022C3.54036 9.8079 2.85006 8.2942 2.00488 5.24023%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6.58139C7.87785 5.62588 12.9941 1.90332 16.5986 6.35145C17.0353 6.89033 17.2536 7.15977 17.6268 8.21308C18 9.26639 18 9.99881 18 11.4637V20.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 10.2139C18 7.94103 19.2 4.83968 22 5.2509%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-alphabet-chinese{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 14.2139H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 9.21387H14.7353C15.1984 9.21387 15.4299 9.21387 15.4875 9.37437C15.6733 9.89205 13.7315 11.6276 13.4333 11.9716C12.9448 12.5352 12.7006 12.817 12.572 13.1754C12.4433 13.5337 12.4433 13.9323 12.4433 14.7293V18.2889C12.4433 19.9516 11.4908 21.2139 9.90833 21.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.99226 8.21384C4.91697 7.47369 5.04168 6.07734 6.98563 6.21384H17.4508C18.0883 6.25078 19.1729 6.67411 18.9458 8.21384M10.9724 3.21387C11.5734 3.52723 12.6466 4.72845 12.9657 6.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 14.2139H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 9.21387H14.7353C15.1984 9.21387 15.4299 9.21387 15.4875 9.37437C15.6733 9.89205 13.7315 11.6276 13.4333 11.9716C12.9448 12.5352 12.7006 12.817 12.572 13.1754C12.4433 13.5337 12.4433 13.9323 12.4433 14.7293V18.2889C12.4433 19.9516 11.4908 21.2139 9.90833 21.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.99226 8.21384C4.91697 7.47369 5.04168 6.07734 6.98563 6.21384H17.4508C18.0883 6.25078 19.1729 6.67411 18.9458 8.21384M10.9724 3.21387C11.5734 3.52723 12.6466 4.72845 12.9657 6.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-alphabet-greek{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 19C2.02342 19.7767 2.11012 20.24 2.43105 20.5607C2.87077 21 3.57849 21 4.99393 21H7.965C8.74255 21 9.13132 21 9.17551 20.8603C9.2197 20.7206 8.88712 20.4868 8.22198 20.0192C5.86888 18.3648 3.99306 15.5091 3.99306 12.2636C3.99306 7.14744 7.57789 3 12 3C16.4221 3 20.0069 7.14744 20.0069 12.2636C20.0069 15.5091 18.1311 18.3648 15.778 20.0192C15.1129 20.4868 14.7803 20.7206 14.8245 20.8603C14.8687 21 15.2574 21 16.035 21H19.0061C20.4215 21 21.1292 21 21.5689 20.5607C21.8899 20.24 21.9766 19.7767 22 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 19C2.02342 19.7767 2.11012 20.24 2.43105 20.5607C2.87077 21 3.57849 21 4.99393 21H7.965C8.74255 21 9.13132 21 9.17551 20.8603C9.2197 20.7206 8.88712 20.4868 8.22198 20.0192C5.86888 18.3648 3.99306 15.5091 3.99306 12.2636C3.99306 7.14744 7.57789 3 12 3C16.4221 3 20.0069 7.14744 20.0069 12.2636C20.0069 15.5091 18.1311 18.3648 15.778 20.0192C15.1129 20.4868 14.7803 20.7206 14.8245 20.8603C14.8687 21 15.2574 21 16.035 21H19.0061C20.4215 21 21.1292 21 21.5689 20.5607C21.8899 20.24 21.9766 19.7767 22 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-alphabet-hebrew{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 3C8.5 10.7143 14.9167 13.2857 19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15C18.7587 12.75 19 8.78846 19 7C19 4.33333 18.3333 3 18.3333 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.72689 21.0002C5.72689 21.0002 5 19.6433 5 16.9294C5 15.1704 5.24577 11.3456 8.96186 9.02393%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 3C8.5 10.7143 14.9167 13.2857 19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15C18.7587 12.75 19 8.78846 19 7C19 4.33333 18.3333 3 18.3333 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.72689 21.0002C5.72689 21.0002 5 19.6433 5 16.9294C5 15.1704 5.24577 11.3456 8.96186 9.02393%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-alphabet-hindi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.59988 5.65676C6.79984 4.48521 9.79974 3.3138 11.5997 4.48521C14.9486 6.66473 12.8 10.3431 9.20016 10.9288C10.8001 10.9288 14 11.6318 14 14.4435C14 18.7942 9.19988 21.1845 5.6 19.4092C2.00012 17.6339 2 14.7573 2 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0006 10C18.052 13.7503 14.9728 13.2464 13.1992 12.3941%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5L19 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4C17.5 4.43301 19.5 4.86603 22 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.59988 5.65676C6.79984 4.48521 9.79974 3.3138 11.5997 4.48521C14.9486 6.66473 12.8 10.3431 9.20016 10.9288C10.8001 10.9288 14 11.6318 14 14.4435C14 18.7942 9.19988 21.1845 5.6 19.4092C2.00012 17.6339 2 14.7573 2 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0006 10C18.052 13.7503 14.9728 13.2464 13.1992 12.3941%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5L19 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4C17.5 4.43301 19.5 4.86603 22 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-alphabet-japanese{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0078 3C9.5913 7 7.06961 14 11.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.31913C6.70588 6.19855 15.1765 6.63826 21 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0034 10C16.4981 13 12.5403 19.5 7.15287 19.9565C0.934783 20.4834 4.62421 11 12.0451 11.5C18.2926 11.921 22.0322 16.8261 15.7923 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0078 3C9.5913 7 7.06961 14 11.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.31913C6.70588 6.19855 15.1765 6.63826 21 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0034 10C16.4981 13 12.5403 19.5 7.15287 19.9565C0.934783 20.4834 4.62421 11 12.0451 11.5C18.2926 11.921 22.0322 16.8261 15.7923 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-alphabet-korean{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 6H11.1554C12.0231 6 12.4569 6 12.7534 6.31741C13.0498 6.63483 13.0234 7.02125 12.9707 7.79408C12.7255 11.3825 10.8793 17.0157 5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 3V12M16 21V12M16 12H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 6H11.1554C12.0231 6 12.4569 6 12.7534 6.31741C13.0498 6.63483 13.0234 7.02125 12.9707 7.79408C12.7255 11.3825 10.8793 17.0157 5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 3V12M16 21V12M16 12H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-alphabet-thai{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 21V14C6 13.371 6.24724 12.8125 6.74172 12.248C7.22967 11.671 8.25411 11.2708 9 11.0472C9.04786 11.0329 9.05246 10.9458 9.00628 10.9257C8.3551 10.6418 7.06568 10.2569 6.5674 9.59877C6.55409 9.58118 6.54743 9.57239 6.54632 9.57095C6.54521 9.5695 6.50377 9.5164 6.4209 9.41019C6 8.87077 6 7.80847 6 7.80847C6 5.93718 7.27312 4.43992 8.75497 3.69556C9.65563 3.23185 10.7241 3 11.9603 3C13.0375 3 14.0353 3.20161 14.9536 3.60484C16.9456 4.43574 18 6.43605 18 8.71573V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 21V14C6 13.371 6.24724 12.8125 6.74172 12.248C7.22967 11.671 8.25411 11.2708 9 11.0472C9.04786 11.0329 9.05246 10.9458 9.00628 10.9257C8.3551 10.6418 7.06568 10.2569 6.5674 9.59877C6.55409 9.58118 6.54743 9.57239 6.54632 9.57095C6.54521 9.5695 6.50377 9.5164 6.4209 9.41019C6 8.87077 6 7.80847 6 7.80847C6 5.93718 7.27312 4.43992 8.75497 3.69556C9.65563 3.23185 10.7241 3 11.9603 3C13.0375 3 14.0353 3.20161 14.9536 3.60484C16.9456 4.43574 18 6.43605 18 8.71573V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-anchor-point{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 12C19 11.1716 19.6716 10.5 20.5 10.5C21.3284 10.5 22 11.1716 22 12C22 12.8284 21.3284 13.5 20.5 13.5C19.6716 13.5 19 12.8284 19 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 11.1716 2.67157 10.5 3.5 10.5C4.32843 10.5 5 11.1716 5 12C5 12.8284 4.32843 13.5 3.5 13.5C2.67157 13.5 2 12.8284 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.7071 10.2929C13.4142 10 12.9428 10 12 10C11.0572 10 10.5858 10 10.2929 10.2929M13.7071 10.2929C14 10.5858 14 11.0572 14 12C14 12.9428 14 13.4142 13.7071 13.7071M13.7071 10.2929C13.7071 10.2929 13.7071 10.2929 13.7071 10.2929ZM10.2929 10.2929C10 10.5858 10 11.0572 10 12C10 12.9428 10 13.4142 10.2929 13.7071M10.2929 10.2929C10.2929 10.2929 10.2929 10.2929 10.2929 10.2929ZM10.2929 13.7071C10.5858 14 11.0572 14 12 14C12.9428 14 13.4142 14 13.7071 13.7071M10.2929 13.7071C10.2929 13.7071 10.2929 13.7071 10.2929 13.7071ZM13.7071 13.7071C13.7071 13.7071 13.7071 13.7071 13.7071 13.7071Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.7071 2.29289C20.4142 2 19.9428 2 19 2C18.0572 2 17.5858 2 17.2929 2.29289M20.7071 2.29289C21 2.58579 21 3.05719 21 4C21 4.94281 21 5.41421 20.7071 5.70711M20.7071 2.29289C20.7071 2.29289 20.7071 2.29289 20.7071 2.29289ZM17.2929 2.29289C17 2.58579 17 3.05719 17 4C17 4.94281 17 5.41421 17.2929 5.70711M17.2929 2.29289C17.2929 2.29289 17.2929 2.29289 17.2929 2.29289ZM17.2929 5.70711C17.5858 6 18.0572 6 19 6C19.9428 6 20.4142 6 20.7071 5.70711M17.2929 5.70711C17.2929 5.70711 17.2929 5.70711 17.2929 5.70711ZM20.7071 5.70711C20.7071 5.70711 20.7071 5.70711 20.7071 5.70711Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.70711 18.2929C6.41421 18 5.94281 18 5 18C4.05719 18 3.58579 18 3.29289 18.2929M6.70711 18.2929C7 18.5858 7 19.0572 7 20C7 20.9428 7 21.4142 6.70711 21.7071M6.70711 18.2929C6.70711 18.2929 6.70711 18.2929 6.70711 18.2929ZM3.29289 18.2929C3 18.5858 3 19.0572 3 20C3 20.9428 3 21.4142 3.29289 21.7071M3.29289 18.2929C3.29289 18.2929 3.29289 18.2929 3.29289 18.2929ZM3.29289 21.7071C3.58579 22 4.05719 22 5 22C5.94281 22 6.41421 22 6.70711 21.7071M3.29289 21.7071C3.29289 21.7071 3.29289 21.7071 3.29289 21.7071ZM6.70711 21.7071C6.70711 21.7071 6.70711 21.7071 6.70711 21.7071Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10C12 8 12.8333 4 17 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14C12 16 11.1667 20 7 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 12C19 11.1716 19.6716 10.5 20.5 10.5C21.3284 10.5 22 11.1716 22 12C22 12.8284 21.3284 13.5 20.5 13.5C19.6716 13.5 19 12.8284 19 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 11.1716 2.67157 10.5 3.5 10.5C4.32843 10.5 5 11.1716 5 12C5 12.8284 4.32843 13.5 3.5 13.5C2.67157 13.5 2 12.8284 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.7071 10.2929C13.4142 10 12.9428 10 12 10C11.0572 10 10.5858 10 10.2929 10.2929M13.7071 10.2929C14 10.5858 14 11.0572 14 12C14 12.9428 14 13.4142 13.7071 13.7071M13.7071 10.2929C13.7071 10.2929 13.7071 10.2929 13.7071 10.2929ZM10.2929 10.2929C10 10.5858 10 11.0572 10 12C10 12.9428 10 13.4142 10.2929 13.7071M10.2929 10.2929C10.2929 10.2929 10.2929 10.2929 10.2929 10.2929ZM10.2929 13.7071C10.5858 14 11.0572 14 12 14C12.9428 14 13.4142 14 13.7071 13.7071M10.2929 13.7071C10.2929 13.7071 10.2929 13.7071 10.2929 13.7071ZM13.7071 13.7071C13.7071 13.7071 13.7071 13.7071 13.7071 13.7071Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.7071 2.29289C20.4142 2 19.9428 2 19 2C18.0572 2 17.5858 2 17.2929 2.29289M20.7071 2.29289C21 2.58579 21 3.05719 21 4C21 4.94281 21 5.41421 20.7071 5.70711M20.7071 2.29289C20.7071 2.29289 20.7071 2.29289 20.7071 2.29289ZM17.2929 2.29289C17 2.58579 17 3.05719 17 4C17 4.94281 17 5.41421 17.2929 5.70711M17.2929 2.29289C17.2929 2.29289 17.2929 2.29289 17.2929 2.29289ZM17.2929 5.70711C17.5858 6 18.0572 6 19 6C19.9428 6 20.4142 6 20.7071 5.70711M17.2929 5.70711C17.2929 5.70711 17.2929 5.70711 17.2929 5.70711ZM20.7071 5.70711C20.7071 5.70711 20.7071 5.70711 20.7071 5.70711Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.70711 18.2929C6.41421 18 5.94281 18 5 18C4.05719 18 3.58579 18 3.29289 18.2929M6.70711 18.2929C7 18.5858 7 19.0572 7 20C7 20.9428 7 21.4142 6.70711 21.7071M6.70711 18.2929C6.70711 18.2929 6.70711 18.2929 6.70711 18.2929ZM3.29289 18.2929C3 18.5858 3 19.0572 3 20C3 20.9428 3 21.4142 3.29289 21.7071M3.29289 18.2929C3.29289 18.2929 3.29289 18.2929 3.29289 18.2929ZM3.29289 21.7071C3.58579 22 4.05719 22 5 22C5.94281 22 6.41421 22 6.70711 21.7071M3.29289 21.7071C3.29289 21.7071 3.29289 21.7071 3.29289 21.7071ZM6.70711 21.7071C6.70711 21.7071 6.70711 21.7071 6.70711 21.7071Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10C12 8 12.8333 4 17 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14C12 16 11.1667 20 7 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-arrange-by-letters-a-z{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 14H8.42109C9.35119 14 9.81624 14 9.94012 14.2801C10.064 14.5603 9.74755 14.8963 9.11466 15.5684L5.47691 19.4316C4.84402 20.1037 4.52757 20.4397 4.65145 20.7199C4.77533 21 5.24038 21 6.17048 21H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9L6.10557 4.30527C6.49585 3.43509 6.69098 3 7 3C7.30902 3 7.50415 3.43509 7.89443 4.30527L10 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 20V4M17.5 20C16.7998 20 15.4915 18.0057 15 17.5M17.5 20C18.2002 20 19.5085 18.0057 20 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 14H8.42109C9.35119 14 9.81624 14 9.94012 14.2801C10.064 14.5603 9.74755 14.8963 9.11466 15.5684L5.47691 19.4316C4.84402 20.1037 4.52757 20.4397 4.65145 20.7199C4.77533 21 5.24038 21 6.17048 21H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9L6.10557 4.30527C6.49585 3.43509 6.69098 3 7 3C7.30902 3 7.50415 3.43509 7.89443 4.30527L10 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 20V4M17.5 20C16.7998 20 15.4915 18.0057 15 17.5M17.5 20C18.2002 20 19.5085 18.0057 20 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-arrange-by-letters-z-a{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 3H8.42109C9.35119 3 9.81624 3 9.94012 3.28013C10.064 3.56026 9.74755 3.89632 9.11466 4.56842L5.47691 8.43158C4.84402 9.10368 4.52757 9.43974 4.65145 9.71987C4.77533 10 5.24038 10 6.17048 10H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 21L6.10557 16.3053C6.49585 15.4351 6.69098 15 7 15C7.30902 15 7.50415 15.4351 7.89443 16.3053L10 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 20V4M17.5 20C16.7998 20 15.4915 18.0057 15 17.5M17.5 20C18.2002 20 19.5085 18.0057 20 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 3H8.42109C9.35119 3 9.81624 3 9.94012 3.28013C10.064 3.56026 9.74755 3.89632 9.11466 4.56842L5.47691 8.43158C4.84402 9.10368 4.52757 9.43974 4.65145 9.71987C4.77533 10 5.24038 10 6.17048 10H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 21L6.10557 16.3053C6.49585 15.4351 6.69098 15 7 15C7.30902 15 7.50415 15.4351 7.89443 16.3053L10 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 20V4M17.5 20C16.7998 20 15.4915 18.0057 15 17.5M17.5 20C18.2002 20 19.5085 18.0057 20 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-arrange-by-numbers-1-9{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 10.0003V3.94909C7 3.37458 7 3.08732 6.76959 3.01583C6.26306 2.85867 5.5 4 5.5 4M7 10.0003H5.5M7 10.0003H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 17.5V15.75C9 14.925 9 14.5126 8.70711 14.2563C8.41421 14 7.94281 14 7 14C6.05719 14 5.58579 14 5.29289 14.2563C5 14.5126 5 14.925 5 15.75C5 16.575 5 16.9874 5.29289 17.2437C5.58579 17.5 6.05719 17.5 7 17.5H9ZM9 17.5V18.375C9 19.6124 9 20.2312 8.56066 20.6156C8.12132 21 7.41421 21 6 21H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 20V4M16.5 20C15.7998 20 14.4915 18.0057 14 17.5M16.5 20C17.2002 20 18.5085 18.0057 19 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 10.0003V3.94909C7 3.37458 7 3.08732 6.76959 3.01583C6.26306 2.85867 5.5 4 5.5 4M7 10.0003H5.5M7 10.0003H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 17.5V15.75C9 14.925 9 14.5126 8.70711 14.2563C8.41421 14 7.94281 14 7 14C6.05719 14 5.58579 14 5.29289 14.2563C5 14.5126 5 14.925 5 15.75C5 16.575 5 16.9874 5.29289 17.2437C5.58579 17.5 6.05719 17.5 7 17.5H9ZM9 17.5V18.375C9 19.6124 9 20.2312 8.56066 20.6156C8.12132 21 7.41421 21 6 21H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 20V4M16.5 20C15.7998 20 14.4915 18.0057 14 17.5M16.5 20C17.2002 20 18.5085 18.0057 19 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-arrange-by-numbers-9-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 21.0003V14.9491C7 14.3746 7 14.0873 6.76959 14.0158C6.26306 13.8587 5.5 15 5.5 15M7 21.0003H5.5M7 21.0003H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 6.50098V4.75098C9 3.92602 9 3.51354 8.70711 3.25726C8.41421 3.00098 7.94281 3.00098 7 3.00098C6.05719 3.00098 5.58579 3.00098 5.29289 3.25726C5 3.51354 5 3.92602 5 4.75098C5 5.57593 5 5.98841 5.29289 6.2447C5.58579 6.50098 6.05719 6.50098 7 6.50098H9ZM9 6.50098V7.37598C9 8.61341 9 9.23213 8.56066 9.61655C8.12132 10.001 7.41421 10.001 6 10.001H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 20V4M16.5 20C15.7998 20 14.4915 18.0057 14 17.5M16.5 20C17.2002 20 18.5085 18.0057 19 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 21.0003V14.9491C7 14.3746 7 14.0873 6.76959 14.0158C6.26306 13.8587 5.5 15 5.5 15M7 21.0003H5.5M7 21.0003H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 6.50098V4.75098C9 3.92602 9 3.51354 8.70711 3.25726C8.41421 3.00098 7.94281 3.00098 7 3.00098C6.05719 3.00098 5.58579 3.00098 5.29289 3.25726C5 3.51354 5 3.92602 5 4.75098C5 5.57593 5 5.98841 5.29289 6.2447C5.58579 6.50098 6.05719 6.50098 7 6.50098H9ZM9 6.50098V7.37598C9 8.61341 9 9.23213 8.56066 9.61655C8.12132 10.001 7.41421 10.001 6 10.001H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 20V4M16.5 20C15.7998 20 14.4915 18.0057 14 17.5M16.5 20C17.2002 20 18.5085 18.0057 19 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-arrange{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 4.5C3 3.67157 3.67157 3 4.5 3H6.5C7.32843 3 8 3.67157 8 4.5V6.5C8 7.32843 7.32843 8 6.5 8H4.5C3.67157 8 3 7.32843 3 6.5V4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 17.5C3 16.6716 3.67157 16 4.5 16H6.5C7.32843 16 8 16.6716 8 17.5V19.5C8 20.3284 7.32843 21 6.5 21H4.5C3.67157 21 3 20.3284 3 19.5V17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.99977 18.5H20.9998M15.9998 5.5H7.99977M16.3233 7.67649L7.64844 16.3513%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4.5C16 3.67157 16.6716 3 17.5 3H19.5C20.3284 3 21 3.67157 21 4.5V6.5C21 7.32843 20.3284 8 19.5 8H17.5C16.6716 8 16 7.32843 16 6.5V4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 21L19.3883 20.0537C20.4628 19.3213 21 18.9551 21 18.5C21 18.0449 20.4628 17.6787 19.3883 16.9463L18 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 4.5C3 3.67157 3.67157 3 4.5 3H6.5C7.32843 3 8 3.67157 8 4.5V6.5C8 7.32843 7.32843 8 6.5 8H4.5C3.67157 8 3 7.32843 3 6.5V4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 17.5C3 16.6716 3.67157 16 4.5 16H6.5C7.32843 16 8 16.6716 8 17.5V19.5C8 20.3284 7.32843 21 6.5 21H4.5C3.67157 21 3 20.3284 3 19.5V17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.99977 18.5H20.9998M15.9998 5.5H7.99977M16.3233 7.67649L7.64844 16.3513%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4.5C16 3.67157 16.6716 3 17.5 3H19.5C20.3284 3 21 3.67157 21 4.5V6.5C21 7.32843 20.3284 8 19.5 8H17.5C16.6716 8 16 7.32843 16 6.5V4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 21L19.3883 20.0537C20.4628 19.3213 21 18.9551 21 18.5C21 18.0449 20.4628 17.6787 19.3883 16.9463L18 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-artboard-tool{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 7H15C18.2998 7 19.9497 7 20.9749 8.02513C22 9.05025 22 10.7002 22 14V15C22 18.2998 22 19.9497 20.9749 20.9749C19.9497 22 18.2998 22 15 22H14C10.7002 22 9.05025 22 8.02513 20.9749C7 19.9497 7 18.2998 7 15V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7L5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 5L7 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 7H15C18.2998 7 19.9497 7 20.9749 8.02513C22 9.05025 22 10.7002 22 14V15C22 18.2998 22 19.9497 20.9749 20.9749C19.9497 22 18.2998 22 15 22H14C10.7002 22 9.05025 22 8.02513 20.9749C7 19.9497 7 18.2998 7 15V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7L5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 5L7 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-artboard{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 4.5V3M16 4.5V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 8L21 8M19.5 16H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 21V19.5M16 21V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8L4.5 8M3 16H4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11C8 9.58579 8 8.87868 8.43934 8.43934C8.87868 8 9.58579 8 11 8H13C14.4142 8 15.1213 8 15.5607 8.43934C16 8.87868 16 9.58579 16 11V13C16 14.4142 16 15.1213 15.5607 15.5607C15.1213 16 14.4142 16 13 16H11C9.58579 16 8.87868 16 8.43934 15.5607C8 15.1213 8 14.4142 8 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 4.5V3M16 4.5V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 8L21 8M19.5 16H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 21V19.5M16 21V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8L4.5 8M3 16H4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11C8 9.58579 8 8.87868 8.43934 8.43934C8.87868 8 9.58579 8 11 8H13C14.4142 8 15.1213 8 15.5607 8.43934C16 8.87868 16 9.58579 16 11V13C16 14.4142 16 15.1213 15.5607 15.5607C15.1213 16 14.4142 16 13 16H11C9.58579 16 8.87868 16 8.43934 15.5607C8 15.1213 8 14.4142 8 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-aspect-ratio{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 7.75736 2 5.63604 3.17157 4.31802C4.34315 3 6.22876 3 10 3H14C17.7712 3 19.6569 3 20.8284 4.31802C22 5.63604 22 7.75736 22 12C22 16.2426 22 18.364 20.8284 19.682C19.6569 21 17.7712 21 14 21H10C6.22876 21 4.34315 21 3.17157 19.682C2 18.364 2 16.2426 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 9H10C12.8284 9 14.2426 9 15.1213 9.87868C16 10.7574 16 12.1716 16 15V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 21L10 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 7.75736 2 5.63604 3.17157 4.31802C4.34315 3 6.22876 3 10 3H14C17.7712 3 19.6569 3 20.8284 4.31802C22 5.63604 22 7.75736 22 12C22 16.2426 22 18.364 20.8284 19.682C19.6569 21 17.7712 21 14 21H10C6.22876 21 4.34315 21 3.17157 19.682C2 18.364 2 16.2426 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 9H10C12.8284 9 14.2426 9 15.1213 9.87868C16 10.7574 16 12.1716 16 15V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 21L10 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-attachment-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.82338 12L4.27922 10.4558C2.57359 8.75022 2.57359 5.98485 4.27922 4.27922C5.98485 2.57359 8.75022 2.57359 10.4558 4.27922L19.7208 13.5442C21.4264 15.2498 21.4264 18.0152 19.7208 19.7208C18.0152 21.4264 15.2498 21.4264 13.5442 19.7208L10.0698 16.2464C9.00379 15.1804 9.00379 13.4521 10.0698 12.386C11.1358 11.32 12.8642 11.32 13.9302 12.386L15.8604 14.3162%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.82338 12L4.27922 10.4558C2.57359 8.75022 2.57359 5.98485 4.27922 4.27922C5.98485 2.57359 8.75022 2.57359 10.4558 4.27922L19.7208 13.5442C21.4264 15.2498 21.4264 18.0152 19.7208 19.7208C18.0152 21.4264 15.2498 21.4264 13.5442 19.7208L10.0698 16.2464C9.00379 15.1804 9.00379 13.4521 10.0698 12.386C11.1358 11.32 12.8642 11.32 13.9302 12.386L15.8604 14.3162%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-attachment-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 8V6C8 3.79086 9.79086 2 12 2C14.2091 2 16 3.79086 16 6V18C16 20.2091 14.2091 22 12 22C9.79086 22 8 20.2091 8 18V13.5C8 12.1193 9.11929 11 10.5 11C11.8807 11 13 12.1193 13 13.5V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 8V6C8 3.79086 9.79086 2 12 2C14.2091 2 16 3.79086 16 6V18C16 20.2091 14.2091 22 12 22C9.79086 22 8 20.2091 8 18V13.5C8 12.1193 9.11929 11 10.5 11C11.8807 11 13 12.1193 13 13.5V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-attachment-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.56854 12L7.71068 11.1421C6.76311 10.1946 6.76311 8.65825 7.71068 7.71068C8.65825 6.76311 10.1946 6.76311 11.1421 7.71068L16.2893 12.8579C17.2369 13.8054 17.2369 15.3418 16.2893 16.2893C15.3418 17.2369 13.8054 17.2369 12.8579 16.2893L10.9277 14.3591C9.51688 12.9483 11.5463 11.0463 13 12.5L14 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.56854 12L7.71068 11.1421C6.76311 10.1946 6.76311 8.65825 7.71068 7.71068C8.65825 6.76311 10.1946 6.76311 11.1421 7.71068L16.2893 12.8579C17.2369 13.8054 17.2369 15.3418 16.2893 16.2893C15.3418 17.2369 13.8054 17.2369 12.8579 16.2893L10.9277 14.3591C9.51688 12.9483 11.5463 11.0463 13 12.5L14 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-attachment-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.56854 12L7.71068 11.1421C6.76311 10.1946 6.76311 8.65825 7.71068 7.71068C8.65825 6.76311 10.1946 6.76311 11.1421 7.71068L16.2893 12.8579C17.2369 13.8054 17.2369 15.3418 16.2893 16.2893C15.3418 17.2369 13.8054 17.2369 12.8579 16.2893L10.9277 14.3591C9.51688 12.9483 11.5463 11.0463 13 12.5L14 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.56854 12L7.71068 11.1421C6.76311 10.1946 6.76311 8.65825 7.71068 7.71068C8.65825 6.76311 10.1946 6.76311 11.1421 7.71068L16.2893 12.8579C17.2369 13.8054 17.2369 15.3418 16.2893 16.2893C15.3418 17.2369 13.8054 17.2369 12.8579 16.2893L10.9277 14.3591C9.51688 12.9483 11.5463 11.0463 13 12.5L14 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-bend-tool{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%224%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%225%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 18C5 10 10 4 17 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%224%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%225%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 18C5 10 10 4 17 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-blend{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2217%22 r%3D%225%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 13H6.4C4.32582 13 3.28873 13 2.64437 12.3556C2 11.7113 2 10.6742 2 8.6V6.4C2 4.32582 2 3.28873 2.64437 2.64437C3.28873 2 4.32582 2 6.4 2H8.6C10.6742 2 11.7113 2 12.3556 2.64437C13 3.28873 13 4.32582 13 6.4V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.0348 19C9.17734 18.5206 7 16.0355 7 13.0418C7 9.70499 9.70499 7 13.0418 7C16.0355 7 18.5206 9.17734 19 12.0348%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2217%22 r%3D%225%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 13H6.4C4.32582 13 3.28873 13 2.64437 12.3556C2 11.7113 2 10.6742 2 8.6V6.4C2 4.32582 2 3.28873 2.64437 2.64437C3.28873 2 4.32582 2 6.4 2H8.6C10.6742 2 11.7113 2 12.3556 2.64437C13 3.28873 13 4.32582 13 6.4V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.0348 19C9.17734 18.5206 7 16.0355 7 13.0418C7 9.70499 9.70499 7 13.0418 7C16.0355 7 18.5206 9.17734 19 12.0348%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-blur{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5926 2.21C12.2371 1.93 11.7433 1.93 11.3877 2.21C9.51122 3.66 3.97049 8.39 4.00012 13.9C4.00012 18.36 7.58531 22 12.0001 22C16.4149 22 20 18.37 20 13.91C20.0099 8.48 14.4593 3.67 12.5926 2.21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-miterlimit%3D%2210%22%2F%3E%0A%3Cpath d%3D%22M12 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19L20 15M12 14.1806L19 10.5M12 9.36145L16.5727 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5926 2.21C12.2371 1.93 11.7433 1.93 11.3877 2.21C9.51122 3.66 3.97049 8.39 4.00012 13.9C4.00012 18.36 7.58531 22 12.0001 22C16.4149 22 20 18.37 20 13.91C20.0099 8.48 14.4593 3.67 12.5926 2.21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-miterlimit%3D%2210%22%2F%3E%0A%3Cpath d%3D%22M12 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19L20 15M12 14.1806L19 10.5M12 9.36145L16.5727 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-border-full{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9.5L7 9.5M10 14.5H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9.5L7 9.5M10 14.5H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-brush{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.49478 13.753C10.5833 10.1644 17.5788 3.15478 20.5387 3.00445C22.3699 2.82906 18.7218 9.32547 10.0785 16.4339M11.4581 10.0449L13.7157 12.3249M3 20.8546C3.70948 18.3472 3.26187 19.5794 3.50407 16.6919C3.63306 16.2644 3.89258 14.9377 5.51358 14.2765C7.35618 13.5249 8.70698 14.6611 9.05612 15.195C10.0847 16.3102 10.2039 17.6952 9.05612 19.2774C7.9083 20.8596 4.50352 21.2527 3 20.8546Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.49478 13.753C10.5833 10.1644 17.5788 3.15478 20.5387 3.00445C22.3699 2.82906 18.7218 9.32547 10.0785 16.4339M11.4581 10.0449L13.7157 12.3249M3 20.8546C3.70948 18.3472 3.26187 19.5794 3.50407 16.6919C3.63306 16.2644 3.89258 14.9377 5.51358 14.2765C7.35618 13.5249 8.70698 14.6611 9.05612 15.195C10.0847 16.3102 10.2039 17.6952 9.05612 19.2774C7.9083 20.8596 4.50352 21.2527 3 20.8546Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-cap-projecting{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 5L10 5C7.19108 5 5.78661 5 4.77772 5.67412C4.34096 5.96596 3.96596 6.34096 3.67412 6.77772C3 7.78661 3 9.19107 3 12C3 14.8089 3 16.2134 3.67412 17.2223C3.96596 17.659 4.34096 18.034 4.77772 18.3259C5.78661 19 7.19108 19 10 19L21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 12C13 13.3807 11.8807 14.5 10.5 14.5C9.11929 14.5 8 13.3807 8 12C8 10.6193 9.11929 9.5 10.5 9.5C11.8807 9.5 13 10.6193 13 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 5L10 5C7.19108 5 5.78661 5 4.77772 5.67412C4.34096 5.96596 3.96596 6.34096 3.67412 6.77772C3 7.78661 3 9.19107 3 12C3 14.8089 3 16.2134 3.67412 17.2223C3.96596 17.659 4.34096 18.034 4.77772 18.3259C5.78661 19 7.19108 19 10 19L21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 12C13 13.3807 11.8807 14.5 10.5 14.5C9.11929 14.5 8 13.3807 8 12C8 10.6193 9.11929 9.5 10.5 9.5C11.8807 9.5 13 10.6193 13 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-cap-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 5L10 5C6.13401 5 3 8.13401 3 12C3 15.866 6.13401 19 10 19L21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 12C13 13.3807 11.8807 14.5 10.5 14.5C9.11929 14.5 8 13.3807 8 12C8 10.6193 9.11929 9.5 10.5 9.5C11.8807 9.5 13 10.6193 13 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 5L10 5C6.13401 5 3 8.13401 3 12C3 15.866 6.13401 19 10 19L21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 12C13 13.3807 11.8807 14.5 10.5 14.5C9.11929 14.5 8 13.3807 8 12C8 10.6193 9.11929 9.5 10.5 9.5C11.8807 9.5 13 10.6193 13 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-cap-straight{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 5L11.3026 5C8.56425 5 7.19508 5 6.34438 5.87868C5.6596 6.58599 5.52605 7.64032 5.5 9.5M21 19L11.3026 19C8.56424 19 7.19508 19 6.34438 18.1213C5.6596 17.414 5.52605 16.3597 5.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12C8 13.3807 6.88071 14.5 5.5 14.5C4.11929 14.5 3 13.3807 3 12C3 10.6193 4.11929 9.5 5.5 9.5C6.88071 9.5 8 10.6193 8 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 5L11.3026 5C8.56425 5 7.19508 5 6.34438 5.87868C5.6596 6.58599 5.52605 7.64032 5.5 9.5M21 19L11.3026 19C8.56424 19 7.19508 19 6.34438 18.1213C5.6596 17.414 5.52605 16.3597 5.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12C8 13.3807 6.88071 14.5 5.5 14.5C4.11929 14.5 3 13.3807 3 12C3 10.6193 4.11929 9.5 5.5 9.5C6.88071 9.5 8 10.6193 8 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-carousel-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 8C7 5.64298 7 4.46447 7.73223 3.73223C8.46447 3 9.64298 3 12 3C14.357 3 15.5355 3 16.2678 3.73223C17 4.46447 17 5.64298 17 8V16C17 18.357 17 19.5355 16.2678 20.2678C15.5355 21 14.357 21 12 21C9.64298 21 8.46447 21 7.73223 20.2678C7 19.5355 7 18.357 7 16V8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7C2.54697 7.10449 2.94952 7.28931 3.26777 7.61621C4 8.36835 4 9.5789 4 12C4 14.4211 4 15.6316 3.26777 16.3838C2.94952 16.7107 2.54697 16.8955 2 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7C21.453 7.10449 21.0505 7.28931 20.7322 7.61621C20 8.36835 20 9.5789 20 12C20 14.4211 20 15.6316 20.7322 16.3838C21.0505 16.7107 21.453 16.8955 22 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 8C7 5.64298 7 4.46447 7.73223 3.73223C8.46447 3 9.64298 3 12 3C14.357 3 15.5355 3 16.2678 3.73223C17 4.46447 17 5.64298 17 8V16C17 18.357 17 19.5355 16.2678 20.2678C15.5355 21 14.357 21 12 21C9.64298 21 8.46447 21 7.73223 20.2678C7 19.5355 7 18.357 7 16V8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7C2.54697 7.10449 2.94952 7.28931 3.26777 7.61621C4 8.36835 4 9.5789 4 12C4 14.4211 4 15.6316 3.26777 16.3838C2.94952 16.7107 2.54697 16.8955 2 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7C21.453 7.10449 21.0505 7.28931 20.7322 7.61621C20 8.36835 20 9.5789 20 12C20 14.4211 20 15.6316 20.7322 16.3838C21.0505 16.7107 21.453 16.8955 22 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-carousel-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 7C18.357 7 19.5355 7 20.2678 7.73223C21 8.46447 21 9.64298 21 12C21 14.357 21 15.5355 20.2678 16.2678C19.5355 17 18.357 17 16 17H8C5.64298 17 4.46447 17 3.73223 16.2678C3 15.5355 3 14.357 3 12C3 9.64298 3 8.46447 3.73223 7.73223C4.46447 7 5.64298 7 8 7L16 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 2C16.8955 2.54697 16.7107 2.94952 16.3838 3.26777C15.6316 4 14.4211 4 12 4C9.5789 4 8.36835 4 7.61621 3.26777C7.28931 2.94952 7.10449 2.54697 7 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 22C16.8955 21.453 16.7107 21.0505 16.3838 20.7322C15.6316 20 14.4211 20 12 20C9.5789 20 8.36835 20 7.61621 20.7322C7.28931 21.0505 7.10449 21.453 7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 7C18.357 7 19.5355 7 20.2678 7.73223C21 8.46447 21 9.64298 21 12C21 14.357 21 15.5355 20.2678 16.2678C19.5355 17 18.357 17 16 17H8C5.64298 17 4.46447 17 3.73223 16.2678C3 15.5355 3 14.357 3 12C3 9.64298 3 8.46447 3.73223 7.73223C4.46447 7 5.64298 7 8 7L16 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 2C16.8955 2.54697 16.7107 2.94952 16.3838 3.26777C15.6316 4 14.4211 4 12 4C9.5789 4 8.36835 4 7.61621 3.26777C7.28931 2.94952 7.10449 2.54697 7 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 22C16.8955 21.453 16.7107 21.0505 16.3838 20.7322C15.6316 20 14.4211 20 12 20C9.5789 20 8.36835 20 7.61621 20.7322C7.28931 21.0505 7.10449 21.453 7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-change-screen-mode{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 2H12C9.17157 2 7.75736 2 6.87868 2.94627C6 3.89254 6 5.41554 6 8.46154V9.53846C6 12.5845 6 14.1075 6.87868 15.0537C7.75736 16 9.17157 16 12 16H16C18.8284 16 20.2426 16 21.1213 15.0537C22 14.1075 22 12.5845 22 9.53846V8.46154C22 5.41554 22 3.89254 21.1213 2.94627C20.2426 2 18.8284 2 16 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 16.6082C17.9879 18.9537 17.8914 20.2239 17.123 21.0525C16.2442 22 14.8298 22 12.0011 22H8.00065C5.17192 22 3.75755 22 2.87878 21.0525C2 20.1049 2 18.5799 2 15.5298V14.4515C2 11.4014 2 9.87638 2.87878 8.92885C3.52015 8.2373 4.44682 8.05047 6.00043 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 2H12C9.17157 2 7.75736 2 6.87868 2.94627C6 3.89254 6 5.41554 6 8.46154V9.53846C6 12.5845 6 14.1075 6.87868 15.0537C7.75736 16 9.17157 16 12 16H16C18.8284 16 20.2426 16 21.1213 15.0537C22 14.1075 22 12.5845 22 9.53846V8.46154C22 5.41554 22 3.89254 21.1213 2.94627C20.2426 2 18.8284 2 16 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 16.6082C17.9879 18.9537 17.8914 20.2239 17.123 21.0525C16.2442 22 14.8298 22 12.0011 22H8.00065C5.17192 22 3.75755 22 2.87878 21.0525C2 20.1049 2 18.5799 2 15.5298V14.4515C2 11.4014 2 9.87638 2.87878 8.92885C3.52015 8.2373 4.44682 8.05047 6.00043 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-character-phonetic{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.8676 15.811C21.588 17.5671 20.2035 18.9445 18.4384 19.2226C18.1177 19.2732 17.7345 19.2732 16.9679 19.2732C16.2015 19.2732 15.8183 19.2732 15.4976 19.2226C13.7323 18.9445 12.348 17.5671 12.0684 15.811C12.0176 15.492 12.0176 15.1107 12.0176 14.3481V11.0648M12.0176 11.0648V9.42308C12.0176 8.66052 12.0176 8.27923 12.0684 7.96021C12.348 6.20405 13.7323 4.82672 15.4976 4.54858C15.8183 4.49805 16.2015 4.49805 16.9679 4.49805C17.7345 4.49805 18.1177 4.49805 18.4384 4.54858C20.2035 4.82672 21.588 6.20405 21.8676 7.96021C22.0656 9.20422 22.1646 9.82622 21.776 10.371C21.7228 10.4454 21.645 10.5357 21.5791 10.5994C21.0968 11.0648 20.3251 11.0648 18.7816 11.0648H12.0176Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.35376 6.91505C2.77775 6.16367 3.94454 4.82229 5.43195 4.55959C6.91936 4.29689 9.48065 4.16563 10.7488 5.72466C12.017 7.28368 12.017 8.94008 12.017 11.0941M12.017 11.0941C12.017 12.3351 11.9819 12.7325 11.8682 13.5509C11.7334 14.5202 11.6584 16.2917 10.4857 17.5661C10.0364 18.0544 9.48885 18.4563 8.90049 18.7632C8.16982 19.1444 7.11663 19.484 6.00675 19.3762C3.92071 19.1736 2.35376 17.976 2.07393 15.8557C1.8914 14.4727 2.54618 13.0458 3.24415 12.3351C3.94211 11.6245 4.80701 11.0153 6.29689 11.0941C7.67945 11.1672 10.6869 11.111 12.017 11.0941Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.8676 15.811C21.588 17.5671 20.2035 18.9445 18.4384 19.2226C18.1177 19.2732 17.7345 19.2732 16.9679 19.2732C16.2015 19.2732 15.8183 19.2732 15.4976 19.2226C13.7323 18.9445 12.348 17.5671 12.0684 15.811C12.0176 15.492 12.0176 15.1107 12.0176 14.3481V11.0648M12.0176 11.0648V9.42308C12.0176 8.66052 12.0176 8.27923 12.0684 7.96021C12.348 6.20405 13.7323 4.82672 15.4976 4.54858C15.8183 4.49805 16.2015 4.49805 16.9679 4.49805C17.7345 4.49805 18.1177 4.49805 18.4384 4.54858C20.2035 4.82672 21.588 6.20405 21.8676 7.96021C22.0656 9.20422 22.1646 9.82622 21.776 10.371C21.7228 10.4454 21.645 10.5357 21.5791 10.5994C21.0968 11.0648 20.3251 11.0648 18.7816 11.0648H12.0176Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.35376 6.91505C2.77775 6.16367 3.94454 4.82229 5.43195 4.55959C6.91936 4.29689 9.48065 4.16563 10.7488 5.72466C12.017 7.28368 12.017 8.94008 12.017 11.0941M12.017 11.0941C12.017 12.3351 11.9819 12.7325 11.8682 13.5509C11.7334 14.5202 11.6584 16.2917 10.4857 17.5661C10.0364 18.0544 9.48885 18.4563 8.90049 18.7632C8.16982 19.1444 7.11663 19.484 6.00675 19.3762C3.92071 19.1736 2.35376 17.976 2.07393 15.8557C1.8914 14.4727 2.54618 13.0458 3.24415 12.3351C3.94211 11.6245 4.80701 11.0153 6.29689 11.0941C7.67945 11.1672 10.6869 11.111 12.017 11.0941Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-check-list{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 6L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18L21 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 7.39286C3 7.39286 4 8.04466 4.5 9C4.5 9 6 5.25 8 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 18.3929C3 18.3929 4 19.0447 4.5 20C4.5 20 6 16.25 8 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 6L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18L21 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 7.39286C3 7.39286 4 8.04466 4.5 9C4.5 9 6 5.25 8 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 18.3929C3 18.3929 4 19.0447 4.5 20C4.5 20 6 16.25 8 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-color-picker{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.435 7L7.15915 13.2759M7.15915 13.2759L4.82728 15.6077C3.92569 16.5093 3.47489 16.9601 3.23745 17.5334C3 18.1066 3 18.7441 3 20.0192V21H3.98082C5.25586 21 5.89338 21 6.46663 20.7626C7.03988 20.5251 7.49068 20.0743 8.39227 19.1727L14.2891 13.2759M7.15915 13.2759H14.2891M14.2891 13.2759L17 10.565%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.2087 8.38869L20.82 10M19.2087 8.38869L20.0705 7.52682C20.363 7.23431 20.5093 7.08805 20.611 6.94529C21.1297 6.21676 21.1297 5.23953 20.611 4.511C20.5093 4.36824 20.363 4.22198 20.0705 3.92947C19.778 3.63697 19.6318 3.4907 19.489 3.38905C18.7605 2.87032 17.7832 2.87032 17.0547 3.38905C16.912 3.4907 16.7657 3.63695 16.4732 3.92947L15.6113 4.79133M19.2087 8.38869L15.6113 4.79133M14 3.18002L15.6113 4.79133%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.435 7L7.15915 13.2759M7.15915 13.2759L4.82728 15.6077C3.92569 16.5093 3.47489 16.9601 3.23745 17.5334C3 18.1066 3 18.7441 3 20.0192V21H3.98082C5.25586 21 5.89338 21 6.46663 20.7626C7.03988 20.5251 7.49068 20.0743 8.39227 19.1727L14.2891 13.2759M7.15915 13.2759H14.2891M14.2891 13.2759L17 10.565%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.2087 8.38869L20.82 10M19.2087 8.38869L20.0705 7.52682C20.363 7.23431 20.5093 7.08805 20.611 6.94529C21.1297 6.21676 21.1297 5.23953 20.611 4.511C20.5093 4.36824 20.363 4.22198 20.0705 3.92947C19.778 3.63697 19.6318 3.4907 19.489 3.38905C18.7605 2.87032 17.7832 2.87032 17.0547 3.38905C16.912 3.4907 16.7657 3.63695 16.4732 3.92947L15.6113 4.79133M19.2087 8.38869L15.6113 4.79133M14 3.18002L15.6113 4.79133%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-colors{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5798 9.71016C17.0765 9.57314 16.5468 9.5 16 9.5C13.4668 9.5 11.3002 11.0699 10.4202 13.2898M17.5798 9.71016C20.1271 10.4036 22 12.7331 22 15.5C22 18.8137 19.3137 21.5 16 21.5C14.4633 21.5 13.0615 20.9223 12 19.9722M17.5798 9.71016C17.851 9.02618 18 8.2805 18 7.5C18 4.18629 15.3137 1.5 12 1.5C8.68629 1.5 6 4.18629 6 7.5C6 8.2805 6.14903 9.02618 6.42018 9.71016M10.4202 13.2898C10.149 13.9738 10 14.7195 10 15.5C10 17.277 10.7725 18.8736 12 19.9722M10.4202 13.2898C8.59146 12.792 7.11029 11.451 6.42018 9.71016M6.42018 9.71016C3.87294 10.4036 2 12.7331 2 15.5C2 18.8137 4.68629 21.5 8 21.5C9.53671 21.5 10.9385 20.9223 12 19.9722%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5798 9.71016C17.0765 9.57314 16.5468 9.5 16 9.5C13.4668 9.5 11.3002 11.0699 10.4202 13.2898M17.5798 9.71016C20.1271 10.4036 22 12.7331 22 15.5C22 18.8137 19.3137 21.5 16 21.5C14.4633 21.5 13.0615 20.9223 12 19.9722M17.5798 9.71016C17.851 9.02618 18 8.2805 18 7.5C18 4.18629 15.3137 1.5 12 1.5C8.68629 1.5 6 4.18629 6 7.5C6 8.2805 6.14903 9.02618 6.42018 9.71016M10.4202 13.2898C10.149 13.9738 10 14.7195 10 15.5C10 17.277 10.7725 18.8736 12 19.9722M10.4202 13.2898C8.59146 12.792 7.11029 11.451 6.42018 9.71016M6.42018 9.71016C3.87294 10.4036 2 12.7331 2 15.5C2 18.8137 4.68629 21.5 8 21.5C9.53671 21.5 10.9385 20.9223 12 19.9722%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-column-delete{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 3C6.90446 3 7.60669 3 8.11114 3.37919C8.32952 3.54335 8.51702 3.75429 8.66294 3.99997C9 4.56747 9 5.35748 9 6.9375L9 17.0625C9 18.6425 9 19.4325 8.66294 20C8.51702 20.2457 8.32952 20.4566 8.11114 20.6208C7.60669 21 6.90446 21 5.5 21C4.09554 21 3.39331 21 2.88886 20.6208C2.67048 20.4566 2.48298 20.2457 2.33706 20C2 19.4325 2 18.6425 2 17.0625L2 6.9375C2 5.35748 2 4.56747 2.33706 3.99997C2.48298 3.75429 2.67048 3.54335 2.88886 3.37919C3.39331 3 4.09554 3 5.5 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 11.9375L20 17.0625C20 18.6425 20 19.4325 19.6629 20C19.517 20.2457 19.3295 20.4566 19.1111 20.6208C18.6067 21 17.9045 21 16.5 21C15.0955 21 14.3933 21 13.8889 20.6208C13.6705 20.4566 13.483 20.2457 13.3371 20C13 19.4325 13 18.6425 13 17.0625L13 6.9375C13 5.35748 13 4.56747 13.3371 3.99997%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8.99936L16 3M22 3.00064L16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 3C6.90446 3 7.60669 3 8.11114 3.37919C8.32952 3.54335 8.51702 3.75429 8.66294 3.99997C9 4.56747 9 5.35748 9 6.9375L9 17.0625C9 18.6425 9 19.4325 8.66294 20C8.51702 20.2457 8.32952 20.4566 8.11114 20.6208C7.60669 21 6.90446 21 5.5 21C4.09554 21 3.39331 21 2.88886 20.6208C2.67048 20.4566 2.48298 20.2457 2.33706 20C2 19.4325 2 18.6425 2 17.0625L2 6.9375C2 5.35748 2 4.56747 2.33706 3.99997C2.48298 3.75429 2.67048 3.54335 2.88886 3.37919C3.39331 3 4.09554 3 5.5 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 11.9375L20 17.0625C20 18.6425 20 19.4325 19.6629 20C19.517 20.2457 19.3295 20.4566 19.1111 20.6208C18.6067 21 17.9045 21 16.5 21C15.0955 21 14.3933 21 13.8889 20.6208C13.6705 20.4566 13.483 20.2457 13.3371 20C13 19.4325 13 18.6425 13 17.0625L13 6.9375C13 5.35748 13 4.56747 13.3371 3.99997%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8.99936L16 3M22 3.00064L16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-column-insert{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 7C18.9045 7 19.6067 7 20.1111 7.33706C20.3295 7.48298 20.517 7.67048 20.6629 7.88886C21 8.39331 21 9.09554 21 10.5L21 18.5C21 19.9045 21 20.6067 20.6629 21.1111C20.517 21.3295 20.3295 21.517 20.1111 21.6629C19.6067 22 18.9045 22 17.5 22C16.0955 22 15.3933 22 14.8889 21.6629C14.6705 21.517 14.483 21.3295 14.3371 21.1111C14 20.6067 14 19.9045 14 18.5L14 10.5C14 9.09554 14 8.39331 14.3371 7.88886C14.483 7.67048 14.6705 7.48298 14.8889 7.33706C15.3933 7 16.0955 7 17.5 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 7C7.90446 7 8.60669 7 9.11114 7.33706C9.32952 7.48298 9.51702 7.67048 9.66294 7.88886C10 8.39331 10 9.09554 10 10.5L10 18.5C10 19.9045 10 20.6067 9.66294 21.1111C9.51702 21.3295 9.32952 21.517 9.11114 21.6629C8.60669 22 7.90446 22 6.5 22C5.09554 22 4.39331 22 3.88886 21.6629C3.67048 21.517 3.48298 21.3295 3.33706 21.1111C3 20.6067 3 19.9045 3 18.5L3 10.5C3 9.09554 3 8.39331 3.33706 7.88886C3.48298 7.67048 3.67048 7.48298 3.88886 7.33706C4.39331 7 5.09554 7 6.5 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 2L13.4142 3.53318C12.7475 4.17772 12.4142 4.5 12 4.5C11.5858 4.5 11.2525 4.17773 10.5858 3.53318L9 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 7C18.9045 7 19.6067 7 20.1111 7.33706C20.3295 7.48298 20.517 7.67048 20.6629 7.88886C21 8.39331 21 9.09554 21 10.5L21 18.5C21 19.9045 21 20.6067 20.6629 21.1111C20.517 21.3295 20.3295 21.517 20.1111 21.6629C19.6067 22 18.9045 22 17.5 22C16.0955 22 15.3933 22 14.8889 21.6629C14.6705 21.517 14.483 21.3295 14.3371 21.1111C14 20.6067 14 19.9045 14 18.5L14 10.5C14 9.09554 14 8.39331 14.3371 7.88886C14.483 7.67048 14.6705 7.48298 14.8889 7.33706C15.3933 7 16.0955 7 17.5 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 7C7.90446 7 8.60669 7 9.11114 7.33706C9.32952 7.48298 9.51702 7.67048 9.66294 7.88886C10 8.39331 10 9.09554 10 10.5L10 18.5C10 19.9045 10 20.6067 9.66294 21.1111C9.51702 21.3295 9.32952 21.517 9.11114 21.6629C8.60669 22 7.90446 22 6.5 22C5.09554 22 4.39331 22 3.88886 21.6629C3.67048 21.517 3.48298 21.3295 3.33706 21.1111C3 20.6067 3 19.9045 3 18.5L3 10.5C3 9.09554 3 8.39331 3.33706 7.88886C3.48298 7.67048 3.67048 7.48298 3.88886 7.33706C4.39331 7 5.09554 7 6.5 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 2L13.4142 3.53318C12.7475 4.17772 12.4142 4.5 12 4.5C11.5858 4.5 11.2525 4.17773 10.5858 3.53318L9 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-command{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 9V15H9V9H15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15H18C19.6569 15 21 16.3431 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18V15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15.002H6C4.34315 15.002 3 16.3451 3 18.002C3 19.6588 4.34315 21.002 6 21.002C7.65685 21.002 9 19.6588 9 18.002V15.002Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9L15 6C15 4.34315 16.3431 3 18 3C19.6569 3 21 4.34315 21 6C21 7.65685 19.6569 9 18 9H15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9V6C9 4.34315 7.65685 3 6 3C4.34315 3 3 4.34315 3 6C3 7.65685 4.34315 9 6 9H9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 9V15H9V9H15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15H18C19.6569 15 21 16.3431 21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18V15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15.002H6C4.34315 15.002 3 16.3451 3 18.002C3 19.6588 4.34315 21.002 6 21.002C7.65685 21.002 9 19.6588 9 18.002V15.002Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9L15 6C15 4.34315 16.3431 3 18 3C19.6569 3 21 4.34315 21 6C21 7.65685 19.6569 9 18 9H15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9V6C9 4.34315 7.65685 3 6 3C4.34315 3 3 4.34315 3 6C3 7.65685 4.34315 9 6 9H9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-copy-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 15C9 12.1716 9 10.7574 9.87868 9.87868C10.7574 9 12.1716 9 15 9L16 9C18.8284 9 20.2426 9 21.1213 9.87868C22 10.7574 22 12.1716 22 15V16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H15C12.1716 22 10.7574 22 9.87868 21.1213C9 20.2426 9 18.8284 9 16L9 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9999 9C16.9975 6.04291 16.9528 4.51121 16.092 3.46243C15.9258 3.25989 15.7401 3.07418 15.5376 2.90796C14.4312 2 12.7875 2 9.5 2C6.21252 2 4.56878 2 3.46243 2.90796C3.25989 3.07417 3.07418 3.25989 2.90796 3.46243C2 4.56878 2 6.21252 2 9.5C2 12.7875 2 14.4312 2.90796 15.5376C3.07417 15.7401 3.25989 15.9258 3.46243 16.092C4.51121 16.9528 6.04291 16.9975 9 16.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 15C9 12.1716 9 10.7574 9.87868 9.87868C10.7574 9 12.1716 9 15 9L16 9C18.8284 9 20.2426 9 21.1213 9.87868C22 10.7574 22 12.1716 22 15V16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H15C12.1716 22 10.7574 22 9.87868 21.1213C9 20.2426 9 18.8284 9 16L9 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9999 9C16.9975 6.04291 16.9528 4.51121 16.092 3.46243C15.9258 3.25989 15.7401 3.07418 15.5376 2.90796C14.4312 2 12.7875 2 9.5 2C6.21252 2 4.56878 2 3.46243 2.90796C3.25989 3.07417 3.07418 3.25989 2.90796 3.46243C2 4.56878 2 6.21252 2 9.5C2 12.7875 2 14.4312 2.90796 15.5376C3.07417 15.7401 3.25989 15.9258 3.46243 16.092C4.51121 16.9528 6.04291 16.9975 9 16.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-copy-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9657 9.19742C16.9633 6.24728 16.9187 4.71918 16.0598 3.67286C15.894 3.4708 15.7087 3.28552 15.5067 3.11969C14.4028 2.21387 12.7629 2.21387 9.48288 2.21387C6.20291 2.21387 4.56292 2.21387 3.45909 3.11969C3.25701 3.28551 3.07173 3.4708 2.90589 3.67286C2 4.77661 2 6.41649 2 9.69624C2 12.976 2 14.6159 2.90589 15.7197C3.07172 15.9217 3.25701 16.1069 3.45909 16.2728C4.50548 17.1315 6.03368 17.1761 8.98402 17.1785%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0303 9.23988L16.996 9.19727M14.0163 22.2166L16.982 22.174M21.9736 14.2375L21.9456 17.1971M9.01235 14.251L8.98438 17.2106M11.4893 9.23988C10.6565 9.38904 9.31983 9.54246 9.01235 11.2642M19.4967 22.174C20.3316 22.0376 21.6705 21.9047 22.0045 20.1879M19.4967 9.23988C20.3294 9.38904 21.6661 9.54246 21.9736 11.2642M11.502 22.1726C10.6692 22.0239 9.3324 21.8712 9.02398 20.1497%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9657 9.19742C16.9633 6.24728 16.9187 4.71918 16.0598 3.67286C15.894 3.4708 15.7087 3.28552 15.5067 3.11969C14.4028 2.21387 12.7629 2.21387 9.48288 2.21387C6.20291 2.21387 4.56292 2.21387 3.45909 3.11969C3.25701 3.28551 3.07173 3.4708 2.90589 3.67286C2 4.77661 2 6.41649 2 9.69624C2 12.976 2 14.6159 2.90589 15.7197C3.07172 15.9217 3.25701 16.1069 3.45909 16.2728C4.50548 17.1315 6.03368 17.1761 8.98402 17.1785%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0303 9.23988L16.996 9.19727M14.0163 22.2166L16.982 22.174M21.9736 14.2375L21.9456 17.1971M9.01235 14.251L8.98438 17.2106M11.4893 9.23988C10.6565 9.38904 9.31983 9.54246 9.01235 11.2642M19.4967 22.174C20.3316 22.0376 21.6705 21.9047 22.0045 20.1879M19.4967 9.23988C20.3294 9.38904 21.6661 9.54246 21.9736 11.2642M11.502 22.1726C10.6692 22.0239 9.3324 21.8712 9.02398 20.1497%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-crop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 2V4M22 20H20M16.5 20H10C7.17157 20 5.75736 20 4.87868 19.1213C4 18.2426 4 16.8284 4 14V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 22L20 12C20 8.22877 20 6.34315 18.8284 5.17158C17.6569 4 15.7712 4 12 4L2 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 2V4M22 20H20M16.5 20H10C7.17157 20 5.75736 20 4.87868 19.1213C4 18.2426 4 16.8284 4 14V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 22L20 12C20 8.22877 20 6.34315 18.8284 5.17158C17.6569 4 15.7712 4 12 4L2 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-dashed-line-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 12L21.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 12L16 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12L10.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 12L21.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 12L16 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12L10.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-dashed-line-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.3 2.75143C5.26076 2.94471 4.49591 3.28657 3.89124 3.89124C3.28657 4.49591 2.94471 5.26076 2.75143 6.3M17.7 2.75143C18.7392 2.94471 19.5041 3.28657 20.1088 3.89124C20.7134 4.49591 21.0553 5.26076 21.2486 6.3M13.9 2.50495C13.3156 2.5 12.6839 2.5 12 2.5C11.3161 2.5 10.6844 2.5 10.1 2.50495M21.495 10.1C21.5 10.6844 21.5 11.3161 21.5 12C21.5 12.6839 21.5 13.3156 21.495 13.9001M2.50495 10.1C2.5 10.6844 2.5 11.3161 2.5 12C2.5 12.6839 2.5 13.3156 2.50496 13.9001M2.75143 17.7C2.94471 18.7392 3.28657 19.5041 3.89124 20.1088C4.49591 20.7134 5.26076 21.0553 6.3 21.2486M21.2486 17.7C21.0553 18.7392 20.7134 19.5041 20.1088 20.1088C19.5041 20.7134 18.7392 21.0553 17.7 21.2486M13.9 21.495C13.3156 21.5 12.6839 21.5 12 21.5C11.3162 21.5 10.6845 21.5 10.1002 21.495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.3 2.75143C5.26076 2.94471 4.49591 3.28657 3.89124 3.89124C3.28657 4.49591 2.94471 5.26076 2.75143 6.3M17.7 2.75143C18.7392 2.94471 19.5041 3.28657 20.1088 3.89124C20.7134 4.49591 21.0553 5.26076 21.2486 6.3M13.9 2.50495C13.3156 2.5 12.6839 2.5 12 2.5C11.3161 2.5 10.6844 2.5 10.1 2.50495M21.495 10.1C21.5 10.6844 21.5 11.3161 21.5 12C21.5 12.6839 21.5 13.3156 21.495 13.9001M2.50495 10.1C2.5 10.6844 2.5 11.3161 2.5 12C2.5 12.6839 2.5 13.3156 2.50496 13.9001M2.75143 17.7C2.94471 18.7392 3.28657 19.5041 3.89124 20.1088C4.49591 20.7134 5.26076 21.0553 6.3 21.2486M21.2486 17.7C21.0553 18.7392 20.7134 19.5041 20.1088 20.1088C19.5041 20.7134 18.7392 21.0553 17.7 21.2486M13.9 21.495C13.3156 21.5 12.6839 21.5 12 21.5C11.3162 21.5 10.6845 21.5 10.1002 21.495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-distribute-horizontal-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 5L7 2M7 19L7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8.00232C17.8439 8.00232 18.8179 7.91895 19.299 8.75232C19.5 9.10039 19.5 9.5677 19.5 10.5023V13.5023C19.5 14.4369 19.5 14.9042 19.299 15.2523C18.8179 16.0857 17.8439 16.0023 17 16.0023C16.1561 16.0023 15.1821 16.0857 14.701 15.2523C14.5 14.9042 14.5 14.4369 14.5 13.5023L14.5 10.5023C14.5 9.5677 14.5 9.10039 14.701 8.75232C15.1821 7.91895 16.1561 8.00232 17 8.00232Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 5.00232C7.84389 5.00232 8.81789 4.91895 9.29904 5.75232C9.5 6.10039 9.5 6.5677 9.5 7.50232L9.5 16.5023C9.5 17.4369 9.5 17.9042 9.29904 18.2523C8.81789 19.0857 7.84389 19.0023 7 19.0023C6.15611 19.0023 5.18211 19.0857 4.70096 18.2523C4.5 17.9042 4.5 17.4369 4.5 16.5023L4.5 7.50232C4.5 6.5677 4.5 6.10039 4.70096 5.75232C5.18211 4.91895 6.15611 5.00232 7 5.00232Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8V2M17 16V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 5L7 2M7 19L7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8.00232C17.8439 8.00232 18.8179 7.91895 19.299 8.75232C19.5 9.10039 19.5 9.5677 19.5 10.5023V13.5023C19.5 14.4369 19.5 14.9042 19.299 15.2523C18.8179 16.0857 17.8439 16.0023 17 16.0023C16.1561 16.0023 15.1821 16.0857 14.701 15.2523C14.5 14.9042 14.5 14.4369 14.5 13.5023L14.5 10.5023C14.5 9.5677 14.5 9.10039 14.701 8.75232C15.1821 7.91895 16.1561 8.00232 17 8.00232Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 5.00232C7.84389 5.00232 8.81789 4.91895 9.29904 5.75232C9.5 6.10039 9.5 6.5677 9.5 7.50232L9.5 16.5023C9.5 17.4369 9.5 17.9042 9.29904 18.2523C8.81789 19.0857 7.84389 19.0023 7 19.0023C6.15611 19.0023 5.18211 19.0857 4.70096 18.2523C4.5 17.9042 4.5 17.4369 4.5 16.5023L4.5 7.50232C4.5 6.5677 4.5 6.10039 4.70096 5.75232C5.18211 4.91895 6.15611 5.00232 7 5.00232Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8V2M17 16V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-distribute-horizontal-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.00098 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 8.00232C18.6561 8.00232 17.6821 7.91895 17.201 8.75232C17 9.10039 17 9.5677 17 10.5023V13.5023C17 14.4369 17 14.9042 17.201 15.2523C17.6821 16.0857 18.6561 16.0023 19.5 16.0023C20.3439 16.0023 21.3179 16.0857 21.799 15.2523C22 14.9042 22 14.4369 22 13.5023V10.5023C22 9.5677 22 9.10039 21.799 8.75232C21.3179 7.91895 20.3439 8.00232 19.5 8.00232Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 5.00232C6.65611 5.00232 5.68211 4.91895 5.20096 5.75232C5 6.10039 5 6.5677 5 7.50232L5 16.5023C5 17.4369 5 17.9042 5.20096 18.2523C5.68211 19.0857 6.65611 19.0023 7.5 19.0023C8.34389 19.0023 9.31789 19.0857 9.79904 18.2523C10 17.9042 10 17.4369 10 16.5023L10 7.50232C10 6.5677 10 6.10039 9.79904 5.75232C9.31789 4.91895 8.34389 5.00232 7.5 5.00232Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.00098 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 8.00232C18.6561 8.00232 17.6821 7.91895 17.201 8.75232C17 9.10039 17 9.5677 17 10.5023V13.5023C17 14.4369 17 14.9042 17.201 15.2523C17.6821 16.0857 18.6561 16.0023 19.5 16.0023C20.3439 16.0023 21.3179 16.0857 21.799 15.2523C22 14.9042 22 14.4369 22 13.5023V10.5023C22 9.5677 22 9.10039 21.799 8.75232C21.3179 7.91895 20.3439 8.00232 19.5 8.00232Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 5.00232C6.65611 5.00232 5.68211 4.91895 5.20096 5.75232C5 6.10039 5 6.5677 5 7.50232L5 16.5023C5 17.4369 5 17.9042 5.20096 18.2523C5.68211 19.0857 6.65611 19.0023 7.5 19.0023C8.34389 19.0023 9.31789 19.0857 9.79904 18.2523C10 17.9042 10 17.4369 10 16.5023L10 7.50232C10 6.5677 10 6.10039 9.79904 5.75232C9.31789 4.91895 8.34389 5.00232 7.5 5.00232Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-distribute-horizontal-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.999 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 8.00232C17.3439 8.00232 18.3179 7.91895 18.799 8.75232C19 9.10039 19 9.5677 19 10.5023V13.5023C19 14.4369 19 14.9042 18.799 15.2523C18.3179 16.0857 17.3439 16.0023 16.5 16.0023C15.6561 16.0023 14.6821 16.0857 14.201 15.2523C14 14.9042 14 14.4369 14 13.5023L14 10.5023C14 9.5677 14 9.10039 14.201 8.75232C14.6821 7.91895 15.6561 8.00232 16.5 8.00232Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 5.00232C5.34389 5.00232 6.31789 4.91895 6.79904 5.75232C7 6.10039 7 6.5677 7 7.50232L7 16.5023C7 17.4369 7 17.9042 6.79904 18.2523C6.31789 19.0857 5.34389 19.0023 4.5 19.0023C3.65611 19.0023 2.68211 19.0857 2.20096 18.2523C2 17.9042 2 17.4369 2 16.5023L2 7.50232C2 6.5677 2 6.10039 2.20096 5.75232C2.68211 4.91895 3.65611 5.00232 4.5 5.00232Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.999 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 8.00232C17.3439 8.00232 18.3179 7.91895 18.799 8.75232C19 9.10039 19 9.5677 19 10.5023V13.5023C19 14.4369 19 14.9042 18.799 15.2523C18.3179 16.0857 17.3439 16.0023 16.5 16.0023C15.6561 16.0023 14.6821 16.0857 14.201 15.2523C14 14.9042 14 14.4369 14 13.5023L14 10.5023C14 9.5677 14 9.10039 14.201 8.75232C14.6821 7.91895 15.6561 8.00232 16.5 8.00232Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 5.00232C5.34389 5.00232 6.31789 4.91895 6.79904 5.75232C7 6.10039 7 6.5677 7 7.50232L7 16.5023C7 17.4369 7 17.9042 6.79904 18.2523C6.31789 19.0857 5.34389 19.0023 4.5 19.0023C3.65611 19.0023 2.68211 19.0857 2.20096 18.2523C2 17.9042 2 17.4369 2 16.5023L2 7.50232C2 6.5677 2 6.10039 2.20096 5.75232C2.68211 4.91895 3.65611 5.00232 4.5 5.00232Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-distribute-vertical-bottom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 22L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10L22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00232 4.5C8.00232 5.34389 7.91895 6.31789 8.75232 6.79904C9.10039 7 9.5677 7 10.5023 7H13.5023C14.4369 7 14.9042 7 15.2523 6.79904C16.0857 6.31789 16.0023 5.34389 16.0023 4.5C16.0023 3.65611 16.0857 2.68211 15.2523 2.20096C14.9042 2 14.4369 2 13.5023 2L10.5023 2C9.5677 2 9.10039 2 8.75232 2.20096C7.91895 2.68211 8.00232 3.65611 8.00232 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.00232 16.5C5.00232 17.3439 4.91895 18.3179 5.75232 18.799C6.10039 19 6.5677 19 7.50232 19L16.5023 19C17.4369 19 17.9042 19 18.2523 18.799C19.0857 18.3179 19.0023 17.3439 19.0023 16.5C19.0023 15.6561 19.0857 14.6821 18.2523 14.201C17.9042 14 17.4369 14 16.5023 14L7.50232 14C6.5677 14 6.10039 14 5.75232 14.201C4.91895 14.6821 5.00232 15.6561 5.00232 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 22L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10L22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00232 4.5C8.00232 5.34389 7.91895 6.31789 8.75232 6.79904C9.10039 7 9.5677 7 10.5023 7H13.5023C14.4369 7 14.9042 7 15.2523 6.79904C16.0857 6.31789 16.0023 5.34389 16.0023 4.5C16.0023 3.65611 16.0857 2.68211 15.2523 2.20096C14.9042 2 14.4369 2 13.5023 2L10.5023 2C9.5677 2 9.10039 2 8.75232 2.20096C7.91895 2.68211 8.00232 3.65611 8.00232 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.00232 16.5C5.00232 17.3439 4.91895 18.3179 5.75232 18.799C6.10039 19 6.5677 19 7.50232 19L16.5023 19C17.4369 19 17.9042 19 18.2523 18.799C19.0857 18.3179 19.0023 17.3439 19.0023 16.5C19.0023 15.6561 19.0857 14.6821 18.2523 14.201C17.9042 14 17.4369 14 16.5023 14L7.50232 14C6.5677 14 6.10039 14 5.75232 14.201C4.91895 14.6821 5.00232 15.6561 5.00232 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-distribute-vertical-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 17L2 17M19 17L22 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00232 7C8.00232 6.15611 7.91895 5.18211 8.75232 4.70096C9.10039 4.5 9.5677 4.5 10.5023 4.5L13.5023 4.5C14.4369 4.5 14.9042 4.5 15.2523 4.70096C16.0857 5.18211 16.0023 6.15611 16.0023 7C16.0023 7.84389 16.0857 8.81789 15.2523 9.29904C14.9042 9.5 14.4369 9.5 13.5023 9.5H10.5023C9.5677 9.5 9.10039 9.5 8.75232 9.29904C7.91895 8.81789 8.00232 7.84389 8.00232 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.00232 17C5.00232 16.1561 4.91895 15.1821 5.75232 14.701C6.10039 14.5 6.5677 14.5 7.50232 14.5L16.5023 14.5C17.4369 14.5 17.9042 14.5 18.2523 14.701C19.0857 15.1821 19.0023 16.1561 19.0023 17C19.0023 17.8439 19.0857 18.8179 18.2523 19.299C17.9042 19.5 17.4369 19.5 16.5023 19.5H7.50232C6.5677 19.5 6.10039 19.5 5.75232 19.299C4.91895 18.8179 5.00232 17.8439 5.00232 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7L2 7M16 7L22 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 17L2 17M19 17L22 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00232 7C8.00232 6.15611 7.91895 5.18211 8.75232 4.70096C9.10039 4.5 9.5677 4.5 10.5023 4.5L13.5023 4.5C14.4369 4.5 14.9042 4.5 15.2523 4.70096C16.0857 5.18211 16.0023 6.15611 16.0023 7C16.0023 7.84389 16.0857 8.81789 15.2523 9.29904C14.9042 9.5 14.4369 9.5 13.5023 9.5H10.5023C9.5677 9.5 9.10039 9.5 8.75232 9.29904C7.91895 8.81789 8.00232 7.84389 8.00232 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.00232 17C5.00232 16.1561 4.91895 15.1821 5.75232 14.701C6.10039 14.5 6.5677 14.5 7.50232 14.5L16.5023 14.5C17.4369 14.5 17.9042 14.5 18.2523 14.701C19.0857 15.1821 19.0023 16.1561 19.0023 17C19.0023 17.8439 19.0857 18.8179 18.2523 19.299C17.9042 19.5 17.4369 19.5 16.5023 19.5H7.50232C6.5677 19.5 6.10039 19.5 5.75232 19.299C4.91895 18.8179 5.00232 17.8439 5.00232 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7L2 7M16 7L22 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-distribute-vertical-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2L22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.0005L22 14.0005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00232 7.5C8.00232 6.65611 7.91895 5.68211 8.75232 5.20096C9.10039 5 9.5677 5 10.5023 5H13.5023C14.4369 5 14.9042 5 15.2523 5.20096C16.0857 5.68211 16.0023 6.65611 16.0023 7.5C16.0023 8.34389 16.0857 9.31789 15.2523 9.79904C14.9042 10 14.4369 10 13.5023 10L10.5023 10C9.5677 10 9.10039 10 8.75232 9.79904C7.91895 9.31789 8.00232 8.34389 8.00232 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.00232 19.5C5.00232 18.6561 4.91895 17.6821 5.75232 17.201C6.10039 17 6.5677 17 7.50232 17L16.5023 17C17.4369 17 17.9042 17 18.2523 17.201C19.0857 17.6821 19.0023 18.6561 19.0023 19.5C19.0023 20.3439 19.0857 21.3179 18.2523 21.799C17.9042 22 17.4369 22 16.5023 22L7.50232 22C6.5677 22 6.10039 22 5.75232 21.799C4.91895 21.3179 5.00232 20.3439 5.00232 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2L22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.0005L22 14.0005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00232 7.5C8.00232 6.65611 7.91895 5.68211 8.75232 5.20096C9.10039 5 9.5677 5 10.5023 5H13.5023C14.4369 5 14.9042 5 15.2523 5.20096C16.0857 5.68211 16.0023 6.65611 16.0023 7.5C16.0023 8.34389 16.0857 9.31789 15.2523 9.79904C14.9042 10 14.4369 10 13.5023 10L10.5023 10C9.5677 10 9.10039 10 8.75232 9.79904C7.91895 9.31789 8.00232 8.34389 8.00232 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.00232 19.5C5.00232 18.6561 4.91895 17.6821 5.75232 17.201C6.10039 17 6.5677 17 7.50232 17L16.5023 17C17.4369 17 17.9042 17 18.2523 17.201C19.0857 17.6821 19.0023 18.6561 19.0023 19.5C19.0023 20.3439 19.0857 21.3179 18.2523 21.799C17.9042 22 17.4369 22 16.5023 22L7.50232 22C6.5677 22 6.10039 22 5.75232 21.799C4.91895 21.3179 5.00232 20.3439 5.00232 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-drawing-mode{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 9C16 5.13401 12.866 2 9 2C5.13401 2 2 5.13401 2 9C2 12.866 5.13401 16 9 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 9H15C12.1716 9 10.7574 9 9.87868 9.87868C9 10.7574 9 12.1716 9 15V16C9 18.8284 9 20.2426 9.87868 21.1213C10.7574 22 12.1716 22 15 22H16C18.8284 22 20.2426 22 21.1213 21.1213C22 20.2426 22 18.8284 22 16V15C22 12.1716 22 10.7574 21.1213 9.87868C20.2426 9 18.8284 9 16 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 9C16 5.13401 12.866 2 9 2C5.13401 2 2 5.13401 2 9C2 12.866 5.13401 16 9 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 9H15C12.1716 9 10.7574 9 9.87868 9.87868C9 10.7574 9 12.1716 9 15V16C9 18.8284 9 20.2426 9.87868 21.1213C10.7574 22 12.1716 22 15 22H16C18.8284 22 20.2426 22 21.1213 21.1213C22 20.2426 22 18.8284 22 16V15C22 12.1716 22 10.7574 21.1213 9.87868C20.2426 9 18.8284 9 16 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-droplet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13.678C3.5 9.49387 7.08079 5.35907 9.59413 2.97222C10.9591 1.67593 13.0409 1.67593 14.4059 2.97222C16.9192 5.35907 20.5 9.49387 20.5 13.678C20.5 17.7804 17.2812 22 12 22C6.71878 22 3.5 17.7804 3.5 13.678Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 14C16 16.2091 14.2091 18 12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13.678C3.5 9.49387 7.08079 5.35907 9.59413 2.97222C10.9591 1.67593 13.0409 1.67593 14.4059 2.97222C16.9192 5.35907 20.5 9.49387 20.5 13.678C20.5 17.7804 17.2812 22 12 22C6.71878 22 3.5 17.7804 3.5 13.678Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 14C16 16.2091 14.2091 18 12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-edge-style{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 6H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 10H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 10L21 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 14H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 14H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 18H5.11765M8.29412 18H10.4118M13.5882 18H15.7059M18.8824 18H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 6H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 10H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 10L21 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 14H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 14H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 18H5.11765M8.29412 18H10.4118M13.5882 18H15.7059M18.8824 18H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-edit-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9459 3.17305C17.5332 2.58578 17.8268 2.29215 18.1521 2.15173C18.6208 1.94942 19.1521 1.94942 19.6208 2.15173C19.946 2.29215 20.2397 2.58578 20.8269 3.17305C21.4142 3.76032 21.7079 4.05395 21.8483 4.37925C22.0506 4.8479 22.0506 5.37924 21.8483 5.84789C21.7079 6.17319 21.4142 6.46682 20.8269 7.05409L15.8054 12.0757C14.5682 13.3129 13.9496 13.9315 13.1748 14.298C12.4 14.6645 11.5294 14.7504 9.78823 14.9222L9 15L9.07778 14.2118C9.24958 12.4706 9.33549 11.6 9.70201 10.8252C10.0685 10.0504 10.6871 9.43183 11.9243 8.19464L16.9459 3.17305Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15H3.75C2.7835 15 2 15.7835 2 16.75C2 17.7165 2.7835 18.5 3.75 18.5H13.25C14.2165 18.5 15 19.2835 15 20.25C15 21.2165 14.2165 22 13.25 22H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9459 3.17305C17.5332 2.58578 17.8268 2.29215 18.1521 2.15173C18.6208 1.94942 19.1521 1.94942 19.6208 2.15173C19.946 2.29215 20.2397 2.58578 20.8269 3.17305C21.4142 3.76032 21.7079 4.05395 21.8483 4.37925C22.0506 4.8479 22.0506 5.37924 21.8483 5.84789C21.7079 6.17319 21.4142 6.46682 20.8269 7.05409L15.8054 12.0757C14.5682 13.3129 13.9496 13.9315 13.1748 14.298C12.4 14.6645 11.5294 14.7504 9.78823 14.9222L9 15L9.07778 14.2118C9.24958 12.4706 9.33549 11.6 9.70201 10.8252C10.0685 10.0504 10.6871 9.43183 11.9243 8.19464L16.9459 3.17305Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15H3.75C2.7835 15 2 15.7835 2 16.75C2 17.7165 2.7835 18.5 3.75 18.5H13.25C14.2165 18.5 15 19.2835 15 20.25C15 21.2165 14.2165 22 13.25 22H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-edit-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0737 3.88545C14.8189 3.07808 15.1915 2.6744 15.5874 2.43893C16.5427 1.87076 17.7191 1.85309 18.6904 2.39232C19.0929 2.6158 19.4769 3.00812 20.245 3.79276C21.0131 4.5774 21.3972 4.96972 21.6159 5.38093C22.1438 6.37312 22.1265 7.57479 21.5703 8.5507C21.3398 8.95516 20.9446 9.33578 20.1543 10.097L10.7506 19.1543C9.25288 20.5969 8.504 21.3182 7.56806 21.6837C6.63212 22.0493 5.6032 22.0224 3.54536 21.9686L3.26538 21.9613C2.63891 21.9449 2.32567 21.9367 2.14359 21.73C1.9615 21.5234 1.98636 21.2043 2.03608 20.5662L2.06308 20.2197C2.20301 18.4235 2.27297 17.5255 2.62371 16.7182C2.97444 15.9109 3.57944 15.2555 4.78943 13.9445L14.0737 3.88545Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 4L20 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 22L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0737 3.88545C14.8189 3.07808 15.1915 2.6744 15.5874 2.43893C16.5427 1.87076 17.7191 1.85309 18.6904 2.39232C19.0929 2.6158 19.4769 3.00812 20.245 3.79276C21.0131 4.5774 21.3972 4.96972 21.6159 5.38093C22.1438 6.37312 22.1265 7.57479 21.5703 8.5507C21.3398 8.95516 20.9446 9.33578 20.1543 10.097L10.7506 19.1543C9.25288 20.5969 8.504 21.3182 7.56806 21.6837C6.63212 22.0493 5.6032 22.0224 3.54536 21.9686L3.26538 21.9613C2.63891 21.9449 2.32567 21.9367 2.14359 21.73C1.9615 21.5234 1.98636 21.2043 2.03608 20.5662L2.06308 20.2197C2.20301 18.4235 2.27297 17.5255 2.62371 16.7182C2.97444 15.9109 3.57944 15.2555 4.78943 13.9445L14.0737 3.88545Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 4L20 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 22L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-edit-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 15L10.7506 19.068C9.25288 20.5543 8.504 21.2975 7.56806 21.6741C6.63212 22.0508 5.6032 22.0231 3.54536 21.9676L3.26538 21.9601C2.63891 21.9432 2.32567 21.9348 2.14359 21.7219C1.9615 21.509 1.98636 21.1802 2.03608 20.5227L2.06308 20.1657C2.20301 18.3151 2.27297 17.3898 2.62371 16.5581C2.97444 15.7263 3.57944 15.051 4.78943 13.7003L9 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 6.67393L14.0737 3.88545C14.8189 3.07808 15.1915 2.6744 15.5874 2.43893C16.5427 1.87076 17.7191 1.85309 18.6904 2.39232C19.0929 2.6158 19.4769 3.00812 20.245 3.79276C21.0131 4.5774 21.3972 4.96972 21.6159 5.38093C22.1438 6.37312 22.1265 7.57479 21.5703 8.5507C21.3398 8.95516 20.9446 9.33578 20.1543 10.097L17.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 4L20 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 15L10.7506 19.068C9.25288 20.5543 8.504 21.2975 7.56806 21.6741C6.63212 22.0508 5.6032 22.0231 3.54536 21.9676L3.26538 21.9601C2.63891 21.9432 2.32567 21.9348 2.14359 21.7219C1.9615 21.509 1.98636 21.1802 2.03608 20.5227L2.06308 20.1657C2.20301 18.3151 2.27297 17.3898 2.62371 16.5581C2.97444 15.7263 3.57944 15.051 4.78943 13.7003L9 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 6.67393L14.0737 3.88545C14.8189 3.07808 15.1915 2.6744 15.5874 2.43893C16.5427 1.87076 17.7191 1.85309 18.6904 2.39232C19.0929 2.6158 19.4769 3.00812 20.245 3.79276C21.0131 4.5774 21.3972 4.96972 21.6159 5.38093C22.1438 6.37312 22.1265 7.57479 21.5703 8.5507C21.3398 8.95516 20.9446 9.33578 20.1543 10.097L17.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 4L20 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-ellipse-selection{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9999 4.25195C16.8111 4.97551 19.0243 7.1887 19.7479 9.99992M9.99992 4.25195C7.1887 4.97551 4.97551 7.1887 4.25195 9.99992M4.25195 13.9999C4.97551 16.8111 7.1887 19.0243 9.99992 19.7479M13.9999 19.7479C16.8111 19.0243 19.0243 16.8111 19.7479 13.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.2929 5.70711C10.5858 6 11.0572 6 12 6C12.9428 6 13.4142 6 13.7071 5.70711M10.2929 5.70711C10 5.41421 10 4.94281 10 4C10 3.05719 10 2.58579 10.2929 2.29289M10.2929 5.70711C10.2929 5.70711 10.2929 5.70711 10.2929 5.70711ZM13.7071 5.70711C14 5.41421 14 4.94281 14 4C14 3.05719 14 2.58579 13.7071 2.29289M13.7071 5.70711C13.7071 5.70711 13.7071 5.70711 13.7071 5.70711ZM13.7071 2.29289C13.4142 2 12.9428 2 12 2C11.0572 2 10.5858 2 10.2929 2.29289M13.7071 2.29289C13.7071 2.29289 13.7071 2.29289 13.7071 2.29289ZM10.2929 2.29289C10.2929 2.29289 10.2929 2.29289 10.2929 2.29289Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.2929 21.7071C10.5858 22 11.0572 22 12 22C12.9428 22 13.4142 22 13.7071 21.7071M10.2929 21.7071C10 21.4142 10 20.9428 10 20C10 19.0572 10 18.5858 10.2929 18.2929M10.2929 21.7071C10.2929 21.7071 10.2929 21.7071 10.2929 21.7071ZM13.7071 21.7071C14 21.4142 14 20.9428 14 20C14 19.0572 14 18.5858 13.7071 18.2929M13.7071 21.7071C13.7071 21.7071 13.7071 21.7071 13.7071 21.7071ZM13.7071 18.2929C13.4142 18 12.9428 18 12 18C11.0572 18 10.5858 18 10.2929 18.2929M13.7071 18.2929C13.7071 18.2929 13.7071 18.2929 13.7071 18.2929ZM10.2929 18.2929C10.2929 18.2929 10.2929 18.2929 10.2929 18.2929Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.2929 10.2929C18 10.5858 18 11.0572 18 12C18 12.9428 18 13.4142 18.2929 13.7071M18.2929 10.2929C18.5858 10 19.0572 10 20 10C20.9428 10 21.4142 10 21.7071 10.2929M18.2929 10.2929C18.2929 10.2929 18.2929 10.2929 18.2929 10.2929ZM18.2929 13.7071C18.5858 14 19.0572 14 20 14C20.9428 14 21.4142 14 21.7071 13.7071M18.2929 13.7071C18.2929 13.7071 18.2929 13.7071 18.2929 13.7071ZM21.7071 13.7071C22 13.4142 22 12.9428 22 12C22 11.0572 22 10.5858 21.7071 10.2929M21.7071 13.7071C21.7071 13.7071 21.7071 13.7071 21.7071 13.7071ZM21.7071 10.2929C21.7071 10.2929 21.7071 10.2929 21.7071 10.2929Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.29289 10.2929C2 10.5858 2 11.0572 2 12C2 12.9428 2 13.4142 2.29289 13.7071M2.29289 10.2929C2.58579 10 3.05719 10 4 10C4.94281 10 5.41421 10 5.70711 10.2929M2.29289 10.2929C2.29289 10.2929 2.29289 10.2929 2.29289 10.2929ZM2.29289 13.7071C2.58579 14 3.05719 14 4 14C4.94281 14 5.41421 14 5.70711 13.7071M2.29289 13.7071C2.29289 13.7071 2.29289 13.7071 2.29289 13.7071ZM5.70711 13.7071C6 13.4142 6 12.9428 6 12C6 11.0572 6 10.5858 5.70711 10.2929M5.70711 13.7071C5.70711 13.7071 5.70711 13.7071 5.70711 13.7071ZM5.70711 10.2929C5.70711 10.2929 5.70711 10.2929 5.70711 10.2929Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9999 4.25195C16.8111 4.97551 19.0243 7.1887 19.7479 9.99992M9.99992 4.25195C7.1887 4.97551 4.97551 7.1887 4.25195 9.99992M4.25195 13.9999C4.97551 16.8111 7.1887 19.0243 9.99992 19.7479M13.9999 19.7479C16.8111 19.0243 19.0243 16.8111 19.7479 13.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.2929 5.70711C10.5858 6 11.0572 6 12 6C12.9428 6 13.4142 6 13.7071 5.70711M10.2929 5.70711C10 5.41421 10 4.94281 10 4C10 3.05719 10 2.58579 10.2929 2.29289M10.2929 5.70711C10.2929 5.70711 10.2929 5.70711 10.2929 5.70711ZM13.7071 5.70711C14 5.41421 14 4.94281 14 4C14 3.05719 14 2.58579 13.7071 2.29289M13.7071 5.70711C13.7071 5.70711 13.7071 5.70711 13.7071 5.70711ZM13.7071 2.29289C13.4142 2 12.9428 2 12 2C11.0572 2 10.5858 2 10.2929 2.29289M13.7071 2.29289C13.7071 2.29289 13.7071 2.29289 13.7071 2.29289ZM10.2929 2.29289C10.2929 2.29289 10.2929 2.29289 10.2929 2.29289Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.2929 21.7071C10.5858 22 11.0572 22 12 22C12.9428 22 13.4142 22 13.7071 21.7071M10.2929 21.7071C10 21.4142 10 20.9428 10 20C10 19.0572 10 18.5858 10.2929 18.2929M10.2929 21.7071C10.2929 21.7071 10.2929 21.7071 10.2929 21.7071ZM13.7071 21.7071C14 21.4142 14 20.9428 14 20C14 19.0572 14 18.5858 13.7071 18.2929M13.7071 21.7071C13.7071 21.7071 13.7071 21.7071 13.7071 21.7071ZM13.7071 18.2929C13.4142 18 12.9428 18 12 18C11.0572 18 10.5858 18 10.2929 18.2929M13.7071 18.2929C13.7071 18.2929 13.7071 18.2929 13.7071 18.2929ZM10.2929 18.2929C10.2929 18.2929 10.2929 18.2929 10.2929 18.2929Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.2929 10.2929C18 10.5858 18 11.0572 18 12C18 12.9428 18 13.4142 18.2929 13.7071M18.2929 10.2929C18.5858 10 19.0572 10 20 10C20.9428 10 21.4142 10 21.7071 10.2929M18.2929 10.2929C18.2929 10.2929 18.2929 10.2929 18.2929 10.2929ZM18.2929 13.7071C18.5858 14 19.0572 14 20 14C20.9428 14 21.4142 14 21.7071 13.7071M18.2929 13.7071C18.2929 13.7071 18.2929 13.7071 18.2929 13.7071ZM21.7071 13.7071C22 13.4142 22 12.9428 22 12C22 11.0572 22 10.5858 21.7071 10.2929M21.7071 13.7071C21.7071 13.7071 21.7071 13.7071 21.7071 13.7071ZM21.7071 10.2929C21.7071 10.2929 21.7071 10.2929 21.7071 10.2929Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.29289 10.2929C2 10.5858 2 11.0572 2 12C2 12.9428 2 13.4142 2.29289 13.7071M2.29289 10.2929C2.58579 10 3.05719 10 4 10C4.94281 10 5.41421 10 5.70711 10.2929M2.29289 10.2929C2.29289 10.2929 2.29289 10.2929 2.29289 10.2929ZM2.29289 13.7071C2.58579 14 3.05719 14 4 14C4.94281 14 5.41421 14 5.70711 13.7071M2.29289 13.7071C2.29289 13.7071 2.29289 13.7071 2.29289 13.7071ZM5.70711 13.7071C6 13.4142 6 12.9428 6 12C6 11.0572 6 10.5858 5.70711 10.2929M5.70711 13.7071C5.70711 13.7071 5.70711 13.7071 5.70711 13.7071ZM5.70711 10.2929C5.70711 10.2929 5.70711 10.2929 5.70711 10.2929Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-eraser-auto{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0352 12.0885L9.11997 15.0192C7.70666 16.44 7 17.1504 7 18.0354C7 18.9204 7.70666 19.6308 9.11997 21.0516L9.45083 21.3842C9.75311 21.6881 9.90425 21.84 10.0959 21.92C10.2875 22 10.5003 22 10.9261 22H13.1444C13.5701 22 13.7829 22 13.9746 21.92C14.1662 21.84 14.3173 21.6881 14.6196 21.3842L17.9507 18.0354M12.0352 12.0885L14.0318 10.0813C15.4067 8.69915 16.0941 8.00807 16.9454 8.00009C16.9583 7.99997 16.9712 7.99997 16.9842 8.00009C17.8355 8.00807 18.5229 8.69915 19.8978 10.0813C21.2938 11.4848 21.9919 12.1865 21.9999 13.0598C22 13.073 22 13.0863 21.9999 13.0995C21.9919 13.9728 21.2938 14.6745 19.8978 16.078L17.9507 18.0354M12.0352 12.0885L17.9507 18.0354%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9L7.5 5.5M7.5 5.5L6.18393 2.42917C6.1474 2.34393 6.12913 2.30131 6.10602 2.26511C6.01746 2.12637 5.86628 2.0315 5.69393 2.00652C5.64897 2 5.59931 2 5.5 2C5.40069 2 5.35103 2 5.30607 2.00652C5.13372 2.0315 4.98254 2.12637 4.89398 2.26511C4.87087 2.30131 4.8526 2.34393 4.81607 2.42917L3.5 5.5M7.5 5.5L3.5 5.5M3.5 5.5L2 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0352 12.0885L9.11997 15.0192C7.70666 16.44 7 17.1504 7 18.0354C7 18.9204 7.70666 19.6308 9.11997 21.0516L9.45083 21.3842C9.75311 21.6881 9.90425 21.84 10.0959 21.92C10.2875 22 10.5003 22 10.9261 22H13.1444C13.5701 22 13.7829 22 13.9746 21.92C14.1662 21.84 14.3173 21.6881 14.6196 21.3842L17.9507 18.0354M12.0352 12.0885L14.0318 10.0813C15.4067 8.69915 16.0941 8.00807 16.9454 8.00009C16.9583 7.99997 16.9712 7.99997 16.9842 8.00009C17.8355 8.00807 18.5229 8.69915 19.8978 10.0813C21.2938 11.4848 21.9919 12.1865 21.9999 13.0598C22 13.073 22 13.0863 21.9999 13.0995C21.9919 13.9728 21.2938 14.6745 19.8978 16.078L17.9507 18.0354M12.0352 12.0885L17.9507 18.0354%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9L7.5 5.5M7.5 5.5L6.18393 2.42917C6.1474 2.34393 6.12913 2.30131 6.10602 2.26511C6.01746 2.12637 5.86628 2.0315 5.69393 2.00652C5.64897 2 5.59931 2 5.5 2C5.40069 2 5.35103 2 5.30607 2.00652C5.13372 2.0315 4.98254 2.12637 4.89398 2.26511C4.87087 2.30131 4.8526 2.34393 4.81607 2.42917L3.5 5.5M7.5 5.5L3.5 5.5M3.5 5.5L2 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-eraser{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.73792 7.78021L4.84693 11.7574C3.67722 12.953 3.09236 13.5508 3.01263 14.2802C2.99579 14.4343 2.99579 14.5899 3.01263 14.744C3.09236 15.4733 3.67722 16.0711 4.84693 17.2668L4.99601 17.4191C5.62049 18.0575 5.93274 18.3766 6.30638 18.5911C6.5236 18.7157 6.75482 18.8134 6.99505 18.882C7.40827 19 7.85149 19 8.73792 19C9.62436 19 10.0676 19 10.4808 18.882C10.721 18.8134 10.9522 18.7157 11.1695 18.5911C11.5431 18.3766 11.8554 18.0575 12.4798 17.4191L15.3239 14.5121M8.73792 7.78021L12.3199 4.12313C13.7065 2.70754 14.3997 1.99974 15.2627 2C16.1256 2.00026 16.8185 2.70846 18.2042 4.12487L18.9473 4.8845C20.3159 6.28342 21.0002 6.98288 21 7.85008C20.9997 8.71728 20.315 9.41633 18.9456 10.8144L15.3239 14.5121M8.73792 7.78021L15.3239 14.5121%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 22L21 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.73792 7.78021L4.84693 11.7574C3.67722 12.953 3.09236 13.5508 3.01263 14.2802C2.99579 14.4343 2.99579 14.5899 3.01263 14.744C3.09236 15.4733 3.67722 16.0711 4.84693 17.2668L4.99601 17.4191C5.62049 18.0575 5.93274 18.3766 6.30638 18.5911C6.5236 18.7157 6.75482 18.8134 6.99505 18.882C7.40827 19 7.85149 19 8.73792 19C9.62436 19 10.0676 19 10.4808 18.882C10.721 18.8134 10.9522 18.7157 11.1695 18.5911C11.5431 18.3766 11.8554 18.0575 12.4798 17.4191L15.3239 14.5121M8.73792 7.78021L12.3199 4.12313C13.7065 2.70754 14.3997 1.99974 15.2627 2C16.1256 2.00026 16.8185 2.70846 18.2042 4.12487L18.9473 4.8845C20.3159 6.28342 21.0002 6.98288 21 7.85008C20.9997 8.71728 20.315 9.41633 18.9456 10.8144L15.3239 14.5121M8.73792 7.78021L15.3239 14.5121%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 22L21 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-flip-bottom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.3332 2L9.66658 2M20.9849 7.5C21.0021 7.99962 21.0029 8.49991 21.0015 9M3.01507 7.5C2.99791 7.99962 2.99703 8.49991 2.99853 9M20.4629 4.74533C19.9788 3.78698 19.1975 3.00864 18.237 2.52818M5.82028 2.5C4.83352 2.9779 4.03078 3.76801 3.53707 4.74532%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.495 12C20.453 12 20.9931 12.6378 20.9931 14.5C20.9931 17.0317 21.243 19.9537 18.7448 21.3971C17.7014 22 16.3005 22 13.4988 22L10.5012 22C7.69947 22 6.29863 22 5.25521 21.3971C2.75702 19.9537 3.00695 17.0317 3.00695 14.5C3.00695 12.5404 3.64422 12 5.50502 12L18.495 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.3332 2L9.66658 2M20.9849 7.5C21.0021 7.99962 21.0029 8.49991 21.0015 9M3.01507 7.5C2.99791 7.99962 2.99703 8.49991 2.99853 9M20.4629 4.74533C19.9788 3.78698 19.1975 3.00864 18.237 2.52818M5.82028 2.5C4.83352 2.9779 4.03078 3.76801 3.53707 4.74532%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.495 12C20.453 12 20.9931 12.6378 20.9931 14.5C20.9931 17.0317 21.243 19.9537 18.7448 21.3971C17.7014 22 16.3005 22 13.4988 22L10.5012 22C7.69947 22 6.29863 22 5.25521 21.3971C2.75702 19.9537 3.00695 17.0317 3.00695 14.5C3.00695 12.5404 3.64422 12 5.50502 12L18.495 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-flip-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.29516 14.4204C7.65364 13.4668 8.33288 12.99 8.46522 12.3436C8.51159 12.1172 8.51159 11.8828 8.46522 11.6563C8.33288 11.01 7.65364 10.5332 6.29516 9.57959C4.65002 8.42475 3.82745 7.84734 3.15323 8.03482C2.91938 8.09984 2.70324 8.22164 2.52214 8.39045C2 8.87715 2 9.9181 2 12C2 14.0819 2 15.1229 2.52214 15.6096C2.70324 15.7784 2.91938 15.9002 3.15323 15.9652C3.82745 16.1527 4.65003 15.5752 6.29516 14.4204Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7048 9.57959C16.3464 10.5332 15.6671 11.01 15.5348 11.6564C15.4884 11.8828 15.4884 12.1172 15.5348 12.3436C15.6671 12.99 16.3464 13.4668 17.7048 14.4204C19.35 15.5752 20.1725 16.1527 20.8468 15.9652C21.0806 15.9002 21.2968 15.7784 21.4779 15.6096C22 15.1229 22 14.0819 22 12C22 9.9181 22 8.87715 21.4779 8.39045C21.2968 8.22164 21.0806 8.09984 20.8468 8.03482C20.1725 7.84734 19.35 8.42476 17.7048 9.57959Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14V10M12 6.5V3M12 21V17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.29516 14.4204C7.65364 13.4668 8.33288 12.99 8.46522 12.3436C8.51159 12.1172 8.51159 11.8828 8.46522 11.6563C8.33288 11.01 7.65364 10.5332 6.29516 9.57959C4.65002 8.42475 3.82745 7.84734 3.15323 8.03482C2.91938 8.09984 2.70324 8.22164 2.52214 8.39045C2 8.87715 2 9.9181 2 12C2 14.0819 2 15.1229 2.52214 15.6096C2.70324 15.7784 2.91938 15.9002 3.15323 15.9652C3.82745 16.1527 4.65003 15.5752 6.29516 14.4204Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7048 9.57959C16.3464 10.5332 15.6671 11.01 15.5348 11.6564C15.4884 11.8828 15.4884 12.1172 15.5348 12.3436C15.6671 12.99 16.3464 13.4668 17.7048 14.4204C19.35 15.5752 20.1725 16.1527 20.8468 15.9652C21.0806 15.9002 21.2968 15.7784 21.4779 15.6096C22 15.1229 22 14.0819 22 12C22 9.9181 22 8.87715 21.4779 8.39045C21.2968 8.22164 21.0806 8.09984 20.8468 8.03482C20.1725 7.84734 19.35 8.42476 17.7048 9.57959Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14V10M12 6.5V3M12 21V17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-flip-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 9.66676V14.3334M7.5 3.01509C7.99962 2.99793 8.49991 2.99705 9 2.99855M7.5 20.9849C7.99962 21.0021 8.49991 21.003 9 21.0015M4.74533 3.53709C3.78698 4.02122 3.00864 4.80249 2.52818 5.76305M2.5 18.1797C2.9779 19.1665 3.76801 19.9692 4.74533 20.4629%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5.50502C12 3.54695 12.6378 3.00695 14.5 3.00695C17.0317 3.00695 19.9537 2.75702 21.3971 5.25521C22 6.29863 22 7.69948 22 10.5012V13.4988C22 16.3005 22 17.7014 21.3971 18.7448C19.9537 21.243 17.0317 20.9931 14.5 20.9931C12.6378 20.9931 12 20.453 12 18.495V5.50502Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 9.66676V14.3334M7.5 3.01509C7.99962 2.99793 8.49991 2.99705 9 2.99855M7.5 20.9849C7.99962 21.0021 8.49991 21.003 9 21.0015M4.74533 3.53709C3.78698 4.02122 3.00864 4.80249 2.52818 5.76305M2.5 18.1797C2.9779 19.1665 3.76801 19.9692 4.74533 20.4629%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5.50502C12 3.54695 12.6378 3.00695 14.5 3.00695C17.0317 3.00695 19.9537 2.75702 21.3971 5.25521C22 6.29863 22 7.69948 22 10.5012V13.4988C22 16.3005 22 17.7014 21.3971 18.7448C19.9537 21.243 17.0317 20.9931 14.5 20.9931C12.6378 20.9931 12 20.453 12 18.495V5.50502Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-flip-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 9.66676V14.3334M16.5 3.01509C16.0004 2.99793 15.5001 2.99705 15 2.99855M16.5 20.9849C16.0004 21.0021 15.5001 21.003 15 21.0015M19.2547 3.53709C20.213 4.02122 20.9914 4.80249 21.4718 5.76305M21.5 18.1797C21.0221 19.1665 20.232 19.9692 19.2547 20.4629%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5.50502C12 3.54695 11.3622 3.00695 9.5 3.00695C6.96832 3.00695 4.04633 2.75702 2.60289 5.25521C2 6.29863 2 7.69948 2 10.5012V13.4988C2 16.3005 2 17.7014 2.60289 18.7448C4.04633 21.243 6.96832 20.9931 9.5 20.9931C11.3622 20.9931 12 20.453 12 18.495V5.50502Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 9.66676V14.3334M16.5 3.01509C16.0004 2.99793 15.5001 2.99705 15 2.99855M16.5 20.9849C16.0004 21.0021 15.5001 21.003 15 21.0015M19.2547 3.53709C20.213 4.02122 20.9914 4.80249 21.4718 5.76305M21.5 18.1797C21.0221 19.1665 20.232 19.9692 19.2547 20.4629%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5.50502C12 3.54695 11.3622 3.00695 9.5 3.00695C6.96832 3.00695 4.04633 2.75702 2.60289 5.25521C2 6.29863 2 7.69948 2 10.5012V13.4988C2 16.3005 2 17.7014 2.60289 18.7448C4.04633 21.243 6.96832 20.9931 9.5 20.9931C11.3622 20.9931 12 20.453 12 18.495V5.50502Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-flip-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.66676 22L14.3334 22M3.01509 16.5C2.99793 16.0004 2.99705 15.5001 2.99855 15M20.9849 16.5C21.0021 16.0004 21.003 15.5001 21.0015 15M3.53709 19.2547C4.02122 20.213 4.80249 20.9914 5.76305 21.4718M18.1797 21.5C19.1665 21.0221 19.9692 20.232 20.4629 19.2547%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.50502 12C3.64422 12 3.00695 11.4596 3.00695 9.5C3.00695 6.96832 2.75702 4.04633 5.25521 2.60289C6.29863 2 7.69947 2 10.5012 2L13.4988 2C16.3005 2 17.7014 2 18.7448 2.60289C21.243 4.04633 20.9931 6.96832 20.9931 9.5C20.9931 11.3622 20.453 12 18.495 12L5.50502 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.66676 22L14.3334 22M3.01509 16.5C2.99793 16.0004 2.99705 15.5001 2.99855 15M20.9849 16.5C21.0021 16.0004 21.003 15.5001 21.0015 15M3.53709 19.2547C4.02122 20.213 4.80249 20.9914 5.76305 21.4718M18.1797 21.5C19.1665 21.0221 19.9692 20.232 20.4629 19.2547%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.50502 12C3.64422 12 3.00695 11.4596 3.00695 9.5C3.00695 6.96832 2.75702 4.04633 5.25521 2.60289C6.29863 2 7.69947 2 10.5012 2L13.4988 2C16.3005 2 17.7014 2 18.7448 2.60289C21.243 4.04633 20.9931 6.96832 20.9931 9.5C20.9931 11.3622 20.453 12 18.495 12L5.50502 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-flip-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.57959 6.29516C10.5332 7.65364 11.01 8.33288 11.6564 8.46522C11.8828 8.51159 12.1172 8.51159 12.3436 8.46522C12.99 8.33288 13.4668 7.65364 14.4204 6.29516C15.5752 4.65002 16.1527 3.82745 15.9652 3.15323C15.9002 2.91938 15.7784 2.70324 15.6096 2.52214C15.1229 2 14.0819 2 12 2C9.9181 2 8.87715 2 8.39045 2.52214C8.22164 2.70324 8.09984 2.91938 8.03482 3.15323C7.84734 3.82745 8.42476 4.65003 9.57959 6.29516Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.4204 17.7048C13.4668 16.3464 12.99 15.6671 12.3436 15.5348C12.1172 15.4884 11.8828 15.4884 11.6564 15.5348C11.01 15.6671 10.5332 16.3464 9.57959 17.7048C8.42475 19.35 7.84734 20.1725 8.03482 20.8468C8.09984 21.0806 8.22164 21.2968 8.39045 21.4779C8.87715 22 9.9181 22 12 22C14.0819 22 15.1229 22 15.6095 21.4779C15.7784 21.2968 15.9002 21.0806 15.9652 20.8468C16.1527 20.1725 15.5752 19.35 14.4204 17.7048Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12H14M17.5 12H21M3 12H6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.57959 6.29516C10.5332 7.65364 11.01 8.33288 11.6564 8.46522C11.8828 8.51159 12.1172 8.51159 12.3436 8.46522C12.99 8.33288 13.4668 7.65364 14.4204 6.29516C15.5752 4.65002 16.1527 3.82745 15.9652 3.15323C15.9002 2.91938 15.7784 2.70324 15.6096 2.52214C15.1229 2 14.0819 2 12 2C9.9181 2 8.87715 2 8.39045 2.52214C8.22164 2.70324 8.09984 2.91938 8.03482 3.15323C7.84734 3.82745 8.42476 4.65003 9.57959 6.29516Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.4204 17.7048C13.4668 16.3464 12.99 15.6671 12.3436 15.5348C12.1172 15.4884 11.8828 15.4884 11.6564 15.5348C11.01 15.6671 10.5332 16.3464 9.57959 17.7048C8.42475 19.35 7.84734 20.1725 8.03482 20.8468C8.09984 21.0806 8.22164 21.2968 8.39045 21.4779C8.87715 22 9.9181 22 12 22C14.0819 22 15.1229 22 15.6095 21.4779C15.7784 21.2968 15.9002 21.0806 15.9652 20.8468C16.1527 20.1725 15.5752 19.35 14.4204 17.7048Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12H14M17.5 12H21M3 12H6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-grid-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 22V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 2V12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7L11.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17L21 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17L17 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 22V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 2V12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7L11.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17L21 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17L17 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-grid-table{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28248 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 9L21.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 15L21.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 21.5L16 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 21.5L8 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28248 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 9L21.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 15L21.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 21.5L16 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 21.5L8 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-grid-view{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 18C2 16.4596 2 15.6893 2.34673 15.1235C2.54074 14.8069 2.80693 14.5407 3.12353 14.3467C3.68934 14 4.45956 14 6 14C7.54044 14 8.31066 14 8.87647 14.3467C9.19307 14.5407 9.45926 14.8069 9.65327 15.1235C10 15.6893 10 16.4596 10 18C10 19.5404 10 20.3107 9.65327 20.8765C9.45926 21.1931 9.19307 21.4593 8.87647 21.6533C8.31066 22 7.54044 22 6 22C4.45956 22 3.68934 22 3.12353 21.6533C2.80693 21.4593 2.54074 21.1931 2.34673 20.8765C2 20.3107 2 19.5404 2 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 16.4596 14 15.6893 14.3467 15.1235C14.5407 14.8069 14.8069 14.5407 15.1235 14.3467C15.6893 14 16.4596 14 18 14C19.5404 14 20.3107 14 20.8765 14.3467C21.1931 14.5407 21.4593 14.8069 21.6533 15.1235C22 15.6893 22 16.4596 22 18C22 19.5404 22 20.3107 21.6533 20.8765C21.4593 21.1931 21.1931 21.4593 20.8765 21.6533C20.3107 22 19.5404 22 18 22C16.4596 22 15.6893 22 15.1235 21.6533C14.8069 21.4593 14.5407 21.1931 14.3467 20.8765C14 20.3107 14 19.5404 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 6C2 4.45956 2 3.68934 2.34673 3.12353C2.54074 2.80693 2.80693 2.54074 3.12353 2.34673C3.68934 2 4.45956 2 6 2C7.54044 2 8.31066 2 8.87647 2.34673C9.19307 2.54074 9.45926 2.80693 9.65327 3.12353C10 3.68934 10 4.45956 10 6C10 7.54044 10 8.31066 9.65327 8.87647C9.45926 9.19307 9.19307 9.45926 8.87647 9.65327C8.31066 10 7.54044 10 6 10C4.45956 10 3.68934 10 3.12353 9.65327C2.80693 9.45926 2.54074 9.19307 2.34673 8.87647C2 8.31066 2 7.54044 2 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 4.45956 14 3.68934 14.3467 3.12353C14.5407 2.80693 14.8069 2.54074 15.1235 2.34673C15.6893 2 16.4596 2 18 2C19.5404 2 20.3107 2 20.8765 2.34673C21.1931 2.54074 21.4593 2.80693 21.6533 3.12353C22 3.68934 22 4.45956 22 6C22 7.54044 22 8.31066 21.6533 8.87647C21.4593 9.19307 21.1931 9.45926 20.8765 9.65327C20.3107 10 19.5404 10 18 10C16.4596 10 15.6893 10 15.1235 9.65327C14.8069 9.45926 14.5407 9.19307 14.3467 8.87647C14 8.31066 14 7.54044 14 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 18C2 16.4596 2 15.6893 2.34673 15.1235C2.54074 14.8069 2.80693 14.5407 3.12353 14.3467C3.68934 14 4.45956 14 6 14C7.54044 14 8.31066 14 8.87647 14.3467C9.19307 14.5407 9.45926 14.8069 9.65327 15.1235C10 15.6893 10 16.4596 10 18C10 19.5404 10 20.3107 9.65327 20.8765C9.45926 21.1931 9.19307 21.4593 8.87647 21.6533C8.31066 22 7.54044 22 6 22C4.45956 22 3.68934 22 3.12353 21.6533C2.80693 21.4593 2.54074 21.1931 2.34673 20.8765C2 20.3107 2 19.5404 2 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 16.4596 14 15.6893 14.3467 15.1235C14.5407 14.8069 14.8069 14.5407 15.1235 14.3467C15.6893 14 16.4596 14 18 14C19.5404 14 20.3107 14 20.8765 14.3467C21.1931 14.5407 21.4593 14.8069 21.6533 15.1235C22 15.6893 22 16.4596 22 18C22 19.5404 22 20.3107 21.6533 20.8765C21.4593 21.1931 21.1931 21.4593 20.8765 21.6533C20.3107 22 19.5404 22 18 22C16.4596 22 15.6893 22 15.1235 21.6533C14.8069 21.4593 14.5407 21.1931 14.3467 20.8765C14 20.3107 14 19.5404 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 6C2 4.45956 2 3.68934 2.34673 3.12353C2.54074 2.80693 2.80693 2.54074 3.12353 2.34673C3.68934 2 4.45956 2 6 2C7.54044 2 8.31066 2 8.87647 2.34673C9.19307 2.54074 9.45926 2.80693 9.65327 3.12353C10 3.68934 10 4.45956 10 6C10 7.54044 10 8.31066 9.65327 8.87647C9.45926 9.19307 9.19307 9.45926 8.87647 9.65327C8.31066 10 7.54044 10 6 10C4.45956 10 3.68934 10 3.12353 9.65327C2.80693 9.45926 2.54074 9.19307 2.34673 8.87647C2 8.31066 2 7.54044 2 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 4.45956 14 3.68934 14.3467 3.12353C14.5407 2.80693 14.8069 2.54074 15.1235 2.34673C15.6893 2 16.4596 2 18 2C19.5404 2 20.3107 2 20.8765 2.34673C21.1931 2.54074 21.4593 2.80693 21.6533 3.12353C22 3.68934 22 4.45956 22 6C22 7.54044 22 8.31066 21.6533 8.87647C21.4593 9.19307 21.1931 9.45926 20.8765 9.65327C20.3107 10 19.5404 10 18 10C16.4596 10 15.6893 10 15.1235 9.65327C14.8069 9.45926 14.5407 9.19307 14.3467 8.87647C14 8.31066 14 7.54044 14 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-grid{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7L2 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17L2 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7L2 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17L2 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-group-items{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 4C6 5.10457 5.10457 6 4 6C2.89543 6 2 5.10457 2 4C2 2.89543 2.89543 2 4 2C5.10457 2 6 2.89543 6 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 4C22 5.10457 21.1046 6 20 6C18.8954 6 18 5.10457 18 4C18 2.89543 18.8954 2 20 2C21.1046 2 22 2.89543 22 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 20C22 21.1046 21.1046 22 20 22C18.8954 22 18 21.1046 18 20C18 18.8954 18.8954 18 20 18C21.1046 18 22 18.8954 22 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 20C6 21.1046 5.10457 22 4 22C2.89543 22 2 21.1046 2 20C2 18.8954 2.89543 18 4 18C5.10457 18 6 18.8954 6 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 6V18M18 20H6M18 4H6M4 6V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 9C16.5 8.53406 16.5 8.30109 16.4239 8.11732C16.3224 7.87229 16.1277 7.67761 15.8827 7.57612C15.6989 7.5 15.4659 7.5 15 7.5H9C8.53406 7.5 8.30109 7.5 8.11732 7.57612C7.87229 7.67761 7.67761 7.87229 7.57612 8.11732C7.5 8.30109 7.5 8.53406 7.5 9C7.5 9.46594 7.5 9.69891 7.57612 9.88268C7.67761 10.1277 7.87229 10.3224 8.11732 10.4239C8.30109 10.5 8.53406 10.5 9 10.5H15C15.4659 10.5 15.6989 10.5 15.8827 10.4239C16.1277 10.3224 16.3224 10.1277 16.4239 9.88268C16.5 9.69891 16.5 9.46594 16.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 15C16.5 14.5341 16.5 14.3011 16.4239 14.1173C16.3224 13.8723 16.1277 13.6776 15.8827 13.5761C15.6989 13.5 15.4659 13.5 15 13.5H9C8.53406 13.5 8.30109 13.5 8.11732 13.5761C7.87229 13.6776 7.67761 13.8723 7.57612 14.1173C7.5 14.3011 7.5 14.5341 7.5 15C7.5 15.4659 7.5 15.6989 7.57612 15.8827C7.67761 16.1277 7.87229 16.3224 8.11732 16.4239C8.30109 16.5 8.53406 16.5 9 16.5H15C15.4659 16.5 15.6989 16.5 15.8827 16.4239C16.1277 16.3224 16.3224 16.1277 16.4239 15.8827C16.5 15.6989 16.5 15.4659 16.5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 4C6 5.10457 5.10457 6 4 6C2.89543 6 2 5.10457 2 4C2 2.89543 2.89543 2 4 2C5.10457 2 6 2.89543 6 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 4C22 5.10457 21.1046 6 20 6C18.8954 6 18 5.10457 18 4C18 2.89543 18.8954 2 20 2C21.1046 2 22 2.89543 22 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 20C22 21.1046 21.1046 22 20 22C18.8954 22 18 21.1046 18 20C18 18.8954 18.8954 18 20 18C21.1046 18 22 18.8954 22 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 20C6 21.1046 5.10457 22 4 22C2.89543 22 2 21.1046 2 20C2 18.8954 2.89543 18 4 18C5.10457 18 6 18.8954 6 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 6V18M18 20H6M18 4H6M4 6V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 9C16.5 8.53406 16.5 8.30109 16.4239 8.11732C16.3224 7.87229 16.1277 7.67761 15.8827 7.57612C15.6989 7.5 15.4659 7.5 15 7.5H9C8.53406 7.5 8.30109 7.5 8.11732 7.57612C7.87229 7.67761 7.67761 7.87229 7.57612 8.11732C7.5 8.30109 7.5 8.53406 7.5 9C7.5 9.46594 7.5 9.69891 7.57612 9.88268C7.67761 10.1277 7.87229 10.3224 8.11732 10.4239C8.30109 10.5 8.53406 10.5 9 10.5H15C15.4659 10.5 15.6989 10.5 15.8827 10.4239C16.1277 10.3224 16.3224 10.1277 16.4239 9.88268C16.5 9.69891 16.5 9.46594 16.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 15C16.5 14.5341 16.5 14.3011 16.4239 14.1173C16.3224 13.8723 16.1277 13.6776 15.8827 13.5761C15.6989 13.5 15.4659 13.5 15 13.5H9C8.53406 13.5 8.30109 13.5 8.11732 13.5761C7.87229 13.6776 7.67761 13.8723 7.57612 14.1173C7.5 14.3011 7.5 14.5341 7.5 15C7.5 15.4659 7.5 15.6989 7.57612 15.8827C7.67761 16.1277 7.87229 16.3224 8.11732 16.4239C8.30109 16.5 8.53406 16.5 9 16.5H15C15.4659 16.5 15.6989 16.5 15.8827 16.4239C16.1277 16.3224 16.3224 16.1277 16.4239 15.8827C16.5 15.6989 16.5 15.4659 16.5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-group-layers{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 4C6 5.10457 5.10457 6 4 6C2.89543 6 2 5.10457 2 4C2 2.89543 2.89543 2 4 2C5.10457 2 6 2.89543 6 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 4C22 5.10457 21.1046 6 20 6C18.8954 6 18 5.10457 18 4C18 2.89543 18.8954 2 20 2C21.1046 2 22 2.89543 22 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 20C22 21.1046 21.1046 22 20 22C18.8954 22 18 21.1046 18 20C18 18.8954 18.8954 18 20 18C21.1046 18 22 18.8954 22 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 20C6 21.1046 5.10457 22 4 22C2.89543 22 2 21.1046 2 20C2 18.8954 2.89543 18 4 18C5.10457 18 6 18.8954 6 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 6V18M18 20H6M18 4H6M4 6V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.6497 8.48045L9.56106 9.01321C8.18702 9.68563 7.5 10.0218 7.5 10.5C7.5 10.9782 8.18702 11.3144 9.56106 11.9868L10.6497 12.5195C11.3042 12.8398 11.6315 13 12 13C12.3685 13 12.6958 12.8398 13.3503 12.5195L14.4389 11.9868C15.813 11.3144 16.5 10.9782 16.5 10.5C16.5 10.0218 15.813 9.68563 14.4389 9.01321L13.3503 8.48045C12.6958 8.16015 12.3685 8 12 8C11.6315 8 11.3042 8.16015 10.6497 8.48045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 13.5C16.5 13.9782 15.813 14.3144 14.4389 14.9868L13.3503 15.5195C12.6958 15.8398 12.3685 16 12 16C11.6315 16 11.3042 15.8398 10.6497 15.5195L9.56106 14.9868C8.18702 14.3144 7.5 13.9782 7.5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 4C6 5.10457 5.10457 6 4 6C2.89543 6 2 5.10457 2 4C2 2.89543 2.89543 2 4 2C5.10457 2 6 2.89543 6 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 4C22 5.10457 21.1046 6 20 6C18.8954 6 18 5.10457 18 4C18 2.89543 18.8954 2 20 2C21.1046 2 22 2.89543 22 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 20C22 21.1046 21.1046 22 20 22C18.8954 22 18 21.1046 18 20C18 18.8954 18.8954 18 20 18C21.1046 18 22 18.8954 22 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 20C6 21.1046 5.10457 22 4 22C2.89543 22 2 21.1046 2 20C2 18.8954 2.89543 18 4 18C5.10457 18 6 18.8954 6 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 6V18M18 20H6M18 4H6M4 6V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.6497 8.48045L9.56106 9.01321C8.18702 9.68563 7.5 10.0218 7.5 10.5C7.5 10.9782 8.18702 11.3144 9.56106 11.9868L10.6497 12.5195C11.3042 12.8398 11.6315 13 12 13C12.3685 13 12.6958 12.8398 13.3503 12.5195L14.4389 11.9868C15.813 11.3144 16.5 10.9782 16.5 10.5C16.5 10.0218 15.813 9.68563 14.4389 9.01321L13.3503 8.48045C12.6958 8.16015 12.3685 8 12 8C11.6315 8 11.3042 8.16015 10.6497 8.48045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 13.5C16.5 13.9782 15.813 14.3144 14.4389 14.9868L13.3503 15.5195C12.6958 15.8398 12.3685 16 12 16C11.6315 16 11.3042 15.8398 10.6497 15.5195L9.56106 14.9868C8.18702 14.3144 7.5 13.9782 7.5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-heading-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19H18.5M20 19H18.5M18.5 19V11L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12L14 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19H18.5M20 19H18.5M18.5 19V11L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12L14 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-heading-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 19H16.5V18.6907C16.5 18.2521 16.5 18.0327 16.5865 17.8385C16.673 17.6443 16.836 17.4976 17.1621 17.2041L19.7671 14.8596C20.2336 14.4397 20.5 13.8416 20.5 13.214V13C20.5 11.8954 19.6046 11 18.5 11C17.3954 11 16.5 11.8954 16.5 13V13.4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12L13.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 19H16.5V18.6907C16.5 18.2521 16.5 18.0327 16.5865 17.8385C16.673 17.6443 16.836 17.4976 17.1621 17.2041L19.7671 14.8596C20.2336 14.4397 20.5 13.8416 20.5 13.214V13C20.5 11.8954 19.6046 11 18.5 11C17.3954 11 16.5 11.8954 16.5 13V13.4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12L13.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-heading-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 17C16.5 18.1046 17.3954 19 18.5 19C19.6046 19 20.5 18.1046 20.5 17C20.5 15.8954 19.6046 15 18.5 15C19.6046 15 20.5 14.1046 20.5 13C20.5 11.8954 19.6046 11 18.5 11C17.3954 11 16.5 11.8954 16.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12L13.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 17C16.5 18.1046 17.3954 19 18.5 19C19.6046 19 20.5 18.1046 20.5 17C20.5 15.8954 19.6046 15 18.5 15C19.6046 15 20.5 14.1046 20.5 13C20.5 11.8954 19.6046 11 18.5 11C17.3954 11 16.5 11.8954 16.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12L13.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-heading-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 11V15H20.5M20.5 15V19M20.5 15V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12L13.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 11V15H20.5M20.5 15V19M20.5 15V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12L13.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-heading-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 16.5V17C16.5 18.1046 17.3954 19 18.5 19C19.6046 19 20.5 18.1046 20.5 17V16.5C20.5 15.1193 19.3807 14 18 14H16.5V11H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12L13.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 16.5V17C16.5 18.1046 17.3954 19 18.5 19C19.6046 19 20.5 18.1046 20.5 17V16.5C20.5 15.1193 19.3807 14 18 14H16.5V11H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12L13.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-heading-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 17C16.5 18.1046 17.3954 19 18.5 19C19.6046 19 20.5 18.1046 20.5 17C20.5 15.8954 19.6046 15 18.5 15C17.3954 15 16.5 15.8954 16.5 17ZM16.5 17V13C16.5 11.8954 17.3954 11 18.5 11C19.6046 11 20.5 11.8954 20.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12L13.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 17C16.5 18.1046 17.3954 19 18.5 19C19.6046 19 20.5 18.1046 20.5 17C20.5 15.8954 19.6046 15 18.5 15C17.3954 15 16.5 15.8954 16.5 17ZM16.5 17V13C16.5 11.8954 17.3954 11 18.5 11C19.6046 11 20.5 11.8954 20.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12L13.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-heading{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-horizontal-drag-drop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 6.5H6.00634M6 12.5H6.00634M6 18.5H6.00634M11.9968 6.5H12.0032M11.9968 12.5H12.0032M11.9968 18.5H12.0032M17.9937 6.5H18M17.9937 12.5H18M17.9937 18.5H18%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 6.5H6.00634M6 12.5H6.00634M6 18.5H6.00634M11.9968 6.5H12.0032M11.9968 12.5H12.0032M11.9968 18.5H12.0032M17.9937 6.5H18M17.9937 12.5H18M17.9937 18.5H18%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-insert-bottom-image{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 7H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 16C3 13.643 3 12.4645 3.73223 11.7322C4.46447 11 5.64298 11 8 11H16C18.357 11 19.5355 11 20.2678 11.7322C21 12.4645 21 13.643 21 16C21 18.357 21 19.5355 20.2678 20.2678C19.5355 21 18.357 21 16 21H8C5.64298 21 4.46447 21 3.73223 20.2678C3 19.5355 3 18.357 3 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 7H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 16C3 13.643 3 12.4645 3.73223 11.7322C4.46447 11 5.64298 11 8 11H16C18.357 11 19.5355 11 20.2678 11.7322C21 12.4645 21 13.643 21 16C21 18.357 21 19.5355 20.2678 20.2678C19.5355 21 18.357 21 16 21H8C5.64298 21 4.46447 21 3.73223 20.2678C3 19.5355 3 18.357 3 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-insert-center-image{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 9.64298 3 8.46447 3.73223 7.73223C4.46447 7 5.64298 7 8 7H16C18.357 7 19.5355 7 20.2678 7.73223C21 8.46447 21 9.64298 21 12C21 14.357 21 15.5355 20.2678 16.2678C19.5355 17 18.357 17 16 17H8C5.64298 17 4.46447 17 3.73223 16.2678C3 15.5355 3 14.357 3 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 9.64298 3 8.46447 3.73223 7.73223C4.46447 7 5.64298 7 8 7H16C18.357 7 19.5355 7 20.2678 7.73223C21 8.46447 21 9.64298 21 12C21 14.357 21 15.5355 20.2678 16.2678C19.5355 17 18.357 17 16 17H8C5.64298 17 4.46447 17 3.73223 16.2678C3 15.5355 3 14.357 3 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-insert-top-image{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 17H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8C3 5.64298 3 4.46447 3.73223 3.73223C4.46447 3 5.64298 3 8 3H16C18.357 3 19.5355 3 20.2678 3.73223C21 4.46447 21 5.64298 21 8C21 10.357 21 11.5355 20.2678 12.2678C19.5355 13 18.357 13 16 13H8C5.64298 13 4.46447 13 3.73223 12.2678C3 11.5355 3 10.357 3 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 17H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8C3 5.64298 3 4.46447 3.73223 3.73223C4.46447 3 5.64298 3 8 3H16C18.357 3 19.5355 3 20.2678 3.73223C21 4.46447 21 5.64298 21 8C21 10.357 21 11.5355 20.2678 12.2678C19.5355 13 18.357 13 16 13H8C5.64298 13 4.46447 13 3.73223 12.2678C3 11.5355 3 10.357 3 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-join-bevel{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.999 13L17.999 13C19.8846 13 20.8274 13 21.4132 13.5858C21.999 14.1716 21.999 15.1144 21.999 17V18C21.999 19.8856 21.999 20.8284 21.4132 21.4142C20.8274 22 19.8846 22 17.999 22H10.6559C9.83838 22 9.42963 22 9.06208 21.8478C8.69454 21.6955 8.40551 21.4065 7.82745 20.8284L3.1706 16.1716C2.59254 15.5935 2.30351 15.3045 2.15126 14.9369C1.99902 14.5694 1.99902 14.1606 1.99902 13.3431L1.99902 6C1.99902 4.11438 1.99902 3.17157 2.58481 2.58579C3.1706 2 4.1134 2 5.99902 2L6.99902 2C8.88464 2 9.82745 2 10.4132 2.58579C10.999 3.17157 10.999 4.11438 10.999 6V9C10.999 10.8856 10.999 11.8284 11.5848 12.4142C12.1706 13 13.1134 13 14.999 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.999 13L17.999 13C19.8846 13 20.8274 13 21.4132 13.5858C21.999 14.1716 21.999 15.1144 21.999 17V18C21.999 19.8856 21.999 20.8284 21.4132 21.4142C20.8274 22 19.8846 22 17.999 22H10.6559C9.83838 22 9.42963 22 9.06208 21.8478C8.69454 21.6955 8.40551 21.4065 7.82745 20.8284L3.1706 16.1716C2.59254 15.5935 2.30351 15.3045 2.15126 14.9369C1.99902 14.5694 1.99902 14.1606 1.99902 13.3431L1.99902 6C1.99902 4.11438 1.99902 3.17157 2.58481 2.58579C3.1706 2 4.1134 2 5.99902 2L6.99902 2C8.88464 2 9.82745 2 10.4132 2.58579C10.999 3.17157 10.999 4.11438 10.999 6V9C10.999 10.8856 10.999 11.8284 11.5848 12.4142C12.1706 13 13.1134 13 14.999 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-join-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 22H18C19.8856 22 20.8284 22 21.4142 21.4142C22 20.8284 22 19.8856 22 18V17C22 15.1144 22 14.1716 21.4142 13.5858C20.8284 13 19.8856 13 18 13L15 13C13.1144 13 12.1716 13 11.5858 12.4142C11 11.8284 11 10.8856 11 9V6C11 4.11438 11 3.17157 10.4142 2.58579C9.82843 2 8.88562 2 7 2L6 2C4.11438 2 3.17157 2 2.58579 2.58579C2 3.17157 2 4.11438 2 6L2 8C2 14.5997 2 17.8995 4.05025 19.9497C6.10051 22 9.40034 22 16 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 22H18C19.8856 22 20.8284 22 21.4142 21.4142C22 20.8284 22 19.8856 22 18V17C22 15.1144 22 14.1716 21.4142 13.5858C20.8284 13 19.8856 13 18 13L15 13C13.1144 13 12.1716 13 11.5858 12.4142C11 11.8284 11 10.8856 11 9V6C11 4.11438 11 3.17157 10.4142 2.58579C9.82843 2 8.88562 2 7 2L6 2C4.11438 2 3.17157 2 2.58579 2.58579C2 3.17157 2 4.11438 2 6L2 8C2 14.5997 2 17.8995 4.05025 19.9497C6.10051 22 9.40034 22 16 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-join-straight{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 22H18C19.8856 22 20.8284 22 21.4142 21.4142C22 20.8284 22 19.8856 22 18V17C22 15.1144 22 14.1716 21.4142 13.5858C20.8284 13 19.8856 13 18 13L15 13C13.1144 13 12.1716 13 11.5858 12.4142C11 11.8284 11 10.8856 11 9V6C11 4.11438 11 3.17157 10.4142 2.58579C9.82843 2 8.88562 2 7 2L6 2C4.11438 2 3.17157 2 2.58579 2.58579C2 3.17157 2 4.11438 2 6L2 16C2 18.8284 2 20.2426 2.87868 21.1213C3.75736 22 5.17157 22 8 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 22H18C19.8856 22 20.8284 22 21.4142 21.4142C22 20.8284 22 19.8856 22 18V17C22 15.1144 22 14.1716 21.4142 13.5858C20.8284 13 19.8856 13 18 13L15 13C13.1144 13 12.1716 13 11.5858 12.4142C11 11.8284 11 10.8856 11 9V6C11 4.11438 11 3.17157 10.4142 2.58579C9.82843 2 8.88562 2 7 2L6 2C4.11438 2 3.17157 2 2.58579 2.58579C2 3.17157 2 4.11438 2 6L2 16C2 18.8284 2 20.2426 2.87868 21.1213C3.75736 22 5.17157 22 8 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-language-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 8.37931H11.5M17 8.37931H14.5M11.5 8.37931H14.5M11.5 8.37931V7M14.5 8.37931C13.9725 10.2656 12.8679 12.0487 11.6071 13.6158M8.39286 17C9.41205 16.0628 10.5631 14.9134 11.6071 13.6158M11.6071 13.6158C10.9643 12.8621 10.0643 11.6426 9.80714 11.0909M11.6071 13.6158L13.5357 15.6207%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 8.37931H11.5M17 8.37931H14.5M11.5 8.37931H14.5M11.5 8.37931V7M14.5 8.37931C13.9725 10.2656 12.8679 12.0487 11.6071 13.6158M8.39286 17C9.41205 16.0628 10.5631 14.9134 11.6071 13.6158M11.6071 13.6158C10.9643 12.8621 10.0643 11.6426 9.80714 11.0909M11.6071 13.6158L13.5357 15.6207%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-language-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 8.37931H11.5M17 8.37931H14.5M11.5 8.37931H14.5M11.5 8.37931V7M14.5 8.37931C13.9725 10.2656 12.8679 12.0487 11.6071 13.6158M8.39286 17C9.41205 16.0628 10.5631 14.9134 11.6071 13.6158M11.6071 13.6158C10.9643 12.8621 10.0643 11.6426 9.80714 11.0909M11.6071 13.6158L13.5357 15.6207%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 8.37931H11.5M17 8.37931H14.5M11.5 8.37931H14.5M11.5 8.37931V7M14.5 8.37931C13.9725 10.2656 12.8679 12.0487 11.6071 13.6158M8.39286 17C9.41205 16.0628 10.5631 14.9134 11.6071 13.6158M11.6071 13.6158C10.9643 12.8621 10.0643 11.6426 9.80714 11.0909M11.6071 13.6158L13.5357 15.6207%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-lasso-tool-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3003 15.5116C20.3416 12.9804 22.6484 9.95901 21.8354 6.92985C20.7852 3.01732 15.5349 1.02232 10.1083 2.4739C4.68179 3.92547 1.13402 8.27394 2.18415 12.1865C3.03697 15.3638 5.88849 16.9746 10.3503 16.42M17.3003 15.5116C15.9161 11.5244 9.71766 12.8164 10.002 15.5116C10.2129 17.5105 14.9298 17.5105 17.3003 15.5116ZM17.3003 15.5116C18.1269 18.2959 16.2449 21.4457 12.9572 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3003 15.5116C20.3416 12.9804 22.6484 9.95901 21.8354 6.92985C20.7852 3.01732 15.5349 1.02232 10.1083 2.4739C4.68179 3.92547 1.13402 8.27394 2.18415 12.1865C3.03697 15.3638 5.88849 16.9746 10.3503 16.42M17.3003 15.5116C15.9161 11.5244 9.71766 12.8164 10.002 15.5116C10.2129 17.5105 14.9298 17.5105 17.3003 15.5116ZM17.3003 15.5116C18.1269 18.2959 16.2449 21.4457 12.9572 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-lasso-tool-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 15.5L2.61096 5.5905C2.04631 3.6603 1.76399 2.6952 2.24574 2.21566C2.72749 1.73612 3.60877 2.105 5.37133 2.84278L11.692 5.48851C13.1841 6.11304 13.8363 6.06315 15.2313 5.24565L18.7973 3.15593C20.3091 2.26998 21.065 1.827 21.5902 2.19348C22.1155 2.55996 22.0396 3.47742 21.8877 5.31232L21.3335 12.0109C21.1225 14.5617 20.6625 15.2995 18.1681 15.9572L10 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.98703 17C9.98703 18.1046 8.87064 19 7.49351 19C6.11638 19 5 18.1046 5 17C5 15.8954 6.11638 15 7.49351 15C8.87064 15 9.98703 15.8954 9.98703 17ZM9.98703 17C10.0493 17.7724 10.0064 20.5 7.00254 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 15.5L2.61096 5.5905C2.04631 3.6603 1.76399 2.6952 2.24574 2.21566C2.72749 1.73612 3.60877 2.105 5.37133 2.84278L11.692 5.48851C13.1841 6.11304 13.8363 6.06315 15.2313 5.24565L18.7973 3.15593C20.3091 2.26998 21.065 1.827 21.5902 2.19348C22.1155 2.55996 22.0396 3.47742 21.8877 5.31232L21.3335 12.0109C21.1225 14.5617 20.6625 15.2995 18.1681 15.9572L10 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.98703 17C9.98703 18.1046 8.87064 19 7.49351 19C6.11638 19 5 18.1046 5 17C5 15.8954 6.11638 15 7.49351 15C8.87064 15 9.98703 15.8954 9.98703 17ZM9.98703 17C10.0493 17.7724 10.0064 20.5 7.00254 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-layer-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 15C9 12.1716 9 10.7574 9.87868 9.87868C10.7574 9 12.1716 9 15 9L16 9C18.8284 9 20.2426 9 21.1213 9.87868C22 10.7574 22 12.1716 22 15V16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H15C12.1716 22 10.7574 22 9.87868 21.1213C9 20.2426 9 18.8284 9 16L9 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9999 9C16.9975 6.04291 16.9528 4.51121 16.092 3.46243C15.9258 3.25989 15.7401 3.07418 15.5376 2.90796C14.4312 2 12.7875 2 9.5 2C6.21252 2 4.56878 2 3.46243 2.90796C3.25989 3.07417 3.07418 3.25989 2.90796 3.46243C2 4.56878 2 6.21252 2 9.5C2 12.7875 2 14.4312 2.90796 15.5376C3.07417 15.7401 3.25989 15.9258 3.46243 16.092C4.51121 16.9528 6.04291 16.9975 9 16.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15.5L13 15.5M15.5 13V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 15C9 12.1716 9 10.7574 9.87868 9.87868C10.7574 9 12.1716 9 15 9L16 9C18.8284 9 20.2426 9 21.1213 9.87868C22 10.7574 22 12.1716 22 15V16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H15C12.1716 22 10.7574 22 9.87868 21.1213C9 20.2426 9 18.8284 9 16L9 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9999 9C16.9975 6.04291 16.9528 4.51121 16.092 3.46243C15.9258 3.25989 15.7401 3.07418 15.5376 2.90796C14.4312 2 12.7875 2 9.5 2C6.21252 2 4.56878 2 3.46243 2.90796C3.25989 3.07417 3.07418 3.25989 2.90796 3.46243C2 4.56878 2 6.21252 2 9.5C2 12.7875 2 14.4312 2.90796 15.5376C3.07417 15.7401 3.25989 15.9258 3.46243 16.092C4.51121 16.9528 6.04291 16.9975 9 16.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15.5L13 15.5M15.5 13V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-layer-mask-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 20L19 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 9L22 13.8528M12.4128 12.4059L19.3601 18.3634M8 15.6672L15 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 20L19 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 9L22 13.8528M12.4128 12.4059L19.3601 18.3634M8 15.6672L15 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-layer-mask{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 2.62988C12.2967 4.04862 15 7.70875 15 12.0003C15 16.2918 12.2967 19.9519 8.5 21.3707%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 2.62988C12.2967 4.04862 15 7.70875 15 12.0003C15 16.2918 12.2967 19.9519 8.5 21.3707%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-layers-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.64298 3.14559L6.93816 3.93362C4.31272 5.14719 3 5.75397 3 6.75C3 7.74603 4.31272 8.35281 6.93817 9.56638L8.64298 10.3544C10.2952 11.1181 11.1214 11.5 12 11.5C12.8786 11.5 13.7048 11.1181 15.357 10.3544L17.0618 9.56638C19.6873 8.35281 21 7.74603 21 6.75C21 5.75397 19.6873 5.14719 17.0618 3.93362L15.357 3.14559C13.7048 2.38186 12.8786 2 12 2C11.1214 2 10.2952 2.38186 8.64298 3.14559Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.788 11.0977C20.9293 11.2964 21 11.5036 21 11.7314C21 12.7132 19.6873 13.3114 17.0618 14.5077L15.357 15.2845C13.7048 16.0373 12.8786 16.4137 12 16.4137C11.1214 16.4137 10.2952 16.0373 8.64298 15.2845L6.93817 14.5077C4.31272 13.3114 3 12.7132 3 11.7314C3 11.5036 3.07067 11.2964 3.212 11.0977%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.3767 16.2666C20.7922 16.5976 21 16.9275 21 17.3181C21 18.3 19.6873 18.8981 17.0618 20.0944L15.357 20.8712C13.7048 21.624 12.8786 22.0005 12 22.0005C11.1214 22.0005 10.2952 21.624 8.64298 20.8712L6.93817 20.0944C4.31272 18.8981 3 18.3 3 17.3181C3 16.9275 3.20778 16.5976 3.62334 16.2666%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.64298 3.14559L6.93816 3.93362C4.31272 5.14719 3 5.75397 3 6.75C3 7.74603 4.31272 8.35281 6.93817 9.56638L8.64298 10.3544C10.2952 11.1181 11.1214 11.5 12 11.5C12.8786 11.5 13.7048 11.1181 15.357 10.3544L17.0618 9.56638C19.6873 8.35281 21 7.74603 21 6.75C21 5.75397 19.6873 5.14719 17.0618 3.93362L15.357 3.14559C13.7048 2.38186 12.8786 2 12 2C11.1214 2 10.2952 2.38186 8.64298 3.14559Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.788 11.0977C20.9293 11.2964 21 11.5036 21 11.7314C21 12.7132 19.6873 13.3114 17.0618 14.5077L15.357 15.2845C13.7048 16.0373 12.8786 16.4137 12 16.4137C11.1214 16.4137 10.2952 16.0373 8.64298 15.2845L6.93817 14.5077C4.31272 13.3114 3 12.7132 3 11.7314C3 11.5036 3.07067 11.2964 3.212 11.0977%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.3767 16.2666C20.7922 16.5976 21 16.9275 21 17.3181C21 18.3 19.6873 18.8981 17.0618 20.0944L15.357 20.8712C13.7048 21.624 12.8786 22.0005 12 22.0005C11.1214 22.0005 10.2952 21.624 8.64298 20.8712L6.93817 20.0944C4.31272 18.8981 3 18.3 3 17.3181C3 16.9275 3.20778 16.5976 3.62334 16.2666%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-layers-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.7322 12.2678L12.2626 11.7374L11.7322 12.2678ZM21.2678 12.2678L20.7374 11.7374L21.2678 12.2678ZM21.2678 2.73223L20.7374 3.26256L21.2678 2.73223ZM16 2.75H17V1.25H16V2.75ZM21.25 7V8H22.75V7H21.25ZM17 12.25H16V13.75H17V12.25ZM11.75 8V7H10.25V8H11.75ZM16 12.25C14.8003 12.25 13.9759 12.2484 13.3568 12.1652C12.7591 12.0848 12.4661 11.941 12.2626 11.7374L11.2019 12.7981C11.7306 13.3268 12.3929 13.5491 13.1569 13.6518C13.8993 13.7516 14.8427 13.75 16 13.75V12.25ZM10.25 8C10.25 9.15731 10.2484 10.1007 10.3482 10.8431C10.4509 11.6071 10.6732 12.2694 11.2019 12.7981L12.2626 11.7374C12.059 11.5339 11.9152 11.2409 11.8348 10.6432C11.7516 10.024 11.75 9.19971 11.75 8H10.25ZM21.25 8C21.25 9.19971 21.2484 10.0241 21.1652 10.6432C21.0848 11.2409 20.941 11.5339 20.7374 11.7374L21.7981 12.7981C22.3268 12.2694 22.5491 11.6071 22.6518 10.8431C22.7516 10.1007 22.75 9.15731 22.75 8H21.25ZM17 13.75C18.1573 13.75 19.1007 13.7516 19.8431 13.6518C20.6071 13.5491 21.2694 13.3268 21.7981 12.7981L20.7374 11.7374C20.5339 11.941 20.2409 12.0848 19.6432 12.1652C19.024 12.2484 18.1997 12.25 17 12.25V13.75ZM17 2.75C18.1997 2.75 19.0241 2.75159 19.6432 2.83484C20.2409 2.91519 20.5339 3.05902 20.7374 3.26256L21.7981 2.2019C21.2694 1.67321 20.6071 1.45093 19.8431 1.34822C19.1007 1.24841 18.1573 1.25 17 1.25V2.75ZM22.75 7C22.75 5.84269 22.7516 4.89926 22.6518 4.15688C22.5491 3.39293 22.3268 2.7306 21.7981 2.2019L20.7374 3.26256C20.941 3.4661 21.0848 3.75914 21.1652 4.35676C21.2484 4.97595 21.25 5.80029 21.25 7H22.75ZM16 1.25C14.8427 1.25 13.8993 1.24841 13.1569 1.34822C12.3929 1.45093 11.7306 1.67321 11.2019 2.2019L12.2626 3.26256C12.4661 3.05902 12.7591 2.91519 13.3568 2.83484C13.9759 2.75159 14.8003 2.75 16 2.75V1.25ZM11.75 7C11.75 5.80029 11.7516 4.97595 11.8348 4.35676C11.9152 3.75914 12.059 3.4661 12.2626 3.26256L11.2019 2.2019C10.6732 2.7306 10.4509 3.39293 10.3482 4.15688C10.2484 4.89926 10.25 5.84269 10.25 7H11.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 6.5C8.97247 6.50365 7.91075 6.55343 7.23223 7.23194C6.5 7.96418 6.5 9.14269 6.5 11.4997V12.4997C6.5 14.8567 6.5 16.0352 7.23223 16.7675C7.96447 17.4997 9.14298 17.4997 11.5 17.4997H12.5C14.857 17.4997 16.0355 17.4997 16.7678 16.7675C17.4463 16.089 17.4961 15.0272 17.4997 12.9997%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11C4.47247 11.0037 3.41075 11.0534 2.73223 11.7319C2 12.4642 2 13.6427 2 15.9997V16.9997C2 19.3567 2 20.5352 2.73223 21.2675C3.46447 21.9997 4.64298 21.9997 7 21.9997H8C10.357 21.9997 11.5355 21.9997 12.2678 21.2675C12.9463 20.589 12.9961 19.5272 12.9997 17.4997%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.7322 12.2678L12.2626 11.7374L11.7322 12.2678ZM21.2678 12.2678L20.7374 11.7374L21.2678 12.2678ZM21.2678 2.73223L20.7374 3.26256L21.2678 2.73223ZM16 2.75H17V1.25H16V2.75ZM21.25 7V8H22.75V7H21.25ZM17 12.25H16V13.75H17V12.25ZM11.75 8V7H10.25V8H11.75ZM16 12.25C14.8003 12.25 13.9759 12.2484 13.3568 12.1652C12.7591 12.0848 12.4661 11.941 12.2626 11.7374L11.2019 12.7981C11.7306 13.3268 12.3929 13.5491 13.1569 13.6518C13.8993 13.7516 14.8427 13.75 16 13.75V12.25ZM10.25 8C10.25 9.15731 10.2484 10.1007 10.3482 10.8431C10.4509 11.6071 10.6732 12.2694 11.2019 12.7981L12.2626 11.7374C12.059 11.5339 11.9152 11.2409 11.8348 10.6432C11.7516 10.024 11.75 9.19971 11.75 8H10.25ZM21.25 8C21.25 9.19971 21.2484 10.0241 21.1652 10.6432C21.0848 11.2409 20.941 11.5339 20.7374 11.7374L21.7981 12.7981C22.3268 12.2694 22.5491 11.6071 22.6518 10.8431C22.7516 10.1007 22.75 9.15731 22.75 8H21.25ZM17 13.75C18.1573 13.75 19.1007 13.7516 19.8431 13.6518C20.6071 13.5491 21.2694 13.3268 21.7981 12.7981L20.7374 11.7374C20.5339 11.941 20.2409 12.0848 19.6432 12.1652C19.024 12.2484 18.1997 12.25 17 12.25V13.75ZM17 2.75C18.1997 2.75 19.0241 2.75159 19.6432 2.83484C20.2409 2.91519 20.5339 3.05902 20.7374 3.26256L21.7981 2.2019C21.2694 1.67321 20.6071 1.45093 19.8431 1.34822C19.1007 1.24841 18.1573 1.25 17 1.25V2.75ZM22.75 7C22.75 5.84269 22.7516 4.89926 22.6518 4.15688C22.5491 3.39293 22.3268 2.7306 21.7981 2.2019L20.7374 3.26256C20.941 3.4661 21.0848 3.75914 21.1652 4.35676C21.2484 4.97595 21.25 5.80029 21.25 7H22.75ZM16 1.25C14.8427 1.25 13.8993 1.24841 13.1569 1.34822C12.3929 1.45093 11.7306 1.67321 11.2019 2.2019L12.2626 3.26256C12.4661 3.05902 12.7591 2.91519 13.3568 2.83484C13.9759 2.75159 14.8003 2.75 16 2.75V1.25ZM11.75 7C11.75 5.80029 11.7516 4.97595 11.8348 4.35676C11.9152 3.75914 12.059 3.4661 12.2626 3.26256L11.2019 2.2019C10.6732 2.7306 10.4509 3.39293 10.3482 4.15688C10.2484 4.89926 10.25 5.84269 10.25 7H11.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 6.5C8.97247 6.50365 7.91075 6.55343 7.23223 7.23194C6.5 7.96418 6.5 9.14269 6.5 11.4997V12.4997C6.5 14.8567 6.5 16.0352 7.23223 16.7675C7.96447 17.4997 9.14298 17.4997 11.5 17.4997H12.5C14.857 17.4997 16.0355 17.4997 16.7678 16.7675C17.4463 16.089 17.4961 15.0272 17.4997 12.9997%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11C4.47247 11.0037 3.41075 11.0534 2.73223 11.7319C2 12.4642 2 13.6427 2 15.9997V16.9997C2 19.3567 2 20.5352 2.73223 21.2675C3.46447 21.9997 4.64298 21.9997 7 21.9997H8C10.357 21.9997 11.5355 21.9997 12.2678 21.2675C12.9463 20.589 12.9961 19.5272 12.9997 17.4997%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-left-to-right-block-quote{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 6L17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12L19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 18L17 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 3L5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 6L17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12L19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 18L17 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 3L5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-left-to-right-list-bullet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 5L20 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 5H4.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12H4.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19H4.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19L20 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 5L20 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 5H4.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12H4.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19H4.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19L20 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-left-to-right-list-dash{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 5L21 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5L5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12L5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19L21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 19L5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 5L21 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5L5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12L5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19L21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 19L5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-left-to-right-list-number{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 6L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18L21 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H4.5C4.77879 15 4.91819 15 5.03411 15.0231C5.51014 15.1177 5.88225 15.4899 5.97694 15.9659C6 16.0818 6 16.2212 6 16.5C6 16.7788 6 16.9182 5.97694 17.0341C5.88225 17.5101 5.51014 17.8823 5.03411 17.9769C4.91819 18 4.77879 18 4.5 18C4.22121 18 4.08181 18 3.96589 18.0231C3.48986 18.1177 3.11775 18.4899 3.02306 18.9659C3 19.0818 3 19.2212 3 19.5V20.4C3 20.6828 3 20.8243 3.08787 20.9121C3.17574 21 3.31716 21 3.6 21H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 3H4.2C4.36569 3 4.5 3.13431 4.5 3.3V9M4.5 9H3M4.5 9H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 6L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18L21 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H4.5C4.77879 15 4.91819 15 5.03411 15.0231C5.51014 15.1177 5.88225 15.4899 5.97694 15.9659C6 16.0818 6 16.2212 6 16.5C6 16.7788 6 16.9182 5.97694 17.0341C5.88225 17.5101 5.51014 17.8823 5.03411 17.9769C4.91819 18 4.77879 18 4.5 18C4.22121 18 4.08181 18 3.96589 18.0231C3.48986 18.1177 3.11775 18.4899 3.02306 18.9659C3 19.0818 3 19.2212 3 19.5V20.4C3 20.6828 3 20.8243 3.08787 20.9121C3.17574 21 3.31716 21 3.6 21H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 3H4.2C4.36569 3 4.5 3.13431 4.5 3.3V9M4.5 9H3M4.5 9H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-left-to-right-list-star-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5.5L21 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18.5L21 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 5.5H3M4.04167 8L6.95833 3M6.95833 8L4.04167 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18.5H3M4.04167 21L6.95833 16M6.95833 21L4.04167 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5.5L21 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18.5L21 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 5.5H3M4.04167 8L6.95833 3M6.95833 8L4.04167 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18.5H3M4.04167 21L6.95833 16M6.95833 21L4.04167 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-left-to-right-list-star{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5.5L12 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12L12 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 18.5L12 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 5.5H16M17.0417 8L19.9583 3M19.9583 8L17.0417 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 18.5H16M17.0417 21L19.9583 16M19.9583 21L17.0417 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5.5L12 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12L12 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 18.5L12 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 5.5H16M17.0417 8L19.9583 3M19.9583 8L17.0417 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 18.5H16M17.0417 21L19.9583 16M19.9583 21L17.0417 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-left-to-right-list-triangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 5.5L21 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.4 16.8926C6.46667 17.607 7 17.9642 7 18.5C7 19.0358 6.46667 19.393 5.4 20.1074C4.33333 20.8218 3.8 21.1789 3.4 20.9111C3 20.6432 3 19.9288 3 18.5C3 17.0712 3 16.3568 3.4 16.0889C3.8 15.8211 4.33333 16.1782 5.4 16.8926Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.4 3.89263C6.46667 4.60702 7 4.96421 7 5.5C7 6.03579 6.46667 6.39298 5.4 7.10737C4.33333 7.82176 3.8 8.17895 3.4 7.91105C3 7.64316 3 6.92877 3 5.5C3 4.07123 3 3.35684 3.4 3.08895C3.8 2.82105 4.33333 3.17824 5.4 3.89263Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18.5L21 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 5.5L21 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.4 16.8926C6.46667 17.607 7 17.9642 7 18.5C7 19.0358 6.46667 19.393 5.4 20.1074C4.33333 20.8218 3.8 21.1789 3.4 20.9111C3 20.6432 3 19.9288 3 18.5C3 17.0712 3 16.3568 3.4 16.0889C3.8 15.8211 4.33333 16.1782 5.4 16.8926Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.4 3.89263C6.46667 4.60702 7 4.96421 7 5.5C7 6.03579 6.46667 6.39298 5.4 7.10737C4.33333 7.82176 3.8 8.17895 3.4 7.91105C3 7.64316 3 6.92877 3 5.5C3 4.07123 3 3.35684 3.4 3.08895C3.8 2.82105 4.33333 3.17824 5.4 3.89263Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18.5L21 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-letter-spacing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 22.2139V2.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22.2139V2.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18.2139L10.6534 7.70022C10.9447 7.02666 11.4878 6.21043 11.9467 6.21388C12.6263 6.21898 12.9827 6.92145 13.3774 7.70022C13.7721 8.479 17 18.2139 17 18.2139M9.01312 13.205L14.8945 13.1432%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 22.2139V2.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22.2139V2.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18.2139L10.6534 7.70022C10.9447 7.02666 11.4878 6.21043 11.9467 6.21388C12.6263 6.21898 12.9827 6.92145 13.3774 7.70022C13.7721 8.479 17 18.2139 17 18.2139M9.01312 13.205L14.8945 13.1432%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-list-view{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 11.4C2 10.2417 2.24173 10 3.4 10H20.6C21.7583 10 22 10.2417 22 11.4V12.6C22 13.7583 21.7583 14 20.6 14H3.4C2.24173 14 2 13.7583 2 12.6V11.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 3.4C2 2.24173 2.24173 2 3.4 2H20.6C21.7583 2 22 2.24173 22 3.4V4.6C22 5.75827 21.7583 6 20.6 6H3.4C2.24173 6 2 5.75827 2 4.6V3.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 19.4C2 18.2417 2.24173 18 3.4 18H20.6C21.7583 18 22 18.2417 22 19.4V20.6C22 21.7583 21.7583 22 20.6 22H3.4C2.24173 22 2 21.7583 2 20.6V19.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 11.4C2 10.2417 2.24173 10 3.4 10H20.6C21.7583 10 22 10.2417 22 11.4V12.6C22 13.7583 21.7583 14 20.6 14H3.4C2.24173 14 2 13.7583 2 12.6V11.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 3.4C2 2.24173 2.24173 2 3.4 2H20.6C21.7583 2 22 2.24173 22 3.4V4.6C22 5.75827 21.7583 6 20.6 6H3.4C2.24173 6 2 5.75827 2 4.6V3.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 19.4C2 18.2417 2.24173 18 3.4 18H20.6C21.7583 18 22 18.2417 22 19.4V20.6C22 21.7583 21.7583 22 20.6 22H3.4C2.24173 22 2 21.7583 2 20.6V19.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-magic-wand-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9258 12.7775L11.7775 10.6292C11.4847 10.3364 11.3383 10.19 11.1803 10.1117C10.8798 9.96277 10.527 9.96277 10.2264 10.1117C10.0685 10.19 9.92207 10.3364 9.62923 10.6292C9.33638 10.9221 9.18996 11.0685 9.11169 11.2264C8.96277 11.527 8.96277 11.8798 9.11169 12.1803C9.18996 12.3383 9.33638 12.4847 9.62923 12.7775L11.7775 14.9258M13.9258 12.7775L20.3708 19.2225C20.6636 19.5153 20.81 19.6617 20.8883 19.8197C21.0372 20.1202 21.0372 20.473 20.8883 20.7736C20.81 20.9315 20.6636 21.0779 20.3708 21.3708C20.0779 21.6636 19.9315 21.81 19.7736 21.8883C19.473 22.0372 19.1202 22.0372 18.8197 21.8883C18.6617 21.81 18.5153 21.6636 18.2225 21.3708L11.7775 14.9258M13.9258 12.7775L11.7775 14.9258%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 2L17.2948 2.7966C17.6813 3.84117 17.8746 4.36345 18.2556 4.74445C18.6366 5.12545 19.1588 5.31871 20.2034 5.70523L21 6L20.2034 6.29477C19.1588 6.68129 18.6366 6.87456 18.2556 7.25555C17.8746 7.63655 17.6813 8.15883 17.2948 9.2034L17 10L16.7052 9.2034C16.3187 8.15884 16.1254 7.63655 15.7444 7.25555C15.3634 6.87455 14.8412 6.68129 13.7966 6.29477L13 6L13.7966 5.70523C14.8412 5.31871 15.3634 5.12545 15.7444 4.74445C16.1254 4.36345 16.3187 3.84117 16.7052 2.7966L17 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 4L6.22108 4.59745C6.51097 5.38087 6.65592 5.77259 6.94167 6.05834C7.22741 6.34408 7.61913 6.48903 8.40255 6.77892L9 7L8.40255 7.22108C7.61913 7.51097 7.22741 7.65592 6.94166 7.94167C6.65592 8.22741 6.51097 8.61913 6.22108 9.40255L6 10L5.77892 9.40255C5.48903 8.61913 5.34408 8.22741 5.05833 7.94167C4.77259 7.65592 4.38087 7.51097 3.59745 7.22108L3 7L3.59745 6.77892C4.38087 6.48903 4.77259 6.34408 5.05833 6.05833C5.34408 5.77259 5.48903 5.38087 5.77892 4.59745L6 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9258 12.7775L11.7775 10.6292C11.4847 10.3364 11.3383 10.19 11.1803 10.1117C10.8798 9.96277 10.527 9.96277 10.2264 10.1117C10.0685 10.19 9.92207 10.3364 9.62923 10.6292C9.33638 10.9221 9.18996 11.0685 9.11169 11.2264C8.96277 11.527 8.96277 11.8798 9.11169 12.1803C9.18996 12.3383 9.33638 12.4847 9.62923 12.7775L11.7775 14.9258M13.9258 12.7775L20.3708 19.2225C20.6636 19.5153 20.81 19.6617 20.8883 19.8197C21.0372 20.1202 21.0372 20.473 20.8883 20.7736C20.81 20.9315 20.6636 21.0779 20.3708 21.3708C20.0779 21.6636 19.9315 21.81 19.7736 21.8883C19.473 22.0372 19.1202 22.0372 18.8197 21.8883C18.6617 21.81 18.5153 21.6636 18.2225 21.3708L11.7775 14.9258M13.9258 12.7775L11.7775 14.9258%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 2L17.2948 2.7966C17.6813 3.84117 17.8746 4.36345 18.2556 4.74445C18.6366 5.12545 19.1588 5.31871 20.2034 5.70523L21 6L20.2034 6.29477C19.1588 6.68129 18.6366 6.87456 18.2556 7.25555C17.8746 7.63655 17.6813 8.15883 17.2948 9.2034L17 10L16.7052 9.2034C16.3187 8.15884 16.1254 7.63655 15.7444 7.25555C15.3634 6.87455 14.8412 6.68129 13.7966 6.29477L13 6L13.7966 5.70523C14.8412 5.31871 15.3634 5.12545 15.7444 4.74445C16.1254 4.36345 16.3187 3.84117 16.7052 2.7966L17 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 4L6.22108 4.59745C6.51097 5.38087 6.65592 5.77259 6.94167 6.05834C7.22741 6.34408 7.61913 6.48903 8.40255 6.77892L9 7L8.40255 7.22108C7.61913 7.51097 7.22741 7.65592 6.94166 7.94167C6.65592 8.22741 6.51097 8.61913 6.22108 9.40255L6 10L5.77892 9.40255C5.48903 8.61913 5.34408 8.22741 5.05833 7.94167C4.77259 7.65592 4.38087 7.51097 3.59745 7.22108L3 7L3.59745 6.77892C4.38087 6.48903 4.77259 6.34408 5.05833 6.05833C5.34408 5.77259 5.48903 5.38087 5.77892 4.59745L6 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-magic-wand-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L21.5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.97185 3.79282L9.31786 4.92059C9.78049 5.08073 10.4825 4.97602 10.88 4.69283L13.2273 3.01883C14.729 1.949 15.972 2.58706 15.9733 4.44162L15.9862 7.58112C15.9884 8.11281 16.3582 8.7726 16.8087 9.05928L19.207 10.5629C21.104 11.7544 20.8884 13.1649 18.7263 13.713L15.7172 14.4729C15.1735 14.6099 14.6126 15.1709 14.4693 15.721L13.7096 18.7307C13.1679 20.8868 11.7449 21.1025 10.5601 19.2114L9.0567 16.8127C8.77007 16.3621 8.1104 15.9923 7.57881 15.9901L4.43989 15.9772C2.59198 15.9696 1.94773 14.7327 3.01737 13.2306L4.69105 10.8829C4.96789 10.4917 5.07258 9.78951 4.91247 9.3268L3.78491 5.98017C3.17623 4.16109 4.15941 3.17773 5.97185 3.79282Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L21.5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.97185 3.79282L9.31786 4.92059C9.78049 5.08073 10.4825 4.97602 10.88 4.69283L13.2273 3.01883C14.729 1.949 15.972 2.58706 15.9733 4.44162L15.9862 7.58112C15.9884 8.11281 16.3582 8.7726 16.8087 9.05928L19.207 10.5629C21.104 11.7544 20.8884 13.1649 18.7263 13.713L15.7172 14.4729C15.1735 14.6099 14.6126 15.1709 14.4693 15.721L13.7096 18.7307C13.1679 20.8868 11.7449 21.1025 10.5601 19.2114L9.0567 16.8127C8.77007 16.3621 8.1104 15.9923 7.57881 15.9901L4.43989 15.9772C2.59198 15.9696 1.94773 14.7327 3.01737 13.2306L4.69105 10.8829C4.96789 10.4917 5.07258 9.78951 4.91247 9.3268L3.78491 5.98017C3.17623 4.16109 4.15941 3.17773 5.97185 3.79282Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-magic-wand-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 15L16.5 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9391 19.0593C16.3536 18.4739 16.3536 17.5246 16.9391 16.9391C17.5246 16.3536 18.4739 16.3536 19.0593 16.9391L21.0609 18.9407C21.6464 19.5261 21.6464 20.4754 21.0609 21.0609C20.4754 21.6464 19.5261 21.6464 18.9407 21.0609L16.9391 19.0593Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.39321 3.57735L8.18155 4.51716C8.56707 4.65061 9.15209 4.56335 9.48335 4.32736L11.4394 2.93236C12.6909 2.04083 13.7267 2.57255 13.7278 4.11802L13.7385 6.73427C13.7403 7.17734 14.0485 7.72717 14.4239 7.96607L16.4225 9.2191C18.0034 10.212 17.8236 11.3875 16.0219 11.8442L13.5143 12.4774C13.0612 12.5916 12.5938 13.0591 12.4744 13.5175L11.8413 16.0256C11.3899 17.8224 10.2041 18.0021 9.21671 16.4262L7.96391 14.4272C7.72505 14.0518 7.17533 13.7436 6.73234 13.7418L4.11658 13.731C2.57665 13.7246 2.03977 12.6939 2.93114 11.4422L4.32588 9.48579C4.55657 9.15972 4.64382 8.57459 4.51039 8.189L3.57076 5.40014C3.06353 3.88424 3.88284 3.06477 5.39321 3.57735Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 15L16.5 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9391 19.0593C16.3536 18.4739 16.3536 17.5246 16.9391 16.9391C17.5246 16.3536 18.4739 16.3536 19.0593 16.9391L21.0609 18.9407C21.6464 19.5261 21.6464 20.4754 21.0609 21.0609C20.4754 21.6464 19.5261 21.6464 18.9407 21.0609L16.9391 19.0593Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.39321 3.57735L8.18155 4.51716C8.56707 4.65061 9.15209 4.56335 9.48335 4.32736L11.4394 2.93236C12.6909 2.04083 13.7267 2.57255 13.7278 4.11802L13.7385 6.73427C13.7403 7.17734 14.0485 7.72717 14.4239 7.96607L16.4225 9.2191C18.0034 10.212 17.8236 11.3875 16.0219 11.8442L13.5143 12.4774C13.0612 12.5916 12.5938 13.0591 12.4744 13.5175L11.8413 16.0256C11.3899 17.8224 10.2041 18.0021 9.21671 16.4262L7.96391 14.4272C7.72505 14.0518 7.17533 13.7436 6.73234 13.7418L4.11658 13.731C2.57665 13.7246 2.03977 12.6939 2.93114 11.4422L4.32588 9.48579C4.55657 9.15972 4.64382 8.57459 4.51039 8.189L3.57076 5.40014C3.06353 3.88424 3.88284 3.06477 5.39321 3.57735Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-maximize-screen{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5667 7.93457L15.3088 8.03465C15.7163 8.04952 16.0391 8.38423 16.0391 8.79205V11.4069M10.5391 13.4346L15.5828 8.41614%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17C2 15.1144 2 14.1716 2.58579 13.5858C3.17157 13 4.11438 13 6 13H7C8.88562 13 9.82843 13 10.4142 13.5858C11 14.1716 11 15.1144 11 17V18C11 19.8856 11 20.8284 10.4142 21.4142C9.82843 22 8.88562 22 7 22H6C4.11438 22 3.17157 22 2.58579 21.4142C2 20.8284 2 19.8856 2 18V17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8.5V10.5M14 2H10M22 14V10M13.5 22H15.5M2.05986 5.5C2.21387 4.43442 2.51347 3.67903 3.09625 3.09625C3.67903 2.51347 4.43442 2.21387 5.5 2.05986M18.5 2.05986C19.5656 2.21387 20.321 2.51347 20.9037 3.09625C21.4865 3.67903 21.7861 4.43442 21.9401 5.5M21.9401 18.5C21.7861 19.5656 21.4865 20.321 20.9037 20.9037C20.321 21.4865 19.5656 21.7861 18.5 21.9401%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5667 7.93457L15.3088 8.03465C15.7163 8.04952 16.0391 8.38423 16.0391 8.79205V11.4069M10.5391 13.4346L15.5828 8.41614%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17C2 15.1144 2 14.1716 2.58579 13.5858C3.17157 13 4.11438 13 6 13H7C8.88562 13 9.82843 13 10.4142 13.5858C11 14.1716 11 15.1144 11 17V18C11 19.8856 11 20.8284 10.4142 21.4142C9.82843 22 8.88562 22 7 22H6C4.11438 22 3.17157 22 2.58579 21.4142C2 20.8284 2 19.8856 2 18V17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8.5V10.5M14 2H10M22 14V10M13.5 22H15.5M2.05986 5.5C2.21387 4.43442 2.51347 3.67903 3.09625 3.09625C3.67903 2.51347 4.43442 2.21387 5.5 2.05986M18.5 2.05986C19.5656 2.21387 20.321 2.51347 20.9037 3.09625C21.4865 3.67903 21.7861 4.43442 21.9401 5.5M21.9401 18.5C21.7861 19.5656 21.4865 20.321 20.9037 20.9037C20.321 21.4865 19.5656 21.7861 18.5 21.9401%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-minimize-screen{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10.216C2.02895 6.80194 2.21848 4.91986 3.45963 3.67872C4.92448 2.21387 7.28212 2.21387 11.9974 2.21387C16.7127 2.21387 19.0703 2.21387 20.5352 3.67872C22 5.14357 22 7.5012 22 12.2165C22 16.9318 22 19.2894 20.5352 20.7543C19.294 21.9954 17.4119 22.185 13.9979 22.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.99871 13.2139C3.82845 13.249 3.13074 13.3791 2.64796 13.8619C2.16519 14.3446 2.03507 15.0424 2 16.2126M8.00129 13.2139C9.17155 13.249 9.86926 13.3791 10.352 13.8619C10.8348 14.3446 10.9649 15.0424 11 16.2126M11 19.2152C10.9649 20.3854 10.8348 21.0832 10.352 21.5659C9.86926 22.0487 9.17155 22.1788 8.00129 22.2139M4.99872 22.2139C3.82846 22.1788 3.13074 22.0487 2.64796 21.5659C2.16519 21.0832 2.03507 20.3854 2 19.2152%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.4117 11.2205L13.5086 11.1536C13.0772 11.1437 12.7316 10.8093 12.7267 10.3969L12.6955 7.75293M20.0272 3.98055L13.2798 10.5815%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10.216C2.02895 6.80194 2.21848 4.91986 3.45963 3.67872C4.92448 2.21387 7.28212 2.21387 11.9974 2.21387C16.7127 2.21387 19.0703 2.21387 20.5352 3.67872C22 5.14357 22 7.5012 22 12.2165C22 16.9318 22 19.2894 20.5352 20.7543C19.294 21.9954 17.4119 22.185 13.9979 22.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.99871 13.2139C3.82845 13.249 3.13074 13.3791 2.64796 13.8619C2.16519 14.3446 2.03507 15.0424 2 16.2126M8.00129 13.2139C9.17155 13.249 9.86926 13.3791 10.352 13.8619C10.8348 14.3446 10.9649 15.0424 11 16.2126M11 19.2152C10.9649 20.3854 10.8348 21.0832 10.352 21.5659C9.86926 22.0487 9.17155 22.1788 8.00129 22.2139M4.99872 22.2139C3.82846 22.1788 3.13074 22.0487 2.64796 21.5659C2.16519 21.0832 2.03507 20.3854 2 19.2152%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.4117 11.2205L13.5086 11.1536C13.0772 11.1437 12.7316 10.8093 12.7267 10.3969L12.6955 7.75293M20.0272 3.98055L13.2798 10.5815%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-move-to{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 5H5.00898%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11.0039H5.00898%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17.0078H5.00898%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 11.0039H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 17.0069H19M19 17.0069C19.0035 16.7462 18.8202 16.4891 18.5964 16.2993L16.9939 15.0254M19 17.0069C18.9966 17.2584 18.8142 17.5131 18.5964 17.7144L16.9939 18.9997%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 5H5.00898%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11.0039H5.00898%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17.0078H5.00898%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 11.0039H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 17.0069H19M19 17.0069C19.0035 16.7462 18.8202 16.4891 18.5964 16.2993L16.9939 15.0254M19 17.0069C18.9966 17.2584 18.8142 17.5131 18.5964 17.7144L16.9939 18.9997%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-option{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5H5.04362C6.96246 5 7.92187 5 8.67328 5.49548C9.42469 5.99095 9.80263 6.8728 10.5585 8.63648L13.4415 15.3635C14.1974 17.1272 14.5753 18.009 15.3267 18.5045C16.0781 19 17.0375 19 18.9564 19H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 5H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5H5.04362C6.96246 5 7.92187 5 8.67328 5.49548C9.42469 5.99095 9.80263 6.8728 10.5585 8.63648L13.4415 15.3635C14.1974 17.1272 14.5753 18.009 15.3267 18.5045C16.0781 19 17.0375 19 18.9564 19H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 5H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-orthogonal-edge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 6H9.78046C11.7968 6 12.8049 6 13.3136 6.24139C14.5399 6.82331 15.0779 8.27746 14.5255 9.51737C14.2963 10.0317 13.5309 10.6878 12 12C10.4691 13.3122 9.70366 13.9683 9.47452 14.4826C8.92213 15.7225 9.46006 17.1767 10.6864 17.7586C11.1951 18 12.2032 18 14.2195 18H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C2 7.65685 3.34315 9 5 9C6.65685 9 8 7.65685 8 6C8 4.34315 6.65685 3 5 3C3.34315 3 2 4.34315 2 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 18C16 19.6569 17.3431 21 19 21C20.6569 21 22 19.6569 22 18C22 16.3431 20.6569 15 19 15C17.3431 15 16 16.3431 16 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 6H9.78046C11.7968 6 12.8049 6 13.3136 6.24139C14.5399 6.82331 15.0779 8.27746 14.5255 9.51737C14.2963 10.0317 13.5309 10.6878 12 12C10.4691 13.3122 9.70366 13.9683 9.47452 14.4826C8.92213 15.7225 9.46006 17.1767 10.6864 17.7586C11.1951 18 12.2032 18 14.2195 18H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C2 7.65685 3.34315 9 5 9C6.65685 9 8 7.65685 8 6C8 4.34315 6.65685 3 5 3C3.34315 3 2 4.34315 2 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 18C16 19.6569 17.3431 21 19 21C20.6569 21 22 19.6569 22 18C22 16.3431 20.6569 15 19 15C17.3431 15 16 16.3431 16 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-paint-brush-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89089 20.8727L3 21L3.12727 20.1091C3.32086 18.754 3.41765 18.0764 3.71832 17.4751C4.01899 16.8738 4.50296 16.3898 5.47091 15.4218L16.9827 3.91009C17.4062 3.48654 17.618 3.27476 17.8464 3.16155C18.2811 2.94615 18.7914 2.94615 19.2261 3.16155C19.4546 3.27476 19.6663 3.48654 20.0899 3.91009C20.5135 4.33365 20.7252 4.54543 20.8385 4.77389C21.0539 5.20856 21.0539 5.71889 20.8385 6.15356C20.7252 6.38201 20.5135 6.59379 20.0899 7.01735L8.57816 18.5291C7.61022 19.497 7.12625 19.981 6.52491 20.2817C5.92357 20.5823 5.246 20.6791 3.89089 20.8727Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15L9 18M8.5 12.5L11.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89089 20.8727L3 21L3.12727 20.1091C3.32086 18.754 3.41765 18.0764 3.71832 17.4751C4.01899 16.8738 4.50296 16.3898 5.47091 15.4218L16.9827 3.91009C17.4062 3.48654 17.618 3.27476 17.8464 3.16155C18.2811 2.94615 18.7914 2.94615 19.2261 3.16155C19.4546 3.27476 19.6663 3.48654 20.0899 3.91009C20.5135 4.33365 20.7252 4.54543 20.8385 4.77389C21.0539 5.20856 21.0539 5.71889 20.8385 6.15356C20.7252 6.38201 20.5135 6.59379 20.0899 7.01735L8.57816 18.5291C7.61022 19.497 7.12625 19.981 6.52491 20.2817C5.92357 20.5823 5.246 20.6791 3.89089 20.8727Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15L9 18M8.5 12.5L11.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-paint-brush-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5C4 4.25579 4 3.88369 4.08912 3.58019C4.30005 2.86183 4.86183 2.30005 5.58019 2.08912C5.88369 2 6.25579 2 7 2H14C14.7442 2 15.1163 2 15.4198 2.08912C16.1382 2.30005 16.7 2.86183 16.9109 3.58019C17 3.88369 17 4.25579 17 5C17 5.74421 17 6.11631 16.9109 6.41981C16.7 7.13817 16.1382 7.69995 15.4198 7.91088C15.1163 8 14.7442 8 14 8H7C6.25579 8 5.88369 8 5.58019 7.91088C4.86183 7.69995 4.30005 7.13817 4.08912 6.41981C4 6.11631 4 5.74421 4 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5C12 17.0341 12 16.8011 12.0761 16.6173C12.1776 16.3723 12.3723 16.1776 12.6173 16.0761C12.8011 16 13.0341 16 13.5 16C13.9659 16 14.1989 16 14.3827 16.0761C14.6277 16.1776 14.8224 16.3723 14.9239 16.6173C15 16.8011 15 17.0341 15 17.5V20.5C15 20.9659 15 21.1989 14.9239 21.3827C14.8224 21.6277 14.6277 21.8224 14.3827 21.9239C14.1989 22 13.9659 22 13.5 22C13.0341 22 12.8011 22 12.6173 21.9239C12.3723 21.8224 12.1776 21.6277 12.0761 21.3827C12 21.1989 12 20.9659 12 20.5V17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.249 5C18.1037 5 18.531 5 18.8681 5.15224C19.9978 5.6624 20.0005 6.86278 20.0005 8.00422C20.0005 8.96065 20.0005 9.43886 19.8701 9.84219C19.4513 11.1378 17.7387 11.768 16.0836 12.2373C14.9006 12.5727 14.3091 12.7404 13.9045 13.2756C13.5 13.8107 13.5 14.4389 13.5 15.6952V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5C4 4.25579 4 3.88369 4.08912 3.58019C4.30005 2.86183 4.86183 2.30005 5.58019 2.08912C5.88369 2 6.25579 2 7 2H14C14.7442 2 15.1163 2 15.4198 2.08912C16.1382 2.30005 16.7 2.86183 16.9109 3.58019C17 3.88369 17 4.25579 17 5C17 5.74421 17 6.11631 16.9109 6.41981C16.7 7.13817 16.1382 7.69995 15.4198 7.91088C15.1163 8 14.7442 8 14 8H7C6.25579 8 5.88369 8 5.58019 7.91088C4.86183 7.69995 4.30005 7.13817 4.08912 6.41981C4 6.11631 4 5.74421 4 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5C12 17.0341 12 16.8011 12.0761 16.6173C12.1776 16.3723 12.3723 16.1776 12.6173 16.0761C12.8011 16 13.0341 16 13.5 16C13.9659 16 14.1989 16 14.3827 16.0761C14.6277 16.1776 14.8224 16.3723 14.9239 16.6173C15 16.8011 15 17.0341 15 17.5V20.5C15 20.9659 15 21.1989 14.9239 21.3827C14.8224 21.6277 14.6277 21.8224 14.3827 21.9239C14.1989 22 13.9659 22 13.5 22C13.0341 22 12.8011 22 12.6173 21.9239C12.3723 21.8224 12.1776 21.6277 12.0761 21.3827C12 21.1989 12 20.9659 12 20.5V17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.249 5C18.1037 5 18.531 5 18.8681 5.15224C19.9978 5.6624 20.0005 6.86278 20.0005 8.00422C20.0005 8.96065 20.0005 9.43886 19.8701 9.84219C19.4513 11.1378 17.7387 11.768 16.0836 12.2373C14.9006 12.5727 14.3091 12.7404 13.9045 13.2756C13.5 13.8107 13.5 14.4389 13.5 15.6952V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-paint-brush-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 12C5.13023 12.7386 1.94713 14.5658 2.00054 15.9012C2.01513 16.2661 2.3205 16.5714 2.93122 17.1822L3.90287 18.1538M12 18C11.2614 18.8698 9.43417 22.0529 8.09878 21.9995C7.73393 21.9849 7.42856 21.6795 6.81784 21.0688L5.84618 20.0971M3.90287 18.1538L6.29464 15.762M3.90287 18.1538L5.84618 20.0971M5.84618 20.0971L7.04207 18.9012%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9389 18.481C13.6199 18.8243 13.4604 18.996 13.2454 18.9999C13.0304 19.0039 12.8585 18.8319 12.5146 18.4881L5.51186 11.4849C5.16804 11.1411 4.99612 10.9692 5.00007 10.7542C5.00401 10.5392 5.17563 10.3797 5.51887 10.0607C5.75113 9.84487 5.93925 9.69256 6.14283 9.56702C7.90764 8.47876 10.1485 9.5093 11.9332 8.49885C13.9897 7.33452 15.7947 5.18592 17.4986 3.25974C18.2273 2.43601 18.5916 2.02414 19.1056 2.00066C20.0323 1.95831 22.0415 3.97332 21.9993 4.89475C21.9758 5.40882 21.5638 5.77316 20.7398 6.50183C18.8135 8.20531 16.6647 10.01 15.5006 12.0664C14.4902 13.8513 15.5207 16.0922 14.4325 17.8571C14.307 18.0607 14.1547 18.2488 13.9389 18.481Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 12C5.13023 12.7386 1.94713 14.5658 2.00054 15.9012C2.01513 16.2661 2.3205 16.5714 2.93122 17.1822L3.90287 18.1538M12 18C11.2614 18.8698 9.43417 22.0529 8.09878 21.9995C7.73393 21.9849 7.42856 21.6795 6.81784 21.0688L5.84618 20.0971M3.90287 18.1538L6.29464 15.762M3.90287 18.1538L5.84618 20.0971M5.84618 20.0971L7.04207 18.9012%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9389 18.481C13.6199 18.8243 13.4604 18.996 13.2454 18.9999C13.0304 19.0039 12.8585 18.8319 12.5146 18.4881L5.51186 11.4849C5.16804 11.1411 4.99612 10.9692 5.00007 10.7542C5.00401 10.5392 5.17563 10.3797 5.51887 10.0607C5.75113 9.84487 5.93925 9.69256 6.14283 9.56702C7.90764 8.47876 10.1485 9.5093 11.9332 8.49885C13.9897 7.33452 15.7947 5.18592 17.4986 3.25974C18.2273 2.43601 18.5916 2.02414 19.1056 2.00066C20.0323 1.95831 22.0415 3.97332 21.9993 4.89475C21.9758 5.40882 21.5638 5.77316 20.7398 6.50183C18.8135 8.20531 16.6647 10.01 15.5006 12.0664C14.4902 13.8513 15.5207 16.0922 14.4325 17.8571C14.307 18.0607 14.1547 18.2488 13.9389 18.481Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-paint-brush-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 4C10 2.89543 10.8954 2 12 2H13C14.1046 2 15 2.89543 15 4V6.55337C15 7.86603 15.8534 9.02626 17.1065 9.41722L17.8935 9.66278C19.1466 10.0537 20 11.214 20 12.5266V14C20 14.5523 19.5523 15 19 15H6C5.44772 15 5 14.5523 5 14V12.5266C5 11.214 5.85339 10.0537 7.10648 9.66278L7.89352 9.41722C9.14661 9.02626 10 7.86603 10 6.55337V4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.00217 15C6.15797 16.3082 5.4957 19.5132 4 21.8679C4 21.8679 14.2924 23.0594 15.6851 17.9434V19.8712C15.6851 20.8125 15.6851 21.2831 15.9783 21.5755C16.5421 22.1377 19.1891 22.1531 19.7538 21.5521C20.0504 21.2363 20.0207 20.7819 19.9611 19.8731C19.8629 18.3746 19.5932 16.4558 18.8523 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 4C10 2.89543 10.8954 2 12 2H13C14.1046 2 15 2.89543 15 4V6.55337C15 7.86603 15.8534 9.02626 17.1065 9.41722L17.8935 9.66278C19.1466 10.0537 20 11.214 20 12.5266V14C20 14.5523 19.5523 15 19 15H6C5.44772 15 5 14.5523 5 14V12.5266C5 11.214 5.85339 10.0537 7.10648 9.66278L7.89352 9.41722C9.14661 9.02626 10 7.86603 10 6.55337V4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.00217 15C6.15797 16.3082 5.4957 19.5132 4 21.8679C4 21.8679 14.2924 23.0594 15.6851 17.9434V19.8712C15.6851 20.8125 15.6851 21.2831 15.9783 21.5755C16.5421 22.1377 19.1891 22.1531 19.7538 21.5521C20.0504 21.2363 20.0207 20.7819 19.9611 19.8731C19.8629 18.3746 19.5932 16.4558 18.8523 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-paint-bucket{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 12.1294L12.9388 18.207C11.1557 19.9949 10.2641 20.8889 9.16993 20.9877C8.98904 21.0041 8.80705 21.0041 8.62616 20.9877C7.53195 20.8889 6.64039 19.9949 4.85726 18.207L2.83687 16.1811C1.72104 15.0622 1.72104 13.2482 2.83687 12.1294M19 12.1294L10.9184 4.02587M19 12.1294H2.83687M10.9184 4.02587L2.83687 12.1294M10.9184 4.02587L8.89805 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 20C22 21.1046 21.1046 22 20 22C18.8954 22 18 21.1046 18 20C18 18.8954 20 17 20 17C20 17 22 18.8954 22 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 12.1294L12.9388 18.207C11.1557 19.9949 10.2641 20.8889 9.16993 20.9877C8.98904 21.0041 8.80705 21.0041 8.62616 20.9877C7.53195 20.8889 6.64039 19.9949 4.85726 18.207L2.83687 16.1811C1.72104 15.0622 1.72104 13.2482 2.83687 12.1294M19 12.1294L10.9184 4.02587M19 12.1294H2.83687M10.9184 4.02587L2.83687 12.1294M10.9184 4.02587L8.89805 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 20C22 21.1046 21.1046 22 20 22C18.8954 22 18 21.1046 18 20C18 18.8954 20 17 20 17C20 17 22 18.8954 22 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-paragraph-bullets-point-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.51256 9.48744C4.02513 10 4.85008 10 6.5 10C8.14992 10 8.97487 10 9.48744 9.48744C10 8.97487 10 8.14992 10 6.5C10 4.85008 10 4.02513 9.48744 3.51256C8.97487 3 8.14992 3 6.5 3C4.85008 3 4.02513 3 3.51256 3.51256C3 4.02513 3 4.85008 3 6.5C3 8.14992 3 8.97487 3.51256 9.48744Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.51256 20.4874C4.02513 21 4.85008 21 6.5 21C8.14992 21 8.97487 21 9.48744 20.4874C10 19.9749 10 19.1499 10 17.5C10 15.8501 10 15.0251 9.48744 14.5126C8.97487 14 8.14992 14 6.5 14C4.85008 14 4.02513 14 3.51256 14.5126C3 15.0251 3 15.8501 3 17.5C3 19.1499 3 19.9749 3.51256 20.4874Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 4H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 20H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.51256 9.48744C4.02513 10 4.85008 10 6.5 10C8.14992 10 8.97487 10 9.48744 9.48744C10 8.97487 10 8.14992 10 6.5C10 4.85008 10 4.02513 9.48744 3.51256C8.97487 3 8.14992 3 6.5 3C4.85008 3 4.02513 3 3.51256 3.51256C3 4.02513 3 4.85008 3 6.5C3 8.14992 3 8.97487 3.51256 9.48744Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.51256 20.4874C4.02513 21 4.85008 21 6.5 21C8.14992 21 8.97487 21 9.48744 20.4874C10 19.9749 10 19.1499 10 17.5C10 15.8501 10 15.0251 9.48744 14.5126C8.97487 14 8.14992 14 6.5 14C4.85008 14 4.02513 14 3.51256 14.5126C3 15.0251 3 15.8501 3 17.5C3 19.1499 3 19.9749 3.51256 20.4874Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 4H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 20H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-paragraph-bullets-point-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 4H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 20H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226.5%22 cy%3D%226.5%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226.5%22 cy%3D%2217.5%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 4H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 20H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226.5%22 cy%3D%226.5%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226.5%22 cy%3D%2217.5%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-paragraph-spacing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 2.21387H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22.2139H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.47266 8.72276L11.2737 6.58844C11.6424 6.14691 12.2676 6.1431 12.6732 6.58844L14.4529 8.72276M11.9734 7.29841V11.6219L11.9719 17.2133M14.4727 15.789L12.6716 17.9233C12.3029 18.3648 11.6777 18.3686 11.2721 17.9233L9.4924 15.789%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 2.21387H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22.2139H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.47266 8.72276L11.2737 6.58844C11.6424 6.14691 12.2676 6.1431 12.6732 6.58844L14.4529 8.72276M11.9734 7.29841V11.6219L11.9719 17.2133M14.4727 15.789L12.6716 17.9233C12.3029 18.3648 11.6777 18.3686 11.2721 17.9233L9.4924 15.789%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-paragraph{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 3V21M15 3H10M15 3H21M10 12H7.5C5.01472 12 3 9.98528 3 7.5C3 5.01472 5.01472 3 7.5 3H10M10 12V3M10 12V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 3V21M15 3H10M15 3H21M10 12H7.5C5.01472 12 3 9.98528 3 7.5C3 5.01472 5.01472 3 7.5 3H10M10 12V3M10 12V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-pathfinder-crop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.76082 10.3157C9.92442 10.1105 10.1105 9.92442 10.3157 9.76082C11.0862 9.14637 12.1482 9.02577 13.9994 9.0021C14.4721 8.99606 14.7084 8.99303 14.8577 9.14231C15.007 9.29159 15.0039 9.52792 14.9979 10.0006C14.9743 11.8517 14.8538 12.9135 14.2393 13.684C14.0757 13.8892 13.8896 14.0753 13.6845 14.2389C12.914 14.8534 11.8519 14.9742 10.0006 14.9979C9.52793 15.004 9.29161 15.007 9.14232 14.8577C8.99303 14.7084 8.99606 14.4721 9.0021 13.9994C9.02577 12.1482 9.14637 11.0862 9.76082 10.3157Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 17.4947C9.04098 19.0437 9.19209 19.982 9.74923 20.6807C9.91282 20.8858 10.0989 21.0719 10.3041 21.2355C11.2627 22 12.6726 22 15.4924 22C18.3121 22 19.722 22 20.6807 21.2355C20.8858 21.0719 21.0719 20.8858 21.2355 20.6807C22 19.722 22 18.3121 22 15.4924C22 12.6726 22 11.2627 21.2355 10.3041C21.0719 10.0989 20.8858 9.91283 20.6807 9.74923C19.982 9.19209 19.0437 9.04098 17.4947 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C2.06547 12.8804 2.22182 13.4751 2.59527 13.9421C2.73274 14.114 2.88914 14.27 3.06153 14.4071C3.52821 14.7782 4.12216 14.9343 5 15H5.5M2 5C2.06568 4.12216 2.22181 3.52821 2.59294 3.06153C2.73003 2.88914 2.88599 2.73274 3.0579 2.59527C3.52488 2.22182 4.11965 2.06547 5 2M12 2C12.8778 2.06568 13.4718 2.22181 13.9385 2.59294C14.1109 2.73003 14.2673 2.88599 14.4047 3.0579C14.7782 3.52488 14.9345 4.11965 15 5V5.5M2 7.5L2 9.5M9.5 2L7.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.76082 10.3157C9.92442 10.1105 10.1105 9.92442 10.3157 9.76082C11.0862 9.14637 12.1482 9.02577 13.9994 9.0021C14.4721 8.99606 14.7084 8.99303 14.8577 9.14231C15.007 9.29159 15.0039 9.52792 14.9979 10.0006C14.9743 11.8517 14.8538 12.9135 14.2393 13.684C14.0757 13.8892 13.8896 14.0753 13.6845 14.2389C12.914 14.8534 11.8519 14.9742 10.0006 14.9979C9.52793 15.004 9.29161 15.007 9.14232 14.8577C8.99303 14.7084 8.99606 14.4721 9.0021 13.9994C9.02577 12.1482 9.14637 11.0862 9.76082 10.3157Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 17.4947C9.04098 19.0437 9.19209 19.982 9.74923 20.6807C9.91282 20.8858 10.0989 21.0719 10.3041 21.2355C11.2627 22 12.6726 22 15.4924 22C18.3121 22 19.722 22 20.6807 21.2355C20.8858 21.0719 21.0719 20.8858 21.2355 20.6807C22 19.722 22 18.3121 22 15.4924C22 12.6726 22 11.2627 21.2355 10.3041C21.0719 10.0989 20.8858 9.91283 20.6807 9.74923C19.982 9.19209 19.0437 9.04098 17.4947 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C2.06547 12.8804 2.22182 13.4751 2.59527 13.9421C2.73274 14.114 2.88914 14.27 3.06153 14.4071C3.52821 14.7782 4.12216 14.9343 5 15H5.5M2 5C2.06568 4.12216 2.22181 3.52821 2.59294 3.06153C2.73003 2.88914 2.88599 2.73274 3.0579 2.59527C3.52488 2.22182 4.11965 2.06547 5 2M12 2C12.8778 2.06568 13.4718 2.22181 13.9385 2.59294C14.1109 2.73003 14.2673 2.88599 14.4047 3.0579C14.7782 3.52488 14.9345 4.11965 15 5V5.5M2 7.5L2 9.5M9.5 2L7.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-pathfinder-divide{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 8.5C2 5.68353 2 4.2753 2.76359 3.31779C2.92699 3.11289 3.11289 2.92699 3.31779 2.76359C4.2753 2 5.68353 2 8.5 2C11.3165 2 12.7247 2 13.6822 2.76359C13.8871 2.92699 14.073 3.11289 14.2364 3.31779C15 4.2753 15 5.68353 15 8.5C15 11.3165 15 12.7247 14.2364 13.6822C14.073 13.8871 13.8871 14.073 13.6822 14.2364C12.7247 15 11.3165 15 8.5 15C5.68353 15 4.2753 15 3.31779 14.2364C3.11289 14.073 2.92699 13.8871 2.76359 13.6822C2 12.7247 2 11.3165 2 8.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 15.5C9 12.6835 9 11.2753 9.76359 10.3178C9.92699 10.1129 10.1129 9.92699 10.3178 9.76359C11.2753 9 12.6835 9 15.5 9C18.3165 9 19.7247 9 20.6822 9.76359C20.8871 9.92699 21.073 10.1129 21.2364 10.3178C22 11.2753 22 12.6835 22 15.5C22 18.3165 22 19.7247 21.2364 20.6822C21.073 20.8871 20.8871 21.073 20.6822 21.2364C19.7247 22 18.3165 22 15.5 22C12.6835 22 11.2753 22 10.3178 21.2364C10.1129 21.073 9.92699 20.8871 9.76359 20.6822C9 19.7247 9 18.3165 9 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 8.5C2 5.68353 2 4.2753 2.76359 3.31779C2.92699 3.11289 3.11289 2.92699 3.31779 2.76359C4.2753 2 5.68353 2 8.5 2C11.3165 2 12.7247 2 13.6822 2.76359C13.8871 2.92699 14.073 3.11289 14.2364 3.31779C15 4.2753 15 5.68353 15 8.5C15 11.3165 15 12.7247 14.2364 13.6822C14.073 13.8871 13.8871 14.073 13.6822 14.2364C12.7247 15 11.3165 15 8.5 15C5.68353 15 4.2753 15 3.31779 14.2364C3.11289 14.073 2.92699 13.8871 2.76359 13.6822C2 12.7247 2 11.3165 2 8.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 15.5C9 12.6835 9 11.2753 9.76359 10.3178C9.92699 10.1129 10.1129 9.92699 10.3178 9.76359C11.2753 9 12.6835 9 15.5 9C18.3165 9 19.7247 9 20.6822 9.76359C20.8871 9.92699 21.073 10.1129 21.2364 10.3178C22 11.2753 22 12.6835 22 15.5C22 18.3165 22 19.7247 21.2364 20.6822C21.073 20.8871 20.8871 21.073 20.6822 21.2364C19.7247 22 18.3165 22 15.5 22C12.6835 22 11.2753 22 10.3178 21.2364C10.1129 21.073 9.92699 20.8871 9.76359 20.6822C9 19.7247 9 18.3165 9 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-pathfinder-exclude{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.49915 10.7141C9.57432 10.5723 9.6607 10.4402 9.75998 10.3157C9.92357 10.1106 10.1097 9.92446 10.3148 9.76086C10.4393 9.66159 10.5714 9.5752 10.7132 9.50004M14.4992 13.286C14.424 13.4278 14.3376 13.5599 14.2383 13.6844C14.0747 13.8895 13.8886 14.0756 13.6835 14.2392C13.559 14.3385 13.4269 14.4249 13.2851 14.5M9.03008 13C9.01507 13.3054 9.00673 13.6373 9.0021 13.9994C8.99606 14.4721 8.99303 14.7084 9.14232 14.8577C9.29161 15.007 9.52793 15.004 10.0006 14.9979C10.3627 14.9933 10.6946 14.9849 11 14.9699M13 9.03008C13.3054 9.01507 13.6373 9.00673 13.9994 9.0021C14.4721 8.99606 14.7084 8.99303 14.8577 9.14231C15.007 9.29159 15.0039 9.52792 14.9979 10.0006C14.9933 10.3627 14.985 10.6946 14.9699 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 17.4947C9.04098 19.0437 9.19209 19.982 9.74923 20.6807C9.91282 20.8858 10.0989 21.0719 10.3041 21.2355C11.2627 22 12.6726 22 15.4924 22C18.3121 22 19.722 22 20.6807 21.2355C20.8858 21.0719 21.0719 20.8858 21.2355 20.6807C22 19.722 22 18.3121 22 15.4924C22 12.6726 22 11.2627 21.2355 10.3041C21.0719 10.0989 20.8858 9.91283 20.6807 9.74923C19.982 9.19209 19.0437 9.04098 17.4947 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 6.50528C14.959 4.95626 14.8079 4.01796 14.2508 3.31933C14.0872 3.11419 13.9011 2.92808 13.6959 2.76449C12.7373 2 11.3274 2 8.50763 2C5.68785 2 4.27797 2 3.31933 2.76449C3.11419 2.92808 2.92808 3.11419 2.76449 3.31933C2 4.27797 2 5.68785 2 8.50763C2 11.3274 2 12.7373 2.76449 13.6959C2.92808 13.9011 3.11419 14.0872 3.31933 14.2508C4.01796 14.8079 4.95626 14.959 6.50528 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.49915 10.7141C9.57432 10.5723 9.6607 10.4402 9.75998 10.3157C9.92357 10.1106 10.1097 9.92446 10.3148 9.76086C10.4393 9.66159 10.5714 9.5752 10.7132 9.50004M14.4992 13.286C14.424 13.4278 14.3376 13.5599 14.2383 13.6844C14.0747 13.8895 13.8886 14.0756 13.6835 14.2392C13.559 14.3385 13.4269 14.4249 13.2851 14.5M9.03008 13C9.01507 13.3054 9.00673 13.6373 9.0021 13.9994C8.99606 14.4721 8.99303 14.7084 9.14232 14.8577C9.29161 15.007 9.52793 15.004 10.0006 14.9979C10.3627 14.9933 10.6946 14.9849 11 14.9699M13 9.03008C13.3054 9.01507 13.6373 9.00673 13.9994 9.0021C14.4721 8.99606 14.7084 8.99303 14.8577 9.14231C15.007 9.29159 15.0039 9.52792 14.9979 10.0006C14.9933 10.3627 14.985 10.6946 14.9699 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 17.4947C9.04098 19.0437 9.19209 19.982 9.74923 20.6807C9.91282 20.8858 10.0989 21.0719 10.3041 21.2355C11.2627 22 12.6726 22 15.4924 22C18.3121 22 19.722 22 20.6807 21.2355C20.8858 21.0719 21.0719 20.8858 21.2355 20.6807C22 19.722 22 18.3121 22 15.4924C22 12.6726 22 11.2627 21.2355 10.3041C21.0719 10.0989 20.8858 9.91283 20.6807 9.74923C19.982 9.19209 19.0437 9.04098 17.4947 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 6.50528C14.959 4.95626 14.8079 4.01796 14.2508 3.31933C14.0872 3.11419 13.9011 2.92808 13.6959 2.76449C12.7373 2 11.3274 2 8.50763 2C5.68785 2 4.27797 2 3.31933 2.76449C3.11419 2.92808 2.92808 3.11419 2.76449 3.31933C2 4.27797 2 5.68785 2 8.50763C2 11.3274 2 12.7373 2.76449 13.6959C2.92808 13.9011 3.11419 14.0872 3.31933 14.2508C4.01796 14.8079 4.95626 14.959 6.50528 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-pathfinder-intersect{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.76082 10.3157C9.92442 10.1105 10.1105 9.92442 10.3157 9.76082C11.0862 9.14637 12.1482 9.02577 13.9994 9.0021C14.4721 8.99606 14.7084 8.99303 14.8577 9.14231C15.007 9.29159 15.0039 9.52792 14.9979 10.0006C14.9743 11.8517 14.8538 12.9135 14.2393 13.684C14.0757 13.8892 13.8896 14.0753 13.6845 14.2389C12.914 14.8534 11.8519 14.9742 10.0006 14.9979C9.52793 15.004 9.29161 15.007 9.14232 14.8577C8.99303 14.7084 8.99606 14.4721 9.0021 13.9994C9.02577 12.1482 9.14637 11.0862 9.76082 10.3157Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 14.5V16.5M16.5 22H14.5M22 12C21.9345 11.1196 21.7782 10.5249 21.4047 10.0579C21.2673 9.88599 21.1109 9.73003 20.9385 9.59294C20.4718 9.22181 19.8778 9.06568 19 9H18.5M22 19C21.9343 19.8778 21.7782 20.4718 21.4071 20.9385C21.27 21.1109 21.114 21.2673 20.9421 21.4047C20.4751 21.7782 19.8804 21.9345 19 22M12 22C11.1222 21.9343 10.5282 21.7782 10.0615 21.4071C9.88914 21.27 9.73274 21.114 9.59527 20.9421C9.22182 20.4751 9.06547 19.8804 9 19L9 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C2.06547 12.8804 2.22182 13.4751 2.59527 13.9421C2.73274 14.114 2.88914 14.27 3.06153 14.4071C3.52821 14.7782 4.12216 14.9343 5 15H5.5M2 5C2.06568 4.12216 2.22181 3.52821 2.59294 3.06153C2.73003 2.88914 2.88599 2.73274 3.0579 2.59527C3.52488 2.22182 4.11965 2.06547 5 2M12 2C12.8778 2.06568 13.4718 2.22181 13.9385 2.59294C14.1109 2.73003 14.2673 2.88599 14.4047 3.0579C14.7782 3.52488 14.9345 4.11965 15 5V5.5M2 7.5L2 9.5M9.5 2L7.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.76082 10.3157C9.92442 10.1105 10.1105 9.92442 10.3157 9.76082C11.0862 9.14637 12.1482 9.02577 13.9994 9.0021C14.4721 8.99606 14.7084 8.99303 14.8577 9.14231C15.007 9.29159 15.0039 9.52792 14.9979 10.0006C14.9743 11.8517 14.8538 12.9135 14.2393 13.684C14.0757 13.8892 13.8896 14.0753 13.6845 14.2389C12.914 14.8534 11.8519 14.9742 10.0006 14.9979C9.52793 15.004 9.29161 15.007 9.14232 14.8577C8.99303 14.7084 8.99606 14.4721 9.0021 13.9994C9.02577 12.1482 9.14637 11.0862 9.76082 10.3157Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 14.5V16.5M16.5 22H14.5M22 12C21.9345 11.1196 21.7782 10.5249 21.4047 10.0579C21.2673 9.88599 21.1109 9.73003 20.9385 9.59294C20.4718 9.22181 19.8778 9.06568 19 9H18.5M22 19C21.9343 19.8778 21.7782 20.4718 21.4071 20.9385C21.27 21.1109 21.114 21.2673 20.9421 21.4047C20.4751 21.7782 19.8804 21.9345 19 22M12 22C11.1222 21.9343 10.5282 21.7782 10.0615 21.4071C9.88914 21.27 9.73274 21.114 9.59527 20.9421C9.22182 20.4751 9.06547 19.8804 9 19L9 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C2.06547 12.8804 2.22182 13.4751 2.59527 13.9421C2.73274 14.114 2.88914 14.27 3.06153 14.4071C3.52821 14.7782 4.12216 14.9343 5 15H5.5M2 5C2.06568 4.12216 2.22181 3.52821 2.59294 3.06153C2.73003 2.88914 2.88599 2.73274 3.0579 2.59527C3.52488 2.22182 4.11965 2.06547 5 2M12 2C12.8778 2.06568 13.4718 2.22181 13.9385 2.59294C14.1109 2.73003 14.2673 2.88599 14.4047 3.0579C14.7782 3.52488 14.9345 4.11965 15 5V5.5M2 7.5L2 9.5M9.5 2L7.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-pathfinder-merge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.31779 14.2364C4.2753 15 5.68353 15 8.5 15C8.77606 15 9 15.2239 9 15.5C9 18.3165 9 19.7247 9.76359 20.6822C9.92699 20.8871 10.1129 21.073 10.3178 21.2364C11.2753 22 12.6835 22 15.5 22C18.3165 22 19.7247 22 20.6822 21.2364C20.8871 21.073 21.073 20.8871 21.2364 20.6822C22 19.7247 22 18.3165 22 15.5C22 12.6835 22 11.2753 21.2364 10.3178C21.073 10.1129 20.8871 9.92699 20.6822 9.76359C19.7247 9 18.3165 9 15.5 9C15.224 9 15 8.77597 15 8.5C15 5.68353 15 4.2753 14.2364 3.31779C14.073 3.11289 13.8871 2.92699 13.6822 2.76359C12.7247 2 11.3165 2 8.5 2C5.68353 2 4.2753 2 3.31779 2.76359C3.11289 2.92699 2.92699 3.11289 2.76359 3.31779C2 4.2753 2 5.68353 2 8.5C2 11.3165 2 12.7247 2.76359 13.6822C2.92699 13.8871 3.11289 14.073 3.31779 14.2364Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.31779 14.2364C4.2753 15 5.68353 15 8.5 15C8.77606 15 9 15.2239 9 15.5C9 18.3165 9 19.7247 9.76359 20.6822C9.92699 20.8871 10.1129 21.073 10.3178 21.2364C11.2753 22 12.6835 22 15.5 22C18.3165 22 19.7247 22 20.6822 21.2364C20.8871 21.073 21.073 20.8871 21.2364 20.6822C22 19.7247 22 18.3165 22 15.5C22 12.6835 22 11.2753 21.2364 10.3178C21.073 10.1129 20.8871 9.92699 20.6822 9.76359C19.7247 9 18.3165 9 15.5 9C15.224 9 15 8.77597 15 8.5C15 5.68353 15 4.2753 14.2364 3.31779C14.073 3.11289 13.8871 2.92699 13.6822 2.76359C12.7247 2 11.3165 2 8.5 2C5.68353 2 4.2753 2 3.31779 2.76359C3.11289 2.92699 2.92699 3.11289 2.76359 3.31779C2 4.2753 2 5.68353 2 8.5C2 11.3165 2 12.7247 2.76359 13.6822C2.92699 13.8871 3.11289 14.073 3.31779 14.2364Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-pathfinder-minus-back{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 9.00017C15.1616 9 15.3282 9 15.5 9C18.3165 9 19.7247 9 20.6822 9.76359C20.8871 9.92699 21.073 10.1129 21.2364 10.3178C22 11.2753 22 12.6835 22 15.5C22 18.3165 22 19.7247 21.2364 20.6822C21.073 20.8871 20.8871 21.073 20.6822 21.2364C19.7247 22 18.3165 22 15.5 22C12.6835 22 11.2753 22 10.3178 21.2364C10.1129 21.073 9.92699 20.8871 9.76359 20.6822C9 19.7247 9 18.3165 9 15.5C9 15.3282 9 15.1616 9.00017 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9.00017C14.9973 11.4868 14.9536 12.7833 14.2366 13.6824C14.0732 13.8873 13.8873 14.0732 13.6824 14.2366C12.7833 14.9536 11.4868 14.9973 9.00017 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9.5L2 7.5M7.5 2L9.5 2M2 12C2.06547 12.8804 2.22182 13.4751 2.59527 13.9421C2.73274 14.114 2.88914 14.27 3.06153 14.4071C3.52821 14.7782 4.12216 14.9343 5 15L5.5 15M2 5C2.06568 4.12216 2.22181 3.52821 2.59294 3.06153C2.73003 2.88914 2.88599 2.73274 3.0579 2.59527C3.52488 2.22182 4.11965 2.06546 5 2M12 2C12.8778 2.06568 13.4718 2.22181 13.9385 2.59294C14.1109 2.73003 14.2673 2.88599 14.4047 3.0579C14.7782 3.52488 14.9345 4.11965 15 5L15 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 9.00017C15.1616 9 15.3282 9 15.5 9C18.3165 9 19.7247 9 20.6822 9.76359C20.8871 9.92699 21.073 10.1129 21.2364 10.3178C22 11.2753 22 12.6835 22 15.5C22 18.3165 22 19.7247 21.2364 20.6822C21.073 20.8871 20.8871 21.073 20.6822 21.2364C19.7247 22 18.3165 22 15.5 22C12.6835 22 11.2753 22 10.3178 21.2364C10.1129 21.073 9.92699 20.8871 9.76359 20.6822C9 19.7247 9 18.3165 9 15.5C9 15.3282 9 15.1616 9.00017 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9.00017C14.9973 11.4868 14.9536 12.7833 14.2366 13.6824C14.0732 13.8873 13.8873 14.0732 13.6824 14.2366C12.7833 14.9536 11.4868 14.9973 9.00017 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9.5L2 7.5M7.5 2L9.5 2M2 12C2.06547 12.8804 2.22182 13.4751 2.59527 13.9421C2.73274 14.114 2.88914 14.27 3.06153 14.4071C3.52821 14.7782 4.12216 14.9343 5 15L5.5 15M2 5C2.06568 4.12216 2.22181 3.52821 2.59294 3.06153C2.73003 2.88914 2.88599 2.73274 3.0579 2.59527C3.52488 2.22182 4.11965 2.06546 5 2M12 2C12.8778 2.06568 13.4718 2.22181 13.9385 2.59294C14.1109 2.73003 14.2673 2.88599 14.4047 3.0579C14.7782 3.52488 14.9345 4.11965 15 5L15 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-pathfinder-minus-front{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 14.9998C8.83843 15 8.67184 15 8.5 15C5.68353 15 4.2753 15 3.31779 14.2364C3.11289 14.073 2.92699 13.8871 2.76359 13.6822C2 12.7247 2 11.3165 2 8.5C2 5.68353 2 4.2753 2.76359 3.31779C2.92699 3.11289 3.11289 2.92699 3.31779 2.76359C4.2753 2 5.68353 2 8.5 2C11.3165 2 12.7247 2 13.6822 2.76359C13.8871 2.92699 14.073 3.11289 14.2364 3.31779C15 4.2753 15 5.68353 15 8.5C15 8.67184 15 8.83843 14.9998 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 14.9998C9.00267 12.5132 9.04641 11.2167 9.76342 10.3176C9.92682 10.1127 10.1127 9.92682 10.3176 9.76342C11.2167 9.04641 12.5132 9.00267 14.9998 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 14.5V16.5M16.5 22H14.5M22 12C21.9345 11.1196 21.7782 10.5249 21.4047 10.0579C21.2673 9.88599 21.1109 9.73003 20.9385 9.59294C20.4718 9.22181 19.8778 9.06568 19 9H18.5M22 19C21.9343 19.8778 21.7782 20.4718 21.4071 20.9385C21.27 21.1109 21.114 21.2673 20.9421 21.4047C20.4751 21.7782 19.8804 21.9345 19 22M12 22C11.1222 21.9343 10.5282 21.7782 10.0615 21.4071C9.88914 21.27 9.73274 21.114 9.59527 20.9421C9.22182 20.4751 9.06547 19.8804 9 19L9 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 14.9998C8.83843 15 8.67184 15 8.5 15C5.68353 15 4.2753 15 3.31779 14.2364C3.11289 14.073 2.92699 13.8871 2.76359 13.6822C2 12.7247 2 11.3165 2 8.5C2 5.68353 2 4.2753 2.76359 3.31779C2.92699 3.11289 3.11289 2.92699 3.31779 2.76359C4.2753 2 5.68353 2 8.5 2C11.3165 2 12.7247 2 13.6822 2.76359C13.8871 2.92699 14.073 3.11289 14.2364 3.31779C15 4.2753 15 5.68353 15 8.5C15 8.67184 15 8.83843 14.9998 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 14.9998C9.00267 12.5132 9.04641 11.2167 9.76342 10.3176C9.92682 10.1127 10.1127 9.92682 10.3176 9.76342C11.2167 9.04641 12.5132 9.00267 14.9998 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 14.5V16.5M16.5 22H14.5M22 12C21.9345 11.1196 21.7782 10.5249 21.4047 10.0579C21.2673 9.88599 21.1109 9.73003 20.9385 9.59294C20.4718 9.22181 19.8778 9.06568 19 9H18.5M22 19C21.9343 19.8778 21.7782 20.4718 21.4071 20.9385C21.27 21.1109 21.114 21.2673 20.9421 21.4047C20.4751 21.7782 19.8804 21.9345 19 22M12 22C11.1222 21.9343 10.5282 21.7782 10.0615 21.4071C9.88914 21.27 9.73274 21.114 9.59527 20.9421C9.22182 20.4751 9.06547 19.8804 9 19L9 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-pathfinder-outline{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.02599 12.996C9.08766 11.7402 9.26219 10.9321 9.75623 10.3126C9.91971 10.1076 10.1057 9.92166 10.3107 9.75819C10.9302 9.26415 11.7383 9.08961 12.9941 9.02795M16.9958 9C18.8475 9.02356 19.9094 9.14388 20.6797 9.75819C20.8847 9.92166 21.0706 10.1076 21.2341 10.3126C21.998 11.2706 21.998 12.6794 21.998 15.4971C21.998 18.3148 21.998 19.7237 21.2341 20.6816C21.0706 20.8866 20.8847 21.0726 20.6797 21.2361C19.7217 22 18.3129 22 15.4952 22C12.6775 22 11.2686 22 10.3107 21.2361C10.1057 21.0726 9.91971 20.8866 9.75623 20.6816C9.14193 19.9113 9.02161 18.8494 8.99805 16.9978%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9721 11.004C14.9104 12.2598 14.7359 13.0679 14.2418 13.6874C14.0783 13.8924 13.8924 14.0783 13.6874 14.2418C13.0679 14.7359 12.2598 14.9104 11.004 14.9721M7.00221 15C5.15059 14.9764 4.08869 14.8561 3.31837 14.2418C3.11338 14.0783 2.9274 13.8924 2.76393 13.6874C2 12.7294 2 11.3206 2 8.50287C2 5.68516 2 4.2763 2.76393 3.31837C2.9274 3.11338 3.11338 2.9274 3.31837 2.76393C4.2763 2 5.68516 2 8.50287 2C11.3206 2 12.7294 2 13.6874 2.76393C13.8924 2.9274 14.0783 3.11338 14.2418 3.31837C14.8561 4.08869 14.9764 5.15059 15 7.00221%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.02599 12.996C9.08766 11.7402 9.26219 10.9321 9.75623 10.3126C9.91971 10.1076 10.1057 9.92166 10.3107 9.75819C10.9302 9.26415 11.7383 9.08961 12.9941 9.02795M16.9958 9C18.8475 9.02356 19.9094 9.14388 20.6797 9.75819C20.8847 9.92166 21.0706 10.1076 21.2341 10.3126C21.998 11.2706 21.998 12.6794 21.998 15.4971C21.998 18.3148 21.998 19.7237 21.2341 20.6816C21.0706 20.8866 20.8847 21.0726 20.6797 21.2361C19.7217 22 18.3129 22 15.4952 22C12.6775 22 11.2686 22 10.3107 21.2361C10.1057 21.0726 9.91971 20.8866 9.75623 20.6816C9.14193 19.9113 9.02161 18.8494 8.99805 16.9978%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9721 11.004C14.9104 12.2598 14.7359 13.0679 14.2418 13.6874C14.0783 13.8924 13.8924 14.0783 13.6874 14.2418C13.0679 14.7359 12.2598 14.9104 11.004 14.9721M7.00221 15C5.15059 14.9764 4.08869 14.8561 3.31837 14.2418C3.11338 14.0783 2.9274 13.8924 2.76393 13.6874C2 12.7294 2 11.3206 2 8.50287C2 5.68516 2 4.2763 2.76393 3.31837C2.9274 3.11338 3.11338 2.9274 3.31837 2.76393C4.2763 2 5.68516 2 8.50287 2C11.3206 2 12.7294 2 13.6874 2.76393C13.8924 2.9274 14.0783 3.11338 14.2418 3.31837C14.8561 4.08869 14.9764 5.15059 15 7.00221%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-pathfinder-trim{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 15C5.68353 15 4.2753 15 3.31779 14.2364C3.11289 14.073 2.92699 13.8871 2.76359 13.6822C2 12.7247 2 11.3165 2 8.5C2 5.68353 2 4.2753 2.76359 3.31779C2.92699 3.11289 3.11289 2.92699 3.31779 2.76359C4.2753 2 5.68353 2 8.5 2C11.3165 2 12.7247 2 13.6822 2.76359C13.8871 2.92699 14.073 3.11289 14.2364 3.31779C15 4.2753 15 5.68353 15 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 15.5C9 12.6835 9 11.2753 9.76359 10.3178C9.92699 10.1129 10.1129 9.92699 10.3178 9.76359C11.2753 9 12.6835 9 15.5 9C18.3165 9 19.7247 9 20.6822 9.76359C20.8871 9.92699 21.073 10.1129 21.2364 10.3178C22 11.2753 22 12.6835 22 15.5C22 18.3165 22 19.7247 21.2364 20.6822C21.073 20.8871 20.8871 21.073 20.6822 21.2364C19.7247 22 18.3165 22 15.5 22C12.6835 22 11.2753 22 10.3178 21.2364C10.1129 21.073 9.92699 20.8871 9.76359 20.6822C9 19.7247 9 18.3165 9 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 15C5.68353 15 4.2753 15 3.31779 14.2364C3.11289 14.073 2.92699 13.8871 2.76359 13.6822C2 12.7247 2 11.3165 2 8.5C2 5.68353 2 4.2753 2.76359 3.31779C2.92699 3.11289 3.11289 2.92699 3.31779 2.76359C4.2753 2 5.68353 2 8.5 2C11.3165 2 12.7247 2 13.6822 2.76359C13.8871 2.92699 14.073 3.11289 14.2364 3.31779C15 4.2753 15 5.68353 15 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 15.5C9 12.6835 9 11.2753 9.76359 10.3178C9.92699 10.1129 10.1129 9.92699 10.3178 9.76359C11.2753 9 12.6835 9 15.5 9C18.3165 9 19.7247 9 20.6822 9.76359C20.8871 9.92699 21.073 10.1129 21.2364 10.3178C22 11.2753 22 12.6835 22 15.5C22 18.3165 22 19.7247 21.2364 20.6822C21.073 20.8871 20.8871 21.073 20.6822 21.2364C19.7247 22 18.3165 22 15.5 22C12.6835 22 11.2753 22 10.3178 21.2364C10.1129 21.073 9.92699 20.8871 9.76359 20.6822C9 19.7247 9 18.3165 9 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-pathfinder-unite{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.31779 14.2364C4.2753 15 5.68353 15 8.5 15C8.77614 15 9 15.2239 9 15.5C9 18.3165 9 19.7247 9.76359 20.6822C9.92699 20.8871 10.1129 21.073 10.3178 21.2364C11.2753 22 12.6835 22 15.5 22C18.3165 22 19.7247 22 20.6822 21.2364C20.8871 21.073 21.073 20.8871 21.2364 20.6822C22 19.7247 22 18.3165 22 15.5C22 12.6835 22 11.2753 21.2364 10.3178C21.073 10.1129 20.8871 9.92699 20.6822 9.76359C19.7247 9 18.3165 9 15.5 9C15.2239 9 15 8.77614 15 8.5C15 5.68353 15 4.2753 14.2364 3.31779C14.073 3.11289 13.8871 2.92699 13.6822 2.76359C12.7247 2 11.3165 2 8.5 2C5.68353 2 4.2753 2 3.31779 2.76359C3.11289 2.92699 2.92699 3.11289 2.76359 3.31779C2 4.2753 2 5.68353 2 8.5C2 11.3165 2 12.7247 2.76359 13.6822C2.92699 13.8871 3.11289 14.073 3.31779 14.2364Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.31779 14.2364C4.2753 15 5.68353 15 8.5 15C8.77614 15 9 15.2239 9 15.5C9 18.3165 9 19.7247 9.76359 20.6822C9.92699 20.8871 10.1129 21.073 10.3178 21.2364C11.2753 22 12.6835 22 15.5 22C18.3165 22 19.7247 22 20.6822 21.2364C20.8871 21.073 21.073 20.8871 21.2364 20.6822C22 19.7247 22 18.3165 22 15.5C22 12.6835 22 11.2753 21.2364 10.3178C21.073 10.1129 20.8871 9.92699 20.6822 9.76359C19.7247 9 18.3165 9 15.5 9C15.2239 9 15 8.77614 15 8.5C15 5.68353 15 4.2753 14.2364 3.31779C14.073 3.11289 13.8871 2.92699 13.6822 2.76359C12.7247 2 11.3165 2 8.5 2C5.68353 2 4.2753 2 3.31779 2.76359C3.11289 2.92699 2.92699 3.11289 2.76359 3.31779C2 4.2753 2 5.68353 2 8.5C2 11.3165 2 12.7247 2.76359 13.6822C2.92699 13.8871 3.11289 14.073 3.31779 14.2364Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-pen-tool-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 20.5L7.90613 15.227C8.19164 14.1564 8.33439 13.621 8.73856 13.3105C9.14274 13 9.69677 13 10.8048 13H13.1952C14.3032 13 14.8573 13 15.2614 13.3105C15.6656 13.621 15.8084 14.1564 16.0939 15.227L17.5 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 13L11.0769 9.36095C11.4701 8.45365 11.6667 8 12 8C12.3333 8 12.5299 8.45365 12.9231 9.36095L14.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 20.5L7.90613 15.227C8.19164 14.1564 8.33439 13.621 8.73856 13.3105C9.14274 13 9.69677 13 10.8048 13H13.1952C14.3032 13 14.8573 13 15.2614 13.3105C15.6656 13.621 15.8084 14.1564 16.0939 15.227L17.5 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 13L11.0769 9.36095C11.4701 8.45365 11.6667 8 12 8C12.3333 8 12.5299 8.45365 12.9231 9.36095L14.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-pen-tool-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.4215 7C16.6828 5.81796 17.5116 3.8044 16.5398 2.73202C15.8765 2 14.6288 2 12.1335 2L11.8665 2C9.37118 2 8.12353 2 7.46018 2.73202C6.4884 3.80441 7.31722 5.81796 7.57854 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0068 14.6526L13.7868 20.3584C12.9774 21.4528 12.5726 22 12 22C11.4274 22 11.0227 21.4528 10.2132 20.3584L5.99325 14.6526C5.31656 13.7377 4.97821 13.2802 5.00109 12.7927C5.02396 12.3052 5.47593 11.7946 6.37986 10.7732C7.25108 9.78884 7.57854 8.76948 7.57854 7.00045L16.4215 7C16.4215 8.76902 16.7493 9.78857 17.6203 10.7731C18.5242 11.7947 18.9761 12.3054 18.9989 12.7929C19.0217 13.2803 18.6834 13.7377 18.0068 14.6526Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 14C13.0587 14.318 12.5464 14.5 12 14.5M12 14.5C11.4536 14.5 10.9413 14.318 10.5 14M12 14.5L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.4215 7C16.6828 5.81796 17.5116 3.8044 16.5398 2.73202C15.8765 2 14.6288 2 12.1335 2L11.8665 2C9.37118 2 8.12353 2 7.46018 2.73202C6.4884 3.80441 7.31722 5.81796 7.57854 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0068 14.6526L13.7868 20.3584C12.9774 21.4528 12.5726 22 12 22C11.4274 22 11.0227 21.4528 10.2132 20.3584L5.99325 14.6526C5.31656 13.7377 4.97821 13.2802 5.00109 12.7927C5.02396 12.3052 5.47593 11.7946 6.37986 10.7732C7.25108 9.78884 7.57854 8.76948 7.57854 7.00045L16.4215 7C16.4215 8.76902 16.7493 9.78857 17.6203 10.7731C18.5242 11.7947 18.9761 12.3054 18.9989 12.7929C19.0217 13.2803 18.6834 13.7377 18.0068 14.6526Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 14C13.0587 14.318 12.5464 14.5 12 14.5M12 14.5C11.4536 14.5 10.9413 14.318 10.5 14M12 14.5L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-pen-tool-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2852 19.3647L5.82243 20.7506C4.39103 21.0164 3.67534 21.1493 3.26303 20.737C2.85072 20.3246 2.98362 19.6089 3.24943 18.1774L4.63523 10.7143C4.85745 9.51762 4.96856 8.91925 5.36302 8.5577C5.75749 8.19616 6.47889 8.1256 7.9217 7.98448C9.31227 7.84847 10.6283 7.37177 12 6L18 12.0005C16.6283 13.3723 16.1513 14.6874 16.0151 16.0781C15.8738 17.5211 15.8031 18.2426 15.4416 18.637C15.0801 19.0314 14.4818 19.1425 13.2852 19.3647Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15.2105C10.4405 15.1197 9.92895 14.8763 9.52632 14.4737M9.52632 14.4737C9.12368 14.0711 8.8803 13.5595 8.78947 13M9.52632 14.4737L4 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6C12.7123 4.9491 13.6771 3.1812 15.1065 3.01098C16.0822 2.89479 16.8906 3.70312 18.5072 5.31978L18.6802 5.49277C20.2969 7.10944 21.1052 7.91777 20.989 8.8935C20.8188 10.3229 19.0509 11.2877 18 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2852 19.3647L5.82243 20.7506C4.39103 21.0164 3.67534 21.1493 3.26303 20.737C2.85072 20.3246 2.98362 19.6089 3.24943 18.1774L4.63523 10.7143C4.85745 9.51762 4.96856 8.91925 5.36302 8.5577C5.75749 8.19616 6.47889 8.1256 7.9217 7.98448C9.31227 7.84847 10.6283 7.37177 12 6L18 12.0005C16.6283 13.3723 16.1513 14.6874 16.0151 16.0781C15.8738 17.5211 15.8031 18.2426 15.4416 18.637C15.0801 19.0314 14.4818 19.1425 13.2852 19.3647Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15.2105C10.4405 15.1197 9.92895 14.8763 9.52632 14.4737M9.52632 14.4737C9.12368 14.0711 8.8803 13.5595 8.78947 13M9.52632 14.4737L4 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6C12.7123 4.9491 13.6771 3.1812 15.1065 3.01098C16.0822 2.89479 16.8906 3.70312 18.5072 5.31978L18.6802 5.49277C20.2969 7.10944 21.1052 7.91777 20.989 8.8935C20.8188 10.3229 19.0509 11.2877 18 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-pen-tool-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5995 20.4737L7.63427 21.7672C6.2983 22.0153 5.63031 22.1393 5.24549 21.7545C4.86067 21.3697 4.98471 20.7016 5.2328 19.3656L6.52621 12.4001C6.73362 11.2831 6.83732 10.7246 7.20549 10.3872C7.57365 10.0497 8.24697 9.98389 9.59359 9.85218C10.8915 9.72524 12.1197 9.28032 13.4 8L19 13.6005C17.7197 14.8808 17.2746 16.1083 17.1474 17.4062C17.0155 18.753 16.9495 19.4264 16.6121 19.7945C16.2747 20.1626 15.7163 20.2663 14.5995 20.4737Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16.2105C12.4405 16.1197 11.9289 15.8763 11.5263 15.4737M11.5263 15.4737C11.1237 15.0711 10.8803 14.5595 10.7895 14M11.5263 15.4737L6 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 8C14.1332 7.06586 15.4907 5.16107 16.7613 5.00976C17.6287 4.90648 18.3472 5.62499 19.7842 7.06202L19.938 7.2158C21.375 8.65283 22.0935 9.37135 21.9902 10.2387C21.8389 11.5092 19.9341 12.8668 19 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 8L5 2M2 5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5995 20.4737L7.63427 21.7672C6.2983 22.0153 5.63031 22.1393 5.24549 21.7545C4.86067 21.3697 4.98471 20.7016 5.2328 19.3656L6.52621 12.4001C6.73362 11.2831 6.83732 10.7246 7.20549 10.3872C7.57365 10.0497 8.24697 9.98389 9.59359 9.85218C10.8915 9.72524 12.1197 9.28032 13.4 8L19 13.6005C17.7197 14.8808 17.2746 16.1083 17.1474 17.4062C17.0155 18.753 16.9495 19.4264 16.6121 19.7945C16.2747 20.1626 15.7163 20.2663 14.5995 20.4737Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16.2105C12.4405 16.1197 11.9289 15.8763 11.5263 15.4737M11.5263 15.4737C11.1237 15.0711 10.8803 14.5595 10.7895 14M11.5263 15.4737L6 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 8C14.1332 7.06586 15.4907 5.16107 16.7613 5.00976C17.6287 4.90648 18.3472 5.62499 19.7842 7.06202L19.938 7.2158C21.375 8.65283 22.0935 9.37135 21.9902 10.2387C21.8389 11.5092 19.9341 12.8668 19 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 8L5 2M2 5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-pen-tool-minus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5995 18.9737L7.63427 20.2672C6.2983 20.5153 5.63031 20.6393 5.24549 20.2545C4.86067 19.8697 4.98471 19.2016 5.2328 17.8656L6.52621 10.9001C6.73362 9.78311 6.83732 9.22463 7.20549 8.88719C7.57365 8.54975 8.24697 8.48389 9.59359 8.35218C10.8915 8.22524 12.1197 7.78032 13.4 6.5L19 12.1005C17.7197 13.3808 17.2746 14.6083 17.1474 15.9062C17.0155 17.253 16.9495 17.9264 16.6121 18.2945C16.2747 18.6626 15.7163 18.7663 14.5995 18.9737Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 14.7105C12.4405 14.6197 11.9289 14.3763 11.5263 13.9737M11.5263 13.9737C11.1237 13.5711 10.8803 13.0595 10.7895 12.5M11.5263 13.9737L6 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 6.5C14.1332 5.56586 15.4907 3.66107 16.7613 3.50976C17.6287 3.40648 18.3472 4.12499 19.7842 5.56202L19.938 5.7158C21.375 7.15283 22.0935 7.87135 21.9902 8.73867C21.8389 10.0092 19.9341 11.3668 19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 3.5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5995 18.9737L7.63427 20.2672C6.2983 20.5153 5.63031 20.6393 5.24549 20.2545C4.86067 19.8697 4.98471 19.2016 5.2328 17.8656L6.52621 10.9001C6.73362 9.78311 6.83732 9.22463 7.20549 8.88719C7.57365 8.54975 8.24697 8.48389 9.59359 8.35218C10.8915 8.22524 12.1197 7.78032 13.4 6.5L19 12.1005C17.7197 13.3808 17.2746 14.6083 17.1474 15.9062C17.0155 17.253 16.9495 17.9264 16.6121 18.2945C16.2747 18.6626 15.7163 18.7663 14.5995 18.9737Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 14.7105C12.4405 14.6197 11.9289 14.3763 11.5263 13.9737M11.5263 13.9737C11.1237 13.5711 10.8803 13.0595 10.7895 12.5M11.5263 13.9737L6 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 6.5C14.1332 5.56586 15.4907 3.66107 16.7613 3.50976C17.6287 3.40648 18.3472 4.12499 19.7842 5.56202L19.938 5.7158C21.375 7.15283 22.0935 7.87135 21.9902 8.73867C21.8389 10.0092 19.9341 11.3668 19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 3.5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-pencil-edit-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.2141 5.98239L16.6158 4.58063C17.39 3.80646 18.6452 3.80646 19.4194 4.58063C20.1935 5.3548 20.1935 6.60998 19.4194 7.38415L18.0176 8.78591M15.2141 5.98239L6.98023 14.2163C5.93493 15.2616 5.41226 15.7842 5.05637 16.4211C4.70047 17.058 4.3424 18.5619 4 20C5.43809 19.6576 6.94199 19.2995 7.57889 18.9436C8.21579 18.5877 8.73844 18.0651 9.78375 17.0198L18.0176 8.78591M15.2141 5.98239L18.0176 8.78591%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 20H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.2141 5.98239L16.6158 4.58063C17.39 3.80646 18.6452 3.80646 19.4194 4.58063C20.1935 5.3548 20.1935 6.60998 19.4194 7.38415L18.0176 8.78591M15.2141 5.98239L6.98023 14.2163C5.93493 15.2616 5.41226 15.7842 5.05637 16.4211C4.70047 17.058 4.3424 18.5619 4 20C5.43809 19.6576 6.94199 19.2995 7.57889 18.9436C8.21579 18.5877 8.73844 18.0651 9.78375 17.0198L18.0176 8.78591M15.2141 5.98239L18.0176 8.78591%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 20H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-pencil-edit-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.2141 4.98239L17.6158 3.58063C18.39 2.80646 19.6452 2.80646 20.4194 3.58063C21.1935 4.3548 21.1935 5.60998 20.4194 6.38415L19.0176 7.78591M16.2141 4.98239L10.9802 10.2163C9.93493 11.2616 9.41226 11.7842 9.05637 12.4211C8.70047 13.058 8.3424 14.5619 8 16C9.43809 15.6576 10.942 15.2995 11.5789 14.9436C12.2158 14.5877 12.7384 14.0651 13.7837 13.0198L19.0176 7.78591M16.2141 4.98239L19.0176 7.78591%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 16.2426 21 18.364 19.682 19.682C18.364 21 16.2426 21 12 21C7.75736 21 5.63604 21 4.31802 19.682C3 18.364 3 16.2426 3 12C3 7.75736 3 5.63604 4.31802 4.31802C5.63604 3 7.75736 3 12 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.2141 4.98239L17.6158 3.58063C18.39 2.80646 19.6452 2.80646 20.4194 3.58063C21.1935 4.3548 21.1935 5.60998 20.4194 6.38415L19.0176 7.78591M16.2141 4.98239L10.9802 10.2163C9.93493 11.2616 9.41226 11.7842 9.05637 12.4211C8.70047 13.058 8.3424 14.5619 8 16C9.43809 15.6576 10.942 15.2995 11.5789 14.9436C12.2158 14.5877 12.7384 14.0651 13.7837 13.0198L19.0176 7.78591M16.2141 4.98239L19.0176 7.78591%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 16.2426 21 18.364 19.682 19.682C18.364 21 16.2426 21 12 21C7.75736 21 5.63604 21 4.31802 19.682C3 18.364 3 16.2426 3 12C3 7.75736 3 5.63604 4.31802 4.31802C5.63604 3 7.75736 3 12 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-perspective{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 11.9999C4.5 9.51223 4.5 8.2684 5.17206 7.38465C5.24545 7.28814 5.32409 7.19589 5.40762 7.10833C6.17248 6.30646 7.38276 6.13056 9.8033 5.77875L12.1623 5.43589C15.5764 4.93968 17.2834 4.69157 18.3917 5.6695C19.5 6.64743 19.5 8.4018 19.5 11.9106V12.0892C19.5 15.598 19.5 17.3523 18.3917 18.3303C17.2834 19.3082 15.5764 19.0601 12.1623 18.5639L9.80329 18.221C7.38275 17.8692 6.17248 17.6933 5.40762 16.8914C5.32409 16.8039 5.24545 16.7116 5.17206 16.6151C4.5 15.7314 4.5 14.4875 4.5 11.9999Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 2M2 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 11.9999C4.5 9.51223 4.5 8.2684 5.17206 7.38465C5.24545 7.28814 5.32409 7.19589 5.40762 7.10833C6.17248 6.30646 7.38276 6.13056 9.8033 5.77875L12.1623 5.43589C15.5764 4.93968 17.2834 4.69157 18.3917 5.6695C19.5 6.64743 19.5 8.4018 19.5 11.9106V12.0892C19.5 15.598 19.5 17.3523 18.3917 18.3303C17.2834 19.3082 15.5764 19.0601 12.1623 18.5639L9.80329 18.221C7.38275 17.8692 6.17248 17.6933 5.40762 16.8914C5.32409 16.8039 5.24545 16.7116 5.17206 16.6151C4.5 15.7314 4.5 14.4875 4.5 11.9999Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 2M2 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-picture-in-picture-exit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 20.2139H10C6.22876 20.2139 4.34315 20.2139 3.17157 19.0423C2 17.8708 2 15.9851 2 12.2139C2 8.44263 2 6.55702 3.17157 5.38544C4.34315 4.21387 6.22876 4.21387 10 4.21387H14C17.7712 4.21387 19.6569 4.21387 20.8284 5.38544C21.947 6.50405 21.9976 8.27361 21.9999 11.7139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 14.2139H15.5C14.6716 14.2139 14 14.8854 14 15.7139V18.7139C14 19.5423 14.6716 20.2139 15.5 20.2139H20.5C21.3284 20.2139 22 19.5423 22 18.7139V15.7139C22 14.8854 21.3284 14.2139 20.5 14.2139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.00391 11.7148L6.00391 9.21484C5.95641 8.64044 6.40047 8.19102 7.00391 8.21484L9.50391 8.21484M11.0039 13.2148L7.00391 9.21484%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 20.2139H10C6.22876 20.2139 4.34315 20.2139 3.17157 19.0423C2 17.8708 2 15.9851 2 12.2139C2 8.44263 2 6.55702 3.17157 5.38544C4.34315 4.21387 6.22876 4.21387 10 4.21387H14C17.7712 4.21387 19.6569 4.21387 20.8284 5.38544C21.947 6.50405 21.9976 8.27361 21.9999 11.7139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 14.2139H15.5C14.6716 14.2139 14 14.8854 14 15.7139V18.7139C14 19.5423 14.6716 20.2139 15.5 20.2139H20.5C21.3284 20.2139 22 19.5423 22 18.7139V15.7139C22 14.8854 21.3284 14.2139 20.5 14.2139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.00391 11.7148L6.00391 9.21484C5.95641 8.64044 6.40047 8.19102 7.00391 8.21484L9.50391 8.21484M11.0039 13.2148L7.00391 9.21484%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-picture-in-picture-on{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 20H10C6.22876 20 4.34315 20 3.17157 18.8284C2 17.6569 2 15.7712 2 12C2 8.22876 2 6.34315 3.17157 5.17157C4.34315 4 6.22876 4 10 4H14C17.7712 4 19.6569 4 20.8284 5.17157C21.947 6.29018 21.9976 8.05974 21.9999 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 14H15.5C14.6716 14 14 14.6716 14 15.5V18.5C14 19.3284 14.6716 20 15.5 20H20.5C21.3284 20 22 19.3284 22 18.5V15.5C22 14.6716 21.3284 14 20.5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 9.5V12C11.0475 12.5744 10.6034 13.0238 10 13H7.5M6 8L10 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 20H10C6.22876 20 4.34315 20 3.17157 18.8284C2 17.6569 2 15.7712 2 12C2 8.22876 2 6.34315 3.17157 5.17157C4.34315 4 6.22876 4 10 4H14C17.7712 4 19.6569 4 20.8284 5.17157C21.947 6.29018 21.9976 8.05974 21.9999 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 14H15.5C14.6716 14 14 14.6716 14 15.5V18.5C14 19.3284 14.6716 20 15.5 20H20.5C21.3284 20 22 19.3284 22 18.5V15.5C22 14.6716 21.3284 14 20.5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 9.5V12C11.0475 12.5744 10.6034 13.0238 10 13H7.5M6 8L10 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-profile{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 7L17 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7L8 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17L8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 17L17 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 7L17 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7L8 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17L8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 17L17 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-quill-write-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.07579 17C4.08939 4.54502 12.9123 1.0121 19.9734 2.22417C20.2585 6.35185 18.2389 7.89748 14.3926 8.61125C15.1353 9.38731 16.4477 10.3639 16.3061 11.5847C16.2054 12.4534 15.6154 12.8797 14.4355 13.7322C11.8497 15.6004 8.85421 16.7785 5.07579 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22C4 15.5 7.84848 12.1818 10.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.07579 17C4.08939 4.54502 12.9123 1.0121 19.9734 2.22417C20.2585 6.35185 18.2389 7.89748 14.3926 8.61125C15.1353 9.38731 16.4477 10.3639 16.3061 11.5847C16.2054 12.4534 15.6154 12.8797 14.4355 13.7322C11.8497 15.6004 8.85421 16.7785 5.07579 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22C4 15.5 7.84848 12.1818 10.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-quill-write-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5502 3C6.69782 3.00694 4.6805 3.10152 3.39128 4.39073C2 5.78202 2 8.02125 2 12.4997C2 16.9782 2 19.2174 3.39128 20.6087C4.78257 22 7.0218 22 11.5003 22C15.9787 22 18.218 22 19.6093 20.6087C20.8985 19.3195 20.9931 17.3022 21 13.4498%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0556 13C10.3322 3.86635 16.8023 1.27554 21.9805 2.16439C22.1896 5.19136 20.7085 6.32482 17.8879 6.84825C18.4326 7.41736 19.395 8.13354 19.2912 9.02879C19.2173 9.66586 18.7846 9.97843 17.9194 10.6036C16.0231 11.9736 13.8264 12.8375 11.0556 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 17C11 11.5 12.9604 9.63636 15 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5502 3C6.69782 3.00694 4.6805 3.10152 3.39128 4.39073C2 5.78202 2 8.02125 2 12.4997C2 16.9782 2 19.2174 3.39128 20.6087C4.78257 22 7.0218 22 11.5003 22C15.9787 22 18.218 22 19.6093 20.6087C20.8985 19.3195 20.9931 17.3022 21 13.4498%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0556 13C10.3322 3.86635 16.8023 1.27554 21.9805 2.16439C22.1896 5.19136 20.7085 6.32482 17.8879 6.84825C18.4326 7.41736 19.395 8.13354 19.2912 9.02879C19.2173 9.66586 18.7846 9.97843 17.9194 10.6036C16.0231 11.9736 13.8264 12.8375 11.0556 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 17C11 11.5 12.9604 9.63636 15 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-quote-down-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.7456 10C10.7456 9.05719 10.7456 8.58579 10.4347 8.29289C10.1239 8 9.62351 8 8.62281 8C7.62211 8 7.12176 8 6.81088 8.29289C6.5 8.58579 6.5 9.05719 6.5 10C6.5 10.9428 6.5 11.4142 6.81088 11.7071C7.12176 12 7.62211 12 8.62281 12C9.62351 12 10.1239 12 10.4347 11.7071C10.7456 11.4142 10.7456 10.9428 10.7456 10ZM10.7456 10L10.7456 12.0687C10.7456 13.9022 9.41052 15.4571 7.5614 16M17.5 10C17.5 9.05719 17.5 8.58579 17.1891 8.29289C16.8782 8 16.3779 8 15.3772 8C14.3765 8 13.8761 8 13.5653 8.29289C13.2544 8.58579 13.2544 9.05719 13.2544 10C13.2544 10.9428 13.2544 11.4142 13.5653 11.7071C13.8761 12 14.3765 12 15.3772 12C16.3779 12 16.8782 12 17.1891 11.7071C17.5 11.4142 17.5 10.9428 17.5 10ZM17.5 10V12.0687C17.5 13.9022 16.1649 15.4571 14.3158 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.7456 10C10.7456 9.05719 10.7456 8.58579 10.4347 8.29289C10.1239 8 9.62351 8 8.62281 8C7.62211 8 7.12176 8 6.81088 8.29289C6.5 8.58579 6.5 9.05719 6.5 10C6.5 10.9428 6.5 11.4142 6.81088 11.7071C7.12176 12 7.62211 12 8.62281 12C9.62351 12 10.1239 12 10.4347 11.7071C10.7456 11.4142 10.7456 10.9428 10.7456 10ZM10.7456 10L10.7456 12.0687C10.7456 13.9022 9.41052 15.4571 7.5614 16M17.5 10C17.5 9.05719 17.5 8.58579 17.1891 8.29289C16.8782 8 16.3779 8 15.3772 8C14.3765 8 13.8761 8 13.5653 8.29289C13.2544 8.58579 13.2544 9.05719 13.2544 10C13.2544 10.9428 13.2544 11.4142 13.5653 11.7071C13.8761 12 14.3765 12 15.3772 12C16.3779 12 16.8782 12 17.1891 11.7071C17.5 11.4142 17.5 10.9428 17.5 10ZM17.5 10V12.0687C17.5 13.9022 16.1649 15.4571 14.3158 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-quote-down-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.7456 10C10.7456 9.05719 10.7456 8.58579 10.4347 8.29289C10.1239 8 9.62351 8 8.62281 8C7.62211 8 7.12176 8 6.81088 8.29289C6.5 8.58579 6.5 9.05719 6.5 10C6.5 10.9428 6.5 11.4142 6.81088 11.7071C7.12176 12 7.62211 12 8.62281 12C9.62351 12 10.1239 12 10.4347 11.7071C10.7456 11.4142 10.7456 10.9428 10.7456 10ZM10.7456 10L10.7456 12.0687C10.7456 13.9022 9.41052 15.4571 7.5614 16M17.5 10C17.5 9.05719 17.5 8.58579 17.1891 8.29289C16.8782 8 16.3779 8 15.3772 8C14.3765 8 13.8761 8 13.5653 8.29289C13.2544 8.58579 13.2544 9.05719 13.2544 10C13.2544 10.9428 13.2544 11.4142 13.5653 11.7071C13.8761 12 14.3765 12 15.3772 12C16.3779 12 16.8782 12 17.1891 11.7071C17.5 11.4142 17.5 10.9428 17.5 10ZM17.5 10V12.0687C17.5 13.9022 16.1649 15.4571 14.3158 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.7456 10C10.7456 9.05719 10.7456 8.58579 10.4347 8.29289C10.1239 8 9.62351 8 8.62281 8C7.62211 8 7.12176 8 6.81088 8.29289C6.5 8.58579 6.5 9.05719 6.5 10C6.5 10.9428 6.5 11.4142 6.81088 11.7071C7.12176 12 7.62211 12 8.62281 12C9.62351 12 10.1239 12 10.4347 11.7071C10.7456 11.4142 10.7456 10.9428 10.7456 10ZM10.7456 10L10.7456 12.0687C10.7456 13.9022 9.41052 15.4571 7.5614 16M17.5 10C17.5 9.05719 17.5 8.58579 17.1891 8.29289C16.8782 8 16.3779 8 15.3772 8C14.3765 8 13.8761 8 13.5653 8.29289C13.2544 8.58579 13.2544 9.05719 13.2544 10C13.2544 10.9428 13.2544 11.4142 13.5653 11.7071C13.8761 12 14.3765 12 15.3772 12C16.3779 12 16.8782 12 17.1891 11.7071C17.5 11.4142 17.5 10.9428 17.5 10ZM17.5 10V12.0687C17.5 13.9022 16.1649 15.4571 14.3158 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-quote-down{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 8C10 9.88562 10 10.8284 9.41421 11.4142C8.82843 12 7.88562 12 6 12C4.11438 12 3.17157 12 2.58579 11.4142C2 10.8284 2 9.88562 2 8C2 6.11438 2 5.17157 2.58579 4.58579C3.17157 4 4.11438 4 6 4C7.88562 4 8.82843 4 9.41421 4.58579C10 5.17157 10 6.11438 10 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 7L10 11.4821C10 15.4547 7.48429 18.8237 4 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8C22 9.88562 22 10.8284 21.4142 11.4142C20.8284 12 19.8856 12 18 12C16.1144 12 15.1716 12 14.5858 11.4142C14 10.8284 14 9.88562 14 8C14 6.11438 14 5.17157 14.5858 4.58579C15.1716 4 16.1144 4 18 4C19.8856 4 20.8284 4 21.4142 4.58579C22 5.17157 22 6.11438 22 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 7L22 11.4821C22 15.4547 19.4843 18.8237 16 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 8C10 9.88562 10 10.8284 9.41421 11.4142C8.82843 12 7.88562 12 6 12C4.11438 12 3.17157 12 2.58579 11.4142C2 10.8284 2 9.88562 2 8C2 6.11438 2 5.17157 2.58579 4.58579C3.17157 4 4.11438 4 6 4C7.88562 4 8.82843 4 9.41421 4.58579C10 5.17157 10 6.11438 10 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 7L10 11.4821C10 15.4547 7.48429 18.8237 4 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8C22 9.88562 22 10.8284 21.4142 11.4142C20.8284 12 19.8856 12 18 12C16.1144 12 15.1716 12 14.5858 11.4142C14 10.8284 14 9.88562 14 8C14 6.11438 14 5.17157 14.5858 4.58579C15.1716 4 16.1144 4 18 4C19.8856 4 20.8284 4 21.4142 4.58579C22 5.17157 22 6.11438 22 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 7L22 11.4821C22 15.4547 19.4843 18.8237 16 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-quote-up-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.2544 14C13.2544 14.9428 13.2544 15.4142 13.5653 15.7071C13.8761 16 14.3765 16 15.3772 16C16.3779 16 16.8782 16 17.1891 15.7071C17.5 15.4142 17.5 14.9428 17.5 14C17.5 13.0572 17.5 12.5858 17.1891 12.2929C16.8782 12 16.3779 12 15.3772 12C14.3765 12 13.8761 12 13.5653 12.2929C13.2544 12.5858 13.2544 13.0572 13.2544 14ZM13.2544 14V11.9313C13.2544 10.0978 14.5895 8.54292 16.4386 8M6.5 14C6.5 14.9428 6.5 15.4142 6.81088 15.7071C7.12176 16 7.62211 16 8.62281 16C9.62351 16 10.1239 16 10.4347 15.7071C10.7456 15.4142 10.7456 14.9428 10.7456 14C10.7456 13.0572 10.7456 12.5858 10.4347 12.2929C10.1239 12 9.62351 12 8.62281 12C7.62211 12 7.12176 12 6.81088 12.2929C6.5 12.5858 6.5 13.0572 6.5 14ZM6.5 14V11.9313C6.5 10.0978 7.83509 8.54292 9.68421 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.2544 14C13.2544 14.9428 13.2544 15.4142 13.5653 15.7071C13.8761 16 14.3765 16 15.3772 16C16.3779 16 16.8782 16 17.1891 15.7071C17.5 15.4142 17.5 14.9428 17.5 14C17.5 13.0572 17.5 12.5858 17.1891 12.2929C16.8782 12 16.3779 12 15.3772 12C14.3765 12 13.8761 12 13.5653 12.2929C13.2544 12.5858 13.2544 13.0572 13.2544 14ZM13.2544 14V11.9313C13.2544 10.0978 14.5895 8.54292 16.4386 8M6.5 14C6.5 14.9428 6.5 15.4142 6.81088 15.7071C7.12176 16 7.62211 16 8.62281 16C9.62351 16 10.1239 16 10.4347 15.7071C10.7456 15.4142 10.7456 14.9428 10.7456 14C10.7456 13.0572 10.7456 12.5858 10.4347 12.2929C10.1239 12 9.62351 12 8.62281 12C7.62211 12 7.12176 12 6.81088 12.2929C6.5 12.5858 6.5 13.0572 6.5 14ZM6.5 14V11.9313C6.5 10.0978 7.83509 8.54292 9.68421 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-quote-up-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.2544 14C13.2544 14.9428 13.2544 15.4142 13.5653 15.7071C13.8761 16 14.3765 16 15.3772 16C16.3779 16 16.8782 16 17.1891 15.7071C17.5 15.4142 17.5 14.9428 17.5 14C17.5 13.0572 17.5 12.5858 17.1891 12.2929C16.8782 12 16.3779 12 15.3772 12C14.3765 12 13.8761 12 13.5653 12.2929C13.2544 12.5858 13.2544 13.0572 13.2544 14ZM13.2544 14V11.9313C13.2544 10.0978 14.5895 8.54292 16.4386 8M6.5 14C6.5 14.9428 6.5 15.4142 6.81088 15.7071C7.12176 16 7.62211 16 8.62281 16C9.62351 16 10.1239 16 10.4347 15.7071C10.7456 15.4142 10.7456 14.9428 10.7456 14C10.7456 13.0572 10.7456 12.5858 10.4347 12.2929C10.1239 12 9.62351 12 8.62281 12C7.62211 12 7.12176 12 6.81088 12.2929C6.5 12.5858 6.5 13.0572 6.5 14ZM6.5 14V11.9313C6.5 10.0978 7.83509 8.54292 9.68421 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.2544 14C13.2544 14.9428 13.2544 15.4142 13.5653 15.7071C13.8761 16 14.3765 16 15.3772 16C16.3779 16 16.8782 16 17.1891 15.7071C17.5 15.4142 17.5 14.9428 17.5 14C17.5 13.0572 17.5 12.5858 17.1891 12.2929C16.8782 12 16.3779 12 15.3772 12C14.3765 12 13.8761 12 13.5653 12.2929C13.2544 12.5858 13.2544 13.0572 13.2544 14ZM13.2544 14V11.9313C13.2544 10.0978 14.5895 8.54292 16.4386 8M6.5 14C6.5 14.9428 6.5 15.4142 6.81088 15.7071C7.12176 16 7.62211 16 8.62281 16C9.62351 16 10.1239 16 10.4347 15.7071C10.7456 15.4142 10.7456 14.9428 10.7456 14C10.7456 13.0572 10.7456 12.5858 10.4347 12.2929C10.1239 12 9.62351 12 8.62281 12C7.62211 12 7.12176 12 6.81088 12.2929C6.5 12.5858 6.5 13.0572 6.5 14ZM6.5 14V11.9313C6.5 10.0978 7.83509 8.54292 9.68421 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-quote-up{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 16C14 14.1144 14 13.1716 14.5858 12.5858C15.1716 12 16.1144 12 18 12C19.8856 12 20.8284 12 21.4142 12.5858C22 13.1716 22 14.1144 22 16C22 17.8856 22 18.8284 21.4142 19.4142C20.8284 20 19.8856 20 18 20C16.1144 20 15.1716 20 14.5858 19.4142C14 18.8284 14 17.8856 14 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 16V11.8626C14 8.19569 16.5157 5.08584 20 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16C2 14.1144 2 13.1716 2.58579 12.5858C3.17157 12 4.11438 12 6 12C7.88562 12 8.82843 12 9.41421 12.5858C10 13.1716 10 14.1144 10 16C10 17.8856 10 18.8284 9.41421 19.4142C8.82843 20 7.88562 20 6 20C4.11438 20 3.17157 20 2.58579 19.4142C2 18.8284 2 17.8856 2 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 16V11.8626C2 8.19569 4.51571 5.08584 8 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 16C14 14.1144 14 13.1716 14.5858 12.5858C15.1716 12 16.1144 12 18 12C19.8856 12 20.8284 12 21.4142 12.5858C22 13.1716 22 14.1144 22 16C22 17.8856 22 18.8284 21.4142 19.4142C20.8284 20 19.8856 20 18 20C16.1144 20 15.1716 20 14.5858 19.4142C14 18.8284 14 17.8856 14 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 16V11.8626C14 8.19569 16.5157 5.08584 20 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16C2 14.1144 2 13.1716 2.58579 12.5858C3.17157 12 4.11438 12 6 12C7.88562 12 8.82843 12 9.41421 12.5858C10 13.1716 10 14.1144 10 16C10 17.8856 10 18.8284 9.41421 19.4142C8.82843 20 7.88562 20 6 20C4.11438 20 3.17157 20 2.58579 19.4142C2 18.8284 2 17.8856 2 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 16V11.8626C2 8.19569 4.51571 5.08584 8 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-refresh{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.0092 2V5.13219C20.0092 5.42605 19.6418 5.55908 19.4537 5.33333C17.6226 3.2875 14.9617 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.0092 2V5.13219C20.0092 5.42605 19.6418 5.55908 19.4537 5.33333C17.6226 3.2875 14.9617 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-reload{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1667 1L15.7646 2.11777C16.1689 2.87347 16.371 3.25131 16.2374 3.41313C16.1037 3.57495 15.6635 3.44426 14.7831 3.18288C13.9029 2.92156 12.9684 2.78095 12 2.78095C6.75329 2.78095 2.5 6.90846 2.5 12C2.5 13.6792 2.96262 15.2535 3.77093 16.6095M8.83333 23L8.23536 21.8822C7.83108 21.1265 7.62894 20.7487 7.7626 20.5869C7.89627 20.425 8.33649 20.5557 9.21689 20.8171C10.0971 21.0784 11.0316 21.219 12 21.219C17.2467 21.219 21.5 17.0915 21.5 12C21.5 10.3208 21.0374 8.74648 20.2291 7.39048%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1667 1L15.7646 2.11777C16.1689 2.87347 16.371 3.25131 16.2374 3.41313C16.1037 3.57495 15.6635 3.44426 14.7831 3.18288C13.9029 2.92156 12.9684 2.78095 12 2.78095C6.75329 2.78095 2.5 6.90846 2.5 12C2.5 13.6792 2.96262 15.2535 3.77093 16.6095M8.83333 23L8.23536 21.8822C7.83108 21.1265 7.62894 20.7487 7.7626 20.5869C7.89627 20.425 8.33649 20.5557 9.21689 20.8171C10.0971 21.0784 11.0316 21.219 12 21.219C17.2467 21.219 21.5 17.0915 21.5 12C21.5 10.3208 21.0374 8.74648 20.2291 7.39048%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-resources-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 6C2.5 4.45956 2.5 3.68934 2.84673 3.12353C3.04074 2.80693 3.30693 2.54074 3.62353 2.34673C4.18934 2 4.95956 2 6.5 2C8.04044 2 8.81066 2 9.37647 2.34673C9.69307 2.54074 9.95926 2.80693 10.1533 3.12353C10.5 3.68934 10.5 4.45956 10.5 6C10.5 7.54044 10.5 8.31066 10.1533 8.87647C9.95926 9.19307 9.69307 9.45926 9.37647 9.65327C8.81066 10 8.04044 10 6.5 10C4.95956 10 4.18934 10 3.62353 9.65327C3.30693 9.45926 3.04074 9.19307 2.84673 8.87647C2.5 8.31066 2.5 7.54044 2.5 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.78166 14.7817C4.82852 13.7348 5.35195 13.2114 5.9721 13.0625C6.3191 12.9792 6.6809 12.9792 7.0279 13.0625C7.64805 13.2114 8.17148 13.7348 9.21834 14.7817C10.2652 15.8285 10.7886 16.3519 10.9375 16.9721C11.0208 17.3191 11.0208 17.6809 10.9375 18.0279C10.7886 18.6481 10.2652 19.1715 9.21834 20.2183C8.17148 21.2652 7.64805 21.7886 7.02791 21.9375C6.6809 22.0208 6.3191 22.0208 5.9721 21.9375C5.35195 21.7886 4.82852 21.2652 3.78166 20.2183C2.7348 19.1715 2.21137 18.6481 2.06248 18.0279C1.97917 17.6809 1.97917 17.3191 2.06248 16.9721C2.21137 16.3519 2.7348 15.8285 3.78166 14.7817Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 16.4596 14 15.6893 14.3467 15.1235C14.5407 14.8069 14.8069 14.5407 15.1235 14.3467C15.6893 14 16.4596 14 18 14C19.5404 14 20.3107 14 20.8765 14.3467C21.1931 14.5407 21.4593 14.8069 21.6533 15.1235C22 15.6893 22 16.4596 22 18C22 19.5404 22 20.3107 21.6533 20.8765C21.4593 21.1931 21.1931 21.4593 20.8765 21.6533C20.3107 22 19.5404 22 18 22C16.4596 22 15.6893 22 15.1235 21.6533C14.8069 21.4593 14.5407 21.1931 14.3467 20.8765C14 20.3107 14 19.5404 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 2V10M22 6L14 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 6C2.5 4.45956 2.5 3.68934 2.84673 3.12353C3.04074 2.80693 3.30693 2.54074 3.62353 2.34673C4.18934 2 4.95956 2 6.5 2C8.04044 2 8.81066 2 9.37647 2.34673C9.69307 2.54074 9.95926 2.80693 10.1533 3.12353C10.5 3.68934 10.5 4.45956 10.5 6C10.5 7.54044 10.5 8.31066 10.1533 8.87647C9.95926 9.19307 9.69307 9.45926 9.37647 9.65327C8.81066 10 8.04044 10 6.5 10C4.95956 10 4.18934 10 3.62353 9.65327C3.30693 9.45926 3.04074 9.19307 2.84673 8.87647C2.5 8.31066 2.5 7.54044 2.5 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.78166 14.7817C4.82852 13.7348 5.35195 13.2114 5.9721 13.0625C6.3191 12.9792 6.6809 12.9792 7.0279 13.0625C7.64805 13.2114 8.17148 13.7348 9.21834 14.7817C10.2652 15.8285 10.7886 16.3519 10.9375 16.9721C11.0208 17.3191 11.0208 17.6809 10.9375 18.0279C10.7886 18.6481 10.2652 19.1715 9.21834 20.2183C8.17148 21.2652 7.64805 21.7886 7.02791 21.9375C6.6809 22.0208 6.3191 22.0208 5.9721 21.9375C5.35195 21.7886 4.82852 21.2652 3.78166 20.2183C2.7348 19.1715 2.21137 18.6481 2.06248 18.0279C1.97917 17.6809 1.97917 17.3191 2.06248 16.9721C2.21137 16.3519 2.7348 15.8285 3.78166 14.7817Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 16.4596 14 15.6893 14.3467 15.1235C14.5407 14.8069 14.8069 14.5407 15.1235 14.3467C15.6893 14 16.4596 14 18 14C19.5404 14 20.3107 14 20.8765 14.3467C21.1931 14.5407 21.4593 14.8069 21.6533 15.1235C22 15.6893 22 16.4596 22 18C22 19.5404 22 20.3107 21.6533 20.8765C21.4593 21.1931 21.1931 21.4593 20.8765 21.6533C20.3107 22 19.5404 22 18 22C16.4596 22 15.6893 22 15.1235 21.6533C14.8069 21.4593 14.5407 21.1931 14.3467 20.8765C14 20.3107 14 19.5404 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 2V10M22 6L14 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-resources-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 6C2.5 4.45956 2.5 3.68934 2.84673 3.12353C3.04074 2.80693 3.30693 2.54074 3.62353 2.34673C4.18934 2 4.95956 2 6.5 2C8.04044 2 8.81066 2 9.37647 2.34673C9.69307 2.54074 9.95926 2.80693 10.1533 3.12353C10.5 3.68934 10.5 4.45956 10.5 6C10.5 7.54044 10.5 8.31066 10.1533 8.87647C9.95926 9.19307 9.69307 9.45926 9.37647 9.65327C8.81066 10 8.04044 10 6.5 10C4.95956 10 4.18934 10 3.62353 9.65327C3.30693 9.45926 3.04074 9.19307 2.84673 8.87647C2.5 8.31066 2.5 7.54044 2.5 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.78166 14.7817C4.82852 13.7348 5.35195 13.2114 5.9721 13.0625C6.3191 12.9792 6.6809 12.9792 7.0279 13.0625C7.64805 13.2114 8.17148 13.7348 9.21834 14.7817C10.2652 15.8285 10.7886 16.3519 10.9375 16.9721C11.0208 17.3191 11.0208 17.6809 10.9375 18.0279C10.7886 18.6481 10.2652 19.1715 9.21834 20.2183C8.17148 21.2652 7.64805 21.7886 7.02791 21.9375C6.6809 22.0208 6.3191 22.0208 5.9721 21.9375C5.35195 21.7886 4.82852 21.2652 3.78166 20.2183C2.7348 19.1715 2.21137 18.6481 2.06248 18.0279C1.97917 17.6809 1.97917 17.3191 2.06248 16.9721C2.21137 16.3519 2.7348 15.8285 3.78166 14.7817Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 16.4596 14 15.6893 14.3467 15.1235C14.5407 14.8069 14.8069 14.5407 15.1235 14.3467C15.6893 14 16.4596 14 18 14C19.5404 14 20.3107 14 20.8765 14.3467C21.1931 14.5407 21.4593 14.8069 21.6533 15.1235C22 15.6893 22 16.4596 22 18C22 19.5404 22 20.3107 21.6533 20.8765C21.4593 21.1931 21.1931 21.4593 20.8765 21.6533C20.3107 22 19.5404 22 18 22C16.4596 22 15.6893 22 15.1235 21.6533C14.8069 21.4593 14.5407 21.1931 14.3467 20.8765C14 20.3107 14 19.5404 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 6L14 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 6C2.5 4.45956 2.5 3.68934 2.84673 3.12353C3.04074 2.80693 3.30693 2.54074 3.62353 2.34673C4.18934 2 4.95956 2 6.5 2C8.04044 2 8.81066 2 9.37647 2.34673C9.69307 2.54074 9.95926 2.80693 10.1533 3.12353C10.5 3.68934 10.5 4.45956 10.5 6C10.5 7.54044 10.5 8.31066 10.1533 8.87647C9.95926 9.19307 9.69307 9.45926 9.37647 9.65327C8.81066 10 8.04044 10 6.5 10C4.95956 10 4.18934 10 3.62353 9.65327C3.30693 9.45926 3.04074 9.19307 2.84673 8.87647C2.5 8.31066 2.5 7.54044 2.5 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.78166 14.7817C4.82852 13.7348 5.35195 13.2114 5.9721 13.0625C6.3191 12.9792 6.6809 12.9792 7.0279 13.0625C7.64805 13.2114 8.17148 13.7348 9.21834 14.7817C10.2652 15.8285 10.7886 16.3519 10.9375 16.9721C11.0208 17.3191 11.0208 17.6809 10.9375 18.0279C10.7886 18.6481 10.2652 19.1715 9.21834 20.2183C8.17148 21.2652 7.64805 21.7886 7.02791 21.9375C6.6809 22.0208 6.3191 22.0208 5.9721 21.9375C5.35195 21.7886 4.82852 21.2652 3.78166 20.2183C2.7348 19.1715 2.21137 18.6481 2.06248 18.0279C1.97917 17.6809 1.97917 17.3191 2.06248 16.9721C2.21137 16.3519 2.7348 15.8285 3.78166 14.7817Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 16.4596 14 15.6893 14.3467 15.1235C14.5407 14.8069 14.8069 14.5407 15.1235 14.3467C15.6893 14 16.4596 14 18 14C19.5404 14 20.3107 14 20.8765 14.3467C21.1931 14.5407 21.4593 14.8069 21.6533 15.1235C22 15.6893 22 16.4596 22 18C22 19.5404 22 20.3107 21.6533 20.8765C21.4593 21.1931 21.1931 21.4593 20.8765 21.6533C20.3107 22 19.5404 22 18 22C16.4596 22 15.6893 22 15.1235 21.6533C14.8069 21.4593 14.5407 21.1931 14.3467 20.8765C14 20.3107 14 19.5404 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 6L14 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-right-to-left-block-quote{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6L15 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12L15 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18L15 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 3L19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6L15 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12L15 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18L15 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 3L19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-right-to-left-list-bullet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5L16 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 5H20.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 12H20.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 19H20.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12L16 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19L16 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5L16 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 5H20.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 12H20.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 19H20.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12L16 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19L16 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-right-to-left-list-dash{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5L15 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5L21 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12L15 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 19L15 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 19L21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5L15 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5L21 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12L15 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 19L15 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 19L21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-right-to-left-list-number{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 6L13 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12L13 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 18L13 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15H19.5C19.7788 15 19.9182 15 20.0341 15.0231C20.5101 15.1177 20.8823 15.4899 20.9769 15.9659C21 16.0818 21 16.2212 21 16.5C21 16.7788 21 16.9182 20.9769 17.0341C20.8823 17.5101 20.5101 17.8823 20.0341 17.9769C19.9182 18 19.7788 18 19.5 18C19.2212 18 19.0818 18 18.9659 18.0231C18.4899 18.1177 18.1177 18.4899 18.0231 18.9659C18 19.0818 18 19.2212 18 19.5V20.4C18 20.6828 18 20.8243 18.0879 20.9121C18.1757 21 18.3172 21 18.6 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 3H19.2C19.3657 3 19.5 3.13431 19.5 3.3V9M19.5 9H18M19.5 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 6L13 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12L13 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 18L13 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15H19.5C19.7788 15 19.9182 15 20.0341 15.0231C20.5101 15.1177 20.8823 15.4899 20.9769 15.9659C21 16.0818 21 16.2212 21 16.5C21 16.7788 21 16.9182 20.9769 17.0341C20.8823 17.5101 20.5101 17.8823 20.0341 17.9769C19.9182 18 19.7788 18 19.5 18C19.2212 18 19.0818 18 18.9659 18.0231C18.4899 18.1177 18.1177 18.4899 18.0231 18.9659C18 19.0818 18 19.2212 18 19.5V20.4C18 20.6828 18 20.8243 18.0879 20.9121C18.1757 21 18.3172 21 18.6 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 3H19.2C19.3657 3 19.5 3.13431 19.5 3.3V9M19.5 9H18M19.5 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-right-to-left-list-triangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5.5L13 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.6 16.8926C17.5333 17.607 17 17.9642 17 18.5C17 19.0358 17.5333 19.393 18.6 20.1074C19.6667 20.8218 20.2 21.1789 20.6 20.9111C21 20.6432 21 19.9288 21 18.5C21 17.0712 21 16.3568 20.6 16.0889C20.2 15.8211 19.6667 16.1782 18.6 16.8926Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.6 3.89263C17.5333 4.60702 17 4.96421 17 5.5C17 6.03579 17.5333 6.39298 18.6 7.10737C19.6667 7.82176 20.2 8.17895 20.6 7.91105C21 7.64316 21 6.92877 21 5.5C21 4.07123 21 3.35684 20.6 3.08895C20.2 2.82105 19.6667 3.17824 18.6 3.89263Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12L13 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 18.5L13 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5.5L13 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.6 16.8926C17.5333 17.607 17 17.9642 17 18.5C17 19.0358 17.5333 19.393 18.6 20.1074C19.6667 20.8218 20.2 21.1789 20.6 20.9111C21 20.6432 21 19.9288 21 18.5C21 17.0712 21 16.3568 20.6 16.0889C20.2 15.8211 19.6667 16.1782 18.6 16.8926Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.6 3.89263C17.5333 4.60702 17 4.96421 17 5.5C17 6.03579 17.5333 6.39298 18.6 7.10737C19.6667 7.82176 20.2 8.17895 20.6 7.91105C21 7.64316 21 6.92877 21 5.5C21 4.07123 21 3.35684 20.6 3.08895C20.2 2.82105 19.6667 3.17824 18.6 3.89263Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12L13 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 18.5L13 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-rotate-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.0092 2V5.13219C20.0092 5.42605 19.6418 5.55908 19.4537 5.33333C17.6226 3.2875 14.9617 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.0092 2V5.13219C20.0092 5.42605 19.6418 5.55908 19.4537 5.33333C17.6226 3.2875 14.9617 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-rotate-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 2V5.13219C20 5.42605 19.6328 5.55908 19.4447 5.33333C17.6146 3.2875 14.955 2 11.9949 2C6.47485 2 2 6.47715 2 12C2 15.9582 4.29852 19.3793 7.63298 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.265 22.0003C11.7982 22.0003 11.3387 21.9691 10.8887 21.9086M21.7344 8.66699C21.8468 9.06418 21.935 9.4656 21.9998 9.86925M21.9652 13.5383C21.8949 13.9384 21.8033 14.3345 21.6913 14.7247M20.1669 17.9966C19.9285 18.35 19.6702 18.6902 19.3927 19.0149M16.5712 21.361C16.2175 21.5634 15.8494 21.7466 15.4675 21.9086%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 2V5.13219C20 5.42605 19.6328 5.55908 19.4447 5.33333C17.6146 3.2875 14.955 2 11.9949 2C6.47485 2 2 6.47715 2 12C2 15.9582 4.29852 19.3793 7.63298 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.265 22.0003C11.7982 22.0003 11.3387 21.9691 10.8887 21.9086M21.7344 8.66699C21.8468 9.06418 21.935 9.4656 21.9998 9.86925M21.9652 13.5383C21.8949 13.9384 21.8033 14.3345 21.6913 14.7247M20.1669 17.9966C19.9285 18.35 19.6702 18.6902 19.3927 19.0149M16.5712 21.361C16.2175 21.5634 15.8494 21.7466 15.4675 21.9086%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-rotate-360{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.4254 12.72C23.4102 7.21645 22.0497 3.48072 16.9431 3.21387C13.2316 3.28473 9.40299 5.2845 6.34699 8.3782C3.78236 10.9745 1.25719 14.6928 2.18418 18.2318C2.38888 19.0133 2.78797 19.5457 3.41843 20.0467C5.11269 21.393 6.77569 21.5115 9.9786 20.7252C13.2222 19.7396 15.2331 18.2546 16.9286 16.7356M16.9286 16.7356C16.9304 16.734 16.9322 16.7324 16.934 16.7308C16.9372 16.7279 16.9351 16.7226 16.9308 16.7226C16.9276 16.7226 16.9253 16.7258 16.9264 16.7289C16.9271 16.7311 16.9279 16.7334 16.9286 16.7356ZM16.9286 16.7356C17.2991 17.8308 17.0645 18.8083 16.4268 20.7252%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.4254 12.72C23.4102 7.21645 22.0497 3.48072 16.9431 3.21387C13.2316 3.28473 9.40299 5.2845 6.34699 8.3782C3.78236 10.9745 1.25719 14.6928 2.18418 18.2318C2.38888 19.0133 2.78797 19.5457 3.41843 20.0467C5.11269 21.393 6.77569 21.5115 9.9786 20.7252C13.2222 19.7396 15.2331 18.2546 16.9286 16.7356M16.9286 16.7356C16.9304 16.734 16.9322 16.7324 16.934 16.7308C16.9372 16.7279 16.9351 16.7226 16.9308 16.7226C16.9276 16.7226 16.9253 16.7258 16.9264 16.7289C16.9271 16.7311 16.9279 16.7334 16.9286 16.7356ZM16.9286 16.7356C17.2991 17.8308 17.0645 18.8083 16.4268 20.7252%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-rotate-bottom-left-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.00098 10C2.00098 13.2998 2.00098 14.9497 3.0261 15.9749C4.05123 17 5.70114 17 9.00098 17C12.3008 17 13.9507 17 14.9758 15.9749C16.001 14.9497 16.001 13.2998 16.001 10C16.001 6.70017 16.001 5.05025 14.9759 4.02513C13.9507 3 12.3008 3 9.00098 3C5.70115 3 4.05123 3 3.0261 4.02513C2.00098 5.05025 2.00098 6.70017 2.00098 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 14.4201L20.8899 13.0744C20.299 12.3581 20.0035 12 19.6364 12V13C19.6364 16.7712 19.6364 18.6569 18.4648 19.8284C17.2932 21 15.4076 21 11.6364 21H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.00098 10C2.00098 13.2998 2.00098 14.9497 3.0261 15.9749C4.05123 17 5.70114 17 9.00098 17C12.3008 17 13.9507 17 14.9758 15.9749C16.001 14.9497 16.001 13.2998 16.001 10C16.001 6.70017 16.001 5.05025 14.9759 4.02513C13.9507 3 12.3008 3 9.00098 3C5.70115 3 4.05123 3 3.0261 4.02513C2.00098 5.05025 2.00098 6.70017 2.00098 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 14.4201L20.8899 13.0744C20.299 12.3581 20.0035 12 19.6364 12V13C19.6364 16.7712 19.6364 18.6569 18.4648 19.8284C17.2932 21 15.4076 21 11.6364 21H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-rotate-bottom-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 17C18.2998 17 19.9497 17 20.9749 15.9749C22 14.9497 22 13.2998 22 10C22 6.70017 22 5.05025 20.9749 4.02513C19.9497 3 18.2998 3 15 3C11.7002 3 10.0503 3 9.02513 4.02513C8 5.05025 8 6.70017 8 10C8 13.2998 8 14.9497 9.02513 15.9749C10.0503 17 11.7002 17 15 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.4201L3.11013 13.0744C3.70104 12.3581 3.99649 12 4.36364 12L4.36364 13C4.36364 16.7712 4.36364 18.6569 5.53521 19.8284C6.70678 21 8.5924 21 12.3636 21L13 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 17C18.2998 17 19.9497 17 20.9749 15.9749C22 14.9497 22 13.2998 22 10C22 6.70017 22 5.05025 20.9749 4.02513C19.9497 3 18.2998 3 15 3C11.7002 3 10.0503 3 9.02513 4.02513C8 5.05025 8 6.70017 8 10C8 13.2998 8 14.9497 9.02513 15.9749C10.0503 17 11.7002 17 15 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.4201L3.11013 13.0744C3.70104 12.3581 3.99649 12 4.36364 12L4.36364 13C4.36364 16.7712 4.36364 18.6569 5.53521 19.8284C6.70678 21 8.5924 21 12.3636 21L13 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-rotate-clockwise{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 2V5.13219C4 5.42605 4.36724 5.55908 4.55527 5.33333C6.3854 3.2875 9.04499 2 12.0051 2C17.5251 2 22 6.47715 22 12C22 15.9582 19.7015 19.3793 16.367 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.7347 22.0003C12.2016 22.0003 12.6611 21.9691 13.1111 21.9086M2.26537 8.66699C2.15297 9.06418 2.06477 9.4656 2 9.86925M2.03457 13.5383C2.10487 13.9384 2.19644 14.3345 2.30852 14.7247M3.83292 17.9966C4.07124 18.35 4.3296 18.6902 4.6071 19.0149M7.42857 21.361C7.78228 21.5634 8.15042 21.7466 8.53228 21.9086%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 2V5.13219C4 5.42605 4.36724 5.55908 4.55527 5.33333C6.3854 3.2875 9.04499 2 12.0051 2C17.5251 2 22 6.47715 22 12C22 15.9582 19.7015 19.3793 16.367 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.7347 22.0003C12.2016 22.0003 12.6611 21.9691 13.1111 21.9086M2.26537 8.66699C2.15297 9.06418 2.06477 9.4656 2 9.86925M2.03457 13.5383C2.10487 13.9384 2.19644 14.3345 2.30852 14.7247M3.83292 17.9966C4.07124 18.35 4.3296 18.6902 4.6071 19.0149M7.42857 21.361C7.78228 21.5634 8.15042 21.7466 8.53228 21.9086%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-rotate-crop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 15C2 18.87 5.13 22 9 22L7.95001 20.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9C22 5.13 18.87 2 15 2L16.05 3.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 5V12C7 14.357 7 15.5355 7.73223 16.2678C8.46447 17 9.64298 17 12 17H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19L17 12C17 9.64298 17 8.46447 16.2678 7.73223C15.5355 7 14.357 7 12 7L5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 15C2 18.87 5.13 22 9 22L7.95001 20.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9C22 5.13 18.87 2 15 2L16.05 3.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 5V12C7 14.357 7 15.5355 7.73223 16.2678C8.46447 17 9.64298 17 12 17H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19L17 12C17 9.64298 17 8.46447 16.2678 7.73223C15.5355 7 14.357 7 12 7L5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-rotate-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.66667 3.86984C9.998 2.62328 10.9234 2 12 2C13.4966 2 14.7009 3.20434 17.1096 5.61302L18.387 6.89042C20.7957 9.2991 22 10.5034 22 12C22 13.4966 20.7957 14.7009 18.387 17.1096L17.1096 18.387C14.7009 20.7957 13.4966 22 12 22C10.5034 22 9.2991 20.7957 6.89042 18.387L5.61302 17.1096C3.20434 14.7009 2 13.4966 2 12C2 10.8912 2.87352 9.7285 4.3058 8.22081C5.01214 7.47727 5.36531 7.1055 5.23534 6.80275C5.10536 6.5 4.59884 6.5 3.58579 6.5H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.66667 3.86984C9.998 2.62328 10.9234 2 12 2C13.4966 2 14.7009 3.20434 17.1096 5.61302L18.387 6.89042C20.7957 9.2991 22 10.5034 22 12C22 13.4966 20.7957 14.7009 18.387 17.1096L17.1096 18.387C14.7009 20.7957 13.4966 22 12 22C10.5034 22 9.2991 20.7957 6.89042 18.387L5.61302 17.1096C3.20434 14.7009 2 13.4966 2 12C2 10.8912 2.87352 9.7285 4.3058 8.22081C5.01214 7.47727 5.36531 7.1055 5.23534 6.80275C5.10536 6.5 4.59884 6.5 3.58579 6.5H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-rotate-top-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 15C3 18.2998 3 19.9497 4.02513 20.9749C5.05025 22 6.70017 22 10 22C13.2998 22 14.9497 22 15.9749 20.9749C17 19.9497 17 18.2998 17 15C17 11.7002 17 10.0503 15.9749 9.02513C14.9497 8 13.2998 8 10 8C6.70017 8 5.05025 8 4.02513 9.02513C3 10.0503 3 11.7002 3 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.4201 2L13.0744 3.11013C12.3581 3.70104 12 3.99649 12 4.36364L13 4.36364C16.7712 4.36364 18.6569 4.36364 19.8284 5.53521C21 6.70678 21 8.59241 21 12.3636V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 15C3 18.2998 3 19.9497 4.02513 20.9749C5.05025 22 6.70017 22 10 22C13.2998 22 14.9497 22 15.9749 20.9749C17 19.9497 17 18.2998 17 15C17 11.7002 17 10.0503 15.9749 9.02513C14.9497 8 13.2998 8 10 8C6.70017 8 5.05025 8 4.02513 9.02513C3 10.0503 3 11.7002 3 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.4201 2L13.0744 3.11013C12.3581 3.70104 12 3.99649 12 4.36364L13 4.36364C16.7712 4.36364 18.6569 4.36364 19.8284 5.53521C21 6.70678 21 8.59241 21 12.3636V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-rotate-top-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 15C7 18.2998 7 19.9497 8.02513 20.9749C9.05025 22 10.7002 22 14 22C17.2998 22 18.9497 22 19.9749 20.9749C21 19.9497 21 18.2998 21 15C21 11.7002 21 10.0503 19.9749 9.02513C18.9497 8 17.2998 8 14 8C10.7002 8 9.05025 8 8.02513 9.02513C7 10.0503 7 11.7002 7 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.57987 2L10.9256 3.11013C11.6419 3.70104 12 3.99649 12 4.36364L11 4.36364C7.22876 4.36364 5.34315 4.36364 4.17157 5.53521C3 6.70678 3 8.5924 3 12.3636V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 15C7 18.2998 7 19.9497 8.02513 20.9749C9.05025 22 10.7002 22 14 22C17.2998 22 18.9497 22 19.9749 20.9749C21 19.9497 21 18.2998 21 15C21 11.7002 21 10.0503 19.9749 9.02513C18.9497 8 17.2998 8 14 8C10.7002 8 9.05025 8 8.02513 9.02513C7 10.0503 7 11.7002 7 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.57987 2L10.9256 3.11013C11.6419 3.70104 12 3.99649 12 4.36364L11 4.36364C7.22876 4.36364 5.34315 4.36364 4.17157 5.53521C3 6.70678 3 8.5924 3 12.3636V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-row-delete{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 18.5C21 19.9045 21 20.6067 20.6208 21.1111C20.4567 21.3295 20.2457 21.517 20 21.6629C19.4325 22 18.6425 22 17.0625 22L6.9375 22C5.35748 22 4.56747 22 3.99997 21.6629C3.75429 21.517 3.54335 21.3295 3.37919 21.1111C3 20.6067 3 19.9045 3 18.5C3 17.0955 3 16.3933 3.37919 15.8889C3.54335 15.6705 3.75429 15.483 3.99997 15.3371C4.56747 15 5.35748 15 6.9375 15L17.0625 15C18.6425 15 19.4325 15 20 15.3371C20.2457 15.483 20.4567 15.6705 20.6208 15.8889C21 16.3933 21 17.0955 21 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.0625 4L6.9375 4C5.35748 4 4.56747 4 3.99997 4.33706C3.75429 4.48298 3.54335 4.67048 3.37919 4.88886C3 5.39331 3 6.09554 3 7.5C3 8.90446 3 9.60669 3.37919 10.1111C3.54335 10.3295 3.75429 10.517 3.99997 10.6629C4.56747 11 5.35748 11 6.9375 11L17.0625 11C18.6425 11 19.4325 11 20 10.6629%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 7.99936L15 2M21 2.00064L15 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 18.5C21 19.9045 21 20.6067 20.6208 21.1111C20.4567 21.3295 20.2457 21.517 20 21.6629C19.4325 22 18.6425 22 17.0625 22L6.9375 22C5.35748 22 4.56747 22 3.99997 21.6629C3.75429 21.517 3.54335 21.3295 3.37919 21.1111C3 20.6067 3 19.9045 3 18.5C3 17.0955 3 16.3933 3.37919 15.8889C3.54335 15.6705 3.75429 15.483 3.99997 15.3371C4.56747 15 5.35748 15 6.9375 15L17.0625 15C18.6425 15 19.4325 15 20 15.3371C20.2457 15.483 20.4567 15.6705 20.6208 15.8889C21 16.3933 21 17.0955 21 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.0625 4L6.9375 4C5.35748 4 4.56747 4 3.99997 4.33706C3.75429 4.48298 3.54335 4.67048 3.37919 4.88886C3 5.39331 3 6.09554 3 7.5C3 8.90446 3 9.60669 3.37919 10.1111C3.54335 10.3295 3.75429 10.517 3.99997 10.6629C4.56747 11 5.35748 11 6.9375 11L17.0625 11C18.6425 11 19.4325 11 20 10.6629%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 7.99936L15 2M21 2.00064L15 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-row-insert{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5C7 5.09554 7 4.39331 7.33706 3.88886C7.48298 3.67048 7.67048 3.48298 7.88886 3.33706C8.39331 3 9.09554 3 10.5 3H18.5C19.9045 3 20.6067 3 21.1111 3.33706C21.3295 3.48298 21.517 3.67048 21.6629 3.88886C22 4.39331 22 5.09554 22 6.5C22 7.90446 22 8.60669 21.6629 9.11114C21.517 9.32952 21.3295 9.51702 21.1111 9.66294C20.6067 10 19.9045 10 18.5 10H10.5C9.09554 10 8.39331 10 7.88886 9.66294C7.67048 9.51702 7.48298 9.32952 7.33706 9.11114C7 8.60669 7 7.90446 7 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 17.5C7 16.0955 7 15.3933 7.33706 14.8889C7.48298 14.6705 7.67048 14.483 7.88886 14.3371C8.39331 14 9.09554 14 10.5 14H18.5C19.9045 14 20.6067 14 21.1111 14.3371C21.3295 14.483 21.517 14.6705 21.6629 14.8889C22 15.3933 22 16.0955 22 17.5C22 18.9045 22 19.6067 21.6629 20.1111C21.517 20.3295 21.3295 20.517 21.1111 20.6629C20.6067 21 19.9045 21 18.5 21H10.5C9.09554 21 8.39331 21 7.88886 20.6629C7.67048 20.517 7.48298 20.3295 7.33706 20.1111C7 19.6067 7 18.9045 7 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 9L3.53318 10.5858C4.17772 11.2525 4.5 11.5858 4.5 12C4.5 12.4142 4.17773 12.7475 3.53318 13.4142L2 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5C7 5.09554 7 4.39331 7.33706 3.88886C7.48298 3.67048 7.67048 3.48298 7.88886 3.33706C8.39331 3 9.09554 3 10.5 3H18.5C19.9045 3 20.6067 3 21.1111 3.33706C21.3295 3.48298 21.517 3.67048 21.6629 3.88886C22 4.39331 22 5.09554 22 6.5C22 7.90446 22 8.60669 21.6629 9.11114C21.517 9.32952 21.3295 9.51702 21.1111 9.66294C20.6067 10 19.9045 10 18.5 10H10.5C9.09554 10 8.39331 10 7.88886 9.66294C7.67048 9.51702 7.48298 9.32952 7.33706 9.11114C7 8.60669 7 7.90446 7 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 17.5C7 16.0955 7 15.3933 7.33706 14.8889C7.48298 14.6705 7.67048 14.483 7.88886 14.3371C8.39331 14 9.09554 14 10.5 14H18.5C19.9045 14 20.6067 14 21.1111 14.3371C21.3295 14.483 21.517 14.6705 21.6629 14.8889C22 15.3933 22 16.0955 22 17.5C22 18.9045 22 19.6067 21.6629 20.1111C21.517 20.3295 21.3295 20.517 21.1111 20.6629C20.6067 21 19.9045 21 18.5 21H10.5C9.09554 21 8.39331 21 7.88886 20.6629C7.67048 20.517 7.48298 20.3295 7.33706 20.1111C7 19.6067 7 18.9045 7 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 9L3.53318 10.5858C4.17772 11.2525 4.5 11.5858 4.5 12C4.5 12.4142 4.17773 12.7475 3.53318 13.4142L2 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-ruler{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 10.5L19.5 12.5M14 14L16 16M10.5 17.5L12.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5355 4.67767C11.9002 3.31296 12.5826 2.6306 13.3438 2.3153C14.3587 1.8949 15.4991 1.8949 16.5141 2.3153C17.2753 2.6306 17.9576 3.31296 19.3223 4.67767C20.687 6.04238 21.3694 6.72474 21.6847 7.48594C22.1051 8.50088 22.1051 9.64126 21.6847 10.6562C21.3694 11.4174 20.687 12.0998 19.3223 13.4645L13.4645 19.3223C12.0998 20.687 11.4174 21.3694 10.6562 21.6847C9.64126 22.1051 8.50088 22.1051 7.48594 21.6847C6.72474 21.3694 6.04238 20.687 4.67767 19.3223C3.31296 17.9576 2.6306 17.2753 2.3153 16.5141C1.8949 15.4991 1.8949 14.3587 2.3153 13.3438C2.6306 12.5826 3.31296 11.9002 4.67767 10.5355L10.5355 4.67767Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 10.5L19.5 12.5M14 14L16 16M10.5 17.5L12.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5355 4.67767C11.9002 3.31296 12.5826 2.6306 13.3438 2.3153C14.3587 1.8949 15.4991 1.8949 16.5141 2.3153C17.2753 2.6306 17.9576 3.31296 19.3223 4.67767C20.687 6.04238 21.3694 6.72474 21.6847 7.48594C22.1051 8.50088 22.1051 9.64126 21.6847 10.6562C21.3694 11.4174 20.687 12.0998 19.3223 13.4645L13.4645 19.3223C12.0998 20.687 11.4174 21.3694 10.6562 21.6847C9.64126 22.1051 8.50088 22.1051 7.48594 21.6847C6.72474 21.3694 6.04238 20.687 4.67767 19.3223C3.31296 17.9576 2.6306 17.2753 2.3153 16.5141C1.8949 15.4991 1.8949 14.3587 2.3153 13.3438C2.6306 12.5826 3.31296 11.9002 4.67767 10.5355L10.5355 4.67767Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-scissor-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 9.5L11 12M11 12L7 16M11 12L13.5 14.5M11 12L7 8M17 8C17 9.10457 16.1046 10 15 10C13.8954 10 13 9.10457 13 8C13 6.89543 13.8954 6 15 6C16.1046 6 17 6.89543 17 8ZM17 16C17 17.1046 16.1046 18 15 18C13.8954 18 13 17.1046 13 16C13 14.8954 13.8954 14 15 14C16.1046 14 17 14.8954 17 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 9.5L11 12M11 12L7 16M11 12L13.5 14.5M11 12L7 8M17 8C17 9.10457 16.1046 10 15 10C13.8954 10 13 9.10457 13 8C13 6.89543 13.8954 6 15 6C16.1046 6 17 6.89543 17 8ZM17 16C17 17.1046 16.1046 18 15 18C13.8954 18 13 17.1046 13 16C13 14.8954 13.8954 14 15 14C16.1046 14 17 14.8954 17 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-scissor{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 6C21 7.65685 19.6569 9 18 9C16.3431 9 15 7.65685 15 6C15 4.34315 16.3431 3 18 3C19.6569 3 21 4.34315 21 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.3431 16.3431 15 18 15C19.6569 15 21 16.3431 21 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 8L3 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0003 16L11 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.00011L8.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 6C21 7.65685 19.6569 9 18 9C16.3431 9 15 7.65685 15 6C15 4.34315 16.3431 3 18 3C19.6569 3 21 4.34315 21 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.3431 16.3431 15 18 15C19.6569 15 21 16.3431 21 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 8L3 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0003 16L11 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.00011L8.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-search-replace{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 15.9706 15.9706 20 11 20C7.46628 20 4.40822 17.9634 2.93552 15M2 11C2 6.02944 6.02944 2 11 2C14.5337 2 17.5918 4.03656 19.0645 7M19.0645 7V2M19.0645 7H14.5M2.93552 15L2.93552 20M2.93552 15L7.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 15.9706 15.9706 20 11 20C7.46628 20 4.40822 17.9634 2.93552 15M2 11C2 6.02944 6.02944 2 11 2C14.5337 2 17.5918 4.03656 19.0645 7M19.0645 7V2M19.0645 7H14.5M2.93552 15L2.93552 20M2.93552 15L7.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-select-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 2V8M2 5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5H15M12 22H15M18 5H18.5C20.433 5 22 6.567 22 8.5V9M22 18V18.5C22 20.433 20.433 22 18.5 22H18M9 22H8.5C6.567 22 5 20.433 5 18.5L5 18M22 12V15M5 12L5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 2V8M2 5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5H15M12 22H15M18 5H18.5C20.433 5 22 6.567 22 8.5V9M22 18V18.5C22 20.433 20.433 22 18.5 22H18M9 22H8.5C6.567 22 5 20.433 5 18.5L5 18M22 12V15M5 12L5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-select-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 2V8M2 5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 18L20 7M7 20H18M18 5H12M5 12V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 5C18 4.05719 18 3.58579 18.2929 3.29289C18.5858 3 19.0572 3 20 3C20.9428 3 21.4142 3 21.7071 3.29289C22 3.58579 22 4.05719 22 5C22 5.94281 22 6.41421 21.7071 6.70711C21.4142 7 20.9428 7 20 7C19.0572 7 18.5858 7 18.2929 6.70711C18 6.41421 18 5.94281 18 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 20C18 19.0572 18 18.5858 18.2929 18.2929C18.5858 18 19.0572 18 20 18C20.9428 18 21.4142 18 21.7071 18.2929C22 18.5858 22 19.0572 22 20C22 20.9428 22 21.4142 21.7071 21.7071C21.4142 22 20.9428 22 20 22C19.0572 22 18.5858 22 18.2929 21.7071C18 21.4142 18 20.9428 18 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 20C3 19.0572 3 18.5858 3.29289 18.2929C3.58579 18 4.05719 18 5 18C5.94281 18 6.41421 18 6.70711 18.2929C7 18.5858 7 19.0572 7 20C7 20.9428 7 21.4142 6.70711 21.7071C6.41421 22 5.94281 22 5 22C4.05719 22 3.58579 22 3.29289 21.7071C3 21.4142 3 20.9428 3 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 2V8M2 5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 18L20 7M7 20H18M18 5H12M5 12V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 5C18 4.05719 18 3.58579 18.2929 3.29289C18.5858 3 19.0572 3 20 3C20.9428 3 21.4142 3 21.7071 3.29289C22 3.58579 22 4.05719 22 5C22 5.94281 22 6.41421 21.7071 6.70711C21.4142 7 20.9428 7 20 7C19.0572 7 18.5858 7 18.2929 6.70711C18 6.41421 18 5.94281 18 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 20C18 19.0572 18 18.5858 18.2929 18.2929C18.5858 18 19.0572 18 20 18C20.9428 18 21.4142 18 21.7071 18.2929C22 18.5858 22 19.0572 22 20C22 20.9428 22 21.4142 21.7071 21.7071C21.4142 22 20.9428 22 20 22C19.0572 22 18.5858 22 18.2929 21.7071C18 21.4142 18 20.9428 18 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 20C3 19.0572 3 18.5858 3.29289 18.2929C3.58579 18 4.05719 18 5 18C5.94281 18 6.41421 18 6.70711 18.2929C7 18.5858 7 19.0572 7 20C7 20.9428 7 21.4142 6.70711 21.7071C6.41421 22 5.94281 22 5 22C4.05719 22 3.58579 22 3.29289 21.7071C3 21.4142 3 20.9428 3 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-signature{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12.6344C18 16.1465 17.4279 10.621 15.3496 11.0165C13 11.4637 11.5 16.4445 13 16.4445C14.5 16.4445 12.5 10.5 10.5 12.5556C8.5 14.6111 7.85936 17.2946 6.23526 15.3025C-1.5 5.81446 4.99998 -1.14994 8.16322 3.45685C10.1653 6.37256 6.5 16.9769 2 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12.6344C18 16.1465 17.4279 10.621 15.3496 11.0165C13 11.4637 11.5 16.4445 13 16.4445C14.5 16.4445 12.5 10.5 10.5 12.5556C8.5 14.6111 7.85936 17.2946 6.23526 15.3025C-1.5 5.81446 4.99998 -1.14994 8.16322 3.45685C10.1653 6.37256 6.5 16.9769 2 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-skew{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%229%22 cy%3D%224%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%227%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%224%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9171 4.5752L17.0848 6.4255M19.1544 8.99455L19.8476 18.0061M18.0162 19.7523L5.98574 18.2484M8.32812 5.88435L4.67383 16.1164%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%229%22 cy%3D%224%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%227%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%224%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9171 4.5752L17.0848 6.4255M19.1544 8.99455L19.8476 18.0061M18.0162 19.7523L5.98574 18.2484M8.32812 5.88435L4.67383 16.1164%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-solid-line-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12L21.5002 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12L21.5002 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-solid-line-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-straight-edge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.49902 17.5008L10.5 13.5M13.5 10.5L17.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 5C21 6.10457 20.1046 7 19 7C17.8954 7 17 6.10457 17 5C17 3.89543 17.8954 3 19 3C20.1046 3 21 3.89543 21 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 19C7 20.1046 6.10457 21 5 21C3.89543 21 3 20.1046 3 19C3 17.8954 3.89543 17 5 17C6.10457 17 7 17.8954 7 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.49902 17.5008L10.5 13.5M13.5 10.5L17.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 5C21 6.10457 20.1046 7 19 7C17.8954 7 17 6.10457 17 5C17 3.89543 17.8954 3 19 3C20.1046 3 21 3.89543 21 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 19C7 20.1046 6.10457 21 5 21C3.89543 21 3 20.1046 3 19C3 17.8954 3.89543 17 5 17C6.10457 17 7 17.8954 7 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-stroke-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 22H18C19.8856 22 20.8284 22 21.4142 21.4142C22 20.8284 22 19.8856 22 18V17C22 15.1144 22 14.1716 21.4142 13.5858C20.8284 13 19.8856 13 18 13L15 13C13.1144 13 12.1716 13 11.5858 12.4142C11 11.8284 11 10.8856 11 9V6C11 4.11438 11 3.17157 10.4142 2.58579C9.82843 2 8.88562 2 7 2L6 2C4.11438 2 3.17157 2 2.58579 2.58579C2 3.17157 2 4.11438 2 6L2 16C2 18.8284 2 20.2426 2.87868 21.1213C3.75736 22 5.17157 22 8 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16.5C10 17.8807 8.88071 19 7.5 19C6.11929 19 5 17.8807 5 16.5C5 15.1193 6.11929 14 7.5 14C8.88071 14 10 15.1193 10 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 10V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 22H18C19.8856 22 20.8284 22 21.4142 21.4142C22 20.8284 22 19.8856 22 18V17C22 15.1144 22 14.1716 21.4142 13.5858C20.8284 13 19.8856 13 18 13L15 13C13.1144 13 12.1716 13 11.5858 12.4142C11 11.8284 11 10.8856 11 9V6C11 4.11438 11 3.17157 10.4142 2.58579C9.82843 2 8.88562 2 7 2L6 2C4.11438 2 3.17157 2 2.58579 2.58579C2 3.17157 2 4.11438 2 6L2 16C2 18.8284 2 20.2426 2.87868 21.1213C3.75736 22 5.17157 22 8 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16.5C10 17.8807 8.88071 19 7.5 19C6.11929 19 5 17.8807 5 16.5C5 15.1193 6.11929 14 7.5 14C8.88071 14 10 15.1193 10 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 10V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-stroke-inside{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 19C8 20.6569 6.65685 22 5 22C3.34315 22 2 20.6569 2 19C2 17.3431 3.34315 16 5 16C6.65685 16 8 17.3431 8 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 22H18C19.8856 22 20.8284 22 21.4142 21.4142C22 20.8284 22 19.8856 22 18V17C22 15.1144 22 14.1716 21.4142 13.5858C20.8284 13 19.8856 13 18 13L15 13C13.1144 13 12.1716 13 11.5858 12.4142C11 11.8284 11 10.8856 11 9V6C11 4.11438 11 3.17157 10.4142 2.58579C9.82843 2 8.88562 2 7 2L6 2C4.11438 2 3.17157 2 2.58579 2.58579C2 3.17157 2 4.11438 2 6V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 19C8 20.6569 6.65685 22 5 22C3.34315 22 2 20.6569 2 19C2 17.3431 3.34315 16 5 16C6.65685 16 8 17.3431 8 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 22H18C19.8856 22 20.8284 22 21.4142 21.4142C22 20.8284 22 19.8856 22 18V17C22 15.1144 22 14.1716 21.4142 13.5858C20.8284 13 19.8856 13 18 13L15 13C13.1144 13 12.1716 13 11.5858 12.4142C11 11.8284 11 10.8856 11 9V6C11 4.11438 11 3.17157 10.4142 2.58579C9.82843 2 8.88562 2 7 2L6 2C4.11438 2 3.17157 2 2.58579 2.58579C2 3.17157 2 4.11438 2 6V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-stroke-outside{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 13C19.8856 13 20.8284 13 21.4142 13.5858C22 14.1716 22 15.1144 22 17V18C22 19.8856 22 20.8284 21.4142 21.4142C20.8284 22 19.8856 22 18 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16L2 6C2 4.11438 2 3.17157 2.58579 2.58579C3.17157 2 4.11438 2 6 2L7 2C8.88562 2 9.82843 2 10.4142 2.58579C11 3.17157 11 4.11438 11 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 13C19.8856 13 20.8284 13 21.4142 13.5858C22 14.1716 22 15.1144 22 17V18C22 19.8856 22 20.8284 21.4142 21.4142C20.8284 22 19.8856 22 18 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16L2 6C2 4.11438 2 3.17157 2.58579 2.58579C3.17157 2 4.11438 2 6 2L7 2C8.88562 2 9.82843 2 10.4142 2.58579C11 3.17157 11 4.11438 11 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-swatch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5551 4C17.0179 4.42885 17.5421 4.96506 18.1713 5.60862C20.0571 7.53758 21 8.50206 21 9.70056C21 10.8991 20.0571 11.8635 18.1713 13.7925L11.7706 20.3396C11.5289 20.5868 11.2709 20.8069 11 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16.6153C2 19.5892 4.48731 22 7.55556 22H16.4444C19.0634 22 20.3728 22 21.1864 21.2114C22 20.4229 22 19.1537 22 16.6153C22 16.0078 22 15.4729 21.9888 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7.55556C2 4.93664 2 3.62718 2.80546 2.81359C3.61091 2 4.90728 2 7.5 2C10.0927 2 11.3891 2 12.1945 2.81359C13 3.62718 13 4.93664 13 7.55556V16.4444C13 19.5127 10.5376 22 7.5 22C4.46243 22 2 19.5127 2 16.4444V7.55556Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 17.5H7.50898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8H13M2 13H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5551 4C17.0179 4.42885 17.5421 4.96506 18.1713 5.60862C20.0571 7.53758 21 8.50206 21 9.70056C21 10.8991 20.0571 11.8635 18.1713 13.7925L11.7706 20.3396C11.5289 20.5868 11.2709 20.8069 11 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16.6153C2 19.5892 4.48731 22 7.55556 22H16.4444C19.0634 22 20.3728 22 21.1864 21.2114C22 20.4229 22 19.1537 22 16.6153C22 16.0078 22 15.4729 21.9888 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7.55556C2 4.93664 2 3.62718 2.80546 2.81359C3.61091 2 4.90728 2 7.5 2C10.0927 2 11.3891 2 12.1945 2.81359C13 3.62718 13 4.93664 13 7.55556V16.4444C13 19.5127 10.5376 22 7.5 22C4.46243 22 2 19.5127 2 16.4444V7.55556Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 17.5H7.50898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8H13M2 13H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-strikethrough{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.66667C17.5 5.08934 15.0376 3 12 3C8.96243 3 6.5 5.08934 6.5 7.66667C6.5 8.15279 6.55336 8.59783 6.6668 9M6 16.3333C6 18.9107 8.68629 21 12 21C15.3137 21 18 19.6667 18 16.3333C18 13.9404 16.9693 12.5782 14.9079 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.66667C17.5 5.08934 15.0376 3 12 3C8.96243 3 6.5 5.08934 6.5 7.66667C6.5 8.15279 6.55336 8.59783 6.6668 9M6 16.3333C6 18.9107 8.68629 21 12 21C15.3137 21 18 19.6667 18 16.3333C18 13.9404 16.9693 12.5782 14.9079 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-align-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 21H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 21H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-align-justify-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-align-justify-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-align-justify-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-align-left-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-align-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 4.5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 14.5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 4.5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 14.5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-align-right-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-align-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 4.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 19.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 4.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 19.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-all-caps{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5714 21H5.42857M8 3V21M8 3C6.81082 3 5.28326 3.12265 4.06709 3.24346C3.55271 3.29456 3.29552 3.32011 3.06788 3.41021C2.59438 3.59763 2.21271 4.00855 2.06906 4.48556C2 4.71489 2 4.97659 2 5.5M8 3C8.60727 3 9.30278 3.03198 10 3.07938%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5706 21H13.4277M15.9992 3V21M15.9992 3C17.1883 3 18.7159 3.12265 19.9321 3.24346C20.4465 3.29456 20.7036 3.32011 20.9313 3.41021C21.4048 3.59763 21.7865 4.00855 21.9301 4.48556C21.9992 4.71489 21.9992 4.97659 21.9992 5.5M15.9992 3C15.3921 3 14.6968 3.03196 13.9999 3.07933%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5714 21H5.42857M8 3V21M8 3C6.81082 3 5.28326 3.12265 4.06709 3.24346C3.55271 3.29456 3.29552 3.32011 3.06788 3.41021C2.59438 3.59763 2.21271 4.00855 2.06906 4.48556C2 4.71489 2 4.97659 2 5.5M8 3C8.60727 3 9.30278 3.03198 10 3.07938%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5706 21H13.4277M15.9992 3V21M15.9992 3C17.1883 3 18.7159 3.12265 19.9321 3.24346C20.4465 3.29456 20.7036 3.32011 20.9313 3.41021C21.4048 3.59763 21.7865 4.00855 21.9301 4.48556C21.9992 4.71489 21.9992 4.97659 21.9992 5.5M15.9992 3C15.3921 3 14.6968 3.03196 13.9999 3.07933%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-bold{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 6C5 4.58579 5 3.87868 5.43934 3.43934C5.87868 3 6.58579 3 8 3H12.5789C15.0206 3 17 5.01472 17 7.5C17 9.98528 15.0206 12 12.5789 12H5V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.4286 12H13.6667C16.0599 12 18 14.0147 18 16.5C18 18.9853 16.0599 21 13.6667 21H8C6.58579 21 5.87868 21 5.43934 20.5607C5 20.1213 5 19.4142 5 18V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M5 6C5 4.58579 5 3.87868 5.43934 3.43934C5.87868 3 6.58579 3 8 3H12.5789C15.0206 3 17 5.01472 17 7.5C17 9.98528 15.0206 12 12.5789 12H5V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.4286 12H13.6667C16.0599 12 18 14.0147 18 16.5C18 18.9853 16.0599 21 13.6667 21H8C6.58579 21 5.87868 21 5.43934 20.5607C5 20.1213 5 19.4142 5 18V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-centerline-center-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3.5H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 3.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9.5H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.58579 10.4142C9.17157 11 10.1144 11 12 11C13.8856 11 14.8284 11 15.4142 10.4142C16 9.82843 16 8.88562 16 7C16 5.11438 16 4.17157 15.4142 3.58579C14.8284 3 13.8856 3 12 3C10.1144 3 9.17157 3 8.58579 3.58579C8 4.17157 8 5.11438 8 7C8 8.88562 8 9.82843 8.58579 10.4142Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3.5H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 3.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9.5H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.58579 10.4142C9.17157 11 10.1144 11 12 11C13.8856 11 14.8284 11 15.4142 10.4142C16 9.82843 16 8.88562 16 7C16 5.11438 16 4.17157 15.4142 3.58579C14.8284 3 13.8856 3 12 3C10.1144 3 9.17157 3 8.58579 3.58579C8 4.17157 8 5.11438 8 7C8 8.88562 8 9.82843 8.58579 10.4142Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-centerline-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5858 15.4142C14.1716 16 15.1144 16 17 16C18.8856 16 19.8284 16 20.4142 15.4142C21 14.8284 21 13.8856 21 12C21 10.1144 21 9.17157 20.4142 8.58579C19.8284 8 18.8856 8 17 8C15.1144 8 14.1716 8 13.5858 8.58579C13 9.17157 13 10.1144 13 12C13 13.8856 13 14.8284 13.5858 15.4142Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5858 15.4142C14.1716 16 15.1144 16 17 16C18.8856 16 19.8284 16 20.4142 15.4142C21 14.8284 21 13.8856 21 12C21 10.1144 21 9.17157 20.4142 8.58579C19.8284 8 18.8856 8 17 8C15.1144 8 14.1716 8 13.5858 8.58579C13 9.17157 13 10.1144 13 12C13 13.8856 13 14.8284 13.5858 15.4142Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-centerline-middle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.58579 15.4142C9.17157 16 10.1144 16 12 16C13.8856 16 14.8284 16 15.4142 15.4142C16 14.8284 16 13.8856 16 12C16 10.1144 16 9.17157 15.4142 8.58579C14.8284 8 13.8856 8 12 8C10.1144 8 9.17157 8 8.58579 8.58579C8 9.17157 8 10.1144 8 12C8 13.8856 8 14.8284 8.58579 15.4142Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.58579 15.4142C9.17157 16 10.1144 16 12 16C13.8856 16 14.8284 16 15.4142 15.4142C16 14.8284 16 13.8856 16 12C16 10.1144 16 9.17157 15.4142 8.58579C14.8284 8 13.8856 8 12 8C10.1144 8 9.17157 8 8.58579 8.58579C8 9.17157 8 10.1144 8 12C8 13.8856 8 14.8284 8.58579 15.4142Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-centerline-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.58579 15.4142C4.17157 16 5.11438 16 7 16C8.88562 16 9.82843 16 10.4142 15.4142C11 14.8284 11 13.8856 11 12C11 10.1144 11 9.17157 10.4142 8.58579C9.82843 8 8.88562 8 7 8C5.11438 8 4.17157 8 3.58579 8.58579C3 9.17157 3 10.1144 3 12C3 13.8856 3 14.8284 3.58579 15.4142Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.58579 15.4142C4.17157 16 5.11438 16 7 16C8.88562 16 9.82843 16 10.4142 15.4142C11 14.8284 11 13.8856 11 12C11 10.1144 11 9.17157 10.4142 8.58579C9.82843 8 8.88562 8 7 8C5.11438 8 4.17157 8 3.58579 8.58579C3 9.17157 3 10.1144 3 12C3 13.8856 3 14.8284 3.58579 15.4142Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3175 16.9775H11.9657M11.9657 16.9775H13.6301M11.9657 16.9775V7.4986M7.00486 9.21775C6.86716 8.16066 7.14307 7.69382 8.11503 7.43245C10.6056 6.76269 13.3077 6.87472 15.8115 7.49286C16.7545 7.72567 17.0765 8.14056 16.9427 9.21775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3175 16.9775H11.9657M11.9657 16.9775H13.6301M11.9657 16.9775V7.4986M7.00486 9.21775C6.86716 8.16066 7.14307 7.69382 8.11503 7.43245C10.6056 6.76269 13.3077 6.87472 15.8115 7.49286C16.7545 7.72567 17.0765 8.14056 16.9427 9.21775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-color{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 18L15.6247 9.15847C14.0574 5.05282 13.2737 3 12 3C10.7263 3 9.94261 5.05282 8.37527 9.15847L5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 18L15.6247 9.15847C14.0574 5.05282 13.2737 3 12 3C10.7263 3 9.94261 5.05282 8.37527 9.15847L5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-creation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 18.2139V6.21387M6 20.2139H18M18 4.21387H6M4 6.21387V18.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.99901 10.2139C7.70512 8.64515 8.73403 8.27334 11.9564 8.21387M11.9564 8.21387C14.9534 8.28122 16.1887 8.5192 15.9138 10.2139M11.9564 8.21387V16.2139M10.4724 16.2139H13.4405%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 2.21387H19C18.4477 2.21387 18 2.66158 18 3.21387V5.21387C18 5.76615 18.4477 6.21387 19 6.21387H21C21.5523 6.21387 22 5.76615 22 5.21387V3.21387C22 2.66158 21.5523 2.21387 21 2.21387Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 2.21387H3C2.44772 2.21387 2 2.66158 2 3.21387V5.21387C2 5.76615 2.44772 6.21387 3 6.21387H5C5.55228 6.21387 6 5.76615 6 5.21387V3.21387C6 2.66158 5.55228 2.21387 5 2.21387Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 18.2139H19C18.4477 18.2139 18 18.6616 18 19.2139V21.2139C18 21.7662 18.4477 22.2139 19 22.2139H21C21.5523 22.2139 22 21.7662 22 21.2139V19.2139C22 18.6616 21.5523 18.2139 21 18.2139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 18.2139H3C2.44772 18.2139 2 18.6616 2 19.2139V21.2139C2 21.7662 2.44772 22.2139 3 22.2139H5C5.55228 22.2139 6 21.7662 6 21.2139V19.2139C6 18.6616 5.55228 18.2139 5 18.2139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 18.2139V6.21387M6 20.2139H18M18 4.21387H6M4 6.21387V18.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.99901 10.2139C7.70512 8.64515 8.73403 8.27334 11.9564 8.21387M11.9564 8.21387C14.9534 8.28122 16.1887 8.5192 15.9138 10.2139M11.9564 8.21387V16.2139M10.4724 16.2139H13.4405%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 2.21387H19C18.4477 2.21387 18 2.66158 18 3.21387V5.21387C18 5.76615 18.4477 6.21387 19 6.21387H21C21.5523 6.21387 22 5.76615 22 5.21387V3.21387C22 2.66158 21.5523 2.21387 21 2.21387Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 2.21387H3C2.44772 2.21387 2 2.66158 2 3.21387V5.21387C2 5.76615 2.44772 6.21387 3 6.21387H5C5.55228 6.21387 6 5.76615 6 5.21387V3.21387C6 2.66158 5.55228 2.21387 5 2.21387Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 18.2139H19C18.4477 18.2139 18 18.6616 18 19.2139V21.2139C18 21.7662 18.4477 22.2139 19 22.2139H21C21.5523 22.2139 22 21.7662 22 21.2139V19.2139C22 18.6616 21.5523 18.2139 21 18.2139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 18.2139H3C2.44772 18.2139 2 18.6616 2 19.2139V21.2139C2 21.7662 2.44772 22.2139 3 22.2139H5C5.55228 22.2139 6 21.7662 6 21.2139V19.2139C6 18.6616 5.55228 18.2139 5 18.2139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-firstline-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5858 9.91421C14.1716 10.5 15.1144 10.5 17 10.5C18.8856 10.5 19.8284 10.5 20.4142 9.91421C21 9.32843 21 8.38562 21 6.5C21 4.61438 21 3.67157 20.4142 3.08579C19.8284 2.5 18.8856 2.5 17 2.5C15.1144 2.5 14.1716 2.5 13.5858 3.08579C13 3.67157 13 4.61438 13 6.5C13 8.38562 13 9.32843 13.5858 9.91421Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5858 9.91421C14.1716 10.5 15.1144 10.5 17 10.5C18.8856 10.5 19.8284 10.5 20.4142 9.91421C21 9.32843 21 8.38562 21 6.5C21 4.61438 21 3.67157 20.4142 3.08579C19.8284 2.5 18.8856 2.5 17 2.5C15.1144 2.5 14.1716 2.5 13.5858 3.08579C13 3.67157 13 4.61438 13 6.5C13 8.38562 13 9.32843 13.5858 9.91421Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-firstline-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 3.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.58579 9.91421C4.17157 10.5 5.11438 10.5 7 10.5C8.88562 10.5 9.82843 10.5 10.4142 9.91421C11 9.32843 11 8.38562 11 6.5C11 4.61438 11 3.67157 10.4142 3.08579C9.82843 2.5 8.88562 2.5 7 2.5C5.11438 2.5 4.17157 2.5 3.58579 3.08579C3 3.67157 3 4.61438 3 6.5C3 8.38562 3 9.32843 3.58579 9.91421Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 3.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.58579 9.91421C4.17157 10.5 5.11438 10.5 7 10.5C8.88562 10.5 9.82843 10.5 10.4142 9.91421C11 9.32843 11 8.38562 11 6.5C11 4.61438 11 3.67157 10.4142 3.08579C9.82843 2.5 8.88562 2.5 7 2.5C5.11438 2.5 4.17157 2.5 3.58579 3.08579C3 3.67157 3 4.61438 3 6.5C3 8.38562 3 9.32843 3.58579 9.91421Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-font{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 19.2139L11.1069 10.9618C9.76348 7.12984 9.09177 5.21387 8 5.21387C6.90823 5.21387 6.23652 7.12984 4.89309 10.9618L2 19.2139M4.5 12.2139H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9692 14.1531V18.6531M21.9692 14.1531C22.0164 13.33 22.0182 12.703 21.9194 12.1911C21.6864 10.9847 20.4258 10.2577 19.206 10.1099C18.0385 9.96834 17.1015 10.2689 16.1535 11.6501M21.9692 14.1531L19.1256 14.1531C18.6887 14.1531 18.2481 14.1742 17.8272 14.2912C15.2545 15.0063 15.4431 18.6142 18.0233 19.0589C18.3099 19.1083 18.6025 19.1294 18.8927 19.1165C19.5703 19.0862 20.1955 18.7589 20.7321 18.3439C21.3605 17.8579 21.9692 17.1793 21.9692 16.1531V14.1531Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 19.2139L11.1069 10.9618C9.76348 7.12984 9.09177 5.21387 8 5.21387C6.90823 5.21387 6.23652 7.12984 4.89309 10.9618L2 19.2139M4.5 12.2139H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9692 14.1531V18.6531M21.9692 14.1531C22.0164 13.33 22.0182 12.703 21.9194 12.1911C21.6864 10.9847 20.4258 10.2577 19.206 10.1099C18.0385 9.96834 17.1015 10.2689 16.1535 11.6501M21.9692 14.1531L19.1256 14.1531C18.6887 14.1531 18.2481 14.1742 17.8272 14.2912C15.2545 15.0063 15.4431 18.6142 18.0233 19.0589C18.3099 19.1083 18.6025 19.1294 18.8927 19.1165C19.5703 19.0862 20.1955 18.7589 20.7321 18.3439C21.3605 17.8579 21.9692 17.1793 21.9692 16.1531V14.1531Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-footnote{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.75 6.23535L19.7494 9.07085M19.7494 9.07085L22 8.05353M19.7494 9.07085L17.5 8.05353M19.7494 9.07085L17.95 11.2354M19.7494 9.07085L21.55 11.2354%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21.3496H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 6.3457C16 5.68874 16 5.36026 15.9194 5.07241C15.7518 4.47369 15.3066 3.95792 14.7541 3.72268C14.4886 3.60958 14.1885 3.57752 13.5884 3.51339C12.1695 3.36174 10.3874 3.3457 9 3.3457C7.61262 3.3457 5.83047 3.36174 4.41161 3.51339C3.8115 3.57752 3.51144 3.60958 3.24586 3.72268C2.69344 3.95792 2.24816 4.47369 2.08057 5.07241C2 5.36026 2 5.68874 2 6.3457%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3.69824L9 21.3499%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.75 6.23535L19.7494 9.07085M19.7494 9.07085L22 8.05353M19.7494 9.07085L17.5 8.05353M19.7494 9.07085L17.95 11.2354M19.7494 9.07085L21.55 11.2354%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21.3496H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 6.3457C16 5.68874 16 5.36026 15.9194 5.07241C15.7518 4.47369 15.3066 3.95792 14.7541 3.72268C14.4886 3.60958 14.1885 3.57752 13.5884 3.51339C12.1695 3.36174 10.3874 3.3457 9 3.3457C7.61262 3.3457 5.83047 3.36174 4.41161 3.51339C3.8115 3.57752 3.51144 3.60958 3.24586 3.72268C2.69344 3.95792 2.24816 4.47369 2.08057 5.07241C2 5.36026 2 5.68874 2 6.3457%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3.69824L9 21.3499%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-indent-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 3H21M11 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 3L4.54218 4.24227C5.84739 5.29366 6.5 5.81935 6.5 6.5C6.5 7.18065 5.84739 7.70635 4.54218 8.75773L3 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 3H21M11 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 3L4.54218 4.24227C5.84739 5.29366 6.5 5.81935 6.5 6.5C6.5 7.18065 5.84739 7.70635 4.54218 8.75773L3 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-indent-less{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 4.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8.5L18.4578 9.74227C17.1526 10.7937 16.5 11.3193 16.5 12C16.5 12.6807 17.1526 13.2063 18.4578 14.2577L20 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 4.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8.5L18.4578 9.74227C17.1526 10.7937 16.5 11.3193 16.5 12C16.5 12.6807 17.1526 13.2063 18.4578 14.2577L20 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-indent-more{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 4.5H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9.5H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14.5H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 19.5H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 8.5L5.54218 9.74227C6.84739 10.7937 7.5 11.3193 7.5 12C7.5 12.6807 6.84739 13.2063 5.54218 14.2577L4 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 4.5H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9.5H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14.5H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 19.5H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 8.5L5.54218 9.74227C6.84739 10.7937 7.5 11.3193 7.5 12C7.5 12.6807 6.84739 13.2063 5.54218 14.2577L4 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-indent{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9.5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19.5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M1.99805 9L3.06285 7.89844C3.96404 6.96615 4.41463 6.5 4.99805 6.5C5.58146 6.5 6.03206 6.96615 6.93324 7.89844L7.99805 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14L6.9352 15.1016C6.03401 16.0339 5.58342 16.5 5 16.5C4.41658 16.5 3.96599 16.0339 3.0648 15.1016L2 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9.5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19.5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M1.99805 9L3.06285 7.89844C3.96404 6.96615 4.41463 6.5 4.99805 6.5C5.58146 6.5 6.03206 6.96615 6.93324 7.89844L7.99805 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14L6.9352 15.1016C6.03401 16.0339 5.58342 16.5 5 16.5C4.41658 16.5 3.96599 16.0339 3.0648 15.1016L2 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-italic{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 20L16 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 20H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 20L16 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 20H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-kerning{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 13.5L20.2857 9M20.2857 9L18.7816 5.0518C18.7399 4.9422 18.719 4.8874 18.6926 4.84085C18.5914 4.66247 18.4186 4.5405 18.2216 4.50838C18.1702 4.5 18.1135 4.5 18 4.5C17.8865 4.5 17.8298 4.5 17.7784 4.50838C17.5814 4.5405 17.4086 4.66247 17.3074 4.84085C17.281 4.8874 17.2601 4.9422 17.2184 5.0518L15.7143 9M20.2857 9L15.7143 9M15.7143 9L14 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4.5L5.21836 12.9482C5.26012 13.0578 5.28099 13.1126 5.3074 13.1591C5.40861 13.3375 5.5814 13.4595 5.77836 13.4916C5.82975 13.5 5.8865 13.5 6 13.5C6.1135 13.5 6.17025 13.5 6.22164 13.4916C6.4186 13.4595 6.59138 13.3375 6.6926 13.1591C6.71901 13.1126 6.73988 13.0578 6.78164 12.9482L10 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19.5H22M22 19.5C22 19.8314 21.6667 20.098 21 20.6314L19.9142 21.5M22 19.5C22 19.1686 21.6667 18.902 21 18.3686L19.9142 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 2.5L9.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 13.5L20.2857 9M20.2857 9L18.7816 5.0518C18.7399 4.9422 18.719 4.8874 18.6926 4.84085C18.5914 4.66247 18.4186 4.5405 18.2216 4.50838C18.1702 4.5 18.1135 4.5 18 4.5C17.8865 4.5 17.8298 4.5 17.7784 4.50838C17.5814 4.5405 17.4086 4.66247 17.3074 4.84085C17.281 4.8874 17.2601 4.9422 17.2184 5.0518L15.7143 9M20.2857 9L15.7143 9M15.7143 9L14 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4.5L5.21836 12.9482C5.26012 13.0578 5.28099 13.1126 5.3074 13.1591C5.40861 13.3375 5.5814 13.4595 5.77836 13.4916C5.82975 13.5 5.8865 13.5 6 13.5C6.1135 13.5 6.17025 13.5 6.22164 13.4916C6.4186 13.4595 6.59138 13.3375 6.6926 13.1591C6.71901 13.1126 6.73988 13.0578 6.78164 12.9482L10 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19.5H22M22 19.5C22 19.8314 21.6667 20.098 21 20.6314L19.9142 21.5M22 19.5C22 19.1686 21.6667 18.902 21 18.3686L19.9142 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 2.5L9.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-number-sign{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 20V7.02172C2 5.10465 2 4.00007 2.4389 4.00007C2.95995 4.00007 3.33531 4.66033 4.25033 6.27292L10.7497 17.7271C11.6647 19.3397 12.0233 20 12.5611 20C13 20 13 18.8954 13 16.9784V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13L22 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5806 4.58056C17.3546 3.80648 20.6454 3.80648 21.4194 4.58056C22.1935 5.35464 22.1935 8.64536 21.4194 9.41944C20.6454 10.1935 17.3546 10.1935 16.5806 9.41944C15.8065 8.64536 15.8065 5.35464 16.5806 4.58056Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 20V7.02172C2 5.10465 2 4.00007 2.4389 4.00007C2.95995 4.00007 3.33531 4.66033 4.25033 6.27292L10.7497 17.7271C11.6647 19.3397 12.0233 20 12.5611 20C13 20 13 18.8954 13 16.9784V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13L22 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5806 4.58056C17.3546 3.80648 20.6454 3.80648 21.4194 4.58056C22.1935 5.35464 22.1935 8.64536 21.4194 9.41944C20.6454 10.1935 17.3546 10.1935 16.5806 9.41944C15.8065 8.64536 15.8065 5.35464 16.5806 4.58056Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-selection{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 2.99978C5.19762 2.94766 6.27169 2.8828 7 4.49299M7 4.49299C7.55725 3.24106 8.3892 2.88493 11 2.99978M7 4.49299V18.9273M7 18.9273C7.23098 20.6654 8.13564 21.0811 11 20.9183M7 18.9273C6.69648 20.709 5.77433 21.1515 3 20.9183M4 11.959H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9729 15.9413V20.4209M20.9729 15.9413C21.02 15.1219 21.0218 14.4977 20.9231 13.9882C20.6905 12.7873 19.4318 12.0635 18.2138 11.9164C17.0481 11.7755 16.1125 12.0747 15.1659 13.4496M20.9729 15.9413L18.1335 15.9413C17.6974 15.9413 17.2573 15.9622 16.8371 16.0787C14.2683 16.7906 14.4566 20.3822 17.0329 20.8248C17.3191 20.874 17.6113 20.8951 17.901 20.8822C18.5776 20.8521 19.2018 20.5262 19.7376 20.1131C20.3651 19.6293 20.9729 18.9538 20.9729 17.9322V15.9413Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 2.99978C5.19762 2.94766 6.27169 2.8828 7 4.49299M7 4.49299C7.55725 3.24106 8.3892 2.88493 11 2.99978M7 4.49299V18.9273M7 18.9273C7.23098 20.6654 8.13564 21.0811 11 20.9183M7 18.9273C6.69648 20.709 5.77433 21.1515 3 20.9183M4 11.959H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9729 15.9413V20.4209M20.9729 15.9413C21.02 15.1219 21.0218 14.4977 20.9231 13.9882C20.6905 12.7873 19.4318 12.0635 18.2138 11.9164C17.0481 11.7755 16.1125 12.0747 15.1659 13.4496M20.9729 15.9413L18.1335 15.9413C17.6974 15.9413 17.2573 15.9622 16.8371 16.0787C14.2683 16.7906 14.4566 20.3822 17.0329 20.8248C17.3191 20.874 17.6113 20.8951 17.901 20.8822C18.5776 20.8521 19.2018 20.5262 19.7376 20.1131C20.3651 19.6293 20.9729 18.9538 20.9729 17.9322V15.9413Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-smallcaps{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5714 18H5.42857M8 3V18M8 3C6.81082 3 5.28326 3.12265 4.06709 3.24346C3.55271 3.29456 3.29552 3.32011 3.06788 3.41021C2.59438 3.59763 2.21271 4.00855 2.06906 4.48556C2 4.71489 2 4.97659 2 5.5M8 3C9.18918 3 10.7167 3.12265 11.9329 3.24346C12.4473 3.29456 12.7045 3.32011 12.9321 3.41021C13.4056 3.59763 13.7873 4.00855 13.9309 4.48556C14 4.71489 14 4.97659 14 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.7143 21H16.2857M18 12V21M18 12C17.2072 12 16.1888 12.0818 15.3781 12.1623C15.0351 12.1964 14.8637 12.2134 14.7119 12.2735C14.3963 12.3984 14.1418 12.6724 14.046 12.9904C14 13.1433 14 13.3177 14 13.6667M18 12C18.7928 12 19.8112 12.0818 20.6219 12.1623C20.9649 12.1964 21.1363 12.2134 21.2881 12.2735C21.6037 12.3984 21.8582 12.6724 21.954 12.9904C22 13.1433 22 13.3177 22 13.6667%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5714 18H5.42857M8 3V18M8 3C6.81082 3 5.28326 3.12265 4.06709 3.24346C3.55271 3.29456 3.29552 3.32011 3.06788 3.41021C2.59438 3.59763 2.21271 4.00855 2.06906 4.48556C2 4.71489 2 4.97659 2 5.5M8 3C9.18918 3 10.7167 3.12265 11.9329 3.24346C12.4473 3.29456 12.7045 3.32011 12.9321 3.41021C13.4056 3.59763 13.7873 4.00855 13.9309 4.48556C14 4.71489 14 4.97659 14 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.7143 21H16.2857M18 12V21M18 12C17.2072 12 16.1888 12.0818 15.3781 12.1623C15.0351 12.1964 14.8637 12.2134 14.7119 12.2735C14.3963 12.3984 14.1418 12.6724 14.046 12.9904C14 13.1433 14 13.3177 14 13.6667M18 12C18.7928 12 19.8112 12.0818 20.6219 12.1623C20.9649 12.1964 21.1363 12.2134 21.2881 12.2735C21.6037 12.3984 21.8582 12.6724 21.954 12.9904C22 13.1433 22 13.3177 22 13.6667%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.9999 9.71387C6.75926 7.7189 7.91573 7.31074 11.9999 7.21387M11.9999 7.21387C16.1233 7.31445 17.3412 7.81216 16.9999 9.71387M11.9999 7.21387V17.2139M9.9999 17.2139H13.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.89124 4.10511C2.5 5.49636 2.5 7.73553 2.5 12.2139C2.5 16.6922 2.5 18.9314 3.89124 20.3227C5.28249 21.7139 7.52166 21.7139 12 21.7139C16.4783 21.7139 18.7175 21.7139 20.1088 20.3227C21.5 18.9314 21.5 16.6922 21.5 12.2139C21.5 7.73553 21.5 5.49636 20.1088 4.10511C18.7175 2.71387 16.4783 2.71387 12 2.71387C7.52166 2.71387 5.28249 2.71387 3.89124 4.10511Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.9999 9.71387C6.75926 7.7189 7.91573 7.31074 11.9999 7.21387M11.9999 7.21387C16.1233 7.31445 17.3412 7.81216 16.9999 9.71387M11.9999 7.21387V17.2139M9.9999 17.2139H13.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.89124 4.10511C2.5 5.49636 2.5 7.73553 2.5 12.2139C2.5 16.6922 2.5 18.9314 3.89124 20.3227C5.28249 21.7139 7.52166 21.7139 12 21.7139C16.4783 21.7139 18.7175 21.7139 20.1088 20.3227C21.5 18.9314 21.5 16.6922 21.5 12.2139C21.5 7.73553 21.5 5.49636 20.1088 4.10511C18.7175 2.71387 16.4783 2.71387 12 2.71387C7.52166 2.71387 5.28249 2.71387 3.89124 4.10511Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-subscript{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 21.2139H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 6.21387C17 5.58578 17 5.27174 16.9194 4.99654C16.7518 4.42413 16.3066 3.93103 15.7541 3.70613C15.4886 3.598 15.1885 3.56734 14.5884 3.50603C13.1695 3.36105 11.3874 3.21387 10 3.21387C8.61262 3.21387 6.83047 3.36105 5.41161 3.50603C4.8115 3.56734 4.51144 3.598 4.24586 3.70613C3.69344 3.93103 3.24816 4.42413 3.08057 4.99654C3 5.27174 3 5.58578 3 6.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 3.5625L10 21.0625%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 21.2138H20C19.5286 21.2138 19.2929 21.2138 19.1464 21.0704C19 20.9271 19 20.6963 19 20.2348V19.2904C19 18.495 19.176 18.3391 20.0004 18.3232C20.7769 18.3082 21.2401 18.2526 21.5607 18.0471C22 17.7654 22 17.3121 22 16.4054C22 14.6732 19 15.34 19 15.34%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 21.2139H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 6.21387C17 5.58578 17 5.27174 16.9194 4.99654C16.7518 4.42413 16.3066 3.93103 15.7541 3.70613C15.4886 3.598 15.1885 3.56734 14.5884 3.50603C13.1695 3.36105 11.3874 3.21387 10 3.21387C8.61262 3.21387 6.83047 3.36105 5.41161 3.50603C4.8115 3.56734 4.51144 3.598 4.24586 3.70613C3.69344 3.93103 3.24816 4.42413 3.08057 4.99654C3 5.27174 3 5.58578 3 6.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 3.5625L10 21.0625%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 21.2138H20C19.5286 21.2138 19.2929 21.2138 19.1464 21.0704C19 20.9271 19 20.6963 19 20.2348V19.2904C19 18.495 19.176 18.3391 20.0004 18.3232C20.7769 18.3082 21.2401 18.2526 21.5607 18.0471C22 17.7654 22 17.3121 22 16.4054C22 14.6732 19 15.34 19 15.34%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-superscript{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.75 3C9.75 2.58579 9.41421 2.25 9 2.25C8.58579 2.25 8.25 2.58579 8.25 3H9.75ZM8.25 21C8.25 21.4142 8.58579 21.75 9 21.75C9.41421 21.75 9.75 21.4142 9.75 21H8.25ZM8.25 3V21H9.75V3H8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16 6C16 5.37191 16 5.05787 15.9194 4.78267C15.7518 4.21026 15.3066 3.71716 14.7541 3.49226C14.4886 3.38413 14.1885 3.35347 13.5884 3.29216C12.1695 3.14718 10.3874 3 9 3C7.61262 3 5.83047 3.14718 4.41161 3.29216C3.8115 3.35347 3.51144 3.38413 3.24586 3.49226C2.69344 3.71716 2.24816 4.21026 2.08057 4.78267C2 5.05787 2 5.37191 2 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12H20C19.5286 12 19.2929 12 19.1464 11.8566C19 11.7133 19 11.4825 19 11.021V10.0766C19 9.28117 19.176 9.12533 20.0004 9.10939C20.7769 9.09438 21.2401 9.03883 21.5607 8.83328C22 8.55161 22 8.09827 22 7.19159C22 5.45943 19 6.12617 19 6.12617%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.75 3C9.75 2.58579 9.41421 2.25 9 2.25C8.58579 2.25 8.25 2.58579 8.25 3H9.75ZM8.25 21C8.25 21.4142 8.58579 21.75 9 21.75C9.41421 21.75 9.75 21.4142 9.75 21H8.25ZM8.25 3V21H9.75V3H8.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16 6C16 5.37191 16 5.05787 15.9194 4.78267C15.7518 4.21026 15.3066 3.71716 14.7541 3.49226C14.4886 3.38413 14.1885 3.35347 13.5884 3.29216C12.1695 3.14718 10.3874 3 9 3C7.61262 3 5.83047 3.14718 4.41161 3.29216C3.8115 3.35347 3.51144 3.38413 3.24586 3.49226C2.69344 3.71716 2.24816 4.21026 2.08057 4.78267C2 5.05787 2 5.37191 2 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12H20C19.5286 12 19.2929 12 19.1464 11.8566C19 11.7133 19 11.4825 19 11.021V10.0766C19 9.28117 19.176 9.12533 20.0004 9.10939C20.7769 9.09438 21.2401 9.03883 21.5607 8.83328C22 8.55161 22 8.09827 22 7.19159C22 5.45943 19 6.12617 19 6.12617%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-tracking{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 19H2M22 19C22 18.4398 20.4046 17.3932 20 17M22 19C22 19.5602 20.4046 20.6068 20 21M2 19C2 18.4398 3.59544 17.3932 4 17M2 19C2 19.5602 3.59544 20.6068 4 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 14L20.0714 8.5M20.0714 8.5L18.3793 3.67442C18.3324 3.54046 18.3089 3.47349 18.2792 3.4166C18.1653 3.19858 17.9709 3.0495 17.7493 3.01024C17.6915 3 17.6277 3 17.5 3C17.3723 3 17.3085 3 17.2507 3.01024C17.0291 3.0495 16.8347 3.19858 16.7208 3.4166C16.6911 3.47349 16.6676 3.54046 16.6207 3.67442L14.9286 8.5M20.0714 8.5L14.9286 8.5M14.9286 8.5L13 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 3L5.62066 13.3256C5.66763 13.4595 5.69112 13.5265 5.72083 13.5834C5.83469 13.8014 6.02907 13.9505 6.25065 13.9898C6.30847 14 6.37231 14 6.5 14C6.62768 14 6.69153 14 6.74934 13.9898C6.97093 13.9505 7.16531 13.8014 7.27917 13.5834C7.30888 13.5265 7.33237 13.4595 7.37934 13.3256L11 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 19H2M22 19C22 18.4398 20.4046 17.3932 20 17M22 19C22 19.5602 20.4046 20.6068 20 21M2 19C2 18.4398 3.59544 17.3932 4 17M2 19C2 19.5602 3.59544 20.6068 4 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 14L20.0714 8.5M20.0714 8.5L18.3793 3.67442C18.3324 3.54046 18.3089 3.47349 18.2792 3.4166C18.1653 3.19858 17.9709 3.0495 17.7493 3.01024C17.6915 3 17.6277 3 17.5 3C17.3723 3 17.3085 3 17.2507 3.01024C17.0291 3.0495 16.8347 3.19858 16.7208 3.4166C16.6911 3.47349 16.6676 3.54046 16.6207 3.67442L14.9286 8.5M20.0714 8.5L14.9286 8.5M14.9286 8.5L13 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 3L5.62066 13.3256C5.66763 13.4595 5.69112 13.5265 5.72083 13.5834C5.83469 13.8014 6.02907 13.9505 6.25065 13.9898C6.30847 14 6.37231 14 6.5 14C6.62768 14 6.69153 14 6.74934 13.9898C6.97093 13.9505 7.16531 13.8014 7.27917 13.5834C7.30888 13.5265 7.33237 13.4595 7.37934 13.3256L11 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-underline{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 3V11.5C5.5 15.0899 8.41015 18 12 18C15.5899 18 18.5 15.0899 18.5 11.5V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 3V11.5C5.5 15.0899 8.41015 18 12 18C15.5899 18 18.5 15.0899 18.5 11.5V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-variable-front{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 15H4.5M6 3V15M6 3C5.20721 3 4.18884 3.11448 3.37806 3.22723C3.03514 3.27492 2.86368 3.29877 2.71192 3.38287C2.39625 3.55779 2.1418 3.94131 2.04604 4.38652C2 4.60057 2 4.84482 2 5.33333M6 3C6.79279 3 7.81116 3.11448 8.62194 3.22723C8.96486 3.27492 9.13632 3.29877 9.28808 3.38287C9.60375 3.55779 9.8582 3.94131 9.95396 4.38652C10 4.60057 10 4.84482 10 5.33333%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 15H16.5M18 3V15M18 3C17.2072 3 16.1888 3.11448 15.3781 3.22723C15.0351 3.27492 14.8637 3.29877 14.7119 3.38287C14.3963 3.55779 14.1418 3.94131 14.046 4.38652C14 4.60057 14 4.84482 14 5.33333M18 3C18.7928 3 19.8112 3.11448 20.6219 3.22723C20.9649 3.27492 21.1363 3.29877 21.2881 3.38287C21.6037 3.55779 21.8582 3.94131 21.954 4.38652C22 4.60057 22 4.84482 22 5.33333%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 19H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19L22 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 15H4.5M6 3V15M6 3C5.20721 3 4.18884 3.11448 3.37806 3.22723C3.03514 3.27492 2.86368 3.29877 2.71192 3.38287C2.39625 3.55779 2.1418 3.94131 2.04604 4.38652C2 4.60057 2 4.84482 2 5.33333M6 3C6.79279 3 7.81116 3.11448 8.62194 3.22723C8.96486 3.27492 9.13632 3.29877 9.28808 3.38287C9.60375 3.55779 9.8582 3.94131 9.95396 4.38652C10 4.60057 10 4.84482 10 5.33333%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 15H16.5M18 3V15M18 3C17.2072 3 16.1888 3.11448 15.3781 3.22723C15.0351 3.27492 14.8637 3.29877 14.7119 3.38287C14.3963 3.55779 14.1418 3.94131 14.046 4.38652C14 4.60057 14 4.84482 14 5.33333M18 3C18.7928 3 19.8112 3.11448 20.6219 3.22723C20.9649 3.27492 21.1363 3.29877 21.2881 3.38287C21.6037 3.55779 21.8582 3.94131 21.954 4.38652C22 4.60057 22 4.84482 22 5.33333%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 19H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19L22 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-vertical-alignment{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 4L22 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 8L22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 20L22 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16L22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8.5L6.71429 5.5M6.71429 5.5L5.58623 2.86786C5.55491 2.7948 5.53926 2.75827 5.51945 2.72724C5.44354 2.60832 5.31395 2.527 5.16623 2.50559C5.12769 2.5 5.08512 2.5 5 2.5C4.91488 2.5 4.87231 2.5 4.83377 2.50559C4.68605 2.527 4.55646 2.60831 4.48055 2.72724C4.46074 2.75826 4.44509 2.7948 4.41377 2.86786L3.28571 5.5M6.71429 5.5L3.28571 5.5M3.28571 5.5L2 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 21.5L6.71429 18.5M6.71429 18.5L5.58623 15.8679C5.55491 15.7948 5.53926 15.7583 5.51945 15.7272C5.44354 15.6083 5.31395 15.527 5.16623 15.5056C5.12769 15.5 5.08512 15.5 5 15.5C4.91488 15.5 4.87231 15.5 4.83377 15.5056C4.68605 15.527 4.55646 15.6083 4.48055 15.7272C4.46074 15.7583 4.44509 15.7948 4.41377 15.8679L3.28571 18.5M6.71429 18.5L3.28571 18.5M3.28571 18.5L2 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 4L22 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 8L22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 20L22 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16L22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8.5L6.71429 5.5M6.71429 5.5L5.58623 2.86786C5.55491 2.7948 5.53926 2.75827 5.51945 2.72724C5.44354 2.60832 5.31395 2.527 5.16623 2.50559C5.12769 2.5 5.08512 2.5 5 2.5C4.91488 2.5 4.87231 2.5 4.83377 2.50559C4.68605 2.527 4.55646 2.60831 4.48055 2.72724C4.46074 2.75826 4.44509 2.7948 4.41377 2.86786L3.28571 5.5M6.71429 5.5L3.28571 5.5M3.28571 5.5L2 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 21.5L6.71429 18.5M6.71429 18.5L5.58623 15.8679C5.55491 15.7948 5.53926 15.7583 5.51945 15.7272C5.44354 15.6083 5.31395 15.527 5.16623 15.5056C5.12769 15.5 5.08512 15.5 5 15.5C4.91488 15.5 4.87231 15.5 4.83377 15.5056C4.68605 15.527 4.55646 15.6083 4.48055 15.7272C4.46074 15.7583 4.44509 15.7948 4.41377 15.8679L3.28571 18.5M6.71429 18.5L3.28571 18.5M3.28571 18.5L2 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text-wrap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9H16.5C18.9853 9 21 11.0147 21 13.5C21 15.9853 18.9853 18 16.5 18H12M12 18C12 17.1597 14.3932 15.5898 15 15M12 18C12 18.8403 14.3932 20.4102 15 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9H16.5C18.9853 9 21 11.0147 21 13.5C21 15.9853 18.9853 18 16.5 18H12M12 18C12 17.1597 14.3932 15.5898 15 15M12 18C12 18.8403 14.3932 20.4102 15 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-text{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 21.0005H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.99952V21.0004M12 2.99952C13.3874 2.99952 15.1695 3.03007 16.5884 3.176C17.1885 3.23771 17.4886 3.26858 17.7541 3.37742C18.3066 3.6038 18.7518 4.10014 18.9194 4.67632C19 4.95333 19 5.26944 19 5.90166M12 2.99952C10.6126 2.99952 8.83047 3.03007 7.41161 3.176C6.8115 3.23771 6.51144 3.26858 6.24586 3.37742C5.69344 3.6038 5.24816 4.10014 5.08057 4.67632C5 4.95333 5 5.26944 5 5.90166%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 21.0005H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.99952V21.0004M12 2.99952C13.3874 2.99952 15.1695 3.03007 16.5884 3.176C17.1885 3.23771 17.4886 3.26858 17.7541 3.37742C18.3066 3.6038 18.7518 4.10014 18.9194 4.67632C19 4.95333 19 5.26944 19 5.90166M12 2.99952C10.6126 2.99952 8.83047 3.03007 7.41161 3.176C6.8115 3.23771 6.51144 3.26858 6.24586 3.37742C5.69344 3.6038 5.24816 4.10014 5.08057 4.67632C5 4.95333 5 5.26944 5 5.90166%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-transparency{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 9C16 12.866 12.866 16 9 16C5.13401 16 2 12.866 2 9C2 5.13401 5.13401 2 9 2C12.866 2 16 5.13401 16 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.02593 15.6067C8.00876 15.4067 8 15.2044 8 15C8 11.134 11.134 8 15 8C15.2867 8 15.5693 8.01723 15.8469 8.05071M18.9969 9.25251C20.8121 10.5172 22 12.6199 22 15C22 18.866 18.866 22 15 22C12.6199 22 10.5172 20.8121 9.25251 18.9969%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 2.5L15.5 11.5M2.5 6.5L11.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 9C16 12.866 12.866 16 9 16C5.13401 16 2 12.866 2 9C2 5.13401 5.13401 2 9 2C12.866 2 16 5.13401 16 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.02593 15.6067C8.00876 15.4067 8 15.2044 8 15C8 11.134 11.134 8 15 8C15.2867 8 15.5693 8.01723 15.8469 8.05071M18.9969 9.25251C20.8121 10.5172 22 12.6199 22 15C22 18.866 18.866 22 15 22C12.6199 22 10.5172 20.8121 9.25251 18.9969%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 2.5L15.5 11.5M2.5 6.5L11.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-trapezoid-line-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 12C5 9.33466 5 8.00198 5.62726 7.05511C5.69576 6.95171 5.76916 6.85287 5.84711 6.75905C6.56098 5.89991 7.69057 5.71144 9.94975 5.33451L12.1515 4.96715C15.338 4.4355 16.9312 4.16967 17.9656 5.21745C19 6.26523 19 8.14492 19 11.9043V12.0957C19 15.8551 19 17.7348 17.9656 18.7826C16.9312 19.8303 15.338 19.5645 12.1515 19.0328L9.94974 18.6655C7.69057 18.2886 6.56098 18.1001 5.84711 17.2409C5.76916 17.1471 5.69576 17.0483 5.62726 16.9449C5 15.998 5 14.6653 5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 12L2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 12C5 9.33466 5 8.00198 5.62726 7.05511C5.69576 6.95171 5.76916 6.85287 5.84711 6.75905C6.56098 5.89991 7.69057 5.71144 9.94975 5.33451L12.1515 4.96715C15.338 4.4355 16.9312 4.16967 17.9656 5.21745C19 6.26523 19 8.14492 19 11.9043V12.0957C19 15.8551 19 17.7348 17.9656 18.7826C16.9312 19.8303 15.338 19.5645 12.1515 19.0328L9.94974 18.6655C7.69057 18.2886 6.56098 18.1001 5.84711 17.2409C5.76916 17.1471 5.69576 17.0483 5.62726 16.9449C5 15.998 5 14.6653 5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 12L2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-trapezoid-line-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5C14.6653 5 15.998 5 16.9449 5.62726C17.0483 5.69576 17.1471 5.76916 17.2409 5.84711C18.1001 6.56098 18.2886 7.69057 18.6655 9.94975L19.0328 12.1515C19.5645 15.338 19.8303 16.9312 18.7825 17.9656C17.7348 19 15.8551 19 12.0957 19H11.9043C8.14492 19 6.26523 19 5.21745 17.9656C4.16967 16.9312 4.4355 15.338 4.96716 12.1515L5.33451 9.94974C5.71144 7.69057 5.89991 6.56098 6.75905 5.84711C6.85287 5.76915 6.95171 5.69576 7.05511 5.62726C8.00198 5 9.33465 5 12 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5C14.6653 5 15.998 5 16.9449 5.62726C17.0483 5.69576 17.1471 5.76916 17.2409 5.84711C18.1001 6.56098 18.2886 7.69057 18.6655 9.94975L19.0328 12.1515C19.5645 15.338 19.8303 16.9312 18.7825 17.9656C17.7348 19 15.8551 19 12.0957 19H11.9043C8.14492 19 6.26523 19 5.21745 17.9656C4.16967 16.9312 4.4355 15.338 4.96716 12.1515L5.33451 9.94974C5.71144 7.69057 5.89991 6.56098 6.75905 5.84711C6.85287 5.76915 6.95171 5.69576 7.05511 5.62726C8.00198 5 9.33465 5 12 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-type-cursor{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 16C5.07003 16 4.60504 16 4.22354 15.8978C3.18827 15.6204 2.37962 14.8117 2.10222 13.7765C2 13.395 2 12.93 2 12C2 11.07 2 10.605 2.10222 10.2235C2.37962 9.18827 3.18827 8.37962 4.22354 8.10222C4.60504 8 5.07003 8 6 8M12 16H18C18.93 16 19.395 16 19.7765 15.8978C20.8117 15.6204 21.6204 14.8117 21.8978 13.7765C22 13.395 22 12.93 22 12C22 11.07 22 10.605 21.8978 10.2235C21.6204 9.18827 20.8117 8.37962 19.7765 8.10222C19.395 8 18.93 8 18 8H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 3H9M11 3H9M9 3V21M9 21H7M9 21H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 16C5.07003 16 4.60504 16 4.22354 15.8978C3.18827 15.6204 2.37962 14.8117 2.10222 13.7765C2 13.395 2 12.93 2 12C2 11.07 2 10.605 2.10222 10.2235C2.37962 9.18827 3.18827 8.37962 4.22354 8.10222C4.60504 8 5.07003 8 6 8M12 16H18C18.93 16 19.395 16 19.7765 15.8978C20.8117 15.6204 21.6204 14.8117 21.8978 13.7765C22 13.395 22 12.93 22 12C22 11.07 22 10.605 21.8978 10.2235C21.6204 9.18827 20.8117 8.37962 19.7765 8.10222C19.395 8 18.93 8 18 8H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 3H9M11 3H9M9 3V21M9 21H7M9 21H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-ungroup-items{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 4C6 5.10457 5.10457 6 4 6C2.89543 6 2 5.10457 2 4C2 2.89543 2.89543 2 4 2C5.10457 2 6 2.89543 6 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 4C22 5.10457 21.1046 6 20 6C18.8954 6 18 5.10457 18 4C18 2.89543 18.8954 2 20 2C21.1046 2 22 2.89543 22 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 20C22 21.1046 21.1046 22 20 22C18.8954 22 18 21.1046 18 20C18 18.8954 18.8954 18 20 18C21.1046 18 22 18.8954 22 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 20C6 21.1046 5.10457 22 4 22C2.89543 22 2 21.1046 2 20C2 18.8954 2.89543 18 4 18C5.10457 18 6 18.8954 6 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 9C16.5 8.53406 16.5 8.30109 16.4239 8.11732C16.3224 7.87229 16.1277 7.67761 15.8827 7.57612C15.6989 7.5 15.4659 7.5 15 7.5H9C8.53406 7.5 8.30109 7.5 8.11732 7.57612C7.87229 7.67761 7.67761 7.87229 7.57612 8.11732C7.5 8.30109 7.5 8.53406 7.5 9C7.5 9.46594 7.5 9.69891 7.57612 9.88268C7.67761 10.1277 7.87229 10.3224 8.11732 10.4239C8.30109 10.5 8.53406 10.5 9 10.5H15C15.4659 10.5 15.6989 10.5 15.8827 10.4239C16.1277 10.3224 16.3224 10.1277 16.4239 9.88268C16.5 9.69891 16.5 9.46594 16.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 15C16.5 14.5341 16.5 14.3011 16.4239 14.1173C16.3224 13.8723 16.1277 13.6776 15.8827 13.5761C15.6989 13.5 15.4659 13.5 15 13.5H9C8.53406 13.5 8.30109 13.5 8.11732 13.5761C7.87229 13.6776 7.67761 13.8723 7.57612 14.1173C7.5 14.3011 7.5 14.5341 7.5 15C7.5 15.4659 7.5 15.6989 7.57612 15.8827C7.67761 16.1277 7.87229 16.3224 8.11732 16.4239C8.30109 16.5 8.53406 16.5 9 16.5H15C15.4659 16.5 15.6989 16.5 15.8827 16.4239C16.1277 16.3224 16.3224 16.1277 16.4239 15.8827C16.5 15.6989 16.5 15.4659 16.5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 4C6 5.10457 5.10457 6 4 6C2.89543 6 2 5.10457 2 4C2 2.89543 2.89543 2 4 2C5.10457 2 6 2.89543 6 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 4C22 5.10457 21.1046 6 20 6C18.8954 6 18 5.10457 18 4C18 2.89543 18.8954 2 20 2C21.1046 2 22 2.89543 22 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 20C22 21.1046 21.1046 22 20 22C18.8954 22 18 21.1046 18 20C18 18.8954 18.8954 18 20 18C21.1046 18 22 18.8954 22 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 20C6 21.1046 5.10457 22 4 22C2.89543 22 2 21.1046 2 20C2 18.8954 2.89543 18 4 18C5.10457 18 6 18.8954 6 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 9C16.5 8.53406 16.5 8.30109 16.4239 8.11732C16.3224 7.87229 16.1277 7.67761 15.8827 7.57612C15.6989 7.5 15.4659 7.5 15 7.5H9C8.53406 7.5 8.30109 7.5 8.11732 7.57612C7.87229 7.67761 7.67761 7.87229 7.57612 8.11732C7.5 8.30109 7.5 8.53406 7.5 9C7.5 9.46594 7.5 9.69891 7.57612 9.88268C7.67761 10.1277 7.87229 10.3224 8.11732 10.4239C8.30109 10.5 8.53406 10.5 9 10.5H15C15.4659 10.5 15.6989 10.5 15.8827 10.4239C16.1277 10.3224 16.3224 10.1277 16.4239 9.88268C16.5 9.69891 16.5 9.46594 16.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 15C16.5 14.5341 16.5 14.3011 16.4239 14.1173C16.3224 13.8723 16.1277 13.6776 15.8827 13.5761C15.6989 13.5 15.4659 13.5 15 13.5H9C8.53406 13.5 8.30109 13.5 8.11732 13.5761C7.87229 13.6776 7.67761 13.8723 7.57612 14.1173C7.5 14.3011 7.5 14.5341 7.5 15C7.5 15.4659 7.5 15.6989 7.57612 15.8827C7.67761 16.1277 7.87229 16.3224 8.11732 16.4239C8.30109 16.5 8.53406 16.5 9 16.5H15C15.4659 16.5 15.6989 16.5 15.8827 16.4239C16.1277 16.3224 16.3224 16.1277 16.4239 15.8827C16.5 15.6989 16.5 15.4659 16.5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-ungroup-layers{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 4C6 5.10457 5.10457 6 4 6C2.89543 6 2 5.10457 2 4C2 2.89543 2.89543 2 4 2C5.10457 2 6 2.89543 6 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 4C22 5.10457 21.1046 6 20 6C18.8954 6 18 5.10457 18 4C18 2.89543 18.8954 2 20 2C21.1046 2 22 2.89543 22 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 20C22 21.1046 21.1046 22 20 22C18.8954 22 18 21.1046 18 20C18 18.8954 18.8954 18 20 18C21.1046 18 22 18.8954 22 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 20C6 21.1046 5.10457 22 4 22C2.89543 22 2 21.1046 2 20C2 18.8954 2.89543 18 4 18C5.10457 18 6 18.8954 6 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.6497 8.48045L9.56106 9.01321C8.18702 9.68563 7.5 10.0218 7.5 10.5C7.5 10.9782 8.18702 11.3144 9.56106 11.9868L10.6497 12.5195C11.3042 12.8398 11.6315 13 12 13C12.3685 13 12.6958 12.8398 13.3503 12.5195L14.4389 11.9868C15.813 11.3144 16.5 10.9782 16.5 10.5C16.5 10.0218 15.813 9.68563 14.4389 9.01321L13.3503 8.48045C12.6958 8.16015 12.3685 8 12 8C11.6315 8 11.3042 8.16015 10.6497 8.48045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 13.5C16.5 13.9782 15.813 14.3144 14.4389 14.9868L13.3503 15.5195C12.6958 15.8398 12.3685 16 12 16C11.6315 16 11.3042 15.8398 10.6497 15.5195L9.56106 14.9868C8.18702 14.3144 7.5 13.9782 7.5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 4C6 5.10457 5.10457 6 4 6C2.89543 6 2 5.10457 2 4C2 2.89543 2.89543 2 4 2C5.10457 2 6 2.89543 6 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 4C22 5.10457 21.1046 6 20 6C18.8954 6 18 5.10457 18 4C18 2.89543 18.8954 2 20 2C21.1046 2 22 2.89543 22 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 20C22 21.1046 21.1046 22 20 22C18.8954 22 18 21.1046 18 20C18 18.8954 18.8954 18 20 18C21.1046 18 22 18.8954 22 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 20C6 21.1046 5.10457 22 4 22C2.89543 22 2 21.1046 2 20C2 18.8954 2.89543 18 4 18C5.10457 18 6 18.8954 6 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.6497 8.48045L9.56106 9.01321C8.18702 9.68563 7.5 10.0218 7.5 10.5C7.5 10.9782 8.18702 11.3144 9.56106 11.9868L10.6497 12.5195C11.3042 12.8398 11.6315 13 12 13C12.3685 13 12.6958 12.8398 13.3503 12.5195L14.4389 11.9868C15.813 11.3144 16.5 10.9782 16.5 10.5C16.5 10.0218 15.813 9.68563 14.4389 9.01321L13.3503 8.48045C12.6958 8.16015 12.3685 8 12 8C11.6315 8 11.3042 8.16015 10.6497 8.48045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 13.5C16.5 13.9782 15.813 14.3144 14.4389 14.9868L13.3503 15.5195C12.6958 15.8398 12.3685 16 12 16C11.6315 16 11.3042 15.8398 10.6497 15.5195L9.56106 14.9868C8.18702 14.3144 7.5 13.9782 7.5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-vertical-drag-drop-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 6.5H6.00634M6 12.5H6.00634M6 18.5H6.00634M11.9968 6.5H12.0032M11.9968 12.5H12.0032M11.9968 18.5H12.0032M17.9937 6.5H18M17.9937 12.5H18M17.9937 18.5H18%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 6.5H6.00634M6 12.5H6.00634M6 18.5H6.00634M11.9968 6.5H12.0032M11.9968 12.5H12.0032M11.9968 18.5H12.0032M17.9937 6.5H18M17.9937 12.5H18M17.9937 18.5H18%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-vertical-drag-drop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath d%3D%22M5.3374 10.75C6.02776 10.75 6.5874 11.3096 6.5874 12C6.5874 12.6904 6.02776 13.25 5.3374 13.25H5.3335C4.64314 13.25 4.0835 12.6904 4.0835 12C4.0835 11.3096 4.64314 10.75 5.3335 10.75H5.3374ZM10.6665 10.75C11.3569 10.75 11.9165 11.3096 11.9165 12C11.9165 12.6904 11.3569 13.25 10.6665 13.25H10.6626C9.97224 13.25 9.4126 12.6904 9.4126 12C9.4126 11.3096 9.97224 10.75 10.6626 10.75H10.6665ZM5.3374 6.75C6.02776 6.75 6.5874 7.30964 6.5874 8C6.5874 8.69036 6.02776 9.25 5.3374 9.25H5.3335C4.64314 9.25 4.0835 8.69036 4.0835 8C4.0835 7.30964 4.64314 6.75 5.3335 6.75H5.3374ZM10.6665 6.75C11.3569 6.75 11.9165 7.30964 11.9165 8C11.9165 8.69036 11.3569 9.25 10.6665 9.25H10.6626C9.97224 9.25 9.4126 8.69036 9.4126 8C9.4126 7.30964 9.97224 6.75 10.6626 6.75H10.6665ZM5.3374 2.75C6.02776 2.75 6.5874 3.30964 6.5874 4C6.5874 4.69036 6.02776 5.25 5.3374 5.25H5.3335C4.64314 5.25 4.0835 4.69036 4.0835 4C4.0835 3.30964 4.64314 2.75 5.3335 2.75H5.3374ZM10.6665 2.75C11.3569 2.75 11.9165 3.30964 11.9165 4C11.9165 4.69036 11.3569 5.25 10.6665 5.25H10.6626C9.97224 5.25 9.4126 4.69036 9.4126 4C9.4126 3.30964 9.97224 2.75 10.6626 2.75H10.6665Z%22 fill%3D%22%23262626%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath d%3D%22M5.3374 10.75C6.02776 10.75 6.5874 11.3096 6.5874 12C6.5874 12.6904 6.02776 13.25 5.3374 13.25H5.3335C4.64314 13.25 4.0835 12.6904 4.0835 12C4.0835 11.3096 4.64314 10.75 5.3335 10.75H5.3374ZM10.6665 10.75C11.3569 10.75 11.9165 11.3096 11.9165 12C11.9165 12.6904 11.3569 13.25 10.6665 13.25H10.6626C9.97224 13.25 9.4126 12.6904 9.4126 12C9.4126 11.3096 9.97224 10.75 10.6626 10.75H10.6665ZM5.3374 6.75C6.02776 6.75 6.5874 7.30964 6.5874 8C6.5874 8.69036 6.02776 9.25 5.3374 9.25H5.3335C4.64314 9.25 4.0835 8.69036 4.0835 8C4.0835 7.30964 4.64314 6.75 5.3335 6.75H5.3374ZM10.6665 6.75C11.3569 6.75 11.9165 7.30964 11.9165 8C11.9165 8.69036 11.3569 9.25 10.6665 9.25H10.6626C9.97224 9.25 9.4126 8.69036 9.4126 8C9.4126 7.30964 9.97224 6.75 10.6626 6.75H10.6665ZM5.3374 2.75C6.02776 2.75 6.5874 3.30964 6.5874 4C6.5874 4.69036 6.02776 5.25 5.3374 5.25H5.3335C4.64314 5.25 4.0835 4.69036 4.0835 4C4.0835 3.30964 4.64314 2.75 5.3335 2.75H5.3374ZM10.6665 2.75C11.3569 2.75 11.9165 3.30964 11.9165 4C11.9165 4.69036 11.3569 5.25 10.6665 5.25H10.6626C9.97224 5.25 9.4126 4.69036 9.4126 4C9.4126 3.30964 9.97224 2.75 10.6626 2.75H10.6665Z%22 fill%3D%22%23262626%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-view-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 8C22 8 18 14 12 14C6 14 2 8 2 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 13.5L16.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11L22 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 13L4 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13.5L7.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 8C22 8 18 14 12 14C6 14 2 8 2 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 13.5L16.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11L22 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 13L4 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13.5L7.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-editing-icons-view{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.544 11.045C21.848 11.4713 22 11.6845 22 12C22 12.3155 21.848 12.5287 21.544 12.955C20.1779 14.8706 16.6892 19 12 19C7.31078 19 3.8221 14.8706 2.45604 12.955C2.15201 12.5287 2 12.3155 2 12C2 11.6845 2.15201 11.4713 2.45604 11.045C3.8221 9.12944 7.31078 5 12 5C16.6892 5 20.1779 9.12944 21.544 11.045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.544 11.045C21.848 11.4713 22 11.6845 22 12C22 12.3155 21.848 12.5287 21.544 12.955C20.1779 14.8706 16.6892 19 12 19C7.31078 19 3.8221 14.8706 2.45604 12.955C2.15201 12.5287 2 12.3155 2 12C2 11.6845 2.15201 11.4713 2.45604 11.045C3.8221 9.12944 7.31078 5 12 5C16.6892 5 20.1779 9.12944 21.544 11.045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-audio-book-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 16.9286V10C20.5 6.22876 20.5 4.34315 19.3284 3.17157C18.1569 2 16.2712 2 12.5 2H11.5C7.72876 2 5.84315 2 4.67157 3.17157C3.5 4.34315 3.5 6.22876 3.5 10V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17H6C4.61929 17 3.5 18.1193 3.5 19.5C3.5 20.8807 4.61929 22 6 22H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17C19.1193 17 18 18.1193 18 19.5C18 20.8807 19.1193 22 20.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9609 9.83839C14.8347 10.3756 14.2381 10.7552 13.0449 11.5144C11.8914 12.2484 11.3147 12.6153 10.8499 12.4678C10.6578 12.4068 10.4827 12.291 10.3415 12.1315C10 11.7456 10 10.997 10 9.5C10 8.00296 10 7.25444 10.3415 6.86853C10.4827 6.70898 10.6578 6.59315 10.8499 6.53217C11.3147 6.38466 11.8914 6.75163 13.0449 7.48557C14.2381 8.24479 14.8347 8.6244 14.9609 9.16161C15.013 9.38335 15.013 9.61665 14.9609 9.83839Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 16.9286V10C20.5 6.22876 20.5 4.34315 19.3284 3.17157C18.1569 2 16.2712 2 12.5 2H11.5C7.72876 2 5.84315 2 4.67157 3.17157C3.5 4.34315 3.5 6.22876 3.5 10V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17H6C4.61929 17 3.5 18.1193 3.5 19.5C3.5 20.8807 4.61929 22 6 22H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17C19.1193 17 18 18.1193 18 19.5C18 20.8807 19.1193 22 20.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9609 9.83839C14.8347 10.3756 14.2381 10.7552 13.0449 11.5144C11.8914 12.2484 11.3147 12.6153 10.8499 12.4678C10.6578 12.4068 10.4827 12.291 10.3415 12.1315C10 11.7456 10 10.997 10 9.5C10 8.00296 10 7.25444 10.3415 6.86853C10.4827 6.70898 10.6578 6.59315 10.8499 6.53217C11.3147 6.38466 11.8914 6.75163 13.0449 7.48557C14.2381 8.24479 14.8347 8.6244 14.9609 9.16161C15.013 9.38335 15.013 9.61665 14.9609 9.83839Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-audio-book-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 5.21387H15.5C16.3284 5.21387 17 5.88544 17 6.71387V8.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19.7599C18 21.1442 16.8807 22.2665 15.5 22.2665C14.1193 22.2665 13 21.1442 13 19.7599C13 18.3755 14.1193 17.2533 15.5 17.2533C16.8807 17.2533 18 18.3755 18 19.7599ZM18 19.7599V13.2427C18.3333 13.744 18.6 15.8496 21 16.2506%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0088 2.26807L5.81147 2.26809C5.31419 2.26809 4.80556 2.34068 4.40358 2.63422C3.12902 3.56494 2.14678 5.64069 4.13033 7.51473C4.68727 8.04092 5.46575 8.23168 6.231 8.23168H17.7952C18.5892 8.23168 20.0132 8.34473 20.0132 10.7566M3.00805 5.42007L3.04157 18.2664C3.16825 20.6269 4.77198 22.1772 6.97703 22.1772H10.5084%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 5.21387H15.5C16.3284 5.21387 17 5.88544 17 6.71387V8.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19.7599C18 21.1442 16.8807 22.2665 15.5 22.2665C14.1193 22.2665 13 21.1442 13 19.7599C13 18.3755 14.1193 17.2533 15.5 17.2533C16.8807 17.2533 18 18.3755 18 19.7599ZM18 19.7599V13.2427C18.3333 13.744 18.6 15.8496 21 16.2506%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0088 2.26807L5.81147 2.26809C5.31419 2.26809 4.80556 2.34068 4.40358 2.63422C3.12902 3.56494 2.14678 5.64069 4.13033 7.51473C4.68727 8.04092 5.46575 8.23168 6.231 8.23168H17.7952C18.5892 8.23168 20.0132 8.34473 20.0132 10.7566M3.00805 5.42007L3.04157 18.2664C3.16825 20.6269 4.77198 22.1772 6.97703 22.1772H10.5084%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-audio-book-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 5.00732H15.5C16.3284 5.00732 17 5.68058 17 6.51109V8.01485%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.0002 19.1252V15.9521C21.0002 14.1784 21.0002 13.2916 20.4601 13.071C19.9199 12.8502 19.2842 13.4773 18.0128 14.7314C17.3509 15.3842 16.9662 15.5247 16.0419 15.5247C15.2226 15.5247 14.813 15.5247 14.5187 15.7187C13.9152 16.1165 14.0002 16.8997 14.0002 17.5386C14.0002 18.1775 13.9152 18.9608 14.5187 19.3586C14.813 19.5526 15.2226 19.5526 16.0419 19.5526C16.9662 19.5526 17.3509 19.693 18.0128 20.3459C19.2842 21.6 19.9199 22.2271 20.4601 22.0063C21.0002 21.7857 21.0002 20.8988 21.0002 19.1252Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0088 2.05469L5.81147 2.05471C5.31419 2.05471 4.80556 2.12729 4.40358 2.42079C3.12902 3.35139 2.14678 5.42685 4.13033 7.30065C4.68727 7.82677 5.46575 8.0175 6.231 8.0175H17.7952C18.5892 8.0175 20.0132 8.13054 20.0132 10.5421M3.00805 5.20626L3.04157 18.0508C3.16825 20.4111 4.77198 21.9612 6.97703 21.9612H11.9539%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 5.00732H15.5C16.3284 5.00732 17 5.68058 17 6.51109V8.01485%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.0002 19.1252V15.9521C21.0002 14.1784 21.0002 13.2916 20.4601 13.071C19.9199 12.8502 19.2842 13.4773 18.0128 14.7314C17.3509 15.3842 16.9662 15.5247 16.0419 15.5247C15.2226 15.5247 14.813 15.5247 14.5187 15.7187C13.9152 16.1165 14.0002 16.8997 14.0002 17.5386C14.0002 18.1775 13.9152 18.9608 14.5187 19.3586C14.813 19.5526 15.2226 19.5526 16.0419 19.5526C16.9662 19.5526 17.3509 19.693 18.0128 20.3459C19.2842 21.6 19.9199 22.2271 20.4601 22.0063C21.0002 21.7857 21.0002 20.8988 21.0002 19.1252Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0088 2.05469L5.81147 2.05471C5.31419 2.05471 4.80556 2.12729 4.40358 2.42079C3.12902 3.35139 2.14678 5.42685 4.13033 7.30065C4.68727 7.82677 5.46575 8.0175 6.231 8.0175H17.7952C18.5892 8.0175 20.0132 8.13054 20.0132 10.5421M3.00805 5.20626L3.04157 18.0508C3.16825 20.4111 4.77198 21.9612 6.97703 21.9612H11.9539%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-audio-book-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.999 12.5743C17.999 12.2721 17.999 12.1209 18.0406 11.9862C18.1616 11.5947 18.4804 11.4428 18.7999 11.2838C19.159 11.1049 19.3386 11.0155 19.5164 10.9998C19.7183 10.9819 19.9207 11.0295 20.0933 11.1354C20.3222 11.2759 20.4818 11.5427 20.6452 11.7597C21.3998 12.7619 21.7772 13.263 21.9152 13.8155C22.0267 14.2614 22.0267 14.7279 21.9152 15.1738C21.7138 15.9797 21.0777 16.6554 20.6067 17.2807C20.3658 17.6007 20.2454 17.7606 20.0933 17.8539C19.9207 17.9598 19.7183 18.0074 19.5164 17.9895C19.3386 17.9738 19.159 17.8844 18.7999 17.7055C18.4804 17.5465 18.1616 17.3946 18.0406 17.0031C17.999 16.8684 17.999 16.7172 17.999 16.415V12.5743Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.99978 12.5745C5.99978 12.1937 5.99 11.8517 5.70853 11.584C5.60615 11.4867 5.47041 11.419 5.19896 11.2839C4.83986 11.1051 4.66031 11.0157 4.4824 10.9999C3.94863 10.9527 3.66145 11.3511 3.35363 11.7598C2.59897 12.762 2.22164 13.263 2.08357 13.8156C1.97214 14.2615 1.97214 14.7278 2.08357 15.1738C2.28495 15.9797 2.92117 16.6553 3.3921 17.2806C3.68894 17.6748 3.9725 18.0345 4.4824 17.9894C4.66031 17.9737 4.83986 17.8843 5.19896 17.7055C5.47041 17.5702 5.60615 17.5026 5.70853 17.4053C5.99 17.1377 5.99978 16.7955 5.99978 16.4149V12.5745Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.9991 10.9963V9.87177C19.9991 5.52432 16.4176 2 11.9996 2C7.58152 2 4 5.52432 4 9.87177V10.9963%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22square%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9987 13.4596C10.753 12.8007 7.99869 11.6792 6.73527 12.0208C6.49551 12.1209 5.99902 12.4657 5.99902 13.6194L6.0948 19.5967C6.10073 19.9664 6.38704 20.2694 6.74907 20.3205C7.9815 20.4947 10.0808 20.994 11.9987 22.0007M11.9987 13.4596V22.0007M11.9987 13.4596C13.2444 12.8007 15.9998 11.6792 17.2632 12.0208C17.503 12.1209 17.9995 12.4657 17.9995 13.6194L17.9037 19.5967C17.8978 19.9664 17.6115 20.2694 17.2494 20.3205C16.017 20.4947 13.9165 20.994 11.9987 22.0007%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.999 12.5743C17.999 12.2721 17.999 12.1209 18.0406 11.9862C18.1616 11.5947 18.4804 11.4428 18.7999 11.2838C19.159 11.1049 19.3386 11.0155 19.5164 10.9998C19.7183 10.9819 19.9207 11.0295 20.0933 11.1354C20.3222 11.2759 20.4818 11.5427 20.6452 11.7597C21.3998 12.7619 21.7772 13.263 21.9152 13.8155C22.0267 14.2614 22.0267 14.7279 21.9152 15.1738C21.7138 15.9797 21.0777 16.6554 20.6067 17.2807C20.3658 17.6007 20.2454 17.7606 20.0933 17.8539C19.9207 17.9598 19.7183 18.0074 19.5164 17.9895C19.3386 17.9738 19.159 17.8844 18.7999 17.7055C18.4804 17.5465 18.1616 17.3946 18.0406 17.0031C17.999 16.8684 17.999 16.7172 17.999 16.415V12.5743Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.99978 12.5745C5.99978 12.1937 5.99 11.8517 5.70853 11.584C5.60615 11.4867 5.47041 11.419 5.19896 11.2839C4.83986 11.1051 4.66031 11.0157 4.4824 10.9999C3.94863 10.9527 3.66145 11.3511 3.35363 11.7598C2.59897 12.762 2.22164 13.263 2.08357 13.8156C1.97214 14.2615 1.97214 14.7278 2.08357 15.1738C2.28495 15.9797 2.92117 16.6553 3.3921 17.2806C3.68894 17.6748 3.9725 18.0345 4.4824 17.9894C4.66031 17.9737 4.83986 17.8843 5.19896 17.7055C5.47041 17.5702 5.60615 17.5026 5.70853 17.4053C5.99 17.1377 5.99978 16.7955 5.99978 16.4149V12.5745Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.9991 10.9963V9.87177C19.9991 5.52432 16.4176 2 11.9996 2C7.58152 2 4 5.52432 4 9.87177V10.9963%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22square%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9987 13.4596C10.753 12.8007 7.99869 11.6792 6.73527 12.0208C6.49551 12.1209 5.99902 12.4657 5.99902 13.6194L6.0948 19.5967C6.10073 19.9664 6.38704 20.2694 6.74907 20.3205C7.9815 20.4947 10.0808 20.994 11.9987 22.0007M11.9987 13.4596V22.0007M11.9987 13.4596C13.2444 12.8007 15.9998 11.6792 17.2632 12.0208C17.503 12.1209 17.9995 12.4657 17.9995 13.6194L17.9037 19.5967C17.8978 19.9664 17.6115 20.2694 17.2494 20.3205C16.017 20.4947 13.9165 20.994 11.9987 22.0007%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-backpack-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12V16.3333C19 17.8847 19 18.6604 18.7877 19.2858C18.388 20.4633 17.4633 21.388 16.2858 21.7877C15.6604 22 14.8847 22 13.3333 22H10.6667C9.11529 22 8.3396 22 7.71424 21.7877C6.53668 21.388 5.61201 20.4633 5.21228 19.2858C5 18.6604 5 17.8847 5 16.3333V12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17C6.64996 15.17 9.17273 14 12 14C14.8273 14 17.35 15.17 19 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 10H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 6V5C9 4.06812 9 3.60218 9.15224 3.23463C9.35523 2.74458 9.74458 2.35523 10.2346 2.15224C10.6022 2 11.0681 2 12 2C12.9319 2 13.3978 2 13.7654 2.15224C14.2554 2.35523 14.6448 2.74458 14.8478 3.23463C15 3.60218 15 4.06812 15 5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 19H3.71429C2.76751 19 2 18.2325 2 17.2857L2 16C2 14.3431 3.34315 13 5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 19H20.2857C21.2325 19 22 18.2325 22 17.2857L22 16C22 14.3431 20.6569 13 19 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12V16.3333C19 17.8847 19 18.6604 18.7877 19.2858C18.388 20.4633 17.4633 21.388 16.2858 21.7877C15.6604 22 14.8847 22 13.3333 22H10.6667C9.11529 22 8.3396 22 7.71424 21.7877C6.53668 21.388 5.61201 20.4633 5.21228 19.2858C5 18.6604 5 17.8847 5 16.3333V12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17C6.64996 15.17 9.17273 14 12 14C14.8273 14 17.35 15.17 19 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 10H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 6V5C9 4.06812 9 3.60218 9.15224 3.23463C9.35523 2.74458 9.74458 2.35523 10.2346 2.15224C10.6022 2 11.0681 2 12 2C12.9319 2 13.3978 2 13.7654 2.15224C14.2554 2.35523 14.6448 2.74458 14.8478 3.23463C15 3.60218 15 4.06812 15 5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 19H3.71429C2.76751 19 2 18.2325 2 17.2857L2 16C2 14.3431 3.34315 13 5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 19H20.2857C21.2325 19 22 18.2325 22 17.2857L22 16C22 14.3431 20.6569 13 19 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-backpack-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 14H20.2389C21.3498 14 22.1831 15.0805 21.9652 16.2386L21.7003 17.6466C21.4429 19.015 20.3127 20 19 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 14H3.76113C2.65015 14 1.81691 15.0805 2.03479 16.2386L2.29967 17.6466C2.55711 19.015 3.68731 20 5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.2696 10.5001L18.7911 15.1968C19.071 18.3791 19.211 19.9702 18.2696 20.9851C17.3283 22.0001 15.7125 22.0001 12.481 22.0001H11.519C8.2875 22.0001 6.67174 22.0001 5.73038 20.9851C4.78901 19.9702 4.92899 18.3791 5.20893 15.1968L5.73038 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5C15 3.34315 13.6569 2 12 2C10.3431 2 9 3.34315 9 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.2617 8.86971C5.01152 7.45403 4.88643 6.74619 5.13559 6.20431C5.30195 5.84248 5.57803 5.53512 5.9291 5.32087C6.45489 5 7.21577 5 8.73753 5H15.2625C16.7842 5 17.5451 5 18.0709 5.32087C18.422 5.53512 18.698 5.84248 18.8644 6.20431C19.1136 6.74619 18.9885 7.45403 18.7383 8.86971L18.6872 9.15901C18.5902 9.70796 18.5417 9.98243 18.446 10.2349C18.2806 10.671 18.0104 11.0651 17.6565 11.3863C17.4517 11.5722 17.2062 11.7266 16.7153 12.0353C16.2537 12.3255 16.0229 12.4706 15.779 12.5845C15.3579 12.7812 14.905 12.9105 14.439 12.9672C14.169 13 13.8916 13 13.3369 13H10.6631C10.1084 13 9.831 13 9.56102 12.9672C9.09497 12.9105 8.64214 12.7812 8.22104 12.5845C7.9771 12.4706 7.74632 12.3255 7.28474 12.0353C6.79376 11.7266 6.54827 11.5722 6.34346 11.3863C5.98959 11.0651 5.7194 10.671 5.55404 10.2349C5.45833 9.98243 5.40983 9.70796 5.31282 9.15901L5.2617 8.86971Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 10.0024L12.0087 10.0001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 14H20.2389C21.3498 14 22.1831 15.0805 21.9652 16.2386L21.7003 17.6466C21.4429 19.015 20.3127 20 19 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 14H3.76113C2.65015 14 1.81691 15.0805 2.03479 16.2386L2.29967 17.6466C2.55711 19.015 3.68731 20 5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.2696 10.5001L18.7911 15.1968C19.071 18.3791 19.211 19.9702 18.2696 20.9851C17.3283 22.0001 15.7125 22.0001 12.481 22.0001H11.519C8.2875 22.0001 6.67174 22.0001 5.73038 20.9851C4.78901 19.9702 4.92899 18.3791 5.20893 15.1968L5.73038 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5C15 3.34315 13.6569 2 12 2C10.3431 2 9 3.34315 9 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.2617 8.86971C5.01152 7.45403 4.88643 6.74619 5.13559 6.20431C5.30195 5.84248 5.57803 5.53512 5.9291 5.32087C6.45489 5 7.21577 5 8.73753 5H15.2625C16.7842 5 17.5451 5 18.0709 5.32087C18.422 5.53512 18.698 5.84248 18.8644 6.20431C19.1136 6.74619 18.9885 7.45403 18.7383 8.86971L18.6872 9.15901C18.5902 9.70796 18.5417 9.98243 18.446 10.2349C18.2806 10.671 18.0104 11.0651 17.6565 11.3863C17.4517 11.5722 17.2062 11.7266 16.7153 12.0353C16.2537 12.3255 16.0229 12.4706 15.779 12.5845C15.3579 12.7812 14.905 12.9105 14.439 12.9672C14.169 13 13.8916 13 13.3369 13H10.6631C10.1084 13 9.831 13 9.56102 12.9672C9.09497 12.9105 8.64214 12.7812 8.22104 12.5845C7.9771 12.4706 7.74632 12.3255 7.28474 12.0353C6.79376 11.7266 6.54827 11.5722 6.34346 11.3863C5.98959 11.0651 5.7194 10.671 5.55404 10.2349C5.45833 9.98243 5.40983 9.70796 5.31282 9.15901L5.2617 8.86971Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 10.0024L12.0087 10.0001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-backpack-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 7.66667C5 7.04669 5 6.73669 5.06815 6.48236C5.25308 5.79218 5.79218 5.25308 6.48236 5.06815C6.73669 5 7.04669 5 7.66667 5H16.3333C16.9533 5 17.2633 5 17.5176 5.06815C18.2078 5.25308 18.7469 5.79218 18.9319 6.48236C19 6.73669 19 7.04669 19 7.66667C19 8.90663 19 9.52661 18.8637 10.0353C18.4938 11.4156 17.4156 12.4938 16.0353 12.8637C15.5266 13 14.9066 13 13.6667 13H10.3333C9.09337 13 8.47339 13 7.96472 12.8637C6.58436 12.4938 5.50617 11.4156 5.1363 10.0353C5 9.52661 5 8.90663 5 7.66667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 11C18.3716 11.5839 18.5574 11.8759 18.689 12.1897C18.8062 12.4694 18.8913 12.7615 18.9425 13.0604C19 13.3959 19 13.7419 19 14.4341V16C19 18.8284 19 20.2426 18.1213 21.1213C17.2426 22 15.8284 22 13 22H11C8.17157 22 6.75736 22 5.87868 21.1213C5 20.2426 5 18.8284 5 16V14.4341C5 13.7419 5 13.3959 5.0575 13.0604C5.10874 12.7615 5.1938 12.4694 5.31105 12.1897C5.44263 11.8759 5.62842 11.5839 6 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 20C4.32352 20 3.98528 20 3.70219 19.922C3.08287 19.7512 2.58068 19.3162 2.34157 18.7433C2.23227 18.4815 2.19862 18.1593 2.1313 17.515L2.06691 16.8986C1.98995 16.1619 1.95147 15.7936 2.1089 15.5209C2.46075 14.9115 3.25125 15.0052 3.85704 15.0052H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 20C19.6765 20 20.0147 20 20.2978 19.9219C20.9171 19.751 21.4193 19.3155 21.6584 18.742C21.7677 18.4799 21.8014 18.1574 21.8687 17.5124L21.9331 16.8954C21.9955 16.2975 22.1529 15.5626 21.5709 15.1773C21.3031 15 20.9164 15 20.143 15H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 14.5L9 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14.5L15 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5C15 3.34315 13.6569 2 12 2C10.3431 2 9 3.34315 9 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 7.66667C5 7.04669 5 6.73669 5.06815 6.48236C5.25308 5.79218 5.79218 5.25308 6.48236 5.06815C6.73669 5 7.04669 5 7.66667 5H16.3333C16.9533 5 17.2633 5 17.5176 5.06815C18.2078 5.25308 18.7469 5.79218 18.9319 6.48236C19 6.73669 19 7.04669 19 7.66667C19 8.90663 19 9.52661 18.8637 10.0353C18.4938 11.4156 17.4156 12.4938 16.0353 12.8637C15.5266 13 14.9066 13 13.6667 13H10.3333C9.09337 13 8.47339 13 7.96472 12.8637C6.58436 12.4938 5.50617 11.4156 5.1363 10.0353C5 9.52661 5 8.90663 5 7.66667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 11C18.3716 11.5839 18.5574 11.8759 18.689 12.1897C18.8062 12.4694 18.8913 12.7615 18.9425 13.0604C19 13.3959 19 13.7419 19 14.4341V16C19 18.8284 19 20.2426 18.1213 21.1213C17.2426 22 15.8284 22 13 22H11C8.17157 22 6.75736 22 5.87868 21.1213C5 20.2426 5 18.8284 5 16V14.4341C5 13.7419 5 13.3959 5.0575 13.0604C5.10874 12.7615 5.1938 12.4694 5.31105 12.1897C5.44263 11.8759 5.62842 11.5839 6 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 20C4.32352 20 3.98528 20 3.70219 19.922C3.08287 19.7512 2.58068 19.3162 2.34157 18.7433C2.23227 18.4815 2.19862 18.1593 2.1313 17.515L2.06691 16.8986C1.98995 16.1619 1.95147 15.7936 2.1089 15.5209C2.46075 14.9115 3.25125 15.0052 3.85704 15.0052H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 20C19.6765 20 20.0147 20 20.2978 19.9219C20.9171 19.751 21.4193 19.3155 21.6584 18.742C21.7677 18.4799 21.8014 18.1574 21.8687 17.5124L21.9331 16.8954C21.9955 16.2975 22.1529 15.5626 21.5709 15.1773C21.3031 15 20.9164 15 20.143 15H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 14.5L9 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14.5L15 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5C15 3.34315 13.6569 2 12 2C10.3431 2 9 3.34315 9 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-board-math{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C21 4.34315 21 6.22876 21 10V16H3V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22L7 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 22L17 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11L8 7L7 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 11L17 7L16 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20L12 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C21 4.34315 21 6.22876 21 10V16H3V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22L7 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 22L17 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11L8 7L7 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 11L17 7L16 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20L12 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-book-bookmark-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 22.0001H6.5C5.11929 22.0001 4 20.8808 4 19.5001M4 19.5001V10.6837C4 7.69913 4 6.20682 4.75662 5.15857C5.00717 4.81144 5.31183 4.50679 5.65895 4.25623C6.70721 3.49961 8.19952 3.49961 11.1841 3.49961C12.1605 3.49961 13.3496 3.55106 14.3358 3.5644C15.235 3.57656 15.6846 3.58265 16.5222 3.43464C17.3597 3.28663 17.4492 3.2526 17.6282 3.18454C18.3982 2.89176 19.1272 2.43641 20 2V11.5001C20 13.3639 20 14.2958 19.6955 15.0309C19.2895 16.011 18.5108 16.7897 17.5307 17.1957C16.7956 17.5001 15.8638 17.5001 14 17.5001H6C4.89543 17.5001 4 18.3956 4 19.5001Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 17L18 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4L8 7.69003C8 8.43013 8 8.80019 8.23811 8.94371C8.24836 8.94989 8.25884 8.95571 8.26951 8.96115C8.51756 9.08746 8.84124 8.89707 9.4886 8.51629C9.97254 8.23164 10.2145 8.08931 10.4815 8.08447C10.4938 8.08425 10.5062 8.08425 10.5185 8.08447C10.7855 8.08931 11.0275 8.23164 11.5114 8.51629C12.1588 8.89707 12.4824 9.08747 12.7305 8.96115C12.7412 8.95571 12.7516 8.94989 12.7619 8.94372C13 8.80019 13 8.43013 13 7.69003V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 22.0001H6.5C5.11929 22.0001 4 20.8808 4 19.5001M4 19.5001V10.6837C4 7.69913 4 6.20682 4.75662 5.15857C5.00717 4.81144 5.31183 4.50679 5.65895 4.25623C6.70721 3.49961 8.19952 3.49961 11.1841 3.49961C12.1605 3.49961 13.3496 3.55106 14.3358 3.5644C15.235 3.57656 15.6846 3.58265 16.5222 3.43464C17.3597 3.28663 17.4492 3.2526 17.6282 3.18454C18.3982 2.89176 19.1272 2.43641 20 2V11.5001C20 13.3639 20 14.2958 19.6955 15.0309C19.2895 16.011 18.5108 16.7897 17.5307 17.1957C16.7956 17.5001 15.8638 17.5001 14 17.5001H6C4.89543 17.5001 4 18.3956 4 19.5001Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 17L18 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4L8 7.69003C8 8.43013 8 8.80019 8.23811 8.94371C8.24836 8.94989 8.25884 8.95571 8.26951 8.96115C8.51756 9.08746 8.84124 8.89707 9.4886 8.51629C9.97254 8.23164 10.2145 8.08931 10.4815 8.08447C10.4938 8.08425 10.5062 8.08425 10.5185 8.08447C10.7855 8.08931 11.0275 8.23164 11.5114 8.51629C12.1588 8.89707 12.4824 9.08747 12.7305 8.96115C12.7412 8.95571 12.7516 8.94989 12.7619 8.94372C13 8.80019 13 8.43013 13 7.69003V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-book-bookmark-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 16.9286V10C20.5 6.22876 20.5 4.34315 19.3284 3.17157C18.1569 2 16.2712 2 12.5 2H11.5C7.72876 2 5.84315 2 4.67157 3.17157C3.5 4.34315 3.5 6.22876 3.5 10V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 3L8 6.69003C8 7.43013 8 7.80019 8.23811 7.94371C8.24836 7.94989 8.25884 7.95571 8.26951 7.96115C8.51756 8.08746 8.84124 7.89707 9.4886 7.51629C9.97254 7.23164 10.2145 7.08931 10.4815 7.08447C10.4938 7.08425 10.5062 7.08425 10.5185 7.08447C10.7855 7.08931 11.0275 7.23164 11.5114 7.51629C12.1588 7.89707 12.4824 8.08747 12.7305 7.96115C12.7412 7.95571 12.7516 7.94989 12.7619 7.94372C13 7.80019 13 7.43013 13 6.69003V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17H6C4.61929 17 3.5 18.1193 3.5 19.5C3.5 20.8807 4.61929 22 6 22H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17C19.1193 17 18 18.1193 18 19.5C18 20.8807 19.1193 22 20.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 16.9286V10C20.5 6.22876 20.5 4.34315 19.3284 3.17157C18.1569 2 16.2712 2 12.5 2H11.5C7.72876 2 5.84315 2 4.67157 3.17157C3.5 4.34315 3.5 6.22876 3.5 10V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 3L8 6.69003C8 7.43013 8 7.80019 8.23811 7.94371C8.24836 7.94989 8.25884 7.95571 8.26951 7.96115C8.51756 8.08746 8.84124 7.89707 9.4886 7.51629C9.97254 7.23164 10.2145 7.08931 10.4815 7.08447C10.4938 7.08425 10.5062 7.08425 10.5185 7.08447C10.7855 7.08931 11.0275 7.23164 11.5114 7.51629C12.1588 7.89707 12.4824 8.08747 12.7305 7.96115C12.7412 7.95571 12.7516 7.94989 12.7619 7.94372C13 7.80019 13 7.43013 13 6.69003V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17H6C4.61929 17 3.5 18.1193 3.5 19.5C3.5 20.8807 4.61929 22 6 22H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17C19.1193 17 18 18.1193 18 19.5C18 20.8807 19.1193 22 20.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-book-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 22.0001H6.5C5.11929 22.0001 4 20.8808 4 19.5001M4 19.5001V10.6837C4 7.69913 4 6.20682 4.75662 5.15857C5.00717 4.81144 5.31183 4.50679 5.65895 4.25623C6.70721 3.49961 8.19952 3.49961 11.1841 3.49961C12.1605 3.49961 13.3496 3.55106 14.3358 3.5644C15.235 3.57656 15.6846 3.58265 16.5222 3.43464C17.3597 3.28663 17.4492 3.2526 17.6282 3.18454C18.3982 2.89176 19.1272 2.43641 20 2V11.5001C20 13.3639 20 14.2958 19.6955 15.0309C19.2895 16.011 18.5108 16.7897 17.5307 17.1957C16.7956 17.5001 15.8638 17.5001 14 17.5001H6C4.89543 17.5001 4 18.3956 4 19.5001Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 17L18 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4L8 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 22.0001H6.5C5.11929 22.0001 4 20.8808 4 19.5001M4 19.5001V10.6837C4 7.69913 4 6.20682 4.75662 5.15857C5.00717 4.81144 5.31183 4.50679 5.65895 4.25623C6.70721 3.49961 8.19952 3.49961 11.1841 3.49961C12.1605 3.49961 13.3496 3.55106 14.3358 3.5644C15.235 3.57656 15.6846 3.58265 16.5222 3.43464C17.3597 3.28663 17.4492 3.2526 17.6282 3.18454C18.3982 2.89176 19.1272 2.43641 20 2V11.5001C20 13.3639 20 14.2958 19.6955 15.0309C19.2895 16.011 18.5108 16.7897 17.5307 17.1957C16.7956 17.5001 15.8638 17.5001 14 17.5001H6C4.89543 17.5001 4 18.3956 4 19.5001Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 17L18 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4L8 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-book-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 16.9286V10C20.5 6.22876 20.5 4.34315 19.3284 3.17157C18.1569 2 16.2712 2 12.5 2H11.5C7.72876 2 5.84315 2 4.67157 3.17157C3.5 4.34315 3.5 6.22876 3.5 10V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17H6C4.61929 17 3.5 18.1193 3.5 19.5C3.5 20.8807 4.61929 22 6 22H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 22C19.1193 22 18 20.8807 18 19.5C18 18.1193 19.1193 17 20.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7L9 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11L9 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 16.9286V10C20.5 6.22876 20.5 4.34315 19.3284 3.17157C18.1569 2 16.2712 2 12.5 2H11.5C7.72876 2 5.84315 2 4.67157 3.17157C3.5 4.34315 3.5 6.22876 3.5 10V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17H6C4.61929 17 3.5 18.1193 3.5 19.5C3.5 20.8807 4.61929 22 6 22H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 22C19.1193 22 18 20.8807 18 19.5C18 18.1193 19.1193 17 20.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7L9 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11L9 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-book-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 5H16C16.8284 5 17.5 5.67157 17.5 6.5V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18L14.1429 16M14.1429 16L12.5924 12.3824C12.4933 12.1509 12.2594 12 12 12C11.7406 12 11.5067 12.1509 11.4076 12.3824L9.85714 16M14.1429 16H9.85714M9 18L9.85714 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4911 2.05469L6.30181 2.05471C5.80485 2.05471 5.29655 2.12763 4.89484 2.42251C3.62112 3.35748 2.63953 5.44269 4.62178 7.32529C5.17835 7.85388 5.95632 8.04551 6.72106 8.04551H18.2776C19.0711 8.04551 20.4941 8.15908 20.4941 10.582V18.0359C20.4941 20.2554 18.7045 22.0547 16.4968 22.0547H7.4666C5.263 22.0547 3.66033 20.4973 3.53373 18.126L3.50024 5.22107%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 5H16C16.8284 5 17.5 5.67157 17.5 6.5V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18L14.1429 16M14.1429 16L12.5924 12.3824C12.4933 12.1509 12.2594 12 12 12C11.7406 12 11.5067 12.1509 11.4076 12.3824L9.85714 16M14.1429 16H9.85714M9 18L9.85714 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4911 2.05469L6.30181 2.05471C5.80485 2.05471 5.29655 2.12763 4.89484 2.42251C3.62112 3.35748 2.63953 5.44269 4.62178 7.32529C5.17835 7.85388 5.95632 8.04551 6.72106 8.04551H18.2776C19.0711 8.04551 20.4941 8.15908 20.4941 10.582V18.0359C20.4941 20.2554 18.7045 22.0547 16.4968 22.0547H7.4666C5.263 22.0547 3.66033 20.4973 3.53373 18.126L3.50024 5.22107%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-book-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 5.21387H16C16.8284 5.21387 17.5 5.88544 17.5 6.71387V8.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 13.2139H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.2139H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.497 2.26855L6.30767 2.26857C5.81071 2.26857 5.30241 2.3415 4.9007 2.63637C3.62698 3.57135 2.64539 5.65656 4.62764 7.53916C5.18421 8.06775 5.96217 8.25938 6.72692 8.25938H18.2835C19.077 8.25938 20.5 8.37294 20.5 10.7958V18.2498C20.5 20.4693 18.7103 22.2686 16.5026 22.2686H7.47246C5.26886 22.2686 3.66619 20.7111 3.53959 18.3398L3.5061 5.43493%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 5.21387H16C16.8284 5.21387 17.5 5.88544 17.5 6.71387V8.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 13.2139H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.2139H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.497 2.26855L6.30767 2.26857C5.81071 2.26857 5.30241 2.3415 4.9007 2.63637C3.62698 3.57135 2.64539 5.65656 4.62764 7.53916C5.18421 8.06775 5.96217 8.25938 6.72692 8.25938H18.2835C19.077 8.25938 20.5 8.37294 20.5 10.7958V18.2498C20.5 20.4693 18.7103 22.2686 16.5026 22.2686H7.47246C5.26886 22.2686 3.66619 20.7111 3.53959 18.3398L3.5061 5.43493%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-book-download{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 16.9286V10C20.5 6.22876 20.5 4.34315 19.3284 3.17157C18.1569 2 16.2712 2 12.5 2H11.5C7.72876 2 5.84315 2 4.67157 3.17157C3.5 4.34315 3.5 6.22876 3.5 10V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17H6C4.61929 17 3.5 18.1193 3.5 19.5C3.5 20.8807 4.61929 22 6 22H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10.3265L10.409 11.8131C11.159 12.6044 11.534 13 12 13C12.466 13 12.841 12.6044 13.591 11.8131L15 10.3265M12 12.9128L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17C19.1193 17 18 18.1193 18 19.5C18 20.8807 19.1193 22 20.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 16.9286V10C20.5 6.22876 20.5 4.34315 19.3284 3.17157C18.1569 2 16.2712 2 12.5 2H11.5C7.72876 2 5.84315 2 4.67157 3.17157C3.5 4.34315 3.5 6.22876 3.5 10V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17H6C4.61929 17 3.5 18.1193 3.5 19.5C3.5 20.8807 4.61929 22 6 22H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10.3265L10.409 11.8131C11.159 12.6044 11.534 13 12 13C12.466 13 12.841 12.6044 13.591 11.8131L15 10.3265M12 12.9128L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17C19.1193 17 18 18.1193 18 19.5C18 20.8807 19.1193 22 20.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-book-edit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0215 6.5V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19.2139C10.7777 19.2139 10.3235 18.9718 9.41526 18.4877C8.4921 17.9957 7.2167 17.5061 5.5825 17.1988C3.74929 16.854 2.83268 16.6817 2.41634 16.1727C2 15.6638 2 14.8486 2 13.2183V6.81042C2 5.0274 2 4.13589 2.6487 3.58689C3.29741 3.03788 4.05911 3.18112 5.5825 3.46759C8.58958 4.03307 10.3818 5.21592 11 5.89501C11.6182 5.21592 13.4104 4.03307 16.4175 3.46759C17.9409 3.18112 18.7026 3.03788 19.3513 3.58689C20 4.13589 20 5.0274 20 6.81042V9.71387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.8638 12.6532L21.5589 13.3455C22.147 13.9313 22.147 14.881 21.5589 15.4668L17.9171 19.1623C17.6306 19.4477 17.2642 19.64 16.8659 19.7141L14.6088 20.2022C14.2524 20.2792 13.9351 19.964 14.0114 19.6089L14.4919 17.3736C14.5663 16.977 14.7594 16.612 15.0459 16.3266L18.734 12.6532C19.3222 12.0674 20.2757 12.0674 20.8638 12.6532Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0215 6.5V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19.2139C10.7777 19.2139 10.3235 18.9718 9.41526 18.4877C8.4921 17.9957 7.2167 17.5061 5.5825 17.1988C3.74929 16.854 2.83268 16.6817 2.41634 16.1727C2 15.6638 2 14.8486 2 13.2183V6.81042C2 5.0274 2 4.13589 2.6487 3.58689C3.29741 3.03788 4.05911 3.18112 5.5825 3.46759C8.58958 4.03307 10.3818 5.21592 11 5.89501C11.6182 5.21592 13.4104 4.03307 16.4175 3.46759C17.9409 3.18112 18.7026 3.03788 19.3513 3.58689C20 4.13589 20 5.0274 20 6.81042V9.71387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.8638 12.6532L21.5589 13.3455C22.147 13.9313 22.147 14.881 21.5589 15.4668L17.9171 19.1623C17.6306 19.4477 17.2642 19.64 16.8659 19.7141L14.6088 20.2022C14.2524 20.2792 13.9351 19.964 14.0114 19.6089L14.4919 17.3736C14.5663 16.977 14.7594 16.612 15.0459 16.3266L18.734 12.6532C19.3222 12.0674 20.2757 12.0674 20.8638 12.6532Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-book-open-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 6L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.98056 3.28544C9.32175 3.9216 11.3131 5.25231 12 6.01628C12.6869 5.25231 14.6782 3.9216 18.0194 3.28544C19.7121 2.96315 20.5584 2.80201 21.2792 3.41964C22 4.03727 22 5.04022 22 7.04612V14.255C22 16.0891 22 17.0061 21.5374 17.5787C21.0748 18.1512 20.0564 18.3451 18.0194 18.733C16.2037 19.0787 14.7866 19.6295 13.7608 20.1831C12.7516 20.7277 12.247 21 12 21C11.753 21 11.2484 20.7277 10.2392 20.1831C9.21344 19.6295 7.79633 19.0787 5.98056 18.733C3.94365 18.3451 2.9252 18.1512 2.4626 17.5787C2 17.0061 2 16.0891 2 14.255V7.04612C2 5.04022 2 4.03727 2.72078 3.41964C3.44157 2.80201 4.2879 2.96315 5.98056 3.28544Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 6L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.98056 3.28544C9.32175 3.9216 11.3131 5.25231 12 6.01628C12.6869 5.25231 14.6782 3.9216 18.0194 3.28544C19.7121 2.96315 20.5584 2.80201 21.2792 3.41964C22 4.03727 22 5.04022 22 7.04612V14.255C22 16.0891 22 17.0061 21.5374 17.5787C21.0748 18.1512 20.0564 18.3451 18.0194 18.733C16.2037 19.0787 14.7866 19.6295 13.7608 20.1831C12.7516 20.7277 12.247 21 12 21C11.753 21 11.2484 20.7277 10.2392 20.1831C9.21344 19.6295 7.79633 19.0787 5.98056 18.733C3.94365 18.3451 2.9252 18.1512 2.4626 17.5787C2 17.0061 2 16.0891 2 14.255V7.04612C2 5.04022 2 4.03727 2.72078 3.41964C3.44157 2.80201 4.2879 2.96315 5.98056 3.28544Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-book-open-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.6127 16.0846C13.9796 17.5677 12.4773 20.6409 12 21.5V8C12.4145 7.25396 13.602 5.11646 15.6317 3.66368C16.4868 3.05167 16.9143 2.74566 17.4572 3.02468C18 3.30371 18 3.91963 18 5.15146V13.9914C18 14.6568 18 14.9895 17.8634 15.2233C17.7267 15.4571 17.3554 15.6663 16.6127 16.0846L16.6127 16.0846Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7.80556C11.3131 7.08403 9.32175 5.3704 5.98056 4.76958C4.2879 4.4652 3.44157 4.31301 2.72078 4.89633C2 5.47965 2 6.42688 2 8.32133V15.1297C2 16.8619 2 17.728 2.4626 18.2687C2.9252 18.8095 3.94365 18.9926 5.98056 19.3589C7.79633 19.6854 9.21344 20.2057 10.2392 20.7285C11.2484 21.2428 11.753 21.5 12 21.5C12.247 21.5 12.7516 21.2428 13.7608 20.7285C14.7866 20.2057 16.2037 19.6854 18.0194 19.3589C20.0564 18.9926 21.0748 18.8095 21.5374 18.2687C22 17.728 22 16.8619 22 15.1297V8.32133C22 6.42688 22 5.47965 21.2792 4.89633C20.5584 4.31301 19 4.76958 18 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.6127 16.0846C13.9796 17.5677 12.4773 20.6409 12 21.5V8C12.4145 7.25396 13.602 5.11646 15.6317 3.66368C16.4868 3.05167 16.9143 2.74566 17.4572 3.02468C18 3.30371 18 3.91963 18 5.15146V13.9914C18 14.6568 18 14.9895 17.8634 15.2233C17.7267 15.4571 17.3554 15.6663 16.6127 16.0846L16.6127 16.0846Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7.80556C11.3131 7.08403 9.32175 5.3704 5.98056 4.76958C4.2879 4.4652 3.44157 4.31301 2.72078 4.89633C2 5.47965 2 6.42688 2 8.32133V15.1297C2 16.8619 2 17.728 2.4626 18.2687C2.9252 18.8095 3.94365 18.9926 5.98056 19.3589C7.79633 19.6854 9.21344 20.2057 10.2392 20.7285C11.2484 21.2428 11.753 21.5 12 21.5C12.247 21.5 12.7516 21.2428 13.7608 20.7285C14.7866 20.2057 16.2037 19.6854 18.0194 19.3589C20.0564 18.9926 21.0748 18.8095 21.5374 18.2687C22 17.728 22 16.8619 22 15.1297V8.32133C22 6.42688 22 5.47965 21.2792 4.89633C20.5584 4.31301 19 4.76958 18 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-book-upload{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 16.9286V10C20.5 6.22876 20.5 4.34315 19.3284 3.17157C18.1569 2 16.2712 2 12.5 2H11.5C7.72876 2 5.84315 2 4.67157 3.17157C3.5 4.34315 3.5 6.22876 3.5 10V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8.67347L10.409 7.18691C11.159 6.39564 11.534 6 12 6C12.466 6 12.841 6.39564 13.591 7.18692L15 8.67347M12 6.08723L12 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17H6C4.61929 17 3.5 18.1193 3.5 19.5C3.5 20.8807 4.61929 22 6 22H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17C19.1193 17 18 18.1193 18 19.5C18 20.8807 19.1193 22 20.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 16.9286V10C20.5 6.22876 20.5 4.34315 19.3284 3.17157C18.1569 2 16.2712 2 12.5 2H11.5C7.72876 2 5.84315 2 4.67157 3.17157C3.5 4.34315 3.5 6.22876 3.5 10V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8.67347L10.409 7.18691C11.159 6.39564 11.534 6 12 6C12.466 6 12.841 6.39564 13.591 7.18692L15 8.67347M12 6.08723L12 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17H6C4.61929 17 3.5 18.1193 3.5 19.5C3.5 20.8807 4.61929 22 6 22H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17C19.1193 17 18 18.1193 18 19.5C18 20.8807 19.1193 22 20.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-books-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 15H15C15.9319 15 16.3978 15 16.7654 15.1522C17.2554 15.3552 17.6448 15.7446 17.8478 16.2346C18 16.6022 18 17.0681 18 18C18 18.9319 18 19.3978 17.8478 19.7654C17.6448 20.2554 17.2554 20.6448 16.7654 20.8478C16.3978 21 15.9319 21 15 21H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 3H15C15.9319 3 16.3978 3 16.7654 3.15224C17.2554 3.35523 17.6448 3.74458 17.8478 4.23463C18 4.60218 18 5.06812 18 6C18 6.93188 18 7.39782 17.8478 7.76537C17.6448 8.25542 17.2554 8.64477 16.7654 8.84776C16.3978 9 15.9319 9 15 9H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9H9C8.06812 9 7.60218 9 7.23463 9.15224C6.74458 9.35523 6.35523 9.74458 6.15224 10.2346C6 10.6022 6 11.0681 6 12C6 12.9319 6 13.3978 6.15224 13.7654C6.35523 14.2554 6.74458 14.6448 7.23463 14.8478C7.60218 15 8.06812 15 9 15H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 15C19.8954 15 19 13.6569 19 12C19 10.3431 19.8954 9 21 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 3C4.10457 3 5 4.34315 5 6C5 7.65685 4.10457 9 3 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15C4.10457 15 5 16.3431 5 18C5 19.6569 4.10457 21 3 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 15H15C15.9319 15 16.3978 15 16.7654 15.1522C17.2554 15.3552 17.6448 15.7446 17.8478 16.2346C18 16.6022 18 17.0681 18 18C18 18.9319 18 19.3978 17.8478 19.7654C17.6448 20.2554 17.2554 20.6448 16.7654 20.8478C16.3978 21 15.9319 21 15 21H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 3H15C15.9319 3 16.3978 3 16.7654 3.15224C17.2554 3.35523 17.6448 3.74458 17.8478 4.23463C18 4.60218 18 5.06812 18 6C18 6.93188 18 7.39782 17.8478 7.76537C17.6448 8.25542 17.2554 8.64477 16.7654 8.84776C16.3978 9 15.9319 9 15 9H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9H9C8.06812 9 7.60218 9 7.23463 9.15224C6.74458 9.35523 6.35523 9.74458 6.15224 10.2346C6 10.6022 6 11.0681 6 12C6 12.9319 6 13.3978 6.15224 13.7654C6.35523 14.2554 6.74458 14.6448 7.23463 14.8478C7.60218 15 8.06812 15 9 15H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 15C19.8954 15 19 13.6569 19 12C19 10.3431 19.8954 9 21 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 3C4.10457 3 5 4.34315 5 6C5 7.65685 4.10457 9 3 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15C4.10457 15 5 16.3431 5 18C5 19.6569 4.10457 21 3 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-books-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 9H18C18.9319 9 19.3978 9 19.7654 9.15224C20.2554 9.35523 20.6448 9.74458 20.8478 10.2346C21 10.6022 21 11.0681 21 12C21 12.9319 21 13.3978 20.8478 13.7654C20.6448 14.2554 20.2554 14.6448 19.7654 14.8478C19.3978 15 18.9319 15 18 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 15H15C15.9319 15 16.3978 15 16.7654 15.1522C17.2554 15.3552 17.6448 15.7446 17.8478 16.2346C18 16.6022 18 17.0681 18 18C18 18.9319 18 19.3978 17.8478 19.7654C17.6448 20.2554 17.2554 20.6448 16.7654 20.8478C16.3978 21 15.9319 21 15 21H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 3H14C14.9319 3 15.3978 3 15.7654 3.15224C16.2554 3.35523 16.6448 3.74458 16.8478 4.23463C17 4.60218 17 5.06812 17 6C17 6.93188 17 7.39782 16.8478 7.76537C16.6448 8.25542 16.2554 8.64477 15.7654 8.84776C15.3978 9 14.9319 9 14 9H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9L13 15.1905C13 16.3045 13 16.8616 12.6735 16.9803C12.3469 17.0991 11.9782 16.6761 11.2407 15.8303L10.7593 15.278C10.4064 14.8733 10.23 14.6709 10 14.6709C9.77003 14.6709 9.5936 14.8733 9.24074 15.278L8.75926 15.8303C8.02179 16.6761 7.65305 17.0991 7.32653 16.9803C7 16.8616 7 16.3045 7 15.1905L7 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 9H18C18.9319 9 19.3978 9 19.7654 9.15224C20.2554 9.35523 20.6448 9.74458 20.8478 10.2346C21 10.6022 21 11.0681 21 12C21 12.9319 21 13.3978 20.8478 13.7654C20.6448 14.2554 20.2554 14.6448 19.7654 14.8478C19.3978 15 18.9319 15 18 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 15H15C15.9319 15 16.3978 15 16.7654 15.1522C17.2554 15.3552 17.6448 15.7446 17.8478 16.2346C18 16.6022 18 17.0681 18 18C18 18.9319 18 19.3978 17.8478 19.7654C17.6448 20.2554 17.2554 20.6448 16.7654 20.8478C16.3978 21 15.9319 21 15 21H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 3H14C14.9319 3 15.3978 3 15.7654 3.15224C16.2554 3.35523 16.6448 3.74458 16.8478 4.23463C17 4.60218 17 5.06812 17 6C17 6.93188 17 7.39782 16.8478 7.76537C16.6448 8.25542 16.2554 8.64477 15.7654 8.84776C15.3978 9 14.9319 9 14 9H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9L13 15.1905C13 16.3045 13 16.8616 12.6735 16.9803C12.3469 17.0991 11.9782 16.6761 11.2407 15.8303L10.7593 15.278C10.4064 14.8733 10.23 14.6709 10 14.6709C9.77003 14.6709 9.5936 14.8733 9.24074 15.278L8.75926 15.8303C8.02179 16.6761 7.65305 17.0991 7.32653 16.9803C7 16.8616 7 16.3045 7 15.1905L7 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-brain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.998 7.12652C17.3182 7.04393 17.654 7 18 7C20.2091 7 22 8.79086 22 11C22 13.2091 20.2091 15 18 15C17.6451 15 17.3009 14.9538 16.9733 14.867M16.998 7.12652C16.9993 7.08451 17 7.04233 17 7C17 4.79086 15.2091 3 13 3C11.0824 3 9.47994 4.34939 9.09041 6.15043M16.998 7.12652C16.9769 7.80763 16.7854 8.44584 16.4649 9M16.9733 14.867C16.9909 14.7472 17 14.6247 17 14.5C17 13.2905 16.1411 12.2816 15 12.05M16.9733 14.867C16.7957 16.0737 15.756 17 14.5 17H14C11.7909 17 10 18.7909 10 21M9.09041 6.15043C8.74377 6.05243 8.37801 6 8 6C5.79086 6 4 7.79086 4 10C4 10.3886 4.05542 10.7643 4.15878 11.1195M9.09041 6.15043C10.1015 6.43625 10.9498 7.10965 11.4649 8M4.15878 11.1195C2.9114 11.4832 2 12.6352 2 14C2 15.6569 3.34315 17 5 17C6.30622 17 7.41746 16.1652 7.82929 15M4.15878 11.1195C4.24921 11.4303 4.37632 11.7255 4.53513 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.8361 11.7435C11.3257 12.2353 10.453 12.3202 9.70713 11.9008C8.9612 11.4814 8.58031 10.6917 8.73535 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.998 7.12652C17.3182 7.04393 17.654 7 18 7C20.2091 7 22 8.79086 22 11C22 13.2091 20.2091 15 18 15C17.6451 15 17.3009 14.9538 16.9733 14.867M16.998 7.12652C16.9993 7.08451 17 7.04233 17 7C17 4.79086 15.2091 3 13 3C11.0824 3 9.47994 4.34939 9.09041 6.15043M16.998 7.12652C16.9769 7.80763 16.7854 8.44584 16.4649 9M16.9733 14.867C16.9909 14.7472 17 14.6247 17 14.5C17 13.2905 16.1411 12.2816 15 12.05M16.9733 14.867C16.7957 16.0737 15.756 17 14.5 17H14C11.7909 17 10 18.7909 10 21M9.09041 6.15043C8.74377 6.05243 8.37801 6 8 6C5.79086 6 4 7.79086 4 10C4 10.3886 4.05542 10.7643 4.15878 11.1195M9.09041 6.15043C10.1015 6.43625 10.9498 7.10965 11.4649 8M4.15878 11.1195C2.9114 11.4832 2 12.6352 2 14C2 15.6569 3.34315 17 5 17C6.30622 17 7.41746 16.1652 7.82929 15M4.15878 11.1195C4.24921 11.4303 4.37632 11.7255 4.53513 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.8361 11.7435C11.3257 12.2353 10.453 12.3202 9.70713 11.9008C8.9612 11.4814 8.58031 10.6917 8.73535 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-browser{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 9H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99981 6H7.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9998 6H11.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 9H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99981 6H7.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9998 6H11.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-canvas{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 8C4 5.17157 4 3.75736 5.00421 2.87868C6.00841 2 7.62465 2 10.8571 2H13.1429C16.3753 2 17.9916 2 18.9958 2.87868C20 3.75736 20 5.17157 20 8V17H4V8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 17H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.6987 5.56588C11.9289 5.38957 13.9674 5.4601 12.2803 7.15266C10.1715 9.26836 7.00837 14.0289 10.6987 12.4421C14.3891 10.8554 15.9709 11.9132 14.3893 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 22L8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 22L16 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 8C4 5.17157 4 3.75736 5.00421 2.87868C6.00841 2 7.62465 2 10.8571 2H13.1429C16.3753 2 17.9916 2 18.9958 2.87868C20 3.75736 20 5.17157 20 8V17H4V8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 17H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.6987 5.56588C11.9289 5.38957 13.9674 5.4601 12.2803 7.15266C10.1715 9.26836 7.00837 14.0289 10.6987 12.4421C14.3891 10.8554 15.9709 11.9132 14.3893 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 22L8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 22L16 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-certificate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 5.02649C7.42349 4.60306 4.65212 3.46017 3.16165 4.30124C1.61279 5.17525 1.61278 10.8248 3.16165 11.6988C4.65212 12.5398 7.42349 11.3969 9 10.9735%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5.02649C16.5765 4.60306 19.3479 3.46017 20.8384 4.30124C22.3872 5.17525 22.3872 10.8248 20.8384 11.6988C19.3479 12.5398 16.5765 11.3969 15 10.9735%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%228%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.77244 11L8.34515 17.3753C8.01375 18.8555 7.84805 19.5957 8.18452 19.8368C9.33435 20.6607 10.7588 18.0976 12 18.0976C13.13 18.0976 14.817 20.5523 15.8155 19.8368C16.1519 19.5957 15.9862 18.8555 15.6548 17.3753L14.2276 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 5.02649C7.42349 4.60306 4.65212 3.46017 3.16165 4.30124C1.61279 5.17525 1.61278 10.8248 3.16165 11.6988C4.65212 12.5398 7.42349 11.3969 9 10.9735%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5.02649C16.5765 4.60306 19.3479 3.46017 20.8384 4.30124C22.3872 5.17525 22.3872 10.8248 20.8384 11.6988C19.3479 12.5398 16.5765 11.3969 15 10.9735%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%228%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.77244 11L8.34515 17.3753C8.01375 18.8555 7.84805 19.5957 8.18452 19.8368C9.33435 20.6607 10.7588 18.0976 12 18.0976C13.13 18.0976 14.817 20.5523 15.8155 19.8368C16.1519 19.5957 15.9862 18.8555 15.6548 17.3753L14.2276 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-chemistry-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 9L11 9M20 9L17 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4V14.7857C17 16.5609 15.6569 18 14 18C12.3431 18 11 16.5609 11 14.7857V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 3V13C5 16.7712 5 18.6569 6.17157 19.8284C7.34315 21 9.22876 21 13 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4L18 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 9L11 9M20 9L17 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4V14.7857C17 16.5609 15.6569 18 14 18C12.3431 18 11 16.5609 11 14.7857V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 3V13C5 16.7712 5 18.6569 6.17157 19.8284C7.34315 21 9.22876 21 13 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4L18 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-chemistry-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 3V13C5 16.7712 5 18.6569 6.17157 19.8284C7.34315 21 9.22876 21 13 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9L11 9M20 9H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.2466 4V6.55767C15.2466 7.69966 15.2466 8.27065 15.3937 8.8188C15.5408 9.36696 15.8292 9.87028 16.4059 10.8769L17.1873 12.241C18.6568 14.8062 19.3916 16.0888 18.7888 17.0396L18.7795 17.0541C18.1679 18 16.6119 18 13.5 18C10.3881 18 8.83212 18 8.22055 17.0541L8.21123 17.0396C7.60843 16.0888 8.34319 14.8062 9.8127 12.241L10.5941 10.8769C11.1708 9.87028 11.4592 9.36696 11.6063 8.8188C11.7534 8.27065 11.7534 7.69966 11.7534 6.55767V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 4L16.5 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 3V13C5 16.7712 5 18.6569 6.17157 19.8284C7.34315 21 9.22876 21 13 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9L11 9M20 9H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.2466 4V6.55767C15.2466 7.69966 15.2466 8.27065 15.3937 8.8188C15.5408 9.36696 15.8292 9.87028 16.4059 10.8769L17.1873 12.241C18.6568 14.8062 19.3916 16.0888 18.7888 17.0396L18.7795 17.0541C18.1679 18 16.6119 18 13.5 18C10.3881 18 8.83212 18 8.22055 17.0541L8.21123 17.0396C7.60843 16.0888 8.34319 14.8062 9.8127 12.241L10.5941 10.8769C11.1708 9.87028 11.4592 9.36696 11.6063 8.8188C11.7534 8.27065 11.7534 7.69966 11.7534 6.55767V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 4L16.5 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-chemistry-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 3V13C5 16.7712 5 18.6569 6.17157 19.8284C7.34315 21 9.22876 21 13 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9L11 9M20 9H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 4L16.5 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.7 4V8.95233C11.7 9.35352 11.4544 9.70728 11.1119 9.91618C9.84338 10.6899 9 12.0617 9 13.625C9 16.0412 11.0147 18 13.5 18C15.9853 18 18 16.0412 18 13.625C18 12.0617 17.1566 10.6899 15.8881 9.91618C15.5456 9.70728 15.3 9.35352 15.3 8.95233V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 3V13C5 16.7712 5 18.6569 6.17157 19.8284C7.34315 21 9.22876 21 13 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9L11 9M20 9H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 4L16.5 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.7 4V8.95233C11.7 9.35352 11.4544 9.70728 11.1119 9.91618C9.84338 10.6899 9 12.0617 9 13.625C9 16.0412 11.0147 18 13.5 18C15.9853 18 18 16.0412 18 13.625C18 12.0617 17.1566 10.6899 15.8881 9.91618C15.5456 9.70728 15.3 9.35352 15.3 8.95233V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-clip{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 22H7.14444C7.51533 22 7.66655 21.6672 7.73659 21.3171C7.89059 20.5471 8.49844 20 9.2 20C9.90156 20 10.5094 20.5471 10.6634 21.3171C10.7334 21.6672 10.8847 22 11.2556 22H12.7444C13.1153 22 13.2666 21.6672 13.3366 21.3171C13.4906 20.5471 14.0984 20 14.8 20C15.5016 20 16.1094 20.5471 16.2634 21.3171C16.3334 21.6672 16.4847 22 16.8556 22H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.77232 20C8.77232 20 9.62267 11.8193 9.93709 9.47913C10.208 7.46284 6.43388 4.71926 8.76226 3.09378C10.8515 1.63526 13.1483 1.63551 15.2376 3.09392C17.5661 4.71933 13.7927 7.46286 14.0636 9.47913C14.378 11.8193 15.2283 20 15.2283 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 22L3.67748 17.1633C3.01417 14.3231 2.68252 12.903 3.41535 11.9515C4.14818 11 5.57361 11 8.42448 11H15.5755C18.4264 11 19.8518 11 20.5847 11.9515C21.3175 12.903 20.9858 14.3231 20.3225 17.1633L19 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 22H7.14444C7.51533 22 7.66655 21.6672 7.73659 21.3171C7.89059 20.5471 8.49844 20 9.2 20C9.90156 20 10.5094 20.5471 10.6634 21.3171C10.7334 21.6672 10.8847 22 11.2556 22H12.7444C13.1153 22 13.2666 21.6672 13.3366 21.3171C13.4906 20.5471 14.0984 20 14.8 20C15.5016 20 16.1094 20.5471 16.2634 21.3171C16.3334 21.6672 16.4847 22 16.8556 22H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.77232 20C8.77232 20 9.62267 11.8193 9.93709 9.47913C10.208 7.46284 6.43388 4.71926 8.76226 3.09378C10.8515 1.63526 13.1483 1.63551 15.2376 3.09392C17.5661 4.71933 13.7927 7.46286 14.0636 9.47913C14.378 11.8193 15.2283 20 15.2283 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 22L3.67748 17.1633C3.01417 14.3231 2.68252 12.903 3.41535 11.9515C4.14818 11 5.57361 11 8.42448 11H15.5755C18.4264 11 19.8518 11 20.5847 11.9515C21.3175 12.903 20.9858 14.3231 20.3225 17.1633L19 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-clipboard{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0235 3.03358L16.0689 2.77924C13.369 2.05986 12.019 1.70018 10.9555 2.31074C9.89196 2.9213 9.53023 4.26367 8.80678 6.94841L7.78366 10.7452C7.0602 13.4299 6.69848 14.7723 7.3125 15.8298C7.92652 16.8874 9.27651 17.247 11.9765 17.9664L12.9311 18.2208C15.631 18.9401 16.981 19.2998 18.0445 18.6893C19.108 18.0787 19.4698 16.7363 20.1932 14.0516L21.2163 10.2548C21.9398 7.57005 22.3015 6.22768 21.6875 5.17016C21.0735 4.11264 19.7235 3.75295 17.0235 3.03358Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.8538 7.43306C16.8538 8.24714 16.1901 8.90709 15.3714 8.90709C14.5527 8.90709 13.889 8.24714 13.889 7.43306C13.889 6.61898 14.5527 5.95904 15.3714 5.95904C16.1901 5.95904 16.8538 6.61898 16.8538 7.43306Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 20.9463L11.0477 21.2056C8.35403 21.9391 7.00722 22.3059 5.94619 21.6833C4.88517 21.0608 4.52429 19.6921 3.80253 16.9547L2.78182 13.0834C2.06006 10.346 1.69918 8.97731 2.31177 7.89904C2.84167 6.96631 4 7.00027 5.5 7.00015%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0235 3.03358L16.0689 2.77924C13.369 2.05986 12.019 1.70018 10.9555 2.31074C9.89196 2.9213 9.53023 4.26367 8.80678 6.94841L7.78366 10.7452C7.0602 13.4299 6.69848 14.7723 7.3125 15.8298C7.92652 16.8874 9.27651 17.247 11.9765 17.9664L12.9311 18.2208C15.631 18.9401 16.981 19.2998 18.0445 18.6893C19.108 18.0787 19.4698 16.7363 20.1932 14.0516L21.2163 10.2548C21.9398 7.57005 22.3015 6.22768 21.6875 5.17016C21.0735 4.11264 19.7235 3.75295 17.0235 3.03358Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.8538 7.43306C16.8538 8.24714 16.1901 8.90709 15.3714 8.90709C14.5527 8.90709 13.889 8.24714 13.889 7.43306C13.889 6.61898 14.5527 5.95904 15.3714 5.95904C16.1901 5.95904 16.8538 6.61898 16.8538 7.43306Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 20.9463L11.0477 21.2056C8.35403 21.9391 7.00722 22.3059 5.94619 21.6833C4.88517 21.0608 4.52429 19.6921 3.80253 16.9547L2.78182 13.0834C2.06006 10.346 1.69918 8.97731 2.31177 7.89904C2.84167 6.96631 4 7.00027 5.5 7.00015%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-computer-video-call{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2H10C6.72077 2 5.08116 2 3.91891 2.81382C3.48891 3.1149 3.1149 3.48891 2.81382 3.91891C2 5.08116 2 6.72077 2 10C2 13.2792 2 14.9188 2.81382 16.0811C3.1149 16.5111 3.48891 16.8851 3.91891 17.1862C5.08116 18 6.72077 18 10 18H14C17.2792 18 18.9188 18 20.0811 17.1862C20.5111 16.8851 20.8851 16.5111 21.1862 16.0811C22 14.9188 22 13.2792 22 10C22 6.72077 22 5.08116 21.1862 3.91891C20.8851 3.48891 20.5111 3.1149 20.0811 2.81382C18.9188 2 17.2792 2 14 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 22L14.1845 21.5811C13.4733 20.6369 13.2969 19.1944 13.7468 18M9.5 22L9.8155 21.5811C10.5267 20.6369 10.7031 19.1944 10.2532 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14C9.83846 11.4046 14.1188 11.263 16 14M14 8C14 9.10457 13.1046 10 12 10C10.8954 10 10 9.10457 10 8C10 6.89543 10.8954 6 12 6C13.1046 6 14 6.89543 14 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2H10C6.72077 2 5.08116 2 3.91891 2.81382C3.48891 3.1149 3.1149 3.48891 2.81382 3.91891C2 5.08116 2 6.72077 2 10C2 13.2792 2 14.9188 2.81382 16.0811C3.1149 16.5111 3.48891 16.8851 3.91891 17.1862C5.08116 18 6.72077 18 10 18H14C17.2792 18 18.9188 18 20.0811 17.1862C20.5111 16.8851 20.8851 16.5111 21.1862 16.0811C22 14.9188 22 13.2792 22 10C22 6.72077 22 5.08116 21.1862 3.91891C20.8851 3.48891 20.5111 3.1149 20.0811 2.81382C18.9188 2 17.2792 2 14 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 22L14.1845 21.5811C13.4733 20.6369 13.2969 19.1944 13.7468 18M9.5 22L9.8155 21.5811C10.5267 20.6369 10.7031 19.1944 10.2532 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14C9.83846 11.4046 14.1188 11.263 16 14M14 8C14 9.10457 13.1046 10 12 10C10.8954 10 10 9.10457 10 8C10 6.89543 10.8954 6 12 6C13.1046 6 14 6.89543 14 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-conversation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6V5C7 3.58579 7 2.87868 7.43934 2.43934C7.87868 2 8.58579 2 10 2H14C15.4142 2 16.1213 2 16.5607 2.43934C17 2.87868 17 3.58579 17 5V6C17 7.41421 17 8.12132 16.5607 8.56066C16.1213 9 15.4142 9 14 9H13L10 11V9C8.58579 9 7.87868 9 7.43934 8.56066C7 8.12132 7 7.41421 7 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.59003 18.7408C2.96125 19.162 1.31261 20.0221 2.31674 21.0983C2.80725 21.624 3.35355 22 4.04039 22H6H7.95961C8.64645 22 9.19275 21.624 9.68326 21.0983C10.6874 20.0221 9.03875 19.162 8.40997 18.7408C6.93547 17.7531 5.06453 17.7531 3.59003 18.7408Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.59 18.7408C14.9612 19.162 13.3126 20.0221 14.3167 21.0983C14.8072 21.624 15.3536 22 16.0404 22H18H19.9596C20.6464 22 21.1928 21.624 21.6833 21.0983C22.6874 20.0221 21.0388 19.162 20.41 18.7408C18.9355 17.7531 17.0645 17.7531 15.59 18.7408Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 13.5C8 14.6046 7.10457 15.5 6 15.5C4.89543 15.5 4 14.6046 4 13.5C4 12.3954 4.89543 11.5 6 11.5C7.10457 11.5 8 12.3954 8 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 13.5C20 14.6046 19.1046 15.5 18 15.5C16.8954 15.5 16 14.6046 16 13.5C16 12.3954 16.8954 11.5 18 11.5C19.1046 11.5 20 12.3954 20 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6V5C7 3.58579 7 2.87868 7.43934 2.43934C7.87868 2 8.58579 2 10 2H14C15.4142 2 16.1213 2 16.5607 2.43934C17 2.87868 17 3.58579 17 5V6C17 7.41421 17 8.12132 16.5607 8.56066C16.1213 9 15.4142 9 14 9H13L10 11V9C8.58579 9 7.87868 9 7.43934 8.56066C7 8.12132 7 7.41421 7 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.59003 18.7408C2.96125 19.162 1.31261 20.0221 2.31674 21.0983C2.80725 21.624 3.35355 22 4.04039 22H6H7.95961C8.64645 22 9.19275 21.624 9.68326 21.0983C10.6874 20.0221 9.03875 19.162 8.40997 18.7408C6.93547 17.7531 5.06453 17.7531 3.59003 18.7408Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.59 18.7408C14.9612 19.162 13.3126 20.0221 14.3167 21.0983C14.8072 21.624 15.3536 22 16.0404 22H18H19.9596C20.6464 22 21.1928 21.624 21.6833 21.0983C22.6874 20.0221 21.0388 19.162 20.41 18.7408C18.9355 17.7531 17.0645 17.7531 15.59 18.7408Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 13.5C8 14.6046 7.10457 15.5 6 15.5C4.89543 15.5 4 14.6046 4 13.5C4 12.3954 4.89543 11.5 6 11.5C7.10457 11.5 8 12.3954 8 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 13.5C20 14.6046 19.1046 15.5 18 15.5C16.8954 15.5 16 14.6046 16 13.5C16 12.3954 16.8954 11.5 18 11.5C19.1046 11.5 20 12.3954 20 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-desk{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 8H21V12C21 14.357 21 15.5355 20.2678 16.2678C19.5355 17 18.357 17 16 17H8C5.64298 17 4.46447 17 3.73223 16.2678C3 15.5355 3 14.357 3 12V8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6C7 4.11438 7 3.17157 7.58579 2.58579C8.17157 2 9.11438 2 11 2H13C14.8856 2 15.8284 2 16.4142 2.58579C17 3.17157 17 4.11438 17 6V8H7V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17V22M19 17V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17V20M16 17V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8L3.81818 8M20.1818 8L22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 8H21V12C21 14.357 21 15.5355 20.2678 16.2678C19.5355 17 18.357 17 16 17H8C5.64298 17 4.46447 17 3.73223 16.2678C3 15.5355 3 14.357 3 12V8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6C7 4.11438 7 3.17157 7.58579 2.58579C8.17157 2 9.11438 2 11 2H13C14.8856 2 15.8284 2 16.4142 2.58579C17 3.17157 17 4.11438 17 6V8H7V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17V22M19 17V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17V20M16 17V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8L3.81818 8M20.1818 8L22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-diploma{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 17.838C19.5305 17.6867 20.2627 17.3941 20.8284 16.8284C22 15.6569 22 13.7712 22 10C22 6.22876 22 4.34315 20.8284 3.17157C19.6569 2 17.7712 2 14 2H10C6.22876 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10C2 13.7712 2 15.6569 3.17157 16.8284C3.97975 17.6366 5.1277 17.8873 7 17.965%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 14.5C14.5 15.8807 13.3807 17 12 17C10.6193 17 9.5 15.8807 9.5 14.5C9.5 13.1193 10.6193 12 12 12C13.3807 12 14.5 13.1193 14.5 14.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 14.5C9.5 18.5659 11.2222 20.8706 12 22L13.5 19L15.25 20L17 21C16.2653 20.2888 15.5058 18.0471 15.5058 18.0471%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 17.838C19.5305 17.6867 20.2627 17.3941 20.8284 16.8284C22 15.6569 22 13.7712 22 10C22 6.22876 22 4.34315 20.8284 3.17157C19.6569 2 17.7712 2 14 2H10C6.22876 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10C2 13.7712 2 15.6569 3.17157 16.8284C3.97975 17.6366 5.1277 17.8873 7 17.965%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 14.5C14.5 15.8807 13.3807 17 12 17C10.6193 17 9.5 15.8807 9.5 14.5C9.5 13.1193 10.6193 12 12 12C13.3807 12 14.5 13.1193 14.5 14.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 14.5C9.5 18.5659 11.2222 20.8706 12 22L13.5 19L15.25 20L17 21C16.2653 20.2888 15.5058 18.0471 15.5058 18.0471%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-dna{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%225%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0004 8.44332C20.2212 10.2226 17.3364 10.2226 15.5571 8.44332C13.7778 6.66405 13.7778 3.77927 15.5571 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15.5571C3.77927 13.7778 6.66405 13.7778 8.44332 15.5571C10.2226 17.3364 10.2226 20.2212 8.44332 22.0004%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%225%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0004 8.44332C20.2212 10.2226 17.3364 10.2226 15.5571 8.44332C13.7778 6.66405 13.7778 3.77927 15.5571 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15.5571C3.77927 13.7778 6.66405 13.7778 8.44332 15.5571C10.2226 17.3364 10.2226 20.2212 8.44332 22.0004%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-drawing-compass{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 10L5 22M14 10L19 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%227%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 13C4.99073 16.0242 8.27968 18 12 18C15.7203 18 19.0093 16.0242 21 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 10L5 22M14 10L19 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%227%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 13C4.99073 16.0242 8.27968 18 12 18C15.7203 18 19.0093 16.0242 21 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-elearning-exchange{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.45898 9.21387C3.7364 5.15676 7.53608 2.21387 12.0248 2.21387C17.223 2.21387 21.4971 6.16055 22 11.2139L20 10.8068%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.541 15.2139C20.2636 19.271 16.4639 22.2139 11.9752 22.2139C6.77707 22.2139 2.50297 18.2672 2 13.2139L4.00005 13.621%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00198 13.7417V15.7336C9.00198 16.0603 9.15779 16.3712 9.43401 16.5439C10.2776 17.0717 10.9193 17.2264 12.0054 17.2598C13.0061 17.2868 13.6336 17.1295 14.5679 16.5455C14.8481 16.3703 15.0089 16.0565 15.0089 15.7251V13.7417M17.0112 11.2288V14.2443M7.04924 11.0575C7.41086 10.2935 9.65363 8.96344 11.7009 8.30639C11.8984 8.24301 12.1106 8.24929 12.3053 8.32061C14.1154 8.9833 16.1288 9.98555 16.8597 10.7992C17.2414 11.2239 16.8682 11.7659 16.4068 12.1013C15.4704 12.7821 14.4364 13.3117 12.3491 14.1134C12.1282 14.1983 11.8828 14.2012 11.6608 14.1188C9.52012 13.324 7.51902 12.2981 7.06587 11.3956C7.01245 11.2891 6.9983 11.1651 7.04924 11.0575Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.45898 9.21387C3.7364 5.15676 7.53608 2.21387 12.0248 2.21387C17.223 2.21387 21.4971 6.16055 22 11.2139L20 10.8068%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.541 15.2139C20.2636 19.271 16.4639 22.2139 11.9752 22.2139C6.77707 22.2139 2.50297 18.2672 2 13.2139L4.00005 13.621%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00198 13.7417V15.7336C9.00198 16.0603 9.15779 16.3712 9.43401 16.5439C10.2776 17.0717 10.9193 17.2264 12.0054 17.2598C13.0061 17.2868 13.6336 17.1295 14.5679 16.5455C14.8481 16.3703 15.0089 16.0565 15.0089 15.7251V13.7417M17.0112 11.2288V14.2443M7.04924 11.0575C7.41086 10.2935 9.65363 8.96344 11.7009 8.30639C11.8984 8.24301 12.1106 8.24929 12.3053 8.32061C14.1154 8.9833 16.1288 9.98555 16.8597 10.7992C17.2414 11.2239 16.8682 11.7659 16.4068 12.1013C15.4704 12.7821 14.4364 13.3117 12.3491 14.1134C12.1282 14.1983 11.8828 14.2012 11.6608 14.1188C9.52012 13.324 7.51902 12.2981 7.06587 11.3956C7.01245 11.2891 6.9983 11.1651 7.04924 11.0575Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-geology-crust{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9997 18.5C10.4912 18.5 9.10269 17.9861 7.99972 17.1238M11.9997 5.5C9.10768 5.5 6.65678 7.38874 5.81322 10M6.23193 15C5.91116 14.3845 5.68601 13.7113 5.57617 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5.49906C13.6241 5.61507 16.1849 5.23044 17.052 3.36719M20.0683 6.09014C19.6281 6.50486 19.1018 6.84862 18.5 6.99906C16.5 7.49906 14.5 8.99906 16 10.9991C17.5 12.9991 19 14.4991 17.5 16.4991C16.7608 17.4846 16.2402 19.1441 18.2806 19.7811%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9997 18.5C10.4912 18.5 9.10269 17.9861 7.99972 17.1238M11.9997 5.5C9.10768 5.5 6.65678 7.38874 5.81322 10M6.23193 15C5.91116 14.3845 5.68601 13.7113 5.57617 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5.49906C13.6241 5.61507 16.1849 5.23044 17.052 3.36719M20.0683 6.09014C19.6281 6.50486 19.1018 6.84862 18.5 6.99906C16.5 7.49906 14.5 8.99906 16 10.9991C17.5 12.9991 19 14.4991 17.5 16.4991C16.7608 17.4846 16.2402 19.1441 18.2806 19.7811%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-gift{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 11V15C4 18.2998 4 19.9497 5.02513 20.9749C6.05025 22 7.70017 22 11 22H13C16.2998 22 17.9497 22 18.9749 20.9749C20 19.9497 20 18.2998 20 15V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9C3 8.25231 3 7.87846 3.20096 7.6C3.33261 7.41758 3.52197 7.26609 3.75 7.16077C4.09808 7 4.56538 7 5.5 7H18.5C19.4346 7 19.9019 7 20.25 7.16077C20.478 7.26609 20.6674 7.41758 20.799 7.6C21 7.87846 21 8.25231 21 9C21 9.74769 21 10.1215 20.799 10.4C20.6674 10.5824 20.478 10.7339 20.25 10.8392C19.9019 11 19.4346 11 18.5 11H5.5C4.56538 11 4.09808 11 3.75 10.8392C3.52197 10.7339 3.33261 10.5824 3.20096 10.4C3 10.1215 3 9.74769 3 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 3.78571C6 2.79949 6.79949 2 7.78571 2H8.14286C10.2731 2 12 3.7269 12 5.85714V7H9.21429C7.43908 7 6 5.56091 6 3.78571Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 3.78571C18 2.79949 17.2005 2 16.2143 2H15.8571C13.7269 2 12 3.7269 12 5.85714V7H14.7857C16.5609 7 18 5.56091 18 3.78571Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 11V15C4 18.2998 4 19.9497 5.02513 20.9749C6.05025 22 7.70017 22 11 22H13C16.2998 22 17.9497 22 18.9749 20.9749C20 19.9497 20 18.2998 20 15V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9C3 8.25231 3 7.87846 3.20096 7.6C3.33261 7.41758 3.52197 7.26609 3.75 7.16077C4.09808 7 4.56538 7 5.5 7H18.5C19.4346 7 19.9019 7 20.25 7.16077C20.478 7.26609 20.6674 7.41758 20.799 7.6C21 7.87846 21 8.25231 21 9C21 9.74769 21 10.1215 20.799 10.4C20.6674 10.5824 20.478 10.7339 20.25 10.8392C19.9019 11 19.4346 11 18.5 11H5.5C4.56538 11 4.09808 11 3.75 10.8392C3.52197 10.7339 3.33261 10.5824 3.20096 10.4C3 10.1215 3 9.74769 3 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 3.78571C6 2.79949 6.79949 2 7.78571 2H8.14286C10.2731 2 12 3.7269 12 5.85714V7H9.21429C7.43908 7 6 5.56091 6 3.78571Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 3.78571C18 2.79949 17.2005 2 16.2143 2H15.8571C13.7269 2 12 3.7269 12 5.85714V7H14.7857C16.5609 7 18 5.56091 18 3.78571Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-glasses{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 20H6.45416C5.09333 20 4.41291 20 3.91897 19.6827C3.67759 19.5276 3.4724 19.3224 3.31733 19.081C3 18.5871 3 17.9067 3 16.5458C3 16.1093 3 15.891 2.95448 15.6813C2.93177 15.5767 2.9007 15.4741 2.86157 15.3744C2.78313 15.1747 2.66204 14.9931 2.41987 14.6298L2 14H7.5C8.43188 14 8.89782 14 9.26537 14.1522C9.75542 14.3552 10.1448 14.7446 10.3478 15.2346C10.5 15.6022 10.5 16.0681 10.5 17C10.5 17.9319 10.5 18.3978 10.3478 18.7654C10.1448 19.2554 9.75542 19.6448 9.26537 19.8478C8.89782 20 8.43188 20 7.5 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 20H17.5458C18.9067 20 19.5871 20 20.081 19.6827C20.3224 19.5276 20.5276 19.3224 20.6827 19.081C21 18.5871 21 17.9067 21 16.5458C21 16.1093 21 15.891 21.0455 15.6813C21.0682 15.5767 21.0993 15.4741 21.1384 15.3744C21.2169 15.1747 21.338 14.9931 21.5801 14.6298L22 14H16.5C15.5681 14 15.1022 14 14.7346 14.1522C14.2446 14.3552 13.8552 14.7446 13.6522 15.2346C13.5 15.6022 13.5 16.0681 13.5 17C13.5 17.9319 13.5 18.3978 13.6522 18.7654C13.8552 19.2554 14.2446 19.6448 14.7346 19.8478C15.1022 20 15.5681 20 16.5 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 14L18.5259 5.46423C18.2366 4.75344 18.092 4.39804 17.8922 4.22854C17.597 3.97809 17.2005 3.92952 16.8629 4.10248C16.6345 4.21953 16.423 4.53131 16 5.15486%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14L5.47409 5.46423C5.76338 4.75344 5.90803 4.39804 6.1078 4.22854C6.40296 3.97809 6.79947 3.92952 7.13705 4.10248C7.36553 4.21953 7.57702 4.53131 8 5.15486%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 16C10.5 15.1716 11.1716 14.5 12 14.5C12.8284 14.5 13.5 15.1716 13.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 20H6.45416C5.09333 20 4.41291 20 3.91897 19.6827C3.67759 19.5276 3.4724 19.3224 3.31733 19.081C3 18.5871 3 17.9067 3 16.5458C3 16.1093 3 15.891 2.95448 15.6813C2.93177 15.5767 2.9007 15.4741 2.86157 15.3744C2.78313 15.1747 2.66204 14.9931 2.41987 14.6298L2 14H7.5C8.43188 14 8.89782 14 9.26537 14.1522C9.75542 14.3552 10.1448 14.7446 10.3478 15.2346C10.5 15.6022 10.5 16.0681 10.5 17C10.5 17.9319 10.5 18.3978 10.3478 18.7654C10.1448 19.2554 9.75542 19.6448 9.26537 19.8478C8.89782 20 8.43188 20 7.5 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 20H17.5458C18.9067 20 19.5871 20 20.081 19.6827C20.3224 19.5276 20.5276 19.3224 20.6827 19.081C21 18.5871 21 17.9067 21 16.5458C21 16.1093 21 15.891 21.0455 15.6813C21.0682 15.5767 21.0993 15.4741 21.1384 15.3744C21.2169 15.1747 21.338 14.9931 21.5801 14.6298L22 14H16.5C15.5681 14 15.1022 14 14.7346 14.1522C14.2446 14.3552 13.8552 14.7446 13.6522 15.2346C13.5 15.6022 13.5 16.0681 13.5 17C13.5 17.9319 13.5 18.3978 13.6522 18.7654C13.8552 19.2554 14.2446 19.6448 14.7346 19.8478C15.1022 20 15.5681 20 16.5 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 14L18.5259 5.46423C18.2366 4.75344 18.092 4.39804 17.8922 4.22854C17.597 3.97809 17.2005 3.92952 16.8629 4.10248C16.6345 4.21953 16.423 4.53131 16 5.15486%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14L5.47409 5.46423C5.76338 4.75344 5.90803 4.39804 6.1078 4.22854C6.40296 3.97809 6.79947 3.92952 7.13705 4.10248C7.36553 4.21953 7.57702 4.53131 8 5.15486%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 16C10.5 15.1716 11.1716 14.5 12 14.5C12.8284 14.5 13.5 15.1716 13.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-global-education{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.49843 5.21391C3.19503 5.19199 2.56968 5.44882 2.22294 6.35644C2.01241 6.90754 2 7.51064 2 8.10063V18.2139C2.10783 18.8486 2.28792 19.2698 2.74232 19.6139C3.48302 20.175 4.46716 20.2517 5.38129 20.4172C7.3857 20.7802 9.12918 21.395 11.9937 22.2139M19.489 5.21391C20.0658 5.16462 20.4998 5.1912 20.8427 5.34474C22.2148 5.95905 21.9874 7.97596 21.9874 9.4801V17.2139C21.9944 17.8111 21.9559 18.2757 21.8719 18.6461C21.5518 20.057 19.7432 20.2337 18.3213 20.496C16.5435 20.824 14.6465 21.3933 11.9937 22.2139M11.9937 22.2139V15.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9939 12.2139C14.7536 12.2139 16.9908 9.97529 16.9908 7.21387C16.9908 4.45245 14.7536 2.21387 11.9939 2.21387M11.9939 12.2139C9.23424 12.2139 6.99707 9.97529 6.99707 7.21387C6.99707 4.45245 9.23424 2.21387 11.9939 2.21387M11.9939 12.2139C13.0978 12.2139 13.9927 9.97529 13.9927 7.21387C13.9927 4.45245 13.0978 2.21387 11.9939 2.21387M11.9939 12.2139C10.89 12.2139 9.99518 9.97529 9.99518 7.21387C9.99518 4.45245 10.89 2.21387 11.9939 2.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.49843 5.21391C3.19503 5.19199 2.56968 5.44882 2.22294 6.35644C2.01241 6.90754 2 7.51064 2 8.10063V18.2139C2.10783 18.8486 2.28792 19.2698 2.74232 19.6139C3.48302 20.175 4.46716 20.2517 5.38129 20.4172C7.3857 20.7802 9.12918 21.395 11.9937 22.2139M19.489 5.21391C20.0658 5.16462 20.4998 5.1912 20.8427 5.34474C22.2148 5.95905 21.9874 7.97596 21.9874 9.4801V17.2139C21.9944 17.8111 21.9559 18.2757 21.8719 18.6461C21.5518 20.057 19.7432 20.2337 18.3213 20.496C16.5435 20.824 14.6465 21.3933 11.9937 22.2139M11.9937 22.2139V15.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9939 12.2139C14.7536 12.2139 16.9908 9.97529 16.9908 7.21387C16.9908 4.45245 14.7536 2.21387 11.9939 2.21387M11.9939 12.2139C9.23424 12.2139 6.99707 9.97529 6.99707 7.21387C6.99707 4.45245 9.23424 2.21387 11.9939 2.21387M11.9939 12.2139C13.0978 12.2139 13.9927 9.97529 13.9927 7.21387C13.9927 4.45245 13.0978 2.21387 11.9939 2.21387M11.9939 12.2139C10.89 12.2139 9.99518 9.97529 9.99518 7.21387C9.99518 4.45245 10.89 2.21387 11.9939 2.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-globe{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 19L12.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 22H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%227%22 r%3D%227%22 transform%3D%22matrix(-1 0 0 1 20.5 2)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 4C9.15431 4.0385 9.49236 4.35899 10.0735 4.97301C11.1231 6.08206 12.1727 6.1746 12.8724 5.80492C13.922 5.2504 13.04 4.35221 14.2719 3.86409C15.0748 3.54595 15.1868 2.68026 14.7399 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 10C18.5 10 18.2338 11.2468 17 11C14.5 10.5 13.7916 11.0589 13.7916 12.2511C13.7916 13.4432 13.7916 13.4432 13.2717 14.3373C12.9335 14.9189 12.8153 15.5004 13.4894 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 2C4.64864 3.79995 3.5 6.3082 3.5 9.08251C3.5 14.5598 7.97715 19 13.5 19C16.2255 19 18.6962 17.9187 20.5 16.165%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 19L12.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 22H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%227%22 r%3D%227%22 transform%3D%22matrix(-1 0 0 1 20.5 2)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 4C9.15431 4.0385 9.49236 4.35899 10.0735 4.97301C11.1231 6.08206 12.1727 6.1746 12.8724 5.80492C13.922 5.2504 13.04 4.35221 14.2719 3.86409C15.0748 3.54595 15.1868 2.68026 14.7399 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 10C18.5 10 18.2338 11.2468 17 11C14.5 10.5 13.7916 11.0589 13.7916 12.2511C13.7916 13.4432 13.7916 13.4432 13.2717 14.3373C12.9335 14.9189 12.8153 15.5004 13.4894 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 2C4.64864 3.79995 3.5 6.3082 3.5 9.08251C3.5 14.5598 7.97715 19 13.5 19C16.2255 19 18.6962 17.9187 20.5 16.165%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-graduate-female{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 10C16.995 9.36815 14.5882 9 12 9C9.41179 9 7.00499 9.36815 5 10V13.5C7.00499 12.8682 9.41179 12.5 12 12.5C14.5882 12.5 16.995 12.8682 19 13.5V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11V14.2611C19.1795 15.4395 19.8462 18.0707 22 20.091C21.2821 21.2694 18.8769 23.1213 15 21.1011%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11V14.2611C4.82051 15.4395 4.15385 18.0707 2 20.091C2.71795 21.2694 5.12308 23.1213 9 21.1011%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 16V17.3488C16.5 18.7695 15.8365 20.086 14.7522 20.8169L13.8522 21.4236C12.7121 22.1921 11.2879 22.1921 10.1478 21.4236L9.24782 20.8169C8.16348 20.086 7.5 18.7695 7.5 17.3488V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 10L20.1257 9.4071C21.3888 8.57875 22.0203 8.16457 21.9995 7.57281C21.9787 6.98105 21.32 6.62104 20.0025 5.90101L15.2753 3.31756C13.6681 2.43919 12.8645 2 12 2C11.1355 2 10.3319 2.43919 8.72468 3.31756L3.99753 5.90101C2.68004 6.62104 2.02129 6.98105 2.0005 7.57281C1.9797 8.16457 2.61125 8.57875 3.87434 9.4071L5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 10C16.995 9.36815 14.5882 9 12 9C9.41179 9 7.00499 9.36815 5 10V13.5C7.00499 12.8682 9.41179 12.5 12 12.5C14.5882 12.5 16.995 12.8682 19 13.5V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11V14.2611C19.1795 15.4395 19.8462 18.0707 22 20.091C21.2821 21.2694 18.8769 23.1213 15 21.1011%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11V14.2611C4.82051 15.4395 4.15385 18.0707 2 20.091C2.71795 21.2694 5.12308 23.1213 9 21.1011%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 16V17.3488C16.5 18.7695 15.8365 20.086 14.7522 20.8169L13.8522 21.4236C12.7121 22.1921 11.2879 22.1921 10.1478 21.4236L9.24782 20.8169C8.16348 20.086 7.5 18.7695 7.5 17.3488V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 10L20.1257 9.4071C21.3888 8.57875 22.0203 8.16457 21.9995 7.57281C21.9787 6.98105 21.32 6.62104 20.0025 5.90101L15.2753 3.31756C13.6681 2.43919 12.8645 2 12 2C11.1355 2 10.3319 2.43919 8.72468 3.31756L3.99753 5.90101C2.68004 6.62104 2.02129 6.98105 2.0005 7.57281C1.9797 8.16457 2.61125 8.57875 3.87434 9.4071L5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-graduate-male{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 10C16.995 9.36815 14.5882 9 12 9C9.41179 9 7.00499 9.36815 5 10V13.5C7.00499 12.8682 9.41179 12.5 12 12.5C14.5882 12.5 16.995 12.8682 19 13.5V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 13V15.0232C19 17.1542 17.9679 19.129 16.2812 20.2254L14.8812 21.1354C13.1078 22.2882 10.8922 22.2882 9.11882 21.1354L7.71883 20.2254C6.03208 19.129 5 17.1542 5 15.0232V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 10L20.1257 9.4071C21.3888 8.57875 22.0203 8.16457 21.9995 7.57281C21.9787 6.98105 21.32 6.62104 20.0025 5.90101L15.2753 3.31756C13.6681 2.43919 12.8645 2 12 2C11.1355 2 10.3319 2.43919 8.72468 3.31756L3.99753 5.90101C2.68004 6.62104 2.02129 6.98105 2.0005 7.57281C1.9797 8.16457 2.61125 8.57875 3.87434 9.4071L5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 10C16.995 9.36815 14.5882 9 12 9C9.41179 9 7.00499 9.36815 5 10V13.5C7.00499 12.8682 9.41179 12.5 12 12.5C14.5882 12.5 16.995 12.8682 19 13.5V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 13V15.0232C19 17.1542 17.9679 19.129 16.2812 20.2254L14.8812 21.1354C13.1078 22.2882 10.8922 22.2882 9.11882 21.1354L7.71883 20.2254C6.03208 19.129 5 17.1542 5 15.0232V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 10L20.1257 9.4071C21.3888 8.57875 22.0203 8.16457 21.9995 7.57281C21.9787 6.98105 21.32 6.62104 20.0025 5.90101L15.2753 3.31756C13.6681 2.43919 12.8645 2 12 2C11.1355 2 10.3319 2.43919 8.72468 3.31756L3.99753 5.90101C2.68004 6.62104 2.02129 6.98105 2.0005 7.57281C1.9797 8.16457 2.61125 8.57875 3.87434 9.4071L5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-graduation-scroll{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.1609 9.92846C22.1928 9.54155 22.2858 7.69292 21.3685 5.79943C20.4512 3.90594 18.8711 2.68462 17.8391 3.07154M21.1609 9.92846C20.1289 10.3154 18.5488 9.09406 17.6315 7.20057C16.7142 5.30708 16.8072 3.45845 17.8391 3.07154M21.1609 9.92846L6.16089 18.9285C5.12895 19.3154 3.54878 18.0941 2.6315 16.2006C1.71421 14.3071 1.80716 12.4584 2.83911 12.0715L17.8391 3.07154%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 13.6067C13.6383 13.0337 10.9233 10.9504 10.9574 7.20068M11.5 15.7007C10.3333 15.144 7.9 13.0782 7.5 9.26917%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.43 14C16.0276 15.1302 16.639 18.1124 14.5498 21L13.5632 19.584L11 20.8103C11 20.8103 12.8249 18.8868 11.9528 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.1609 9.92846C22.1928 9.54155 22.2858 7.69292 21.3685 5.79943C20.4512 3.90594 18.8711 2.68462 17.8391 3.07154M21.1609 9.92846C20.1289 10.3154 18.5488 9.09406 17.6315 7.20057C16.7142 5.30708 16.8072 3.45845 17.8391 3.07154M21.1609 9.92846L6.16089 18.9285C5.12895 19.3154 3.54878 18.0941 2.6315 16.2006C1.71421 14.3071 1.80716 12.4584 2.83911 12.0715L17.8391 3.07154%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 13.6067C13.6383 13.0337 10.9233 10.9504 10.9574 7.20068M11.5 15.7007C10.3333 15.144 7.9 13.0782 7.5 9.26917%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.43 14C16.0276 15.1302 16.639 18.1124 14.5498 21L13.5632 19.584L11 20.8103C11 20.8103 12.8249 18.8868 11.9528 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-idea{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.08938 15C5.71097 14.1494 5.5 13.2031 5.5 12.2059C5.5 8.50233 8.41015 5.5 12 5.5C15.5899 5.5 18.5 8.50233 18.5 12.2059C18.5 13.2031 18.289 14.1494 17.9106 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0704 4.92871L18.3633 5.63582%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.6368 5.6368L4.92969 4.92969%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5161 19.3064C15.5264 18.9796 15.9316 18.0548 16.0456 17.1246C16.0797 16.8467 15.851 16.6162 15.571 16.6162L8.47587 16.6164C8.18627 16.6164 7.95369 16.8622 7.98827 17.1497C8.09992 18.0781 8.38173 18.7562 9.45247 19.3064M14.5161 19.3064C14.5161 19.3064 9.62874 19.3064 9.45247 19.3064M14.5161 19.3064C14.3946 21.2514 13.8328 22.0217 12.0058 22.0001C10.0516 22.0362 9.60206 21.0841 9.45247 19.3064%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.08938 15C5.71097 14.1494 5.5 13.2031 5.5 12.2059C5.5 8.50233 8.41015 5.5 12 5.5C15.5899 5.5 18.5 8.50233 18.5 12.2059C18.5 13.2031 18.289 14.1494 17.9106 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0704 4.92871L18.3633 5.63582%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.6368 5.6368L4.92969 4.92969%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5161 19.3064C15.5264 18.9796 15.9316 18.0548 16.0456 17.1246C16.0797 16.8467 15.851 16.6162 15.571 16.6162L8.47587 16.6164C8.18627 16.6164 7.95369 16.8622 7.98827 17.1497C8.09992 18.0781 8.38173 18.7562 9.45247 19.3064M14.5161 19.3064C14.5161 19.3064 9.62874 19.3064 9.45247 19.3064M14.5161 19.3064C14.3946 21.2514 13.8328 22.0217 12.0058 22.0001C10.0516 22.0362 9.60206 21.0841 9.45247 19.3064%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-knowledge-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9402 16H4.83156C4.34398 16 3.98273 16.1723 3.698 16.4515C3.22956 16.9108 3.06126 17.5901 2.987 18.2429C2.90108 18.9982 2.9321 19.6886 3.1429 20.4377C3.37805 21.2734 3.96192 22 4.8271 22H20.9402M19.3465 22C17.8078 20.5885 17.1758 18.1421 19.3465 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.758 6.5C11.758 4 9.04972 3 9.04972 3M11.758 6.92131C11.758 6.92131 5.7998 3.85577 5.7998 8.90819C5.7998 13.9606 8.51087 16 9.59137 16C10.4532 16 10.9617 14.9913 11.758 14.9913C12.5543 14.9913 12.8413 16 13.9246 16C15.0051 16 17.7162 13.9606 17.7162 8.90819C17.7162 3.85578 11.758 6.92131 11.758 6.92131ZM12.2997 6C12.2997 2.01035 14.2507 3 15.2262 2C16.2018 4.5 14.8961 5.00259 12.2997 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9402 16H4.83156C4.34398 16 3.98273 16.1723 3.698 16.4515C3.22956 16.9108 3.06126 17.5901 2.987 18.2429C2.90108 18.9982 2.9321 19.6886 3.1429 20.4377C3.37805 21.2734 3.96192 22 4.8271 22H20.9402M19.3465 22C17.8078 20.5885 17.1758 18.1421 19.3465 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.758 6.5C11.758 4 9.04972 3 9.04972 3M11.758 6.92131C11.758 6.92131 5.7998 3.85577 5.7998 8.90819C5.7998 13.9606 8.51087 16 9.59137 16C10.4532 16 10.9617 14.9913 11.758 14.9913C12.5543 14.9913 12.8413 16 13.9246 16C15.0051 16 17.7162 13.9606 17.7162 8.90819C17.7162 3.85578 11.758 6.92131 11.758 6.92131ZM12.2997 6C12.2997 2.01035 14.2507 3 15.2262 2C16.2018 4.5 14.8961 5.00259 12.2997 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-knowledge-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 10H6.5C5.08579 10 4.37868 10 3.93934 9.56066C3.5 9.12132 3.5 8.41421 3.5 7C3.5 5.58579 3.5 4.87868 3.93934 4.43934C4.37868 4 5.08579 4 6.5 4H7.5C8.91421 4 9.62132 4 10.0607 4.43934C10.5 4.87868 10.5 5.58579 10.5 7C10.5 8.41421 10.5 9.12132 10.0607 9.56066C9.62132 10 8.91421 10 7.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 6H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 6H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.15224 18.7654L2.45933 19.0524L2.45933 19.0524L3.15224 18.7654ZM4.23463 19.8478L3.94762 20.5407H3.94762L4.23463 19.8478ZM4.23463 14.1522L3.94762 13.4593L3.94762 13.4593L4.23463 14.1522ZM3.15224 15.2346L2.45933 14.9476V14.9476L3.15224 15.2346ZM21 14.75C21.4142 14.75 21.75 14.4142 21.75 14C21.75 13.5858 21.4142 13.25 21 13.25V14.75ZM21 20.75C21.4142 20.75 21.75 20.4142 21.75 20C21.75 19.5858 21.4142 19.25 21 19.25V20.75ZM20 20.75C20.4142 20.75 20.75 20.4142 20.75 20C20.75 19.5858 20.4142 19.25 20 19.25V20.75ZM20 14.75C20.4142 14.75 20.75 14.4142 20.75 14C20.75 13.5858 20.4142 13.25 20 13.25V14.75ZM2.25 17C2.25 17.4557 2.24959 17.835 2.27077 18.1454C2.29241 18.4625 2.33905 18.762 2.45933 19.0524L3.84515 18.4784C3.81319 18.4012 3.78372 18.284 3.76729 18.0433C3.75041 17.7958 3.75 17.4762 3.75 17H2.25ZM6 19.25C5.5238 19.25 5.20421 19.2496 4.95674 19.2327C4.71602 19.2163 4.5988 19.1868 4.52165 19.1548L3.94762 20.5407C4.23801 20.661 4.53754 20.7076 4.85464 20.7292C5.165 20.7504 5.54432 20.75 6 20.75V19.25ZM2.45933 19.0524C2.73844 19.7262 3.27379 20.2616 3.94762 20.5407L4.52165 19.1548C4.21536 19.028 3.97202 18.7846 3.84515 18.4784L2.45933 19.0524ZM6 13.25C5.54432 13.25 5.165 13.2496 4.85464 13.2708C4.53754 13.2924 4.23801 13.339 3.94762 13.4593L4.52165 14.8452C4.5988 14.8132 4.71602 14.7837 4.95674 14.7673C5.20421 14.7504 5.5238 14.75 6 14.75V13.25ZM3.75 17C3.75 16.5238 3.75041 16.2042 3.76729 15.9567C3.78372 15.716 3.81319 15.5988 3.84515 15.5216L2.45933 14.9476C2.33905 15.238 2.29241 15.5375 2.27077 15.8546C2.24959 16.165 2.25 16.5443 2.25 17H3.75ZM3.94762 13.4593C3.27379 13.7384 2.73844 14.2738 2.45933 14.9476L3.84515 15.5216C3.97202 15.2154 4.21536 14.972 4.52165 14.8452L3.94762 13.4593ZM21 13.25H6V14.75H21V13.25ZM6 20.75H21V19.25H6V20.75ZM20 19.25C19.7765 19.25 19.4824 19.1141 19.2098 18.7053C18.9408 18.3017 18.75 17.701 18.75 17H17.25C17.25 17.9558 17.5069 18.8551 17.9617 19.5373C18.4131 20.2143 19.1189 20.75 20 20.75V19.25ZM18.75 17C18.75 16.299 18.9408 15.6983 19.2098 15.2947C19.4824 14.8859 19.7765 14.75 20 14.75V13.25C19.1189 13.25 18.4131 13.7857 17.9617 14.4627C17.5069 15.1449 17.25 16.0442 17.25 17H18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5 10H17.5C18.9142 10 19.6213 10 20.0607 9.56066C20.5 9.12132 20.5 8.41421 20.5 7C20.5 5.58579 20.5 4.87868 20.0607 4.43934C19.6213 4 18.9142 4 17.5 4H16.5C15.0858 4 14.3787 4 13.9393 4.43934C13.5 4.87868 13.5 5.58579 13.5 7C13.5 8.41421 13.5 9.12132 13.9393 9.56066C14.3787 10 15.0858 10 16.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 10H6.5C5.08579 10 4.37868 10 3.93934 9.56066C3.5 9.12132 3.5 8.41421 3.5 7C3.5 5.58579 3.5 4.87868 3.93934 4.43934C4.37868 4 5.08579 4 6.5 4H7.5C8.91421 4 9.62132 4 10.0607 4.43934C10.5 4.87868 10.5 5.58579 10.5 7C10.5 8.41421 10.5 9.12132 10.0607 9.56066C9.62132 10 8.91421 10 7.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 6H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 6H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.15224 18.7654L2.45933 19.0524L2.45933 19.0524L3.15224 18.7654ZM4.23463 19.8478L3.94762 20.5407H3.94762L4.23463 19.8478ZM4.23463 14.1522L3.94762 13.4593L3.94762 13.4593L4.23463 14.1522ZM3.15224 15.2346L2.45933 14.9476V14.9476L3.15224 15.2346ZM21 14.75C21.4142 14.75 21.75 14.4142 21.75 14C21.75 13.5858 21.4142 13.25 21 13.25V14.75ZM21 20.75C21.4142 20.75 21.75 20.4142 21.75 20C21.75 19.5858 21.4142 19.25 21 19.25V20.75ZM20 20.75C20.4142 20.75 20.75 20.4142 20.75 20C20.75 19.5858 20.4142 19.25 20 19.25V20.75ZM20 14.75C20.4142 14.75 20.75 14.4142 20.75 14C20.75 13.5858 20.4142 13.25 20 13.25V14.75ZM2.25 17C2.25 17.4557 2.24959 17.835 2.27077 18.1454C2.29241 18.4625 2.33905 18.762 2.45933 19.0524L3.84515 18.4784C3.81319 18.4012 3.78372 18.284 3.76729 18.0433C3.75041 17.7958 3.75 17.4762 3.75 17H2.25ZM6 19.25C5.5238 19.25 5.20421 19.2496 4.95674 19.2327C4.71602 19.2163 4.5988 19.1868 4.52165 19.1548L3.94762 20.5407C4.23801 20.661 4.53754 20.7076 4.85464 20.7292C5.165 20.7504 5.54432 20.75 6 20.75V19.25ZM2.45933 19.0524C2.73844 19.7262 3.27379 20.2616 3.94762 20.5407L4.52165 19.1548C4.21536 19.028 3.97202 18.7846 3.84515 18.4784L2.45933 19.0524ZM6 13.25C5.54432 13.25 5.165 13.2496 4.85464 13.2708C4.53754 13.2924 4.23801 13.339 3.94762 13.4593L4.52165 14.8452C4.5988 14.8132 4.71602 14.7837 4.95674 14.7673C5.20421 14.7504 5.5238 14.75 6 14.75V13.25ZM3.75 17C3.75 16.5238 3.75041 16.2042 3.76729 15.9567C3.78372 15.716 3.81319 15.5988 3.84515 15.5216L2.45933 14.9476C2.33905 15.238 2.29241 15.5375 2.27077 15.8546C2.24959 16.165 2.25 16.5443 2.25 17H3.75ZM3.94762 13.4593C3.27379 13.7384 2.73844 14.2738 2.45933 14.9476L3.84515 15.5216C3.97202 15.2154 4.21536 14.972 4.52165 14.8452L3.94762 13.4593ZM21 13.25H6V14.75H21V13.25ZM6 20.75H21V19.25H6V20.75ZM20 19.25C19.7765 19.25 19.4824 19.1141 19.2098 18.7053C18.9408 18.3017 18.75 17.701 18.75 17H17.25C17.25 17.9558 17.5069 18.8551 17.9617 19.5373C18.4131 20.2143 19.1189 20.75 20 20.75V19.25ZM18.75 17C18.75 16.299 18.9408 15.6983 19.2098 15.2947C19.4824 14.8859 19.7765 14.75 20 14.75V13.25C19.1189 13.25 18.4131 13.7857 17.9617 14.4627C17.5069 15.1449 17.25 16.0442 17.25 17H18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M16.5 10H17.5C18.9142 10 19.6213 10 20.0607 9.56066C20.5 9.12132 20.5 8.41421 20.5 7C20.5 5.58579 20.5 4.87868 20.0607 4.43934C19.6213 4 18.9142 4 17.5 4H16.5C15.0858 4 14.3787 4 13.9393 4.43934C13.5 4.87868 13.5 5.58579 13.5 7C13.5 8.41421 13.5 9.12132 13.9393 9.56066C14.3787 10 15.0858 10 16.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-library{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 7C2 5.59987 2 4.8998 2.27248 4.36502C2.51217 3.89462 2.89462 3.51217 3.36502 3.27248C3.8998 3 4.59987 3 6 3C7.40013 3 8.1002 3 8.63498 3.27248C9.10538 3.51217 9.48783 3.89462 9.72752 4.36502C10 4.8998 10 5.59987 10 7V17C10 18.4001 10 19.1002 9.72752 19.635C9.48783 20.1054 9.10538 20.4878 8.63498 20.7275C8.1002 21 7.40013 21 6 21C4.59987 21 3.8998 21 3.36502 20.7275C2.89462 20.4878 2.51217 20.1054 2.27248 19.635C2 19.1002 2 18.4001 2 17V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17H6.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.4486 8.26843C11.0937 6.93838 10.9163 6.27336 11.0385 5.69599C11.146 5.18812 11.4108 4.72747 11.7951 4.38005C12.2319 3.98508 12.8942 3.80689 14.2187 3.4505C15.5432 3.09412 16.2055 2.91593 16.7804 3.03865C17.2862 3.1466 17.7449 3.41256 18.0909 3.79841C18.4842 4.23706 18.6617 4.90209 19.0166 6.23213L21.5514 15.7316C21.9063 17.0616 22.0837 17.7266 21.9615 18.304C21.854 18.8119 21.5892 19.2725 21.2049 19.62C20.7681 20.0149 20.1058 20.1931 18.7813 20.5495C17.4568 20.9059 16.7945 21.0841 16.2196 20.9614C15.7138 20.8534 15.2551 20.5874 14.9091 20.2016C14.5158 19.7629 14.3383 19.0979 13.9834 17.7679L11.4486 8.26843Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7812 16.6953L17.7899 16.693%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8.00019L18.5001 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 7C2 5.59987 2 4.8998 2.27248 4.36502C2.51217 3.89462 2.89462 3.51217 3.36502 3.27248C3.8998 3 4.59987 3 6 3C7.40013 3 8.1002 3 8.63498 3.27248C9.10538 3.51217 9.48783 3.89462 9.72752 4.36502C10 4.8998 10 5.59987 10 7V17C10 18.4001 10 19.1002 9.72752 19.635C9.48783 20.1054 9.10538 20.4878 8.63498 20.7275C8.1002 21 7.40013 21 6 21C4.59987 21 3.8998 21 3.36502 20.7275C2.89462 20.4878 2.51217 20.1054 2.27248 19.635C2 19.1002 2 18.4001 2 17V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17H6.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.4486 8.26843C11.0937 6.93838 10.9163 6.27336 11.0385 5.69599C11.146 5.18812 11.4108 4.72747 11.7951 4.38005C12.2319 3.98508 12.8942 3.80689 14.2187 3.4505C15.5432 3.09412 16.2055 2.91593 16.7804 3.03865C17.2862 3.1466 17.7449 3.41256 18.0909 3.79841C18.4842 4.23706 18.6617 4.90209 19.0166 6.23213L21.5514 15.7316C21.9063 17.0616 22.0837 17.7266 21.9615 18.304C21.854 18.8119 21.5892 19.2725 21.2049 19.62C20.7681 20.0149 20.1058 20.1931 18.7813 20.5495C17.4568 20.9059 16.7945 21.0841 16.2196 20.9614C15.7138 20.8534 15.2551 20.5874 14.9091 20.2016C14.5158 19.7629 14.3383 19.0979 13.9834 17.7679L11.4486 8.26843Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7812 16.6953L17.7899 16.693%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8.00019L18.5001 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-locker{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 11C2 6.75736 2 4.63604 3.17157 3.31802C4.34315 2 6.22876 2 10 2H14C17.7712 2 19.6569 2 20.8284 3.31802C22 4.63604 22 6.75736 22 11C22 15.2426 22 17.364 20.8284 18.682C19.6569 20 17.7712 20 14 20H10C6.22876 20 4.34315 20 3.17157 18.682C2 17.364 2 15.2426 2 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 20V22M18 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 13V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 11C2 6.75736 2 4.63604 3.17157 3.31802C4.34315 2 6.22876 2 10 2H14C17.7712 2 19.6569 2 20.8284 3.31802C22 4.63604 22 6.75736 22 11C22 15.2426 22 17.364 20.8284 18.682C19.6569 20 17.7712 20 14 20H10C6.22876 20 4.34315 20 3.17157 18.682C2 17.364 2 15.2426 2 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 20V22M18 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 13V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-math{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 12.5L5.97454 12.1836C6.44849 11.8677 6.68546 11.7097 6.91293 11.7803C7.1404 11.851 7.24617 12.1154 7.45772 12.6443L9 16.5L11.0883 10.2351C11.5283 8.91505 11.7483 8.25503 12.2721 7.87752C12.7959 7.5 13.4916 7.5 14.883 7.5H18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12L15.5 13.5M15.5 13.5L14 15M15.5 13.5L17 15M15.5 13.5L14 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 12.5L5.97454 12.1836C6.44849 11.8677 6.68546 11.7097 6.91293 11.7803C7.1404 11.851 7.24617 12.1154 7.45772 12.6443L9 16.5L11.0883 10.2351C11.5283 8.91505 11.7483 8.25503 12.2721 7.87752C12.7959 7.5 13.4916 7.5 14.883 7.5H18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12L15.5 13.5M15.5 13.5L14 15M15.5 13.5L17 15M15.5 13.5L14 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-mentor{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.59 17.7408C14.9612 18.162 13.3126 19.0221 14.3167 20.0983C14.8072 20.624 15.3536 21 16.0404 21H18H19.9596C20.6464 21 21.1928 20.624 21.6833 20.0983C22.6874 19.0221 21.0388 18.162 20.41 17.7408C18.9355 16.7531 17.0645 16.7531 15.59 17.7408Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 12.5C20 13.6046 19.1046 14.5 18 14.5C16.8954 14.5 16 13.6046 16 12.5C16 11.3954 16.8954 10.5 18 10.5C19.1046 10.5 20 11.3954 20 12.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 6H15M10 3H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9.5V14C7 14.9428 7 15.4142 6.70711 15.7071C6.41421 16 5.94281 16 5 16H4C3.05719 16 2.58579 16 2.29289 15.7071C2 15.4142 2 14.9428 2 14V11.5C2 10.5572 2 10.0858 2.29289 9.79289C2.58579 9.5 3.05719 9.5 4 9.5H7ZM7 9.5H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 5C6.5 6.10457 5.60457 7 4.5 7C3.39543 7 2.5 6.10457 2.5 5C2.5 3.89543 3.39543 3 4.5 3C5.60457 3 6.5 3.89543 6.5 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.59 17.7408C14.9612 18.162 13.3126 19.0221 14.3167 20.0983C14.8072 20.624 15.3536 21 16.0404 21H18H19.9596C20.6464 21 21.1928 20.624 21.6833 20.0983C22.6874 19.0221 21.0388 18.162 20.41 17.7408C18.9355 16.7531 17.0645 16.7531 15.59 17.7408Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 12.5C20 13.6046 19.1046 14.5 18 14.5C16.8954 14.5 16 13.6046 16 12.5C16 11.3954 16.8954 10.5 18 10.5C19.1046 10.5 20 11.3954 20 12.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 6H15M10 3H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9.5V14C7 14.9428 7 15.4142 6.70711 15.7071C6.41421 16 5.94281 16 5 16H4C3.05719 16 2.58579 16 2.29289 15.7071C2 15.4142 2 14.9428 2 14V11.5C2 10.5572 2 10.0858 2.29289 9.79289C2.58579 9.5 3.05719 9.5 4 9.5H7ZM7 9.5H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 5C6.5 6.10457 5.60457 7 4.5 7C3.39543 7 2.5 6.10457 2.5 5C2.5 3.89543 3.39543 3 4.5 3C5.60457 3 6.5 3.89543 6.5 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-mentoring{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22L10 16H2L4 22H12ZM12 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13V12.5C12 10.6144 12 9.67157 11.4142 9.08579C10.8284 8.5 9.88562 8.5 8 8.5C6.11438 8.5 5.17157 8.5 4.58579 9.08579C4 9.67157 4 10.6144 4 12.5V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 13C19 14.1046 18.1046 15 17 15C15.8954 15 15 14.1046 15 13C15 11.8954 15.8954 11 17 11C18.1046 11 19 11.8954 19 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 4C10 5.10457 9.10457 6 8 6C6.89543 6 6 5.10457 6 4C6 2.89543 6.89543 2 8 2C9.10457 2 10 2.89543 10 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 17.5H20C21.1046 17.5 22 18.3954 22 19.5V20C22 21.1046 21.1046 22 20 22H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22L10 16H2L4 22H12ZM12 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13V12.5C12 10.6144 12 9.67157 11.4142 9.08579C10.8284 8.5 9.88562 8.5 8 8.5C6.11438 8.5 5.17157 8.5 4.58579 9.08579C4 9.67157 4 10.6144 4 12.5V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 13C19 14.1046 18.1046 15 17 15C15.8954 15 15 14.1046 15 13C15 11.8954 15.8954 11 17 11C18.1046 11 19 11.8954 19 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 4C10 5.10457 9.10457 6 8 6C6.89543 6 6 5.10457 6 4C6 2.89543 6.89543 2 8 2C9.10457 2 10 2.89543 10 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 17.5H20C21.1046 17.5 22 18.3954 22 19.5V20C22 21.1046 21.1046 22 20 22H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-moon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0985 7.84477C20.458 8.55417 19.5311 9 18.5 9C16.567 9 15 7.433 15 5.5C15 4.46895 15.4458 3.54203 16.1552 2.90149M21.0985 7.84477C21.6774 9.11025 22 10.5174 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.4826 2 14.8898 2.32262 16.1552 2.90149M21.0985 7.84477C20.0998 5.66155 18.3384 3.90018 16.1552 2.90149%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 8H10.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 14H7.00635%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16C16 17.1046 15.1046 18 14 18C12.8954 18 12 17.1046 12 16C12 14.8954 12.8954 14 14 14C15.1046 14 16 14.8954 16 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0985 7.84477C20.458 8.55417 19.5311 9 18.5 9C16.567 9 15 7.433 15 5.5C15 4.46895 15.4458 3.54203 16.1552 2.90149M21.0985 7.84477C21.6774 9.11025 22 10.5174 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.4826 2 14.8898 2.32262 16.1552 2.90149M21.0985 7.84477C20.0998 5.66155 18.3384 3.90018 16.1552 2.90149%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 8H10.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 14H7.00635%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16C16 17.1046 15.1046 18 14 18C12.8954 18 12 17.1046 12 16C12 14.8954 12.8954 14 14 14C15.1046 14 16 14.8954 16 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-mortarboard-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.02441 8.21461C2.02441 9.55659 10.1206 13.2154 12.0121 13.2154C13.9036 13.2154 21.9998 9.55659 21.9998 8.21461C21.9998 6.87263 13.9036 3.21387 12.0121 3.21387C10.1206 3.21387 2.02441 6.87263 2.02441 8.21461Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.01953 11.2148L7.27083 17.015C7.35653 17.4124 7.55438 17.7835 7.8843 18.0203C10.1061 19.6146 13.9182 19.6146 16.1399 18.0203C16.4699 17.7835 16.6678 17.4124 16.7535 17.015L18.0047 11.2148%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5037 9.71484V16.7159M20.5037 16.7159C19.7127 18.1624 19.363 18.9374 19.0077 20.2164C18.9305 20.6715 18.9918 20.9008 19.305 21.1044C19.4322 21.1872 19.5852 21.2166 19.7368 21.2166H21.2554C21.4168 21.2166 21.5797 21.1829 21.7126 21.0911C22.0038 20.89 22.0787 20.6694 21.9998 20.2164C21.6883 19.0288 21.2917 18.217 20.5037 16.7159Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.02441 8.21461C2.02441 9.55659 10.1206 13.2154 12.0121 13.2154C13.9036 13.2154 21.9998 9.55659 21.9998 8.21461C21.9998 6.87263 13.9036 3.21387 12.0121 3.21387C10.1206 3.21387 2.02441 6.87263 2.02441 8.21461Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.01953 11.2148L7.27083 17.015C7.35653 17.4124 7.55438 17.7835 7.8843 18.0203C10.1061 19.6146 13.9182 19.6146 16.1399 18.0203C16.4699 17.7835 16.6678 17.4124 16.7535 17.015L18.0047 11.2148%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5037 9.71484V16.7159M20.5037 16.7159C19.7127 18.1624 19.363 18.9374 19.0077 20.2164C18.9305 20.6715 18.9918 20.9008 19.305 21.1044C19.4322 21.1872 19.5852 21.2166 19.7368 21.2166H21.2554C21.4168 21.2166 21.5797 21.1829 21.7126 21.0911C22.0038 20.89 22.0787 20.6694 21.9998 20.2164C21.6883 19.0288 21.2917 18.217 20.5037 16.7159Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-mortarboard-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.02832 8C2.02832 9.34178 10.1232 13 12.0144 13C13.9056 13 22.0005 9.34178 22.0005 8C22.0005 6.65822 13.9056 3 12.0144 3C10.1232 3 2.02832 6.65822 2.02832 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.02246 11L6.26757 16.6299C6.27247 16.7426 6.28466 16.8555 6.31733 16.9635C6.4183 17.2973 6.6044 17.6006 6.88832 17.8044C9.10978 19.3985 14.9185 19.3985 17.1399 17.8044C17.4239 17.6006 17.6099 17.2973 17.7109 16.9635C17.7435 16.8555 17.7557 16.7426 17.7607 16.6299L18.0058 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5017 9.5V16.5M20.5017 16.5C19.7097 17.9463 19.3595 18.7212 19.0038 20C18.9266 20.455 18.9879 20.6843 19.3015 20.8879C19.4289 20.9706 19.582 21 19.7338 21H21.2543C21.4159 21 21.579 20.9663 21.7121 20.8745C22.0036 20.6735 22.0786 20.453 21.9996 20C21.6878 18.8126 21.2907 18.0008 20.5017 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.02832 8C2.02832 9.34178 10.1232 13 12.0144 13C13.9056 13 22.0005 9.34178 22.0005 8C22.0005 6.65822 13.9056 3 12.0144 3C10.1232 3 2.02832 6.65822 2.02832 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.02246 11L6.26757 16.6299C6.27247 16.7426 6.28466 16.8555 6.31733 16.9635C6.4183 17.2973 6.6044 17.6006 6.88832 17.8044C9.10978 19.3985 14.9185 19.3985 17.1399 17.8044C17.4239 17.6006 17.6099 17.2973 17.7109 16.9635C17.7435 16.8555 17.7557 16.7426 17.7607 16.6299L18.0058 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5017 9.5V16.5M20.5017 16.5C19.7097 17.9463 19.3595 18.7212 19.0038 20C18.9266 20.455 18.9879 20.6843 19.3015 20.8879C19.4289 20.9706 19.582 21 19.7338 21H21.2543C21.4159 21 21.579 20.9663 21.7121 20.8745C22.0036 20.6735 22.0786 20.453 21.9996 20C21.6878 18.8126 21.2907 18.0008 20.5017 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-note{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8809 7.01656L17.6538 8.28825M11.8578 10.8134L14.2442 11.4492M11.9765 17.9664L12.9311 18.2208C15.631 18.9401 16.981 19.2998 18.0445 18.6893C19.108 18.0787 19.4698 16.7363 20.1932 14.0516L21.2163 10.2548C21.9398 7.57005 22.3015 6.22768 21.6875 5.17016C21.0735 4.11264 19.7235 3.75295 17.0235 3.03358L16.0689 2.77924C13.369 2.05986 12.019 1.70018 10.9555 2.31074C9.89196 2.9213 9.53023 4.26367 8.80678 6.94841L7.78366 10.7452C7.0602 13.4299 6.69848 14.7723 7.3125 15.8298C7.92652 16.8874 9.27651 17.2471 11.9765 17.9664Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20.9463L11.0477 21.2056C8.35403 21.9391 7.00722 22.3059 5.94619 21.6833C4.88517 21.0608 4.52429 19.6921 3.80253 16.9547L2.78182 13.0834C2.06006 10.346 1.69918 8.97731 2.31177 7.89904C2.84167 6.96631 4 7.00027 5.5 7.00015%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8809 7.01656L17.6538 8.28825M11.8578 10.8134L14.2442 11.4492M11.9765 17.9664L12.9311 18.2208C15.631 18.9401 16.981 19.2998 18.0445 18.6893C19.108 18.0787 19.4698 16.7363 20.1932 14.0516L21.2163 10.2548C21.9398 7.57005 22.3015 6.22768 21.6875 5.17016C21.0735 4.11264 19.7235 3.75295 17.0235 3.03358L16.0689 2.77924C13.369 2.05986 12.019 1.70018 10.9555 2.31074C9.89196 2.9213 9.53023 4.26367 8.80678 6.94841L7.78366 10.7452C7.0602 13.4299 6.69848 14.7723 7.3125 15.8298C7.92652 16.8874 9.27651 17.2471 11.9765 17.9664Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20.9463L11.0477 21.2056C8.35403 21.9391 7.00722 22.3059 5.94619 21.6833C4.88517 21.0608 4.52429 19.6921 3.80253 16.9547L2.78182 13.0834C2.06006 10.346 1.69918 8.97731 2.31177 7.89904C2.84167 6.96631 4 7.00027 5.5 7.00015%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-notebook-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 14V10C22 6.22876 22 4.34315 20.8284 3.17157C19.6569 2 17.7712 2 14 2H12C8.22876 2 6.34315 2 5.17157 3.17157C4 4.34315 4 6.22876 4 10V14C4 17.7712 4 19.6569 5.17157 20.8284C6.34315 22 8.22876 22 12 22H14C17.7712 22 19.6569 22 20.8284 20.8284C22 19.6569 22 17.7712 22 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.7857 10H15.2143C16.2918 10 16.8305 10 17.1653 9.70711C17.5 9.41421 17.5 8.94281 17.5 8C17.5 7.05719 17.5 6.58579 17.1653 6.29289C16.8305 6 16.2918 6 15.2143 6H11.7857C10.7082 6 10.1695 6 9.83474 6.29289C9.5 6.58579 9.5 7.05719 9.5 8C9.5 8.94281 9.5 9.41421 9.83474 9.70711C10.1695 10 10.7082 10 11.7857 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 6L2 6M5 12H2M5 18H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 14V10C22 6.22876 22 4.34315 20.8284 3.17157C19.6569 2 17.7712 2 14 2H12C8.22876 2 6.34315 2 5.17157 3.17157C4 4.34315 4 6.22876 4 10V14C4 17.7712 4 19.6569 5.17157 20.8284C6.34315 22 8.22876 22 12 22H14C17.7712 22 19.6569 22 20.8284 20.8284C22 19.6569 22 17.7712 22 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.7857 10H15.2143C16.2918 10 16.8305 10 17.1653 9.70711C17.5 9.41421 17.5 8.94281 17.5 8C17.5 7.05719 17.5 6.58579 17.1653 6.29289C16.8305 6 16.2918 6 15.2143 6H11.7857C10.7082 6 10.1695 6 9.83474 6.29289C9.5 6.58579 9.5 7.05719 9.5 8C9.5 8.94281 9.5 9.41421 9.83474 9.70711C10.1695 10 10.7082 10 11.7857 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 6L2 6M5 12H2M5 18H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-notebook-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 14V10C22 6.22876 22 4.34315 20.8284 3.17157C19.6569 2 17.7712 2 14 2H12C8.22876 2 6.34315 2 5.17157 3.17157C4 4.34315 4 6.22876 4 10V14C4 17.7712 4 19.6569 5.17157 20.8284C6.34315 22 8.22876 22 12 22H14C17.7712 22 19.6569 22 20.8284 20.8284C22 19.6569 22 17.7712 22 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 6L2 6M5 12H2M5 18H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 7L13.5 7M15.5 11H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22L9 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 14V10C22 6.22876 22 4.34315 20.8284 3.17157C19.6569 2 17.7712 2 14 2H12C8.22876 2 6.34315 2 5.17157 3.17157C4 4.34315 4 6.22876 4 10V14C4 17.7712 4 19.6569 5.17157 20.8284C6.34315 22 8.22876 22 12 22H14C17.7712 22 19.6569 22 20.8284 20.8284C22 19.6569 22 17.7712 22 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 6L2 6M5 12H2M5 18H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 7L13.5 7M15.5 11H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22L9 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-online-learning-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5825 7.23786C9.58958 7.768 11.3818 8.87693 12 9.51357C12.6182 8.87693 14.4104 7.768 17.4175 7.23786C18.9409 6.96929 19.7026 6.83501 20.3513 7.3497C21 7.8644 21 8.70019 21 10.3718V16.3791C21 17.9076 21 18.6718 20.5837 19.1489C20.1673 19.626 19.2507 19.7876 17.4175 20.1108C15.7833 20.3989 14.5079 20.8579 13.5847 21.3192C12.6765 21.7731 12.2223 22 12 22C11.7777 22 11.3235 21.7731 10.4153 21.3192C9.4921 20.8579 8.2167 20.3989 6.5825 20.1108C4.74929 19.7876 3.83268 19.626 3.41634 19.1489C3 18.6718 3 17.9076 3 16.3791V10.3718C3 8.70019 3 7.8644 3.6487 7.3497C4.29741 6.83501 5.05911 6.96929 6.5825 7.23786Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 3.05857C9.51136 2.38797 10.7089 2 11.9926 2C13.2825 2 14.4855 2.39177 15.5 3.06841M13.6222 5.5C13.1421 5.21025 12.5857 5.04459 11.9926 5.04459C11.4058 5.04459 10.855 5.20674 10.3784 5.49078%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5825 7.23786C9.58958 7.768 11.3818 8.87693 12 9.51357C12.6182 8.87693 14.4104 7.768 17.4175 7.23786C18.9409 6.96929 19.7026 6.83501 20.3513 7.3497C21 7.8644 21 8.70019 21 10.3718V16.3791C21 17.9076 21 18.6718 20.5837 19.1489C20.1673 19.626 19.2507 19.7876 17.4175 20.1108C15.7833 20.3989 14.5079 20.8579 13.5847 21.3192C12.6765 21.7731 12.2223 22 12 22C11.7777 22 11.3235 21.7731 10.4153 21.3192C9.4921 20.8579 8.2167 20.3989 6.5825 20.1108C4.74929 19.7876 3.83268 19.626 3.41634 19.1489C3 18.6718 3 17.9076 3 16.3791V10.3718C3 8.70019 3 7.8644 3.6487 7.3497C4.29741 6.83501 5.05911 6.96929 6.5825 7.23786Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 3.05857C9.51136 2.38797 10.7089 2 11.9926 2C13.2825 2 14.4855 2.39177 15.5 3.06841M13.6222 5.5C13.1421 5.21025 12.5857 5.04459 11.9926 5.04459C11.4058 5.04459 10.855 5.20674 10.3784 5.49078%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-online-learning-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 16.9286V10C20.5 6.22876 20.5 4.34315 19.3284 3.17157C18.1569 2 16.2712 2 12.5 2H11.5C7.72876 2 5.84315 2 4.67157 3.17157C3.5 4.34315 3.5 6.22876 3.5 10V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17H6C4.61929 17 3.5 18.1193 3.5 19.5C3.5 20.8807 4.61929 22 6 22H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17C19.1193 17 18 18.1193 18 19.5C18 20.8807 19.1193 22 20.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7.37354C9.14883 6.50484 10.5209 6 11.9946 6C13.4729 6 14.849 6.50803 16 7.38177M14.1743 9.71791C13.5182 9.33763 12.7779 9.12368 11.9946 9.12368C11.2152 9.12368 10.4784 9.33549 9.82477 9.71219M12 12H12.0064%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 16.9286V10C20.5 6.22876 20.5 4.34315 19.3284 3.17157C18.1569 2 16.2712 2 12.5 2H11.5C7.72876 2 5.84315 2 4.67157 3.17157C3.5 4.34315 3.5 6.22876 3.5 10V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17H6C4.61929 17 3.5 18.1193 3.5 19.5C3.5 20.8807 4.61929 22 6 22H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 17C19.1193 17 18 18.1193 18 19.5C18 20.8807 19.1193 22 20.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7.37354C9.14883 6.50484 10.5209 6 11.9946 6C13.4729 6 14.849 6.50803 16 7.38177M14.1743 9.71791C13.5182 9.33763 12.7779 9.12368 11.9946 9.12368C11.2152 9.12368 10.4784 9.33549 9.82477 9.71219M12 12H12.0064%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-online-learning-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 18.9907C12.9216 20.0155 12.727 20.6859 12.2435 21.1774C11.4342 22 10.1316 22 7.5264 22C4.92123 22 3.61865 22 2.80932 21.1774C2 20.3547 2 19.0307 2 16.3827V11.5678C2 8.91975 2 7.59573 2.80932 6.77308C3.30138 6.27293 3.97578 6.07686 5.0144 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.49199 19H7.50098%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0785 2H13.9215C11.0208 2 9.57048 2 8.70959 2.90325C7.8487 3.8065 7.93917 5.23328 8.12011 8.08683L8.24595 10.0716C8.28754 10.7274 8.30833 11.0553 8.38194 11.3288C8.66622 12.3849 9.53533 13.1897 10.6225 13.4035C10.904 13.4589 11.2373 13.4589 11.904 13.4589C12.8328 13.4589 12.8202 14.2261 12.8202 14.9854C12.8202 15.5745 12.8202 15.869 13.0121 15.9702C13.204 16.0714 13.4526 15.908 13.9499 15.5813L16.9093 13.6366C17.1029 13.5094 17.2769 13.4589 17.5048 13.4589C18.727 13.4589 19.3381 13.4589 19.8333 13.275C21.5492 12.638 21.6918 11.0526 21.7909 9.48995L21.8799 8.08683C22.0608 5.23328 22.1513 3.8065 21.2904 2.90325C20.4295 2 18.9792 2 16.0785 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5703 10.5L16.9453 9.25M12.5703 10.5L13.1953 9.25M13.1953 9.25L14.9989 5.5L16.9453 9.25M13.1953 9.25L16.9453 9.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 18.9907C12.9216 20.0155 12.727 20.6859 12.2435 21.1774C11.4342 22 10.1316 22 7.5264 22C4.92123 22 3.61865 22 2.80932 21.1774C2 20.3547 2 19.0307 2 16.3827V11.5678C2 8.91975 2 7.59573 2.80932 6.77308C3.30138 6.27293 3.97578 6.07686 5.0144 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.49199 19H7.50098%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0785 2H13.9215C11.0208 2 9.57048 2 8.70959 2.90325C7.8487 3.8065 7.93917 5.23328 8.12011 8.08683L8.24595 10.0716C8.28754 10.7274 8.30833 11.0553 8.38194 11.3288C8.66622 12.3849 9.53533 13.1897 10.6225 13.4035C10.904 13.4589 11.2373 13.4589 11.904 13.4589C12.8328 13.4589 12.8202 14.2261 12.8202 14.9854C12.8202 15.5745 12.8202 15.869 13.0121 15.9702C13.204 16.0714 13.4526 15.908 13.9499 15.5813L16.9093 13.6366C17.1029 13.5094 17.2769 13.4589 17.5048 13.4589C18.727 13.4589 19.3381 13.4589 19.8333 13.275C21.5492 12.638 21.6918 11.0526 21.7909 9.48995L21.8799 8.08683C22.0608 5.23328 22.1513 3.8065 21.2904 2.90325C20.4295 2 18.9792 2 16.0785 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5703 10.5L16.9453 9.25M12.5703 10.5L13.1953 9.25M13.1953 9.25L14.9989 5.5L16.9453 9.25M13.1953 9.25L16.9453 9.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-online-learning-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 14.9693V16.3756C15 19.0272 15 20.353 14.1213 21.1768C13.2426 22.0005 11.8284 22.0005 9 22.0005C6.17157 22.0005 4.75736 22.0005 3.87868 21.1768C3 20.353 3 19.0272 3 16.3756V11.5542C3 8.9025 3 7.57667 3.87868 6.75291C4.46056 6.20741 5.22696 6.0568 6 6.01562%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19H9.00898%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0001 3.5C12.893 2.31797 11.6245 2.09056 10.0001 2C9.35324 2.11723 9.14845 2.35124 9.00009 3V9C8.99503 9.91423 9.19794 10.2559 10.0001 10.5C12.1774 10.8479 13.2197 11.1632 14.8769 11.9418C14.9551 11.9785 15.0462 11.9801 15.1255 11.9461C16.7247 11.2602 17.758 10.8761 18.9445 10.6532C19.6404 10.5224 20.5064 10.5127 20.8523 9.89477C20.9736 9.67807 21.0152 9.39717 21.0001 9V3C20.7963 2.35605 20.5772 2.13875 20.0001 2C18.2445 2.09672 17.182 2.34506 15.0001 3.5ZM15.0001 3.5L15 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 14.9693V16.3756C15 19.0272 15 20.353 14.1213 21.1768C13.2426 22.0005 11.8284 22.0005 9 22.0005C6.17157 22.0005 4.75736 22.0005 3.87868 21.1768C3 20.353 3 19.0272 3 16.3756V11.5542C3 8.9025 3 7.57667 3.87868 6.75291C4.46056 6.20741 5.22696 6.0568 6 6.01562%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19H9.00898%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0001 3.5C12.893 2.31797 11.6245 2.09056 10.0001 2C9.35324 2.11723 9.14845 2.35124 9.00009 3V9C8.99503 9.91423 9.19794 10.2559 10.0001 10.5C12.1774 10.8479 13.2197 11.1632 14.8769 11.9418C14.9551 11.9785 15.0462 11.9801 15.1255 11.9461C16.7247 11.2602 17.758 10.8761 18.9445 10.6532C19.6404 10.5224 20.5064 10.5127 20.8523 9.89477C20.9736 9.67807 21.0152 9.39717 21.0001 9V3C20.7963 2.35605 20.5772 2.13875 20.0001 2C18.2445 2.09672 17.182 2.34506 15.0001 3.5ZM15.0001 3.5L15 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-paint-board{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C12.8417 22 14 22.1163 14 21C14 20.391 13.6832 19.9212 13.3686 19.4544C12.9082 18.7715 12.4523 18.0953 13 17C13.6667 15.6667 14.7778 15.6667 16.4815 15.6667C17.3334 15.6667 18.3334 15.6667 19.5 15.5C21.601 15.1999 22 13.9084 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 15.0024L7.00868 15.0001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%229.5%22 cy%3D%228.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2216.5%22 cy%3D%229.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C12.8417 22 14 22.1163 14 21C14 20.391 13.6832 19.9212 13.3686 19.4544C12.9082 18.7715 12.4523 18.0953 13 17C13.6667 15.6667 14.7778 15.6667 16.4815 15.6667C17.3334 15.6667 18.3334 15.6667 19.5 15.5C21.601 15.1999 22 13.9084 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 15.0024L7.00868 15.0001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%229.5%22 cy%3D%228.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2216.5%22 cy%3D%229.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-pencil{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 22V13.6944C6 12.1287 6 11.3459 6.21454 10.6077C6.42908 9.86948 6.84589 9.21812 7.6795 7.91542L10.3359 3.76419C11.0885 2.58806 11.4648 2 12 2C12.5352 2 12.9115 2.58806 13.6641 3.76419L16.3205 7.91542C17.1541 9.21812 17.5709 9.86948 17.7855 10.6077C18 11.3459 18 12.1287 18 13.6944V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 11C7.63152 11.3231 8.4887 11.9732 9.28009 11.9991C10.2988 12.0324 10.9868 11.1372 12 11.1372C13.0132 11.1372 13.7012 12.0324 14.7199 11.9991C15.5113 11.9732 16.3685 11.3231 17 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 22V13.6944C6 12.1287 6 11.3459 6.21454 10.6077C6.42908 9.86948 6.84589 9.21812 7.6795 7.91542L10.3359 3.76419C11.0885 2.58806 11.4648 2 12 2C12.5352 2 12.9115 2.58806 13.6641 3.76419L16.3205 7.91542C17.1541 9.21812 17.5709 9.86948 17.7855 10.6077C18 11.3459 18 12.1287 18 13.6944V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 11C7.63152 11.3231 8.4887 11.9732 9.28009 11.9991C10.2988 12.0324 10.9868 11.1372 12 11.1372C13.0132 11.1372 13.7012 12.0324 14.7199 11.9991C15.5113 11.9732 16.3685 11.3231 17 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-physics{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5.79314C13.1131 6.59894 14.2449 7.56172 15.3416 8.65837C16.4383 9.75506 17.4011 10.8869 18.2069 12.0001M12 5.79314C10.8869 6.59894 9.75509 7.56172 8.65843 8.65838C7.56175 9.75507 6.59895 10.8869 5.79314 12.0001M12 5.79314C15.5699 3.20879 18.9472 2.23908 20.3541 3.64594C21.7609 5.05281 20.7912 8.43014 18.2069 12.0001M18.2069 12.0001C20.7912 15.5699 21.7608 18.9472 20.354 20.3541C19.3109 21.3971 17.1848 21.1338 14.7 19.8747M18.2069 12.0001C17.4011 13.1132 16.4383 14.245 15.3417 15.3416C14.245 16.4383 13.1131 17.4011 12 18.2069M12 18.2069C10.8869 17.4011 9.75503 16.4383 8.65834 15.3416C7.5617 14.245 6.59893 13.1132 5.79314 12.0001M12 18.2069C8.43014 20.7912 5.05287 21.7609 3.64602 20.3541C2.23917 18.9472 3.20885 15.5699 5.79314 12.0001M5.79314 12.0001C3.20878 8.43014 2.23907 5.0528 3.64593 3.64593C4.689 2.60286 6.81521 2.86619 9.3 4.12538%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5.79314C13.1131 6.59894 14.2449 7.56172 15.3416 8.65837C16.4383 9.75506 17.4011 10.8869 18.2069 12.0001M12 5.79314C10.8869 6.59894 9.75509 7.56172 8.65843 8.65838C7.56175 9.75507 6.59895 10.8869 5.79314 12.0001M12 5.79314C15.5699 3.20879 18.9472 2.23908 20.3541 3.64594C21.7609 5.05281 20.7912 8.43014 18.2069 12.0001M18.2069 12.0001C20.7912 15.5699 21.7608 18.9472 20.354 20.3541C19.3109 21.3971 17.1848 21.1338 14.7 19.8747M18.2069 12.0001C17.4011 13.1132 16.4383 14.245 15.3417 15.3416C14.245 16.4383 13.1131 17.4011 12 18.2069M12 18.2069C10.8869 17.4011 9.75503 16.4383 8.65834 15.3416C7.5617 14.245 6.59893 13.1132 5.79314 12.0001M12 18.2069C8.43014 20.7912 5.05287 21.7609 3.64602 20.3541C2.23917 18.9472 3.20885 15.5699 5.79314 12.0001M5.79314 12.0001C3.20878 8.43014 2.23907 5.0528 3.64593 3.64593C4.689 2.60286 6.81521 2.86619 9.3 4.12538%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-saturn{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8255 5.37555C17.6258 3.38071 19.9127 2.49436 20.7092 3.29084C21.5056 4.08733 20.6193 6.37425 18.6244 9.17452M5.37555 14.8255C3.38071 17.6258 2.49436 19.9127 3.29084 20.7092C4.08733 21.5056 6.37425 20.6193 9.17452 18.6244M18.6244 9.17452C17.4921 10.7641 16.0025 12.5191 14.2608 14.2608C12.5191 16.0025 10.7641 17.4921 9.17452 18.6244M18.6244 9.17452C18.9949 10.042 19.2 10.9971 19.2 12C19.2 15.9765 15.9765 19.2 12 19.2C10.9971 19.2 10.042 18.9949 9.17452 18.6244M17.0912 6.90883C15.7882 5.60589 13.9882 4.8 12 4.8C8.02355 4.8 4.8 8.02355 4.8 12C4.8 13.9882 5.60589 15.7882 6.90883 17.0912%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8255 5.37555C17.6258 3.38071 19.9127 2.49436 20.7092 3.29084C21.5056 4.08733 20.6193 6.37425 18.6244 9.17452M5.37555 14.8255C3.38071 17.6258 2.49436 19.9127 3.29084 20.7092C4.08733 21.5056 6.37425 20.6193 9.17452 18.6244M18.6244 9.17452C17.4921 10.7641 16.0025 12.5191 14.2608 14.2608C12.5191 16.0025 10.7641 17.4921 9.17452 18.6244M18.6244 9.17452C18.9949 10.042 19.2 10.9971 19.2 12C19.2 15.9765 15.9765 19.2 12 19.2C10.9971 19.2 10.042 18.9949 9.17452 18.6244M17.0912 6.90883C15.7882 5.60589 13.9882 4.8 12 4.8C8.02355 4.8 4.8 8.02355 4.8 12C4.8 13.9882 5.60589 15.7882 6.90883 17.0912%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-school-bell-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 7C16.807 4.06817 13.9174 2 10.5423 2C6.10066 2 2.5 5.58172 2.5 10C2.5 14.4183 6.10066 18 10.5423 18C12.2197 18 13.7772 17.4892 15.0661 16.6153%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 13C21.5 18.1004 17.1065 21.595 11.4999 21.9671C11.0444 21.9973 10.8167 22.0124 10.6584 21.8642C10.5 21.716 10.5 21.4773 10.5 21V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%2212.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2210%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 7C16.807 4.06817 13.9174 2 10.5423 2C6.10066 2 2.5 5.58172 2.5 10C2.5 14.4183 6.10066 18 10.5423 18C12.2197 18 13.7772 17.4892 15.0661 16.6153%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 13C21.5 18.1004 17.1065 21.595 11.4999 21.9671C11.0444 21.9973 10.8167 22.0124 10.6584 21.8642C10.5 21.716 10.5 21.4773 10.5 21V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%2212.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2210%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-school-bell-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.53206 10.7812L7.45047 10.9004C6.66553 12.0476 5.36503 12.7336 3.97498 12.7336H3.88C3.09757 12.7336 2.70573 13.6796 3.25899 14.2328L9.76716 20.741C10.3204 21.2943 11.2664 20.9024 11.2664 20.12V20.025C11.2664 18.635 11.9524 17.3345 13.0996 16.5495L13.2188 16.4679C15.333 15.0214 15.6129 12.0098 13.8015 10.1985C11.9902 8.38708 8.9786 8.66698 7.53206 10.7812Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17C18.8181 17.9846 18.3439 18.9124 17.5729 19.6565C16.8473 20.3569 15.9531 20.8035 15 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 5C6.03843 5.20541 5.13629 5.67226 4.40427 6.40427C3.67226 7.13629 3.20541 8.03842 3 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 8.80238L16.8892 3.87603C17.7435 2.79398 19.3506 2.69977 20.3254 3.67459C21.3002 4.64942 21.206 6.25653 20.124 7.11077L15.1976 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19.3137C7.08494 20.2288 5.60135 20.2288 4.68629 19.3137C3.77124 18.3987 3.77124 16.9151 4.68629 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.53206 10.7812L7.45047 10.9004C6.66553 12.0476 5.36503 12.7336 3.97498 12.7336H3.88C3.09757 12.7336 2.70573 13.6796 3.25899 14.2328L9.76716 20.741C10.3204 21.2943 11.2664 20.9024 11.2664 20.12V20.025C11.2664 18.635 11.9524 17.3345 13.0996 16.5495L13.2188 16.4679C15.333 15.0214 15.6129 12.0098 13.8015 10.1985C11.9902 8.38708 8.9786 8.66698 7.53206 10.7812Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17C18.8181 17.9846 18.3439 18.9124 17.5729 19.6565C16.8473 20.3569 15.9531 20.8035 15 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 5C6.03843 5.20541 5.13629 5.67226 4.40427 6.40427C3.67226 7.13629 3.20541 8.03842 3 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 8.80238L16.8892 3.87603C17.7435 2.79398 19.3506 2.69977 20.3254 3.67459C21.3002 4.64942 21.206 6.25653 20.124 7.11077L15.1976 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19.3137C7.08494 20.2288 5.60135 20.2288 4.68629 19.3137C3.77124 18.3987 3.77124 16.9151 4.68629 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-school-report-card{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 13L14.1429 11M9 13L9.85714 11M9.85714 11L11.4076 7.38235C11.5067 7.15092 11.7406 7 12 7C12.2594 7 12.4933 7.15092 12.5924 7.38235L14.1429 11M9.85714 11H14.1429%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17L16 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 7.25027 3 5.3754 3.95491 4.06107C4.26331 3.6366 4.6366 3.26331 5.06107 2.95491C6.3754 2 8.25027 2 12 2C15.7497 2 17.6246 2 18.9389 2.95491C19.3634 3.26331 19.7367 3.6366 20.0451 4.06107C21 5.3754 21 7.25027 21 11V13C21 16.7497 21 18.6246 20.0451 19.9389C19.7367 20.3634 19.3634 20.7367 18.9389 21.0451C17.6246 22 15.7497 22 12 22C8.25027 22 6.3754 22 5.06107 21.0451C4.6366 20.7367 4.26331 20.3634 3.95491 19.9389C3 18.6246 3 16.7497 3 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 13L14.1429 11M9 13L9.85714 11M9.85714 11L11.4076 7.38235C11.5067 7.15092 11.7406 7 12 7C12.2594 7 12.4933 7.15092 12.5924 7.38235L14.1429 11M9.85714 11H14.1429%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17L16 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-school-tie{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9458 6L9.58384 17.0855C9.39588 17.9677 9.49933 18.298 10.1472 18.9315L12.7673 21.4934C13.1127 21.8311 13.2854 22 13.5 22C13.7146 22 13.8873 21.8311 14.2327 21.4934L16.8528 18.9315C17.5007 18.298 17.6041 17.9677 17.4162 17.0855L15.0542 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5568 3.12403C10.4894 2.60014 10.4557 2.3382 10.6093 2.1691C10.763 2 11.0347 2 11.5781 2H15.4219C15.9653 2 16.237 2 16.3907 2.1691C16.5443 2.3382 16.5106 2.60014 16.4432 3.12403L16.3924 3.51931C16.2498 4.62718 16.1786 5.18111 15.8224 5.54049C15.7645 5.59888 15.7018 5.65262 15.635 5.70117C15.2238 6 14.6492 6 13.5 6C12.3508 6 11.7762 6 11.365 5.70117C11.2982 5.65262 11.2355 5.59888 11.1776 5.54049C10.8214 5.18111 10.7502 4.62718 10.6076 3.5193L10.5568 3.12403Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 15C9.39225 15.6925 8.87761 16 8.5 16C8.01562 16 7.1436 14.7794 6.75659 13.8954C6.575 13.4806 6.4842 13.2732 6.50226 13.0108C6.52032 12.7484 6.63925 12.5565 6.8771 12.1727C8.22214 10.0024 10.5145 8.02113 12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9458 6L9.58384 17.0855C9.39588 17.9677 9.49933 18.298 10.1472 18.9315L12.7673 21.4934C13.1127 21.8311 13.2854 22 13.5 22C13.7146 22 13.8873 21.8311 14.2327 21.4934L16.8528 18.9315C17.5007 18.298 17.6041 17.9677 17.4162 17.0855L15.0542 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5568 3.12403C10.4894 2.60014 10.4557 2.3382 10.6093 2.1691C10.763 2 11.0347 2 11.5781 2H15.4219C15.9653 2 16.237 2 16.3907 2.1691C16.5443 2.3382 16.5106 2.60014 16.4432 3.12403L16.3924 3.51931C16.2498 4.62718 16.1786 5.18111 15.8224 5.54049C15.7645 5.59888 15.7018 5.65262 15.635 5.70117C15.2238 6 14.6492 6 13.5 6C12.3508 6 11.7762 6 11.365 5.70117C11.2982 5.65262 11.2355 5.59888 11.1776 5.54049C10.8214 5.18111 10.7502 4.62718 10.6076 3.5193L10.5568 3.12403Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 15C9.39225 15.6925 8.87761 16 8.5 16C8.01562 16 7.1436 14.7794 6.75659 13.8954C6.575 13.4806 6.4842 13.2732 6.50226 13.0108C6.52032 12.7484 6.63925 12.5565 6.8771 12.1727C8.22214 10.0024 10.5145 8.02113 12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-school{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 22V12.3981C7 11.3299 7 10.7958 7.24458 10.3478C7.48915 9.89983 7.93842 9.61101 8.83697 9.03338L10.9185 7.69526C11.4437 7.35763 11.7063 7.18881 12 7.18881C12.2937 7.18881 12.5563 7.35763 13.0815 7.69526L15.163 9.03338C16.0616 9.61101 16.5108 9.89983 16.7554 10.3478C17 10.7958 17 11.3299 17 12.3981V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 22V16.1623C21 13.8707 19.7408 13.6852 17 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22V16.1623C3 13.8707 4.25916 13.6852 7 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V4.98221M12 4.98221V2.97035C12 2.49615 12 2.25905 12.1464 2.11173C12.6061 1.64939 14.5 2.74303 15.2203 3.18653C15.8285 3.56105 16 4.30914 16 4.98221H12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 22V12.3981C7 11.3299 7 10.7958 7.24458 10.3478C7.48915 9.89983 7.93842 9.61101 8.83697 9.03338L10.9185 7.69526C11.4437 7.35763 11.7063 7.18881 12 7.18881C12.2937 7.18881 12.5563 7.35763 13.0815 7.69526L15.163 9.03338C16.0616 9.61101 16.5108 9.89983 16.7554 10.3478C17 10.7958 17 11.3299 17 12.3981V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 22V16.1623C21 13.8707 19.7408 13.6852 17 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22V16.1623C3 13.8707 4.25916 13.6852 7 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V4.98221M12 4.98221V2.97035C12 2.49615 12 2.25905 12.1464 2.11173C12.6061 1.64939 14.5 2.74303 15.2203 3.18653C15.8285 3.56105 16 4.30914 16 4.98221H12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-stationery{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 17.4C21 19.0971 21 19.9456 20.3491 20.4728C19.6983 21 18.6507 21 16.5556 21H15.4444C13.3493 21 12.3017 21 11.6509 20.4728C11 19.9456 11 19.0971 11 17.4L11 6.6C11 4.90294 11 4.05442 11.6509 3.52721C12.3017 3 13.3493 3 15.4444 3L16.5556 3C18.6507 3 19.6983 3 20.3491 3.52721C21 4.05442 21 4.90294 21 6.6L21 17.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.04096C3 4.07884 3 3.59778 3.29289 3.29889C3.58579 3 4.05719 3 5 3C5.94281 3 6.41421 3 6.70711 3.29889C7 3.59778 7 4.07884 7 5.04096L7 15.8877C7 16.7952 7 17.2489 6.92429 17.6878C6.855 18.0895 6.73877 18.4813 6.57807 18.8547C6.40249 19.2628 6.15585 19.6403 5.66258 20.3954C5.44279 20.7318 5.33289 20.9 5.19487 20.9597C5.0703 21.0134 4.9297 21.0134 4.80513 20.9597C4.66711 20.9 4.55721 20.7318 4.33742 20.3954C3.84415 19.6403 3.59751 19.2628 3.42193 18.8548C3.26123 18.4813 3.14499 18.0895 3.07571 17.6878C3 17.2489 3 16.7952 3 15.8877L3 5.04096Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 16.5L13.5 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 12L13.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 7.5L13.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7C7 7.55228 6.10457 8 5 8C3.89543 8 3 7.55228 3 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 17.4C21 19.0971 21 19.9456 20.3491 20.4728C19.6983 21 18.6507 21 16.5556 21H15.4444C13.3493 21 12.3017 21 11.6509 20.4728C11 19.9456 11 19.0971 11 17.4L11 6.6C11 4.90294 11 4.05442 11.6509 3.52721C12.3017 3 13.3493 3 15.4444 3L16.5556 3C18.6507 3 19.6983 3 20.3491 3.52721C21 4.05442 21 4.90294 21 6.6L21 17.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.04096C3 4.07884 3 3.59778 3.29289 3.29889C3.58579 3 4.05719 3 5 3C5.94281 3 6.41421 3 6.70711 3.29889C7 3.59778 7 4.07884 7 5.04096L7 15.8877C7 16.7952 7 17.2489 6.92429 17.6878C6.855 18.0895 6.73877 18.4813 6.57807 18.8547C6.40249 19.2628 6.15585 19.6403 5.66258 20.3954C5.44279 20.7318 5.33289 20.9 5.19487 20.9597C5.0703 21.0134 4.9297 21.0134 4.80513 20.9597C4.66711 20.9 4.55721 20.7318 4.33742 20.3954C3.84415 19.6403 3.59751 19.2628 3.42193 18.8548C3.26123 18.4813 3.14499 18.0895 3.07571 17.6878C3 17.2489 3 16.7952 3 15.8877L3 5.04096Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 16.5L13.5 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 12L13.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 7.5L13.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7C7 7.55228 6.10457 8 5 8C3.89543 8 3 7.55228 3 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-student-card{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.001 3.5C17.7722 3.5 19.6578 3.5 20.8294 4.7448C22.001 5.98959 22.001 7.99306 22.001 12C22.001 16.0069 22.001 18.0104 20.8294 19.2552C19.6578 20.5 17.7722 20.5 14.001 20.5L10.001 20.5C6.22974 20.5 4.34412 20.5 3.17255 19.2552C2.00098 18.0104 2.00098 16.0069 2.00098 12C2.00098 7.99306 2.00098 5.98959 3.17255 4.7448C4.34412 3.5 6.22974 3.5 10.001 3.5L14.001 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.00098 15.4999C6.60963 13.3625 10.3549 13.2458 12.001 15.4999M10.25 10.25C10.25 11.2165 9.4665 12 8.5 12C7.5335 12 6.75 11.2165 6.75 10.25C6.75 9.2835 7.5335 8.5 8.5 8.5C9.4665 8.5 10.25 9.2835 10.25 10.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.001 9.5L19.001 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.001 13.5H17.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.001 3.5C17.7722 3.5 19.6578 3.5 20.8294 4.7448C22.001 5.98959 22.001 7.99306 22.001 12C22.001 16.0069 22.001 18.0104 20.8294 19.2552C19.6578 20.5 17.7722 20.5 14.001 20.5L10.001 20.5C6.22974 20.5 4.34412 20.5 3.17255 19.2552C2.00098 18.0104 2.00098 16.0069 2.00098 12C2.00098 7.99306 2.00098 5.98959 3.17255 4.7448C4.34412 3.5 6.22974 3.5 10.001 3.5L14.001 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.00098 15.4999C6.60963 13.3625 10.3549 13.2458 12.001 15.4999M10.25 10.25C10.25 11.2165 9.4665 12 8.5 12C7.5335 12 6.75 11.2165 6.75 10.25C6.75 9.2835 7.5335 8.5 8.5 8.5C9.4665 8.5 10.25 9.2835 10.25 10.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.001 9.5L19.001 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.001 13.5H17.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-study-lamp{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5619 9.22239L17.0356 10.15C16.5405 11.0225 16.293 11.4588 15.7539 11.4969C15.2147 11.535 14.9862 11.2231 14.5291 10.5994C14.019 9.90316 13.6959 9.08502 13.5814 8.22954C13.4744 7.43025 13.4209 7.03061 13.2914 6.83438C13.0847 6.52117 12.6695 6.34887 12.3591 6.16651C11.5417 5.68624 11.1329 5.4461 11.0256 5.03847C10.9183 4.63085 11.1542 4.21492 11.6262 3.38306C12.0982 2.5512 12.3342 2.13527 12.7347 2.02604C13.1353 1.91682 13.5441 2.15696 14.3615 2.63723C14.6719 2.81959 15.0262 3.09935 15.3961 3.12486C15.6278 3.14085 15.9947 2.98817 16.7284 2.68281C17.5137 2.35598 18.3715 2.23165 19.2191 2.33314C19.9785 2.42406 20.3582 2.46953 20.5953 2.96369C20.8325 3.45785 20.585 3.89411 20.0899 4.76664L19.5643 5.69311M17.5619 9.22239L17.9961 9.47749C18.9538 10.0402 20.1784 9.70625 20.7314 8.73166C21.2843 7.75708 20.9562 6.51088 19.9985 5.94821L19.5643 5.69311M17.5619 9.22239L19.5643 5.69311%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 13C7 14.1046 6.10457 15 5 15C3.89543 15 3 14.1046 3 13C3 11.8954 3.89543 11 5 11C6.10457 11 7 11.8954 7 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 12L13 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15L11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5619 9.22239L17.0356 10.15C16.5405 11.0225 16.293 11.4588 15.7539 11.4969C15.2147 11.535 14.9862 11.2231 14.5291 10.5994C14.019 9.90316 13.6959 9.08502 13.5814 8.22954C13.4744 7.43025 13.4209 7.03061 13.2914 6.83438C13.0847 6.52117 12.6695 6.34887 12.3591 6.16651C11.5417 5.68624 11.1329 5.4461 11.0256 5.03847C10.9183 4.63085 11.1542 4.21492 11.6262 3.38306C12.0982 2.5512 12.3342 2.13527 12.7347 2.02604C13.1353 1.91682 13.5441 2.15696 14.3615 2.63723C14.6719 2.81959 15.0262 3.09935 15.3961 3.12486C15.6278 3.14085 15.9947 2.98817 16.7284 2.68281C17.5137 2.35598 18.3715 2.23165 19.2191 2.33314C19.9785 2.42406 20.3582 2.46953 20.5953 2.96369C20.8325 3.45785 20.585 3.89411 20.0899 4.76664L19.5643 5.69311M17.5619 9.22239L17.9961 9.47749C18.9538 10.0402 20.1784 9.70625 20.7314 8.73166C21.2843 7.75708 20.9562 6.51088 19.9985 5.94821L19.5643 5.69311M17.5619 9.22239L19.5643 5.69311%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 13C7 14.1046 6.10457 15 5 15C3.89543 15 3 14.1046 3 13C3 11.8954 3.89543 11 5 11C6.10457 11 7 11.8954 7 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 12L13 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15L11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-teacher{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2H16C17.8856 2 18.8284 2 19.4142 2.58579C20 3.17157 20 4.11438 20 6V12C20 13.8856 20 14.8284 19.4142 15.4142C18.8284 16 17.8856 16 16 16H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6.5H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17V13C2 12.0572 2 11.5858 2.29289 11.2929C2.58579 11 3.05719 11 4 11H6M2 17H6M2 17V22M6 17V11M6 17V22M6 11H9H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6.5C6 7.60457 5.10457 8.5 4 8.5C2.89543 8.5 2 7.60457 2 6.5C2 5.39543 2.89543 4.5 4 4.5C5.10457 4.5 6 5.39543 6 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2H16C17.8856 2 18.8284 2 19.4142 2.58579C20 3.17157 20 4.11438 20 6V12C20 13.8856 20 14.8284 19.4142 15.4142C18.8284 16 17.8856 16 16 16H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6.5H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17V13C2 12.0572 2 11.5858 2.29289 11.2929C2.58579 11 3.05719 11 4 11H6M2 17H6M2 17V22M6 17V11M6 17V22M6 11H9H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6.5C6 7.60457 5.10457 8.5 4 8.5C2.89543 8.5 2 7.60457 2 6.5C2 5.39543 2.89543 4.5 4 4.5C5.10457 4.5 6 5.39543 6 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-teaching{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 15C10.7083 21 4.29167 15 2 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 15H17.0013C19.3583 15 20.5368 15 21.2691 14.2678C22.0013 13.5355 22.0013 12.357 22.0013 10V8C22.0013 5.64298 22.0013 4.46447 21.2691 3.73223C20.5368 3 19.3583 3 17.0013 3H13.0013C10.6443 3 9.46576 3 8.73353 3.73223C8.11312 4.35264 8.01838 5.29344 8.00391 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%227.5%22 cy%3D%2212.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7H18M18 11H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 15C10.7083 21 4.29167 15 2 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 15H17.0013C19.3583 15 20.5368 15 21.2691 14.2678C22.0013 13.5355 22.0013 12.357 22.0013 10V8C22.0013 5.64298 22.0013 4.46447 21.2691 3.73223C20.5368 3 19.3583 3 17.0013 3H13.0013C10.6443 3 9.46576 3 8.73353 3.73223C8.11312 4.35264 8.01838 5.29344 8.00391 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%227.5%22 cy%3D%2212.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7H18M18 11H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-telescope-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.1995 2.62118C17.0064 2.153 17.4099 1.91892 17.8053 2.02539C18.2007 2.13186 18.4336 2.53732 18.8995 3.34823L20.3819 5.92852C20.8478 6.73943 21.0807 7.14489 20.9747 7.54225C20.8688 7.93961 20.4653 8.1737 19.6584 8.64188L16.235 10.6282C15.4281 11.0964 15.0247 11.3305 14.6293 11.224C14.2339 11.1175 14.0009 10.7121 13.5351 9.90115L12.0527 7.32085C11.5868 6.50994 11.3539 6.10449 11.4598 5.70713C11.5658 5.30977 11.9692 5.07568 12.7761 4.6075L16.1995 2.62118Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.5585 6.46075L14.0292 10.7613L10.6058 12.7476C9.79886 13.2157 9.39541 13.4498 9.00001 13.3434C8.60461 13.2369 8.37167 12.8314 7.9058 12.0205L7.41168 11.1604C6.94581 10.3495 6.71288 9.94406 6.81882 9.5467C6.92477 9.14934 7.32822 8.91525 8.13513 8.44707L11.5585 6.46075Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.91755 10.3003L8.39993 12.8806L5.40444 14.6186C5.00566 14.85 4.80627 14.9657 4.61138 14.9915C4.35152 15.0259 4.08871 14.9551 3.88077 14.7948C3.72482 14.6745 3.6097 14.4741 3.37947 14.0734C3.14923 13.6726 3.03412 13.4722 3.00846 13.2764C2.97425 13.0152 3.04467 12.7511 3.20422 12.5421C3.32389 12.3854 3.52328 12.2697 3.92206 12.0384L6.91755 10.3003Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 22L12 12L16.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.1995 2.62118C17.0064 2.153 17.4099 1.91892 17.8053 2.02539C18.2007 2.13186 18.4336 2.53732 18.8995 3.34823L20.3819 5.92852C20.8478 6.73943 21.0807 7.14489 20.9747 7.54225C20.8688 7.93961 20.4653 8.1737 19.6584 8.64188L16.235 10.6282C15.4281 11.0964 15.0247 11.3305 14.6293 11.224C14.2339 11.1175 14.0009 10.7121 13.5351 9.90115L12.0527 7.32085C11.5868 6.50994 11.3539 6.10449 11.4598 5.70713C11.5658 5.30977 11.9692 5.07568 12.7761 4.6075L16.1995 2.62118Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.5585 6.46075L14.0292 10.7613L10.6058 12.7476C9.79886 13.2157 9.39541 13.4498 9.00001 13.3434C8.60461 13.2369 8.37167 12.8314 7.9058 12.0205L7.41168 11.1604C6.94581 10.3495 6.71288 9.94406 6.81882 9.5467C6.92477 9.14934 7.32822 8.91525 8.13513 8.44707L11.5585 6.46075Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.91755 10.3003L8.39993 12.8806L5.40444 14.6186C5.00566 14.85 4.80627 14.9657 4.61138 14.9915C4.35152 15.0259 4.08871 14.9551 3.88077 14.7948C3.72482 14.6745 3.6097 14.4741 3.37947 14.0734C3.14923 13.6726 3.03412 13.4722 3.00846 13.2764C2.97425 13.0152 3.04467 12.7511 3.20422 12.5421C3.32389 12.3854 3.52328 12.2697 3.92206 12.0384L6.91755 10.3003Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 22L12 12L16.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-telescope-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 22L14 13L9 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9196 4L7.02715 9.2559C6.04492 9.83645 5.70838 11.1222 6.27548 12.1278L7.30228 13.9485C7.86937 14.954 9.12535 15.2985 10.1076 14.718L19 9.46209%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.2195 4.45572C15.7677 3.67278 16.0358 2.67162 16.8184 2.21959C17.601 1.76755 18.6017 2.03581 19.0535 2.81876L21.7805 7.54428C22.2323 8.32723 21.9642 9.32838 21.1816 9.78042C20.399 10.2325 19.3983 9.96419 18.9465 9.18124L16.2195 4.45572Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.2645L2.73817 15.6322M2.73817 15.6322L3.47634 17M2.73817 15.6322L6.5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 22L14 13L9 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9196 4L7.02715 9.2559C6.04492 9.83645 5.70838 11.1222 6.27548 12.1278L7.30228 13.9485C7.86937 14.954 9.12535 15.2985 10.1076 14.718L19 9.46209%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.2195 4.45572C15.7677 3.67278 16.0358 2.67162 16.8184 2.21959C17.601 1.76755 18.6017 2.03581 19.0535 2.81876L21.7805 7.54428C22.2323 8.32723 21.9642 9.32838 21.1816 9.78042C20.399 10.2325 19.3983 9.96419 18.9465 9.18124L16.2195 4.45572Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.2645L2.73817 15.6322M2.73817 15.6322L3.47634 17M2.73817 15.6322L6.5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-test-tube-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5405 2V4.48622C14.5405 6.23417 14.5405 7.10814 14.7545 7.94715C14.9685 8.78616 15.3879 9.55654 16.2267 11.0973L17.3633 13.1852C19.5008 17.1115 20.5696 19.0747 19.6928 20.53L19.6792 20.5522C18.7896 22 16.5264 22 12 22C7.47357 22 5.21036 22 4.3208 20.5522L4.30725 20.53C3.43045 19.0747 4.49918 17.1115 6.63666 13.1852L7.7733 11.0973C8.61209 9.55654 9.03149 8.78616 9.24548 7.94715C9.45947 7.10814 9.45947 6.23417 9.45947 4.48622V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 16.002L9.00868 15.9996%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18.002L15.0087 17.9996%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2L16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 11.5563C8.5 10.4029 10.0994 11.2343 12 12.3182C14.5 13.7439 16 12.65 16.5 11.6152%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5405 2V4.48622C14.5405 6.23417 14.5405 7.10814 14.7545 7.94715C14.9685 8.78616 15.3879 9.55654 16.2267 11.0973L17.3633 13.1852C19.5008 17.1115 20.5696 19.0747 19.6928 20.53L19.6792 20.5522C18.7896 22 16.5264 22 12 22C7.47357 22 5.21036 22 4.3208 20.5522L4.30725 20.53C3.43045 19.0747 4.49918 17.1115 6.63666 13.1852L7.7733 11.0973C8.61209 9.55654 9.03149 8.78616 9.24548 7.94715C9.45947 7.10814 9.45947 6.23417 9.45947 4.48622V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 16.002L9.00868 15.9996%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18.002L15.0087 17.9996%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2L16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 11.5563C8.5 10.4029 10.0994 11.2343 12 12.3182C14.5 13.7439 16 12.65 16.5 11.6152%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-test-tube-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 2V18C16 20.2091 14.2091 22 12 22C9.79086 22 8 20.2091 8 18V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 8.55626C8.88889 7.40291 10.3106 8.23432 12 9.31817C14.2222 10.7439 15.5556 9.65003 16 8.6152%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 2H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18.002L11.0087 17.9996%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 14.002L13.0087 13.9996%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 2V18C16 20.2091 14.2091 22 12 22C9.79086 22 8 20.2091 8 18V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 8.55626C8.88889 7.40291 10.3106 8.23432 12 9.31817C14.2222 10.7439 15.5556 9.65003 16 8.6152%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 2H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18.002L11.0087 17.9996%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 14.002L13.0087 13.9996%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-test-tube-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.98242 2H15.9419%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 11.1482C5.5 11.1482 8.5 10.2223 11 12.9998M18.5 11.6111C18.5 11.6111 17.8884 12.5903 17 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 18.0024L10.0087 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 14.0024L14.0087 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.49372 2.21289V6.25549C9.49372 6.91745 9.14199 7.48823 8.56083 7.79968C5.57565 9.39949 2.77175 13.932 5.71289 18.5773C6.3712 19.7169 8.54364 21.9959 11.9669 21.9959C15.3901 21.9959 17.5625 19.7169 18.2209 18.5773C21.162 13.932 18.3581 9.39949 15.3729 7.79968C14.7918 7.48823 14.4393 6.91745 14.4393 6.25549V2.26167%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.98242 2H15.9419%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 11.1482C5.5 11.1482 8.5 10.2223 11 12.9998M18.5 11.6111C18.5 11.6111 17.8884 12.5903 17 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 18.0024L10.0087 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 14.0024L14.0087 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.49372 2.21289V6.25549C9.49372 6.91745 9.14199 7.48823 8.56083 7.79968C5.57565 9.39949 2.77175 13.932 5.71289 18.5773C6.3712 19.7169 8.54364 21.9959 11.9669 21.9959C15.3901 21.9959 17.5625 19.7169 18.2209 18.5773C21.162 13.932 18.3581 9.39949 15.3729 7.79968C14.7918 7.48823 14.4393 6.91745 14.4393 6.25549V2.26167%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-education-icons-user{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 11C4.3317 8.55783 7.64323 8.44283 10 11M8.49509 4.5C8.49509 5.88071 7.37421 7 5.99153 7C4.60885 7 3.48797 5.88071 3.48797 4.5C3.48797 3.11929 4.60885 2 5.99153 2C7.37421 2 8.49509 3.11929 8.49509 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 22C16.3317 19.5578 19.6432 19.4428 22 22M20.4951 15.5C20.4951 16.8807 19.3742 18 17.9915 18C16.6089 18 15.488 16.8807 15.488 15.5C15.488 14.1193 16.6089 13 17.9915 13C19.3742 13 20.4951 14.1193 20.4951 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14C3 17.87 6.13 21 10 21L9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 3H21M15 6H21M15 9H18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 11C4.3317 8.55783 7.64323 8.44283 10 11M8.49509 4.5C8.49509 5.88071 7.37421 7 5.99153 7C4.60885 7 3.48797 5.88071 3.48797 4.5C3.48797 3.11929 4.60885 2 5.99153 2C7.37421 2 8.49509 3.11929 8.49509 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 22C16.3317 19.5578 19.6432 19.4428 22 22M20.4951 15.5C20.4951 16.8807 19.3742 18 17.9915 18C16.6089 18 15.488 16.8807 15.488 15.5C15.488 14.1193 16.6089 13 17.9915 13C19.3742 13 20.4951 14.1193 20.4951 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14C3 17.87 6.13 21 10 21L9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 3H21M15 6H21M15 9H18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-angle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.07818 7.5C2.38865 8.85588 2 10.39 2 12.0148C2 17.5295 6.47715 22 12 22C17.5228 22 22 17.5295 22 12.0148C22 10.39 21.6114 8.85588 20.9218 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%224%22 rx%3D%2210%22 ry%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 10.5C7 9.6716 7.67157 9.00003 8.5 9.00003C9.32843 9.00003 10 9.6716 10 10.5M14 10.5C14 9.67157 14.6716 9 15.5 9C16.3284 9 17 9.67157 17 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.07818 7.5C2.38865 8.85588 2 10.39 2 12.0148C2 17.5295 6.47715 22 12 22C17.5228 22 22 17.5295 22 12.0148C22 10.39 21.6114 8.85588 20.9218 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%224%22 rx%3D%2210%22 ry%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 10.5C7 9.6716 7.67157 9.00003 8.5 9.00003C9.32843 9.00003 10 9.6716 10 10.5M14 10.5C14 9.67157 14.6716 9 15.5 9C16.3284 9 17 9.67157 17 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-angry{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17C8.91212 15.7856 10.3643 15 12 15C13.6357 15 15.0879 15.7856 16 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9.01067C7 9.01067 8.40944 8.88341 9.19588 9.50798M9.19588 9.50798L8.93275 10.3427C8.82896 10.6719 9.10031 11 9.4764 11C9.87165 11 10.1327 10.6434 9.92918 10.3348C9.74877 10.0612 9.50309 9.75196 9.19588 9.50798ZM17 9.01067C17 9.01067 15.5906 8.88341 14.8041 9.50798M14.8041 9.50798L15.0672 10.3427C15.171 10.6719 14.8997 11 14.5236 11C14.1283 11 13.8673 10.6434 14.0708 10.3348C14.2512 10.0612 14.4969 9.75196 14.8041 9.50798Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17C8.91212 15.7856 10.3643 15 12 15C13.6357 15 15.0879 15.7856 16 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9.01067C7 9.01067 8.40944 8.88341 9.19588 9.50798M9.19588 9.50798L8.93275 10.3427C8.82896 10.6719 9.10031 11 9.4764 11C9.87165 11 10.1327 10.6434 9.92918 10.3348C9.74877 10.0612 9.50309 9.75196 9.19588 9.50798ZM17 9.01067C17 9.01067 15.5906 8.88341 14.8041 9.50798M14.8041 9.50798L15.0672 10.3427C15.171 10.6719 14.8997 11 14.5236 11C14.1283 11 13.8673 10.6434 14.0708 10.3348C14.2512 10.0612 14.4969 9.75196 14.8041 9.50798Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-confused{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16L15 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16L15 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-crazy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 10C10 10.5 9.32205 11 8.5 11C7.67795 11 7 10.5523 7 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10C17 8.34315 16.3284 7 15.5 7C14.6716 7 14 8.34315 14 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.633 13.5C17.1164 14.1528 17.1867 15.1365 16.4482 15.8211C14.9899 17.173 13.148 15.7039 12.2062 15.6704C11.2635 15.637 10.7624 16.555 8.86254 16.9554C7.70902 17.1985 7 16.5 7 15.6704%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 10C10 10.5 9.32205 11 8.5 11C7.67795 11 7 10.5523 7 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10C17 8.34315 16.3284 7 15.5 7C14.6716 7 14 8.34315 14 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.633 13.5C17.1164 14.1528 17.1867 15.1365 16.4482 15.8211C14.9899 17.173 13.148 15.7039 12.2062 15.6704C11.2635 15.637 10.7624 16.555 8.86254 16.9554C7.70902 17.1985 7 16.5 7 15.6704%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-crying{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 21.3704C14.4107 21.7775 13.2313 22 12 22C10.7687 22 9.58933 21.7775 8.5 21.3704M3.33782 17C2.48697 15.5291 2 13.8214 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 13.8214 21.513 15.5291 20.6622 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15.9998C9.83563 15.372 10.8744 15 12 15C13.1256 15 14.1644 15.372 15 15.9998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 9.5H8.20711C7.75435 9.5 7.32014 9.67986 7 10M14.5 9.5H15.7929C16.2456 9.5 16.6799 9.67986 17 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 13L6 22M18 13V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 21.3704C14.4107 21.7775 13.2313 22 12 22C10.7687 22 9.58933 21.7775 8.5 21.3704M3.33782 17C2.48697 15.5291 2 13.8214 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 13.8214 21.513 15.5291 20.6622 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15.9998C9.83563 15.372 10.8744 15 12 15C13.1256 15 14.1644 15.372 15 15.9998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 9.5H8.20711C7.75435 9.5 7.32014 9.67986 7 10M14.5 9.5H15.7929C16.2456 9.5 16.6799 9.67986 17 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 13L6 22M18 13V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-dead{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11L8.5 9.5M8.5 9.5L7 8M8.5 9.5L7 11M8.5 9.5L10 8M17 11L15.5 9.5M15.5 9.5L14 8M15.5 9.5L14 11M15.5 9.5L17 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11L8.5 9.5M8.5 9.5L7 8M8.5 9.5L7 11M8.5 9.5L10 8M17 11L15.5 9.5M15.5 9.5L14 8M15.5 9.5L14 11M15.5 9.5L17 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-displeased{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15.6837C11.0949 14.3069 13.504 15.1434 15 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9.01067C7 9.01067 8.40944 8.88341 9.19588 9.50798M9.19588 9.50798L8.93275 10.3427C8.82896 10.6719 9.10031 11 9.4764 11C9.87165 11 10.1327 10.6434 9.92918 10.3348C9.74877 10.0612 9.50309 9.75196 9.19588 9.50798ZM14 9.01067C14 9.01067 15.4094 8.88341 16.1959 9.50798M16.1959 9.50798L15.9328 10.3427C15.829 10.6719 16.1003 11 16.4764 11C16.8717 11 17.1327 10.6434 16.9292 10.3348C16.7488 10.0612 16.5031 9.75196 16.1959 9.50798Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15.6837C11.0949 14.3069 13.504 15.1434 15 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9.01067C7 9.01067 8.40944 8.88341 9.19588 9.50798M9.19588 9.50798L8.93275 10.3427C8.82896 10.6719 9.10031 11 9.4764 11C9.87165 11 10.1327 10.6434 9.92918 10.3348C9.74877 10.0612 9.50309 9.75196 9.19588 9.50798ZM14 9.01067C14 9.01067 15.4094 8.88341 16.1959 9.50798M16.1959 9.50798L15.9328 10.3427C15.829 10.6719 16.1003 11 16.4764 11C16.8717 11 17.1327 10.6434 16.9292 10.3348C16.7488 10.0612 16.5031 9.75196 16.1959 9.50798Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-drooling{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 8.5H8.70711C8.25435 8.5 7.82014 8.67986 7.5 9M14 8.5H15.2929C15.7456 8.5 16.1799 8.67986 16.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 21.1679C14.7751 21.7031 13.4222 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 14.4292 21.1338 16.6562 19.6934 18.3888%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 16C16.9444 16.4782 20.5737 17.4805 19.9229 20.5384C19.5873 22.0505 17.8294 22.33 16.875 21.6496C14.5772 20.0116 16.875 18.4 15 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 8.5H8.70711C8.25435 8.5 7.82014 8.67986 7.5 9M14 8.5H15.2929C15.7456 8.5 16.1799 8.67986 16.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 21.1679C14.7751 21.7031 13.4222 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 14.4292 21.1338 16.6562 19.6934 18.3888%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 16C16.9444 16.4782 20.5737 17.4805 19.9229 20.5384C19.5873 22.0505 17.8294 22.33 16.875 21.6496C14.5772 20.0116 16.875 18.4 15 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-evil{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9.01067C7 9.01067 8.40944 8.88341 9.19588 9.50798M9.19588 9.50798L8.93275 10.3427C8.82896 10.6719 9.10031 11 9.4764 11C9.87165 11 10.1327 10.6434 9.92918 10.3348C9.74877 10.0612 9.50309 9.75196 9.19588 9.50798ZM17 9.01067C17 9.01067 15.5906 8.88341 14.8041 9.50798M14.8041 9.50798L15.0672 10.3427C15.171 10.6719 14.8997 11 14.5236 11C14.1283 11 13.8673 10.6434 14.0708 10.3348C14.2512 10.0612 14.4969 9.75196 14.8041 9.50798Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 3.93552L2 2L3.68554 7.22508C3.80276 7.58847 3.86138 7.77016 3.85636 7.94233C3.85135 8.1145 3.76983 8.32454 3.60679 8.74461C3.21495 9.75417 3 10.852 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 10.852 20.7851 9.75417 20.3932 8.74461C20.2302 8.32454 20.1486 8.1145 20.1436 7.94233C20.1386 7.77016 20.1972 7.58847 20.3145 7.22508L22 2L16 3.93552M8 3.93552C7.40756 4.22994 6.85215 4.58772 6.34267 5M8 3.93552C9.20496 3.33671 10.5632 3 12 3C13.4368 3 14.795 3.33671 16 3.93552M16 3.93552C16.5924 4.22994 17.1478 4.58772 17.6573 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16C9.83563 16.6278 10.8744 16.9998 12 16.9998C13.1256 16.9998 14.1644 16.6278 15 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9.01067C7 9.01067 8.40944 8.88341 9.19588 9.50798M9.19588 9.50798L8.93275 10.3427C8.82896 10.6719 9.10031 11 9.4764 11C9.87165 11 10.1327 10.6434 9.92918 10.3348C9.74877 10.0612 9.50309 9.75196 9.19588 9.50798ZM17 9.01067C17 9.01067 15.5906 8.88341 14.8041 9.50798M14.8041 9.50798L15.0672 10.3427C15.171 10.6719 14.8997 11 14.5236 11C14.1283 11 13.8673 10.6434 14.0708 10.3348C14.2512 10.0612 14.4969 9.75196 14.8041 9.50798Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 3.93552L2 2L3.68554 7.22508C3.80276 7.58847 3.86138 7.77016 3.85636 7.94233C3.85135 8.1145 3.76983 8.32454 3.60679 8.74461C3.21495 9.75417 3 10.852 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 10.852 20.7851 9.75417 20.3932 8.74461C20.2302 8.32454 20.1486 8.1145 20.1436 7.94233C20.1386 7.77016 20.1972 7.58847 20.3145 7.22508L22 2L16 3.93552M8 3.93552C7.40756 4.22994 6.85215 4.58772 6.34267 5M8 3.93552C9.20496 3.33671 10.5632 3 12 3C13.4368 3 14.795 3.33671 16 3.93552M16 3.93552C16.5924 4.22994 17.1478 4.58772 17.6573 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16C9.83563 16.6278 10.8744 16.9998 12 16.9998C13.1256 16.9998 14.1644 16.6278 15 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-flushed{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9.5C10 10.3284 9.32843 11 8.5 11C7.67157 11 7 10.3284 7 9.5C7 8.67157 7.67157 8 8.5 8C9.32843 8 10 8.67157 10 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9.5C17 10.3284 16.3284 11 15.5 11C14.6716 11 14 10.3284 14 9.5C14 8.67157 14.6716 8 15.5 8C16.3284 8 17 8.67157 17 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9.5C10 10.3284 9.32843 11 8.5 11C7.67157 11 7 10.3284 7 9.5C7 8.67157 7.67157 8 8.5 8C9.32843 8 10 8.67157 10 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9.5C17 10.3284 16.3284 11 15.5 11C14.6716 11 14 10.3284 14 9.5C14 8.67157 14.6716 8 15.5 8C16.3284 8 17 8.67157 17 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-grimacing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15C7 13.5949 7.70031 13 9 13H15C16.2997 13 17 13.5949 17 15C17 16.4051 16.2997 17 15 17H9C7.70031 17 7 16.4051 7 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9L8 9M16 9L15.991 9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15C7 13.5949 7.70031 13 9 13H15C16.2997 13 17 13.5949 17 15C17 16.4051 16.2997 17 15 17H9C7.70031 17 7 16.4051 7 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9L8 9M16 9L15.991 9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-grinning{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.8 10C21.9311 10.6462 22 11.3151 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.2313 2 14.4107 2.22255 15.5 2.62961%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5176 2L17.7168 3.78512C16.7498 4.76031 16.7665 6.33054 17.7335 7.28921C18.7173 8.24788 20.3012 8.23135 21.2683 7.27268C22.252 6.29749 22.2353 4.72724 21.2683 3.76857L19.5176 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9C8.42317 9.31737 9.19208 9.70974 9.28942 10.3412C9.29507 10.3778 9.2989 10.4148 9.30089 10.4519C9.32383 10.8805 9.01424 11.2537 8.39506 12M16 9C15.5768 9.31738 14.8079 9.70974 14.7106 10.3412C14.7049 10.3778 14.7011 10.4148 14.6991 10.4519C14.6762 10.8805 14.9858 11.2537 15.6049 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.8 10C21.9311 10.6462 22 11.3151 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.2313 2 14.4107 2.22255 15.5 2.62961%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5176 2L17.7168 3.78512C16.7498 4.76031 16.7665 6.33054 17.7335 7.28921C18.7173 8.24788 20.3012 8.23135 21.2683 7.27268C22.252 6.29749 22.2353 4.72724 21.2683 3.76857L19.5176 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9C8.42317 9.31737 9.19208 9.70974 9.28942 10.3412C9.29507 10.3778 9.2989 10.4148 9.30089 10.4519C9.32383 10.8805 9.01424 11.2537 8.39506 12M16 9C15.5768 9.31738 14.8079 9.70974 14.7106 10.3412C14.7049 10.3778 14.7011 10.4148 14.6991 10.4519C14.6762 10.8805 14.9858 11.2537 15.6049 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-happy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8C15 8 14 9 14 10C14.75 9 16.25 9 17 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8C9 8 10 9 10 10C9.25 9 7.75 9 7 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8C15 8 14 9 14 10C14.75 9 16.25 9 17 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8C9 8 10 9 10 10C9.25 9 7.75 9 7 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-in-love{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 2.01228C12.3344 2.00413 12.1677 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.1368 21.8906 10.299 21.685 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9.5H8.70711C8.25435 9.5 7.82014 9.67986 7.5 10M14 9.5H15.2929C15.7456 9.5 16.1799 9.67986 16.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.8881 2.33117C16.8267 1.78287 17.6459 2.00383 18.138 2.35579C18.3398 2.50011 18.4406 2.57227 18.5 2.57227C18.5594 2.57227 18.6602 2.50011 18.862 2.35579C19.3541 2.00383 20.1733 1.78287 21.1119 2.33117C22.3437 3.05077 22.6224 5.42474 19.7812 7.42757C19.24 7.80905 18.9694 7.99979 18.5 7.99979C18.0306 7.99979 17.76 7.80905 17.2188 7.42757C14.3776 5.42474 14.6563 3.05077 15.8881 2.33117Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 2.01228C12.3344 2.00413 12.1677 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.1368 21.8906 10.299 21.685 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9.5H8.70711C8.25435 9.5 7.82014 9.67986 7.5 10M14 9.5H15.2929C15.7456 9.5 16.1799 9.67986 16.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.8881 2.33117C16.8267 1.78287 17.6459 2.00383 18.138 2.35579C18.3398 2.50011 18.4406 2.57227 18.5 2.57227C18.5594 2.57227 18.6602 2.50011 18.862 2.35579C19.3541 2.00383 20.1733 1.78287 21.1119 2.33117C22.3437 3.05077 22.6224 5.42474 19.7812 7.42757C19.24 7.80905 18.9694 7.99979 18.5 7.99979C18.0306 7.99979 17.76 7.80905 17.2188 7.42757C14.3776 5.42474 14.6563 3.05077 15.8881 2.33117Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-kid{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 5.73791C14 5.73791 12.8849 6.23808 12.1017 5.85651C11.1464 5.39118 10.1991 3.44619 12.0914 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 5.73791C14 5.73791 12.8849 6.23808 12.1017 5.85651C11.1464 5.39118 10.1991 3.44619 12.0914 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-kissing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 21.3704C14.4107 21.7775 13.2313 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.6451 2 22.2649 6.87148 21.9877 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9.5C17 8.67157 16.3284 8 15.5 8C14.6716 8 14 8.67157 14 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 14C10.7418 14 12.2153 14.2837 12.8323 14.7957C13.3942 15.2619 11.9234 15.654 11.9234 16C11.9234 16.346 13.5081 16.6436 12.8323 17.2043C12.2153 17.7163 10.7418 18 10 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.3509 14.9103C20.2063 14.4336 21.2674 14.7714 21.7545 15.6998C22.2413 16.6283 21.981 17.8011 21.1782 18.3788L19.6234 19.366C18.8699 19.8445 18.4932 20.0837 18.1206 19.9735C17.748 19.8633 17.5301 19.4483 17.0945 18.6182L16.1958 16.906C15.7624 15.9627 16.0692 14.8017 16.9109 14.2679C17.7538 13.7338 18.8242 14.0239 19.3509 14.9103Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 21.3704C14.4107 21.7775 13.2313 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.6451 2 22.2649 6.87148 21.9877 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9.5C17 8.67157 16.3284 8 15.5 8C14.6716 8 14 8.67157 14 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 14C10.7418 14 12.2153 14.2837 12.8323 14.7957C13.3942 15.2619 11.9234 15.654 11.9234 16C11.9234 16.346 13.5081 16.6436 12.8323 17.2043C12.2153 17.7163 10.7418 18 10 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.3509 14.9103C20.2063 14.4336 21.2674 14.7714 21.7545 15.6998C22.2413 16.6283 21.981 17.8011 21.1782 18.3788L19.6234 19.366C18.8699 19.8445 18.4932 20.0837 18.1206 19.9735C17.748 19.8633 17.5301 19.4483 17.0945 18.6182L16.1958 16.906C15.7624 15.9627 16.0692 14.8017 16.9109 14.2679C17.7538 13.7338 18.8242 14.0239 19.3509 14.9103Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-laughing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 11C2.50421 5.94668 6.78892 2 12 2C17.2111 2 21.4958 5.94668 22 11M19 19.1752C17.1904 20.9235 14.7215 22 12 22C9.27848 22 6.80962 20.9235 5 19.1752%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18C13.8962 18 15.4889 16.7202 15.9362 14.9899C16.1443 14.1848 15.8422 14 15.0461 14H8.95386C8.15776 14 7.8557 14.1848 8.0638 14.9899C8.51109 16.7202 10.1038 18 12 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9.5C7 8.67157 7.67157 8 8.5 8C9.32843 8 10 8.67157 10 9.5M14 9.5C14 8.67157 14.6716 8 15.5 8C16.3284 8 17 8.67157 17 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12C4.44452 12.3985 1.54103 13.2338 2.06165 15.782C2.33013 17.0421 3.73652 17.275 4.5 16.708C6.33821 15.343 4.5 14 6 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12C19.5555 12.3985 22.459 13.2338 21.9383 15.782C21.6699 17.0421 20.2635 17.275 19.5 16.708C17.6618 15.343 19.5 14 18 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 11C2.50421 5.94668 6.78892 2 12 2C17.2111 2 21.4958 5.94668 22 11M19 19.1752C17.1904 20.9235 14.7215 22 12 22C9.27848 22 6.80962 20.9235 5 19.1752%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18C13.8962 18 15.4889 16.7202 15.9362 14.9899C16.1443 14.1848 15.8422 14 15.0461 14H8.95386C8.15776 14 7.8557 14.1848 8.0638 14.9899C8.51109 16.7202 10.1038 18 12 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9.5C7 8.67157 7.67157 8 8.5 8C9.32843 8 10 8.67157 10 9.5M14 9.5C14 8.67157 14.6716 8 15.5 8C16.3284 8 17 8.67157 17 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12C4.44452 12.3985 1.54103 13.2338 2.06165 15.782C2.33013 17.0421 3.73652 17.275 4.5 16.708C6.33821 15.343 4.5 14 6 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12C19.5555 12.3985 22.459 13.2338 21.9383 15.782C21.6699 17.0421 20.2635 17.275 19.5 16.708C17.6618 15.343 19.5 14 18 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-look-bottom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 17C10.5788 17.3167 11.2647 17.5 12 17.5C12.7353 17.5 13.4212 17.3167 14 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00673 13H9M15 13H14.9933%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 17C10.5788 17.3167 11.2647 17.5 12 17.5C12.7353 17.5 13.4212 17.3167 14 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00673 13H9M15 13H14.9933%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-look-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.99219 9H8.00116%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 14C8.08779 14.6072 6.63545 15 4.99963 15C3.87389 15 3.3355 14.8139 2.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.99219 9H8.00116%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 14C8.08779 14.6072 6.63545 15 4.99963 15C3.87389 15 3.3355 14.8139 2.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-look-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.009 9H16%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14C15.9122 14.6072 17.3645 15 19.0004 15C20.1261 15 20.6645 14.8139 21.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.009 9H16%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14C15.9122 14.6072 17.3645 15 19.0004 15C20.1261 15 20.6645 14.8139 21.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-look-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11C10.5788 11.3167 11.2647 11.5 12 11.5C12.7353 11.5 13.4212 11.3167 14 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00673 7H9M15 7H14.9933%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11C10.5788 11.3167 11.2647 11.5 12 11.5C12.7353 11.5 13.4212 11.3167 14 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00673 7H9M15 7H14.9933%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-medical-mask{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 8.5H8.70711C8.25435 8.5 7.82014 8.67986 7.5 9M14 8.5H15.2929C15.7456 8.5 16.1799 8.67986 16.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.31313 17.9198C6.89597 16.5535 6.89576 14.4497 7.31168 13.0825C7.57009 12.2331 8.29788 12 9.11765 12H14.8823C15.701 12 16.4284 12.2327 16.6872 13.0807C17.1043 14.4476 17.1043 16.5524 16.6872 17.9193C16.4284 18.7673 15.701 19 14.8823 19H9.11765C8.29936 19 7.57194 18.7675 7.31313 17.9198Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 13.5L2 12M17 13.5L22 12M7 17.5L3.5 17M17 17.5L20.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 8.5H8.70711C8.25435 8.5 7.82014 8.67986 7.5 9M14 8.5H15.2929C15.7456 8.5 16.1799 8.67986 16.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.31313 17.9198C6.89597 16.5535 6.89576 14.4497 7.31168 13.0825C7.57009 12.2331 8.29788 12 9.11765 12H14.8823C15.701 12 16.4284 12.2327 16.6872 13.0807C17.1043 14.4476 17.1043 16.5524 16.6872 17.9193C16.4284 18.7673 15.701 19 14.8823 19H9.11765C8.29936 19 7.57194 18.7675 7.31313 17.9198Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 13.5L2 12M17 13.5L22 12M7 17.5L3.5 17M17 17.5L20.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-meh{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-monocle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 19.1414C17.1962 20.9097 14.7255 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C14.7974 2 17.3265 3.14864 19.1414 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C12.7111 17 13.3875 16.8515 14 16.5839%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9L8 9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15L22 15M22 18L22 18M22 21L22 21%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2216%22 cy%3D%2210%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C21.7927 11.6041 21.689 11.4062 21.552 11.2328C21.2015 10.7894 20.6784 10.4407 20.0558 10.2354C19.8124 10.1551 19.5416 10.1034 19 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 19.1414C17.1962 20.9097 14.7255 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C14.7974 2 17.3265 3.14864 19.1414 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C12.7111 17 13.3875 16.8515 14 16.5839%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9L8 9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15L22 15M22 18L22 18M22 21L22 21%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2216%22 cy%3D%2210%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C21.7927 11.6041 21.689 11.4062 21.552 11.2328C21.2015 10.7894 20.6784 10.4407 20.0558 10.2354C19.8124 10.1551 19.5416 10.1034 19 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-mute{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-nerd{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9C10 10.1046 9.10457 11 8 11C6.89543 11 6 10.1046 6 9C6 7.89543 6.89543 7 8 7C9.10457 7 10 7.89543 10 9ZM10 9C10.5602 8.43978 11.1643 8 12 8C12.8357 8 13.4398 8.43978 14 9M21 8H17.7324M6.26756 8H3M14 9C14 10.1046 14.8954 11 16 11C17.1046 11 18 10.1046 18 9C18 7.89543 17.1046 7 16 7C14.8954 7 14 7.89543 14 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9C10 10.1046 9.10457 11 8 11C6.89543 11 6 10.1046 6 9C6 7.89543 6.89543 7 8 7C9.10457 7 10 7.89543 10 9ZM10 9C10.5602 8.43978 11.1643 8 12 8C12.8357 8 13.4398 8.43978 14 9M21 8H17.7324M6.26756 8H3M14 9C14 10.1046 14.8954 11 16 11C17.1046 11 18 10.1046 18 9C18 7.89543 17.1046 7 16 7C14.8954 7 14 7.89543 14 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-neutral{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-pensive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9C7.20949 9.5826 7.77476 10 8.43922 10C9.10367 10 9.66894 9.5826 9.87843 9M14.1216 9C14.3311 9.5826 14.8963 10 15.5608 10C16.2252 10 16.7905 9.5826 17 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9C7.20949 9.5826 7.77476 10 8.43922 10C9.10367 10 9.66894 9.5826 9.87843 9M14.1216 9C14.3311 9.5826 14.8963 10 15.5608 10C16.2252 10 16.7905 9.5826 17 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-relieved-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9C7.20949 9.5826 7.77476 10 8.43922 10C9.10367 10 9.66894 9.5826 9.87843 9M14.1216 9C14.3311 9.5826 14.8963 10 15.5608 10C16.2252 10 16.7905 9.5826 17 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9C7.20949 9.5826 7.77476 10 8.43922 10C9.10367 10 9.66894 9.5826 9.87843 9M14.1216 9C14.3311 9.5826 14.8963 10 15.5608 10C16.2252 10 16.7905 9.5826 17 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-relieved-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9C7.20949 9.5826 7.77476 10 8.43922 10C9.10367 10 9.66894 9.5826 9.87843 9M14.1216 9C14.3311 9.5826 14.8963 10 15.5608 10C16.2252 10 16.7905 9.5826 17 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5C10 17.5 8 16 7.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.38889%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9C7.20949 9.5826 7.77476 10 8.43922 10C9.10367 10 9.66894 9.5826 9.87843 9M14.1216 9C14.3311 9.5826 14.8963 10 15.5608 10C16.2252 10 16.7905 9.5826 17 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5C10 17.5 8 16 7.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.38889%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-sad-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17C8.91212 15.7856 10.3643 15 12 15C13.6357 15 15.0879 15.7856 16 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17C8.91212 15.7856 10.3643 15 12 15C13.6357 15 15.0879 15.7856 16 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-sad-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 21.685C10.299 21.8906 11.1368 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 12.3375 2.01672 12.6711 2.04938 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.02108 14L2.8602 16.0826C1.69974 17.2204 1.71976 19.0523 2.88023 20.1707C4.06071 21.2892 5.96146 21.2699 7.12193 20.1515C8.30241 19.0137 8.2824 17.1818 7.12193 16.0633L5.02108 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 8.44238H8M16 8.44238H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 16C14.1644 15.3721 13.1256 15 12 15C11.0893 15 10.2354 15.2436 9.5 15.6692%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 21.685C10.299 21.8906 11.1368 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 12.3375 2.01672 12.6711 2.04938 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.02108 14L2.8602 16.0826C1.69974 17.2204 1.71976 19.0523 2.88023 20.1707C4.06071 21.2892 5.96146 21.2699 7.12193 20.1515C8.30241 19.0137 8.2824 17.1818 7.12193 16.0633L5.02108 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 8.44238H8M16 8.44238H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 16C14.1644 15.3721 13.1256 15 12 15C11.0893 15 10.2354 15.2436 9.5 15.6692%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-sad-dizzy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11L8.5 9.5M8.5 9.5L7 8M8.5 9.5L7 11M8.5 9.5L10 8M17 11L15.5 9.5M15.5 9.5L14 8M15.5 9.5L14 11M15.5 9.5L17 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17C8.91212 15.7856 10.3643 15 12 15C13.6357 15 15.0879 15.7856 16 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11L8.5 9.5M8.5 9.5L7 8M8.5 9.5L7 11M8.5 9.5L10 8M17 11L15.5 9.5M15.5 9.5L14 8M15.5 9.5L14 11M15.5 9.5L17 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17C8.91212 15.7856 10.3643 15 12 15C13.6357 15 15.0879 15.7856 16 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-senseless{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00265 9.01879C8.00265 9.01879 8.25256 8.39617 7.62377 8.09123C6.5035 7.54795 5.03652 9.56203 6.86627 10.6732C8.75834 11.8222 10 9.69656 10 8.09123%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9974 9.98121C15.9974 9.98121 15.7474 10.6038 16.3762 10.9088C17.4965 11.452 18.9635 9.43797 17.1337 8.32683C15.2417 7.17784 14 9.30344 14 10.9088%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16.6L15.7307 16.4C15.0125 15.8667 14.1672 15.8667 13.4491 16.4L13.1798 16.6C12.4616 17.1333 11.6163 17.1333 10.8982 16.6L10.6288 16.4C9.91069 15.8667 9.06539 15.8667 8.34723 16.4L8 16.6579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00265 9.01879C8.00265 9.01879 8.25256 8.39617 7.62377 8.09123C6.5035 7.54795 5.03652 9.56203 6.86627 10.6732C8.75834 11.8222 10 9.69656 10 8.09123%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9974 9.98121C15.9974 9.98121 15.7474 10.6038 16.3762 10.9088C17.4965 11.452 18.9635 9.43797 17.1337 8.32683C15.2417 7.17784 14 9.30344 14 10.9088%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16.6L15.7307 16.4C15.0125 15.8667 14.1672 15.8667 13.4491 16.4L13.1798 16.6C12.4616 17.1333 11.6163 17.1333 10.8982 16.6L10.6288 16.4C9.91069 15.8667 9.06539 15.8667 8.34723 16.4L8 16.6579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-shoked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16.9998C9.83563 16.372 10.8744 16 12 16C13.1256 16 14.1644 16.372 15 16.9998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9.5C10 10.3284 9.32843 11 8.5 11C7.67157 11 7 10.3284 7 9.5C7 8.67157 7.67157 8 8.5 8C9.32843 8 10 8.67157 10 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9.5C17 10.3284 16.3284 11 15.5 11C14.6716 11 14 10.3284 14 9.5C14 8.67157 14.6716 8 15.5 8C16.3284 8 17 8.67157 17 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16.9998C9.83563 16.372 10.8744 16 12 16C13.1256 16 14.1644 16.372 15 16.9998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9.5C10 10.3284 9.32843 11 8.5 11C7.67157 11 7 10.3284 7 9.5C7 8.67157 7.67157 8 8.5 8C9.32843 8 10 8.67157 10 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9.5C17 10.3284 16.3284 11 15.5 11C14.6716 11 14 10.3284 14 9.5C14 8.67157 14.6716 8 15.5 8C16.3284 8 17 8.67157 17 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-sillence{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 15L10.5 17M13.5 15L13.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 15L10.5 17M13.5 15L13.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-sing-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210%22 cy%3D%2216%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210%22 cy%3D%2216%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-sing-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2214%22 cy%3D%2216%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2214%22 cy%3D%2216%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-sleeping{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 2.04938C12.6711 2.01672 12.3375 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.3151 21.9311 10.6462 21.8 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11H8.70711C8.25435 11 7.82014 10.8201 7.5 10.5M14 11H15.2929C15.7456 11 16.1799 10.8201 16.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2216%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 2H19.9474C20.5675 2 20.8775 2 20.9601 2.20009C21.0427 2.40019 20.8317 2.64023 20.4098 3.1203L17.9846 5.8797C17.5627 6.35977 17.3517 6.59981 17.4343 6.79991C17.5169 7 17.8269 7 18.447 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 2.04938C12.6711 2.01672 12.3375 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.3151 21.9311 10.6462 21.8 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11H8.70711C8.25435 11 7.82014 10.8201 7.5 10.5M14 11H15.2929C15.7456 11 16.1799 10.8201 16.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2216%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 2H19.9474C20.5675 2 20.8775 2 20.9601 2.20009C21.0427 2.40019 20.8317 2.64023 20.4098 3.1203L17.9846 5.8797C17.5627 6.35977 17.3517 6.59981 17.4343 6.79991C17.5169 7 17.8269 7 18.447 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-smart{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 17.7844C13.6177 18.5609 15.9391 17.1496 17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9.01067C7 9.01067 8.40944 8.88341 9.19588 9.50798M9.19588 9.50798L8.93275 10.3427C8.82896 10.6719 9.10031 11 9.4764 11C9.87165 11 10.1327 10.6434 9.92918 10.3348C9.74877 10.0612 9.50309 9.75196 9.19588 9.50798ZM14 9.01067C14 9.01067 15.4094 8.88341 16.1959 9.50798M16.1959 9.50798L15.9328 10.3427C15.829 10.6719 16.1003 11 16.4764 11C16.8717 11 17.1327 10.6434 16.9292 10.3348C16.7488 10.0612 16.5031 9.75196 16.1959 9.50798Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 17.7844C13.6177 18.5609 15.9391 17.1496 17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9.01067C7 9.01067 8.40944 8.88341 9.19588 9.50798M9.19588 9.50798L8.93275 10.3427C8.82896 10.6719 9.10031 11 9.4764 11C9.87165 11 10.1327 10.6434 9.92918 10.3348C9.74877 10.0612 9.50309 9.75196 9.19588 9.50798ZM14 9.01067C14 9.01067 15.4094 8.88341 16.1959 9.50798M16.1959 9.50798L15.9328 10.3427C15.829 10.6719 16.1003 11 16.4764 11C16.8717 11 17.1327 10.6434 16.9292 10.3348C16.7488 10.0612 16.5031 9.75196 16.1959 9.50798Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-smile-dizzy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11L8.5 9.5M8.5 9.5L7 8M8.5 9.5L7 11M8.5 9.5L10 8M17 11L15.5 9.5M15.5 9.5L14 8M15.5 9.5L14 11M15.5 9.5L17 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11L8.5 9.5M8.5 9.5L7 8M8.5 9.5L7 11M8.5 9.5L10 8M17 11L15.5 9.5M15.5 9.5L14 8M15.5 9.5L14 11M15.5 9.5L17 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-smile{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9L8 9M16 9L15.991 9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9L8 9M16 9L15.991 9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-star-face{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12M8.5 2.62961C9.58934 2.22255 10.7687 2 12 2C13.2313 2 14.4107 2.22255 15.5 2.62961%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.51829 5.43325L8.04623 6.49786C8.11822 6.64606 8.3102 6.78821 8.47219 6.81543L9.42908 6.97573C10.041 7.07856 10.185 7.52618 9.74405 7.96775L9.00013 8.71781C8.87414 8.84484 8.80515 9.08982 8.84414 9.26524L9.05712 10.1937C9.2251 10.9287 8.83815 11.213 8.19322 10.8289L7.29632 10.2936C7.13433 10.1968 6.86736 10.1968 6.70238 10.2936L5.80548 10.8289C5.16355 11.213 4.77359 10.9257 4.94158 10.1937L5.15455 9.26524C5.19355 9.08982 5.12456 8.84484 4.99857 8.71781L4.25465 7.96775C3.8167 7.52618 3.95768 7.07856 4.56962 6.97573L5.52651 6.81543C5.68549 6.78821 5.87747 6.64606 5.94946 6.49786L6.47741 5.43325C6.76537 4.85558 7.23332 4.85558 7.51829 5.43325Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5183 5.43325L18.0462 6.49786C18.1182 6.64606 18.3102 6.78821 18.4722 6.81543L19.4291 6.97573C20.041 7.07856 20.185 7.52618 19.744 7.96775L19.0001 8.71781C18.8741 8.84484 18.8051 9.08982 18.8441 9.26524L19.0571 10.1937C19.2251 10.9287 18.8381 11.213 18.1932 10.8289L17.2963 10.2936C17.1343 10.1968 16.8674 10.1968 16.7024 10.2936L15.8055 10.8289C15.1636 11.213 14.7736 10.9257 14.9416 10.1937L15.1546 9.26524C15.1935 9.08982 15.1246 8.84484 14.9986 8.71781L14.2547 7.96775C13.8167 7.52618 13.9577 7.07856 14.5696 6.97573L15.5265 6.81543C15.6855 6.78821 15.8775 6.64606 15.9495 6.49786L16.4774 5.43325C16.7654 4.85558 17.2333 4.85558 17.5183 5.43325Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12M8.5 2.62961C9.58934 2.22255 10.7687 2 12 2C13.2313 2 14.4107 2.22255 15.5 2.62961%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.51829 5.43325L8.04623 6.49786C8.11822 6.64606 8.3102 6.78821 8.47219 6.81543L9.42908 6.97573C10.041 7.07856 10.185 7.52618 9.74405 7.96775L9.00013 8.71781C8.87414 8.84484 8.80515 9.08982 8.84414 9.26524L9.05712 10.1937C9.2251 10.9287 8.83815 11.213 8.19322 10.8289L7.29632 10.2936C7.13433 10.1968 6.86736 10.1968 6.70238 10.2936L5.80548 10.8289C5.16355 11.213 4.77359 10.9257 4.94158 10.1937L5.15455 9.26524C5.19355 9.08982 5.12456 8.84484 4.99857 8.71781L4.25465 7.96775C3.8167 7.52618 3.95768 7.07856 4.56962 6.97573L5.52651 6.81543C5.68549 6.78821 5.87747 6.64606 5.94946 6.49786L6.47741 5.43325C6.76537 4.85558 7.23332 4.85558 7.51829 5.43325Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5183 5.43325L18.0462 6.49786C18.1182 6.64606 18.3102 6.78821 18.4722 6.81543L19.4291 6.97573C20.041 7.07856 20.185 7.52618 19.744 7.96775L19.0001 8.71781C18.8741 8.84484 18.8051 9.08982 18.8441 9.26524L19.0571 10.1937C19.2251 10.9287 18.8381 11.213 18.1932 10.8289L17.2963 10.2936C17.1343 10.1968 16.8674 10.1968 16.7024 10.2936L15.8055 10.8289C15.1636 11.213 14.7736 10.9257 14.9416 10.1937L15.1546 9.26524C15.1935 9.08982 15.1246 8.84484 14.9986 8.71781L14.2547 7.96775C13.8167 7.52618 13.9577 7.07856 14.5696 6.97573L15.5265 6.81543C15.6855 6.78821 15.8775 6.64606 15.9495 6.49786L16.4774 5.43325C16.7654 4.85558 17.2333 4.85558 17.5183 5.43325Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-sunglasses{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16C9.83563 16.6278 10.8744 16.9998 12 16.9998C13.1256 16.9998 14.1644 16.6278 15 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 9.5C9 8 6 7.99999 4 8C4 8 4 13 7 13C9.5 13 11.5 9.5 11.5 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 9.5C15 8 18 7.99999 20 8C20 8 20 13 17 13C14.5 13 12.5 9.5 12.5 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16C9.83563 16.6278 10.8744 16.9998 12 16.9998C13.1256 16.9998 14.1644 16.6278 15 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 9.5C9 8 6 7.99999 4 8C4 8 4 13 7 13C9.5 13 11.5 9.5 11.5 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 9.5C15 8 18 7.99999 20 8C20 8 20 13 17 13C14.5 13 12.5 9.5 12.5 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-surprise{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%2215.5%22 rx%3D%222%22 ry%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%2215.5%22 rx%3D%222%22 ry%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-suspicious{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16.9998C9.83563 16.372 10.8744 16 12 16C13.1256 16 14.1644 16.372 15 16.9998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8.01067C7 8.01067 8.40944 7.88341 9.19588 8.50798M9.19588 8.50798L8.93275 9.34267C8.82896 9.67191 9.10031 10 9.4764 10C9.87165 10 10.1327 9.64338 9.92918 9.33476C9.74877 9.06118 9.50309 8.75196 9.19588 8.50798ZM14 8.01067C14 8.01067 15.4094 7.88341 16.1959 8.50798M16.1959 8.50798L15.9328 9.34267C15.829 9.67191 16.1003 10 16.4764 10C16.8717 10 17.1327 9.64338 16.9292 9.33476C16.7488 9.06118 16.5031 8.75196 16.1959 8.50798Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16.9998C9.83563 16.372 10.8744 16 12 16C13.1256 16 14.1644 16.372 15 16.9998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8.01067C7 8.01067 8.40944 7.88341 9.19588 8.50798M9.19588 8.50798L8.93275 9.34267C8.82896 9.67191 9.10031 10 9.4764 10C9.87165 10 10.1327 9.64338 9.92918 9.33476C9.74877 9.06118 9.50309 8.75196 9.19588 8.50798ZM14 8.01067C14 8.01067 15.4094 7.88341 16.1959 8.50798M16.1959 8.50798L15.9328 9.34267C15.829 9.67191 16.1003 10 16.4764 10C16.8717 10 17.1327 9.64338 16.9292 9.33476C16.7488 9.06118 16.5031 8.75196 16.1959 8.50798Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-tired-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8C7.20949 8.5826 7.77476 9 8.43922 9C9.10367 9 9.66894 8.5826 9.87843 8M14.1216 8C14.3311 8.5826 14.8963 9 15.5608 9C16.2252 9 16.7905 8.5826 17 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.5C13.6732 13.5 15.1098 14.4559 15.7297 15.8205C15.9802 16.3718 16.1055 16.6475 15.8889 16.8748C15.6723 17.1022 15.2907 16.9913 14.5274 16.7696C13.8039 16.5595 12.9019 16.3703 12 16.3703C11.0981 16.3703 10.1961 16.5595 9.47257 16.7696C8.70933 16.9913 8.32771 17.1022 8.11112 16.8748C7.89454 16.6475 8.01978 16.3718 8.27026 15.8205C8.89021 14.4559 10.3268 13.5 12 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8C7.20949 8.5826 7.77476 9 8.43922 9C9.10367 9 9.66894 8.5826 9.87843 8M14.1216 8C14.3311 8.5826 14.8963 9 15.5608 9C16.2252 9 16.7905 8.5826 17 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.5C13.6732 13.5 15.1098 14.4559 15.7297 15.8205C15.9802 16.3718 16.1055 16.6475 15.8889 16.8748C15.6723 17.1022 15.2907 16.9913 14.5274 16.7696C13.8039 16.5595 12.9019 16.3703 12 16.3703C11.0981 16.3703 10.1961 16.5595 9.47257 16.7696C8.70933 16.9913 8.32771 17.1022 8.11112 16.8748C7.89454 16.6475 8.01978 16.3718 8.27026 15.8205C8.89021 14.4559 10.3268 13.5 12 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-tired-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8C8.42317 8.31737 9.19208 8.70974 9.28942 9.34118C9.29507 9.37783 9.2989 9.41481 9.30089 9.45195C9.32383 9.88051 9.01424 10.2537 8.39506 11M16 8C15.5768 8.31738 14.8079 8.70974 14.7106 9.34118C14.7049 9.37783 14.7011 9.41481 14.6991 9.45195C14.6762 9.88051 14.9858 10.2537 15.6049 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.5C13.6732 13.5 15.1098 14.4559 15.7297 15.8205C15.9802 16.3718 16.1055 16.6475 15.8889 16.8748C15.6723 17.1022 15.2907 16.9913 14.5274 16.7696C13.8039 16.5595 12.9019 16.3703 12 16.3703C11.0981 16.3703 10.1961 16.5595 9.47257 16.7696C8.70933 16.9913 8.32771 17.1022 8.11112 16.8748C7.89454 16.6475 8.01978 16.3718 8.27026 15.8205C8.89021 14.4559 10.3268 13.5 12 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8C8.42317 8.31737 9.19208 8.70974 9.28942 9.34118C9.29507 9.37783 9.2989 9.41481 9.30089 9.45195C9.32383 9.88051 9.01424 10.2537 8.39506 11M16 8C15.5768 8.31738 14.8079 8.70974 14.7106 9.34118C14.7049 9.37783 14.7011 9.41481 14.6991 9.45195C14.6762 9.88051 14.9858 10.2537 15.6049 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.5C13.6732 13.5 15.1098 14.4559 15.7297 15.8205C15.9802 16.3718 16.1055 16.6475 15.8889 16.8748C15.6723 17.1022 15.2907 16.9913 14.5274 16.7696C13.8039 16.5595 12.9019 16.3703 12 16.3703C11.0981 16.3703 10.1961 16.5595 9.47257 16.7696C8.70933 16.9913 8.32771 17.1022 8.11112 16.8748C7.89454 16.6475 8.01978 16.3718 8.27026 15.8205C8.89021 14.4559 10.3268 13.5 12 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-tongue-wink-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8C9 8 10 9 10 10C9.25 9 7.75 9 7 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.009 9H16%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14C8.91212 15.2144 10.3643 16 12 16C13.6357 16 15.0879 15.2144 16 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16V17.5C10 18.6046 10.8954 19.5 12 19.5C13.1046 19.5 14 18.6046 14 17.5V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8C9 8 10 9 10 10C9.25 9 7.75 9 7 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.009 9H16%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14C8.91212 15.2144 10.3643 16 12 16C13.6357 16 15.0879 15.2144 16 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16V17.5C10 18.6046 10.8954 19.5 12 19.5C13.1046 19.5 14 18.6046 14 17.5V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-tongue-wink-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8C15 8 14 9 14 10C14.75 9 16.25 9 17 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14C8.91212 15.2144 10.3643 16 12 16C13.6357 16 15.0879 15.2144 16 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16V17.5C10 18.6046 10.8954 19.5 12 19.5C13.1046 19.5 14 18.6046 14 17.5V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8C15 8 14 9 14 10C14.75 9 16.25 9 17 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14C8.91212 15.2144 10.3643 16 12 16C13.6357 16 15.0879 15.2144 16 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16V17.5C10 18.6046 10.8954 19.5 12 19.5C13.1046 19.5 14 18.6046 14 17.5V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-tongue{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14C8.91212 15.2144 10.3643 16 12 16C13.6357 16 15.0879 15.2144 16 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16V17.5C10 18.6046 10.8954 19.5 12 19.5C13.1046 19.5 14 18.6046 14 17.5V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14C8.91212 15.2144 10.3643 16 12 16C13.6357 16 15.0879 15.2144 16 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16V17.5C10 18.6046 10.8954 19.5 12 19.5C13.1046 19.5 14 18.6046 14 17.5V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-unamused{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8C7.20949 8.5826 7.77476 9 8.43922 9C9.10367 9 9.66894 8.5826 9.87843 8M14.1216 8C14.3311 8.5826 14.8963 9 15.5608 9C16.2252 9 16.7905 8.5826 17 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16L15 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8C7.20949 8.5826 7.77476 9 8.43922 9C9.10367 9 9.66894 8.5826 9.87843 8M14.1216 8C14.3311 8.5826 14.8963 9 15.5608 9C16.2252 9 16.7905 8.5826 17 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16L15 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-unhappy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16.9998C9.83563 16.372 10.8744 16 12 16C13.1256 16 14.1644 16.372 15 16.9998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8.01067C7 8.01067 8.40944 7.88341 9.19588 8.50798M9.19588 8.50798L8.93275 9.34267C8.82896 9.67191 9.10031 10 9.4764 10C9.87165 10 10.1327 9.64338 9.92918 9.33476C9.74877 9.06118 9.50309 8.75196 9.19588 8.50798ZM14 8.01067C14 8.01067 15.4094 7.88341 16.1959 8.50798M16.1959 8.50798L15.9328 9.34267C15.829 9.67191 16.1003 10 16.4764 10C16.8717 10 17.1327 9.64338 16.9292 9.33476C16.7488 9.06118 16.5031 8.75196 16.1959 8.50798Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16.9998C9.83563 16.372 10.8744 16 12 16C13.1256 16 14.1644 16.372 15 16.9998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8.01067C7 8.01067 8.40944 7.88341 9.19588 8.50798M9.19588 8.50798L8.93275 9.34267C8.82896 9.67191 9.10031 10 9.4764 10C9.87165 10 10.1327 9.64338 9.92918 9.33476C9.74877 9.06118 9.50309 8.75196 9.19588 8.50798ZM14 8.01067C14 8.01067 15.4094 7.88341 16.1959 8.50798M16.1959 8.50798L15.9328 9.34267C15.829 9.67191 16.1003 10 16.4764 10C16.8717 10 17.1327 9.64338 16.9292 9.33476C16.7488 9.06118 16.5031 8.75196 16.1959 8.50798Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-vomiting{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.40041 18.5C2.9039 16.752 2 14.4815 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 14.4815 21.0961 16.752 19.5996 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 8C7.97606 8.31737 8.84109 8.70974 8.9506 9.34118C8.95696 9.37783 8.96126 9.41481 8.9635 9.45195C8.98931 9.88051 8.64102 10.2537 7.94444 11M16.5 8C16.0239 8.31738 15.1589 8.70974 15.0494 9.34118C15.043 9.37783 15.0387 9.41481 15.0365 9.45195C15.0107 9.88051 15.359 10.2537 16.0556 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 19C7.47273 16.7178 9.53167 15 12 15C14.4683 15 16.5273 16.7178 17 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19L12 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.46546 16.5C8.46546 18.4882 8.85751 20.7325 7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.534 16.5C15.534 18.4808 15.1447 20.7344 17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.40041 18.5C2.9039 16.752 2 14.4815 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 14.4815 21.0961 16.752 19.5996 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 8C7.97606 8.31737 8.84109 8.70974 8.9506 9.34118C8.95696 9.37783 8.96126 9.41481 8.9635 9.45195C8.98931 9.88051 8.64102 10.2537 7.94444 11M16.5 8C16.0239 8.31738 15.1589 8.70974 15.0494 9.34118C15.043 9.37783 15.0387 9.41481 15.0365 9.45195C15.0107 9.88051 15.359 10.2537 16.0556 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 19C7.47273 16.7178 9.53167 15 12 15C14.4683 15 16.5273 16.7178 17 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19L12 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.46546 16.5C8.46546 18.4882 8.85751 20.7325 7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.534 16.5C15.534 18.4808 15.1447 20.7344 17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-wink{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14C8.91212 15.2144 10.3643 16 12 16C13.6357 16 15.0879 15.2144 16 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8C15 8 14 9 14 10C14.75 9 16.25 9 17 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 16L14.2348 17.3203C14.644 17.9703 15.5502 18.1929 16.2589 17.8177C16.9676 17.4424 17.2104 16.6113 16.8012 15.9614L16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14C8.91212 15.2144 10.3643 16 12 16C13.6357 16 15.0879 15.2144 16 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8C15 8 14 9 14 10C14.75 9 16.25 9 17 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 16L14.2348 17.3203C14.644 17.9703 15.5502 18.1929 16.2589 17.8177C16.9676 17.4424 17.2104 16.6113 16.8012 15.9614L16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-winking{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8C15 8 14 9 14 10C14.75 9 16.25 9 17 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C8.91212 16.2144 10.3643 17 12 17C13.6357 17 15.0879 16.2144 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8C15 8 14 9 14 10C14.75 9 16.25 9 17 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-emojis-icons-worry{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 15.6L15.7307 15.4C15.0125 14.8667 14.1672 14.8667 13.4491 15.4L13.1798 15.6C12.4616 16.1333 11.6163 16.1333 10.8982 15.6L10.6288 15.4C9.91069 14.8667 9.06539 14.8667 8.34723 15.4L8 15.6579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 15.6L15.7307 15.4C15.0125 14.8667 14.1672 14.8667 13.4491 15.4L13.1798 15.6C12.4616 16.1333 11.6163 16.1333 10.8982 15.6L10.6288 15.4C9.91069 14.8667 9.06539 14.8667 8.34723 15.4L8 15.6579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00897 9H8M16 9H15.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-atomic-power{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.663 8.85C21.2522 6.81022 21.0868 5.03955 20.0236 3.97636C17.7744 1.7271 12.3587 3.49602 7.92736 7.92736C7.45397 8.40074 7.01097 8.88536 6.6 9.37615M17.4 14.6238C16.989 15.1146 16.546 15.5993 16.0726 16.0726C11.6413 20.504 6.22562 22.2729 3.97636 20.0236C2.83569 18.883 2.72842 16.928 3.47772 14.7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6754 9.2998L10.9243 11.3702C10.7105 11.6473 10.6037 11.7859 10.6699 11.8929C10.7361 11.9998 10.9288 11.9998 11.3141 11.9998H12.6867C13.072 11.9998 13.2647 11.9998 13.3309 12.1068C13.3971 12.2137 13.2902 12.3523 13.0765 12.6295L11.3141 14.6998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.75 17.7059C9.13145 17.2114 8.52058 16.6659 7.92736 16.0726C3.49602 11.6413 1.7271 6.22562 3.97636 3.97636C5.11702 2.83569 7.07202 2.72842 9.3 3.47772M14.25 20.3607C16.6631 21.2813 18.8068 21.2405 20.0236 20.0236C22.2729 17.7744 20.504 12.3587 16.0726 7.92736C15.4794 7.33413 14.8686 6.78862 14.25 6.29407%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.663 8.85C21.2522 6.81022 21.0868 5.03955 20.0236 3.97636C17.7744 1.7271 12.3587 3.49602 7.92736 7.92736C7.45397 8.40074 7.01097 8.88536 6.6 9.37615M17.4 14.6238C16.989 15.1146 16.546 15.5993 16.0726 16.0726C11.6413 20.504 6.22562 22.2729 3.97636 20.0236C2.83569 18.883 2.72842 16.928 3.47772 14.7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6754 9.2998L10.9243 11.3702C10.7105 11.6473 10.6037 11.7859 10.6699 11.8929C10.7361 11.9998 10.9288 11.9998 11.3141 11.9998H12.6867C13.072 11.9998 13.2647 11.9998 13.3309 12.1068C13.3971 12.2137 13.2902 12.3523 13.0765 12.6295L11.3141 14.6998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.75 17.7059C9.13145 17.2114 8.52058 16.6659 7.92736 16.0726C3.49602 11.6413 1.7271 6.22562 3.97636 3.97636C5.11702 2.83569 7.07202 2.72842 9.3 3.47772M14.25 20.3607C16.6631 21.2813 18.8068 21.2405 20.0236 20.0236C22.2729 17.7744 20.504 12.3587 16.0726 7.92736C15.4794 7.33413 14.8686 6.78862 14.25 6.29407%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-automotive-battery-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 5.5H8C5.17157 5.5 3.75736 5.5 2.87868 6.37868C2 7.25736 2 8.67157 2 11.5V15C2 17.8284 2 19.2426 2.87868 20.1213C3.75736 21 5.17157 21 8 21H16C18.8284 21 20.2426 21 21.1213 20.1213C22 19.2426 22 17.8284 22 15V11.5C22 8.67157 22 7.25736 21.1213 6.37868C20.2426 5.5 18.8284 5.5 16 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 8.5V12.5M19 10.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10.5H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 5.5V4.75C9 4.04777 9 3.69665 8.83147 3.44443C8.75851 3.33524 8.66476 3.24149 8.55557 3.16853C8.30335 3 7.95223 3 7.25 3C6.54777 3 6.19665 3 5.94443 3.16853C5.83524 3.24149 5.74149 3.33524 5.66853 3.44443C5.5 3.69665 5.5 4.04777 5.5 4.75V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 5.5V4.75C18.5 4.04777 18.5 3.69665 18.3315 3.44443C18.2585 3.33524 18.1648 3.24149 18.0556 3.16853C17.8033 3 17.4522 3 16.75 3C16.0478 3 15.6967 3 15.4444 3.16853C15.3352 3.24149 15.2415 3.33524 15.1685 3.44443C15 3.69665 15 4.04777 15 4.75V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 5.5H8C5.17157 5.5 3.75736 5.5 2.87868 6.37868C2 7.25736 2 8.67157 2 11.5V15C2 17.8284 2 19.2426 2.87868 20.1213C3.75736 21 5.17157 21 8 21H16C18.8284 21 20.2426 21 21.1213 20.1213C22 19.2426 22 17.8284 22 15V11.5C22 8.67157 22 7.25736 21.1213 6.37868C20.2426 5.5 18.8284 5.5 16 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 8.5V12.5M19 10.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10.5H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 5.5V4.75C9 4.04777 9 3.69665 8.83147 3.44443C8.75851 3.33524 8.66476 3.24149 8.55557 3.16853C8.30335 3 7.95223 3 7.25 3C6.54777 3 6.19665 3 5.94443 3.16853C5.83524 3.24149 5.74149 3.33524 5.66853 3.44443C5.5 3.69665 5.5 4.04777 5.5 4.75V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 5.5V4.75C18.5 4.04777 18.5 3.69665 18.3315 3.44443C18.2585 3.33524 18.1648 3.24149 18.0556 3.16853C17.8033 3 17.4522 3 16.75 3C16.0478 3 15.6967 3 15.4444 3.16853C15.3352 3.24149 15.2415 3.33524 15.1685 3.44443C15 3.69665 15 4.04777 15 4.75V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-automotive-battery-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 5.5H8C5.17157 5.5 3.75736 5.5 2.87868 6.37868C2 7.25736 2 8.67157 2 11.5V15C2 17.8284 2 19.2426 2.87868 20.1213C3.75736 21 5.17157 21 8 21H16C18.8284 21 20.2426 21 21.1213 20.1213C22 19.2426 22 17.8284 22 15V11.5C22 8.67157 22 7.25736 21.1213 6.37868C20.2426 5.5 18.8284 5.5 16 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5 9L10 13H14L11.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 5.5V4.75C9 4.04777 9 3.69665 8.83147 3.44443C8.75851 3.33524 8.66476 3.24149 8.55557 3.16853C8.30335 3 7.95223 3 7.25 3C6.54777 3 6.19665 3 5.94443 3.16853C5.83524 3.24149 5.74149 3.33524 5.66853 3.44443C5.5 3.69665 5.5 4.04777 5.5 4.75V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 5.5V4.75C18.5 4.04777 18.5 3.69665 18.3315 3.44443C18.2585 3.33524 18.1648 3.24149 18.0556 3.16853C17.8033 3 17.4522 3 16.75 3C16.0478 3 15.6967 3 15.4444 3.16853C15.3352 3.24149 15.2415 3.33524 15.1685 3.44443C15 3.69665 15 4.04777 15 4.75V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 5.5H8C5.17157 5.5 3.75736 5.5 2.87868 6.37868C2 7.25736 2 8.67157 2 11.5V15C2 17.8284 2 19.2426 2.87868 20.1213C3.75736 21 5.17157 21 8 21H16C18.8284 21 20.2426 21 21.1213 20.1213C22 19.2426 22 17.8284 22 15V11.5C22 8.67157 22 7.25736 21.1213 6.37868C20.2426 5.5 18.8284 5.5 16 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5 9L10 13H14L11.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 5.5V4.75C9 4.04777 9 3.69665 8.83147 3.44443C8.75851 3.33524 8.66476 3.24149 8.55557 3.16853C8.30335 3 7.95223 3 7.25 3C6.54777 3 6.19665 3 5.94443 3.16853C5.83524 3.24149 5.74149 3.33524 5.66853 3.44443C5.5 3.69665 5.5 4.04777 5.5 4.75V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 5.5V4.75C18.5 4.04777 18.5 3.69665 18.3315 3.44443C18.2585 3.33524 18.1648 3.24149 18.0556 3.16853C17.8033 3 17.4522 3 16.75 3C16.0478 3 15.6967 3 15.4444 3.16853C15.3352 3.24149 15.2415 3.33524 15.1685 3.44443C15 3.69665 15 4.04777 15 4.75V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-batteries-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 2L10 6H14L11.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 6C17.9428 6 18.4142 6 18.7071 6.29289C19 6.58579 19 7.05719 19 8V10.5M7 6C6.05719 6 5.58579 6 5.29289 6.29289C5 6.58579 5 7.05719 5 8L5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 13H18C17.0572 13 16.5858 13 16.2929 13.2929C16 13.5858 16 14.0572 16 15V20C16 20.9428 16 21.4142 16.2929 21.7071C16.5858 22 17.0572 22 18 22H20C20.9428 22 21.4142 22 21.7071 21.7071C22 21.4142 22 20.9428 22 20V15C22 14.0572 22 13.5858 21.7071 13.2929C21.4142 13 20.9428 13 20 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 19H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16L22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 13H4C3.05719 13 2.58579 13 2.29289 13.2929C2 13.5858 2 14.0572 2 15V20C2 20.9428 2 21.4142 2.29289 21.7071C2.58579 22 3.05719 22 4 22H6C6.94281 22 7.41421 22 7.70711 21.7071C8 21.4142 8 20.9428 8 20V15C8 14.0572 8 13.5858 7.70711 13.2929C7.41421 13 6.94281 13 6 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 19H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 2L10 6H14L11.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 6C17.9428 6 18.4142 6 18.7071 6.29289C19 6.58579 19 7.05719 19 8V10.5M7 6C6.05719 6 5.58579 6 5.29289 6.29289C5 6.58579 5 7.05719 5 8L5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 13H18C17.0572 13 16.5858 13 16.2929 13.2929C16 13.5858 16 14.0572 16 15V20C16 20.9428 16 21.4142 16.2929 21.7071C16.5858 22 17.0572 22 18 22H20C20.9428 22 21.4142 22 21.7071 21.7071C22 21.4142 22 20.9428 22 20V15C22 14.0572 22 13.5858 21.7071 13.2929C21.4142 13 20.9428 13 20 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 19H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16L22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 13H4C3.05719 13 2.58579 13 2.29289 13.2929C2 13.5858 2 14.0572 2 15V20C2 20.9428 2 21.4142 2.29289 21.7071C2.58579 22 3.05719 22 4 22H6C6.94281 22 7.41421 22 7.70711 21.7071C8 21.4142 8 20.9428 8 20V15C8 14.0572 8 13.5858 7.70711 13.2929C7.41421 13 6.94281 13 6 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 19H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-bio-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.51691 12H3.8974C3.46866 12 3.25429 12 3.12182 12.1371C2.98934 12.2742 2.99444 12.4858 3.00462 12.9091C3.01499 13.34 3.03966 13.7692 3.09832 14.1975C3.12255 14.3744 3.13466 14.4628 3.1927 14.5082C3.25075 14.5536 3.35607 14.5413 3.56672 14.5167C4.73441 14.3801 5.86167 15.3326 5.86167 16.5839C5.86167 17.2074 5.59266 17.767 5.16638 18.1489C5.01046 18.2885 4.9325 18.3584 4.92694 18.4317C4.92138 18.505 4.97764 18.5735 5.09015 18.7106C5.49816 19.2075 5.9569 19.6597 6.45825 20.059C6.57718 20.1537 6.63664 20.2011 6.70196 20.1992C6.76728 20.1973 6.83399 20.1376 6.96741 20.0183C7.32763 19.6962 7.79991 19.5009 8.317 19.5009C9.42587 19.5009 10.3136 20.4293 10.3606 21.5054C10.3684 21.684 10.3723 21.7732 10.4156 21.8217C10.4589 21.8703 10.533 21.8813 10.6812 21.9035C11.5421 22.0322 12.4579 22.0322 13.3188 21.9035C13.467 21.8813 13.5411 21.8703 13.5844 21.8217C13.6277 21.7732 13.6316 21.684 13.6394 21.5054C13.6864 20.4293 14.5741 19.5009 15.683 19.5009C16.2001 19.5009 16.6724 19.6962 17.0326 20.0183C17.166 20.1376 17.2327 20.1973 17.298 20.1992C17.3634 20.2011 17.4228 20.1537 17.5417 20.059C18.0431 19.6597 18.5018 19.2075 18.9098 18.7106C19.0224 18.5735 19.0786 18.505 19.0731 18.4317C19.0675 18.3584 18.9895 18.2885 18.8336 18.1489C18.4073 17.767 18.1383 17.2074 18.1383 16.5839C18.1383 15.3326 19.2656 14.3801 20.4333 14.5167C20.6439 14.5413 20.7493 14.5536 20.8073 14.5082C20.8653 14.4628 20.8775 14.3744 20.9017 14.1975C20.9603 13.7692 20.985 13.34 20.9954 12.9091C21.0056 12.4858 21.0107 12.2742 20.8782 12.1371C20.7457 12 20.5313 12 20.1026 12H16.4831C16.2763 14.3363 14.3481 16.1671 12 16.1671C9.65187 16.1671 7.72366 14.3363 7.51691 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.7412 7.7412C12.2899 6.20331 11.9672 4.44278 10.7622 3.2378C9.55722 2.03282 7.79669 1.71006 6.2588 2.2588C5.71007 3.79669 6.03282 5.55722 7.2378 6.7622C8.44278 7.96718 10.2033 8.28993 11.7412 7.7412Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.2157 9.78433C11.7584 8.50276 12.0274 7.03565 13.0315 6.0315C14.0356 5.02735 15.5028 4.75839 16.7843 5.21567C17.2416 6.49725 16.9726 7.96435 15.9685 8.9685C14.9644 9.97265 13.4972 10.2416 12.2157 9.78433Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.51691 12H3.8974C3.46866 12 3.25429 12 3.12182 12.1371C2.98934 12.2742 2.99444 12.4858 3.00462 12.9091C3.01499 13.34 3.03966 13.7692 3.09832 14.1975C3.12255 14.3744 3.13466 14.4628 3.1927 14.5082C3.25075 14.5536 3.35607 14.5413 3.56672 14.5167C4.73441 14.3801 5.86167 15.3326 5.86167 16.5839C5.86167 17.2074 5.59266 17.767 5.16638 18.1489C5.01046 18.2885 4.9325 18.3584 4.92694 18.4317C4.92138 18.505 4.97764 18.5735 5.09015 18.7106C5.49816 19.2075 5.9569 19.6597 6.45825 20.059C6.57718 20.1537 6.63664 20.2011 6.70196 20.1992C6.76728 20.1973 6.83399 20.1376 6.96741 20.0183C7.32763 19.6962 7.79991 19.5009 8.317 19.5009C9.42587 19.5009 10.3136 20.4293 10.3606 21.5054C10.3684 21.684 10.3723 21.7732 10.4156 21.8217C10.4589 21.8703 10.533 21.8813 10.6812 21.9035C11.5421 22.0322 12.4579 22.0322 13.3188 21.9035C13.467 21.8813 13.5411 21.8703 13.5844 21.8217C13.6277 21.7732 13.6316 21.684 13.6394 21.5054C13.6864 20.4293 14.5741 19.5009 15.683 19.5009C16.2001 19.5009 16.6724 19.6962 17.0326 20.0183C17.166 20.1376 17.2327 20.1973 17.298 20.1992C17.3634 20.2011 17.4228 20.1537 17.5417 20.059C18.0431 19.6597 18.5018 19.2075 18.9098 18.7106C19.0224 18.5735 19.0786 18.505 19.0731 18.4317C19.0675 18.3584 18.9895 18.2885 18.8336 18.1489C18.4073 17.767 18.1383 17.2074 18.1383 16.5839C18.1383 15.3326 19.2656 14.3801 20.4333 14.5167C20.6439 14.5413 20.7493 14.5536 20.8073 14.5082C20.8653 14.4628 20.8775 14.3744 20.9017 14.1975C20.9603 13.7692 20.985 13.34 20.9954 12.9091C21.0056 12.4858 21.0107 12.2742 20.8782 12.1371C20.7457 12 20.5313 12 20.1026 12H16.4831C16.2763 14.3363 14.3481 16.1671 12 16.1671C9.65187 16.1671 7.72366 14.3363 7.51691 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.7412 7.7412C12.2899 6.20331 11.9672 4.44278 10.7622 3.2378C9.55722 2.03282 7.79669 1.71006 6.2588 2.2588C5.71007 3.79669 6.03282 5.55722 7.2378 6.7622C8.44278 7.96718 10.2033 8.28993 11.7412 7.7412Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.2157 9.78433C11.7584 8.50276 12.0274 7.03565 13.0315 6.0315C14.0356 5.02735 15.5028 4.75839 16.7843 5.21567C17.2416 6.49725 16.9726 7.96435 15.9685 8.9685C14.9644 9.97265 13.4972 10.2416 12.2157 9.78433Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-biomass-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 14.4986C20 18.6415 16.4183 22 12 22C7.58172 22 4 18.6415 4 14.4986L4 14.2794C4 13.5451 4 13.178 4.25365 13.0433C4.80339 12.7515 6 14 6 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9.50139C4 5.35849 7.58172 2 12 2C16.4183 2 20 5.35849 20 9.50139V9.72063C20 10.4549 20 10.822 19.7463 10.9567C19.1966 11.2485 18 10 18 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9796 11.1605C11.2601 12.5841 10.7346 14.8928 11.5622 17.5M11.1431 15.0283C6.89727 12.0079 9.81401 8.53376 12.5599 6.78017C12.8913 6.56855 13.057 6.46274 13.2499 6.5119C13.4428 6.56106 13.5355 6.73406 13.7209 7.08005C15.2623 9.95702 16.3667 14.4893 11.1431 15.0283Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 14.4986C20 18.6415 16.4183 22 12 22C7.58172 22 4 18.6415 4 14.4986L4 14.2794C4 13.5451 4 13.178 4.25365 13.0433C4.80339 12.7515 6 14 6 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9.50139C4 5.35849 7.58172 2 12 2C16.4183 2 20 5.35849 20 9.50139V9.72063C20 10.4549 20 10.822 19.7463 10.9567C19.1966 11.2485 18 10 18 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9796 11.1605C11.2601 12.5841 10.7346 14.8928 11.5622 17.5M11.1431 15.0283C6.89727 12.0079 9.81401 8.53376 12.5599 6.78017C12.8913 6.56855 13.057 6.46274 13.2499 6.5119C13.4428 6.56106 13.5355 6.73406 13.7209 7.08005C15.2623 9.95702 16.3667 14.4893 11.1431 15.0283Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-chimney{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 22L14.3835 16.9755C13.7962 14.3331 13.5 11.6344 13.5 8.92749C13.5 8.41525 13.0847 8 12.5725 8H7.42749C6.91525 8 6.5 8.41525 6.5 8.92749C6.5 11.6344 6.20375 14.3331 5.61655 16.9755L4.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 2H13C11.3431 2 10 3.34315 10 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 2H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 22L14.3835 16.9755C13.7962 14.3331 13.5 11.6344 13.5 8.92749C13.5 8.41525 13.0847 8 12.5725 8H7.42749C6.91525 8 6.5 8.41525 6.5 8.92749C6.5 11.6344 6.20375 14.3331 5.61655 16.9755L4.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 2H13C11.3431 2 10 3.34315 10 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 2H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-eco-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10C2.77968 6.18409 5.66918 3.12932 9.40618 2.08977C9.71987 2.00251 9.87671 1.95888 9.96119 2.05236C10.0457 2.14584 9.98344 2.30042 9.85897 2.60956L9 4.5M14 2C17.8159 2.77968 20.8707 5.66918 21.9102 9.40618C21.9975 9.71987 22.0411 9.87671 21.9476 9.96119C21.8542 10.0457 21.6996 9.98344 21.3904 9.85897L19.5 9M22 14C21.2203 17.8159 18.3308 20.8707 14.5938 21.9102C14.2801 21.9975 14.1233 22.0411 14.0388 21.9476C13.9543 21.8542 14.0166 21.6996 14.141 21.3904L15 19.5M10 22C6.18409 21.2203 3.12932 18.3308 2.08977 14.5938C2.00251 14.2801 1.95888 14.1233 2.05236 14.0388C2.14584 13.9543 2.30042 14.0166 2.60956 14.141L4.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9999 11.0989C10.6874 11.9991 9.09867 13.7795 8.5 16.5M9.37498 14.1035C7.3031 9.3095 11.4826 7.69267 14.6638 7.51291C15.0477 7.49122 15.2397 7.48037 15.3775 7.62024C15.5154 7.76011 15.5074 7.9595 15.4915 8.35828C15.3595 11.6742 14.0376 16.2363 9.37498 14.1035Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10C2.77968 6.18409 5.66918 3.12932 9.40618 2.08977C9.71987 2.00251 9.87671 1.95888 9.96119 2.05236C10.0457 2.14584 9.98344 2.30042 9.85897 2.60956L9 4.5M14 2C17.8159 2.77968 20.8707 5.66918 21.9102 9.40618C21.9975 9.71987 22.0411 9.87671 21.9476 9.96119C21.8542 10.0457 21.6996 9.98344 21.3904 9.85897L19.5 9M22 14C21.2203 17.8159 18.3308 20.8707 14.5938 21.9102C14.2801 21.9975 14.1233 22.0411 14.0388 21.9476C13.9543 21.8542 14.0166 21.6996 14.141 21.3904L15 19.5M10 22C6.18409 21.2203 3.12932 18.3308 2.08977 14.5938C2.00251 14.2801 1.95888 14.1233 2.05236 14.0388C2.14584 13.9543 2.30042 14.0166 2.60956 14.141L4.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9999 11.0989C10.6874 11.9991 9.09867 13.7795 8.5 16.5M9.37498 14.1035C7.3031 9.3095 11.4826 7.69267 14.6638 7.51291C15.0477 7.49122 15.2397 7.48037 15.3775 7.62024C15.5154 7.76011 15.5074 7.9595 15.4915 8.35828C15.3595 11.6742 14.0376 16.2363 9.37498 14.1035Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-eco-power{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 20C5.22895 19.1318 3 15.6772 3 12.5102C3 8.74448 6.37016 5.02317 8.73565 2.875C10.0204 1.70833 11.9797 1.70833 13.2643 2.875C14.7712 4.24338 16.5749 6.25009 17.7511 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15.5C15.5 16.5 13 18.5 11 22M13 19C10.3362 13.1407 15.8347 11.2355 19.9249 11.0158C20.4185 10.9893 20.6653 10.976 20.8425 11.147C21.0198 11.3179 21.0095 11.5616 20.9891 12.049C20.8194 16.1017 18.9947 21.6068 13 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 20C5.22895 19.1318 3 15.6772 3 12.5102C3 8.74448 6.37016 5.02317 8.73565 2.875C10.0204 1.70833 11.9797 1.70833 13.2643 2.875C14.7712 4.24338 16.5749 6.25009 17.7511 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15.5C15.5 16.5 13 18.5 11 22M13 19C10.3362 13.1407 15.8347 11.2355 19.9249 11.0158C20.4185 10.9893 20.6653 10.976 20.8425 11.147C21.0198 11.3179 21.0095 11.5616 20.9891 12.049C20.8194 16.1017 18.9947 21.6068 13 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-electric-home-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 8.58496V13.5004C20 17.2716 20 19.1573 18.8284 20.3288C18.0203 21.137 16.8723 21.3877 15 21.4654M4 8.58496V13.5004C4 17.2716 4 19.1573 5.17157 20.3288C6.23465 21.3919 7.88563 21.4904 10.9998 21.4995C11.5521 21.5011 12 21.0527 12 20.5004V17.5004%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 10.501L17.6569 6.33646C14.9902 3.77947 13.6569 2.50098 12 2.50098C10.3431 2.50098 9.00981 3.77947 6.34315 6.33646L2 10.501%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.001 9.00098V11.501M10.001 11.501V9.00098M8.50553 12.381C8.46629 11.9061 8.87602 11.501 9.39552 11.501H14.6104C15.1299 11.501 15.5396 11.9061 15.5004 12.381L15.3931 13.6784C15.316 14.6111 14.9786 15.51 14.4133 16.2886L14.0628 16.7713C13.7319 17.2271 13.1741 17.501 12.5768 17.501H11.4291C10.8318 17.501 10.2741 17.2271 9.94308 16.7713L9.59262 16.2886C9.02726 15.51 8.68984 14.6111 8.61276 13.6784L8.50553 12.381Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 8.58496V13.5004C20 17.2716 20 19.1573 18.8284 20.3288C18.0203 21.137 16.8723 21.3877 15 21.4654M4 8.58496V13.5004C4 17.2716 4 19.1573 5.17157 20.3288C6.23465 21.3919 7.88563 21.4904 10.9998 21.4995C11.5521 21.5011 12 21.0527 12 20.5004V17.5004%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 10.501L17.6569 6.33646C14.9902 3.77947 13.6569 2.50098 12 2.50098C10.3431 2.50098 9.00981 3.77947 6.34315 6.33646L2 10.501%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.001 9.00098V11.501M10.001 11.501V9.00098M8.50553 12.381C8.46629 11.9061 8.87602 11.501 9.39552 11.501H14.6104C15.1299 11.501 15.5396 11.9061 15.5004 12.381L15.3931 13.6784C15.316 14.6111 14.9786 15.51 14.4133 16.2886L14.0628 16.7713C13.7319 17.2271 13.1741 17.501 12.5768 17.501H11.4291C10.8318 17.501 10.2741 17.2271 9.94308 16.7713L9.59262 16.2886C9.02726 15.51 8.68984 14.6111 8.61276 13.6784L8.50553 12.381Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-electric-home-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0323 9.99805V12.4966M10.0486 12.4966V9.99805M8.55923 13.3774C8.52015 12.9026 8.92821 12.4976 9.44559 12.4976H14.6392C15.1566 12.4976 15.5646 12.9026 15.5256 13.3774L15.4187 14.6745C15.3419 15.6071 15.0059 16.5058 14.4429 17.2842L14.0938 17.7668C13.7643 18.2225 13.2088 18.4964 12.6139 18.4964H11.4709C10.876 18.4964 10.3206 18.2225 9.99092 17.7668L9.64189 17.2842C9.07884 16.5058 8.74279 15.6071 8.66602 14.6745L8.55923 13.3774Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0285 21.9962C16.8102 21.977 17.5738 21.8829 18.5143 21.4963C19.3073 21.1718 19.8052 20.7174 20.2371 19.911C20.8853 18.7008 21.1015 17.3127 21.295 15.9524L22 10.9983C22.0515 10.2047 22.0262 9.61313 21.8412 9.03219C21.4881 7.92298 20.5353 7.14 19.6069 6.44197C15.2874 3.19447 13.2572 1.8968 12.0408 2.00009C10.8874 1.90891 9.31667 2.84115 4.33205 6.55895C3.50016 7.17942 2.66672 7.85729 2.28785 8.82568C1.7575 10.1813 2.16494 11.716 2.38831 13.1551C2.65092 14.8469 2.96277 16.9111 3.52304 19.2777C3.55746 19.423 3.60625 19.5654 3.6718 19.6996C4.16877 20.7168 4.60518 21.1409 5.56724 21.4963C6.56607 21.8653 9.69917 22.187 11.2706 21.8335C11.8007 21.7142 12.0408 21.1879 12.0408 20.6426V18.4969%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0323 9.99805V12.4966M10.0486 12.4966V9.99805M8.55923 13.3774C8.52015 12.9026 8.92821 12.4976 9.44559 12.4976H14.6392C15.1566 12.4976 15.5646 12.9026 15.5256 13.3774L15.4187 14.6745C15.3419 15.6071 15.0059 16.5058 14.4429 17.2842L14.0938 17.7668C13.7643 18.2225 13.2088 18.4964 12.6139 18.4964H11.4709C10.876 18.4964 10.3206 18.2225 9.99092 17.7668L9.64189 17.2842C9.07884 16.5058 8.74279 15.6071 8.66602 14.6745L8.55923 13.3774Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0285 21.9962C16.8102 21.977 17.5738 21.8829 18.5143 21.4963C19.3073 21.1718 19.8052 20.7174 20.2371 19.911C20.8853 18.7008 21.1015 17.3127 21.295 15.9524L22 10.9983C22.0515 10.2047 22.0262 9.61313 21.8412 9.03219C21.4881 7.92298 20.5353 7.14 19.6069 6.44197C15.2874 3.19447 13.2572 1.8968 12.0408 2.00009C10.8874 1.90891 9.31667 2.84115 4.33205 6.55895C3.50016 7.17942 2.66672 7.85729 2.28785 8.82568C1.7575 10.1813 2.16494 11.716 2.38831 13.1551C2.65092 14.8469 2.96277 16.9111 3.52304 19.2777C3.55746 19.423 3.60625 19.5654 3.6718 19.6996C4.16877 20.7168 4.60518 21.1409 5.56724 21.4963C6.56607 21.8653 9.69917 22.187 11.2706 21.8335C11.8007 21.7142 12.0408 21.1879 12.0408 20.6426V18.4969%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-electric-tower-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 6L9.39981 8.21413C9.46594 8.64819 9.42564 9.08872 9.2813 9.50982L5 22M15 6L14.6002 8.21413C14.5341 8.64819 14.5744 9.08872 14.7187 9.50982L19 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 11L3.32375 9.92082C3.41097 9.63011 3.45457 9.48476 3.55302 9.36314C3.65148 9.24153 3.79688 9.1534 4.08769 8.97715L8.47402 6.31877C8.73481 6.16072 8.8652 6.0817 9.01594 6.04085C9.16668 6 9.32791 6 9.65037 6H14.3496C14.6721 6 14.8333 6 14.9841 6.04085C15.1348 6.0817 15.2652 6.16073 15.526 6.31877L19.9123 8.97715C20.2031 9.1534 20.3485 9.24153 20.447 9.36314C20.5454 9.48475 20.589 9.63012 20.6762 9.92082L21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 10L16 14.5L5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 10L8 14.5L19 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 6L10.4 3.76C11.1333 2.58667 11.5 2 12 2C12.5 2 12.8667 2.58667 13.6 3.76L15 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 6L9.39981 8.21413C9.46594 8.64819 9.42564 9.08872 9.2813 9.50982L5 22M15 6L14.6002 8.21413C14.5341 8.64819 14.5744 9.08872 14.7187 9.50982L19 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 11L3.32375 9.92082C3.41097 9.63011 3.45457 9.48476 3.55302 9.36314C3.65148 9.24153 3.79688 9.1534 4.08769 8.97715L8.47402 6.31877C8.73481 6.16072 8.8652 6.0817 9.01594 6.04085C9.16668 6 9.32791 6 9.65037 6H14.3496C14.6721 6 14.8333 6 14.9841 6.04085C15.1348 6.0817 15.2652 6.16073 15.526 6.31877L19.9123 8.97715C20.2031 9.1534 20.3485 9.24153 20.447 9.36314C20.5454 9.48475 20.589 9.63012 20.6762 9.92082L21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 10L16 14.5L5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 10L8 14.5L19 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 6L10.4 3.76C11.1333 2.58667 11.5 2 12 2C12.5 2 12.8667 2.58667 13.6 3.76L15 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-electric-tower-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2H9V7H15V2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 22H4.5L9 7H15L19.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 7H21M3 7V9M3 7L9 2M21 7V9M21 7L15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 9.5L7 14.5L18.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 9.5L17 14.5L5.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2H9V7H15V2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 22H4.5L9 7H15L19.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 7H21M3 7V9M3 7L9 2M21 7V9M21 7L15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 9.5L7 14.5L18.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 9.5L17 14.5L5.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-electric-wire{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21V9H10C9.05719 9 8.58579 9 8.29289 9.29289C8 9.58579 8 10.0572 8 11V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 21V11C16 10.0572 16 9.58579 15.7071 9.29289C15.4142 9 14.9428 9 14 9H12V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 5V9M22 7H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9V5.9999C10 5.06808 10 4.60218 9.84776 4.23463C9.64477 3.74458 9.25542 3.35523 8.76537 3.15224C8.39782 3 7.93188 3 7 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9V5.9999C14 5.06808 14 4.60218 14.1522 4.23463C14.3552 3.74458 14.7446 3.35523 15.2346 3.15224C15.6022 3 16.0681 3 17 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21V9H10C9.05719 9 8.58579 9 8.29289 9.29289C8 9.58579 8 10.0572 8 11V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 21V11C16 10.0572 16 9.58579 15.7071 9.29289C15.4142 9 14.9428 9 14 9H12V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 5V9M22 7H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9V5.9999C10 5.06808 10 4.60218 9.84776 4.23463C9.64477 3.74458 9.25542 3.35523 8.76537 3.15224C8.39782 3 7.93188 3 7 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9V5.9999C14 5.06808 14 4.60218 14.1522 4.23463C14.3552 3.74458 14.7446 3.35523 15.2346 3.15224C15.6022 3 16.0681 3 17 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-energy-ellipse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.12901 11.5977L12.128 6.20791C12.4408 5.78638 13.027 6.04874 13.027 6.61024V10.782C13.027 11.1183 13.2569 11.391 13.5405 11.391H15.4855C15.9274 11.391 16.1629 12.0089 15.871 12.4023L11.872 17.7921C11.5592 18.2136 10.973 17.9513 10.973 17.3898V13.218C10.973 12.8817 10.7431 12.609 10.4595 12.609H8.51449C8.07264 12.609 7.83711 11.9911 8.12901 11.5977Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.12901 11.5977L12.128 6.20791C12.4408 5.78638 13.027 6.04874 13.027 6.61024V10.782C13.027 11.1183 13.2569 11.391 13.5405 11.391H15.4855C15.9274 11.391 16.1629 12.0089 15.871 12.4023L11.872 17.7921C11.5592 18.2136 10.973 17.9513 10.973 17.3898V13.218C10.973 12.8817 10.7431 12.609 10.4595 12.609H8.51449C8.07264 12.609 7.83711 11.9911 8.12901 11.5977Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-energy-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.77027 2.5 5.6554 3.69797 4.25276C3.86808 4.05358 4.05358 3.86808 4.25276 3.69797C5.6554 2.5 7.77027 2.5 12 2.5C16.2297 2.5 18.3446 2.5 19.7472 3.69797C19.9464 3.86808 20.1319 4.05358 20.302 4.25276C21.5 5.6554 21.5 7.77027 21.5 12C21.5 16.2297 21.5 18.3446 20.302 19.7472C20.1319 19.9464 19.9464 20.1319 19.7472 20.302C18.3446 21.5 16.2297 21.5 12 21.5C7.77027 21.5 5.6554 21.5 4.25276 20.302C4.05358 20.1319 3.86808 19.9464 3.69797 19.7472C2.5 18.3446 2.5 16.2297 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.12901 11.5977L12.128 6.20791C12.4408 5.78638 13.027 6.04874 13.027 6.61024V10.782C13.027 11.1183 13.2569 11.391 13.5405 11.391H15.4855C15.9274 11.391 16.1629 12.0089 15.871 12.4023L11.872 17.7921C11.5592 18.2136 10.973 17.9513 10.973 17.3898V13.218C10.973 12.8817 10.7431 12.609 10.4595 12.609H8.51449C8.07264 12.609 7.83711 11.9911 8.12901 11.5977Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.77027 2.5 5.6554 3.69797 4.25276C3.86808 4.05358 4.05358 3.86808 4.25276 3.69797C5.6554 2.5 7.77027 2.5 12 2.5C16.2297 2.5 18.3446 2.5 19.7472 3.69797C19.9464 3.86808 20.1319 4.05358 20.302 4.25276C21.5 5.6554 21.5 7.77027 21.5 12C21.5 16.2297 21.5 18.3446 20.302 19.7472C20.1319 19.9464 19.9464 20.1319 19.7472 20.302C18.3446 21.5 16.2297 21.5 12 21.5C7.77027 21.5 5.6554 21.5 4.25276 20.302C4.05358 20.1319 3.86808 19.9464 3.69797 19.7472C2.5 18.3446 2.5 16.2297 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.12901 11.5977L12.128 6.20791C12.4408 5.78638 13.027 6.04874 13.027 6.61024V10.782C13.027 11.1183 13.2569 11.391 13.5405 11.391H15.4855C15.9274 11.391 16.1629 12.0089 15.871 12.4023L11.872 17.7921C11.5592 18.2136 10.973 17.9513 10.973 17.3898V13.218C10.973 12.8817 10.7431 12.609 10.4595 12.609H8.51449C8.07264 12.609 7.83711 11.9911 8.12901 11.5977Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.19351 11.3965L12.192 3.31186C12.6611 2.67957 13.5405 3.07311 13.5405 3.91536V10.1729C13.5405 10.6775 13.8853 11.0865 14.3107 11.0865H17.2283C17.891 11.0865 18.2443 12.0134 17.8065 12.6035L11.808 20.6881C11.3389 21.3204 10.4595 20.9269 10.4595 20.0846V13.8271C10.4595 13.3225 10.1147 12.9135 9.68931 12.9135H6.77173C6.10895 12.9135 5.75566 11.9866 6.19351 11.3965Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.19351 11.3965L12.192 3.31186C12.6611 2.67957 13.5405 3.07311 13.5405 3.91536V10.1729C13.5405 10.6775 13.8853 11.0865 14.3107 11.0865H17.2283C17.891 11.0865 18.2443 12.0134 17.8065 12.6035L11.808 20.6881C11.3389 21.3204 10.4595 20.9269 10.4595 20.0846V13.8271C10.4595 13.3225 10.1147 12.9135 9.68931 12.9135H6.77173C6.10895 12.9135 5.75566 11.9866 6.19351 11.3965Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-ev-charging{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 22V7C3 4.64298 3 3.46447 3.73223 2.73223C4.46447 2 5.64298 2 8 2H11C13.357 2 14.5355 2 15.2678 2.73223C16 3.46447 16 4.64298 16 7V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 22H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 11H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 8.52662L21.4472 8.30539C21.7162 8.17234 21.8507 8.10582 21.9253 7.98628C22 7.86674 22 7.71799 22 7.42048V6.72636C22 6.0826 22 5.76071 21.8255 5.61265C21.7702 5.5658 21.7053 5.53144 21.6353 5.51197C21.414 5.45041 21.1433 5.62896 20.6018 5.98606C19.9072 6.44425 19.5598 6.67335 19.3385 7.0001C19.265 7.10863 19.2025 7.2241 19.152 7.34482C19 7.70824 19 8.12125 19 8.94727V10.5797C19 10.8118 19.1902 11 19.4248 11C19.7722 11 20.0846 10.7907 20.2136 10.4716L21 8.52662Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.4778 11C19.6789 12.3863 20.1452 13.9698 19.9555 15.3799C19.7838 16.657 18.7725 17.6876 17.4425 17.9412C17.1343 18 16.7562 18 16 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.25 14L8.30434 15.917C8.06684 16.1736 7.94808 16.3019 8.02165 16.401C8.09522 16.5 8.30931 16.5 8.73747 16.5H10.2625C10.6907 16.5 10.9048 16.5 10.9783 16.599C11.0519 16.6981 10.9332 16.8264 10.6957 17.083L8.73747 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 22V7C3 4.64298 3 3.46447 3.73223 2.73223C4.46447 2 5.64298 2 8 2H11C13.357 2 14.5355 2 15.2678 2.73223C16 3.46447 16 4.64298 16 7V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 22H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 11H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 8.52662L21.4472 8.30539C21.7162 8.17234 21.8507 8.10582 21.9253 7.98628C22 7.86674 22 7.71799 22 7.42048V6.72636C22 6.0826 22 5.76071 21.8255 5.61265C21.7702 5.5658 21.7053 5.53144 21.6353 5.51197C21.414 5.45041 21.1433 5.62896 20.6018 5.98606C19.9072 6.44425 19.5598 6.67335 19.3385 7.0001C19.265 7.10863 19.2025 7.2241 19.152 7.34482C19 7.70824 19 8.12125 19 8.94727V10.5797C19 10.8118 19.1902 11 19.4248 11C19.7722 11 20.0846 10.7907 20.2136 10.4716L21 8.52662Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.4778 11C19.6789 12.3863 20.1452 13.9698 19.9555 15.3799C19.7838 16.657 18.7725 17.6876 17.4425 17.9412C17.1343 18 16.7562 18 16 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.25 14L8.30434 15.917C8.06684 16.1736 7.94808 16.3019 8.02165 16.401C8.09522 16.5 8.30931 16.5 8.73747 16.5H10.2625C10.6907 16.5 10.9048 16.5 10.9783 16.599C11.0519 16.6981 10.9332 16.8264 10.6957 17.083L8.73747 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-factory{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 13.5V9C9 8.05719 9 7.58579 8.70711 7.29289C8.41421 7 7.94281 7 7 7H5C4.05719 7 3.58579 7 3.29289 7.29289C3 7.58579 3 8.05719 3 9V18C3 19.8856 3 20.8284 3.58579 21.4142C4.17157 22 5.11438 22 7 22H9M9 13.5L12.3167 11.8416C13.4174 11.2913 13.9678 11.0161 14.3942 11.199C14.4853 11.2381 14.57 11.2905 14.6457 11.3545C15 11.6541 15 12.2694 15 13.5L18.1056 11.9472C19.4028 11.2986 20.0515 10.9743 20.5257 11.2674C21 11.5605 21 12.2857 21 13.7361V18C21 19.8856 21 20.8284 20.4142 21.4142C19.8284 22 18.8856 22 17 22H9M9 13.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 10H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 2H8C7.05719 2 6.58579 2 6.29289 2.29289C6 2.58579 6 3.05719 6 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 2H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5L17 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 13.5V9C9 8.05719 9 7.58579 8.70711 7.29289C8.41421 7 7.94281 7 7 7H5C4.05719 7 3.58579 7 3.29289 7.29289C3 7.58579 3 8.05719 3 9V18C3 19.8856 3 20.8284 3.58579 21.4142C4.17157 22 5.11438 22 7 22H9M9 13.5L12.3167 11.8416C13.4174 11.2913 13.9678 11.0161 14.3942 11.199C14.4853 11.2381 14.57 11.2905 14.6457 11.3545C15 11.6541 15 12.2694 15 13.5L18.1056 11.9472C19.4028 11.2986 20.0515 10.9743 20.5257 11.2674C21 11.5605 21 12.2857 21 13.7361V18C21 19.8856 21 20.8284 20.4142 21.4142C19.8284 22 18.8856 22 17 22H9M9 13.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 10H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 2H8C7.05719 2 6.58579 2 6.29289 2.29289C6 2.58579 6 3.05719 6 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 2H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5L17 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-fire{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.8561 22C26.0783 19 19.2338 7 10.9227 2C9.9453 5.5 8.47838 6.5 5.54497 10C1.66121 14.6339 3.5895 20 8.96719 22C8.1524 21 6.04958 18.9008 7.5 16C8 15 9 14 8.5 12C9.47778 12.5 11.5 13 12 15.5C12.8148 14.5 13.6604 12.4 12.8783 10C19 14.5 16.5 19 13.8561 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.8561 22C26.0783 19 19.2338 7 10.9227 2C9.9453 5.5 8.47838 6.5 5.54497 10C1.66121 14.6339 3.5895 20 8.96719 22C8.1524 21 6.04958 18.9008 7.5 16C8 15 9 14 8.5 12C9.47778 12.5 11.5 13 12 15.5C12.8148 14.5 13.6604 12.4 12.8783 10C19 14.5 16.5 19 13.8561 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-fuel-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 6V5.5C5 4.55719 5 4.08579 5.29289 3.79289C5.58579 3.5 6.05719 3.5 7 3.5C7.94281 3.5 8.41421 3.5 8.70711 3.79289C9 4.08579 9 4.55719 9 5.5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 5L18 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 2H14.6667C12.7932 2 12 2.93374 12 4.66667C12 5.53313 11.6034 6 10.6667 6H7C5.11438 6 4.17157 6 3.58579 6.58579C3 7.17157 3 8.11438 3 10V15C3 18.2998 3 19.9497 4.02513 20.9749C5.05025 22 6.70017 22 10 22H14C17.2998 22 18.9497 22 19.9749 20.9749C21 19.9497 21 18.2998 21 15V7C21 4.64298 21 3.46447 20.2678 2.73223C19.5355 2 18.357 2 16 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 14.5873C9 13.1229 10.2638 11.6757 11.1509 10.8403C11.6326 10.3866 12.3674 10.3866 12.8491 10.8403C13.7362 11.6757 15 13.1229 15 14.5873C15 16.0231 13.864 17.5 12 17.5C10.136 17.5 9 16.0231 9 14.5873Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 6V5.5C5 4.55719 5 4.08579 5.29289 3.79289C5.58579 3.5 6.05719 3.5 7 3.5C7.94281 3.5 8.41421 3.5 8.70711 3.79289C9 4.08579 9 4.55719 9 5.5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 5L18 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 2H14.6667C12.7932 2 12 2.93374 12 4.66667C12 5.53313 11.6034 6 10.6667 6H7C5.11438 6 4.17157 6 3.58579 6.58579C3 7.17157 3 8.11438 3 10V15C3 18.2998 3 19.9497 4.02513 20.9749C5.05025 22 6.70017 22 10 22H14C17.2998 22 18.9497 22 19.9749 20.9749C21 19.9497 21 18.2998 21 15V7C21 4.64298 21 3.46447 20.2678 2.73223C19.5355 2 18.357 2 16 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 14.5873C9 13.1229 10.2638 11.6757 11.1509 10.8403C11.6326 10.3866 12.3674 10.3866 12.8491 10.8403C13.7362 11.6757 15 13.1229 15 14.5873C15 16.0231 13.864 17.5 12 17.5C10.136 17.5 9 16.0231 9 14.5873Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-fuel-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1115 4.5H8C6.11438 4.5 5.17157 4.5 4.58579 5.08579C4 5.67157 4 6.61438 4 8.5V16C4 18.8284 4 20.2426 4.87868 21.1213C5.75736 22 7.17157 22 10 22H14C16.8284 22 18.2426 22 19.1213 21.1213C20 20.2426 20 18.8284 20 16V13.4443C20 11.0386 20 9.83582 19.4026 8.86921C18.8052 7.9026 17.7294 7.36469 15.5777 6.28885L13.6892 5.34458C12.8484 4.9242 12.428 4.71401 11.9747 4.607C11.5215 4.5 11.0515 4.5 10.1115 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18C13.1046 18 14 17.1605 14 16.125C14 14.875 12 13 12 13C12 13 10 14.875 10 16.125C10 17.1605 10.8954 18 12 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 8L16.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 4.5V3.75C6 3.04777 6 2.69665 6.16853 2.44443C6.24149 2.33524 6.33524 2.24149 6.44443 2.16853C6.69665 2 7.04777 2 7.75 2C8.45223 2 8.80335 2 9.05557 2.16853C9.16476 2.24149 9.25851 2.33524 9.33147 2.44443C9.5 2.69665 9.5 3.04777 9.5 3.75V4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1115 4.5H8C6.11438 4.5 5.17157 4.5 4.58579 5.08579C4 5.67157 4 6.61438 4 8.5V16C4 18.8284 4 20.2426 4.87868 21.1213C5.75736 22 7.17157 22 10 22H14C16.8284 22 18.2426 22 19.1213 21.1213C20 20.2426 20 18.8284 20 16V13.4443C20 11.0386 20 9.83582 19.4026 8.86921C18.8052 7.9026 17.7294 7.36469 15.5777 6.28885L13.6892 5.34458C12.8484 4.9242 12.428 4.71401 11.9747 4.607C11.5215 4.5 11.0515 4.5 10.1115 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18C13.1046 18 14 17.1605 14 16.125C14 14.875 12 13 12 13C12 13 10 14.875 10 16.125C10 17.1605 10.8954 18 12 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 8L16.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 4.5V3.75C6 3.04777 6 2.69665 6.16853 2.44443C6.24149 2.33524 6.33524 2.24149 6.44443 2.16853C6.69665 2 7.04777 2 7.75 2C8.45223 2 8.80335 2 9.05557 2.16853C9.16476 2.24149 9.25851 2.33524 9.33147 2.44443C9.5 2.69665 9.5 3.04777 9.5 3.75V4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-gas-pipe{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 17.5H8M8 20.5H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 17.5H22M22 20.5H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 12H10.5V16H13.5V12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7C17 9.76142 14.7614 12 12 12C9.23858 12 7 9.76142 7 7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 7L13.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 16H10C9.05719 16 8.58579 16 8.29289 16.2929C8 16.5858 8 17.0572 8 18V20C8 20.9428 8 21.4142 8.29289 21.7071C8.58579 22 9.05719 22 10 22H14C14.9428 22 15.4142 22 15.7071 21.7071C16 21.4142 16 20.9428 16 20V18C16 17.0572 16 16.5858 15.7071 16.2929C15.4142 16 14.9428 16 14 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 17.5H8M8 20.5H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 17.5H22M22 20.5H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 12H10.5V16H13.5V12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7C17 9.76142 14.7614 12 12 12C9.23858 12 7 9.76142 7 7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 7L13.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 16H10C9.05719 16 8.58579 16 8.29289 16.2929C8 16.5858 8 17.0572 8 18V20C8 20.9428 8 21.4142 8.29289 21.7071C8.58579 22 9.05719 22 10 22H14C14.9428 22 15.4142 22 15.7071 21.7071C16 21.4142 16 20.9428 16 20V18C16 17.0572 16 16.5858 15.7071 16.2929C15.4142 16 14.9428 16 14 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-green-house{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.551 13.6081C11.0316 15.2407 5.21031 18.0107 7.02784 21.0275C7.68071 22.1111 9.56024 22 10.8612 22H13.1388C16.5537 22 18.2611 22 19.429 21.0286C20.5969 20.0572 20.8471 18.4289 21.3476 15.1724L21.6486 13.2135C22.0016 10.9162 22.1781 9.76763 21.7438 8.74938C21.3095 7.73112 20.346 7.03443 18.4189 5.64106L16.979 4.6C14.5817 2.86667 13.3831 2 12 2C10.6169 2 9.41829 2.86667 7.02099 4.6L5.58114 5.64106C3.65403 7.03443 2.69047 7.73112 2.25617 8.74938C1.82186 9.76763 1.99837 10.9162 2.35139 13.2135L2.65243 15.1724C3.00843 17.489 3.23781 18.9817 3.76102 20M12.1801 18.1259C14.5484 17.6674 16.1708 16.2098 16.9339 13.855C17.7983 11.1881 16.6267 7.88376 13.6752 7.11938C13.6752 7.11938 14.5852 8.20421 13.9973 9.15585C12.864 11.1955 9.62452 10.5174 8.32535 13.1165C7.56032 14.5675 7.79225 16.285 8.89383 17.3563C9.58602 18.0294 11.0428 18.3461 12.1801 18.1259Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.551 13.6081C11.0316 15.2407 5.21031 18.0107 7.02784 21.0275C7.68071 22.1111 9.56024 22 10.8612 22H13.1388C16.5537 22 18.2611 22 19.429 21.0286C20.5969 20.0572 20.8471 18.4289 21.3476 15.1724L21.6486 13.2135C22.0016 10.9162 22.1781 9.76763 21.7438 8.74938C21.3095 7.73112 20.346 7.03443 18.4189 5.64106L16.979 4.6C14.5817 2.86667 13.3831 2 12 2C10.6169 2 9.41829 2.86667 7.02099 4.6L5.58114 5.64106C3.65403 7.03443 2.69047 7.73112 2.25617 8.74938C1.82186 9.76763 1.99837 10.9162 2.35139 13.2135L2.65243 15.1724C3.00843 17.489 3.23781 18.9817 3.76102 20M12.1801 18.1259C14.5484 17.6674 16.1708 16.2098 16.9339 13.855C17.7983 11.1881 16.6267 7.88376 13.6752 7.11938C13.6752 7.11938 14.5852 8.20421 13.9973 9.15585C12.864 11.1955 9.62452 10.5174 8.32535 13.1165C7.56032 14.5675 7.79225 16.285 8.89383 17.3563C9.58602 18.0294 11.0428 18.3461 12.1801 18.1259Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-house-solar-panel{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.96586 5.79755L4.56916 4.39672C5.06999 3.23383 5.32041 2.65238 5.81138 2.32619C6.30235 2 6.92711 2 8.17664 2H15.8234C17.0729 2 17.6976 2 18.1886 2.32619C18.6796 2.65238 18.93 3.23383 19.4308 4.39672L20.0341 5.79755C20.8508 7.69388 21.2592 8.64205 20.8221 9.32102C20.3849 10 19.3661 10 17.3285 10H6.67147C4.63387 10 3.61507 10 3.17794 9.32102C2.7408 8.64205 3.14915 7.69388 3.96586 5.79755Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 10V15C4.5 16.8856 4.5 17.8284 5.08579 18.4142C5.55733 18.8858 6.26022 18.9777 7.5 18.9957M19.5 10V15C19.5 16.8856 19.5 17.8284 18.9142 18.4142C18.4427 18.8858 17.7398 18.9777 16.5 18.9957%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 14L10.4058 17.0672C10.0891 17.4778 9.93078 17.6831 10.0289 17.8416C10.127 18 10.4124 18 10.9833 18H13.0167C13.5876 18 13.873 18 13.9711 18.1584C14.0692 18.3169 13.9109 18.5222 13.5942 18.9328L10.9833 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2L9 10M14 2L15 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 6H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.96586 5.79755L4.56916 4.39672C5.06999 3.23383 5.32041 2.65238 5.81138 2.32619C6.30235 2 6.92711 2 8.17664 2H15.8234C17.0729 2 17.6976 2 18.1886 2.32619C18.6796 2.65238 18.93 3.23383 19.4308 4.39672L20.0341 5.79755C20.8508 7.69388 21.2592 8.64205 20.8221 9.32102C20.3849 10 19.3661 10 17.3285 10H6.67147C4.63387 10 3.61507 10 3.17794 9.32102C2.7408 8.64205 3.14915 7.69388 3.96586 5.79755Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 10V15C4.5 16.8856 4.5 17.8284 5.08579 18.4142C5.55733 18.8858 6.26022 18.9777 7.5 18.9957M19.5 10V15C19.5 16.8856 19.5 17.8284 18.9142 18.4142C18.4427 18.8858 17.7398 18.9777 16.5 18.9957%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 14L10.4058 17.0672C10.0891 17.4778 9.93078 17.6831 10.0289 17.8416C10.127 18 10.4124 18 10.9833 18H13.0167C13.5876 18 13.873 18 13.9711 18.1584C14.0692 18.3169 13.9109 18.5222 13.5942 18.9328L10.9833 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2L9 10M14 2L15 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 6H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-hydro-power{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10C2.77968 6.18409 5.66918 3.12932 9.40618 2.08977C9.71987 2.00251 9.87671 1.95888 9.96119 2.05236C10.0457 2.14584 9.98344 2.30042 9.85897 2.60956L9 4.5M14 2C17.8159 2.77968 20.8707 5.66918 21.9102 9.40618C21.9975 9.71987 22.0411 9.87671 21.9476 9.96119C21.8542 10.0457 21.6996 9.98344 21.3904 9.85897L19.5 9M22 14C21.2203 17.8159 18.3308 20.8707 14.5938 21.9102C14.2801 21.9975 14.1233 22.0411 14.0388 21.9476C13.9543 21.8542 14.0166 21.6996 14.141 21.3904L15 19.5M10 22C6.18409 21.2203 3.12932 18.3308 2.08977 14.5938C2.00251 14.2801 1.95888 14.1233 2.05236 14.0388C2.14584 13.9543 2.30042 14.0166 2.60956 14.141L4.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12.7551C8 10.8722 9.68508 9.01158 10.8678 7.9375C11.5102 7.35417 12.4898 7.35417 13.1322 7.9375C14.3149 9.01158 16 10.8722 16 12.7551C16 14.6012 14.4853 16.5 12 16.5C9.51472 16.5 8 14.6012 8 12.7551Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10C2.77968 6.18409 5.66918 3.12932 9.40618 2.08977C9.71987 2.00251 9.87671 1.95888 9.96119 2.05236C10.0457 2.14584 9.98344 2.30042 9.85897 2.60956L9 4.5M14 2C17.8159 2.77968 20.8707 5.66918 21.9102 9.40618C21.9975 9.71987 22.0411 9.87671 21.9476 9.96119C21.8542 10.0457 21.6996 9.98344 21.3904 9.85897L19.5 9M22 14C21.2203 17.8159 18.3308 20.8707 14.5938 21.9102C14.2801 21.9975 14.1233 22.0411 14.0388 21.9476C13.9543 21.8542 14.0166 21.6996 14.141 21.3904L15 19.5M10 22C6.18409 21.2203 3.12932 18.3308 2.08977 14.5938C2.00251 14.2801 1.95888 14.1233 2.05236 14.0388C2.14584 13.9543 2.30042 14.0166 2.60956 14.141L4.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12.7551C8 10.8722 9.68508 9.01158 10.8678 7.9375C11.5102 7.35417 12.4898 7.35417 13.1322 7.9375C14.3149 9.01158 16 10.8722 16 12.7551C16 14.6012 14.4853 16.5 12 16.5C9.51472 16.5 8 14.6012 8 12.7551Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-magnet-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 12V11C16 10.0572 16 9.58579 16.2929 9.29289C16.5858 9 17.0572 9 18 9C18.9428 9 19.4142 9 19.7071 9.29289C20 9.58579 20 10.0572 20 11V12M16 12V14C16 16.2091 14.2091 18 12 18C9.79086 18 8 16.2091 8 14V12M16 12H20M20 12V14C20 18.4183 16.4183 22 12 22C7.58172 22 4 18.4183 4 14V12M8 12V11C8 10.0572 8 9.58579 7.70711 9.29289C7.41421 9 6.94281 9 6 9C5.05719 9 4.58579 9 4.29289 9.29289C4 9.58579 4 10.0572 4 11V12M8 12L4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2V6M20 4H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 12V11C16 10.0572 16 9.58579 16.2929 9.29289C16.5858 9 17.0572 9 18 9C18.9428 9 19.4142 9 19.7071 9.29289C20 9.58579 20 10.0572 20 11V12M16 12V14C16 16.2091 14.2091 18 12 18C9.79086 18 8 16.2091 8 14V12M16 12H20M20 12V14C20 18.4183 16.4183 22 12 22C7.58172 22 4 18.4183 4 14V12M8 12V11C8 10.0572 8 9.58579 7.70711 9.29289C7.41421 9 6.94281 9 6 9C5.05719 9 4.58579 9 4.29289 9.29289C4 9.58579 4 10.0572 4 11V12M8 12L4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2V6M20 4H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-magnet-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 10V9C16 8.05719 16 7.58579 16.2929 7.29289C16.5858 7 17.0572 7 18 7C18.9428 7 19.4142 7 19.7071 7.29289C20 7.58579 20 8.05719 20 9V10M16 10V14C16 16.2091 14.2091 18 12 18C9.79086 18 8 16.2091 8 14V10M16 10H20M20 10V14C20 18.4183 16.4183 22 12 22C7.58172 22 4 18.4183 4 14V10M8 10V9C8 8.05719 8 7.58579 7.70711 7.29289C7.41421 7 6.94281 7 6 7C5.05719 7 4.58579 7 4.29289 7.29289C4 7.58579 4 8.05719 4 9V10M8 10L4 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 2L10.625 5H13.625L11.75 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 10V9C16 8.05719 16 7.58579 16.2929 7.29289C16.5858 7 17.0572 7 18 7C18.9428 7 19.4142 7 19.7071 7.29289C20 7.58579 20 8.05719 20 9V10M16 10V14C16 16.2091 14.2091 18 12 18C9.79086 18 8 16.2091 8 14V10M16 10H20M20 10V14C20 18.4183 16.4183 22 12 22C7.58172 22 4 18.4183 4 14V10M8 10V9C8 8.05719 8 7.58579 7.70711 7.29289C7.41421 7 6.94281 7 6 7C5.05719 7 4.58579 7 4.29289 7.29289C4 7.58579 4 8.05719 4 9V10M8 10L4 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 2L10.625 5H13.625L11.75 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-nuclear-power{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 12.5C14 13.6046 13.1046 14.5 12 14.5C10.8954 14.5 10 13.6046 10 12.5C10 11.3954 10.8954 10.5 12 10.5C13.1046 10.5 14 11.3954 14 12.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.9111 8.43439L15.8552 6.65198C16.5358 5.36682 16.8762 4.72424 16.5862 4.02175C16.2963 3.31926 15.7303 3.16307 14.5984 2.8507C13.7693 2.62192 12.8984 2.5 12 2.5C11.1016 2.5 10.2307 2.62192 9.40163 2.8507C8.26967 3.16307 7.70368 3.31926 7.41376 4.02175C7.12384 4.72424 7.46418 5.36682 8.14485 6.65198L9.08888 8.43439M16.9973 12.6649H19.0632C20.5386 12.6649 21.2763 12.6649 21.73 13.3019C22.1838 13.9388 22.0038 14.5449 21.6438 15.7571C21.1143 17.5399 20.1389 19.1197 18.853 20.3559C17.9893 21.1862 17.5575 21.6013 16.8282 21.4789C16.0989 21.3565 15.7574 20.7117 15.0743 19.4221L13.8658 17.1403M10.1342 17.1403L8.92566 19.4221C8.24263 20.7117 7.90112 21.3565 7.17181 21.4789C6.44249 21.6013 6.01067 21.1862 5.14702 20.3559C3.86105 19.1197 2.88572 17.5399 2.35623 15.7571C1.99622 14.5449 1.81621 13.9388 2.26995 13.3019C2.72369 12.6649 3.46138 12.6649 4.93677 12.6649H7.00267%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 12.5C14 13.6046 13.1046 14.5 12 14.5C10.8954 14.5 10 13.6046 10 12.5C10 11.3954 10.8954 10.5 12 10.5C13.1046 10.5 14 11.3954 14 12.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.9111 8.43439L15.8552 6.65198C16.5358 5.36682 16.8762 4.72424 16.5862 4.02175C16.2963 3.31926 15.7303 3.16307 14.5984 2.8507C13.7693 2.62192 12.8984 2.5 12 2.5C11.1016 2.5 10.2307 2.62192 9.40163 2.8507C8.26967 3.16307 7.70368 3.31926 7.41376 4.02175C7.12384 4.72424 7.46418 5.36682 8.14485 6.65198L9.08888 8.43439M16.9973 12.6649H19.0632C20.5386 12.6649 21.2763 12.6649 21.73 13.3019C22.1838 13.9388 22.0038 14.5449 21.6438 15.7571C21.1143 17.5399 20.1389 19.1197 18.853 20.3559C17.9893 21.1862 17.5575 21.6013 16.8282 21.4789C16.0989 21.3565 15.7574 20.7117 15.0743 19.4221L13.8658 17.1403M10.1342 17.1403L8.92566 19.4221C8.24263 20.7117 7.90112 21.3565 7.17181 21.4789C6.44249 21.6013 6.01067 21.1862 5.14702 20.3559C3.86105 19.1197 2.88572 17.5399 2.35623 15.7571C1.99622 14.5449 1.81621 13.9388 2.26995 13.3019C2.72369 12.6649 3.46138 12.6649 4.93677 12.6649H7.00267%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-oil-barrel{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%224%22 rx%3D%228%22 ry%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 12.5C12.8284 12.5 13.5 11.8284 13.5 11C13.5 10 12 8.5 12 8.5C12 8.5 10.5 10 10.5 11C10.5 11.8284 11.1716 12.5 12 12.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5V10.5465C19.6372 10.9771 20 11.4727 20 12C20 13.6569 16.4183 15 12 15C7.58172 15 4 13.6569 4 12C4 11.4727 4.36284 10.9771 5 10.5465V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 13.5V17.5465C19.6372 17.9771 20 18.4727 20 19C20 20.6569 16.4183 22 12 22C7.58172 22 4 20.6569 4 19C4 18.4727 4.36284 17.9771 5 17.5465V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%224%22 rx%3D%228%22 ry%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 12.5C12.8284 12.5 13.5 11.8284 13.5 11C13.5 10 12 8.5 12 8.5C12 8.5 10.5 10 10.5 11C10.5 11.8284 11.1716 12.5 12 12.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5V10.5465C19.6372 10.9771 20 11.4727 20 12C20 13.6569 16.4183 15 12 15C7.58172 15 4 13.6569 4 12C4 11.4727 4.36284 10.9771 5 10.5465V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 13.5V17.5465C19.6372 17.9771 20 18.4727 20 19C20 20.6569 16.4183 22 12 22C7.58172 22 4 20.6569 4 19C4 18.4727 4.36284 17.9771 5 17.5465V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-plug-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 2V6M8.5 6V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.00446 7.61331C5.93719 6.74273 6.63957 6 7.53014 6H16.4699C17.3604 6 18.0628 6.74273 17.9955 7.61331L17.8117 9.99197C17.6796 11.7019 17.1011 13.3498 16.132 14.7773L15.5312 15.6622C14.9638 16.4979 14.0077 17 12.9838 17H11.0162C9.99228 17 9.03617 16.4979 8.46881 15.6622L7.86803 14.7773C6.89885 13.3498 6.32041 11.7019 6.18827 9.99197L6.00446 7.61331Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 17V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 9H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 2V6M8.5 6V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.00446 7.61331C5.93719 6.74273 6.63957 6 7.53014 6H16.4699C17.3604 6 18.0628 6.74273 17.9955 7.61331L17.8117 9.99197C17.6796 11.7019 17.1011 13.3498 16.132 14.7773L15.5312 15.6622C14.9638 16.4979 14.0077 17 12.9838 17H11.0162C9.99228 17 9.03617 16.4979 8.46881 15.6622L7.86803 14.7773C6.89885 13.3498 6.32041 11.7019 6.18827 9.99197L6.00446 7.61331Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 17V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 9H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-plug-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 8V11M10 11V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00297 12.0267C7.95812 11.4726 8.42638 11 9.02009 11H14.9799C15.5736 11 16.0419 11.4726 15.997 12.0267L15.8745 13.5403C15.7864 14.6285 15.4008 15.6771 14.7546 16.5856L14.3541 17.1487C13.9759 17.6805 13.3385 18 12.6558 18H11.3442C10.6615 18 10.0241 17.6805 9.64588 17.1487L9.24535 16.5856C8.59923 15.6771 8.2136 14.6285 8.12551 13.5403L8.00297 12.0267Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 21.2109C19.5318 19.6644 22 16.1323 22 12.0224C22 6.4872 17.5228 2 12 2C6.47715 2 2 6.4872 2 12.0224C2 17.2199 5.94741 21.4933 11.0014 21.9955C11.551 22.0501 12 21.5962 12 21.0426V18.0359%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 8V11M10 11V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00297 12.0267C7.95812 11.4726 8.42638 11 9.02009 11H14.9799C15.5736 11 16.0419 11.4726 15.997 12.0267L15.8745 13.5403C15.7864 14.6285 15.4008 15.6771 14.7546 16.5856L14.3541 17.1487C13.9759 17.6805 13.3385 18 12.6558 18H11.3442C10.6615 18 10.0241 17.6805 9.64588 17.1487L9.24535 16.5856C8.59923 15.6771 8.2136 14.6285 8.12551 13.5403L8.00297 12.0267Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 21.2109C19.5318 19.6644 22 16.1323 22 12.0224C22 6.4872 17.5228 2 12 2C6.47715 2 2 6.4872 2 12.0224C2 17.2199 5.94741 21.4933 11.0014 21.9955C11.551 22.0501 12 21.5962 12 21.0426V18.0359%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-plug-socket{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.854 12.16C17.471 12.6105 16.7631 12.6138 16.3165 12.1671L11.8329 7.68351C11.3862 7.23686 11.3895 6.529 11.84 6.14596L13.071 5.09939C13.9559 4.34704 15.0349 3.84824 16.2044 3.6509L16.9294 3.52858C17.614 3.41306 18.3339 3.65221 18.8475 4.16577L19.8342 5.15255C20.3478 5.66611 20.5869 6.38601 20.4714 7.07063L20.3491 7.79559C20.1518 8.9651 19.653 10.0441 18.9006 10.929L17.854 12.16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.5 4.5L21.5 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 21.5L4.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.14596 11.84C6.52901 11.3895 7.23686 11.3862 7.68351 11.8329L12.1671 16.3165C12.6138 16.7631 12.6105 17.471 12.16 17.854L10.929 18.9006C10.0441 19.653 8.9651 20.1518 7.79559 20.3491L7.07063 20.4714C6.38601 20.5869 5.66611 20.3478 5.15255 19.8342L4.16577 18.8475C3.65221 18.3339 3.41306 17.614 3.52858 16.9294L3.6509 16.2044C3.84824 15.0349 4.34704 13.9559 5.09939 13.071L6.14596 11.84Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 12.5L10.5 10.5M11.5 15.5L13.5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.854 12.16C17.471 12.6105 16.7631 12.6138 16.3165 12.1671L11.8329 7.68351C11.3862 7.23686 11.3895 6.529 11.84 6.14596L13.071 5.09939C13.9559 4.34704 15.0349 3.84824 16.2044 3.6509L16.9294 3.52858C17.614 3.41306 18.3339 3.65221 18.8475 4.16577L19.8342 5.15255C20.3478 5.66611 20.5869 6.38601 20.4714 7.07063L20.3491 7.79559C20.1518 8.9651 19.653 10.0441 18.9006 10.929L17.854 12.16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.5 4.5L21.5 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 21.5L4.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.14596 11.84C6.52901 11.3895 7.23686 11.3862 7.68351 11.8329L12.1671 16.3165C12.6138 16.7631 12.6105 17.471 12.16 17.854L10.929 18.9006C10.0441 19.653 8.9651 20.1518 7.79559 20.3491L7.07063 20.4714C6.38601 20.5869 5.66611 20.3478 5.15255 19.8342L4.16577 18.8475C3.65221 18.3339 3.41306 17.614 3.52858 16.9294L3.6509 16.2044C3.84824 15.0349 4.34704 13.9559 5.09939 13.071L6.14596 11.84Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 12.5L10.5 10.5M11.5 15.5L13.5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-power-service{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 8L10 12H14L11.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.011 14.1391C21.5329 13.9955 21.7939 13.9237 21.8969 13.7864C22 13.6491 22 13.4282 22 12.9865V11.0136C22 10.5719 22 10.351 21.8969 10.2137C21.7938 10.0764 21.5329 10.0046 21.011 9.86099C19.0606 9.32431 17.8399 7.24382 18.3433 5.26681C18.4817 4.72311 18.5509 4.45126 18.4848 4.29182C18.4187 4.13238 18.2291 4.0225 17.8497 3.80275L16.125 2.80363C15.7528 2.588 15.5667 2.48018 15.3997 2.50314C15.2326 2.5261 15.0442 2.71792 14.6672 3.10157C13.208 4.58689 10.7936 4.58683 9.33434 3.10147C8.95743 2.71782 8.76898 2.526 8.60193 2.50304C8.43489 2.48008 8.24877 2.5879 7.87653 2.80353L6.15184 3.80266C5.77253 4.02239 5.58287 4.13226 5.51678 4.29168C5.45068 4.4511 5.51987 4.72298 5.65825 5.26674C6.16137 7.2438 4.93972 9.32435 2.98902 9.86101C2.46712 10.0046 2.20617 10.0764 2.10308 10.2137C2 10.351 2 10.5718 2 11.0136V12.9865C2 13.4282 2 13.6491 2.10308 13.7864C2.20615 13.9237 2.46711 13.9955 2.98902 14.1391C4.9394 14.6758 6.16008 16.7563 5.65672 18.7333C5.51829 19.277 5.44907 19.5488 5.51516 19.7083C5.58126 19.8677 5.77092 19.9776 6.15025 20.1973L7.87495 21.1965C8.24721 21.4121 8.43334 21.5199 8.6004 21.497C8.76746 21.474 8.95588 21.2821 9.33271 20.8985C10.7927 19.4119 13.2088 19.4119 14.6689 20.8984C15.0457 21.2821 15.2341 21.4739 15.4012 21.4969C15.5682 21.5198 15.7544 21.412 16.1266 21.1964L17.8513 20.1972C18.2307 19.9775 18.4204 19.8676 18.4864 19.7081C18.5525 19.5487 18.4833 19.2768 18.3448 18.7332C17.8412 16.7563 19.0609 14.6758 21.011 14.1391Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 8L10 12H14L11.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.011 14.1391C21.5329 13.9955 21.7939 13.9237 21.8969 13.7864C22 13.6491 22 13.4282 22 12.9865V11.0136C22 10.5719 22 10.351 21.8969 10.2137C21.7938 10.0764 21.5329 10.0046 21.011 9.86099C19.0606 9.32431 17.8399 7.24382 18.3433 5.26681C18.4817 4.72311 18.5509 4.45126 18.4848 4.29182C18.4187 4.13238 18.2291 4.0225 17.8497 3.80275L16.125 2.80363C15.7528 2.588 15.5667 2.48018 15.3997 2.50314C15.2326 2.5261 15.0442 2.71792 14.6672 3.10157C13.208 4.58689 10.7936 4.58683 9.33434 3.10147C8.95743 2.71782 8.76898 2.526 8.60193 2.50304C8.43489 2.48008 8.24877 2.5879 7.87653 2.80353L6.15184 3.80266C5.77253 4.02239 5.58287 4.13226 5.51678 4.29168C5.45068 4.4511 5.51987 4.72298 5.65825 5.26674C6.16137 7.2438 4.93972 9.32435 2.98902 9.86101C2.46712 10.0046 2.20617 10.0764 2.10308 10.2137C2 10.351 2 10.5718 2 11.0136V12.9865C2 13.4282 2 13.6491 2.10308 13.7864C2.20615 13.9237 2.46711 13.9955 2.98902 14.1391C4.9394 14.6758 6.16008 16.7563 5.65672 18.7333C5.51829 19.277 5.44907 19.5488 5.51516 19.7083C5.58126 19.8677 5.77092 19.9776 6.15025 20.1973L7.87495 21.1965C8.24721 21.4121 8.43334 21.5199 8.6004 21.497C8.76746 21.474 8.95588 21.2821 9.33271 20.8985C10.7927 19.4119 13.2088 19.4119 14.6689 20.8984C15.0457 21.2821 15.2341 21.4739 15.4012 21.4969C15.5682 21.5198 15.7544 21.412 16.1266 21.1964L17.8513 20.1972C18.2307 19.9775 18.4204 19.8676 18.4864 19.7081C18.5525 19.5487 18.4833 19.2768 18.3448 18.7332C17.8412 16.7563 19.0609 14.6758 21.011 14.1391Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-power-socket-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.77027 2.5 5.6554 3.69797 4.25276C3.86808 4.05358 4.05358 3.86808 4.25276 3.69797C5.6554 2.5 7.77027 2.5 12 2.5C16.2297 2.5 18.3446 2.5 19.7472 3.69797C19.9464 3.86808 20.1319 4.05358 20.302 4.25276C21.5 5.6554 21.5 7.77027 21.5 12C21.5 16.2297 21.5 18.3446 20.302 19.7472C20.1319 19.9464 19.9464 20.1319 19.7472 20.302C18.3446 21.5 16.2297 21.5 12 21.5C7.77027 21.5 5.6554 21.5 4.25276 20.302C4.05358 20.1319 3.86808 19.9464 3.69797 19.7472C2.5 18.3446 2.5 16.2297 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.4912 12H14.5002M9.5 12H9.50897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.77027 2.5 5.6554 3.69797 4.25276C3.86808 4.05358 4.05358 3.86808 4.25276 3.69797C5.6554 2.5 7.77027 2.5 12 2.5C16.2297 2.5 18.3446 2.5 19.7472 3.69797C19.9464 3.86808 20.1319 4.05358 20.302 4.25276C21.5 5.6554 21.5 7.77027 21.5 12C21.5 16.2297 21.5 18.3446 20.302 19.7472C20.1319 19.9464 19.9464 20.1319 19.7472 20.302C18.3446 21.5 16.2297 21.5 12 21.5C7.77027 21.5 5.6554 21.5 4.25276 20.302C4.05358 20.1319 3.86808 19.9464 3.69797 19.7472C2.5 18.3446 2.5 16.2297 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.4912 12H14.5002M9.5 12H9.50897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-power-socket-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.77027 2.5 5.6554 3.69797 4.25276C3.86808 4.05358 4.05358 3.86808 4.25276 3.69797C5.6554 2.5 7.77027 2.5 12 2.5C16.2297 2.5 18.3446 2.5 19.7472 3.69797C19.9464 3.86808 20.1319 4.05358 20.302 4.25276C21.5 5.6554 21.5 7.77027 21.5 12C21.5 16.2297 21.5 18.3446 20.302 19.7472C20.1319 19.9464 19.9464 20.1319 19.7472 20.302C18.3446 21.5 16.2297 21.5 12 21.5C7.77027 21.5 5.6554 21.5 4.25276 20.302C4.05358 20.1319 3.86808 19.9464 3.69797 19.7472C2.5 18.3446 2.5 16.2297 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 9H9C7.58579 9 6.87868 9 6.43934 9.43934C6 9.87868 6 10.5858 6 12C6 13.4142 6 14.1213 6.43934 14.5607C6.87868 15 7.58579 15 9 15H15C16.4142 15 17.1213 15 17.5607 14.5607C18 14.1213 18 13.4142 18 12C18 10.5858 18 9.87868 17.5607 9.43934C17.1213 9 16.4142 9 15 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.4912 12H14.5002M9.5 12H9.50897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.77027 2.5 5.6554 3.69797 4.25276C3.86808 4.05358 4.05358 3.86808 4.25276 3.69797C5.6554 2.5 7.77027 2.5 12 2.5C16.2297 2.5 18.3446 2.5 19.7472 3.69797C19.9464 3.86808 20.1319 4.05358 20.302 4.25276C21.5 5.6554 21.5 7.77027 21.5 12C21.5 16.2297 21.5 18.3446 20.302 19.7472C20.1319 19.9464 19.9464 20.1319 19.7472 20.302C18.3446 21.5 16.2297 21.5 12 21.5C7.77027 21.5 5.6554 21.5 4.25276 20.302C4.05358 20.1319 3.86808 19.9464 3.69797 19.7472C2.5 18.3446 2.5 16.2297 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 9H9C7.58579 9 6.87868 9 6.43934 9.43934C6 9.87868 6 10.5858 6 12C6 13.4142 6 14.1213 6.43934 14.5607C6.87868 15 7.58579 15 9 15H15C16.4142 15 17.1213 15 17.5607 14.5607C18 14.1213 18 13.4142 18 12C18 10.5858 18 9.87868 17.5607 9.43934C17.1213 9 16.4142 9 15 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.4912 12H14.5002M9.5 12H9.50897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-recycle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9999 15.9988C16.4999 16.999 14.6842 18.9772 14 22M15 19.3372C12.6321 14.0106 17.4087 12.2141 21.0443 12.0143C21.4831 11.9902 21.7025 11.9782 21.86 12.1336C22.0176 12.289 22.0085 12.5106 21.9903 12.9536C21.8394 16.638 20.3286 21.707 15 19.3372Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 20H6.02099C3.73502 20 2.59203 20 2.15185 19.2655C1.71168 18.531 2.2625 17.5428 3.36416 15.5666L4.79185 13.0054C5.53109 11.6793 5.90071 11.0162 6.47924 11.0003C7.05776 10.9844 7.46426 11.6261 8.27725 12.9095L8.97855 14.0166%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8.03384L8.99165 6.15531C10.4526 3.38777 11.1831 2.004 12.2929 2.00001C13.4027 1.99601 14.1419 3.37449 15.6204 6.13145L15.8647 6.58709C16.7821 8.29766 17.2407 9.15294 16.8728 9.68491C16.5048 10.2169 15.6024 10.0032 13.7975 9.5758L13.715 9.55628%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9999 15.9988C16.4999 16.999 14.6842 18.9772 14 22M15 19.3372C12.6321 14.0106 17.4087 12.2141 21.0443 12.0143C21.4831 11.9902 21.7025 11.9782 21.86 12.1336C22.0176 12.289 22.0085 12.5106 21.9903 12.9536C21.8394 16.638 20.3286 21.707 15 19.3372Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 20H6.02099C3.73502 20 2.59203 20 2.15185 19.2655C1.71168 18.531 2.2625 17.5428 3.36416 15.5666L4.79185 13.0054C5.53109 11.6793 5.90071 11.0162 6.47924 11.0003C7.05776 10.9844 7.46426 11.6261 8.27725 12.9095L8.97855 14.0166%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8.03384L8.99165 6.15531C10.4526 3.38777 11.1831 2.004 12.2929 2.00001C13.4027 1.99601 14.1419 3.37449 15.6204 6.13145L15.8647 6.58709C16.7821 8.29766 17.2407 9.15294 16.8728 9.68491C16.5048 10.2169 15.6024 10.0032 13.7975 9.5758L13.715 9.55628%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-recycle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8386 19.7631H16.4671C19.3324 19.7631 20.7651 19.7631 21.4622 19.0038C21.6578 18.7907 21.8093 18.544 21.9087 18.2766C22.2627 17.3239 21.567 16.1237 20.1754 13.7234M10.8386 19.7631L13.7564 17.5262M10.8386 19.7631L13.7564 22M18.4896 10.8154L15.507 5.6705C14.2306 3.4687 13.5924 2.36781 12.7003 2.10134C12.248 1.96622 11.7634 1.96622 11.3111 2.10134C10.419 2.36781 9.78081 3.4687 8.50438 5.6705M18.4896 10.8154L15.0117 9.50645M18.4896 10.8154L19.0588 7.27638M6.81856 8.57849L3.73542 13.8968C2.43531 16.1395 1.78525 17.2608 2.06354 18.1613C2.17186 18.5119 2.36819 18.8316 2.63534 19.0926C3.32163 19.7631 4.66018 19.7631 7.33728 19.7631M6.81856 8.57849L7.36018 12.1215M6.81856 8.57849L3.33053 9.8626%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8386 19.7631H16.4671C19.3324 19.7631 20.7651 19.7631 21.4622 19.0038C21.6578 18.7907 21.8093 18.544 21.9087 18.2766C22.2627 17.3239 21.567 16.1237 20.1754 13.7234M10.8386 19.7631L13.7564 17.5262M10.8386 19.7631L13.7564 22M18.4896 10.8154L15.507 5.6705C14.2306 3.4687 13.5924 2.36781 12.7003 2.10134C12.248 1.96622 11.7634 1.96622 11.3111 2.10134C10.419 2.36781 9.78081 3.4687 8.50438 5.6705M18.4896 10.8154L15.0117 9.50645M18.4896 10.8154L19.0588 7.27638M6.81856 8.57849L3.73542 13.8968C2.43531 16.1395 1.78525 17.2608 2.06354 18.1613C2.17186 18.5119 2.36819 18.8316 2.63534 19.0926C3.32163 19.7631 4.66018 19.7631 7.33728 19.7631M6.81856 8.57849L7.36018 12.1215M6.81856 8.57849L3.33053 9.8626%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-recycle-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 3.72302C4.99202 4.63247 2 8.21683 2 12.5C2 13.0111 2.0426 13.5122 2.12444 14M9 3.72302L6 2.5M9 3.72302L8 6.5M19.0645 16.5C19.6633 15.295 20 13.9368 20 12.5C20 8.04051 16.7566 4.33855 12.5 3.62444M19.0645 16.5L22 14.5M19.0645 16.5L17.5 13.5M3.51555 17.5C5.13007 19.912 7.87958 21.5 11 21.5C13.3051 21.5 15.4077 20.6334 17 19.2083M3.51555 17.5H7M3.51555 17.5V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 3.72302C4.99202 4.63247 2 8.21683 2 12.5C2 13.0111 2.0426 13.5122 2.12444 14M9 3.72302L6 2.5M9 3.72302L8 6.5M19.0645 16.5C19.6633 15.295 20 13.9368 20 12.5C20 8.04051 16.7566 4.33855 12.5 3.62444M19.0645 16.5L22 14.5M19.0645 16.5L17.5 13.5M3.51555 17.5C5.13007 19.912 7.87958 21.5 11 21.5C13.3051 21.5 15.4077 20.6334 17 19.2083M3.51555 17.5H7M3.51555 17.5V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-renewable-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10C2.77968 6.18409 5.66918 3.12932 9.40618 2.08977C9.71987 2.00251 9.87671 1.95888 9.96119 2.05236C10.0457 2.14584 9.98344 2.30042 9.85897 2.60956L9 4.5M14 2C17.8159 2.77968 20.8707 5.66918 21.9102 9.40618C21.9975 9.71987 22.0411 9.87671 21.9476 9.96119C21.8542 10.0457 21.6996 9.98344 21.3904 9.85897L19.5 9M22 14C21.2203 17.8159 18.3308 20.8707 14.5938 21.9102C14.2801 21.9975 14.1233 22.0411 14.0388 21.9476C13.9543 21.8542 14.0166 21.6996 14.141 21.3904L15 19.5M10 22C6.18409 21.2203 3.12932 18.3308 2.08977 14.5938C2.00251 14.2801 1.95888 14.1233 2.05236 14.0388C2.14584 13.9543 2.30042 14.0166 2.60956 14.141L4.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.61288 11.6647L12.112 7.17326C12.3857 6.82199 12.8986 7.04062 12.8986 7.50853V10.985C12.8986 11.2653 13.0998 11.4925 13.3479 11.4925H15.0498C15.4364 11.4925 15.6425 12.0074 15.3871 12.3353L11.888 16.8267C11.6143 17.178 11.1014 16.9594 11.1014 16.4915V13.015C11.1014 12.7347 10.9002 12.5075 10.6521 12.5075H8.95018C8.56356 12.5075 8.35747 11.9926 8.61288 11.6647Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10C2.77968 6.18409 5.66918 3.12932 9.40618 2.08977C9.71987 2.00251 9.87671 1.95888 9.96119 2.05236C10.0457 2.14584 9.98344 2.30042 9.85897 2.60956L9 4.5M14 2C17.8159 2.77968 20.8707 5.66918 21.9102 9.40618C21.9975 9.71987 22.0411 9.87671 21.9476 9.96119C21.8542 10.0457 21.6996 9.98344 21.3904 9.85897L19.5 9M22 14C21.2203 17.8159 18.3308 20.8707 14.5938 21.9102C14.2801 21.9975 14.1233 22.0411 14.0388 21.9476C13.9543 21.8542 14.0166 21.6996 14.141 21.3904L15 19.5M10 22C6.18409 21.2203 3.12932 18.3308 2.08977 14.5938C2.00251 14.2801 1.95888 14.1233 2.05236 14.0388C2.14584 13.9543 2.30042 14.0166 2.60956 14.141L4.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.61288 11.6647L12.112 7.17326C12.3857 6.82199 12.8986 7.04062 12.8986 7.50853V10.985C12.8986 11.2653 13.0998 11.4925 13.3479 11.4925H15.0498C15.4364 11.4925 15.6425 12.0074 15.3871 12.3353L11.888 16.8267C11.6143 17.178 11.1014 16.9594 11.1014 16.4915V13.015C11.1014 12.7347 10.9002 12.5075 10.6521 12.5075H8.95018C8.56356 12.5075 8.35747 11.9926 8.61288 11.6647Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-save-energy-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 7.2627C20.412 8.60813 22 10.8994 22 13.4997C22 15.5583 21.0047 17.4232 19.3933 18.7785C19.1517 18.9817 19 19.276 19 19.5917V21.9997H17L16.2062 20.8671C16.083 20.6913 15.8616 20.615 15.6537 20.6684C13.9248 21.113 12.0752 21.113 10.3463 20.6684C10.1384 20.615 9.91703 20.6913 9.79384 20.8671L9 21.9997H7V19.6152C7 19.2864 6.83835 18.9785 6.56764 18.7919C5.49285 18.0508 2 16.6011 2 15.058V13.4997C2 12.908 2.44771 12.4283 3 12.4283C3.60665 12.4283 4.10188 12.1926 4.30205 11.5658C4.87123 9.78352 6.20828 8.26215 8 7.2627%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 2L11 6H15L12.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.49981 12H7.50879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 7.2627C20.412 8.60813 22 10.8994 22 13.4997C22 15.5583 21.0047 17.4232 19.3933 18.7785C19.1517 18.9817 19 19.276 19 19.5917V21.9997H17L16.2062 20.8671C16.083 20.6913 15.8616 20.615 15.6537 20.6684C13.9248 21.113 12.0752 21.113 10.3463 20.6684C10.1384 20.615 9.91703 20.6913 9.79384 20.8671L9 21.9997H7V19.6152C7 19.2864 6.83835 18.9785 6.56764 18.7919C5.49285 18.0508 2 16.6011 2 15.058V13.4997C2 12.908 2.44771 12.4283 3 12.4283C3.60665 12.4283 4.10188 12.1926 4.30205 11.5658C4.87123 9.78352 6.20828 8.26215 8 7.2627%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 2L11 6H15L12.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.49981 12H7.50879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-save-energy-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 7C20 9.76142 17.7614 12 15 12C12.2386 12 10 9.76142 10 7C10 4.23858 12.2386 2 15 2C17.7614 2 20 4.23858 20 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.375 4.5L13.5 7H16.5L14.625 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14H6.39482C6.68897 14 6.97908 14.0663 7.24217 14.1936L9.28415 15.1816C9.54724 15.3089 9.83735 15.3751 10.1315 15.3751H11.1741C12.1825 15.3751 13 16.1662 13 17.142C13 17.1814 12.973 17.2161 12.9338 17.2269L10.3929 17.9295C9.93707 18.0555 9.449 18.0116 9.025 17.8064L6.84211 16.7503M13 16.5L17.5928 15.0889C18.407 14.8352 19.2871 15.136 19.7971 15.8423C20.1659 16.3529 20.0157 17.0842 19.4785 17.3942L11.9629 21.7305C11.4849 22.0063 10.9209 22.0736 10.3952 21.9176L4 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 7C20 9.76142 17.7614 12 15 12C12.2386 12 10 9.76142 10 7C10 4.23858 12.2386 2 15 2C17.7614 2 20 4.23858 20 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.375 4.5L13.5 7H16.5L14.625 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14H6.39482C6.68897 14 6.97908 14.0663 7.24217 14.1936L9.28415 15.1816C9.54724 15.3089 9.83735 15.3751 10.1315 15.3751H11.1741C12.1825 15.3751 13 16.1662 13 17.142C13 17.1814 12.973 17.2161 12.9338 17.2269L10.3929 17.9295C9.93707 18.0555 9.449 18.0116 9.025 17.8064L6.84211 16.7503M13 16.5L17.5928 15.0889C18.407 14.8352 19.2871 15.136 19.7971 15.8423C20.1659 16.3529 20.0157 17.0842 19.4785 17.3942L11.9629 21.7305C11.4849 22.0063 10.9209 22.0736 10.3952 21.9176L4 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-save-energy-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3.5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3.5C11.0608 3.5 7.52791 7.29323 6.97182 12.2037M12 3.5C12.9392 3.5 16.4721 7.29322 17.0282 12.2037M12 3.5C16.9367 3.5 21.0545 6.93552 22 11.5C20.6123 12.7 18.1073 12.4691 17.0282 12.2037M12 3.5C7.06333 3.5 2.94545 6.93552 2 11.5C3.38792 12.7 5.89285 12.4691 6.97182 12.2037M6.97182 12.2037C8.4559 13.0288 10.1718 13.5 12 13.5C13.8282 13.5 15.5441 13.0288 17.0282 12.2037%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 15L16 18.5H20L17.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.5V20.5C12 21.3284 11.3284 22 10.5 22C9.67157 22 9 21.3284 9 20.5V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3.5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3.5C11.0608 3.5 7.52791 7.29323 6.97182 12.2037M12 3.5C12.9392 3.5 16.4721 7.29322 17.0282 12.2037M12 3.5C16.9367 3.5 21.0545 6.93552 22 11.5C20.6123 12.7 18.1073 12.4691 17.0282 12.2037M12 3.5C7.06333 3.5 2.94545 6.93552 2 11.5C3.38792 12.7 5.89285 12.4691 6.97182 12.2037M6.97182 12.2037C8.4559 13.0288 10.1718 13.5 12 13.5C13.8282 13.5 15.5441 13.0288 17.0282 12.2037%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 15L16 18.5H20L17.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.5V20.5C12 21.3284 11.3284 22 10.5 22C9.67157 22 9 21.3284 9 20.5V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-solar-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10C2.77968 6.18409 5.66918 3.12932 9.40618 2.08977C9.71987 2.00251 9.87671 1.95888 9.96119 2.05236C10.0457 2.14584 9.98344 2.30042 9.85897 2.60956L9 4.5M14 2C17.8159 2.77968 20.8707 5.66918 21.9102 9.40618C21.9975 9.71987 22.0411 9.87671 21.9476 9.96119C21.8542 10.0457 21.6996 9.98344 21.3904 9.85897L19.5 9M22 14C21.2203 17.8159 18.3308 20.8707 14.5938 21.9102C14.2801 21.9975 14.1233 22.0411 14.0388 21.9476C13.9543 21.8542 14.0166 21.6996 14.141 21.3904L15 19.5M10 22C6.18409 21.2203 3.12932 18.3308 2.08977 14.5938C2.00251 14.2801 1.95888 14.1233 2.05236 14.0388C2.14584 13.9543 2.30042 14.0166 2.60956 14.141L4.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12C15 13.6569 13.6569 15 12 15M15 12C15 10.3431 13.6569 9 12 9M15 12H16.5M12 15C10.3431 15 9 13.6569 9 12M12 15V16.5M9 12C9 10.3431 10.3431 9 12 9M9 12L7.5 12M12 9V7.5M14.1213 9.87869L15.182 8.81803M9.87868 14.1213L8.81802 15.182M14.1213 14.1213L15.182 15.182M9.87868 9.87869L8.81802 8.81803%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10C2.77968 6.18409 5.66918 3.12932 9.40618 2.08977C9.71987 2.00251 9.87671 1.95888 9.96119 2.05236C10.0457 2.14584 9.98344 2.30042 9.85897 2.60956L9 4.5M14 2C17.8159 2.77968 20.8707 5.66918 21.9102 9.40618C21.9975 9.71987 22.0411 9.87671 21.9476 9.96119C21.8542 10.0457 21.6996 9.98344 21.3904 9.85897L19.5 9M22 14C21.2203 17.8159 18.3308 20.8707 14.5938 21.9102C14.2801 21.9975 14.1233 22.0411 14.0388 21.9476C13.9543 21.8542 14.0166 21.6996 14.141 21.3904L15 19.5M10 22C6.18409 21.2203 3.12932 18.3308 2.08977 14.5938C2.00251 14.2801 1.95888 14.1233 2.05236 14.0388C2.14584 13.9543 2.30042 14.0166 2.60956 14.141L4.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12C15 13.6569 13.6569 15 12 15M15 12C15 10.3431 13.6569 9 12 9M15 12H16.5M12 15C10.3431 15 9 13.6569 9 12M12 15V16.5M9 12C9 10.3431 10.3431 9 12 9M9 12L7.5 12M12 9V7.5M14.1213 9.87869L15.182 8.81803M9.87868 14.1213L8.81802 15.182M14.1213 14.1213L15.182 15.182M9.87868 9.87869L8.81802 8.81803%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-solar-panel-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.6745 4H8.32553C6.86148 4 6.12945 4 5.56252 4.41264C4.99559 4.82528 4.72372 5.55596 4.17998 7.01733L3.287 9.41732C2.1773 12.3998 1.62245 13.891 2.28654 14.9455C2.95062 16 4.4446 16 7.43256 16H16.5674C19.5554 16 21.0494 16 21.7135 14.9455C22.3775 13.891 21.8227 12.3998 20.713 9.41732L19.82 7.01732C19.2763 5.55596 19.0044 4.82528 18.4375 4.41264C17.8706 4 17.1385 4 15.6745 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16V20M12 20H15M12 20H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4L16 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 10H3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.6745 4H8.32553C6.86148 4 6.12945 4 5.56252 4.41264C4.99559 4.82528 4.72372 5.55596 4.17998 7.01733L3.287 9.41732C2.1773 12.3998 1.62245 13.891 2.28654 14.9455C2.95062 16 4.4446 16 7.43256 16H16.5674C19.5554 16 21.0494 16 21.7135 14.9455C22.3775 13.891 21.8227 12.3998 20.713 9.41732L19.82 7.01732C19.2763 5.55596 19.0044 4.82528 18.4375 4.41264C17.8706 4 17.1385 4 15.6745 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16V20M12 20H15M12 20H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4L16 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 10H3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-solar-panel-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.29 2.5H8.01734C6.87343 2.5 6.30148 2.5 5.8759 2.79342C5.45032 3.08683 5.28212 3.59713 4.94571 4.61774L2.6384 11.6177C2.05288 13.3941 1.76012 14.2823 2.24184 14.8912C2.72356 15.5 3.71905 15.5 5.71004 15.5H13.9827C15.1266 15.5 15.6985 15.5 16.1241 15.2066C16.5497 14.9132 16.7179 14.4029 17.0543 13.3823L19.3616 6.38226C19.9471 4.60588 20.2399 3.71769 19.7582 3.10885C19.2764 2.5 18.2809 2.5 16.29 2.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 6L18.9577 15.2128C18.5142 16.556 18.2924 17.2277 17.7313 17.6138C17.1701 18 16.416 18 14.9077 18H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 7H19M17.5 11H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18.5V21.5M11 21.5H13M11 21.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 2.5H10.5L6.5 15.5H11.5L15.5 2.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.29 2.5H8.01734C6.87343 2.5 6.30148 2.5 5.8759 2.79342C5.45032 3.08683 5.28212 3.59713 4.94571 4.61774L2.6384 11.6177C2.05288 13.3941 1.76012 14.2823 2.24184 14.8912C2.72356 15.5 3.71905 15.5 5.71004 15.5H13.9827C15.1266 15.5 15.6985 15.5 16.1241 15.2066C16.5497 14.9132 16.7179 14.4029 17.0543 13.3823L19.3616 6.38226C19.9471 4.60588 20.2399 3.71769 19.7582 3.10885C19.2764 2.5 18.2809 2.5 16.29 2.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 6L18.9577 15.2128C18.5142 16.556 18.2924 17.2277 17.7313 17.6138C17.1701 18 16.416 18 14.9077 18H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 7H19M17.5 11H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18.5V21.5M11 21.5H13M11 21.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 2.5H10.5L6.5 15.5H11.5L15.5 2.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-solar-panel-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 9C9 7.34315 10.3431 6 12 6C13.6569 6 15 7.34315 15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.307 12H8.69298C7.37533 12 6.7165 12 6.20627 12.3439C5.69603 12.6877 5.45135 13.2966 4.96198 14.5144L4.1583 16.5144C3.15957 18.9998 2.66021 20.2425 3.25788 21.1213C3.85556 22 5.20014 22 7.8893 22H16.1107C18.7999 22 20.1444 22 20.7421 21.1213C21.3398 20.2425 20.8404 18.9998 19.8417 16.5144L19.038 14.5144C18.5487 13.2966 18.304 12.6877 17.7937 12.3439C17.2835 12 16.6247 12 15.307 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 17H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 9H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.2422 4.75691L16.9493 4.0498%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.0498 4.0498L7.75691 4.75691%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 9C9 7.34315 10.3431 6 12 6C13.6569 6 15 7.34315 15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.307 12H8.69298C7.37533 12 6.7165 12 6.20627 12.3439C5.69603 12.6877 5.45135 13.2966 4.96198 14.5144L4.1583 16.5144C3.15957 18.9998 2.66021 20.2425 3.25788 21.1213C3.85556 22 5.20014 22 7.8893 22H16.1107C18.7999 22 20.1444 22 20.7421 21.1213C21.3398 20.2425 20.8404 18.9998 19.8417 16.5144L19.038 14.5144C18.5487 13.2966 18.304 12.6877 17.7937 12.3439C17.2835 12 16.6247 12 15.307 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 17H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 9H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.2422 4.75691L16.9493 4.0498%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.0498 4.0498L7.75691 4.75691%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-solar-panel-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 9H7.73252C6.63802 9 6.09077 9 5.67127 9.33389C5.25177 9.66778 5.05962 10.2563 4.67531 11.4333L3.85904 13.9333C3.10748 16.2351 2.7317 17.386 3.21864 18.193C3.70558 19 4.7758 19 6.91624 19H17.0838C19.2242 19 20.2944 19 20.7814 18.193C21.2683 17.386 20.8925 16.2351 20.141 13.9333L19.3247 11.4333C18.9404 10.2563 18.7482 9.66778 18.3287 9.33389C17.9092 9 17.362 9 16.2675 9H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11.5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 14H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19V22M12 22H14M12 22H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 2L10 5.5H14L11.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 9H7.73252C6.63802 9 6.09077 9 5.67127 9.33389C5.25177 9.66778 5.05962 10.2563 4.67531 11.4333L3.85904 13.9333C3.10748 16.2351 2.7317 17.386 3.21864 18.193C3.70558 19 4.7758 19 6.91624 19H17.0838C19.2242 19 20.2944 19 20.7814 18.193C21.2683 17.386 20.8925 16.2351 20.141 13.9333L19.3247 11.4333C18.9404 10.2563 18.7482 9.66778 18.3287 9.33389C17.9092 9 17.362 9 16.2675 9H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11.5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 14H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19V22M12 22H14M12 22H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 2L10 5.5H14L11.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-solar-panel-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 8C9 6.34315 10.3431 5 12 5C13.6569 5 15 6.34315 15 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.7933 11H8.20668C7.2338 11 6.74735 11 6.37446 11.2671C6.00157 11.5342 5.83077 12.005 5.48917 12.9466L4.76359 14.9466C4.09554 16.7881 3.76151 17.7088 4.19435 18.3544C4.62719 19 5.57849 19 7.48111 19H16.5189C18.4215 19 19.3728 19 19.8057 18.3544C20.2385 17.7088 19.9045 16.7881 19.2364 14.9466L18.5108 12.9466C18.1692 12.005 17.9984 11.5342 17.6255 11.2671C17.2526 11 16.7662 11 15.7933 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 15H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19V22M12 22H14M12 22H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 8H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8L6.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.8887 4.11137L16.2422 3.75781%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.75781 3.75781L8.11137 4.11137%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 8C9 6.34315 10.3431 5 12 5C13.6569 5 15 6.34315 15 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.7933 11H8.20668C7.2338 11 6.74735 11 6.37446 11.2671C6.00157 11.5342 5.83077 12.005 5.48917 12.9466L4.76359 14.9466C4.09554 16.7881 3.76151 17.7088 4.19435 18.3544C4.62719 19 5.57849 19 7.48111 19H16.5189C18.4215 19 19.3728 19 19.8057 18.3544C20.2385 17.7088 19.9045 16.7881 19.2364 14.9466L18.5108 12.9466C18.1692 12.005 17.9984 11.5342 17.6255 11.2671C17.2526 11 16.7662 11 15.7933 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 15H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19V22M12 22H14M12 22H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 8H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8L6.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.8887 4.11137L16.2422 3.75781%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.75781 3.75781L8.11137 4.11137%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-solar-power{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.98915 15.3273L4.05648 12.3273C4.28468 11.6859 4.39879 11.3652 4.65689 11.1826C4.91498 11 5.25424 11 5.93275 11H18.0672C18.7458 11 19.085 11 19.3431 11.1826C19.6012 11.3652 19.7153 11.6859 19.9435 12.3273L21.0108 15.3273C21.4437 16.5438 21.6601 17.1521 21.3624 17.576C21.0648 18 20.4214 18 19.1346 18H4.86542C3.5786 18 2.93519 18 2.63756 17.576C2.33994 17.1521 2.55634 16.5438 2.98915 15.3273Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 11L8 18M14.5 11L16 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14.5H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.3333 5.5C14.3333 6.78866 13.2887 7.83333 12 7.83333M14.3333 5.5C14.3333 4.21134 13.2887 3.16667 12 3.16667M14.3333 5.5H15.5M12 7.83333C10.7113 7.83333 9.66667 6.78866 9.66667 5.5M12 7.83333V9M9.66667 5.5C9.66667 4.21134 10.7113 3.16667 12 3.16667M9.66667 5.5L8.5 5.5M12 3.16667V2M13.6499 3.85009L14.4749 3.02513M10.3501 7.14992L9.52513 7.97488M13.6499 7.14992L14.4749 7.97488M10.3501 3.85009L9.52513 3.02513%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22C13.9398 20.8271 14 19 14 18M9 22C10.0602 20.8271 10 19 10 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.98915 15.3273L4.05648 12.3273C4.28468 11.6859 4.39879 11.3652 4.65689 11.1826C4.91498 11 5.25424 11 5.93275 11H18.0672C18.7458 11 19.085 11 19.3431 11.1826C19.6012 11.3652 19.7153 11.6859 19.9435 12.3273L21.0108 15.3273C21.4437 16.5438 21.6601 17.1521 21.3624 17.576C21.0648 18 20.4214 18 19.1346 18H4.86542C3.5786 18 2.93519 18 2.63756 17.576C2.33994 17.1521 2.55634 16.5438 2.98915 15.3273Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 11L8 18M14.5 11L16 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14.5H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.3333 5.5C14.3333 6.78866 13.2887 7.83333 12 7.83333M14.3333 5.5C14.3333 4.21134 13.2887 3.16667 12 3.16667M14.3333 5.5H15.5M12 7.83333C10.7113 7.83333 9.66667 6.78866 9.66667 5.5M12 7.83333V9M9.66667 5.5C9.66667 4.21134 10.7113 3.16667 12 3.16667M9.66667 5.5L8.5 5.5M12 3.16667V2M13.6499 3.85009L14.4749 3.02513M10.3501 7.14992L9.52513 7.97488M13.6499 7.14992L14.4749 7.97488M10.3501 3.85009L9.52513 3.02513%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22C13.9398 20.8271 14 19 14 18M9 22C10.0602 20.8271 10 19 10 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-sustainable-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.2532 19.9167C19.8129 18.2147 21.5 15.3044 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C11.2744 2.5 10.5678 2.58134 9.88889 2.73541M17.2532 19.9167V17M17.2532 19.9167H20.5M6.72222 4.09975C4.17625 5.80396 2.5 8.70623 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C12.7256 21.5 13.4322 21.4187 14.1111 21.2646M6.72222 4.09975V7M6.72222 4.09975H3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 7L9 12H15L11.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.2532 19.9167C19.8129 18.2147 21.5 15.3044 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C11.2744 2.5 10.5678 2.58134 9.88889 2.73541M17.2532 19.9167V17M17.2532 19.9167H20.5M6.72222 4.09975C4.17625 5.80396 2.5 8.70623 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C12.7256 21.5 13.4322 21.4187 14.1111 21.2646M6.72222 4.09975V7M6.72222 4.09975H3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 7L9 12H15L11.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-temperature{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C14.7614 22 17 19.7614 17 17C17 15.3644 16.2147 13.9122 15.0005 13V5.00049C15.0005 4.06815 15.0005 3.60198 14.8481 3.23428C14.6451 2.74451 14.256 2.35537 13.7662 2.15239C13.3985 2 12.9323 2 12 2C11.0677 2 10.6015 2 10.2338 2.15239C9.74402 2.35537 9.35488 2.74451 9.1519 3.23428C8.99951 3.60198 8.99951 4.06815 8.99951 5.00049V13C7.78534 13.9122 7 15.3644 7 17C7 19.7614 9.23858 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15C10.8954 15 10 15.8954 10 17C10 18.1046 10.8954 19 12 19C13.1046 19 14 18.1046 14 17C14 15.8954 13.1046 15 12 15ZM12 15V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C14.7614 22 17 19.7614 17 17C17 15.3644 16.2147 13.9122 15.0005 13V5.00049C15.0005 4.06815 15.0005 3.60198 14.8481 3.23428C14.6451 2.74451 14.256 2.35537 13.7662 2.15239C13.3985 2 12.9323 2 12 2C11.0677 2 10.6015 2 10.2338 2.15239C9.74402 2.35537 9.35488 2.74451 9.1519 3.23428C8.99951 3.60198 8.99951 4.06815 8.99951 5.00049V13C7.78534 13.9122 7 15.3644 7 17C7 19.7614 9.23858 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15C10.8954 15 10 15.8954 10 17C10 18.1046 10.8954 19 12 19C13.1046 19 14 18.1046 14 17C14 15.8954 13.1046 15 12 15ZM12 15V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-water-energy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.2532 19.9167C19.8129 18.2147 21.5 15.3044 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C11.2744 2.5 10.5678 2.58134 9.88889 2.73541M17.2532 19.9167V17M17.2532 19.9167H20.5M6.72222 4.09975C4.17625 5.80396 2.5 8.70623 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C12.7256 21.5 13.4322 21.4187 14.1111 21.2646M6.72222 4.09975V7M6.72222 4.09975H3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16C13.933 16 15.5 14.433 15.5 12.5C15.5 10 12 7 12 7C12 7 8.5 10 8.5 12.5C8.5 14.433 10.067 16 12 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.2532 19.9167C19.8129 18.2147 21.5 15.3044 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C11.2744 2.5 10.5678 2.58134 9.88889 2.73541M17.2532 19.9167V17M17.2532 19.9167H20.5M6.72222 4.09975C4.17625 5.80396 2.5 8.70623 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5C12.7256 21.5 13.4322 21.4187 14.1111 21.2646M6.72222 4.09975V7M6.72222 4.09975H3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16C13.933 16 15.5 14.433 15.5 12.5C15.5 10 12 7 12 7C12 7 8.5 10 8.5 12.5C8.5 14.433 10.067 16 12 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-water-pump{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 5.5H10.5C9.55719 5.5 9.08579 5.5 8.79289 5.79289C8.5 6.08579 8.5 6.55719 8.5 7.5V9.5C8.5 10.4428 8.5 10.9142 8.79289 11.2071C9.08579 11.5 9.55719 11.5 10.5 11.5H12.5C13.4428 11.5 13.9142 11.5 14.2071 11.2071C14.5 10.9142 14.5 10.4428 14.5 9.5V7.5C14.5 6.55719 14.5 6.08579 14.2071 5.79289C13.9142 5.5 13.4428 5.5 12.5 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 11.5H10V21.5H13V11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 21.5H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 7H18.5C20.1569 7 21.5 8.34315 21.5 10V12.5H18.5V10H14.5V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 2.5H9.09949C7.83781 2.5 7.20696 2.5 6.70992 2.82302C6.21288 3.14603 5.95667 3.7225 5.44425 4.87545L2.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 15.5L20.5582 14.9991C20.4159 14.8406 20.213 14.75 20 14.75C19.787 14.75 19.5841 14.8406 19.4418 14.9991L20 15.5ZM20.75 18C20.75 18.4142 20.4142 18.75 20 18.75V20.25C21.2426 20.25 22.25 19.2426 22.25 18H20.75ZM20 18.75C19.5858 18.75 19.25 18.4142 19.25 18H17.75C17.75 19.2426 18.7574 20.25 20 20.25V18.75ZM19.25 18C19.25 18.003 19.2507 17.969 19.2771 17.8886C19.3022 17.8119 19.343 17.7162 19.4012 17.6031C19.5182 17.3759 19.6824 17.1227 19.8589 16.8772C20.0335 16.6345 20.2097 16.4137 20.3431 16.2528C20.4094 16.1727 20.4644 16.1084 20.5023 16.0646C20.5212 16.0428 20.5358 16.0262 20.5454 16.0153C20.5502 16.0099 20.5537 16.0059 20.5559 16.0035C20.557 16.0023 20.5577 16.0015 20.5581 16.001C20.5583 16.0008 20.5584 16.0007 20.5584 16.0007C20.5584 16.0007 20.5584 16.0007 20.5584 16.0007C20.5584 16.0007 20.5583 16.0008 20.5583 16.0008C20.5583 16.0008 20.5582 16.0009 20 15.5C19.4418 14.9991 19.4417 14.9992 19.4417 14.9992C19.4416 14.9993 19.4415 14.9994 19.4415 14.9994C19.4414 14.9996 19.4412 14.9997 19.441 14.9999C19.4407 15.0003 19.4403 15.0008 19.4397 15.0014C19.4387 15.0026 19.4373 15.0042 19.4355 15.0061C19.432 15.0101 19.4271 15.0156 19.4209 15.0226C19.4085 15.0367 19.3909 15.0568 19.3688 15.0822C19.3246 15.1332 19.2625 15.2059 19.1882 15.2955C19.0403 15.4739 18.8415 15.7228 18.6411 16.0015C18.4426 16.2774 18.2318 16.5975 18.0675 16.9166C17.9157 17.2115 17.75 17.6053 17.75 18H19.25ZM20 15.5C19.4418 16.0009 19.4417 16.0008 19.4417 16.0008C19.4417 16.0008 19.4416 16.0007 19.4416 16.0007C19.4416 16.0007 19.4416 16.0007 19.4416 16.0007C19.4416 16.0007 19.4417 16.0008 19.4419 16.001C19.4423 16.0015 19.443 16.0023 19.4441 16.0035C19.4463 16.0059 19.4498 16.0099 19.4546 16.0153C19.4642 16.0262 19.4788 16.0428 19.4977 16.0646C19.5356 16.1084 19.5906 16.1727 19.6569 16.2528C19.7903 16.4137 19.9665 16.6345 20.1411 16.8772C20.3176 17.1227 20.4818 17.3759 20.5988 17.6031C20.657 17.7162 20.6978 17.8119 20.7229 17.8886C20.7493 17.969 20.75 18.003 20.75 18H22.25C22.25 17.6053 22.0843 17.2115 21.9325 16.9166C21.7682 16.5975 21.5574 16.2774 21.3589 16.0015C21.1585 15.7228 20.9597 15.4739 20.8118 15.2955C20.7375 15.2059 20.6754 15.1332 20.6312 15.0822C20.6091 15.0568 20.5915 15.0367 20.5791 15.0226C20.5729 15.0156 20.568 15.0101 20.5645 15.0061C20.5627 15.0042 20.5613 15.0026 20.5603 15.0014C20.5597 15.0008 20.5593 15.0003 20.559 14.9999C20.5588 14.9997 20.5586 14.9996 20.5585 14.9994C20.5585 14.9994 20.5584 14.9993 20.5583 14.9992C20.5583 14.9992 20.5582 14.9991 20 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5 2.5V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 5.5H10.5C9.55719 5.5 9.08579 5.5 8.79289 5.79289C8.5 6.08579 8.5 6.55719 8.5 7.5V9.5C8.5 10.4428 8.5 10.9142 8.79289 11.2071C9.08579 11.5 9.55719 11.5 10.5 11.5H12.5C13.4428 11.5 13.9142 11.5 14.2071 11.2071C14.5 10.9142 14.5 10.4428 14.5 9.5V7.5C14.5 6.55719 14.5 6.08579 14.2071 5.79289C13.9142 5.5 13.4428 5.5 12.5 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 11.5H10V21.5H13V11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 21.5H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 7H18.5C20.1569 7 21.5 8.34315 21.5 10V12.5H18.5V10H14.5V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 2.5H9.09949C7.83781 2.5 7.20696 2.5 6.70992 2.82302C6.21288 3.14603 5.95667 3.7225 5.44425 4.87545L2.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 15.5L20.5582 14.9991C20.4159 14.8406 20.213 14.75 20 14.75C19.787 14.75 19.5841 14.8406 19.4418 14.9991L20 15.5ZM20.75 18C20.75 18.4142 20.4142 18.75 20 18.75V20.25C21.2426 20.25 22.25 19.2426 22.25 18H20.75ZM20 18.75C19.5858 18.75 19.25 18.4142 19.25 18H17.75C17.75 19.2426 18.7574 20.25 20 20.25V18.75ZM19.25 18C19.25 18.003 19.2507 17.969 19.2771 17.8886C19.3022 17.8119 19.343 17.7162 19.4012 17.6031C19.5182 17.3759 19.6824 17.1227 19.8589 16.8772C20.0335 16.6345 20.2097 16.4137 20.3431 16.2528C20.4094 16.1727 20.4644 16.1084 20.5023 16.0646C20.5212 16.0428 20.5358 16.0262 20.5454 16.0153C20.5502 16.0099 20.5537 16.0059 20.5559 16.0035C20.557 16.0023 20.5577 16.0015 20.5581 16.001C20.5583 16.0008 20.5584 16.0007 20.5584 16.0007C20.5584 16.0007 20.5584 16.0007 20.5584 16.0007C20.5584 16.0007 20.5583 16.0008 20.5583 16.0008C20.5583 16.0008 20.5582 16.0009 20 15.5C19.4418 14.9991 19.4417 14.9992 19.4417 14.9992C19.4416 14.9993 19.4415 14.9994 19.4415 14.9994C19.4414 14.9996 19.4412 14.9997 19.441 14.9999C19.4407 15.0003 19.4403 15.0008 19.4397 15.0014C19.4387 15.0026 19.4373 15.0042 19.4355 15.0061C19.432 15.0101 19.4271 15.0156 19.4209 15.0226C19.4085 15.0367 19.3909 15.0568 19.3688 15.0822C19.3246 15.1332 19.2625 15.2059 19.1882 15.2955C19.0403 15.4739 18.8415 15.7228 18.6411 16.0015C18.4426 16.2774 18.2318 16.5975 18.0675 16.9166C17.9157 17.2115 17.75 17.6053 17.75 18H19.25ZM20 15.5C19.4418 16.0009 19.4417 16.0008 19.4417 16.0008C19.4417 16.0008 19.4416 16.0007 19.4416 16.0007C19.4416 16.0007 19.4416 16.0007 19.4416 16.0007C19.4416 16.0007 19.4417 16.0008 19.4419 16.001C19.4423 16.0015 19.443 16.0023 19.4441 16.0035C19.4463 16.0059 19.4498 16.0099 19.4546 16.0153C19.4642 16.0262 19.4788 16.0428 19.4977 16.0646C19.5356 16.1084 19.5906 16.1727 19.6569 16.2528C19.7903 16.4137 19.9665 16.6345 20.1411 16.8772C20.3176 17.1227 20.4818 17.3759 20.5988 17.6031C20.657 17.7162 20.6978 17.8119 20.7229 17.8886C20.7493 17.969 20.75 18.003 20.75 18H22.25C22.25 17.6053 22.0843 17.2115 21.9325 16.9166C21.7682 16.5975 21.5574 16.2774 21.3589 16.0015C21.1585 15.7228 20.9597 15.4739 20.8118 15.2955C20.7375 15.2059 20.6754 15.1332 20.6312 15.0822C20.6091 15.0568 20.5915 15.0367 20.5791 15.0226C20.5729 15.0156 20.568 15.0101 20.5645 15.0061C20.5627 15.0042 20.5613 15.0026 20.5603 15.0014C20.5597 15.0008 20.5593 15.0003 20.559 14.9999C20.5588 14.9997 20.5586 14.9996 20.5585 14.9994C20.5585 14.9994 20.5584 14.9993 20.5583 14.9992C20.5583 14.9992 20.5582 14.9991 20 15.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5 2.5V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-wind-power-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 14L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 22H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%225%22 rx%3D%222%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2624 17.9508C15.8454 17.1373 15.1388 15.7164 15.6842 14.7771C16.2297 13.8377 17.8205 13.7357 19.2376 14.5492C20.6546 15.3627 21.3612 16.7836 20.8158 17.7229C20.2703 18.6623 18.6795 18.7643 17.2624 17.9508Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.73756 17.9508C8.1546 17.1373 8.86118 15.7164 8.31576 14.7771C7.77035 13.8377 6.17947 13.7357 4.76244 14.5492C3.3454 15.3627 2.63882 16.7836 3.18424 17.7229C3.72965 18.6623 5.32053 18.7643 6.73756 17.9508Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 13L16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 13L8 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 3C4.80989 4.5066 3 7.32255 3 10.5478C3 11.0426 3.0426 11.5277 3.12444 12M16.5 3C19.1901 4.5066 21 7.32255 21 10.5478C21 11.0426 20.9574 11.5277 20.8756 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 14L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 22H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%225%22 rx%3D%222%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2624 17.9508C15.8454 17.1373 15.1388 15.7164 15.6842 14.7771C16.2297 13.8377 17.8205 13.7357 19.2376 14.5492C20.6546 15.3627 21.3612 16.7836 20.8158 17.7229C20.2703 18.6623 18.6795 18.7643 17.2624 17.9508Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.73756 17.9508C8.1546 17.1373 8.86118 15.7164 8.31576 14.7771C7.77035 13.8377 6.17947 13.7357 4.76244 14.5492C3.3454 15.3627 2.63882 16.7836 3.18424 17.7229C3.72965 18.6623 5.32053 18.7643 6.73756 17.9508Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 13L16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 13L8 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 3C4.80989 4.5066 3 7.32255 3 10.5478C3 11.0426 3.0426 11.5277 3.12444 12M16.5 3C19.1901 4.5066 21 7.32255 21 10.5478C21 11.0426 20.9574 11.5277 20.8756 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-wind-power-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 9C14.5 10.3807 13.3807 11.5 12 11.5C10.6193 11.5 9.5 10.3807 9.5 9C9.5 7.61929 10.6193 6.5 12 6.5C13.3807 6.5 14.5 7.61929 14.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 2.84924C5.10457 1.71692 6.89543 1.71692 8 2.84924L11.5934 6.5329C10.5589 6.70212 9.73787 7.50632 9.54369 8.53222L4 2.84924Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 15.1508C18.8954 16.2831 17.1046 16.2831 16 15.1508L12.4066 11.4671C13.4411 11.2979 14.2621 10.4937 14.4563 9.46778L20 15.1508Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 2.84943C18.8954 1.71711 17.1046 1.7171 16 2.84943L12.4068 6.53293C13.4413 6.70221 14.2622 7.50646 14.4563 8.53238L20 2.84943Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15.1509C5.10457 16.2833 6.89543 16.2833 8 15.1509L11.5935 11.4671C10.559 11.298 9.73796 10.4938 9.54372 9.46793L4 15.1509Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.4502 16L13.7702 18.5212C13.9962 20.125 14.1092 20.9269 13.8547 21.4634C13.6001 22 13.1067 22 12.1199 22H11.8801C10.8933 22 10.3999 22 10.1453 21.4634C9.89078 20.9269 10.0038 20.125 10.2298 18.5212L10.5498 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 9C14.5 10.3807 13.3807 11.5 12 11.5C10.6193 11.5 9.5 10.3807 9.5 9C9.5 7.61929 10.6193 6.5 12 6.5C13.3807 6.5 14.5 7.61929 14.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 2.84924C5.10457 1.71692 6.89543 1.71692 8 2.84924L11.5934 6.5329C10.5589 6.70212 9.73787 7.50632 9.54369 8.53222L4 2.84924Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 15.1508C18.8954 16.2831 17.1046 16.2831 16 15.1508L12.4066 11.4671C13.4411 11.2979 14.2621 10.4937 14.4563 9.46778L20 15.1508Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 2.84943C18.8954 1.71711 17.1046 1.7171 16 2.84943L12.4068 6.53293C13.4413 6.70221 14.2622 7.50646 14.4563 8.53238L20 2.84943Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15.1509C5.10457 16.2833 6.89543 16.2833 8 15.1509L11.5935 11.4671C10.559 11.298 9.73796 10.4938 9.54372 9.46793L4 15.1509Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.4502 16L13.7702 18.5212C13.9962 20.125 14.1092 20.9269 13.8547 21.4634C13.6001 22 13.1067 22 12.1199 22H11.8801C10.8933 22 10.3999 22 10.1453 21.4634C9.89078 20.9269 10.0038 20.125 10.2298 18.5212L10.5498 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-energy-icons-wind-power-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 10.5C14 11.6046 13.1046 12.5 12 12.5C10.8954 12.5 10 11.6046 10 10.5C10 9.39543 10.8954 8.5 12 8.5C13.1046 8.5 14 9.39543 14 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 2H14.25C14.25 1.58579 13.9142 1.25 13.5 1.25V2ZM13.5 9.17662L12.9378 9.6731C13.1443 9.90682 13.4738 9.98844 13.7654 9.87809C14.0571 9.76774 14.25 9.48845 14.25 9.17662H13.5ZM10.5 9.17755H9.75C9.75 9.48946 9.94305 9.76881 10.2348 9.8791C10.5266 9.98939 10.8561 9.90759 11.0625 9.67368L10.5 9.17755ZM11.25 5C11.25 3.75736 12.2574 2.75 13.5 2.75V1.25C11.4289 1.25 9.75 2.92893 9.75 5H11.25ZM12.75 2V9.17662H14.25V2H12.75ZM12.0004 9.25C12.3735 9.25 12.7077 9.41252 12.9378 9.6731L14.0622 8.68015C13.5594 8.11085 12.8216 7.75 12.0004 7.75V9.25ZM11.25 9.17755V5H9.75V9.17755H11.25ZM11.0625 9.67368C11.2926 9.41276 11.627 9.25 12.0004 9.25V7.75C11.1786 7.75 10.4404 8.11139 9.93754 8.68143L11.0625 9.67368Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.9907 10.3192L20 14.0005C19.1716 15.4354 17.3368 15.927 15.9019 15.0986L11.7373 12.4823%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.007 10.3206L4 14C4.82843 15.4349 6.6632 15.9265 8.09808 15.0981L12.2617 12.4829%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.4502 16.5L13.7702 18.521C13.9962 20.1248 14.1092 20.9267 13.8547 21.4633C13.6001 21.9999 13.1067 21.9999 12.1199 21.9999H11.8801C10.8933 21.9999 10.3999 21.9999 10.1453 21.4633C9.89078 20.9267 10.0038 20.1248 10.2298 18.521L10.5498 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 10.5C14 11.6046 13.1046 12.5 12 12.5C10.8954 12.5 10 11.6046 10 10.5C10 9.39543 10.8954 8.5 12 8.5C13.1046 8.5 14 9.39543 14 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 2H14.25C14.25 1.58579 13.9142 1.25 13.5 1.25V2ZM13.5 9.17662L12.9378 9.6731C13.1443 9.90682 13.4738 9.98844 13.7654 9.87809C14.0571 9.76774 14.25 9.48845 14.25 9.17662H13.5ZM10.5 9.17755H9.75C9.75 9.48946 9.94305 9.76881 10.2348 9.8791C10.5266 9.98939 10.8561 9.90759 11.0625 9.67368L10.5 9.17755ZM11.25 5C11.25 3.75736 12.2574 2.75 13.5 2.75V1.25C11.4289 1.25 9.75 2.92893 9.75 5H11.25ZM12.75 2V9.17662H14.25V2H12.75ZM12.0004 9.25C12.3735 9.25 12.7077 9.41252 12.9378 9.6731L14.0622 8.68015C13.5594 8.11085 12.8216 7.75 12.0004 7.75V9.25ZM11.25 9.17755V5H9.75V9.17755H11.25ZM11.0625 9.67368C11.2926 9.41276 11.627 9.25 12.0004 9.25V7.75C11.1786 7.75 10.4404 8.11139 9.93754 8.68143L11.0625 9.67368Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M13.9907 10.3192L20 14.0005C19.1716 15.4354 17.3368 15.927 15.9019 15.0986L11.7373 12.4823%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.007 10.3206L4 14C4.82843 15.4349 6.6632 15.9265 8.09808 15.0981L12.2617 12.4829%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.4502 16.5L13.7702 18.521C13.9962 20.1248 14.1092 20.9267 13.8547 21.4633C13.6001 21.9999 13.1067 21.9999 12.1199 21.9999H11.8801C10.8933 21.9999 10.3999 21.9999 10.1453 21.4633C9.89078 20.9267 10.0038 20.1248 10.2298 18.521L10.5498 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-archive-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 7C2 5.59987 2 4.8998 2.27248 4.36502C2.51217 3.89462 2.89462 3.51217 3.36502 3.27248C3.8998 3 4.59987 3 6 3C7.40013 3 8.1002 3 8.63498 3.27248C9.10538 3.51217 9.48783 3.89462 9.72752 4.36502C10 4.8998 10 5.59987 10 7V17C10 18.4001 10 19.1002 9.72752 19.635C9.48783 20.1054 9.10538 20.4878 8.63498 20.7275C8.1002 21 7.40013 21 6 21C4.59987 21 3.8998 21 3.36502 20.7275C2.89462 20.4878 2.51217 20.1054 2.27248 19.635C2 19.1002 2 18.4001 2 17V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17H6.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.4486 8.26843C11.0937 6.93838 10.9163 6.27336 11.0385 5.69599C11.146 5.18812 11.4108 4.72747 11.7951 4.38005C12.2319 3.98508 12.8942 3.80689 14.2187 3.4505C15.5432 3.09412 16.2055 2.91593 16.7804 3.03865C17.2862 3.1466 17.7449 3.41256 18.0909 3.79841C18.4842 4.23706 18.6617 4.90209 19.0166 6.23213L21.5514 15.7316C21.9063 17.0616 22.0837 17.7266 21.9615 18.304C21.854 18.8119 21.5892 19.2725 21.2049 19.62C20.7681 20.0149 20.1058 20.1931 18.7813 20.5495C17.4568 20.9059 16.7945 21.0841 16.2196 20.9614C15.7138 20.8534 15.2551 20.5874 14.9091 20.2016C14.5158 19.7629 14.3383 19.0979 13.9834 17.7679L11.4486 8.26843Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7812 16.6953L17.7899 16.693%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8.00019L18.5001 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 7C2 5.59987 2 4.8998 2.27248 4.36502C2.51217 3.89462 2.89462 3.51217 3.36502 3.27248C3.8998 3 4.59987 3 6 3C7.40013 3 8.1002 3 8.63498 3.27248C9.10538 3.51217 9.48783 3.89462 9.72752 4.36502C10 4.8998 10 5.59987 10 7V17C10 18.4001 10 19.1002 9.72752 19.635C9.48783 20.1054 9.10538 20.4878 8.63498 20.7275C8.1002 21 7.40013 21 6 21C4.59987 21 3.8998 21 3.36502 20.7275C2.89462 20.4878 2.51217 20.1054 2.27248 19.635C2 19.1002 2 18.4001 2 17V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17H6.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.4486 8.26843C11.0937 6.93838 10.9163 6.27336 11.0385 5.69599C11.146 5.18812 11.4108 4.72747 11.7951 4.38005C12.2319 3.98508 12.8942 3.80689 14.2187 3.4505C15.5432 3.09412 16.2055 2.91593 16.7804 3.03865C17.2862 3.1466 17.7449 3.41256 18.0909 3.79841C18.4842 4.23706 18.6617 4.90209 19.0166 6.23213L21.5514 15.7316C21.9063 17.0616 22.0837 17.7266 21.9615 18.304C21.854 18.8119 21.5892 19.2725 21.2049 19.62C20.7681 20.0149 20.1058 20.1931 18.7813 20.5495C17.4568 20.9059 16.7945 21.0841 16.2196 20.9614C15.7138 20.8534 15.2551 20.5874 14.9091 20.2016C14.5158 19.7629 14.3383 19.0979 13.9834 17.7679L11.4486 8.26843Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7812 16.6953L17.7899 16.693%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8.00019L18.5001 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-archive-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 16C2 13.6611 2 12.4917 2.53647 11.6379C2.81621 11.1927 3.19267 10.8162 3.63789 10.5365C4.49167 10 5.66111 10 8 10H16C18.3389 10 19.5083 10 20.3621 10.5365C20.8073 10.8162 21.1838 11.1927 21.4635 11.6379C22 12.4917 22 13.6611 22 16C22 18.3389 22 19.5083 21.4635 20.3621C21.1838 20.8073 20.8073 21.1838 20.3621 21.4635C19.5083 22 18.3389 22 16 22H8C5.66111 22 4.49167 22 3.63789 21.4635C3.19267 21.1838 2.81621 20.8073 2.53647 20.3621C2 19.5083 2 18.3389 2 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 10C20 8.59987 20 7.8998 19.7275 7.36502C19.4878 6.89462 19.1054 6.51217 18.635 6.27248C18.1002 6 17.4001 6 16 6H8C6.59987 6 5.8998 6 5.36502 6.27248C4.89462 6.51217 4.51217 6.89462 4.27248 7.36502C4 7.8998 4 8.59987 4 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 6C18 4.11438 18 3.17157 17.4142 2.58579C16.8284 2 15.8856 2 14 2H10C8.11438 2 7.17157 2 6.58579 2.58579C6 3.17157 6 4.11438 6 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14C15 15.1046 14.1046 16 13 16H11C9.89543 16 9 15.1046 9 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 16C2 13.6611 2 12.4917 2.53647 11.6379C2.81621 11.1927 3.19267 10.8162 3.63789 10.5365C4.49167 10 5.66111 10 8 10H16C18.3389 10 19.5083 10 20.3621 10.5365C20.8073 10.8162 21.1838 11.1927 21.4635 11.6379C22 12.4917 22 13.6611 22 16C22 18.3389 22 19.5083 21.4635 20.3621C21.1838 20.8073 20.8073 21.1838 20.3621 21.4635C19.5083 22 18.3389 22 16 22H8C5.66111 22 4.49167 22 3.63789 21.4635C3.19267 21.1838 2.81621 20.8073 2.53647 20.3621C2 19.5083 2 18.3389 2 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 10C20 8.59987 20 7.8998 19.7275 7.36502C19.4878 6.89462 19.1054 6.51217 18.635 6.27248C18.1002 6 17.4001 6 16 6H8C6.59987 6 5.8998 6 5.36502 6.27248C4.89462 6.51217 4.51217 6.89462 4.27248 7.36502C4 7.8998 4 8.59987 4 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 6C18 4.11438 18 3.17157 17.4142 2.58579C16.8284 2 15.8856 2 14 2H10C8.11438 2 7.17157 2 6.58579 2.58579C6 3.17157 6 4.11438 6 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14C15 15.1046 14.1046 16 13 16H11C9.89543 16 9 15.1046 9 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-catalogue{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12.4C2 9.38301 2 7.87452 2.94627 6.93726C3.89254 6 5.41554 6 8.46154 6H9.53846C12.5845 6 14.1075 6 15.0537 6.93726C16 7.87452 16 9.38301 16 12.4V15.6C16 18.617 16 20.1255 15.0537 21.0627C14.1075 22 12.5845 22 9.53846 22H8.46154C5.41554 22 3.89254 22 2.94627 21.0627C2 20.1255 2 18.617 2 15.6V12.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5376 16H16.4608C19.072 16 20.3776 16 21.1888 15.1799C22 14.3598 22 13.0399 22 10.4V7.6C22 4.96013 22 3.6402 21.1888 2.8201C20.3776 2 19.072 2 16.4608 2H15.5376C12.9264 2 11.6208 2 10.8096 2.8201C10.1002 3.53726 10.0112 4.63664 10 6.66667%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12H9M6 17H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 3L14.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12.4C2 9.38301 2 7.87452 2.94627 6.93726C3.89254 6 5.41554 6 8.46154 6H9.53846C12.5845 6 14.1075 6 15.0537 6.93726C16 7.87452 16 9.38301 16 12.4V15.6C16 18.617 16 20.1255 15.0537 21.0627C14.1075 22 12.5845 22 9.53846 22H8.46154C5.41554 22 3.89254 22 2.94627 21.0627C2 20.1255 2 18.617 2 15.6V12.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5376 16H16.4608C19.072 16 20.3776 16 21.1888 15.1799C22 14.3598 22 13.0399 22 10.4V7.6C22 4.96013 22 3.6402 21.1888 2.8201C20.3776 2 19.072 2 16.4608 2H15.5376C12.9264 2 11.6208 2 10.8096 2.8201C10.1002 3.53726 10.0112 4.63664 10 6.66667%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12H9M6 17H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 3L14.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-copy-link{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5563 13.2183C13.514 14.2606 11.8241 14.2606 10.7817 13.2183C9.73942 12.1759 9.73942 10.486 10.7817 9.44364L13.1409 7.0845C14.1357 6.08961 15.7206 6.04433 16.7692 6.94866M16.4437 3.78175C17.486 2.73942 19.1759 2.73942 20.2183 3.78175C21.2606 4.82408 21.2606 6.51403 20.2183 7.55636L17.8591 9.9155C16.8643 10.9104 15.2794 10.9557 14.2308 10.0513%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13C21 16.7712 21 18.6569 19.8284 19.8284C18.6569 21 16.7712 21 13 21H11C7.22876 21 5.34315 21 4.17157 19.8284C3 18.6569 3 16.7712 3 13V11C3 7.22876 3 5.34315 4.17157 4.17157C5.34315 3 7.22876 3 11 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5563 13.2183C13.514 14.2606 11.8241 14.2606 10.7817 13.2183C9.73942 12.1759 9.73942 10.486 10.7817 9.44364L13.1409 7.0845C14.1357 6.08961 15.7206 6.04433 16.7692 6.94866M16.4437 3.78175C17.486 2.73942 19.1759 2.73942 20.2183 3.78175C21.2606 4.82408 21.2606 6.51403 20.2183 7.55636L17.8591 9.9155C16.8643 10.9104 15.2794 10.9557 14.2308 10.0513%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13C21 16.7712 21 18.6569 19.8284 19.8284C18.6569 21 16.7712 21 13 21H11C7.22876 21 5.34315 21 4.17157 19.8284C3 18.6569 3 16.7712 3 13V11C3 7.22876 3 5.34315 4.17157 4.17157C5.34315 3 7.22876 3 11 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-course{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.95325 2.21387C5.64897 2.3424 4.77103 2.63289 4.11575 3.28941C2.94043 4.46696 2.94043 6.36219 2.94043 10.1527V14.1731C2.94043 17.9636 2.94043 19.8588 4.11575 21.0364C5.29108 22.2139 7.18274 22.2139 10.966 22.2139H12.9724C16.7557 22.2139 18.6475 22.2139 19.8228 21.0364C20.8894 19.9677 20.988 18.3195 20.9972 15.1905%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9656 7.21375L11.9687 10.7138C12.5289 11.8237 13.2319 12.1141 14.9782 12.2138C16.3673 12.1793 17.1739 12.0157 17.861 11.4177C18.3301 11.0094 18.5425 10.3948 18.6449 9.78251L18.9908 7.71375M21.4987 5.71375V10.7138M9.04023 5.14622C10.627 3.83003 12.0416 3.12298 14.9742 2.34483C15.3046 2.25719 15.654 2.25883 15.9835 2.34947C18.5799 3.0637 19.9813 3.69738 21.8595 5.10729C21.9399 5.16771 21.9635 5.27918 21.9071 5.3624C21.295 6.26483 19.9252 6.99515 16.5677 8.29761C15.8697 8.56839 15.0918 8.56213 14.396 8.28572C10.8201 6.86517 9.17668 6.10634 8.97714 5.31674C8.96106 5.25311 8.98962 5.18819 9.04023 5.14622Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.95325 2.21387C5.64897 2.3424 4.77103 2.63289 4.11575 3.28941C2.94043 4.46696 2.94043 6.36219 2.94043 10.1527V14.1731C2.94043 17.9636 2.94043 19.8588 4.11575 21.0364C5.29108 22.2139 7.18274 22.2139 10.966 22.2139H12.9724C16.7557 22.2139 18.6475 22.2139 19.8228 21.0364C20.8894 19.9677 20.988 18.3195 20.9972 15.1905%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9656 7.21375L11.9687 10.7138C12.5289 11.8237 13.2319 12.1141 14.9782 12.2138C16.3673 12.1793 17.1739 12.0157 17.861 11.4177C18.3301 11.0094 18.5425 10.3948 18.6449 9.78251L18.9908 7.71375M21.4987 5.71375V10.7138M9.04023 5.14622C10.627 3.83003 12.0416 3.12298 14.9742 2.34483C15.3046 2.25719 15.654 2.25883 15.9835 2.34947C18.5799 3.0637 19.9813 3.69738 21.8595 5.10729C21.9399 5.16771 21.9635 5.27918 21.9071 5.3624C21.295 6.26483 19.9252 6.99515 16.5677 8.29761C15.8697 8.56839 15.0918 8.56213 14.396 8.28572C10.8201 6.86517 9.17668 6.10634 8.97714 5.31674C8.96106 5.25311 8.98962 5.18819 9.04023 5.14622Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-csv-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 17.2196C7.44458 16.0292 6.62155 16 5.50505 16C3.78514 16 3.5 16.406 3.5 18V20C3.5 21.594 3.78514 22 5.50505 22C6.62154 22 7.44458 21.9708 7.5 20.7804M20.5 16L18.7229 20.6947C18.3935 21.5649 18.2288 22 17.968 22C17.7071 22 17.5424 21.5649 17.213 20.6947L15.4359 16M12.876 16H11.6951C11.2231 16 10.9872 16 10.8011 16.0761C10.1672 16.3354 10.1758 16.9448 10.1758 17.5C10.1758 18.0553 10.1672 18.6647 10.8011 18.9239C10.9872 19 11.2232 19 11.6951 19C12.167 19 12.4029 19 12.5891 19.0761C13.2229 19.3354 13.2143 19.9447 13.2143 20.5C13.2143 21.0553 13.2229 21.6647 12.5891 21.9239C12.4029 22 12.167 22 11.6951 22H10.4089%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 17.2196C7.44458 16.0292 6.62155 16 5.50505 16C3.78514 16 3.5 16.406 3.5 18V20C3.5 21.594 3.78514 22 5.50505 22C6.62154 22 7.44458 21.9708 7.5 20.7804M20.5 16L18.7229 20.6947C18.3935 21.5649 18.2288 22 17.968 22C17.7071 22 17.5424 21.5649 17.213 20.6947L15.4359 16M12.876 16H11.6951C11.2231 16 10.9872 16 10.8011 16.0761C10.1672 16.3354 10.1758 16.9448 10.1758 17.5C10.1758 18.0553 10.1672 18.6647 10.8011 18.9239C10.9872 19 11.2232 19 11.6951 19C12.167 19 12.4029 19 12.5891 19.0761C13.2229 19.3354 13.2143 19.9447 13.2143 20.5C13.2143 21.0553 13.2229 21.6647 12.5891 21.9239C12.4029 22 12.167 22 11.6951 22H10.4089%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-csv-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2941 14.0163C10.2485 13.0244 9.57068 13 8.65122 13C7.23483 13 7 13.3384 7 14.6667V16.3333C7 17.6616 7.23483 18 8.65122 18C9.57068 18 10.2485 17.9756 10.2941 16.9837M21 13L19.5365 16.9123C19.2652 17.6374 19.1296 18 18.9148 18C18.7 18 18.5644 17.6374 18.2931 16.9123L16.8296 13M14.7214 13H13.7489C13.3602 13 13.1659 13 13.0126 13.0635C12.4906 13.2795 12.4977 13.7873 12.4977 14.25C12.4977 14.7127 12.4906 15.2206 13.0126 15.4366C13.1659 15.5 13.3602 15.5 13.7489 15.5C14.1375 15.5 14.3318 15.5 14.4851 15.5634C15.0071 15.7795 15 16.2873 15 16.75C15 17.2127 15.0071 17.7205 14.4851 17.9366C14.3318 18 14.1375 18 13.7489 18H12.6897%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2941 14.0163C10.2485 13.0244 9.57068 13 8.65122 13C7.23483 13 7 13.3384 7 14.6667V16.3333C7 17.6616 7.23483 18 8.65122 18C9.57068 18 10.2485 17.9756 10.2941 16.9837M21 13L19.5365 16.9123C19.2652 17.6374 19.1296 18 18.9148 18C18.7 18 18.5644 17.6374 18.2931 16.9123L16.8296 13M14.7214 13H13.7489C13.3602 13 13.1659 13 13.0126 13.0635C12.4906 13.2795 12.4977 13.7873 12.4977 14.25C12.4977 14.7127 12.4906 15.2206 13.0126 15.4366C13.1659 15.5 13.3602 15.5 13.7489 15.5C14.1375 15.5 14.3318 15.5 14.4851 15.5634C15.0071 15.7795 15 16.2873 15 16.75C15 17.2127 15.0071 17.7205 14.4851 17.9366C14.3318 18 14.1375 18 13.7489 18H12.6897%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-doc-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5007 17.2196C20.4486 16.0292 19.674 16 18.6231 16C17.0044 16 16.736 16.406 16.736 18V20C16.736 21.594 17.0044 22 18.6231 22C19.674 22 20.4486 21.9708 20.5007 20.7804M7.26568 19C7.26568 20.6569 6.00155 22 4.44215 22C4.0903 22 3.91437 22 3.78333 21.9196C3.46959 21.7272 3.50098 21.3376 3.50098 21V17C3.50098 16.6624 3.46959 16.2728 3.78333 16.0804C3.91437 16 4.0903 16 4.44215 16C6.00155 16 7.26568 17.3431 7.26568 19ZM12.0007 22C11.1134 22 10.6697 22 10.394 21.7071C10.1184 21.4142 10.1184 20.9428 10.1184 20V18C10.1184 17.0572 10.1184 16.5858 10.394 16.2929C10.6697 16 11.1134 16 12.0007 16C12.8881 16 13.3318 16 13.6074 16.2929C13.8831 16.5858 13.8831 17.0572 13.8831 18V20C13.8831 20.9428 13.8831 21.4142 13.6074 21.7071C13.3318 22 12.8881 22 12.0007 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5007 17.2196C20.4486 16.0292 19.674 16 18.6231 16C17.0044 16 16.736 16.406 16.736 18V20C16.736 21.594 17.0044 22 18.6231 22C19.674 22 20.4486 21.9708 20.5007 20.7804M7.26568 19C7.26568 20.6569 6.00155 22 4.44215 22C4.0903 22 3.91437 22 3.78333 21.9196C3.46959 21.7272 3.50098 21.3376 3.50098 21V17C3.50098 16.6624 3.46959 16.2728 3.78333 16.0804C3.91437 16 4.0903 16 4.44215 16C6.00155 16 7.26568 17.3431 7.26568 19ZM12.0007 22C11.1134 22 10.6697 22 10.394 21.7071C10.1184 21.4142 10.1184 20.9428 10.1184 20V18C10.1184 17.0572 10.1184 16.5858 10.394 16.2929C10.6697 16 11.1134 16 12.0007 16C12.8881 16 13.3318 16 13.6074 16.2929C13.8831 16.5858 13.8831 17.0572 13.8831 18V20C13.8831 20.9428 13.8831 21.4142 13.6074 21.7071C13.3318 22 12.8881 22 12.0007 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-doc-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 14.0163C20.9544 13.0244 20.2766 13 19.3571 13C17.9407 13 17.7059 13.3384 17.7059 14.6667V16.3333C17.7059 17.6616 17.9407 18 19.3571 18C20.2766 18 20.9544 17.9756 21 16.9837M10.2949 15.5C10.2949 16.8807 9.18876 18 7.82429 18C7.51642 18 7.36248 18 7.24782 17.933C6.9733 17.7726 7.00076 17.448 7.00076 17.1667V13.8333C7.00076 13.552 6.9733 13.2274 7.24782 13.067C7.36248 13 7.51642 13 7.82429 13C9.18876 13 10.2949 14.1193 10.2949 15.5ZM14 18C13.2236 18 12.8354 18 12.5941 17.7559C12.3529 17.5118 12.3529 17.119 12.3529 16.3333V14.6667C12.3529 13.881 12.3529 13.4882 12.5941 13.2441C12.8354 13 13.2236 13 14 13C14.7764 13 15.1646 13 15.4059 13.2441C15.6471 13.4882 15.6471 13.881 15.6471 14.6667V16.3333C15.6471 17.119 15.6471 17.5118 15.4059 17.7559C15.1646 18 14.7764 18 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 14.0163C20.9544 13.0244 20.2766 13 19.3571 13C17.9407 13 17.7059 13.3384 17.7059 14.6667V16.3333C17.7059 17.6616 17.9407 18 19.3571 18C20.2766 18 20.9544 17.9756 21 16.9837M10.2949 15.5C10.2949 16.8807 9.18876 18 7.82429 18C7.51642 18 7.36248 18 7.24782 17.933C6.9733 17.7726 7.00076 17.448 7.00076 17.1667V13.8333C7.00076 13.552 6.9733 13.2274 7.24782 13.067C7.36248 13 7.51642 13 7.82429 13C9.18876 13 10.2949 14.1193 10.2949 15.5ZM14 18C13.2236 18 12.8354 18 12.5941 17.7559C12.3529 17.5118 12.3529 17.119 12.3529 16.3333V14.6667C12.3529 13.881 12.3529 13.4882 12.5941 13.2441C12.8354 13 13.2236 13 14 13C14.7764 13 15.1646 13 15.4059 13.2441C15.6471 13.4882 15.6471 13.881 15.6471 14.6667V16.3333C15.6471 17.119 15.6471 17.5118 15.4059 17.7559C15.1646 18 14.7764 18 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-document-attachment{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 11V10C21 6.22876 21 4.34315 19.7595 3.17157C18.519 2 16.5225 2 12.5294 2L11.4706 2C7.47752 2 5.48098 2 4.24049 3.17157C3 4.34315 3 6.22876 3 10L3 14C3 17.7712 3 19.6569 4.24049 20.8284C5.48098 22 7.47751 22 11.4706 22H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 20.6471L21 17C21 15.5706 19.6569 14 18 14C16.3431 14 15 15.5706 15 17L15 20.5C15 21.2797 15.7326 22 16.6364 22C17.5401 22 18.2727 21.2797 18.2727 20.5L18.2727 17.7647%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 11V10C21 6.22876 21 4.34315 19.7595 3.17157C18.519 2 16.5225 2 12.5294 2L11.4706 2C7.47752 2 5.48098 2 4.24049 3.17157C3 4.34315 3 6.22876 3 10L3 14C3 17.7712 3 19.6569 4.24049 20.8284C5.48098 22 7.47751 22 11.4706 22H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 20.6471L21 17C21 15.5706 19.6569 14 18 14C16.3431 14 15 15.5706 15 17L15 20.5C15 21.2797 15.7326 22 16.6364 22C17.5401 22 18.2727 21.2797 18.2727 20.5L18.2727 17.7647%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 10C3.5 6.22876 3.5 4.34315 4.7448 3.17157C5.98959 2 7.99306 2 12 2H12.7727C16.0339 2 17.6645 2 18.7969 2.79784C19.1214 3.02643 19.4094 3.29752 19.6523 3.60289C20.5 4.66867 20.5 6.20336 20.5 9.27273V11.8182C20.5 14.7814 20.5 16.2629 20.0311 17.4462C19.2772 19.3486 17.6829 20.8491 15.6616 21.5586C14.4044 22 12.8302 22 9.68182 22C7.88275 22 6.98322 22 6.26478 21.7478C5.10979 21.3424 4.19875 20.4849 3.76796 19.3979C3.5 18.7217 3.5 17.8751 3.5 16.1818V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 12C20.5 13.8409 19.0076 15.3333 17.1667 15.3333C16.5009 15.3333 15.716 15.2167 15.0686 15.3901C14.4935 15.5442 14.0442 15.9935 13.8901 16.5686C13.7167 17.216 13.8333 18.0009 13.8333 18.6667C13.8333 20.5076 12.3409 22 10.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 10C3.5 6.22876 3.5 4.34315 4.7448 3.17157C5.98959 2 7.99306 2 12 2H12.7727C16.0339 2 17.6645 2 18.7969 2.79784C19.1214 3.02643 19.4094 3.29752 19.6523 3.60289C20.5 4.66867 20.5 6.20336 20.5 9.27273V11.8182C20.5 14.7814 20.5 16.2629 20.0311 17.4462C19.2772 19.3486 17.6829 20.8491 15.6616 21.5586C14.4044 22 12.8302 22 9.68182 22C7.88275 22 6.98322 22 6.26478 21.7478C5.10979 21.3424 4.19875 20.4849 3.76796 19.3979C3.5 18.7217 3.5 17.8751 3.5 16.1818V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 12C20.5 13.8409 19.0076 15.3333 17.1667 15.3333C16.5009 15.3333 15.716 15.2167 15.0686 15.3901C14.4935 15.5442 14.0442 15.9935 13.8901 16.5686C13.7167 17.216 13.8333 18.0009 13.8333 18.6667C13.8333 20.5076 12.3409 22 10.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 17L9 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13L13 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 14C20.5 17.7712 20.5 19.6569 19.2552 20.8284C18.0104 22 16.0069 22 12 22H11.2273C7.96607 22 6.33546 22 5.20307 21.2022C4.87862 20.9736 4.59058 20.7025 4.3477 20.3971C3.5 19.3313 3.5 17.7966 3.5 14.7273V12.1818C3.5 9.21865 3.5 7.73706 3.96894 6.55375C4.72281 4.65142 6.31714 3.15088 8.33836 2.44135C9.59563 2 11.1698 2 14.3182 2C16.1173 2 17.0168 2 17.7352 2.2522C18.8902 2.65765 19.8012 3.5151 20.232 4.60214C20.5 5.27832 20.5 6.12494 20.5 7.81818V14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 17L9 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13L13 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 14C20.5 17.7712 20.5 19.6569 19.2552 20.8284C18.0104 22 16.0069 22 12 22H11.2273C7.96607 22 6.33546 22 5.20307 21.2022C4.87862 20.9736 4.59058 20.7025 4.3477 20.3971C3.5 19.3313 3.5 17.7966 3.5 14.7273V12.1818C3.5 9.21865 3.5 7.73706 3.96894 6.55375C4.72281 4.65142 6.31714 3.15088 8.33836 2.44135C9.59563 2 11.1698 2 14.3182 2C16.1173 2 17.0168 2 17.7352 2.2522C18.8902 2.65765 19.8012 3.5151 20.232 4.60214C20.5 5.27832 20.5 6.12494 20.5 7.81818V14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 2H13.2727C16.5339 2 18.1645 2 19.2969 2.79784C19.6214 3.02643 19.9094 3.29752 20.1523 3.60289C21 4.66867 21 6.20336 21 9.27273V11.8182C21 14.7814 21 16.2629 20.5311 17.4462C19.7772 19.3486 18.1829 20.8491 16.1616 21.5586C14.9044 22 13.3302 22 10.1818 22C8.38275 22 7.48322 22 6.76478 21.7478C5.60979 21.3424 4.69875 20.4849 4.26796 19.3979C4 18.7217 4 17.8751 4 16.1818V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 13.8409 19.5076 15.3333 17.6667 15.3333C17.0009 15.3333 16.216 15.2167 15.5686 15.3901C14.9935 15.5442 14.5442 15.9935 14.3901 16.5686C14.2167 17.216 14.3333 18.0009 14.3333 18.6667C14.3333 20.5076 12.8409 22 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6L3 6M7 2V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 2H13.2727C16.5339 2 18.1645 2 19.2969 2.79784C19.6214 3.02643 19.9094 3.29752 20.1523 3.60289C21 4.66867 21 6.20336 21 9.27273V11.8182C21 14.7814 21 16.2629 20.5311 17.4462C19.7772 19.3486 18.1829 20.8491 16.1616 21.5586C14.9044 22 13.3302 22 10.1818 22C8.38275 22 7.48322 22 6.76478 21.7478C5.60979 21.3424 4.69875 20.4849 4.26796 19.3979C4 18.7217 4 17.8751 4 16.1818V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 13.8409 19.5076 15.3333 17.6667 15.3333C17.0009 15.3333 16.216 15.2167 15.5686 15.3901C14.9935 15.5442 14.5442 15.9935 14.3901 16.5686C14.2167 17.216 14.3333 18.0009 14.3333 18.6667C14.3333 20.5076 12.8409 22 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6L3 6M7 2V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-attachment{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 8.23077V5.46154C3.5 3.54978 5.067 2 7 2C8.933 2 10.5 3.54978 10.5 5.46154L10.5 9.26923C10.5 10.2251 9.7165 11 8.75 11C7.7835 11 7 10.2251 7 9.26923L7 5.46154%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 2H12.7727C16.0339 2 17.6645 2 18.7969 2.79784C19.1214 3.02643 19.4094 3.29752 19.6523 3.60289C20.5 4.66867 20.5 6.20336 20.5 9.27273V11.8182C20.5 14.7814 20.5 16.2629 20.0311 17.4462C19.2772 19.3486 17.6829 20.8491 15.6616 21.5586C14.4044 22 12.8302 22 9.68182 22C7.88275 22 6.98322 22 6.26478 21.7478C5.10979 21.3424 4.19875 20.4849 3.76796 19.3979C3.5 18.7217 3.5 17.8751 3.5 16.1818V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 12C20.5 13.8409 19.0076 15.3333 17.1667 15.3333C16.5009 15.3333 15.716 15.2167 15.0686 15.3901C14.4935 15.5442 14.0442 15.9935 13.8901 16.5686C13.7167 17.216 13.8333 18.0009 13.8333 18.6667C13.8333 20.5076 12.3409 22 10.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 8.23077V5.46154C3.5 3.54978 5.067 2 7 2C8.933 2 10.5 3.54978 10.5 5.46154L10.5 9.26923C10.5 10.2251 9.7165 11 8.75 11C7.7835 11 7 10.2251 7 9.26923L7 5.46154%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 2H12.7727C16.0339 2 17.6645 2 18.7969 2.79784C19.1214 3.02643 19.4094 3.29752 19.6523 3.60289C20.5 4.66867 20.5 6.20336 20.5 9.27273V11.8182C20.5 14.7814 20.5 16.2629 20.0311 17.4462C19.2772 19.3486 17.6829 20.8491 15.6616 21.5586C14.4044 22 12.8302 22 9.68182 22C7.88275 22 6.98322 22 6.26478 21.7478C5.10979 21.3424 4.19875 20.4849 3.76796 19.3979C3.5 18.7217 3.5 17.8751 3.5 16.1818V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 12C20.5 13.8409 19.0076 15.3333 17.1667 15.3333C16.5009 15.3333 15.716 15.2167 15.0686 15.3901C14.4935 15.5442 14.0442 15.9935 13.8901 16.5686C13.7167 17.216 13.8333 18.0009 13.8333 18.6667C13.8333 20.5076 12.3409 22 10.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-audio{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0002 19.0826V15.9174C21.0002 14.1482 21.0002 13.2636 20.4601 13.0435C19.9199 12.8233 19.2842 13.4488 18.0128 14.6998C17.3509 15.351 16.9662 15.4911 16.0419 15.4911C15.2226 15.4911 14.813 15.4911 14.5187 15.6846C13.9152 16.0814 14.0002 16.8627 14.0002 17.5C14.0002 18.1373 13.9152 18.9186 14.5187 19.3154C14.813 19.5089 15.2226 19.5089 16.0419 19.5089C16.9662 19.5089 17.3509 19.649 18.0128 20.3002C19.2842 21.5512 19.9199 22.1767 20.4601 21.9565C21.0002 21.7364 21.0002 20.8518 21.0002 19.0826Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0002 19.0826V15.9174C21.0002 14.1482 21.0002 13.2636 20.4601 13.0435C19.9199 12.8233 19.2842 13.4488 18.0128 14.6998C17.3509 15.351 16.9662 15.4911 16.0419 15.4911C15.2226 15.4911 14.813 15.4911 14.5187 15.6846C13.9152 16.0814 14.0002 16.8627 14.0002 17.5C14.0002 18.1373 13.9152 18.9186 14.5187 19.3154C14.813 19.5089 15.2226 19.5089 16.0419 19.5089C16.9662 19.5089 17.3509 19.649 18.0128 20.3002C19.2842 21.5512 19.9199 22.1767 20.4601 21.9565C21.0002 21.7364 21.0002 20.8518 21.0002 19.0826Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-block{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.97487 7.97487C9.60825 7.3415 10 6.4665 10 5.5C10 3.567 8.433 2 6.5 2C5.5335 2 4.6585 2.39175 4.02513 3.02513M8.97487 7.97487C8.3415 8.60825 7.4665 9 6.5 9C4.567 9 3 7.433 3 5.5C3 4.5335 3.39175 3.6585 4.02513 3.02513M8.97487 7.97487L4.02513 3.02513%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5 2H13.2727C16.5339 2 18.1645 2 19.2969 2.79784C19.6214 3.02643 19.9094 3.29752 20.1523 3.60289C21 4.66867 21 6.20336 21 9.27273V11.8182C21 14.7814 21 16.2629 20.5311 17.4462C19.7772 19.3486 18.1829 20.8491 16.1616 21.5586C14.9044 22 13.3302 22 10.1818 22C8.38275 22 7.48322 22 6.76478 21.7478C5.60979 21.3424 4.69875 20.4849 4.26796 19.3979C4 18.7217 4 17.8751 4 16.1818V11.8182%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 13.8409 19.5076 15.3333 17.6667 15.3333C17.0009 15.3333 16.216 15.2167 15.5686 15.3901C14.9935 15.5442 14.5442 15.9935 14.3901 16.5686C14.2167 17.216 14.3333 18.0009 14.3333 18.6667C14.3333 20.5076 12.8409 22 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.97487 7.97487C9.60825 7.3415 10 6.4665 10 5.5C10 3.567 8.433 2 6.5 2C5.5335 2 4.6585 2.39175 4.02513 3.02513M8.97487 7.97487C8.3415 8.60825 7.4665 9 6.5 9C4.567 9 3 7.433 3 5.5C3 4.5335 3.39175 3.6585 4.02513 3.02513M8.97487 7.97487L4.02513 3.02513%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5 2H13.2727C16.5339 2 18.1645 2 19.2969 2.79784C19.6214 3.02643 19.9094 3.29752 20.1523 3.60289C21 4.66867 21 6.20336 21 9.27273V11.8182C21 14.7814 21 16.2629 20.5311 17.4462C19.7772 19.3486 18.1829 20.8491 16.1616 21.5586C14.9044 22 13.3302 22 10.1818 22C8.38275 22 7.48322 22 6.76478 21.7478C5.60979 21.3424 4.69875 20.4849 4.26796 19.3979C4 18.7217 4 17.8751 4 16.1818V11.8182%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 13.8409 19.5076 15.3333 17.6667 15.3333C17.0009 15.3333 16.216 15.2167 15.5686 15.3901C14.9935 15.5442 14.5442 15.9935 14.3901 16.5686C14.2167 17.216 14.3333 18.0009 14.3333 18.6667C14.3333 20.5076 12.8409 22 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-bookmark{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5.74755C3 3.98094 3 3.09763 3.51256 2.54882C4.02513 2 4.85008 2 6.5 2C8.14992 2 8.97487 2 9.48744 2.54882C10 3.09763 10 3.98094 10 5.74755V7.54157C10 8.8676 10 9.53062 9.66489 9.81195C9.57217 9.88979 9.46572 9.94678 9.35193 9.9795C8.94067 10.0977 8.44529 9.69994 7.45455 8.90432C7.04241 8.57336 6.83635 8.40788 6.60214 8.3784C6.53428 8.36986 6.46572 8.36986 6.39786 8.3784C6.16365 8.40788 5.95759 8.57336 5.54545 8.90432C4.55471 9.69994 4.05933 10.0977 3.64807 9.9795C3.53428 9.94678 3.42783 9.88979 3.33511 9.81195C3 9.53062 3 8.8676 3 7.54157V5.74755Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 2H13.2727C16.5339 2 18.1645 2 19.2969 2.79784C19.6214 3.02643 19.9094 3.29752 20.1523 3.60289C21 4.66867 21 6.20336 21 9.27273V11.8182C21 14.7814 21 16.2629 20.5311 17.4462C19.7772 19.3486 18.1829 20.8491 16.1616 21.5586C14.9044 22 13.3302 22 10.1818 22C8.38275 22 7.48322 22 6.76478 21.7478C5.60979 21.3424 4.69875 20.4849 4.26796 19.3979C4 18.7217 4 17.8751 4 16.1818V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 13.8409 19.5076 15.3333 17.6667 15.3333C17.0009 15.3333 16.216 15.2167 15.5686 15.3901C14.9935 15.5442 14.5442 15.9935 14.3901 16.5686C14.2167 17.216 14.3333 18.0009 14.3333 18.6667C14.3333 20.5076 12.8409 22 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5.74755C3 3.98094 3 3.09763 3.51256 2.54882C4.02513 2 4.85008 2 6.5 2C8.14992 2 8.97487 2 9.48744 2.54882C10 3.09763 10 3.98094 10 5.74755V7.54157C10 8.8676 10 9.53062 9.66489 9.81195C9.57217 9.88979 9.46572 9.94678 9.35193 9.9795C8.94067 10.0977 8.44529 9.69994 7.45455 8.90432C7.04241 8.57336 6.83635 8.40788 6.60214 8.3784C6.53428 8.36986 6.46572 8.36986 6.39786 8.3784C6.16365 8.40788 5.95759 8.57336 5.54545 8.90432C4.55471 9.69994 4.05933 10.0977 3.64807 9.9795C3.53428 9.94678 3.42783 9.88979 3.33511 9.81195C3 9.53062 3 8.8676 3 7.54157V5.74755Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 2H13.2727C16.5339 2 18.1645 2 19.2969 2.79784C19.6214 3.02643 19.9094 3.29752 20.1523 3.60289C21 4.66867 21 6.20336 21 9.27273V11.8182C21 14.7814 21 16.2629 20.5311 17.4462C19.7772 19.3486 18.1829 20.8491 16.1616 21.5586C14.9044 22 13.3302 22 10.1818 22C8.38275 22 7.48322 22 6.76478 21.7478C5.60979 21.3424 4.69875 20.4849 4.26796 19.3979C4 18.7217 4 17.8751 4 16.1818V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 13.8409 19.5076 15.3333 17.6667 15.3333C17.0009 15.3333 16.216 15.2167 15.5686 15.3901C14.9935 15.5442 14.5442 15.9935 14.3901 16.5686C14.2167 17.216 14.3333 18.0009 14.3333 18.6667C14.3333 20.5076 12.8409 22 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-cloud{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 2H13.2727C16.5339 2 18.1645 2 19.2969 2.79784C19.6214 3.02643 19.9094 3.29752 20.1523 3.60289C21 4.66867 21 6.20336 21 9.27273V11.8182C21 14.7814 21 16.2629 20.5311 17.4462C19.7772 19.3486 18.1829 20.8491 16.1616 21.5586C14.9044 22 13.3302 22 10.1818 22C8.38275 22 7.48322 22 6.76478 21.7478C5.60979 21.3424 4.69875 20.4849 4.26796 19.3979C4 18.7217 4 17.8751 4 16.1818V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 13.8409 19.5076 15.3333 17.6667 15.3333C17.0009 15.3333 16.216 15.2167 15.5686 15.3901C14.9935 15.5442 14.5442 15.9935 14.3901 16.5686C14.2167 17.216 14.3333 18.0009 14.3333 18.6667C14.3333 20.5076 12.8409 22 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 6.66667C3 7.95533 4.00736 9 5.25 9H9.975C11.0934 9 12 8.0598 12 6.9C12 5.7402 11.0833 4.80003 9.96491 4.80003C10.0897 3.36433 8.97992 2 7.5 2C6.20546 2 5.14305 3.03069 5.03419 4.34393C3.89279 4.45657 3 5.45349 3 6.66667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 2H13.2727C16.5339 2 18.1645 2 19.2969 2.79784C19.6214 3.02643 19.9094 3.29752 20.1523 3.60289C21 4.66867 21 6.20336 21 9.27273V11.8182C21 14.7814 21 16.2629 20.5311 17.4462C19.7772 19.3486 18.1829 20.8491 16.1616 21.5586C14.9044 22 13.3302 22 10.1818 22C8.38275 22 7.48322 22 6.76478 21.7478C5.60979 21.3424 4.69875 20.4849 4.26796 19.3979C4 18.7217 4 17.8751 4 16.1818V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 13.8409 19.5076 15.3333 17.6667 15.3333C17.0009 15.3333 16.216 15.2167 15.5686 15.3901C14.9935 15.5442 14.5442 15.9935 14.3901 16.5686C14.2167 17.216 14.3333 18.0009 14.3333 18.6667C14.3333 20.5076 12.8409 22 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 6.66667C3 7.95533 4.00736 9 5.25 9H9.975C11.0934 9 12 8.0598 12 6.9C12 5.7402 11.0833 4.80003 9.96491 4.80003C10.0897 3.36433 8.97992 2 7.5 2C6.20546 2 5.14305 3.03069 5.03419 4.34393C3.89279 4.45657 3 5.45349 3 6.66667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-corrupt{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 22.1942C9.13078 22.1957 8.45772 22.1841 7.90733 22.1427C6.59818 22.0443 5.16301 21.6881 4.38288 20.6332C4.28115 20.4957 4.18594 20.3431 4.09474 20.173C3.59621 19.2433 3.5 18.1604 3.5 17.1057V10.5822C3.5 9.00335 3.54361 7.36507 4.32263 5.99132C5.0304 4.74322 6.11215 3.69972 7.52571 3.06729C8.15522 2.78565 8.80685 2.52918 9.48531 2.40499C10.6451 2.1927 12.5823 2.16754 16 2.21409C18.2152 2.41259 19.3251 3.02854 20.0642 4.57166C20.4135 5.30092 20.4994 6.1223 20.4983 6.93077C20.4928 10.9538 20.489 13.9196 20.5 18.1982C20.088 21.2878 18.4113 22.0172 15.5008 22.1731C15.1863 22.1899 14.8842 22.0496 14.6874 21.8038L13.255 20.0151C13.0948 19.8151 13.0336 19.5459 13.1567 19.3211C13.417 18.8455 13.9233 18.31 14.6468 17.5634C14.8408 17.3632 14.8331 17.0431 14.6311 16.8509C13.8461 16.1035 13.3677 15.5913 13.0951 14.9543C13.0288 14.7994 13.0635 14.6224 13.1688 14.4908L15.1648 12.2101%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12.2139C3.5 10.373 4.99238 8.88054 6.83333 8.88054C7.49912 8.88054 8.28404 8.9972 8.93137 8.82375C9.50652 8.66963 9.95576 8.22039 10.1099 7.64523C10.2833 6.99791 10.1667 6.21299 10.1667 5.5472C10.1667 3.70625 11.6591 2.21387 13.5 2.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 22.1942C9.13078 22.1957 8.45772 22.1841 7.90733 22.1427C6.59818 22.0443 5.16301 21.6881 4.38288 20.6332C4.28115 20.4957 4.18594 20.3431 4.09474 20.173C3.59621 19.2433 3.5 18.1604 3.5 17.1057V10.5822C3.5 9.00335 3.54361 7.36507 4.32263 5.99132C5.0304 4.74322 6.11215 3.69972 7.52571 3.06729C8.15522 2.78565 8.80685 2.52918 9.48531 2.40499C10.6451 2.1927 12.5823 2.16754 16 2.21409C18.2152 2.41259 19.3251 3.02854 20.0642 4.57166C20.4135 5.30092 20.4994 6.1223 20.4983 6.93077C20.4928 10.9538 20.489 13.9196 20.5 18.1982C20.088 21.2878 18.4113 22.0172 15.5008 22.1731C15.1863 22.1899 14.8842 22.0496 14.6874 21.8038L13.255 20.0151C13.0948 19.8151 13.0336 19.5459 13.1567 19.3211C13.417 18.8455 13.9233 18.31 14.6468 17.5634C14.8408 17.3632 14.8331 17.0431 14.6311 16.8509C13.8461 16.1035 13.3677 15.5913 13.0951 14.9543C13.0288 14.7994 13.0635 14.6224 13.1688 14.4908L15.1648 12.2101%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12.2139C3.5 10.373 4.99238 8.88054 6.83333 8.88054C7.49912 8.88054 8.28404 8.9972 8.93137 8.82375C9.50652 8.66963 9.95576 8.22039 10.1099 7.64523C10.2833 6.99791 10.1667 6.21299 10.1667 5.5472C10.1667 3.70625 11.6591 2.21387 13.5 2.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-download{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 2H12.7727C16.0339 2 17.6645 2 18.7969 2.79784C19.1214 3.02643 19.4094 3.29752 19.6523 3.60289C20.5 4.66867 20.5 6.20336 20.5 9.27273V11.8182C20.5 14.7814 20.5 16.2629 20.0311 17.4462C19.2772 19.3486 17.6829 20.8491 15.6616 21.5586C14.4044 22 12.8302 22 9.68182 22C7.88275 22 6.98322 22 6.26478 21.7478C5.10979 21.3424 4.19875 20.4849 3.76796 19.3979C3.5 18.7217 3.5 17.8751 3.5 16.1818V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 12C20.5 13.8409 19.0076 15.3333 17.1667 15.3333C16.5009 15.3333 15.716 15.2167 15.0686 15.3901C14.4935 15.5442 14.0442 15.9935 13.8901 16.5686C13.7167 17.216 13.8333 18.0009 13.8333 18.6667C13.8333 20.5076 12.3409 22 10.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 7.5C4.99153 8.0057 6.29977 10 7 10M9.5 7.5C9.00847 8.0057 7.70023 10 7 10M7 10L7 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 2H12.7727C16.0339 2 17.6645 2 18.7969 2.79784C19.1214 3.02643 19.4094 3.29752 19.6523 3.60289C20.5 4.66867 20.5 6.20336 20.5 9.27273V11.8182C20.5 14.7814 20.5 16.2629 20.0311 17.4462C19.2772 19.3486 17.6829 20.8491 15.6616 21.5586C14.4044 22 12.8302 22 9.68182 22C7.88275 22 6.98322 22 6.26478 21.7478C5.10979 21.3424 4.19875 20.4849 3.76796 19.3979C3.5 18.7217 3.5 17.8751 3.5 16.1818V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 12C20.5 13.8409 19.0076 15.3333 17.1667 15.3333C16.5009 15.3333 15.716 15.2167 15.0686 15.3901C14.4935 15.5442 14.0442 15.9935 13.8901 16.5686C13.7167 17.216 13.8333 18.0009 13.8333 18.6667C13.8333 20.5076 12.3409 22 10.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 7.5C4.99153 8.0057 6.29977 10 7 10M9.5 7.5C9.00847 8.0057 7.70023 10 7 10M7 10L7 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-edit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2322 11.2154V8.03301C20.2322 6.33949 20.2322 5.49273 19.9633 4.81644C19.531 3.72922 18.617 2.87163 17.4582 2.46611C16.7374 2.21387 15.8349 2.21387 14.0299 2.21387C10.871 2.21387 9.29162 2.21387 8.03018 2.65529C6.00226 3.36494 4.40265 4.86573 3.64628 6.76837C3.17578 7.95188 3.17578 9.43371 3.17578 12.3974V14.9433C3.17578 18.0131 3.17578 19.5481 4.02629 20.614C4.26998 20.9195 4.55897 21.1906 4.8845 21.4192C5.93286 22.1555 7.40682 22.2124 10.199 22.2168%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.17773 12.1949C3.17773 10.354 4.75781 8.88054 6.59876 8.88054C7.26455 8.88054 8.04947 8.9972 8.6968 8.82375C9.27195 8.66963 9.72119 8.22039 9.87531 7.64523C10.0488 6.99791 9.9321 6.21299 9.9321 5.5472C9.9321 3.70625 11.4245 2.21387 13.2654 2.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.0549 14.6987L20.7425 15.3828C21.3242 15.9616 21.3242 16.9 20.7425 17.4788L17.1402 21.1303C16.8568 21.4122 16.4943 21.6023 16.1004 21.6755L13.8678 22.1577C13.5153 22.2338 13.2014 21.9224 13.2769 21.5715L13.7522 19.3629C13.8257 18.971 14.0168 18.6103 14.3001 18.3284L17.9483 14.6987C18.53 14.12 19.4732 14.12 20.0549 14.6987Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2322 11.2154V8.03301C20.2322 6.33949 20.2322 5.49273 19.9633 4.81644C19.531 3.72922 18.617 2.87163 17.4582 2.46611C16.7374 2.21387 15.8349 2.21387 14.0299 2.21387C10.871 2.21387 9.29162 2.21387 8.03018 2.65529C6.00226 3.36494 4.40265 4.86573 3.64628 6.76837C3.17578 7.95188 3.17578 9.43371 3.17578 12.3974V14.9433C3.17578 18.0131 3.17578 19.5481 4.02629 20.614C4.26998 20.9195 4.55897 21.1906 4.8845 21.4192C5.93286 22.1555 7.40682 22.2124 10.199 22.2168%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.17773 12.1949C3.17773 10.354 4.75781 8.88054 6.59876 8.88054C7.26455 8.88054 8.04947 8.9972 8.6968 8.82375C9.27195 8.66963 9.72119 8.22039 9.87531 7.64523C10.0488 6.99791 9.9321 6.21299 9.9321 5.5472C9.9321 3.70625 11.4245 2.21387 13.2654 2.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.0549 14.6987L20.7425 15.3828C21.3242 15.9616 21.3242 16.9 20.7425 17.4788L17.1402 21.1303C16.8568 21.4122 16.4943 21.6023 16.1004 21.6755L13.8678 22.1577C13.5153 22.2338 13.2014 21.9224 13.2769 21.5715L13.7522 19.3629C13.8257 18.971 14.0168 18.6103 14.3001 18.3284L17.9483 14.6987C18.53 14.12 19.4732 14.12 20.0549 14.6987Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-export{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 16C19.0057 16.4915 21 17.7998 21 18.5M18.5 21C19.0057 20.5085 21 19.2002 21 18.5M21 18.5L13 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 16C19.0057 16.4915 21 17.7998 21 18.5M18.5 21C19.0057 20.5085 21 19.2002 21 18.5M21 18.5L13 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-favourite{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12V16.1801C4 17.8738 4 18.7207 4.26796 19.3971C4.69875 20.4845 5.60979 21.3422 6.76478 21.7477C7.48322 22 8.38275 22 10.1818 22C13.3302 22 14.9044 22 16.1616 21.5585C18.1829 20.8488 19.7772 19.3478 20.5311 17.4449C21 16.2612 21 14.7792 21 11.8152V9.26898C21 6.19871 21 4.66357 20.1523 3.59748C19.9094 3.29202 19.6214 3.02085 19.2969 2.79219C18.3849 2.14945 17.1498 2.02435 15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 13.8409 19.5076 15.3333 17.6667 15.3333C17.0009 15.3333 16.216 15.2167 15.5686 15.3901C14.9935 15.5442 14.5442 15.9935 14.3901 16.5686C14.2167 17.216 14.3333 18.0009 14.3333 18.6667C14.3333 20.5076 12.8409 22 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.14185 2.44156C5.34859 1.71049 6.40183 2.0051 7.03454 2.47439C7.29397 2.66681 7.42368 2.76302 7.5 2.76302C7.57632 2.76302 7.70603 2.66681 7.96546 2.47439C8.59817 2.0051 9.65141 1.71049 10.8582 2.44156C12.4419 3.40102 12.8002 6.56632 9.14721 9.23676C8.45143 9.7454 8.10353 9.99972 7.5 9.99972C6.89647 9.99972 6.54857 9.7454 5.85279 9.23676C2.19977 6.56632 2.55813 3.40102 4.14185 2.44156Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12V16.1801C4 17.8738 4 18.7207 4.26796 19.3971C4.69875 20.4845 5.60979 21.3422 6.76478 21.7477C7.48322 22 8.38275 22 10.1818 22C13.3302 22 14.9044 22 16.1616 21.5585C18.1829 20.8488 19.7772 19.3478 20.5311 17.4449C21 16.2612 21 14.7792 21 11.8152V9.26898C21 6.19871 21 4.66357 20.1523 3.59748C19.9094 3.29202 19.6214 3.02085 19.2969 2.79219C18.3849 2.14945 17.1498 2.02435 15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 13.8409 19.5076 15.3333 17.6667 15.3333C17.0009 15.3333 16.216 15.2167 15.5686 15.3901C14.9935 15.5442 14.5442 15.9935 14.3901 16.5686C14.2167 17.216 14.3333 18.0009 14.3333 18.6667C14.3333 20.5076 12.8409 22 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.14185 2.44156C5.34859 1.71049 6.40183 2.0051 7.03454 2.47439C7.29397 2.66681 7.42368 2.76302 7.5 2.76302C7.57632 2.76302 7.70603 2.66681 7.96546 2.47439C8.59817 2.0051 9.65141 1.71049 10.8582 2.44156C12.4419 3.40102 12.8002 6.56632 9.14721 9.23676C8.45143 9.7454 8.10353 9.99972 7.5 9.99972C6.89647 9.99972 6.54857 9.7454 5.85279 9.23676C2.19977 6.56632 2.55813 3.40102 4.14185 2.44156Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-import{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 16C14.9943 16.4915 13 17.7998 13 18.5M15.5 21C14.9943 20.5085 13 19.2002 13 18.5M13 18.5L21 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 16C14.9943 16.4915 13 17.7998 13 18.5M15.5 21C14.9943 20.5085 13 19.2002 13 18.5M13 18.5L21 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-link{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2H12.7727C16.0339 2 17.6645 2 18.7969 2.79784C19.1214 3.02643 19.4094 3.29752 19.6523 3.60289C20.5 4.66867 20.5 6.20336 20.5 9.27273V11.8182C20.5 14.7814 20.5 16.2629 20.0311 17.4462C19.2772 19.3486 17.6829 20.8491 15.6616 21.5586C14.4044 22 12.8302 22 9.68182 22C7.88275 22 6.98322 22 6.26478 21.7478C5.10979 21.3424 4.19875 20.4849 3.76796 19.3979C3.5 18.7217 3.5 17.8751 3.5 16.1818V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 12C20.5 13.8409 19.0076 15.3333 17.1667 15.3333C16.5009 15.3333 15.716 15.2167 15.0686 15.3901C14.4935 15.5442 14.0442 15.9935 13.8901 16.5686C13.7167 17.216 13.8333 18.0009 13.8333 18.6667C13.8333 20.5076 12.3409 22 10.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.70569 9.44141C8.45931 10.1862 9.68117 10.1862 10.4348 9.44141C11.1884 8.69662 11.1884 7.48908 10.4348 6.74429L8.7291 5.05859C8.06295 4.40025 7.03095 4.32384 6.27987 4.82935M6.29431 2.55859C5.54069 1.8138 4.31883 1.8138 3.56521 2.55859C2.8116 3.30338 2.8116 4.51092 3.56521 5.25571L5.2709 6.94141C5.94932 7.61187 7.00718 7.67878 7.76133 7.14213%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2H12.7727C16.0339 2 17.6645 2 18.7969 2.79784C19.1214 3.02643 19.4094 3.29752 19.6523 3.60289C20.5 4.66867 20.5 6.20336 20.5 9.27273V11.8182C20.5 14.7814 20.5 16.2629 20.0311 17.4462C19.2772 19.3486 17.6829 20.8491 15.6616 21.5586C14.4044 22 12.8302 22 9.68182 22C7.88275 22 6.98322 22 6.26478 21.7478C5.10979 21.3424 4.19875 20.4849 3.76796 19.3979C3.5 18.7217 3.5 17.8751 3.5 16.1818V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 12C20.5 13.8409 19.0076 15.3333 17.1667 15.3333C16.5009 15.3333 15.716 15.2167 15.0686 15.3901C14.4935 15.5442 14.0442 15.9935 13.8901 16.5686C13.7167 17.216 13.8333 18.0009 13.8333 18.6667C13.8333 20.5076 12.3409 22 10.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.70569 9.44141C8.45931 10.1862 9.68117 10.1862 10.4348 9.44141C11.1884 8.69662 11.1884 7.48908 10.4348 6.74429L8.7291 5.05859C8.06295 4.40025 7.03095 4.32384 6.27987 4.82935M6.29431 2.55859C5.54069 1.8138 4.31883 1.8138 3.56521 2.55859C2.8116 3.30338 2.8116 4.51092 3.56521 5.25571L5.2709 6.94141C5.94932 7.61187 7.00718 7.67878 7.76133 7.14213%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-locked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0006 22.2139H10.7283C7.47199 22.2139 5.84386 22.2139 4.71318 21.4161C4.38923 21.1875 4.10162 20.9164 3.85911 20.611C3.0127 19.5452 3.0127 18.0105 3.0127 14.9412V12.3957C3.0127 9.43252 3.0127 7.95093 3.48092 6.76762C4.23365 4.86529 5.82556 3.36475 7.84372 2.65522C9.09908 2.21387 10.6709 2.21387 13.8145 2.21387C15.6109 2.21387 16.509 2.21387 17.2263 2.46607C18.3796 2.87152 19.2892 3.72897 19.7193 4.81601C19.9869 5.49219 19.9869 6.33881 19.9869 8.03205V10.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12.2139C3 10.373 4.49116 8.88054 6.3306 8.88054C6.99584 8.88054 7.78011 8.9972 8.42691 8.82375C9.00159 8.66963 9.45046 8.22039 9.60446 7.64523C9.77776 6.99791 9.6612 6.21299 9.6612 5.5472C9.6612 3.70625 11.1524 2.21387 12.9918 2.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.7417 16.3943L15.7416 15.0035C15.7416 14.7981 15.7502 14.5901 15.8238 14.3983C16.0195 13.8877 16.5381 13.2188 17.4821 13.2188C18.4262 13.2188 18.9651 13.8877 19.1609 14.3983C19.2344 14.5901 19.243 14.7981 19.243 15.0035L19.243 16.3943M15.8111 22.2187H19.1939C20.1898 22.2187 20.9972 21.4119 20.9972 20.4167V18.4148C20.9972 17.4196 20.1898 16.6128 19.1939 16.6128H15.8111C14.8152 16.6128 14.0078 17.4196 14.0078 18.4148V20.4167C14.0078 21.4119 14.8152 22.2187 15.8111 22.2187Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0006 22.2139H10.7283C7.47199 22.2139 5.84386 22.2139 4.71318 21.4161C4.38923 21.1875 4.10162 20.9164 3.85911 20.611C3.0127 19.5452 3.0127 18.0105 3.0127 14.9412V12.3957C3.0127 9.43252 3.0127 7.95093 3.48092 6.76762C4.23365 4.86529 5.82556 3.36475 7.84372 2.65522C9.09908 2.21387 10.6709 2.21387 13.8145 2.21387C15.6109 2.21387 16.509 2.21387 17.2263 2.46607C18.3796 2.87152 19.2892 3.72897 19.7193 4.81601C19.9869 5.49219 19.9869 6.33881 19.9869 8.03205V10.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12.2139C3 10.373 4.49116 8.88054 6.3306 8.88054C6.99584 8.88054 7.78011 8.9972 8.42691 8.82375C9.00159 8.66963 9.45046 8.22039 9.60446 7.64523C9.77776 6.99791 9.6612 6.21299 9.6612 5.5472C9.6612 3.70625 11.1524 2.21387 12.9918 2.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.7417 16.3943L15.7416 15.0035C15.7416 14.7981 15.7502 14.5901 15.8238 14.3983C16.0195 13.8877 16.5381 13.2188 17.4821 13.2188C18.4262 13.2188 18.9651 13.8877 19.1609 14.3983C19.2344 14.5901 19.243 14.7981 19.243 15.0035L19.243 16.3943M15.8111 22.2187H19.1939C20.1898 22.2187 20.9972 21.4119 20.9972 20.4167V18.4148C20.9972 17.4196 20.1898 16.6128 19.1939 16.6128H15.8111C14.8152 16.6128 14.0078 17.4196 14.0078 18.4148V20.4167C14.0078 21.4119 14.8152 22.2187 15.8111 22.2187Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-management{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9.71428V11M7 9.71428C5.84322 9.71428 4.82406 9.14608 4.22632 8.28331M7 9.71428C8.15678 9.71428 9.17594 9.14608 9.77368 8.28331M7 3.28571C8.15687 3.28571 9.17609 3.854 9.77381 4.71688M7 3.28571C5.84313 3.28571 4.82391 3.854 4.22619 4.71688M7 3.28571V2M11 3.92857L9.77381 4.71688M3.00042 9.07143L4.22632 8.28331M3 3.92857L4.22619 4.71688M10.9996 9.07143L9.77368 8.28331M9.77381 4.71688C10.1273 5.22711 10.3333 5.84035 10.3333 6.5C10.3333 7.15973 10.1272 7.77304 9.77368 8.28331M4.22619 4.71688C3.87274 5.22711 3.66667 5.84035 3.66667 6.5C3.66667 7.15973 3.87279 7.77304 4.22632 8.28331%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 2H13.2727C16.5339 2 18.1645 2 19.2969 2.79784C19.6214 3.02643 19.9094 3.29752 20.1523 3.60289C21 4.66867 21 6.20336 21 9.27273V11.8182C21 14.7814 21 16.2629 20.5311 17.4462C19.7772 19.3486 18.1829 20.8491 16.1616 21.5586C14.9044 22 13.3302 22 10.1818 22C8.38275 22 7.48322 22 6.76478 21.7478C5.60979 21.3424 4.69875 20.4849 4.26796 19.3979C4 18.7217 4 17.8751 4 16.1818V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 13.8409 19.5076 15.3333 17.6667 15.3333C17.0009 15.3333 16.216 15.2167 15.5686 15.3901C14.9935 15.5442 14.5442 15.9935 14.3901 16.5686C14.2167 17.216 14.3333 18.0009 14.3333 18.6667C14.3333 20.5076 12.8409 22 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9.71428V11M7 9.71428C5.84322 9.71428 4.82406 9.14608 4.22632 8.28331M7 9.71428C8.15678 9.71428 9.17594 9.14608 9.77368 8.28331M7 3.28571C8.15687 3.28571 9.17609 3.854 9.77381 4.71688M7 3.28571C5.84313 3.28571 4.82391 3.854 4.22619 4.71688M7 3.28571V2M11 3.92857L9.77381 4.71688M3.00042 9.07143L4.22632 8.28331M3 3.92857L4.22619 4.71688M10.9996 9.07143L9.77368 8.28331M9.77381 4.71688C10.1273 5.22711 10.3333 5.84035 10.3333 6.5C10.3333 7.15973 10.1272 7.77304 9.77368 8.28331M4.22619 4.71688C3.87274 5.22711 3.66667 5.84035 3.66667 6.5C3.66667 7.15973 3.87279 7.77304 4.22632 8.28331%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 2H13.2727C16.5339 2 18.1645 2 19.2969 2.79784C19.6214 3.02643 19.9094 3.29752 20.1523 3.60289C21 4.66867 21 6.20336 21 9.27273V11.8182C21 14.7814 21 16.2629 20.5311 17.4462C19.7772 19.3486 18.1829 20.8491 16.1616 21.5586C14.9044 22 13.3302 22 10.1818 22C8.38275 22 7.48322 22 6.76478 21.7478C5.60979 21.3424 4.69875 20.4849 4.26796 19.3979C4 18.7217 4 17.8751 4 16.1818V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 13.8409 19.5076 15.3333 17.6667 15.3333C17.0009 15.3333 16.216 15.2167 15.5686 15.3901C14.9935 15.5442 14.5442 15.9935 14.3901 16.5686C14.2167 17.216 14.3333 18.0009 14.3333 18.6667C14.3333 20.5076 12.8409 22 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-minus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 6L3 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 2H13.2727C16.5339 2 18.1645 2 19.2969 2.79784C19.6214 3.02643 19.9094 3.29752 20.1523 3.60289C21 4.66867 21 6.20336 21 9.27273V11.8182C21 14.7814 21 16.2629 20.5311 17.4462C19.7772 19.3486 18.1829 20.8491 16.1616 21.5586C14.9044 22 13.3302 22 10.1818 22C8.38275 22 7.48322 22 6.76478 21.7478C5.60979 21.3424 4.69875 20.4849 4.26796 19.3979C4 18.7217 4 17.8751 4 16.1818V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 13.8409 19.5076 15.3333 17.6667 15.3333C17.0009 15.3333 16.216 15.2167 15.5686 15.3901C14.9935 15.5442 14.5442 15.9935 14.3901 16.5686C14.2167 17.216 14.3333 18.0009 14.3333 18.6667C14.3333 20.5076 12.8409 22 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 6L3 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 2H13.2727C16.5339 2 18.1645 2 19.2969 2.79784C19.6214 3.02643 19.9094 3.29752 20.1523 3.60289C21 4.66867 21 6.20336 21 9.27273V11.8182C21 14.7814 21 16.2629 20.5311 17.4462C19.7772 19.3486 18.1829 20.8491 16.1616 21.5586C14.9044 22 13.3302 22 10.1818 22C8.38275 22 7.48322 22 6.76478 21.7478C5.60979 21.3424 4.69875 20.4849 4.26796 19.3979C4 18.7217 4 17.8751 4 16.1818V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 13.8409 19.5076 15.3333 17.6667 15.3333C17.0009 15.3333 16.216 15.2167 15.5686 15.3901C14.9935 15.5442 14.5442 15.9935 14.3901 16.5686C14.2167 17.216 14.3333 18.0009 14.3333 18.6667C14.3333 20.5076 12.8409 22 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-music{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.375 19.75C18.375 20.9926 17.3956 22 16.1875 22C14.9794 22 14 20.9926 14 19.75C14 18.5074 14.9794 17.5 16.1875 17.5C17.3956 17.5 18.375 18.5074 18.375 19.75ZM18.375 19.75V13C18.6667 13.45 18.9 15.34 21 15.7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818L20 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.375 19.75C18.375 20.9926 17.3956 22 16.1875 22C14.9794 22 14 20.9926 14 19.75C14 18.5074 14.9794 17.5 16.1875 17.5C17.3956 17.5 18.375 18.5074 18.375 19.75ZM18.375 19.75V13C18.6667 13.45 18.9 15.34 21 15.7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818L20 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-not-found{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.26478 21.7478L6.01636 22.4555L6.26478 21.7478ZM3.76796 19.3979L3.07072 19.6742V19.6742L3.76796 19.3979ZM15.6616 21.5586L15.4132 20.851L15.6616 21.5586ZM18.7969 2.79784L18.365 3.41094L18.7969 2.79784ZM19.6523 3.60289L19.0653 4.06975L19.6523 3.60289ZM21.25 12C21.25 11.5858 20.9142 11.25 20.5 11.25C20.0858 11.25 19.75 11.5858 19.75 12H21.25ZM13.8901 16.5686L13.1657 16.3745L13.8901 16.5686ZM15.0686 15.3901L14.8745 14.6657H14.8745L15.0686 15.3901ZM10.5 21.25C10.0858 21.25 9.75 21.5858 9.75 22C9.75 22.4142 10.0858 22.75 10.5 22.75V21.25ZM4.75634 4.40714C4.93648 4.03415 4.78013 3.58575 4.40714 3.40561C4.03415 3.22548 3.58575 3.38182 3.40561 3.75481L4.75634 4.40714ZM19.6901 19.551C19.942 19.2222 19.8798 18.7515 19.551 18.4995C19.2222 18.2475 18.7515 18.3098 18.4995 18.6386L19.6901 19.551ZM15.4477 16.0766C15.8572 16.0145 16.1388 15.6321 16.0766 15.2226C16.0145 14.8131 15.6321 14.5315 15.2226 14.5936L15.4477 16.0766ZM19.6182 16.0164C19.5618 16.4267 19.8487 16.8051 20.259 16.8616C20.6694 16.918 21.0478 16.6311 21.1042 16.2208L19.6182 16.0164ZM18.5995 14.15C18.2551 14.3801 18.1625 14.8458 18.3926 15.1902C18.6227 15.5346 19.0885 15.6273 19.4329 15.3972L18.5995 14.15ZM6.36069 1.5556C5.95705 1.6486 5.70523 2.05121 5.79824 2.45485C5.89124 2.85848 6.29385 3.1103 6.69749 3.0173L6.36069 1.5556ZM12 2.75H12.7727V1.25H12V2.75ZM19.75 9.27273V11.8182H21.25V9.27273H19.75ZM4.25 16.1818V10H2.75V16.1818H4.25ZM9.68182 21.25C7.81928 21.25 7.08053 21.2393 6.5132 21.0401L6.01636 22.4555C6.8859 22.7607 7.94622 22.75 9.68182 22.75V21.25ZM2.75 16.1818C2.75 17.0185 2.74962 17.6824 2.78512 18.2206C2.82106 18.7655 2.89606 19.2334 3.07072 19.6742L4.46521 19.1215C4.37191 18.8861 4.31292 18.5926 4.28187 18.1219C4.25038 17.6444 4.25 17.0383 4.25 16.1818H2.75ZM6.5132 21.0401C5.55229 20.7028 4.81176 19.996 4.46521 19.1215L3.07072 19.6742C3.58574 20.9738 4.66729 21.9819 6.01636 22.4555L6.5132 21.0401ZM9.68182 22.75C12.7667 22.75 14.5017 22.7607 15.9101 22.2663L15.4132 20.851C14.3071 21.2393 12.8937 21.25 9.68182 21.25V22.75ZM12.7727 2.75C14.4194 2.75 15.5965 2.75095 16.5054 2.84569C17.4023 2.93918 17.9478 3.11702 18.365 3.41094L19.2289 2.18473C18.5137 1.68081 17.6776 1.45974 16.6609 1.35377C15.6561 1.24905 14.3872 1.25 12.7727 1.25V2.75ZM21.25 9.27273C21.25 7.7562 21.2512 6.55336 21.1389 5.59882C21.0245 4.62665 20.7842 3.82109 20.2393 3.13602L19.0653 4.06975C19.3681 4.45047 19.5516 4.94515 19.6492 5.77411C19.7488 6.62069 19.75 7.71989 19.75 9.27273H21.25ZM18.365 3.41094C18.6321 3.59913 18.8677 3.82123 19.0653 4.06975L20.2393 3.13602C19.9512 2.77382 19.6107 2.45373 19.2289 2.18473L18.365 3.41094ZM14.6146 16.7628C14.6993 16.4464 14.9464 16.1993 15.2627 16.1146L14.8745 14.6657C14.0405 14.8891 13.3891 15.5406 13.1657 16.3745L14.6146 16.7628ZM10.5 22.75C12.7552 22.75 14.5833 20.9218 14.5833 18.6667H13.0833C13.0833 20.0934 11.9267 21.25 10.5 21.25V22.75ZM14.5833 18.6667C14.5833 18.4809 14.5752 18.2913 14.567 18.1142C14.5586 17.9319 14.55 17.7633 14.5465 17.5952C14.5394 17.2545 14.5558 16.9819 14.6146 16.7628L13.1657 16.3745C13.051 16.8027 13.039 17.2462 13.0468 17.6263C13.0508 17.8186 13.0606 18.0114 13.0686 18.1838C13.0769 18.3614 13.0833 18.5195 13.0833 18.6667H14.5833ZM4.25 10C4.25 8.52702 4.25048 7.38024 4.3205 6.45098C4.39061 5.5206 4.52665 4.88275 4.75634 4.40714L3.40561 3.75481C3.05433 4.48218 2.89988 5.34119 2.82474 6.33826C2.74952 7.33644 2.75 8.54768 2.75 10H4.25ZM18.4995 18.6386C17.7384 19.6317 16.6707 20.4096 15.4132 20.851L15.9101 22.2663C17.4362 21.7306 18.7473 20.7811 19.6901 19.551L18.4995 18.6386ZM15.2226 14.5936C15.108 14.611 14.9914 14.6344 14.8745 14.6657L15.2627 16.1146C15.319 16.0995 15.3805 16.0868 15.4477 16.0766L15.2226 14.5936ZM19.75 11.8182C19.75 13.8164 19.7483 15.0708 19.6182 16.0164L21.1042 16.2208C21.2517 15.1484 21.25 13.7694 21.25 11.8182H19.75ZM19.75 12C19.75 12.8957 19.2948 13.6854 18.5995 14.15L19.4329 15.3972C20.5269 14.6662 21.25 13.4177 21.25 12H19.75ZM12 1.25C9.53546 1.25 7.7078 1.2452 6.36069 1.5556L6.69749 3.0173C7.83672 2.7548 9.45343 2.75 12 2.75V1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.26478 21.7478L6.01636 22.4555L6.26478 21.7478ZM3.76796 19.3979L3.07072 19.6742V19.6742L3.76796 19.3979ZM15.6616 21.5586L15.4132 20.851L15.6616 21.5586ZM18.7969 2.79784L18.365 3.41094L18.7969 2.79784ZM19.6523 3.60289L19.0653 4.06975L19.6523 3.60289ZM21.25 12C21.25 11.5858 20.9142 11.25 20.5 11.25C20.0858 11.25 19.75 11.5858 19.75 12H21.25ZM13.8901 16.5686L13.1657 16.3745L13.8901 16.5686ZM15.0686 15.3901L14.8745 14.6657H14.8745L15.0686 15.3901ZM10.5 21.25C10.0858 21.25 9.75 21.5858 9.75 22C9.75 22.4142 10.0858 22.75 10.5 22.75V21.25ZM4.75634 4.40714C4.93648 4.03415 4.78013 3.58575 4.40714 3.40561C4.03415 3.22548 3.58575 3.38182 3.40561 3.75481L4.75634 4.40714ZM19.6901 19.551C19.942 19.2222 19.8798 18.7515 19.551 18.4995C19.2222 18.2475 18.7515 18.3098 18.4995 18.6386L19.6901 19.551ZM15.4477 16.0766C15.8572 16.0145 16.1388 15.6321 16.0766 15.2226C16.0145 14.8131 15.6321 14.5315 15.2226 14.5936L15.4477 16.0766ZM19.6182 16.0164C19.5618 16.4267 19.8487 16.8051 20.259 16.8616C20.6694 16.918 21.0478 16.6311 21.1042 16.2208L19.6182 16.0164ZM18.5995 14.15C18.2551 14.3801 18.1625 14.8458 18.3926 15.1902C18.6227 15.5346 19.0885 15.6273 19.4329 15.3972L18.5995 14.15ZM6.36069 1.5556C5.95705 1.6486 5.70523 2.05121 5.79824 2.45485C5.89124 2.85848 6.29385 3.1103 6.69749 3.0173L6.36069 1.5556ZM12 2.75H12.7727V1.25H12V2.75ZM19.75 9.27273V11.8182H21.25V9.27273H19.75ZM4.25 16.1818V10H2.75V16.1818H4.25ZM9.68182 21.25C7.81928 21.25 7.08053 21.2393 6.5132 21.0401L6.01636 22.4555C6.8859 22.7607 7.94622 22.75 9.68182 22.75V21.25ZM2.75 16.1818C2.75 17.0185 2.74962 17.6824 2.78512 18.2206C2.82106 18.7655 2.89606 19.2334 3.07072 19.6742L4.46521 19.1215C4.37191 18.8861 4.31292 18.5926 4.28187 18.1219C4.25038 17.6444 4.25 17.0383 4.25 16.1818H2.75ZM6.5132 21.0401C5.55229 20.7028 4.81176 19.996 4.46521 19.1215L3.07072 19.6742C3.58574 20.9738 4.66729 21.9819 6.01636 22.4555L6.5132 21.0401ZM9.68182 22.75C12.7667 22.75 14.5017 22.7607 15.9101 22.2663L15.4132 20.851C14.3071 21.2393 12.8937 21.25 9.68182 21.25V22.75ZM12.7727 2.75C14.4194 2.75 15.5965 2.75095 16.5054 2.84569C17.4023 2.93918 17.9478 3.11702 18.365 3.41094L19.2289 2.18473C18.5137 1.68081 17.6776 1.45974 16.6609 1.35377C15.6561 1.24905 14.3872 1.25 12.7727 1.25V2.75ZM21.25 9.27273C21.25 7.7562 21.2512 6.55336 21.1389 5.59882C21.0245 4.62665 20.7842 3.82109 20.2393 3.13602L19.0653 4.06975C19.3681 4.45047 19.5516 4.94515 19.6492 5.77411C19.7488 6.62069 19.75 7.71989 19.75 9.27273H21.25ZM18.365 3.41094C18.6321 3.59913 18.8677 3.82123 19.0653 4.06975L20.2393 3.13602C19.9512 2.77382 19.6107 2.45373 19.2289 2.18473L18.365 3.41094ZM14.6146 16.7628C14.6993 16.4464 14.9464 16.1993 15.2627 16.1146L14.8745 14.6657C14.0405 14.8891 13.3891 15.5406 13.1657 16.3745L14.6146 16.7628ZM10.5 22.75C12.7552 22.75 14.5833 20.9218 14.5833 18.6667H13.0833C13.0833 20.0934 11.9267 21.25 10.5 21.25V22.75ZM14.5833 18.6667C14.5833 18.4809 14.5752 18.2913 14.567 18.1142C14.5586 17.9319 14.55 17.7633 14.5465 17.5952C14.5394 17.2545 14.5558 16.9819 14.6146 16.7628L13.1657 16.3745C13.051 16.8027 13.039 17.2462 13.0468 17.6263C13.0508 17.8186 13.0606 18.0114 13.0686 18.1838C13.0769 18.3614 13.0833 18.5195 13.0833 18.6667H14.5833ZM4.25 10C4.25 8.52702 4.25048 7.38024 4.3205 6.45098C4.39061 5.5206 4.52665 4.88275 4.75634 4.40714L3.40561 3.75481C3.05433 4.48218 2.89988 5.34119 2.82474 6.33826C2.74952 7.33644 2.75 8.54768 2.75 10H4.25ZM18.4995 18.6386C17.7384 19.6317 16.6707 20.4096 15.4132 20.851L15.9101 22.2663C17.4362 21.7306 18.7473 20.7811 19.6901 19.551L18.4995 18.6386ZM15.2226 14.5936C15.108 14.611 14.9914 14.6344 14.8745 14.6657L15.2627 16.1146C15.319 16.0995 15.3805 16.0868 15.4477 16.0766L15.2226 14.5936ZM19.75 11.8182C19.75 13.8164 19.7483 15.0708 19.6182 16.0164L21.1042 16.2208C21.2517 15.1484 21.25 13.7694 21.25 11.8182H19.75ZM19.75 12C19.75 12.8957 19.2948 13.6854 18.5995 14.15L19.4329 15.3972C20.5269 14.6662 21.25 13.4177 21.25 12H19.75ZM12 1.25C9.53546 1.25 7.7078 1.2452 6.36069 1.5556L6.69749 3.0173C7.83672 2.7548 9.45343 2.75 12 2.75V1.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-paste{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9863 2.21387H13.2595C16.5263 2.21387 18.1597 2.21387 19.2941 3.01171C19.6192 3.2403 19.9077 3.51139 20.151 3.81676C21.0001 4.88254 21.0001 6.41723 21.0001 9.4866V12.0321C21.0001 14.9953 21.0001 16.4768 20.5304 17.6601C19.7752 19.5625 18.1782 21.063 16.1534 21.7725C14.894 22.2139 13.3171 22.2139 10.1632 22.2139C8.36104 22.2139 7.45996 22.2139 6.74027 21.9617C5.58328 21.5563 4.67066 20.6988 4.23913 19.6118C3.9707 18.9356 3.9707 18.089 3.9707 16.3957V12.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12.2139C21 14.0548 19.5076 15.5472 17.6667 15.5472C17.0009 15.5472 16.216 15.4306 15.5686 15.604C14.9935 15.7581 14.5442 16.2074 14.3901 16.7825C14.2167 17.4299 14.3333 18.2148 14.3333 18.8806C14.3333 20.7215 12.8409 22.2139 11 22.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9706 10.2352C10.9706 7.69607 11.1042 6.50654 9.45824 5.32848C8.64929 4.74948 5.96205 4.53993 3.76438 4.74586M5.50158 2.21387L3.14478 4.32376C2.95038 4.51799 2.94892 4.83342 3.14153 5.02945L5.50158 7.26123%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9863 2.21387H13.2595C16.5263 2.21387 18.1597 2.21387 19.2941 3.01171C19.6192 3.2403 19.9077 3.51139 20.151 3.81676C21.0001 4.88254 21.0001 6.41723 21.0001 9.4866V12.0321C21.0001 14.9953 21.0001 16.4768 20.5304 17.6601C19.7752 19.5625 18.1782 21.063 16.1534 21.7725C14.894 22.2139 13.3171 22.2139 10.1632 22.2139C8.36104 22.2139 7.45996 22.2139 6.74027 21.9617C5.58328 21.5563 4.67066 20.6988 4.23913 19.6118C3.9707 18.9356 3.9707 18.089 3.9707 16.3957V12.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12.2139C21 14.0548 19.5076 15.5472 17.6667 15.5472C17.0009 15.5472 16.216 15.4306 15.5686 15.604C14.9935 15.7581 14.5442 16.2074 14.3901 16.7825C14.2167 17.4299 14.3333 18.2148 14.3333 18.8806C14.3333 20.7215 12.8409 22.2139 11 22.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9706 10.2352C10.9706 7.69607 11.1042 6.50654 9.45824 5.32848C8.64929 4.74948 5.96205 4.53993 3.76438 4.74586M5.50158 2.21387L3.14478 4.32376C2.95038 4.51799 2.94892 4.83342 3.14153 5.02945L5.50158 7.26123%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-pin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.0173 9.71387V8.03205C20.0173 6.33881 20.0173 5.49219 19.7491 4.81601C19.3178 3.72897 18.4059 2.87152 17.2497 2.46607C16.5306 2.21387 15.6302 2.21387 13.8292 2.21387C10.6776 2.21387 9.10185 2.21387 7.84329 2.65522C5.82001 3.36476 4.22406 4.86529 3.46942 6.76762C3 7.95093 3 9.43252 3 12.3957V14.9412C3 18.0105 3 19.5452 3.84856 20.611C4.09169 20.9164 4.38003 21.1875 4.70481 21.4161C5.83835 22.2139 7.47062 22.2139 10.7352 22.2139H11.5087C12.0439 22.2139 13.0102 22.2139 13.5107 22.2111%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.2139H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 13.2139H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0069 19.2139V22.2139M15.0121 17.7139C15.1547 18.5284 16.1914 18.8695 17.4081 19.1061C17.519 19.1277 18.4374 19.0809 18.5488 19.0616C19.4361 18.9076 21.0606 18.6056 21.0016 17.7139C20.9322 16.664 20.1544 16.3105 19.4466 15.6754C19.1566 15.4151 19.1166 14.9905 19.2908 14.6416L19.6933 13.835C19.8798 13.4615 19.8253 12.9989 19.5055 12.7311C19.0338 12.3363 18.6315 12.2134 18.0069 12.2139C17.2949 12.283 16.8792 12.428 16.4908 12.7407C16.1732 12.9964 16.1297 13.4531 16.312 13.8182L16.6981 14.5918C16.8848 14.9658 16.8209 15.4189 16.5079 15.6954C15.6963 16.4124 14.8753 16.9322 15.0121 17.7139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12.2139C3 10.373 4.4939 8.88054 6.33673 8.88054C7.0032 8.88054 7.78892 8.9972 8.43691 8.82375C9.01264 8.66963 9.46234 8.22039 9.61662 7.64523C9.79025 6.99791 9.67347 6.21299 9.67347 5.5472C9.67347 3.70625 11.1674 2.21387 13.0102 2.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.0173 9.71387V8.03205C20.0173 6.33881 20.0173 5.49219 19.7491 4.81601C19.3178 3.72897 18.4059 2.87152 17.2497 2.46607C16.5306 2.21387 15.6302 2.21387 13.8292 2.21387C10.6776 2.21387 9.10185 2.21387 7.84329 2.65522C5.82001 3.36476 4.22406 4.86529 3.46942 6.76762C3 7.95093 3 9.43252 3 12.3957V14.9412C3 18.0105 3 19.5452 3.84856 20.611C4.09169 20.9164 4.38003 21.1875 4.70481 21.4161C5.83835 22.2139 7.47062 22.2139 10.7352 22.2139H11.5087C12.0439 22.2139 13.0102 22.2139 13.5107 22.2111%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.2139H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 13.2139H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0069 19.2139V22.2139M15.0121 17.7139C15.1547 18.5284 16.1914 18.8695 17.4081 19.1061C17.519 19.1277 18.4374 19.0809 18.5488 19.0616C19.4361 18.9076 21.0606 18.6056 21.0016 17.7139C20.9322 16.664 20.1544 16.3105 19.4466 15.6754C19.1566 15.4151 19.1166 14.9905 19.2908 14.6416L19.6933 13.835C19.8798 13.4615 19.8253 12.9989 19.5055 12.7311C19.0338 12.3363 18.6315 12.2134 18.0069 12.2139C17.2949 12.283 16.8792 12.428 16.4908 12.7407C16.1732 12.9964 16.1297 13.4531 16.312 13.8182L16.6981 14.5918C16.8848 14.9658 16.8209 15.4189 16.5079 15.6954C15.6963 16.4124 14.8753 16.9322 15.0121 17.7139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12.2139C3 10.373 4.4939 8.88054 6.33673 8.88054C7.0032 8.88054 7.78892 8.9972 8.43691 8.82375C9.01264 8.66963 9.46234 8.22039 9.61662 7.64523C9.79025 6.99791 9.67347 6.21299 9.67347 5.5472C9.67347 3.70625 11.1674 2.21387 13.0102 2.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2727 2C16.5339 2 18.1645 2 19.2969 2.79784C19.6214 3.02643 19.9094 3.29752 20.1523 3.60289C21 4.66867 21 6.20336 21 9.27273V11.8182C21 14.7814 21 16.2629 20.5311 17.4462C19.7772 19.3486 18.1829 20.8491 16.1616 21.5586C14.9044 22 13.3302 22 10.1818 22C8.38275 22 7.48322 22 6.76478 21.7478C5.60979 21.3424 4.69875 20.4849 4.26796 19.3979C4 18.7217 4 17.8751 4 16.1818V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 13.8409 19.5076 15.3333 17.6667 15.3333C17.0009 15.3333 16.216 15.2167 15.5686 15.3901C14.9935 15.5442 14.5442 15.9935 14.3901 16.5686C14.2167 17.216 14.3333 18.0009 14.3333 18.6667C14.3333 20.5076 12.8409 22 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9L6.5 5.5M6.5 5.5L3 2M6.5 5.5L10 2M6.5 5.5L3 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2727 2C16.5339 2 18.1645 2 19.2969 2.79784C19.6214 3.02643 19.9094 3.29752 20.1523 3.60289C21 4.66867 21 6.20336 21 9.27273V11.8182C21 14.7814 21 16.2629 20.5311 17.4462C19.7772 19.3486 18.1829 20.8491 16.1616 21.5586C14.9044 22 13.3302 22 10.1818 22C8.38275 22 7.48322 22 6.76478 21.7478C5.60979 21.3424 4.69875 20.4849 4.26796 19.3979C4 18.7217 4 17.8751 4 16.1818V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 13.8409 19.5076 15.3333 17.6667 15.3333C17.0009 15.3333 16.216 15.2167 15.5686 15.3901C14.9935 15.5442 14.5442 15.9935 14.3901 16.5686C14.2167 17.216 14.3333 18.0009 14.3333 18.6667C14.3333 20.5076 12.8409 22 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9L6.5 5.5M6.5 5.5L3 2M6.5 5.5L10 2M6.5 5.5L3 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-script{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 12.5V7.81818C20 6.12494 20 5.27832 19.732 4.60214C19.3012 3.5151 18.3902 2.65765 17.2352 2.2522C16.5168 2 15.6173 2 13.8182 2C10.6698 2 9.09563 2 7.83836 2.44135C5.81714 3.15088 4.22281 4.65142 3.46894 6.55375C3 7.73706 3 9.21865 3 12.1818V14.7273C3 17.7966 3 19.3313 3.8477 20.3971C4.09058 20.7025 4.37862 20.9736 4.70307 21.2022C5.80885 21.9812 7.38969 21.9996 10.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.8125 22C14.2436 21.4102 12 19.8403 12 19C12 18.1597 14.2436 16.5898 14.8125 16M18.1875 22C18.7564 21.4102 21 19.8403 21 19C21 18.1597 18.7564 16.5898 18.1875 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 12.5V7.81818C20 6.12494 20 5.27832 19.732 4.60214C19.3012 3.5151 18.3902 2.65765 17.2352 2.2522C16.5168 2 15.6173 2 13.8182 2C10.6698 2 9.09563 2 7.83836 2.44135C5.81714 3.15088 4.22281 4.65142 3.46894 6.55375C3 7.73706 3 9.21865 3 12.1818V14.7273C3 17.7966 3 19.3313 3.8477 20.3971C4.09058 20.7025 4.37862 20.9736 4.70307 21.2022C5.80885 21.9812 7.38969 21.9996 10.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.8125 22C14.2436 21.4102 12 19.8403 12 19C12 18.1597 14.2436 16.5898 14.8125 16M18.1875 22C18.7564 21.4102 21 19.8403 21 19C21 18.1597 18.7564 16.5898 18.1875 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 22L18.8529 19.8529M18.8529 19.8529C18.9675 19.7384 19.0739 19.6158 19.1714 19.486C19.602 18.913 19.8571 18.2006 19.8571 17.4286C19.8571 15.535 18.3221 14 16.4286 14C14.535 14 13 15.535 13 17.4286C13 19.3221 14.535 20.8571 16.4286 20.8571C17.3753 20.8571 18.2325 20.4734 18.8529 19.8529Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 22L18.8529 19.8529M18.8529 19.8529C18.9675 19.7384 19.0739 19.6158 19.1714 19.486C19.602 18.913 19.8571 18.2006 19.8571 17.4286C19.8571 15.535 18.3221 14 16.4286 14C14.535 14 13 15.535 13 17.4286C13 19.3221 14.535 20.8571 16.4286 20.8571C17.3753 20.8571 18.2325 20.4734 18.8529 19.8529Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-security{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.4991 13C15.0744 13 14.1506 13.9085 13.0581 14.2397C12.6138 14.3744 12.3917 14.4417 12.3018 14.5366C12.2119 14.6315 12.1856 14.7702 12.133 15.0476C11.5696 18.0157 12.801 20.7598 15.7375 21.8279C16.053 21.9426 16.2108 22 16.5007 22C16.7906 22 16.9484 21.9426 17.2639 21.8279C20.2002 20.7598 21.4304 18.0157 20.8669 15.0476C20.8142 14.7701 20.7879 14.6314 20.698 14.5365C20.6081 14.4416 20.386 14.3743 19.9418 14.2397C18.8488 13.9086 17.9239 13 16.4991 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.4991 13C15.0744 13 14.1506 13.9085 13.0581 14.2397C12.6138 14.3744 12.3917 14.4417 12.3018 14.5366C12.2119 14.6315 12.1856 14.7702 12.133 15.0476C11.5696 18.0157 12.801 20.7598 15.7375 21.8279C16.053 21.9426 16.2108 22 16.5007 22C16.7906 22 16.9484 21.9426 17.2639 21.8279C20.2002 20.7598 21.4304 18.0157 20.8669 15.0476C20.8142 14.7701 20.7879 14.6314 20.698 14.5365C20.6081 14.4416 20.386 14.3743 19.9418 14.2397C18.8488 13.9086 17.9239 13 16.4991 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-shredder{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12L2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12.1816C3.5 9.21847 3.5 7.73688 3.96894 6.55357C4.72281 4.65125 6.31714 3.15071 8.33836 2.44118C9.59563 1.99982 11.1698 1.99982 14.3182 1.99982C16.1173 1.99982 17.0168 1.99982 17.7352 2.25202C18.8902 2.65747 19.8012 3.51492 20.232 4.60196C20.5 5.27814 20.5 6.12476 20.5 7.818L20.5 11.9998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15L6 17M10 15V22M14 15V18M18 15V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12L2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12.1816C3.5 9.21847 3.5 7.73688 3.96894 6.55357C4.72281 4.65125 6.31714 3.15071 8.33836 2.44118C9.59563 1.99982 11.1698 1.99982 14.3182 1.99982C16.1173 1.99982 17.0168 1.99982 17.7352 2.25202C18.8902 2.65747 19.8012 3.51492 20.232 4.60196C20.5 5.27814 20.5 6.12476 20.5 7.818L20.5 11.9998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15L6 17M10 15V22M14 15V18M18 15V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-star{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.2774 13.6499L18.0693 15.2468C18.1773 15.4691 18.4653 15.6823 18.7083 15.7231L20.1436 15.9636C21.0615 16.1178 21.2775 16.7893 20.6161 17.4516L19.5002 18.5767C19.3112 18.7673 19.2077 19.1347 19.2662 19.3979L19.5857 20.7906C19.8377 21.893 19.2572 22.3195 18.2898 21.7433L16.9445 20.9403C16.7015 20.7952 16.301 20.7952 16.0536 20.9403L14.7082 21.7433C13.7453 22.3195 13.1604 21.8885 13.4124 20.7906L13.7318 19.3979C13.7903 19.1347 13.6868 18.7673 13.4979 18.5767L12.382 17.4516C11.725 16.7893 11.9365 16.1178 12.8544 15.9636L14.2898 15.7231C14.5282 15.6823 14.8162 15.4691 14.9242 15.2468L15.7161 13.6499C16.1481 12.7834 16.85 12.7834 17.2774 13.6499Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11.0026V7.81989C20 6.12616 20 5.27928 19.732 4.60291C19.3012 3.51554 18.3902 2.65784 17.2352 2.25228C16.5168 2 15.6173 2 13.8182 2C10.6698 2 9.09563 2 7.83836 2.44148C5.81714 3.15122 4.22281 4.6522 3.46894 6.55509C3 7.73875 3 9.22077 3 12.1848V14.731C3 17.8013 3 19.3364 3.8477 20.4025C4.09058 20.708 4.37862 20.9792 4.70307 21.2078C5.61506 21.8506 6.85019 21.9757 9 22H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.2774 13.6499L18.0693 15.2468C18.1773 15.4691 18.4653 15.6823 18.7083 15.7231L20.1436 15.9636C21.0615 16.1178 21.2775 16.7893 20.6161 17.4516L19.5002 18.5767C19.3112 18.7673 19.2077 19.1347 19.2662 19.3979L19.5857 20.7906C19.8377 21.893 19.2572 22.3195 18.2898 21.7433L16.9445 20.9403C16.7015 20.7952 16.301 20.7952 16.0536 20.9403L14.7082 21.7433C13.7453 22.3195 13.1604 21.8885 13.4124 20.7906L13.7318 19.3979C13.7903 19.1347 13.6868 18.7673 13.4979 18.5767L12.382 17.4516C11.725 16.7893 11.9365 16.1178 12.8544 15.9636L14.2898 15.7231C14.5282 15.6823 14.8162 15.4691 14.9242 15.2468L15.7161 13.6499C16.1481 12.7834 16.85 12.7834 17.2774 13.6499Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11.0026V7.81989C20 6.12616 20 5.27928 19.732 4.60291C19.3012 3.51554 18.3902 2.65784 17.2352 2.25228C16.5168 2 15.6173 2 13.8182 2C10.6698 2 9.09563 2 7.83836 2.44148C5.81714 3.15122 4.22281 4.6522 3.46894 6.55509C3 7.73875 3 9.22077 3 12.1848V14.731C3 17.8013 3 19.3364 3.8477 20.4025C4.09058 20.708 4.37862 20.9792 4.70307 21.2078C5.61506 21.8506 6.85019 21.9757 9 22H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-sync{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 12.1822V7.81855C20 6.12531 20 5.27869 19.732 4.60251C19.3012 3.51547 18.3902 2.65802 17.2352 2.25257C16.5168 2.00037 15.6173 2.00037 13.8182 2.00037C10.6698 2.00037 9.09563 2.00037 7.83836 2.44172C5.81714 3.15125 4.22281 4.65179 3.46894 6.55412C3 7.73743 3 9.21901 3 12.1822V14.7276C3 17.797 3 19.3317 3.8477 20.3975C4.09058 20.7028 4.37862 20.9739 4.70307 21.2025C5.74797 21.9387 7.21706 21.9956 10 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17L13.0228 17.5944C13.5374 15.7277 15.5114 14.6199 17.4318 15.1201C18.4149 15.3761 19.1934 16.0039 19.6501 16.806M21 20L19.9774 19.4056C19.4628 21.2723 17.4888 22.3801 15.5684 21.8799C14.6081 21.6298 13.8431 21.0251 13.3824 20.2496%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 12.1822V7.81855C20 6.12531 20 5.27869 19.732 4.60251C19.3012 3.51547 18.3902 2.65802 17.2352 2.25257C16.5168 2.00037 15.6173 2.00037 13.8182 2.00037C10.6698 2.00037 9.09563 2.00037 7.83836 2.44172C5.81714 3.15125 4.22281 4.65179 3.46894 6.55412C3 7.73743 3 9.21901 3 12.1822V14.7276C3 17.797 3 19.3317 3.8477 20.3975C4.09058 20.7028 4.37862 20.9739 4.70307 21.2025C5.74797 21.9387 7.21706 21.9956 10 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17L13.0228 17.5944C13.5374 15.7277 15.5114 14.6199 17.4318 15.1201C18.4149 15.3761 19.1934 16.0039 19.6501 16.806M21 20L19.9774 19.4056C19.4628 21.2723 17.4888 22.3801 15.5684 21.8799C14.6081 21.6298 13.8431 21.0251 13.3824 20.2496%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-unknown{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 3.97802C3.5 2.88559 4.39543 2 5.5 2C6.60457 2 7.5 2.88559 7.5 3.97802C7.5 4.3718 7.38366 4.7387 7.18311 5.04694C6.58541 5.96561 5.5 6.84163 5.5 7.93407V8.42857M5.5 11H5.51198%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 2H12.7727C16.0339 2 17.6645 2 18.7969 2.79784C19.1214 3.02643 19.4094 3.29752 19.6523 3.60289C20.5 4.66867 20.5 6.20336 20.5 9.27273V11.8182C20.5 14.7814 20.5 16.2629 20.0311 17.4462C19.2772 19.3486 17.6829 20.8491 15.6616 21.5586C14.4044 22 12.8302 22 9.68182 22C7.88275 22 6.98322 22 6.26478 21.7478C5.10979 21.3424 4.19875 20.4849 3.76796 19.3979C3.5 18.7217 3.5 17.8751 3.5 16.1818V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 12C20.5 13.8409 19.0076 15.3333 17.1667 15.3333C16.5009 15.3333 15.716 15.2167 15.0686 15.3901C14.4935 15.5442 14.0442 15.9935 13.8901 16.5686C13.7167 17.216 13.8333 18.0009 13.8333 18.6667C13.8333 20.5076 12.3409 22 10.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 3.97802C3.5 2.88559 4.39543 2 5.5 2C6.60457 2 7.5 2.88559 7.5 3.97802C7.5 4.3718 7.38366 4.7387 7.18311 5.04694C6.58541 5.96561 5.5 6.84163 5.5 7.93407V8.42857M5.5 11H5.51198%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 2H12.7727C16.0339 2 17.6645 2 18.7969 2.79784C19.1214 3.02643 19.4094 3.29752 19.6523 3.60289C20.5 4.66867 20.5 6.20336 20.5 9.27273V11.8182C20.5 14.7814 20.5 16.2629 20.0311 17.4462C19.2772 19.3486 17.6829 20.8491 15.6616 21.5586C14.4044 22 12.8302 22 9.68182 22C7.88275 22 6.98322 22 6.26478 21.7478C5.10979 21.3424 4.19875 20.4849 3.76796 19.3979C3.5 18.7217 3.5 17.8751 3.5 16.1818V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 12C20.5 13.8409 19.0076 15.3333 17.1667 15.3333C16.5009 15.3333 15.716 15.2167 15.0686 15.3901C14.4935 15.5442 14.0442 15.9935 13.8901 16.5686C13.7167 17.216 13.8333 18.0009 13.8333 18.6667C13.8333 20.5076 12.3409 22 10.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-unlocked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5312 16.36V14.9523C15.5312 13.8741 16.4127 13 17.5 13C17.9887 13 18.4359 13.1766 18.7801 13.469M16.8437 22H18.1563C19.1777 22 19.6884 22 20.0749 21.7951C20.3802 21.6333 20.6302 21.3854 20.7934 21.0827C21 20.6993 21 20.1929 21 19.18C21 18.1671 21 17.6607 20.7934 17.2773C20.6302 16.9746 20.3802 16.7267 20.0749 16.5649C19.6884 16.36 19.1777 16.36 18.1563 16.36H16.8437C15.8223 16.36 15.3116 16.36 14.9251 16.5649C14.6198 16.7267 14.3698 16.9746 14.2066 17.2773C14 17.6607 14 18.1671 14 19.18C14 20.1929 14 20.6993 14.2066 21.0827C14.3698 21.3854 14.6198 21.6333 14.9251 21.7951C15.3116 22 15.8223 22 16.8437 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5312 16.36V14.9523C15.5312 13.8741 16.4127 13 17.5 13C17.9887 13 18.4359 13.1766 18.7801 13.469M16.8437 22H18.1563C19.1777 22 19.6884 22 20.0749 21.7951C20.3802 21.6333 20.6302 21.3854 20.7934 21.0827C21 20.6993 21 20.1929 21 19.18C21 18.1671 21 17.6607 20.7934 17.2773C20.6302 16.9746 20.3802 16.7267 20.0749 16.5649C19.6884 16.36 19.1777 16.36 18.1563 16.36H16.8437C15.8223 16.36 15.3116 16.36 14.9251 16.5649C14.6198 16.7267 14.3698 16.9746 14.2066 17.2773C14 17.6607 14 18.1671 14 19.18C14 20.1929 14 20.6993 14.2066 21.0827C14.3698 21.3854 14.6198 21.6333 14.9251 21.7951C15.3116 22 15.8223 22 16.8437 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-upload{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 2H12.7727C16.0339 2 17.6645 2 18.7969 2.79784C19.1214 3.02643 19.4094 3.29752 19.6523 3.60289C20.5 4.66867 20.5 6.20336 20.5 9.27273V11.8182C20.5 14.7814 20.5 16.2629 20.0311 17.4462C19.2772 19.3486 17.6829 20.8491 15.6616 21.5586C14.4044 22 12.8302 22 9.68182 22C7.88275 22 6.98322 22 6.26478 21.7478C5.10979 21.3424 4.19875 20.4849 3.76796 19.3979C3.5 18.7217 3.5 17.8751 3.5 16.1818V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 12C20.5 13.8409 19.0076 15.3333 17.1667 15.3333C16.5009 15.3333 15.716 15.2167 15.0686 15.3901C14.4935 15.5442 14.0442 15.9935 13.8901 16.5686C13.7167 17.216 13.8333 18.0009 13.8333 18.6667C13.8333 20.5076 12.3409 22 10.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 4.5C4.99153 3.9943 6.29977 2 7 2M9.5 4.5C9.00847 3.9943 7.70023 2 7 2M7 2L7 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 2H12.7727C16.0339 2 17.6645 2 18.7969 2.79784C19.1214 3.02643 19.4094 3.29752 19.6523 3.60289C20.5 4.66867 20.5 6.20336 20.5 9.27273V11.8182C20.5 14.7814 20.5 16.2629 20.0311 17.4462C19.2772 19.3486 17.6829 20.8491 15.6616 21.5586C14.4044 22 12.8302 22 9.68182 22C7.88275 22 6.98322 22 6.26478 21.7478C5.10979 21.3424 4.19875 20.4849 3.76796 19.3979C3.5 18.7217 3.5 17.8751 3.5 16.1818V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 12C20.5 13.8409 19.0076 15.3333 17.1667 15.3333C16.5009 15.3333 15.716 15.2167 15.0686 15.3901C14.4935 15.5442 14.0442 15.9935 13.8901 16.5686C13.7167 17.216 13.8333 18.0009 13.8333 18.6667C13.8333 20.5076 12.3409 22 10.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 4.5C4.99153 3.9943 6.29977 2 7 2M9.5 4.5C9.00847 3.9943 7.70023 2 7 2M7 2L7 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-verified{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 18C13 18 14 18 15 20C15 20 18.1765 15 21 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 18C13 18 14 18 15 20C15 20 18.1765 15 21 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-video{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 17.1463L18.563 17.1009C19.6208 16.3371 20.1498 15.9552 20.5749 16.1396C21 16.324 21 16.9353 21 18.1579V18.8421C21 20.0647 21 20.676 20.5749 20.8604C20.1498 21.0448 19.6208 20.6629 18.563 19.8991L18.5 19.8537M14.5 22H15C16.6499 22 17.4749 22 17.9874 21.5515C18.5 21.103 18.5 20.3812 18.5 18.9375V18.0625C18.5 16.6188 18.5 15.897 17.9874 15.4485C17.4749 15 16.6499 15 15 15H14.5C12.8501 15 12.0251 15 11.5126 15.4485C11 15.897 11 16.6188 11 18.0625V18.9375C11 20.3812 11 21.103 11.5126 21.5515C12.0251 22 12.8501 22 14.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 12.0142V7.82643C20 6.13079 20 5.28297 19.732 4.60583C19.3012 3.51725 18.3902 2.65858 17.2352 2.25256C16.5168 2 15.6173 2 13.8182 2C10.6698 2 9.09563 2 7.83836 2.44198C5.81714 3.15252 4.22281 4.65518 3.46894 6.56021C3 7.7452 3 9.22888 3 12.1963V14.7453C3 17.819 3 19.3559 3.8477 20.4232C4.09058 20.729 4.37862 21.0005 4.70307 21.2294C5.46329 21.7658 6.44806 21.9421 8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 17.1463L18.563 17.1009C19.6208 16.3371 20.1498 15.9552 20.5749 16.1396C21 16.324 21 16.9353 21 18.1579V18.8421C21 20.0647 21 20.676 20.5749 20.8604C20.1498 21.0448 19.6208 20.6629 18.563 19.8991L18.5 19.8537M14.5 22H15C16.6499 22 17.4749 22 17.9874 21.5515C18.5 21.103 18.5 20.3812 18.5 18.9375V18.0625C18.5 16.6188 18.5 15.897 17.9874 15.4485C17.4749 15 16.6499 15 15 15H14.5C12.8501 15 12.0251 15 11.5126 15.4485C11 15.897 11 16.6188 11 18.0625V18.9375C11 20.3812 11 21.103 11.5126 21.5515C12.0251 22 12.8501 22 14.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 12.0142V7.82643C20 6.13079 20 5.28297 19.732 4.60583C19.3012 3.51725 18.3902 2.65858 17.2352 2.25256C16.5168 2 15.6173 2 13.8182 2C10.6698 2 9.09563 2 7.83836 2.44198C5.81714 3.15252 4.22281 4.65518 3.46894 6.56021C3 7.7452 3 9.22888 3 12.1963V14.7453C3 17.819 3 19.3559 3.8477 20.4232C4.09058 20.729 4.37862 21.0005 4.70307 21.2294C5.46329 21.7658 6.44806 21.9421 8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-view{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.4593 17.5153C20.8198 17.9308 21 18.1385 21 18.5C21 18.8615 20.8198 19.0692 20.4593 19.4847C19.5612 20.5199 17.9381 22 16 22C14.0619 22 12.4388 20.5199 11.5407 19.4847C11.1802 19.0692 11 18.8615 11 18.5C11 18.1385 11.1802 17.9308 11.5407 17.5153C12.4388 16.4801 14.0619 15 16 15C17.9381 15 19.5612 16.4801 20.4593 17.5153Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 13.0032V7.81989C20 6.12616 20 5.27928 19.732 4.60291C19.3012 3.51554 18.3902 2.65784 17.2352 2.25228C16.5168 2 15.6173 2 13.8182 2C10.6698 2 9.09563 2 7.83836 2.44148C5.81714 3.15122 4.22281 4.6522 3.46894 6.55509C3 7.73875 3 9.22077 3 12.1848V14.731C3 17.8013 3 19.3364 3.8477 20.4025C4.09058 20.708 4.37862 20.9792 4.70307 21.2078C5.61506 21.8506 6.85019 21.9757 9 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9922 18.5H16.0012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.4593 17.5153C20.8198 17.9308 21 18.1385 21 18.5C21 18.8615 20.8198 19.0692 20.4593 19.4847C19.5612 20.5199 17.9381 22 16 22C14.0619 22 12.4388 20.5199 11.5407 19.4847C11.1802 19.0692 11 18.8615 11 18.5C11 18.1385 11.1802 17.9308 11.5407 17.5153C12.4388 16.4801 14.0619 15 16 15C17.9381 15 19.5612 16.4801 20.4593 17.5153Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 13.0032V7.81989C20 6.12616 20 5.27928 19.732 4.60291C19.3012 3.51554 18.3902 2.65784 17.2352 2.25228C16.5168 2 15.6173 2 13.8182 2C10.6698 2 9.09563 2 7.83836 2.44148C5.81714 3.15122 4.22281 4.6522 3.46894 6.55509C3 7.73875 3 9.22077 3 12.1848V14.731C3 17.8013 3 19.3364 3.8477 20.4025C4.09058 20.708 4.37862 20.9792 4.70307 21.2078C5.61506 21.8506 6.85019 21.9757 9 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9922 18.5H16.0012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-file-zip{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 21.998C7.53751 21.9856 6.18354 21.8929 5.20307 21.2021C4.87862 20.9735 4.59058 20.7024 4.3477 20.3971C3.5 19.3313 3.5 17.7966 3.5 14.7272V12.1818C3.5 9.21862 3.5 7.73703 3.96894 6.55372C4.72281 4.6514 6.31714 3.15086 8.33836 2.44133C9.59563 1.99997 11.1698 1.99997 14.3182 1.99997C16.1173 1.99997 17.0168 1.99997 17.7352 2.25217C18.8902 2.65762 19.8012 3.51507 20.232 4.60212C20.5 5.27829 20.5 6.12491 20.5 7.81816V14C20.5 17.4377 20.5 19.3085 19.5571 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 19.0991V20.3505C12.5 20.9102 12.5 21.1901 12.6115 21.406C12.7221 21.6201 12.9072 21.7928 13.1367 21.896C13.3681 22 13.6681 22 14.2681 22H15.2319C15.8319 22 16.1319 22 16.3633 21.896C16.5928 21.7928 16.7779 21.6201 16.8885 21.406C17 21.1901 17 20.9102 17 20.3505V19.0991C17 18.304 16.5185 17.5772 15.7562 17.2216C15.1228 16.9261 14.3772 16.9261 13.7438 17.2216C12.9815 17.5772 12.5 18.304 12.5 19.0991Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4H15M16 6.5H17M14 8.5H15M16 10.6H17M14 13H15M16 15H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 21.998C7.53751 21.9856 6.18354 21.8929 5.20307 21.2021C4.87862 20.9735 4.59058 20.7024 4.3477 20.3971C3.5 19.3313 3.5 17.7966 3.5 14.7272V12.1818C3.5 9.21862 3.5 7.73703 3.96894 6.55372C4.72281 4.6514 6.31714 3.15086 8.33836 2.44133C9.59563 1.99997 11.1698 1.99997 14.3182 1.99997C16.1173 1.99997 17.0168 1.99997 17.7352 2.25217C18.8902 2.65762 19.8012 3.51507 20.232 4.60212C20.5 5.27829 20.5 6.12491 20.5 7.81816V14C20.5 17.4377 20.5 19.3085 19.5571 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 19.0991V20.3505C12.5 20.9102 12.5 21.1901 12.6115 21.406C12.7221 21.6201 12.9072 21.7928 13.1367 21.896C13.3681 22 13.6681 22 14.2681 22H15.2319C15.8319 22 16.1319 22 16.3633 21.896C16.5928 21.7928 16.7779 21.6201 16.8885 21.406C17 21.1901 17 20.9102 17 20.3505V19.0991C17 18.304 16.5185 17.5772 15.7562 17.2216C15.1228 16.9261 14.3772 16.9261 13.7438 17.2216C12.9815 17.5772 12.5 18.304 12.5 19.0991Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4H15M16 6.5H17M14 8.5H15M16 10.6H17M14 13H15M16 15H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-floor-plan{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.7191 21.352 18.6251 21.7133 17 21.8731%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C12 19.2386 14.2386 17 17 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9L22 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 5L9 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.7191 21.352 18.6251 21.7133 17 21.8731%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C12 19.2386 14.2386 17 17 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9L22 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 5L9 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7H16.75C18.8567 7 19.91 7 20.6667 7.50559C20.9943 7.72447 21.2755 8.00572 21.4944 8.33329C22 9.08996 22 10.1433 22 12.25C22 15.7612 22 17.5167 21.1573 18.7779C20.7926 19.3238 20.3238 19.7926 19.7779 20.1573C18.5167 21 16.7612 21 13.25 21H12C7.28595 21 4.92893 21 3.46447 19.5355C2 18.0711 2 15.714 2 11V7.94427C2 6.1278 2 5.21956 2.38032 4.53806C2.65142 4.05227 3.05227 3.65142 3.53806 3.38032C4.21956 3 5.1278 3 6.94427 3C8.10802 3 8.6899 3 9.19926 3.19101C10.3622 3.62712 10.8418 4.68358 11.3666 5.73313L12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7H16.75C18.8567 7 19.91 7 20.6667 7.50559C20.9943 7.72447 21.2755 8.00572 21.4944 8.33329C22 9.08996 22 10.1433 22 12.25C22 15.7612 22 17.5167 21.1573 18.7779C20.7926 19.3238 20.3238 19.7926 19.7779 20.1573C18.5167 21 16.7612 21 13.25 21H12C7.28595 21 4.92893 21 3.46447 19.5355C2 18.0711 2 15.714 2 11V7.94427C2 6.1278 2 5.21956 2.38032 4.53806C2.65142 4.05227 3.05227 3.65142 3.53806 3.38032C4.21956 3 5.1278 3 6.94427 3C8.10802 3 8.6899 3 9.19926 3.19101C10.3622 3.62712 10.8418 4.68358 11.3666 5.73313L12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5704 21H10.507C6.49678 21 4.49165 21 3.24583 19.4542C2 17.9083 2 15.4204 2 10.4444V7.21895C2 5.30157 2 4.34287 2.32354 3.62351C2.55416 3.11072 2.89517 2.68761 3.30843 2.40145C3.88819 2 4.66083 2 6.20611 2C7.19611 2 7.69111 2 8.12443 2.20162C9.11377 2.66196 9.52173 3.77711 9.96816 4.88497L10.507 6.22222M7.00413 6.22222H15.5487C17.3409 6.22222 18.2369 6.22222 18.8806 6.7559C19.1593 6.98694 19.3986 7.28381 19.5848 7.62958C19.8747 8.16804 19.9692 8.84883 20 9.91667%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5956 12.5755C5.02693 11.4264 5.24259 10.8518 5.66347 10.491C6.34287 9.90853 7.31965 10.0062 8.15669 10.0062H17.2524C19.7292 10.0062 20.9676 10.0062 21.5856 10.8031C22.6464 12.1711 21.3949 14.3902 20.8908 15.7332C19.9871 18.141 19.5352 19.3449 18.6352 20.0791C17.2638 21.1979 15.269 20.9835 13.6139 20.9835H9.93724C6.3942 20.9835 4.62269 20.9835 3.70143 19.8866C2.00075 17.8617 3.83072 14.6133 4.5956 12.5755Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5704 21H10.507C6.49678 21 4.49165 21 3.24583 19.4542C2 17.9083 2 15.4204 2 10.4444V7.21895C2 5.30157 2 4.34287 2.32354 3.62351C2.55416 3.11072 2.89517 2.68761 3.30843 2.40145C3.88819 2 4.66083 2 6.20611 2C7.19611 2 7.69111 2 8.12443 2.20162C9.11377 2.66196 9.52173 3.77711 9.96816 4.88497L10.507 6.22222M7.00413 6.22222H15.5487C17.3409 6.22222 18.2369 6.22222 18.8806 6.7559C19.1593 6.98694 19.3986 7.28381 19.5848 7.62958C19.8747 8.16804 19.9692 8.84883 20 9.91667%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5956 12.5755C5.02693 11.4264 5.24259 10.8518 5.66347 10.491C6.34287 9.90853 7.31965 10.0062 8.15669 10.0062H17.2524C19.7292 10.0062 20.9676 10.0062 21.5856 10.8031C22.6464 12.1711 21.3949 14.3902 20.8908 15.7332C19.9871 18.141 19.5352 19.3449 18.6352 20.0791C17.2638 21.1979 15.269 20.9835 13.6139 20.9835H9.93724C6.3942 20.9835 4.62269 20.9835 3.70143 19.8866C2.00075 17.8617 3.83072 14.6133 4.5956 12.5755Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.36064 14.5967C1.98502 12.5252 1.79721 11.4894 2.33084 10.7875C2.36642 10.7407 2.40405 10.6955 2.44361 10.652C3.03686 10 4.08674 10 6.1865 10H17.8135C19.9133 10 20.9631 10 21.5564 10.652C21.5959 10.6955 21.6336 10.7407 21.6692 10.7875C22.2028 11.4894 22.015 12.5252 21.6394 14.5967C21.0993 17.5752 20.8292 19.0644 19.8109 19.9793C19.7414 20.0417 19.6698 20.1016 19.5961 20.159C18.5163 21 17.0068 21 13.9876 21H10.0124C6.99323 21 5.48367 21 4.40387 20.159C4.33022 20.1016 4.2586 20.0417 4.18914 19.9793C3.17075 19.0644 2.90072 17.5752 2.36064 14.5967Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.01981 5.11111H15.8069C17.1159 5.11111 18.7558 4.92325 19.5962 6.14811C20 6.73664 20 8.36146 20 10M12.0132 5.11111L11.2496 3.62394C10.9816 3.10199 10.731 2.47031 10.183 2.18441C9.82959 2 9.40354 2 8.55144 2C6.55097 2 5.55073 2 4.8828 2.54549C3.76565 3.45786 4.02641 5.33047 4.02641 6.60105V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.36064 14.5967C1.98502 12.5252 1.79721 11.4894 2.33084 10.7875C2.36642 10.7407 2.40405 10.6955 2.44361 10.652C3.03686 10 4.08674 10 6.1865 10H17.8135C19.9133 10 20.9631 10 21.5564 10.652C21.5959 10.6955 21.6336 10.7407 21.6692 10.7875C22.2028 11.4894 22.015 12.5252 21.6394 14.5967C21.0993 17.5752 20.8292 19.0644 19.8109 19.9793C19.7414 20.0417 19.6698 20.1016 19.5961 20.159C18.5163 21 17.0068 21 13.9876 21H10.0124C6.99323 21 5.48367 21 4.40387 20.159C4.33022 20.1016 4.2586 20.0417 4.18914 19.9793C3.17075 19.0644 2.90072 17.5752 2.36064 14.5967Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.01981 5.11111H15.8069C17.1159 5.11111 18.7558 4.92325 19.5962 6.14811C20 6.73664 20 8.36146 20 10M12.0132 5.11111L11.2496 3.62394C10.9816 3.10199 10.731 2.47031 10.183 2.18441C9.82959 2 9.40354 2 8.55144 2C6.55097 2 5.55073 2 4.8828 2.54549C3.76565 3.45786 4.02641 5.33047 4.02641 6.60105V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 13.5V21.5M22 17.5L14 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.9587 8.52819 21.9963 9.68416 21.9994 11.5M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.8215 20.3926 6.94493 20.4921 11 20.4994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 13.5V21.5M22 17.5L14 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.9587 8.52819 21.9963 9.68416 21.9994 11.5M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.8215 20.3926 6.94493 20.4921 11 20.4994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-attachment{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 20.5H12C7.28595 20.5 4.92893 20.5 3.46447 19.0355C2 17.5711 2 15.214 2 10.5V7.44427C2 5.6278 2 4.71956 2.38032 4.03806C2.65142 3.55227 3.05227 3.15142 3.53806 2.88032C4.21956 2.5 5.1278 2.5 6.94427 2.5C8.10802 2.5 8.6899 2.5 9.19926 2.69101C10.3622 3.12712 10.8418 4.18358 11.3666 5.23313L12 6.5M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C22 8.58996 22 9.39331 22 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 15.9615L21 18.4231C21 20.1224 19.6569 21.5 18 21.5C16.3431 21.5 15 20.1224 15 18.4231L15 15.0385C15 14.1888 15.6716 13.5 16.5 13.5C17.3284 13.5 18 14.1888 18 15.0385L18 18.4231%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 20.5H12C7.28595 20.5 4.92893 20.5 3.46447 19.0355C2 17.5711 2 15.214 2 10.5V7.44427C2 5.6278 2 4.71956 2.38032 4.03806C2.65142 3.55227 3.05227 3.15142 3.53806 2.88032C4.21956 2.5 5.1278 2.5 6.94427 2.5C8.10802 2.5 8.6899 2.5 9.19926 2.69101C10.3622 3.12712 10.8418 4.18358 11.3666 5.23313L12 6.5M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C22 8.58996 22 9.39331 22 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 15.9615L21 18.4231C21 20.1224 19.6569 21.5 18 21.5C16.3431 21.5 15 20.1224 15 18.4231L15 15.0385C15 14.1888 15.6716 13.5 16.5 13.5C17.3284 13.5 18 14.1888 18 15.0385L18 18.4231%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-audio{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0088 20.5C7.29058 20.5 4.9315 20.5 3.46575 19.0355C2 17.5711 2 15.214 2 10.5V7.44427C2 5.6278 2 4.71956 2.38065 4.03806C2.65199 3.55227 3.05319 3.15142 3.53941 2.88032C4.22151 2.5 5.13054 2.5 6.9486 2.5C8.11337 2.5 8.69575 2.5 9.20556 2.69101C10.3695 3.12712 10.8495 4.18358 11.3748 5.23313L12.0088 6.5M7.00438 6.5H16.7629C18.8714 6.5 19.9257 6.5 20.683 7.00559C21.0109 7.22447 21.2924 7.50572 21.5115 7.83329C21.8526 8.34341 21.9638 8.98836 22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.0002 18.5826V15.4174C21.0002 13.6482 21.0002 12.7636 20.4601 12.5435C19.9199 12.3233 19.2842 12.9488 18.0128 14.1998C17.3509 14.851 16.9662 14.9911 16.0419 14.9911C15.2226 14.9911 14.813 14.9911 14.5187 15.1846C13.9152 15.5814 14.0002 16.3627 14.0002 17C14.0002 17.6373 13.9152 18.4186 14.5187 18.8154C14.813 19.0089 15.2226 19.0089 16.0419 19.0089C16.9662 19.0089 17.3509 19.149 18.0128 19.8002C19.2842 21.0512 19.9199 21.6767 20.4601 21.4565C21.0002 21.2364 21.0002 20.3518 21.0002 18.5826Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0088 20.5C7.29058 20.5 4.9315 20.5 3.46575 19.0355C2 17.5711 2 15.214 2 10.5V7.44427C2 5.6278 2 4.71956 2.38065 4.03806C2.65199 3.55227 3.05319 3.15142 3.53941 2.88032C4.22151 2.5 5.13054 2.5 6.9486 2.5C8.11337 2.5 8.69575 2.5 9.20556 2.69101C10.3695 3.12712 10.8495 4.18358 11.3748 5.23313L12.0088 6.5M7.00438 6.5H16.7629C18.8714 6.5 19.9257 6.5 20.683 7.00559C21.0109 7.22447 21.2924 7.50572 21.5115 7.83329C21.8526 8.34341 21.9638 8.98836 22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.0002 18.5826V15.4174C21.0002 13.6482 21.0002 12.7636 20.4601 12.5435C19.9199 12.3233 19.2842 12.9488 18.0128 14.1998C17.3509 14.851 16.9662 14.9911 16.0419 14.9911C15.2226 14.9911 14.813 14.9911 14.5187 15.1846C13.9152 15.5814 14.0002 16.3627 14.0002 17C14.0002 17.6373 13.9152 18.4186 14.5187 18.8154C14.813 19.0089 15.2226 19.0089 16.0419 19.0089C16.9662 19.0089 17.3509 19.149 18.0128 19.8002C19.2842 21.0512 19.9199 21.6767 20.4601 21.4565C21.0002 21.2364 21.0002 20.3518 21.0002 18.5826Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-block{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9749 20.6888C21.6082 20.0554 22 19.1804 22 18.2139C22 16.2809 20.433 14.7139 18.5 14.7139C17.5335 14.7139 16.6585 15.1057 16.0251 15.739M20.9749 20.6888C20.3415 21.3221 19.4665 21.7139 18.5 21.7139C16.567 21.7139 15 20.1469 15 18.2139C15 17.2474 15.3918 16.3724 16.0251 15.739M20.9749 20.6888L16.0251 15.739%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 20.7139H9.1355C7.38377 20.7139 5.488 20.7734 4.06545 19.7511C3.14643 19.0908 2.60099 18.087 2.22787 16.4324C2.04647 15.628 2 14.7997 2 13.9751V7.14441C2 6.19319 2.02245 5.21519 2.40125 4.34265C2.84752 3.3147 3.56189 2.88816 5 2.71387H8.13858C9.00374 2.71387 9.84271 3.07561 10.3633 3.76662C11.0547 4.68445 11.4744 5.48837 12 6.71387M22 12.7139V10.61C22 9.68624 21.9139 8.72458 21.404 7.95426C20.8018 7.04462 19.9849 6.74836 18.5 6.71386L12 6.71387M7 6.71386L12 6.71387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9749 20.6888C21.6082 20.0554 22 19.1804 22 18.2139C22 16.2809 20.433 14.7139 18.5 14.7139C17.5335 14.7139 16.6585 15.1057 16.0251 15.739M20.9749 20.6888C20.3415 21.3221 19.4665 21.7139 18.5 21.7139C16.567 21.7139 15 20.1469 15 18.2139C15 17.2474 15.3918 16.3724 16.0251 15.739M20.9749 20.6888L16.0251 15.739%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 20.7139H9.1355C7.38377 20.7139 5.488 20.7734 4.06545 19.7511C3.14643 19.0908 2.60099 18.087 2.22787 16.4324C2.04647 15.628 2 14.7997 2 13.9751V7.14441C2 6.19319 2.02245 5.21519 2.40125 4.34265C2.84752 3.3147 3.56189 2.88816 5 2.71387H8.13858C9.00374 2.71387 9.84271 3.07561 10.3633 3.76662C11.0547 4.68445 11.4744 5.48837 12 6.71387M22 12.7139V10.61C22 9.68624 21.9139 8.72458 21.404 7.95426C20.8018 7.04462 19.9849 6.74836 18.5 6.71386L12 6.71387M7 6.71386L12 6.71387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-check{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7H16.75C18.8567 7 19.91 7 20.6667 7.50559C20.9943 7.72447 21.2755 8.00572 21.4944 8.33329C21.9796 9.05942 21.9992 10.0588 22 12M12 7L11.3666 5.73313C10.8418 4.68358 10.3622 3.62712 9.19926 3.19101C8.6899 3 8.10802 3 6.94427 3C5.1278 3 4.21956 3 3.53806 3.38032C3.05227 3.65142 2.65142 4.05227 2.38032 4.53806C2 5.21956 2 6.1278 2 7.94427V11C2 15.714 2 18.0711 3.46447 19.5355C4.7646 20.8357 6.7682 20.9816 10.5 20.9979%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 19C13 19 14 19 15 21C15 21 18.1765 16 21 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7H16.75C18.8567 7 19.91 7 20.6667 7.50559C20.9943 7.72447 21.2755 8.00572 21.4944 8.33329C21.9796 9.05942 21.9992 10.0588 22 12M12 7L11.3666 5.73313C10.8418 4.68358 10.3622 3.62712 9.19926 3.19101C8.6899 3 8.10802 3 6.94427 3C5.1278 3 4.21956 3 3.53806 3.38032C3.05227 3.65142 2.65142 4.05227 2.38032 4.53806C2 5.21956 2 6.1278 2 7.94427V11C2 15.714 2 18.0711 3.46447 19.5355C4.7646 20.8357 6.7682 20.9816 10.5 20.9979%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 19C13 19 14 19 15 21C15 21 18.1765 16 21 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-cloud{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.00127 6.50447H16.7537C18.861 6.50447 19.9146 6.50447 20.6714 7.01062C20.9991 7.22974 21.2804 7.51131 21.4994 7.83925C22.0051 8.59676 22 9.90157 22 12.0106M12.0025 6.50447L11.3689 5.23618C10.844 4.18546 10.3643 3.12782 9.20108 2.69122C8.69159 2.5 8.10957 2.5 6.94553 2.5C5.12859 2.5 4.22013 2.5 3.53845 2.88074C3.05253 3.15215 2.65159 3.55344 2.38041 4.03978C2 4.72204 2 5.63129 2 7.4498V10.5089C2 15.2282 2 17.5879 3.46484 19.054C4.57905 20.1692 6.20981 20.4361 9.00178 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18.8333C12 20.3061 13.1193 21.5 14.5 21.5H19.75C20.9926 21.5 22 20.4255 22 19.1C22 17.6579 20.8197 16.6944 19.7388 16.7C19.8774 15.0592 18.6444 13.5 17 13.5C15.5616 13.5 14.3812 14.6779 14.2602 16.1788C12.992 16.3075 12 17.4469 12 18.8333Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.00127 6.50447H16.7537C18.861 6.50447 19.9146 6.50447 20.6714 7.01062C20.9991 7.22974 21.2804 7.51131 21.4994 7.83925C22.0051 8.59676 22 9.90157 22 12.0106M12.0025 6.50447L11.3689 5.23618C10.844 4.18546 10.3643 3.12782 9.20108 2.69122C8.69159 2.5 8.10957 2.5 6.94553 2.5C5.12859 2.5 4.22013 2.5 3.53845 2.88074C3.05253 3.15215 2.65159 3.55344 2.38041 4.03978C2 4.72204 2 5.63129 2 7.4498V10.5089C2 15.2282 2 17.5879 3.46484 19.054C4.57905 20.1692 6.20981 20.4361 9.00178 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18.8333C12 20.3061 13.1193 21.5 14.5 21.5H19.75C20.9926 21.5 22 20.4255 22 19.1C22 17.6579 20.8197 16.6944 19.7388 16.7C19.8774 15.0592 18.6444 13.5 17 13.5C15.5616 13.5 14.3812 14.6779 14.2602 16.1788C12.992 16.3075 12 17.4469 12 18.8333Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-details-reference{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C22 8.58996 22 9.89331 22 12M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 14.6788 2 17.0054 3.0201 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.65709 15.5694L8.71949 15.5141C9.81727 15.4847 10.3662 15.47 10.6981 15.8019C11.03 16.1338 11.0153 16.6827 10.9859 17.7805L10.9306 19.8429M10.6359 15.8641L5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15.5L15 15.5M22 18.5H15M18.5 21.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C22 8.58996 22 9.89331 22 12M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 14.6788 2 17.0054 3.0201 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.65709 15.5694L8.71949 15.5141C9.81727 15.4847 10.3662 15.47 10.6981 15.8019C11.03 16.1338 11.0153 16.6827 10.9859 17.7805L10.9306 19.8429M10.6359 15.8641L5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15.5L15 15.5M22 18.5H15M18.5 21.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-details{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 15.5L14 15.5M22 18.5H14M18 21.5L14.0001 21.4998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C22 8.58996 22 9.89331 22 12M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.7646 20.3357 6.7682 20.4816 10.5 20.4979%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 15.5L14 15.5M22 18.5H14M18 21.5L14.0001 21.4998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C22 8.58996 22 9.89331 22 12M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.7646 20.3357 6.7682 20.4816 10.5 20.4979%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-download{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.9579 8.52694 21.9965 9.25981 21.9997 11M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.8215 20.3926 6.94493 20.4921 11 20.4994H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 21.5L18.5 13.5M18.5 21.5C17.7998 21.5 16.4915 19.5057 16 19M18.5 21.5C19.2002 21.5 20.5085 19.5057 21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.9579 8.52694 21.9965 9.25981 21.9997 11M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.8215 20.3926 6.94493 20.4921 11 20.4994H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 21.5L18.5 13.5M18.5 21.5C17.7998 21.5 16.4915 19.5057 16 19M18.5 21.5C19.2002 21.5 20.5085 19.5057 21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-edit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.71387H16.75C18.8567 6.71387 19.91 6.71387 20.6667 7.21946C20.9943 7.43834 21.2755 7.71959 21.4944 8.04716C21.9361 8.70817 21.9919 9.59561 21.999 11.2139M12 6.71387L11.3666 5.447C10.8418 4.39745 10.3622 3.34099 9.19926 2.90488C8.6899 2.71387 8.10802 2.71387 6.94427 2.71387C5.1278 2.71387 4.21956 2.71387 3.53806 3.09419C3.05227 3.36529 2.65142 3.76614 2.38032 4.25193C2 4.93343 2 5.84167 2 7.65814V10.7139C2 15.4279 2 17.785 3.46447 19.2494C4.7646 20.5496 6.7682 20.6955 10.5 20.7118H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.8605 14.1532L21.5548 14.8456C22.1422 15.4314 22.1422 16.3811 21.5548 16.9669L17.9173 20.6626C17.6312 20.9479 17.2651 21.1403 16.8674 21.2144L14.613 21.7024C14.257 21.7795 13.9401 21.4643 14.0163 21.1091L14.4962 18.8738C14.5705 18.4771 14.7634 18.1121 15.0495 17.8268L18.7333 14.1532C19.3207 13.5674 20.2731 13.5674 20.8605 14.1532Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.71387H16.75C18.8567 6.71387 19.91 6.71387 20.6667 7.21946C20.9943 7.43834 21.2755 7.71959 21.4944 8.04716C21.9361 8.70817 21.9919 9.59561 21.999 11.2139M12 6.71387L11.3666 5.447C10.8418 4.39745 10.3622 3.34099 9.19926 2.90488C8.6899 2.71387 8.10802 2.71387 6.94427 2.71387C5.1278 2.71387 4.21956 2.71387 3.53806 3.09419C3.05227 3.36529 2.65142 3.76614 2.38032 4.25193C2 4.93343 2 5.84167 2 7.65814V10.7139C2 15.4279 2 17.785 3.46447 19.2494C4.7646 20.5496 6.7682 20.6955 10.5 20.7118H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.8605 14.1532L21.5548 14.8456C22.1422 15.4314 22.1422 16.3811 21.5548 16.9669L17.9173 20.6626C17.6312 20.9479 17.2651 21.1403 16.8674 21.2144L14.613 21.7024C14.257 21.7795 13.9401 21.4643 14.0163 21.1091L14.4962 18.8738C14.5705 18.4771 14.7634 18.1121 15.0495 17.8268L18.7333 14.1532C19.3207 13.5674 20.2731 13.5674 20.8605 14.1532Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-favourite{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.9146 8.46215 21.9856 9.46861 21.9976 11M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.7646 20.3357 6.7682 20.4816 10.5 20.4979%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.1418 13.9416C15.3486 13.2105 16.4018 13.5051 17.0345 13.9744C17.294 14.1668 17.4237 14.263 17.5 14.263C17.5763 14.263 17.706 14.1668 17.9655 13.9744C18.5982 13.5051 19.6514 13.2105 20.8582 13.9416C22.4419 14.901 22.8002 18.0663 19.1472 20.7368C18.4514 21.2454 18.1035 21.4997 17.5 21.4997C16.8965 21.4997 16.5486 21.2454 15.8528 20.7368C12.1998 18.0663 12.5581 14.901 14.1418 13.9416Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.9146 8.46215 21.9856 9.46861 21.9976 11M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.7646 20.3357 6.7682 20.4816 10.5 20.4979%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.1418 13.9416C15.3486 13.2105 16.4018 13.5051 17.0345 13.9744C17.294 14.1668 17.4237 14.263 17.5 14.263C17.5763 14.263 17.706 14.1668 17.9655 13.9744C18.5982 13.5051 19.6514 13.2105 20.8582 13.9416C22.4419 14.901 22.8002 18.0663 19.1472 20.7368C18.4514 21.2454 18.1035 21.4997 17.5 21.4997C16.8965 21.4997 16.5486 21.2454 15.8528 20.7368C12.1998 18.0663 12.5581 14.901 14.1418 13.9416Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-file-storage{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.9579 8.52694 21.9965 9.25981 21.9997 11M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.7646 20.3357 6.7682 20.4816 10.5 20.4979H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5556 21.5H18.4444C20.1205 21.5 20.9586 21.5 21.4793 20.9728C22 20.4456 22 19.5971 22 17.9V17.5912C22 16.8554 22 16.4875 21.8647 16.1568C21.7293 15.826 21.4724 15.5658 20.9586 15.0456L19.6488 13.7194C19.2323 13.2977 19.0241 13.0869 18.7847 12.9306C18.5152 12.7547 18.2165 12.6295 17.9031 12.5609C17.6247 12.5 17.3302 12.5 16.7412 12.5C15.8428 12.5 15.3936 12.5 15.0437 12.6606C14.6511 12.8408 14.3366 13.1593 14.1586 13.5568C14 13.911 14 14.3659 14 15.2755V17.9C14 19.5971 14 20.4456 14.5207 20.9728C15.0414 21.5 15.8795 21.5 17.5556 21.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.9579 8.52694 21.9965 9.25981 21.9997 11M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.7646 20.3357 6.7682 20.4816 10.5 20.4979H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5556 21.5H18.4444C20.1205 21.5 20.9586 21.5 21.4793 20.9728C22 20.4456 22 19.5971 22 17.9V17.5912C22 16.8554 22 16.4875 21.8647 16.1568C21.7293 15.826 21.4724 15.5658 20.9586 15.0456L19.6488 13.7194C19.2323 13.2977 19.0241 13.0869 18.7847 12.9306C18.5152 12.7547 18.2165 12.6295 17.9031 12.5609C17.6247 12.5 17.3302 12.5 16.7412 12.5C15.8428 12.5 15.3936 12.5 15.0437 12.6606C14.6511 12.8408 14.3366 13.1593 14.1586 13.5568C14 13.911 14 14.3659 14 15.2755V17.9C14 19.5971 14 20.4456 14.5207 20.9728C15.0414 21.5 15.8795 21.5 17.5556 21.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-library{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.50304 4C7.48421 3.62851 7.55185 3.34156 7.73579 3.1C8.19267 2.5 9.12335 2.5 10.9847 2.5H13.0153C14.8766 2.5 15.8073 2.5 16.2642 3.1C16.4481 3.34156 16.5158 3.62851 16.497 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 8C5.03784 7.74037 5.12478 7.51593 5.26968 7.31431C5.85493 6.5 7.0681 6.5 9.49444 6.5H14.5056C16.9319 6.5 18.1451 6.5 18.7303 7.31431C18.8752 7.51593 18.9622 7.74037 19 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.81753 15.7128L4.53641 18.016C5.43193 20.8852 6.19729 21.5 9.21027 21.5H14.7897C17.8027 21.5 18.5681 20.8852 19.4636 18.016L20.1825 15.7128C20.9261 13.3303 21.2979 12.139 20.7101 11.3195C20.1223 10.5 18.896 10.5 16.4434 10.5H7.55662C5.104 10.5 3.8777 10.5 3.28988 11.3195C2.70207 12.139 3.07389 13.3303 3.81753 15.7128Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.50304 4C7.48421 3.62851 7.55185 3.34156 7.73579 3.1C8.19267 2.5 9.12335 2.5 10.9847 2.5H13.0153C14.8766 2.5 15.8073 2.5 16.2642 3.1C16.4481 3.34156 16.5158 3.62851 16.497 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 8C5.03784 7.74037 5.12478 7.51593 5.26968 7.31431C5.85493 6.5 7.0681 6.5 9.49444 6.5H14.5056C16.9319 6.5 18.1451 6.5 18.7303 7.31431C18.8752 7.51593 18.9622 7.74037 19 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.81753 15.7128L4.53641 18.016C5.43193 20.8852 6.19729 21.5 9.21027 21.5H14.7897C17.8027 21.5 18.5681 20.8852 19.4636 18.016L20.1825 15.7128C20.9261 13.3303 21.2979 12.139 20.7101 11.3195C20.1223 10.5 18.896 10.5 16.4434 10.5H7.55662C5.104 10.5 3.8777 10.5 3.28988 11.3195C2.70207 12.139 3.07389 13.3303 3.81753 15.7128Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-links{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C22 8.58996 22 9.64331 22 11.75C22 12.0369 22.0005 12.0137 22 12.5M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.8215 20.3926 6.94493 20.4921 11 20.4994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7057 20.9414C18.4593 21.6862 19.6812 21.6862 20.4348 20.9414C21.1884 20.1966 21.1884 18.9891 20.4348 18.2443L18.7291 16.5586C18.0629 15.9002 17.0309 15.8238 16.2799 16.3294M16.2943 14.0586C15.5407 13.3138 14.3188 13.3138 13.5652 14.0586C12.8116 14.8034 12.8116 16.0109 13.5652 16.7557L15.2709 18.4414C15.9493 19.1119 17.0072 19.1788 17.7613 18.6421%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C22 8.58996 22 9.64331 22 11.75C22 12.0369 22.0005 12.0137 22 12.5M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.8215 20.3926 6.94493 20.4921 11 20.4994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7057 20.9414C18.4593 21.6862 19.6812 21.6862 20.4348 20.9414C21.1884 20.1966 21.1884 18.9891 20.4348 18.2443L18.7291 16.5586C18.0629 15.9002 17.0309 15.8238 16.2799 16.3294M16.2943 14.0586C15.5407 13.3138 14.3188 13.3138 13.5652 14.0586C12.8116 14.8034 12.8116 16.0109 13.5652 16.7557L15.2709 18.4414C15.9493 19.1119 17.0072 19.1788 17.7613 18.6421%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-locked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0027 20.7139C7.2874 20.7139 4.92973 20.7139 3.46487 19.2494C2 17.785 2 15.4279 2 10.7139V7.65814C2 5.84167 2 4.93343 2.38042 4.25193C2.6516 3.76614 3.05255 3.36529 3.53848 3.09419C4.22017 2.71387 5.12865 2.71387 6.94562 2.71387C8.10969 2.71387 8.69172 2.71387 9.20122 2.90488C10.3645 3.34099 10.8442 4.39745 11.3691 5.447L12.0027 6.71387M7.00136 6.71387H16.754C18.8613 6.71387 19.9149 6.71387 20.6718 7.21946C20.9995 7.43834 21.2808 7.71959 21.4997 8.04716C21.8937 8.63669 21.9808 9.40631 22 10.7139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.7372 15.8894L16.7372 14.4987C16.7372 14.2932 16.7458 14.0853 16.8194 13.8934C17.0153 13.3828 17.5343 12.7139 18.4791 12.7139C19.424 12.7139 19.9633 13.3828 20.1593 13.8934C20.2329 14.0853 20.2414 14.2932 20.2414 14.4987L20.2414 15.8894M16.8067 21.7139H20.1923C21.1891 21.7139 21.9971 20.9071 21.9971 19.9118V17.9099C21.9971 16.9147 21.1891 16.1079 20.1923 16.1079H16.8067C15.81 16.1079 15.002 16.9147 15.002 17.9099V19.9118C15.002 20.9071 15.81 21.7139 16.8067 21.7139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0027 20.7139C7.2874 20.7139 4.92973 20.7139 3.46487 19.2494C2 17.785 2 15.4279 2 10.7139V7.65814C2 5.84167 2 4.93343 2.38042 4.25193C2.6516 3.76614 3.05255 3.36529 3.53848 3.09419C4.22017 2.71387 5.12865 2.71387 6.94562 2.71387C8.10969 2.71387 8.69172 2.71387 9.20122 2.90488C10.3645 3.34099 10.8442 4.39745 11.3691 5.447L12.0027 6.71387M7.00136 6.71387H16.754C18.8613 6.71387 19.9149 6.71387 20.6718 7.21946C20.9995 7.43834 21.2808 7.71959 21.4997 8.04716C21.8937 8.63669 21.9808 9.40631 22 10.7139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.7372 15.8894L16.7372 14.4987C16.7372 14.2932 16.7458 14.0853 16.8194 13.8934C17.0153 13.3828 17.5343 12.7139 18.4791 12.7139C19.424 12.7139 19.9633 13.3828 20.1593 13.8934C20.2329 14.0853 20.2414 14.2932 20.2414 14.4987L20.2414 15.8894M16.8067 21.7139H20.1923C21.1891 21.7139 21.9971 20.9071 21.9971 19.9118V17.9099C21.9971 16.9147 21.1891 16.1079 20.1923 16.1079H16.8067C15.81 16.1079 15.002 16.9147 15.002 17.9099V19.9118C15.002 20.9071 15.81 21.7139 16.8067 21.7139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-management{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.9361 8.4943 21.9919 9.38172 21.999 11M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.7646 20.3357 6.7682 20.4816 10.5 20.4979H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 20.2143V21.5M18 20.2143C16.8432 20.2143 15.8241 19.6461 15.2263 18.7833M18 20.2143C19.1568 20.2143 20.1759 19.6461 20.7737 18.7833M18 13.7857C19.1569 13.7857 20.1761 14.354 20.7738 15.2169M18 13.7857C16.8431 13.7857 15.8239 14.354 15.2262 15.2169M18 13.7857V12.5M22 14.4286L20.7738 15.2169M14.0004 19.5714L15.2263 18.7833M14 14.4286L15.2262 15.2169M21.9996 19.5714L20.7737 18.7833M20.7738 15.2169C21.1273 15.7271 21.3333 16.3403 21.3333 17C21.3333 17.6597 21.1272 18.273 20.7737 18.7833M15.2262 15.2169C14.8727 15.7271 14.6667 16.3403 14.6667 17C14.6667 17.6597 14.8728 18.273 15.2263 18.7833%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.9361 8.4943 21.9919 9.38172 21.999 11M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.7646 20.3357 6.7682 20.4816 10.5 20.4979H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 20.2143V21.5M18 20.2143C16.8432 20.2143 15.8241 19.6461 15.2263 18.7833M18 20.2143C19.1568 20.2143 20.1759 19.6461 20.7737 18.7833M18 13.7857C19.1569 13.7857 20.1761 14.354 20.7738 15.2169M18 13.7857C16.8431 13.7857 15.8239 14.354 15.2262 15.2169M18 13.7857V12.5M22 14.4286L20.7738 15.2169M14.0004 19.5714L15.2263 18.7833M14 14.4286L15.2262 15.2169M21.9996 19.5714L20.7737 18.7833M20.7738 15.2169C21.1273 15.7271 21.3333 16.3403 21.3333 17C21.3333 17.6597 21.1272 18.273 20.7737 18.7833M15.2262 15.2169C14.8727 15.7271 14.6667 16.3403 14.6667 17C14.6667 17.6597 14.8728 18.273 15.2263 18.7833%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-minus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 17.5L14 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.9587 8.52819 21.9963 9.68416 21.9994 11.5M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.8215 20.3926 6.94493 20.4921 11 20.4994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 17.5L14 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.9587 8.52819 21.9963 9.68416 21.9994 11.5M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.8215 20.3926 6.94493 20.4921 11 20.4994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-move-in{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7H16.75C18.8567 7 19.91 7 20.6667 7.50559C20.9943 7.72447 21.2755 8.00572 21.4944 8.33329C22 9.08996 22 10.1433 22 12.25C22 12.5094 22 12.7592 21.9997 13M12 7L11.3666 5.73313C10.8418 4.68358 10.3622 3.62712 9.19926 3.19101C8.6899 3 8.10802 3 6.94427 3C5.1278 3 4.21956 3 3.53806 3.38032C3.05227 3.65142 2.65142 4.05227 2.38032 4.53806C2 5.21956 2 6.1278 2 7.94427V11C2 15.714 2 18.0711 3.46447 19.5355C4.8215 20.8926 6.94493 20.9921 11 20.9994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 16C15.9943 16.4915 14 17.7998 14 18.5M16.5 21C15.9943 20.5085 14 19.2002 14 18.5M14 18.5L22 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7H16.75C18.8567 7 19.91 7 20.6667 7.50559C20.9943 7.72447 21.2755 8.00572 21.4944 8.33329C22 9.08996 22 10.1433 22 12.25C22 12.5094 22 12.7592 21.9997 13M12 7L11.3666 5.73313C10.8418 4.68358 10.3622 3.62712 9.19926 3.19101C8.6899 3 8.10802 3 6.94427 3C5.1278 3 4.21956 3 3.53806 3.38032C3.05227 3.65142 2.65142 4.05227 2.38032 4.53806C2 5.21956 2 6.1278 2 7.94427V11C2 15.714 2 18.0711 3.46447 19.5355C4.8215 20.8926 6.94493 20.9921 11 20.9994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 16C15.9943 16.4915 14 17.7998 14 18.5M16.5 21C15.9943 20.5085 14 19.2002 14 18.5M14 18.5L22 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-move-to{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7H16.75C18.8567 7 19.91 7 20.6667 7.50559C20.9943 7.72447 21.2755 8.00572 21.4944 8.33329C22 9.08996 22 10.1433 22 12.25C22 12.5094 22 12.7592 21.9997 13M12 7L11.3666 5.73313C10.8418 4.68358 10.3622 3.62712 9.19926 3.19101C8.6899 3 8.10802 3 6.94427 3C5.1278 3 4.21956 3 3.53806 3.38032C3.05227 3.65142 2.65142 4.05227 2.38032 4.53806C2 5.21956 2 6.1278 2 7.94427V11C2 15.714 2 18.0711 3.46447 19.5355C4.8215 20.8926 6.94493 20.9921 11 20.9994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 16C20.0057 16.4915 22 17.7998 22 18.5M19.5 21C20.0057 20.5085 22 19.2002 22 18.5M22 18.5L14 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7H16.75C18.8567 7 19.91 7 20.6667 7.50559C20.9943 7.72447 21.2755 8.00572 21.4944 8.33329C22 9.08996 22 10.1433 22 12.25C22 12.5094 22 12.7592 21.9997 13M12 7L11.3666 5.73313C10.8418 4.68358 10.3622 3.62712 9.19926 3.19101C8.6899 3 8.10802 3 6.94427 3C5.1278 3 4.21956 3 3.53806 3.38032C3.05227 3.65142 2.65142 4.05227 2.38032 4.53806C2 5.21956 2 6.1278 2 7.94427V11C2 15.714 2 18.0711 3.46447 19.5355C4.8215 20.8926 6.94493 20.9921 11 20.9994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 16C20.0057 16.4915 22 17.7998 22 18.5M19.5 21C20.0057 20.5085 22 19.2002 22 18.5M22 18.5L14 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-music{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.9579 8.52694 21.9965 9.25981 21.9997 11M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.8215 20.3926 6.94493 20.4921 11 20.4994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.375 19.25C18.375 20.4926 17.3956 21.5 16.1875 21.5C14.9794 21.5 14 20.4926 14 19.25C14 18.0074 14.9794 17 16.1875 17C17.3956 17 18.375 18.0074 18.375 19.25ZM18.375 19.25V12.5C18.6667 12.95 18.9 14.84 21 15.2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.9579 8.52694 21.9965 9.25981 21.9997 11M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.8215 20.3926 6.94493 20.4921 11 20.4994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.375 19.25C18.375 20.4926 17.3956 21.5 16.1875 21.5C14.9794 21.5 14 20.4926 14 19.25C14 18.0074 14.9794 17 16.1875 17C17.3956 17 18.375 18.0074 18.375 19.25ZM18.375 19.25V12.5C18.6667 12.95 18.9 14.84 21 15.2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 20.0001C19.9275 20.0545 19.8534 20.1069 19.7779 20.1574C18.5167 21.0001 16.7612 21.0001 13.25 21.0001H12C7.28595 21.0001 4.92893 21.0001 3.46447 19.5356C2 18.0711 2 15.7141 2 11.0001V7.94433C2 6.12785 2 5.21962 2.38032 4.53812C2.61398 4.11941 2.94402 3.76381 3.34177 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6.99998H16.75C18.8567 6.99998 19.91 6.99998 20.6667 7.50557C20.9943 7.72445 21.2755 8.0057 21.4944 8.33327C22 9.08994 22 10.1433 22 12.25C22 14.3906 22 15.8787 21.8091 17M12 6.99998L11.3666 5.73311C10.8418 4.68355 10.3622 3.6271 9.19926 3.19099C8.77825 3.03311 8.3077 3.00573 7.5 3.00098H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 20.0001C19.9275 20.0545 19.8534 20.1069 19.7779 20.1574C18.5167 21.0001 16.7612 21.0001 13.25 21.0001H12C7.28595 21.0001 4.92893 21.0001 3.46447 19.5356C2 18.0711 2 15.7141 2 11.0001V7.94433C2 6.12785 2 5.21962 2.38032 4.53812C2.61398 4.11941 2.94402 3.76381 3.34177 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6.99998H16.75C18.8567 6.99998 19.91 6.99998 20.6667 7.50557C20.9943 7.72445 21.2755 8.0057 21.4944 8.33327C22 9.08994 22 10.1433 22 12.25C22 14.3906 22 15.8787 21.8091 17M12 6.99998L11.3666 5.73311C10.8418 4.68355 10.3622 3.6271 9.19926 3.19099C8.77825 3.03311 8.3077 3.00573 7.5 3.00098H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-open{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 12.0062H12.032C11.2053 12.0062 10.2405 11.9085 9.56941 12.491C9.15369 12.8518 8.94068 13.4264 8.51464 14.5755L5.94715 20.6496C5.93321 20.688 5.92619 20.7074 5.91951 20.7248C5.63042 21.4775 4.92271 21.98 4.12591 21.9994M19 12.0062V11C19 9.58579 19 8.87868 18.5661 8.43934C18.1321 8 17.4337 8 16.0368 8H9.94852M19 12.0062C20.5839 12.0062 21.1672 12.0062 21.6011 12.4456C21.7344 12.5806 21.841 12.74 21.9152 12.9154C22.157 13.4866 21.8627 14.231 21.2741 15.7197L20.7472 17.0526C19.8257 19.3834 19.365 20.5488 18.418 21.2334C18.3526 21.2807 18.2858 21.3259 18.2176 21.3692C17.2309 21.9952 15.9777 21.9913 13.4714 21.9835L4.12591 21.9994M4.12591 21.9994C4.12236 21.9995 4.1188 21.9996 4.11525 21.9997C4.09679 22 4.07654 22 4.03604 22C3.97978 22 3.95166 22 3.92787 21.9994C2.87415 21.9737 2.02596 21.115 2.00057 20.0482C2 20.0241 2 19.9956 2 19.9387V9C2 7.11438 2 6.17157 2.5786 5.58579C3.15719 5 4.08843 5 5.9509 5H6.15448C7.13233 5 7.62126 5 8.04925 5.20162C8.96231 5.63174 9.5196 6.92798 9.94852 8M9.94852 8H7.92635%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9984 3L20.9984 5C20.2268 3.2341 18.4647 2 16.4144 2C14.7786 2 13.3263 2.78555 12.4141 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 12.0062H12.032C11.2053 12.0062 10.2405 11.9085 9.56941 12.491C9.15369 12.8518 8.94068 13.4264 8.51464 14.5755L5.94715 20.6496C5.93321 20.688 5.92619 20.7074 5.91951 20.7248C5.63042 21.4775 4.92271 21.98 4.12591 21.9994M19 12.0062V11C19 9.58579 19 8.87868 18.5661 8.43934C18.1321 8 17.4337 8 16.0368 8H9.94852M19 12.0062C20.5839 12.0062 21.1672 12.0062 21.6011 12.4456C21.7344 12.5806 21.841 12.74 21.9152 12.9154C22.157 13.4866 21.8627 14.231 21.2741 15.7197L20.7472 17.0526C19.8257 19.3834 19.365 20.5488 18.418 21.2334C18.3526 21.2807 18.2858 21.3259 18.2176 21.3692C17.2309 21.9952 15.9777 21.9913 13.4714 21.9835L4.12591 21.9994M4.12591 21.9994C4.12236 21.9995 4.1188 21.9996 4.11525 21.9997C4.09679 22 4.07654 22 4.03604 22C3.97978 22 3.95166 22 3.92787 21.9994C2.87415 21.9737 2.02596 21.115 2.00057 20.0482C2 20.0241 2 19.9956 2 19.9387V9C2 7.11438 2 6.17157 2.5786 5.58579C3.15719 5 4.08843 5 5.9509 5H6.15448C7.13233 5 7.62126 5 8.04925 5.20162C8.96231 5.63174 9.5196 6.92798 9.94852 8M9.94852 8H7.92635%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9984 3L20.9984 5C20.2268 3.2341 18.4647 2 16.4144 2C14.7786 2 13.3263 2.78555 12.4141 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-pin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.02477 6.5H16.8231C18.9402 6.5 19.9988 6.5 20.7592 7.00559C21.0884 7.22447 21.371 7.50572 21.591 7.83329C21.8044 8.15114 21.9282 8.52135 22 9M12.0495 6.5L11.413 5.23313C10.8856 4.18358 10.4037 3.12712 9.23493 2.69101C8.72304 2.5 8.13829 2.5 6.96877 2.5C5.1433 2.5 4.23056 2.5 3.54568 2.88032C3.05748 3.15142 2.65465 3.55227 2.3822 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.47172 19.0355C4.94344 20.5 7.31215 20.5 12.0495 20.5C12.552 20.5 13.0545 20.5001 13.557 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0039 18.5V21.5M16.0092 17C16.1517 17.8145 17.1884 18.1556 18.4051 18.3923C18.5161 18.4138 19.4345 18.367 19.5459 18.3477C20.4331 18.1937 22.0576 17.8917 21.9987 17C21.9293 15.9501 21.1515 15.5966 20.4437 14.9615C20.1537 14.7013 20.1137 14.2766 20.2878 13.9277L20.6904 13.1211C20.8768 12.7477 20.8224 12.285 20.5026 12.0173C20.0309 11.6224 19.6286 11.4995 19.0039 11.5C18.292 11.5691 17.8763 11.7142 17.4879 12.0268C17.1702 12.2825 17.1268 12.7392 17.309 13.1043L17.6952 13.878C17.8818 14.2519 17.818 14.7051 17.505 14.9816C16.6934 15.6985 15.8724 16.2183 16.0092 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.02477 6.5H16.8231C18.9402 6.5 19.9988 6.5 20.7592 7.00559C21.0884 7.22447 21.371 7.50572 21.591 7.83329C21.8044 8.15114 21.9282 8.52135 22 9M12.0495 6.5L11.413 5.23313C10.8856 4.18358 10.4037 3.12712 9.23493 2.69101C8.72304 2.5 8.13829 2.5 6.96877 2.5C5.1433 2.5 4.23056 2.5 3.54568 2.88032C3.05748 3.15142 2.65465 3.55227 2.3822 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.47172 19.0355C4.94344 20.5 7.31215 20.5 12.0495 20.5C12.552 20.5 13.0545 20.5001 13.557 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0039 18.5V21.5M16.0092 17C16.1517 17.8145 17.1884 18.1556 18.4051 18.3923C18.5161 18.4138 19.4345 18.367 19.5459 18.3477C20.4331 18.1937 22.0576 17.8917 21.9987 17C21.9293 15.9501 21.1515 15.5966 20.4437 14.9615C20.1537 14.7013 20.1137 14.2766 20.2878 13.9277L20.6904 13.1211C20.8768 12.7477 20.8224 12.285 20.5026 12.0173C20.0309 11.6224 19.6286 11.4995 19.0039 11.5C18.292 11.5691 17.8763 11.7142 17.4879 12.0268C17.1702 12.2825 17.1268 12.7392 17.309 13.1043L17.6952 13.878C17.8818 14.2519 17.818 14.7051 17.505 14.9816C16.6934 15.6985 15.8724 16.2183 16.0092 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 20.5H12C7.28595 20.5 4.92893 20.5 3.46447 19.0355C2 17.5711 2 15.214 2 10.5V7.44427C2 5.6278 2 4.71956 2.38032 4.03806C2.65142 3.55227 3.05227 3.15142 3.53806 2.88032C4.21956 2.5 5.1278 2.5 6.94427 2.5C8.10802 2.5 8.6899 2.5 9.19926 2.69101C10.3622 3.12712 10.8418 4.18358 11.3666 5.23313L12 6.5M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C22 8.58996 22 9.64331 22 11.75C22 12.0094 22.0003 12.2592 22 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15.5L16 21.5M22 21.5L16 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 20.5H12C7.28595 20.5 4.92893 20.5 3.46447 19.0355C2 17.5711 2 15.214 2 10.5V7.44427C2 5.6278 2 4.71956 2.38032 4.03806C2.65142 3.55227 3.05227 3.15142 3.53806 2.88032C4.21956 2.5 5.1278 2.5 6.94427 2.5C8.10802 2.5 8.6899 2.5 9.19926 2.69101C10.3622 3.12712 10.8418 4.18358 11.3666 5.23313L12 6.5M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C22 8.58996 22 9.64331 22 11.75C22 12.0094 22.0003 12.2592 22 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15.5L16 21.5M22 21.5L16 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C22 8.58996 22 9.39331 22 11.5M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.8215 20.3926 6.94493 20.4921 11 20.4994H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 21.5L19.8529 19.3529M19.8529 19.3529C19.9675 19.2384 20.0739 19.1158 20.1714 18.986C20.602 18.413 20.8571 17.7006 20.8571 16.9286C20.8571 15.035 19.3221 13.5 17.4286 13.5C15.535 13.5 14 15.035 14 16.9286C14 18.8221 15.535 20.3571 17.4286 20.3571C18.3753 20.3571 19.2325 19.9734 19.8529 19.3529Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C22 8.58996 22 9.39331 22 11.5M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.8215 20.3926 6.94493 20.4921 11 20.4994H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 21.5L19.8529 19.3529M19.8529 19.3529C19.9675 19.2384 20.0739 19.1158 20.1714 18.986C20.602 18.413 20.8571 17.7006 20.8571 16.9286C20.8571 15.035 19.3221 13.5 17.4286 13.5C15.535 13.5 14 15.035 14 16.9286C14 18.8221 15.535 20.3571 17.4286 20.3571C18.3753 20.3571 19.2325 19.9734 19.8529 19.3529Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-security{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.9108 8.4565 21.984 9.11137 21.9969 10.5M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.8215 20.3926 6.94493 20.4921 11 20.4994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4991 12.5C16.0744 12.5 15.1506 13.4085 14.0581 13.7397C13.6138 13.8744 13.3917 13.9417 13.3018 14.0366C13.2119 14.1315 13.1856 14.2702 13.133 14.5476C12.5696 17.5157 13.801 20.2598 16.7375 21.3279C17.053 21.4426 17.2108 21.5 17.5007 21.5C17.7906 21.5 17.9484 21.4426 18.2639 21.3279C21.2002 20.2598 22.4304 17.5157 21.8669 14.5476C21.8142 14.2701 21.7879 14.1314 21.698 14.0365C21.6081 13.9416 21.386 13.8743 20.9418 13.7397C19.8488 13.4086 18.9239 12.5 17.4991 12.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.9108 8.4565 21.984 9.11137 21.9969 10.5M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.8215 20.3926 6.94493 20.4921 11 20.4994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4991 12.5C16.0744 12.5 15.1506 13.4085 14.0581 13.7397C13.6138 13.8744 13.3917 13.9417 13.3018 14.0366C13.2119 14.1315 13.1856 14.2702 13.133 14.5476C12.5696 17.5157 13.801 20.2598 16.7375 21.3279C17.053 21.4426 17.2108 21.5 17.5007 21.5C17.7906 21.5 17.9484 21.4426 18.2639 21.3279C21.2002 20.2598 22.4304 17.5157 21.8669 14.5476C21.8142 14.2701 21.7879 14.1314 21.698 14.0365C21.6081 13.9416 21.386 13.8743 20.9418 13.7397C19.8488 13.4086 18.9239 12.5 17.4991 12.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-shared-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.935 8.49268 21.9916 8.96506 21.9989 10.5M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.8215 20.3926 6.44493 20.4927 10.5 20.5H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.59 18.9737C14.9612 19.3002 13.3126 19.9669 14.3167 20.8011C14.8072 21.2086 15.3536 21.5 16.0404 21.5H19.9596C20.6464 21.5 21.1928 21.2086 21.6833 20.8011C22.6874 19.9669 21.0388 19.3002 20.41 18.9737C18.9355 18.2081 17.0645 18.2081 15.59 18.9737Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 14.4378C20 15.508 19.1046 16.3756 18 16.3756C16.8954 16.3756 16 15.508 16 14.4378C16 13.3676 16.8954 12.5 18 12.5C19.1046 12.5 20 13.3676 20 14.4378Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.935 8.49268 21.9916 8.96506 21.9989 10.5M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.8215 20.3926 6.44493 20.4927 10.5 20.5H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.59 18.9737C14.9612 19.3002 13.3126 19.9669 14.3167 20.8011C14.8072 21.2086 15.3536 21.5 16.0404 21.5H19.9596C20.6464 21.5 21.1928 21.2086 21.6833 20.8011C22.6874 19.9669 21.0388 19.3002 20.41 18.9737C18.9355 18.2081 17.0645 18.2081 15.59 18.9737Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 14.4378C20 15.508 19.1046 16.3756 18 16.3756C16.8954 16.3756 16 15.508 16 14.4378C16 13.3676 16.8954 12.5 18 12.5C19.1046 12.5 20 13.3676 20 14.4378Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-shared-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.0111 6.50046H16.7828C18.8941 6.50046 19.9498 6.50046 20.7082 7.00611C21.0365 7.22501 21.3183 7.5063 21.5377 7.83391C21.8193 8.2545 21.9444 8.76675 22 9.50058M12.0222 6.50046L11.3874 5.23344C10.8614 4.18377 10.3808 3.12719 9.21524 2.69103C8.70475 2.5 8.12159 2.5 6.95525 2.5C5.13475 2.5 4.22449 2.5 3.54148 2.88036C3.0546 3.1515 2.65287 3.55239 2.38116 4.03824C2 4.71982 2 5.62816 2 7.44484V10.5009C2 15.2155 2 17.5728 3.46772 19.0374C4.77047 20.3375 6.76141 20.4836 10.5 20.5H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.1581 14.671C19.4043 15.1625 19.9128 15.5 20.5 15.5C21.3284 15.5 22 14.8284 22 14C22 13.1716 21.3284 12.5 20.5 12.5C19.6716 12.5 19 13.1716 19 14C19 14.2412 19.0569 14.4691 19.1581 14.671ZM19.1581 14.671L15.8419 16.329M15.8419 16.329C15.5957 15.8375 15.0872 15.5 14.5 15.5C13.6716 15.5 13 16.1716 13 17C13 17.8284 13.6716 18.5 14.5 18.5C15.0872 18.5 15.5957 18.1625 15.8419 17.671M15.8419 16.329C15.9431 16.5309 16 16.7588 16 17C16 17.2412 15.9431 17.4691 15.8419 17.671M19.1581 19.329C19.0569 19.5309 19 19.7588 19 20C19 20.8284 19.6716 21.5 20.5 21.5C21.3284 21.5 22 20.8284 22 20C22 19.1716 21.3284 18.5 20.5 18.5C19.9128 18.5 19.4043 18.8375 19.1581 19.329ZM19.1581 19.329L15.8419 17.671%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.0111 6.50046H16.7828C18.8941 6.50046 19.9498 6.50046 20.7082 7.00611C21.0365 7.22501 21.3183 7.5063 21.5377 7.83391C21.8193 8.2545 21.9444 8.76675 22 9.50058M12.0222 6.50046L11.3874 5.23344C10.8614 4.18377 10.3808 3.12719 9.21524 2.69103C8.70475 2.5 8.12159 2.5 6.95525 2.5C5.13475 2.5 4.22449 2.5 3.54148 2.88036C3.0546 3.1515 2.65287 3.55239 2.38116 4.03824C2 4.71982 2 5.62816 2 7.44484V10.5009C2 15.2155 2 17.5728 3.46772 19.0374C4.77047 20.3375 6.76141 20.4836 10.5 20.5H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.1581 14.671C19.4043 15.1625 19.9128 15.5 20.5 15.5C21.3284 15.5 22 14.8284 22 14C22 13.1716 21.3284 12.5 20.5 12.5C19.6716 12.5 19 13.1716 19 14C19 14.2412 19.0569 14.4691 19.1581 14.671ZM19.1581 14.671L15.8419 16.329M15.8419 16.329C15.5957 15.8375 15.0872 15.5 14.5 15.5C13.6716 15.5 13 16.1716 13 17C13 17.8284 13.6716 18.5 14.5 18.5C15.0872 18.5 15.5957 18.1625 15.8419 17.671M15.8419 16.329C15.9431 16.5309 16 16.7588 16 17C16 17.2412 15.9431 17.4691 15.8419 17.671M19.1581 19.329C19.0569 19.5309 19 19.7588 19 20C19 20.8284 19.6716 21.5 20.5 21.5C21.3284 21.5 22 20.8284 22 20C22 19.1716 21.3284 18.5 20.5 18.5C19.9128 18.5 19.4043 18.8375 19.1581 19.329ZM19.1581 19.329L15.8419 17.671%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-shared-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 5.77778H16.75C18.8567 5.77778 19.91 5.77778 20.6667 6.25528C20.9943 6.462 21.2755 6.72762 21.4944 7.037C22 7.75163 22 8.74646 22 10.7361C22 14.0522 22 15.7102 21.1573 16.9013C20.7926 17.4169 20.3238 17.8596 19.7779 18.2042C18.5167 19 16.7612 19 13.25 19H12C7.28595 19 4.92893 19 3.46447 17.6169C2 16.2338 2 14.0077 2 9.55556V6.66959C2 4.95403 2 4.09625 2.38032 3.45262C2.65142 2.99381 3.05227 2.61523 3.53806 2.35919C4.21956 2 5.1278 2 6.94427 2C8.10802 2 8.6899 2 9.19926 2.1804C10.3622 2.59228 10.8418 3.59004 11.3666 4.58129L12 5.77778%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 22H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 5.77778H16.75C18.8567 5.77778 19.91 5.77778 20.6667 6.25528C20.9943 6.462 21.2755 6.72762 21.4944 7.037C22 7.75163 22 8.74646 22 10.7361C22 14.0522 22 15.7102 21.1573 16.9013C20.7926 17.4169 20.3238 17.8596 19.7779 18.2042C18.5167 19 16.7612 19 13.25 19H12C7.28595 19 4.92893 19 3.46447 17.6169C2 16.2338 2 14.0077 2 9.55556V6.66959C2 4.95403 2 4.09625 2.38032 3.45262C2.65142 2.99381 3.05227 2.61523 3.53806 2.35919C4.21956 2 5.1278 2 6.94427 2C8.10802 2 8.6899 2 9.19926 2.1804C10.3622 2.59228 10.8418 3.59004 11.3666 4.58129L12 5.77778%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 22H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-sync{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C22 8.58996 21.9997 9.39331 21.9997 11.5M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.86181 20.4329 7.07178 20.4969 11.3666 20.4999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.9932 17.4924L20.7481 17.8924C21.2777 18.1729 21.5425 18.3132 21.7884 18.1516C22.0343 17.99 22.0154 17.7366 21.9775 17.2296C21.7598 14.3175 18.1536 12.3206 15.6597 14.2859M16.0052 17.4924L15.2502 17.0925C14.721 16.8122 14.4565 16.672 14.2102 16.8347C13.964 16.9973 13.9842 17.25 14.0244 17.7553C14.2545 20.643 17.8402 22.6674 20.2724 20.7457%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C22 8.58996 21.9997 9.39331 21.9997 11.5M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.86181 20.4329 7.07178 20.4969 11.3666 20.4999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.9932 17.4924L20.7481 17.8924C21.2777 18.1729 21.5425 18.3132 21.7884 18.1516C22.0343 17.99 22.0154 17.7366 21.9775 17.2296C21.7598 14.3175 18.1536 12.3206 15.6597 14.2859M16.0052 17.4924L15.2502 17.0925C14.721 16.8122 14.4565 16.672 14.2102 16.8347C13.964 16.9973 13.9842 17.25 14.0244 17.7553C14.2545 20.643 17.8402 22.6674 20.2724 20.7457%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-transfer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 11H7.625C9.38057 11 10.2584 11 10.8889 10.5787C11.1619 10.3963 11.3963 10.1619 11.5787 9.88893C12 9.25837 12 8.38058 12 6.625C12 5.57165 12 5.04498 11.7472 4.66664C11.6378 4.50286 11.4971 4.36223 11.3334 4.2528C10.955 4 10.4283 4 9.375 4H7.71393C7.56953 4 7.49733 4 7.43101 3.99026C7.18274 3.95381 6.96074 3.81737 6.81761 3.61327C6.77937 3.55875 6.74734 3.49469 6.68328 3.36656C6.42089 2.84179 6.18111 2.31356 5.59963 2.0955C5.34495 2 5.05401 2 4.47214 2C3.5639 2 3.10978 2 2.76903 2.19016C2.52613 2.32571 2.32571 2.52613 2.19016 2.76903C2 3.10978 2 3.5639 2 4.47214V6C2 8.35702 2 9.53553 2.73223 10.2678C3.46447 11 4.64298 11 7 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 22H16.375C14.6194 22 13.7416 22 13.1111 21.5787C12.8381 21.3963 12.6037 21.1619 12.4213 20.8889C12 20.2584 12 19.3806 12 17.625C12 16.5717 12 16.045 12.2528 15.6666C12.3622 15.5029 12.5029 15.3622 12.6666 15.2528C13.045 15 13.5717 15 14.625 15H16.2861C16.4305 15 16.5027 15 16.569 14.9903C16.8173 14.9538 17.0393 14.8174 17.1824 14.6133C17.2206 14.5587 17.2527 14.4947 17.3167 14.3666C17.5791 13.8418 17.8189 13.3136 18.4004 13.0955C18.6551 13 18.946 13 19.5279 13C20.4361 13 20.8902 13 21.231 13.1902C21.4739 13.3257 21.6743 13.5261 21.8098 13.769C22 14.1098 22 14.5639 22 15.4721V17C22 19.357 22 20.5355 21.2678 21.2678C20.5355 22 19.357 22 17 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.3358 9H22C21.5 5 19 2.5 16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.66416 15L2 15C2.5 19 5 21.5 8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 11H7.625C9.38057 11 10.2584 11 10.8889 10.5787C11.1619 10.3963 11.3963 10.1619 11.5787 9.88893C12 9.25837 12 8.38058 12 6.625C12 5.57165 12 5.04498 11.7472 4.66664C11.6378 4.50286 11.4971 4.36223 11.3334 4.2528C10.955 4 10.4283 4 9.375 4H7.71393C7.56953 4 7.49733 4 7.43101 3.99026C7.18274 3.95381 6.96074 3.81737 6.81761 3.61327C6.77937 3.55875 6.74734 3.49469 6.68328 3.36656C6.42089 2.84179 6.18111 2.31356 5.59963 2.0955C5.34495 2 5.05401 2 4.47214 2C3.5639 2 3.10978 2 2.76903 2.19016C2.52613 2.32571 2.32571 2.52613 2.19016 2.76903C2 3.10978 2 3.5639 2 4.47214V6C2 8.35702 2 9.53553 2.73223 10.2678C3.46447 11 4.64298 11 7 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 22H16.375C14.6194 22 13.7416 22 13.1111 21.5787C12.8381 21.3963 12.6037 21.1619 12.4213 20.8889C12 20.2584 12 19.3806 12 17.625C12 16.5717 12 16.045 12.2528 15.6666C12.3622 15.5029 12.5029 15.3622 12.6666 15.2528C13.045 15 13.5717 15 14.625 15H16.2861C16.4305 15 16.5027 15 16.569 14.9903C16.8173 14.9538 17.0393 14.8174 17.1824 14.6133C17.2206 14.5587 17.2527 14.4947 17.3167 14.3666C17.5791 13.8418 17.8189 13.3136 18.4004 13.0955C18.6551 13 18.946 13 19.5279 13C20.4361 13 20.8902 13 21.231 13.1902C21.4739 13.3257 21.6743 13.5261 21.8098 13.769C22 14.1098 22 14.5639 22 15.4721V17C22 19.357 22 20.5355 21.2678 21.2678C20.5355 22 19.357 22 17 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.3358 9H22C21.5 5 19 2.5 16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.66416 15L2 15C2.5 19 5 21.5 8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-unknown{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.00136 6.5H16.754C18.8613 6.5 19.9149 6.5 20.6718 7.00559C20.9995 7.22447 21.2808 7.50572 21.4997 7.83329C21.8937 8.42282 21.9808 9.19244 22 10.5M12.0027 6.5L11.3691 5.23313C10.8442 4.18358 10.3645 3.12712 9.20122 2.69101C8.69172 2.5 8.10969 2.5 6.94562 2.5C5.12865 2.5 4.22017 2.5 3.53848 2.88032C3.05255 3.15142 2.6516 3.55227 2.38042 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46487 19.0355C4.92973 20.5 7.2874 20.5 12.0027 20.5H13.5031%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14.478C16 13.3856 16.8954 12.5 18 12.5C19.1046 12.5 20 13.3856 20 14.478C20 14.8718 19.8837 15.2387 19.6831 15.5469C19.0854 16.4656 18 17.3416 18 18.4341V18.9286M18 21.5H18.012%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.00136 6.5H16.754C18.8613 6.5 19.9149 6.5 20.6718 7.00559C20.9995 7.22447 21.2808 7.50572 21.4997 7.83329C21.8937 8.42282 21.9808 9.19244 22 10.5M12.0027 6.5L11.3691 5.23313C10.8442 4.18358 10.3645 3.12712 9.20122 2.69101C8.69172 2.5 8.10969 2.5 6.94562 2.5C5.12865 2.5 4.22017 2.5 3.53848 2.88032C3.05255 3.15142 2.6516 3.55227 2.38042 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46487 19.0355C4.92973 20.5 7.2874 20.5 12.0027 20.5H13.5031%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14.478C16 13.3856 16.8954 12.5 18 12.5C19.1046 12.5 20 13.3856 20 14.478C20 14.8718 19.8837 15.2387 19.6831 15.5469C19.0854 16.4656 18 17.3416 18 18.4341V18.9286M18 21.5H18.012%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-unlocked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0088 20.5C7.29058 20.5 4.9315 20.5 3.46575 19.0355C2 17.5711 2 15.214 2 10.5V7.44427C2 5.6278 2 4.71956 2.38065 4.03806C2.65199 3.55227 3.05319 3.15142 3.53941 2.88032C4.22151 2.5 5.13054 2.5 6.9486 2.5C8.11337 2.5 8.69575 2.5 9.20556 2.69101C10.3695 3.12712 10.8495 4.18358 11.3748 5.23313L12.0088 6.5M7.00438 6.5H16.7629C18.8714 6.5 19.9257 6.5 20.6831 7.00559C21.0109 7.22447 21.2924 7.50572 21.5115 7.83329C21.8526 8.34341 21.9638 8.98836 22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5312 15.86V14.4523C16.5312 13.3741 17.4127 12.5 18.5 12.5C18.9887 12.5 19.4359 12.6766 19.7801 12.969M17.8437 21.5H19.1563C20.1777 21.5 20.6884 21.5 21.0749 21.2951C21.3802 21.1333 21.6302 20.8854 21.7934 20.5827C22 20.1993 22 19.6929 22 18.68C22 17.6671 22 17.1607 21.7934 16.7773C21.6302 16.4746 21.3802 16.2267 21.0749 16.0649C20.6884 15.86 20.1777 15.86 19.1563 15.86H17.8437C16.8223 15.86 16.3116 15.86 15.9251 16.0649C15.6198 16.2267 15.3698 16.4746 15.2066 16.7773C15 17.1607 15 17.6671 15 18.68C15 19.6929 15 20.1993 15.2066 20.5827C15.3698 20.8854 15.6198 21.1333 15.9251 21.2951C16.3116 21.5 16.8223 21.5 17.8437 21.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0088 20.5C7.29058 20.5 4.9315 20.5 3.46575 19.0355C2 17.5711 2 15.214 2 10.5V7.44427C2 5.6278 2 4.71956 2.38065 4.03806C2.65199 3.55227 3.05319 3.15142 3.53941 2.88032C4.22151 2.5 5.13054 2.5 6.9486 2.5C8.11337 2.5 8.69575 2.5 9.20556 2.69101C10.3695 3.12712 10.8495 4.18358 11.3748 5.23313L12.0088 6.5M7.00438 6.5H16.7629C18.8714 6.5 19.9257 6.5 20.6831 7.00559C21.0109 7.22447 21.2924 7.50572 21.5115 7.83329C21.8526 8.34341 21.9638 8.98836 22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5312 15.86V14.4523C16.5312 13.3741 17.4127 12.5 18.5 12.5C18.9887 12.5 19.4359 12.6766 19.7801 12.969M17.8437 21.5H19.1563C20.1777 21.5 20.6884 21.5 21.0749 21.2951C21.3802 21.1333 21.6302 20.8854 21.7934 20.5827C22 20.1993 22 19.6929 22 18.68C22 17.6671 22 17.1607 21.7934 16.7773C21.6302 16.4746 21.3802 16.2267 21.0749 16.0649C20.6884 15.86 20.1777 15.86 19.1563 15.86H17.8437C16.8223 15.86 16.3116 15.86 15.9251 16.0649C15.6198 16.2267 15.3698 16.4746 15.2066 16.7773C15 17.1607 15 17.6671 15 18.68C15 19.6929 15 20.1993 15.2066 20.5827C15.3698 20.8854 15.6198 21.1333 15.9251 21.2951C16.3116 21.5 16.8223 21.5 17.8437 21.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-upload{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.9579 8.52694 21.9965 9.25981 21.9997 11M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.8215 20.3926 6.94493 20.4921 11 20.4994H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 13.5L18.5 21.5M18.5 13.5C17.7998 13.5 16.4915 15.4943 16 16M18.5 13.5C19.2002 13.5 20.5085 15.4943 21 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.5H16.75C18.8567 6.5 19.91 6.5 20.6667 7.00559C20.9943 7.22447 21.2755 7.50572 21.4944 7.83329C21.9579 8.52694 21.9965 9.25981 21.9997 11M12 6.5L11.3666 5.23313C10.8418 4.18358 10.3622 3.12712 9.19926 2.69101C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88032C3.05227 3.15142 2.65142 3.55227 2.38032 4.03806C2 4.71956 2 5.6278 2 7.44427V10.5C2 15.214 2 17.5711 3.46447 19.0355C4.8215 20.3926 6.94493 20.4921 11 20.4994H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 13.5L18.5 21.5M18.5 13.5C17.7998 13.5 16.4915 15.4943 16 16M18.5 13.5C19.2002 13.5 20.5085 15.4943 21 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-video{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.50447H16.75C18.8567 6.50447 19.91 6.50447 20.6667 7.01062C20.9943 7.22974 21.2755 7.51131 21.4944 7.83925C22 8.59676 22 9.89095 22 12M12 6.50447L11.3666 5.23618C10.8418 4.18546 10.3622 3.12782 9.19926 2.69122C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88074C3.05227 3.15215 2.65142 3.55344 2.38032 4.03978C2 4.72204 2 5.63129 2 7.4498V10.5089C2 15.2282 2 17.5879 3.46447 19.054C4.5784 20.1692 6.20875 20.4361 9 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 16.6463L19.563 16.6009C20.6208 15.8371 21.1498 15.4552 21.5749 15.6396C22 15.824 22 16.4353 22 17.6579V18.3421C22 19.5647 22 20.176 21.5749 20.3604C21.1498 20.5448 20.6208 20.1629 19.563 19.3991L19.5 19.3537M15.5 21.5H16C17.6499 21.5 18.4749 21.5 18.9874 21.0515C19.5 20.603 19.5 19.8812 19.5 18.4375V17.5625C19.5 16.1188 19.5 15.397 18.9874 14.9485C18.4749 14.5 17.6499 14.5 16 14.5H15.5C13.8501 14.5 13.0251 14.5 12.5126 14.9485C12 15.397 12 16.1188 12 17.5625V18.4375C12 19.8812 12 20.603 12.5126 21.0515C13.0251 21.5 13.8501 21.5 15.5 21.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.50447H16.75C18.8567 6.50447 19.91 6.50447 20.6667 7.01062C20.9943 7.22974 21.2755 7.51131 21.4944 7.83925C22 8.59676 22 9.89095 22 12M12 6.50447L11.3666 5.23618C10.8418 4.18546 10.3622 3.12782 9.19926 2.69122C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88074C3.05227 3.15215 2.65142 3.55344 2.38032 4.03978C2 4.72204 2 5.63129 2 7.4498V10.5089C2 15.2282 2 17.5879 3.46447 19.054C4.5784 20.1692 6.20875 20.4361 9 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 16.6463L19.563 16.6009C20.6208 15.8371 21.1498 15.4552 21.5749 15.6396C22 15.824 22 16.4353 22 17.6579V18.3421C22 19.5647 22 20.176 21.5749 20.3604C21.1498 20.5448 20.6208 20.1629 19.563 19.3991L19.5 19.3537M15.5 21.5H16C17.6499 21.5 18.4749 21.5 18.9874 21.0515C19.5 20.603 19.5 19.8812 19.5 18.4375V17.5625C19.5 16.1188 19.5 15.397 18.9874 14.9485C18.4749 14.5 17.6499 14.5 16 14.5H15.5C13.8501 14.5 13.0251 14.5 12.5126 14.9485C12 15.397 12 16.1188 12 17.5625V18.4375C12 19.8812 12 20.603 12.5126 21.0515C13.0251 21.5 13.8501 21.5 15.5 21.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-view{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.50447H16.75C18.8567 6.50447 19.91 6.50447 20.6667 7.01062C20.9943 7.22974 21.2755 7.51131 21.4944 7.83925C22 8.59676 22 9.65129 22 11.7603C22 12.2047 22.0017 12.1093 22 12.5M12 6.50447L11.3666 5.23618C10.8418 4.18546 10.3622 3.12782 9.19926 2.69122C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88074C3.05227 3.15215 2.65142 3.55344 2.38032 4.03978C2 4.72204 2 5.63129 2 7.4498V10.5089C2 15.2282 2 17.5879 3.46447 19.054C4.5784 20.1692 6.20875 20.4361 9 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.4593 17.0153C21.8198 17.4308 22 17.6385 22 18C22 18.3615 21.8198 18.5692 21.4593 18.9847C20.5612 20.0199 18.9381 21.5 17 21.5C15.0619 21.5 13.4388 20.0199 12.5407 18.9847C12.1802 18.5692 12 18.3615 12 18C12 17.6385 12.1802 17.4308 12.5407 17.0153C13.4388 15.9801 15.0619 14.5 17 14.5C18.9381 14.5 20.5612 15.9801 21.4593 17.0153Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 18H17.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.50447H16.75C18.8567 6.50447 19.91 6.50447 20.6667 7.01062C20.9943 7.22974 21.2755 7.51131 21.4944 7.83925C22 8.59676 22 9.65129 22 11.7603C22 12.2047 22.0017 12.1093 22 12.5M12 6.50447L11.3666 5.23618C10.8418 4.18546 10.3622 3.12782 9.19926 2.69122C8.6899 2.5 8.10802 2.5 6.94427 2.5C5.1278 2.5 4.21956 2.5 3.53806 2.88074C3.05227 3.15215 2.65142 3.55344 2.38032 4.03978C2 4.72204 2 5.63129 2 7.4498V10.5089C2 15.2282 2 17.5879 3.46447 19.054C4.5784 20.1692 6.20875 20.4361 9 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.4593 17.0153C21.8198 17.4308 22 17.6385 22 18C22 18.3615 21.8198 18.5692 21.4593 18.9847C20.5612 20.0199 18.9381 21.5 17 21.5C15.0619 21.5 13.4388 20.0199 12.5407 18.9847C12.1802 18.5692 12 18.3615 12 18C12 17.6385 12.1802 17.4308 12.5407 17.0153C13.4388 15.9801 15.0619 14.5 17 14.5C18.9381 14.5 20.5612 15.9801 21.4593 17.0153Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 18H17.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folder-zip{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7L11.3666 5.73313C10.8418 4.68358 10.3622 3.62712 9.19926 3.19101C8.6899 3 8.10802 3 6.94427 3C5.1278 3 4.21956 3 3.53806 3.38032C3.05227 3.65142 2.65142 4.05227 2.38032 4.53806C2 5.21956 2 6.1278 2 7.94427V11C2 15.714 2 18.0711 3.46447 19.5355C4.92893 21 7.28595 21 12 21H13.25C16.7612 21 18.5167 21 19.7779 20.1573C20.3238 19.7926 20.7926 19.3238 21.1573 18.7779C22 17.5167 22 15.7612 22 12.25C22 10.1433 22 9.08996 21.4944 8.33329C21.2755 8.00572 20.9943 7.72447 20.6667 7.50559C20.1566 7.16474 19.5116 7.05368 18.5 7.01749M12 7H7M12 7C13.4142 7 14.1213 7 14.5607 7.43934C15 7.87868 15 8.58579 15 10V11M15 11V15M15 11H13.5M15 11H16.5M15 15H13.5M15 15H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7L11.3666 5.73313C10.8418 4.68358 10.3622 3.62712 9.19926 3.19101C8.6899 3 8.10802 3 6.94427 3C5.1278 3 4.21956 3 3.53806 3.38032C3.05227 3.65142 2.65142 4.05227 2.38032 4.53806C2 5.21956 2 6.1278 2 7.94427V11C2 15.714 2 18.0711 3.46447 19.5355C4.92893 21 7.28595 21 12 21H13.25C16.7612 21 18.5167 21 19.7779 20.1573C20.3238 19.7926 20.7926 19.3238 21.1573 18.7779C22 17.5167 22 15.7612 22 12.25C22 10.1433 22 9.08996 21.4944 8.33329C21.2755 8.00572 20.9943 7.72447 20.6667 7.50559C20.1566 7.16474 19.5116 7.05368 18.5 7.01749M12 7H7M12 7C13.4142 7 14.1213 7 14.5607 7.43934C15 7.87868 15 8.58579 15 10V11M15 11V15M15 11H13.5M15 11H16.5M15 15H13.5M15 15H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-folders{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 9.55556H16.275C18.171 9.55556 19.119 9.55556 19.8 10.005C20.0949 10.1995 20.348 10.4495 20.545 10.7407C21 11.4133 21 12.3496 21 14.2222C21 17.3432 21 18.9038 20.2416 20.0248C19.9133 20.51 19.4914 20.9267 19.0001 21.251C17.8651 22 16.285 22 13.125 22H12C7.75736 22 5.63604 22 4.31802 20.6983C3 19.3965 3 17.3014 3 13.1111V10.3949C3 8.78027 3 7.97294 3.34228 7.36717C3.58628 6.93535 3.94704 6.57904 4.38426 6.33806C4.99761 6 5.81502 6 7.44984 6C8.49722 6 9.02091 6 9.47933 6.16978C10.526 6.55744 10.9576 7.49651 11.4299 8.42945L12 9.55556%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 2.00022H8.5C9.47008 2.00022 10.4182 1.97191 11.2387 2.55545C12.29 3.30312 12.71 4.69733 13.7613 5.445C14.5818 6.02854 15.5299 6.00022 16.5 6.00022H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 9.55556H16.275C18.171 9.55556 19.119 9.55556 19.8 10.005C20.0949 10.1995 20.348 10.4495 20.545 10.7407C21 11.4133 21 12.3496 21 14.2222C21 17.3432 21 18.9038 20.2416 20.0248C19.9133 20.51 19.4914 20.9267 19.0001 21.251C17.8651 22 16.285 22 13.125 22H12C7.75736 22 5.63604 22 4.31802 20.6983C3 19.3965 3 17.3014 3 13.1111V10.3949C3 8.78027 3 7.97294 3.34228 7.36717C3.58628 6.93535 3.94704 6.57904 4.38426 6.33806C4.99761 6 5.81502 6 7.44984 6C8.49722 6 9.02091 6 9.47933 6.16978C10.526 6.55744 10.9576 7.49651 11.4299 8.42945L12 9.55556%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 2.00022H8.5C9.47008 2.00022 10.4182 1.97191 11.2387 2.55545C12.29 3.30312 12.71 4.69733 13.7613 5.445C14.5818 6.02854 15.5299 6.00022 16.5 6.00022H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-frame{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1097 22H10.798C7.50691 22 5.86139 22 4.71864 21.2022C4.39123 20.9736 4.10055 20.7025 3.85545 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.47323 6.55375C4.23399 4.65142 5.8429 3.15088 7.88261 2.44135C9.15137 2 10.7399 2 13.9171 2C15.7327 2 16.6404 2 17.3654 2.2522C18.5309 2.65765 19.4503 3.5151 19.885 4.60214C20.1555 5.27832 20.1555 6.12494 20.1555 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.50603 8.66667 6.36381 8.66667C7.03569 8.66667 7.82779 8.78333 8.48104 8.60988C9.06145 8.45576 9.5148 8.00652 9.67033 7.43136C9.84536 6.78404 9.72763 5.99912 9.72763 5.33333C9.72763 3.49238 11.2337 2 13.0914 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.091 18H15.6139M10.665 13.8506C10.5391 13.0495 10.3837 13.0487 9.05442 13H8.04528C7.48795 13 7.03613 13.4477 7.03613 14L7.03613 17C7.03613 17.5523 7.48795 18 8.04528 18H9.86174C10.2519 18 10.665 17.6866 10.665 17.3V16.2C10.665 16.0895 10.5524 15.896 10.4409 15.896H9.31678M13.091 13H14.3524M14.3524 13H15.6139M14.3524 13V17.8749M21.5001 13H18.9773C18.4199 13 17.9681 13.4477 17.9681 14V15.5M17.9681 15.5V18M17.9681 15.5H20.491%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1097 22H10.798C7.50691 22 5.86139 22 4.71864 21.2022C4.39123 20.9736 4.10055 20.7025 3.85545 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.47323 6.55375C4.23399 4.65142 5.8429 3.15088 7.88261 2.44135C9.15137 2 10.7399 2 13.9171 2C15.7327 2 16.6404 2 17.3654 2.2522C18.5309 2.65765 19.4503 3.5151 19.885 4.60214C20.1555 5.27832 20.1555 6.12494 20.1555 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.50603 8.66667 6.36381 8.66667C7.03569 8.66667 7.82779 8.78333 8.48104 8.60988C9.06145 8.45576 9.5148 8.00652 9.67033 7.43136C9.84536 6.78404 9.72763 5.99912 9.72763 5.33333C9.72763 3.49238 11.2337 2 13.0914 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.091 18H15.6139M10.665 13.8506C10.5391 13.0495 10.3837 13.0487 9.05442 13H8.04528C7.48795 13 7.03613 13.4477 7.03613 14L7.03613 17C7.03613 17.5523 7.48795 18 8.04528 18H9.86174C10.2519 18 10.665 17.6866 10.665 17.3V16.2C10.665 16.0895 10.5524 15.896 10.4409 15.896H9.31678M13.091 13H14.3524M14.3524 13H15.6139M14.3524 13V17.8749M21.5001 13H18.9773C18.4199 13 17.9681 13.4477 17.9681 14V15.5M17.9681 15.5V18M17.9681 15.5H20.491%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-gif-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.50308 17.2139C7.46804 16.4475 7.11019 16.248 6.00469 16.2139H4.50629C3.9546 16.2139 3.50736 16.6616 3.50736 17.2139V20.1083C3.50736 20.844 3.37045 21.8345 4.05105 22.1121C4.17258 22.1617 4.32165 22.1939 4.50629 22.2139H6.90373C7.23474 22.2139 7.50308 21.9452 7.50308 21.6139V20.1139C7.50308 19.893 7.32419 19.7139 7.10351 19.7139H6.00469M10.4999 16.2139H13.9961M10.4999 22.2139H12.248M12.248 22.2139H13.9961M12.248 22.2139V16.3538M16.9929 22.2139V16.8139C16.9929 16.4825 17.2613 16.2139 17.5923 16.2139H20.4892M16.9929 19.2139H19.4902%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.50684 13.2138V12.4101C3.50684 9.44276 3.50684 7.95907 3.97559 6.77408C4.72915 4.86905 6.32283 3.36639 8.34323 2.65585C9.59999 2.21387 11.1735 2.21387 14.3206 2.21387C16.119 2.21387 17.0181 2.21387 17.7362 2.46643C18.8908 2.87245 19.8014 3.73112 20.232 4.81971C20.4999 5.49684 20.4999 6.34466 20.4999 8.0403V12.228V13.2138%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.50684 12.2139C3.50684 10.373 4.99861 8.88054 6.83881 8.88054C7.50433 8.88054 8.28893 8.9972 8.936 8.82375C9.51091 8.66963 9.95997 8.22039 10.114 7.64523C10.2874 6.99791 10.1708 6.21299 10.1708 5.5472C10.1708 3.70625 11.6626 2.21387 13.5028 2.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.50308 17.2139C7.46804 16.4475 7.11019 16.248 6.00469 16.2139H4.50629C3.9546 16.2139 3.50736 16.6616 3.50736 17.2139V20.1083C3.50736 20.844 3.37045 21.8345 4.05105 22.1121C4.17258 22.1617 4.32165 22.1939 4.50629 22.2139H6.90373C7.23474 22.2139 7.50308 21.9452 7.50308 21.6139V20.1139C7.50308 19.893 7.32419 19.7139 7.10351 19.7139H6.00469M10.4999 16.2139H13.9961M10.4999 22.2139H12.248M12.248 22.2139H13.9961M12.248 22.2139V16.3538M16.9929 22.2139V16.8139C16.9929 16.4825 17.2613 16.2139 17.5923 16.2139H20.4892M16.9929 19.2139H19.4902%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.50684 13.2138V12.4101C3.50684 9.44276 3.50684 7.95907 3.97559 6.77408C4.72915 4.86905 6.32283 3.36639 8.34323 2.65585C9.59999 2.21387 11.1735 2.21387 14.3206 2.21387C16.119 2.21387 17.0181 2.21387 17.7362 2.46643C18.8908 2.87245 19.8014 3.73112 20.232 4.81971C20.4999 5.49684 20.4999 6.34466 20.4999 8.0403V12.228V13.2138%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.50684 12.2139C3.50684 10.373 4.99861 8.88054 6.83881 8.88054C7.50433 8.88054 8.28893 8.9972 8.936 8.82375C9.51091 8.66963 9.95997 8.22039 10.114 7.64523C10.2874 6.99791 10.1708 6.21299 10.1708 5.5472C10.1708 3.70625 11.6626 2.21387 13.5028 2.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-hdr-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 22V19M3.5 19V16M3.5 19H6.79576M6.79576 16V19M6.79576 19V22M16.5449 22V19.6M16.5449 19.6V17.2C16.5449 16.321 16.6209 16 17.5337 16H19.0168C19.836 16 20.5 16.8059 20.5 17.8C20.5 18.7941 19.836 19.6 19.0168 19.6M16.5449 19.6H19.0168M19.0168 19.6L20.0416 22M13.6997 19C13.6997 20.6569 12.4352 22 10.8754 22C10.5235 22 10.3475 22 10.2164 21.9196C9.90259 21.7272 9.93398 21.3376 9.93398 21V17C9.93398 16.6624 9.90259 16.2728 10.2164 16.0804C10.3475 16 10.5235 16 10.8754 16C12.4352 16 13.6997 17.3431 13.6997 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 22V19M3.5 19V16M3.5 19H6.79576M6.79576 16V19M6.79576 19V22M16.5449 22V19.6M16.5449 19.6V17.2C16.5449 16.321 16.6209 16 17.5337 16H19.0168C19.836 16 20.5 16.8059 20.5 17.8C20.5 18.7941 19.836 19.6 19.0168 19.6M16.5449 19.6H19.0168M19.0168 19.6L20.0416 22M13.6997 19C13.6997 20.6569 12.4352 22 10.8754 22C10.5235 22 10.3475 22 10.2164 21.9196C9.90259 21.7272 9.93398 21.3376 9.93398 21V17C9.93398 16.6624 9.90259 16.2728 10.2164 16.0804C10.3475 16 10.5235 16 10.8754 16C12.4352 16 13.6997 17.3431 13.6997 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-hdr-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 18V15.5M7 15.5V13M7 15.5H9.88379M9.88379 13V15.5M9.88379 15.5V18M17.5393 18V16M17.5393 16V14C17.5393 13.2675 17.6058 13 18.4045 13H19.7022C20.419 13 21 13.6716 21 14.5C21 15.3284 20.419 16 19.7022 16M17.5393 16H19.7022M19.7022 16L20.5989 18M15.4872 15.5C15.4872 16.8807 14.3808 18 13.016 18C12.708 18 12.5541 18 12.4394 17.933C12.1648 17.7726 12.1922 17.448 12.1922 17.1667V13.8333C12.1922 13.552 12.1648 13.2274 12.4394 13.067C12.5541 13 12.708 13 13.016 13C14.3808 13 15.4872 14.1193 15.4872 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 18V15.5M7 15.5V13M7 15.5H9.88379M9.88379 13V15.5M9.88379 15.5V18M17.5393 18V16M17.5393 16V14C17.5393 13.2675 17.6058 13 18.4045 13H19.7022C20.419 13 21 13.6716 21 14.5C21 15.3284 20.419 16 19.7022 16M17.5393 16H19.7022M19.7022 16L20.5989 18M15.4872 15.5C15.4872 16.8807 14.3808 18 13.016 18C12.708 18 12.5541 18 12.4394 17.933C12.1648 17.7726 12.1922 17.448 12.1922 17.1667V13.8333C12.1922 13.552 12.1648 13.2274 12.4394 13.067C12.5541 13 12.708 13 13.016 13C14.3808 13 15.4872 14.1193 15.4872 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-jpg-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22889 3.5 7.7452 3.96894 6.56021C4.72281 4.65518 6.31714 3.15252 8.33836 2.44198C9.59563 2 11.1698 2 14.3182 2C16.1173 2 17.0168 2 17.7352 2.25256C18.8902 2.65858 19.8012 3.51725 20.232 4.60584C20.5 5.28297 20.5 6.13079 20.5 7.82643V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.85557 16.0003V19.8146C6.85557 20.5586 6.7733 21.354 6.12731 21.7298C5.83866 21.8977 5.53212 21.9841 5.14791 21.9981C4.72633 22.0136 4.31829 21.8248 4.04875 21.502C3.66917 21.0477 3.53846 20.6353 3.5 19.977M10.2436 21.9654V16.0003H12.2308C12.9634 16.0003 13.6149 16.5255 13.6408 17.2534C13.6465 17.4115 13.6463 17.5658 13.6406 17.7214C13.6137 18.4528 12.9588 18.9828 12.2226 18.9828H11M20.5 16.9945C20.4604 16.1854 19.9981 15.9809 18.5 16.0003H17.5C16.9477 16.0003 16.5 16.4454 16.5 16.9945V20.9712C16.5 21.5203 16.9477 21.9654 17.5 21.9654H20C20.2761 21.9654 20.5 21.7429 20.5 21.4683V19.977C20.5 19.7025 20.2761 19.4799 20 19.4799H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22889 3.5 7.7452 3.96894 6.56021C4.72281 4.65518 6.31714 3.15252 8.33836 2.44198C9.59563 2 11.1698 2 14.3182 2C16.1173 2 17.0168 2 17.7352 2.25256C18.8902 2.65858 19.8012 3.51725 20.232 4.60584C20.5 5.28297 20.5 6.13079 20.5 7.82643V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.85557 16.0003V19.8146C6.85557 20.5586 6.7733 21.354 6.12731 21.7298C5.83866 21.8977 5.53212 21.9841 5.14791 21.9981C4.72633 22.0136 4.31829 21.8248 4.04875 21.502C3.66917 21.0477 3.53846 20.6353 3.5 19.977M10.2436 21.9654V16.0003H12.2308C12.9634 16.0003 13.6149 16.5255 13.6408 17.2534C13.6465 17.4115 13.6463 17.5658 13.6406 17.7214C13.6137 18.4528 12.9588 18.9828 12.2226 18.9828H11M20.5 16.9945C20.4604 16.1854 19.9981 15.9809 18.5 16.0003H17.5C16.9477 16.0003 16.5 16.4454 16.5 16.9945V20.9712C16.5 21.5203 16.9477 21.9654 17.5 21.9654H20C20.2761 21.9654 20.5 21.7429 20.5 21.4683V19.977C20.5 19.7025 20.2761 19.4799 20 19.4799H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-jpg-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13V15.6226C10 16.5241 9.89864 17.612 9.04841 17.9116C8.41221 18.1358 7.63626 17.8646 7.27663 17.2939C7.10804 17.0264 7 16.7365 7 16.5M12.5 18V13H13.883C14.5772 13 15.3306 13.3404 15.4077 14.0303C15.4313 14.2416 15.411 14.4467 15.3526 14.6634C15.207 15.2031 14.6495 15.5 14.0906 15.5H13.5M21 14C20.9478 13.2349 20.6217 13.0143 19.5 13H18.5C17.9477 13 17.5 13.4477 17.5 14V17C17.5 17.5523 17.9477 18 18.5 18H20C20.5523 18 21 17.5523 21 17V16.5C21 16.2239 20.7761 16 20.5 16H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13V15.6226C10 16.5241 9.89864 17.612 9.04841 17.9116C8.41221 18.1358 7.63626 17.8646 7.27663 17.2939C7.10804 17.0264 7 16.7365 7 16.5M12.5 18V13H13.883C14.5772 13 15.3306 13.3404 15.4077 14.0303C15.4313 14.2416 15.411 14.4467 15.3526 14.6634C15.207 15.2031 14.6495 15.5 14.0906 15.5H13.5M21 14C20.9478 13.2349 20.6217 13.0143 19.5 13H18.5C17.9477 13 17.5 13.4477 17.5 14V17C17.5 17.5523 17.9477 18 18.5 18H20C20.5523 18 21 17.5523 21 17V16.5C21 16.2239 20.7761 16 20.5 16H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-license-draft{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 11V10C20 6.22876 20 4.34315 18.7595 3.17157C17.519 2 15.5225 2 11.5294 2H10.4706C6.47752 2 4.48098 2 3.24049 3.17157C2 4.34315 2 6.22876 2 10V14C2 17.7712 2 19.6569 3.24049 20.8284C4.48098 22 6.47751 22 10.4706 22H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.8605 14.4393L21.5548 15.1317C22.1422 15.7175 22.1422 16.6672 21.5548 17.253L17.9173 20.9487C17.6312 21.234 17.2651 21.4264 16.8674 21.5005L14.613 21.9885C14.257 22.0656 13.9401 21.7504 14.0163 21.3952L14.4962 19.1599C14.5705 18.7632 14.7634 18.3982 15.0495 18.1129L18.7333 14.4393C19.3207 13.8536 20.2731 13.8536 20.8605 14.4393Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 11V10C20 6.22876 20 4.34315 18.7595 3.17157C17.519 2 15.5225 2 11.5294 2H10.4706C6.47752 2 4.48098 2 3.24049 3.17157C2 4.34315 2 6.22876 2 10V14C2 17.7712 2 19.6569 3.24049 20.8284C4.48098 22 6.47751 22 10.4706 22H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.8605 14.4393L21.5548 15.1317C22.1422 15.7175 22.1422 16.6672 21.5548 17.253L17.9173 20.9487C17.6312 21.234 17.2651 21.4264 16.8674 21.5005L14.613 21.9885C14.257 22.0656 13.9401 21.7504 14.0163 21.3952L14.4962 19.1599C14.5705 18.7632 14.7634 18.3982 15.0495 18.1129L18.7333 14.4393C19.3207 13.8536 20.2731 13.8536 20.8605 14.4393Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-license-maintenance{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5294 22H10.4706C6.47751 22 4.48098 22 3.24049 20.8284C2 19.6569 2 17.7712 2 14L2 10C2 6.22876 2 4.34315 3.24049 3.17157C4.48098 2 6.47752 2 10.4706 2L11.5294 2C15.5225 2 17.519 2 18.7595 3.17157C20 4.34315 20 6.22876 20 10V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 20.7143V22M18 20.7143C16.8432 20.7143 15.8241 20.1461 15.2263 19.2833M18 20.7143C19.1568 20.7143 20.1759 20.1461 20.7737 19.2833M18 14.2857C19.1569 14.2857 20.1761 14.854 20.7738 15.7169M18 14.2857C16.8431 14.2857 15.8239 14.854 15.2262 15.7169M18 14.2857V13M22 14.9286L20.7738 15.7169M14.0004 20.0714L15.2263 19.2833M14 14.9286L15.2262 15.7169M21.9996 20.0714L20.7737 19.2833M20.7738 15.7169C21.1273 16.2271 21.3333 16.8403 21.3333 17.5C21.3333 18.1597 21.1272 18.773 20.7737 19.2833M15.2262 15.7169C14.8727 16.2271 14.6667 16.8403 14.6667 17.5C14.6667 18.1597 14.8728 18.773 15.2263 19.2833%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5294 22H10.4706C6.47751 22 4.48098 22 3.24049 20.8284C2 19.6569 2 17.7712 2 14L2 10C2 6.22876 2 4.34315 3.24049 3.17157C4.48098 2 6.47752 2 10.4706 2L11.5294 2C15.5225 2 17.519 2 18.7595 3.17157C20 4.34315 20 6.22876 20 10V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 20.7143V22M18 20.7143C16.8432 20.7143 15.8241 20.1461 15.2263 19.2833M18 20.7143C19.1568 20.7143 20.1759 20.1461 20.7737 19.2833M18 14.2857C19.1569 14.2857 20.1761 14.854 20.7738 15.7169M18 14.2857C16.8431 14.2857 15.8239 14.854 15.2262 15.7169M18 14.2857V13M22 14.9286L20.7738 15.7169M14.0004 20.0714L15.2263 19.2833M14 14.9286L15.2262 15.7169M21.9996 20.0714L20.7737 19.2833M20.7738 15.7169C21.1273 16.2271 21.3333 16.8403 21.3333 17.5C21.3333 18.1597 21.1272 18.773 20.7737 19.2833M15.2262 15.7169C14.8727 16.2271 14.6667 16.8403 14.6667 17.5C14.6667 18.1597 14.8728 18.773 15.2263 19.2833%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-license-no{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 7L16 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.78651 4C3 5.1805 3 6.99964 3 10.1885L3 14.1257C3 17.8377 3 19.6937 4.24049 20.8468C5.48098 22 7.47751 22 11.4706 22H12.5294C16.5225 22 18.519 22 19.7595 20.8468C19.8455 20.7669 19.9255 20.6836 20 20.5965%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9804 16.5C21 15.7729 21 14.9458 21 14V10C21 6.22876 21 4.34315 19.7595 3.17157C18.519 2 16.5225 2 12.5294 2L11.4706 2C9.28206 2 7.69327 2 6.5 2.19289%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 7L16 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.78651 4C3 5.1805 3 6.99964 3 10.1885L3 14.1257C3 17.8377 3 19.6937 4.24049 20.8468C5.48098 22 7.47751 22 11.4706 22H12.5294C16.5225 22 18.519 22 19.7595 20.8468C19.8455 20.7669 19.9255 20.6836 20 20.5965%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9804 16.5C21 15.7729 21 14.9458 21 14V10C21 6.22876 21 4.34315 19.7595 3.17157C18.519 2 16.5225 2 12.5294 2L11.4706 2C9.28206 2 7.69327 2 6.5 2.19289%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-license-pin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9991 9C19.99 5.8857 19.8915 4.23467 18.8284 3.17157C17.6569 2 15.7712 2 12 2H10C6.22876 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H12C12.7355 22 13.3993 22 14 21.9913%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0069 19V22M16.0121 17.5C16.1547 18.3145 17.1914 18.6556 18.4081 18.8923C18.519 18.9138 19.4374 18.867 19.5488 18.8477C20.4361 18.6937 22.0606 18.3917 22.0016 17.5C21.9322 16.4501 21.1544 16.0966 20.4466 15.4615C20.1566 15.2013 20.1166 14.7766 20.2908 14.4277L20.6933 13.6211C20.8798 13.2477 20.8253 12.785 20.5055 12.5173C20.0338 12.1224 19.6315 11.9995 19.0069 12C18.2949 12.0691 17.8792 12.2142 17.4908 12.5268C17.1732 12.7825 17.1297 13.2392 17.312 13.6043L17.6981 14.378C17.8848 14.7519 17.8209 15.2051 17.5079 15.4816C16.6963 16.1985 15.8753 16.7183 16.0121 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9991 9C19.99 5.8857 19.8915 4.23467 18.8284 3.17157C17.6569 2 15.7712 2 12 2H10C6.22876 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H12C12.7355 22 13.3993 22 14 21.9913%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0069 19V22M16.0121 17.5C16.1547 18.3145 17.1914 18.6556 18.4081 18.8923C18.519 18.9138 19.4374 18.867 19.5488 18.8477C20.4361 18.6937 22.0606 18.3917 22.0016 17.5C21.9322 16.4501 21.1544 16.0966 20.4466 15.4615C20.1566 15.2013 20.1166 14.7766 20.2908 14.4277L20.6933 13.6211C20.8798 13.2477 20.8253 12.785 20.5055 12.5173C20.0338 12.1224 19.6315 11.9995 19.0069 12C18.2949 12.0691 17.8792 12.2142 17.4908 12.5268C17.1732 12.7825 17.1297 13.2392 17.312 13.6043L17.6981 14.378C17.8848 14.7519 17.8209 15.2051 17.5079 15.4816C16.6963 16.1985 15.8753 16.7183 16.0121 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-license-third-party{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.4706 22C6.47751 22 4.48098 22 3.24049 20.8284C2 19.6569 2 17.7712 2 14L2 10C2 6.22876 2 4.34315 3.24049 3.17157C4.48098 2 6.47752 2 10.4706 2L11.5294 2C15.5225 2 17.519 2 18.7595 3.17157C20 4.34315 20 6.22876 20 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 22C15.8385 19.2518 20.1188 19.1018 22 22M20 14.9287C20 15.9939 19.1046 16.8574 18 16.8574C16.8954 16.8574 16 15.9939 16 14.9287C16 13.8635 16.8954 13 18 13C19.1046 13 20 13.8635 20 14.9287Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.4706 22C6.47751 22 4.48098 22 3.24049 20.8284C2 19.6569 2 17.7712 2 14L2 10C2 6.22876 2 4.34315 3.24049 3.17157C4.48098 2 6.47752 2 10.4706 2L11.5294 2C15.5225 2 17.519 2 18.7595 3.17157C20 4.34315 20 6.22876 20 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 22C15.8385 19.2518 20.1188 19.1018 22 22M20 14.9287C20 15.9939 19.1046 16.8574 18 16.8574C16.8954 16.8574 16 15.9939 16 14.9287C16 13.8635 16.8954 13 18 13C19.1046 13 20 13.8635 20 14.9287Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-license{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5294 2C16.5225 2 18.519 2 19.7595 3.17157C21 4.34315 21 6.22876 21 10V14C21 17.7712 21 19.6569 19.7595 20.8284C18.519 22 16.5225 22 12.5294 22H11.4706C7.47751 22 5.48098 22 4.24049 20.8284C3 19.6569 3 17.7712 3 14L3 10C3 6.22876 3 4.34315 4.24049 3.17157C5.48098 2 7.47752 2 11.4706 2L12.5294 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5294 2C16.5225 2 18.519 2 19.7595 3.17157C21 4.34315 21 6.22876 21 10V14C21 17.7712 21 19.6569 19.7595 20.8284C18.519 22 16.5225 22 12.5294 22H11.4706C7.47751 22 5.48098 22 4.24049 20.8284C3 19.6569 3 17.7712 3 14L3 10C3 6.22876 3 4.34315 4.24049 3.17157C5.48098 2 7.47752 2 11.4706 2L12.5294 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-mp3-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8473 22V19M10.8473 19V17.2C10.8473 16.6343 10.8473 16.3515 11.0078 16.1757C11.1682 16 11.4265 16 11.943 16H12.6734C13.4299 16 14.043 16.6716 14.043 17.5C14.043 18.3284 13.4299 19 12.6734 19H10.8473ZM3.5 22L3.87884 16.7201C3.91097 16.2722 3.92704 16.0483 4.04552 16.0065C4.164 15.9647 4.28534 16.1401 4.52801 16.4911L5.49569 17.8905C5.6273 18.0808 5.69311 18.176 5.78088 18.176C5.86865 18.176 5.93446 18.0808 6.06607 17.8905L7.03429 16.4903C7.27676 16.1396 7.398 15.9643 7.51645 16.0061C7.6349 16.0478 7.65108 16.2715 7.68344 16.719L8.06532 22M16.8477 17.1179C16.9456 16.3326 17.5874 16 18.2569 16H19.0681C19.7377 16 20.3795 16.3326 20.4773 17.1179C20.5076 17.3608 20.5076 17.6392 20.4773 17.8821C20.3966 18.5297 19.8563 19 19.2709 19M16.8477 20.8821C16.9456 21.6674 17.5874 22 18.2569 22L19.0681 22C19.7377 22 20.3795 21.6674 20.4773 20.8821C20.5076 20.6392 20.5076 20.3608 20.4773 20.1179C20.3966 19.4703 19.8563 19 19.2709 19M19.2709 19H19.1985%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8473 22V19M10.8473 19V17.2C10.8473 16.6343 10.8473 16.3515 11.0078 16.1757C11.1682 16 11.4265 16 11.943 16H12.6734C13.4299 16 14.043 16.6716 14.043 17.5C14.043 18.3284 13.4299 19 12.6734 19H10.8473ZM3.5 22L3.87884 16.7201C3.91097 16.2722 3.92704 16.0483 4.04552 16.0065C4.164 15.9647 4.28534 16.1401 4.52801 16.4911L5.49569 17.8905C5.6273 18.0808 5.69311 18.176 5.78088 18.176C5.86865 18.176 5.93446 18.0808 6.06607 17.8905L7.03429 16.4903C7.27676 16.1396 7.398 15.9643 7.51645 16.0061C7.6349 16.0478 7.65108 16.2715 7.68344 16.719L8.06532 22M16.8477 17.1179C16.9456 16.3326 17.5874 16 18.2569 16H19.0681C19.7377 16 20.3795 16.3326 20.4773 17.1179C20.5076 17.3608 20.5076 17.6392 20.4773 17.8821C20.3966 18.5297 19.8563 19 19.2709 19M16.8477 20.8821C16.9456 21.6674 17.5874 22 18.2569 22L19.0681 22C19.7377 22 20.3795 21.6674 20.4773 20.8821C20.5076 20.6392 20.5076 20.3608 20.4773 20.1179C20.3966 19.4703 19.8563 19 19.2709 19M19.2709 19H19.1985%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-mp3-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 18V15.5M13 15.5V14C13 13.5286 13 13.2929 13.1406 13.1464C13.2812 13 13.5075 13 13.96 13H14.6C15.2627 13 15.8 13.5596 15.8 14.25C15.8 14.9404 15.2627 15.5 14.6 15.5H13ZM7 18L7.33193 13.6001C7.36008 13.2268 7.37416 13.0402 7.47797 13.0054C7.58178 12.9706 7.68809 13.1168 7.90071 13.4092L8.74856 14.5754C8.86388 14.734 8.92154 14.8133 8.99844 14.8133C9.07534 14.8133 9.133 14.734 9.24832 14.5754L10.0966 13.4086C10.3091 13.1164 10.4153 12.9703 10.5191 13.005C10.6229 13.0398 10.6371 13.2263 10.6654 13.5992L11 18M17.8 13.9316C17.8857 13.2771 18.448 13 19.0347 13H19.7454C20.3321 13 20.8944 13.2771 20.9801 13.9316C21.0066 14.134 21.0066 14.366 20.9801 14.5684C20.9094 15.108 20.436 15.5 19.9231 15.5M17.8 17.0684C17.8857 17.7229 18.448 18 19.0347 18L19.7454 18C20.3321 18 20.8944 17.7229 20.9801 17.0684C21.0066 16.866 21.0066 16.634 20.9801 16.4316C20.9094 15.892 20.436 15.5 19.9231 15.5M19.9231 15.5H19.8597%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 18V15.5M13 15.5V14C13 13.5286 13 13.2929 13.1406 13.1464C13.2812 13 13.5075 13 13.96 13H14.6C15.2627 13 15.8 13.5596 15.8 14.25C15.8 14.9404 15.2627 15.5 14.6 15.5H13ZM7 18L7.33193 13.6001C7.36008 13.2268 7.37416 13.0402 7.47797 13.0054C7.58178 12.9706 7.68809 13.1168 7.90071 13.4092L8.74856 14.5754C8.86388 14.734 8.92154 14.8133 8.99844 14.8133C9.07534 14.8133 9.133 14.734 9.24832 14.5754L10.0966 13.4086C10.3091 13.1164 10.4153 12.9703 10.5191 13.005C10.6229 13.0398 10.6371 13.2263 10.6654 13.5992L11 18M17.8 13.9316C17.8857 13.2771 18.448 13 19.0347 13H19.7454C20.3321 13 20.8944 13.2771 20.9801 13.9316C21.0066 14.134 21.0066 14.366 20.9801 14.5684C20.9094 15.108 20.436 15.5 19.9231 15.5M17.8 17.0684C17.8857 17.7229 18.448 18 19.0347 18L19.7454 18C20.3321 18 20.8944 17.7229 20.9801 17.0684C21.0066 16.866 21.0066 16.634 20.9801 16.4316C20.9094 15.892 20.436 15.5 19.9231 15.5M19.9231 15.5H19.8597%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-mp4-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0588 22V19M11.0588 19V17.2C11.0588 16.6343 11.0588 16.3515 11.2242 16.1757C11.3896 16 11.6558 16 12.1882 16H12.9412C13.7209 16 14.3529 16.6716 14.3529 17.5C14.3529 18.3284 13.7209 19 12.9412 19H11.0588ZM3.5 22L3.8905 16.7201C3.92363 16.2722 3.94019 16.0483 4.06232 16.0065C4.18444 15.9647 4.30951 16.1401 4.55966 16.4911L5.55713 17.8904C5.6928 18.0808 5.76063 18.176 5.8511 18.176C5.94157 18.176 6.00941 18.0808 6.14508 17.8904L7.14311 16.4903C7.39304 16.1396 7.51801 15.9643 7.64011 16.0061C7.76221 16.0478 7.77888 16.2715 7.81224 16.719L8.20588 22M20.5 16V19M20.5 19V22M20.5 19H19.0882C18.2009 19 17.7572 19 17.4815 18.7071C17.2059 18.4142 17.2059 17.9428 17.2059 17V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0588 22V19M11.0588 19V17.2C11.0588 16.6343 11.0588 16.3515 11.2242 16.1757C11.3896 16 11.6558 16 12.1882 16H12.9412C13.7209 16 14.3529 16.6716 14.3529 17.5C14.3529 18.3284 13.7209 19 12.9412 19H11.0588ZM3.5 22L3.8905 16.7201C3.92363 16.2722 3.94019 16.0483 4.06232 16.0065C4.18444 15.9647 4.30951 16.1401 4.55966 16.4911L5.55713 17.8904C5.6928 18.0808 5.76063 18.176 5.8511 18.176C5.94157 18.176 6.00941 18.0808 6.14508 17.8904L7.14311 16.4903C7.39304 16.1396 7.51801 15.9643 7.64011 16.0061C7.76221 16.0478 7.77888 16.2715 7.81224 16.719L8.20588 22M20.5 16V19M20.5 19V22M20.5 19H19.0882C18.2009 19 17.7572 19 17.4815 18.7071C17.2059 18.4142 17.2059 17.9428 17.2059 17V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-mp4-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.1765 18V15.5M13.1765 15.5V14C13.1765 13.5286 13.1765 13.2929 13.3212 13.1464C13.4659 13 13.6988 13 14.1647 13H14.8235C15.5058 13 16.0588 13.5596 16.0588 14.25C16.0588 14.9404 15.5058 15.5 14.8235 15.5H13.1765ZM7 18L7.34169 13.6001C7.37067 13.2268 7.38516 13.0402 7.49203 13.0054C7.59889 12.9706 7.70833 13.1168 7.9272 13.4092L8.79999 14.5754C8.9187 14.734 8.97805 14.8133 9.05722 14.8133C9.13638 14.8133 9.19573 14.734 9.31444 14.5754L10.1877 13.4086C10.4064 13.1164 10.5158 12.9703 10.6226 13.005C10.7294 13.0398 10.744 13.2263 10.7732 13.5992L11.1176 18M21 13V15.5M21 15.5V18M21 15.5H19.7647C18.9883 15.5 18.6001 15.5 18.3589 15.2559C18.1176 15.0118 18.1176 14.619 18.1176 13.8333V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.1765 18V15.5M13.1765 15.5V14C13.1765 13.5286 13.1765 13.2929 13.3212 13.1464C13.4659 13 13.6988 13 14.1647 13H14.8235C15.5058 13 16.0588 13.5596 16.0588 14.25C16.0588 14.9404 15.5058 15.5 14.8235 15.5H13.1765ZM7 18L7.34169 13.6001C7.37067 13.2268 7.38516 13.0402 7.49203 13.0054C7.59889 12.9706 7.70833 13.1168 7.9272 13.4092L8.79999 14.5754C8.9187 14.734 8.97805 14.8133 9.05722 14.8133C9.13638 14.8133 9.19573 14.734 9.31444 14.5754L10.1877 13.4086C10.4064 13.1164 10.5158 12.9703 10.6226 13.005C10.7294 13.0398 10.744 13.2263 10.7732 13.5992L11.1176 18M21 13V15.5M21 15.5V18M21 15.5H19.7647C18.9883 15.5 18.6001 15.5 18.3589 15.2559C18.1176 15.0118 18.1176 14.619 18.1176 13.8333V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-news-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 8H18.5M10.5 12H13M18.5 12H16M10.5 16H13M18.5 16H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5H6C4.11438 7.5 3.17157 7.5 2.58579 8.08579C2 8.67157 2 9.61438 2 11.5V18C2 19.3807 3.11929 20.5 4.5 20.5C5.88071 20.5 7 19.3807 7 18V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 3.5H11C10.07 3.5 9.60504 3.5 9.22354 3.60222C8.18827 3.87962 7.37962 4.68827 7.10222 5.72354C7 6.10504 7 6.57003 7 7.5V18C7 19.3807 5.88071 20.5 4.5 20.5H16C18.8284 20.5 20.2426 20.5 21.1213 19.6213C22 18.7426 22 17.3284 22 14.5V9.5C22 6.67157 22 5.25736 21.1213 4.37868C20.2426 3.5 18.8284 3.5 16 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 8H18.5M10.5 12H13M18.5 12H16M10.5 16H13M18.5 16H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5H6C4.11438 7.5 3.17157 7.5 2.58579 8.08579C2 8.67157 2 9.61438 2 11.5V18C2 19.3807 3.11929 20.5 4.5 20.5C5.88071 20.5 7 19.3807 7 18V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 3.5H11C10.07 3.5 9.60504 3.5 9.22354 3.60222C8.18827 3.87962 7.37962 4.68827 7.10222 5.72354C7 6.10504 7 6.57003 7 7.5V18C7 19.3807 5.88071 20.5 4.5 20.5H16C18.8284 20.5 20.2426 20.5 21.1213 19.6213C22 18.7426 22 17.3284 22 14.5V9.5C22 6.67157 22 5.25736 21.1213 4.37868C20.2426 3.5 18.8284 3.5 16 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-pdf-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 22V19M3.5 19V17.2C3.5 16.6343 3.5 16.3515 3.67574 16.1757C3.85147 16 4.13431 16 4.7 16H5.5C6.32843 16 7 16.6716 7 17.5C7 18.3284 6.32843 19 5.5 19H3.5ZM20.5 16H19C18.0572 16 17.5858 16 17.2929 16.2929C17 16.5858 17 17.0572 17 18V19M17 22V19M17 19H19.5M14 19C14 20.6569 12.6569 22 11 22C10.6262 22 10.4392 22 10.3 21.9196C9.96665 21.7272 10 21.3376 10 21V17C10 16.6624 9.96665 16.2728 10.3 16.0804C10.4392 16 10.6262 16 11 16C12.6569 16 14 17.3431 14 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 22V19M3.5 19V17.2C3.5 16.6343 3.5 16.3515 3.67574 16.1757C3.85147 16 4.13431 16 4.7 16H5.5C6.32843 16 7 16.6716 7 17.5C7 18.3284 6.32843 19 5.5 19H3.5ZM20.5 16H19C18.0572 16 17.5858 16 17.2929 16.2929C17 16.5858 17 17.0572 17 18V19M17 22V19M17 19H19.5M14 19C14 20.6569 12.6569 22 11 22C10.6262 22 10.4392 22 10.3 21.9196C9.96665 21.7272 10 21.3376 10 21V17C10 16.6624 9.96665 16.2728 10.3 16.0804C10.4392 16 10.6262 16 11 16C12.6569 16 14 17.3431 14 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-pdf-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 18V15.5M7 15.5V14C7 13.5286 7 13.2929 7.15377 13.1464C7.30754 13 7.55503 13 8.05 13H8.75C9.47487 13 10.0625 13.5596 10.0625 14.25C10.0625 14.9404 9.47487 15.5 8.75 15.5H7ZM21 13H19.6875C18.8625 13 18.4501 13 18.1938 13.2441C17.9375 13.4882 17.9375 13.881 17.9375 14.6667V15.5M17.9375 18V15.5M17.9375 15.5H20.125M15.75 15.5C15.75 16.8807 14.5747 18 13.125 18C12.7979 18 12.6343 18 12.5125 17.933C12.2208 17.7726 12.25 17.448 12.25 17.1667V13.8333C12.25 13.552 12.2208 13.2274 12.5125 13.067C12.6343 13 12.7979 13 13.125 13C14.5747 13 15.75 14.1193 15.75 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 18V15.5M7 15.5V14C7 13.5286 7 13.2929 7.15377 13.1464C7.30754 13 7.55503 13 8.05 13H8.75C9.47487 13 10.0625 13.5596 10.0625 14.25C10.0625 14.9404 9.47487 15.5 8.75 15.5H7ZM21 13H19.6875C18.8625 13 18.4501 13 18.1938 13.2441C17.9375 13.4882 17.9375 13.881 17.9375 14.6667V15.5M17.9375 18V15.5M17.9375 15.5H20.125M15.75 15.5C15.75 16.8807 14.5747 18 13.125 18C12.7979 18 12.6343 18 12.5125 17.933C12.2208 17.7726 12.25 17.448 12.25 17.1667V13.8333C12.25 13.552 12.2208 13.2274 12.5125 13.067C12.6343 13 12.7979 13 13.125 13C14.5747 13 15.75 14.1193 15.75 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-png-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13.0116V12.207C3.5 9.23652 3.5 7.75126 3.96894 6.56502C4.72281 4.65798 6.31714 3.15374 8.33836 2.44245C9.59563 2 11.1698 2 14.3182 2C16.1173 2 17.0168 2 17.7352 2.25283C18.8902 2.65927 19.8012 3.51885 20.232 4.60859C20.5 5.28643 20.5 6.13515 20.5 7.83258V12.0247V13.0116%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12.0106C3.5 10.1677 4.99238 8.67371 6.83333 8.67371C7.49912 8.67371 8.28404 8.79049 8.93137 8.61686C9.50652 8.46257 9.95576 8.01286 10.1099 7.43709C10.2833 6.78909 10.1667 6.00334 10.1667 5.33685C10.1667 3.49396 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 21.998V16.0328H5.48718C6.21978 16.0328 6.87128 16.5581 6.89718 17.286C6.90288 17.4441 6.90268 17.5984 6.89698 17.754C6.87008 18.4854 6.21518 19.0154 5.47898 19.0154H4.25638M20.4985 17.027C20.4589 16.218 19.9966 16.0135 18.4985 16.0328H17.7338C17.1814 16.0328 16.7338 16.4779 16.7338 17.027V21.0038C16.7338 21.5529 17.1814 21.998 17.7338 21.998H19.9985C20.2746 21.998 20.4985 21.7755 20.4985 21.5009V20.0096C20.4985 19.7351 20.2746 19.5125 19.9985 19.5125H18.9985M9.74681 22.0044L9.82749 16.4403C9.82749 16.1802 10.0957 16.2474 10.1505 16.3298L13.289 21.7164C13.4498 21.9981 13.7321 21.7215 13.7321 21.6226V15.998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13.0116V12.207C3.5 9.23652 3.5 7.75126 3.96894 6.56502C4.72281 4.65798 6.31714 3.15374 8.33836 2.44245C9.59563 2 11.1698 2 14.3182 2C16.1173 2 17.0168 2 17.7352 2.25283C18.8902 2.65927 19.8012 3.51885 20.232 4.60859C20.5 5.28643 20.5 6.13515 20.5 7.83258V12.0247V13.0116%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12.0106C3.5 10.1677 4.99238 8.67371 6.83333 8.67371C7.49912 8.67371 8.28404 8.79049 8.93137 8.61686C9.50652 8.46257 9.95576 8.01286 10.1099 7.43709C10.2833 6.78909 10.1667 6.00334 10.1667 5.33685C10.1667 3.49396 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 21.998V16.0328H5.48718C6.21978 16.0328 6.87128 16.5581 6.89718 17.286C6.90288 17.4441 6.90268 17.5984 6.89698 17.754C6.87008 18.4854 6.21518 19.0154 5.47898 19.0154H4.25638M20.4985 17.027C20.4589 16.218 19.9966 16.0135 18.4985 16.0328H17.7338C17.1814 16.0328 16.7338 16.4779 16.7338 17.027V21.0038C16.7338 21.5529 17.1814 21.998 17.7338 21.998H19.9985C20.2746 21.998 20.4985 21.7755 20.4985 21.5009V20.0096C20.4985 19.7351 20.2746 19.5125 19.9985 19.5125H18.9985M9.74681 22.0044L9.82749 16.4403C9.82749 16.1802 10.0957 16.2474 10.1505 16.3298L13.289 21.7164C13.4498 21.9981 13.7321 21.7215 13.7321 21.6226V15.998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-png-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18V13.5C7 13.2239 7.22386 13 7.5 13H8.698C9.1991 13 9.71288 13.2342 9.8629 13.7123C9.96376 14.0338 9.95885 14.3357 9.85863 14.6783C9.70342 15.2089 9.15501 15.5 8.6022 15.5H7.5M12 18L12.1003 13.3694C12.1003 13.2717 12.2261 13.232 12.2822 13.3121L15.2248 17.7113C15.2809 17.7914 15.4067 17.7517 15.4067 17.6539L15.5 13M21 13.8729C20.8796 13.1545 20.7475 13 20 13H18.5C17.9477 13 17.6987 13.4477 17.6987 14V17C17.6987 17.5523 17.9477 18 18.5 18H20.2C20.6418 18 21 17.6418 21 17.2V16.4C21 16.1791 20.8209 16 20.6 16H19.8501%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18V13.5C7 13.2239 7.22386 13 7.5 13H8.698C9.1991 13 9.71288 13.2342 9.8629 13.7123C9.96376 14.0338 9.95885 14.3357 9.85863 14.6783C9.70342 15.2089 9.15501 15.5 8.6022 15.5H7.5M12 18L12.1003 13.3694C12.1003 13.2717 12.2261 13.232 12.2822 13.3121L15.2248 17.7113C15.2809 17.7914 15.4067 17.7517 15.4067 17.6539L15.5 13M21 13.8729C20.8796 13.1545 20.7475 13 20 13H18.5C17.9477 13 17.6987 13.4477 17.6987 14V17C17.6987 17.5523 17.9477 18 18.5 18H20.2C20.6418 18 21 17.6418 21 17.2V16.4C21 16.1791 20.8209 16 20.6 16H19.8501%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-policy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.4706 22C7.47751 22 5.48098 22 4.24049 20.8284C3 19.6569 3 17.7712 3 14L3 10C3 6.22876 3 4.34315 4.24049 3.17157C5.48098 2 7.47752 2 11.4706 2L12.5294 2C16.5225 2 18.519 2 19.7595 3.17157C21 4.34315 21 6.22876 21 10M11.5 22H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 18.5896L16.5978 21.7428C16.5572 21.9011 16.7139 22.0385 16.8659 21.9778L18.8514 21.1849C18.9468 21.1468 19.0532 21.1468 19.1486 21.1849L21.1531 21.9854C21.3014 22.0446 21.456 21.9149 21.4231 21.7589L20.6589 18.4911M22 15.9951C22 14.341 20.6569 13 19 13C17.3431 13 16 14.341 16 15.9951C16 17.6493 17.3431 18.9902 19 18.9902C20.6569 18.9902 22 17.6493 22 15.9951Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.4706 22C7.47751 22 5.48098 22 4.24049 20.8284C3 19.6569 3 17.7712 3 14L3 10C3 6.22876 3 4.34315 4.24049 3.17157C5.48098 2 7.47752 2 11.4706 2L12.5294 2C16.5225 2 18.519 2 19.7595 3.17157C21 4.34315 21 6.22876 21 10M11.5 22H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 18.5896L16.5978 21.7428C16.5572 21.9011 16.7139 22.0385 16.8659 21.9778L18.8514 21.1849C18.9468 21.1468 19.0532 21.1468 19.1486 21.1849L21.1531 21.9854C21.3014 22.0446 21.456 21.9149 21.4231 21.7589L20.6589 18.4911M22 15.9951C22 14.341 20.6569 13 19 13C17.3431 13 16 14.341 16 15.9951C16 17.6493 17.3431 18.9902 19 18.9902C20.6569 18.9902 22 17.6493 22 15.9951Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-ppt-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22889 3.5 7.7452 3.96894 6.56021C4.72281 4.65518 6.31714 3.15252 8.33836 2.44198C9.59563 2 11.1698 2 14.3182 2C16.1173 2 17.0168 2 17.7352 2.25256C18.8902 2.65858 19.8012 3.51725 20.232 4.60584C20.5 5.28297 20.5 6.13079 20.5 7.82643V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 22V16.7C3.5 16.3134 3.8134 16 4.2 16H5.23289C6.00653 16 6.79553 16.4316 6.89433 17.1989C6.92008 17.3989 6.91996 17.5936 6.89413 17.7937C6.79462 18.5645 6.00323 19 5.22608 19H4M10 22V16.7C10 16.3134 10.3134 16 10.7 16H11.8772C12.5745 16 13.2988 16.3418 13.455 17.0214C13.5227 17.3157 13.521 17.5982 13.4524 17.9019C13.2907 18.6179 12.5428 19 11.8088 19H11M16.5 16H18.5M18.5 16H20.5M18.5 16V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22889 3.5 7.7452 3.96894 6.56021C4.72281 4.65518 6.31714 3.15252 8.33836 2.44198C9.59563 2 11.1698 2 14.3182 2C16.1173 2 17.0168 2 17.7352 2.25256C18.8902 2.65858 19.8012 3.51725 20.232 4.60584C20.5 5.28297 20.5 6.13079 20.5 7.82643V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 22V16.7C3.5 16.3134 3.8134 16 4.2 16H5.23289C6.00653 16 6.79553 16.4316 6.89433 17.1989C6.92008 17.3989 6.91996 17.5936 6.89413 17.7937C6.79462 18.5645 6.00323 19 5.22608 19H4M10 22V16.7C10 16.3134 10.3134 16 10.7 16H11.8772C12.5745 16 13.2988 16.3418 13.455 17.0214C13.5227 17.3157 13.521 17.5982 13.4524 17.9019C13.2907 18.6179 12.5428 19 11.8088 19H11M16.5 16H18.5M18.5 16H20.5M18.5 16V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-ppt-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9798 22H10.6934C7.42175 22 5.78593 22 4.64992 21.2022C4.32443 20.9736 4.03547 20.7025 3.79182 20.3971C2.94141 19.3313 2.94141 17.7966 2.94141 14.7273V12.1818C2.94141 9.21865 2.94141 7.73706 3.41185 6.55375C4.16813 4.65142 5.76755 3.15088 7.79523 2.44135C9.05652 2 10.6357 2 13.7942 2C15.599 2 16.5014 2 17.2221 2.2522C18.3808 2.65765 19.2947 3.5151 19.7269 4.60214C19.9958 5.27832 19.9958 6.12494 19.9958 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.39844 17.9154V13.5C7.39844 13.2239 7.6223 13 7.89844 13H9.12625C9.61545 13 10.1136 13.2172 10.2867 13.6656C10.4267 14.0279 10.4209 14.3526 10.2865 14.7218C10.1107 15.2052 9.58715 15.4577 9.06344 15.4577H7.90004M17.932 13H19.6876M19.6876 13H21.4432M19.6876 13V18M12.916 17.9154V13.5C12.916 13.2239 13.1399 13 13.416 13H14.4783C15.0565 13 15.6374 13.3134 15.7371 13.8715C15.7777 14.0991 15.7771 14.3199 15.7338 14.5578C15.6299 15.1283 15.0439 15.4577 14.4525 15.4577H12.916%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9798 22H10.6934C7.42175 22 5.78593 22 4.64992 21.2022C4.32443 20.9736 4.03547 20.7025 3.79182 20.3971C2.94141 19.3313 2.94141 17.7966 2.94141 14.7273V12.1818C2.94141 9.21865 2.94141 7.73706 3.41185 6.55375C4.16813 4.65142 5.76755 3.15088 7.79523 2.44135C9.05652 2 10.6357 2 13.7942 2C15.599 2 16.5014 2 17.2221 2.2522C18.3808 2.65765 19.2947 3.5151 19.7269 4.60214C19.9958 5.27832 19.9958 6.12494 19.9958 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.39844 17.9154V13.5C7.39844 13.2239 7.6223 13 7.89844 13H9.12625C9.61545 13 10.1136 13.2172 10.2867 13.6656C10.4267 14.0279 10.4209 14.3526 10.2865 14.7218C10.1107 15.2052 9.58715 15.4577 9.06344 15.4577H7.90004M17.932 13H19.6876M19.6876 13H21.4432M19.6876 13V18M12.916 17.9154V13.5C12.916 13.2239 13.1399 13 13.416 13H14.4783C15.0565 13 15.6374 13.3134 15.7371 13.8715C15.7777 14.0991 15.7771 14.3199 15.7338 14.5578C15.6299 15.1283 15.0439 15.4577 14.4525 15.4577H12.916%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-raw-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.1948 21.9995L12.6135 19.9996M9.12575 21.9995L10.7627 16.3678C10.8249 16.154 10.9312 16 11.1603 16C11.3894 16 11.4957 16.154 11.5578 16.3678L12.6135 19.9996M3.5 21.9995V19.5997M3.5 19.5997V17.1999C3.5 16.321 3.56253 16 4.31381 16H5.53453C6.20872 16 6.75525 16.8058 6.75525 17.7998C6.75525 18.7939 6.20872 19.5997 5.53453 19.5997M3.5 19.5997H5.53453M5.53453 19.5997L6.34834 21.9995M9.7135 19.9996H12.6135M20.5 16L20.0851 20.9984C20.0499 21.4224 20.0323 21.6344 19.9025 21.674C19.7728 21.7135 19.6399 21.5474 19.3741 21.2152L18.3143 19.8904C18.1702 19.7102 18.0981 19.6202 18.002 19.6202C17.9058 19.6202 17.8338 19.7102 17.6896 19.8904L16.6292 21.2159C16.3636 21.5479 16.2309 21.7139 16.1011 21.6744C15.9714 21.6348 15.9537 21.423 15.9182 20.9994L15.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.1948 21.9995L12.6135 19.9996M9.12575 21.9995L10.7627 16.3678C10.8249 16.154 10.9312 16 11.1603 16C11.3894 16 11.4957 16.154 11.5578 16.3678L12.6135 19.9996M3.5 21.9995V19.5997M3.5 19.5997V17.1999C3.5 16.321 3.56253 16 4.31381 16H5.53453C6.20872 16 6.75525 16.8058 6.75525 17.7998C6.75525 18.7939 6.20872 19.5997 5.53453 19.5997M3.5 19.5997H5.53453M5.53453 19.5997L6.34834 21.9995M9.7135 19.9996H12.6135M20.5 16L20.0851 20.9984C20.0499 21.4224 20.0323 21.6344 19.9025 21.674C19.7728 21.7135 19.6399 21.5474 19.3741 21.2152L18.3143 19.8904C18.1702 19.7102 18.0981 19.6202 18.002 19.6202C17.9058 19.6202 17.8338 19.7102 17.6896 19.8904L16.6292 21.2159C16.3636 21.5479 16.2309 21.7139 16.1011 21.6744C15.9714 21.6348 15.9537 21.423 15.9182 20.9994L15.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-raw-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0455 18L14.5368 16.3333M11.485 18L12.9174 13.3066C12.9718 13.1283 13.0648 13 13.2652 13C13.4657 13 13.5587 13.1283 13.6131 13.3066L14.5368 16.3333M7 18V16M7 16V14C7 13.2675 7.05472 13 7.71209 13H8.78021C9.37013 13 9.84834 13.6716 9.84834 14.5C9.84834 15.3284 9.37013 16 8.78021 16M7 16H8.78021M8.78021 16L9.4923 18M11.9993 16.3333H14.5368M21 13L20.637 17.1657C20.6062 17.5191 20.5908 17.6958 20.4772 17.7287C20.3637 17.7617 20.2474 17.6233 20.0149 17.3464L19.0875 16.2423C18.9614 16.0922 18.8983 16.0171 18.8142 16.0171C18.7301 16.0171 18.667 16.0922 18.5409 16.2423L17.6131 17.347C17.3807 17.6237 17.2645 17.762 17.151 17.7291C17.0375 17.6961 17.022 17.5196 16.991 17.1665L16.625 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0455 18L14.5368 16.3333M11.485 18L12.9174 13.3066C12.9718 13.1283 13.0648 13 13.2652 13C13.4657 13 13.5587 13.1283 13.6131 13.3066L14.5368 16.3333M7 18V16M7 16V14C7 13.2675 7.05472 13 7.71209 13H8.78021C9.37013 13 9.84834 13.6716 9.84834 14.5C9.84834 15.3284 9.37013 16 8.78021 16M7 16H8.78021M8.78021 16L9.4923 18M11.9993 16.3333H14.5368M21 13L20.637 17.1657C20.6062 17.5191 20.5908 17.6958 20.4772 17.7287C20.3637 17.7617 20.2474 17.6233 20.0149 17.3464L19.0875 16.2423C18.9614 16.0922 18.8983 16.0171 18.8142 16.0171C18.7301 16.0171 18.667 16.0922 18.5409 16.2423L17.6131 17.347C17.3807 17.6237 17.2645 17.762 17.151 17.7291C17.0375 17.6961 17.022 17.5196 16.991 17.1665L16.625 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-scroll{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.00617 16.9866V6.53176C6.00617 5.18708 6.0637 3.6264 7.07102 2.73286C7.89723 1.99997 9.06503 1.99999 10.1712 2H17.4822C18.5086 2 19.5727 2.01838 20.4937 2.47045C20.5678 2.50684 20.6386 2.54483 20.7064 2.58464C22.073 3.38809 22.0311 5.30216 22.0311 6.88462V17.4169C22.0311 18.4584 21.9832 19.528 21.5509 20.476C21.1373 21.3828 20.5715 21.7897 19.5272 21.9822M6.00617 16.9866H14.8357C15.2489 16.9866 15.6209 17.2396 15.766 17.6254C15.8924 17.9615 15.9968 18.2521 16.0888 18.5248C16.4123 19.4827 16.6957 20.4938 17.3766 21.2423C17.7853 21.6916 18.2143 21.92 18.7854 21.9822M6.00617 16.9866H3.00002C2.44745 16.9866 1.98917 17.4343 2.03433 17.9836C2.08171 18.56 2.18364 19.062 2.37389 19.5993C2.71027 20.5493 3.29357 21.5103 4.25349 21.8236C4.60782 21.9393 5.00014 21.9772 5.50539 21.9822H18.7854M19.5272 21.9822C19.2534 22.0054 19.0085 22.0065 18.7854 21.9822M19.5272 21.9822H18.7854%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 7H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.00617 16.9866V6.53176C6.00617 5.18708 6.0637 3.6264 7.07102 2.73286C7.89723 1.99997 9.06503 1.99999 10.1712 2H17.4822C18.5086 2 19.5727 2.01838 20.4937 2.47045C20.5678 2.50684 20.6386 2.54483 20.7064 2.58464C22.073 3.38809 22.0311 5.30216 22.0311 6.88462V17.4169C22.0311 18.4584 21.9832 19.528 21.5509 20.476C21.1373 21.3828 20.5715 21.7897 19.5272 21.9822M6.00617 16.9866H14.8357C15.2489 16.9866 15.6209 17.2396 15.766 17.6254C15.8924 17.9615 15.9968 18.2521 16.0888 18.5248C16.4123 19.4827 16.6957 20.4938 17.3766 21.2423C17.7853 21.6916 18.2143 21.92 18.7854 21.9822M6.00617 16.9866H3.00002C2.44745 16.9866 1.98917 17.4343 2.03433 17.9836C2.08171 18.56 2.18364 19.062 2.37389 19.5993C2.71027 20.5493 3.29357 21.5103 4.25349 21.8236C4.60782 21.9393 5.00014 21.9772 5.50539 21.9822H18.7854M19.5272 21.9822C19.2534 22.0054 19.0085 22.0065 18.7854 21.9822M19.5272 21.9822H18.7854%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 7H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-svg-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.009 16L12.3364 20.6948C12.0264 21.5649 11.8714 22 11.6259 22C11.3805 22 11.2254 21.5649 10.9154 20.6948L9.24283 16M20.5 17C20.4097 15.9819 19.5865 16 18.7189 16C17.8686 16 17.4434 16 17.1792 16.2929C16.915 16.5858 16.915 17.0572 16.915 18V20C16.915 20.9428 16.915 21.4142 17.1792 21.7071C17.4434 22 17.8686 22 18.7189 22C19.5693 22 19.9945 22 20.2587 21.7071C20.5229 21.4142 20.5229 20.9428 20.5229 20C20.5229 19.2964 19.1699 19.5 19.1699 19.5M6.0413 16H4.92986C4.48571 16 4.26363 16 4.08846 16.0761C3.49189 16.3353 3.50001 16.9447 3.50001 17.5C3.50001 18.0553 3.49189 18.6647 4.08846 18.9239C4.26363 19 4.48571 19 4.92986 19C5.37402 19 5.5961 19 5.77127 19.0761C6.36784 19.3353 6.35972 19.9447 6.35972 20.5C6.35972 21.0553 6.36784 21.6647 5.77127 21.9239C5.5961 22 5.37402 22 4.92987 22H3.71933%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.009 16L12.3364 20.6948C12.0264 21.5649 11.8714 22 11.6259 22C11.3805 22 11.2254 21.5649 10.9154 20.6948L9.24283 16M20.5 17C20.4097 15.9819 19.5865 16 18.7189 16C17.8686 16 17.4434 16 17.1792 16.2929C16.915 16.5858 16.915 17.0572 16.915 18V20C16.915 20.9428 16.915 21.4142 17.1792 21.7071C17.4434 22 17.8686 22 18.7189 22C19.5693 22 19.9945 22 20.2587 21.7071C20.5229 21.4142 20.5229 20.9428 20.5229 20C20.5229 19.2964 19.1699 19.5 19.1699 19.5M6.0413 16H4.92986C4.48571 16 4.26363 16 4.08846 16.0761C3.49189 16.3353 3.50001 16.9447 3.50001 17.5C3.50001 18.0553 3.49189 18.6647 4.08846 18.9239C4.26363 19 4.48571 19 4.92986 19C5.37402 19 5.5961 19 5.77127 19.0761C6.36784 19.3353 6.35972 19.9447 6.35972 20.5C6.35972 21.0553 6.36784 21.6647 5.77127 21.9239C5.5961 22 5.37402 22 4.92987 22H3.71933%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-svg-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7579 13L14.2944 16.9123C14.0231 17.6374 13.8875 18 13.6727 18C13.4579 18 13.3223 17.6374 13.051 16.9123L11.5875 13M20.98 13.8333C20.9009 12.9849 20.1807 13 19.4215 13C18.6775 13 18.3054 13 18.0743 13.2441C17.8431 13.4882 17.8431 13.881 17.8431 14.6667V16.3333C17.8431 17.119 17.8431 17.5118 18.0743 17.7559C18.3054 18 18.6775 18 19.4215 18C20.1656 18 20.5377 18 20.7688 17.7559C21 17.5118 21 17.119 21 16.3333C21 15.747 19.8162 15.9167 19.8162 15.9167M9.22363 13H8.25113C7.86249 13 7.66817 13 7.51489 13.0634C6.9929 13.2795 7 13.7873 7 14.25C7 14.7127 6.9929 15.2205 7.51489 15.4366C7.66817 15.5 7.86249 15.5 8.25113 15.5C8.63976 15.5 8.83408 15.5 8.98736 15.5634C9.50935 15.7795 9.50225 16.2873 9.50225 16.75C9.50225 17.2127 9.50935 17.7205 8.98736 17.9366C8.83408 18 8.63976 18 8.25113 18H7.19191%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7579 13L14.2944 16.9123C14.0231 17.6374 13.8875 18 13.6727 18C13.4579 18 13.3223 17.6374 13.051 16.9123L11.5875 13M20.98 13.8333C20.9009 12.9849 20.1807 13 19.4215 13C18.6775 13 18.3054 13 18.0743 13.2441C17.8431 13.4882 17.8431 13.881 17.8431 14.6667V16.3333C17.8431 17.119 17.8431 17.5118 18.0743 17.7559C18.3054 18 18.6775 18 19.4215 18C20.1656 18 20.5377 18 20.7688 17.7559C21 17.5118 21 17.119 21 16.3333C21 15.747 19.8162 15.9167 19.8162 15.9167M9.22363 13H8.25113C7.86249 13 7.66817 13 7.51489 13.0634C6.9929 13.2795 7 13.7873 7 14.25C7 14.7127 6.9929 15.2205 7.51489 15.4366C7.66817 15.5 7.86249 15.5 8.25113 15.5C8.63976 15.5 8.83408 15.5 8.98736 15.5634C9.50935 15.7795 9.50225 16.2873 9.50225 16.75C9.50225 17.2127 9.50935 17.7205 8.98736 17.9366C8.83408 18 8.63976 18 8.25113 18H7.19191%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-txt-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.1172 16L11.9995 19M11.9995 19L13.8819 22M11.9995 19L13.8819 16M11.9995 19L10.1172 22M16.7353 16H18.6176M18.6176 16H20.5M18.6176 16V22M3.5 16H5.38235M5.38235 16H7.26471M5.38235 16V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.1172 16L11.9995 19M11.9995 19L13.8819 22M11.9995 19L13.8819 16M11.9995 19L10.1172 22M16.7353 16H18.6176M18.6176 16H20.5M18.6176 16V22M3.5 16H5.38235M5.38235 16H7.26471M5.38235 16V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-txt-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.3529 13L14 15.5M14 15.5L15.6471 18M14 15.5L15.6471 13M14 15.5L12.3529 18M17.7059 13H19.3529M19.3529 13H21M19.3529 13V18M7 13H8.64706M8.64706 13H10.2941M8.64706 13V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.3529 13L14 15.5M14 15.5L15.6471 18M14 15.5L15.6471 13M14 15.5L12.3529 18M17.7059 13H19.3529M19.3529 13H21M19.3529 13V18M7 13H8.64706M8.64706 13H10.2941M8.64706 13V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-xml-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 16L5.38235 19M5.38235 19L7.26471 22M5.38235 19L7.26471 16M5.38235 19L3.5 22M20.5 22H19.5588C18.6715 22 18.2278 22 17.9521 21.7071C17.6765 21.4142 17.6765 20.9428 17.6765 20V16M10.1176 21.9999L10.5081 17.0015C10.5413 16.5775 10.5578 16.3655 10.68 16.3259C10.8021 16.2864 10.9272 16.4525 11.1773 16.7847L12.1748 18.1095C12.3104 18.2897 12.3783 18.3798 12.4688 18.3798C12.5592 18.3798 12.6271 18.2897 12.7627 18.1095L13.7608 16.784C14.0107 16.452 14.1357 16.286 14.2578 16.3256C14.3799 16.3651 14.3965 16.5769 14.4299 17.0005L14.8235 21.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 16L5.38235 19M5.38235 19L7.26471 22M5.38235 19L7.26471 16M5.38235 19L3.5 22M20.5 22H19.5588C18.6715 22 18.2278 22 17.9521 21.7071C17.6765 21.4142 17.6765 20.9428 17.6765 20V16M10.1176 21.9999L10.5081 17.0015C10.5413 16.5775 10.5578 16.3655 10.68 16.3259C10.8021 16.2864 10.9272 16.4525 11.1773 16.7847L12.1748 18.1095C12.3104 18.2897 12.3783 18.3798 12.4688 18.3798C12.5592 18.3798 12.6271 18.2897 12.7627 18.1095L13.7608 16.784C14.0107 16.452 14.1357 16.286 14.2578 16.3256C14.3799 16.3651 14.3965 16.5769 14.4299 17.0005L14.8235 21.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-xml-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 13L8.64706 15.5M8.64706 15.5L10.2941 18M8.64706 15.5L10.2941 13M8.64706 15.5L7 18M21 18H20.1765C19.4 18 19.0118 18 18.7706 17.7559C18.5294 17.5118 18.5294 17.119 18.5294 16.3333V13M12.3529 17.9999L12.6946 13.8346C12.7236 13.4813 12.7381 13.3046 12.845 13.2716C12.9518 13.2386 13.0613 13.3771 13.2801 13.6539L14.1529 14.7579C14.2716 14.9081 14.331 14.9831 14.4102 14.9831C14.4893 14.9831 14.5487 14.9081 14.6674 14.7579L15.5407 13.6533C15.7594 13.3767 15.8687 13.2384 15.9755 13.2713C16.0824 13.3042 16.097 13.4807 16.1262 13.8338L16.4706 17.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 13L8.64706 15.5M8.64706 15.5L10.2941 18M8.64706 15.5L10.2941 13M8.64706 15.5L7 18M21 18H20.1765C19.4 18 19.0118 18 18.7706 17.7559C18.5294 17.5118 18.5294 17.119 18.5294 16.3333V13M12.3529 17.9999L12.6946 13.8346C12.7236 13.4813 12.7381 13.3046 12.845 13.2716C12.9518 13.2386 13.0613 13.3771 13.2801 13.6539L14.1529 14.7579C14.2716 14.9081 14.331 14.9831 14.4102 14.9831C14.4893 14.9831 14.5487 14.9081 14.6674 14.7579L15.5407 13.6533C15.7594 13.3767 15.8687 13.2384 15.9755 13.2713C16.0824 13.3042 16.097 13.4807 16.1262 13.8338L16.4706 17.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-xsl-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5413 16H12.4299C11.9857 16 11.7636 16 11.5885 16.0761C10.9919 16.3353 11 16.9447 11 17.5C11 18.0553 10.9919 18.6647 11.5885 18.9239C11.7636 19 11.9857 19 12.4299 19C12.874 19 13.0961 19 13.2713 19.0761C13.8678 19.3353 13.8597 19.9447 13.8597 20.5C13.8597 21.0553 13.8678 21.6647 13.2713 21.9239C13.0961 22 12.874 22 12.4299 22H11.2193M3.5 16L5.5 19M5.5 19L7.5 22M5.5 19L7.5 16M5.5 19L3.5 22M20.5 22H19.5C18.5572 22 18.0858 22 17.7929 21.7071C17.5 21.4142 17.5 20.9428 17.5 20V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22892 3.5 7.74523 3.96894 6.56024C4.72281 4.65521 6.31714 3.15255 8.33836 2.44201C9.59563 2.00003 11.1698 2.00003 14.3182 2.00003C16.1173 2.00003 17.0168 2.00003 17.7352 2.25259C18.8902 2.65861 19.8012 3.51728 20.232 4.60587C20.5 5.283 20.5 6.13082 20.5 7.82646V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5413 16H12.4299C11.9857 16 11.7636 16 11.5885 16.0761C10.9919 16.3353 11 16.9447 11 17.5C11 18.0553 10.9919 18.6647 11.5885 18.9239C11.7636 19 11.9857 19 12.4299 19C12.874 19 13.0961 19 13.2713 19.0761C13.8678 19.3353 13.8597 19.9447 13.8597 20.5C13.8597 21.0553 13.8678 21.6647 13.2713 21.9239C13.0961 22 12.874 22 12.4299 22H11.2193M3.5 16L5.5 19M5.5 19L7.5 22M5.5 19L7.5 16M5.5 19L3.5 22M20.5 22H19.5C18.5572 22 18.0858 22 17.7929 21.7071C17.5 21.4142 17.5 20.9428 17.5 20V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-xsl-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.6618 13H14.7126C14.3334 13 14.1437 13 13.9941 13.0634C13.4847 13.2795 13.4916 13.7873 13.4916 14.25C13.4916 14.7127 13.4847 15.2205 13.9941 15.4366C14.1437 15.5 14.3334 15.5 14.7126 15.5C15.0919 15.5 15.2816 15.5 15.4312 15.5634C15.9406 15.7795 15.9337 16.2873 15.9337 16.75C15.9337 17.2127 15.9406 17.7205 15.4312 17.9366C15.2816 18 15.0919 18 14.7126 18H13.6789M8 13L9.70791 15.5M9.70791 15.5L11.4158 18M9.70791 15.5L11.4158 13M9.70791 15.5L8 18M21 18H20.146C19.3409 18 18.9384 18 18.6883 17.7559C18.4381 17.5118 18.4381 17.119 18.4381 16.3333V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.6618 13H14.7126C14.3334 13 14.1437 13 13.9941 13.0634C13.4847 13.2795 13.4916 13.7873 13.4916 14.25C13.4916 14.7127 13.4847 15.2205 13.9941 15.4366C14.1437 15.5 14.3334 15.5 14.7126 15.5C15.0919 15.5 15.2816 15.5 15.4312 15.5634C15.9406 15.7795 15.9337 16.2873 15.9337 16.75C15.9337 17.2127 15.9406 17.7205 15.4312 17.9366C15.2816 18 15.0919 18 14.7126 18H13.6789M8 13L9.70791 15.5M9.70791 15.5L11.4158 18M9.70791 15.5L11.4158 13M9.70791 15.5L8 18M21 18H20.146C19.3409 18 18.9384 18 18.6883 17.7559C18.4381 17.5118 18.4381 17.119 18.4381 16.3333V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-zip-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22889 3.5 7.7452 3.96894 6.56021C4.72281 4.65518 6.31714 3.15252 8.33836 2.44198C9.59563 2 11.1698 2 14.3182 2C16.1173 2 17.0168 2 17.7352 2.25256C18.8902 2.65858 19.8012 3.51725 20.232 4.60584C20.5 5.28297 20.5 6.13079 20.5 7.82643V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 16H6.9C7.14721 16 7.28833 16.2822 7.14 16.48L3.72 21.04C3.42334 21.4355 3.70557 22 4.2 22H7.5M10.5 16H12.25M12.25 16H14M12.25 16V21.6787M10.5 22H14M17 22V16H18.8618C19.5675 16 20.2977 16.3516 20.4492 17.0408C20.5128 17.33 20.5109 17.6038 20.4488 17.8923C20.2936 18.6138 19.5392 19 18.8012 19H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13V12.1963C3.5 9.22889 3.5 7.7452 3.96894 6.56021C4.72281 4.65518 6.31714 3.15252 8.33836 2.44198C9.59563 2 11.1698 2 14.3182 2C16.1173 2 17.0168 2 17.7352 2.25256C18.8902 2.65858 19.8012 3.51725 20.232 4.60584C20.5 5.28297 20.5 6.13079 20.5 7.82643V12.0142V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12C3.5 10.1591 4.99238 8.66667 6.83333 8.66667C7.49912 8.66667 8.28404 8.78333 8.93137 8.60988C9.50652 8.45576 9.95576 8.00652 10.1099 7.43136C10.2833 6.78404 10.1667 5.99912 10.1667 5.33333C10.1667 3.49238 11.6591 2 13.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 16H6.9C7.14721 16 7.28833 16.2822 7.14 16.48L3.72 21.04C3.42334 21.4355 3.70557 22 4.2 22H7.5M10.5 16H12.25M12.25 16H14M12.25 16V21.6787M10.5 22H14M17 22V16H18.8618C19.5675 16 20.2977 16.3516 20.4492 17.0408C20.5128 17.33 20.5109 17.6038 20.4488 17.8923C20.2936 18.6138 19.5392 19 18.8012 19H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-files-icons-zip-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 13H9.87684C10.1285 13 10.2684 13.291 10.1112 13.4874L7.14993 17.1877C6.88793 17.515 7.1211 18 7.54051 18H10.5013M13.0021 13H14.2526M14.2526 13H15.503M14.2526 13V17.8096M13.0021 18H15.503M18.0039 18V13H19.4687C20.1185 13 20.818 13.2888 20.963 13.9219C21.0123 14.1368 21.0124 14.3459 20.963 14.563C20.8173 15.2035 20.1126 15.5 19.4555 15.5H19.0043%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 13H9.87684C10.1285 13 10.2684 13.291 10.1112 13.4874L7.14993 17.1877C6.88793 17.515 7.1211 18 7.54051 18H10.5013M13.0021 13H14.2526M14.2526 13H15.503M14.2526 13V17.8096M13.0021 18H15.503M18.0039 18V13H19.4687C20.1185 13 20.818 13.2888 20.963 13.9219C21.0123 14.1368 21.0124 14.3459 20.963 14.563C20.8173 15.2035 20.1126 15.5 19.4555 15.5H19.0043%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H10.7273C7.46607 22 5.83546 22 4.70307 21.2022C4.37862 20.9736 4.09058 20.7025 3.8477 20.3971C3 19.3313 3 17.7966 3 14.7273V12.1818C3 9.21865 3 7.73706 3.46894 6.55375C4.22281 4.65142 5.81714 3.15088 7.83836 2.44135C9.09563 2 10.6698 2 13.8182 2C15.6173 2 16.5168 2 17.2352 2.2522C18.3902 2.65765 19.3012 3.5151 19.732 4.60214C20 5.27832 20 6.12494 20 7.81818V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-filter-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.6693 7C20.7527 6.8184 20.7971 6.62572 20.8297 6.37281C21.0319 4.8008 21.133 4.0148 20.672 3.5074C20.2111 3 19.396 3 17.7657 3H6.23433C4.60404 3 3.7889 3 3.32795 3.5074C2.86701 4.0148 2.96811 4.8008 3.17033 6.3728C3.22938 6.8319 3.3276 7.09253 3.62734 7.44867C4.59564 8.59915 6.36901 10.6456 8.85746 12.5061C9.08486 12.6761 9.23409 12.9539 9.25927 13.2614C9.53961 16.6864 9.79643 19.0261 9.93278 20.1778C10.0043 20.782 10.6741 21.2466 11.226 20.8563C12.1532 20.2006 13.8853 19.4657 14.1141 18.2442C14.2223 17.6668 14.3806 16.6588 14.5593 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 8V15M21 11.5L14 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.6693 7C20.7527 6.8184 20.7971 6.62572 20.8297 6.37281C21.0319 4.8008 21.133 4.0148 20.672 3.5074C20.2111 3 19.396 3 17.7657 3H6.23433C4.60404 3 3.7889 3 3.32795 3.5074C2.86701 4.0148 2.96811 4.8008 3.17033 6.3728C3.22938 6.8319 3.3276 7.09253 3.62734 7.44867C4.59564 8.59915 6.36901 10.6456 8.85746 12.5061C9.08486 12.6761 9.23409 12.9539 9.25927 13.2614C9.53961 16.6864 9.79643 19.0261 9.93278 20.1778C10.0043 20.782 10.6741 21.2466 11.226 20.8563C12.1532 20.2006 13.8853 19.4657 14.1141 18.2442C14.2223 17.6668 14.3806 16.6588 14.5593 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 8V15M21 11.5L14 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-filter-edit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2403 17.5C13.1932 17.8033 13.1508 18.0485 13.1141 18.2442C12.8853 19.4657 11.1532 20.2006 10.226 20.8563C9.67406 21.2466 9.0043 20.782 8.93278 20.1778C8.79643 19.0261 8.53961 16.6864 8.25927 13.2614C8.23409 12.9539 8.08486 12.6761 7.85746 12.5061C5.36901 10.6456 3.59564 8.59915 2.62734 7.44867C2.3276 7.09253 2.22938 6.8319 2.17033 6.3728C1.96811 4.8008 1.86701 4.0148 2.32795 3.5074C2.7889 3 3.60404 3 5.23433 3H16.7657C18.396 3 19.2111 3 19.672 3.5074C19.8956 3.75346 19.9869 4.06504 19.9987 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.8605 7.43934L21.5548 8.13171C22.1422 8.71749 22.1422 9.66724 21.5548 10.253L17.9173 13.9487C17.6312 14.234 17.2651 14.4264 16.8674 14.5005L14.613 14.9885C14.257 15.0656 13.9401 14.7504 14.0163 14.3952L14.4962 12.1599C14.5705 11.7632 14.7634 11.3982 15.0495 11.1129L18.7333 7.43934C19.3207 6.85355 20.2731 6.85355 20.8605 7.43934Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2403 17.5C13.1932 17.8033 13.1508 18.0485 13.1141 18.2442C12.8853 19.4657 11.1532 20.2006 10.226 20.8563C9.67406 21.2466 9.0043 20.782 8.93278 20.1778C8.79643 19.0261 8.53961 16.6864 8.25927 13.2614C8.23409 12.9539 8.08486 12.6761 7.85746 12.5061C5.36901 10.6456 3.59564 8.59915 2.62734 7.44867C2.3276 7.09253 2.22938 6.8319 2.17033 6.3728C1.96811 4.8008 1.86701 4.0148 2.32795 3.5074C2.7889 3 3.60404 3 5.23433 3H16.7657C18.396 3 19.2111 3 19.672 3.5074C19.8956 3.75346 19.9869 4.06504 19.9987 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.8605 7.43934L21.5548 8.13171C22.1422 8.71749 22.1422 9.66724 21.5548 10.253L17.9173 13.9487C17.6312 14.234 17.2651 14.4264 16.8674 14.5005L14.613 14.9885C14.257 15.0656 13.9401 14.7504 14.0163 14.3952L14.4962 12.1599C14.5705 11.7632 14.7634 11.3982 15.0495 11.1129L18.7333 7.43934C19.3207 6.85355 20.2731 6.85355 20.8605 7.43934Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-filter-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 7H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 17H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 17L21 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7L21 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7C6 6.06812 6 5.60218 6.15224 5.23463C6.35523 4.74458 6.74458 4.35523 7.23463 4.15224C7.60218 4 8.06812 4 9 4C9.93188 4 10.3978 4 10.7654 4.15224C11.2554 4.35523 11.6448 4.74458 11.8478 5.23463C12 5.60218 12 6.06812 12 7C12 7.93188 12 8.39782 11.8478 8.76537C11.6448 9.25542 11.2554 9.64477 10.7654 9.84776C10.3978 10 9.93188 10 9 10C8.06812 10 7.60218 10 7.23463 9.84776C6.74458 9.64477 6.35523 9.25542 6.15224 8.76537C6 8.39782 6 7.93188 6 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 17C12 16.0681 12 15.6022 12.1522 15.2346C12.3552 14.7446 12.7446 14.3552 13.2346 14.1522C13.6022 14 14.0681 14 15 14C15.9319 14 16.3978 14 16.7654 14.1522C17.2554 14.3552 17.6448 14.7446 17.8478 15.2346C18 15.6022 18 16.0681 18 17C18 17.9319 18 18.3978 17.8478 18.7654C17.6448 19.2554 17.2554 19.6448 16.7654 19.8478C16.3978 20 15.9319 20 15 20C14.0681 20 13.6022 20 13.2346 19.8478C12.7446 19.6448 12.3552 19.2554 12.1522 18.7654C12 18.3978 12 17.9319 12 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 7H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 17H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 17L21 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7L21 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7C6 6.06812 6 5.60218 6.15224 5.23463C6.35523 4.74458 6.74458 4.35523 7.23463 4.15224C7.60218 4 8.06812 4 9 4C9.93188 4 10.3978 4 10.7654 4.15224C11.2554 4.35523 11.6448 4.74458 11.8478 5.23463C12 5.60218 12 6.06812 12 7C12 7.93188 12 8.39782 11.8478 8.76537C11.6448 9.25542 11.2554 9.64477 10.7654 9.84776C10.3978 10 9.93188 10 9 10C8.06812 10 7.60218 10 7.23463 9.84776C6.74458 9.64477 6.35523 9.25542 6.15224 8.76537C6 8.39782 6 7.93188 6 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 17C12 16.0681 12 15.6022 12.1522 15.2346C12.3552 14.7446 12.7446 14.3552 13.2346 14.1522C13.6022 14 14.0681 14 15 14C15.9319 14 16.3978 14 16.7654 14.1522C17.2554 14.3552 17.6448 14.7446 17.8478 15.2346C18 15.6022 18 16.0681 18 17C18 17.9319 18 18.3978 17.8478 18.7654C17.6448 19.2554 17.2554 19.6448 16.7654 19.8478C16.3978 20 15.9319 20 15 20C14.0681 20 13.6022 20 13.2346 19.8478C12.7446 19.6448 12.3552 19.2554 12.1522 18.7654C12 18.3978 12 17.9319 12 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-filter-mail-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 12L15.0001 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 15.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8.5H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 12L15.0001 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 15.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8.5H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-filter-mail-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 11.5C2 7.02166 2 4.78249 3.39124 3.39124C4.78249 2 7.02166 2 11.5 2C15.9783 2 18.2175 2 19.6088 3.39124C21 4.78249 21 7.02166 21 11.5C21 15.9783 21 18.2175 19.6088 19.6088C18.2175 21 15.9783 21 11.5 21C7.02166 21 4.78249 21 3.39124 19.6088C2 18.2175 2 15.9783 2 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 11.5L14.5001 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 15H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 8H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 11.5C2 7.02166 2 4.78249 3.39124 3.39124C4.78249 2 7.02166 2 11.5 2C15.9783 2 18.2175 2 19.6088 3.39124C21 4.78249 21 7.02166 21 11.5C21 15.9783 21 18.2175 19.6088 19.6088C18.2175 21 15.9783 21 11.5 21C7.02166 21 4.78249 21 3.39124 19.6088C2 18.2175 2 15.9783 2 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 11.5L14.5001 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 15H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 8H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-filter-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9987 4.5C20.9869 4.06504 20.8956 3.75346 20.672 3.5074C20.2111 3 19.396 3 17.7657 3H6.23433C4.60404 3 3.7889 3 3.32795 3.5074C2.86701 4.0148 2.96811 4.8008 3.17033 6.3728C3.22938 6.8319 3.3276 7.09253 3.62734 7.44867C4.59564 8.59915 6.36901 10.6456 8.85746 12.5061C9.08486 12.6761 9.23409 12.9539 9.25927 13.2614C9.53961 16.6864 9.79643 19.0261 9.93278 20.1778C10.0043 20.782 10.6741 21.2466 11.226 20.8563C12.1532 20.2006 13.8853 19.4657 14.1141 18.2442C14.1986 17.7934 14.3136 17.0803 14.445 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 7L15 13M21 13L15 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9987 4.5C20.9869 4.06504 20.8956 3.75346 20.672 3.5074C20.2111 3 19.396 3 17.7657 3H6.23433C4.60404 3 3.7889 3 3.32795 3.5074C2.86701 4.0148 2.96811 4.8008 3.17033 6.3728C3.22938 6.8319 3.3276 7.09253 3.62734 7.44867C4.59564 8.59915 6.36901 10.6456 8.85746 12.5061C9.08486 12.6761 9.23409 12.9539 9.25927 13.2614C9.53961 16.6864 9.79643 19.0261 9.93278 20.1778C10.0043 20.782 10.6741 21.2466 11.226 20.8563C12.1532 20.2006 13.8853 19.4657 14.1141 18.2442C14.1986 17.7934 14.3136 17.0803 14.445 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 7L15 13M21 13L15 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-filter-reset{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9843 5C21.0344 4.28926 20.9732 3.83888 20.672 3.5074C20.2111 3 19.396 3 17.7657 3H6.23433C4.60404 3 3.7889 3 3.32795 3.5074C2.86701 4.0148 2.96811 4.8008 3.17033 6.3728C3.22938 6.8319 3.3276 7.09253 3.62734 7.44867C4.59564 8.59915 6.36901 10.6456 8.85746 12.5061C9.08486 12.6761 9.23409 12.9539 9.25927 13.2614C9.53961 16.6864 9.79643 19.0261 9.93278 20.1778C10.0043 20.782 10.6741 21.2466 11.226 20.8563C12.1532 20.2006 13.8853 19.4657 14.1141 18.2442C14.1986 17.7934 14.3136 17.0803 14.445 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0132 6L14.5139 8.08437L15.3434 7.56607C15.9343 7.11729 16.6687 6.85119 17.4646 6.85119C19.4172 6.85119 21 8.45151 21 10.4256C21 12.3997 19.4172 14 17.4646 14C15.7543 14 14.3276 12.772 14 11.1405%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9843 5C21.0344 4.28926 20.9732 3.83888 20.672 3.5074C20.2111 3 19.396 3 17.7657 3H6.23433C4.60404 3 3.7889 3 3.32795 3.5074C2.86701 4.0148 2.96811 4.8008 3.17033 6.3728C3.22938 6.8319 3.3276 7.09253 3.62734 7.44867C4.59564 8.59915 6.36901 10.6456 8.85746 12.5061C9.08486 12.6761 9.23409 12.9539 9.25927 13.2614C9.53961 16.6864 9.79643 19.0261 9.93278 20.1778C10.0043 20.782 10.6741 21.2466 11.226 20.8563C12.1532 20.2006 13.8853 19.4657 14.1141 18.2442C14.1986 17.7934 14.3136 17.0803 14.445 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0132 6L14.5139 8.08437L15.3434 7.56607C15.9343 7.11729 16.6687 6.85119 17.4646 6.85119C19.4172 6.85119 21 8.45151 21 10.4256C21 12.3997 19.4172 14 17.4646 14C15.7543 14 14.3276 12.772 14 11.1405%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-filter-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 21L7 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 21L17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 6L17 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9L7 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18C6.06812 18 5.60218 18 5.23463 17.8478C4.74458 17.6448 4.35523 17.2554 4.15224 16.7654C4 16.3978 4 15.9319 4 15C4 14.0681 4 13.6022 4.15224 13.2346C4.35523 12.7446 4.74458 12.3552 5.23463 12.1522C5.60218 12 6.06812 12 7 12C7.93188 12 8.39782 12 8.76537 12.1522C9.25542 12.3552 9.64477 12.7446 9.84776 13.2346C10 13.6022 10 14.0681 10 15C10 15.9319 10 16.3978 9.84776 16.7654C9.64477 17.2554 9.25542 17.6448 8.76537 17.8478C8.39782 18 7.93188 18 7 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 12C16.0681 12 15.6022 12 15.2346 11.8478C14.7446 11.6448 14.3552 11.2554 14.1522 10.7654C14 10.3978 14 9.93188 14 9C14 8.06812 14 7.60218 14.1522 7.23463C14.3552 6.74458 14.7446 6.35523 15.2346 6.15224C15.6022 6 16.0681 6 17 6C17.9319 6 18.3978 6 18.7654 6.15224C19.2554 6.35523 19.6448 6.74458 19.8478 7.23463C20 7.60218 20 8.06812 20 9C20 9.93188 20 10.3978 19.8478 10.7654C19.6448 11.2554 19.2554 11.6448 18.7654 11.8478C18.3978 12 17.9319 12 17 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 21L7 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 21L17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 6L17 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9L7 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18C6.06812 18 5.60218 18 5.23463 17.8478C4.74458 17.6448 4.35523 17.2554 4.15224 16.7654C4 16.3978 4 15.9319 4 15C4 14.0681 4 13.6022 4.15224 13.2346C4.35523 12.7446 4.74458 12.3552 5.23463 12.1522C5.60218 12 6.06812 12 7 12C7.93188 12 8.39782 12 8.76537 12.1522C9.25542 12.3552 9.64477 12.7446 9.84776 13.2346C10 13.6022 10 14.0681 10 15C10 15.9319 10 16.3978 9.84776 16.7654C9.64477 17.2554 9.25542 17.6448 8.76537 17.8478C8.39782 18 7.93188 18 7 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 12C16.0681 12 15.6022 12 15.2346 11.8478C14.7446 11.6448 14.3552 11.2554 14.1522 10.7654C14 10.3978 14 9.93188 14 9C14 8.06812 14 7.60218 14.1522 7.23463C14.3552 6.74458 14.7446 6.35523 15.2346 6.15224C15.6022 6 16.0681 6 17 6C17.9319 6 18.3978 6 18.7654 6.15224C19.2554 6.35523 19.6448 6.74458 19.8478 7.23463C20 7.60218 20 8.06812 20 9C20 9.93188 20 10.3978 19.8478 10.7654C19.6448 11.2554 19.2554 11.6448 18.7654 11.8478C18.3978 12 17.9319 12 17 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-filter{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.85746 12.5061C6.36901 10.6456 4.59564 8.59915 3.62734 7.44867C3.3276 7.09253 3.22938 6.8319 3.17033 6.3728C2.96811 4.8008 2.86701 4.0148 3.32795 3.5074C3.7889 3 4.60404 3 6.23433 3H17.7657C19.396 3 20.2111 3 20.672 3.5074C21.133 4.0148 21.0319 4.8008 20.8297 6.37281C20.7706 6.83191 20.6724 7.09254 20.3726 7.44867C19.403 8.60062 17.6261 10.6507 15.1326 12.5135C14.907 12.6821 14.7583 12.9567 14.7307 13.2614C14.4837 15.992 14.2559 17.4876 14.1141 18.2442C13.8853 19.4657 12.1532 20.2006 11.226 20.8563C10.6741 21.2466 10.0043 20.782 9.93278 20.1778C9.79643 19.0261 9.53961 16.6864 9.25927 13.2614C9.23409 12.9539 9.08486 12.6761 8.85746 12.5061Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.85746 12.5061C6.36901 10.6456 4.59564 8.59915 3.62734 7.44867C3.3276 7.09253 3.22938 6.8319 3.17033 6.3728C2.96811 4.8008 2.86701 4.0148 3.32795 3.5074C3.7889 3 4.60404 3 6.23433 3H17.7657C19.396 3 20.2111 3 20.672 3.5074C21.133 4.0148 21.0319 4.8008 20.8297 6.37281C20.7706 6.83191 20.6724 7.09254 20.3726 7.44867C19.403 8.60062 17.6261 10.6507 15.1326 12.5135C14.907 12.6821 14.7583 12.9567 14.7307 13.2614C14.4837 15.992 14.2559 17.4876 14.1141 18.2442C13.8853 19.4657 12.1532 20.2006 11.226 20.8563C10.6741 21.2466 10.0043 20.782 9.93278 20.1778C9.79643 19.0261 9.53961 16.6864 9.25927 13.2614C9.23409 12.9539 9.08486 12.6761 8.85746 12.5061Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-preference-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 4L3 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19L3 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 19L17 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 11.5L11 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 4L19 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11.5L3 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 2C14.9659 2 15.1989 2 15.3827 2.07612C15.6277 2.17761 15.8224 2.37229 15.9239 2.61732C16 2.80109 16 3.03406 16 3.5L16 4.5C16 4.96594 16 5.19891 15.9239 5.38268C15.8224 5.62771 15.6277 5.82239 15.3827 5.92388C15.1989 6 14.9659 6 14.5 6C14.0341 6 13.8011 6 13.6173 5.92388C13.3723 5.82239 13.1776 5.62771 13.0761 5.38268C13 5.19891 13 4.96594 13 4.5L13 3.5C13 3.03406 13 2.80109 13.0761 2.61732C13.1776 2.37229 13.3723 2.17761 13.6173 2.07612C13.8011 2 14.0341 2 14.5 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 17C12.9659 17 13.1989 17 13.3827 17.0761C13.6277 17.1776 13.8224 17.3723 13.9239 17.6173C14 17.8011 14 18.0341 14 18.5L14 19.5C14 19.9659 14 20.1989 13.9239 20.3827C13.8224 20.6277 13.6277 20.8224 13.3827 20.9239C13.1989 21 12.9659 21 12.5 21C12.0341 21 11.8011 21 11.6173 20.9239C11.3723 20.8224 11.1776 20.6277 11.0761 20.3827C11 20.1989 11 19.9659 11 19.5L11 18.5C11 18.0341 11 17.8011 11.0761 17.6173C11.1776 17.3723 11.3723 17.1776 11.6173 17.0761C11.8011 17 12.0341 17 12.5 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 9.5C9.96594 9.5 10.1989 9.5 10.3827 9.57612C10.6277 9.67761 10.8224 9.87229 10.9239 10.1173C11 10.3011 11 10.5341 11 11L11 12C11 12.4659 11 12.6989 10.9239 12.8827C10.8224 13.1277 10.6277 13.3224 10.3827 13.4239C10.1989 13.5 9.96594 13.5 9.5 13.5C9.03406 13.5 8.80109 13.5 8.61732 13.4239C8.37229 13.3224 8.17761 13.1277 8.07612 12.8827C8 12.6989 8 12.4659 8 12L8 11C8 10.5341 8 10.3011 8.07612 10.1173C8.17761 9.87229 8.37229 9.67761 8.61732 9.57612C8.80109 9.5 9.03406 9.5 9.5 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 4L3 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19L3 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 19L17 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 11.5L11 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 4L19 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11.5L3 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 2C14.9659 2 15.1989 2 15.3827 2.07612C15.6277 2.17761 15.8224 2.37229 15.9239 2.61732C16 2.80109 16 3.03406 16 3.5L16 4.5C16 4.96594 16 5.19891 15.9239 5.38268C15.8224 5.62771 15.6277 5.82239 15.3827 5.92388C15.1989 6 14.9659 6 14.5 6C14.0341 6 13.8011 6 13.6173 5.92388C13.3723 5.82239 13.1776 5.62771 13.0761 5.38268C13 5.19891 13 4.96594 13 4.5L13 3.5C13 3.03406 13 2.80109 13.0761 2.61732C13.1776 2.37229 13.3723 2.17761 13.6173 2.07612C13.8011 2 14.0341 2 14.5 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 17C12.9659 17 13.1989 17 13.3827 17.0761C13.6277 17.1776 13.8224 17.3723 13.9239 17.6173C14 17.8011 14 18.0341 14 18.5L14 19.5C14 19.9659 14 20.1989 13.9239 20.3827C13.8224 20.6277 13.6277 20.8224 13.3827 20.9239C13.1989 21 12.9659 21 12.5 21C12.0341 21 11.8011 21 11.6173 20.9239C11.3723 20.8224 11.1776 20.6277 11.0761 20.3827C11 20.1989 11 19.9659 11 19.5L11 18.5C11 18.0341 11 17.8011 11.0761 17.6173C11.1776 17.3723 11.3723 17.1776 11.6173 17.0761C11.8011 17 12.0341 17 12.5 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 9.5C9.96594 9.5 10.1989 9.5 10.3827 9.57612C10.6277 9.67761 10.8224 9.87229 10.9239 10.1173C11 10.3011 11 10.5341 11 11L11 12C11 12.4659 11 12.6989 10.9239 12.8827C10.8224 13.1277 10.6277 13.3224 10.3827 13.4239C10.1989 13.5 9.96594 13.5 9.5 13.5C9.03406 13.5 8.80109 13.5 8.61732 13.4239C8.37229 13.3224 8.17761 13.1277 8.07612 12.8827C8 12.6989 8 12.4659 8 12L8 11C8 10.5341 8 10.3011 8.07612 10.1173C8.17761 9.87229 8.37229 9.67761 8.61732 9.57612C8.80109 9.5 9.03406 9.5 9.5 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-preference-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 11L4 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 13L19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 3L19 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 3L11.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 3L4 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 19L11.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9.5C2 9.03406 2 8.80109 2.07612 8.61732C2.17761 8.37229 2.37229 8.17761 2.61732 8.07612C2.80109 8 3.03406 8 3.5 8H4.5C4.96594 8 5.19891 8 5.38268 8.07612C5.62771 8.17761 5.82239 8.37229 5.92388 8.61732C6 8.80109 6 9.03406 6 9.5C6 9.96594 6 10.1989 5.92388 10.3827C5.82239 10.6277 5.62771 10.8224 5.38268 10.9239C5.19891 11 4.96594 11 4.5 11H3.5C3.03406 11 2.80109 11 2.61732 10.9239C2.37229 10.8224 2.17761 10.6277 2.07612 10.3827C2 10.1989 2 9.96594 2 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 11.5C17 11.0341 17 10.8011 17.0761 10.6173C17.1776 10.3723 17.3723 10.1776 17.6173 10.0761C17.8011 10 18.0341 10 18.5 10H19.5C19.9659 10 20.1989 10 20.3827 10.0761C20.6277 10.1776 20.8224 10.3723 20.9239 10.6173C21 10.8011 21 11.0341 21 11.5C21 11.9659 21 12.1989 20.9239 12.3827C20.8224 12.6277 20.6277 12.8224 20.3827 12.9239C20.1989 13 19.9659 13 19.5 13H18.5C18.0341 13 17.8011 13 17.6173 12.9239C17.3723 12.8224 17.1776 12.6277 17.0761 12.3827C17 12.1989 17 11.9659 17 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 14.5C9.5 14.0341 9.5 13.8011 9.57612 13.6173C9.67761 13.3723 9.87229 13.1776 10.1173 13.0761C10.3011 13 10.5341 13 11 13H12C12.4659 13 12.6989 13 12.8827 13.0761C13.1277 13.1776 13.3224 13.3723 13.4239 13.6173C13.5 13.8011 13.5 14.0341 13.5 14.5C13.5 14.9659 13.5 15.1989 13.4239 15.3827C13.3224 15.6277 13.1277 15.8224 12.8827 15.9239C12.6989 16 12.4659 16 12 16H11C10.5341 16 10.3011 16 10.1173 15.9239C9.87229 15.8224 9.67761 15.6277 9.57612 15.3827C9.5 15.1989 9.5 14.9659 9.5 14.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 11L4 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 13L19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 3L19 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 3L11.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 3L4 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 19L11.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9.5C2 9.03406 2 8.80109 2.07612 8.61732C2.17761 8.37229 2.37229 8.17761 2.61732 8.07612C2.80109 8 3.03406 8 3.5 8H4.5C4.96594 8 5.19891 8 5.38268 8.07612C5.62771 8.17761 5.82239 8.37229 5.92388 8.61732C6 8.80109 6 9.03406 6 9.5C6 9.96594 6 10.1989 5.92388 10.3827C5.82239 10.6277 5.62771 10.8224 5.38268 10.9239C5.19891 11 4.96594 11 4.5 11H3.5C3.03406 11 2.80109 11 2.61732 10.9239C2.37229 10.8224 2.17761 10.6277 2.07612 10.3827C2 10.1989 2 9.96594 2 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 11.5C17 11.0341 17 10.8011 17.0761 10.6173C17.1776 10.3723 17.3723 10.1776 17.6173 10.0761C17.8011 10 18.0341 10 18.5 10H19.5C19.9659 10 20.1989 10 20.3827 10.0761C20.6277 10.1776 20.8224 10.3723 20.9239 10.6173C21 10.8011 21 11.0341 21 11.5C21 11.9659 21 12.1989 20.9239 12.3827C20.8224 12.6277 20.6277 12.8224 20.3827 12.9239C20.1989 13 19.9659 13 19.5 13H18.5C18.0341 13 17.8011 13 17.6173 12.9239C17.3723 12.8224 17.1776 12.6277 17.0761 12.3827C17 12.1989 17 11.9659 17 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 14.5C9.5 14.0341 9.5 13.8011 9.57612 13.6173C9.67761 13.3723 9.87229 13.1776 10.1173 13.0761C10.3011 13 10.5341 13 11 13H12C12.4659 13 12.6989 13 12.8827 13.0761C13.1277 13.1776 13.3224 13.3723 13.4239 13.6173C13.5 13.8011 13.5 14.0341 13.5 14.5C13.5 14.9659 13.5 15.1989 13.4239 15.3827C13.3224 15.6277 13.1277 15.8224 12.8827 15.9239C12.6989 16 12.4659 16 12 16H11C10.5341 16 10.3011 16 10.1173 15.9239C9.87229 15.8224 9.67761 15.6277 9.57612 15.3827C9.5 15.1989 9.5 14.9659 9.5 14.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-sort-by-down-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 16.3265L16.409 17.8131C17.159 18.6044 17.534 19 18 19C18.466 19 18.841 18.6044 19.591 17.8131L21 16.3265M18 18.9128L18 14.5377C18 12.3042 18 11.1875 17.5532 10.2028C17.1063 9.21804 16.2659 8.48266 14.585 7.01192L14 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 6.5C3 5.27489 3 4.66233 3.23842 4.1944C3.44815 3.78279 3.78279 3.44815 4.1944 3.23842C4.66233 3 5.27489 3 6.5 3C7.72511 3 8.33767 3 8.8056 3.23842C9.21721 3.44815 9.55185 3.78279 9.76158 4.1944C10 4.66233 10 5.27489 10 6.5C10 7.72511 10 8.33767 9.76158 8.8056C9.55185 9.21721 9.21721 9.55185 8.8056 9.76158C8.33767 10 7.72511 10 6.5 10C5.27489 10 4.66233 10 4.1944 9.76158C3.78279 9.55185 3.44815 9.21721 3.23842 8.8056C3 8.33767 3 7.72511 3 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 17.5C3 16.2749 3 15.6623 3.23842 15.1944C3.44815 14.7828 3.78279 14.4481 4.1944 14.2384C4.66233 14 5.27489 14 6.5 14C7.72511 14 8.33767 14 8.8056 14.2384C9.21721 14.4481 9.55185 14.7828 9.76158 15.1944C10 15.6623 10 16.2749 10 17.5C10 18.7251 10 19.3377 9.76158 19.8056C9.55185 20.2172 9.21721 20.5519 8.8056 20.7616C8.33767 21 7.72511 21 6.5 21C5.27489 21 4.66233 21 4.1944 20.7616C3.78279 20.5519 3.44815 20.2172 3.23842 19.8056C3 19.3377 3 18.7251 3 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 16.3265L16.409 17.8131C17.159 18.6044 17.534 19 18 19C18.466 19 18.841 18.6044 19.591 17.8131L21 16.3265M18 18.9128L18 14.5377C18 12.3042 18 11.1875 17.5532 10.2028C17.1063 9.21804 16.2659 8.48266 14.585 7.01192L14 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 6.5C3 5.27489 3 4.66233 3.23842 4.1944C3.44815 3.78279 3.78279 3.44815 4.1944 3.23842C4.66233 3 5.27489 3 6.5 3C7.72511 3 8.33767 3 8.8056 3.23842C9.21721 3.44815 9.55185 3.78279 9.76158 4.1944C10 4.66233 10 5.27489 10 6.5C10 7.72511 10 8.33767 9.76158 8.8056C9.55185 9.21721 9.21721 9.55185 8.8056 9.76158C8.33767 10 7.72511 10 6.5 10C5.27489 10 4.66233 10 4.1944 9.76158C3.78279 9.55185 3.44815 9.21721 3.23842 8.8056C3 8.33767 3 7.72511 3 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 17.5C3 16.2749 3 15.6623 3.23842 15.1944C3.44815 14.7828 3.78279 14.4481 4.1944 14.2384C4.66233 14 5.27489 14 6.5 14C7.72511 14 8.33767 14 8.8056 14.2384C9.21721 14.4481 9.55185 14.7828 9.76158 15.1944C10 15.6623 10 16.2749 10 17.5C10 18.7251 10 19.3377 9.76158 19.8056C9.55185 20.2172 9.21721 20.5519 8.8056 20.7616C8.33767 21 7.72511 21 6.5 21C5.27489 21 4.66233 21 4.1944 20.7616C3.78279 20.5519 3.44815 20.2172 3.23842 19.8056C3 19.3377 3 18.7251 3 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-sort-by-down-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 9L14 9.00008%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 3H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 21V9M18.5 21C17.7998 21 16.4915 19.0057 16 18.5M18.5 21C19.2002 21 20.5085 19.0057 21 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 9L14 9.00008%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 3H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 21V9M18.5 21C17.7998 21 16.4915 19.0057 16 18.5M18.5 21C19.2002 21 20.5085 19.0057 21 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-sort-by-up-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 7.67347L16.409 6.18691C17.159 5.39564 17.534 5 18 5C18.466 5 18.841 5.39564 19.591 6.18691L21 7.67347M18 5.08723L18 9.46232C18 11.6958 18 12.8125 17.5532 13.7972C17.1063 14.782 16.2659 15.5173 14.585 16.9881L14 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 6.5C3 5.27489 3 4.66233 3.23842 4.1944C3.44815 3.78279 3.78279 3.44815 4.1944 3.23842C4.66233 3 5.27489 3 6.5 3C7.72511 3 8.33767 3 8.8056 3.23842C9.21721 3.44815 9.55185 3.78279 9.76158 4.1944C10 4.66233 10 5.27489 10 6.5C10 7.72511 10 8.33767 9.76158 8.8056C9.55185 9.21721 9.21721 9.55185 8.8056 9.76158C8.33767 10 7.72511 10 6.5 10C5.27489 10 4.66233 10 4.1944 9.76158C3.78279 9.55185 3.44815 9.21721 3.23842 8.8056C3 8.33767 3 7.72511 3 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 17.5C3 16.2749 3 15.6623 3.23842 15.1944C3.44815 14.7828 3.78279 14.4481 4.1944 14.2384C4.66233 14 5.27489 14 6.5 14C7.72511 14 8.33767 14 8.8056 14.2384C9.21721 14.4481 9.55185 14.7828 9.76158 15.1944C10 15.6623 10 16.2749 10 17.5C10 18.7251 10 19.3377 9.76158 19.8056C9.55185 20.2172 9.21721 20.5519 8.8056 20.7616C8.33767 21 7.72511 21 6.5 21C5.27489 21 4.66233 21 4.1944 20.7616C3.78279 20.5519 3.44815 20.2172 3.23842 19.8056C3 19.3377 3 18.7251 3 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 7.67347L16.409 6.18691C17.159 5.39564 17.534 5 18 5C18.466 5 18.841 5.39564 19.591 6.18691L21 7.67347M18 5.08723L18 9.46232C18 11.6958 18 12.8125 17.5532 13.7972C17.1063 14.782 16.2659 15.5173 14.585 16.9881L14 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 6.5C3 5.27489 3 4.66233 3.23842 4.1944C3.44815 3.78279 3.78279 3.44815 4.1944 3.23842C4.66233 3 5.27489 3 6.5 3C7.72511 3 8.33767 3 8.8056 3.23842C9.21721 3.44815 9.55185 3.78279 9.76158 4.1944C10 4.66233 10 5.27489 10 6.5C10 7.72511 10 8.33767 9.76158 8.8056C9.55185 9.21721 9.21721 9.55185 8.8056 9.76158C8.33767 10 7.72511 10 6.5 10C5.27489 10 4.66233 10 4.1944 9.76158C3.78279 9.55185 3.44815 9.21721 3.23842 8.8056C3 8.33767 3 7.72511 3 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 17.5C3 16.2749 3 15.6623 3.23842 15.1944C3.44815 14.7828 3.78279 14.4481 4.1944 14.2384C4.66233 14 5.27489 14 6.5 14C7.72511 14 8.33767 14 8.8056 14.2384C9.21721 14.4481 9.55185 14.7828 9.76158 15.1944C10 15.6623 10 16.2749 10 17.5C10 18.7251 10 19.3377 9.76158 19.8056C9.55185 20.2172 9.21721 20.5519 8.8056 20.7616C8.33767 21 7.72511 21 6.5 21C5.27489 21 4.66233 21 4.1944 20.7616C3.78279 20.5519 3.44815 20.2172 3.23842 19.8056C3 19.3377 3 18.7251 3 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-sort-by-up-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 15L14 14.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 3V15M18.5 3C17.7998 3 16.4915 4.9943 16 5.5M18.5 3C19.2002 3 20.5085 4.9943 21 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 15L14 14.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 3V15M18.5 3C17.7998 3 16.4915 4.9943 16 5.5M18.5 3C19.2002 3 20.5085 4.9943 21 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-sorting-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 8L19 8.00006%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 4H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 21V3M5.5 21C4.79977 21 3.49153 19.0057 3 18.5M5.5 21C6.20023 21 7.50847 19.0057 8 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 8L19 8.00006%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 4H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 21V3M5.5 21C4.79977 21 3.49153 19.0057 3 18.5M5.5 21C6.20023 21 7.50847 19.0057 8 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-sorting-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 12L19 11.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 4H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 21V3M5.5 21C4.79977 21 3.49153 19.0057 3 18.5M5.5 21C6.20023 21 7.50847 19.0057 8 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 12L19 11.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 4H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 21V3M5.5 21C4.79977 21 3.49153 19.0057 3 18.5M5.5 21C6.20023 21 7.50847 19.0057 8 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-sorting-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 8L20 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12L18 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 16L16 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 21V3M5.5 21C4.79977 21 3.49153 19.0057 3 18.5M5.5 21C6.20023 21 7.50847 19.0057 8 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 8L20 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12L18 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 16L16 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 21V3M5.5 21C4.79977 21 3.49153 19.0057 3 18.5M5.5 21C6.20023 21 7.50847 19.0057 8 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-sorting-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 8L21 8.00006%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 4H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 21V3M5.5 21C4.79977 21 3.49153 19.0057 3 18.5M5.5 21C6.20023 21 7.50847 19.0057 8 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 8L21 8.00006%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 4H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 21V3M5.5 21C4.79977 21 3.49153 19.0057 3 18.5M5.5 21C6.20023 21 7.50847 19.0057 8 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-sorting-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 10L18 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 14H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18.8125C6.60678 19.255 5.56018 21 5 21M3 18.8125C3.39322 19.255 4.43982 21 5 21M5 21L5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.1875C3.39322 4.74501 4.43982 3 5 3M7 5.1875C6.60678 4.74501 5.56018 3 5 3M5 3L5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 10L18 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 14H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18.8125C6.60678 19.255 5.56018 21 5 21M3 18.8125C3.39322 19.255 4.43982 21 5 21M5 21L5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 5.1875C3.39322 4.74501 4.43982 3 5 3M7 5.1875C6.60678 4.74501 5.56018 3 5 3M5 3L5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-sorting-1-9{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9.99936V3.94812C7 3.3736 7 3.08634 6.76959 3.01485C6.26306 2.85769 5.5 3.99902 5.5 3.99902M7 9.99936H5.5M7 9.99936H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 17.499V15.749C9 14.9241 9 14.5116 8.70711 14.2553C8.41421 13.999 7.94281 13.999 7 13.999C6.05719 13.999 5.58579 13.999 5.29289 14.2553C5 14.5116 5 14.9241 5 15.749C5 16.574 5 16.9865 5.29289 17.2427C5.58579 17.499 6.05719 17.499 7 17.499H9ZM9 17.499V18.374C9 19.6115 9 20.2302 8.56066 20.6146C8.12132 20.999 7.41421 20.999 6 20.999H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 19.999V3.99902M16.5 19.999C15.7998 19.999 14.4915 18.0047 14 17.499M16.5 19.999C17.2002 19.999 18.5085 18.0047 19 17.499%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9.99936V3.94812C7 3.3736 7 3.08634 6.76959 3.01485C6.26306 2.85769 5.5 3.99902 5.5 3.99902M7 9.99936H5.5M7 9.99936H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 17.499V15.749C9 14.9241 9 14.5116 8.70711 14.2553C8.41421 13.999 7.94281 13.999 7 13.999C6.05719 13.999 5.58579 13.999 5.29289 14.2553C5 14.5116 5 14.9241 5 15.749C5 16.574 5 16.9865 5.29289 17.2427C5.58579 17.499 6.05719 17.499 7 17.499H9ZM9 17.499V18.374C9 19.6115 9 20.2302 8.56066 20.6146C8.12132 20.999 7.41421 20.999 6 20.999H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 19.999V3.99902M16.5 19.999C15.7998 19.999 14.4915 18.0047 14 17.499M16.5 19.999C17.2002 19.999 18.5085 18.0047 19 17.499%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-sorting-9-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 20.9994V14.9481C7 14.3736 7 14.0863 6.76959 14.0149C6.26306 13.8577 5.5 14.999 5.5 14.999M7 20.9994H5.5M7 20.9994H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 6.5V4.75C9 3.92504 9 3.51256 8.70711 3.25628C8.41421 3 7.94281 3 7 3C6.05719 3 5.58579 3 5.29289 3.25628C5 3.51256 5 3.92504 5 4.75C5 5.57496 5 5.98744 5.29289 6.24372C5.58579 6.5 6.05719 6.5 7 6.5H9ZM9 6.5V7.375C9 8.61244 9 9.23116 8.56066 9.61558C8.12132 10 7.41421 10 6 10H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 19.999V3.99902M16.5 19.999C15.7998 19.999 14.4915 18.0047 14 17.499M16.5 19.999C17.2002 19.999 18.5085 18.0047 19 17.499%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 20.9994V14.9481C7 14.3736 7 14.0863 6.76959 14.0149C6.26306 13.8577 5.5 14.999 5.5 14.999M7 20.9994H5.5M7 20.9994H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 6.5V4.75C9 3.92504 9 3.51256 8.70711 3.25628C8.41421 3 7.94281 3 7 3C6.05719 3 5.58579 3 5.29289 3.25628C5 3.51256 5 3.92504 5 4.75C5 5.57496 5 5.98744 5.29289 6.24372C5.58579 6.5 6.05719 6.5 7 6.5H9ZM9 6.5V7.375C9 8.61244 9 9.23116 8.56066 9.61558C8.12132 10 7.41421 10 6 10H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 19.999V3.99902M16.5 19.999C15.7998 19.999 14.4915 18.0047 14 17.499M16.5 19.999C17.2002 19.999 18.5085 18.0047 19 17.499%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-sorting-a-z-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.9367 2L16.417 2.45852C16.8461 2.8682 17.0606 3.07305 16.9851 3.2471C16.9096 3.42115 16.6062 3.42115 15.9993 3.42115H8.56617C5.49108 3.42115 2.88649 5.34451 2 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.02139 22L7.58291 21.5792C7.15391 21.1674 6.93942 20.9616 7.01491 20.7866C7.0904 20.6117 7.39375 20.6117 8.00043 20.6117H15.432C18.5102 20.6117 21.1169 18.6739 22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9.5H17.9474C18.5675 9.5 18.8775 9.5 18.9601 9.70009C19.0427 9.90019 18.8317 10.1402 18.4098 10.6203L15.9846 13.3797C15.5627 13.8598 15.3517 14.0998 15.4343 14.2999C15.5169 14.5 15.8269 14.5 16.447 14.5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14.5L4.75464 10.5877C5.07987 9.86258 5.24249 9.5 5.5 9.5C5.75751 9.5 5.92013 9.86258 6.24536 10.5877L8 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.9367 2L16.417 2.45852C16.8461 2.8682 17.0606 3.07305 16.9851 3.2471C16.9096 3.42115 16.6062 3.42115 15.9993 3.42115H8.56617C5.49108 3.42115 2.88649 5.34451 2 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.02139 22L7.58291 21.5792C7.15391 21.1674 6.93942 20.9616 7.01491 20.7866C7.0904 20.6117 7.39375 20.6117 8.00043 20.6117H15.432C18.5102 20.6117 21.1169 18.6739 22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9.5H17.9474C18.5675 9.5 18.8775 9.5 18.9601 9.70009C19.0427 9.90019 18.8317 10.1402 18.4098 10.6203L15.9846 13.3797C15.5627 13.8598 15.3517 14.0998 15.4343 14.2999C15.5169 14.5 15.8269 14.5 16.447 14.5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14.5L4.75464 10.5877C5.07987 9.86258 5.24249 9.5 5.5 9.5C5.75751 9.5 5.92013 9.86258 6.24536 10.5877L8 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-sorting-a-z-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 14H8.42109C9.35119 14 9.81624 14 9.94012 14.2801C10.064 14.5603 9.74755 14.8963 9.11466 15.5684L5.47691 19.4316C4.84402 20.1037 4.52757 20.4397 4.65145 20.7199C4.77533 21 5.24038 21 6.17048 21H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9L6.10557 4.30527C6.49585 3.43509 6.69098 3 7 3C7.30902 3 7.50415 3.43509 7.89443 4.30527L10 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 20V4M17.5 20C16.7998 20 15.4915 18.0057 15 17.5M17.5 20C18.2002 20 19.5085 18.0057 20 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 14H8.42109C9.35119 14 9.81624 14 9.94012 14.2801C10.064 14.5603 9.74755 14.8963 9.11466 15.5684L5.47691 19.4316C4.84402 20.1037 4.52757 20.4397 4.65145 20.7199C4.77533 21 5.24038 21 6.17048 21H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9L6.10557 4.30527C6.49585 3.43509 6.69098 3 7 3C7.30902 3 7.50415 3.43509 7.89443 4.30527L10 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 20V4M17.5 20C16.7998 20 15.4915 18.0057 15 17.5M17.5 20C18.2002 20 19.5085 18.0057 20 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-sorting-down{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 15.5L18.0001 15.5001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 11.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2.5V8.5M8 8.5L6 6.5M8 8.5L10 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15.5V21.5M12 21.5L10 19.5M12 21.5L14 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 2.5V8.5M16 8.5L14 6.5M16 8.5L18 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 15.5L18.0001 15.5001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 11.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2.5V8.5M8 8.5L6 6.5M8 8.5L10 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15.5V21.5M12 21.5L10 19.5M12 21.5L14 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 2.5V8.5M16 8.5L14 6.5M16 8.5L18 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-sorting-up{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 8.5L5.9999 8.4999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12.5L3 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 21.5L16 15.5M16 15.5L18 17.5M16 15.5L14 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8.5L12 2.5M12 2.5L14 4.5M12 2.5L10 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 21.5L8 15.5M8 15.5L10 17.5M8 15.5L6 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 8.5L5.9999 8.4999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12.5L3 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 21.5L16 15.5M16 15.5L18 17.5M16 15.5L14 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8.5L12 2.5M12 2.5L14 4.5M12 2.5L10 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 21.5L8 15.5M8 15.5L10 17.5M8 15.5L6 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-filter-and-sorting-icons-sorting-z-a-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 3H8.42109C9.35119 3 9.81624 3 9.94012 3.28013C10.064 3.56026 9.74755 3.89632 9.11466 4.56842L5.47691 8.43158C4.84402 9.10368 4.52757 9.43974 4.65145 9.71987C4.77533 10 5.24038 10 6.17048 10H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 21L6.10557 16.3053C6.49585 15.4351 6.69098 15 7 15C7.30902 15 7.50415 15.4351 7.89443 16.3053L10 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 20V4M17.5 20C16.7998 20 15.4915 18.0057 15 17.5M17.5 20C18.2002 20 19.5085 18.0057 20 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 3H8.42109C9.35119 3 9.81624 3 9.94012 3.28013C10.064 3.56026 9.74755 3.89632 9.11466 4.56842L5.47691 8.43158C4.84402 9.10368 4.52757 9.43974 4.65145 9.71987C4.77533 10 5.24038 10 6.17048 10H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 21L6.10557 16.3053C6.49585 15.4351 6.69098 15 7 15C7.30902 15 7.50415 15.4351 7.89443 16.3053L10 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 20V4M17.5 20C16.7998 20 15.4915 18.0057 15 17.5M17.5 20C18.2002 20 19.5085 18.0057 20 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-apple-pie{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 7C18.6111 8.09821 20.1802 9.94542 20.7578 12.1376C21.5 12.1376 22 13.1645 22 14.0106C22 16.3424 18.5658 16.7405 18 14.5165C17.4968 16.4945 14.5032 16.4945 14 14.5165C13.4968 16.4945 10.5032 16.4945 10 14.5165C9.49677 16.4945 6.50323 16.4945 6 14.5165C5.43417 16.7405 2 16.3424 2 14.0106C2 13.1645 2.5 12.1376 3.24224 12.1376C3.81984 9.94542 5.38887 8.09821 7.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4C13.1046 4 14 4.89543 14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4ZM12 4C12 3.5 12.4 2.4 14 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 10.5L15 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 10.5L9 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 16L4.13246 17.8974C4.79247 19.8774 5.12248 20.8675 5.90815 21.4337C6.69381 22 7.73739 22 9.82456 22H14.1754C16.2626 22 17.3062 22 18.0919 21.4337C18.8775 20.8675 19.2075 19.8774 19.8675 17.8974L20.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 7C18.6111 8.09821 20.1802 9.94542 20.7578 12.1376C21.5 12.1376 22 13.1645 22 14.0106C22 16.3424 18.5658 16.7405 18 14.5165C17.4968 16.4945 14.5032 16.4945 14 14.5165C13.4968 16.4945 10.5032 16.4945 10 14.5165C9.49677 16.4945 6.50323 16.4945 6 14.5165C5.43417 16.7405 2 16.3424 2 14.0106C2 13.1645 2.5 12.1376 3.24224 12.1376C3.81984 9.94542 5.38887 8.09821 7.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4C13.1046 4 14 4.89543 14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4ZM12 4C12 3.5 12.4 2.4 14 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 10.5L15 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 10.5L9 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 16L4.13246 17.8974C4.79247 19.8774 5.12248 20.8675 5.90815 21.4337C6.69381 22 7.73739 22 9.82456 22H14.1754C16.2626 22 17.3062 22 18.0919 21.4337C18.8775 20.8675 19.2075 19.8774 19.8675 17.8974L20.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-apple{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 5C5.23858 5 3 8.0139 3 11.0278C3 14.544 3.5 17.0556 5.5 20.0695C7.02044 22.1062 9.05026 22.6168 11.2139 21.1903C11.6757 20.8859 12.3243 20.8859 12.7861 21.1903C14.9497 22.6168 16.9796 22.1062 18.5 20.0695C20.5 17.0556 21 14.544 21 11.0278C21 8.0139 18.7614 5 16 5C14.5746 5 13.2885 5.7849 12.3777 6.63254C12.166 6.82949 11.834 6.82949 11.6223 6.63254C10.7115 5.7849 9.42542 5 8 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12C6 10.3665 6.82273 8.73298 8 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6C12 4.66667 12.6 2 15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 5C5.23858 5 3 8.0139 3 11.0278C3 14.544 3.5 17.0556 5.5 20.0695C7.02044 22.1062 9.05026 22.6168 11.2139 21.1903C11.6757 20.8859 12.3243 20.8859 12.7861 21.1903C14.9497 22.6168 16.9796 22.1062 18.5 20.0695C20.5 17.0556 21 14.544 21 11.0278C21 8.0139 18.7614 5 16 5C14.5746 5 13.2885 5.7849 12.3777 6.63254C12.166 6.82949 11.834 6.82949 11.6223 6.63254C10.7115 5.7849 9.42542 5 8 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12C6 10.3665 6.82273 8.73298 8 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6C12 4.66667 12.6 2 15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-apricot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.201 20C11.3469 21.2447 12.852 22 14.5005 22C18.0903 22 21.0005 18.4183 21.0005 14C21.0005 9.58172 18.0903 6 14.5005 6C11.1858 6 8.39983 9.05369 8 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21.3869C11.2304 21.7819 10.3859 22 9.5 22C5.91015 22 3 18.4183 3 14C3 9.58172 5.91015 6 9.5 6C10.3859 6 11.2304 6.21813 12 6.61312%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6C12 4.66667 12.6 2 15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.201 20C11.3469 21.2447 12.852 22 14.5005 22C18.0903 22 21.0005 18.4183 21.0005 14C21.0005 9.58172 18.0903 6 14.5005 6C11.1858 6 8.39983 9.05369 8 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21.3869C11.2304 21.7819 10.3859 22 9.5 22C5.91015 22 3 18.4183 3 14C3 9.58172 5.91015 6 9.5 6C10.3859 6 11.2304 6.21813 12 6.61312%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6C12 4.66667 12.6 2 15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-avocado{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5C12 4 12.4 2 14 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18.0412V13.9588C12 13.167 12.2189 12.8334 13.1525 13.0797C16.2825 13.9053 16.2825 18.0947 13.1525 18.9203C12.2189 19.1666 12 18.833 12 18.0412Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5C9.60677 5 7.66667 6.79086 7.66667 9C7.66667 10.2239 7.38897 11.5983 6.63829 12.6071C5.92023 13.5722 5.5 14.7408 5.5 16C5.5 19.3137 8.41015 22 12 22C15.5899 22 18.5 19.3137 18.5 16C18.5 14.7408 18.0798 13.5722 17.3617 12.6071C16.611 11.5983 16.3333 10.2239 16.3333 9C16.3333 6.79086 14.3932 5 12 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5C12 4 12.4 2 14 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18.0412V13.9588C12 13.167 12.2189 12.8334 13.1525 13.0797C16.2825 13.9053 16.2825 18.0947 13.1525 18.9203C12.2189 19.1666 12 18.833 12 18.0412Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5C9.60677 5 7.66667 6.79086 7.66667 9C7.66667 10.2239 7.38897 11.5983 6.63829 12.6071C5.92023 13.5722 5.5 14.7408 5.5 16C5.5 19.3137 8.41015 22 12 22C15.5899 22 18.5 19.3137 18.5 16C18.5 14.7408 18.0798 13.5722 17.3617 12.6071C16.611 11.5983 16.3333 10.2239 16.3333 9C16.3333 6.79086 14.3932 5 12 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-banana{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 11.9171C16 10.9087 18.478 11.7529 19.5777 14.1858C21.2282 17.8369 17.7619 21.8826 14.0077 21.9975C13.8997 22.0008 13.7859 21.9824 13.6861 21.9409C10.9391 20.7977 17.4719 16.7411 15.3319 14.5481%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.2591 13C12.753 11.1383 11.9705 9.25852 9.99515 9.72396C8.79898 10.0058 8.51642 10.8832 7.79305 10.9566C7.23113 11.0137 6.88441 10.372 7.03542 9.83562C8.1091 6.02216 15.5 6.03124 15.5 10.0073%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0009 18.9084C11.807 19.9994 7.12675 20.6141 5.01867 19.0798C4.44082 18.6592 3.69853 18.7865 3.0238 18.7865C1.38828 18.7865 1.84992 15.5993 3.43752 16.2134C3.99904 16.4306 5.0201 16.7126 5.78158 16.281C10.6831 13.5034 15.9947 13.024 17.7464 5.71395C18.5261 2.46023 18.7506 2 20.0529 2C21.3553 2 22.9193 5.00117 21.3265 9.95847C20.9057 11.2678 20.4081 12.5772 19.6965 13.7991%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 11.9171C16 10.9087 18.478 11.7529 19.5777 14.1858C21.2282 17.8369 17.7619 21.8826 14.0077 21.9975C13.8997 22.0008 13.7859 21.9824 13.6861 21.9409C10.9391 20.7977 17.4719 16.7411 15.3319 14.5481%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.2591 13C12.753 11.1383 11.9705 9.25852 9.99515 9.72396C8.79898 10.0058 8.51642 10.8832 7.79305 10.9566C7.23113 11.0137 6.88441 10.372 7.03542 9.83562C8.1091 6.02216 15.5 6.03124 15.5 10.0073%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0009 18.9084C11.807 19.9994 7.12675 20.6141 5.01867 19.0798C4.44082 18.6592 3.69853 18.7865 3.0238 18.7865C1.38828 18.7865 1.84992 15.5993 3.43752 16.2134C3.99904 16.4306 5.0201 16.7126 5.78158 16.281C10.6831 13.5034 15.9947 13.024 17.7464 5.71395C18.5261 2.46023 18.7506 2 20.0529 2C21.3553 2 22.9193 5.00117 21.3265 9.95847C20.9057 11.2678 20.4081 12.5772 19.6965 13.7991%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-bbq-grill{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 15L6 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15L18 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5556 6C16.1481 5.44772 16.1481 4.55228 15.5556 4C14.963 3.44772 14.963 2.55228 15.5556 2M12 6C12.5926 5.44772 12.5926 4.55228 12 4C11.4074 3.44772 11.4074 2.55228 12 2M8.44444 6C9.03704 5.44772 9.03704 4.55228 8.44444 4C7.85185 3.44772 7.85185 2.55228 8.44444 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 19H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15C15.5371 15 18.4632 12.3908 18.9485 8.99703C19.0107 8.56215 19.0418 8.3447 18.8918 8.17235C18.7419 8 18.5001 8 18.0164 8H5.98359C5.49992 8 5.25809 8 5.10816 8.17235C4.95823 8.3447 4.98933 8.56215 5.05151 8.99703C5.53679 12.3908 8.46285 15 12 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 10H20M5 10H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 15L6 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15L18 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5556 6C16.1481 5.44772 16.1481 4.55228 15.5556 4C14.963 3.44772 14.963 2.55228 15.5556 2M12 6C12.5926 5.44772 12.5926 4.55228 12 4C11.4074 3.44772 11.4074 2.55228 12 2M8.44444 6C9.03704 5.44772 9.03704 4.55228 8.44444 4C7.85185 3.44772 7.85185 2.55228 8.44444 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 19H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15C15.5371 15 18.4632 12.3908 18.9485 8.99703C19.0107 8.56215 19.0418 8.3447 18.8918 8.17235C18.7419 8 18.5001 8 18.0164 8H5.98359C5.49992 8 5.25809 8 5.10816 8.17235C4.95823 8.3447 4.98933 8.56215 5.05151 8.99703C5.53679 12.3908 8.46285 15 12 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 10H20M5 10H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-birthday-cake{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 4.5C13.5 5.32843 12.8284 6 12 6C11.1716 6 10.5 5.32843 10.5 4.5C10.5 3.67157 12 2 12 2C12 2 13.5 3.67157 13.5 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6667 14C19.2315 14 20.5 12.8807 20.5 11.5C20.5 10.1193 19.2315 9 17.6667 9H6.33333C4.76853 9 3.5 10.1193 3.5 11.5C3.5 12.8807 4.76853 14 6.33333 14C7.70408 14 8.90415 13.1411 9.16667 12C9.42919 13.1411 10.6293 14 12 14C13.3707 14 14.5708 13.1411 14.8333 12C15.0959 13.1411 16.2959 14 17.6667 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14L5.52089 16.5796C6.04532 19.1768 6.30754 20.4754 7.19608 21.2377C8.08462 22 9.33608 22 11.839 22H12.161C14.6639 22 15.9154 22 16.8039 21.2377C17.6925 20.4754 17.9547 19.1768 18.4791 16.5796L19 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 4.5C13.5 5.32843 12.8284 6 12 6C11.1716 6 10.5 5.32843 10.5 4.5C10.5 3.67157 12 2 12 2C12 2 13.5 3.67157 13.5 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6667 14C19.2315 14 20.5 12.8807 20.5 11.5C20.5 10.1193 19.2315 9 17.6667 9H6.33333C4.76853 9 3.5 10.1193 3.5 11.5C3.5 12.8807 4.76853 14 6.33333 14C7.70408 14 8.90415 13.1411 9.16667 12C9.42919 13.1411 10.6293 14 12 14C13.3707 14 14.5708 13.1411 14.8333 12C15.0959 13.1411 16.2959 14 17.6667 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14L5.52089 16.5796C6.04532 19.1768 6.30754 20.4754 7.19608 21.2377C8.08462 22 9.33608 22 11.839 22H12.161C14.6639 22 15.9154 22 16.8039 21.2377C17.6925 20.4754 17.9547 19.1768 18.4791 16.5796L19 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-biscuit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0078 11L13.9988 11%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00781 16L7.99883 16%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.24887 9.30307C5.79205 10.3381 5.98187 11.4892 6.67285 11.8741C7.36383 12.259 8.29431 11.7319 8.75113 10.6969C9.20795 9.66191 9.01813 8.51084 8.32715 8.12594C7.63617 7.74103 6.70569 8.26805 6.24887 9.30307Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.1766 15.8719C12.787 16.624 13.0636 17.5149 13.7945 17.8618C14.5254 18.2087 15.4338 17.8802 15.8234 17.1281C16.213 16.376 15.9364 15.4851 15.2055 15.1382C14.4746 14.7913 13.5662 15.1198 13.1766 15.8719Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C12.2417 2 12.3874 2.26355 12.2959 2.48729C12.1052 2.95395 12 3.4647 12 4C12 6.20914 13.7909 8 16 8C16.5478 8 17.0699 7.88988 17.5453 7.69056C17.7487 7.60533 18 7.77954 18 8C18 9.65685 19.3431 11 21 11C21.1138 11 21.2261 10.9937 21.3365 10.9813C21.6512 10.9462 21.9691 11.1463 21.9858 11.4625C21.9952 11.6405 22 11.8197 22 12C22 17.5228 17.5228 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0078 11L13.9988 11%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00781 16L7.99883 16%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.24887 9.30307C5.79205 10.3381 5.98187 11.4892 6.67285 11.8741C7.36383 12.259 8.29431 11.7319 8.75113 10.6969C9.20795 9.66191 9.01813 8.51084 8.32715 8.12594C7.63617 7.74103 6.70569 8.26805 6.24887 9.30307Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.1766 15.8719C12.787 16.624 13.0636 17.5149 13.7945 17.8618C14.5254 18.2087 15.4338 17.8802 15.8234 17.1281C16.213 16.376 15.9364 15.4851 15.2055 15.1382C14.4746 14.7913 13.5662 15.1198 13.1766 15.8719Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C12.2417 2 12.3874 2.26355 12.2959 2.48729C12.1052 2.95395 12 3.4647 12 4C12 6.20914 13.7909 8 16 8C16.5478 8 17.0699 7.88988 17.5453 7.69056C17.7487 7.60533 18 7.77954 18 8C18 9.65685 19.3431 11 21 11C21.1138 11 21.2261 10.9937 21.3365 10.9813C21.6512 10.9462 21.9691 11.1463 21.9858 11.4625C21.9952 11.6405 22 11.8197 22 12C22 17.5228 17.5228 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-bread-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.19405 14.077C1.94563 15.3081 1.84437 17.6176 2.13655 19.7508C2.40166 21.6863 4.57937 22.5985 6.21199 21.5762C9.1986 19.7061 12.3179 17.2421 15.3067 14.2946C18.3772 11.2665 20.0596 8.96137 21.5435 6.36746C22.4433 4.79457 22.0218 2.69728 20.1997 2.23217C18.2048 1.72298 15.6191 1.93189 13.3375 4.07744M3.19405 14.077C2.36031 10.337 5.29027 5.93182 12.1656 9.79424M3.19405 14.077C3.81736 14.0897 5.21758 14.3717 6.5544 15.3244M6.84592 8.1954C6.90898 6.2548 8.82259 3.0048 13.3375 4.07744M13.3375 4.07744C14.304 4.30706 15.3897 4.73476 16.602 5.41579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.19405 14.077C1.94563 15.3081 1.84437 17.6176 2.13655 19.7508C2.40166 21.6863 4.57937 22.5985 6.21199 21.5762C9.1986 19.7061 12.3179 17.2421 15.3067 14.2946C18.3772 11.2665 20.0596 8.96137 21.5435 6.36746C22.4433 4.79457 22.0218 2.69728 20.1997 2.23217C18.2048 1.72298 15.6191 1.93189 13.3375 4.07744M3.19405 14.077C2.36031 10.337 5.29027 5.93182 12.1656 9.79424M3.19405 14.077C3.81736 14.0897 5.21758 14.3717 6.5544 15.3244M6.84592 8.1954C6.90898 6.2548 8.82259 3.0048 13.3375 4.07744M13.3375 4.07744C14.304 4.30706 15.3897 4.73476 16.602 5.41579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-bread-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 14C12 17 9.76142 17 7 17C4.23858 17 2 17 2 14C2 11 4.23858 7 7 7C9.76142 7 12 11 12 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 7H17C19.7614 7 22 11 22 14C22 17 19.7614 17 17 17H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.86019 17C7.4363 17 9 16.1 9 14C9 11.9 8.14239 10 6.6451 10C5.14782 10 4.31835 13.97 5.7172 14.5C7.03693 15 7.04538 13 7.04538 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 14C12 17 9.76142 17 7 17C4.23858 17 2 17 2 14C2 11 4.23858 7 7 7C9.76142 7 12 11 12 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 7H17C19.7614 7 22 11 22 14C22 17 19.7614 17 17 17H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.86019 17C7.4363 17 9 16.1 9 14C9 11.9 8.14239 10 6.6451 10C5.14782 10 4.31835 13.97 5.7172 14.5C7.03693 15 7.04538 13 7.04538 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-bread-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 11C15 8.23858 13.1011 6 10.7588 6C9.1261 6 7.5 7 7 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11C19 8.79086 17.4818 7 15.609 7C15.0267 7 14.4787 7.1731 14 7.47806%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 15.3137 17.5228 18 12 18C6.47715 18 2 15.3137 2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.88973 11C8.5012 9.27477 7.13086 8 5.5 8C3.567 8 2 9.79086 2 12C2 13.6569 6.47715 15 12 15C17.5228 15 22 13.6569 22 12C22 11.0054 20.4499 9.02165 18.5314 9.00018%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 11C15 8.23858 13.1011 6 10.7588 6C9.1261 6 7.5 7 7 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11C19 8.79086 17.4818 7 15.609 7C15.0267 7 14.4787 7.1731 14 7.47806%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 15.3137 17.5228 18 12 18C6.47715 18 2 15.3137 2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.88973 11C8.5012 9.27477 7.13086 8 5.5 8C3.567 8 2 9.79086 2 12C2 13.6569 6.47715 15 12 15C17.5228 15 22 13.6569 22 12C22 11.0054 20.4499 9.02165 18.5314 9.00018%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-bread-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 4C5.04311 4 2 5.59321 2 7.55853C2 8.92302 3.6427 9.93848 3.43338 11.2206L3.18919 15.7778C3.08307 17.7584 3.03001 18.7487 3.59988 19.3744C4.16975 20 5.12486 20 7.0351 20H9.9649C11.8751 20 12.8303 20 13.4001 19.3744C13.97 18.7487 13.9169 17.7584 13.8108 15.7778L13.5666 11.2206C13.3573 9.93848 15 8.92302 15 7.55853C15 5.59321 11.9569 4 8.5 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 20H17.1838C19.011 20 19.9246 20 20.4697 19.3744C21.0148 18.7487 20.964 17.7584 20.8625 15.7778L20.629 11.2206C20.4287 9.93848 22 8.92302 22 7.55853C22 5.59321 19.0892 4 15.7826 4H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 4C5.04311 4 2 5.59321 2 7.55853C2 8.92302 3.6427 9.93848 3.43338 11.2206L3.18919 15.7778C3.08307 17.7584 3.03001 18.7487 3.59988 19.3744C4.16975 20 5.12486 20 7.0351 20H9.9649C11.8751 20 12.8303 20 13.4001 19.3744C13.97 18.7487 13.9169 17.7584 13.8108 15.7778L13.5666 11.2206C13.3573 9.93848 15 8.92302 15 7.55853C15 5.59321 11.9569 4 8.5 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 20H17.1838C19.011 20 19.9246 20 20.4697 19.3744C21.0148 18.7487 20.964 17.7584 20.8625 15.7778L20.629 11.2206C20.4287 9.93848 22 8.92302 22 7.55853C22 5.59321 19.0892 4 15.7826 4H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-broccoli{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.05205 8.46154C1.87672 10.4706 3.25798 14 6.51566 14C8.14654 14 9.52414 13.0186 9.96671 11.6727M5.93747 10.3077C2.32316 8.8909 4.24626 4.36129 7.95209 4.79869C7.95209 3.26929 9.30506 2 10.974 2C12.643 2 13.996 3.02188 13.996 4.55129C14.5306 4.11279 15.2366 3.84615 16.0106 3.84615C17.6795 3.84615 19.0325 5.08598 19.0325 6.61538C19.0325 8.14479 17.6795 9.38462 16.0106 9.38462M18.8605 7.53846C22.3504 8.80845 21.3348 14 17.5215 14C15.5744 14 13.996 12.5041 13.996 10.6588C12.9886 12.1538 11.4777 12.6154 9.96671 11.6923%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 14C7.88632 14.4415 9.41287 16.5365 9.5 21C9.51288 21.66 11.2845 22 12 22C12.7155 22 14.4871 21.66 14.5 21C14.5871 16.5365 16.1137 14.4415 17 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.05205 8.46154C1.87672 10.4706 3.25798 14 6.51566 14C8.14654 14 9.52414 13.0186 9.96671 11.6727M5.93747 10.3077C2.32316 8.8909 4.24626 4.36129 7.95209 4.79869C7.95209 3.26929 9.30506 2 10.974 2C12.643 2 13.996 3.02188 13.996 4.55129C14.5306 4.11279 15.2366 3.84615 16.0106 3.84615C17.6795 3.84615 19.0325 5.08598 19.0325 6.61538C19.0325 8.14479 17.6795 9.38462 16.0106 9.38462M18.8605 7.53846C22.3504 8.80845 21.3348 14 17.5215 14C15.5744 14 13.996 12.5041 13.996 10.6588C12.9886 12.1538 11.4777 12.6154 9.96671 11.6923%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 14C7.88632 14.4415 9.41287 16.5365 9.5 21C9.51288 21.66 11.2845 22 12 22C12.7155 22 14.4871 21.66 14.5 21C14.5871 16.5365 16.1137 14.4415 17 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-bubble-tea-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 9L16.5218 18.4136C16.2728 19.9992 16.1483 20.7921 15.5864 21.2644C14.3865 22.273 9.54699 22.217 8.41358 21.2644C7.85167 20.7921 7.72718 19.9992 7.47819 18.4136L6 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9L6.51444 7.71391C7.41167 5.47084 9.58414 4 12 4C14.4159 4 16.5883 5.47084 17.4856 7.71391L18 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 9H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9L16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0089 16.5H10M14 18H13.9911M13.0112 14H13.0023%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 9L16.5218 18.4136C16.2728 19.9992 16.1483 20.7921 15.5864 21.2644C14.3865 22.273 9.54699 22.217 8.41358 21.2644C7.85167 20.7921 7.72718 19.9992 7.47819 18.4136L6 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9L6.51444 7.71391C7.41167 5.47084 9.58414 4 12 4C14.4159 4 16.5883 5.47084 17.4856 7.71391L18 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 9H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9L16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0089 16.5H10M14 18H13.9911M13.0112 14H13.0023%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-bubble-tea-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 9L16.5218 18.4136C16.2728 19.9992 16.1483 20.7921 15.5864 21.2644C14.3865 22.273 9.54699 22.217 8.41358 21.2644C7.85167 20.7921 7.72718 19.9992 7.47819 18.4136L6 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9L6.89443 7.21115C7.43234 6.13531 7.7013 5.5974 8.18461 5.2987C8.66791 5 9.26932 5 10.4721 5L13.5279 5C14.7307 5 15.3321 5 15.8154 5.2987C16.2987 5.5974 16.5677 6.13531 17.1056 7.21115L18 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 9H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 13.0112C6.77548 12.5167 8.61157 11.7101 9.93388 12.1057C11.5868 12.6002 15.0207 15.4838 17.5 13.0113%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.0078 17L9.99883 17%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0078 19L13.9988 19%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 9L16.5218 18.4136C16.2728 19.9992 16.1483 20.7921 15.5864 21.2644C14.3865 22.273 9.54699 22.217 8.41358 21.2644C7.85167 20.7921 7.72718 19.9992 7.47819 18.4136L6 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9L6.89443 7.21115C7.43234 6.13531 7.7013 5.5974 8.18461 5.2987C8.66791 5 9.26932 5 10.4721 5L13.5279 5C14.7307 5 15.3321 5 15.8154 5.2987C16.2987 5.5974 16.5677 6.13531 17.1056 7.21115L18 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 9H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 13.0112C6.77548 12.5167 8.61157 11.7101 9.93388 12.1057C11.5868 12.6002 15.0207 15.4838 17.5 13.0113%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.0078 17L9.99883 17%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0078 19L13.9988 19%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-carrot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.20026 9.07541C6.09891 11.1768 0.635392 20.0024 2.31647 21.6835C3.99756 23.3646 12.8232 17.9011 14.9246 15.7997C17.0259 13.6984 18.2868 12.4376 14.9246 9.07541C11.5624 5.71325 10.3016 6.97406 8.20026 9.07541Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 15.5L13 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 11L8.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19L8 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 2C15.5185 2.51852 15.8555 3.63331 15.0001 5.11102M22 9C21.4815 8.48148 20.3668 8.14445 18.8892 9M19.2782 4.72192L17.3339 6.66636%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.20026 9.07541C6.09891 11.1768 0.635392 20.0024 2.31647 21.6835C3.99756 23.3646 12.8232 17.9011 14.9246 15.7997C17.0259 13.6984 18.2868 12.4376 14.9246 9.07541C11.5624 5.71325 10.3016 6.97406 8.20026 9.07541Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 15.5L13 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 11L8.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19L8 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 2C15.5185 2.51852 15.8555 3.63331 15.0001 5.11102M22 9C21.4815 8.48148 20.3668 8.14445 18.8892 9M19.2782 4.72192L17.3339 6.66636%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-cheese-cake-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.50293 17H11.0149%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5264 17H21.0304%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.4988 5C13.8793 5 14.9985 6.11929 14.9985 7.5C14.9985 8.88071 13.8793 10 12.4988 10C11.1182 10 9.99902 8.88071 9.99902 7.5C9.99902 6.11929 11.1182 5 12.4988 5ZM12.4988 5C12.6655 4.5 13.3987 3.4 14.9985 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.9845 8.01485C4.03518 10.2634 1.63581 11.3013 1.99956 12.0461C3.97868 12.9812 7.61449 12.7405 11.3346 12.601C12.3584 12.5626 13.3691 13.0699 13.6012 14.0774C13.7652 14.7889 13.8085 15.4092 14.1319 15.8034C14.3173 16.0294 14.6326 16.1061 14.9139 16.0325C15.6743 15.8336 15.9887 14.9839 16.364 13.4931C16.4372 13.202 16.5412 12.8895 16.8225 12.7919C18.0828 12.3545 21.9619 13.3192 21.9619 11.5422C21.8993 9.69193 21.2257 8.5393 19.0629 6.82502C18.3671 6.27349 17.4883 5.99977 16.6065 6.07055C15.6812 6.14483 15.2503 6.26526 14.9751 6.50314%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M1.97754 11.9929L2.95287 16.2984C3.45238 18.5524 3.70214 19.6793 4.52485 20.3397C5.34757 21.0001 6.50175 21.0001 8.81014 21.0001H17.3876C19.11 21.0001 19.9712 21.0001 20.5428 20.4821C21.1143 19.9641 21.1988 19.107 21.3679 17.3927L21.9584 11.6338%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.50293 17H11.0149%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5264 17H21.0304%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.4988 5C13.8793 5 14.9985 6.11929 14.9985 7.5C14.9985 8.88071 13.8793 10 12.4988 10C11.1182 10 9.99902 8.88071 9.99902 7.5C9.99902 6.11929 11.1182 5 12.4988 5ZM12.4988 5C12.6655 4.5 13.3987 3.4 14.9985 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.9845 8.01485C4.03518 10.2634 1.63581 11.3013 1.99956 12.0461C3.97868 12.9812 7.61449 12.7405 11.3346 12.601C12.3584 12.5626 13.3691 13.0699 13.6012 14.0774C13.7652 14.7889 13.8085 15.4092 14.1319 15.8034C14.3173 16.0294 14.6326 16.1061 14.9139 16.0325C15.6743 15.8336 15.9887 14.9839 16.364 13.4931C16.4372 13.202 16.5412 12.8895 16.8225 12.7919C18.0828 12.3545 21.9619 13.3192 21.9619 11.5422C21.8993 9.69193 21.2257 8.5393 19.0629 6.82502C18.3671 6.27349 17.4883 5.99977 16.6065 6.07055C15.6812 6.14483 15.2503 6.26526 14.9751 6.50314%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M1.97754 11.9929L2.95287 16.2984C3.45238 18.5524 3.70214 19.6793 4.52485 20.3397C5.34757 21.0001 6.50175 21.0001 8.81014 21.0001H17.3876C19.11 21.0001 19.9712 21.0001 20.5428 20.4821C21.1143 19.9641 21.1988 19.107 21.3679 17.3927L21.9584 11.6338%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-cheese-cake-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 7C17.4335 7.42441 18 7.9819 18 8.59247C18 9.92211 15.3137 11 12 11C8.68629 11 6 9.92211 6 8.59247C6 7.9819 6.56645 7.42441 7.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 13C6 14.1046 8.68629 15 12 15C15.3137 15 18 14.1046 18 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 9V17C18 18.1046 15.3137 19 12 19C8.68629 19 6 18.1046 6 17V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 16C21.4509 16.6013 22 17.3109 22 18.0708C22 20.2409 17.5228 22 12 22C6.47715 22 2 20.2409 2 18.0708C2 17.3109 2.54913 16.6013 3.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4C13.1046 4 14 4.89543 14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4ZM12 4C12 3.5 12.4 2.4 14 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 7C17.4335 7.42441 18 7.9819 18 8.59247C18 9.92211 15.3137 11 12 11C8.68629 11 6 9.92211 6 8.59247C6 7.9819 6.56645 7.42441 7.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 13C6 14.1046 8.68629 15 12 15C15.3137 15 18 14.1046 18 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 9V17C18 18.1046 15.3137 19 12 19C8.68629 19 6 18.1046 6 17V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 16C21.4509 16.6013 22 17.3109 22 18.0708C22 20.2409 17.5228 22 12 22C6.47715 22 2 20.2409 2 18.0708C2 17.3109 2.54913 16.6013 3.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4C13.1046 4 14 4.89543 14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4ZM12 4C12 3.5 12.4 2.4 14 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-cheese{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 10V13.7113C22 16.3939 22 17.7352 21.2244 18.6262C20.5311 19.4225 19.4318 19.6137 17.3727 19.836C17.1241 19.8628 16.9 19.6972 16.7922 19.4716C16.4649 18.7869 15.7853 18.3164 15 18.3164C14.0712 18.3164 13.2902 18.9746 13.0652 19.8668C13.0048 20.1064 12.8209 20.3101 12.5751 20.3357L8.59703 20.7492C5.515 21.0696 3.97397 21.2298 2.98698 20.3013C2 19.3727 2 17.7628 2 14.5429V11.0395%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.92976 11.9175L18.469 11.4342C21.2105 11.3194 22.8695 10.5154 21.5235 7.65944C20.5882 5.67494 18.9063 4.08622 16.823 3.22601C15.4742 2.66906 14.4121 3.23705 13.2962 3.89603C12.9147 4.12127 13.0788 4.55791 13.0788 4.91045C13.0788 6.02915 12.1759 6.93603 11.0621 6.93603C10.5717 6.93603 10.1223 6.76028 9.7727 6.46807C8.82025 5.67186 1.67251 10.3221 2.01169 11.3933C2.23981 12.1138 3.80313 12.0484 6.92976 11.9175Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0078 8.20898L15.9988 8.20898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0078 15.209L16.9988 15.209%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16.209C7 17.0374 7.67157 17.709 8.5 17.709C9.32843 17.709 10 17.0374 10 16.209C10 15.3806 9.32843 14.709 8.5 14.709C7.67157 14.709 7 15.3806 7 16.209Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 10V13.7113C22 16.3939 22 17.7352 21.2244 18.6262C20.5311 19.4225 19.4318 19.6137 17.3727 19.836C17.1241 19.8628 16.9 19.6972 16.7922 19.4716C16.4649 18.7869 15.7853 18.3164 15 18.3164C14.0712 18.3164 13.2902 18.9746 13.0652 19.8668C13.0048 20.1064 12.8209 20.3101 12.5751 20.3357L8.59703 20.7492C5.515 21.0696 3.97397 21.2298 2.98698 20.3013C2 19.3727 2 17.7628 2 14.5429V11.0395%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.92976 11.9175L18.469 11.4342C21.2105 11.3194 22.8695 10.5154 21.5235 7.65944C20.5882 5.67494 18.9063 4.08622 16.823 3.22601C15.4742 2.66906 14.4121 3.23705 13.2962 3.89603C12.9147 4.12127 13.0788 4.55791 13.0788 4.91045C13.0788 6.02915 12.1759 6.93603 11.0621 6.93603C10.5717 6.93603 10.1223 6.76028 9.7727 6.46807C8.82025 5.67186 1.67251 10.3221 2.01169 11.3933C2.23981 12.1138 3.80313 12.0484 6.92976 11.9175Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0078 8.20898L15.9988 8.20898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0078 15.209L16.9988 15.209%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16.209C7 17.0374 7.67157 17.709 8.5 17.709C9.32843 17.709 10 17.0374 10 16.209C10 15.3806 9.32843 14.709 8.5 14.709C7.67157 14.709 7 15.3806 7 16.209Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-cherry{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 16.5C22 19.5376 19.5376 22 16.5 22C13.4624 22 11 19.5376 11 16.5C11 13.4624 13.4624 11 16.5 11C19.5376 11 22 13.4624 22 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 11C9.62217 10.37 8.55171 10 7.39646 10C4.41608 10 2 12.4624 2 15.5C2 18.5376 4.41608 21 7.39646 21C8.08877 21 8.75062 20.8671 9.35882 20.6251%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13C14.1631 11.1035 11.7291 7.13692 13.7946 4M16 2C14.9847 2.59904 14.2703 3.27752 13.7946 4M13.7946 4C11.4006 4.5 6.09142 6.5 7.13408 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 16.5C22 19.5376 19.5376 22 16.5 22C13.4624 22 11 19.5376 11 16.5C11 13.4624 13.4624 11 16.5 11C19.5376 11 22 13.4624 22 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 11C9.62217 10.37 8.55171 10 7.39646 10C4.41608 10 2 12.4624 2 15.5C2 18.5376 4.41608 21 7.39646 21C8.08877 21 8.75062 20.8671 9.35882 20.6251%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13C14.1631 11.1035 11.7291 7.13692 13.7946 4M16 2C14.9847 2.59904 14.2703 3.27752 13.7946 4M13.7946 4C11.4006 4.5 6.09142 6.5 7.13408 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-chicken-thighs{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 15.8446L6.68575 19.1589C7.45757 19.7089 7.56154 20.8655 6.88551 21.5416C6.27426 22.1528 5.28323 22.1528 4.67198 21.5416C4.19008 21.0597 4.02512 20.2787 4.30305 19.6969C3.72125 19.9749 2.94033 19.8099 2.45844 19.328C1.84719 18.7168 1.84719 17.7257 2.45844 17.1145C3.13447 16.4385 4.29108 16.5424 4.84114 17.3142L8.15538 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5368 3.68189C14.8712 1.34751 18.1694 1.53315 20.3181 3.68189C22.033 5.39675 22.4975 7.8437 21.4285 9.94858C19.6533 7.59535 15.6579 9.39829 16.4055 12.3559C14.7572 11.6697 13.3426 13.7886 14.478 15.0632C12.0982 16.0318 9.73049 16.4381 8.64618 15.3538C6.49743 13.2051 10.2024 6.01628 12.5368 3.68189Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 15.8446L6.68575 19.1589C7.45757 19.7089 7.56154 20.8655 6.88551 21.5416C6.27426 22.1528 5.28323 22.1528 4.67198 21.5416C4.19008 21.0597 4.02512 20.2787 4.30305 19.6969C3.72125 19.9749 2.94033 19.8099 2.45844 19.328C1.84719 18.7168 1.84719 17.7257 2.45844 17.1145C3.13447 16.4385 4.29108 16.5424 4.84114 17.3142L8.15538 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5368 3.68189C14.8712 1.34751 18.1694 1.53315 20.3181 3.68189C22.033 5.39675 22.4975 7.8437 21.4285 9.94858C19.6533 7.59535 15.6579 9.39829 16.4055 12.3559C14.7572 11.6697 13.3426 13.7886 14.478 15.0632C12.0982 16.0318 9.73049 16.4381 8.64618 15.3538C6.49743 13.2051 10.2024 6.01628 12.5368 3.68189Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-chocolate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.2006 14.6886L9.31135 7.79939C8.84911 7.33715 8.61799 7.10603 8.33269 7.03327C8.22784 7.00653 8.11954 6.99581 8.01149 7.00147C7.71745 7.01686 7.44549 7.19817 6.90157 7.56078L6.76211 7.65376C5.65941 8.38889 5.10805 8.75646 5.02086 9.19212C4.97402 9.42615 5.00656 9.66912 5.11333 9.88258C5.31208 10.28 5.94072 10.4895 7.19799 10.9086C7.60207 11.0433 7.80411 11.1106 7.95873 11.2387C8.04473 11.3099 8.11907 11.3942 8.17908 11.4883C8.287 11.6576 8.32876 11.8665 8.4123 12.2841L8.68235 13.6344C8.81834 14.3143 8.88633 14.6543 9.11602 14.884C9.34571 15.1137 9.68566 15.1817 10.3656 15.3176L11.7159 15.5877C12.1335 15.6712 12.3424 15.713 12.5117 15.8209C12.6058 15.8809 12.6901 15.9553 12.7613 16.0413C12.8894 16.1959 12.9567 16.3979 13.0914 16.802C13.5105 18.0593 13.72 18.6879 14.1174 18.8867C14.3309 18.9934 14.5738 19.026 14.8079 18.9791C15.2435 18.8919 15.6111 18.3406 16.3462 17.2379L16.4392 17.0984C16.8018 16.5545 16.9831 16.2825 16.9985 15.9885C17.0042 15.8805 16.9935 15.7722 16.9667 15.6673C16.894 15.382 16.6628 15.1509 16.2006 14.6886Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 18L11.7256 19.8557C10.2961 21.2852 9.5813 22 8.69309 22C7.80489 22 7.09012 21.2852 5.66057 19.8557L4.14431 18.3394C2.71477 16.9099 2 16.1951 2 15.3069C2 14.4187 2.71477 13.7039 4.14431 12.2744L6 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 7.70827L12.6459 4.06241C14.0208 2.68747 14.7083 2 15.5626 2C16.4168 2 17.1043 2.68747 18.4792 4.06241L19.9376 5.52076C21.3125 6.8957 22 7.58317 22 8.43745C22 9.29173 21.3125 9.9792 19.9376 11.3541L16.2917 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.6003 4.39996L12.4003 11.6M12 4L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.2006 14.6886L9.31135 7.79939C8.84911 7.33715 8.61799 7.10603 8.33269 7.03327C8.22784 7.00653 8.11954 6.99581 8.01149 7.00147C7.71745 7.01686 7.44549 7.19817 6.90157 7.56078L6.76211 7.65376C5.65941 8.38889 5.10805 8.75646 5.02086 9.19212C4.97402 9.42615 5.00656 9.66912 5.11333 9.88258C5.31208 10.28 5.94072 10.4895 7.19799 10.9086C7.60207 11.0433 7.80411 11.1106 7.95873 11.2387C8.04473 11.3099 8.11907 11.3942 8.17908 11.4883C8.287 11.6576 8.32876 11.8665 8.4123 12.2841L8.68235 13.6344C8.81834 14.3143 8.88633 14.6543 9.11602 14.884C9.34571 15.1137 9.68566 15.1817 10.3656 15.3176L11.7159 15.5877C12.1335 15.6712 12.3424 15.713 12.5117 15.8209C12.6058 15.8809 12.6901 15.9553 12.7613 16.0413C12.8894 16.1959 12.9567 16.3979 13.0914 16.802C13.5105 18.0593 13.72 18.6879 14.1174 18.8867C14.3309 18.9934 14.5738 19.026 14.8079 18.9791C15.2435 18.8919 15.6111 18.3406 16.3462 17.2379L16.4392 17.0984C16.8018 16.5545 16.9831 16.2825 16.9985 15.9885C17.0042 15.8805 16.9935 15.7722 16.9667 15.6673C16.894 15.382 16.6628 15.1509 16.2006 14.6886Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 18L11.7256 19.8557C10.2961 21.2852 9.5813 22 8.69309 22C7.80489 22 7.09012 21.2852 5.66057 19.8557L4.14431 18.3394C2.71477 16.9099 2 16.1951 2 15.3069C2 14.4187 2.71477 13.7039 4.14431 12.2744L6 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 7.70827L12.6459 4.06241C14.0208 2.68747 14.7083 2 15.5626 2C16.4168 2 17.1043 2.68747 18.4792 4.06241L19.9376 5.52076C21.3125 6.8957 22 7.58317 22 8.43745C22 9.29173 21.3125 9.9792 19.9376 11.3541L16.2917 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.6003 4.39996L12.4003 11.6M12 4L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-cinnamon-roll{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 9C22 12.3137 17.5228 15 12 15C6.47715 15 2 12.3137 2 9C2 5.68629 6.47715 3 12 3C17.5228 3 22 5.68629 22 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 6.85441C15 5.44094 17 7.71729 17 8.7817C17 11.9514 7 11.7874 7 7.88187C7 5.49755 9 3 12 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9V15C22 18.3137 17.5228 21 12 21C6.47715 21 2 18.3137 2 15V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 9C22 12.3137 17.5228 15 12 15C6.47715 15 2 12.3137 2 9C2 5.68629 6.47715 3 12 3C17.5228 3 22 5.68629 22 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 6.85441C15 5.44094 17 7.71729 17 8.7817C17 11.9514 7 11.7874 7 7.88187C7 5.49755 9 3 12 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9V15C22 18.3137 17.5228 21 12 21C6.47715 21 2 18.3137 2 15V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-coffee-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 7L6.7602 17.4048C7.06616 19.2134 7.21914 20.1177 7.76007 20.7417C9.21438 22.4194 14.7856 22.4194 16.2399 20.7417C16.7809 20.1177 16.9338 19.2134 17.2398 17.4048L19 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7L5.74278 5.2876C6.35168 3.88385 6.65613 3.18197 7.29101 2.7856C8.88049 1.79324 14.9452 1.68444 16.709 2.7856C17.3439 3.18197 17.6483 3.88385 18.2572 5.2876L19 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 7H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%2214.5%22 rx%3D%222%22 ry%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 7L6.7602 17.4048C7.06616 19.2134 7.21914 20.1177 7.76007 20.7417C9.21438 22.4194 14.7856 22.4194 16.2399 20.7417C16.7809 20.1177 16.9338 19.2134 17.2398 17.4048L19 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7L5.74278 5.2876C6.35168 3.88385 6.65613 3.18197 7.29101 2.7856C8.88049 1.79324 14.9452 1.68444 16.709 2.7856C17.3439 3.18197 17.6483 3.88385 18.2572 5.2876L19 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 7H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%2214.5%22 rx%3D%222%22 ry%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-coffee-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.2505 10.5H19.6403C21.4918 10.5 22.0421 10.7655 21.9975 12.0838C21.9237 14.2674 20.939 16.8047 17 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.94627 20.6145C2.57185 18.02 2.07468 14.3401 2.00143 10.5001C1.96979 8.8413 2.45126 8.5 4.65919 8.5H15.3408C17.5487 8.5 18.0302 8.8413 17.9986 10.5001C17.9253 14.3401 17.4281 18.02 14.0537 20.6145C13.0934 21.3528 12.2831 21.5 10.9194 21.5H9.08064C7.71686 21.5 6.90658 21.3528 5.94627 20.6145Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.3089 2.5C10.7622 2.83861 10.0012 4 10.0012 5.5M7.53971 4C7.53971 4 7 4.5 7 5.5M14.0012 4C13.7279 4.1693 13.5 5 13.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.2505 10.5H19.6403C21.4918 10.5 22.0421 10.7655 21.9975 12.0838C21.9237 14.2674 20.939 16.8047 17 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.94627 20.6145C2.57185 18.02 2.07468 14.3401 2.00143 10.5001C1.96979 8.8413 2.45126 8.5 4.65919 8.5H15.3408C17.5487 8.5 18.0302 8.8413 17.9986 10.5001C17.9253 14.3401 17.4281 18.02 14.0537 20.6145C13.0934 21.3528 12.2831 21.5 10.9194 21.5H9.08064C7.71686 21.5 6.90658 21.3528 5.94627 20.6145Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.3089 2.5C10.7622 2.83861 10.0012 4 10.0012 5.5M7.53971 4C7.53971 4 7 4.5 7 5.5M14.0012 4C13.7279 4.1693 13.5 5 13.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-coffee-beans{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 5.64868C10.158 2.80666 6.20842 2.1484 4.17841 4.17841M4.17841 4.17841C2.1484 6.20842 2.80666 10.158 5.64868 13M4.17841 4.17841C4.42346 5.40363 5.72249 8.07432 8.95707 8.95647%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.21114 19.7889C11.2975 21.8753 15.3568 21.1987 18.2778 18.2778C21.1987 15.3568 21.8753 11.2975 19.7889 9.21114M9.21114 19.7889C7.12475 17.7025 7.80129 13.6432 10.7222 10.7222C13.6432 7.80129 17.7025 7.12475 19.7889 9.21114M9.21114 19.7889C10.7222 19.2852 13.5829 18.8717 14.8781 14.1225C15.7847 10.7981 18.5296 9.46299 19.7889 9.21114%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 5.64868C10.158 2.80666 6.20842 2.1484 4.17841 4.17841M4.17841 4.17841C2.1484 6.20842 2.80666 10.158 5.64868 13M4.17841 4.17841C4.42346 5.40363 5.72249 8.07432 8.95707 8.95647%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.21114 19.7889C11.2975 21.8753 15.3568 21.1987 18.2778 18.2778C21.1987 15.3568 21.8753 11.2975 19.7889 9.21114M9.21114 19.7889C7.12475 17.7025 7.80129 13.6432 10.7222 10.7222C13.6432 7.80129 17.7025 7.12475 19.7889 9.21114M9.21114 19.7889C10.7222 19.2852 13.5829 18.8717 14.8781 14.1225C15.7847 10.7981 18.5296 9.46299 19.7889 9.21114%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-cookie{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0579 22C16.9725 22 21.0638 18.4937 21.9416 13.8586C22.1996 12.4967 21.5931 12.5686 20.3101 12.3438C19.3996 12.1844 18.5498 11.5667 18.2333 10.588C18.0178 9.9216 17.9376 9.89475 17.2352 9.86554C15.7861 9.80529 14.625 8.2689 15.2032 7.02602C15.419 6.56236 15.412 6.50892 15.0078 6.19448C14.3005 5.6443 13.9706 4.6166 14.0978 3.62604C14.2347 2.5591 14.3147 2.1747 13.1854 2.05455C7.45657 1.44501 2 6.0196 2 11.9948C2 17.5205 6.50308 22 12.0579 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.0078 12L10.9988 12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.00781 10L5.99883 10%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0078 18L11.9988 18%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6L9 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 14L16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0579 22C16.9725 22 21.0638 18.4937 21.9416 13.8586C22.1996 12.4967 21.5931 12.5686 20.3101 12.3438C19.3996 12.1844 18.5498 11.5667 18.2333 10.588C18.0178 9.9216 17.9376 9.89475 17.2352 9.86554C15.7861 9.80529 14.625 8.2689 15.2032 7.02602C15.419 6.56236 15.412 6.50892 15.0078 6.19448C14.3005 5.6443 13.9706 4.6166 14.0978 3.62604C14.2347 2.5591 14.3147 2.1747 13.1854 2.05455C7.45657 1.44501 2 6.0196 2 11.9948C2 17.5205 6.50308 22 12.0579 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.0078 12L10.9988 12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.00781 10L5.99883 10%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0078 18L11.9988 18%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6L9 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 14L16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-corn{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.88481 20.1321C5.98804 22.2096 9.86304 21.7503 12.5399 19.1062C15.5988 16.0847 17.1823 15.1788 18.2931 14.5591C18.5175 14.434 18.5733 14.1229 18.3912 13.9429C14.7824 10.3783 8.75783 13.0463 8.10703 17.75M3.88481 20.1321L2.5 21.5M3.88481 20.1321C1.78158 18.0546 2.24717 14.2277 4.92401 11.5836C5.77111 10.956 7.39551 9.17678 7.65754 6.77425C7.68407 6.53098 7.99311 6.40789 8.16826 6.5809C9.47265 7.86934 10.1241 9.55848 10.1227 11.2472%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5917 13C19.9418 9.37568 22.5321 4.72423 21.0791 3.04556C19.3481 1.04574 14.0084 4.93844 10 8.33662%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.88481 20.1321C5.98804 22.2096 9.86304 21.7503 12.5399 19.1062C15.5988 16.0847 17.1823 15.1788 18.2931 14.5591C18.5175 14.434 18.5733 14.1229 18.3912 13.9429C14.7824 10.3783 8.75783 13.0463 8.10703 17.75M3.88481 20.1321L2.5 21.5M3.88481 20.1321C1.78158 18.0546 2.24717 14.2277 4.92401 11.5836C5.77111 10.956 7.39551 9.17678 7.65754 6.77425C7.68407 6.53098 7.99311 6.40789 8.16826 6.5809C9.47265 7.86934 10.1241 9.55848 10.1227 11.2472%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5917 13C19.9418 9.37568 22.5321 4.72423 21.0791 3.04556C19.3481 1.04574 14.0084 4.93844 10 8.33662%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-cotton-candy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.3136 3.94924C16.1726 3.55052 15.9426 3.17625 15.6237 2.85727C14.4806 1.71424 12.6274 1.71424 11.4844 2.85727C11.2418 3.09988 11.0507 3.37447 10.9111 3.66747C10.6007 4.31872 9.82241 4.9104 9.10397 4.97567C8.33633 5.04541 7.5878 5.3741 7.00015 5.96174C5.66662 7.29528 5.66662 9.45737 7.00015 10.7909C7.37586 11.1666 7.81733 11.4365 8.28751 11.6005M16.3136 3.94924C16.6777 4.97932 16.4477 6.1725 15.6237 6.99656M16.3136 3.94924C16.4545 3.55052 16.6845 3.17625 17.0034 2.85727C18.1465 1.71424 19.9997 1.71424 21.1427 2.85727C22.2858 4.00031 22.2858 5.85353 21.1427 6.99656C20.8358 7.30352 20.8358 8.06937 21.1427 8.37633C22.2858 9.51936 22.2858 11.3726 21.1427 12.5156C20.5049 13.1535 19.6458 13.4354 18.8124 13.3613M8.28751 11.6005C8.20012 11.6699 8.11577 11.7449 8.03498 11.8257C6.89194 12.9688 6.89194 14.822 8.03498 15.965C9.17801 17.1081 11.0312 17.1081 12.1743 15.965C12.2781 15.8612 12.4648 15.8929 12.5268 16.0261C12.6908 16.3786 12.9182 16.709 13.2091 16.9998C14.5426 18.3334 16.7047 18.3334 18.0383 16.9998C19.022 16.0161 19.28 14.5816 18.8124 13.3613M8.28751 11.6005C9.43645 10.6884 11.112 10.7635 12.1743 11.8257M16.4313 11.708C16.5708 12 16.7615 12.2737 17.0034 12.5156C17.5086 13.0208 18.1525 13.3027 18.8124 13.3613%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.3136 3.94924C16.1726 3.55052 15.9426 3.17625 15.6237 2.85727C14.4806 1.71424 12.6274 1.71424 11.4844 2.85727C11.2418 3.09988 11.0507 3.37447 10.9111 3.66747C10.6007 4.31872 9.82241 4.9104 9.10397 4.97567C8.33633 5.04541 7.5878 5.3741 7.00015 5.96174C5.66662 7.29528 5.66662 9.45737 7.00015 10.7909C7.37586 11.1666 7.81733 11.4365 8.28751 11.6005M16.3136 3.94924C16.6777 4.97932 16.4477 6.1725 15.6237 6.99656M16.3136 3.94924C16.4545 3.55052 16.6845 3.17625 17.0034 2.85727C18.1465 1.71424 19.9997 1.71424 21.1427 2.85727C22.2858 4.00031 22.2858 5.85353 21.1427 6.99656C20.8358 7.30352 20.8358 8.06937 21.1427 8.37633C22.2858 9.51936 22.2858 11.3726 21.1427 12.5156C20.5049 13.1535 19.6458 13.4354 18.8124 13.3613M8.28751 11.6005C8.20012 11.6699 8.11577 11.7449 8.03498 11.8257C6.89194 12.9688 6.89194 14.822 8.03498 15.965C9.17801 17.1081 11.0312 17.1081 12.1743 15.965C12.2781 15.8612 12.4648 15.8929 12.5268 16.0261C12.6908 16.3786 12.9182 16.709 13.2091 16.9998C14.5426 18.3334 16.7047 18.3334 18.0383 16.9998C19.022 16.0161 19.28 14.5816 18.8124 13.3613M8.28751 11.6005C9.43645 10.6884 11.112 10.7635 12.1743 11.8257M16.4313 11.708C16.5708 12 16.7615 12.2737 17.0034 12.5156C17.5086 13.0208 18.1525 13.3027 18.8124 13.3613%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-crab{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 3C19.2867 3 23.096 3 21.7007 7.9709M21.7007 7.9709C20.3668 8.13688 18.524 8.5 18.016 6M21.7007 7.9709L21.7921 8.70069C21.9702 10.1229 21.3617 11.5302 20.197 12.39L18.016 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 3C4.71333 3 0.903986 3 2.29933 7.9709M2.29933 7.9709C3.63322 8.13688 5.476 8.5 5.984 6M2.29933 7.9709L2.20794 8.70069C2.02983 10.1229 2.63829 11.5302 3.80302 12.39L5.984 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15.1895C18 17.471 15.3597 19.4659 13.582 20.5505C12.5998 21.1498 11.4002 21.1498 10.418 20.5505C8.64031 19.4659 6 17.471 6 15.1895C6 11.7502 8.68629 10 12 10C15.3137 10 18 11.7502 18 15.1895Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 19C6.54545 19 5.09091 19 4 21M16 19C17.4545 19 18.9091 19 20 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16.5C5 16.5 3 16 2 14.5M18 16.5C19 16.5 21 16 22 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10L14.5 8.5M10 10L9.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 3C19.2867 3 23.096 3 21.7007 7.9709M21.7007 7.9709C20.3668 8.13688 18.524 8.5 18.016 6M21.7007 7.9709L21.7921 8.70069C21.9702 10.1229 21.3617 11.5302 20.197 12.39L18.016 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 3C4.71333 3 0.903986 3 2.29933 7.9709M2.29933 7.9709C3.63322 8.13688 5.476 8.5 5.984 6M2.29933 7.9709L2.20794 8.70069C2.02983 10.1229 2.63829 11.5302 3.80302 12.39L5.984 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15.1895C18 17.471 15.3597 19.4659 13.582 20.5505C12.5998 21.1498 11.4002 21.1498 10.418 20.5505C8.64031 19.4659 6 17.471 6 15.1895C6 11.7502 8.68629 10 12 10C15.3137 10 18 11.7502 18 15.1895Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 19C6.54545 19 5.09091 19 4 21M16 19C17.4545 19 18.9091 19 20 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16.5C5 16.5 3 16 2 14.5M18 16.5C19 16.5 21 16 22 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10L14.5 8.5M10 10L9.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-croissant{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.50389 10.431C3.04827 10.8921 2.72564 11.7621 2.17373 13.7615C2.05697 14.1845 1.97144 14.6218 2.01145 15.0584C2.07084 15.7065 2.29147 16.1076 2.73211 16.4392C3.19956 16.791 3.80832 16.8786 4.39564 16.8786H5.91481C6.96266 16.8786 8.06156 16.6711 8.76275 15.9006C9.56105 15.0234 9.76811 14.0495 9.51888 13.4068M10.0201 3.48735L13.3699 2.16157C14.3944 1.75605 15.6257 1.87377 16.3724 2.67766C16.7347 3.06773 16.9661 3.46446 17.0376 3.98333V6.04613C17.0376 7.25031 16.5169 8.43961 15.4737 9.05986C14.8753 9.41572 14.2966 9.66534 13.5289 9.935M4.00514 7.9511C5.21155 5.80139 6.08072 4.92066 8.01513 3.98333C8.45684 3.74545 8.8254 3.60897 9.174 3.58512C10.5667 3.48984 11.3155 5.13132 11.8825 6.39362L12.8901 8.6368C12.9815 8.84032 13.0522 9.05298 13.0867 9.27307C13.2431 10.2713 13.0893 10.7718 12.5264 11.4229L11.6093 12.3304C11.2195 12.716 10.8033 13.1041 10.277 13.2662C10.1284 13.312 9.98617 13.3374 9.8449 13.3429C8.90776 13.3796 8.02795 12.8749 7.14336 12.5666C6.01073 12.1718 5.17328 11.5358 4.00514 10.431C3.38308 9.44651 3.41288 8.90243 4.00514 7.9511Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0377 7.47939C18.215 7.68419 18.876 7.80243 20.0452 7.97753C20.5031 8.04449 20.8456 7.98281 21.2297 7.72503C21.8246 7.32573 22.1552 6.56446 21.9235 5.88921C21.6958 5.22586 21.1426 4.69799 20.0452 3.99245C18.8923 3.19158 18.2339 2.85806 17.0377 2.49805M2.50146 16.944C2.59528 18.3314 3.07969 19.2163 4.50646 20.929C5.15235 21.5901 5.62358 21.8622 6.24839 21.9276C6.73847 21.9789 7.21512 21.7409 7.52228 21.358C7.89984 20.8872 8.05323 20.501 8.0152 19.9328L7.51395 16.944%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.50389 10.431C3.04827 10.8921 2.72564 11.7621 2.17373 13.7615C2.05697 14.1845 1.97144 14.6218 2.01145 15.0584C2.07084 15.7065 2.29147 16.1076 2.73211 16.4392C3.19956 16.791 3.80832 16.8786 4.39564 16.8786H5.91481C6.96266 16.8786 8.06156 16.6711 8.76275 15.9006C9.56105 15.0234 9.76811 14.0495 9.51888 13.4068M10.0201 3.48735L13.3699 2.16157C14.3944 1.75605 15.6257 1.87377 16.3724 2.67766C16.7347 3.06773 16.9661 3.46446 17.0376 3.98333V6.04613C17.0376 7.25031 16.5169 8.43961 15.4737 9.05986C14.8753 9.41572 14.2966 9.66534 13.5289 9.935M4.00514 7.9511C5.21155 5.80139 6.08072 4.92066 8.01513 3.98333C8.45684 3.74545 8.8254 3.60897 9.174 3.58512C10.5667 3.48984 11.3155 5.13132 11.8825 6.39362L12.8901 8.6368C12.9815 8.84032 13.0522 9.05298 13.0867 9.27307C13.2431 10.2713 13.0893 10.7718 12.5264 11.4229L11.6093 12.3304C11.2195 12.716 10.8033 13.1041 10.277 13.2662C10.1284 13.312 9.98617 13.3374 9.8449 13.3429C8.90776 13.3796 8.02795 12.8749 7.14336 12.5666C6.01073 12.1718 5.17328 11.5358 4.00514 10.431C3.38308 9.44651 3.41288 8.90243 4.00514 7.9511Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0377 7.47939C18.215 7.68419 18.876 7.80243 20.0452 7.97753C20.5031 8.04449 20.8456 7.98281 21.2297 7.72503C21.8246 7.32573 22.1552 6.56446 21.9235 5.88921C21.6958 5.22586 21.1426 4.69799 20.0452 3.99245C18.8923 3.19158 18.2339 2.85806 17.0377 2.49805M2.50146 16.944C2.59528 18.3314 3.07969 19.2163 4.50646 20.929C5.15235 21.5901 5.62358 21.8622 6.24839 21.9276C6.73847 21.9789 7.21512 21.7409 7.52228 21.358C7.89984 20.8872 8.05323 20.501 8.0152 19.9328L7.51395 16.944%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-cupcake-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 13.5789L7.06237 18.0148C7.42652 19.5353 7.6086 20.2956 8.03895 20.8437C8.3231 21.2057 8.68075 21.4972 9.08605 21.6971C9.69988 22 10.4506 22 11.9521 22C13.5228 22 14.3081 22 14.9399 21.6754C15.3567 21.4613 15.7206 21.1498 16.0035 20.7652C16.4323 20.1822 16.5863 19.3783 16.8944 17.7706L18 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10C8.04103 10.4949 6 9.5 6.48618 7.54383M6.48618 7.54383C5.07413 7.78754 4 9.51833 4 11C4 12.6569 5 14 7 14C9 14 16 13 16 13C18.5 12.5 20 11 20 9.5C20 7.29086 18.2091 6 16 6C16 3.79086 14.2091 2 12 2C13 3 11.5 4.25 10 5C9 5.5 6.97235 5.58766 6.48618 7.54383Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 13.5789L7.06237 18.0148C7.42652 19.5353 7.6086 20.2956 8.03895 20.8437C8.3231 21.2057 8.68075 21.4972 9.08605 21.6971C9.69988 22 10.4506 22 11.9521 22C13.5228 22 14.3081 22 14.9399 21.6754C15.3567 21.4613 15.7206 21.1498 16.0035 20.7652C16.4323 20.1822 16.5863 19.3783 16.8944 17.7706L18 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10C8.04103 10.4949 6 9.5 6.48618 7.54383M6.48618 7.54383C5.07413 7.78754 4 9.51833 4 11C4 12.6569 5 14 7 14C9 14 16 13 16 13C18.5 12.5 20 11 20 9.5C20 7.29086 18.2091 6 16 6C16 3.79086 14.2091 2 12 2C13 3 11.5 4.25 10 5C9 5.5 6.97235 5.58766 6.48618 7.54383Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-cupcake-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.88457 9.17584C6.17716 9.66367 5 11.2243 5 13M7.88457 9.17584C9.85501 8.61285 14.0271 8.25059 14.8267 6.00741M7.88457 9.17584C7.88457 5 12 6 12 2C14.0469 2 15.5026 4.11086 14.8267 6.00741M14.8267 6.00741C16.454 5.8677 17.5442 7.73849 16.6846 9.07847M16.6846 9.07847C16.4109 9.50517 15.9612 9.85252 15.5 10.119M16.6846 9.07847C18.6418 9.5353 19 11.2937 19 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14.9487C16 12.3504 20 12.3504 20 14.9487C20 16.3111 19.2446 17.4779 18.6584 18.659C17.8515 20.2846 17.448 21.0973 16.7231 21.5487C15.9981 22 15.096 22 13.2918 22H10.7082C8.90398 22 8.00186 22 7.27691 21.5487C6.55195 21.0973 6.14852 20.2846 5.34164 18.659C4.7554 17.4779 4 16.3111 4 14.9487C4 12.3504 8 12.3504 8 14.9487C8 12.3504 12 12.3504 12 14.9487C12 12.3504 16 12.3504 16 14.9487Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.88457 9.17584C6.17716 9.66367 5 11.2243 5 13M7.88457 9.17584C9.85501 8.61285 14.0271 8.25059 14.8267 6.00741M7.88457 9.17584C7.88457 5 12 6 12 2C14.0469 2 15.5026 4.11086 14.8267 6.00741M14.8267 6.00741C16.454 5.8677 17.5442 7.73849 16.6846 9.07847M16.6846 9.07847C16.4109 9.50517 15.9612 9.85252 15.5 10.119M16.6846 9.07847C18.6418 9.5353 19 11.2937 19 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14.9487C16 12.3504 20 12.3504 20 14.9487C20 16.3111 19.2446 17.4779 18.6584 18.659C17.8515 20.2846 17.448 21.0973 16.7231 21.5487C15.9981 22 15.096 22 13.2918 22H10.7082C8.90398 22 8.00186 22 7.27691 21.5487C6.55195 21.0973 6.14852 20.2846 5.34164 18.659C4.7554 17.4779 4 16.3111 4 14.9487C4 12.3504 8 12.3504 8 14.9487C8 12.3504 12 12.3504 12 14.9487C12 12.3504 16 12.3504 16 14.9487Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-cupcake-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4C13.1046 4 14 4.89543 14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4ZM12 4C12 3.5 12.4 2.4 14 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6C7.79149 6 5.9019 8.49273 7.24928 10.0811C5.6231 9.73961 4 10.9457 4 12.5341C4 15.4859 8.66165 15.9075 9.27999 13.0367C9.84382 15.6544 14.1562 15.6544 14.72 13.0367C15.3384 15.9075 20 15.4859 20 12.5341C20 10.9457 18.3769 9.73961 16.7507 10.0811C18.0981 8.49273 16.2085 6 14 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15L7.17111 19.0989C7.57006 20.4952 7.76954 21.1934 8.30421 21.5967C8.83888 22 9.56499 22 11.0172 22H12.9828C14.435 22 15.1611 22 15.6958 21.5967C16.2305 21.1934 16.4299 20.4952 16.8289 19.0989L18 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4C13.1046 4 14 4.89543 14 6C14 7.10457 13.1046 8 12 8C10.8954 8 10 7.10457 10 6C10 4.89543 10.8954 4 12 4ZM12 4C12 3.5 12.4 2.4 14 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6C7.79149 6 5.9019 8.49273 7.24928 10.0811C5.6231 9.73961 4 10.9457 4 12.5341C4 15.4859 8.66165 15.9075 9.27999 13.0367C9.84382 15.6544 14.1562 15.6544 14.72 13.0367C15.3384 15.9075 20 15.4859 20 12.5341C20 10.9457 18.3769 9.73961 16.7507 10.0811C18.0981 8.49273 16.2085 6 14 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15L7.17111 19.0989C7.57006 20.4952 7.76954 21.1934 8.30421 21.5967C8.83888 22 9.56499 22 11.0172 22H12.9828C14.435 22 15.1611 22 15.6958 21.5967C16.2305 21.1934 16.4299 20.4952 16.8289 19.0989L18 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-dim-sum-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 8.5L22 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17L22 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5525 12.6975C15.2987 12.0688 14.9493 11.4609 14.5214 10.9028C12.5803 8.57474 12.0206 6.80237 12.0171 6C11.9582 7.60728 9.99859 8.47735 9.012 7C8.02541 8.47735 6.06578 7.60728 6.00686 6C6.00336 6.80237 5.44368 8.57474 3.50257 10.9028C2.56153 12.1304 2 13.5985 2 15C2 18.3137 5.13938 21 9.012 21C12.6878 21 15.7031 18.5798 16 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 10.5L7 11.5M10.5 10.5L11 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 8.5L22 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17L22 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5525 12.6975C15.2987 12.0688 14.9493 11.4609 14.5214 10.9028C12.5803 8.57474 12.0206 6.80237 12.0171 6C11.9582 7.60728 9.99859 8.47735 9.012 7C8.02541 8.47735 6.06578 7.60728 6.00686 6C6.00336 6.80237 5.44368 8.57474 3.50257 10.9028C2.56153 12.1304 2 13.5985 2 15C2 18.3137 5.13938 21 9.012 21C12.6878 21 15.7031 18.5798 16 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 10.5L7 11.5M10.5 10.5L11 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-dim-sum-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 11.5L7 12.5M10.5 11.5L11 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22C12.866 22 16 19.3137 16 16C16 14.5985 15.4394 13.1304 14.5 11.9028C12.5622 9.57474 12.0035 7.80237 12 7C11.9412 8.60728 9.9849 9.47735 9 8C8.0151 9.47735 6.05882 8.60728 6 7C5.99651 7.80237 5.43778 9.57474 3.5 11.9028C2.56057 13.1304 2 14.5985 2 16C2 19.3137 5.13401 22 9 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5.01625C11.8344 3.62313 12.11 2.56899 12.1124 2C12.1706 3.61599 14.1049 4.49076 15.0787 3.00542C16.0525 4.49076 17.9868 3.61599 18.045 2C18.0484 2.80672 18.6009 4.58869 20.5169 6.9293C21.4457 8.16365 22 9.6397 22 11.0487C22 13.0987 20.8268 14.9099 19.0337 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 11.5L7 12.5M10.5 11.5L11 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5L17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22C12.866 22 16 19.3137 16 16C16 14.5985 15.4394 13.1304 14.5 11.9028C12.5622 9.57474 12.0035 7.80237 12 7C11.9412 8.60728 9.9849 9.47735 9 8C8.0151 9.47735 6.05882 8.60728 6 7C5.99651 7.80237 5.43778 9.57474 3.5 11.9028C2.56057 13.1304 2 14.5985 2 16C2 19.3137 5.13401 22 9 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5.01625C11.8344 3.62313 12.11 2.56899 12.1124 2C12.1706 3.61599 14.1049 4.49076 15.0787 3.00542C16.0525 4.49076 17.9868 3.61599 18.045 2C18.0484 2.80672 18.6009 4.58869 20.5169 6.9293C21.4457 8.16365 22 9.6397 22 11.0487C22 13.0987 20.8268 14.9099 19.0337 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-doughnut{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 11.7221L21.5602 12.3098C20.8329 13.2817 19.8571 13.222 19.1639 12.1633L18.95 11.8367C18.2821 10.8167 17.3484 10.7203 16.6269 11.5969L16 12.3585%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11.7221L7.56022 12.3098C6.83294 13.2817 5.85712 13.222 5.1639 12.1633L4.95001 11.8367C4.28214 10.8167 3.34844 10.7203 2.62686 11.5969L2 12.3585%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 10.8096 21.8191 9.64788 21.4514 8.57874C21.1518 7.70761 20.8018 7.813 19.9222 7.92582C18.627 8.09196 17.297 7.17566 17.0437 5.90395C16.8672 5.01746 16.8411 5.04121 15.9359 4.97652C15.0631 4.91415 14.2552 4.26218 14.0492 3.40443C13.7224 2.04285 13.4091 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 11.7221L21.5602 12.3098C20.8329 13.2817 19.8571 13.222 19.1639 12.1633L18.95 11.8367C18.2821 10.8167 17.3484 10.7203 16.6269 11.5969L16 12.3585%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11.7221L7.56022 12.3098C6.83294 13.2817 5.85712 13.222 5.1639 12.1633L4.95001 11.8367C4.28214 10.8167 3.34844 10.7203 2.62686 11.5969L2 12.3585%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 10.8096 21.8191 9.64788 21.4514 8.57874C21.1518 7.70761 20.8018 7.813 19.9222 7.92582C18.627 8.09196 17.297 7.17566 17.0437 5.90395C16.8672 5.01746 16.8411 5.04121 15.9359 4.97652C15.0631 4.91415 14.2552 4.26218 14.0492 3.40443C13.7224 2.04285 13.4091 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-drink{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.20538 15.3582L4.51713 11.0812C2.62475 8.88671 1.67856 7.78948 2.09833 6.89474C2.5181 6 3.97907 6 6.90099 6H11.099C14.0209 6 15.4819 6 15.9017 6.89474C16.3214 7.78948 15.3753 8.88671 13.4829 11.0812L9.79462 15.3582C9.42563 15.7861 9.24114 16 9 16C8.75886 16 8.57437 15.7861 8.20538 15.3582Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 6L8.09898 3.59389C8.03809 3.22852 7.78022 2.92674 7.42882 2.80961L5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16V22M7.5 22H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.8601 8.83333C16.5043 9.54937 17.4403 10 18.4822 10C20.425 10 22 8.433 22 6.5C22 4.567 20.425 3 18.4822 3C16.71 3 15.2438 4.30385 15 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.20538 15.3582L4.51713 11.0812C2.62475 8.88671 1.67856 7.78948 2.09833 6.89474C2.5181 6 3.97907 6 6.90099 6H11.099C14.0209 6 15.4819 6 15.9017 6.89474C16.3214 7.78948 15.3753 8.88671 13.4829 11.0812L9.79462 15.3582C9.42563 15.7861 9.24114 16 9 16C8.75886 16 8.57437 15.7861 8.20538 15.3582Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 6L8.09898 3.59389C8.03809 3.22852 7.78022 2.92674 7.42882 2.80961L5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16V22M7.5 22H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.8601 8.83333C16.5043 9.54937 17.4403 10 18.4822 10C20.425 10 22 8.433 22 6.5C22 4.567 20.425 3 18.4822 3C16.71 3 15.2438 4.30385 15 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-eggs{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4.31768C14.2461 2.34541 17.0188 1.33526 19.1747 2.48374C22.5319 4.27221 22.7145 10.4012 20.684 14.5638C19.8309 16.3126 18.7032 17.4255 17.4415 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15.5C15 19.9183 12.0899 22 8.5 22C4.91015 22 2 19.9183 2 15.5C2 11.0817 4.78571 6 8.5 6C12.2143 6 15 11.0817 15 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4.31768C14.2461 2.34541 17.0188 1.33526 19.1747 2.48374C22.5319 4.27221 22.7145 10.4012 20.684 14.5638C19.8309 16.3126 18.7032 17.4255 17.4415 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15.5C15 19.9183 12.0899 22 8.5 22C4.91015 22 2 19.9183 2 15.5C2 11.0817 4.78571 6 8.5 6C12.2143 6 15 11.0817 15 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-fish-food{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.00781 12L5.99883 12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16.0418C11.4635 16.1947 11.9076 16.3708 12.3099 16.6525M12.3099 16.6525C13.3507 17.3811 14 18.5764 14 19.8845C14 19.9484 13.9465 20.0003 13.8819 20C10.9648 19.9871 9.65844 19.4932 9.1094 18.6782L8 16.8568C5.50848 16.3537 3.21828 14.7625 2 12.0833C5 5.48589 14.5 5.48589 17.5 12.0833M12.3099 16.6525C14.4801 15.9922 16.4151 14.4692 17.5 12.0833M12.3099 7.5142C13.3507 6.78564 14 5.59024 14 4.28218C14 3.4556 9.69172 4.62406 9.1094 5.48846L8 7.30982M17.5 12.0833C17.8333 11.4236 19.6 9.11447 22 9.11447C21.1667 9.93915 19.8 13.0729 21 15.0522C19.8 15.0522 18 12.7431 17.5 12.0833Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.00781 12L5.99883 12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16.0418C11.4635 16.1947 11.9076 16.3708 12.3099 16.6525M12.3099 16.6525C13.3507 17.3811 14 18.5764 14 19.8845C14 19.9484 13.9465 20.0003 13.8819 20C10.9648 19.9871 9.65844 19.4932 9.1094 18.6782L8 16.8568C5.50848 16.3537 3.21828 14.7625 2 12.0833C5 5.48589 14.5 5.48589 17.5 12.0833M12.3099 16.6525C14.4801 15.9922 16.4151 14.4692 17.5 12.0833M12.3099 7.5142C13.3507 6.78564 14 5.59024 14 4.28218C14 3.4556 9.69172 4.62406 9.1094 5.48846L8 7.30982M17.5 12.0833C17.8333 11.4236 19.6 9.11447 22 9.11447C21.1667 9.93915 19.8 13.0729 21 15.0522C19.8 15.0522 18 12.7431 17.5 12.0833Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-french-fries-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.04993 10.037C5.77191 7.83625 6.47461 7.76041 6.82213 8.03164C12.6865 11.4979 15.8343 11.3242 17.176 11.7183C18.2493 12.0335 17.9619 12.9617 17.6128 13.3229L12.1429 19.8032C11.2366 20.8769 10.0426 22.5989 8.86516 21.8321C8.36137 21.504 8.07737 20.8006 7.98252 20.2567C7.42907 17.764 6.32796 12.2378 6.04993 10.037Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5056 11.5839L18.9217 7.70487C19.1935 7.03815 18.5895 5.97749 16.5056 6.61389L13.9687 10.5839M16.2763 6.72989V5.33894C16.2763 4.97983 16.2054 4.60903 15.9809 4.32941C15.6308 3.89341 15.0401 3.62938 13.7432 4.79035M13.5731 10.335V3.2355C13.24 2.68733 12.3739 1.69527 11.5744 2.11241C10.775 2.52956 10.855 3.2355 10.855 3.55638V4.81579M10.855 4.81579V7.00586M10.855 4.81579C10.438 4.36467 9.23204 3.55638 8.51116 4.18578C7.90019 4.71922 8.16237 7.00586 8.16237 8.33915%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.95161 18.0436C9.34468 18.0436 10.474 16.9104 10.474 15.5125C10.474 14.1146 9.34468 12.9814 7.95161 12.9814C7.51834 12.9814 7.11059 13.0911 6.75439 13.2842%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.04993 10.037C5.77191 7.83625 6.47461 7.76041 6.82213 8.03164C12.6865 11.4979 15.8343 11.3242 17.176 11.7183C18.2493 12.0335 17.9619 12.9617 17.6128 13.3229L12.1429 19.8032C11.2366 20.8769 10.0426 22.5989 8.86516 21.8321C8.36137 21.504 8.07737 20.8006 7.98252 20.2567C7.42907 17.764 6.32796 12.2378 6.04993 10.037Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5056 11.5839L18.9217 7.70487C19.1935 7.03815 18.5895 5.97749 16.5056 6.61389L13.9687 10.5839M16.2763 6.72989V5.33894C16.2763 4.97983 16.2054 4.60903 15.9809 4.32941C15.6308 3.89341 15.0401 3.62938 13.7432 4.79035M13.5731 10.335V3.2355C13.24 2.68733 12.3739 1.69527 11.5744 2.11241C10.775 2.52956 10.855 3.2355 10.855 3.55638V4.81579M10.855 4.81579V7.00586M10.855 4.81579C10.438 4.36467 9.23204 3.55638 8.51116 4.18578C7.90019 4.71922 8.16237 7.00586 8.16237 8.33915%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.95161 18.0436C9.34468 18.0436 10.474 16.9104 10.474 15.5125C10.474 14.1146 9.34468 12.9814 7.95161 12.9814C7.51834 12.9814 7.11059 13.0911 6.75439 13.2842%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-french-fries-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.22916 18.3537L3.04243 10.7169C3.02143 10.6435 3.01093 10.6069 3.00625 10.5776C2.96146 10.2975 3.16243 10.037 3.44903 10.0035C3.47897 10 3.51776 10 3.59533 10H4.83937C6.66735 10 8.27385 11.1903 8.77604 12.9167C8.87648 13.2619 9.19778 13.5 9.56337 13.5H14.4366C14.8022 13.5 15.1235 13.2619 15.224 12.9167C15.7261 11.1903 17.3327 10 19.1606 10H20.4047C20.4822 10 20.521 10 20.551 10.0035C20.8376 10.037 21.0385 10.2975 20.9938 10.5776C20.9891 10.6069 20.9786 10.6436 20.9576 10.7169L18.7708 18.3537C18.2685 20.1083 18.0173 20.9855 17.3356 21.4928C16.6539 22 15.7261 22 13.8705 22H10.1295C8.27393 22 7.34614 22 6.66444 21.4928C5.98274 20.9855 5.73155 20.1083 5.22916 18.3537Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0078 17L11.9988 17%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 13V3.76C14 2.93033 14 2.51549 13.7322 2.25775C13.4644 2 13.0334 2 12.1714 2H11.8286C10.9666 2 10.5356 2 10.2678 2.25775C10 2.51549 10 2.93033 10 3.76V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 8.13432L8.2009 4.46964C7.76982 3.59155 7.55428 3.1525 7.15805 3.03078C6.76182 2.90905 6.34976 3.15529 5.52564 3.64776L5.30495 3.77964C4.52007 4.24866 4.12763 4.48318 4.02457 4.88126C3.92152 5.27934 4.14809 5.68553 4.60125 6.4979L6.55475 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9.83468L15.9391 6.32235C16.3782 5.527 16.5977 5.12933 16.9704 5.0249C17.3431 4.92047 17.7233 5.15007 18.4838 5.60926L18.6813 5.72847C19.4868 6.21484 19.8896 6.45803 19.9816 6.86849C20.0736 7.27895 19.8162 7.68401 19.3013 8.49411L18.3441 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.22916 18.3537L3.04243 10.7169C3.02143 10.6435 3.01093 10.6069 3.00625 10.5776C2.96146 10.2975 3.16243 10.037 3.44903 10.0035C3.47897 10 3.51776 10 3.59533 10H4.83937C6.66735 10 8.27385 11.1903 8.77604 12.9167C8.87648 13.2619 9.19778 13.5 9.56337 13.5H14.4366C14.8022 13.5 15.1235 13.2619 15.224 12.9167C15.7261 11.1903 17.3327 10 19.1606 10H20.4047C20.4822 10 20.521 10 20.551 10.0035C20.8376 10.037 21.0385 10.2975 20.9938 10.5776C20.9891 10.6069 20.9786 10.6436 20.9576 10.7169L18.7708 18.3537C18.2685 20.1083 18.0173 20.9855 17.3356 21.4928C16.6539 22 15.7261 22 13.8705 22H10.1295C8.27393 22 7.34614 22 6.66444 21.4928C5.98274 20.9855 5.73155 20.1083 5.22916 18.3537Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0078 17L11.9988 17%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 13V3.76C14 2.93033 14 2.51549 13.7322 2.25775C13.4644 2 13.0334 2 12.1714 2H11.8286C10.9666 2 10.5356 2 10.2678 2.25775C10 2.51549 10 2.93033 10 3.76V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 8.13432L8.2009 4.46964C7.76982 3.59155 7.55428 3.1525 7.15805 3.03078C6.76182 2.90905 6.34976 3.15529 5.52564 3.64776L5.30495 3.77964C4.52007 4.24866 4.12763 4.48318 4.02457 4.88126C3.92152 5.27934 4.14809 5.68553 4.60125 6.4979L6.55475 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9.83468L15.9391 6.32235C16.3782 5.527 16.5977 5.12933 16.9704 5.0249C17.3431 4.92047 17.7233 5.15007 18.4838 5.60926L18.6813 5.72847C19.4868 6.21484 19.8896 6.45803 19.9816 6.86849C20.0736 7.27895 19.8162 7.68401 19.3013 8.49411L18.3441 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-fry{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 9.5C22 13.6421 18.6421 17 14.5 17C10.3579 17 7 13.6421 7 9.5C7 5.35786 10.3579 2 14.5 2C18.6421 2 22 5.35786 22 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 9C19 11.2091 17.2091 13 15 13C12.7909 13 11 11.2091 11 9C11 6.79086 12.7909 5 15 5C17.2091 5 19 6.79086 19 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.0078 9L14.9988 9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22L9 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 9.5C22 13.6421 18.6421 17 14.5 17C10.3579 17 7 13.6421 7 9.5C7 5.35786 10.3579 2 14.5 2C18.6421 2 22 5.35786 22 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 9C19 11.2091 17.2091 13 15 13C12.7909 13 11 11.2091 11 9C11 6.79086 12.7909 5 15 5C17.2091 5 19 6.79086 19 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.0078 9L14.9988 9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22L9 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-grapes{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8293 18C14.9398 18.3128 15 18.6494 15 19C15 20.6569 13.6569 22 12 22C10.3431 22 9 20.6569 9 19C9 18.6494 9.06015 18.3128 9.17071 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.2361 13C11.7111 13.5308 12 14.2316 12 15C12 16.6569 10.6569 18 9 18C7.34315 18 6 16.6569 6 15C6 14.2316 6.28885 13.5308 6.76389 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.2361 13C17.7111 13.5308 18 14.2316 18 15C18 16.6569 16.6569 18 15 18C13.3431 18 12 16.6569 12 15C12 14.2316 12.2889 13.5308 12.7639 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 10C15 11.6569 16.3431 13 18 13C19.6569 13 21 11.6569 21 10C21 8.34315 19.6569 7 18 7C16.3431 7 15 8.34315 15 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 10C9 11.6569 10.3431 13 12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 10C3 11.6569 4.34315 13 6 13C7.65685 13 9 11.6569 9 10C9 8.34315 7.65685 7 6 7C4.34315 7 3 8.34315 3 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 7C12 5.33333 12.8 2 16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8293 18C14.9398 18.3128 15 18.6494 15 19C15 20.6569 13.6569 22 12 22C10.3431 22 9 20.6569 9 19C9 18.6494 9.06015 18.3128 9.17071 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.2361 13C11.7111 13.5308 12 14.2316 12 15C12 16.6569 10.6569 18 9 18C7.34315 18 6 16.6569 6 15C6 14.2316 6.28885 13.5308 6.76389 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.2361 13C17.7111 13.5308 18 14.2316 18 15C18 16.6569 16.6569 18 15 18C13.3431 18 12 16.6569 12 15C12 14.2316 12.2889 13.5308 12.7639 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 10C15 11.6569 16.3431 13 18 13C19.6569 13 21 11.6569 21 10C21 8.34315 19.6569 7 18 7C16.3431 7 15 8.34315 15 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 10C9 11.6569 10.3431 13 12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 10C3 11.6569 4.34315 13 6 13C7.65685 13 9 11.6569 9 10C9 8.34315 7.65685 7 6 7C4.34315 7 3 8.34315 3 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 7C12 5.33333 12.8 2 16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-hamburger-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8541 4H9.14593C6.6503 4 4.52873 5.68344 3.75294 8.02892C3.49753 8.80111 3.36982 9.18721 3.69065 9.59361C4.01149 10 4.53377 10 5.57833 10H18.4217C19.4662 10 19.9885 10 20.3093 9.59361C20.6302 9.18721 20.5025 8.80111 20.2471 8.02892C19.4713 5.68344 17.3497 4 14.8541 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 16H3.5C2.67157 16 2 15.3284 2 14.5C2 13.6716 2.67157 13 3.5 13H11.3944C11.7893 13 12.1753 13.1169 12.5038 13.3359L14.4453 14.6302C14.7812 14.8541 15.2188 14.8541 15.5547 14.6302L17.4962 13.3359C17.8247 13.1169 18.2107 13 18.6056 13H20.5C21.3284 13 22 13.6716 22 14.5C22 15.3284 21.3284 16 20.5 16H20M4 16L4.4319 17.7276C4.76578 19.0631 5.96573 20 7.34233 20H16.6577C18.0343 20 19.2342 19.0631 19.5681 17.7276L20 16M4 16H11M20 16H18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0078 7L14.9988 7%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 6.5L9.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8541 4H9.14593C6.6503 4 4.52873 5.68344 3.75294 8.02892C3.49753 8.80111 3.36982 9.18721 3.69065 9.59361C4.01149 10 4.53377 10 5.57833 10H18.4217C19.4662 10 19.9885 10 20.3093 9.59361C20.6302 9.18721 20.5025 8.80111 20.2471 8.02892C19.4713 5.68344 17.3497 4 14.8541 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 16H3.5C2.67157 16 2 15.3284 2 14.5C2 13.6716 2.67157 13 3.5 13H11.3944C11.7893 13 12.1753 13.1169 12.5038 13.3359L14.4453 14.6302C14.7812 14.8541 15.2188 14.8541 15.5547 14.6302L17.4962 13.3359C17.8247 13.1169 18.2107 13 18.6056 13H20.5C21.3284 13 22 13.6716 22 14.5C22 15.3284 21.3284 16 20.5 16H20M4 16L4.4319 17.7276C4.76578 19.0631 5.96573 20 7.34233 20H16.6577C18.0343 20 19.2342 19.0631 19.5681 17.7276L20 16M4 16H11M20 16H18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0078 7L14.9988 7%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 6.5L9.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-hamburger-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8543 4H9.14613C6.6505 4 4.52893 5.96401 3.75315 8.7004C3.49773 9.6013 3.37003 10.0517 3.69086 10.5259C4.01169 11 4.53398 11 5.57854 11H18.4219C19.4664 11 19.9887 11 20.3096 10.5259C20.6304 10.0517 20.5027 9.6013 20.2473 8.7004C19.4715 5.96401 17.3499 4 14.8543 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15H5.57833C4.53377 15 4.01149 15 3.69065 15.3387C3.36982 15.6773 3.49753 15.9991 3.75294 16.6426C4.52873 18.5971 6.65029 20 9.14593 20H14.8541C17.3497 20 19.4713 18.5971 20.2471 16.6426C20.5025 15.9991 20.6302 15.6773 20.3093 15.3387C19.9885 15 19.4662 15 18.4217 15H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 15H20C21.1046 15 22 14.1046 22 13C22 11.8954 21.1046 11 20 11H12M5 15H4C2.89543 15 2 14.1046 2 13C2 11.8954 2.89543 11 4 11H6M6 11L7.48149 12.7284C8.18721 13.5517 8.54007 13.9634 9 13.9634C9.45993 13.9634 9.81279 13.5517 10.5185 12.7284L12 11M6 11H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00781 8L8.99883 8%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7L14 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8543 4H9.14613C6.6505 4 4.52893 5.96401 3.75315 8.7004C3.49773 9.6013 3.37003 10.0517 3.69086 10.5259C4.01169 11 4.53398 11 5.57854 11H18.4219C19.4664 11 19.9887 11 20.3096 10.5259C20.6304 10.0517 20.5027 9.6013 20.2473 8.7004C19.4715 5.96401 17.3499 4 14.8543 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15H5.57833C4.53377 15 4.01149 15 3.69065 15.3387C3.36982 15.6773 3.49753 15.9991 3.75294 16.6426C4.52873 18.5971 6.65029 20 9.14593 20H14.8541C17.3497 20 19.4713 18.5971 20.2471 16.6426C20.5025 15.9991 20.6302 15.6773 20.3093 15.3387C19.9885 15 19.4662 15 18.4217 15H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 15H20C21.1046 15 22 14.1046 22 13C22 11.8954 21.1046 11 20 11H12M5 15H4C2.89543 15 2 14.1046 2 13C2 11.8954 2.89543 11 4 11H6M6 11L7.48149 12.7284C8.18721 13.5517 8.54007 13.9634 9 13.9634C9.45993 13.9634 9.81279 13.5517 10.5185 12.7284L12 11M6 11H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00781 8L8.99883 8%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7L14 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-honey-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 5H7.5C7.03406 5 6.80109 5 6.61732 4.92388C6.37229 4.82239 6.17761 4.62771 6.07612 4.38268C6 4.19891 6 3.96594 6 3.5C6 3.03406 6 2.80109 6.07612 2.61732C6.17761 2.37229 6.37229 2.17761 6.61732 2.07612C6.80109 2 7.03406 2 7.5 2H16.5C16.9659 2 17.1989 2 17.3827 2.07612C17.6277 2.17761 17.8224 2.37229 17.9239 2.61732C18 2.80109 18 3.03406 18 3.5C18 3.96594 18 4.19891 17.9239 4.38268C17.8224 4.62771 17.6277 4.82239 17.3827 4.92388C17.1989 5 16.9659 5 16.5 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 5L7.31779 5.21866C6.17078 6.59506 5.59728 7.28326 5.29864 8.10812C5 8.93299 5 9.82882 5 11.6205V16C5 18.8284 5 20.2426 5.87868 21.1213C6.75736 22 8.17157 22 11 22H13C15.8284 22 17.2426 22 18.1213 21.1213C19 20.2426 19 18.8284 19 16V11.6205C19 9.82882 19 8.93299 18.7014 8.10812C18.4027 7.28326 17.8292 6.59506 16.6822 5.21866L16.5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13.2941V11.4118L12 10L14 11.4118V13.2941M10 13.2941L12 14.7059M10 13.2941L8 14.7059L8 16.5882L10 18L12 16.5882M14 13.2941L12 14.7059M14 13.2941L16 14.7059V16.5882L14 18L12 16.5882M12 14.7059V16.5882%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 5H7.5C7.03406 5 6.80109 5 6.61732 4.92388C6.37229 4.82239 6.17761 4.62771 6.07612 4.38268C6 4.19891 6 3.96594 6 3.5C6 3.03406 6 2.80109 6.07612 2.61732C6.17761 2.37229 6.37229 2.17761 6.61732 2.07612C6.80109 2 7.03406 2 7.5 2H16.5C16.9659 2 17.1989 2 17.3827 2.07612C17.6277 2.17761 17.8224 2.37229 17.9239 2.61732C18 2.80109 18 3.03406 18 3.5C18 3.96594 18 4.19891 17.9239 4.38268C17.8224 4.62771 17.6277 4.82239 17.3827 4.92388C17.1989 5 16.9659 5 16.5 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 5L7.31779 5.21866C6.17078 6.59506 5.59728 7.28326 5.29864 8.10812C5 8.93299 5 9.82882 5 11.6205V16C5 18.8284 5 20.2426 5.87868 21.1213C6.75736 22 8.17157 22 11 22H13C15.8284 22 17.2426 22 18.1213 21.1213C19 20.2426 19 18.8284 19 16V11.6205C19 9.82882 19 8.93299 18.7014 8.10812C18.4027 7.28326 17.8292 6.59506 16.6822 5.21866L16.5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13.2941V11.4118L12 10L14 11.4118V13.2941M10 13.2941L12 14.7059M10 13.2941L8 14.7059L8 16.5882L10 18L12 16.5882M14 13.2941L12 14.7059M14 13.2941L16 14.7059V16.5882L14 18L12 16.5882M12 14.7059V16.5882%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-honey-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.44828 3.5H6M20 3.5H11.5M11.5 2V5M7.44828 2V5M9.5 1V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.6 9L13.8963 9.36014C14.938 10.626 15.4588 11.259 15.7294 12.0089C16 12.7589 16 13.5695 16 15.1906V18.3333C16 20.5332 16 21.6332 15.2971 22.3166C14.5941 23 13.4627 23 11.2 23H8.8C6.53726 23 5.40589 23 4.70294 22.3166C4 21.6332 4 20.5332 4 18.3333V15.1906C4 13.5695 4 12.7589 4.27058 12.0089C4.54117 11.259 5.062 10.626 6.10366 9.36014L6.4 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.44828 3.5H6M20 3.5H11.5M11.5 2V5M7.44828 2V5M9.5 1V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.6 9L13.8963 9.36014C14.938 10.626 15.4588 11.259 15.7294 12.0089C16 12.7589 16 13.5695 16 15.1906V18.3333C16 20.5332 16 21.6332 15.2971 22.3166C14.5941 23 13.4627 23 11.2 23H8.8C6.53726 23 5.40589 23 4.70294 22.3166C4 21.6332 4 20.5332 4 18.3333V15.1906C4 13.5695 4 12.7589 4.27058 12.0089C4.54117 11.259 5.062 10.626 6.10366 9.36014L6.4 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-hotdog{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 11.0264C19.536 10.4421 20.5 9.64398 21.4626 8.39308C22.1108 7.55073 22.1638 6.36087 21.6693 5.41653C20.7595 3.67943 18.4754 3.55429 17.1607 4.98048C16.8434 5.32464 16.5144 5.66433 16.174 5.99878M6.93327 18.4703C6.20617 18.6899 5.48603 18.8707 4.77684 19.0129C3.79101 19.2106 2.82972 18.6664 2.33514 17.722C1.42537 15.9849 2.46911 13.7417 4.24688 13.1996C4.67588 13.0688 5.10725 12.9246 5.5402 12.7667%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0061 5.06783C16.8791 4.46858 16.3587 3.38881 15.272 3.17076C13.7471 2.86477 13.0927 3.05745 11.2628 4.58743C9.79897 5.81142 6.68825 7.21391 5.31587 7.76215C4.04314 8.27059 2.59563 9.60973 3.08016 11.1979C3.56777 12.7963 4.4739 12.8128 4.82836 12.9726%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.274 11.2049C20.3606 11.423 20.881 12.5028 21.0081 13.102C21.1688 14.2744 20.0867 15.3867 19.5256 15.7963C18.5987 16.4476 16.0008 18.2663 13.5049 19.6183C10.9418 21.0068 9.43744 21.1343 8.83032 21.0068C8.47585 20.847 7.56973 20.8304 7.08211 19.2321C6.59759 17.6439 8.04509 16.3048 9.31783 15.7963C10.6902 15.2481 13.8009 13.8456 15.2648 12.6216C17.0946 11.0916 17.7491 10.8989 19.274 11.2049Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.34424 11.8359C8.58749 11.5511 8.77902 10.9881 8.92541 10.3454C9.04667 9.81309 9.73301 9.92467 10.3982 10.1758C10.6334 10.2646 10.903 10.1855 11.0356 9.97183L12.0961 8.26277C12.2049 8.08732 12.4104 7.99833 12.6062 8.06386C13.0932 8.22686 13.7219 8.50079 14.074 8.32419%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 11.0264C19.536 10.4421 20.5 9.64398 21.4626 8.39308C22.1108 7.55073 22.1638 6.36087 21.6693 5.41653C20.7595 3.67943 18.4754 3.55429 17.1607 4.98048C16.8434 5.32464 16.5144 5.66433 16.174 5.99878M6.93327 18.4703C6.20617 18.6899 5.48603 18.8707 4.77684 19.0129C3.79101 19.2106 2.82972 18.6664 2.33514 17.722C1.42537 15.9849 2.46911 13.7417 4.24688 13.1996C4.67588 13.0688 5.10725 12.9246 5.5402 12.7667%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0061 5.06783C16.8791 4.46858 16.3587 3.38881 15.272 3.17076C13.7471 2.86477 13.0927 3.05745 11.2628 4.58743C9.79897 5.81142 6.68825 7.21391 5.31587 7.76215C4.04314 8.27059 2.59563 9.60973 3.08016 11.1979C3.56777 12.7963 4.4739 12.8128 4.82836 12.9726%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.274 11.2049C20.3606 11.423 20.881 12.5028 21.0081 13.102C21.1688 14.2744 20.0867 15.3867 19.5256 15.7963C18.5987 16.4476 16.0008 18.2663 13.5049 19.6183C10.9418 21.0068 9.43744 21.1343 8.83032 21.0068C8.47585 20.847 7.56973 20.8304 7.08211 19.2321C6.59759 17.6439 8.04509 16.3048 9.31783 15.7963C10.6902 15.2481 13.8009 13.8456 15.2648 12.6216C17.0946 11.0916 17.7491 10.8989 19.274 11.2049Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.34424 11.8359C8.58749 11.5511 8.77902 10.9881 8.92541 10.3454C9.04667 9.81309 9.73301 9.92467 10.3982 10.1758C10.6334 10.2646 10.903 10.1855 11.0356 9.97183L12.0961 8.26277C12.2049 8.08732 12.4104 7.99833 12.6062 8.06386C13.0932 8.22686 13.7219 8.50079 14.074 8.32419%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-ice-cream-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 12.1534C14.4268 12.1534 16.7094 11.8086 18.6994 11.202C19.3273 11.0106 19.6412 10.9149 19.8479 11.0982C20.0546 11.2815 20.0152 11.5735 19.9363 12.1577C19.4239 15.9501 16.0416 19 12 19C7.95837 19 4.57608 15.9501 4.06374 12.1577C3.98483 11.5735 3.94537 11.2815 4.15209 11.0982C4.3588 10.9149 4.67272 11.0106 5.30056 11.202C7.29063 11.8086 9.57324 12.1534 12 12.1534Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 3.5C13.5 4.32843 12.8284 5 12 5C11.1716 5 10.5 4.32843 10.5 3.5C10.5 2.67157 11.1716 2 12 2C12.8284 2 13.5 2.67157 13.5 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 19V22H9H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.08771 5C6.61656 6.46159 8.10425 7.61154 10.0967 7.22833C11.8214 6.89661 11.4094 7.44878 13.5462 7.89178C16.0476 8.41038 17 6.94879 17 5.97439%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.99561 9.02961C5.29529 7.27433 6.75091 3.8922 10.4969 2.99316%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0229 9.00083C18.6978 7.50088 17.2515 3.87634 13.54 3.01172%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 12.1534C14.4268 12.1534 16.7094 11.8086 18.6994 11.202C19.3273 11.0106 19.6412 10.9149 19.8479 11.0982C20.0546 11.2815 20.0152 11.5735 19.9363 12.1577C19.4239 15.9501 16.0416 19 12 19C7.95837 19 4.57608 15.9501 4.06374 12.1577C3.98483 11.5735 3.94537 11.2815 4.15209 11.0982C4.3588 10.9149 4.67272 11.0106 5.30056 11.202C7.29063 11.8086 9.57324 12.1534 12 12.1534Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 3.5C13.5 4.32843 12.8284 5 12 5C11.1716 5 10.5 4.32843 10.5 3.5C10.5 2.67157 11.1716 2 12 2C12.8284 2 13.5 2.67157 13.5 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 19V22H9H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.08771 5C6.61656 6.46159 8.10425 7.61154 10.0967 7.22833C11.8214 6.89661 11.4094 7.44878 13.5462 7.89178C16.0476 8.41038 17 6.94879 17 5.97439%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.99561 9.02961C5.29529 7.27433 6.75091 3.8922 10.4969 2.99316%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0229 9.00083C18.6978 7.50088 17.2515 3.87634 13.54 3.01172%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-ice-cream-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 12L8.32693 14.6957C9.82073 19.5652 10.5676 22 12 22C13.4324 22 14.1793 19.5652 15.6731 14.6957L16.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8.66667C12 9.26343 12.1647 9.82357 12.4531 10.3081M12.4531 10.3081C11.7173 11.3298 10.4825 12 9.08333 12C6.82817 12 5 10.2589 5 8.11111C5 6.22776 6.40574 4.6571 8.27244 4.2989C8.91067 2.94384 10.3396 2 12 2C14.0719 2 15.7833 3.46957 16.0479 5.37393M12.4531 10.3081C13.0544 11.3183 14.1936 12 15.5 12C17.433 12 19 10.5076 19 8.66667C19 7.00322 17.7206 5.62436 16.0479 5.37393M15.6904 7.55556C15.9423 7.05041 16.0833 6.48533 16.0833 5.88889C16.0833 5.71431 16.0713 5.54242 16.0479 5.37393%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 12L8.32693 14.6957C9.82073 19.5652 10.5676 22 12 22C13.4324 22 14.1793 19.5652 15.6731 14.6957L16.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8.66667C12 9.26343 12.1647 9.82357 12.4531 10.3081M12.4531 10.3081C11.7173 11.3298 10.4825 12 9.08333 12C6.82817 12 5 10.2589 5 8.11111C5 6.22776 6.40574 4.6571 8.27244 4.2989C8.91067 2.94384 10.3396 2 12 2C14.0719 2 15.7833 3.46957 16.0479 5.37393M12.4531 10.3081C13.0544 11.3183 14.1936 12 15.5 12C17.433 12 19 10.5076 19 8.66667C19 7.00322 17.7206 5.62436 16.0479 5.37393M15.6904 7.55556C15.9423 7.05041 16.0833 6.48533 16.0833 5.88889C16.0833 5.71431 16.0713 5.54242 16.0479 5.37393%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-ice-cream-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C9.00353 2 6.31715 4.74891 7.15597 7.78336C7.38917 8.627 6 8.96316 6 9.873C6 12.5824 10.5 9.83716 10.5 12.7868C10.5 14.4044 13 14.4044 13 12.7868C13 9.62712 18 12.8244 18 9.873C18 8.96316 16.6108 8.627 16.844 7.78336C17.6828 4.74891 14.9965 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 11L8.32693 13.9652C9.82073 19.3217 10.5676 22 12 22C13.4324 22 14.1793 19.3217 15.6731 13.9652L16.5 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C9.00353 2 6.31715 4.74891 7.15597 7.78336C7.38917 8.627 6 8.96316 6 9.873C6 12.5824 10.5 9.83716 10.5 12.7868C10.5 14.4044 13 14.4044 13 12.7868C13 9.62712 18 12.8244 18 9.873C18 8.96316 16.6108 8.627 16.844 7.78336C17.6828 4.74891 14.9965 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 11L8.32693 13.9652C9.82073 19.3217 10.5676 22 12 22C13.4324 22 14.1793 19.3217 15.6731 13.9652L16.5 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-ice-cream-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9689 9.04176C16.8199 9.01423 16.6664 8.99984 16.5094 8.99984C15.6895 8.99984 14.9616 9.39251 14.5043 9.99958M16.9689 9.04176C18.7733 9.37521 19.5986 11.5609 18.5145 13H6.48388C5.28562 11.4092 6.44796 8.99984 8.48899 8.99984M16.9689 9.04176C17.5621 5.23504 13.3655 6.22849 12.6771 3.92272C12.4926 3.30496 12.6431 2.57097 13.5018 2C10.9742 2 9.22685 3.55661 9.57139 5.17479M9.57139 5.17479C9.70516 5.80304 10.1542 6.44057 10.9954 6.99989M9.57139 5.17479C7.31821 6.06511 7.59942 9.46523 9.99282 9.94981%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.80394 18.8677L6.5 13H18.5L17.1961 18.8677C16.8624 20.3694 16.6955 21.1202 16.1471 21.5601C15.5987 22 14.8296 22 13.2913 22H11.7087C10.1704 22 9.4013 22 8.85289 21.5601C8.30448 21.1202 8.13763 20.3694 7.80394 18.8677Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9689 9.04176C16.8199 9.01423 16.6664 8.99984 16.5094 8.99984C15.6895 8.99984 14.9616 9.39251 14.5043 9.99958M16.9689 9.04176C18.7733 9.37521 19.5986 11.5609 18.5145 13H6.48388C5.28562 11.4092 6.44796 8.99984 8.48899 8.99984M16.9689 9.04176C17.5621 5.23504 13.3655 6.22849 12.6771 3.92272C12.4926 3.30496 12.6431 2.57097 13.5018 2C10.9742 2 9.22685 3.55661 9.57139 5.17479M9.57139 5.17479C9.70516 5.80304 10.1542 6.44057 10.9954 6.99989M9.57139 5.17479C7.31821 6.06511 7.59942 9.46523 9.99282 9.94981%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.80394 18.8677L6.5 13H18.5L17.1961 18.8677C16.8624 20.3694 16.6955 21.1202 16.1471 21.5601C15.5987 22 14.8296 22 13.2913 22H11.7087C10.1704 22 9.4013 22 8.85289 21.5601C8.30448 21.1202 8.13763 20.3694 7.80394 18.8677Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-lollipop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%228%22 r%3D%226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7.96583C7 6.50024 9 5.66956 10.2857 6.12289C11.7609 6.64301 12.0271 8.38105 13.5 8.90723C15 9.44311 15.5 7.47002 18 7.93564%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%228%22 r%3D%226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7.96583C7 6.50024 9 5.66956 10.2857 6.12289C11.7609 6.64301 12.0271 8.38105 13.5 8.90723C15 9.44311 15.5 7.47002 18 7.93564%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-milk-bottle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7273 5C15.631 5 16.3636 4.32843 16.3636 3.5C16.3636 2.67157 15.631 2 14.7273 2H9.27273C8.36899 2 7.63636 2.67157 7.63636 3.5C7.63636 4.32843 8.36899 5 9.27273 5M15.2459 4.92311C16.8664 7.89408 18 10.3773 18 13.7771V18C18 21.3093 17.2465 22 13.6364 22H10.3636C6.75345 22 6 21.3093 6 18V13.7771C6 10.3773 7.10674 7.88562 8.72727 4.91465%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12C6.57143 12.5 8.09206 12.4761 8.98433 12.2789C9.60646 12.1415 10.2768 12.3027 10.6984 12.7639L11.523 13.6658C11.9973 14.1846 12.7163 14.4309 13.4245 14.3173L14.4681 14.1499C15.0422 14.0578 15.6132 14.2904 16.004 14.7055C17.2226 16 18 16 18 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.7273 5C15.631 5 16.3636 4.32843 16.3636 3.5C16.3636 2.67157 15.631 2 14.7273 2H9.27273C8.36899 2 7.63636 2.67157 7.63636 3.5C7.63636 4.32843 8.36899 5 9.27273 5M15.2459 4.92311C16.8664 7.89408 18 10.3773 18 13.7771V18C18 21.3093 17.2465 22 13.6364 22H10.3636C6.75345 22 6 21.3093 6 18V13.7771C6 10.3773 7.10674 7.88562 8.72727 4.91465%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12C6.57143 12.5 8.09206 12.4761 8.98433 12.2789C9.60646 12.1415 10.2768 12.3027 10.6984 12.7639L11.523 13.6658C11.9973 14.1846 12.7163 14.4309 13.4245 14.3173L14.4681 14.1499C15.0422 14.0578 15.6132 14.2904 16.004 14.7055C17.2226 16 18 16 18 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-milk-carton{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.17157 6.82843L7 5L8.82843 6.82843C9.40649 7.40649 9.69552 7.69552 9.84776 8.06306C10 8.4306 10 8.83935 10 9.65685V22H8C6.11438 22 5.17157 22 4.58579 21.4142C4 20.8284 4 19.8856 4 18V9.65685C4 8.83935 4 8.4306 4.15224 8.06306C4.30448 7.69552 4.59351 7.40649 5.17157 6.82843Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 5.00379V4.60429C7 3.38019 7 2.76814 7.38076 2.38786C7.76152 2.00758 8.37435 2.00758 9.6 2.00758H15.1535C15.8599 2.00758 16.7765 1.89489 17.2487 2.53866C17.7502 3.22243 17.3216 4.1621 17.5388 4.91785C17.6049 5.14763 17.7681 5.32509 17.9184 5.50519L20 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 8H20V18C20 19.8856 20 20.8284 19.4142 21.4142C18.8284 22 17.8856 22 16 22H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13C10.4762 13.5 11.7434 13.4761 12.4869 13.2789C13.0054 13.1415 13.564 13.3027 13.9154 13.7639L14.6025 14.6658C14.9978 15.1846 15.5969 15.4309 16.1871 15.3173L17.0567 15.1499C17.5352 15.0578 18.011 15.2904 18.3367 15.7055C19.3522 17 20 17 20 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.17157 6.82843L7 5L8.82843 6.82843C9.40649 7.40649 9.69552 7.69552 9.84776 8.06306C10 8.4306 10 8.83935 10 9.65685V22H8C6.11438 22 5.17157 22 4.58579 21.4142C4 20.8284 4 19.8856 4 18V9.65685C4 8.83935 4 8.4306 4.15224 8.06306C4.30448 7.69552 4.59351 7.40649 5.17157 6.82843Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 5.00379V4.60429C7 3.38019 7 2.76814 7.38076 2.38786C7.76152 2.00758 8.37435 2.00758 9.6 2.00758H15.1535C15.8599 2.00758 16.7765 1.89489 17.2487 2.53866C17.7502 3.22243 17.3216 4.1621 17.5388 4.91785C17.6049 5.14763 17.7681 5.32509 17.9184 5.50519L20 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 8H20V18C20 19.8856 20 20.8284 19.4142 21.4142C18.8284 22 17.8856 22 16 22H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13C10.4762 13.5 11.7434 13.4761 12.4869 13.2789C13.0054 13.1415 13.564 13.3027 13.9154 13.7639L14.6025 14.6658C14.9978 15.1846 15.5969 15.4309 16.1871 15.3173L17.0567 15.1499C17.5352 15.0578 18.011 15.2904 18.3367 15.7055C19.3522 17 20 17 20 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-milk-coconut{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9728 22.0036H8.01169M18.0267 8.04373L15.7412 5.22012C15.5927 5.03668 15.5138 4.80664 15.5186 4.57069L15.5396 3.53725C15.5566 2.69709 14.8802 2.00684 14.0399 2.00684H6.48856C5.66013 2.00684 4.98856 2.67841 4.98856 3.50684V4.95099L2.56514 7.46258C2.20542 7.83539 2.00439 8.33324 2.00439 8.8513V20.0036C2.00439 21.1082 2.89982 22.0036 4.00439 22.0036H8.00353H8.01169M18.0267 8.04373V10.0866M18.0267 8.04373H7.8414M5.02753 4.95099L7.45095 7.46257C7.61577 7.6334 7.74728 7.83048 7.8414 8.04373M8.01169 22.0036V8.8513C8.01169 8.57062 7.95269 8.29587 7.8414 8.04373%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2496 18.5796C12.5955 17.9257 13.2583 16.203 14.7299 14.7319C16.2014 13.2607 17.9246 12.5981 18.5786 13.252M13.2496 18.5796C13.2496 19.1715 13.6047 20.1185 14.1378 20.6514C15.9363 22.4495 18.8524 22.4495 20.651 20.6514C22.4496 18.8533 22.4496 15.938 20.651 14.1399C20.1179 13.607 19.1707 13.252 18.5786 13.252M13.2496 18.5796C13.8132 19.143 15.1706 18.7289 16.4769 17.6623M18.5786 13.252C19.2326 13.9058 18.5699 15.6285 17.0983 17.0997C16.8948 17.3031 16.6865 17.4911 16.4769 17.6623M16.4769 17.6623C16.5853 18.3627 16.8023 19.1715 17.9865 19.7635%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9728 22.0036H8.01169M18.0267 8.04373L15.7412 5.22012C15.5927 5.03668 15.5138 4.80664 15.5186 4.57069L15.5396 3.53725C15.5566 2.69709 14.8802 2.00684 14.0399 2.00684H6.48856C5.66013 2.00684 4.98856 2.67841 4.98856 3.50684V4.95099L2.56514 7.46258C2.20542 7.83539 2.00439 8.33324 2.00439 8.8513V20.0036C2.00439 21.1082 2.89982 22.0036 4.00439 22.0036H8.00353H8.01169M18.0267 8.04373V10.0866M18.0267 8.04373H7.8414M5.02753 4.95099L7.45095 7.46257C7.61577 7.6334 7.74728 7.83048 7.8414 8.04373M8.01169 22.0036V8.8513C8.01169 8.57062 7.95269 8.29587 7.8414 8.04373%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2496 18.5796C12.5955 17.9257 13.2583 16.203 14.7299 14.7319C16.2014 13.2607 17.9246 12.5981 18.5786 13.252M13.2496 18.5796C13.2496 19.1715 13.6047 20.1185 14.1378 20.6514C15.9363 22.4495 18.8524 22.4495 20.651 20.6514C22.4496 18.8533 22.4496 15.938 20.651 14.1399C20.1179 13.607 19.1707 13.252 18.5786 13.252M13.2496 18.5796C13.8132 19.143 15.1706 18.7289 16.4769 17.6623M18.5786 13.252C19.2326 13.9058 18.5699 15.6285 17.0983 17.0997C16.8948 17.3031 16.6865 17.4911 16.4769 17.6623M16.4769 17.6623C16.5853 18.3627 16.8023 19.1715 17.9865 19.7635%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-milk-oat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5439 20.6405C22.0734 19.1116 22.621 17.1803 20.5439 15.1042C18.4668 13.028 15.0051 12.336 13.6203 13.7201M20.5439 20.6405C19.0143 22.1693 17.0821 22.7166 15.0051 20.6405C12.9279 18.5643 12.2356 15.1042 13.6203 13.7201M20.5439 20.6405L13.6203 13.7201%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.8459 22.0036H7.90508M4.88953 4.95099L2.46567 7.46255C2.10586 7.83538 1.90479 8.33329 1.90479 8.85142V20.0036C1.90479 21.1082 2.80021 22.0036 3.90478 22.0036H7.90508M4.88953 4.95099L7.90508 8.04373M4.88953 4.95099V3.50684C4.88953 2.67841 5.5611 2.00684 6.38953 2.00684H13.9429C14.7832 2.00684 15.4596 2.69709 15.4426 3.53725L15.4216 4.57063C15.4169 4.80662 15.4957 5.03669 15.6442 5.22014L17.9302 8.04373M7.90508 8.04373V22.0036M7.90508 8.04373H17.9302M17.9302 8.04373V10.4879%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5439 20.6405C22.0734 19.1116 22.621 17.1803 20.5439 15.1042C18.4668 13.028 15.0051 12.336 13.6203 13.7201M20.5439 20.6405C19.0143 22.1693 17.0821 22.7166 15.0051 20.6405C12.9279 18.5643 12.2356 15.1042 13.6203 13.7201M20.5439 20.6405L13.6203 13.7201%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.8459 22.0036H7.90508M4.88953 4.95099L2.46567 7.46255C2.10586 7.83538 1.90479 8.33329 1.90479 8.85142V20.0036C1.90479 21.1082 2.80021 22.0036 3.90478 22.0036H7.90508M4.88953 4.95099L7.90508 8.04373M4.88953 4.95099V3.50684C4.88953 2.67841 5.5611 2.00684 6.38953 2.00684H13.9429C14.7832 2.00684 15.4596 2.69709 15.4426 3.53725L15.4216 4.57063C15.4169 4.80662 15.4957 5.03669 15.6442 5.22014L17.9302 8.04373M7.90508 8.04373V22.0036M7.90508 8.04373H17.9302M17.9302 8.04373V10.4879%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-mochi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 21C20.7514 20.3192 22 19.0219 22 16.7771C22 13.0188 18.5 9 15 9C11.5 9 8 13.0188 8 16.7771C8 19.0219 9.24858 20.3192 11 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 9.00935C15.4708 5.45852 12.2544 2 9.03788 2C5.51894 2 2 6.13953 2 10.0107C2 13.61 5.04202 14.8444 8.29768 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 5L6.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 5L11.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12C17 12 19 14.226 19 16.3077C19 17.5561 18.1523 18.2754 17.0951 18.6513C16.6449 18.8113 16.3021 19.2104 16.3021 19.6882V20.718C16.3021 21.426 15.7281 22 15.0201 22C14.312 22 13.7381 21.426 13.7381 20.718V19.6882C13.7381 19.2104 13.3955 18.8109 12.9447 18.6526C11.8758 18.2771 11 17.5575 11 16.3077C11 14.226 13 12 15 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 21C20.7514 20.3192 22 19.0219 22 16.7771C22 13.0188 18.5 9 15 9C11.5 9 8 13.0188 8 16.7771C8 19.0219 9.24858 20.3192 11 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 9.00935C15.4708 5.45852 12.2544 2 9.03788 2C5.51894 2 2 6.13953 2 10.0107C2 13.61 5.04202 14.8444 8.29768 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 5L6.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 5L11.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12C17 12 19 14.226 19 16.3077C19 17.5561 18.1523 18.2754 17.0951 18.6513C16.6449 18.8113 16.3021 19.2104 16.3021 19.6882V20.718C16.3021 21.426 15.7281 22 15.0201 22C14.312 22 13.7381 21.426 13.7381 20.718V19.6882C13.7381 19.2104 13.3955 18.8109 12.9447 18.6526C11.8758 18.2771 11 17.5575 11 16.3077C11 14.226 13 12 15 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-mushroom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2762 13C12 16 8.67845 17.3826 9.02566 19.2747C9.43204 21.4891 11.7394 22.6415 13.4795 21.6298C15.9467 20.1953 14.8948 14.8029 13.9117 13.0196%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0153 2C7.3429 2 3.53836 4.64819 3.01988 9.03138C2.29466 15.1623 21.6547 13.4713 20.9829 8.81893C20.3684 4.56276 16.6118 2 12.0153 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 6C17 6 18 7 18 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2762 13C12 16 8.67845 17.3826 9.02566 19.2747C9.43204 21.4891 11.7394 22.6415 13.4795 21.6298C15.9467 20.1953 14.8948 14.8029 13.9117 13.0196%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0153 2C7.3429 2 3.53836 4.64819 3.01988 9.03138C2.29466 15.1623 21.6547 13.4713 20.9829 8.81893C20.3684 4.56276 16.6118 2 12.0153 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 6C17 6 18 7 18 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-natural-food{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.05857 11.7421C6.97712 11.9781 8.73113 10.5535 8.97628 8.56018C9.22142 6.56689 6.93885 4.64584 7.76802 2C3.66477 2.59449 2.25056 5.90113 2.02862 7.70572C1.78348 9.69901 3.14003 11.5062 5.05857 11.7421Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 20C5.07536 15.3242 4.76992 11.1941 5.13275 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.50786 17.6681C10.6828 20.0602 13.5206 20.7199 15.8463 19.1415C18.172 17.5631 18.5378 13.1898 22 11.6651C18.3054 7.57247 13.6971 9.04998 11.5916 10.4789C9.26587 12.0573 8.33296 15.276 9.50786 17.6681Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 22C8.37778 17.9044 11.2644 15.43 14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.05857 11.7421C6.97712 11.9781 8.73113 10.5535 8.97628 8.56018C9.22142 6.56689 6.93885 4.64584 7.76802 2C3.66477 2.59449 2.25056 5.90113 2.02862 7.70572C1.78348 9.69901 3.14003 11.5062 5.05857 11.7421Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 20C5.07536 15.3242 4.76992 11.1941 5.13275 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.50786 17.6681C10.6828 20.0602 13.5206 20.7199 15.8463 19.1415C18.172 17.5631 18.5378 13.1898 22 11.6651C18.3054 7.57247 13.6971 9.04998 11.5916 10.4789C9.26587 12.0573 8.33296 15.276 9.50786 17.6681Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 22C8.37778 17.9044 11.2644 15.43 14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-noodles{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 12C18 10.6193 16.8807 9.5 15.5 9.5C14.1193 9.5 13 10.6193 13 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 3V12M8.5 2.5V7.5M11 2V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 4.5L6 4.1875M20 2L13.5 3.01562M4 7L6 6.875M20 6L13.5 6.40625%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.91145 12H19.0886C20.6914 12 21.2786 12.3707 20.8787 13.9821C20.1733 16.8246 18.1759 17.5306 16.3304 19.3859C15.8819 19.8369 16.5798 20.5032 16.5802 20.9992C16.5809 21.933 15.6928 22 14.9854 22H9.0146C8.30717 22 7.41908 21.933 7.41982 20.9992C7.4202 20.5137 8.0972 19.8159 7.66957 19.3859C5.82407 17.5306 3.82674 16.8246 3.12128 13.9821C2.72136 12.3707 3.30857 12 4.91145 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 12C18 10.6193 16.8807 9.5 15.5 9.5C14.1193 9.5 13 10.6193 13 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 3V12M8.5 2.5V7.5M11 2V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 4.5L6 4.1875M20 2L13.5 3.01562M4 7L6 6.875M20 6L13.5 6.40625%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.91145 12H19.0886C20.6914 12 21.2786 12.3707 20.8787 13.9821C20.1733 16.8246 18.1759 17.5306 16.3304 19.3859C15.8819 19.8369 16.5798 20.5032 16.5802 20.9992C16.5809 21.933 15.6928 22 14.9854 22H9.0146C8.30717 22 7.41908 21.933 7.41982 20.9992C7.4202 20.5137 8.0972 19.8159 7.66957 19.3859C5.82407 17.5306 3.82674 16.8246 3.12128 13.9821C2.72136 12.3707 3.30857 12 4.91145 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-nut{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.89827 6.08398C6.64377 6.78958 3.96685 8.62514 2.86469 10.6412C2.23521 11.5872 1.49006 13.7754 2.4842 17.1678C2.66614 17.9522 3.02698 19.6523 2.80866 20.1856C3.33888 19.966 5.02893 20.329 5.80867 20.512C9.18102 21.5121 11.3563 20.7625 12.2967 20.1293C14.3008 19.0206 16.1255 16.3277 16.8269 14.0598%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0019 4.91356C21.3554 4.46652 19.5611 3.88083 17.7008 5.34786M15.8059 4.08809C13.1462 2.66123 11.0125 2.88563 9.84211 3.37014C9.65278 3.44852 9.48077 3.56939 9.36056 3.73607C8.43162 5.02413 9.61151 6.96848 11.8964 9.75454C12.2755 10.2167 12.6982 10.6435 13.157 11.0256C15.8613 13.2778 17.962 14.5917 19.2558 13.6259C19.3971 13.5204 19.5037 13.3751 19.5777 13.2145C20.2179 11.824 20.1003 9.53064 18.7973 7.08753C18.1194 5.81648 17.0713 4.76694 15.8059 4.08809Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.89827 6.08398C6.64377 6.78958 3.96685 8.62514 2.86469 10.6412C2.23521 11.5872 1.49006 13.7754 2.4842 17.1678C2.66614 17.9522 3.02698 19.6523 2.80866 20.1856C3.33888 19.966 5.02893 20.329 5.80867 20.512C9.18102 21.5121 11.3563 20.7625 12.2967 20.1293C14.3008 19.0206 16.1255 16.3277 16.8269 14.0598%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0019 4.91356C21.3554 4.46652 19.5611 3.88083 17.7008 5.34786M15.8059 4.08809C13.1462 2.66123 11.0125 2.88563 9.84211 3.37014C9.65278 3.44852 9.48077 3.56939 9.36056 3.73607C8.43162 5.02413 9.61151 6.96848 11.8964 9.75454C12.2755 10.2167 12.6982 10.6435 13.157 11.0256C15.8613 13.2778 17.962 14.5917 19.2558 13.6259C19.3971 13.5204 19.5037 13.3751 19.5777 13.2145C20.2179 11.824 20.1003 9.53064 18.7973 7.08753C18.1194 5.81648 17.0713 4.76694 15.8059 4.08809Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-octopus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0925 13C17.2309 12.0981 18 10.8493 18 9.46931C18 6.71919 14.9455 2 12 2C9.05448 2 6 6.71919 6 9.46931C6 10.8493 6.76907 12.0981 7.90754 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0117 10L14.0027 10%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0117 10L10.0027 10%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 14C13.0164 18 13.8997 19.7143 17 22M10.5 14C10.9836 18 10.1002 19.7143 7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 14C14.5 16 17.0791 18.5 19.0475 18.5C21.0158 18.5 22 17.2688 22 15.75C22 14.2312 20.8984 13 19.5396 13M10.5 14C9.5 16 6.92082 18.5 4.95249 18.5C2.98416 18.5 2 17.2688 2 15.75C2 14.2312 3.10156 13 4.46041 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0925 13C17.2309 12.0981 18 10.8493 18 9.46931C18 6.71919 14.9455 2 12 2C9.05448 2 6 6.71919 6 9.46931C6 10.8493 6.76907 12.0981 7.90754 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0117 10L14.0027 10%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0117 10L10.0027 10%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 14C13.0164 18 13.8997 19.7143 17 22M10.5 14C10.9836 18 10.1002 19.7143 7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 14C14.5 16 17.0791 18.5 19.0475 18.5C21.0158 18.5 22 17.2688 22 15.75C22 14.2312 20.8984 13 19.5396 13M10.5 14C9.5 16 6.92082 18.5 4.95249 18.5C2.98416 18.5 2 17.2688 2 15.75C2 14.2312 3.10156 13 4.46041 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-orange{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 14C20.5 18.4183 16.6944 22 12 22C7.30558 22 3.5 18.4183 3.5 14C3.5 9.58172 7.30558 6 12 6C16.6944 6 20.5 9.58172 20.5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 6C12 4.66667 12.6 2 15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6C11.5 4.83333 12 2 6 2C6.33333 3 7 6 12 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 14C20.5 18.4183 16.6944 22 12 22C7.30558 22 3.5 18.4183 3.5 14C3.5 9.58172 7.30558 6 12 6C16.6944 6 20.5 9.58172 20.5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 6C12 4.66667 12.6 2 15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6C11.5 4.83333 12 2 6 2C6.33333 3 7 6 12 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-organic-food{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 9.25524C7.60631 7.95835 5.08056 5.71428 3 2M11.6155 4.41901C9.5805 3.0835 7.09742 3.64165 6.06938 5.66567C5.04134 7.68969 5.85764 10.4131 7.89263 11.7486C9.73497 12.9577 13.7672 14.2079 17 10.745C13.9706 9.45488 13.6505 5.75451 11.6155 4.41901Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 11C3.36093 11.4709 3 12.0054 3 12.572C3 14.4652 7.02944 16 12 16C16.9706 16 21 14.4652 21 12.572C21 12.0054 20.6391 11.4709 20 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13C21 16.5766 18.4936 19.7147 15.7951 21.4822C15.2402 21.8457 14.5804 22 13.9171 22H10.0829C9.41959 22 8.75976 21.8457 8.20486 21.4822C5.5064 19.7147 3 16.5766 3 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 9.25524C7.60631 7.95835 5.08056 5.71428 3 2M11.6155 4.41901C9.5805 3.0835 7.09742 3.64165 6.06938 5.66567C5.04134 7.68969 5.85764 10.4131 7.89263 11.7486C9.73497 12.9577 13.7672 14.2079 17 10.745C13.9706 9.45488 13.6505 5.75451 11.6155 4.41901Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 11C3.36093 11.4709 3 12.0054 3 12.572C3 14.4652 7.02944 16 12 16C16.9706 16 21 14.4652 21 12.572C21 12.0054 20.6391 11.4709 20 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13C21 16.5766 18.4936 19.7147 15.7951 21.4822C15.2402 21.8457 14.5804 22 13.9171 22H10.0829C9.41959 22 8.75976 21.8457 8.20486 21.4822C5.5064 19.7147 3 16.5766 3 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-pie{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.7578 10.1693C21.5 10.1693 22 11.1878 22 12.027C22 14.3396 18.5658 14.7345 18 12.5287C17.4968 14.4904 14.5032 14.4904 14 12.5287C13.4968 14.4904 10.5032 14.4904 10 12.5287C9.49677 14.4904 6.50323 14.4904 6 12.5287C5.43417 14.7345 2 14.3396 2 12.027C2 11.1878 2.5 10.1693 3.24224 10.1693C4.18202 6.63181 7.74641 4 12 4C16.2536 4 19.818 6.63181 20.7578 10.1693Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7.5L15.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 7.5L8.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 14L3.94872 15.0769C4.94302 17.4632 5.44017 18.6564 6.44787 19.3282C7.45556 20 8.74815 20 11.3333 20H12.6667C15.2518 20 16.5444 20 17.5521 19.3282C18.5598 18.6564 19.057 17.4632 20.0513 15.0769L20.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.7578 10.1693C21.5 10.1693 22 11.1878 22 12.027C22 14.3396 18.5658 14.7345 18 12.5287C17.4968 14.4904 14.5032 14.4904 14 12.5287C13.4968 14.4904 10.5032 14.4904 10 12.5287C9.49677 14.4904 6.50323 14.4904 6 12.5287C5.43417 14.7345 2 14.3396 2 12.027C2 11.1878 2.5 10.1693 3.24224 10.1693C4.18202 6.63181 7.74641 4 12 4C16.2536 4 19.818 6.63181 20.7578 10.1693Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7.5L15.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 7.5L8.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 14L3.94872 15.0769C4.94302 17.4632 5.44017 18.6564 6.44787 19.3282C7.45556 20 8.74815 20 11.3333 20H12.6667C15.2518 20 16.5444 20 17.5521 19.3282C18.5598 18.6564 19.057 17.4632 20.0513 15.0769L20.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-pizza-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2201 18.821L18.6793 13.1312C20.1246 12.159 20.8472 11.673 20.9785 10.7879C21.1098 9.90283 20.6352 9.30806 19.686 8.11852C17.5076 5.3886 14.548 3.35345 11.1624 2.38141C9.87428 2.01158 9.23023 1.82667 8.53978 2.2186C7.84933 2.61053 7.62404 3.37564 7.17348 4.90586L4.40648 14.3032C3.11201 18.6995 2.46477 20.8977 3.54764 21.7392C4.63051 22.5807 6.49371 21.3275 10.2201 18.821Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 5C7.5 5 8.03795 5.1182 8.90014 5.38146C11.6322 6.21565 14.0691 7.83278 16 10.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.008 11H12.999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.28309 7.95312C7.35896 8.24808 8.04372 9.23142 8.04372 10.4264C8.04372 12.0936 6.42377 13.3678 4.82373 12.9134%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9235 16.9934C12.6273 15.8483 11.6587 15.0088 10.5096 15.0088C9.12491 15.0088 8.00244 16.2276 8.00244 17.7311C8.00244 18.5277 8.31752 19.2444 8.81972 19.7422%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2201 18.821L18.6793 13.1312C20.1246 12.159 20.8472 11.673 20.9785 10.7879C21.1098 9.90283 20.6352 9.30806 19.686 8.11852C17.5076 5.3886 14.548 3.35345 11.1624 2.38141C9.87428 2.01158 9.23023 1.82667 8.53978 2.2186C7.84933 2.61053 7.62404 3.37564 7.17348 4.90586L4.40648 14.3032C3.11201 18.6995 2.46477 20.8977 3.54764 21.7392C4.63051 22.5807 6.49371 21.3275 10.2201 18.821Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 5C7.5 5 8.03795 5.1182 8.90014 5.38146C11.6322 6.21565 14.0691 7.83278 16 10.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.008 11H12.999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.28309 7.95312C7.35896 8.24808 8.04372 9.23142 8.04372 10.4264C8.04372 12.0936 6.42377 13.3678 4.82373 12.9134%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9235 16.9934C12.6273 15.8483 11.6587 15.0088 10.5096 15.0088C9.12491 15.0088 8.00244 16.2276 8.00244 17.7311C8.00244 18.5277 8.31752 19.2444 8.81972 19.7422%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-pizza-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4258 2.87898C15.732 2.31011 13.9049 2 12 2C10.0951 2 8.26804 2.31011 6.57421 2.87898C5.21758 3.3346 4.53927 3.56241 4.16572 4.30884C3.79218 5.05528 4.08752 5.79951 4.67819 7.28799L8.00604 15.674C9.67961 19.8913 10.5164 22 12 22C13.4836 22 14.3204 19.8913 15.994 15.674L19.3218 7.28799C19.9125 5.79952 20.2078 5.05528 19.8343 4.30884C19.4607 3.56241 18.7824 3.3346 17.4258 2.87898Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 7.98586C18.6678 7.70091 18.3891 7.35833 18.181 6.97194C17.3084 5.35222 15.2912 4.62976 13.5189 5.30223C12.6175 5.64425 11.6116 5.63498 10.7173 5.2764C8.9589 4.57139 6.92748 5.25652 6.02234 6.85986C5.76847 7.30957 5.41836 7.69694 5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10.3285C6.39004 10.1194 6.84125 10 7.32204 10C8.80104 10 10 11.13 10 12.524C10 13.7496 9.07312 14.7711 7.84398 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0078 9L13.9988 9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 14C13.5 14 13 14.5 13 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4258 2.87898C15.732 2.31011 13.9049 2 12 2C10.0951 2 8.26804 2.31011 6.57421 2.87898C5.21758 3.3346 4.53927 3.56241 4.16572 4.30884C3.79218 5.05528 4.08752 5.79951 4.67819 7.28799L8.00604 15.674C9.67961 19.8913 10.5164 22 12 22C13.4836 22 14.3204 19.8913 15.994 15.674L19.3218 7.28799C19.9125 5.79952 20.2078 5.05528 19.8343 4.30884C19.4607 3.56241 18.7824 3.3346 17.4258 2.87898Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 7.98586C18.6678 7.70091 18.3891 7.35833 18.181 6.97194C17.3084 5.35222 15.2912 4.62976 13.5189 5.30223C12.6175 5.64425 11.6116 5.63498 10.7173 5.2764C8.9589 4.57139 6.92748 5.25652 6.02234 6.85986C5.76847 7.30957 5.41836 7.69694 5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10.3285C6.39004 10.1194 6.84125 10 7.32204 10C8.80104 10 10 11.13 10 12.524C10 13.7496 9.07312 14.7711 7.84398 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0078 9L13.9988 9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 14C13.5 14 13 14.5 13 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-popcorn{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00342 12.001L6.03831 17.0165C6.49989 19.2534 6.73067 20.3719 7.55975 21.0308C9.13581 22.2831 14.8599 22.2871 16.441 21.0308C17.2701 20.3719 17.5009 19.2534 17.9625 17.0165L18.9973 12.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.0044 12.0146L14.0044 21.9989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.0938 2.31241C11.4908 2.49628 11.8312 2.84948 12.0243 3.0286C12.2175 2.84948 12.5092 2.49625 12.9062 2.31238C14.4774 1.58466 16.6099 2.17163 17.4834 3.66388C17.8376 4.26907 18.1149 5.1044 18.0481 5.98847C19.2574 5.98847 20.9317 6.89314 20.9968 8.83826C21.0557 10.5997 20.1509 11.3978 19.4073 11.7757C19.0347 11.9652 18.6108 12.0134 18.1926 12.0134L5.80737 12.0134C5.38915 12.0134 4.96528 11.9652 4.59267 11.7758C3.84906 11.3978 2.94431 10.5997 3.00322 8.83829C3.06828 6.89317 4.79866 6.03192 6.00801 6.03192C5.94113 5.14785 6.16241 4.2691 6.51665 3.66391C7.39012 2.17166 9.52256 1.5847 11.0938 2.31241Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00342 12.001L6.03831 17.0165C6.49989 19.2534 6.73067 20.3719 7.55975 21.0308C9.13581 22.2831 14.8599 22.2871 16.441 21.0308C17.2701 20.3719 17.5009 19.2534 17.9625 17.0165L18.9973 12.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.0044 12.0146L14.0044 21.9989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.0938 2.31241C11.4908 2.49628 11.8312 2.84948 12.0243 3.0286C12.2175 2.84948 12.5092 2.49625 12.9062 2.31238C14.4774 1.58466 16.6099 2.17163 17.4834 3.66388C17.8376 4.26907 18.1149 5.1044 18.0481 5.98847C19.2574 5.98847 20.9317 6.89314 20.9968 8.83826C21.0557 10.5997 20.1509 11.3978 19.4073 11.7757C19.0347 11.9652 18.6108 12.0134 18.1926 12.0134L5.80737 12.0134C5.38915 12.0134 4.96528 11.9652 4.59267 11.7758C3.84906 11.3978 2.94431 10.5997 3.00322 8.83829C3.06828 6.89317 4.79866 6.03192 6.00801 6.03192C5.94113 5.14785 6.16241 4.2691 6.51665 3.66391C7.39012 2.17166 9.52256 1.5847 11.0938 2.31241Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-prawn{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 5C5.80558 5 2 8.80558 2 13.5C2 18.1944 5.80558 22 10.5 22C15.1944 22 19 18.1944 19 13.5C19 13.0306 18.6156 12.6411 18.1554 12.7339C16.2128 13.1256 14.75 14.842 14.75 16.9M10.5 5H17.3C18.2389 5 19.0218 5.77293 18.7902 6.6828C18.0413 9.62441 15.3747 11.8 12.2 11.8H10.5C9.09167 11.8 7.95 12.9417 7.95 14.35C7.95 15.7583 9.09167 16.9 10.5 16.9H14.75M10.5 5V8.4M14.75 16.9V17.75M5.4 20.3L8.8 16.9M3.275 9.25L7.95 13.075%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 8L13.491 8%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2H20.1608C21.321 2 22.1912 3.05108 21.9637 4.17765C21.6689 5.63726 20.3433 6.67831 18.9189 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 5C5.80558 5 2 8.80558 2 13.5C2 18.1944 5.80558 22 10.5 22C15.1944 22 19 18.1944 19 13.5C19 13.0306 18.6156 12.6411 18.1554 12.7339C16.2128 13.1256 14.75 14.842 14.75 16.9M10.5 5H17.3C18.2389 5 19.0218 5.77293 18.7902 6.6828C18.0413 9.62441 15.3747 11.8 12.2 11.8H10.5C9.09167 11.8 7.95 12.9417 7.95 14.35C7.95 15.7583 9.09167 16.9 10.5 16.9H14.75M10.5 5V8.4M14.75 16.9V17.75M5.4 20.3L8.8 16.9M3.275 9.25L7.95 13.075%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 8L13.491 8%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2H20.1608C21.321 2 22.1912 3.05108 21.9637 4.17765C21.6689 5.63726 20.3433 6.67831 18.9189 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-pumpkin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 18C16 20 14 22 12 22C10 22 8 20 8 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8C14.4012 6.8044 13.2819 6 12 6C10.7181 6 9.59883 6.8044 9 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4118 19.4077C19.6471 21.8019 22 16.4063 22 12.7038C22 9.00141 19.7754 6 17.0313 6C16.0946 6 14.9412 6.47885 14 7.43654%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.58824 19.4077C4.35294 21.8019 2 16.4063 2 12.7038C2 9.00141 4.22456 6 6.9687 6C7.90542 6 9.05882 6.47885 10 7.43654%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 6C12 4.66667 12.6 2 15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 18C16 20 14 22 12 22C10 22 8 20 8 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8C14.4012 6.8044 13.2819 6 12 6C10.7181 6 9.59883 6.8044 9 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4118 19.4077C19.6471 21.8019 22 16.4063 22 12.7038C22 9.00141 19.7754 6 17.0313 6C16.0946 6 14.9412 6.47885 14 7.43654%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.58824 19.4077C4.35294 21.8019 2 16.4063 2 12.7038C2 9.00141 4.22456 6 6.9687 6C7.90542 6 9.05882 6.47885 10 7.43654%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 6C12 4.66667 12.6 2 15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-rice-bowl-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.91145 12H18.0886C19.6914 12 20.2786 12.3707 19.8787 13.9821C19.1733 16.8246 17.1759 17.5306 15.3304 19.3859C14.8819 19.8369 15.5798 20.5032 15.5802 20.9992C15.5809 21.933 14.6928 22 13.9854 22H8.0146C7.30717 22 6.41908 21.933 6.41982 20.9992C6.4202 20.5137 7.0972 19.8159 6.66957 19.3859C4.82407 17.5306 2.82674 16.8246 2.12128 13.9821C1.72136 12.3707 2.30857 12 3.91145 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12C18.5 10.2089 16.6001 8.98823 15 9.69218M3.5 12C3.5 10.7067 4.46855 9.64127 5.7151 9.49889C4.90104 7.65834 6.62631 5.59405 8.53891 6.01716M16.292 9.48272C17.0733 7.68217 15.4185 5.58415 13.4611 6.01716C12.9848 3.32761 9.01516 3.32761 8.53891 6.01716M8.53891 6.01716C9.13252 6.14848 9.64708 6.49221 10 6.96519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9L22 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 6L18 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.91145 12H18.0886C19.6914 12 20.2786 12.3707 19.8787 13.9821C19.1733 16.8246 17.1759 17.5306 15.3304 19.3859C14.8819 19.8369 15.5798 20.5032 15.5802 20.9992C15.5809 21.933 14.6928 22 13.9854 22H8.0146C7.30717 22 6.41908 21.933 6.41982 20.9992C6.4202 20.5137 7.0972 19.8159 6.66957 19.3859C4.82407 17.5306 2.82674 16.8246 2.12128 13.9821C1.72136 12.3707 2.30857 12 3.91145 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12C18.5 10.2089 16.6001 8.98823 15 9.69218M3.5 12C3.5 10.7067 4.46855 9.64127 5.7151 9.49889C4.90104 7.65834 6.62631 5.59405 8.53891 6.01716M16.292 9.48272C17.0733 7.68217 15.4185 5.58415 13.4611 6.01716C12.9848 3.32761 9.01516 3.32761 8.53891 6.01716M8.53891 6.01716C9.13252 6.14848 9.64708 6.49221 10 6.96519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9L22 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 6L18 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-rice-bowl-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 9L6.73072 7.88715C8.5751 5.07821 9.4973 3.67374 10.684 3.23546C11.5341 2.92151 12.4659 2.92151 13.316 3.23546C14.5027 3.67374 15.4249 5.07821 17.2693 7.88714L18 8.99999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.7256 20.3049C17.6228 21 15.7485 21 12 21C8.25145 21 6.37718 21 5.27439 20.3049C3.97149 19.4837 3.14038 18.0526 3.01914 16.4815C2.99794 16.2067 2.98734 16.0693 2.98478 15.9194C2.98223 15.7694 2.99053 15.5762 3.00713 15.1899C3.04542 14.2991 3.26441 12.6191 4.2748 11C5.11593 12.6336 7.91891 15.1596 10.5006 17.1682M18.7256 20.3049C20.0285 19.4837 20.8596 18.0526 20.9809 16.4815C21.0021 16.2067 21.0127 16.0693 21.0152 15.9194C21.0178 15.7694 21.0095 15.5762 20.9929 15.1899C20.9546 14.2991 20.7356 12.6191 19.7252 11C18.3163 13.0751 13.6993 17.214 10.5006 17.1682M18.7256 20.3049C15.4906 20.2278 12.7105 18.8875 10.5006 17.1682%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 11.5L14.491 11.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 7C11.6667 7.33333 12.3 8 13.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11L9.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 9L6.73072 7.88715C8.5751 5.07821 9.4973 3.67374 10.684 3.23546C11.5341 2.92151 12.4659 2.92151 13.316 3.23546C14.5027 3.67374 15.4249 5.07821 17.2693 7.88714L18 8.99999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.7256 20.3049C17.6228 21 15.7485 21 12 21C8.25145 21 6.37718 21 5.27439 20.3049C3.97149 19.4837 3.14038 18.0526 3.01914 16.4815C2.99794 16.2067 2.98734 16.0693 2.98478 15.9194C2.98223 15.7694 2.99053 15.5762 3.00713 15.1899C3.04542 14.2991 3.26441 12.6191 4.2748 11C5.11593 12.6336 7.91891 15.1596 10.5006 17.1682M18.7256 20.3049C20.0285 19.4837 20.8596 18.0526 20.9809 16.4815C21.0021 16.2067 21.0127 16.0693 21.0152 15.9194C21.0178 15.7694 21.0095 15.5762 20.9929 15.1899C20.9546 14.2991 20.7356 12.6191 19.7252 11C18.3163 13.0751 13.6993 17.214 10.5006 17.1682M18.7256 20.3049C15.4906 20.2278 12.7105 18.8875 10.5006 17.1682%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 11.5L14.491 11.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 7C11.6667 7.33333 12.3 8 13.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11L9.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-sausage{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5.66697L12 7.5M22 3L20 5.5L22 6.19982M2 3L4 5.5L2 6.19982M15 5.22532L15.5 7M8.99995 5.22532L8.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11C14.5024 11 16.863 10.2715 18.9424 8.98155C20.0441 8.29811 20.3027 6.61406 19.6351 5.36009C18.9013 3.98186 17.3452 3.67998 16.092 4.32364C14.836 4.96875 13.4528 5.32591 12 5.32591C10.5472 5.32591 9.16398 4.96875 7.90796 4.32364C6.65477 3.67998 5.0987 3.98186 4.36491 5.36008C3.69726 6.61406 3.95591 8.29811 5.05764 8.98155C7.13702 10.2715 9.49759 11 12 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15.667V17.2664M12 15.667C13.04 15.667 14.0463 15.513 15 15.2253M12 15.667C10.9599 15.667 9.95362 15.513 8.99995 15.2253M3.92872 15.6991C3.22294 16.8777 3.49636 18.4605 4.66103 19.1029C6.8592 20.3153 9.35461 21 12 21C14.6453 21 17.1408 20.3153 19.3389 19.1029C20.5036 18.4605 20.777 16.8777 20.0712 15.6991M3.92872 15.6991C4.70444 14.4037 6.3494 14.12 7.67417 14.7249C8.10277 14.9207 8.54538 15.0882 8.99995 15.2253M3.92872 15.6991L2 13M3.92872 15.6991L2 16.1998M20.0712 15.6991C19.2955 14.4037 17.6505 14.12 16.3258 14.7249C15.8972 14.9207 15.4546 15.0882 15 15.2253M20.0712 15.6991L22 16.1998M20.0712 15.667L22 13M15 15.2253L15.5 16.7331M8.99995 15.2253L8.5 16.7331%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5.66697L12 7.5M22 3L20 5.5L22 6.19982M2 3L4 5.5L2 6.19982M15 5.22532L15.5 7M8.99995 5.22532L8.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11C14.5024 11 16.863 10.2715 18.9424 8.98155C20.0441 8.29811 20.3027 6.61406 19.6351 5.36009C18.9013 3.98186 17.3452 3.67998 16.092 4.32364C14.836 4.96875 13.4528 5.32591 12 5.32591C10.5472 5.32591 9.16398 4.96875 7.90796 4.32364C6.65477 3.67998 5.0987 3.98186 4.36491 5.36008C3.69726 6.61406 3.95591 8.29811 5.05764 8.98155C7.13702 10.2715 9.49759 11 12 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15.667V17.2664M12 15.667C13.04 15.667 14.0463 15.513 15 15.2253M12 15.667C10.9599 15.667 9.95362 15.513 8.99995 15.2253M3.92872 15.6991C3.22294 16.8777 3.49636 18.4605 4.66103 19.1029C6.8592 20.3153 9.35461 21 12 21C14.6453 21 17.1408 20.3153 19.3389 19.1029C20.5036 18.4605 20.777 16.8777 20.0712 15.6991M3.92872 15.6991C4.70444 14.4037 6.3494 14.12 7.67417 14.7249C8.10277 14.9207 8.54538 15.0882 8.99995 15.2253M3.92872 15.6991L2 13M3.92872 15.6991L2 16.1998M20.0712 15.6991C19.2955 14.4037 17.6505 14.12 16.3258 14.7249C15.8972 14.9207 15.4546 15.0882 15 15.2253M20.0712 15.6991L22 16.1998M20.0712 15.667L22 13M15 15.2253L15.5 16.7331M8.99995 15.2253L8.5 16.7331%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-shellfish{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5457 4.95548C14.6207 5.26464 14.6405 5.59372 14.5947 5.93067L13.7727 11.975M14.5457 4.95548C13.9137 2.34817 10.0863 2.34817 9.45425 4.95548M14.5457 4.95548C16.113 3.34704 18.9261 4.94832 19 6.95915M19 6.95915C20 7.12691 22 8.0641 22 10.4708C22 12.6443 19.3928 14.94 16.8169 16.7647C16.2348 17.1771 15.9437 17.3833 15.7575 17.5326C15.1829 17.9935 14.8201 18.3672 14.3765 18.9552C14.2328 19.1457 14.0838 19.3697 13.786 19.8177L13.5536 20.1673C13.2078 20.6874 12.6246 21 12 21C11.3754 21 10.7922 20.6874 10.4464 20.1673L10.214 19.8177C9.91617 19.3697 9.76725 19.1457 9.62352 18.9552C9.1799 18.3672 8.81709 17.9935 8.2425 17.5326C8.05634 17.3833 7.76522 17.1771 7.18308 16.7647C4.60719 14.94 2 12.6443 2 10.4708C2 8.0641 4 7.12691 5 6.95915M19 6.95915C19.0676 8.79881 17.8104 11.2684 16.6976 12.9777M9.45425 4.95548C9.37931 5.26464 9.35952 5.59372 9.40534 5.93067L10.2273 11.975M9.45425 4.95548C7.88696 3.34704 5.07389 4.94832 5 6.95915M5 6.95915C4.93239 8.79881 6.18965 11.2684 7.30238 12.9777%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 16L17.2412 19.7942C17.1009 20.4953 16.4853 21 15.7703 21H8.22971C7.51468 21 6.89906 20.4953 6.75883 19.7942L6 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5457 4.95548C14.6207 5.26464 14.6405 5.59372 14.5947 5.93067L13.7727 11.975M14.5457 4.95548C13.9137 2.34817 10.0863 2.34817 9.45425 4.95548M14.5457 4.95548C16.113 3.34704 18.9261 4.94832 19 6.95915M19 6.95915C20 7.12691 22 8.0641 22 10.4708C22 12.6443 19.3928 14.94 16.8169 16.7647C16.2348 17.1771 15.9437 17.3833 15.7575 17.5326C15.1829 17.9935 14.8201 18.3672 14.3765 18.9552C14.2328 19.1457 14.0838 19.3697 13.786 19.8177L13.5536 20.1673C13.2078 20.6874 12.6246 21 12 21C11.3754 21 10.7922 20.6874 10.4464 20.1673L10.214 19.8177C9.91617 19.3697 9.76725 19.1457 9.62352 18.9552C9.1799 18.3672 8.81709 17.9935 8.2425 17.5326C8.05634 17.3833 7.76522 17.1771 7.18308 16.7647C4.60719 14.94 2 12.6443 2 10.4708C2 8.0641 4 7.12691 5 6.95915M19 6.95915C19.0676 8.79881 17.8104 11.2684 16.6976 12.9777M9.45425 4.95548C9.37931 5.26464 9.35952 5.59372 9.40534 5.93067L10.2273 11.975M9.45425 4.95548C7.88696 3.34704 5.07389 4.94832 5 6.95915M5 6.95915C4.93239 8.79881 6.18965 11.2684 7.30238 12.9777%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 16L17.2412 19.7942C17.1009 20.4953 16.4853 21 15.7703 21H8.22971C7.51468 21 6.89906 20.4953 6.75883 19.7942L6 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-snail{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.57687 14C9.57687 16.5 11.5 20 15.5399 20C19.5798 20 21.9999 16.866 21.9999 13C21.9999 8.02944 17.7699 4 12.0615 4C6.41519 4 1.41338 8.25529 2.0558 15.3865C2.08969 15.7628 2.34812 16.0843 2.71438 16.1769C5.41315 16.8591 8.18768 15.8637 9.57687 14ZM9.57687 14C9.57687 8.87223 17.5276 7.79116 17.5276 13C17.5276 14.4689 16.4999 15.7264 15.043 16.2456%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.57687 14C9.57687 16.5 11.5 20 15.5399 20C19.5798 20 21.9999 16.866 21.9999 13C21.9999 8.02944 17.7699 4 12.0615 4C6.41519 4 1.41338 8.25529 2.0558 15.3865C2.08969 15.7628 2.34812 16.0843 2.71438 16.1769C5.41315 16.8591 8.18768 15.8637 9.57687 14ZM9.57687 14C9.57687 8.87223 17.5276 7.79116 17.5276 13C17.5276 14.4689 16.4999 15.7264 15.043 16.2456%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-soda-can{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.92711 3.88746L6.90031 2.71963C7.1952 2.36576 7.34265 2.18882 7.54422 2.09441C7.74579 2 7.97611 2 8.43675 2H15.5633C16.0239 2 16.2542 2 16.4558 2.09441C16.6574 2.18882 16.8048 2.36576 17.0997 2.71963L18.0729 3.88746C18.5317 4.43802 18.7611 4.7133 18.8805 5.04325C19 5.3732 19 5.73153 19 6.4482V17.5518C19 18.2685 19 18.6268 18.8805 18.9568C18.7611 19.2867 18.5317 19.562 18.0729 20.1125L16.7998 21.6402C16.6524 21.8171 16.5787 21.9056 16.4779 21.9528C16.3771 22 16.2619 22 16.0316 22H7.96837C7.73805 22 7.6229 22 7.52211 21.9528C7.42132 21.9056 7.3476 21.8171 7.20015 21.6402L5.92711 20.1125C5.46831 19.562 5.23891 19.2867 5.11946 18.9568C5 18.6268 5 18.2685 5 17.5518V6.4482C5 5.73153 5 5.3732 5.11946 5.04325C5.23891 4.7133 5.46831 4.43802 5.92711 3.88746Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 5L19 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 19H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 2H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.92711 3.88746L6.90031 2.71963C7.1952 2.36576 7.34265 2.18882 7.54422 2.09441C7.74579 2 7.97611 2 8.43675 2H15.5633C16.0239 2 16.2542 2 16.4558 2.09441C16.6574 2.18882 16.8048 2.36576 17.0997 2.71963L18.0729 3.88746C18.5317 4.43802 18.7611 4.7133 18.8805 5.04325C19 5.3732 19 5.73153 19 6.4482V17.5518C19 18.2685 19 18.6268 18.8805 18.9568C18.7611 19.2867 18.5317 19.562 18.0729 20.1125L16.7998 21.6402C16.6524 21.8171 16.5787 21.9056 16.4779 21.9528C16.3771 22 16.2619 22 16.0316 22H7.96837C7.73805 22 7.6229 22 7.52211 21.9528C7.42132 21.9056 7.3476 21.8171 7.20015 21.6402L5.92711 20.1125C5.46831 19.562 5.23891 19.2867 5.11946 18.9568C5 18.6268 5 18.2685 5 17.5518V6.4482C5 5.73153 5 5.3732 5.11946 5.04325C5.23891 4.7133 5.46831 4.43802 5.92711 3.88746Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 5L19 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 19H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 2H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-soft-drink-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7V4.34832C12 2.1606 12.3737 1.6318 14.4968 2.22769L18 3.21095%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7L7.1398 18.1606C7.31099 19.8368 7.39658 20.6749 7.96796 21.1813C9.1458 22.225 14.7472 22.3198 16.032 21.1813C16.6034 20.6749 16.689 19.8368 16.8602 18.1606L18 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7V4.34832C12 2.1606 12.3737 1.6318 14.4968 2.22769L18 3.21095%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7L7.1398 18.1606C7.31099 19.8368 7.39658 20.6749 7.96796 21.1813C9.1458 22.225 14.7472 22.3198 16.032 21.1813C16.6034 20.6749 16.689 19.8368 16.8602 18.1606L18 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-soft-drink-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.63244 18.2626L5.03072 6.09986C4.91063 5.188 5.11589 5 6.12552 5H16.8745C17.8841 5 18.0894 5.188 17.9693 6.09986L16.3676 18.2626C16.1495 19.9182 16.0405 20.746 15.4139 21.2437C14.1165 22.2744 8.827 22.2295 7.58606 21.2437C6.95948 20.746 6.85047 19.9182 6.63244 18.2626Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 19L13.946 2.94128C13.9771 2.41272 14.4148 2 14.9443 2H19.0014%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10C6.18182 9.66667 6.78182 9 8.09091 9C9.72727 9 9.29545 10 10.3864 10C11.4773 10 13.1136 9 14.75 9C16.3864 9 17.5 10 17.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0089 16H10%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.63244 18.2626L5.03072 6.09986C4.91063 5.188 5.11589 5 6.12552 5H16.8745C17.8841 5 18.0894 5.188 17.9693 6.09986L16.3676 18.2626C16.1495 19.9182 16.0405 20.746 15.4139 21.2437C14.1165 22.2744 8.827 22.2295 7.58606 21.2437C6.95948 20.746 6.85047 19.9182 6.63244 18.2626Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 19L13.946 2.94128C13.9771 2.41272 14.4148 2 14.9443 2H19.0014%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10C6.18182 9.66667 6.78182 9 8.09091 9C9.72727 9 9.29545 10 10.3864 10C11.4773 10 13.1136 9 14.75 9C16.3864 9 17.5 10 17.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0089 16H10%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-spaghetti{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.2916 13H2.70845C1.18885 13 2.48394 15.238 3.16941 15.581L5.53031 16.7625C5.76629 16.8806 5.88428 16.9396 5.98205 17.026C6.86002 17.8017 7.02027 19.169 8.12986 19.7633C8.57168 20 9.09521 20 10.1423 20H13.8577C14.9048 20 15.4283 20 15.8701 19.7633C16.9797 19.169 17.14 17.8017 18.018 17.026C18.1157 16.9396 18.2337 16.8806 18.4697 16.7625L20.8306 15.581C21.5161 15.238 22.8112 13 21.2916 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 13C15 9.68629 12.3137 7 9 7C5.68629 7 3 9.68629 3 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13C21 10.2386 18.7749 8 16.03 8C15.1061 8 14.2411 8.25382 13.5 8.69575%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12.2222C7 10.9949 7.89543 10 9 10C10.1046 10 11 10.9949 11 12.2222V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 6.55561C9.43124 4.79022 11.3282 3.68242 13.2369 4.08128C15.1456 4.48014 16.3434 6.23461 15.9121 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.2916 13H2.70845C1.18885 13 2.48394 15.238 3.16941 15.581L5.53031 16.7625C5.76629 16.8806 5.88428 16.9396 5.98205 17.026C6.86002 17.8017 7.02027 19.169 8.12986 19.7633C8.57168 20 9.09521 20 10.1423 20H13.8577C14.9048 20 15.4283 20 15.8701 19.7633C16.9797 19.169 17.14 17.8017 18.018 17.026C18.1157 16.9396 18.2337 16.8806 18.4697 16.7625L20.8306 15.581C21.5161 15.238 22.8112 13 21.2916 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 13C15 9.68629 12.3137 7 9 7C5.68629 7 3 9.68629 3 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13C21 10.2386 18.7749 8 16.03 8C15.1061 8 14.2411 8.25382 13.5 8.69575%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12.2222C7 10.9949 7.89543 10 9 10C10.1046 10 11 10.9949 11 12.2222V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 6.55561C9.43124 4.79022 11.3282 3.68242 13.2369 4.08128C15.1456 4.48014 16.3434 6.23461 15.9121 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-steak{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 16C19.7614 16 22 13.7614 22 11C22 9.87418 21.6279 8.83526 21 7.99951C18.8745 5.17054 16 4 12 4C8 4 2 6.86508 2 10.5C2 11.8807 3.11929 13 4.5 13H8C9.32374 12.9675 12 13.5 14.2356 15.167C15.0274 15.6933 15.9779 16 17 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 10.5V11C2 13.8284 2 15.2426 2.87868 16.1213C3.75736 17 5.17157 17 8 17C9.32374 16.9675 12 17.5 14.2356 19.167C15.0274 19.6933 15.9779 20 17 20C19.7614 20 22 17.7614 22 15V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.5 11C18.5 11.8284 17.8284 12.5 17 12.5C16.1716 12.5 15.5 11.8284 15.5 11C15.5 10.1716 16.1716 9.5 17 9.5C17.8284 9.5 18.5 10.1716 18.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 16C19.7614 16 22 13.7614 22 11C22 9.87418 21.6279 8.83526 21 7.99951C18.8745 5.17054 16 4 12 4C8 4 2 6.86508 2 10.5C2 11.8807 3.11929 13 4.5 13H8C9.32374 12.9675 12 13.5 14.2356 15.167C15.0274 15.6933 15.9779 16 17 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 10.5V11C2 13.8284 2 15.2426 2.87868 16.1213C3.75736 17 5.17157 17 8 17C9.32374 16.9675 12 17.5 14.2356 19.167C15.0274 19.6933 15.9779 20 17 20C19.7614 20 22 17.7614 22 15V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.5 11C18.5 11.8284 17.8284 12.5 17 12.5C16.1716 12.5 15.5 11.8284 15.5 11C15.5 10.1716 16.1716 9.5 17 9.5C17.8284 9.5 18.5 10.1716 18.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-sushi-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 13C20 16.0024 20 17.5036 19.1213 18.4363C17.0344 20.6515 6.71606 20.3867 4.87868 18.4363C4 17.5036 4 16.0024 4 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.04 4C4.4529 4 2.47653 8.7964 2.03855 12.6325C1.851 14.2752 2.33921 14.2488 3.69248 13.5405C5.76039 12.458 8.50919 11.766 12.04 11.766C15.5657 11.766 18.2639 12.456 20.3076 13.5357C21.6586 14.2494 22.1436 14.2742 21.9641 12.6322C21.5448 8.7961 19.6269 4 12.04 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.99609 12C6.99609 9.47222 7.8828 4.56415 12.9961 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 12C15 10.0614 15.5118 6.73584 18 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 13C20 16.0024 20 17.5036 19.1213 18.4363C17.0344 20.6515 6.71606 20.3867 4.87868 18.4363C4 17.5036 4 16.0024 4 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.04 4C4.4529 4 2.47653 8.7964 2.03855 12.6325C1.851 14.2752 2.33921 14.2488 3.69248 13.5405C5.76039 12.458 8.50919 11.766 12.04 11.766C15.5657 11.766 18.2639 12.456 20.3076 13.5357C21.6586 14.2494 22.1436 14.2742 21.9641 12.6322C21.5448 8.7961 19.6269 4 12.04 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.99609 12C6.99609 9.47222 7.8828 4.56415 12.9961 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 12C15 10.0614 15.5118 6.73584 18 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-sushi-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 9C13 10.1046 13.8954 11 15 11C16.1046 11 17 10.1046 17 9C17 7.89543 16.1046 7 15 7C13.8954 7 13 7.89543 13 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 9C10 11.7614 12.2386 14 15 14C17.7614 14 20 11.7614 20 9C20 6.23858 17.7614 4 15 4C12.2386 4 10 6.23858 10 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.5 2L7.53669 16.412M6 22L6.825 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12.5L2 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 9C13 10.1046 13.8954 11 15 11C16.1046 11 17 10.1046 17 9C17 7.89543 16.1046 7 15 7C13.8954 7 13 7.89543 13 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 9C10 11.7614 12.2386 14 15 14C17.7614 14 20 11.7614 20 9C20 6.23858 17.7614 4 15 4C12.2386 4 10 6.23858 10 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.5 2L7.53669 16.412M6 22L6.825 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12.5L2 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-sushi-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 9.5C5 10.8807 7.01472 12 9.5 12C11.9853 12 14 10.8807 14 9.5C14 8.11929 11.9853 7 9.5 7C7.01472 7 5 8.11929 5 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 16.6471C14 17.9466 11.9853 19 9.5 19C7.01472 19 5 17.9466 5 16.6471V9.5M14 9.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 9.5L9.49102 9.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 18L22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14L5 12.65M22 5L14 8.6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 9.5C5 10.8807 7.01472 12 9.5 12C11.9853 12 14 10.8807 14 9.5C14 8.11929 11.9853 7 9.5 7C7.01472 7 5 8.11929 5 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 16.6471C14 17.9466 11.9853 19 9.5 19C7.01472 19 5 17.9466 5 16.6471V9.5M14 9.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 9.5L9.49102 9.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 18L22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14L5 12.65M22 5L14 8.6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-taco-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9C7.67909 9 3.98995 11.9368 2.53353 16.0723C2.00628 17.5695 1.74265 18.318 2.34852 19.159C2.95439 20 3.94331 20 5.92117 20H18.0788C20.0567 20 21.0456 20 21.6515 19.159C22.2573 18.318 21.9937 17.5695 21.4665 16.0723C20.0101 11.9368 16.3209 9 12 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.3292 15C22.2972 13.7279 22.2176 11.9699 21.0901 10.7778C20.5725 10.2305 20.2571 9.53455 20.1924 8.80334C20.0438 7.12573 18.626 5.78671 16.8478 5.65884L16.6438 5.64417C15.8567 5.58757 15.1028 5.30226 14.4905 4.83203C13.0458 3.72266 10.9542 3.72266 9.50953 4.83203C8.89717 5.30226 8.14332 5.58757 7.35624 5.64417L7.15218 5.65884C5.37401 5.78671 3.95622 7.12573 3.80765 8.80334C3.74289 9.53455 3.42752 10.2305 2.90986 10.7778C1.78245 11.9699 1.70277 13.7279 2.67083 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0078 14L15.9988 14%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.0078 16L12.9988 16%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0078 17L17.9988 17%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9C7.67909 9 3.98995 11.9368 2.53353 16.0723C2.00628 17.5695 1.74265 18.318 2.34852 19.159C2.95439 20 3.94331 20 5.92117 20H18.0788C20.0567 20 21.0456 20 21.6515 19.159C22.2573 18.318 21.9937 17.5695 21.4665 16.0723C20.0101 11.9368 16.3209 9 12 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.3292 15C22.2972 13.7279 22.2176 11.9699 21.0901 10.7778C20.5725 10.2305 20.2571 9.53455 20.1924 8.80334C20.0438 7.12573 18.626 5.78671 16.8478 5.65884L16.6438 5.64417C15.8567 5.58757 15.1028 5.30226 14.4905 4.83203C13.0458 3.72266 10.9542 3.72266 9.50953 4.83203C8.89717 5.30226 8.14332 5.58757 7.35624 5.64417L7.15218 5.65884C5.37401 5.78671 3.95622 7.12573 3.80765 8.80334C3.74289 9.53455 3.42752 10.2305 2.90986 10.7778C1.78245 11.9699 1.70277 13.7279 2.67083 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0078 14L15.9988 14%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.0078 16L12.9988 16%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0078 17L17.9988 17%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-taco-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9C7.67909 9 3.98995 11.9368 2.53353 16.0723C2.00628 17.5695 1.74265 18.318 2.34852 19.159C2.95439 20 3.94331 20 5.92117 20H18.0788C20.0567 20 21.0456 20 21.6515 19.159C22.2573 18.318 21.9937 17.5695 21.4665 16.0723C20.0101 11.9368 16.3209 9 12 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.3292 15C22.2972 13.7279 22.2176 11.9699 21.0901 10.7778C20.5725 10.2305 20.2571 9.53455 20.1924 8.80334C20.0438 7.12573 18.626 5.78671 16.8478 5.65884L16.6438 5.64417C15.8567 5.58757 15.1028 5.30226 14.4905 4.83203C13.0458 3.72266 10.9542 3.72266 9.50953 4.83203C8.89717 5.30226 8.14332 5.58757 7.35624 5.64417L7.15218 5.65884C5.37401 5.78671 3.95622 7.12573 3.80765 8.80334C3.74289 9.53455 3.42752 10.2305 2.90986 10.7778C1.78245 11.9699 1.70277 13.7279 2.67083 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.49722 17H5.48828M6.99844 14L6.9895 14%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9C7.67909 9 3.98995 11.9368 2.53353 16.0723C2.00628 17.5695 1.74265 18.318 2.34852 19.159C2.95439 20 3.94331 20 5.92117 20H18.0788C20.0567 20 21.0456 20 21.6515 19.159C22.2573 18.318 21.9937 17.5695 21.4665 16.0723C20.0101 11.9368 16.3209 9 12 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.3292 15C22.2972 13.7279 22.2176 11.9699 21.0901 10.7778C20.5725 10.2305 20.2571 9.53455 20.1924 8.80334C20.0438 7.12573 18.626 5.78671 16.8478 5.65884L16.6438 5.64417C15.8567 5.58757 15.1028 5.30226 14.4905 4.83203C13.0458 3.72266 10.9542 3.72266 9.50953 4.83203C8.89717 5.30226 8.14332 5.58757 7.35624 5.64417L7.15218 5.65884C5.37401 5.78671 3.95622 7.12573 3.80765 8.80334C3.74289 9.53455 3.42752 10.2305 2.90986 10.7778C1.78245 11.9699 1.70277 13.7279 2.67083 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.49722 17H5.48828M6.99844 14L6.9895 14%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-tea-pod{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.0066 10.0048V6.50355C19.0066 4.01739 16.9837 2.00195 14.4884 2.00195C11.9931 2.00195 9.97021 4.01739 9.97021 6.50355V10.0048%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.4883 9.00444V7.50391%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.16983 11.1287L6.65262 16.9031C6.69107 16.9526 6.713 17.0129 6.71536 17.0754L6.80516 19.4597C6.83637 20.2886 7.41257 20.9976 8.21978 21.2004L8.46733 21.2626C12.449 22.2629 16.62 22.2421 20.5914 21.2021C21.3688 20.9985 21.9167 20.3062 21.934 19.5056L21.9944 16.714C22.0799 12.7816 20.8067 11.9344 20.1838 11.3633C18.7424 10.0418 16.5971 9.72394 14.5372 9.72394C10.9647 9.72394 9.24485 10.7396 8.4464 11.4302C8.27109 11.5818 8.01814 11.6182 7.81832 11.5004L3.84401 9.15839C3.49843 8.95474 3.05501 9.03661 2.80562 9.35011L2.1757 10.1419C1.94625 10.4304 1.94382 10.8375 2.16983 11.1287Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.0066 10.0048V6.50355C19.0066 4.01739 16.9837 2.00195 14.4884 2.00195C11.9931 2.00195 9.97021 4.01739 9.97021 6.50355V10.0048%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.4883 9.00444V7.50391%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.16983 11.1287L6.65262 16.9031C6.69107 16.9526 6.713 17.0129 6.71536 17.0754L6.80516 19.4597C6.83637 20.2886 7.41257 20.9976 8.21978 21.2004L8.46733 21.2626C12.449 22.2629 16.62 22.2421 20.5914 21.2021C21.3688 20.9985 21.9167 20.3062 21.934 19.5056L21.9944 16.714C22.0799 12.7816 20.8067 11.9344 20.1838 11.3633C18.7424 10.0418 16.5971 9.72394 14.5372 9.72394C10.9647 9.72394 9.24485 10.7396 8.4464 11.4302C8.27109 11.5818 8.01814 11.6182 7.81832 11.5004L3.84401 9.15839C3.49843 8.95474 3.05501 9.03661 2.80562 9.35011L2.1757 10.1419C1.94625 10.4304 1.94382 10.8375 2.16983 11.1287Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-tea{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.2505 10.5H19.6403C21.4918 10.5 22.0421 10.7655 21.9975 12.0838C21.9237 14.2674 20.939 16.8047 17 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.94627 20.6145C2.57185 18.02 2.07468 14.3401 2.00143 10.5001C1.96979 8.8413 2.45126 8.5 4.65919 8.5H15.3408C17.5487 8.5 18.0302 8.8413 17.9986 10.5001C17.9253 14.3401 17.4281 18.02 14.0537 20.6145C13.0934 21.3528 12.2831 21.5 10.9194 21.5H9.08064C7.71686 21.5 6.90658 21.3528 5.94627 20.6145Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 8.5V13.5M8.50424 16.2966L8.79616 14.4451C8.88166 13.9028 9.39425 13.5 9.99884 13.5C10.6034 13.5 11.116 13.9028 11.2015 14.4451L11.4934 16.2966C11.6508 17.2944 8.36613 17.1726 8.50424 16.2966Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.3089 2.5C10.7622 2.83861 10.0012 4 10.0012 5.5M7.53971 4C7.53971 4 7 4.5 7 5.5M14.0012 4C13.7279 4.1693 13.5 5 13.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.2505 10.5H19.6403C21.4918 10.5 22.0421 10.7655 21.9975 12.0838C21.9237 14.2674 20.939 16.8047 17 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.94627 20.6145C2.57185 18.02 2.07468 14.3401 2.00143 10.5001C1.96979 8.8413 2.45126 8.5 4.65919 8.5H15.3408C17.5487 8.5 18.0302 8.8413 17.9986 10.5001C17.9253 14.3401 17.4281 18.02 14.0537 20.6145C13.0934 21.3528 12.2831 21.5 10.9194 21.5H9.08064C7.71686 21.5 6.90658 21.3528 5.94627 20.6145Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 8.5V13.5M8.50424 16.2966L8.79616 14.4451C8.88166 13.9028 9.39425 13.5 9.99884 13.5C10.6034 13.5 11.116 13.9028 11.2015 14.4451L11.4934 16.2966C11.6508 17.2944 8.36613 17.1726 8.50424 16.2966Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.3089 2.5C10.7622 2.83861 10.0012 4 10.0012 5.5M7.53971 4C7.53971 4 7 4.5 7 5.5M14.0012 4C13.7279 4.1693 13.5 5 13.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-vegetarian-food{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 13.2308C17 13.2308 16.0909 12.7693 15.1818 12.7693C13.8182 12.7693 12 14.6154 12 17.3846C12 20.1537 14.4896 22 17 22C19.5104 22 22 20.1537 22 17.3846C22 14.6154 20.1818 12.7693 18.8182 12.7693C17.9091 12.7693 17 13.2308 17 13.2308ZM17 13.2308C17 11.8462 17.9091 10 19.7273 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.655 5C11.5512 5 12.2778 4.32843 12.2778 3.5C12.2778 2.67157 11.5512 2 10.655 2H5.24561C4.34936 2 3.6228 2.67157 3.6228 3.5C3.6228 4.32843 4.34936 5 5.24561 5M11.1693 4.92311C12.1247 6.68943 12.9095 8.28337 13.3888 10C13.4279 10.1401 13.465 10.281 13.5 10.4229M10.428 22H6.32748C2.74721 22 2 21.3093 2 18V13.7771C2 10.3773 3.09757 7.88562 4.70467 4.91465%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 13.2308C17 13.2308 16.0909 12.7693 15.1818 12.7693C13.8182 12.7693 12 14.6154 12 17.3846C12 20.1537 14.4896 22 17 22C19.5104 22 22 20.1537 22 17.3846C22 14.6154 20.1818 12.7693 18.8182 12.7693C17.9091 12.7693 17 13.2308 17 13.2308ZM17 13.2308C17 11.8462 17.9091 10 19.7273 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.655 5C11.5512 5 12.2778 4.32843 12.2778 3.5C12.2778 2.67157 11.5512 2 10.655 2H5.24561C4.34936 2 3.6228 2.67157 3.6228 3.5C3.6228 4.32843 4.34936 5 5.24561 5M11.1693 4.92311C12.1247 6.68943 12.9095 8.28337 13.3888 10C13.4279 10.1401 13.465 10.281 13.5 10.4229M10.428 22H6.32748C2.74721 22 2 21.3093 2 18V13.7771C2 10.3773 3.09757 7.88562 4.70467 4.91465%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-watermelon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.9371 4.07129C17.1991 5.54677 17.9714 7.52812 17.9714 9.70649C17.9714 14.2667 14.5867 17.9635 10.4115 17.9635C8.09196 17.9635 6.08896 16.9037 4.72852 15.2189%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.4678 3.568L13.4065 6.41057C13.3169 6.49379 13.3229 6.63706 13.404 6.72866C14.0811 7.4941 14.0983 9.13818 13.3218 10.1658C12.4957 11.2589 11.2664 11.1105 10.8243 10.883L10.5738 11.5868C10.479 11.853 10.2114 12.0172 9.93097 11.9811L8.28906 11.7696C8.16425 11.7535 8.03913 11.797 7.95123 11.887L5.02981 14.8788L3.63095 16.3739C2.77283 17.291 2.8554 18.7486 3.9537 19.3583C7.42689 21.2865 13.0069 22.3271 17.8928 17.7311C22.4079 13.0651 21.2591 7.40296 19.4813 3.95233C18.8943 2.81308 17.4071 2.69581 16.4678 3.568Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.9371 4.07129C17.1991 5.54677 17.9714 7.52812 17.9714 9.70649C17.9714 14.2667 14.5867 17.9635 10.4115 17.9635C8.09196 17.9635 6.08896 16.9037 4.72852 15.2189%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.4678 3.568L13.4065 6.41057C13.3169 6.49379 13.3229 6.63706 13.404 6.72866C14.0811 7.4941 14.0983 9.13818 13.3218 10.1658C12.4957 11.2589 11.2664 11.1105 10.8243 10.883L10.5738 11.5868C10.479 11.853 10.2114 12.0172 9.93097 11.9811L8.28906 11.7696C8.16425 11.7535 8.03913 11.797 7.95123 11.887L5.02981 14.8788L3.63095 16.3739C2.77283 17.291 2.8554 18.7486 3.9537 19.3583C7.42689 21.2865 13.0069 22.3271 17.8928 17.7311C22.4079 13.0651 21.2591 7.40296 19.4813 3.95233C18.8943 2.81308 17.4071 2.69581 16.4678 3.568Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-foods-icons-yogurt{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9214 10.2725C16.477 10.8399 15.8249 11.2489 15.0731 11.3952M16.9214 10.2725C18.2293 8.60237 17.1781 6.35504 15.5911 5.75202M16.9214 10.2725C18.8538 10.2727 21.1104 12.7982 19.3857 15M4.59984 15C3.08337 13.0641 4.71115 10.6399 6.49945 10.3221M6.49945 10.3221C5.67427 5.23022 11.7071 7.01202 11.858 3.80353C11.8868 3.19088 11.5972 2.53491 10.7606 2C13.8671 2 16.0145 3.83963 15.5911 5.75202M6.49945 10.3221C7.34468 10.1719 8.26918 10.353 9 10.9247M15.5911 5.75202C15.4267 6.4945 14.8748 7.24795 13.841 7.90896%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15L3.82811 17.7374C4.44939 19.7911 4.76004 20.8179 5.55635 21.4089C6.35266 22 7.42546 22 9.57107 22H14.4289C16.5745 22 17.6473 22 18.4437 21.4089C19.24 20.8179 19.5506 19.7911 20.1719 17.7374L21 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9214 10.2725C16.477 10.8399 15.8249 11.2489 15.0731 11.3952M16.9214 10.2725C18.2293 8.60237 17.1781 6.35504 15.5911 5.75202M16.9214 10.2725C18.8538 10.2727 21.1104 12.7982 19.3857 15M4.59984 15C3.08337 13.0641 4.71115 10.6399 6.49945 10.3221M6.49945 10.3221C5.67427 5.23022 11.7071 7.01202 11.858 3.80353C11.8868 3.19088 11.5972 2.53491 10.7606 2C13.8671 2 16.0145 3.83963 15.5911 5.75202M6.49945 10.3221C7.34468 10.1719 8.26918 10.353 9 10.9247M15.5911 5.75202C15.4267 6.4945 14.8748 7.24795 13.841 7.90896%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15L3.82811 17.7374C4.44939 19.7911 4.76004 20.8179 5.55635 21.4089C6.35266 22 7.42546 22 9.57107 22H14.4289C16.5745 22 17.6473 22 18.4437 21.4089C19.24 20.8179 19.5506 19.7911 20.1719 17.7374L21 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-baby-bed-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7L12 15M8 7L8 15M16 7L16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 20V6C20 4.89543 20.8954 4 22 4M4 20V6C4 4.89543 3.10457 4 2 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 7H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 18H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7L12 15M8 7L8 15M16 7L16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 20V6C20 4.89543 20.8954 4 22 4M4 20V6C4 4.89543 3.10457 4 2 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 7H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 18H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-baby-bed-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7L12 15M16 7L16 15M8 7L8 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17C19.3349 18.8671 15.8341 20 12 20C8.16586 20 4.66508 18.8671 2 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 18V6C20 4.89543 20.8954 4 22 4M4 18V6C4 4.89543 3.10457 4 2 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 7H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7L12 15M16 7L16 15M8 7L8 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17C19.3349 18.8671 15.8341 20 12 20C8.16586 20 4.66508 18.8671 2 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 18V6C20 4.89543 20.8954 4 22 4M4 18V6C4 4.89543 3.10457 4 2 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 7H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-bathtub-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 20L5 21M18 20L19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12V13C3 16.2998 3 17.9497 4.02513 18.9749C5.05025 20 6.70017 20 10 20H14C17.2998 20 18.9497 20 19.9749 18.9749C21 17.9497 21 16.2998 21 13V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12V5.5234C4 4.12977 5.12977 3 6.5234 3C7.64166 3 8.62654 3.73598 8.94339 4.80841L9 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6L10.5 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 20L5 21M18 20L19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12V13C3 16.2998 3 17.9497 4.02513 18.9749C5.05025 20 6.70017 20 10 20H14C17.2998 20 18.9497 20 19.9749 18.9749C21 17.9497 21 16.2998 21 13V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12V5.5234C4 4.12977 5.12977 3 6.5234 3C7.64166 3 8.62654 3.73598 8.94339 4.80841L9 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6L10.5 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-bathtub-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12H15C14.3509 12 13.7193 11.7895 13.2 11.4L10.8 9.6C10.2807 9.21053 9.64911 9 9 9H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9V11C3 14.7712 3 16.6569 4.17157 17.8284C5.34315 19 7.22876 19 11 19H14C16.8089 19 18.2134 19 19.2223 18.3259C19.659 18.034 20.034 17.659 20.3259 17.2223C21 16.2134 21 14.8089 21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19V21M6 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 9V4.5C5 3.67157 5.67157 3 6.5 3C7.32843 3 8 3.67157 8 4.5V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12H15C14.3509 12 13.7193 11.7895 13.2 11.4L10.8 9.6C10.2807 9.21053 9.64911 9 9 9H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9V11C3 14.7712 3 16.6569 4.17157 17.8284C5.34315 19 7.22876 19 11 19H14C16.8089 19 18.2134 19 19.2223 18.3259C19.659 18.034 20.034 17.659 20.3259 17.2223C21 16.2134 21 14.8089 21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19V21M6 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 9V4.5C5 3.67157 5.67157 3 6.5 3C7.32843 3 8 3.67157 8 4.5V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-bed-bunk{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 11H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 5C5.8956 5 5.32433 5.1287 4.81768 5.35753C4.48573 5.50746 4.31975 5.58242 4.15988 5.83005C4 6.07769 4 6.32443 4 6.8179V8H9V6.8179C9 6.32443 9 6.07769 8.84013 5.83005C8.68025 5.58242 8.51427 5.50746 8.18232 5.35753C7.67567 5.1287 7.1044 5 6.5 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 14C5.79893 14 5.14245 14.1732 4.57968 14.4749C4.47363 14.5317 4.4206 14.5602 4.33052 14.6414C4.20736 14.7524 4.06861 14.9842 4.02898 15.1452C4 15.2629 4 15.3595 4 15.5525C4 15.9692 4 16.1776 4.06113 16.3443C4.16232 16.6202 4.37978 16.8377 4.65572 16.9389C4.82243 17 5.03079 17 5.44751 17H7.55249C7.96921 17 8.17757 17 8.34428 16.9389C8.62022 16.8377 8.83768 16.6202 8.93887 16.3443C9 16.1776 9 15.9692 9 15.5525C9 15.3595 9 15.2629 8.97102 15.1452C8.93139 14.9842 8.79263 14.7524 8.66948 14.6414C8.5794 14.5602 8.52637 14.5317 8.42032 14.4749C7.85755 14.1732 7.20107 14 6.5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 20H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12L22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15L22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4L2 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 11H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 5C5.8956 5 5.32433 5.1287 4.81768 5.35753C4.48573 5.50746 4.31975 5.58242 4.15988 5.83005C4 6.07769 4 6.32443 4 6.8179V8H9V6.8179C9 6.32443 9 6.07769 8.84013 5.83005C8.68025 5.58242 8.51427 5.50746 8.18232 5.35753C7.67567 5.1287 7.1044 5 6.5 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 14C5.79893 14 5.14245 14.1732 4.57968 14.4749C4.47363 14.5317 4.4206 14.5602 4.33052 14.6414C4.20736 14.7524 4.06861 14.9842 4.02898 15.1452C4 15.2629 4 15.3595 4 15.5525C4 15.9692 4 16.1776 4.06113 16.3443C4.16232 16.6202 4.37978 16.8377 4.65572 16.9389C4.82243 17 5.03079 17 5.44751 17H7.55249C7.96921 17 8.17757 17 8.34428 16.9389C8.62022 16.8377 8.83768 16.6202 8.93887 16.3443C9 16.1776 9 15.9692 9 15.5525C9 15.3595 9 15.2629 8.97102 15.1452C8.93139 14.9842 8.79263 14.7524 8.66948 14.6414C8.5794 14.5602 8.52637 14.5317 8.42032 14.4749C7.85755 14.1732 7.20107 14 6.5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 20H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12L22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15L22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4L2 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-bed-double{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 17.5H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 21V16C22 14.1144 22 13.1716 21.4142 12.5858C20.8284 12 19.8856 12 18 12H6C4.11438 12 3.17157 12 2.58579 12.5858C2 13.1716 2 14.1144 2 16V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12V10.2134C11 9.83272 10.9428 9.70541 10.6497 9.55538C10.0395 9.24292 9.29865 9 8.5 9C7.70135 9 6.96055 9.24292 6.35025 9.55538C6.05721 9.70541 6 9.83272 6 10.2134L6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12V10.2134C18 9.83272 17.9428 9.70541 17.6497 9.55538C17.0395 9.24292 16.2987 9 15.5 9C14.7013 9 13.9605 9.24292 13.3503 9.55538C13.0572 9.70541 13 9.83272 13 10.2134L13 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12V7.36057C21 6.66893 21 6.32311 20.8079 5.99653C20.6157 5.66995 20.342 5.50091 19.7944 5.16283C17.5869 3.79978 14.8993 3 12 3C9.10067 3 6.41314 3.79978 4.20558 5.16283C3.65804 5.50091 3.38427 5.66995 3.19213 5.99653C3 6.32311 3 6.66893 3 7.36057V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 17.5H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 21V16C22 14.1144 22 13.1716 21.4142 12.5858C20.8284 12 19.8856 12 18 12H6C4.11438 12 3.17157 12 2.58579 12.5858C2 13.1716 2 14.1144 2 16V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12V10.2134C11 9.83272 10.9428 9.70541 10.6497 9.55538C10.0395 9.24292 9.29865 9 8.5 9C7.70135 9 6.96055 9.24292 6.35025 9.55538C6.05721 9.70541 6 9.83272 6 10.2134L6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12V10.2134C18 9.83272 17.9428 9.70541 17.6497 9.55538C17.0395 9.24292 16.2987 9 15.5 9C14.7013 9 13.9605 9.24292 13.3503 9.55538C13.0572 9.70541 13 9.83272 13 10.2134L13 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12V7.36057C21 6.66893 21 6.32311 20.8079 5.99653C20.6157 5.66995 20.342 5.50091 19.7944 5.16283C17.5869 3.79978 14.8993 3 12 3C9.10067 3 6.41314 3.79978 4.20558 5.16283C3.65804 5.50091 3.38427 5.66995 3.19213 5.99653C3 6.32311 3 6.66893 3 7.36057V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-bed-single-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 17.5H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 21V16C22 14.1144 22 13.1716 21.4142 12.5858C20.8284 12 19.8856 12 18 12H6C4.11438 12 3.17157 12 2.58579 12.5858C2 13.1716 2 14.1144 2 16V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12V10.6178C16 10.1103 15.9085 9.94054 15.4396 9.7405C14.4631 9.32389 13.2778 9 12 9C10.7222 9 9.53688 9.32389 8.5604 9.7405C8.09154 9.94054 8 10.1103 8 10.6178L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 12V7.36057C20 6.66893 20 6.32311 19.8292 5.99653C19.6584 5.66995 19.4151 5.50091 18.9284 5.16283C16.9661 3.79978 14.5772 3 12 3C9.42282 3 7.03391 3.79978 5.07163 5.16283C4.58492 5.50091 4.34157 5.66995 4.17079 5.99653C4 6.32311 4 6.66893 4 7.36057V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 17.5H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 21V16C22 14.1144 22 13.1716 21.4142 12.5858C20.8284 12 19.8856 12 18 12H6C4.11438 12 3.17157 12 2.58579 12.5858C2 13.1716 2 14.1144 2 16V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12V10.6178C16 10.1103 15.9085 9.94054 15.4396 9.7405C14.4631 9.32389 13.2778 9 12 9C10.7222 9 9.53688 9.32389 8.5604 9.7405C8.09154 9.94054 8 10.1103 8 10.6178L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 12V7.36057C20 6.66893 20 6.32311 19.8292 5.99653C19.6584 5.66995 19.4151 5.50091 18.9284 5.16283C16.9661 3.79978 14.5772 3 12 3C9.42282 3 7.03391 3.79978 5.07163 5.16283C4.58492 5.50091 4.34157 5.66995 4.17079 5.99653C4 6.32311 4 6.66893 4 7.36057V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-bed-single-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 17.5H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 21V16C22 14.1144 22 13.1716 21.4142 12.5858C20.8284 12 19.8856 12 18 12H6C4.11438 12 3.17157 12 2.58579 12.5858C2 13.1716 2 14.1144 2 16V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12V10.6178C16 10.1103 15.9085 9.94054 15.4396 9.7405C14.4631 9.32389 13.2778 9 12 9C10.7222 9 9.53688 9.32389 8.5604 9.7405C8.09154 9.94054 8 10.1103 8 10.6178L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12V9C3 7.58579 3 6.87868 3.43934 6.43934C3.87868 6 4.58579 6 6 6C6.27475 6 6.65685 6.07272 6.90282 5.94012C7.0139 5.88025 7.11349 5.72888 7.31269 5.42616C8.26921 3.97247 10.2246 3 12 3C13.7754 3 15.7308 3.97247 16.6873 5.42616C16.8865 5.72888 16.9861 5.88025 17.0972 5.94012C17.3432 6.07272 17.7252 6 18 6C19.4142 6 20.1213 6 20.5607 6.43934C21 6.87868 21 7.58579 21 9V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 17.5H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 21V16C22 14.1144 22 13.1716 21.4142 12.5858C20.8284 12 19.8856 12 18 12H6C4.11438 12 3.17157 12 2.58579 12.5858C2 13.1716 2 14.1144 2 16V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12V10.6178C16 10.1103 15.9085 9.94054 15.4396 9.7405C14.4631 9.32389 13.2778 9 12 9C10.7222 9 9.53688 9.32389 8.5604 9.7405C8.09154 9.94054 8 10.1103 8 10.6178L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12V9C3 7.58579 3 6.87868 3.43934 6.43934C3.87868 6 4.58579 6 6 6C6.27475 6 6.65685 6.07272 6.90282 5.94012C7.0139 5.88025 7.11349 5.72888 7.31269 5.42616C8.26921 3.97247 10.2246 3 12 3C13.7754 3 15.7308 3.97247 16.6873 5.42616C16.8865 5.72888 16.9861 5.88025 17.0972 5.94012C17.3432 6.07272 17.7252 6 18 6C19.4142 6 20.1213 6 20.5607 6.43934C21 6.87868 21 7.58579 21 9V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-bed{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3.5V20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8.5L22 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8.5L6 10.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15.5H6M22 15.5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10.5V16.5C6 18.1547 6.34533 18.5 8 18.5H17C18.6547 18.5 19 18.1547 19 16.5V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.81362 10.5C6.89385 10.076 7.0202 9.63248 6.99567 9.19713C6.95941 8.5536 6.63697 7.96625 6.1264 7.61368C5.92478 7.47446 5.48 7.33239 5.01268 7.21093C4.3308 7.0337 3.98986 6.94508 3.59142 7.03644C3.30841 7.10133 3.06258 7.25187 2.71115 7.52079C2.67243 7.55042 2.65307 7.56523 2.62289 7.59026C2.3843 7.78812 2.17276 8.07424 2.05352 8.36034C2.03844 8.39653 2.02562 8.43102 2 8.5V8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3.5V20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8.5L22 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8.5L6 10.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15.5H6M22 15.5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10.5V16.5C6 18.1547 6.34533 18.5 8 18.5H17C18.6547 18.5 19 18.1547 19 16.5V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.81362 10.5C6.89385 10.076 7.0202 9.63248 6.99567 9.19713C6.95941 8.5536 6.63697 7.96625 6.1264 7.61368C5.92478 7.47446 5.48 7.33239 5.01268 7.21093C4.3308 7.0337 3.98986 6.94508 3.59142 7.03644C3.30841 7.10133 3.06258 7.25187 2.71115 7.52079C2.67243 7.55042 2.65307 7.56523 2.62289 7.59026C2.3843 7.78812 2.17276 8.07424 2.05352 8.36034C2.03844 8.39653 2.02562 8.43102 2 8.5V8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-bookshelf-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 20V22M19.5 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 11L21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14V8C3 5.17157 3 3.75736 3.93037 2.87868C4.86073 2 6.35814 2 9.35294 2H14.6471C17.6419 2 19.1393 2 20.0696 2.87868C21 3.75736 21 5.17157 21 8V14C21 16.8284 21 18.2426 20.0696 19.1213C19.1393 20 17.6419 20 14.6471 20H9.35294C6.35814 20 4.86073 20 3.93037 19.1213C3 18.2426 3 16.8284 3 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 11L11.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 11V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19.5V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 11V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 20L17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 20V22M19.5 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 11L21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14V8C3 5.17157 3 3.75736 3.93037 2.87868C4.86073 2 6.35814 2 9.35294 2H14.6471C17.6419 2 19.1393 2 20.0696 2.87868C21 3.75736 21 5.17157 21 8V14C21 16.8284 21 18.2426 20.0696 19.1213C19.1393 20 17.6419 20 14.6471 20H9.35294C6.35814 20 4.86073 20 3.93037 19.1213C3 18.2426 3 16.8284 3 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 11L11.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 11V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19.5V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 11V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 20L17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-bookshelf-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14V8C3 5.17157 3 3.75736 3.93037 2.87868C4.86073 2 6.35814 2 9.35294 2H14.6471C17.6419 2 19.1393 2 20.0696 2.87868C21 3.75736 21 5.17157 21 8V14C21 16.8284 21 18.2426 20.0696 19.1213C19.1393 20 17.6419 20 14.6471 20H9.35294C6.35814 20 4.86073 20 3.93037 19.1213C3 18.2426 3 16.8284 3 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 11L9.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 11L17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 11V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 11V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16L13 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 20V22M19 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14V8C3 5.17157 3 3.75736 3.93037 2.87868C4.86073 2 6.35814 2 9.35294 2H14.6471C17.6419 2 19.1393 2 20.0696 2.87868C21 3.75736 21 5.17157 21 8V14C21 16.8284 21 18.2426 20.0696 19.1213C19.1393 20 17.6419 20 14.6471 20H9.35294C6.35814 20 4.86073 20 3.93037 19.1213C3 18.2426 3 16.8284 3 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 11L9.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 11L17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 11V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 11V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16L13 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 20V22M19 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-bookshelf-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 16H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22V8C3 5.17157 3 3.75736 3.93037 2.87868C4.86073 2 6.35814 2 9.35294 2H14.6471C17.6419 2 19.1393 2 20.0696 2.87868C21 3.75736 21 5.17157 21 8V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9L9 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 9V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 16V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 16V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 16H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22V8C3 5.17157 3 3.75736 3.93037 2.87868C4.86073 2 6.35814 2 9.35294 2H14.6471C17.6419 2 19.1393 2 20.0696 2.87868C21 3.75736 21 5.17157 21 8V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9L9 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 9V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 16V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 16V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-cabinet-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 18L5 21M18 18L19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 18H8C5.17157 18 3.75736 18 2.87868 17.0586C2 16.1171 2 14.6019 2 11.5714V9.42857C2 6.39811 2 4.88289 2.87868 3.94144C3.75736 3 5.17157 3 8 3H16C18.8284 3 20.2426 3 21.1213 3.94144C22 4.88289 22 6.39811 22 9.42857V11.5714C22 14.6019 22 16.1171 21.1213 17.0586C20.2426 18 18.8284 18 16 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 14H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3L12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9L9 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9L15 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 18L5 21M18 18L19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 18H8C5.17157 18 3.75736 18 2.87868 17.0586C2 16.1171 2 14.6019 2 11.5714V9.42857C2 6.39811 2 4.88289 2.87868 3.94144C3.75736 3 5.17157 3 8 3H16C18.8284 3 20.2426 3 21.1213 3.94144C22 4.88289 22 6.39811 22 9.42857V11.5714C22 14.6019 22 16.1171 21.1213 17.0586C20.2426 18 18.8284 18 16 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 14H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3L12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9L9 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9L15 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-cabinet-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 16L5 20M17.5 16L19 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 4H3L3.21498 9.15955C3.3499 12.3977 3.41736 14.0167 4.28607 15.0084C5.15478 16 6.50569 16 9.2075 16H14.7925C17.4943 16 18.8452 16 19.7139 15.0084C20.5826 14.0167 20.6501 12.3977 20.785 9.15955L21 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.99981 10L9.00879 10%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9998 10L15.0088 10%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 16L5 20M17.5 16L19 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 4H3L3.21498 9.15955C3.3499 12.3977 3.41736 14.0167 4.28607 15.0084C5.15478 16 6.50569 16 9.2075 16H14.7925C17.4943 16 18.8452 16 19.7139 15.0084C20.5826 14.0167 20.6501 12.3977 20.785 9.15955L21 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.99981 10L9.00879 10%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9998 10L15.0088 10%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-cabinet-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 18V21M18.5 18V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 3H3V13C3 15.357 3 16.5355 3.82376 17.2678C4.64752 18 5.97335 18 8.625 18H15.375C18.0267 18 19.3525 18 20.1762 17.2678C21 16.5355 21 15.357 21 13V3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 3H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 10.5L21 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13.5L10.1554 13.5777C10.5758 13.7879 10.786 13.893 11.0126 13.9465C11.2393 14 11.4743 14 11.9443 14H12.0557C12.5257 14 12.7607 14 12.9874 13.9465C13.214 13.893 13.4242 13.7879 13.8446 13.5777L14 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6.5L10.1554 6.57771C10.5758 6.7879 10.786 6.893 11.0126 6.9465C11.2393 7 11.4743 7 11.9443 7H12.0557C12.5257 7 12.7607 7 12.9874 6.9465C13.214 6.893 13.4242 6.7879 13.8446 6.57771L14 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 18V21M18.5 18V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 3H3V13C3 15.357 3 16.5355 3.82376 17.2678C4.64752 18 5.97335 18 8.625 18H15.375C18.0267 18 19.3525 18 20.1762 17.2678C21 16.5355 21 15.357 21 13V3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 3H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 10.5L21 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13.5L10.1554 13.5777C10.5758 13.7879 10.786 13.893 11.0126 13.9465C11.2393 14 11.4743 14 11.9443 14H12.0557C12.5257 14 12.7607 14 12.9874 13.9465C13.214 13.893 13.4242 13.7879 13.8446 13.5777L14 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6.5L10.1554 6.57771C10.5758 6.7879 10.786 6.893 11.0126 6.9465C11.2393 7 11.4743 7 11.9443 7H12.0557C12.5257 7 12.7607 7 12.9874 6.9465C13.214 6.893 13.4242 6.7879 13.8446 6.57771L14 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-cabinet-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 8H6C4.11438 8 3.17157 8 2.58579 8.53253C2 9.06507 2 9.92217 2 11.6364V14.3636C2 16.0778 2 16.9349 2.58579 17.4675C3.17157 18 4.11438 18 6 18H18C19.8856 18 20.8284 18 21.4142 17.4675C22 16.9349 22 16.0778 22 14.3636V11.6364C22 9.92217 22 9.06507 21.4142 8.53253C20.8284 8 19.8856 8 18 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 18L4 22M19 18L20 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 11.5H9M7 14.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.43934 7.56066C5 7.12132 5 6.41421 5 5C5 3.58579 5 2.87868 5.43934 2.43934C5.87868 2 6.58579 2 8 2C9.41421 2 10.1213 2 10.5607 2.43934C11 2.87868 11 3.58579 11 5C11 6.41421 11 7.12132 10.5607 7.56066C10.1213 8 9.41421 8 8 8C6.58579 8 5.87868 8 5.43934 7.56066Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 8H6C4.11438 8 3.17157 8 2.58579 8.53253C2 9.06507 2 9.92217 2 11.6364V14.3636C2 16.0778 2 16.9349 2.58579 17.4675C3.17157 18 4.11438 18 6 18H18C19.8856 18 20.8284 18 21.4142 17.4675C22 16.9349 22 16.0778 22 14.3636V11.6364C22 9.92217 22 9.06507 21.4142 8.53253C20.8284 8 19.8856 8 18 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 18L4 22M19 18L20 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 11.5H9M7 14.5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.43934 7.56066C5 7.12132 5 6.41421 5 5C5 3.58579 5 2.87868 5.43934 2.43934C5.87868 2 6.58579 2 8 2C9.41421 2 10.1213 2 10.5607 2.43934C11 2.87868 11 3.58579 11 5C11 6.41421 11 7.12132 10.5607 7.56066C10.1213 8 9.41421 8 8 8C6.58579 8 5.87868 8 5.43934 7.56066Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-cactus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.1509 15H10.8491C8.79675 15 7.77055 15 7.2641 15.5967C6.75765 16.1934 7.03957 17.0703 7.6034 18.8242L7.69704 19.1154C8.14071 20.4955 8.36255 21.1855 8.95349 21.5878L8.97997 21.6055C9.57752 22 10.385 22 12 22C13.615 22 14.4225 22 15.02 21.6055L15.0465 21.5878C15.6375 21.1855 15.8593 20.4955 16.303 19.1154L16.3966 18.8242C16.9604 17.0703 17.2423 16.1934 16.7359 15.5967C16.2294 15 15.2033 15 13.1509 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.90373 15L8.55745 7.93548C8.16693 5.8863 9.81696 4 12 4C14.183 4 15.8331 5.88629 15.4426 7.93548L14.0963 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15L12 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 6L17 5M8.5 6L7 5M12 4V2M15.5 10L17 11M8.5 10L7 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.1509 15H10.8491C8.79675 15 7.77055 15 7.2641 15.5967C6.75765 16.1934 7.03957 17.0703 7.6034 18.8242L7.69704 19.1154C8.14071 20.4955 8.36255 21.1855 8.95349 21.5878L8.97997 21.6055C9.57752 22 10.385 22 12 22C13.615 22 14.4225 22 15.02 21.6055L15.0465 21.5878C15.6375 21.1855 15.8593 20.4955 16.303 19.1154L16.3966 18.8242C16.9604 17.0703 17.2423 16.1934 16.7359 15.5967C16.2294 15 15.2033 15 13.1509 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.90373 15L8.55745 7.93548C8.16693 5.8863 9.81696 4 12 4C14.183 4 15.8331 5.88629 15.4426 7.93548L14.0963 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15L12 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 6L17 5M8.5 6L7 5M12 4V2M15.5 10L17 11M8.5 10L7 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-candelier-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.25874 15.3167C5.89456 14.6299 5.5845 14 4.5 14C3.4155 14 3.10544 14.6299 2.74126 15.3167C2.40259 15.9554 1.6151 16.9661 2.22461 17.6457C2.54234 18 3.19489 18 4.5 18C5.80511 18 6.45766 18 6.77539 17.6457C7.3849 16.9661 6.59741 15.9554 6.25874 15.3167Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.7587 18.3167C13.3946 17.6299 13.0845 17 12 17C10.9155 17 10.6054 17.6299 10.2413 18.3167C9.90259 18.9554 9.1151 19.9661 9.72461 20.6457C10.0423 21 10.6949 21 12 21C13.3051 21 13.9577 21 14.2754 20.6457C14.8849 19.9661 14.0974 18.9554 13.7587 18.3167Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.2587 15.3167C20.8945 14.6299 20.5845 14 19.5 14C18.4155 14 18.1054 14.6299 17.7413 15.3167C17.4026 15.9554 16.6151 16.9661 17.2246 17.6457C17.5423 18 18.1949 18 19.5 18C20.8051 18 21.4577 18 21.7754 17.6457C22.3849 16.9661 21.5974 15.9554 21.2587 15.3167Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3L12 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 14V11.75C4.5 9.67893 6.17893 8 8.25 8C10.3211 8 12 9.67893 12 11.75C12 9.67893 13.6789 8 15.75 8C17.8211 8 19.5 9.67893 19.5 11.75V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.25874 15.3167C5.89456 14.6299 5.5845 14 4.5 14C3.4155 14 3.10544 14.6299 2.74126 15.3167C2.40259 15.9554 1.6151 16.9661 2.22461 17.6457C2.54234 18 3.19489 18 4.5 18C5.80511 18 6.45766 18 6.77539 17.6457C7.3849 16.9661 6.59741 15.9554 6.25874 15.3167Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.7587 18.3167C13.3946 17.6299 13.0845 17 12 17C10.9155 17 10.6054 17.6299 10.2413 18.3167C9.90259 18.9554 9.1151 19.9661 9.72461 20.6457C10.0423 21 10.6949 21 12 21C13.3051 21 13.9577 21 14.2754 20.6457C14.8849 19.9661 14.0974 18.9554 13.7587 18.3167Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.2587 15.3167C20.8945 14.6299 20.5845 14 19.5 14C18.4155 14 18.1054 14.6299 17.7413 15.3167C17.4026 15.9554 16.6151 16.9661 17.2246 17.6457C17.5423 18 18.1949 18 19.5 18C20.8051 18 21.4577 18 21.7754 17.6457C22.3849 16.9661 21.5974 15.9554 21.2587 15.3167Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3L12 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 14V11.75C4.5 9.67893 6.17893 8 8.25 8C10.3211 8 12 9.67893 12 11.75C12 9.67893 13.6789 8 15.75 8C17.8211 8 19.5 9.67893 19.5 11.75V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-candelier-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 3V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 3V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 11C2.7846 11 1.7947 13.5119 2.03594 14.9902C2.24261 16.2567 6.73167 16.4142 6.96406 14.9902C7.2053 13.5119 6.21541 11 4.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16C10.2846 16 9.2947 18.5119 9.53594 19.9902C9.74261 21.2567 14.2317 21.4142 14.4641 19.9902C14.7053 18.5119 13.7154 16 12 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 11C17.7846 11 16.7947 13.5119 17.0359 14.9902C17.2426 16.2567 21.7317 16.4142 21.9641 14.9902C22.2053 13.5119 21.2154 11 19.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 3V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 3V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 11C2.7846 11 1.7947 13.5119 2.03594 14.9902C2.24261 16.2567 6.73167 16.4142 6.96406 14.9902C7.2053 13.5119 6.21541 11 4.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16C10.2846 16 9.2947 18.5119 9.53594 19.9902C9.74261 21.2567 14.2317 21.4142 14.4641 19.9902C14.7053 18.5119 13.7154 16 12 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 11C17.7846 11 16.7947 13.5119 17.0359 14.9902C17.2426 16.2567 21.7317 16.4142 21.9641 14.9902C22.2053 13.5119 21.2154 11 19.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-chair-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 15L6 22M16 15L18 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11C10.4783 11 8.86931 11.2925 7.60803 11.6838C6.6583 11.9784 5.89434 13.322 6.01199 14.4128C6.05558 14.8169 6.36877 15 6.69807 15H17.3019C17.6312 15 17.9444 14.8169 17.988 14.4128C18.1057 13.322 17.3417 11.9784 16.392 11.6838C15.1307 11.2925 13.5217 11 12 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12L7.6398 5.60199C7.81099 3.89012 7.89658 3.03419 8.46796 2.51709C9.03935 2 9.89955 2 11.62 2H12.38C14.1005 2 14.9607 2 15.532 2.51709C16.1034 3.03419 16.189 3.89012 16.3602 5.60199L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 15L6 22M16 15L18 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11C10.4783 11 8.86931 11.2925 7.60803 11.6838C6.6583 11.9784 5.89434 13.322 6.01199 14.4128C6.05558 14.8169 6.36877 15 6.69807 15H17.3019C17.6312 15 17.9444 14.8169 17.988 14.4128C18.1057 13.322 17.3417 11.9784 16.392 11.6838C15.1307 11.2925 13.5217 11 12 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12L7.6398 5.60199C7.81099 3.89012 7.89658 3.03419 8.46796 2.51709C9.03935 2 9.89955 2 11.62 2H12.38C14.1005 2 14.9607 2 15.532 2.51709C16.1034 3.03419 16.189 3.89012 16.3602 5.60199L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-chair-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 15V22M17 15V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11C10.4783 11 8.86931 11.2925 7.60803 11.6838C6.6583 11.9784 5.89434 13.322 6.01199 14.4128C6.05558 14.8169 6.36877 15 6.69807 15H17.3019C17.6312 15 17.9444 14.8169 17.988 14.4128C18.1057 13.322 17.3417 11.9784 16.392 11.6838C15.1307 11.2925 13.5217 11 12 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.08364 12L6.71797 8.2874C6.46316 5.70038 6.33575 4.40687 6.88692 3.47939C7.92424 1.73383 10.2405 2.01699 12 2.01699C13.7595 2.01699 16.0758 1.73383 17.1131 3.47939C17.6642 4.40687 17.5368 5.70038 17.282 8.28741L16.9164 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18L17 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 15V22M17 15V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11C10.4783 11 8.86931 11.2925 7.60803 11.6838C6.6583 11.9784 5.89434 13.322 6.01199 14.4128C6.05558 14.8169 6.36877 15 6.69807 15H17.3019C17.6312 15 17.9444 14.8169 17.988 14.4128C18.1057 13.322 17.3417 11.9784 16.392 11.6838C15.1307 11.2925 13.5217 11 12 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.08364 12L6.71797 8.2874C6.46316 5.70038 6.33575 4.40687 6.88692 3.47939C7.92424 1.73383 10.2405 2.01699 12 2.01699C13.7595 2.01699 16.0758 1.73383 17.1131 3.47939C17.6642 4.40687 17.5368 5.70038 17.282 8.28741L16.9164 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18L17 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-chair-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 12H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 6L6 22M16.5 6L18 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2C10.4783 2 8.86931 2.29246 7.60803 2.68377C6.6583 2.97841 5.89434 4.32201 6.01199 5.41276C6.05558 5.81688 6.36877 6 6.69807 6H17.3019C17.6312 6 17.9444 5.81688 17.988 5.41276C18.1057 4.32202 17.3417 2.97841 16.392 2.68377C15.1307 2.29246 13.5217 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 12H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 6L6 22M16.5 6L18 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2C10.4783 2 8.86931 2.29246 7.60803 2.68377C6.6583 2.97841 5.89434 4.32201 6.01199 5.41276C6.05558 5.81688 6.36877 6 6.69807 6H17.3019C17.6312 6 17.9444 5.81688 17.988 5.41276C18.1057 4.32202 17.3417 2.97841 16.392 2.68377C15.1307 2.29246 13.5217 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-chair-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 13.5L6 22M16 13.5L18 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 13C16.7677 13.6224 14.4922 14 12 14C9.50781 14 7.2323 13.6224 5.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 2C17.1344 2.62236 14.6839 3 12 3C9.3161 3 6.86556 2.62236 5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14V3M8 13.5L7 3M16 13.5L17 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18L17 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 13.5L6 22M16 13.5L18 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 13C16.7677 13.6224 14.4922 14 12 14C9.50781 14 7.2323 13.6224 5.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 2C17.1344 2.62236 14.6839 3 12 3C9.3161 3 6.86556 2.62236 5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14V3M8 13.5L7 3M16 13.5L17 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18L17 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-chair-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 17L7 22M16 17L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13C10.4783 13 8.86931 13.2925 7.60803 13.6838C6.6583 13.9784 5.89434 15.322 6.01199 16.4128C6.05558 16.8169 6.36877 17 6.69807 17H17.3019C17.6312 17 17.9444 16.8169 17.988 16.4128C18.1057 15.322 17.3417 13.9784 16.392 13.6838C15.1307 13.2925 13.5217 13 12 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.7733 14C17.0124 12.4321 18 10.3677 18 8.3553C18 4.30537 15.3137 2 12 2C8.68629 2 6 4.30537 6 8.3553C6 10.3677 6.98759 12.4321 8.22668 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.6698 2C13.8785 3.13257 14 4.56789 14 6.2739C14 8.69303 13.6362 11.178 13.1937 13M10.3302 2C10.1215 3.13257 10 4.56789 10 6.2739C10 8.69303 10.3638 11.178 10.8063 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 17L7 22M16 17L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13C10.4783 13 8.86931 13.2925 7.60803 13.6838C6.6583 13.9784 5.89434 15.322 6.01199 16.4128C6.05558 16.8169 6.36877 17 6.69807 17H17.3019C17.6312 17 17.9444 16.8169 17.988 16.4128C18.1057 15.322 17.3417 13.9784 16.392 13.6838C15.1307 13.2925 13.5217 13 12 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.7733 14C17.0124 12.4321 18 10.3677 18 8.3553C18 4.30537 15.3137 2 12 2C8.68629 2 6 4.30537 6 8.3553C6 10.3677 6.98759 12.4321 8.22668 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.6698 2C13.8785 3.13257 14 4.56789 14 6.2739C14 8.69303 13.6362 11.178 13.1937 13M10.3302 2C10.1215 3.13257 10 4.56789 10 6.2739C10 8.69303 10.3638 11.178 10.8063 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-chair-barber{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.6972 15H8C6.89543 15 6 14.0951 6 12.9788C6 11.8625 6.89796 10.9517 8.00141 11.002C12.6902 11.2157 15.2951 12.1485 16.384 12.6526C16.78 12.836 17 13.2432 17 13.6834C17 14.4105 16.4167 15 15.6972 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 14L20.9401 3.48443C21.1497 2.90943 20.7906 2.29091 20.1533 2.12892C18.5192 1.71359 16.8081 2.31124 16.2695 3.78511C15.6441 5.49648 15 8.13095 15 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7.96037C15 7.96037 11.6187 6.5657 10.3204 7.13945C9.93065 7.31168 9.59819 7.59701 9.36369 7.96052C9 8.52428 9 9.34943 9 10.9997%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 13V16C6 16.9319 6 17.3978 5.84776 17.7654C5.64477 18.2554 5.25542 18.6448 4.76537 18.8478C4.39782 19 3.93188 19 3 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 21H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.6972 15H8C6.89543 15 6 14.0951 6 12.9788C6 11.8625 6.89796 10.9517 8.00141 11.002C12.6902 11.2157 15.2951 12.1485 16.384 12.6526C16.78 12.836 17 13.2432 17 13.6834C17 14.4105 16.4167 15 15.6972 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 14L20.9401 3.48443C21.1497 2.90943 20.7906 2.29091 20.1533 2.12892C18.5192 1.71359 16.8081 2.31124 16.2695 3.78511C15.6441 5.49648 15 8.13095 15 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7.96037C15 7.96037 11.6187 6.5657 10.3204 7.13945C9.93065 7.31168 9.59819 7.59701 9.36369 7.96052C9 8.52428 9 9.34943 9 10.9997%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 13V16C6 16.9319 6 17.3978 5.84776 17.7654C5.64477 18.2554 5.25542 18.6448 4.76537 18.8478C4.39782 19 3.93188 19 3 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 21H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-cleaning-bucket{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 9H19.9948C20.4907 9 20.7387 9 20.8843 9.16028C21.0299 9.32055 21.0108 9.57261 20.9728 10.0767L20.3518 18.3068C20.2196 20.0588 20.1535 20.9349 19.5893 21.4674C19.0252 22 18.1633 22 16.4396 22H11.9354C10.2116 22 9.34972 22 8.78559 21.4674C7.94616 20.675 8.08069 19.0693 8 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8.90909V14.3636C11 16.0778 11 16.9349 10.4142 17.4675C9.82843 18 8.88562 18 7 18C5.11438 18 4.17157 18 3.58579 17.4675C3 16.9349 3 16.0778 3 14.3636V13.4545C3 10.8832 3 9.5976 3.87868 8.7988C4.75736 8 6.17157 8 9 8H10C10.4714 8 10.7071 8 10.8536 8.13313C11 8.26627 11 8.48054 11 8.90909Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9C19 5.13401 16.75 2 13.9746 2C11.4428 2 9.34836 4.60771 9 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 13H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 9H19.9948C20.4907 9 20.7387 9 20.8843 9.16028C21.0299 9.32055 21.0108 9.57261 20.9728 10.0767L20.3518 18.3068C20.2196 20.0588 20.1535 20.9349 19.5893 21.4674C19.0252 22 18.1633 22 16.4396 22H11.9354C10.2116 22 9.34972 22 8.78559 21.4674C7.94616 20.675 8.08069 19.0693 8 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8.90909V14.3636C11 16.0778 11 16.9349 10.4142 17.4675C9.82843 18 8.88562 18 7 18C5.11438 18 4.17157 18 3.58579 17.4675C3 16.9349 3 16.0778 3 14.3636V13.4545C3 10.8832 3 9.5976 3.87868 8.7988C4.75736 8 6.17157 8 9 8H10C10.4714 8 10.7071 8 10.8536 8.13313C11 8.26627 11 8.48054 11 8.90909Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 9C19 5.13401 16.75 2 13.9746 2C11.4428 2 9.34836 4.60771 9 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 13H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-computer-desk-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 17H16C14.1144 17 13.1716 17 12.5858 16.4142C12 15.8284 12 14.8856 12 13V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12V22M20 12V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6V5C7 3.58579 7 2.87868 7.43934 2.43934C7.87868 2 8.58579 2 10 2H14C15.4142 2 16.1213 2 16.5607 2.43934C17 2.87868 17 3.58579 17 5V6C17 7.41421 17 8.12132 16.5607 8.56066C16.1213 9 15.4142 9 14 9H10C8.58579 9 7.87868 9 7.43934 8.56066C7 8.12132 7 7.41421 7 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 9L14 12M10.5 9L10 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 17H16C14.1144 17 13.1716 17 12.5858 16.4142C12 15.8284 12 14.8856 12 13V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12V22M20 12V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6V5C7 3.58579 7 2.87868 7.43934 2.43934C7.87868 2 8.58579 2 10 2H14C15.4142 2 16.1213 2 16.5607 2.43934C17 2.87868 17 3.58579 17 5V6C17 7.41421 17 8.12132 16.5607 8.56066C16.1213 9 15.4142 9 14 9H10C8.58579 9 7.87868 9 7.43934 8.56066C7 8.12132 7 7.41421 7 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 9L14 12M10.5 9L10 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-computer-desk-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12V8C17 7.17267 17.1727 7 18 7H19C19.8273 7 20 7.17267 20 8V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 17H16C14.1144 17 13.1716 17 12.5858 16.4142C12 15.8284 12 14.8856 12 13V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12V22M20 12V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 6V5C3 3.58579 3 2.87868 3.43934 2.43934C3.87868 2 4.58579 2 6 2H10C11.4142 2 12.1213 2 12.5607 2.43934C13 2.87868 13 3.58579 13 5V6C13 7.41421 13 8.12132 12.5607 8.56066C12.1213 9 11.4142 9 10 9H6C4.58579 9 3.87868 9 3.43934 8.56066C3 8.12132 3 7.41421 3 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 9L10 12M6.5 9L6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12V8C17 7.17267 17.1727 7 18 7H19C19.8273 7 20 7.17267 20 8V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 17H16C14.1144 17 13.1716 17 12.5858 16.4142C12 15.8284 12 14.8856 12 13V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12V22M20 12V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 6V5C3 3.58579 3 2.87868 3.43934 2.43934C3.87868 2 4.58579 2 6 2H10C11.4142 2 12.1213 2 12.5607 2.43934C13 2.87868 13 3.58579 13 5V6C13 7.41421 13 8.12132 12.5607 8.56066C12.1213 9 11.4142 9 10 9H6C4.58579 9 3.87868 9 3.43934 8.56066C3 8.12132 3 7.41421 3 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 9L10 12M6.5 9L6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-computer-desk-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.7646 12L20.3746 10.3263C20.835 9.0632 21.0652 8.43163 20.9839 7.86936C20.9248 7.45999 20.7548 7.07962 20.4961 6.77767C20.1407 6.36296 19.5448 6.17609 18.3529 5.80235M18.3529 5.80235C18.3529 6.12316 18.3529 6.28357 18.3152 6.42528C18.2601 6.63271 18.1471 6.81594 17.9921 6.94917C17.8862 7.04019 17.7505 7.09976 17.4791 7.21891L17.2275 7.32933C16.7023 7.55994 16.4396 7.67524 16.2451 7.55871C16.2188 7.54295 16.1939 7.52447 16.1708 7.50351C16 7.34859 16 7.03812 16 6.41719V5.1875C16 4.56657 16 4.2561 16.1708 4.10118C16.1939 4.08023 16.2188 4.06174 16.2451 4.04598C16.4396 3.92945 16.7023 4.04476 17.2275 4.27536L17.4791 4.38578C17.7505 4.50493 17.8862 4.5645 17.9921 4.65552C18.1471 4.78876 18.2601 4.97198 18.3152 5.17941C18.3529 5.32112 18.3529 5.48153 18.3529 5.80235Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 17H16C14.1144 17 13.1716 17 12.5858 16.4142C12 15.8284 12 14.8856 12 13V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12V22M20 12V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 6V5C3 3.58579 3 2.87868 3.43934 2.43934C3.87868 2 4.58579 2 6 2H10C11.4142 2 12.1213 2 12.5607 2.43934C13 2.87868 13 3.58579 13 5V6C13 7.41421 13 8.12132 12.5607 8.56066C12.1213 9 11.4142 9 10 9H6C4.58579 9 3.87868 9 3.43934 8.56066C3 8.12132 3 7.41421 3 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 9L10 12M6.5 9L6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.7646 12L20.3746 10.3263C20.835 9.0632 21.0652 8.43163 20.9839 7.86936C20.9248 7.45999 20.7548 7.07962 20.4961 6.77767C20.1407 6.36296 19.5448 6.17609 18.3529 5.80235M18.3529 5.80235C18.3529 6.12316 18.3529 6.28357 18.3152 6.42528C18.2601 6.63271 18.1471 6.81594 17.9921 6.94917C17.8862 7.04019 17.7505 7.09976 17.4791 7.21891L17.2275 7.32933C16.7023 7.55994 16.4396 7.67524 16.2451 7.55871C16.2188 7.54295 16.1939 7.52447 16.1708 7.50351C16 7.34859 16 7.03812 16 6.41719V5.1875C16 4.56657 16 4.2561 16.1708 4.10118C16.1939 4.08023 16.2188 4.06174 16.2451 4.04598C16.4396 3.92945 16.7023 4.04476 17.2275 4.27536L17.4791 4.38578C17.7505 4.50493 17.8862 4.5645 17.9921 4.65552C18.1471 4.78876 18.2601 4.97198 18.3152 5.17941C18.3529 5.32112 18.3529 5.48153 18.3529 5.80235Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 17H16C14.1144 17 13.1716 17 12.5858 16.4142C12 15.8284 12 14.8856 12 13V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12V22M20 12V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 6V5C3 3.58579 3 2.87868 3.43934 2.43934C3.87868 2 4.58579 2 6 2H10C11.4142 2 12.1213 2 12.5607 2.43934C13 2.87868 13 3.58579 13 5V6C13 7.41421 13 8.12132 12.5607 8.56066C12.1213 9 11.4142 9 10 9H6C4.58579 9 3.87868 9 3.43934 8.56066C3 8.12132 3 7.41421 3 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 9L10 12M6.5 9L6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-curtains{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 3L2 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14C5.5985 13.2925 6.76719 11.3937 7 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 14C18.4015 13.2925 17.2328 11.3937 17 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 3V14.625M3 14.625V16.75C3 18.7535 3 19.7552 3.58579 20.3776C4.17157 21 5.11438 21 7 21H8C8 19.5311 7.6 16.0778 6 14.0154M3 14.625C4.14794 14.5482 5.14101 14.3343 6 14.0154M6 14.0154C9.88075 12.5749 12.0001 7.21447 12 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 3V14.625M21 14.625V16.75C21 18.7535 21 19.7552 20.4142 20.3776C19.8284 21 18.8856 21 17 21H16C16 19.5311 16.4 16.0778 18 14.0154M21 14.625C19.8521 14.5482 18.859 14.3343 18 14.0154M18 14.0154C14.1192 12.5749 11.9999 7.21447 12 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 3L2 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14C5.5985 13.2925 6.76719 11.3937 7 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 14C18.4015 13.2925 17.2328 11.3937 17 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 3V14.625M3 14.625V16.75C3 18.7535 3 19.7552 3.58579 20.3776C4.17157 21 5.11438 21 7 21H8C8 19.5311 7.6 16.0778 6 14.0154M3 14.625C4.14794 14.5482 5.14101 14.3343 6 14.0154M6 14.0154C9.88075 12.5749 12.0001 7.21447 12 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 3V14.625M21 14.625V16.75C21 18.7535 21 19.7552 20.4142 20.3776C19.8284 21 18.8856 21 17 21H16C16 19.5311 16.4 16.0778 18 14.0154M21 14.625C19.8521 14.5482 18.859 14.3343 18 14.0154M18 14.0154C14.1192 12.5749 11.9999 7.21447 12 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-desk-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 4H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 8H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 8L14 18C14 18.9428 14 19.4142 14.2929 19.7071C14.5858 20 15.0572 20 16 20H19C19.9428 20 20.4142 20 20.7071 19.7071C21 19.4142 21 18.9428 21 18V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 4V20M21 4V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 4H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 8H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 8L14 18C14 18.9428 14 19.4142 14.2929 19.7071C14.5858 20 15.0572 20 16 20H19C19.9428 20 20.4142 20 20.7071 19.7071C21 19.4142 21 18.9428 21 18V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 4V20M21 4V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-desk-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 4H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 8H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16H18C16.1144 16 15.1716 16 14.5858 15.4142C14 14.8284 14 13.8856 14 12V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 4V20M21 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 4H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 8H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16H18C16.1144 16 15.1716 16 14.5858 15.4142C14 14.8284 14 13.8856 14 12V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 4V20M21 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-dining-table{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 4L20.496 4.96113C19.8115 6.2666 18.8831 7 17.9151 7H7.0849C6.11686 7 5.18847 6.2666 4.50396 4.96113L4 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 20H5.86863C6.16649 20 6.31542 20 6.4578 19.9794C6.78821 19.9316 7.10141 19.8019 7.36884 19.602C7.48407 19.5159 7.58938 19.4106 7.8 19.2C8.11593 18.8841 8.2739 18.7261 8.44674 18.5969C8.84788 18.2971 9.31768 18.1025 9.81331 18.0309C10.0269 18 10.2503 18 10.6971 18H13.3029C13.7497 18 13.9731 18 14.1867 18.0309C14.6823 18.1025 15.1521 18.2971 15.5533 18.5969C15.7261 18.7261 15.8841 18.8841 16.2 19.2C16.4106 19.4106 16.5159 19.5159 16.6312 19.602C16.8986 19.8019 17.2118 19.9316 17.5422 19.9794C17.6846 20 17.8335 20 18.1314 20H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 18L10.2058 16.9709C10.333 16.3348 10.3967 16.0167 10.5999 15.8059C10.6541 15.7497 10.7147 15.7001 10.7804 15.658C11.027 15.5 11.3513 15.5 12 15.5C12.6487 15.5 12.973 15.5 13.2196 15.658C13.2853 15.7001 13.3459 15.7497 13.4001 15.8059C13.6033 16.0167 13.667 16.3348 13.7942 16.9709L14 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7L10.2058 8.02913C10.333 8.66523 10.3967 8.98327 10.5999 9.19409C10.6541 9.25028 10.7147 9.29993 10.7804 9.34203C11.027 9.5 11.3513 9.5 12 9.5C12.6487 9.5 12.973 9.5 13.2196 9.34203C13.2853 9.29993 13.3459 9.25028 13.4001 9.19409C13.6033 8.98327 13.667 8.66523 13.7942 8.02913L14 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15.5L12 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 4L20.496 4.96113C19.8115 6.2666 18.8831 7 17.9151 7H7.0849C6.11686 7 5.18847 6.2666 4.50396 4.96113L4 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 20H5.86863C6.16649 20 6.31542 20 6.4578 19.9794C6.78821 19.9316 7.10141 19.8019 7.36884 19.602C7.48407 19.5159 7.58938 19.4106 7.8 19.2C8.11593 18.8841 8.2739 18.7261 8.44674 18.5969C8.84788 18.2971 9.31768 18.1025 9.81331 18.0309C10.0269 18 10.2503 18 10.6971 18H13.3029C13.7497 18 13.9731 18 14.1867 18.0309C14.6823 18.1025 15.1521 18.2971 15.5533 18.5969C15.7261 18.7261 15.8841 18.8841 16.2 19.2C16.4106 19.4106 16.5159 19.5159 16.6312 19.602C16.8986 19.8019 17.2118 19.9316 17.5422 19.9794C17.6846 20 17.8335 20 18.1314 20H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 18L10.2058 16.9709C10.333 16.3348 10.3967 16.0167 10.5999 15.8059C10.6541 15.7497 10.7147 15.7001 10.7804 15.658C11.027 15.5 11.3513 15.5 12 15.5C12.6487 15.5 12.973 15.5 13.2196 15.658C13.2853 15.7001 13.3459 15.7497 13.4001 15.8059C13.6033 16.0167 13.667 16.3348 13.7942 16.9709L14 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7L10.2058 8.02913C10.333 8.66523 10.3967 8.98327 10.5999 9.19409C10.6541 9.25028 10.7147 9.29993 10.7804 9.34203C11.027 9.5 11.3513 9.5 12 9.5C12.6487 9.5 12.973 9.5 13.2196 9.34203C13.2853 9.29993 13.3459 9.25028 13.4001 9.19409C13.6033 8.98327 13.667 8.66523 13.7942 8.02913L14 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15.5L12 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-door{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 22V8C5 5.17157 5 3.75736 5.87868 2.87868C6.75736 2 8.17157 2 11 2H13C15.8284 2 17.2426 2 18.1213 2.87868C19 3.75736 19 5.17157 19 8V22H5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11V7C8 5.34533 8.34533 5 10 5H14C15.6547 5 16 5.34533 16 7V11C16 12.6547 15.6547 13 14 13H10C8.34533 13 8 12.6547 8 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5V13M16 9L8 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00801 17L7.99902 17%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 22V8C5 5.17157 5 3.75736 5.87868 2.87868C6.75736 2 8.17157 2 11 2H13C15.8284 2 17.2426 2 18.1213 2.87868C19 3.75736 19 5.17157 19 8V22H5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11V7C8 5.34533 8.34533 5 10 5H14C15.6547 5 16 5.34533 16 7V11C16 12.6547 15.6547 13 14 13H10C8.34533 13 8 12.6547 8 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5V13M16 9L8 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00801 17L7.99902 17%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-dressing-table-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 6L11 5M11 8L13 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 14V8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14V22M19 14V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 19L19 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 16.5H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 6L11 5M11 8L13 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 14V8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14V22M19 14V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 19L19 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 16.5H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-dressing-table-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 16C19.5 16.3333 20.3 17.4 19.5 19C18.7 20.6 19.5 21.6667 20 22M19 16H5M19 16V13M5 16C4.5 16.3333 3.7 17.4 4.5 19C5.3 20.6 4.5 21.6667 4 22M5 16V13M20 13H19M4 13H5M19 13H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5C7 10.5376 9.23857 13 12 13C14.7614 13 17 10.5376 17 7.5C17 4.46243 14.7614 2 12 2C9.23858 2 7 4.46243 7 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 7L12.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 9.5L13 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 16C19.5 16.3333 20.3 17.4 19.5 19C18.7 20.6 19.5 21.6667 20 22M19 16H5M19 16V13M5 16C4.5 16.3333 3.7 17.4 4.5 19C5.3 20.6 4.5 21.6667 4 22M5 16V13M20 13H19M4 13H5M19 13H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5C7 10.5376 9.23857 13 12 13C14.7614 13 17 10.5376 17 7.5C17 4.46243 14.7614 2 12 2C9.23858 2 7 4.46243 7 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 7L12.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 9.5L13 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-dressing-table-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 15C2 14.0572 2 13.5858 2.29289 13.2929C2.58579 13 3.05719 13 4 13H20C20.9428 13 21.4142 13 21.7071 13.2929C22 13.5858 22 14.0572 22 15V17C22 17.9428 22 18.4142 21.7071 18.7071C21.4142 19 20.9428 19 20 19H4C3.05719 19 2.58579 19 2.29289 18.7071C2 18.4142 2 17.9428 2 17V15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 16L13 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 19C18.7 20.6 19.5 21.6667 20 22M4.5 19C5.3 20.6 4.5 21.6667 4 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 13V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 13V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 3.50005L8.08579 3.50003C8.28215 3.50003 8.38034 3.50003 8.4645 3.4688C8.54867 3.43757 8.63373 3.36436 8.80385 3.21795C10.6907 1.59404 13.3093 1.59403 15.1961 3.21791C15.3663 3.36432 15.4513 3.43753 15.5355 3.46876C15.6197 3.49999 15.7178 3.49999 15.9142 3.49999H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 7L10 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9.5L12 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 15C2 14.0572 2 13.5858 2.29289 13.2929C2.58579 13 3.05719 13 4 13H20C20.9428 13 21.4142 13 21.7071 13.2929C22 13.5858 22 14.0572 22 15V17C22 17.9428 22 18.4142 21.7071 18.7071C21.4142 19 20.9428 19 20 19H4C3.05719 19 2.58579 19 2.29289 18.7071C2 18.4142 2 17.9428 2 17V15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 16L13 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 19C18.7 20.6 19.5 21.6667 20 22M4.5 19C5.3 20.6 4.5 21.6667 4 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 13V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 13V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 3.50005L8.08579 3.50003C8.28215 3.50003 8.38034 3.50003 8.4645 3.4688C8.54867 3.43757 8.63373 3.36436 8.80385 3.21795C10.6907 1.59404 13.3093 1.59403 15.1961 3.21791C15.3663 3.36432 15.4513 3.43753 15.5355 3.46876C15.6197 3.49999 15.7178 3.49999 15.9142 3.49999H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 7L10 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 9.5L12 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-flower-pot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9C12 4.5 14 4 16 4C16 7 14.5 9 12 9ZM12 9C12 4.5 10 4 8 4C8 7 9.5 9 12 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4C10 4 10.5 2.5 12 2C13.5 2.5 14 4 14 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13C12.25 12.3333 13.2 11 15 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.1509 15H10.8491C8.79675 15 7.77055 15 7.2641 15.5967C6.75765 16.1934 7.03957 17.0703 7.6034 18.8242L7.69704 19.1154C8.14071 20.4955 8.36255 21.1855 8.95349 21.5878L8.97997 21.6055C9.57752 22 10.385 22 12 22C13.615 22 14.4225 22 15.02 21.6055L15.0465 21.5878C15.6375 21.1855 15.8593 20.4955 16.303 19.1154L16.3966 18.8242C16.9604 17.0703 17.2423 16.1934 16.7359 15.5967C16.2294 15 15.2033 15 13.1509 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9C12 4.5 14 4 16 4C16 7 14.5 9 12 9ZM12 9C12 4.5 10 4 8 4C8 7 9.5 9 12 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4C10 4 10.5 2.5 12 2C13.5 2.5 14 4 14 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13C12.25 12.3333 13.2 11 15 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.1509 15H10.8491C8.79675 15 7.77055 15 7.2641 15.5967C6.75765 16.1934 7.03957 17.0703 7.6034 18.8242L7.69704 19.1154C8.14071 20.4955 8.36255 21.1855 8.95349 21.5878L8.97997 21.6055C9.57752 22 10.385 22 12 22C13.615 22 14.4225 22 15.02 21.6055L15.0465 21.5878C15.6375 21.1855 15.8593 20.4955 16.303 19.1154L16.3966 18.8242C16.9604 17.0703 17.2423 16.1934 16.7359 15.5967C16.2294 15 15.2033 15 13.1509 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-garage{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.7812 3.09766L5.6718 5.89369C4.3639 6.78359 3.70995 7.22854 3.35498 7.90548C3 8.58242 3 9.38456 3 10.9888V17.9176C3 19.8421 3 20.8043 3.58579 21.4021C4.17157 22 5.11438 22 7 22H17C18.8856 22 19.8284 22 20.4142 21.4021C21 20.8043 21 19.8421 21 17.9176V10.9888C21 9.38456 21 8.58242 20.645 7.90548C20.29 7.22854 19.6361 6.78359 18.3282 5.89369L14.2188 3.09766C13.1433 2.36589 12.6056 2 12 2C11.3944 2 10.8567 2.36589 9.7812 3.09766Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22V15C7 13.1144 7 12.1716 7.58579 11.5858C8.17157 11 9.11438 11 11 11H13C14.8856 11 15.8284 11 16.4142 11.5858C17 12.1716 17 13.1144 17 15V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 14H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.008 7L11.999 7%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.7812 3.09766L5.6718 5.89369C4.3639 6.78359 3.70995 7.22854 3.35498 7.90548C3 8.58242 3 9.38456 3 10.9888V17.9176C3 19.8421 3 20.8043 3.58579 21.4021C4.17157 22 5.11438 22 7 22H17C18.8856 22 19.8284 22 20.4142 21.4021C21 20.8043 21 19.8421 21 17.9176V10.9888C21 9.38456 21 8.58242 20.645 7.90548C20.29 7.22854 19.6361 6.78359 18.3282 5.89369L14.2188 3.09766C13.1433 2.36589 12.6056 2 12 2C11.3944 2 10.8567 2.36589 9.7812 3.09766Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22V15C7 13.1144 7 12.1716 7.58579 11.5858C8.17157 11 9.11438 11 11 11H13C14.8856 11 15.8284 11 16.4142 11.5858C17 12.1716 17 13.1144 17 15V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 14H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.008 7L11.999 7%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-hanging-clock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%224.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2215.5%22 r%3D%224.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 8H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22bevel%22%2F%3E%0A%3Cpath d%3D%22M17.5 6V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22bevel%22%2F%3E%0A%3Cpath d%3D%22M2 6V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22bevel%22%2F%3E%0A%3Cpath d%3D%22M2 20C2 13.3726 7.37258 8 14 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22bevel%22%2F%3E%0A%3Cpath d%3D%22M18.5 16.5L17.5 16V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%224.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2215.5%22 r%3D%224.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 8H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22bevel%22%2F%3E%0A%3Cpath d%3D%22M17.5 6V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22bevel%22%2F%3E%0A%3Cpath d%3D%22M2 6V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22bevel%22%2F%3E%0A%3Cpath d%3D%22M2 20C2 13.3726 7.37258 8 14 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22bevel%22%2F%3E%0A%3Cpath d%3D%22M18.5 16.5L17.5 16V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-hot-tube{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.6644 16.9864L3 13H21L20.3356 16.9864C19.9365 19.3809 19.737 20.5781 18.8977 21.2891C18.0585 22 16.8448 22 14.4172 22H9.58276C7.15525 22 5.94149 22 5.10226 21.2891C4.26302 20.5781 4.06348 19.3809 3.6644 16.9864Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.6 10C19.1333 9.44772 19.1333 8.55228 18.6 8C18.0667 7.44772 18.0667 6.55228 18.6 6M15.4 10C15.9333 9.44772 15.9333 8.55228 15.4 8C14.8667 7.44772 14.8667 6.55228 15.4 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 13H2M21 13H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 13V9.8513C5 8.82886 5.82885 8 6.8513 8C8.18 8 9.40683 8.71196 10.0661 9.8656L13 15M9 4C9 5.10457 8.10457 6 7 6C5.89543 6 5 5.10457 5 4C5 2.89543 5.89543 2 7 2C8.10457 2 9 2.89543 9 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.6644 16.9864L3 13H21L20.3356 16.9864C19.9365 19.3809 19.737 20.5781 18.8977 21.2891C18.0585 22 16.8448 22 14.4172 22H9.58276C7.15525 22 5.94149 22 5.10226 21.2891C4.26302 20.5781 4.06348 19.3809 3.6644 16.9864Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.6 10C19.1333 9.44772 19.1333 8.55228 18.6 8C18.0667 7.44772 18.0667 6.55228 18.6 6M15.4 10C15.9333 9.44772 15.9333 8.55228 15.4 8C14.8667 7.44772 14.8667 6.55228 15.4 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 13H2M21 13H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 13V9.8513C5 8.82886 5.82885 8 6.8513 8C8.18 8 9.40683 8.71196 10.0661 9.8656L13 15M9 4C9 5.10457 8.10457 6 7 6C5.89543 6 5 5.10457 5 4C5 2.89543 5.89543 2 7 2C8.10457 2 9 2.89543 9 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-lamp-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19C12.8284 19 13.5 18.3284 13.5 17.5C13.5 16.6716 12.8284 16 12 16C11.1716 16 10.5 16.6716 10.5 17.5C10.5 18.3284 11.1716 19 12 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 16L12 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 22L16 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0259 12H8.9741C6.76217 12 5.65621 12 5.18728 11.3145C4.71834 10.6289 5.17219 9.67558 6.07989 7.7689L7.70343 4.35854C8.24854 3.21351 8.52109 2.64099 9.04548 2.3205C9.56986 2 10.234 2 11.5624 2H12.4376C13.766 2 14.4301 2 14.9545 2.3205C15.4789 2.64099 15.7515 3.21351 16.2966 4.35854L17.9201 7.76891C18.8278 9.67558 19.2817 10.6289 18.8127 11.3145C18.3438 12 17.2378 12 15.0259 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19C12.8284 19 13.5 18.3284 13.5 17.5C13.5 16.6716 12.8284 16 12 16C11.1716 16 10.5 16.6716 10.5 17.5C10.5 18.3284 11.1716 19 12 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 16L12 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 22L16 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0259 12H8.9741C6.76217 12 5.65621 12 5.18728 11.3145C4.71834 10.6289 5.17219 9.67558 6.07989 7.7689L7.70343 4.35854C8.24854 3.21351 8.52109 2.64099 9.04548 2.3205C9.56986 2 10.234 2 11.5624 2H12.4376C13.766 2 14.4301 2 14.9545 2.3205C15.4789 2.64099 15.7515 3.21351 16.2966 4.35854L17.9201 7.76891C18.8278 9.67558 19.2817 10.6289 18.8127 11.3145C18.3438 12 17.2378 12 15.0259 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-lamp-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7C8.68629 7 6 9.68629 6 13L18 13C18 9.68629 15.3137 7 12 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13C9 14.6569 10.3431 16 12 16C13.6569 16 15 14.6569 15 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 13H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0002 20V22M15 19L17 20.4999M9 19L7 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7C8.68629 7 6 9.68629 6 13L18 13C18 9.68629 15.3137 7 12 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13C9 14.6569 10.3431 16 12 16C13.6569 16 15 14.6569 15 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 13H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0002 20V22M15 19L17 20.4999M9 19L7 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-lamp-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9244 12.102C20.3882 11.4385 18.588 9.20647 18.0742 8.81246C17.6051 8.45281 17 8.27446 15.7896 7.91776C14.5811 7.56161 13.2866 7 12 7C10.7134 7 9.41894 7.56161 8.21043 7.91776C7.00005 8.27446 6.39486 8.45281 5.92582 8.81246C5.41197 9.20647 3.61181 11.4385 4.07564 12.102C4.96428 13.3732 19.1407 13.2231 19.9244 12.102Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13C9 14.6569 10.3431 16 12 16C13.6569 16 15 14.6569 15 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0002 20V22M15 19L17 20.4999M9 19L7 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9244 12.102C20.3882 11.4385 18.588 9.20647 18.0742 8.81246C17.6051 8.45281 17 8.27446 15.7896 7.91776C14.5811 7.56161 13.2866 7 12 7C10.7134 7 9.41894 7.56161 8.21043 7.91776C7.00005 8.27446 6.39486 8.45281 5.92582 8.81246C5.41197 9.20647 3.61181 11.4385 4.07564 12.102C4.96428 13.3732 19.1407 13.2231 19.9244 12.102Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13C9 14.6569 10.3431 16 12 16C13.6569 16 15 14.6569 15 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0002 20V22M15 19L17 20.4999M9 19L7 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-lamp-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5936 10H9.40637C7.51043 10 6.56247 10 6.16052 9.45157C5.75858 8.90313 6.14759 8.14046 6.92562 6.61512L8.31723 3.88683C8.78446 2.97081 9.01808 2.5128 9.46755 2.2564C9.91703 2 10.4863 2 11.6249 2H12.3751C13.5137 2 14.083 2 14.5324 2.2564C14.9819 2.5128 15.2155 2.97081 15.6828 3.88683L17.0744 6.61512C17.8524 8.14046 18.2414 8.90313 17.8395 9.45157C17.4375 10 16.4896 10 14.5936 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22L9.36754 20.8974C9.64721 20.0584 9.78704 19.6389 10.094 19.3706C10.1647 19.3088 10.2409 19.2539 10.3218 19.2064C10.6734 19 11.1156 19 12 19C12.8844 19 13.3266 19 13.6782 19.2064C13.7591 19.2539 13.8353 19.3088 13.906 19.3706C14.213 19.6389 14.3528 20.0584 14.6325 20.8974L15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 10V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5936 10H9.40637C7.51043 10 6.56247 10 6.16052 9.45157C5.75858 8.90313 6.14759 8.14046 6.92562 6.61512L8.31723 3.88683C8.78446 2.97081 9.01808 2.5128 9.46755 2.2564C9.91703 2 10.4863 2 11.6249 2H12.3751C13.5137 2 14.083 2 14.5324 2.2564C14.9819 2.5128 15.2155 2.97081 15.6828 3.88683L17.0744 6.61512C17.8524 8.14046 18.2414 8.90313 17.8395 9.45157C17.4375 10 16.4896 10 14.5936 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22L9.36754 20.8974C9.64721 20.0584 9.78704 19.6389 10.094 19.3706C10.1647 19.3088 10.2409 19.2539 10.3218 19.2064C10.6734 19 11.1156 19 12 19C12.8844 19 13.3266 19 13.6782 19.2064C13.7591 19.2539 13.8353 19.3088 13.906 19.3706C14.213 19.6389 14.3528 20.0584 14.6325 20.8974L15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 10V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-lamp-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9984 14C13.9731 14.8764 14.1962 16.4482 14.7712 17.487C15.3711 18.5704 15.7228 19.7991 15.3411 20.9591C15.138 21.5763 14.5053 22 13.7869 22H10.2247C9.52108 22 8.89821 21.5925 8.68423 20.9921C8.26479 19.8152 8.61255 18.555 9.21486 17.4437C9.76585 16.427 9.9953 14.8804 9.04299 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 14H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5936 10H9.40637C7.51043 10 6.56247 10 6.16052 9.45157C5.75858 8.90313 6.14759 8.14046 6.92562 6.61512L8.31723 3.88683C8.78446 2.97081 9.01808 2.5128 9.46755 2.2564C9.91703 2 10.4863 2 11.6249 2H12.3751C13.5137 2 14.083 2 14.5324 2.2564C14.9819 2.5128 15.2155 2.97081 15.6828 3.88683L17.0744 6.61512C17.8524 8.14046 18.2414 8.90313 17.8395 9.45157C17.4375 10 16.4896 10 14.5936 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10L12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9984 14C13.9731 14.8764 14.1962 16.4482 14.7712 17.487C15.3711 18.5704 15.7228 19.7991 15.3411 20.9591C15.138 21.5763 14.5053 22 13.7869 22H10.2247C9.52108 22 8.89821 21.5925 8.68423 20.9921C8.26479 19.8152 8.61255 18.555 9.21486 17.4437C9.76585 16.427 9.9953 14.8804 9.04299 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 14H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5936 10H9.40637C7.51043 10 6.56247 10 6.16052 9.45157C5.75858 8.90313 6.14759 8.14046 6.92562 6.61512L8.31723 3.88683C8.78446 2.97081 9.01808 2.5128 9.46755 2.2564C9.91703 2 10.4863 2 11.6249 2H12.3751C13.5137 2 14.083 2 14.5324 2.2564C14.9819 2.5128 15.2155 2.97081 15.6828 3.88683L17.0744 6.61512C17.8524 8.14046 18.2414 8.90313 17.8395 9.45157C17.4375 10 16.4896 10 14.5936 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10L12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-mirror{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 15V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V15C17 16.6547 16.6547 17 15 17H9C7.34533 17 7 16.6547 7 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6L11 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8.5L13 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8V22M4 8V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 20H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12H7M17 12H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 15V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V15C17 16.6547 16.6547 17 15 17H9C7.34533 17 7 16.6547 7 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6L11 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8.5L13 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8V22M4 8V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 20H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12H7M17 12H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-office-chair{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 22C14.934 20.7553 13.5337 20 12 20C10.4663 20 9.06603 20.7553 8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13C10.7319 13 9.39109 13.2193 8.34002 13.5128C7.54859 13.7338 6.91195 14.7415 7.00999 15.5596C7.04632 15.8627 7.30731 16 7.58173 16H16.4183C16.6927 16 16.9537 15.8627 16.99 15.5596C17.0881 14.7415 16.4514 13.7338 15.66 13.5128C14.6089 13.2193 13.2681 13 12 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 10C19.8954 10 19 10.8954 19 12V13C19 14.1046 18.1046 15 17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 10C4.10457 10 5 10.8954 5 12V13C5 14.1046 5.89543 15 7 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.8197 10H11.1803C9.77811 10 9.07704 10 8.56988 9.57641C8.06272 9.15282 7.89268 8.42526 7.55261 6.97014C7.01792 4.68228 6.75058 3.53835 7.31199 2.76918C7.87341 2 8.97569 2 11.1803 2H12.8197C15.0243 2 16.1266 2 16.688 2.76918C17.2494 3.53835 16.9821 4.68228 16.4474 6.97014C16.1073 8.42526 15.9373 9.15282 15.4301 9.57641C14.923 10 14.2219 10 12.8197 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 22C14.934 20.7553 13.5337 20 12 20C10.4663 20 9.06603 20.7553 8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13C10.7319 13 9.39109 13.2193 8.34002 13.5128C7.54859 13.7338 6.91195 14.7415 7.00999 15.5596C7.04632 15.8627 7.30731 16 7.58173 16H16.4183C16.6927 16 16.9537 15.8627 16.99 15.5596C17.0881 14.7415 16.4514 13.7338 15.66 13.5128C14.6089 13.2193 13.2681 13 12 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 10C19.8954 10 19 10.8954 19 12V13C19 14.1046 18.1046 15 17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 10C4.10457 10 5 10.8954 5 12V13C5 14.1046 5.89543 15 7 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.8197 10H11.1803C9.77811 10 9.07704 10 8.56988 9.57641C8.06272 9.15282 7.89268 8.42526 7.55261 6.97014C7.01792 4.68228 6.75058 3.53835 7.31199 2.76918C7.87341 2 8.97569 2 11.1803 2H12.8197C15.0243 2 16.1266 2 16.688 2.76918C17.2494 3.53835 16.9821 4.68228 16.4474 6.97014C16.1073 8.42526 15.9373 9.15282 15.4301 9.57641C14.923 10 14.2219 10 12.8197 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-rocking-chair{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 8V14M15 8V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 14L18 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14L18 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 2L8 14L6 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8H16.5C17.3284 8 18 8.67157 18 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 18C5.72574 20.412 8.66464 22 12 22C15.3354 22 18.2743 20.412 20 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 8V14M15 8V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 14L18 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14L18 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 2L8 14L6 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8H16.5C17.3284 8 18 8.67157 18 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 18C5.72574 20.412 8.66464 22 12 22C15.3354 22 18.2743 20.412 20 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-sink-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 14C15.2069 14 17.9143 11.8786 18.7734 8.97359C19.0045 8.192 19.1201 7.80121 18.8177 7.4006C18.5152 7 18.0239 7 17.0413 7H6.9587C5.9761 7 5.4848 7 5.18234 7.4006C4.87988 7.80121 4.99545 8.192 5.22659 8.97359C6.08569 11.8786 8.79306 14 12 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 7V3.5C13 2.67157 13.6716 2 14.5 2C15.3284 2 16 2.67157 16 3.5V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7V6C10 5.05719 10 4.58579 9.70711 4.29289C9.41421 4 8.94281 4 8 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 14L14 22M9.5 14L10 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 14C15.2069 14 17.9143 11.8786 18.7734 8.97359C19.0045 8.192 19.1201 7.80121 18.8177 7.4006C18.5152 7 18.0239 7 17.0413 7H6.9587C5.9761 7 5.4848 7 5.18234 7.4006C4.87988 7.80121 4.99545 8.192 5.22659 8.97359C6.08569 11.8786 8.79306 14 12 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 7V3.5C13 2.67157 13.6716 2 14.5 2C15.3284 2 16 2.67157 16 3.5V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7V6C10 5.05719 10 4.58579 9.70711 4.29289C9.41421 4 8.94281 4 8 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 14L14 22M9.5 14L10 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-sink-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 17C15.7593 17 18.9168 14.4405 19.8036 10.9798C20.0098 10.175 20.1129 9.77257 19.8107 9.38629C19.5085 9 19.0187 9 18.039 9H5.96096C4.98134 9 4.49153 9 4.18931 9.38629C3.88709 9.77257 3.99019 10.175 4.19641 10.9798C5.08317 14.4405 8.24074 17 12 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 9V3.5C12 2.67157 12.6716 2 13.5 2C14.3284 2 15 2.67157 15 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9V8C9 7.05719 9 6.58579 8.70711 6.29289C8.41421 6 7.94281 6 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16.5L9.64223 20.0323C9.84941 21.1717 10.8418 22 12 22C13.1582 22 14.1506 21.1717 14.3578 20.0323L15 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 17C15.7593 17 18.9168 14.4405 19.8036 10.9798C20.0098 10.175 20.1129 9.77257 19.8107 9.38629C19.5085 9 19.0187 9 18.039 9H5.96096C4.98134 9 4.49153 9 4.18931 9.38629C3.88709 9.77257 3.99019 10.175 4.19641 10.9798C5.08317 14.4405 8.24074 17 12 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 9V3.5C12 2.67157 12.6716 2 13.5 2C14.3284 2 15 2.67157 15 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9V8C9 7.05719 9 6.58579 8.70711 6.29289C8.41421 6 7.94281 6 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16.5L9.64223 20.0323C9.84941 21.1717 10.8418 22 12 22C13.1582 22 14.1506 21.1717 14.3578 20.0323L15 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-sofa-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 17V20M18 17V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 9C20 7.13077 20 6.19615 19.5981 5.5C19.3348 5.04394 18.9561 4.66523 18.5 4.40192C17.8038 4 16.8692 4 15 4H9C7.13077 4 6.19615 4 5.5 4.40192C5.04394 4.66523 4.66523 5.04394 4.40192 5.5C4 6.19615 4 7.13077 4 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 9C18.8954 9 18 9.89543 18 11V13C18 13.8273 17.8273 14 17 14H7C6.17267 14 6 13.8273 6 13V11C6 9.89543 5.10457 9 4 9C2.89543 9 2 9.89543 2 11C2 11.7403 2.4022 12.3866 3 12.7324V13C3 14.8856 3 15.8284 3.58579 16.4142C4.17157 17 5.11438 17 7 17H17C18.8856 17 19.8284 17 20.4142 16.4142C21 15.8284 21 14.8856 21 13V12.7324C21.5978 12.3866 22 11.7403 22 11C22 9.89543 21.1046 9 20 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 17V20M18 17V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 9C20 7.13077 20 6.19615 19.5981 5.5C19.3348 5.04394 18.9561 4.66523 18.5 4.40192C17.8038 4 16.8692 4 15 4H9C7.13077 4 6.19615 4 5.5 4.40192C5.04394 4.66523 4.66523 5.04394 4.40192 5.5C4 6.19615 4 7.13077 4 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 9C18.8954 9 18 9.89543 18 11V13C18 13.8273 17.8273 14 17 14H7C6.17267 14 6 13.8273 6 13V11C6 9.89543 5.10457 9 4 9C2.89543 9 2 9.89543 2 11C2 11.7403 2.4022 12.3866 3 12.7324V13C3 14.8856 3 15.8284 3.58579 16.4142C4.17157 17 5.11438 17 7 17H17C18.8856 17 19.8284 17 20.4142 16.4142C21 15.8284 21 14.8856 21 13V12.7324C21.5978 12.3866 22 11.7403 22 11C22 9.89543 21.1046 9 20 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-sofa-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 17V20M18 17V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4L12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 9C20 7.13077 20 6.19615 19.5981 5.5C19.3348 5.04394 18.9561 4.66523 18.5 4.40192C17.8038 4 16.8692 4 15 4H9C7.13077 4 6.19615 4 5.5 4.40192C5.04394 4.66523 4.66523 5.04394 4.40192 5.5C4 6.19615 4 7.13077 4 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 9C18.8954 9 18 9.89543 18 11V13C18 13.8273 17.8273 14 17 14H7C6.17267 14 6 13.8273 6 13V11C6 9.89543 5.10457 9 4 9C2.89543 9 2 9.89543 2 11C2 11.7403 2.4022 12.3866 3 12.7324V13C3 14.8856 3 15.8284 3.58579 16.4142C4.17157 17 5.11438 17 7 17H17C18.8856 17 19.8284 17 20.4142 16.4142C21 15.8284 21 14.8856 21 13V12.7324C21.5978 12.3866 22 11.7403 22 11C22 9.89543 21.1046 9 20 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 17V20M18 17V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4L12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 9C20 7.13077 20 6.19615 19.5981 5.5C19.3348 5.04394 18.9561 4.66523 18.5 4.40192C17.8038 4 16.8692 4 15 4H9C7.13077 4 6.19615 4 5.5 4.40192C5.04394 4.66523 4.66523 5.04394 4.40192 5.5C4 6.19615 4 7.13077 4 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 9C18.8954 9 18 9.89543 18 11V13C18 13.8273 17.8273 14 17 14H7C6.17267 14 6 13.8273 6 13V11C6 9.89543 5.10457 9 4 9C2.89543 9 2 9.89543 2 11C2 11.7403 2.4022 12.3866 3 12.7324V13C3 14.8856 3 15.8284 3.58579 16.4142C4.17157 17 5.11438 17 7 17H17C18.8856 17 19.8284 17 20.4142 16.4142C21 15.8284 21 14.8856 21 13V12.7324C21.5978 12.3866 22 11.7403 22 11C22 9.89543 21.1046 9 20 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-sofa-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 16V19M17 16V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9996 9.26828C20.043 8.716 18.8198 9.04375 18.2675 10.0003L17.2581 12.3892C17.0078 12.9815 16.9799 13 16.3369 13H7.66304C7.02008 13 6.99218 12.9815 6.74191 12.3893L5.73238 10.0003C5.1801 9.04375 3.95692 8.716 3.00033 9.26828C2.04375 9.82057 1.716 11.0437 2.26828 12.0003C2.69932 12.7469 3.89493 12.6838 4.08847 13.2646C4.5284 14.5848 4.74836 15.2449 5.27216 15.6224C5.79596 16 6.49175 16 7.88331 16H16.1166C17.5082 16 18.204 16 18.7278 15.6224C19.2516 15.2448 19.4716 14.5847 19.9115 13.2645C20.105 12.6838 21.3007 12.7468 21.7316 12.0003C22.2839 11.0437 21.9562 9.82057 20.9996 9.26828Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 9L4.54003 8.89326C5.24623 7.01005 5.59933 6.06845 6.37022 5.53422C7.1411 5 8.14674 5 10.158 5H13.842C15.8533 5 16.8589 5 17.6298 5.53422C18.4007 6.06845 18.7538 7.01005 19.46 8.89326L19.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 16V19M17 16V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9996 9.26828C20.043 8.716 18.8198 9.04375 18.2675 10.0003L17.2581 12.3892C17.0078 12.9815 16.9799 13 16.3369 13H7.66304C7.02008 13 6.99218 12.9815 6.74191 12.3893L5.73238 10.0003C5.1801 9.04375 3.95692 8.716 3.00033 9.26828C2.04375 9.82057 1.716 11.0437 2.26828 12.0003C2.69932 12.7469 3.89493 12.6838 4.08847 13.2646C4.5284 14.5848 4.74836 15.2449 5.27216 15.6224C5.79596 16 6.49175 16 7.88331 16H16.1166C17.5082 16 18.204 16 18.7278 15.6224C19.2516 15.2448 19.4716 14.5847 19.9115 13.2645C20.105 12.6838 21.3007 12.7468 21.7316 12.0003C22.2839 11.0437 21.9562 9.82057 20.9996 9.26828Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 9L4.54003 8.89326C5.24623 7.01005 5.59933 6.06845 6.37022 5.53422C7.1411 5 8.14674 5 10.158 5H13.842C15.8533 5 16.8589 5 17.6298 5.53422C18.4007 6.06845 18.7538 7.01005 19.46 8.89326L19.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-sofa-single{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 18L7 22M16 18L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9C16.2969 9 16 11 16 11C15.7633 11.9468 15.6596 14.1441 14.8346 14.7882C14.5634 15 14.1884 15 13.4384 15H10.5616C9.8116 15 9.43663 15 9.16536 14.7882C8.34039 14.1441 8.23669 11.9468 8 11C8 11 7.70312 9 6 9C4.89543 9 4 9.89543 4 11C4 11.7403 4.4022 12.3866 5 12.7324L5.38226 14.746C5.67777 16.3026 5.82552 17.0809 6.38051 17.5405C6.93549 18 7.72769 18 9.31208 18H14.6879C16.2723 18 17.0645 18 17.6195 17.5405C18.1745 17.0809 18.3222 16.3026 18.6177 14.746L19 12.7324C19.5978 12.3866 20 11.7403 20 11C20 9.89543 19.1046 9 18 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 12.5C9.43278 11.8776 10.6581 11.5 12 11.5C13.3419 11.5 14.5672 11.8776 15.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.01633 9L6.83223 7.7071C6.45413 5.0517 6.26508 3.72399 7.01024 2.862C7.7554 2 9.09221 2 11.7658 2H12.2342C14.9078 2 16.2446 2 16.9898 2.862C17.7349 3.72399 17.5459 5.0517 17.1678 7.7071L16.9837 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 18L7 22M16 18L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9C16.2969 9 16 11 16 11C15.7633 11.9468 15.6596 14.1441 14.8346 14.7882C14.5634 15 14.1884 15 13.4384 15H10.5616C9.8116 15 9.43663 15 9.16536 14.7882C8.34039 14.1441 8.23669 11.9468 8 11C8 11 7.70312 9 6 9C4.89543 9 4 9.89543 4 11C4 11.7403 4.4022 12.3866 5 12.7324L5.38226 14.746C5.67777 16.3026 5.82552 17.0809 6.38051 17.5405C6.93549 18 7.72769 18 9.31208 18H14.6879C16.2723 18 17.0645 18 17.6195 17.5405C18.1745 17.0809 18.3222 16.3026 18.6177 14.746L19 12.7324C19.5978 12.3866 20 11.7403 20 11C20 9.89543 19.1046 9 18 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 12.5C9.43278 11.8776 10.6581 11.5 12 11.5C13.3419 11.5 14.5672 11.8776 15.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.01633 9L6.83223 7.7071C6.45413 5.0517 6.26508 3.72399 7.01024 2.862C7.7554 2 9.09221 2 11.7658 2H12.2342C14.9078 2 16.2446 2 16.9898 2.862C17.7349 3.72399 17.5459 5.0517 17.1678 7.7071L16.9837 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-study-desk{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 17H16C14.1144 17 13.1716 17 12.5858 16.4142C12 15.8284 12 14.8856 12 13V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12V22M20 12V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0401 2.59903C14.3088 1.90313 13.1232 1.90313 12.3919 2.59903C11.9784 2.99247 11.8198 3.4444 12.2767 3.87914L13.6927 5.22669C14.149 5.66087 14.6219 5.51714 15.0401 5.11912C15.7714 4.42322 15.7714 3.29494 15.0401 2.59903ZM15.0401 2.59903C15.5358 2.27324 16.0932 1.81764 16.7123 2.0763C17.0028 2.19766 17.2022 2.49474 17.6008 3.08889L19.0993 5.3223C19.6639 6.16376 19.9462 6.5845 19.9931 7.06138C20.0401 7.53825 19.8448 8.00129 19.4542 8.92735L18.1584 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12V7.5C4 6.37313 4.4506 6 5.5 6C6.5494 6 7 6.37313 7 7.5V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12V7.5C7 6.37313 7.4506 6 8.5 6C9.5494 6 10 6.37313 10 7.5V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 17H16C14.1144 17 13.1716 17 12.5858 16.4142C12 15.8284 12 14.8856 12 13V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12V22M20 12V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0401 2.59903C14.3088 1.90313 13.1232 1.90313 12.3919 2.59903C11.9784 2.99247 11.8198 3.4444 12.2767 3.87914L13.6927 5.22669C14.149 5.66087 14.6219 5.51714 15.0401 5.11912C15.7714 4.42322 15.7714 3.29494 15.0401 2.59903ZM15.0401 2.59903C15.5358 2.27324 16.0932 1.81764 16.7123 2.0763C17.0028 2.19766 17.2022 2.49474 17.6008 3.08889L19.0993 5.3223C19.6639 6.16376 19.9462 6.5845 19.9931 7.06138C20.0401 7.53825 19.8448 8.00129 19.4542 8.92735L18.1584 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12V7.5C4 6.37313 4.4506 6 5.5 6C6.5494 6 7 6.37313 7 7.5V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12V7.5C7 6.37313 7.4506 6 8.5 6C9.5494 6 10 6.37313 10 7.5V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-table-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 10C20 10 22.375 11.8222 21.375 14.6667C20.375 17.5111 21.375 19.4074 22 20M20 10H4M20 10V4M4 10C4 10 1.625 11.8222 2.625 14.6667C3.625 17.5111 2.625 19.4074 2 20M4 10V4M22 4H20.75H20M2 4H3.25H4M4 4H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 10C20 10 22.375 11.8222 21.375 14.6667C20.375 17.5111 21.375 19.4074 22 20M20 10H4M20 10V4M4 10C4 10 1.625 11.8222 2.625 14.6667C3.625 17.5111 2.625 19.4074 2 20M4 10V4M22 4H20.75H20M2 4H3.25H4M4 4H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-table-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 4L22 20M4.5 4L2 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 4L22 20M4.5 4L2 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-table-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 4L2 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 4V4.65609C3 5.62272 3.228 6.57118 3.65961 7.40006L4.20846 8.45408C5.18551 10.3304 5.26288 12.6519 4.41361 14.609L3.29319 17.191C3.10038 17.6353 3 18.1253 3 18.6221V20M21 4V4.65609C21 5.62272 20.772 6.57118 20.3404 7.40006L19.7915 8.45408C18.8145 10.3304 18.7371 12.6519 19.5864 14.609L20.7068 17.191C20.8996 17.6353 21 18.1253 21 18.6221V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 15H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C13.7549 7.61287 13.2537 8 12.7056 8H11.2944C10.7463 8 10.2451 7.61287 10 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 4L2 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 4V4.65609C3 5.62272 3.228 6.57118 3.65961 7.40006L4.20846 8.45408C5.18551 10.3304 5.26288 12.6519 4.41361 14.609L3.29319 17.191C3.10038 17.6353 3 18.1253 3 18.6221V20M21 4V4.65609C21 5.62272 20.772 6.57118 20.3404 7.40006L19.7915 8.45408C18.8145 10.3304 18.7371 12.6519 19.5864 14.609L20.7068 17.191C20.8996 17.6353 21 18.1253 21 18.6221V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 15H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C13.7549 7.61287 13.2537 8 12.7056 8H11.2944C10.7463 8 10.2451 7.61287 10 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-table-lamp-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12V22M20 12V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 17L20 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 14.5L13 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.386 3.35537C14.2825 3.18589 14.1891 3.02611 14.1062 2.87981C13.8552 2.43706 13.7297 2.21569 13.5302 2.10784C13.3307 2 13.0642 2 12.5312 2H11.4688C10.9358 2 10.6693 2 10.4698 2.10784C10.2703 2.21569 10.1448 2.43706 9.89384 2.87981L9.89383 2.87981C9.81091 3.02611 9.71746 3.18589 9.61404 3.35537C8.41287 5.32381 7.81228 6.30803 8.05201 6.65402C8.29175 7 9.41969 7 11.6756 7H11.6756H12.3244H12.3244C14.5803 7 15.7082 7 15.948 6.65402C16.1877 6.30803 15.5871 5.32381 14.386 3.35537Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12V22M20 12V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 17L20 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 14.5L13 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.386 3.35537C14.2825 3.18589 14.1891 3.02611 14.1062 2.87981C13.8552 2.43706 13.7297 2.21569 13.5302 2.10784C13.3307 2 13.0642 2 12.5312 2H11.4688C10.9358 2 10.6693 2 10.4698 2.10784C10.2703 2.21569 10.1448 2.43706 9.89384 2.87981L9.89383 2.87981C9.81091 3.02611 9.71746 3.18589 9.61404 3.35537C8.41287 5.32381 7.81228 6.30803 8.05201 6.65402C8.29175 7 9.41969 7 11.6756 7H11.6756H12.3244H12.3244C14.5803 7 15.7082 7 15.948 6.65402C16.1877 6.30803 15.5871 5.32381 14.386 3.35537Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-table-lamp-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 20V22M19 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5556 10H6.44444C4.34931 10 3.30175 10 2.65087 10.5858C2 11.1716 2 12.1144 2 14V16C2 17.8856 2 18.8284 2.65087 19.4142C3.30175 20 4.34931 20 6.44444 20H17.5556C19.6507 20 20.6983 20 21.3491 19.4142C22 18.8284 22 17.8856 22 16V14C22 12.1144 22 11.1716 21.3491 10.5858C20.6983 10 19.6507 10 17.5556 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 15L17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15L8 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2C6.1038 2 4.51109 3.27976 4.0638 5.01012C3.8557 5.81516 4.15776 6 4.95386 6H11.0461C11.8422 6 12.1443 5.81516 11.9362 5.01012C11.4889 3.27976 9.8962 2 8 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 20V22M19 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5556 10H6.44444C4.34931 10 3.30175 10 2.65087 10.5858C2 11.1716 2 12.1144 2 14V16C2 17.8856 2 18.8284 2.65087 19.4142C3.30175 20 4.34931 20 6.44444 20H17.5556C19.6507 20 20.6983 20 21.3491 19.4142C22 18.8284 22 17.8856 22 16V14C22 12.1144 22 11.1716 21.3491 10.5858C20.6983 10 19.6507 10 17.5556 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 15L17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15L8 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2C6.1038 2 4.51109 3.27976 4.0638 5.01012C3.8557 5.81516 4.15776 6 4.95386 6H11.0461C11.8422 6 12.1443 5.81516 11.9362 5.01012C11.4889 3.27976 9.8962 2 8 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-table-round{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%226.5%22 rx%3D%2210%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 20.5C12.8284 20.5 13.5898 20.2551 14.1904 19.8455C14.4774 19.6498 14.5909 19.242 14.4189 18.9153C14.0734 18.2595 13.3308 17.5 12 17.5C10.6692 17.5 9.92656 18.2595 9.58115 18.9153C9.40905 19.242 9.52257 19.6498 9.8096 19.8455C10.4102 20.2551 11.1716 20.5 12 20.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%226.5%22 rx%3D%2210%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 20.5C12.8284 20.5 13.5898 20.2551 14.1904 19.8455C14.4774 19.6498 14.5909 19.242 14.4189 18.9153C14.0734 18.2595 13.3308 17.5 12 17.5C10.6692 17.5 9.92656 18.2595 9.58115 18.9153C9.40905 19.242 9.52257 19.6498 9.8096 19.8455C10.4102 20.2551 11.1716 20.5 12 20.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-television-table{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 14H6C3.518 14 3 14.518 3 17V19C3 21.482 3.518 22 6 22H18C20.482 22 21 21.482 21 19V17C21 14.518 20.482 14 18 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 18H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7V6C6 4.11438 6 3.17157 6.58579 2.58579C7.17157 2 8.11438 2 10 2H14C15.8856 2 16.8284 2 17.4142 2.58579C18 3.17157 18 4.11438 18 6V7C18 8.88562 18 9.82843 17.4142 10.4142C16.8284 11 15.8856 11 14 11H10C8.11438 11 7.17157 11 6.58579 10.4142C6 9.82843 6 8.88562 6 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11L10 14M13.5 11L14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 14H6C3.518 14 3 14.518 3 17V19C3 21.482 3.518 22 6 22H18C20.482 22 21 21.482 21 19V17C21 14.518 20.482 14 18 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 18H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7V6C6 4.11438 6 3.17157 6.58579 2.58579C7.17157 2 8.11438 2 10 2H14C15.8856 2 16.8284 2 17.4142 2.58579C18 3.17157 18 4.11438 18 6V7C18 8.88562 18 9.82843 17.4142 10.4142C16.8284 11 15.8856 11 14 11H10C8.11438 11 7.17157 11 6.58579 10.4142C6 9.82843 6 8.88562 6 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11L10 14M13.5 11L14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-terrace{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 14L4 19M4 19L3 22M4 19H6.65287C7.35734 19 7.52345 19.1407 7.63927 19.8356L8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 14L20 19M20 19L21 22M20 19H17.3471C16.6427 19 16.4765 19.1407 16.3607 19.8356L16 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.60045 7.40727C6.67011 6.43818 8.75263 4.89851 10.2888 3.36403C11.1992 2.45468 11.6543 2 12 2C12.3457 2 12.8008 2.45468 13.7112 3.36403C15.2474 4.89851 17.3299 6.43818 19.3995 7.40727C20.1034 7.73682 20.5328 8.14335 20.873 8.9348C21.1333 9.54022 21.0165 10 20.3071 10H3.69295C2.98348 10 2.86672 9.54022 3.12697 8.9348C3.46718 8.14335 3.89663 7.73683 4.60045 7.40727Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 14L4 19M4 19L3 22M4 19H6.65287C7.35734 19 7.52345 19.1407 7.63927 19.8356L8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 14L20 19M20 19L21 22M20 19H17.3471C16.6427 19 16.4765 19.1407 16.3607 19.8356L16 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.60045 7.40727C6.67011 6.43818 8.75263 4.89851 10.2888 3.36403C11.1992 2.45468 11.6543 2 12 2C12.3457 2 12.8008 2.45468 13.7112 3.36403C15.2474 4.89851 17.3299 6.43818 19.3995 7.40727C20.1034 7.73682 20.5328 8.14335 20.873 8.9348C21.1333 9.54022 21.0165 10 20.3071 10H3.69295C2.98348 10 2.86672 9.54022 3.12697 8.9348C3.46718 8.14335 3.89663 7.73683 4.60045 7.40727Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-toilet-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 11H17.1351C18.6001 11 19.3326 11 19.7749 11.7353C20.2172 12.4706 19.9567 12.9393 19.4357 13.8769C18.4017 15.738 16.3955 17 14.0901 17C12.5456 17 11.1353 16.4335 10.0618 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11V4C8 3.05719 8 2.58579 7.70711 2.29289C7.41421 2 6.94281 2 6 2C5.05719 2 4.58579 2 4.29289 2.29289C4 2.58579 4 3.05719 4 4V11C4 11.9428 4 12.4142 4.29289 12.7071C4.58579 13 5.05719 13 6 13C6.94281 13 7.41421 13 7.70711 12.7071C8 12.4142 8 11.9428 8 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7L10 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 17C15 18 16 21 17.9996 22H4C5 21 6.7 17.8 5.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 11H17.1351C18.6001 11 19.3326 11 19.7749 11.7353C20.2172 12.4706 19.9567 12.9393 19.4357 13.8769C18.4017 15.738 16.3955 17 14.0901 17C12.5456 17 11.1353 16.4335 10.0618 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11V4C8 3.05719 8 2.58579 7.70711 2.29289C7.41421 2 6.94281 2 6 2C5.05719 2 4.58579 2 4.29289 2.29289C4 2.58579 4 3.05719 4 4V11C4 11.9428 4 12.4142 4.29289 12.7071C4.58579 13 5.05719 13 6 13C6.94281 13 7.41421 13 7.70711 12.7071C8 12.4142 8 11.9428 8 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7L10 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 17C15 18 16 21 17.9996 22H4C5 21 6.7 17.8 5.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-toilet-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.4004 14C15.3717 13.0878 16 11.6356 16 10C16 7.23858 14.2091 5 12 5C9.79086 5 8 7.23858 8 10C8 11.6356 8.62827 13.0878 9.59961 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.10669 14H15.8933C16.479 14 17 14.4143 17 15C17 16.5105 16.3302 18.0905 15.2713 19.1262C14.7465 19.6395 14.2349 20.1721 14.8701 20.8686C14.9657 20.9734 15.0766 21.0645 15.1698 21.1715C15.4978 21.5478 15.1458 22 14.7227 22H9.27729C8.85422 22 8.50218 21.5478 8.83018 21.1715C8.9234 21.0645 9.0343 20.9734 9.12991 20.8686C9.76509 20.1721 9.25347 19.6395 8.72869 19.1262C7.66984 18.0905 7 16.5105 7 15C7 14.4143 7.52097 14 8.10669 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.2893 12C18.8844 12 19.3826 11.5702 19.4418 11.0059L19.8095 7.50176C20.0228 5.46884 20.1294 4.45238 19.7327 3.68365C18.746 1.77184 16.4338 2.00941 14.5944 2.00941H9.40559C7.56622 2.00941 5.25402 1.77184 4.26731 3.68365C3.87056 4.45238 3.9772 5.46884 4.1905 7.50176L4.55816 11.0059C4.61737 11.5702 5.11562 12 5.71068 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.4004 14C15.3717 13.0878 16 11.6356 16 10C16 7.23858 14.2091 5 12 5C9.79086 5 8 7.23858 8 10C8 11.6356 8.62827 13.0878 9.59961 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.10669 14H15.8933C16.479 14 17 14.4143 17 15C17 16.5105 16.3302 18.0905 15.2713 19.1262C14.7465 19.6395 14.2349 20.1721 14.8701 20.8686C14.9657 20.9734 15.0766 21.0645 15.1698 21.1715C15.4978 21.5478 15.1458 22 14.7227 22H9.27729C8.85422 22 8.50218 21.5478 8.83018 21.1715C8.9234 21.0645 9.0343 20.9734 9.12991 20.8686C9.76509 20.1721 9.25347 19.6395 8.72869 19.1262C7.66984 18.0905 7 16.5105 7 15C7 14.4143 7.52097 14 8.10669 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.2893 12C18.8844 12 19.3826 11.5702 19.4418 11.0059L19.8095 7.50176C20.0228 5.46884 20.1294 4.45238 19.7327 3.68365C18.746 1.77184 16.4338 2.00941 14.5944 2.00941H9.40559C7.56622 2.00941 5.25402 1.77184 4.26731 3.68365C3.87056 4.45238 3.9772 5.46884 4.1905 7.50176L4.55816 11.0059C4.61737 11.5702 5.11562 12 5.71068 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-vintage-clock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 6C4.82103 6 5.42009 5.52778 5.73862 4.95449C6.041 4.41024 6.1922 4.13812 6.30957 4.06906C6.42694 4 6.61796 4 7 4H7.57143C7.85236 4 7.99282 4 8.08508 3.96159C8.17733 3.92318 8.44459 3.65396 8.97909 3.11554C9.71412 2.3751 11.2543 2 12 2C12.7457 2 14.2859 2.3751 15.0209 3.11554C15.5554 3.65396 15.8227 3.92318 15.9149 3.96159C16.0072 4 16.1476 4 16.4286 4H17C17.382 4 17.5731 4 17.6904 4.06906C17.8078 4.13812 17.959 4.41024 18.2614 4.95449C18.5799 5.52778 19.179 6 20 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 18C19.179 18 18.5799 18.4722 18.2614 19.0455C17.959 19.5898 17.8078 19.8619 17.6904 19.9309C17.5731 20 17.382 20 17 20H16.4286C16.1476 20 16.0072 20 15.9149 20.0384C15.8227 20.0768 15.5554 20.346 15.0209 20.8845C14.2859 21.6249 12.7457 22 12 22C11.2543 22 9.71412 21.6249 8.97908 20.8845C8.44458 20.346 8.17733 20.0768 8.08508 20.0384C7.99282 20 7.85236 20 7.57143 20H7C6.61796 20 6.42694 20 6.30957 19.9309C6.1922 19.8619 6.041 19.5898 5.73862 19.0455C5.42009 18.4722 4.82103 18 4 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0039 10C16.0039 12.2091 14.213 14 12.0039 14C9.79477 14 8.00391 12.2091 8.00391 10C8.00391 7.79086 9.79477 6 12.0039 6C14.213 6 16.0039 7.79086 16.0039 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.0039 6V18M5.00391 6V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0039 10L13.0039 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0039 14V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0039 18H13.0039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 6C4.82103 6 5.42009 5.52778 5.73862 4.95449C6.041 4.41024 6.1922 4.13812 6.30957 4.06906C6.42694 4 6.61796 4 7 4H7.57143C7.85236 4 7.99282 4 8.08508 3.96159C8.17733 3.92318 8.44459 3.65396 8.97909 3.11554C9.71412 2.3751 11.2543 2 12 2C12.7457 2 14.2859 2.3751 15.0209 3.11554C15.5554 3.65396 15.8227 3.92318 15.9149 3.96159C16.0072 4 16.1476 4 16.4286 4H17C17.382 4 17.5731 4 17.6904 4.06906C17.8078 4.13812 17.959 4.41024 18.2614 4.95449C18.5799 5.52778 19.179 6 20 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 18C19.179 18 18.5799 18.4722 18.2614 19.0455C17.959 19.5898 17.8078 19.8619 17.6904 19.9309C17.5731 20 17.382 20 17 20H16.4286C16.1476 20 16.0072 20 15.9149 20.0384C15.8227 20.0768 15.5554 20.346 15.0209 20.8845C14.2859 21.6249 12.7457 22 12 22C11.2543 22 9.71412 21.6249 8.97908 20.8845C8.44458 20.346 8.17733 20.0768 8.08508 20.0384C7.99282 20 7.85236 20 7.57143 20H7C6.61796 20 6.42694 20 6.30957 19.9309C6.1922 19.8619 6.041 19.5898 5.73862 19.0455C5.42009 18.4722 4.82103 18 4 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0039 10C16.0039 12.2091 14.213 14 12.0039 14C9.79477 14 8.00391 12.2091 8.00391 10C8.00391 7.79086 9.79477 6 12.0039 6C14.213 6 16.0039 7.79086 16.0039 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.0039 6V18M5.00391 6V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0039 10L13.0039 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0039 14V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0039 18H13.0039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-wall-lamp{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.99854 14.0029V21.9993%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.99854 18.3023L7.95845 19.8476C10.476 20.8301 11.7349 21.3213 12.6313 20.7697C13.5278 20.2179 13.5278 18.9521 13.5278 16.4203V8.00586%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5513 2.99871V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.07812 8.00592H20.0016M9.34857 6.21045C8.70068 6.8155 8.57269 6.90981 8.39523 7.07585C8.14088 7.31384 8.05386 7.67822 8.14242 8.01451L10.196 15.8125C10.3302 16.3217 10.751 16.7055 11.2719 16.7936C12.7668 17.0464 14.2917 17.0554 15.7861 16.7917C16.2798 16.7045 16.6789 16.3415 16.8109 15.8595L18.9668 7.98756C19.052 7.67676 18.9918 7.33463 18.7675 7.10267C18.5847 6.9137 18.4566 6.8442 17.778 6.21045C17.0255 5.50774 16.3052 4.2396 16.001 3.8546C15.6968 3.46959 15.4628 3.28059 15.0768 3.19333C14.0804 2.96811 13.0461 2.96811 12.0498 3.19333C11.6638 3.28059 11.4647 3.423 11.1256 3.8546C10.7864 4.28619 10.101 5.50774 9.34857 6.21045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.99854 14.0029V21.9993%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.99854 18.3023L7.95845 19.8476C10.476 20.8301 11.7349 21.3213 12.6313 20.7697C13.5278 20.2179 13.5278 18.9521 13.5278 16.4203V8.00586%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5513 2.99871V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.07812 8.00592H20.0016M9.34857 6.21045C8.70068 6.8155 8.57269 6.90981 8.39523 7.07585C8.14088 7.31384 8.05386 7.67822 8.14242 8.01451L10.196 15.8125C10.3302 16.3217 10.751 16.7055 11.2719 16.7936C12.7668 17.0464 14.2917 17.0554 15.7861 16.7917C16.2798 16.7045 16.6789 16.3415 16.8109 15.8595L18.9668 7.98756C19.052 7.67676 18.9918 7.33463 18.7675 7.10267C18.5847 6.9137 18.4566 6.8442 17.778 6.21045C17.0255 5.50774 16.3052 4.2396 16.001 3.8546C15.6968 3.46959 15.4628 3.28059 15.0768 3.19333C14.0804 2.96811 13.0461 2.96811 12.0498 3.19333C11.6638 3.28059 11.4647 3.423 11.1256 3.8546C10.7864 4.28619 10.101 5.50774 9.34857 6.21045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-wardrobe-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 20V22M18 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14V8C3 5.17157 3 3.75736 3.93037 2.87868C4.86073 2 6.35814 2 9.35294 2H14.6471C17.6419 2 19.1393 2 20.0696 2.87868C21 3.75736 21 5.17157 21 8V14C21 16.8284 21 18.2426 20.0696 19.1213C19.1393 20 17.6419 20 14.6471 20H9.35294C6.35814 20 4.86073 20 3.93037 19.1213C3 18.2426 3 16.8284 3 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 11.5V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 20V22M18 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14V8C3 5.17157 3 3.75736 3.93037 2.87868C4.86073 2 6.35814 2 9.35294 2H14.6471C17.6419 2 19.1393 2 20.0696 2.87868C21 3.75736 21 5.17157 21 8V14C21 16.8284 21 18.2426 20.0696 19.1213C19.1393 20 17.6419 20 14.6471 20H9.35294C6.35814 20 4.86073 20 3.93037 19.1213C3 18.2426 3 16.8284 3 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 11.5V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-wardrobe-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 20V22M18 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14V8C3 5.17157 3 3.75736 3.93037 2.87868C4.86073 2 6.35814 2 9.35294 2H14.6471C17.6419 2 19.1393 2 20.0696 2.87868C21 3.75736 21 5.17157 21 8V14C21 16.8284 21 18.2426 20.0696 19.1213C19.1393 20 17.6419 20 14.6471 20H9.35294C6.35814 20 4.86073 20 3.93037 19.1213C3 18.2426 3 16.8284 3 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 10V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 20V22M18 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14V8C3 5.17157 3 3.75736 3.93037 2.87868C4.86073 2 6.35814 2 9.35294 2H14.6471C17.6419 2 19.1393 2 20.0696 2.87868C21 3.75736 21 5.17157 21 8V14C21 16.8284 21 18.2426 20.0696 19.1213C19.1393 20 17.6419 20 14.6471 20H9.35294C6.35814 20 4.86073 20 3.93037 19.1213C3 18.2426 3 16.8284 3 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 10V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-wardrobe-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 20V22M18 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 16H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14V8C3 5.17157 3 3.75736 3.93037 2.87868C4.86073 2 6.35814 2 9.35294 2H14.6471C17.6419 2 19.1393 2 20.0696 2.87868C21 3.75736 21 5.17157 21 8V14C21 16.8284 21 18.2426 20.0696 19.1213C19.1393 20 17.6419 20 14.6471 20H9.35294C6.35814 20 4.86073 20 3.93037 19.1213C3 18.2426 3 16.8284 3 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 10V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 20V22M18 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 16H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14V8C3 5.17157 3 3.75736 3.93037 2.87868C4.86073 2 6.35814 2 9.35294 2H14.6471C17.6419 2 19.1393 2 20.0696 2.87868C21 3.75736 21 5.17157 21 8V14C21 16.8284 21 18.2426 20.0696 19.1213C19.1393 20 17.6419 20 14.6471 20H9.35294C6.35814 20 4.86073 20 3.93037 19.1213C3 18.2426 3 16.8284 3 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 10V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-furniture-icons-wardrobe-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 20V22M18 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 16L12 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14V8C3 5.17157 3 3.75736 3.93037 2.87868C4.86073 2 6.35814 2 9.35294 2H14.6471C17.6419 2 19.1393 2 20.0696 2.87868C21 3.75736 21 5.17157 21 8V14C21 16.8284 21 18.2426 20.0696 19.1213C19.1393 20 17.6419 20 14.6471 20H9.35294C6.35814 20 4.86073 20 3.93037 19.1213C3 18.2426 3 16.8284 3 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 20V22M18 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 16L12 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14V8C3 5.17157 3 3.75736 3.93037 2.87868C4.86073 2 6.35814 2 9.35294 2H14.6471C17.6419 2 19.1393 2 20.0696 2.87868C21 3.75736 21 5.17157 21 8V14C21 16.8284 21 18.2426 20.0696 19.1213C19.1393 20 17.6419 20 14.6471 20H9.35294C6.35814 20 4.86073 20 3.93037 19.1213C3 18.2426 3 16.8284 3 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-adventure{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.56457 19.5607C5.97878 20.1464 5.02903 20.1464 4.44325 19.5607C3.85746 18.9749 3.85746 18.0251 4.44325 17.4393C5.02903 16.8536 5.97878 16.8536 6.56457 17.4393C7.15035 18.0251 7.15035 18.9749 6.56457 19.5607Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.00391 12H6.37548C6.90591 12 7.41462 12.2107 7.78969 12.5858L11.4181 16.2142C11.7932 16.5893 12.0039 17.098 12.0039 17.6284V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5103 15L18.5559 8.37415C18.8887 8.10007 19.1248 7.7264 19.2294 7.30812L19.9938 4.25039C20.0307 4.10291 19.8971 3.96933 19.7496 4.0062L16.6919 4.77063C16.2736 4.8752 15.8999 5.11126 15.6258 5.44407L9 13.4897%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9091 2.89255C12.86 2.29753 12.3355 2.00001 12.0007 2C11.6659 1.99999 11.1413 2.29748 10.0921 2.89247C9.07711 3.46803 8.01375 3.82383 6.97637 4.04312C4.91674 4.47852 3.88691 4.69622 3.44345 5.23327C3 5.77032 3 6.61265 3 8.29731V9.96205M12.0006 22C12.3126 22 12.6246 21.9587 12.9276 21.8762C13.4183 21.7426 13.8799 21.4552 14.8031 20.8804C16.8654 19.5964 17.8965 18.9545 18.6779 18.13C19.643 17.1117 20.3379 15.8876 20.7044 14.5603C20.9539 13.6568 20.9937 12.6829 21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 17.5L9.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.56457 19.5607C5.97878 20.1464 5.02903 20.1464 4.44325 19.5607C3.85746 18.9749 3.85746 18.0251 4.44325 17.4393C5.02903 16.8536 5.97878 16.8536 6.56457 17.4393C7.15035 18.0251 7.15035 18.9749 6.56457 19.5607Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.00391 12H6.37548C6.90591 12 7.41462 12.2107 7.78969 12.5858L11.4181 16.2142C11.7932 16.5893 12.0039 17.098 12.0039 17.6284V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5103 15L18.5559 8.37415C18.8887 8.10007 19.1248 7.7264 19.2294 7.30812L19.9938 4.25039C20.0307 4.10291 19.8971 3.96933 19.7496 4.0062L16.6919 4.77063C16.2736 4.8752 15.8999 5.11126 15.6258 5.44407L9 13.4897%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9091 2.89255C12.86 2.29753 12.3355 2.00001 12.0007 2C11.6659 1.99999 11.1413 2.29748 10.0921 2.89247C9.07711 3.46803 8.01375 3.82383 6.97637 4.04312C4.91674 4.47852 3.88691 4.69622 3.44345 5.23327C3 5.77032 3 6.61265 3 8.29731V9.96205M12.0006 22C12.3126 22 12.6246 21.9587 12.9276 21.8762C13.4183 21.7426 13.8799 21.4552 14.8031 20.8804C16.8654 19.5964 17.8965 18.9545 18.6779 18.13C19.643 17.1117 20.3379 15.8876 20.7044 14.5603C20.9539 13.6568 20.9937 12.6829 21 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 17.5L9.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-aircraft-game{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.43876 16.2353C5.43876 15.9728 5.43048 15.7223 5.41491 15.4832M5.41491 15.4832C5.27345 13.3108 4.53006 12.0839 3.9244 11.4706C2.87884 12.5294 0.464067 16.7647 3.41663 19.9412L8.18741 17.8235C8.28323 18.2095 8.39847 18.5927 8.53467 18.9717C8.84621 19.8385 9.00197 20.272 9.51962 20.636C10.0373 21 10.6089 21 11.7522 21H12.2478C13.3911 21 13.9627 21 14.4804 20.636C14.998 20.272 15.1538 19.8385 15.4653 18.9717C15.6015 18.5927 15.7168 18.2095 15.8126 17.8235L20.5834 19.9412C23.5359 16.7647 21.1212 12.5294 20.0756 11.4706C19.4699 12.0839 18.7265 13.3108 18.5851 15.4832M5.41491 15.4832L6.51316 15.0678C7.12169 14.8376 7.42596 14.7225 7.59991 14.4928C7.77386 14.2631 7.80478 13.9083 7.86661 13.1989C8.25599 8.73199 10.4257 4.62034 12 3C13.5743 4.62034 15.744 8.73199 16.1334 13.1989C16.1952 13.9083 16.2261 14.2631 16.4001 14.4928C16.574 14.7225 16.8783 14.8376 17.4868 15.0678L18.5851 15.4832M18.5612 16.2353C18.5612 15.9728 18.5695 15.7223 18.5851 15.4832%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8V7M20 4V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 8V7M4 4V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.43876 16.2353C5.43876 15.9728 5.43048 15.7223 5.41491 15.4832M5.41491 15.4832C5.27345 13.3108 4.53006 12.0839 3.9244 11.4706C2.87884 12.5294 0.464067 16.7647 3.41663 19.9412L8.18741 17.8235C8.28323 18.2095 8.39847 18.5927 8.53467 18.9717C8.84621 19.8385 9.00197 20.272 9.51962 20.636C10.0373 21 10.6089 21 11.7522 21H12.2478C13.3911 21 13.9627 21 14.4804 20.636C14.998 20.272 15.1538 19.8385 15.4653 18.9717C15.6015 18.5927 15.7168 18.2095 15.8126 17.8235L20.5834 19.9412C23.5359 16.7647 21.1212 12.5294 20.0756 11.4706C19.4699 12.0839 18.7265 13.3108 18.5851 15.4832M5.41491 15.4832L6.51316 15.0678C7.12169 14.8376 7.42596 14.7225 7.59991 14.4928C7.77386 14.2631 7.80478 13.9083 7.86661 13.1989C8.25599 8.73199 10.4257 4.62034 12 3C13.5743 4.62034 15.744 8.73199 16.1334 13.1989C16.1952 13.9083 16.2261 14.2631 16.4001 14.4928C16.574 14.7225 16.8783 14.8376 17.4868 15.0678L18.5851 15.4832M18.5612 16.2353C18.5612 15.9728 18.5695 15.7223 18.5851 15.4832%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8V7M20 4V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 8V7M4 4V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-american-football{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.3006 6.05187C21.1484 5.22701 20.7411 4.45623 20.1372 3.85008C19.5309 3.24641 18.7599 2.83927 17.9348 2.68704C13.7379 1.98816 9.32857 3.26088 6.29895 6.28553C3.27 9.30951 1.9905 13.7155 2.68454 17.9122C2.83679 18.7371 3.24405 19.5079 3.84791 20.114C4.45425 20.7177 5.22527 21.1248 6.0504 21.2771C10.2213 22.0738 14.6996 20.7027 17.6917 17.6794C20.7496 14.6729 22.0291 10.2497 21.3006 6.05187Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 20L20 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12L12 15M12 9L15 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.3006 6.05187C21.1484 5.22701 20.7411 4.45623 20.1372 3.85008C19.5309 3.24641 18.7599 2.83927 17.9348 2.68704C13.7379 1.98816 9.32857 3.26088 6.29895 6.28553C3.27 9.30951 1.9905 13.7155 2.68454 17.9122C2.83679 18.7371 3.24405 19.5079 3.84791 20.114C4.45425 20.7177 5.22527 21.1248 6.0504 21.2771C10.2213 22.0738 14.6996 20.7027 17.6917 17.6794C20.7496 14.6729 22.0291 10.2497 21.3006 6.05187Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 20L20 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12L12 15M12 9L15 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-angry-bird{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 9.19028C16.9878 7.3721 14.7872 6 12.5 6C8.35786 6 4.5 10.5 4.5 14C4.5 18.1421 8.35786 21 12.5 21C13.0064 21 13.5086 20.9573 14 20.8747%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 8.5L17.7059 10L21 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.6089 16.1305H22L20.1374 14.5872C18.8302 13.5041 18.1766 12.9625 17.4061 13.002C16.6357 13.0415 16.0515 13.6466 14.8831 14.8567L14.7463 14.9984C14.2628 15.4993 14.021 15.7497 14.0017 16.0446C13.9983 16.0956 14 16.1467 14.0066 16.1974C14.0447 16.4908 14.302 16.7278 14.8167 17.2016C16.1158 18.3976 16.7654 18.9957 17.527 19C17.6567 19.0007 17.7862 18.9889 17.9133 18.9648C18.6592 18.823 19.1688 18.1193 20.1879 16.7119L20.6089 16.1305ZM20.6089 16.1305H17.8266%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.008 12L12.999 12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.008 11.5L19.999 11.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6C12.7333 5 11.56 3 9 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6C10.5 5.47719 9 4.58841 7 5.21578%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11L4 14L2 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 9.19028C16.9878 7.3721 14.7872 6 12.5 6C8.35786 6 4.5 10.5 4.5 14C4.5 18.1421 8.35786 21 12.5 21C13.0064 21 13.5086 20.9573 14 20.8747%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 8.5L17.7059 10L21 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.6089 16.1305H22L20.1374 14.5872C18.8302 13.5041 18.1766 12.9625 17.4061 13.002C16.6357 13.0415 16.0515 13.6466 14.8831 14.8567L14.7463 14.9984C14.2628 15.4993 14.021 15.7497 14.0017 16.0446C13.9983 16.0956 14 16.1467 14.0066 16.1974C14.0447 16.4908 14.302 16.7278 14.8167 17.2016C16.1158 18.3976 16.7654 18.9957 17.527 19C17.6567 19.0007 17.7862 18.9889 17.9133 18.9648C18.6592 18.823 19.1688 18.1193 20.1879 16.7119L20.6089 16.1305ZM20.6089 16.1305H17.8266%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.008 12L12.999 12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.008 11.5L19.999 11.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6C12.7333 5 11.56 3 9 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6C10.5 5.47719 9 4.58841 7 5.21578%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11L4 14L2 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-archer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 17.0294L20 21C19.4444 20.4444 18.4898 18.6435 19.1158 15.8842C19.8982 12.4351 21.3667 8.96668 15.9368 7.06317C14.0333 1.63335 10.5649 3.10176 7.11578 3.88422C4.35649 4.51018 2.55556 3.55556 2 3L6 12.0741%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 18H2L5 15H8V18L5 21V18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15L20 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 3H19C19.4714 3 19.7071 3 19.8536 3.14645C20 3.29289 20 3.5286 20 4V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 17.0294L20 21C19.4444 20.4444 18.4898 18.6435 19.1158 15.8842C19.8982 12.4351 21.3667 8.96668 15.9368 7.06317C14.0333 1.63335 10.5649 3.10176 7.11578 3.88422C4.35649 4.51018 2.55556 3.55556 2 3L6 12.0741%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 18H2L5 15H8V18L5 21V18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15L20 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 3H19C19.4714 3 19.7071 3 19.8536 3.14645C20 3.29289 20 3.5286 20 4V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-armored-boot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.8629 22H9.05441C6.20033 22 4.7733 22 3.88665 21.119C3 20.238 3 18.82 3 15.984V7.11652C3 6.52911 3 6.23541 3.15915 5.85969C3.3183 5.48398 3.45975 5.34712 3.74267 5.07341C4.84945 4.00264 6.92721 2.70559 10.1018 2.18241C11.3888 1.9703 12.0324 1.86425 12.5615 2.31472C13.0907 2.7652 13.0907 3.49507 13.0907 4.9548V10.6189C13.0907 12.017 13.0907 12.716 13.3631 13.3102C13.8866 14.4519 15.079 14.9007 16.1548 15.3996C16.9152 15.7522 17.7114 16.0661 18.4427 16.4775C19.7311 17.2022 20.6341 18.4527 20.9125 19.8976C21.1005 20.8736 21.0814 22 19.8629 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 17C3 17 5.00702 16 5.9505 16.2939C7.07883 16.6454 7.96297 17.6232 9 16.2713C10.1316 14.9447 11.9915 14 14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0586 17C18.0586 17.3333 16.0586 18.8 16.0586 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.05859 8.5H6.05859%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.99981 6H10.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.99981 10H10.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.8629 22H9.05441C6.20033 22 4.7733 22 3.88665 21.119C3 20.238 3 18.82 3 15.984V7.11652C3 6.52911 3 6.23541 3.15915 5.85969C3.3183 5.48398 3.45975 5.34712 3.74267 5.07341C4.84945 4.00264 6.92721 2.70559 10.1018 2.18241C11.3888 1.9703 12.0324 1.86425 12.5615 2.31472C13.0907 2.7652 13.0907 3.49507 13.0907 4.9548V10.6189C13.0907 12.017 13.0907 12.716 13.3631 13.3102C13.8866 14.4519 15.079 14.9007 16.1548 15.3996C16.9152 15.7522 17.7114 16.0661 18.4427 16.4775C19.7311 17.2022 20.6341 18.4527 20.9125 19.8976C21.1005 20.8736 21.0814 22 19.8629 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 17C3 17 5.00702 16 5.9505 16.2939C7.07883 16.6454 7.96297 17.6232 9 16.2713C10.1316 14.9447 11.9915 14 14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0586 17C18.0586 17.3333 16.0586 18.8 16.0586 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.05859 8.5H6.05859%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.99981 6H10.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.99981 10H10.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-badminton-shuttle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.92723 4.37944C5.01307 3.80898 6.45414 3.52865 7.89521 4.2222C9.94761 1.25927 14.0524 1.25926 16.1048 4.2222C17.5458 3.52867 18.9868 3.80902 20.0727 4.37943C20.575 4.64333 20.8262 4.77528 20.9545 5.15246C21.0827 5.52964 20.9298 5.84896 20.6241 6.48759L16.2167 15.6944C16.0084 16.1294 15.9043 16.347 15.8558 16.5489C15.8073 16.7508 15.794 17.3092 15.7674 18.4261C15.7215 20.3525 14.4794 22 12 22C9.52061 22 8.27855 20.3525 8.23262 18.4261C8.20598 17.3092 8.19267 16.7508 8.14418 16.5489C8.0957 16.347 7.99157 16.1294 7.7833 15.6944L3.37585 6.48751C3.07015 5.84891 2.9173 5.52962 3.04553 5.15244C3.17377 4.77527 3.42492 4.64333 3.92723 4.37944Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4L11 17M16 4L13 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12C7.2 13.3333 8.8 13.3334 10 12C11.2 13.3333 12.8 13.3334 14 12C15.2 13.3333 16.8 13.3334 18 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.92723 4.37944C5.01307 3.80898 6.45414 3.52865 7.89521 4.2222C9.94761 1.25927 14.0524 1.25926 16.1048 4.2222C17.5458 3.52867 18.9868 3.80902 20.0727 4.37943C20.575 4.64333 20.8262 4.77528 20.9545 5.15246C21.0827 5.52964 20.9298 5.84896 20.6241 6.48759L16.2167 15.6944C16.0084 16.1294 15.9043 16.347 15.8558 16.5489C15.8073 16.7508 15.794 17.3092 15.7674 18.4261C15.7215 20.3525 14.4794 22 12 22C9.52061 22 8.27855 20.3525 8.23262 18.4261C8.20598 17.3092 8.19267 16.7508 8.14418 16.5489C8.0957 16.347 7.99157 16.1294 7.7833 15.6944L3.37585 6.48751C3.07015 5.84891 2.9173 5.52962 3.04553 5.15244C3.17377 4.77527 3.42492 4.64333 3.92723 4.37944Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4L11 17M16 4L13 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12C7.2 13.3333 8.8 13.3334 10 12C11.2 13.3333 12.8 13.3334 14 12C15.2 13.3333 16.8 13.3334 18 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-badminton{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.39114 21.6387C1.81409 21.0816 1.8854 20.1398 2.53981 19.6752L6.17145 17.097C6.38333 16.9465 6.6739 16.9737 6.85404 17.1607C7.02764 17.3409 7.0488 17.6183 6.90454 17.8226L4.3387 21.4558C3.88384 22.0999 2.95883 22.1867 2.39114 21.6387Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 12.5L7 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.4291 12.5774C17.534 14.4725 13.869 14.5529 11.6581 12.3419C9.44711 10.131 9.52748 6.46597 11.4226 4.57087C13.912 2.08144 18.5975 0.980641 20.8084 3.19159C23.0194 5.40254 21.9186 10.088 19.4291 12.5774Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.39114 21.6387C1.81409 21.0816 1.8854 20.1398 2.53981 19.6752L6.17145 17.097C6.38333 16.9465 6.6739 16.9737 6.85404 17.1607C7.02764 17.3409 7.0488 17.6183 6.90454 17.8226L4.3387 21.4558C3.88384 22.0999 2.95883 22.1867 2.39114 21.6387Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 12.5L7 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.4291 12.5774C17.534 14.4725 13.869 14.5529 11.6581 12.3419C9.44711 10.131 9.52748 6.46597 11.4226 4.57087C13.912 2.08144 18.5975 0.980641 20.8084 3.19159C23.0194 5.40254 21.9186 10.088 19.4291 12.5774Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-baseball-bat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.45946 20L20.5567 8.68934C22.3317 7.30882 22.495 4.68503 20.905 3.09501C19.315 1.50499 16.6912 1.66834 15.3107 3.4433L4 18.5405%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.57835 21.8426C7.08033 19.7713 4.24567 16.9109 2.15723 18.4251C1.96763 18.5625 1.94595 18.8368 2.11159 19.0023L5.00015 21.8884C5.16597 22.0541 5.44077 22.0323 5.57835 21.8426Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 17L7 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%222.5%22 cy%3D%222.5%22 r%3D%222.5%22 transform%3D%22matrix(-1 0 0 1 21 16)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.45946 20L20.5567 8.68934C22.3317 7.30882 22.495 4.68503 20.905 3.09501C19.315 1.50499 16.6912 1.66834 15.3107 3.4433L4 18.5405%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.57835 21.8426C7.08033 19.7713 4.24567 16.9109 2.15723 18.4251C1.96763 18.5625 1.94595 18.8368 2.11159 19.0023L5.00015 21.8884C5.16597 22.0541 5.44077 22.0323 5.57835 21.8426Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 17L7 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%222.5%22 cy%3D%222.5%22 r%3D%222.5%22 transform%3D%22matrix(-1 0 0 1 21 16)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-baseball-helmet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 8.5C18 5 14.9924 3 11.4046 3C6.21058 3 2 7.24151 2 12.4737C2 15.8912 3.79635 18.886 6.48977 20.5523C7.06928 20.9108 7.54664 21 8.22657 21H14.763C16.1727 21 17.3155 19.8807 17.3155 18.5C17.3155 17.1193 16.1727 16 14.763 16C14.3687 16 13.6311 16.1485 13.3534 15.8267C13.2038 15.6533 13.2359 15.4366 13.3 15.0031C13.7388 12.0363 16.2376 11.5 19.4564 11.5C20.2168 11.5 20.9772 10.655 21.5235 9.86188C21.9052 9.30765 22.096 9.03053 21.952 8.76527C21.808 8.5 21.4444 8.5 20.7171 8.5H19.5ZM19.5 8.5H15.0693%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0078 18.5L14.9988 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 8.5C18 5 14.9924 3 11.4046 3C6.21058 3 2 7.24151 2 12.4737C2 15.8912 3.79635 18.886 6.48977 20.5523C7.06928 20.9108 7.54664 21 8.22657 21H14.763C16.1727 21 17.3155 19.8807 17.3155 18.5C17.3155 17.1193 16.1727 16 14.763 16C14.3687 16 13.6311 16.1485 13.3534 15.8267C13.2038 15.6533 13.2359 15.4366 13.3 15.0031C13.7388 12.0363 16.2376 11.5 19.4564 11.5C20.2168 11.5 20.9772 10.655 21.5235 9.86188C21.9052 9.30765 22.096 9.03053 21.952 8.76527C21.808 8.5 21.4444 8.5 20.7171 8.5H19.5ZM19.5 8.5H15.0693%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0078 18.5L14.9988 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-baseball{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 22C12 21.8136 11.9949 21.6285 11.9848 21.4446M2 12C2.2062 12 2.41094 12.0062 2.61405 12.0185M5.34028 12.5715C5.67469 12.69 6.00092 12.8257 6.3179 12.9777M8.68574 14.5634C8.94563 14.7972 9.1932 15.0445 9.42736 15.304M11.0417 17.7227C11.181 18.0168 11.3065 18.3188 11.4172 18.6278%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2C12 2.18635 12.0051 2.37152 12.0152 2.55535M22 12C21.7938 12 21.5891 11.9938 21.3859 11.9815M18.6597 11.4285C18.3253 11.31 17.9991 11.1743 17.6821 11.0223M15.3143 9.43657C15.0544 9.20277 14.8068 8.95554 14.5726 8.69597M12.9583 6.27732C12.819 5.98322 12.6935 5.68123 12.5828 5.3722%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 22C12 21.8136 11.9949 21.6285 11.9848 21.4446M2 12C2.2062 12 2.41094 12.0062 2.61405 12.0185M5.34028 12.5715C5.67469 12.69 6.00092 12.8257 6.3179 12.9777M8.68574 14.5634C8.94563 14.7972 9.1932 15.0445 9.42736 15.304M11.0417 17.7227C11.181 18.0168 11.3065 18.3188 11.4172 18.6278%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2C12 2.18635 12.0051 2.37152 12.0152 2.55535M22 12C21.7938 12 21.5891 11.9938 21.3859 11.9815M18.6597 11.4285C18.3253 11.31 17.9991 11.1743 17.6821 11.0223M15.3143 9.43657C15.0544 9.20277 14.8068 8.95554 14.5726 8.69597M12.9583 6.27732C12.819 5.98322 12.6935 5.68123 12.5828 5.3722%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-basketball-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12.9506C8.14512 13.5607 13.5577 8.11477 12.9506 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.0507 22.0002C10.4406 15.8551 15.8866 10.4424 22.0013 11.0496%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 20C17 12.8203 11.1797 7 4 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12.9506C8.14512 13.5607 13.5577 8.11477 12.9506 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.0507 22.0002C10.4406 15.8551 15.8866 10.4424 22.0013 11.0496%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 20C17 12.8203 11.1797 7 4 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-basketball-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12C4.28031 14.4289 7.91083 16 12 16C16.0892 16 19.7197 14.4289 22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.1556 5C4.77388 6.5 5.04007 9 6.56621 11C8.1708 13.1028 9.18243 16 5.36932 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.8444 5C19.2261 6.5 18.9599 9 17.4338 11C15.8292 13.1028 14.8176 16 18.6307 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12C4.28031 14.4289 7.91083 16 12 16C16.0892 16 19.7197 14.4289 22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.1556 5C4.77388 6.5 5.04007 9 6.56621 11C8.1708 13.1028 9.18243 16 5.36932 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.8444 5C19.2261 6.5 18.9599 9 17.4338 11C15.8292 13.1028 14.8176 16 18.6307 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-basketball-hoop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 17C4.37188 16.8651 3.87905 16.6488 3.46243 16.3018C3.25989 16.1331 3.07418 15.9446 2.90796 15.7391C2 14.6163 2 12.9481 2 9.61164C2 6.27522 2 4.60701 2.90796 3.48419C3.07418 3.27864 3.25989 3.09016 3.46243 2.92147C4.56878 2 6.21252 2 9.5 2H14.5C17.7875 2 19.4312 2 20.5376 2.92147C20.7401 3.09016 20.9258 3.27864 21.092 3.48419C22 4.60701 22 6.27522 22 9.61164C22 12.9481 22 14.6163 21.092 15.7391C20.9258 15.9446 20.7401 16.1331 20.5376 16.3018C20.1209 16.6488 19.6281 16.8651 19 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 13H7.33333M7.33333 13L8.5 22M7.33333 13H12M18 13H16.6667M16.6667 13L15.5 22M16.6667 13H12M12 13V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10C8.05893 8.04825 9.26181 8 10.9978 8H13.0022C14.7382 8 15.9411 8.04825 16 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16.5H16M8.44444 20H15.5556%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 17C4.37188 16.8651 3.87905 16.6488 3.46243 16.3018C3.25989 16.1331 3.07418 15.9446 2.90796 15.7391C2 14.6163 2 12.9481 2 9.61164C2 6.27522 2 4.60701 2.90796 3.48419C3.07418 3.27864 3.25989 3.09016 3.46243 2.92147C4.56878 2 6.21252 2 9.5 2H14.5C17.7875 2 19.4312 2 20.5376 2.92147C20.7401 3.09016 20.9258 3.27864 21.092 3.48419C22 4.60701 22 6.27522 22 9.61164C22 12.9481 22 14.6163 21.092 15.7391C20.9258 15.9446 20.7401 16.1331 20.5376 16.3018C20.1209 16.6488 19.6281 16.8651 19 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 13H7.33333M7.33333 13L8.5 22M7.33333 13H12M18 13H16.6667M16.6667 13L15.5 22M16.6667 13H12M12 13V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10C8.05893 8.04825 9.26181 8 10.9978 8H13.0022C14.7382 8 15.9411 8.04825 16 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16.5H16M8.44444 20H15.5556%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-bicycle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 19.9984C8.20914 19.9984 10 18.2109 10 16.006C10 13.8011 8.20914 12.0137 6 12.0137C3.79086 12.0137 2 13.8011 2 16.006C2 18.2109 3.79086 19.9984 6 19.9984Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19.9984C20.2091 19.9984 22 18.2109 22 16.006C22 13.8011 20.2091 12.0137 18 12.0137C15.7909 12.0137 14 13.8011 14 16.006C14 18.2109 15.7909 19.9984 18 19.9984Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16.0062H10.3706C10.7302 16.0062 11.0622 15.8135 11.2399 15.5014L15.5 8.02148%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.012L7 7.02344M7 7.02344H5M7 7.02344H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0533 15.9709L14.8059 4.03097C16.2567 3.96037 19.3587 3.83085 19.9911 6.21002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 19.9984C8.20914 19.9984 10 18.2109 10 16.006C10 13.8011 8.20914 12.0137 6 12.0137C3.79086 12.0137 2 13.8011 2 16.006C2 18.2109 3.79086 19.9984 6 19.9984Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19.9984C20.2091 19.9984 22 18.2109 22 16.006C22 13.8011 20.2091 12.0137 18 12.0137C15.7909 12.0137 14 13.8011 14 16.006C14 18.2109 15.7909 19.9984 18 19.9984Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16.0062H10.3706C10.7302 16.0062 11.0622 15.8135 11.2399 15.5014L15.5 8.02148%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.012L7 7.02344M7 7.02344H5M7 7.02344H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0533 15.9709L14.8059 4.03097C16.2567 3.96037 19.3587 3.83085 19.9911 6.21002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-billiard-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.07089 10C8.02417 9.6734 8 9.33952 8 9C8 5.13401 11.134 2 15 2C18.866 2 22 5.13401 22 9C22 12.866 18.866 16 15 16C14.7024 16 14.4091 15.9814 14.1212 15.9454%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.8684 10C19.2035 8.6899 18.8933 7.01849 18 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 19.0966L10.2253 11.5568M4.90338 22L12.6046 13.5987M12.6046 13.5987C12.6046 12.3221 11.677 11.3543 10.2253 11.5568M12.6046 13.5987L14.6243 11.3954C15.1414 10.8312 15.1225 9.95985 14.5813 9.41868C14.0402 8.87752 13.1688 8.85858 12.6046 9.37573L10.2253 11.5568%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.07089 10C8.02417 9.6734 8 9.33952 8 9C8 5.13401 11.134 2 15 2C18.866 2 22 5.13401 22 9C22 12.866 18.866 16 15 16C14.7024 16 14.4091 15.9814 14.1212 15.9454%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.8684 10C19.2035 8.6899 18.8933 7.01849 18 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 19.0966L10.2253 11.5568M4.90338 22L12.6046 13.5987M12.6046 13.5987C12.6046 12.3221 11.677 11.3543 10.2253 11.5568M12.6046 13.5987L14.6243 11.3954C15.1414 10.8312 15.1225 9.95985 14.5813 9.41868C14.0402 8.87752 13.1688 8.85858 12.6046 9.37573L10.2253 11.5568%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-billiard-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 12C11.1716 12 10.5 12.5596 10.5 13.25C10.5 13.9404 11.1716 14.5 12 14.5C12.8284 14.5 13.5 13.9404 13.5 13.25C13.5 12.5596 12.8284 12 12 12ZM12 12C12.8284 12 13.5 11.4404 13.5 10.75C13.5 10.0596 12.8284 9.5 12 9.5C11.1716 9.5 10.5 10.0596 10.5 10.75C10.5 11.4404 11.1716 12 12 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 12C11.1716 12 10.5 12.5596 10.5 13.25C10.5 13.9404 11.1716 14.5 12 14.5C12.8284 14.5 13.5 13.9404 13.5 13.25C13.5 12.5596 12.8284 12 12 12ZM12 12C12.8284 12 13.5 11.4404 13.5 10.75C13.5 10.0596 12.8284 9.5 12 9.5C11.1716 9.5 10.5 10.0596 10.5 10.75C10.5 11.4404 11.1716 12 12 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-block-game{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 18C22 19.4001 22 20.1002 21.7275 20.635C21.4878 21.1054 21.1054 21.4878 20.635 21.7275C20.1002 22 19.4001 22 18 22C16.5999 22 15.8998 22 15.365 21.7275C14.8946 21.4878 14.5122 21.1054 14.2725 20.635C14 20.1002 14 19.4001 14 18C14 16.5999 14 15.8998 14.2725 15.365C14.5122 14.8946 14.8946 14.5122 15.365 14.2725C15.8998 14 16.5999 14 18 14C19.4001 14 20.1002 14 20.635 14.2725C21.1054 14.5122 21.4878 14.8946 21.7275 15.365C22 15.8998 22 16.5999 22 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 10C22 11.4001 22 12.1002 21.7275 12.635C21.4878 13.1054 21.1054 13.4878 20.635 13.7275C20.1002 14 19.4001 14 18 14C16.5999 14 15.8998 14 15.365 13.7275C14.8946 13.4878 14.5122 13.1054 14.2725 12.635C14 12.1002 14 11.4001 14 10C14 8.59987 14 7.8998 14.2725 7.36502C14.5122 6.89462 14.8946 6.51217 15.365 6.27248C15.8998 6 16.5999 6 18 6C19.4001 6 20.1002 6 20.635 6.27248C21.1054 6.51217 21.4878 6.89462 21.7275 7.36502C22 7.8998 22 8.59987 22 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 19.4001 14 20.1002 13.7275 20.635C13.4878 21.1054 13.1054 21.4878 12.635 21.7275C12.1002 22 11.4001 22 10 22C8.59987 22 7.8998 22 7.36502 21.7275C6.89462 21.4878 6.51217 21.1054 6.27248 20.635C6 20.1002 6 19.4001 6 18C6 16.5999 6 15.8998 6.27248 15.365C6.51217 14.8946 6.89462 14.5122 7.36502 14.2725C7.8998 14 8.59987 14 10 14C11.4001 14 12.1002 14 12.635 14.2725C13.1054 14.5122 13.4878 14.8946 13.7275 15.365C14 15.8998 14 16.5999 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 6C10 7.40013 10 8.1002 9.72752 8.63497C9.48783 9.10538 9.10538 9.48783 8.63498 9.72752C8.1002 10 7.40013 10 6 10C4.59987 10 3.8998 10 3.36502 9.72751C2.89462 9.48783 2.51217 9.10538 2.27248 8.63497C2 8.10019 2 7.40013 2 6C2 4.59987 2 3.8998 2.27248 3.36502C2.51217 2.89462 2.89462 2.51217 3.36502 2.27248C3.8998 2 4.59987 2 6 2C7.40013 2 8.1002 2 8.63498 2.27248C9.10538 2.51217 9.48783 2.89462 9.72752 3.36502C10 3.8998 10 4.59987 10 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 18C22 19.4001 22 20.1002 21.7275 20.635C21.4878 21.1054 21.1054 21.4878 20.635 21.7275C20.1002 22 19.4001 22 18 22C16.5999 22 15.8998 22 15.365 21.7275C14.8946 21.4878 14.5122 21.1054 14.2725 20.635C14 20.1002 14 19.4001 14 18C14 16.5999 14 15.8998 14.2725 15.365C14.5122 14.8946 14.8946 14.5122 15.365 14.2725C15.8998 14 16.5999 14 18 14C19.4001 14 20.1002 14 20.635 14.2725C21.1054 14.5122 21.4878 14.8946 21.7275 15.365C22 15.8998 22 16.5999 22 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 10C22 11.4001 22 12.1002 21.7275 12.635C21.4878 13.1054 21.1054 13.4878 20.635 13.7275C20.1002 14 19.4001 14 18 14C16.5999 14 15.8998 14 15.365 13.7275C14.8946 13.4878 14.5122 13.1054 14.2725 12.635C14 12.1002 14 11.4001 14 10C14 8.59987 14 7.8998 14.2725 7.36502C14.5122 6.89462 14.8946 6.51217 15.365 6.27248C15.8998 6 16.5999 6 18 6C19.4001 6 20.1002 6 20.635 6.27248C21.1054 6.51217 21.4878 6.89462 21.7275 7.36502C22 7.8998 22 8.59987 22 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 19.4001 14 20.1002 13.7275 20.635C13.4878 21.1054 13.1054 21.4878 12.635 21.7275C12.1002 22 11.4001 22 10 22C8.59987 22 7.8998 22 7.36502 21.7275C6.89462 21.4878 6.51217 21.1054 6.27248 20.635C6 20.1002 6 19.4001 6 18C6 16.5999 6 15.8998 6.27248 15.365C6.51217 14.8946 6.89462 14.5122 7.36502 14.2725C7.8998 14 8.59987 14 10 14C11.4001 14 12.1002 14 12.635 14.2725C13.1054 14.5122 13.4878 14.8946 13.7275 15.365C14 15.8998 14 16.5999 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 6C10 7.40013 10 8.1002 9.72752 8.63497C9.48783 9.10538 9.10538 9.48783 8.63498 9.72752C8.1002 10 7.40013 10 6 10C4.59987 10 3.8998 10 3.36502 9.72751C2.89462 9.48783 2.51217 9.10538 2.27248 8.63497C2 8.10019 2 7.40013 2 6C2 4.59987 2 3.8998 2.27248 3.36502C2.51217 2.89462 2.89462 2.51217 3.36502 2.27248C3.8998 2 4.59987 2 6 2C7.40013 2 8.1002 2 8.63498 2.27248C9.10538 2.51217 9.48783 2.89462 9.72752 3.36502C10 3.8998 10 4.59987 10 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-body-armor{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5042 2.63763L13.2523 2.84528C12.6518 3.34018 12.3516 3.58763 12 3.58763C11.6484 3.58763 11.3482 3.34018 10.7477 2.84528L10.4958 2.63763C10.0093 2.23667 9.76608 2.03618 9.4745 2.00436C9.18293 1.97253 8.90431 2.11606 8.34708 2.40311L8.04374 2.55937C7.76658 2.70214 7.62799 2.77353 7.55282 2.91883C7.47764 3.06412 7.49496 3.20316 7.52961 3.48123C7.80639 5.70292 9.49137 7.79731 11.6105 8.4264C11.7758 8.47547 11.8585 8.5 12 8.5C12.1415 8.5 12.2242 8.47547 12.3895 8.4264C14.5086 7.79731 16.1936 5.70292 16.4704 3.48123C16.505 3.20316 16.5224 3.06412 16.4472 2.91883C16.372 2.77353 16.2334 2.70214 15.9563 2.55937L15.6529 2.40311C15.0957 2.11606 14.8171 1.97253 14.5255 2.00436C14.2339 2.03618 13.9907 2.23667 13.5042 2.63763Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.47845 4C5.39181 4.40673 3.99587 5.15004 2.71906 6.22994C2.34598 6.54548 2.15944 6.70325 2.07149 6.95405C1.78191 7.77982 2.41507 10.6215 3.1969 10.9489C3.68378 11.1528 4.36534 10.7348 5.72847 9.89886C6.96545 9.14023 8.48273 8.35455 10 7.93205%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5215 4C18.6082 4.40673 20.0041 5.15004 21.2809 6.22994C21.654 6.54548 21.8406 6.70325 21.9285 6.95405C22.2181 7.77982 21.5849 10.6215 20.8031 10.9489C20.3162 11.1528 19.6347 10.7348 18.2715 9.89886C17.0345 9.14023 15.5173 8.35455 14 7.93205%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 10L17.3954 15.4417C17.2073 17.1343 17.1133 17.9805 16.5438 18.4903C15.9742 19 15.1228 19 13.4198 19H10.5802C8.87723 19 8.02576 19 7.45624 18.4903C6.88672 17.9805 6.79269 17.1343 6.60464 15.4417L6 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.3851 19H8.61489C8.36045 19 8.23323 19 8.11238 19.0141C7.67638 19.065 7.26868 19.2517 6.94957 19.5465C6.86112 19.6282 6.77968 19.7238 6.61679 19.9149C6.29629 20.2908 6.13605 20.4788 6.07619 20.6222C5.85054 21.1628 6.14463 21.7765 6.7139 21.9532C6.8649 22 7.11522 22 7.61584 22H16.3842C16.8848 22 17.1351 22 17.2861 21.9532C17.8554 21.7765 18.1495 21.1628 17.9238 20.6222C17.864 20.4788 17.7037 20.2908 17.3832 19.9149C17.2203 19.7238 17.1389 19.6282 17.0504 19.5465C16.7313 19.2517 16.3236 19.065 15.8876 19.0141C15.7668 19 15.6396 19 15.3851 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5042 2.63763L13.2523 2.84528C12.6518 3.34018 12.3516 3.58763 12 3.58763C11.6484 3.58763 11.3482 3.34018 10.7477 2.84528L10.4958 2.63763C10.0093 2.23667 9.76608 2.03618 9.4745 2.00436C9.18293 1.97253 8.90431 2.11606 8.34708 2.40311L8.04374 2.55937C7.76658 2.70214 7.62799 2.77353 7.55282 2.91883C7.47764 3.06412 7.49496 3.20316 7.52961 3.48123C7.80639 5.70292 9.49137 7.79731 11.6105 8.4264C11.7758 8.47547 11.8585 8.5 12 8.5C12.1415 8.5 12.2242 8.47547 12.3895 8.4264C14.5086 7.79731 16.1936 5.70292 16.4704 3.48123C16.505 3.20316 16.5224 3.06412 16.4472 2.91883C16.372 2.77353 16.2334 2.70214 15.9563 2.55937L15.6529 2.40311C15.0957 2.11606 14.8171 1.97253 14.5255 2.00436C14.2339 2.03618 13.9907 2.23667 13.5042 2.63763Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.47845 4C5.39181 4.40673 3.99587 5.15004 2.71906 6.22994C2.34598 6.54548 2.15944 6.70325 2.07149 6.95405C1.78191 7.77982 2.41507 10.6215 3.1969 10.9489C3.68378 11.1528 4.36534 10.7348 5.72847 9.89886C6.96545 9.14023 8.48273 8.35455 10 7.93205%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5215 4C18.6082 4.40673 20.0041 5.15004 21.2809 6.22994C21.654 6.54548 21.8406 6.70325 21.9285 6.95405C22.2181 7.77982 21.5849 10.6215 20.8031 10.9489C20.3162 11.1528 19.6347 10.7348 18.2715 9.89886C17.0345 9.14023 15.5173 8.35455 14 7.93205%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 10L17.3954 15.4417C17.2073 17.1343 17.1133 17.9805 16.5438 18.4903C15.9742 19 15.1228 19 13.4198 19H10.5802C8.87723 19 8.02576 19 7.45624 18.4903C6.88672 17.9805 6.79269 17.1343 6.60464 15.4417L6 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.3851 19H8.61489C8.36045 19 8.23323 19 8.11238 19.0141C7.67638 19.065 7.26868 19.2517 6.94957 19.5465C6.86112 19.6282 6.77968 19.7238 6.61679 19.9149C6.29629 20.2908 6.13605 20.4788 6.07619 20.6222C5.85054 21.1628 6.14463 21.7765 6.7139 21.9532C6.8649 22 7.11522 22 7.61584 22H16.3842C16.8848 22 17.1351 22 17.2861 21.9532C17.8554 21.7765 18.1495 21.1628 17.9238 20.6222C17.864 20.4788 17.7037 20.2908 17.3832 19.9149C17.2203 19.7238 17.1389 19.6282 17.0504 19.5465C16.7313 19.2517 16.3236 19.065 15.8876 19.0141C15.7668 19 15.6396 19 15.3851 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-bomb{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 15C16 18.866 12.866 22 9 22C5.13401 22 2 18.866 2 15C2 11.134 5.13401 8 9 8C12.866 8 16 11.134 16 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8.5L11.4685 7.17126C11.3094 6.77352 11.2299 6.57465 11.1227 6.40981C10.8287 5.95761 10.3645 5.64333 9.83543 5.53829C9.64256 5.5 9.42838 5.5 9 5.5C8.57162 5.5 8.35744 5.5 8.16457 5.53829C7.63553 5.64333 7.17133 5.95761 6.87732 6.40981C6.77014 6.57465 6.69059 6.77352 6.5315 7.17126L6 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7.5L20.5 6M20.5 6L19 4.5M20.5 6L19 7.5M20.5 6L22 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 5.99993C14 5.99993 14.4095 3.43983 11.8598 2.26722C9.61977 1.23706 8.77077 3.40757 9.05199 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 15C16 18.866 12.866 22 9 22C5.13401 22 2 18.866 2 15C2 11.134 5.13401 8 9 8C12.866 8 16 11.134 16 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8.5L11.4685 7.17126C11.3094 6.77352 11.2299 6.57465 11.1227 6.40981C10.8287 5.95761 10.3645 5.64333 9.83543 5.53829C9.64256 5.5 9.42838 5.5 9 5.5C8.57162 5.5 8.35744 5.5 8.16457 5.53829C7.63553 5.64333 7.17133 5.95761 6.87732 6.40981C6.77014 6.57465 6.69059 6.77352 6.5315 7.17126L6 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7.5L20.5 6M20.5 6L19 4.5M20.5 6L19 7.5M20.5 6L22 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 5.99993C14 5.99993 14.4095 3.43983 11.8598 2.26722C9.61977 1.23706 8.77077 3.40757 9.05199 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-bowling-pins{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 10.544C13.2611 10.1947 14.1078 10 15 10C18.3137 10 21 12.6863 21 16C21 19.3137 18.3137 22 15 22C14.4821 22 13.9794 21.9344 13.5 21.811%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.991 15H18M15 15H15.009M16.4955 13L16.5045 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.88423 6.56062L5.45498 4.45142C5.19688 3.18322 6.18394 2 7.5 2C8.81606 2 9.80312 3.18322 9.54502 4.45142L9.11577 6.56062C8.47015 9.73293 10.2277 11.6357 11.4499 14.2704C11.9824 15.4182 12.1332 16.7017 11.8809 17.9385C11.6648 18.998 11.3245 20.6686 10.6053 21.4829C10.1239 22.0281 9.44033 21.9997 8.76023 21.9997H6.23977C5.55967 21.9997 4.87609 22.0281 4.39466 21.4829C3.67546 20.6686 3.33521 18.998 3.11909 17.9385C2.86681 16.7017 3.01761 15.4182 3.55006 14.2704C4.77234 11.6357 6.52985 9.73293 5.88423 6.56062Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 10.544C13.2611 10.1947 14.1078 10 15 10C18.3137 10 21 12.6863 21 16C21 19.3137 18.3137 22 15 22C14.4821 22 13.9794 21.9344 13.5 21.811%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.991 15H18M15 15H15.009M16.4955 13L16.5045 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.88423 6.56062L5.45498 4.45142C5.19688 3.18322 6.18394 2 7.5 2C8.81606 2 9.80312 3.18322 9.54502 4.45142L9.11577 6.56062C8.47015 9.73293 10.2277 11.6357 11.4499 14.2704C11.9824 15.4182 12.1332 16.7017 11.8809 17.9385C11.6648 18.998 11.3245 20.6686 10.6053 21.4829C10.1239 22.0281 9.44033 21.9997 8.76023 21.9997H6.23977C5.55967 21.9997 4.87609 22.0281 4.39466 21.4829C3.67546 20.6686 3.33521 18.998 3.11909 17.9385C2.86681 16.7017 3.01761 15.4182 3.55006 14.2704C4.77234 11.6357 6.52985 9.73293 5.88423 6.56062Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-bowling{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5638 6.56062L10.1822 4.45142C9.95278 3.18322 10.8302 2 12 2C13.1698 2 14.0472 3.18322 13.8178 4.45142L13.4362 6.56062C12.8624 9.73293 14.4246 11.6357 15.5111 14.2704C15.9844 15.4182 16.1184 16.7017 15.8941 17.9385C15.702 18.998 15.3996 20.6686 14.7603 21.4829C14.3324 22.0281 13.7247 21.9997 13.1202 21.9997H10.8798C10.2753 21.9997 9.66764 22.0281 9.2397 21.4829C8.60041 20.6686 8.29796 18.998 8.10586 17.9385C7.88161 16.7017 8.01565 15.4182 8.48894 14.2704C9.57541 11.6357 11.1376 9.73293 10.5638 6.56062Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19.9998H19.2945C19.8625 19.9998 20.4333 20.0225 20.8354 19.5863C21.4354 18.9354 21.7196 17.6008 21.9001 16.7531L21.9005 16.7508C22.1112 15.7614 21.9853 14.7346 21.5407 13.8164C20.52 11.7085 19.0523 10.1863 19.5914 7.64849L19.9499 5.96114C20.1654 4.94657 19.3412 4 18.2422 4C17.1432 4 16.3189 4.94657 16.5344 5.96114L16.8929 7.64849C17.0992 8.6198 17.0116 9.44233 16.7676 10.2059M16.9677 9.33333H19.5176%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19.9998H4.70545C4.13752 19.9998 3.56668 20.0225 3.16465 19.5863C2.56461 18.9354 2.28044 17.6008 2.09994 16.7531L2.09945 16.7508C1.88877 15.7614 2.0147 14.7346 2.45934 13.8164C3.48003 11.7085 4.94769 10.1863 4.40855 7.64849L4.05009 5.96114C3.83456 4.94657 4.65883 4 5.75784 4C6.85685 4 7.68112 4.94657 7.46559 5.96114L7.10713 7.64849C6.90078 8.6198 6.98839 9.44233 7.2324 10.2059M7.03228 9.33333H4.48242%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5638 6.56062L10.1822 4.45142C9.95278 3.18322 10.8302 2 12 2C13.1698 2 14.0472 3.18322 13.8178 4.45142L13.4362 6.56062C12.8624 9.73293 14.4246 11.6357 15.5111 14.2704C15.9844 15.4182 16.1184 16.7017 15.8941 17.9385C15.702 18.998 15.3996 20.6686 14.7603 21.4829C14.3324 22.0281 13.7247 21.9997 13.1202 21.9997H10.8798C10.2753 21.9997 9.66764 22.0281 9.2397 21.4829C8.60041 20.6686 8.29796 18.998 8.10586 17.9385C7.88161 16.7017 8.01565 15.4182 8.48894 14.2704C9.57541 11.6357 11.1376 9.73293 10.5638 6.56062Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19.9998H19.2945C19.8625 19.9998 20.4333 20.0225 20.8354 19.5863C21.4354 18.9354 21.7196 17.6008 21.9001 16.7531L21.9005 16.7508C22.1112 15.7614 21.9853 14.7346 21.5407 13.8164C20.52 11.7085 19.0523 10.1863 19.5914 7.64849L19.9499 5.96114C20.1654 4.94657 19.3412 4 18.2422 4C17.1432 4 16.3189 4.94657 16.5344 5.96114L16.8929 7.64849C17.0992 8.6198 17.0116 9.44233 16.7676 10.2059M16.9677 9.33333H19.5176%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19.9998H4.70545C4.13752 19.9998 3.56668 20.0225 3.16465 19.5863C2.56461 18.9354 2.28044 17.6008 2.09994 16.7531L2.09945 16.7508C1.88877 15.7614 2.0147 14.7346 2.45934 13.8164C3.48003 11.7085 4.94769 10.1863 4.40855 7.64849L4.05009 5.96114C3.83456 4.94657 4.65883 4 5.75784 4C6.85685 4 7.68112 4.94657 7.46559 5.96114L7.10713 7.64849C6.90078 8.6198 6.98839 9.44233 7.2324 10.2059M7.03228 9.33333H4.48242%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-boxing-glove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5841 6.05737C18.9187 6.05737 19.5461 9.24441 18.5423 11.3422C18.0933 12.2806 17.3165 13.1051 16.6946 13.9357C16.0982 14.7322 15.8 15.1304 15.408 15.4091C14.5339 16.0304 13.522 16 12.4897 16H11.4583C8.91929 16 7.64977 16 6.81095 15.2904C5.97214 14.5809 5.76679 13.3596 5.3561 10.917C5.13029 9.57401 4.97133 8.23222 5.00434 6.93135C5.06478 4.54904 6.8888 2.54273 9.35241 2.14874C10.526 1.96106 11.9711 1.94251 13.1454 2.14182C15.2422 2.49775 16.7207 4.30419 16.5741 6.33112C16.4847 7.56721 15.9831 8.83974 15.67 10.0344%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00391 15.5V18C7.00391 19.8856 7.00391 20.8284 7.58969 21.4142C8.17548 22 9.11829 22 11.0039 22H12.0039C13.8895 22 14.8323 22 15.4181 21.4142C16.0039 20.8284 16.0039 19.8856 16.0039 18V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00391 19H10.0039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5841 6.05737C18.9187 6.05737 19.5461 9.24441 18.5423 11.3422C18.0933 12.2806 17.3165 13.1051 16.6946 13.9357C16.0982 14.7322 15.8 15.1304 15.408 15.4091C14.5339 16.0304 13.522 16 12.4897 16H11.4583C8.91929 16 7.64977 16 6.81095 15.2904C5.97214 14.5809 5.76679 13.3596 5.3561 10.917C5.13029 9.57401 4.97133 8.23222 5.00434 6.93135C5.06478 4.54904 6.8888 2.54273 9.35241 2.14874C10.526 1.96106 11.9711 1.94251 13.1454 2.14182C15.2422 2.49775 16.7207 4.30419 16.5741 6.33112C16.4847 7.56721 15.9831 8.83974 15.67 10.0344%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00391 15.5V18C7.00391 19.8856 7.00391 20.8284 7.58969 21.4142C8.17548 22 9.11829 22 11.0039 22H12.0039C13.8895 22 14.8323 22 15.4181 21.4142C16.0039 20.8284 16.0039 19.8856 16.0039 18V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00391 19H10.0039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-bulletproof-vest{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.4975 2H10.5025C8.88452 2 8.07552 2 7.52387 2.48909C6.38066 3.50265 6.52582 6.17233 6.3215 7.63432C6.21198 8.41794 5.55547 9 4.78113 9C4.42436 9 4.11241 9.24911 4.02908 9.60373C3.32919 12.5822 1.93142 18.3709 4.41467 20.8575C5.55563 22 7.06507 22 10.0839 22H13.9161C16.9349 22 18.4444 22 19.5853 20.8575C22.0686 18.3709 20.6708 12.5822 19.9709 9.60372C19.8876 9.24911 19.5756 9 19.2189 9C18.4445 9 17.788 8.41793 17.6785 7.63431C17.4742 6.17232 17.6194 3.50267 16.4762 2.4891C15.9246 2 15.1156 2 13.4975 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14H3.5M5 18H3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 14H19M20.5 18H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.58056 13.5806C10.3546 12.8065 13.6454 12.8065 14.4194 13.5806C15.1935 14.3546 15.1935 17.6454 14.4194 18.4194C13.6454 19.1935 10.3546 19.1935 9.58056 18.4194C8.80648 17.6454 8.80648 14.3546 9.58056 13.5806Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 2C15 3.65685 13.6569 5 12 5C10.3431 5 9 3.65685 9 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.4975 2H10.5025C8.88452 2 8.07552 2 7.52387 2.48909C6.38066 3.50265 6.52582 6.17233 6.3215 7.63432C6.21198 8.41794 5.55547 9 4.78113 9C4.42436 9 4.11241 9.24911 4.02908 9.60373C3.32919 12.5822 1.93142 18.3709 4.41467 20.8575C5.55563 22 7.06507 22 10.0839 22H13.9161C16.9349 22 18.4444 22 19.5853 20.8575C22.0686 18.3709 20.6708 12.5822 19.9709 9.60372C19.8876 9.24911 19.5756 9 19.2189 9C18.4445 9 17.788 8.41793 17.6785 7.63431C17.4742 6.17232 17.6194 3.50267 16.4762 2.4891C15.9246 2 15.1156 2 13.4975 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14H3.5M5 18H3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 14H19M20.5 18H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.58056 13.5806C10.3546 12.8065 13.6454 12.8065 14.4194 13.5806C15.1935 14.3546 15.1935 17.6454 14.4194 18.4194C13.6454 19.1935 10.3546 19.1935 9.58056 18.4194C8.80648 17.6454 8.80648 14.3546 9.58056 13.5806Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 2C15 3.65685 13.6569 5 12 5C10.3431 5 9 3.65685 9 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-cards-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 8.17157 3 6.75736 3.87868 5.87868C4.75736 5 6.17157 5 9 5H11C13.8284 5 15.2426 5 16.1213 5.87868C17 6.75736 17 8.17157 17 11V16C17 18.8284 17 20.2426 16.1213 21.1213C15.2426 22 13.8284 22 11 22H9C6.17157 22 4.75736 22 3.87868 21.1213C3 20.2426 3 18.8284 3 16V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.04435 11.762L8.42742 11.3048C9.15621 10.4349 9.52061 10 10 10C10.4794 10 10.8438 10.4349 11.5726 11.3048L11.9556 11.762C12.6519 12.593 13 13.0086 13 13.5C13 13.9914 12.6519 14.407 11.9556 15.238L11.5726 15.6952C10.8438 16.5651 10.4794 17 10 17C9.52061 17 9.15621 16.5651 8.42742 15.6952L8.04435 15.238C7.34812 14.407 7 13.9914 7 13.5C7 13.0086 7.34812 12.593 8.04435 11.762Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.9244 19C18.0202 18.3874 18.3929 17.0406 19.1383 14.3469L20.1925 10.5375C20.938 7.84378 21.3107 6.49694 20.678 5.4359C20.0453 4.37485 18.6543 4.01397 15.8724 3.2922L13.9052 2.78183C11.1232 2.06006 9.73225 1.69918 8.63642 2.31177C7.85623 2.74792 7.44258 3.55626 7 4.95786%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 8.17157 3 6.75736 3.87868 5.87868C4.75736 5 6.17157 5 9 5H11C13.8284 5 15.2426 5 16.1213 5.87868C17 6.75736 17 8.17157 17 11V16C17 18.8284 17 20.2426 16.1213 21.1213C15.2426 22 13.8284 22 11 22H9C6.17157 22 4.75736 22 3.87868 21.1213C3 20.2426 3 18.8284 3 16V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.04435 11.762L8.42742 11.3048C9.15621 10.4349 9.52061 10 10 10C10.4794 10 10.8438 10.4349 11.5726 11.3048L11.9556 11.762C12.6519 12.593 13 13.0086 13 13.5C13 13.9914 12.6519 14.407 11.9556 15.238L11.5726 15.6952C10.8438 16.5651 10.4794 17 10 17C9.52061 17 9.15621 16.5651 8.42742 15.6952L8.04435 15.238C7.34812 14.407 7 13.9914 7 13.5C7 13.0086 7.34812 12.593 8.04435 11.762Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.9244 19C18.0202 18.3874 18.3929 17.0406 19.1383 14.3469L20.1925 10.5375C20.938 7.84378 21.3107 6.49694 20.678 5.4359C20.0453 4.37485 18.6543 4.01397 15.8724 3.2922L13.9052 2.78183C11.1232 2.06006 9.73225 1.69918 8.63642 2.31177C7.85623 2.74792 7.44258 3.55626 7 4.95786%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-cards-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 8.17157 3 6.75736 3.87868 5.87868C4.75736 5 6.17157 5 9 5H11C13.8284 5 15.2426 5 16.1213 5.87868C17 6.75736 17 8.17157 17 11V16C17 18.8284 17 20.2426 16.1213 21.1213C15.2426 22 13.8284 22 11 22H9C6.17157 22 4.75736 22 3.87868 21.1213C3 20.2426 3 18.8284 3 16V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.9244 19C18.0202 18.3874 18.3929 17.0406 19.1383 14.3469L20.1925 10.5375C20.938 7.84378 21.3107 6.49694 20.678 5.4359C20.0453 4.37485 18.6543 4.01397 15.8724 3.2922L13.9052 2.78183C11.1232 2.06006 9.73225 1.69918 8.63642 2.31177C7.85623 2.74792 7.44258 3.55626 7 4.95786%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.76123 11.2762C8.56573 10.8192 9.26789 11.0034 9.68969 11.2967C9.86265 11.4169 9.94912 11.4771 10 11.4771C10.0509 11.4771 10.1374 11.4169 10.3103 11.2967C10.7321 11.0034 11.4343 10.8192 12.2388 11.2762C13.2946 11.8758 13.5335 13.8541 11.0981 15.5232C10.6343 15.8411 10.4024 16 10 16C9.59764 16 9.36572 15.8411 8.90186 15.5232C6.46652 13.8541 6.70542 11.8758 7.76123 11.2762Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11C3 8.17157 3 6.75736 3.87868 5.87868C4.75736 5 6.17157 5 9 5H11C13.8284 5 15.2426 5 16.1213 5.87868C17 6.75736 17 8.17157 17 11V16C17 18.8284 17 20.2426 16.1213 21.1213C15.2426 22 13.8284 22 11 22H9C6.17157 22 4.75736 22 3.87868 21.1213C3 20.2426 3 18.8284 3 16V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.9244 19C18.0202 18.3874 18.3929 17.0406 19.1383 14.3469L20.1925 10.5375C20.938 7.84378 21.3107 6.49694 20.678 5.4359C20.0453 4.37485 18.6543 4.01397 15.8724 3.2922L13.9052 2.78183C11.1232 2.06006 9.73225 1.69918 8.63642 2.31177C7.85623 2.74792 7.44258 3.55626 7 4.95786%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.76123 11.2762C8.56573 10.8192 9.26789 11.0034 9.68969 11.2967C9.86265 11.4169 9.94912 11.4771 10 11.4771C10.0509 11.4771 10.1374 11.4169 10.3103 11.2967C10.7321 11.0034 11.4343 10.8192 12.2388 11.2762C13.2946 11.8758 13.5335 13.8541 11.0981 15.5232C10.6343 15.8411 10.4024 16 10 16C9.59764 16 9.36572 15.8411 8.90186 15.5232C6.46652 13.8541 6.70542 11.8758 7.76123 11.2762Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-castle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.75 4H8.25C7.54777 4 7.19665 4 6.94443 4.16853C6.83524 4.24149 6.74149 4.33524 6.66853 4.44443C6.5 4.69665 6.5 5.04777 6.5 5.75C6.5 6.45223 6.5 6.80335 6.66853 7.05557C6.74149 7.16476 6.83524 7.25851 6.94443 7.33147C7.19665 7.5 7.54777 7.5 8.25 7.5H15.75C16.4522 7.5 16.8033 7.5 17.0556 7.33147C17.1648 7.25851 17.2585 7.16476 17.3315 7.05557C17.5 6.80335 17.5 6.45223 17.5 5.75C17.5 5.04777 17.5 4.69665 17.3315 4.44443C17.2585 4.33524 17.1648 4.24149 17.0556 4.16853C16.8033 4 16.4522 4 15.75 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22L14.3288 17.9728C14.2153 17.2915 14.1585 16.9509 13.9933 16.6924C13.8309 16.4382 13.5956 16.2388 13.3181 16.1204C13.036 16 12.6907 16 12 16C11.3093 16 10.964 16 10.6819 16.1204C10.4044 16.2388 10.1691 16.4382 10.0067 16.6924C9.84152 16.9509 9.78475 17.2915 9.6712 17.9728L9 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7.5H8L6 22H18L16 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7935 22C19.9211 22 20.9849 22 21.5825 21.3174C22.18 20.6349 22.0394 19.5804 21.7582 17.4713L21.4916 15.4713C21.0656 12.2764 20.0925 12 17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.2067 22C4.079 22 3.01515 22 2.41757 21.3174C1.81998 20.6349 1.96059 19.5804 2.24179 17.4713L2.50846 15.4713C2.93326 12.2853 3.89738 12 7 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.75 4H8.25C7.54777 4 7.19665 4 6.94443 4.16853C6.83524 4.24149 6.74149 4.33524 6.66853 4.44443C6.5 4.69665 6.5 5.04777 6.5 5.75C6.5 6.45223 6.5 6.80335 6.66853 7.05557C6.74149 7.16476 6.83524 7.25851 6.94443 7.33147C7.19665 7.5 7.54777 7.5 8.25 7.5H15.75C16.4522 7.5 16.8033 7.5 17.0556 7.33147C17.1648 7.25851 17.2585 7.16476 17.3315 7.05557C17.5 6.80335 17.5 6.45223 17.5 5.75C17.5 5.04777 17.5 4.69665 17.3315 4.44443C17.2585 4.33524 17.1648 4.24149 17.0556 4.16853C16.8033 4 16.4522 4 15.75 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22L14.3288 17.9728C14.2153 17.2915 14.1585 16.9509 13.9933 16.6924C13.8309 16.4382 13.5956 16.2388 13.3181 16.1204C13.036 16 12.6907 16 12 16C11.3093 16 10.964 16 10.6819 16.1204C10.4044 16.2388 10.1691 16.4382 10.0067 16.6924C9.84152 16.9509 9.78475 17.2915 9.6712 17.9728L9 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7.5H8L6 22H18L16 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7935 22C19.9211 22 20.9849 22 21.5825 21.3174C22.18 20.6349 22.0394 19.5804 21.7582 17.4713L21.4916 15.4713C21.0656 12.2764 20.0925 12 17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.2067 22C4.079 22 3.01515 22 2.41757 21.3174C1.81998 20.6349 1.96059 19.5804 2.24179 17.4713L2.50846 15.4713C2.93326 12.2853 3.89738 12 7 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-chess-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9909 22H7.00911C5.74413 22 5.84958 20.2425 6.34622 19.4962C7.19456 18.2213 8.83234 16.6274 9.07261 15.0628L10.0036 9H13.9964L14.9274 15.0628C15.1677 16.6274 16.8054 18.2213 17.6538 19.4962C18.1504 20.2425 18.2559 22 16.9909 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 5.1513V2.20709C7.5 2.03185 7.69777 1.93612 7.82804 2.0483L10.2219 4.1099C10.4016 4.26468 10.6281 4.34944 10.8621 4.34944H13.1379C13.3719 4.34944 13.5984 4.26468 13.7781 4.1099L16.172 2.0483C16.3022 1.93612 16.5 2.03185 16.5 2.20709V5.1513C16.5 5.63483 16.336 6.10305 16.0364 6.4745L14.2998 8.62815C14.1099 8.86377 13.8284 9 13.5316 9H10.4684C10.1716 9 9.89015 8.86377 9.70015 8.62815L7.96356 6.47451C7.66403 6.10305 7.5 5.63483 7.5 5.1513Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 18H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9909 22H7.00911C5.74413 22 5.84958 20.2425 6.34622 19.4962C7.19456 18.2213 8.83234 16.6274 9.07261 15.0628L10.0036 9H13.9964L14.9274 15.0628C15.1677 16.6274 16.8054 18.2213 17.6538 19.4962C18.1504 20.2425 18.2559 22 16.9909 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 5.1513V2.20709C7.5 2.03185 7.69777 1.93612 7.82804 2.0483L10.2219 4.1099C10.4016 4.26468 10.6281 4.34944 10.8621 4.34944H13.1379C13.3719 4.34944 13.5984 4.26468 13.7781 4.1099L16.172 2.0483C16.3022 1.93612 16.5 2.03185 16.5 2.20709V5.1513C16.5 5.63483 16.336 6.10305 16.0364 6.4745L14.2998 8.62815C14.1099 8.86377 13.8284 9 13.5316 9H10.4684C10.1716 9 9.89015 8.86377 9.70015 8.62815L7.96356 6.47451C7.66403 6.10305 7.5 5.63483 7.5 5.1513Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 18H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-chess-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9261 10.9709C11.9259 11.7713 12.4389 13.0658 13.535 13.9709C15.1824 15.3312 16.0061 16.0114 16.1705 16.2625C16.3586 16.5499 16.3196 16.4655 16.4186 16.7981C16.5051 17.0888 16.5051 17.5053 16.5051 18.3384V18.418C16.5051 18.6145 16.5051 18.7128 16.5222 18.8061C16.547 18.9417 16.5983 19.0704 16.673 19.1842C16.7243 19.2624 16.7911 19.3315 16.9247 19.4697C17.5839 20.1518 17.9134 20.4928 17.9756 20.7758C18.0664 21.189 17.8984 21.6173 17.5564 21.8445C17.3223 22 16.8589 22 15.9322 22H8.54422C7.58276 22 7.10202 22 6.86265 21.8345C6.53376 21.6071 6.37205 21.1915 6.45552 20.7882C6.51627 20.4947 6.86012 20.1429 7.5478 19.4393C7.68717 19.2967 7.75685 19.2254 7.81002 19.1441C7.88297 19.0326 7.93357 18.9067 7.95876 18.7742C7.97713 18.6775 7.97713 18.5755 7.97713 18.3715V15.7159C7.97713 15.0041 7.99687 15.0367 7.51288 14.3782C4.70009 10.5509 6.17304 6.83416 8.96438 5.3968C8.96438 3.65163 9.91301 2.71288 10.824 2.24518C11.2458 2.02863 11.4567 1.92036 11.6914 2.06787C12.2414 2.4135 12.2076 4 11.9261 5C13.134 5 14.1176 6 14.1176 7L15.9886 8.88892C16.3331 9.29888 16.6738 9.72895 16.413 10.3008C16.2448 10.6696 15.8431 10.9938 15.5516 11.264C15.175 11.6132 14.5998 11.6132 14.2232 11.264C13.8813 10.9471 13.6286 10.6824 13.134 10.7787C12.7313 10.8571 12.3404 10.9941 11.9261 10.9709ZM11.9261 10.9709C11.3715 10.9399 10.7166 10.6829 10.0211 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19L16 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9261 10.9709C11.9259 11.7713 12.4389 13.0658 13.535 13.9709C15.1824 15.3312 16.0061 16.0114 16.1705 16.2625C16.3586 16.5499 16.3196 16.4655 16.4186 16.7981C16.5051 17.0888 16.5051 17.5053 16.5051 18.3384V18.418C16.5051 18.6145 16.5051 18.7128 16.5222 18.8061C16.547 18.9417 16.5983 19.0704 16.673 19.1842C16.7243 19.2624 16.7911 19.3315 16.9247 19.4697C17.5839 20.1518 17.9134 20.4928 17.9756 20.7758C18.0664 21.189 17.8984 21.6173 17.5564 21.8445C17.3223 22 16.8589 22 15.9322 22H8.54422C7.58276 22 7.10202 22 6.86265 21.8345C6.53376 21.6071 6.37205 21.1915 6.45552 20.7882C6.51627 20.4947 6.86012 20.1429 7.5478 19.4393C7.68717 19.2967 7.75685 19.2254 7.81002 19.1441C7.88297 19.0326 7.93357 18.9067 7.95876 18.7742C7.97713 18.6775 7.97713 18.5755 7.97713 18.3715V15.7159C7.97713 15.0041 7.99687 15.0367 7.51288 14.3782C4.70009 10.5509 6.17304 6.83416 8.96438 5.3968C8.96438 3.65163 9.91301 2.71288 10.824 2.24518C11.2458 2.02863 11.4567 1.92036 11.6914 2.06787C12.2414 2.4135 12.2076 4 11.9261 5C13.134 5 14.1176 6 14.1176 7L15.9886 8.88892C16.3331 9.29888 16.6738 9.72895 16.413 10.3008C16.2448 10.6696 15.8431 10.9938 15.5516 11.264C15.175 11.6132 14.5998 11.6132 14.2232 11.264C13.8813 10.9471 13.6286 10.6824 13.134 10.7787C12.7313 10.8571 12.3404 10.9941 11.9261 10.9709ZM11.9261 10.9709C11.3715 10.9399 10.7166 10.6829 10.0211 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19L16 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-chess-pawn{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 10C9.5 12.6667 9 15.3333 7 18M14.5 10C14.5 12.6667 15 15.3333 17 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 5.42857C15.5 6.18741 15.2483 6.88867 14.8223 7.45663C14.4776 7.91614 14.134 8 13.5704 8H10.4296C9.866 8 9.52236 7.91614 9.17768 7.45663C8.75166 6.88867 8.5 6.18741 8.5 5.42857C8.5 3.53502 10.067 2 12 2C13.933 2 15.5 3.53502 15.5 5.42857Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.2049 20.6489L4.22572 20.5955C5.06668 18.4398 5.72681 18 8.12187 18H15.8781C18.2732 18 18.9333 18.4398 19.7743 20.5955L19.7951 20.6489C20.2188 21.735 20.0278 22 18.8211 22H5.17893C3.9722 22 3.78118 21.735 4.2049 20.6489Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 10C9.5 12.6667 9 15.3333 7 18M14.5 10C14.5 12.6667 15 15.3333 17 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 5.42857C15.5 6.18741 15.2483 6.88867 14.8223 7.45663C14.4776 7.91614 14.134 8 13.5704 8H10.4296C9.866 8 9.52236 7.91614 9.17768 7.45663C8.75166 6.88867 8.5 6.18741 8.5 5.42857C8.5 3.53502 10.067 2 12 2C13.933 2 15.5 3.53502 15.5 5.42857Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.2049 20.6489L4.22572 20.5955C5.06668 18.4398 5.72681 18 8.12187 18H15.8781C18.2732 18 18.9333 18.4398 19.7743 20.5955L19.7951 20.6489C20.2188 21.735 20.0278 22 18.8211 22H5.17893C3.9722 22 3.78118 21.735 4.2049 20.6489Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-chip{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 12C11.1716 12 10.5 12.5596 10.5 13.25C10.5 13.9404 11.1716 14.5 12 14.5C12.8284 14.5 13.5 13.9404 13.5 13.25C13.5 12.5596 12.8284 12 12 12ZM12 12C12.8284 12 13.5 11.4404 13.5 10.75C13.5 10.0596 12.8284 9.5 12 9.5C11.1716 9.5 10.5 10.0596 10.5 10.75C10.5 11.4404 11.1716 12 12 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V6M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9992 12L17.9992 12M6 12.0005L2 12.0005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 12C11.1716 12 10.5 12.5596 10.5 13.25C10.5 13.9404 11.1716 14.5 12 14.5C12.8284 14.5 13.5 13.9404 13.5 13.25C13.5 12.5596 12.8284 12 12 12ZM12 12C12.8284 12 13.5 11.4404 13.5 10.75C13.5 10.0596 12.8284 9.5 12 9.5C11.1716 9.5 10.5 10.0596 10.5 10.75C10.5 11.4404 11.1716 12 12 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V6M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9992 12L17.9992 12M6 12.0005L2 12.0005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-clubs-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 13L12 10L10 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 5.5C14.5 8 12 10 12 10C12 10 9.5 8 9.5 5.5C9.5 3 10.6193 2 12 2C13.3807 2 14.5 3 14.5 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 15.5C16 15.5 14 13 14 13C14 13 16 10.5 18.5 10.5C21 10.5 22 11.6193 22 13C22 14.3807 21 15.5 18.5 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 15.5C8 15.5 10 13 10 13C10 13 8 10.5 5.5 10.5C3 10.5 2 11.6193 2 13C2 14.3807 3 15.5 5.5 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 22C16 22 13 16 10 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 22C8 22 11 16 14 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 13L12 10L10 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 5.5C14.5 8 12 10 12 10C12 10 9.5 8 9.5 5.5C9.5 3 10.6193 2 12 2C13.3807 2 14.5 3 14.5 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 15.5C16 15.5 14 13 14 13C14 13 16 10.5 18.5 10.5C21 10.5 22 11.6193 22 13C22 14.3807 21 15.5 18.5 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 15.5C8 15.5 10 13 10 13C10 13 8 10.5 5.5 10.5C3 10.5 2 11.6193 2 13C2 14.3807 3 15.5 5.5 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 22C16 22 13 16 10 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 22C8 22 11 16 14 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-clubs-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C9.79086 2 8 3.8529 8 6.13856C8 6.89237 8.19479 7.59911 8.53513 8.20784C5.9581 7.52158 3 9.51116 3 12.3464C3 15.5508 6.13941 17.0241 8.81012 16.3268C9.67373 16.1013 10.1055 15.9886 10.2279 16.1211C10.696 16.6279 9.34611 19.1578 9.10267 19.6578C8.64426 20.5995 8.41506 21.0703 8.59267 21.3642C9.01463 22.0625 14.8121 22.3493 15.4073 21.3642C15.5849 21.0703 15.3557 20.5995 14.8973 19.6578C14.6539 19.1578 13.304 16.6279 13.7721 16.1211C13.8945 15.9886 14.3263 16.1013 15.1899 16.3268C17.8488 17.021 21 15.5187 21 12.3464C21 9.53108 18.0333 7.52389 15.4649 8.20784C15.8052 7.59911 16 6.89237 16 6.13856C16 3.8529 14.2091 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C9.79086 2 8 3.8529 8 6.13856C8 6.89237 8.19479 7.59911 8.53513 8.20784C5.9581 7.52158 3 9.51116 3 12.3464C3 15.5508 6.13941 17.0241 8.81012 16.3268C9.67373 16.1013 10.1055 15.9886 10.2279 16.1211C10.696 16.6279 9.34611 19.1578 9.10267 19.6578C8.64426 20.5995 8.41506 21.0703 8.59267 21.3642C9.01463 22.0625 14.8121 22.3493 15.4073 21.3642C15.5849 21.0703 15.3557 20.5995 14.8973 19.6578C14.6539 19.1578 13.304 16.6279 13.7721 16.1211C13.8945 15.9886 14.3263 16.1013 15.1899 16.3268C17.8488 17.021 21 15.5187 21 12.3464C21 9.53108 18.0333 7.52389 15.4649 8.20784C15.8052 7.59911 16 6.89237 16 6.13856C16 3.8529 14.2091 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-cricket-bat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 14.4733C7 14.9338 7 15.1641 7.08576 15.3711C7.17152 15.5782 7.33434 15.741 7.65998 16.0666L7.93335 16.34C8.25899 16.6657 8.42181 16.8285 8.62886 16.9142C8.83591 17 9.06617 17 9.52669 17H10.38C11.0708 17 11.4162 17 11.7267 16.8714C12.0373 16.7427 12.2815 16.4985 12.77 16.01L20.5434 8.23666C21.2858 7.49425 21.657 7.12305 21.8285 6.70896C22.0572 6.15683 22.0572 5.53647 21.8285 4.98435C21.657 4.57025 21.2858 4.19905 20.5434 3.45665C19.8009 2.71425 19.4297 2.34305 19.0157 2.17152C18.4635 1.94283 17.8432 1.94283 17.291 2.17152C16.8769 2.34305 16.5057 2.71425 15.7633 3.45665L7.98997 11.23C7.50151 11.7185 7.25728 11.9627 7.12864 12.2733C7 12.5838 7 12.9292 7 13.62V14.4733Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.92517 15L2.42971 19.4955C1.85676 20.0684 1.85676 20.9973 2.42971 21.5703C3.00266 22.1432 3.93159 22.1432 4.50454 21.5703L9 17.0748%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 20L4 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%222.5%22 cy%3D%222.5%22 r%3D%222.5%22 transform%3D%22matrix(-1 0 0 1 21 16)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 14.4733C7 14.9338 7 15.1641 7.08576 15.3711C7.17152 15.5782 7.33434 15.741 7.65998 16.0666L7.93335 16.34C8.25899 16.6657 8.42181 16.8285 8.62886 16.9142C8.83591 17 9.06617 17 9.52669 17H10.38C11.0708 17 11.4162 17 11.7267 16.8714C12.0373 16.7427 12.2815 16.4985 12.77 16.01L20.5434 8.23666C21.2858 7.49425 21.657 7.12305 21.8285 6.70896C22.0572 6.15683 22.0572 5.53647 21.8285 4.98435C21.657 4.57025 21.2858 4.19905 20.5434 3.45665C19.8009 2.71425 19.4297 2.34305 19.0157 2.17152C18.4635 1.94283 17.8432 1.94283 17.291 2.17152C16.8769 2.34305 16.5057 2.71425 15.7633 3.45665L7.98997 11.23C7.50151 11.7185 7.25728 11.9627 7.12864 12.2733C7 12.5838 7 12.9292 7 13.62V14.4733Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.92517 15L2.42971 19.4955C1.85676 20.0684 1.85676 20.9973 2.42971 21.5703C3.00266 22.1432 3.93159 22.1432 4.50454 21.5703L9 17.0748%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 20L4 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%222.5%22 cy%3D%222.5%22 r%3D%222.5%22 transform%3D%22matrix(-1 0 0 1 21 16)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-cricket-helmet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 9.43911C19.6952 5.66379 16.0498 3 11.7568 3C6.36825 3 2 7.281 2 12.5619C2 15.503 3.35496 18.134 5.4865 19.888C6.83589 20.9984 8.24101 20.9851 9.93379 20.9851C11.1114 20.9851 12.7258 21.1962 13.4402 20.03C14.695 17.9818 12.2704 15.1302 13.8559 13.025C14.3237 12.4039 15.0997 12.0593 16.6516 11.3701L21 9.43911ZM21 9.43911L22 8.99503%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0078 17L9.99883 17%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15.9114L17.6345 16.4677C15.8154 16.6995 14.0804 15.6639 13.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12L16.6046 17.4417C16.7927 19.1343 16.8867 19.9805 17.4562 20.4903C18.0258 21 18.8772 21 20.5802 21H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 16L20.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 9.43911C19.6952 5.66379 16.0498 3 11.7568 3C6.36825 3 2 7.281 2 12.5619C2 15.503 3.35496 18.134 5.4865 19.888C6.83589 20.9984 8.24101 20.9851 9.93379 20.9851C11.1114 20.9851 12.7258 21.1962 13.4402 20.03C14.695 17.9818 12.2704 15.1302 13.8559 13.025C14.3237 12.4039 15.0997 12.0593 16.6516 11.3701L21 9.43911ZM21 9.43911L22 8.99503%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0078 17L9.99883 17%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15.9114L17.6345 16.4677C15.8154 16.6995 14.0804 15.6639 13.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12L16.6046 17.4417C16.7927 19.1343 16.8867 19.9805 17.4562 20.4903C18.0258 21 18.8772 21 20.5802 21H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 16L20.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-curling{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 15H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00232 20H16.9977C18.8661 20 19.8002 20 20.4961 19.5981C22.162 18.6358 21.9954 16.6878 21.9954 15C21.9954 13.3122 22.162 11.3642 20.4961 10.4019C20.2312 10.2489 19.9318 10.1542 19.5594 10.0955C19.262 10.0486 19.1132 10.0251 19.0161 9.95468C18.9189 9.88421 18.8587 9.7663 18.7383 9.53049L17.6078 7.31672C16.189 4.57414 15.2278 4 12.0551 4H7.6144C7.02446 4 6.40472 4.00228 6.14112 4.61732C5.95569 5.04998 5.95569 5.95002 6.14112 6.38268C6.40472 6.99772 7.02446 7 7.6144 7H11.718C13.3971 7 13.7145 7.81197 13.774 8.9998V8.99981C13.797 9.45941 13.8085 9.68921 13.6606 9.84461C13.5128 10 13.271 10 12.7874 10H7.00232C5.13395 10 4.19977 10 3.50394 10.4019C1.83797 11.3642 2.00463 13.3122 2.00463 15C2.00463 16.6878 1.83797 18.6358 3.50394 19.5981C4.19977 20 5.13395 20 7.00232 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 15H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00232 20H16.9977C18.8661 20 19.8002 20 20.4961 19.5981C22.162 18.6358 21.9954 16.6878 21.9954 15C21.9954 13.3122 22.162 11.3642 20.4961 10.4019C20.2312 10.2489 19.9318 10.1542 19.5594 10.0955C19.262 10.0486 19.1132 10.0251 19.0161 9.95468C18.9189 9.88421 18.8587 9.7663 18.7383 9.53049L17.6078 7.31672C16.189 4.57414 15.2278 4 12.0551 4H7.6144C7.02446 4 6.40472 4.00228 6.14112 4.61732C5.95569 5.04998 5.95569 5.95002 6.14112 6.38268C6.40472 6.99772 7.02446 7 7.6144 7H11.718C13.3971 7 13.7145 7.81197 13.774 8.9998V8.99981C13.797 9.45941 13.8085 9.68921 13.6606 9.84461C13.5128 10 13.271 10 12.7874 10H7.00232C5.13395 10 4.19977 10 3.50394 10.4019C1.83797 11.3642 2.00463 13.3122 2.00463 15C2.00463 16.6878 1.83797 18.6358 3.50394 19.5981C4.19977 20 5.13395 20 7.00232 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-dart{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 4.5L22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.06697 19.4071C1.99688 18.9866 1.96184 18.7763 2.06329 18.6134C2.16473 18.4506 2.3689 18.3893 2.77723 18.2668L7 17L5.73317 21.2228C5.61067 21.6311 5.54942 21.8353 5.38656 21.9367C5.2237 22.0382 5.01345 22.0031 4.59294 21.933L3.14369 21.6915C2.79801 21.6339 2.62517 21.6051 2.51005 21.49C2.39493 21.3748 2.36612 21.202 2.30851 20.8563L2.06697 19.4071Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 6L18 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.82023 15.9304L18.6643 9.44706C20.2341 8.41317 20.4597 6.19872 19.1306 4.86948C17.8015 3.54024 15.5873 3.76583 14.5535 5.33581L8.07079 15.1809C7.79101 15.6058 8.40284 16.2053 8.82023 15.9304Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 4.5L22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.06697 19.4071C1.99688 18.9866 1.96184 18.7763 2.06329 18.6134C2.16473 18.4506 2.3689 18.3893 2.77723 18.2668L7 17L5.73317 21.2228C5.61067 21.6311 5.54942 21.8353 5.38656 21.9367C5.2237 22.0382 5.01345 22.0031 4.59294 21.933L3.14369 21.6915C2.79801 21.6339 2.62517 21.6051 2.51005 21.49C2.39493 21.3748 2.36612 21.202 2.30851 20.8563L2.06697 19.4071Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 6L18 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.82023 15.9304L18.6643 9.44706C20.2341 8.41317 20.4597 6.19872 19.1306 4.86948C17.8015 3.54024 15.5873 3.76583 14.5535 5.33581L8.07079 15.1809C7.79101 15.6058 8.40284 16.2053 8.82023 15.9304Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-diamond{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.959 7.03438L8.04435 5.72804C10.1093 3.24268 11.1417 2 12.5 2C13.8583 2 14.8907 3.24268 16.9556 5.72803L18.041 7.03437C20.0137 9.4087 21 10.5959 21 12C21 13.4041 20.0137 14.5913 18.041 16.9656L16.9557 18.272C14.8907 20.7573 13.8583 22 12.5 22C11.1417 22 10.1093 20.7573 8.04435 18.272L6.95901 16.9656C4.98634 14.5913 4 13.4041 4 12C4 10.5959 4.98633 9.4087 6.959 7.03438Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.959 7.03438L8.04435 5.72804C10.1093 3.24268 11.1417 2 12.5 2C13.8583 2 14.8907 3.24268 16.9556 5.72803L18.041 7.03437C20.0137 9.4087 21 10.5959 21 12C21 13.4041 20.0137 14.5913 18.041 16.9656L16.9557 18.272C14.8907 20.7573 13.8583 22 12.5 22C11.1417 22 10.1093 20.7573 8.04435 18.272L6.95901 16.9656C4.98634 14.5913 4 13.4041 4 12C4 10.5959 4.98633 9.4087 6.959 7.03438Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-dice{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.341 13.159C9.68198 12.5 8.62132 12.5 6.5 12.5C4.37868 12.5 3.31802 12.5 2.65901 13.159M10.341 13.159C11 13.818 11 14.8787 11 17C11 19.1213 11 20.182 10.341 20.841M10.341 13.159V13.159ZM2.65901 13.159C2 13.818 2 14.8787 2 17C2 19.1213 2 20.182 2.65901 20.841M2.65901 13.159V13.159ZM2.65901 20.841C3.31802 21.5 4.37868 21.5 6.5 21.5C8.62132 21.5 9.68198 21.5 10.341 20.841M2.65901 20.841V20.841ZM10.341 20.841V20.841Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.2218 4.77817C16.7406 6.29696 17.5 7.05635 17.5 8C17.5 8.94365 16.7406 9.70304 15.2218 11.2218C13.703 12.7406 12.9436 13.5 12 13.5C11.0563 13.5 10.297 12.7406 8.77817 11.2218C7.25939 9.70304 6.5 8.94365 6.5 8C6.5 7.05635 7.25939 6.29696 8.77817 4.77817C10.297 3.25939 11.0563 2.5 12 2.5C12.9437 2.5 13.703 3.25939 15.2218 4.77817Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.341 13.159C20.682 12.5 19.6213 12.5 17.5 12.5C15.3787 12.5 14.318 12.5 13.659 13.159M21.341 13.159C22 13.818 22 14.8787 22 17C22 19.1213 22 20.182 21.341 20.841M21.341 13.159V13.159ZM13.659 13.159C13 13.818 13 14.8787 13 17C13 19.1213 13 20.182 13.659 20.841M13.659 13.159V13.159ZM13.659 20.841C14.318 21.5 15.3787 21.5 17.5 21.5C19.6213 21.5 20.682 21.5 21.341 20.841M13.659 20.841V20.841ZM21.341 20.841V20.841Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.0082 8L11.9993 8%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.341 13.159C9.68198 12.5 8.62132 12.5 6.5 12.5C4.37868 12.5 3.31802 12.5 2.65901 13.159M10.341 13.159C11 13.818 11 14.8787 11 17C11 19.1213 11 20.182 10.341 20.841M10.341 13.159V13.159ZM2.65901 13.159C2 13.818 2 14.8787 2 17C2 19.1213 2 20.182 2.65901 20.841M2.65901 13.159V13.159ZM2.65901 20.841C3.31802 21.5 4.37868 21.5 6.5 21.5C8.62132 21.5 9.68198 21.5 10.341 20.841M2.65901 20.841V20.841ZM10.341 20.841V20.841Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.2218 4.77817C16.7406 6.29696 17.5 7.05635 17.5 8C17.5 8.94365 16.7406 9.70304 15.2218 11.2218C13.703 12.7406 12.9436 13.5 12 13.5C11.0563 13.5 10.297 12.7406 8.77817 11.2218C7.25939 9.70304 6.5 8.94365 6.5 8C6.5 7.05635 7.25939 6.29696 8.77817 4.77817C10.297 3.25939 11.0563 2.5 12 2.5C12.9437 2.5 13.703 3.25939 15.2218 4.77817Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.341 13.159C20.682 12.5 19.6213 12.5 17.5 12.5C15.3787 12.5 14.318 12.5 13.659 13.159M21.341 13.159C22 13.818 22 14.8787 22 17C22 19.1213 22 20.182 21.341 20.841M21.341 13.159V13.159ZM13.659 13.159C13 13.818 13 14.8787 13 17C13 19.1213 13 20.182 13.659 20.841M13.659 13.159V13.159ZM13.659 20.841C14.318 21.5 15.3787 21.5 17.5 21.5C19.6213 21.5 20.682 21.5 21.341 20.841M13.659 20.841V20.841ZM21.341 20.841V20.841Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.0082 8L11.9993 8%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-domino{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 16C19 18.8284 19 20.2426 17.9749 21.1213C16.9497 22 15.2998 22 12 22C8.70017 22 7.05025 22 6.02513 21.1213C5 20.2426 5 18.8284 5 16L5 8C5 5.17157 5 3.75736 6.02513 2.87868C7.05026 2 8.70017 2 12 2C15.2998 2 16.9497 2 17.9749 2.87868C19 3.75736 19 5.17157 19 8L19 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 18H14.491M9.50115 16L9.49219 16%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0078 7L11.9988 7%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12L5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 16C19 18.8284 19 20.2426 17.9749 21.1213C16.9497 22 15.2998 22 12 22C8.70017 22 7.05025 22 6.02513 21.1213C5 20.2426 5 18.8284 5 16L5 8C5 5.17157 5 3.75736 6.02513 2.87868C7.05026 2 8.70017 2 12 2C15.2998 2 16.9497 2 17.9749 2.87868C19 3.75736 19 5.17157 19 8L19 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 18H14.491M9.50115 16L9.49219 16%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0078 7L11.9988 7%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12L5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-ds3-tool{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00572 18.0063C5.16174 15.5109 5.62111 13.6848 6.01036 12.6241C6.20688 12.0886 6.62968 11.6898 7.17097 11.5562C10.1746 10.8146 13.8254 10.8146 16.829 11.5562C17.3703 11.6898 17.7931 12.0886 17.9896 12.6241C18.3789 13.6848 18.8383 15.5109 18.9943 18.0063C19.0868 19.4855 18.0439 20.3148 16.8601 20.9233C16.5119 21.1023 16.0884 20.9572 15.9143 20.5992L15.0923 18.9089C14.9257 18.5662 14.5755 18.3484 14.1913 18.3484H9.80865C9.42452 18.3484 9.07434 18.5662 8.90771 18.9089L8.08569 20.5992C7.91158 20.9572 7.48815 21.1023 7.13993 20.9233C5.95613 20.3148 4.91323 19.4855 5.00572 18.0063Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15V11C22 7.22876 22 5.34315 20.8284 4.17157C19.6569 3 17.7712 3 14 3H10C6.22876 3 4.34315 3 3.17157 4.17157C2 5.34315 2 7.22876 2 11V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 6H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00801 15L8.99902 15%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.008 15L14.999 15%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00572 18.0063C5.16174 15.5109 5.62111 13.6848 6.01036 12.6241C6.20688 12.0886 6.62968 11.6898 7.17097 11.5562C10.1746 10.8146 13.8254 10.8146 16.829 11.5562C17.3703 11.6898 17.7931 12.0886 17.9896 12.6241C18.3789 13.6848 18.8383 15.5109 18.9943 18.0063C19.0868 19.4855 18.0439 20.3148 16.8601 20.9233C16.5119 21.1023 16.0884 20.9572 15.9143 20.5992L15.0923 18.9089C14.9257 18.5662 14.5755 18.3484 14.1913 18.3484H9.80865C9.42452 18.3484 9.07434 18.5662 8.90771 18.9089L8.08569 20.5992C7.91158 20.9572 7.48815 21.1023 7.13993 20.9233C5.95613 20.3148 4.91323 19.4855 5.00572 18.0063Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15V11C22 7.22876 22 5.34315 20.8284 4.17157C19.6569 3 17.7712 3 14 3H10C6.22876 3 4.34315 3 3.17157 4.17157C2 5.34315 2 7.22876 2 11V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 6H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00801 15L8.99902 15%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.008 15L14.999 15%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-fencing-mask{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9996 20C15.5002 20 20 14.2944 20 9.84106C20 4.64401 16.5709 1.98287 11.9996 2C7.42842 2.01713 4 4.64399 4 9.84104C4 14.2944 8.49907 20 11.9996 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 8C8 10 16 10 19.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 13C8 15 16 15 19.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16C6 18.4 5 20.8 3 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 16C18 18.4 19 20.8 21 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9996 20C15.5002 20 20 14.2944 20 9.84106C20 4.64401 16.5709 1.98287 11.9996 2C7.42842 2.01713 4 4.64399 4 9.84104C4 14.2944 8.49907 20 11.9996 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 8C8 10 16 10 19.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 13C8 15 16 15 19.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16C6 18.4 5 20.8 3 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 16C18 18.4 19 20.8 21 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-fencing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.88673 15.6009L2.72303 18.5907C2.56872 18.7001 2.42869 18.8285 2.30621 18.9728C1.33417 20.1179 2.8868 21.6661 4.03001 20.6924C4.17151 20.5719 4.29775 20.4344 4.40576 20.283L7.38448 16.0995M9.01217 14.006C7.05577 12.0464 4.94319 13.6542 4.94319 13.6542C4.94319 13.6542 5.9327 14.6453 7.15333 15.868C8.37395 17.0906 9.31531 18.0335 9.31531 18.0335C9.31531 18.0335 10.9686 15.9657 9.01217 14.006ZM9.01217 14.006L20 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.1133 15.6009L21.277 18.5907C21.4313 18.7001 21.5713 18.8285 21.6938 18.9728C22.6658 20.1179 21.1132 21.666 19.97 20.6924C19.8285 20.5719 19.7023 20.4344 19.5942 20.283L16.6155 16.0995M14.9878 14.006C16.9442 12.0464 19.0568 13.6542 19.0568 13.6542C19.0568 13.6542 18.0673 14.6453 16.8467 15.868C15.626 17.0906 14.6847 18.0335 14.6847 18.0335C14.6847 18.0335 13.0314 15.9657 14.9878 14.006ZM14.9878 14.006L4 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.88673 15.6009L2.72303 18.5907C2.56872 18.7001 2.42869 18.8285 2.30621 18.9728C1.33417 20.1179 2.8868 21.6661 4.03001 20.6924C4.17151 20.5719 4.29775 20.4344 4.40576 20.283L7.38448 16.0995M9.01217 14.006C7.05577 12.0464 4.94319 13.6542 4.94319 13.6542C4.94319 13.6542 5.9327 14.6453 7.15333 15.868C8.37395 17.0906 9.31531 18.0335 9.31531 18.0335C9.31531 18.0335 10.9686 15.9657 9.01217 14.006ZM9.01217 14.006L20 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.1133 15.6009L21.277 18.5907C21.4313 18.7001 21.5713 18.8285 21.6938 18.9728C22.6658 20.1179 21.1132 21.666 19.97 20.6924C19.8285 20.5719 19.7023 20.4344 19.5942 20.283L16.6155 16.0995M14.9878 14.006C16.9442 12.0464 19.0568 13.6542 19.0568 13.6542C19.0568 13.6542 18.0673 14.6453 16.8467 15.868C15.626 17.0906 14.6847 18.0335 14.6847 18.0335C14.6847 18.0335 13.0314 15.9657 14.9878 14.006ZM14.9878 14.006L4 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-fins{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.4711 19.9634C10.8851 15.8356 11.4912 7.3524 10.6271 3.69484L9 4.5C9 4.5 7.76992 3 6.49953 3C5.22914 3 4 4.5 4 4.5L2.3727 3.69484C1.5086 7.35252 2.11482 15.8358 4.52945 19.9634C5.33792 21.3455 7.66279 21.3456 8.4711 19.9634Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5289 4.03657C13.1149 8.1644 12.5088 16.6476 13.3729 20.3052L15 19.5C15 19.5 16.2301 21 17.5005 21C18.7709 21 20 19.5 20 19.5L21.6273 20.3052C22.4914 16.6475 21.8852 8.16425 19.4706 4.03657C18.6621 2.65454 16.3372 2.6544 15.5289 4.03657Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 17V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 8V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.4711 19.9634C10.8851 15.8356 11.4912 7.3524 10.6271 3.69484L9 4.5C9 4.5 7.76992 3 6.49953 3C5.22914 3 4 4.5 4 4.5L2.3727 3.69484C1.5086 7.35252 2.11482 15.8358 4.52945 19.9634C5.33792 21.3455 7.66279 21.3456 8.4711 19.9634Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5289 4.03657C13.1149 8.1644 12.5088 16.6476 13.3729 20.3052L15 19.5C15 19.5 16.2301 21 17.5005 21C18.7709 21 20 19.5 20 19.5L21.6273 20.3052C22.4914 16.6475 21.8852 8.16425 19.4706 4.03657C18.6621 2.65454 16.3372 2.6544 15.5289 4.03657Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 17V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 8V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-football-pitch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 8.57143C2 6.41644 2 5.33894 2.58579 4.66947C3.17157 4 4.11438 4 6 4H18C19.8856 4 20.8284 4 21.4142 4.66947C22 5.33894 22 6.41644 22 8.57143V15.4286C22 17.5836 22 18.6611 21.4142 19.3305C20.8284 20 19.8856 20 18 20H6C4.11438 20 3.17157 20 2.58579 19.3305C2 18.6611 2 17.5836 2 15.4286V8.57143Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10V5M12 14V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9H19.5C18.9477 9 18.5 9.44772 18.5 10V14C18.5 14.5523 18.9477 15 19.5 15H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9H4.5C5.05228 9 5.5 9.44772 5.5 10V14C5.5 14.5523 5.05228 15 4.5 15H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 8.57143C2 6.41644 2 5.33894 2.58579 4.66947C3.17157 4 4.11438 4 6 4H18C19.8856 4 20.8284 4 21.4142 4.66947C22 5.33894 22 6.41644 22 8.57143V15.4286C22 17.5836 22 18.6611 21.4142 19.3305C20.8284 20 19.8856 20 18 20H6C4.11438 20 3.17157 20 2.58579 19.3305C2 18.6611 2 17.5836 2 15.4286V8.57143Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10V5M12 14V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9H19.5C18.9477 9 18.5 9.44772 18.5 10V14C18.5 14.5523 18.9477 15 19.5 15H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9H4.5C5.05228 9 5.5 9.44772 5.5 10V14C5.5 14.5523 5.05228 15 4.5 15H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-football{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.7077 9.34893C11.882 9.21702 12.118 9.21702 12.2923 9.34893L14.545 11.054C14.7193 11.1859 14.7922 11.4197 14.7256 11.6332L13.8652 14.3921C13.7986 14.6055 13.6077 14.75 13.3923 14.75H10.6077C10.3923 14.75 10.2014 14.6055 10.1348 14.3921L9.27437 11.6332C9.20781 11.4197 9.28073 11.1859 9.45499 11.054L11.7077 9.34893Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 9V5M15 11L19 9.5M14 15L16 18M10 14.5L8 17M9 11.5L5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2.5L12.0165 4.62241L15 2.5M2 12.7998L5.19655 10.4388L3.55548 6.72045M19.4703 18.8531L15.6158 18.1555L14.2655 22M20.0298 6.19586L18.8035 9.38978L22 11.7507M8.00992 21.4059L8.05142 17.1665L4.00331 17.21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.7077 9.34893C11.882 9.21702 12.118 9.21702 12.2923 9.34893L14.545 11.054C14.7193 11.1859 14.7922 11.4197 14.7256 11.6332L13.8652 14.3921C13.7986 14.6055 13.6077 14.75 13.3923 14.75H10.6077C10.3923 14.75 10.2014 14.6055 10.1348 14.3921L9.27437 11.6332C9.20781 11.4197 9.28073 11.1859 9.45499 11.054L11.7077 9.34893Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 9V5M15 11L19 9.5M14 15L16 18M10 14.5L8 17M9 11.5L5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 2.5L12.0165 4.62241L15 2.5M2 12.7998L5.19655 10.4388L3.55548 6.72045M19.4703 18.8531L15.6158 18.1555L14.2655 22M20.0298 6.19586L18.8035 9.38978L22 11.7507M8.00992 21.4059L8.05142 17.1665L4.00331 17.21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-game-controller-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 13H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.1526 20.9174C22.0143 20.3289 22.5597 16.7547 21.3708 12.9344C20.1819 9.11398 17.709 6.49405 15.8474 7.08259C14.6972 7.44619 14.6438 8.86174 13.6968 9.378C13.473 9.5 13.1595 9.5 12.5324 9.5H11.4676C10.8405 9.5 10.527 9.5 10.3032 9.378C9.35625 8.86174 9.30278 7.44619 8.15264 7.08259C6.29102 6.49405 3.8181 9.11398 2.62922 12.9344C1.44035 16.7547 1.98573 20.3289 3.84736 20.9174C5.20631 21.347 6.891 20.067 8.16417 17.8583C9.01333 16.3851 9.39787 16 11.1039 16H12.8961C14.6021 16 14.9867 16.3851 15.8358 17.8583C17.109 20.067 18.7937 21.347 20.1526 20.9174Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 13H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.1526 20.9174C22.0143 20.3289 22.5597 16.7547 21.3708 12.9344C20.1819 9.11398 17.709 6.49405 15.8474 7.08259C14.6972 7.44619 14.6438 8.86174 13.6968 9.378C13.473 9.5 13.1595 9.5 12.5324 9.5H11.4676C10.8405 9.5 10.527 9.5 10.3032 9.378C9.35625 8.86174 9.30278 7.44619 8.15264 7.08259C6.29102 6.49405 3.8181 9.11398 2.62922 12.9344C1.44035 16.7547 1.98573 20.3289 3.84736 20.9174C5.20631 21.347 6.891 20.067 8.16417 17.8583C9.01333 16.3851 9.39787 16 11.1039 16H12.8961C14.6021 16 14.9867 16.3851 15.8358 17.8583C17.109 20.067 18.7937 21.347 20.1526 20.9174Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-game-controller-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 16C17.5 17.1046 16.6046 18 15.5 18C14.3954 18 13.5 17.1046 13.5 16C13.5 14.8954 14.3954 14 15.5 14C16.6046 14 17.5 14.8954 17.5 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 16C10.5 17.1046 9.60457 18 8.5 18C7.39543 18 6.5 17.1046 6.5 16C6.5 14.8954 7.39543 14 8.5 14C9.60457 14 10.5 14.8954 10.5 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.16417 17.8583C6.891 20.067 5.20631 21.347 3.84736 20.9174C1.98573 20.3289 1.44035 16.7547 2.62922 12.9344C3.8181 9.11398 6.29102 6.49405 8.15264 7.08259C9.30278 7.44619 9.35625 8.86174 10.3032 9.378C10.527 9.5 10.8405 9.5 11.4676 9.5H12.5324C13.1595 9.5 13.473 9.5 13.6968 9.378C14.6438 8.86174 14.6972 7.44619 15.8474 7.08259C17.709 6.49405 20.1819 9.11398 21.3708 12.9344C22.5597 16.7547 22.0143 20.3289 20.1526 20.9174C18.7937 21.347 17.109 20.067 15.8358 17.8583M11.1039 16H12.8961%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 3V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 16C17.5 17.1046 16.6046 18 15.5 18C14.3954 18 13.5 17.1046 13.5 16C13.5 14.8954 14.3954 14 15.5 14C16.6046 14 17.5 14.8954 17.5 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 16C10.5 17.1046 9.60457 18 8.5 18C7.39543 18 6.5 17.1046 6.5 16C6.5 14.8954 7.39543 14 8.5 14C9.60457 14 10.5 14.8954 10.5 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.16417 17.8583C6.891 20.067 5.20631 21.347 3.84736 20.9174C1.98573 20.3289 1.44035 16.7547 2.62922 12.9344C3.8181 9.11398 6.29102 6.49405 8.15264 7.08259C9.30278 7.44619 9.35625 8.86174 10.3032 9.378C10.527 9.5 10.8405 9.5 11.4676 9.5H12.5324C13.1595 9.5 13.473 9.5 13.6968 9.378C14.6438 8.86174 14.6972 7.44619 15.8474 7.08259C17.709 6.49405 20.1819 9.11398 21.3708 12.9344C22.5597 16.7547 22.0143 20.3289 20.1526 20.9174C18.7937 21.347 17.109 20.067 15.8358 17.8583M11.1039 16H12.8961%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 3V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-game-controller-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.00825 15.8092C2.23114 12.3161 2.88737 9.7599 3.44345 8.27511C3.72419 7.5255 4.32818 6.96728 5.10145 6.78021C9.40147 5.73993 14.5986 5.73993 18.8986 6.78021C19.6719 6.96728 20.2759 7.5255 20.5566 8.27511C21.1127 9.7599 21.7689 12.3161 21.9918 15.8092C22.1251 17.8989 20.6148 19.0503 18.9429 19.8925C17.878 20.4289 17.0591 18.8457 16.5155 17.6203C16.2185 16.9508 15.5667 16.5356 14.8281 16.5356H9.17196C8.43331 16.5356 7.78158 16.9508 7.48456 17.6203C6.94089 18.8457 6.122 20.4289 5.05711 19.8925C3.40215 19.0588 1.87384 17.9157 2.00825 15.8092Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 4.5L6.96285 4M19 4.5L17 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13L7.5 11.5M7.5 11.5L6 10M7.5 11.5L6 13M7.5 11.5L9 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9881 10H15.9971%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9881 13H17.9971%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.00825 15.8092C2.23114 12.3161 2.88737 9.7599 3.44345 8.27511C3.72419 7.5255 4.32818 6.96728 5.10145 6.78021C9.40147 5.73993 14.5986 5.73993 18.8986 6.78021C19.6719 6.96728 20.2759 7.5255 20.5566 8.27511C21.1127 9.7599 21.7689 12.3161 21.9918 15.8092C22.1251 17.8989 20.6148 19.0503 18.9429 19.8925C17.878 20.4289 17.0591 18.8457 16.5155 17.6203C16.2185 16.9508 15.5667 16.5356 14.8281 16.5356H9.17196C8.43331 16.5356 7.78158 16.9508 7.48456 17.6203C6.94089 18.8457 6.122 20.4289 5.05711 19.8925C3.40215 19.0588 1.87384 17.9157 2.00825 15.8092Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 4.5L6.96285 4M19 4.5L17 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13L7.5 11.5M7.5 11.5L6 10M7.5 11.5L6 13M7.5 11.5L9 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9881 10H15.9971%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9881 13H17.9971%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-gem{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.85221 21.0098L5.44108 18.227C3.62622 17.0821 2.71879 16.5097 2.53271 15.569C2.34663 14.6284 2.96172 13.723 4.1919 11.9122L8.60303 5.41914C10.1516 3.13971 10.9259 2 12 2C13.0741 2 13.8484 3.13971 15.397 5.41914L19.8081 11.9122C21.0383 13.723 21.6534 14.6284 21.4673 15.569C21.2812 16.5097 20.3738 17.0821 18.5589 18.227L14.1478 21.0098C13.1014 21.6699 12.5781 22 12 22C11.4219 22 10.8986 21.6699 9.85221 21.0098Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2L14 14M21 15.569L14 14M12 22L14 14M3 15.569L14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.85221 21.0098L5.44108 18.227C3.62622 17.0821 2.71879 16.5097 2.53271 15.569C2.34663 14.6284 2.96172 13.723 4.1919 11.9122L8.60303 5.41914C10.1516 3.13971 10.9259 2 12 2C13.0741 2 13.8484 3.13971 15.397 5.41914L19.8081 11.9122C21.0383 13.723 21.6534 14.6284 21.4673 15.569C21.2812 16.5097 20.3738 17.0821 18.5589 18.227L14.1478 21.0098C13.1014 21.6699 12.5781 22 12 22C11.4219 22 10.8986 21.6699 9.85221 21.0098Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2L14 14M21 15.569L14 14M12 22L14 14M3 15.569L14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-golf-ball{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%229%22 r%3D%227%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0078 7L9.99883 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 18C10.5 18 12 19.4617 12 22C12 19.4617 13.5 18 15 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%229%22 r%3D%227%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0078 7L9.99883 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 18C10.5 18 12 19.4617 12 22C12 19.4617 13.5 18 15 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-golf-bat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.47095 17.263L12 20.9742C11.6197 21.3637 11.255 21.7646 10.7178 21.9214C10.4486 22 10.1597 22 9.58202 22H6.64577C5.12431 22 3.69593 21.514 3.15891 19.9348C2.65447 18.4514 3.35188 15.9891 5.23816 16C5.93452 16.0041 6.44666 16.4237 7.47095 17.263Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21L16.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6206 3.42288L16.1333 9.00001C16.0557 9.29111 16.1934 9.59668 16.4628 9.73142C16.7642 9.8821 17.1308 9.77111 17.298 9.47856L20.1617 4.46705C20.5954 3.70809 20.2263 2.7421 19.397 2.46568C18.6397 2.21323 17.8263 2.65152 17.6206 3.42288Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.47095 17.263L12 20.9742C11.6197 21.3637 11.255 21.7646 10.7178 21.9214C10.4486 22 10.1597 22 9.58202 22H6.64577C5.12431 22 3.69593 21.514 3.15891 19.9348C2.65447 18.4514 3.35188 15.9891 5.23816 16C5.93452 16.0041 6.44666 16.4237 7.47095 17.263Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21L16.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6206 3.42288L16.1333 9.00001C16.0557 9.29111 16.1934 9.59668 16.4628 9.73142C16.7642 9.8821 17.1308 9.77111 17.298 9.47856L20.1617 4.46705C20.5954 3.70809 20.2263 2.7421 19.397 2.46568C18.6397 2.21323 17.8263 2.65152 17.6206 3.42288Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-golf-hole{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.4911 17.0156C5.84748 17.4131 4 18.3887 4 19.445C4 20.8675 7.35122 22.0208 11.4852 22.0208C15.6191 22.0208 18.9703 20.8675 18.9703 19.445C18.9703 18.3234 16.8875 17.3692 13.9802 17.0156%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9801 19.0491C11.0629 11.8749 10.7825 5.15914 11.1509 2.90978C11.4307 2.11296 11.9221 1.31596 15.1485 3.08439L17.3292 4.15298C18.671 4.81052 20.5386 5.85885 19.7702 7.14044C19.4205 7.72368 18.6244 8.37527 17.07 9.03771L10.9781 12.0049%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.4911 17.0156C5.84748 17.4131 4 18.3887 4 19.445C4 20.8675 7.35122 22.0208 11.4852 22.0208C15.6191 22.0208 18.9703 20.8675 18.9703 19.445C18.9703 18.3234 16.8875 17.3692 13.9802 17.0156%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9801 19.0491C11.0629 11.8749 10.7825 5.15914 11.1509 2.90978C11.4307 2.11296 11.9221 1.31596 15.1485 3.08439L17.3292 4.15298C18.671 4.81052 20.5386 5.85885 19.7702 7.14044C19.4205 7.72368 18.6244 8.37527 17.07 9.03771L10.9781 12.0049%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-greek-helmet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 14C7 14 5.83322 17.6296 5.99988 19C4.14859 17.1983 3 14.6877 3 11.9108C3 6.76287 6.94721 2.53019 12.001 2.03275C12.4478 1.98877 12.6712 1.96677 12.8354 2.11575C13.3348 2.56889 12.9996 4.36144 12.9996 4.96193C13.7789 4.30632 15.0114 2.72457 16.0759 2.57041C16.358 2.52957 16.58 2.62656 17.0239 2.82052C18.6063 3.51193 19.974 4.59861 21 5.95462C21 5.95462 17.5 6.48813 16.9994 8.9327%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.1566 12.658C19.789 9.67865 17.7759 8 14.4972 8C9.90074 8 7.84028 13.0457 9.7103 17.0916C9.96239 17.6371 9.73364 18.3581 9.5865 18.907C9.10408 20.7065 8.86287 21.6063 9.08073 21.8176C9.2986 22.0289 10.0823 21.7996 11.6497 21.3409C13.0596 20.9284 15.0623 19.8633 16.5629 20.0289C17.493 20.1316 20.0349 22.4885 20.8339 21.9082C21.1025 21.7132 21.0072 21.2394 20.8167 20.2919L20.385 18.1442C20.2456 17.4512 20.0588 17.3686 19.3707 17.225C18.1757 16.9757 17.2936 16.2442 16.8599 15.7039C16.6029 15.3838 16.6536 15.1174 16.9265 14.8268C17.6835 14.0208 18.4639 13.7839 19.1785 13.716C19.9976 13.6382 20.2609 13.5026 20.1566 12.658Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 14C7 14 5.83322 17.6296 5.99988 19C4.14859 17.1983 3 14.6877 3 11.9108C3 6.76287 6.94721 2.53019 12.001 2.03275C12.4478 1.98877 12.6712 1.96677 12.8354 2.11575C13.3348 2.56889 12.9996 4.36144 12.9996 4.96193C13.7789 4.30632 15.0114 2.72457 16.0759 2.57041C16.358 2.52957 16.58 2.62656 17.0239 2.82052C18.6063 3.51193 19.974 4.59861 21 5.95462C21 5.95462 17.5 6.48813 16.9994 8.9327%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.1566 12.658C19.789 9.67865 17.7759 8 14.4972 8C9.90074 8 7.84028 13.0457 9.7103 17.0916C9.96239 17.6371 9.73364 18.3581 9.5865 18.907C9.10408 20.7065 8.86287 21.6063 9.08073 21.8176C9.2986 22.0289 10.0823 21.7996 11.6497 21.3409C13.0596 20.9284 15.0623 19.8633 16.5629 20.0289C17.493 20.1316 20.0349 22.4885 20.8339 21.9082C21.1025 21.7132 21.0072 21.2394 20.8167 20.2919L20.385 18.1442C20.2456 17.4512 20.0588 17.3686 19.3707 17.225C18.1757 16.9757 17.2936 16.2442 16.8599 15.7039C16.6029 15.3838 16.6536 15.1174 16.9265 14.8268C17.6835 14.0208 18.4639 13.7839 19.1785 13.716C19.9976 13.6382 20.2609 13.5026 20.1566 12.658Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-gun{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3882 10.5688L8.79732 17.2511C8.75319 17.4365 8.73112 17.5292 8.71527 17.6205C8.61639 18.1898 8.68403 18.7755 8.91005 19.3073C8.9463 19.3926 8.9889 19.4778 9.07412 19.6482C9.1303 19.7606 9.15839 19.8168 9.17103 19.8601C9.25397 20.1449 9.07232 20.4388 8.78058 20.4919C8.73614 20.5 8.67371 20.5 8.54885 20.5C7.40755 20.5 5.5236 20.5 4.52785 20.5C3.36423 20.5 2.78242 20.5 2.48609 20.1181C2.18976 19.7361 2.33087 19.1681 2.61309 18.032L3.96647 12.5841C4.22077 11.5604 3.45143 10.5688 2.40292 10.5688C2.18039 10.5688 2 10.3872 2 10.1633V7.58942C2 5.12449 2.51119 4.61005 4.96053 4.61005H18.1677C18.7887 4.61005 19.257 4.46352 19.7632 4.1239C20.3544 3.72724 21.0829 3.00608 21.6191 4.00889C22.1576 5.0161 22.187 9.24315 21.3033 10.1325C20.8698 10.5688 20.172 10.5688 18.7764 10.5688H10.3882ZM10.3882 10.5688H8.90791%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 14.5H9.87689C10.8276 14.5 11.303 14.5 11.7196 14.4102C12.9146 14.1527 13.9263 13.3628 14.466 12.2659C14.6541 11.8835 14.7694 11.4224 15 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 7.5H4.02786C5.23068 7.5 5.83209 7.5 6.31539 7.2013C6.7987 6.9026 7.06766 6.36469 7.60557 5.28885L8 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 7.5L19 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3882 10.5688L8.79732 17.2511C8.75319 17.4365 8.73112 17.5292 8.71527 17.6205C8.61639 18.1898 8.68403 18.7755 8.91005 19.3073C8.9463 19.3926 8.9889 19.4778 9.07412 19.6482C9.1303 19.7606 9.15839 19.8168 9.17103 19.8601C9.25397 20.1449 9.07232 20.4388 8.78058 20.4919C8.73614 20.5 8.67371 20.5 8.54885 20.5C7.40755 20.5 5.5236 20.5 4.52785 20.5C3.36423 20.5 2.78242 20.5 2.48609 20.1181C2.18976 19.7361 2.33087 19.1681 2.61309 18.032L3.96647 12.5841C4.22077 11.5604 3.45143 10.5688 2.40292 10.5688C2.18039 10.5688 2 10.3872 2 10.1633V7.58942C2 5.12449 2.51119 4.61005 4.96053 4.61005H18.1677C18.7887 4.61005 19.257 4.46352 19.7632 4.1239C20.3544 3.72724 21.0829 3.00608 21.6191 4.00889C22.1576 5.0161 22.187 9.24315 21.3033 10.1325C20.8698 10.5688 20.172 10.5688 18.7764 10.5688H10.3882ZM10.3882 10.5688H8.90791%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 14.5H9.87689C10.8276 14.5 11.303 14.5 11.7196 14.4102C12.9146 14.1527 13.9263 13.3628 14.466 12.2659C14.6541 11.8835 14.7694 11.4224 15 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 7.5H4.02786C5.23068 7.5 5.83209 7.5 6.31539 7.2013C6.7987 6.9026 7.06766 6.36469 7.60557 5.28885L8 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 7.5L19 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-gymnastic{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 10C14.2791 10.0578 14.0631 10.128 13.8528 10.2099M17.5 10C20.0878 10.6767 22 13.0635 22 15.904C22 19.2707 19.3137 22 16 22C15.2987 22 14.6256 21.8778 14 21.6531M10.5 13.4638C10.1784 14.211 10 15.0363 10 15.904C10 16.8324 10.2043 17.7124 10.5697 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9977 7C17.4153 7 18.2027 10.4981 16.6484 10.9238C16.2777 11.0254 15.7176 11.0254 15.3469 10.9238C13.7946 10.4986 14.5939 7 15.9977 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 10C3.91216 10.6767 2 13.0635 2 15.904C2 19.2707 4.68629 22 8 22C11.3137 22 14 19.2707 14 15.904C14 13.0635 12.0878 10.6767 9.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.99767 7C9.41527 7 10.2027 10.4981 8.6484 10.9238C8.2777 11.0254 7.71764 11.0254 7.34695 10.9238C5.79459 10.4986 6.59392 7 7.99767 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 10C14.2791 10.0578 14.0631 10.128 13.8528 10.2099M17.5 10C20.0878 10.6767 22 13.0635 22 15.904C22 19.2707 19.3137 22 16 22C15.2987 22 14.6256 21.8778 14 21.6531M10.5 13.4638C10.1784 14.211 10 15.0363 10 15.904C10 16.8324 10.2043 17.7124 10.5697 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9977 7C17.4153 7 18.2027 10.4981 16.6484 10.9238C16.2777 11.0254 15.7176 11.0254 15.3469 10.9238C13.7946 10.4986 14.5939 7 15.9977 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 10C3.91216 10.6767 2 13.0635 2 15.904C2 19.2707 4.68629 22 8 22C11.3137 22 14 19.2707 14 15.904C14 13.0635 12.0878 10.6767 9.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.99767 7C9.41527 7 10.2027 10.4981 8.6484 10.9238C8.2777 11.0254 7.71764 11.0254 7.34695 10.9238C5.79459 10.4986 6.59392 7 7.99767 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-hockey{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.8614 19.224L20.8481 3.72126C21.1689 3.16783 20.9654 2.47169 20.3905 2.15561C19.8259 1.8452 19.1047 2.01295 18.754 2.53628L8.61227 17.6689C8.23552 18.2311 7.46084 18.4113 6.85433 18.0778C6.04998 17.6356 6.17032 16.8476 6.44582 16.1473C6.70887 15.4787 6.42574 14.727 5.77639 14.37C4.91469 13.8963 4.03029 14.3288 3.57111 15.0861C2.25235 17.2611 3.35339 20.3548 5.48365 21.526C7.75091 22.7724 10.5962 21.4065 11.8614 19.224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2218.5%22 cy%3D%2219.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7L18 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.8614 19.224L20.8481 3.72126C21.1689 3.16783 20.9654 2.47169 20.3905 2.15561C19.8259 1.8452 19.1047 2.01295 18.754 2.53628L8.61227 17.6689C8.23552 18.2311 7.46084 18.4113 6.85433 18.0778C6.04998 17.6356 6.17032 16.8476 6.44582 16.1473C6.70887 15.4787 6.42574 14.727 5.77639 14.37C4.91469 13.8963 4.03029 14.3288 3.57111 15.0861C2.25235 17.2611 3.35339 20.3548 5.48365 21.526C7.75091 22.7724 10.5962 21.4065 11.8614 19.224Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2218.5%22 cy%3D%2219.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7L18 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-ice-hockey{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6341 16.5168L22 3M17.5475 3L12.3738 12.7865C11.7391 13.9871 11.3456 14.149 10.0348 13.749C8.36082 13.2381 5.01415 11.4686 3.34756 12.2423C1.6805 13.0162 1.54011 18.1781 3.03845 19.2361C4.71629 20.4208 9.68674 19.9937 11.7961 19.5103%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13L6 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19C12 17.3453 12.3453 17 14 17H18C19.6547 17 20 17.3453 20 19C20 20.6547 19.6547 21 18 21H14C12.3453 21 12 20.6547 12 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6341 16.5168L22 3M17.5475 3L12.3738 12.7865C11.7391 13.9871 11.3456 14.149 10.0348 13.749C8.36082 13.2381 5.01415 11.4686 3.34756 12.2423C1.6805 13.0162 1.54011 18.1781 3.03845 19.2361C4.71629 20.4208 9.68674 19.9937 11.7961 19.5103%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13L6 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19C12 17.3453 12.3453 17 14 17H18C19.6547 17 20 17.3453 20 19C20 20.6547 19.6547 21 18 21H14C12.3453 21 12 20.6547 12 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-ice-skating{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.49482 13.5H6.12759C7.47974 13.5 7.51 13.5078 8.56559 14.3288M3.49482 13.5C3.45895 13.4054 3.42023 13.309 3.37845 13.2105C2.45392 11.0305 3.44009 9.19682 4.0359 8.21888C4.51254 7.43652 4.80002 6.26667 4.65225 5.44804C6.77249 2.92168 10.2822 2.83339 11.7752 3.10505C11.9396 4.6942 13.0079 8.68748 14.9597 10.4193C16.9115 12.151 21 12.92 21 14.4736C21 15.8943 20.3714 17 18.8254 17H14.0587C13.0389 17 12.529 17 12.0558 16.8376C11.5825 16.6752 11.18 16.3622 10.3751 15.7361L8.58332 14.3426C8.57738 14.3379 8.57147 14.3333 8.56559 14.3288M3.49482 13.5C3.88445 14.5268 3.93897 15.3255 3.92941 16.0007C3.92279 16.4683 3.91948 16.7021 4.06634 16.851C4.21321 17 4.44232 17 4.90055 17H6.71922C7.2639 17 7.53624 17 7.68044 16.865C7.82464 16.73 7.84662 16.3961 7.89059 15.7282C7.92574 15.1945 8.08922 14.6288 8.56559 14.3288%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 9.5L13 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 7L11 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.0293 17L20.6302 17.8C21.6792 19.1963 22.2036 19.8944 21.9268 20.4472C21.6499 21 20.7758 21 19.0276 21H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17V21M6 17V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.49482 13.5H6.12759C7.47974 13.5 7.51 13.5078 8.56559 14.3288M3.49482 13.5C3.45895 13.4054 3.42023 13.309 3.37845 13.2105C2.45392 11.0305 3.44009 9.19682 4.0359 8.21888C4.51254 7.43652 4.80002 6.26667 4.65225 5.44804C6.77249 2.92168 10.2822 2.83339 11.7752 3.10505C11.9396 4.6942 13.0079 8.68748 14.9597 10.4193C16.9115 12.151 21 12.92 21 14.4736C21 15.8943 20.3714 17 18.8254 17H14.0587C13.0389 17 12.529 17 12.0558 16.8376C11.5825 16.6752 11.18 16.3622 10.3751 15.7361L8.58332 14.3426C8.57738 14.3379 8.57147 14.3333 8.56559 14.3288M3.49482 13.5C3.88445 14.5268 3.93897 15.3255 3.92941 16.0007C3.92279 16.4683 3.91948 16.7021 4.06634 16.851C4.21321 17 4.44232 17 4.90055 17H6.71922C7.2639 17 7.53624 17 7.68044 16.865C7.82464 16.73 7.84662 16.3961 7.89059 15.7282C7.92574 15.1945 8.08922 14.6288 8.56559 14.3288%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 9.5L13 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 7L11 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.0293 17L20.6302 17.8C21.6792 19.1963 22.2036 19.8944 21.9268 20.4472C21.6499 21 20.7758 21 19.0276 21H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17V21M6 17V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-joker{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 7C5.10457 7 6 6.10457 6 5C6 3.89543 5.10457 3 4 3C2.89543 3 2 3.89543 2 5C2 6.10457 2.89543 7 4 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 9C21.1046 9 22 8.10457 22 7C22 5.89543 21.1046 5 20 5C18.8954 5 18 5.89543 18 7C18 8.10457 18.8954 9 20 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.96719 17C1.44356 11.5 8.99002 11 4.95947 7M6.37884 5C7.48289 5 10.0001 6 10.0001 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17C10.2172 18.4523 13.3284 18.2088 19 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 20C9.96256 21.4523 13.5182 21.2088 20 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0294 6.04395C15.6645 6.47832 10.2107 9.78437 11.0504 17.2376M18.2516 8.08822C17.0366 8.66084 15.1257 9.8868 17.5988 12.9119C18.3792 13.8666 19.2863 15.879 18.9515 16.8681%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 7C5.10457 7 6 6.10457 6 5C6 3.89543 5.10457 3 4 3C2.89543 3 2 3.89543 2 5C2 6.10457 2.89543 7 4 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 9C21.1046 9 22 8.10457 22 7C22 5.89543 21.1046 5 20 5C18.8954 5 18 5.89543 18 7C18 8.10457 18.8954 9 20 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.96719 17C1.44356 11.5 8.99002 11 4.95947 7M6.37884 5C7.48289 5 10.0001 6 10.0001 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17C10.2172 18.4523 13.3284 18.2088 19 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 20C9.96256 21.4523 13.5182 21.2088 20 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0294 6.04395C15.6645 6.47832 10.2107 9.78437 11.0504 17.2376M18.2516 8.08822C17.0366 8.66084 15.1257 9.8868 17.5988 12.9119C18.3792 13.8666 19.2863 15.879 18.9515 16.8681%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-joystick-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4749 22H8.52514C7.31383 22 6.70817 22 6.3832 21.7512C6.18901 21.6025 6.0581 21.4011 6.0117 21.1795C5.93404 20.8087 6.24565 20.3562 6.86886 19.4512C7.53544 18.4832 7.86873 17.9992 8.3452 17.6645C8.63776 17.459 8.96695 17.2966 9.31973 17.1838C9.89428 17 10.5421 17 11.8377 17H12.1623C13.4579 17 14.1057 17 14.6803 17.1838C15.033 17.2966 15.3622 17.459 15.6548 17.6645C16.1313 17.9992 16.4646 18.4832 17.1311 19.4512C17.7544 20.3562 18.066 20.8087 17.9883 21.1795C17.9419 21.4011 17.811 21.6025 17.6168 21.7512C17.2918 22 16.6862 22 15.4749 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 12H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L12 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0064 12C10.0064 12 11.0384 6.1382 9.17022 3.41883C8.62458 2.62456 9.52092 2.30021 10.0305 2.15665C11.9538 1.61477 13.1167 2.50736 13.5581 4.39146C13.6047 4.59038 13.5765 4.79889 13.4913 4.98475L13.2346 5.54458C13.1032 5.83125 13.1153 6.16269 13.2675 6.43907L13.7558 7.32611C13.9271 7.63716 13.9197 8.01506 13.7366 8.31933L13.3619 8.94167C13.1575 9.28113 13.1784 9.70751 13.3482 10.0653C13.7559 10.9239 14 12 14 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.4749 22H8.52514C7.31383 22 6.70817 22 6.3832 21.7512C6.18901 21.6025 6.0581 21.4011 6.0117 21.1795C5.93404 20.8087 6.24565 20.3562 6.86886 19.4512C7.53544 18.4832 7.86873 17.9992 8.3452 17.6645C8.63776 17.459 8.96695 17.2966 9.31973 17.1838C9.89428 17 10.5421 17 11.8377 17H12.1623C13.4579 17 14.1057 17 14.6803 17.1838C15.033 17.2966 15.3622 17.459 15.6548 17.6645C16.1313 17.9992 16.4646 18.4832 17.1311 19.4512C17.7544 20.3562 18.066 20.8087 17.9883 21.1795C17.9419 21.4011 17.811 21.6025 17.6168 21.7512C17.2918 22 16.6862 22 15.4749 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 12H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L12 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0064 12C10.0064 12 11.0384 6.1382 9.17022 3.41883C8.62458 2.62456 9.52092 2.30021 10.0305 2.15665C11.9538 1.61477 13.1167 2.50736 13.5581 4.39146C13.6047 4.59038 13.5765 4.79889 13.4913 4.98475L13.2346 5.54458C13.1032 5.83125 13.1153 6.16269 13.2675 6.43907L13.7558 7.32611C13.9271 7.63716 13.9197 8.01506 13.7366 8.31933L13.3619 8.94167C13.1575 9.28113 13.1784 9.70751 13.3482 10.0653C13.7559 10.9239 14 12 14 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-joystick-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 5.5C15.5 7.433 13.933 9 12 9C10.067 9 8.5 7.433 8.5 5.5C8.5 3.567 10.067 2 12 2C13.933 2 15.5 3.567 15.5 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 9L12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 17H8L8.27758 16.3754C8.79 15.2225 9.04621 14.646 9.54325 14.323C10.0403 14 10.6711 14 11.9328 14H12.0672C13.3289 14 13.9597 14 14.4567 14.323C14.9538 14.646 15.21 15.2225 15.7224 16.3754L16 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.189 22H6.99519C6.08792 22 5.63428 22 5.37813 21.7472C5.16606 21.538 5.03017 21.223 5.00302 20.8777C4.97022 20.4606 5.20535 19.9541 5.67559 18.941C6.00825 18.2243 6.17458 17.866 6.4039 17.6075C6.59695 17.3899 6.82135 17.2249 7.06392 17.1221C7.35206 17 7.67298 17 8.3148 17H15.845C16.4947 17 16.8196 17 17.1075 17.1219C17.4079 17.249 17.6795 17.4712 17.8982 17.7687C18.1078 18.0537 18.2495 18.4354 18.533 19.1989C18.863 20.0876 19.0281 20.532 18.9961 20.8934C18.963 21.2677 18.8023 21.6026 18.5588 21.8048C18.3237 22 17.9455 22 17.189 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 5.5C15.5 7.433 13.933 9 12 9C10.067 9 8.5 7.433 8.5 5.5C8.5 3.567 10.067 2 12 2C13.933 2 15.5 3.567 15.5 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 9L12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 17H8L8.27758 16.3754C8.79 15.2225 9.04621 14.646 9.54325 14.323C10.0403 14 10.6711 14 11.9328 14H12.0672C13.3289 14 13.9597 14 14.4567 14.323C14.9538 14.646 15.21 15.2225 15.7224 16.3754L16 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.189 22H6.99519C6.08792 22 5.63428 22 5.37813 21.7472C5.16606 21.538 5.03017 21.223 5.00302 20.8777C4.97022 20.4606 5.20535 19.9541 5.67559 18.941C6.00825 18.2243 6.17458 17.866 6.4039 17.6075C6.59695 17.3899 6.82135 17.2249 7.06392 17.1221C7.35206 17 7.67298 17 8.3148 17H15.845C16.4947 17 16.8196 17 17.1075 17.1219C17.4079 17.249 17.6795 17.4712 17.8982 17.7687C18.1078 18.0537 18.2495 18.4354 18.533 19.1989C18.863 20.0876 19.0281 20.532 18.9961 20.8934C18.963 21.2677 18.8023 21.6026 18.5588 21.8048C18.3237 22 17.9455 22 17.189 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-joystick-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 5C11 6.65685 9.65685 8 8 8C6.34315 8 5 6.65685 5 5C5 3.34315 6.34315 2 8 2C9.65685 2 11 3.34315 11 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 8L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 13L14 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.8787 22H5.12132C5.00867 22 4.95235 22 4.90475 21.9977C3.87506 21.9486 3.05136 21.1249 3.00227 20.0952C3 20.0477 3 19.9913 3 19.8787C3 19.8293 3 19.8046 3.00057 19.7808C3.01242 19.2834 3.2092 18.8084 3.5525 18.4483C3.56894 18.4311 3.58641 18.4136 3.62132 18.3787L4.24264 17.7574C5.10973 16.8903 5.54328 16.4567 6.09459 16.2284C6.6459 16 7.25903 16 8.48528 16H15.5147C16.741 16 17.3541 16 17.9054 16.2284C18.4567 16.4567 18.8903 16.8903 19.7574 17.7574L20.3787 18.3787C20.4136 18.4136 20.4311 18.4311 20.4475 18.4483C20.7908 18.8084 20.9876 19.2834 20.9994 19.7808C21 19.8046 21 19.8293 21 19.8787C21 19.9913 21 20.0477 20.9977 20.0952C20.9486 21.1249 20.1249 21.9486 19.0952 21.9977C19.0477 22 18.9913 22 18.8787 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 5C11 6.65685 9.65685 8 8 8C6.34315 8 5 6.65685 5 5C5 3.34315 6.34315 2 8 2C9.65685 2 11 3.34315 11 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 8L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 13L14 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.8787 22H5.12132C5.00867 22 4.95235 22 4.90475 21.9977C3.87506 21.9486 3.05136 21.1249 3.00227 20.0952C3 20.0477 3 19.9913 3 19.8787C3 19.8293 3 19.8046 3.00057 19.7808C3.01242 19.2834 3.2092 18.8084 3.5525 18.4483C3.56894 18.4311 3.58641 18.4136 3.62132 18.3787L4.24264 17.7574C5.10973 16.8903 5.54328 16.4567 6.09459 16.2284C6.6459 16 7.25903 16 8.48528 16H15.5147C16.741 16 17.3541 16 17.9054 16.2284C18.4567 16.4567 18.8903 16.8903 19.7574 17.7574L20.3787 18.3787C20.4136 18.4136 20.4311 18.4311 20.4475 18.4483C20.7908 18.8084 20.9876 19.2834 20.9994 19.7808C21 19.8046 21 19.8293 21 19.8787C21 19.9913 21 20.0477 20.9977 20.0952C20.9486 21.1249 20.1249 21.9486 19.0952 21.9977C19.0477 22 18.9913 22 18.8787 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-joystick-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.32486 12C9.15779 12.0809 8.98076 12.1675 8.79195 12.2599L7.26844 13.0053C5.75615 13.7452 5 14.1152 5 14.575C5 15.0347 5.75615 15.4047 7.26844 16.1446L8.79195 16.8901C10.3042 17.63 11.0604 18 12 18C12.9396 18 13.6958 17.63 15.2081 16.8901L16.7316 16.1446C18.2439 15.4047 19 15.0347 19 14.575C19 14.1152 18.2439 13.7452 16.7316 13.0053L15.2081 12.2599C15.0192 12.1675 14.8422 12.0809 14.6751 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 14.5V18.2667C19 18.7678 18.2439 19.1711 16.7316 19.9776L15.2081 20.7902C13.6958 21.5967 12.9396 22 12 22C11.0604 22 10.3042 21.5967 8.79195 20.7902L7.26844 19.9776C5.75615 19.1711 5 18.7678 5 18.2667V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 5.5C15.5 7.433 13.933 9 12 9C10.067 9 8.5 7.433 8.5 5.5C8.5 3.567 10.067 2 12 2C13.933 2 15.5 3.567 15.5 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 9V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.32486 12C9.15779 12.0809 8.98076 12.1675 8.79195 12.2599L7.26844 13.0053C5.75615 13.7452 5 14.1152 5 14.575C5 15.0347 5.75615 15.4047 7.26844 16.1446L8.79195 16.8901C10.3042 17.63 11.0604 18 12 18C12.9396 18 13.6958 17.63 15.2081 16.8901L16.7316 16.1446C18.2439 15.4047 19 15.0347 19 14.575C19 14.1152 18.2439 13.7452 16.7316 13.0053L15.2081 12.2599C15.0192 12.1675 14.8422 12.0809 14.6751 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 14.5V18.2667C19 18.7678 18.2439 19.1711 16.7316 19.9776L15.2081 20.7902C13.6958 21.5967 12.9396 22 12 22C11.0604 22 10.3042 21.5967 8.79195 20.7902L7.26844 19.9776C5.75615 19.1711 5 18.7678 5 18.2667V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 5.5C15.5 7.433 13.933 9 12 9C10.067 9 8.5 7.433 8.5 5.5C8.5 3.567 10.067 2 12 2C13.933 2 15.5 3.567 15.5 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 9V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-joystick-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 5.5C15.5 7.433 13.933 9 12 9C10.067 9 8.5 7.433 8.5 5.5C8.5 3.567 10.067 2 12 2C13.933 2 15.5 3.567 15.5 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.7434 22H6.25663C6.0183 22 5.89914 22 5.79878 21.9899C4.85337 21.8943 4.10575 21.1466 4.01015 20.2012C4 20.1009 4 19.9817 4 19.7434C4 19.5979 4 19.5251 4.00332 19.4547C4.03359 18.8111 4.27025 18.1944 4.67826 17.6958C4.72293 17.6412 4.7716 17.5871 4.86894 17.479L6.21241 15.9862C7.09274 15.0081 7.5329 14.519 8.11557 14.2595C8.69824 14 9.35622 14 10.6722 14H13.3278C14.6438 14 15.3018 14 15.8844 14.2595C16.4671 14.519 16.9073 15.0081 17.7876 15.9862L19.1311 17.479C19.2284 17.5871 19.2771 17.6412 19.3217 17.6958C19.7297 18.1944 19.9664 18.8111 19.9967 19.4547C20 19.5251 20 19.5979 20 19.7434C20 19.9817 20 20.1009 19.9899 20.2012C19.8943 21.1466 19.1466 21.8943 18.2012 21.9899C18.1009 22 17.9817 22 17.7434 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 19H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 5.5C15.5 7.433 13.933 9 12 9C10.067 9 8.5 7.433 8.5 5.5C8.5 3.567 10.067 2 12 2C13.933 2 15.5 3.567 15.5 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.7434 22H6.25663C6.0183 22 5.89914 22 5.79878 21.9899C4.85337 21.8943 4.10575 21.1466 4.01015 20.2012C4 20.1009 4 19.9817 4 19.7434C4 19.5979 4 19.5251 4.00332 19.4547C4.03359 18.8111 4.27025 18.1944 4.67826 17.6958C4.72293 17.6412 4.7716 17.5871 4.86894 17.479L6.21241 15.9862C7.09274 15.0081 7.5329 14.519 8.11557 14.2595C8.69824 14 9.35622 14 10.6722 14H13.3278C14.6438 14 15.3018 14 15.8844 14.2595C16.4671 14.519 16.9073 15.0081 17.7876 15.9862L19.1311 17.479C19.2284 17.5871 19.2771 17.6412 19.3217 17.6958C19.7297 18.1944 19.9664 18.8111 19.9967 19.4547C20 19.5251 20 19.5979 20 19.7434C20 19.9817 20 20.1009 19.9899 20.2012C19.8943 21.1466 19.1466 21.8943 18.2012 21.9899C18.1009 22 17.9817 22 17.7434 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 19H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-kayak{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.8613 3.18451C10.9667 1.50343 2.11274 11.6193 3.07413 20.9285C12.406 21.8875 22.5465 13.0551 20.8613 3.18451Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17H7.00898%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7H17.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.53608 14.482C8.84377 13.7914 8.84377 12.6717 9.53608 11.9811L12.0052 9.51797C12.6975 8.82734 13.8199 8.82734 14.5122 9.51797C15.2046 10.2086 15.2046 11.3283 14.5122 12.0189L12.0431 14.482C11.3508 15.1727 10.2284 15.1727 9.53608 14.482Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.79897 5.6879C5.92128 3.2965 5.26315 2.3338 4.64448 2.06198C4.287 1.90492 3.89805 2.10386 3.5828 2.33393C2.98953 2.7669 2.66355 3.08907 2.27685 3.68393C2.07964 3.98732 1.9537 4.36455 2.11024 4.69069C2.63518 5.78438 4.72573 5.94365 5.79897 5.6879ZM5.79897 5.6879L18.2808 18.3215M18.2808 18.3215C18.16 20.713 18.8187 21.6753 19.4376 21.9467C19.7952 22.1035 20.184 21.9044 20.4991 21.6741C21.0921 21.2407 21.4179 20.9184 21.8042 20.3233C22.0012 20.0197 22.1269 19.6424 21.9701 19.3164C21.4445 18.223 19.3538 18.0651 18.2808 18.3215Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.8613 3.18451C10.9667 1.50343 2.11274 11.6193 3.07413 20.9285C12.406 21.8875 22.5465 13.0551 20.8613 3.18451Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17H7.00898%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7H17.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.53608 14.482C8.84377 13.7914 8.84377 12.6717 9.53608 11.9811L12.0052 9.51797C12.6975 8.82734 13.8199 8.82734 14.5122 9.51797C15.2046 10.2086 15.2046 11.3283 14.5122 12.0189L12.0431 14.482C11.3508 15.1727 10.2284 15.1727 9.53608 14.482Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.79897 5.6879C5.92128 3.2965 5.26315 2.3338 4.64448 2.06198C4.287 1.90492 3.89805 2.10386 3.5828 2.33393C2.98953 2.7669 2.66355 3.08907 2.27685 3.68393C2.07964 3.98732 1.9537 4.36455 2.11024 4.69069C2.63518 5.78438 4.72573 5.94365 5.79897 5.6879ZM5.79897 5.6879L18.2808 18.3215M18.2808 18.3215C18.16 20.713 18.8187 21.6753 19.4376 21.9467C19.7952 22.1035 20.184 21.9044 20.4991 21.6741C21.0921 21.2407 21.4179 20.9184 21.8042 20.3233C22.0012 20.0197 22.1269 19.6424 21.9701 19.3164C21.4445 18.223 19.3538 18.0651 18.2808 18.3215Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-kite{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C7.71429 4.40741 4 8 2 14C5 12 9 11 12 14C15 11 19 12 22 14C20 8 16.2857 4.40741 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9999 14C10.3912 14.7327 7.69631 15.8188 8.02333 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.6716 14C13.0709 17.203 9.38762 19.5 11.9053 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14C14 14 13.5 18.5 15 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7.00036C10.2913 6.73558 10.6667 6.52338 11.0134 6.36376C11.379 6.19547 11.5618 6.11133 12 6.11133C12.4382 6.11133 12.621 6.19547 12.9866 6.36376C13.3333 6.52338 13.7087 6.73558 14 7.00036%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C7.71429 4.40741 4 8 2 14C5 12 9 11 12 14C15 11 19 12 22 14C20 8 16.2857 4.40741 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9999 14C10.3912 14.7327 7.69631 15.8188 8.02333 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.6716 14C13.0709 17.203 9.38762 19.5 11.9053 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14C14 14 13.5 18.5 15 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7.00036C10.2913 6.73558 10.6667 6.52338 11.0134 6.36376C11.379 6.19547 11.5618 6.11133 12 6.11133C12.4382 6.11133 12.621 6.19547 12.9866 6.36376C13.3333 6.52338 13.7087 6.73558 14 7.00036%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-knight-shield{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9983 2C9.14883 2 7.30123 4.01899 5.11615 4.7549C4.22768 5.05413 3.78345 5.20374 3.60366 5.41465C3.42388 5.62556 3.37124 5.93375 3.26595 6.55013C2.13925 13.146 4.6019 19.244 10.475 21.6175C11.106 21.8725 11.4216 22 12.0014 22C12.5812 22 12.8967 21.8725 13.5277 21.6175C19.4005 19.2439 21.8608 13.146 20.7338 6.55013C20.6284 5.93364 20.5758 5.6254 20.3959 5.41449C20.2161 5.20358 19.7719 5.05405 18.8835 4.75499C16.6976 4.01915 14.8479 2 11.9983 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.1137 4.89062L6.00049 18.0039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9983 2C9.14883 2 7.30123 4.01899 5.11615 4.7549C4.22768 5.05413 3.78345 5.20374 3.60366 5.41465C3.42388 5.62556 3.37124 5.93375 3.26595 6.55013C2.13925 13.146 4.6019 19.244 10.475 21.6175C11.106 21.8725 11.4216 22 12.0014 22C12.5812 22 12.8967 21.8725 13.5277 21.6175C19.4005 19.2439 21.8608 13.146 20.7338 6.55013C20.6284 5.93364 20.5758 5.6254 20.3959 5.41449C20.2161 5.20358 19.7719 5.05405 18.8835 4.75499C16.6976 4.01915 14.8479 2 11.9983 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.1137 4.89062L6.00049 18.0039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-maze{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2.5L14 7C14 8.88562 14 9.82843 14.5858 10.4142C15.1716 11 16.1144 11 18 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 15H15M10 15H15M15 15V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 10H5C6.88562 10 7.82843 10 8.41421 9.41421C9 8.82843 9 7.88562 9 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 15H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2.5L14 7C14 8.88562 14 9.82843 14.5858 10.4142C15.1716 11 16.1144 11 18 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 15H15M10 15H15M15 15V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 10H5C6.88562 10 7.82843 10 8.41421 9.41421C9 8.82843 9 7.88562 9 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 15H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-mushroom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 15C19.412 14.6082 21 13.9411 21 13.1839C21 11.9778 16.9706 11 12 11C7.02944 11 3 11.9778 3 13.1839C3 13.9411 4.58803 14.6082 7 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13C21 6.92487 16.9706 2 12 2C7.02944 2 3 6.92487 3 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 4.76514C17.5348 5.50377 16.671 6 15.6823 6C14.2009 6 13 4.88603 13 3.51187C13 2.94318 13.2057 2.41905 13.5518 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 11.5C9.99527 14.9495 9.90043 20.1752 8 22M14 11.5C14.0047 14.9495 14.0996 20.1752 16 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00781 7L8.99883 7%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 15C19.412 14.6082 21 13.9411 21 13.1839C21 11.9778 16.9706 11 12 11C7.02944 11 3 11.9778 3 13.1839C3 13.9411 4.58803 14.6082 7 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13C21 6.92487 16.9706 2 12 2C7.02944 2 3 6.92487 3 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 4.76514C17.5348 5.50377 16.671 6 15.6823 6C14.2009 6 13 4.88603 13 3.51187C13 2.94318 13.2057 2.41905 13.5518 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 11.5C9.99527 14.9495 9.90043 20.1752 8 22M14 11.5C14.0047 14.9495 14.0996 20.1752 16 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00781 7L8.99883 7%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-nintendo-switch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 4.31818V15.6818C10.5 16.4448 10.5 16.8263 10.3644 17.1231C10.2146 17.4514 9.95135 17.7146 9.62312 17.8644C9.3263 18 8.94481 18 8.18182 18C6.14717 18 5.12985 18 4.33834 17.6385C3.46306 17.2388 2.7612 16.5369 2.36147 15.6617C2 14.8701 2 13.8528 2 11.8182V8.18182C2 6.14717 2 5.12985 2.36147 4.33834C2.7612 3.46306 3.46306 2.7612 4.33834 2.36147C5.12985 2 6.14717 2 8.18182 2C8.94481 2 9.3263 2 9.62312 2.13555C9.95135 2.28545 10.2146 2.54865 10.3644 2.87688C10.5 3.17369 10.5 3.55519 10.5 4.31818Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.25019 14L6.24121 14%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7502 10L17.7412 10%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.25 5.5V8.5M4.75 7H7.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 19.6818V8.31818C13.5 7.55519 13.5 7.17369 13.6356 6.87688C13.7854 6.54865 14.0486 6.28545 14.3769 6.13555C14.6737 6 15.0552 6 15.8182 6C17.8528 6 18.8701 6 19.6617 6.36147C20.5369 6.7612 21.2388 7.46306 21.6385 8.33834C22 9.12985 22 10.1472 22 12.1818V15.8182C22 17.8528 22 18.8701 21.6385 19.6617C21.2388 20.5369 20.5369 21.2388 19.6617 21.6385C18.8701 22 17.8528 22 15.8182 22C15.0552 22 14.6737 22 14.3769 21.8644C14.0486 21.7145 13.7854 21.4514 13.6356 21.1231C13.5 20.8263 13.5 20.4448 13.5 19.6818Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.75 18.5V15.5M19.25 17H16.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 4.31818V15.6818C10.5 16.4448 10.5 16.8263 10.3644 17.1231C10.2146 17.4514 9.95135 17.7146 9.62312 17.8644C9.3263 18 8.94481 18 8.18182 18C6.14717 18 5.12985 18 4.33834 17.6385C3.46306 17.2388 2.7612 16.5369 2.36147 15.6617C2 14.8701 2 13.8528 2 11.8182V8.18182C2 6.14717 2 5.12985 2.36147 4.33834C2.7612 3.46306 3.46306 2.7612 4.33834 2.36147C5.12985 2 6.14717 2 8.18182 2C8.94481 2 9.3263 2 9.62312 2.13555C9.95135 2.28545 10.2146 2.54865 10.3644 2.87688C10.5 3.17369 10.5 3.55519 10.5 4.31818Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.25019 14L6.24121 14%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7502 10L17.7412 10%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.25 5.5V8.5M4.75 7H7.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 19.6818V8.31818C13.5 7.55519 13.5 7.17369 13.6356 6.87688C13.7854 6.54865 14.0486 6.28545 14.3769 6.13555C14.6737 6 15.0552 6 15.8182 6C17.8528 6 18.8701 6 19.6617 6.36147C20.5369 6.7612 21.2388 7.46306 21.6385 8.33834C22 9.12985 22 10.1472 22 12.1818V15.8182C22 17.8528 22 18.8701 21.6385 19.6617C21.2388 20.5369 20.5369 21.2388 19.6617 21.6385C18.8701 22 17.8528 22 15.8182 22C15.0552 22 14.6737 22 14.3769 21.8644C14.0486 21.7145 13.7854 21.4514 13.6356 21.1231C13.5 20.8263 13.5 20.4448 13.5 19.6818Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.75 18.5V15.5M19.25 17H16.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-nintendo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 19.5H8C5.17157 19.5 3.75736 19.5 2.87868 18.5586C2 17.6171 2 16.1019 2 13.0714V10.9286C2 7.89811 2 6.38288 2.87868 5.44144C3.75736 4.5 5.17157 4.5 8 4.5H16C18.8284 4.5 20.2426 4.5 21.1213 5.44144C22 6.38288 22 7.89811 22 10.9286V13.0714C22 16.1019 22 17.6171 21.1213 18.5586C20.2426 19.5 18.8284 19.5 16 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4.5V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 4.5V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 15.5L19.491 15.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.50801 8.5L4.49902 8.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 19.5H8C5.17157 19.5 3.75736 19.5 2.87868 18.5586C2 17.6171 2 16.1019 2 13.0714V10.9286C2 7.89811 2 6.38288 2.87868 5.44144C3.75736 4.5 5.17157 4.5 8 4.5H16C18.8284 4.5 20.2426 4.5 21.1213 5.44144C22 6.38288 22 7.89811 22 10.9286V13.0714C22 16.1019 22 17.6171 21.1213 18.5586C20.2426 19.5 18.8284 19.5 16 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4.5V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 4.5V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 15.5L19.491 15.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.50801 8.5L4.49902 8.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-olympic-torch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 8.94648C10.0112 7.71996 10.5211 6.32069 11.6575 5.3729C14.5106 2.99353 21.2591 6.95603 20.8207 2C24.4804 7.64147 18.4776 7.81928 18.2152 9.83766C18.0664 10.9826 20.1591 11.6114 21.3687 10.6027C21.1245 11.4521 19.5 14.8057 15 13.8206%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.95445 12.0276C7.83074 10.9039 8.01032 7 8.01032 7L17 15.9897C17 15.9897 13.0961 16.1678 11.9724 15.0441%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.14822 12L2.24774 19.983C1.87554 20.4866 1.92775 21.1867 2.37054 21.6295C2.81333 22.0722 3.51343 22.1245 4.01701 21.7523L12 15.8518%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 10L14 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 8.94648C10.0112 7.71996 10.5211 6.32069 11.6575 5.3729C14.5106 2.99353 21.2591 6.95603 20.8207 2C24.4804 7.64147 18.4776 7.81928 18.2152 9.83766C18.0664 10.9826 20.1591 11.6114 21.3687 10.6027C21.1245 11.4521 19.5 14.8057 15 13.8206%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.95445 12.0276C7.83074 10.9039 8.01032 7 8.01032 7L17 15.9897C17 15.9897 13.0961 16.1678 11.9724 15.0441%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.14822 12L2.24774 19.983C1.87554 20.4866 1.92775 21.1867 2.37054 21.6295C2.81333 22.0722 3.51343 22.1245 4.01701 21.7523L12 15.8518%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 10L14 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-pacman-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12H21.991M18.009 12H18%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5119 7.5L10.5029 7.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 16.9706 5.94274 21 10.8064 21C13.2733 21 15.5033 19.9634 17.102 18.2931C17.7426 17.6238 18.0629 17.2892 17.9897 16.7418C17.9166 16.1945 17.4528 15.9208 16.525 15.3735L15.7671 14.9264C13.5637 13.6266 12.462 12.9767 12.462 12C12.462 11.0233 13.5637 10.3734 15.7671 9.07358L16.525 8.62647C17.4528 8.07919 17.9166 7.80555 17.9897 7.25817C18.0629 6.71078 17.7426 6.37617 17.102 5.70695C15.5033 4.03665 13.2733 3 10.8064 3C5.94274 3 2 7.02944 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12H21.991M18.009 12H18%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5119 7.5L10.5029 7.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 16.9706 5.94274 21 10.8064 21C13.2733 21 15.5033 19.9634 17.102 18.2931C17.7426 17.6238 18.0629 17.2892 17.9897 16.7418C17.9166 16.1945 17.4528 15.9208 16.525 15.3735L15.7671 14.9264C13.5637 13.6266 12.462 12.9767 12.462 12C12.462 11.0233 13.5637 10.3734 15.7671 9.07358L16.525 8.62647C17.4528 8.07919 17.9166 7.80555 17.9897 7.25817C18.0629 6.71078 17.7426 6.37617 17.102 5.70695C15.5033 4.03665 13.2733 3 10.8064 3C5.94274 3 2 7.02944 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-pacman-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10V20.4C4 21.2837 4.71634 22 5.6 22C6.48366 22 7.2 21.2837 7.2 20.4V19.6C7.2 18.7163 7.91634 18 8.8 18C9.68366 18 10.4 18.7163 10.4 19.6V20.4C10.4 21.2837 11.1163 22 12 22C12.8837 22 13.6 21.2837 13.6 20.4V19.6C13.6 18.7163 14.3163 18 15.2 18C16.0837 18 16.8 18.7163 16.8 19.6V20.4C16.8 21.2837 17.5163 22 18.4 22C19.2837 22 20 21.2837 20 20.4V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.00896 10H9M15 10H14.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10V20.4C4 21.2837 4.71634 22 5.6 22C6.48366 22 7.2 21.2837 7.2 20.4V19.6C7.2 18.7163 7.91634 18 8.8 18C9.68366 18 10.4 18.7163 10.4 19.6V20.4C10.4 21.2837 11.1163 22 12 22C12.8837 22 13.6 21.2837 13.6 20.4V19.6C13.6 18.7163 14.3163 18 15.2 18C16.0837 18 16.8 18.7163 16.8 19.6V20.4C16.8 21.2837 17.5163 22 18.4 22C19.2837 22 20 21.2837 20 20.4V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.00896 10H9M15 10H14.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-paragliding{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.7586 11.213C12.2725 11.0137 11.7275 11.0137 11.2413 11.213L2.00402 15C2.00402 14.0305 1.92087 13.0354 2.51085 12.1986C4.55645 9.29747 8.40267 5.19677 11.0772 3.29756C11.636 2.90081 12.364 2.90081 12.9228 3.29756C15.5973 5.19677 19.4436 9.29747 21.4892 12.1986C22.0791 13.0354 21.996 14.0305 21.996 15L12.7586 11.213Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.028 12C9.60981 13.1195 7.27437 17.1832 8.22598 18.2889C8.94881 19.1288 14.8699 19.3394 15.774 18.2889C16.7256 17.1832 14.3902 13.1195 13.972 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17L4.5 14M16 17L19.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.7586 11.213C12.2725 11.0137 11.7275 11.0137 11.2413 11.213L2.00402 15C2.00402 14.0305 1.92087 13.0354 2.51085 12.1986C4.55645 9.29747 8.40267 5.19677 11.0772 3.29756C11.636 2.90081 12.364 2.90081 12.9228 3.29756C15.5973 5.19677 19.4436 9.29747 21.4892 12.1986C22.0791 13.0354 21.996 14.0305 21.996 15L12.7586 11.213Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.028 12C9.60981 13.1195 7.27437 17.1832 8.22598 18.2889C8.94881 19.1288 14.8699 19.3394 15.774 18.2889C16.7256 17.1832 14.3902 13.1195 13.972 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17L4.5 14M16 17L19.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-pokeball{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 13C15 14.6569 13.6569 16 12 16C10.3431 16 9 14.6569 9 13C9 11.3431 10.3431 10 12 10C13.6569 10 15 11.3431 15 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 11C4.59628 12.0036 6.85307 12.668 8.99803 12.993M22 11.0031C19.4075 12.0125 17.152 12.6781 15.0021 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 13C15 14.6569 13.6569 16 12 16C10.3431 16 9 14.6569 9 13C9 11.3431 10.3431 10 12 10C13.6569 10 15 11.3431 15 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 11C4.59628 12.0036 6.85307 12.668 8.99803 12.993M22 11.0031C19.4075 12.0125 17.152 12.6781 15.0021 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-pokemon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21C16.4183 21 20 19.2091 20 17C20 16.0234 19.1597 15.468 18.9475 14.5886C18.8278 14.0928 19 13.5112 19 13C19 11.8639 18.7293 10.7909 18.2489 9.84218C20.1255 8.21287 22 5.60644 22 3C17.8474 3 15.7434 5.3492 15.0997 6.72194C13.1658 5.76534 10.8342 5.76534 8.90035 6.72194C8.25655 5.3492 6.15258 3 2 3C2 5.60644 3.87445 8.21287 5.75106 9.84218C5.27067 10.7909 5 11.8639 5 13C5 13.5112 5.17216 14.0928 5.05251 14.5886C4.8403 15.468 4 16.0234 4 17C4 19.2091 7.58172 21 12 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16C11.7925 16.6596 12.206 16.6737 13 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.99995 12.5H8.99097%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0078 12.5H14.9988%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.1084 14.0234C6.36213 14.4246 8.19257 16.7315 5.78541 18.9381%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.8918 14.043C17.6381 14.4442 15.8077 16.751 18.2148 18.9576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21C16.4183 21 20 19.2091 20 17C20 16.0234 19.1597 15.468 18.9475 14.5886C18.8278 14.0928 19 13.5112 19 13C19 11.8639 18.7293 10.7909 18.2489 9.84218C20.1255 8.21287 22 5.60644 22 3C17.8474 3 15.7434 5.3492 15.0997 6.72194C13.1658 5.76534 10.8342 5.76534 8.90035 6.72194C8.25655 5.3492 6.15258 3 2 3C2 5.60644 3.87445 8.21287 5.75106 9.84218C5.27067 10.7909 5 11.8639 5 13C5 13.5112 5.17216 14.0928 5.05251 14.5886C4.8403 15.468 4 16.0234 4 17C4 19.2091 7.58172 21 12 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16C11.7925 16.6596 12.206 16.6737 13 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.99995 12.5H8.99097%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0078 12.5H14.9988%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.1084 14.0234C6.36213 14.4246 8.19257 16.7315 5.78541 18.9381%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.8918 14.043C17.6381 14.4442 15.8077 16.751 18.2148 18.9576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-pool-table{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.35 17C4.0065 17 3.33475 17 2.91737 16.5607C2.5 16.1213 2.5 15.4142 2.5 14L2.5 6C2.5 4.58579 2.5 3.87868 2.91737 3.43934C3.33475 3 4.0065 3 5.35 3L18.65 3C19.9935 3 20.6653 3 21.0826 3.43934C21.5 3.87868 21.5 4.58579 21.5 6V14C21.5 15.4142 21.5 16.1213 21.0826 16.5607C20.6653 17 19.9935 17 18.65 17L5.35 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0119 9H12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14C4.65685 14 6 15.3431 6 17M3 6C4.65685 6 6 4.65685 6 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 14C19.3431 14 18 15.3431 18 17M21 6C19.3431 6 18 4.65685 18 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17C14 15.8954 13.1046 15 12 15C10.8954 15 10 15.8954 10 17M14 3C14 4.10457 13.1046 5 12 5C10.8954 5 10 4.10457 10 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11.5L4 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.35 17C4.0065 17 3.33475 17 2.91737 16.5607C2.5 16.1213 2.5 15.4142 2.5 14L2.5 6C2.5 4.58579 2.5 3.87868 2.91737 3.43934C3.33475 3 4.0065 3 5.35 3L18.65 3C19.9935 3 20.6653 3 21.0826 3.43934C21.5 3.87868 21.5 4.58579 21.5 6V14C21.5 15.4142 21.5 16.1213 21.0826 16.5607C20.6653 17 19.9935 17 18.65 17L5.35 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0119 9H12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 14C4.65685 14 6 15.3431 6 17M3 6C4.65685 6 6 4.65685 6 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 14C19.3431 14 18 15.3431 18 17M21 6C19.3431 6 18 4.65685 18 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17C14 15.8954 13.1046 15 12 15C10.8954 15 10 15.8954 10 17M14 3C14 4.10457 13.1046 5 12 5C10.8954 5 10 4.10457 10 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11.5L4 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-potion{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15C5 11.134 8.13401 8 12 8C15.866 8 19 11.134 19 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 15C13 16.3807 11.8807 17.5 10.5 17.5C9.11929 17.5 8 16.3807 8 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.4609 4.98405C12.4771 4.82626 12.4804 4.66723 12.4705 4.50845L12.3476 2.53028C12.3264 2.18962 12.657 1.92903 12.9983 2.01736L17.6108 3.21118C17.9521 3.29951 18.1035 3.68484 17.9088 3.96964L16.7784 5.62342C16.6877 5.75616 16.6081 5.89545 16.5405 6.03991M12.4609 4.98405C12.4443 5.1461 12.414 5.30684 12.3702 5.46466L11.5176 8M12.4609 4.98405L11 4.60593M12.4609 4.98405L16.5405 6.03991M16.5405 6.03991C16.471 6.18829 16.414 6.34212 16.3702 6.49993L15.6587 9M16.5405 6.03991L18 6.41766%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 15H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.008 12L13.999 12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15C5 11.134 8.13401 8 12 8C15.866 8 19 11.134 19 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 15C13 16.3807 11.8807 17.5 10.5 17.5C9.11929 17.5 8 16.3807 8 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.4609 4.98405C12.4771 4.82626 12.4804 4.66723 12.4705 4.50845L12.3476 2.53028C12.3264 2.18962 12.657 1.92903 12.9983 2.01736L17.6108 3.21118C17.9521 3.29951 18.1035 3.68484 17.9088 3.96964L16.7784 5.62342C16.6877 5.75616 16.6081 5.89545 16.5405 6.03991M12.4609 4.98405C12.4443 5.1461 12.414 5.30684 12.3702 5.46466L11.5176 8M12.4609 4.98405L11 4.60593M12.4609 4.98405L16.5405 6.03991M16.5405 6.03991C16.471 6.18829 16.414 6.34212 16.3702 6.49993L15.6587 9M16.5405 6.03991L18 6.41766%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 15H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.008 12L13.999 12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-puzzle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.828 6.00096C12.9388 5.68791 12.999 5.35099 12.999 5C12.999 3.34315 11.6559 2 9.99904 2C8.34219 2 6.99904 3.34315 6.99904 5C6.99904 5.35099 7.05932 5.68791 7.17008 6.00096C4.88532 6.0093 3.66601 6.09039 2.87772 6.87868C2.08951 7.66689 2.00836 8.88603 2 11.1704C2.31251 11.06 2.64876 11 2.99904 11C4.6559 11 5.99904 12.3431 5.99904 14C5.99904 15.6569 4.6559 17 2.99904 17C2.64876 17 2.31251 16.94 2 16.8296C2.00836 19.114 2.08951 20.3331 2.87772 21.1213C3.66593 21.9095 4.88508 21.9907 7.16941 21.999C7.05908 21.6865 6.99904 21.3503 6.99904 21C6.99904 19.3431 8.34219 18 9.99904 18C11.6559 18 12.999 19.3431 12.999 21C12.999 21.3503 12.939 21.6865 12.8287 21.999C15.113 21.9907 16.3322 21.9095 17.1204 21.1213C17.9086 20.333 17.9897 19.1137 17.9981 16.829C18.3111 16.9397 18.648 17 18.999 17C20.6559 17 21.999 15.6569 21.999 14C21.999 12.3431 20.6559 11 18.999 11C18.648 11 18.3111 11.0603 17.9981 11.171C17.9897 8.88627 17.9086 7.66697 17.1204 6.87868C16.3321 6.09039 15.1128 6.0093 12.828 6.00096Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.828 6.00096C12.9388 5.68791 12.999 5.35099 12.999 5C12.999 3.34315 11.6559 2 9.99904 2C8.34219 2 6.99904 3.34315 6.99904 5C6.99904 5.35099 7.05932 5.68791 7.17008 6.00096C4.88532 6.0093 3.66601 6.09039 2.87772 6.87868C2.08951 7.66689 2.00836 8.88603 2 11.1704C2.31251 11.06 2.64876 11 2.99904 11C4.6559 11 5.99904 12.3431 5.99904 14C5.99904 15.6569 4.6559 17 2.99904 17C2.64876 17 2.31251 16.94 2 16.8296C2.00836 19.114 2.08951 20.3331 2.87772 21.1213C3.66593 21.9095 4.88508 21.9907 7.16941 21.999C7.05908 21.6865 6.99904 21.3503 6.99904 21C6.99904 19.3431 8.34219 18 9.99904 18C11.6559 18 12.999 19.3431 12.999 21C12.999 21.3503 12.939 21.6865 12.8287 21.999C15.113 21.9907 16.3322 21.9095 17.1204 21.1213C17.9086 20.333 17.9897 19.1137 17.9981 16.829C18.3111 16.9397 18.648 17 18.999 17C20.6559 17 21.999 15.6569 21.999 14C21.999 12.3431 20.6559 11 18.999 11C18.648 11 18.3111 11.0603 17.9981 11.171C17.9897 8.88627 17.9086 7.66697 17.1204 6.87868C16.3321 6.09039 15.1128 6.0093 12.828 6.00096Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-racing-flag{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.67181 13.9095C10 15.9322 14 7.84169 21 11.8869L18 2.78502C13.4239 -0.299918 8.56286 6.85641 3 4.62523L8.00007 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 6.99976C13.5 2.99979 9 11.9997 4.5 8.99967%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4.90476L10.8235 13M13.1765 3L16 10.619%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.67181 13.9095C10 15.9322 14 7.84169 21 11.8869L18 2.78502C13.4239 -0.299918 8.56286 6.85641 3 4.62523L8.00007 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 6.99976C13.5 2.99979 9 11.9997 4.5 8.99967%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4.90476L10.8235 13M13.1765 3L16 10.619%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-roller-skate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.19492 6.02368C5.31124 3.67541 9.43957 2.78906 10.9298 3.04156C11.0938 4.51869 11.9861 8.27344 13.9343 9.88314C15.8824 11.4928 21.5544 11.5 21.9593 13.6517C22.2035 14.9494 21.3319 16 19.7887 16H4.94536C3.80012 16 3.2275 16 2.65133 15.4575C2.07516 14.9149 2.05322 14.5614 2.00932 13.8543C1.92348 12.4718 2.44907 11.2679 2.82834 10.5934C3.56137 9.2898 3.49695 7.5 3.19492 6.02368Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 8.5L11.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 6L10 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%224%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16C6 13.4362 4.7934 11.1977 3 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19H10M14 19H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.19492 6.02368C5.31124 3.67541 9.43957 2.78906 10.9298 3.04156C11.0938 4.51869 11.9861 8.27344 13.9343 9.88314C15.8824 11.4928 21.5544 11.5 21.9593 13.6517C22.2035 14.9494 21.3319 16 19.7887 16H4.94536C3.80012 16 3.2275 16 2.65133 15.4575C2.07516 14.9149 2.05322 14.5614 2.00932 13.8543C1.92348 12.4718 2.44907 11.2679 2.82834 10.5934C3.56137 9.2898 3.49695 7.5 3.19492 6.02368Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 8.5L11.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 6L10 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%224%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16C6 13.4362 4.7934 11.1977 3 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19H10M14 19H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-spades{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.3747 21.3991C15.5506 21.1194 15.3236 20.6714 14.8696 19.7753C14.6285 19.2994 13.2915 16.8919 13.7551 16.4097C13.8763 16.2836 14.304 16.3909 15.1593 16.6054C16.4152 16.9205 18.0294 16.8096 19.4282 15.7714C24.7293 11.8367 15.1828 2 12 2C8.81719 2 -0.729335 11.8367 4.57182 15.7714C5.97058 16.8096 7.58483 16.9205 8.84066 16.6054C9.696 16.3909 10.1237 16.2836 10.2449 16.4097C10.7085 16.8919 9.37152 19.2994 9.13041 19.7753C8.67639 20.6714 8.44938 21.1194 8.6253 21.3991C9.04019 22.0588 14.789 22.3304 15.3747 21.3991Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.3747 21.3991C15.5506 21.1194 15.3236 20.6714 14.8696 19.7753C14.6285 19.2994 13.2915 16.8919 13.7551 16.4097C13.8763 16.2836 14.304 16.3909 15.1593 16.6054C16.4152 16.9205 18.0294 16.8096 19.4282 15.7714C24.7293 11.8367 15.1828 2 12 2C8.81719 2 -0.729335 11.8367 4.57182 15.7714C5.97058 16.8096 7.58483 16.9205 8.84066 16.6054C9.696 16.3909 10.1237 16.2836 10.2449 16.4097C10.7085 16.8919 9.37152 19.2994 9.13041 19.7753C8.67639 20.6714 8.44938 21.1194 8.6253 21.3991C9.04019 22.0588 14.789 22.3304 15.3747 21.3991Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-spartan-helmet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.53767 15.0937C2.8878 8.60966 5.99612 4.5631 12.0003 2C18.0046 4.5631 21.1122 8.60966 19.4623 15.0937C19.3427 15.5637 19.3575 16.063 19.5336 16.514L20.9095 20.038C21.4448 21.409 19.4664 21.7351 18.6252 21.9121C16.3106 22.3991 14.0668 20.8106 13.693 18.4203C13.4291 16.7328 14.3833 16.4559 15.6306 15.817C15.6306 15.817 17.1867 15.2855 17.1867 13.6913C17.1867 12.5173 16.2578 11.5656 15.1119 11.5656C14.3943 11.5656 13.7621 11.774 13.135 12.4517C12.5272 13.1086 12.2234 13.437 12.0004 13.437C11.7774 13.437 11.4734 13.1086 10.8656 12.4518C10.2382 11.774 9.60571 11.5656 8.88813 11.5656C7.74224 11.5656 6.81332 12.5173 6.81332 13.6913C6.81332 15.2855 8.36942 15.817 8.36942 15.817C9.61674 16.4559 10.5709 16.7328 10.307 18.4203C9.93315 20.8106 7.6894 22.3991 5.37484 21.9121C4.53362 21.7351 2.55521 21.409 3.09051 20.038L4.46636 16.514C4.64246 16.063 4.65729 15.5637 4.53767 15.0937Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 20H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 8H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.53767 15.0937C2.8878 8.60966 5.99612 4.5631 12.0003 2C18.0046 4.5631 21.1122 8.60966 19.4623 15.0937C19.3427 15.5637 19.3575 16.063 19.5336 16.514L20.9095 20.038C21.4448 21.409 19.4664 21.7351 18.6252 21.9121C16.3106 22.3991 14.0668 20.8106 13.693 18.4203C13.4291 16.7328 14.3833 16.4559 15.6306 15.817C15.6306 15.817 17.1867 15.2855 17.1867 13.6913C17.1867 12.5173 16.2578 11.5656 15.1119 11.5656C14.3943 11.5656 13.7621 11.774 13.135 12.4517C12.5272 13.1086 12.2234 13.437 12.0004 13.437C11.7774 13.437 11.4734 13.1086 10.8656 12.4518C10.2382 11.774 9.60571 11.5656 8.88813 11.5656C7.74224 11.5656 6.81332 12.5173 6.81332 13.6913C6.81332 15.2855 8.36942 15.817 8.36942 15.817C9.61674 16.4559 10.5709 16.7328 10.307 18.4203C9.93315 20.8106 7.6894 22.3991 5.37484 21.9121C4.53362 21.7351 2.55521 21.409 3.09051 20.038L4.46636 16.514C4.64246 16.063 4.65729 15.5637 4.53767 15.0937Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 20H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 8H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-steering{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.9181 10.4125C17.9491 10.8367 16.4851 11.218 15.1595 10.7168C13.2638 10 12.2893 10 12 10C11.7107 10 10.7362 10 8.84049 10.7168C7.51492 11.218 6.05092 10.8367 5.08186 10.4125M19 13.2548C16.8546 13.6631 13.6079 14.878 13.5238 19M10.4762 19C10.3921 14.878 7.14544 13.6631 5 13.2548%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.008 13L11.999 13%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.9181 10.4125C17.9491 10.8367 16.4851 11.218 15.1595 10.7168C13.2638 10 12.2893 10 12 10C11.7107 10 10.7362 10 8.84049 10.7168C7.51492 11.218 6.05092 10.8367 5.08186 10.4125M19 13.2548C16.8546 13.6631 13.6079 14.878 13.5238 19M10.4762 19C10.3921 14.878 7.14544 13.6631 5 13.2548%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.008 13L11.999 13%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-super-mario-toad{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00779 16.7056C4.97141 16.3269 5.05697 16.1715 5.38146 15.9558C9.30933 13.3451 15.6755 13.3481 18.7181 15.9646C18.9566 16.1696 19.0195 16.3169 18.9951 16.6236C18.8758 18.1215 18.471 19.8517 17.2149 20.8332C15.2211 22.3912 8.76892 22.3867 6.78076 20.8332C5.53838 19.8624 5.14963 18.182 5.00779 16.7056Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00896 18H9M15 18H14.991%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 18C3 17 2 14.2512 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 14.2512 21 17 19 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%227%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.36963 7C4.66856 7.31423 5.32655 8.8999 4.83928 10.5417C4.40097 12.0185 3.18529 13.0377 2 12.9989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.6315 7C19.3317 7.31423 18.6732 8.8999 19.1608 10.5417C19.5992 12.0177 20.8145 13.0366 22 12.999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00779 16.7056C4.97141 16.3269 5.05697 16.1715 5.38146 15.9558C9.30933 13.3451 15.6755 13.3481 18.7181 15.9646C18.9566 16.1696 19.0195 16.3169 18.9951 16.6236C18.8758 18.1215 18.471 19.8517 17.2149 20.8332C15.2211 22.3912 8.76892 22.3867 6.78076 20.8332C5.53838 19.8624 5.14963 18.182 5.00779 16.7056Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00896 18H9M15 18H14.991%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 18C3 17 2 14.2512 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 14.2512 21 17 19 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%227%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.36963 7C4.66856 7.31423 5.32655 8.8999 4.83928 10.5417C4.40097 12.0185 3.18529 13.0377 2 12.9989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.6315 7C19.3317 7.31423 18.6732 8.8999 19.1608 10.5417C19.5992 12.0177 20.8145 13.0366 22 12.999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-super-mario{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.84695 12C3.84695 11.5519 3.6536 11.1039 3.44015 10.7458C3.13793 10.2387 2.90894 9.66022 3.03565 9.08612C3.92976 5.03496 7.60367 2 12 2C16.3964 2 20.0703 5.03504 20.9644 9.08627C21.091 9.66029 20.8621 10.2387 20.56 10.7457C20.3465 11.1038 20.1531 11.5519 20.153 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 10C16.3248 8.74353 14.2485 8 12 8C9.75148 8 7.67523 8.74353 6 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8C15 4 9.0001 3.99997 9 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.6936 14.5C18.6936 13.3593 18.849 12 20.3466 12C21.3681 12 22.145 12.8907 21.9771 13.8691L21.5549 16.3288C21.3894 17.2932 20.5302 18 19.5234 18V18C19.1611 18 18.9799 18 18.836 18.0444C18.699 18.0866 18.6206 18.1279 18.5084 18.2171C18.3905 18.3108 18.2627 18.4974 18.0072 18.8706C16.7158 20.7568 14.5074 22 12 22C9.49258 22 7.28417 20.7568 5.99276 18.8706C5.73727 18.4974 5.60953 18.3108 5.49161 18.2171C5.37941 18.1279 5.30097 18.0866 5.16401 18.0444C5.02008 18 4.83893 18 4.47662 18V18C3.46982 18 2.61059 17.2932 2.44507 16.3288L2.0229 13.8691C1.85498 12.8907 2.63195 12 3.65339 12C5.151 12 5.30637 13.3593 5.30637 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00801 13L8.99902 13%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.008 13L14.999 13%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 17C9.5 17.5 11 18 12 17C13 18 14.5 17.5 15 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.84695 12C3.84695 11.5519 3.6536 11.1039 3.44015 10.7458C3.13793 10.2387 2.90894 9.66022 3.03565 9.08612C3.92976 5.03496 7.60367 2 12 2C16.3964 2 20.0703 5.03504 20.9644 9.08627C21.091 9.66029 20.8621 10.2387 20.56 10.7457C20.3465 11.1038 20.1531 11.5519 20.153 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 10C16.3248 8.74353 14.2485 8 12 8C9.75148 8 7.67523 8.74353 6 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8C15 4 9.0001 3.99997 9 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.6936 14.5C18.6936 13.3593 18.849 12 20.3466 12C21.3681 12 22.145 12.8907 21.9771 13.8691L21.5549 16.3288C21.3894 17.2932 20.5302 18 19.5234 18V18C19.1611 18 18.9799 18 18.836 18.0444C18.699 18.0866 18.6206 18.1279 18.5084 18.2171C18.3905 18.3108 18.2627 18.4974 18.0072 18.8706C16.7158 20.7568 14.5074 22 12 22C9.49258 22 7.28417 20.7568 5.99276 18.8706C5.73727 18.4974 5.60953 18.3108 5.49161 18.2171C5.37941 18.1279 5.30097 18.0866 5.16401 18.0444C5.02008 18 4.83893 18 4.47662 18V18C3.46982 18 2.61059 17.2932 2.44507 16.3288L2.0229 13.8691C1.85498 12.8907 2.63195 12 3.65339 12C5.151 12 5.30637 13.3593 5.30637 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00801 13L8.99902 13%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.008 13L14.999 13%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 17C9.5 17.5 11 18 12 17C13 18 14.5 17.5 15 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-surfboard{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0529 6.50695C13.3334 3.22644 18.3612 1.84155 20.939 2.01431C21.302 2.03865 21.4835 2.05081 21.7164 2.28365C21.9492 2.51648 21.9614 2.698 21.9857 3.06103C22.1585 5.63883 20.7736 10.6666 17.4931 13.9471C14.4457 16.9945 9.81522 19.8991 6.81046 21.6485C6.45729 21.8541 6.2807 21.9569 6.13279 21.985C5.71158 22.0647 5.28599 21.8201 5.143 21.4159C5.09278 21.274 5.09278 21.0656 5.09278 20.6488C5.09278 20.2524 5.09278 20.0541 5.05038 19.8912C4.93033 19.4299 4.57009 19.0697 4.10879 18.9496C3.94588 18.9072 3.74764 18.9072 3.35117 18.9072C2.9344 18.9072 2.72601 18.9072 2.58409 18.857C2.17994 18.714 1.93525 18.2884 2.01503 17.8672C2.04305 17.7193 2.14586 17.5427 2.35148 17.1895C4.10093 14.1848 7.00549 9.55434 10.0529 6.50695Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 8C17.4091 14.1336 10.3975 8.45321 5.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0529 6.50695C13.3334 3.22644 18.3612 1.84155 20.939 2.01431C21.302 2.03865 21.4835 2.05081 21.7164 2.28365C21.9492 2.51648 21.9614 2.698 21.9857 3.06103C22.1585 5.63883 20.7736 10.6666 17.4931 13.9471C14.4457 16.9945 9.81522 19.8991 6.81046 21.6485C6.45729 21.8541 6.2807 21.9569 6.13279 21.985C5.71158 22.0647 5.28599 21.8201 5.143 21.4159C5.09278 21.274 5.09278 21.0656 5.09278 20.6488C5.09278 20.2524 5.09278 20.0541 5.05038 19.8912C4.93033 19.4299 4.57009 19.0697 4.10879 18.9496C3.94588 18.9072 3.74764 18.9072 3.35117 18.9072C2.9344 18.9072 2.72601 18.9072 2.58409 18.857C2.17994 18.714 1.93525 18.2884 2.01503 17.8672C2.04305 17.7193 2.14586 17.5427 2.35148 17.1895C4.10093 14.1848 7.00549 9.55434 10.0529 6.50695Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 8C17.4091 14.1336 10.3975 8.45321 5.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-swimming-cap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.2057 13.5C6.61724 10.9057 6.10634 7.50433 4 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.7943 13.5C17.3828 10.9057 17.8937 7.50433 20 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.84563 13.5H20.1544C21.6152 13.5 22.1108 13.1856 21.9799 11.6907C21.5401 6.67031 17.2341 2.5 12 2.5C6.76593 2.5 2.45986 6.67031 2.02015 11.6907C1.88922 13.1856 2.38484 13.5 3.84563 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19C4 17.4634 6.1186 17.1143 7.23329 16.6688C8.80778 16.0396 10.5 17.2472 10.5 19C10.5 20.7528 8.80778 21.9604 7.23329 21.3312C6.1186 20.8857 4 20.5366 4 19ZM4 19L2 19M20 19C20 17.4634 17.8814 17.1143 16.7667 16.6688C15.1922 16.0396 13.5 17.2472 13.5 19C13.5 20.7528 15.1922 21.9604 16.7667 21.3312C17.8814 20.8857 20 20.5366 20 19ZM20 19L22 19M10.5 18.5C10.7994 17.9022 11.359 17.5 12 17.5C12.641 17.5 13.2006 17.9022 13.5 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.2057 13.5C6.61724 10.9057 6.10634 7.50433 4 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.7943 13.5C17.3828 10.9057 17.8937 7.50433 20 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.84563 13.5H20.1544C21.6152 13.5 22.1108 13.1856 21.9799 11.6907C21.5401 6.67031 17.2341 2.5 12 2.5C6.76593 2.5 2.45986 6.67031 2.02015 11.6907C1.88922 13.1856 2.38484 13.5 3.84563 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19C4 17.4634 6.1186 17.1143 7.23329 16.6688C8.80778 16.0396 10.5 17.2472 10.5 19C10.5 20.7528 8.80778 21.9604 7.23329 21.3312C6.1186 20.8857 4 20.5366 4 19ZM4 19L2 19M20 19C20 17.4634 17.8814 17.1143 16.7667 16.6688C15.1922 16.0396 13.5 17.2472 13.5 19C13.5 20.7528 15.1922 21.9604 16.7667 21.3312C17.8814 20.8857 20 20.5366 20 19ZM20 19L22 19M10.5 18.5C10.7994 17.9022 11.359 17.5 12 17.5C12.641 17.5 13.2006 17.9022 13.5 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-swimming{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7184 6.86177L15 16C12.8333 16 12.1739 14.8571 9.91304 13.7143C8.10435 12.8 5.57971 12.9524 4.82609 13.1429L7.85739 10.9998C8.16585 10.7817 8.32008 10.6727 8.36937 10.5067C8.41866 10.3407 8.34893 10.1651 8.20947 9.81406L7.78519 8.74593C7.62654 8.34653 7.54721 8.14683 7.40384 8.00197C7.35388 7.9515 7.2987 7.9065 7.23922 7.86772C7.06848 7.7564 6.8569 7.71887 6.43376 7.64379L3.18315 7.06706C2.4987 6.94562 2 6.35065 2 5.65551C2 4.78222 2.77418 4.11181 3.63851 4.23665L8.0343 4.87152C8.82604 4.98586 9.22191 5.04304 9.5521 5.23177C9.68974 5.31045 9.81754 5.40521 9.93281 5.51407C10.2093 5.7752 10.379 6.13739 10.7184 6.86177Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%2210%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 18.0843C3.05556 14.5527 7.7685 16.1736 11.5 18.0843C15.2315 19.995 19 21.2108 21 18.0843%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7184 6.86177L15 16C12.8333 16 12.1739 14.8571 9.91304 13.7143C8.10435 12.8 5.57971 12.9524 4.82609 13.1429L7.85739 10.9998C8.16585 10.7817 8.32008 10.6727 8.36937 10.5067C8.41866 10.3407 8.34893 10.1651 8.20947 9.81406L7.78519 8.74593C7.62654 8.34653 7.54721 8.14683 7.40384 8.00197C7.35388 7.9515 7.2987 7.9065 7.23922 7.86772C7.06848 7.7564 6.8569 7.71887 6.43376 7.64379L3.18315 7.06706C2.4987 6.94562 2 6.35065 2 5.65551C2 4.78222 2.77418 4.11181 3.63851 4.23665L8.0343 4.87152C8.82604 4.98586 9.22191 5.04304 9.5521 5.23177C9.68974 5.31045 9.81754 5.40521 9.93281 5.51407C10.2093 5.7752 10.379 6.13739 10.7184 6.86177Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%2210%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 18.0843C3.05556 14.5527 7.7685 16.1736 11.5 18.0843C15.2315 19.995 19 21.2108 21 18.0843%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-sword-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 19.5C2.98686 19.5717 3.45571 19.7949 3.83041 20.1696C4.20512 20.5443 4.42832 21.0131 4.5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L4 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16.5L19.8538 7.92675C20.1737 7.64942 20.3975 7.27769 20.4927 6.86509L21.5 2.5L17.1349 3.50733C16.7223 3.60254 16.3506 3.82626 16.0732 4.14625L7.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 13H4.57157C5.10201 13 5.61071 13.2107 5.98579 13.5858L10.4142 18.0142C10.7893 18.3893 11 18.898 11 19.4284V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 19.5C2.98686 19.5717 3.45571 19.7949 3.83041 20.1696C4.20512 20.5443 4.42832 21.0131 4.5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L4 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16.5L19.8538 7.92675C20.1737 7.64942 20.3975 7.27769 20.4927 6.86509L21.5 2.5L17.1349 3.50733C16.7223 3.60254 16.3506 3.82626 16.0732 4.14625L7.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 13H4.57157C5.10201 13 5.61071 13.2107 5.98579 13.5858L10.4142 18.0142C10.7893 18.3893 11 18.898 11 19.4284V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-sword-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.06066 21.0607C4.47487 21.6464 3.52513 21.6464 2.93934 21.0607C2.35355 20.4749 2.35355 19.5251 2.93934 18.9393C3.52513 18.3536 4.47487 18.3536 5.06066 18.9393C5.64645 19.5251 5.64645 20.4749 5.06066 21.0607Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 16L5.5 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 16.5L20.0733 7.20318C20.3506 6.96283 20.5445 6.64067 20.627 6.28308L21.5 2.5L17.7169 3.37302C17.3593 3.45554 17.0372 3.64942 16.7968 3.92675L7.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 13H4.57157C5.10201 13 5.61071 13.2107 5.98579 13.5858L10.4142 18.0142C10.7893 18.3893 11 18.898 11 19.4284V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.06066 21.0607C4.47487 21.6464 3.52513 21.6464 2.93934 21.0607C2.35355 20.4749 2.35355 19.5251 2.93934 18.9393C3.52513 18.3536 4.47487 18.3536 5.06066 18.9393C5.64645 19.5251 5.64645 20.4749 5.06066 21.0607Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 16L5.5 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 16.5L20.0733 7.20318C20.3506 6.96283 20.5445 6.64067 20.627 6.28308L21.5 2.5L17.7169 3.37302C17.3593 3.45554 17.0372 3.64942 16.7968 3.92675L7.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 13H4.57157C5.10201 13 5.61071 13.2107 5.98579 13.5858L10.4142 18.0142C10.7893 18.3893 11 18.898 11 19.4284V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-sword-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.97662 9.48634L5.66724 7.50817C4.1441 6.19798 4.139 4.29657 3.97644 3.01465C5.64278 3.09373 6.93353 3.24459 8.05756 4.19409L9.23343 5.53001L10.506 6.95868M19.4474 18.4132L16.4826 15.4134M14.0116 18.4132C14.0343 18.141 14.2124 17.4352 15.0309 16.679C15.7652 16.0005 17.3577 14.3745 18.0733 13.6694C18.4787 13.2701 19.1433 12.9898 19.4474 12.9904M15.5584 12.8032L16.895 14.282M13.6664 14.4315L15.1606 15.745M20.4517 17.9754C21.2821 17.977 21.9912 18.5903 21.9896 19.4202C21.9881 20.25 21.2821 20.9776 20.4517 20.9761C19.6213 20.9745 18.9809 20.2443 18.9825 19.4145C19.0361 18.5887 19.6469 18.0865 20.4517 17.9754Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.58543 18.3881L7.5434 15.4958M4.55107 12.9822C4.82352 13.0043 5.58307 13.1862 6.26351 14.0362C6.88822 14.8166 8.57321 16.3257 9.28012 17.0395C9.68053 17.4438 9.96056 18.0842 9.96056 18.3881M7.254 14.225L15.493 4.65923C16.8337 3.16311 18.7074 3.13043 19.9931 2.99316C19.8813 4.65653 19.705 5.94322 18.733 7.04766L8.53909 15.9214M4.99569 19.4939C4.99569 20.3238 4.32251 20.9965 3.49211 20.9965C2.6617 20.9965 1.98853 20.3238 1.98853 19.4939C1.98853 18.6641 2.6617 17.9913 3.49211 17.9913C4.32251 17.9913 4.99569 18.6641 4.99569 19.4939Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.97662 9.48634L5.66724 7.50817C4.1441 6.19798 4.139 4.29657 3.97644 3.01465C5.64278 3.09373 6.93353 3.24459 8.05756 4.19409L9.23343 5.53001L10.506 6.95868M19.4474 18.4132L16.4826 15.4134M14.0116 18.4132C14.0343 18.141 14.2124 17.4352 15.0309 16.679C15.7652 16.0005 17.3577 14.3745 18.0733 13.6694C18.4787 13.2701 19.1433 12.9898 19.4474 12.9904M15.5584 12.8032L16.895 14.282M13.6664 14.4315L15.1606 15.745M20.4517 17.9754C21.2821 17.977 21.9912 18.5903 21.9896 19.4202C21.9881 20.25 21.2821 20.9776 20.4517 20.9761C19.6213 20.9745 18.9809 20.2443 18.9825 19.4145C19.0361 18.5887 19.6469 18.0865 20.4517 17.9754Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.58543 18.3881L7.5434 15.4958M4.55107 12.9822C4.82352 13.0043 5.58307 13.1862 6.26351 14.0362C6.88822 14.8166 8.57321 16.3257 9.28012 17.0395C9.68053 17.4438 9.96056 18.0842 9.96056 18.3881M7.254 14.225L15.493 4.65923C16.8337 3.16311 18.7074 3.13043 19.9931 2.99316C19.8813 4.65653 19.705 5.94322 18.733 7.04766L8.53909 15.9214M4.99569 19.4939C4.99569 20.3238 4.32251 20.9965 3.49211 20.9965C2.6617 20.9965 1.98853 20.3238 1.98853 19.4939C1.98853 18.6641 2.6617 17.9913 3.49211 17.9913C4.32251 17.9913 4.99569 18.6641 4.99569 19.4939Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-table-tennis-bat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 8L16 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.48802 18.1868C4.27193 17.0655 6.999 15.3875 7.40038 13.6847C7.52522 13.1551 7.24468 12.6415 7.00243 12.1542C5.83072 9.79703 5.80432 7.05244 7.54627 5.31272C10.584 2.27886 17.1053 0.495103 20.307 3.69226C23.505 6.88574 21.7222 13.4012 18.6842 16.4348C16.942 18.1746 14.1945 18.149 11.8339 16.9787C11.3457 16.7368 10.8314 16.4565 10.3009 16.5812C8.59557 16.982 6.91469 19.7046 5.79184 21.4859C4.57177 23.4214 0.634453 19.3518 2.48802 18.1868Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 8L16 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.48802 18.1868C4.27193 17.0655 6.999 15.3875 7.40038 13.6847C7.52522 13.1551 7.24468 12.6415 7.00243 12.1542C5.83072 9.79703 5.80432 7.05244 7.54627 5.31272C10.584 2.27886 17.1053 0.495103 20.307 3.69226C23.505 6.88574 21.7222 13.4012 18.6842 16.4348C16.942 18.1746 14.1945 18.149 11.8339 16.9787C11.3457 16.7368 10.8314 16.4565 10.3009 16.5812C8.59557 16.982 6.91469 19.7046 5.79184 21.4859C4.57177 23.4214 0.634453 19.3518 2.48802 18.1868Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-tennis-ball{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 5C8.99009 8.52068 9.0099 15.4618 5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 19C14.9901 15.4618 15.0099 8.52068 19 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 5C8.99009 8.52068 9.0099 15.4618 5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 19C14.9901 15.4618 15.0099 8.52068 19 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-tetris{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 5C7 4.05719 7 3.58579 7.29289 3.29289C7.58579 3 8.05719 3 9 3C9.94281 3 10.4142 3 10.7071 3.29289C11 3.58579 11 4.05719 11 5V9C11 9.94281 11 10.4142 10.7071 10.7071C10.4142 11 9.94281 11 9 11C8.05719 11 7.58579 11 7.29289 10.7071C7 10.4142 7 9.94281 7 9V5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 15C13 14.0572 13 13.5858 13.2929 13.2929C13.5858 13 14.0572 13 15 13C15.9428 13 16.4142 13 16.7071 13.2929C17 13.5858 17 14.0572 17 15C17 15.9428 17 16.4142 16.7071 16.7071C16.4142 17 15.9428 17 15 17C14.0572 17 13.5858 17 13.2929 16.7071C13 16.4142 13 15.9428 13 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 19C9 18.0572 9 17.5858 9.29289 17.2929C9.58579 17 10.0572 17 11 17H19C19.9428 17 20.4142 17 20.7071 17.2929C21 17.5858 21 18.0572 21 19C21 19.9428 21 20.4142 20.7071 20.7071C20.4142 21 19.9428 21 19 21H11C10.0572 21 9.58579 21 9.29289 20.7071C9 20.4142 9 19.9428 9 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 9C3 8.05719 3 7.58579 3.29289 7.29289C3.58579 7 4.05719 7 5 7C5.94281 7 6.41421 7 6.70711 7.29289C7 7.58579 7 8.05719 7 9V13C7 13.9428 7 14.4142 6.70711 14.7071C6.41421 15 5.94281 15 5 15C4.05719 15 3.58579 15 3.29289 14.7071C3 14.4142 3 13.9428 3 13V9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 5C7 4.05719 7 3.58579 7.29289 3.29289C7.58579 3 8.05719 3 9 3C9.94281 3 10.4142 3 10.7071 3.29289C11 3.58579 11 4.05719 11 5V9C11 9.94281 11 10.4142 10.7071 10.7071C10.4142 11 9.94281 11 9 11C8.05719 11 7.58579 11 7.29289 10.7071C7 10.4142 7 9.94281 7 9V5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 15C13 14.0572 13 13.5858 13.2929 13.2929C13.5858 13 14.0572 13 15 13C15.9428 13 16.4142 13 16.7071 13.2929C17 13.5858 17 14.0572 17 15C17 15.9428 17 16.4142 16.7071 16.7071C16.4142 17 15.9428 17 15 17C14.0572 17 13.5858 17 13.2929 16.7071C13 16.4142 13 15.9428 13 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 19C9 18.0572 9 17.5858 9.29289 17.2929C9.58579 17 10.0572 17 11 17H19C19.9428 17 20.4142 17 20.7071 17.2929C21 17.5858 21 18.0572 21 19C21 19.9428 21 20.4142 20.7071 20.7071C20.4142 21 19.9428 21 19 21H11C10.0572 21 9.58579 21 9.29289 20.7071C9 20.4142 9 19.9428 9 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 9C3 8.05719 3 7.58579 3.29289 7.29289C3.58579 7 4.05719 7 5 7C5.94281 7 6.41421 7 6.70711 7.29289C7 7.58579 7 8.05719 7 9V13C7 13.9428 7 14.4142 6.70711 14.7071C6.41421 15 5.94281 15 5 15C4.05719 15 3.58579 15 3.29289 14.7071C3 14.4142 3 13.9428 3 13V9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-tic-tac-toe{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18.5C8 19.8807 6.88071 21 5.5 21C4.11929 21 3 19.8807 3 18.5C3 17.1193 4.11929 16 5.5 16C6.88071 16 8 17.1193 8 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 3L21 8M21 3L16 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18.5C8 19.8807 6.88071 21 5.5 21C4.11929 21 3 19.8807 3 18.5C3 17.1193 4.11929 16 5.5 16C6.88071 16 8 17.1193 8 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 3L21 8M21 3L16 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-trampoline{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 10V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%2210%22 rx%3D%2210%22 ry%3D%226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 10V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%2210%22 rx%3D%2210%22 ry%3D%226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-video-console{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C21 4.34315 21 6.22876 21 10V14C21 17.7712 21 19.6569 19.8284 20.8284C18.6569 22 16.7712 22 13 22H11C7.22876 22 5.34315 22 4.17157 20.8284C3 19.6569 3 17.7712 3 14V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 18L8.5 16.5M8.5 16.5L7 15M8.5 16.5L7 18M8.5 16.5L10 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9912 15H17.0002M15 18H15.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C21 4.34315 21 6.22876 21 10V14C21 17.7712 21 19.6569 19.8284 20.8284C18.6569 22 16.7712 22 13 22H11C7.22876 22 5.34315 22 4.17157 20.8284C3 19.6569 3 17.7712 3 14V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 18L8.5 16.5M8.5 16.5L7 15M8.5 16.5L7 18M8.5 16.5L10 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9912 15H17.0002M15 18H15.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-volleyball{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.12046 3C7.67458 4.61905 7.76376 8.58571 11.6875 11.5M11.6875 11.5C16.6295 10.17 20.125 10.65 22 12.3498M11.6875 11.5C12.2525 16.1881 8.875 19.15 7 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8C11.087 6.11368 16.3261 5.12819 20.5 7.01432%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8885 11C17.4777 13.8947 15.7144 19.1883 12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 17C7.37458 15.7396 4.15837 10.9595 4 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.12046 3C7.67458 4.61905 7.76376 8.58571 11.6875 11.5M11.6875 11.5C16.6295 10.17 20.125 10.65 22 12.3498M11.6875 11.5C12.2525 16.1881 8.875 19.15 7 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8C11.087 6.11368 16.3261 5.12819 20.5 7.01432%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8885 11C17.4777 13.8947 15.7144 19.1883 12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 17C7.37458 15.7396 4.15837 10.9595 4 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-vr-glasses{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9H17C18.8692 9 19.8038 9 20.5 9.40192C20.9561 9.66523 21.3348 10.0439 21.5981 10.5C22 11.1962 22 12.1308 22 14C22 15.8692 22 16.8038 21.5981 17.5C21.3348 17.9561 20.9561 18.3348 20.5 18.5981C19.8038 19 18.8692 19 17 19H16.6063C15.9194 19 15.5759 19 15.2546 18.9286C14.8244 18.8331 14.4206 18.6439 14.0718 18.3746C13.8112 18.1734 13.5913 17.9096 13.1516 17.3819C12.8012 16.9614 12.626 16.7512 12.4249 16.6568C12.1557 16.5305 11.8443 16.5305 11.5751 16.6568C11.374 16.7512 11.1988 16.9614 10.8484 17.3819C10.4087 17.9096 10.1888 18.1734 9.92823 18.3746C9.57943 18.6439 9.17559 18.8331 8.74542 18.9286C8.42406 19 8.08061 19 7.39369 19H7C5.13077 19 4.19615 19 3.5 18.5981C3.04394 18.3348 2.66523 17.9561 2.40192 17.5C2 16.8038 2 15.8692 2 14C2 12.1308 2 11.1962 2.40192 10.5C2.66523 10.0439 3.04394 9.66523 3.5 9.40192C4.19615 9 5.13077 9 7 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13V11.8284C22 10.6747 22 10.0979 21.8468 9.56035C21.7626 9.26506 21.6447 8.98044 21.4954 8.71212C21.2237 8.22367 20.8158 7.81577 20 7C19.1842 6.18422 18.7763 5.77633 18.2879 5.50457C18.0196 5.35529 17.7349 5.2374 17.4396 5.15322C16.9021 5 16.3253 5 15.1716 5H8.82843C7.67474 5 7.0979 5 6.56035 5.15322C6.26506 5.2374 5.98044 5.35529 5.71212 5.50457C5.22367 5.77633 4.81578 6.18422 4 7C3.18422 7.81578 2.77633 8.22367 2.50457 8.71212C2.35529 8.98044 2.2374 9.26506 2.15322 9.56035C2 10.0979 2 10.6747 2 11.8284V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9H17C18.8692 9 19.8038 9 20.5 9.40192C20.9561 9.66523 21.3348 10.0439 21.5981 10.5C22 11.1962 22 12.1308 22 14C22 15.8692 22 16.8038 21.5981 17.5C21.3348 17.9561 20.9561 18.3348 20.5 18.5981C19.8038 19 18.8692 19 17 19H16.6063C15.9194 19 15.5759 19 15.2546 18.9286C14.8244 18.8331 14.4206 18.6439 14.0718 18.3746C13.8112 18.1734 13.5913 17.9096 13.1516 17.3819C12.8012 16.9614 12.626 16.7512 12.4249 16.6568C12.1557 16.5305 11.8443 16.5305 11.5751 16.6568C11.374 16.7512 11.1988 16.9614 10.8484 17.3819C10.4087 17.9096 10.1888 18.1734 9.92823 18.3746C9.57943 18.6439 9.17559 18.8331 8.74542 18.9286C8.42406 19 8.08061 19 7.39369 19H7C5.13077 19 4.19615 19 3.5 18.5981C3.04394 18.3348 2.66523 17.9561 2.40192 17.5C2 16.8038 2 15.8692 2 14C2 12.1308 2 11.1962 2.40192 10.5C2.66523 10.0439 3.04394 9.66523 3.5 9.40192C4.19615 9 5.13077 9 7 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13V11.8284C22 10.6747 22 10.0979 21.8468 9.56035C21.7626 9.26506 21.6447 8.98044 21.4954 8.71212C21.2237 8.22367 20.8158 7.81577 20 7C19.1842 6.18422 18.7763 5.77633 18.2879 5.50457C18.0196 5.35529 17.7349 5.2374 17.4396 5.15322C16.9021 5 16.3253 5 15.1716 5H8.82843C7.67474 5 7.0979 5 6.56035 5.15322C6.26506 5.2374 5.98044 5.35529 5.71212 5.50457C5.22367 5.77633 4.81578 6.18422 4 7C3.18422 7.81578 2.77633 8.22367 2.50457 8.71212C2.35529 8.98044 2.2374 9.26506 2.15322 9.56035C2 10.0979 2 10.6747 2 11.8284V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-vr{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 3H17C18.8692 3 19.8038 3 20.5 3.40192C20.9561 3.66523 21.3348 4.04394 21.5981 4.5C22 5.19615 22 6.13077 22 8C22 9.86923 22 10.8038 21.5981 11.5C21.3348 11.9561 20.9561 12.3348 20.5 12.5981C19.8038 13 18.8692 13 17 13H16.6063C15.9194 13 15.5759 13 15.2546 12.9286C14.8244 12.8331 14.4206 12.6439 14.0718 12.3746C13.8112 12.1734 13.5913 11.9096 13.1516 11.3819C12.8012 10.9614 12.626 10.7512 12.4249 10.6568C12.1557 10.5305 11.8443 10.5305 11.5751 10.6568C11.374 10.7512 11.1988 10.9614 10.8484 11.3819C10.4087 11.9096 10.1888 12.1734 9.92823 12.3746C9.57943 12.6439 9.17559 12.8331 8.74542 12.9286C8.42406 13 8.08061 13 7.39369 13H7C5.13077 13 4.19615 13 3.5 12.5981C3.04394 12.3348 2.66523 11.9561 2.40192 11.5C2 10.8038 2 9.86923 2 8C2 6.13077 2 5.19615 2.40192 4.5C2.66523 4.04394 3.04394 3.66523 3.5 3.40192C4.19615 3 5.13077 3 7 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 6H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.1006 19L10.0803 17M12.1006 19L10.0803 21M12.1006 19C7.05072 19 2.8089 17 2 15M15.1311 18.7711C18.6024 18.2314 21.2663 16.7892 22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 3H17C18.8692 3 19.8038 3 20.5 3.40192C20.9561 3.66523 21.3348 4.04394 21.5981 4.5C22 5.19615 22 6.13077 22 8C22 9.86923 22 10.8038 21.5981 11.5C21.3348 11.9561 20.9561 12.3348 20.5 12.5981C19.8038 13 18.8692 13 17 13H16.6063C15.9194 13 15.5759 13 15.2546 12.9286C14.8244 12.8331 14.4206 12.6439 14.0718 12.3746C13.8112 12.1734 13.5913 11.9096 13.1516 11.3819C12.8012 10.9614 12.626 10.7512 12.4249 10.6568C12.1557 10.5305 11.8443 10.5305 11.5751 10.6568C11.374 10.7512 11.1988 10.9614 10.8484 11.3819C10.4087 11.9096 10.1888 12.1734 9.92823 12.3746C9.57943 12.6439 9.17559 12.8331 8.74542 12.9286C8.42406 13 8.08061 13 7.39369 13H7C5.13077 13 4.19615 13 3.5 12.5981C3.04394 12.3348 2.66523 11.9561 2.40192 11.5C2 10.8038 2 9.86923 2 8C2 6.13077 2 5.19615 2.40192 4.5C2.66523 4.04394 3.04394 3.66523 3.5 3.40192C4.19615 3 5.13077 3 7 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 6H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.1006 19L10.0803 17M12.1006 19L10.0803 21M12.1006 19C7.05072 19 2.8089 17 2 15M15.1311 18.7711C18.6024 18.2314 21.2663 16.7892 22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-water-polo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21.1807C2.68524 22.2311 3.57104 22.2311 4.27299 21.1807C6.52985 17.7306 8.67954 23.6623 10.273 21.2196C12.703 17.5593 14.4508 23.9075 16.273 21.1807C18.6492 17.5481 20.1295 23.5635 22 21.5714%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6184 16.9993C18.3131 16.3949 19.9447 14.7016 20.3627 12.0806C20.7506 10.4703 20.5232 6.89324 17.9129 4.4368C16.1746 2.6996 11.565 0.174321 6.5503 3.97086C5.54789 4.77876 3.71926 7.00256 3.51106 9.92453C3.30286 12.8465 4.57349 14.8367 5.22063 15.6193C5.53845 15.9631 5.6944 16.1647 6.02643 16.4653C6.31267 16.7244 6.43154 16.8095 6.66416 16.9967C8.07023 17.0495 11.2393 16.3943 13.3709 15.0334C13.8436 14.8112 15.0503 14.0433 16.0332 12.6794M4.17227 12.7923C5.35359 13.2645 8.38935 13.8202 11.3207 11.0963M11.5404 10.8641C12.976 10.5624 16.5886 10.8641 18.8331 14.796M7.6968 3.4778C6.58965 5.42233 6.33215 10.591 7.92835 12.5143M11.6466 10.8786C10.8934 9.04234 10.3472 4.54858 12.095 2.23802M11.5124 6.3306C13.2591 6.0665 17.575 6.91134 20.4894 10.4907%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21.1807C2.68524 22.2311 3.57104 22.2311 4.27299 21.1807C6.52985 17.7306 8.67954 23.6623 10.273 21.2196C12.703 17.5593 14.4508 23.9075 16.273 21.1807C18.6492 17.5481 20.1295 23.5635 22 21.5714%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6184 16.9993C18.3131 16.3949 19.9447 14.7016 20.3627 12.0806C20.7506 10.4703 20.5232 6.89324 17.9129 4.4368C16.1746 2.6996 11.565 0.174321 6.5503 3.97086C5.54789 4.77876 3.71926 7.00256 3.51106 9.92453C3.30286 12.8465 4.57349 14.8367 5.22063 15.6193C5.53845 15.9631 5.6944 16.1647 6.02643 16.4653C6.31267 16.7244 6.43154 16.8095 6.66416 16.9967C8.07023 17.0495 11.2393 16.3943 13.3709 15.0334C13.8436 14.8112 15.0503 14.0433 16.0332 12.6794M4.17227 12.7923C5.35359 13.2645 8.38935 13.8202 11.3207 11.0963M11.5404 10.8641C12.976 10.5624 16.5886 10.8641 18.8331 14.796M7.6968 3.4778C6.58965 5.42233 6.33215 10.591 7.92835 12.5143M11.6466 10.8786C10.8934 9.04234 10.3472 4.54858 12.095 2.23802M11.5124 6.3306C13.2591 6.0665 17.575 6.91134 20.4894 10.4907%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-whistle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.10335 11.5252C4.55184 9.4378 7.06778 8.86485 8.53726 9.00054H11.0605C11.5883 9.09126 11.7336 9.30978 12.3875 10.3428C12.5064 10.6673 14.4417 10.4487 14.9503 10.5017C15.5087 9.96055 14.9503 8.85082 16.1907 9.00826C18.3191 9.00826 20.3586 8.91699 21.2922 9.0542C21.6777 9.11085 21.863 9.45879 21.9186 9.84439C22.1418 11.3942 21.876 12.5285 21.6189 12.7882C20.9321 14.004 18.9499 15.1828 17.9673 14.9959C15.1327 14.9959 14.5197 14.9221 14.2739 15.3924L13.4097 17.6267C12.8326 18.8562 10.8094 21.283 7.41581 20.9705C4.02221 20.6581 2.54663 17.9449 2.24363 16.6574C1.94063 15.8329 1.6539 13.6141 3.10335 11.5252Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.4893 5.00318V3.00195M10.9942 6.00379L9.99609 5.00318M15.9845 6.00379L16.9826 5.00318%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.08398 17C9.18855 17 10.084 16.1046 10.084 15C10.084 13.8954 9.18855 13 8.08398 13C6.97941 13 6.08398 13.8954 6.08398 15C6.08398 16.1046 6.97941 17 8.08398 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.10335 11.5252C4.55184 9.4378 7.06778 8.86485 8.53726 9.00054H11.0605C11.5883 9.09126 11.7336 9.30978 12.3875 10.3428C12.5064 10.6673 14.4417 10.4487 14.9503 10.5017C15.5087 9.96055 14.9503 8.85082 16.1907 9.00826C18.3191 9.00826 20.3586 8.91699 21.2922 9.0542C21.6777 9.11085 21.863 9.45879 21.9186 9.84439C22.1418 11.3942 21.876 12.5285 21.6189 12.7882C20.9321 14.004 18.9499 15.1828 17.9673 14.9959C15.1327 14.9959 14.5197 14.9221 14.2739 15.3924L13.4097 17.6267C12.8326 18.8562 10.8094 21.283 7.41581 20.9705C4.02221 20.6581 2.54663 17.9449 2.24363 16.6574C1.94063 15.8329 1.6539 13.6141 3.10335 11.5252Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.4893 5.00318V3.00195M10.9942 6.00379L9.99609 5.00318M15.9845 6.00379L16.9826 5.00318%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.08398 17C9.18855 17 10.084 16.1046 10.084 15C10.084 13.8954 9.18855 13 8.08398 13C6.97941 13 6.08398 13.8954 6.08398 15C6.08398 16.1046 6.97941 17 8.08398 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gaming-icons-wind-surf{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 21L7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 19H2C7 20.7143 12.9751 22 17 22C20 22 22 19.7347 22 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0103 2C18.1781 7 16.2964 16.3438 15 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.2024 3.91879C15.8029 3.54155 15.0108 3.01128 14.9346 3.00177C14.0744 2.89451 13.9624 3.41804 12.9636 4.88797C11.6984 6.5487 8.80852 10.0524 7.79639 10.911M7.79639 10.911C8.36954 12.6904 9.30761 15.5156 15.0924 16.9358M7.79639 10.911C9.07642 12.6395 13.9337 13.0313 16.2024 13.0111%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 21L7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 19H2C7 20.7143 12.9751 22 17 22C20 22 22 19.7347 22 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0103 2C18.1781 7 16.2964 16.3438 15 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.2024 3.91879C15.8029 3.54155 15.0108 3.01128 14.9346 3.00177C14.0744 2.89451 13.9624 3.41804 12.9636 4.88797C11.6984 6.5487 8.80852 10.0524 7.79639 10.911M7.79639 10.911C8.36954 12.6904 9.30761 15.5156 15.0924 16.9358M7.79639 10.911C9.07642 12.6395 13.9337 13.0313 16.2024 13.0111%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-git-icons-git-branch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 19H13C15.8284 19 17.2426 19 18.1213 18.1213C19 17.2426 19 15.8284 19 13V10M19 10C19.7002 10 21.0085 11.9943 21.5 12.5M19 10C18.2998 10 16.9915 11.9943 16.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7L5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%225%22 cy%3D%225%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%225%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%225%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 19H13C15.8284 19 17.2426 19 18.1213 18.1213C19 17.2426 19 15.8284 19 13V10M19 10C19.7002 10 21.0085 11.9943 21.5 12.5M19 10C18.2998 10 16.9915 11.9943 16.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7L5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%225%22 cy%3D%225%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%225%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%225%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-git-icons-git-commit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3L12 8.5M12 21L12 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3L12 8.5M12 21L12 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-git-icons-git-compare{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 17L19 11C19 8.17157 19 6.75736 18.1213 5.87868C17.2426 5 15.8284 5 13 5H10M10 5C10 4.29977 11.9943 2.99153 12.5 2.5M10 5C10 5.70023 11.9943 7.00847 12.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7.5L5 13.5C5 16.3284 5 17.7426 5.87868 18.6213C6.75736 19.5 8.17157 19.5 11 19.5H14M14 19.5C14 20.2002 12.0057 21.5085 11.5 22M14 19.5C14 18.7998 12.0057 17.4915 11.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%225%22 cy%3D%225%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 17L19 11C19 8.17157 19 6.75736 18.1213 5.87868C17.2426 5 15.8284 5 13 5H10M10 5C10 4.29977 11.9943 2.99153 12.5 2.5M10 5C10 5.70023 11.9943 7.00847 12.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7.5L5 13.5C5 16.3284 5 17.7426 5.87868 18.6213C6.75736 19.5 8.17157 19.5 11 19.5H14M14 19.5C14 20.2002 12.0057 21.5085 11.5 22M14 19.5C14 18.7998 12.0057 17.4915 11.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%225%22 cy%3D%225%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-git-icons-git-fork{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 8C7.10457 8 8 7.10457 8 6C8 4.89543 7.10457 4 6 4C4.89543 4 4 4.89543 4 6C4 7.10457 4.89543 8 6 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 20C13.1046 20 14 19.1046 14 18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18C10 19.1046 10.8954 20 12 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 8C19.1046 8 20 7.10457 20 6C20 4.89543 19.1046 4 18 4C16.8954 4 16 4.89543 16 6C16 7.10457 16.8954 8 18 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.01759 8.74067C6.01759 10.4142 5.77561 12.1995 9.22076 11.9855H12.0056M17.9931 8.57617C18.1261 11.9855 16.9201 11.7648 15.7863 11.9855H12.0056M12.0056 15.7001V11.9855%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 8C7.10457 8 8 7.10457 8 6C8 4.89543 7.10457 4 6 4C4.89543 4 4 4.89543 4 6C4 7.10457 4.89543 8 6 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 20C13.1046 20 14 19.1046 14 18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18C10 19.1046 10.8954 20 12 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 8C19.1046 8 20 7.10457 20 6C20 4.89543 19.1046 4 18 4C16.8954 4 16 4.89543 16 6C16 7.10457 16.8954 8 18 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.01759 8.74067C6.01759 10.4142 5.77561 12.1995 9.22076 11.9855H12.0056M17.9931 8.57617C18.1261 11.9855 16.9201 11.7648 15.7863 11.9855H12.0056M12.0056 15.7001V11.9855%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-git-icons-git-merge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 20C8.10457 20 9 19.1046 9 18C9 16.8954 8.10457 16 7 16C5.89543 16 5 16.8954 5 18C5 19.1046 5.89543 20 7 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 8C8.10457 8 9 7.10457 9 6C9 4.89543 8.10457 4 7 4C5.89543 4 5 4.89543 5 6C5 7.10457 5.89543 8 7 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 14C18.1046 14 19 13.1046 19 12C19 10.8954 18.1046 10 17 10C15.8954 10 15 10.8954 15 12C15 13.1046 15.8954 14 17 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.02189 8.2793V15.4073M14.412 12.0047L10.02 12.0048C8.92231 12.0048 6.86256 11.1254 7.01892 8.78001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 20C8.10457 20 9 19.1046 9 18C9 16.8954 8.10457 16 7 16C5.89543 16 5 16.8954 5 18C5 19.1046 5.89543 20 7 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 8C8.10457 8 9 7.10457 9 6C9 4.89543 8.10457 4 7 4C5.89543 4 5 4.89543 5 6C5 7.10457 5.89543 8 7 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 14C18.1046 14 19 13.1046 19 12C19 10.8954 18.1046 10 17 10C15.8954 10 15 10.8954 15 12C15 13.1046 15.8954 14 17 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.02189 8.2793V15.4073M14.412 12.0047L10.02 12.0048C8.92231 12.0048 6.86256 11.1254 7.01892 8.78001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-git-icons-git-pull-request-closed{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 8L6 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 11L18 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%226%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2218%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 4L18 6M18 6L16 8M18 6L20 8M18 6L16 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 8L6 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 11L18 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%226%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2218%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 4L18 6M18 6L16 8M18 6L20 8M18 6L16 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-git-icons-git-pull-request-draft{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 8L6 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%226%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2218%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 11H18.009M18 6H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 8L6 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%226%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2218%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 11H18.009M18 6H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-git-icons-git-pull-request{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 8L6 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 16V12C18 9.17157 18 7.75736 17.1213 6.87868C16.2426 6 14.8284 6 12 6L11 6M11 6C11 5.29977 12.9943 3.99153 13.5 3.5M11 6C11 6.70023 12.9943 8.00847 13.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%226%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2218%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 8L6 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 16V12C18 9.17157 18 7.75736 17.1213 6.87868C16.2426 6 14.8284 6 12 6L11 6M11 6C11 5.29977 12.9943 3.99153 13.5 3.5M11 6C11 6.70023 12.9943 8.00847 13.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%226%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2218%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-git-icons-github{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 20.5675C6.57143 21.7248 3.71429 20.5675 2 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 22V18.7579C10 18.1596 10.1839 17.6396 10.4804 17.1699C10.6838 16.8476 10.5445 16.3904 10.1771 16.2894C7.13394 15.4528 5 14.1077 5 9.64606C5 8.48611 5.38005 7.39556 6.04811 6.4464C6.21437 6.21018 6.29749 6.09208 6.31748 5.9851C6.33746 5.87813 6.30272 5.73852 6.23322 5.45932C5.95038 4.32292 5.96871 3.11619 6.39322 2.02823C6.39322 2.02823 7.27042 1.74242 9.26698 2.98969C9.72282 3.27447 9.95075 3.41686 10.1515 3.44871C10.3522 3.48056 10.6206 3.41384 11.1573 3.28041C11.8913 3.09795 12.6476 3 13.5 3C14.3524 3 15.1087 3.09795 15.8427 3.28041C16.3794 3.41384 16.6478 3.48056 16.8485 3.44871C17.0493 3.41686 17.2772 3.27447 17.733 2.98969C19.7296 1.74242 20.6068 2.02823 20.6068 2.02823C21.0313 3.11619 21.0496 4.32292 20.7668 5.45932C20.6973 5.73852 20.6625 5.87813 20.6825 5.9851C20.7025 6.09207 20.7856 6.21019 20.9519 6.4464C21.6199 7.39556 22 8.48611 22 9.64606C22 14.1077 19.8661 15.4528 16.8229 16.2894C16.4555 16.3904 16.3162 16.8476 16.5196 17.1699C16.8161 17.6396 17 18.1596 17 18.7579V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 20.5675C6.57143 21.7248 3.71429 20.5675 2 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 22V18.7579C10 18.1596 10.1839 17.6396 10.4804 17.1699C10.6838 16.8476 10.5445 16.3904 10.1771 16.2894C7.13394 15.4528 5 14.1077 5 9.64606C5 8.48611 5.38005 7.39556 6.04811 6.4464C6.21437 6.21018 6.29749 6.09208 6.31748 5.9851C6.33746 5.87813 6.30272 5.73852 6.23322 5.45932C5.95038 4.32292 5.96871 3.11619 6.39322 2.02823C6.39322 2.02823 7.27042 1.74242 9.26698 2.98969C9.72282 3.27447 9.95075 3.41686 10.1515 3.44871C10.3522 3.48056 10.6206 3.41384 11.1573 3.28041C11.8913 3.09795 12.6476 3 13.5 3C14.3524 3 15.1087 3.09795 15.8427 3.28041C16.3794 3.41384 16.6478 3.48056 16.8485 3.44871C17.0493 3.41686 17.2772 3.27447 17.733 2.98969C19.7296 1.74242 20.6068 2.02823 20.6068 2.02823C21.0313 3.11619 21.0496 4.32292 20.7668 5.45932C20.6973 5.73852 20.6625 5.87813 20.6825 5.9851C20.7025 6.09207 20.7856 6.21019 20.9519 6.4464C21.6199 7.39556 22 8.48611 22 9.64606C22 14.1077 19.8661 15.4528 16.8229 16.2894C16.4555 16.3904 16.3162 16.8476 16.5196 17.1699C16.8161 17.6396 17 18.1596 17 18.7579V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-git-icons-gitlab{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7976 13.0838C21.9702 13.7157 22.0566 14.0317 21.9594 14.3228C21.8621 14.6139 21.6031 14.815 21.0851 15.2172L13.2468 21.3025C12.6478 21.7675 12.3484 22 12 22C11.6516 22 11.3522 21.7675 10.7532 21.3025L2.91487 15.2172C2.39687 14.815 2.13787 14.6139 2.04065 14.3228C1.94343 14.0317 2.02976 13.7157 2.20243 13.0838L5.23081 2L8.08792 8.65441C8.34375 9.25025 8.47166 9.54818 8.72598 9.71557C8.98031 9.88296 9.30503 9.88296 9.95448 9.88296H14.0455C14.695 9.88296 15.0197 9.88296 15.274 9.71557C15.5283 9.54818 15.6563 9.25025 15.9121 8.65441L18.7692 2L21.7976 13.0838Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M21.7976 13.0838C21.9702 13.7157 22.0566 14.0317 21.9594 14.3228C21.8621 14.6139 21.6031 14.815 21.0851 15.2172L13.2468 21.3025C12.6478 21.7675 12.3484 22 12 22C11.6516 22 11.3522 21.7675 10.7532 21.3025L2.91487 15.2172C2.39687 14.815 2.13787 14.6139 2.04065 14.3228C1.94343 14.0317 2.02976 13.7157 2.20243 13.0838L5.23081 2L8.08792 8.65441C8.34375 9.25025 8.47166 9.54818 8.72598 9.71557C8.98031 9.88296 9.30503 9.88296 9.95448 9.88296H14.0455C14.695 9.88296 15.0197 9.88296 15.274 9.71557C15.5283 9.54818 15.6563 9.25025 15.9121 8.65441L18.7692 2L21.7976 13.0838Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-body-part-leg{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00183 2C7.69316 2.31359 13.8994 3.89572 16.6428 7.74552C16.9785 8.21643 17.3319 8.54976 17.9113 8.69637C18.6361 8.87638 19.2359 9.36245 19.4537 10.0961C19.6856 10.8944 20.1138 11.7364 19.9778 12.5901C19.9257 12.9169 19.7657 13.218 19.4457 13.82L15.0988 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.00183 12C5.00183 13.7264 8.16622 14.5959 12.0018 13.7264C11.4156 14.0677 10.4146 14.6835 9.31712 15.9511C8.75814 16.5968 8.51959 17.4954 8.48067 18.4026C8.42865 19.615 8.24879 20.9338 7.62683 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.00183 7C5.00183 7 6.9608 7.28919 8.50183 8.5C9.50183 9.28571 11.4185 9.80952 12.0018 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00183 2C7.69316 2.31359 13.8994 3.89572 16.6428 7.74552C16.9785 8.21643 17.3319 8.54976 17.9113 8.69637C18.6361 8.87638 19.2359 9.36245 19.4537 10.0961C19.6856 10.8944 20.1138 11.7364 19.9778 12.5901C19.9257 12.9169 19.7657 13.218 19.4457 13.82L15.0988 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.00183 12C5.00183 13.7264 8.16622 14.5959 12.0018 13.7264C11.4156 14.0677 10.4146 14.6835 9.31712 15.9511C8.75814 16.5968 8.51959 17.4954 8.48067 18.4026C8.42865 19.615 8.24879 20.9338 7.62683 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.00183 7C5.00183 7 6.9608 7.28919 8.50183 8.5C9.50183 9.28571 11.4185 9.80952 12.0018 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-body-part-muscle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.01749 20.3002C3.14614 21.9148 8.059 23.1822 10.3793 20.1596C12.889 21.3601 17.0285 20.9879 20.3987 19.1086C20.8674 18.8472 21.3107 18.5174 21.5823 18.0544C22.1952 17.0094 22.2098 15.5595 21.0915 13.4202C19.2269 8.76584 15.8736 4.68025 14.5196 3.03724C14.2417 2.78377 12.4683 2.4238 11.3867 2.0779C10.909 1.92988 10.0196 1.83176 8.9557 3.23374C8.45133 3.89841 6.16016 5.53082 9.06724 6.62858C9.51762 6.74318 9.84869 6.9545 11.9034 6.57916C12.171 6.53272 12.8391 6.57916 13.3098 7.40553L14.2931 8.81173C14.3847 8.94264 14.444 9.09325 14.4623 9.25194C14.6345 10.7508 14.6289 12.6275 15.4647 13.5777C14.1739 12.6443 10.8007 11.5357 8.25907 14.6902M2.00146 12.9351C3.20967 11.7861 6.71154 9.97104 10.4174 12.5167%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.01749 20.3002C3.14614 21.9148 8.059 23.1822 10.3793 20.1596C12.889 21.3601 17.0285 20.9879 20.3987 19.1086C20.8674 18.8472 21.3107 18.5174 21.5823 18.0544C22.1952 17.0094 22.2098 15.5595 21.0915 13.4202C19.2269 8.76584 15.8736 4.68025 14.5196 3.03724C14.2417 2.78377 12.4683 2.4238 11.3867 2.0779C10.909 1.92988 10.0196 1.83176 8.9557 3.23374C8.45133 3.89841 6.16016 5.53082 9.06724 6.62858C9.51762 6.74318 9.84869 6.9545 11.9034 6.57916C12.171 6.53272 12.8391 6.57916 13.3098 7.40553L14.2931 8.81173C14.3847 8.94264 14.444 9.09325 14.4623 9.25194C14.6345 10.7508 14.6289 12.6275 15.4647 13.5777C14.1739 12.6443 10.8007 11.5357 8.25907 14.6902M2.00146 12.9351C3.20967 11.7861 6.71154 9.97104 10.4174 12.5167%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-body-part-six-pack{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 6C22 7 21 9 17 9C13 9 12 7 12 6C12 7 11 9 7 9C3 9 2 7 2 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 3.5C9.66667 3 8.5 2 7 2M14 3.5C14.3333 3 15.5 2 17 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9V10C4 11.3203 4.26603 12.6198 4.56009 13.8995C5.0994 16.2464 5.36933 19.5805 4 22M20 9V10C20 11.3203 19.734 12.6198 19.4399 13.8995C18.9006 16.2464 18.6307 19.5805 20 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 19C14.515 20.179 13.644 20.369 12.3229 19.2824C12.1326 19.1258 11.8582 19.115 11.6593 19.2605C10.2643 20.2819 9.39943 20.2911 8 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14C14.515 15.179 13.644 15.369 12.3229 14.2824C12.1326 14.1258 11.8582 14.115 11.6593 14.2605C10.2643 15.2819 9.39943 15.2911 8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 6C22 7 21 9 17 9C13 9 12 7 12 6C12 7 11 9 7 9C3 9 2 7 2 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 3.5C9.66667 3 8.5 2 7 2M14 3.5C14.3333 3 15.5 2 17 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9V10C4 11.3203 4.26603 12.6198 4.56009 13.8995C5.0994 16.2464 5.36933 19.5805 4 22M20 9V10C20 11.3203 19.734 12.6198 19.4399 13.8995C18.9006 16.2464 18.6307 19.5805 20 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 19C14.515 20.179 13.644 20.369 12.3229 19.2824C12.1326 19.1258 11.8582 19.115 11.6593 19.2605C10.2643 20.2819 9.39943 20.2911 8 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14C14.515 15.179 13.644 15.369 12.3229 14.2824C12.1326 14.1258 11.8582 14.115 11.6593 14.2605C10.2643 15.2819 9.39943 15.2911 8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-body-weight{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0037 14.0131V12.3719M12.0037 14.0131C10.3375 14.0131 8.67133 13.8308 7.00515 13.4663M12.0037 14.0131C13.6703 14.0131 15.337 13.831 17.0037 13.4663M7.00515 13.4663C5.73026 13.1873 4.45538 12.8016 3.18049 12.3092C2.67093 12.1124 2.41615 12.014 2.24133 11.7886C1.95127 11.4147 2.00369 10.8939 2.00369 10.4484C2.00369 9.21548 2.00369 7.59781 2.30449 7.27586C2.87395 6.66637 3.96104 7.22737 4.59332 7.43248C9.53357 9.03505 14.4738 9.03505 19.4141 7.43248C20.0463 7.22737 21.1334 6.66637 21.7029 7.27586C22.0037 7.59781 22.0037 9.21548 22.0037 10.4484C22.0037 11.0669 22.0037 11.376 21.8677 11.6314C21.6587 12.0239 21.2173 12.1584 20.8269 12.3092C19.5525 12.8014 18.2781 13.1873 17.0037 13.4663M7.00515 13.4663L7.00369 11.8246M17.0037 13.4663V11.8246%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0037 19.0186C14.337 20.3547 9.67033 20.3547 5.00366 19.0186%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.1924 3.00684C18.6154 4.31817 18.0853 6.56617 18.0853 7.59651M4.81678 3.00684C5.39372 4.31817 5.92387 6.56617 5.92387 7.59651M5.40047 15.5195C4.96164 16.9003 3.80185 19.6306 4.0056 21.0114M18.6156 15.5195C19.0544 16.9003 20.2142 19.6306 20.0105 21.0114%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0037 14.0131V12.3719M12.0037 14.0131C10.3375 14.0131 8.67133 13.8308 7.00515 13.4663M12.0037 14.0131C13.6703 14.0131 15.337 13.831 17.0037 13.4663M7.00515 13.4663C5.73026 13.1873 4.45538 12.8016 3.18049 12.3092C2.67093 12.1124 2.41615 12.014 2.24133 11.7886C1.95127 11.4147 2.00369 10.8939 2.00369 10.4484C2.00369 9.21548 2.00369 7.59781 2.30449 7.27586C2.87395 6.66637 3.96104 7.22737 4.59332 7.43248C9.53357 9.03505 14.4738 9.03505 19.4141 7.43248C20.0463 7.22737 21.1334 6.66637 21.7029 7.27586C22.0037 7.59781 22.0037 9.21548 22.0037 10.4484C22.0037 11.0669 22.0037 11.376 21.8677 11.6314C21.6587 12.0239 21.2173 12.1584 20.8269 12.3092C19.5525 12.8014 18.2781 13.1873 17.0037 13.4663M7.00515 13.4663L7.00369 11.8246M17.0037 13.4663V11.8246%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0037 19.0186C14.337 20.3547 9.67033 20.3547 5.00366 19.0186%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.1924 3.00684C18.6154 4.31817 18.0853 6.56617 18.0853 7.59651M4.81678 3.00684C5.39372 4.31817 5.92387 6.56617 5.92387 7.59651M5.40047 15.5195C4.96164 16.9003 3.80185 19.6306 4.0056 21.0114M18.6156 15.5195C19.0544 16.9003 20.2142 19.6306 20.0105 21.0114%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-boxing-bag{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 17.5C14 18.8333 10 18.8333 6 17.5M18 10.5C14 9.16667 10 9.16667 6 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 6.5L13.4948 3.68167C12.7977 2.89736 12.4491 2.5052 12 2.5052C11.5509 2.5052 11.2023 2.89736 10.5052 3.68167L8 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2L6 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.1114 21.7682C11.0371 22.0773 12.9629 22.0773 14.8886 21.7682C17.517 21.3464 18 20.4678 18 18.2919V9.70813C18 7.53225 17.517 6.65357 14.8886 6.23178C12.9629 5.92274 11.0371 5.92274 9.1114 6.23178C6.48303 6.65357 6 7.53225 6 9.70813V18.2919C6 20.4678 6.48303 21.3464 9.1114 21.7682Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 17.5C14 18.8333 10 18.8333 6 17.5M18 10.5C14 9.16667 10 9.16667 6 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 6.5L13.4948 3.68167C12.7977 2.89736 12.4491 2.5052 12 2.5052C11.5509 2.5052 11.2023 2.89736 10.5052 3.68167L8 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2L6 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.1114 21.7682C11.0371 22.0773 12.9629 22.0773 14.8886 21.7682C17.517 21.3464 18 20.4678 18 18.2919V9.70813C18 7.53225 17.517 6.65357 14.8886 6.23178C12.9629 5.92274 11.0371 5.92274 9.1114 6.23178C6.48303 6.65357 6 7.53225 6 9.70813V18.2919C6 20.4678 6.48303 21.3464 9.1114 21.7682Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-boxing-glove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.97757 11.2609C5.89056 13.9834 9.09865 17.3391 12.1066 18.394M5.97757 11.2609C5.67302 11.7837 2.56221 14.2775 2.50783 15.3338C2.24425 17.4316 5.80831 21.3726 8.55634 21.5071C9.58256 21.6528 11.006 19.9258 12.4489 18.6429C13.2436 17.9362 14.3889 17.7727 18.9733 16.6351C20.6369 16.3459 22.6355 13.4763 19.6727 11.0439M5.97757 11.2609C6.90579 9.05977 8.51048 4.80447 11.6575 3.12405C12.9355 2.39792 16.2549 1.72935 19.5075 4.82154C20.6265 5.76264 22.5662 7.82411 20.7608 10.1993C19.5571 11.602 17.7371 11.1959 17.5603 13.6221%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.97757 11.2609C5.89056 13.9834 9.09865 17.3391 12.1066 18.394M5.97757 11.2609C5.67302 11.7837 2.56221 14.2775 2.50783 15.3338C2.24425 17.4316 5.80831 21.3726 8.55634 21.5071C9.58256 21.6528 11.006 19.9258 12.4489 18.6429C13.2436 17.9362 14.3889 17.7727 18.9733 16.6351C20.6369 16.3459 22.6355 13.4763 19.6727 11.0439M5.97757 11.2609C6.90579 9.05977 8.51048 4.80447 11.6575 3.12405C12.9355 2.39792 16.2549 1.72935 19.5075 4.82154C20.6265 5.76264 22.5662 7.82411 20.7608 10.1993C19.5571 11.602 17.7371 11.1959 17.5603 13.6221%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-dumbbell-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75 14.7031C7.75 14.7031 8.65546 13.4814 9.25 13.2031C11.0448 12.363 11.4099 11.9979 12.25 10.2031C12.5283 9.60859 13.75 8.70312 13.75 8.70312M10.25 17.2031C10.25 17.2031 11.4717 16.2976 11.75 15.7031C12.5901 13.9083 12.9552 13.5432 14.75 12.7031C15.3445 12.4248 16.25 11.2031 16.25 11.2031%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.90334 18.4531L3.03779 19.3187C2.32074 20.0357 2.32074 21.1983 3.03779 21.9153C3.75483 22.6324 4.9174 22.6324 5.63445 21.9153L6.5 21.0498%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 4.85646L18.3656 3.99091C19.0826 3.27386 20.2452 3.27386 20.9622 3.99091C21.6793 4.70795 21.6793 5.87052 20.9622 6.58757L20.0967 7.45312%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9707 9.39723L15.5759 2.98261C15.5369 2.94347 15.4736 2.94327 15.4344 2.98216L12.0298 6.35473C11.9903 6.39385 11.9901 6.45766 12.0293 6.49704L18.436 12.9236C18.4751 12.9629 18.5386 12.963 18.5778 12.9238L21.9705 9.53929C22.0098 9.50012 22.0098 9.4365 21.9707 9.39723Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9707 19.3972L5.57592 12.9826C5.53691 12.9435 5.47364 12.9433 5.43438 12.9822L2.02975 16.3547C1.99026 16.3939 1.99006 16.4577 2.02931 16.497L8.43603 22.9236C8.47514 22.9629 8.5386 22.963 8.57782 22.9238L11.9705 19.5393C12.0098 19.5001 12.0098 19.4365 11.9707 19.3972Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75 14.7031C7.75 14.7031 8.65546 13.4814 9.25 13.2031C11.0448 12.363 11.4099 11.9979 12.25 10.2031C12.5283 9.60859 13.75 8.70312 13.75 8.70312M10.25 17.2031C10.25 17.2031 11.4717 16.2976 11.75 15.7031C12.5901 13.9083 12.9552 13.5432 14.75 12.7031C15.3445 12.4248 16.25 11.2031 16.25 11.2031%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.90334 18.4531L3.03779 19.3187C2.32074 20.0357 2.32074 21.1983 3.03779 21.9153C3.75483 22.6324 4.9174 22.6324 5.63445 21.9153L6.5 21.0498%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 4.85646L18.3656 3.99091C19.0826 3.27386 20.2452 3.27386 20.9622 3.99091C21.6793 4.70795 21.6793 5.87052 20.9622 6.58757L20.0967 7.45312%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9707 9.39723L15.5759 2.98261C15.5369 2.94347 15.4736 2.94327 15.4344 2.98216L12.0298 6.35473C11.9903 6.39385 11.9901 6.45766 12.0293 6.49704L18.436 12.9236C18.4751 12.9629 18.5386 12.963 18.5778 12.9238L21.9705 9.53929C22.0098 9.50012 22.0098 9.4365 21.9707 9.39723Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9707 19.3972L5.57592 12.9826C5.53691 12.9435 5.47364 12.9433 5.43438 12.9822L2.02975 16.3547C1.99026 16.3939 1.99006 16.4577 2.02931 16.497L8.43603 22.9236C8.47514 22.9629 8.5386 22.963 8.57782 22.9238L11.9705 19.5393C12.0098 19.5001 12.0098 19.4365 11.9707 19.3972Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-dumbbell-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 8C15.7562 8.73137 15.2546 9.29277 14.5446 9.60753C12.2642 10.6185 10.6185 12.2642 9.60753 14.5446C9.29277 15.2546 8.73137 15.7562 8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.2 20.8L2 22M20.8 3.2L22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7883 2.42102L16.2761 3.87417L20.1167 7.75064L21.5943 6.31592C22.0378 5.79352 22.1736 5.40001 21.6215 4.67523L20.5157 3.51232L19.3947 2.40652C18.6782 1.76376 18.1137 2.1096 17.7883 2.42102Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0116 3.75663C15.1222 2.58281 15.8829 3.41823 16.2735 3.88343L20.0811 7.70639C20.555 8.08633 21.4221 8.81529 20.2761 9.95037C20.0912 10.1335 19.91 10.3253 19.709 10.4907C18.9671 11.1009 18.2551 10.595 17.8779 10.1302L14.0021 6.25446C13.594 5.88789 12.889 5.22374 13.4845 4.33596C13.6449 4.13108 13.8327 3.94568 14.0116 3.75663Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.58743 21.6202L3.44609 20.4922L2.36213 19.35C1.71891 18.7068 2.09 18.0635 2.40765 17.7442L3.88972 16.2603L7.74631 20.1336L6.22834 21.6247C5.69748 22.058 5.33348 22.1907 4.6195 21.6247M6.22333 13.9244C5.83272 13.4592 5.07209 12.6238 3.96149 13.7976C3.78262 13.9866 3.59481 14.172 3.43432 14.3769C2.83883 15.2647 3.54386 15.9289 3.95194 16.2954L7.82772 20.1711C8.20497 20.636 8.91698 21.1419 9.65885 20.5316C9.85984 20.3663 10.0411 20.1745 10.226 19.9913C11.3719 18.8563 10.5049 18.1273 10.031 17.7474L6.22333 13.9244Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 8C15.7562 8.73137 15.2546 9.29277 14.5446 9.60753C12.2642 10.6185 10.6185 12.2642 9.60753 14.5446C9.29277 15.2546 8.73137 15.7562 8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.2 20.8L2 22M20.8 3.2L22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7883 2.42102L16.2761 3.87417L20.1167 7.75064L21.5943 6.31592C22.0378 5.79352 22.1736 5.40001 21.6215 4.67523L20.5157 3.51232L19.3947 2.40652C18.6782 1.76376 18.1137 2.1096 17.7883 2.42102Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0116 3.75663C15.1222 2.58281 15.8829 3.41823 16.2735 3.88343L20.0811 7.70639C20.555 8.08633 21.4221 8.81529 20.2761 9.95037C20.0912 10.1335 19.91 10.3253 19.709 10.4907C18.9671 11.1009 18.2551 10.595 17.8779 10.1302L14.0021 6.25446C13.594 5.88789 12.889 5.22374 13.4845 4.33596C13.6449 4.13108 13.8327 3.94568 14.0116 3.75663Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.58743 21.6202L3.44609 20.4922L2.36213 19.35C1.71891 18.7068 2.09 18.0635 2.40765 17.7442L3.88972 16.2603L7.74631 20.1336L6.22834 21.6247C5.69748 22.058 5.33348 22.1907 4.6195 21.6247M6.22333 13.9244C5.83272 13.4592 5.07209 12.6238 3.96149 13.7976C3.78262 13.9866 3.59481 14.172 3.43432 14.3769C2.83883 15.2647 3.54386 15.9289 3.95194 16.2954L7.82772 20.1711C8.20497 20.636 8.91698 21.1419 9.65885 20.5316C9.85984 20.3663 10.0411 20.1745 10.226 19.9913C11.3719 18.8563 10.5049 18.1273 10.031 17.7474L6.22333 13.9244Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-dumbbell-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 6.5H7.52786C7.83835 6.5 8.14353 6.4245 8.42703 6.29788C10.809 5.23404 13.191 5.23404 15.573 6.29788C15.8565 6.4245 16.1616 6.5 16.4721 6.5H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17.5H7.52786C7.83835 17.5 8.14353 17.4245 8.42703 17.2979C10.809 16.234 13.191 16.234 15.573 17.2979C15.8565 17.4245 16.1616 17.5 16.4721 17.5H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 3V10M18 3V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 14V21M18 14V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 6.5H2M20.5 6.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 17.5H2M20.5 17.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 4.5V8.5M20.5 4.5V8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 15.5V19.5M20.5 15.5V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 6.5H7.52786C7.83835 6.5 8.14353 6.4245 8.42703 6.29788C10.809 5.23404 13.191 5.23404 15.573 6.29788C15.8565 6.4245 16.1616 6.5 16.4721 6.5H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17.5H7.52786C7.83835 17.5 8.14353 17.4245 8.42703 17.2979C10.809 16.234 13.191 16.234 15.573 17.2979C15.8565 17.4245 16.1616 17.5 16.4721 17.5H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 3V10M18 3V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 14V21M18 14V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 6.5H2M20.5 6.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 17.5H2M20.5 17.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 4.5V8.5M20.5 4.5V8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 15.5V19.5M20.5 15.5V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-equipment-bench-press{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 3V8M6 3V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 4V5.5M20.5 5.5V7M20.5 5.5H22M3.5 4V5.5M3.5 5.5V7M3.5 5.5H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 5.5L6 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.5V10M14 5.5V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9517 16H5.06243M14.2556 10H10.2066C9.19904 10 8.82575 10.1443 8.27172 10.9923L5.25854 15.6043C5.07336 15.8877 5 16.1138 5 16.4581C5 18.6114 5.87314 19 7.8469 19H16.0969C18.1334 19 19 18.6165 19 16.4079C19 16.1018 18.9432 15.8986 18.7957 15.6351L16.2591 11.1056C15.725 10.1518 15.3409 10 14.2556 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 19V21M8 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 3V8M6 3V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 4V5.5M20.5 5.5V7M20.5 5.5H22M3.5 4V5.5M3.5 5.5V7M3.5 5.5H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 5.5L6 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.5V10M14 5.5V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9517 16H5.06243M14.2556 10H10.2066C9.19904 10 8.82575 10.1443 8.27172 10.9923L5.25854 15.6043C5.07336 15.8877 5 16.1138 5 16.4581C5 18.6114 5.87314 19 7.8469 19H16.0969C18.1334 19 19 18.6165 19 16.4079C19 16.1018 18.9432 15.8986 18.7957 15.6351L16.2591 11.1056C15.725 10.1518 15.3409 10 14.2556 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 19V21M8 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-equipment-chest-press{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9107 8.36842C14.212 8.60058 14.2745 8.98921 14.3995 9.76646L14.8575 12.6146C15.0197 13.623 15.1008 14.1271 14.7812 14.4545C14.0248 15.2293 9.88108 15.1328 9.21883 14.4545C8.89925 14.1271 8.98033 13.6229 9.14248 12.6146L9.60049 9.76647C9.72548 8.98921 9.78798 8.60058 10.0893 8.36842C10.7104 7.88989 13.2569 7.86466 13.9107 8.36842Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 19C7.54219 18.8734 7.56329 18.8101 7.58586 18.754C7.87405 18.0371 8.54939 17.5504 9.32061 17.5037C9.38101 17.5 9.44772 17.5 9.58114 17.5H14.4189C14.5523 17.5 14.619 17.5 14.6794 17.5037C15.4506 17.5504 16.126 18.0371 16.4141 18.754C16.4367 18.8101 16.4578 18.8734 16.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5V22M12 22H19M12 22H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 14V10.4031C21 9.70834 21 9.36095 20.8873 9.03955C20.7745 8.71814 20.5575 8.44688 20.1235 7.90434L18.201 5.50122C17.6109 4.7636 17.3158 4.39479 16.9051 4.19739C16.4944 4 16.0221 4 15.0775 4H8.9225C7.97788 4 7.50557 4 7.09487 4.19739C6.68417 4.39479 6.38912 4.7636 5.79902 5.50122L3.87653 7.90434C3.4425 8.44688 3.22549 8.71814 3.11274 9.03955C3 9.36095 3 9.70834 3 10.4031V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12H6M21 12H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9107 8.36842C14.212 8.60058 14.2745 8.98921 14.3995 9.76646L14.8575 12.6146C15.0197 13.623 15.1008 14.1271 14.7812 14.4545C14.0248 15.2293 9.88108 15.1328 9.21883 14.4545C8.89925 14.1271 8.98033 13.6229 9.14248 12.6146L9.60049 9.76647C9.72548 8.98921 9.78798 8.60058 10.0893 8.36842C10.7104 7.88989 13.2569 7.86466 13.9107 8.36842Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 19C7.54219 18.8734 7.56329 18.8101 7.58586 18.754C7.87405 18.0371 8.54939 17.5504 9.32061 17.5037C9.38101 17.5 9.44772 17.5 9.58114 17.5H14.4189C14.5523 17.5 14.619 17.5 14.6794 17.5037C15.4506 17.5504 16.126 18.0371 16.4141 18.754C16.4367 18.8101 16.4578 18.8734 16.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5V22M12 22H19M12 22H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 14V10.4031C21 9.70834 21 9.36095 20.8873 9.03955C20.7745 8.71814 20.5575 8.44688 20.1235 7.90434L18.201 5.50122C17.6109 4.7636 17.3158 4.39479 16.9051 4.19739C16.4944 4 16.0221 4 15.0775 4H8.9225C7.97788 4 7.50557 4 7.09487 4.19739C6.68417 4.39479 6.38912 4.7636 5.79902 5.50122L3.87653 7.90434C3.4425 8.44688 3.22549 8.71814 3.11274 9.03955C3 9.36095 3 9.70834 3 10.4031V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12H6M21 12H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-equipment-gym-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75 11.5H16.25C17.6429 11.5 18 11.9094 18 13.25C18 14.6429 17.5906 15 16.25 15H7.75C6.3571 15 6 14.5906 6 13.25C6 11.8571 6.40936 11.5 7.75 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.75 15H16.25C17.6429 15 18 15.4094 18 16.75C18 18.1429 17.5906 18.5 16.25 18.5H7.75C6.3571 18.5 6 18.0906 6 16.75C6 15.3571 6.40936 15 7.75 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.75 18.5H16.25C17.6429 18.5 18 18.9094 18 20.25C18 21.6429 17.5906 22 16.25 22H7.75C6.3571 22 6 21.5906 6 20.25C6 18.8571 6.40936 18.5 7.75 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7.50014L21.201 6.50136C20.6109 5.76374 20.3158 5.39493 19.9051 5.19754C19.5608 5.03203 19.1731 5.00529 18.5 5.00098M2 7.50014L2.79902 6.50136C3.38912 5.76374 3.68417 5.39493 4.09487 5.19754C4.43923 5.03203 4.82691 5.00529 5.5 5.00098M16 5.00098L8 5.00098%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 2V11.5M8 2V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75 11.5H16.25C17.6429 11.5 18 11.9094 18 13.25C18 14.6429 17.5906 15 16.25 15H7.75C6.3571 15 6 14.5906 6 13.25C6 11.8571 6.40936 11.5 7.75 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.75 15H16.25C17.6429 15 18 15.4094 18 16.75C18 18.1429 17.5906 18.5 16.25 18.5H7.75C6.3571 18.5 6 18.0906 6 16.75C6 15.3571 6.40936 15 7.75 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.75 18.5H16.25C17.6429 18.5 18 18.9094 18 20.25C18 21.6429 17.5906 22 16.25 22H7.75C6.3571 22 6 21.5906 6 20.25C6 18.8571 6.40936 18.5 7.75 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7.50014L21.201 6.50136C20.6109 5.76374 20.3158 5.39493 19.9051 5.19754C19.5608 5.03203 19.1731 5.00529 18.5 5.00098M2 7.50014L2.79902 6.50136C3.38912 5.76374 3.68417 5.39493 4.09487 5.19754C4.43923 5.03203 4.82691 5.00529 5.5 5.00098M16 5.00098L8 5.00098%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 2V11.5M8 2V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-equipment-gym-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3L3 21M21 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 6L2 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 10C16.6046 10 17.5 10.9693 17.5 12.165C17.5 12.4484 17.4497 12.719 17.3583 12.967C17.0641 13.7653 13.8692 13.5843 13.6417 12.967C13.5503 12.719 13.5 12.4484 13.5 12.165C13.5 10.9693 14.3954 10 15.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 10C9.60457 10 10.5 10.9693 10.5 12.165C10.5 12.4484 10.4497 12.719 10.3583 12.967C10.0641 13.7653 6.86923 13.5843 6.64168 12.967C6.55027 12.719 6.5 12.4484 6.5 12.165C6.5 10.9693 7.39543 10 8.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 10V6M15.5 10V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3L3 21M21 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 6L2 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 10C16.6046 10 17.5 10.9693 17.5 12.165C17.5 12.4484 17.4497 12.719 17.3583 12.967C17.0641 13.7653 13.8692 13.5843 13.6417 12.967C13.5503 12.719 13.5 12.4484 13.5 12.165C13.5 10.9693 14.3954 10 15.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 10C9.60457 10 10.5 10.9693 10.5 12.165C10.5 12.4484 10.4497 12.719 10.3583 12.967C10.0641 13.7653 6.86923 13.5843 6.64168 12.967C6.55027 12.719 6.5 12.4484 6.5 12.165C6.5 10.9693 7.39543 10 8.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 10V6M15.5 10V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-equipment-gym-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 3V8M6 3V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 4V5.5M20.5 5.5V7M20.5 5.5H22M3.5 4V5.5M3.5 5.5V7M3.5 5.5H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 5.5L6 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.27653 19H16.7235C17.961 19 18.5797 19 18.8356 18.6974C19.4163 18.0107 18.3038 17.1031 17.8979 16.6456C17.4405 16.1302 17.1059 16 16.4299 16H7.57013C6.89408 16 6.55953 16.1302 6.10214 16.6456C5.69617 17.1031 4.58375 18.0107 5.16444 18.6974C5.42026 19 6.03902 19 7.27653 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8V16M15 8V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 19V21M8 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 3V8M6 3V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 4V5.5M20.5 5.5V7M20.5 5.5H22M3.5 4V5.5M3.5 5.5V7M3.5 5.5H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 5.5L6 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.27653 19H16.7235C17.961 19 18.5797 19 18.8356 18.6974C19.4163 18.0107 18.3038 17.1031 17.8979 16.6456C17.4405 16.1302 17.1059 16 16.4299 16H7.57013C6.89408 16 6.55953 16.1302 6.10214 16.6456C5.69617 17.1031 4.58375 18.0107 5.16444 18.6974C5.42026 19 6.03902 19 7.27653 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8V16M15 8V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 19V21M8 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-equipment-weightlifting{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5286 8H13.4714C14.0307 8 14.6182 8.00228 14.8682 8.61732C15.0439 9.04998 15.0439 9.95002 14.8682 10.3827C14.6182 10.9977 14.0307 11 13.4714 11H10.5286C9.96929 11 9.38175 10.9977 9.13185 10.3827C8.95605 9.95002 8.95605 9.04998 9.13185 8.61732C9.38175 8.00228 9.96929 8 10.5286 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5286 11H13.4714C14.0307 11 14.6182 11.0023 14.8682 11.6173C15.0439 12.05 15.0439 12.95 14.8682 13.3827C14.6182 13.9977 14.0307 14 13.4714 14H10.5286C9.96929 14 9.38175 13.9977 9.13185 13.3827C8.95605 12.95 8.95605 12.05 9.13185 11.6173C9.38175 11.0023 9.96929 11 10.5286 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 19C7.54219 18.8734 7.56329 18.8101 7.58586 18.754C7.87405 18.0371 8.54939 17.5504 9.32061 17.5037C9.38101 17.5 9.44772 17.5 9.58114 17.5H14.4189C14.5523 17.5 14.619 17.5 14.6794 17.5037C15.4506 17.5504 16.126 18.0371 16.4141 18.754C16.4367 18.8101 16.4578 18.8734 16.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5V22M12 22H19M12 22H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 8.5L19.7959 7.09525C18.9123 6.06437 18.4705 5.54892 17.8738 5.27446C17.277 5 16.5981 5 15.2404 5H8.75961C7.40185 5 6.72297 5 6.12623 5.27446C5.5295 5.54892 5.08769 6.06437 4.20407 7.09525L3 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5286 8H13.4714C14.0307 8 14.6182 8.00228 14.8682 8.61732C15.0439 9.04998 15.0439 9.95002 14.8682 10.3827C14.6182 10.9977 14.0307 11 13.4714 11H10.5286C9.96929 11 9.38175 10.9977 9.13185 10.3827C8.95605 9.95002 8.95605 9.04998 9.13185 8.61732C9.38175 8.00228 9.96929 8 10.5286 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5286 11H13.4714C14.0307 11 14.6182 11.0023 14.8682 11.6173C15.0439 12.05 15.0439 12.95 14.8682 13.3827C14.6182 13.9977 14.0307 14 13.4714 14H10.5286C9.96929 14 9.38175 13.9977 9.13185 13.3827C8.95605 12.95 8.95605 12.05 9.13185 11.6173C9.38175 11.0023 9.96929 11 10.5286 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 19C7.54219 18.8734 7.56329 18.8101 7.58586 18.754C7.87405 18.0371 8.54939 17.5504 9.32061 17.5037C9.38101 17.5 9.44772 17.5 9.58114 17.5H14.4189C14.5523 17.5 14.619 17.5 14.6794 17.5037C15.4506 17.5504 16.126 18.0371 16.4141 18.754C16.4367 18.8101 16.4578 18.8734 16.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5V22M12 22H19M12 22H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 8.5L19.7959 7.09525C18.9123 6.06437 18.4705 5.54892 17.8738 5.27446C17.277 5 16.5981 5 15.2404 5H8.75961C7.40185 5 6.72297 5 6.12623 5.27446C5.5295 5.54892 5.08769 6.06437 4.20407 7.09525L3 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-expander{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.3571 16.4959C11.6146 16.2799 11.9094 16.1104 12.2227 16.0062C14.25 15.3712 13.125 13.8529 14.9637 13.2541C16.3826 12.792 15.9474 12.0124 16.5 11.3542M10.0714 13.925C10.2696 13.7682 10.5064 13.6567 10.7675 13.6047C11.843 13.3998 11.6797 11.7582 12.8218 11.5392C13.6076 11.3803 13.5198 10.585 13.9285 10.0688M7.5 12.6397C7.73674 12.3454 8.05224 12.2541 8.36559 12.15C10.3125 11.4346 9.1875 9.74751 11.1065 9.39786C12.5625 9.18515 12 8.06041 12.6429 7.49805%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.9777 2L22 9.03348M15.5409 3.52544L14.0311 4.9589C14.0049 4.98376 13.9942 5.02077 14.003 5.05575L15.0004 9.0039L18.9627 9.99147C18.9976 10.0002 19.0346 9.98949 19.0595 9.96348L20.5201 8.43597%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.00391 14.986L9.02711 22.0024M3.52343 15.5427L4.95226 14.0332C4.9772 14.0069 5.01448 13.9961 5.04964 14.0051L8.99565 15.013L10.0047 18.9381C10.0137 18.9732 10.003 19.0105 9.97668 19.0355L8.48317 20.4536%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.3571 16.4959C11.6146 16.2799 11.9094 16.1104 12.2227 16.0062C14.25 15.3712 13.125 13.8529 14.9637 13.2541C16.3826 12.792 15.9474 12.0124 16.5 11.3542M10.0714 13.925C10.2696 13.7682 10.5064 13.6567 10.7675 13.6047C11.843 13.3998 11.6797 11.7582 12.8218 11.5392C13.6076 11.3803 13.5198 10.585 13.9285 10.0688M7.5 12.6397C7.73674 12.3454 8.05224 12.2541 8.36559 12.15C10.3125 11.4346 9.1875 9.74751 11.1065 9.39786C12.5625 9.18515 12 8.06041 12.6429 7.49805%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.9777 2L22 9.03348M15.5409 3.52544L14.0311 4.9589C14.0049 4.98376 13.9942 5.02077 14.003 5.05575L15.0004 9.0039L18.9627 9.99147C18.9976 10.0002 19.0346 9.98949 19.0595 9.96348L20.5201 8.43597%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.00391 14.986L9.02711 22.0024M3.52343 15.5427L4.95226 14.0332C4.9772 14.0069 5.01448 13.9961 5.04964 14.0051L8.99565 15.013L10.0047 18.9381C10.0137 18.9732 10.003 19.0105 9.97668 19.0355L8.48317 20.4536%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-gymnastic-rings{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 22C19.5376 22 22 19.5376 22 16.5C22 13.4624 19.5376 11 16.5 11C13.4624 11 11 13.4624 11 16.5C11 19.5376 13.4624 22 16.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 11V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9.30301C10.9999 7.90869 9.36299 7 7.51337 7C4.46842 7 2 9.46269 2 12.5006C2 15.7438 4.92815 18.3289 8.14063 17.9659%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 7L7.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 22C19.5376 22 22 19.5376 22 16.5C22 13.4624 19.5376 11 16.5 11C13.4624 11 11 13.4624 11 16.5C11 19.5376 13.4624 22 16.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 11V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9.30301C10.9999 7.90869 9.36299 7 7.51337 7C4.46842 7 2 9.46269 2 12.5006C2 15.7438 4.92815 18.3289 8.14063 17.9659%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 7L7.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-hand-grip{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.34209 19.8156C4.06053 18.5763 4.98575 15.6198 5.4604 13.3476C5.59803 12.6888 5.65664 11.3535 6.41351 11.05C6.84624 10.8764 7.41395 11.1662 8.54935 11.7457C9.42191 12.1911 9.85819 12.4138 9.97088 12.8837C10.2411 14.0101 8.4191 14.4446 8.85203 15.5942C9.3353 16.8775 9.0071 17.2525 8.06816 18.0939C7.35009 18.7374 8.28388 19.5511 7.86825 20.2587C6.83365 22.0202 5.19899 22.5446 3.03619 21.3715C2.46319 21.0606 1.47447 20.4413 2.34209 19.8156Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.6579 19.8156C19.9395 18.5763 19.0143 15.6198 18.5396 13.3476C18.402 12.6888 18.3434 11.3535 17.5865 11.05C17.1538 10.8764 16.5861 11.1662 15.4506 11.7457C14.5781 12.1911 14.1418 12.4138 14.0291 12.8837C13.7601 14.0051 15.5771 14.4546 15.148 15.5942C14.6647 16.8775 14.9929 17.2525 15.9318 18.0939C16.6499 18.7374 15.7161 19.5511 16.1318 20.2587C17.1664 22.0202 18.801 22.5446 20.9638 21.3715C21.5368 21.0606 22.5255 20.4413 21.6579 19.8156Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 4.5C14.5 5.88071 13.3807 7 12 7C10.6193 7 9.5 5.88071 9.5 4.5C9.5 3.11929 10.6193 2 12 2C13.3807 2 14.5 3.11929 14.5 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 11.5L9.25 8.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0377 6.21191L15.5491 11.64%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.34209 19.8156C4.06053 18.5763 4.98575 15.6198 5.4604 13.3476C5.59803 12.6888 5.65664 11.3535 6.41351 11.05C6.84624 10.8764 7.41395 11.1662 8.54935 11.7457C9.42191 12.1911 9.85819 12.4138 9.97088 12.8837C10.2411 14.0101 8.4191 14.4446 8.85203 15.5942C9.3353 16.8775 9.0071 17.2525 8.06816 18.0939C7.35009 18.7374 8.28388 19.5511 7.86825 20.2587C6.83365 22.0202 5.19899 22.5446 3.03619 21.3715C2.46319 21.0606 1.47447 20.4413 2.34209 19.8156Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.6579 19.8156C19.9395 18.5763 19.0143 15.6198 18.5396 13.3476C18.402 12.6888 18.3434 11.3535 17.5865 11.05C17.1538 10.8764 16.5861 11.1662 15.4506 11.7457C14.5781 12.1911 14.1418 12.4138 14.0291 12.8837C13.7601 14.0051 15.5771 14.4546 15.148 15.5942C14.6647 16.8775 14.9929 17.2525 15.9318 18.0939C16.6499 18.7374 15.7161 19.5511 16.1318 20.2587C17.1664 22.0202 18.801 22.5446 20.9638 21.3715C21.5368 21.0606 22.5255 20.4413 21.6579 19.8156Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 4.5C14.5 5.88071 13.3807 7 12 7C10.6193 7 9.5 5.88071 9.5 4.5C9.5 3.11929 10.6193 2 12 2C13.3807 2 14.5 3.11929 14.5 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 11.5L9.25 8.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0377 6.21191L15.5491 11.64%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-kettlebell{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0003 9C18.2118 6.13886 18.8204 5.15138 18.3298 4.0713C18.1796 3.74048 17.964 3.43972 17.6947 3.18507C16.0234 1.60498 7.97656 1.60498 6.30528 3.18507C6.03594 3.43972 5.82038 3.74048 5.67013 4.0713C5.17956 5.15138 5.78859 6.13886 7.00009 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8C7.58172 8 4 11.5817 4 16C4 17.8455 4.62489 19.545 5.67463 20.8985C6.39442 21.8266 7.06365 22 8.22111 22H15.7789C16.9363 22 17.6056 21.8266 18.3254 20.8985C19.3751 19.545 20 17.8455 20 16C20 11.5817 16.4183 8 12 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 16H16.5M7.5 16H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2216%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0003 9C18.2118 6.13886 18.8204 5.15138 18.3298 4.0713C18.1796 3.74048 17.964 3.43972 17.6947 3.18507C16.0234 1.60498 7.97656 1.60498 6.30528 3.18507C6.03594 3.43972 5.82038 3.74048 5.67013 4.0713C5.17956 5.15138 5.78859 6.13886 7.00009 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8C7.58172 8 4 11.5817 4 16C4 17.8455 4.62489 19.545 5.67463 20.8985C6.39442 21.8266 7.06365 22 8.22111 22H15.7789C16.9363 22 17.6056 21.8266 18.3254 20.8985C19.3751 19.545 20 17.8455 20 16C20 11.5817 16.4183 8 12 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 16H16.5M7.5 16H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2216%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-locker{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 3H14C17.7712 3 19.6569 3 20.8284 4.17157C22 5.34315 22 7.22876 22 11C22 14.7712 22 16.6569 20.8284 17.8284C19.6569 19 17.7712 19 14 19H10C6.22876 19 4.34315 19 3.17157 17.8284C2 16.6569 2 14.7712 2 11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 7L8.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 10L8.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 7L18.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 10L18.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 19V21M4 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3L12 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.992 14L18.001 14%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 14L8.50898 14%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 3H14C17.7712 3 19.6569 3 20.8284 4.17157C22 5.34315 22 7.22876 22 11C22 14.7712 22 16.6569 20.8284 17.8284C19.6569 19 17.7712 19 14 19H10C6.22876 19 4.34315 19 3.17157 17.8284C2 16.6569 2 14.7712 2 11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 7L8.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 10L8.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 7L18.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 10L18.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 19V21M4 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3L12 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.992 14L18.001 14%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 14L8.50898 14%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-pool{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 21H21C19.5486 21 18.278 20.1411 18 19C17.722 20.1411 16.4514 21 15 21C13.5486 21 12.278 20.1411 12 19C11.722 20.1411 10.4514 21 9 21C7.54863 21 6.27796 20.1411 6 19C5.72204 20.1411 4.45137 21 3 21H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 3L18.7351 3.0883C17.4151 3.52832 16.755 3.74832 16.3775 4.2721C16 4.79587 16 5.49159 16 6.88304L16 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 3L10.7351 3.0883C9.41505 3.52832 8.75503 3.74832 8.37752 4.2721C8 4.79587 8 5.49159 8 6.88304L8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7H16M8 11H16M8 15H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 21H21C19.5486 21 18.278 20.1411 18 19C17.722 20.1411 16.4514 21 15 21C13.5486 21 12.278 20.1411 12 19C11.722 20.1411 10.4514 21 9 21C7.54863 21 6.27796 20.1411 6 19C5.72204 20.1411 4.45137 21 3 21H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 3L18.7351 3.0883C17.4151 3.52832 16.755 3.74832 16.3775 4.2721C16 4.79587 16 5.49159 16 6.88304L16 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 3L10.7351 3.0883C9.41505 3.52832 8.75503 3.74832 8.37752 4.2721C8 4.79587 8 5.49159 8 6.88304L8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7H16M8 11H16M8 15H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-punching-ball-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.002 22C8.4121 22 5.50195 19.8177 5.50195 16.5095C5.50195 13.6609 7.9118 11.6468 9.27297 7.95509C9.4458 7.48634 9.53222 7.25196 9.59859 7.1298C9.95355 6.47644 10.4553 6.14521 11.2407 6.04564C11.7205 5.98482 12.2832 5.98478 12.7629 6.04554C13.5485 6.14503 14.0503 6.47626 14.4054 7.12968C14.4717 7.25185 14.5582 7.48626 14.731 7.95508C16.0922 11.6466 18.502 13.6606 18.502 16.5092C18.502 19.8174 15.5918 22 12.002 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.95495 14C8.93192 15.7778 9.65332 22 12.0009 22C14.3463 22 15.0741 15.7778 14.0487 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6V3.5M12 3.5L12.9153 3.27116C13.6038 3.09905 14.1826 2.63471 14.5 2M12 3.5L11.0847 3.27116C10.3962 3.09905 9.81735 2.63471 9.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.002 9H9.00195%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.002 22C8.4121 22 5.50195 19.8177 5.50195 16.5095C5.50195 13.6609 7.9118 11.6468 9.27297 7.95509C9.4458 7.48634 9.53222 7.25196 9.59859 7.1298C9.95355 6.47644 10.4553 6.14521 11.2407 6.04564C11.7205 5.98482 12.2832 5.98478 12.7629 6.04554C13.5485 6.14503 14.0503 6.47626 14.4054 7.12968C14.4717 7.25185 14.5582 7.48626 14.731 7.95508C16.0922 11.6466 18.502 13.6606 18.502 16.5092C18.502 19.8174 15.5918 22 12.002 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.95495 14C8.93192 15.7778 9.65332 22 12.0009 22C14.3463 22 15.0741 15.7778 14.0487 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6V3.5M12 3.5L12.9153 3.27116C13.6038 3.09905 14.1826 2.63471 14.5 2M12 3.5L11.0847 3.27116C10.3962 3.09905 9.81735 2.63471 9.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.002 9H9.00195%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-punching-ball-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6897 18.5H9.31035C8.63048 18.5 8.00273 18.8846 7.66542 19.5077L7.12621 20.5039C6.76535 21.1705 7.22133 22 7.94867 22H16.0513C16.7787 22 17.2347 21.1705 16.8738 20.5039L16.3346 19.5077C15.9973 18.8846 15.3695 18.5 14.6897 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12V18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2C9.51472 2 7.5 3.17807 7.5 5.84619C7.5 8.18121 9.5105 8.74889 10.5152 10.9489C10.6595 11.2648 10.7316 11.4227 10.7782 11.4936C10.9831 11.8056 11.1795 11.9309 11.5517 11.9872C11.6363 12 11.7575 12 11.9999 12C12.2423 12 12.3636 12 12.4481 11.9873C12.8204 11.9311 13.0162 11.8063 13.2214 11.4945C13.268 11.4236 13.3404 11.2655 13.4853 10.9491C14.4901 8.75415 16.5 8.20205 16.5 5.84619C16.5 3.15386 14.4853 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6897 18.5H9.31035C8.63048 18.5 8.00273 18.8846 7.66542 19.5077L7.12621 20.5039C6.76535 21.1705 7.22133 22 7.94867 22H16.0513C16.7787 22 17.2347 21.1705 16.8738 20.5039L16.3346 19.5077C15.9973 18.8846 15.3695 18.5 14.6897 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12V18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2C9.51472 2 7.5 3.17807 7.5 5.84619C7.5 8.18121 9.5105 8.74889 10.5152 10.9489C10.6595 11.2648 10.7316 11.4227 10.7782 11.4936C10.9831 11.8056 11.1795 11.9309 11.5517 11.9872C11.6363 12 11.7575 12 11.9999 12C12.2423 12 12.3636 12 12.4481 11.9873C12.8204 11.9311 13.0162 11.8063 13.2214 11.4945C13.268 11.4236 13.3404 11.2655 13.4853 10.9491C14.4901 8.75415 16.5 8.20205 16.5 5.84619C16.5 3.15386 14.4853 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-push-up-bar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 10V8.5C3.5 6.61438 3.5 5.67157 4.08579 5.08579C4.67157 4.5 5.61438 4.5 7.5 4.5M20.5 10V8.5C20.5 6.61438 20.5 5.67157 19.9142 5.08579C19.3284 4.5 18.3856 4.5 16.5 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 10H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 10H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.36774 3.50788H14.6323C15.1691 3.50788 15.9008 3.41222 16.2766 3.88743C16.5 4.16989 16.5 4.58782 16.5 5.42367C16.5 5.94012 16.402 6.1124 15.913 6.31305L14.8339 6.75578C14.4233 6.92423 14.218 7.00846 14.004 6.99933C13.2715 6.96808 12.7454 6.19327 12 6.19327C11.2546 6.19327 10.7285 6.96808 9.996 6.99933C9.78196 7.00846 9.57667 6.92423 9.16611 6.75578L8.08704 6.31305C7.59799 6.1124 7.5 5.94012 7.5 5.42367C7.5 4.58782 7.5 4.16989 7.72338 3.88743C8.0992 3.41222 8.83092 3.50788 9.36774 3.50788Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.36774 14.0002H14.6323C15.1691 14.0002 15.9008 13.9046 16.2766 14.3798C16.5 14.6623 16.5 15.0802 16.5 15.916C16.5 16.4325 16.402 16.6048 15.913 16.8054L14.8339 17.2481C14.4233 17.4166 14.218 17.5008 14.004 17.4917C13.2715 17.4604 12.7454 16.6856 12 16.6856C11.2546 16.6856 10.7285 17.4604 9.996 17.4917C9.78196 17.5008 9.57667 17.4166 9.16611 17.2481L8.08704 16.8054C7.59799 16.6048 7.5 16.4325 7.5 15.916C7.5 15.0802 7.5 14.6623 7.72338 14.3798C8.0992 13.9046 8.83092 14.0002 9.36774 14.0002Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.41434 20.414V18.914C3.41434 17.0284 3.41434 16.0855 4.00012 15.4998C4.58591 14.914 5.52872 14.914 7.41434 14.914M20.4143 20.414V18.914C20.4143 17.0284 20.4143 16.0855 19.8285 15.4998C19.2428 14.914 18.3 14.914 16.4143 14.914%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 20.5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 20.5H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 10V8.5C3.5 6.61438 3.5 5.67157 4.08579 5.08579C4.67157 4.5 5.61438 4.5 7.5 4.5M20.5 10V8.5C20.5 6.61438 20.5 5.67157 19.9142 5.08579C19.3284 4.5 18.3856 4.5 16.5 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 10H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 10H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.36774 3.50788H14.6323C15.1691 3.50788 15.9008 3.41222 16.2766 3.88743C16.5 4.16989 16.5 4.58782 16.5 5.42367C16.5 5.94012 16.402 6.1124 15.913 6.31305L14.8339 6.75578C14.4233 6.92423 14.218 7.00846 14.004 6.99933C13.2715 6.96808 12.7454 6.19327 12 6.19327C11.2546 6.19327 10.7285 6.96808 9.996 6.99933C9.78196 7.00846 9.57667 6.92423 9.16611 6.75578L8.08704 6.31305C7.59799 6.1124 7.5 5.94012 7.5 5.42367C7.5 4.58782 7.5 4.16989 7.72338 3.88743C8.0992 3.41222 8.83092 3.50788 9.36774 3.50788Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.36774 14.0002H14.6323C15.1691 14.0002 15.9008 13.9046 16.2766 14.3798C16.5 14.6623 16.5 15.0802 16.5 15.916C16.5 16.4325 16.402 16.6048 15.913 16.8054L14.8339 17.2481C14.4233 17.4166 14.218 17.5008 14.004 17.4917C13.2715 17.4604 12.7454 16.6856 12 16.6856C11.2546 16.6856 10.7285 17.4604 9.996 17.4917C9.78196 17.5008 9.57667 17.4166 9.16611 17.2481L8.08704 16.8054C7.59799 16.6048 7.5 16.4325 7.5 15.916C7.5 15.0802 7.5 14.6623 7.72338 14.3798C8.0992 13.9046 8.83092 14.0002 9.36774 14.0002Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.41434 20.414V18.914C3.41434 17.0284 3.41434 16.0855 4.00012 15.4998C4.58591 14.914 5.52872 14.914 7.41434 14.914M20.4143 20.414V18.914C20.4143 17.0284 20.4143 16.0855 19.8285 15.4998C19.2428 14.914 18.3 14.914 16.4143 14.914%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 20.5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 20.5H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-running-shoes{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.1012 18H7.96299C5.02913 18 3.56221 18 2.66807 16.8828C0.97093 14.7623 2.9047 9.1238 4.07611 7C4.47324 9.4 8.56152 9.33333 10.0507 9C9.05852 7.00119 10.3831 6.33413 11.0453 6.00059L11.0465 6C14 9.5 20.3149 11.404 21.8624 15.2188C22.5309 16.8667 20.6262 18 19.1012 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14C6.16467 15.4294 8.73097 15.8442 12.0217 14.8039C13.0188 14.4887 13.5174 14.3311 13.8281 14.3525C14.1389 14.3739 14.7729 14.6695 16.0408 15.2608C17.6243 15.9992 19.7971 16.4243 22 15.3583%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 9.5L15 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 11L17 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.1012 18H7.96299C5.02913 18 3.56221 18 2.66807 16.8828C0.97093 14.7623 2.9047 9.1238 4.07611 7C4.47324 9.4 8.56152 9.33333 10.0507 9C9.05852 7.00119 10.3831 6.33413 11.0453 6.00059L11.0465 6C14 9.5 20.3149 11.404 21.8624 15.2188C22.5309 16.8667 20.6262 18 19.1012 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14C6.16467 15.4294 8.73097 15.8442 12.0217 14.8039C13.0188 14.4887 13.5174 14.3311 13.8281 14.3525C14.1389 14.3739 14.7729 14.6695 16.0408 15.2608C17.6243 15.9992 19.7971 16.4243 22 15.3583%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 9.5L15 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 11L17 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-skipping-rope{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.49823 5.94141C8.49823 7.87441 10.2891 9.44141 12.4982 9.44141C14.7074 9.44141 16.4982 7.87441 16.4982 5.94141C16.4982 4.00841 14.7074 2.44141 12.4982 2.44141C10.2891 2.44141 8.49823 4.00841 8.49823 5.94141Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.26967 7.93359C5.09169 8.54123 4.92523 9.4588 4.99397 11.8669%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.45838 5.48205C8.41438 3.1166 10.3452 2.44434 12.9717 2.44434C15.2954 2.68332 17.0917 3.63975 18.4827 5.46263C19.725 7.09062 20.1234 8.69605 19.9626 11.7519M3.12897 12.4147H6.89009C6.95548 12.4147 7.00319 12.4766 6.98655 12.54L6.49405 14.4156C6.49108 14.4269 6.49011 14.4387 6.4912 14.4503L6.97421 19.6231C7.02143 20.1288 6.99082 20.6474 6.79086 21.1141C6.51947 21.7475 6.21276 22.0549 5.80768 22.2453C5.31394 22.4774 4.7195 22.4931 4.23542 22.2414C3.84873 22.0403 3.565 21.7313 3.30777 21.254C3.01262 20.7064 2.95992 20.0663 3.02451 19.4473L3.54582 14.4513C3.54711 14.439 3.5461 14.4266 3.54285 14.4146L3.03273 12.5409C3.01543 12.4773 3.0632 12.4147 3.12897 12.4147ZM18.0652 12.4342H21.8969C21.9634 12.4342 22.0113 12.4982 21.9926 12.5621L21.457 14.3985C21.4534 14.4108 21.4522 14.4237 21.4535 14.4365L21.9774 19.6278C22.0294 20.1431 22.0008 20.6726 21.7952 21.1478C21.5253 21.7716 21.2202 22.0759 20.8181 22.2649C20.3244 22.497 19.7299 22.5126 19.2459 22.2609C18.8554 22.0579 18.5699 21.7447 18.3107 21.2595C18.0224 20.7198 17.9674 20.0913 18.0263 19.482L18.5091 14.4875C18.5103 14.4751 18.5092 14.4626 18.5057 14.4506L17.9692 12.5614C17.9511 12.4976 17.9989 12.4342 18.0652 12.4342Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.49823 5.94141C8.49823 7.87441 10.2891 9.44141 12.4982 9.44141C14.7074 9.44141 16.4982 7.87441 16.4982 5.94141C16.4982 4.00841 14.7074 2.44141 12.4982 2.44141C10.2891 2.44141 8.49823 4.00841 8.49823 5.94141Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.26967 7.93359C5.09169 8.54123 4.92523 9.4588 4.99397 11.8669%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.45838 5.48205C8.41438 3.1166 10.3452 2.44434 12.9717 2.44434C15.2954 2.68332 17.0917 3.63975 18.4827 5.46263C19.725 7.09062 20.1234 8.69605 19.9626 11.7519M3.12897 12.4147H6.89009C6.95548 12.4147 7.00319 12.4766 6.98655 12.54L6.49405 14.4156C6.49108 14.4269 6.49011 14.4387 6.4912 14.4503L6.97421 19.6231C7.02143 20.1288 6.99082 20.6474 6.79086 21.1141C6.51947 21.7475 6.21276 22.0549 5.80768 22.2453C5.31394 22.4774 4.7195 22.4931 4.23542 22.2414C3.84873 22.0403 3.565 21.7313 3.30777 21.254C3.01262 20.7064 2.95992 20.0663 3.02451 19.4473L3.54582 14.4513C3.54711 14.439 3.5461 14.4266 3.54285 14.4146L3.03273 12.5409C3.01543 12.4773 3.0632 12.4147 3.12897 12.4147ZM18.0652 12.4342H21.8969C21.9634 12.4342 22.0113 12.4982 21.9926 12.5621L21.457 14.3985C21.4534 14.4108 21.4522 14.4237 21.4535 14.4365L21.9774 19.6278C22.0294 20.1431 22.0008 20.6726 21.7952 21.1478C21.5253 21.7716 21.2202 22.0759 20.8181 22.2649C20.3244 22.497 19.7299 22.5126 19.2459 22.2609C18.8554 22.0579 18.5699 21.7447 18.3107 21.2595C18.0224 20.7198 17.9674 20.0913 18.0263 19.482L18.5091 14.4875C18.5103 14.4751 18.5092 14.4626 18.5057 14.4506L17.9692 12.5614C17.9511 12.4976 17.9989 12.4342 18.0652 12.4342Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-tape-measure{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 9.97873C5 11.095 6.79086 12 9 12V9.97873C9 8.98454 9 8.48745 8.60252 8.18419C8.20504 7.88092 7.811 7.99435 7.02292 8.22121C5.81469 8.56902 5 9.2258 5 9.97873Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 8.5C16 10.433 12.866 12 9 12C5.13401 12 2 10.433 2 8.5C2 6.567 5.13401 5 9 5C12.866 5 16 6.567 16 8.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 9V15.6667C2 17.5076 5.13401 19 9 19H20C20.9428 19 21.4142 19 21.7071 18.7071C22 18.4142 22 17.9428 22 17V14C22 13.0572 22 12.5858 21.7071 12.2929C21.4142 12 20.9428 12 20 12H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 19V17M14 19V17M10 19V17M6 18.5V16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 9.97873C5 11.095 6.79086 12 9 12V9.97873C9 8.98454 9 8.48745 8.60252 8.18419C8.20504 7.88092 7.811 7.99435 7.02292 8.22121C5.81469 8.56902 5 9.2258 5 9.97873Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 8.5C16 10.433 12.866 12 9 12C5.13401 12 2 10.433 2 8.5C2 6.567 5.13401 5 9 5C12.866 5 16 6.567 16 8.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 9V15.6667C2 17.5076 5.13401 19 9 19H20C20.9428 19 21.4142 19 21.7071 18.7071C22 18.4142 22 17.9428 22 17V14C22 13.0572 22 12.5858 21.7071 12.2929C21.4142 12 20.9428 12 20 12H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 19V17M14 19V17M10 19V17M6 18.5V16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-towels{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 5L15 5C16.8856 5 17.8284 5 18.4142 5.58579C19 6.17157 19 7.11438 19 9V12C19 13.8856 19 14.8284 18.4142 15.4142C17.8284 16 16.8856 16 15 16H12C10.1144 16 9.17157 16 8.58579 15.4142C8 14.8284 8 13.8856 8 12L8 8M6.5 5C5.67157 5 5 5.67157 5 6.5V8H8M6.5 5C7.32843 5 8 5.67157 8 6.5V8M17 16C17 17.8856 17 18.8284 16.4142 19.4142C15.8284 20 14.8856 20 13 20H9C7.11438 20 6.17157 20 5.58579 19.4142C5 18.8284 5 17.8856 5 16L5 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4V5C22 5.93188 22 6.39782 21.8478 6.76537C21.6448 7.25542 21.2554 7.64477 20.7654 7.84776C20.3978 8 19.9319 8 19 8M2 4V5C2 5.93188 2 6.39782 2.15224 6.76537C2.35523 7.25542 2.74458 7.64477 3.23463 7.84776C3.60218 8 4.06812 8 5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 5L15 5C16.8856 5 17.8284 5 18.4142 5.58579C19 6.17157 19 7.11438 19 9V12C19 13.8856 19 14.8284 18.4142 15.4142C17.8284 16 16.8856 16 15 16H12C10.1144 16 9.17157 16 8.58579 15.4142C8 14.8284 8 13.8856 8 12L8 8M6.5 5C5.67157 5 5 5.67157 5 6.5V8H8M6.5 5C7.32843 5 8 5.67157 8 6.5V8M17 16C17 17.8856 17 18.8284 16.4142 19.4142C15.8284 20 14.8856 20 13 20H9C7.11438 20 6.17157 20 5.58579 19.4142C5 18.8284 5 17.8856 5 16L5 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4V5C22 5.93188 22 6.39782 21.8478 6.76537C21.6448 7.25542 21.2554 7.64477 20.7654 7.84776C20.3978 8 19.9319 8 19 8M2 4V5C2 5.93188 2 6.39782 2.15224 6.76537C2.35523 7.25542 2.74458 7.64477 3.23463 7.84776C3.60218 8 4.06812 8 5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-treadmill-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1913 20.9999H2.93168C2.35308 20.9999 2.03614 20.5213 2.00291 20.0151C1.97055 19.5221 2.20738 19.003 2.7338 18.8746L17.9482 15.1059C22.205 14.068 23.3638 20.9999 20.1913 20.9999Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 18H19.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 2C21.6994 2.90192 21.5175 4.14866 20.8331 4.83307C20.4992 5.16693 20.0337 5.3221 19.1026 5.63246L15 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 16L20 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 21L5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 21V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1913 20.9999H2.93168C2.35308 20.9999 2.03614 20.5213 2.00291 20.0151C1.97055 19.5221 2.20738 19.003 2.7338 18.8746L17.9482 15.1059C22.205 14.068 23.3638 20.9999 20.1913 20.9999Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 18H19.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 2C21.6994 2.90192 21.5175 4.14866 20.8331 4.83307C20.4992 5.16693 20.0337 5.3221 19.1026 5.63246L15 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 16L20 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 21L5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 21V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-treadmill-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.8679 19H3.31956C2.59079 19 2 18.3967 2 17.6526C2 17.0969 2.33409 16.5982 2.84129 16.3968L15.5991 11.3307C18.6789 10.1078 22 12.4276 22 15.8018C22 17.5681 20.5977 19 18.8679 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15H18.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15L4 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 9H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 11L19 5C20.5924 5 21.6057 4.57709 22 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19L5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19L18 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.8679 19H3.31956C2.59079 19 2 18.3967 2 17.6526C2 17.0969 2.33409 16.5982 2.84129 16.3968L15.5991 11.3307C18.6789 10.1078 22 12.4276 22 15.8018C22 17.5681 20.5977 19 18.8679 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15H18.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15L4 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 9H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 11L19 5C20.5924 5 21.6057 4.57709 22 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19L5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19L18 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-weight-scale{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.68262 5C5.31812 5.06167 4.47505 5.2536 3.87868 5.851C3 6.73119 3 8.14783 3 10.9811V15.9897C3 18.823 3 20.2396 3.87868 21.1198C4.75736 22 6.17157 22 9 22H15C17.8284 22 19.2426 22 20.1213 21.1198C21 20.2396 21 18.823 21 15.9897V10.9811C21 8.14783 21 6.73119 20.1213 5.851C19.5249 5.2536 18.6819 5.06167 17.3174 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.02532 6.54026C6.54474 4.66034 6.30445 3.72039 6.69501 3.03089C6.79898 2.84733 6.93184 2.68092 7.08871 2.53776C7.67799 2 8.66873 2 10.6502 2H13.3498C15.3313 2 16.322 2 16.9113 2.53776C17.0682 2.68092 17.201 2.84733 17.305 3.03089C17.6955 3.72039 17.4553 4.66034 16.9747 6.54026C16.5915 8.03898 16.4 8.78834 15.8877 9.28153C15.7483 9.41576 15.5936 9.5339 15.4266 9.63362C14.8131 10 14.0233 10 12.4436 10H11.5564C9.97674 10 9.18689 10 8.5734 9.63362C8.40642 9.5339 8.2517 9.41576 8.11228 9.28153C7.60002 8.78834 7.40846 8.03898 7.02532 6.54026Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 18H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 10L12.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.68262 5C5.31812 5.06167 4.47505 5.2536 3.87868 5.851C3 6.73119 3 8.14783 3 10.9811V15.9897C3 18.823 3 20.2396 3.87868 21.1198C4.75736 22 6.17157 22 9 22H15C17.8284 22 19.2426 22 20.1213 21.1198C21 20.2396 21 18.823 21 15.9897V10.9811C21 8.14783 21 6.73119 20.1213 5.851C19.5249 5.2536 18.6819 5.06167 17.3174 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.02532 6.54026C6.54474 4.66034 6.30445 3.72039 6.69501 3.03089C6.79898 2.84733 6.93184 2.68092 7.08871 2.53776C7.67799 2 8.66873 2 10.6502 2H13.3498C15.3313 2 16.322 2 16.9113 2.53776C17.0682 2.68092 17.201 2.84733 17.305 3.03089C17.6955 3.72039 17.4553 4.66034 16.9747 6.54026C16.5915 8.03898 16.4 8.78834 15.8877 9.28153C15.7483 9.41576 15.5936 9.5339 15.4266 9.63362C14.8131 10 14.0233 10 12.4436 10H11.5564C9.97674 10 9.18689 10 8.5734 9.63362C8.40642 9.5339 8.2517 9.41576 8.11228 9.28153C7.60002 8.78834 7.40846 8.03898 7.02532 6.54026Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 18H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 10L12.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-wellness{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 14.0695C5.0145 14.0695 6.43122 13.7685 7.31944 14.4193L9.08188 15.7108C9.73667 16.1906 10.4458 16.0325 11.1765 15.9178C12.1389 15.7667 13 16.5875 13 17.6562C13 17.9482 10.9272 18.6905 10.6276 18.8316C10.0391 19.1088 9.36297 19.0406 8.83021 18.6502L6.84211 17.1934%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 17L17.091 15.1096C17.8244 14.854 18.6331 15.0535 19.1797 15.625L19.8505 16.3262C20.0902 16.5768 20.0338 16.9976 19.7375 17.1697L11.8829 21.7315C11.4097 22.0063 10.8514 22.0734 10.3309 21.9179L4 20.0269%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0019 12C12.0019 12 14.1019 9.76142 14.1019 7C14.1019 4.23858 12.0019 2 12.0019 2C12.0019 2 9.90189 4.23858 9.90189 7C9.90189 9.76142 12.0019 12 12.0019 12ZM12.0019 12C12.0019 12 15.0689 11.9316 17.0019 9.95918C18.9349 7.98674 19.0019 4.85714 19.0019 4.85714C19.0019 4.85714 17.7324 4.88544 16.3122 5.43087M12.0019 12C12.0019 12 8.93489 11.9316 7.00189 9.95918C5.0689 7.98674 5.00189 4.85714 5.00189 4.85714C5.00189 4.85714 6.27134 4.88544 7.69157 5.43087%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 14.0695C5.0145 14.0695 6.43122 13.7685 7.31944 14.4193L9.08188 15.7108C9.73667 16.1906 10.4458 16.0325 11.1765 15.9178C12.1389 15.7667 13 16.5875 13 17.6562C13 17.9482 10.9272 18.6905 10.6276 18.8316C10.0391 19.1088 9.36297 19.0406 8.83021 18.6502L6.84211 17.1934%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 17L17.091 15.1096C17.8244 14.854 18.6331 15.0535 19.1797 15.625L19.8505 16.3262C20.0902 16.5768 20.0338 16.9976 19.7375 17.1697L11.8829 21.7315C11.4097 22.0063 10.8514 22.0734 10.3309 21.9179L4 20.0269%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0019 12C12.0019 12 14.1019 9.76142 14.1019 7C14.1019 4.23858 12.0019 2 12.0019 2C12.0019 2 9.90189 4.23858 9.90189 7C9.90189 9.76142 12.0019 12 12.0019 12ZM12.0019 12C12.0019 12 15.0689 11.9316 17.0019 9.95918C18.9349 7.98674 19.0019 4.85714 19.0019 4.85714C19.0019 4.85714 17.7324 4.88544 16.3122 5.43087M12.0019 12C12.0019 12 8.93489 11.9316 7.00189 9.95918C5.0689 7.98674 5.00189 4.85714 5.00189 4.85714C5.00189 4.85714 6.27134 4.88544 7.69157 5.43087%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-workout-battle-ropes{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.99283 4.5C8.99283 5.32843 8.32086 6 7.49196 6C6.66305 6 5.99109 5.32843 5.99109 4.5C5.99109 3.67157 6.66305 3 7.49196 3C8.32086 3 8.99283 3.67157 8.99283 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.9992 9C19.4154 9 18.8656 8.72945 18.5153 8.26974L17.4879 6.9216C17.3517 6.74297 17.2837 6.65366 17.2174 6.58344C16.6477 5.97966 15.7378 5.82625 14.9963 6.20901%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 17C19.7138 17 18.4892 16.4474 17.6347 15.4816L16.9561 14.7145C15.9744 13.6047 14.6678 12.8574 13.2433 12.5659M10.8671 12.429C10.557 12.429 10.402 12.429 10.2583 12.4081C9.01814 12.2283 8.31262 10.81 7.49213 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9971 6.97754L9.90275 8.38886L7.84218 8.25899M6.35709 21.0048V16.3666L6.17145 16.0326L5.18758 15.1235M5.18758 15.1235L3.37421 13.6798C3.13591 13.4901 2.99707 13.2021 2.99707 12.8975V12.8786L4.61211 8.57439L4.68842 8.47039C4.89467 8.1893 5.23244 8.03592 5.57982 8.06561L7.84218 8.25899M5.18758 15.1235L7.84218 8.25899%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.99283 4.5C8.99283 5.32843 8.32086 6 7.49196 6C6.66305 6 5.99109 5.32843 5.99109 4.5C5.99109 3.67157 6.66305 3 7.49196 3C8.32086 3 8.99283 3.67157 8.99283 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.9992 9C19.4154 9 18.8656 8.72945 18.5153 8.26974L17.4879 6.9216C17.3517 6.74297 17.2837 6.65366 17.2174 6.58344C16.6477 5.97966 15.7378 5.82625 14.9963 6.20901%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 17C19.7138 17 18.4892 16.4474 17.6347 15.4816L16.9561 14.7145C15.9744 13.6047 14.6678 12.8574 13.2433 12.5659M10.8671 12.429C10.557 12.429 10.402 12.429 10.2583 12.4081C9.01814 12.2283 8.31262 10.81 7.49213 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9971 6.97754L9.90275 8.38886L7.84218 8.25899M6.35709 21.0048V16.3666L6.17145 16.0326L5.18758 15.1235M5.18758 15.1235L3.37421 13.6798C3.13591 13.4901 2.99707 13.2021 2.99707 12.8975V12.8786L4.61211 8.57439L4.68842 8.47039C4.89467 8.1893 5.23244 8.03592 5.57982 8.06561L7.84218 8.25899M5.18758 15.1235L7.84218 8.25899%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-workout-gymnastics{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9.5C7 10.3284 6.32843 11 5.5 11C4.67157 11 4 10.3284 4 9.5C4 8.67157 4.67157 8 5.5 8C6.32843 8 7 8.67157 7 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.00806 3.00391L9.72068 8.01262C9.82603 9.11598 10.0516 9.85569 9.45684 11.0468L6.99634 16M10.1289 8.64062L13.5547 10.0625L16.2723 11.2047C16.2945 11.214 16.3162 11.225 16.3366 11.2376C16.9881 11.6379 17.2303 12.0536 17.4648 12.9766L20 21M9.72657 12.0352L14.1758 13.8242M16.3797 12.2114L14.6703 13.949L12.0078 20.9961%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9.5C7 10.3284 6.32843 11 5.5 11C4.67157 11 4 10.3284 4 9.5C4 8.67157 4.67157 8 5.5 8C6.32843 8 7 8.67157 7 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.00806 3.00391L9.72068 8.01262C9.82603 9.11598 10.0516 9.85569 9.45684 11.0468L6.99634 16M10.1289 8.64062L13.5547 10.0625L16.2723 11.2047C16.2945 11.214 16.3162 11.225 16.3366 11.2376C16.9881 11.6379 17.2303 12.0536 17.4648 12.9766L20 21M9.72657 12.0352L14.1758 13.8242M16.3797 12.2114L14.6703 13.949L12.0078 20.9961%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-workout-kicking{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 5.5C7 6.32843 6.32843 7 5.5 7C4.67157 7 4 6.32843 4 5.5C4 4.67157 4.67157 4 5.5 4C6.32843 4 7 4.67157 7 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.94848 14H8.13896C7.326 14 6.91951 14 6.63846 13.763C6.3574 13.526 6.29058 13.127 6.15693 12.3288L6.08019 11.8705C6.00839 11.4417 5.97249 11.2273 6.02497 11.0231C6.07746 10.8188 6.21238 10.6479 6.48221 10.3061L7.73131 8.72371M9.78571 6L8.69731 7.5L7.73131 8.72371M9.78571 6L11.9625 3M9.78571 6L14.2859 9.5M14.2859 9.5L20 3M14.2859 9.5L12.9672 12.5M7.73131 8.72371L12.9672 12.5M12.9672 12.5V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 5.5C7 6.32843 6.32843 7 5.5 7C4.67157 7 4 6.32843 4 5.5C4 4.67157 4.67157 4 5.5 4C6.32843 4 7 4.67157 7 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.94848 14H8.13896C7.326 14 6.91951 14 6.63846 13.763C6.3574 13.526 6.29058 13.127 6.15693 12.3288L6.08019 11.8705C6.00839 11.4417 5.97249 11.2273 6.02497 11.0231C6.07746 10.8188 6.21238 10.6479 6.48221 10.3061L7.73131 8.72371M9.78571 6L8.69731 7.5L7.73131 8.72371M9.78571 6L11.9625 3M9.78571 6L14.2859 9.5M14.2859 9.5L20 3M14.2859 9.5L12.9672 12.5M7.73131 8.72371L12.9672 12.5M12.9672 12.5V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-workout-run{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 4.5C17 5.32843 16.3284 6 15.5 6C14.6716 6 14 5.32843 14 4.5C14 3.67157 14.6716 3 15.5 3C16.3284 3 17 3.67157 17 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 20.9998L14.3359 18.3839C14.1161 17.5181 13.6615 16.7274 13.0207 16.0964L11.5 14.5989M6 11.1524C7 9.18269 8.53767 8.04132 12 8.00038M12 8.00038C12.2186 7.9978 12.5444 7.99702 12.8698 7.99707C13.3747 7.99716 13.6271 7.9972 13.8282 8.09116C14.0293 8.18512 14.2356 8.43158 14.6482 8.92451C14.7664 9.06574 14.8878 9.19228 15 9.27645M12 8.00038L10.7309 9.95858C10.0332 11.0352 9.68429 11.5735 9.67069 12.1387C9.66463 12.3904 9.70617 12.6411 9.79313 12.8774C9.98834 13.408 10.4922 13.8049 11.5 14.5989M15 9.27645C16.1547 10.1424 17.9627 10.4911 20 8.19815M15 9.27645L11.5 14.5989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 17.7303L4.67822 17.8916C6.40663 18.3028 8.20324 17.5164 9 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 4.5C17 5.32843 16.3284 6 15.5 6C14.6716 6 14 5.32843 14 4.5C14 3.67157 14.6716 3 15.5 3C16.3284 3 17 3.67157 17 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 20.9998L14.3359 18.3839C14.1161 17.5181 13.6615 16.7274 13.0207 16.0964L11.5 14.5989M6 11.1524C7 9.18269 8.53767 8.04132 12 8.00038M12 8.00038C12.2186 7.9978 12.5444 7.99702 12.8698 7.99707C13.3747 7.99716 13.6271 7.9972 13.8282 8.09116C14.0293 8.18512 14.2356 8.43158 14.6482 8.92451C14.7664 9.06574 14.8878 9.19228 15 9.27645M12 8.00038L10.7309 9.95858C10.0332 11.0352 9.68429 11.5735 9.67069 12.1387C9.66463 12.3904 9.70617 12.6411 9.79313 12.8774C9.98834 13.408 10.4922 13.8049 11.5 14.5989M15 9.27645C16.1547 10.1424 17.9627 10.4911 20 8.19815M15 9.27645L11.5 14.5989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 17.7303L4.67822 17.8916C6.40663 18.3028 8.20324 17.5164 9 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-workout-sport{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 4.5C16 5.32843 15.3284 6 14.5 6C13.6716 6 13 5.32843 13 4.5C13 3.67157 13.6716 3 14.5 3C15.3284 3 16 3.67157 16 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 12L6.47621 9.67428C6.73692 9.26354 6.86728 9.05817 7.03751 8.89128C7.20774 8.72438 7.41178 8.60193 7.81986 8.35701L8.74159 7.8038C9.60409 7.28615 10.0353 7.02732 10.5122 7.00203C10.989 6.97673 11.4429 7.18861 12.3507 7.61236L14.0457 8.40358C14.4189 8.57782 14.6055 8.66493 14.7688 8.78684C14.8846 8.87324 14.9912 8.97234 15.087 9.08246C15.2221 9.23784 15.3272 9.42177 15.5373 9.78963C15.9071 10.4369 16.092 10.7606 16.3527 10.9886C16.5367 11.1495 16.7467 11.2744 16.9728 11.3573C17.2931 11.4748 17.6524 11.4748 18.3711 11.4748H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 7.5L8 14M8 14L9.44682 16.0256C10.0445 16.8623 9.91027 18.016 9.13636 18.6932L6.5 21M8 14H11.5M17 18L14.6 14.8C14.2223 14.2964 13.6295 14 13 14H11.5M11.5 14L15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 4.5C16 5.32843 15.3284 6 14.5 6C13.6716 6 13 5.32843 13 4.5C13 3.67157 13.6716 3 14.5 3C15.3284 3 16 3.67157 16 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 12L6.47621 9.67428C6.73692 9.26354 6.86728 9.05817 7.03751 8.89128C7.20774 8.72438 7.41178 8.60193 7.81986 8.35701L8.74159 7.8038C9.60409 7.28615 10.0353 7.02732 10.5122 7.00203C10.989 6.97673 11.4429 7.18861 12.3507 7.61236L14.0457 8.40358C14.4189 8.57782 14.6055 8.66493 14.7688 8.78684C14.8846 8.87324 14.9912 8.97234 15.087 9.08246C15.2221 9.23784 15.3272 9.42177 15.5373 9.78963C15.9071 10.4369 16.092 10.7606 16.3527 10.9886C16.5367 11.1495 16.7467 11.2744 16.9728 11.3573C17.2931 11.4748 17.6524 11.4748 18.3711 11.4748H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 7.5L8 14M8 14L9.44682 16.0256C10.0445 16.8623 9.91027 18.016 9.13636 18.6932L6.5 21M8 14H11.5M17 18L14.6 14.8C14.2223 14.2964 13.6295 14 13 14H11.5M11.5 14L15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-workout-squats{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 4.5C13 5.32843 12.3284 6 11.5 6C10.6716 6 10 5.32843 10 4.5C10 3.67157 10.6716 3 11.5 3C12.3284 3 13 3.67157 13 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.9477 21L12.0786 17.5908C12.482 16.3747 12.6837 15.7667 12.3821 15.3462C12.0806 14.9258 11.4427 14.9258 10.167 14.9258H8.9329M18 8.34546L16.2639 9.34233C15.3862 9.84631 14.9473 10.0983 14.4623 10.1209C13.9774 10.1434 13.5172 9.93325 12.5969 9.5129L11.8137 9.15516M8.9329 14.9258H7.92524C6.97669 14.9258 6.50242 14.9258 6.20005 14.5526C5.89768 14.1794 5.98421 13.7596 6.15728 12.9201C6.44708 11.5144 7.02913 9.76698 8.09216 8.57871C8.38558 8.25073 8.53228 8.08674 8.85504 8.01898C9.17781 7.95122 9.43598 8.06914 9.95232 8.30498L11.8137 9.15516M8.9329 14.9258C9.1743 13.6098 10.0884 10.6132 11.8137 9.15516%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 4.5C13 5.32843 12.3284 6 11.5 6C10.6716 6 10 5.32843 10 4.5C10 3.67157 10.6716 3 11.5 3C12.3284 3 13 3.67157 13 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.9477 21L12.0786 17.5908C12.482 16.3747 12.6837 15.7667 12.3821 15.3462C12.0806 14.9258 11.4427 14.9258 10.167 14.9258H8.9329M18 8.34546L16.2639 9.34233C15.3862 9.84631 14.9473 10.0983 14.4623 10.1209C13.9774 10.1434 13.5172 9.93325 12.5969 9.5129L11.8137 9.15516M8.9329 14.9258H7.92524C6.97669 14.9258 6.50242 14.9258 6.20005 14.5526C5.89768 14.1794 5.98421 13.7596 6.15728 12.9201C6.44708 11.5144 7.02913 9.76698 8.09216 8.57871C8.38558 8.25073 8.53228 8.08674 8.85504 8.01898C9.17781 7.95122 9.43598 8.06914 9.95232 8.30498L11.8137 9.15516M8.9329 14.9258C9.1743 13.6098 10.0884 10.6132 11.8137 9.15516%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-workout-stretching{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 5.5C16 6.32843 15.3284 7 14.5 7C13.6716 7 13 6.32843 13 5.5C13 4.67157 13.6716 4 14.5 4C15.3284 4 16 4.67157 16 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.3602 15L15.3039 14.454C16.3786 13.8323 16.9159 13.5214 16.9885 13.0784C16.9999 13.0092 17.0028 12.9391 16.9973 12.8694C16.9622 12.4229 16.4524 12.0789 15.4329 11.3907L10.7259 8.21359C8.87718 6.96577 8.45184 4.69114 9.75097 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.7259 8.21359C8.22588 10.7136 7 17.6324 7 21.0003M10.7259 8.21359C8.87718 6.96577 8.45184 4.69114 9.75097 3M10.7259 8.21359L13.3725 10M14.3602 15L15.3039 14.454C16.3786 13.8323 16.9159 13.5214 16.9885 13.0784C16.9999 13.0092 17.0028 12.9391 16.9973 12.8694C16.9622 12.4229 16.4524 12.0789 15.4329 11.3907L13.3725 10M15.0002 21.0003C14.0268 19.8647 13.0257 18.3 12.0502 16.8578C11.3666 15.8474 11.0249 15.3422 10.9845 14.8132M13.3725 10C12.5697 11.0391 12.0164 12.0207 11.6026 12.8942C11.1636 13.8209 10.9441 14.2843 10.9845 14.8132M10.9845 14.8132L8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 5.5C16 6.32843 15.3284 7 14.5 7C13.6716 7 13 6.32843 13 5.5C13 4.67157 13.6716 4 14.5 4C15.3284 4 16 4.67157 16 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.3602 15L15.3039 14.454C16.3786 13.8323 16.9159 13.5214 16.9885 13.0784C16.9999 13.0092 17.0028 12.9391 16.9973 12.8694C16.9622 12.4229 16.4524 12.0789 15.4329 11.3907L10.7259 8.21359C8.87718 6.96577 8.45184 4.69114 9.75097 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.7259 8.21359C8.22588 10.7136 7 17.6324 7 21.0003M10.7259 8.21359C8.87718 6.96577 8.45184 4.69114 9.75097 3M10.7259 8.21359L13.3725 10M14.3602 15L15.3039 14.454C16.3786 13.8323 16.9159 13.5214 16.9885 13.0784C16.9999 13.0092 17.0028 12.9391 16.9973 12.8694C16.9622 12.4229 16.4524 12.0789 15.4329 11.3907L13.3725 10M15.0002 21.0003C14.0268 19.8647 13.0257 18.3 12.0502 16.8578C11.3666 15.8474 11.0249 15.3422 10.9845 14.8132M13.3725 10C12.5697 11.0391 12.0164 12.0207 11.6026 12.8942C11.1636 13.8209 10.9441 14.2843 10.9845 14.8132M10.9845 14.8132L8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-workout-warm-up{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5002 4.5C14.5002 5.32843 13.8286 6 13.0002 6C12.1718 6 11.5002 5.32843 11.5002 4.5C11.5002 3.67157 12.1718 3 13.0002 3C13.8286 3 14.5002 3.67157 14.5002 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 8.89062L13.9777 8.29142M19 21L18.5438 17.5301C18.2903 15.6021 18.1636 14.6381 17.4915 14.1298C16.8194 13.6215 15.8722 13.7731 13.9777 14.0765L12.1402 14.3707M13.9777 8.29142L12.2231 8.08208C11.4204 7.98631 11.0191 7.93843 10.7146 8.14419C10.41 8.34995 10.299 8.74397 10.077 9.53203L9.4087 11.904C9.02319 13.2724 8.83044 13.9565 9.19196 14.3707C9.55348 14.7849 10.2465 14.674 11.6326 14.452L12.1402 14.3707M13.9777 8.29142L12.1402 14.3707%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 17L9.44721 18.1056C9.15692 18.6862 8.68616 19.1569 8.10557 19.4472L5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5002 4.5C14.5002 5.32843 13.8286 6 13.0002 6C12.1718 6 11.5002 5.32843 11.5002 4.5C11.5002 3.67157 12.1718 3 13.0002 3C13.8286 3 14.5002 3.67157 14.5002 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 8.89062L13.9777 8.29142M19 21L18.5438 17.5301C18.2903 15.6021 18.1636 14.6381 17.4915 14.1298C16.8194 13.6215 15.8722 13.7731 13.9777 14.0765L12.1402 14.3707M13.9777 8.29142L12.2231 8.08208C11.4204 7.98631 11.0191 7.93843 10.7146 8.14419C10.41 8.34995 10.299 8.74397 10.077 9.53203L9.4087 11.904C9.02319 13.2724 8.83044 13.9565 9.19196 14.3707C9.55348 14.7849 10.2465 14.674 11.6326 14.452L12.1402 14.3707M13.9777 8.29142L12.1402 14.3707%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 17L9.44721 18.1056C9.15692 18.6862 8.68616 19.1569 8.10557 19.4472L5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-yoga-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.0923 16C8.78292 16.6819 8.0701 16.986 7.43887 17.3162L3.79262 19.2233C2.32845 19.9891 3.05949 22 4.62985 22C8.12204 22 10.8836 20.3064 14.0404 19C14.835 18.6711 15.2201 18.7415 16 19.0912%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19.0912C9.77995 18.7415 10.165 18.6711 10.9596 19C14.1164 20.3064 16.878 22 20.3702 22C21.9405 22 22.6715 19.9891 21.2074 19.2233L17.5611 17.3162C16.9299 16.986 16.2171 16.6819 15.9077 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4C10 5.10457 10.8954 6 12 6C13.1046 6 14 5.10457 14 4C14 2.89543 13.1046 2 12 2C10.8954 2 10 2.89543 10 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8C8.68629 8 6 10.6863 6 14C9.31371 14 12 11.3137 12 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8C15.3137 8 18 10.6863 18 14C14.6863 14 12 11.3137 12 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.0923 16C8.78292 16.6819 8.0701 16.986 7.43887 17.3162L3.79262 19.2233C2.32845 19.9891 3.05949 22 4.62985 22C8.12204 22 10.8836 20.3064 14.0404 19C14.835 18.6711 15.2201 18.7415 16 19.0912%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19.0912C9.77995 18.7415 10.165 18.6711 10.9596 19C14.1164 20.3064 16.878 22 20.3702 22C21.9405 22 22.6715 19.9891 21.2074 19.2233L17.5611 17.3162C16.9299 16.986 16.2171 16.6819 15.9077 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4C10 5.10457 10.8954 6 12 6C13.1046 6 14 5.10457 14 4C14 2.89543 13.1046 2 12 2C10.8954 2 10 2.89543 10 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8C8.68629 8 6 10.6863 6 14C9.31371 14 12 11.3137 12 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8C15.3137 8 18 10.6863 18 14C14.6863 14 12 11.3137 12 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-yoga-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.88598 10C8.57173 11.3968 9.30442 12.7049 9.1352 14.3142C8.86468 16.8869 5.74512 17.8552 3.75022 19.0404C2.44325 19.8169 2.9319 22 4.53582 22C6.48047 22 8.21607 21.8448 9.9706 21.0201L13.4111 18.9028C13.8887 18.6783 14.4913 18.774 15 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0105 10C15.3102 11.3968 14.562 12.7049 14.7348 14.3142C15.0111 16.8869 18.1967 17.8552 20.2339 19.0404C21.5685 19.8169 21.0695 22 19.4316 22C17.4458 22 15.6734 21.8448 13.8817 21.0201L10.3683 18.9028C9.95819 18.714 9.45777 18.7517 9 18.9028%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4C10 5.10457 10.8954 6 12 6C13.1046 6 14 5.10457 14 4C14 2.89543 13.1046 2 12 2C10.8954 2 10 2.89543 10 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 16C5.44586 16 6.54368 13.2949 6.89335 11.4291C6.98463 10.9421 7.13246 10.4565 7.45625 10.0814C8.55651 8.80674 10.184 8 12 8C13.816 8 15.4435 8.80674 16.5437 10.0814C16.8675 10.4565 17.0154 10.9421 17.1067 11.4291C17.4563 13.2949 18.5541 16 21 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.88598 10C8.57173 11.3968 9.30442 12.7049 9.1352 14.3142C8.86468 16.8869 5.74512 17.8552 3.75022 19.0404C2.44325 19.8169 2.9319 22 4.53582 22C6.48047 22 8.21607 21.8448 9.9706 21.0201L13.4111 18.9028C13.8887 18.6783 14.4913 18.774 15 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0105 10C15.3102 11.3968 14.562 12.7049 14.7348 14.3142C15.0111 16.8869 18.1967 17.8552 20.2339 19.0404C21.5685 19.8169 21.0695 22 19.4316 22C17.4458 22 15.6734 21.8448 13.8817 21.0201L10.3683 18.9028C9.95819 18.714 9.45777 18.7517 9 18.9028%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4C10 5.10457 10.8954 6 12 6C13.1046 6 14 5.10457 14 4C14 2.89543 13.1046 2 12 2C10.8954 2 10 2.89543 10 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 16C5.44586 16 6.54368 13.2949 6.89335 11.4291C6.98463 10.9421 7.13246 10.4565 7.45625 10.0814C8.55651 8.80674 10.184 8 12 8C13.816 8 15.4435 8.80674 16.5437 10.0814C16.8675 10.4565 17.0154 10.9421 17.1067 11.4291C17.4563 13.2949 18.5541 16 21 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-yoga-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 10C9 13.866 12 17 12 17C12 17 15 13.866 15 10C15 6.13401 12 3 12 3C12 3 9 6.13401 9 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.33095 8C4.11419 7.04619 2 7 2 7C2 7 2.09572 11.3814 4.85714 14.1429C7.61857 16.9043 12 17 12 17C12 17 16.3814 16.9043 19.1429 14.1429C21.9043 11.3814 22 7 22 7C22 7 19.8858 7.04619 17.6691 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0207 17C11.8544 18.3333 12.6604 21 15.5135 21C17.5093 21 18.5072 19 22 21C21.6 18.9999 20.7998 17.7199 19.6329 17M11.9793 17C12.1456 18.3333 11.3396 21 8.48654 21C6.49068 21 5.49275 19 2 21C2.40005 18.9999 3.20018 17.7199 4.36707 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 10C9 13.866 12 17 12 17C12 17 15 13.866 15 10C15 6.13401 12 3 12 3C12 3 9 6.13401 9 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.33095 8C4.11419 7.04619 2 7 2 7C2 7 2.09572 11.3814 4.85714 14.1429C7.61857 16.9043 12 17 12 17C12 17 16.3814 16.9043 19.1429 14.1429C21.9043 11.3814 22 7 22 7C22 7 19.8858 7.04619 17.6691 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0207 17C11.8544 18.3333 12.6604 21 15.5135 21C17.5093 21 18.5072 19 22 21C21.6 18.9999 20.7998 17.7199 19.6329 17M11.9793 17C12.1456 18.3333 11.3396 21 8.48654 21C6.49068 21 5.49275 19 2 21C2.40005 18.9999 3.20018 17.7199 4.36707 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-yoga-ball{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.8527 4.71739C18.0384 9.42192 13.9368 13 8.99957 13C6.34739 13 3.93635 11.9675 2.14648 10.2825M21.8096 10.0501C19.6928 14.7377 14.9772 18 9.49957 18C7.13533 18 4.91304 17.3922 2.98041 16.3244M3.65427 6.48834C4.84805 7.43477 6.35781 7.99996 7.99957 7.99996C11.3811 7.99996 14.2027 5.60217 14.8567 2.41406%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.8527 4.71739C18.0384 9.42192 13.9368 13 8.99957 13C6.34739 13 3.93635 11.9675 2.14648 10.2825M21.8096 10.0501C19.6928 14.7377 14.9772 18 9.49957 18C7.13533 18 4.91304 17.3922 2.98041 16.3244M3.65427 6.48834C4.84805 7.43477 6.35781 7.99996 7.99957 7.99996C11.3811 7.99996 14.2027 5.60217 14.8567 2.41406%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-gym-icons-yoga-mat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5173 15.0102L17.1519 10.4989C17.3392 10.3598 17.5063 10.1955 17.6482 10.0112C18.1336 9.38041 18.1239 8.50551 17.8162 7.77366C17.1316 6.14514 15.507 5 13.6119 5C12.6763 5 11.8067 5.27908 11.0835 5.75762L4.00403 10.7567%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.00619 13.5076C6.00619 14.2036 6.37472 15.5869 8.04685 15.9665C9.05282 16.1949 11.9836 15.2315 10.5497 12.4395C9.11573 9.64756 5.66255 9.63299 4.25787 10.5685C3.39945 11.0898 1.73236 12.7172 2.04842 14.8806C2.1606 16.1913 3.19265 18.8506 6.42342 19.0026H16.3147C17.2366 18.9296 17.427 18.7958 18.1291 18.2572C19.0736 17.4089 20.6511 15.8494 21.5676 14.8228C21.7656 14.601 21.9793 14.3727 22.0066 14.0766V14.0766C22.1523 12.5 19.7598 13.1829 18.0267 12.995%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5173 15.0102L17.1519 10.4989C17.3392 10.3598 17.5063 10.1955 17.6482 10.0112C18.1336 9.38041 18.1239 8.50551 17.8162 7.77366C17.1316 6.14514 15.507 5 13.6119 5C12.6763 5 11.8067 5.27908 11.0835 5.75762L4.00403 10.7567%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.00619 13.5076C6.00619 14.2036 6.37472 15.5869 8.04685 15.9665C9.05282 16.1949 11.9836 15.2315 10.5497 12.4395C9.11573 9.64756 5.66255 9.63299 4.25787 10.5685C3.39945 11.0898 1.73236 12.7172 2.04842 14.8806C2.1606 16.1913 3.19265 18.8506 6.42342 19.0026H16.3147C17.2366 18.9296 17.427 18.7958 18.1291 18.2572C19.0736 17.4089 20.6511 15.8494 21.5676 14.8228C21.7656 14.601 21.9793 14.3727 22.0066 14.0766V14.0766C22.1523 12.5 19.7598 13.1829 18.0267 12.995%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-clapping-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.3961 10.8669C19.8629 10.417 20.6197 10.417 21.0865 10.8669C21.5532 11.3168 21.5532 12.0463 21.0865 12.4961L19.9595 13.5823M19.3961 10.8669L20.523 9.78079C20.9898 9.33089 20.9898 8.60146 20.523 8.15157C20.0562 7.70167 19.2994 7.70167 18.8326 8.15157L17.9876 8.96629M19.3961 10.8669L16.2971 13.8538M17.9876 8.96629C18.454 8.51637 18.4539 7.7872 17.9872 7.33742C17.5204 6.88753 16.7636 6.88753 16.2969 7.33742L11.5289 11.9327L11.5318 10.17C11.533 9.39664 10.8365 8.79601 10.0389 8.88262C9.42857 8.9489 8.94078 9.40462 8.85299 9.99057L8.29037 14.4426C8.18273 15.2944 7.62953 16.2341 7 16.8408M17.9876 8.96629L15.1703 11.6817M12.3528 22L13.009 21.3676C13.3086 21.0788 13.7156 20.9198 14.1384 20.8929C14.6272 20.8617 15.2733 20.7893 15.6643 20.621C16.3383 20.331 16.9506 19.7408 18.1752 18.5605L21.6499 15.2115C22.1167 14.7616 22.1167 14.0322 21.6499 13.5823C21.1831 13.1324 20.4263 13.1324 19.9595 13.5823M17.424 16.0261L19.9595 13.5823%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.4843 4.09738C13.9717 3.61746 13.9716 2.83968 13.4839 2.35992C12.996 1.88003 12.2051 1.88003 11.7172 2.35992L6.73328 7.26465L6.73711 5.38136C6.73842 4.55642 6.0105 3.91575 5.17686 4.00813C4.53899 4.07882 4.02919 4.56493 3.93744 5.18994L3.34861 9.94193C3.23611 10.8505 2.65795 11.8528 2 12.5M13.4843 4.09738L14.3675 3.22834C14.8553 2.74845 15.6463 2.74845 16.1341 3.22834C16.3781 3.46832 16.5 3.78285 16.5 4.09738M13.4843 4.09738L11 6.54112%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.3961 10.8669C19.8629 10.417 20.6197 10.417 21.0865 10.8669C21.5532 11.3168 21.5532 12.0463 21.0865 12.4961L19.9595 13.5823M19.3961 10.8669L20.523 9.78079C20.9898 9.33089 20.9898 8.60146 20.523 8.15157C20.0562 7.70167 19.2994 7.70167 18.8326 8.15157L17.9876 8.96629M19.3961 10.8669L16.2971 13.8538M17.9876 8.96629C18.454 8.51637 18.4539 7.7872 17.9872 7.33742C17.5204 6.88753 16.7636 6.88753 16.2969 7.33742L11.5289 11.9327L11.5318 10.17C11.533 9.39664 10.8365 8.79601 10.0389 8.88262C9.42857 8.9489 8.94078 9.40462 8.85299 9.99057L8.29037 14.4426C8.18273 15.2944 7.62953 16.2341 7 16.8408M17.9876 8.96629L15.1703 11.6817M12.3528 22L13.009 21.3676C13.3086 21.0788 13.7156 20.9198 14.1384 20.8929C14.6272 20.8617 15.2733 20.7893 15.6643 20.621C16.3383 20.331 16.9506 19.7408 18.1752 18.5605L21.6499 15.2115C22.1167 14.7616 22.1167 14.0322 21.6499 13.5823C21.1831 13.1324 20.4263 13.1324 19.9595 13.5823M17.424 16.0261L19.9595 13.5823%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.4843 4.09738C13.9717 3.61746 13.9716 2.83968 13.4839 2.35992C12.996 1.88003 12.2051 1.88003 11.7172 2.35992L6.73328 7.26465L6.73711 5.38136C6.73842 4.55642 6.0105 3.91575 5.17686 4.00813C4.53899 4.07882 4.02919 4.56493 3.93744 5.18994L3.34861 9.94193C3.23611 10.8505 2.65795 11.8528 2 12.5M13.4843 4.09738L14.3675 3.22834C14.8553 2.74845 15.6463 2.74845 16.1341 3.22834C16.3781 3.46832 16.5 3.78285 16.5 4.09738M13.4843 4.09738L11 6.54112%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-clapping-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2946 16.5969L17.6443 19.3752C16.41 20.669 15.7928 21.316 15.1135 21.6339C14.0746 22.1201 12.8892 22.1221 11.8518 21.6393C11.1734 21.3236 10.5581 20.6787 9.32771 19.3889C8.68241 18.7124 8.35976 18.3742 8.12569 17.99C7.7686 17.4039 7.55631 16.7335 7.50792 16.0391C7.4762 15.5839 7.54154 15.1096 7.67222 14.1608L8.24806 9.98046C8.33654 9.33812 8.8282 8.83854 9.44338 8.76589C10.2474 8.67094 10.9494 9.32937 10.9481 10.1772L10.9452 12.1108L15.4678 7.36989C15.9383 6.8767 16.7011 6.8767 17.1716 7.36989C17.6421 7.86309 17.6421 8.66271 17.1716 9.1559M17.1716 9.1559L18.3075 7.96523C18.778 7.47204 19.5408 7.47204 20.0113 7.96523C20.4818 8.45842 20.4818 9.25804 20.0113 9.75123L18.8754 10.9419M17.1716 9.1559L14.6159 11.8349M18.8754 10.9419C19.3459 10.4487 20.1087 10.4487 20.5792 10.9419C21.0497 11.4351 21.0497 12.2347 20.5792 12.7279L19.4433 13.9186M18.8754 10.9419L16.3197 13.6209M19.7273 17.1929L21.1471 15.7046C21.6176 15.2114 21.6176 14.4118 21.1471 13.9186C20.6766 13.4254 19.9138 13.4254 19.4433 13.9186M19.4433 13.9186L18.0235 15.4069%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.2738 4.19379C12.7492 3.69193 12.7492 2.87825 12.2738 2.37639C11.7983 1.87454 11.0274 1.87454 10.552 2.37639L5.9816 7.20059L5.98452 5.23302C5.9858 4.37031 5.27637 3.7003 4.4639 3.79692C3.84223 3.87085 3.34538 4.37921 3.25596 5.03284L2.67404 9.2867C2.54198 10.2521 2.47595 10.7348 2.508 11.198C2.5569 11.9046 2.77143 12.5868 3.1323 13.1832C3.36884 13.5741 3.69489 13.9183 4.34701 14.6066C4.47803 14.7449 4.60216 14.8759 4.72018 15M12.2738 4.19379L13.4216 2.98219C13.8971 2.48033 14.668 2.48033 15.1434 2.98219C15.6189 3.48405 15.6189 4.29773 15.1434 4.79959M12.2738 4.19379L10.5114 6.054%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2946 16.5969L17.6443 19.3752C16.41 20.669 15.7928 21.316 15.1135 21.6339C14.0746 22.1201 12.8892 22.1221 11.8518 21.6393C11.1734 21.3236 10.5581 20.6787 9.32771 19.3889C8.68241 18.7124 8.35976 18.3742 8.12569 17.99C7.7686 17.4039 7.55631 16.7335 7.50792 16.0391C7.4762 15.5839 7.54154 15.1096 7.67222 14.1608L8.24806 9.98046C8.33654 9.33812 8.8282 8.83854 9.44338 8.76589C10.2474 8.67094 10.9494 9.32937 10.9481 10.1772L10.9452 12.1108L15.4678 7.36989C15.9383 6.8767 16.7011 6.8767 17.1716 7.36989C17.6421 7.86309 17.6421 8.66271 17.1716 9.1559M17.1716 9.1559L18.3075 7.96523C18.778 7.47204 19.5408 7.47204 20.0113 7.96523C20.4818 8.45842 20.4818 9.25804 20.0113 9.75123L18.8754 10.9419M17.1716 9.1559L14.6159 11.8349M18.8754 10.9419C19.3459 10.4487 20.1087 10.4487 20.5792 10.9419C21.0497 11.4351 21.0497 12.2347 20.5792 12.7279L19.4433 13.9186M18.8754 10.9419L16.3197 13.6209M19.7273 17.1929L21.1471 15.7046C21.6176 15.2114 21.6176 14.4118 21.1471 13.9186C20.6766 13.4254 19.9138 13.4254 19.4433 13.9186M19.4433 13.9186L18.0235 15.4069%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.2738 4.19379C12.7492 3.69193 12.7492 2.87825 12.2738 2.37639C11.7983 1.87454 11.0274 1.87454 10.552 2.37639L5.9816 7.20059L5.98452 5.23302C5.9858 4.37031 5.27637 3.7003 4.4639 3.79692C3.84223 3.87085 3.34538 4.37921 3.25596 5.03284L2.67404 9.2867C2.54198 10.2521 2.47595 10.7348 2.508 11.198C2.5569 11.9046 2.77143 12.5868 3.1323 13.1832C3.36884 13.5741 3.69489 13.9183 4.34701 14.6066C4.47803 14.7449 4.60216 14.8759 4.72018 15M12.2738 4.19379L13.4216 2.98219C13.8971 2.48033 14.668 2.48033 15.1434 2.98219C15.6189 3.48405 15.6189 4.29773 15.1434 4.79959M12.2738 4.19379L10.5114 6.054%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-do-not-touch-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 22.0003V20.8357C17.5 19.913 17.9987 19.1864 18.5 18.5M8 22.0003C8 20.883 7.62579 19.527 6.93707 18.6472L3.33738 14.049C2.8758 13.4316 2.88907 12.5792 3.36965 11.9766C3.99772 11.189 5.16877 11.124 5.8797 11.8371L7.5 13.4625V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5018 5.5C13.5018 4.67157 14.1733 4 15.0018 4C15.8302 4 16.5018 4.67157 16.5018 5.5V7.5M13.5018 5.5V3.5C13.5018 2.67157 12.8302 2 12.0018 2C11.1733 2 10.5018 2.67157 10.5018 3.5L10.502 5M13.5018 5.5V9.50024M10.502 5C10.5016 4.17187 9.83019 3.50117 9.00197 3.50064C8.17376 3.50011 8 4 8 4M10.502 5V6.50045M16.5018 12V7.5M16.5018 7.5C16.5018 6.67157 17.1733 6 18.0018 6C18.8302 6 19.5018 6.67157 19.5018 7.5V13.6668C19.5018 14.3812 19.5018 14.9897 19.49 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 22.0003V20.8357C17.5 19.913 17.9987 19.1864 18.5 18.5M8 22.0003C8 20.883 7.62579 19.527 6.93707 18.6472L3.33738 14.049C2.8758 13.4316 2.88907 12.5792 3.36965 11.9766C3.99772 11.189 5.16877 11.124 5.8797 11.8371L7.5 13.4625V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5018 5.5C13.5018 4.67157 14.1733 4 15.0018 4C15.8302 4 16.5018 4.67157 16.5018 5.5V7.5M13.5018 5.5V3.5C13.5018 2.67157 12.8302 2 12.0018 2C11.1733 2 10.5018 2.67157 10.5018 3.5L10.502 5M13.5018 5.5V9.50024M10.502 5C10.5016 4.17187 9.83019 3.50117 9.00197 3.50064C8.17376 3.50011 8 4 8 4M10.502 5V6.50045M16.5018 12V7.5M16.5018 7.5C16.5018 6.67157 17.1733 6 18.0018 6C18.8302 6 19.5018 6.67157 19.5018 7.5V13.6668C19.5018 14.3812 19.5018 14.9897 19.49 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-do-not-touch-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 18.5C18.4313 19.3861 17.799 20.284 16.8019 20.6679C15.9395 21 14.8562 21 12.6896 21C11.5534 21 10.9853 21 10.4566 20.8834C9.64995 20.7056 8.90001 20.3294 8.27419 19.7888C7.86398 19.4344 7.52311 18.9785 6.84137 18.0667L3.83738 14.0487C3.3758 13.4314 3.38907 12.5789 3.86965 11.9763C4.49772 11.1888 5.66877 11.1237 6.3797 11.8369L8.0011 13.4634V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0004 5.5C11.0004 4.67157 10.3288 4 9.50036 4C9.32491 4 9.15649 4.03012 9 4.08548M11.0004 5.5V3.5C11.0004 2.67157 11.6719 2 12.5004 2C13.3288 2 14.0004 2.67157 14.0004 3.5V5.5M11.0004 5.5V6.5011M14.0004 5.5C14.0004 4.67157 14.6719 4 15.5004 4C16.3288 4 17.0004 4.67157 17.0004 5.5V7.5M14.0004 5.5V9.5011M17.0004 7.5C17.0004 6.67157 17.6719 6 18.5004 6C19.3288 6 20.0004 6.67157 20.0004 7.5C19.9984 10.1666 20.0155 12.8335 19.9875 15.5M17.0004 7.5V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 2L22.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 18.5C18.4313 19.3861 17.799 20.284 16.8019 20.6679C15.9395 21 14.8562 21 12.6896 21C11.5534 21 10.9853 21 10.4566 20.8834C9.64995 20.7056 8.90001 20.3294 8.27419 19.7888C7.86398 19.4344 7.52311 18.9785 6.84137 18.0667L3.83738 14.0487C3.3758 13.4314 3.38907 12.5789 3.86965 11.9763C4.49772 11.1888 5.66877 11.1237 6.3797 11.8369L8.0011 13.4634V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0004 5.5C11.0004 4.67157 10.3288 4 9.50036 4C9.32491 4 9.15649 4.03012 9 4.08548M11.0004 5.5V3.5C11.0004 2.67157 11.6719 2 12.5004 2C13.3288 2 14.0004 2.67157 14.0004 3.5V5.5M11.0004 5.5V6.5011M14.0004 5.5C14.0004 4.67157 14.6719 4 15.5004 4C16.3288 4 17.0004 4.67157 17.0004 5.5V7.5M14.0004 5.5V9.5011M17.0004 7.5C17.0004 6.67157 17.6719 6 18.5004 6C19.3288 6 20.0004 6.67157 20.0004 7.5C19.9984 10.1666 20.0155 12.8335 19.9875 15.5M17.0004 7.5V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 2L22.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-drag-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9648 4H16.9727M20.9648 4C20.9648 4.56018 19.4734 5.60678 18.9687 6M20.9648 4C20.9648 3.43982 19.4734 2.39322 18.9687 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 4H6.99216M3 4C3 3.43982 4.49137 2.39322 4.99608 2M3 4C3 4.56018 4.49137 5.60678 4.99608 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.81609 22.0007V21.0597C9.81609 20.4117 9.6063 19.7812 9.2181 19.2624L5.39539 14.1535C5.07771 13.7289 4.84082 13.2142 4.98669 12.7044C5.34689 11.4455 6.76896 10.3262 8.36005 12.2976L9.96021 14.005V3.59393C10.0583 1.76471 13.1335 1.18697 13.4515 3.59393V9.5271C14.934 9.3362 21.9172 10.3782 20.9013 14.7918C20.8528 15.0028 20.8042 15.2168 20.7567 15.428C20.5503 16.3461 19.9417 17.9801 19.2706 18.9356C18.5715 19.931 18.898 21.5354 18.8182 22.0021%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9648 4H16.9727M20.9648 4C20.9648 4.56018 19.4734 5.60678 18.9687 6M20.9648 4C20.9648 3.43982 19.4734 2.39322 18.9687 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 4H6.99216M3 4C3 3.43982 4.49137 2.39322 4.99608 2M3 4C3 4.56018 4.49137 5.60678 4.99608 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.81609 22.0007V21.0597C9.81609 20.4117 9.6063 19.7812 9.2181 19.2624L5.39539 14.1535C5.07771 13.7289 4.84082 13.2142 4.98669 12.7044C5.34689 11.4455 6.76896 10.3262 8.36005 12.2976L9.96021 14.005V3.59393C10.0583 1.76471 13.1335 1.18697 13.4515 3.59393V9.5271C14.934 9.3362 21.9172 10.3782 20.9013 14.7918C20.8528 15.0028 20.8042 15.2168 20.7567 15.428C20.5503 16.3461 19.9417 17.9801 19.2706 18.9356C18.5715 19.931 18.898 21.5354 18.8182 22.0021%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-drag-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.97729 16.7638L8.22499 16.5211C8.7864 15.9709 9.10618 15.2192 9.11382 14.4317L9.16368 9.28803C9.17044 8.59064 9.39539 7.85388 10.0281 7.56453C10.9849 7.12695 12.1675 7.37402 12.3805 9.41979L12.7086 11.1486L18.288 4.44801C19.4555 3.34642 21.5279 4.73898 20.6241 6.46453L17.3428 10.4143C18.6232 11.2744 23.3471 16.165 19.5215 18.6541C18.9698 19.1348 17.663 19.832 16.5231 20.1947C15.4363 20.5404 14.7542 21.7239 14.4198 21.9934%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.96847 3.508C8.96847 4.34408 9.61987 5.02186 10.4234 5.02186C11.227 5.02186 11.8784 4.34408 11.8784 3.508C11.8784 2.67192 11.227 1.99414 10.4234 1.99414C9.61987 1.99414 8.96847 2.67192 8.96847 3.508ZM8.96847 3.508H8.3246L7.554 3.58026M3.47433 8.93686C4.3113 8.92312 4.94851 9.57859 4.96176 10.3901C4.97502 11.2017 4.35217 11.9001 3.5152 11.9139C2.67824 11.9276 1.99612 11.2427 1.98286 10.4312C1.9696 9.61964 2.63736 8.95061 3.47433 8.93686ZM3.47433 8.93686L3.56397 7.60368M5.25919 4.64498L4.9314 4.95192L4.64175 5.26468%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.97729 16.7638L8.22499 16.5211C8.7864 15.9709 9.10618 15.2192 9.11382 14.4317L9.16368 9.28803C9.17044 8.59064 9.39539 7.85388 10.0281 7.56453C10.9849 7.12695 12.1675 7.37402 12.3805 9.41979L12.7086 11.1486L18.288 4.44801C19.4555 3.34642 21.5279 4.73898 20.6241 6.46453L17.3428 10.4143C18.6232 11.2744 23.3471 16.165 19.5215 18.6541C18.9698 19.1348 17.663 19.832 16.5231 20.1947C15.4363 20.5404 14.7542 21.7239 14.4198 21.9934%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.96847 3.508C8.96847 4.34408 9.61987 5.02186 10.4234 5.02186C11.227 5.02186 11.8784 4.34408 11.8784 3.508C11.8784 2.67192 11.227 1.99414 10.4234 1.99414C9.61987 1.99414 8.96847 2.67192 8.96847 3.508ZM8.96847 3.508H8.3246L7.554 3.58026M3.47433 8.93686C4.3113 8.92312 4.94851 9.57859 4.96176 10.3901C4.97502 11.2017 4.35217 11.9001 3.5152 11.9139C2.67824 11.9276 1.99612 11.2427 1.98286 10.4312C1.9696 9.61964 2.63736 8.95061 3.47433 8.93686ZM3.47433 8.93686L3.56397 7.60368M5.25919 4.64498L4.9314 4.95192L4.64175 5.26468%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-drag-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.36734 12.171L9.50123 14V4.25C9.50123 3.2835 10.2847 2.5 11.2512 2.5C12.2177 2.5 13.0012 3.2835 13.0012 4.25V9.5L15.9891 9.97757C17.9177 10.2669 18.8821 10.4115 19.5613 10.8184C20.6833 11.4906 21.4961 12.5 21.4961 13.9736C21.4961 15 21.2424 15.6886 20.6257 17.5387C20.2344 18.7127 20.0387 19.2996 19.7197 19.7643C19.1944 20.5293 18.4194 21.0878 17.5276 21.3442C16.9859 21.5 16.3672 21.5 15.1297 21.5H14.0808C12.4356 21.5 11.613 21.5 10.8807 21.1981C10.7494 21.144 10.621 21.0829 10.4962 21.0151C9.80014 20.6371 9.28143 19.9987 8.244 18.7219L4.8855 14.5883C4.36941 13.9531 4.36596 13.0441 4.87723 12.405C5.49174 11.6369 6.62046 11.5308 7.36734 12.171Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 4.5L16 4.5M20 4.5C20 5.06018 18.5057 6.10678 18 6.5M20 4.5C20 3.93982 18.5057 2.89322 18 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 4.5L6.5 4.5M2.5 4.5C2.5 3.93982 3.9943 2.89322 4.5 2.5M2.5 4.5C2.5 5.06018 3.9943 6.10678 4.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.36734 12.171L9.50123 14V4.25C9.50123 3.2835 10.2847 2.5 11.2512 2.5C12.2177 2.5 13.0012 3.2835 13.0012 4.25V9.5L15.9891 9.97757C17.9177 10.2669 18.8821 10.4115 19.5613 10.8184C20.6833 11.4906 21.4961 12.5 21.4961 13.9736C21.4961 15 21.2424 15.6886 20.6257 17.5387C20.2344 18.7127 20.0387 19.2996 19.7197 19.7643C19.1944 20.5293 18.4194 21.0878 17.5276 21.3442C16.9859 21.5 16.3672 21.5 15.1297 21.5H14.0808C12.4356 21.5 11.613 21.5 10.8807 21.1981C10.7494 21.144 10.621 21.0829 10.4962 21.0151C9.80014 20.6371 9.28143 19.9987 8.244 18.7219L4.8855 14.5883C4.36941 13.9531 4.36596 13.0441 4.87723 12.405C5.49174 11.6369 6.62046 11.5308 7.36734 12.171Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 4.5L16 4.5M20 4.5C20 5.06018 18.5057 6.10678 18 6.5M20 4.5C20 3.93982 18.5057 2.89322 18 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 4.5L6.5 4.5M2.5 4.5C2.5 3.93982 3.9943 2.89322 4.5 2.5M2.5 4.5C2.5 5.06018 3.9943 6.10678 4.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-drag-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0922 8.41352L12.3035 11.0995L19.0616 4.49129C19.7315 3.83624 20.8177 3.83624 21.4876 4.49129C22.1575 5.14634 22.1575 6.2084 21.4876 6.86344L17.8486 10.4217L19.5886 12.7704C20.7248 14.2736 21.2931 15.0253 21.4818 15.7614C21.7936 16.9774 21.6573 18.2124 20.6359 19.2112C19.9244 19.9068 19.2713 20.2016 17.5614 21.0376C16.4765 21.568 15.9341 21.8332 15.3908 21.9319C14.4965 22.0943 13.5722 21.9477 12.7763 21.517C12.2928 21.2554 11.864 20.8361 11.0063 19.9974L10.2792 19.2864C9.13886 18.1714 8.5687 17.614 8.27034 16.913C8.21684 16.7873 8.17022 16.6589 8.13068 16.5284C7.91022 15.8004 7.99319 15.0162 8.15913 13.4476L8.69634 8.36984C8.7789 7.58955 9.40661 6.97109 10.204 6.88446C11.1624 6.78034 12.0182 7.47343 12.0922 8.41352Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.05951 3.52029C9.05951 4.36424 9.71858 5.04839 10.5316 5.04839C11.3446 5.04839 12.0037 4.36424 12.0037 3.52029C12.0037 2.67634 11.3446 1.99219 10.5316 1.99219C9.71858 1.99219 9.05951 2.67634 9.05951 3.52029ZM9.05951 3.52029H8.40806L7.62838 3.59323M3.50068 9.00024C4.3475 8.98636 4.99222 9.648 5.00563 10.4672C5.01904 11.2864 4.38886 11.9914 3.54204 12.0052C2.69521 12.0191 2.00506 11.3278 1.99165 10.5086C1.97824 9.68944 2.65385 9.01411 3.50068 9.00024ZM3.50068 9.00024L3.59138 7.65451M5.30656 4.66797L4.9749 4.97779L4.68184 5.2935%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0922 8.41352L12.3035 11.0995L19.0616 4.49129C19.7315 3.83624 20.8177 3.83624 21.4876 4.49129C22.1575 5.14634 22.1575 6.2084 21.4876 6.86344L17.8486 10.4217L19.5886 12.7704C20.7248 14.2736 21.2931 15.0253 21.4818 15.7614C21.7936 16.9774 21.6573 18.2124 20.6359 19.2112C19.9244 19.9068 19.2713 20.2016 17.5614 21.0376C16.4765 21.568 15.9341 21.8332 15.3908 21.9319C14.4965 22.0943 13.5722 21.9477 12.7763 21.517C12.2928 21.2554 11.864 20.8361 11.0063 19.9974L10.2792 19.2864C9.13886 18.1714 8.5687 17.614 8.27034 16.913C8.21684 16.7873 8.17022 16.6589 8.13068 16.5284C7.91022 15.8004 7.99319 15.0162 8.15913 13.4476L8.69634 8.36984C8.7789 7.58955 9.40661 6.97109 10.204 6.88446C11.1624 6.78034 12.0182 7.47343 12.0922 8.41352Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.05951 3.52029C9.05951 4.36424 9.71858 5.04839 10.5316 5.04839C11.3446 5.04839 12.0037 4.36424 12.0037 3.52029C12.0037 2.67634 11.3446 1.99219 10.5316 1.99219C9.71858 1.99219 9.05951 2.67634 9.05951 3.52029ZM9.05951 3.52029H8.40806L7.62838 3.59323M3.50068 9.00024C4.3475 8.98636 4.99222 9.648 5.00563 10.4672C5.01904 11.2864 4.38886 11.9914 3.54204 12.0052C2.69521 12.0191 2.00506 11.3278 1.99165 10.5086C1.97824 9.68944 2.65385 9.01411 3.50068 9.00024ZM3.50068 9.00024L3.59138 7.65451M5.30656 4.66797L4.9749 4.97779L4.68184 5.2935%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-drag-left-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6821 8.48828C9.6671 7.87684 8.98828 6.7643 8.98828 5.49324C8.98828 3.56343 10.553 1.99902 12.4833 1.99902C14.4135 1.99902 15.9783 3.56343 15.9783 5.49324C15.9783 6.7643 15.2994 7.87684 14.2845 8.48828%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5527 21.9348L10.5781 21.3044C10.603 20.6883 10.4411 20.0752 10.0984 19.56C8.74981 17.533 7.71929 16.3786 6.30693 14.4014C6.19506 14.2448 6.09044 14.0789 6.04635 13.8919C5.70577 12.4471 7.46557 10.5666 9.09559 12.7323L10.6868 14.3646L10.6868 6.32391C10.8979 4.6763 13.4906 4.34948 13.9278 6.32389L13.9278 10.0659C15.545 9.91869 22.0816 11.044 20.8479 15.5308C20.7901 15.7411 20.7348 15.9558 20.6778 16.1663C20.47 16.933 19.9618 18.0523 19.4724 19.0064C18.9283 20.0673 19.0715 21.566 18.9794 22.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.71865 4.98853H2.99805M2.99805 4.98853C3.1371 5.4239 3.5156 5.68779 3.83946 5.98427L5.02718 6.98996M2.99805 4.98853C3.11123 4.54575 3.52373 4.25931 3.83946 3.95999L5.02718 2.94141%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6821 8.48828C9.6671 7.87684 8.98828 6.7643 8.98828 5.49324C8.98828 3.56343 10.553 1.99902 12.4833 1.99902C14.4135 1.99902 15.9783 3.56343 15.9783 5.49324C15.9783 6.7643 15.2994 7.87684 14.2845 8.48828%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5527 21.9348L10.5781 21.3044C10.603 20.6883 10.4411 20.0752 10.0984 19.56C8.74981 17.533 7.71929 16.3786 6.30693 14.4014C6.19506 14.2448 6.09044 14.0789 6.04635 13.8919C5.70577 12.4471 7.46557 10.5666 9.09559 12.7323L10.6868 14.3646L10.6868 6.32391C10.8979 4.6763 13.4906 4.34948 13.9278 6.32389L13.9278 10.0659C15.545 9.91869 22.0816 11.044 20.8479 15.5308C20.7901 15.7411 20.7348 15.9558 20.6778 16.1663C20.47 16.933 19.9618 18.0523 19.4724 19.0064C18.9283 20.0673 19.0715 21.566 18.9794 22.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.71865 4.98853H2.99805M2.99805 4.98853C3.1371 5.4239 3.5156 5.68779 3.83946 5.98427L5.02718 6.98996M2.99805 4.98853C3.11123 4.54575 3.52373 4.25931 3.83946 3.95999L5.02718 2.94141%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-drag-left-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.54431 13.6528L10.5147 15.3722V6.50065C10.5147 5.67186 11.188 5 12.0183 5C12.8482 5 13.5213 5.67107 13.522 6.49935L13.5252 11.263L16.1668 11.6903C17.8718 11.9492 18.7244 12.0786 19.3249 12.4427C20.3168 13.0441 21.0354 14 21.0354 15.2657C21.0354 16.1841 20.8112 16.8002 20.2659 18.4556C19.92 19.5059 19.747 20.0311 19.465 20.4469C19.0005 21.1313 18.3154 21.6311 17.5269 21.8605C17.048 21.9999 16.501 21.9999 15.407 21.9999H14.4796C13.0251 21.9999 12.2978 21.9999 11.6505 21.7298C11.5343 21.6814 11.4209 21.6267 11.3105 21.566C10.6951 21.2278 10.2366 20.6566 9.31936 19.5142L6.35014 15.8158C5.89386 15.2474 5.89081 14.4341 6.34282 13.8622C6.8861 13.175 7.884 13.08 8.54431 13.6528Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9595 9.5C15.1916 8.81764 16.0255 7.50601 16.0255 6C16.0255 3.79086 14.2311 2 12.0177 2C9.80416 2 8.00977 3.79086 8.00977 6C8.00977 7.50601 8.8437 8.81764 10.0758 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.85461 6.02289H3.03809M3.03809 6.02289C3.03809 6.49301 3.55234 6.71721 3.87413 7.01159L5.05428 8.01018M3.03809 6.02289C3.03809 5.55277 3.56042 5.29883 3.87413 5.00162L5.05428 3.99023%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.54431 13.6528L10.5147 15.3722V6.50065C10.5147 5.67186 11.188 5 12.0183 5C12.8482 5 13.5213 5.67107 13.522 6.49935L13.5252 11.263L16.1668 11.6903C17.8718 11.9492 18.7244 12.0786 19.3249 12.4427C20.3168 13.0441 21.0354 14 21.0354 15.2657C21.0354 16.1841 20.8112 16.8002 20.2659 18.4556C19.92 19.5059 19.747 20.0311 19.465 20.4469C19.0005 21.1313 18.3154 21.6311 17.5269 21.8605C17.048 21.9999 16.501 21.9999 15.407 21.9999H14.4796C13.0251 21.9999 12.2978 21.9999 11.6505 21.7298C11.5343 21.6814 11.4209 21.6267 11.3105 21.566C10.6951 21.2278 10.2366 20.6566 9.31936 19.5142L6.35014 15.8158C5.89386 15.2474 5.89081 14.4341 6.34282 13.8622C6.8861 13.175 7.884 13.08 8.54431 13.6528Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9595 9.5C15.1916 8.81764 16.0255 7.50601 16.0255 6C16.0255 3.79086 14.2311 2 12.0177 2C9.80416 2 8.00977 3.79086 8.00977 6C8.00977 7.50601 8.8437 8.81764 10.0758 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.85461 6.02289H3.03809M3.03809 6.02289C3.03809 6.49301 3.55234 6.71721 3.87413 7.01159L5.05428 8.01018M3.03809 6.02289C3.03809 5.55277 3.56042 5.29883 3.87413 5.00162L5.05428 3.99023%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-drag-left-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5232 9.72218H13.4605C14.4959 9.72218 15.3353 10.5679 15.3353 11.6111M15.3353 11.6111V12.5555M15.3353 11.6111C15.3353 11.0895 15.7549 10.6666 16.2726 10.6666C17.308 10.6666 18.1474 11.5123 18.1474 12.5555M18.1474 12.5555V13.4999M18.1474 12.5555C18.1474 12.0611 18.588 11.685 19.0721 11.7663L19.393 11.8202C20.297 11.972 20.9595 12.76 20.9595 13.6834L20.9591 14.1297C20.9591 16.1823 20.9591 17.2086 20.6488 18.0257C20.4688 18.4996 19.9939 19.1041 19.6142 19.5409C19.2857 19.9187 19.0844 20.3979 19.0844 20.9001V22M12.523 11.6111V6.41665C12.523 5.63426 11.8934 5 11.1169 5C10.3403 5 9.71082 5.63426 9.71082 6.41665L9.71063 13.9367L8.19179 12.4016C7.52539 11.728 6.42767 11.7895 5.83894 12.5333C5.38845 13.1024 5.37601 13.9075 5.80868 14.4906L9.18296 18.8333C9.82854 19.6641 10.1794 20.9448 10.1794 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9147 9.5C14.1418 8.81764 14.9723 7.50601 14.9723 6C14.9723 3.79086 13.1852 2 10.9808 2C8.77632 2 6.98926 3.79086 6.98926 6C6.98926 7.50601 7.81978 8.81764 9.04688 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.76114 6.02289H1.95483M1.95483 6.02289C1.95483 6.49301 2.46799 6.71721 2.78911 7.01159L3.96675 8.01018M1.95483 6.02289C1.95483 5.55277 2.47606 5.29883 2.78911 5.00162L3.96675 3.99023%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5232 9.72218H13.4605C14.4959 9.72218 15.3353 10.5679 15.3353 11.6111M15.3353 11.6111V12.5555M15.3353 11.6111C15.3353 11.0895 15.7549 10.6666 16.2726 10.6666C17.308 10.6666 18.1474 11.5123 18.1474 12.5555M18.1474 12.5555V13.4999M18.1474 12.5555C18.1474 12.0611 18.588 11.685 19.0721 11.7663L19.393 11.8202C20.297 11.972 20.9595 12.76 20.9595 13.6834L20.9591 14.1297C20.9591 16.1823 20.9591 17.2086 20.6488 18.0257C20.4688 18.4996 19.9939 19.1041 19.6142 19.5409C19.2857 19.9187 19.0844 20.3979 19.0844 20.9001V22M12.523 11.6111V6.41665C12.523 5.63426 11.8934 5 11.1169 5C10.3403 5 9.71082 5.63426 9.71082 6.41665L9.71063 13.9367L8.19179 12.4016C7.52539 11.728 6.42767 11.7895 5.83894 12.5333C5.38845 13.1024 5.37601 13.9075 5.80868 14.4906L9.18296 18.8333C9.82854 19.6641 10.1794 20.9448 10.1794 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9147 9.5C14.1418 8.81764 14.9723 7.50601 14.9723 6C14.9723 3.79086 13.1852 2 10.9808 2C8.77632 2 6.98926 3.79086 6.98926 6C6.98926 7.50601 7.81978 8.81764 9.04688 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.76114 6.02289H1.95483M1.95483 6.02289C1.95483 6.49301 2.46799 6.71721 2.78911 7.01159L3.96675 8.01018M1.95483 6.02289C1.95483 5.55277 2.47606 5.29883 2.78911 5.00162L3.96675 3.99023%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-drag-left-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5233 13.0526V13.2264M21.5233 13.2264C21.5233 12.3517 20.8799 11.6051 20.0021 11.4613L18.7926 11.2632V12.1579M21.5233 13.2264V15.4386C21.5233 17.3832 21.5233 18.3555 21.2219 19.1296C20.7611 20.3132 19.8127 21.2485 18.6123 21.7029C17.8273 22 16.8413 22 14.8693 22C13.8352 22 13.318 22 12.8368 21.8957C12.1026 21.7366 11.42 21.4 10.8504 20.9163C10.477 20.5992 10.1668 20.1913 9.54622 19.3755L6.81197 15.7805C6.39183 15.2281 6.40392 14.4654 6.84134 13.9262C7.41301 13.2215 8.47891 13.1633 9.126 13.8014L10.5098 15.2557V6.5C10.5098 5.67157 11.1822 5 12.0116 5C12.841 5 13.5135 5.67157 13.5135 6.5V9.4737M18.7926 12.1579C18.7926 11.1696 17.9776 10.3684 16.9722 10.3684H16.0621V11.2632M18.7926 12.1579V13.0526M13.5135 9.4737H14.2417C15.247 9.4737 16.0621 10.2749 16.0621 11.2632M13.5135 9.4737V12.1579M16.0621 11.2632V12.1579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5098 9.5C9.27856 8.81764 8.50732 7.50601 8.50732 6C8.50732 3.79086 10.3004 2 12.5122 2C14.724 2 16.5171 3.79086 16.5171 6C16.5171 7.50601 15.6838 8.81764 14.4526 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.90774 6.02289H2.52734M2.52734 6.02289C2.52734 6.50098 3.04222 6.71721 3.36442 7.01159L4.54601 8.01018M2.52734 6.02289C2.52734 5.51181 3.05032 5.29883 3.36442 5.00162L4.54601 3.99023%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5233 13.0526V13.2264M21.5233 13.2264C21.5233 12.3517 20.8799 11.6051 20.0021 11.4613L18.7926 11.2632V12.1579M21.5233 13.2264V15.4386C21.5233 17.3832 21.5233 18.3555 21.2219 19.1296C20.7611 20.3132 19.8127 21.2485 18.6123 21.7029C17.8273 22 16.8413 22 14.8693 22C13.8352 22 13.318 22 12.8368 21.8957C12.1026 21.7366 11.42 21.4 10.8504 20.9163C10.477 20.5992 10.1668 20.1913 9.54622 19.3755L6.81197 15.7805C6.39183 15.2281 6.40392 14.4654 6.84134 13.9262C7.41301 13.2215 8.47891 13.1633 9.126 13.8014L10.5098 15.2557V6.5C10.5098 5.67157 11.1822 5 12.0116 5C12.841 5 13.5135 5.67157 13.5135 6.5V9.4737M18.7926 12.1579C18.7926 11.1696 17.9776 10.3684 16.9722 10.3684H16.0621V11.2632M18.7926 12.1579V13.0526M13.5135 9.4737H14.2417C15.247 9.4737 16.0621 10.2749 16.0621 11.2632M13.5135 9.4737V12.1579M16.0621 11.2632V12.1579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5098 9.5C9.27856 8.81764 8.50732 7.50601 8.50732 6C8.50732 3.79086 10.3004 2 12.5122 2C14.724 2 16.5171 3.79086 16.5171 6C16.5171 7.50601 15.6838 8.81764 14.4526 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.90774 6.02289H2.52734M2.52734 6.02289C2.52734 6.50098 3.04222 6.71721 3.36442 7.01159L4.54601 8.01018M2.52734 6.02289C2.52734 5.51181 3.05032 5.29883 3.36442 5.00162L4.54601 3.99023%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-drag-right-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.71046 8.48697C7.69091 7.87575 7.00903 6.76359 7.00903 5.49298C7.00903 3.56386 8.58085 2 10.5198 2C12.4587 2 14.0306 3.56386 14.0306 5.49298C14.0306 6.76359 13.3487 7.87575 12.3291 8.48697%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.0555 2.98926L19.8025 4.42997C20.0581 4.70193 20.1008 4.90701 19.9748 5.20836C19.9291 5.31751 19.8515 5.40969 19.7628 5.48814L18.0555 6.99812M14.4578 4.97417H18.8739%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.60325 21.9321L8.62874 21.3025C8.65366 20.6869 8.49138 20.0746 8.14773 19.5599C6.79569 17.5351 5.76252 16.3819 4.34653 14.4068C4.23437 14.2504 4.12948 14.0847 4.08528 13.8979C3.74382 12.4546 5.50815 10.5762 7.14236 12.7396L8.73772 14.3701L8.73772 6.33807C8.94927 4.69224 11.5487 4.36577 11.987 6.33805L11.987 10.076C13.6084 9.92898 20.1618 11.0531 18.925 15.5351C18.867 15.7451 18.8116 15.9596 18.7544 16.1699C18.546 16.9357 18.0365 18.0538 17.5459 19.0069C17.0004 20.0666 17.144 21.5637 17.0516 21.9983%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.71046 8.48697C7.69091 7.87575 7.00903 6.76359 7.00903 5.49298C7.00903 3.56386 8.58085 2 10.5198 2C12.4587 2 14.0306 3.56386 14.0306 5.49298C14.0306 6.76359 13.3487 7.87575 12.3291 8.48697%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.0555 2.98926L19.8025 4.42997C20.0581 4.70193 20.1008 4.90701 19.9748 5.20836C19.9291 5.31751 19.8515 5.40969 19.7628 5.48814L18.0555 6.99812M14.4578 4.97417H18.8739%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.60325 21.9321L8.62874 21.3025C8.65366 20.6869 8.49138 20.0746 8.14773 19.5599C6.79569 17.5351 5.76252 16.3819 4.34653 14.4068C4.23437 14.2504 4.12948 14.0847 4.08528 13.8979C3.74382 12.4546 5.50815 10.5762 7.14236 12.7396L8.73772 14.3701L8.73772 6.33807C8.94927 4.69224 11.5487 4.36577 11.987 6.33805L11.987 10.076C13.6084 9.92898 20.1618 11.0531 18.925 15.5351C18.867 15.7451 18.8116 15.9596 18.7544 16.1699C18.546 16.9357 18.0365 18.0538 17.5459 19.0069C17.0004 20.0666 17.144 21.5637 17.0516 21.9983%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-drag-right-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.03345 13.6528L9 15.3722V6.50065C9 5.67186 9.67186 5 10.5006 5C11.3289 5 12.0006 5.67107 12.0013 6.49935L12.0045 11.263L14.6409 11.6903C16.3426 11.9492 17.1935 12.0786 17.7928 12.4427C18.7828 13.0441 19.5 14 19.5 15.2657C19.5 16.1841 19.2762 16.8002 18.732 18.4556C18.3867 19.5059 18.2141 20.0311 17.9326 20.4469C17.4691 21.1313 16.7853 21.6311 15.9984 21.8605C15.5204 21.9999 14.9745 21.9999 13.8826 21.9999H12.9571C11.5054 21.9999 10.7796 21.9999 10.1335 21.7298C10.0176 21.6814 9.90436 21.6267 9.79422 21.566C9.18004 21.2278 8.72235 20.6566 7.80698 19.5142L4.8436 15.8158C4.38822 15.2474 4.38518 14.4341 4.8363 13.8622C5.37851 13.175 6.37444 13.08 7.03345 13.6528Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.438 9.5C13.6677 8.81764 14.5 7.50601 14.5 6C14.5 3.79086 12.7091 2 10.5 2C8.29086 2 6.5 3.79086 6.5 6C6.5 7.50601 7.33229 8.81764 8.562 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5163 3.99512L19.2598 5.43583C19.5149 5.70779 19.5575 5.91287 19.4317 6.21422C19.3861 6.32337 19.3087 6.41555 19.2202 6.494L17.5163 8.00398M14.5964 5.98003H18.3331%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.03345 13.6528L9 15.3722V6.50065C9 5.67186 9.67186 5 10.5006 5C11.3289 5 12.0006 5.67107 12.0013 6.49935L12.0045 11.263L14.6409 11.6903C16.3426 11.9492 17.1935 12.0786 17.7928 12.4427C18.7828 13.0441 19.5 14 19.5 15.2657C19.5 16.1841 19.2762 16.8002 18.732 18.4556C18.3867 19.5059 18.2141 20.0311 17.9326 20.4469C17.4691 21.1313 16.7853 21.6311 15.9984 21.8605C15.5204 21.9999 14.9745 21.9999 13.8826 21.9999H12.9571C11.5054 21.9999 10.7796 21.9999 10.1335 21.7298C10.0176 21.6814 9.90436 21.6267 9.79422 21.566C9.18004 21.2278 8.72235 20.6566 7.80698 19.5142L4.8436 15.8158C4.38822 15.2474 4.38518 14.4341 4.8363 13.8622C5.37851 13.175 6.37444 13.08 7.03345 13.6528Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.438 9.5C13.6677 8.81764 14.5 7.50601 14.5 6C14.5 3.79086 12.7091 2 10.5 2C8.29086 2 6.5 3.79086 6.5 6C6.5 7.50601 7.33229 8.81764 8.562 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5163 3.99512L19.2598 5.43583C19.5149 5.70779 19.5575 5.91287 19.4317 6.21422C19.3861 6.32337 19.3087 6.41555 19.2202 6.494L17.5163 8.00398M14.5964 5.98003H18.3331%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-drag-right-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5457 9.72218H13.485C14.5226 9.72218 15.3638 10.5679 15.3638 11.6111M15.3638 11.6111V12.5555M15.3638 11.6111C15.3638 11.0895 15.7843 10.6666 16.3031 10.6666C17.3407 10.6666 18.1819 11.5123 18.1819 12.5555M18.1819 12.5555V13.4999M18.1819 12.5555C18.1819 12.0611 18.6234 11.685 19.1085 11.7663L19.4301 11.8202C20.336 11.972 21 12.76 21 13.6834L20.9996 14.1297C20.9996 16.1823 20.9996 17.2086 20.6886 18.0257C20.5082 18.4996 20.0323 19.1041 19.6518 19.5409C19.3226 19.9187 19.1209 20.3979 19.1209 20.9001V22M12.5455 11.6111V6.41665C12.5455 5.63426 11.9146 5 11.1364 5C10.3582 5 9.72736 5.63426 9.72736 6.41665L9.72717 13.9367L8.2051 12.4016C7.53728 11.728 6.43723 11.7895 5.84724 12.5333C5.3958 13.1024 5.38333 13.9075 5.81692 14.4906L9.19837 18.8333C9.84533 19.6641 10.1969 20.9448 10.1969 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.938 9.5C14.1677 8.81764 15 7.50601 15 6C15 3.79086 13.2091 2 11 2C8.79086 2 7 3.79086 7 6C7 7.50601 7.83229 8.81764 9.062 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9682 3.99512L19.7117 5.43583C19.9668 5.70779 20.0094 5.91287 19.8836 6.21422C19.838 6.32337 19.7606 6.41555 19.6721 6.494L17.9682 8.00398M15.0483 5.98003H18.785%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5457 9.72218H13.485C14.5226 9.72218 15.3638 10.5679 15.3638 11.6111M15.3638 11.6111V12.5555M15.3638 11.6111C15.3638 11.0895 15.7843 10.6666 16.3031 10.6666C17.3407 10.6666 18.1819 11.5123 18.1819 12.5555M18.1819 12.5555V13.4999M18.1819 12.5555C18.1819 12.0611 18.6234 11.685 19.1085 11.7663L19.4301 11.8202C20.336 11.972 21 12.76 21 13.6834L20.9996 14.1297C20.9996 16.1823 20.9996 17.2086 20.6886 18.0257C20.5082 18.4996 20.0323 19.1041 19.6518 19.5409C19.3226 19.9187 19.1209 20.3979 19.1209 20.9001V22M12.5455 11.6111V6.41665C12.5455 5.63426 11.9146 5 11.1364 5C10.3582 5 9.72736 5.63426 9.72736 6.41665L9.72717 13.9367L8.2051 12.4016C7.53728 11.728 6.43723 11.7895 5.84724 12.5333C5.3958 13.1024 5.38333 13.9075 5.81692 14.4906L9.19837 18.8333C9.84533 19.6641 10.1969 20.9448 10.1969 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.938 9.5C14.1677 8.81764 15 7.50601 15 6C15 3.79086 13.2091 2 11 2C8.79086 2 7 3.79086 7 6C7 7.50601 7.83229 8.81764 9.062 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9682 3.99512L19.7117 5.43583C19.9668 5.70779 20.0094 5.91287 19.8836 6.21422C19.838 6.32337 19.7606 6.41555 19.6721 6.494L17.9682 8.00398M15.0483 5.98003H18.785%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-drag-right-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 13.0526V13.2264M19 13.2264C19 12.3517 18.3574 11.6051 17.4807 11.4613L16.2727 11.2632V12.1579M19 13.2264V15.4386C19 17.3832 19 18.3555 18.699 19.1296C18.2388 20.3132 17.2915 21.2485 16.0926 21.7029C15.3086 22 14.3238 22 12.3542 22C11.3213 22 10.8048 22 10.3242 21.8957C9.59086 21.7366 8.9091 21.4 8.34017 20.9163C7.96726 20.5992 7.65737 20.1913 7.03761 19.3755L4.30671 15.7805C3.88709 15.2281 3.89916 14.4654 4.33605 13.9262C4.90702 13.2215 5.97161 13.1633 6.61791 13.8014L8 15.2557V6.5C8 5.67157 8.67157 5 9.5 5C10.3284 5 11 5.67157 11 6.5V9.4737M16.2727 12.1579C16.2727 11.1696 15.4587 10.3684 14.4545 10.3684H13.5455V11.2632M16.2727 12.1579V13.0526M11 9.4737H11.7273C12.7314 9.4737 13.5455 10.2749 13.5455 11.2632M11 9.4737V12.1579M13.5455 11.2632V12.1579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.438 9.5C12.6677 8.81764 13.5 7.50601 13.5 6C13.5 3.79086 11.7091 2 9.5 2C7.29086 2 5.5 3.79086 5.5 6C5.5 7.50601 6.33229 8.81764 7.562 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0208 3.99512L19.7642 5.43583C20.0193 5.70779 20.0619 5.91287 19.9361 6.21422C19.8905 6.32337 19.8131 6.41555 19.7246 6.494L18.0208 8.00398M13.853 5.98003H18.8375%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 13.0526V13.2264M19 13.2264C19 12.3517 18.3574 11.6051 17.4807 11.4613L16.2727 11.2632V12.1579M19 13.2264V15.4386C19 17.3832 19 18.3555 18.699 19.1296C18.2388 20.3132 17.2915 21.2485 16.0926 21.7029C15.3086 22 14.3238 22 12.3542 22C11.3213 22 10.8048 22 10.3242 21.8957C9.59086 21.7366 8.9091 21.4 8.34017 20.9163C7.96726 20.5992 7.65737 20.1913 7.03761 19.3755L4.30671 15.7805C3.88709 15.2281 3.89916 14.4654 4.33605 13.9262C4.90702 13.2215 5.97161 13.1633 6.61791 13.8014L8 15.2557V6.5C8 5.67157 8.67157 5 9.5 5C10.3284 5 11 5.67157 11 6.5V9.4737M16.2727 12.1579C16.2727 11.1696 15.4587 10.3684 14.4545 10.3684H13.5455V11.2632M16.2727 12.1579V13.0526M11 9.4737H11.7273C12.7314 9.4737 13.5455 10.2749 13.5455 11.2632M11 9.4737V12.1579M13.5455 11.2632V12.1579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.438 9.5C12.6677 8.81764 13.5 7.50601 13.5 6C13.5 3.79086 11.7091 2 9.5 2C7.29086 2 5.5 3.79086 5.5 6C5.5 7.50601 6.33229 8.81764 7.562 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0208 3.99512L19.7642 5.43583C20.0193 5.70779 20.0619 5.91287 19.9361 6.21422C19.8905 6.32337 19.8131 6.41555 19.7246 6.494L18.0208 8.00398M13.853 5.98003H18.8375%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-four-finger-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.84051 13.4813V4.98823C7.84051 4.1585 8.50582 3.48586 9.32652 3.48586C10.1472 3.48586 10.8125 4.15828 10.8125 4.98802M10.8125 9.97422V3.50238C10.8125 2.67264 11.4778 2 12.2986 2C13.1193 2 13.7846 2.67264 13.7846 3.50238V11.0057M13.7846 5.47656C13.7846 4.64306 14.4836 3.9678 15.308 3.9678C16.1324 3.9678 16.8008 4.64348 16.8008 5.47699V11.9989M16.8008 7.51562C16.8008 6.69224 17.461 6.02157 18.2754 6.02157C19.0898 6.02157 19.75 6.68905 19.75 7.51243V16.1246C19.75 17.1574 19.3743 18.3101 18.2322 19.6845C17.9015 20.0825 17.6958 20.5766 17.6958 21.0964V22M7.84051 8.85627C7.00785 9.63725 4.99016 11.6991 4.43639 12.8432C3.88262 13.9873 4.7059 15.3388 5.05201 15.8682L7.84008 19.5755C8.10344 19.9257 8.24603 20.3535 8.24603 20.7935V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.84051 13.4813V4.98823C7.84051 4.1585 8.50582 3.48586 9.32652 3.48586C10.1472 3.48586 10.8125 4.15828 10.8125 4.98802M10.8125 9.97422V3.50238C10.8125 2.67264 11.4778 2 12.2986 2C13.1193 2 13.7846 2.67264 13.7846 3.50238V11.0057M13.7846 5.47656C13.7846 4.64306 14.4836 3.9678 15.308 3.9678C16.1324 3.9678 16.8008 4.64348 16.8008 5.47699V11.9989M16.8008 7.51562C16.8008 6.69224 17.461 6.02157 18.2754 6.02157C19.0898 6.02157 19.75 6.68905 19.75 7.51243V16.1246C19.75 17.1574 19.3743 18.3101 18.2322 19.6845C17.9015 20.0825 17.6958 20.5766 17.6958 21.0964V22M7.84051 8.85627C7.00785 9.63725 4.99016 11.6991 4.43639 12.8432C3.88262 13.9873 4.7059 15.3388 5.05201 15.8682L7.84008 19.5755C8.10344 19.9257 8.24603 20.3535 8.24603 20.7935V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-four-finger-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.89205 9.35609L5.4741 11.9585C5.15171 12.2905 4.57635 13.1567 4.50692 13.95C4.4339 14.7843 5.18562 15.9812 5.4741 16.4394C6.22604 17.6337 6.52881 18.2964 7.40846 19.4266C7.88617 20.0404 9.17658 21.2639 11.2772 21.4181C12.8453 21.5332 14.4062 21.5225 15.1459 21.4181C15.6538 21.3464 16.8868 21.1194 18.0474 19.9245C19.2081 18.7296 19.4982 16.7713 19.4982 15.9415V7.97559C19.4982 7.47772 19.2081 6.48198 18.0474 6.48198C16.8868 6.48198 16.5967 7.47772 16.5967 7.97559V11.4607M7.89205 13.95V5.98411C7.89205 5.48624 8.1822 4.4905 9.34282 4.4905C10.5034 4.4905 10.7936 5.48624 10.7936 5.98411M10.7936 5.98411V10.4649M10.7936 5.98411V3.99263C10.7936 3.49476 11.0837 2.49902 12.2444 2.49902C13.405 2.49902 13.6951 3.49476 13.6951 3.99263V5.98411M13.6951 5.98411V10.4649M13.6951 5.98411C13.6951 5.48624 13.9853 4.4905 15.1459 4.4905C16.3065 4.4905 16.5967 5.48624 16.5967 5.98411V8.47346%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.89205 9.35609L5.4741 11.9585C5.15171 12.2905 4.57635 13.1567 4.50692 13.95C4.4339 14.7843 5.18562 15.9812 5.4741 16.4394C6.22604 17.6337 6.52881 18.2964 7.40846 19.4266C7.88617 20.0404 9.17658 21.2639 11.2772 21.4181C12.8453 21.5332 14.4062 21.5225 15.1459 21.4181C15.6538 21.3464 16.8868 21.1194 18.0474 19.9245C19.2081 18.7296 19.4982 16.7713 19.4982 15.9415V7.97559C19.4982 7.47772 19.2081 6.48198 18.0474 6.48198C16.8868 6.48198 16.5967 7.47772 16.5967 7.97559V11.4607M7.89205 13.95V5.98411C7.89205 5.48624 8.1822 4.4905 9.34282 4.4905C10.5034 4.4905 10.7936 5.48624 10.7936 5.98411M10.7936 5.98411V10.4649M10.7936 5.98411V3.99263C10.7936 3.49476 11.0837 2.49902 12.2444 2.49902C13.405 2.49902 13.6951 3.49476 13.6951 3.99263V5.98411M13.6951 5.98411V10.4649M13.6951 5.98411C13.6951 5.48624 13.9853 4.4905 15.1459 4.4905C16.3065 4.4905 16.5967 5.48624 16.5967 5.98411V8.47346%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hand-pointing-down-01-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2225%22 viewBox%3D%220 0 25 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.0647 9.04509L20.0213 9.04503L14.1666 4.59129C14.0475 4.50066 13.9161 4.427 13.7816 4.36134C13.6359 4.29029 13.4847 4.22971 13.3256 4.1988C13.2543 4.18494 13.213 4.18487 13.0404 4.18458L13.0388 4.18458C12.7778 4.18413 12.5598 4.208 12.2871 4.32961C12.1516 4.39006 11.9852 4.52235 11.89 4.59522C11.5104 4.88579 11.3024 5.38579 11.2868 5.89962C11.2713 6.41037 11.519 6.76991 11.8908 7.11901C12.6222 7.80564 13.2549 8.37391 14.0891 9.19176L4.14032 9.19146C3.61104 9.18974 2.98415 9.29027 2.63595 9.6565C1.87841 10.5177 1.87274 11.2954 2.62827 12.2056C2.97687 12.5885 3.5238 12.6755 4.06678 12.6773L9.60085 12.6774C9.43422 15.2649 10.4435 17.9258 11.7302 19.2167C12.6019 20.2022 13.5019 20.3046 14.956 20.0864C16.6352 19.7883 17.6504 19.2362 20.0081 18.0839L22.0121 18.084%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2225%22 height%3D%2225%22 viewBox%3D%220 0 25 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.0647 9.04509L20.0213 9.04503L14.1666 4.59129C14.0475 4.50066 13.9161 4.427 13.7816 4.36134C13.6359 4.29029 13.4847 4.22971 13.3256 4.1988C13.2543 4.18494 13.213 4.18487 13.0404 4.18458L13.0388 4.18458C12.7778 4.18413 12.5598 4.208 12.2871 4.32961C12.1516 4.39006 11.9852 4.52235 11.89 4.59522C11.5104 4.88579 11.3024 5.38579 11.2868 5.89962C11.2713 6.41037 11.519 6.76991 11.8908 7.11901C12.6222 7.80564 13.2549 8.37391 14.0891 9.19176L4.14032 9.19146C3.61104 9.18974 2.98415 9.29027 2.63595 9.6565C1.87841 10.5177 1.87274 11.2954 2.62827 12.2056C2.97687 12.5885 3.5238 12.6755 4.06678 12.6773L9.60085 12.6774C9.43422 15.2649 10.4435 17.9258 11.7302 19.2167C12.6019 20.2022 13.5019 20.3046 14.956 20.0864C16.6352 19.7883 17.6504 19.2362 20.0081 18.0839L22.0121 18.084%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hand-pointing-down-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.83397 2.00138V2.94868C8.83397 3.59418 8.62523 4.22251 8.23867 4.74055L4.58024 9.64341C4.1583 10.2089 3.8213 10.9104 4.09987 11.5581C4.55082 12.6065 5.82305 13.2876 7.38027 11.7157L8.97786 10.0063V20.4294C9.03409 22.4726 12.3229 22.5739 12.4635 20.4294V14.4894C13.9439 14.6805 20.9175 13.6371 19.901 9.21686C19.8527 9.00686 19.8045 8.79374 19.7574 8.58346C19.5517 7.66469 18.9438 6.02726 18.2733 5.06998C17.5753 4.07344 17.8216 2.44361 17.8216 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.83397 2.00138V2.94868C8.83397 3.59418 8.62523 4.22251 8.23867 4.74055L4.58024 9.64341C4.1583 10.2089 3.8213 10.9104 4.09987 11.5581C4.55082 12.6065 5.82305 13.2876 7.38027 11.7157L8.97786 10.0063V20.4294C9.03409 22.4726 12.3229 22.5739 12.4635 20.4294V14.4894C13.9439 14.6805 20.9175 13.6371 19.901 9.21686C19.8527 9.00686 19.8045 8.79374 19.7574 8.58346C19.5517 7.66469 18.9438 6.02726 18.2733 5.06998C17.5753 4.07344 17.8216 2.44361 17.8216 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hand-pointing-down-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.41601 10L7.41601 13.5M7.41601 13.5V19.75C7.41601 20.7165 8.19951 21.5 9.16601 21.5C10.1325 21.5 10.916 20.7165 10.916 19.75V14.5L13.993 14.0224C15.9216 13.7331 16.886 13.5885 17.5652 13.1816C18.6872 12.5094 19.5 11.5 19.5 10.0264C19.5 9 19.2463 8.3114 18.6296 6.46127C18.2383 5.28733 18.0426 4.70036 17.7236 4.23571C17.1983 3.47073 16.4233 2.9122 15.5315 2.65576C14.9898 2.5 14.3711 2.5 13.1336 2.5H11.7287C9.94422 2.5 9.05198 2.5 8.28584 2.83495C7.9397 2.98627 7.61674 3.18587 7.32659 3.42779C6.68438 3.96326 6.28536 4.7613 5.48731 6.35738C4.84015 7.65171 4.51657 8.29887 4.50083 8.96984C4.49373 9.27244 4.53246 9.57436 4.61571 9.86537C4.80031 10.5106 5.27678 11.0552 6.2297 12.1442L7.41601 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.41601 10L7.41601 13.5M7.41601 13.5V19.75C7.41601 20.7165 8.19951 21.5 9.16601 21.5C10.1325 21.5 10.916 20.7165 10.916 19.75V14.5L13.993 14.0224C15.9216 13.7331 16.886 13.5885 17.5652 13.1816C18.6872 12.5094 19.5 11.5 19.5 10.0264C19.5 9 19.2463 8.3114 18.6296 6.46127C18.2383 5.28733 18.0426 4.70036 17.7236 4.23571C17.1983 3.47073 16.4233 2.9122 15.5315 2.65576C14.9898 2.5 14.3711 2.5 13.1336 2.5H11.7287C9.94422 2.5 9.05198 2.5 8.28584 2.83495C7.9397 2.98627 7.61674 3.18587 7.32659 3.42779C6.68438 3.96326 6.28536 4.7613 5.48731 6.35738C4.84015 7.65171 4.51657 8.29887 4.50083 8.96984C4.49373 9.27244 4.53246 9.57436 4.61571 9.86537C4.80031 10.5106 5.27678 11.0552 6.2297 12.1442L7.41601 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hand-pointing-down-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5004 16H12.5004C13.605 16 14.5004 15.1046 14.5004 14M14.5004 14V13M14.5004 14C14.5004 14.5523 14.9481 15 15.5004 15C16.605 15 17.5004 14.1046 17.5004 13M17.5004 13V12M17.5004 13C17.5004 13.5235 17.9705 13.9217 18.4868 13.8356L18.8292 13.7785C19.7936 13.6178 20.5004 12.7834 20.5004 11.8057L20.5 10.3332C20.5 8.15984 20.5 7.07313 20.1689 6.20799C19.9769 5.70614 19.4703 5.06612 19.0652 4.60361C18.7148 4.20359 18.5 3.69618 18.5 3.1644V1.99983M11.5002 14V20.5C11.5002 21.3284 10.8286 22 10.0002 22C9.17178 22 8.50021 21.3284 8.50021 20.5L8.5 10.5376L6.8797 12.163C6.16877 12.8761 4.99772 12.8111 4.36965 12.0235C3.88907 11.4209 3.8758 10.5685 4.33738 9.95109L7.93707 5.35288C8.62579 4.47312 9 3.11711 9 1.99983%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5004 16H12.5004C13.605 16 14.5004 15.1046 14.5004 14M14.5004 14V13M14.5004 14C14.5004 14.5523 14.9481 15 15.5004 15C16.605 15 17.5004 14.1046 17.5004 13M17.5004 13V12M17.5004 13C17.5004 13.5235 17.9705 13.9217 18.4868 13.8356L18.8292 13.7785C19.7936 13.6178 20.5004 12.7834 20.5004 11.8057L20.5 10.3332C20.5 8.15984 20.5 7.07313 20.1689 6.20799C19.9769 5.70614 19.4703 5.06612 19.0652 4.60361C18.7148 4.20359 18.5 3.69618 18.5 3.1644V1.99983M11.5002 14V20.5C11.5002 21.3284 10.8286 22 10.0002 22C9.17178 22 8.50021 21.3284 8.50021 20.5L8.5 10.5376L6.8797 12.163C6.16877 12.8761 4.99772 12.8111 4.36965 12.0235C3.88907 11.4209 3.8758 10.5685 4.33738 9.95109L7.93707 5.35288C8.62579 4.47312 9 3.11711 9 1.99983%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hand-pointing-down-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7554 13.485V19.9954C10.7554 20.8264 10.083 21.5 9.25361 21.5C8.42421 21.5 7.75184 20.8264 7.75184 19.9954V9.96807M10.7554 16.4892L11.8098 16.4624C12.8942 16.4347 13.7589 15.5461 13.7589 14.4593V13.4552M13.4777 15.4844L14.8133 15.4297C15.8977 15.4021 16.7625 14.5134 16.7625 13.4266V12.4226M16.4767 14.4593L18.0171 14.27C19.0164 14.135 19.7591 13.2759 19.7497 12.2657L19.7017 7.06579C19.7017 4.88227 17.5886 2.5 15.3226 2.5H10.4418C9.24956 2.5 7.8322 3.28085 6.60739 5.34841L4.99251 7.78577C4.41226 8.54219 3.58594 9.90362 5.1584 11.7712L7.75184 14.531%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7554 13.485V19.9954C10.7554 20.8264 10.083 21.5 9.25361 21.5C8.42421 21.5 7.75184 20.8264 7.75184 19.9954V9.96807M10.7554 16.4892L11.8098 16.4624C12.8942 16.4347 13.7589 15.5461 13.7589 14.4593V13.4552M13.4777 15.4844L14.8133 15.4297C15.8977 15.4021 16.7625 14.5134 16.7625 13.4266V12.4226M16.4767 14.4593L18.0171 14.27C19.0164 14.135 19.7591 13.2759 19.7497 12.2657L19.7017 7.06579C19.7017 4.88227 17.5886 2.5 15.3226 2.5H10.4418C9.24956 2.5 7.8322 3.28085 6.60739 5.34841L4.99251 7.78577C4.41226 8.54219 3.58594 9.90362 5.1584 11.7712L7.75184 14.531%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hand-pointing-left-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 7.41601L10.5 7.41601M10.5 7.41601L4.25 7.41601C3.2835 7.41601 2.5 8.19951 2.5 9.16601C2.5 10.1325 3.2835 10.916 4.25 10.916L9.5 10.916L9.97758 13.993C10.2669 15.9216 10.4115 16.886 10.8184 17.5652C11.4906 18.6872 12.5 19.5 13.9736 19.5C15 19.5 15.6886 19.2463 17.5387 18.6296C18.7127 18.2383 19.2996 18.0426 19.7643 17.7236C20.5293 17.1983 21.0878 16.4233 21.3442 15.5315C21.5 14.9898 21.5 14.3711 21.5 13.1336L21.5 11.7287C21.5 9.94422 21.5 9.05198 21.1651 8.28584C21.0137 7.9397 20.8141 7.61674 20.5722 7.32659C20.0367 6.68438 19.2387 6.28535 17.6426 5.48731C16.3483 4.84015 15.7011 4.51657 15.0302 4.50082C14.7276 4.49372 14.4256 4.53246 14.1346 4.61571C13.4894 4.80031 12.9448 5.27678 11.8558 6.2297L10.5 7.41601Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 7.41601L10.5 7.41601M10.5 7.41601L4.25 7.41601C3.2835 7.41601 2.5 8.19951 2.5 9.16601C2.5 10.1325 3.2835 10.916 4.25 10.916L9.5 10.916L9.97758 13.993C10.2669 15.9216 10.4115 16.886 10.8184 17.5652C11.4906 18.6872 12.5 19.5 13.9736 19.5C15 19.5 15.6886 19.2463 17.5387 18.6296C18.7127 18.2383 19.2996 18.0426 19.7643 17.7236C20.5293 17.1983 21.0878 16.4233 21.3442 15.5315C21.5 14.9898 21.5 14.3711 21.5 13.1336L21.5 11.7287C21.5 9.94422 21.5 9.05198 21.1651 8.28584C21.0137 7.9397 20.8141 7.61674 20.5722 7.32659C20.0367 6.68438 19.2387 6.28535 17.6426 5.48731C16.3483 4.84015 15.7011 4.51657 15.0302 4.50082C14.7276 4.49372 14.4256 4.53246 14.1346 4.61571C13.4894 4.80031 12.9448 5.27678 11.8558 6.2297L10.5 7.41601Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hand-pointing-left-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 9.04725L19.9954 9.04723L14.1228 4.64439C14.0889 4.62039 14.0556 4.59535 14.0225 4.5698C13.6095 4.25049 13.112 3.99402 12.5934 4.05356C11.7935 4.14539 11.1346 4.7382 11.0227 5.50618C10.957 5.95654 11.0883 6.56807 11.4674 6.98063L13.5922 9.07822L11.8688 9.04723H3.56571C2.70153 9.04723 2.00098 9.72166 2.00098 10.5536C2.00098 11.3856 2.70153 12.06 3.56572 12.06L11.9855 12.06M8.48855 12.6394L8.5354 13.7497C8.66033 14.577 9.23423 14.9869 9.94867 15.0259L12.5097 15.0455M9.50361 15.3967V16.4976C9.47238 17.3486 10.1985 18.0668 11.0418 18.0395H13.0173M11.0189 18.6456L11.0418 19.6408C11.0602 20.4417 11.7271 21.0189 12.5591 21.0189L14.9693 21.0413C15.6509 21.0094 16.7765 21.0319 17.5807 20.7904C17.75 20.7395 17.9057 20.6536 18.0543 20.5579L18.3645 20.3581L18.9358 19.921L20.0016 19.0456H21.9989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 9.04725L19.9954 9.04723L14.1228 4.64439C14.0889 4.62039 14.0556 4.59535 14.0225 4.5698C13.6095 4.25049 13.112 3.99402 12.5934 4.05356C11.7935 4.14539 11.1346 4.7382 11.0227 5.50618C10.957 5.95654 11.0883 6.56807 11.4674 6.98063L13.5922 9.07822L11.8688 9.04723H3.56571C2.70153 9.04723 2.00098 9.72166 2.00098 10.5536C2.00098 11.3856 2.70153 12.06 3.56572 12.06L11.9855 12.06M8.48855 12.6394L8.5354 13.7497C8.66033 14.577 9.23423 14.9869 9.94867 15.0259L12.5097 15.0455M9.50361 15.3967V16.4976C9.47238 17.3486 10.1985 18.0668 11.0418 18.0395H13.0173M11.0189 18.6456L11.0418 19.6408C11.0602 20.4417 11.7271 21.0189 12.5591 21.0189L14.9693 21.0413C15.6509 21.0094 16.7765 21.0319 17.5807 20.7904C17.75 20.7395 17.9057 20.6536 18.0543 20.5579L18.3645 20.3581L18.9358 19.921L20.0016 19.0456H21.9989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hand-pointing-left-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.515 10.7551L7.51076 10.7551M7.51076 10.7551H4.00456C3.17361 10.7551 2.5 10.0828 2.5 9.25337C2.5 8.42397 3.17361 7.7516 4.00456 7.7516L9.469 7.7516M7.51076 10.7551L7.53762 11.8095C7.55574 12.5205 7.94402 13.1371 8.5156 13.4774M9.469 7.7516L14.0319 7.7516M9.469 7.7516L12.2288 5.15816C14.0964 3.58569 15.4578 4.41202 16.2142 4.99227L18.6516 6.60714C20.7191 7.83196 21.5 9.24932 21.5 10.4416V15.3223C21.5 17.5884 19.1177 19.7015 16.9342 19.7015L11.7343 19.7495C10.7241 19.7588 9.865 19.0161 9.73 18.0168L9.54069 16.4764M10.5448 13.7587H9.54069C9.16648 13.7587 8.81576 13.6562 8.5156 13.4774M8.5156 13.4774L8.5703 14.8131C8.59792 15.8975 9.48658 16.7622 10.5734 16.7622H11.5774%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.515 10.7551L7.51076 10.7551M7.51076 10.7551H4.00456C3.17361 10.7551 2.5 10.0828 2.5 9.25337C2.5 8.42397 3.17361 7.7516 4.00456 7.7516L9.469 7.7516M7.51076 10.7551L7.53762 11.8095C7.55574 12.5205 7.94402 13.1371 8.5156 13.4774M9.469 7.7516L14.0319 7.7516M9.469 7.7516L12.2288 5.15816C14.0964 3.58569 15.4578 4.41202 16.2142 4.99227L18.6516 6.60714C20.7191 7.83196 21.5 9.24932 21.5 10.4416V15.3223C21.5 17.5884 19.1177 19.7015 16.9342 19.7015L11.7343 19.7495C10.7241 19.7588 9.865 19.0161 9.73 18.0168L9.54069 16.4764M10.5448 13.7587H9.54069C9.16648 13.7587 8.81576 13.6562 8.5156 13.4774M8.5156 13.4774L8.5703 14.8131C8.59792 15.8975 9.48658 16.7622 10.5734 16.7622H11.5774%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hand-pointing-right-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 8.83397H2.94868C3.59418 8.83397 4.22251 8.62523 4.74055 8.23867L9.64341 4.58024C10.2089 4.1583 10.9104 3.8213 11.5581 4.09987C12.6065 4.55082 13.2876 5.82305 11.7157 7.38027L10.0063 8.97786L20.4294 8.97786C22.4726 9.03409 22.5739 12.3229 20.4294 12.4635H14.4894C14.6805 13.9439 13.6371 20.9175 9.21687 19.901C9.00686 19.8527 8.79375 19.8045 8.58346 19.7574C7.6647 19.5517 6.02726 18.9438 5.06998 18.2733C4.07344 17.5753 3.08083 17.8216 2 17.8216%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 8.83397H2.94868C3.59418 8.83397 4.22251 8.62523 4.74055 8.23867L9.64341 4.58024C10.2089 4.1583 10.9104 3.8213 11.5581 4.09987C12.6065 4.55082 13.2876 5.82305 11.7157 7.38027L10.0063 8.97786L20.4294 8.97786C22.4726 9.03409 22.5739 12.3229 20.4294 12.4635H14.4894C14.6805 13.9439 13.6371 20.9175 9.21687 19.901C9.00686 19.8527 8.79375 19.8045 8.58346 19.7574C7.6647 19.5517 6.02726 18.9438 5.06998 18.2733C4.07344 17.5753 3.08083 17.8216 2 17.8216%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hand-pointing-right-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 7.41601L13.5 7.41601M13.5 7.41601L19.75 7.41601C20.7165 7.41601 21.5 8.19951 21.5 9.16601C21.5 10.1325 20.7165 10.916 19.75 10.916L14.5 10.916L14.0224 13.993C13.7331 15.9216 13.5885 16.886 13.1816 17.5652C12.5094 18.6872 11.5 19.5 10.0264 19.5C9 19.5 8.3114 19.2463 6.46127 18.6296C5.28733 18.2383 4.70036 18.0426 4.23571 17.7236C3.47073 17.1983 2.91219 16.4233 2.65576 15.5315C2.5 14.9898 2.5 14.3711 2.5 13.1336L2.5 11.7287C2.5 9.94422 2.5 9.05198 2.83495 8.28584C2.98627 7.9397 3.18587 7.61674 3.42779 7.32659C3.96326 6.68438 4.7613 6.28535 6.35738 5.48731C7.65171 4.84015 8.29887 4.51657 8.96984 4.50082C9.27244 4.49372 9.57436 4.53246 9.86537 4.61571C10.5106 4.80031 11.0552 5.27678 12.1442 6.2297L13.5 7.41601Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 7.41601L13.5 7.41601M13.5 7.41601L19.75 7.41601C20.7165 7.41601 21.5 8.19951 21.5 9.16601C21.5 10.1325 20.7165 10.916 19.75 10.916L14.5 10.916L14.0224 13.993C13.7331 15.9216 13.5885 16.886 13.1816 17.5652C12.5094 18.6872 11.5 19.5 10.0264 19.5C9 19.5 8.3114 19.2463 6.46127 18.6296C5.28733 18.2383 4.70036 18.0426 4.23571 17.7236C3.47073 17.1983 2.91219 16.4233 2.65576 15.5315C2.5 14.9898 2.5 14.3711 2.5 13.1336L2.5 11.7287C2.5 9.94422 2.5 9.05198 2.83495 8.28584C2.98627 7.9397 3.18587 7.61674 3.42779 7.32659C3.96326 6.68438 4.7613 6.28535 6.35738 5.48731C7.65171 4.84015 8.29887 4.51657 8.96984 4.50082C9.27244 4.49372 9.57436 4.53246 9.86537 4.61571C10.5106 4.80031 11.0552 5.27678 12.1442 6.2297L13.5 7.41601Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hand-pointing-right-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 11.5004L16 12.5004C16 13.605 15.1046 14.5004 14 14.5004M14 14.5004L13 14.5004M14 14.5004C14.5523 14.5004 15 14.9481 15 15.5004C15 16.605 14.1046 17.5004 13 17.5004M13 17.5004L12 17.5004M13 17.5004C13.5235 17.5004 13.9217 17.9705 13.8356 18.4868L13.7785 18.8292C13.6178 19.7936 12.7834 20.5004 11.8057 20.5004L10.3332 20.5C8.15984 20.5 7.07313 20.5 6.20799 20.1689C5.70614 19.9769 5.06612 19.4703 4.60361 19.0652C4.20359 18.7148 3.69618 18.5 3.1644 18.5L1.99983 18.5M14 11.5002L20.5 11.5002C21.3284 11.5002 22 10.8286 22 10.0002C22 9.17178 21.3284 8.50021 20.5 8.50021L10.5376 8.5L12.163 6.8797C12.8761 6.16877 12.8111 4.99772 12.0235 4.36965C11.4209 3.88907 10.5685 3.8758 9.95109 4.33738L5.35288 7.93707C4.47312 8.62579 3.11711 9 1.99983 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 11.5004L16 12.5004C16 13.605 15.1046 14.5004 14 14.5004M14 14.5004L13 14.5004M14 14.5004C14.5523 14.5004 15 14.9481 15 15.5004C15 16.605 14.1046 17.5004 13 17.5004M13 17.5004L12 17.5004M13 17.5004C13.5235 17.5004 13.9217 17.9705 13.8356 18.4868L13.7785 18.8292C13.6178 19.7936 12.7834 20.5004 11.8057 20.5004L10.3332 20.5C8.15984 20.5 7.07313 20.5 6.20799 20.1689C5.70614 19.9769 5.06612 19.4703 4.60361 19.0652C4.20359 18.7148 3.69618 18.5 3.1644 18.5L1.99983 18.5M14 11.5002L20.5 11.5002C21.3284 11.5002 22 10.8286 22 10.0002C22 9.17178 21.3284 8.50021 20.5 8.50021L10.5376 8.5L12.163 6.8797C12.8761 6.16877 12.8111 4.99772 12.0235 4.36965C11.4209 3.88907 10.5685 3.8758 9.95109 4.33738L5.35288 7.93707C4.47312 8.62579 3.11711 9 1.99983 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hand-pointing-right-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.485 10.7551L16.4892 10.7551M16.4892 10.7551H19.9954C20.8264 10.7551 21.5 10.0828 21.5 9.25337C21.5 8.42397 20.8264 7.7516 19.9954 7.7516L14.531 7.7516M16.4892 10.7551L16.4624 11.8095C16.4443 12.5205 16.056 13.1371 15.4844 13.4774M14.531 7.7516L9.96807 7.7516M14.531 7.7516L11.7712 5.15816C9.90362 3.58569 8.54219 4.41202 7.78577 4.99227L5.34841 6.60714C3.28085 7.83196 2.5 9.24932 2.5 10.4416V15.3223C2.5 17.5884 4.88227 19.7015 7.06579 19.7015L12.2657 19.7495C13.2759 19.7588 14.135 19.0161 14.27 18.0168L14.4593 16.4764M13.4552 13.7587H14.4593C14.8335 13.7587 15.1842 13.6562 15.4844 13.4774M15.4844 13.4774L15.4297 14.8131C15.4021 15.8975 14.5134 16.7622 13.4266 16.7622H12.4226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.485 10.7551L16.4892 10.7551M16.4892 10.7551H19.9954C20.8264 10.7551 21.5 10.0828 21.5 9.25337C21.5 8.42397 20.8264 7.7516 19.9954 7.7516L14.531 7.7516M16.4892 10.7551L16.4624 11.8095C16.4443 12.5205 16.056 13.1371 15.4844 13.4774M14.531 7.7516L9.96807 7.7516M14.531 7.7516L11.7712 5.15816C9.90362 3.58569 8.54219 4.41202 7.78577 4.99227L5.34841 6.60714C3.28085 7.83196 2.5 9.24932 2.5 10.4416V15.3223C2.5 17.5884 4.88227 19.7015 7.06579 19.7015L12.2657 19.7495C13.2759 19.7588 14.135 19.0161 14.27 18.0168L14.4593 16.4764M13.4552 13.7587H14.4593C14.8335 13.7587 15.1842 13.6562 15.4844 13.4774M15.4844 13.4774L15.4297 14.8131C15.4021 15.8975 14.5134 16.7622 13.4266 16.7622H12.4226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hand-prayer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 15L14 10.5C12.3432 10.4999 12 11.843 12 13.4999V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15L10 10.5C11.6568 10.4999 12 11.843 12 13.4999V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9779 21.9999C20.8283 21.3294 18.8918 19.8143 16.2887 20.008C15.6292 20.057 15.2991 20.0816 14.9976 20.0584C14.696 20.0352 14.6875 20.0333 14.6706 20.0293C13.139 19.6745 12 18.3357 12 16.7382V3.19665C12 2.53578 12.5357 2.00003 13.1966 2C13.6825 1.99997 14.1202 2.29381 14.3042 2.74356L17.0224 9.38799C18.088 11.993 18.6209 13.2954 19.5497 13.9653C19.6069 14.0065 19.7128 14.0777 19.7726 14.1149C20.7443 14.721 21.1628 14.721 22 14.721%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.02208 22C3.17173 21.3295 5.1082 19.8144 7.71127 20.008C8.37081 20.057 8.70094 20.0816 9.00245 20.0584C9.304 20.0353 9.31246 20.0333 9.32938 20.0294C10.861 19.6746 12 18.3357 12 16.7382V3.19664C12 2.53575 11.4642 2 10.8034 2C10.3175 2 9.8798 2.29382 9.69582 2.74355L6.97762 9.38804C5.91195 11.993 5.37912 13.2955 4.45028 13.9654C4.39315 14.0066 4.28717 14.0777 4.22741 14.115C3.25573 14.721 2.83715 14.721 2 14.721%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 15L14 10.5C12.3432 10.4999 12 11.843 12 13.4999V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15L10 10.5C11.6568 10.4999 12 11.843 12 13.4999V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9779 21.9999C20.8283 21.3294 18.8918 19.8143 16.2887 20.008C15.6292 20.057 15.2991 20.0816 14.9976 20.0584C14.696 20.0352 14.6875 20.0333 14.6706 20.0293C13.139 19.6745 12 18.3357 12 16.7382V3.19665C12 2.53578 12.5357 2.00003 13.1966 2C13.6825 1.99997 14.1202 2.29381 14.3042 2.74356L17.0224 9.38799C18.088 11.993 18.6209 13.2954 19.5497 13.9653C19.6069 14.0065 19.7128 14.0777 19.7726 14.1149C20.7443 14.721 21.1628 14.721 22 14.721%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.02208 22C3.17173 21.3295 5.1082 19.8144 7.71127 20.008C8.37081 20.057 8.70094 20.0816 9.00245 20.0584C9.304 20.0353 9.31246 20.0333 9.32938 20.0294C10.861 19.6746 12 18.3357 12 16.7382V3.19664C12 2.53575 11.4642 2 10.8034 2C10.3175 2 9.8798 2.29382 9.69582 2.74355L6.97762 9.38804C5.91195 11.993 5.37912 13.2955 4.45028 13.9654C4.39315 14.0066 4.28717 14.0777 4.22741 14.115C3.25573 14.721 2.83715 14.721 2 14.721%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hold-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 5.5C14 4.67157 14.6716 4 15.5 4C16.3284 4 17 4.67157 17 5.5V12M14 5.5V3.5C14 2.67157 13.3284 2 12.5 2C11.6716 2 11 2.67157 11 3.5L11.0002 5M14 5.5V11M11.0002 5C10.9999 4.17187 10.3284 3.50064 9.50021 3.50064C8.67178 3.50064 8.00021 4.17221 8.00021 5.00064L8 13.4624L6.3797 11.837C5.66877 11.1239 4.49772 11.1889 3.86965 11.9765C3.38907 12.5791 3.3758 13.4315 3.83738 14.0489L7.43707 18.6471C8.12579 19.5269 8.5 20.8829 8.5 22.0002M11.0002 5V10M18 22.0002V20.8356C18 20.3038 18.2148 19.7964 18.5652 19.3964C18.9703 18.9339 19.4769 18.2939 19.6689 17.792C20 16.9269 20 15.8402 20 13.6668L20.0004 12.1943L20 7.5C20 6.67157 19.3284 6 18.5 6C17.6716 6 17 6.67157 17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 5.5C14 4.67157 14.6716 4 15.5 4C16.3284 4 17 4.67157 17 5.5V12M14 5.5V3.5C14 2.67157 13.3284 2 12.5 2C11.6716 2 11 2.67157 11 3.5L11.0002 5M14 5.5V11M11.0002 5C10.9999 4.17187 10.3284 3.50064 9.50021 3.50064C8.67178 3.50064 8.00021 4.17221 8.00021 5.00064L8 13.4624L6.3797 11.837C5.66877 11.1239 4.49772 11.1889 3.86965 11.9765C3.38907 12.5791 3.3758 13.4315 3.83738 14.0489L7.43707 18.6471C8.12579 19.5269 8.5 20.8829 8.5 22.0002M11.0002 5V10M18 22.0002V20.8356C18 20.3038 18.2148 19.7964 18.5652 19.3964C18.9703 18.9339 19.4769 18.2939 19.6689 17.792C20 16.9269 20 15.8402 20 13.6668L20.0004 12.1943L20 7.5C20 6.67157 19.3284 6 18.5 6C17.6716 6 17 6.67157 17 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hold-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.77076 11.4992V5.99332C7.77076 5.16776 8.43798 4.49851 9.26103 4.49851C10.0841 4.49851 10.7513 5.16776 10.7513 5.99331V7.97375M7.77076 6.88925L4.99868 9.83609C4.08196 10.8238 3.99762 12.3267 4.79803 13.4114L7.93002 17.6557C8.20528 18.0287 8.34271 18.486 8.31879 18.9495V20M10.7465 5.87249L10.7489 5.50475C10.7489 4.6737 11.4205 4 12.2491 4C13.0776 4 13.7492 4.6737 13.7492 5.50475V8.37515M13.7493 6.49884C13.7493 5.66779 14.4209 4.99409 15.2494 4.99409C16.078 4.99409 16.7496 5.66779 16.7496 6.49884V8.99541M16.7496 7.51953C16.7496 6.68848 17.4213 6.01478 18.2498 6.01478C19.0783 6.01478 19.75 6.68848 19.75 7.51953V13.5259C19.75 14.5115 19.593 16.0996 18.4386 17.4021C18.0233 17.8707 17.7095 18.4439 17.7095 19.0709V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.77076 11.4992V5.99332C7.77076 5.16776 8.43798 4.49851 9.26103 4.49851C10.0841 4.49851 10.7513 5.16776 10.7513 5.99331V7.97375M7.77076 6.88925L4.99868 9.83609C4.08196 10.8238 3.99762 12.3267 4.79803 13.4114L7.93002 17.6557C8.20528 18.0287 8.34271 18.486 8.31879 18.9495V20M10.7465 5.87249L10.7489 5.50475C10.7489 4.6737 11.4205 4 12.2491 4C13.0776 4 13.7492 4.6737 13.7492 5.50475V8.37515M13.7493 6.49884C13.7493 5.66779 14.4209 4.99409 15.2494 4.99409C16.078 4.99409 16.7496 5.66779 16.7496 6.49884V8.99541M16.7496 7.51953C16.7496 6.68848 17.4213 6.01478 18.2498 6.01478C19.0783 6.01478 19.75 6.68848 19.75 7.51953V13.5259C19.75 14.5115 19.593 16.0996 18.4386 17.4021C18.0233 17.8707 17.7095 18.4439 17.7095 19.0709V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hold-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 9.5V14.1667C20.5 16.34 20.5 17.4267 20.1689 18.2918C19.6627 19.6148 18.6207 20.6601 17.3019 21.1679C16.4395 21.5 15.3562 21.5 13.1896 21.5C12.0534 21.5 11.4853 21.5 10.9566 21.3834C10.1499 21.2056 9.40001 20.8294 8.77419 20.2888C8.36398 19.9344 8.02311 19.4785 7.34137 18.5667L4.33738 14.5487C3.8758 13.9314 3.88907 13.0789 4.36965 12.4763C4.99772 11.6888 6.16877 11.6237 6.8797 12.3369L8.5011 13.9634V10.5V6C8.5011 5.17157 9.17267 4.5 10.0011 4.5C10.8295 4.5 11.5011 5.17157 11.5011 6M11.5011 6V4C11.5011 3.17157 12.1727 2.5 13.0011 2.5C13.8295 2.5 14.5011 3.17157 14.5011 4V6M11.5011 6V10.5M14.5011 6C14.5011 5.17157 15.1727 4.5 16.0011 4.5C16.8295 4.5 17.5011 5.17157 17.5011 6V8M14.5011 6V10.5M20.5011 10.5V8C20.5011 7.17157 19.8295 6.5 19.0011 6.5C18.1727 6.5 17.5011 7.17157 17.5011 8M17.5011 8V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 9.5V14.1667C20.5 16.34 20.5 17.4267 20.1689 18.2918C19.6627 19.6148 18.6207 20.6601 17.3019 21.1679C16.4395 21.5 15.3562 21.5 13.1896 21.5C12.0534 21.5 11.4853 21.5 10.9566 21.3834C10.1499 21.2056 9.40001 20.8294 8.77419 20.2888C8.36398 19.9344 8.02311 19.4785 7.34137 18.5667L4.33738 14.5487C3.8758 13.9314 3.88907 13.0789 4.36965 12.4763C4.99772 11.6888 6.16877 11.6237 6.8797 12.3369L8.5011 13.9634V10.5V6C8.5011 5.17157 9.17267 4.5 10.0011 4.5C10.8295 4.5 11.5011 5.17157 11.5011 6M11.5011 6V4C11.5011 3.17157 12.1727 2.5 13.0011 2.5C13.8295 2.5 14.5011 3.17157 14.5011 4V6M11.5011 6V10.5M14.5011 6C14.5011 5.17157 15.1727 4.5 16.0011 4.5C16.8295 4.5 17.5011 5.17157 17.5011 6V8M14.5011 6V10.5M20.5011 10.5V8C20.5011 7.17157 19.8295 6.5 19.0011 6.5C18.1727 6.5 17.5011 7.17157 17.5011 8M17.5011 8V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hold-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.75 12.3347H20.5H20.5H19.75ZM5.81729 15.4792L6.43779 15.0579L6.43779 15.0579L5.81729 15.4792ZM6.3809 16.3093L5.7604 16.7306L5.7604 16.7306L6.3809 16.3093ZM6.2843 8.87473L5.76704 8.33164C5.75364 8.3444 5.74071 8.35766 5.72829 8.37138L6.2843 8.87473ZM8.24493 8.04309C8.54487 7.75741 8.55643 7.28268 8.27076 6.98274C7.98508 6.6828 7.51035 6.67124 7.21041 6.95691L8.24493 8.04309ZM4.25519 12.4372L5.00387 12.3927L4.25519 12.4372ZM4.30904 11.6756L3.57406 11.5262L4.30904 11.6756ZM19.4583 16.168L20.1639 16.4223L19.4583 16.168ZM16.3566 19.2136L16.1104 18.5051L16.3566 19.2136ZM10.197 19.3872L10.3527 18.6535H10.3527L10.197 19.3872ZM7.72767 18.0896L8.24483 17.5464L7.72767 18.0896ZM7 12C7 12.4142 7.33579 12.75 7.75 12.75C8.16421 12.75 8.5 12.4142 8.5 12H7ZM13 8.87473C13 9.28894 13.3358 9.62473 13.75 9.62473C14.1642 9.62473 14.5 9.28894 14.5 8.87473H13ZM16 9.5C16 9.91421 16.3358 10.25 16.75 10.25C17.1642 10.25 17.5 9.91421 17.5 9.5H16ZM19.75 8H19V8L19.75 8ZM10 8.5C10 8.91421 10.3358 9.25 10.75 9.25C11.1642 9.25 11.5 8.91421 11.5 8.5H10ZM5.19679 15.9005L5.7604 16.7306L7.0014 15.888L6.43779 15.0579L5.19679 15.9005ZM6.80156 9.41781L8.24493 8.04309L7.21041 6.95691L5.76704 8.33164L6.80156 9.41781ZM6.43779 15.0579C5.92498 14.3026 5.57104 13.7799 5.33415 13.346C5.10404 12.9245 5.01895 12.6465 5.00387 12.3927L3.50651 12.4817C3.53969 13.0402 3.73104 13.54 4.01761 14.0648C4.2974 14.5773 4.70038 15.1693 5.19679 15.9005L6.43779 15.0579ZM5.72829 8.37138C5.13366 9.02823 4.65143 9.55972 4.30239 10.029C3.94502 10.5095 3.68545 10.978 3.57406 11.5262L5.04403 11.8249C5.09477 11.5751 5.21846 11.3108 5.50599 10.9242C5.80186 10.5264 6.22619 10.0564 6.84031 9.37807L5.72829 8.37138ZM5.00387 12.3927C4.99257 12.2026 5.00605 12.0118 5.04403 11.8249L3.57406 11.5262C3.5102 11.8405 3.48749 12.1616 3.50651 12.4817L5.00387 12.3927ZM19 12.3347C19 14.4151 18.9888 15.2586 18.7527 15.9137L20.1639 16.4223C20.5112 15.4586 20.5 14.2862 20.5 12.3347H19ZM12.4527 20.25C14.4432 20.25 15.6287 20.2605 16.6027 19.922L16.1104 18.5051C15.4358 18.7395 14.5682 18.75 12.4527 18.75V20.25ZM18.7527 15.9137C18.318 17.1201 17.3492 18.0747 16.1104 18.5051L16.6027 19.922C18.2621 19.3455 19.5731 18.0616 20.1639 16.4223L18.7527 15.9137ZM12.4527 18.75C11.2705 18.75 10.7891 18.7461 10.3527 18.6535L10.0414 20.1209C10.6681 20.2539 11.3361 20.25 12.4527 20.25V18.75ZM5.7604 16.7306C6.37929 17.6421 6.74816 18.1926 7.21051 18.6328L8.24483 17.5464C7.92629 17.2431 7.6576 16.8545 7.0014 15.888L5.7604 16.7306ZM10.3527 18.6535C9.55688 18.4847 8.82685 18.1005 8.24483 17.5464L7.21051 18.6328C7.99531 19.38 8.97624 19.8949 10.0414 20.1209L10.3527 18.6535ZM8.5 12V6.5H7V12H8.5ZM9.25 5.75C9.66421 5.75 10 6.08579 10 6.5H11.5C11.5 5.25736 10.4926 4.25 9.25 4.25V5.75ZM8.5 6.5C8.5 6.08579 8.83579 5.75 9.25 5.75V4.25C8.00736 4.25 7 5.25736 7 6.5H8.5ZM13 7V8.87473H14.5V7H13ZM16 7V8H17.5V7H16ZM16 8V9.5H17.5V8H16ZM15.25 6.25C15.6642 6.25 16 6.58579 16 7H17.5C17.5 5.75736 16.4926 4.75 15.25 4.75V6.25ZM14.5 7C14.5 6.58579 14.8358 6.25 15.25 6.25V4.75C14.0074 4.75 13 5.75736 13 7H14.5ZM18.25 7.25C18.6642 7.25 19 7.58579 19 8H20.5C20.5 6.75736 19.4926 5.75 18.25 5.75V7.25ZM17.5 8C17.5 7.58579 17.8358 7.25 18.25 7.25V5.75C17.0074 5.75 16 6.75736 16 8H17.5ZM10 6.5V8.5H11.5V6.5H10ZM13 6V7H14.5V6H13ZM10 6V6.5H11.5V6H10ZM12.25 5.25C12.6642 5.25 13 5.58579 13 6H14.5C14.5 4.75736 13.4926 3.75 12.25 3.75V5.25ZM12.25 3.75C11.0074 3.75 10 4.75736 10 6H11.5C11.5 5.58579 11.8358 5.25 12.25 5.25V3.75ZM19 8L19 12.3347H20.5V8L19 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.75 12.3347H20.5H20.5H19.75ZM5.81729 15.4792L6.43779 15.0579L6.43779 15.0579L5.81729 15.4792ZM6.3809 16.3093L5.7604 16.7306L5.7604 16.7306L6.3809 16.3093ZM6.2843 8.87473L5.76704 8.33164C5.75364 8.3444 5.74071 8.35766 5.72829 8.37138L6.2843 8.87473ZM8.24493 8.04309C8.54487 7.75741 8.55643 7.28268 8.27076 6.98274C7.98508 6.6828 7.51035 6.67124 7.21041 6.95691L8.24493 8.04309ZM4.25519 12.4372L5.00387 12.3927L4.25519 12.4372ZM4.30904 11.6756L3.57406 11.5262L4.30904 11.6756ZM19.4583 16.168L20.1639 16.4223L19.4583 16.168ZM16.3566 19.2136L16.1104 18.5051L16.3566 19.2136ZM10.197 19.3872L10.3527 18.6535H10.3527L10.197 19.3872ZM7.72767 18.0896L8.24483 17.5464L7.72767 18.0896ZM7 12C7 12.4142 7.33579 12.75 7.75 12.75C8.16421 12.75 8.5 12.4142 8.5 12H7ZM13 8.87473C13 9.28894 13.3358 9.62473 13.75 9.62473C14.1642 9.62473 14.5 9.28894 14.5 8.87473H13ZM16 9.5C16 9.91421 16.3358 10.25 16.75 10.25C17.1642 10.25 17.5 9.91421 17.5 9.5H16ZM19.75 8H19V8L19.75 8ZM10 8.5C10 8.91421 10.3358 9.25 10.75 9.25C11.1642 9.25 11.5 8.91421 11.5 8.5H10ZM5.19679 15.9005L5.7604 16.7306L7.0014 15.888L6.43779 15.0579L5.19679 15.9005ZM6.80156 9.41781L8.24493 8.04309L7.21041 6.95691L5.76704 8.33164L6.80156 9.41781ZM6.43779 15.0579C5.92498 14.3026 5.57104 13.7799 5.33415 13.346C5.10404 12.9245 5.01895 12.6465 5.00387 12.3927L3.50651 12.4817C3.53969 13.0402 3.73104 13.54 4.01761 14.0648C4.2974 14.5773 4.70038 15.1693 5.19679 15.9005L6.43779 15.0579ZM5.72829 8.37138C5.13366 9.02823 4.65143 9.55972 4.30239 10.029C3.94502 10.5095 3.68545 10.978 3.57406 11.5262L5.04403 11.8249C5.09477 11.5751 5.21846 11.3108 5.50599 10.9242C5.80186 10.5264 6.22619 10.0564 6.84031 9.37807L5.72829 8.37138ZM5.00387 12.3927C4.99257 12.2026 5.00605 12.0118 5.04403 11.8249L3.57406 11.5262C3.5102 11.8405 3.48749 12.1616 3.50651 12.4817L5.00387 12.3927ZM19 12.3347C19 14.4151 18.9888 15.2586 18.7527 15.9137L20.1639 16.4223C20.5112 15.4586 20.5 14.2862 20.5 12.3347H19ZM12.4527 20.25C14.4432 20.25 15.6287 20.2605 16.6027 19.922L16.1104 18.5051C15.4358 18.7395 14.5682 18.75 12.4527 18.75V20.25ZM18.7527 15.9137C18.318 17.1201 17.3492 18.0747 16.1104 18.5051L16.6027 19.922C18.2621 19.3455 19.5731 18.0616 20.1639 16.4223L18.7527 15.9137ZM12.4527 18.75C11.2705 18.75 10.7891 18.7461 10.3527 18.6535L10.0414 20.1209C10.6681 20.2539 11.3361 20.25 12.4527 20.25V18.75ZM5.7604 16.7306C6.37929 17.6421 6.74816 18.1926 7.21051 18.6328L8.24483 17.5464C7.92629 17.2431 7.6576 16.8545 7.0014 15.888L5.7604 16.7306ZM10.3527 18.6535C9.55688 18.4847 8.82685 18.1005 8.24483 17.5464L7.21051 18.6328C7.99531 19.38 8.97624 19.8949 10.0414 20.1209L10.3527 18.6535ZM8.5 12V6.5H7V12H8.5ZM9.25 5.75C9.66421 5.75 10 6.08579 10 6.5H11.5C11.5 5.25736 10.4926 4.25 9.25 4.25V5.75ZM8.5 6.5C8.5 6.08579 8.83579 5.75 9.25 5.75V4.25C8.00736 4.25 7 5.25736 7 6.5H8.5ZM13 7V8.87473H14.5V7H13ZM16 7V8H17.5V7H16ZM16 8V9.5H17.5V8H16ZM15.25 6.25C15.6642 6.25 16 6.58579 16 7H17.5C17.5 5.75736 16.4926 4.75 15.25 4.75V6.25ZM14.5 7C14.5 6.58579 14.8358 6.25 15.25 6.25V4.75C14.0074 4.75 13 5.75736 13 7H14.5ZM18.25 7.25C18.6642 7.25 19 7.58579 19 8H20.5C20.5 6.75736 19.4926 5.75 18.25 5.75V7.25ZM17.5 8C17.5 7.58579 17.8358 7.25 18.25 7.25V5.75C17.0074 5.75 16 6.75736 16 8H17.5ZM10 6.5V8.5H11.5V6.5H10ZM13 6V7H14.5V6H13ZM10 6V6.5H11.5V6H10ZM12.25 5.25C12.6642 5.25 13 5.58579 13 6H14.5C14.5 4.75736 13.4926 3.75 12.25 3.75V5.25ZM12.25 3.75C11.0074 3.75 10 4.75736 10 6H11.5C11.5 5.58579 11.8358 5.25 12.25 5.25V3.75ZM19 8L19 12.3347H20.5V8L19 8Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hold-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.4608 5.70939C12.6047 4.89355 12.0599 4.11556 11.2441 3.97171C10.4282 3.82786 9.65023 4.37261 9.50637 5.18845L8.11719 13.0669L7.91449 14.4124L5.88875 12.3369C5.17559 11.6237 4.00086 11.6888 3.37081 12.4763C2.88873 13.0789 2.87541 13.9314 3.33844 14.5487L6.35188 18.5667C7.03576 19.4785 7.3777 19.9344 7.7892 20.2888C8.41699 20.8294 9.16928 21.2056 9.97845 21.3834C10.5088 21.5 11.0787 21.5 12.2185 21.5H14.5582C16.9648 21.5 19.0301 19.7855 19.4728 17.4199L20.5427 11.7039L20.9768 9.24184C21.1206 8.426 20.5759 7.64801 19.76 7.50416C18.9442 7.3603 18.1662 7.90506 18.0223 8.7209M12.4608 5.70939L12.8081 3.73978C12.9519 2.92394 13.7299 2.37918 14.5458 2.52304C15.3616 2.66689 15.9064 3.44488 15.7625 4.26072L15.4152 6.23034M12.4608 5.70939L11.6794 10.141M15.4152 6.23034L14.6338 10.662M15.4152 6.23034C15.5591 5.4145 16.3371 4.86974 17.1529 5.0136C17.9687 5.15745 18.5135 5.93544 18.3696 6.75128L18.0223 8.7209M18.0223 8.7209L17.5882 11.1829%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.4608 5.70939C12.6047 4.89355 12.0599 4.11556 11.2441 3.97171C10.4282 3.82786 9.65023 4.37261 9.50637 5.18845L8.11719 13.0669L7.91449 14.4124L5.88875 12.3369C5.17559 11.6237 4.00086 11.6888 3.37081 12.4763C2.88873 13.0789 2.87541 13.9314 3.33844 14.5487L6.35188 18.5667C7.03576 19.4785 7.3777 19.9344 7.7892 20.2888C8.41699 20.8294 9.16928 21.2056 9.97845 21.3834C10.5088 21.5 11.0787 21.5 12.2185 21.5H14.5582C16.9648 21.5 19.0301 19.7855 19.4728 17.4199L20.5427 11.7039L20.9768 9.24184C21.1206 8.426 20.5759 7.64801 19.76 7.50416C18.9442 7.3603 18.1662 7.90506 18.0223 8.7209M12.4608 5.70939L12.8081 3.73978C12.9519 2.92394 13.7299 2.37918 14.5458 2.52304C15.3616 2.66689 15.9064 3.44488 15.7625 4.26072L15.4152 6.23034M12.4608 5.70939L11.6794 10.141M15.4152 6.23034L14.6338 10.662M15.4152 6.23034C15.5591 5.4145 16.3371 4.86974 17.1529 5.0136C17.9687 5.15745 18.5135 5.93544 18.3696 6.75128L18.0223 8.7209M18.0223 8.7209L17.5882 11.1829%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hold-locked-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 5.5C13.5 4.67157 14.1716 4 15 4C15.8284 4 16.5 4.67157 16.5 5.5V11M13.5 5.5V3.5C13.5 2.67157 12.8284 2 12 2C11.1716 2 10.5 2.67157 10.5 3.5L10.5002 5M13.5 5.5V10M10.5002 5C10.4999 4.17187 9.82842 3.50064 9.00021 3.50064C8.17178 3.50064 7.50021 4.17221 7.50021 5.00064L7.5 13.4624L5.8797 11.837C5.16877 11.1239 3.99772 11.1889 3.36965 11.9765C2.88907 12.5791 2.8758 13.4315 3.33738 14.0489L6.93707 18.6471C7.62579 19.5269 8 20.8829 8 22.0002M10.5002 5V9M19.5 11V7.5C19.5 6.67157 18.8284 6 18 6C17.1716 6 16.5 6.67157 16.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 19.5C15 18.5654 15 18.0981 15.201 17.75C15.3326 17.522 15.522 17.3326 15.75 17.201C16.0981 17 16.5654 17 17.5 17H18.5C19.4346 17 19.9019 17 20.25 17.201C20.478 17.3326 20.6674 17.522 20.799 17.75C21 18.0981 21 18.5654 21 19.5C21 20.4346 21 20.9019 20.799 21.25C20.6674 21.478 20.478 21.6674 20.25 21.799C19.9019 22 19.4346 22 18.5 22H17.5C16.5654 22 16.0981 22 15.75 21.799C15.522 21.6674 15.3326 21.478 15.201 21.25C15 20.9019 15 20.4346 15 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 15.5C16.5 14.6716 17.1716 14 18 14C18.8284 14 19.5 14.6716 19.5 15.5V17H16.5V15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 5.5C13.5 4.67157 14.1716 4 15 4C15.8284 4 16.5 4.67157 16.5 5.5V11M13.5 5.5V3.5C13.5 2.67157 12.8284 2 12 2C11.1716 2 10.5 2.67157 10.5 3.5L10.5002 5M13.5 5.5V10M10.5002 5C10.4999 4.17187 9.82842 3.50064 9.00021 3.50064C8.17178 3.50064 7.50021 4.17221 7.50021 5.00064L7.5 13.4624L5.8797 11.837C5.16877 11.1239 3.99772 11.1889 3.36965 11.9765C2.88907 12.5791 2.8758 13.4315 3.33738 14.0489L6.93707 18.6471C7.62579 19.5269 8 20.8829 8 22.0002M10.5002 5V9M19.5 11V7.5C19.5 6.67157 18.8284 6 18 6C17.1716 6 16.5 6.67157 16.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 19.5C15 18.5654 15 18.0981 15.201 17.75C15.3326 17.522 15.522 17.3326 15.75 17.201C16.0981 17 16.5654 17 17.5 17H18.5C19.4346 17 19.9019 17 20.25 17.201C20.478 17.3326 20.6674 17.522 20.799 17.75C21 18.0981 21 18.5654 21 19.5C21 20.4346 21 20.9019 20.799 21.25C20.6674 21.478 20.478 21.6674 20.25 21.799C19.9019 22 19.4346 22 18.5 22H17.5C16.5654 22 16.0981 22 15.75 21.799C15.522 21.6674 15.3326 21.478 15.201 21.25C15 20.9019 15 20.4346 15 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 15.5C16.5 14.6716 17.1716 14 18 14C18.8284 14 19.5 14.6716 19.5 15.5V17H16.5V15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hold-locked-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 11.5L19.5011 7.5C19.5011 6.67157 18.8295 6 18.0011 6C17.1727 6 16.5011 6.67157 16.5011 7.5M10.5011 5.5C10.5011 4.67157 9.82952 4 9.0011 4C8.17267 4 7.5011 4.67157 7.5011 5.5V13.4634L5.8797 11.8369C5.16877 11.1237 3.99772 11.1888 3.36965 11.9763C2.88907 12.5789 2.8758 13.4314 3.33738 14.0487L6.34137 18.0667C7.02311 18.9785 7.36398 19.4344 7.77419 19.7888C8.40001 20.3294 9.14995 20.7056 9.95658 20.8834C10.455 20.9933 10.9885 20.9996 12 21M10.5011 5.5V3.5C10.5011 2.67157 11.1727 2 12.0011 2C12.8295 2 13.5011 2.67157 13.5011 3.5V5.5M10.5011 5.5V10M13.5011 5.5C13.5011 4.67157 14.1727 4 15.0011 4C15.8295 4 16.5011 4.67157 16.5011 5.5V7.5M13.5011 5.5V10M16.5011 7.5V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 19.5C15 18.5654 15 18.0981 15.201 17.75C15.3326 17.522 15.522 17.3326 15.75 17.201C16.0981 17 16.5654 17 17.5 17H18.5C19.4346 17 19.9019 17 20.25 17.201C20.478 17.3326 20.6674 17.522 20.799 17.75C21 18.0981 21 18.5654 21 19.5C21 20.4346 21 20.9019 20.799 21.25C20.6674 21.478 20.478 21.6674 20.25 21.799C19.9019 22 19.4346 22 18.5 22H17.5C16.5654 22 16.0981 22 15.75 21.799C15.522 21.6674 15.3326 21.478 15.201 21.25C15 20.9019 15 20.4346 15 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 15.5C16.5 14.6716 17.1716 14 18 14C18.8284 14 19.5 14.6716 19.5 15.5V17H16.5V15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 11.5L19.5011 7.5C19.5011 6.67157 18.8295 6 18.0011 6C17.1727 6 16.5011 6.67157 16.5011 7.5M10.5011 5.5C10.5011 4.67157 9.82952 4 9.0011 4C8.17267 4 7.5011 4.67157 7.5011 5.5V13.4634L5.8797 11.8369C5.16877 11.1237 3.99772 11.1888 3.36965 11.9763C2.88907 12.5789 2.8758 13.4314 3.33738 14.0487L6.34137 18.0667C7.02311 18.9785 7.36398 19.4344 7.77419 19.7888C8.40001 20.3294 9.14995 20.7056 9.95658 20.8834C10.455 20.9933 10.9885 20.9996 12 21M10.5011 5.5V3.5C10.5011 2.67157 11.1727 2 12.0011 2C12.8295 2 13.5011 2.67157 13.5011 3.5V5.5M10.5011 5.5V10M13.5011 5.5C13.5011 4.67157 14.1727 4 15.0011 4C15.8295 4 16.5011 4.67157 16.5011 5.5V7.5M13.5011 5.5V10M16.5011 7.5V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 19.5C15 18.5654 15 18.0981 15.201 17.75C15.3326 17.522 15.522 17.3326 15.75 17.201C16.0981 17 16.5654 17 17.5 17H18.5C19.4346 17 19.9019 17 20.25 17.201C20.478 17.3326 20.6674 17.522 20.799 17.75C21 18.0981 21 18.5654 21 19.5C21 20.4346 21 20.9019 20.799 21.25C20.6674 21.478 20.478 21.6674 20.25 21.799C19.9019 22 19.4346 22 18.5 22H17.5C16.5654 22 16.0981 22 15.75 21.799C15.522 21.6674 15.3326 21.478 15.201 21.25C15 20.9019 15 20.4346 15 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 15.5C16.5 14.6716 17.1716 14 18 14C18.8284 14 19.5 14.6716 19.5 15.5V17H16.5V15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-hold-phone{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 20C20.3567 18.7133 19 17.0243 19 15.5279C19 13.8295 19.3671 11.7341 18.5777 10.1554C18.2445 9.48892 18 8.81397 18 8.05573V4.42857C18 4.19188 17.8081 4 17.5714 4C16.1513 4 15 5.15127 15 6.57143M8 18L11.6348 20.2717C11.8755 20.4222 12.0814 20.6222 12.2389 20.8583L13 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.02734 15C5.08201 16.0967 5.24516 16.7809 5.73203 17.2678C6.46426 18 7.64277 18 9.99979 18C12.3568 18 13.5353 18 14.2676 17.2678C14.9998 16.5355 14.9998 15.357 14.9998 13V7C14.9998 4.64298 14.9998 3.46447 14.2676 2.73223C13.5353 2 12.3568 2 9.99979 2C7.64277 2 6.46426 2 5.73203 2.73223C5.24516 3.2191 5.08201 3.90328 5.02734 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.25 7.5H5.75C6.44036 7.5 7 6.94036 7 6.25C7 5.55964 6.44036 5 5.75 5L4.25 5C3.55964 5 3 5.55964 3 6.25C3 6.94036 3.55964 7.5 4.25 7.5ZM4.25 7.5L6.75 7.5C7.44036 7.5 8 8.05964 8 8.75C8 9.44036 7.44036 10 6.75 10L4.25 10M4.25 7.5C3.55964 7.5 3 8.05964 3 8.75C3 9.44036 3.55964 10 4.25 10M4.25 10L5.75 10C6.44036 10 7 10.5596 7 11.25C7 11.9404 6.44036 12.5 5.75 12.5H4.25M4.25 10C3.55964 10 3 10.5596 3 11.25C3 11.9404 3.55964 12.5 4.25 12.5M4.25 12.5H5.25C5.94036 12.5 6.5 13.0596 6.5 13.75C6.5 14.4404 5.94036 15 5.25 15H4.25C3.55964 15 3 14.4404 3 13.75C3 13.0596 3.55964 12.5 4.25 12.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.99981 15H10.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 20C20.3567 18.7133 19 17.0243 19 15.5279C19 13.8295 19.3671 11.7341 18.5777 10.1554C18.2445 9.48892 18 8.81397 18 8.05573V4.42857C18 4.19188 17.8081 4 17.5714 4C16.1513 4 15 5.15127 15 6.57143M8 18L11.6348 20.2717C11.8755 20.4222 12.0814 20.6222 12.2389 20.8583L13 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.02734 15C5.08201 16.0967 5.24516 16.7809 5.73203 17.2678C6.46426 18 7.64277 18 9.99979 18C12.3568 18 13.5353 18 14.2676 17.2678C14.9998 16.5355 14.9998 15.357 14.9998 13V7C14.9998 4.64298 14.9998 3.46447 14.2676 2.73223C13.5353 2 12.3568 2 9.99979 2C7.64277 2 6.46426 2 5.73203 2.73223C5.24516 3.2191 5.08201 3.90328 5.02734 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.25 7.5H5.75C6.44036 7.5 7 6.94036 7 6.25C7 5.55964 6.44036 5 5.75 5L4.25 5C3.55964 5 3 5.55964 3 6.25C3 6.94036 3.55964 7.5 4.25 7.5ZM4.25 7.5L6.75 7.5C7.44036 7.5 8 8.05964 8 8.75C8 9.44036 7.44036 10 6.75 10L4.25 10M4.25 7.5C3.55964 7.5 3 8.05964 3 8.75C3 9.44036 3.55964 10 4.25 10M4.25 10L5.75 10C6.44036 10 7 10.5596 7 11.25C7 11.9404 6.44036 12.5 5.75 12.5H4.25M4.25 10C3.55964 10 3 10.5596 3 11.25C3 11.9404 3.55964 12.5 4.25 12.5M4.25 12.5H5.25C5.94036 12.5 6.5 13.0596 6.5 13.75C6.5 14.4404 5.94036 15 5.25 15H4.25C3.55964 15 3 14.4404 3 13.75C3 13.0596 3.55964 12.5 4.25 12.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.99981 15H10.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-love-korean-finger{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5664 9.01799L6.164 4.60628C5.57147 4.01251 5.57682 3.04444 6.17594 2.44405C6.77507 1.84367 7.74111 1.83831 8.33364 2.43209L16.1192 10.1574C18.7775 12.8213 20.3098 16.3131 17.3426 19.9216L17.0261 20.2387C14.6956 22.5741 10.9172 22.5741 8.58676 20.2387L5.39802 17.0889C4.80549 16.4951 4.8176 15.5202 5.42507 14.9115C6.00092 14.3344 6.90507 14.2935 7.50237 14.7966M10.5664 9.01799L13.0755 11.5324M10.5664 9.01799C9.97392 8.42421 8.97562 8.43804 8.36549 9.04945C7.75537 9.66086 7.74111 10.6379 8.33364 11.2316L9.06149 11.961M9.06149 11.961L10.8453 13.7485M9.06149 11.961C8.46896 11.3672 7.5191 11.3949 6.90897 12.0063C6.29885 12.6177 6.28459 13.5947 6.87712 14.1885L7.50237 14.7966M7.50237 14.7966L8.63275 15.896M7.50237 14.7966C7.53516 14.8242 7.56703 14.8535 7.59786 14.8844M12.0975 6.16685C12.2649 4.63002 14.085 3.0369 16.3577 4.12866C16.5735 4.23233 16.7445 4.42847 16.7465 4.6683C16.7496 5.05462 16.58 5.5316 16.0364 5.84785C15.2588 6.30027 13.985 8.02886 15.6854 9.73284%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5664 9.01799L6.164 4.60628C5.57147 4.01251 5.57682 3.04444 6.17594 2.44405C6.77507 1.84367 7.74111 1.83831 8.33364 2.43209L16.1192 10.1574C18.7775 12.8213 20.3098 16.3131 17.3426 19.9216L17.0261 20.2387C14.6956 22.5741 10.9172 22.5741 8.58676 20.2387L5.39802 17.0889C4.80549 16.4951 4.8176 15.5202 5.42507 14.9115C6.00092 14.3344 6.90507 14.2935 7.50237 14.7966M10.5664 9.01799L13.0755 11.5324M10.5664 9.01799C9.97392 8.42421 8.97562 8.43804 8.36549 9.04945C7.75537 9.66086 7.74111 10.6379 8.33364 11.2316L9.06149 11.961M9.06149 11.961L10.8453 13.7485M9.06149 11.961C8.46896 11.3672 7.5191 11.3949 6.90897 12.0063C6.29885 12.6177 6.28459 13.5947 6.87712 14.1885L7.50237 14.7966M7.50237 14.7966L8.63275 15.896M7.50237 14.7966C7.53516 14.8242 7.56703 14.8535 7.59786 14.8844M12.0975 6.16685C12.2649 4.63002 14.085 3.0369 16.3577 4.12866C16.5735 4.23233 16.7445 4.42847 16.7465 4.6683C16.7496 5.05462 16.58 5.5316 16.0364 5.84785C15.2588 6.30027 13.985 8.02886 15.6854 9.73284%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-maximize-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9642 22.0231V20.4625C19.9642 20.0595 20.0904 19.6681 20.3017 19.3246C21.7962 16.896 22.2657 14.291 21.9381 13.2765C20.8949 11.1132 17.4137 10.2622 15.7979 10.0593L16.8344 4.89441C17.0083 4.07536 16.3891 3.25086 15.4514 3.05284C14.5136 2.85483 13.6124 3.35827 13.4385 4.17732L11.384 13.8529L8.81247 12.2139C8.81247 12.2139 7.51753 11.1775 6.47826 12.2139C5.43898 13.2503 6.47826 14.5416 6.47826 14.5416L10.3867 19.5491C10.6381 19.8712 10.7847 20.2623 10.8067 20.6699L10.8779 21.9892%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.90411 4.13185C9.90411 4.13185 10.1495 1.91386 9.90411 1.67207M9.90411 1.67207C9.58572 1.35847 7.36647 1.62245 7.36647 1.62245M9.90411 1.67207L6.93519 4.61053M2.14716 6.85805C2.14716 6.85805 1.90174 9.07604 2.14716 9.31783M2.14716 9.31783C2.46556 9.63142 4.68481 9.36745 4.68481 9.36745M2.14716 9.31783L5.11609 6.37937%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9642 22.0231V20.4625C19.9642 20.0595 20.0904 19.6681 20.3017 19.3246C21.7962 16.896 22.2657 14.291 21.9381 13.2765C20.8949 11.1132 17.4137 10.2622 15.7979 10.0593L16.8344 4.89441C17.0083 4.07536 16.3891 3.25086 15.4514 3.05284C14.5136 2.85483 13.6124 3.35827 13.4385 4.17732L11.384 13.8529L8.81247 12.2139C8.81247 12.2139 7.51753 11.1775 6.47826 12.2139C5.43898 13.2503 6.47826 14.5416 6.47826 14.5416L10.3867 19.5491C10.6381 19.8712 10.7847 20.2623 10.8067 20.6699L10.8779 21.9892%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.90411 4.13185C9.90411 4.13185 10.1495 1.91386 9.90411 1.67207M9.90411 1.67207C9.58572 1.35847 7.36647 1.62245 7.36647 1.62245M9.90411 1.67207L6.93519 4.61053M2.14716 6.85805C2.14716 6.85805 1.90174 9.07604 2.14716 9.31783M2.14716 9.31783C2.46556 9.63142 4.68481 9.36745 4.68481 9.36745M2.14716 9.31783L5.11609 6.37937%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-maximize-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.87415 12.6838L10.0091 14.5151L12.6751 4.28782C12.8727 3.52986 13.5569 3.00098 14.3396 3.00098C15.4491 3.00098 16.2684 4.03662 16.0138 5.11731L14.8122 10.2177L16.5003 10.4878C18.4298 10.7774 19.3947 10.9222 20.0743 11.3297C21.1968 12.0026 22.01 13.0132 22.01 14.4886C22.01 15.5163 21.7562 16.2057 21.1392 18.0581C20.7477 19.2335 20.5519 19.8212 20.2327 20.2864C19.7072 21.0523 18.9318 21.6115 18.0395 21.8683C17.4976 22.0242 16.8785 22.0242 15.6404 22.0242H14.591C12.945 22.0242 12.122 22.0242 11.3893 21.7219C11.2579 21.6678 11.1295 21.6066 11.0046 21.5387C10.3081 21.1603 9.78921 20.5211 8.75126 19.2427L5.39107 15.1041C4.87471 14.4682 4.87127 13.558 5.3828 12.9181C5.99762 12.1491 7.12691 12.0429 7.87415 12.6838Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.88244 4.63991C9.88244 4.63991 10.128 2.41922 9.88244 2.17714M9.88244 2.17714C9.56389 1.86316 7.34352 2.12746 7.34352 2.12746M9.88244 2.17714L6.91202 5.11918M2.12158 7.36943C2.12158 7.36943 1.87604 9.59012 2.12158 9.8322M2.12158 9.8322C2.44014 10.1462 4.66051 9.88188 4.66051 9.88188M2.12158 9.8322L5.092 6.89017%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.87415 12.6838L10.0091 14.5151L12.6751 4.28782C12.8727 3.52986 13.5569 3.00098 14.3396 3.00098C15.4491 3.00098 16.2684 4.03662 16.0138 5.11731L14.8122 10.2177L16.5003 10.4878C18.4298 10.7774 19.3947 10.9222 20.0743 11.3297C21.1968 12.0026 22.01 13.0132 22.01 14.4886C22.01 15.5163 21.7562 16.2057 21.1392 18.0581C20.7477 19.2335 20.5519 19.8212 20.2327 20.2864C19.7072 21.0523 18.9318 21.6115 18.0395 21.8683C17.4976 22.0242 16.8785 22.0242 15.6404 22.0242H14.591C12.945 22.0242 12.122 22.0242 11.3893 21.7219C11.2579 21.6678 11.1295 21.6066 11.0046 21.5387C10.3081 21.1603 9.78921 20.5211 8.75126 19.2427L5.39107 15.1041C4.87471 14.4682 4.87127 13.558 5.3828 12.9181C5.99762 12.1491 7.12691 12.0429 7.87415 12.6838Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.88244 4.63991C9.88244 4.63991 10.128 2.41922 9.88244 2.17714M9.88244 2.17714C9.56389 1.86316 7.34352 2.12746 7.34352 2.12746M9.88244 2.17714L6.91202 5.11918M2.12158 7.36943C2.12158 7.36943 1.87604 9.59012 2.12158 9.8322M2.12158 9.8322C2.44014 10.1462 4.66051 9.88188 4.66051 9.88188M2.12158 9.8322L5.092 6.89017%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-maximize-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9234 7.78146L15.8139 8.02144C16.7975 8.28651 17.3813 9.30336 17.1177 10.2926M17.1177 10.2926L16.879 11.1882M17.1177 10.2926C17.2495 9.798 17.7549 9.50446 18.2467 9.63699C19.2303 9.90207 19.8141 10.9189 19.5505 11.9082M19.5505 11.9082L19.3119 12.8038M19.5505 11.9082C19.6754 11.4394 20.189 11.1955 20.6282 11.3965L20.9195 11.5298C21.7399 11.9052 22.1703 12.8221 21.937 13.6977L21.5853 15.0165C21.0667 16.963 20.8074 17.9362 20.3061 18.6316C20.0154 19.035 19.4115 19.4866 18.9405 19.8036C18.533 20.0778 18.2207 20.4807 18.0938 20.957L17.816 22M14.446 9.57264L15.9969 3.75113C16.1947 3.00918 15.7569 2.24654 15.0192 2.04774C14.2815 1.84893 13.5232 2.28924 13.3255 3.03119L10.9482 11.9537L9.89325 10.1091C9.43034 9.29977 8.37202 9.07701 7.62483 9.63163C7.05309 10.056 6.83788 10.8163 7.10161 11.48L9.20991 16.4621C9.61328 17.4153 9.62296 18.7195 9.35638 19.7202%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.8743 4.63991C9.8743 4.63991 10.12 2.41922 9.8743 2.17714M9.8743 2.17714C9.55553 1.86316 7.33367 2.12746 7.33367 2.12746M9.8743 2.17714L6.90189 5.11918M2.10823 7.36943C2.10823 7.36943 1.86252 9.59012 2.10823 9.8322M2.10823 9.8322C2.427 10.1462 4.64886 9.88188 4.64886 9.88188M2.10823 9.8322L5.08064 6.89017%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9234 7.78146L15.8139 8.02144C16.7975 8.28651 17.3813 9.30336 17.1177 10.2926M17.1177 10.2926L16.879 11.1882M17.1177 10.2926C17.2495 9.798 17.7549 9.50446 18.2467 9.63699C19.2303 9.90207 19.8141 10.9189 19.5505 11.9082M19.5505 11.9082L19.3119 12.8038M19.5505 11.9082C19.6754 11.4394 20.189 11.1955 20.6282 11.3965L20.9195 11.5298C21.7399 11.9052 22.1703 12.8221 21.937 13.6977L21.5853 15.0165C21.0667 16.963 20.8074 17.9362 20.3061 18.6316C20.0154 19.035 19.4115 19.4866 18.9405 19.8036C18.533 20.0778 18.2207 20.4807 18.0938 20.957L17.816 22M14.446 9.57264L15.9969 3.75113C16.1947 3.00918 15.7569 2.24654 15.0192 2.04774C14.2815 1.84893 13.5232 2.28924 13.3255 3.03119L10.9482 11.9537L9.89325 10.1091C9.43034 9.29977 8.37202 9.07701 7.62483 9.63163C7.05309 10.056 6.83788 10.8163 7.10161 11.48L9.20991 16.4621C9.61328 17.4153 9.62296 18.7195 9.35638 19.7202%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.8743 4.63991C9.8743 4.63991 10.12 2.41922 9.8743 2.17714M9.8743 2.17714C9.55553 1.86316 7.33367 2.12746 7.33367 2.12746M9.8743 2.17714L6.90189 5.11918M2.10823 7.36943C2.10823 7.36943 1.86252 9.59012 2.10823 9.8322M2.10823 9.8322C2.427 10.1462 4.64886 9.88188 4.64886 9.88188M2.10823 9.8322L5.08064 6.89017%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-maximize-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1055 10.344L14.9082 5.67312C15.0412 4.89923 14.5376 4.16124 13.7834 4.02479C13.0291 3.88832 12.3098 4.40507 12.1768 5.17896L10.5714 14.5207L10.4383 15.2447L8.64114 13.3343C7.98911 12.6579 6.91507 12.7195 6.33903 13.4666C5.89826 14.0382 5.88609 14.8468 6.30943 15.4324L9.06457 19.2438C9.68984 20.1087 10.0025 20.5413 10.3787 20.8774C10.9527 21.3902 11.6405 21.747 12.3803 21.9158C12.8652 22.0263 13.3863 22.0263 14.4284 22.0263H16.2456C18.6371 22.0263 20.6938 20.3306 21.1527 17.9806L21.8984 14.1619L21.9787 13.6948C22.1117 12.9209 21.6081 12.1829 20.8538 12.0465C20.0995 11.91 19.3803 12.4268 19.2473 13.2007L19.167 13.6678M14.1055 10.344L13.8647 11.7453M14.1055 10.344C14.2385 9.57009 14.9578 9.05335 15.7121 9.1898C16.4663 9.32626 16.97 10.0643 16.837 10.8382L16.6764 11.7723M16.6764 11.7723L16.5961 12.2394M16.6764 11.7723C16.8094 10.9984 17.5287 10.4816 18.2829 10.6181C19.0372 10.7546 19.5408 11.4925 19.4078 12.2664L19.3276 12.7336%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.8743 4.64331C9.8743 4.64331 10.12 2.41974 9.8743 2.17734M9.8743 2.17734C9.55553 1.86295 7.33367 2.1276 7.33367 2.1276M9.8743 2.17734L6.90189 5.1232M2.10823 7.37637C2.10823 7.37637 1.86252 9.59995 2.10823 9.84234M2.10823 9.84234C2.427 10.1567 4.64886 9.89209 4.64886 9.89209M2.10823 9.84234L5.08064 6.89649%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1055 10.344L14.9082 5.67312C15.0412 4.89923 14.5376 4.16124 13.7834 4.02479C13.0291 3.88832 12.3098 4.40507 12.1768 5.17896L10.5714 14.5207L10.4383 15.2447L8.64114 13.3343C7.98911 12.6579 6.91507 12.7195 6.33903 13.4666C5.89826 14.0382 5.88609 14.8468 6.30943 15.4324L9.06457 19.2438C9.68984 20.1087 10.0025 20.5413 10.3787 20.8774C10.9527 21.3902 11.6405 21.747 12.3803 21.9158C12.8652 22.0263 13.3863 22.0263 14.4284 22.0263H16.2456C18.6371 22.0263 20.6938 20.3306 21.1527 17.9806L21.8984 14.1619L21.9787 13.6948C22.1117 12.9209 21.6081 12.1829 20.8538 12.0465C20.0995 11.91 19.3803 12.4268 19.2473 13.2007L19.167 13.6678M14.1055 10.344L13.8647 11.7453M14.1055 10.344C14.2385 9.57009 14.9578 9.05335 15.7121 9.1898C16.4663 9.32626 16.97 10.0643 16.837 10.8382L16.6764 11.7723M16.6764 11.7723L16.5961 12.2394M16.6764 11.7723C16.8094 10.9984 17.5287 10.4816 18.2829 10.6181C19.0372 10.7546 19.5408 11.4925 19.4078 12.2664L19.3276 12.7336%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.8743 4.64331C9.8743 4.64331 10.12 2.41974 9.8743 2.17734M9.8743 2.17734C9.55553 1.86295 7.33367 2.1276 7.33367 2.1276M9.8743 2.17734L6.90189 5.1232M2.10823 7.37637C2.10823 7.37637 1.86252 9.59995 2.10823 9.84234M2.10823 9.84234C2.427 10.1567 4.64886 9.89209 4.64886 9.89209M2.10823 9.84234L5.08064 6.89649%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-minimize-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9257 22.0023V20.4433C19.9257 20.0407 20.0518 19.6497 20.2632 19.3065C21.7576 16.8803 22.2271 14.2779 21.8995 13.2643C20.8563 11.1033 17.3751 10.253 15.7593 10.0504L16.7958 4.89059C16.9698 4.07235 16.3506 3.24867 15.4128 3.05085C14.475 2.85303 13.5738 3.35597 13.3999 4.17421L11.3454 13.8403L8.77389 12.2028C8.77389 12.2028 7.47896 11.1675 6.43968 12.2028C5.40041 13.2382 6.43968 14.5283 6.43968 14.5283L10.3481 19.5308C10.5995 19.8526 10.7461 20.2433 10.7681 20.6505L10.8393 21.9684%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.95596 1.99015C6.95596 1.99015 6.70432 4.26131 6.95596 4.5089M6.95596 4.5089C7.28241 4.83001 9.55781 4.55971 9.55781 4.55971M6.95596 4.5089L10 1.5M5.04404 9.00193C5.04404 9.00193 5.29568 6.73077 5.04404 6.48319M5.04404 6.48319C4.71759 6.16208 2.44219 6.43238 2.44219 6.43238M5.04404 6.48319L2 9.49209%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9257 22.0023V20.4433C19.9257 20.0407 20.0518 19.6497 20.2632 19.3065C21.7576 16.8803 22.2271 14.2779 21.8995 13.2643C20.8563 11.1033 17.3751 10.253 15.7593 10.0504L16.7958 4.89059C16.9698 4.07235 16.3506 3.24867 15.4128 3.05085C14.475 2.85303 13.5738 3.35597 13.3999 4.17421L11.3454 13.8403L8.77389 12.2028C8.77389 12.2028 7.47896 11.1675 6.43968 12.2028C5.40041 13.2382 6.43968 14.5283 6.43968 14.5283L10.3481 19.5308C10.5995 19.8526 10.7461 20.2433 10.7681 20.6505L10.8393 21.9684%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.95596 1.99015C6.95596 1.99015 6.70432 4.26131 6.95596 4.5089M6.95596 4.5089C7.28241 4.83001 9.55781 4.55971 9.55781 4.55971M6.95596 4.5089L10 1.5M5.04404 9.00193C5.04404 9.00193 5.29568 6.73077 5.04404 6.48319M5.04404 6.48319C4.71759 6.16208 2.44219 6.43238 2.44219 6.43238M5.04404 6.48319L2 9.49209%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-minimize-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.87124 12.6711L10.0051 14.5001L12.6698 4.28528C12.8673 3.52824 13.5511 3 14.3334 3C15.4424 3 16.2613 4.03438 16.0068 5.11376L14.8058 10.208L16.493 10.4777C18.4216 10.767 19.386 10.9116 20.0652 11.3186C21.1872 11.9907 22 13.0001 22 14.4737C22 15.5001 21.7463 16.1887 21.1296 18.0388C20.7383 19.2128 20.5426 19.7998 20.2236 20.2644C19.6983 21.0294 18.9233 21.5879 18.0315 21.8444C17.4898 22.0001 16.8711 22.0001 15.6336 22.0001H14.5847C12.9395 22.0001 12.1169 22.0001 11.3846 21.6982C11.2533 21.6441 11.1249 21.583 11.0001 21.5152C10.304 21.1372 9.78533 20.4988 8.74791 19.222L5.38941 15.0884C4.87331 14.4533 4.86987 13.5442 5.38114 12.9051C5.99565 12.137 7.12437 12.0309 7.87124 12.6711Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.95596 2.49064C6.95596 2.49064 6.70432 4.76405 6.95596 5.01188M6.95596 5.01188C7.28241 5.33331 9.55781 5.06274 9.55781 5.06274M6.95596 5.01188L10 2M5.04404 9.50936C5.04404 9.50936 5.29568 7.23595 5.04404 6.98812M5.04404 6.98812C4.71759 6.66669 2.44219 6.93726 2.44219 6.93726M5.04404 6.98812L2 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.87124 12.6711L10.0051 14.5001L12.6698 4.28528C12.8673 3.52824 13.5511 3 14.3334 3C15.4424 3 16.2613 4.03438 16.0068 5.11376L14.8058 10.208L16.493 10.4777C18.4216 10.767 19.386 10.9116 20.0652 11.3186C21.1872 11.9907 22 13.0001 22 14.4737C22 15.5001 21.7463 16.1887 21.1296 18.0388C20.7383 19.2128 20.5426 19.7998 20.2236 20.2644C19.6983 21.0294 18.9233 21.5879 18.0315 21.8444C17.4898 22.0001 16.8711 22.0001 15.6336 22.0001H14.5847C12.9395 22.0001 12.1169 22.0001 11.3846 21.6982C11.2533 21.6441 11.1249 21.583 11.0001 21.5152C10.304 21.1372 9.78533 20.4988 8.74791 19.222L5.38941 15.0884C4.87331 14.4533 4.86987 13.5442 5.38114 12.9051C5.99565 12.137 7.12437 12.0309 7.87124 12.6711Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.95596 2.49064C6.95596 2.49064 6.70432 4.76405 6.95596 5.01188M6.95596 5.01188C7.28241 5.33331 9.55781 5.06274 9.55781 5.06274M6.95596 5.01188L10 2M5.04404 9.50936C5.04404 9.50936 5.29568 7.23595 5.04404 6.98812M5.04404 6.98812C4.71759 6.66669 2.44219 6.93726 2.44219 6.93726M5.04404 6.98812L2 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-minimize-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9281 7.78146L15.818 8.02144C16.8009 8.28651 17.3843 9.30336 17.1209 10.2926M17.1209 10.2926L16.8824 11.1882M17.1209 10.2926C17.2526 9.798 17.7577 9.50446 18.2492 9.63699C19.2321 9.90207 19.8155 10.9189 19.5521 11.9082M19.5521 11.9082L19.3136 12.8038M19.5521 11.9082C19.6769 11.4394 20.1901 11.1955 20.6291 11.3965L20.9202 11.5298C21.74 11.9052 22.1701 12.8221 21.937 13.6977L21.5855 15.0165C21.0673 16.963 20.8081 17.9362 20.3072 18.6316C20.0167 19.035 19.4132 19.4866 18.9425 19.8036C18.5353 20.0778 18.2232 20.4807 18.0964 20.957L17.8187 22M14.451 9.57264L16.0009 3.75113C16.1985 3.00918 15.761 2.24654 15.0238 2.04774C14.2866 1.84893 13.5288 2.28924 13.3313 3.03119L10.9556 11.9537L9.90131 10.1091C9.43871 9.29977 8.3811 9.07701 7.63441 9.63163C7.06306 10.056 6.84799 10.8163 7.11154 11.48L9.21843 16.4621C9.62153 17.4153 9.6312 18.7195 9.3648 19.7202%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.95596 2.49064C6.95596 2.49064 6.70432 4.76405 6.95596 5.01188M6.95596 5.01188C7.28241 5.33331 9.55781 5.06274 9.55781 5.06274M6.95596 5.01188L10 2M5.04404 9.50936C5.04404 9.50936 5.29568 7.23595 5.04404 6.98812M5.04404 6.98812C4.71759 6.66669 2.44219 6.93726 2.44219 6.93726M5.04404 6.98812L2 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9281 7.78146L15.818 8.02144C16.8009 8.28651 17.3843 9.30336 17.1209 10.2926M17.1209 10.2926L16.8824 11.1882M17.1209 10.2926C17.2526 9.798 17.7577 9.50446 18.2492 9.63699C19.2321 9.90207 19.8155 10.9189 19.5521 11.9082M19.5521 11.9082L19.3136 12.8038M19.5521 11.9082C19.6769 11.4394 20.1901 11.1955 20.6291 11.3965L20.9202 11.5298C21.74 11.9052 22.1701 12.8221 21.937 13.6977L21.5855 15.0165C21.0673 16.963 20.8081 17.9362 20.3072 18.6316C20.0167 19.035 19.4132 19.4866 18.9425 19.8036C18.5353 20.0778 18.2232 20.4807 18.0964 20.957L17.8187 22M14.451 9.57264L16.0009 3.75113C16.1985 3.00918 15.761 2.24654 15.0238 2.04774C14.2866 1.84893 13.5288 2.28924 13.3313 3.03119L10.9556 11.9537L9.90131 10.1091C9.43871 9.29977 8.3811 9.07701 7.63441 9.63163C7.06306 10.056 6.84799 10.8163 7.11154 11.48L9.21843 16.4621C9.62153 17.4153 9.6312 18.7195 9.3648 19.7202%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.95596 2.49064C6.95596 2.49064 6.70432 4.76405 6.95596 5.01188M6.95596 5.01188C7.28241 5.33331 9.55781 5.06274 9.55781 5.06274M6.95596 5.01188L10 2M5.04404 9.50936C5.04404 9.50936 5.29568 7.23595 5.04404 6.98812M5.04404 6.98812C4.71759 6.66669 2.44219 6.93726 2.44219 6.93726M5.04404 6.98812L2 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-minimize-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1055 10.3328L14.9082 5.66803C15.0412 4.89514 14.5376 4.15811 13.7834 4.02183C13.0291 3.88554 12.3098 4.40162 12.1768 5.17451L10.5714 14.5041L10.4383 15.2272L8.64114 13.3193C7.98911 12.6437 6.91507 12.7053 6.33903 13.4514C5.89826 14.0223 5.88609 14.8298 6.30943 15.4147L9.06457 19.2211C9.68984 20.0849 10.0025 20.5169 10.3787 20.8526C10.9527 21.3647 11.6405 21.7211 12.3803 21.8896C12.8652 22 13.3863 22 14.4284 22H16.2456C18.6371 22 20.6938 20.3065 21.1527 17.9595L21.8984 14.1458L21.9787 13.6793C22.1117 12.9064 21.6081 12.1694 20.8538 12.0331C20.0995 11.8968 19.3803 12.4129 19.2473 13.1858L19.167 13.6523M14.1055 10.3328L13.8647 11.7323M14.1055 10.3328C14.2385 9.55994 14.9578 9.04387 15.7121 9.18015C16.4663 9.31643 16.97 10.0535 16.837 10.8264L16.6764 11.7593M16.6764 11.7593L16.5961 12.2258M16.6764 11.7593C16.8094 10.9864 17.5287 10.4703 18.2829 10.6066C19.0372 10.7429 19.5408 11.4799 19.4078 12.2528L19.3276 12.7193%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.95596 2.49064C6.95596 2.49064 6.70432 4.76405 6.95596 5.01188M6.95596 5.01188C7.28241 5.33331 9.55781 5.06274 9.55781 5.06274M6.95596 5.01188L10 2M5.04404 9.50936C5.04404 9.50936 5.29568 7.23595 5.04404 6.98812M5.04404 6.98812C4.71759 6.66669 2.44219 6.93726 2.44219 6.93726M5.04404 6.98812L2 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1055 10.3328L14.9082 5.66803C15.0412 4.89514 14.5376 4.15811 13.7834 4.02183C13.0291 3.88554 12.3098 4.40162 12.1768 5.17451L10.5714 14.5041L10.4383 15.2272L8.64114 13.3193C7.98911 12.6437 6.91507 12.7053 6.33903 13.4514C5.89826 14.0223 5.88609 14.8298 6.30943 15.4147L9.06457 19.2211C9.68984 20.0849 10.0025 20.5169 10.3787 20.8526C10.9527 21.3647 11.6405 21.7211 12.3803 21.8896C12.8652 22 13.3863 22 14.4284 22H16.2456C18.6371 22 20.6938 20.3065 21.1527 17.9595L21.8984 14.1458L21.9787 13.6793C22.1117 12.9064 21.6081 12.1694 20.8538 12.0331C20.0995 11.8968 19.3803 12.4129 19.2473 13.1858L19.167 13.6523M14.1055 10.3328L13.8647 11.7323M14.1055 10.3328C14.2385 9.55994 14.9578 9.04387 15.7121 9.18015C16.4663 9.31643 16.97 10.0535 16.837 10.8264L16.6764 11.7593M16.6764 11.7593L16.5961 12.2258M16.6764 11.7593C16.8094 10.9864 17.5287 10.4703 18.2829 10.6066C19.0372 10.7429 19.5408 11.4799 19.4078 12.2528L19.3276 12.7193%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.95596 2.49064C6.95596 2.49064 6.70432 4.76405 6.95596 5.01188M6.95596 5.01188C7.28241 5.33331 9.55781 5.06274 9.55781 5.06274M6.95596 5.01188L10 2M5.04404 9.50936C5.04404 9.50936 5.29568 7.23595 5.04404 6.98812M5.04404 6.98812C4.71759 6.66669 2.44219 6.93726 2.44219 6.93726M5.04404 6.98812L2 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-move-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.81915 22.0275V21.0775C6.81915 20.4312 6.61021 19.802 6.22327 19.2833L2.56128 14.3739C2.13893 13.8077 1.8016 13.1052 2.08044 12.4567C2.53183 11.4069 3.8053 10.7249 5.36404 12.2989L6.96318 14.0105L6.96318 3.57363C7.01946 1.52777 10.3114 1.42636 10.4522 3.57363V9.52152C11.934 9.33012 18.9144 10.375 17.897 14.801C17.8486 15.0113 17.8004 15.2247 17.7533 15.4353C17.5474 16.3553 16.9388 17.9949 16.2677 18.9534C15.569 19.9513 15.8155 20.9452 15.8155 22.0275%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9037 2.39455L17.7083 1.63799C17.7848 1.56605 17.8827 1.52976 17.9807 1.5293M19.0889 2.39455L18.2519 1.63345C18.175 1.56351 18.0777 1.52885 17.9807 1.5293M19.0888 8.62958L18.2843 9.38614C18.1996 9.46572 18.0889 9.50167 17.9807 9.49376M16.9037 8.62958L17.7407 9.39068C17.8094 9.45312 17.8942 9.48744 17.9807 9.49376M17.9807 1.5293V9.49376M21.1144 4.41912L21.8707 5.22399C21.9426 5.30053 21.9789 5.3984 21.9794 5.49646M21.1144 6.60502L21.8752 5.76773C21.9452 5.69079 21.9798 5.59353 21.9794 5.49646M14.8816 6.605L14.1253 5.80013C14.0457 5.71547 14.0098 5.60471 14.0177 5.49646M14.8816 4.4191L14.1207 5.25639C14.0583 5.32508 14.024 5.40997 14.0177 5.49646M21.9794 5.49646L14.0177 5.49646%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.81915 22.0275V21.0775C6.81915 20.4312 6.61021 19.802 6.22327 19.2833L2.56128 14.3739C2.13893 13.8077 1.8016 13.1052 2.08044 12.4567C2.53183 11.4069 3.8053 10.7249 5.36404 12.2989L6.96318 14.0105L6.96318 3.57363C7.01946 1.52777 10.3114 1.42636 10.4522 3.57363V9.52152C11.934 9.33012 18.9144 10.375 17.897 14.801C17.8486 15.0113 17.8004 15.2247 17.7533 15.4353C17.5474 16.3553 16.9388 17.9949 16.2677 18.9534C15.569 19.9513 15.8155 20.9452 15.8155 22.0275%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9037 2.39455L17.7083 1.63799C17.7848 1.56605 17.8827 1.52976 17.9807 1.5293M19.0889 2.39455L18.2519 1.63345C18.175 1.56351 18.0777 1.52885 17.9807 1.5293M19.0888 8.62958L18.2843 9.38614C18.1996 9.46572 18.0889 9.50167 17.9807 9.49376M16.9037 8.62958L17.7407 9.39068C17.8094 9.45312 17.8942 9.48744 17.9807 9.49376M17.9807 1.5293V9.49376M21.1144 4.41912L21.8707 5.22399C21.9426 5.30053 21.9789 5.3984 21.9794 5.49646M21.1144 6.60502L21.8752 5.76773C21.9452 5.69079 21.9798 5.59353 21.9794 5.49646M14.8816 6.605L14.1253 5.80013C14.0457 5.71547 14.0098 5.60471 14.0177 5.49646M14.8816 4.4191L14.1207 5.25639C14.0583 5.32508 14.024 5.40997 14.0177 5.49646M21.9794 5.49646L14.0177 5.49646%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-move-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.8749 13.1578L7.01079 14.9892V5.22682C7.01079 4.2591 7.79502 3.47461 8.76243 3.47461C9.72982 3.47461 10.514 4.2591 10.514 5.22682V10.4835L13.5047 10.9617C15.4351 11.2513 16.4004 11.3961 17.0802 11.8035C18.2033 12.4766 19.0169 13.4873 19.0169 14.9627C19.0169 15.9904 18.7629 16.6799 18.1456 18.5323C17.754 19.7078 17.5581 20.2955 17.2388 20.7608C16.713 21.5267 15.9373 22.0859 15.0446 22.3427C14.5024 22.4986 13.8832 22.4986 12.6445 22.4986H11.5946C9.9479 22.4986 9.12455 22.4986 8.39156 22.1964C8.26011 22.1422 8.13164 22.081 8.0067 22.0131C7.30998 21.6347 6.79078 20.9954 5.75239 19.717L2.39075 15.5782C1.87417 14.9422 1.87073 14.032 2.38247 13.3921C2.99756 12.6231 4.12733 12.5168 4.8749 13.1578Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9186 2.3683L17.724 1.61078C17.8006 1.53875 17.8985 1.50241 17.9966 1.50196M19.1058 2.3683L18.268 1.60624C18.191 1.53621 18.0937 1.5015 17.9966 1.50196M19.1058 8.61122L18.3004 9.36874C18.2157 9.44842 18.1049 9.48442 17.9966 9.4765M16.9186 8.61122L17.7564 9.37329C17.8251 9.43581 17.9101 9.47017 17.9966 9.4765M17.9966 1.50196V9.4765M21.1332 4.39544L21.8902 5.20132C21.9622 5.27796 21.9985 5.37595 21.999 5.47414M21.1332 6.5841L21.8948 5.74575C21.9648 5.66871 21.9994 5.57133 21.999 5.47414M14.8946 6.58408L14.1376 5.77819C14.0579 5.69342 14.022 5.58252 14.0299 5.47414M14.8946 4.39542L14.133 5.23376C14.0705 5.30254 14.0362 5.38754 14.0299 5.47414M21.999 5.47414L14.0299 5.47414%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.8749 13.1578L7.01079 14.9892V5.22682C7.01079 4.2591 7.79502 3.47461 8.76243 3.47461C9.72982 3.47461 10.514 4.2591 10.514 5.22682V10.4835L13.5047 10.9617C15.4351 11.2513 16.4004 11.3961 17.0802 11.8035C18.2033 12.4766 19.0169 13.4873 19.0169 14.9627C19.0169 15.9904 18.7629 16.6799 18.1456 18.5323C17.754 19.7078 17.5581 20.2955 17.2388 20.7608C16.713 21.5267 15.9373 22.0859 15.0446 22.3427C14.5024 22.4986 13.8832 22.4986 12.6445 22.4986H11.5946C9.9479 22.4986 9.12455 22.4986 8.39156 22.1964C8.26011 22.1422 8.13164 22.081 8.0067 22.0131C7.30998 21.6347 6.79078 20.9954 5.75239 19.717L2.39075 15.5782C1.87417 14.9422 1.87073 14.032 2.38247 13.3921C2.99756 12.6231 4.12733 12.5168 4.8749 13.1578Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9186 2.3683L17.724 1.61078C17.8006 1.53875 17.8985 1.50241 17.9966 1.50196M19.1058 2.3683L18.268 1.60624C18.191 1.53621 18.0937 1.5015 17.9966 1.50196M19.1058 8.61122L18.3004 9.36874C18.2157 9.44842 18.1049 9.48442 17.9966 9.4765M16.9186 8.61122L17.7564 9.37329C17.8251 9.43581 17.9101 9.47017 17.9966 9.4765M17.9966 1.50196V9.4765M21.1332 4.39544L21.8902 5.20132C21.9622 5.27796 21.9985 5.37595 21.999 5.47414M21.1332 6.5841L21.8948 5.74575C21.9648 5.66871 21.9994 5.57133 21.999 5.47414M14.8946 6.58408L14.1376 5.77819C14.0579 5.69342 14.022 5.58252 14.0299 5.47414M14.8946 4.39542L14.133 5.23376C14.0705 5.30254 14.0362 5.38754 14.0299 5.47414M21.999 5.47414L14.0299 5.47414%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-ok-finger{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.375 22V20.7166C6.375 19.6817 6.1378 18.6609 5.68218 17.7352L5.39077 17.1432C4.80497 15.953 4.5 14.6406 4.5 13.3099V8.19048C4.5 7.4015 5.1296 6.76191 5.90625 6.76191C6.6829 6.76191 7.3125 7.4015 7.3125 8.19048M14.8125 22C14.8125 21.5674 14.8117 21.1365 14.8125 20.7212C14.8146 19.5775 16.0083 18.9963 16.9844 18.4266C18.0998 17.7757 18.9943 16.7254 19.4068 15.4608C19.678 14.6293 18.9266 13.9057 18.0293 13.9057C17.132 13.9057 16.3696 14.6903 15.7189 15.291C15.617 15.3851 15.5203 15.4586 15.4424 15.5084C14.1737 16.317 12.4807 15.3439 12.4807 13.9057C12.4807 12.4676 14.1737 11.4945 15.4424 12.3031C15.7584 12.469 16.019 12.6894 16.2273 12.9183C16.6998 13.4375 17.3234 13.9057 18.0364 13.9057C18.9501 13.9057 19.716 13.1694 19.4445 12.3212C18.7666 10.2034 16.766 8.66863 14.4034 8.66863C13.4062 8.66863 12.9375 8.95085 12.9375 8.95085L15.0823 3.94719C15.4571 3.01828 14.7846 2 13.7964 2C13.27 2 12.7888 2.30213 12.5534 2.78042L10.125 7.71429M10.125 7.71429L9.67741 8.62368M10.125 7.71429V4.38095C10.125 3.59197 9.4954 2.95238 8.71875 2.95238C7.9421 2.95238 7.3125 3.59197 7.3125 4.38095V8.19048M7.3125 8.19048V11.5238%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.375 22V20.7166C6.375 19.6817 6.1378 18.6609 5.68218 17.7352L5.39077 17.1432C4.80497 15.953 4.5 14.6406 4.5 13.3099V8.19048C4.5 7.4015 5.1296 6.76191 5.90625 6.76191C6.6829 6.76191 7.3125 7.4015 7.3125 8.19048M14.8125 22C14.8125 21.5674 14.8117 21.1365 14.8125 20.7212C14.8146 19.5775 16.0083 18.9963 16.9844 18.4266C18.0998 17.7757 18.9943 16.7254 19.4068 15.4608C19.678 14.6293 18.9266 13.9057 18.0293 13.9057C17.132 13.9057 16.3696 14.6903 15.7189 15.291C15.617 15.3851 15.5203 15.4586 15.4424 15.5084C14.1737 16.317 12.4807 15.3439 12.4807 13.9057C12.4807 12.4676 14.1737 11.4945 15.4424 12.3031C15.7584 12.469 16.019 12.6894 16.2273 12.9183C16.6998 13.4375 17.3234 13.9057 18.0364 13.9057C18.9501 13.9057 19.716 13.1694 19.4445 12.3212C18.7666 10.2034 16.766 8.66863 14.4034 8.66863C13.4062 8.66863 12.9375 8.95085 12.9375 8.95085L15.0823 3.94719C15.4571 3.01828 14.7846 2 13.7964 2C13.27 2 12.7888 2.30213 12.5534 2.78042L10.125 7.71429M10.125 7.71429L9.67741 8.62368M10.125 7.71429V4.38095C10.125 3.59197 9.4954 2.95238 8.71875 2.95238C7.9421 2.95238 7.3125 3.59197 7.3125 4.38095V8.19048M7.3125 8.19048V11.5238%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-pointing-left-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4.49869H7.99205M2 4.49869C2 3.79883 3.99166 2.49127 4.49669 2M2 4.49869C2 5.19855 3.99166 6.50611 4.49669 6.99738%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9828 10.8264L21.0342 10.8264C20.3887 10.8264 19.7603 10.6175 19.2423 10.2308L14.3395 6.57074C13.774 6.14861 13.0724 5.81146 12.4248 6.09015C11.3764 6.5413 10.6953 7.81411 12.2672 9.37203L13.9766 10.9703L3.55348 10.9703C1.51033 11.0266 1.40905 14.3169 3.55348 14.4576L9.49349 14.4576C9.30235 15.9386 10.3458 22.9153 14.766 21.8984C14.976 21.8501 15.1891 21.8019 15.3994 21.7548C16.3182 21.549 17.9556 20.9407 18.9129 20.27C19.9094 19.5717 20.902 19.8181 21.9828 19.8181%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4.49869H7.99205M2 4.49869C2 3.79883 3.99166 2.49127 4.49669 2M2 4.49869C2 5.19855 3.99166 6.50611 4.49669 6.99738%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9828 10.8264L21.0342 10.8264C20.3887 10.8264 19.7603 10.6175 19.2423 10.2308L14.3395 6.57074C13.774 6.14861 13.0724 5.81146 12.4248 6.09015C11.3764 6.5413 10.6953 7.81411 12.2672 9.37203L13.9766 10.9703L3.55348 10.9703C1.51033 11.0266 1.40905 14.3169 3.55348 14.4576L9.49349 14.4576C9.30235 15.9386 10.3458 22.9153 14.766 21.8984C14.976 21.8501 15.1891 21.8019 15.3994 21.7548C16.3182 21.549 17.9556 20.9407 18.9129 20.27C19.9094 19.5717 20.902 19.8181 21.9828 19.8181%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-pointing-left-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 19.8917H20.382C19.4564 19.8917 18.488 20.6158 17.6892 20.9983C16.2125 21.7055 13.3226 22.6731 11.9618 21.3209C9.81667 19.1893 9.42404 16.2081 9.5 14.4999L3.75 14.4999C2.7835 14.4999 2 13.7164 2 12.7499C2 11.7834 2.7835 10.9999 3.75 10.9999L10.0001 10.9999M10.0001 10.9999L14 10.9999M10.0001 10.9999C10.0177 10.9765 12.1753 8.12164 13.6086 7.62367C14.8916 7.17793 16.0336 8.03229 17.0914 8.67457C17.9105 9.1719 19.9316 11 21.0049 11H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4.5L8 4.5M2 4.5C2 3.79977 3.9943 2.49153 4.5 2M2 4.5C2 5.20023 3.9943 6.50847 4.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 19.8917H20.382C19.4564 19.8917 18.488 20.6158 17.6892 20.9983C16.2125 21.7055 13.3226 22.6731 11.9618 21.3209C9.81667 19.1893 9.42404 16.2081 9.5 14.4999L3.75 14.4999C2.7835 14.4999 2 13.7164 2 12.7499C2 11.7834 2.7835 10.9999 3.75 10.9999L10.0001 10.9999M10.0001 10.9999L14 10.9999M10.0001 10.9999C10.0177 10.9765 12.1753 8.12164 13.6086 7.62367C14.8916 7.17793 16.0336 8.03229 17.0914 8.67457C17.9105 9.1719 19.9316 11 21.0049 11H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4.5L8 4.5M2 4.5C2 3.79977 3.9943 2.49153 4.5 2M2 4.5C2 5.20023 3.9943 6.50847 4.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-pointing-left-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.671 7.87124L14.5 10.0051L4.75 10.0051C3.7835 10.0051 3 10.7886 3 11.7551C3 12.7216 3.7835 13.5051 4.75 13.5051H10L10.4776 16.493C10.7669 18.4216 10.9115 19.386 11.3184 20.0652C11.9906 21.1872 13 22 14.4736 22C15.5 22 16.1886 21.7463 18.0387 21.1296C19.2127 20.7383 19.7996 20.5426 20.2643 20.2236C21.0293 19.6983 21.5878 18.9233 21.8442 18.0315C22 17.4898 22 16.8711 22 15.6336V14.5847C22 12.9395 22 12.1169 21.6981 11.3846C21.644 11.2533 21.5829 11.1249 21.5151 11.0001C21.1371 10.304 20.4987 9.78533 19.2219 8.74791L15.0883 5.38941C14.4531 4.87331 13.5441 4.86987 12.905 5.38114C12.1369 5.99565 12.0308 7.12437 12.671 7.87124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4.5L8 4.5M2 4.5C2 3.79977 3.9943 2.49153 4.5 2M2 4.5C2 5.20023 3.9943 6.50847 4.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.671 7.87124L14.5 10.0051L4.75 10.0051C3.7835 10.0051 3 10.7886 3 11.7551C3 12.7216 3.7835 13.5051 4.75 13.5051H10L10.4776 16.493C10.7669 18.4216 10.9115 19.386 11.3184 20.0652C11.9906 21.1872 13 22 14.4736 22C15.5 22 16.1886 21.7463 18.0387 21.1296C19.2127 20.7383 19.7996 20.5426 20.2643 20.2236C21.0293 19.6983 21.5878 18.9233 21.8442 18.0315C22 17.4898 22 16.8711 22 15.6336V14.5847C22 12.9395 22 12.1169 21.6981 11.3846C21.644 11.2533 21.5829 11.1249 21.5151 11.0001C21.1371 10.304 20.4987 9.78533 19.2219 8.74791L15.0883 5.38941C14.4531 4.87331 13.5441 4.86987 12.905 5.38114C12.1369 5.99565 12.0308 7.12437 12.671 7.87124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4.5L8 4.5M2 4.5C2 3.79977 3.9943 2.49153 4.5 2M2 4.5C2 5.20023 3.9943 6.50847 4.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-pointing-left-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 9.91601L11 9.91601M11 9.91601L4.75 9.91601C3.7835 9.91601 3 10.6995 3 11.666C3 12.6325 3.7835 13.416 4.75 13.416H10L10.4776 16.493C10.7669 18.4216 10.9115 19.386 11.3184 20.0652C11.9906 21.1872 13 22 14.4736 22C15.5 22 16.1886 21.7463 18.0387 21.1296C19.2127 20.7383 19.7996 20.5426 20.2643 20.2236C21.0293 19.6983 21.5878 18.9233 21.8442 18.0315C22 17.4898 22 16.8711 22 15.6336V14.2287C22 12.4442 22 11.552 21.6651 10.7858C21.5137 10.4397 21.3141 10.1167 21.0722 9.82659C20.5367 9.18438 19.7387 8.78536 18.1426 7.98731C16.8483 7.34015 16.2011 7.01657 15.5302 7.00083C15.2276 6.99373 14.9256 7.03246 14.6346 7.11571C13.9894 7.30031 13.4448 7.77678 12.3558 8.7297L11 9.91601Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4.5L8 4.5M2 4.5C2 3.79977 3.9943 2.49153 4.5 2M2 4.5C2 5.20023 3.9943 6.50847 4.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 9.91601L11 9.91601M11 9.91601L4.75 9.91601C3.7835 9.91601 3 10.6995 3 11.666C3 12.6325 3.7835 13.416 4.75 13.416H10L10.4776 16.493C10.7669 18.4216 10.9115 19.386 11.3184 20.0652C11.9906 21.1872 13 22 14.4736 22C15.5 22 16.1886 21.7463 18.0387 21.1296C19.2127 20.7383 19.7996 20.5426 20.2643 20.2236C21.0293 19.6983 21.5878 18.9233 21.8442 18.0315C22 17.4898 22 16.8711 22 15.6336V14.2287C22 12.4442 22 11.552 21.6651 10.7858C21.5137 10.4397 21.3141 10.1167 21.0722 9.82659C20.5367 9.18438 19.7387 8.78536 18.1426 7.98731C16.8483 7.34015 16.2011 7.01657 15.5302 7.00083C15.2276 6.99373 14.9256 7.03246 14.6346 7.11571C13.9894 7.30031 13.4448 7.77678 12.3558 8.7297L11 9.91601Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4.5L8 4.5M2 4.5C2 3.79977 3.9943 2.49153 4.5 2M2 4.5C2 5.20023 3.9943 6.50847 4.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-pointing-left-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.99976 13.0004L7.99976 14.0004C7.99976 15.105 8.89519 16.0004 9.99976 16.0004M9.99976 16.0004L10.9998 16.0004M9.99976 16.0004C9.44747 16.0004 8.99976 16.4481 8.99976 17.0004C8.99976 18.105 9.89519 19.0004 10.9998 19.0004M10.9998 19.0004L11.9998 19.0004M10.9998 19.0004C10.4763 19.0004 10.0781 19.4705 10.1642 19.9868L10.2212 20.3292C10.382 21.2936 11.2163 22.0004 12.194 22.0004L13.6666 22C15.8399 22 16.9266 22 17.7918 21.6689C18.2936 21.4769 18.9336 20.9703 19.3961 20.5652C19.7962 20.2148 20.3036 20 20.8354 20L21.9999 20M9.99976 13.0002L3.49976 13.0002C2.67133 13.0002 1.99976 12.3286 1.99976 11.5002C1.99976 10.6718 2.67133 10.0002 3.49976 10.0002L13.4622 10L11.8368 8.3797C11.1236 7.66877 11.1887 6.49772 11.9763 5.86965C12.5789 5.38907 13.4313 5.3758 14.0487 5.83738L18.6469 9.43707C19.5266 10.1258 20.8826 10.5 21.9999 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4.5L8 4.5M2 4.5C2 3.79977 3.9943 2.49153 4.5 2M2 4.5C2 5.20023 3.9943 6.50847 4.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.99976 13.0004L7.99976 14.0004C7.99976 15.105 8.89519 16.0004 9.99976 16.0004M9.99976 16.0004L10.9998 16.0004M9.99976 16.0004C9.44747 16.0004 8.99976 16.4481 8.99976 17.0004C8.99976 18.105 9.89519 19.0004 10.9998 19.0004M10.9998 19.0004L11.9998 19.0004M10.9998 19.0004C10.4763 19.0004 10.0781 19.4705 10.1642 19.9868L10.2212 20.3292C10.382 21.2936 11.2163 22.0004 12.194 22.0004L13.6666 22C15.8399 22 16.9266 22 17.7918 21.6689C18.2936 21.4769 18.9336 20.9703 19.3961 20.5652C19.7962 20.2148 20.3036 20 20.8354 20L21.9999 20M9.99976 13.0002L3.49976 13.0002C2.67133 13.0002 1.99976 12.3286 1.99976 11.5002C1.99976 10.6718 2.67133 10.0002 3.49976 10.0002L13.4622 10L11.8368 8.3797C11.1236 7.66877 11.1887 6.49772 11.9763 5.86965C12.5789 5.38907 13.4313 5.3758 14.0487 5.83738L18.6469 9.43707C19.5266 10.1258 20.8826 10.5 21.9999 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4.5L8 4.5M2 4.5C2 3.79977 3.9943 2.49153 4.5 2M2 4.5C2 5.20023 3.9943 6.50847 4.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-pointing-left-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4.5H7.99817M2 4.5C2 3.79977 3.99369 2.49153 4.49924 2M2 4.5C2 5.20023 3.99369 6.50847 4.49924 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0747 13.0051H7.97211M7.97211 13.0051H3.5041C2.67341 13.0051 2 12.3328 2 11.5034C2 10.674 2.67341 10.0016 3.5041 10.0016L8.96687 10.0016M7.97211 13.0051L7.99896 14.0595C8.01707 14.7705 8.40523 15.3871 8.97664 15.7274M8.96687 10.0016L13.5284 10.0016M8.96687 10.0016L11.7258 7.40816C13.5928 5.83569 14.9538 6.66202 15.71 7.24227L19.6826 10.1227C20.0239 10.3701 20.4346 10.5033 20.8561 10.5033H21.9888M11.0052 16.0087H10.0014C9.62732 16.0087 9.27671 15.9062 8.97664 15.7274M8.97664 15.7274L9.03132 17.0631C9.04849 17.7373 9.39841 18.3266 9.92178 18.676M12.0375 19.0122H11.0338C10.6228 19.0122 10.2402 18.8885 9.92178 18.676M9.92178 18.676L10.1907 20.2668C10.3256 21.2661 11.1845 22.0088 12.1943 21.9995H15.7425C16.3463 21.9995 16.9527 21.9509 17.5262 21.7623C18.0038 21.6051 18.5297 21.3849 18.8731 21.115C19.6139 20.5327 19.8765 20.1256 20.5115 20.0197C21.0195 19.935 21.6567 19.9232 22.0006 19.9232%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4.5H7.99817M2 4.5C2 3.79977 3.99369 2.49153 4.49924 2M2 4.5C2 5.20023 3.99369 6.50847 4.49924 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0747 13.0051H7.97211M7.97211 13.0051H3.5041C2.67341 13.0051 2 12.3328 2 11.5034C2 10.674 2.67341 10.0016 3.5041 10.0016L8.96687 10.0016M7.97211 13.0051L7.99896 14.0595C8.01707 14.7705 8.40523 15.3871 8.97664 15.7274M8.96687 10.0016L13.5284 10.0016M8.96687 10.0016L11.7258 7.40816C13.5928 5.83569 14.9538 6.66202 15.71 7.24227L19.6826 10.1227C20.0239 10.3701 20.4346 10.5033 20.8561 10.5033H21.9888M11.0052 16.0087H10.0014C9.62732 16.0087 9.27671 15.9062 8.97664 15.7274M8.97664 15.7274L9.03132 17.0631C9.04849 17.7373 9.39841 18.3266 9.92178 18.676M12.0375 19.0122H11.0338C10.6228 19.0122 10.2402 18.8885 9.92178 18.676M9.92178 18.676L10.1907 20.2668C10.3256 21.2661 11.1845 22.0088 12.1943 21.9995H15.7425C16.3463 21.9995 16.9527 21.9509 17.5262 21.7623C18.0038 21.6051 18.5297 21.3849 18.8731 21.115C19.6139 20.5327 19.8765 20.1256 20.5115 20.0197C21.0195 19.935 21.6567 19.9232 22.0006 19.9232%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-pointing-left-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22L14.6667 22C16.84 22 17.9267 22 18.7918 21.6689C20.1148 21.1627 21.1601 20.1207 21.6679 18.8019C22 17.9395 22 16.8562 22 14.6897C22 13.5534 22 12.9853 21.8834 12.4566C21.7056 11.6499 21.3294 10.9 20.7888 10.2742C20.4344 9.86398 19.9785 9.52311 19.0667 8.84137L15.0487 5.83738C14.4314 5.3758 13.5789 5.38907 12.9763 5.86965C12.1888 6.49772 12.1237 7.66877 12.8369 8.3797L14.4623 10L4.5 10C3.67157 10 3 10.6716 3 11.5C3 12.3284 3.67157 13 4.5 13L8 13M8 13L8 14C8 15.1046 8.89543 16 10 16M8 13L11 13M10 16L11 16M10 16L9 16L9 17C9 18.1046 9.89543 19 11 19M11 19L12 19M11 19L10 19L10.2215 20.3288C10.3822 21.2932 11.2166 22 12.1943 22L13 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4.5L8 4.5M2 4.5C2 3.79977 3.9943 2.49153 4.5 2M2 4.5C2 5.20023 3.9943 6.50847 4.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22L14.6667 22C16.84 22 17.9267 22 18.7918 21.6689C20.1148 21.1627 21.1601 20.1207 21.6679 18.8019C22 17.9395 22 16.8562 22 14.6897C22 13.5534 22 12.9853 21.8834 12.4566C21.7056 11.6499 21.3294 10.9 20.7888 10.2742C20.4344 9.86398 19.9785 9.52311 19.0667 8.84137L15.0487 5.83738C14.4314 5.3758 13.5789 5.38907 12.9763 5.86965C12.1888 6.49772 12.1237 7.66877 12.8369 8.3797L14.4623 10L4.5 10C3.67157 10 3 10.6716 3 11.5C3 12.3284 3.67157 13 4.5 13L8 13M8 13L8 14C8 15.1046 8.89543 16 10 16M8 13L11 13M10 16L11 16M10 16L9 16L9 17C9 18.1046 9.89543 19 11 19M11 19L12 19M11 19L10 19L10.2215 20.3288C10.3822 21.2932 11.2166 22 12.1943 22L13 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4.5L8 4.5M2 4.5C2 3.79977 3.9943 2.49153 4.5 2M2 4.5C2 5.20023 3.9943 6.50847 4.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-pointing-left-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4.5H8M2 4.5C2 3.79977 3.9943 2.49153 4.5 2M2 4.5C2 5.20023 3.9943 6.50847 4.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.015 13.0051L8.01076 13.0051M8.01076 13.0051H4.50456C3.67361 13.0051 3 12.3328 3 11.5034C3 10.674 3.67361 10.0016 4.50456 10.0016L9.969 10.0016M8.01076 13.0051L8.03762 14.0595C8.05574 14.7705 8.44402 15.3871 9.0156 15.7274M9.969 10.0016L14.5319 10.0016M9.969 10.0016L12.7288 7.40816C14.5964 5.83569 15.9578 6.66202 16.7142 7.24227L19.1516 8.85714C21.2191 10.082 22 11.4993 22 12.6916V17.5723C22 19.8384 19.6177 21.9515 17.4342 21.9515L12.2343 21.9995C11.2241 22.0088 10.365 21.2661 10.23 20.2668L10.0407 18.7264M11.0448 16.0087H10.0407C9.66648 16.0087 9.31576 15.9062 9.0156 15.7274M9.0156 15.7274L9.0703 17.0631C9.09792 18.1475 9.98658 19.0122 11.0734 19.0122H12.0774%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4.5H8M2 4.5C2 3.79977 3.9943 2.49153 4.5 2M2 4.5C2 5.20023 3.9943 6.50847 4.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.015 13.0051L8.01076 13.0051M8.01076 13.0051H4.50456C3.67361 13.0051 3 12.3328 3 11.5034C3 10.674 3.67361 10.0016 4.50456 10.0016L9.969 10.0016M8.01076 13.0051L8.03762 14.0595C8.05574 14.7705 8.44402 15.3871 9.0156 15.7274M9.969 10.0016L14.5319 10.0016M9.969 10.0016L12.7288 7.40816C14.5964 5.83569 15.9578 6.66202 16.7142 7.24227L19.1516 8.85714C21.2191 10.082 22 11.4993 22 12.6916V17.5723C22 19.8384 19.6177 21.9515 17.4342 21.9515L12.2343 21.9995C11.2241 22.0088 10.365 21.2661 10.23 20.2668L10.0407 18.7264M11.0448 16.0087H10.0407C9.66648 16.0087 9.31576 15.9062 9.0156 15.7274M9.0156 15.7274L9.0703 17.0631C9.09792 18.1475 9.98658 19.0122 11.0734 19.0122H12.0774%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-pointing-right-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9878 4.5H15.9915M21.9878 4.5C21.9878 3.79977 19.9947 2.49153 19.4893 2M21.9878 4.5C21.9878 5.20023 19.9947 6.50847 19.4893 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M1.98278 10.8264L2.93087 10.8264C3.57598 10.8264 4.20392 10.6175 4.72164 10.2308L9.62148 6.57074C10.1866 6.14861 10.8877 5.81146 11.535 6.09015C12.5827 6.5413 13.2634 7.81411 11.6925 9.37203L9.98416 10.9703L20.4009 10.9703C22.4427 11.0266 22.544 14.3169 20.4009 14.4576L14.4645 14.4576C14.6555 15.9386 13.6127 22.9153 9.1952 21.8984C8.98532 21.8501 8.77234 21.8019 8.56219 21.7548C7.64399 21.549 6.00755 20.9407 5.05087 20.27C4.05494 19.5717 3.06294 19.8181 1.98278 19.8181%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9878 4.5H15.9915M21.9878 4.5C21.9878 3.79977 19.9947 2.49153 19.4893 2M21.9878 4.5C21.9878 5.20023 19.9947 6.50847 19.4893 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M1.98278 10.8264L2.93087 10.8264C3.57598 10.8264 4.20392 10.6175 4.72164 10.2308L9.62148 6.57074C10.1866 6.14861 10.8877 5.81146 11.535 6.09015C12.5827 6.5413 13.2634 7.81411 11.6925 9.37203L9.98416 10.9703L20.4009 10.9703C22.4427 11.0266 22.544 14.3169 20.4009 14.4576L14.4645 14.4576C14.6555 15.9386 13.6127 22.9153 9.1952 21.8984C8.98532 21.8501 8.77234 21.8019 8.56219 21.7548C7.64399 21.549 6.00755 20.9407 5.05087 20.27C4.05494 19.5717 3.06294 19.8181 1.98278 19.8181%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-pointing-right-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 19.8917H3.61802C4.54364 19.8917 5.51198 20.6158 6.31081 20.9983C7.78747 21.7055 10.6774 22.6731 12.0382 21.3209C14.1833 19.1893 14.576 16.2081 14.5 14.4999L20.25 14.4999C21.2165 14.4999 22 13.7164 22 12.7499C22 11.7834 21.2165 10.9999 20.25 10.9999L13.9999 10.9999M13.9999 10.9999L10 10.9999M13.9999 10.9999C13.9823 10.9765 11.8247 8.12164 10.3914 7.62367C9.10844 7.17793 7.96635 8.03229 6.90859 8.67457C6.08953 9.1719 4.06844 11 2.99509 11H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.5L16 4.5M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 19.8917H3.61802C4.54364 19.8917 5.51198 20.6158 6.31081 20.9983C7.78747 21.7055 10.6774 22.6731 12.0382 21.3209C14.1833 19.1893 14.576 16.2081 14.5 14.4999L20.25 14.4999C21.2165 14.4999 22 13.7164 22 12.7499C22 11.7834 21.2165 10.9999 20.25 10.9999L13.9999 10.9999M13.9999 10.9999L10 10.9999M13.9999 10.9999C13.9823 10.9765 11.8247 8.12164 10.3914 7.62367C9.10844 7.17793 7.96635 8.03229 6.90859 8.67457C6.08953 9.1719 4.06844 11 2.99509 11H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.5L16 4.5M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-pointing-right-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.329 7.87124L9.5 10.0051L19.25 10.0051C20.2165 10.0051 21 10.7886 21 11.7551C21 12.7216 20.2165 13.5051 19.25 13.5051H14L13.5224 16.493C13.2331 18.4216 13.0885 19.386 12.6816 20.0652C12.0094 21.1872 11 22 9.52639 22C8.5 22 7.8114 21.7463 5.96127 21.1296C4.78734 20.7383 4.20036 20.5426 3.73571 20.2236C2.97073 19.6983 2.4122 18.9233 2.15576 18.0315C2 17.4898 2 16.8711 2 15.6336L2 14.5847C2 12.9395 2 12.1169 2.30186 11.3846C2.356 11.2533 2.41709 11.1249 2.48487 11.0001C2.86288 10.304 3.50129 9.78533 4.77813 8.74791L8.91166 5.38941C9.54686 4.87331 10.4559 4.86987 11.095 5.38114C11.8631 5.99565 11.9692 7.12437 11.329 7.87124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.5L16 4.5M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.329 7.87124L9.5 10.0051L19.25 10.0051C20.2165 10.0051 21 10.7886 21 11.7551C21 12.7216 20.2165 13.5051 19.25 13.5051H14L13.5224 16.493C13.2331 18.4216 13.0885 19.386 12.6816 20.0652C12.0094 21.1872 11 22 9.52639 22C8.5 22 7.8114 21.7463 5.96127 21.1296C4.78734 20.7383 4.20036 20.5426 3.73571 20.2236C2.97073 19.6983 2.4122 18.9233 2.15576 18.0315C2 17.4898 2 16.8711 2 15.6336L2 14.5847C2 12.9395 2 12.1169 2.30186 11.3846C2.356 11.2533 2.41709 11.1249 2.48487 11.0001C2.86288 10.304 3.50129 9.78533 4.77813 8.74791L8.91166 5.38941C9.54686 4.87331 10.4559 4.86987 11.095 5.38114C11.8631 5.99565 11.9692 7.12437 11.329 7.87124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.5L16 4.5M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-pointing-right-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 9.91601L13 9.91601M13 9.91601L19.25 9.91601C20.2165 9.91601 21 10.6995 21 11.666C21 12.6325 20.2165 13.416 19.25 13.416H14L13.5224 16.493C13.2331 18.4216 13.0885 19.386 12.6816 20.0652C12.0094 21.1872 11 22 9.52639 22C8.5 22 7.8114 21.7463 5.96127 21.1296C4.78733 20.7383 4.20036 20.5426 3.73571 20.2236C2.97073 19.6983 2.4122 18.9233 2.15576 18.0315C2 17.4898 2 16.8711 2 15.6336L2 14.2287C2 12.4442 2 11.552 2.33495 10.7858C2.48627 10.4397 2.68587 10.1167 2.92779 9.82659C3.46326 9.18438 4.2613 8.78536 5.85738 7.98731C7.15171 7.34015 7.79887 7.01657 8.46984 7.00083C8.77244 6.99373 9.07436 7.03246 9.36537 7.11571C10.0106 7.30031 10.5552 7.77678 11.6442 8.7297L13 9.91601Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.5L16 4.5M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 9.91601L13 9.91601M13 9.91601L19.25 9.91601C20.2165 9.91601 21 10.6995 21 11.666C21 12.6325 20.2165 13.416 19.25 13.416H14L13.5224 16.493C13.2331 18.4216 13.0885 19.386 12.6816 20.0652C12.0094 21.1872 11 22 9.52639 22C8.5 22 7.8114 21.7463 5.96127 21.1296C4.78733 20.7383 4.20036 20.5426 3.73571 20.2236C2.97073 19.6983 2.4122 18.9233 2.15576 18.0315C2 17.4898 2 16.8711 2 15.6336L2 14.2287C2 12.4442 2 11.552 2.33495 10.7858C2.48627 10.4397 2.68587 10.1167 2.92779 9.82659C3.46326 9.18438 4.2613 8.78536 5.85738 7.98731C7.15171 7.34015 7.79887 7.01657 8.46984 7.00083C8.77244 6.99373 9.07436 7.03246 9.36537 7.11571C10.0106 7.30031 10.5552 7.77678 11.6442 8.7297L13 9.91601Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.5L16 4.5M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-pointing-right-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0002 13.0004L16.0002 14.0004C16.0002 15.105 15.1048 16.0004 14.0002 16.0004M14.0002 16.0004L13.0002 16.0004M14.0002 16.0004C14.5525 16.0004 15.0002 16.4481 15.0002 17.0004C15.0002 18.105 14.1048 19.0004 13.0002 19.0004M13.0002 19.0004L12.0002 19.0004M13.0002 19.0004C13.5237 19.0004 13.9219 19.4705 13.8358 19.9868L13.7788 20.3292C13.618 21.2936 12.7837 22.0004 11.806 22.0004L10.3334 22C8.16008 22 7.07338 22 6.20824 21.6689C5.70639 21.4769 5.06636 20.9703 4.60386 20.5652C4.20383 20.2148 3.69642 20 3.16465 20L2.00008 20M14.0002 13.0002L20.5002 13.0002C21.3287 13.0002 22.0002 12.3286 22.0002 11.5002C22.0002 10.6718 21.3287 10.0002 20.5002 10.0002L10.5378 10L12.1632 8.3797C12.8764 7.66877 12.8113 6.49772 12.0237 5.86965C11.4211 5.38907 10.5687 5.3758 9.95133 5.83738L5.35312 9.43707C4.47336 10.1258 3.11736 10.5 2.00008 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.5L16 4.5M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0002 13.0004L16.0002 14.0004C16.0002 15.105 15.1048 16.0004 14.0002 16.0004M14.0002 16.0004L13.0002 16.0004M14.0002 16.0004C14.5525 16.0004 15.0002 16.4481 15.0002 17.0004C15.0002 18.105 14.1048 19.0004 13.0002 19.0004M13.0002 19.0004L12.0002 19.0004M13.0002 19.0004C13.5237 19.0004 13.9219 19.4705 13.8358 19.9868L13.7788 20.3292C13.618 21.2936 12.7837 22.0004 11.806 22.0004L10.3334 22C8.16008 22 7.07338 22 6.20824 21.6689C5.70639 21.4769 5.06636 20.9703 4.60386 20.5652C4.20383 20.2148 3.69642 20 3.16465 20L2.00008 20M14.0002 13.0002L20.5002 13.0002C21.3287 13.0002 22.0002 12.3286 22.0002 11.5002C22.0002 10.6718 21.3287 10.0002 20.5002 10.0002L10.5378 10L12.1632 8.3797C12.8764 7.66877 12.8113 6.49772 12.0237 5.86965C11.4211 5.38907 10.5687 5.3758 9.95133 5.83738L5.35312 9.43707C4.47336 10.1258 3.11736 10.5 2.00008 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.5L16 4.5M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-pointing-right-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 4.5H16M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.926 13.0051H16.0285M16.0285 13.0051H20.4965C21.3272 13.0051 22.0006 12.3328 22.0006 11.5034C22.0006 10.674 21.3272 10.0016 20.4965 10.0016L15.0337 10.0016M16.0285 13.0051L16.0016 14.0595C15.9835 14.7705 15.5954 15.3871 15.024 15.7274M15.0337 10.0016L10.4722 10.0016M15.0337 10.0016L12.2748 7.40816C10.4078 5.83569 9.04676 6.66202 8.29057 7.24227L4.31797 10.1227C3.97672 10.3701 3.56602 10.5033 3.14455 10.5033H2.0118M12.9954 16.0087H13.9992C14.3733 16.0087 14.7239 15.9062 15.024 15.7274M15.024 15.7274L14.9693 17.0631C14.9521 17.7373 14.6022 18.3266 14.0788 18.676M11.9631 19.0122H12.9668C13.3778 19.0122 13.7604 18.8885 14.0788 18.676M14.0788 18.676L13.8099 20.2668C13.675 21.2661 12.8161 22.0088 11.8063 21.9995H8.25808C7.65434 21.9995 7.04792 21.9509 6.47439 21.7623C5.99677 21.6051 5.47096 21.3849 5.12754 21.115C4.38667 20.5327 4.12414 20.1256 3.48911 20.0197C2.98108 19.935 2.34387 19.9232 2 19.9232%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 4.5H16M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.926 13.0051H16.0285M16.0285 13.0051H20.4965C21.3272 13.0051 22.0006 12.3328 22.0006 11.5034C22.0006 10.674 21.3272 10.0016 20.4965 10.0016L15.0337 10.0016M16.0285 13.0051L16.0016 14.0595C15.9835 14.7705 15.5954 15.3871 15.024 15.7274M15.0337 10.0016L10.4722 10.0016M15.0337 10.0016L12.2748 7.40816C10.4078 5.83569 9.04676 6.66202 8.29057 7.24227L4.31797 10.1227C3.97672 10.3701 3.56602 10.5033 3.14455 10.5033H2.0118M12.9954 16.0087H13.9992C14.3733 16.0087 14.7239 15.9062 15.024 15.7274M15.024 15.7274L14.9693 17.0631C14.9521 17.7373 14.6022 18.3266 14.0788 18.676M11.9631 19.0122H12.9668C13.3778 19.0122 13.7604 18.8885 14.0788 18.676M14.0788 18.676L13.8099 20.2668C13.675 21.2661 12.8161 22.0088 11.8063 21.9995H8.25808C7.65434 21.9995 7.04792 21.9509 6.47439 21.7623C5.99677 21.6051 5.47096 21.3849 5.12754 21.115C4.38667 20.5327 4.12414 20.1256 3.48911 20.0197C2.98108 19.935 2.34387 19.9232 2 19.9232%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-pointing-right-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22L9.33333 22C7.15998 22 6.07331 22 5.20816 21.6689C3.88524 21.1627 2.83992 20.1207 2.3321 18.8019C2 17.9395 2 16.8562 2 14.6897C2 13.5534 2 12.9853 2.11658 12.4566C2.29445 11.6499 2.67059 10.9 3.21121 10.2742C3.56557 9.86398 4.02149 9.52311 4.93333 8.84137L8.95125 5.83738C9.56862 5.3758 10.4211 5.38907 11.0237 5.86965C11.8112 6.49772 11.8763 7.66877 11.1631 8.3797L9.53773 10L19.5 10C20.3284 10 21 10.6716 21 11.5C21 12.3284 20.3284 13 19.5 13L16 13M16 13L16 14C16 15.1046 15.1046 16 14 16M16 13L13 13M14 16L13 16M14 16L15 16L15 17C15 18.1046 14.1046 19 13 19M13 19L12 19M13 19L14 19L13.7785 20.3288C13.6178 21.2932 12.7834 22 11.8057 22L11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.5L16 4.5M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22L9.33333 22C7.15998 22 6.07331 22 5.20816 21.6689C3.88524 21.1627 2.83992 20.1207 2.3321 18.8019C2 17.9395 2 16.8562 2 14.6897C2 13.5534 2 12.9853 2.11658 12.4566C2.29445 11.6499 2.67059 10.9 3.21121 10.2742C3.56557 9.86398 4.02149 9.52311 4.93333 8.84137L8.95125 5.83738C9.56862 5.3758 10.4211 5.38907 11.0237 5.86965C11.8112 6.49772 11.8763 7.66877 11.1631 8.3797L9.53773 10L19.5 10C20.3284 10 21 10.6716 21 11.5C21 12.3284 20.3284 13 19.5 13L16 13M16 13L16 14C16 15.1046 15.1046 16 14 16M16 13L13 13M14 16L13 16M14 16L15 16L15 17C15 18.1046 14.1046 19 13 19M13 19L12 19M13 19L14 19L13.7785 20.3288C13.6178 21.2932 12.7834 22 11.8057 22L11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.5L16 4.5M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-pointing-right-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 4.5H16M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.985 13.0051L15.9892 13.0051M15.9892 13.0051H19.4954C20.3264 13.0051 21 12.3328 21 11.5034C21 10.674 20.3264 10.0016 19.4954 10.0016L14.031 10.0016M15.9892 13.0051L15.9624 14.0595C15.9443 14.7705 15.556 15.3871 14.9844 15.7274M14.031 10.0016L9.46807 10.0016M14.031 10.0016L11.2712 7.40816C9.40362 5.83569 8.04219 6.66202 7.28577 7.24227L4.84841 8.85714C2.78085 10.082 2 11.4993 2 12.6916V17.5723C2 19.8384 4.38227 21.9515 6.56579 21.9515L11.7657 21.9995C12.7759 22.0088 13.635 21.2661 13.77 20.2668L13.9593 18.7264M12.9552 16.0087H13.9593C14.3335 16.0087 14.6842 15.9062 14.9844 15.7274M14.9844 15.7274L14.9297 17.0631C14.9021 18.1475 14.0134 19.0122 12.9266 19.0122H11.9226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 4.5H16M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.985 13.0051L15.9892 13.0051M15.9892 13.0051H19.4954C20.3264 13.0051 21 12.3328 21 11.5034C21 10.674 20.3264 10.0016 19.4954 10.0016L14.031 10.0016M15.9892 13.0051L15.9624 14.0595C15.9443 14.7705 15.556 15.3871 14.9844 15.7274M14.031 10.0016L9.46807 10.0016M14.031 10.0016L11.2712 7.40816C9.40362 5.83569 8.04219 6.66202 7.28577 7.24227L4.84841 8.85714C2.78085 10.082 2 11.4993 2 12.6916V17.5723C2 19.8384 4.38227 21.9515 6.56579 21.9515L11.7657 21.9995C12.7759 22.0088 13.635 21.2661 13.77 20.2668L13.9593 18.7264M12.9552 16.0087H13.9593C14.3335 16.0087 14.6842 15.9062 14.9844 15.7274M14.9844 15.7274L14.9297 17.0631C14.9021 18.1475 14.0134 19.0122 12.9266 19.0122H11.9226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-punch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.6 13.7821V11.5M6.6 13.7821C6.6 14.7644 5.79411 15.5607 4.8 15.5607C3.80589 15.5607 3 14.7644 3 13.7821V13C3 9.25027 3 7.3754 3.95491 6.06107C4.26331 5.6366 4.6366 5.26331 5.06107 4.95491C6.3754 4 8.25027 4 12 4C15.7497 4 17.6246 4 18.9389 4.95491C19.3634 5.26331 19.7367 5.6366 20.0451 6.06107C21 7.3754 21 9.26015 21 13.0296C21 14.5561 21 15.3193 20.8431 15.9483C20.3627 17.8739 18.8411 19.3774 16.8923 19.8521C16.4854 19.9512 15.7827 19.9869 14.9252 19.9998C14.0788 19.9998 13.35 20.0759 13.35 18.9998C13.35 17.9839 13.6769 16.8946 14.925 16.8946H15.6M6.6 13.7821V15.116C6.6 16.0983 7.40589 16.8946 8.4 16.8946C9.39411 16.8946 10.2 16.0983 10.2 15.116M10.2 15.116V11.1143M10.2 15.116V15.9123C10.2 16.8946 11.0059 17.6909 12 17.6909C12.9941 17.6909 13.8 16.8946 13.8 15.9123V15.116M17.4 11.5V15.116C17.4 16.0983 16.5941 16.8946 15.6 16.8946M13.8 15.116V11.1143M13.8 15.116C13.8 16.0983 14.6059 16.8946 15.6 16.8946%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.6 13.7821V11.5M6.6 13.7821C6.6 14.7644 5.79411 15.5607 4.8 15.5607C3.80589 15.5607 3 14.7644 3 13.7821V13C3 9.25027 3 7.3754 3.95491 6.06107C4.26331 5.6366 4.6366 5.26331 5.06107 4.95491C6.3754 4 8.25027 4 12 4C15.7497 4 17.6246 4 18.9389 4.95491C19.3634 5.26331 19.7367 5.6366 20.0451 6.06107C21 7.3754 21 9.26015 21 13.0296C21 14.5561 21 15.3193 20.8431 15.9483C20.3627 17.8739 18.8411 19.3774 16.8923 19.8521C16.4854 19.9512 15.7827 19.9869 14.9252 19.9998C14.0788 19.9998 13.35 20.0759 13.35 18.9998C13.35 17.9839 13.6769 16.8946 14.925 16.8946H15.6M6.6 13.7821V15.116C6.6 16.0983 7.40589 16.8946 8.4 16.8946C9.39411 16.8946 10.2 16.0983 10.2 15.116M10.2 15.116V11.1143M10.2 15.116V15.9123C10.2 16.8946 11.0059 17.6909 12 17.6909C12.9941 17.6909 13.8 16.8946 13.8 15.9123V15.116M17.4 11.5V15.116C17.4 16.0983 16.5941 16.8946 15.6 16.8946M13.8 15.116V11.1143M13.8 15.116C13.8 16.0983 14.6059 16.8946 15.6 16.8946%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-resize-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 4H21M17 4C17 4.56018 18.4943 5.60678 19 6M17 4C17 3.43982 18.4943 2.39322 19 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 4H3M7 4C7 3.43982 5.5057 2.39322 5 2M7 4C7 4.56018 5.5057 5.60678 5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.8348 22L9.8348 21.0513C9.8348 20.4058 9.6261 19.7775 9.23964 19.2595L5.58206 14.3566C5.16022 13.7911 4.8233 13.0896 5.1018 12.4419C5.55264 11.3935 6.82458 10.7124 8.38144 12.2843L9.97865 13.9937L9.97865 3.57057C10.0349 1.52742 13.3229 1.42614 13.4635 3.57057L13.4635 9.5106C14.9435 9.31946 21.9155 10.3629 20.8993 14.7831C20.851 14.9931 20.8028 15.2063 20.7557 15.4165C20.5501 16.3353 19.9422 17.9727 19.2719 18.93C18.5741 19.9266 18.8203 20.9192 18.8203 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 4H21M17 4C17 4.56018 18.4943 5.60678 19 6M17 4C17 3.43982 18.4943 2.39322 19 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 4H3M7 4C7 3.43982 5.5057 2.39322 5 2M7 4C7 4.56018 5.5057 5.60678 5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.8348 22L9.8348 21.0513C9.8348 20.4058 9.6261 19.7775 9.23964 19.2595L5.58206 14.3566C5.16022 13.7911 4.8233 13.0896 5.1018 12.4419C5.55264 11.3935 6.82458 10.7124 8.38144 12.2843L9.97865 13.9937L9.97865 3.57057C10.0349 1.52742 13.3229 1.42614 13.4635 3.57057L13.4635 9.5106C14.9435 9.31946 21.9155 10.3629 20.8993 14.7831C20.851 14.9931 20.8028 15.2063 20.7557 15.4165C20.5501 16.3353 19.9422 17.9727 19.2719 18.93C18.5741 19.9266 18.8203 20.9192 18.8203 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-resize-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.36734 12.171L9.50123 14V4.25C9.50123 3.2835 10.2847 2.5 11.2512 2.5C12.2177 2.5 13.0012 3.2835 13.0012 4.25V9.5L15.9891 9.97757C17.9177 10.2669 18.8821 10.4115 19.5613 10.8184C20.6833 11.4906 21.4961 12.5 21.4961 13.9736C21.4961 15 21.2424 15.6886 20.6257 17.5387C20.2344 18.7127 20.0387 19.2996 19.7197 19.7643C19.1944 20.5293 18.4194 21.0878 17.5276 21.3442C16.9859 21.5 16.3672 21.5 15.1297 21.5H14.0808C12.4356 21.5 11.613 21.5 10.8807 21.1981C10.7494 21.144 10.621 21.0829 10.4962 21.0151C9.80014 20.6371 9.28143 19.9987 8.244 18.7219L4.8855 14.5883C4.36941 13.9531 4.36596 13.0441 4.87723 12.405C5.49174 11.6369 6.62046 11.5308 7.36734 12.171Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4.5L20 4.5M16 4.5C16 5.06018 17.4943 6.10678 18 6.5M16 4.5C16 3.93982 17.4943 2.89322 18 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 4.5L2.5 4.5M6.5 4.5C6.5 3.93982 5.0057 2.89322 4.5 2.5M6.5 4.5C6.5 5.06018 5.0057 6.10678 4.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.36734 12.171L9.50123 14V4.25C9.50123 3.2835 10.2847 2.5 11.2512 2.5C12.2177 2.5 13.0012 3.2835 13.0012 4.25V9.5L15.9891 9.97757C17.9177 10.2669 18.8821 10.4115 19.5613 10.8184C20.6833 11.4906 21.4961 12.5 21.4961 13.9736C21.4961 15 21.2424 15.6886 20.6257 17.5387C20.2344 18.7127 20.0387 19.2996 19.7197 19.7643C19.1944 20.5293 18.4194 21.0878 17.5276 21.3442C16.9859 21.5 16.3672 21.5 15.1297 21.5H14.0808C12.4356 21.5 11.613 21.5 10.8807 21.1981C10.7494 21.144 10.621 21.0829 10.4962 21.0151C9.80014 20.6371 9.28143 19.9987 8.244 18.7219L4.8855 14.5883C4.36941 13.9531 4.36596 13.0441 4.87723 12.405C5.49174 11.6369 6.62046 11.5308 7.36734 12.171Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4.5L20 4.5M16 4.5C16 5.06018 17.4943 6.10678 18 6.5M16 4.5C16 3.93982 17.4943 2.89322 18 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 4.5L2.5 4.5M6.5 4.5C6.5 3.93982 5.0057 2.89322 4.5 2.5M6.5 4.5C6.5 5.06018 5.0057 6.10678 4.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-rotate-left-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9881 14.5576L19.3397 14.1645C18.7796 13.8421 18.3389 13.3478 18.083 12.7548L15.661 7.14241C15.5737 6.94004 15.4539 6.77128 15.309 6.63237C14.6686 6.01828 13.5618 6.27836 13.0242 6.98366C12.0317 8.28587 13.365 9.5189 13.0833 10.6047L5.3401 6.25228C3.53901 5.28053 1.98342 7.86214 3.77379 9.05472L8.35709 11.6038C7.47442 12.7564 5.23614 18.3465 8.10443 20.0513C8.26748 20.1482 8.44821 20.2127 8.62954 20.2687C8.74618 20.3048 8.86288 20.341 8.97863 20.3771C9.87892 20.6581 11.5813 21.0114 12.7478 20.9096C13.9621 20.8037 14.7231 21.4511 15.661 21.9909%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.3431 4.95489C9.73999 5.35053 11.4666 5.23639 12.1035 5.15695M9.3431 4.95489C8.94621 4.55925 8.93485 2.62721 9.01454 1.99232M9.3431 4.95489C10.3642 3.18666 14.4237 0.366109 18.4521 3.18666C20.3988 4.54965 20.6735 5.40861 20.9813 5.98404%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9881 14.5576L19.3397 14.1645C18.7796 13.8421 18.3389 13.3478 18.083 12.7548L15.661 7.14241C15.5737 6.94004 15.4539 6.77128 15.309 6.63237C14.6686 6.01828 13.5618 6.27836 13.0242 6.98366C12.0317 8.28587 13.365 9.5189 13.0833 10.6047L5.3401 6.25228C3.53901 5.28053 1.98342 7.86214 3.77379 9.05472L8.35709 11.6038C7.47442 12.7564 5.23614 18.3465 8.10443 20.0513C8.26748 20.1482 8.44821 20.2127 8.62954 20.2687C8.74618 20.3048 8.86288 20.341 8.97863 20.3771C9.87892 20.6581 11.5813 21.0114 12.7478 20.9096C13.9621 20.8037 14.7231 21.4511 15.661 21.9909%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.3431 4.95489C9.73999 5.35053 11.4666 5.23639 12.1035 5.15695M9.3431 4.95489C8.94621 4.55925 8.93485 2.62721 9.01454 1.99232M9.3431 4.95489C10.3642 3.18666 14.4237 0.366109 18.4521 3.18666C20.3988 4.54965 20.6735 5.40861 20.9813 5.98404%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-rotate-left-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6399 8.72783L14.1368 11.351L6.02167 6.72193C5.21723 6.26306 4.1886 6.53537 3.72415 7.33015C3.25971 8.12494 3.53533 9.14123 4.33977 9.6001L8.70947 12.0927L7.67116 14.7764C6.98516 16.4998 6.64216 17.3614 6.65445 18.1132C6.67474 19.355 7.1243 20.5026 8.35082 21.2022C9.20511 21.6896 9.90014 21.8079 11.7364 22.1791C12.9015 22.4147 13.4841 22.5325 14.0242 22.4907C14.9133 22.4219 15.7506 22.0498 16.3926 21.4382C16.7825 21.0667 17.0798 20.5579 17.6745 19.5403L18.1786 18.6777C18.9691 17.3248 19.3644 16.6484 19.4651 15.9029C19.4831 15.7692 19.494 15.6346 19.4975 15.4998C19.5174 14.7479 19.2353 14.0183 18.6711 12.5589L16.8445 7.83464C16.5638 7.10866 15.8089 6.67423 15.0313 6.79124C14.0966 6.93188 13.4659 7.8097 13.6399 8.72783Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.86336 4.46563C9.26026 4.86127 10.9869 4.74713 11.6238 4.66769M8.86336 4.46563C8.46647 4.06999 8.45511 2.13795 8.5348 1.50306M8.86336 4.46563C9.88443 2.6974 13.944 -0.123149 17.9724 2.6974C19.919 4.0604 20.1937 4.91935 20.5016 5.49478%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6399 8.72783L14.1368 11.351L6.02167 6.72193C5.21723 6.26306 4.1886 6.53537 3.72415 7.33015C3.25971 8.12494 3.53533 9.14123 4.33977 9.6001L8.70947 12.0927L7.67116 14.7764C6.98516 16.4998 6.64216 17.3614 6.65445 18.1132C6.67474 19.355 7.1243 20.5026 8.35082 21.2022C9.20511 21.6896 9.90014 21.8079 11.7364 22.1791C12.9015 22.4147 13.4841 22.5325 14.0242 22.4907C14.9133 22.4219 15.7506 22.0498 16.3926 21.4382C16.7825 21.0667 17.0798 20.5579 17.6745 19.5403L18.1786 18.6777C18.9691 17.3248 19.3644 16.6484 19.4651 15.9029C19.4831 15.7692 19.494 15.6346 19.4975 15.4998C19.5174 14.7479 19.2353 14.0183 18.6711 12.5589L16.8445 7.83464C16.5638 7.10866 15.8089 6.67423 15.0313 6.79124C14.0966 6.93188 13.4659 7.8097 13.6399 8.72783Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.86336 4.46563C9.26026 4.86127 10.9869 4.74713 11.6238 4.66769M8.86336 4.46563C8.46647 4.06999 8.45511 2.13795 8.5348 1.50306M8.86336 4.46563C9.88443 2.6974 13.944 -0.123149 17.9724 2.6974C19.919 4.0604 20.1937 4.91935 20.5016 5.49478%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-rotate-left-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.12586 10.4608L6.68196 11.2259C6.19164 12.071 6.48262 13.1515 7.33188 13.6394M7.33188 13.6394L8.10074 14.0812M7.33188 13.6394C6.90725 13.3955 6.36427 13.5403 6.11911 13.9628C5.62879 14.8079 5.91977 15.8885 6.76903 16.3764M6.76903 16.3764L7.53789 16.8181M6.76903 16.3764C6.36655 16.1451 5.85175 16.3289 5.68871 16.7619L5.58059 17.0491C5.27608 17.8579 5.60384 18.7672 6.35554 19.1991L7.48794 19.8492C9.15893 20.8092 9.99445 21.2892 10.8066 21.4181C11.2777 21.4928 11.9947 21.3879 12.5301 21.2823C12.9932 21.1909 13.4787 21.2507 13.8875 21.4856L14.7829 22M8.66368 11.3441L3.66608 8.47296C3.02913 8.10703 2.8109 7.29659 3.17864 6.66279C3.54638 6.02899 4.36084 5.81183 4.99778 6.17776L12.6576 10.5781L12.1272 8.62052C11.8944 7.7616 12.4643 6.89441 13.3486 6.76177C14.0253 6.66028 14.6866 7.02665 14.9563 7.65249L16.8938 12.4376C17.2645 13.3531 18.141 14.2384 19 14.7319%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.36483 4.96661C8.76172 5.36225 10.4884 5.24811 11.1253 5.16867M8.36483 4.96661C7.96794 4.57096 7.95657 2.63892 8.03627 2.00404M8.36483 4.96661C9.38589 3.19838 13.4454 0.377828 17.4738 3.19838C19.4205 4.56137 19.6952 5.42033 20.003 5.99576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.12586 10.4608L6.68196 11.2259C6.19164 12.071 6.48262 13.1515 7.33188 13.6394M7.33188 13.6394L8.10074 14.0812M7.33188 13.6394C6.90725 13.3955 6.36427 13.5403 6.11911 13.9628C5.62879 14.8079 5.91977 15.8885 6.76903 16.3764M6.76903 16.3764L7.53789 16.8181M6.76903 16.3764C6.36655 16.1451 5.85175 16.3289 5.68871 16.7619L5.58059 17.0491C5.27608 17.8579 5.60384 18.7672 6.35554 19.1991L7.48794 19.8492C9.15893 20.8092 9.99445 21.2892 10.8066 21.4181C11.2777 21.4928 11.9947 21.3879 12.5301 21.2823C12.9932 21.1909 13.4787 21.2507 13.8875 21.4856L14.7829 22M8.66368 11.3441L3.66608 8.47296C3.02913 8.10703 2.8109 7.29659 3.17864 6.66279C3.54638 6.02899 4.36084 5.81183 4.99778 6.17776L12.6576 10.5781L12.1272 8.62052C11.8944 7.7616 12.4643 6.89441 13.3486 6.76177C14.0253 6.66028 14.6866 7.02665 14.9563 7.65249L16.8938 12.4376C17.2645 13.3531 18.141 14.2384 19 14.7319%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.36483 4.96661C8.76172 5.36225 10.4884 5.24811 11.1253 5.16867M8.36483 4.96661C7.96794 4.57096 7.95657 2.63892 8.03627 2.00404M8.36483 4.96661C9.38589 3.19838 13.4454 0.377828 17.4738 3.19838C19.4205 4.56137 19.6952 5.42033 20.003 5.99576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-rotate-left-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.1493 11.9214C4.52613 11.5674 3.72316 11.7884 3.35581 12.4152C2.98845 13.0419 3.19583 13.837 3.81899 14.1911L5.32343 15.0459M5.1493 11.9214L3.64485 11.0666C3.02169 10.7125 2.81432 9.91742 3.18167 9.29066C3.54903 8.66391 4.352 8.44286 4.97516 8.79694L6.1034 9.43821M5.1493 11.9214L9.28652 14.2722M5.32343 15.0459C4.70027 14.6919 3.8973 14.9129 3.52995 15.5397C3.16259 16.1664 3.36996 16.9615 3.99313 17.3156L8.63196 19.9514C10.2668 20.8803 11.0842 21.3447 11.8818 21.464C12.3445 21.5333 13.0506 21.4235 13.5781 21.3147C14.0344 21.2206 14.5113 21.275 14.9113 21.5023L15.7874 22M5.32343 15.0459L8.70844 16.9693M6.1034 9.43821C5.48061 9.084 5.27344 8.28912 5.6407 7.66253C6.00806 7.03577 6.81103 6.81473 7.43419 7.1688L13.7994 10.7853L13.2953 8.86473C13.0741 8.02206 13.6423 7.1639 14.5132 7.02534C15.1796 6.91931 15.8267 7.27361 16.0865 7.88669L17.9491 12.5754C18.3055 13.4725 19.1596 14.3351 20 14.8127M6.1034 9.43821L9.86452 11.5753%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.36483 4.96661C9.76172 5.36225 11.4884 5.24811 12.1253 5.16867M9.36483 4.96661C8.96794 4.57096 8.95657 2.63892 9.03627 2.00404M9.36483 4.96661C10.3859 3.19838 14.4454 0.377827 18.4738 3.19838C20.4205 4.56137 20.6952 5.42033 21.003 5.99576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.1493 11.9214C4.52613 11.5674 3.72316 11.7884 3.35581 12.4152C2.98845 13.0419 3.19583 13.837 3.81899 14.1911L5.32343 15.0459M5.1493 11.9214L3.64485 11.0666C3.02169 10.7125 2.81432 9.91742 3.18167 9.29066C3.54903 8.66391 4.352 8.44286 4.97516 8.79694L6.1034 9.43821M5.1493 11.9214L9.28652 14.2722M5.32343 15.0459C4.70027 14.6919 3.8973 14.9129 3.52995 15.5397C3.16259 16.1664 3.36996 16.9615 3.99313 17.3156L8.63196 19.9514C10.2668 20.8803 11.0842 21.3447 11.8818 21.464C12.3445 21.5333 13.0506 21.4235 13.5781 21.3147C14.0344 21.2206 14.5113 21.275 14.9113 21.5023L15.7874 22M5.32343 15.0459L8.70844 16.9693M6.1034 9.43821C5.48061 9.084 5.27344 8.28912 5.6407 7.66253C6.00806 7.03577 6.81103 6.81473 7.43419 7.1688L13.7994 10.7853L13.2953 8.86473C13.0741 8.02206 13.6423 7.1639 14.5132 7.02534C15.1796 6.91931 15.8267 7.27361 16.0865 7.88669L17.9491 12.5754C18.3055 13.4725 19.1596 14.3351 20 14.8127M6.1034 9.43821L9.86452 11.5753%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.36483 4.96661C9.76172 5.36225 11.4884 5.24811 12.1253 5.16867M9.36483 4.96661C8.96794 4.57096 8.95657 2.63892 9.03627 2.00404M9.36483 4.96661C10.3859 3.19838 14.4454 0.377827 18.4738 3.19838C20.4205 4.56137 20.6952 5.42033 21.003 5.99576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-rotate-left-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.28499 11.0623L3.57549 8.48058C2.96088 8.05283 2.81566 7.20494 3.25113 6.58676C3.6866 5.96858 4.53786 5.81421 5.15247 6.24196L12.5715 11.4053L13.1526 11.7994L13.1217 9.26018C13.1217 8.35008 13.9143 7.64204 14.8207 7.74254C15.5142 7.81944 16.0677 8.35486 16.1664 9.04423L16.8086 13.5307C16.9543 14.5489 17.0272 15.058 16.9907 15.5467C16.9349 16.2922 16.6945 17.0122 16.2908 17.642C16.0263 18.0548 15.6619 18.4185 14.9332 19.1458L13.3974 20.6784C11.8766 22.1962 9.4949 22.4346 7.70237 21.2484L4.40881 19.069L4.03786 18.8108C3.42325 18.3831 3.27803 17.5352 3.7135 16.917C4.14897 16.2988 5.00023 16.1444 5.61484 16.5722L5.98579 16.8304M7.28499 11.0623L8.39784 11.8368M7.28499 11.0623C6.67038 10.6345 5.81913 10.7889 5.38366 11.4071C4.94818 12.0253 5.09341 12.8731 5.70802 13.3009L6.44992 13.8172M6.44992 13.8172L6.82087 14.0754M6.44992 13.8172C5.83531 13.3895 4.98405 13.5439 4.54858 14.162C4.11311 14.7802 4.25833 15.6281 4.87294 16.0559L5.24389 16.314%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.36483 4.96661C9.76172 5.36225 11.4884 5.24811 12.1253 5.16867M9.36483 4.96661C8.96794 4.57096 8.95657 2.63892 9.03627 2.00404M9.36483 4.96661C10.3859 3.19838 14.4454 0.377827 18.4738 3.19838C20.4205 4.56137 20.6952 5.42033 21.003 5.99576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.28499 11.0623L3.57549 8.48058C2.96088 8.05283 2.81566 7.20494 3.25113 6.58676C3.6866 5.96858 4.53786 5.81421 5.15247 6.24196L12.5715 11.4053L13.1526 11.7994L13.1217 9.26018C13.1217 8.35008 13.9143 7.64204 14.8207 7.74254C15.5142 7.81944 16.0677 8.35486 16.1664 9.04423L16.8086 13.5307C16.9543 14.5489 17.0272 15.058 16.9907 15.5467C16.9349 16.2922 16.6945 17.0122 16.2908 17.642C16.0263 18.0548 15.6619 18.4185 14.9332 19.1458L13.3974 20.6784C11.8766 22.1962 9.4949 22.4346 7.70237 21.2484L4.40881 19.069L4.03786 18.8108C3.42325 18.3831 3.27803 17.5352 3.7135 16.917C4.14897 16.2988 5.00023 16.1444 5.61484 16.5722L5.98579 16.8304M7.28499 11.0623L8.39784 11.8368M7.28499 11.0623C6.67038 10.6345 5.81913 10.7889 5.38366 11.4071C4.94818 12.0253 5.09341 12.8731 5.70802 13.3009L6.44992 13.8172M6.44992 13.8172L6.82087 14.0754M6.44992 13.8172C5.83531 13.3895 4.98405 13.5439 4.54858 14.162C4.11311 14.7802 4.25833 15.6281 4.87294 16.0559L5.24389 16.314%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.36483 4.96661C9.76172 5.36225 11.4884 5.24811 12.1253 5.16867M9.36483 4.96661C8.96794 4.57096 8.95657 2.63892 9.03627 2.00404M9.36483 4.96661C10.3859 3.19838 14.4454 0.377827 18.4738 3.19838C20.4205 4.56137 20.6952 5.42033 21.003 5.99576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-rotate-left-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.51136 10.2684C5.93907 9.87338 5.79998 9.0959 6.20071 8.5318C6.60143 7.96771 7.39022 7.83062 7.96252 8.2256L13.4891 12.0399L14.4123 12.7116L14.3826 10.3009C14.3826 9.46258 15.122 8.81033 15.9673 8.90292C16.6142 8.97376 17.1304 9.46698 17.2225 10.102L17.8215 14.2349C17.9574 15.1729 18.0254 15.6418 17.9913 16.092C17.9393 16.7788 17.715 17.442 17.3385 18.0222C17.0918 18.4025 16.7519 18.7375 16.0722 19.4074L14.6771 20.7826C13.2419 22.1972 10.9879 22.4033 9.31319 21.2731L5.26659 18.5422L3.53954 17.3502C2.96724 16.9552 2.82816 16.1778 3.22888 15.6137C3.62961 15.0496 4.4184 14.9125 4.99069 15.3075M6.51136 10.2684L5.12972 9.31479C4.55742 8.91981 3.76863 9.0569 3.36791 9.62099C2.96718 10.1851 3.10627 10.9626 3.67856 11.3576L5.06021 12.3111M6.51136 10.2684L9.62006 12.4139M4.99069 15.3075L3.60905 14.3539C3.03675 13.9589 2.89767 13.1814 3.29839 12.6173C3.69912 12.0532 4.48791 11.9161 5.06021 12.3111M4.99069 15.3075L6.71775 16.4994M5.06021 12.3111L8.1689 14.4567%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.36483 4.96661C9.76172 5.36225 11.4884 5.24811 12.1253 5.16867M9.36483 4.96661C8.96794 4.57096 8.95657 2.63892 9.03627 2.00404M9.36483 4.96661C10.3859 3.19838 14.4454 0.377827 18.4738 3.19838C20.4205 4.56137 20.6952 5.42033 21.003 5.99576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.51136 10.2684C5.93907 9.87338 5.79998 9.0959 6.20071 8.5318C6.60143 7.96771 7.39022 7.83062 7.96252 8.2256L13.4891 12.0399L14.4123 12.7116L14.3826 10.3009C14.3826 9.46258 15.122 8.81033 15.9673 8.90292C16.6142 8.97376 17.1304 9.46698 17.2225 10.102L17.8215 14.2349C17.9574 15.1729 18.0254 15.6418 17.9913 16.092C17.9393 16.7788 17.715 17.442 17.3385 18.0222C17.0918 18.4025 16.7519 18.7375 16.0722 19.4074L14.6771 20.7826C13.2419 22.1972 10.9879 22.4033 9.31319 21.2731L5.26659 18.5422L3.53954 17.3502C2.96724 16.9552 2.82816 16.1778 3.22888 15.6137C3.62961 15.0496 4.4184 14.9125 4.99069 15.3075M6.51136 10.2684L5.12972 9.31479C4.55742 8.91981 3.76863 9.0569 3.36791 9.62099C2.96718 10.1851 3.10627 10.9626 3.67856 11.3576L5.06021 12.3111M6.51136 10.2684L9.62006 12.4139M4.99069 15.3075L3.60905 14.3539C3.03675 13.9589 2.89767 13.1814 3.29839 12.6173C3.69912 12.0532 4.48791 11.9161 5.06021 12.3111M4.99069 15.3075L6.71775 16.4994M5.06021 12.3111L8.1689 14.4567%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.36483 4.96661C9.76172 5.36225 11.4884 5.24811 12.1253 5.16867M9.36483 4.96661C8.96794 4.57096 8.95657 2.63892 9.03627 2.00404M9.36483 4.96661C10.3859 3.19838 14.4454 0.377827 18.4738 3.19838C20.4205 4.56137 20.6952 5.42033 21.003 5.99576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-rotate-right-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.97544 14.5634L4.62478 14.1702C5.18572 13.8477 5.62703 13.3531 5.88332 12.7598L8.30884 7.14487C8.39629 6.9424 8.51626 6.77357 8.66133 6.63459C9.30265 6.02023 10.4111 6.28042 10.9495 6.98604C11.9435 8.28885 10.6082 9.52245 10.8903 10.6087L18.6448 6.25433C20.4485 5.28214 22.0063 7.86492 20.2133 9.05805L15.6234 11.6083C16.5073 12.7614 18.7489 18.354 15.8764 20.0596C15.7131 20.1566 15.5321 20.2211 15.3505 20.2772C15.2337 20.3132 15.1169 20.3495 15.0009 20.3856C14.0993 20.6667 12.3945 21.0201 11.2263 20.9184C10.0102 20.8124 9.24811 21.4601 8.30887 22.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6522 4.47256C14.2549 4.869 12.5266 4.75463 11.8891 4.67502M14.6522 4.47256C15.0494 4.07612 15.0608 2.1402 14.981 1.50404M14.6522 4.47256C13.6301 2.70078 9.56667 -0.125433 5.53444 2.70078C3.58591 4.06651 3.31096 4.92719 3.00283 5.50378%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.97544 14.5634L4.62478 14.1702C5.18572 13.8477 5.62703 13.3531 5.88332 12.7598L8.30884 7.14487C8.39629 6.9424 8.51626 6.77357 8.66133 6.63459C9.30265 6.02023 10.4111 6.28042 10.9495 6.98604C11.9435 8.28885 10.6082 9.52245 10.8903 10.6087L18.6448 6.25433C20.4485 5.28214 22.0063 7.86492 20.2133 9.05805L15.6234 11.6083C16.5073 12.7614 18.7489 18.354 15.8764 20.0596C15.7131 20.1566 15.5321 20.2211 15.3505 20.2772C15.2337 20.3132 15.1169 20.3495 15.0009 20.3856C14.0993 20.6667 12.3945 21.0201 11.2263 20.9184C10.0102 20.8124 9.24811 21.4601 8.30887 22.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6522 4.47256C14.2549 4.869 12.5266 4.75463 11.8891 4.67502M14.6522 4.47256C15.0494 4.07612 15.0608 2.1402 14.981 1.50404M14.6522 4.47256C13.6301 2.70078 9.56667 -0.125433 5.53444 2.70078C3.58591 4.06651 3.31096 4.92719 3.00283 5.50378%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-rotate-right-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3586 8.72881L9.86171 11.352L17.9769 6.72291C18.7813 6.26404 19.8099 6.53635 20.2744 7.33113C20.7388 8.12592 20.4632 9.14221 19.6588 9.60108L15.2891 12.0937L16.3274 14.7774C17.0134 16.5008 17.3564 17.3624 17.3441 18.1142C17.3238 19.356 16.8742 20.5036 15.6477 21.2032C14.7934 21.6906 14.0984 21.8089 12.2621 22.1801C11.097 22.4157 10.5144 22.5335 9.97434 22.4917C9.08521 22.4229 8.24794 22.0508 7.60593 21.4392C7.21598 21.0677 6.91866 20.5589 6.32401 19.5413L5.81994 18.6787C5.02937 17.3258 4.63408 16.6494 4.53343 15.9039C4.51538 15.7702 4.50455 15.6356 4.50098 15.5008C4.48111 14.7489 4.76322 14.0193 5.32743 12.5599L7.15397 7.83562C7.43465 7.10964 8.18963 6.67521 8.96724 6.79222C9.90188 6.93286 10.5326 7.81068 10.3586 8.72881Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.1352 4.46661C14.7383 4.86225 13.0116 4.74811 12.3747 4.66867M15.1352 4.46661C15.5321 4.07096 15.5434 2.13892 15.4637 1.50404M15.1352 4.46661C14.1141 2.69838 10.0546 -0.122172 6.02617 2.69838C4.0795 4.06137 3.80481 4.92033 3.49698 5.49576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.3586 8.72881L9.86171 11.352L17.9769 6.72291C18.7813 6.26404 19.8099 6.53635 20.2744 7.33113C20.7388 8.12592 20.4632 9.14221 19.6588 9.60108L15.2891 12.0937L16.3274 14.7774C17.0134 16.5008 17.3564 17.3624 17.3441 18.1142C17.3238 19.356 16.8742 20.5036 15.6477 21.2032C14.7934 21.6906 14.0984 21.8089 12.2621 22.1801C11.097 22.4157 10.5144 22.5335 9.97434 22.4917C9.08521 22.4229 8.24794 22.0508 7.60593 21.4392C7.21598 21.0677 6.91866 20.5589 6.32401 19.5413L5.81994 18.6787C5.02937 17.3258 4.63408 16.6494 4.53343 15.9039C4.51538 15.7702 4.50455 15.6356 4.50098 15.5008C4.48111 14.7489 4.76322 14.0193 5.32743 12.5599L7.15397 7.83562C7.43465 7.10964 8.18963 6.67521 8.96724 6.79222C9.90188 6.93286 10.5326 7.81068 10.3586 8.72881Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.1352 4.46661C14.7383 4.86225 13.0116 4.74811 12.3747 4.66867M15.1352 4.46661C15.5321 4.07096 15.5434 2.13892 15.4637 1.50404M15.1352 4.46661C14.1141 2.69838 10.0546 -0.122172 6.02617 2.69838C4.0795 4.06137 3.80481 4.92033 3.49698 5.49576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-rotate-right-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.8741 10.4608L16.318 11.2259C16.8084 12.071 16.5174 13.1515 15.6681 13.6394M15.6681 13.6394L14.8993 14.0812M15.6681 13.6394C16.0928 13.3955 16.6357 13.5403 16.8809 13.9628C17.3712 14.8079 17.0802 15.8885 16.231 16.3764M16.231 16.3764L15.4621 16.8181M16.231 16.3764C16.6334 16.1451 17.1483 16.3289 17.3113 16.7619L17.4194 17.0491C17.7239 17.8579 17.3962 18.7672 16.6445 19.1991L15.5121 19.8492C13.8411 20.8092 13.0055 21.2892 12.1934 21.4181C11.7223 21.4928 11.0053 21.3879 10.4699 21.2823C10.0068 21.1909 9.52133 21.2507 9.11247 21.4856L8.21708 22M14.3363 11.3441L19.3339 8.47296C19.9709 8.10703 20.1891 7.29659 19.8214 6.66279C19.4536 6.02899 18.6392 5.81183 18.0022 6.17776L10.3424 10.5781L10.8728 8.62052C11.1056 7.7616 10.5357 6.89441 9.65139 6.76177C8.97474 6.66028 8.31344 7.02665 8.04366 7.65249L6.10619 12.4376C5.7355 13.3531 4.85903 14.2384 4 14.7319%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6352 4.96661C14.2383 5.36225 12.5116 5.24811 11.8747 5.16867M14.6352 4.96661C15.0321 4.57096 15.0434 2.63892 14.9637 2.00404M14.6352 4.96661C13.6141 3.19838 9.55455 0.377828 5.52617 3.19838C3.5795 4.56137 3.30481 5.42033 2.99698 5.99576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.8741 10.4608L16.318 11.2259C16.8084 12.071 16.5174 13.1515 15.6681 13.6394M15.6681 13.6394L14.8993 14.0812M15.6681 13.6394C16.0928 13.3955 16.6357 13.5403 16.8809 13.9628C17.3712 14.8079 17.0802 15.8885 16.231 16.3764M16.231 16.3764L15.4621 16.8181M16.231 16.3764C16.6334 16.1451 17.1483 16.3289 17.3113 16.7619L17.4194 17.0491C17.7239 17.8579 17.3962 18.7672 16.6445 19.1991L15.5121 19.8492C13.8411 20.8092 13.0055 21.2892 12.1934 21.4181C11.7223 21.4928 11.0053 21.3879 10.4699 21.2823C10.0068 21.1909 9.52133 21.2507 9.11247 21.4856L8.21708 22M14.3363 11.3441L19.3339 8.47296C19.9709 8.10703 20.1891 7.29659 19.8214 6.66279C19.4536 6.02899 18.6392 5.81183 18.0022 6.17776L10.3424 10.5781L10.8728 8.62052C11.1056 7.7616 10.5357 6.89441 9.65139 6.76177C8.97474 6.66028 8.31344 7.02665 8.04366 7.65249L6.10619 12.4376C5.7355 13.3531 4.85903 14.2384 4 14.7319%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6352 4.96661C14.2383 5.36225 12.5116 5.24811 11.8747 5.16867M14.6352 4.96661C15.0321 4.57096 15.0434 2.63892 14.9637 2.00404M14.6352 4.96661C13.6141 3.19838 9.55455 0.377828 5.52617 3.19838C3.5795 4.56137 3.30481 5.42033 2.99698 5.99576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-rotate-right-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.8507 11.9214C19.4739 11.5674 20.2768 11.7884 20.6442 12.4152C21.0115 13.0419 20.8042 13.837 20.181 14.1911L18.6766 15.0459M18.8507 11.9214L20.3551 11.0666C20.9783 10.7125 21.1857 9.91742 20.8183 9.29066C20.451 8.66391 19.648 8.44286 19.0248 8.79694L17.8966 9.43821M18.8507 11.9214L14.7135 14.2722M18.6766 15.0459C19.2997 14.6919 20.1027 14.9129 20.4701 15.5397C20.8374 16.1664 20.63 16.9615 20.0069 17.3156L15.368 19.9514C13.7332 20.8803 12.9158 21.3447 12.1182 21.464C11.6555 21.5333 10.9494 21.4235 10.4219 21.3147C9.9656 21.2206 9.48867 21.275 9.08866 21.5023L8.21264 22M18.6766 15.0459L15.2916 16.9693M17.8966 9.43821C18.5194 9.084 18.7266 8.28912 18.3593 7.66253C17.9919 7.03577 17.189 6.81473 16.5658 7.1688L10.2006 10.7853L10.7047 8.86473C10.9259 8.02206 10.3577 7.1639 9.48677 7.02534C8.82037 6.91931 8.17326 7.27361 7.91354 7.88669L6.05089 12.5754C5.69452 13.4725 4.84044 14.3351 4 14.8127M17.8966 9.43821L14.1355 11.5753%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6352 4.96661C14.2383 5.36225 12.5116 5.24811 11.8747 5.16867M14.6352 4.96661C15.0321 4.57096 15.0434 2.63892 14.9637 2.00404M14.6352 4.96661C13.6141 3.19838 9.55455 0.377828 5.52617 3.19838C3.5795 4.56137 3.30481 5.42033 2.99698 5.99576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.8507 11.9214C19.4739 11.5674 20.2768 11.7884 20.6442 12.4152C21.0115 13.0419 20.8042 13.837 20.181 14.1911L18.6766 15.0459M18.8507 11.9214L20.3551 11.0666C20.9783 10.7125 21.1857 9.91742 20.8183 9.29066C20.451 8.66391 19.648 8.44286 19.0248 8.79694L17.8966 9.43821M18.8507 11.9214L14.7135 14.2722M18.6766 15.0459C19.2997 14.6919 20.1027 14.9129 20.4701 15.5397C20.8374 16.1664 20.63 16.9615 20.0069 17.3156L15.368 19.9514C13.7332 20.8803 12.9158 21.3447 12.1182 21.464C11.6555 21.5333 10.9494 21.4235 10.4219 21.3147C9.9656 21.2206 9.48867 21.275 9.08866 21.5023L8.21264 22M18.6766 15.0459L15.2916 16.9693M17.8966 9.43821C18.5194 9.084 18.7266 8.28912 18.3593 7.66253C17.9919 7.03577 17.189 6.81473 16.5658 7.1688L10.2006 10.7853L10.7047 8.86473C10.9259 8.02206 10.3577 7.1639 9.48677 7.02534C8.82037 6.91931 8.17326 7.27361 7.91354 7.88669L6.05089 12.5754C5.69452 13.4725 4.84044 14.3351 4 14.8127M17.8966 9.43821L14.1355 11.5753%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6352 4.96661C14.2383 5.36225 12.5116 5.24811 11.8747 5.16867M14.6352 4.96661C15.0321 4.57096 15.0434 2.63892 14.9637 2.00404M14.6352 4.96661C13.6141 3.19838 9.55455 0.377828 5.52617 3.19838C3.5795 4.56137 3.30481 5.42033 2.99698 5.99576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-rotate-right-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.715 11.0623L20.4245 8.48058C21.0391 8.05283 21.1843 7.20494 20.7489 6.58676C20.3134 5.96858 19.4621 5.81421 18.8475 6.24196L11.4285 11.4053L10.8474 11.7994L10.8783 9.26018C10.8783 8.35008 10.0857 7.64204 9.17932 7.74254C8.48582 7.81944 7.93231 8.35486 7.83363 9.04423L7.19141 13.5307C7.04567 14.5489 6.97279 15.058 7.00933 15.5467C7.06506 16.2922 7.30555 17.0122 7.70918 17.642C7.97374 18.0548 8.3381 18.4185 9.06684 19.1458L10.6026 20.6784C12.1234 22.1962 14.5051 22.4346 16.2976 21.2484L19.5912 19.069L19.9621 18.8108C20.5768 18.3831 20.722 17.5352 20.2865 16.917C19.851 16.2988 18.9998 16.1444 18.3852 16.5722L18.0142 16.8304M16.715 11.0623L15.6022 11.8368M16.715 11.0623C17.3296 10.6345 18.1809 10.7889 18.6163 11.4071C19.0518 12.0253 18.9066 12.8731 18.292 13.3009L17.5501 13.8172M17.5501 13.8172L17.1791 14.0754M17.5501 13.8172C18.1647 13.3895 19.016 13.5439 19.4514 14.162C19.8869 14.7802 19.7417 15.6281 19.1271 16.0559L18.7561 16.314%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6352 4.96661C14.2383 5.36225 12.5116 5.24811 11.8747 5.16867M14.6352 4.96661C15.0321 4.57096 15.0434 2.63892 14.9637 2.00404M14.6352 4.96661C13.6141 3.19838 9.55455 0.377828 5.52617 3.19838C3.5795 4.56137 3.30481 5.42033 2.99698 5.99576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.715 11.0623L20.4245 8.48058C21.0391 8.05283 21.1843 7.20494 20.7489 6.58676C20.3134 5.96858 19.4621 5.81421 18.8475 6.24196L11.4285 11.4053L10.8474 11.7994L10.8783 9.26018C10.8783 8.35008 10.0857 7.64204 9.17932 7.74254C8.48582 7.81944 7.93231 8.35486 7.83363 9.04423L7.19141 13.5307C7.04567 14.5489 6.97279 15.058 7.00933 15.5467C7.06506 16.2922 7.30555 17.0122 7.70918 17.642C7.97374 18.0548 8.3381 18.4185 9.06684 19.1458L10.6026 20.6784C12.1234 22.1962 14.5051 22.4346 16.2976 21.2484L19.5912 19.069L19.9621 18.8108C20.5768 18.3831 20.722 17.5352 20.2865 16.917C19.851 16.2988 18.9998 16.1444 18.3852 16.5722L18.0142 16.8304M16.715 11.0623L15.6022 11.8368M16.715 11.0623C17.3296 10.6345 18.1809 10.7889 18.6163 11.4071C19.0518 12.0253 18.9066 12.8731 18.292 13.3009L17.5501 13.8172M17.5501 13.8172L17.1791 14.0754M17.5501 13.8172C18.1647 13.3895 19.016 13.5439 19.4514 14.162C19.8869 14.7802 19.7417 15.6281 19.1271 16.0559L18.7561 16.314%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6352 4.96661C14.2383 5.36225 12.5116 5.24811 11.8747 5.16867M14.6352 4.96661C15.0321 4.57096 15.0434 2.63892 14.9637 2.00404M14.6352 4.96661C13.6141 3.19838 9.55455 0.377828 5.52617 3.19838C3.5795 4.56137 3.30481 5.42033 2.99698 5.99576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-rotate-right-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4886 10.2684C18.0609 9.87338 18.2 9.0959 17.7993 8.5318C17.3986 7.96771 16.6098 7.83062 16.0375 8.2256L10.5109 12.0399L9.58769 12.7116L9.61737 10.3009C9.61737 9.46258 8.87804 8.81033 8.03269 8.90292C7.38585 8.97376 6.86957 9.46698 6.77754 10.102L6.17853 14.2349C6.04259 15.1729 5.97462 15.6418 6.0087 16.092C6.06068 16.7788 6.28499 17.442 6.66146 18.0222C6.90822 18.4025 7.24807 18.7375 7.92777 19.4074L9.32295 20.7826C10.7581 22.1972 13.0121 22.4033 14.6868 21.2731L18.7334 18.5422L20.4605 17.3502C21.0328 16.9552 21.1718 16.1778 20.7711 15.6137C20.3704 15.0496 19.5816 14.9125 19.0093 15.3075M17.4886 10.2684L18.8703 9.31479C19.4426 8.91981 20.2314 9.0569 20.6321 9.62099C21.0328 10.1851 20.8937 10.9626 20.3214 11.3576L18.9398 12.3111M17.4886 10.2684L14.3799 12.4139M19.0093 15.3075L20.391 14.3539C20.9632 13.9589 21.1023 13.1814 20.7016 12.6173C20.3009 12.0532 19.5121 11.9161 18.9398 12.3111M19.0093 15.3075L17.2823 16.4994M18.9398 12.3111L15.8311 14.4567%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6352 4.96661C14.2383 5.36225 12.5116 5.24811 11.8747 5.16867M14.6352 4.96661C15.0321 4.57096 15.0434 2.63892 14.9637 2.00404M14.6352 4.96661C13.6141 3.19838 9.55455 0.377828 5.52617 3.19838C3.5795 4.56137 3.30481 5.42033 2.99698 5.99576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4886 10.2684C18.0609 9.87338 18.2 9.0959 17.7993 8.5318C17.3986 7.96771 16.6098 7.83062 16.0375 8.2256L10.5109 12.0399L9.58769 12.7116L9.61737 10.3009C9.61737 9.46258 8.87804 8.81033 8.03269 8.90292C7.38585 8.97376 6.86957 9.46698 6.77754 10.102L6.17853 14.2349C6.04259 15.1729 5.97462 15.6418 6.0087 16.092C6.06068 16.7788 6.28499 17.442 6.66146 18.0222C6.90822 18.4025 7.24807 18.7375 7.92777 19.4074L9.32295 20.7826C10.7581 22.1972 13.0121 22.4033 14.6868 21.2731L18.7334 18.5422L20.4605 17.3502C21.0328 16.9552 21.1718 16.1778 20.7711 15.6137C20.3704 15.0496 19.5816 14.9125 19.0093 15.3075M17.4886 10.2684L18.8703 9.31479C19.4426 8.91981 20.2314 9.0569 20.6321 9.62099C21.0328 10.1851 20.8937 10.9626 20.3214 11.3576L18.9398 12.3111M17.4886 10.2684L14.3799 12.4139M19.0093 15.3075L20.391 14.3539C20.9632 13.9589 21.1023 13.1814 20.7016 12.6173C20.3009 12.0532 19.5121 11.9161 18.9398 12.3111M19.0093 15.3075L17.2823 16.4994M18.9398 12.3111L15.8311 14.4567%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6352 4.96661C14.2383 5.36225 12.5116 5.24811 11.8747 5.16867M14.6352 4.96661C15.0321 4.57096 15.0434 2.63892 14.9637 2.00404M14.6352 4.96661C13.6141 3.19838 9.55455 0.377828 5.52617 3.19838C3.5795 4.56137 3.30481 5.42033 2.99698 5.99576%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-shaka-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.329 5.95241L10.5 8.14663C11.8897 8.14663 12.5845 8.14663 13.1133 8.36021C14.0353 8.73264 14.7191 9.5491 14.9405 10.542C15.0675 11.1113 14.9644 11.8179 14.7583 13.2311L14 17.4011H19.25C20.2165 17.4011 21 18.2067 21 19.2005C21 20.1943 20.2165 21 19.25 21H11.0505C8.20258 21 6.7786 21 5.69477 20.4208C4.78184 19.9329 4.03745 19.1673 3.56312 18.2282C3 17.1134 3 15.6488 3 12.7195C3 11.1625 3 10.384 3.25654 9.68332C3.33566 9.46725 3.43232 9.25841 3.54552 9.05902C3.91257 8.41248 4.50018 7.92155 5.67536 6.93972L9.91166 3.40042C10.5469 2.86973 11.4559 2.86619 12.095 3.39191C12.8631 4.02379 12.9692 5.18442 12.329 5.95241Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.329 5.95241L10.5 8.14663C11.8897 8.14663 12.5845 8.14663 13.1133 8.36021C14.0353 8.73264 14.7191 9.5491 14.9405 10.542C15.0675 11.1113 14.9644 11.8179 14.7583 13.2311L14 17.4011H19.25C20.2165 17.4011 21 18.2067 21 19.2005C21 20.1943 20.2165 21 19.25 21H11.0505C8.20258 21 6.7786 21 5.69477 20.4208C4.78184 19.9329 4.03745 19.1673 3.56312 18.2282C3 17.1134 3 15.6488 3 12.7195C3 11.1625 3 10.384 3.25654 9.68332C3.33566 9.46725 3.43232 9.25841 3.54552 9.05902C3.91257 8.41248 4.50018 7.92155 5.67536 6.93972L9.91166 3.40042C10.5469 2.86973 11.4559 2.86619 12.095 3.39191C12.8631 4.02379 12.9692 5.18442 12.329 5.95241Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-shaka-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.7116 11.671L15.6393 13.5C15.6393 12.1103 15.6393 11.4155 15.4376 10.8867C15.0858 9.96466 14.3147 9.28087 13.377 9.05945C12.8393 8.93248 12.172 9.03555 10.8373 9.2417L6.899 10V4.75C6.899 3.7835 6.13811 3 5.1995 3C4.26089 3 3.5 3.7835 3.5 4.75V13.1795C3.5 15.8106 3.5 17.1261 3.98274 18.1435C4.47679 19.1846 5.31535 20.0232 6.35655 20.5173C7.37391 21 8.68944 21 11.3205 21C12.791 21 13.5263 21 14.188 20.7435C14.392 20.6643 14.5893 20.5677 14.7776 20.4545C15.3882 20.0874 15.8519 19.4998 16.7792 18.3246L20.1218 14.0883C20.623 13.4531 20.6264 12.5441 20.1299 11.905C19.5331 11.1369 18.4369 11.0308 17.7116 11.671Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.7116 11.671L15.6393 13.5C15.6393 12.1103 15.6393 11.4155 15.4376 10.8867C15.0858 9.96466 14.3147 9.28087 13.377 9.05945C12.8393 8.93248 12.172 9.03555 10.8373 9.2417L6.899 10V4.75C6.899 3.7835 6.13811 3 5.1995 3C4.26089 3 3.5 3.7835 3.5 4.75V13.1795C3.5 15.8106 3.5 17.1261 3.98274 18.1435C4.47679 19.1846 5.31535 20.0232 6.35655 20.5173C7.37391 21 8.68944 21 11.3205 21C12.791 21 13.5263 21 14.188 20.7435C14.392 20.6643 14.5893 20.5677 14.7776 20.4545C15.3882 20.0874 15.8519 19.4998 16.7792 18.3246L20.1218 14.0883C20.623 13.4531 20.6264 12.5441 20.1299 11.905C19.5331 11.1369 18.4369 11.0308 17.7116 11.671Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-shaka-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0002 16.4885C14.8286 16.4885 15.5002 15.8175 15.5002 14.9898C15.5002 14.1621 14.8286 13.4911 14.0002 13.4911M14.0002 16.4885L20.1172 17.7347C20.9142 17.8629 21.5002 18.5502 21.5002 19.3568C21.5002 20.3551 20.6164 21.1227 19.6269 20.9837L10.8333 19.486C10.8333 19.486 7.81555 19.1582 6.95041 18.8274C5.28774 18.4177 4.26744 17.4877 2.5 17.4877M14.0002 16.4885H12.0002C11.1717 16.4885 10.5002 15.8175 10.5002 14.9898C10.5002 14.1621 11.1717 13.4911 12.0002 13.4911H12.5001M15.0002 10.4936C15.8283 10.4933 16.4995 9.82241 16.4995 8.9949C16.4995 8.16718 15.828 7.49618 14.9995 7.49618L13.0002 7.49639C12.1717 7.49639 11.5002 8.16739 11.5002 8.99511C11.5002 9.82284 12.1717 10.4938 13.0002 10.4938M15.0002 10.4936L13.0002 10.4938M15.0002 10.4936H14.5002C15.3286 10.4936 16.0002 11.1646 16.0002 11.9924C16.0002 12.8201 15.3286 13.4911 14.5002 13.4911H12.5001M13.0002 10.4938L12.5002 10.4938C11.6718 10.4937 11.0002 11.1647 11.0002 11.9924C11.0002 12.8201 11.6717 13.4911 12.5001 13.4911M11.0377 7.49618L12.6631 5.87725C13.3763 5.16693 13.3112 3.99687 12.5237 3.36934C11.9211 2.88917 11.0686 2.87591 10.4513 3.33709L5.85304 6.93373C4.97328 7.62186 3.61728 7.99575 2.5 7.99575%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0002 16.4885C14.8286 16.4885 15.5002 15.8175 15.5002 14.9898C15.5002 14.1621 14.8286 13.4911 14.0002 13.4911M14.0002 16.4885L20.1172 17.7347C20.9142 17.8629 21.5002 18.5502 21.5002 19.3568C21.5002 20.3551 20.6164 21.1227 19.6269 20.9837L10.8333 19.486C10.8333 19.486 7.81555 19.1582 6.95041 18.8274C5.28774 18.4177 4.26744 17.4877 2.5 17.4877M14.0002 16.4885H12.0002C11.1717 16.4885 10.5002 15.8175 10.5002 14.9898C10.5002 14.1621 11.1717 13.4911 12.0002 13.4911H12.5001M15.0002 10.4936C15.8283 10.4933 16.4995 9.82241 16.4995 8.9949C16.4995 8.16718 15.828 7.49618 14.9995 7.49618L13.0002 7.49639C12.1717 7.49639 11.5002 8.16739 11.5002 8.99511C11.5002 9.82284 12.1717 10.4938 13.0002 10.4938M15.0002 10.4936L13.0002 10.4938M15.0002 10.4936H14.5002C15.3286 10.4936 16.0002 11.1646 16.0002 11.9924C16.0002 12.8201 15.3286 13.4911 14.5002 13.4911H12.5001M13.0002 10.4938L12.5002 10.4938C11.6718 10.4937 11.0002 11.1647 11.0002 11.9924C11.0002 12.8201 11.6717 13.4911 12.5001 13.4911M11.0377 7.49618L12.6631 5.87725C13.3763 5.16693 13.3112 3.99687 12.5237 3.36934C11.9211 2.88917 11.0686 2.87591 10.4513 3.33709L5.85304 6.93373C4.97328 7.62186 3.61728 7.99575 2.5 7.99575%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-shaka-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.51147 10C7.51147 9.17162 8.18247 8.50004 9.01019 8.50004C9.83792 8.50004 10.5089 9.17162 10.5089 10M7.51147 10L6.2653 3.88298C6.1371 3.08598 5.44981 2.5 4.64324 2.5C3.64488 2.5 2.87728 3.38384 3.01631 4.37332L4.51402 13.1669C4.51402 13.1669 4.8418 16.1847 5.17257 17.0498C5.57664 18.6894 6.51232 19.7414 6.51232 21.5002M7.51147 10V12C7.51147 12.8285 8.18247 13.5 9.01019 13.5C9.83792 13.5 10.5089 12.8285 10.5089 12V11.5001M13.5064 9.00004C13.5067 8.17191 14.1776 7.50068 15.0051 7.50068C15.8328 7.50068 16.5038 8.17226 16.5038 9.00068L16.5036 11C16.5036 11.8285 15.8326 12.5 15.0049 12.5C14.1772 12.5 13.5062 11.8285 13.5062 11M13.5064 9.00004L13.5062 11M13.5064 9.00004V9.50004C13.5064 8.67162 12.8354 8.00004 12.0076 8.00004C11.1799 8.00004 10.5089 8.67162 10.5089 9.50004V11.5001M13.5062 11L13.5062 11.5C13.5063 12.3284 12.8353 13 12.0076 13C11.1799 13 10.5089 12.3285 10.5089 11.5001M16.5038 12.9625L18.1227 11.3371C18.8331 10.6239 20.0031 10.689 20.6307 11.4765C21.1108 12.0791 21.1241 12.9316 20.6629 13.549L17.0663 18.1472C16.3781 19.0269 16.0042 20.3829 16.0042 21.5002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.51147 10C7.51147 9.17162 8.18247 8.50004 9.01019 8.50004C9.83792 8.50004 10.5089 9.17162 10.5089 10M7.51147 10L6.2653 3.88298C6.1371 3.08598 5.44981 2.5 4.64324 2.5C3.64488 2.5 2.87728 3.38384 3.01631 4.37332L4.51402 13.1669C4.51402 13.1669 4.8418 16.1847 5.17257 17.0498C5.57664 18.6894 6.51232 19.7414 6.51232 21.5002M7.51147 10V12C7.51147 12.8285 8.18247 13.5 9.01019 13.5C9.83792 13.5 10.5089 12.8285 10.5089 12V11.5001M13.5064 9.00004C13.5067 8.17191 14.1776 7.50068 15.0051 7.50068C15.8328 7.50068 16.5038 8.17226 16.5038 9.00068L16.5036 11C16.5036 11.8285 15.8326 12.5 15.0049 12.5C14.1772 12.5 13.5062 11.8285 13.5062 11M13.5064 9.00004L13.5062 11M13.5064 9.00004V9.50004C13.5064 8.67162 12.8354 8.00004 12.0076 8.00004C11.1799 8.00004 10.5089 8.67162 10.5089 9.50004V11.5001M13.5062 11L13.5062 11.5C13.5063 12.3284 12.8353 13 12.0076 13C11.1799 13 10.5089 12.3285 10.5089 11.5001M16.5038 12.9625L18.1227 11.3371C18.8331 10.6239 20.0031 10.689 20.6307 11.4765C21.1108 12.0791 21.1241 12.9316 20.6629 13.549L17.0663 18.1472C16.3781 19.0269 16.0042 20.3829 16.0042 21.5002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-sign-language-c{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 21V14.3936C4 11.7663 4 10.4526 4.35874 9.30431C4.86959 7.66915 6.67366 5.92189 8.07257 4.90417C8.96802 4.25272 9.81367 3.99439 11.8656 3.29139C12.193 3.17921 12.3568 3.12312 12.653 3.06783C12.9492 3.01253 13.0208 3.00972 13.164 3.00409C13.5303 2.98969 13.981 3.00996 14.4588 3.11939C14.802 3.19799 15.1425 3.32672 15.8236 3.58417L17.7348 4.36953C18.4651 4.66967 18.8346 5.48739 18.5771 6.23385C18.3041 7.02521 17.433 7.43653 16.6485 7.14453M10.1089 8C10.1089 8 12.7243 6.70713 13.7702 6.57906C14.3505 6.508 15.0351 6.64817 15.7358 6.8626L16.6485 7.14453M12 21C12.3237 19.6659 13.7962 18.9617 14.1179 18.8222C14.1208 18.821 14.1222 18.8204 14.1602 18.8051C14.1983 18.7899 14.2136 18.7842 14.2444 18.7728C15.0617 18.4705 16.2171 17.9148 16.7268 17.5L19.5607 15.6506C20.1896 15.1388 19.8804 14.3849 19.3133 14.0088C17.4785 12.7921 15.719 13.853 14.0259 14.6951C12.5527 15.4278 10.6179 14.3622 10.6179 12.7238C10.6179 10.4887 14.1046 9.45724 15.8849 10.1656L18.0793 10.8095C18.8889 11.0471 19.7378 10.5779 19.9513 9.77491C20.1441 9.04982 19.7492 8.29863 19.0358 8.03307L16.6485 7.14453%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 21V14.3936C4 11.7663 4 10.4526 4.35874 9.30431C4.86959 7.66915 6.67366 5.92189 8.07257 4.90417C8.96802 4.25272 9.81367 3.99439 11.8656 3.29139C12.193 3.17921 12.3568 3.12312 12.653 3.06783C12.9492 3.01253 13.0208 3.00972 13.164 3.00409C13.5303 2.98969 13.981 3.00996 14.4588 3.11939C14.802 3.19799 15.1425 3.32672 15.8236 3.58417L17.7348 4.36953C18.4651 4.66967 18.8346 5.48739 18.5771 6.23385C18.3041 7.02521 17.433 7.43653 16.6485 7.14453M10.1089 8C10.1089 8 12.7243 6.70713 13.7702 6.57906C14.3505 6.508 15.0351 6.64817 15.7358 6.8626L16.6485 7.14453M12 21C12.3237 19.6659 13.7962 18.9617 14.1179 18.8222C14.1208 18.821 14.1222 18.8204 14.1602 18.8051C14.1983 18.7899 14.2136 18.7842 14.2444 18.7728C15.0617 18.4705 16.2171 17.9148 16.7268 17.5L19.5607 15.6506C20.1896 15.1388 19.8804 14.3849 19.3133 14.0088C17.4785 12.7921 15.719 13.853 14.0259 14.6951C12.5527 15.4278 10.6179 14.3622 10.6179 12.7238C10.6179 10.4887 14.1046 9.45724 15.8849 10.1656L18.0793 10.8095C18.8889 11.0471 19.7378 10.5779 19.9513 9.77491C20.1441 9.04982 19.7492 8.29863 19.0358 8.03307L16.6485 7.14453%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-down-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 8V2M18.5 8C17.7998 8 16.4915 6.0057 16 5.5M18.5 8C19.2002 8 20.5085 6.0057 21 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.83456 22L7.83456 21.0513C7.83456 20.4058 7.62586 19.7775 7.2394 19.2595L3.58181 14.3566C3.15997 13.7911 2.82305 13.0896 3.10155 12.4419C3.5524 11.3935 4.82434 10.7124 6.38119 12.2843L7.97841 13.9937L7.97841 3.57057C8.03462 1.52742 11.3226 1.42614 11.4632 3.57057L11.4632 9.5106C12.9433 9.31946 19.9152 10.3629 18.899 14.7831C18.8507 14.9931 18.8026 15.2063 18.7555 15.4165C18.5498 16.3353 17.942 17.9727 17.2717 18.93C16.5739 19.9266 16.8201 20.9192 16.8201 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 8V2M18.5 8C17.7998 8 16.4915 6.0057 16 5.5M18.5 8C19.2002 8 20.5085 6.0057 21 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.83456 22L7.83456 21.0513C7.83456 20.4058 7.62586 19.7775 7.2394 19.2595L3.58181 14.3566C3.15997 13.7911 2.82305 13.0896 3.10155 12.4419C3.5524 11.3935 4.82434 10.7124 6.38119 12.2843L7.97841 13.9937L7.97841 3.57057C8.03462 1.52742 11.3226 1.42614 11.4632 3.57057L11.4632 9.5106C12.9433 9.31946 19.9152 10.3629 18.899 14.7831C18.8507 14.9931 18.8026 15.2063 18.7555 15.4165C18.5498 16.3353 17.942 17.9727 17.2717 18.93C16.5739 19.9266 16.8201 20.9192 16.8201 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-down-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 8V2M18.5 8C17.7998 8 16.4915 6.0057 16 5.5M18.5 8C19.2002 8 20.5085 6.0057 21 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.3915 21.996C15.3398 20.082 15.4687 19.8516 15.6054 19.4258C15.7421 19 16.6984 17.4646 17.0368 16.3675C18.1315 12.8183 17.1112 12.0633 15.7509 11.0568C14.2424 9.94062 11.3971 9.37533 9.98598 9.49771V3.74425C9.98598 2.78093 9.20505 2 8.24173 2C7.27841 2 6.49748 2.78093 6.49748 3.74425V9.96412M6.49799 21.9968V20.9835C6.43353 20.0391 5.49554 18.9215 4.32696 17.3147C3.12534 15.5741 2.86712 14.6953 3.05615 13.8829C3.15353 13.4675 3.40618 12.7812 4.64672 11.6085L6.49748 9.96412M6.49748 14.0304V9.96412%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 8V2M18.5 8C17.7998 8 16.4915 6.0057 16 5.5M18.5 8C19.2002 8 20.5085 6.0057 21 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.3915 21.996C15.3398 20.082 15.4687 19.8516 15.6054 19.4258C15.7421 19 16.6984 17.4646 17.0368 16.3675C18.1315 12.8183 17.1112 12.0633 15.7509 11.0568C14.2424 9.94062 11.3971 9.37533 9.98598 9.49771V3.74425C9.98598 2.78093 9.20505 2 8.24173 2C7.27841 2 6.49748 2.78093 6.49748 3.74425V9.96412M6.49799 21.9968V20.9835C6.43353 20.0391 5.49554 18.9215 4.32696 17.3147C3.12534 15.5741 2.86712 14.6953 3.05615 13.8829C3.15353 13.4675 3.40618 12.7812 4.64672 11.6085L6.49748 9.96412M6.49748 14.0304V9.96412%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-down-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.87124 12.671L8.00514 14.5V4.75C8.00514 3.7835 8.78864 3 9.75514 3C10.7216 3 11.5051 3.7835 11.5051 4.75V10L14.493 10.4776C16.4216 10.7669 17.386 10.9115 18.0652 11.3184C19.1872 11.9906 20 13 20 14.4736C20 15.5 19.7463 16.1886 19.1296 18.0387C18.7383 19.2127 18.5426 19.7996 18.2236 20.2643C17.6983 21.0293 16.9233 21.5878 16.0315 21.8442C15.4898 22 14.8711 22 13.6336 22H12.5847C10.9395 22 10.1169 22 9.38462 21.6981C9.25329 21.644 9.12494 21.5829 9.00012 21.5151C8.30405 21.1371 7.78533 20.4987 6.74791 19.2219L3.38941 15.0883C2.87331 14.4531 2.86987 13.5441 3.38114 12.905C3.99565 12.1369 5.12437 12.0308 5.87124 12.671Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 8L18.5 2M18.5 8C17.7998 8 16.4915 6.0057 16 5.5M18.5 8C19.2002 8 20.5085 6.0057 21 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.87124 12.671L8.00514 14.5V4.75C8.00514 3.7835 8.78864 3 9.75514 3C10.7216 3 11.5051 3.7835 11.5051 4.75V10L14.493 10.4776C16.4216 10.7669 17.386 10.9115 18.0652 11.3184C19.1872 11.9906 20 13 20 14.4736C20 15.5 19.7463 16.1886 19.1296 18.0387C18.7383 19.2127 18.5426 19.7996 18.2236 20.2643C17.6983 21.0293 16.9233 21.5878 16.0315 21.8442C15.4898 22 14.8711 22 13.6336 22H12.5847C10.9395 22 10.1169 22 9.38462 21.6981C9.25329 21.644 9.12494 21.5829 9.00012 21.5151C8.30405 21.1371 7.78533 20.4987 6.74791 19.2219L3.38941 15.0883C2.87331 14.4531 2.86987 13.5441 3.38114 12.905C3.99565 12.1369 5.12437 12.0308 5.87124 12.671Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 8L18.5 2M18.5 8C17.7998 8 16.4915 6.0057 16 5.5M18.5 8C19.2002 8 20.5085 6.0057 21 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-down-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.41601 14.5V11M6.41601 11V4.75C6.41601 3.7835 7.19951 3 8.16601 3C9.1325 3 9.91601 3.7835 9.91601 4.75V10L12.993 10.4776C14.9216 10.7669 15.886 10.9115 16.5652 11.3184C17.6872 11.9906 18.5 13 18.5 14.4736C18.5 15.5 18.2463 16.1886 17.6296 18.0387C17.2383 19.2127 17.0426 19.7996 16.7236 20.2643C16.1983 21.0293 15.4233 21.5878 14.5315 21.8442C13.9898 22 13.3711 22 12.1336 22H10.7287C8.94422 22 8.05198 22 7.28584 21.6651C6.9397 21.5137 6.61674 21.3141 6.32659 21.0722C5.68438 20.5367 5.28536 19.7387 4.48731 18.1426C3.84015 16.8483 3.51657 16.2011 3.50083 15.5302C3.49373 15.2276 3.53246 14.9256 3.61571 14.6346C3.80031 13.9894 4.27678 13.4448 5.2297 12.3558L6.41601 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8L18 2M18 8C17.2998 8 15.9915 6.0057 15.5 5.5M18 8C18.7002 8 20.0085 6.0057 20.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.41601 14.5V11M6.41601 11V4.75C6.41601 3.7835 7.19951 3 8.16601 3C9.1325 3 9.91601 3.7835 9.91601 4.75V10L12.993 10.4776C14.9216 10.7669 15.886 10.9115 16.5652 11.3184C17.6872 11.9906 18.5 13 18.5 14.4736C18.5 15.5 18.2463 16.1886 17.6296 18.0387C17.2383 19.2127 17.0426 19.7996 16.7236 20.2643C16.1983 21.0293 15.4233 21.5878 14.5315 21.8442C13.9898 22 13.3711 22 12.1336 22H10.7287C8.94422 22 8.05198 22 7.28584 21.6651C6.9397 21.5137 6.61674 21.3141 6.32659 21.0722C5.68438 20.5367 5.28536 19.7387 4.48731 18.1426C3.84015 16.8483 3.51657 16.2011 3.50083 15.5302C3.49373 15.2276 3.53246 14.9256 3.61571 14.6346C3.80031 13.9894 4.27678 13.4448 5.2297 12.3558L6.41601 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8L18 2M18 8C17.2998 8 15.9915 6.0057 15.5 5.5M18 8C18.7002 8 20.0085 6.0057 20.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-down-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5004 8H11.5004C12.605 8 13.5004 8.89543 13.5004 10M13.5004 10V11M13.5004 10C13.5004 9.44772 13.9481 9 14.5004 9C15.605 9 16.5004 9.89543 16.5004 11M16.5004 11V12M16.5004 11C16.5004 10.4765 16.9705 10.0783 17.4868 10.1644L17.8292 10.2215C18.7936 10.3822 19.5004 11.2166 19.5004 12.1943L19.5 13.6668C19.5 15.8402 19.5 16.9269 19.1689 17.792C18.9769 18.2939 18.4703 18.9339 18.0652 19.3964C17.7148 19.7964 17.5 20.3038 17.5 20.8356V22.0002M10.5002 10V3.5C10.5002 2.67157 9.82864 2 9.00021 2C8.17178 2 7.50021 2.67157 7.50021 3.5L7.5 13.4624L5.8797 11.837C5.16877 11.1239 3.99772 11.1889 3.36965 11.9765C2.88907 12.5791 2.8758 13.4315 3.33738 14.0489L6.93707 18.6471C7.62579 19.5269 8 20.8829 8 22.0002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 8L18.5 2M18.5 8C17.7998 8 16.4915 6.0057 16 5.5M18.5 8C19.2002 8 20.5085 6.0057 21 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5004 8H11.5004C12.605 8 13.5004 8.89543 13.5004 10M13.5004 10V11M13.5004 10C13.5004 9.44772 13.9481 9 14.5004 9C15.605 9 16.5004 9.89543 16.5004 11M16.5004 11V12M16.5004 11C16.5004 10.4765 16.9705 10.0783 17.4868 10.1644L17.8292 10.2215C18.7936 10.3822 19.5004 11.2166 19.5004 12.1943L19.5 13.6668C19.5 15.8402 19.5 16.9269 19.1689 17.792C18.9769 18.2939 18.4703 18.9339 18.0652 19.3964C17.7148 19.7964 17.5 20.3038 17.5 20.8356V22.0002M10.5002 10V3.5C10.5002 2.67157 9.82864 2 9.00021 2C8.17178 2 7.50021 2.67157 7.50021 3.5L7.5 13.4624L5.8797 11.837C5.16877 11.1239 3.99772 11.1889 3.36965 11.9765C2.88907 12.5791 2.8758 13.4315 3.33738 14.0489L6.93707 18.6471C7.62579 19.5269 8 20.8829 8 22.0002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 8L18.5 2M18.5 8C17.7998 8 16.4915 6.0057 16 5.5M18.5 8C19.2002 8 20.5085 6.0057 21 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-down-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4942 7.99081V2M18.4942 7.99081C17.7942 7.99081 16.4864 5.99956 15.9951 5.49464M18.4942 7.99081C19.1941 7.99081 20.5019 5.99956 20.9933 5.49464%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.50599 13.4972V3.46817C6.50599 2.64654 7.17283 1.98047 7.99541 1.98047C8.818 1.98047 9.48484 2.64653 9.48484 3.46817V8.67026M9.48484 8.67026V10.9939M9.48484 8.67026C10.2897 7.55183 12.0923 7.92435 12.476 9.66321C12.4824 9.69208 12.4876 9.72116 12.4918 9.7504M12.5069 10.9899V9.98699C12.5069 9.90792 12.5029 9.82861 12.4918 9.7504M12.4918 9.7504C12.985 8.40004 15.496 8.90875 15.496 10.8433M15.496 10.8433V11.9893M15.496 10.8433C15.8999 9.35276 18.5518 10.3945 18.4943 12.1369V15.3154C18.4914 17.0414 18.2033 18.293 17.1771 19.3224C16.2291 20.4542 16.4521 21.0878 16.4285 21.9841M6.50599 8.97292C5.18705 10.1668 3.69007 11.7983 3.49895 12.1847C2.60963 13.5368 2.92592 14.5977 4.18974 16.3999C5.13028 17.7411 6.39175 19.2358 6.45784 19.3106C7.13044 20.072 6.99862 20.6782 6.99862 21.9731%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4942 7.99081V2M18.4942 7.99081C17.7942 7.99081 16.4864 5.99956 15.9951 5.49464M18.4942 7.99081C19.1941 7.99081 20.5019 5.99956 20.9933 5.49464%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.50599 13.4972V3.46817C6.50599 2.64654 7.17283 1.98047 7.99541 1.98047C8.818 1.98047 9.48484 2.64653 9.48484 3.46817V8.67026M9.48484 8.67026V10.9939M9.48484 8.67026C10.2897 7.55183 12.0923 7.92435 12.476 9.66321C12.4824 9.69208 12.4876 9.72116 12.4918 9.7504M12.5069 10.9899V9.98699C12.5069 9.90792 12.5029 9.82861 12.4918 9.7504M12.4918 9.7504C12.985 8.40004 15.496 8.90875 15.496 10.8433M15.496 10.8433V11.9893M15.496 10.8433C15.8999 9.35276 18.5518 10.3945 18.4943 12.1369V15.3154C18.4914 17.0414 18.2033 18.293 17.1771 19.3224C16.2291 20.4542 16.4521 21.0878 16.4285 21.9841M6.50599 8.97292C5.18705 10.1668 3.69007 11.7983 3.49895 12.1847C2.60963 13.5368 2.92592 14.5977 4.18974 16.3999C5.13028 17.7411 6.39175 19.2358 6.45784 19.3106C7.13044 20.072 6.99862 20.6782 6.99862 21.9731%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-down-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 12V14.6667C18.5 16.84 18.5 17.9267 18.1689 18.7918C17.6627 20.1148 16.6207 21.1601 15.3019 21.6679C14.4395 22 13.3562 22 11.1896 22C10.0534 22 9.4853 22 8.95658 21.8834C8.14995 21.7056 7.40001 21.3294 6.77419 20.7888C6.36398 20.4344 6.02311 19.9785 5.34137 19.0667L2.33738 15.0487C1.8758 14.4314 1.88907 13.5789 2.36965 12.9763C2.99772 12.1888 4.16877 12.1237 4.8797 12.8369L6.5 14.4623V4.5C6.5 3.67157 7.17157 3 8 3C8.82843 3 9.5 3.67157 9.5 4.5V8M9.5 8H10.5C11.6046 8 12.5 8.89543 12.5 10M9.5 8V11M12.5 10V11M12.5 10V9H13.5C14.6046 9 15.5 9.89543 15.5 11M15.5 11V12M15.5 11V10L16.8288 10.2215C17.7932 10.3822 18.5 11.2166 18.5 12.1943V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 8L19.5 2M19.5 8C18.7998 8 17.4915 6.0057 17 5.5M19.5 8C20.2002 8 21.5085 6.0057 22 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 12V14.6667C18.5 16.84 18.5 17.9267 18.1689 18.7918C17.6627 20.1148 16.6207 21.1601 15.3019 21.6679C14.4395 22 13.3562 22 11.1896 22C10.0534 22 9.4853 22 8.95658 21.8834C8.14995 21.7056 7.40001 21.3294 6.77419 20.7888C6.36398 20.4344 6.02311 19.9785 5.34137 19.0667L2.33738 15.0487C1.8758 14.4314 1.88907 13.5789 2.36965 12.9763C2.99772 12.1888 4.16877 12.1237 4.8797 12.8369L6.5 14.4623V4.5C6.5 3.67157 7.17157 3 8 3C8.82843 3 9.5 3.67157 9.5 4.5V8M9.5 8H10.5C11.6046 8 12.5 8.89543 12.5 10M9.5 8V11M12.5 10V11M12.5 10V9H13.5C14.6046 9 15.5 9.89543 15.5 11M15.5 11V12M15.5 11V10L16.8288 10.2215C17.7932 10.3822 18.5 11.2166 18.5 12.1943V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 8L19.5 2M19.5 8C18.7998 8 17.4915 6.0057 17 5.5M19.5 8C20.2002 8 21.5085 6.0057 22 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-down-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.488 7.98715V2M19.488 7.98715C18.7889 7.98715 17.4827 5.99712 16.9919 5.4925M19.488 7.98715C20.1871 7.98715 21.4933 5.99712 21.984 5.4925%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5221 14.453V9.98787M5.5221 9.98787V4.47087C5.5221 3.651 6.2065 2.99023 7.02778 2.99023C7.84907 2.99023 8.49623 3.651 8.49623 4.47087V8.46818M5.5221 9.98787C4.20526 11.1791 2.78822 12.684 2.59739 13.0695C1.70949 14.4187 1.80256 15.0719 2.79206 16.7229C3.6325 18.1251 4.76277 19.6813 4.82875 19.7559C5.50028 20.5157 5.36676 20.5158 6.3401 21.2292C7.20927 21.8314 9.01212 22.251 13.2386 21.8314C16.6818 21.3005 17.5067 18.3001 17.4888 16.8662V13.3253C17.7032 10.3823 16.471 10.2495 14.2335 9.95981M8.49623 8.46818V10.9926M8.49623 8.46818C9.05459 7.55918 11.0825 7.92653 11.4778 9.64304M11.5135 10.9886V9.98787C11.5135 9.90897 11.5095 9.82983 11.4984 9.75178M11.4778 9.64304C11.4794 9.65026 11.4811 9.65751 11.4827 9.66478C11.489 9.69358 11.4942 9.72261 11.4984 9.75178M11.4778 9.64304C11.4819 9.67802 11.4887 9.71427 11.4984 9.75178M11.4778 9.64304C11.3374 8.44663 14.3742 8.73828 14.4978 10.8424V11.9859%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.488 7.98715V2M19.488 7.98715C18.7889 7.98715 17.4827 5.99712 16.9919 5.4925M19.488 7.98715C20.1871 7.98715 21.4933 5.99712 21.984 5.4925%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5221 14.453V9.98787M5.5221 9.98787V4.47087C5.5221 3.651 6.2065 2.99023 7.02778 2.99023C7.84907 2.99023 8.49623 3.651 8.49623 4.47087V8.46818M5.5221 9.98787C4.20526 11.1791 2.78822 12.684 2.59739 13.0695C1.70949 14.4187 1.80256 15.0719 2.79206 16.7229C3.6325 18.1251 4.76277 19.6813 4.82875 19.7559C5.50028 20.5157 5.36676 20.5158 6.3401 21.2292C7.20927 21.8314 9.01212 22.251 13.2386 21.8314C16.6818 21.3005 17.5067 18.3001 17.4888 16.8662V13.3253C17.7032 10.3823 16.471 10.2495 14.2335 9.95981M8.49623 8.46818V10.9926M8.49623 8.46818C9.05459 7.55918 11.0825 7.92653 11.4778 9.64304M11.5135 10.9886V9.98787C11.5135 9.90897 11.5095 9.82983 11.4984 9.75178M11.4778 9.64304C11.4794 9.65026 11.4811 9.65751 11.4827 9.66478C11.489 9.69358 11.4942 9.72261 11.4984 9.75178M11.4778 9.64304C11.4819 9.67802 11.4887 9.71427 11.4984 9.75178M11.4778 9.64304C11.3374 8.44663 14.3742 8.73828 14.4978 10.8424V11.9859%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-left-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.3889 4.49902H21.3879M15.3889 4.49902C15.3889 3.79906 17.3829 2.49134 17.8885 2M15.3889 4.49902C15.3889 5.19898 17.3829 6.5067 17.8885 6.99804%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2752 21.9882C17.2235 20.0749 17.3524 19.8446 17.4891 19.419C17.6257 18.9933 18.5819 17.4585 18.9202 16.3619C20.0148 12.814 18.9946 12.0594 17.6345 11.0533C16.1263 9.93751 13.2814 9.37244 11.8705 9.49477V3.74357C11.8705 2.78062 11.0897 2 10.1266 2C9.16341 2 8.38262 2.78062 8.38262 3.74357V14.0031L6.32279 11.8236C5.68327 11.1302 4.65553 11.0599 3.9541 11.6907C3.2894 12.2885 3.1924 13.2952 3.73074 14.0089L5.02287 15.7218M8.25328 22L8.23375 20.9496C8.27669 19.7183 7.38084 18.9149 6.21246 17.3087C6.12828 17.193 6.04636 17.0811 5.9666 16.9729M5.9666 16.9729C5.6126 16.4924 5.30113 16.0831 5.02287 15.7218M5.9666 16.9729L7.13583 18.5229M5.9666 16.9729L5.02287 15.7218M5.02287 15.7218C4.45159 14.9801 4.02034 14.441 3.64857 13.9055%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.3889 4.49902H21.3879M15.3889 4.49902C15.3889 3.79906 17.3829 2.49134 17.8885 2M15.3889 4.49902C15.3889 5.19898 17.3829 6.5067 17.8885 6.99804%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2752 21.9882C17.2235 20.0749 17.3524 19.8446 17.4891 19.419C17.6257 18.9933 18.5819 17.4585 18.9202 16.3619C20.0148 12.814 18.9946 12.0594 17.6345 11.0533C16.1263 9.93751 13.2814 9.37244 11.8705 9.49477V3.74357C11.8705 2.78062 11.0897 2 10.1266 2C9.16341 2 8.38262 2.78062 8.38262 3.74357V14.0031L6.32279 11.8236C5.68327 11.1302 4.65553 11.0599 3.9541 11.6907C3.2894 12.2885 3.1924 13.2952 3.73074 14.0089L5.02287 15.7218M8.25328 22L8.23375 20.9496C8.27669 19.7183 7.38084 18.9149 6.21246 17.3087C6.12828 17.193 6.04636 17.0811 5.9666 16.9729M5.9666 16.9729C5.6126 16.4924 5.30113 16.0831 5.02287 15.7218M5.9666 16.9729L7.13583 18.5229M5.9666 16.9729L5.02287 15.7218M5.02287 15.7218C4.45159 14.9801 4.02034 14.441 3.64857 13.9055%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-left-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 4.5H21M15 4.5C15 3.79977 16.9943 2.49153 17.5 2M15 4.5C15 5.20023 16.9943 6.50847 17.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.3915 21.996C15.3398 20.082 15.4687 19.8516 15.6054 19.4258C15.7421 19 16.6984 17.4646 17.0368 16.3675C18.1315 12.8183 17.1112 12.0633 15.7509 11.0568C14.2424 9.94062 11.3971 9.37533 9.98598 9.49771V3.74425C9.98598 2.78093 9.20505 2 8.24173 2C7.27841 2 6.49748 2.78093 6.49748 3.74425V9.96412M6.49799 21.9968V20.9835C6.43353 20.0391 5.49554 18.9215 4.32696 17.3147C3.12534 15.5741 2.86712 14.6953 3.05615 13.8829C3.15353 13.4675 3.40618 12.7812 4.64672 11.6085L6.49748 9.96412M6.49748 14.0304V9.96412%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 4.5H21M15 4.5C15 3.79977 16.9943 2.49153 17.5 2M15 4.5C15 5.20023 16.9943 6.50847 17.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.3915 21.996C15.3398 20.082 15.4687 19.8516 15.6054 19.4258C15.7421 19 16.6984 17.4646 17.0368 16.3675C18.1315 12.8183 17.1112 12.0633 15.7509 11.0568C14.2424 9.94062 11.3971 9.37533 9.98598 9.49771V3.74425C9.98598 2.78093 9.20505 2 8.24173 2C7.27841 2 6.49748 2.78093 6.49748 3.74425V9.96412M6.49799 21.9968V20.9835C6.43353 20.0391 5.49554 18.9215 4.32696 17.3147C3.12534 15.5741 2.86712 14.6953 3.05615 13.8829C3.15353 13.4675 3.40618 12.7812 4.64672 11.6085L6.49748 9.96412M6.49748 14.0304V9.96412%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-left-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.87124 12.671L8.00514 14.5V4.75C8.00514 3.7835 8.78864 3 9.75514 3C10.7216 3 11.5051 3.7835 11.5051 4.75V10L14.493 10.4776C16.4216 10.7669 17.386 10.9115 18.0652 11.3184C19.1872 11.9906 20 13 20 14.4736C20 15.5 19.7463 16.1886 19.1296 18.0387C18.7383 19.2127 18.5426 19.7996 18.2236 20.2643C17.6983 21.0293 16.9233 21.5878 16.0315 21.8442C15.4898 22 14.8711 22 13.6336 22H12.5847C10.9395 22 10.1169 22 9.38462 21.6981C9.25329 21.644 9.12494 21.5829 9.00012 21.5151C8.30405 21.1371 7.78533 20.4987 6.74791 19.2219L3.38941 15.0883C2.87331 14.4531 2.86987 13.5441 3.38114 12.905C3.99565 12.1369 5.12437 12.0308 5.87124 12.671Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 4.5L21 4.5M15 4.5C15 3.79977 16.9943 2.49153 17.5 2M15 4.5C15 5.20023 16.9943 6.50847 17.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.87124 12.671L8.00514 14.5V4.75C8.00514 3.7835 8.78864 3 9.75514 3C10.7216 3 11.5051 3.7835 11.5051 4.75V10L14.493 10.4776C16.4216 10.7669 17.386 10.9115 18.0652 11.3184C19.1872 11.9906 20 13 20 14.4736C20 15.5 19.7463 16.1886 19.1296 18.0387C18.7383 19.2127 18.5426 19.7996 18.2236 20.2643C17.6983 21.0293 16.9233 21.5878 16.0315 21.8442C15.4898 22 14.8711 22 13.6336 22H12.5847C10.9395 22 10.1169 22 9.38462 21.6981C9.25329 21.644 9.12494 21.5829 9.00012 21.5151C8.30405 21.1371 7.78533 20.4987 6.74791 19.2219L3.38941 15.0883C2.87331 14.4531 2.86987 13.5441 3.38114 12.905C3.99565 12.1369 5.12437 12.0308 5.87124 12.671Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 4.5L21 4.5M15 4.5C15 3.79977 16.9943 2.49153 17.5 2M15 4.5C15 5.20023 16.9943 6.50847 17.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-left-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.41601 14.5V11M6.41601 11V4.75C6.41601 3.7835 7.19951 3 8.16601 3C9.1325 3 9.91601 3.7835 9.91601 4.75V10L12.993 10.4776C14.9216 10.7669 15.886 10.9115 16.5652 11.3184C17.6872 11.9906 18.5 13 18.5 14.4736C18.5 15.5 18.2463 16.1886 17.6296 18.0387C17.2383 19.2127 17.0426 19.7996 16.7236 20.2643C16.1983 21.0293 15.4233 21.5878 14.5315 21.8442C13.9898 22 13.3711 22 12.1336 22H10.7287C8.94422 22 8.05198 22 7.28584 21.6651C6.9397 21.5137 6.61674 21.3141 6.32659 21.0722C5.68438 20.5367 5.28536 19.7387 4.48731 18.1426C3.84015 16.8483 3.51657 16.2011 3.50083 15.5302C3.49373 15.2276 3.53246 14.9256 3.61571 14.6346C3.80031 13.9894 4.27678 13.4448 5.2297 12.3558L6.41601 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 4.5L20.5 4.5M14.5 4.5C14.5 3.79977 16.4943 2.49153 17 2M14.5 4.5C14.5 5.20023 16.4943 6.50847 17 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.41601 14.5V11M6.41601 11V4.75C6.41601 3.7835 7.19951 3 8.16601 3C9.1325 3 9.91601 3.7835 9.91601 4.75V10L12.993 10.4776C14.9216 10.7669 15.886 10.9115 16.5652 11.3184C17.6872 11.9906 18.5 13 18.5 14.4736C18.5 15.5 18.2463 16.1886 17.6296 18.0387C17.2383 19.2127 17.0426 19.7996 16.7236 20.2643C16.1983 21.0293 15.4233 21.5878 14.5315 21.8442C13.9898 22 13.3711 22 12.1336 22H10.7287C8.94422 22 8.05198 22 7.28584 21.6651C6.9397 21.5137 6.61674 21.3141 6.32659 21.0722C5.68438 20.5367 5.28536 19.7387 4.48731 18.1426C3.84015 16.8483 3.51657 16.2011 3.50083 15.5302C3.49373 15.2276 3.53246 14.9256 3.61571 14.6346C3.80031 13.9894 4.27678 13.4448 5.2297 12.3558L6.41601 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 4.5L20.5 4.5M14.5 4.5C14.5 3.79977 16.4943 2.49153 17 2M14.5 4.5C14.5 5.20023 16.4943 6.50847 17 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-left-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.50042 8H10.5004C11.605 8 12.5004 8.89543 12.5004 10M12.5004 10V11M12.5004 10C12.5004 9.44772 12.9481 9 13.5004 9C14.605 9 15.5004 9.89543 15.5004 11M15.5004 11V12M15.5004 11C15.5004 10.4765 15.9705 10.0783 16.4868 10.1644L16.8292 10.2215C17.7936 10.3822 18.5004 11.2166 18.5004 12.1943L18.5 13.6668C18.5 15.8402 18.5 16.9269 18.1689 17.792C17.9769 18.2939 17.4703 18.9339 17.0652 19.3964C16.7148 19.7964 16.5 20.3038 16.5 20.8356V22.0002M9.50021 10V3.5C9.50021 2.67157 8.82864 2 8.00021 2C7.17178 2 6.50021 2.67157 6.50021 3.5L6.5 13.4624L4.8797 11.837C4.16877 11.1239 2.99772 11.1889 2.36965 11.9765C1.88907 12.5791 1.8758 13.4315 2.33738 14.0489L5.93707 18.6471C6.62579 19.5269 7 20.8829 7 22.0002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 4.5L21 4.5M15 4.5C15 3.79977 16.9943 2.49153 17.5 2M15 4.5C15 5.20023 16.9943 6.50847 17.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.50042 8H10.5004C11.605 8 12.5004 8.89543 12.5004 10M12.5004 10V11M12.5004 10C12.5004 9.44772 12.9481 9 13.5004 9C14.605 9 15.5004 9.89543 15.5004 11M15.5004 11V12M15.5004 11C15.5004 10.4765 15.9705 10.0783 16.4868 10.1644L16.8292 10.2215C17.7936 10.3822 18.5004 11.2166 18.5004 12.1943L18.5 13.6668C18.5 15.8402 18.5 16.9269 18.1689 17.792C17.9769 18.2939 17.4703 18.9339 17.0652 19.3964C16.7148 19.7964 16.5 20.3038 16.5 20.8356V22.0002M9.50021 10V3.5C9.50021 2.67157 8.82864 2 8.00021 2C7.17178 2 6.50021 2.67157 6.50021 3.5L6.5 13.4624L4.8797 11.837C4.16877 11.1239 2.99772 11.1889 2.36965 11.9765C1.88907 12.5791 1.8758 13.4315 2.33738 14.0489L5.93707 18.6471C6.62579 19.5269 7 20.8829 7 22.0002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 4.5L21 4.5M15 4.5C15 3.79977 16.9943 2.49153 17.5 2M15 4.5C15 5.20023 16.9943 6.50847 17.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-left-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 4.5H21M15 4.5C15 3.79977 16.9943 2.49153 17.5 2M15 4.5C15 5.20023 16.9943 6.50847 17.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.51185 13.5147V3.48575C6.51185 2.66411 7.17868 1.99805 8.00127 1.99805C8.82386 1.99805 9.4907 2.66411 9.4907 3.48575V8.68783M9.4907 8.68783V11.0115M9.4907 8.68783C10.2956 7.56941 12.0982 7.94193 12.4819 9.68079C12.4883 9.70965 12.4934 9.73874 12.4976 9.76798M12.5127 11.0075V10.0046C12.5127 9.9255 12.5088 9.84619 12.4976 9.76798M12.4976 9.76798C12.9908 8.41762 15.2553 8.93261 15.5019 10.8609M15.5019 10.8609V12.0069M15.5019 10.8609C15.9058 9.37034 18.5576 10.4121 18.5002 12.1544V15.3329C18.4973 17.059 18.2091 18.3105 17.183 19.34C16.235 20.4718 16.458 21.1053 16.4344 22.0017M6.51185 8.9905C5.19291 10.1843 3.69593 11.8159 3.50481 12.2023C2.61549 13.5544 2.93178 14.6153 4.1956 16.4175C5.13614 17.7587 6.39761 19.2534 6.4637 19.3282C7.1363 20.0896 7.00448 20.6958 7.00448 21.9907%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 4.5H21M15 4.5C15 3.79977 16.9943 2.49153 17.5 2M15 4.5C15 5.20023 16.9943 6.50847 17.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.51185 13.5147V3.48575C6.51185 2.66411 7.17868 1.99805 8.00127 1.99805C8.82386 1.99805 9.4907 2.66411 9.4907 3.48575V8.68783M9.4907 8.68783V11.0115M9.4907 8.68783C10.2956 7.56941 12.0982 7.94193 12.4819 9.68079C12.4883 9.70965 12.4934 9.73874 12.4976 9.76798M12.5127 11.0075V10.0046C12.5127 9.9255 12.5088 9.84619 12.4976 9.76798M12.4976 9.76798C12.9908 8.41762 15.2553 8.93261 15.5019 10.8609M15.5019 10.8609V12.0069M15.5019 10.8609C15.9058 9.37034 18.5576 10.4121 18.5002 12.1544V15.3329C18.4973 17.059 18.2091 18.3105 17.183 19.34C16.235 20.4718 16.458 21.1053 16.4344 22.0017M6.51185 8.9905C5.19291 10.1843 3.69593 11.8159 3.50481 12.2023C2.61549 13.5544 2.93178 14.6153 4.1956 16.4175C5.13614 17.7587 6.39761 19.2534 6.4637 19.3282C7.1363 20.0896 7.00448 20.6958 7.00448 21.9907%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-left-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 12V14.6667C19.5 16.84 19.5 17.9267 19.1689 18.7918C18.6627 20.1148 17.6207 21.1601 16.3019 21.6679C15.4395 22 14.3562 22 12.1896 22C11.0534 22 10.4853 22 9.95658 21.8834C9.14995 21.7056 8.40001 21.3294 7.77419 20.7888C7.36398 20.4344 7.02311 19.9785 6.34137 19.0667L3.33738 15.0487C2.8758 14.4314 2.88907 13.5789 3.36965 12.9763C3.99772 12.1888 5.16877 12.1237 5.8797 12.8369L7.5 14.4623V4.5C7.5 3.67157 8.17157 3 9 3C9.82843 3 10.5 3.67157 10.5 4.5V8M10.5 8H11.5C12.6046 8 13.5 8.89543 13.5 10M10.5 8V11M13.5 10V11M13.5 10V9H14.5C15.6046 9 16.5 9.89543 16.5 11M16.5 11V12M16.5 11V10L17.8288 10.2215C18.7932 10.3822 19.5 11.2166 19.5 12.1943V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 4.5L21 4.5M15 4.5C15 3.79977 16.9943 2.49153 17.5 2M15 4.5C15 5.20023 16.9943 6.50847 17.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 12V14.6667C19.5 16.84 19.5 17.9267 19.1689 18.7918C18.6627 20.1148 17.6207 21.1601 16.3019 21.6679C15.4395 22 14.3562 22 12.1896 22C11.0534 22 10.4853 22 9.95658 21.8834C9.14995 21.7056 8.40001 21.3294 7.77419 20.7888C7.36398 20.4344 7.02311 19.9785 6.34137 19.0667L3.33738 15.0487C2.8758 14.4314 2.88907 13.5789 3.36965 12.9763C3.99772 12.1888 5.16877 12.1237 5.8797 12.8369L7.5 14.4623V4.5C7.5 3.67157 8.17157 3 9 3C9.82843 3 10.5 3.67157 10.5 4.5V8M10.5 8H11.5C12.6046 8 13.5 8.89543 13.5 10M10.5 8V11M13.5 10V11M13.5 10V9H14.5C15.6046 9 16.5 9.89543 16.5 11M16.5 11V12M16.5 11V10L17.8288 10.2215C18.7932 10.3822 19.5 11.2166 19.5 12.1943V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 4.5L21 4.5M15 4.5C15 3.79977 16.9943 2.49153 17.5 2M15 4.5C15 5.20023 16.9943 6.50847 17.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-left-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0083 4.49698H20.9999M15.0083 4.49698C15.0083 3.7976 16.9998 2.49094 17.5048 2M15.0083 4.49698C15.0083 5.19637 16.9998 6.50303 17.5048 6.99397%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.53624 14.4462V9.97685M6.53624 9.97685V4.45468C6.53624 3.63404 7.22077 2.97266 8.04222 2.97266C8.86367 2.97266 9.51096 3.63404 9.51096 4.45468V8.45574M6.53624 9.97685C5.21914 11.1692 3.80181 12.6755 3.61094 13.0613C2.72287 14.4119 2.81595 15.0657 3.80565 16.7182C4.64626 18.1217 5.77675 19.6794 5.84275 19.7541C6.51441 20.5146 6.38087 20.5147 7.3544 21.2287C8.22374 21.8315 10.027 22.2515 14.2543 21.8315C17.6981 21.3001 18.5232 18.2969 18.5053 16.8617V13.3175C18.7198 10.3717 17.4873 10.2387 15.2494 9.94876M9.51096 8.45574V10.9825M9.51096 8.45574C10.0694 7.54589 12.0977 7.91358 12.4931 9.6317M12.5288 10.9785V9.97685C12.5288 9.89788 12.5249 9.81866 12.5137 9.74054M12.4931 9.6317C12.4947 9.63893 12.4964 9.64618 12.498 9.65346C12.5043 9.68229 12.5095 9.71134 12.5137 9.74054M12.4931 9.6317C12.4972 9.66671 12.504 9.70299 12.5137 9.74054M12.4931 9.6317C12.3527 8.43417 15.3901 8.72609 15.5138 10.8321V11.9768%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0083 4.49698H20.9999M15.0083 4.49698C15.0083 3.7976 16.9998 2.49094 17.5048 2M15.0083 4.49698C15.0083 5.19637 16.9998 6.50303 17.5048 6.99397%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.53624 14.4462V9.97685M6.53624 9.97685V4.45468C6.53624 3.63404 7.22077 2.97266 8.04222 2.97266C8.86367 2.97266 9.51096 3.63404 9.51096 4.45468V8.45574M6.53624 9.97685C5.21914 11.1692 3.80181 12.6755 3.61094 13.0613C2.72287 14.4119 2.81595 15.0657 3.80565 16.7182C4.64626 18.1217 5.77675 19.6794 5.84275 19.7541C6.51441 20.5146 6.38087 20.5147 7.3544 21.2287C8.22374 21.8315 10.027 22.2515 14.2543 21.8315C17.6981 21.3001 18.5232 18.2969 18.5053 16.8617V13.3175C18.7198 10.3717 17.4873 10.2387 15.2494 9.94876M9.51096 8.45574V10.9825M9.51096 8.45574C10.0694 7.54589 12.0977 7.91358 12.4931 9.6317M12.5288 10.9785V9.97685C12.5288 9.89788 12.5249 9.81866 12.5137 9.74054M12.4931 9.6317C12.4947 9.63893 12.4964 9.64618 12.498 9.65346C12.5043 9.68229 12.5095 9.71134 12.5137 9.74054M12.4931 9.6317C12.4972 9.66671 12.504 9.70299 12.5137 9.74054M12.4931 9.6317C12.3527 8.43417 15.3901 8.72609 15.5138 10.8321V11.9768%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-left-09{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8654 9.68476L11.7434 4.76072C11.8889 3.94488 11.338 3.16689 10.513 3.02304C9.68807 2.87918 8.90138 3.42394 8.75591 4.23978L7 14.0879L6.85439 14.8511L4.88875 12.8372C4.17559 12.124 3.00086 12.1891 2.37081 12.9766C1.88873 13.5792 1.87541 14.4317 2.33844 15.049L5.35188 19.067C6.03575 19.9788 6.3777 20.4347 6.7892 20.7891C7.41699 21.3297 8.16928 21.7058 8.97845 21.8837C9.50883 22.0003 10.0787 22.0003 11.2185 22.0003H13.6206C15.9993 22.0003 18.0487 20.3245 18.521 17.9932L19.3889 13.7096L19.4767 13.2172C19.6222 12.4014 19.0713 11.6234 18.2463 11.4795C17.4214 11.3357 16.6347 11.8804 16.4892 12.6963L16.4014 13.1887M10.8654 9.68476L10.6021 11.162M10.8654 9.68476C11.0109 8.86892 11.7976 8.32417 12.6226 8.46802C13.4475 8.61188 13.9984 9.38986 13.8529 10.2057L13.6773 11.1905M13.6773 11.1905L13.5895 11.6829M13.6773 11.1905C13.8228 10.3747 14.6095 9.82992 15.4345 9.97377C16.2594 10.1176 16.8103 10.8956 16.6648 11.7115L16.577 12.2039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 4.5H22M15.5 4.5C15.5 3.79977 17.4943 2.49153 18 2M15.5 4.5C15.5 5.20023 17.4943 6.50847 18 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8654 9.68476L11.7434 4.76072C11.8889 3.94488 11.338 3.16689 10.513 3.02304C9.68807 2.87918 8.90138 3.42394 8.75591 4.23978L7 14.0879L6.85439 14.8511L4.88875 12.8372C4.17559 12.124 3.00086 12.1891 2.37081 12.9766C1.88873 13.5792 1.87541 14.4317 2.33844 15.049L5.35188 19.067C6.03575 19.9788 6.3777 20.4347 6.7892 20.7891C7.41699 21.3297 8.16928 21.7058 8.97845 21.8837C9.50883 22.0003 10.0787 22.0003 11.2185 22.0003H13.6206C15.9993 22.0003 18.0487 20.3245 18.521 17.9932L19.3889 13.7096L19.4767 13.2172C19.6222 12.4014 19.0713 11.6234 18.2463 11.4795C17.4214 11.3357 16.6347 11.8804 16.4892 12.6963L16.4014 13.1887M10.8654 9.68476L10.6021 11.162M10.8654 9.68476C11.0109 8.86892 11.7976 8.32417 12.6226 8.46802C13.4475 8.61188 13.9984 9.38986 13.8529 10.2057L13.6773 11.1905M13.6773 11.1905L13.5895 11.6829M13.6773 11.1905C13.8228 10.3747 14.6095 9.82992 15.4345 9.97377C16.2594 10.1176 16.8103 10.8956 16.6648 11.7115L16.577 12.2039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 4.5H22M15.5 4.5C15.5 3.79977 17.4943 2.49153 18 2M15.5 4.5C15.5 5.20023 17.4943 6.50847 18 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-right-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 4.49905H15M21 4.49905C21 3.79909 19.0057 2.49134 18.5 2M21 4.49905C21 5.19901 19.0057 6.50675 18.5 6.9981%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8932 21.9884C16.8415 20.0751 16.9704 19.8448 17.1071 19.4191C17.2438 18.9935 18.2001 17.4587 18.5385 16.3621C19.6332 12.8141 18.6129 12.0595 17.2526 11.0534C15.7441 9.93759 12.8988 9.37252 11.4877 9.49486V3.74359C11.4877 2.78063 10.7067 2 9.74341 2C8.78009 2 7.99916 2.78063 7.99916 3.74359V14.0032L5.93899 11.8238C5.29937 11.1303 4.27146 11.06 3.56992 11.6908C2.90511 12.2886 2.80809 13.2953 3.34652 14.009L4.63886 15.722M7.8698 22.0002L7.85027 20.9498C7.89321 19.7185 6.99722 18.9151 5.82864 17.3089C5.74445 17.1931 5.66252 17.0813 5.58275 16.973M5.58275 16.973C5.22869 16.4926 4.91716 16.0832 4.63886 15.722M5.58275 16.973L6.75217 18.5231M5.58275 16.973L4.63886 15.722M4.63886 15.722C4.06749 14.9802 3.63617 14.4412 3.26433 13.9056%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 4.49905H15M21 4.49905C21 3.79909 19.0057 2.49134 18.5 2M21 4.49905C21 5.19901 19.0057 6.50675 18.5 6.9981%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8932 21.9884C16.8415 20.0751 16.9704 19.8448 17.1071 19.4191C17.2438 18.9935 18.2001 17.4587 18.5385 16.3621C19.6332 12.8141 18.6129 12.0595 17.2526 11.0534C15.7441 9.93759 12.8988 9.37252 11.4877 9.49486V3.74359C11.4877 2.78063 10.7067 2 9.74341 2C8.78009 2 7.99916 2.78063 7.99916 3.74359V14.0032L5.93899 11.8238C5.29937 11.1303 4.27146 11.06 3.56992 11.6908C2.90511 12.2886 2.80809 13.2953 3.34652 14.009L4.63886 15.722M7.8698 22.0002L7.85027 20.9498C7.89321 19.7185 6.99722 18.9151 5.82864 17.3089C5.74445 17.1931 5.66252 17.0813 5.58275 16.973M5.58275 16.973C5.22869 16.4926 4.91716 16.0832 4.63886 15.722M5.58275 16.973L6.75217 18.5231M5.58275 16.973L4.63886 15.722M4.63886 15.722C4.06749 14.9802 3.63617 14.4412 3.26433 13.9056%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-right-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 4.5H15M21 4.5C21 3.79977 19.0057 2.49153 18.5 2M21 4.5C21 5.20023 19.0057 6.50847 18.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.3915 21.998C15.3398 20.084 15.4687 19.8535 15.6054 19.4277C15.7421 19.002 16.6984 17.4665 17.0368 16.3695C18.1315 12.8202 17.1112 12.0653 15.7509 11.0588C14.2424 9.94257 11.3971 9.37728 9.98598 9.49966V3.7462C9.98598 2.78288 9.20505 2.00195 8.24173 2.00195C7.27841 2.00195 6.49748 2.78288 6.49748 3.7462V9.96607M6.49799 21.9988V20.9854C6.43353 20.041 5.49554 18.9235 4.32696 17.3166C3.12534 15.576 2.86712 14.6973 3.05615 13.8848C3.15353 13.4694 3.40618 12.7832 4.64672 11.6104L6.49748 9.96607M6.49748 14.0323V9.96607%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 4.5H15M21 4.5C21 3.79977 19.0057 2.49153 18.5 2M21 4.5C21 5.20023 19.0057 6.50847 18.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.3915 21.998C15.3398 20.084 15.4687 19.8535 15.6054 19.4277C15.7421 19.002 16.6984 17.4665 17.0368 16.3695C18.1315 12.8202 17.1112 12.0653 15.7509 11.0588C14.2424 9.94257 11.3971 9.37728 9.98598 9.49966V3.7462C9.98598 2.78288 9.20505 2.00195 8.24173 2.00195C7.27841 2.00195 6.49748 2.78288 6.49748 3.7462V9.96607M6.49799 21.9988V20.9854C6.43353 20.041 5.49554 18.9235 4.32696 17.3166C3.12534 15.576 2.86712 14.6973 3.05615 13.8848C3.15353 13.4694 3.40618 12.7832 4.64672 11.6104L6.49748 9.96607M6.49748 14.0323V9.96607%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-right-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.87124 12.671L8.00514 14.5V4.75C8.00514 3.7835 8.78864 3 9.75514 3C10.7216 3 11.5051 3.7835 11.5051 4.75V10L14.493 10.4776C16.4216 10.7669 17.386 10.9115 18.0652 11.3184C19.1872 11.9906 20 13 20 14.4736C20 15.5 19.7463 16.1886 19.1296 18.0387C18.7383 19.2127 18.5426 19.7996 18.2236 20.2643C17.6983 21.0293 16.9233 21.5878 16.0315 21.8442C15.4898 22 14.8711 22 13.6336 22H12.5847C10.9395 22 10.1169 22 9.38462 21.6981C9.25329 21.644 9.12494 21.5829 9.00012 21.5151C8.30405 21.1371 7.78533 20.4987 6.74791 19.2219L3.38941 15.0883C2.87331 14.4531 2.86987 13.5441 3.38114 12.905C3.99565 12.1369 5.12437 12.0308 5.87124 12.671Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 4.5L15 4.5M21 4.5C21 3.79977 19.0057 2.49153 18.5 2M21 4.5C21 5.20023 19.0057 6.50847 18.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.87124 12.671L8.00514 14.5V4.75C8.00514 3.7835 8.78864 3 9.75514 3C10.7216 3 11.5051 3.7835 11.5051 4.75V10L14.493 10.4776C16.4216 10.7669 17.386 10.9115 18.0652 11.3184C19.1872 11.9906 20 13 20 14.4736C20 15.5 19.7463 16.1886 19.1296 18.0387C18.7383 19.2127 18.5426 19.7996 18.2236 20.2643C17.6983 21.0293 16.9233 21.5878 16.0315 21.8442C15.4898 22 14.8711 22 13.6336 22H12.5847C10.9395 22 10.1169 22 9.38462 21.6981C9.25329 21.644 9.12494 21.5829 9.00012 21.5151C8.30405 21.1371 7.78533 20.4987 6.74791 19.2219L3.38941 15.0883C2.87331 14.4531 2.86987 13.5441 3.38114 12.905C3.99565 12.1369 5.12437 12.0308 5.87124 12.671Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 4.5L15 4.5M21 4.5C21 3.79977 19.0057 2.49153 18.5 2M21 4.5C21 5.20023 19.0057 6.50847 18.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-right-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.41601 14.5V11M6.41601 11V4.75C6.41601 3.7835 7.19951 3 8.16601 3C9.1325 3 9.91601 3.7835 9.91601 4.75V10L12.993 10.4776C14.9216 10.7669 15.886 10.9115 16.5652 11.3184C17.6872 11.9906 18.5 13 18.5 14.4736C18.5 15.5 18.2463 16.1886 17.6296 18.0387C17.2383 19.2127 17.0426 19.7996 16.7236 20.2643C16.1983 21.0293 15.4233 21.5878 14.5315 21.8442C13.9898 22 13.3711 22 12.1336 22H10.7287C8.94422 22 8.05198 22 7.28584 21.6651C6.9397 21.5137 6.61674 21.3141 6.32659 21.0722C5.68438 20.5367 5.28536 19.7387 4.48731 18.1426C3.84015 16.8483 3.51657 16.2011 3.50083 15.5302C3.49373 15.2276 3.53246 14.9256 3.61571 14.6346C3.80031 13.9894 4.27678 13.4448 5.2297 12.3558L6.41601 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 4.5L14.5 4.5M20.5 4.5C20.5 3.79977 18.5057 2.49153 18 2M20.5 4.5C20.5 5.20023 18.5057 6.50847 18 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.41601 14.5V11M6.41601 11V4.75C6.41601 3.7835 7.19951 3 8.16601 3C9.1325 3 9.91601 3.7835 9.91601 4.75V10L12.993 10.4776C14.9216 10.7669 15.886 10.9115 16.5652 11.3184C17.6872 11.9906 18.5 13 18.5 14.4736C18.5 15.5 18.2463 16.1886 17.6296 18.0387C17.2383 19.2127 17.0426 19.7996 16.7236 20.2643C16.1983 21.0293 15.4233 21.5878 14.5315 21.8442C13.9898 22 13.3711 22 12.1336 22H10.7287C8.94422 22 8.05198 22 7.28584 21.6651C6.9397 21.5137 6.61674 21.3141 6.32659 21.0722C5.68438 20.5367 5.28536 19.7387 4.48731 18.1426C3.84015 16.8483 3.51657 16.2011 3.50083 15.5302C3.49373 15.2276 3.53246 14.9256 3.61571 14.6346C3.80031 13.9894 4.27678 13.4448 5.2297 12.3558L6.41601 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 4.5L14.5 4.5M20.5 4.5C20.5 3.79977 18.5057 2.49153 18 2M20.5 4.5C20.5 5.20023 18.5057 6.50847 18 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-right-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0004 8H11.0004C12.105 8 13.0004 8.89543 13.0004 10M13.0004 10V11M13.0004 10C13.0004 9.44772 13.4481 9 14.0004 9C15.105 9 16.0004 9.89543 16.0004 11M16.0004 11V12M16.0004 11C16.0004 10.4765 16.4705 10.0783 16.9868 10.1644L17.3292 10.2215C18.2936 10.3822 19.0004 11.2166 19.0004 12.1943L19 13.6668C19 15.8402 19 16.9269 18.6689 17.792C18.4769 18.2939 17.9703 18.9339 17.5652 19.3964C17.2148 19.7964 17 20.3038 17 20.8356V22.0002M10.0002 10V3.5C10.0002 2.67157 9.32864 2 8.50021 2C7.67178 2 7.00021 2.67157 7.00021 3.5L7 13.4624L5.3797 11.837C4.66877 11.1239 3.49772 11.1889 2.86965 11.9765C2.38907 12.5791 2.3758 13.4315 2.83738 14.0489L6.43707 18.6471C7.12579 19.5269 7.5 20.8829 7.5 22.0002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 4.5L15.5 4.5M21.5 4.5C21.5 3.79977 19.5057 2.49153 19 2M21.5 4.5C21.5 5.20023 19.5057 6.50847 19 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0004 8H11.0004C12.105 8 13.0004 8.89543 13.0004 10M13.0004 10V11M13.0004 10C13.0004 9.44772 13.4481 9 14.0004 9C15.105 9 16.0004 9.89543 16.0004 11M16.0004 11V12M16.0004 11C16.0004 10.4765 16.4705 10.0783 16.9868 10.1644L17.3292 10.2215C18.2936 10.3822 19.0004 11.2166 19.0004 12.1943L19 13.6668C19 15.8402 19 16.9269 18.6689 17.792C18.4769 18.2939 17.9703 18.9339 17.5652 19.3964C17.2148 19.7964 17 20.3038 17 20.8356V22.0002M10.0002 10V3.5C10.0002 2.67157 9.32864 2 8.50021 2C7.67178 2 7.00021 2.67157 7.00021 3.5L7 13.4624L5.3797 11.837C4.66877 11.1239 3.49772 11.1889 2.86965 11.9765C2.38907 12.5791 2.3758 13.4315 2.83738 14.0489L6.43707 18.6471C7.12579 19.5269 7.5 20.8829 7.5 22.0002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 4.5L15.5 4.5M21.5 4.5C21.5 3.79977 19.5057 2.49153 19 2M21.5 4.5C21.5 5.20023 19.5057 6.50847 19 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-right-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 4.5H15M21 4.5C21 3.79977 19.0057 2.49153 18.5 2M21 4.5C21 5.20023 19.0057 6.50847 18.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.51185 13.5147V3.48575C6.51185 2.66411 7.17868 1.99805 8.00127 1.99805C8.82386 1.99805 9.4907 2.66411 9.4907 3.48575V8.68783M9.4907 8.68783V11.0115M9.4907 8.68783C10.2956 7.56941 12.0982 7.94193 12.4819 9.68079C12.4883 9.70965 12.4934 9.73874 12.4976 9.76798M12.5127 11.0075V10.0046C12.5127 9.9255 12.5088 9.84619 12.4976 9.76798M12.4976 9.76798C12.9908 8.41762 15.2553 8.93261 15.5019 10.8609M15.5019 10.8609V12.0069M15.5019 10.8609C15.9058 9.37034 18.5576 10.4121 18.5002 12.1544V15.3329C18.4973 17.059 18.2091 18.3105 17.183 19.34C16.235 20.4718 16.458 21.1053 16.4344 22.0017M6.51185 8.9905C5.19291 10.1843 3.69593 11.8159 3.50481 12.2023C2.61549 13.5544 2.93178 14.6153 4.1956 16.4175C5.13614 17.7587 6.39761 19.2534 6.4637 19.3282C7.1363 20.0896 7.00448 20.6958 7.00448 21.9907%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 4.5H15M21 4.5C21 3.79977 19.0057 2.49153 18.5 2M21 4.5C21 5.20023 19.0057 6.50847 18.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.51185 13.5147V3.48575C6.51185 2.66411 7.17868 1.99805 8.00127 1.99805C8.82386 1.99805 9.4907 2.66411 9.4907 3.48575V8.68783M9.4907 8.68783V11.0115M9.4907 8.68783C10.2956 7.56941 12.0982 7.94193 12.4819 9.68079C12.4883 9.70965 12.4934 9.73874 12.4976 9.76798M12.5127 11.0075V10.0046C12.5127 9.9255 12.5088 9.84619 12.4976 9.76798M12.4976 9.76798C12.9908 8.41762 15.2553 8.93261 15.5019 10.8609M15.5019 10.8609V12.0069M15.5019 10.8609C15.9058 9.37034 18.5576 10.4121 18.5002 12.1544V15.3329C18.4973 17.059 18.2091 18.3105 17.183 19.34C16.235 20.4718 16.458 21.1053 16.4344 22.0017M6.51185 8.9905C5.19291 10.1843 3.69593 11.8159 3.50481 12.2023C2.61549 13.5544 2.93178 14.6153 4.1956 16.4175C5.13614 17.7587 6.39761 19.2534 6.4637 19.3282C7.1363 20.0896 7.00448 20.6958 7.00448 21.9907%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-right-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 12V14.6667C19.5 16.84 19.5 17.9267 19.1689 18.7918C18.6627 20.1148 17.6207 21.1601 16.3019 21.6679C15.4395 22 14.3562 22 12.1896 22C11.0534 22 10.4853 22 9.95658 21.8834C9.14995 21.7056 8.40001 21.3294 7.77419 20.7888C7.36398 20.4344 7.02311 19.9785 6.34137 19.0667L3.33738 15.0487C2.8758 14.4314 2.88907 13.5789 3.36965 12.9763C3.99772 12.1888 5.16877 12.1237 5.8797 12.8369L7.5 14.4623V4.5C7.5 3.67157 8.17157 3 9 3C9.82843 3 10.5 3.67157 10.5 4.5V8M10.5 8H11.5C12.6046 8 13.5 8.89543 13.5 10M10.5 8V11M13.5 10V11M13.5 10V9H14.5C15.6046 9 16.5 9.89543 16.5 11M16.5 11V12M16.5 11V10L17.8288 10.2215C18.7932 10.3822 19.5 11.2166 19.5 12.1943V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 4.5L15 4.5M21 4.5C21 3.79977 19.0057 2.49153 18.5 2M21 4.5C21 5.20023 19.0057 6.50847 18.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 12V14.6667C19.5 16.84 19.5 17.9267 19.1689 18.7918C18.6627 20.1148 17.6207 21.1601 16.3019 21.6679C15.4395 22 14.3562 22 12.1896 22C11.0534 22 10.4853 22 9.95658 21.8834C9.14995 21.7056 8.40001 21.3294 7.77419 20.7888C7.36398 20.4344 7.02311 19.9785 6.34137 19.0667L3.33738 15.0487C2.8758 14.4314 2.88907 13.5789 3.36965 12.9763C3.99772 12.1888 5.16877 12.1237 5.8797 12.8369L7.5 14.4623V4.5C7.5 3.67157 8.17157 3 9 3C9.82843 3 10.5 3.67157 10.5 4.5V8M10.5 8H11.5C12.6046 8 13.5 8.89543 13.5 10M10.5 8V11M13.5 10V11M13.5 10V9H14.5C15.6046 9 16.5 9.89543 16.5 11M16.5 11V12M16.5 11V10L17.8288 10.2215C18.7932 10.3822 19.5 11.2166 19.5 12.1943V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 4.5L15 4.5M21 4.5C21 3.79977 19.0057 2.49153 18.5 2M21 4.5C21 5.20023 19.0057 6.50847 18.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-right-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9711 4.49724H14.9807M20.9711 4.49724C20.9711 3.79778 18.98 2.49099 18.4751 2M20.9711 4.49724C20.9711 5.1967 18.98 6.5035 18.4751 6.99448%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.51009 14.4483V9.97855M6.51009 9.97855V4.45581C6.51009 3.63508 7.19448 2.97363 8.01575 2.97363C8.83702 2.97363 9.48417 3.63508 9.48417 4.45581V8.45728M6.51009 9.97855C5.19327 11.1711 3.77624 12.6775 3.58542 13.0634C2.69753 14.414 2.7906 15.0679 3.78009 16.7206C4.62051 18.1243 5.75077 19.6821 5.81674 19.7568C6.48827 20.5173 6.35475 20.5175 7.32807 21.2316C8.19723 21.8344 10.0001 22.2545 14.2265 21.8344C17.6696 21.3029 18.4945 18.2994 18.4766 16.8641V13.3195C18.691 10.3734 17.4588 10.2404 15.2214 9.95046M9.48417 8.45728V10.9843M9.48417 8.45728C10.0425 7.54734 12.0704 7.91506 12.4657 9.63336M12.5014 10.9803V9.97855C12.5014 9.89957 12.4974 9.82035 12.4863 9.74222M12.4657 9.63336C12.4673 9.64059 12.469 9.64785 12.4706 9.65513C12.4769 9.68396 12.4821 9.71301 12.4863 9.74222M12.4657 9.63336C12.4698 9.66838 12.4766 9.70467 12.4863 9.74222M12.4657 9.63336C12.3253 8.43571 15.3621 8.72767 15.4857 10.8339V11.9787%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9711 4.49724H14.9807M20.9711 4.49724C20.9711 3.79778 18.98 2.49099 18.4751 2M20.9711 4.49724C20.9711 5.1967 18.98 6.5035 18.4751 6.99448%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.51009 14.4483V9.97855M6.51009 9.97855V4.45581C6.51009 3.63508 7.19448 2.97363 8.01575 2.97363C8.83702 2.97363 9.48417 3.63508 9.48417 4.45581V8.45728M6.51009 9.97855C5.19327 11.1711 3.77624 12.6775 3.58542 13.0634C2.69753 14.414 2.7906 15.0679 3.78009 16.7206C4.62051 18.1243 5.75077 19.6821 5.81674 19.7568C6.48827 20.5173 6.35475 20.5175 7.32807 21.2316C8.19723 21.8344 10.0001 22.2545 14.2265 21.8344C17.6696 21.3029 18.4945 18.2994 18.4766 16.8641V13.3195C18.691 10.3734 17.4588 10.2404 15.2214 9.95046M9.48417 8.45728V10.9843M9.48417 8.45728C10.0425 7.54734 12.0704 7.91506 12.4657 9.63336M12.5014 10.9803V9.97855C12.5014 9.89957 12.4974 9.82035 12.4863 9.74222M12.4657 9.63336C12.4673 9.64059 12.469 9.64785 12.4706 9.65513C12.4769 9.68396 12.4821 9.71301 12.4863 9.74222M12.4657 9.63336C12.4698 9.66838 12.4766 9.70467 12.4863 9.74222M12.4657 9.63336C12.3253 8.43571 15.3621 8.72767 15.4857 10.8339V11.9787%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-right-09{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8654 9.68476L11.7434 4.76072C11.8889 3.94488 11.338 3.16689 10.513 3.02304C9.68807 2.87918 8.90138 3.42394 8.75591 4.23978L7 14.0879L6.85439 14.8511L4.88875 12.8372C4.17559 12.124 3.00086 12.1891 2.37081 12.9766C1.88873 13.5792 1.87541 14.4317 2.33844 15.049L5.35188 19.067C6.03575 19.9788 6.3777 20.4347 6.7892 20.7891C7.41699 21.3297 8.16928 21.7058 8.97845 21.8837C9.50883 22.0003 10.0787 22.0003 11.2185 22.0003H13.6206C15.9993 22.0003 18.0487 20.3245 18.521 17.9932L19.3889 13.7096L19.4767 13.2172C19.6222 12.4014 19.0713 11.6234 18.2463 11.4795C17.4214 11.3357 16.6347 11.8804 16.4892 12.6963L16.4014 13.1887M10.8654 9.68476L10.6021 11.162M10.8654 9.68476C11.0109 8.86892 11.7976 8.32417 12.6226 8.46802C13.4475 8.61188 13.9984 9.38986 13.8529 10.2057L13.6773 11.1905M13.6773 11.1905L13.5895 11.6829M13.6773 11.1905C13.8228 10.3747 14.6095 9.82992 15.4345 9.97377C16.2594 10.1176 16.8103 10.8956 16.6648 11.7115L16.577 12.2039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.5H15.5M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8654 9.68476L11.7434 4.76072C11.8889 3.94488 11.338 3.16689 10.513 3.02304C9.68807 2.87918 8.90138 3.42394 8.75591 4.23978L7 14.0879L6.85439 14.8511L4.88875 12.8372C4.17559 12.124 3.00086 12.1891 2.37081 12.9766C1.88873 13.5792 1.87541 14.4317 2.33844 15.049L5.35188 19.067C6.03575 19.9788 6.3777 20.4347 6.7892 20.7891C7.41699 21.3297 8.16928 21.7058 8.97845 21.8837C9.50883 22.0003 10.0787 22.0003 11.2185 22.0003H13.6206C15.9993 22.0003 18.0487 20.3245 18.521 17.9932L19.3889 13.7096L19.4767 13.2172C19.6222 12.4014 19.0713 11.6234 18.2463 11.4795C17.4214 11.3357 16.6347 11.8804 16.4892 12.6963L16.4014 13.1887M10.8654 9.68476L10.6021 11.162M10.8654 9.68476C11.0109 8.86892 11.7976 8.32417 12.6226 8.46802C13.4475 8.61188 13.9984 9.38986 13.8529 10.2057L13.6773 11.1905M13.6773 11.1905L13.5895 11.6829M13.6773 11.1905C13.8228 10.3747 14.6095 9.82992 15.4345 9.97377C16.2594 10.1176 16.8103 10.8956 16.6648 11.7115L16.577 12.2039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 4.5H15.5M22 4.5C22 3.79977 20.0057 2.49153 19.5 2M22 4.5C22 5.20023 20.0057 6.50847 19.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-up-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 2V7.99766M18.5 2C17.7998 2 16.4915 3.99352 16 4.49902M18.5 2C19.2002 2 20.5085 3.99352 21 4.49902%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8932 21.9843C16.8415 20.0711 16.9704 19.8407 17.1071 19.4151C17.2438 18.9895 18.2001 17.4546 18.5385 16.358C19.6332 12.8101 18.6129 12.0555 17.2526 11.0494C15.7441 9.93361 12.8988 9.36854 11.4877 9.49088V3.73966C11.4877 2.77672 10.7067 1.99609 9.74341 1.99609C8.78009 1.99609 7.99916 2.77672 7.99916 3.73966V13.9992L5.93899 11.8197C5.29937 11.1263 4.27146 11.056 3.56992 11.6868C2.90511 12.2846 2.80809 13.2913 3.34652 14.005L4.63886 15.7179M7.8698 21.9961L7.85027 20.9457C7.89321 19.7144 6.99722 18.911 5.82864 17.3048C5.74445 17.1891 5.66252 17.0772 5.58275 16.969M5.58275 16.969C5.22869 16.4885 4.91716 16.0792 4.63886 15.7179M5.58275 16.969L6.75217 18.519M5.58275 16.969L4.63886 15.7179M4.63886 15.7179C4.06749 14.9762 3.63617 14.4371 3.26433 13.9016%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 2V7.99766M18.5 2C17.7998 2 16.4915 3.99352 16 4.49902M18.5 2C19.2002 2 20.5085 3.99352 21 4.49902%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8932 21.9843C16.8415 20.0711 16.9704 19.8407 17.1071 19.4151C17.2438 18.9895 18.2001 17.4546 18.5385 16.358C19.6332 12.8101 18.6129 12.0555 17.2526 11.0494C15.7441 9.93361 12.8988 9.36854 11.4877 9.49088V3.73966C11.4877 2.77672 10.7067 1.99609 9.74341 1.99609C8.78009 1.99609 7.99916 2.77672 7.99916 3.73966V13.9992L5.93899 11.8197C5.29937 11.1263 4.27146 11.056 3.56992 11.6868C2.90511 12.2846 2.80809 13.2913 3.34652 14.005L4.63886 15.7179M7.8698 21.9961L7.85027 20.9457C7.89321 19.7144 6.99722 18.911 5.82864 17.3048C5.74445 17.1891 5.66252 17.0772 5.58275 16.969M5.58275 16.969C5.22869 16.4885 4.91716 16.0792 4.63886 15.7179M5.58275 16.969L6.75217 18.519M5.58275 16.969L4.63886 15.7179M4.63886 15.7179C4.06749 14.9762 3.63617 14.4371 3.26433 13.9016%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-up-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 2V8M18.5 2C17.7998 2 16.4915 3.9943 16 4.5M18.5 2C19.2002 2 20.5085 3.9943 21 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.3915 21.996C15.3398 20.082 15.4687 19.8516 15.6054 19.4258C15.7421 19 16.6984 17.4646 17.0368 16.3675C18.1315 12.8183 17.1112 12.0633 15.7509 11.0568C14.2424 9.94062 11.3971 9.37533 9.98598 9.49771V3.74425C9.98598 2.78093 9.20505 2 8.24173 2C7.27841 2 6.49748 2.78093 6.49748 3.74425V9.96412M6.49799 21.9968V20.9835C6.43353 20.0391 5.49554 18.9215 4.32696 17.3147C3.12534 15.5741 2.86712 14.6953 3.05615 13.8829C3.15353 13.4675 3.40618 12.7812 4.64672 11.6085L6.49748 9.96412M6.49748 14.0304V9.96412%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 2V8M18.5 2C17.7998 2 16.4915 3.9943 16 4.5M18.5 2C19.2002 2 20.5085 3.9943 21 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.3915 21.996C15.3398 20.082 15.4687 19.8516 15.6054 19.4258C15.7421 19 16.6984 17.4646 17.0368 16.3675C18.1315 12.8183 17.1112 12.0633 15.7509 11.0568C14.2424 9.94062 11.3971 9.37533 9.98598 9.49771V3.74425C9.98598 2.78093 9.20505 2 8.24173 2C7.27841 2 6.49748 2.78093 6.49748 3.74425V9.96412M6.49799 21.9968V20.9835C6.43353 20.0391 5.49554 18.9215 4.32696 17.3147C3.12534 15.5741 2.86712 14.6953 3.05615 13.8829C3.15353 13.4675 3.40618 12.7812 4.64672 11.6085L6.49748 9.96412M6.49748 14.0304V9.96412%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-up-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.87124 12.671L8.00514 14.5V4.75C8.00514 3.7835 8.78864 3 9.75514 3C10.7216 3 11.5051 3.7835 11.5051 4.75V10L14.493 10.4776C16.4216 10.7669 17.386 10.9115 18.0652 11.3184C19.1872 11.9906 20 13 20 14.4736C20 15.5 19.7463 16.1886 19.1296 18.0387C18.7383 19.2127 18.5426 19.7996 18.2236 20.2643C17.6983 21.0293 16.9233 21.5878 16.0315 21.8442C15.4898 22 14.8711 22 13.6336 22H12.5847C10.9395 22 10.1169 22 9.38462 21.6981C9.25329 21.644 9.12494 21.5829 9.00012 21.5151C8.30405 21.1371 7.78533 20.4987 6.74791 19.2219L3.38941 15.0883C2.87331 14.4531 2.86987 13.5441 3.38114 12.905C3.99565 12.1369 5.12437 12.0308 5.87124 12.671Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 2L18.5 8M18.5 2C17.7998 2 16.4915 3.9943 16 4.5M18.5 2C19.2002 2 20.5085 3.9943 21 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.87124 12.671L8.00514 14.5V4.75C8.00514 3.7835 8.78864 3 9.75514 3C10.7216 3 11.5051 3.7835 11.5051 4.75V10L14.493 10.4776C16.4216 10.7669 17.386 10.9115 18.0652 11.3184C19.1872 11.9906 20 13 20 14.4736C20 15.5 19.7463 16.1886 19.1296 18.0387C18.7383 19.2127 18.5426 19.7996 18.2236 20.2643C17.6983 21.0293 16.9233 21.5878 16.0315 21.8442C15.4898 22 14.8711 22 13.6336 22H12.5847C10.9395 22 10.1169 22 9.38462 21.6981C9.25329 21.644 9.12494 21.5829 9.00012 21.5151C8.30405 21.1371 7.78533 20.4987 6.74791 19.2219L3.38941 15.0883C2.87331 14.4531 2.86987 13.5441 3.38114 12.905C3.99565 12.1369 5.12437 12.0308 5.87124 12.671Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 2L18.5 8M18.5 2C17.7998 2 16.4915 3.9943 16 4.5M18.5 2C19.2002 2 20.5085 3.9943 21 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-up-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.41601 14.5V11M6.41601 11V4.75C6.41601 3.7835 7.19951 3 8.16601 3C9.1325 3 9.91601 3.7835 9.91601 4.75V10L12.993 10.4776C14.9216 10.7669 15.886 10.9115 16.5652 11.3184C17.6872 11.9906 18.5 13 18.5 14.4736C18.5 15.5 18.2463 16.1886 17.6296 18.0387C17.2383 19.2127 17.0426 19.7996 16.7236 20.2643C16.1983 21.0293 15.4233 21.5878 14.5315 21.8442C13.9898 22 13.3711 22 12.1336 22H10.7287C8.94422 22 8.05198 22 7.28584 21.6651C6.9397 21.5137 6.61674 21.3141 6.32659 21.0722C5.68438 20.5367 5.28536 19.7387 4.48731 18.1426C3.84015 16.8483 3.51657 16.2011 3.50083 15.5302C3.49373 15.2276 3.53246 14.9256 3.61571 14.6346C3.80031 13.9894 4.27678 13.4448 5.2297 12.3558L6.41601 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2L18 8M18 2C17.2998 2 15.9915 3.9943 15.5 4.5M18 2C18.7002 2 20.0085 3.9943 20.5 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.41601 14.5V11M6.41601 11V4.75C6.41601 3.7835 7.19951 3 8.16601 3C9.1325 3 9.91601 3.7835 9.91601 4.75V10L12.993 10.4776C14.9216 10.7669 15.886 10.9115 16.5652 11.3184C17.6872 11.9906 18.5 13 18.5 14.4736C18.5 15.5 18.2463 16.1886 17.6296 18.0387C17.2383 19.2127 17.0426 19.7996 16.7236 20.2643C16.1983 21.0293 15.4233 21.5878 14.5315 21.8442C13.9898 22 13.3711 22 12.1336 22H10.7287C8.94422 22 8.05198 22 7.28584 21.6651C6.9397 21.5137 6.61674 21.3141 6.32659 21.0722C5.68438 20.5367 5.28536 19.7387 4.48731 18.1426C3.84015 16.8483 3.51657 16.2011 3.50083 15.5302C3.49373 15.2276 3.53246 14.9256 3.61571 14.6346C3.80031 13.9894 4.27678 13.4448 5.2297 12.3558L6.41601 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2L18 8M18 2C17.2998 2 15.9915 3.9943 15.5 4.5M18 2C18.7002 2 20.0085 3.9943 20.5 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-up-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5004 8H11.5004C12.605 8 13.5004 8.89543 13.5004 10M13.5004 10V11M13.5004 10C13.5004 9.44772 13.9481 9 14.5004 9C15.605 9 16.5004 9.89543 16.5004 11M16.5004 11V12M16.5004 11C16.5004 10.4765 16.9705 10.0783 17.4868 10.1644L17.8292 10.2215C18.7936 10.3822 19.5004 11.2166 19.5004 12.1943L19.5 13.6668C19.5 15.8402 19.5 16.9269 19.1689 17.792C18.9769 18.2939 18.4703 18.9339 18.0652 19.3964C17.7148 19.7964 17.5 20.3038 17.5 20.8356V22.0002M10.5002 10V3.5C10.5002 2.67157 9.82864 2 9.00021 2C8.17178 2 7.50021 2.67157 7.50021 3.5L7.5 13.4624L5.8797 11.837C5.16877 11.1239 3.99772 11.1889 3.36965 11.9765C2.88907 12.5791 2.8758 13.4315 3.33738 14.0489L6.93707 18.6471C7.62579 19.5269 8 20.8829 8 22.0002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 2L18.5 8M18.5 2C17.7998 2 16.4915 3.9943 16 4.5M18.5 2C19.2002 2 20.5085 3.9943 21 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5004 8H11.5004C12.605 8 13.5004 8.89543 13.5004 10M13.5004 10V11M13.5004 10C13.5004 9.44772 13.9481 9 14.5004 9C15.605 9 16.5004 9.89543 16.5004 11M16.5004 11V12M16.5004 11C16.5004 10.4765 16.9705 10.0783 17.4868 10.1644L17.8292 10.2215C18.7936 10.3822 19.5004 11.2166 19.5004 12.1943L19.5 13.6668C19.5 15.8402 19.5 16.9269 19.1689 17.792C18.9769 18.2939 18.4703 18.9339 18.0652 19.3964C17.7148 19.7964 17.5 20.3038 17.5 20.8356V22.0002M10.5002 10V3.5C10.5002 2.67157 9.82864 2 9.00021 2C8.17178 2 7.50021 2.67157 7.50021 3.5L7.5 13.4624L5.8797 11.837C5.16877 11.1239 3.99772 11.1889 3.36965 11.9765C2.88907 12.5791 2.8758 13.4315 3.33738 14.0489L6.93707 18.6471C7.62579 19.5269 8 20.8829 8 22.0002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 2L18.5 8M18.5 2C17.7998 2 16.4915 3.9943 16 4.5M18.5 2C19.2002 2 20.5085 3.9943 21 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-up-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 2V8M18.5 2C17.7998 2 16.4915 3.9943 16 4.5M18.5 2C19.2002 2 20.5085 3.9943 21 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.51185 13.5167V3.4877C6.51185 2.66607 7.17868 2 8.00127 2C8.82386 2 9.4907 2.66607 9.4907 3.4877V8.68979M9.4907 8.68979V11.0134M9.4907 8.68979C10.2956 7.57136 12.0982 7.94388 12.4819 9.68274C12.4883 9.71161 12.4934 9.74069 12.4976 9.76993M12.5127 11.0094V10.0065C12.5127 9.92746 12.5088 9.84815 12.4976 9.76993M12.4976 9.76993C12.9908 8.41957 15.2553 8.93456 15.5019 10.8628M15.5019 10.8628V12.0088M15.5019 10.8628C15.9058 9.3723 18.5576 10.4141 18.5002 12.1564V15.3349C18.4973 17.0609 18.2091 18.3125 17.183 19.3419C16.235 20.4737 16.458 21.1073 16.4344 22.0036M6.51185 8.99246C5.19291 10.1863 3.69593 11.8179 3.50481 12.2042C2.61549 13.5564 2.93178 14.6172 4.1956 16.4194C5.13614 17.7606 6.39761 19.2553 6.4637 19.3301C7.1363 20.0915 7.00448 20.6978 7.00448 21.9926%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 2V8M18.5 2C17.7998 2 16.4915 3.9943 16 4.5M18.5 2C19.2002 2 20.5085 3.9943 21 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.51185 13.5167V3.4877C6.51185 2.66607 7.17868 2 8.00127 2C8.82386 2 9.4907 2.66607 9.4907 3.4877V8.68979M9.4907 8.68979V11.0134M9.4907 8.68979C10.2956 7.57136 12.0982 7.94388 12.4819 9.68274C12.4883 9.71161 12.4934 9.74069 12.4976 9.76993M12.5127 11.0094V10.0065C12.5127 9.92746 12.5088 9.84815 12.4976 9.76993M12.4976 9.76993C12.9908 8.41957 15.2553 8.93456 15.5019 10.8628M15.5019 10.8628V12.0088M15.5019 10.8628C15.9058 9.3723 18.5576 10.4141 18.5002 12.1564V15.3349C18.4973 17.0609 18.2091 18.3125 17.183 19.3419C16.235 20.4737 16.458 21.1073 16.4344 22.0036M6.51185 8.99246C5.19291 10.1863 3.69593 11.8179 3.50481 12.2042C2.61549 13.5564 2.93178 14.6172 4.1956 16.4194C5.13614 17.7606 6.39761 19.2553 6.4637 19.3301C7.1363 20.0915 7.00448 20.6978 7.00448 21.9926%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-up-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 12V14.6667C18.5 16.84 18.5 17.9267 18.1689 18.7918C17.6627 20.1148 16.6207 21.1601 15.3019 21.6679C14.4395 22 13.3562 22 11.1896 22C10.0534 22 9.4853 22 8.95658 21.8834C8.14995 21.7056 7.40001 21.3294 6.77419 20.7888C6.36398 20.4344 6.02311 19.9785 5.34137 19.0667L2.33738 15.0487C1.8758 14.4314 1.88907 13.5789 2.36965 12.9763C2.99772 12.1888 4.16877 12.1237 4.8797 12.8369L6.5 14.4623V4.5C6.5 3.67157 7.17157 3 8 3C8.82843 3 9.5 3.67157 9.5 4.5V8M9.5 8H10.5C11.6046 8 12.5 8.89543 12.5 10M9.5 8V11M12.5 10V11M12.5 10V9H13.5C14.6046 9 15.5 9.89543 15.5 11M15.5 11V12M15.5 11V10L16.8288 10.2215C17.7932 10.3822 18.5 11.2166 18.5 12.1943V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 2L18.5 8M18.5 2C17.7998 2 16.4915 3.9943 16 4.5M18.5 2C19.2002 2 20.5085 3.9943 21 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 12V14.6667C18.5 16.84 18.5 17.9267 18.1689 18.7918C17.6627 20.1148 16.6207 21.1601 15.3019 21.6679C14.4395 22 13.3562 22 11.1896 22C10.0534 22 9.4853 22 8.95658 21.8834C8.14995 21.7056 7.40001 21.3294 6.77419 20.7888C6.36398 20.4344 6.02311 19.9785 5.34137 19.0667L2.33738 15.0487C1.8758 14.4314 1.88907 13.5789 2.36965 12.9763C2.99772 12.1888 4.16877 12.1237 4.8797 12.8369L6.5 14.4623V4.5C6.5 3.67157 7.17157 3 8 3C8.82843 3 9.5 3.67157 9.5 4.5V8M9.5 8H10.5C11.6046 8 12.5 8.89543 12.5 10M9.5 8V11M12.5 10V11M12.5 10V9H13.5C14.6046 9 15.5 9.89543 15.5 11M15.5 11V12M15.5 11V10L16.8288 10.2215C17.7932 10.3822 18.5 11.2166 18.5 12.1943V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 2L18.5 8M18.5 2C17.7998 2 16.4915 3.9943 16 4.5M18.5 2C19.2002 2 20.5085 3.9943 21 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-swipe-up-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4798 2V7.99287M19.4798 2C18.7804 2 17.4736 3.99193 16.9827 4.49703M19.4798 2C20.1792 2 21.486 3.99193 21.9769 4.49703%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.51167 14.4464V9.97698M5.51167 9.97698V4.45471C5.51167 3.63405 6.19636 2.97266 7.018 2.97266C7.83964 2.97266 8.48708 3.63405 8.48708 4.45471V8.45584M5.51167 9.97698C4.19426 11.1694 2.7766 12.6757 2.5857 13.0615C1.69741 14.4121 1.79052 15.0659 2.78045 16.7184C3.62125 18.122 4.75201 19.6797 4.81801 19.7544C5.48984 20.5149 5.35626 20.515 6.33002 21.2291C7.19956 21.8319 9.00319 22.2519 13.2315 21.8319C16.6761 21.3004 17.5014 18.2971 17.4835 16.8619V13.3177C17.6981 10.3718 16.4653 10.2388 14.2269 9.94889M8.48708 8.45584V10.9827M8.48708 8.45584C9.04568 7.54597 11.0745 7.91367 11.4699 9.63183M11.5056 10.9787V9.97698C11.5056 9.89801 11.5017 9.81879 11.4905 9.74067M11.4699 9.63183C11.4716 9.63906 11.4732 9.64631 11.4748 9.65359C11.4812 9.68242 11.4863 9.71147 11.4905 9.74067M11.4699 9.63183C11.474 9.66684 11.4808 9.70312 11.4905 9.74067M11.4699 9.63183C11.3294 8.43427 14.3676 8.7262 14.4913 10.8323V11.9769%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4798 2V7.99287M19.4798 2C18.7804 2 17.4736 3.99193 16.9827 4.49703M19.4798 2C20.1792 2 21.486 3.99193 21.9769 4.49703%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.51167 14.4464V9.97698M5.51167 9.97698V4.45471C5.51167 3.63405 6.19636 2.97266 7.018 2.97266C7.83964 2.97266 8.48708 3.63405 8.48708 4.45471V8.45584M5.51167 9.97698C4.19426 11.1694 2.7766 12.6757 2.5857 13.0615C1.69741 14.4121 1.79052 15.0659 2.78045 16.7184C3.62125 18.122 4.75201 19.6797 4.81801 19.7544C5.48984 20.5149 5.35626 20.515 6.33002 21.2291C7.19956 21.8319 9.00319 22.2519 13.2315 21.8319C16.6761 21.3004 17.5014 18.2971 17.4835 16.8619V13.3177C17.6981 10.3718 16.4653 10.2388 14.2269 9.94889M8.48708 8.45584V10.9827M8.48708 8.45584C9.04568 7.54597 11.0745 7.91367 11.4699 9.63183M11.5056 10.9787V9.97698C11.5056 9.89801 11.5017 9.81879 11.4905 9.74067M11.4699 9.63183C11.4716 9.63906 11.4732 9.64631 11.4748 9.65359C11.4812 9.68242 11.4863 9.71147 11.4905 9.74067M11.4699 9.63183C11.474 9.66684 11.4808 9.70312 11.4905 9.74067M11.4699 9.63183C11.3294 8.43427 14.3676 8.7262 14.4913 10.8323V11.9769%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-tap-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.0029 6.0121C6.937 5.09154 7.50399 3.27043 9.05986 2.50897C9.70144 2.11923 11.4624 1.51577 13.1468 2.59104C14.8067 3.65073 14.9187 5.21311 15.0231 6.00174%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.1806 21.9864C17.1354 20.3504 17.2385 20.1883 17.3581 19.8243C17.4777 19.4604 18.3144 18.1479 18.6104 17.2102C19.5682 14.1763 18.6755 13.531 17.4854 12.6706C16.1657 11.7165 13.7911 11.2427 12.5566 11.3473V6.50843C12.5566 5.685 11.7673 5.01172 10.9245 5.01172C10.0817 5.01172 9.30698 5.685 9.30698 6.50843V14.8203L7.58767 13.3294C7.0281 12.7364 6.12882 12.6763 5.51508 13.2157C4.93346 13.7269 4.84858 14.5878 5.31963 15.198L6.45025 16.6628M9.25977 21.9864V21.1332C9.29733 20.0803 8.51347 19.3933 7.49113 18.0198C7.41747 17.9208 7.3458 17.8252 7.27601 17.7326M7.27601 17.7326C6.96626 17.3218 6.69372 16.9717 6.45025 16.6628M7.27601 17.7326L8.29909 19.058M7.27601 17.7326L6.45025 16.6628M6.45025 16.6628C5.95038 16.0285 5.57304 15.5676 5.24773 15.1096%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.0029 6.0121C6.937 5.09154 7.50399 3.27043 9.05986 2.50897C9.70144 2.11923 11.4624 1.51577 13.1468 2.59104C14.8067 3.65073 14.9187 5.21311 15.0231 6.00174%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.1806 21.9864C17.1354 20.3504 17.2385 20.1883 17.3581 19.8243C17.4777 19.4604 18.3144 18.1479 18.6104 17.2102C19.5682 14.1763 18.6755 13.531 17.4854 12.6706C16.1657 11.7165 13.7911 11.2427 12.5566 11.3473V6.50843C12.5566 5.685 11.7673 5.01172 10.9245 5.01172C10.0817 5.01172 9.30698 5.685 9.30698 6.50843V14.8203L7.58767 13.3294C7.0281 12.7364 6.12882 12.6763 5.51508 13.2157C4.93346 13.7269 4.84858 14.5878 5.31963 15.198L6.45025 16.6628M9.25977 21.9864V21.1332C9.29733 20.0803 8.51347 19.3933 7.49113 18.0198C7.41747 17.9208 7.3458 17.8252 7.27601 17.7326M7.27601 17.7326C6.96626 17.3218 6.69372 16.9717 6.45025 16.6628M7.27601 17.7326L8.29909 19.058M7.27601 17.7326L6.45025 16.6628M6.45025 16.6628C5.95038 16.0285 5.57304 15.5676 5.24773 15.1096%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-tap-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.2516 21.9866C16.282 20.1217 16.2148 20.5068 16.3673 20.0323C16.5199 19.5578 17.1104 18.7337 17.4758 17.6839C18.4984 14.7451 17.9541 13.5392 16.4399 12.6029C14.8445 11.6163 13.2339 11.2337 11.8228 11.3559V6.71898C11.8228 5.75708 11.2772 5.01465 10.3138 5.01465C9.35052 5.01465 8.86448 5.85229 8.86448 6.8142L8.91514 11.6497M8.89692 21.9866V21.3183C8.89692 20.533 8.63917 20.1979 7.5491 18.6212C6.34748 16.8831 6.35251 16.8006 6.07726 16.0438C6.02852 15.6905 5.72994 14.8658 6.83415 13.7156L8.91514 11.6497M8.91514 15.1761V11.6497%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.49947 6.00952C6.43369 5.08955 6.99969 3.26961 8.55283 2.50864C9.19328 2.11914 10.9512 1.51607 12.6326 2.59065C14.2896 3.64966 14.4014 5.21105 14.5057 5.99917%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.2516 21.9866C16.282 20.1217 16.2148 20.5068 16.3673 20.0323C16.5199 19.5578 17.1104 18.7337 17.4758 17.6839C18.4984 14.7451 17.9541 13.5392 16.4399 12.6029C14.8445 11.6163 13.2339 11.2337 11.8228 11.3559V6.71898C11.8228 5.75708 11.2772 5.01465 10.3138 5.01465C9.35052 5.01465 8.86448 5.85229 8.86448 6.8142L8.91514 11.6497M8.89692 21.9866V21.3183C8.89692 20.533 8.63917 20.1979 7.5491 18.6212C6.34748 16.8831 6.35251 16.8006 6.07726 16.0438C6.02852 15.6905 5.72994 14.8658 6.83415 13.7156L8.91514 11.6497M8.91514 15.1761V11.6497%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.49947 6.00952C6.43369 5.08955 6.99969 3.26961 8.55283 2.50864C9.19328 2.11914 10.9512 1.51607 12.6326 2.59065C14.2896 3.64966 14.4014 5.21105 14.5057 5.99917%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-tap-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.70235 13.1617L8.71072 14.8945V6.15789C8.71072 5.24227 9.44813 4.5 10.3578 4.5C11.2674 4.5 12.0048 5.24226 12.0048 6.15789V10.6314L14.817 11.0838C16.6321 11.3579 17.5397 11.4949 18.179 11.8804C19.235 12.5172 20 13.4735 20 14.8695C20 15.8419 19.7612 16.4942 19.1808 18.247C18.8125 19.3591 18.6284 19.9152 18.3281 20.3554C17.8337 21.0801 17.1043 21.6093 16.2649 21.8522C15.7551 21.9998 15.1728 21.9998 14.0081 21.9998H13.0209C11.4725 21.9998 10.6983 21.9998 10.0091 21.7138C9.88545 21.6625 9.76465 21.6046 9.64717 21.5404C8.99204 21.1823 8.50384 20.5775 7.52744 19.3679L4.3665 15.4519C3.88077 14.8501 3.87753 13.9889 4.35872 13.3835C4.93708 12.6557 5.99941 12.5552 6.70235 13.1617Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.3164 6C14.3164 3.79086 12.5255 2 10.3164 2C8.10727 2 6.31641 3.79086 6.31641 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.70235 13.1617L8.71072 14.8945V6.15789C8.71072 5.24227 9.44813 4.5 10.3578 4.5C11.2674 4.5 12.0048 5.24226 12.0048 6.15789V10.6314L14.817 11.0838C16.6321 11.3579 17.5397 11.4949 18.179 11.8804C19.235 12.5172 20 13.4735 20 14.8695C20 15.8419 19.7612 16.4942 19.1808 18.247C18.8125 19.3591 18.6284 19.9152 18.3281 20.3554C17.8337 21.0801 17.1043 21.6093 16.2649 21.8522C15.7551 21.9998 15.1728 21.9998 14.0081 21.9998H13.0209C11.4725 21.9998 10.6983 21.9998 10.0091 21.7138C9.88545 21.6625 9.76465 21.6046 9.64717 21.5404C8.99204 21.1823 8.50384 20.5775 7.52744 19.3679L4.3665 15.4519C3.88077 14.8501 3.87753 13.9889 4.35872 13.3835C4.93708 12.6557 5.99941 12.5552 6.70235 13.1617Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.3164 6C14.3164 3.79086 12.5255 2 10.3164 2C8.10727 2 6.31641 3.79086 6.31641 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-tap-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.72161 14.8947V11.5789M7.72161 11.5789V6.15789C7.72161 5.24227 8.45287 4.5 9.35494 4.5C10.257 4.5 10.9883 5.24226 10.9883 6.15789V10.6316L13.8601 11.084C15.6602 11.3581 16.5602 11.4951 17.1942 11.8806C18.2414 12.5174 19 13.4737 19 14.8697C19 15.8421 18.7632 16.4945 18.1876 18.2472C17.8224 19.3594 17.6398 19.9154 17.342 20.3556C16.8517 21.0804 16.1285 21.6095 15.2961 21.8524C14.7905 22 14.213 22 13.0581 22H11.7468C10.0813 22 9.24852 22 8.53345 21.6827C8.21038 21.5393 7.90896 21.3502 7.63815 21.121C7.03875 20.6138 6.66633 19.8577 5.92149 18.3456C5.31747 17.1194 5.01546 16.5063 5.00077 15.8707C4.99414 15.584 5.0303 15.298 5.108 15.0223C5.28029 14.411 5.72499 13.8951 6.61438 12.8634L7.72161 11.5789Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.3164 6C13.3164 3.79086 11.5255 2 9.31641 2C7.10727 2 5.31641 3.79086 5.31641 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.72161 14.8947V11.5789M7.72161 11.5789V6.15789C7.72161 5.24227 8.45287 4.5 9.35494 4.5C10.257 4.5 10.9883 5.24226 10.9883 6.15789V10.6316L13.8601 11.084C15.6602 11.3581 16.5602 11.4951 17.1942 11.8806C18.2414 12.5174 19 13.4737 19 14.8697C19 15.8421 18.7632 16.4945 18.1876 18.2472C17.8224 19.3594 17.6398 19.9154 17.342 20.3556C16.8517 21.0804 16.1285 21.6095 15.2961 21.8524C14.7905 22 14.213 22 13.0581 22H11.7468C10.0813 22 9.24852 22 8.53345 21.6827C8.21038 21.5393 7.90896 21.3502 7.63815 21.121C7.03875 20.6138 6.66633 19.8577 5.92149 18.3456C5.31747 17.1194 5.01546 16.5063 5.00077 15.8707C4.99414 15.584 5.0303 15.298 5.108 15.0223C5.28029 14.411 5.72499 13.8951 6.61438 12.8634L7.72161 11.5789Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.3164 6C13.3164 3.79086 11.5255 2 9.31641 2C7.10727 2 5.31641 3.79086 5.31641 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-tap-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9368 6.01038C13.9368 3.79551 12.1577 2 9.96325 2C7.76874 2 5.98975 3.79551 5.98975 6.01038%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.32899 21.9905L9.22456 20.8947C8.737 18.8773 8.07068 18.6114 6.98595 17.1655C6.49623 16.5127 5.47294 15.5879 4.63631 14.3384C4.07885 13.5059 4.82271 11.6134 6.51859 12.1903C6.80088 12.2864 7.03818 12.4787 7.24857 12.69L8.89505 14.3437C8.88158 12.0062 8.91157 7.24739 8.87524 5.78707C8.83892 4.32675 11.373 3.85684 11.5224 5.85344V10.3449M11.5224 10.3449V11.2105M11.5224 10.3449C12.351 9.24682 13.919 9.20817 14.1472 11.0464M14.1472 11.0464C14.1843 11.3457 14.1872 11.6953 14.1472 12.0989M14.1472 11.0464C14.566 9.76214 16.4052 10.272 16.7712 11.7667M16.7712 11.7667C16.858 12.1211 16.7712 12.5311 16.8061 13.0044M16.7712 11.7667C17.0089 11.0464 19.6371 10.9931 19.3872 13.776L19.4526 16.2999C19.3521 17.8069 19.1309 18.4384 18.5895 19.1668C18.3088 19.5443 17.9408 19.8769 17.8002 20.3258C17.6824 20.7021 17.6082 21.2527 17.6894 21.9981%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9368 6.01038C13.9368 3.79551 12.1577 2 9.96325 2C7.76874 2 5.98975 3.79551 5.98975 6.01038%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.32899 21.9905L9.22456 20.8947C8.737 18.8773 8.07068 18.6114 6.98595 17.1655C6.49623 16.5127 5.47294 15.5879 4.63631 14.3384C4.07885 13.5059 4.82271 11.6134 6.51859 12.1903C6.80088 12.2864 7.03818 12.4787 7.24857 12.69L8.89505 14.3437C8.88158 12.0062 8.91157 7.24739 8.87524 5.78707C8.83892 4.32675 11.373 3.85684 11.5224 5.85344V10.3449M11.5224 10.3449V11.2105M11.5224 10.3449C12.351 9.24682 13.919 9.20817 14.1472 11.0464M14.1472 11.0464C14.1843 11.3457 14.1872 11.6953 14.1472 12.0989M14.1472 11.0464C14.566 9.76214 16.4052 10.272 16.7712 11.7667M16.7712 11.7667C16.858 12.1211 16.7712 12.5311 16.8061 13.0044M16.7712 11.7667C17.0089 11.0464 19.6371 10.9931 19.3872 13.776L19.4526 16.2999C19.3521 17.8069 19.1309 18.4384 18.5895 19.1668C18.3088 19.5443 17.9408 19.8769 17.8002 20.3258C17.6824 20.7021 17.6082 21.2527 17.6894 21.9981%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-tap-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.00341 14.3536V6.09736C7.00341 5.27573 7.61272 4.50684 8.43588 4.50684C9.25905 4.50684 10.0129 5.15952 10.0129 5.98115V10.2622M10.0129 10.2622L10.0043 11.438M10.0129 10.2622C10.5751 8.14502 13.1651 8.95724 13.0065 10.6177C13.0036 10.6471 13.0065 11.356 13.0065 11.356M13.0065 11.356V12.4966M13.0065 11.356C13.2898 9.44529 16.4289 9.39297 16.0286 12.3063M16.0286 12.3063L16.0058 12.9944M16.0286 12.3063C16.4978 10.2962 19.0636 10.7289 18.9954 12.5816V16.2689C18.9928 17.8454 18.6848 18.5993 17.8707 19.548C17.7108 19.7343 17.5552 19.927 17.4386 20.143C17.0104 20.9363 17.2068 21.1539 17.1356 21.9935M7.00341 10.4141C5.68355 11.608 4.79523 12.6979 4.52914 13.0233C3.6392 14.3755 3.86543 15.2609 5.13014 17.0631C6.07134 18.4043 6.93592 19.3684 7.00205 19.4432C7.67512 20.2046 7.61565 20.7067 7.61565 22.0016%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5281 6C12.5281 3.79086 10.7331 2 8.51883 2C6.30455 2 4.50952 3.79086 4.50952 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.00341 14.3536V6.09736C7.00341 5.27573 7.61272 4.50684 8.43588 4.50684C9.25905 4.50684 10.0129 5.15952 10.0129 5.98115V10.2622M10.0129 10.2622L10.0043 11.438M10.0129 10.2622C10.5751 8.14502 13.1651 8.95724 13.0065 10.6177C13.0036 10.6471 13.0065 11.356 13.0065 11.356M13.0065 11.356V12.4966M13.0065 11.356C13.2898 9.44529 16.4289 9.39297 16.0286 12.3063M16.0286 12.3063L16.0058 12.9944M16.0286 12.3063C16.4978 10.2962 19.0636 10.7289 18.9954 12.5816V16.2689C18.9928 17.8454 18.6848 18.5993 17.8707 19.548C17.7108 19.7343 17.5552 19.927 17.4386 20.143C17.0104 20.9363 17.2068 21.1539 17.1356 21.9935M7.00341 10.4141C5.68355 11.608 4.79523 12.6979 4.52914 13.0233C3.6392 14.3755 3.86543 15.2609 5.13014 17.0631C6.07134 18.4043 6.93592 19.3684 7.00205 19.4432C7.67512 20.2046 7.61565 20.7067 7.61565 22.0016%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5281 6C12.5281 3.79086 10.7331 2 8.51883 2C6.30455 2 4.50952 3.79086 4.50952 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-tap-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 6C13 3.79086 11.2091 2 9 2C6.79086 2 5 3.79086 5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.3182 8.92095V6.36364C10.3182 5.61052 9.70766 5 8.95455 5C8.20143 5 7.59091 5.61052 7.59091 6.36364V14.2556L6.11791 12.8013C5.47161 12.1632 4.40702 12.2214 3.83605 12.9261C3.39916 13.4653 3.38709 14.228 3.80671 14.7804L6.53761 18.3753C7.15737 19.1912 7.46726 19.5991 7.84017 19.9162C8.4091 20.3999 9.09086 20.7364 9.82417 20.8956C10.3048 20.9999 10.8213 20.9999 11.8542 20.9999C13.8238 20.9999 14.8086 20.9999 15.5926 20.7028C16.7915 20.2484 17.7388 19.3131 18.199 18.1294C18.5 17.3554 18.5 16.3831 18.5 14.4385V12.2263C18.5 11.3516 17.8574 10.605 16.9807 10.4612L16.6694 10.4101C16.2 10.3331 15.7727 10.6894 15.7727 11.1578M10.3182 8.92095L10.8434 8.6625C11.0958 8.53826 11.3782 8.45807 11.6527 8.52283C12.4516 8.71133 13.0455 9.41894 13.0455 10.2631M10.3182 8.92095V11.1578M13.0455 10.2631V11.1578M13.0455 10.2631C13.0455 9.76891 13.4525 9.36832 13.9545 9.36832C14.9587 9.36832 15.7727 10.1695 15.7727 11.1578M15.7727 11.1578V12.0525%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 6C13 3.79086 11.2091 2 9 2C6.79086 2 5 3.79086 5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.3182 8.92095V6.36364C10.3182 5.61052 9.70766 5 8.95455 5C8.20143 5 7.59091 5.61052 7.59091 6.36364V14.2556L6.11791 12.8013C5.47161 12.1632 4.40702 12.2214 3.83605 12.9261C3.39916 13.4653 3.38709 14.228 3.80671 14.7804L6.53761 18.3753C7.15737 19.1912 7.46726 19.5991 7.84017 19.9162C8.4091 20.3999 9.09086 20.7364 9.82417 20.8956C10.3048 20.9999 10.8213 20.9999 11.8542 20.9999C13.8238 20.9999 14.8086 20.9999 15.5926 20.7028C16.7915 20.2484 17.7388 19.3131 18.199 18.1294C18.5 17.3554 18.5 16.3831 18.5 14.4385V12.2263C18.5 11.3516 17.8574 10.605 16.9807 10.4612L16.6694 10.4101C16.2 10.3331 15.7727 10.6894 15.7727 11.1578M10.3182 8.92095L10.8434 8.6625C11.0958 8.53826 11.3782 8.45807 11.6527 8.52283C12.4516 8.71133 13.0455 9.41894 13.0455 10.2631M10.3182 8.92095V11.1578M13.0455 10.2631V11.1578M13.0455 10.2631C13.0455 9.76891 13.4525 9.36832 13.9545 9.36832C14.9587 9.36832 15.7727 10.1695 15.7727 11.1578M15.7727 11.1578V12.0525%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-tap-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.50329 13.9335V9.46986M7.50329 9.46986V3.95474C7.50329 3.13514 8.18636 2.47461 9.00605 2.47461C9.82574 2.47461 10.4717 3.13514 10.4717 3.95474V7.95069M7.50329 9.46986C6.189 10.6607 4.7747 12.165 4.58425 12.5504C3.69807 13.8992 3.79095 14.5522 4.77854 16.2026C5.61735 17.6043 6.74543 19.16 6.81128 19.2346C7.48151 19.9941 7.34825 19.9942 8.3197 20.7074C9.18718 21.3094 10.9865 21.7288 15.2049 21.3094C18.6413 20.7786 19.4647 17.7792 19.4468 16.3459V12.8062C19.6608 9.86417 18.431 9.73138 16.1978 9.44181M10.4717 7.95069V10.4742M10.4717 7.95069C11.0289 7.042 13.0529 7.40922 13.4474 9.12515M13.4831 10.4703V9.46986C13.4831 9.39099 13.4791 9.31188 13.468 9.23385M13.4474 9.12515C13.4491 9.13237 13.4507 9.13962 13.4523 9.14688C13.4586 9.17568 13.4638 9.20469 13.468 9.23385M13.4474 9.12515C13.4515 9.16012 13.4583 9.19635 13.468 9.23385M13.4474 9.12515C13.3073 7.92915 16.3383 8.2207 16.4616 10.3241V11.4672%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.50329 13.9335V9.46986M7.50329 9.46986V3.95474C7.50329 3.13514 8.18636 2.47461 9.00605 2.47461C9.82574 2.47461 10.4717 3.13514 10.4717 3.95474V7.95069M7.50329 9.46986C6.189 10.6607 4.7747 12.165 4.58425 12.5504C3.69807 13.8992 3.79095 14.5522 4.77854 16.2026C5.61735 17.6043 6.74543 19.16 6.81128 19.2346C7.48151 19.9941 7.34825 19.9942 8.3197 20.7074C9.18718 21.3094 10.9865 21.7288 15.2049 21.3094C18.6413 20.7786 19.4647 17.7792 19.4468 16.3459V12.8062C19.6608 9.86417 18.431 9.73138 16.1978 9.44181M10.4717 7.95069V10.4742M10.4717 7.95069C11.0289 7.042 13.0529 7.40922 13.4474 9.12515M13.4831 10.4703V9.46986C13.4831 9.39099 13.4791 9.31188 13.468 9.23385M13.4474 9.12515C13.4491 9.13237 13.4507 9.13962 13.4523 9.14688C13.4586 9.17568 13.4638 9.20469 13.468 9.23385M13.4474 9.12515C13.4515 9.16012 13.4583 9.19635 13.468 9.23385M13.4474 9.12515C13.3073 7.92915 16.3383 8.2207 16.4616 10.3241V11.4672%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-three-finger-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1816 5.49997C14.1816 4.67155 14.8328 3.99998 15.6361 3.99998C16.4394 3.99998 17.0906 4.67155 17.0906 5.49997L17.091 10.9999M14.1816 10.9999V3.49999C14.1816 2.67157 13.5304 2 12.7271 2C11.9237 2 11.2725 2.67157 11.2725 3.49999L11.2727 4.99998M17.0906 11.9999L17.091 10.9999M17.091 10.9999C17.091 10.4765 17.5468 10.0783 18.0475 10.1643L18.3795 10.2214C19.3146 10.3821 20 11.2165 20 12.1942L19.9996 13.6667C19.9996 15.84 19.9996 16.9267 19.6786 17.7919C19.4924 18.2937 19.0011 18.9337 18.6083 19.3962C18.2685 19.7963 18.0603 20.3037 18.0603 20.8354V22M11.2727 4.99998C11.2724 4.17185 10.6213 3.50063 9.81824 3.50063C9.01493 3.50063 8.36373 4.1722 8.36373 5.00062L8.36353 13.4623L6.79236 11.837C6.103 11.1238 4.96746 11.1889 4.35844 11.9764C3.89244 12.579 3.87957 13.4314 4.32715 14.0488L7.81767 18.647C8.4855 19.5267 8.84836 20.8827 8.84836 22M11.2727 4.99998V9.99993%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1816 5.49997C14.1816 4.67155 14.8328 3.99998 15.6361 3.99998C16.4394 3.99998 17.0906 4.67155 17.0906 5.49997L17.091 10.9999M14.1816 10.9999V3.49999C14.1816 2.67157 13.5304 2 12.7271 2C11.9237 2 11.2725 2.67157 11.2725 3.49999L11.2727 4.99998M17.0906 11.9999L17.091 10.9999M17.091 10.9999C17.091 10.4765 17.5468 10.0783 18.0475 10.1643L18.3795 10.2214C19.3146 10.3821 20 11.2165 20 12.1942L19.9996 13.6667C19.9996 15.84 19.9996 16.9267 19.6786 17.7919C19.4924 18.2937 19.0011 18.9337 18.6083 19.3962C18.2685 19.7963 18.0603 20.3037 18.0603 20.8354V22M11.2727 4.99998C11.2724 4.17185 10.6213 3.50063 9.81824 3.50063C9.01493 3.50063 8.36373 4.1722 8.36373 5.00062L8.36353 13.4623L6.79236 11.837C6.103 11.1238 4.96746 11.1889 4.35844 11.9764C3.89244 12.579 3.87957 13.4314 4.32715 14.0488L7.81767 18.647C8.4855 19.5267 8.84836 20.8827 8.84836 22M11.2727 4.99998V9.99993%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-three-finger-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.50775 13.458L7.48949 5.00738C7.4877 4.17811 8.16009 3.50491 8.99015 3.50491C9.81894 3.50491 10.4908 4.17614 10.4908 5.00414M10.4908 5.00414V9.98412M10.4908 5.00414L10.4908 3.47579C10.4908 2.64779 11.1627 1.97656 11.9915 1.97656C12.8215 1.97656 13.4939 2.64976 13.4921 3.47903L13.4921 10.9888M16.4935 11.9762V10.1234M16.4935 10.1234V5.46137C16.4952 4.6321 15.8229 3.9589 14.9928 3.9589C14.164 3.9589 13.4921 4.63013 13.4921 5.45813M16.4935 10.1234C17.3 10.0025 19.2723 10.1234 19.4956 11.9808V15.6625C19.4956 17.022 19.2658 18.1219 17.8765 19.7194C17.3611 20.3946 17.4326 21.0732 17.4326 21.9805M7.49807 8.97771C6.86098 9.53366 5.24978 11.0563 4.34657 12.434C3.09209 14.3475 5.56979 16.8412 6.59499 18.2306C8.11126 20.0433 8.01001 19.9928 8.01001 21.9736%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.50775 13.458L7.48949 5.00738C7.4877 4.17811 8.16009 3.50491 8.99015 3.50491C9.81894 3.50491 10.4908 4.17614 10.4908 5.00414M10.4908 5.00414V9.98412M10.4908 5.00414L10.4908 3.47579C10.4908 2.64779 11.1627 1.97656 11.9915 1.97656C12.8215 1.97656 13.4939 2.64976 13.4921 3.47903L13.4921 10.9888M16.4935 11.9762V10.1234M16.4935 10.1234V5.46137C16.4952 4.6321 15.8229 3.9589 14.9928 3.9589C14.164 3.9589 13.4921 4.63013 13.4921 5.45813M16.4935 10.1234C17.3 10.0025 19.2723 10.1234 19.4956 11.9808V15.6625C19.4956 17.022 19.2658 18.1219 17.8765 19.7194C17.3611 20.3946 17.4326 21.0732 17.4326 21.9805M7.49807 8.97771C6.86098 9.53366 5.24978 11.0563 4.34657 12.434C3.09209 14.3475 5.56979 16.8412 6.59499 18.2306C8.11126 20.0433 8.01001 19.9928 8.01001 21.9736%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-three-finger-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5004 6C11.5004 5.17157 10.8289 4.5 10.0004 4.5C9.172 4.5 8.50042 5.17157 8.50042 6V13.9627L6.8797 12.3369C6.16877 11.6237 4.99772 11.6888 4.36965 12.4763C3.88907 13.0789 3.8758 13.9314 4.33738 14.5487L7.34137 18.5667C8.02311 19.4785 8.36398 19.9344 8.77419 20.2888C9.40001 20.8294 10.1499 21.2056 10.9566 21.3834C11.4853 21.5 12.0534 21.5 13.1896 21.5C15.3562 21.5 16.4395 21.5 17.3019 21.1679C18.6207 20.6601 19.6627 19.6148 20.1689 18.2918C20.5 17.4267 20.5 16.34 20.5 14.1667V11.5C20.5 10.3954 19.605 9.5 18.5004 9.5H17.5004M11.5004 6V4C11.5004 3.17157 12.172 2.5 13.0004 2.5C13.8289 2.5 14.5004 3.17157 14.5004 4V6M11.5004 6V10.5M14.5004 6V10.5M14.5004 6C14.5004 5.17157 15.172 4.5 16.0004 4.5C16.8289 4.5 17.5004 5.17157 17.5004 6V9.5M17.5004 9.5V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5004 6C11.5004 5.17157 10.8289 4.5 10.0004 4.5C9.172 4.5 8.50042 5.17157 8.50042 6V13.9627L6.8797 12.3369C6.16877 11.6237 4.99772 11.6888 4.36965 12.4763C3.88907 13.0789 3.8758 13.9314 4.33738 14.5487L7.34137 18.5667C8.02311 19.4785 8.36398 19.9344 8.77419 20.2888C9.40001 20.8294 10.1499 21.2056 10.9566 21.3834C11.4853 21.5 12.0534 21.5 13.1896 21.5C15.3562 21.5 16.4395 21.5 17.3019 21.1679C18.6207 20.6601 19.6627 19.6148 20.1689 18.2918C20.5 17.4267 20.5 16.34 20.5 14.1667V11.5C20.5 10.3954 19.605 9.5 18.5004 9.5H17.5004M11.5004 6V4C11.5004 3.17157 12.172 2.5 13.0004 2.5C13.8289 2.5 14.5004 3.17157 14.5004 4V6M11.5004 6V10.5M14.5004 6V10.5M14.5004 6C14.5004 5.17157 15.172 4.5 16.0004 4.5C16.8289 4.5 17.5004 5.17157 17.5004 6V9.5M17.5004 9.5V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-three-finger-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.51621 14.0686V6.06107C7.51442 5.23101 8.14437 4.56041 8.97443 4.56041C9.80322 4.56041 10.4993 5.23551 10.4993 6.06431M10.4993 6.06431V10.5599M10.4993 6.06431V4.07683C10.4993 3.24804 11.1711 2.57617 11.9999 2.57617C12.83 2.57617 13.5024 3.25002 13.5006 4.08007V10.5532M16.5019 11.5562V6.06431C16.5037 5.23425 15.8313 4.56041 15.0013 4.56041C14.1725 4.56041 13.5006 5.23228 13.5006 6.06107M16.5019 9.70388C17.3085 9.58291 19.2941 9.70388 19.497 11.5609V15.2229C19.497 16.5836 19.6006 18.2206 18.4346 19.6129C17.735 20.6538 16.2409 21.2236 16.2409 21.2236C14.701 21.732 13.3069 21.5266 12.3945 21.5599C11.3588 21.5976 10.6503 21.6012 9.7823 21.4085C9.7823 21.4085 7.80268 21.0708 6.54396 18.9435C5.57729 17.3099 3.06396 15.0092 4.36896 12.9308C5.21088 11.59 6.87391 10.1231 7.51621 9.56211%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.51621 14.0686V6.06107C7.51442 5.23101 8.14437 4.56041 8.97443 4.56041C9.80322 4.56041 10.4993 5.23551 10.4993 6.06431M10.4993 6.06431V10.5599M10.4993 6.06431V4.07683C10.4993 3.24804 11.1711 2.57617 11.9999 2.57617C12.83 2.57617 13.5024 3.25002 13.5006 4.08007V10.5532M16.5019 11.5562V6.06431C16.5037 5.23425 15.8313 4.56041 15.0013 4.56041C14.1725 4.56041 13.5006 5.23228 13.5006 6.06107M16.5019 9.70388C17.3085 9.58291 19.2941 9.70388 19.497 11.5609V15.2229C19.497 16.5836 19.6006 18.2206 18.4346 19.6129C17.735 20.6538 16.2409 21.2236 16.2409 21.2236C14.701 21.732 13.3069 21.5266 12.3945 21.5599C11.3588 21.5976 10.6503 21.6012 9.7823 21.4085C9.7823 21.4085 7.80268 21.0708 6.54396 18.9435C5.57729 17.3099 3.06396 15.0092 4.36896 12.9308C5.21088 11.59 6.87391 10.1231 7.51621 9.56211%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-three-finger-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8101 5.70939C12.9539 4.89355 12.4092 4.11556 11.5933 3.97171C10.7775 3.82786 9.99949 4.37261 9.85564 5.18845L9.07422 9.62008L8.14704 14.6982L5.88875 12.3369C5.17559 11.6238 4.00086 11.6888 3.37081 12.4764C2.88873 13.079 2.87541 13.9314 3.33844 14.5488L6.35188 18.5667C7.03576 19.4786 7.3777 19.9345 7.7892 20.2889C8.41699 20.8295 9.16928 21.2056 9.97845 21.3835C10.5088 21.5001 11.0787 21.5001 12.2185 21.5001H14.7006C17.043 21.5001 19.0715 19.8739 19.5809 17.5875L20.8919 11.7039L20.9787 11.2115C21.1226 10.3956 20.5778 9.61763 19.762 9.47377C18.9462 9.32992 18.1682 9.87467 18.0243 10.6905M12.8101 5.70939L13.1574 3.73978C13.3012 2.92394 14.0792 2.37918 14.895 2.52304C15.7109 2.66689 16.2556 3.44488 16.1118 4.26072L15.7645 6.23034M12.8101 5.70939L12.0286 10.141M15.7645 6.23034L14.9831 10.662M15.7645 6.23034C15.9083 5.4145 16.6863 4.86974 17.5022 5.0136C18.318 5.15745 18.8628 5.93544 18.7189 6.75128L18.0243 10.6905M18.0243 10.6905L17.9375 11.1829%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8101 5.70939C12.9539 4.89355 12.4092 4.11556 11.5933 3.97171C10.7775 3.82786 9.99949 4.37261 9.85564 5.18845L9.07422 9.62008L8.14704 14.6982L5.88875 12.3369C5.17559 11.6238 4.00086 11.6888 3.37081 12.4764C2.88873 13.079 2.87541 13.9314 3.33844 14.5488L6.35188 18.5667C7.03576 19.4786 7.3777 19.9345 7.7892 20.2889C8.41699 20.8295 9.16928 21.2056 9.97845 21.3835C10.5088 21.5001 11.0787 21.5001 12.2185 21.5001H14.7006C17.043 21.5001 19.0715 19.8739 19.5809 17.5875L20.8919 11.7039L20.9787 11.2115C21.1226 10.3956 20.5778 9.61763 19.762 9.47377C18.9462 9.32992 18.1682 9.87467 18.0243 10.6905M12.8101 5.70939L13.1574 3.73978C13.3012 2.92394 14.0792 2.37918 14.895 2.52304C15.7109 2.66689 16.2556 3.44488 16.1118 4.26072L15.7645 6.23034M12.8101 5.70939L12.0286 10.141M15.7645 6.23034L14.9831 10.662M15.7645 6.23034C15.9083 5.4145 16.6863 4.86974 17.5022 5.0136C18.318 5.15745 18.8628 5.93544 18.7189 6.75128L18.0243 10.6905M18.0243 10.6905L17.9375 11.1829%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touch-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.8932 21.9843C17.8415 20.0711 17.9704 19.8407 18.1071 19.4151C18.2438 18.9895 19.2001 17.4546 19.5385 16.358C20.6332 12.8101 19.6129 12.0555 18.2526 11.0494C16.7441 9.93361 13.8988 9.36854 12.4877 9.49088V3.73966C12.4877 2.77672 11.7067 1.99609 10.7434 1.99609C9.78009 1.99609 8.99916 2.77672 8.99916 3.73966V13.9992L6.93899 11.8197C6.29937 11.1263 5.27146 11.056 4.56992 11.6868C3.90511 12.2846 3.80809 13.2913 4.34652 14.005L5.63886 15.7179M8.8698 21.9961L8.85027 20.9457C8.89321 19.7144 7.99722 18.911 6.82864 17.3048C6.74445 17.1891 6.66252 17.0772 6.58275 16.969M6.58275 16.969C6.22869 16.4885 5.91716 16.0792 5.63886 15.7179M6.58275 16.969L7.75217 18.519M6.58275 16.969L5.63886 15.7179M5.63886 15.7179C5.06749 14.9762 4.63617 14.4371 4.26433 13.9016%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.8932 21.9843C17.8415 20.0711 17.9704 19.8407 18.1071 19.4151C18.2438 18.9895 19.2001 17.4546 19.5385 16.358C20.6332 12.8101 19.6129 12.0555 18.2526 11.0494C16.7441 9.93361 13.8988 9.36854 12.4877 9.49088V3.73966C12.4877 2.77672 11.7067 1.99609 10.7434 1.99609C9.78009 1.99609 8.99916 2.77672 8.99916 3.73966V13.9992L6.93899 11.8197C6.29937 11.1263 5.27146 11.056 4.56992 11.6868C3.90511 12.2846 3.80809 13.2913 4.34652 14.005L5.63886 15.7179M8.8698 21.9961L8.85027 20.9457C8.89321 19.7144 7.99722 18.911 6.82864 17.3048C6.74445 17.1891 6.66252 17.0772 6.58275 16.969M6.58275 16.969C6.22869 16.4885 5.91716 16.0792 5.63886 15.7179M6.58275 16.969L7.75217 18.519M6.58275 16.969L5.63886 15.7179M5.63886 15.7179C5.06749 14.9762 4.63617 14.4371 4.26433 13.9016%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touch-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.8915 21.998C16.8398 20.084 16.9687 19.8535 17.1054 19.4277C17.2421 19.002 18.1984 17.4665 18.5368 16.3695C19.6315 12.8202 18.6112 12.0653 17.2509 11.0588C15.7424 9.94257 12.8971 9.37728 11.486 9.49966V3.7462C11.486 2.78288 10.7051 2.00195 9.74173 2.00195C8.77841 2.00195 7.99748 2.78288 7.99748 3.7462V9.96607M7.99799 21.9988V20.9854C7.93353 20.041 6.99554 18.9235 5.82696 17.3166C4.62534 15.576 4.36712 14.6973 4.55615 13.8848C4.65353 13.4694 4.90618 12.7832 6.14672 11.6104L7.99748 9.96607M7.99748 14.0323V9.96607%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.8915 21.998C16.8398 20.084 16.9687 19.8535 17.1054 19.4277C17.2421 19.002 18.1984 17.4665 18.5368 16.3695C19.6315 12.8202 18.6112 12.0653 17.2509 11.0588C15.7424 9.94257 12.8971 9.37728 11.486 9.49966V3.7462C11.486 2.78288 10.7051 2.00195 9.74173 2.00195C8.77841 2.00195 7.99748 2.78288 7.99748 3.7462V9.96607M7.99799 21.9988V20.9854C7.93353 20.041 6.99554 18.9235 5.82696 17.3166C4.62534 15.576 4.36712 14.6973 4.55615 13.8848C4.65353 13.4694 4.90618 12.7832 6.14672 11.6104L7.99748 9.96607M7.99748 14.0323V9.96607%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touch-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.05092 13.9981L6.92004 12.1949C6.16587 11.4884 5.02613 11.6056 4.40563 12.4532C3.88936 13.1586 3.88449 13.8931 4.40563 14.5941L8.98845 21.4437C9.00707 21.4716 9.03838 21.4882 9.07187 21.4881L17.1506 21.4635C18.7273 21.3221 19.8719 20.3271 20.0123 18.614V13.1964C20.0123 12.6998 19.9576 12.1966 19.743 11.7488C19.2554 10.7316 18.4461 10.0794 17.1705 9.97141H12.5448V4.34836C12.5098 3.38476 11.8329 2.55892 10.8759 2.48535C9.92751 2.48535 9.05092 3.20195 9.05092 4.22417V13.9981Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.05092 13.9981L6.92004 12.1949C6.16587 11.4884 5.02613 11.6056 4.40563 12.4532C3.88936 13.1586 3.88449 13.8931 4.40563 14.5941L8.98845 21.4437C9.00707 21.4716 9.03838 21.4882 9.07187 21.4881L17.1506 21.4635C18.7273 21.3221 19.8719 20.3271 20.0123 18.614V13.1964C20.0123 12.6998 19.9576 12.1966 19.743 11.7488C19.2554 10.7316 18.4461 10.0794 17.1705 9.97141H12.5448V4.34836C12.5098 3.38476 11.8329 2.55892 10.8759 2.48535C9.92751 2.48535 9.05092 3.20195 9.05092 4.22417V13.9981Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touch-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.41601 14V10.5M7.41601 10.5V4.25C7.41601 3.2835 8.19951 2.5 9.16601 2.5C10.1325 2.5 10.916 3.2835 10.916 4.25V9.5L13.993 9.97757C15.9216 10.2669 16.886 10.4115 17.5652 10.8184C18.6872 11.4906 19.5 12.5 19.5 13.9736C19.5 15 19.2463 15.6886 18.6296 17.5387C18.2383 18.7127 18.0426 19.2996 17.7236 19.7643C17.1983 20.5293 16.4233 21.0878 15.5315 21.3442C14.9898 21.5 14.3711 21.5 13.1336 21.5H11.7287C9.94422 21.5 9.05198 21.5 8.28584 21.1651C7.9397 21.0137 7.61674 20.8141 7.32659 20.5722C6.68438 20.0367 6.28536 19.2387 5.48731 17.6426C4.84015 16.3483 4.51657 15.7011 4.50083 15.0302C4.49373 14.7276 4.53246 14.4256 4.61571 14.1346C4.80031 13.4894 5.27678 12.9448 6.2297 11.8558L7.41601 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.41601 14V10.5M7.41601 10.5V4.25C7.41601 3.2835 8.19951 2.5 9.16601 2.5C10.1325 2.5 10.916 3.2835 10.916 4.25V9.5L13.993 9.97757C15.9216 10.2669 16.886 10.4115 17.5652 10.8184C18.6872 11.4906 19.5 12.5 19.5 13.9736C19.5 15 19.2463 15.6886 18.6296 17.5387C18.2383 18.7127 18.0426 19.2996 17.7236 19.7643C17.1983 20.5293 16.4233 21.0878 15.5315 21.3442C14.9898 21.5 14.3711 21.5 13.1336 21.5H11.7287C9.94422 21.5 9.05198 21.5 8.28584 21.1651C7.9397 21.0137 7.61674 20.8141 7.32659 20.5722C6.68438 20.0367 6.28536 19.2387 5.48731 17.6426C4.84015 16.3483 4.51657 15.7011 4.50083 15.0302C4.49373 14.7276 4.53246 14.4256 4.61571 14.1346C4.80031 13.4894 5.27678 12.9448 6.2297 11.8558L7.41601 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touch-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.98669 22.3016L8.93933 21.5289L8.76504 20.7842C8.21296 18.5988 7.44085 18.3568 6.21256 16.7905C5.65803 16.0834 4.65657 15.1229 3.70922 13.7694C3.07798 12.8675 3.86397 10.7121 5.78428 11.3371C6.10393 11.4411 6.37264 11.6495 6.61087 11.8784L8.47395 13.7694C8.4587 11.2372 8.49395 5.25385 8.45282 3.67192C8.41169 2.09 11.2811 1.58095 11.4502 3.74381V9.33793M11.4502 9.33793V10.2756M11.4502 9.33793C12.3886 8.14846 14.1641 8.10659 14.4225 10.0979M14.4225 10.0979C14.4645 10.4221 14.4678 10.8008 14.4225 11.238M14.4225 10.0979C14.8967 8.70669 17.0555 9.25044 17.47 10.8696M17.47 10.8696C17.5682 11.2534 17.4305 11.7551 17.47 12.2679M17.47 10.8696C17.7392 10.0892 20.7622 10.1295 20.4792 13.1441L20.4438 15.849C20.4438 17.4542 20.2298 18.1984 19.6166 18.9875C19.3902 19.2789 19.0771 19.5704 18.8581 19.8899C18.6873 20.1392 18.5771 20.4292 18.5291 20.7276C18.4622 21.1432 18.4533 21.7185 18.4741 22.2695%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.98669 22.3016L8.93933 21.5289L8.76504 20.7842C8.21296 18.5988 7.44085 18.3568 6.21256 16.7905C5.65803 16.0834 4.65657 15.1229 3.70922 13.7694C3.07798 12.8675 3.86397 10.7121 5.78428 11.3371C6.10393 11.4411 6.37264 11.6495 6.61087 11.8784L8.47395 13.7694C8.4587 11.2372 8.49395 5.25385 8.45282 3.67192C8.41169 2.09 11.2811 1.58095 11.4502 3.74381V9.33793M11.4502 9.33793V10.2756M11.4502 9.33793C12.3886 8.14846 14.1641 8.10659 14.4225 10.0979M14.4225 10.0979C14.4645 10.4221 14.4678 10.8008 14.4225 11.238M14.4225 10.0979C14.8967 8.70669 17.0555 9.25044 17.47 10.8696M17.47 10.8696C17.5682 11.2534 17.4305 11.7551 17.47 12.2679M17.47 10.8696C17.7392 10.0892 20.7622 10.1295 20.4792 13.1441L20.4438 15.849C20.4438 17.4542 20.2298 18.1984 19.6166 18.9875C19.3902 19.2789 19.0771 19.5704 18.8581 19.8899C18.6873 20.1392 18.5771 20.4292 18.5291 20.7276C18.4622 21.1432 18.4533 21.7185 18.4741 22.2695%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touch-06-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.61361 13.7927V9.21919M7.61361 9.21919V3.67476C7.61361 2.85313 8.32927 2.25 9.16814 2.25C10.007 2.25 10.6791 2.85313 10.6791 3.67476L10.7471 8.74741M7.61361 9.21919C6.26858 10.413 4.797 11.7949 4.60209 12.1812C3.69518 13.5334 3.76651 14.7451 5.3102 16.8155C6.29445 18.1356 7.46125 19.4808 7.53369 19.5507C8.33451 20.3238 8.11751 21.3693 8.11751 22.246M10.7471 8.74741V11.2772M10.7471 8.74741C11.4636 7.90543 13.3888 8.2046 13.7925 9.92479M13.829 11.2732V10.2704C13.829 10.1913 13.8249 10.112 13.8135 10.0338M13.7925 9.92479C13.7942 9.93203 13.7958 9.9393 13.7975 9.94658C13.804 9.97545 13.8093 10.0045 13.8135 10.0338M13.7925 9.92479C13.7967 9.95985 13.8036 9.99617 13.8135 10.0338M13.7925 9.92479C14.0206 8.74741 16.751 9.0181 16.8772 11.1267V12.2727M17.8575 22.2414V21.2023C17.8965 19.9758 18.9349 19.6047 19.5516 18.2648C20.1753 17.0326 19.9865 13.903 19.9865 12.4044C20.0135 12.0491 19.7708 11.0146 18.6449 10.6233C18.291 10.4555 17.4956 10.2145 16.8106 10.6969%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.61361 13.7927V9.21919M7.61361 9.21919V3.67476C7.61361 2.85313 8.32927 2.25 9.16814 2.25C10.007 2.25 10.6791 2.85313 10.6791 3.67476L10.7471 8.74741M7.61361 9.21919C6.26858 10.413 4.797 11.7949 4.60209 12.1812C3.69518 13.5334 3.76651 14.7451 5.3102 16.8155C6.29445 18.1356 7.46125 19.4808 7.53369 19.5507C8.33451 20.3238 8.11751 21.3693 8.11751 22.246M10.7471 8.74741V11.2772M10.7471 8.74741C11.4636 7.90543 13.3888 8.2046 13.7925 9.92479M13.829 11.2732V10.2704C13.829 10.1913 13.8249 10.112 13.8135 10.0338M13.7925 9.92479C13.7942 9.93203 13.7958 9.9393 13.7975 9.94658C13.804 9.97545 13.8093 10.0045 13.8135 10.0338M13.7925 9.92479C13.7967 9.95985 13.8036 9.99617 13.8135 10.0338M13.7925 9.92479C14.0206 8.74741 16.751 9.0181 16.8772 11.1267V12.2727M17.8575 22.2414V21.2023C17.8965 19.9758 18.9349 19.6047 19.5516 18.2648C20.1753 17.0326 19.9865 13.903 19.9865 12.4044C20.0135 12.0491 19.7708 11.0146 18.6449 10.6233C18.291 10.4555 17.4956 10.2145 16.8106 10.6969%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touch-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.2273 7.78947V3.57895C11.2273 2.70692 10.5353 2 9.68182 2C8.82829 2 8.13636 2.70692 8.13636 3.57895V14.0655L6.46696 12.3546C5.73449 11.6039 4.52795 11.6724 3.88085 12.5014C3.38571 13.1357 3.37204 14.033 3.8476 14.6829L6.94263 18.9123C7.64502 19.8721 7.99622 20.352 8.41886 20.725C9.06365 21.2941 9.83631 21.6901 10.6674 21.8773C11.2121 22 11.7975 22 12.9681 22C15.2003 22 16.3164 22 17.205 21.6504C18.5637 21.1159 19.6373 20.0155 20.1589 18.623C20.5 17.7123 20.5 16.5684 20.5 14.2807V11.6782C20.5 10.649 19.7718 9.77073 18.7782 9.60154L18.4254 9.54147C17.8934 9.45089 17.4091 9.87003 17.4091 10.4211M11.2273 7.78947L11.8225 7.48542C12.1086 7.33925 12.4286 7.24491 12.7397 7.3211C13.6452 7.54286 14.3182 8.37534 14.3182 9.36842M11.2273 7.78947V10.4211M14.3182 9.36842V10.4211M14.3182 9.36842C14.3182 8.78707 14.7795 8.31579 15.3485 8.31579C16.4865 8.31579 17.4091 9.25835 17.4091 10.4211M17.4091 10.4211V11.4737%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.2273 7.78947V3.57895C11.2273 2.70692 10.5353 2 9.68182 2C8.82829 2 8.13636 2.70692 8.13636 3.57895V14.0655L6.46696 12.3546C5.73449 11.6039 4.52795 11.6724 3.88085 12.5014C3.38571 13.1357 3.37204 14.033 3.8476 14.6829L6.94263 18.9123C7.64502 19.8721 7.99622 20.352 8.41886 20.725C9.06365 21.2941 9.83631 21.6901 10.6674 21.8773C11.2121 22 11.7975 22 12.9681 22C15.2003 22 16.3164 22 17.205 21.6504C18.5637 21.1159 19.6373 20.0155 20.1589 18.623C20.5 17.7123 20.5 16.5684 20.5 14.2807V11.6782C20.5 10.649 19.7718 9.77073 18.7782 9.60154L18.4254 9.54147C17.8934 9.45089 17.4091 9.87003 17.4091 10.4211M11.2273 7.78947L11.8225 7.48542C12.1086 7.33925 12.4286 7.24491 12.7397 7.3211C13.6452 7.54286 14.3182 8.37534 14.3182 9.36842M11.2273 7.78947V10.4211M14.3182 9.36842V10.4211M14.3182 9.36842C14.3182 8.78707 14.7795 8.31579 15.3485 8.31579C16.4865 8.31579 17.4091 9.25835 17.4091 10.4211M17.4091 10.4211V11.4737%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touch-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.50447 13.9331V9.46965M7.50447 9.46965V3.9547C7.50447 3.13513 8.18777 2.47461 9.00773 2.47461C9.8277 2.47461 10.4738 3.13513 10.4738 3.9547V7.95053M7.50447 9.46965C6.18974 10.6605 4.77497 12.1648 4.58445 12.5501C3.69797 13.8989 3.79089 14.5518 4.77881 16.2022C5.6179 17.6039 6.74635 19.1595 6.81223 19.2341C7.48268 19.9936 7.34938 19.9937 8.32115 20.7068C9.18892 21.3088 10.9889 21.7283 15.2086 21.3088C18.6462 20.7781 19.4698 17.7788 19.4519 16.3455V12.8059C19.6661 9.86396 18.4358 9.73117 16.2019 9.44161M10.4738 7.95053V10.474M10.4738 7.95053C11.0313 7.04187 13.0559 7.40908 13.4506 9.12496M13.4862 10.47V9.46965C13.4862 9.39079 13.4823 9.31168 13.4711 9.23366M13.4506 9.12496C13.4522 9.13218 13.4539 9.13942 13.4555 9.14669C13.4618 9.17548 13.467 9.20449 13.4711 9.23366M13.4506 9.12496C13.4547 9.15992 13.4615 9.19616 13.4711 9.23366M13.4506 9.12496C13.3104 7.92899 16.3424 8.22054 16.4658 10.3238V11.467%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.50447 13.9331V9.46965M7.50447 9.46965V3.9547C7.50447 3.13513 8.18777 2.47461 9.00773 2.47461C9.8277 2.47461 10.4738 3.13513 10.4738 3.9547V7.95053M7.50447 9.46965C6.18974 10.6605 4.77497 12.1648 4.58445 12.5501C3.69797 13.8989 3.79089 14.5518 4.77881 16.2022C5.6179 17.6039 6.74635 19.1595 6.81223 19.2341C7.48268 19.9936 7.34938 19.9937 8.32115 20.7068C9.18892 21.3088 10.9889 21.7283 15.2086 21.3088C18.6462 20.7781 19.4698 17.7788 19.4519 16.3455V12.8059C19.6661 9.86396 18.4358 9.73117 16.2019 9.44161M10.4738 7.95053V10.474M10.4738 7.95053C11.0313 7.04187 13.0559 7.40908 13.4506 9.12496M13.4862 10.47V9.46965C13.4862 9.39079 13.4823 9.31168 13.4711 9.23366M13.4506 9.12496C13.4522 9.13218 13.4539 9.13942 13.4555 9.14669C13.4618 9.17548 13.467 9.20449 13.4711 9.23366M13.4506 9.12496C13.4547 9.15992 13.4615 9.19616 13.4711 9.23366M13.4506 9.12496C13.3104 7.92899 16.3424 8.22054 16.4658 10.3238V11.467%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touch-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.1121 8.68466L12.965 3.7607C13.1063 2.94487 12.5712 2.16689 11.7698 2.02304C10.9684 1.87919 10.2042 2.42393 10.0629 3.23976L8.35714 13.0877L8.21569 13.8509L6.30622 11.837C5.61343 11.1239 4.47226 11.1889 3.86022 11.9765C3.3919 12.5791 3.37897 13.4315 3.82877 14.0489L6.75611 18.0667C7.42045 18.9785 7.75263 19.4345 8.15236 19.7888C8.76222 20.3294 9.49302 20.7056 10.2791 20.8834C10.7943 21 11.3479 21 12.4552 21H14.7886C17.0993 21 19.0901 19.3242 19.549 16.9929L20.3921 12.7094L20.4774 12.2171C20.6187 11.4012 20.0836 10.6232 19.2822 10.4794C18.4808 10.3355 17.7166 10.8803 17.5752 11.6961L17.49 12.1885M12.1121 8.68466L11.8563 10.1618M12.1121 8.68466C12.2534 7.86883 13.0177 7.32408 13.8191 7.46794C14.6205 7.61179 15.1556 8.38977 15.0143 9.20559L14.8437 10.1904M14.8437 10.1904L14.7584 10.6828M14.8437 10.1904C14.985 9.37456 15.7492 8.82981 16.5506 8.97367C17.352 9.11752 17.8871 9.89549 17.7458 10.7113L17.6605 11.2037%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.1121 8.68466L12.965 3.7607C13.1063 2.94487 12.5712 2.16689 11.7698 2.02304C10.9684 1.87919 10.2042 2.42393 10.0629 3.23976L8.35714 13.0877L8.21569 13.8509L6.30622 11.837C5.61343 11.1239 4.47226 11.1889 3.86022 11.9765C3.3919 12.5791 3.37897 13.4315 3.82877 14.0489L6.75611 18.0667C7.42045 18.9785 7.75263 19.4345 8.15236 19.7888C8.76222 20.3294 9.49302 20.7056 10.2791 20.8834C10.7943 21 11.3479 21 12.4552 21H14.7886C17.0993 21 19.0901 19.3242 19.549 16.9929L20.3921 12.7094L20.4774 12.2171C20.6187 11.4012 20.0836 10.6232 19.2822 10.4794C18.4808 10.3355 17.7166 10.8803 17.5752 11.6961L17.49 12.1885M12.1121 8.68466L11.8563 10.1618M12.1121 8.68466C12.2534 7.86883 13.0177 7.32408 13.8191 7.46794C14.6205 7.61179 15.1556 8.38977 15.0143 9.20559L14.8437 10.1904M14.8437 10.1904L14.7584 10.6828M14.8437 10.1904C14.985 9.37456 15.7492 8.82981 16.5506 8.97367C17.352 9.11752 17.8871 9.89549 17.7458 10.7113L17.6605 11.2037%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touch-09{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 21L6.5 11.5C6.5 8.46243 8.96243 6 12 6C15.0376 6 17.5 8.46243 17.5 11.5L17.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 13V12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 11.5C14.5 10.1193 13.3807 9 12 9C10.6193 9 9.5 10.1193 9.5 11.5V12.75C9.5 13.4404 10.0596 14 10.75 14H13.25C13.9404 14 14.5 13.4404 14.5 12.75V11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 21L6.5 11.5C6.5 8.46243 8.96243 6 12 6C15.0376 6 17.5 8.46243 17.5 11.5L17.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 13V12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 11.5C14.5 10.1193 13.3807 9 12 9C10.6193 9 9.5 10.1193 9.5 11.5V12.75C9.5 13.4404 10.0596 14 10.75 14H13.25C13.9404 14 14.5 13.4404 14.5 12.75V11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touch-interaction-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.99483H6.17647C4.67907 7.99483 3.93037 7.99483 3.46518 7.55587C3 7.1169 3 6.4104 3 4.99741C3 3.58442 3 2.87792 3.46518 2.43896C3.93037 2 4.67907 2 6.17647 2H17.8235C19.3209 2 20.0696 2 20.5348 2.43896C21 2.87792 21 3.58442 21 4.99741C21 6.4104 21 7.1169 20.5348 7.55587C20.0696 7.99483 19.3209 7.99483 17.8235 7.99483H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0296 21.9904C17.9799 20.2765 18.1199 20.0509 18.2514 19.6696C18.3828 19.2884 19.1984 17.9347 19.5236 16.9524C20.576 13.7743 19.7712 13.2368 18.5104 12.2713C17.0658 11.1651 14.6208 10.6023 13.0946 10.7238V6.63369C13.0946 5.7711 12.2692 5.02051 11.3432 5.02051C10.4172 5.02051 9.59704 5.7711 9.59704 6.63369V14.3856L7.62568 12.7082C7.0938 12.1708 6.24275 12.22 5.62664 12.6268C5.43494 12.7533 5.27952 12.9309 5.18075 13.1383C4.90045 13.7269 4.98135 14.3932 5.42292 14.9386L6.54372 16.3834M9.52799 21.9962V21.0496C9.60063 19.8873 8.54484 18.9538 7.42153 17.515M7.42153 17.515C7.34059 17.4113 7.49821 17.612 7.42153 17.515ZM7.42153 17.515C7.08118 17.0846 6.81124 16.707 6.54372 16.3834M7.42153 17.515L8.52852 18.8688M7.42153 17.515L6.54372 16.3834%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.99483H6.17647C4.67907 7.99483 3.93037 7.99483 3.46518 7.55587C3 7.1169 3 6.4104 3 4.99741C3 3.58442 3 2.87792 3.46518 2.43896C3.93037 2 4.67907 2 6.17647 2H17.8235C19.3209 2 20.0696 2 20.5348 2.43896C21 2.87792 21 3.58442 21 4.99741C21 6.4104 21 7.1169 20.5348 7.55587C20.0696 7.99483 19.3209 7.99483 17.8235 7.99483H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0296 21.9904C17.9799 20.2765 18.1199 20.0509 18.2514 19.6696C18.3828 19.2884 19.1984 17.9347 19.5236 16.9524C20.576 13.7743 19.7712 13.2368 18.5104 12.2713C17.0658 11.1651 14.6208 10.6023 13.0946 10.7238V6.63369C13.0946 5.7711 12.2692 5.02051 11.3432 5.02051C10.4172 5.02051 9.59704 5.7711 9.59704 6.63369V14.3856L7.62568 12.7082C7.0938 12.1708 6.24275 12.22 5.62664 12.6268C5.43494 12.7533 5.27952 12.9309 5.18075 13.1383C4.90045 13.7269 4.98135 14.3932 5.42292 14.9386L6.54372 16.3834M9.52799 21.9962V21.0496C9.60063 19.8873 8.54484 18.9538 7.42153 17.515M7.42153 17.515C7.34059 17.4113 7.49821 17.612 7.42153 17.515ZM7.42153 17.515C7.08118 17.0846 6.81124 16.707 6.54372 16.3834M7.42153 17.515L8.52852 18.8688M7.42153 17.515L6.54372 16.3834%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touch-interaction-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.53345 13.6528L10.5 15.3722V6.50065C10.5 5.67186 11.1719 5 12.0006 5C12.8289 5 13.5006 5.67107 13.5013 6.49935L13.5045 11.263L16.1409 11.6903C17.8426 11.9492 18.6935 12.0786 19.2928 12.4427C20.2828 13.0441 21 14 21 15.2657C21 16.1841 20.7762 16.8002 20.232 18.4556C19.8867 19.5059 19.7141 20.0311 19.4326 20.4469C18.9691 21.1313 18.2853 21.6311 17.4984 21.8605C17.0204 21.9999 16.4745 21.9999 15.3826 21.9999H14.4571C13.0054 21.9999 12.2796 21.9999 11.6335 21.7298C11.5176 21.6814 11.4044 21.6267 11.2942 21.566C10.68 21.2278 10.2224 20.6566 9.30698 19.5142L6.3436 15.8158C5.88822 15.2474 5.88518 14.4341 6.3363 13.8622C6.87851 13.175 7.87444 13.08 8.53345 13.6528Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8H6.17647C4.67907 8 3.93037 8 3.46518 7.56066C3 7.12132 3 6.41421 3 5C3 3.58579 3 2.87868 3.46518 2.43934C3.93037 2 4.67907 2 6.17647 2H17.8235C19.3209 2 20.0696 2 20.5348 2.43934C21 2.87868 21 3.58579 21 5C21 6.41421 21 7.12132 20.5348 7.56066C20.0696 8 19.3209 8 17.8235 8H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.53345 13.6528L10.5 15.3722V6.50065C10.5 5.67186 11.1719 5 12.0006 5C12.8289 5 13.5006 5.67107 13.5013 6.49935L13.5045 11.263L16.1409 11.6903C17.8426 11.9492 18.6935 12.0786 19.2928 12.4427C20.2828 13.0441 21 14 21 15.2657C21 16.1841 20.7762 16.8002 20.232 18.4556C19.8867 19.5059 19.7141 20.0311 19.4326 20.4469C18.9691 21.1313 18.2853 21.6311 17.4984 21.8605C17.0204 21.9999 16.4745 21.9999 15.3826 21.9999H14.4571C13.0054 21.9999 12.2796 21.9999 11.6335 21.7298C11.5176 21.6814 11.4044 21.6267 11.2942 21.566C10.68 21.2278 10.2224 20.6566 9.30698 19.5142L6.3436 15.8158C5.88822 15.2474 5.88518 14.4341 6.3363 13.8622C6.87851 13.175 7.87444 13.08 8.53345 13.6528Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8H6.17647C4.67907 8 3.93037 8 3.46518 7.56066C3 7.12132 3 6.41421 3 5C3 3.58579 3 2.87868 3.46518 2.43934C3.93037 2 4.67907 2 6.17647 2H17.8235C19.3209 2 20.0696 2 20.5348 2.43934C21 2.87868 21 3.58579 21 5C21 6.41421 21 7.12132 20.5348 7.56066C20.0696 8 19.3209 8 17.8235 8H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touch-interaction-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5457 9.72218H13.485C14.5226 9.72218 15.3638 10.5679 15.3638 11.6111M15.3638 11.6111V12.5555M15.3638 11.6111C15.3638 11.0895 15.7843 10.6666 16.3031 10.6666C17.3407 10.6666 18.1819 11.5123 18.1819 12.5555M18.1819 12.5555V13.4999M18.1819 12.5555C18.1819 12.0611 18.6234 11.685 19.1085 11.7663L19.4301 11.8202C20.336 11.972 21 12.76 21 13.6834L20.9996 14.1297C20.9996 16.1823 20.9996 17.2086 20.6886 18.0257C20.5082 18.4996 20.0323 19.1041 19.6518 19.5409C19.3226 19.9187 19.1209 20.3979 19.1209 20.9001V22M12.5455 11.6111V6.41665C12.5455 5.63426 11.9146 5 11.1364 5C10.3582 5 9.72736 5.63426 9.72736 6.41665L9.72717 13.9367L8.2051 12.4016C7.53728 11.728 6.43723 11.7895 5.84724 12.5333C5.3958 13.1024 5.38333 13.9075 5.81692 14.4906L9.19837 18.8333C9.84533 19.6641 10.1969 20.9448 10.1969 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8H5.17647C3.67907 8 2.93037 8 2.46518 7.56066C2 7.12132 2 6.41421 2 5C2 3.58579 2 2.87868 2.46518 2.43934C2.93037 2 3.67907 2 5.17647 2H16.8235C18.3209 2 19.0696 2 19.5348 2.43934C20 2.87868 20 3.58579 20 5C20 6.41421 20 7.12132 19.5348 7.56066C19.0696 8 18.3209 8 16.8235 8H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5457 9.72218H13.485C14.5226 9.72218 15.3638 10.5679 15.3638 11.6111M15.3638 11.6111V12.5555M15.3638 11.6111C15.3638 11.0895 15.7843 10.6666 16.3031 10.6666C17.3407 10.6666 18.1819 11.5123 18.1819 12.5555M18.1819 12.5555V13.4999M18.1819 12.5555C18.1819 12.0611 18.6234 11.685 19.1085 11.7663L19.4301 11.8202C20.336 11.972 21 12.76 21 13.6834L20.9996 14.1297C20.9996 16.1823 20.9996 17.2086 20.6886 18.0257C20.5082 18.4996 20.0323 19.1041 19.6518 19.5409C19.3226 19.9187 19.1209 20.3979 19.1209 20.9001V22M12.5455 11.6111V6.41665C12.5455 5.63426 11.9146 5 11.1364 5C10.3582 5 9.72736 5.63426 9.72736 6.41665L9.72717 13.9367L8.2051 12.4016C7.53728 11.728 6.43723 11.7895 5.84724 12.5333C5.3958 13.1024 5.38333 13.9075 5.81692 14.4906L9.19837 18.8333C9.84533 19.6641 10.1969 20.9448 10.1969 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8H5.17647C3.67907 8 2.93037 8 2.46518 7.56066C2 7.12132 2 6.41421 2 5C2 3.58579 2 2.87868 2.46518 2.43934C2.93037 2 3.67907 2 5.17647 2H16.8235C18.3209 2 19.0696 2 19.5348 2.43934C20 2.87868 20 3.58579 20 5C20 6.41421 20 7.12132 19.5348 7.56066C19.0696 8 18.3209 8 16.8235 8H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touch-interaction-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 13.0526V13.2264M21 13.2264C21 12.3517 20.3574 11.6051 19.4807 11.4613L18.2727 11.2632V12.1579M21 13.2264V15.4386C21 17.3832 21 18.3555 20.699 19.1296C20.2388 20.3132 19.2915 21.2485 18.0926 21.7029C17.3086 22 16.3238 22 14.3542 22C13.3213 22 12.8048 22 12.3242 21.8957C11.5909 21.7366 10.9091 21.4 10.3402 20.9163C9.96726 20.5992 9.65737 20.1913 9.03761 19.3755L6.30671 15.7805C5.88709 15.2281 5.89916 14.4654 6.33605 13.9262C6.90702 13.2215 7.97161 13.1633 8.61791 13.8014L10 15.2557V6.5C10 5.67157 10.6716 5 11.5 5C12.3284 5 13 5.67157 13 6.5V9.4737M13 9.4737H13.7273C14.7314 9.4737 15.5455 10.2749 15.5455 11.2632M13 9.4737V12.1579M15.5455 11.2632V12.1579M15.5455 11.2632V10.3684H16.4545C17.4587 10.3684 18.2727 11.1696 18.2727 12.1579M18.2727 12.1579V13.0526%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8H6.17647C4.67907 8 3.93037 8 3.46518 7.56066C3 7.12132 3 6.41421 3 5C3 3.58579 3 2.87868 3.46518 2.43934C3.93037 2 4.67907 2 6.17647 2H17.8235C19.3209 2 20.0696 2 20.5348 2.43934C21 2.87868 21 3.58579 21 5C21 6.41421 21 7.12132 20.5348 7.56066C20.0696 8 19.3209 8 17.8235 8H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 13.0526V13.2264M21 13.2264C21 12.3517 20.3574 11.6051 19.4807 11.4613L18.2727 11.2632V12.1579M21 13.2264V15.4386C21 17.3832 21 18.3555 20.699 19.1296C20.2388 20.3132 19.2915 21.2485 18.0926 21.7029C17.3086 22 16.3238 22 14.3542 22C13.3213 22 12.8048 22 12.3242 21.8957C11.5909 21.7366 10.9091 21.4 10.3402 20.9163C9.96726 20.5992 9.65737 20.1913 9.03761 19.3755L6.30671 15.7805C5.88709 15.2281 5.89916 14.4654 6.33605 13.9262C6.90702 13.2215 7.97161 13.1633 8.61791 13.8014L10 15.2557V6.5C10 5.67157 10.6716 5 11.5 5C12.3284 5 13 5.67157 13 6.5V9.4737M13 9.4737H13.7273C14.7314 9.4737 15.5455 10.2749 15.5455 11.2632M13 9.4737V12.1579M15.5455 11.2632V12.1579M15.5455 11.2632V10.3684H16.4545C17.4587 10.3684 18.2727 11.1696 18.2727 12.1579M18.2727 12.1579V13.0526%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8H6.17647C4.67907 8 3.93037 8 3.46518 7.56066C3 7.12132 3 6.41421 3 5C3 3.58579 3 2.87868 3.46518 2.43934C3.93037 2 4.67907 2 6.17647 2H17.8235C19.3209 2 20.0696 2 20.5348 2.43934C21 2.87868 21 3.58579 21 5C21 6.41421 21 7.12132 20.5348 7.56066C20.0696 8 19.3209 8 17.8235 8H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touch-locked-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 14L7.95675 14.5171C8.16822 14.7393 8.49365 14.8103 8.77844 14.6964C9.06324 14.5825 9.25 14.3067 9.25 14H8.5ZM6.28341 11.6713L6.82666 11.1542C6.81182 11.1386 6.79632 11.1236 6.7802 11.1094L6.28341 11.6713ZM3.8775 14.0886L4.47551 13.636C4.4726 13.6322 4.46966 13.6283 4.46668 13.6246L3.8775 14.0886ZM7.15864 18.4236L6.56062 18.8763H6.56062L7.15864 18.4236ZM3.86948 11.9053L3.27682 11.4457L3.27682 11.4457L3.86948 11.9053ZM7.60181 22C7.60181 22.4142 7.93759 22.75 8.35181 22.75C8.76602 22.75 9.10181 22.4142 9.10181 22H7.60181ZM8.21263 20.1155L8.92876 19.8927L8.21263 20.1155ZM8.1732 19.9973L8.87968 19.7456L8.87967 19.7455L8.1732 19.9973ZM12 9.5H11.25C11.25 9.70469 11.3337 9.90049 11.4816 10.042C11.6295 10.1835 11.8288 10.2584 12.0333 10.2493L12 9.5ZM18.0002 12.0592C18.309 12.3352 18.7831 12.3086 19.0592 11.9998C19.3352 11.691 19.3086 11.2169 18.9998 10.9408L18.0002 12.0592ZM9.04325 13.4829L6.82666 11.1542L5.74016 12.1883L7.95675 14.5171L9.04325 13.4829ZM3.27948 14.5413L6.56062 18.8763L7.75665 17.971L4.47551 13.636L3.27948 14.5413ZM3.27682 11.4457C2.57019 12.3568 2.57482 13.6468 3.28831 14.5527L4.46668 13.6246C4.17956 13.26 4.17752 12.7319 4.46214 12.3649L3.27682 11.4457ZM6.7802 11.1094C5.72827 10.1793 4.13524 10.3388 3.27682 11.4457L4.46214 12.3649C4.79514 11.9355 5.39049 11.8829 5.78661 12.2331L6.7802 11.1094ZM9.10181 22C9.10181 21.0874 9.10964 20.4739 8.92876 19.8927L7.49651 20.3384C7.59397 20.6516 7.60181 20.9963 7.60181 22H9.10181ZM6.56062 18.8763C7.1596 19.6676 7.35727 19.942 7.46672 20.2491L8.87967 19.7455C8.6749 19.1709 8.30091 18.69 7.75665 17.971L6.56062 18.8763ZM8.92876 19.8927C8.9134 19.8433 8.89703 19.7943 8.87968 19.7456L7.46672 20.2491C7.47724 20.2786 7.48717 20.3084 7.49651 20.3384L8.92876 19.8927ZM7.75 3.75V14H9.25V3.75H7.75ZM11.25 3.75V9.5H12.75V3.75H11.25ZM9.25 3.75C9.25 3.19772 9.69772 2.75 10.25 2.75V1.25C8.86929 1.25 7.75 2.36929 7.75 3.75H9.25ZM10.25 2.75C10.8023 2.75 11.25 3.19772 11.25 3.75H12.75C12.75 2.36929 11.6307 1.25 10.25 1.25V2.75ZM12.0333 10.2493C13.5963 10.1798 16.1216 10.38 18.0002 12.0592L18.9998 10.9408C16.676 8.86365 13.6518 8.67581 11.9667 8.75074L12.0333 10.2493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5 19.5C14.5 18.5654 14.5 18.0981 14.701 17.75C14.8326 17.522 15.022 17.3326 15.25 17.201C15.5981 17 16.0654 17 17 17H18C18.9346 17 19.4019 17 19.75 17.201C19.978 17.3326 20.1674 17.522 20.299 17.75C20.5 18.0981 20.5 18.5654 20.5 19.5C20.5 20.4346 20.5 20.9019 20.299 21.25C20.1674 21.478 19.978 21.6674 19.75 21.799C19.4019 22 18.9346 22 18 22H17C16.0654 22 15.5981 22 15.25 21.799C15.022 21.6674 14.8326 21.478 14.701 21.25C14.5 20.9019 14.5 20.4346 14.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 15.5C16 14.6716 16.6716 14 17.5 14C18.3284 14 19 14.6716 19 15.5V17H16V15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 14L7.95675 14.5171C8.16822 14.7393 8.49365 14.8103 8.77844 14.6964C9.06324 14.5825 9.25 14.3067 9.25 14H8.5ZM6.28341 11.6713L6.82666 11.1542C6.81182 11.1386 6.79632 11.1236 6.7802 11.1094L6.28341 11.6713ZM3.8775 14.0886L4.47551 13.636C4.4726 13.6322 4.46966 13.6283 4.46668 13.6246L3.8775 14.0886ZM7.15864 18.4236L6.56062 18.8763H6.56062L7.15864 18.4236ZM3.86948 11.9053L3.27682 11.4457L3.27682 11.4457L3.86948 11.9053ZM7.60181 22C7.60181 22.4142 7.93759 22.75 8.35181 22.75C8.76602 22.75 9.10181 22.4142 9.10181 22H7.60181ZM8.21263 20.1155L8.92876 19.8927L8.21263 20.1155ZM8.1732 19.9973L8.87968 19.7456L8.87967 19.7455L8.1732 19.9973ZM12 9.5H11.25C11.25 9.70469 11.3337 9.90049 11.4816 10.042C11.6295 10.1835 11.8288 10.2584 12.0333 10.2493L12 9.5ZM18.0002 12.0592C18.309 12.3352 18.7831 12.3086 19.0592 11.9998C19.3352 11.691 19.3086 11.2169 18.9998 10.9408L18.0002 12.0592ZM9.04325 13.4829L6.82666 11.1542L5.74016 12.1883L7.95675 14.5171L9.04325 13.4829ZM3.27948 14.5413L6.56062 18.8763L7.75665 17.971L4.47551 13.636L3.27948 14.5413ZM3.27682 11.4457C2.57019 12.3568 2.57482 13.6468 3.28831 14.5527L4.46668 13.6246C4.17956 13.26 4.17752 12.7319 4.46214 12.3649L3.27682 11.4457ZM6.7802 11.1094C5.72827 10.1793 4.13524 10.3388 3.27682 11.4457L4.46214 12.3649C4.79514 11.9355 5.39049 11.8829 5.78661 12.2331L6.7802 11.1094ZM9.10181 22C9.10181 21.0874 9.10964 20.4739 8.92876 19.8927L7.49651 20.3384C7.59397 20.6516 7.60181 20.9963 7.60181 22H9.10181ZM6.56062 18.8763C7.1596 19.6676 7.35727 19.942 7.46672 20.2491L8.87967 19.7455C8.6749 19.1709 8.30091 18.69 7.75665 17.971L6.56062 18.8763ZM8.92876 19.8927C8.9134 19.8433 8.89703 19.7943 8.87968 19.7456L7.46672 20.2491C7.47724 20.2786 7.48717 20.3084 7.49651 20.3384L8.92876 19.8927ZM7.75 3.75V14H9.25V3.75H7.75ZM11.25 3.75V9.5H12.75V3.75H11.25ZM9.25 3.75C9.25 3.19772 9.69772 2.75 10.25 2.75V1.25C8.86929 1.25 7.75 2.36929 7.75 3.75H9.25ZM10.25 2.75C10.8023 2.75 11.25 3.19772 11.25 3.75H12.75C12.75 2.36929 11.6307 1.25 10.25 1.25V2.75ZM12.0333 10.2493C13.5963 10.1798 16.1216 10.38 18.0002 12.0592L18.9998 10.9408C16.676 8.86365 13.6518 8.67581 11.9667 8.75074L12.0333 10.2493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14.5 19.5C14.5 18.5654 14.5 18.0981 14.701 17.75C14.8326 17.522 15.022 17.3326 15.25 17.201C15.5981 17 16.0654 17 17 17H18C18.9346 17 19.4019 17 19.75 17.201C19.978 17.3326 20.1674 17.522 20.299 17.75C20.5 18.0981 20.5 18.5654 20.5 19.5C20.5 20.4346 20.5 20.9019 20.299 21.25C20.1674 21.478 19.978 21.6674 19.75 21.799C19.4019 22 18.9346 22 18 22H17C16.0654 22 15.5981 22 15.25 21.799C15.022 21.6674 14.8326 21.478 14.701 21.25C14.5 20.9019 14.5 20.4346 14.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 15.5C16 14.6716 16.6716 14 17.5 14C18.3284 14 19 14.6716 19 15.5V17H16V15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touch-locked-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.74986 14C6.74986 14.4142 7.08564 14.75 7.49986 14.75C7.91407 14.75 8.24986 14.4142 8.24986 14H6.74986ZM10.9999 9.5H10.2499C10.2499 9.70469 10.3335 9.90049 10.4814 10.042C10.6294 10.1835 10.8287 10.2584 11.0332 10.2493L10.9999 9.5ZM6.75 22C6.75 22.4142 7.08579 22.75 7.5 22.75C7.91421 22.75 8.25 22.4142 8.25 22H6.75ZM5.17457 17.0914L4.5335 17.4807L4.5335 17.4807L5.17457 17.0914ZM4.12367 13.6086L4.83213 13.8547H4.83213L4.12367 13.6086ZM7.95162 10.5988C8.28232 10.3494 8.34821 9.87908 8.09878 9.54838C7.84936 9.21768 7.37908 9.15179 7.04838 9.40122L7.95162 10.5988ZM17.0002 12.0592C17.309 12.3352 17.7831 12.3087 18.0592 11.9998C18.3352 11.691 18.3087 11.2169 17.9998 10.9408L17.0002 12.0592ZM6.74986 3.75V14H8.24986V3.75H6.74986ZM10.2499 3.75V9.5H11.7499V3.75H10.2499ZM8.24986 3.75C8.24986 3.19772 8.69757 2.75 9.24986 2.75V1.25C7.86914 1.25 6.74986 2.36929 6.74986 3.75H8.24986ZM9.24986 2.75C9.80214 2.75 10.2499 3.19772 10.2499 3.75H11.7499C11.7499 2.36929 10.6306 1.25 9.24986 1.25V2.75ZM6.75 21.0049V22H8.25V21.0049H6.75ZM4.5335 17.4807C4.68109 17.7237 4.9139 18.036 5.14796 18.3478C5.39257 18.6736 5.65864 19.0247 5.90933 19.3828C6.16099 19.7424 6.38197 20.088 6.53771 20.395C6.70348 20.7219 6.75 20.919 6.75 21.0049H8.25C8.25 20.5542 8.06801 20.0961 7.87547 19.7165C7.6729 19.3171 7.40577 18.905 7.13824 18.5227C6.86974 18.1391 6.58554 17.7642 6.34751 17.4472C6.09892 17.1161 5.91672 16.8686 5.81564 16.7021L4.5335 17.4807ZM4.83213 13.8547C4.91172 13.6256 5.11441 13.3043 5.43705 12.9192C5.74908 12.5468 6.1305 12.1646 6.50835 11.8154C6.88448 11.4678 7.2471 11.1622 7.51624 10.9431C7.6505 10.8338 7.76074 10.7467 7.83681 10.6873C7.87482 10.6577 7.90425 10.635 7.92382 10.62C7.93361 10.6125 7.94092 10.6069 7.94561 10.6033C7.94795 10.6016 7.94964 10.6003 7.95065 10.5995C7.95115 10.5991 7.95148 10.5989 7.95165 10.5988C7.95173 10.5987 7.95177 10.5987 7.95176 10.5987C7.95176 10.5987 7.95172 10.5987 7.95172 10.5987C7.95168 10.5987 7.95162 10.5988 7.5 10C7.04838 9.40122 7.0483 9.40128 7.04821 9.40135C7.04817 9.40138 7.04806 9.40146 7.04798 9.40152C7.0478 9.40166 7.04757 9.40183 7.0473 9.40203C7.04677 9.40243 7.04606 9.40297 7.04518 9.40364C7.04342 9.40497 7.04097 9.40683 7.03786 9.40919C7.03163 9.41393 7.02273 9.42071 7.01133 9.42945C6.98852 9.44693 6.95567 9.47226 6.91406 9.50473C6.83087 9.56964 6.71249 9.66323 6.56928 9.77981C6.28349 10.0124 5.89578 10.3391 5.49033 10.7138C5.0866 11.0868 4.65518 11.5168 4.28728 11.9559C3.92998 12.3824 3.58563 12.8719 3.41521 13.3624L4.83213 13.8547ZM5.81564 16.7022C5.46505 16.1248 5.14346 15.6558 4.93458 15.1488C4.739 14.674 4.68935 14.2657 4.83213 13.8547L3.41521 13.3624C3.11226 14.2344 3.26691 15.0386 3.54765 15.7201C3.81509 16.3693 4.24181 17.0003 4.5335 17.4807L5.81564 16.7022ZM11.0332 10.2493C12.5963 10.1798 15.1215 10.3799 17.0002 12.0592L17.9998 10.9408C15.6759 8.86353 12.6516 8.67581 10.9665 8.75074L11.0332 10.2493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14 19.5C14 18.5654 14 18.0981 14.201 17.75C14.3326 17.522 14.522 17.3326 14.75 17.201C15.0981 17 15.5654 17 16.5 17H17.5C18.4346 17 18.9019 17 19.25 17.201C19.478 17.3326 19.6674 17.522 19.799 17.75C20 18.0981 20 18.5654 20 19.5C20 20.4346 20 20.9019 19.799 21.25C19.6674 21.478 19.478 21.6674 19.25 21.799C18.9019 22 18.4346 22 17.5 22H16.5C15.5654 22 15.0981 22 14.75 21.799C14.522 21.6674 14.3326 21.478 14.201 21.25C14 20.9019 14 20.4346 14 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 15.5C15.5 14.6716 16.1716 14 17 14C17.8284 14 18.5 14.6716 18.5 15.5V17H15.5V15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.74986 14C6.74986 14.4142 7.08564 14.75 7.49986 14.75C7.91407 14.75 8.24986 14.4142 8.24986 14H6.74986ZM10.9999 9.5H10.2499C10.2499 9.70469 10.3335 9.90049 10.4814 10.042C10.6294 10.1835 10.8287 10.2584 11.0332 10.2493L10.9999 9.5ZM6.75 22C6.75 22.4142 7.08579 22.75 7.5 22.75C7.91421 22.75 8.25 22.4142 8.25 22H6.75ZM5.17457 17.0914L4.5335 17.4807L4.5335 17.4807L5.17457 17.0914ZM4.12367 13.6086L4.83213 13.8547H4.83213L4.12367 13.6086ZM7.95162 10.5988C8.28232 10.3494 8.34821 9.87908 8.09878 9.54838C7.84936 9.21768 7.37908 9.15179 7.04838 9.40122L7.95162 10.5988ZM17.0002 12.0592C17.309 12.3352 17.7831 12.3087 18.0592 11.9998C18.3352 11.691 18.3087 11.2169 17.9998 10.9408L17.0002 12.0592ZM6.74986 3.75V14H8.24986V3.75H6.74986ZM10.2499 3.75V9.5H11.7499V3.75H10.2499ZM8.24986 3.75C8.24986 3.19772 8.69757 2.75 9.24986 2.75V1.25C7.86914 1.25 6.74986 2.36929 6.74986 3.75H8.24986ZM9.24986 2.75C9.80214 2.75 10.2499 3.19772 10.2499 3.75H11.7499C11.7499 2.36929 10.6306 1.25 9.24986 1.25V2.75ZM6.75 21.0049V22H8.25V21.0049H6.75ZM4.5335 17.4807C4.68109 17.7237 4.9139 18.036 5.14796 18.3478C5.39257 18.6736 5.65864 19.0247 5.90933 19.3828C6.16099 19.7424 6.38197 20.088 6.53771 20.395C6.70348 20.7219 6.75 20.919 6.75 21.0049H8.25C8.25 20.5542 8.06801 20.0961 7.87547 19.7165C7.6729 19.3171 7.40577 18.905 7.13824 18.5227C6.86974 18.1391 6.58554 17.7642 6.34751 17.4472C6.09892 17.1161 5.91672 16.8686 5.81564 16.7021L4.5335 17.4807ZM4.83213 13.8547C4.91172 13.6256 5.11441 13.3043 5.43705 12.9192C5.74908 12.5468 6.1305 12.1646 6.50835 11.8154C6.88448 11.4678 7.2471 11.1622 7.51624 10.9431C7.6505 10.8338 7.76074 10.7467 7.83681 10.6873C7.87482 10.6577 7.90425 10.635 7.92382 10.62C7.93361 10.6125 7.94092 10.6069 7.94561 10.6033C7.94795 10.6016 7.94964 10.6003 7.95065 10.5995C7.95115 10.5991 7.95148 10.5989 7.95165 10.5988C7.95173 10.5987 7.95177 10.5987 7.95176 10.5987C7.95176 10.5987 7.95172 10.5987 7.95172 10.5987C7.95168 10.5987 7.95162 10.5988 7.5 10C7.04838 9.40122 7.0483 9.40128 7.04821 9.40135C7.04817 9.40138 7.04806 9.40146 7.04798 9.40152C7.0478 9.40166 7.04757 9.40183 7.0473 9.40203C7.04677 9.40243 7.04606 9.40297 7.04518 9.40364C7.04342 9.40497 7.04097 9.40683 7.03786 9.40919C7.03163 9.41393 7.02273 9.42071 7.01133 9.42945C6.98852 9.44693 6.95567 9.47226 6.91406 9.50473C6.83087 9.56964 6.71249 9.66323 6.56928 9.77981C6.28349 10.0124 5.89578 10.3391 5.49033 10.7138C5.0866 11.0868 4.65518 11.5168 4.28728 11.9559C3.92998 12.3824 3.58563 12.8719 3.41521 13.3624L4.83213 13.8547ZM5.81564 16.7022C5.46505 16.1248 5.14346 15.6558 4.93458 15.1488C4.739 14.674 4.68935 14.2657 4.83213 13.8547L3.41521 13.3624C3.11226 14.2344 3.26691 15.0386 3.54765 15.7201C3.81509 16.3693 4.24181 17.0003 4.5335 17.4807L5.81564 16.7022ZM11.0332 10.2493C12.5963 10.1798 15.1215 10.3799 17.0002 12.0592L17.9998 10.9408C15.6759 8.86353 12.6516 8.67581 10.9665 8.75074L11.0332 10.2493Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14 19.5C14 18.5654 14 18.0981 14.201 17.75C14.3326 17.522 14.522 17.3326 14.75 17.201C15.0981 17 15.5654 17 16.5 17H17.5C18.4346 17 18.9019 17 19.25 17.201C19.478 17.3326 19.6674 17.522 19.799 17.75C20 18.0981 20 18.5654 20 19.5C20 20.4346 20 20.9019 19.799 21.25C19.6674 21.478 19.478 21.6674 19.25 21.799C18.9019 22 18.4346 22 17.5 22H16.5C15.5654 22 15.0981 22 14.75 21.799C14.522 21.6674 14.3326 21.478 14.201 21.25C14 20.9019 14 20.4346 14 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 15.5C15.5 14.6716 16.1716 14 17 14C17.8284 14 18.5 14.6716 18.5 15.5V17H15.5V15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touch-locked-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 12C19.1629 11.2878 18.7648 10.7376 18.0652 10.3184C17.386 9.91152 16.4216 9.76687 14.493 9.47757L11.5051 9V3.75C11.5051 2.7835 10.7216 2 9.75514 2C8.78864 2 8.00514 2.7835 8.00514 3.75V13.5L5.87124 11.671C5.12437 11.0308 3.99565 11.1369 3.38114 11.905C2.86987 12.5441 2.87331 13.4531 3.38941 14.0883L6.74791 18.2219C7.78533 19.4987 8.30405 20.1371 9.00012 20.5151C9.12494 20.5829 9.25329 20.644 9.38462 20.6981C10.0246 20.9619 10.7335 20.9952 12 20.9994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 19.5C15 18.5654 15 18.0981 15.201 17.75C15.3326 17.522 15.522 17.3326 15.75 17.201C16.0981 17 16.5654 17 17.5 17H18.5C19.4346 17 19.9019 17 20.25 17.201C20.478 17.3326 20.6674 17.522 20.799 17.75C21 18.0981 21 18.5654 21 19.5C21 20.4346 21 20.9019 20.799 21.25C20.6674 21.478 20.478 21.6674 20.25 21.799C19.9019 22 19.4346 22 18.5 22H17.5C16.5654 22 16.0981 22 15.75 21.799C15.522 21.6674 15.3326 21.478 15.201 21.25C15 20.9019 15 20.4346 15 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 15.5C16.5 14.6716 17.1716 14 18 14C18.8284 14 19.5 14.6716 19.5 15.5V17H16.5V15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 12C19.1629 11.2878 18.7648 10.7376 18.0652 10.3184C17.386 9.91152 16.4216 9.76687 14.493 9.47757L11.5051 9V3.75C11.5051 2.7835 10.7216 2 9.75514 2C8.78864 2 8.00514 2.7835 8.00514 3.75V13.5L5.87124 11.671C5.12437 11.0308 3.99565 11.1369 3.38114 11.905C2.86987 12.5441 2.87331 13.4531 3.38941 14.0883L6.74791 18.2219C7.78533 19.4987 8.30405 20.1371 9.00012 20.5151C9.12494 20.5829 9.25329 20.644 9.38462 20.6981C10.0246 20.9619 10.7335 20.9952 12 20.9994%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 19.5C15 18.5654 15 18.0981 15.201 17.75C15.3326 17.522 15.522 17.3326 15.75 17.201C16.0981 17 16.5654 17 17.5 17H18.5C19.4346 17 19.9019 17 20.25 17.201C20.478 17.3326 20.6674 17.522 20.799 17.75C21 18.0981 21 18.5654 21 19.5C21 20.4346 21 20.9019 20.799 21.25C20.6674 21.478 20.478 21.6674 20.25 21.799C19.9019 22 19.4346 22 18.5 22H17.5C16.5654 22 16.0981 22 15.75 21.799C15.522 21.6674 15.3326 21.478 15.201 21.25C15 20.9019 15 20.4346 15 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 15.5C16.5 14.6716 17.1716 14 18 14C18.8284 14 19.5 14.6716 19.5 15.5V17H16.5V15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touch-locked-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.91601 13.4949V9.99645M6.91601 9.99645V3.74922C6.91601 2.78315 7.69951 2 8.66601 2C9.6325 2 10.416 2.78315 10.416 3.74922V8.99689L13.493 9.47425C15.4216 9.76342 16.386 9.908 17.0652 10.3147C17.7648 10.7337 18.1629 11.2837 18.5 11.9956M6.91601 9.99645L5.7297 11.3516C4.77678 12.4402 4.30031 12.9845 4.11571 13.6295C4.03246 13.9203 3.99373 14.2221 4.00083 14.5246C4.01657 15.1953 4.34015 15.8421 4.98731 17.1359C5.78536 18.7313 6.18438 19.529 6.82659 20.0642C7.11674 20.306 7.4397 20.5055 7.78584 20.6568C8.77695 21.0899 9.93973 20.9901 11 20.9901%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19.5C14 18.5654 14 18.0981 14.201 17.75C14.3326 17.522 14.522 17.3326 14.75 17.201C15.0981 17 15.5654 17 16.5 17H17.5C18.4346 17 18.9019 17 19.25 17.201C19.478 17.3326 19.6674 17.522 19.799 17.75C20 18.0981 20 18.5654 20 19.5C20 20.4346 20 20.9019 19.799 21.25C19.6674 21.478 19.478 21.6674 19.25 21.799C18.9019 22 18.4346 22 17.5 22H16.5C15.5654 22 15.0981 22 14.75 21.799C14.522 21.6674 14.3326 21.478 14.201 21.25C14 20.9019 14 20.4346 14 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 15.5C15.5 14.6716 16.1716 14 17 14C17.8284 14 18.5 14.6716 18.5 15.5V17H15.5V15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.91601 13.4949V9.99645M6.91601 9.99645V3.74922C6.91601 2.78315 7.69951 2 8.66601 2C9.6325 2 10.416 2.78315 10.416 3.74922V8.99689L13.493 9.47425C15.4216 9.76342 16.386 9.908 17.0652 10.3147C17.7648 10.7337 18.1629 11.2837 18.5 11.9956M6.91601 9.99645L5.7297 11.3516C4.77678 12.4402 4.30031 12.9845 4.11571 13.6295C4.03246 13.9203 3.99373 14.2221 4.00083 14.5246C4.01657 15.1953 4.34015 15.8421 4.98731 17.1359C5.78536 18.7313 6.18438 19.529 6.82659 20.0642C7.11674 20.306 7.4397 20.5055 7.78584 20.6568C8.77695 21.0899 9.93973 20.9901 11 20.9901%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19.5C14 18.5654 14 18.0981 14.201 17.75C14.3326 17.522 14.522 17.3326 14.75 17.201C15.0981 17 15.5654 17 16.5 17H17.5C18.4346 17 18.9019 17 19.25 17.201C19.478 17.3326 19.6674 17.522 19.799 17.75C20 18.0981 20 18.5654 20 19.5C20 20.4346 20 20.9019 19.799 21.25C19.6674 21.478 19.478 21.6674 19.25 21.799C18.9019 22 18.4346 22 17.5 22H16.5C15.5654 22 15.0981 22 14.75 21.799C14.522 21.6674 14.3326 21.478 14.201 21.25C14 20.9019 14 20.4346 14 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 15.5C15.5 14.6716 16.1716 14 17 14C17.8284 14 18.5 14.6716 18.5 15.5V17H15.5V15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touchpad-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.4484 13.9694L20.9205 14.5022L21.4484 13.9694ZM21.1863 18.5514L21.8607 18.8794L21.8607 18.8794L21.1863 18.5514ZM13 15.258L12.5062 15.8225C12.7276 16.0162 13.042 16.0626 13.3099 15.941C13.5779 15.8194 13.75 15.5523 13.75 15.258H13ZM11.2615 13.737L11.7554 13.1725L11.754 13.1713L11.2615 13.737ZM9.30671 15.6709L9.90133 15.2138C9.89838 15.21 9.8954 15.2062 9.89238 15.2024L9.30671 15.6709ZM11.9726 19.1389L12.5673 18.6818L11.9726 19.1389ZM9.3002 13.9242L8.71102 13.4602L8.71102 13.4602L9.3002 13.9242ZM19.5372 22C19.5372 22.4142 19.8729 22.75 20.2872 22.75C20.7014 22.75 21.0372 22.4142 21.0372 22H19.5372ZM12.1921 22C12.1921 22.4142 12.5279 22.75 12.9421 22.75C13.3563 22.75 13.6921 22.4142 13.6921 22H12.1921ZM12.829 20.4924L13.5441 20.2664L13.5441 20.2664L12.829 20.4924ZM12.797 20.3979L13.5022 20.1426L13.5022 20.1426L12.797 20.3979ZM16 11.9796H15.25C15.25 12.1842 15.3336 12.38 15.4814 12.5214C15.6292 12.6629 15.8284 12.7379 16.0328 12.7289L16 11.9796ZM20.9205 14.5022C21.2056 14.7847 21.3244 15.3167 21.2033 16.1129C21.0876 16.8736 20.7801 17.6717 20.5118 18.2233L21.8607 18.8794C22.167 18.2497 22.5398 17.3011 22.6862 16.3384C22.8272 15.4112 22.7898 14.2428 21.9763 13.4367L20.9205 14.5022ZM20.5118 18.2233C20.4463 18.358 20.3633 18.5055 20.2625 18.683C20.1659 18.8532 20.0539 19.0491 19.9514 19.2508C19.753 19.6415 19.5372 20.1517 19.5372 20.7056H21.0372C21.0372 20.519 21.1154 20.2715 21.2889 19.93C21.3724 19.7656 21.4657 19.6018 21.5668 19.4238C21.6637 19.2532 21.7708 19.0643 21.8607 18.8794L20.5118 18.2233ZM13.4938 14.6935L11.7554 13.1725L10.7677 14.3015L12.5062 15.8225L13.4938 14.6935ZM8.7121 16.128L11.378 19.596L12.5673 18.6818L9.90133 15.2138L8.7121 16.128ZM8.71102 13.4602C8.09263 14.2453 8.09672 15.359 8.72105 16.1394L9.89238 15.2024C9.70371 14.9665 9.70238 14.6257 9.88939 14.3883L8.71102 13.4602ZM11.754 13.1713C10.8407 12.3763 9.45892 12.5106 8.71102 13.4602L9.88939 14.3883C10.1095 14.1088 10.5058 14.0735 10.7691 14.3027L11.754 13.1713ZM19.5372 20.7056V22H21.0372V20.7056H19.5372ZM13.6921 22C13.6921 21.2796 13.7001 20.76 13.5441 20.2664L12.1139 20.7184C12.184 20.9404 12.1921 21.1873 12.1921 22H13.6921ZM11.378 19.596C11.8705 20.2367 12.0128 20.4351 12.0917 20.6531L13.5022 20.1426C13.3258 19.6552 13.0036 19.2495 12.5673 18.6818L11.378 19.596ZM13.5441 20.2664C13.531 20.2249 13.517 20.1836 13.5022 20.1426L12.0917 20.6531C12.0996 20.6747 12.1069 20.6965 12.1139 20.7184L13.5441 20.2664ZM12.25 7.5V15.258H13.75V7.5H12.25ZM15.25 7.5V11.9796H16.75V7.5H15.25ZM16.0328 12.7289C17.3045 12.6732 19.3922 12.9879 20.9205 14.5022L21.9763 13.4367C20.0407 11.5188 17.4714 11.1645 15.9672 11.2304L16.0328 12.7289ZM13.75 7.5C13.75 7.08579 14.0858 6.75 14.5 6.75V5.25C13.2574 5.25 12.25 6.25736 12.25 7.5H13.75ZM14.5 6.75C14.9142 6.75 15.25 7.08579 15.25 7.5H16.75C16.75 6.25736 15.7426 5.25 14.5 5.25V6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22 10C22 6.22876 22 4.34315 20.8284 3.17157C19.6569 2 17.7712 2 14 2H10C6.22876 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10V12C2 13.8638 2 14.7956 2.30448 15.5307C2.71046 16.5108 3.48915 17.2895 4.46927 17.6955C5.05932 17.9399 5.77617 17.9881 7 17.9977%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.4484 13.9694L20.9205 14.5022L21.4484 13.9694ZM21.1863 18.5514L21.8607 18.8794L21.8607 18.8794L21.1863 18.5514ZM13 15.258L12.5062 15.8225C12.7276 16.0162 13.042 16.0626 13.3099 15.941C13.5779 15.8194 13.75 15.5523 13.75 15.258H13ZM11.2615 13.737L11.7554 13.1725L11.754 13.1713L11.2615 13.737ZM9.30671 15.6709L9.90133 15.2138C9.89838 15.21 9.8954 15.2062 9.89238 15.2024L9.30671 15.6709ZM11.9726 19.1389L12.5673 18.6818L11.9726 19.1389ZM9.3002 13.9242L8.71102 13.4602L8.71102 13.4602L9.3002 13.9242ZM19.5372 22C19.5372 22.4142 19.8729 22.75 20.2872 22.75C20.7014 22.75 21.0372 22.4142 21.0372 22H19.5372ZM12.1921 22C12.1921 22.4142 12.5279 22.75 12.9421 22.75C13.3563 22.75 13.6921 22.4142 13.6921 22H12.1921ZM12.829 20.4924L13.5441 20.2664L13.5441 20.2664L12.829 20.4924ZM12.797 20.3979L13.5022 20.1426L13.5022 20.1426L12.797 20.3979ZM16 11.9796H15.25C15.25 12.1842 15.3336 12.38 15.4814 12.5214C15.6292 12.6629 15.8284 12.7379 16.0328 12.7289L16 11.9796ZM20.9205 14.5022C21.2056 14.7847 21.3244 15.3167 21.2033 16.1129C21.0876 16.8736 20.7801 17.6717 20.5118 18.2233L21.8607 18.8794C22.167 18.2497 22.5398 17.3011 22.6862 16.3384C22.8272 15.4112 22.7898 14.2428 21.9763 13.4367L20.9205 14.5022ZM20.5118 18.2233C20.4463 18.358 20.3633 18.5055 20.2625 18.683C20.1659 18.8532 20.0539 19.0491 19.9514 19.2508C19.753 19.6415 19.5372 20.1517 19.5372 20.7056H21.0372C21.0372 20.519 21.1154 20.2715 21.2889 19.93C21.3724 19.7656 21.4657 19.6018 21.5668 19.4238C21.6637 19.2532 21.7708 19.0643 21.8607 18.8794L20.5118 18.2233ZM13.4938 14.6935L11.7554 13.1725L10.7677 14.3015L12.5062 15.8225L13.4938 14.6935ZM8.7121 16.128L11.378 19.596L12.5673 18.6818L9.90133 15.2138L8.7121 16.128ZM8.71102 13.4602C8.09263 14.2453 8.09672 15.359 8.72105 16.1394L9.89238 15.2024C9.70371 14.9665 9.70238 14.6257 9.88939 14.3883L8.71102 13.4602ZM11.754 13.1713C10.8407 12.3763 9.45892 12.5106 8.71102 13.4602L9.88939 14.3883C10.1095 14.1088 10.5058 14.0735 10.7691 14.3027L11.754 13.1713ZM19.5372 20.7056V22H21.0372V20.7056H19.5372ZM13.6921 22C13.6921 21.2796 13.7001 20.76 13.5441 20.2664L12.1139 20.7184C12.184 20.9404 12.1921 21.1873 12.1921 22H13.6921ZM11.378 19.596C11.8705 20.2367 12.0128 20.4351 12.0917 20.6531L13.5022 20.1426C13.3258 19.6552 13.0036 19.2495 12.5673 18.6818L11.378 19.596ZM13.5441 20.2664C13.531 20.2249 13.517 20.1836 13.5022 20.1426L12.0917 20.6531C12.0996 20.6747 12.1069 20.6965 12.1139 20.7184L13.5441 20.2664ZM12.25 7.5V15.258H13.75V7.5H12.25ZM15.25 7.5V11.9796H16.75V7.5H15.25ZM16.0328 12.7289C17.3045 12.6732 19.3922 12.9879 20.9205 14.5022L21.9763 13.4367C20.0407 11.5188 17.4714 11.1645 15.9672 11.2304L16.0328 12.7289ZM13.75 7.5C13.75 7.08579 14.0858 6.75 14.5 6.75V5.25C13.2574 5.25 12.25 6.25736 12.25 7.5H13.75ZM14.5 6.75C14.9142 6.75 15.25 7.08579 15.25 7.5H16.75C16.75 6.25736 15.7426 5.25 14.5 5.25V6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22 10C22 6.22876 22 4.34315 20.8284 3.17157C19.6569 2 17.7712 2 14 2H10C6.22876 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10V12C2 13.8638 2 14.7956 2.30448 15.5307C2.71046 16.5108 3.48915 17.2895 4.46927 17.6955C5.05932 17.9399 5.77617 17.9881 7 17.9977%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touchpad-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1957 14.144L13 15.7622V7.5C13 6.67157 13.6716 6 14.5 6C15.3284 6 16 6.67157 16 7.5V11.9821L17.7888 12.2969C19.2636 12.5405 20.001 12.6623 20.5205 13.005C21.3784 13.571 22 14.4211 22 15.662C22 16.5263 21.806 17.1062 21.3344 18.6642C21.0352 19.6528 20.8855 20.1471 20.6416 20.5384C20.2399 21.1826 19.6473 21.6529 18.9653 21.8689C18.551 22.0001 18.0779 22.0001 17.1316 22.0001H16.3295C15.0714 22.0001 14.4424 22.0001 13.8824 21.7459C13.7819 21.7003 13.6838 21.6488 13.5883 21.5917C13.056 21.2734 12.6594 20.7358 11.866 19.6606L9.29778 16.1797C8.90312 15.6448 8.90049 14.8792 9.29146 14.3411C9.76138 13.6942 10.6245 13.6049 11.1957 14.144Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 10C22 6.22876 22 4.34315 20.8284 3.17157C19.6569 2 17.7712 2 14 2H10C6.22876 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10V12C2 13.8638 2 14.7956 2.30448 15.5307C2.71046 16.5108 3.48915 17.2895 4.46927 17.6955C5.05932 17.9399 5.77617 17.9881 7 17.9977%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1957 14.144L13 15.7622V7.5C13 6.67157 13.6716 6 14.5 6C15.3284 6 16 6.67157 16 7.5V11.9821L17.7888 12.2969C19.2636 12.5405 20.001 12.6623 20.5205 13.005C21.3784 13.571 22 14.4211 22 15.662C22 16.5263 21.806 17.1062 21.3344 18.6642C21.0352 19.6528 20.8855 20.1471 20.6416 20.5384C20.2399 21.1826 19.6473 21.6529 18.9653 21.8689C18.551 22.0001 18.0779 22.0001 17.1316 22.0001H16.3295C15.0714 22.0001 14.4424 22.0001 13.8824 21.7459C13.7819 21.7003 13.6838 21.6488 13.5883 21.5917C13.056 21.2734 12.6594 20.7358 11.866 19.6606L9.29778 16.1797C8.90312 15.6448 8.90049 14.8792 9.29146 14.3411C9.76138 13.6942 10.6245 13.6049 11.1957 14.144Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 10C22 6.22876 22 4.34315 20.8284 3.17157C19.6569 2 17.7712 2 14 2H10C6.22876 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10V12C2 13.8638 2 14.7956 2.30448 15.5307C2.71046 16.5108 3.48915 17.2895 4.46927 17.6955C5.05932 17.9399 5.77617 17.9881 7 17.9977%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touchpad-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8184 9.4444H15.7275C16.7316 9.4444 17.5456 10.2403 17.5456 11.2222M17.5456 11.2222V12.111M17.5456 11.2222C17.5456 10.7312 17.9526 10.3333 18.4547 10.3333C19.4588 10.3333 20.2728 11.1292 20.2728 12.111M20.2728 12.111V12.9999M20.2728 12.111C20.2728 11.6457 20.7001 11.2918 21.1695 11.3683L21.4808 11.419C22.3574 11.5619 23 12.3036 23 13.1726L22.9996 13.5927C22.9996 15.5245 22.9996 16.4904 22.6987 17.2594C22.5241 17.7055 22.0635 18.2744 21.6952 18.6855C21.3767 19.0411 21.1815 19.4922 21.1815 19.9648V21M14.8182 11.2222V6.33332C14.8182 5.59695 14.2077 5 13.4546 5C12.7015 5 12.091 5.59695 12.091 6.33332L12.0908 13.411L10.6178 11.9662C9.97156 11.3323 8.907 11.3901 8.33604 12.0902C7.89916 12.6258 7.88709 13.3835 8.3067 13.9323L11.5791 18.0195C12.2052 18.8015 12.5453 20.0069 12.5453 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00217 18C5.77781 17.9905 5.06065 17.9423 4.47034 17.6978C3.4898 17.2918 2.71077 16.513 2.30461 15.5327C2 14.7975 2 13.8655 2 12.0015V10.0012C2 6.22938 2 4.34349 3.17208 3.17174C4.34416 2 6.2306 2 10.0035 2H14.0052C17.7781 2 19.6645 2 20.8366 3.17174C21.7801 4.11497 21.9641 5.52095 22 8.00088%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.8184 9.4444H15.7275C16.7316 9.4444 17.5456 10.2403 17.5456 11.2222M17.5456 11.2222V12.111M17.5456 11.2222C17.5456 10.7312 17.9526 10.3333 18.4547 10.3333C19.4588 10.3333 20.2728 11.1292 20.2728 12.111M20.2728 12.111V12.9999M20.2728 12.111C20.2728 11.6457 20.7001 11.2918 21.1695 11.3683L21.4808 11.419C22.3574 11.5619 23 12.3036 23 13.1726L22.9996 13.5927C22.9996 15.5245 22.9996 16.4904 22.6987 17.2594C22.5241 17.7055 22.0635 18.2744 21.6952 18.6855C21.3767 19.0411 21.1815 19.4922 21.1815 19.9648V21M14.8182 11.2222V6.33332C14.8182 5.59695 14.2077 5 13.4546 5C12.7015 5 12.091 5.59695 12.091 6.33332L12.0908 13.411L10.6178 11.9662C9.97156 11.3323 8.907 11.3901 8.33604 12.0902C7.89916 12.6258 7.88709 13.3835 8.3067 13.9323L11.5791 18.0195C12.2052 18.8015 12.5453 20.0069 12.5453 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00217 18C5.77781 17.9905 5.06065 17.9423 4.47034 17.6978C3.4898 17.2918 2.71077 16.513 2.30461 15.5327C2 14.7975 2 13.8655 2 12.0015V10.0012C2 6.22938 2 4.34349 3.17208 3.17174C4.34416 2 6.2306 2 10.0035 2H14.0052C17.7781 2 19.6645 2 20.8366 3.17174C21.7801 4.11497 21.9641 5.52095 22 8.00088%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-touchpad-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 13.579V13.7425M22 13.7425C22 12.9192 21.4003 12.2166 20.582 12.0812L19.4545 11.8947V12.7368M22 13.7425V15.8246C22 17.6548 22 18.5699 21.7191 19.2984C21.2896 20.4124 20.4054 21.2927 19.2865 21.7203C18.5547 22 17.6356 22 15.7973 22C14.8332 22 14.3512 22 13.9026 21.9018C13.2181 21.752 12.5818 21.4353 12.0508 20.98C11.7028 20.6816 11.4135 20.2977 10.8351 19.5298L8.28626 16.1463C7.89462 15.6264 7.90588 14.9086 8.31364 14.4011C8.84655 13.7379 9.84017 13.6831 10.4434 14.2837L11.7333 15.6524V7.41176C11.7333 6.63207 12.3601 6 13.1333 6C13.9065 6 14.5333 6.63207 14.5333 7.41176V10.2105M14.5333 10.2105H15.2121C16.1493 10.2105 16.9091 10.9646 16.9091 11.8947M14.5333 10.2105V12.7368M16.9091 11.8947V12.7368M16.9091 11.8947V11.0526H17.7576C18.6948 11.0526 19.4545 11.8067 19.4545 12.7368M19.4545 12.7368V13.579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8.01013C21.9641 5.52637 21.7801 4.11823 20.8366 3.17355C19.6645 2 17.7781 2 14.0052 2H10.0035C6.2306 2 4.34416 2 3.17208 3.17355C2 4.3471 2 6.2359 2 10.0135V12.0169C2 13.8838 2 14.8172 2.30461 15.5536C2.71077 16.5353 3.4898 17.3153 4.47034 17.722C4.87798 17.8911 5.34612 17.9664 6 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 13.579V13.7425M22 13.7425C22 12.9192 21.4003 12.2166 20.582 12.0812L19.4545 11.8947V12.7368M22 13.7425V15.8246C22 17.6548 22 18.5699 21.7191 19.2984C21.2896 20.4124 20.4054 21.2927 19.2865 21.7203C18.5547 22 17.6356 22 15.7973 22C14.8332 22 14.3512 22 13.9026 21.9018C13.2181 21.752 12.5818 21.4353 12.0508 20.98C11.7028 20.6816 11.4135 20.2977 10.8351 19.5298L8.28626 16.1463C7.89462 15.6264 7.90588 14.9086 8.31364 14.4011C8.84655 13.7379 9.84017 13.6831 10.4434 14.2837L11.7333 15.6524V7.41176C11.7333 6.63207 12.3601 6 13.1333 6C13.9065 6 14.5333 6.63207 14.5333 7.41176V10.2105M14.5333 10.2105H15.2121C16.1493 10.2105 16.9091 10.9646 16.9091 11.8947M14.5333 10.2105V12.7368M16.9091 11.8947V12.7368M16.9091 11.8947V11.0526H17.7576C18.6948 11.0526 19.4545 11.8067 19.4545 12.7368M19.4545 12.7368V13.579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8.01013C21.9641 5.52637 21.7801 4.11823 20.8366 3.17355C19.6645 2 17.7781 2 14.0052 2H10.0035C6.2306 2 4.34416 2 3.17208 3.17355C2 4.3471 2 6.2359 2 10.0135V12.0169C2 13.8838 2 14.8172 2.30461 15.5536C2.71077 16.5353 3.4898 17.3153 4.47034 17.722C4.87798 17.8911 5.34612 17.9664 6 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-two-finger-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.091 10.9999V11.9999M17.091 10.9999C17.091 9.89537 16.2227 8.99994 15.1516 8.99994C14.6161 8.99994 14.182 9.44765 14.182 9.99993L14.1816 10.9999V3.49999C14.1816 2.67157 13.5304 2 12.7271 2C11.9237 2 11.2725 2.67157 11.2725 3.49999L11.2727 4.99998M17.091 10.9999C17.091 10.4765 17.5468 10.0783 18.0475 10.1643L18.3795 10.2214C19.3146 10.3821 20 11.2165 20 12.1942L19.9996 13.6667C19.9996 15.84 19.9996 16.9267 19.6786 17.7919C19.4924 18.2937 19.0011 18.9337 18.6083 19.3962C18.2685 19.7963 18.0603 20.3037 18.0603 20.8354V22M11.2727 4.99998C11.2727 4.17155 10.6215 3.49999 9.81824 3.49999C9.01493 3.49999 8.36373 4.17155 8.36373 4.99998L8.36353 13.4623L6.79236 11.837C6.103 11.1238 4.96746 11.1889 4.35844 11.9764C3.89244 12.579 3.87957 13.4314 4.32715 14.0488L7.81767 18.647C8.4855 19.5267 8.84836 20.8827 8.84836 22M11.2727 4.99998V9.99993%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.091 10.9999V11.9999M17.091 10.9999C17.091 9.89537 16.2227 8.99994 15.1516 8.99994C14.6161 8.99994 14.182 9.44765 14.182 9.99993L14.1816 10.9999V3.49999C14.1816 2.67157 13.5304 2 12.7271 2C11.9237 2 11.2725 2.67157 11.2725 3.49999L11.2727 4.99998M17.091 10.9999C17.091 10.4765 17.5468 10.0783 18.0475 10.1643L18.3795 10.2214C19.3146 10.3821 20 11.2165 20 12.1942L19.9996 13.6667C19.9996 15.84 19.9996 16.9267 19.6786 17.7919C19.4924 18.2937 19.0011 18.9337 18.6083 19.3962C18.2685 19.7963 18.0603 20.3037 18.0603 20.8354V22M11.2727 4.99998C11.2727 4.17155 10.6215 3.49999 9.81824 3.49999C9.01493 3.49999 8.36373 4.17155 8.36373 4.99998L8.36353 13.4623L6.79236 11.837C6.103 11.1238 4.96746 11.1889 4.35844 11.9764C3.89244 12.579 3.87957 13.4314 4.32715 14.0488L7.81767 18.647C8.4855 19.5267 8.84836 20.8827 8.84836 22M11.2727 4.99998V9.99993%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-two-finger-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.01545 22.383V21.5192C8.01545 21.0549 8.00218 20.574 7.7778 20.1676C7.53369 19.7254 7.14744 19.354 6.63998 18.7019C6.2877 18.2492 5.93398 17.7958 5.58532 17.3403C5.10846 16.7174 4.60037 15.9414 4.28775 15.273C3.94416 14.5385 3.88269 13.6509 4.27279 12.94C4.45844 12.6017 4.76245 12.1673 5.25749 11.5983L7.49528 9.28502M7.49528 13.8234V9.28502M7.49528 9.28502L7.4566 5.58215C7.4566 4.61844 8.14567 3.83721 8.99568 3.83721C9.84569 3.83721 10.461 4.46419 10.461 5.4279L10.5618 10.3811L10.461 4.12678C10.461 3.16307 11.1501 2.38184 12.0001 2.38184C12.8501 2.38184 13.5392 3.16307 13.5392 4.12678L13.5005 7.82965L13.5128 11.3844V10.3811C13.5128 10.3194 13.5104 10.2575 13.504 10.1961M13.504 10.1961C13.5022 10.1788 13.5001 10.1616 13.4977 10.1444M13.504 10.1961C13.5104 10.2249 13.4935 10.1152 13.4977 10.1444M13.4977 10.1444C13.4977 8.95084 15.5526 9.14999 16.2644 10.3996M16.5019 12.3842V11.2378C16.489 10.9209 16.4017 10.6407 16.2644 10.3996M16.2644 10.3996C18.7032 10.4459 19.338 11.2378 19.5002 12.4647V15.7116C19.4973 17.4383 19.2092 18.6904 18.183 19.7202C17.235 20.8525 17.458 21.4863 17.4344 22.383%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.01545 22.383V21.5192C8.01545 21.0549 8.00218 20.574 7.7778 20.1676C7.53369 19.7254 7.14744 19.354 6.63998 18.7019C6.2877 18.2492 5.93398 17.7958 5.58532 17.3403C5.10846 16.7174 4.60037 15.9414 4.28775 15.273C3.94416 14.5385 3.88269 13.6509 4.27279 12.94C4.45844 12.6017 4.76245 12.1673 5.25749 11.5983L7.49528 9.28502M7.49528 13.8234V9.28502M7.49528 9.28502L7.4566 5.58215C7.4566 4.61844 8.14567 3.83721 8.99568 3.83721C9.84569 3.83721 10.461 4.46419 10.461 5.4279L10.5618 10.3811L10.461 4.12678C10.461 3.16307 11.1501 2.38184 12.0001 2.38184C12.8501 2.38184 13.5392 3.16307 13.5392 4.12678L13.5005 7.82965L13.5128 11.3844V10.3811C13.5128 10.3194 13.5104 10.2575 13.504 10.1961M13.504 10.1961C13.5022 10.1788 13.5001 10.1616 13.4977 10.1444M13.504 10.1961C13.5104 10.2249 13.4935 10.1152 13.4977 10.1444M13.4977 10.1444C13.4977 8.95084 15.5526 9.14999 16.2644 10.3996M16.5019 12.3842V11.2378C16.489 10.9209 16.4017 10.6407 16.2644 10.3996M16.2644 10.3996C18.7032 10.4459 19.338 11.2378 19.5002 12.4647V15.7116C19.4973 17.4383 19.2092 18.6904 18.183 19.7202C17.235 20.8525 17.458 21.4863 17.4344 22.383%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-two-finger-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 6C11.5 5.17157 10.8284 4.5 10 4.5C9.17157 4.5 8.5 5.17157 8.5 6V13.9623L6.8797 12.3369C6.16877 11.6237 4.99772 11.6888 4.36965 12.4763C3.88907 13.0789 3.8758 13.9314 4.33738 14.5487L7.34137 18.5667C8.02311 19.4785 8.36398 19.9344 8.77419 20.2888C9.40001 20.8294 10.1499 21.2056 10.9566 21.3834C11.4853 21.5 12.0534 21.5 13.1896 21.5C15.3562 21.5 16.4395 21.5 17.3019 21.1679C18.6207 20.6601 19.6627 19.6148 20.1689 18.2918C20.5 17.4267 20.5 16.34 20.5 14.1667V11.5C20.5 10.3954 19.6046 9.5 18.5 9.5C17.9477 9.5 17.5 9.94772 17.5 10.5M11.5 6V4C11.5 3.17157 12.1716 2.5 13 2.5C13.8284 2.5 14.5 3.17157 14.5 4V9M11.5 6V10.5M14.5 9V10.5M14.5 9L15.0777 8.71115C15.3554 8.57229 15.666 8.48266 15.9679 8.55504C16.8468 8.76572 17.5 9.55657 17.5 10.5M17.5 10.5V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 6C11.5 5.17157 10.8284 4.5 10 4.5C9.17157 4.5 8.5 5.17157 8.5 6V13.9623L6.8797 12.3369C6.16877 11.6237 4.99772 11.6888 4.36965 12.4763C3.88907 13.0789 3.8758 13.9314 4.33738 14.5487L7.34137 18.5667C8.02311 19.4785 8.36398 19.9344 8.77419 20.2888C9.40001 20.8294 10.1499 21.2056 10.9566 21.3834C11.4853 21.5 12.0534 21.5 13.1896 21.5C15.3562 21.5 16.4395 21.5 17.3019 21.1679C18.6207 20.6601 19.6627 19.6148 20.1689 18.2918C20.5 17.4267 20.5 16.34 20.5 14.1667V11.5C20.5 10.3954 19.6046 9.5 18.5 9.5C17.9477 9.5 17.5 9.94772 17.5 10.5M11.5 6V4C11.5 3.17157 12.1716 2.5 13 2.5C13.8284 2.5 14.5 3.17157 14.5 4V9M11.5 6V10.5M14.5 9V10.5M14.5 9L15.0777 8.71115C15.3554 8.57229 15.666 8.48266 15.9679 8.55504C16.8468 8.76572 17.5 9.55657 17.5 10.5M17.5 10.5V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-two-finger-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.45272 14.3623V9.81065M7.45272 9.81065L7.49189 6.44794C7.49189 5.48704 8.12228 4.856 8.89394 4.82299C9.83416 4.78277 10.4993 5.38749 10.4993 6.34839L10.5209 10.8063L10.4993 4.4108C10.4993 3.44989 11.1436 2.83984 11.993 2.83984C12.8425 2.83984 13.4926 3.4023 13.4926 4.36321V7.30501L13.5049 10.8495V9.84909C13.5049 9.78753 13.5025 9.72582 13.4962 9.6646M7.45272 9.81065L5.61335 11.6509C5.11863 12.2182 4.53545 12.89 4.34993 13.2273C3.96008 13.9361 3.90186 14.5617 4.13284 15.2985C4.394 15.9621 4.62863 16.4382 5.10518 17.0594C5.45362 17.5135 5.79096 18.1601 6.143 18.6115C6.65013 19.2617 6.9272 19.6736 7.23378 20.0735C7.26702 20.1169 7.29898 20.1561 7.32998 20.1921C7.76409 20.6957 8.37148 21.0225 8.95545 21.3413L9.17881 21.4632C9.94253 21.711 11.01 21.923 12.7514 21.8109C14.032 21.8122 15.4981 21.9468 16.4685 21.4138C16.5104 21.3908 16.553 21.3691 16.5972 21.3508L16.8989 21.2262C18.3118 20.52 19.2972 19.0157 19.4465 17.4455C19.5143 16.7316 19.4871 15.9508 19.4884 15.1641V11.9266C19.3263 10.7033 18.692 9.91372 16.2547 9.86747M13.4962 9.6646C13.4944 9.64739 13.4923 9.63021 13.4898 9.61309M13.4962 9.6646C13.5025 9.69336 13.4856 9.58393 13.4898 9.61309M13.4898 9.61309C13.4898 8.42296 15.5434 8.62153 16.2547 9.86747M16.4921 11.8464V10.7033C16.4792 10.3873 16.3919 10.1079 16.2547 9.86747%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.45272 14.3623V9.81065M7.45272 9.81065L7.49189 6.44794C7.49189 5.48704 8.12228 4.856 8.89394 4.82299C9.83416 4.78277 10.4993 5.38749 10.4993 6.34839L10.5209 10.8063L10.4993 4.4108C10.4993 3.44989 11.1436 2.83984 11.993 2.83984C12.8425 2.83984 13.4926 3.4023 13.4926 4.36321V7.30501L13.5049 10.8495V9.84909C13.5049 9.78753 13.5025 9.72582 13.4962 9.6646M7.45272 9.81065L5.61335 11.6509C5.11863 12.2182 4.53545 12.89 4.34993 13.2273C3.96008 13.9361 3.90186 14.5617 4.13284 15.2985C4.394 15.9621 4.62863 16.4382 5.10518 17.0594C5.45362 17.5135 5.79096 18.1601 6.143 18.6115C6.65013 19.2617 6.9272 19.6736 7.23378 20.0735C7.26702 20.1169 7.29898 20.1561 7.32998 20.1921C7.76409 20.6957 8.37148 21.0225 8.95545 21.3413L9.17881 21.4632C9.94253 21.711 11.01 21.923 12.7514 21.8109C14.032 21.8122 15.4981 21.9468 16.4685 21.4138C16.5104 21.3908 16.553 21.3691 16.5972 21.3508L16.8989 21.2262C18.3118 20.52 19.2972 19.0157 19.4465 17.4455C19.5143 16.7316 19.4871 15.9508 19.4884 15.1641V11.9266C19.3263 10.7033 18.692 9.91372 16.2547 9.86747M13.4962 9.6646C13.4944 9.64739 13.4923 9.63021 13.4898 9.61309M13.4962 9.6646C13.5025 9.69336 13.4856 9.58393 13.4898 9.61309M13.4898 9.61309C13.4898 8.42296 15.5434 8.62153 16.2547 9.86747M16.4921 11.8464V10.7033C16.4792 10.3873 16.3919 10.1079 16.2547 9.86747%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-two-finger-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8111 5.70939C12.955 4.89355 12.4102 4.11556 11.5944 3.97171C10.7785 3.82786 10.0006 4.37261 9.8567 5.18845L9.07528 9.62008L8.14704 14.6982L5.88875 12.3369C5.17559 11.6238 4.00086 11.6888 3.37081 12.4764C2.88873 13.079 2.87541 13.9314 3.33844 14.5488L6.35188 18.5667C7.03576 19.4786 7.3777 19.9345 7.7892 20.2889C8.41699 20.8295 9.16928 21.2056 9.97845 21.3835C10.5088 21.5001 11.0787 21.5001 12.2185 21.5001H14.701C17.0433 21.5001 19.0716 19.8741 19.5812 17.588L20.893 11.7039L20.9798 11.2115C21.1237 10.3956 20.5789 9.61763 19.7631 9.47377C18.9472 9.32992 18.1692 9.87467 18.0254 10.6905M12.8111 5.70939L13.1584 3.73978C13.3023 2.92394 14.0803 2.37918 14.8961 2.52304C15.7119 2.66689 16.2567 3.44488 16.1128 4.26072L15.2446 9.18476M12.8111 5.70939L12.0297 10.141M15.2446 9.18476L14.9841 10.662M15.2446 9.18476C15.3885 8.36892 16.1664 7.82417 16.9823 7.96802C17.7981 8.11188 18.3429 8.88986 18.199 9.70571L18.0254 10.6905M18.0254 10.6905L17.9385 11.1829%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8111 5.70939C12.955 4.89355 12.4102 4.11556 11.5944 3.97171C10.7785 3.82786 10.0006 4.37261 9.8567 5.18845L9.07528 9.62008L8.14704 14.6982L5.88875 12.3369C5.17559 11.6238 4.00086 11.6888 3.37081 12.4764C2.88873 13.079 2.87541 13.9314 3.33844 14.5488L6.35188 18.5667C7.03576 19.4786 7.3777 19.9345 7.7892 20.2889C8.41699 20.8295 9.16928 21.2056 9.97845 21.3835C10.5088 21.5001 11.0787 21.5001 12.2185 21.5001H14.701C17.0433 21.5001 19.0716 19.8741 19.5812 17.588L20.893 11.7039L20.9798 11.2115C21.1237 10.3956 20.5789 9.61763 19.7631 9.47377C18.9472 9.32992 18.1692 9.87467 18.0254 10.6905M12.8111 5.70939L13.1584 3.73978C13.3023 2.92394 14.0803 2.37918 14.8961 2.52304C15.7119 2.66689 16.2567 3.44488 16.1128 4.26072L15.2446 9.18476M12.8111 5.70939L12.0297 10.141M15.2446 9.18476L14.9841 10.662M15.2446 9.18476C15.3885 8.36892 16.1664 7.82417 16.9823 7.96802C17.7981 8.11188 18.3429 8.88986 18.199 9.70571L18.0254 10.6905M18.0254 10.6905L17.9385 11.1829%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-victory-finger-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.51757 13.0271L7.96488 10.0696M7.96488 10.0696L6.84967 4.10209C6.67352 3.15947 7.2856 2.24982 8.224 2.05962C9.17357 1.86714 10.0988 2.4833 10.289 3.43482L11.5029 9.50759L12.723 3.43482C12.9132 2.4833 13.8384 1.86714 14.788 2.05962C15.7264 2.24982 16.2706 3.16432 16.0944 4.10694L15.0682 9.85608M7.96488 10.0696C6.07249 11.8441 4.91164 12.8858 4.67388 13.8226C4.40895 14.8663 4.18954 16.0115 6.07829 18.3083C6.7 19.0643 7.22411 19.5889 7.3454 19.789C7.55658 20.1374 8.0038 20.3987 8.0038 22.0287M15.0841 9.87498C17.3457 10.5176 18.817 11.7367 19.2384 12.6062C19.7079 13.575 19.5752 15.0321 18.5904 17.4323C18.2019 18.3791 17.7258 18.9179 17.6473 19.1384C17.4643 19.6521 17.1853 20.2053 17.3136 22.0047%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.51757 13.0271L7.96488 10.0696M7.96488 10.0696L6.84967 4.10209C6.67352 3.15947 7.2856 2.24982 8.224 2.05962C9.17357 1.86714 10.0988 2.4833 10.289 3.43482L11.5029 9.50759L12.723 3.43482C12.9132 2.4833 13.8384 1.86714 14.788 2.05962C15.7264 2.24982 16.2706 3.16432 16.0944 4.10694L15.0682 9.85608M7.96488 10.0696C6.07249 11.8441 4.91164 12.8858 4.67388 13.8226C4.40895 14.8663 4.18954 16.0115 6.07829 18.3083C6.7 19.0643 7.22411 19.5889 7.3454 19.789C7.55658 20.1374 8.0038 20.3987 8.0038 22.0287M15.0841 9.87498C17.3457 10.5176 18.817 11.7367 19.2384 12.6062C19.7079 13.575 19.5752 15.0321 18.5904 17.4323C18.2019 18.3791 17.7258 18.9179 17.6473 19.1384C17.4643 19.6521 17.1853 20.2053 17.3136 22.0047%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-victory-finger-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.33384 10.5L6.18585 11.8492C5.25059 12.9483 4.78295 13.4979 4.60625 14.1468C4.52985 14.4274 4.49431 14.7177 4.50074 15.0086C4.51561 15.6814 4.83662 16.3294 5.47865 17.6252C6.2779 19.2383 6.67752 20.0449 7.32318 20.5834C7.6028 20.8166 7.91282 21.0099 8.24455 21.158C9.01054 21.5 9.90412 21.5 11.6913 21.5H13.1498C14.3954 21.5 15.0182 21.5 15.5629 21.3393C16.434 21.0824 17.1913 20.5315 17.7083 19.7788C18.0316 19.3082 18.2285 18.7119 18.6224 17.5194L19.031 16.2824C19.2729 15.55 19.3939 15.1838 19.445 14.8763C19.7703 12.9193 18.6246 11.0174 16.7533 10.408C16.4593 10.3122 16.0814 10.252 15.3258 10.1316M14.9811 11.5L16.3803 4.62268C16.6033 3.52664 15.7736 2.5 14.6649 2.5C13.883 2.5 13.1959 3.02307 12.9811 3.78175L11.3621 9.5L9.74838 3.80011C9.5305 3.03056 8.83352 2.5 8.04045 2.5C6.93222 2.5 6.09458 3.51288 6.29282 4.61323L7.89392 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.33384 10.5L6.18585 11.8492C5.25059 12.9483 4.78295 13.4979 4.60625 14.1468C4.52985 14.4274 4.49431 14.7177 4.50074 15.0086C4.51561 15.6814 4.83662 16.3294 5.47865 17.6252C6.2779 19.2383 6.67752 20.0449 7.32318 20.5834C7.6028 20.8166 7.91282 21.0099 8.24455 21.158C9.01054 21.5 9.90412 21.5 11.6913 21.5H13.1498C14.3954 21.5 15.0182 21.5 15.5629 21.3393C16.434 21.0824 17.1913 20.5315 17.7083 19.7788C18.0316 19.3082 18.2285 18.7119 18.6224 17.5194L19.031 16.2824C19.2729 15.55 19.3939 15.1838 19.445 14.8763C19.7703 12.9193 18.6246 11.0174 16.7533 10.408C16.4593 10.3122 16.0814 10.252 15.3258 10.1316M14.9811 11.5L16.3803 4.62268C16.6033 3.52664 15.7736 2.5 14.6649 2.5C13.883 2.5 13.1959 3.02307 12.9811 3.78175L11.3621 9.5L9.74838 3.80011C9.5305 3.03056 8.83352 2.5 8.04045 2.5C6.93222 2.5 6.09458 3.51288 6.29282 4.61323L7.89392 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-victory-finger-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.99347 13.8269L6.39849 10.3773M6.39849 10.3773L5.33869 4.23258C5.18661 3.24938 5.7174 2.54514 6.52756 2.34674C7.34736 2.14599 8.19841 2.79105 8.31087 3.49579L10.0055 10.3773L11.6526 3.672C11.8168 2.67952 12.7607 2.23791 13.5805 2.43867C14.3906 2.63707 14.825 3.24938 14.6729 4.23258L13.4952 10.8646M6.39849 10.3773C5.7134 11.0603 4.61108 12.2883 4.26446 13.0634C4.17889 13.2547 4.11129 13.455 4.06315 13.659C3.83348 14.6319 4.39261 15.7353 5.96733 17.81C6.5978 18.549 7.70717 19.9082 7.77358 20.1302C7.7802 20.1523 8.08537 20.5237 8.00699 22.3053M13.8888 8.64843C14.5332 8.18189 16.2621 8.01311 16.9375 9.78058C16.9614 9.90922 16.9996 10.0106 17.0125 10.1383M17.0125 10.1383C17.0712 10.7156 17.0125 11.2677 17.0125 11.3373M17.0125 10.1383C17.3963 9.38852 19.6394 10.3081 19.9304 13.0313C20.1828 14.4045 19.825 16.274 19.6085 16.9334C19.2867 17.9138 18.3967 19.4358 18.1968 19.6634C17.3649 20.7909 17.4508 21.7565 17.4508 22.2903%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.99347 13.8269L6.39849 10.3773M6.39849 10.3773L5.33869 4.23258C5.18661 3.24938 5.7174 2.54514 6.52756 2.34674C7.34736 2.14599 8.19841 2.79105 8.31087 3.49579L10.0055 10.3773L11.6526 3.672C11.8168 2.67952 12.7607 2.23791 13.5805 2.43867C14.3906 2.63707 14.825 3.24938 14.6729 4.23258L13.4952 10.8646M6.39849 10.3773C5.7134 11.0603 4.61108 12.2883 4.26446 13.0634C4.17889 13.2547 4.11129 13.455 4.06315 13.659C3.83348 14.6319 4.39261 15.7353 5.96733 17.81C6.5978 18.549 7.70717 19.9082 7.77358 20.1302C7.7802 20.1523 8.08537 20.5237 8.00699 22.3053M13.8888 8.64843C14.5332 8.18189 16.2621 8.01311 16.9375 9.78058C16.9614 9.90922 16.9996 10.0106 17.0125 10.1383M17.0125 10.1383C17.0712 10.7156 17.0125 11.2677 17.0125 11.3373M17.0125 10.1383C17.3963 9.38852 19.6394 10.3081 19.9304 13.0313C20.1828 14.4045 19.825 16.274 19.6085 16.9334C19.2867 17.9138 18.3967 19.4358 18.1968 19.6634C17.3649 20.7909 17.4508 21.7565 17.4508 22.2903%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-waving-hand-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1245 5.74923C14.3983 4.99948 15.2302 4.6129 15.9825 4.88579C16.7348 5.15868 17.1227 5.98769 16.8489 6.73744L16.1878 8.5475M14.1245 5.74923L14.7855 3.93917C15.0594 3.18942 14.6715 2.3604 13.9192 2.08752C13.1668 1.81463 12.335 2.20121 12.0612 2.95096L11.5656 4.30857M14.1245 5.74923L12.3066 10.7269M11.5656 4.30857C11.839 3.55897 11.4511 2.73032 10.699 2.4575C9.94664 2.18461 9.11479 2.57119 8.84097 3.32094L6.04389 10.9791L5.1097 8.97429C4.69981 8.09467 3.61484 7.7678 2.78416 8.27368C2.14856 8.66075 1.85475 9.42786 2.06986 10.1386L3.81898 15.4859C4.15364 16.509 4.04527 17.8595 3.67597 18.8707M11.5656 4.30857L9.91291 8.83372M12.3032 22L12.6881 20.946C12.8639 20.4648 13.2266 20.0763 13.677 19.8297C14.1978 19.5445 14.8694 19.1322 15.2097 18.7412C15.7963 18.0673 16.1555 17.0838 16.8739 15.1169L18.9122 9.53572C19.186 8.78596 18.7981 7.95695 18.0458 7.68406C17.2935 7.41118 16.4616 7.79775 16.1878 8.5475M14.7004 12.6201L16.1878 8.5475%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.8307 13C21.377 14.6354 20.5574 16.4263 19 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1245 5.74923C14.3983 4.99948 15.2302 4.6129 15.9825 4.88579C16.7348 5.15868 17.1227 5.98769 16.8489 6.73744L16.1878 8.5475M14.1245 5.74923L14.7855 3.93917C15.0594 3.18942 14.6715 2.3604 13.9192 2.08752C13.1668 1.81463 12.335 2.20121 12.0612 2.95096L11.5656 4.30857M14.1245 5.74923L12.3066 10.7269M11.5656 4.30857C11.839 3.55897 11.4511 2.73032 10.699 2.4575C9.94664 2.18461 9.11479 2.57119 8.84097 3.32094L6.04389 10.9791L5.1097 8.97429C4.69981 8.09467 3.61484 7.7678 2.78416 8.27368C2.14856 8.66075 1.85475 9.42786 2.06986 10.1386L3.81898 15.4859C4.15364 16.509 4.04527 17.8595 3.67597 18.8707M11.5656 4.30857L9.91291 8.83372M12.3032 22L12.6881 20.946C12.8639 20.4648 13.2266 20.0763 13.677 19.8297C14.1978 19.5445 14.8694 19.1322 15.2097 18.7412C15.7963 18.0673 16.1555 17.0838 16.8739 15.1169L18.9122 9.53572C19.186 8.78596 18.7981 7.95695 18.0458 7.68406C17.2935 7.41118 16.4616 7.79775 16.1878 8.5475M14.7004 12.6201L16.1878 8.5475%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.8307 13C21.377 14.6354 20.5574 16.4263 19 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hands-icons-waving-hand-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9154 11.6997L17.373 15.8314C16.6547 17.7556 16.2955 18.7177 15.709 19.377C14.812 20.3851 13.5203 20.9748 12.1549 20.9995C11.262 21.0156 10.2783 20.6665 8.31091 19.9683C7.27913 19.6022 6.76324 19.4191 6.32165 19.1455C5.64795 18.7281 5.09127 18.1534 4.70166 17.4731C4.44628 17.0272 4.28743 16.5137 3.96974 15.4867L2.56985 10.9613C2.35476 10.266 2.64855 9.51553 3.28412 9.13687C4.11475 8.64198 5.19966 8.96175 5.60953 9.82225L6.5443 11.7848L9.1763 4.73429C9.4501 4.00083 10.2819 3.62265 11.0342 3.88961C11.7865 4.15657 12.1743 4.96757 11.9005 5.70103M11.9005 5.70103L12.5616 3.93029C12.8354 3.19683 13.6672 2.81866 14.4194 3.08562C15.1717 3.35257 15.5596 4.16357 15.2858 4.89704L14.6248 6.66777M11.9005 5.70103L10.4132 9.68518M14.6248 6.66777C14.8986 5.93431 15.7304 5.55613 16.4826 5.82309C17.2349 6.09005 17.6228 6.90105 17.349 7.63451L16.688 9.40524M14.6248 6.66777L13.1374 10.6519M18.5859 12.5854L19.4122 10.372C19.686 9.63852 19.2981 8.82752 18.5458 8.56056C17.7936 8.2936 16.9618 8.67178 16.688 9.40524M16.688 9.40524L15.8617 11.6187%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.3307 14C21.877 15.6354 21.0574 17.4263 19.5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9154 11.6997L17.373 15.8314C16.6547 17.7556 16.2955 18.7177 15.709 19.377C14.812 20.3851 13.5203 20.9748 12.1549 20.9995C11.262 21.0156 10.2783 20.6665 8.31091 19.9683C7.27913 19.6022 6.76324 19.4191 6.32165 19.1455C5.64795 18.7281 5.09127 18.1534 4.70166 17.4731C4.44628 17.0272 4.28743 16.5137 3.96974 15.4867L2.56985 10.9613C2.35476 10.266 2.64855 9.51553 3.28412 9.13687C4.11475 8.64198 5.19966 8.96175 5.60953 9.82225L6.5443 11.7848L9.1763 4.73429C9.4501 4.00083 10.2819 3.62265 11.0342 3.88961C11.7865 4.15657 12.1743 4.96757 11.9005 5.70103M11.9005 5.70103L12.5616 3.93029C12.8354 3.19683 13.6672 2.81866 14.4194 3.08562C15.1717 3.35257 15.5596 4.16357 15.2858 4.89704L14.6248 6.66777M11.9005 5.70103L10.4132 9.68518M14.6248 6.66777C14.8986 5.93431 15.7304 5.55613 16.4826 5.82309C17.2349 6.09005 17.6228 6.90105 17.349 7.63451L16.688 9.40524M14.6248 6.66777L13.1374 10.6519M18.5859 12.5854L19.4122 10.372C19.686 9.63852 19.2981 8.82752 18.5458 8.56056C17.7936 8.2936 16.9618 8.67178 16.688 9.40524M16.688 9.40524L15.8617 11.6187%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.3307 14C21.877 15.6354 21.0574 17.4263 19.5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-flow-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 4.5C18 5.88071 16.8807 7 15.5 7C14.1193 7 13 5.88071 13 4.5C13 3.11929 14.1193 2 15.5 2C16.8807 2 18 3.11929 18 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 19.5C18 20.8807 16.8807 22 15.5 22C14.1193 22 13 20.8807 13 19.5C13 18.1193 14.1193 17 15.5 17C16.8807 17 18 18.1193 18 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 12C10 14.2091 8.20914 16 6 16C3.79086 16 2 14.2091 2 12C2 9.79086 3.79086 8 6 8C8.20914 8 10 9.79086 10 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 4.50024L18 4.50015M6 8.00006C6 6.5956 6 5.89337 6.33706 5.38892C6.48298 5.17054 6.67048 4.98304 6.88886 4.83712C7.39331 4.50006 8.09554 4.50006 9.5 4.50006H13M22 19.5004L18 19.5003M6 16.0004C6 17.4048 6 18.1071 6.33706 18.6115C6.48298 18.8299 6.67048 19.0174 6.88886 19.1633C7.39331 19.5004 8.09554 19.5004 9.5 19.5004H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 4.5C18 5.88071 16.8807 7 15.5 7C14.1193 7 13 5.88071 13 4.5C13 3.11929 14.1193 2 15.5 2C16.8807 2 18 3.11929 18 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 19.5C18 20.8807 16.8807 22 15.5 22C14.1193 22 13 20.8807 13 19.5C13 18.1193 14.1193 17 15.5 17C16.8807 17 18 18.1193 18 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 12C10 14.2091 8.20914 16 6 16C3.79086 16 2 14.2091 2 12C2 9.79086 3.79086 8 6 8C8.20914 8 10 9.79086 10 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 4.50024L18 4.50015M6 8.00006C6 6.5956 6 5.89337 6.33706 5.38892C6.48298 5.17054 6.67048 4.98304 6.88886 4.83712C7.39331 4.50006 8.09554 4.50006 9.5 4.50006H13M22 19.5004L18 19.5003M6 16.0004C6 17.4048 6 18.1071 6.33706 18.6115C6.48298 18.8299 6.67048 19.0174 6.88886 19.1633C7.39331 19.5004 8.09554 19.5004 9.5 19.5004H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-flow-connection{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 5.5C2.5 3.85008 2.5 3.02513 3.01256 2.51256C3.52513 2 4.35008 2 6 2C7.64992 2 8.47487 2 8.98744 2.51256C9.5 3.02513 9.5 3.85008 9.5 5.5C9.5 7.14992 9.5 7.97487 8.98744 8.48744C8.47487 9 7.64992 9 6 9C4.35008 9 3.52513 9 3.01256 8.48744C2.5 7.97487 2.5 7.14992 2.5 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.65685 15.6569C4.76142 14.5523 5.31371 14 6 14C6.68629 14 7.23858 14.5523 8.34315 15.6569C9.44772 16.7614 10 17.3137 10 18C10 18.6863 9.44772 19.2386 8.34315 20.3431C7.23858 21.4477 6.68629 22 6 22C5.31371 22 4.76142 21.4477 3.65685 20.3431C2.55228 19.2386 2 18.6863 2 18C2 17.3137 2.55228 16.7614 3.65685 15.6569Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 9V14M10 18H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18C15 16.3501 15 15.5251 15.5126 15.0126C16.0251 14.5 16.8501 14.5 18.5 14.5C20.1499 14.5 20.9749 14.5 21.4874 15.0126C22 15.5251 22 16.3501 22 18C22 19.6499 22 20.4749 21.4874 20.9874C20.9749 21.5 20.1499 21.5 18.5 21.5C16.8501 21.5 16.0251 21.5 15.5126 20.9874C15 20.4749 15 19.6499 15 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 5.5C2.5 3.85008 2.5 3.02513 3.01256 2.51256C3.52513 2 4.35008 2 6 2C7.64992 2 8.47487 2 8.98744 2.51256C9.5 3.02513 9.5 3.85008 9.5 5.5C9.5 7.14992 9.5 7.97487 8.98744 8.48744C8.47487 9 7.64992 9 6 9C4.35008 9 3.52513 9 3.01256 8.48744C2.5 7.97487 2.5 7.14992 2.5 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.65685 15.6569C4.76142 14.5523 5.31371 14 6 14C6.68629 14 7.23858 14.5523 8.34315 15.6569C9.44772 16.7614 10 17.3137 10 18C10 18.6863 9.44772 19.2386 8.34315 20.3431C7.23858 21.4477 6.68629 22 6 22C5.31371 22 4.76142 21.4477 3.65685 20.3431C2.55228 19.2386 2 18.6863 2 18C2 17.3137 2.55228 16.7614 3.65685 15.6569Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 9V14M10 18H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18C15 16.3501 15 15.5251 15.5126 15.0126C16.0251 14.5 16.8501 14.5 18.5 14.5C20.1499 14.5 20.9749 14.5 21.4874 15.0126C22 15.5251 22 16.3501 22 18C22 19.6499 22 20.4749 21.4874 20.9874C20.9749 21.5 20.1499 21.5 18.5 21.5C16.8501 21.5 16.0251 21.5 15.5126 20.9874C15 20.4749 15 19.6499 15 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-flow-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 4.5C12.5 3.32149 12.5 2.73223 12.8661 2.36612C13.2322 2 13.8215 2 15 2C16.1785 2 16.7678 2 17.1339 2.36612C17.5 2.73223 17.5 3.32149 17.5 4.5C17.5 5.67851 17.5 6.26777 17.1339 6.63388C16.7678 7 16.1785 7 15 7C13.8215 7 13.2322 7 12.8661 6.63388C12.5 6.26777 12.5 5.67851 12.5 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5 19.5C12.5 18.3215 12.5 17.7322 12.8661 17.3661C13.2322 17 13.8215 17 15 17C16.1785 17 16.7678 17 17.1339 17.3661C17.5 17.7322 17.5 18.3215 17.5 19.5C17.5 20.6785 17.5 21.2678 17.1339 21.6339C16.7678 22 16.1785 22 15 22C13.8215 22 13.2322 22 12.8661 21.6339C12.5 21.2678 12.5 20.6785 12.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 10.5858 2 9.87868 2.51256 9.43934C3.02513 9 3.85008 9 5.5 9C7.14992 9 7.97487 9 8.48744 9.43934C9 9.87868 9 10.5858 9 12C9 13.4142 9 14.1213 8.48744 14.5607C7.97487 15 7.14992 15 5.5 15C3.85008 15 3.02513 15 2.51256 14.5607C2 14.1213 2 13.4142 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.9994 4.50009H17.5M5.5 9.00018V8C5.5 6.59554 5.5 5.89331 5.83706 5.38886C5.98298 5.17048 6.17048 4.98298 6.38886 4.83706C6.89331 4.5 7.59554 4.5 9 4.5H12.5M21.9994 19.5004H17.5M5.5 15.0003V16.0005C5.5 17.405 5.5 18.1072 5.83706 18.6116C5.98298 18.83 6.17048 19.0175 6.38886 19.1634C6.89331 19.5005 7.59554 19.5005 9 19.5005H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 4.5C12.5 3.32149 12.5 2.73223 12.8661 2.36612C13.2322 2 13.8215 2 15 2C16.1785 2 16.7678 2 17.1339 2.36612C17.5 2.73223 17.5 3.32149 17.5 4.5C17.5 5.67851 17.5 6.26777 17.1339 6.63388C16.7678 7 16.1785 7 15 7C13.8215 7 13.2322 7 12.8661 6.63388C12.5 6.26777 12.5 5.67851 12.5 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5 19.5C12.5 18.3215 12.5 17.7322 12.8661 17.3661C13.2322 17 13.8215 17 15 17C16.1785 17 16.7678 17 17.1339 17.3661C17.5 17.7322 17.5 18.3215 17.5 19.5C17.5 20.6785 17.5 21.2678 17.1339 21.6339C16.7678 22 16.1785 22 15 22C13.8215 22 13.2322 22 12.8661 21.6339C12.5 21.2678 12.5 20.6785 12.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 10.5858 2 9.87868 2.51256 9.43934C3.02513 9 3.85008 9 5.5 9C7.14992 9 7.97487 9 8.48744 9.43934C9 9.87868 9 10.5858 9 12C9 13.4142 9 14.1213 8.48744 14.5607C7.97487 15 7.14992 15 5.5 15C3.85008 15 3.02513 15 2.51256 14.5607C2 14.1213 2 13.4142 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.9994 4.50009H17.5M5.5 9.00018V8C5.5 6.59554 5.5 5.89331 5.83706 5.38886C5.98298 5.17048 6.17048 4.98298 6.38886 4.83706C6.89331 4.5 7.59554 4.5 9 4.5H12.5M21.9994 19.5004H17.5M5.5 15.0003V16.0005C5.5 17.405 5.5 18.1072 5.83706 18.6116C5.98298 18.83 6.17048 19.0175 6.38886 19.1634C6.89331 19.5005 7.59554 19.5005 9 19.5005H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-flow{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 6.5C21 8.433 19.433 10 17.5 10C15.567 10 14 8.433 14 6.5C14 4.567 15.567 3 17.5 3C19.433 3 21 4.567 21 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 6.5C3 4.85008 3 4.02513 3.51256 3.51256C4.02513 3 4.85008 3 6.5 3C8.14992 3 8.97487 3 9.48744 3.51256C10 4.02513 10 4.85008 10 6.5C10 8.14992 10 8.97487 9.48744 9.48744C8.97487 10 8.14992 10 6.5 10C4.85008 10 4.02513 10 3.51256 9.48744C3 8.97487 3 8.14992 3 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 17.5C3 15.8501 3 15.0251 3.51256 14.5126C4.02513 14 4.85008 14 6.5 14C8.14992 14 8.97487 14 9.48744 14.5126C10 15.0251 10 15.8501 10 17.5C10 19.1499 10 19.9749 9.48744 20.4874C8.97487 21 8.14992 21 6.5 21C4.85008 21 4.02513 21 3.51256 20.4874C3 19.9749 3 19.1499 3 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 17.5C14 15.8501 14 15.0251 14.5126 14.5126C15.0251 14 15.8501 14 17.5 14C19.1499 14 19.9749 14 20.4874 14.5126C21 15.0251 21 15.8501 21 17.5C21 19.1499 21 19.9749 20.4874 20.4874C19.9749 21 19.1499 21 17.5 21C15.8501 21 15.0251 21 14.5126 20.4874C14 19.9749 14 19.1499 14 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 10V14M14 17.5H10M10 6.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 6.5C21 8.433 19.433 10 17.5 10C15.567 10 14 8.433 14 6.5C14 4.567 15.567 3 17.5 3C19.433 3 21 4.567 21 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 6.5C3 4.85008 3 4.02513 3.51256 3.51256C4.02513 3 4.85008 3 6.5 3C8.14992 3 8.97487 3 9.48744 3.51256C10 4.02513 10 4.85008 10 6.5C10 8.14992 10 8.97487 9.48744 9.48744C8.97487 10 8.14992 10 6.5 10C4.85008 10 4.02513 10 3.51256 9.48744C3 8.97487 3 8.14992 3 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 17.5C3 15.8501 3 15.0251 3.51256 14.5126C4.02513 14 4.85008 14 6.5 14C8.14992 14 8.97487 14 9.48744 14.5126C10 15.0251 10 15.8501 10 17.5C10 19.1499 10 19.9749 9.48744 20.4874C8.97487 21 8.14992 21 6.5 21C4.85008 21 4.02513 21 3.51256 20.4874C3 19.9749 3 19.1499 3 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 17.5C14 15.8501 14 15.0251 14.5126 14.5126C15.0251 14 15.8501 14 17.5 14C19.1499 14 19.9749 14 20.4874 14.5126C21 15.0251 21 15.8501 21 17.5C21 19.1499 21 19.9749 20.4874 20.4874C19.9749 21 19.1499 21 17.5 21C15.8501 21 15.0251 21 14.5126 20.4874C14 19.9749 14 19.1499 14 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 10V14M14 17.5H10M10 6.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-flowchart-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0278 13.3749C14.6759 12.7268 15 12.4027 15 12C15 11.5973 14.6759 11.2732 14.0278 10.6251L13.3749 9.9722C12.7268 9.32407 12.4027 9 12 9C11.5973 9 11.2732 9.32407 10.6251 9.9722L9.9722 10.6251C9.32407 11.2732 9 11.5973 9 12C9 12.4027 9.32407 12.7268 9.9722 13.3749L10.6251 14.0278C11.2732 14.6759 11.5973 15 12 15C12.4027 15 12.7268 14.6759 13.3749 14.0278L14.0278 13.3749Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 4C8 2.34533 8.34533 2 10 2H14C15.6547 2 16 2.34533 16 4C16 5.65467 15.6547 6 14 6H10C8.34533 6 8 5.65467 8 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 20C8 18.3453 8.34533 18 10 18H14C15.6547 18 16 18.3453 16 20C16 21.6547 15.6547 22 14 22H10C8.34533 22 8 21.6547 8 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 12H8C6.11438 12 5.17157 12 4.58579 11.4142C4 10.8284 4 9.88562 4 8C4 6.11438 4 5.17157 4.58579 4.58579C5.17157 4 6.11438 4 8 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 12H16C17.8856 12 18.8284 12 19.4142 12.5858C20 13.1716 20 14.1144 20 16C20 17.8856 20 18.8284 19.4142 19.4142C18.8284 20 17.8856 20 16 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8.5V6M12 15.5V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.0278 13.3749C14.6759 12.7268 15 12.4027 15 12C15 11.5973 14.6759 11.2732 14.0278 10.6251L13.3749 9.9722C12.7268 9.32407 12.4027 9 12 9C11.5973 9 11.2732 9.32407 10.6251 9.9722L9.9722 10.6251C9.32407 11.2732 9 11.5973 9 12C9 12.4027 9.32407 12.7268 9.9722 13.3749L10.6251 14.0278C11.2732 14.6759 11.5973 15 12 15C12.4027 15 12.7268 14.6759 13.3749 14.0278L14.0278 13.3749Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 4C8 2.34533 8.34533 2 10 2H14C15.6547 2 16 2.34533 16 4C16 5.65467 15.6547 6 14 6H10C8.34533 6 8 5.65467 8 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 20C8 18.3453 8.34533 18 10 18H14C15.6547 18 16 18.3453 16 20C16 21.6547 15.6547 22 14 22H10C8.34533 22 8 21.6547 8 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 12H8C6.11438 12 5.17157 12 4.58579 11.4142C4 10.8284 4 9.88562 4 8C4 6.11438 4 5.17157 4.58579 4.58579C5.17157 4 6.11438 4 8 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 12H16C17.8856 12 18.8284 12 19.4142 12.5858C20 13.1716 20 14.1144 20 16C20 17.8856 20 18.8284 19.4142 19.4142C18.8284 20 17.8856 20 16 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8.5V6M12 15.5V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-flowchart-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 20C6 21.1046 5.10457 22 4 22C2.89543 22 2 21.1046 2 20C2 18.8954 2.89543 18 4 18C5.10457 18 6 18.8954 6 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 6V10M10 12H8C6.11438 12 5.17157 12 4.58579 12.5858C4 13.1716 4 14.1144 4 16V18M6 20H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4C10 2.34533 10.3453 2 12 2H16C17.6547 2 18 2.34533 18 4C18 5.65467 17.6547 6 16 6H12C10.3453 6 10 5.65467 10 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 12C10 10.3453 10.3453 10 12 10H16C17.6547 10 18 10.3453 18 12C18 13.6547 17.6547 14 16 14H12C10.3453 14 10 13.6547 10 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 20C10 18.3453 10.3453 18 12 18H16C17.6547 18 18 18.3453 18 20C18 21.6547 17.6547 22 16 22H12C10.3453 22 10 21.6547 10 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 12C19.8856 12 20.8284 12 21.4142 11.4142C22 10.8284 22 9.88562 22 8C22 6.11438 22 5.17157 21.4142 4.58579C20.8284 4 19.8856 4 18 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 20C6 21.1046 5.10457 22 4 22C2.89543 22 2 21.1046 2 20C2 18.8954 2.89543 18 4 18C5.10457 18 6 18.8954 6 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 6V10M10 12H8C6.11438 12 5.17157 12 4.58579 12.5858C4 13.1716 4 14.1144 4 16V18M6 20H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4C10 2.34533 10.3453 2 12 2H16C17.6547 2 18 2.34533 18 4C18 5.65467 17.6547 6 16 6H12C10.3453 6 10 5.65467 10 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 12C10 10.3453 10.3453 10 12 10H16C17.6547 10 18 10.3453 18 12C18 13.6547 17.6547 14 16 14H12C10.3453 14 10 13.6547 10 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 20C10 18.3453 10.3453 18 12 18H16C17.6547 18 18 18.3453 18 20C18 21.6547 17.6547 22 16 22H12C10.3453 22 10 21.6547 10 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 12C19.8856 12 20.8284 12 21.4142 11.4142C22 10.8284 22 9.88562 22 8C22 6.11438 22 5.17157 21.4142 4.58579C20.8284 4 19.8856 4 18 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-hierarchy-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 5C15 6.65685 13.6569 8 12 8C10.3431 8 9 6.65685 9 5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 19C8 20.6569 6.65685 22 5 22C3.34315 22 2 20.6569 2 19C2 17.3431 3.34315 16 5 16C6.65685 16 8 17.3431 8 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 19C22 20.6569 20.6569 22 19 22C17.3431 22 16 20.6569 16 19C16 17.3431 17.3431 16 19 16C20.6569 16 22 17.3431 22 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8V12M12 12H8.5C6.85008 12 6.02513 12 5.51256 12.4393C5 12.8787 5 13.5858 5 15V16M12 12H15.5C17.1499 12 17.9749 12 18.4874 12.4393C19 12.8787 19 13.5858 19 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 5C15 6.65685 13.6569 8 12 8C10.3431 8 9 6.65685 9 5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 19C8 20.6569 6.65685 22 5 22C3.34315 22 2 20.6569 2 19C2 17.3431 3.34315 16 5 16C6.65685 16 8 17.3431 8 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 19C22 20.6569 20.6569 22 19 22C17.3431 22 16 20.6569 16 19C16 17.3431 17.3431 16 19 16C20.6569 16 22 17.3431 22 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8V12M12 12H8.5C6.85008 12 6.02513 12 5.51256 12.4393C5 12.8787 5 13.5858 5 15V16M12 12H15.5C17.1499 12 17.9749 12 18.4874 12.4393C19 12.8787 19 13.5858 19 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-hierarchy-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 22C3.34315 22 2 20.6569 2 19C2 17.3431 3.34315 16 5 16C6.65685 16 8 17.3431 8 19C8 20.6569 6.65685 22 5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 22C17.3431 22 16 20.6569 16 19C16 17.3431 17.3431 16 19 16C20.6569 16 22 17.3431 22 19C22 20.6569 20.6569 22 19 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 16C18.8172 13.547 17.7969 13 14.3472 13L9.65278 13C6.20315 13 5.1828 13.547 5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10C9.79086 10 8 8.20914 8 6C8 3.79086 9.79086 2 12 2C14.2091 2 16 3.79086 16 6C16 8.20914 14.2091 10 12 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 22C3.34315 22 2 20.6569 2 19C2 17.3431 3.34315 16 5 16C6.65685 16 8 17.3431 8 19C8 20.6569 6.65685 22 5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 22C17.3431 22 16 20.6569 16 19C16 17.3431 17.3431 16 19 16C20.6569 16 22 17.3431 22 19C22 20.6569 20.6569 22 19 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 16C18.8172 13.547 17.7969 13 14.3472 13L9.65278 13C6.20315 13 5.1828 13.547 5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10C9.79086 10 8 8.20914 8 6C8 3.79086 9.79086 2 12 2C14.2091 2 16 3.79086 16 6C16 8.20914 14.2091 10 12 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-hierarchy-circle-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 19C22 20.6569 20.6569 22 19 22C17.3431 22 16 20.6569 16 19C16 17.3431 17.3431 16 19 16C20.6569 16 22 17.3431 22 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 5C22 6.65685 20.6569 8 19 8C17.3431 8 16 6.65685 16 5C16 3.34315 17.3431 2 19 2C20.6569 2 22 3.34315 22 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 5C13.547 5.1828 13 6.20315 13 9.65278V12M16 19C13.547 18.8172 13 17.7969 13 14.3472L13 12M13 12H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12C10 14.2091 8.20914 16 6 16C3.79086 16 2 14.2091 2 12C2 9.79086 3.79086 8 6 8C8.20914 8 10 9.79086 10 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 19C22 20.6569 20.6569 22 19 22C17.3431 22 16 20.6569 16 19C16 17.3431 17.3431 16 19 16C20.6569 16 22 17.3431 22 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 5C22 6.65685 20.6569 8 19 8C17.3431 8 16 6.65685 16 5C16 3.34315 17.3431 2 19 2C20.6569 2 22 3.34315 22 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 5C13.547 5.1828 13 6.20315 13 9.65278V12M16 19C13.547 18.8172 13 17.7969 13 14.3472L13 12M13 12H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12C10 14.2091 8.20914 16 6 16C3.79086 16 2 14.2091 2 12C2 9.79086 3.79086 8 6 8C8.20914 8 10 9.79086 10 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-hierarchy-files{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9645 3.96447L17.4853 2.48528C17.2959 2.29589 17.2012 2.20119 17.0891 2.13591C17.0114 2.09062 16.9279 2.05604 16.8409 2.03308C16.7155 2 16.5816 2 16.3137 2C15.0861 2 14.4724 2 14.0134 2.26029C13.6989 2.43864 13.4386 2.6989 13.2603 3.01338C13 3.47235 13 4.08614 13 5.31371V6.5C13 7.90446 13 8.60669 13.3371 9.11114C13.483 9.32952 13.6705 9.51702 13.8889 9.66294C14.3933 10 15.0955 10 16.5 10C17.9045 10 18.6067 10 19.1111 9.66294C19.3295 9.51702 19.517 9.32952 19.6629 9.11114C20 8.60669 20 7.89611 20 6.47495C20 5.8414 20 5.52462 19.9098 5.23452C19.8736 5.11833 19.827 5.00567 19.7704 4.89796C19.629 4.62904 19.4075 4.40751 18.9645 3.96447Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9645 15.9645L17.4853 14.4853C17.2959 14.2959 17.2012 14.2012 17.0891 14.1359C17.0114 14.0906 16.9279 14.056 16.8409 14.0331C16.7155 14 16.5816 14 16.3137 14C15.0861 14 14.4724 14 14.0134 14.2603C13.6989 14.4386 13.4386 14.6989 13.2603 15.0134C13 15.4724 13 16.0861 13 17.3137V18.5C13 19.9045 13 20.6067 13.3371 21.1111C13.483 21.3295 13.6705 21.517 13.8889 21.6629C14.3933 22 15.0955 22 16.5 22C17.9045 22 18.6067 22 19.1111 21.6629C19.3295 21.517 19.517 21.3295 19.6629 21.1111C20 20.6067 20 19.8961 20 18.4749C20 17.8414 20 17.5246 19.9098 17.2345C19.8736 17.1183 19.827 17.0057 19.7704 16.898C19.629 16.629 19.4075 16.4075 18.9645 15.9645Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6H4M4 6V2M4 6V12C4 14.8284 4 16.2426 4.87868 17.1213C5.75736 18 7.17157 18 10 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9645 3.96447L17.4853 2.48528C17.2959 2.29589 17.2012 2.20119 17.0891 2.13591C17.0114 2.09062 16.9279 2.05604 16.8409 2.03308C16.7155 2 16.5816 2 16.3137 2C15.0861 2 14.4724 2 14.0134 2.26029C13.6989 2.43864 13.4386 2.6989 13.2603 3.01338C13 3.47235 13 4.08614 13 5.31371V6.5C13 7.90446 13 8.60669 13.3371 9.11114C13.483 9.32952 13.6705 9.51702 13.8889 9.66294C14.3933 10 15.0955 10 16.5 10C17.9045 10 18.6067 10 19.1111 9.66294C19.3295 9.51702 19.517 9.32952 19.6629 9.11114C20 8.60669 20 7.89611 20 6.47495C20 5.8414 20 5.52462 19.9098 5.23452C19.8736 5.11833 19.827 5.00567 19.7704 4.89796C19.629 4.62904 19.4075 4.40751 18.9645 3.96447Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9645 15.9645L17.4853 14.4853C17.2959 14.2959 17.2012 14.2012 17.0891 14.1359C17.0114 14.0906 16.9279 14.056 16.8409 14.0331C16.7155 14 16.5816 14 16.3137 14C15.0861 14 14.4724 14 14.0134 14.2603C13.6989 14.4386 13.4386 14.6989 13.2603 15.0134C13 15.4724 13 16.0861 13 17.3137V18.5C13 19.9045 13 20.6067 13.3371 21.1111C13.483 21.3295 13.6705 21.517 13.8889 21.6629C14.3933 22 15.0955 22 16.5 22C17.9045 22 18.6067 22 19.1111 21.6629C19.3295 21.517 19.517 21.3295 19.6629 21.1111C20 20.6067 20 19.8961 20 18.4749C20 17.8414 20 17.5246 19.9098 17.2345C19.8736 17.1183 19.827 17.0057 19.7704 16.898C19.629 16.629 19.4075 16.4075 18.9645 15.9645Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6H4M4 6V2M4 6V12C4 14.8284 4 16.2426 4.87868 17.1213C5.75736 18 7.17157 18 10 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-hierarchy-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 19.5H13C10.1716 19.5 8.75736 19.5 7.87868 18.6213C7 17.7426 7 16.3284 7 13.5V11.5M7 8V11.5M7 11.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 11.5C14 10.3215 14 9.73223 14.3515 9.36612C14.7029 9 15.2686 9 16.4 9H17.6C18.7314 9 19.2971 9 19.6485 9.36612C20 9.73223 20 10.3215 20 11.5C20 12.6785 20 13.2678 19.6485 13.6339C19.2971 14 18.7314 14 17.6 14H16.4C15.2686 14 14.7029 14 14.3515 13.6339C14 13.2678 14 12.6785 14 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 19.5C14 18.3215 14 17.7322 14.3515 17.3661C14.7029 17 15.2686 17 16.4 17H17.6C18.7314 17 19.2971 17 19.6485 17.3661C20 17.7322 20 18.3215 20 19.5C20 20.6785 20 21.2678 19.6485 21.6339C19.2971 22 18.7314 22 17.6 22H16.4C15.2686 22 14.7029 22 14.3515 21.6339C14 21.2678 14 20.6785 14 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.28571 2H8.71429C10.7888 2 11 3.10993 11 5C11 6.89007 10.7888 8 8.71429 8H5.28571C3.2112 8 3 6.89007 3 5C3 3.10993 3.2112 2 5.28571 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 19.5H13C10.1716 19.5 8.75736 19.5 7.87868 18.6213C7 17.7426 7 16.3284 7 13.5V11.5M7 8V11.5M7 11.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 11.5C14 10.3215 14 9.73223 14.3515 9.36612C14.7029 9 15.2686 9 16.4 9H17.6C18.7314 9 19.2971 9 19.6485 9.36612C20 9.73223 20 10.3215 20 11.5C20 12.6785 20 13.2678 19.6485 13.6339C19.2971 14 18.7314 14 17.6 14H16.4C15.2686 14 14.7029 14 14.3515 13.6339C14 13.2678 14 12.6785 14 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 19.5C14 18.3215 14 17.7322 14.3515 17.3661C14.7029 17 15.2686 17 16.4 17H17.6C18.7314 17 19.2971 17 19.6485 17.3661C20 17.7322 20 18.3215 20 19.5C20 20.6785 20 21.2678 19.6485 21.6339C19.2971 22 18.7314 22 17.6 22H16.4C15.2686 22 14.7029 22 14.3515 21.6339C14 21.2678 14 20.6785 14 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.28571 2H8.71429C10.7888 2 11 3.10993 11 5C11 6.89007 10.7888 8 8.71429 8H5.28571C3.2112 8 3 6.89007 3 5C3 3.10993 3.2112 2 5.28571 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-hierarchy-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 8V12M12 12H9C7.11438 12 6.17157 12 5.58579 12.5858C5 13.1716 5 14.1144 5 16M12 12H15C16.8856 12 17.8284 12 18.4142 12.5858C19 13.1716 19 14.1144 19 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 19C2 17.5858 2 16.8787 2.43934 16.4393C2.87868 16 3.58579 16 5 16C6.41421 16 7.12132 16 7.56066 16.4393C8 16.8787 8 17.5858 8 19C8 20.4142 8 21.1213 7.56066 21.5607C7.12132 22 6.41421 22 5 22C3.58579 22 2.87868 22 2.43934 21.5607C2 21.1213 2 20.4142 2 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 19C16 17.5858 16 16.8787 16.4393 16.4393C16.8787 16 17.5858 16 19 16C20.4142 16 21.1213 16 21.5607 16.4393C22 16.8787 22 17.5858 22 19C22 20.4142 22 21.1213 21.5607 21.5607C21.1213 22 20.4142 22 19 22C17.5858 22 16.8787 22 16.4393 21.5607C16 21.1213 16 20.4142 16 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.2857 2H13.7143C15.7888 2 16 3.10993 16 5C16 6.89007 15.7888 8 13.7143 8H10.2857C8.2112 8 8 6.89007 8 5C8 3.10993 8.2112 2 10.2857 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 8V12M12 12H9C7.11438 12 6.17157 12 5.58579 12.5858C5 13.1716 5 14.1144 5 16M12 12H15C16.8856 12 17.8284 12 18.4142 12.5858C19 13.1716 19 14.1144 19 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 19C2 17.5858 2 16.8787 2.43934 16.4393C2.87868 16 3.58579 16 5 16C6.41421 16 7.12132 16 7.56066 16.4393C8 16.8787 8 17.5858 8 19C8 20.4142 8 21.1213 7.56066 21.5607C7.12132 22 6.41421 22 5 22C3.58579 22 2.87868 22 2.43934 21.5607C2 21.1213 2 20.4142 2 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 19C16 17.5858 16 16.8787 16.4393 16.4393C16.8787 16 17.5858 16 19 16C20.4142 16 21.1213 16 21.5607 16.4393C22 16.8787 22 17.5858 22 19C22 20.4142 22 21.1213 21.5607 21.5607C21.1213 22 20.4142 22 19 22C17.5858 22 16.8787 22 16.4393 21.5607C16 21.1213 16 20.4142 16 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.2857 2H13.7143C15.7888 2 16 3.10993 16 5C16 6.89007 15.7888 8 13.7143 8H10.2857C8.2112 8 8 6.89007 8 5C8 3.10993 8.2112 2 10.2857 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-hierarchy-square-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 6C8 4.11438 8 3.17157 8.58579 2.58579C9.17157 2 10.1144 2 12 2C13.8856 2 14.8284 2 15.4142 2.58579C16 3.17157 16 4.11438 16 6C16 7.88562 16 8.82843 15.4142 9.41421C14.8284 10 13.8856 10 12 10C10.1144 10 9.17157 10 8.58579 9.41421C8 8.82843 8 7.88562 8 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 19C2 17.5858 2 16.8787 2.43934 16.4393C2.87868 16 3.58579 16 5 16C6.41421 16 7.12132 16 7.56066 16.4393C8 16.8787 8 17.5858 8 19C8 20.4142 8 21.1213 7.56066 21.5607C7.12132 22 6.41421 22 5 22C3.58579 22 2.87868 22 2.43934 21.5607C2 21.1213 2 20.4142 2 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 19C16 17.5858 16 16.8787 16.4393 16.4393C16.8787 16 17.5858 16 19 16C20.4142 16 21.1213 16 21.5607 16.4393C22 16.8787 22 17.5858 22 19C22 20.4142 22 21.1213 21.5607 21.5607C21.1213 22 20.4142 22 19 22C17.5858 22 16.8787 22 16.4393 21.5607C16 21.1213 16 20.4142 16 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 16C18.8172 13.547 17.7969 13 14.3472 13L12 13L9.65278 13C6.20315 13 5.1828 13.547 5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 6C8 4.11438 8 3.17157 8.58579 2.58579C9.17157 2 10.1144 2 12 2C13.8856 2 14.8284 2 15.4142 2.58579C16 3.17157 16 4.11438 16 6C16 7.88562 16 8.82843 15.4142 9.41421C14.8284 10 13.8856 10 12 10C10.1144 10 9.17157 10 8.58579 9.41421C8 8.82843 8 7.88562 8 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 19C2 17.5858 2 16.8787 2.43934 16.4393C2.87868 16 3.58579 16 5 16C6.41421 16 7.12132 16 7.56066 16.4393C8 16.8787 8 17.5858 8 19C8 20.4142 8 21.1213 7.56066 21.5607C7.12132 22 6.41421 22 5 22C3.58579 22 2.87868 22 2.43934 21.5607C2 21.1213 2 20.4142 2 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 19C16 17.5858 16 16.8787 16.4393 16.4393C16.8787 16 17.5858 16 19 16C20.4142 16 21.1213 16 21.5607 16.4393C22 16.8787 22 17.5858 22 19C22 20.4142 22 21.1213 21.5607 21.5607C21.1213 22 20.4142 22 19 22C17.5858 22 16.8787 22 16.4393 21.5607C16 21.1213 16 20.4142 16 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 16C18.8172 13.547 17.7969 13 14.3472 13L12 13L9.65278 13C6.20315 13 5.1828 13.547 5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-hierarchy-square-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 12C9 10.5858 9 9.87868 8.48744 9.43934C7.97487 9 7.14992 9 5.5 9C3.85008 9 3.02513 9 2.51256 9.43934C2 9.87868 2 10.5858 2 12C2 13.4142 2 14.1213 2.51256 14.5607C3.02513 15 3.85008 15 5.5 15C7.14992 15 7.97487 15 8.48744 14.5607C9 14.1213 9 13.4142 9 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 5C22 3.58579 22 2.87868 21.5899 2.43934C21.1799 2 20.5199 2 19.2 2H17.8C16.4801 2 15.8201 2 15.4101 2.43934C15 2.87868 15 3.58579 15 5C15 6.41421 15 7.12132 15.4101 7.56066C15.8201 8 16.4801 8 17.8 8H19.2C20.5199 8 21.1799 8 21.5899 7.56066C22 7.12132 22 6.41421 22 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 19C22 17.5858 22 16.8787 21.5899 16.4393C21.1799 16 20.5199 16 19.2 16H17.8C16.4801 16 15.8201 16 15.4101 16.4393C15 16.8787 15 17.5858 15 19C15 20.4142 15 21.1213 15.4101 21.5607C15.8201 22 16.4801 22 17.8 22H19.2C20.5199 22 21.1799 22 21.5899 21.5607C22 21.1213 22 20.4142 22 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 11.999L12 16.0462C12 17.9201 12.9172 18.7615 15 19M12 11.999L12 7.95192C12 6.18453 12.779 5.25846 15 5M12 11.999L9 11.999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 12C9 10.5858 9 9.87868 8.48744 9.43934C7.97487 9 7.14992 9 5.5 9C3.85008 9 3.02513 9 2.51256 9.43934C2 9.87868 2 10.5858 2 12C2 13.4142 2 14.1213 2.51256 14.5607C3.02513 15 3.85008 15 5.5 15C7.14992 15 7.97487 15 8.48744 14.5607C9 14.1213 9 13.4142 9 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 5C22 3.58579 22 2.87868 21.5899 2.43934C21.1799 2 20.5199 2 19.2 2H17.8C16.4801 2 15.8201 2 15.4101 2.43934C15 2.87868 15 3.58579 15 5C15 6.41421 15 7.12132 15.4101 7.56066C15.8201 8 16.4801 8 17.8 8H19.2C20.5199 8 21.1799 8 21.5899 7.56066C22 7.12132 22 6.41421 22 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 19C22 17.5858 22 16.8787 21.5899 16.4393C21.1799 16 20.5199 16 19.2 16H17.8C16.4801 16 15.8201 16 15.4101 16.4393C15 16.8787 15 17.5858 15 19C15 20.4142 15 21.1213 15.4101 21.5607C15.8201 22 16.4801 22 17.8 22H19.2C20.5199 22 21.1799 22 21.5899 21.5607C22 21.1213 22 20.4142 22 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 11.999L12 16.0462C12 17.9201 12.9172 18.7615 15 19M12 11.999L12 7.95192C12 6.18453 12.779 5.25846 15 5M12 11.999L9 11.999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-hierarchy-square-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 12C15 13.4142 15 14.1213 15.5126 14.5607C16.0251 15 16.8501 15 18.5 15C20.1499 15 20.9749 15 21.4874 14.5607C22 14.1213 22 13.4142 22 12C22 10.5858 22 9.87868 21.4874 9.43934C20.9749 9 20.1499 9 18.5 9C16.8501 9 16.0251 9 15.5126 9.43934C15 9.87868 15 10.5858 15 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 19C2 20.4142 2 21.1213 2.41005 21.5607C2.8201 22 3.48007 22 4.8 22H6.2C7.51993 22 8.1799 22 8.58995 21.5607C9 21.1213 9 20.4142 9 19C9 17.5858 9 16.8787 8.58995 16.4393C8.1799 16 7.51993 16 6.2 16H4.8C3.48007 16 2.8201 16 2.41005 16.4393C2 16.8787 2 17.5858 2 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 5C2 6.41421 2 7.12132 2.41005 7.56066C2.8201 8 3.48007 8 4.8 8L6.2 8C7.51993 8 8.1799 8 8.58995 7.56066C9 7.12132 9 6.41421 9 5C9 3.58579 9 2.87868 8.58995 2.43934C8.1799 2 7.51993 2 6.2 2L4.8 2C3.48007 2 2.8201 2 2.41005 2.43934C2 2.87868 2 3.58579 2 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 12.001L12 7.95383C12 6.07993 11.0828 5.23846 9 5M12 12.001L12 16.0481C12 17.8155 11.221 18.7415 9 19M12 12.001L15 12.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 12C15 13.4142 15 14.1213 15.5126 14.5607C16.0251 15 16.8501 15 18.5 15C20.1499 15 20.9749 15 21.4874 14.5607C22 14.1213 22 13.4142 22 12C22 10.5858 22 9.87868 21.4874 9.43934C20.9749 9 20.1499 9 18.5 9C16.8501 9 16.0251 9 15.5126 9.43934C15 9.87868 15 10.5858 15 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 19C2 20.4142 2 21.1213 2.41005 21.5607C2.8201 22 3.48007 22 4.8 22H6.2C7.51993 22 8.1799 22 8.58995 21.5607C9 21.1213 9 20.4142 9 19C9 17.5858 9 16.8787 8.58995 16.4393C8.1799 16 7.51993 16 6.2 16H4.8C3.48007 16 2.8201 16 2.41005 16.4393C2 16.8787 2 17.5858 2 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 5C2 6.41421 2 7.12132 2.41005 7.56066C2.8201 8 3.48007 8 4.8 8L6.2 8C7.51993 8 8.1799 8 8.58995 7.56066C9 7.12132 9 6.41421 9 5C9 3.58579 9 2.87868 8.58995 2.43934C8.1799 2 7.51993 2 6.2 2L4.8 2C3.48007 2 2.8201 2 2.41005 2.43934C2 2.87868 2 3.58579 2 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 12.001L12 7.95383C12 6.07993 11.0828 5.23846 9 5M12 12.001L12 16.0481C12 17.8155 11.221 18.7415 9 19M12 12.001L15 12.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-hierarchy-square-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 2H14C15.8152 2 16 2.92494 16 4.5C16 6.07506 15.8152 7 14 7H10C8.1848 7 8 6.07506 8 4.5C8 2.92494 8.1848 2 10 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 19.5C2 18.3215 2 17.7322 2.36612 17.3661C2.73223 17 3.32149 17 4.5 17C5.67851 17 6.26777 17 6.63388 17.3661C7 17.7322 7 18.3215 7 19.5C7 20.6785 7 21.2678 6.63388 21.6339C6.26777 22 5.67851 22 4.5 22C3.32149 22 2.73223 22 2.36612 21.6339C2 21.2678 2 20.6785 2 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 19.5C17 18.3215 17 17.7322 17.3661 17.3661C17.7322 17 18.3215 17 19.5 17C20.6785 17 21.2678 17 21.6339 17.3661C22 17.7322 22 18.3215 22 19.5C22 20.6785 22 21.2678 21.6339 21.6339C21.2678 22 20.6785 22 19.5 22C18.3215 22 17.7322 22 17.3661 21.6339C17 21.2678 17 20.6785 17 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 12.5C14.5 13.8807 13.3807 15 12 15C10.6193 15 9.5 13.8807 9.5 12.5C9.5 11.1193 10.6193 10 12 10C13.3807 10 14.5 11.1193 14.5 12.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 7V10M9.5 13L4.5 17M14.5 13L19.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 2H14C15.8152 2 16 2.92494 16 4.5C16 6.07506 15.8152 7 14 7H10C8.1848 7 8 6.07506 8 4.5C8 2.92494 8.1848 2 10 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 19.5C2 18.3215 2 17.7322 2.36612 17.3661C2.73223 17 3.32149 17 4.5 17C5.67851 17 6.26777 17 6.63388 17.3661C7 17.7322 7 18.3215 7 19.5C7 20.6785 7 21.2678 6.63388 21.6339C6.26777 22 5.67851 22 4.5 22C3.32149 22 2.73223 22 2.36612 21.6339C2 21.2678 2 20.6785 2 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 19.5C17 18.3215 17 17.7322 17.3661 17.3661C17.7322 17 18.3215 17 19.5 17C20.6785 17 21.2678 17 21.6339 17.3661C22 17.7322 22 18.3215 22 19.5C22 20.6785 22 21.2678 21.6339 21.6339C21.2678 22 20.6785 22 19.5 22C18.3215 22 17.7322 22 17.3661 21.6339C17 21.2678 17 20.6785 17 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 12.5C14.5 13.8807 13.3807 15 12 15C10.6193 15 9.5 13.8807 9.5 12.5C9.5 11.1193 10.6193 10 12 10C13.3807 10 14.5 11.1193 14.5 12.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 7V10M9.5 13L4.5 17M14.5 13L19.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-hierarchy-square-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 19.5C2 18.3215 2 17.7322 2.43934 17.3661C2.87868 17 3.58579 17 5 17C6.41421 17 7.12132 17 7.56066 17.3661C8 17.7322 8 18.3215 8 19.5C8 20.6785 8 21.2678 7.56066 21.6339C7.12132 22 6.41421 22 5 22C3.58579 22 2.87868 22 2.43934 21.6339C2 21.2678 2 20.6785 2 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 19.5C16 18.3215 16 17.7322 16.4393 17.3661C16.8787 17 17.5858 17 19 17C20.4142 17 21.1213 17 21.5607 17.3661C22 17.7322 22 18.3215 22 19.5C22 20.6785 22 21.2678 21.5607 21.6339C21.1213 22 20.4142 22 19 22C17.5858 22 16.8787 22 16.4393 21.6339C16 21.2678 16 20.6785 16 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 17C19 14.518 18.2562 14 14.6923 14H9.30769C5.74379 14 5 14.518 5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.89128 8.06671C9.34109 8.4458 7.89853 9.21985 8.77715 10.1885C9.20634 10.6616 9.68436 11 10.2853 11H13.7147C14.3156 11 14.7937 10.6616 15.2229 10.1885C16.1015 9.21985 14.6589 8.4458 14.1087 8.06671C12.8185 7.17776 11.1815 7.17776 9.89128 8.06671Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.75 3.8C13.75 4.79411 12.9665 5.6 12 5.6C11.0335 5.6 10.25 4.79411 10.25 3.8C10.25 2.80589 11.0335 2 12 2C12.9665 2 13.75 2.80589 13.75 3.8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 19.5C2 18.3215 2 17.7322 2.43934 17.3661C2.87868 17 3.58579 17 5 17C6.41421 17 7.12132 17 7.56066 17.3661C8 17.7322 8 18.3215 8 19.5C8 20.6785 8 21.2678 7.56066 21.6339C7.12132 22 6.41421 22 5 22C3.58579 22 2.87868 22 2.43934 21.6339C2 21.2678 2 20.6785 2 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 19.5C16 18.3215 16 17.7322 16.4393 17.3661C16.8787 17 17.5858 17 19 17C20.4142 17 21.1213 17 21.5607 17.3661C22 17.7322 22 18.3215 22 19.5C22 20.6785 22 21.2678 21.5607 21.6339C21.1213 22 20.4142 22 19 22C17.5858 22 16.8787 22 16.4393 21.6339C16 21.2678 16 20.6785 16 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 17C19 14.518 18.2562 14 14.6923 14H9.30769C5.74379 14 5 14.518 5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.89128 8.06671C9.34109 8.4458 7.89853 9.21985 8.77715 10.1885C9.20634 10.6616 9.68436 11 10.2853 11H13.7147C14.3156 11 14.7937 10.6616 15.2229 10.1885C16.1015 9.21985 14.6589 8.4458 14.1087 8.06671C12.8185 7.17776 11.1815 7.17776 9.89128 8.06671Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.75 3.8C13.75 4.79411 12.9665 5.6 12 5.6C11.0335 5.6 10.25 4.79411 10.25 3.8C10.25 2.80589 11.0335 2 12 2C12.9665 2 13.75 2.80589 13.75 3.8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-hierarchy-square-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.19868 9.6H4.80132C2.79237 9.6 1.43791 11.7484 2.22927 13.6796C2.33951 13.9486 2.59243 14.1231 2.87228 14.1231H3.36437C3.53023 14.1231 3.67481 14.2411 3.71504 14.4094L4.34854 17.0597C4.48063 17.6123 4.95537 18 5.5 18C6.04463 18 6.51937 17.6123 6.65146 17.0597L7.28496 14.4094C7.32519 14.2411 7.46977 14.1231 7.63563 14.1231H8.12772C8.40757 14.1231 8.66049 13.9486 8.77073 13.6796C9.56209 11.7484 8.20763 9.6 6.19868 9.6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.25 7.8C7.25 8.79411 6.4665 9.6 5.5 9.6C4.5335 9.6 3.75 8.79411 3.75 7.8C3.75 6.80589 4.5335 6 5.5 6C6.4665 6 7.25 6.80589 7.25 7.8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 5C16 3.58579 16 2.87868 16.4393 2.43934C16.8787 2 17.5858 2 19 2C20.4142 2 21.1213 2 21.5607 2.43934C22 2.87868 22 3.58579 22 5C22 6.41421 22 7.12132 21.5607 7.56066C21.1213 8 20.4142 8 19 8C17.5858 8 16.8787 8 16.4393 7.56066C16 7.12132 16 6.41421 16 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 19C16 17.5858 16 16.8787 16.4393 16.4393C16.8787 16 17.5858 16 19 16C20.4142 16 21.1213 16 21.5607 16.4393C22 16.8787 22 17.5858 22 19C22 20.4142 22 21.1213 21.5607 21.5607C21.1213 22 20.4142 22 19 22C17.5858 22 16.8787 22 16.4393 21.5607C16 21.1213 16 20.4142 16 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 5H15C12.547 5.1828 12 6.20315 12 9.65278L12 14.3472C12 17.7969 12.547 18.8172 15 19H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.19868 9.6H4.80132C2.79237 9.6 1.43791 11.7484 2.22927 13.6796C2.33951 13.9486 2.59243 14.1231 2.87228 14.1231H3.36437C3.53023 14.1231 3.67481 14.2411 3.71504 14.4094L4.34854 17.0597C4.48063 17.6123 4.95537 18 5.5 18C6.04463 18 6.51937 17.6123 6.65146 17.0597L7.28496 14.4094C7.32519 14.2411 7.46977 14.1231 7.63563 14.1231H8.12772C8.40757 14.1231 8.66049 13.9486 8.77073 13.6796C9.56209 11.7484 8.20763 9.6 6.19868 9.6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.25 7.8C7.25 8.79411 6.4665 9.6 5.5 9.6C4.5335 9.6 3.75 8.79411 3.75 7.8C3.75 6.80589 4.5335 6 5.5 6C6.4665 6 7.25 6.80589 7.25 7.8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 5C16 3.58579 16 2.87868 16.4393 2.43934C16.8787 2 17.5858 2 19 2C20.4142 2 21.1213 2 21.5607 2.43934C22 2.87868 22 3.58579 22 5C22 6.41421 22 7.12132 21.5607 7.56066C21.1213 8 20.4142 8 19 8C17.5858 8 16.8787 8 16.4393 7.56066C16 7.12132 16 6.41421 16 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 19C16 17.5858 16 16.8787 16.4393 16.4393C16.8787 16 17.5858 16 19 16C20.4142 16 21.1213 16 21.5607 16.4393C22 16.8787 22 17.5858 22 19C22 20.4142 22 21.1213 21.5607 21.5607C21.1213 22 20.4142 22 19 22C17.5858 22 16.8787 22 16.4393 21.5607C16 21.1213 16 20.4142 16 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 5H15C12.547 5.1828 12 6.20315 12 9.65278L12 14.3472C12 17.7969 12.547 18.8172 15 19H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-hierarchy-square-10{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 20C2 19.0572 2 18.5858 2.29289 18.2929C2.58579 18 3.05719 18 4 18H5C5.94281 18 6.41421 18 6.70711 18.2929C7 18.5858 7 19.0572 7 20C7 20.9428 7 21.4142 6.70711 21.7071C6.41421 22 5.94281 22 5 22H4C3.05719 22 2.58579 22 2.29289 21.7071C2 21.4142 2 20.9428 2 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 20C17 19.0572 17 18.5858 17.2929 18.2929C17.5858 18 18.0572 18 19 18H20C20.9428 18 21.4142 18 21.7071 18.2929C22 18.5858 22 19.0572 22 20C22 20.9428 22 21.4142 21.7071 21.7071C21.4142 22 20.9428 22 20 22H19C18.0572 22 17.5858 22 17.2929 21.7071C17 21.4142 17 20.9428 17 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.5 17.5C19.5 14.1907 18.8525 13.5 15.75 13.5H14.5M4.5 17.5C4.5 14.1907 5.1475 13.5 8.25 13.5H9.5M12 7V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2H14C15.8152 2 16 2.92494 16 4.5C16 6.07506 15.8152 7 14 7H10C8.1848 7 8 6.07506 8 4.5C8 2.92494 8.1848 2 10 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 13.5C14.5 14.8807 13.3807 16 12 16C10.6193 16 9.5 14.8807 9.5 13.5C9.5 12.1193 10.6193 11 12 11C13.3807 11 14.5 12.1193 14.5 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 20C2 19.0572 2 18.5858 2.29289 18.2929C2.58579 18 3.05719 18 4 18H5C5.94281 18 6.41421 18 6.70711 18.2929C7 18.5858 7 19.0572 7 20C7 20.9428 7 21.4142 6.70711 21.7071C6.41421 22 5.94281 22 5 22H4C3.05719 22 2.58579 22 2.29289 21.7071C2 21.4142 2 20.9428 2 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 20C17 19.0572 17 18.5858 17.2929 18.2929C17.5858 18 18.0572 18 19 18H20C20.9428 18 21.4142 18 21.7071 18.2929C22 18.5858 22 19.0572 22 20C22 20.9428 22 21.4142 21.7071 21.7071C21.4142 22 20.9428 22 20 22H19C18.0572 22 17.5858 22 17.2929 21.7071C17 21.4142 17 20.9428 17 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.5 17.5C19.5 14.1907 18.8525 13.5 15.75 13.5H14.5M4.5 17.5C4.5 14.1907 5.1475 13.5 8.25 13.5H9.5M12 7V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2H14C15.8152 2 16 2.92494 16 4.5C16 6.07506 15.8152 7 14 7H10C8.1848 7 8 6.07506 8 4.5C8 2.92494 8.1848 2 10 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 13.5C14.5 14.8807 13.3807 16 12 16C10.6193 16 9.5 14.8807 9.5 13.5C9.5 12.1193 10.6193 11 12 11C13.3807 11 14.5 12.1193 14.5 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-hierarchy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.89128 7.55559C9.34109 7.8715 7.89853 8.51654 8.77715 9.32371C9.20634 9.71801 9.68436 10 10.2853 10H13.7147C14.3156 10 14.7937 9.71801 15.2229 9.32371C16.1015 8.51654 14.6589 7.8715 14.1087 7.55559C12.8185 6.8148 11.1815 6.8148 9.89128 7.55559Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 3.5C13.5 4.32843 12.8284 5 12 5C11.1716 5 10.5 4.32843 10.5 3.5C10.5 2.67157 11.1716 2 12 2C12.8284 2 13.5 2.67157 13.5 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.3913 19.5556C15.8411 19.8715 14.3985 20.5165 15.2771 21.3237C15.7063 21.718 16.1844 22 16.7853 22H20.2147C20.8156 22 21.2937 21.718 21.7229 21.3237C22.6015 20.5165 21.1589 19.8715 20.6087 19.5556C19.3185 18.8148 17.6815 18.8148 16.3913 19.5556Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 15.5C20 16.3284 19.3284 17 18.5 17C17.6716 17 17 16.3284 17 15.5C17 14.6716 17.6716 14 18.5 14C19.3284 14 20 14.6716 20 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.39128 19.5556C2.84109 19.8715 1.39853 20.5165 2.27715 21.3237C2.70634 21.718 3.18436 22 3.78534 22H7.21466C7.81564 22 8.29366 21.718 8.72285 21.3237C9.60147 20.5165 8.15891 19.8715 7.60872 19.5556C6.31854 18.8148 4.68146 18.8148 3.39128 19.5556Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15.5C7 16.3284 6.32843 17 5.5 17C4.67157 17 4 16.3284 4 15.5C4 14.6716 4.67157 14 5.5 14C6.32843 14 7 14.6716 7 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 13V15.5M12 15.5L14.5 17M12 15.5L9.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.89128 7.55559C9.34109 7.8715 7.89853 8.51654 8.77715 9.32371C9.20634 9.71801 9.68436 10 10.2853 10H13.7147C14.3156 10 14.7937 9.71801 15.2229 9.32371C16.1015 8.51654 14.6589 7.8715 14.1087 7.55559C12.8185 6.8148 11.1815 6.8148 9.89128 7.55559Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 3.5C13.5 4.32843 12.8284 5 12 5C11.1716 5 10.5 4.32843 10.5 3.5C10.5 2.67157 11.1716 2 12 2C12.8284 2 13.5 2.67157 13.5 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.3913 19.5556C15.8411 19.8715 14.3985 20.5165 15.2771 21.3237C15.7063 21.718 16.1844 22 16.7853 22H20.2147C20.8156 22 21.2937 21.718 21.7229 21.3237C22.6015 20.5165 21.1589 19.8715 20.6087 19.5556C19.3185 18.8148 17.6815 18.8148 16.3913 19.5556Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 15.5C20 16.3284 19.3284 17 18.5 17C17.6716 17 17 16.3284 17 15.5C17 14.6716 17.6716 14 18.5 14C19.3284 14 20 14.6716 20 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.39128 19.5556C2.84109 19.8715 1.39853 20.5165 2.27715 21.3237C2.70634 21.718 3.18436 22 3.78534 22H7.21466C7.81564 22 8.29366 21.718 8.72285 21.3237C9.60147 20.5165 8.15891 19.8715 7.60872 19.5556C6.31854 18.8148 4.68146 18.8148 3.39128 19.5556Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15.5C7 16.3284 6.32843 17 5.5 17C4.67157 17 4 16.3284 4 15.5C4 14.6716 4.67157 14 5.5 14C6.32843 14 7 14.6716 7 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 13V15.5M12 15.5L14.5 17M12 15.5L9.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-node-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 19.5H13C10.1716 19.5 8.75736 19.5 7.87868 18.6213C7 17.7426 7 16.3284 7 13.5V11.5M7 10.5V11.5M7 11.5H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 11.5C13.5 10.3215 13.5 9.73223 13.8515 9.36612C14.2029 9 14.7686 9 15.9 9H17.1C18.2314 9 18.7971 9 19.1485 9.36612C19.5 9.73223 19.5 10.3215 19.5 11.5C19.5 12.6785 19.5 13.2678 19.1485 13.6339C18.7971 14 18.2314 14 17.1 14H15.9C14.7686 14 14.2029 14 13.8515 13.6339C13.5 13.2678 13.5 12.6785 13.5 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 19.5C13.5 18.3215 13.5 17.7322 13.8515 17.3661C14.2029 17 14.7686 17 15.9 17H17.1C18.2314 17 18.7971 17 19.1485 17.3661C19.5 17.7322 19.5 18.3215 19.5 19.5C19.5 20.6785 19.5 21.2678 19.1485 21.6339C18.7971 22 18.2314 22 17.1 22H15.9C14.7686 22 14.2029 22 13.8515 21.6339C13.5 21.2678 13.5 20.6785 13.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 2V8M10 5L4 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 19.5H13C10.1716 19.5 8.75736 19.5 7.87868 18.6213C7 17.7426 7 16.3284 7 13.5V11.5M7 10.5V11.5M7 11.5H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 11.5C13.5 10.3215 13.5 9.73223 13.8515 9.36612C14.2029 9 14.7686 9 15.9 9H17.1C18.2314 9 18.7971 9 19.1485 9.36612C19.5 9.73223 19.5 10.3215 19.5 11.5C19.5 12.6785 19.5 13.2678 19.1485 13.6339C18.7971 14 18.2314 14 17.1 14H15.9C14.7686 14 14.2029 14 13.8515 13.6339C13.5 13.2678 13.5 12.6785 13.5 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 19.5C13.5 18.3215 13.5 17.7322 13.8515 17.3661C14.2029 17 14.7686 17 15.9 17H17.1C18.2314 17 18.7971 17 19.1485 17.3661C19.5 17.7322 19.5 18.3215 19.5 19.5C19.5 20.6785 19.5 21.2678 19.1485 21.6339C18.7971 22 18.2314 22 17.1 22H15.9C14.7686 22 14.2029 22 13.8515 21.6339C13.5 21.2678 13.5 20.6785 13.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 2V8M10 5L4 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-node-edit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 19.5H12C9.17157 19.5 7.75736 19.5 6.87868 18.6213C6 17.7426 6 16.3284 6 13.5V11.5M6 11.5V8M6 11.5H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 19.5C13 18.3215 13 17.7322 13.3515 17.3661C13.7029 17 14.2686 17 15.4 17H16.6C17.7314 17 18.2971 17 18.6485 17.3661C19 17.7322 19 18.3215 19 19.5C19 20.6785 19 21.2678 18.6485 21.6339C18.2971 22 17.7314 22 16.6 22H15.4C14.2686 22 13.7029 22 13.3515 21.6339C13 21.2678 13 20.6785 13 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.28571 2H7.71429C9.7888 2 10 3.10993 10 5C10 6.89007 9.7888 8 7.71429 8H4.28571C2.2112 8 2 6.89007 2 5C2 3.10993 2.2112 2 4.28571 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.0058 5.38441L21.614 5.99021C22.1286 6.50276 22.1286 7.33376 21.6141 7.84631L18.4275 11.0799C18.1768 11.3296 17.8561 11.4979 17.5077 11.5627L15.5327 11.9898C15.2209 12.0572 14.9432 11.7814 15.01 11.4706L15.4304 9.5148C15.4955 9.1677 15.6645 8.84834 15.9151 8.59867L19.1423 5.38441C19.6569 4.87186 20.4912 4.87186 21.0058 5.38441Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 19.5H12C9.17157 19.5 7.75736 19.5 6.87868 18.6213C6 17.7426 6 16.3284 6 13.5V11.5M6 11.5V8M6 11.5H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 19.5C13 18.3215 13 17.7322 13.3515 17.3661C13.7029 17 14.2686 17 15.4 17H16.6C17.7314 17 18.2971 17 18.6485 17.3661C19 17.7322 19 18.3215 19 19.5C19 20.6785 19 21.2678 18.6485 21.6339C18.2971 22 17.7314 22 16.6 22H15.4C14.2686 22 13.7029 22 13.3515 21.6339C13 21.2678 13 20.6785 13 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.28571 2H7.71429C9.7888 2 10 3.10993 10 5C10 6.89007 9.7888 8 7.71429 8H4.28571C2.2112 8 2 6.89007 2 5C2 3.10993 2.2112 2 4.28571 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.0058 5.38441L21.614 5.99021C22.1286 6.50276 22.1286 7.33376 21.6141 7.84631L18.4275 11.0799C18.1768 11.3296 17.8561 11.4979 17.5077 11.5627L15.5327 11.9898C15.2209 12.0572 14.9432 11.7814 15.01 11.4706L15.4304 9.5148C15.4955 9.1677 15.6645 8.84834 15.9151 8.59867L19.1423 5.38441C19.6569 4.87186 20.4912 4.87186 21.0058 5.38441Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-node-move-down{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.49902 7.99414V12.4897M5.49902 12.4897V13.9882C5.49902 16.8138 5.49902 18.2266 6.37746 19.1044C7.20252 19.9289 8.49991 19.979 10.9975 19.982M5.49902 12.4897H10.9975%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.99944 2H6.9986C8.81329 2 8.99803 3.10883 8.99803 4.99703C8.99803 6.88522 8.81329 7.99405 6.9986 7.99405H3.99944C2.18475 7.99405 2 6.88522 2 4.99703C2 3.10883 2.18475 2 3.99944 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.9976 12.4892C10.9976 11.5474 10.9976 11.0764 11.2904 10.7838C11.5832 10.4912 12.0545 10.4912 12.997 10.4912C13.9395 10.4912 14.4108 10.4912 14.7036 10.7838C14.9964 11.0764 14.9964 11.5474 14.9964 12.4892C14.9964 13.4311 14.9964 13.902 14.7036 14.1946C14.4108 14.4872 13.9395 14.4872 12.997 14.4872C12.0545 14.4872 11.5832 14.4872 11.2904 14.1946C10.9976 13.902 10.9976 13.4311 10.9976 12.4892Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.9976 19.9824C10.9976 19.0405 10.9976 18.5696 11.2904 18.277C11.5832 17.9844 12.0545 17.9844 12.997 17.9844C13.9395 17.9844 14.4108 17.9844 14.7036 18.277C14.9964 18.5696 14.9964 19.0405 14.9964 19.9824C14.9964 20.9243 14.9964 21.3952 14.7036 21.6878C14.4108 21.9804 13.9395 21.9804 12.997 21.9804C12.0545 21.9804 11.5832 21.9804 11.2904 21.6878C10.9976 21.3952 10.9976 20.9243 10.9976 19.9824Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.9878 20.0679L19.3905 21.635C19.825 22.0571 20.088 22.1328 20.4376 21.7787L22.0001 20.0802M20.0071 21.9873V13.866C19.9902 13.326 19.6308 12.1014 18.0098 11.9785%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.49902 7.99414V12.4897M5.49902 12.4897V13.9882C5.49902 16.8138 5.49902 18.2266 6.37746 19.1044C7.20252 19.9289 8.49991 19.979 10.9975 19.982M5.49902 12.4897H10.9975%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.99944 2H6.9986C8.81329 2 8.99803 3.10883 8.99803 4.99703C8.99803 6.88522 8.81329 7.99405 6.9986 7.99405H3.99944C2.18475 7.99405 2 6.88522 2 4.99703C2 3.10883 2.18475 2 3.99944 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.9976 12.4892C10.9976 11.5474 10.9976 11.0764 11.2904 10.7838C11.5832 10.4912 12.0545 10.4912 12.997 10.4912C13.9395 10.4912 14.4108 10.4912 14.7036 10.7838C14.9964 11.0764 14.9964 11.5474 14.9964 12.4892C14.9964 13.4311 14.9964 13.902 14.7036 14.1946C14.4108 14.4872 13.9395 14.4872 12.997 14.4872C12.0545 14.4872 11.5832 14.4872 11.2904 14.1946C10.9976 13.902 10.9976 13.4311 10.9976 12.4892Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.9976 19.9824C10.9976 19.0405 10.9976 18.5696 11.2904 18.277C11.5832 17.9844 12.0545 17.9844 12.997 17.9844C13.9395 17.9844 14.4108 17.9844 14.7036 18.277C14.9964 18.5696 14.9964 19.0405 14.9964 19.9824C14.9964 20.9243 14.9964 21.3952 14.7036 21.6878C14.4108 21.9804 13.9395 21.9804 12.997 21.9804C12.0545 21.9804 11.5832 21.9804 11.2904 21.6878C10.9976 21.3952 10.9976 20.9243 10.9976 19.9824Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.9878 20.0679L19.3905 21.635C19.825 22.0571 20.088 22.1328 20.4376 21.7787L22.0001 20.0802M20.0071 21.9873V13.866C19.9902 13.326 19.6308 12.1014 18.0098 11.9785%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-node-move-up{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.49731 8V12.5M5.49731 12.5V14C5.49731 16.8284 5.49731 18.2426 6.37533 19.1213C7.20001 19.9466 8.49678 19.9968 10.9932 19.9998M5.49731 12.5H10.9932%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9932 12.5C10.9932 11.5572 10.9932 11.0858 11.2858 10.7929C11.5785 10.5 12.0496 10.5 12.9917 10.5C13.9337 10.5 14.4048 10.5 14.6975 10.7929C14.9902 11.0858 14.9902 11.5572 14.9902 12.5C14.9902 13.4428 14.9902 13.9142 14.6975 14.2071C14.4048 14.5 13.9337 14.5 12.9917 14.5C12.0496 14.5 11.5785 14.5 11.2858 14.2071C10.9932 13.9142 10.9932 13.4428 10.9932 12.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.9932 20C10.9932 19.0572 10.9932 18.5858 11.2858 18.2929C11.5785 18 12.0496 18 12.9917 18C13.9337 18 14.4048 18 14.6975 18.2929C14.9902 18.5858 14.9902 19.0572 14.9902 20C14.9902 20.9428 14.9902 21.4142 14.6975 21.7071C14.4048 22 13.9337 22 12.9917 22C12.0496 22 11.5785 22 11.2858 21.7071C10.9932 21.4142 10.9932 20.9428 10.9932 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.99849 2H6.99624C8.81007 2 8.99473 3.10993 8.99473 5C8.99473 6.89007 8.81007 8 6.99624 8H3.99849C2.18466 8 2 6.89007 2 5C2 3.10993 2.18466 2 3.99849 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.9949 11.089L19.4491 9.31639C19.6878 9.05001 19.8574 8.99948 20.0056 9.00405M20.0056 9.00405C20.1518 9.00857 20.2904 9.06707 20.4994 9.31639L22.0048 11.1003M20.0056 9.00405L19.9829 17.2623C20.0539 18.1368 19.9335 19.8285 17.986 20.0085%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.49731 8V12.5M5.49731 12.5V14C5.49731 16.8284 5.49731 18.2426 6.37533 19.1213C7.20001 19.9466 8.49678 19.9968 10.9932 19.9998M5.49731 12.5H10.9932%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9932 12.5C10.9932 11.5572 10.9932 11.0858 11.2858 10.7929C11.5785 10.5 12.0496 10.5 12.9917 10.5C13.9337 10.5 14.4048 10.5 14.6975 10.7929C14.9902 11.0858 14.9902 11.5572 14.9902 12.5C14.9902 13.4428 14.9902 13.9142 14.6975 14.2071C14.4048 14.5 13.9337 14.5 12.9917 14.5C12.0496 14.5 11.5785 14.5 11.2858 14.2071C10.9932 13.9142 10.9932 13.4428 10.9932 12.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.9932 20C10.9932 19.0572 10.9932 18.5858 11.2858 18.2929C11.5785 18 12.0496 18 12.9917 18C13.9337 18 14.4048 18 14.6975 18.2929C14.9902 18.5858 14.9902 19.0572 14.9902 20C14.9902 20.9428 14.9902 21.4142 14.6975 21.7071C14.4048 22 13.9337 22 12.9917 22C12.0496 22 11.5785 22 11.2858 21.7071C10.9932 21.4142 10.9932 20.9428 10.9932 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.99849 2H6.99624C8.81007 2 8.99473 3.10993 8.99473 5C8.99473 6.89007 8.81007 8 6.99624 8H3.99849C2.18466 8 2 6.89007 2 5C2 3.10993 2.18466 2 3.99849 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.9949 11.089L19.4491 9.31639C19.6878 9.05001 19.8574 8.99948 20.0056 9.00405M20.0056 9.00405C20.1518 9.00857 20.2904 9.06707 20.4994 9.31639L22.0048 11.1003M20.0056 9.00405L19.9829 17.2623C20.0539 18.1368 19.9335 19.8285 17.986 20.0085%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-node-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 19.5H12.5C9.67157 19.5 8.25736 19.5 7.37868 18.6213C6.5 17.7426 6.5 16.3284 6.5 13.5V11.5M6.5 9V11.5M6.5 11.5H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 11.5C13.5 10.3215 13.5 9.73223 13.8515 9.36612C14.2029 9 14.7686 9 15.9 9H17.1C18.2314 9 18.7971 9 19.1485 9.36612C19.5 9.73223 19.5 10.3215 19.5 11.5C19.5 12.6785 19.5 13.2678 19.1485 13.6339C18.7971 14 18.2314 14 17.1 14H15.9C14.7686 14 14.2029 14 13.8515 13.6339C13.5 13.2678 13.5 12.6785 13.5 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 19.5C13.5 18.3215 13.5 17.7322 13.8515 17.3661C14.2029 17 14.7686 17 15.9 17H17.1C18.2314 17 18.7971 17 19.1485 17.3661C19.5 17.7322 19.5 18.3215 19.5 19.5C19.5 20.6785 19.5 21.2678 19.1485 21.6339C18.7971 22 18.2314 22 17.1 22H15.9C14.7686 22 14.2029 22 13.8515 21.6339C13.5 21.2678 13.5 20.6785 13.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 2L6.5 4.5M6.5 4.5L4 7M6.5 4.5L9 7M6.5 4.5L4 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 19.5H12.5C9.67157 19.5 8.25736 19.5 7.37868 18.6213C6.5 17.7426 6.5 16.3284 6.5 13.5V11.5M6.5 9V11.5M6.5 11.5H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 11.5C13.5 10.3215 13.5 9.73223 13.8515 9.36612C14.2029 9 14.7686 9 15.9 9H17.1C18.2314 9 18.7971 9 19.1485 9.36612C19.5 9.73223 19.5 10.3215 19.5 11.5C19.5 12.6785 19.5 13.2678 19.1485 13.6339C18.7971 14 18.2314 14 17.1 14H15.9C14.7686 14 14.2029 14 13.8515 13.6339C13.5 13.2678 13.5 12.6785 13.5 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 19.5C13.5 18.3215 13.5 17.7322 13.8515 17.3661C14.2029 17 14.7686 17 15.9 17H17.1C18.2314 17 18.7971 17 19.1485 17.3661C19.5 17.7322 19.5 18.3215 19.5 19.5C19.5 20.6785 19.5 21.2678 19.1485 21.6339C18.7971 22 18.2314 22 17.1 22H15.9C14.7686 22 14.2029 22 13.8515 21.6339C13.5 21.2678 13.5 20.6785 13.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 2L6.5 4.5M6.5 4.5L4 7M6.5 4.5L9 7M6.5 4.5L4 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-pipeline{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.2498 16.4334C14.3307 19.4778 13.3712 21 12 21C10.6288 21 9.66926 19.4778 7.75025 16.4334L5.50587 12.8729C2.76382 8.5228 1.3928 6.34777 2.25742 4.67388C3.12205 3 5.61655 3 10.6056 3L13.3944 3C18.3834 3 20.878 3 21.7426 4.67389C22.6072 6.34777 21.2362 8.5228 18.4941 12.8729L16.2498 16.4334Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 9L3 9M17.1818 15L7 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.2498 16.4334C14.3307 19.4778 13.3712 21 12 21C10.6288 21 9.66926 19.4778 7.75025 16.4334L5.50587 12.8729C2.76382 8.5228 1.3928 6.34777 2.25742 4.67388C3.12205 3 5.61655 3 10.6056 3L13.3944 3C18.3834 3 20.878 3 21.7426 4.67389C22.6072 6.34777 21.2362 8.5228 18.4941 12.8729L16.2498 16.4334Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 9L3 9M17.1818 15L7 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-pyramid-maslowo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75024 7.56659C9.66926 4.5222 10.6288 3 12 3C13.3712 3 14.3307 4.52219 16.2498 7.56658L18.4941 11.1271C21.2362 15.4772 22.6072 17.6522 21.7426 19.3261C20.878 21 18.3834 21 13.3944 21H10.6056C5.61655 21 3.12205 21 2.25742 19.3261C1.3928 17.6522 2.76382 15.4772 5.50587 11.1271L7.75024 7.56659Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 15H9M20.5 15H15M7 9H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9L12 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75024 7.56659C9.66926 4.5222 10.6288 3 12 3C13.3712 3 14.3307 4.52219 16.2498 7.56658L18.4941 11.1271C21.2362 15.4772 22.6072 17.6522 21.7426 19.3261C20.878 21 18.3834 21 13.3944 21H10.6056C5.61655 21 3.12205 21 2.25742 19.3261C1.3928 17.6522 2.76382 15.4772 5.50587 11.1271L7.75024 7.56659Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 15H9M20.5 15H15M7 9H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9L12 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-pyramid-structure-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C12.9022 2 13.675 2.70814 14.5875 3.99725C15.4939 5.2777 15.9471 5.91793 15.6683 6.45896C15.3895 7 14.5733 7 12.9409 7H11.0591C9.42669 7 8.6105 7 8.33169 6.45896C8.05287 5.91793 8.50607 5.2777 9.41248 3.99725C10.325 2.70814 11.0978 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.82894 14H18.1711C18.9276 14 19.3059 14 19.4509 13.7508C19.5958 13.5017 19.4091 13.1765 19.0359 12.526C18.9358 12.3515 18.8353 12.1773 18.7346 12.0031C18.1692 11.0254 17.8866 10.5365 17.4209 10.2683C16.9552 10 16.3876 10 15.2523 10H8.74773C7.61242 10 7.04477 10 6.57911 10.2683C6.11344 10.5365 5.83076 11.0254 5.2654 12.0031C5.16471 12.1773 5.06424 12.3515 4.96412 12.526C4.59085 13.1765 4.40422 13.5017 4.54914 13.7508C4.69406 14 5.07236 14 5.82894 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.24328 22H15.7567C19.3099 22 21.0866 22 21.7671 20.8828C22.1944 20.1813 22.0132 19.3288 21.392 18.0487C21.1514 17.5529 21.0311 17.305 20.7877 17.1525C20.5442 17 20.2499 17 19.6613 17H4.33871C3.75012 17 3.45582 17 3.21234 17.1525C2.96886 17.305 2.84856 17.5529 2.60797 18.0487C1.98681 19.3288 1.80564 20.1813 2.23293 20.8828C2.91344 22 4.69006 22 8.24328 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C12.9022 2 13.675 2.70814 14.5875 3.99725C15.4939 5.2777 15.9471 5.91793 15.6683 6.45896C15.3895 7 14.5733 7 12.9409 7H11.0591C9.42669 7 8.6105 7 8.33169 6.45896C8.05287 5.91793 8.50607 5.2777 9.41248 3.99725C10.325 2.70814 11.0978 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.82894 14H18.1711C18.9276 14 19.3059 14 19.4509 13.7508C19.5958 13.5017 19.4091 13.1765 19.0359 12.526C18.9358 12.3515 18.8353 12.1773 18.7346 12.0031C18.1692 11.0254 17.8866 10.5365 17.4209 10.2683C16.9552 10 16.3876 10 15.2523 10H8.74773C7.61242 10 7.04477 10 6.57911 10.2683C6.11344 10.5365 5.83076 11.0254 5.2654 12.0031C5.16471 12.1773 5.06424 12.3515 4.96412 12.526C4.59085 13.1765 4.40422 13.5017 4.54914 13.7508C4.69406 14 5.07236 14 5.82894 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.24328 22H15.7567C19.3099 22 21.0866 22 21.7671 20.8828C22.1944 20.1813 22.0132 19.3288 21.392 18.0487C21.1514 17.5529 21.0311 17.305 20.7877 17.1525C20.5442 17 20.2499 17 19.6613 17H4.33871C3.75012 17 3.45582 17 3.21234 17.1525C2.96886 17.305 2.84856 17.5529 2.60797 18.0487C1.98681 19.3288 1.80564 20.1813 2.23293 20.8828C2.91344 22 4.69006 22 8.24328 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-pyramid-structure-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75024 7.56659C9.66926 4.5222 10.6288 3 12 3C13.3712 3 14.3307 4.52219 16.2498 7.56658L18.4941 11.1271C21.2362 15.4772 22.6072 17.6522 21.7426 19.3261C20.878 21 18.3834 21 13.3944 21H10.6056C5.61655 21 3.12205 21 2.25742 19.3261C1.3928 17.6522 2.76382 15.4772 5.50587 11.1271L7.75024 7.56659Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H21M6.81818 9H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.75024 7.56659C9.66926 4.5222 10.6288 3 12 3C13.3712 3 14.3307 4.52219 16.2498 7.56658L18.4941 11.1271C21.2362 15.4772 22.6072 17.6522 21.7426 19.3261C20.878 21 18.3834 21 13.3944 21H10.6056C5.61655 21 3.12205 21 2.25742 19.3261C1.3928 17.6522 2.76382 15.4772 5.50587 11.1271L7.75024 7.56659Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15H21M6.81818 9H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-scheme{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 4C17 3.05719 17 2.58579 17.2929 2.29289C17.5858 2 18.0572 2 19 2H20C20.9428 2 21.4142 2 21.7071 2.29289C22 2.58579 22 3.05719 22 4V5C22 5.94281 22 6.41421 21.7071 6.70711C21.4142 7 20.9428 7 20 7H19C18.0572 7 17.5858 7 17.2929 6.70711C17 6.41421 17 5.94281 17 5V4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 11.5C9.5 10.5572 9.5 10.0858 9.79289 9.79289C10.0858 9.5 10.5572 9.5 11.5 9.5H12.5C13.4428 9.5 13.9142 9.5 14.2071 9.79289C14.5 10.0858 14.5 10.5572 14.5 11.5V12.5C14.5 13.4428 14.5 13.9142 14.2071 14.2071C13.9142 14.5 13.4428 14.5 12.5 14.5H11.5C10.5572 14.5 10.0858 14.5 9.79289 14.2071C9.5 13.9142 9.5 13.4428 9.5 12.5V11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 19C17 18.0572 17 17.5858 17.2929 17.2929C17.5858 17 18.0572 17 19 17H20C20.9428 17 21.4142 17 21.7071 17.2929C22 17.5858 22 18.0572 22 19V20C22 20.9428 22 21.4142 21.7071 21.7071C21.4142 22 20.9428 22 20 22H19C18.0572 22 17.5858 22 17.2929 21.7071C17 21.4142 17 20.9428 17 20V19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 19C2 18.0572 2 17.5858 2.29289 17.2929C2.58579 17 3.05719 17 4 17H5C5.94281 17 6.41421 17 6.70711 17.2929C7 17.5858 7 18.0572 7 19V20C7 20.9428 7 21.4142 6.70711 21.7071C6.41421 22 5.94281 22 5 22H4C3.05719 22 2.58579 22 2.29289 21.7071C2 21.4142 2 20.9428 2 20V19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 4C2 3.05719 2 2.58579 2.29289 2.29289C2.58579 2 3.05719 2 4 2H5C5.94281 2 6.41421 2 6.70711 2.29289C7 2.58579 7 3.05719 7 4V5C7 5.94281 7 6.41421 6.70711 6.70711C6.41421 7 5.94281 7 5 7H4C3.05719 7 2.58579 7 2.29289 6.70711C2 6.41421 2 5.94281 2 5V4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 13V7.04545M11 4.5H17M19.5 11V17M15.5 15.5L14.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 4C17 3.05719 17 2.58579 17.2929 2.29289C17.5858 2 18.0572 2 19 2H20C20.9428 2 21.4142 2 21.7071 2.29289C22 2.58579 22 3.05719 22 4V5C22 5.94281 22 6.41421 21.7071 6.70711C21.4142 7 20.9428 7 20 7H19C18.0572 7 17.5858 7 17.2929 6.70711C17 6.41421 17 5.94281 17 5V4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 11.5C9.5 10.5572 9.5 10.0858 9.79289 9.79289C10.0858 9.5 10.5572 9.5 11.5 9.5H12.5C13.4428 9.5 13.9142 9.5 14.2071 9.79289C14.5 10.0858 14.5 10.5572 14.5 11.5V12.5C14.5 13.4428 14.5 13.9142 14.2071 14.2071C13.9142 14.5 13.4428 14.5 12.5 14.5H11.5C10.5572 14.5 10.0858 14.5 9.79289 14.2071C9.5 13.9142 9.5 13.4428 9.5 12.5V11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 19C17 18.0572 17 17.5858 17.2929 17.2929C17.5858 17 18.0572 17 19 17H20C20.9428 17 21.4142 17 21.7071 17.2929C22 17.5858 22 18.0572 22 19V20C22 20.9428 22 21.4142 21.7071 21.7071C21.4142 22 20.9428 22 20 22H19C18.0572 22 17.5858 22 17.2929 21.7071C17 21.4142 17 20.9428 17 20V19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 19C2 18.0572 2 17.5858 2.29289 17.2929C2.58579 17 3.05719 17 4 17H5C5.94281 17 6.41421 17 6.70711 17.2929C7 17.5858 7 18.0572 7 19V20C7 20.9428 7 21.4142 6.70711 21.7071C6.41421 22 5.94281 22 5 22H4C3.05719 22 2.58579 22 2.29289 21.7071C2 21.4142 2 20.9428 2 20V19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 4C2 3.05719 2 2.58579 2.29289 2.29289C2.58579 2 3.05719 2 4 2H5C5.94281 2 6.41421 2 6.70711 2.29289C7 2.58579 7 3.05719 7 4V5C7 5.94281 7 6.41421 6.70711 6.70711C6.41421 7 5.94281 7 5 7H4C3.05719 7 2.58579 7 2.29289 6.70711C2 6.41421 2 5.94281 2 5V4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 13V7.04545M11 4.5H17M19.5 11V17M15.5 15.5L14.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-structure-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9V13M12 13H9C7.11438 13 6.17157 13 5.58579 13.5858C5 14.1716 5 15.1144 5 17M12 13H15C16.8856 13 17.8284 13 18.4142 13.5858C19 14.1716 19 15.1144 19 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.00866 21C2 20.7125 2 20.3821 2 20C2 18.5858 2 17.8787 2.43934 17.4393C2.87868 17 3.58579 17 5 17C6.41421 17 7.12132 17 7.56066 17.4393C8 17.8787 8 18.5858 8 20C8 20.3821 8 20.7125 7.99134 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0087 21C16 20.7125 16 20.3821 16 20C16 18.5858 16 17.8787 16.4393 17.4393C16.8787 17 17.5858 17 19 17C20.4142 17 21.1213 17 21.5607 17.4393C22 17.8787 22 18.5858 22 20C22 20.3821 22 20.7125 21.9913 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.2857 3H13.7143C15.7888 3 16 4.10993 16 6C16 7.89007 15.7888 9 13.7143 9H10.2857C8.2112 9 8 7.89007 8 6C8 4.10993 8.2112 3 10.2857 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9V13M12 13H9C7.11438 13 6.17157 13 5.58579 13.5858C5 14.1716 5 15.1144 5 17M12 13H15C16.8856 13 17.8284 13 18.4142 13.5858C19 14.1716 19 15.1144 19 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.00866 21C2 20.7125 2 20.3821 2 20C2 18.5858 2 17.8787 2.43934 17.4393C2.87868 17 3.58579 17 5 17C6.41421 17 7.12132 17 7.56066 17.4393C8 17.8787 8 18.5858 8 20C8 20.3821 8 20.7125 7.99134 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0087 21C16 20.7125 16 20.3821 16 20C16 18.5858 16 17.8787 16.4393 17.4393C16.8787 17 17.5858 17 19 17C20.4142 17 21.1213 17 21.5607 17.4393C22 17.8787 22 18.5858 22 20C22 20.3821 22 20.7125 21.9913 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.2857 3H13.7143C15.7888 3 16 4.10993 16 6C16 7.89007 15.7888 9 13.7143 9H10.2857C8.2112 9 8 7.89007 8 6C8 4.10993 8.2112 3 10.2857 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-structure-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 13C2 12.0572 2 11.5858 2.29289 11.2929C2.58579 11 3.05719 11 4 11C4.94281 11 5.41421 11 5.70711 11.2929C6 11.5858 6 12.0572 6 13C6 13.9428 6 14.4142 5.70711 14.7071C5.41421 15 4.94281 15 4 15C3.05719 15 2.58579 15 2.29289 14.7071C2 14.4142 2 13.9428 2 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 13C18 12.0572 18 11.5858 18.2929 11.2929C18.5858 11 19.0572 11 20 11C20.9428 11 21.4142 11 21.7071 11.2929C22 11.5858 22 12.0572 22 13C22 13.9428 22 14.4142 21.7071 14.7071C21.4142 15 20.9428 15 20 15C19.0572 15 18.5858 15 18.2929 14.7071C18 14.4142 18 13.9428 18 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 6.99989V13.9999M12 18.9999V21.9999M4 11V9C4 5.69067 4.69067 5 8 5M20 11V9C20 5.69067 19.3093 5 16 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 16.5C14.5 17.8807 13.3807 19 12 19C10.6193 19 9.5 17.8807 9.5 16.5C9.5 15.1193 10.6193 14 12 14C13.3807 14 14.5 15.1193 14.5 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 2H14C15.8152 2 16 2.92494 16 4.5C16 6.07506 15.8152 7 14 7H10C8.1848 7 8 6.07506 8 4.5C8 2.92494 8.1848 2 10 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 13C2 12.0572 2 11.5858 2.29289 11.2929C2.58579 11 3.05719 11 4 11C4.94281 11 5.41421 11 5.70711 11.2929C6 11.5858 6 12.0572 6 13C6 13.9428 6 14.4142 5.70711 14.7071C5.41421 15 4.94281 15 4 15C3.05719 15 2.58579 15 2.29289 14.7071C2 14.4142 2 13.9428 2 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 13C18 12.0572 18 11.5858 18.2929 11.2929C18.5858 11 19.0572 11 20 11C20.9428 11 21.4142 11 21.7071 11.2929C22 11.5858 22 12.0572 22 13C22 13.9428 22 14.4142 21.7071 14.7071C21.4142 15 20.9428 15 20 15C19.0572 15 18.5858 15 18.2929 14.7071C18 14.4142 18 13.9428 18 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 6.99989V13.9999M12 18.9999V21.9999M4 11V9C4 5.69067 4.69067 5 8 5M20 11V9C20 5.69067 19.3093 5 16 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 16.5C14.5 17.8807 13.3807 19 12 19C10.6193 19 9.5 17.8807 9.5 16.5C9.5 15.1193 10.6193 14 12 14C13.3807 14 14.5 15.1193 14.5 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 2H14C15.8152 2 16 2.92494 16 4.5C16 6.07506 15.8152 7 14 7H10C8.1848 7 8 6.07506 8 4.5C8 2.92494 8.1848 2 10 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-structure-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 16.5C14.5 17.8807 13.3807 19 12 19C10.6193 19 9.5 17.8807 9.5 16.5C9.5 15.1193 10.6193 14 12 14C13.3807 14 14.5 15.1193 14.5 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.2857 2H13.7143C15.7888 2 16 2.92494 16 4.5C16 6.07506 15.7888 7 13.7143 7H10.2857C8.2112 7 8 6.07506 8 4.5C8 2.92494 8.2112 2 10.2857 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 13C4.24764 11.377 5.24469 11 7.98759 11H16.0153C18.7582 11 19.7524 11.377 20 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15C2 14.0572 2 13.5858 2.29289 13.2929C2.58579 13 3.05719 13 4 13C4.94281 13 5.41421 13 5.70711 13.2929C6 13.5858 6 14.0572 6 15C6 15.9428 6 16.4142 5.70711 16.7071C5.41421 17 4.94281 17 4 17C3.05719 17 2.58579 17 2.29289 16.7071C2 16.4142 2 15.9428 2 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 15C18 14.0572 18 13.5858 18.2929 13.2929C18.5858 13 19.0572 13 20 13C20.9428 13 21.4142 13 21.7071 13.2929C22 13.5858 22 14.0572 22 15C22 15.9428 22 16.4142 21.7071 16.7071C21.4142 17 20.9428 17 20 17C19.0572 17 18.5858 17 18.2929 16.7071C18 16.4142 18 15.9428 18 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 7L12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 16.5C14.5 17.8807 13.3807 19 12 19C10.6193 19 9.5 17.8807 9.5 16.5C9.5 15.1193 10.6193 14 12 14C13.3807 14 14.5 15.1193 14.5 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.2857 2H13.7143C15.7888 2 16 2.92494 16 4.5C16 6.07506 15.7888 7 13.7143 7H10.2857C8.2112 7 8 6.07506 8 4.5C8 2.92494 8.2112 2 10.2857 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 13C4.24764 11.377 5.24469 11 7.98759 11H16.0153C18.7582 11 19.7524 11.377 20 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15C2 14.0572 2 13.5858 2.29289 13.2929C2.58579 13 3.05719 13 4 13C4.94281 13 5.41421 13 5.70711 13.2929C6 13.5858 6 14.0572 6 15C6 15.9428 6 16.4142 5.70711 16.7071C5.41421 17 4.94281 17 4 17C3.05719 17 2.58579 17 2.29289 16.7071C2 16.4142 2 15.9428 2 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 15C18 14.0572 18 13.5858 18.2929 13.2929C18.5858 13 19.0572 13 20 13C20.9428 13 21.4142 13 21.7071 13.2929C22 13.5858 22 14.0572 22 15C22 15.9428 22 16.4142 21.7071 16.7071C21.4142 17 20.9428 17 20 17C19.0572 17 18.5858 17 18.2929 16.7071C18 16.4142 18 15.9428 18 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 7L12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-structure-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 9.518 2.518 9 5 9H7C9.482 9 10 9.518 10 12C10 14.482 9.482 15 7 15H5C2.518 15 2 14.482 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 4.518 14.518 4 17 4H19C21.482 4 22 4.518 22 7C22 9.482 21.482 10 19 10H17C14.518 10 14 9.482 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 17C14 14.518 14.518 14 17 14H19C21.482 14 22 14.518 22 17C22 19.482 21.482 20 19 20H17C14.518 20 14 19.482 14 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 7L11 12L14 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 9.518 2.518 9 5 9H7C9.482 9 10 9.518 10 12C10 14.482 9.482 15 7 15H5C2.518 15 2 14.482 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 4.518 14.518 4 17 4H19C21.482 4 22 4.518 22 7C22 9.482 21.482 10 19 10H17C14.518 10 14 9.482 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 17C14 14.518 14.518 14 17 14H19C21.482 14 22 14.518 22 17C22 19.482 21.482 20 19 20H17C14.518 20 14 19.482 14 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 7L11 12L14 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-structure-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5C2 2.518 2.518 2 5 2H7C9.482 2 10 2.518 10 5C10 7.482 9.482 8 7 8H5C2.518 8 2 7.482 2 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 9C15 6.518 15.4532 6 17.625 6H19.375C21.5468 6 22 6.518 22 9C22 11.482 21.5468 12 19.375 12H17.625C15.4532 12 15 11.482 15 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 19C13 16.518 13.518 16 16 16H18C20.482 16 21 16.518 21 19C21 21.482 20.482 22 18 22H16C13.518 22 13 21.482 13 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 7L10 5L13.5714 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5C2 2.518 2.518 2 5 2H7C9.482 2 10 2.518 10 5C10 7.482 9.482 8 7 8H5C2.518 8 2 7.482 2 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 9C15 6.518 15.4532 6 17.625 6H19.375C21.5468 6 22 6.518 22 9C22 11.482 21.5468 12 19.375 12H17.625C15.4532 12 15 11.482 15 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 19C13 16.518 13.518 16 16 16H18C20.482 16 21 16.518 21 19C21 21.482 20.482 22 18 22H16C13.518 22 13 21.482 13 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 7L10 5L13.5714 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-structure-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9958 5C14.9958 3.58579 14.9958 2.87868 15.5083 2.43934C16.0206 2 16.8454 2 18.4947 2C20.1441 2 20.9689 2 21.4812 2.43934C21.9936 2.87868 21.9936 3.58579 21.9936 5C21.9936 6.41421 21.9936 7.12132 21.4812 7.56066C20.9689 8 20.1441 8 18.4947 8C16.8454 8 16.0206 8 15.5083 7.56066C14.9958 7.12132 14.9958 6.41421 14.9958 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.9958 19C14.9958 17.5858 14.9958 16.8787 15.5083 16.4393C16.0206 16 16.8454 16 18.4947 16C20.1441 16 20.9689 16 21.4812 16.4393C21.9936 16.8787 21.9936 17.5858 21.9936 19C21.9936 20.4142 21.9936 21.1213 21.4812 21.5607C20.9689 22 20.1441 22 18.4947 22C16.8454 22 16.0206 22 15.5083 21.5607C14.9958 21.1213 14.9958 20.4142 14.9958 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.01678 10L7.01678 14.0002M9.00735 12.0001L4.98267 12.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.02266 17.0354C9.79957 17.0354 12.0507 14.7836 12.0507 12.0058C12.0507 9.22804 9.79957 6.9762 7.02266 6.9762M7.02266 17.0354C4.24576 17.0354 1.99463 14.7836 1.99463 12.0058C1.99463 9.22804 4.24576 6.9762 7.02266 6.9762M7.02266 17.0354C6.95272 19.1653 8.55698 19.9515 9.6699 19.9922H11.9967M7.02266 6.9762C6.952 4.81612 8.54218 4.05653 9.6699 4.00879H11.9967%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9958 5C14.9958 3.58579 14.9958 2.87868 15.5083 2.43934C16.0206 2 16.8454 2 18.4947 2C20.1441 2 20.9689 2 21.4812 2.43934C21.9936 2.87868 21.9936 3.58579 21.9936 5C21.9936 6.41421 21.9936 7.12132 21.4812 7.56066C20.9689 8 20.1441 8 18.4947 8C16.8454 8 16.0206 8 15.5083 7.56066C14.9958 7.12132 14.9958 6.41421 14.9958 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.9958 19C14.9958 17.5858 14.9958 16.8787 15.5083 16.4393C16.0206 16 16.8454 16 18.4947 16C20.1441 16 20.9689 16 21.4812 16.4393C21.9936 16.8787 21.9936 17.5858 21.9936 19C21.9936 20.4142 21.9936 21.1213 21.4812 21.5607C20.9689 22 20.1441 22 18.4947 22C16.8454 22 16.0206 22 15.5083 21.5607C14.9958 21.1213 14.9958 20.4142 14.9958 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.01678 10L7.01678 14.0002M9.00735 12.0001L4.98267 12.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.02266 17.0354C9.79957 17.0354 12.0507 14.7836 12.0507 12.0058C12.0507 9.22804 9.79957 6.9762 7.02266 6.9762M7.02266 17.0354C4.24576 17.0354 1.99463 14.7836 1.99463 12.0058C1.99463 9.22804 4.24576 6.9762 7.02266 6.9762M7.02266 17.0354C6.95272 19.1653 8.55698 19.9515 9.6699 19.9922H11.9967M7.02266 6.9762C6.952 4.81612 8.54218 4.05653 9.6699 4.00879H11.9967%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-structure-check{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9639 5C14.9639 3.58579 14.9639 2.87868 15.4751 2.43934C15.9861 2 16.8089 2 18.4542 2C20.0996 2 20.9223 2 21.4334 2.43934C21.9446 2.87868 21.9446 3.58579 21.9446 5C21.9446 6.41421 21.9446 7.12132 21.4334 7.56066C20.9223 8 20.0996 8 18.4542 8C16.8089 8 15.9861 8 15.4751 7.56066C14.9639 7.12132 14.9639 6.41421 14.9639 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.9639 19C14.9639 17.5858 14.9639 16.8787 15.4751 16.4393C15.9861 16 16.8089 16 18.4542 16C20.0996 16 20.9223 16 21.4334 16.4393C21.9446 16.8787 21.9446 17.5858 21.9446 19C21.9446 20.4142 21.9446 21.1213 21.4334 21.5607C20.9223 22 20.0996 22 18.4542 22C16.8089 22 15.9861 22 15.4751 21.5607C14.9639 21.1213 14.9639 20.4142 14.9639 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.99763 17.0431C9.76775 17.0431 11.9722 14.7826 11.9722 12.0048C11.9722 9.22706 9.72655 6.97522 6.95643 6.97522M6.99763 17.0431C4.22751 17.0431 1.94067 14.7826 1.94067 12.0048C1.94067 9.22706 4.1863 6.97522 6.95643 6.97522M6.99763 17.0431C6.92786 19.1729 8.48699 19.9505 9.5972 19.9912H11.9722M6.95643 6.97522C6.88594 4.81515 8.47223 4.05555 9.5972 4.00781H11.9829%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.65274 10.8789L6.58134 13.0461C6.50324 13.1279 6.37314 13.1284 6.29442 13.0472L5.32251 12.0458%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9639 5C14.9639 3.58579 14.9639 2.87868 15.4751 2.43934C15.9861 2 16.8089 2 18.4542 2C20.0996 2 20.9223 2 21.4334 2.43934C21.9446 2.87868 21.9446 3.58579 21.9446 5C21.9446 6.41421 21.9446 7.12132 21.4334 7.56066C20.9223 8 20.0996 8 18.4542 8C16.8089 8 15.9861 8 15.4751 7.56066C14.9639 7.12132 14.9639 6.41421 14.9639 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.9639 19C14.9639 17.5858 14.9639 16.8787 15.4751 16.4393C15.9861 16 16.8089 16 18.4542 16C20.0996 16 20.9223 16 21.4334 16.4393C21.9446 16.8787 21.9446 17.5858 21.9446 19C21.9446 20.4142 21.9446 21.1213 21.4334 21.5607C20.9223 22 20.0996 22 18.4542 22C16.8089 22 15.9861 22 15.4751 21.5607C14.9639 21.1213 14.9639 20.4142 14.9639 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.99763 17.0431C9.76775 17.0431 11.9722 14.7826 11.9722 12.0048C11.9722 9.22706 9.72655 6.97522 6.95643 6.97522M6.99763 17.0431C4.22751 17.0431 1.94067 14.7826 1.94067 12.0048C1.94067 9.22706 4.1863 6.97522 6.95643 6.97522M6.99763 17.0431C6.92786 19.1729 8.48699 19.9505 9.5972 19.9912H11.9722M6.95643 6.97522C6.88594 4.81515 8.47223 4.05555 9.5972 4.00781H11.9829%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.65274 10.8789L6.58134 13.0461C6.50324 13.1279 6.37314 13.1284 6.29442 13.0472L5.32251 12.0458%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-structure-fail{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9749 5C14.9749 3.58579 14.9749 2.87868 15.4865 2.43934C15.998 2 16.8214 2 18.4681 2C20.1148 2 20.9382 2 21.4497 2.43934C21.9613 2.87868 21.9613 3.58579 21.9613 5C21.9613 6.41421 21.9613 7.12132 21.4497 7.56066C20.9382 8 20.1148 8 18.4681 8C16.8214 8 15.998 8 15.4865 7.56066C14.9749 7.12132 14.9749 6.41421 14.9749 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.9749 19C14.9749 17.5858 14.9749 16.8787 15.4865 16.4393C15.998 16 16.8214 16 18.4681 16C20.1148 16 20.9382 16 21.4497 16.4393C21.9613 16.8787 21.9613 17.5858 21.9613 19C21.9613 20.4142 21.9613 21.1213 21.4497 21.5607C20.9382 22 20.1148 22 18.4681 22C16.8214 22 15.998 22 15.4865 21.5607C14.9749 21.1213 14.9749 20.4142 14.9749 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.50059 10.4825L5.48275 13.4949M8.50059 13.4949L5.48275 10.4825%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00496 17.0323C9.76973 17.0323 11.9699 14.7719 11.9699 11.9941C11.9699 9.21632 9.72861 6.96448 6.96383 6.96448M7.00496 17.0323C4.24018 17.0323 1.95776 14.7719 1.95776 11.9941C1.95776 9.21632 4.19906 6.96448 6.96383 6.96448M7.00496 17.0323C6.93532 19.1622 8.49144 19.9397 9.59951 19.9805H11.9699M6.96383 6.96448C6.89348 4.8044 8.47671 4.04481 9.59951 3.99707H11.9806%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9749 5C14.9749 3.58579 14.9749 2.87868 15.4865 2.43934C15.998 2 16.8214 2 18.4681 2C20.1148 2 20.9382 2 21.4497 2.43934C21.9613 2.87868 21.9613 3.58579 21.9613 5C21.9613 6.41421 21.9613 7.12132 21.4497 7.56066C20.9382 8 20.1148 8 18.4681 8C16.8214 8 15.998 8 15.4865 7.56066C14.9749 7.12132 14.9749 6.41421 14.9749 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.9749 19C14.9749 17.5858 14.9749 16.8787 15.4865 16.4393C15.998 16 16.8214 16 18.4681 16C20.1148 16 20.9382 16 21.4497 16.4393C21.9613 16.8787 21.9613 17.5858 21.9613 19C21.9613 20.4142 21.9613 21.1213 21.4497 21.5607C20.9382 22 20.1148 22 18.4681 22C16.8214 22 15.998 22 15.4865 21.5607C14.9749 21.1213 14.9749 20.4142 14.9749 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.50059 10.4825L5.48275 13.4949M8.50059 13.4949L5.48275 10.4825%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00496 17.0323C9.76973 17.0323 11.9699 14.7719 11.9699 11.9941C11.9699 9.21632 9.72861 6.96448 6.96383 6.96448M7.00496 17.0323C4.24018 17.0323 1.95776 14.7719 1.95776 11.9941C1.95776 9.21632 4.19906 6.96448 6.96383 6.96448M7.00496 17.0323C6.93532 19.1622 8.49144 19.9397 9.59951 19.9805H11.9699M6.96383 6.96448C6.89348 4.8044 8.47671 4.04481 9.59951 3.99707H11.9806%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-structure-folder-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 19C8 20.6569 6.65685 22 5 22C3.34315 22 2 20.6569 2 19C2 17.3431 3.34315 16 5 16C6.65685 16 8 17.3431 8 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 19C22 20.6569 20.6569 22 19 22C17.3431 22 16 20.6569 16 19C16 17.3431 17.3431 16 19 16C20.6569 16 22 17.3431 22 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 16C18.8433 13.547 17.9687 13 15.0119 13H8.9881C6.03127 13 5.15669 13.547 5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10H12.5625C14.1425 10 14.9325 10 15.5 9.62549C15.7457 9.46336 15.9566 9.25502 16.1208 9.01238C16.5 8.45188 16.5 7.67163 16.5 6.11111C16.5 5.1748 16.5 4.70665 16.2725 4.37035C16.174 4.22476 16.0474 4.09976 15.9 4.00249C15.5595 3.77778 15.0855 3.77778 14.1375 3.77778H12.6425C12.5126 3.77778 12.4476 3.77778 12.3879 3.76912C12.1645 3.73672 11.9647 3.61544 11.8358 3.43402C11.8014 3.38555 11.7726 3.32861 11.715 3.21472C11.4788 2.74826 11.263 2.27872 10.7397 2.08489C10.5105 2 10.2486 2 9.72492 2C8.90751 2 8.4988 2 8.19213 2.16903C7.97352 2.28952 7.79314 2.46767 7.67114 2.68358C7.5 2.98647 7.5 3.39013 7.5 4.19745V5.55556C7.5 7.65069 7.5 8.69825 8.15901 9.34913C8.81802 10 9.87868 10 12 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 19C8 20.6569 6.65685 22 5 22C3.34315 22 2 20.6569 2 19C2 17.3431 3.34315 16 5 16C6.65685 16 8 17.3431 8 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 19C22 20.6569 20.6569 22 19 22C17.3431 22 16 20.6569 16 19C16 17.3431 17.3431 16 19 16C20.6569 16 22 17.3431 22 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 16C18.8433 13.547 17.9687 13 15.0119 13H8.9881C6.03127 13 5.15669 13.547 5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10H12.5625C14.1425 10 14.9325 10 15.5 9.62549C15.7457 9.46336 15.9566 9.25502 16.1208 9.01238C16.5 8.45188 16.5 7.67163 16.5 6.11111C16.5 5.1748 16.5 4.70665 16.2725 4.37035C16.174 4.22476 16.0474 4.09976 15.9 4.00249C15.5595 3.77778 15.0855 3.77778 14.1375 3.77778H12.6425C12.5126 3.77778 12.4476 3.77778 12.3879 3.76912C12.1645 3.73672 11.9647 3.61544 11.8358 3.43402C11.8014 3.38555 11.7726 3.32861 11.715 3.21472C11.4788 2.74826 11.263 2.27872 10.7397 2.08489C10.5105 2 10.2486 2 9.72492 2C8.90751 2 8.4988 2 8.19213 2.16903C7.97352 2.28952 7.79314 2.46767 7.67114 2.68358C7.5 2.98647 7.5 3.39013 7.5 4.19745V5.55556C7.5 7.65069 7.5 8.69825 8.15901 9.34913C8.81802 10 9.87868 10 12 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-structure-folder{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 19.5C2 18.3215 2 17.7322 2.43934 17.3661C2.87868 17 3.58579 17 5 17C6.41421 17 7.12132 17 7.56066 17.3661C8 17.7322 8 18.3215 8 19.5C8 20.6785 8 21.2678 7.56066 21.6339C7.12132 22 6.41421 22 5 22C3.58579 22 2.87868 22 2.43934 21.6339C2 21.2678 2 20.6785 2 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 19.5C16 18.3215 16 17.7322 16.4393 17.3661C16.8787 17 17.5858 17 19 17C20.4142 17 21.1213 17 21.5607 17.3661C22 17.7322 22 18.3215 22 19.5C22 20.6785 22 21.2678 21.5607 21.6339C21.1213 22 20.4142 22 19 22C17.5858 22 16.8787 22 16.4393 21.6339C16 21.2678 16 20.6785 16 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 17C19 13.6907 18.2562 13 14.6923 13H9.30769C5.74379 13 5 13.6907 5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10H12.5625C14.1425 10 14.9325 10 15.5 9.62549C15.7457 9.46336 15.9566 9.25502 16.1208 9.01238C16.5 8.45188 16.5 7.67163 16.5 6.11111C16.5 5.1748 16.5 4.70665 16.2725 4.37035C16.174 4.22476 16.0474 4.09976 15.9 4.00249C15.5595 3.77778 15.0855 3.77778 14.1375 3.77778H12.6425C12.5126 3.77778 12.4476 3.77778 12.3879 3.76912C12.1645 3.73672 11.9647 3.61544 11.8358 3.43402C11.8014 3.38555 11.7726 3.32861 11.715 3.21472C11.4788 2.74826 11.263 2.27872 10.7397 2.08489C10.5105 2 10.2486 2 9.72492 2C8.90751 2 8.4988 2 8.19213 2.16903C7.97352 2.28952 7.79314 2.46767 7.67114 2.68358C7.5 2.98647 7.5 3.39013 7.5 4.19745V5.55556C7.5 7.65069 7.5 8.69825 8.15901 9.34913C8.81802 10 9.87868 10 12 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 19.5C2 18.3215 2 17.7322 2.43934 17.3661C2.87868 17 3.58579 17 5 17C6.41421 17 7.12132 17 7.56066 17.3661C8 17.7322 8 18.3215 8 19.5C8 20.6785 8 21.2678 7.56066 21.6339C7.12132 22 6.41421 22 5 22C3.58579 22 2.87868 22 2.43934 21.6339C2 21.2678 2 20.6785 2 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 19.5C16 18.3215 16 17.7322 16.4393 17.3661C16.8787 17 17.5858 17 19 17C20.4142 17 21.1213 17 21.5607 17.3661C22 17.7322 22 18.3215 22 19.5C22 20.6785 22 21.2678 21.5607 21.6339C21.1213 22 20.4142 22 19 22C17.5858 22 16.8787 22 16.4393 21.6339C16 21.2678 16 20.6785 16 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 17C19 13.6907 18.2562 13 14.6923 13H9.30769C5.74379 13 5 13.6907 5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10H12.5625C14.1425 10 14.9325 10 15.5 9.62549C15.7457 9.46336 15.9566 9.25502 16.1208 9.01238C16.5 8.45188 16.5 7.67163 16.5 6.11111C16.5 5.1748 16.5 4.70665 16.2725 4.37035C16.174 4.22476 16.0474 4.09976 15.9 4.00249C15.5595 3.77778 15.0855 3.77778 14.1375 3.77778H12.6425C12.5126 3.77778 12.4476 3.77778 12.3879 3.76912C12.1645 3.73672 11.9647 3.61544 11.8358 3.43402C11.8014 3.38555 11.7726 3.32861 11.715 3.21472C11.4788 2.74826 11.263 2.27872 10.7397 2.08489C10.5105 2 10.2486 2 9.72492 2C8.90751 2 8.4988 2 8.19213 2.16903C7.97352 2.28952 7.79314 2.46767 7.67114 2.68358C7.5 2.98647 7.5 3.39013 7.5 4.19745V5.55556C7.5 7.65069 7.5 8.69825 8.15901 9.34913C8.81802 10 9.87868 10 12 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-subnode-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 19.5H13.5C10.6716 19.5 9.25736 19.5 8.37868 18.6213C7.5 17.7426 7.5 16.3284 7.5 13.5V11.5M7.5 8V11.5M7.5 11.5H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 19.5C14.5 18.3215 14.5 17.7322 14.8515 17.3661C15.2029 17 15.7686 17 16.9 17H18.1C19.2314 17 19.7971 17 20.1485 17.3661C20.5 17.7322 20.5 18.3215 20.5 19.5C20.5 20.6785 20.5 21.2678 20.1485 21.6339C19.7971 22 19.2314 22 18.1 22H16.9C15.7686 22 15.2029 22 14.8515 21.6339C14.5 21.2678 14.5 20.6785 14.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.78571 2H9.21429C11.2888 2 11.5 3.10993 11.5 5C11.5 6.89007 11.2888 8 9.21429 8H5.78571C3.7112 8 3.5 6.89007 3.5 5C3.5 3.10993 3.7112 2 5.78571 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 9V14M20 11.5L15 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 19.5H13.5C10.6716 19.5 9.25736 19.5 8.37868 18.6213C7.5 17.7426 7.5 16.3284 7.5 13.5V11.5M7.5 8V11.5M7.5 11.5H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 19.5C14.5 18.3215 14.5 17.7322 14.8515 17.3661C15.2029 17 15.7686 17 16.9 17H18.1C19.2314 17 19.7971 17 20.1485 17.3661C20.5 17.7322 20.5 18.3215 20.5 19.5C20.5 20.6785 20.5 21.2678 20.1485 21.6339C19.7971 22 19.2314 22 18.1 22H16.9C15.7686 22 15.2029 22 14.8515 21.6339C14.5 21.2678 14.5 20.6785 14.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.78571 2H9.21429C11.2888 2 11.5 3.10993 11.5 5C11.5 6.89007 11.2888 8 9.21429 8H5.78571C3.7112 8 3.5 6.89007 3.5 5C3.5 3.10993 3.7112 2 5.78571 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 9V14M20 11.5L15 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-subnode-delete{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 19.5H13.5C10.6716 19.5 9.25736 19.5 8.37868 18.6213C7.5 17.7426 7.5 16.3284 7.5 13.5V11.5M7.5 8V11.5M7.5 11.5H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 19.5C14.5 18.3215 14.5 17.7322 14.8515 17.3661C15.2029 17 15.7686 17 16.9 17H18.1C19.2314 17 19.7971 17 20.1485 17.3661C20.5 17.7322 20.5 18.3215 20.5 19.5C20.5 20.6785 20.5 21.2678 20.1485 21.6339C19.7971 22 19.2314 22 18.1 22H16.9C15.7686 22 15.2029 22 14.8515 21.6339C14.5 21.2678 14.5 20.6785 14.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.78571 2H9.21429C11.2888 2 11.5 3.10993 11.5 5C11.5 6.89007 11.2888 8 9.21429 8H5.78571C3.7112 8 3.5 6.89007 3.5 5C3.5 3.10993 3.7112 2 5.78571 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.5 9.5L17.5 11.5M17.5 11.5L15.5 13.5M17.5 11.5L19.5 13.5M17.5 11.5L15.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 19.5H13.5C10.6716 19.5 9.25736 19.5 8.37868 18.6213C7.5 17.7426 7.5 16.3284 7.5 13.5V11.5M7.5 8V11.5M7.5 11.5H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 19.5C14.5 18.3215 14.5 17.7322 14.8515 17.3661C15.2029 17 15.7686 17 16.9 17H18.1C19.2314 17 19.7971 17 20.1485 17.3661C20.5 17.7322 20.5 18.3215 20.5 19.5C20.5 20.6785 20.5 21.2678 20.1485 21.6339C19.7971 22 19.2314 22 18.1 22H16.9C15.7686 22 15.2029 22 14.8515 21.6339C14.5 21.2678 14.5 20.6785 14.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.78571 2H9.21429C11.2888 2 11.5 3.10993 11.5 5C11.5 6.89007 11.2888 8 9.21429 8H5.78571C3.7112 8 3.5 6.89007 3.5 5C3.5 3.10993 3.7112 2 5.78571 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.5 9.5L17.5 11.5M17.5 11.5L15.5 13.5M17.5 11.5L19.5 13.5M17.5 11.5L15.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-time-management-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 19.5C7 20.8807 5.88071 22 4.5 22C3.11929 22 2 20.8807 2 19.5C2 18.1193 3.11929 17 4.5 17C5.88071 17 7 18.1193 7 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 19.5C22 20.8807 20.8807 22 19.5 22C18.1193 22 17 20.8807 17 19.5C17 18.1193 18.1193 17 19.5 17C20.8807 17 22 18.1193 22 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.5 17C19.3321 14.547 18.3951 14 15.227 14H8.77296C5.60493 14 4.66788 14.547 4.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6.5L13 5M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 19.5C7 20.8807 5.88071 22 4.5 22C3.11929 22 2 20.8807 2 19.5C2 18.1193 3.11929 17 4.5 17C5.88071 17 7 18.1193 7 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 19.5C22 20.8807 20.8807 22 19.5 22C18.1193 22 17 20.8807 17 19.5C17 18.1193 18.1193 17 19.5 17C20.8807 17 22 18.1193 22 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.5 17C19.3321 14.547 18.3951 14 15.227 14H8.77296C5.60493 14 4.66788 14.547 4.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6.5L13 5M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-time-management{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 19.5C2 18.3215 2 17.7322 2.43934 17.3661C2.87868 17 3.58579 17 5 17C6.41421 17 7.12132 17 7.56066 17.3661C8 17.7322 8 18.3215 8 19.5C8 20.6785 8 21.2678 7.56066 21.6339C7.12132 22 6.41421 22 5 22C3.58579 22 2.87868 22 2.43934 21.6339C2 21.2678 2 20.6785 2 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 19.5C16 18.3215 16 17.7322 16.4393 17.3661C16.8787 17 17.5858 17 19 17C20.4142 17 21.1213 17 21.5607 17.3661C22 17.7322 22 18.3215 22 19.5C22 20.6785 22 21.2678 21.5607 21.6339C21.1213 22 20.4142 22 19 22C17.5858 22 16.8787 22 16.4393 21.6339C16 21.2678 16 20.6785 16 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 17C19 14.518 18.2562 14 14.6923 14H9.30769C5.74379 14 5 14.518 5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6.5L13 5M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 19.5C2 18.3215 2 17.7322 2.43934 17.3661C2.87868 17 3.58579 17 5 17C6.41421 17 7.12132 17 7.56066 17.3661C8 17.7322 8 18.3215 8 19.5C8 20.6785 8 21.2678 7.56066 21.6339C7.12132 22 6.41421 22 5 22C3.58579 22 2.87868 22 2.43934 21.6339C2 21.2678 2 20.6785 2 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 19.5C16 18.3215 16 17.7322 16.4393 17.3661C16.8787 17 17.5858 17 19 17C20.4142 17 21.1213 17 21.5607 17.3661C22 17.7322 22 18.3215 22 19.5C22 20.6785 22 21.2678 21.5607 21.6339C21.1213 22 20.4142 22 19 22C17.5858 22 16.8787 22 16.4393 21.6339C16 21.2678 16 20.6785 16 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 17C19 14.518 18.2562 14 14.6923 14H9.30769C5.74379 14 5 14.518 5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6.5L13 5M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-workflow-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 9C9 10.6569 7.65685 12 6 12C4.34315 12 3 10.6569 3 9C3 7.34315 4.34315 6 6 6C7.65685 6 9 7.34315 9 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.3431 16.3431 15 18 15C19.6569 15 21 16.3431 21 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 9H14C15.8856 9 16.8284 9 17.4142 9.58579C18 10.1716 18 11.1144 18 13V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12V22M6 6V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 9C9 10.6569 7.65685 12 6 12C4.34315 12 3 10.6569 3 9C3 7.34315 4.34315 6 6 6C7.65685 6 9 7.34315 9 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 18C21 19.6569 19.6569 21 18 21C16.3431 21 15 19.6569 15 18C15 16.3431 16.3431 15 18 15C19.6569 15 21 16.3431 21 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 9H14C15.8856 9 16.8284 9 17.4142 9.58579C18 10.1716 18 11.1144 18 13V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12V22M6 6V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-workflow-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 19.5C21 20.8807 19.8807 22 18.5 22C17.1193 22 16 20.8807 16 19.5C16 18.1193 17.1193 17 18.5 17C19.8807 17 21 18.1193 21 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 9.5C21 10.8807 19.8807 12 18.5 12C17.1193 12 16 10.8807 16 9.5C16 8.11929 17.1193 7 18.5 7C19.8807 7 21 8.11929 21 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 14.5C8 15.8807 6.88071 17 5.5 17C4.11929 17 3 15.8807 3 14.5C3 13.1193 4.11929 12 5.5 12C6.88071 12 8 13.1193 8 14.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 4.5C8 5.88071 6.88071 7 5.5 7C4.11929 7 3 5.88071 3 4.5C3 3.11929 4.11929 2 5.5 2C6.88071 2 8 3.11929 8 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 4.5L15.5 9.5L8.5 14.5L16 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 19.5C21 20.8807 19.8807 22 18.5 22C17.1193 22 16 20.8807 16 19.5C16 18.1193 17.1193 17 18.5 17C19.8807 17 21 18.1193 21 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 9.5C21 10.8807 19.8807 12 18.5 12C17.1193 12 16 10.8807 16 9.5C16 8.11929 17.1193 7 18.5 7C19.8807 7 21 8.11929 21 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 14.5C8 15.8807 6.88071 17 5.5 17C4.11929 17 3 15.8807 3 14.5C3 13.1193 4.11929 12 5.5 12C6.88071 12 8 13.1193 8 14.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 4.5C8 5.88071 6.88071 7 5.5 7C4.11929 7 3 5.88071 3 4.5C3 3.11929 4.11929 2 5.5 2C6.88071 2 8 3.11929 8 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 4.5L15.5 9.5L8.5 14.5L16 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-workflow-circle-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 5C15 6.65685 13.6569 8 12 8C10.3431 8 9 6.65685 9 5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8V9M12 9C12 9.93188 12 10.3978 12.1776 10.7654C12.4144 11.2554 12.8687 11.6448 13.4404 11.8478C13.8692 12 14.4128 12 15.5 12C16.5872 12 17.1308 12 17.5596 12.1522C18.1313 12.3552 18.5856 12.7446 18.8224 13.2346C19 13.6022 19 14.0681 19 15V16M12 9C12 9.93188 12 10.3978 11.8224 10.7654C11.5856 11.2554 11.1313 11.6448 10.5596 11.8478C10.1308 12 9.5872 12 8.5 12C7.4128 12 6.8692 12 6.44041 12.1522C5.86867 12.3552 5.41443 12.7446 5.17761 13.2346C5 13.6022 5 14.0681 5 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19C8 20.6569 6.65685 22 5 22C3.34315 22 2 20.6569 2 19C2 17.3431 3.34315 16 5 16C6.65685 16 8 17.3431 8 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 19C22 20.6569 20.6569 22 19 22C17.3431 22 16 20.6569 16 19C16 17.3431 17.3431 16 19 16C20.6569 16 22 17.3431 22 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 5C15 6.65685 13.6569 8 12 8C10.3431 8 9 6.65685 9 5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8V9M12 9C12 9.93188 12 10.3978 12.1776 10.7654C12.4144 11.2554 12.8687 11.6448 13.4404 11.8478C13.8692 12 14.4128 12 15.5 12C16.5872 12 17.1308 12 17.5596 12.1522C18.1313 12.3552 18.5856 12.7446 18.8224 13.2346C19 13.6022 19 14.0681 19 15V16M12 9C12 9.93188 12 10.3978 11.8224 10.7654C11.5856 11.2554 11.1313 11.6448 10.5596 11.8478C10.1308 12 9.5872 12 8.5 12C7.4128 12 6.8692 12 6.44041 12.1522C5.86867 12.3552 5.41443 12.7446 5.17761 13.2346C5 13.6022 5 14.0681 5 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19C8 20.6569 6.65685 22 5 22C3.34315 22 2 20.6569 2 19C2 17.3431 3.34315 16 5 16C6.65685 16 8 17.3431 8 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 19C22 20.6569 20.6569 22 19 22C17.3431 22 16 20.6569 16 19C16 17.3431 17.3431 16 19 16C20.6569 16 22 17.3431 22 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-workflow-circle-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 5C9 6.65685 7.65685 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2C7.65685 2 9 3.34315 9 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 5C21 6.65685 19.6569 8 18 8C16.3431 8 15 6.65685 15 5C15 3.34315 16.3431 2 18 2C19.6569 2 21 3.34315 21 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 19C9 20.6569 7.65685 22 6 22C4.34315 22 3 20.6569 3 19C3 17.3431 4.34315 16 6 16C7.65685 16 9 17.3431 9 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 16V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8C18 8.93188 18 11.3978 17.8478 11.7654C17.6448 12.2554 17.2554 12.6448 16.7654 12.8478C16.3978 13 15.9319 13 15 13H9C8.06812 13 7.60218 13 7.23463 13.1522C6.74458 13.3552 6.35523 13.7446 6.15224 14.2346C6 14.6022 6 15.0681 6 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 5C9 6.65685 7.65685 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2C7.65685 2 9 3.34315 9 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 5C21 6.65685 19.6569 8 18 8C16.3431 8 15 6.65685 15 5C15 3.34315 16.3431 2 18 2C19.6569 2 21 3.34315 21 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 19C9 20.6569 7.65685 22 6 22C4.34315 22 3 20.6569 3 19C3 17.3431 4.34315 16 6 16C7.65685 16 9 17.3431 9 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 16V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8C18 8.93188 18 11.3978 17.8478 11.7654C17.6448 12.2554 17.2554 12.6448 16.7654 12.8478C16.3978 13 15.9319 13 15 13H9C8.06812 13 7.60218 13 7.23463 13.1522C6.74458 13.3552 6.35523 13.7446 6.15224 14.2346C6 14.6022 6 15.0681 6 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-workflow-circle-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 5C9 6.65685 7.65685 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2C7.65685 2 9 3.34315 9 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 5C21 6.65685 19.6569 8 18 8C16.3431 8 15 6.65685 15 5C15 3.34315 16.3431 2 18 2C19.6569 2 21 3.34315 21 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 19C9 20.6569 7.65685 22 6 22C4.34315 22 3 20.6569 3 19C3 17.3431 4.34315 16 6 16C7.65685 16 9 17.3431 9 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 8V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12H14C15.4001 12 16.1002 12 16.635 11.7275C17.1054 11.4878 17.4878 11.1054 17.7275 10.635C18 10.1002 18 9.40013 18 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 5C9 6.65685 7.65685 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2C7.65685 2 9 3.34315 9 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 5C21 6.65685 19.6569 8 18 8C16.3431 8 15 6.65685 15 5C15 3.34315 16.3431 2 18 2C19.6569 2 21 3.34315 21 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 19C9 20.6569 7.65685 22 6 22C4.34315 22 3 20.6569 3 19C3 17.3431 4.34315 16 6 16C7.65685 16 9 17.3431 9 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 8V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12H14C15.4001 12 16.1002 12 16.635 11.7275C17.1054 11.4878 17.4878 11.1054 17.7275 10.635C18 10.1002 18 9.40013 18 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-workflow-circle-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 5C9 6.65685 7.65685 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2C7.65685 2 9 3.34315 9 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 14C21 15.6569 19.6569 17 18 17C16.3431 17 15 15.6569 15 14C15 12.3431 16.3431 11 18 11C19.6569 11 21 12.3431 21 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 19C9 20.6569 7.65685 22 6 22C4.34315 22 3 20.6569 3 19C3 17.3431 4.34315 16 6 16C7.65685 16 9 17.3431 9 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 8V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14H12C8.68629 14 6 11.3137 6 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 5C9 6.65685 7.65685 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2C7.65685 2 9 3.34315 9 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 14C21 15.6569 19.6569 17 18 17C16.3431 17 15 15.6569 15 14C15 12.3431 16.3431 11 18 11C19.6569 11 21 12.3431 21 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 19C9 20.6569 7.65685 22 6 22C4.34315 22 3 20.6569 3 19C3 17.3431 4.34315 16 6 16C7.65685 16 9 17.3431 9 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 8V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14H12C8.68629 14 6 11.3137 6 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-workflow-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 5.5C6 4.56538 6 4.09808 6.20096 3.75C6.33261 3.52197 6.52197 3.33261 6.75 3.20096C7.09808 3 7.56538 3 8.5 3H11.5C12.4346 3 12.9019 3 13.25 3.20096C13.478 3.33261 13.6674 3.52197 13.799 3.75C14 4.09808 14 4.56538 14 5.5C14 6.43462 14 6.90192 13.799 7.25C13.6674 7.47803 13.478 7.66739 13.25 7.79904C12.9019 8 12.4346 8 11.5 8H8.5C7.56538 8 7.09808 8 6.75 7.79904C6.52197 7.66739 6.33261 7.47803 6.20096 7.25C6 6.90192 6 6.43462 6 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 15.5C6 14.5654 6 14.0981 6.20096 13.75C6.33261 13.522 6.52197 13.3326 6.75 13.201C7.09808 13 7.56538 13 8.5 13H11.5C12.4346 13 12.9019 13 13.25 13.201C13.478 13.3326 13.6674 13.522 13.799 13.75C14 14.0981 14 14.5654 14 15.5C14 16.4346 14 16.9019 13.799 17.25C13.6674 17.478 13.478 17.6674 13.25 17.799C12.9019 18 12.4346 18 11.5 18H8.5C7.56538 18 7.09808 18 6.75 17.799C6.52197 17.6674 6.33261 17.478 6.20096 17.25C6 16.9019 6 16.4346 6 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.8398 17.1408C21.6133 16.3673 22 15.9806 22 15.5C22 15.0194 21.6133 14.6327 20.8398 13.8592L20.6408 13.6602C19.8673 12.8867 19.4806 12.5 19 12.5C18.5194 12.5 18.1327 12.8867 17.3592 13.6602L17.1602 13.8592C16.3867 14.6327 16 15.0194 16 15.5C16 15.9806 16.3867 16.3673 17.1602 17.1408L17.3592 17.3398C18.1327 18.1133 18.5194 18.5 19 18.5C19.4806 18.5 19.8673 18.1133 20.6408 17.3398L20.8398 17.1408Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.00588 5.5H2.00769M2.00769 5.5V2M2.00769 5.5V12C2.00769 13.1037 1.85639 14.4679 2.89615 15.1629C3.40036 15.5 4.10228 15.5 5.50611 15.5M14.0023 15.5H16.0014M19 12.5V9.5C19 7.61438 19 6.67157 18.4145 6.08579C17.829 5.5 16.8866 5.5 15.0018 5.5H14.0023%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22C21.0681 22 20.6022 22 20.2346 21.8695C19.7446 21.6955 19.3552 21.3618 19.1522 20.9417C19 20.6267 19 20.2273 19 19.4286V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 5.5C6 4.56538 6 4.09808 6.20096 3.75C6.33261 3.52197 6.52197 3.33261 6.75 3.20096C7.09808 3 7.56538 3 8.5 3H11.5C12.4346 3 12.9019 3 13.25 3.20096C13.478 3.33261 13.6674 3.52197 13.799 3.75C14 4.09808 14 4.56538 14 5.5C14 6.43462 14 6.90192 13.799 7.25C13.6674 7.47803 13.478 7.66739 13.25 7.79904C12.9019 8 12.4346 8 11.5 8H8.5C7.56538 8 7.09808 8 6.75 7.79904C6.52197 7.66739 6.33261 7.47803 6.20096 7.25C6 6.90192 6 6.43462 6 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 15.5C6 14.5654 6 14.0981 6.20096 13.75C6.33261 13.522 6.52197 13.3326 6.75 13.201C7.09808 13 7.56538 13 8.5 13H11.5C12.4346 13 12.9019 13 13.25 13.201C13.478 13.3326 13.6674 13.522 13.799 13.75C14 14.0981 14 14.5654 14 15.5C14 16.4346 14 16.9019 13.799 17.25C13.6674 17.478 13.478 17.6674 13.25 17.799C12.9019 18 12.4346 18 11.5 18H8.5C7.56538 18 7.09808 18 6.75 17.799C6.52197 17.6674 6.33261 17.478 6.20096 17.25C6 16.9019 6 16.4346 6 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.8398 17.1408C21.6133 16.3673 22 15.9806 22 15.5C22 15.0194 21.6133 14.6327 20.8398 13.8592L20.6408 13.6602C19.8673 12.8867 19.4806 12.5 19 12.5C18.5194 12.5 18.1327 12.8867 17.3592 13.6602L17.1602 13.8592C16.3867 14.6327 16 15.0194 16 15.5C16 15.9806 16.3867 16.3673 17.1602 17.1408L17.3592 17.3398C18.1327 18.1133 18.5194 18.5 19 18.5C19.4806 18.5 19.8673 18.1133 20.6408 17.3398L20.8398 17.1408Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.00588 5.5H2.00769M2.00769 5.5V2M2.00769 5.5V12C2.00769 13.1037 1.85639 14.4679 2.89615 15.1629C3.40036 15.5 4.10228 15.5 5.50611 15.5M14.0023 15.5H16.0014M19 12.5V9.5C19 7.61438 19 6.67157 18.4145 6.08579C17.829 5.5 16.8866 5.5 15.0018 5.5H14.0023%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22C21.0681 22 20.6022 22 20.2346 21.8695C19.7446 21.6955 19.3552 21.3618 19.1522 20.9417C19 20.6267 19 20.2273 19 19.4286V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-workflow-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 4C3 2.34533 3.34533 2 5 2H9C10.6547 2 11 2.34533 11 4C11 5.65467 10.6547 6 9 6H5C3.34533 6 3 5.65467 3 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 13C13 11.3453 13.3453 11 15 11H19C20.6547 11 21 11.3453 21 13C21 14.6547 20.6547 15 19 15H15C13.3453 15 13 14.6547 13 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 20C13 18.3453 13.3453 18 15 18H19C20.6547 18 21 18.3453 21 20C21 21.6547 20.6547 22 19 22H15C13.3453 22 13 21.6547 13 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 11C17 10.5353 17 10.303 16.9616 10.1098C16.8038 9.31644 16.1836 8.69624 15.3902 8.53843C15.197 8.5 14.9647 8.5 14.5 8.5H9.5C9.03534 8.5 8.80302 8.5 8.60982 8.46157C7.81644 8.30376 7.19624 7.68356 7.03843 6.89018C7 6.69698 7 6.46466 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 4C3 2.34533 3.34533 2 5 2H9C10.6547 2 11 2.34533 11 4C11 5.65467 10.6547 6 9 6H5C3.34533 6 3 5.65467 3 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 13C13 11.3453 13.3453 11 15 11H19C20.6547 11 21 11.3453 21 13C21 14.6547 20.6547 15 19 15H15C13.3453 15 13 14.6547 13 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 20C13 18.3453 13.3453 18 15 18H19C20.6547 18 21 18.3453 21 20C21 21.6547 20.6547 22 19 22H15C13.3453 22 13 21.6547 13 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 11C17 10.5353 17 10.303 16.9616 10.1098C16.8038 9.31644 16.1836 8.69624 15.3902 8.53843C15.197 8.5 14.9647 8.5 14.5 8.5H9.5C9.03534 8.5 8.80302 8.5 8.60982 8.46157C7.81644 8.30376 7.19624 7.68356 7.03843 6.89018C7 6.69698 7 6.46466 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-workflow-square-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 4C3 2.34533 3.34533 2 5 2H9C10.6547 2 11 2.34533 11 4C11 5.65467 10.6547 6 9 6H5C3.34533 6 3 5.65467 3 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 13C13 11.3453 13.3453 11 15 11H19C20.6547 11 21 11.3453 21 13C21 14.6547 20.6547 15 19 15H15C13.3453 15 13 14.6547 13 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 20C4 18.3453 4.34533 18 6 18H10C11.6547 18 12 18.3453 12 20C12 21.6547 11.6547 22 10 22H6C4.34533 22 4 21.6547 4 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 11C17 10.5353 17 10.303 16.9616 10.1098C16.8038 9.31644 16.1836 8.69624 15.3902 8.53843C15.197 8.5 14.9647 8.5 14.5 8.5H9.5C9.03534 8.5 8.80302 8.5 8.60982 8.46157C7.81644 8.30376 7.19624 7.68356 7.03843 6.89018C7 6.69698 7 6.46466 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15V16C17 17.8856 17 18.8284 16.4142 19.4142C15.8284 20 14.8856 20 13 20H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 4C3 2.34533 3.34533 2 5 2H9C10.6547 2 11 2.34533 11 4C11 5.65467 10.6547 6 9 6H5C3.34533 6 3 5.65467 3 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 13C13 11.3453 13.3453 11 15 11H19C20.6547 11 21 11.3453 21 13C21 14.6547 20.6547 15 19 15H15C13.3453 15 13 14.6547 13 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 20C4 18.3453 4.34533 18 6 18H10C11.6547 18 12 18.3453 12 20C12 21.6547 11.6547 22 10 22H6C4.34533 22 4 21.6547 4 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 11C17 10.5353 17 10.303 16.9616 10.1098C16.8038 9.31644 16.1836 8.69624 15.3902 8.53843C15.197 8.5 14.9647 8.5 14.5 8.5H9.5C9.03534 8.5 8.80302 8.5 8.60982 8.46157C7.81644 8.30376 7.19624 7.68356 7.03843 6.89018C7 6.69698 7 6.46466 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15V16C17 17.8856 17 18.8284 16.4142 19.4142C15.8284 20 14.8856 20 13 20H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-workflow-square-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 18C15 16.5858 15 15.8787 15.4393 15.4393C15.8787 15 16.5858 15 18 15C19.4142 15 20.1213 15 20.5607 15.4393C21 15.8787 21 16.5858 21 18C21 19.4142 21 20.1213 20.5607 20.5607C20.1213 21 19.4142 21 18 21C16.5858 21 15.8787 21 15.4393 20.5607C15 20.1213 15 19.4142 15 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 9C3 7.58579 3 6.87868 3.43934 6.43934C3.87868 6 4.58579 6 6 6C7.41421 6 8.12132 6 8.56066 6.43934C9 6.87868 9 7.58579 9 9C9 10.4142 9 11.1213 8.56066 11.5607C8.12132 12 7.41421 12 6 12C4.58579 12 3.87868 12 3.43934 11.5607C3 11.1213 3 10.4142 3 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 9H12C14.8284 9 16.2426 9 17.1213 9.87868C18 10.7574 18 12.1716 18 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12V22M6 6V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 18C15 16.5858 15 15.8787 15.4393 15.4393C15.8787 15 16.5858 15 18 15C19.4142 15 20.1213 15 20.5607 15.4393C21 15.8787 21 16.5858 21 18C21 19.4142 21 20.1213 20.5607 20.5607C20.1213 21 19.4142 21 18 21C16.5858 21 15.8787 21 15.4393 20.5607C15 20.1213 15 19.4142 15 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 9C3 7.58579 3 6.87868 3.43934 6.43934C3.87868 6 4.58579 6 6 6C7.41421 6 8.12132 6 8.56066 6.43934C9 6.87868 9 7.58579 9 9C9 10.4142 9 11.1213 8.56066 11.5607C8.12132 12 7.41421 12 6 12C4.58579 12 3.87868 12 3.43934 11.5607C3 11.1213 3 10.4142 3 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 9H12C14.8284 9 16.2426 9 17.1213 9.87868C18 10.7574 18 12.1716 18 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12V22M6 6V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-workflow-square-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 4.4C3 3.26863 3 2.70294 3.35147 2.35147C3.70294 2 4.26863 2 5.4 2H5.6C6.73137 2 7.29706 2 7.64853 2.35147C8 2.70294 8 3.26863 8 4.4V4.6C8 5.73137 8 6.29706 7.64853 6.64853C7.29706 7 6.73137 7 5.6 7H5.4C4.26863 7 3.70294 7 3.35147 6.64853C3 6.29706 3 5.73137 3 4.6V4.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 9.4C16 8.26863 16 7.70294 16.3515 7.35147C16.7029 7 17.2686 7 18.4 7H18.6C19.7314 7 20.2971 7 20.6485 7.35147C21 7.70294 21 8.26863 21 9.4V9.6C21 10.7314 21 11.2971 20.6485 11.6485C20.2971 12 19.7314 12 18.6 12H18.4C17.2686 12 16.7029 12 16.3515 11.6485C16 11.2971 16 10.7314 16 9.6V9.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 14.4C3 13.2686 3 12.7029 3.35147 12.3515C3.70294 12 4.26863 12 5.4 12H5.6C6.73137 12 7.29706 12 7.64853 12.3515C8 12.7029 8 13.2686 8 14.4V14.6C8 15.7314 8 16.2971 7.64853 16.6485C7.29706 17 6.73137 17 5.6 17H5.4C4.26863 17 3.70294 17 3.35147 16.6485C3 16.2971 3 15.7314 3 14.6V14.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 19.4C16 18.2686 16 17.7029 16.3515 17.3515C16.7029 17 17.2686 17 18.4 17H18.6C19.7314 17 20.2971 17 20.6485 17.3515C21 17.7029 21 18.2686 21 19.4V19.6C21 20.7314 21 21.2971 20.6485 21.6485C20.2971 22 19.7314 22 18.6 22H18.4C17.2686 22 16.7029 22 16.3515 21.6485C16 21.2971 16 20.7314 16 19.6V19.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 4.5L15 9.5L9 14.5L16 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 4.4C3 3.26863 3 2.70294 3.35147 2.35147C3.70294 2 4.26863 2 5.4 2H5.6C6.73137 2 7.29706 2 7.64853 2.35147C8 2.70294 8 3.26863 8 4.4V4.6C8 5.73137 8 6.29706 7.64853 6.64853C7.29706 7 6.73137 7 5.6 7H5.4C4.26863 7 3.70294 7 3.35147 6.64853C3 6.29706 3 5.73137 3 4.6V4.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 9.4C16 8.26863 16 7.70294 16.3515 7.35147C16.7029 7 17.2686 7 18.4 7H18.6C19.7314 7 20.2971 7 20.6485 7.35147C21 7.70294 21 8.26863 21 9.4V9.6C21 10.7314 21 11.2971 20.6485 11.6485C20.2971 12 19.7314 12 18.6 12H18.4C17.2686 12 16.7029 12 16.3515 11.6485C16 11.2971 16 10.7314 16 9.6V9.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 14.4C3 13.2686 3 12.7029 3.35147 12.3515C3.70294 12 4.26863 12 5.4 12H5.6C6.73137 12 7.29706 12 7.64853 12.3515C8 12.7029 8 13.2686 8 14.4V14.6C8 15.7314 8 16.2971 7.64853 16.6485C7.29706 17 6.73137 17 5.6 17H5.4C4.26863 17 3.70294 17 3.35147 16.6485C3 16.2971 3 15.7314 3 14.6V14.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 19.4C16 18.2686 16 17.7029 16.3515 17.3515C16.7029 17 17.2686 17 18.4 17H18.6C19.7314 17 20.2971 17 20.6485 17.3515C21 17.7029 21 18.2686 21 19.4V19.6C21 20.7314 21 21.2971 20.6485 21.6485C20.2971 22 19.7314 22 18.6 22H18.4C17.2686 22 16.7029 22 16.3515 21.6485C16 21.2971 16 20.7314 16 19.6V19.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 4.5L15 9.5L9 14.5L16 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-workflow-square-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 5C9 3.58579 9 2.87868 9.43934 2.43934C9.87868 2 10.5858 2 12 2C13.4142 2 14.1213 2 14.5607 2.43934C15 2.87868 15 3.58579 15 5C15 6.41421 15 7.12132 14.5607 7.56066C14.1213 8 13.4142 8 12 8C10.5858 8 9.87868 8 9.43934 7.56066C9 7.12132 9 6.41421 9 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 19C2 17.5858 2 16.8787 2.43934 16.4393C2.87868 16 3.58579 16 5 16C6.41421 16 7.12132 16 7.56066 16.4393C8 16.8787 8 17.5858 8 19C8 20.4142 8 21.1213 7.56066 21.5607C7.12132 22 6.41421 22 5 22C3.58579 22 2.87868 22 2.43934 21.5607C2 21.1213 2 20.4142 2 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 19C16 17.5858 16 16.8787 16.4393 16.4393C16.8787 16 17.5858 16 19 16C20.4142 16 21.1213 16 21.5607 16.4393C22 16.8787 22 17.5858 22 19C22 20.4142 22 21.1213 21.5607 21.5607C21.1213 22 20.4142 22 19 22C17.5858 22 16.8787 22 16.4393 21.5607C16 21.1213 16 20.4142 16 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8V9M12 9C12 9.93188 12 10.3978 12.1776 10.7654C12.4144 11.2554 12.8687 11.6448 13.4404 11.8478C13.8692 12 14.4128 12 15.5 12C16.5872 12 17.1308 12 17.5596 12.1522C18.1313 12.3552 18.5856 12.7446 18.8224 13.2346C19 13.6022 19 14.0681 19 15V16M12 9C12 9.93188 12 10.3978 11.8224 10.7654C11.5856 11.2554 11.1313 11.6448 10.5596 11.8478C10.1308 12 9.5872 12 8.5 12C7.4128 12 6.8692 12 6.44041 12.1522C5.86867 12.3552 5.41443 12.7446 5.17761 13.2346C5 13.6022 5 14.0681 5 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 5C9 3.58579 9 2.87868 9.43934 2.43934C9.87868 2 10.5858 2 12 2C13.4142 2 14.1213 2 14.5607 2.43934C15 2.87868 15 3.58579 15 5C15 6.41421 15 7.12132 14.5607 7.56066C14.1213 8 13.4142 8 12 8C10.5858 8 9.87868 8 9.43934 7.56066C9 7.12132 9 6.41421 9 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 19C2 17.5858 2 16.8787 2.43934 16.4393C2.87868 16 3.58579 16 5 16C6.41421 16 7.12132 16 7.56066 16.4393C8 16.8787 8 17.5858 8 19C8 20.4142 8 21.1213 7.56066 21.5607C7.12132 22 6.41421 22 5 22C3.58579 22 2.87868 22 2.43934 21.5607C2 21.1213 2 20.4142 2 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 19C16 17.5858 16 16.8787 16.4393 16.4393C16.8787 16 17.5858 16 19 16C20.4142 16 21.1213 16 21.5607 16.4393C22 16.8787 22 17.5858 22 19C22 20.4142 22 21.1213 21.5607 21.5607C21.1213 22 20.4142 22 19 22C17.5858 22 16.8787 22 16.4393 21.5607C16 21.1213 16 20.4142 16 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8V9M12 9C12 9.93188 12 10.3978 12.1776 10.7654C12.4144 11.2554 12.8687 11.6448 13.4404 11.8478C13.8692 12 14.4128 12 15.5 12C16.5872 12 17.1308 12 17.5596 12.1522C18.1313 12.3552 18.5856 12.7446 18.8224 13.2346C19 13.6022 19 14.0681 19 15V16M12 9C12 9.93188 12 10.3978 11.8224 10.7654C11.5856 11.2554 11.1313 11.6448 10.5596 11.8478C10.1308 12 9.5872 12 8.5 12C7.4128 12 6.8692 12 6.44041 12.1522C5.86867 12.3552 5.41443 12.7446 5.17761 13.2346C5 13.6022 5 14.0681 5 15V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-workflow-square-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5C3 3.58579 3 2.87868 3.43934 2.43934C3.87868 2 4.58579 2 6 2C7.41421 2 8.12132 2 8.56066 2.43934C9 2.87868 9 3.58579 9 5C9 6.41421 9 7.12132 8.56066 7.56066C8.12132 8 7.41421 8 6 8C4.58579 8 3.87868 8 3.43934 7.56066C3 7.12132 3 6.41421 3 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 19C3 17.5858 3 16.8787 3.43934 16.4393C3.87868 16 4.58579 16 6 16C7.41421 16 8.12132 16 8.56066 16.4393C9 16.8787 9 17.5858 9 19C9 20.4142 9 21.1213 8.56066 21.5607C8.12132 22 7.41421 22 6 22C4.58579 22 3.87868 22 3.43934 21.5607C3 21.1213 3 20.4142 3 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 7C15 5.58579 15 4.87868 15.4393 4.43934C15.8787 4 16.5858 4 18 4C19.4142 4 20.1213 4 20.5607 4.43934C21 4.87868 21 5.58579 21 7C21 8.41421 21 9.12132 20.5607 9.56066C20.1213 10 19.4142 10 18 10C16.5858 10 15.8787 10 15.4393 9.56066C15 9.12132 15 8.41421 15 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 16V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 10C18 11.6569 16.6569 13 15 13H9C7.34315 13 6 14.3431 6 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5C3 3.58579 3 2.87868 3.43934 2.43934C3.87868 2 4.58579 2 6 2C7.41421 2 8.12132 2 8.56066 2.43934C9 2.87868 9 3.58579 9 5C9 6.41421 9 7.12132 8.56066 7.56066C8.12132 8 7.41421 8 6 8C4.58579 8 3.87868 8 3.43934 7.56066C3 7.12132 3 6.41421 3 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 19C3 17.5858 3 16.8787 3.43934 16.4393C3.87868 16 4.58579 16 6 16C7.41421 16 8.12132 16 8.56066 16.4393C9 16.8787 9 17.5858 9 19C9 20.4142 9 21.1213 8.56066 21.5607C8.12132 22 7.41421 22 6 22C4.58579 22 3.87868 22 3.43934 21.5607C3 21.1213 3 20.4142 3 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 7C15 5.58579 15 4.87868 15.4393 4.43934C15.8787 4 16.5858 4 18 4C19.4142 4 20.1213 4 20.5607 4.43934C21 4.87868 21 5.58579 21 7C21 8.41421 21 9.12132 20.5607 9.56066C20.1213 10 19.4142 10 18 10C16.5858 10 15.8787 10 15.4393 9.56066C15 9.12132 15 8.41421 15 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 16V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 10C18 11.6569 16.6569 13 15 13H9C7.34315 13 6 14.3431 6 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-workflow-square-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 19C3 20.4142 3 21.1213 3.43934 21.5607C3.87868 22 4.58579 22 6 22C7.41421 22 8.12132 22 8.56066 21.5607C9 21.1213 9 20.4142 9 19C9 17.5858 9 16.8787 8.56066 16.4393C8.12132 16 7.41421 16 6 16C4.58579 16 3.87868 16 3.43934 16.4393C3 16.8787 3 17.5858 3 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 5C3 6.41421 3 7.12132 3.43934 7.56066C3.87868 8 4.58579 8 6 8C7.41421 8 8.12132 8 8.56066 7.56066C9 7.12132 9 6.41421 9 5C9 3.58579 9 2.87868 8.56066 2.43934C8.12132 2 7.41421 2 6 2C4.58579 2 3.87868 2 3.43934 2.43934C3 2.87868 3 3.58579 3 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 14C15 15.4142 15 16.1213 15.4393 16.5607C15.8787 17 16.5858 17 18 17C19.4142 17 20.1213 17 20.5607 16.5607C21 16.1213 21 15.4142 21 14C21 12.5858 21 11.8787 20.5607 11.4393C20.1213 11 19.4142 11 18 11C16.5858 11 15.8787 11 15.4393 11.4393C15 11.8787 15 12.5858 15 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 8V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14H12C8.68629 14 6 11.3137 6 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 19C3 20.4142 3 21.1213 3.43934 21.5607C3.87868 22 4.58579 22 6 22C7.41421 22 8.12132 22 8.56066 21.5607C9 21.1213 9 20.4142 9 19C9 17.5858 9 16.8787 8.56066 16.4393C8.12132 16 7.41421 16 6 16C4.58579 16 3.87868 16 3.43934 16.4393C3 16.8787 3 17.5858 3 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 5C3 6.41421 3 7.12132 3.43934 7.56066C3.87868 8 4.58579 8 6 8C7.41421 8 8.12132 8 8.56066 7.56066C9 7.12132 9 6.41421 9 5C9 3.58579 9 2.87868 8.56066 2.43934C8.12132 2 7.41421 2 6 2C4.58579 2 3.87868 2 3.43934 2.43934C3 2.87868 3 3.58579 3 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 14C15 15.4142 15 16.1213 15.4393 16.5607C15.8787 17 16.5858 17 18 17C19.4142 17 20.1213 17 20.5607 16.5607C21 16.1213 21 15.4142 21 14C21 12.5858 21 11.8787 20.5607 11.4393C20.1213 11 19.4142 11 18 11C16.5858 11 15.8787 11 15.4393 11.4393C15 11.8787 15 12.5858 15 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 8V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14H12C8.68629 14 6 11.3137 6 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-workflow-square-09{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 19C3 20.4142 3 21.1213 3.43934 21.5607C3.87868 22 4.58579 22 6 22C7.41421 22 8.12132 22 8.56066 21.5607C9 21.1213 9 20.4142 9 19C9 17.5858 9 16.8787 8.56066 16.4393C8.12132 16 7.41421 16 6 16C4.58579 16 3.87868 16 3.43934 16.4393C3 16.8787 3 17.5858 3 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 5C3 6.41421 3 7.12132 3.43934 7.56066C3.87868 8 4.58579 8 6 8C7.41421 8 8.12132 8 8.56066 7.56066C9 7.12132 9 6.41421 9 5C9 3.58579 9 2.87868 8.56066 2.43934C8.12132 2 7.41421 2 6 2C4.58579 2 3.87868 2 3.43934 2.43934C3 2.87868 3 3.58579 3 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 5C15 6.41421 15 7.12132 15.4393 7.56066C15.8787 8 16.5858 8 18 8C19.4142 8 20.1213 8 20.5607 7.56066C21 7.12132 21 6.41421 21 5C21 3.58579 21 2.87868 20.5607 2.43934C20.1213 2 19.4142 2 18 2C16.5858 2 15.8787 2 15.4393 2.43934C15 2.87868 15 3.58579 15 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 8V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12H14C15.8856 12 16.8284 12 17.4142 11.4142C18 10.8284 18 9.88562 18 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 19C3 20.4142 3 21.1213 3.43934 21.5607C3.87868 22 4.58579 22 6 22C7.41421 22 8.12132 22 8.56066 21.5607C9 21.1213 9 20.4142 9 19C9 17.5858 9 16.8787 8.56066 16.4393C8.12132 16 7.41421 16 6 16C4.58579 16 3.87868 16 3.43934 16.4393C3 16.8787 3 17.5858 3 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 5C3 6.41421 3 7.12132 3.43934 7.56066C3.87868 8 4.58579 8 6 8C7.41421 8 8.12132 8 8.56066 7.56066C9 7.12132 9 6.41421 9 5C9 3.58579 9 2.87868 8.56066 2.43934C8.12132 2 7.41421 2 6 2C4.58579 2 3.87868 2 3.43934 2.43934C3 2.87868 3 3.58579 3 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 5C15 6.41421 15 7.12132 15.4393 7.56066C15.8787 8 16.5858 8 18 8C19.4142 8 20.1213 8 20.5607 7.56066C21 7.12132 21 6.41421 21 5C21 3.58579 21 2.87868 20.5607 2.43934C20.1213 2 19.4142 2 18 2C16.5858 2 15.8787 2 15.4393 2.43934C15 2.87868 15 3.58579 15 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 8V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12H14C15.8856 12 16.8284 12 17.4142 11.4142C18 10.8284 18 9.88562 18 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-hierarchy-icons-workflow-square-10{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.69406 3.61983C10.8161 2.5328 11.3771 1.98929 12.0634 2.00016C12.7496 2.01103 13.2931 2.57204 14.3802 3.69406C15.4672 4.81608 16.0107 5.3771 15.9998 6.06336C15.989 6.74962 15.428 7.29314 14.3059 8.38017C13.1839 9.4672 12.6229 10.0107 11.9366 9.99984C11.2504 9.98897 10.7069 9.42796 9.61983 8.30594C8.5328 7.18391 7.98929 6.6229 8.00016 5.93664C8.01103 5.25038 8.57204 4.70686 9.69406 3.61983Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 13.5C7 14.8807 5.88071 16 4.5 16C3.11929 16 2 14.8807 2 13.5C2 12.1193 3.11929 11 4.5 11C5.88071 11 7 12.1193 7 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 13.5C22 12.1193 20.8807 11 19.5 11C18.1193 11 17 12.1193 17 13.5C17 14.8807 18.1193 16 19.5 16C20.8807 16 22 14.8807 22 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 10L12 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 8.5L6.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 8.5L17.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19.4C9.5 18.2686 9.5 17.7029 9.85147 17.3515C10.2029 17 10.7686 17 11.9 17H12.1C13.2314 17 13.7971 17 14.1485 17.3515C14.5 17.7029 14.5 18.2686 14.5 19.4V19.6C14.5 20.7314 14.5 21.2971 14.1485 21.6485C13.7971 22 13.2314 22 12.1 22H11.9C10.7686 22 10.2029 22 9.85147 21.6485C9.5 21.2971 9.5 20.7314 9.5 19.6V19.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.69406 3.61983C10.8161 2.5328 11.3771 1.98929 12.0634 2.00016C12.7496 2.01103 13.2931 2.57204 14.3802 3.69406C15.4672 4.81608 16.0107 5.3771 15.9998 6.06336C15.989 6.74962 15.428 7.29314 14.3059 8.38017C13.1839 9.4672 12.6229 10.0107 11.9366 9.99984C11.2504 9.98897 10.7069 9.42796 9.61983 8.30594C8.5328 7.18391 7.98929 6.6229 8.00016 5.93664C8.01103 5.25038 8.57204 4.70686 9.69406 3.61983Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 13.5C7 14.8807 5.88071 16 4.5 16C3.11929 16 2 14.8807 2 13.5C2 12.1193 3.11929 11 4.5 11C5.88071 11 7 12.1193 7 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 13.5C22 12.1193 20.8807 11 19.5 11C18.1193 11 17 12.1193 17 13.5C17 14.8807 18.1193 16 19.5 16C20.8807 16 22 14.8807 22 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 10L12 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 8.5L6.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 8.5L17.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19.4C9.5 18.2686 9.5 17.7029 9.85147 17.3515C10.2029 17 10.7686 17 11.9 17H12.1C13.2314 17 13.7971 17 14.1485 17.3515C14.5 17.7029 14.5 18.2686 14.5 19.4V19.6C14.5 20.7314 14.5 21.2971 14.1485 21.6485C13.7971 22 13.2314 22 12.1 22H11.9C10.7686 22 10.2029 22 9.85147 21.6485C9.5 21.2971 9.5 20.7314 9.5 19.6V19.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-home-icons-door-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 9.20433C4 7.13117 4 6.09459 4.35762 5.25272C4.65634 4.54951 5.1278 3.94591 5.7219 3.50609C6.43314 2.97955 7.38764 2.79412 9.29665 2.42326C11.2817 2.03762 12.2743 1.8448 13.0467 2.15208C13.6884 2.40733 14.229 2.88944 14.5789 3.51833C15 4.27538 15 5.35327 15 7.50906V16.4909C15 18.6467 15 19.7246 14.5789 20.4817C14.229 21.1106 13.6884 21.5927 13.0467 21.8479C12.2743 22.1552 11.2817 21.9624 9.29665 21.5767C7.38764 21.2059 6.43314 21.0205 5.7219 20.4939C5.1278 20.0541 4.65634 19.4505 4.35762 18.7473C4 17.9054 4 16.8688 4 14.7957V9.20433Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19.7982C16.4473 19.9487 18.3999 20.4116 19.4375 19.0885C20 18.3712 20 17.2786 20 15.0934V8.90664C20 6.72138 20 5.62876 19.4375 4.91152C18.3999 3.58841 16.4473 4.05129 15 4.20177%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 13L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 19.7266L22 19.7266%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 20H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 9.20433C4 7.13117 4 6.09459 4.35762 5.25272C4.65634 4.54951 5.1278 3.94591 5.7219 3.50609C6.43314 2.97955 7.38764 2.79412 9.29665 2.42326C11.2817 2.03762 12.2743 1.8448 13.0467 2.15208C13.6884 2.40733 14.229 2.88944 14.5789 3.51833C15 4.27538 15 5.35327 15 7.50906V16.4909C15 18.6467 15 19.7246 14.5789 20.4817C14.229 21.1106 13.6884 21.5927 13.0467 21.8479C12.2743 22.1552 11.2817 21.9624 9.29665 21.5767C7.38764 21.2059 6.43314 21.0205 5.7219 20.4939C5.1278 20.0541 4.65634 19.4505 4.35762 18.7473C4 17.9054 4 16.8688 4 14.7957V9.20433Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19.7982C16.4473 19.9487 18.3999 20.4116 19.4375 19.0885C20 18.3712 20 17.2786 20 15.0934V8.90664C20 6.72138 20 5.62876 19.4375 4.91152C18.3999 3.58841 16.4473 4.05129 15 4.20177%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 13L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 19.7266L22 19.7266%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 20H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-home-icons-door-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 22V6C5 4.11438 5 3.17157 5.58579 2.58579C6.17157 2 7.11438 2 9 2H15C16.8856 2 17.8284 2 18.4142 2.58579C19 3.17157 19 4.11438 19 6V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13L16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 22V6C5 4.11438 5 3.17157 5.58579 2.58579C6.17157 2 7.11438 2 9 2H15C16.8856 2 17.8284 2 18.4142 2.58579C19 3.17157 19 4.11438 19 6V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13L16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-home-icons-home-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0002 17C14.2006 17.6224 13.1504 18 12.0002 18C10.8499 18 9.79968 17.6224 9.00016 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.35155 13.2135C1.99853 10.9162 1.82202 9.76763 2.25633 8.74938C2.69063 7.73112 3.65419 7.03443 5.5813 5.64106L7.02115 4.6C9.41845 2.86667 10.6171 2 12.0002 2C13.3832 2 14.5819 2.86667 16.9792 4.6L18.419 5.64106C20.3461 7.03443 21.3097 7.73112 21.744 8.74938C22.1783 9.76763 22.0018 10.9162 21.6488 13.2135L21.3477 15.1724C20.8473 18.4289 20.5971 20.0572 19.4292 21.0286C18.2613 22 16.5538 22 13.139 22H10.8613C7.44649 22 5.73907 22 4.57116 21.0286C3.40325 20.0572 3.15303 18.4289 2.65259 15.1724L2.35155 13.2135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0002 17C14.2006 17.6224 13.1504 18 12.0002 18C10.8499 18 9.79968 17.6224 9.00016 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.35155 13.2135C1.99853 10.9162 1.82202 9.76763 2.25633 8.74938C2.69063 7.73112 3.65419 7.03443 5.5813 5.64106L7.02115 4.6C9.41845 2.86667 10.6171 2 12.0002 2C13.3832 2 14.5819 2.86667 16.9792 4.6L18.419 5.64106C20.3461 7.03443 21.3097 7.73112 21.744 8.74938C22.1783 9.76763 22.0018 10.9162 21.6488 13.2135L21.3477 15.1724C20.8473 18.4289 20.5971 20.0572 19.4292 21.0286C18.2613 22 16.5538 22 13.139 22H10.8613C7.44649 22 5.73907 22 4.57116 21.0286C3.40325 20.0572 3.15303 18.4289 2.65259 15.1724L2.35155 13.2135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-home-icons-home-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0002 18L12.0002 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.35155 13.2135C1.99853 10.9162 1.82202 9.76763 2.25633 8.74938C2.69063 7.73112 3.65419 7.03443 5.5813 5.64106L7.02115 4.6C9.41845 2.86667 10.6171 2 12.0002 2C13.3832 2 14.5819 2.86667 16.9792 4.6L18.419 5.64106C20.3461 7.03443 21.3097 7.73112 21.744 8.74938C22.1783 9.76763 22.0018 10.9162 21.6488 13.2135L21.3477 15.1724C20.8473 18.4289 20.5971 20.0572 19.4292 21.0286C18.2613 22 16.5538 22 13.139 22H10.8613C7.44649 22 5.73907 22 4.57116 21.0286C3.40325 20.0572 3.15303 18.4289 2.65259 15.1724L2.35155 13.2135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0002 18L12.0002 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.35155 13.2135C1.99853 10.9162 1.82202 9.76763 2.25633 8.74938C2.69063 7.73112 3.65419 7.03443 5.5813 5.64106L7.02115 4.6C9.41845 2.86667 10.6171 2 12.0002 2C13.3832 2 14.5819 2.86667 16.9792 4.6L18.419 5.64106C20.3461 7.03443 21.3097 7.73112 21.744 8.74938C22.1783 9.76763 22.0018 10.9162 21.6488 13.2135L21.3477 15.1724C20.8473 18.4289 20.5971 20.0572 19.4292 21.0286C18.2613 22 16.5538 22 13.139 22H10.8613C7.44649 22 5.73907 22 4.57116 21.0286C3.40325 20.0572 3.15303 18.4289 2.65259 15.1724L2.35155 13.2135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-home-icons-home-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.99947 22L8.74884 18.4911C8.61409 16.6046 10.1082 15 11.9995 15C13.8908 15 15.3849 16.6046 15.2501 18.4911L14.9995 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.35154 13.2135C1.99852 10.9162 1.82201 9.76763 2.25632 8.74938C2.69062 7.73112 3.65418 7.03443 5.58129 5.64106L7.02114 4.6C9.41844 2.86667 10.6171 2 12.0002 2C13.3832 2 14.5819 2.86667 16.9792 4.6L18.419 5.64106C20.3461 7.03443 21.3097 7.73112 21.744 8.74938C22.1783 9.76763 22.0018 10.9162 21.6488 13.2135L21.3477 15.1724C20.8473 18.4289 20.5971 20.0572 19.4292 21.0286C18.2612 22 16.5538 22 13.139 22H10.8613C7.44649 22 5.73906 22 4.57115 21.0286C3.40324 20.0572 3.15302 18.4289 2.65258 15.1724L2.35154 13.2135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.99947 22L8.74884 18.4911C8.61409 16.6046 10.1082 15 11.9995 15C13.8908 15 15.3849 16.6046 15.2501 18.4911L14.9995 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.35154 13.2135C1.99852 10.9162 1.82201 9.76763 2.25632 8.74938C2.69062 7.73112 3.65418 7.03443 5.58129 5.64106L7.02114 4.6C9.41844 2.86667 10.6171 2 12.0002 2C13.3832 2 14.5819 2.86667 16.9792 4.6L18.419 5.64106C20.3461 7.03443 21.3097 7.73112 21.744 8.74938C22.1783 9.76763 22.0018 10.9162 21.6488 13.2135L21.3477 15.1724C20.8473 18.4289 20.5971 20.0572 19.4292 21.0286C18.2612 22 16.5538 22 13.139 22H10.8613C7.44649 22 5.73906 22 4.57115 21.0286C3.40324 20.0572 3.15302 18.4289 2.65258 15.1724L2.35154 13.2135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-home-icons-home-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 18L14 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.35139 13.2135C1.99837 10.9162 1.82186 9.76763 2.25617 8.74938C2.69047 7.73112 3.65403 7.03443 5.58114 5.64106L7.02099 4.6C9.41829 2.86667 10.6169 2 12 2C13.3831 2 14.5817 2.86667 16.979 4.6L18.4189 5.64106C20.346 7.03443 21.3095 7.73112 21.7438 8.74938C22.1781 9.76763 22.0016 10.9162 21.6486 13.2135L21.3476 15.1724C20.8471 18.4289 20.5969 20.0572 19.429 21.0286C18.2611 22 16.5537 22 13.1388 22H10.8612C7.44633 22 5.73891 22 4.571 21.0286C3.40309 20.0572 3.15287 18.4289 2.65243 15.1724L2.35139 13.2135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 18L14 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.35139 13.2135C1.99837 10.9162 1.82186 9.76763 2.25617 8.74938C2.69047 7.73112 3.65403 7.03443 5.58114 5.64106L7.02099 4.6C9.41829 2.86667 10.6169 2 12 2C13.3831 2 14.5817 2.86667 16.979 4.6L18.4189 5.64106C20.346 7.03443 21.3095 7.73112 21.7438 8.74938C22.1781 9.76763 22.0016 10.9162 21.6486 13.2135L21.3476 15.1724C20.8471 18.4289 20.5969 20.0572 19.429 21.0286C18.2611 22 16.5537 22 13.1388 22H10.8612C7.44633 22 5.73891 22 4.571 21.0286C3.40309 20.0572 3.15287 18.4289 2.65243 15.1724L2.35139 13.2135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-home-icons-home-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 17H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8.5V13.5C20 17.2712 20 19.1569 18.8284 20.3284C17.6569 21.5 15.7712 21.5 12 21.5C8.22876 21.5 6.34315 21.5 5.17157 20.3284C4 19.1569 4 17.2712 4 13.5V8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 10.5L17.6569 6.33548C14.9902 3.77849 13.6569 2.5 12 2.5C10.3431 2.5 9.00981 3.77849 6.34315 6.33548L2 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 17H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8.5V13.5C20 17.2712 20 19.1569 18.8284 20.3284C17.6569 21.5 15.7712 21.5 12 21.5C8.22876 21.5 6.34315 21.5 5.17157 20.3284C4 19.1569 4 17.2712 4 13.5V8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 10.5L17.6569 6.33548C14.9902 3.77849 13.6569 2.5 12 2.5C10.3431 2.5 9.00981 3.77849 6.34315 6.33548L2 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-home-icons-home-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.06165 4.82633L3.23911 9.92134C2.7398 10.3583 3.07458 11.1343 3.76238 11.1343C4.18259 11.1343 4.52324 11.4489 4.52324 11.8371V15.0806C4.52324 17.871 4.52324 19.2662 5.46176 20.1331C6.40029 21 7.91082 21 10.9319 21H13.0681C16.0892 21 17.5997 21 18.5382 20.1331C19.4768 19.2662 19.4768 17.871 19.4768 15.0806V11.8371C19.4768 11.4489 19.8174 11.1343 20.2376 11.1343C20.9254 11.1343 21.2602 10.3583 20.7609 9.92134L14.9383 4.82633C13.5469 3.60878 12.8512 3 12 3C11.1488 3 10.4531 3.60878 9.06165 4.82633Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.06165 4.82633L3.23911 9.92134C2.7398 10.3583 3.07458 11.1343 3.76238 11.1343C4.18259 11.1343 4.52324 11.4489 4.52324 11.8371V15.0806C4.52324 17.871 4.52324 19.2662 5.46176 20.1331C6.40029 21 7.91082 21 10.9319 21H13.0681C16.0892 21 17.5997 21 18.5382 20.1331C19.4768 19.2662 19.4768 17.871 19.4768 15.0806V11.8371C19.4768 11.4489 19.8174 11.1343 20.2376 11.1343C20.9254 11.1343 21.2602 10.3583 20.7609 9.92134L14.9383 4.82633C13.5469 3.60878 12.8512 3 12 3C11.1488 3 10.4531 3.60878 9.06165 4.82633Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-4k{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.25027 2 6.3754 2.95491 5.06107C3.26331 4.6366 3.6366 4.26331 4.06107 3.95491C5.3754 3 7.25027 3 11 3H13C16.7497 3 18.6246 3 19.9389 3.95491C20.3634 4.26331 20.7367 4.6366 21.0451 5.06107C22 6.3754 22 8.25027 22 12C22 15.7497 22 17.6246 21.0451 18.9389C20.7367 19.3634 20.3634 19.7367 19.9389 20.0451C18.6246 21 16.7497 21 13 21H11C7.25027 21 5.3754 21 4.06107 20.0451C3.6366 19.7367 3.26331 19.3634 2.95491 18.9389C2 17.6246 2 15.7497 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.6364 9V12M10.6364 12V15M10.6364 12H8.81818C7.96108 12 7.53253 12 7.26627 11.7071C7 11.4142 7 10.9428 7 10V9M13.3636 15V12M13.3636 12V9M13.3636 12L17 9M13.3636 12L17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.25027 2 6.3754 2.95491 5.06107C3.26331 4.6366 3.6366 4.26331 4.06107 3.95491C5.3754 3 7.25027 3 11 3H13C16.7497 3 18.6246 3 19.9389 3.95491C20.3634 4.26331 20.7367 4.6366 21.0451 5.06107C22 6.3754 22 8.25027 22 12C22 15.7497 22 17.6246 21.0451 18.9389C20.7367 19.3634 20.3634 19.7367 19.9389 20.0451C18.6246 21 16.7497 21 13 21H11C7.25027 21 5.3754 21 4.06107 20.0451C3.6366 19.7367 3.26331 19.3634 2.95491 18.9389C2 17.6246 2 15.7497 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.6364 9V12M10.6364 12V15M10.6364 12H8.81818C7.96108 12 7.53253 12 7.26627 11.7071C7 11.4142 7 10.9428 7 10V9M13.3636 15V12M13.3636 12V9M13.3636 12L17 9M13.3636 12L17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-album-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 17.9745C6.1287 19.2829 6.41956 20.1636 7.07691 20.8209C8.25596 22 10.1536 22 13.9489 22C17.7442 22 19.6419 22 20.8209 20.8209C22 19.6419 22 17.7442 22 13.9489C22 10.1536 22 8.25596 20.8209 7.07691C20.1636 6.41956 19.2829 6.1287 17.9745 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.22876 2 10 2C13.7712 2 15.6569 2 16.8284 3.17157C18 4.34315 18 6.22876 18 10C18 13.7712 18 15.6569 16.8284 16.8284C15.6569 18 13.7712 18 10 18C6.22876 18 4.34315 18 3.17157 16.8284C2 15.6569 2 13.7712 2 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 18C8.42061 13.2487 12.2647 6.9475 18 11.6734%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 17.9745C6.1287 19.2829 6.41956 20.1636 7.07691 20.8209C8.25596 22 10.1536 22 13.9489 22C17.7442 22 19.6419 22 20.8209 20.8209C22 19.6419 22 17.7442 22 13.9489C22 10.1536 22 8.25596 20.8209 7.07691C20.1636 6.41956 19.2829 6.1287 17.9745 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.22876 2 10 2C13.7712 2 15.6569 2 16.8284 3.17157C18 4.34315 18 6.22876 18 10C18 13.7712 18 15.6569 16.8284 16.8284C15.6569 18 13.7712 18 10 18C6.22876 18 4.34315 18 3.17157 16.8284C2 15.6569 2 13.7712 2 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 18C8.42061 13.2487 12.2647 6.9475 18 11.6734%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-album-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 17.9745C6.1287 19.2829 6.41956 20.1636 7.07691 20.8209C8.25596 22 10.1536 22 13.9489 22C17.7442 22 19.6419 22 20.8209 20.8209C22 19.6419 22 17.7442 22 13.9489C22 10.1536 22 8.25596 20.8209 7.07691C20.1636 6.41956 19.2829 6.1287 17.9745 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.22876 2 10 2C13.7712 2 15.6569 2 16.8284 3.17157C18 4.34315 18 6.22876 18 10C18 13.7712 18 15.6569 16.8284 16.8284C15.6569 18 13.7712 18 10 18C6.22876 18 4.34315 18 3.17157 16.8284C2 15.6569 2 13.7712 2 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 11.1185C2.61902 11.0398 3.24484 11.001 3.87171 11.0023C6.52365 10.9533 9.11064 11.6763 11.1711 13.0424C13.082 14.3094 14.4247 16.053 15 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9998 7H13.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 17.9745C6.1287 19.2829 6.41956 20.1636 7.07691 20.8209C8.25596 22 10.1536 22 13.9489 22C17.7442 22 19.6419 22 20.8209 20.8209C22 19.6419 22 17.7442 22 13.9489C22 10.1536 22 8.25596 20.8209 7.07691C20.1636 6.41956 19.2829 6.1287 17.9745 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.22876 2 10 2C13.7712 2 15.6569 2 16.8284 3.17157C18 4.34315 18 6.22876 18 10C18 13.7712 18 15.6569 16.8284 16.8284C15.6569 18 13.7712 18 10 18C6.22876 18 4.34315 18 3.17157 16.8284C2 15.6569 2 13.7712 2 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 11.1185C2.61902 11.0398 3.24484 11.001 3.87171 11.0023C6.52365 10.9533 9.11064 11.6763 11.1711 13.0424C13.082 14.3094 14.4247 16.053 15 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9998 7H13.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-album-not-found-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.8209 20.8209C19.6419 22 17.7442 22 13.9489 22C10.1536 22 8.25596 22 7.07691 20.8209C6.41956 20.1636 6.1287 19.2829 6 17.9745M17.9745 6C19.2829 6.1287 20.1636 6.41956 20.8209 7.07691C22 8.25596 22 10.1536 22 13.9489C22 15.382 22 16.5446 21.9365 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8284 16.8284C15.6569 18 13.7712 18 10 18C6.22876 18 4.34315 18 3.17157 16.8284C2 15.6569 2 13.7712 2 10C2 6.22876 2 4.34315 3.17157 3.17157M6.5 2.0612C7.44397 2 8.59023 2 10 2C13.7712 2 15.6569 2 16.8284 3.17157C18 4.34315 18 6.22876 18 10C18 11.4098 18 12.556 17.9388 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17C6.8176 14.6361 8.72306 12.4166 11 11M18 11.5443C16.7483 10.5786 15.5868 10.1046 14.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.8209 20.8209C19.6419 22 17.7442 22 13.9489 22C10.1536 22 8.25596 22 7.07691 20.8209C6.41956 20.1636 6.1287 19.2829 6 17.9745M17.9745 6C19.2829 6.1287 20.1636 6.41956 20.8209 7.07691C22 8.25596 22 10.1536 22 13.9489C22 15.382 22 16.5446 21.9365 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8284 16.8284C15.6569 18 13.7712 18 10 18C6.22876 18 4.34315 18 3.17157 16.8284C2 15.6569 2 13.7712 2 10C2 6.22876 2 4.34315 3.17157 3.17157M6.5 2.0612C7.44397 2 8.59023 2 10 2C13.7712 2 15.6569 2 16.8284 3.17157C18 4.34315 18 6.22876 18 10C18 11.4098 18 12.556 17.9388 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17C6.8176 14.6361 8.72306 12.4166 11 11M18 11.5443C16.7483 10.5786 15.5868 10.1046 14.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-album-not-found-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9998 6H14.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11.1057C2.68839 11.0355 3.38435 11.0009 4.08148 11.0021C7.03063 10.9583 9.90754 11.6035 12.1989 12.8224C12.8633 13.1759 13.4659 13.5709 14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.8209 20.8209C19.6419 22 17.7442 22 13.9489 22C10.1536 22 8.25596 22 7.07691 20.8209C6.41956 20.1636 6.1287 19.2829 6 17.9745M17.9745 6C19.2829 6.1287 20.1636 6.41956 20.8209 7.07691C22 8.25596 22 10.1536 22 13.9489C22 15.382 22 16.5446 21.9365 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8284 16.8284C15.6569 18 13.7712 18 10 18C6.22876 18 4.34315 18 3.17157 16.8284C2 15.6569 2 13.7712 2 10C2 6.22876 2 4.34315 3.17157 3.17157M6.5 2.0612C7.44397 2 8.59023 2 10 2C13.7712 2 15.6569 2 16.8284 3.17157C18 4.34315 18 6.22876 18 10C18 11.4098 18 12.556 17.9388 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9998 6H14.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11.1057C2.68839 11.0355 3.38435 11.0009 4.08148 11.0021C7.03063 10.9583 9.90754 11.6035 12.1989 12.8224C12.8633 13.1759 13.4659 13.5709 14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.8209 20.8209C19.6419 22 17.7442 22 13.9489 22C10.1536 22 8.25596 22 7.07691 20.8209C6.41956 20.1636 6.1287 19.2829 6 17.9745M17.9745 6C19.2829 6.1287 20.1636 6.41956 20.8209 7.07691C22 8.25596 22 10.1536 22 13.9489C22 15.382 22 16.5446 21.9365 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8284 16.8284C15.6569 18 13.7712 18 10 18C6.22876 18 4.34315 18 3.17157 16.8284C2 15.6569 2 13.7712 2 10C2 6.22876 2 4.34315 3.17157 3.17157M6.5 2.0612C7.44397 2 8.59023 2 10 2C13.7712 2 15.6569 2 16.8284 3.17157C18 4.34315 18 6.22876 18 10C18 11.4098 18 12.556 17.9388 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-camera-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.00098C5.77936 6.00464 5.10383 6.03384 4.54873 6.26683C3.7712 6.59318 3.13801 7.19601 2.76811 7.96207C2.46618 8.58735 2.41677 9.38847 2.31796 10.9907L2.16312 13.5014C1.91739 17.4858 1.79452 19.478 2.96369 20.7392C4.13285 22.0005 6.10252 22.0005 10.0419 22.0005H13.9581C17.8975 22.0005 19.8672 22.0005 21.0363 20.7392C22.2055 19.478 22.0826 17.4858 21.8369 13.5014L21.682 10.9907C21.5832 9.38847 21.5338 8.58735 21.2319 7.96207C20.862 7.19601 20.2288 6.59318 19.4513 6.26683C18.8962 6.03384 18.2206 6.00464 17 6.00098%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 14C15.5 15.933 13.933 17.5 12 17.5C10.067 17.5 8.5 15.933 8.5 14C8.5 12.067 10.067 10.5 12 10.5C13.933 10.5 15.5 12.067 15.5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6.00098C5.77936 6.00464 5.10383 6.03384 4.54873 6.26683C3.7712 6.59318 3.13801 7.19601 2.76811 7.96207C2.46618 8.58735 2.41677 9.38847 2.31796 10.9907L2.16312 13.5014C1.91739 17.4858 1.79452 19.478 2.96369 20.7392C4.13285 22.0005 6.10252 22.0005 10.0419 22.0005H13.9581C17.8975 22.0005 19.8672 22.0005 21.0363 20.7392C22.2055 19.478 22.0826 17.4858 21.8369 13.5014L21.682 10.9907C21.5832 9.38847 21.5338 8.58735 21.2319 7.96207C20.862 7.19601 20.2288 6.59318 19.4513 6.26683C18.8962 6.03384 18.2206 6.00464 17 6.00098%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 14C15.5 15.933 13.933 17.5 12 17.5C10.067 17.5 8.5 15.933 8.5 14C8.5 12.067 10.067 10.5 12 10.5C13.933 10.5 15.5 12.067 15.5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-camera-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 6C19.3456 6 20.0184 6 20.8263 6.61994C21.0343 6.77954 21.2205 6.96572 21.3801 7.17372C22 7.98164 22 9.15442 22 11.5V16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16V11.5C2 9.15442 2 7.98164 2.61994 7.17372C2.77954 6.96572 2.96572 6.77954 3.17372 6.61994C3.98164 6 4.65442 6 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 14C15.5 15.933 13.933 17.5 12 17.5C10.067 17.5 8.5 15.933 8.5 14C8.5 12.067 10.067 10.5 12 10.5C13.933 10.5 15.5 12.067 15.5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 6C19.3456 6 20.0184 6 20.8263 6.61994C21.0343 6.77954 21.2205 6.96572 21.3801 7.17372C22 7.98164 22 9.15442 22 11.5V16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16V11.5C2 9.15442 2 7.98164 2.61994 7.17372C2.77954 6.96572 2.96572 6.77954 3.17372 6.61994C3.98164 6 4.65442 6 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 14C15.5 15.933 13.933 17.5 12 17.5C10.067 17.5 8.5 15.933 8.5 14C8.5 12.067 10.067 10.5 12 10.5C13.933 10.5 15.5 12.067 15.5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-camera-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 14.5H15.5M12 18L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6C5.77936 6.00366 5.10383 6.03286 4.54873 6.26585C3.7712 6.5922 3.13801 7.19503 2.76811 7.9611C2.46618 8.58638 2.41677 9.3875 2.31796 10.9897L2.16312 13.5004C1.91739 17.4849 1.79452 19.4771 2.96369 20.7383C4.13285 21.9995 6.10252 21.9995 10.0419 21.9995H13.9581C17.8975 21.9995 19.8672 21.9995 21.0363 20.7383C22.2055 19.4771 22.0826 17.4849 21.8369 13.5004L21.682 10.9897C21.5832 9.3875 21.5338 8.58638 21.2319 7.9611C20.862 7.19503 20.2288 6.5922 19.4513 6.26585C18.8962 6.03286 18.2206 6.00366 17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 14.5H15.5M12 18L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6C5.77936 6.00366 5.10383 6.03286 4.54873 6.26585C3.7712 6.5922 3.13801 7.19503 2.76811 7.9611C2.46618 8.58638 2.41677 9.3875 2.31796 10.9897L2.16312 13.5004C1.91739 17.4849 1.79452 19.4771 2.96369 20.7383C4.13285 21.9995 6.10252 21.9995 10.0419 21.9995H13.9581C17.8975 21.9995 19.8672 21.9995 21.0363 20.7383C22.2055 19.4771 22.0826 17.4849 21.8369 13.5004L21.682 10.9897C21.5832 9.3875 21.5338 8.58638 21.2319 7.9611C20.862 7.19503 20.2288 6.5922 19.4513 6.26585C18.8962 6.03286 18.2206 6.00366 17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-camera-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 6C19.3456 6 20.0184 6 20.8263 6.61994C21.0343 6.77954 21.2205 6.96572 21.3801 7.17372C22 7.98164 22 9.15442 22 11.5V16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16V11.5C2 9.15442 2 7.98164 2.61994 7.17372C2.77954 6.96572 2.96572 6.77954 3.17372 6.61994C3.98164 6 4.65442 6 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 14.5H15.5M12 18L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 6C19.3456 6 20.0184 6 20.8263 6.61994C21.0343 6.77954 21.2205 6.96572 21.3801 7.17372C22 7.98164 22 9.15442 22 11.5V16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16V11.5C2 9.15442 2 7.98164 2.61994 7.17372C2.77954 6.96572 2.96572 6.77954 3.17372 6.61994C3.98164 6 4.65442 6 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 14.5H15.5M12 18L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-camera-automatically-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 17L12 11L9.5 17M10.2143 15.2857H13.7857%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6C5.77936 6.00366 5.10383 6.03286 4.54873 6.26585C3.7712 6.5922 3.13801 7.19503 2.76811 7.9611C2.46618 8.58638 2.41677 9.3875 2.31796 10.9897L2.16312 13.5004C1.91739 17.4849 1.79452 19.4771 2.96369 20.7383C4.13285 21.9995 6.10252 21.9995 10.0419 21.9995H13.9581C17.8975 21.9995 19.8672 21.9995 21.0363 20.7383C22.2055 19.4771 22.0826 17.4849 21.8369 13.5004L21.682 10.9897C21.5832 9.3875 21.5338 8.58638 21.2319 7.9611C20.862 7.19503 20.2288 6.5922 19.4513 6.26585C18.8962 6.03286 18.2206 6.00366 17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 17L12 11L9.5 17M10.2143 15.2857H13.7857%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6C5.77936 6.00366 5.10383 6.03286 4.54873 6.26585C3.7712 6.5922 3.13801 7.19503 2.76811 7.9611C2.46618 8.58638 2.41677 9.3875 2.31796 10.9897L2.16312 13.5004C1.91739 17.4849 1.79452 19.4771 2.96369 20.7383C4.13285 21.9995 6.10252 21.9995 10.0419 21.9995H13.9581C17.8975 21.9995 19.8672 21.9995 21.0363 20.7383C22.2055 19.4771 22.0826 17.4849 21.8369 13.5004L21.682 10.9897C21.5832 9.3875 21.5338 8.58638 21.2319 7.9611C20.862 7.19503 20.2288 6.5922 19.4513 6.26585C18.8962 6.03286 18.2206 6.00366 17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-camera-automatically-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 6C19.3456 6 20.0184 6 20.8263 6.61994C21.0343 6.77954 21.2205 6.96572 21.3801 7.17372C22 7.98164 22 9.15442 22 11.5V16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16V11.5C2 9.15442 2 7.98164 2.61994 7.17372C2.77954 6.96572 2.96572 6.77954 3.17372 6.61994C3.98164 6 4.65442 6 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 17L12 11L9.5 17M10.2143 15.2857H13.7857%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 6C19.3456 6 20.0184 6 20.8263 6.61994C21.0343 6.77954 21.2205 6.96572 21.3801 7.17372C22 7.98164 22 9.15442 22 11.5V16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16V11.5C2 9.15442 2 7.98164 2.61994 7.17372C2.77954 6.96572 2.96572 6.77954 3.17372 6.61994C3.98164 6 4.65442 6 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 17L12 11L9.5 17M10.2143 15.2857H13.7857%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-camera-lens{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8H21M16 12V21M8 12V3M12 16H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8H21M16 12V21M8 12V3M12 16H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-camera-microphone-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6C5.77936 6.00366 5.10383 6.03286 4.54873 6.26585C3.7712 6.5922 3.13801 7.19503 2.76811 7.9611C2.46618 8.58638 2.41677 9.3875 2.31796 10.9897L2.16312 13.5004C1.91739 17.4849 1.79452 19.4771 2.96369 20.7383C4.13285 21.9995 6.10252 21.9995 10.0419 21.9995H13.9581C17.8975 21.9995 19.8672 21.9995 21.0363 20.7383C22.2055 19.4771 22.0826 17.4849 21.8369 13.5004L21.682 10.9897C21.5832 9.3875 21.5338 8.58638 21.2319 7.9611C20.862 7.19503 20.2288 6.5922 19.4513 6.26585C18.8962 6.03286 18.2206 6.00366 17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.2079 14.7476C16.3447 14.3566 16.1386 13.9288 15.7476 13.7921C15.3566 13.6553 14.9288 13.8614 14.7921 14.2524L16.2079 14.7476ZM9.20794 14.2524C9.07118 13.8614 8.64335 13.6553 8.25237 13.7921C7.86139 13.9288 7.6553 14.3566 7.79206 14.7476L9.20794 14.2524ZM11.25 18.5C11.25 18.9142 11.5858 19.25 12 19.25C12.4142 19.25 12.75 18.9142 12.75 18.5H11.25ZM13 11.25V13.25H14.5V11.25H13ZM11 13.25V11.25H9.5V13.25H11ZM12 14.25C11.4477 14.25 11 13.8023 11 13.25H9.5C9.5 14.6307 10.6193 15.75 12 15.75V14.25ZM13 13.25C13 13.8023 12.5523 14.25 12 14.25V15.75C13.3807 15.75 14.5 14.6307 14.5 13.25H13ZM12 10.25C12.5523 10.25 13 10.6977 13 11.25H14.5C14.5 9.86929 13.3807 8.75 12 8.75V10.25ZM12 8.75C10.6193 8.75 9.5 9.86929 9.5 11.25H11C11 10.6977 11.4477 10.25 12 10.25V8.75ZM14.7921 14.2524C14.3832 15.4213 13.2832 16.25 12 16.25V17.75C13.9485 17.75 15.5979 16.4917 16.2079 14.7476L14.7921 14.2524ZM12 16.25C10.7168 16.25 9.61682 15.4213 9.20794 14.2524L7.79206 14.7476C8.40211 16.4917 10.0515 17.75 12 17.75V16.25ZM11.25 17V18.5H12.75V17H11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6C5.77936 6.00366 5.10383 6.03286 4.54873 6.26585C3.7712 6.5922 3.13801 7.19503 2.76811 7.9611C2.46618 8.58638 2.41677 9.3875 2.31796 10.9897L2.16312 13.5004C1.91739 17.4849 1.79452 19.4771 2.96369 20.7383C4.13285 21.9995 6.10252 21.9995 10.0419 21.9995H13.9581C17.8975 21.9995 19.8672 21.9995 21.0363 20.7383C22.2055 19.4771 22.0826 17.4849 21.8369 13.5004L21.682 10.9897C21.5832 9.3875 21.5338 8.58638 21.2319 7.9611C20.862 7.19503 20.2288 6.5922 19.4513 6.26585C18.8962 6.03286 18.2206 6.00366 17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.2079 14.7476C16.3447 14.3566 16.1386 13.9288 15.7476 13.7921C15.3566 13.6553 14.9288 13.8614 14.7921 14.2524L16.2079 14.7476ZM9.20794 14.2524C9.07118 13.8614 8.64335 13.6553 8.25237 13.7921C7.86139 13.9288 7.6553 14.3566 7.79206 14.7476L9.20794 14.2524ZM11.25 18.5C11.25 18.9142 11.5858 19.25 12 19.25C12.4142 19.25 12.75 18.9142 12.75 18.5H11.25ZM13 11.25V13.25H14.5V11.25H13ZM11 13.25V11.25H9.5V13.25H11ZM12 14.25C11.4477 14.25 11 13.8023 11 13.25H9.5C9.5 14.6307 10.6193 15.75 12 15.75V14.25ZM13 13.25C13 13.8023 12.5523 14.25 12 14.25V15.75C13.3807 15.75 14.5 14.6307 14.5 13.25H13ZM12 10.25C12.5523 10.25 13 10.6977 13 11.25H14.5C14.5 9.86929 13.3807 8.75 12 8.75V10.25ZM12 8.75C10.6193 8.75 9.5 9.86929 9.5 11.25H11C11 10.6977 11.4477 10.25 12 10.25V8.75ZM14.7921 14.2524C14.3832 15.4213 13.2832 16.25 12 16.25V17.75C13.9485 17.75 15.5979 16.4917 16.2079 14.7476L14.7921 14.2524ZM12 16.25C10.7168 16.25 9.61682 15.4213 9.20794 14.2524L7.79206 14.7476C8.40211 16.4917 10.0515 17.75 12 17.75V16.25ZM11.25 17V18.5H12.75V17H11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-camera-microphone-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 6C19.3456 6 20.0184 6 20.8263 6.61994C21.0343 6.77954 21.2205 6.96572 21.3801 7.17372C22 7.98164 22 9.15442 22 11.5V16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16V11.5C2 9.15442 2 7.98164 2.61994 7.17372C2.77954 6.96572 2.96572 6.77954 3.17372 6.61994C3.98164 6 4.65442 6 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.50293 14.5195C8.82238 15.4022 9.83762 16.9378 11.9896 17.0167M11.9896 17.0167C12.6954 17.0167 14.6107 16.7576 15.5198 14.5195M11.9896 17.0167V18.5014%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.2646 11.2462C10.2646 10.2861 11.043 9.50781 12.003 9.50781C12.9631 9.50781 13.7414 10.2861 13.7414 11.2462V13.2629C13.7414 14.223 12.9631 15.0013 12.003 15.0013C11.043 15.0013 10.2646 14.223 10.2646 13.2629V11.2462Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 6C19.3456 6 20.0184 6 20.8263 6.61994C21.0343 6.77954 21.2205 6.96572 21.3801 7.17372C22 7.98164 22 9.15442 22 11.5V16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16V11.5C2 9.15442 2 7.98164 2.61994 7.17372C2.77954 6.96572 2.96572 6.77954 3.17372 6.61994C3.98164 6 4.65442 6 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.50293 14.5195C8.82238 15.4022 9.83762 16.9378 11.9896 17.0167M11.9896 17.0167C12.6954 17.0167 14.6107 16.7576 15.5198 14.5195M11.9896 17.0167V18.5014%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.2646 11.2462C10.2646 10.2861 11.043 9.50781 12.003 9.50781C12.9631 9.50781 13.7414 10.2861 13.7414 11.2462V13.2629C13.7414 14.223 12.9631 15.0013 12.003 15.0013C11.043 15.0013 10.2646 14.223 10.2646 13.2629V11.2462Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-camera-night-mode-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.1195 18C10.1205 18 8.5 16.4197 8.5 14.4702C8.5 12.7426 9.77269 11.3048 11.4536 11C11.2992 11.3925 11.2146 11.8186 11.2146 12.2641C11.2146 14.2135 12.8351 15.7939 14.8341 15.7939C15.0616 15.7939 15.2842 15.7734 15.5 15.7343C14.9787 17.0594 13.6617 18 12.1195 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6C5.77936 6.00366 5.10383 6.03286 4.54873 6.26585C3.7712 6.5922 3.13801 7.19503 2.76811 7.9611C2.46618 8.58638 2.41677 9.3875 2.31796 10.9897L2.16312 13.5004C1.91739 17.4849 1.79452 19.4771 2.96369 20.7383C4.13285 21.9995 6.10252 21.9995 10.0419 21.9995H13.9581C17.8975 21.9995 19.8672 21.9995 21.0363 20.7383C22.2055 19.4771 22.0826 17.4849 21.8369 13.5004L21.682 10.9897C21.5832 9.3875 21.5338 8.58638 21.2319 7.9611C20.862 7.19503 20.2288 6.5922 19.4513 6.26585C18.8962 6.03286 18.2206 6.00366 17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.1195 18C10.1205 18 8.5 16.4197 8.5 14.4702C8.5 12.7426 9.77269 11.3048 11.4536 11C11.2992 11.3925 11.2146 11.8186 11.2146 12.2641C11.2146 14.2135 12.8351 15.7939 14.8341 15.7939C15.0616 15.7939 15.2842 15.7734 15.5 15.7343C14.9787 17.0594 13.6617 18 12.1195 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6C5.77936 6.00366 5.10383 6.03286 4.54873 6.26585C3.7712 6.5922 3.13801 7.19503 2.76811 7.9611C2.46618 8.58638 2.41677 9.3875 2.31796 10.9897L2.16312 13.5004C1.91739 17.4849 1.79452 19.4771 2.96369 20.7383C4.13285 21.9995 6.10252 21.9995 10.0419 21.9995H13.9581C17.8975 21.9995 19.8672 21.9995 21.0363 20.7383C22.2055 19.4771 22.0826 17.4849 21.8369 13.5004L21.682 10.9897C21.5832 9.3875 21.5338 8.58638 21.2319 7.9611C20.862 7.19503 20.2288 6.5922 19.4513 6.26585C18.8962 6.03286 18.2206 6.00366 17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-camera-night-mode-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 6C19.3456 6 20.0184 6 20.8263 6.61994C21.0343 6.77954 21.2205 6.96572 21.3801 7.17372C22 7.98164 22 9.15442 22 11.5V16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16V11.5C2 9.15442 2 7.98164 2.61994 7.17372C2.77954 6.96572 2.96572 6.77954 3.17372 6.61994C3.98164 6 4.65442 6 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6.5H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.1195 18C10.1205 18 8.5 16.4197 8.5 14.4702C8.5 12.7426 9.77269 11.3048 11.4536 11C11.2992 11.3925 11.2146 11.8186 11.2146 12.2641C11.2146 14.2135 12.8351 15.7939 14.8341 15.7939C15.0616 15.7939 15.2842 15.7734 15.5 15.7343C14.9787 17.0594 13.6617 18 12.1195 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 6C19.3456 6 20.0184 6 20.8263 6.61994C21.0343 6.77954 21.2205 6.96572 21.3801 7.17372C22 7.98164 22 9.15442 22 11.5V16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16V11.5C2 9.15442 2 7.98164 2.61994 7.17372C2.77954 6.96572 2.96572 6.77954 3.17372 6.61994C3.98164 6 4.65442 6 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6.5H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.1195 18C10.1205 18 8.5 16.4197 8.5 14.4702C8.5 12.7426 9.77269 11.3048 11.4536 11C11.2992 11.3925 11.2146 11.8186 11.2146 12.2641C11.2146 14.2135 12.8351 15.7939 14.8341 15.7939C15.0616 15.7939 15.2842 15.7734 15.5 15.7343C14.9787 17.0594 13.6617 18 12.1195 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-camera-off-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 6C5.35977 6.02555 4.96714 6.08952 4.58115 6.24967C3.79373 6.57636 3.15249 7.17983 2.77788 7.94671C2.47211 8.57266 2.42207 9.37463 2.322 10.9786L2.16519 13.4919C1.91633 17.4806 1.79191 19.4749 2.97594 20.7375C4.15998 22 6.1547 22 10.1442 22H14.1102C17.8027 22 19.7863 22 21 20.999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.5909 6.00049M8 4C8.31282 3.27221 8.67692 2.61465 9.41085 2.25955C9.94729 2 10.5928 2 11.8837 2C13.1746 2 13.8201 2 14.3566 2.25955C15.3536 2.74195 15.6993 3.82207 16.0936 4.78543L16.5909 6.00049M21.9963 17.5C22.0185 16.4464 21.9381 15.1428 21.8369 13.5009L21.682 10.9902C21.5832 9.38799 21.5338 8.58687 21.2319 7.96158C20.862 7.19552 20.2288 6.59269 19.4513 6.26634C18.8962 6.03335 18.2206 6.00415 17 6.00049H16.5909%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 10.8369C9.31753 11.3986 8.5 12.6039 8.5 14.0001C8.5 15.9331 10.067 17.5001 12 17.5001C13.3962 17.5001 14.6015 16.6826 15.1632 15.5001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 6C5.35977 6.02555 4.96714 6.08952 4.58115 6.24967C3.79373 6.57636 3.15249 7.17983 2.77788 7.94671C2.47211 8.57266 2.42207 9.37463 2.322 10.9786L2.16519 13.4919C1.91633 17.4806 1.79191 19.4749 2.97594 20.7375C4.15998 22 6.1547 22 10.1442 22H14.1102C17.8027 22 19.7863 22 21 20.999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.5909 6.00049M8 4C8.31282 3.27221 8.67692 2.61465 9.41085 2.25955C9.94729 2 10.5928 2 11.8837 2C13.1746 2 13.8201 2 14.3566 2.25955C15.3536 2.74195 15.6993 3.82207 16.0936 4.78543L16.5909 6.00049M21.9963 17.5C22.0185 16.4464 21.9381 15.1428 21.8369 13.5009L21.682 10.9902C21.5832 9.38799 21.5338 8.58687 21.2319 7.96158C20.862 7.19552 20.2288 6.59269 19.4513 6.26634C18.8962 6.03335 18.2206 6.00415 17 6.00049H16.5909%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 10.8369C9.31753 11.3986 8.5 12.6039 8.5 14.0001C8.5 15.9331 10.067 17.5001 12 17.5001C13.3962 17.5001 14.6015 16.6826 15.1632 15.5001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-camera-off-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21.1212C20.1269 22 18.7217 22 15.9112 22H7.96193C5.15145 22 3.74621 22 2.8731 21.1212C2 20.2424 2 18.8279 2 15.9991V11.4984C2 9.15242 2 7.97945 2.61601 7.1714C2.7746 6.96337 2.95959 6.77716 3.16627 6.61754C3.84131 6.09617 4.42141 6.0132 5.97462 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9934 17.5C21.9999 17.0495 21.9999 16.5516 21.9999 16V11.5C21.9999 9.15442 21.9999 7.98164 21.38 7.17372C21.2204 6.96572 21.0342 6.77954 20.8262 6.61994C20.0183 6 19.3455 6 16.9999 6H16.5999M16.9999 7L16.5999 6M8 4.5C8.35233 3.62326 8.6912 2.70121 9.58327 2.25955C10.1075 2 10.7383 2 11.9999 2C13.2615 2 13.8923 2 14.4166 2.25955C15.3993 2.7461 15.7319 3.82996 16.1141 4.78543L16.5999 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0604 11C9.84821 11.5202 9 12.7176 9 14.1116C9 15.9829 10.5286 17.5 12.4143 17.5C13.7763 17.5 14.952 16.7085 15.5 15.5638%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 21.1212C20.1269 22 18.7217 22 15.9112 22H7.96193C5.15145 22 3.74621 22 2.8731 21.1212C2 20.2424 2 18.8279 2 15.9991V11.4984C2 9.15242 2 7.97945 2.61601 7.1714C2.7746 6.96337 2.95959 6.77716 3.16627 6.61754C3.84131 6.09617 4.42141 6.0132 5.97462 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9934 17.5C21.9999 17.0495 21.9999 16.5516 21.9999 16V11.5C21.9999 9.15442 21.9999 7.98164 21.38 7.17372C21.2204 6.96572 21.0342 6.77954 20.8262 6.61994C20.0183 6 19.3455 6 16.9999 6H16.5999M16.9999 7L16.5999 6M8 4.5C8.35233 3.62326 8.6912 2.70121 9.58327 2.25955C10.1075 2 10.7383 2 11.9999 2C13.2615 2 13.8923 2 14.4166 2.25955C15.3993 2.7461 15.7319 3.82996 16.1141 4.78543L16.5999 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0604 11C9.84821 11.5202 9 12.7176 9 14.1116C9 15.9829 10.5286 17.5 12.4143 17.5C13.7763 17.5 14.952 16.7085 15.5 15.5638%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-camera-rotated-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.4868 10L14.9861 12.0844L14.1566 11.5661C13.5657 11.1173 12.8313 10.8512 12.0354 10.8512C10.0828 10.8512 8.5 12.4515 8.5 14.4256C8.5 16.3997 10.0828 18 12.0354 18C13.7457 18 15.1724 16.772 15.5 15.1405%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6C5.77936 6.00366 5.10383 6.03286 4.54873 6.26585C3.7712 6.5922 3.13801 7.19503 2.76811 7.9611C2.46618 8.58638 2.41677 9.3875 2.31796 10.9897L2.16312 13.5004C1.91739 17.4849 1.79452 19.4771 2.96369 20.7383C4.13285 21.9995 6.10252 21.9995 10.0419 21.9995H13.9581C17.8975 21.9995 19.8672 21.9995 21.0363 20.7383C22.2055 19.4771 22.0826 17.4849 21.8369 13.5004L21.682 10.9897C21.5832 9.3875 21.5338 8.58638 21.2319 7.9611C20.862 7.19503 20.2288 6.5922 19.4513 6.26585C18.8962 6.03286 18.2206 6.00366 17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.4868 10L14.9861 12.0844L14.1566 11.5661C13.5657 11.1173 12.8313 10.8512 12.0354 10.8512C10.0828 10.8512 8.5 12.4515 8.5 14.4256C8.5 16.3997 10.0828 18 12.0354 18C13.7457 18 15.1724 16.772 15.5 15.1405%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6C5.77936 6.00366 5.10383 6.03286 4.54873 6.26585C3.7712 6.5922 3.13801 7.19503 2.76811 7.9611C2.46618 8.58638 2.41677 9.3875 2.31796 10.9897L2.16312 13.5004C1.91739 17.4849 1.79452 19.4771 2.96369 20.7383C4.13285 21.9995 6.10252 21.9995 10.0419 21.9995H13.9581C17.8975 21.9995 19.8672 21.9995 21.0363 20.7383C22.2055 19.4771 22.0826 17.4849 21.8369 13.5004L21.682 10.9897C21.5832 9.3875 21.5338 8.58638 21.2319 7.9611C20.862 7.19503 20.2288 6.5922 19.4513 6.26585C18.8962 6.03286 18.2206 6.00366 17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-camera-rotated-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 6C19.3456 6 20.0184 6 20.8263 6.61994C21.0343 6.77954 21.2205 6.96572 21.3801 7.17372C22 7.98164 22 9.15442 22 11.5V16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16V11.5C2 9.15442 2 7.98164 2.61994 7.17372C2.77954 6.96572 2.96572 6.77954 3.17372 6.61994C3.98164 6 4.65442 6 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.4868 10L14.9861 12.0844L14.1566 11.5661C13.5657 11.1173 12.8313 10.8512 12.0354 10.8512C10.0828 10.8512 8.5 12.4515 8.5 14.4256C8.5 16.3997 10.0828 18 12.0354 18C13.7457 18 15.1724 16.772 15.5 15.1405%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 6C19.3456 6 20.0184 6 20.8263 6.61994C21.0343 6.77954 21.2205 6.96572 21.3801 7.17372C22 7.98164 22 9.15442 22 11.5V16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16V11.5C2 9.15442 2 7.98164 2.61994 7.17372C2.77954 6.96572 2.96572 6.77954 3.17372 6.61994C3.98164 6 4.65442 6 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.4868 10L14.9861 12.0844L14.1566 11.5661C13.5657 11.1173 12.8313 10.8512 12.0354 10.8512C10.0828 10.8512 8.5 12.4515 8.5 14.4256C8.5 16.3997 10.0828 18 12.0354 18C13.7457 18 15.1724 16.772 15.5 15.1405%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-camera-smile-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6C5.77936 6.00366 5.10383 6.03286 4.54873 6.26585C3.7712 6.5922 3.13801 7.19503 2.76811 7.9611C2.46618 8.58638 2.41677 9.3875 2.31796 10.9897L2.16312 13.5004C1.91739 17.4849 1.79452 19.4771 2.96369 20.7383C4.13285 21.9995 6.10252 21.9995 10.0419 21.9995H13.9581C17.8975 21.9995 19.8672 21.9995 21.0363 20.7383C22.2055 19.4771 22.0826 17.4849 21.8369 13.5004L21.682 10.9897C21.5832 9.3875 21.5338 8.58638 21.2319 7.9611C20.862 7.19503 20.2288 6.5922 19.4513 6.26585C18.8962 6.03286 18.2206 6.00366 17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12H9.00897M14.991 12H15M9.9987 16C9.9987 16 10.7476 17 11.9957 17C13.2438 17 13.9927 16 13.9927 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 6C5.77936 6.00366 5.10383 6.03286 4.54873 6.26585C3.7712 6.5922 3.13801 7.19503 2.76811 7.9611C2.46618 8.58638 2.41677 9.3875 2.31796 10.9897L2.16312 13.5004C1.91739 17.4849 1.79452 19.4771 2.96369 20.7383C4.13285 21.9995 6.10252 21.9995 10.0419 21.9995H13.9581C17.8975 21.9995 19.8672 21.9995 21.0363 20.7383C22.2055 19.4771 22.0826 17.4849 21.8369 13.5004L21.682 10.9897C21.5832 9.3875 21.5338 8.58638 21.2319 7.9611C20.862 7.19503 20.2288 6.5922 19.4513 6.26585C18.8962 6.03286 18.2206 6.00366 17 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12H9.00897M14.991 12H15M9.9987 16C9.9987 16 10.7476 17 11.9957 17C13.2438 17 13.9927 16 13.9927 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-camera-smile-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 6C19.3456 6 20.0184 6 20.8263 6.61994C21.0343 6.77954 21.2205 6.96572 21.3801 7.17372C22 7.98164 22 9.15442 22 11.5V16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16V11.5C2 9.15442 2 7.98164 2.61994 7.17372C2.77954 6.96572 2.96572 6.77954 3.17372 6.61994C3.98164 6 4.65442 6 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12H9.00898M15 12H15.009M10.0002 16C10.0002 16 10.7502 17 12.0002 17C13.2502 17 14.0002 16 14.0002 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 6C19.3456 6 20.0184 6 20.8263 6.61994C21.0343 6.77954 21.2205 6.96572 21.3801 7.17372C22 7.98164 22 9.15442 22 11.5V16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22H8C5.17157 22 3.75736 22 2.87868 21.1213C2 20.2426 2 18.8284 2 16V11.5C2 9.15442 2 7.98164 2.61994 7.17372C2.77954 6.96572 2.96572 6.77954 3.17372 6.61994C3.98164 6 4.65442 6 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L16.1142 4.78543C15.732 3.82996 15.3994 2.7461 14.4166 2.25955C13.8924 2 13.2616 2 12 2C10.7384 2 10.1076 2 9.58335 2.25955C8.6006 2.7461 8.26801 3.82996 7.88583 4.78543L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12H9.00898M15 12H15.009M10.0002 16C10.0002 16 10.7502 17 12.0002 17C13.2502 17 14.0002 16 14.0002 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-camera-tripod{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10C2 6.49335 2 4.74003 2.90796 3.55992C3.07418 3.34388 3.25989 3.14579 3.46243 2.96849C4.56878 2 6.21252 2 9.5 2H14.5C17.7875 2 19.4312 2 20.5376 2.96849C20.7401 3.14579 20.9258 3.34388 21.092 3.55992C22 4.74003 22 6.49335 22 10C22 13.5066 22 15.26 21.092 16.4401C20.9258 16.6561 20.7401 16.8542 20.5376 17.0315C19.4312 18 17.7875 18 14.5 18H9.5C6.21252 18 4.56878 18 3.46243 17.0315C3.25989 16.8542 3.07418 16.6561 2.90796 16.4401C2 15.26 2 13.5066 2 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 22L12.8333 18M7 22L11.1667 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18L12 23%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%229.5%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10C2 6.49335 2 4.74003 2.90796 3.55992C3.07418 3.34388 3.25989 3.14579 3.46243 2.96849C4.56878 2 6.21252 2 9.5 2H14.5C17.7875 2 19.4312 2 20.5376 2.96849C20.7401 3.14579 20.9258 3.34388 21.092 3.55992C22 4.74003 22 6.49335 22 10C22 13.5066 22 15.26 21.092 16.4401C20.9258 16.6561 20.7401 16.8542 20.5376 17.0315C19.4312 18 17.7875 18 14.5 18H9.5C6.21252 18 4.56878 18 3.46243 17.0315C3.25989 16.8542 3.07418 16.6561 2.90796 16.4401C2 15.26 2 13.5066 2 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 22L12.8333 18M7 22L11.1667 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18L12 23%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%229.5%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-camera-video{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 21.5L8.5 17.5M10.5 17.5L14.5 21.5M9.5 17.5L9.5 22.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11.875C2 9.81261 2 8.78141 3.02513 8.1407C4.05025 7.5 5.70017 7.5 9 7.5H10C13.2998 7.5 14.9497 7.5 15.9749 8.1407C17 8.78141 17 9.81261 17 11.875V13.125C17 15.1874 17 16.2186 15.9749 16.8593C14.9497 17.5 13.2998 17.5 10 17.5H9C5.70017 17.5 4.05025 17.5 3.02513 16.8593C2 16.2186 2 15.1874 2 13.125V11.875Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 10.2495L17.1259 10.174C19.2417 8.90435 20.2996 8.26954 21.1498 8.57605C22 8.88257 22 9.89876 22 11.9312V13.0685C22 15.1009 22 16.1171 21.1498 16.4236C20.2996 16.7301 19.2417 16.0953 17.1259 14.8257L17 14.7501%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212.5%22 cy%3D%225%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%224.5%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 21.5L8.5 17.5M10.5 17.5L14.5 21.5M9.5 17.5L9.5 22.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11.875C2 9.81261 2 8.78141 3.02513 8.1407C4.05025 7.5 5.70017 7.5 9 7.5H10C13.2998 7.5 14.9497 7.5 15.9749 8.1407C17 8.78141 17 9.81261 17 11.875V13.125C17 15.1874 17 16.2186 15.9749 16.8593C14.9497 17.5 13.2998 17.5 10 17.5H9C5.70017 17.5 4.05025 17.5 3.02513 16.8593C2 16.2186 2 15.1874 2 13.125V11.875Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 10.2495L17.1259 10.174C19.2417 8.90435 20.2996 8.26954 21.1498 8.57605C22 8.88257 22 9.89876 22 11.9312V13.0685C22 15.1009 22 16.1171 21.1498 16.4236C20.2996 16.7301 19.2417 16.0953 17.1259 14.8257L17 14.7501%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212.5%22 cy%3D%225%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%224.5%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-center-focus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.13432 2.5C6.46805 2.56075 4.9107 2.81456 3.84664 3.87493C2.91537 4.80297 2.60406 6.10756 2.5 8.2M14.8657 2.5C17.532 2.56075 19.0893 2.81456 20.1534 3.87493C21.0846 4.80297 21.3959 6.10756 21.5 8.2M14.8657 21.5C17.532 21.4392 19.0893 21.1854 20.1534 20.1251C21.0846 19.197 21.3959 17.8924 21.5 15.8M9.13432 21.5C6.46805 21.4392 4.9107 21.1854 3.84664 20.1251C2.91537 19.197 2.60406 17.8924 2.5 15.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.13432 2.5C6.46805 2.56075 4.9107 2.81456 3.84664 3.87493C2.91537 4.80297 2.60406 6.10756 2.5 8.2M14.8657 2.5C17.532 2.56075 19.0893 2.81456 20.1534 3.87493C21.0846 4.80297 21.3959 6.10756 21.5 8.2M14.8657 21.5C17.532 21.4392 19.0893 21.1854 20.1534 20.1251C21.0846 19.197 21.3959 17.8924 21.5 15.8M9.13432 21.5C6.46805 21.4392 4.9107 21.1854 3.84664 20.1251C2.91537 19.197 2.60406 17.8924 2.5 15.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12C16 14.2091 14.2091 16 12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8C14.2091 8 16 9.79086 16 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-closed-caption-alt{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1706 20.8905C18.3536 20.6125 21.6856 17.2332 21.9598 12.9909C22.0134 12.1607 22.0134 11.3009 21.9598 10.4707C21.6856 6.22838 18.3536 2.84913 14.1706 2.57107C12.7435 2.47621 11.2536 2.47641 9.8294 2.57107C5.64639 2.84913 2.31441 6.22838 2.04024 10.4707C1.98659 11.3009 1.98659 12.1607 2.04024 12.9909C2.1401 14.536 2.82343 15.9666 3.62791 17.1746C4.09501 18.0203 3.78674 19.0758 3.30021 19.9978C2.94941 20.6626 2.77401 20.995 2.91484 21.2351C3.05568 21.4752 3.37026 21.4829 3.99943 21.4982C5.24367 21.5285 6.08268 21.1757 6.74868 20.6846C7.1264 20.4061 7.31527 20.2668 7.44544 20.2508C7.5756 20.2348 7.83177 20.3403 8.34401 20.5513C8.8044 20.7409 9.33896 20.8579 9.8294 20.8905C11.2536 20.9852 12.7435 20.9854 14.1706 20.8905Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 16H17M7 16H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13H17M11 13H13M7 13H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1706 20.8905C18.3536 20.6125 21.6856 17.2332 21.9598 12.9909C22.0134 12.1607 22.0134 11.3009 21.9598 10.4707C21.6856 6.22838 18.3536 2.84913 14.1706 2.57107C12.7435 2.47621 11.2536 2.47641 9.8294 2.57107C5.64639 2.84913 2.31441 6.22838 2.04024 10.4707C1.98659 11.3009 1.98659 12.1607 2.04024 12.9909C2.1401 14.536 2.82343 15.9666 3.62791 17.1746C4.09501 18.0203 3.78674 19.0758 3.30021 19.9978C2.94941 20.6626 2.77401 20.995 2.91484 21.2351C3.05568 21.4752 3.37026 21.4829 3.99943 21.4982C5.24367 21.5285 6.08268 21.1757 6.74868 20.6846C7.1264 20.4061 7.31527 20.2668 7.44544 20.2508C7.5756 20.2348 7.83177 20.3403 8.34401 20.5513C8.8044 20.7409 9.33896 20.8579 9.8294 20.8905C11.2536 20.9852 12.7435 20.9854 14.1706 20.8905Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 16H17M7 16H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13H17M11 13H13M7 13H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-closed-caption{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.02033 2 6.03049 3.0528 4.70201C3.22119 4.48953 3.40678 4.29302 3.60746 4.11473C4.86213 3 6.74142 3 10.5 3H13.5C17.2586 3 19.1379 3 20.3925 4.11473C20.5932 4.29302 20.7788 4.48953 20.9472 4.70201C22 6.03049 22 8.02033 22 12C22 15.9797 22 17.9695 20.9472 19.298C20.7788 19.5105 20.5932 19.707 20.3925 19.8853C19.1379 21 17.2586 21 13.5 21H10.5C6.74142 21 4.86213 21 3.60746 19.8853C3.40678 19.707 3.22119 19.5105 3.0528 19.298C2 17.9695 2 15.9797 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 9H10C9.06812 9 8.60218 9 8.23463 9.15224C7.74458 9.35523 7.35523 9.74458 7.15224 10.2346C7 10.6022 7 11.0681 7 12C7 12.9319 7 13.3978 7.15224 13.7654C7.35523 14.2554 7.74458 14.6448 8.23463 14.8478C8.60218 15 9.06812 15 10 15H10.5M17 9H16.5C15.5681 9 15.1022 9 14.7346 9.15224C14.2446 9.35523 13.8552 9.74458 13.6522 10.2346C13.5 10.6022 13.5 11.0681 13.5 12C13.5 12.9319 13.5 13.3978 13.6522 13.7654C13.8552 14.2554 14.2446 14.6448 14.7346 14.8478C15.1022 15 15.5681 15 16.5 15H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.02033 2 6.03049 3.0528 4.70201C3.22119 4.48953 3.40678 4.29302 3.60746 4.11473C4.86213 3 6.74142 3 10.5 3H13.5C17.2586 3 19.1379 3 20.3925 4.11473C20.5932 4.29302 20.7788 4.48953 20.9472 4.70201C22 6.03049 22 8.02033 22 12C22 15.9797 22 17.9695 20.9472 19.298C20.7788 19.5105 20.5932 19.707 20.3925 19.8853C19.1379 21 17.2586 21 13.5 21H10.5C6.74142 21 4.86213 21 3.60746 19.8853C3.40678 19.707 3.22119 19.5105 3.0528 19.298C2 17.9695 2 15.9797 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 9H10C9.06812 9 8.60218 9 8.23463 9.15224C7.74458 9.35523 7.35523 9.74458 7.15224 10.2346C7 10.6022 7 11.0681 7 12C7 12.9319 7 13.3978 7.15224 13.7654C7.35523 14.2554 7.74458 14.6448 8.23463 14.8478C8.60218 15 9.06812 15 10 15H10.5M17 9H16.5C15.5681 9 15.1022 9 14.7346 9.15224C14.2446 9.35523 13.8552 9.74458 13.6522 10.2346C13.5 10.6022 13.5 11.0681 13.5 12C13.5 12.9319 13.5 13.3978 13.6522 13.7654C13.8552 14.2554 14.2446 14.6448 14.7346 14.8478C15.1022 15 15.5681 15 16.5 15H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-film-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 7H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 17H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17L12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7L8 3M16 7L16 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 21L8 17M16 21L16 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 7H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 17H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17L12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7L8 3M16 7L16 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 21L8 17M16 21L16 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-film-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28248 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 21.5L7 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 21.5L17 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12L7 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16L3 16M7 8L3 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16L17 16M21 8L17 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28248 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 21.5L7 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 21.5L17 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12L7 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16L3 16M7 8L3 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16L17 16M21 8L17 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-film-roll-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 4.5H13V22H4V4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 4L6.32918 3.34164C6.44315 3.1137 6.50014 2.99973 6.56517 2.90086C6.88933 2.40808 7.41449 2.08351 8.00021 2.01396C8.11773 2 8.24515 2 8.5 2C8.75485 2 8.88227 2 8.99979 2.01396C9.58551 2.08351 10.1107 2.40808 10.4348 2.90086C10.4999 2.99973 10.5568 3.1137 10.6708 3.34164L11 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 4.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 7.5H18C19.4142 7.5 20.1213 7.5 20.5607 7.96131C21 8.42261 21 9.16764 21 10.6577C21 11.6731 21 12.1808 20.7504 12.5763C20.5008 12.9719 20.057 13.1691 19.1694 13.5636L18.2829 13.9576C17.6912 14.2206 17.3953 14.3521 17.2289 14.6158C17.0625 14.8794 17.0625 15.2179 17.0625 15.8949C17.0625 16.8882 17.0625 17.3849 16.7696 17.6925C16.4767 18 16.0053 18 15.0625 18H13V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 4.5H13V22H4V4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 4L6.32918 3.34164C6.44315 3.1137 6.50014 2.99973 6.56517 2.90086C6.88933 2.40808 7.41449 2.08351 8.00021 2.01396C8.11773 2 8.24515 2 8.5 2C8.75485 2 8.88227 2 8.99979 2.01396C9.58551 2.08351 10.1107 2.40808 10.4348 2.90086C10.4999 2.99973 10.5568 3.1137 10.6708 3.34164L11 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 4.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 7.5H18C19.4142 7.5 20.1213 7.5 20.5607 7.96131C21 8.42261 21 9.16764 21 10.6577C21 11.6731 21 12.1808 20.7504 12.5763C20.5008 12.9719 20.057 13.1691 19.1694 13.5636L18.2829 13.9576C17.6912 14.2206 17.3953 14.3521 17.2289 14.6158C17.0625 14.8794 17.0625 15.2179 17.0625 15.8949C17.0625 16.8882 17.0625 17.3849 16.7696 17.6925C16.4767 18 16.0053 18 15.0625 18H13V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-film-roll-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2210.5%22 r%3D%228.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4998 10.5H10.5075M14 7L13 8M8 13L7 14M14 14L13 13M8 8L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 18.5L19.3225 17.5348C20.7193 17.2917 22 18.3514 22 19.7503C22 20.9928 20.9787 22 19.7189 22H18.7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2210.5%22 r%3D%228.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.4998 10.5H10.5075M14 7L13 8M8 13L7 14M14 14L13 13M8 8L7 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 18.5L19.3225 17.5348C20.7193 17.2917 22 18.3514 22 19.7503C22 20.9928 20.9787 22 19.7189 22H18.7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-flash-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 16L11.6667 21.6535C11.1282 22.356 10.1188 21.9188 10.1188 20.9829V14.0301C10.1188 13.4695 9.72302 13.015 9.23474 13.015H5.88582C5.12506 13.015 4.71954 11.9851 5.22212 11.3294L7.7741 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.72714L12.4969 2.35038C13.0221 1.63999 14.0067 2.08215 14.0067 3.02843V10.059C14.0067 10.6258 14.3928 11.0854 14.8691 11.0854H18.1359C18.878 11.0854 19.2736 12.1268 18.7833 12.7898L17.8885 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 16L11.6667 21.6535C11.1282 22.356 10.1188 21.9188 10.1188 20.9829V14.0301C10.1188 13.4695 9.72302 13.015 9.23474 13.015H5.88582C5.12506 13.015 4.71954 11.9851 5.22212 11.3294L7.7741 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.72714L12.4969 2.35038C13.0221 1.63999 14.0067 2.08215 14.0067 3.02843V10.059C14.0067 10.6258 14.3928 11.0854 14.8691 11.0854H18.1359C18.878 11.0854 19.2736 12.1268 18.7833 12.7898L17.8885 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-flash{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.22576 11.3294L12.224 2.34651C12.7713 1.64397 13.7972 2.08124 13.7972 3.01707V9.96994C13.7972 10.5305 14.1995 10.985 14.6958 10.985H18.0996C18.8729 10.985 19.2851 12.0149 18.7742 12.6706L11.776 21.6535C11.2287 22.356 10.2028 21.9188 10.2028 20.9829V14.0301C10.2028 13.4695 9.80048 13.015 9.3042 13.015H5.90035C5.12711 13.015 4.71494 11.9851 5.22576 11.3294Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.22576 11.3294L12.224 2.34651C12.7713 1.64397 13.7972 2.08124 13.7972 3.01707V9.96994C13.7972 10.5305 14.1995 10.985 14.6958 10.985H18.0996C18.8729 10.985 19.2851 12.0149 18.7742 12.6706L11.776 21.6535C11.2287 22.356 10.2028 21.9188 10.2028 20.9829V14.0301C10.2028 13.4695 9.80048 13.015 9.3042 13.015H5.90035C5.12711 13.015 4.71494 11.9851 5.22576 11.3294Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-flim-slate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 10.5H17.9118C19.3676 10.5 20.0955 10.5 20.5477 10.9393C21 11.3787 21 12.0858 21 13.5V15C21 18.2998 21 19.9497 19.9447 20.9749C18.8894 22 17.191 22 13.7941 22H10.7059C7.309 22 5.61055 22 4.55528 20.9749C3.5 19.9497 3.5 18.2998 3.5 15V10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.49827 10.5C3.14118 9.14207 2.96264 8.46311 3.00654 7.86611C3.08518 6.79682 3.63742 5.82221 4.50691 5.21816C4.99236 4.88092 5.6587 4.69899 6.99138 4.33514L14.7321 2.22172C15.0767 2.12763 15.2491 2.08058 15.3977 2.05386C17.0504 1.75694 18.6737 2.71192 19.2477 4.31874C19.2993 4.4633 19.3455 4.63888 19.4378 4.99006C19.4642 5.09039 19.4774 5.14056 19.4849 5.18385C19.5682 5.66498 19.3004 6.13757 18.8498 6.30467C18.8093 6.3197 18.7601 6.33314 18.6616 6.36003L3.49827 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 10L9 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 8L16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 18H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 10.5H17.9118C19.3676 10.5 20.0955 10.5 20.5477 10.9393C21 11.3787 21 12.0858 21 13.5V15C21 18.2998 21 19.9497 19.9447 20.9749C18.8894 22 17.191 22 13.7941 22H10.7059C7.309 22 5.61055 22 4.55528 20.9749C3.5 19.9497 3.5 18.2998 3.5 15V10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.49827 10.5C3.14118 9.14207 2.96264 8.46311 3.00654 7.86611C3.08518 6.79682 3.63742 5.82221 4.50691 5.21816C4.99236 4.88092 5.6587 4.69899 6.99138 4.33514L14.7321 2.22172C15.0767 2.12763 15.2491 2.08058 15.3977 2.05386C17.0504 1.75694 18.6737 2.71192 19.2477 4.31874C19.2993 4.4633 19.3455 4.63888 19.4378 4.99006C19.4642 5.09039 19.4774 5.14056 19.4849 5.18385C19.5682 5.66498 19.3004 6.13757 18.8498 6.30467C18.8093 6.3197 18.7601 6.33314 18.6616 6.36003L3.49827 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 10L9 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 8L16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 18H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-focus-point{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.13432 2.5C6.46805 2.56075 4.9107 2.81456 3.84664 3.87493C2.91537 4.80297 2.60406 6.10756 2.5 8.2M14.8657 2.5C17.532 2.56075 19.0893 2.81456 20.1534 3.87493C21.0846 4.80297 21.3959 6.10756 21.5 8.2M14.8657 21.5C17.532 21.4392 19.0893 21.1854 20.1534 20.1251C21.0846 19.197 21.3959 17.8924 21.5 15.8M9.13432 21.5C6.46805 21.4392 4.9107 21.1854 3.84664 20.1251C2.91537 19.197 2.60406 17.8924 2.5 15.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 7L12.5 7M11.5 12H12.5M11.5 17H12.5M5 12H6M18 12H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.13432 2.5C6.46805 2.56075 4.9107 2.81456 3.84664 3.87493C2.91537 4.80297 2.60406 6.10756 2.5 8.2M14.8657 2.5C17.532 2.56075 19.0893 2.81456 20.1534 3.87493C21.0846 4.80297 21.3959 6.10756 21.5 8.2M14.8657 21.5C17.532 21.4392 19.0893 21.1854 20.1534 20.1251C21.0846 19.197 21.3959 17.8924 21.5 15.8M9.13432 21.5C6.46805 21.4392 4.9107 21.1854 3.84664 20.1251C2.91537 19.197 2.60406 17.8924 2.5 15.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 7L12.5 7M11.5 12H12.5M11.5 17H12.5M5 12H6M18 12H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-image-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%227.5%22 cy%3D%227.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 20.9999C9.37246 15.775 14.2741 8.884 21.4975 13.5424%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%227.5%22 cy%3D%227.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 20.9999C9.37246 15.775 14.2741 8.884 21.4975 13.5424%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-image-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2216.5%22 cy%3D%227.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 22C15.3805 19.7749 13.9345 17.7821 11.8765 16.3342C9.65761 14.7729 6.87163 13.9466 4.01569 14.0027C3.67658 14.0019 3.33776 14.0127 3 14.0351%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 18C14.7015 16.6733 16.5345 15.9928 18.3862 16.0001C19.4362 15.999 20.4812 16.2216 21.5 16.6617%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2216.5%22 cy%3D%227.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 22C15.3805 19.7749 13.9345 17.7821 11.8765 16.3342C9.65761 14.7729 6.87163 13.9466 4.01569 14.0027C3.67658 14.0019 3.33776 14.0127 3 14.0351%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 18C14.7015 16.6733 16.5345 15.9928 18.3862 16.0001C19.4362 15.999 20.4812 16.2216 21.5 16.6617%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-image-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5094 3.00098C7.02664 3.00098 4.78525 3.00098 3.39262 4.39306C2 5.78515 2 8.02568 2 12.5067C2 16.9878 2 19.2283 3.39262 20.6205C4.78525 22.0125 7.02664 22.0125 11.5094 22.0125C15.9922 22.0125 18.2336 22.0125 19.6263 20.6205C21.0189 19.2283 21.0189 16.9878 21.0189 12.5067V12.0064%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 21C9.20998 16.2487 13.9412 9.94746 21 14.6734%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.9973 2.00879V10.0169M22.0029 5.98778L13.9917 6.00267%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5094 3.00098C7.02664 3.00098 4.78525 3.00098 3.39262 4.39306C2 5.78515 2 8.02568 2 12.5067C2 16.9878 2 19.2283 3.39262 20.6205C4.78525 22.0125 7.02664 22.0125 11.5094 22.0125C15.9922 22.0125 18.2336 22.0125 19.6263 20.6205C21.0189 19.2283 21.0189 16.9878 21.0189 12.5067V12.0064%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 21C9.20998 16.2487 13.9412 9.94746 21 14.6734%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.9973 2.00879V10.0169M22.0029 5.98778L13.9917 6.00267%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-image-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 6.75C22.4142 6.75 22.75 6.41421 22.75 6C22.75 5.58579 22.4142 5.25 22 5.25V6.75ZM14 5.25C13.5858 5.25 13.25 5.58579 13.25 6C13.25 6.41421 13.5858 6.75 14 6.75V5.25ZM18.75 2C18.75 1.58579 18.4142 1.25 18 1.25C17.5858 1.25 17.25 1.58579 17.25 2H18.75ZM17.25 10C17.25 10.4142 17.5858 10.75 18 10.75C18.4142 10.75 18.75 10.4142 18.75 10H17.25ZM22 5.25H18V6.75H22V5.25ZM18 5.25H14V6.75H18V5.25ZM17.25 2V6H18.75V2H17.25ZM17.25 6V10H18.75V6H17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5 3C7.02166 3 4.78249 3 3.39124 4.39124C2 5.78249 2 8.02166 2 12.5C2 16.9783 2 19.2175 3.39124 20.6088C4.78249 22 7.02166 22 11.5 22C15.9783 22 18.2175 22 19.6088 20.6088C21 19.2175 21 16.9783 21 12.5V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.1354C2.61902 14.0455 3.24484 14.0011 3.87171 14.0027C6.52365 13.9466 9.11064 14.7729 11.1711 16.3342C13.082 17.7821 14.4247 19.7749 15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16.8962C19.8246 16.3009 18.6088 15.9988 17.3862 16.0001C15.5345 15.9928 13.7015 16.6733 12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 6.75C22.4142 6.75 22.75 6.41421 22.75 6C22.75 5.58579 22.4142 5.25 22 5.25V6.75ZM14 5.25C13.5858 5.25 13.25 5.58579 13.25 6C13.25 6.41421 13.5858 6.75 14 6.75V5.25ZM18.75 2C18.75 1.58579 18.4142 1.25 18 1.25C17.5858 1.25 17.25 1.58579 17.25 2H18.75ZM17.25 10C17.25 10.4142 17.5858 10.75 18 10.75C18.4142 10.75 18.75 10.4142 18.75 10H17.25ZM22 5.25H18V6.75H22V5.25ZM18 5.25H14V6.75H18V5.25ZM17.25 2V6H18.75V2H17.25ZM17.25 6V10H18.75V6H17.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.5 3C7.02166 3 4.78249 3 3.39124 4.39124C2 5.78249 2 8.02166 2 12.5C2 16.9783 2 19.2175 3.39124 20.6088C4.78249 22 7.02166 22 11.5 22C15.9783 22 18.2175 22 19.6088 20.6088C21 19.2175 21 16.9783 21 12.5V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.1354C2.61902 14.0455 3.24484 14.0011 3.87171 14.0027C6.52365 13.9466 9.11064 14.7729 11.1711 16.3342C13.082 17.7821 14.4247 19.7749 15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16.8962C19.8246 16.3009 18.6088 15.9988 17.3862 16.0001C15.5345 15.9928 13.7015 16.6733 12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-image-composition-oval{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 8.35581C2 6.81202 2 6.04013 2.44924 5.31447C2.89849 4.58881 3.45675 4.31073 4.57327 3.75459C9.26988 1.41517 14.7302 1.41511 19.4268 3.75458C20.5433 4.31073 21.1015 4.5888 21.5508 5.31445C22 6.04011 22 6.81199 22 8.35575V15.6444C22 17.1883 22 17.9602 21.5507 18.6859C21.1014 19.4116 20.5431 19.6896 19.4265 20.2457C14.73 22.5848 9.26995 22.5848 4.57349 20.2457C3.45688 19.6896 2.89857 19.4116 2.44929 18.6859C2 17.9602 2 17.1883 2 15.6444V8.35581Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 14.1354C2.66663 14.0455 3.3406 14.0011 4.01569 14.0027C6.87163 13.9466 9.65761 14.7729 11.8765 16.3342C13.9345 17.7821 15.3805 19.7749 16 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 16.8962C20.8246 16.3009 19.6088 15.9988 18.3862 16.0001C16.5345 15.9928 14.7015 16.6733 13 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226.5%22 cy%3D%227.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 8.35581C2 6.81202 2 6.04013 2.44924 5.31447C2.89849 4.58881 3.45675 4.31073 4.57327 3.75459C9.26988 1.41517 14.7302 1.41511 19.4268 3.75458C20.5433 4.31073 21.1015 4.5888 21.5508 5.31445C22 6.04011 22 6.81199 22 8.35575V15.6444C22 17.1883 22 17.9602 21.5507 18.6859C21.1014 19.4116 20.5431 19.6896 19.4265 20.2457C14.73 22.5848 9.26995 22.5848 4.57349 20.2457C3.45688 19.6896 2.89857 19.4116 2.44929 18.6859C2 17.9602 2 17.1883 2 15.6444V8.35581Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 14.1354C2.66663 14.0455 3.3406 14.0011 4.01569 14.0027C6.87163 13.9466 9.65761 14.7729 11.8765 16.3342C13.9345 17.7821 15.3805 19.7749 16 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 16.8962C20.8246 16.3009 19.6088 15.9988 18.3862 16.0001C16.5345 15.9928 14.7015 16.6733 13 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226.5%22 cy%3D%227.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-image-composition{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.07523 3.88403C10.2874 4.8348 13.7126 4.8348 16.9248 3.88403C19.517 3.11677 20.813 2.73313 21.4065 3.20921C22 3.68529 22 4.90772 22 7.35256V16.6474C22 19.0923 22 20.3147 21.4065 20.7908C20.813 21.2669 19.5169 20.8832 16.9248 20.116C13.7126 19.1652 10.2874 19.1652 7.07523 20.116C4.48305 20.8832 3.18696 21.2669 2.59348 20.7908C2 20.3147 2 19.0923 2 16.6474V7.35256C2 4.90772 2 3.68529 2.59348 3.20921C3.18696 2.73313 4.48305 3.11677 7.07523 3.88403Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 20C10.9469 15.8426 15.3824 10.3291 22 14.4643%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 8.5C9 9.32843 8.32843 10 7.5 10C6.67157 10 6 9.32843 6 8.5C6 7.67157 6.67157 7 7.5 7C8.32843 7 9 7.67157 9 8.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.07523 3.88403C10.2874 4.8348 13.7126 4.8348 16.9248 3.88403C19.517 3.11677 20.813 2.73313 21.4065 3.20921C22 3.68529 22 4.90772 22 7.35256V16.6474C22 19.0923 22 20.3147 21.4065 20.7908C20.813 21.2669 19.5169 20.8832 16.9248 20.116C13.7126 19.1652 10.2874 19.1652 7.07523 20.116C4.48305 20.8832 3.18696 21.2669 2.59348 20.7908C2 20.3147 2 19.0923 2 16.6474V7.35256C2 4.90772 2 3.68529 2.59348 3.20921C3.18696 2.73313 4.48305 3.11677 7.07523 3.88403Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 20C10.9469 15.8426 15.3824 10.3291 22 14.4643%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 8.5C9 9.32843 8.32843 10 7.5 10C6.67157 10 6 9.32843 6 8.5C6 7.67157 6.67157 7 7.5 7C8.32843 7 9 7.67157 9 8.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-image-crop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 20H10C7.17157 20 5.75736 20 4.87868 19.1213C4 18.2426 4 16.8284 4 14V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 20C9.68373 16.4365 13.8235 11.7106 20 15.2551%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 4L14 4C16.8284 4 18.2426 4 19.1213 4.87868C20 5.75736 20 7.17157 20 10L20 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%228.5%22 cy%3D%228.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 20H10C7.17157 20 5.75736 20 4.87868 19.1213C4 18.2426 4 16.8284 4 14V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 20C9.68373 16.4365 13.8235 11.7106 20 15.2551%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 4L14 4C16.8284 4 18.2426 4 19.1213 4.87868C20 5.75736 20 7.17157 20 10L20 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%228.5%22 cy%3D%228.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-image-delete-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 21C9.20998 16.2487 13.9412 9.9475 21 14.6734%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 12.5C21 16.9783 21 19.2175 19.6088 20.6088C18.2175 22 15.9783 22 11.5 22C7.02166 22 4.78249 22 3.39124 20.6088C2 19.2175 2 16.9783 2 12.5C2 8.02166 2 5.78249 3.39124 4.39124C4.78249 3 7.02166 3 11.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9L18.5 5.5M18.5 5.5L15 2M18.5 5.5L22 2M18.5 5.5L15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 21C9.20998 16.2487 13.9412 9.9475 21 14.6734%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 12.5C21 16.9783 21 19.2175 19.6088 20.6088C18.2175 22 15.9783 22 11.5 22C7.02166 22 4.78249 22 3.39124 20.6088C2 19.2175 2 16.9783 2 12.5C2 8.02166 2 5.78249 3.39124 4.39124C4.78249 3 7.02166 3 11.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9L18.5 5.5M18.5 5.5L15 2M18.5 5.5L22 2M18.5 5.5L15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-image-delete-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 12.5C21 16.9783 21 19.2175 19.6088 20.6088C18.2175 22 15.9783 22 11.5 22C7.02166 22 4.78249 22 3.39124 20.6088C2 19.2175 2 16.9783 2 12.5C2 8.02166 2 5.78249 3.39124 4.39124C4.78249 3 7.02166 3 11.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.1354C2.61902 14.0455 3.24484 14.0011 3.87171 14.0027C6.52365 13.9466 9.11064 14.7729 11.1711 16.3342C13.082 17.7821 14.4247 19.7749 15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16.8962C19.8246 16.3009 18.6088 15.9988 17.3862 16.0001C15.5345 15.9928 13.7015 16.6733 12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9L18.5 5.5M18.5 5.5L15 2M18.5 5.5L22 2M18.5 5.5L15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 12.5C21 16.9783 21 19.2175 19.6088 20.6088C18.2175 22 15.9783 22 11.5 22C7.02166 22 4.78249 22 3.39124 20.6088C2 19.2175 2 16.9783 2 12.5C2 8.02166 2 5.78249 3.39124 4.39124C4.78249 3 7.02166 3 11.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.1354C2.61902 14.0455 3.24484 14.0011 3.87171 14.0027C6.52365 13.9466 9.11064 14.7729 11.1711 16.3342C13.082 17.7821 14.4247 19.7749 15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16.8962C19.8246 16.3009 18.6088 15.9988 17.3862 16.0001C15.5345 15.9928 13.7015 16.6733 12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9L18.5 5.5M18.5 5.5L15 2M18.5 5.5L22 2M18.5 5.5L15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-image-done-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 3C7.02166 3 4.78249 3 3.39124 4.39124C2 5.78249 2 8.02166 2 12.5C2 16.9783 2 19.2175 3.39124 20.6088C4.78249 22 7.02166 22 11.5 22C15.9783 22 18.2175 22 19.6088 20.6088C21 19.2175 21 16.9783 21 12.5C21 11.1397 21 9.98608 20.961 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 21.4999C8.87246 16.275 13.7741 9.384 20.9975 14.0424%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 6 15 6 16 8C16 8 19.1765 3 22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 3C7.02166 3 4.78249 3 3.39124 4.39124C2 5.78249 2 8.02166 2 12.5C2 16.9783 2 19.2175 3.39124 20.6088C4.78249 22 7.02166 22 11.5 22C15.9783 22 18.2175 22 19.6088 20.6088C21 19.2175 21 16.9783 21 12.5C21 11.1397 21 9.98608 20.961 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 21.4999C8.87246 16.275 13.7741 9.384 20.9975 14.0424%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 6 15 6 16 8C16 8 19.1765 3 22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-image-done-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 3C7.02166 3 4.78249 3 3.39124 4.39124C2 5.78249 2 8.02166 2 12.5C2 16.9783 2 19.2175 3.39124 20.6088C4.78249 22 7.02166 22 11.5 22C15.9783 22 18.2175 22 19.6088 20.6088C21 19.2175 21 16.9783 21 12.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.1354C2.61902 14.0455 3.24484 14.0011 3.87171 14.0027C6.52365 13.9466 9.11064 14.7729 11.1711 16.3342C13.082 17.7821 14.4247 19.7749 15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16.8962C19.8246 16.3009 18.6088 15.9988 17.3862 16.0001C15.5345 15.9928 13.7015 16.6733 12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 6 15 6 16 8C16 8 19.1765 3 22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 3C7.02166 3 4.78249 3 3.39124 4.39124C2 5.78249 2 8.02166 2 12.5C2 16.9783 2 19.2175 3.39124 20.6088C4.78249 22 7.02166 22 11.5 22C15.9783 22 18.2175 22 19.6088 20.6088C21 19.2175 21 16.9783 21 12.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.1354C2.61902 14.0455 3.24484 14.0011 3.87171 14.0027C6.52365 13.9466 9.11064 14.7729 11.1711 16.3342C13.082 17.7821 14.4247 19.7749 15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16.8962C19.8246 16.3009 18.6088 15.9988 17.3862 16.0001C15.5345 15.9928 13.7015 16.6733 12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 6 15 6 16 8C16 8 19.1765 3 22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-image-download-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 7.5C17.4915 8.0057 18.7998 10 19.5 10M22 7.5C21.5085 8.0057 20.2002 10 19.5 10M19.5 10V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9999 13C20.998 17.147 20.9472 19.2703 19.6088 20.6088C18.2175 22 15.9783 22 11.5 22C7.02166 22 4.78249 22 3.39124 20.6088C2 19.2175 2 16.9783 2 12.5C2 8.02166 2 5.78249 3.39124 4.39124C4.78249 3 7.02166 3 11.5 3C11.6699 3 14 3.00008 14 3.00008%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.1354C2.61902 14.0455 3.24484 14.0011 3.87171 14.0027C6.52365 13.9466 9.11064 14.7729 11.1711 16.3342C13.082 17.7821 14.4247 19.7749 15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16.8962C19.8246 16.3009 18.6088 15.9988 17.3862 16.0001C15.5345 15.9928 13.7015 16.6733 12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 7.5C17.4915 8.0057 18.7998 10 19.5 10M22 7.5C21.5085 8.0057 20.2002 10 19.5 10M19.5 10V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9999 13C20.998 17.147 20.9472 19.2703 19.6088 20.6088C18.2175 22 15.9783 22 11.5 22C7.02166 22 4.78249 22 3.39124 20.6088C2 19.2175 2 16.9783 2 12.5C2 8.02166 2 5.78249 3.39124 4.39124C4.78249 3 7.02166 3 11.5 3C11.6699 3 14 3.00008 14 3.00008%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.1354C2.61902 14.0455 3.24484 14.0011 3.87171 14.0027C6.52365 13.9466 9.11064 14.7729 11.1711 16.3342C13.082 17.7821 14.4247 19.7749 15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16.8962C19.8246 16.3009 18.6088 15.9988 17.3862 16.0001C15.5345 15.9928 13.7015 16.6733 12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-image-download{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 21C9.20998 16.2487 13.9412 9.9475 21 14.6734%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 3.00231C13.5299 3 12.0307 3 11.5 3C7.02166 3 4.78249 3 3.39124 4.39124C2 5.78249 2 8.02166 2 12.5C2 16.9783 2 19.2175 3.39124 20.6088C4.78249 22 7.02166 22 11.5 22C15.9783 22 18.2175 22 19.6088 20.6088C20.9472 19.2703 20.998 17.147 20.9999 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7.5C17.4915 8.0057 18.7998 10 19.5 10M22 7.5C21.5085 8.0057 20.2002 10 19.5 10M19.5 10V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 21C9.20998 16.2487 13.9412 9.9475 21 14.6734%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 3.00231C13.5299 3 12.0307 3 11.5 3C7.02166 3 4.78249 3 3.39124 4.39124C2 5.78249 2 8.02166 2 12.5C2 16.9783 2 19.2175 3.39124 20.6088C4.78249 22 7.02166 22 11.5 22C15.9783 22 18.2175 22 19.6088 20.6088C20.9472 19.2703 20.998 17.147 20.9999 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7.5C17.4915 8.0057 18.7998 10 19.5 10M22 7.5C21.5085 8.0057 20.2002 10 19.5 10M19.5 10V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-image-not-found-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2216.5%22 cy%3D%227.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 14.1354C2.66663 14.0455 3.3406 14.0011 4.01569 14.0027C6.87163 13.9466 9.65761 14.7729 11.8765 16.3342C13.9345 17.7821 15.3805 19.7749 16 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 17.5C14.5 16.5 15.1772 16.2768 16 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 20.2132C18.6012 21.5001 16.3635 21.5001 12 21.5001C7.52166 21.5001 5.28249 21.5001 3.89124 20.1089C2.5 18.7176 2.5 16.4785 2.5 12.0001C2.5 7.63653 2.5 5.39882 3.78701 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.0002 16C20.5427 16 21.048 16.2945 21.3967 16.5638C21.5 15.3693 21.5 13.8825 21.5 12C21.5 7.52166 21.5 5.28249 20.1088 3.89124C18.7175 2.5 16.4783 2.5 12 2.5C9.59086 2.5 7.82972 2.5 6.5 2.71659%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2216.5%22 cy%3D%227.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 14.1354C2.66663 14.0455 3.3406 14.0011 4.01569 14.0027C6.87163 13.9466 9.65761 14.7729 11.8765 16.3342C13.9345 17.7821 15.3805 19.7749 16 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 17.5C14.5 16.5 15.1772 16.2768 16 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 20.2132C18.6012 21.5001 16.3635 21.5001 12 21.5001C7.52166 21.5001 5.28249 21.5001 3.89124 20.1089C2.5 18.7176 2.5 16.4785 2.5 12.0001C2.5 7.63653 2.5 5.39882 3.78701 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.0002 16C20.5427 16 21.048 16.2945 21.3967 16.5638C21.5 15.3693 21.5 13.8825 21.5 12C21.5 7.52166 21.5 5.28249 20.1088 3.89124C18.7175 2.5 16.4783 2.5 12 2.5C9.59086 2.5 7.82972 2.5 6.5 2.71659%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-image-not-found-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8984 13C10.0813 14.8881 8.10749 18.0404 5.89844 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.776 3.5C2.5 4.93424 2.5 7.23263 2.5 11.7454C2.5 16.3438 2.5 18.6429 3.85001 20.0715C5.20003 21.5 7.37284 21.5 11.7185 21.5C15.972 21.5 18.1439 21.3279 19.5 19.9883%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 12.0144C18.0399 11.9084 19.6963 12.3315 21.497 13.6201M21.497 13.6201C21.5 13.1151 21.5 12.5761 21.5 12C21.5 7.52166 21.5 5.28249 20.1088 3.89124C18.7175 2.5 16.4783 2.5 12 2.5C9.59086 2.5 7.82972 2.5 6.5 2.71659M21.497 13.6201C21.4876 15.2267 21.4482 16.4882 21.2834 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8984 13C10.0813 14.8881 8.10749 18.0404 5.89844 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.776 3.5C2.5 4.93424 2.5 7.23263 2.5 11.7454C2.5 16.3438 2.5 18.6429 3.85001 20.0715C5.20003 21.5 7.37284 21.5 11.7185 21.5C15.972 21.5 18.1439 21.3279 19.5 19.9883%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 12.0144C18.0399 11.9084 19.6963 12.3315 21.497 13.6201M21.497 13.6201C21.5 13.1151 21.5 12.5761 21.5 12C21.5 7.52166 21.5 5.28249 20.1088 3.89124C18.7175 2.5 16.4783 2.5 12 2.5C9.59086 2.5 7.82972 2.5 6.5 2.71659M21.497 13.6201C21.4876 15.2267 21.4482 16.4882 21.2834 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-image-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 3C7.02166 3 4.78249 3 3.39124 4.39124C2 5.78249 2 8.02166 2 12.5C2 16.9783 2 19.2175 3.39124 20.6088C4.78249 22 7.02166 22 11.5 22C15.9783 22 18.2175 22 19.6088 20.6088C21 19.2175 21 16.9783 21 12.5C21 12.1715 21 11.855 20.9995 11.55%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 21C9.20998 16.2487 13.9412 9.9475 21 14.6734%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 6H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 3C7.02166 3 4.78249 3 3.39124 4.39124C2 5.78249 2 8.02166 2 12.5C2 16.9783 2 19.2175 3.39124 20.6088C4.78249 22 7.02166 22 11.5 22C15.9783 22 18.2175 22 19.6088 20.6088C21 19.2175 21 16.9783 21 12.5C21 12.1715 21 11.855 20.9995 11.55%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 21C9.20998 16.2487 13.9412 9.9475 21 14.6734%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 6H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-image-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 2.5C7.02166 2.5 4.78249 2.5 3.39124 3.89124C2 5.28249 2 7.52166 2 12C2 16.4783 2 18.7175 3.39124 20.1088C4.78249 21.5 7.02166 21.5 11.5 21.5C15.9783 21.5 18.2175 21.5 19.6088 20.1088C21 18.7175 21 16.4783 21 12C21 11.6715 21 11.355 20.9995 11.05%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 13.6354C2.61902 13.5455 3.24484 13.5011 3.87171 13.5027C6.52365 13.4466 9.11064 14.2729 11.1711 15.8342C13.082 17.2821 14.4247 19.2749 15 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16.3962C19.8246 15.8009 18.6088 15.4988 17.3862 15.5001C15.5345 15.4928 13.7015 16.1733 12 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 5.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 2.5C7.02166 2.5 4.78249 2.5 3.39124 3.89124C2 5.28249 2 7.52166 2 12C2 16.4783 2 18.7175 3.39124 20.1088C4.78249 21.5 7.02166 21.5 11.5 21.5C15.9783 21.5 18.2175 21.5 19.6088 20.1088C21 18.7175 21 16.4783 21 12C21 11.6715 21 11.355 20.9995 11.05%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 13.6354C2.61902 13.5455 3.24484 13.5011 3.87171 13.5027C6.52365 13.4466 9.11064 14.2729 11.1711 15.8342C13.082 17.2821 14.4247 19.2749 15 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16.3962C19.8246 15.8009 18.6088 15.4988 17.3862 15.5001C15.5345 15.4928 13.7015 16.1733 12 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 5.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-image-upload-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 21C9.20998 16.2487 13.9412 9.9475 21 14.6734%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 4.5C17.4915 3.9943 18.7998 2 19.5 2M22 4.5C21.5085 3.9943 20.2002 2 19.5 2M19.5 2V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9999 13C20.998 17.147 20.9472 19.2703 19.6088 20.6088C18.2175 22 15.9783 22 11.5 22C7.02166 22 4.78249 22 3.39124 20.6088C2 19.2175 2 16.9783 2 12.5C2 8.02166 2 5.78249 3.39124 4.39124C4.78249 3 7.02166 3 11.5 3C11.6699 3 14 3.00008 14 3.00008%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 21C9.20998 16.2487 13.9412 9.9475 21 14.6734%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 4.5C17.4915 3.9943 18.7998 2 19.5 2M22 4.5C21.5085 3.9943 20.2002 2 19.5 2M19.5 2V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9999 13C20.998 17.147 20.9472 19.2703 19.6088 20.6088C18.2175 22 15.9783 22 11.5 22C7.02166 22 4.78249 22 3.39124 20.6088C2 19.2175 2 16.9783 2 12.5C2 8.02166 2 5.78249 3.39124 4.39124C4.78249 3 7.02166 3 11.5 3C11.6699 3 14 3.00008 14 3.00008%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-image-upload{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 3.00231C12.5299 3 12.0307 3 11.5 3C7.02166 3 4.78249 3 3.39124 4.39124C2 5.78249 2 8.02166 2 12.5C2 16.9783 2 19.2175 3.39124 20.6088C4.78249 22 7.02166 22 11.5 22C15.9783 22 18.2175 22 19.6088 20.6088C20.9472 19.2703 20.998 17.147 20.9999 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.1354C2.61902 14.0455 3.24484 14.0011 3.87171 14.0027C6.52365 13.9466 9.11064 14.7729 11.1711 16.3342C13.082 17.7821 14.4247 19.7749 15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16.8962C19.8246 16.3009 18.6088 15.9988 17.3862 16.0001C15.5345 15.9928 13.7015 16.6733 12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4.5C17.4915 3.9943 18.7998 2 19.5 2M22 4.5C21.5085 3.9943 20.2002 2 19.5 2M19.5 2V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 3.00231C12.5299 3 12.0307 3 11.5 3C7.02166 3 4.78249 3 3.39124 4.39124C2 5.78249 2 8.02166 2 12.5C2 16.9783 2 19.2175 3.39124 20.6088C4.78249 22 7.02166 22 11.5 22C15.9783 22 18.2175 22 19.6088 20.6088C20.9472 19.2703 20.998 17.147 20.9999 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.1354C2.61902 14.0455 3.24484 14.0011 3.87171 14.0027C6.52365 13.9466 9.11064 14.7729 11.1711 16.3342C13.082 17.7821 14.4247 19.7749 15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16.8962C19.8246 16.3009 18.6088 15.9988 17.3862 16.0001C15.5345 15.9928 13.7015 16.6733 12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4.5C17.4915 3.9943 18.7998 2 19.5 2M22 4.5C21.5085 3.9943 20.2002 2 19.5 2M19.5 2V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-open-caption{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10.5C2 7.18361 2 5.52541 3.0528 4.41834C3.22119 4.24128 3.40678 4.07752 3.60746 3.92894C4.86213 3 6.74142 3 10.5 3H13.5C17.2586 3 19.1379 3 20.3925 3.92894C20.5932 4.07752 20.7788 4.24128 20.9472 4.41834C22 5.52541 22 7.18361 22 10.5C22 13.8164 22 15.4746 20.9472 16.5817C20.7788 16.7587 20.5932 16.9225 20.3925 17.0711C19.1379 18 17.2586 18 13.5 18H10.5C6.74142 18 4.86213 18 3.60746 17.0711C3.40678 16.9225 3.22119 16.7587 3.0528 16.5817C2 15.4746 2 13.8164 2 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 7.5H10C9.06812 7.5 8.60218 7.5 8.23463 7.65224C7.74458 7.85523 7.35523 8.24458 7.15224 8.73463C7 9.10218 7 9.56812 7 10.5C7 11.4319 7 11.8978 7.15224 12.2654C7.35523 12.7554 7.74458 13.1448 8.23463 13.3478C8.60218 13.5 9.06812 13.5 10 13.5H10.5M17 7.5H16.5C15.5681 7.5 15.1022 7.5 14.7346 7.65224C14.2446 7.85523 13.8552 8.24458 13.6522 8.73463C13.5 9.10218 13.5 9.56812 13.5 10.5C13.5 11.4319 13.5 11.8978 13.6522 12.2654C13.8552 12.7554 14.2446 13.1448 14.7346 13.3478C15.1022 13.5 15.5681 13.5 16.5 13.5H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10.5C2 7.18361 2 5.52541 3.0528 4.41834C3.22119 4.24128 3.40678 4.07752 3.60746 3.92894C4.86213 3 6.74142 3 10.5 3H13.5C17.2586 3 19.1379 3 20.3925 3.92894C20.5932 4.07752 20.7788 4.24128 20.9472 4.41834C22 5.52541 22 7.18361 22 10.5C22 13.8164 22 15.4746 20.9472 16.5817C20.7788 16.7587 20.5932 16.9225 20.3925 17.0711C19.1379 18 17.2586 18 13.5 18H10.5C6.74142 18 4.86213 18 3.60746 17.0711C3.40678 16.9225 3.22119 16.7587 3.0528 16.5817C2 15.4746 2 13.8164 2 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 7.5H10C9.06812 7.5 8.60218 7.5 8.23463 7.65224C7.74458 7.85523 7.35523 8.24458 7.15224 8.73463C7 9.10218 7 9.56812 7 10.5C7 11.4319 7 11.8978 7.15224 12.2654C7.35523 12.7554 7.74458 13.1448 8.23463 13.3478C8.60218 13.5 9.06812 13.5 10 13.5H10.5M17 7.5H16.5C15.5681 7.5 15.1022 7.5 14.7346 7.65224C14.2446 7.85523 13.8552 8.24458 13.6522 8.73463C13.5 9.10218 13.5 9.56812 13.5 10.5C13.5 11.4319 13.5 11.8978 13.6522 12.2654C13.8552 12.7554 14.2446 13.1448 14.7346 13.3478C15.1022 13.5 15.5681 13.5 16.5 13.5H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-play-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.4531 12.3948C15.3016 13.0215 14.5857 13.4644 13.1539 14.3502C11.7697 15.2064 11.0777 15.6346 10.5199 15.4625C10.2893 15.3913 10.0793 15.2562 9.90982 15.07C9.5 14.6198 9.5 13.7465 9.5 12C9.5 10.2535 9.5 9.38018 9.90982 8.92995C10.0793 8.74381 10.2893 8.60868 10.5199 8.53753C11.0777 8.36544 11.7697 8.79357 13.1539 9.64983C14.5857 10.5356 15.3016 10.9785 15.4531 11.6052C15.5156 11.8639 15.5156 12.1361 15.4531 12.3948Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.4531 12.3948C15.3016 13.0215 14.5857 13.4644 13.1539 14.3502C11.7697 15.2064 11.0777 15.6346 10.5199 15.4625C10.2893 15.3913 10.0793 15.2562 9.90982 15.07C9.5 14.6198 9.5 13.7465 9.5 12C9.5 10.2535 9.5 9.38018 9.90982 8.92995C10.0793 8.74381 10.2893 8.60868 10.5199 8.53753C11.0777 8.36544 11.7697 8.79357 13.1539 9.64983C14.5857 10.5356 15.3016 10.9785 15.4531 11.6052C15.5156 11.8639 15.5156 12.1361 15.4531 12.3948Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-play-list-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 2L13.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 2L6.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 21C7.02166 21 4.78249 21 3.39124 19.6088C2 18.2175 2 15.9783 2 11.5C2 7.02166 2 4.78249 3.39124 3.39124C4.78249 2 7.02166 2 11.5 2C15.9783 2 18.2175 2 19.6088 3.39124C21 4.78249 21 7.02166 21 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18H22M18 22L18 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 2L13.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 2L6.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 21C7.02166 21 4.78249 21 3.39124 19.6088C2 18.2175 2 15.9783 2 11.5C2 7.02166 2 4.78249 3.39124 3.39124C4.78249 2 7.02166 2 11.5 2C15.9783 2 18.2175 2 19.6088 3.39124C21 4.78249 21 7.02166 21 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18H22M18 22L18 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-play-list-favourite-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9977 12C21 11.5299 21 12.0307 21 11.5C21 7.02166 21 4.78249 19.6088 3.39124C18.2175 2 15.9783 2 11.5 2C7.02166 2 4.78249 2 3.39124 3.39124C2 4.78249 2 7.02166 2 11.5C2 15.9783 2 18.2175 3.39124 19.6088C4.78249 21 7.02166 21 11.5 21C11.6699 21 11.8365 21 12 20.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 2L13.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 2L6.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.015 15.3866C16.0876 14.7469 17.0238 15.0047 17.5863 15.4153C17.8169 15.5837 17.9322 15.6679 18 15.6679C18.0678 15.6679 18.1831 15.5837 18.4137 15.4153C18.9762 15.0047 19.9124 14.7469 20.985 15.3866C22.3928 16.2261 22.7113 18.9958 19.4642 21.3324C18.8457 21.7775 18.5365 22 18 22C17.4635 22 17.1543 21.7775 16.5358 21.3324C13.2887 18.9958 13.6072 16.2261 15.015 15.3866Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9977 12C21 11.5299 21 12.0307 21 11.5C21 7.02166 21 4.78249 19.6088 3.39124C18.2175 2 15.9783 2 11.5 2C7.02166 2 4.78249 2 3.39124 3.39124C2 4.78249 2 7.02166 2 11.5C2 15.9783 2 18.2175 3.39124 19.6088C4.78249 21 7.02166 21 11.5 21C11.6699 21 11.8365 21 12 20.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 2L13.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 2L6.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.015 15.3866C16.0876 14.7469 17.0238 15.0047 17.5863 15.4153C17.8169 15.5837 17.9322 15.6679 18 15.6679C18.0678 15.6679 18.1831 15.5837 18.4137 15.4153C18.9762 15.0047 19.9124 14.7469 20.985 15.3866C22.3928 16.2261 22.7113 18.9958 19.4642 21.3324C18.8457 21.7775 18.5365 22 18 22C17.4635 22 17.1543 21.7775 16.5358 21.3324C13.2887 18.9958 13.6072 16.2261 15.015 15.3866Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-play-list-favourite-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5 12.5V11.05C21.5 7.01949 21.5 5.00424 20.2479 3.75212C18.9958 2.5 16.9805 2.5 12.95 2.5H11.05C7.01949 2.5 5.00424 2.5 3.75212 3.75212C2.5 5.00424 2.5 7.01949 2.5 11.05V12.95C2.5 16.9805 2.5 18.9958 3.75212 20.2479C5.00424 21.5 7.01949 21.5 11.05 21.5H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4515 15.859C16.4572 15.265 17.3349 15.5044 17.8621 15.8857C18.0783 16.042 18.1864 16.1202 18.25 16.1202C18.3136 16.1202 18.4217 16.042 18.6379 15.8857C19.1651 15.5044 20.0428 15.265 21.0485 15.859C22.3682 16.6386 22.6669 19.2104 19.6227 21.3801C19.0429 21.7934 18.7529 22 18.25 22C17.7471 22 17.4571 21.7934 16.8773 21.3801C13.8331 19.2104 14.1318 16.6386 15.4515 15.859Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9609 11.782C14.8347 12.2297 14.2381 12.546 13.0449 13.1787C11.8914 13.7903 11.3147 14.0961 10.8499 13.9732C10.6578 13.9224 10.4827 13.8259 10.3415 13.6929C10 13.3713 10 12.7475 10 11.5C10 10.2525 10 9.6287 10.3415 9.30711C10.4827 9.17415 10.6578 9.07763 10.8499 9.02681C11.3147 8.90388 11.8914 9.20969 13.0449 9.82131C14.2381 10.454 14.8347 10.7703 14.9609 11.218C15.013 11.4028 15.013 11.5972 14.9609 11.782Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5 12.5V11.05C21.5 7.01949 21.5 5.00424 20.2479 3.75212C18.9958 2.5 16.9805 2.5 12.95 2.5H11.05C7.01949 2.5 5.00424 2.5 3.75212 3.75212C2.5 5.00424 2.5 7.01949 2.5 11.05V12.95C2.5 16.9805 2.5 18.9958 3.75212 20.2479C5.00424 21.5 7.01949 21.5 11.05 21.5H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4515 15.859C16.4572 15.265 17.3349 15.5044 17.8621 15.8857C18.0783 16.042 18.1864 16.1202 18.25 16.1202C18.3136 16.1202 18.4217 16.042 18.6379 15.8857C19.1651 15.5044 20.0428 15.265 21.0485 15.859C22.3682 16.6386 22.6669 19.2104 19.6227 21.3801C19.0429 21.7934 18.7529 22 18.25 22C17.7471 22 17.4571 21.7934 16.8773 21.3801C13.8331 19.2104 14.1318 16.6386 15.4515 15.859Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9609 11.782C14.8347 12.2297 14.2381 12.546 13.0449 13.1787C11.8914 13.7903 11.3147 14.0961 10.8499 13.9732C10.6578 13.9224 10.4827 13.8259 10.3415 13.6929C10 13.3713 10 12.7475 10 11.5C10 10.2525 10 9.6287 10.3415 9.30711C10.4827 9.17415 10.6578 9.07763 10.8499 9.02681C11.3147 8.90388 11.8914 9.20969 13.0449 9.82131C14.2381 10.454 14.8347 10.7703 14.9609 11.218C15.013 11.4028 15.013 11.5972 14.9609 11.782Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-play-list-minus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 7.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 2.5L13.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 2.5L6.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 21C7.02166 21 4.78249 21 3.39124 19.6088C2 18.2175 2 15.9783 2 11.5C2 7.02166 2 4.78249 3.39124 3.39124C4.78249 2 7.02166 2 11.5 2C15.9783 2 18.2175 2 19.6088 3.39124C21 4.78249 21 7.02166 21 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 7.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 2.5L13.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 2.5L6.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 21C7.02166 21 4.78249 21 3.39124 19.6088C2 18.2175 2 15.9783 2 11.5C2 7.02166 2 4.78249 3.39124 3.39124C4.78249 2 7.02166 2 11.5 2C15.9783 2 18.2175 2 19.6088 3.39124C21 4.78249 21 7.02166 21 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-play-list-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 2L13.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 2L6.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 21C7.02166 21 4.78249 21 3.39124 19.6088C2 18.2175 2 15.9783 2 11.5C2 7.02166 2 4.78249 3.39124 3.39124C4.78249 2 7.02166 2 11.5 2C15.9783 2 18.2175 2 19.6088 3.39124C21 4.78249 21 7.02166 21 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15L18.5 18.5M18.5 18.5L22 22M18.5 18.5L15 22M18.5 18.5L22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 2L13.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 2L6.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 21C7.02166 21 4.78249 21 3.39124 19.6088C2 18.2175 2 15.9783 2 11.5C2 7.02166 2 4.78249 3.39124 3.39124C4.78249 2 7.02166 2 11.5 2C15.9783 2 18.2175 2 19.6088 3.39124C21 4.78249 21 7.02166 21 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15L18.5 18.5M18.5 18.5L22 22M18.5 18.5L15 22M18.5 18.5L22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-play-list{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 7.5H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 2.5L14 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2.5L7 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.9531 14.8948C14.8016 15.5215 14.0857 15.9644 12.6539 16.8502C11.2697 17.7064 10.5777 18.1346 10.0199 17.9625C9.78934 17.8913 9.57925 17.7562 9.40982 17.57C9 17.1198 9 16.2465 9 14.5C9 12.7535 9 11.8802 9.40982 11.4299C9.57925 11.2438 9.78934 11.1087 10.0199 11.0375C10.5777 10.8654 11.2697 11.2936 12.6539 12.1498C14.0857 13.0356 14.8016 13.4785 14.9531 14.1052C15.0156 14.3639 15.0156 14.6361 14.9531 14.8948Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 7.5H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 2.5L14 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2.5L7 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.9531 14.8948C14.8016 15.5215 14.0857 15.9644 12.6539 16.8502C11.2697 17.7064 10.5777 18.1346 10.0199 17.9625C9.78934 17.8913 9.57925 17.7562 9.40982 17.57C9 17.1198 9 16.2465 9 14.5C9 12.7535 9 11.8802 9.40982 11.4299C9.57925 11.2438 9.78934 11.1087 10.0199 11.0375C10.5777 10.8654 11.2697 11.2936 12.6539 12.1498C14.0857 13.0356 14.8016 13.4785 14.9531 14.1052C15.0156 14.3639 15.0156 14.6361 14.9531 14.8948Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-play-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9531 12.3948C14.8016 13.0215 14.0857 13.4644 12.6539 14.3502C11.2697 15.2064 10.5777 15.6346 10.0199 15.4625C9.78934 15.3913 9.57925 15.2562 9.40982 15.07C9 14.6198 9 13.7465 9 12C9 10.2535 9 9.38018 9.40982 8.92995C9.57925 8.74381 9.78934 8.60868 10.0199 8.53753C10.5777 8.36544 11.2697 8.79357 12.6539 9.64983C14.0857 10.5356 14.8016 10.9785 14.9531 11.6052C15.0156 11.8639 15.0156 12.1361 14.9531 12.3948Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9531 12.3948C14.8016 13.0215 14.0857 13.4644 12.6539 14.3502C11.2697 15.2064 10.5777 15.6346 10.0199 15.4625C9.78934 15.3913 9.57925 15.2562 9.40982 15.07C9 14.6198 9 13.7465 9 12C9 10.2535 9 9.38018 9.40982 8.92995C9.57925 8.74381 9.78934 8.60868 10.0199 8.53753C10.5777 8.36544 11.2697 8.79357 12.6539 9.64983C14.0857 10.5356 14.8016 10.9785 14.9531 11.6052C15.0156 11.8639 15.0156 12.1361 14.9531 12.3948Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-video-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 11C2 7.70017 2 6.05025 3.02513 5.02513C4.05025 4 5.70017 4 9 4H10C13.2998 4 14.9497 4 15.9749 5.02513C17 6.05025 17 7.70017 17 11V13C17 16.2998 17 17.9497 15.9749 18.9749C14.9497 20 13.2998 20 10 20H9C5.70017 20 4.05025 20 3.02513 18.9749C2 17.9497 2 16.2998 2 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 8.90585L17.1259 8.80196C19.2417 7.05623 20.2996 6.18336 21.1498 6.60482C22 7.02628 22 8.42355 22 11.2181V12.7819C22 15.5765 22 16.9737 21.1498 17.3952C20.2996 17.8166 19.2417 16.9438 17.1259 15.198L17 15.0941%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2211.5%22 cy%3D%229.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 11C2 7.70017 2 6.05025 3.02513 5.02513C4.05025 4 5.70017 4 9 4H10C13.2998 4 14.9497 4 15.9749 5.02513C17 6.05025 17 7.70017 17 11V13C17 16.2998 17 17.9497 15.9749 18.9749C14.9497 20 13.2998 20 10 20H9C5.70017 20 4.05025 20 3.02513 18.9749C2 17.9497 2 16.2998 2 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 8.90585L17.1259 8.80196C19.2417 7.05623 20.2996 6.18336 21.1498 6.60482C22 7.02628 22 8.42355 22 11.2181V12.7819C22 15.5765 22 16.9737 21.1498 17.3952C20.2996 17.8166 19.2417 16.9438 17.1259 15.198L17 15.0941%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2211.5%22 cy%3D%229.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-video-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 8L13 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11C2 7.70017 2 6.05025 3.02513 5.02513C4.05025 4 5.70017 4 9 4H10C13.2998 4 14.9497 4 15.9749 5.02513C17 6.05025 17 7.70017 17 11V13C17 16.2998 17 17.9497 15.9749 18.9749C14.9497 20 13.2998 20 10 20H9C5.70017 20 4.05025 20 3.02513 18.9749C2 17.9497 2 16.2998 2 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 8.90585L17.1259 8.80196C19.2417 7.05623 20.2996 6.18336 21.1498 6.60482C22 7.02628 22 8.42355 22 11.2181V12.7819C22 15.5765 22 16.9737 21.1498 17.3952C20.2996 17.8166 19.2417 16.9438 17.1259 15.198L17 15.0941%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 8L13 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11C2 7.70017 2 6.05025 3.02513 5.02513C4.05025 4 5.70017 4 9 4H10C13.2998 4 14.9497 4 15.9749 5.02513C17 6.05025 17 7.70017 17 11V13C17 16.2998 17 17.9497 15.9749 18.9749C14.9497 20 13.2998 20 10 20H9C5.70017 20 4.05025 20 3.02513 18.9749C2 17.9497 2 16.2998 2 13V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 8.90585L17.1259 8.80196C19.2417 7.05623 20.2996 6.18336 21.1498 6.60482C22 7.02628 22 8.42355 22 11.2181V12.7819C22 15.5765 22 16.9737 21.1498 17.3952C20.2996 17.8166 19.2417 16.9438 17.1259 15.198L17 15.0941%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-video-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2.75781L21.9753 22.7578%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8497 17.6256C16.7205 18.564 16.4646 19.2247 15.9576 19.7323C14.9337 20.7575 13.2858 20.7575 9.9901 20.7575H8.99134C5.69559 20.7575 4.04771 20.7575 3.02386 19.7323C2 18.7072 2 17.0573 2 13.7575V11.7575C2 8.45764 2 6.80772 3.02386 5.78259C3.36638 5.43965 3.77873 5.21144 4.29925 5.05957%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.23438 4.75833C8.47626 4.75781 8.72805 4.75781 8.99028 4.75781H9.98904C13.2848 4.75781 14.9327 4.75781 15.9565 5.78294C16.9804 6.80806 16.9804 8.45798 16.9804 11.7578V13.5152M16.9804 9.98923L19.2999 8.28694C20.771 7.29855 21.447 7.92978 21.6655 8.40628C22.1172 9.68595 21.9749 12.1514 21.9749 15.2995C21.8684 17.3128 21.5933 17.5297 21.3118 17.7517L21.3089 17.7541%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2.75781L21.9753 22.7578%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8497 17.6256C16.7205 18.564 16.4646 19.2247 15.9576 19.7323C14.9337 20.7575 13.2858 20.7575 9.9901 20.7575H8.99134C5.69559 20.7575 4.04771 20.7575 3.02386 19.7323C2 18.7072 2 17.0573 2 13.7575V11.7575C2 8.45764 2 6.80772 3.02386 5.78259C3.36638 5.43965 3.77873 5.21144 4.29925 5.05957%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.23438 4.75833C8.47626 4.75781 8.72805 4.75781 8.99028 4.75781H9.98904C13.2848 4.75781 14.9327 4.75781 15.9565 5.78294C16.9804 6.80806 16.9804 8.45798 16.9804 11.7578V13.5152M16.9804 9.98923L19.2999 8.28694C20.771 7.29855 21.447 7.92978 21.6655 8.40628C22.1172 9.68595 21.9749 12.1514 21.9749 15.2995C21.8684 17.3128 21.5933 17.5297 21.3118 17.7517L21.3089 17.7541%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-image-and-camera-icons-video-replay{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.7 21.3354C16.528 21.5 14.9996 21.5 12.95 21.5H11.05C7.01949 21.5 5.00424 21.5 3.75212 20.2479C2.5 18.9958 2.5 16.9805 2.5 12.95V11.05C2.5 7.01949 2.5 5.00424 3.75212 3.75212C5.00424 2.5 7.01949 2.5 11.05 2.5H12.95C16.9805 2.5 18.9958 2.5 20.2479 3.75212C21.5 5.00424 21.5 7.01949 21.5 11.05V12.95C21.5 14.1582 21.5 15.1853 21.4663 16.0651C21.4392 16.7701 21.4257 17.1227 21.1587 17.2544C20.8917 17.3861 20.5931 17.1748 19.9958 16.7522L18.65 15.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9453 12.3948C14.7686 13.0215 13.9333 13.4644 12.2629 14.3502C10.648 15.2064 9.8406 15.6346 9.18992 15.4625C8.9209 15.3913 8.6758 15.2562 8.47812 15.07C8 14.6198 8 13.7465 8 12C8 10.2535 8 9.38018 8.47812 8.92995C8.6758 8.74381 8.9209 8.60868 9.18992 8.53753C9.8406 8.36544 10.648 8.79357 12.2629 9.64983C13.9333 10.5356 14.7686 10.9785 14.9453 11.6052C15.0182 11.8639 15.0182 12.1361 14.9453 12.3948Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.7 21.3354C16.528 21.5 14.9996 21.5 12.95 21.5H11.05C7.01949 21.5 5.00424 21.5 3.75212 20.2479C2.5 18.9958 2.5 16.9805 2.5 12.95V11.05C2.5 7.01949 2.5 5.00424 3.75212 3.75212C5.00424 2.5 7.01949 2.5 11.05 2.5H12.95C16.9805 2.5 18.9958 2.5 20.2479 3.75212C21.5 5.00424 21.5 7.01949 21.5 11.05V12.95C21.5 14.1582 21.5 15.1853 21.4663 16.0651C21.4392 16.7701 21.4257 17.1227 21.1587 17.2544C20.8917 17.3861 20.5931 17.1748 19.9958 16.7522L18.65 15.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9453 12.3948C14.7686 13.0215 13.9333 13.4644 12.2629 14.3502C10.648 15.2064 9.8406 15.6346 9.18992 15.4625C8.9209 15.3913 8.6758 15.2562 8.47812 15.07C8 14.6198 8 13.7465 8 12C8 10.2535 8 9.38018 8.47812 8.92995C8.6758 8.74381 8.9209 8.60868 9.18992 8.53753C9.8406 8.36544 10.648 8.79357 12.2629 9.64983C13.9333 10.5356 14.7686 10.9785 14.9453 11.6052C15.0182 11.8639 15.0182 12.1361 14.9453 12.3948Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-adzan{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.59279 12C2.73603 6.28571 10.1661 4.5 11.9987 2C13.8316 4.5 21.2614 6.28571 17.4021 12H6.59279Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16L12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 12V16.2857C6.5 18.9795 6.5 20.3263 7.30546 21.1632C8.11091 22 9.40728 22 12 22C14.5927 22 15.8891 22 16.6945 21.1632C17.5 20.3263 17.5 18.9795 17.5 16.2857V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 14L21 13.5M20 18L21 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14L3 13.5M4 18L3 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.59279 12C2.73603 6.28571 10.1661 4.5 11.9987 2C13.8316 4.5 21.2614 6.28571 17.4021 12H6.59279Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16L12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 12V16.2857C6.5 18.9795 6.5 20.3263 7.30546 21.1632C8.11091 22 9.40728 22 12 22C14.5927 22 15.8891 22 16.6945 21.1632C17.5 20.3263 17.5 18.9795 17.5 16.2857V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 14L21 13.5M20 18L21 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14L3 13.5M4 18L3 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-al-aqsa-mosque{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 12V11.25C5.58579 11.25 5.25 11.5858 5.25 12H6ZM18 12H18.75C18.75 11.5858 18.4142 11.25 18 11.25V12ZM18 22V22.75C18.4142 22.75 18.75 22.4142 18.75 22H18ZM6 22H5.25C5.25 22.4142 5.58579 22.75 6 22.75V22ZM6 12.75H18V11.25H6V12.75ZM17.25 12V22H18.75V12H17.25ZM18 21.25H6V22.75H18V21.25ZM6.75 22V12H5.25V22H6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14 22V18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12L20.7022 13.0133C21.7801 13.4175 22 13.7348 22 14.886V22H18V12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.886C2 13.7348 2.21988 13.4175 3.29775 13.0133L6 12V22H2V14.886Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.208 9.5C17.3133 6.36054 15.1439 3 12 3C8.85611 3 6.68666 6.36054 7.79198 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12V10M16 12V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9.5H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 12V11.25C5.58579 11.25 5.25 11.5858 5.25 12H6ZM18 12H18.75C18.75 11.5858 18.4142 11.25 18 11.25V12ZM18 22V22.75C18.4142 22.75 18.75 22.4142 18.75 22H18ZM6 22H5.25C5.25 22.4142 5.58579 22.75 6 22.75V22ZM6 12.75H18V11.25H6V12.75ZM17.25 12V22H18.75V12H17.25ZM18 21.25H6V22.75H18V21.25ZM6.75 22V12H5.25V22H6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M14 22V18C14 16.8954 13.1046 16 12 16C10.8954 16 10 16.8954 10 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12L20.7022 13.0133C21.7801 13.4175 22 13.7348 22 14.886V22H18V12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.886C2 13.7348 2.21988 13.4175 3.29775 13.0133L6 12V22H2V14.886Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.208 9.5C17.3133 6.36054 15.1439 3 12 3C8.85611 3 6.68666 6.36054 7.79198 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12V10M16 12V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9.5H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-allah{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.77907 3.35212C10.3428 2.74898 10.6246 2.44741 10.9257 2.27941C11.5935 1.90686 12.4065 1.90686 13.0743 2.27941C13.3754 2.44741 13.6572 2.74898 14.2209 3.35212C14.4749 3.62385 14.6019 3.75972 14.7431 3.8688C15.0532 4.10826 15.4214 4.26079 15.8099 4.31069C15.987 4.33343 16.1728 4.32715 16.5445 4.31459C17.3696 4.2867 17.7822 4.27276 18.1139 4.36689C18.8495 4.57561 19.4244 5.15054 19.6331 5.88612C19.7272 6.21784 19.7133 6.63038 19.6854 7.45546C19.6728 7.82718 19.6666 8.01305 19.6893 8.19006C19.7392 8.57861 19.8917 8.94684 20.1312 9.25688C20.2403 9.39812 20.3761 9.5251 20.6479 9.77907C21.251 10.3428 21.5526 10.6246 21.7206 10.9257C22.0931 11.5935 22.0931 12.4065 21.7206 13.0743C21.5526 13.3754 21.251 13.6572 20.6479 14.2209C20.3761 14.4749 20.2403 14.6019 20.1312 14.7431C19.8917 15.0532 19.7392 15.4214 19.6893 15.8099C19.6666 15.987 19.6728 16.1728 19.6854 16.5445C19.7133 17.3696 19.7272 17.7822 19.6331 18.1139C19.4244 18.8495 18.8495 19.4244 18.1139 19.6331C17.7822 19.7272 17.3696 19.7133 16.5445 19.6854C16.1728 19.6728 15.987 19.6666 15.8099 19.6893C15.4214 19.7392 15.0532 19.8917 14.7431 20.1312C14.6019 20.2403 14.4749 20.3761 14.2209 20.6479C13.6572 21.251 13.3754 21.5526 13.0743 21.7206C12.4065 22.0931 11.5935 22.0931 10.9257 21.7206C10.6246 21.5526 10.3428 21.251 9.77907 20.6479C9.5251 20.3761 9.39812 20.2403 9.25688 20.1312C8.94684 19.8917 8.57861 19.7392 8.19006 19.6893C8.01305 19.6666 7.82718 19.6728 7.45546 19.6854C6.63038 19.7133 6.21784 19.7272 5.88612 19.6331C5.15054 19.4244 4.57561 18.8495 4.36689 18.1139C4.27276 17.7822 4.2867 17.3696 4.31459 16.5445C4.32715 16.1728 4.33343 15.987 4.31069 15.8099C4.26079 15.4214 4.10826 15.0532 3.8688 14.7431C3.75972 14.6019 3.62385 14.4749 3.35212 14.2209C2.74898 13.6572 2.44741 13.3754 2.27941 13.0743C1.90686 12.4065 1.90686 11.5935 2.27941 10.9257C2.44741 10.6246 2.74898 10.3428 3.35212 9.77907C3.62385 9.5251 3.75972 9.39812 3.8688 9.25688C4.10826 8.94684 4.26079 8.5786 4.31069 8.19006C4.33343 8.01305 4.32715 7.82718 4.31459 7.45546C4.2867 6.63038 4.27276 6.21784 4.36689 5.88612C4.57561 5.15054 5.15054 4.57561 5.88612 4.36689C6.21784 4.27276 6.63038 4.2867 7.45546 4.31459C7.82718 4.32715 8.01305 4.33343 8.19006 4.31069C8.5786 4.26079 8.94684 4.10826 9.25688 3.8688C9.39812 3.75972 9.5251 3.62385 9.77907 3.35212Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 10V16M14.5 10V14.5C14.5 15.3284 13.8284 16 13 16C12.1716 16 11.5 15.3284 11.5 14.5M11.5 8V14.5M11.5 14.5V10M11.5 14.5C11.5 15.3284 10.8284 16 10 16C9.17157 16 8.5 15.3284 8.5 14.5V10C8.5 10 6 10.5 6 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.77907 3.35212C10.3428 2.74898 10.6246 2.44741 10.9257 2.27941C11.5935 1.90686 12.4065 1.90686 13.0743 2.27941C13.3754 2.44741 13.6572 2.74898 14.2209 3.35212C14.4749 3.62385 14.6019 3.75972 14.7431 3.8688C15.0532 4.10826 15.4214 4.26079 15.8099 4.31069C15.987 4.33343 16.1728 4.32715 16.5445 4.31459C17.3696 4.2867 17.7822 4.27276 18.1139 4.36689C18.8495 4.57561 19.4244 5.15054 19.6331 5.88612C19.7272 6.21784 19.7133 6.63038 19.6854 7.45546C19.6728 7.82718 19.6666 8.01305 19.6893 8.19006C19.7392 8.57861 19.8917 8.94684 20.1312 9.25688C20.2403 9.39812 20.3761 9.5251 20.6479 9.77907C21.251 10.3428 21.5526 10.6246 21.7206 10.9257C22.0931 11.5935 22.0931 12.4065 21.7206 13.0743C21.5526 13.3754 21.251 13.6572 20.6479 14.2209C20.3761 14.4749 20.2403 14.6019 20.1312 14.7431C19.8917 15.0532 19.7392 15.4214 19.6893 15.8099C19.6666 15.987 19.6728 16.1728 19.6854 16.5445C19.7133 17.3696 19.7272 17.7822 19.6331 18.1139C19.4244 18.8495 18.8495 19.4244 18.1139 19.6331C17.7822 19.7272 17.3696 19.7133 16.5445 19.6854C16.1728 19.6728 15.987 19.6666 15.8099 19.6893C15.4214 19.7392 15.0532 19.8917 14.7431 20.1312C14.6019 20.2403 14.4749 20.3761 14.2209 20.6479C13.6572 21.251 13.3754 21.5526 13.0743 21.7206C12.4065 22.0931 11.5935 22.0931 10.9257 21.7206C10.6246 21.5526 10.3428 21.251 9.77907 20.6479C9.5251 20.3761 9.39812 20.2403 9.25688 20.1312C8.94684 19.8917 8.57861 19.7392 8.19006 19.6893C8.01305 19.6666 7.82718 19.6728 7.45546 19.6854C6.63038 19.7133 6.21784 19.7272 5.88612 19.6331C5.15054 19.4244 4.57561 18.8495 4.36689 18.1139C4.27276 17.7822 4.2867 17.3696 4.31459 16.5445C4.32715 16.1728 4.33343 15.987 4.31069 15.8099C4.26079 15.4214 4.10826 15.0532 3.8688 14.7431C3.75972 14.6019 3.62385 14.4749 3.35212 14.2209C2.74898 13.6572 2.44741 13.3754 2.27941 13.0743C1.90686 12.4065 1.90686 11.5935 2.27941 10.9257C2.44741 10.6246 2.74898 10.3428 3.35212 9.77907C3.62385 9.5251 3.75972 9.39812 3.8688 9.25688C4.10826 8.94684 4.26079 8.5786 4.31069 8.19006C4.33343 8.01305 4.32715 7.82718 4.31459 7.45546C4.2867 6.63038 4.27276 6.21784 4.36689 5.88612C4.57561 5.15054 5.15054 4.57561 5.88612 4.36689C6.21784 4.27276 6.63038 4.2867 7.45546 4.31459C7.82718 4.32715 8.01305 4.33343 8.19006 4.31069C8.5786 4.26079 8.94684 4.10826 9.25688 3.8688C9.39812 3.75972 9.5251 3.62385 9.77907 3.35212Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 10V16M14.5 10V14.5C14.5 15.3284 13.8284 16 13 16C12.1716 16 11.5 15.3284 11.5 14.5M11.5 8V14.5M11.5 14.5V10M11.5 14.5C11.5 15.3284 10.8284 16 10 16C9.17157 16 8.5 15.3284 8.5 14.5V10C8.5 10 6 10.5 6 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-alms{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.4688 3.99707C15.973 3.99707 18.003 6.00924 18.003 8.49137C18.003 10.9735 15.973 12.9857 13.4688 12.9857C11.2469 12.9857 9.39821 11.4015 9.00977 9.31042%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0001 13.9844H19.6071C19.3132 13.9844 19.0233 14.0506 18.7604 14.1777L16.72 15.1645C16.4571 15.2916 16.1672 15.3577 15.8733 15.3577H14.8314C13.8238 15.3577 13.0069 16.1478 13.0069 17.1224C13.0069 17.1617 13.0339 17.1964 13.0731 17.2072L15.6121 17.9089C16.0675 18.0347 16.5552 17.9909 16.9789 17.786L19.1602 16.7312M13.0069 16.4812L8.41762 15.0719C7.60405 14.8185 6.72459 15.1189 6.21495 15.8243C5.84647 16.3343 5.9965 17.0647 6.53335 17.3743L14.0432 21.7051C14.5209 21.9805 15.0845 22.0477 15.6098 21.8919L22.0001 19.9966%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.00488 4.49468C3.53227 3.89714 5.70544 2.43903 6.89335 2.1401C9.526 1.61149 10.9072 2.38997 14.0247 3.9985C12.7127 4.0263 10.9487 4.77712 10.0807 6.49271M10.0807 6.49271H8.29649M10.0807 6.49271H11.3895C11.7832 6.52131 12.6316 6.7584 12.9585 7.51936C13.0896 7.82474 13.1271 8.18768 12.8695 8.37104C12.5221 8.72932 12.0236 8.71529 11.5815 8.79366M11.5815 8.79366C11.0739 8.8836 10.5851 8.9835 10.0739 9.08292M11.5815 8.79366L10.0739 9.08292M10.0739 9.08292C9.9611 9.10486 9.84721 9.12678 9.73179 9.14857M10.0739 9.08292L9.73179 9.14857M9.73179 9.14857C8.93512 9.23752 6.99295 10.1666 6.0471 10.4268C5.72515 10.5806 3.14414 11.0809 2.01902 10.9931%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.4688 3.99707C15.973 3.99707 18.003 6.00924 18.003 8.49137C18.003 10.9735 15.973 12.9857 13.4688 12.9857C11.2469 12.9857 9.39821 11.4015 9.00977 9.31042%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0001 13.9844H19.6071C19.3132 13.9844 19.0233 14.0506 18.7604 14.1777L16.72 15.1645C16.4571 15.2916 16.1672 15.3577 15.8733 15.3577H14.8314C13.8238 15.3577 13.0069 16.1478 13.0069 17.1224C13.0069 17.1617 13.0339 17.1964 13.0731 17.2072L15.6121 17.9089C16.0675 18.0347 16.5552 17.9909 16.9789 17.786L19.1602 16.7312M13.0069 16.4812L8.41762 15.0719C7.60405 14.8185 6.72459 15.1189 6.21495 15.8243C5.84647 16.3343 5.9965 17.0647 6.53335 17.3743L14.0432 21.7051C14.5209 21.9805 15.0845 22.0477 15.6098 21.8919L22.0001 19.9966%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.00488 4.49468C3.53227 3.89714 5.70544 2.43903 6.89335 2.1401C9.526 1.61149 10.9072 2.38997 14.0247 3.9985C12.7127 4.0263 10.9487 4.77712 10.0807 6.49271M10.0807 6.49271H8.29649M10.0807 6.49271H11.3895C11.7832 6.52131 12.6316 6.7584 12.9585 7.51936C13.0896 7.82474 13.1271 8.18768 12.8695 8.37104C12.5221 8.72932 12.0236 8.71529 11.5815 8.79366M11.5815 8.79366C11.0739 8.8836 10.5851 8.9835 10.0739 9.08292M11.5815 8.79366L10.0739 9.08292M10.0739 9.08292C9.9611 9.10486 9.84721 9.12678 9.73179 9.14857M10.0739 9.08292L9.73179 9.14857M9.73179 9.14857C8.93512 9.23752 6.99295 10.1666 6.0471 10.4268C5.72515 10.5806 3.14414 11.0809 2.01902 10.9931%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-bedug-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 16C6.10457 16 7 12.866 7 9C7 5.13401 6.10457 2 5 2C3.89543 2 3 5.13401 3 9C3 12.866 3.89543 16 5 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 15.5L16 22M8 22L18 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 2L16.1103 3.58719C19.1126 4.01608 21 5.73626 21 9C21 11.0222 20.065 13.3797 18 14.0512M5 16L14.0942 14.7008M8.83195 2.54742C9.56585 4.09552 10.123 6.18217 10.0113 9.56933C9.93575 11.2861 9.68691 13.6615 8.85527 15.4492%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 16C6.10457 16 7 12.866 7 9C7 5.13401 6.10457 2 5 2C3.89543 2 3 5.13401 3 9C3 12.866 3.89543 16 5 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 15.5L16 22M8 22L18 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 2L16.1103 3.58719C19.1126 4.01608 21 5.73626 21 9C21 11.0222 20.065 13.3797 18 14.0512M5 16L14.0942 14.7008M8.83195 2.54742C9.56585 4.09552 10.123 6.18217 10.0113 9.56933C9.93575 11.2861 9.68691 13.6615 8.85527 15.4492%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-bedug-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 10C22 6.13401 20.5 4 18 3C16.5342 2.37764 14.6088 2 12.5 2C10.3912 2 8.46579 2.37764 7 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 3C8.46579 2.37764 10.3912 2 12.5 2C14.6088 2 16.5342 2.37764 18 3C20.5 4 22 6.13401 22 10C22 13.866 20.5 16 18 17C16.5342 17.6224 14.6088 18 12.5 18C10.3912 18 8.46579 17.6224 7 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 22L18 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15L7 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 10C3 6.13401 4.79086 3 7 3C9.20914 3 11 6.13401 11 10C11 13.866 9.20914 17 7 17C5.51321 17 4.21588 15.5804 3.52643 13.4736%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99981 10H7.00879%22 stroke%3D%22black%22 stroke-width%3D%223%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 22L16 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 10C22 6.13401 20.5 4 18 3C16.5342 2.37764 14.6088 2 12.5 2C10.3912 2 8.46579 2.37764 7 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 3C8.46579 2.37764 10.3912 2 12.5 2C14.6088 2 16.5342 2.37764 18 3C20.5 4 22 6.13401 22 10C22 13.866 20.5 16 18 17C16.5342 17.6224 14.6088 18 12.5 18C10.3912 18 8.46579 17.6224 7 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 22L18 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15L7 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 10C3 6.13401 4.79086 3 7 3C9.20914 3 11 6.13401 11 10C11 13.866 9.20914 17 7 17C5.51321 17 4.21588 15.5804 3.52643 13.4736%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99981 10H7.00879%22 stroke%3D%22black%22 stroke-width%3D%223%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 22L16 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-camel{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 13.7208C11.31 13.3101 11 12.8256 11 12.5M12 13.7208V20H8.5L10 18L9 13.5C6 13.5 4.5 10 4.5 8H3C2.44772 8 2 7.55228 2 7C2 5.89543 2.89543 5 4 5H5.5L5.76816 4.59775C6.16561 4.00159 6.98227 3.8617 7.55547 4.2916C8.08539 4.68904 8.21252 5.43122 7.84509 5.98237L7.5 6.5C7.33333 7.16667 7.3 8.6 8.5 9C9.16667 9.16667 10.6 9 11 7C11.5 5.5 12.5 3 14.5 3C16.1156 3 16.4261 5.28398 18.3308 6.9526C19.2335 7.7434 20 8.7781 20 9.97819V20H17L18 18L17.5 14.2285C15.7934 14.7554 13.5427 14.6389 12 13.7208ZM19.2986 8C19.2986 8 22 8.50003 22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 13.7208C11.31 13.3101 11 12.8256 11 12.5M12 13.7208V20H8.5L10 18L9 13.5C6 13.5 4.5 10 4.5 8H3C2.44772 8 2 7.55228 2 7C2 5.89543 2.89543 5 4 5H5.5L5.76816 4.59775C6.16561 4.00159 6.98227 3.8617 7.55547 4.2916C8.08539 4.68904 8.21252 5.43122 7.84509 5.98237L7.5 6.5C7.33333 7.16667 7.3 8.6 8.5 9C9.16667 9.16667 10.6 9 11 7C11.5 5.5 12.5 3 14.5 3C16.1156 3 16.4261 5.28398 18.3308 6.9526C19.2335 7.7434 20 8.7781 20 9.97819V20H17L18 18L17.5 14.2285C15.7934 14.7554 13.5427 14.6389 12 13.7208ZM19.2986 8C19.2986 8 22 8.50003 22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-charity{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 19H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 16C19.7767 16.0234 20.24 16.1102 20.5607 16.4313C21 16.8713 21 17.5794 21 18.9957C21 20.4119 21 21.12 20.5607 21.56C20.1213 22 19.4142 22 18 22H6C4.58579 22 3.87868 22 3.43934 21.56C3 21.12 3 20.4119 3 18.9957C3 17.5794 3 16.8713 3.43934 16.4313C3.75999 16.1102 4.22328 16.0234 5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.3151 19C15.0417 18.3718 15.5 17.4526 15.5 16.4286C15.5 14.535 13.933 13 12 13C10.067 13 8.5 14.535 8.5 16.4286C8.5 17.4526 8.95829 18.3718 9.6849 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 10L17.6052 10C17.311 10 17.0209 9.93373 16.7578 9.80643L14.7159 8.81844C14.4528 8.69114 14.1627 8.62487 13.8685 8.62487L12.8259 8.62487C11.8175 8.62487 11 7.83382 11 6.858C11 6.81856 11.027 6.7839 11.0662 6.77306L13.6071 6.07055C14.0629 5.94453 14.551 5.98842 14.975 6.19357L17.1579 7.24974M11 7.5L6.40723 8.91108C5.59303 9.16476 4.71292 8.86396 4.2029 8.1577C3.83414 7.64706 3.98428 6.91581 4.52154 6.60583L12.0371 2.26947C12.5151 1.99367 13.0791 1.92638 13.6048 2.08239L20 3.98005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 19H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 16C19.7767 16.0234 20.24 16.1102 20.5607 16.4313C21 16.8713 21 17.5794 21 18.9957C21 20.4119 21 21.12 20.5607 21.56C20.1213 22 19.4142 22 18 22H6C4.58579 22 3.87868 22 3.43934 21.56C3 21.12 3 20.4119 3 18.9957C3 17.5794 3 16.8713 3.43934 16.4313C3.75999 16.1102 4.22328 16.0234 5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.3151 19C15.0417 18.3718 15.5 17.4526 15.5 16.4286C15.5 14.535 13.933 13 12 13C10.067 13 8.5 14.535 8.5 16.4286C8.5 17.4526 8.95829 18.3718 9.6849 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 10L17.6052 10C17.311 10 17.0209 9.93373 16.7578 9.80643L14.7159 8.81844C14.4528 8.69114 14.1627 8.62487 13.8685 8.62487L12.8259 8.62487C11.8175 8.62487 11 7.83382 11 6.858C11 6.81856 11.027 6.7839 11.0662 6.77306L13.6071 6.07055C14.0629 5.94453 14.551 5.98842 14.975 6.19357L17.1579 7.24974M11 7.5L6.40723 8.91108C5.59303 9.16476 4.71292 8.86396 4.2029 8.1577C3.83414 7.64706 3.98428 6.91581 4.52154 6.60583L12.0371 2.26947C12.5151 1.99367 13.0791 1.92638 13.6048 2.08239L20 3.98005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-clothes{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0032 2.55556L14.5016 2C14.0013 3 13.0006 3.5 12 3.5C10.9994 3.5 9.99871 3 9.49839 2L6.99678 2.55556M17.0032 2.55556L17.4345 2.65134C18.442 2.87509 19.3482 3.4731 19.7132 4.43787C20.3752 6.18796 20.9185 8.98395 20.9962 12.9991C21.0053 13.4665 21.0098 13.7002 20.8627 13.8501C20.7156 14 20.4788 14 20.0052 14H17.966M17.0032 2.55556C17.0032 4.86557 17.2187 8.87061 17.966 14M17.966 14C18.1099 14.9879 18.3937 16.6177 18.6283 17.9295C18.8053 18.9196 18.8938 19.4146 18.5583 20.0311C18.2227 20.6476 17.8839 20.7899 17.2062 21.0744C16.0771 21.5484 14.3775 22 12 22C9.62254 22 7.92293 21.5484 6.79378 21.0744C6.11609 20.7899 5.77725 20.6476 5.44171 20.0311C5.10617 19.4146 5.19469 18.9196 5.37173 17.9295C5.60631 16.6177 5.89007 14.9879 6.034 14M6.99678 2.55556L6.56545 2.65134C5.55795 2.87509 4.6518 3.4731 4.28683 4.43787C3.62477 6.18796 3.08153 8.98395 3.00375 12.9991C2.9947 13.4665 2.99017 13.7002 3.13728 13.8501C3.28438 14 3.5212 14 3.99484 14H6.034M6.99678 2.55556C6.99678 4.86557 6.78127 8.87061 6.034 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.031 3C13.884 6.47826 14.1192 13.7478 18 15M9.96919 3C10.1162 6.47826 9.88048 13.7478 6 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0032 2.55556L14.5016 2C14.0013 3 13.0006 3.5 12 3.5C10.9994 3.5 9.99871 3 9.49839 2L6.99678 2.55556M17.0032 2.55556L17.4345 2.65134C18.442 2.87509 19.3482 3.4731 19.7132 4.43787C20.3752 6.18796 20.9185 8.98395 20.9962 12.9991C21.0053 13.4665 21.0098 13.7002 20.8627 13.8501C20.7156 14 20.4788 14 20.0052 14H17.966M17.0032 2.55556C17.0032 4.86557 17.2187 8.87061 17.966 14M17.966 14C18.1099 14.9879 18.3937 16.6177 18.6283 17.9295C18.8053 18.9196 18.8938 19.4146 18.5583 20.0311C18.2227 20.6476 17.8839 20.7899 17.2062 21.0744C16.0771 21.5484 14.3775 22 12 22C9.62254 22 7.92293 21.5484 6.79378 21.0744C6.11609 20.7899 5.77725 20.6476 5.44171 20.0311C5.10617 19.4146 5.19469 18.9196 5.37173 17.9295C5.60631 16.6177 5.89007 14.9879 6.034 14M6.99678 2.55556L6.56545 2.65134C5.55795 2.87509 4.6518 3.4731 4.28683 4.43787C3.62477 6.18796 3.08153 8.98395 3.00375 12.9991C2.9947 13.4665 2.99017 13.7002 3.13728 13.8501C3.28438 14 3.5212 14 3.99484 14H6.034M6.99678 2.55556C6.99678 4.86557 6.78127 8.87061 6.034 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.031 3C13.884 6.47826 14.1192 13.7478 18 15M9.96919 3C10.1162 6.47826 9.88048 13.7478 6 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-dates{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9607 5.99795C11.3337 7.8411 10.1242 10.5002 6.95309 9.91381M7.83057 7.06956C8.72356 6.0208 10.8911 5.5891 13.4639 6.47023C14.5767 6.77523 16.9784 7.96445 18.0807 8.84293C19.4262 9.73787 21.3422 11.6368 21.8423 13.611C22.3883 15.4291 21.542 18.1709 18.8851 19.9688C16.3443 21.6883 12.7842 21.7329 9.32863 16.3724C9.20142 16.3724 5.2272 9.90689 7.83057 7.06956Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M1.99726 14.0839C4.05614 13.6696 6.39737 14.928 5.99569 17.9983M16.9352 7.80908C16.9352 7.61966 16.5242 6.66177 16.1183 6.16236C14.2903 3.53079 11.5791 2.5835 9.67462 3.17201C7.69904 3.6665 5.80817 5.50734 4.90941 6.85023C3.84684 8.14169 2.79002 10.3565 2.48185 11.4684C1.59341 14.0388 2.00782 16.2614 3.054 17.1575C3.73898 17.7956 5.91823 18.6891 9.15548 17.1575%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 13.0238C11 13.0238 10.9993 14.2477 12.2173 14.2472C13.4354 14.2467 13.4348 15.4704 13.4348 15.4704M14.0098 10C14.0098 10 14.0091 11.2239 15.2271 11.2234C16.4452 11.2229 16.4446 12.4465 16.4446 12.4465M15.5652 14.5535C15.5652 14.5535 15.5645 15.7773 16.7825 15.7768C18.0006 15.7763 18 17 18 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9607 5.99795C11.3337 7.8411 10.1242 10.5002 6.95309 9.91381M7.83057 7.06956C8.72356 6.0208 10.8911 5.5891 13.4639 6.47023C14.5767 6.77523 16.9784 7.96445 18.0807 8.84293C19.4262 9.73787 21.3422 11.6368 21.8423 13.611C22.3883 15.4291 21.542 18.1709 18.8851 19.9688C16.3443 21.6883 12.7842 21.7329 9.32863 16.3724C9.20142 16.3724 5.2272 9.90689 7.83057 7.06956Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M1.99726 14.0839C4.05614 13.6696 6.39737 14.928 5.99569 17.9983M16.9352 7.80908C16.9352 7.61966 16.5242 6.66177 16.1183 6.16236C14.2903 3.53079 11.5791 2.5835 9.67462 3.17201C7.69904 3.6665 5.80817 5.50734 4.90941 6.85023C3.84684 8.14169 2.79002 10.3565 2.48185 11.4684C1.59341 14.0388 2.00782 16.2614 3.054 17.1575C3.73898 17.7956 5.91823 18.6891 9.15548 17.1575%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 13.0238C11 13.0238 10.9993 14.2477 12.2173 14.2472C13.4354 14.2467 13.4348 15.4704 13.4348 15.4704M14.0098 10C14.0098 10 14.0091 11.2239 15.2271 11.2234C16.4452 11.2229 16.4446 12.4465 16.4446 12.4465M15.5652 14.5535C15.5652 14.5535 15.5645 15.7773 16.7825 15.7768C18.0006 15.7763 18 17 18 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-dua{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 13L18.3417 12.3417C17.5896 11.5896 16.3803 11.5578 15.5896 12.2694L12.9931 14.6062C12.361 15.1751 12 15.9856 12 16.8361V21H14.6865C15.5238 21 16.323 20.6501 16.8909 20.0348L21.2044 15.3619C21.7159 14.8077 22 14.0812 22 13.327V6H21C19.8954 6 19 6.89543 19 8V13ZM19 13L16 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 13L5.65826 12.3417C6.41042 11.5896 7.61975 11.5578 8.41041 12.2694L11.0069 14.6062C11.639 15.1751 12 15.9856 12 16.8361V21H9.31349C8.4762 21 7.677 20.6501 7.10908 20.0348L2.79559 15.3619C2.28405 14.8077 2 14.0812 2 13.327V6H3C4.10457 6 5 6.89543 5 8V13ZM5 13L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7.43427C14.4347 8.3725 13.406 9 12.2308 9C10.4465 9 9 7.55354 9 5.76923C9 4.594 9.6275 3.56534 10.5657 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4H14.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 13L18.3417 12.3417C17.5896 11.5896 16.3803 11.5578 15.5896 12.2694L12.9931 14.6062C12.361 15.1751 12 15.9856 12 16.8361V21H14.6865C15.5238 21 16.323 20.6501 16.8909 20.0348L21.2044 15.3619C21.7159 14.8077 22 14.0812 22 13.327V6H21C19.8954 6 19 6.89543 19 8V13ZM19 13L16 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 13L5.65826 12.3417C6.41042 11.5896 7.61975 11.5578 8.41041 12.2694L11.0069 14.6062C11.639 15.1751 12 15.9856 12 16.8361V21H9.31349C8.4762 21 7.677 20.6501 7.10908 20.0348L2.79559 15.3619C2.28405 14.8077 2 14.0812 2 13.327V6H3C4.10457 6 5 6.89543 5 8V13ZM5 13L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7.43427C14.4347 8.3725 13.406 9 12.2308 9C10.4465 9 9 7.55354 9 5.76923C9 4.594 9.6275 3.56534 10.5657 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4H14.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-eid-mubarak{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 11.8049C2.5 17.1594 6.84065 21.5 12.1951 21.5C16.601 21.5 20.3204 18.5611 21.5 14.5367C20.0791 15.5691 18.3306 16.1779 16.44 16.1779C11.6804 16.1779 7.82208 12.3196 7.82208 7.56005C7.82208 5.66937 8.43094 3.9209 9.46326 2.5C5.4389 3.67959 2.5 7.39904 2.5 11.8049Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2503 8.5C10.8263 5.5 14.9612 4 15.9999 2.5C17.0388 4 21.1737 5.5 18.7497 8.5M13.2503 8.5H18.7497M13.2503 8.5V15.5M18.7497 8.5V15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 11.8049C2.5 17.1594 6.84065 21.5 12.1951 21.5C16.601 21.5 20.3204 18.5611 21.5 14.5367C20.0791 15.5691 18.3306 16.1779 16.44 16.1779C11.6804 16.1779 7.82208 12.3196 7.82208 7.56005C7.82208 5.66937 8.43094 3.9209 9.46326 2.5C5.4389 3.67959 2.5 7.39904 2.5 11.8049Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2503 8.5C10.8263 5.5 14.9612 4 15.9999 2.5C17.0388 4 21.1737 5.5 18.7497 8.5M13.2503 8.5H18.7497M13.2503 8.5V15.5M18.7497 8.5V15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-haji{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 11.5L6.08998 13.2453C5.1458 13.7285 4.42974 14.5647 4.14652 15.5868C3.66954 17.3083 3 20.0686 3 22M14.5 11.5L17.91 13.2453C18.8542 13.7285 19.5703 14.5647 19.8535 15.5868C20.3305 17.3083 21 20.0686 21 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22C7 20.8473 7.5 17 8.00137 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16.9586C9.4359 17.1947 12.8462 16.5336 15 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20C12 20 17 18 18 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 16.5C19.5452 18.7075 18.5 21 17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5005 9.05826L15.921 6.9029C16.4159 4.36646 14.5233 2 12 2C9.47667 2 7.58414 4.36646 8.07901 6.9029L8.49952 9.05826C8.83325 10.7688 10.2983 12 12 12C13.7017 12 15.1668 10.7688 15.5005 9.05826Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6L11.0299 5.1362C11.6668 4.9546 12.3332 4.9546 12.9701 5.1362L16 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 11.5L6.08998 13.2453C5.1458 13.7285 4.42974 14.5647 4.14652 15.5868C3.66954 17.3083 3 20.0686 3 22M14.5 11.5L17.91 13.2453C18.8542 13.7285 19.5703 14.5647 19.8535 15.5868C20.3305 17.3083 21 20.0686 21 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22C7 20.8473 7.5 17 8.00137 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16.9586C9.4359 17.1947 12.8462 16.5336 15 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20C12 20 17 18 18 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 16.5C19.5452 18.7075 18.5 21 17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5005 9.05826L15.921 6.9029C16.4159 4.36646 14.5233 2 12 2C9.47667 2 7.58414 4.36646 8.07901 6.9029L8.49952 9.05826C8.83325 10.7688 10.2983 12 12 12C13.7017 12 15.1668 10.7688 15.5005 9.05826Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6L11.0299 5.1362C11.6668 4.9546 12.3332 4.9546 12.9701 5.1362L16 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-halal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5822 10.898V9M13.5822 10.898V11.9806M13.5822 10.898C13.5822 11.3554 13.5822 11.711 13.5962 12M15.734 11.5C15.7754 11.484 15.7964 11.4758 15.8152 11.4691C16.5292 11.2135 17.3037 11.5222 17.7322 12.2333C17.7435 12.252 17.7557 12.2732 17.78 12.3156L17.7994 12.3494C17.8466 12.4318 17.8703 12.473 17.8846 12.5019C18.2017 13.1431 17.8306 13.9486 17.1955 13.9978C17.1669 14 17.1243 14 17.0391 14H16.2521C15.3675 14 14.9252 14 14.5817 13.8156C14.2104 13.6164 13.9124 13.2701 13.7409 12.8387C13.6528 12.6172 13.6136 12.3604 13.5962 12M13.5822 11.9806V12C13.5822 12.4231 13.5822 12.7501 13.5699 13.0155M13.5822 11.9806L13.5962 12M11 15C11.8021 15 12.2031 15 12.5195 14.8478C12.9413 14.6448 13.2764 14.2554 13.4511 13.7654C13.5227 13.5647 13.5552 13.3347 13.5699 13.0155M13.5699 13.0155L11.4304 10.5M9 9V13C9 14.1046 8.10457 15 7 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.77907 3.35212C10.3428 2.74898 10.6246 2.44741 10.9257 2.27941C11.5935 1.90686 12.4065 1.90686 13.0743 2.27941C13.3754 2.44741 13.6572 2.74898 14.2209 3.35212C14.4749 3.62385 14.6019 3.75972 14.7431 3.8688C15.0532 4.10826 15.4214 4.26079 15.8099 4.31069C15.987 4.33343 16.1728 4.32715 16.5445 4.31459C17.3696 4.2867 17.7822 4.27276 18.1139 4.36689C18.8495 4.57561 19.4244 5.15054 19.6331 5.88612C19.7272 6.21784 19.7133 6.63038 19.6854 7.45546C19.6728 7.82718 19.6666 8.01305 19.6893 8.19006C19.7392 8.57861 19.8917 8.94684 20.1312 9.25688C20.2403 9.39812 20.3761 9.5251 20.6479 9.77907C21.251 10.3428 21.5526 10.6246 21.7206 10.9257C22.0931 11.5935 22.0931 12.4065 21.7206 13.0743C21.5526 13.3754 21.251 13.6572 20.6479 14.2209C20.3761 14.4749 20.2403 14.6019 20.1312 14.7431C19.8917 15.0532 19.7392 15.4214 19.6893 15.8099C19.6666 15.987 19.6728 16.1728 19.6854 16.5445C19.7133 17.3696 19.7272 17.7822 19.6331 18.1139C19.4244 18.8495 18.8495 19.4244 18.1139 19.6331C17.7822 19.7272 17.3696 19.7133 16.5445 19.6854C16.1728 19.6728 15.987 19.6666 15.8099 19.6893C15.4214 19.7392 15.0532 19.8917 14.7431 20.1312C14.6019 20.2403 14.4749 20.3761 14.2209 20.6479C13.6572 21.251 13.3754 21.5526 13.0743 21.7206C12.4065 22.0931 11.5935 22.0931 10.9257 21.7206C10.6246 21.5526 10.3428 21.251 9.77907 20.6479C9.5251 20.3761 9.39812 20.2403 9.25688 20.1312C8.94684 19.8917 8.57861 19.7392 8.19006 19.6893C8.01305 19.6666 7.82718 19.6728 7.45546 19.6854C6.63038 19.7133 6.21784 19.7272 5.88612 19.6331C5.15054 19.4244 4.57561 18.8495 4.36689 18.1139C4.27276 17.7822 4.2867 17.3696 4.31459 16.5445C4.32715 16.1728 4.33343 15.987 4.31069 15.8099C4.26079 15.4214 4.10826 15.0532 3.8688 14.7431C3.75972 14.6019 3.62385 14.4749 3.35212 14.2209C2.74898 13.6572 2.44741 13.3754 2.27941 13.0743C1.90686 12.4065 1.90686 11.5935 2.27941 10.9257C2.44741 10.6246 2.74898 10.3428 3.35212 9.77907C3.62385 9.5251 3.75972 9.39812 3.8688 9.25688C4.10826 8.94684 4.26079 8.5786 4.31069 8.19006C4.33343 8.01305 4.32715 7.82718 4.31459 7.45546C4.2867 6.63038 4.27276 6.21784 4.36689 5.88612C4.57561 5.15054 5.15054 4.57561 5.88612 4.36689C6.21784 4.27276 6.63038 4.2867 7.45546 4.31459C7.82718 4.32715 8.01305 4.33343 8.19006 4.31069C8.5786 4.26079 8.94684 4.10826 9.25688 3.8688C9.39812 3.75972 9.5251 3.62385 9.77907 3.35212Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5822 10.898V9M13.5822 10.898V11.9806M13.5822 10.898C13.5822 11.3554 13.5822 11.711 13.5962 12M15.734 11.5C15.7754 11.484 15.7964 11.4758 15.8152 11.4691C16.5292 11.2135 17.3037 11.5222 17.7322 12.2333C17.7435 12.252 17.7557 12.2732 17.78 12.3156L17.7994 12.3494C17.8466 12.4318 17.8703 12.473 17.8846 12.5019C18.2017 13.1431 17.8306 13.9486 17.1955 13.9978C17.1669 14 17.1243 14 17.0391 14H16.2521C15.3675 14 14.9252 14 14.5817 13.8156C14.2104 13.6164 13.9124 13.2701 13.7409 12.8387C13.6528 12.6172 13.6136 12.3604 13.5962 12M13.5822 11.9806V12C13.5822 12.4231 13.5822 12.7501 13.5699 13.0155M13.5822 11.9806L13.5962 12M11 15C11.8021 15 12.2031 15 12.5195 14.8478C12.9413 14.6448 13.2764 14.2554 13.4511 13.7654C13.5227 13.5647 13.5552 13.3347 13.5699 13.0155M13.5699 13.0155L11.4304 10.5M9 9V13C9 14.1046 8.10457 15 7 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.77907 3.35212C10.3428 2.74898 10.6246 2.44741 10.9257 2.27941C11.5935 1.90686 12.4065 1.90686 13.0743 2.27941C13.3754 2.44741 13.6572 2.74898 14.2209 3.35212C14.4749 3.62385 14.6019 3.75972 14.7431 3.8688C15.0532 4.10826 15.4214 4.26079 15.8099 4.31069C15.987 4.33343 16.1728 4.32715 16.5445 4.31459C17.3696 4.2867 17.7822 4.27276 18.1139 4.36689C18.8495 4.57561 19.4244 5.15054 19.6331 5.88612C19.7272 6.21784 19.7133 6.63038 19.6854 7.45546C19.6728 7.82718 19.6666 8.01305 19.6893 8.19006C19.7392 8.57861 19.8917 8.94684 20.1312 9.25688C20.2403 9.39812 20.3761 9.5251 20.6479 9.77907C21.251 10.3428 21.5526 10.6246 21.7206 10.9257C22.0931 11.5935 22.0931 12.4065 21.7206 13.0743C21.5526 13.3754 21.251 13.6572 20.6479 14.2209C20.3761 14.4749 20.2403 14.6019 20.1312 14.7431C19.8917 15.0532 19.7392 15.4214 19.6893 15.8099C19.6666 15.987 19.6728 16.1728 19.6854 16.5445C19.7133 17.3696 19.7272 17.7822 19.6331 18.1139C19.4244 18.8495 18.8495 19.4244 18.1139 19.6331C17.7822 19.7272 17.3696 19.7133 16.5445 19.6854C16.1728 19.6728 15.987 19.6666 15.8099 19.6893C15.4214 19.7392 15.0532 19.8917 14.7431 20.1312C14.6019 20.2403 14.4749 20.3761 14.2209 20.6479C13.6572 21.251 13.3754 21.5526 13.0743 21.7206C12.4065 22.0931 11.5935 22.0931 10.9257 21.7206C10.6246 21.5526 10.3428 21.251 9.77907 20.6479C9.5251 20.3761 9.39812 20.2403 9.25688 20.1312C8.94684 19.8917 8.57861 19.7392 8.19006 19.6893C8.01305 19.6666 7.82718 19.6728 7.45546 19.6854C6.63038 19.7133 6.21784 19.7272 5.88612 19.6331C5.15054 19.4244 4.57561 18.8495 4.36689 18.1139C4.27276 17.7822 4.2867 17.3696 4.31459 16.5445C4.32715 16.1728 4.33343 15.987 4.31069 15.8099C4.26079 15.4214 4.10826 15.0532 3.8688 14.7431C3.75972 14.6019 3.62385 14.4749 3.35212 14.2209C2.74898 13.6572 2.44741 13.3754 2.27941 13.0743C1.90686 12.4065 1.90686 11.5935 2.27941 10.9257C2.44741 10.6246 2.74898 10.3428 3.35212 9.77907C3.62385 9.5251 3.75972 9.39812 3.8688 9.25688C4.10826 8.94684 4.26079 8.5786 4.31069 8.19006C4.33343 8.01305 4.32715 7.82718 4.31459 7.45546C4.2867 6.63038 4.27276 6.21784 4.36689 5.88612C4.57561 5.15054 5.15054 4.57561 5.88612 4.36689C6.21784 4.27276 6.63038 4.2867 7.45546 4.31459C7.82718 4.32715 8.01305 4.33343 8.19006 4.31069C8.5786 4.26079 8.94684 4.10826 9.25688 3.8688C9.39812 3.75972 9.5251 3.62385 9.77907 3.35212Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-hijab{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5C10.3431 5 9 6.34315 9 8V10C9 11.6569 10.3431 13 12 13C13.6569 13 15 11.6569 15 10V8C15 6.34315 13.6569 5 12 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 10C15 12.5 14.68 14.4 11.2667 16C7.85333 17.6 7 19.8333 7 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 8H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.8022 7.51864C17.8022 4.47078 15.2045 2 12 2C8.79554 2 6.19782 4.47078 6.19782 7.51864C6.19782 9.61659 5.45992 13.4691 3.05841 16.4349C2.31105 17.3578 1.93737 17.8193 2.00859 18.244C2.0798 18.6687 2.48003 18.9288 3.28049 19.4489C8.51571 22.8504 15.4843 22.8504 20.7195 19.4489C21.52 18.9288 21.9202 18.6687 21.9914 18.244C22.0626 17.8193 21.689 17.3578 20.9416 16.4349C18.5401 13.4691 17.8022 9.61659 17.8022 7.51864Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5C10.3431 5 9 6.34315 9 8V10C9 11.6569 10.3431 13 12 13C13.6569 13 15 11.6569 15 10V8C15 6.34315 13.6569 5 12 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 10C15 12.5 14.68 14.4 11.2667 16C7.85333 17.6 7 19.8333 7 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 8H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.8022 7.51864C17.8022 4.47078 15.2045 2 12 2C8.79554 2 6.19782 4.47078 6.19782 7.51864C6.19782 9.61659 5.45992 13.4691 3.05841 16.4349C2.31105 17.3578 1.93737 17.8193 2.00859 18.244C2.0798 18.6687 2.48003 18.9288 3.28049 19.4489C8.51571 22.8504 15.4843 22.8504 20.7195 19.4489C21.52 18.9288 21.9202 18.6687 21.9914 18.244C22.0626 17.8193 21.689 17.3578 20.9416 16.4349C18.5401 13.4691 17.8022 9.61659 17.8022 7.51864Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-kaaba-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 22V5.9907C3 5.25783 3 4.8914 3.20387 4.62261C3.40774 4.35383 3.76006 4.25575 4.46471 4.0596L11.4647 2.11106C11.7307 2.03702 11.8637 2 12 2C12.1363 2 12.2693 2.03702 12.5353 2.11106L19.5353 4.0596C20.2399 4.25575 20.5923 4.35383 20.7961 4.62261C21 4.8914 21 5.25783 21 5.9907V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9L11.5661 7.04882C11.8519 6.98373 12.1481 6.98373 12.4339 7.04882L21 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.65 12.7L21 13M15.6 11.8L16.5 12M12.9 11.2L12 11L11.1 11.2M4.35 12.7L3 13M8.4 11.8L7.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 22V5.9907C3 5.25783 3 4.8914 3.20387 4.62261C3.40774 4.35383 3.76006 4.25575 4.46471 4.0596L11.4647 2.11106C11.7307 2.03702 11.8637 2 12 2C12.1363 2 12.2693 2.03702 12.5353 2.11106L19.5353 4.0596C20.2399 4.25575 20.5923 4.35383 20.7961 4.62261C21 4.8914 21 5.25783 21 5.9907V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9L11.5661 7.04882C11.8519 6.98373 12.1481 6.98373 12.4339 7.04882L21 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.65 12.7L21 13M15.6 11.8L16.5 12M12.9 11.2L12 11L11.1 11.2M4.35 12.7L3 13M8.4 11.8L7.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-kaaba-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 22V5C21 3.58579 21 2.87868 20.5607 2.43934C20.1213 2 19.4142 2 18 2H6C4.58579 2 3.87868 2 3.43934 2.43934C3 2.87868 3 3.58579 3 5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17C7 16.0572 7 15.5858 7.29289 15.2929C7.58579 15 8.05719 15 9 15H10C10.9428 15 11.4142 15 11.7071 15.2929C12 15.5858 12 16.0572 12 17V22H7V17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 6H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 19H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19L21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 9H5.5M8.5 9H10.5M13.5 9H15.5M18.5 9H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 22V5C21 3.58579 21 2.87868 20.5607 2.43934C20.1213 2 19.4142 2 18 2H6C4.58579 2 3.87868 2 3.43934 2.43934C3 2.87868 3 3.58579 3 5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17C7 16.0572 7 15.5858 7.29289 15.2929C7.58579 15 8.05719 15 9 15H10C10.9428 15 11.4142 15 11.7071 15.2929C12 15.5858 12 16.0572 12 17V22H7V17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 6H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 19H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19L21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 9H5.5M8.5 9H10.5M13.5 9H15.5M18.5 9H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-keffiyeh{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 5H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.62 7.83371C16.8666 4.40421 14.9933 2 12 2C9.00669 2 7.13336 4.40421 6.38003 7.83371C5.86608 10.1734 4.74087 12.3564 3.55134 14.4304C3.22035 15.0076 3 15.5955 3 16.1316C3 17.1729 3.79818 18.2142 4.57112 19.3941C5.65943 21.0553 6.20358 21.8859 6.56891 21.9853C6.93423 22.0846 7.7456 21.6785 9.36831 20.8665C10.2012 20.4496 11.0848 20.1692 12 20.1692C12.9152 20.1692 13.7988 20.4496 14.6317 20.8665C16.2544 21.6785 17.0658 22.0846 17.4311 21.9853C17.7964 21.8859 18.3406 21.0553 19.4289 19.3941C20.2018 18.2142 21 17.1729 21 16.1316C21 15.5955 20.7796 15.0076 20.4487 14.4304C19.2591 12.3564 18.1339 10.1734 17.62 7.83371Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 22C7.01593 20.596 7.57692 17.3641 6.96996 15.8262C6.53677 14.7286 7.07434 13.631 7.78352 12.7813C8.23628 12.2389 8.58177 11.6075 8.768 10.9225C9.29923 8.96859 10.3923 8 12 8C13.6077 8 14.7008 8.96859 15.232 10.9225C15.4182 11.6075 15.7637 12.2389 16.2165 12.7813C16.9257 13.631 17.4632 14.7286 17.03 15.8262C16.4231 17.3641 16.9841 20.596 17.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 5H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.62 7.83371C16.8666 4.40421 14.9933 2 12 2C9.00669 2 7.13336 4.40421 6.38003 7.83371C5.86608 10.1734 4.74087 12.3564 3.55134 14.4304C3.22035 15.0076 3 15.5955 3 16.1316C3 17.1729 3.79818 18.2142 4.57112 19.3941C5.65943 21.0553 6.20358 21.8859 6.56891 21.9853C6.93423 22.0846 7.7456 21.6785 9.36831 20.8665C10.2012 20.4496 11.0848 20.1692 12 20.1692C12.9152 20.1692 13.7988 20.4496 14.6317 20.8665C16.2544 21.6785 17.0658 22.0846 17.4311 21.9853C17.7964 21.8859 18.3406 21.0553 19.4289 19.3941C20.2018 18.2142 21 17.1729 21 16.1316C21 15.5955 20.7796 15.0076 20.4487 14.4304C19.2591 12.3564 18.1339 10.1734 17.62 7.83371Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 22C7.01593 20.596 7.57692 17.3641 6.96996 15.8262C6.53677 14.7286 7.07434 13.631 7.78352 12.7813C8.23628 12.2389 8.58177 11.6075 8.768 10.9225C9.29923 8.96859 10.3923 8 12 8C13.6077 8 14.7008 8.96859 15.232 10.9225C15.4182 11.6075 15.7637 12.2389 16.2165 12.7813C16.9257 13.631 17.4632 14.7286 17.03 15.8262C16.4231 17.3641 16.9841 20.596 17.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-ketupat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.7748 9.6488L15.8492 7.72321C14.0338 5.90774 13.126 5 11.998 5C10.8701 5 9.96232 5.90774 8.14685 7.72321L6.22125 9.6488C4.40578 11.4643 3.49805 12.372 3.49805 13.5C3.49805 14.628 4.40578 15.5357 6.22125 17.3512L8.14685 19.2768C9.96232 21.0923 10.8701 22 11.998 22C13.126 22 14.0338 21.0923 15.8492 19.2768L17.7748 17.3512C19.5903 15.5357 20.498 14.628 20.498 13.5C20.498 12.372 19.5903 11.4643 17.7748 9.6488Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.748 8.75L11.998 13.5M11.998 13.5L7.24805 18.25M11.998 13.5L7.24805 8.75M11.998 13.5L16.748 18.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 2C12.6 2.24 12 4.3 12 5C11.8333 4.4 11 3.2 9 3.2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.7748 9.6488L15.8492 7.72321C14.0338 5.90774 13.126 5 11.998 5C10.8701 5 9.96232 5.90774 8.14685 7.72321L6.22125 9.6488C4.40578 11.4643 3.49805 12.372 3.49805 13.5C3.49805 14.628 4.40578 15.5357 6.22125 17.3512L8.14685 19.2768C9.96232 21.0923 10.8701 22 11.998 22C13.126 22 14.0338 21.0923 15.8492 19.2768L17.7748 17.3512C19.5903 15.5357 20.498 14.628 20.498 13.5C20.498 12.372 19.5903 11.4643 17.7748 9.6488Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.748 8.75L11.998 13.5M11.998 13.5L7.24805 18.25M11.998 13.5L7.24805 8.75M11.998 13.5L16.748 18.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 2C12.6 2.24 12 4.3 12 5C11.8333 4.4 11 3.2 9 3.2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-kurta{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5488 15C17.5889 16.2407 17.5857 17.7741 17.57 19.0892C17.5538 20.4524 17.5456 21.1339 17.1064 21.567C16.6672 22 15.976 22 14.5937 22H9.40634C8.02398 22 7.33279 22 6.89359 21.567C6.45438 21.1339 6.44625 20.4524 6.42997 19.0892C6.41428 17.7741 6.41113 16.2407 6.45124 15M17.5488 15C17.445 11.7897 17.1556 8.36182 16.51 6M17.5488 15H19.4165C20.1808 15 20.563 15 20.8004 14.7487C21.0377 14.4973 21.016 14.1317 20.9725 13.4005C20.733 9.37316 19.6338 6.15858 18.7273 4.28185C18.4606 3.72971 18.3273 3.45365 17.9998 3.17821C17.6723 2.90277 17.315 2.80091 16.6003 2.59718L14.5056 2C14.0044 3 13.0022 3.5 12 3.5C10.9978 3.5 9.99555 3 9.49444 2L7.39966 2.59718C6.68503 2.80091 6.32771 2.90277 6.00022 3.17821C5.67273 3.45365 5.53939 3.72971 5.2727 4.28185C4.36625 6.15858 3.26703 9.37316 3.0275 13.4005C2.98401 14.1317 2.96227 14.4973 3.19965 14.7487C3.43703 15 3.8192 15 4.58354 15H6.45124M6.45124 15C6.55501 11.7897 6.84442 8.36182 7.48999 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 12H20.5M3.5 12H6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5488 15C17.5889 16.2407 17.5857 17.7741 17.57 19.0892C17.5538 20.4524 17.5456 21.1339 17.1064 21.567C16.6672 22 15.976 22 14.5937 22H9.40634C8.02398 22 7.33279 22 6.89359 21.567C6.45438 21.1339 6.44625 20.4524 6.42997 19.0892C6.41428 17.7741 6.41113 16.2407 6.45124 15M17.5488 15C17.445 11.7897 17.1556 8.36182 16.51 6M17.5488 15H19.4165C20.1808 15 20.563 15 20.8004 14.7487C21.0377 14.4973 21.016 14.1317 20.9725 13.4005C20.733 9.37316 19.6338 6.15858 18.7273 4.28185C18.4606 3.72971 18.3273 3.45365 17.9998 3.17821C17.6723 2.90277 17.315 2.80091 16.6003 2.59718L14.5056 2C14.0044 3 13.0022 3.5 12 3.5C10.9978 3.5 9.99555 3 9.49444 2L7.39966 2.59718C6.68503 2.80091 6.32771 2.90277 6.00022 3.17821C5.67273 3.45365 5.53939 3.72971 5.2727 4.28185C4.36625 6.15858 3.26703 9.37316 3.0275 13.4005C2.98401 14.1317 2.96227 14.4973 3.19965 14.7487C3.43703 15 3.8192 15 4.58354 15H6.45124M6.45124 15C6.55501 11.7897 6.84442 8.36182 7.48999 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 12H20.5M3.5 12H6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-lantern{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 7.5V6.75C5.58579 6.75 5.25 7.08579 5.25 7.5H6ZM18 7.5H18.75C18.75 7.08579 18.4142 6.75 18 6.75V7.5ZM18 18.5V19.25C18.4142 19.25 18.75 18.9142 18.75 18.5H18ZM6 18.5H5.25C5.25 18.9142 5.58579 19.25 6 19.25V18.5ZM6 8.25H18V6.75H6V8.25ZM17.25 7.5V18.5H18.75V7.5H17.25ZM18 17.75H6V19.25H18V17.75ZM6.75 18.5V7.5H5.25V18.5H6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6 7.5C6.71663 5.40983 8.72856 4 10.9947 4H13.0053C15.2714 4 17.2834 5.40983 18 7.5H6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18.5C17.2834 20.5902 15.2714 22 13.0053 22L10.9947 22C8.72855 22 6.71663 20.5902 6 18.5L18 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7.5H5L6 8.5M18 7.5H19L18 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18.5L19 18.5L18 17.5M6 18.5L5 18.5L6 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 11L22 10.5M21 15L22 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 11L2 10.5M3 15L2 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 7.5V6.75C5.58579 6.75 5.25 7.08579 5.25 7.5H6ZM18 7.5H18.75C18.75 7.08579 18.4142 6.75 18 6.75V7.5ZM18 18.5V19.25C18.4142 19.25 18.75 18.9142 18.75 18.5H18ZM6 18.5H5.25C5.25 18.9142 5.58579 19.25 6 19.25V18.5ZM6 8.25H18V6.75H6V8.25ZM17.25 7.5V18.5H18.75V7.5H17.25ZM18 17.75H6V19.25H18V17.75ZM6.75 18.5V7.5H5.25V18.5H6.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6 7.5C6.71663 5.40983 8.72856 4 10.9947 4H13.0053C15.2714 4 17.2834 5.40983 18 7.5H6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18.5C17.2834 20.5902 15.2714 22 13.0053 22L10.9947 22C8.72855 22 6.71663 20.5902 6 18.5L18 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7.5H5L6 8.5M18 7.5H19L18 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18.5L19 18.5L18 17.5M6 18.5L5 18.5L6 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 11L22 10.5M21 15L22 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 11L2 10.5M3 15L2 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-mosque-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.65309 9C5.18214 5.5 10.5125 3.75 12 2C13.4875 3.75 18.8179 5.5 15.3469 9H8.65309Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12V11C18 10.0572 18 9.58579 17.7071 9.29289C17.4142 9 16.9428 9 16 9H8C7.05719 9 6.58579 9 6.29289 9.29289C6 9.58579 6 10.0572 6 11V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12H7C5.58579 12 4.87868 12 4.43934 12.4393C4 12.8787 4 13.5858 4 15V19C4 20.4142 4 21.1213 4.43934 21.5607C4.87868 22 5.58579 22 7 22H17C18.4142 22 19.1213 22 19.5607 21.5607C20 21.1213 20 20.4142 20 19V15C20 13.5858 20 12.8787 19.5607 12.4393C19.1213 12 18.4142 12 17 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.50009 22V19C9.48279 16 12 15 12 15C12 15 14.5172 16 14.4999 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.65309 9C5.18214 5.5 10.5125 3.75 12 2C13.4875 3.75 18.8179 5.5 15.3469 9H8.65309Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12V11C18 10.0572 18 9.58579 17.7071 9.29289C17.4142 9 16.9428 9 16 9H8C7.05719 9 6.58579 9 6.29289 9.29289C6 9.58579 6 10.0572 6 11V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12H7C5.58579 12 4.87868 12 4.43934 12.4393C4 12.8787 4 13.5858 4 15V19C4 20.4142 4 21.1213 4.43934 21.5607C4.87868 22 5.58579 22 7 22H17C18.4142 22 19.1213 22 19.5607 21.5607C20 21.1213 20 20.4142 20 19V15C20 13.5858 20 12.8787 19.5607 12.4393C19.1213 12 18.4142 12 17 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.50009 22V19C9.48279 16 12 15 12 15C12 15 14.5172 16 14.4999 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-mosque-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.46474 13C2.34824 9.5 7.66448 7.75 9 6C10.3357 7.75 15.652 9.5 12.5354 13H5.46474Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7631 7C15.704 4.5 18.3676 3.25 19.25 2C20.1325 3.25 22.796 4.5 20.7369 7H17.7631Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 3.65685C9.78799 3.86887 9.49509 4 9.17157 4C8.52453 4 8 3.47547 8 2.82843C8 2.50491 8.13113 2.21201 8.34315 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 4V5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 17V22H4.14286C3.1327 22 2.62763 22 2.31381 21.7071C2 21.4142 2 20.9428 2 20V17C2 15.1144 2 14.1716 2.62763 13.5858C3.25526 13 4.26541 13 6.28571 13H12.7143C14.7346 13 15.7447 13 16.3724 13.5858C17 14.1716 17 15.1144 17 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H17.6871C19.8378 22 20.9131 22 21.5333 21.342C22.1535 20.684 22.0465 19.6567 21.8325 17.602L20.7283 7H17.6038L16.6317 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00009 22V20C6.98279 17 9.5 16 9.5 16C9.5 16 12.0172 17 11.9999 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.46474 13C2.34824 9.5 7.66448 7.75 9 6C10.3357 7.75 15.652 9.5 12.5354 13H5.46474Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7631 7C15.704 4.5 18.3676 3.25 19.25 2C20.1325 3.25 22.796 4.5 20.7369 7H17.7631Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 3.65685C9.78799 3.86887 9.49509 4 9.17157 4C8.52453 4 8 3.47547 8 2.82843C8 2.50491 8.13113 2.21201 8.34315 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 4V5V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 17V22H4.14286C3.1327 22 2.62763 22 2.31381 21.7071C2 21.4142 2 20.9428 2 20V17C2 15.1144 2 14.1716 2.62763 13.5858C3.25526 13 4.26541 13 6.28571 13H12.7143C14.7346 13 15.7447 13 16.3724 13.5858C17 14.1716 17 15.1144 17 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 22H17.6871C19.8378 22 20.9131 22 21.5333 21.342C22.1535 20.684 22.0465 19.6567 21.8325 17.602L20.7283 7H17.6038L16.6317 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00009 22V20C6.98279 17 9.5 16 9.5 16C9.5 16 12.0172 17 11.9999 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-mosque-location{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0046 8.24768C10.5482 7.64072 9.82169 7.2481 9.00338 7.2481C7.62201 7.2481 6.50218 8.36692 6.50218 9.74705C6.50218 10.956 7.36147 11.9645 8.50314 12.196M8.94814 18.7433C8.6972 18.7433 8.45057 18.6762 8.23248 18.5487C5.24547 16.6333 2 13.8762 2 9.8876C2 5.97502 5.18799 2.75 8.94814 2.75C10.9156 2.75 12.7264 3.63292 14.0058 5.03528%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6172 16.2988C11.257 14.6433 11.0249 12.9809 12.9712 10.9624C15.0158 9.13795 16.1932 8.2751 16.5069 7.75586C16.8206 8.2751 18.0172 9.13795 20.0618 10.9624C21.9148 12.6159 21.7982 14.6433 20.4379 16.2988M12.6172 16.2988H12.095M12.6172 16.2988H20.4379M20.4379 16.2988H20.898M11.0249 16.2988H12.095M12.095 16.2988V21.8415C12.135 22.5089 12.095 22.8204 13.3055 22.7329H16.4881M20.898 16.2988H21.9965M20.898 16.2988V21.9429C21.0148 22.8495 20.2931 22.6904 19.8316 22.7329H16.4881M16.4881 22.7329L16.5234 20.5992%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0046 8.24768C10.5482 7.64072 9.82169 7.2481 9.00338 7.2481C7.62201 7.2481 6.50218 8.36692 6.50218 9.74705C6.50218 10.956 7.36147 11.9645 8.50314 12.196M8.94814 18.7433C8.6972 18.7433 8.45057 18.6762 8.23248 18.5487C5.24547 16.6333 2 13.8762 2 9.8876C2 5.97502 5.18799 2.75 8.94814 2.75C10.9156 2.75 12.7264 3.63292 14.0058 5.03528%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6172 16.2988C11.257 14.6433 11.0249 12.9809 12.9712 10.9624C15.0158 9.13795 16.1932 8.2751 16.5069 7.75586C16.8206 8.2751 18.0172 9.13795 20.0618 10.9624C21.9148 12.6159 21.7982 14.6433 20.4379 16.2988M12.6172 16.2988H12.095M12.6172 16.2988H20.4379M20.4379 16.2988H20.898M11.0249 16.2988H12.095M12.095 16.2988V21.8415C12.135 22.5089 12.095 22.8204 13.3055 22.7329H16.4881M20.898 16.2988H21.9965M20.898 16.2988V21.9429C21.0148 22.8495 20.2931 22.6904 19.8316 22.7329H16.4881M16.4881 22.7329L16.5234 20.5992%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-muhammad{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.77907 3.35212C10.3428 2.74898 10.6246 2.44741 10.9257 2.27941C11.5935 1.90686 12.4065 1.90686 13.0743 2.27941C13.3754 2.44741 13.6572 2.74898 14.2209 3.35212C14.4749 3.62385 14.6019 3.75972 14.7431 3.8688C15.0532 4.10826 15.4214 4.26079 15.8099 4.31069C15.987 4.33343 16.1728 4.32715 16.5445 4.31459C17.3696 4.2867 17.7822 4.27276 18.1139 4.36689C18.8495 4.57561 19.4244 5.15054 19.6331 5.88612C19.7272 6.21784 19.7133 6.63038 19.6854 7.45546C19.6728 7.82718 19.6666 8.01305 19.6893 8.19006C19.7392 8.57861 19.8917 8.94684 20.1312 9.25688C20.2403 9.39812 20.3761 9.5251 20.6479 9.77907C21.251 10.3428 21.5526 10.6246 21.7206 10.9257C22.0931 11.5935 22.0931 12.4065 21.7206 13.0743C21.5526 13.3754 21.251 13.6572 20.6479 14.2209C20.3761 14.4749 20.2403 14.6019 20.1312 14.7431C19.8917 15.0532 19.7392 15.4214 19.6893 15.8099C19.6666 15.987 19.6728 16.1728 19.6854 16.5445C19.7133 17.3696 19.7272 17.7822 19.6331 18.1139C19.4244 18.8495 18.8495 19.4244 18.1139 19.6331C17.7822 19.7272 17.3696 19.7133 16.5445 19.6854C16.1728 19.6728 15.987 19.6666 15.8099 19.6893C15.4214 19.7392 15.0532 19.8917 14.7431 20.1312C14.6019 20.2403 14.4749 20.3761 14.2209 20.6479C13.6572 21.251 13.3754 21.5526 13.0743 21.7206C12.4065 22.0931 11.5935 22.0931 10.9257 21.7206C10.6246 21.5526 10.3428 21.251 9.77907 20.6479C9.5251 20.3761 9.39812 20.2403 9.25688 20.1312C8.94684 19.8917 8.57861 19.7392 8.19006 19.6893C8.01305 19.6666 7.82718 19.6728 7.45546 19.6854C6.63038 19.7133 6.21784 19.7272 5.88612 19.6331C5.15054 19.4244 4.57561 18.8495 4.36689 18.1139C4.27276 17.7822 4.2867 17.3696 4.31459 16.5445C4.32715 16.1728 4.33343 15.987 4.31069 15.8099C4.26079 15.4214 4.10826 15.0532 3.8688 14.7431C3.75972 14.6019 3.62385 14.4749 3.35212 14.2209C2.74898 13.6572 2.44741 13.3754 2.27941 13.0743C1.90686 12.4065 1.90686 11.5935 2.27941 10.9257C2.44741 10.6246 2.74898 10.3428 3.35212 9.77907C3.62385 9.5251 3.75972 9.39812 3.8688 9.25688C4.10826 8.94684 4.26079 8.5786 4.31069 8.19006C4.33343 8.01305 4.32715 7.82718 4.31459 7.45546C4.2867 6.63038 4.27276 6.21784 4.36689 5.88612C4.57561 5.15054 5.15054 4.57561 5.88612 4.36689C6.21784 4.27276 6.63038 4.2867 7.45546 4.31459C7.82718 4.32715 8.01305 4.33343 8.19006 4.31069C8.5786 4.26079 8.94684 4.10826 9.25688 3.8688C9.39812 3.75972 9.5251 3.62385 9.77907 3.35212Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.0842 10.5156C13.6532 9.9689 13.5452 9.35684 13.6835 8.7967C13.8549 8.1029 14.4535 7.83956 15.1169 8.09665C15.9467 8.4182 16.0867 9.52713 15.2844 9.91288C14.9102 10.0928 14.5042 10.2953 14.0842 10.5156ZM14.0842 10.5156C13.5515 10.7949 12.9963 11.1028 12.4545 11.4297L17 12.3437C14.8788 12.6484 10.6364 13.7148 12.4545 16C10.7771 15.1567 10.3034 14.59 10.1872 13.2578M10.1872 13.2578C10.1145 12.424 10.1819 11.2904 10.1819 9.60151M10.1872 13.2578C9.57935 14.0195 8.09092 15.1773 7 13.7148%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.77907 3.35212C10.3428 2.74898 10.6246 2.44741 10.9257 2.27941C11.5935 1.90686 12.4065 1.90686 13.0743 2.27941C13.3754 2.44741 13.6572 2.74898 14.2209 3.35212C14.4749 3.62385 14.6019 3.75972 14.7431 3.8688C15.0532 4.10826 15.4214 4.26079 15.8099 4.31069C15.987 4.33343 16.1728 4.32715 16.5445 4.31459C17.3696 4.2867 17.7822 4.27276 18.1139 4.36689C18.8495 4.57561 19.4244 5.15054 19.6331 5.88612C19.7272 6.21784 19.7133 6.63038 19.6854 7.45546C19.6728 7.82718 19.6666 8.01305 19.6893 8.19006C19.7392 8.57861 19.8917 8.94684 20.1312 9.25688C20.2403 9.39812 20.3761 9.5251 20.6479 9.77907C21.251 10.3428 21.5526 10.6246 21.7206 10.9257C22.0931 11.5935 22.0931 12.4065 21.7206 13.0743C21.5526 13.3754 21.251 13.6572 20.6479 14.2209C20.3761 14.4749 20.2403 14.6019 20.1312 14.7431C19.8917 15.0532 19.7392 15.4214 19.6893 15.8099C19.6666 15.987 19.6728 16.1728 19.6854 16.5445C19.7133 17.3696 19.7272 17.7822 19.6331 18.1139C19.4244 18.8495 18.8495 19.4244 18.1139 19.6331C17.7822 19.7272 17.3696 19.7133 16.5445 19.6854C16.1728 19.6728 15.987 19.6666 15.8099 19.6893C15.4214 19.7392 15.0532 19.8917 14.7431 20.1312C14.6019 20.2403 14.4749 20.3761 14.2209 20.6479C13.6572 21.251 13.3754 21.5526 13.0743 21.7206C12.4065 22.0931 11.5935 22.0931 10.9257 21.7206C10.6246 21.5526 10.3428 21.251 9.77907 20.6479C9.5251 20.3761 9.39812 20.2403 9.25688 20.1312C8.94684 19.8917 8.57861 19.7392 8.19006 19.6893C8.01305 19.6666 7.82718 19.6728 7.45546 19.6854C6.63038 19.7133 6.21784 19.7272 5.88612 19.6331C5.15054 19.4244 4.57561 18.8495 4.36689 18.1139C4.27276 17.7822 4.2867 17.3696 4.31459 16.5445C4.32715 16.1728 4.33343 15.987 4.31069 15.8099C4.26079 15.4214 4.10826 15.0532 3.8688 14.7431C3.75972 14.6019 3.62385 14.4749 3.35212 14.2209C2.74898 13.6572 2.44741 13.3754 2.27941 13.0743C1.90686 12.4065 1.90686 11.5935 2.27941 10.9257C2.44741 10.6246 2.74898 10.3428 3.35212 9.77907C3.62385 9.5251 3.75972 9.39812 3.8688 9.25688C4.10826 8.94684 4.26079 8.5786 4.31069 8.19006C4.33343 8.01305 4.32715 7.82718 4.31459 7.45546C4.2867 6.63038 4.27276 6.21784 4.36689 5.88612C4.57561 5.15054 5.15054 4.57561 5.88612 4.36689C6.21784 4.27276 6.63038 4.2867 7.45546 4.31459C7.82718 4.32715 8.01305 4.33343 8.19006 4.31069C8.5786 4.26079 8.94684 4.10826 9.25688 3.8688C9.39812 3.75972 9.5251 3.62385 9.77907 3.35212Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.0842 10.5156C13.6532 9.9689 13.5452 9.35684 13.6835 8.7967C13.8549 8.1029 14.4535 7.83956 15.1169 8.09665C15.9467 8.4182 16.0867 9.52713 15.2844 9.91288C14.9102 10.0928 14.5042 10.2953 14.0842 10.5156ZM14.0842 10.5156C13.5515 10.7949 12.9963 11.1028 12.4545 11.4297L17 12.3437C14.8788 12.6484 10.6364 13.7148 12.4545 16C10.7771 15.1567 10.3034 14.59 10.1872 13.2578M10.1872 13.2578C10.1145 12.424 10.1819 11.2904 10.1819 9.60151M10.1872 13.2578C9.57935 14.0195 8.09092 15.1773 7 13.7148%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-muslim{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5005 9.05826L15.921 6.9029C16.4159 4.36646 14.5233 2 12 2C9.47667 2 7.58414 4.36646 8.07901 6.9029L8.49952 9.05826C8.83325 10.7688 10.2983 12 12 12C13.7017 12 15.1668 10.7688 15.5005 9.05826Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.75 11.5C10.75 11.0858 10.4142 10.75 10 10.75C9.58579 10.75 9.25 11.0858 9.25 11.5H10.75ZM14.75 11.5C14.75 11.0858 14.4142 10.75 14 10.75C13.5858 10.75 13.25 11.0858 13.25 11.5H14.75ZM12.0903 15.9983L12.0612 15.2488H12.0612L12.0903 15.9983ZM11.9097 15.9983L11.9388 15.2488H11.9388L11.9097 15.9983ZM13.162 15.1181L13.7025 15.638L13.162 15.1181ZM9.25 11.5V12.7818H10.75V11.5H9.25ZM13.25 11.5V12.7818H14.75V11.5H13.25ZM12.0612 15.2488C12.0409 15.2496 12.0205 15.25 12 15.25V16.75C12.0399 16.75 12.0797 16.7492 12.1193 16.7477L12.0612 15.2488ZM11.8807 16.7477C11.9203 16.7492 11.9601 16.75 12 16.75V15.25C11.9795 15.25 11.9591 15.2496 11.9388 15.2488L11.8807 16.7477ZM13.25 12.7818C13.25 13.2975 13.2441 13.5475 13.1762 13.7763C13.1172 13.9752 12.9912 14.2139 12.6215 14.5981L13.7025 15.638C14.1709 15.1512 14.4638 14.7101 14.6143 14.2029C14.7559 13.7255 14.75 13.2429 14.75 12.7818H13.25ZM12.1193 16.7477C12.158 16.7462 12.2935 16.7443 12.4524 16.6889C12.6005 16.6373 12.7234 16.5571 12.8273 16.4773C13.0227 16.3272 13.2894 16.0676 13.7025 15.638L12.6215 14.5981C12.1968 15.0397 12.0054 15.2171 11.9135 15.2878C11.8736 15.3184 11.8954 15.2945 11.9589 15.2724C12.0331 15.2466 12.1005 15.2473 12.0612 15.2488L12.1193 16.7477ZM9.25 12.7818C9.25 13.2429 9.24409 13.7255 9.38572 14.2029C9.53619 14.7101 9.82913 15.1512 10.2975 15.638L11.3785 14.5981C11.0088 14.2139 10.8828 13.9752 10.8238 13.7763C10.7559 13.5475 10.75 13.2975 10.75 12.7818H9.25ZM11.9388 15.2488C11.8995 15.2473 11.9669 15.2466 12.0411 15.2724C12.1046 15.2945 12.1264 15.3184 12.0865 15.2878C11.9946 15.2171 11.8032 15.0397 11.3785 14.5981L10.2975 15.638C10.7106 16.0676 10.9773 16.3272 11.1727 16.4773C11.2766 16.5571 11.3995 16.6373 11.5476 16.6889C11.7065 16.7443 11.842 16.7462 11.8807 16.7477L11.9388 15.2488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 14C6.75637 14.9265 5.13455 15.3897 4.14608 16.5838C4.0503 16.6995 3.95979 16.8195 3.87481 16.9433C3.11655 18.0485 3.0139 19.4587 3 22M14 14C17.2436 14.9265 18.8654 15.3897 19.8539 16.5838C19.9497 16.6995 20.0402 16.8195 20.1252 16.9433C20.8835 18.0485 20.9861 19.4587 21 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5005 9.05826L15.921 6.9029C16.4159 4.36646 14.5233 2 12 2C9.47667 2 7.58414 4.36646 8.07901 6.9029L8.49952 9.05826C8.83325 10.7688 10.2983 12 12 12C13.7017 12 15.1668 10.7688 15.5005 9.05826Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.75 11.5C10.75 11.0858 10.4142 10.75 10 10.75C9.58579 10.75 9.25 11.0858 9.25 11.5H10.75ZM14.75 11.5C14.75 11.0858 14.4142 10.75 14 10.75C13.5858 10.75 13.25 11.0858 13.25 11.5H14.75ZM12.0903 15.9983L12.0612 15.2488H12.0612L12.0903 15.9983ZM11.9097 15.9983L11.9388 15.2488H11.9388L11.9097 15.9983ZM13.162 15.1181L13.7025 15.638L13.162 15.1181ZM9.25 11.5V12.7818H10.75V11.5H9.25ZM13.25 11.5V12.7818H14.75V11.5H13.25ZM12.0612 15.2488C12.0409 15.2496 12.0205 15.25 12 15.25V16.75C12.0399 16.75 12.0797 16.7492 12.1193 16.7477L12.0612 15.2488ZM11.8807 16.7477C11.9203 16.7492 11.9601 16.75 12 16.75V15.25C11.9795 15.25 11.9591 15.2496 11.9388 15.2488L11.8807 16.7477ZM13.25 12.7818C13.25 13.2975 13.2441 13.5475 13.1762 13.7763C13.1172 13.9752 12.9912 14.2139 12.6215 14.5981L13.7025 15.638C14.1709 15.1512 14.4638 14.7101 14.6143 14.2029C14.7559 13.7255 14.75 13.2429 14.75 12.7818H13.25ZM12.1193 16.7477C12.158 16.7462 12.2935 16.7443 12.4524 16.6889C12.6005 16.6373 12.7234 16.5571 12.8273 16.4773C13.0227 16.3272 13.2894 16.0676 13.7025 15.638L12.6215 14.5981C12.1968 15.0397 12.0054 15.2171 11.9135 15.2878C11.8736 15.3184 11.8954 15.2945 11.9589 15.2724C12.0331 15.2466 12.1005 15.2473 12.0612 15.2488L12.1193 16.7477ZM9.25 12.7818C9.25 13.2429 9.24409 13.7255 9.38572 14.2029C9.53619 14.7101 9.82913 15.1512 10.2975 15.638L11.3785 14.5981C11.0088 14.2139 10.8828 13.9752 10.8238 13.7763C10.7559 13.5475 10.75 13.2975 10.75 12.7818H9.25ZM11.9388 15.2488C11.8995 15.2473 11.9669 15.2466 12.0411 15.2724C12.1046 15.2945 12.1264 15.3184 12.0865 15.2878C11.9946 15.2171 11.8032 15.0397 11.3785 14.5981L10.2975 15.638C10.7106 16.0676 10.9773 16.3272 11.1727 16.4773C11.2766 16.5571 11.3995 16.6373 11.5476 16.6889C11.7065 16.7443 11.842 16.7462 11.8807 16.7477L11.9388 15.2488Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M10 14C6.75637 14.9265 5.13455 15.3897 4.14608 16.5838C4.0503 16.6995 3.95979 16.8195 3.87481 16.9433C3.11655 18.0485 3.0139 19.4587 3 22M14 14C17.2436 14.9265 18.8654 15.3897 19.8539 16.5838C19.9497 16.6995 20.0402 16.8195 20.1252 16.9433C20.8835 18.0485 20.9861 19.4587 21 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-niqab{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5C10.3431 5 9 6.33121 9 7.97334V14.9111C9 16.0413 9.00455 17.2286 10.2346 17.7336C11.1 18.0888 12.9 18.0888 13.7654 17.7336C14.9954 17.2286 15 16.0413 15 14.9111V7.97334C15 6.33121 13.6569 5 12 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.8022 7.51864C17.8022 4.47078 15.2045 2 12 2C8.79554 2 6.19782 4.47078 6.19782 7.51864C6.19782 9.61659 5.45992 13.4691 3.05841 16.4349C2.31105 17.3578 1.93737 17.8193 2.00859 18.244C2.0798 18.6687 2.48003 18.9288 3.28049 19.4489C8.51571 22.8504 15.4843 22.8504 20.7195 19.4489C21.52 18.9288 21.9202 18.6687 21.9914 18.244C22.0626 17.8193 21.689 17.3578 20.9416 16.4349C18.5401 13.4691 17.8022 9.61659 17.8022 7.51864Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 8H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 11H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5C10.3431 5 9 6.33121 9 7.97334V14.9111C9 16.0413 9.00455 17.2286 10.2346 17.7336C11.1 18.0888 12.9 18.0888 13.7654 17.7336C14.9954 17.2286 15 16.0413 15 14.9111V7.97334C15 6.33121 13.6569 5 12 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.8022 7.51864C17.8022 4.47078 15.2045 2 12 2C8.79554 2 6.19782 4.47078 6.19782 7.51864C6.19782 9.61659 5.45992 13.4691 3.05841 16.4349C2.31105 17.3578 1.93737 17.8193 2.00859 18.244C2.0798 18.6687 2.48003 18.9288 3.28049 19.4489C8.51571 22.8504 15.4843 22.8504 20.7195 19.4489C21.52 18.9288 21.9202 18.6687 21.9914 18.244C22.0626 17.8193 21.689 17.3578 20.9416 16.4349C18.5401 13.4691 17.8022 9.61659 17.8022 7.51864Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 8H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 11H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-prayer-rug-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 21L16 21C17.8856 21 18.8284 21 19.4142 20.4142C20 19.8284 20 18.8856 20 17L20 11C20 9.11438 20 8.17157 19.4142 7.58579C18.8284 7 17.8856 7 16 7L8 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 21H4C2.89543 21 2 20.1046 2 19M2 19C2 17.8954 2.89543 17 4 17V17C5.88562 17 6.82843 17 7.41421 16.4142C8 15.8284 8 14.8856 8 13V8C8 6.11438 8 5.17157 7.41421 4.58579C6.82843 4 5.88562 4 4 4V4C2.89543 4 2 4.89543 2 6V19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16.3569H11.331C11.6209 16.3569 11.7658 16.3569 11.888 16.3856C12.0102 16.4144 12.2427 16.5307 12.7077 16.7634C14.3103 17.5655 15.3792 16.1625 16.3037 15.0273C16.7679 14.4572 17 14.1722 17 13.9999C17 13.8277 16.7679 13.5427 16.3036 12.9726C15.3792 11.8374 14.3103 10.4345 12.7077 11.2366C12.2427 11.4693 12.0102 11.5856 11.888 11.6144C11.7658 11.6431 11.6209 11.6431 11.331 11.6431L11 11.6431%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 16L22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 20L22 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 12L22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8L22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 21L16 21C17.8856 21 18.8284 21 19.4142 20.4142C20 19.8284 20 18.8856 20 17L20 11C20 9.11438 20 8.17157 19.4142 7.58579C18.8284 7 17.8856 7 16 7L8 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 21H4C2.89543 21 2 20.1046 2 19M2 19C2 17.8954 2.89543 17 4 17V17C5.88562 17 6.82843 17 7.41421 16.4142C8 15.8284 8 14.8856 8 13V8C8 6.11438 8 5.17157 7.41421 4.58579C6.82843 4 5.88562 4 4 4V4C2.89543 4 2 4.89543 2 6V19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16.3569H11.331C11.6209 16.3569 11.7658 16.3569 11.888 16.3856C12.0102 16.4144 12.2427 16.5307 12.7077 16.7634C14.3103 17.5655 15.3792 16.1625 16.3037 15.0273C16.7679 14.4572 17 14.1722 17 13.9999C17 13.8277 16.7679 13.5427 16.3036 12.9726C15.3792 11.8374 14.3103 10.4345 12.7077 11.2366C12.2427 11.4693 12.0102 11.5856 11.888 11.6144C11.7658 11.6431 11.6209 11.6431 11.331 11.6431L11 11.6431%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 16L22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 20L22 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 12L22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8L22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-prayer-rug-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 4H8C6.58579 4 5.87868 4 5.43934 4.43934C5 4.87868 5 5.58579 5 7V17C5 18.4142 5 19.1213 5.43934 19.5607C5.87868 20 6.58579 20 8 20H16C17.4142 20 18.1213 20 18.5607 19.5607C19 19.1213 19 18.4142 19 17V7C19 5.58579 19 4.87868 18.5607 4.43934C18.1213 4 17.4142 4 16 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.38664 11.3202C8.24404 9.27033 9.87734 8.37134 11.1311 7.4973C11.6067 7.16578 11.8444 7.00002 11.9986 7C12.1529 6.99998 12.3907 7.16572 12.8664 7.49718C14.1208 8.37135 15.7559 9.27044 14.614 11.3209C14.4138 11.6804 14.3137 11.8602 14.2804 11.9887C14.2471 12.1172 14.247 12.2672 14.2469 12.5674L14.2454 15.978C14.2452 16.4598 14.2451 16.7007 14.0987 16.8503C13.9523 17 13.7167 17 13.2454 17H10.7543C10.2829 17 10.0472 17 9.90072 16.8503C9.75428 16.7005 9.75428 16.4596 9.75428 15.9776V12.5684C9.75428 12.2678 9.75428 12.1175 9.72092 11.9888C9.68757 11.8601 9.58726 11.6801 9.38664 11.3202Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 4H8C6.58579 4 5.87868 4 5.43934 4.43934C5 4.87868 5 5.58579 5 7V17C5 18.4142 5 19.1213 5.43934 19.5607C5.87868 20 6.58579 20 8 20H16C17.4142 20 18.1213 20 18.5607 19.5607C19 19.1213 19 18.4142 19 17V7C19 5.58579 19 4.87868 18.5607 4.43934C18.1213 4 17.4142 4 16 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.38664 11.3202C8.24404 9.27033 9.87734 8.37134 11.1311 7.4973C11.6067 7.16578 11.8444 7.00002 11.9986 7C12.1529 6.99998 12.3907 7.16572 12.8664 7.49718C14.1208 8.37135 15.7559 9.27044 14.614 11.3209C14.4138 11.6804 14.3137 11.8602 14.2804 11.9887C14.2471 12.1172 14.247 12.2672 14.2469 12.5674L14.2454 15.978C14.2452 16.4598 14.2451 16.7007 14.0987 16.8503C13.9523 17 13.7167 17 13.2454 17H10.7543C10.2829 17 10.0472 17 9.90072 16.8503C9.75428 16.7005 9.75428 16.4596 9.75428 15.9776V12.5684C9.75428 12.2678 9.75428 12.1175 9.72092 11.9888C9.68757 11.8601 9.58726 11.6801 9.38664 11.3202Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 22V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-quran-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.6475 5.43668L18.9895 4.39419C18.6252 3.81704 18.443 3.52846 18.2044 3.50178C17.9657 3.4751 17.6993 3.74896 17.1664 4.29667C15.4443 6.06689 13.7221 5.80537 12 8.98839C10.2779 5.80537 8.55571 6.06689 6.83356 4.29667C6.30071 3.74896 6.03429 3.4751 5.79565 3.50178C5.557 3.52846 5.37485 3.81704 5.01054 4.39419L4.35251 5.43668C4.09827 5.83945 3.97115 6.04084 4.00553 6.2528C4.03991 6.46476 4.22324 6.60998 4.58991 6.90042L10.7724 11.7977C11.3634 12.2659 11.659 12.5 12 12.5C12.341 12.5 12.6366 12.2659 13.2276 11.7977L19.4101 6.90042C19.7768 6.60998 19.9601 6.46476 19.9945 6.2528C20.0288 6.04084 19.9017 5.83945 19.6475 5.43668Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8.5L6 20.5V15.8043M2 8.5L18 20.5V15.8043%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.6475 5.43668L18.9895 4.39419C18.6252 3.81704 18.443 3.52846 18.2044 3.50178C17.9657 3.4751 17.6993 3.74896 17.1664 4.29667C15.4443 6.06689 13.7221 5.80537 12 8.98839C10.2779 5.80537 8.55571 6.06689 6.83356 4.29667C6.30071 3.74896 6.03429 3.4751 5.79565 3.50178C5.557 3.52846 5.37485 3.81704 5.01054 4.39419L4.35251 5.43668C4.09827 5.83945 3.97115 6.04084 4.00553 6.2528C4.03991 6.46476 4.22324 6.60998 4.58991 6.90042L10.7724 11.7977C11.3634 12.2659 11.659 12.5 12 12.5C12.341 12.5 12.6366 12.2659 13.2276 11.7977L19.4101 6.90042C19.7768 6.60998 19.9601 6.46476 19.9945 6.2528C20.0288 6.04084 19.9017 5.83945 19.6475 5.43668Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8.5L6 20.5V15.8043M2 8.5L18 20.5V15.8043%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-quran-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 17H6.5C5.11929 17 4 18.1193 4 19.5C4 20.8807 5.11929 22 6.5 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 22C19.6193 22 18.5 20.8807 18.5 19.5C18.5 18.1193 19.6193 17 21 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.6716 6.67157L12.5 5.5L11.3284 6.67157H9.67157V8.32843L8.5 9.5L9.67157 10.6716V12.3284H11.3284L12.5 13.5L13.6716 12.3284H15.3284V10.6716L16.5 9.5L15.3284 8.32843V6.67157H13.6716Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19.5V5.5C4 3.567 5.567 2 7.5 2H17.5C19.433 2 21 3.567 21 5.5V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 17H6.5C5.11929 17 4 18.1193 4 19.5C4 20.8807 5.11929 22 6.5 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 22C19.6193 22 18.5 20.8807 18.5 19.5C18.5 18.1193 19.6193 17 21 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.6716 6.67157L12.5 5.5L11.3284 6.67157H9.67157V8.32843L8.5 9.5L9.67157 10.6716V12.3284H11.3284L12.5 13.5L13.6716 12.3284H15.3284V10.6716L16.5 9.5L15.3284 8.32843V6.67157H13.6716Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19.5V5.5C4 3.567 5.567 2 7.5 2H17.5C19.433 2 21 3.567 21 5.5V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-quran-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 17H6C4.61929 17 3.5 18.1193 3.5 19.5C3.5 20.8807 4.61929 22 6 22H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 22C19.1193 22 18 20.8807 18 19.5C18 18.1193 19.1193 17 20.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9336 10.9997C14.3683 11.9379 13.3396 12.5654 12.1644 12.5654C10.3801 12.5654 8.93359 11.119 8.93359 9.33466C8.93359 8.15943 9.56109 7.13077 10.4993 6.56543%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 8H13.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 19.5V5.5C3.5 3.567 5.067 2 7 2H17C18.933 2 20.5 3.567 20.5 5.5V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 17H6C4.61929 17 3.5 18.1193 3.5 19.5C3.5 20.8807 4.61929 22 6 22H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 22C19.1193 22 18 20.8807 18 19.5C18 18.1193 19.1193 17 20.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9336 10.9997C14.3683 11.9379 13.3396 12.5654 12.1644 12.5654C10.3801 12.5654 8.93359 11.119 8.93359 9.33466C8.93359 8.15943 9.56109 7.13077 10.4993 6.56543%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 8H13.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 19.5V5.5C3.5 3.567 5.067 2 7 2H17C18.933 2 20.5 3.567 20.5 5.5V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-ramadan-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.1911 3.07767L18.895 4.49715C18.991 4.69475 19.2469 4.88428 19.4629 4.92057L20.7388 5.1343C21.5547 5.27141 21.7467 5.86824 21.1587 6.457L20.1668 7.45709C19.9989 7.62646 19.9069 7.9531 19.9589 8.18699L20.2428 9.425C20.4668 10.4049 19.9509 10.784 19.091 10.2718L17.8951 9.55808C17.6791 9.42903 17.3232 9.42903 17.1032 9.55808L15.9073 10.2718C15.0514 10.784 14.5315 10.4009 14.7554 9.425L15.0394 8.18699C15.0914 7.9531 14.9994 7.62646 14.8314 7.45709L13.8395 6.457C13.2556 5.86824 13.4436 5.27141 14.2595 5.1343L15.5353 4.92057C15.7473 4.88428 16.0033 4.69475 16.0993 4.49715L16.8032 3.07767C17.1872 2.30744 17.8111 2.30744 18.1911 3.07767Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 11.8049C2.5 17.1594 6.84065 21.5 12.1951 21.5C16.601 21.5 20.3204 18.5611 21.5 14.5367C20.0791 15.5691 18.3306 16.1779 16.44 16.1779C11.6804 16.1779 7.82208 12.3196 7.82208 7.56005C7.82208 5.66937 8.43094 3.9209 9.46326 2.5C5.4389 3.67959 2.5 7.39904 2.5 11.8049Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.1911 3.07767L18.895 4.49715C18.991 4.69475 19.2469 4.88428 19.4629 4.92057L20.7388 5.1343C21.5547 5.27141 21.7467 5.86824 21.1587 6.457L20.1668 7.45709C19.9989 7.62646 19.9069 7.9531 19.9589 8.18699L20.2428 9.425C20.4668 10.4049 19.9509 10.784 19.091 10.2718L17.8951 9.55808C17.6791 9.42903 17.3232 9.42903 17.1032 9.55808L15.9073 10.2718C15.0514 10.784 14.5315 10.4009 14.7554 9.425L15.0394 8.18699C15.0914 7.9531 14.9994 7.62646 14.8314 7.45709L13.8395 6.457C13.2556 5.86824 13.4436 5.27141 14.2595 5.1343L15.5353 4.92057C15.7473 4.88428 16.0033 4.69475 16.0993 4.49715L16.8032 3.07767C17.1872 2.30744 17.8111 2.30744 18.1911 3.07767Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 11.8049C2.5 17.1594 6.84065 21.5 12.1951 21.5C16.601 21.5 20.3204 18.5611 21.5 14.5367C20.0791 15.5691 18.3306 16.1779 16.44 16.1779C11.6804 16.1779 7.82208 12.3196 7.82208 7.56005C7.82208 5.66937 8.43094 3.9209 9.46326 2.5C5.4389 3.67959 2.5 7.39904 2.5 11.8049Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-ramadan-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.07186 15C-0.34574 7 10.0123 5 12.0001 2C13.9875 5 24.3473 7 17.9267 15V18C17.9267 19.8856 17.9267 20.8284 17.3481 21.4142C16.7695 22 15.8382 22 13.9756 22H10.0236C8.16141 22 7.2303 22 6.65169 21.4144C6.07308 20.8287 6.07289 19.8861 6.07249 18.0009L6.07186 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19L11.2988 18.7828C12.9134 17.6094 13.7206 17.0227 14.6386 17.0008C14.7479 16.9982 14.8573 17.0017 14.9662 17.0112C15.8444 17.0877 16.5 18 17.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 19C8 18 8.66888 17.0254 9.6805 17.0009C9.80096 16.998 9.9215 17.0019 10.0415 17.0125C10.6754 17.0688 11.2447 17.3721 12 17.9447%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12.4343C14.4347 13.3725 13.406 14 12.2308 14C10.4465 14 9 12.5535 9 10.7692C9 9.594 9.6275 8.56534 10.5657 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9H14.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.07186 15C-0.34574 7 10.0123 5 12.0001 2C13.9875 5 24.3473 7 17.9267 15V18C17.9267 19.8856 17.9267 20.8284 17.3481 21.4142C16.7695 22 15.8382 22 13.9756 22H10.0236C8.16141 22 7.2303 22 6.65169 21.4144C6.07308 20.8287 6.07289 19.8861 6.07249 18.0009L6.07186 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19L11.2988 18.7828C12.9134 17.6094 13.7206 17.0227 14.6386 17.0008C14.7479 16.9982 14.8573 17.0017 14.9662 17.0112C15.8444 17.0877 16.5 18 17.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 19C8 18 8.66888 17.0254 9.6805 17.0009C9.80096 16.998 9.9215 17.0019 10.0415 17.0125C10.6754 17.0688 11.2447 17.3721 12 17.9447%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12.4343C14.4347 13.3725 13.406 14 12.2308 14C10.4465 14 9 12.5535 9 10.7692C9 9.594 9.6275 8.56534 10.5657 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9H14.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-ramadhan-month{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 16.4343C14.4347 17.3725 13.406 18 12.2308 18C10.4465 18 9 16.5535 9 14.7692C9 13.594 9.6275 12.5653 10.5657 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 13H14.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12.2432C2.5 7.88594 2.5 5.70728 3.75212 4.35364C5.00424 3 7.01949 3 11.05 3H12.95C16.9805 3 18.9958 3 20.2479 4.35364C21.5 5.70728 21.5 7.88594 21.5 12.2432V12.7568C21.5 17.1141 21.5 19.2927 20.2479 20.6464C18.9958 22 16.9805 22 12.95 22H11.05C7.01949 22 5.00424 22 3.75212 20.6464C2.5 19.2927 2.5 17.1141 2.5 12.7568V12.2432Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 16.4343C14.4347 17.3725 13.406 18 12.2308 18C10.4465 18 9 16.5535 9 14.7692C9 13.594 9.6275 12.5653 10.5657 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 13H14.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-reminder{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9474 19.0004C12.8695 20.022 12.6757 20.6904 12.1945 21.1803C11.3891 22.0004 10.0927 22.0004 7.5 22.0004C4.90728 22.0004 3.61091 22.0004 2.80546 21.1803C2 20.3602 2 19.0403 2 16.4004V11.6004C2 8.96054 2 7.6406 2.80546 6.8205C3.29517 6.32189 3.96634 6.12643 5 6.0498%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.49199 19.001H7.50098%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0785 2.00098H13.9215C11.0208 2.00098 9.57048 2.00098 8.70959 2.90423C7.8487 3.80748 7.93917 5.23426 8.12011 8.0878L8.24595 10.0725C8.28754 10.7283 8.30833 11.0562 8.38194 11.3297C8.66622 12.3859 9.53533 13.1907 10.6225 13.4045C10.904 13.4598 11.2373 13.4598 11.904 13.4598C12.8328 13.4598 12.8202 14.227 12.8202 14.9864C12.8202 15.5754 12.8202 15.87 13.0121 15.9712C13.204 16.0724 13.4526 15.909 13.9499 15.5823L16.9093 13.6376C17.1029 13.5104 17.2769 13.4598 17.5048 13.4598C18.727 13.4598 19.3381 13.4598 19.8333 13.276C21.5492 12.639 21.6918 11.0535 21.7909 9.49093L21.8799 8.0878C22.0608 5.23426 22.1513 3.80748 21.2904 2.90423C20.4295 2.00098 18.9792 2.00098 16.0785 2.00098Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.8342 8.42955C11.4258 6.71526 14.9993 5.00098 14.9993 5.00098C14.9993 5.00098 18.5746 6.71526 16.1663 8.42955M13.8342 8.42955H16.1663M13.8342 8.42955L13.2507 11.001M16.1663 8.42955L16.9821 11.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9474 19.0004C12.8695 20.022 12.6757 20.6904 12.1945 21.1803C11.3891 22.0004 10.0927 22.0004 7.5 22.0004C4.90728 22.0004 3.61091 22.0004 2.80546 21.1803C2 20.3602 2 19.0403 2 16.4004V11.6004C2 8.96054 2 7.6406 2.80546 6.8205C3.29517 6.32189 3.96634 6.12643 5 6.0498%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.49199 19.001H7.50098%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0785 2.00098H13.9215C11.0208 2.00098 9.57048 2.00098 8.70959 2.90423C7.8487 3.80748 7.93917 5.23426 8.12011 8.0878L8.24595 10.0725C8.28754 10.7283 8.30833 11.0562 8.38194 11.3297C8.66622 12.3859 9.53533 13.1907 10.6225 13.4045C10.904 13.4598 11.2373 13.4598 11.904 13.4598C12.8328 13.4598 12.8202 14.227 12.8202 14.9864C12.8202 15.5754 12.8202 15.87 13.0121 15.9712C13.204 16.0724 13.4526 15.909 13.9499 15.5823L16.9093 13.6376C17.1029 13.5104 17.2769 13.4598 17.5048 13.4598C18.727 13.4598 19.3381 13.4598 19.8333 13.276C21.5492 12.639 21.6918 11.0535 21.7909 9.49093L21.8799 8.0878C22.0608 5.23426 22.1513 3.80748 21.2904 2.90423C20.4295 2.00098 18.9792 2.00098 16.0785 2.00098Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.8342 8.42955C11.4258 6.71526 14.9993 5.00098 14.9993 5.00098C14.9993 5.00098 18.5746 6.71526 16.1663 8.42955M13.8342 8.42955H16.1663M13.8342 8.42955L13.2507 11.001M16.1663 8.42955L16.9821 11.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-rub-el-hizb{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 6.64286C4.5 5.6327 4.5 5.12763 4.81381 4.81381C5.12763 4.5 5.6327 4.5 6.64286 4.5H17.3571C18.3673 4.5 18.8724 4.5 19.1862 4.81381C19.5 5.12763 19.5 5.6327 19.5 6.64286V17.3571C19.5 18.3673 19.5 18.8724 19.1862 19.1862C18.8724 19.5 18.3673 19.5 17.3571 19.5H6.64286C5.6327 19.5 5.12763 19.5 4.81381 19.1862C4.5 18.8724 4.5 18.3673 4.5 17.3571V6.64286Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.509 3.05426C11.2119 2.35142 11.5633 2 12 2C12.4367 2 12.7881 2.35142 13.491 3.05427L20.9457 10.509C21.6486 11.2119 22 11.5633 22 12C22 12.4367 21.6486 12.7881 20.9457 13.491L13.491 20.9457C12.7881 21.6486 12.4367 22 12 22C11.5633 22 11.2119 21.6486 10.509 20.9457L3.05426 13.491C2.35142 12.7881 2 12.4367 2 12C2 11.5633 2.35142 11.2119 3.05427 10.509L10.509 3.05426Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 6.64286C4.5 5.6327 4.5 5.12763 4.81381 4.81381C5.12763 4.5 5.6327 4.5 6.64286 4.5H17.3571C18.3673 4.5 18.8724 4.5 19.1862 4.81381C19.5 5.12763 19.5 5.6327 19.5 6.64286V17.3571C19.5 18.3673 19.5 18.8724 19.1862 19.1862C18.8724 19.5 18.3673 19.5 17.3571 19.5H6.64286C5.6327 19.5 5.12763 19.5 4.81381 19.1862C4.5 18.8724 4.5 18.3673 4.5 17.3571V6.64286Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.509 3.05426C11.2119 2.35142 11.5633 2 12 2C12.4367 2 12.7881 2.35142 13.491 3.05427L20.9457 10.509C21.6486 11.2119 22 11.5633 22 12C22 12.4367 21.6486 12.7881 20.9457 13.491L13.491 20.9457C12.7881 21.6486 12.4367 22 12 22C11.5633 22 11.2119 21.6486 10.509 20.9457L3.05426 13.491C2.35142 12.7881 2 12.4367 2 12C2 11.5633 2.35142 11.2119 3.05427 10.509L10.509 3.05426Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-ruku{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 7.76239L17.8883 7.98862C19.2866 8.12106 20.5 7.08098 20.5 5.74989C20.5 4.50731 19.4365 3.5 18.1247 3.5H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0911 6.5L10.0207 10.3833V14.8978M10.0207 14.8978V18.5C6.78541 18.5 4.84681 17.8333 3.5 17.5V9.60937C3.5 5.68298 6.71707 2.5 10.6855 2.5C12.2479 2.5 13.4299 2.69092 14.2573 2.91951C15.1883 3.17674 15.7316 4.01566 15.9212 4.9535C16.0591 5.6359 16.0158 6.34727 15.7934 7.0075L10.0207 14.8978Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 18.5V21.5M8.5 21.5H7.5C6.55719 21.5 6.08579 21.5 5.79289 21.2071C5.5 20.9142 5.5 20.4428 5.5 19.5V18.5M8.5 21.5H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 7.76239L17.8883 7.98862C19.2866 8.12106 20.5 7.08098 20.5 5.74989C20.5 4.50731 19.4365 3.5 18.1247 3.5H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0911 6.5L10.0207 10.3833V14.8978M10.0207 14.8978V18.5C6.78541 18.5 4.84681 17.8333 3.5 17.5V9.60937C3.5 5.68298 6.71707 2.5 10.6855 2.5C12.2479 2.5 13.4299 2.69092 14.2573 2.91951C15.1883 3.17674 15.7316 4.01566 15.9212 4.9535C16.0591 5.6359 16.0158 6.34727 15.7934 7.0075L10.0207 14.8978Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 18.5V21.5M8.5 21.5H7.5C6.55719 21.5 6.08579 21.5 5.79289 21.2071C5.5 20.9142 5.5 20.4428 5.5 19.5V18.5M8.5 21.5H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-salah-time{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0083 5.00114C13.7426 3.18697 11.3847 2 9.00445 2C5.136 2 2 5.13521 2 9.00267C2 12.702 4.86918 15.7488 8.50413 16.0053%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00437 7.00195V9.50291L7.50342 10.5033%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6134 15.5481C11.2522 13.892 11.02 12.229 12.9675 10.2097C15.0134 8.38457 16.1916 7.52139 16.5055 7.00195C16.8194 7.52139 18.0168 8.38457 20.0627 10.2097C21.9169 11.8638 21.8002 13.892 20.439 15.5481M12.6134 15.5481H12.0908M12.6134 15.5481H20.439M20.439 15.5481H20.8994M11.02 15.5481H12.0908M12.0908 15.5481V21.0929C12.1308 21.7606 12.0908 22.0722 13.302 21.9848H16.4867M20.8994 15.5481H21.9986M20.8994 15.5481V21.1944C21.0163 22.1013 20.2941 21.9422 19.8323 21.9848H16.4867M16.4867 21.9848L16.522 19.8502%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0083 5.00114C13.7426 3.18697 11.3847 2 9.00445 2C5.136 2 2 5.13521 2 9.00267C2 12.702 4.86918 15.7488 8.50413 16.0053%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00437 7.00195V9.50291L7.50342 10.5033%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6134 15.5481C11.2522 13.892 11.02 12.229 12.9675 10.2097C15.0134 8.38457 16.1916 7.52139 16.5055 7.00195C16.8194 7.52139 18.0168 8.38457 20.0627 10.2097C21.9169 11.8638 21.8002 13.892 20.439 15.5481M12.6134 15.5481H12.0908M12.6134 15.5481H20.439M20.439 15.5481H20.8994M11.02 15.5481H12.0908M12.0908 15.5481V21.0929C12.1308 21.7606 12.0908 22.0722 13.302 21.9848H16.4867M20.8994 15.5481H21.9986M20.8994 15.5481V21.1944C21.0163 22.1013 20.2941 21.9422 19.8323 21.9848H16.4867M16.4867 21.9848L16.522 19.8502%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-salah{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 18C17.2128 17.2408 16.9563 16.1375 16 15.5C14.5 14.5 13 14 13 12.5C13 11 12.5 8 12.5 8L13.1955 7.26803C14.8935 8.02463 16.5 5.88071 16.5 4.5C16.5 3.11929 15.3807 2 14 2C12.6193 2 11.5 3.11929 11.5 4.5C11.5 5.5 10.7 6.1 9.5 6.5C8 7 6 8 6 13C6 17 7.83333 18.3333 8.5 19C5.3 19 4.5 21 4.5 22H17.5C18.6046 22 19.5 21.1046 19.5 20C19.5 18.8954 18.6046 18 17.5 18ZM17.5 18C9.7719 18 9.05992 13.3333 9.5 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 18C17.2128 17.2408 16.9563 16.1375 16 15.5C14.5 14.5 13 14 13 12.5C13 11 12.5 8 12.5 8L13.1955 7.26803C14.8935 8.02463 16.5 5.88071 16.5 4.5C16.5 3.11929 15.3807 2 14 2C12.6193 2 11.5 3.11929 11.5 4.5C11.5 5.5 10.7 6.1 9.5 6.5C8 7 6 8 6 13C6 17 7.83333 18.3333 8.5 19C5.3 19 4.5 21 4.5 22H17.5C18.6046 22 19.5 21.1046 19.5 20C19.5 18.8954 18.6046 18 17.5 18ZM17.5 18C9.7719 18 9.05992 13.3333 9.5 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-sujood{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 12.5107C19.5 11.0269 18.6112 8.56411 15.0561 6.5857C10.6122 4.11268 7.31475 4.86323 6.16835 6.5857C5.1808 8.06949 4.68705 10.0479 9.13094 14.9939H7.49878C6.55716 14.9939 6.08499 14.9953 5.79222 15.2875C5.5 15.5802 5.5 16.0511 5.5 16.9927C5.5 17.9343 5.5 18.4051 5.79222 18.6979C6.08499 18.9901 6.55716 18.9915 7.49878 18.9915H9.5C10.665 19.069 12.9951 18.6512 12.9951 16.3595M19.5 12.5107C19 12.8337 17.5 14.382 15.5 13.9945L16.5 16.493C17.1667 16.6596 18.6 17.7922 19 18.9915H15.6606C14.9429 18.9915 14.2802 18.6071 13.9242 17.9844L12.9951 16.3595M19.5 12.5107H19.7577C21.2722 12.5107 22.5 13.7378 22.5 15.2514C22.5 16.765 21.2722 17.9921 19.7577 17.9921H18.5M15.0561 10.4966C14.2099 10.4966 13.1934 10.7926 12.3021 11.1429C11.2757 11.5463 10.943 12.7705 11.4902 13.7275L12.9951 16.3595%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5001 15.5C4.49881 15.5 3.29726 14 2.49623 14C1.66898 14 1.52519 14.3413 1.50019 16.9976C1.4898 18.1021 1.894 19 3 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 12.5107C19.5 11.0269 18.6112 8.56411 15.0561 6.5857C10.6122 4.11268 7.31475 4.86323 6.16835 6.5857C5.1808 8.06949 4.68705 10.0479 9.13094 14.9939H7.49878C6.55716 14.9939 6.08499 14.9953 5.79222 15.2875C5.5 15.5802 5.5 16.0511 5.5 16.9927C5.5 17.9343 5.5 18.4051 5.79222 18.6979C6.08499 18.9901 6.55716 18.9915 7.49878 18.9915H9.5C10.665 19.069 12.9951 18.6512 12.9951 16.3595M19.5 12.5107C19 12.8337 17.5 14.382 15.5 13.9945L16.5 16.493C17.1667 16.6596 18.6 17.7922 19 18.9915H15.6606C14.9429 18.9915 14.2802 18.6071 13.9242 17.9844L12.9951 16.3595M19.5 12.5107H19.7577C21.2722 12.5107 22.5 13.7378 22.5 15.2514C22.5 16.765 21.2722 17.9921 19.7577 17.9921H18.5M15.0561 10.4966C14.2099 10.4966 13.1934 10.7926 12.3021 11.1429C11.2757 11.5463 10.943 12.7705 11.4902 13.7275L12.9951 16.3595%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5001 15.5C4.49881 15.5 3.29726 14 2.49623 14C1.66898 14 1.52519 14.3413 1.50019 16.9976C1.4898 18.1021 1.894 19 3 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-tasbih{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7111 3.72029C15.7111 4.67578 14.9372 5.45035 13.9825 5.45035C13.0278 5.45035 12.2539 4.67578 12.2539 3.72029C12.2539 2.76481 13.0278 1.99023 13.9825 1.99023C14.9372 1.99023 15.7111 2.76481 15.7111 3.72029Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.2831 5.54878C11.2831 6.50427 10.5091 7.27884 9.55446 7.27884C8.59976 7.27884 7.82583 6.50427 7.82583 5.54878C7.82583 4.5933 8.59976 3.81873 9.55446 3.81873C10.5091 3.81873 11.2831 4.5933 11.2831 5.54878Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.45188 10.0004C9.45188 10.9559 8.67795 11.7305 7.72325 11.7305C6.76856 11.7305 5.99463 10.9559 5.99463 10.0004C5.99463 9.04496 6.76856 8.27039 7.72325 8.27039C8.67795 8.27039 9.45188 9.04496 9.45188 10.0004Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.265 14.4372C11.265 15.3927 10.491 16.1673 9.53634 16.1673C8.58164 16.1673 7.80771 15.3927 7.80771 14.4372C7.80771 13.4817 8.58164 12.7072 9.53634 12.7072C10.491 12.7072 11.265 13.4817 11.265 14.4372Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.715 16.2844C15.715 17.2399 14.9411 18.0144 13.9864 18.0144C13.0317 18.0144 12.2578 17.2399 12.2578 16.2844C12.2578 15.3289 13.0317 14.5543 13.9864 14.5543C14.9411 14.5543 15.715 15.3289 15.715 16.2844Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.1655 14.4372C20.1655 15.3927 19.3915 16.1673 18.4368 16.1673C17.4821 16.1673 16.7082 15.3927 16.7082 14.4372C16.7082 13.4817 17.4821 12.7072 18.4368 12.7072C19.3915 12.7072 20.1655 13.4817 20.1655 14.4372Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22.0028 10.0004C22.0028 10.9559 21.2288 11.7305 20.2741 11.7305C19.3194 11.7305 18.5455 10.9559 18.5455 10.0004C18.5455 9.04496 19.3194 8.27039 20.2741 8.27039C21.2288 8.27039 22.0028 9.04496 22.0028 10.0004Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.1655 5.56328C20.1655 6.51876 19.3915 7.29333 18.4368 7.29333C17.4821 7.29333 16.7082 6.51876 16.7082 5.56328C16.7082 4.60779 17.4821 3.83322 18.4368 3.83322C19.3915 3.83322 20.1655 4.60779 20.1655 5.56328Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.76254 14.8389L2.89079 17.293C2.16424 17.687 1.73007 18.1444 2.20423 18.9906C2.40435 19.3603 2.82611 19.982 3.43377 20.5939M9.15081 16.2255L6.70283 21.0826C6.15329 22.1733 5.62697 22.0463 5.19403 21.8911C4.50399 21.5497 3.91144 21.0748 3.43377 20.5939M3.43377 20.5939L5.10924 18.8845%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7111 3.72029C15.7111 4.67578 14.9372 5.45035 13.9825 5.45035C13.0278 5.45035 12.2539 4.67578 12.2539 3.72029C12.2539 2.76481 13.0278 1.99023 13.9825 1.99023C14.9372 1.99023 15.7111 2.76481 15.7111 3.72029Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.2831 5.54878C11.2831 6.50427 10.5091 7.27884 9.55446 7.27884C8.59976 7.27884 7.82583 6.50427 7.82583 5.54878C7.82583 4.5933 8.59976 3.81873 9.55446 3.81873C10.5091 3.81873 11.2831 4.5933 11.2831 5.54878Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.45188 10.0004C9.45188 10.9559 8.67795 11.7305 7.72325 11.7305C6.76856 11.7305 5.99463 10.9559 5.99463 10.0004C5.99463 9.04496 6.76856 8.27039 7.72325 8.27039C8.67795 8.27039 9.45188 9.04496 9.45188 10.0004Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.265 14.4372C11.265 15.3927 10.491 16.1673 9.53634 16.1673C8.58164 16.1673 7.80771 15.3927 7.80771 14.4372C7.80771 13.4817 8.58164 12.7072 9.53634 12.7072C10.491 12.7072 11.265 13.4817 11.265 14.4372Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.715 16.2844C15.715 17.2399 14.9411 18.0144 13.9864 18.0144C13.0317 18.0144 12.2578 17.2399 12.2578 16.2844C12.2578 15.3289 13.0317 14.5543 13.9864 14.5543C14.9411 14.5543 15.715 15.3289 15.715 16.2844Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.1655 14.4372C20.1655 15.3927 19.3915 16.1673 18.4368 16.1673C17.4821 16.1673 16.7082 15.3927 16.7082 14.4372C16.7082 13.4817 17.4821 12.7072 18.4368 12.7072C19.3915 12.7072 20.1655 13.4817 20.1655 14.4372Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22.0028 10.0004C22.0028 10.9559 21.2288 11.7305 20.2741 11.7305C19.3194 11.7305 18.5455 10.9559 18.5455 10.0004C18.5455 9.04496 19.3194 8.27039 20.2741 8.27039C21.2288 8.27039 22.0028 9.04496 22.0028 10.0004Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.1655 5.56328C20.1655 6.51876 19.3915 7.29333 18.4368 7.29333C17.4821 7.29333 16.7082 6.51876 16.7082 5.56328C16.7082 4.60779 17.4821 3.83322 18.4368 3.83322C19.3915 3.83322 20.1655 4.60779 20.1655 5.56328Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.76254 14.8389L2.89079 17.293C2.16424 17.687 1.73007 18.1444 2.20423 18.9906C2.40435 19.3603 2.82611 19.982 3.43377 20.5939M9.15081 16.2255L6.70283 21.0826C6.15329 22.1733 5.62697 22.0463 5.19403 21.8911C4.50399 21.5497 3.91144 21.0748 3.43377 20.5939M3.43377 20.5939L5.10924 18.8845%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-wudu{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0281 2L13.1469 4.97519C11.5996 6.60052 11.6264 9.21756 13.1736 10.8153C14.7476 12.4131 17.282 12.3856 18.8292 10.7878C20.4032 9.16248 20.3765 6.5454 18.8292 4.94762L16.0281 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14H6.39482C6.68897 14 6.97908 14.0663 7.24217 14.1936L9.28415 15.1816C9.54724 15.3089 9.83735 15.3751 10.1315 15.3751H11.1741C12.1825 15.3751 13 16.1662 13 17.142C13 17.1814 12.973 17.2161 12.9338 17.2269L10.3929 17.9295C9.93707 18.0555 9.449 18.0116 9.025 17.8064L6.84211 16.7503M13 16.5L17.5928 15.0889C18.407 14.8352 19.2871 15.136 19.7971 15.8423C20.1659 16.3529 20.0157 17.0842 19.4785 17.3942L11.9629 21.7305C11.4849 22.0063 10.9209 22.0736 10.3952 21.9176L4 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.0281 2L13.1469 4.97519C11.5996 6.60052 11.6264 9.21756 13.1736 10.8153C14.7476 12.4131 17.282 12.3856 18.8292 10.7878C20.4032 9.16248 20.3765 6.5454 18.8292 4.94762L16.0281 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14H6.39482C6.68897 14 6.97908 14.0663 7.24217 14.1936L9.28415 15.1816C9.54724 15.3089 9.83735 15.3751 10.1315 15.3751H11.1741C12.1825 15.3751 13 16.1662 13 17.142C13 17.1814 12.973 17.2161 12.9338 17.2269L10.3929 17.9295C9.93707 18.0555 9.449 18.0116 9.025 17.8064L6.84211 16.7503M13 16.5L17.5928 15.0889C18.407 14.8352 19.2871 15.136 19.7971 15.8423C20.1659 16.3529 20.0157 17.0842 19.4785 17.3942L11.9629 21.7305C11.4849 22.0063 10.9209 22.0736 10.3952 21.9176L4 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-islamic-icons-zakat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9682 10.3551C18.6036 8.33276 17.4684 6.82687 16.4816 5.94236C16.1945 5.68497 16.0509 5.55628 15.7338 5.43717C15.4166 5.31807 15.144 5.31807 14.5988 5.31807H13.4012C12.856 5.31807 12.5834 5.31807 12.2662 5.43717C11.9491 5.55628 11.8055 5.68497 11.5184 5.94236C10.5316 6.82687 9.39645 8.33276 9.03182 10.3551C8.76052 11.8597 10.2663 13 11.9491 13H16.0509C17.7337 13 19.2395 11.8597 18.9682 10.3551Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 14H6.39482C6.68897 14 6.97908 14.0663 7.24217 14.1936L9.28415 15.1816C9.54724 15.3089 9.83735 15.3751 10.1315 15.3751H11.1741C12.1825 15.3751 13 16.1662 13 17.142C13 17.1814 12.973 17.2161 12.9338 17.2269L10.3929 17.9295C9.93707 18.0555 9.449 18.0116 9.025 17.8064L6.84211 16.7503M13 16.5L17.5928 15.0889C18.407 14.8352 19.2871 15.136 19.7971 15.8423C20.1659 16.3529 20.0157 17.0842 19.4785 17.3942L11.9629 21.7305C11.4849 22.0063 10.9209 22.0736 10.3952 21.9176L4 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9682 10.3551C18.6036 8.33276 17.4684 6.82687 16.4816 5.94236C16.1945 5.68497 16.0509 5.55628 15.7338 5.43717C15.4166 5.31807 15.144 5.31807 14.5988 5.31807H13.4012C12.856 5.31807 12.5834 5.31807 12.2662 5.43717C11.9491 5.55628 11.8055 5.68497 11.5184 5.94236C10.5316 6.82687 9.39645 8.33276 9.03182 10.3551C8.76052 11.8597 10.2663 13 11.9491 13H16.0509C17.7337 13 19.2395 11.8597 18.9682 10.3551Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 14H6.39482C6.68897 14 6.97908 14.0663 7.24217 14.1936L9.28415 15.1816C9.54724 15.3089 9.83735 15.3751 10.1315 15.3751H11.1741C12.1825 15.3751 13 16.1662 13 17.142C13 17.1814 12.973 17.2161 12.9338 17.2269L10.3929 17.9295C9.93707 18.0555 9.449 18.0116 9.025 17.8064L6.84211 16.7503M13 16.5L17.5928 15.0889C18.407 14.8352 19.2871 15.136 19.7971 15.8423C20.1659 16.3529 20.0157 17.0842 19.4785 17.3942L11.9629 21.7305C11.4849 22.0063 10.9209 22.0736 10.3952 21.9176L4 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-apron{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 11V16C19 18.8284 19 20.2426 18.1213 21.1213C17.2426 22 15.8284 22 13 22H11C8.17157 22 6.75736 22 5.87868 21.1213C5 20.2426 5 18.8284 5 16V11M8 8H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5 13H11.5C10.5572 13 10.0858 13 9.79289 13.2929C9.5 13.5858 9.5 14.0572 9.5 15V16C9.5 16.9428 9.5 17.4142 9.79289 17.7071C10.0858 18 10.5572 18 11.5 18H12.5C13.4428 18 13.9142 18 14.2071 17.7071C14.5 17.4142 14.5 16.9428 14.5 16V15C14.5 14.0572 14.5 13.5858 14.2071 13.2929C13.9142 13 13.4428 13 12.5 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.0302 6.5C21.8897 7.89188 20.9043 11 18.5243 11C15.7119 11 16.015 7.9346 16.015 6C16.015 3.79086 14.2174 2 12 2C9.7826 2 7.98504 3.79086 7.98504 6C7.98504 7.9346 8.28808 11 5.47569 11C3.09553 11 2.11029 7.89156 3.97008 6.49982%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 11V16C19 18.8284 19 20.2426 18.1213 21.1213C17.2426 22 15.8284 22 13 22H11C8.17157 22 6.75736 22 5.87868 21.1213C5 20.2426 5 18.8284 5 16V11M8 8H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5 13H11.5C10.5572 13 10.0858 13 9.79289 13.2929C9.5 13.5858 9.5 14.0572 9.5 15V16C9.5 16.9428 9.5 17.4142 9.79289 17.7071C10.0858 18 10.5572 18 11.5 18H12.5C13.4428 18 13.9142 18 14.2071 17.7071C14.5 17.4142 14.5 16.9428 14.5 16V15C14.5 14.0572 14.5 13.5858 14.2071 13.2929C13.9142 13 13.4428 13 12.5 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.0302 6.5C21.8897 7.89188 20.9043 11 18.5243 11C15.7119 11 16.015 7.9346 16.015 6C16.015 3.79086 14.2174 2 12 2C9.7826 2 7.98504 3.79086 7.98504 6C7.98504 7.9346 8.28808 11 5.47569 11C3.09553 11 2.11029 7.89156 3.97008 6.49982%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-beater{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 5H17.5C18.9045 5 19.6067 5 20.1111 5.33706C20.3295 5.48298 20.517 5.67048 20.6629 5.88886C21 6.39331 21 7.09554 21 8.5C21 9.90446 21 10.6067 20.6629 11.1111C20.517 11.3295 20.3295 11.517 20.1111 11.6629C19.6067 12 18.9045 12 17.5 12H6.5C5.09554 12 4.39331 12 3.88886 11.6629C3.67048 11.517 3.48298 11.3295 3.33706 11.1111C3 10.6067 3 9.90446 3 8.5C3 7.09554 3 6.39331 3.33706 5.88886C3.48298 5.67048 3.67048 5.48298 3.88886 5.33706C4.39331 5 5.09554 5 6.5 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 16H15.5C14.6716 16 14 16.6716 14 17.5V19.5C14 20.3284 14.6716 21 15.5 21H17.5C18.3284 21 19 20.3284 19 19.5V17.5C19 16.6716 18.3284 16 17.5 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 22V21M16.5 12V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2H15C15.9319 2 16.3978 2 16.7654 2.15224C17.2554 2.35523 17.6448 2.74458 17.8478 3.23463C18 3.60218 18 4.06812 18 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8.5H16.991M13.009 8.5H13%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 5H17.5C18.9045 5 19.6067 5 20.1111 5.33706C20.3295 5.48298 20.517 5.67048 20.6629 5.88886C21 6.39331 21 7.09554 21 8.5C21 9.90446 21 10.6067 20.6629 11.1111C20.517 11.3295 20.3295 11.517 20.1111 11.6629C19.6067 12 18.9045 12 17.5 12H6.5C5.09554 12 4.39331 12 3.88886 11.6629C3.67048 11.517 3.48298 11.3295 3.33706 11.1111C3 10.6067 3 9.90446 3 8.5C3 7.09554 3 6.39331 3.33706 5.88886C3.48298 5.67048 3.67048 5.48298 3.88886 5.33706C4.39331 5 5.09554 5 6.5 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 16H15.5C14.6716 16 14 16.6716 14 17.5V19.5C14 20.3284 14.6716 21 15.5 21H17.5C18.3284 21 19 20.3284 19 19.5V17.5C19 16.6716 18.3284 16 17.5 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 22V21M16.5 12V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2H15C15.9319 2 16.3978 2 16.7654 2.15224C17.2554 2.35523 17.6448 2.74458 17.8478 3.23463C18 3.60218 18 4.06812 18 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8.5H16.991M13.009 8.5H13%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-blender{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4626 4H8.2133M18.4626 4L17.4377 17H9L8.72577 11M18.4626 4H20M8.2133 4H6.35619C5.09456 4 4.46374 4 4.15636 4.40307C3.84899 4.80614 4.03026 5.39566 4.39278 6.5747L4.66786 7.4693C4.90028 8.22521 5.0165 8.60316 5.26185 8.90436C5.5072 9.20555 5.85836 9.40133 6.56065 9.79288L8.72577 11M8.2133 4L8.72577 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 2H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4668 17H9.05279C8.76014 17.9995 7.45643 20.7076 8.25559 21.634C8.57134 22 9.16523 22 10.353 22H16.5325C17.8279 22 18.4755 22 18.7911 21.5969C19.5834 20.5851 17.8973 17.9653 17.4668 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8H15.5M17.5 11H15.5M17.5 14H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4626 4H8.2133M18.4626 4L17.4377 17H9L8.72577 11M18.4626 4H20M8.2133 4H6.35619C5.09456 4 4.46374 4 4.15636 4.40307C3.84899 4.80614 4.03026 5.39566 4.39278 6.5747L4.66786 7.4693C4.90028 8.22521 5.0165 8.60316 5.26185 8.90436C5.5072 9.20555 5.85836 9.40133 6.56065 9.79288L8.72577 11M8.2133 4L8.72577 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 2H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4668 17H9.05279C8.76014 17.9995 7.45643 20.7076 8.25559 21.634C8.57134 22 9.16523 22 10.353 22H16.5325C17.8279 22 18.4755 22 18.7911 21.5969C19.5834 20.5851 17.8973 17.9653 17.4668 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8H15.5M17.5 11H15.5M17.5 14H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-chef-hat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 13C20.2091 13 22 11.2091 22 9C22 6.79086 20.2091 5 18 5C17.1767 5 16.4115 5.24874 15.7754 5.67518M6 13C3.79086 13 2 11.2091 2 9C2 6.79086 3.79086 5 6 5C6.82332 5 7.58854 5.24874 8.22461 5.67518M15.7754 5.67518C15.2287 4.11714 13.7448 3 12 3C10.2552 3 8.77132 4.11714 8.22461 5.67518M15.7754 5.67518C15.9209 6.08981 16 6.53566 16 7C16 7.3453 15.9562 7.68038 15.874 8M9.46487 7C9.15785 6.46925 8.73238 6.0156 8.22461 5.67518%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17.5C7.59905 16.8776 9.69952 16.5 12 16.5C14.3005 16.5 16.401 16.8776 18 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 21C6.86556 20.3776 9.3161 20 12 20C14.6839 20 17.1344 20.3776 19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12V20M6 12V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 13C20.2091 13 22 11.2091 22 9C22 6.79086 20.2091 5 18 5C17.1767 5 16.4115 5.24874 15.7754 5.67518M6 13C3.79086 13 2 11.2091 2 9C2 6.79086 3.79086 5 6 5C6.82332 5 7.58854 5.24874 8.22461 5.67518M15.7754 5.67518C15.2287 4.11714 13.7448 3 12 3C10.2552 3 8.77132 4.11714 8.22461 5.67518M15.7754 5.67518C15.9209 6.08981 16 6.53566 16 7C16 7.3453 15.9562 7.68038 15.874 8M9.46487 7C9.15785 6.46925 8.73238 6.0156 8.22461 5.67518%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17.5C7.59905 16.8776 9.69952 16.5 12 16.5C14.3005 16.5 16.401 16.8776 18 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 21C6.86556 20.3776 9.3161 20 12 20C14.6839 20 17.1344 20.3776 19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12V20M6 12V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-chef{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.3979 4.40951C15.9703 4.02542 16.659 3.80138 17.4 3.80138C19.3882 3.80138 21 5.4144 21 7.40415C21 9.31828 19.5084 10.8838 17.625 11H17M15.3979 4.40951C14.9058 3.0062 13.5703 2 12 2C10.4297 2 9.09418 3.0062 8.60215 4.40951M15.3979 4.40951C15.5288 4.78297 15.6 5.18455 15.6 5.60277C15.6 5.91378 15.5606 6.21558 15.4866 6.50346M9.71838 5.60277C9.44207 5.12473 9.05914 4.71612 8.60215 4.40951M8.60215 4.40951C8.02968 4.02543 7.34099 3.80138 6.6 3.80138C4.61177 3.80138 3 5.4144 3 7.40415C3 9.31828 4.49159 10.8838 6.375 11H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 14V10M7 14V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 14.5C16.401 13.8776 14.3005 13.5 12 13.5C9.69952 13.5 7.59905 13.8776 6 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 17C17 19.7614 14.7614 22 12 22C9.23858 22 7 19.7614 7 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.3979 4.40951C15.9703 4.02542 16.659 3.80138 17.4 3.80138C19.3882 3.80138 21 5.4144 21 7.40415C21 9.31828 19.5084 10.8838 17.625 11H17M15.3979 4.40951C14.9058 3.0062 13.5703 2 12 2C10.4297 2 9.09418 3.0062 8.60215 4.40951M15.3979 4.40951C15.5288 4.78297 15.6 5.18455 15.6 5.60277C15.6 5.91378 15.5606 6.21558 15.4866 6.50346M9.71838 5.60277C9.44207 5.12473 9.05914 4.71612 8.60215 4.40951M8.60215 4.40951C8.02968 4.02543 7.34099 3.80138 6.6 3.80138C4.61177 3.80138 3 5.4144 3 7.40415C3 9.31828 4.49159 10.8838 6.375 11H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 14V10M7 14V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 14.5C16.401 13.8776 14.3005 13.5 12 13.5C9.69952 13.5 7.59905 13.8776 6 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 17C17 19.7614 14.7614 22 12 22C9.23858 22 7 19.7614 7 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-cook-book{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 16.9286V10C21 6.22876 21 4.34315 19.8284 3.17157C18.6569 2 16.7712 2 13 2H12C8.22876 2 6.34315 2 5.17157 3.17157C4 4.34315 4 6.22876 4 10V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 17H6.5C5.11929 17 4 18.1193 4 19.5C4 20.8807 5.11929 22 6.5 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 22C19.6193 22 18.5 20.8807 18.5 19.5C18.5 18.1193 19.6193 17 21 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.3877 6.84933C14.7057 6.63424 15.0883 6.50878 15.5 6.50878C16.6046 6.50878 17.5 7.41206 17.5 8.52633C17.5 9.62271 16.5957 10.54 15.5 10.54V11.5C15.5 12.4428 15.5 12.9142 15.2071 13.2071C14.9142 13.5 14.4428 13.5 13.5 13.5H11.5C10.5572 13.5 10.0858 13.5 9.79289 13.2071C9.5 12.9142 9.5 12.4428 9.5 11.5V10.665C8.33217 10.665 7.5 9.79515 7.5 8.52633C7.5 7.41206 8.39543 6.50878 9.5 6.50878C9.91166 6.50878 10.2943 6.63424 10.6123 6.84933C10.8857 6.06347 11.6276 5.5 12.5 5.5C13.3724 5.5 14.1143 6.06347 14.3877 6.84933ZM14.3877 6.84933C14.4604 7.05846 14.5 7.28335 14.5 7.51755%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 16.9286V10C21 6.22876 21 4.34315 19.8284 3.17157C18.6569 2 16.7712 2 13 2H12C8.22876 2 6.34315 2 5.17157 3.17157C4 4.34315 4 6.22876 4 10V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 17H6.5C5.11929 17 4 18.1193 4 19.5C4 20.8807 5.11929 22 6.5 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 22C19.6193 22 18.5 20.8807 18.5 19.5C18.5 18.1193 19.6193 17 21 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.3877 6.84933C14.7057 6.63424 15.0883 6.50878 15.5 6.50878C16.6046 6.50878 17.5 7.41206 17.5 8.52633C17.5 9.62271 16.5957 10.54 15.5 10.54V11.5C15.5 12.4428 15.5 12.9142 15.2071 13.2071C14.9142 13.5 14.4428 13.5 13.5 13.5H11.5C10.5572 13.5 10.0858 13.5 9.79289 13.2071C9.5 12.9142 9.5 12.4428 9.5 11.5V10.665C8.33217 10.665 7.5 9.79515 7.5 8.52633C7.5 7.41206 8.39543 6.50878 9.5 6.50878C9.91166 6.50878 10.2943 6.63424 10.6123 6.84933C10.8857 6.06347 11.6276 5.5 12.5 5.5C13.3724 5.5 14.1143 6.06347 14.3877 6.84933ZM14.3877 6.84933C14.4604 7.05846 14.5 7.28335 14.5 7.51755%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-dish-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 17H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7C12 7 13.5 5.96638 13.5 4.69135C13.5 2.43622 10.5 2.43622 10.5 4.69135C10.5 5.96638 12 7 12 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 17L3.62127 19.4851C3.84385 20.3754 4.64382 21 5.56155 21H18.4384C19.3562 21 20.1561 20.3754 20.3787 19.4851L21 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 14.5C20.0017 10.2768 16.3861 7 12 7C7.61386 7 3.99834 10.2768 3.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 17H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7C12 7 13.5 5.96638 13.5 4.69135C13.5 2.43622 10.5 2.43622 10.5 4.69135C10.5 5.96638 12 7 12 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 17L3.62127 19.4851C3.84385 20.3754 4.64382 21 5.56155 21H18.4384C19.3562 21 20.1561 20.3754 20.3787 19.4851L21 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 14.5C20.0017 10.2768 16.3861 7 12 7C7.61386 7 3.99834 10.2768 3.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-dish-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 17C18.2386 17 16 14.7614 16 12C16 9.23858 18.2386 7 21 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 21C16.0294 21 12 16.9706 12 12C12 7.02944 16.0294 3 21 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 3L6 8M6 21L6 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 8H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3L9 7.35224C9 12.216 3 12.2159 3 7.35207L3 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 17C18.2386 17 16 14.7614 16 12C16 9.23858 18.2386 7 21 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 21C16.0294 21 12 16.9706 12 12C12 7.02944 16.0294 3 21 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 3L6 8M6 21L6 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 8H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3L9 7.35224C9 12.216 3 12.2159 3 7.35207L3 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-dish-washer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 6C2 2.69067 2.69067 2 6 2H18C21.3093 2 22 2.69067 22 6V18C22 21.3093 21.3093 22 18 22H6C2.69067 22 2 21.3093 2 18V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5.00895V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 18C10.6569 18 12 16.6569 12 15C12 13.3431 10.6569 12 9 12C7.34315 12 6 13.3431 6 15C6 16.6569 7.34315 18 9 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0029 17.9984V15.554M15.0029 15.554V11.9941C15.6727 12.0774 16.4389 12.3951 16.7877 12.7377C17.1365 13.0803 17.1462 13.5194 17.2682 14.0657C17.3941 14.6299 17.5152 15.1611 17.494 15.2487C17.4679 15.8387 15.0948 15.558 15.0029 15.554Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 6C2 2.69067 2.69067 2 6 2H18C21.3093 2 22 2.69067 22 6V18C22 21.3093 21.3093 22 18 22H6C2.69067 22 2 21.3093 2 18V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 5H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5.00895V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 18C10.6569 18 12 16.6569 12 15C12 13.3431 10.6569 12 9 12C7.34315 12 6 13.3431 6 15C6 16.6569 7.34315 18 9 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0029 17.9984V15.554M15.0029 15.554V11.9941C15.6727 12.0774 16.4389 12.3951 16.7877 12.7377C17.1365 13.0803 17.1462 13.5194 17.2682 14.0657C17.3941 14.6299 17.5152 15.1611 17.494 15.2487C17.4679 15.8387 15.0948 15.558 15.0029 15.554Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-fork{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 5L15.5 8.5M13.5 6.5L17.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 6.68722L17.7971 10.8898C16.9852 11.7016 15.8891 12.1657 14.741 12.1836L14.3982 12.1889C13.7949 12.1983 13.2213 12.4527 12.8093 12.8935L4.77175 21.4921C4.15326 22.1537 3.10957 22.1713 2.46911 21.5309C1.82872 20.8906 1.84625 19.8471 2.50778 19.2287L11.106 11.1901C11.5467 10.7781 11.8009 10.2047 11.8103 9.60146L11.8157 9.25855C11.8335 8.11046 12.2976 7.01438 13.1096 6.20246L17.3124 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 5L15.5 8.5M13.5 6.5L17.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 6.68722L17.7971 10.8898C16.9852 11.7016 15.8891 12.1657 14.741 12.1836L14.3982 12.1889C13.7949 12.1983 13.2213 12.4527 12.8093 12.8935L4.77175 21.4921C4.15326 22.1537 3.10957 22.1713 2.46911 21.5309C1.82872 20.8906 1.84625 19.8471 2.50778 19.2287L11.106 11.1901C11.5467 10.7781 11.8009 10.2047 11.8103 9.60146L11.8157 9.25855C11.8335 8.11046 12.2976 7.01438 13.1096 6.20246L17.3124 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-gas-stove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 6C2 2.69067 2.69067 2 6 2H18C21.3093 2 22 2.69067 22 6V18C22 21.3093 21.3093 22 18 22H6C2.69067 22 2 21.3093 2 18V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19.0089V19%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2210%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 10H17M12 13.5V15M8.5 10H7M12 6.5V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 6C2 2.69067 2.69067 2 6 2H18C21.3093 2 22 2.69067 22 6V18C22 21.3093 21.3093 22 18 22H6C2.69067 22 2 21.3093 2 18V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19.0089V19%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2210%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 10H17M12 13.5V15M8.5 10H7M12 6.5V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-glove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2821 21H12.202C10.2655 21 9.29724 21 8.464 20.5777C7.63076 20.1554 7.04981 19.3703 5.88792 17.8L3.41438 14.4571C2.79576 13.621 2.87779 12.4511 3.60684 11.7121C4.49835 10.8085 5.97278 10.9147 6.72926 11.9371L8.25569 14V9.42066C8.25569 9.03006 8.25569 8.83476 8.26466 8.66978C8.43073 5.61591 10.8365 3.17742 13.8493 3.00909C14.0121 3 14.2048 3 14.5901 3C15.0368 3 15.2602 3 15.44 3.01111C18.8039 3.21885 21.3181 6.22724 20.9673 9.62464C20.9485 9.80626 20.9118 10.0296 20.8384 10.4762L20.0657 15.1752C19.6781 17.5327 19.4843 18.7114 18.8157 19.5373C18.5131 19.9111 18.1461 20.2262 17.7326 20.4673C16.819 21 15.64 21 13.2821 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.2821 21H12.202C10.2655 21 9.29724 21 8.464 20.5777C7.63076 20.1554 7.04981 19.3703 5.88792 17.8L3.41438 14.4571C2.79576 13.621 2.87779 12.4511 3.60684 11.7121C4.49835 10.8085 5.97278 10.9147 6.72926 11.9371L8.25569 14V9.42066C8.25569 9.03006 8.25569 8.83476 8.26466 8.66978C8.43073 5.61591 10.8365 3.17742 13.8493 3.00909C14.0121 3 14.2048 3 14.5901 3C15.0368 3 15.2602 3 15.44 3.01111C18.8039 3.21885 21.3181 6.22724 20.9673 9.62464C20.9485 9.80626 20.9118 10.0296 20.8384 10.4762L20.0657 15.1752C19.6781 17.5327 19.4843 18.7114 18.8157 19.5373C18.5131 19.9111 18.1461 20.2262 17.7326 20.4673C16.819 21 15.64 21 13.2821 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-hand-beater{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.41895 22.0742L2.17586 17.8333C1.91354 17.5711 1.94954 17.1362 2.25142 16.9207C3.6843 15.8977 5.64711 16.0601 6.89223 17.3046L6.94791 17.3602C8.19303 18.6047 8.35547 20.5665 7.33199 21.9987C7.11636 22.3004 6.68127 22.3364 6.41895 22.0742Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00244 17.25L11.0044 13.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 9.75H14.509%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.8646 5.92785C17.293 4.1774 17.1266 2.9283 18.0637 2.26356C18.3572 2.13664 19.2731 2.71556 20.1781 3.53786C21.2042 4.47013 22.1715 5.75065 21.9793 6.24429C21.3557 6.94032 20.0877 7.2312 18.7062 9.77619C16.9377 12.7416 14.4765 13.6401 13.0618 14.1565L13.0258 14.1697C12.7122 14.2842 12.3567 14.251 12.1012 14.0363C11.6741 13.6775 11.3455 13.2951 11.0535 13.0116C9.99561 12.0481 9.99561 11.7776 9.99561 11.5232C10.0569 10.4941 12.1186 6.99725 13.8646 5.92785Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.41895 22.0742L2.17586 17.8333C1.91354 17.5711 1.94954 17.1362 2.25142 16.9207C3.6843 15.8977 5.64711 16.0601 6.89223 17.3046L6.94791 17.3602C8.19303 18.6047 8.35547 20.5665 7.33199 21.9987C7.11636 22.3004 6.68127 22.3364 6.41895 22.0742Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00244 17.25L11.0044 13.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 9.75H14.509%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.8646 5.92785C17.293 4.1774 17.1266 2.9283 18.0637 2.26356C18.3572 2.13664 19.2731 2.71556 20.1781 3.53786C21.2042 4.47013 22.1715 5.75065 21.9793 6.24429C21.3557 6.94032 20.0877 7.2312 18.7062 9.77619C16.9377 12.7416 14.4765 13.6401 13.0618 14.1565L13.0258 14.1697C12.7122 14.2842 12.3567 14.251 12.1012 14.0363C11.6741 13.6775 11.3455 13.2951 11.0535 13.0116C9.99561 12.0481 9.99561 11.7776 9.99561 11.5232C10.0569 10.4941 12.1186 6.99725 13.8646 5.92785Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-jar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.00474 2.07612V16C7.00474 18.8284 7.00474 20.2426 7.8848 21.1213C8.76487 22 10.1813 22 13.0142 22C15.8471 22 17.2635 22 18.1436 21.1213C19.0237 20.2426 19.0237 18.8284 19.0237 16V7.25C19.0237 6.29528 19.206 5.75727 19.7749 5C20.2183 4.40963 21.4177 3.25743 20.8507 2.43367C20.5523 2 19.7923 2 18.2725 2H10.0095C7.17658 2 5.76013 2 4.88007 2.87868C4 3.75736 4 5.17157 4 8V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 8H16M19 11.3333H16M19 14.6667H16M18.5 18H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.00474 2.07612V16C7.00474 18.8284 7.00474 20.2426 7.8848 21.1213C8.76487 22 10.1813 22 13.0142 22C15.8471 22 17.2635 22 18.1436 21.1213C19.0237 20.2426 19.0237 18.8284 19.0237 16V7.25C19.0237 6.29528 19.206 5.75727 19.7749 5C20.2183 4.40963 21.4177 3.25743 20.8507 2.43367C20.5523 2 19.7923 2 18.2725 2H10.0095C7.17658 2 5.76013 2 4.88007 2.87868C4 3.75736 4 5.17157 4 8V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 8H16M19 11.3333H16M19 14.6667H16M18.5 18H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-kettle-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 17C2 18.9497 2.02815 21 4.4 21H15.6C17.9718 21 18 18.9497 18 17C18 12.5817 14.4183 9 10 9C5.58172 9 2 12.5817 2 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9V8C8 6.89543 8.89543 6 10 6C11.1046 6 12 6.89543 12 8V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 17C19.1046 17 20 16.1046 20 15V13C20 11.8954 20.8954 11 22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 11.5V9C16 5.68629 13.3137 3 10 3C6.68629 3 4 5.68629 4 9V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 17C2 18.9497 2.02815 21 4.4 21H15.6C17.9718 21 18 18.9497 18 17C18 12.5817 14.4183 9 10 9C5.58172 9 2 12.5817 2 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9V8C8 6.89543 8.89543 6 10 6C11.1046 6 12 6.89543 12 8V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 17C19.1046 17 20 16.1046 20 15V13C20 11.8954 20.8954 11 22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 11.5V9C16 5.68629 13.3137 3 10 3C6.68629 3 4 5.68629 4 9V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-kettle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7L4.83809 7.49321C3.33351 7.83646 2.58121 8.00809 2.21219 8.64897C1.84317 9.28985 2.00392 10.1455 2.32541 11.8569L2.77129 14.2305C3.19487 16.4852 4.34422 17.2445 6 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.14058 7.78149L6.11202 18.5819C5.9597 20.1813 5.88354 20.9809 6.41933 21.4905C6.95512 22 7.87218 22 9.70631 22H16.2937C18.1278 22 19.0449 22 19.5807 21.4905C20.1165 20.9809 20.0403 20.1813 19.888 18.5819L18.8594 7.78149C18.5414 4.44177 16.0794 3 13 3C9.92061 3 7.45864 4.44177 7.14058 7.78149Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7H20.9781C21.8375 7 22.1357 7.22852 21.9445 8.24057C21.6209 9.95337 20.6421 11.351 19.3558 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17C12 14 14 15 14 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 3V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7L4.83809 7.49321C3.33351 7.83646 2.58121 8.00809 2.21219 8.64897C1.84317 9.28985 2.00392 10.1455 2.32541 11.8569L2.77129 14.2305C3.19487 16.4852 4.34422 17.2445 6 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.14058 7.78149L6.11202 18.5819C5.9597 20.1813 5.88354 20.9809 6.41933 21.4905C6.95512 22 7.87218 22 9.70631 22H16.2937C18.1278 22 19.0449 22 19.5807 21.4905C20.1165 20.9809 20.0403 20.1813 19.888 18.5819L18.8594 7.78149C18.5414 4.44177 16.0794 3 13 3C9.92061 3 7.45864 4.44177 7.14058 7.78149Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7H20.9781C21.8375 7 22.1357 7.22852 21.9445 8.24057C21.6209 9.95337 20.6421 11.351 19.3558 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17C12 14 14 15 14 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 3V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-kitchen-utensils{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9929 14V3M11.9929 14C10.3346 14 8.99023 15.4354 8.99023 16.625C8.99023 18.375 10.3346 21 11.9929 21C13.6512 21 14.9956 18.375 14.9956 16.625C14.9956 15.4354 13.6512 14 11.9929 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.98826 10.0277L4.98826 20.9994M3.696 3.12878L2.91333 3.20686C2.34211 3.26385 1.93582 3.78818 2.02368 4.35496L2.69265 8.67051C2.80598 9.40158 3.43585 10.01 4.17629 10.01H5.80025C6.54069 10.01 7.17057 9.40158 7.28389 8.67051L7.95287 4.35496C8.04073 3.78818 7.63443 3.26385 7.06322 3.20686L6.28323 3.12894C5.42297 3.04301 4.55628 3.04296 3.696 3.12878Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0063 13.8177L18.0063 3.02539C19.1648 3.34537 21.0918 4.55213 21.4109 7.52787L21.984 12.0419C22.0846 12.8345 21.8831 13.6256 21.095 13.7611C20.4348 13.8746 19.4332 13.9116 18.0063 13.8177ZM18.0063 13.8177L18.0063 20.9995%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9929 14V3M11.9929 14C10.3346 14 8.99023 15.4354 8.99023 16.625C8.99023 18.375 10.3346 21 11.9929 21C13.6512 21 14.9956 18.375 14.9956 16.625C14.9956 15.4354 13.6512 14 11.9929 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.98826 10.0277L4.98826 20.9994M3.696 3.12878L2.91333 3.20686C2.34211 3.26385 1.93582 3.78818 2.02368 4.35496L2.69265 8.67051C2.80598 9.40158 3.43585 10.01 4.17629 10.01H5.80025C6.54069 10.01 7.17057 9.40158 7.28389 8.67051L7.95287 4.35496C8.04073 3.78818 7.63443 3.26385 7.06322 3.20686L6.28323 3.12894C5.42297 3.04301 4.55628 3.04296 3.696 3.12878Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0063 13.8177L18.0063 3.02539C19.1648 3.34537 21.0918 4.55213 21.4109 7.52787L21.984 12.0419C22.0846 12.8345 21.8831 13.6256 21.095 13.7611C20.4348 13.8746 19.4332 13.9116 18.0063 13.8177ZM18.0063 13.8177L18.0063 20.9995%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-knife-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.3865 8.11621L18.3955 8.11621%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.1024 16.7446C17.8895 13.7178 19.8287 11.3284 21.04 9.70091C21.703 8.81007 22.0345 8.36466 21.9972 7.75756C21.9193 6.48963 18.7253 3 17.3204 3C16.6774 3 16.16 3.53734 15.1252 4.61201L2.54984 17.6718C1.81672 18.4331 1.81672 19.6675 2.54984 20.4289C3.381 21.2921 4.76287 21.1587 5.42662 20.1512L7.71648 16.6756C8.63465 15.282 9.29389 15.2741 10.3945 16.4171C11.0597 17.108 11.9005 18.395 12.9477 18.3828C13.6008 18.3753 14.1013 17.8317 15.1024 16.7446Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.3865 8.11621L18.3955 8.11621%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.1024 16.7446C17.8895 13.7178 19.8287 11.3284 21.04 9.70091C21.703 8.81007 22.0345 8.36466 21.9972 7.75756C21.9193 6.48963 18.7253 3 17.3204 3C16.6774 3 16.16 3.53734 15.1252 4.61201L2.54984 17.6718C1.81672 18.4331 1.81672 19.6675 2.54984 20.4289C3.381 21.2921 4.76287 21.1587 5.42662 20.1512L7.71648 16.6756C8.63465 15.282 9.29389 15.2741 10.3945 16.4171C11.0597 17.108 11.9005 18.395 12.9477 18.3828C13.6008 18.3753 14.1013 17.8317 15.1024 16.7446Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-knife-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6468 17.7161C14.0276 17.6191 14.3277 17.2686 14.9279 16.5674L20.1144 10.5083C22.0236 8.27791 22.7538 5.16032 21.0179 2.53909C20.4426 1.67029 19.4814 1.97862 18.8802 2.57285L2.57422 18.6916C1.80859 19.4484 1.80859 20.6755 2.57422 21.4323C3.44222 22.2903 4.88535 22.1577 5.57852 21.1563C6.52528 19.7884 8.00705 16.2711 9.65825 15.6456C11.371 14.9968 11.9676 18.1437 13.6468 17.7161Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6468 17.7161C14.0276 17.6191 14.3277 17.2686 14.9279 16.5674L20.1144 10.5083C22.0236 8.27791 22.7538 5.16032 21.0179 2.53909C20.4426 1.67029 19.4814 1.97862 18.8802 2.57285L2.57422 18.6916C1.80859 19.4484 1.80859 20.6755 2.57422 21.4323C3.44222 22.2903 4.88535 22.1577 5.57852 21.1563C6.52528 19.7884 8.00705 16.2711 9.65825 15.6456C11.371 14.9968 11.9676 18.1437 13.6468 17.7161Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-knife-bread{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.4408 15.8962C10.8869 16.3785 11.3594 17.1338 12.0909 17.0175C12.443 16.9615 12.7331 16.6478 13.3134 16.0204L14.9749 14.2239L15.3549 12.1693L17.2551 11.7583L17.6352 9.70371L19.5354 9.29279L20.1175 7.23529L21.1541 6.96268C21.6189 6.84042 21.8514 6.77929 21.9549 6.56164C22.0585 6.34398 21.9735 6.13125 21.8035 5.70579C21.5445 5.05764 21.1283 4.2661 20.5425 3.8879C19.0355 2.70403 16.9949 2.70403 15.4879 3.8879C15.2142 4.10296 14.9317 4.40836 14.3668 5.01917L2.49976 17.8504C1.83341 18.5709 1.83341 19.7391 2.49976 20.4596C3.25522 21.2764 4.51122 21.1502 5.11452 20.1968L7.65899 16.1758C8.03248 15.5856 8.44586 14.7353 9.24298 14.8926C9.57287 14.9578 9.86218 15.2706 10.4408 15.8962Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.4408 15.8962C10.8869 16.3785 11.3594 17.1338 12.0909 17.0175C12.443 16.9615 12.7331 16.6478 13.3134 16.0204L14.9749 14.2239L15.3549 12.1693L17.2551 11.7583L17.6352 9.70371L19.5354 9.29279L20.1175 7.23529L21.1541 6.96268C21.6189 6.84042 21.8514 6.77929 21.9549 6.56164C22.0585 6.34398 21.9735 6.13125 21.8035 5.70579C21.5445 5.05764 21.1283 4.2661 20.5425 3.8879C19.0355 2.70403 16.9949 2.70403 15.4879 3.8879C15.2142 4.10296 14.9317 4.40836 14.3668 5.01917L2.49976 17.8504C1.83341 18.5709 1.83341 19.7391 2.49976 20.4596C3.25522 21.2764 4.51122 21.1502 5.11452 20.1968L7.65899 16.1758C8.03248 15.5856 8.44586 14.7353 9.24298 14.8926C9.57287 14.9578 9.86218 15.2706 10.4408 15.8962Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-knives{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 10L18.1025 7.39117C18.8659 7.49623 19.6693 7.26445 20.2565 6.69585C21.2478 5.73599 21.2478 4.17975 20.2565 3.21989C19.2652 2.26004 17.658 2.26004 16.6667 3.21989L12 7.73864%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12L18.4252 10.5448C19.2397 10.663 20.0968 10.4023 20.7233 9.76257C21.7376 8.72688 21.7345 7.0592 20.8538 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.6509 18.4629L15.6415 16.4928C16.8805 15.2666 17.5 14.6534 17.5 13.8916C17.5 13.1297 16.8805 12.5165 15.6415 11.2903L13.6703 9.33936C12.4313 8.11312 11.8118 7.5 11.042 7.5C10.2722 7.5 9.65267 8.11312 8.41368 9.33936L3.58868 14.1147C3.05152 14.6463 2.78294 14.9122 2.64147 15.2502C2.5 15.5882 2.5 15.9641 2.5 16.716V17.821C2.5 19.5552 2.5 20.4222 3.04434 20.961C3.58867 21.4997 4.4648 21.4997 6.21698 21.4997L12.6887 21.5C14.4565 21.5 15.3403 21.5 15.8895 20.9622C16.4387 20.4244 16.4387 19.5589 16.4387 17.8277V15.6928%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 10L18.1025 7.39117C18.8659 7.49623 19.6693 7.26445 20.2565 6.69585C21.2478 5.73599 21.2478 4.17975 20.2565 3.21989C19.2652 2.26004 17.658 2.26004 16.6667 3.21989L12 7.73864%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12L18.4252 10.5448C19.2397 10.663 20.0968 10.4023 20.7233 9.76257C21.7376 8.72688 21.7345 7.0592 20.8538 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.6509 18.4629L15.6415 16.4928C16.8805 15.2666 17.5 14.6534 17.5 13.8916C17.5 13.1297 16.8805 12.5165 15.6415 11.2903L13.6703 9.33936C12.4313 8.11312 11.8118 7.5 11.042 7.5C10.2722 7.5 9.65267 8.11312 8.41368 9.33936L3.58868 14.1147C3.05152 14.6463 2.78294 14.9122 2.64147 15.2502C2.5 15.5882 2.5 15.9641 2.5 16.716V17.821C2.5 19.5552 2.5 20.4222 3.04434 20.961C3.58867 21.4997 4.4648 21.4997 6.21698 21.4997L12.6887 21.5C14.4565 21.5 15.3403 21.5 15.8895 20.9622C16.4387 20.4244 16.4387 19.5589 16.4387 17.8277V15.6928%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-matches{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 8H9C7.11438 8 6.17157 8 5.58579 8.58579C5 9.17157 5 10.1144 5 12V18C5 19.8856 5 20.8284 5.58579 21.4142C6.17157 22 7.11438 22 9 22H15C16.8856 22 17.8284 22 18.4142 21.4142C19 20.8284 19 19.8856 19 18V12C19 10.1144 19 9.17157 18.4142 8.58579C17.8284 8 16.8856 8 15 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8V6C18 4.11438 18 3.17157 17.4142 2.58579C16.8284 2 15.8856 2 14 2H10C8.11438 2 7.17157 2 6.58579 2.58579C6 3.17157 6 4.11438 6 6V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.1543 19C13.7259 19 15 17.7464 15 16.2C15 13.9048 12.5608 13.4 12.5608 11C10.7317 12 11 15 11 15C11 15 9.31084 15 9.31026 13.5C8.36162 16 9.66704 19 12.1543 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 8H9C7.11438 8 6.17157 8 5.58579 8.58579C5 9.17157 5 10.1144 5 12V18C5 19.8856 5 20.8284 5.58579 21.4142C6.17157 22 7.11438 22 9 22H15C16.8856 22 17.8284 22 18.4142 21.4142C19 20.8284 19 19.8856 19 18V12C19 10.1144 19 9.17157 18.4142 8.58579C17.8284 8 16.8856 8 15 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8V6C18 4.11438 18 3.17157 17.4142 2.58579C16.8284 2 15.8856 2 14 2H10C8.11438 2 7.17157 2 6.58579 2.58579C6 3.17157 6 4.11438 6 6V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.1543 19C13.7259 19 15 17.7464 15 16.2C15 13.9048 12.5608 13.4 12.5608 11C10.7317 12 11 15 11 15C11 15 9.31084 15 9.31026 13.5C8.36162 16 9.66704 19 12.1543 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-microwave{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 15V7C2 5.11438 2 4.17157 2.58579 3.58579C3.17157 3 4.11438 3 6 3H18C19.8856 3 20.8284 3 21.4142 3.58579C22 4.17157 22 5.11438 22 7V15C22 16.8856 22 17.8284 21.4142 18.4142C20.8284 19 19.8856 19 18 19H6C4.11438 19 3.17157 19 2.58579 18.4142C2 17.8284 2 16.8856 2 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 6.00895V6M19 9.00447V8.99553M19 12V11.9911%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14V8C5 7.05719 5 6.58579 5.29289 6.29289C5.58579 6 6.05719 6 7 6H14C14.9428 6 15.4142 6 15.7071 6.29289C16 6.58579 16 7.05719 16 8V14C16 14.9428 16 15.4142 15.7071 15.7071C15.4142 16 14.9428 16 14 16H7C6.05719 16 5.58579 16 5.29289 15.7071C5 15.4142 5 14.9428 5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 19V21M19 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 15V7C2 5.11438 2 4.17157 2.58579 3.58579C3.17157 3 4.11438 3 6 3H18C19.8856 3 20.8284 3 21.4142 3.58579C22 4.17157 22 5.11438 22 7V15C22 16.8856 22 17.8284 21.4142 18.4142C20.8284 19 19.8856 19 18 19H6C4.11438 19 3.17157 19 2.58579 18.4142C2 17.8284 2 16.8856 2 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 6.00895V6M19 9.00447V8.99553M19 12V11.9911%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14V8C5 7.05719 5 6.58579 5.29289 6.29289C5.58579 6 6.05719 6 7 6H14C14.9428 6 15.4142 6 15.7071 6.29289C16 6.58579 16 7.05719 16 8V14C16 14.9428 16 15.4142 15.7071 15.7071C15.4142 16 14.9428 16 14 16H7C6.05719 16 5.58579 16 5.29289 15.7071C5 15.4142 5 14.9428 5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 19V21M19 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-mixer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 8.5H4.75C3.57721 8.5 2.99082 8.5 2.58686 8.19003C2.48286 8.11023 2.38977 8.01714 2.30997 7.91314C2 7.50918 2 6.92279 2 5.75C2 4.57721 2 3.99082 2.30997 3.58686C2.38977 3.48286 2.48286 3.38977 2.58686 3.30997C2.99082 3 3.57721 3 4.75 3H17C18.4142 3 19.1213 3 19.5607 3.43934C20 3.87868 20 4.58579 20 6V8.37217C20 9.42821 20 9.95623 19.746 10.3352C19.6371 10.4976 19.4976 10.6371 19.3352 10.746C18.9562 11 18.4282 11 17.3722 11H16.7951C16.3714 11 16.1596 11 15.9688 10.9625C15.4366 10.8581 14.9696 10.5419 14.675 10.0865C14.5693 9.92331 14.4907 9.72663 14.3333 9.33333C14.2547 9.13667 14.2153 9.03835 14.1625 8.95673C14.0152 8.72904 13.7817 8.57096 13.5156 8.51873C13.4202 8.5 13.3143 8.5 13.1025 8.5H12C11.0572 8.5 10.5858 8.5 10.2929 8.79289C10 9.08579 10 9.55719 10 10.5V17C10 19.2091 11.7909 21 14 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 8.5V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.9813 15H15.0187C13.7463 15 14.0261 16.6634 14.0261 17.5C14.0261 19.433 15.5814 21 17.5 21C19.4186 21 20.9739 19.433 20.9739 17.5C20.9739 16.6634 21.2537 15 19.9813 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 11V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.008 6L16.999 6%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 8.5H4.75C3.57721 8.5 2.99082 8.5 2.58686 8.19003C2.48286 8.11023 2.38977 8.01714 2.30997 7.91314C2 7.50918 2 6.92279 2 5.75C2 4.57721 2 3.99082 2.30997 3.58686C2.38977 3.48286 2.48286 3.38977 2.58686 3.30997C2.99082 3 3.57721 3 4.75 3H17C18.4142 3 19.1213 3 19.5607 3.43934C20 3.87868 20 4.58579 20 6V8.37217C20 9.42821 20 9.95623 19.746 10.3352C19.6371 10.4976 19.4976 10.6371 19.3352 10.746C18.9562 11 18.4282 11 17.3722 11H16.7951C16.3714 11 16.1596 11 15.9688 10.9625C15.4366 10.8581 14.9696 10.5419 14.675 10.0865C14.5693 9.92331 14.4907 9.72663 14.3333 9.33333C14.2547 9.13667 14.2153 9.03835 14.1625 8.95673C14.0152 8.72904 13.7817 8.57096 13.5156 8.51873C13.4202 8.5 13.3143 8.5 13.1025 8.5H12C11.0572 8.5 10.5858 8.5 10.2929 8.79289C10 9.08579 10 9.55719 10 10.5V17C10 19.2091 11.7909 21 14 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 8.5V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.9813 15H15.0187C13.7463 15 14.0261 16.6634 14.0261 17.5C14.0261 19.433 15.5814 21 17.5 21C19.4186 21 20.9739 19.433 20.9739 17.5C20.9739 16.6634 21.2537 15 19.9813 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 11V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.008 6L16.999 6%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-oven{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 5H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 5.00895V5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8L21 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22V5C3 2.518 3.518 2 6 2H18C20.482 2 21 2.518 21 5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17V13C6 12.0572 6 11.5858 6.29289 11.2929C6.58579 11 7.05719 11 8 11H16C16.9428 11 17.4142 11 17.7071 11.2929C18 11.5858 18 12.0572 18 13V17C18 17.9428 18 18.4142 17.7071 18.7071C17.4142 19 16.9428 19 16 19H8C7.05719 19 6.58579 19 6.29289 18.7071C6 18.4142 6 17.9428 6 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 5H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 5.00895V5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8L21 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22V5C3 2.518 3.518 2 6 2H18C20.482 2 21 2.518 21 5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17V13C6 12.0572 6 11.5858 6.29289 11.2929C6.58579 11 7.05719 11 8 11H16C16.9428 11 17.4142 11 17.7071 11.2929C18 11.5858 18 12.0572 18 13V17C18 17.9428 18 18.4142 17.7071 18.7071C17.4142 19 16.9428 19 16 19H8C7.05719 19 6.58579 19 6.29289 18.7071C6 18.4142 6 17.9428 6 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-pan-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.8033 14.8033C16.8744 17.7322 12.1256 17.7322 9.1967 14.8033C6.26777 11.8744 6.26777 7.12563 9.1967 4.1967C12.1256 1.26777 16.8744 1.26777 19.8033 4.1967C22.7322 7.12563 22.7322 11.8744 19.8033 14.8033Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.3284 12.3284C15.7663 13.8905 13.2337 13.8905 11.6716 12.3284C10.1095 10.7663 10.1095 8.23367 11.6716 6.67157C13.2337 5.10948 15.7663 5.10948 17.3284 6.67157C18.8905 8.23367 18.8905 10.7663 17.3284 12.3284Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 15.9707C8.26829 16.7441 7.48472 19.486 5.58597 21.3847C4.76563 22.2051 3.43559 22.2051 2.61525 21.3847C1.79492 20.5644 1.79492 19.2344 2.61525 18.414C4.514 16.5153 7.25588 15.7317 8.02929 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.8033 14.8033C16.8744 17.7322 12.1256 17.7322 9.1967 14.8033C6.26777 11.8744 6.26777 7.12563 9.1967 4.1967C12.1256 1.26777 16.8744 1.26777 19.8033 4.1967C22.7322 7.12563 22.7322 11.8744 19.8033 14.8033Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.3284 12.3284C15.7663 13.8905 13.2337 13.8905 11.6716 12.3284C10.1095 10.7663 10.1095 8.23367 11.6716 6.67157C13.2337 5.10948 15.7663 5.10948 17.3284 6.67157C18.8905 8.23367 18.8905 10.7663 17.3284 12.3284Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 15.9707C8.26829 16.7441 7.48472 19.486 5.58597 21.3847C4.76563 22.2051 3.43559 22.2051 2.61525 21.3847C1.79492 20.5644 1.79492 19.2344 2.61525 18.414C4.514 16.5153 7.25588 15.7317 8.02929 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-pan-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5556 13H9.44444C9.19898 13 9 13.2487 9 13.5556C9 16.0102 10.5919 18 12.5556 18H17.4444C19.4081 18 21 16.0102 21 13.5556C21 13.2487 20.801 13 20.5556 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13L7 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.36797 6.36797C2.85859 5.87734 3.65404 5.87734 4.14466 6.36797L6.63203 8.85534C7.12266 9.34596 7.12266 10.1414 6.63203 10.632C6.14141 11.1227 5.34596 11.1227 4.85534 10.632L2.36797 8.14466C1.87734 7.65404 1.87734 6.85859 2.36797 6.36797Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5556 13H9.44444C9.19898 13 9 13.2487 9 13.5556C9 16.0102 10.5919 18 12.5556 18H17.4444C19.4081 18 21 16.0102 21 13.5556C21 13.2487 20.801 13 20.5556 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13L7 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.36797 6.36797C2.85859 5.87734 3.65404 5.87734 4.14466 6.36797L6.63203 8.85534C7.12266 9.34596 7.12266 10.1414 6.63203 10.632C6.14141 11.1227 5.34596 11.1227 4.85534 10.632L2.36797 8.14466C1.87734 7.65404 1.87734 6.85859 2.36797 6.36797Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-pan-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 20L12 18.5M16 20V18.5M20 20V18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 20L22 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5556 11H10.4444C10.199 11 10 11.2487 10 11.5556C10 14.0102 11.5919 16 13.5556 16H18.4444C20.4081 16 22 14.0102 22 11.5556C22 11.2487 21.801 11 21.5556 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 8C14.652 6.97775 12.348 5.02225 14 4M16 8C17.652 6.97775 15.348 5.02225 17 4M19 8C20.652 6.97775 18.348 5.02225 20 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11L8 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.36797 4.36797C3.85859 3.87734 4.65404 3.87734 5.14466 4.36797L7.63203 6.85534C8.12266 7.34596 8.12266 8.14141 7.63203 8.63203C7.14141 9.12266 6.34596 9.12266 5.85534 8.63203L3.36797 6.14466C2.87734 5.65404 2.87734 4.85859 3.36797 4.36797Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 20L12 18.5M16 20V18.5M20 20V18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 20L22 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5556 11H10.4444C10.199 11 10 11.2487 10 11.5556C10 14.0102 11.5919 16 13.5556 16H18.4444C20.4081 16 22 14.0102 22 11.5556C22 11.2487 21.801 11 21.5556 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 8C14.652 6.97775 12.348 5.02225 14 4M16 8C17.652 6.97775 15.348 5.02225 17 4M19 8C20.652 6.97775 18.348 5.02225 20 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11L8 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.36797 4.36797C3.85859 3.87734 4.65404 3.87734 5.14466 4.36797L7.63203 6.85534C8.12266 7.34596 8.12266 8.14141 7.63203 8.63203C7.14141 9.12266 6.34596 9.12266 5.85534 8.63203L3.36797 6.14466C2.87734 5.65404 2.87734 4.85859 3.36797 4.36797Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-pizza-cutter{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0079 7.006L18.0016 6.99964%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.8284 9.82843C19.2663 11.3905 16.7337 11.3905 15.1716 9.82843C13.6095 8.26633 13.6095 5.73367 15.1716 4.17157C16.7337 2.60948 19.2663 2.60948 20.8284 4.17157C22.3905 5.73367 22.3905 8.26633 20.8284 9.82843Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.83987 20.2031C3.9597 21.2656 5.77529 21.2656 6.89512 20.2031C7.48089 19.6473 7.76025 18.9108 7.7332 18.1827C7.72646 18.0014 7.78437 17.8202 7.91493 17.6963L10.661 15.0907C10.8334 14.9272 11.0887 14.8998 11.3071 14.9902C12.3445 15.4194 13.6057 15.3298 14.6155 15.105C15.1172 14.9933 15.1194 14.3649 14.672 14.1221C14.066 13.7932 13.4955 13.3832 12.978 12.8922C12.3251 12.2727 11.8081 11.5731 11.4271 10.8266C11.023 10.0349 9.85237 9.70148 9.19682 10.3235L2.83987 16.3553C1.72004 17.4178 1.72004 19.1405 2.83987 20.2031Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 8.5L11.5 10.5M16 11L13.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0079 7.006L18.0016 6.99964%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.8284 9.82843C19.2663 11.3905 16.7337 11.3905 15.1716 9.82843C13.6095 8.26633 13.6095 5.73367 15.1716 4.17157C16.7337 2.60948 19.2663 2.60948 20.8284 4.17157C22.3905 5.73367 22.3905 8.26633 20.8284 9.82843Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.83987 20.2031C3.9597 21.2656 5.77529 21.2656 6.89512 20.2031C7.48089 19.6473 7.76025 18.9108 7.7332 18.1827C7.72646 18.0014 7.78437 17.8202 7.91493 17.6963L10.661 15.0907C10.8334 14.9272 11.0887 14.8998 11.3071 14.9902C12.3445 15.4194 13.6057 15.3298 14.6155 15.105C15.1172 14.9933 15.1194 14.3649 14.672 14.1221C14.066 13.7932 13.4955 13.3832 12.978 12.8922C12.3251 12.2727 11.8081 11.5731 11.4271 10.8266C11.023 10.0349 9.85237 9.70148 9.19682 10.3235L2.83987 16.3553C1.72004 17.4178 1.72004 19.1405 2.83987 20.2031Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 8.5L11.5 10.5M16 11L13.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-plate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4301 13C18.7891 13.5166 19 14.1471 19 14.8276C19 16.5796 17.6018 18 15.8771 18C15.5726 18 15.2783 17.9557 15 17.8732M18.9805 10C20.7855 11.0188 22 12.924 22 15.1063C22 18.3613 19.298 21 15.9648 21C14.4472 21 13.0605 20.453 12 19.5499%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%229%22 cy%3D%2210%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%229%22 cy%3D%2210%22 r%3D%227%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4301 13C18.7891 13.5166 19 14.1471 19 14.8276C19 16.5796 17.6018 18 15.8771 18C15.5726 18 15.2783 17.9557 15 17.8732M18.9805 10C20.7855 11.0188 22 12.924 22 15.1063C22 18.3613 19.298 21 15.9648 21C14.4472 21 13.0605 20.453 12 19.5499%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%229%22 cy%3D%2210%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%229%22 cy%3D%2210%22 r%3D%227%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-pot-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 9H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9L4.50393 14.5432C4.73952 17.1348 4.85732 18.4305 5.71663 19.2153C6.57594 20 7.87705 20 10.4793 20H13.5207C16.1229 20 17.4241 20 18.2834 19.2153C19.1427 18.4305 19.2605 17.1348 19.4961 14.5432L20 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 6H20M9 6L9.62283 3.94291C9.85063 3.37343 10.4022 3 11.0155 3H12.9845C13.5978 3 14.1494 3.37343 14.3772 3.94291L15 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 9H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9L4.50393 14.5432C4.73952 17.1348 4.85732 18.4305 5.71663 19.2153C6.57594 20 7.87705 20 10.4793 20H13.5207C16.1229 20 17.4241 20 18.2834 19.2153C19.1427 18.4305 19.2605 17.1348 19.4961 14.5432L20 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 6H20M9 6L9.62283 3.94291C9.85063 3.37343 10.4022 3 11.0155 3H12.9845C13.5978 3 14.1494 3.37343 14.3772 3.94291L15 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-pot-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10L4.50393 15.5432C4.73952 18.1348 4.85732 19.4305 5.71663 20.2153C6.57594 21 7.87705 21 10.4793 21H13.5207C16.1229 21 17.4241 21 18.2834 20.2153C19.1427 19.4305 19.2605 18.1348 19.4961 15.5432L20 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 8L9 6.64955M9 6.64955L15 5.02901M9 6.64955L9.20561 4.9118C9.28082 4.27624 9.73232 3.75086 10.3457 3.5852L12.3146 3.05342C12.9279 2.88776 13.5796 3.11519 13.9599 3.62771L15 5.02901M15 5.02901L20 3.67856%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10L4.50393 15.5432C4.73952 18.1348 4.85732 19.4305 5.71663 20.2153C6.57594 21 7.87705 21 10.4793 21H13.5207C16.1229 21 17.4241 21 18.2834 20.2153C19.1427 19.4305 19.2605 18.1348 19.4961 15.5432L20 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 8L9 6.64955M9 6.64955L15 5.02901M9 6.64955L9.20561 4.9118C9.28082 4.27624 9.73232 3.75086 10.3457 3.5852L12.3146 3.05342C12.9279 2.88776 13.5796 3.11519 13.9599 3.62771L15 5.02901M15 5.02901L20 3.67856%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-refrigerator{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 6C5 4.11438 5 3.17157 5.58579 2.58579C6.17157 2 7.11438 2 9 2H15C16.8856 2 17.8284 2 18.4142 2.58579C19 3.17157 19 4.11438 19 6V20C19 20.9428 19 21.4142 18.7071 21.7071C18.4142 22 17.9428 22 17 22H7C6.05719 22 5.58579 22 5.29289 21.7071C5 21.4142 5 20.9428 5 20V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7H8.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13H8.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 10H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 6C5 4.11438 5 3.17157 5.58579 2.58579C6.17157 2 7.11438 2 9 2H15C16.8856 2 17.8284 2 18.4142 2.58579C19 3.17157 19 4.11438 19 6V20C19 20.9428 19 21.4142 18.7071 21.7071C18.4142 22 17.9428 22 17 22H7C6.05719 22 5.58579 22 5.29289 21.7071C5 21.4142 5 20.9428 5 20V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 7H8.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13H8.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 10H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-rolling-pin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4368 5.56324C17.7156 4.84207 16.9002 4.34309 16.1458 4.10787C15.8323 4.01011 15.6755 3.96123 15.3675 4.03713C15.0594 4.11302 14.8899 4.28249 14.551 4.62141L4.62141 14.551C4.28248 14.8899 4.11302 15.0594 4.03713 15.3675C3.96123 15.6755 4.01011 15.8323 4.10787 16.1458C4.34309 16.9002 4.84207 17.7156 5.56324 18.4368C6.28441 19.1579 7.0998 19.6569 7.85419 19.8921C8.16773 19.9899 8.3245 20.0388 8.63255 19.9629C8.94059 19.887 9.11005 19.7175 9.44898 19.3786L19.3786 9.44898C19.7175 9.11005 19.887 8.94059 19.9629 8.63255C20.0388 8.3245 19.9899 8.16773 19.8921 7.85419C19.6569 7.0998 19.1579 6.28441 18.4368 5.56324Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.2904 6C20.1754 5.65327 21.1891 4.98877 21.549 4.62887C22.1503 4.02748 22.1503 3.05243 21.549 2.45104C20.9476 1.84965 19.9725 1.84965 19.3711 2.45104C19.0112 2.81094 18.3467 3.82465 18 4.70962%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 19.2904C5.65327 20.1754 4.98877 21.1891 4.62887 21.549C4.02748 22.1503 3.05243 22.1503 2.45104 21.549C1.84965 20.9476 1.84965 19.9725 2.45104 19.3711C2.81094 19.0112 3.82465 18.3467 4.70962 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4368 5.56324C17.7156 4.84207 16.9002 4.34309 16.1458 4.10787C15.8323 4.01011 15.6755 3.96123 15.3675 4.03713C15.0594 4.11302 14.8899 4.28249 14.551 4.62141L4.62141 14.551C4.28248 14.8899 4.11302 15.0594 4.03713 15.3675C3.96123 15.6755 4.01011 15.8323 4.10787 16.1458C4.34309 16.9002 4.84207 17.7156 5.56324 18.4368C6.28441 19.1579 7.0998 19.6569 7.85419 19.8921C8.16773 19.9899 8.3245 20.0388 8.63255 19.9629C8.94059 19.887 9.11005 19.7175 9.44898 19.3786L19.3786 9.44898C19.7175 9.11005 19.887 8.94059 19.9629 8.63255C20.0388 8.3245 19.9899 8.16773 19.8921 7.85419C19.6569 7.0998 19.1579 6.28441 18.4368 5.56324Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.2904 6C20.1754 5.65327 21.1891 4.98877 21.549 4.62887C22.1503 4.02748 22.1503 3.05243 21.549 2.45104C20.9476 1.84965 19.9725 1.84965 19.3711 2.45104C19.0112 2.81094 18.3467 3.82465 18 4.70962%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 19.2904C5.65327 20.1754 4.98877 21.1891 4.62887 21.549C4.02748 22.1503 3.05243 22.1503 2.45104 21.549C1.84965 20.9476 1.84965 19.9725 2.45104 19.3711C2.81094 19.0112 3.82465 18.3467 4.70962 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-spatula{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9697 2.3511L17.7287 2.90148C19.0035 3.82596 20.1243 4.94563 21.0497 6.21918L21.6007 6.97738C22.1773 7.77098 22.0908 8.86563 21.3967 9.55905L16.866 14.0852C16.3915 14.5592 15.7103 14.7634 15.053 14.6286L13.0156 14.2109C12.3582 14.0761 11.6771 14.2802 11.2026 14.7542L4.62946 21.3208C4.23764 21.7305 3.35631 22.4525 2.40401 21.5012C1.54074 20.6388 2.20161 19.6966 2.61181 19.3052L9.18498 12.7386C9.65947 12.2646 9.86383 11.5842 9.72891 10.9275L9.31073 8.89212C9.17582 8.23546 9.38017 7.55502 9.85466 7.08102L14.3854 2.55483C15.0795 1.86141 16.1753 1.77503 16.9697 2.3511Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.2012 10.6572L17.3555 8.50287%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.3574 8.8125L15.5118 6.65814%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9697 2.3511L17.7287 2.90148C19.0035 3.82596 20.1243 4.94563 21.0497 6.21918L21.6007 6.97738C22.1773 7.77098 22.0908 8.86563 21.3967 9.55905L16.866 14.0852C16.3915 14.5592 15.7103 14.7634 15.053 14.6286L13.0156 14.2109C12.3582 14.0761 11.6771 14.2802 11.2026 14.7542L4.62946 21.3208C4.23764 21.7305 3.35631 22.4525 2.40401 21.5012C1.54074 20.6388 2.20161 19.6966 2.61181 19.3052L9.18498 12.7386C9.65947 12.2646 9.86383 11.5842 9.72891 10.9275L9.31073 8.89212C9.17582 8.23546 9.38017 7.55502 9.85466 7.08102L14.3854 2.55483C15.0795 1.86141 16.1753 1.77503 16.9697 2.3511Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.2012 10.6572L17.3555 8.50287%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.3574 8.8125L15.5118 6.65814%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-spoon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.105 2.89501C19.3895 1.17949 15.6577 2.12988 13.7277 4.05984C12.6875 5.10001 12.3831 6.21243 12.592 7.28565C12.8022 8.36561 12.7813 9.58474 11.9794 10.338L2.50346 19.2396C1.84652 19.8568 1.8303 20.895 2.46765 21.5324C3.105 22.1697 4.14323 22.1535 4.76036 21.4965L13.662 12.0206C14.4153 11.2187 15.6344 11.1978 16.7143 11.408C17.7876 11.6169 18.9 11.3125 19.9402 10.2723C21.8701 8.34233 22.8205 4.61053 21.105 2.89501Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.105 2.89501C19.3895 1.17949 15.6577 2.12988 13.7277 4.05984C12.6875 5.10001 12.3831 6.21243 12.592 7.28565C12.8022 8.36561 12.7813 9.58474 11.9794 10.338L2.50346 19.2396C1.84652 19.8568 1.8303 20.895 2.46765 21.5324C3.105 22.1697 4.14323 22.1535 4.76036 21.4965L13.662 12.0206C14.4153 11.2187 15.6344 11.1978 16.7143 11.408C17.7876 11.6169 18.9 11.3125 19.9402 10.2723C21.8701 8.34233 22.8205 4.61053 21.105 2.89501Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-weight-scale{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 15V18.8889C19 21.1138 18.2644 22 15.8889 22H8.11111C5.88617 22 5 21.2644 5 18.8889V15C5 11.134 8.13401 8 12 8C15.866 8 19 11.134 19 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 15C16 12.7909 14.2091 11 12 11C9.79086 11 8 12.7909 8 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17L13 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.3124 5H7.68756C6.80396 5 6.36216 5 5.97341 4.84796C5.84428 4.79746 5.72076 4.73499 5.60466 4.66148C5.25513 4.44018 5.01007 4.09284 4.51994 3.39815C4.13795 2.85675 3.94696 2.58604 4.0128 2.3647C4.03364 2.29467 4.07039 2.22977 4.1205 2.17455C4.27889 2 4.6232 2 5.31184 2H18.6882C19.3768 2 19.7211 2 19.8795 2.17455C19.9296 2.22977 19.9664 2.29467 19.9872 2.3647C20.053 2.58604 19.862 2.85675 19.4801 3.39815C18.9899 4.09283 18.7449 4.44019 18.3953 4.66148C18.2792 4.73499 18.1557 4.79746 18.0266 4.84796C17.6378 5 17.196 5 16.3124 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 8V5M10 8V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 15V18.8889C19 21.1138 18.2644 22 15.8889 22H8.11111C5.88617 22 5 21.2644 5 18.8889V15C5 11.134 8.13401 8 12 8C15.866 8 19 11.134 19 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 15C16 12.7909 14.2091 11 12 11C9.79086 11 8 12.7909 8 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17L13 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.3124 5H7.68756C6.80396 5 6.36216 5 5.97341 4.84796C5.84428 4.79746 5.72076 4.73499 5.60466 4.66148C5.25513 4.44018 5.01007 4.09284 4.51994 3.39815C4.13795 2.85675 3.94696 2.58604 4.0128 2.3647C4.03364 2.29467 4.07039 2.22977 4.1205 2.17455C4.27889 2 4.6232 2 5.31184 2H18.6882C19.3768 2 19.7211 2 19.8795 2.17455C19.9296 2.22977 19.9664 2.29467 19.9872 2.3647C20.053 2.58604 19.862 2.85675 19.4801 3.39815C18.9899 4.09283 18.7449 4.44019 18.3953 4.66148C18.2792 4.73499 18.1557 4.79746 18.0266 4.84796C17.6378 5 17.196 5 16.3124 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 8V5M10 8V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-kitchen-icons-whisk{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.0209 11.0209C17.6875 13.3544 14.2194 13.6697 12.2749 11.7251C10.3303 9.78056 10.6456 6.31254 12.9791 3.97907C15.3125 1.64561 18.7806 1.33034 20.7251 3.27489C22.6697 5.21944 22.3544 8.68746 20.0209 11.0209Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.9226 8.92264C15.5655 11.2797 13.0178 12.5536 12.2321 11.7679C11.4464 10.9822 12.7203 8.43447 15.0774 6.07736C17.4345 3.72026 19.9822 2.44638 20.7679 3.23208C21.5536 4.01778 20.2797 6.56553 17.9226 8.92264Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.54773 18.636L4.63604 21.5477C4.03301 22.1508 3.0553 22.1508 2.45227 21.5477C1.84924 20.9447 1.84924 19.967 2.45227 19.364L5.36396 16.4523C5.96699 15.8492 6.9447 15.8492 7.54773 16.4523C8.15076 17.0553 8.15076 18.033 7.54773 18.636Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L12 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.0209 11.0209C17.6875 13.3544 14.2194 13.6697 12.2749 11.7251C10.3303 9.78056 10.6456 6.31254 12.9791 3.97907C15.3125 1.64561 18.7806 1.33034 20.7251 3.27489C22.6697 5.21944 22.3544 8.68746 20.0209 11.0209Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.9226 8.92264C15.5655 11.2797 13.0178 12.5536 12.2321 11.7679C11.4464 10.9822 12.7203 8.43447 15.0774 6.07736C17.4345 3.72026 19.9822 2.44638 20.7679 3.23208C21.5536 4.01778 20.2797 6.56553 17.9226 8.92264Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.54773 18.636L4.63604 21.5477C4.03301 22.1508 3.0553 22.1508 2.45227 21.5477C1.84924 20.9447 1.84924 19.967 2.45227 19.364L5.36396 16.4523C5.96699 15.8492 6.9447 15.8492 7.54773 16.4523C8.15076 17.0553 8.15076 18.033 7.54773 18.636Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L12 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-border-all-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5V4.4M12 19.6V21.5M9.15 12H14.85M19.6 12H21.5M2.5 12H4.4M12 9.14999V14.85%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5V4.4M12 19.6V21.5M9.15 12H14.85M19.6 12H21.5M2.5 12H4.4M12 9.14999V14.85%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-border-all-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-border-bottom-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 17.5C2.69854 18.5939 3.04969 19.399 3.6708 20.0355C5.09987 21.5 7.39991 21.5 12 21.5C16.6001 21.5 18.9001 21.5 20.3292 20.0355C20.9503 19.399 21.3015 18.5939 21.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.75143 6.31035C2.94471 5.26828 3.28657 4.50135 3.89124 3.89503C4.49591 3.28872 5.26076 2.94592 6.3 2.75211M2.50496 14C2.5 13.414 2.5 12.7117 2.5 12.0259C2.5 11.3401 2.5 10.5751 2.50496 9.9891M10.1 2.50497C10.6844 2.5 11.3161 2.5 12 2.5C12.6839 2.5 13.3156 2.5 13.9001 2.50497M17.7 2.75211C18.7392 2.94592 19.5041 3.28871 20.1088 3.89503C20.7134 4.50135 21.0553 5.26828 21.2486 6.31035M21.495 14C21.5 13.414 21.5 12.7117 21.5 12.0259C21.5 11.3402 21.5 10.5751 21.495 9.9891%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12L4 12M20 12L21.5 12M12 15L12 9M12 4.46875L12 3M9 12L15 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 17.5C2.69854 18.5939 3.04969 19.399 3.6708 20.0355C5.09987 21.5 7.39991 21.5 12 21.5C16.6001 21.5 18.9001 21.5 20.3292 20.0355C20.9503 19.399 21.3015 18.5939 21.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.75143 6.31035C2.94471 5.26828 3.28657 4.50135 3.89124 3.89503C4.49591 3.28872 5.26076 2.94592 6.3 2.75211M2.50496 14C2.5 13.414 2.5 12.7117 2.5 12.0259C2.5 11.3401 2.5 10.5751 2.50496 9.9891M10.1 2.50497C10.6844 2.5 11.3161 2.5 12 2.5C12.6839 2.5 13.3156 2.5 13.9001 2.50497M17.7 2.75211C18.7392 2.94592 19.5041 3.28871 20.1088 3.89503C20.7134 4.50135 21.0553 5.26828 21.2486 6.31035M21.495 14C21.5 13.414 21.5 12.7117 21.5 12.0259C21.5 11.3402 21.5 10.5751 21.495 9.9891%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12L4 12M20 12L21.5 12M12 15L12 9M12 4.46875L12 3M9 12L15 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-border-bottom-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.2486 6.33333C21.0553 5.28498 20.7134 4.51342 20.1088 3.90345C19.5041 3.29347 18.7392 2.94861 17.7 2.75363M21.495 14C21.5 13.4105 21.5 12.7732 21.5 12.0833C21.5 11.3934 21.5 10.7562 21.495 10.1666M13.9 2.505C13.3156 2.5 12.6839 2.5 12 2.5C11.3161 2.5 10.6844 2.5 10.0999 2.505M6.3 2.75363C5.26076 2.94861 4.49591 3.29347 3.89124 3.90345C3.28657 4.51342 2.94471 5.28497 2.75143 6.33333M2.50495 14C2.5 13.4107 2.5 12.7729 2.5 12.0833C2.5 11.3935 2.5 10.7563 2.50495 10.1668%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 17.5C21.3015 18.5939 20.9503 19.399 20.3292 20.0355C18.9001 21.5 16.6001 21.5 12 21.5C7.39991 21.5 5.09987 21.5 3.6708 20.0355C3.04969 19.399 2.69854 18.5939 2.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.2486 6.33333C21.0553 5.28498 20.7134 4.51342 20.1088 3.90345C19.5041 3.29347 18.7392 2.94861 17.7 2.75363M21.495 14C21.5 13.4105 21.5 12.7732 21.5 12.0833C21.5 11.3934 21.5 10.7562 21.495 10.1666M13.9 2.505C13.3156 2.5 12.6839 2.5 12 2.5C11.3161 2.5 10.6844 2.5 10.0999 2.505M6.3 2.75363C5.26076 2.94861 4.49591 3.29347 3.89124 3.90345C3.28657 4.51342 2.94471 5.28497 2.75143 6.33333M2.50495 14C2.5 13.4107 2.5 12.7729 2.5 12.0833C2.5 11.3935 2.5 10.7563 2.50495 10.1668%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 17.5C21.3015 18.5939 20.9503 19.399 20.3292 20.0355C18.9001 21.5 16.6001 21.5 12 21.5C7.39991 21.5 5.09987 21.5 3.6708 20.0355C3.04969 19.399 2.69854 18.5939 2.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-border-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.3 2.75143C5.26076 2.94471 4.49591 3.28657 3.89124 3.89124C3.28657 4.49591 2.94471 5.26076 2.75143 6.3M17.7 2.75143C18.7392 2.94471 19.5041 3.28657 20.1088 3.89124C20.7134 4.49591 21.0553 5.26076 21.2486 6.3M13.9 2.50495C13.3156 2.5 12.6839 2.5 12 2.5C11.3161 2.5 10.6844 2.5 10.1 2.50495M21.495 10.1C21.5 10.6844 21.5 11.3161 21.5 12C21.5 12.6839 21.5 13.3156 21.495 13.9001M2.50495 10.1C2.5 10.6844 2.5 11.3161 2.5 12C2.5 12.6839 2.5 13.3156 2.50496 13.9001M2.75143 17.7C2.94471 18.7392 3.28657 19.5041 3.89124 20.1088C4.49591 20.7134 5.26076 21.0553 6.3 21.2486M21.2486 17.7C21.0553 18.7392 20.7134 19.5041 20.1088 20.1088C19.5041 20.7134 18.7392 21.0553 17.7 21.2486M13.9 21.495C13.3156 21.5 12.6839 21.5 12 21.5C11.3162 21.5 10.6845 21.5 10.1002 21.495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5L12 4.4M12 19.6L12 21.5M12 9.15L12 14.85%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.3 2.75143C5.26076 2.94471 4.49591 3.28657 3.89124 3.89124C3.28657 4.49591 2.94471 5.26076 2.75143 6.3M17.7 2.75143C18.7392 2.94471 19.5041 3.28657 20.1088 3.89124C20.7134 4.49591 21.0553 5.26076 21.2486 6.3M13.9 2.50495C13.3156 2.5 12.6839 2.5 12 2.5C11.3161 2.5 10.6844 2.5 10.1 2.50495M21.495 10.1C21.5 10.6844 21.5 11.3161 21.5 12C21.5 12.6839 21.5 13.3156 21.495 13.9001M2.50495 10.1C2.5 10.6844 2.5 11.3161 2.5 12C2.5 12.6839 2.5 13.3156 2.50496 13.9001M2.75143 17.7C2.94471 18.7392 3.28657 19.5041 3.89124 20.1088C4.49591 20.7134 5.26076 21.0553 6.3 21.2486M21.2486 17.7C21.0553 18.7392 20.7134 19.5041 20.1088 20.1088C19.5041 20.7134 18.7392 21.0553 17.7 21.2486M13.9 21.495C13.3156 21.5 12.6839 21.5 12 21.5C11.3162 21.5 10.6845 21.5 10.1002 21.495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5L12 4.4M12 19.6L12 21.5M12 9.15L12 14.85%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-border-inner{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.3 2.75143C5.26076 2.94471 4.49591 3.28657 3.89124 3.89124C3.28657 4.49591 2.94471 5.26076 2.75143 6.3M17.7 2.75143C18.7392 2.94471 19.5041 3.28657 20.1088 3.89124C20.7134 4.49591 21.0553 5.26076 21.2486 6.3M13.9 2.50495C13.3156 2.5 12.6839 2.5 12 2.5C11.3161 2.5 10.6844 2.5 10.1 2.50495M21.495 10.1C21.5 10.6844 21.5 11.3161 21.5 12C21.5 12.6839 21.5 13.3156 21.495 13.9001M2.50495 10.1C2.5 10.6844 2.5 11.3161 2.5 12C2.5 12.6839 2.5 13.3156 2.50496 13.9001M2.75143 17.7C2.94471 18.7392 3.28657 19.5041 3.89124 20.1088C4.49591 20.7134 5.26076 21.0553 6.3 21.2486M21.2486 17.7C21.0553 18.7392 20.7134 19.5041 20.1088 20.1088C19.5041 20.7134 18.7392 21.0553 17.7 21.2486M13.9 21.495C13.3156 21.5 12.6839 21.5 12 21.5C11.3162 21.5 10.6845 21.5 10.1002 21.495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5L12 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.3 2.75143C5.26076 2.94471 4.49591 3.28657 3.89124 3.89124C3.28657 4.49591 2.94471 5.26076 2.75143 6.3M17.7 2.75143C18.7392 2.94471 19.5041 3.28657 20.1088 3.89124C20.7134 4.49591 21.0553 5.26076 21.2486 6.3M13.9 2.50495C13.3156 2.5 12.6839 2.5 12 2.5C11.3161 2.5 10.6844 2.5 10.1 2.50495M21.495 10.1C21.5 10.6844 21.5 11.3161 21.5 12C21.5 12.6839 21.5 13.3156 21.495 13.9001M2.50495 10.1C2.5 10.6844 2.5 11.3161 2.5 12C2.5 12.6839 2.5 13.3156 2.50496 13.9001M2.75143 17.7C2.94471 18.7392 3.28657 19.5041 3.89124 20.1088C4.49591 20.7134 5.26076 21.0553 6.3 21.2486M21.2486 17.7C21.0553 18.7392 20.7134 19.5041 20.1088 20.1088C19.5041 20.7134 18.7392 21.0553 17.7 21.2486M13.9 21.495C13.3156 21.5 12.6839 21.5 12 21.5C11.3162 21.5 10.6845 21.5 10.1002 21.495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5L12 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-border-left-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 2.5C5.40606 2.69854 4.60096 3.04969 3.96447 3.6708C2.5 5.09987 2.5 7.39991 2.5 12C2.5 16.6001 2.5 18.9001 3.96447 20.3292C4.60096 20.9503 5.40606 21.3015 6.5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6896 2.75143C18.7317 2.94471 19.4986 3.28657 20.105 3.89124C20.7113 4.49591 21.0541 5.26076 21.2479 6.3M10 2.50495C10.586 2.5 11.2883 2.5 11.9741 2.5C12.6599 2.5 13.4249 2.5 14.0109 2.50495M21.495 10.1C21.5 10.6844 21.5 11.3161 21.5 12C21.5 12.6839 21.5 13.3156 21.495 13.9001M21.2479 17.7C21.0541 18.7392 20.7113 19.5041 20.105 20.1088C19.4986 20.7134 18.7317 21.0553 17.6896 21.2486M10 21.495C10.586 21.5 11.2883 21.5 11.9741 21.5C12.6598 21.5 13.4249 21.5 14.0109 21.495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5V4M12 20V21.5M9 12H15M19.5312 12H21M12 9L12 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 2.5C5.40606 2.69854 4.60096 3.04969 3.96447 3.6708C2.5 5.09987 2.5 7.39991 2.5 12C2.5 16.6001 2.5 18.9001 3.96447 20.3292C4.60096 20.9503 5.40606 21.3015 6.5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6896 2.75143C18.7317 2.94471 19.4986 3.28657 20.105 3.89124C20.7113 4.49591 21.0541 5.26076 21.2479 6.3M10 2.50495C10.586 2.5 11.2883 2.5 11.9741 2.5C12.6599 2.5 13.4249 2.5 14.0109 2.50495M21.495 10.1C21.5 10.6844 21.5 11.3161 21.5 12C21.5 12.6839 21.5 13.3156 21.495 13.9001M21.2479 17.7C21.0541 18.7392 20.7113 19.5041 20.105 20.1088C19.4986 20.7134 18.7317 21.0553 17.6896 21.2486M10 21.495C10.586 21.5 11.2883 21.5 11.9741 21.5C12.6598 21.5 13.4249 21.5 14.0109 21.495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5V4M12 20V21.5M9 12H15M19.5312 12H21M12 9L12 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-border-left-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.6667 21.2486C18.715 21.0553 19.4866 20.7134 20.0966 20.1088C20.7065 19.5041 21.0514 18.7392 21.2464 17.7M10 21.495C10.5895 21.5 11.2268 21.5 11.9167 21.5C12.6066 21.5 13.2438 21.5 13.8334 21.495M21.495 13.9C21.5 13.3156 21.5 12.6839 21.5 12C21.5 11.3161 21.5 10.6844 21.495 10.0999M21.2464 6.3C21.0514 5.26076 20.7065 4.49591 20.0966 3.89124C19.4866 3.28657 18.715 2.94471 17.6667 2.75142M10 2.50495C10.5893 2.5 11.2271 2.5 11.9167 2.5C12.6065 2.5 13.2437 2.5 13.8332 2.50495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 21.5C5.40606 21.3015 4.60096 20.9503 3.96447 20.3292C2.5 18.9001 2.5 16.6001 2.5 12C2.5 7.39991 2.5 5.09987 3.96447 3.6708C4.60096 3.04969 5.40606 2.69854 6.5 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.6667 21.2486C18.715 21.0553 19.4866 20.7134 20.0966 20.1088C20.7065 19.5041 21.0514 18.7392 21.2464 17.7M10 21.495C10.5895 21.5 11.2268 21.5 11.9167 21.5C12.6066 21.5 13.2438 21.5 13.8334 21.495M21.495 13.9C21.5 13.3156 21.5 12.6839 21.5 12C21.5 11.3161 21.5 10.6844 21.495 10.0999M21.2464 6.3C21.0514 5.26076 20.7065 4.49591 20.0966 3.89124C19.4866 3.28657 18.715 2.94471 17.6667 2.75142M10 2.50495C10.5893 2.5 11.2271 2.5 11.9167 2.5C12.6065 2.5 13.2437 2.5 13.8332 2.50495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 21.5C5.40606 21.3015 4.60096 20.9503 3.96447 20.3292C2.5 18.9001 2.5 16.6001 2.5 12C2.5 7.39991 2.5 5.09987 3.96447 3.6708C4.60096 3.04969 5.40606 2.69854 6.5 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-border-none-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.3 2.75143C5.26076 2.94471 4.49591 3.28657 3.89124 3.89124C3.28657 4.49591 2.94471 5.26076 2.75143 6.3M17.7 2.75143C18.7392 2.94471 19.5041 3.28657 20.1088 3.89124C20.7134 4.49591 21.0553 5.26076 21.2486 6.3M13.9 2.50495C13.3156 2.5 12.6839 2.5 12 2.5C11.3161 2.5 10.6844 2.5 10.1 2.50495M21.495 10.1C21.5 10.6844 21.5 11.3161 21.5 12C21.5 12.6839 21.5 13.3156 21.495 13.9001M2.50495 10.1C2.5 10.6844 2.5 11.3161 2.5 12C2.5 12.6839 2.5 13.3156 2.50496 13.9001M2.75143 17.7C2.94471 18.7392 3.28657 19.5041 3.89124 20.1088C4.49591 20.7134 5.26076 21.0553 6.3 21.2486M21.2486 17.7C21.0553 18.7392 20.7134 19.5041 20.1088 20.1088C19.5041 20.7134 18.7392 21.0553 17.7 21.2486M13.9 21.495C13.3156 21.5 12.6839 21.5 12 21.5C11.3162 21.5 10.6845 21.5 10.1002 21.495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.15 12H14.85M19.6 12H21.5M2.5 12H4.4M12 9.15V14.85M12 2.5V4.4M12 19.6V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.3 2.75143C5.26076 2.94471 4.49591 3.28657 3.89124 3.89124C3.28657 4.49591 2.94471 5.26076 2.75143 6.3M17.7 2.75143C18.7392 2.94471 19.5041 3.28657 20.1088 3.89124C20.7134 4.49591 21.0553 5.26076 21.2486 6.3M13.9 2.50495C13.3156 2.5 12.6839 2.5 12 2.5C11.3161 2.5 10.6844 2.5 10.1 2.50495M21.495 10.1C21.5 10.6844 21.5 11.3161 21.5 12C21.5 12.6839 21.5 13.3156 21.495 13.9001M2.50495 10.1C2.5 10.6844 2.5 11.3161 2.5 12C2.5 12.6839 2.5 13.3156 2.50496 13.9001M2.75143 17.7C2.94471 18.7392 3.28657 19.5041 3.89124 20.1088C4.49591 20.7134 5.26076 21.0553 6.3 21.2486M21.2486 17.7C21.0553 18.7392 20.7134 19.5041 20.1088 20.1088C19.5041 20.7134 18.7392 21.0553 17.7 21.2486M13.9 21.495C13.3156 21.5 12.6839 21.5 12 21.5C11.3162 21.5 10.6845 21.5 10.1002 21.495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.15 12H14.85M19.6 12H21.5M2.5 12H4.4M12 9.15V14.85M12 2.5V4.4M12 19.6V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-border-none-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.3 2.75143C5.26076 2.94471 4.49591 3.28657 3.89124 3.89124C3.28657 4.49591 2.94471 5.26076 2.75143 6.3M17.7 2.75143C18.7392 2.94471 19.5041 3.28657 20.1088 3.89124C20.7134 4.49591 21.0553 5.26076 21.2486 6.3M13.9 2.50495C13.3156 2.5 12.6839 2.5 12 2.5C11.3161 2.5 10.6844 2.5 10.1 2.50495M21.495 10.1C21.5 10.6844 21.5 11.3161 21.5 12C21.5 12.6839 21.5 13.3156 21.495 13.9001M2.50495 10.1C2.5 10.6844 2.5 11.3161 2.5 12C2.5 12.6839 2.5 13.3156 2.50496 13.9001M2.75143 17.7C2.94471 18.7392 3.28657 19.5041 3.89124 20.1088C4.49591 20.7134 5.26076 21.0553 6.3 21.2486M21.2486 17.7C21.0553 18.7392 20.7134 19.5041 20.1088 20.1088C19.5041 20.7134 18.7392 21.0553 17.7 21.2486M13.9 21.495C13.3156 21.5 12.6839 21.5 12 21.5C11.3162 21.5 10.6845 21.5 10.1002 21.495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.3 2.75143C5.26076 2.94471 4.49591 3.28657 3.89124 3.89124C3.28657 4.49591 2.94471 5.26076 2.75143 6.3M17.7 2.75143C18.7392 2.94471 19.5041 3.28657 20.1088 3.89124C20.7134 4.49591 21.0553 5.26076 21.2486 6.3M13.9 2.50495C13.3156 2.5 12.6839 2.5 12 2.5C11.3161 2.5 10.6844 2.5 10.1 2.50495M21.495 10.1C21.5 10.6844 21.5 11.3161 21.5 12C21.5 12.6839 21.5 13.3156 21.495 13.9001M2.50495 10.1C2.5 10.6844 2.5 11.3161 2.5 12C2.5 12.6839 2.5 13.3156 2.50496 13.9001M2.75143 17.7C2.94471 18.7392 3.28657 19.5041 3.89124 20.1088C4.49591 20.7134 5.26076 21.0553 6.3 21.2486M21.2486 17.7C21.0553 18.7392 20.7134 19.5041 20.1088 20.1088C19.5041 20.7134 18.7392 21.0553 17.7 21.2486M13.9 21.495C13.3156 21.5 12.6839 21.5 12 21.5C11.3162 21.5 10.6845 21.5 10.1002 21.495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-border-right-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 2.5C18.5939 2.69854 19.399 3.04969 20.0355 3.6708C21.5 5.09987 21.5 7.39991 21.5 12C21.5 16.6001 21.5 18.9001 20.0355 20.3292C19.399 20.9503 18.5939 21.3015 17.5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.31035 2.75143C5.26828 2.94471 4.50135 3.28657 3.89503 3.89124C3.28872 4.49591 2.94592 5.26076 2.75211 6.3M14 2.50495C13.414 2.5 12.7117 2.5 12.0259 2.5C11.3401 2.5 10.5751 2.5 9.9891 2.50495M2.50497 10.1C2.5 10.6844 2.5 11.3161 2.5 12C2.5 12.6839 2.5 13.3156 2.50497 13.9001M2.75211 17.7C2.94592 18.7392 3.28871 19.5041 3.89503 20.1088C4.50135 20.7134 5.26828 21.0553 6.31035 21.2486M14 21.495C13.414 21.5 12.7117 21.5 12.0259 21.5C11.3402 21.5 10.5751 21.5 9.9891 21.495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5V4M12 20V21.5M15 12H9M4.46875 12H3M12 9L12 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 2.5C18.5939 2.69854 19.399 3.04969 20.0355 3.6708C21.5 5.09987 21.5 7.39991 21.5 12C21.5 16.6001 21.5 18.9001 20.0355 20.3292C19.399 20.9503 18.5939 21.3015 17.5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.31035 2.75143C5.26828 2.94471 4.50135 3.28657 3.89503 3.89124C3.28872 4.49591 2.94592 5.26076 2.75211 6.3M14 2.50495C13.414 2.5 12.7117 2.5 12.0259 2.5C11.3401 2.5 10.5751 2.5 9.9891 2.50495M2.50497 10.1C2.5 10.6844 2.5 11.3161 2.5 12C2.5 12.6839 2.5 13.3156 2.50497 13.9001M2.75211 17.7C2.94592 18.7392 3.28871 19.5041 3.89503 20.1088C4.50135 20.7134 5.26828 21.0553 6.31035 21.2486M14 21.495C13.414 21.5 12.7117 21.5 12.0259 21.5C11.3402 21.5 10.5751 21.5 9.9891 21.495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5V4M12 20V21.5M15 12H9M4.46875 12H3M12 9L12 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-border-right-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.33333 2.75143C5.28498 2.94471 4.51342 3.28657 3.90345 3.89124C3.29347 4.49591 2.94861 5.26076 2.75363 6.3M14 2.50496C13.4105 2.5 12.7732 2.5 12.0833 2.5C11.3934 2.5 10.7562 2.5 10.1666 2.50496M2.505 10.1C2.5 10.6844 2.5 11.3161 2.5 12C2.5 12.6839 2.5 13.3156 2.505 13.9001M2.75363 17.7C2.94861 18.7392 3.29347 19.5041 3.90345 20.1088C4.51342 20.7134 5.28498 21.0553 6.33333 21.2486M14 21.495C13.4107 21.5 12.7729 21.5 12.0833 21.5C11.3935 21.5 10.7563 21.5 10.1668 21.495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 2.5C18.5939 2.69854 19.399 3.04969 20.0355 3.6708C21.5 5.09987 21.5 7.39991 21.5 12C21.5 16.6001 21.5 18.9001 20.0355 20.3292C19.399 20.9503 18.5939 21.3015 17.5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.33333 2.75143C5.28498 2.94471 4.51342 3.28657 3.90345 3.89124C3.29347 4.49591 2.94861 5.26076 2.75363 6.3M14 2.50496C13.4105 2.5 12.7732 2.5 12.0833 2.5C11.3934 2.5 10.7562 2.5 10.1666 2.50496M2.505 10.1C2.5 10.6844 2.5 11.3161 2.5 12C2.5 12.6839 2.5 13.3156 2.505 13.9001M2.75363 17.7C2.94861 18.7392 3.29347 19.5041 3.90345 20.1088C4.51342 20.7134 5.28498 21.0553 6.33333 21.2486M14 21.495C13.4107 21.5 12.7729 21.5 12.0833 21.5C11.3935 21.5 10.7563 21.5 10.1668 21.495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 2.5C18.5939 2.69854 19.399 3.04969 20.0355 3.6708C21.5 5.09987 21.5 7.39991 21.5 12C21.5 16.6001 21.5 18.9001 20.0355 20.3292C19.399 20.9503 18.5939 21.3015 17.5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-border-top-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5 6.5C21.3015 5.40606 20.9503 4.60096 20.3292 3.96447C18.9001 2.5 16.6001 2.5 12 2.5C7.39991 2.5 5.09987 2.5 3.6708 3.96447C3.04969 4.60096 2.69854 5.40606 2.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.2486 17.6896C21.0553 18.7317 20.7134 19.4986 20.1088 20.105C19.5041 20.7113 18.7392 21.0541 17.7 21.2479M21.495 10C21.5 10.586 21.5 11.2883 21.5 11.9741C21.5 12.6599 21.5 13.4249 21.495 14.0109M13.9 21.495C13.3156 21.5 12.6839 21.5 12 21.5C11.3161 21.5 10.6844 21.5 10.0999 21.495M6.3 21.2479C5.26076 21.0541 4.49591 20.7113 3.89124 20.105C3.28657 19.4986 2.94471 18.7317 2.75142 17.6896M2.50495 10C2.5 10.586 2.5 11.2883 2.5 11.9741C2.5 12.6598 2.5 13.4249 2.50495 14.0109%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 12L20 12M4 12L2.5 12M12 9L12 15M12 19.5312L12 21M15 12L9 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5 6.5C21.3015 5.40606 20.9503 4.60096 20.3292 3.96447C18.9001 2.5 16.6001 2.5 12 2.5C7.39991 2.5 5.09987 2.5 3.6708 3.96447C3.04969 4.60096 2.69854 5.40606 2.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.2486 17.6896C21.0553 18.7317 20.7134 19.4986 20.1088 20.105C19.5041 20.7113 18.7392 21.0541 17.7 21.2479M21.495 10C21.5 10.586 21.5 11.2883 21.5 11.9741C21.5 12.6599 21.5 13.4249 21.495 14.0109M13.9 21.495C13.3156 21.5 12.6839 21.5 12 21.5C11.3161 21.5 10.6844 21.5 10.0999 21.495M6.3 21.2479C5.26076 21.0541 4.49591 20.7113 3.89124 20.105C3.28657 19.4986 2.94471 18.7317 2.75142 17.6896M2.50495 10C2.5 10.586 2.5 11.2883 2.5 11.9741C2.5 12.6598 2.5 13.4249 2.50495 14.0109%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 12L20 12M4 12L2.5 12M12 9L12 15M12 19.5312L12 21M15 12L9 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-border-top-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.75338 17.6667C2.94666 18.715 3.28853 19.4866 3.8932 20.0966C4.49787 20.7065 5.26271 21.0514 6.30195 21.2464M2.50691 10C2.50195 10.5895 2.50195 11.2268 2.50195 11.9167C2.50195 12.6066 2.50195 13.2438 2.50691 13.8334M10.102 21.495C10.6864 21.5 11.3181 21.5 12.002 21.5C12.6859 21.5 13.3176 21.5 13.902 21.495M17.702 21.2464C18.7412 21.0514 19.506 20.7065 20.1107 20.0966C20.7154 19.4866 21.0572 18.715 21.2505 17.6667M21.497 10C21.502 10.5893 21.502 11.2271 21.502 11.9167C21.502 12.6065 21.502 13.2437 21.497 13.8332%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 6.5C2.69854 5.40606 3.04969 4.60096 3.6708 3.96447C5.09987 2.5 7.39991 2.5 12 2.5C16.6001 2.5 18.9001 2.5 20.3292 3.96447C20.9503 4.60096 21.3015 5.40606 21.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.75338 17.6667C2.94666 18.715 3.28853 19.4866 3.8932 20.0966C4.49787 20.7065 5.26271 21.0514 6.30195 21.2464M2.50691 10C2.50195 10.5895 2.50195 11.2268 2.50195 11.9167C2.50195 12.6066 2.50195 13.2438 2.50691 13.8334M10.102 21.495C10.6864 21.5 11.3181 21.5 12.002 21.5C12.6859 21.5 13.3176 21.5 13.902 21.495M17.702 21.2464C18.7412 21.0514 19.506 20.7065 20.1107 20.0966C20.7154 19.4866 21.0572 18.715 21.2505 17.6667M21.497 10C21.502 10.5893 21.502 11.2271 21.502 11.9167C21.502 12.6065 21.502 13.2437 21.497 13.8332%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 6.5C2.69854 5.40606 3.04969 4.60096 3.6708 3.96447C5.09987 2.5 7.39991 2.5 12 2.5C16.6001 2.5 18.9001 2.5 20.3292 3.96447C20.9503 4.60096 21.3015 5.40606 21.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-border-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.3 2.75143C5.26076 2.94471 4.49591 3.28657 3.89124 3.89124C3.28657 4.49591 2.94471 5.26076 2.75143 6.3M17.7 2.75143C18.7392 2.94471 19.5041 3.28657 20.1088 3.89124C20.7134 4.49591 21.0553 5.26076 21.2486 6.3M13.9 2.50495C13.3156 2.5 12.6839 2.5 12 2.5C11.3161 2.5 10.6844 2.5 10.1 2.50495M21.495 10.1C21.5 10.6844 21.5 11.3161 21.5 12C21.5 12.6839 21.5 13.3156 21.495 13.9001M2.50495 10.1C2.5 10.6844 2.5 11.3161 2.5 12C2.5 12.6839 2.5 13.3156 2.50496 13.9001M2.75143 17.7C2.94471 18.7392 3.28657 19.5041 3.89124 20.1088C4.49591 20.7134 5.26076 21.0553 6.3 21.2486M21.2486 17.7C21.0553 18.7392 20.7134 19.5041 20.1088 20.1088C19.5041 20.7134 18.7392 21.0553 17.7 21.2486M13.9 21.495C13.3156 21.5 12.6839 21.5 12 21.5C11.3162 21.5 10.6845 21.5 10.1002 21.495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.15 12H14.85M19.6 12L21.5 12M2.5 12H4.4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5L12 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.3 2.75143C5.26076 2.94471 4.49591 3.28657 3.89124 3.89124C3.28657 4.49591 2.94471 5.26076 2.75143 6.3M17.7 2.75143C18.7392 2.94471 19.5041 3.28657 20.1088 3.89124C20.7134 4.49591 21.0553 5.26076 21.2486 6.3M13.9 2.50495C13.3156 2.5 12.6839 2.5 12 2.5C11.3161 2.5 10.6844 2.5 10.1 2.50495M21.495 10.1C21.5 10.6844 21.5 11.3161 21.5 12C21.5 12.6839 21.5 13.3156 21.495 13.9001M2.50495 10.1C2.5 10.6844 2.5 11.3161 2.5 12C2.5 12.6839 2.5 13.3156 2.50496 13.9001M2.75143 17.7C2.94471 18.7392 3.28657 19.5041 3.89124 20.1088C4.49591 20.7134 5.26076 21.0553 6.3 21.2486M21.2486 17.7C21.0553 18.7392 20.7134 19.5041 20.1088 20.1088C19.5041 20.7134 18.7392 21.0553 17.7 21.2486M13.9 21.495C13.3156 21.5 12.6839 21.5 12 21.5C11.3162 21.5 10.6845 21.5 10.1002 21.495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.15 12H14.85M19.6 12L21.5 12M2.5 12H4.4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5L12 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-layout-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28248 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 9L21.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 21.5L8 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28248 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 9L21.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 21.5L8 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-layout-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1088 20.1088C21.5 18.7175 21.5 16.4783 21.5 12C21.5 7.52166 21.5 5.28249 20.1088 3.89124C18.7175 2.5 16.4783 2.5 12 2.5C7.52166 2.5 5.28249 2.5 3.89124 3.89124C2.5 5.28248 2.5 7.52166 2.5 12C2.5 16.4783 2.5 18.7175 3.89124 20.1088C5.28249 21.5 7.52166 21.5 12 21.5C16.4783 21.5 18.7175 21.5 20.1088 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 9L2.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 21.5L16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1088 20.1088C21.5 18.7175 21.5 16.4783 21.5 12C21.5 7.52166 21.5 5.28249 20.1088 3.89124C18.7175 2.5 16.4783 2.5 12 2.5C7.52166 2.5 5.28249 2.5 3.89124 3.89124C2.5 5.28248 2.5 7.52166 2.5 12C2.5 16.4783 2.5 18.7175 3.89124 20.1088C5.28249 21.5 7.52166 21.5 12 21.5C16.4783 21.5 18.7175 21.5 20.1088 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 9L2.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 21.5L16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-layout-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28248 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 9L21.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 21.5L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28248 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 9L21.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 21.5L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-layout-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21.5L9 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.5 12L9 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21.5L9 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.5 12L9 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-layout-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28248 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 9L21.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 21.5L16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 21.5L8 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28248 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 9L21.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 21.5L16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 21.5L8 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-layout-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21.5L9 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.5 8L9 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.5 16L9 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21.5L9 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.5 8L9 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.5 16L9 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-layout-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28248 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 9L21.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 15L21.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 21.5L8 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28248 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 9L21.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 15L21.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 21.5L8 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-layout-2-column{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-layout-2-row{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 12L2.50078 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 12L2.50078 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-layout-3-column{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 2.5V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 2.5V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 2.5V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 2.5V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-layout-3-row{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28248 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28248 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 8.5L2.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.5 15.5L2.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28248 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28248 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 8.5L2.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.5 15.5L2.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-layout-bottom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28248 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28248 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 15L2.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28248 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28248 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 15L2.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-layout-grid{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 12L2.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5L12 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 12L2.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5L12 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-layout-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28248 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21.5L9 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28248 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21.5L9 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-layout-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 2.5L15 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 2.5L15 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-layout-table-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28248 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 9L21.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 21.5L16 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 21.5L8 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28248 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 9L21.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 21.5L16 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 21.5L8 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-layout-table-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1068 20.1088C18.7156 21.5 16.4764 21.5 11.998 21.5C7.5197 21.5 5.28053 21.5 3.88929 20.1088C2.49805 18.7175 2.49805 16.4783 2.49805 12C2.49805 7.52166 2.49805 5.28249 3.88929 3.89124C5.28053 2.5 7.5197 2.5 11.998 2.5C16.4764 2.5 18.7156 2.5 20.1068 3.89124C21.498 5.28249 21.498 7.52166 21.498 12C21.498 16.4783 21.498 18.7175 20.1068 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.99805 21.5L8.99805 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.498 8L2.49805 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.498 16H2.49805%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1068 20.1088C18.7156 21.5 16.4764 21.5 11.998 21.5C7.5197 21.5 5.28053 21.5 3.88929 20.1088C2.49805 18.7175 2.49805 16.4783 2.49805 12C2.49805 7.52166 2.49805 5.28249 3.88929 3.89124C5.28053 2.5 7.5197 2.5 11.998 2.5C16.4764 2.5 18.7156 2.5 20.1068 3.89124C21.498 5.28249 21.498 7.52166 21.498 12C21.498 16.4783 21.498 18.7175 20.1068 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.99805 21.5L8.99805 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.498 8L2.49805 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.498 16H2.49805%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-layout-icons-layout-top{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28248 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 9L21.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28248 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28248 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 9L21.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-agreement-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 7H4.86503C5.59174 7 6.28868 6.64031 6.80255 6.00005C7.53643 5.08565 8.62195 4.76636 9.60655 5.17529L11 5.75402M2 15.9668H3.62068C4.78017 15.9668 5.35991 15.9668 5.90812 16.1213C5.93477 16.1288 5.96134 16.1366 5.98782 16.1446C6.53259 16.3101 7.01496 16.6209 7.97971 17.2427C9.86787 18.4596 10.812 19.0681 11.8407 18.994C11.8892 18.9905 11.9376 18.9858 11.9859 18.9801C13.0096 18.8577 13.8119 18.0821 15.4166 16.5308L17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7.23384H19.4832C18.4174 7.23384 17.6649 6.65468 16.9003 5.88258C16.4051 5.38247 15.7731 5.08772 15.1088 5.04713C14.366 5.00175 13.5053 4.93785 12.784 5.13601C11.9811 5.35656 11.451 5.96063 10.8902 6.59196L9.44309 8.22111C8.8523 8.88621 8.8523 9.96455 9.44309 10.6297C9.953 11.2037 10.7519 11.2928 11.3519 10.8424C11.7837 10.5184 12.2743 9.99506 12.7831 9.83025C13.3557 9.64476 13.7109 10.0615 14.0354 10.4999L16.3556 13.6344C17.2167 14.7976 17.6472 15.3793 18.2358 15.6896C18.8244 16 19.4969 16 20.842 16H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 7H4.86503C5.59174 7 6.28868 6.64031 6.80255 6.00005C7.53643 5.08565 8.62195 4.76636 9.60655 5.17529L11 5.75402M2 15.9668H3.62068C4.78017 15.9668 5.35991 15.9668 5.90812 16.1213C5.93477 16.1288 5.96134 16.1366 5.98782 16.1446C6.53259 16.3101 7.01496 16.6209 7.97971 17.2427C9.86787 18.4596 10.812 19.0681 11.8407 18.994C11.8892 18.9905 11.9376 18.9858 11.9859 18.9801C13.0096 18.8577 13.8119 18.0821 15.4166 16.5308L17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7.23384H19.4832C18.4174 7.23384 17.6649 6.65468 16.9003 5.88258C16.4051 5.38247 15.7731 5.08772 15.1088 5.04713C14.366 5.00175 13.5053 4.93785 12.784 5.13601C11.9811 5.35656 11.451 5.96063 10.8902 6.59196L9.44309 8.22111C8.8523 8.88621 8.8523 9.96455 9.44309 10.6297C9.953 11.2037 10.7519 11.2928 11.3519 10.8424C11.7837 10.5184 12.2743 9.99506 12.7831 9.83025C13.3557 9.64476 13.7109 10.0615 14.0354 10.4999L16.3556 13.6344C17.2167 14.7976 17.6472 15.3793 18.2358 15.6896C18.8244 16 19.4969 16 20.842 16H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-agreement-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 3.5L18.5896 5.73307C17.7772 6.26496 16.8 6.4985 15.8297 6.39261L14.5265 6.25039C13.3423 6.12117 12.1587 6.49814 11.2771 7.28532L8.75986 9.5329C7.77913 10.4086 7.74271 11.9117 8.67993 12.8322C9.48235 13.6203 10.7473 13.7231 11.6707 13.0753L13.3355 11.9074C13.5688 11.7437 13.8607 11.6821 14.1419 11.7374L14.4754 11.8029C15.6329 12.0303 16.8344 11.7626 17.7788 11.0669L18.3693 10.6319%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.1419 11.7374C14.7613 12.9916 15.6 15.9 18 17.5C16.8333 18.8333 13.6 20.5 10 20.5C5.5 20.5 2 15.5 2 15.5M12 6.76781C11.2126 6.28417 9.0206 5.58265 6.03154 5.50673C5.68359 5.49789 5.34105 5.40917 5.03885 5.23649L2 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 17.5C18 17.5 20.5 17 22 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 3.5L18.5896 5.73307C17.7772 6.26496 16.8 6.4985 15.8297 6.39261L14.5265 6.25039C13.3423 6.12117 12.1587 6.49814 11.2771 7.28532L8.75986 9.5329C7.77913 10.4086 7.74271 11.9117 8.67993 12.8322C9.48235 13.6203 10.7473 13.7231 11.6707 13.0753L13.3355 11.9074C13.5688 11.7437 13.8607 11.6821 14.1419 11.7374L14.4754 11.8029C15.6329 12.0303 16.8344 11.7626 17.7788 11.0669L18.3693 10.6319%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.1419 11.7374C14.7613 12.9916 15.6 15.9 18 17.5C16.8333 18.8333 13.6 20.5 10 20.5C5.5 20.5 2 15.5 2 15.5M12 6.76781C11.2126 6.28417 9.0206 5.58265 6.03154 5.50673C5.68359 5.49789 5.34105 5.40917 5.03885 5.23649L2 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 17.5C18 17.5 20.5 17 22 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-agreement-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 22C9.35984 22 10.6908 21.3926 12.0494 20.1778M12.0494 20.1778C13.2078 19.1419 14.3863 17.6643 15 15.7452C16.3333 11.5753 8.33333 15.7452 11 19.2201C11.3281 19.6476 11.6815 19.9601 12.0494 20.1778ZM12.0494 20.1778C13.6521 21.1259 15.5311 20.274 16.8041 19.2944C17.1932 18.995 17.3877 18.8453 17.5038 18.8919C17.62 18.9385 17.6878 19.2064 17.8236 19.7422C18.2581 21.4569 19.5415 22.841 21 20.6105%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 13L20 7.89072C20 6.17637 20 5.31919 19.732 4.63459C19.3013 3.53399 18.3902 2.66585 17.2352 2.25535C16.5168 2 15.6173 2 13.8182 2C10.6698 2 9.09563 2 7.83836 2.44686C5.81714 3.16523 4.22281 4.68448 3.46894 6.61052C3 7.80859 3 9.30864 3 12.3088L3 14.8859C3 17.9936 3 19.5474 3.8477 20.6265C4.09058 20.9356 4.37862 21.2101 4.70307 21.4416C5.07016 21.7034 5.48961 21.8804 6 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.159 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 22C9.35984 22 10.6908 21.3926 12.0494 20.1778M12.0494 20.1778C13.2078 19.1419 14.3863 17.6643 15 15.7452C16.3333 11.5753 8.33333 15.7452 11 19.2201C11.3281 19.6476 11.6815 19.9601 12.0494 20.1778ZM12.0494 20.1778C13.6521 21.1259 15.5311 20.274 16.8041 19.2944C17.1932 18.995 17.3877 18.8453 17.5038 18.8919C17.62 18.9385 17.6878 19.2064 17.8236 19.7422C18.2581 21.4569 19.5415 22.841 21 20.6105%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 13L20 7.89072C20 6.17637 20 5.31919 19.732 4.63459C19.3013 3.53399 18.3902 2.66585 17.2352 2.25535C16.5168 2 15.6173 2 13.8182 2C10.6698 2 9.09563 2 7.83836 2.44686C5.81714 3.16523 4.22281 4.68448 3.46894 6.61052C3 7.80859 3 9.30864 3 12.3088L3 14.8859C3 17.9936 3 19.5474 3.8477 20.6265C4.09058 20.9356 4.37862 21.2101 4.70307 21.4416C5.07016 21.7034 5.48961 21.8804 6 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.159 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-auction{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 14.0059L5.84373 21.2328C5.01764 22.2026 3.54001 22.2616 2.63922 21.3608C1.73843 20.46 1.79744 18.9824 2.7672 18.1563L9.99412 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 11.9048L15.9048 18M12.0952 2L6 8.09524M11.3334 2.76186L6.76195 7.33329C6.76195 7.33329 9.04766 10.3809 11.3334 12.6666C13.6191 14.9523 16.6667 17.2381 16.6667 17.2381L21.2381 12.6666C21.2381 12.6666 18.9524 9.61901 16.6667 7.33329C14.381 5.04758 11.3334 2.76186 11.3334 2.76186Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 14.0059L5.84373 21.2328C5.01764 22.2026 3.54001 22.2616 2.63922 21.3608C1.73843 20.46 1.79744 18.9824 2.7672 18.1563L9.99412 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 11.9048L15.9048 18M12.0952 2L6 8.09524M11.3334 2.76186L6.76195 7.33329C6.76195 7.33329 9.04766 10.3809 11.3334 12.6666C13.6191 14.9523 16.6667 17.2381 16.6667 17.2381L21.2381 12.6666C21.2381 12.6666 18.9524 9.61901 16.6667 7.33329C14.381 5.04758 11.3334 2.76186 11.3334 2.76186Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-audit-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 11.2275V10.7275C19 6.9563 19 5.07069 17.8284 3.89911C16.6569 2.72754 14.7712 2.72754 11 2.72754C7.22876 2.72754 5.34315 2.72754 4.17157 3.89911C3 5.07069 3 6.9563 3 10.7275V16.7275C3 18.5913 3 19.5231 3.30448 20.2582C3.71046 21.2383 4.48915 22.017 5.46927 22.423C6.20435 22.7275 7.13623 22.7275 9 22.7275%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.72754H15M7 11.7275H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.2825 19.732C15.2235 18.8433 15.118 17.8933 14.6817 16.8193C14.3095 15.9032 14.4132 13.748 16.5 13.748C18.5868 13.748 18.6664 15.9032 18.2942 16.8193C17.8578 17.8933 17.7765 18.8433 17.7175 19.732M21 22.7275H12V21.4818C12 21.0353 12.2664 20.6429 12.6528 20.5203L14.9076 19.8045C15.0684 19.7534 15.2348 19.7275 15.4021 19.7275H17.5979C17.7652 19.7275 17.9316 19.7534 18.0924 19.8045L20.3472 20.5203C20.7336 20.6429 21 21.0353 21 21.4818V22.7275Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 11.2275V10.7275C19 6.9563 19 5.07069 17.8284 3.89911C16.6569 2.72754 14.7712 2.72754 11 2.72754C7.22876 2.72754 5.34315 2.72754 4.17157 3.89911C3 5.07069 3 6.9563 3 10.7275V16.7275C3 18.5913 3 19.5231 3.30448 20.2582C3.71046 21.2383 4.48915 22.017 5.46927 22.423C6.20435 22.7275 7.13623 22.7275 9 22.7275%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.72754H15M7 11.7275H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.2825 19.732C15.2235 18.8433 15.118 17.8933 14.6817 16.8193C14.3095 15.9032 14.4132 13.748 16.5 13.748C18.5868 13.748 18.6664 15.9032 18.2942 16.8193C17.8578 17.8933 17.7765 18.8433 17.7175 19.732M21 22.7275H12V21.4818C12 21.0353 12.2664 20.6429 12.6528 20.5203L14.9076 19.8045C15.0684 19.7534 15.2348 19.7275 15.4021 19.7275H17.5979C17.7652 19.7275 17.9316 19.7534 18.0924 19.8045L20.3472 20.5203C20.7336 20.6429 21 21.0353 21 21.4818V22.7275Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-audit-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 11V10C19 6.22876 19 4.34315 17.8284 3.17157C16.6569 2 14.7712 2 11 2C7.22876 2 5.34315 2 4.17157 3.17157C3 4.34315 3 6.22876 3 10V14C3 17.7712 3 19.6569 4.17157 20.8284C5.34315 22 7.22876 22 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 22L19.2857 20.2857M19.8571 17.4286C19.8571 19.3221 18.3221 20.8571 16.4286 20.8571C14.535 20.8571 13 19.3221 13 17.4286C13 15.535 14.535 14 16.4286 14C18.3221 14 19.8571 15.535 19.8571 17.4286Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7H15M7 11H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 11V10C19 6.22876 19 4.34315 17.8284 3.17157C16.6569 2 14.7712 2 11 2C7.22876 2 5.34315 2 4.17157 3.17157C3 4.34315 3 6.22876 3 10V14C3 17.7712 3 19.6569 4.17157 20.8284C5.34315 22 7.22876 22 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 22L19.2857 20.2857M19.8571 17.4286C19.8571 19.3221 18.3221 20.8571 16.4286 20.8571C14.535 20.8571 13 19.3221 13 17.4286C13 15.535 14.535 14 16.4286 14C18.3221 14 19.8571 15.535 19.8571 17.4286Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7H15M7 11H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-copyright{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 14C15 15.1046 14.1046 16 13 16H12C11.0681 16 10.6022 16 10.2346 15.8478C9.74458 15.6448 9.35523 15.2554 9.15224 14.7654C9 14.3978 9 13.9319 9 13V11C9 10.0681 9 9.60218 9.15224 9.23463C9.35523 8.74458 9.74458 8.35523 10.2346 8.15224C10.6022 8 11.0681 8 12 8H13C14.1046 8 15 8.89543 15 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 14C15 15.1046 14.1046 16 13 16H12C11.0681 16 10.6022 16 10.2346 15.8478C9.74458 15.6448 9.35523 15.2554 9.15224 14.7654C9 14.3978 9 13.9319 9 13V11C9 10.0681 9 9.60218 9.15224 9.23463C9.35523 8.74458 9.74458 8.35523 10.2346 8.15224C10.6022 8 11.0681 8 12 8H13C14.1046 8 15 8.89543 15 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-court-house{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 9.08333C5 7.91667 6 7.5 6.5 7.5C7.49411 7.5 8 8.25383 8 9.08333C8 11.0163 6.65685 12 5 12C3.34315 12 2 10.433 2 8.5C2 6.567 3.34315 5 5 5H19C20.6569 5 22 6.567 22 8.5C22 10.433 20.6569 12 19 12C17.3431 12 16 11.0163 16 9.08333C16 8.25383 16.5059 7.5 17.5 7.5C18 7.5 19 7.91667 19 9.08333%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 20C3 19.4477 3.44772 19 4 19H20C20.5523 19 21 19.4477 21 20V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 9H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19L9.5 15M14.5 19L14.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5C19 3.58579 19 2.87868 18.5607 2.43934C18.1213 2 17.4142 2 16 2H8C6.58579 2 5.87868 2 5.43934 2.43934C5 2.87868 5 3.58579 5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12V19H19V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 9.08333C5 7.91667 6 7.5 6.5 7.5C7.49411 7.5 8 8.25383 8 9.08333C8 11.0163 6.65685 12 5 12C3.34315 12 2 10.433 2 8.5C2 6.567 3.34315 5 5 5H19C20.6569 5 22 6.567 22 8.5C22 10.433 20.6569 12 19 12C17.3431 12 16 11.0163 16 9.08333C16 8.25383 16.5059 7.5 17.5 7.5C18 7.5 19 7.91667 19 9.08333%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 20C3 19.4477 3.44772 19 4 19H20C20.5523 19 21 19.4477 21 20V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 9H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19L9.5 15M14.5 19L14.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5C19 3.58579 19 2.87868 18.5607 2.43934C18.1213 2 17.4142 2 16 2H8C6.58579 2 5.87868 2 5.43934 2.43934C5 2.87868 5 3.58579 5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12V19H19V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-court-law{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.35139 13.2135C1.99837 10.9162 1.82186 9.76763 2.25617 8.74938C2.69047 7.73112 3.65403 7.03443 5.58114 5.64106L7.02099 4.6C9.41829 2.86667 10.6169 2 12 2C13.3831 2 14.5817 2.86667 16.979 4.6L18.4189 5.64106C20.346 7.03443 21.3095 7.73112 21.7438 8.74938C22.1781 9.76763 22.0016 10.9162 21.6486 13.2135L21.3476 15.1724C20.8471 18.4289 20.5969 20.0572 19.429 21.0286C18.2611 22 16.5537 22 13.1388 22H10.8612C7.44633 22 5.73891 22 4.571 21.0286C3.40309 20.0572 3.15287 18.4289 2.65243 15.1724L2.35139 13.2135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.25 13.25C12.4368 14.4368 14 15.6429 14 15.6429L16.1429 13.5C16.1429 13.5 14.9368 11.9368 13.75 10.75C12.5632 9.56319 11 8.35714 11 8.35714L8.85714 10.5C8.85714 10.5 10.0632 12.0632 11.25 13.25ZM11.25 13.25L7.5 17M16.5 13.1429L13.6429 16M11.3571 8L8.5 10.8571%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.35139 13.2135C1.99837 10.9162 1.82186 9.76763 2.25617 8.74938C2.69047 7.73112 3.65403 7.03443 5.58114 5.64106L7.02099 4.6C9.41829 2.86667 10.6169 2 12 2C13.3831 2 14.5817 2.86667 16.979 4.6L18.4189 5.64106C20.346 7.03443 21.3095 7.73112 21.7438 8.74938C22.1781 9.76763 22.0016 10.9162 21.6486 13.2135L21.3476 15.1724C20.8471 18.4289 20.5969 20.0572 19.429 21.0286C18.2611 22 16.5537 22 13.1388 22H10.8612C7.44633 22 5.73891 22 4.571 21.0286C3.40309 20.0572 3.15287 18.4289 2.65243 15.1724L2.35139 13.2135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.25 13.25C12.4368 14.4368 14 15.6429 14 15.6429L16.1429 13.5C16.1429 13.5 14.9368 11.9368 13.75 10.75C12.5632 9.56319 11 8.35714 11 8.35714L8.85714 10.5C8.85714 10.5 10.0632 12.0632 11.25 13.25ZM11.25 13.25L7.5 17M16.5 13.1429L13.6429 16M11.3571 8L8.5 10.8571%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-handcuffs{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 14.1667C2 17.3883 4.68629 20 8 20C11.3137 20 14 17.3883 14 14.1667C14 12.1873 12.986 10.4382 11.4354 9.38356C11.1261 9.17319 11 8.998 11 8.61161C11 7.80878 11 7.40737 10.8671 7.09003C10.4148 6.01005 9.33985 6 8.31377 6H7.68623C6.66015 6 5.58523 6.01005 5.13291 7.09003C5 7.40737 5 7.80878 5 8.61161C5 8.97939 4.88397 9.16632 4.56458 9.38356C3.01403 10.4382 2 12.1873 2 14.1667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5101 8.06642C14.8836 8.00151 15.289 8 15.6871 8H16.3146C17.3407 8 18.4156 8.01005 18.868 9.09003C19.0009 9.40737 19.0009 9.80878 19.0009 10.6116C19.0009 10.998 19.127 11.1732 19.4363 11.3836C20.9868 12.4382 22.0009 14.1873 22.0009 16.1667C22.0009 19.3883 19.3146 22 16.0009 22C15.0054 22 14.0666 21.7643 13.2402 21.3472%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%228%22 cy%3D%2214%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.1152 17.9971C17.166 17.9372 17.9997 17.0661 17.9997 16.0003C17.9997 15.2598 17.5973 14.6133 16.9992 14.2676%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 9V6.93331C16 5.28173 16 4.45594 15.5764 3.85855C15.1528 3.26117 14.4253 3.06089 12.9701 2.66032L12.8507 2.62744C10.677 2.02907 9.59021 1.72989 8.83911 2.31943C8.79173 2.35662 8.74584 2.39607 8.70159 2.43766C8 3.09705 8 4.33061 8 6.79775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 14.1667C2 17.3883 4.68629 20 8 20C11.3137 20 14 17.3883 14 14.1667C14 12.1873 12.986 10.4382 11.4354 9.38356C11.1261 9.17319 11 8.998 11 8.61161C11 7.80878 11 7.40737 10.8671 7.09003C10.4148 6.01005 9.33985 6 8.31377 6H7.68623C6.66015 6 5.58523 6.01005 5.13291 7.09003C5 7.40737 5 7.80878 5 8.61161C5 8.97939 4.88397 9.16632 4.56458 9.38356C3.01403 10.4382 2 12.1873 2 14.1667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5101 8.06642C14.8836 8.00151 15.289 8 15.6871 8H16.3146C17.3407 8 18.4156 8.01005 18.868 9.09003C19.0009 9.40737 19.0009 9.80878 19.0009 10.6116C19.0009 10.998 19.127 11.1732 19.4363 11.3836C20.9868 12.4382 22.0009 14.1873 22.0009 16.1667C22.0009 19.3883 19.3146 22 16.0009 22C15.0054 22 14.0666 21.7643 13.2402 21.3472%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%228%22 cy%3D%2214%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.1152 17.9971C17.166 17.9372 17.9997 17.0661 17.9997 16.0003C17.9997 15.2598 17.5973 14.6133 16.9992 14.2676%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 9V6.93331C16 5.28173 16 4.45594 15.5764 3.85855C15.1528 3.26117 14.4253 3.06089 12.9701 2.66032L12.8507 2.62744C10.677 2.02907 9.59021 1.72989 8.83911 2.31943C8.79173 2.35662 8.74584 2.39607 8.70159 2.43766C8 3.09705 8 4.33061 8 6.79775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-identification{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.1353 2.5C6.46902 2.56075 4.91168 2.81456 3.84762 3.87493C2.91634 4.80297 2.60504 6.10756 2.50098 8.2M14.8667 2.5C17.5329 2.56075 19.0903 2.81456 20.1543 3.87493C21.0856 4.80297 21.3969 6.10756 21.501 8.2M14.8667 21.5C17.5329 21.4392 19.0903 21.1854 20.1543 20.1251C21.0856 19.197 21.3969 17.8924 21.501 15.8M9.1353 21.5C6.46902 21.4392 4.91168 21.1854 3.84762 20.1251C2.91634 19.197 2.60504 17.8924 2.50098 15.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17C9.83846 14.4046 14.1188 14.263 16 17M14.5 9.5C14.5 10.8807 13.3807 12 12 12C10.6193 12 9.5 10.8807 9.5 9.5C9.5 8.11929 10.6193 7 12 7C13.3807 7 14.5 8.11929 14.5 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.1353 2.5C6.46902 2.56075 4.91168 2.81456 3.84762 3.87493C2.91634 4.80297 2.60504 6.10756 2.50098 8.2M14.8667 2.5C17.5329 2.56075 19.0903 2.81456 20.1543 3.87493C21.0856 4.80297 21.3969 6.10756 21.501 8.2M14.8667 21.5C17.5329 21.4392 19.0903 21.1854 20.1543 20.1251C21.0856 19.197 21.3969 17.8924 21.501 15.8M9.1353 21.5C6.46902 21.4392 4.91168 21.1854 3.84762 20.1251C2.91634 19.197 2.60504 17.8924 2.50098 15.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17C9.83846 14.4046 14.1188 14.263 16 17M14.5 9.5C14.5 10.8807 13.3807 12 12 12C10.6193 12 9.5 10.8807 9.5 9.5C9.5 8.11929 10.6193 7 12 7C13.3807 7 14.5 8.11929 14.5 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-investigation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 9.5V8.3C18.992 5.49713 18.9051 4.0112 17.967 3.05442C16.9332 2 15.2694 2 11.9416 2L10.0592 2C6.73147 2 5.0676 2 4.0338 3.05442C3 4.10883 3 5.80589 3 9.2L3 13.8C3 17.1941 3 18.8912 4.0338 19.9456C4.95155 20.8816 6.36586 20.9867 9 20.9985%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.6753 19.6886L21 22M20 16.5C20 14.0147 17.9853 12 15.5 12C13.0147 12 11 14.0147 11 16.5C11 18.9853 13.0147 21 15.5 21C17.9853 21 20 18.9853 20 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 11H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 9.5V8.3C18.992 5.49713 18.9051 4.0112 17.967 3.05442C16.9332 2 15.2694 2 11.9416 2L10.0592 2C6.73147 2 5.0676 2 4.0338 3.05442C3 4.10883 3 5.80589 3 9.2L3 13.8C3 17.1941 3 18.8912 4.0338 19.9456C4.95155 20.8816 6.36586 20.9867 9 20.9985%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.6753 19.6886L21 22M20 16.5C20 14.0147 17.9853 12 15.5 12C13.0147 12 11 14.0147 11 16.5C11 18.9853 13.0147 21 15.5 21C17.9853 21 20 18.9853 20 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 11H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-judge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.6582 13L19.4303 15.3806C20.0131 15.8811 20.3045 16.1313 20.5492 16.4136C20.9409 16.8655 21.2468 17.3808 21.4528 17.9356C21.5815 18.2821 21.658 18.6515 21.8109 19.3902C21.9648 20.1337 22 21.5 22 22M7.34236 13L4.57021 15.3806C3.98742 15.8811 3.69601 16.1313 3.45133 16.4136C3.05962 16.8655 2.75371 17.3808 2.54771 17.9356C2.41903 18.2821 2.34257 18.6515 2.18965 19.3902C2.03573 20.1337 2 21.5 2 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 11C16.5 13.7615 14.4853 16 12 16C9.51472 16 7.5 13.7614 7.5 11M16.5 11C16.5 8.94231 15.7173 6.40776 14 6.40776C13.2173 6.40776 13 7.49994 12 7.49994C11 7.49994 10.7825 6.40771 10 6.40771C8.28254 6.40771 7.50001 8.94218 7.5 11M16.5 11V12C16.5 13.1046 17.3954 14 18.5 14C19.6046 14 20.5 13.1046 20.5 12C20.5 11.3276 20.1681 10.7326 19.6592 10.37C20.175 9.91208 20.5 9.24399 20.5 8.5C20.5 7.11929 19.3807 6 18 6C18 3.79086 15.5 2 12 2C8.5 2 6 3.79086 6 6C4.61929 6 3.5 7.11929 3.5 8.5C3.5 9.24399 3.82499 9.91208 4.34075 10.37C3.83187 10.7326 3.5 11.3276 3.5 12C3.5 13.1046 4.39543 14 5.5 14C6.60457 14 7.5 13.1046 7.5 12V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0291 16L15.168 19.3675C15.8775 21.4655 15.5443 22 13.243 22H10.757C8.45571 22 8.12254 21.4655 8.83205 19.3675L9.9709 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.6582 13L19.4303 15.3806C20.0131 15.8811 20.3045 16.1313 20.5492 16.4136C20.9409 16.8655 21.2468 17.3808 21.4528 17.9356C21.5815 18.2821 21.658 18.6515 21.8109 19.3902C21.9648 20.1337 22 21.5 22 22M7.34236 13L4.57021 15.3806C3.98742 15.8811 3.69601 16.1313 3.45133 16.4136C3.05962 16.8655 2.75371 17.3808 2.54771 17.9356C2.41903 18.2821 2.34257 18.6515 2.18965 19.3902C2.03573 20.1337 2 21.5 2 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 11C16.5 13.7615 14.4853 16 12 16C9.51472 16 7.5 13.7614 7.5 11M16.5 11C16.5 8.94231 15.7173 6.40776 14 6.40776C13.2173 6.40776 13 7.49994 12 7.49994C11 7.49994 10.7825 6.40771 10 6.40771C8.28254 6.40771 7.50001 8.94218 7.5 11M16.5 11V12C16.5 13.1046 17.3954 14 18.5 14C19.6046 14 20.5 13.1046 20.5 12C20.5 11.3276 20.1681 10.7326 19.6592 10.37C20.175 9.91208 20.5 9.24399 20.5 8.5C20.5 7.11929 19.3807 6 18 6C18 3.79086 15.5 2 12 2C8.5 2 6 3.79086 6 6C4.61929 6 3.5 7.11929 3.5 8.5C3.5 9.24399 3.82499 9.91208 4.34075 10.37C3.83187 10.7326 3.5 11.3276 3.5 12C3.5 13.1046 4.39543 14 5.5 14C6.60457 14 7.5 13.1046 7.5 12V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0291 16L15.168 19.3675C15.8775 21.4655 15.5443 22 13.243 22H10.757C8.45571 22 8.12254 21.4655 8.83205 19.3675L9.9709 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-justice-scale-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5V22M12 22H9M12 22H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13L18.5 8L16 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13L5.5 8L3 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 8H5.0482C6.31166 8 7.5375 7.471 8.5241 6.5C10.5562 4.5 13.4438 4.5 15.4759 6.5C16.4625 7.471 17.6883 8 18.9518 8H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 17C19.8547 17 21.0344 16.1663 21.6473 14.9349C21.978 14.2702 22.1434 13.9379 21.8415 13.469C21.5396 13 21.04 13 20.0407 13H16.9593C15.96 13 15.4604 13 15.1585 13.469C14.8566 13.9379 15.022 14.2702 15.3527 14.9349C15.9656 16.1663 17.1453 17 18.5 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 17C6.85471 17 8.03442 16.1663 8.64726 14.9349C8.97802 14.2702 9.14339 13.9379 8.84151 13.469C8.53962 13 8.04 13 7.04075 13H3.95925C2.96 13 2.46038 13 2.15849 13.469C1.85661 13.9379 2.02198 14.2702 2.35273 14.9349C2.96558 16.1663 4.14528 17 5.5 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 3.5C13.5 4.32843 12.8284 5 12 5C11.1716 5 10.5 4.32843 10.5 3.5C10.5 2.67157 11.1716 2 12 2C12.8284 2 13.5 2.67157 13.5 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5V22M12 22H9M12 22H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13L18.5 8L16 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13L5.5 8L3 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 8H5.0482C6.31166 8 7.5375 7.471 8.5241 6.5C10.5562 4.5 13.4438 4.5 15.4759 6.5C16.4625 7.471 17.6883 8 18.9518 8H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 17C19.8547 17 21.0344 16.1663 21.6473 14.9349C21.978 14.2702 22.1434 13.9379 21.8415 13.469C21.5396 13 21.04 13 20.0407 13H16.9593C15.96 13 15.4604 13 15.1585 13.469C14.8566 13.9379 15.022 14.2702 15.3527 14.9349C15.9656 16.1663 17.1453 17 18.5 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 17C6.85471 17 8.03442 16.1663 8.64726 14.9349C8.97802 14.2702 9.14339 13.9379 8.84151 13.469C8.53962 13 8.04 13 7.04075 13H3.95925C2.96 13 2.46038 13 2.15849 13.469C1.85661 13.9379 2.02198 14.2702 2.35273 14.9349C2.96558 16.1663 4.14528 17 5.5 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 3.5C13.5 4.32843 12.8284 5 12 5C11.1716 5 10.5 4.32843 10.5 3.5C10.5 2.67157 11.1716 2 12 2C12.8284 2 13.5 2.67157 13.5 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-justice-scale-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 17L18 10L15 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 17L6 10L3 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10H5.0482C6.31166 10 7.5375 9.29466 8.5241 8C10.5562 5.33333 13.4438 5.33333 15.4759 8C16.4625 9.29466 17.6883 10 18.9518 10H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 22C19.5603 22 20.9182 20.9483 21.6181 19.3974C21.9707 18.6161 22.147 18.2255 21.8476 17.6127C21.5483 17 21.0525 17 20.061 17H15.939C14.9475 17 14.4517 17 14.1524 17.6127C13.853 18.2255 14.0293 18.6161 14.3819 19.3974C15.0818 20.9483 16.4397 22 18 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 22C7.56035 22 8.9182 20.9483 9.61809 19.3974C9.97068 18.6161 10.147 18.2255 9.84763 17.6127C9.54829 17 9.05251 17 8.06097 17H3.93903C2.94749 17 2.45171 17 2.15237 17.6127C1.85302 18.2255 2.02932 18.6161 2.38191 19.3974C3.0818 20.9483 4.43965 22 6 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 4C14 5.10457 13.1046 6 12 6C10.8954 6 10 5.10457 10 4C10 2.89543 10.8954 2 12 2C13.1046 2 14 2.89543 14 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 17L18 10L15 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 17L6 10L3 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10H5.0482C6.31166 10 7.5375 9.29466 8.5241 8C10.5562 5.33333 13.4438 5.33333 15.4759 8C16.4625 9.29466 17.6883 10 18.9518 10H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 22C19.5603 22 20.9182 20.9483 21.6181 19.3974C21.9707 18.6161 22.147 18.2255 21.8476 17.6127C21.5483 17 21.0525 17 20.061 17H15.939C14.9475 17 14.4517 17 14.1524 17.6127C13.853 18.2255 14.0293 18.6161 14.3819 19.3974C15.0818 20.9483 16.4397 22 18 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 22C7.56035 22 8.9182 20.9483 9.61809 19.3974C9.97068 18.6161 10.147 18.2255 9.84763 17.6127C9.54829 17 9.05251 17 8.06097 17H3.93903C2.94749 17 2.45171 17 2.15237 17.6127C1.85302 18.2255 2.02932 18.6161 2.38191 19.3974C3.0818 20.9483 4.43965 22 6 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 4C14 5.10457 13.1046 6 12 6C10.8954 6 10 5.10457 10 4C10 2.89543 10.8954 2 12 2C13.1046 2 14 2.89543 14 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-legal-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 11.6258L5.07498 17.42C4.41411 18.1975 3.23201 18.2449 2.51138 17.5226C1.79074 16.8004 1.83795 15.6157 2.61376 14.9534L8.3953 10.0176%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 10.0653L13.0476 15.0286M9.95238 2L5 6.96326M9.33337 2.62037L5.61908 6.34282C5.61908 6.34282 7.47622 8.82445 9.33337 10.6856C11.1905 12.5469 13.6667 14.4081 13.6667 14.4081L17.381 10.6856C17.381 10.6856 15.5238 8.20404 13.6667 6.34282C11.8096 4.4816 9.33337 2.62037 9.33337 2.62037Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11.6576L22 10.0176M20 14.9375L22 16.0308%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.002 21.9968H20.9998M12.2267 21.9968C12.7782 21.0094 13.19 19.1196 15.142 19.0138C15.7218 18.9824 16.3117 18.9824 16.8914 19.0138C18.8434 19.1196 19.2572 21.0094 19.8087 21.9968%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 11.6258L5.07498 17.42C4.41411 18.1975 3.23201 18.2449 2.51138 17.5226C1.79074 16.8004 1.83795 15.6157 2.61376 14.9534L8.3953 10.0176%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 10.0653L13.0476 15.0286M9.95238 2L5 6.96326M9.33337 2.62037L5.61908 6.34282C5.61908 6.34282 7.47622 8.82445 9.33337 10.6856C11.1905 12.5469 13.6667 14.4081 13.6667 14.4081L17.381 10.6856C17.381 10.6856 15.5238 8.20404 13.6667 6.34282C11.8096 4.4816 9.33337 2.62037 9.33337 2.62037Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11.6576L22 10.0176M20 14.9375L22 16.0308%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.002 21.9968H20.9998M12.2267 21.9968C12.7782 21.0094 13.19 19.1196 15.142 19.0138C15.7218 18.9824 16.3117 18.9824 16.8914 19.0138C18.8434 19.1196 19.2572 21.0094 19.8087 21.9968%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-legal-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 9.79967L4.39233 10.4935C3.10311 10.5866 1.99999 9.66739 2 8.50002C2.00001 7.33265 3.10316 6.41341 4.39238 6.5065L14 7.20016%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9999 13.9999L13 14M21 3L13.0001 3.00007M20.0001 3.00001L14.0002 3.00006C14.0002 3.00006 13.5001 5.96158 13.5001 8.50003C13.5001 11.0385 14 14 14 14L19.9999 13.9999C19.9999 13.9999 20.5 11.0384 20.5 8.49997C20.5 5.96153 20.0001 3.00001 20.0001 3.00001Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21.0037H21.9978M13.2247 21.0037C13.7762 20.0162 14.1881 18.1265 16.1401 18.0206C16.7198 17.9892 17.3097 17.9892 17.8895 18.0206C19.8415 18.1265 20.2553 20.0162 20.8068 21.0037%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 9.79967L4.39233 10.4935C3.10311 10.5866 1.99999 9.66739 2 8.50002C2.00001 7.33265 3.10316 6.41341 4.39238 6.5065L14 7.20016%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9999 13.9999L13 14M21 3L13.0001 3.00007M20.0001 3.00001L14.0002 3.00006C14.0002 3.00006 13.5001 5.96158 13.5001 8.50003C13.5001 11.0385 14 14 14 14L19.9999 13.9999C19.9999 13.9999 20.5 11.0384 20.5 8.49997C20.5 5.96153 20.0001 3.00001 20.0001 3.00001Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21.0037H21.9978M13.2247 21.0037C13.7762 20.0162 14.1881 18.1265 16.1401 18.0206C16.7198 17.9892 17.3097 17.9892 17.8895 18.0206C19.8415 18.1265 20.2553 20.0162 20.8068 21.0037%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-legal-document-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 14V10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C21 4.34315 21 6.22876 21 10V14C21 17.7712 21 19.6569 19.8284 20.8284C18.6569 22 16.7712 22 13 22H11C7.22876 22 5.34315 22 4.17157 20.8284C3 19.6569 3 17.7712 3 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.3333 10.6667C12.3883 11.7216 13.7778 12.7937 13.7778 12.7937L15.6825 10.8889C15.6825 10.8889 14.6105 9.49939 13.5556 8.44444C12.5006 7.3895 11.1111 6.31746 11.1111 6.31746L9.20635 8.22222C9.20635 8.22222 10.2784 9.61172 11.3333 10.6667ZM11.3333 10.6667L8 14M16 10.5714L13.4603 13.1111M11.4286 6L8.88889 8.53968%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 14V10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C21 4.34315 21 6.22876 21 10V14C21 17.7712 21 19.6569 19.8284 20.8284C18.6569 22 16.7712 22 13 22H11C7.22876 22 5.34315 22 4.17157 20.8284C3 19.6569 3 17.7712 3 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.3333 10.6667C12.3883 11.7216 13.7778 12.7937 13.7778 12.7937L15.6825 10.8889C15.6825 10.8889 14.6105 9.49939 13.5556 8.44444C12.5006 7.3895 11.1111 6.31746 11.1111 6.31746L9.20635 8.22222C9.20635 8.22222 10.2784 9.61172 11.3333 10.6667ZM11.3333 10.6667L8 14M16 10.5714L13.4603 13.1111M11.4286 6L8.88889 8.53968%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-legal-document-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 14V10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C21 4.34315 21 6.22876 21 10V14C21 17.7712 21 19.6569 19.8284 20.8284C18.6569 22 16.7712 22 13 22H11C7.22876 22 5.34315 22 4.17157 20.8284C3 19.6569 3 17.7712 3 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 18H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.04941 6.97656H16.9569M12.0148 6.97656V13.9827M12.0148 13.9827H11.4817M12.0148 13.9827H12.5414M8.01555 7.96462C7.29005 8.71035 6.08766 9.99631 6.61359 11.0676C7.08068 12.0191 7.74498 12.0358 8.01512 12.0358C8.28525 12.0358 8.98805 12.0191 9.45514 11.0676C9.98108 9.99631 8.74104 8.71035 8.01555 7.96462ZM15.9824 7.96462C15.2569 8.71035 14.0545 9.99631 14.5804 11.0676C15.0475 12.0191 15.7118 12.0358 15.9819 12.0358C16.2521 12.0358 16.9549 12.0191 17.422 11.0676C17.9479 9.99631 16.7079 8.71035 15.9824 7.96462Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 14V10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C21 4.34315 21 6.22876 21 10V14C21 17.7712 21 19.6569 19.8284 20.8284C18.6569 22 16.7712 22 13 22H11C7.22876 22 5.34315 22 4.17157 20.8284C3 19.6569 3 17.7712 3 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 18H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.04941 6.97656H16.9569M12.0148 6.97656V13.9827M12.0148 13.9827H11.4817M12.0148 13.9827H12.5414M8.01555 7.96462C7.29005 8.71035 6.08766 9.99631 6.61359 11.0676C7.08068 12.0191 7.74498 12.0358 8.01512 12.0358C8.28525 12.0358 8.98805 12.0191 9.45514 11.0676C9.98108 9.99631 8.74104 8.71035 8.01555 7.96462ZM15.9824 7.96462C15.2569 8.71035 14.0545 9.99631 14.5804 11.0676C15.0475 12.0191 15.7118 12.0358 15.9819 12.0358C16.2521 12.0358 16.9549 12.0191 17.422 11.0676C17.9479 9.99631 16.7079 8.71035 15.9824 7.96462Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-legal-hammer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9983 2C9.14883 2 7.30123 4.01899 5.11615 4.7549C4.22768 5.05413 3.78345 5.20374 3.60366 5.41465C3.42388 5.62556 3.37124 5.93375 3.26595 6.55013C2.13925 13.146 4.6019 19.244 10.475 21.6175C11.106 21.8725 11.4216 22 12.0014 22C12.5812 22 12.8967 21.8725 13.5277 21.6175C19.4005 19.2439 21.8608 13.146 20.7338 6.55013C20.6284 5.93364 20.5758 5.6254 20.3959 5.41449C20.2161 5.20358 19.7719 5.05405 18.8835 4.75499C16.6976 4.01915 14.8479 2 11.9983 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.8333 12.1667C12.8883 13.2216 14.2778 14.2937 14.2778 14.2937L16.1825 12.3889C16.1825 12.3889 15.1105 10.9994 14.0556 9.94444C13.0006 8.8895 11.6111 7.81746 11.6111 7.81746L9.70635 9.72222C9.70635 9.72222 10.7784 11.1117 11.8333 12.1667ZM11.8333 12.1667L8.5 15.5M16.5 12.0714L13.9603 14.6111M11.9286 7.5L9.38889 10.0397%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9983 2C9.14883 2 7.30123 4.01899 5.11615 4.7549C4.22768 5.05413 3.78345 5.20374 3.60366 5.41465C3.42388 5.62556 3.37124 5.93375 3.26595 6.55013C2.13925 13.146 4.6019 19.244 10.475 21.6175C11.106 21.8725 11.4216 22 12.0014 22C12.5812 22 12.8967 21.8725 13.5277 21.6175C19.4005 19.2439 21.8608 13.146 20.7338 6.55013C20.6284 5.93364 20.5758 5.6254 20.3959 5.41449C20.2161 5.20358 19.7719 5.05405 18.8835 4.75499C16.6976 4.01915 14.8479 2 11.9983 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.8333 12.1667C12.8883 13.2216 14.2778 14.2937 14.2778 14.2937L16.1825 12.3889C16.1825 12.3889 15.1105 10.9994 14.0556 9.94444C13.0006 8.8895 11.6111 7.81746 11.6111 7.81746L9.70635 9.72222C9.70635 9.72222 10.7784 11.1117 11.8333 12.1667ZM11.8333 12.1667L8.5 15.5M16.5 12.0714L13.9603 14.6111M11.9286 7.5L9.38889 10.0397%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-passport{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9502 22.0002C15.5949 22.0002 16.9172 22.0002 17.8666 21.2439C18.8159 20.4876 19.1188 19.1929 19.7245 16.6035L21.6419 8.40718C21.9772 6.97384 22.1448 6.25717 21.8404 5.73812C21.2876 4.7955 19.8787 5.00022 18.9592 5.00022%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9C2 5.70017 2 4.05025 3.02513 3.02513C4.05025 2 5.70017 2 9 2H12C15.2998 2 16.9497 2 17.9749 3.02513C19 4.05025 19 5.70017 19 9V15C19 18.2998 19 19.9497 17.9749 20.9749C16.9497 22 15.2998 22 12 22H9C5.70017 22 4.05025 22 3.02513 20.9749C2 19.9497 2 18.2998 2 15V9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 6C12.7091 6 14.5 7.79086 14.5 10C14.5 12.2091 12.7091 14 10.5 14M10.5 6C8.29086 6 6.5 7.79086 6.5 10C6.5 12.2091 8.29086 14 10.5 14M10.5 6C9.67157 6 9 7.79086 9 10C9 12.2091 9.67157 14 10.5 14M10.5 6C11.3284 6 12 7.79086 12 10C12 12.2091 11.3284 14 10.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 17L14 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9502 22.0002C15.5949 22.0002 16.9172 22.0002 17.8666 21.2439C18.8159 20.4876 19.1188 19.1929 19.7245 16.6035L21.6419 8.40718C21.9772 6.97384 22.1448 6.25717 21.8404 5.73812C21.2876 4.7955 19.8787 5.00022 18.9592 5.00022%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9C2 5.70017 2 4.05025 3.02513 3.02513C4.05025 2 5.70017 2 9 2H12C15.2998 2 16.9497 2 17.9749 3.02513C19 4.05025 19 5.70017 19 9V15C19 18.2998 19 19.9497 17.9749 20.9749C16.9497 22 15.2998 22 12 22H9C5.70017 22 4.05025 22 3.02513 20.9749C2 19.9497 2 18.2998 2 15V9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 6C12.7091 6 14.5 7.79086 14.5 10C14.5 12.2091 12.7091 14 10.5 14M10.5 6C8.29086 6 6.5 7.79086 6.5 10C6.5 12.2091 8.29086 14 10.5 14M10.5 6C9.67157 6 9 7.79086 9 10C9 12.2091 9.67157 14 10.5 14M10.5 6C11.3284 6 12 7.79086 12 10C12 12.2091 11.3284 14 10.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 17L14 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-podium{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.29424 14C7.91955 14 7.23221 14 6.65717 13.7642C6.02495 13.5049 5.48333 13.0456 5.10588 12.4488C4.76258 11.9059 4.6117 11.1951 4.30994 9.77358C4.05199 8.55844 3.92302 7.95087 4.04847 7.4685C4.186 6.93967 4.52244 6.49392 4.97901 6.23561C5.39547 6 5.98301 6 7.15811 6H16.8419C18.017 6 18.6045 6 19.021 6.23561C19.4776 6.49392 19.814 6.93967 19.9515 7.4685C20.077 7.95087 19.948 8.55844 19.6901 9.77359C19.3883 11.1951 19.2374 11.9059 18.8941 12.4488C18.5167 13.0456 17.9751 13.5049 17.3428 13.7642C16.7678 14 16.0804 14 14.7058 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 6L6.51493 3.94029C6.80001 2.79997 7.82459 2 9 2M18 6L17.4851 3.94029C17.2 2.79997 16.1754 2 15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.28421 12L10.0603 17.5726C10.1053 17.8955 10.1278 18.0569 10.0834 18.1822C9.87682 18.7653 9.08754 18.3874 8.66068 18.5626C8.53152 18.6156 8.41501 18.7004 8.32003 18.8107C8.20789 18.9409 8.13871 19.1192 8.00036 19.4758C7.73896 20.1496 7.15042 21.0988 7.78292 21.7379C8.04234 22 8.50275 22 9.42357 22H14.5764C15.4972 22 15.9577 22 16.2171 21.7379C16.8496 21.0988 16.261 20.1496 15.9996 19.4758C15.8613 19.1192 15.7921 18.9409 15.68 18.8107C15.585 18.7004 15.4685 18.6156 15.3393 18.5626C14.9125 18.3874 14.1232 18.7653 13.9166 18.1822C13.8722 18.0569 13.8947 17.8955 13.9397 17.5726L14.7158 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.29424 14C7.91955 14 7.23221 14 6.65717 13.7642C6.02495 13.5049 5.48333 13.0456 5.10588 12.4488C4.76258 11.9059 4.6117 11.1951 4.30994 9.77358C4.05199 8.55844 3.92302 7.95087 4.04847 7.4685C4.186 6.93967 4.52244 6.49392 4.97901 6.23561C5.39547 6 5.98301 6 7.15811 6H16.8419C18.017 6 18.6045 6 19.021 6.23561C19.4776 6.49392 19.814 6.93967 19.9515 7.4685C20.077 7.95087 19.948 8.55844 19.6901 9.77359C19.3883 11.1951 19.2374 11.9059 18.8941 12.4488C18.5167 13.0456 17.9751 13.5049 17.3428 13.7642C16.7678 14 16.0804 14 14.7058 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 6L6.51493 3.94029C6.80001 2.79997 7.82459 2 9 2M18 6L17.4851 3.94029C17.2 2.79997 16.1754 2 15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.28421 12L10.0603 17.5726C10.1053 17.8955 10.1278 18.0569 10.0834 18.1822C9.87682 18.7653 9.08754 18.3874 8.66068 18.5626C8.53152 18.6156 8.41501 18.7004 8.32003 18.8107C8.20789 18.9409 8.13871 19.1192 8.00036 19.4758C7.73896 20.1496 7.15042 21.0988 7.78292 21.7379C8.04234 22 8.50275 22 9.42357 22H14.5764C15.4972 22 15.9577 22 16.2171 21.7379C16.8496 21.0988 16.261 20.1496 15.9996 19.4758C15.8613 19.1192 15.7921 18.9409 15.68 18.8107C15.585 18.7004 15.4685 18.6156 15.3393 18.5626C14.9125 18.3874 14.1232 18.7653 13.9166 18.1822C13.8722 18.0569 13.8947 17.8955 13.9397 17.5726L14.7158 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-police-badge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.26759 4.32782C5.95399 3.02741 8.57337 2 12 2C15.4266 2 18.046 3.02741 19.7324 4.32782C19.9693 4.51048 20.0877 4.60181 20.1849 4.76366C20.2665 4.89952 20.3252 5.10558 20.3275 5.26404C20.3302 5.4528 20.2672 5.62069 20.1413 5.95648C19.8305 6.78539 19.6751 7.19984 19.6122 7.61031C19.533 8.12803 19.5322 8.25474 19.6053 8.77338C19.6632 9.18457 19.9795 10.0598 20.6121 11.8103C20.844 12.452 21 13.1792 21 14C21 17 18.5 19.375 16 20C13.8082 20.548 12.6667 21.3333 12 22C11.3333 21.3333 10.1918 20.548 8 20C5.5 19.375 3 17 3 14C3 13.1792 3.15595 12.452 3.38785 11.8103C4.0205 10.0598 4.33682 9.18457 4.39473 8.77338C4.46777 8.25474 4.46702 8.12803 4.38777 7.61031C4.32494 7.19984 4.16952 6.78539 3.85868 5.95648C3.73276 5.62069 3.6698 5.4528 3.67252 5.26404C3.6748 5.10558 3.73351 4.89952 3.81509 4.76366C3.91227 4.60181 4.03071 4.51048 4.26759 4.32782Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6911 7.57767L13.395 8.99715C13.491 9.19475 13.7469 9.38428 13.9629 9.42057L15.2388 9.6343C16.0547 9.77141 16.2467 10.3682 15.6587 10.957L14.6668 11.9571C14.4989 12.1265 14.4069 12.4531 14.4589 12.687L14.7428 13.925C14.9668 14.9049 14.4509 15.284 13.591 14.7718L12.3951 14.0581C12.1791 13.929 11.8232 13.929 11.6032 14.0581L10.4073 14.7718C9.5514 15.284 9.03146 14.9009 9.25543 13.925L9.5394 12.687C9.5914 12.4531 9.49941 12.1265 9.33143 11.9571L8.33954 10.957C7.7556 10.3682 7.94358 9.77141 8.75949 9.6343L10.0353 9.42057C10.2473 9.38428 10.5033 9.19475 10.5993 8.99715L11.3032 7.57767C11.6872 6.80744 12.3111 6.80744 12.6911 7.57767Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.26759 4.32782C5.95399 3.02741 8.57337 2 12 2C15.4266 2 18.046 3.02741 19.7324 4.32782C19.9693 4.51048 20.0877 4.60181 20.1849 4.76366C20.2665 4.89952 20.3252 5.10558 20.3275 5.26404C20.3302 5.4528 20.2672 5.62069 20.1413 5.95648C19.8305 6.78539 19.6751 7.19984 19.6122 7.61031C19.533 8.12803 19.5322 8.25474 19.6053 8.77338C19.6632 9.18457 19.9795 10.0598 20.6121 11.8103C20.844 12.452 21 13.1792 21 14C21 17 18.5 19.375 16 20C13.8082 20.548 12.6667 21.3333 12 22C11.3333 21.3333 10.1918 20.548 8 20C5.5 19.375 3 17 3 14C3 13.1792 3.15595 12.452 3.38785 11.8103C4.0205 10.0598 4.33682 9.18457 4.39473 8.77338C4.46777 8.25474 4.46702 8.12803 4.38777 7.61031C4.32494 7.19984 4.16952 6.78539 3.85868 5.95648C3.73276 5.62069 3.6698 5.4528 3.67252 5.26404C3.6748 5.10558 3.73351 4.89952 3.81509 4.76366C3.91227 4.60181 4.03071 4.51048 4.26759 4.32782Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6911 7.57767L13.395 8.99715C13.491 9.19475 13.7469 9.38428 13.9629 9.42057L15.2388 9.6343C16.0547 9.77141 16.2467 10.3682 15.6587 10.957L14.6668 11.9571C14.4989 12.1265 14.4069 12.4531 14.4589 12.687L14.7428 13.925C14.9668 14.9049 14.4509 15.284 13.591 14.7718L12.3951 14.0581C12.1791 13.929 11.8232 13.929 11.6032 14.0581L10.4073 14.7718C9.5514 15.284 9.03146 14.9009 9.25543 13.925L9.5394 12.687C9.5914 12.4531 9.49941 12.1265 9.33143 11.9571L8.33954 10.957C7.7556 10.3682 7.94358 9.77141 8.75949 9.6343L10.0353 9.42057C10.2473 9.38428 10.5033 9.19475 10.5993 8.99715L11.3032 7.57767C11.6872 6.80744 12.3111 6.80744 12.6911 7.57767Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-police-cap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.0799 9.73404C1.52911 12.578 4.00638 14 4.00638 14H19.995C19.995 14 22.4709 12.578 21.9201 9.73404C21.5732 7.94296 17.7287 5.58788 14.9296 4.08959C13.5726 3.3632 12.894 3 12 3C11.1059 3 10.4274 3.3632 9.07038 4.08959C6.2713 5.58788 2.42678 7.94296 2.0799 9.73404Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.14163 14C2.66809 15.3249 2.21055 18.5761 5.30556 19.3837C7.36279 19.9204 9.64289 20.487 10.9407 20.8065C11.4645 20.9355 11.7264 21 12 21C12.2736 21 12.5355 20.9355 13.0593 20.8065C14.3571 20.487 16.6372 19.9204 18.6944 19.3837C21.7894 18.5761 21.3319 15.3249 19.8584 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.3899 7.72984L11.4959 7.1281C11.8098 6.9573 12.1902 6.9573 12.5041 7.1281L13.6101 7.72984C13.9002 7.88767 14.0631 8.21 13.977 8.52648C13.7595 9.3254 13.2247 10.5958 12 11C10.7753 10.5958 10.2405 9.3254 10.023 8.52648C9.93688 8.21 10.0998 7.88767 10.3899 7.72984Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.0799 9.73404C1.52911 12.578 4.00638 14 4.00638 14H19.995C19.995 14 22.4709 12.578 21.9201 9.73404C21.5732 7.94296 17.7287 5.58788 14.9296 4.08959C13.5726 3.3632 12.894 3 12 3C11.1059 3 10.4274 3.3632 9.07038 4.08959C6.2713 5.58788 2.42678 7.94296 2.0799 9.73404Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.14163 14C2.66809 15.3249 2.21055 18.5761 5.30556 19.3837C7.36279 19.9204 9.64289 20.487 10.9407 20.8065C11.4645 20.9355 11.7264 21 12 21C12.2736 21 12.5355 20.9355 13.0593 20.8065C14.3571 20.487 16.6372 19.9204 18.6944 19.3837C21.7894 18.5761 21.3319 15.3249 19.8584 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.3899 7.72984L11.4959 7.1281C11.8098 6.9573 12.1902 6.9573 12.5041 7.1281L13.6101 7.72984C13.9002 7.88767 14.0631 8.21 13.977 8.52648C13.7595 9.3254 13.2247 10.5958 12 11C10.7753 10.5958 10.2405 9.3254 10.023 8.52648C9.93688 8.21 10.0998 7.88767 10.3899 7.72984Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-police-station{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.6181 7C16.2653 7.12401 16.7429 7.3418 17.1213 7.72431C18 8.6126 18 10.0423 18 12.9016V22H6V12.9016C6 10.0423 6 8.6126 6.87868 7.72431C7.25705 7.3418 7.73473 7.12401 8.38188 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 22H21C21.4714 22 21.7071 22 21.8536 21.8536C22 21.7071 22 21.4714 22 21V16C22 14.1144 22 13.1716 21.4142 12.5858C20.8284 12 19.8856 12 18 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 22H3C2.5286 22 2.29289 22 2.14645 21.8536C2 21.7071 2 21.4714 2 21V16C2 14.1144 2 13.1716 2.58579 12.5858C3.17157 12 4.11438 12 6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15H10.2M15 15H13.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.04217 4C10.9662 4 12.0004 2 12.0004 2C12.0004 2 13.0338 4 15.9578 4C16.1752 5.6875 15.6528 9.65 12.0004 11C8.34791 9.65 7.82476 5.6875 8.04217 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.6181 7C16.2653 7.12401 16.7429 7.3418 17.1213 7.72431C18 8.6126 18 10.0423 18 12.9016V22H6V12.9016C6 10.0423 6 8.6126 6.87868 7.72431C7.25705 7.3418 7.73473 7.12401 8.38188 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 22H21C21.4714 22 21.7071 22 21.8536 21.8536C22 21.7071 22 21.4714 22 21V16C22 14.1144 22 13.1716 21.4142 12.5858C20.8284 12 19.8856 12 18 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 22H3C2.5286 22 2.29289 22 2.14645 21.8536C2 21.7071 2 21.4714 2 21V16C2 14.1144 2 13.1716 2.58579 12.5858C3.17157 12 4.11438 12 6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15H10.2M15 15H13.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.04217 4C10.9662 4 12.0004 2 12.0004 2C12.0004 2 13.0338 4 15.9578 4C16.1752 5.6875 15.6528 9.65 12.0004 11C8.34791 9.65 7.82476 5.6875 8.04217 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-prison-guard{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 8C16.3288 7.37209 14.2513 7 12 7C9.74872 7 7.67122 7.37209 6 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.96964 8L6.24016 6.58747C5.66135 5.46671 5.37195 4.90633 5.55422 4.41103C5.73648 3.91574 6.29735 3.73843 7.41907 3.38381L11.3897 2.12854C11.6608 2.04285 11.7963 2 11.9354 2C12.0745 2 12.21 2.04285 12.4811 2.12854L16.7191 3.46833C17.7295 3.78776 18.2347 3.94748 18.4274 4.39586C18.62 4.84425 18.4131 5.37861 17.9991 6.44734L17.3977 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8V9.72517C7 11.5184 7.92149 13.1802 9.42752 14.1028L9.94202 14.418C11.2087 15.194 12.7913 15.194 14.058 14.418L14.5725 14.1028C16.0785 13.1802 17 11.5184 17 9.72517V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14L16 17M16 17L14.6312 18.1954C13.3773 19.2905 12.7504 19.838 12 19.838C11.2496 19.838 10.6227 19.2905 9.36884 18.1954L8 17M16 17L17.7341 17.578C18.7322 17.9107 19.2312 18.0771 19.6742 18.3342C20.1079 18.5859 20.5012 18.9014 20.841 19.2701C21.1881 19.6468 22 21 22 22M9 14L8 17M8 17L6.26586 17.578C5.2678 17.9107 4.76877 18.0771 4.32577 18.3342C3.89213 18.5859 3.49882 18.9014 3.15903 19.2701C2.81191 19.6468 2 21 2 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 8C16.3288 7.37209 14.2513 7 12 7C9.74872 7 7.67122 7.37209 6 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.96964 8L6.24016 6.58747C5.66135 5.46671 5.37195 4.90633 5.55422 4.41103C5.73648 3.91574 6.29735 3.73843 7.41907 3.38381L11.3897 2.12854C11.6608 2.04285 11.7963 2 11.9354 2C12.0745 2 12.21 2.04285 12.4811 2.12854L16.7191 3.46833C17.7295 3.78776 18.2347 3.94748 18.4274 4.39586C18.62 4.84425 18.4131 5.37861 17.9991 6.44734L17.3977 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8V9.72517C7 11.5184 7.92149 13.1802 9.42752 14.1028L9.94202 14.418C11.2087 15.194 12.7913 15.194 14.058 14.418L14.5725 14.1028C16.0785 13.1802 17 11.5184 17 9.72517V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14L16 17M16 17L14.6312 18.1954C13.3773 19.2905 12.7504 19.838 12 19.838C11.2496 19.838 10.6227 19.2905 9.36884 18.1954L8 17M16 17L17.7341 17.578C18.7322 17.9107 19.2312 18.0771 19.6742 18.3342C20.1079 18.5859 20.5012 18.9014 20.841 19.2701C21.1881 19.6468 22 21 22 22M9 14L8 17M8 17L6.26586 17.578C5.2678 17.9107 4.76877 18.0771 4.32577 18.3342C3.89213 18.5859 3.49882 18.9014 3.15903 19.2701C2.81191 19.6468 2 21 2 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-prison{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15L15 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 3L15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 3H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 9H15C14.0572 9 13.5858 9 13.2929 9.29289C13 9.58579 13 10.0572 13 11V13C13 13.9428 13 14.4142 13.2929 14.7071C13.5858 15 14.0572 15 15 15L21 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12L16 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15L15 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 3L15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 3H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 9H15C14.0572 9 13.5858 9 13.2929 9.29289C13 9.58579 13 10.0572 13 11V13C13 13.9428 13 14.4142 13.2929 14.7071C13.5858 15 14.0572 15 15 15L21 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12L16 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-prisoner{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 7C16.3288 6.37209 14.2513 6 12 6C9.74872 6 7.67122 6.37209 6 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7V8.72517C7 10.5184 7.92149 12.1802 9.42752 13.1028L9.94202 13.418C11.2087 14.194 12.7913 14.194 14.058 13.418L14.5725 13.1028C16.0785 12.1802 17 10.5184 17 8.72517V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8V5.95612C7 4.61118 7.92149 3.36487 9.42752 2.6729L9.94202 2.43651C11.2087 1.8545 12.7913 1.8545 14.058 2.43651L14.5725 2.6729C16.0785 3.36487 17 4.61118 17 5.95612V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 13L16 16M16 16L14.6312 17.1954C13.3773 18.2905 12.7504 18.838 12 18.838C11.2496 18.838 10.6227 18.2905 9.36884 17.1954L8 16M16 16L17.7341 16.578C18.7322 16.9107 19.2312 17.0771 19.6742 17.3342C20.1079 17.5859 20.5012 17.9014 20.841 18.2701C21.1881 18.6468 22 20 22 22M9 13L8 16M8 16L6.26586 16.578C5.2678 16.9107 4.76877 17.0771 4.32577 17.3342C3.89213 17.5859 3.49882 17.9014 3.15903 18.2701C2.81191 18.6468 2 20 2 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 7C16.3288 6.37209 14.2513 6 12 6C9.74872 6 7.67122 6.37209 6 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7V8.72517C7 10.5184 7.92149 12.1802 9.42752 13.1028L9.94202 13.418C11.2087 14.194 12.7913 14.194 14.058 13.418L14.5725 13.1028C16.0785 12.1802 17 10.5184 17 8.72517V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8V5.95612C7 4.61118 7.92149 3.36487 9.42752 2.6729L9.94202 2.43651C11.2087 1.8545 12.7913 1.8545 14.058 2.43651L14.5725 2.6729C16.0785 3.36487 17 4.61118 17 5.95612V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 13L16 16M16 16L14.6312 17.1954C13.3773 18.2905 12.7504 18.838 12 18.838C11.2496 18.838 10.6227 18.2905 9.36884 17.1954L8 16M16 16L17.7341 16.578C18.7322 16.9107 19.2312 17.0771 19.6742 17.3342C20.1079 17.5859 20.5012 17.9014 20.841 18.2701C21.1881 18.6468 22 20 22 22M9 13L8 16M8 16L6.26586 16.578C5.2678 16.9107 4.76877 17.0771 4.32577 17.3342C3.89213 17.5859 3.49882 17.9014 3.15903 18.2701C2.81191 18.6468 2 20 2 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-register{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 16V9C10 8.44772 10.4477 8 11 8H12.75C13.9926 8 15 9.00736 15 10.25C15 11.4926 13.9926 12.5 12.75 12.5H10M13 12.5L14.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 16V9C10 8.44772 10.4477 8 11 8H12.75C13.9926 8 15 9.00736 15 10.25C15 11.4926 13.9926 12.5 12.75 12.5H10M13 12.5L14.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-sheriff-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 8C5.47582 13.3333 18.5242 13.3333 22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 10L7.125 2.9922C7.76866 0.869541 9.27521 2.71887 10.5965 3.33984C11.4745 3.75243 12.5255 3.75243 13.4035 3.33984C14.7248 2.71887 16.2313 0.869541 16.875 2.9922L19 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11C19 13.808 18.6968 16.4602 16.4312 18.0121C14.5873 19.2751 10.8574 19.3382 10 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11C5 13.808 5.30317 16.4602 7.56884 18.0121C9.41265 19.2751 13.1426 19.3382 14 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 8C5.47582 13.3333 18.5242 13.3333 22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 10L7.125 2.9922C7.76866 0.869541 9.27521 2.71887 10.5965 3.33984C11.4745 3.75243 12.5255 3.75243 13.4035 3.33984C14.7248 2.71887 16.2313 0.869541 16.875 2.9922L19 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11C19 13.808 18.6968 16.4602 16.4312 18.0121C14.5873 19.2751 10.8574 19.3382 10 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11C5 13.808 5.30317 16.4602 7.56884 18.0121C9.41265 19.2751 13.1426 19.3382 14 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-sheriff-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1778 4.11413C11.0254 2.7047 11.4492 1.99999 12.0759 2C12.7025 2.00001 13.1263 2.70474 13.9739 4.11419L14.1288 4.37185C14.7365 5.38236 15.0403 5.88761 15.5243 6.17256C15.5471 6.18596 15.5701 6.19895 15.5933 6.21153C16.0872 6.47901 16.6778 6.47901 17.859 6.47901H18.1295C19.6798 6.47901 20.455 6.47901 20.7872 6.90903C20.8671 7.01233 20.9279 7.12893 20.967 7.25341C21.1295 7.7716 20.685 8.40518 19.7959 9.67233C19.0782 10.6954 18.7193 11.2069 18.6621 11.7818C18.6476 11.9269 18.6476 12.0731 18.6621 12.2182C18.7193 12.7931 19.0782 13.3046 19.7959 14.3277C20.685 15.5948 21.1295 16.2284 20.967 16.7466C20.9279 16.8711 20.8671 16.9877 20.7872 17.091C20.455 17.521 19.6798 17.521 18.1295 17.521H17.859C16.6778 17.521 16.0872 17.521 15.5933 17.7885C15.5701 17.801 15.5471 17.814 15.5243 17.8274C15.0403 18.1124 14.7365 18.6176 14.1288 19.6281L13.9739 19.8858C13.1263 21.2953 12.7025 22 12.0759 22C11.4492 22 11.0254 21.2953 10.1778 19.8859L10.0452 19.6653C9.41528 18.6179 9.10034 18.0943 8.5929 17.8076C8.08547 17.521 7.47335 17.521 6.24912 17.521H5.95772C4.28667 17.521 3.45115 17.521 3.12708 16.9951C3.11313 16.9725 3.1 16.9494 3.08772 16.9258C2.80252 16.378 3.23239 15.6632 4.09214 14.2336C4.73485 13.1648 5.0562 12.6305 5.06712 12.0408C5.06763 12.0136 5.06763 11.9864 5.06712 11.9592C5.0562 11.3695 4.73485 10.8352 4.09214 9.76643C3.23239 8.33681 2.80252 7.62199 3.08772 7.0742C3.1 7.05062 3.11313 7.02749 3.12708 7.00485C3.45115 6.47901 4.28667 6.47901 5.95772 6.47901H6.24912C7.47335 6.47901 8.08547 6.47901 8.5929 6.19237C9.10034 5.90573 9.41528 5.38205 10.0452 4.3347L10.1778 4.11413Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.1778 4.11413C11.0254 2.7047 11.4492 1.99999 12.0759 2C12.7025 2.00001 13.1263 2.70474 13.9739 4.11419L14.1288 4.37185C14.7365 5.38236 15.0403 5.88761 15.5243 6.17256C15.5471 6.18596 15.5701 6.19895 15.5933 6.21153C16.0872 6.47901 16.6778 6.47901 17.859 6.47901H18.1295C19.6798 6.47901 20.455 6.47901 20.7872 6.90903C20.8671 7.01233 20.9279 7.12893 20.967 7.25341C21.1295 7.7716 20.685 8.40518 19.7959 9.67233C19.0782 10.6954 18.7193 11.2069 18.6621 11.7818C18.6476 11.9269 18.6476 12.0731 18.6621 12.2182C18.7193 12.7931 19.0782 13.3046 19.7959 14.3277C20.685 15.5948 21.1295 16.2284 20.967 16.7466C20.9279 16.8711 20.8671 16.9877 20.7872 17.091C20.455 17.521 19.6798 17.521 18.1295 17.521H17.859C16.6778 17.521 16.0872 17.521 15.5933 17.7885C15.5701 17.801 15.5471 17.814 15.5243 17.8274C15.0403 18.1124 14.7365 18.6176 14.1288 19.6281L13.9739 19.8858C13.1263 21.2953 12.7025 22 12.0759 22C11.4492 22 11.0254 21.2953 10.1778 19.8859L10.0452 19.6653C9.41528 18.6179 9.10034 18.0943 8.5929 17.8076C8.08547 17.521 7.47335 17.521 6.24912 17.521H5.95772C4.28667 17.521 3.45115 17.521 3.12708 16.9951C3.11313 16.9725 3.1 16.9494 3.08772 16.9258C2.80252 16.378 3.23239 15.6632 4.09214 14.2336C4.73485 13.1648 5.0562 12.6305 5.06712 12.0408C5.06763 12.0136 5.06763 11.9864 5.06712 11.9592C5.0562 11.3695 4.73485 10.8352 4.09214 9.76643C3.23239 8.33681 2.80252 7.62199 3.08772 7.0742C3.1 7.05062 3.11313 7.02749 3.12708 7.00485C3.45115 6.47901 4.28667 6.47901 5.95772 6.47901H6.24912C7.47335 6.47901 8.08547 6.47901 8.5929 6.19237C9.10034 5.90573 9.41528 5.38205 10.0452 4.3347L10.1778 4.11413Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-stamp-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 19.1807C5.51582 20.4205 5.59691 20.9426 6.01277 21.4141C6.52938 21.9999 7.36085 21.9999 9.02379 21.9999H15.9762C17.6391 21.9999 18.4706 21.9999 18.9872 21.4141C19.4031 20.9426 19.4842 20.4204 19.5 19.1806%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5029 19.0703L5.27125 19.0703C4.55327 19.0703 3.93219 18.4847 4.02242 17.7724C4.18148 16.5169 4.81986 14.9991 7.3503 14.0657C8.23985 13.7376 9.21929 13.4535 9.70189 12.6374C10.3793 11.4919 10.6778 10.2381 9.41438 8.0879C7.3503 4.02011 10.4387 1.99902 12.5256 1.99902C14.6126 1.99902 17.6632 4.1485 15.5786 8.0879C14.3128 10.2206 14.6493 11.4919 15.3267 12.6374C15.8093 13.4535 16.7887 13.7376 17.6782 14.0657C20.2087 14.9991 20.8471 16.5169 21.0061 17.7724C21.0964 18.4847 20.4753 19.0703 19.7573 19.0703L12.5256 19.0703%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 19.1807C5.51582 20.4205 5.59691 20.9426 6.01277 21.4141C6.52938 21.9999 7.36085 21.9999 9.02379 21.9999H15.9762C17.6391 21.9999 18.4706 21.9999 18.9872 21.4141C19.4031 20.9426 19.4842 20.4204 19.5 19.1806%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5029 19.0703L5.27125 19.0703C4.55327 19.0703 3.93219 18.4847 4.02242 17.7724C4.18148 16.5169 4.81986 14.9991 7.3503 14.0657C8.23985 13.7376 9.21929 13.4535 9.70189 12.6374C10.3793 11.4919 10.6778 10.2381 9.41438 8.0879C7.3503 4.02011 10.4387 1.99902 12.5256 1.99902C14.6126 1.99902 17.6632 4.1485 15.5786 8.0879C14.3128 10.2206 14.6493 11.4919 15.3267 12.6374C15.8093 13.4535 16.7887 13.7376 17.6782 14.0657C20.2087 14.9991 20.8471 16.5169 21.0061 17.7724C21.0964 18.4847 20.4753 19.0703 19.7573 19.0703L12.5256 19.0703%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-stamp-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.99128 15C9.99128 14.0015 9.90819 11.6348 8.15796 8.26951C7.38157 6.77671 7.39203 5.2142 7.6806 3.98372C7.77486 3.58177 8.01266 3.37651 8.33553 3.15508C8.70845 2.89932 8.89491 2.77143 9.08803 2.66275C9.70688 2.31447 10.393 2.10186 11.1006 2.03909C11.6881 1.98697 12.3119 1.98697 12.8994 2.03909C13.607 2.10186 14.2931 2.31447 14.912 2.66275C15.1051 2.77143 15.2916 2.89932 15.6645 3.15508C15.9873 3.37651 16.2251 3.58177 16.3194 3.98372C16.608 5.2142 16.6184 6.77671 15.842 8.26951C14.0918 11.6348 14.0087 14.0015 14.0087 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.0883 17.7351C7.52832 16.4151 7.74832 15.755 8.2721 15.3775C8.79587 15 9.49159 15 10.883 15H13.117C14.5084 15 15.2041 15 15.7279 15.3775C16.2517 15.755 16.4717 16.4151 16.9117 17.7351L17 18H7L7.0883 17.7351Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.25262 20.1823C4.46592 19.645 4.57257 19.3764 4.72208 19.1551C5.10369 18.5902 5.70937 18.1937 6.40325 18.0545C6.67511 18 6.97885 18 7.58633 18L16.4137 18C17.0212 18 17.3249 18 17.5967 18.0545C18.2906 18.1937 18.8963 18.5902 19.2779 19.1551C19.4274 19.3764 19.5341 19.645 19.7474 20.1823C19.9125 20.5983 19.9951 20.8063 19.9996 20.9744C20.0115 21.4099 19.7234 21.8025 19.2876 21.945C19.1194 22 18.8842 22 18.4139 22H5.5861C5.11579 22 4.88064 22 4.71244 21.945C4.27658 21.8025 3.98853 21.4099 4.00035 20.9744C4.00491 20.8063 4.08748 20.5983 4.25262 20.1823Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.99128 15C9.99128 14.0015 9.90819 11.6348 8.15796 8.26951C7.38157 6.77671 7.39203 5.2142 7.6806 3.98372C7.77486 3.58177 8.01266 3.37651 8.33553 3.15508C8.70845 2.89932 8.89491 2.77143 9.08803 2.66275C9.70688 2.31447 10.393 2.10186 11.1006 2.03909C11.6881 1.98697 12.3119 1.98697 12.8994 2.03909C13.607 2.10186 14.2931 2.31447 14.912 2.66275C15.1051 2.77143 15.2916 2.89932 15.6645 3.15508C15.9873 3.37651 16.2251 3.58177 16.3194 3.98372C16.608 5.2142 16.6184 6.77671 15.842 8.26951C14.0918 11.6348 14.0087 14.0015 14.0087 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.0883 17.7351C7.52832 16.4151 7.74832 15.755 8.2721 15.3775C8.79587 15 9.49159 15 10.883 15H13.117C14.5084 15 15.2041 15 15.7279 15.3775C16.2517 15.755 16.4717 16.4151 16.9117 17.7351L17 18H7L7.0883 17.7351Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.25262 20.1823C4.46592 19.645 4.57257 19.3764 4.72208 19.1551C5.10369 18.5902 5.70937 18.1937 6.40325 18.0545C6.67511 18 6.97885 18 7.58633 18L16.4137 18C17.0212 18 17.3249 18 17.5967 18.0545C18.2906 18.1937 18.8963 18.5902 19.2779 19.1551C19.4274 19.3764 19.5341 19.645 19.7474 20.1823C19.9125 20.5983 19.9951 20.8063 19.9996 20.9744C20.0115 21.4099 19.7234 21.8025 19.2876 21.945C19.1194 22 18.8842 22 18.4139 22H5.5861C5.11579 22 4.88064 22 4.71244 21.945C4.27658 21.8025 3.98853 21.4099 4.00035 20.9744C4.00491 20.8063 4.08748 20.5983 4.25262 20.1823Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-subpoena{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 14V10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C21 4.34315 21 6.22876 21 10V14C21 17.7712 21 19.6569 19.8284 20.8284C18.6569 22 16.7712 22 13 22H11C7.22876 22 5.34315 22 4.17157 20.8284C3 19.6569 3 17.7712 3 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 3L5.825 5.12C6.3994 6.03905 6.68661 6.49857 7.13896 6.74928C7.59131 7 8.1332 7 9.21699 7H14.783C15.8668 7 16.4087 7 16.861 6.74928C17.3134 6.49857 17.6006 6.03905 18.175 5.12L19.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.75 15.25C12.9368 16.4368 14.5 17.6429 14.5 17.6429L16.6429 15.5C16.6429 15.5 15.4368 13.9368 14.25 12.75C13.0632 11.5632 11.5 10.3571 11.5 10.3571L9.35714 12.5C9.35714 12.5 10.5632 14.0632 11.75 15.25ZM11.75 15.25L8 19M17 15.1429L14.1429 18M11.8571 10L9 12.8571%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 14V10C3 6.22876 3 4.34315 4.17157 3.17157C5.34315 2 7.22876 2 11 2H13C16.7712 2 18.6569 2 19.8284 3.17157C21 4.34315 21 6.22876 21 10V14C21 17.7712 21 19.6569 19.8284 20.8284C18.6569 22 16.7712 22 13 22H11C7.22876 22 5.34315 22 4.17157 20.8284C3 19.6569 3 17.7712 3 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 3L5.825 5.12C6.3994 6.03905 6.68661 6.49857 7.13896 6.74928C7.59131 7 8.1332 7 9.21699 7H14.783C15.8668 7 16.4087 7 16.861 6.74928C17.3134 6.49857 17.6006 6.03905 18.175 5.12L19.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.75 15.25C12.9368 16.4368 14.5 17.6429 14.5 17.6429L16.6429 15.5C16.6429 15.5 15.4368 13.9368 14.25 12.75C13.0632 11.5632 11.5 10.3571 11.5 10.3571L9.35714 12.5C9.35714 12.5 10.5632 14.0632 11.75 15.25ZM11.75 15.25L8 19M17 15.1429L14.1429 18M11.8571 10L9 12.8571%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-trade-mark{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.99414 9.47557H8.5095M8.5095 9.47557H10.9932M8.5095 9.47557V15.4954M12.9904 15.486V9.47562C13.3259 9.36864 15.5002 11.4769 15.5002 11.4769C15.5002 11.4769 17.6725 9.36865 18.0081 9.47562V15.486%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.99414 9.47557H8.5095M8.5095 9.47557H10.9932M8.5095 9.47557V15.4954M12.9904 15.486V9.47562C13.3259 9.36864 15.5002 11.4769 15.5002 11.4769C15.5002 11.4769 17.6725 9.36865 18.0081 9.47562V15.486%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-legal-icons-wanted{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5168 2.01455H7.884C6.84571 2.01455 5.43937 1.83217 4.71912 2.75868C4.29227 3.30777 4.29227 4.11843 4.29227 5.73976C4.29227 7.03795 6.03931 8.01066 6.01966 8.50982C6 9.00954 4.29227 10.0064 4.29227 11.3362V17.5311C4.29227 18.1246 4.01196 18.5844 3.75968 19.1077C3.13475 20.404 2.82228 21.0522 3.10469 21.5261C3.38709 22 4.08579 22 5.48318 22H15.8539C17.6706 22 18.579 22 19.1433 21.4146C19.7077 20.8293 19.7077 19.8872 19.7077 18.0029V6.48344C19.7077 5.88992 19.988 5.43019 20.2403 4.90687C20.8653 3.61056 21.1777 2.9624 20.8953 2.48848C20.6129 2.01455 19.9142 2.01455 18.5168 2.01455Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 7.5C13.5 8.32843 12.8284 9 12 9C11.1716 9 10.5 8.32843 10.5 7.5C10.5 6.67157 11.1716 6 12 6C12.8284 6 13.5 6.67157 13.5 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.89128 11.5556C9.34109 11.8715 7.89853 12.5165 8.77715 13.3237C9.20634 13.718 9.68436 14 10.2853 14H13.7147C14.3156 14 14.7937 13.718 15.2229 13.3237C16.1015 12.5165 14.6589 11.8715 14.1087 11.5556C12.8185 10.8148 11.1815 10.8148 9.89128 11.5556Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5168 2.01455H7.884C6.84571 2.01455 5.43937 1.83217 4.71912 2.75868C4.29227 3.30777 4.29227 4.11843 4.29227 5.73976C4.29227 7.03795 6.03931 8.01066 6.01966 8.50982C6 9.00954 4.29227 10.0064 4.29227 11.3362V17.5311C4.29227 18.1246 4.01196 18.5844 3.75968 19.1077C3.13475 20.404 2.82228 21.0522 3.10469 21.5261C3.38709 22 4.08579 22 5.48318 22H15.8539C17.6706 22 18.579 22 19.1433 21.4146C19.7077 20.8293 19.7077 19.8872 19.7077 18.0029V6.48344C19.7077 5.88992 19.988 5.43019 20.2403 4.90687C20.8653 3.61056 21.1777 2.9624 20.8953 2.48848C20.6129 2.01455 19.9142 2.01455 18.5168 2.01455Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 7.5C13.5 8.32843 12.8284 9 12 9C11.1716 9 10.5 8.32843 10.5 7.5C10.5 6.67157 11.1716 6 12 6C12.8284 6 13.5 6.67157 13.5 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.89128 11.5556C9.34109 11.8715 7.89853 12.5165 8.77715 13.3237C9.20634 13.718 9.68436 14 10.2853 14H13.7147C14.3156 14 14.7937 13.718 15.2229 13.3237C16.1015 12.5165 14.6589 11.8715 14.1087 11.5556C12.8185 10.8148 11.1815 10.8148 9.89128 11.5556Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-link-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.14339 10.691L9.35031 10.4841C11.329 8.50532 14.5372 8.50532 16.5159 10.4841C18.4947 12.4628 18.4947 15.671 16.5159 17.6497L13.6497 20.5159C11.671 22.4947 8.46279 22.4947 6.48405 20.5159C4.50532 18.5372 4.50532 15.329 6.48405 13.3503L6.9484 12.886%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0516 11.114L17.5159 10.6497C19.4947 8.67095 19.4947 5.46279 17.5159 3.48405C15.5372 1.50532 12.329 1.50532 10.3503 3.48405L7.48405 6.35031C5.50532 8.32904 5.50532 11.5372 7.48405 13.5159C9.46279 15.4947 12.671 15.4947 14.6497 13.5159L14.8566 13.309%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.14339 10.691L9.35031 10.4841C11.329 8.50532 14.5372 8.50532 16.5159 10.4841C18.4947 12.4628 18.4947 15.671 16.5159 17.6497L13.6497 20.5159C11.671 22.4947 8.46279 22.4947 6.48405 20.5159C4.50532 18.5372 4.50532 15.329 6.48405 13.3503L6.9484 12.886%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0516 11.114L17.5159 10.6497C19.4947 8.67095 19.4947 5.46279 17.5159 3.48405C15.5372 1.50532 12.329 1.50532 10.3503 3.48405L7.48405 6.35031C5.50532 8.32904 5.50532 11.5372 7.48405 13.5159C9.46279 15.4947 12.671 15.4947 14.6497 13.5159L14.8566 13.309%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-link-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 14.5L14.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8463 14.6095L19.4558 12C21.5147 9.94113 21.5147 6.60303 19.4558 4.54416C17.397 2.48528 14.0589 2.48528 12 4.54416L9.39045 7.1537M14.6095 16.8463L12 19.4558C9.94113 21.5147 6.60303 21.5147 4.54416 19.4558C2.48528 17.397 2.48528 14.0589 4.54416 12L7.1537 9.39045%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 14.5L14.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8463 14.6095L19.4558 12C21.5147 9.94113 21.5147 6.60303 19.4558 4.54416C17.397 2.48528 14.0589 2.48528 12 4.54416L9.39045 7.1537M14.6095 16.8463L12 19.4558C9.94113 21.5147 6.60303 21.5147 4.54416 19.4558C2.48528 17.397 2.48528 14.0589 4.54416 12L7.1537 9.39045%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-link-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.54297 14.456L14.456 9.54297%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.03177 16.9037L1.291 17.021L1.291 17.021L2.03177 16.9037ZM2.03177 16.0963L1.291 15.979L2.03177 16.0963ZM7.90368 21.9682L8.021 22.709H8.02101L7.90368 21.9682ZM7.09632 21.9682L7.21365 21.2275H7.21365L7.09632 21.9682ZM12.9682 16.9037L13.709 17.021V17.021L12.9682 16.9037ZM12.9682 16.0963L13.709 15.979L13.709 15.979L12.9682 16.0963ZM7.09632 11.0318L7.21365 11.7725L7.21365 11.7725L7.09632 11.0318ZM7.90368 11.0318L8.02101 10.291L8.021 10.291L7.90368 11.0318ZM8.45293 12.0786C8.79149 12.3173 9.2594 12.2363 9.49804 11.8977C9.73668 11.5591 9.65568 11.0912 9.31711 10.8526L8.45293 12.0786ZM13.1474 14.6829C12.9088 14.3443 12.4409 14.2633 12.1023 14.502C11.7637 14.7406 11.6827 15.2085 11.9214 15.5471L13.1474 14.6829ZM4.74589 19.2541C4.04987 18.5581 3.57118 18.0779 3.24406 17.6713C2.9258 17.2757 2.80928 17.0183 2.77254 16.7864L1.291 17.021C1.38543 17.6172 1.67659 18.1159 2.07533 18.6116C2.46521 19.0962 3.01284 19.6424 3.68523 20.3148L4.74589 19.2541ZM3.68523 12.6852C3.01284 13.3576 2.46521 13.9038 2.07533 14.3884C1.67659 14.8841 1.38543 15.3828 1.291 15.979L2.77254 16.2136C2.80928 15.9817 2.9258 15.7243 3.24406 15.3287C3.57118 14.9221 4.04987 14.4419 4.74589 13.7459L3.68523 12.6852ZM2.77254 16.7864C2.74249 16.5966 2.74249 16.4034 2.77254 16.2136L1.291 15.979C1.23633 16.3242 1.23633 16.6758 1.291 17.021L2.77254 16.7864ZM10.2541 19.2541C9.55809 19.9501 9.07794 20.4288 8.67133 20.7559C8.27572 21.0742 8.01832 21.1907 7.78635 21.2275L8.02101 22.709C8.61717 22.6146 9.11594 22.3234 9.61157 21.9247C10.0962 21.5348 10.6424 20.9872 11.3148 20.3148L10.2541 19.2541ZM3.68523 20.3148C4.35763 20.9872 4.9038 21.5348 5.38843 21.9247C5.88406 22.3234 6.38283 22.6146 6.979 22.709L7.21365 21.2275C6.98168 21.1907 6.72428 21.0742 6.32867 20.7559C5.92206 20.4288 5.44191 19.9501 4.74589 19.2541L3.68523 20.3148ZM7.78635 21.2275C7.59664 21.2575 7.40337 21.2575 7.21365 21.2275L6.97899 22.709C7.32418 22.7637 7.67582 22.7637 8.021 22.709L7.78635 21.2275ZM11.3148 20.3148C11.9872 19.6424 12.5348 19.0962 12.9247 18.6116C13.3234 18.1159 13.6146 17.6172 13.709 17.021L12.2275 16.7864C12.1907 17.0183 12.0742 17.2757 11.7559 17.6713C11.4288 18.0779 10.9501 18.5581 10.2541 19.2541L11.3148 20.3148ZM12.2275 16.2136C12.2575 16.4034 12.2575 16.5966 12.2275 16.7864L13.709 17.021C13.7637 16.6758 13.7637 16.3242 13.709 15.979L12.2275 16.2136ZM4.74589 13.7459C5.44191 13.0499 5.92206 12.5712 6.32867 12.2441C6.72428 11.9258 6.98168 11.8093 7.21365 11.7725L6.979 10.291C6.38283 10.3854 5.88406 10.6766 5.38843 11.0753C4.9038 11.4652 4.35763 12.0128 3.68523 12.6852L4.74589 13.7459ZM8.021 10.291C7.67582 10.2363 7.32418 10.2363 6.97899 10.291L7.21365 11.7725C7.40337 11.7425 7.59663 11.7425 7.78636 11.7725L8.021 10.291ZM9.31711 10.8526C8.91432 10.5687 8.49872 10.3667 8.02101 10.291L7.78635 11.7725C7.97354 11.8022 8.17645 11.8837 8.45293 12.0786L9.31711 10.8526ZM11.9214 15.5471C12.1163 15.8236 12.1978 16.0265 12.2275 16.2136L13.709 15.979C13.6333 15.5013 13.4313 15.0857 13.1474 14.6829L11.9214 15.5471Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.0318 7.09632L10.291 6.979V6.979L11.0318 7.09632ZM11.0318 7.90368L10.291 8.021L10.291 8.02101L11.0318 7.90368ZM16.9037 12.9682L17.021 13.709H17.021L16.9037 12.9682ZM16.0963 12.9682L16.2136 12.2275H16.2136L16.0963 12.9682ZM21.9682 7.09632L22.709 6.979V6.97899L21.9682 7.09632ZM21.9682 7.90368L22.709 8.02101V8.021L21.9682 7.90368ZM16.9037 2.03177L17.021 1.291L17.021 1.291L16.9037 2.03177ZM16.0963 2.03177L16.2136 2.77254V2.77254L16.0963 2.03177ZM10.8526 9.31711C11.0912 9.65568 11.5591 9.73668 11.8977 9.49804C12.2363 9.2594 12.3173 8.79149 12.0786 8.45293L10.8526 9.31711ZM15.5471 11.9214C15.2085 11.6827 14.7406 11.7637 14.502 12.1023C14.2633 12.4409 14.3443 12.9088 14.6829 13.1474L15.5471 11.9214ZM12.6852 3.68523C12.0128 4.35763 11.4652 4.9038 11.0753 5.38843C10.6766 5.88406 10.3854 6.38283 10.291 6.979L11.7725 7.21365C11.8093 6.98168 11.9258 6.72428 12.2441 6.32867C12.5712 5.92206 13.0499 5.44191 13.7459 4.74589L12.6852 3.68523ZM11.7725 7.78635C11.7425 7.59663 11.7425 7.40337 11.7725 7.21365L10.291 6.979C10.2363 7.32418 10.2363 7.67582 10.291 8.021L11.7725 7.78635ZM19.2541 10.2541C18.5581 10.9501 18.0779 11.4288 17.6713 11.7559C17.2757 12.0742 17.0183 12.1907 16.7864 12.2275L17.021 13.709C17.6172 13.6146 18.1159 13.3234 18.6116 12.9247C19.0962 12.5348 19.6424 11.9872 20.3148 11.3148L19.2541 10.2541ZM16.7864 12.2275C16.5966 12.2575 16.4034 12.2575 16.2136 12.2275L15.979 13.709C16.3242 13.7637 16.6758 13.7637 17.021 13.709L16.7864 12.2275ZM19.2541 4.74589C19.9501 5.44191 20.4288 5.92206 20.7559 6.32867C21.0742 6.72428 21.1907 6.98168 21.2275 7.21365L22.709 6.97899C22.6146 6.38283 22.3234 5.88406 21.9247 5.38843C21.5348 4.9038 20.9872 4.35763 20.3148 3.68523L19.2541 4.74589ZM20.3148 11.3148C20.9872 10.6424 21.5348 10.0962 21.9247 9.61157C22.3234 9.11594 22.6146 8.61717 22.709 8.02101L21.2275 7.78635C21.1907 8.01832 21.0742 8.27572 20.7559 8.67133C20.4288 9.07794 19.9501 9.55809 19.2541 10.2541L20.3148 11.3148ZM21.2275 7.21364C21.2575 7.40337 21.2575 7.59664 21.2275 7.78635L22.709 8.021C22.7637 7.67582 22.7637 7.32418 22.709 6.979L21.2275 7.21364ZM20.3148 3.68523C19.6424 3.01284 19.0962 2.46521 18.6116 2.07533C18.1159 1.67659 17.6172 1.38543 17.021 1.291L16.7864 2.77254C17.0183 2.80928 17.2757 2.9258 17.6713 3.24406C18.0779 3.57118 18.5581 4.04987 19.2541 4.74589L20.3148 3.68523ZM13.7459 4.74589C14.4419 4.04987 14.9221 3.57118 15.3287 3.24406C15.7243 2.9258 15.9817 2.80928 16.2136 2.77254L15.979 1.291C15.3828 1.38543 14.8841 1.67659 14.3884 2.07533C13.9038 2.46521 13.3576 3.01283 12.6852 3.68523L13.7459 4.74589ZM17.021 1.291C16.6758 1.23633 16.3242 1.23633 15.979 1.291L16.2136 2.77254C16.4034 2.74249 16.5966 2.74249 16.7864 2.77254L17.021 1.291ZM12.0786 8.45293C11.8837 8.17645 11.8022 7.97354 11.7725 7.78635L10.291 8.02101C10.3667 8.49872 10.5687 8.91432 10.8526 9.31711L12.0786 8.45293ZM14.6829 13.1474C15.0857 13.4313 15.5013 13.6333 15.979 13.709L16.2136 12.2275C16.0265 12.1978 15.8236 12.1163 15.5471 11.9214L14.6829 13.1474Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.54297 14.456L14.456 9.54297%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.03177 16.9037L1.291 17.021L1.291 17.021L2.03177 16.9037ZM2.03177 16.0963L1.291 15.979L2.03177 16.0963ZM7.90368 21.9682L8.021 22.709H8.02101L7.90368 21.9682ZM7.09632 21.9682L7.21365 21.2275H7.21365L7.09632 21.9682ZM12.9682 16.9037L13.709 17.021V17.021L12.9682 16.9037ZM12.9682 16.0963L13.709 15.979L13.709 15.979L12.9682 16.0963ZM7.09632 11.0318L7.21365 11.7725L7.21365 11.7725L7.09632 11.0318ZM7.90368 11.0318L8.02101 10.291L8.021 10.291L7.90368 11.0318ZM8.45293 12.0786C8.79149 12.3173 9.2594 12.2363 9.49804 11.8977C9.73668 11.5591 9.65568 11.0912 9.31711 10.8526L8.45293 12.0786ZM13.1474 14.6829C12.9088 14.3443 12.4409 14.2633 12.1023 14.502C11.7637 14.7406 11.6827 15.2085 11.9214 15.5471L13.1474 14.6829ZM4.74589 19.2541C4.04987 18.5581 3.57118 18.0779 3.24406 17.6713C2.9258 17.2757 2.80928 17.0183 2.77254 16.7864L1.291 17.021C1.38543 17.6172 1.67659 18.1159 2.07533 18.6116C2.46521 19.0962 3.01284 19.6424 3.68523 20.3148L4.74589 19.2541ZM3.68523 12.6852C3.01284 13.3576 2.46521 13.9038 2.07533 14.3884C1.67659 14.8841 1.38543 15.3828 1.291 15.979L2.77254 16.2136C2.80928 15.9817 2.9258 15.7243 3.24406 15.3287C3.57118 14.9221 4.04987 14.4419 4.74589 13.7459L3.68523 12.6852ZM2.77254 16.7864C2.74249 16.5966 2.74249 16.4034 2.77254 16.2136L1.291 15.979C1.23633 16.3242 1.23633 16.6758 1.291 17.021L2.77254 16.7864ZM10.2541 19.2541C9.55809 19.9501 9.07794 20.4288 8.67133 20.7559C8.27572 21.0742 8.01832 21.1907 7.78635 21.2275L8.02101 22.709C8.61717 22.6146 9.11594 22.3234 9.61157 21.9247C10.0962 21.5348 10.6424 20.9872 11.3148 20.3148L10.2541 19.2541ZM3.68523 20.3148C4.35763 20.9872 4.9038 21.5348 5.38843 21.9247C5.88406 22.3234 6.38283 22.6146 6.979 22.709L7.21365 21.2275C6.98168 21.1907 6.72428 21.0742 6.32867 20.7559C5.92206 20.4288 5.44191 19.9501 4.74589 19.2541L3.68523 20.3148ZM7.78635 21.2275C7.59664 21.2575 7.40337 21.2575 7.21365 21.2275L6.97899 22.709C7.32418 22.7637 7.67582 22.7637 8.021 22.709L7.78635 21.2275ZM11.3148 20.3148C11.9872 19.6424 12.5348 19.0962 12.9247 18.6116C13.3234 18.1159 13.6146 17.6172 13.709 17.021L12.2275 16.7864C12.1907 17.0183 12.0742 17.2757 11.7559 17.6713C11.4288 18.0779 10.9501 18.5581 10.2541 19.2541L11.3148 20.3148ZM12.2275 16.2136C12.2575 16.4034 12.2575 16.5966 12.2275 16.7864L13.709 17.021C13.7637 16.6758 13.7637 16.3242 13.709 15.979L12.2275 16.2136ZM4.74589 13.7459C5.44191 13.0499 5.92206 12.5712 6.32867 12.2441C6.72428 11.9258 6.98168 11.8093 7.21365 11.7725L6.979 10.291C6.38283 10.3854 5.88406 10.6766 5.38843 11.0753C4.9038 11.4652 4.35763 12.0128 3.68523 12.6852L4.74589 13.7459ZM8.021 10.291C7.67582 10.2363 7.32418 10.2363 6.97899 10.291L7.21365 11.7725C7.40337 11.7425 7.59663 11.7425 7.78636 11.7725L8.021 10.291ZM9.31711 10.8526C8.91432 10.5687 8.49872 10.3667 8.02101 10.291L7.78635 11.7725C7.97354 11.8022 8.17645 11.8837 8.45293 12.0786L9.31711 10.8526ZM11.9214 15.5471C12.1163 15.8236 12.1978 16.0265 12.2275 16.2136L13.709 15.979C13.6333 15.5013 13.4313 15.0857 13.1474 14.6829L11.9214 15.5471Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.0318 7.09632L10.291 6.979V6.979L11.0318 7.09632ZM11.0318 7.90368L10.291 8.021L10.291 8.02101L11.0318 7.90368ZM16.9037 12.9682L17.021 13.709H17.021L16.9037 12.9682ZM16.0963 12.9682L16.2136 12.2275H16.2136L16.0963 12.9682ZM21.9682 7.09632L22.709 6.979V6.97899L21.9682 7.09632ZM21.9682 7.90368L22.709 8.02101V8.021L21.9682 7.90368ZM16.9037 2.03177L17.021 1.291L17.021 1.291L16.9037 2.03177ZM16.0963 2.03177L16.2136 2.77254V2.77254L16.0963 2.03177ZM10.8526 9.31711C11.0912 9.65568 11.5591 9.73668 11.8977 9.49804C12.2363 9.2594 12.3173 8.79149 12.0786 8.45293L10.8526 9.31711ZM15.5471 11.9214C15.2085 11.6827 14.7406 11.7637 14.502 12.1023C14.2633 12.4409 14.3443 12.9088 14.6829 13.1474L15.5471 11.9214ZM12.6852 3.68523C12.0128 4.35763 11.4652 4.9038 11.0753 5.38843C10.6766 5.88406 10.3854 6.38283 10.291 6.979L11.7725 7.21365C11.8093 6.98168 11.9258 6.72428 12.2441 6.32867C12.5712 5.92206 13.0499 5.44191 13.7459 4.74589L12.6852 3.68523ZM11.7725 7.78635C11.7425 7.59663 11.7425 7.40337 11.7725 7.21365L10.291 6.979C10.2363 7.32418 10.2363 7.67582 10.291 8.021L11.7725 7.78635ZM19.2541 10.2541C18.5581 10.9501 18.0779 11.4288 17.6713 11.7559C17.2757 12.0742 17.0183 12.1907 16.7864 12.2275L17.021 13.709C17.6172 13.6146 18.1159 13.3234 18.6116 12.9247C19.0962 12.5348 19.6424 11.9872 20.3148 11.3148L19.2541 10.2541ZM16.7864 12.2275C16.5966 12.2575 16.4034 12.2575 16.2136 12.2275L15.979 13.709C16.3242 13.7637 16.6758 13.7637 17.021 13.709L16.7864 12.2275ZM19.2541 4.74589C19.9501 5.44191 20.4288 5.92206 20.7559 6.32867C21.0742 6.72428 21.1907 6.98168 21.2275 7.21365L22.709 6.97899C22.6146 6.38283 22.3234 5.88406 21.9247 5.38843C21.5348 4.9038 20.9872 4.35763 20.3148 3.68523L19.2541 4.74589ZM20.3148 11.3148C20.9872 10.6424 21.5348 10.0962 21.9247 9.61157C22.3234 9.11594 22.6146 8.61717 22.709 8.02101L21.2275 7.78635C21.1907 8.01832 21.0742 8.27572 20.7559 8.67133C20.4288 9.07794 19.9501 9.55809 19.2541 10.2541L20.3148 11.3148ZM21.2275 7.21364C21.2575 7.40337 21.2575 7.59664 21.2275 7.78635L22.709 8.021C22.7637 7.67582 22.7637 7.32418 22.709 6.979L21.2275 7.21364ZM20.3148 3.68523C19.6424 3.01284 19.0962 2.46521 18.6116 2.07533C18.1159 1.67659 17.6172 1.38543 17.021 1.291L16.7864 2.77254C17.0183 2.80928 17.2757 2.9258 17.6713 3.24406C18.0779 3.57118 18.5581 4.04987 19.2541 4.74589L20.3148 3.68523ZM13.7459 4.74589C14.4419 4.04987 14.9221 3.57118 15.3287 3.24406C15.7243 2.9258 15.9817 2.80928 16.2136 2.77254L15.979 1.291C15.3828 1.38543 14.8841 1.67659 14.3884 2.07533C13.9038 2.46521 13.3576 3.01283 12.6852 3.68523L13.7459 4.74589ZM17.021 1.291C16.6758 1.23633 16.3242 1.23633 15.979 1.291L16.2136 2.77254C16.4034 2.74249 16.5966 2.74249 16.7864 2.77254L17.021 1.291ZM12.0786 8.45293C11.8837 8.17645 11.8022 7.97354 11.7725 7.78635L10.291 8.02101C10.3667 8.49872 10.5687 8.91432 10.8526 9.31711L12.0786 8.45293ZM14.6829 13.1474C15.0857 13.4313 15.5013 13.6333 15.979 13.709L16.2136 12.2275C16.0265 12.1978 15.8236 12.1163 15.5471 11.9214L14.6829 13.1474Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-link-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 13.229C10.1416 13.4609 10.3097 13.6804 10.5042 13.8828C11.7117 15.1395 13.5522 15.336 14.9576 14.4722C15.218 14.3121 15.4634 14.1157 15.6872 13.8828L18.9266 10.5114C20.3578 9.02184 20.3578 6.60676 18.9266 5.11718C17.4953 3.6276 15.1748 3.62761 13.7435 5.11718L13.03 5.85978%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9703 18.14L10.2565 18.8828C8.82526 20.3724 6.50471 20.3724 5.07345 18.8828C3.64218 17.3932 3.64218 14.9782 5.07345 13.4886L8.31287 10.1172C9.74413 8.62761 12.0647 8.6276 13.4959 10.1172C13.6904 10.3195 13.8584 10.539 14 10.7708%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 13.229C10.1416 13.4609 10.3097 13.6804 10.5042 13.8828C11.7117 15.1395 13.5522 15.336 14.9576 14.4722C15.218 14.3121 15.4634 14.1157 15.6872 13.8828L18.9266 10.5114C20.3578 9.02184 20.3578 6.60676 18.9266 5.11718C17.4953 3.6276 15.1748 3.62761 13.7435 5.11718L13.03 5.85978%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9703 18.14L10.2565 18.8828C8.82526 20.3724 6.50471 20.3724 5.07345 18.8828C3.64218 17.3932 3.64218 14.9782 5.07345 13.4886L8.31287 10.1172C9.74413 8.62761 12.0647 8.6276 13.4959 10.1172C13.6904 10.3195 13.8584 10.539 14 10.7708%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-link-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 17H17C19.7614 17 22 14.7614 22 12C22 9.23858 19.7614 7 17 7H13.5M10.5 17H7C4.23858 17 2 14.7614 2 12C2 9.23858 4.23858 7 7 7H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 17H17C19.7614 17 22 14.7614 22 12C22 9.23858 19.7614 7 17 7H13.5M10.5 17H7C4.23858 17 2 14.7614 2 12C2 9.23858 4.23858 7 7 7H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-link-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 13V11.5C13.5 10.0955 13.5 9.39331 13.1629 8.88886C13.017 8.67048 12.8295 8.48298 12.6111 8.33706C12.1705 8.04261 11.5789 8.00539 10.5 8.00068C10.3439 8 10.1775 8 10 8C8.59554 8 7.89331 8 7.38886 8.33706C7.17048 8.48298 6.98298 8.67048 6.83706 8.88886C6.5 9.39331 6.5 10.0955 6.5 11.5V17.5C6.5 18.9045 6.5 19.6067 6.83706 20.1111C6.98298 20.3295 7.17048 20.517 7.38886 20.6629C7.89331 21 8.59554 21 10 21C11.4045 21 12.1067 21 12.6111 20.6629C12.8295 20.517 13.017 20.3295 13.1629 20.1111C13.3503 19.8307 13.4335 19.4892 13.4705 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11V12.5C10.5 13.9045 10.5 14.6067 10.8371 15.1111C10.983 15.3295 11.1705 15.517 11.3889 15.6629C11.8295 15.9574 12.4211 15.9946 13.5 15.9993C13.6561 16 13.8225 16 14 16C15.4045 16 16.1067 16 16.6111 15.6629C16.8295 15.517 17.017 15.3295 17.1629 15.1111C17.5 14.6067 17.5 13.9045 17.5 12.5V6.5C17.5 5.09554 17.5 4.39331 17.1629 3.88886C17.017 3.67048 16.8295 3.48298 16.6111 3.33706C16.1067 3 15.4045 3 14 3C12.5955 3 11.8933 3 11.3889 3.33706C11.1705 3.48298 10.983 3.67048 10.8371 3.88886C10.6497 4.16925 10.5665 4.51076 10.5295 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 13V11.5C13.5 10.0955 13.5 9.39331 13.1629 8.88886C13.017 8.67048 12.8295 8.48298 12.6111 8.33706C12.1705 8.04261 11.5789 8.00539 10.5 8.00068C10.3439 8 10.1775 8 10 8C8.59554 8 7.89331 8 7.38886 8.33706C7.17048 8.48298 6.98298 8.67048 6.83706 8.88886C6.5 9.39331 6.5 10.0955 6.5 11.5V17.5C6.5 18.9045 6.5 19.6067 6.83706 20.1111C6.98298 20.3295 7.17048 20.517 7.38886 20.6629C7.89331 21 8.59554 21 10 21C11.4045 21 12.1067 21 12.6111 20.6629C12.8295 20.517 13.017 20.3295 13.1629 20.1111C13.3503 19.8307 13.4335 19.4892 13.4705 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11V12.5C10.5 13.9045 10.5 14.6067 10.8371 15.1111C10.983 15.3295 11.1705 15.517 11.3889 15.6629C11.8295 15.9574 12.4211 15.9946 13.5 15.9993C13.6561 16 13.8225 16 14 16C15.4045 16 16.1067 16 16.6111 15.6629C16.8295 15.517 17.017 15.3295 17.1629 15.1111C17.5 14.6067 17.5 13.9045 17.5 12.5V6.5C17.5 5.09554 17.5 4.39331 17.1629 3.88886C17.017 3.67048 16.8295 3.48298 16.6111 3.33706C16.1067 3 15.4045 3 14 3C12.5955 3 11.8933 3 11.3889 3.33706C11.1705 3.48298 10.983 3.67048 10.8371 3.88886C10.6497 4.16925 10.5665 4.51076 10.5295 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-link-backward{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.80823 9.44118L6.77353 7.46899C8.18956 6.04799 8.74462 5.28357 9.51139 5.55381C10.4675 5.89077 10.1528 8.01692 10.1528 8.73471C11.6393 8.73471 13.1848 8.60259 14.6502 8.87787C19.4874 9.78664 21 13.7153 21 18C19.6309 17.0302 18.2632 15.997 16.6177 15.5476C14.5636 14.9865 12.2696 15.2542 10.1528 15.2542C10.1528 15.972 10.4675 18.0982 9.51139 18.4351C8.64251 18.7413 8.18956 17.9409 6.77353 16.5199L4.80823 14.5477C3.60275 13.338 3 12.7332 3 11.9945C3 11.2558 3.60275 10.6509 4.80823 9.44118Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.80823 9.44118L6.77353 7.46899C8.18956 6.04799 8.74462 5.28357 9.51139 5.55381C10.4675 5.89077 10.1528 8.01692 10.1528 8.73471C11.6393 8.73471 13.1848 8.60259 14.6502 8.87787C19.4874 9.78664 21 13.7153 21 18C19.6309 17.0302 18.2632 15.997 16.6177 15.5476C14.5636 14.9865 12.2696 15.2542 10.1528 15.2542C10.1528 15.972 10.4675 18.0982 9.51139 18.4351C8.64251 18.7413 8.18956 17.9409 6.77353 16.5199L4.80823 14.5477C3.60275 13.338 3 12.7332 3 11.9945C3 11.2558 3.60275 10.6509 4.80823 9.44118Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-link-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1202 3.00098C6.56091 3.45377 3 7.3015 3 11.9811C3 16.9654 7.03953 21.0059 12.0226 21.0059C16.701 21.0059 20.5478 17.4441 21.0005 12.8837%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5591 3.4971L11.0498 13.0623M20.5591 3.4971C20.065 3.00235 16.7366 3.04846 16.033 3.05848M20.5591 3.4971C21.0531 3.99186 21.0071 7.3248 20.9971 8.02941%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1202 3.00098C6.56091 3.45377 3 7.3015 3 11.9811C3 16.9654 7.03953 21.0059 12.0226 21.0059C16.701 21.0059 20.5478 17.4441 21.0005 12.8837%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5591 3.4971L11.0498 13.0623M20.5591 3.4971C20.065 3.00235 16.7366 3.04846 16.033 3.05848M20.5591 3.4971C21.0531 3.99186 21.0071 7.3248 20.9971 8.02941%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-link-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0032 11.9984C21.0032 16.9692 16.9731 20.9988 12.0016 20.9988C7.03015 20.9988 3 16.9692 3 11.9984C3 7.02765 7.03015 2.99805 12.0016 2.99805%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5547 3.46719L14.9912 9.00843M20.5547 3.46719C20.0595 2.97203 16.7233 3.01819 16.018 3.02821M20.5547 3.46719C21.0499 3.96235 21.0038 7.29797 20.9938 8.00315%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0032 11.9984C21.0032 16.9692 16.9731 20.9988 12.0016 20.9988C7.03015 20.9988 3 16.9692 3 11.9984C3 7.02765 7.03015 2.99805 12.0016 2.99805%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5547 3.46719L14.9912 9.00843M20.5547 3.46719C20.0595 2.97203 16.7233 3.01819 16.018 3.02821M20.5547 3.46719C21.0499 3.96235 21.0038 7.29797 20.9938 8.00315%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-link-forward{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.1918 9.44118L17.2265 7.46899C15.8104 6.04799 15.2554 5.28357 14.4886 5.55381C13.5325 5.89077 13.8472 8.01692 13.8472 8.73471C12.3607 8.73471 10.8152 8.60259 9.34985 8.87787C4.51259 9.78664 3 13.7153 3 18C4.3691 17.0302 5.73683 15.997 7.38233 15.5476C9.43637 14.9865 11.7304 15.2542 13.8472 15.2542C13.8472 15.972 13.5325 18.0982 14.4886 18.4351C15.3575 18.7413 15.8104 17.9409 17.2265 16.5199L19.1918 14.5477C20.3973 13.338 21 12.7332 21 11.9945C21 11.2558 20.3973 10.6509 19.1918 9.44118Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.1918 9.44118L17.2265 7.46899C15.8104 6.04799 15.2554 5.28357 14.4886 5.55381C13.5325 5.89077 13.8472 8.01692 13.8472 8.73471C12.3607 8.73471 10.8152 8.60259 9.34985 8.87787C4.51259 9.78664 3 13.7153 3 18C4.3691 17.0302 5.73683 15.997 7.38233 15.5476C9.43637 14.9865 11.7304 15.2542 13.8472 15.2542C13.8472 15.972 13.5325 18.0982 14.4886 18.4351C15.3575 18.7413 15.8104 17.9409 17.2265 16.5199L19.1918 14.5477C20.3973 13.338 21 12.7332 21 11.9945C21 11.2558 20.3973 10.6509 19.1918 9.44118Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-link-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0986 3.00293C7.44966 3.0095 5.5389 3.09908 4.31779 4.32017C3 5.63791 3 7.75881 3 12.0006C3 16.2424 3 18.3633 4.31779 19.681C5.63557 20.9988 7.75653 20.9988 11.9985 20.9988C16.2403 20.9988 18.3613 20.9988 19.6791 19.681C20.9002 18.46 20.9897 16.5492 20.9963 12.9004%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.4779 3.51739L14.9287 9.05138M20.4779 3.51739C19.984 3.02288 16.6564 3.06897 15.9529 3.07898M20.4779 3.51739C20.9719 4.0119 20.9259 7.34317 20.9159 8.04742%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0986 3.00293C7.44966 3.0095 5.5389 3.09908 4.31779 4.32017C3 5.63791 3 7.75881 3 12.0006C3 16.2424 3 18.3633 4.31779 19.681C5.63557 20.9988 7.75653 20.9988 11.9985 20.9988C16.2403 20.9988 18.3613 20.9988 19.6791 19.681C20.9002 18.46 20.9897 16.5492 20.9963 12.9004%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.4779 3.51739L14.9287 9.05138M20.4779 3.51739C19.984 3.02288 16.6564 3.06897 15.9529 3.07898M20.4779 3.51739C20.9719 4.0119 20.9259 7.34317 20.9159 8.04742%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-link-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0988 3.00098C7.4498 3.00755 5.53898 3.09715 4.31783 4.3185C3 5.63653 3 7.75789 3 12.0006C3 16.2433 3 18.3647 4.31783 19.6826C5.63565 21.0007 7.75668 21.0007 11.9987 21.0007C16.2407 21.0007 18.3617 21.0007 19.6796 19.6826C20.9007 18.4614 20.9903 16.5502 20.9969 12.9006%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5561 3.49698L11.0488 13.0595M20.5561 3.49698C20.0622 3.00236 16.7345 3.04847 16.031 3.05847M20.5561 3.49698C21.0501 3.99159 21.0041 7.32358 20.9941 8.02799%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0988 3.00098C7.4498 3.00755 5.53898 3.09715 4.31783 4.3185C3 5.63653 3 7.75789 3 12.0006C3 16.2433 3 18.3647 4.31783 19.6826C5.63565 21.0007 7.75668 21.0007 11.9987 21.0007C16.2407 21.0007 18.3617 21.0007 19.6796 19.6826C20.9007 18.4614 20.9903 16.5502 20.9969 12.9006%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5561 3.49698L11.0488 13.0595M20.5561 3.49698C20.0622 3.00236 16.7345 3.04847 16.031 3.05847M20.5561 3.49698C21.0501 3.99159 21.0041 7.32358 20.9941 8.02799%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-share-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.3927 8.03168L18.6457 6.51461C17.3871 5.42153 16.8937 4.83352 16.2121 5.04139C15.3622 5.30059 15.642 6.93609 15.642 7.48824C14.3206 7.48824 12.9468 7.38661 11.6443 7.59836C7.34453 8.29742 6 11.3566 6 14.6525C7.21697 13.9065 8.43274 13.0746 9.8954 12.7289C11.7212 12.2973 13.7603 12.5032 15.642 12.5032C15.642 13.0554 15.3622 14.6909 16.2121 14.9501C16.9844 15.1856 17.3871 14.5699 18.6457 13.4769L20.3927 11.9598C21.4642 11.0293 22 10.564 22 9.99574C22 9.4275 21.4642 8.96223 20.3927 8.03168Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5676 3C6.70735 3.00694 4.68594 3.10152 3.39411 4.39073C2 5.78202 2 8.02125 2 12.4997C2 16.9782 2 19.2174 3.3941 20.6087C4.78821 22 7.03198 22 11.5195 22C16.0071 22 18.2509 22 19.645 20.6087C20.6156 19.64 20.9104 18.2603 21 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.3927 8.03168L18.6457 6.51461C17.3871 5.42153 16.8937 4.83352 16.2121 5.04139C15.3622 5.30059 15.642 6.93609 15.642 7.48824C14.3206 7.48824 12.9468 7.38661 11.6443 7.59836C7.34453 8.29742 6 11.3566 6 14.6525C7.21697 13.9065 8.43274 13.0746 9.8954 12.7289C11.7212 12.2973 13.7603 12.5032 15.642 12.5032C15.642 13.0554 15.3622 14.6909 16.2121 14.9501C16.9844 15.1856 17.3871 14.5699 18.6457 13.4769L20.3927 11.9598C21.4642 11.0293 22 10.564 22 9.99574C22 9.4275 21.4642 8.96223 20.3927 8.03168Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5676 3C6.70735 3.00694 4.68594 3.10152 3.39411 4.39073C2 5.78202 2 8.02125 2 12.4997C2 16.9782 2 19.2174 3.3941 20.6087C4.78821 22 7.03198 22 11.5195 22C16.0071 22 18.2509 22 19.645 20.6087C20.6156 19.64 20.9104 18.2603 21 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-share-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 4.5C5.50442 5.70104 3 8.94175 3 12.7511C3 13.9579 3.25134 15.1076 3.70591 16.1534M15 4.5C18.4956 5.70104 21 8.94175 21 12.7511C21 13.7736 20.8195 14.7552 20.4879 15.6674M16.5 20.3296C15.1762 21.074 13.6393 21.5 12 21.5C10.3607 21.5 8.82378 21.074 7.5 20.3296%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 5C15 6.65685 13.6569 8 12 8C10.3431 8 9 6.65685 9 5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%225%22 cy%3D%2219%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%2219%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 4.5C5.50442 5.70104 3 8.94175 3 12.7511C3 13.9579 3.25134 15.1076 3.70591 16.1534M15 4.5C18.4956 5.70104 21 8.94175 21 12.7511C21 13.7736 20.8195 14.7552 20.4879 15.6674M16.5 20.3296C15.1762 21.074 13.6393 21.5 12 21.5C10.3607 21.5 8.82378 21.074 7.5 20.3296%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 5C15 6.65685 13.6569 8 12 8C10.3431 8 9 6.65685 9 5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%225%22 cy%3D%2219%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%2219%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-share-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1002 3C7.45057 3.00657 5.53942 3.09617 4.31806 4.31754C3 5.63559 3 7.75698 3 11.9997C3 16.2425 3 18.3639 4.31806 19.6819C5.63611 21 7.7575 21 12.0003 21C16.243 21 18.3644 21 19.6825 19.6819C20.9038 18.4606 20.9934 16.5494 21 12.8998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9995 6.02529L20 6.02276C16.2634 6.01331 14.3951 6.00859 13.0817 6.95266C12.6452 7.26639 12.2622 7.64845 11.9474 8.08412C11 9.39515 11 11.2634 11 15M20.9995 6.02529C21.0062 5.86266 20.9481 5.69906 20.8251 5.55333C20.0599 4.64686 18.0711 3 18.0711 3M20.9995 6.02529C20.9934 6.17112 20.9352 6.31616 20.8249 6.44681C20.0596 7.3531 18.0711 9 18.0711 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1002 3C7.45057 3.00657 5.53942 3.09617 4.31806 4.31754C3 5.63559 3 7.75698 3 11.9997C3 16.2425 3 18.3639 4.31806 19.6819C5.63611 21 7.7575 21 12.0003 21C16.243 21 18.3644 21 19.6825 19.6819C20.9038 18.4606 20.9934 16.5494 21 12.8998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9995 6.02529L20 6.02276C16.2634 6.01331 14.3951 6.00859 13.0817 6.95266C12.6452 7.26639 12.2622 7.64845 11.9474 8.08412C11 9.39515 11 11.2634 11 15M20.9995 6.02529C21.0062 5.86266 20.9481 5.69906 20.8251 5.55333C20.0599 4.64686 18.0711 3 18.0711 3M20.9995 6.02529C20.9934 6.17112 20.9352 6.31616 20.8249 6.44681C20.0596 7.3531 18.0711 9 18.0711 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-share-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0257 3C6.5113 3.49897 3 7.32572 3 11.9725C3 16.9582 7.04239 21 12.0289 21C16.668 21 20.4898 17.5019 21 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9995 6.02529L20 6.02276C16.2634 6.01331 14.3951 6.00859 13.0817 6.95266C12.6452 7.26639 12.2622 7.64845 11.9474 8.08412C11 9.39515 11 11.2634 11 15M20.9995 6.02529C21.0062 5.86266 20.9481 5.69906 20.8251 5.55333C20.0599 4.64686 18.0711 3 18.0711 3M20.9995 6.02529C20.9934 6.17112 20.9352 6.31616 20.8249 6.44681C20.0596 7.3531 18.0711 9 18.0711 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0257 3C6.5113 3.49897 3 7.32572 3 11.9725C3 16.9582 7.04239 21 12.0289 21C16.668 21 20.4898 17.5019 21 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9995 6.02529L20 6.02276C16.2634 6.01331 14.3951 6.00859 13.0817 6.95266C12.6452 7.26639 12.2622 7.64845 11.9474 8.08412C11 9.39515 11 11.2634 11 15M20.9995 6.02529C21.0062 5.86266 20.9481 5.69906 20.8251 5.55333C20.0599 4.64686 18.0711 3 18.0711 3M20.9995 6.02529C20.9934 6.17112 20.9352 6.31616 20.8249 6.44681C20.0596 7.3531 18.0711 9 18.0711 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-share-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 7C18.7745 7.16058 19.3588 7.42859 19.8284 7.87589C21 8.99181 21 10.7879 21 14.38C21 17.9721 21 19.7681 19.8284 20.8841C18.6569 22 16.7712 22 13 22H11C7.22876 22 5.34315 22 4.17157 20.8841C3 19.7681 3 17.9721 3 14.38C3 10.7879 3 8.99181 4.17157 7.87589C4.64118 7.42859 5.2255 7.16058 6 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0253 2.00052L12 14M12.0253 2.00052C11.8627 1.99379 11.6991 2.05191 11.5533 2.17492C10.6469 2.94006 9 4.92886 9 4.92886M12.0253 2.00052C12.1711 2.00657 12.3162 2.06476 12.4468 2.17508C13.3531 2.94037 15 4.92886 15 4.92886%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 7C18.7745 7.16058 19.3588 7.42859 19.8284 7.87589C21 8.99181 21 10.7879 21 14.38C21 17.9721 21 19.7681 19.8284 20.8841C18.6569 22 16.7712 22 13 22H11C7.22876 22 5.34315 22 4.17157 20.8841C3 19.7681 3 17.9721 3 14.38C3 10.7879 3 8.99181 4.17157 7.87589C4.64118 7.42859 5.2255 7.16058 6 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0253 2.00052L12 14M12.0253 2.00052C11.8627 1.99379 11.6991 2.05191 11.5533 2.17492C10.6469 2.94006 9 4.92886 9 4.92886M12.0253 2.00052C12.1711 2.00657 12.3162 2.06476 12.4468 2.17508C13.3531 2.94037 15 4.92886 15 4.92886%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-share-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.7083 7C20.1334 8.59227 21 10.6949 21 13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13C3 10.6949 3.86656 8.59227 5.29168 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0253 2.00052L12 14M12.0253 2.00052C11.8627 1.99379 11.6991 2.05191 11.5533 2.17492C10.6469 2.94006 9 4.92886 9 4.92886M12.0253 2.00052C12.1711 2.00657 12.3162 2.06476 12.4468 2.17508C13.3531 2.94037 15 4.92886 15 4.92886%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.7083 7C20.1334 8.59227 21 10.6949 21 13C21 17.9706 16.9706 22 12 22C7.02944 22 3 17.9706 3 13C3 10.6949 3.86656 8.59227 5.29168 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0253 2.00052L12 14M12.0253 2.00052C11.8627 1.99379 11.6991 2.05191 11.5533 2.17492C10.6469 2.94006 9 4.92886 9 4.92886M12.0253 2.00052C12.1711 2.00657 12.3162 2.06476 12.4468 2.17508C13.3531 2.94037 15 4.92886 15 4.92886%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-share-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 5.5C20.5 7.15685 19.1569 8.5 17.5 8.5C15.8431 8.5 14.5 7.15685 14.5 5.5C14.5 3.84315 15.8431 2.5 17.5 2.5C19.1569 2.5 20.5 3.84315 20.5 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 11.5C8.5 13.1569 7.15685 14.5 5.5 14.5C3.84315 14.5 2.5 13.1569 2.5 11.5C2.5 9.84315 3.84315 8.5 5.5 8.5C7.15685 8.5 8.5 9.84315 8.5 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.5 18.5C21.5 20.1569 20.1569 21.5 18.5 21.5C16.8431 21.5 15.5 20.1569 15.5 18.5C15.5 16.8431 16.8431 15.5 18.5 15.5C20.1569 15.5 21.5 16.8431 21.5 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5348 4.58109C14.1554 4.52765 13.7677 4.5 13.3733 4.5C10.2974 4.5 7.62058 6.18227 6.24054 8.66317M19.7131 7.49453C20.8311 8.86497 21.5 10.6056 21.5 12.5C21.5 13.8758 21.1472 15.1705 20.5258 16.3012M15.8816 20.1117C15.0917 20.3638 14.2486 20.5 13.3733 20.5C9.58287 20.5 6.39853 17.9454 5.5 14.4898%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 5.5C20.5 7.15685 19.1569 8.5 17.5 8.5C15.8431 8.5 14.5 7.15685 14.5 5.5C14.5 3.84315 15.8431 2.5 17.5 2.5C19.1569 2.5 20.5 3.84315 20.5 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 11.5C8.5 13.1569 7.15685 14.5 5.5 14.5C3.84315 14.5 2.5 13.1569 2.5 11.5C2.5 9.84315 3.84315 8.5 5.5 8.5C7.15685 8.5 8.5 9.84315 8.5 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.5 18.5C21.5 20.1569 20.1569 21.5 18.5 21.5C16.8431 21.5 15.5 20.1569 15.5 18.5C15.5 16.8431 16.8431 15.5 18.5 15.5C20.1569 15.5 21.5 16.8431 21.5 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5348 4.58109C14.1554 4.52765 13.7677 4.5 13.3733 4.5C10.2974 4.5 7.62058 6.18227 6.24054 8.66317M19.7131 7.49453C20.8311 8.86497 21.5 10.6056 21.5 12.5C21.5 13.8758 21.1472 15.1705 20.5258 16.3012M15.8816 20.1117C15.0917 20.3638 14.2486 20.5 13.3733 20.5C9.58287 20.5 6.39853 17.9454 5.5 14.4898%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-share-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 6.5C21 8.15685 19.6569 9.5 18 9.5C16.3431 9.5 15 8.15685 15 6.5C15 4.84315 16.3431 3.5 18 3.5C19.6569 3.5 21 4.84315 21 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 12C9 13.6569 7.65685 15 6 15C4.34315 15 3 13.6569 3 12C3 10.3431 4.34315 9 6 9C7.65685 9 9 10.3431 9 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 17.5C21 19.1569 19.6569 20.5 18 20.5C16.3431 20.5 15 19.1569 15 17.5C15 15.8431 16.3431 14.5 18 14.5C19.6569 14.5 21 15.8431 21 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.72852 10.7495L15.2285 7.75M8.72852 13.25L15.2285 16.2495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 6.5C21 8.15685 19.6569 9.5 18 9.5C16.3431 9.5 15 8.15685 15 6.5C15 4.84315 16.3431 3.5 18 3.5C19.6569 3.5 21 4.84315 21 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 12C9 13.6569 7.65685 15 6 15C4.34315 15 3 13.6569 3 12C3 10.3431 4.34315 9 6 9C7.65685 9 9 10.3431 9 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 17.5C21 19.1569 19.6569 20.5 18 20.5C16.3431 20.5 15 19.1569 15 17.5C15 15.8431 16.3431 14.5 18 14.5C19.6569 14.5 21 15.8431 21 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.72852 10.7495L15.2285 7.75M8.72852 13.25L15.2285 16.2495%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-sharing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 16C15 17.6569 13.6569 19 12 19C10.3431 19 9 17.6569 9 16C9 14.3431 10.3431 13 12 13C13.6569 13 15 14.3431 15 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 5H19.9994C20.9422 5 21.4136 5 21.7065 5.29289C21.9994 5.58579 21.9994 6.05719 21.9994 7V9.5M16 11L21.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.49942 5H4C3.05719 5 2.58579 5 2.29289 5.29289C2 5.58579 2 6.05719 2 7V9.5M8 11.0006L2.49942 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 16C15 17.6569 13.6569 19 12 19C10.3431 19 9 17.6569 9 16C9 14.3431 10.3431 13 12 13C13.6569 13 15 14.3431 15 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 5H19.9994C20.9422 5 21.4136 5 21.7065 5.29289C21.9994 5.58579 21.9994 6.05719 21.9994 7V9.5M16 11L21.5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.49942 5H4C3.05719 5 2.58579 5 2.29289 5.29289C2 5.58579 2 6.05719 2 7V9.5M8 11.0006L2.49942 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-unlink-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.1434 10.691L12.3503 10.4841C14.329 8.50532 17.5372 8.50532 19.5159 10.4841C21.4947 12.4628 21.4947 15.671 19.5159 17.6497L16.6497 20.5159C14.671 22.4947 11.4628 22.4947 9.48405 20.5159C7.50532 18.5372 7.50532 15.329 9.48405 13.3503L9.9484 12.886%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.0516 11.114L20.5159 10.6497C22.4947 8.67095 22.4947 5.46279 20.5159 3.48405C18.5372 1.50532 15.329 1.50532 13.3503 3.48405L10.4841 6.35031C8.50532 8.32904 8.50532 11.5372 10.4841 13.5159C12.4628 15.4947 15.671 15.4947 17.6497 13.5159L17.8566 13.309%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 4L6 6M2 8L5 9M3 13.5L5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.1434 10.691L12.3503 10.4841C14.329 8.50532 17.5372 8.50532 19.5159 10.4841C21.4947 12.4628 21.4947 15.671 19.5159 17.6497L16.6497 20.5159C14.671 22.4947 11.4628 22.4947 9.48405 20.5159C7.50532 18.5372 7.50532 15.329 9.48405 13.3503L9.9484 12.886%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.0516 11.114L20.5159 10.6497C22.4947 8.67095 22.4947 5.46279 20.5159 3.48405C18.5372 1.50532 15.329 1.50532 13.3503 3.48405L10.4841 6.35031C8.50532 8.32904 8.50532 11.5372 10.4841 13.5159C12.4628 15.4947 15.671 15.4947 17.6497 13.5159L17.8566 13.309%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 4L6 6M2 8L5 9M3 13.5L5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-unlink-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.8463 14.6095L19.4558 12C21.5147 9.94113 21.5147 6.60303 19.4558 4.54416C17.397 2.48528 14.0589 2.48528 12 4.54416L9.39045 7.1537M14.6095 16.8463L12 19.4558C9.94113 21.5147 6.60303 21.5147 4.54416 19.4558C2.48528 17.397 2.48528 14.0589 4.54416 12L7.1537 9.39045%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17H19.9211M17 22L17 19.9211%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H4.07889M7 2L7 4.07889%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.8463 14.6095L19.4558 12C21.5147 9.94113 21.5147 6.60303 19.4558 4.54416C17.397 2.48528 14.0589 2.48528 12 4.54416L9.39045 7.1537M14.6095 16.8463L12 19.4558C9.94113 21.5147 6.60303 21.5147 4.54416 19.4558C2.48528 17.397 2.48528 14.0589 4.54416 12L7.1537 9.39045%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17H19.9211M17 22L17 19.9211%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H4.07889M7 2L7 4.07889%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-unlink-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.54297 14.4569L14.456 9.54395%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.0357 16.0293H19.032M16.0264 21.0397V19.0355%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.00195 8.01234H5.00568M8.01128 3.00195V5.00611%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.1271 12.5893C16.2671 13.3289 17.4358 13.1316 18.2901 12.2771L21.2845 9.2821C22.2626 8.30376 22.2626 6.71756 21.2845 5.73922L18.2992 2.75329C17.321 1.77495 15.7352 1.77495 14.757 2.75329L11.7627 5.7483C11.0609 6.45019 10.6557 7.78422 11.4857 8.9306%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.588 15.1289C13.3275 16.2692 13.1302 17.4382 12.2759 18.2926L9.28154 21.2876C8.3034 22.266 6.71754 22.266 5.73941 21.2876L2.75411 18.3017C1.77597 17.3233 1.77597 15.7371 2.75411 14.7588L5.74849 11.7638C6.45023 11.0619 7.78398 10.6566 8.93012 11.4867%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.54297 14.4569L14.456 9.54395%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.0357 16.0293H19.032M16.0264 21.0397V19.0355%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.00195 8.01234H5.00568M8.01128 3.00195V5.00611%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.1271 12.5893C16.2671 13.3289 17.4358 13.1316 18.2901 12.2771L21.2845 9.2821C22.2626 8.30376 22.2626 6.71756 21.2845 5.73922L18.2992 2.75329C17.321 1.77495 15.7352 1.77495 14.757 2.75329L11.7627 5.7483C11.0609 6.45019 10.6557 7.78422 11.4857 8.9306%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.588 15.1289C13.3275 16.2692 13.1302 17.4382 12.2759 18.2926L9.28154 21.2876C8.3034 22.266 6.71754 22.266 5.73941 21.2876L2.75411 18.3017C1.77597 17.3233 1.77597 15.7371 2.75411 14.7588L5.74849 11.7638C6.45023 11.0619 7.78398 10.6566 8.93012 11.4867%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-unlink-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 13.229C10.1416 13.4609 10.3097 13.6804 10.5042 13.8828C11.7117 15.1395 13.5522 15.336 14.9576 14.4722C15.218 14.3121 15.4634 14.1157 15.6872 13.8828L18.9266 10.5114C20.3578 9.02184 20.3578 6.60676 18.9266 5.11718C17.4953 3.6276 15.1748 3.62761 13.7435 5.11718L13.03 5.85978%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9703 18.14L10.2565 18.8828C8.82526 20.3724 6.50471 20.3724 5.07345 18.8828C3.64218 17.3932 3.64218 14.9782 5.07345 13.4886L8.31287 10.1172C9.74413 8.62761 12.0647 8.6276 13.4959 10.1172C13.6904 10.3195 13.8584 10.539 14 10.7708%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16H18.9211M16 21L16 18.9211%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H5.07889M8 3L8 5.07889%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 13.229C10.1416 13.4609 10.3097 13.6804 10.5042 13.8828C11.7117 15.1395 13.5522 15.336 14.9576 14.4722C15.218 14.3121 15.4634 14.1157 15.6872 13.8828L18.9266 10.5114C20.3578 9.02184 20.3578 6.60676 18.9266 5.11718C17.4953 3.6276 15.1748 3.62761 13.7435 5.11718L13.03 5.85978%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9703 18.14L10.2565 18.8828C8.82526 20.3724 6.50471 20.3724 5.07345 18.8828C3.64218 17.3932 3.64218 14.9782 5.07345 13.4886L8.31287 10.1172C9.74413 8.62761 12.0647 8.6276 13.4959 10.1172C13.6904 10.3195 13.8584 10.539 14 10.7708%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16H18.9211M16 21L16 18.9211%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8H5.07889M8 3L8 5.07889%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-unlink-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 17H17C19.7614 17 22 14.7614 22 12C22 9.23858 19.7614 7 17 7H13.5M10.5 17H7C4.23858 17 2 14.7614 2 12C2 9.23858 4.23858 7 7 7H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 21L14 19.5M8.5 21L10 19.5M8.5 3L10 4.5M15.5 3L14 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 17H17C19.7614 17 22 14.7614 22 12C22 9.23858 19.7614 7 17 7H13.5M10.5 17H7C4.23858 17 2 14.7614 2 12C2 9.23858 4.23858 7 7 7H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 21L14 19.5M8.5 21L10 19.5M8.5 3L10 4.5M15.5 3L14 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-link-and-unlink-icons-unlink-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 13V11.5C13.5 10.0955 13.5 9.39331 13.1629 8.88886C13.017 8.67048 12.8295 8.48298 12.6111 8.33706C12.1705 8.04261 11.5789 8.00539 10.5 8.00068C10.3439 8 10.1775 8 10 8C8.59554 8 7.89331 8 7.38886 8.33706C7.17048 8.48298 6.98298 8.67048 6.83706 8.88886C6.5 9.39331 6.5 10.0955 6.5 11.5V17.5C6.5 18.9045 6.5 19.6067 6.83706 20.1111C6.98298 20.3295 7.17048 20.517 7.38886 20.6629C7.89331 21 8.59554 21 10 21C11.4045 21 12.1067 21 12.6111 20.6629C12.8295 20.517 13.017 20.3295 13.1629 20.1111C13.3503 19.8307 13.4335 19.4892 13.4705 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11V12.5C10.5 13.9045 10.5 14.6067 10.8371 15.1111C10.983 15.3295 11.1705 15.517 11.3889 15.6629C11.8295 15.9574 12.4211 15.9946 13.5 15.9993C13.6561 16 13.8225 16 14 16C15.4045 16 16.1067 16 16.6111 15.6629C16.8295 15.517 17.017 15.3295 17.1629 15.1111C17.5 14.6067 17.5 13.9045 17.5 12.5V6.5C17.5 5.09554 17.5 4.39331 17.1629 3.88886C17.017 3.67048 16.8295 3.48298 16.6111 3.33706C16.1067 3 15.4045 3 14 3C12.5955 3 11.8933 3 11.3889 3.33706C11.1705 3.48298 10.983 3.67048 10.8371 3.88886C10.6497 4.16925 10.5665 4.51076 10.5295 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 10.5L22 9M20 14.5L22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10.5L2 9M4 14.5L2 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 13V11.5C13.5 10.0955 13.5 9.39331 13.1629 8.88886C13.017 8.67048 12.8295 8.48298 12.6111 8.33706C12.1705 8.04261 11.5789 8.00539 10.5 8.00068C10.3439 8 10.1775 8 10 8C8.59554 8 7.89331 8 7.38886 8.33706C7.17048 8.48298 6.98298 8.67048 6.83706 8.88886C6.5 9.39331 6.5 10.0955 6.5 11.5V17.5C6.5 18.9045 6.5 19.6067 6.83706 20.1111C6.98298 20.3295 7.17048 20.517 7.38886 20.6629C7.89331 21 8.59554 21 10 21C11.4045 21 12.1067 21 12.6111 20.6629C12.8295 20.517 13.017 20.3295 13.1629 20.1111C13.3503 19.8307 13.4335 19.4892 13.4705 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11V12.5C10.5 13.9045 10.5 14.6067 10.8371 15.1111C10.983 15.3295 11.1705 15.517 11.3889 15.6629C11.8295 15.9574 12.4211 15.9946 13.5 15.9993C13.6561 16 13.8225 16 14 16C15.4045 16 16.1067 16 16.6111 15.6629C16.8295 15.517 17.017 15.3295 17.1629 15.1111C17.5 14.6067 17.5 13.9045 17.5 12.5V6.5C17.5 5.09554 17.5 4.39331 17.1629 3.88886C17.017 3.67048 16.8295 3.48298 16.6111 3.33706C16.1067 3 15.4045 3 14 3C12.5955 3 11.8933 3 11.3889 3.33706C11.1705 3.48298 10.983 3.67048 10.8371 3.88886C10.6497 4.16925 10.5665 4.51076 10.5295 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 10.5L22 9M20 14.5L22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10.5L2 9M4 14.5L2 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-login-and-logout-icons-login-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 3.09502C13.543 3.03241 13.0755 3 12.6 3C7.29807 3 3 7.02944 3 12C3 16.9706 7.29807 21 12.6 21C13.0755 21 13.543 20.9676 14 20.905%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 14.5C12.9943 14.0085 11 12.7002 11 12M13.5 9.5C12.9943 9.99153 11 11.2998 11 12M11 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 3.09502C13.543 3.03241 13.0755 3 12.6 3C7.29807 3 3 7.02944 3 12C3 16.9706 7.29807 21 12.6 21C13.0755 21 13.543 20.9676 14 20.905%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 14.5C12.9943 14.0085 11 12.7002 11 12M13.5 9.5C12.9943 9.99153 11 11.2998 11 12M11 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-login-and-logout-icons-login-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 3L9.33744 3.23384C6.75867 4.144 5.46928 4.59908 4.73464 5.63742C4 6.67576 4 8.0431 4 10.7778V13.2222C4 15.9569 4 17.3242 4.73464 18.3626C5.46928 19.4009 6.75867 19.856 9.33744 20.7662L10 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12L20 12M10 12C10 11.2998 11.9943 9.99153 12.5 9.5M10 12C10 12.7002 11.9943 14.0085 12.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 3L9.33744 3.23384C6.75867 4.144 5.46928 4.59908 4.73464 5.63742C4 6.67576 4 8.0431 4 10.7778V13.2222C4 15.9569 4 17.3242 4.73464 18.3626C5.46928 19.4009 6.75867 19.856 9.33744 20.7662L10 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12L20 12M10 12C10 11.2998 11.9943 9.99153 12.5 9.5M10 12C10 12.7002 11.9943 14.0085 12.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-login-and-logout-icons-login-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 17.625C14.9264 19.4769 13.3831 21.0494 11.3156 20.9988C10.8346 20.9871 10.2401 20.8194 9.05112 20.484C6.18961 19.6769 3.70555 18.3204 3.10956 15.2816C3 14.723 3 14.0944 3 12.8373L3 11.1627C3 9.90561 3 9.27704 3.10956 8.71845C3.70555 5.67963 6.18961 4.32314 9.05112 3.516C10.2401 3.18062 10.8346 3.01293 11.3156 3.00116C13.3831 2.95058 14.9264 4.52305 15 6.37499%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12H21M10 12C10 11.2998 11.9943 9.99153 12.5 9.5M10 12C10 12.7002 11.9943 14.0085 12.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 17.625C14.9264 19.4769 13.3831 21.0494 11.3156 20.9988C10.8346 20.9871 10.2401 20.8194 9.05112 20.484C6.18961 19.6769 3.70555 18.3204 3.10956 15.2816C3 14.723 3 14.0944 3 12.8373L3 11.1627C3 9.90561 3 9.27704 3.10956 8.71845C3.70555 5.67963 6.18961 4.32314 9.05112 3.516C10.2401 3.18062 10.8346 3.01293 11.3156 3.00116C13.3831 2.95058 14.9264 4.52305 15 6.37499%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12H21M10 12C10 11.2998 11.9943 9.99153 12.5 9.5M10 12C10 12.7002 11.9943 14.0085 12.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-login-and-logout-icons-login-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 12H16M8 12C8 11.2998 9.9943 9.99153 10.5 9.5M8 12C8 12.7002 9.9943 14.0085 10.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 12H16M8 12C8 11.2998 9.9943 9.99153 10.5 9.5M8 12C8 12.7002 9.9943 14.0085 10.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-login-and-logout-icons-login-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22.2725C17.5228 22.2725 22 17.7953 22 12.2725C22 6.74961 17.5228 2.27246 12 2.27246C6.47715 2.27246 2 6.74961 2 12.2725C2 17.7953 6.47715 22.2725 12 22.2725Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.0001 12.0065H11.0252M11.0252 12.0065C11.0252 12.5743 12.8993 14.0151 12.8993 14.0151M11.0252 12.0065C11.0252 11.424 12.8993 10.021 12.8993 10.021M8 9.01074V15.0107%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22.2725C17.5228 22.2725 22 17.7953 22 12.2725C22 6.74961 17.5228 2.27246 12 2.27246C6.47715 2.27246 2 6.74961 2 12.2725C2 17.7953 6.47715 22.2725 12 22.2725Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.0001 12.0065H11.0252M11.0252 12.0065C11.0252 12.5743 12.8993 14.0151 12.8993 14.0151M11.0252 12.0065C11.0252 11.424 12.8993 10.021 12.8993 10.021M8 9.01074V15.0107%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-login-and-logout-icons-login-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 12H16M8 12C8 11.2998 9.9943 9.99153 10.5 9.5M8 12C8 12.7002 9.9943 14.0085 10.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 12H16M8 12C8 11.2998 9.9943 9.99153 10.5 9.5M8 12C8 12.7002 9.9943 14.0085 10.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-login-and-logout-icons-login-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.0361 12.0275L10.0605 12.0275M10.0605 12.0275C10.0605 12.5979 12.2158 14.5148 12.2158 14.5148M10.0605 12.0275C10.0605 11.4422 12.2158 9.5631 12.2158 9.5631M7.03613 7.99512V15.9951%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.0361 12.0275L10.0605 12.0275M10.0605 12.0275C10.0605 12.5979 12.2158 14.5148 12.2158 14.5148M10.0605 12.0275C10.0605 11.4422 12.2158 9.5631 12.2158 9.5631M7.03613 7.99512V15.9951%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-login-and-logout-icons-logout-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 3.09502C13.543 3.03241 13.0755 3 12.6 3C7.29807 3 3 7.02944 3 12C3 16.9706 7.29807 21 12.6 21C13.0755 21 13.543 20.9676 14 20.905%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12L11 12M21 12C21 11.2998 19.0057 9.99153 18.5 9.5M21 12C21 12.7002 19.0057 14.0085 18.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 3.09502C13.543 3.03241 13.0755 3 12.6 3C7.29807 3 3 7.02944 3 12C3 16.9706 7.29807 21 12.6 21C13.0755 21 13.543 20.9676 14 20.905%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12L11 12M21 12C21 11.2998 19.0057 9.99153 18.5 9.5M21 12C21 12.7002 19.0057 14.0085 18.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-login-and-logout-icons-logout-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 3L10.3374 3.23384C7.75867 4.144 6.46928 4.59908 5.73464 5.63742C5 6.67576 5 8.0431 5 10.7778V13.2222C5 15.9569 5 17.3242 5.73464 18.3626C6.46928 19.4009 7.75867 19.856 10.3374 20.7662L11 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12L11 12M21 12C21 11.2998 19.0057 9.99153 18.5 9.5M21 12C21 12.7002 19.0057 14.0085 18.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 3L10.3374 3.23384C7.75867 4.144 6.46928 4.59908 5.73464 5.63742C5 6.67576 5 8.0431 5 10.7778V13.2222C5 15.9569 5 17.3242 5.73464 18.3626C6.46928 19.4009 7.75867 19.856 10.3374 20.7662L11 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12L11 12M21 12C21 11.2998 19.0057 9.99153 18.5 9.5M21 12C21 12.7002 19.0057 14.0085 18.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-login-and-logout-icons-logout-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 17.625C14.9264 19.4769 13.3831 21.0494 11.3156 20.9988C10.8346 20.987 10.2401 20.8194 9.05112 20.484C6.18961 19.6768 3.70555 18.3203 3.10956 15.2815C3 14.723 3 14.0944 3 12.8373L3 11.1627C3 9.90561 3 9.27705 3.10956 8.71846C3.70555 5.67965 6.18961 4.32316 9.05112 3.51603C10.2401 3.18064 10.8346 3.01295 11.3156 3.00119C13.3831 2.95061 14.9264 4.52307 15 6.37501%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12H10M21 12C21 11.2998 19.0057 9.99153 18.5 9.5M21 12C21 12.7002 19.0057 14.0085 18.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 17.625C14.9264 19.4769 13.3831 21.0494 11.3156 20.9988C10.8346 20.987 10.2401 20.8194 9.05112 20.484C6.18961 19.6768 3.70555 18.3203 3.10956 15.2815C3 14.723 3 14.0944 3 12.8373L3 11.1627C3 9.90561 3 9.27705 3.10956 8.71846C3.70555 5.67965 6.18961 4.32316 9.05112 3.51603C10.2401 3.18064 10.8346 3.01295 11.3156 3.00119C13.3831 2.95061 14.9264 4.52307 15 6.37501%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12H10M21 12C21 11.2998 19.0057 9.99153 18.5 9.5M21 12C21 12.7002 19.0057 14.0085 18.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-login-and-logout-icons-logout-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.02331 5.5C4.59826 7.11238 3 9.86954 3 13C3 17.9706 7.02944 22 12 22C16.9706 22 21 17.9706 21 13C21 9.86954 19.4017 7.11238 16.9767 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.02331 5.5C4.59826 7.11238 3 9.86954 3 13C3 17.9706 7.02944 22 12 22C16.9706 22 21 17.9706 21 13C21 9.86954 19.4017 7.11238 16.9767 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-login-and-logout-icons-logout-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 6.5C4.15875 8.14796 3 10.3344 3 12.9999C3 17.9705 7.02944 21.9999 12 21.9999C16.9706 21.9999 21 17.9705 21 12.9999C21 10.3344 19.8412 8.14796 18 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V11M12 2C11.2998 2 9.99153 3.9943 9.5 4.5M12 2C12.7002 2 14.0085 3.9943 14.5 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 6.5C4.15875 8.14796 3 10.3344 3 12.9999C3 17.9705 7.02944 21.9999 12 21.9999C16.9706 21.9999 21 17.9705 21 12.9999C21 10.3344 19.8412 8.14796 18 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V11M12 2C11.2998 2 9.99153 3.9943 9.5 4.5M12 2C12.7002 2 14.0085 3.9943 14.5 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-login-and-logout-icons-logout-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 12H8M16 12C16 11.2998 14.0057 9.99153 13.5 9.5M16 12C16 12.7002 14.0057 14.0085 13.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 12H8M16 12C16 11.2998 14.0057 9.99153 13.5 9.5M16 12C16 12.7002 14.0057 14.0085 13.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-login-and-logout-icons-logout-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22.7275C17.5228 22.7275 22 18.2504 22 12.7275C22 7.20469 17.5228 2.72754 12 2.72754C6.47715 2.72754 2 7.20469 2 12.7275C2 18.2504 6.47715 22.7275 12 22.7275Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.03315 12.7341H13.008M13.008 12.7341C13.008 13.3018 11.1339 14.7426 11.1339 14.7426M13.008 12.7341C13.008 12.1515 11.1339 10.7485 11.1339 10.7485M16.0332 9.73828V15.7383%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22.7275C17.5228 22.7275 22 18.2504 22 12.7275C22 7.20469 17.5228 2.72754 12 2.72754C6.47715 2.72754 2 7.20469 2 12.7275C2 18.2504 6.47715 22.7275 12 22.7275Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.03315 12.7341H13.008M13.008 12.7341C13.008 13.3018 11.1339 14.7426 11.1339 14.7426M13.008 12.7341C13.008 12.1515 11.1339 10.7485 11.1339 10.7485M16.0332 9.73828V15.7383%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-login-and-logout-icons-logout-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 12H8M16 12C16 11.2998 14.0057 9.99153 13.5 9.5M16 12C16 12.7002 14.0057 14.0085 13.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 12H8M16 12C16 11.2998 14.0057 9.99153 13.5 9.5M16 12C16 12.7002 14.0057 14.0085 13.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-login-and-logout-icons-logout-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28248 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28248 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1087C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1087C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.03613 12.0275L14.0117 12.0275M14.0117 12.0275C14.0117 12.5979 11.8565 14.5148 11.8565 14.5148M14.0117 12.0275C14.0117 11.4422 11.8565 9.5631 11.8565 9.5631M17.0361 7.99512V15.9951%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28248 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28248 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1087C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1087C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.03613 12.0275L14.0117 12.0275M14.0117 12.0275C14.0117 12.5979 11.8565 14.5148 11.8565 14.5148M14.0117 12.0275C14.0117 11.4422 11.8565 9.5631 11.8565 9.5631M17.0361 7.99512V15.9951%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-accident{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0079 10L7.4303 7.95293C7.13015 7.70142 6.98007 7.57566 7.01465 7.44575C7.04923 7.31585 7.24172 7.2823 7.62668 7.2152L8.79963 7.01076C9.24694 6.9328 9.30287 6.81797 9.10361 6.41057L7.86097 3.86983C7.61457 3.36602 7.49137 3.11411 7.6041 3.00758C7.71682 2.90105 7.95921 3.04033 8.44398 3.31888L10.5351 4.52048C10.8954 4.72749 10.9314 4.71655 11.117 4.34335L11.9611 2.64567C12.1808 2.20381 12.2907 1.98289 12.4373 2.00103C12.5839 2.01918 12.6372 2.26031 12.7437 2.74255L13.4246 5.8235C13.5138 6.22731 13.6177 6.28276 13.9978 6.11893L16.2665 5.14123C16.6616 4.97095 16.8592 4.88581 16.9592 4.98398C17.0593 5.08215 16.9794 5.28282 16.8198 5.68417L15.0047 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.4941 10L11.9941 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.74495 12.9995L2 12.9995M6.74495 12.9995C7.51333 13.5011 8.15661 13.5695 8.97523 13.9859C9.99046 14.5799 10.4726 15.4999 10.4682 16.9999C10.4682 17.9999 10.598 19.0199 10.2819 19.5699C9.91993 20.1999 7.69654 19.9979 7.49669 19.9979M6.74495 12.9995C5.72095 12.3311 5.15952 11.0867 4.5321 10.0799C3.6602 8.57991 2.46581 8.09991 2.01194 8.00391M7.49669 19.9979C7.49669 21.0999 6.6905 21.9999 5.49615 21.9999C4.40133 21.9999 3.50557 21.0999 3.50557 19.9979M7.49669 19.9979C7.49669 18.9499 6.6905 17.9999 5.49615 17.9999C4.40133 17.9999 3.50557 18.8999 3.50557 19.9979M3.50557 19.9979H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2555 12.997L22.0005 12.997M17.2555 12.997C16.4871 13.4987 15.8439 13.5672 15.0252 13.9837C14.01 14.5779 13.5279 15.4981 13.5322 16.9986C13.5322 17.9989 13.4025 19.0191 13.7185 19.5693C14.0805 20.1995 16.3039 19.9974 16.5038 19.9974M17.2555 12.997C18.2795 12.3284 18.8409 11.0837 19.4684 10.0766C20.3403 8.57616 21.5347 8.09603 21.9885 8M16.5038 19.9974C16.5038 21.0997 17.31 22 18.5043 22C19.5991 22 20.4949 21.0997 20.4949 19.9974M16.5038 19.9974C16.5038 18.9491 17.31 17.9989 18.5043 17.9989C19.5991 17.9989 20.4949 18.8991 20.4949 19.9974M20.4949 19.9974H22.0005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0079 10L7.4303 7.95293C7.13015 7.70142 6.98007 7.57566 7.01465 7.44575C7.04923 7.31585 7.24172 7.2823 7.62668 7.2152L8.79963 7.01076C9.24694 6.9328 9.30287 6.81797 9.10361 6.41057L7.86097 3.86983C7.61457 3.36602 7.49137 3.11411 7.6041 3.00758C7.71682 2.90105 7.95921 3.04033 8.44398 3.31888L10.5351 4.52048C10.8954 4.72749 10.9314 4.71655 11.117 4.34335L11.9611 2.64567C12.1808 2.20381 12.2907 1.98289 12.4373 2.00103C12.5839 2.01918 12.6372 2.26031 12.7437 2.74255L13.4246 5.8235C13.5138 6.22731 13.6177 6.28276 13.9978 6.11893L16.2665 5.14123C16.6616 4.97095 16.8592 4.88581 16.9592 4.98398C17.0593 5.08215 16.9794 5.28282 16.8198 5.68417L15.0047 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.4941 10L11.9941 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.74495 12.9995L2 12.9995M6.74495 12.9995C7.51333 13.5011 8.15661 13.5695 8.97523 13.9859C9.99046 14.5799 10.4726 15.4999 10.4682 16.9999C10.4682 17.9999 10.598 19.0199 10.2819 19.5699C9.91993 20.1999 7.69654 19.9979 7.49669 19.9979M6.74495 12.9995C5.72095 12.3311 5.15952 11.0867 4.5321 10.0799C3.6602 8.57991 2.46581 8.09991 2.01194 8.00391M7.49669 19.9979C7.49669 21.0999 6.6905 21.9999 5.49615 21.9999C4.40133 21.9999 3.50557 21.0999 3.50557 19.9979M7.49669 19.9979C7.49669 18.9499 6.6905 17.9999 5.49615 17.9999C4.40133 17.9999 3.50557 18.8999 3.50557 19.9979M3.50557 19.9979H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2555 12.997L22.0005 12.997M17.2555 12.997C16.4871 13.4987 15.8439 13.5672 15.0252 13.9837C14.01 14.5779 13.5279 15.4981 13.5322 16.9986C13.5322 17.9989 13.4025 19.0191 13.7185 19.5693C14.0805 20.1995 16.3039 19.9974 16.5038 19.9974M17.2555 12.997C18.2795 12.3284 18.8409 11.0837 19.4684 10.0766C20.3403 8.57616 21.5347 8.09603 21.9885 8M16.5038 19.9974C16.5038 21.0997 17.31 22 18.5043 22C19.5991 22 20.4949 21.0997 20.4949 19.9974M16.5038 19.9974C16.5038 18.9491 17.31 17.9989 18.5043 17.9989C19.5991 17.9989 20.4949 18.8991 20.4949 19.9974M20.4949 19.9974H22.0005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-airplane-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.8667 3.7804C16.7931 3.03188 17.8307 2.98644 18.9644 3.00233C19.5508 3.01055 19.844 3.01467 20.0792 3.10588C20.4524 3.2506 20.7494 3.54764 20.8941 3.92081C20.9853 4.15601 20.9894 4.4492 20.9977 5.03557C21.0136 6.16926 20.9681 7.20686 20.2196 8.13326C19.5893 8.91337 18.5059 9.32101 17.9846 10.1821C17.5866 10.8395 17.772 11.5203 17.943 12.2209L19.2228 17.4662C19.4779 18.5115 19.2838 19.1815 18.5529 19.9124C18.164 20.3013 17.8405 20.2816 17.5251 19.779L13.6627 13.6249L11.8181 15.0911C11.1493 15.6228 10.8149 15.8886 10.6392 16.2627C10.2276 17.1388 10.4889 18.4547 10.5022 19.4046C10.5096 19.9296 10.0559 20.9644 9.41391 20.9993C9.01756 21.0209 8.88283 20.5468 8.75481 20.2558L7.52234 17.4544C7.2276 16.7845 7.21552 16.7724 6.54556 16.4777L3.74415 15.2452C3.45318 15.1172 2.97914 14.9824 3.00071 14.5861C3.03565 13.9441 4.07036 13.4904 4.59536 13.4978C5.54532 13.5111 6.86122 13.7724 7.73734 13.3608C8.11142 13.1851 8.37724 12.8507 8.90888 12.1819L10.3751 10.3373L4.22103 6.47489C3.71845 6.15946 3.69872 5.83597 4.08755 5.44715C4.8185 4.7162 5.48851 4.52214 6.53377 4.77718L11.7791 6.05703C12.4797 6.22798 13.1605 6.41343 13.8179 6.0154C14.679 5.49411 15.0866 4.41074 15.8667 3.7804Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.8667 3.7804C16.7931 3.03188 17.8307 2.98644 18.9644 3.00233C19.5508 3.01055 19.844 3.01467 20.0792 3.10588C20.4524 3.2506 20.7494 3.54764 20.8941 3.92081C20.9853 4.15601 20.9894 4.4492 20.9977 5.03557C21.0136 6.16926 20.9681 7.20686 20.2196 8.13326C19.5893 8.91337 18.5059 9.32101 17.9846 10.1821C17.5866 10.8395 17.772 11.5203 17.943 12.2209L19.2228 17.4662C19.4779 18.5115 19.2838 19.1815 18.5529 19.9124C18.164 20.3013 17.8405 20.2816 17.5251 19.779L13.6627 13.6249L11.8181 15.0911C11.1493 15.6228 10.8149 15.8886 10.6392 16.2627C10.2276 17.1388 10.4889 18.4547 10.5022 19.4046C10.5096 19.9296 10.0559 20.9644 9.41391 20.9993C9.01756 21.0209 8.88283 20.5468 8.75481 20.2558L7.52234 17.4544C7.2276 16.7845 7.21552 16.7724 6.54556 16.4777L3.74415 15.2452C3.45318 15.1172 2.97914 14.9824 3.00071 14.5861C3.03565 13.9441 4.07036 13.4904 4.59536 13.4978C5.54532 13.5111 6.86122 13.7724 7.73734 13.3608C8.11142 13.1851 8.37724 12.8507 8.90888 12.1819L10.3751 10.3373L4.22103 6.47489C3.71845 6.15946 3.69872 5.83597 4.08755 5.44715C4.8185 4.7162 5.48851 4.52214 6.53377 4.77718L11.7791 6.05703C12.4797 6.22798 13.1605 6.41343 13.8179 6.0154C14.679 5.49411 15.0866 4.41074 15.8667 3.7804Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-airplane-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 9.5L5.27531 4.47562C4.85705 4.02447 4.92403 3.69493 5.41729 3.40962C6.34454 2.87327 7.06689 2.8587 8.04428 3.39508L12.949 6.08672C13.2982 6.27833 13.6406 6.47256 14 6.57852%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 13.6632L14.6103 20.4696C14.7826 21.0255 15.086 21.1262 15.556 20.8567C16.4396 20.3501 16.7958 19.765 16.8197 18.7107L16.9395 13.4198C16.9555 12.7131 16.9526 12.0215 17.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.32846 10.9842L10.2154 9.60554L14.6377 6.38133L14.6416 6.37848L14.6491 6.37298C14.7535 6.29658 16.3094 5.16235 17.1919 4.77578C18.2765 4.30064 19.2869 4.52153 20.3739 4.82512C20.9362 4.98215 21.2173 5.06066 21.4202 5.20714C21.742 5.43955 21.9513 5.79725 21.9943 6.18849C22.0215 6.43507 21.9498 6.71456 21.8065 7.27353L21.8065 7.27355C21.5294 8.35428 21.2181 9.32816 20.2588 10.0175C19.4782 10.5784 17.7045 11.341 17.5856 11.3918L17.5771 11.3955L17.5726 11.3974L12.5317 13.5644L10.3782 14.4875L10.3782 14.4876C9.5974 14.8223 9.207 14.9896 8.94139 15.3002C8.31933 16.0275 8.23148 17.3437 7.99931 18.2493C7.87101 18.7498 7.16748 19.617 6.54058 19.4868C6.15355 19.4065 6.14613 18.922 6.09796 18.6131L5.6342 15.6389C5.5233 14.9276 5.51479 14.913 4.94599 14.4626L2.56757 12.5792C2.32053 12.3836 1.89903 12.135 2.022 11.7641C2.22119 11.1633 3.33408 10.9957 3.83747 11.1363C4.74834 11.3907 5.94747 11.9737 6.89684 11.8058C7.3022 11.7341 7.64428 11.4841 8.32844 10.9842L8.32846 10.9842Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 9.5L5.27531 4.47562C4.85705 4.02447 4.92403 3.69493 5.41729 3.40962C6.34454 2.87327 7.06689 2.8587 8.04428 3.39508L12.949 6.08672C13.2982 6.27833 13.6406 6.47256 14 6.57852%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 13.6632L14.6103 20.4696C14.7826 21.0255 15.086 21.1262 15.556 20.8567C16.4396 20.3501 16.7958 19.765 16.8197 18.7107L16.9395 13.4198C16.9555 12.7131 16.9526 12.0215 17.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.32846 10.9842L10.2154 9.60554L14.6377 6.38133L14.6416 6.37848L14.6491 6.37298C14.7535 6.29658 16.3094 5.16235 17.1919 4.77578C18.2765 4.30064 19.2869 4.52153 20.3739 4.82512C20.9362 4.98215 21.2173 5.06066 21.4202 5.20714C21.742 5.43955 21.9513 5.79725 21.9943 6.18849C22.0215 6.43507 21.9498 6.71456 21.8065 7.27353L21.8065 7.27355C21.5294 8.35428 21.2181 9.32816 20.2588 10.0175C19.4782 10.5784 17.7045 11.341 17.5856 11.3918L17.5771 11.3955L17.5726 11.3974L12.5317 13.5644L10.3782 14.4875L10.3782 14.4876C9.5974 14.8223 9.207 14.9896 8.94139 15.3002C8.31933 16.0275 8.23148 17.3437 7.99931 18.2493C7.87101 18.7498 7.16748 19.617 6.54058 19.4868C6.15355 19.4065 6.14613 18.922 6.09796 18.6131L5.6342 15.6389C5.5233 14.9276 5.51479 14.913 4.94599 14.4626L2.56757 12.5792C2.32053 12.3836 1.89903 12.135 2.022 11.7641C2.22119 11.1633 3.33408 10.9957 3.83747 11.1363C4.74834 11.3907 5.94747 11.9737 6.89684 11.8058C7.3022 11.7341 7.64428 11.4841 8.32844 10.9842L8.32846 10.9842Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-airplane-landing-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.00293 19.9961H22.0029%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.69895 4.03983C3.08104 4.20835 3.00895 4.91583 2.82895 5.51583C2.67848 6.08008 2.36057 7.32827 2.14431 8.18102C1.98295 8.93583 1.96135 9.23583 2.05735 9.71583C2.28295 10.6158 3.06295 10.9698 4.74295 11.4378C5.58763 11.6538 6.18295 11.835 7.08295 12.075C7.23743 12.1245 7.71748 12.2455 8.10295 12.3498C8.46295 12.4758 8.76295 12.4398 8.69575 12.7158C8.64893 12.8256 8.10535 13.4358 7.60135 13.9758C7.26295 14.3958 7.03495 14.4977 7.03495 14.8158C7.03495 14.8158 7.02295 15.2958 7.69571 15.3558C7.80295 15.4158 9.24295 15.7758 9.78295 15.9318C10.5029 16.1118 11.0429 15.8958 11.4869 15.5958L13.6829 14.1558C14.1629 13.9398 14.2829 14.031 14.8229 14.175L19.6229 15.4758C20.4629 15.7758 21.1829 15.0558 20.9718 14.2158C20.7029 12.7158 20.2229 11.8158 19.4429 10.8558C18.1829 9.35583 16.6468 8.77062 15.5429 8.57583C15.0392 8.48694 13.1455 8.33715 11.3429 8.20383C9.49539 8.06717 7.74369 7.94694 7.68295 7.85583C6.36295 7.55583 6.77095 5.61783 6.20695 4.77183C5.98295 4.43583 5.58295 4.37583 4.98295 4.19583C4.47446 4.06566 4.09762 3.9311 3.69895 4.03983Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.00293 19.9961H22.0029%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.69895 4.03983C3.08104 4.20835 3.00895 4.91583 2.82895 5.51583C2.67848 6.08008 2.36057 7.32827 2.14431 8.18102C1.98295 8.93583 1.96135 9.23583 2.05735 9.71583C2.28295 10.6158 3.06295 10.9698 4.74295 11.4378C5.58763 11.6538 6.18295 11.835 7.08295 12.075C7.23743 12.1245 7.71748 12.2455 8.10295 12.3498C8.46295 12.4758 8.76295 12.4398 8.69575 12.7158C8.64893 12.8256 8.10535 13.4358 7.60135 13.9758C7.26295 14.3958 7.03495 14.4977 7.03495 14.8158C7.03495 14.8158 7.02295 15.2958 7.69571 15.3558C7.80295 15.4158 9.24295 15.7758 9.78295 15.9318C10.5029 16.1118 11.0429 15.8958 11.4869 15.5958L13.6829 14.1558C14.1629 13.9398 14.2829 14.031 14.8229 14.175L19.6229 15.4758C20.4629 15.7758 21.1829 15.0558 20.9718 14.2158C20.7029 12.7158 20.2229 11.8158 19.4429 10.8558C18.1829 9.35583 16.6468 8.77062 15.5429 8.57583C15.0392 8.48694 13.1455 8.33715 11.3429 8.20383C9.49539 8.06717 7.74369 7.94694 7.68295 7.85583C6.36295 7.55583 6.77095 5.61783 6.20695 4.77183C5.98295 4.43583 5.58295 4.37583 4.98295 4.19583C4.47446 4.06566 4.09762 3.9311 3.69895 4.03983Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-airplane-landing-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.99805 20.001H17.998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5477 11.0414C21.721 10.6014 21.8977 10.0014 21.9727 9.6014C22.0977 9.1014 21.7977 7.8264 21.5227 6.8514C21.4679 6.63962 21.0309 4.98381 20.9677 4.8014C20.7227 3.9264 20.1227 3.9664 19.6977 4.0264C19.5227 4.0639 18.2977 4.3964 18.0977 4.4964C17.4227 4.9014 17.4977 5.9764 17.2977 6.6764C17.0727 7.7014 16.5477 7.8514 15.9477 7.9514C13.8477 8.1014 9.19766 8.4764 9.19766 8.4764C5.22266 8.8264 3.29766 12.0014 3.01266 14.3264C2.87266 15.3014 3.77266 15.6514 4.24766 15.5264L9.47266 14.1014C9.87266 13.9514 10.1977 14.0764 10.4227 14.2264L12.7477 15.7514C13.2727 16.0264 13.7477 16.0514 14.1727 15.9514L16.3477 15.3564C16.7977 15.3064 16.8872 15.0922 16.9477 14.9264C17.0365 14.6829 16.8458 14.4596 16.6227 14.2514C16.4977 14.0764 16.0977 13.6484 15.9477 13.4834C15.7477 13.2264 15.2588 12.8014 15.2977 12.6264C14.9977 12.5014 16.0673 12.3129 17.8477 11.8264C18.8594 11.5499 20.0263 11.2369 20.5477 11.0414Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M1.99805 20.001H17.998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5477 11.0414C21.721 10.6014 21.8977 10.0014 21.9727 9.6014C22.0977 9.1014 21.7977 7.8264 21.5227 6.8514C21.4679 6.63962 21.0309 4.98381 20.9677 4.8014C20.7227 3.9264 20.1227 3.9664 19.6977 4.0264C19.5227 4.0639 18.2977 4.3964 18.0977 4.4964C17.4227 4.9014 17.4977 5.9764 17.2977 6.6764C17.0727 7.7014 16.5477 7.8514 15.9477 7.9514C13.8477 8.1014 9.19766 8.4764 9.19766 8.4764C5.22266 8.8264 3.29766 12.0014 3.01266 14.3264C2.87266 15.3014 3.77266 15.6514 4.24766 15.5264L9.47266 14.1014C9.87266 13.9514 10.1977 14.0764 10.4227 14.2264L12.7477 15.7514C13.2727 16.0264 13.7477 16.0514 14.1727 15.9514L16.3477 15.3564C16.7977 15.3064 16.8872 15.0922 16.9477 14.9264C17.0365 14.6829 16.8458 14.4596 16.6227 14.2514C16.4977 14.0764 16.0977 13.6484 15.9477 13.4834C15.7477 13.2264 15.2588 12.8014 15.2977 12.6264C14.9977 12.5014 16.0673 12.3129 17.8477 11.8264C18.8594 11.5499 20.0263 11.2369 20.5477 11.0414Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-airplane-take-off-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 20H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.82496 12.1661C3.54996 11.9661 3.29996 11.7161 2.99998 10.8411C2.91861 10.6241 2.61108 9.53619 2.34998 8.54109C2.12972 7.7017 1.93347 6.93555 2.02497 6.74109C2.09998 6.54109 2.19997 6.39109 2.52497 6.19109C2.72496 6.06802 3.74996 5.81609 3.94996 5.76609C4.14996 5.71609 4.42496 5.69109 4.64996 5.76609C5.07496 5.84109 5.94996 7.11609 6.17496 7.26609C6.27495 7.36609 6.59996 7.657 6.97496 7.69109C7.24997 7.71609 7.52496 7.64109 7.82497 7.51609C8.09996 7.40151 13.525 4.76609 14.025 4.54109C18.1 2.84109 21.06 5.63609 21.51 6.23609C21.975 6.81609 22.075 6.99109 21.95 7.49109C21.7884 8.01609 21.35 8.11609 21.1 8.19109C20.8499 8.26609 17.4 9.19109 16.05 9.56609C15.7551 9.6621 15.6111 9.85492 15.575 9.89109C15.4 10.1411 14.605 11.8411 14.38 12.2161C14.225 12.6161 13.8 13.1161 13.25 13.3161C12.675 13.5161 11.675 13.7411 11.45 13.8161C11.225 13.8911 10.7 14.0411 10.525 13.9911C10.3 13.9411 10.085 13.7161 10.185 13.3661C10.285 13.0161 10.475 12.0411 10.5 11.8911C10.525 11.7411 10.775 11.1161 10.5 11.0911C10.45 11.0161 9.92496 11.2411 9.14996 11.4161C8.57419 11.5782 7.9712 11.7386 7.54996 11.8411C5.92496 12.3161 5.0449 12.4411 4.84996 12.4411C4.47496 12.4411 4.19996 12.3911 3.82496 12.1661Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 20H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.82496 12.1661C3.54996 11.9661 3.29996 11.7161 2.99998 10.8411C2.91861 10.6241 2.61108 9.53619 2.34998 8.54109C2.12972 7.7017 1.93347 6.93555 2.02497 6.74109C2.09998 6.54109 2.19997 6.39109 2.52497 6.19109C2.72496 6.06802 3.74996 5.81609 3.94996 5.76609C4.14996 5.71609 4.42496 5.69109 4.64996 5.76609C5.07496 5.84109 5.94996 7.11609 6.17496 7.26609C6.27495 7.36609 6.59996 7.657 6.97496 7.69109C7.24997 7.71609 7.52496 7.64109 7.82497 7.51609C8.09996 7.40151 13.525 4.76609 14.025 4.54109C18.1 2.84109 21.06 5.63609 21.51 6.23609C21.975 6.81609 22.075 6.99109 21.95 7.49109C21.7884 8.01609 21.35 8.11609 21.1 8.19109C20.8499 8.26609 17.4 9.19109 16.05 9.56609C15.7551 9.6621 15.6111 9.85492 15.575 9.89109C15.4 10.1411 14.605 11.8411 14.38 12.2161C14.225 12.6161 13.8 13.1161 13.25 13.3161C12.675 13.5161 11.675 13.7411 11.45 13.8161C11.225 13.8911 10.7 14.0411 10.525 13.9911C10.3 13.9411 10.085 13.7161 10.185 13.3661C10.285 13.0161 10.475 12.0411 10.5 11.8911C10.525 11.7411 10.775 11.1161 10.5 11.0911C10.45 11.0161 9.92496 11.2411 9.14996 11.4161C8.57419 11.5782 7.9712 11.7386 7.54996 11.8411C5.92496 12.3161 5.0449 12.4411 4.84996 12.4411C4.47496 12.4411 4.19996 12.3911 3.82496 12.1661Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-airplane-take-off-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.01172 20H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.8094 11.3002C21.2337 10.3002 21.7329 8.10024 21.9076 7.50024C21.9575 7.20024 22.0274 6.95024 21.9525 6.75024C21.9076 6.50024 21.7079 6.28524 21.2836 6.09524C21.1339 6.05024 19.7112 5.59024 19.4865 5.71524C19.3867 5.72524 19.0872 5.85024 18.8625 6.07524C18.563 6.37524 17.964 7.22524 17.5397 7.47524C17.3649 7.57818 17.0904 7.80024 16.5163 7.62524C16.1224 7.52294 14.3698 6.64589 13.7707 6.35024C13.2965 6.11618 10.7725 4.88526 10.4511 4.75024C9.55251 4.22524 6.28278 3.00024 3.12287 5.60524C2.7884 5.95024 1.79002 6.75024 2.03961 7.42524C2.28921 8.10024 2.68855 8.0932 3.31254 8.27524C3.93654 8.45728 7.03153 9.30024 7.50579 9.42524C7.98005 9.55024 8.10485 9.57524 8.35444 9.80024C8.55412 9.98024 8.67892 10.3252 8.95348 10.9002C9.15316 11.2252 9.48596 11.9669 9.60244 12.1752C9.71891 12.3836 9.82707 12.6252 10.0517 12.8502C10.2015 13.0002 10.4511 13.1628 10.6258 13.2502C10.9253 13.4002 12.7474 13.8502 13.3214 14.0002C13.621 14.0002 13.8306 13.7752 13.8306 13.5752C13.8456 13.3752 13.579 12.3752 13.5111 11.9502C13.4712 11.7002 13.3464 11.3252 13.3714 11.1752C13.4213 10.8752 14.3448 11.2808 14.5445 11.3252C14.7691 11.3752 17.939 12.2502 18.3633 12.3252C18.7876 12.4002 19.5614 12.5502 20.1355 12.1752C20.5099 11.9002 20.6596 11.6252 20.8094 11.3002Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.01172 20H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.8094 11.3002C21.2337 10.3002 21.7329 8.10024 21.9076 7.50024C21.9575 7.20024 22.0274 6.95024 21.9525 6.75024C21.9076 6.50024 21.7079 6.28524 21.2836 6.09524C21.1339 6.05024 19.7112 5.59024 19.4865 5.71524C19.3867 5.72524 19.0872 5.85024 18.8625 6.07524C18.563 6.37524 17.964 7.22524 17.5397 7.47524C17.3649 7.57818 17.0904 7.80024 16.5163 7.62524C16.1224 7.52294 14.3698 6.64589 13.7707 6.35024C13.2965 6.11618 10.7725 4.88526 10.4511 4.75024C9.55251 4.22524 6.28278 3.00024 3.12287 5.60524C2.7884 5.95024 1.79002 6.75024 2.03961 7.42524C2.28921 8.10024 2.68855 8.0932 3.31254 8.27524C3.93654 8.45728 7.03153 9.30024 7.50579 9.42524C7.98005 9.55024 8.10485 9.57524 8.35444 9.80024C8.55412 9.98024 8.67892 10.3252 8.95348 10.9002C9.15316 11.2252 9.48596 11.9669 9.60244 12.1752C9.71891 12.3836 9.82707 12.6252 10.0517 12.8502C10.2015 13.0002 10.4511 13.1628 10.6258 13.2502C10.9253 13.4002 12.7474 13.8502 13.3214 14.0002C13.621 14.0002 13.8306 13.7752 13.8306 13.5752C13.8456 13.3752 13.579 12.3752 13.5111 11.9502C13.4712 11.7002 13.3464 11.3252 13.3714 11.1752C13.4213 10.8752 14.3448 11.2808 14.5445 11.3252C14.7691 11.3752 17.939 12.2502 18.3633 12.3252C18.7876 12.4002 19.5614 12.5502 20.1355 12.1752C20.5099 11.9002 20.6596 11.6252 20.8094 11.3002Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-ambulance{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 18H15M13.5 8H14.4429C15.7533 8 16.4086 8 16.9641 8.31452C17.5196 8.62904 17.89 9.20972 18.6308 10.3711C19.1502 11.1854 19.6955 11.7765 20.4622 12.3024C21.2341 12.8318 21.6012 13.0906 21.8049 13.506C22 13.9038 22 14.375 22 15.3173C22 16.5596 22 17.1808 21.651 17.5755C21.636 17.5925 21.6207 17.609 21.6049 17.625C21.2375 18 20.6594 18 19.503 18H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 18C3.58579 18 2.87868 18 2.43934 17.5607C2 17.1213 2 16.4142 2 15V8C2 6.58579 2 5.87868 2.43934 5.43934C2.87868 5 3.58579 5 5 5H10.5C11.9142 5 12.6213 5 13.0607 5.43934C13.5 5.87868 13.5 6.58579 13.5 8V18H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9V13M10 11L6 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 18H15M13.5 8H14.4429C15.7533 8 16.4086 8 16.9641 8.31452C17.5196 8.62904 17.89 9.20972 18.6308 10.3711C19.1502 11.1854 19.6955 11.7765 20.4622 12.3024C21.2341 12.8318 21.6012 13.0906 21.8049 13.506C22 13.9038 22 14.375 22 15.3173C22 16.5596 22 17.1808 21.651 17.5755C21.636 17.5925 21.6207 17.609 21.6049 17.625C21.2375 18 20.6594 18 19.503 18H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 18C3.58579 18 2.87868 18 2.43934 17.5607C2 17.1213 2 16.4142 2 15V8C2 6.58579 2 5.87868 2.43934 5.43934C2.87868 5 3.58579 5 5 5H10.5C11.9142 5 12.6213 5 13.0607 5.43934C13.5 5.87868 13.5 6.58579 13.5 8V18H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9V13M10 11L6 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-bicycle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 20C8.20914 20 10 18.2091 10 16C10 13.7909 8.20914 12 6 12C3.79086 12 2 13.7909 2 16C2 18.2091 3.79086 20 6 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 20C20.2091 20 22 18.2091 22 16C22 13.7909 20.2091 12 18 12C15.7909 12 14 13.7909 14 16C14 18.2091 15.7909 20 18 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16H10.3706C10.7302 16 11.0622 15.8069 11.2399 15.4942L15.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L7 7M7 7H5M7 7H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.0039 6.21569C19.7999 5.63969 19.4399 4.73969 18.2399 4.31969C17.4599 4.01969 15.5399 3.89969 15.2999 4.07969C14.9527 4.1665 14.9399 4.55969 15.1079 5.09969C15.2444 5.67864 15.4559 6.42525 15.6479 7.13969C16.1399 8.97049 17.2199 12.9357 18.0239 15.9957%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 20C8.20914 20 10 18.2091 10 16C10 13.7909 8.20914 12 6 12C3.79086 12 2 13.7909 2 16C2 18.2091 3.79086 20 6 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 20C20.2091 20 22 18.2091 22 16C22 13.7909 20.2091 12 18 12C15.7909 12 14 13.7909 14 16C14 18.2091 15.7909 20 18 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16H10.3706C10.7302 16 11.0622 15.8069 11.2399 15.4942L15.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13L7 7M7 7H5M7 7H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.0039 6.21569C19.7999 5.63969 19.4399 4.73969 18.2399 4.31969C17.4599 4.01969 15.5399 3.89969 15.2999 4.07969C14.9527 4.1665 14.9399 4.55969 15.1079 5.09969C15.2444 5.67864 15.4559 6.42525 15.6479 7.13969C16.1399 8.97049 17.2199 12.9357 18.0239 15.9957%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-boat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21.1932C2.68524 22.2443 3.57104 22.2443 4.27299 21.1932C6.52985 17.7408 8.67954 23.6764 10.273 21.2321C12.703 17.5694 14.4508 23.9218 16.273 21.1932C18.6492 17.5582 20.1295 23.5776 22 21.5842%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.57228 17L2.07481 12.6457C1.80373 11.8574 2.30283 11 3.03273 11H20.8582C23.9522 11 19.9943 17 17.9966 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 11L15.201 7.50122C14.4419 6.55236 13.2926 6 12.0775 6H8C6.89543 6 6 6.89543 6 8V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6V3C10 2.44772 9.55228 2 9 2H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21.1932C2.68524 22.2443 3.57104 22.2443 4.27299 21.1932C6.52985 17.7408 8.67954 23.6764 10.273 21.2321C12.703 17.5694 14.4508 23.9218 16.273 21.1932C18.6492 17.5582 20.1295 23.5776 22 21.5842%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.57228 17L2.07481 12.6457C1.80373 11.8574 2.30283 11 3.03273 11H20.8582C23.9522 11 19.9943 17 17.9966 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 11L15.201 7.50122C14.4419 6.55236 13.2926 6 12.0775 6H8C6.89543 6 6 6.89543 6 8V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6V3C10 2.44772 9.55228 2 9 2H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-bus-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 20.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 20.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 6.78186C4 6.14251 4 5.82283 4.17387 5.43355C4.34773 5.04428 4.52427 4.88606 4.87736 4.56964C6.03437 3.53277 8.36029 2 12 2C15.6397 2 17.9656 3.53277 19.1226 4.56964C19.4757 4.88606 19.6523 5.04428 19.8261 5.43355C20 5.82283 20 6.14251 20 6.78186V14C20 16.8284 20 18.2426 19.1213 19.1213C18.2426 20 16.8284 20 14 20H10C7.17157 20 5.75736 20 4.87868 19.1213C4 18.2426 4 16.8284 4 14V6.78186Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14C4 14 7.73333 15 12 15C16.2667 15 20 14 20 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 17.5H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 17.5H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 17.5L13 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 6H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9L2 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9L22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 20.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 20.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 6.78186C4 6.14251 4 5.82283 4.17387 5.43355C4.34773 5.04428 4.52427 4.88606 4.87736 4.56964C6.03437 3.53277 8.36029 2 12 2C15.6397 2 17.9656 3.53277 19.1226 4.56964C19.4757 4.88606 19.6523 5.04428 19.8261 5.43355C20 5.82283 20 6.14251 20 6.78186V14C20 16.8284 20 18.2426 19.1213 19.1213C18.2426 20 16.8284 20 14 20H10C7.17157 20 5.75736 20 4.87868 19.1213C4 18.2426 4 16.8284 4 14V6.78186Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14C4 14 7.73333 15 12 15C16.2667 15 20 14 20 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 17.5H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 17.5H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 17.5L13 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 6H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9L2 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9L22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-bus-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10C4 6.22876 4 4.34315 5.17157 3.17157C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.17157C20 4.34315 20 6.22876 20 10V13C20 15.8284 20 17.2426 19.1213 18.1213C18.2426 19 16.8284 19 14 19H10C7.17157 19 5.75736 19 4.87868 18.1213C4 17.2426 4 15.8284 4 13V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12C5.85698 12.5752 8.80918 13 12 13C15.1908 13 18.143 12.5752 20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 11H21.4721C21.1616 11 20.8554 11.0723 20.5777 11.2111L20 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 11.5L3.42229 11.2111C3.14458 11.0723 2.83835 11 2.52786 11H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 16H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 16H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10C4 6.22876 4 4.34315 5.17157 3.17157C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.17157C20 4.34315 20 6.22876 20 10V13C20 15.8284 20 17.2426 19.1213 18.1213C18.2426 19 16.8284 19 14 19H10C7.17157 19 5.75736 19 4.87868 18.1213C4 17.2426 4 15.8284 4 13V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12C5.85698 12.5752 8.80918 13 12 13C15.1908 13 18.143 12.5752 20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 11H21.4721C21.1616 11 20.8554 11.0723 20.5777 11.2111L20 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 11.5L3.42229 11.2111C3.14458 11.0723 2.83835 11 2.52786 11H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 16H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 16H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-bus-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 10V5M11 10V5M16 10V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.01218 17C3.59223 17 2.88225 17 2.44112 16.5607C2 16.1213 2 15.4142 2 14V8C2 6.58579 2 5.87868 2.44112 5.43934C2.88225 5 3.59223 5 5.01218 5H12.0966C15.5703 5 17.3071 5 18.6363 5.70624C19.6151 6.22633 20.4307 7.0055 20.9932 7.95786C21.757 9.25111 21.8293 10.9794 21.974 14.436C22.0129 15.3678 22.0324 15.8337 21.8503 16.1862C21.7165 16.4454 21.5096 16.6601 21.2552 16.8041C20.9091 17 20.441 17 19.5046 17H19M9 17H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 19C8.10457 19 9 18.1046 9 17C9 15.8954 8.10457 15 7 15C5.89543 15 5 15.8954 5 17C5 18.1046 5.89543 19 7 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 19C18.1046 19 19 18.1046 19 17C19 15.8954 18.1046 15 17 15C15.8954 15 15 15.8954 15 17C15 18.1046 15.8954 19 17 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M1.99219 10.001H15.3602C15.9872 10.001 16.2002 10.3682 16.6802 10.9442C17.2322 11.4842 17.6054 11.863 18.1202 11.9402C18.8402 12.0482 21.5042 11.9942 21.5042 11.9942%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 10V5M11 10V5M16 10V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.01218 17C3.59223 17 2.88225 17 2.44112 16.5607C2 16.1213 2 15.4142 2 14V8C2 6.58579 2 5.87868 2.44112 5.43934C2.88225 5 3.59223 5 5.01218 5H12.0966C15.5703 5 17.3071 5 18.6363 5.70624C19.6151 6.22633 20.4307 7.0055 20.9932 7.95786C21.757 9.25111 21.8293 10.9794 21.974 14.436C22.0129 15.3678 22.0324 15.8337 21.8503 16.1862C21.7165 16.4454 21.5096 16.6601 21.2552 16.8041C20.9091 17 20.441 17 19.5046 17H19M9 17H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 19C8.10457 19 9 18.1046 9 17C9 15.8954 8.10457 15 7 15C5.89543 15 5 15.8954 5 17C5 18.1046 5.89543 19 7 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 19C18.1046 19 19 18.1046 19 17C19 15.8954 18.1046 15 17 15C15.8954 15 15 15.8954 15 17C15 18.1046 15.8954 19 17 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M1.99219 10.001H15.3602C15.9872 10.001 16.2002 10.3682 16.6802 10.9442C17.2322 11.4842 17.6054 11.863 18.1202 11.9402C18.8402 12.0482 21.5042 11.9942 21.5042 11.9942%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-cable-car{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.41268 11.6239C4.14236 12.8529 4 14.1289 4 15.4375C4 16.3375 4.06733 17.2219 4.1973 18.0863C4.44397 19.7269 4.56731 20.5471 5.41113 21.2736C6.25496 22 7.27731 22 9.322 22H14.678C16.7227 22 17.745 22 18.5889 21.2736C19.4327 20.5471 19.556 19.7269 19.8027 18.0863C19.9327 17.2219 20 16.3375 20 15.4375C20 14.1289 19.8576 12.8529 19.5873 11.6239C19.2501 10.0905 19.0814 9.32383 18.2581 8.66191C17.4348 8 16.4673 8 14.5325 8H9.46753C7.53265 8 6.56522 8 5.7419 8.66191C4.91858 9.32383 4.74994 10.0905 4.41268 11.6239Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 2H14M20 2H14M14 2L12 5.5M9 5.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 16H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.41268 11.6239C4.14236 12.8529 4 14.1289 4 15.4375C4 16.3375 4.06733 17.2219 4.1973 18.0863C4.44397 19.7269 4.56731 20.5471 5.41113 21.2736C6.25496 22 7.27731 22 9.322 22H14.678C16.7227 22 17.745 22 18.5889 21.2736C19.4327 20.5471 19.556 19.7269 19.8027 18.0863C19.9327 17.2219 20 16.3375 20 15.4375C20 14.1289 19.8576 12.8529 19.5873 11.6239C19.2501 10.0905 19.0814 9.32383 18.2581 8.66191C17.4348 8 16.4673 8 14.5325 8H9.46753C7.53265 8 6.56522 8 5.7419 8.66191C4.91858 9.32383 4.74994 10.0905 4.41268 11.6239Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 2H14M20 2H14M14 2L12 5.5M9 5.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 16H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-camper{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 7H20.9383C21.4324 7 21.6794 7 21.8203 6.88531C21.9062 6.81539 21.9664 6.71959 21.9915 6.61269C22.0327 6.43736 21.9222 6.21984 21.7013 5.78486C21.1469 4.6935 20.8697 4.14783 20.438 3.76671C20.1688 3.529 19.8587 3.34036 19.5223 3.20962C18.9829 3 18.3631 3 17.1235 3H8.09555C5.22208 3 3.78535 3 2.89267 3.87868C2 4.75736 2 6.17157 2 9V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19H15M19 19C20.6569 19 22 17.6569 22 16V13H4C3.05719 13 2.58579 13 2.29289 13.2929C2 13.5858 2 14.0572 2 15V16C2 17.4142 2 18.1213 2.43934 18.5607C2.87868 19 3.58579 19 5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7L8 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 13V8.9657C14 8.25047 14 7.89285 14.123 7.62348C14.2146 7.42269 14.3522 7.25756 14.5196 7.14756C14.744 7 15.0421 7 15.6381 7C16.5393 7 16.9899 7 17.4041 7.14611C17.7159 7.25609 18.0108 7.42615 18.2772 7.64963C18.631 7.94652 18.9125 8.36875 19.4755 9.21321L22 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 7H20.9383C21.4324 7 21.6794 7 21.8203 6.88531C21.9062 6.81539 21.9664 6.71959 21.9915 6.61269C22.0327 6.43736 21.9222 6.21984 21.7013 5.78486C21.1469 4.6935 20.8697 4.14783 20.438 3.76671C20.1688 3.529 19.8587 3.34036 19.5223 3.20962C18.9829 3 18.3631 3 17.1235 3H8.09555C5.22208 3 3.78535 3 2.89267 3.87868C2 4.75736 2 6.17157 2 9V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19H15M19 19C20.6569 19 22 17.6569 22 16V13H4C3.05719 13 2.58579 13 2.29289 13.2929C2 13.5858 2 14.0572 2 15V16C2 17.4142 2 18.1213 2.43934 18.5607C2.87868 19 3.58579 19 5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7L8 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 13V8.9657C14 8.25047 14 7.89285 14.123 7.62348C14.2146 7.42269 14.3522 7.25756 14.5196 7.14756C14.744 7 15.0421 7 15.6381 7C16.5393 7 16.9899 7 17.4041 7.14611C17.7159 7.25609 18.0108 7.42615 18.2772 7.64963C18.631 7.94652 18.9125 8.36875 19.4755 9.21321L22 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-car-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12L4.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 12.5L19.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17.5L8.24567 16.8858C8.61101 15.9725 8.79368 15.5158 9.17461 15.2579C9.55553 15 10.0474 15 11.0311 15H12.9689C13.9526 15 14.4445 15 14.8254 15.2579C15.2063 15.5158 15.389 15.9725 15.7543 16.8858L16 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17V19.882C2 20.2607 2.24075 20.607 2.62188 20.7764C2.86918 20.8863 3.10538 21 3.39058 21H5.10942C5.39462 21 5.63082 20.8863 5.87812 20.7764C6.25925 20.607 6.5 20.2607 6.5 19.882V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 18V19.882C17.5 20.2607 17.7408 20.607 18.1219 20.7764C18.3692 20.8863 18.6054 21 18.8906 21H20.6094C20.8946 21 21.1308 20.8863 21.3781 20.7764C21.7592 20.607 22 20.2607 22 19.882V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8.5L21 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 8.5L3 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 9L5.5883 5.73509C6.02832 4.41505 6.24832 3.75503 6.7721 3.37752C7.29587 3 7.99159 3 9.38304 3H14.617C16.0084 3 16.7041 3 17.2279 3.37752C17.7517 3.75503 17.9717 4.41505 18.4117 5.73509L19.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 9H19.5C20.4572 10.0135 22 11.4249 22 12.9996V16.4702C22 17.0407 21.6205 17.5208 21.1168 17.5875L18 18H6L2.88316 17.5875C2.37955 17.5208 2 17.0407 2 16.4702V12.9996C2 11.4249 3.54279 10.0135 4.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12L4.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 12.5L19.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17.5L8.24567 16.8858C8.61101 15.9725 8.79368 15.5158 9.17461 15.2579C9.55553 15 10.0474 15 11.0311 15H12.9689C13.9526 15 14.4445 15 14.8254 15.2579C15.2063 15.5158 15.389 15.9725 15.7543 16.8858L16 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17V19.882C2 20.2607 2.24075 20.607 2.62188 20.7764C2.86918 20.8863 3.10538 21 3.39058 21H5.10942C5.39462 21 5.63082 20.8863 5.87812 20.7764C6.25925 20.607 6.5 20.2607 6.5 19.882V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 18V19.882C17.5 20.2607 17.7408 20.607 18.1219 20.7764C18.3692 20.8863 18.6054 21 18.8906 21H20.6094C20.8946 21 21.1308 20.8863 21.3781 20.7764C21.7592 20.607 22 20.2607 22 19.882V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8.5L21 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 8.5L3 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 9L5.5883 5.73509C6.02832 4.41505 6.24832 3.75503 6.7721 3.37752C7.29587 3 7.99159 3 9.38304 3H14.617C16.0084 3 16.7041 3 17.2279 3.37752C17.7517 3.75503 17.9717 4.41505 18.4117 5.73509L19.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 9H19.5C20.4572 10.0135 22 11.4249 22 12.9996V16.4702C22 17.0407 21.6205 17.5208 21.1168 17.5875L18 18H6L2.88316 17.5875C2.37955 17.5208 2 17.0407 2 16.4702V12.9996C2 11.4249 3.54279 10.0135 4.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-car-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.06571 11.9131C2.18114 11.2834 2.68891 10.6396 3.50833 10.0839C4.98376 9.08324 6.66888 9.08736 8.35557 9.02491C8.91534 9.00416 10.4184 8.99732 12 9.00091C13.5816 8.99732 15.0847 9.00416 15.6444 9.02491C17.3311 9.08736 19.0162 9.08324 20.4917 10.0839C21.3111 10.6396 21.8189 11.2834 21.9343 11.9131C22.0334 12.4536 22.0181 14.3084 21.9038 15.6173C21.8435 16.3073 21.7822 16.6432 21.6906 16.7844C21.4143 17.2103 20.6166 17.5685 19.4432 17.7934C18.342 18.0045 18.5057 18 12 18C5.49426 18 5.65801 18.0045 4.55683 17.7934C3.38339 17.5685 2.58573 17.2103 2.3094 16.7844C2.21784 16.6432 2.15649 16.3073 2.0962 15.6173C1.98188 14.3084 1.9666 12.4536 2.06571 11.9131Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 9L5.81325 4.49011C5.93387 4.19009 6.1683 3.93951 6.49868 3.82716C9.74166 2.72428 14.2583 2.72428 17.5013 3.82716C17.8317 3.93951 18.0661 4.19009 18.1868 4.49011L19.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12L4 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 12L20 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17.5L8.24567 16.8858C8.61101 15.9725 8.79368 15.5158 9.17461 15.2579C9.55553 15 10.0474 15 11.0311 15H12.9689C13.9526 15 14.4445 15 14.8254 15.2579C15.2063 15.5158 15.389 15.9725 15.7543 16.8858L16 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00161 18.5623V19.3644C7.00167 20.2388 6.96338 20.4026 6.69942 20.6579C6.62218 20.7325 6.4652 20.8401 6.35062 20.8969C6.14999 20.9962 6.0827 21 4.52768 21C2.93772 21 2.90928 20.9983 2.66428 20.8876C2.5274 20.8257 2.35474 20.7021 2.28058 20.6128C2.0188 20.2978 2.00635 20.2049 2.00391 18.5459L2.00458 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9984 18.5623V19.3644C16.9983 20.2388 17.0366 20.4026 17.3006 20.6579C17.3778 20.7325 17.5348 20.8401 17.6494 20.8969C17.85 20.9962 17.9173 21 19.4723 21C21.0623 21 21.0907 20.9983 21.3357 20.8876C21.4726 20.8257 21.6453 20.7021 21.7194 20.6128C21.9812 20.2978 21.9936 20.2049 21.9961 18.5459L21.9954 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 9L21.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9L2.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.06571 11.9131C2.18114 11.2834 2.68891 10.6396 3.50833 10.0839C4.98376 9.08324 6.66888 9.08736 8.35557 9.02491C8.91534 9.00416 10.4184 8.99732 12 9.00091C13.5816 8.99732 15.0847 9.00416 15.6444 9.02491C17.3311 9.08736 19.0162 9.08324 20.4917 10.0839C21.3111 10.6396 21.8189 11.2834 21.9343 11.9131C22.0334 12.4536 22.0181 14.3084 21.9038 15.6173C21.8435 16.3073 21.7822 16.6432 21.6906 16.7844C21.4143 17.2103 20.6166 17.5685 19.4432 17.7934C18.342 18.0045 18.5057 18 12 18C5.49426 18 5.65801 18.0045 4.55683 17.7934C3.38339 17.5685 2.58573 17.2103 2.3094 16.7844C2.21784 16.6432 2.15649 16.3073 2.0962 15.6173C1.98188 14.3084 1.9666 12.4536 2.06571 11.9131Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 9L5.81325 4.49011C5.93387 4.19009 6.1683 3.93951 6.49868 3.82716C9.74166 2.72428 14.2583 2.72428 17.5013 3.82716C17.8317 3.93951 18.0661 4.19009 18.1868 4.49011L19.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12L4 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 12L20 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17.5L8.24567 16.8858C8.61101 15.9725 8.79368 15.5158 9.17461 15.2579C9.55553 15 10.0474 15 11.0311 15H12.9689C13.9526 15 14.4445 15 14.8254 15.2579C15.2063 15.5158 15.389 15.9725 15.7543 16.8858L16 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00161 18.5623V19.3644C7.00167 20.2388 6.96338 20.4026 6.69942 20.6579C6.62218 20.7325 6.4652 20.8401 6.35062 20.8969C6.14999 20.9962 6.0827 21 4.52768 21C2.93772 21 2.90928 20.9983 2.66428 20.8876C2.5274 20.8257 2.35474 20.7021 2.28058 20.6128C2.0188 20.2978 2.00635 20.2049 2.00391 18.5459L2.00458 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9984 18.5623V19.3644C16.9983 20.2388 17.0366 20.4026 17.3006 20.6579C17.3778 20.7325 17.5348 20.8401 17.6494 20.8969C17.85 20.9962 17.9173 21 19.4723 21C21.0623 21 21.0907 20.9983 21.3357 20.8876C21.4726 20.8257 21.6453 20.7021 21.7194 20.6128C21.9812 20.2978 21.9936 20.2049 21.9961 18.5459L21.9954 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 9L21.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9L2.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-car-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 17C9 18.1046 8.10457 19 7 19C5.89543 19 5 18.1046 5 17C5 15.8954 5.89543 15 7 15C8.10457 15 9 15.8954 9 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 17C19 18.1046 18.1046 19 17 19C15.8954 19 15 18.1046 15 17C15 15.8954 15.8954 15 17 15C18.1046 15 19 15.8954 19 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.00002 10H18M2.00002 10C2.00002 10.78 1.98003 13.04 2.00401 15.26C2.03999 15.98 2.15989 16.58 5.00173 17M2.00002 10C2.21586 8.26 3.15514 6.2 3.63477 5.42M9.00002 10V5M14.9901 17H8.99469M2.016 5H12.2322C12.2322 5 12.7718 5 13.2514 5.048C14.1508 5.132 14.9062 5.54 15.6616 6.56C16.4615 7.64 17.0765 9.008 17.8919 9.74C19.2469 10.9564 21.8249 10.58 21.9688 13.16C22.0048 14.48 22.0048 15.92 21.9448 16.16C21.8485 16.8667 21.3036 16.9821 20.6258 17C20.0376 17.0156 19.3285 16.9721 18.9831 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 17C9 18.1046 8.10457 19 7 19C5.89543 19 5 18.1046 5 17C5 15.8954 5.89543 15 7 15C8.10457 15 9 15.8954 9 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 17C19 18.1046 18.1046 19 17 19C15.8954 19 15 18.1046 15 17C15 15.8954 15.8954 15 17 15C18.1046 15 19 15.8954 19 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.00002 10H18M2.00002 10C2.00002 10.78 1.98003 13.04 2.00401 15.26C2.03999 15.98 2.15989 16.58 5.00173 17M2.00002 10C2.21586 8.26 3.15514 6.2 3.63477 5.42M9.00002 10V5M14.9901 17H8.99469M2.016 5H12.2322C12.2322 5 12.7718 5 13.2514 5.048C14.1508 5.132 14.9062 5.54 15.6616 6.56C16.4615 7.64 17.0765 9.008 17.8919 9.74C19.2469 10.9564 21.8249 10.58 21.9688 13.16C22.0048 14.48 22.0048 15.92 21.9448 16.16C21.8485 16.8667 21.3036 16.9821 20.6258 17C20.0376 17.0156 19.3285 16.9721 18.9831 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-car-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.98052 13.2888C2.25918 14.591 2.05755 16.2028 2.00119 17.0021C1.98176 17.2775 2.20345 17.5 2.47992 17.5H3.98173M2.98052 13.2888C2.98052 10.144 3.89594 6.34904 5.72678 4.71122C5.88815 4.56686 6.10124 4.5 6.31787 4.5H11.1118C11.6911 4.5 12.2694 4.6171 12.7553 4.93222C13.9539 5.70953 15.7652 7.27971 17.3038 9.68934C17.4311 9.88859 17.6211 10.0398 17.8435 10.1204C18.7292 10.4415 19.7153 10.887 20.3463 11.1839C20.7723 11.3844 21.1116 11.7341 21.273 12.176C21.7174 13.393 21.9682 14.7508 22 16.9994C22.0038 17.2755 21.7793 17.5 21.5028 17.5H20.001M2.98052 13.2888C3.34135 12.6373 3.83222 12.0634 4.5 11.7073M15.9962 17.5H7.98654%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17.5C8 18.6046 7.10457 19.5 6 19.5C4.89543 19.5 4 18.6046 4 17.5C4 16.3954 4.89543 15.5 6 15.5C7.10457 15.5 8 16.3954 8 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 17.5C20 18.6046 19.1046 19.5 18 19.5C16.8954 19.5 16 18.6046 16 17.5C16 16.3954 16.8954 15.5 18 15.5C19.1046 15.5 20 16.3954 20 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 10C14.5 9 11 8.5 7 9C7 7 8 5 8.5 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.98052 13.2888C2.25918 14.591 2.05755 16.2028 2.00119 17.0021C1.98176 17.2775 2.20345 17.5 2.47992 17.5H3.98173M2.98052 13.2888C2.98052 10.144 3.89594 6.34904 5.72678 4.71122C5.88815 4.56686 6.10124 4.5 6.31787 4.5H11.1118C11.6911 4.5 12.2694 4.6171 12.7553 4.93222C13.9539 5.70953 15.7652 7.27971 17.3038 9.68934C17.4311 9.88859 17.6211 10.0398 17.8435 10.1204C18.7292 10.4415 19.7153 10.887 20.3463 11.1839C20.7723 11.3844 21.1116 11.7341 21.273 12.176C21.7174 13.393 21.9682 14.7508 22 16.9994C22.0038 17.2755 21.7793 17.5 21.5028 17.5H20.001M2.98052 13.2888C3.34135 12.6373 3.83222 12.0634 4.5 11.7073M15.9962 17.5H7.98654%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17.5C8 18.6046 7.10457 19.5 6 19.5C4.89543 19.5 4 18.6046 4 17.5C4 16.3954 4.89543 15.5 6 15.5C7.10457 15.5 8 16.3954 8 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 17.5C20 18.6046 19.1046 19.5 18 19.5C16.8954 19.5 16 18.6046 16 17.5C16 16.3954 16.8954 15.5 18 15.5C19.1046 15.5 20 16.3954 20 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 10C14.5 9 11 8.5 7 9C7 7 8 5 8.5 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-car-parking-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 6H2C2 5.06812 2 4.60218 2.15224 4.23463C2.35523 3.74458 2.74458 3.35523 3.23463 3.15224C3.60218 3 4.06812 3 5 3H19C19.9319 3 20.3978 3 20.7654 3.15224C21.2554 3.35523 21.6448 3.74458 21.8478 4.23463C22 4.60218 22 5.06812 22 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 6V21M2 6V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 19V21M8 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 14L7.74254 13.0299C8.10632 11.5747 8.28821 10.8472 8.83073 10.4236C9.37325 10 10.1232 10 11.6231 10H12.3769C13.8768 10 14.6267 10 15.1693 10.4236C15.7118 10.8472 15.8937 11.5747 16.2575 13.0299L16.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 14H7C6.44772 14 6 14.4477 6 15V18C6 18.5523 6.44772 19 7 19H17C17.5523 19 18 18.5523 18 18V15C18 14.4477 17.5523 14 17 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 16.49V16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 16.49V16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 6H2C2 5.06812 2 4.60218 2.15224 4.23463C2.35523 3.74458 2.74458 3.35523 3.23463 3.15224C3.60218 3 4.06812 3 5 3H19C19.9319 3 20.3978 3 20.7654 3.15224C21.2554 3.35523 21.6448 3.74458 21.8478 4.23463C22 4.60218 22 5.06812 22 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 6V21M2 6V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 19V21M8 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 14L7.74254 13.0299C8.10632 11.5747 8.28821 10.8472 8.83073 10.4236C9.37325 10 10.1232 10 11.6231 10H12.3769C13.8768 10 14.6267 10 15.1693 10.4236C15.7118 10.8472 15.8937 11.5747 16.2575 13.0299L16.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 14H7C6.44772 14 6 14.4477 6 15V18C6 18.5523 6.44772 19 7 19H17C17.5523 19 18 18.5523 18 18V15C18 14.4477 17.5523 14 17 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 16.49V16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 16.49V16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-car-parking-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 21V9.61065C22 8.28771 22 7.62624 21.6561 7.11395C21.3123 6.60167 20.7034 6.35601 19.4856 5.86468L13.4856 3.44396C12.752 3.14799 12.3852 3 12 3C11.6148 3 11.248 3.14799 10.5144 3.44396L4.51444 5.86468C3.29663 6.35601 2.68773 6.60167 2.34387 7.11395C2 7.62624 2 8.28771 2 9.61065V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 19V21M8 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 14L7.74254 13.0299C8.10632 11.5747 8.28821 10.8472 8.83073 10.4236C9.37325 10 10.1232 10 11.6231 10H12.3769C13.8768 10 14.6267 10 15.1693 10.4236C15.7118 10.8472 15.8937 11.5747 16.2575 13.0299L16.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 14H7C6.44772 14 6 14.4477 6 15V18C6 18.5523 6.44772 19 7 19H17C17.5523 19 18 18.5523 18 18V15C18 14.4477 17.5523 14 17 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 16.49V16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 16.49V16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 21V9.61065C22 8.28771 22 7.62624 21.6561 7.11395C21.3123 6.60167 20.7034 6.35601 19.4856 5.86468L13.4856 3.44396C12.752 3.14799 12.3852 3 12 3C11.6148 3 11.248 3.14799 10.5144 3.44396L4.51444 5.86468C3.29663 6.35601 2.68773 6.60167 2.34387 7.11395C2 7.62624 2 8.28771 2 9.61065V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 19V21M8 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 14L7.74254 13.0299C8.10632 11.5747 8.28821 10.8472 8.83073 10.4236C9.37325 10 10.1232 10 11.6231 10H12.3769C13.8768 10 14.6267 10 15.1693 10.4236C15.7118 10.8472 15.8937 11.5747 16.2575 13.0299L16.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 14H7C6.44772 14 6 14.4477 6 15V18C6 18.5523 6.44772 19 7 19H17C17.5523 19 18 18.5523 18 18V15C18 14.4477 17.5523 14 17 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 16.49V16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 16.49V16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-caravan{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.1 18H20.5C20.9659 18 21.1989 18 21.3827 17.9239C21.6277 17.8224 21.8224 17.6277 21.9239 17.3827C22 17.1989 22 16.9659 22 16.5M19.1 18V11.3955C19.1 9.32395 18.7412 8.25904 17.3783 6.71082C15.5455 4.62893 14.3713 4 11.5699 4H6.22222C4.23185 4 3.23666 4 2.61833 4.68342C2 5.36683 2 6.46678 2 8.66667V13.3333C2 15.5332 2 16.6332 2.61833 17.3166C3.23666 18 4.23185 18 6.22222 18H7M19.1 18H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%229%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 9.5C5 8.32149 5 7.73223 5.34171 7.36612C5.68342 7 6.23339 7 7.33333 7H9.66667C10.7666 7 11.3166 7 11.6583 7.36612C12 7.73223 12 8.32149 12 9.5C12 10.6785 12 11.2678 11.6583 11.6339C11.3166 12 10.7666 12 9.66667 12H7.33333C6.23339 12 5.68342 12 5.34171 11.6339C5 11.2678 5 10.6785 5 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.1 18H20.5C20.9659 18 21.1989 18 21.3827 17.9239C21.6277 17.8224 21.8224 17.6277 21.9239 17.3827C22 17.1989 22 16.9659 22 16.5M19.1 18V11.3955C19.1 9.32395 18.7412 8.25904 17.3783 6.71082C15.5455 4.62893 14.3713 4 11.5699 4H6.22222C4.23185 4 3.23666 4 2.61833 4.68342C2 5.36683 2 6.46678 2 8.66667V13.3333C2 15.5332 2 16.6332 2.61833 17.3166C3.23666 18 4.23185 18 6.22222 18H7M19.1 18H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%229%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 9.5C5 8.32149 5 7.73223 5.34171 7.36612C5.68342 7 6.23339 7 7.33333 7H9.66667C10.7666 7 11.3166 7 11.6583 7.36612C12 7.73223 12 8.32149 12 9.5C12 10.6785 12 11.2678 11.6583 11.6339C11.3166 12 10.7666 12 9.66667 12H7.33333C6.23339 12 5.68342 12 5.34171 11.6339C5 11.2678 5 10.6785 5 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-container-truck{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 9V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 17.9724C3.90328 17.9178 3.2191 17.7546 2.73223 17.2678C2 16.5355 2 15.357 2 13V9C2 6.64298 2 5.46447 2.73223 4.73223C3.46447 4 4.64298 4 7 4H10.3C11.4168 4 11.9752 4 12.4271 4.14683C13.3404 4.44358 14.0564 5.15964 14.3532 6.07295C14.5 6.52485 14.5 7.08323 14.5 8.2C14.5 8.94451 14.5 9.31677 14.5979 9.61803C14.7957 10.2269 15.2731 10.7043 15.882 10.9021C16.1832 11 16.5555 11 17.3 11H22V13C22 15.357 22 16.5355 21.2678 17.2678C20.7809 17.7546 20.0967 17.9178 19 17.9724M9 18H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 6H16.3212C17.7766 6 18.5042 6 19.0964 6.35371C19.6886 6.70742 20.0336 7.34811 20.7236 8.6295L22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 9V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 17.9724C3.90328 17.9178 3.2191 17.7546 2.73223 17.2678C2 16.5355 2 15.357 2 13V9C2 6.64298 2 5.46447 2.73223 4.73223C3.46447 4 4.64298 4 7 4H10.3C11.4168 4 11.9752 4 12.4271 4.14683C13.3404 4.44358 14.0564 5.15964 14.3532 6.07295C14.5 6.52485 14.5 7.08323 14.5 8.2C14.5 8.94451 14.5 9.31677 14.5979 9.61803C14.7957 10.2269 15.2731 10.7043 15.882 10.9021C16.1832 11 16.5555 11 17.3 11H22V13C22 15.357 22 16.5355 21.2678 17.2678C20.7809 17.7546 20.0967 17.9178 19 17.9724M9 18H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 6H16.3212C17.7766 6 18.5042 6 19.0964 6.35371C19.6886 6.70742 20.0336 7.34811 20.7236 8.6295L22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-crane{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.2537 16H5.25085C3.59353 16 2.25 17.3431 2.25 19C2.25 20.6569 3.59353 22 5.25085 22H15.2537C16.911 22 18.2545 20.6569 18.2545 19C18.2545 17.3431 16.911 16 15.2537 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.0759 6.61222L11.4062 5.06581C10.8378 4.53928 10.5536 4.27602 10.2015 4.13804C9.84944 4.00006 9.02609 4.00006 8.25113 4.00006L8.25504 4.00006C6.36889 4.00006 5.42581 4.00006 4.83985 4.58585C4.25391 5.17163 4.25391 6.11444 4.25391 8.00006V9.00006C4.25391 10.8857 4.25391 11.8285 4.83985 12.4143C5.42581 13.0001 6.36889 13.0001 8.25504 13.0001H10.5709C12.1524 13.0001 12.9433 13.0001 13.4853 12.5781C13.6157 12.4766 13.7331 12.3593 13.8346 12.2289C14.2567 11.687 14.2567 10.8964 14.2567 9.31525C14.2567 8.5911 14.1529 7.99131 14.0338 7.66178C13.8729 7.35044 13.6072 7.10437 13.0759 6.61222ZM13.0759 6.61222C13.0759 6.61222 16.1175 3.24006 16.5736 2.82006C17.079 2.41585 17.3538 1.99806 19.0943 2.00406C19.4253 1.99747 19.8145 1.99806 20.2586 1.99806M20.2586 5.49606V6.00006M20.2106 11.4961V11.9401C20.2106 12.0336 20.2346 11.9881 20.2346 11.9881C20.3565 11.993 20.7148 12.0841 20.7148 12.0841C20.7148 12.0841 21.8071 12.4201 21.747 13.6201C21.714 14.2801 21.1912 14.8234 20.5587 14.9641C19.8607 15.1193 19.0343 14.7601 18.7582 14.0041M20.2586 8.50206V9.00006%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.2476 19H10.2566M6.25098 19H6.25995M14.2442 19H14.2532%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.2537 16H5.25085C3.59353 16 2.25 17.3431 2.25 19C2.25 20.6569 3.59353 22 5.25085 22H15.2537C16.911 22 18.2545 20.6569 18.2545 19C18.2545 17.3431 16.911 16 15.2537 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.0759 6.61222L11.4062 5.06581C10.8378 4.53928 10.5536 4.27602 10.2015 4.13804C9.84944 4.00006 9.02609 4.00006 8.25113 4.00006L8.25504 4.00006C6.36889 4.00006 5.42581 4.00006 4.83985 4.58585C4.25391 5.17163 4.25391 6.11444 4.25391 8.00006V9.00006C4.25391 10.8857 4.25391 11.8285 4.83985 12.4143C5.42581 13.0001 6.36889 13.0001 8.25504 13.0001H10.5709C12.1524 13.0001 12.9433 13.0001 13.4853 12.5781C13.6157 12.4766 13.7331 12.3593 13.8346 12.2289C14.2567 11.687 14.2567 10.8964 14.2567 9.31525C14.2567 8.5911 14.1529 7.99131 14.0338 7.66178C13.8729 7.35044 13.6072 7.10437 13.0759 6.61222ZM13.0759 6.61222C13.0759 6.61222 16.1175 3.24006 16.5736 2.82006C17.079 2.41585 17.3538 1.99806 19.0943 2.00406C19.4253 1.99747 19.8145 1.99806 20.2586 1.99806M20.2586 5.49606V6.00006M20.2106 11.4961V11.9401C20.2106 12.0336 20.2346 11.9881 20.2346 11.9881C20.3565 11.993 20.7148 12.0841 20.7148 12.0841C20.7148 12.0841 21.8071 12.4201 21.747 13.6201C21.714 14.2801 21.1912 14.8234 20.5587 14.9641C19.8607 15.1193 19.0343 14.7601 18.7582 14.0041M20.2586 8.50206V9.00006%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.2476 19H10.2566M6.25098 19H6.25995M14.2442 19H14.2532%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-drone{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7C6.47715 7 2 7.89543 2 9C2 9.80571 4.38215 10.5001 7.81468 10.8169C8.43288 10.874 8.85702 11.4721 8.92296 12.0894C9.09436 13.6942 10.384 15 12 15C13.616 15 14.9056 13.6942 15.077 12.0894C15.143 11.4721 15.5671 10.874 16.1853 10.8169C19.6179 10.5001 22 9.80571 22 9C22 7.89543 17.5228 7 12 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 12H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 3H6M8 3H6M6 3V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 3H18M20 3H18M18 3V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 21V19.5C5 16.7386 7.23858 14.5 10 14.5M19 21V19.5C19 16.7386 16.7614 14.5 14 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7C6.47715 7 2 7.89543 2 9C2 9.80571 4.38215 10.5001 7.81468 10.8169C8.43288 10.874 8.85702 11.4721 8.92296 12.0894C9.09436 13.6942 10.384 15 12 15C13.616 15 14.9056 13.6942 15.077 12.0894C15.143 11.4721 15.5671 10.874 16.1853 10.8169C19.6179 10.5001 22 9.80571 22 9C22 7.89543 17.5228 7 12 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 12H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 3H6M8 3H6M6 3V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 3H18M20 3H18M18 3V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 21V19.5C5 16.7386 7.23858 14.5 10 14.5M19 21V19.5C19 16.7386 16.7614 14.5 14 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-ferry-boat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.0203 14.3033L17.8099 17M19.0203 14.3033H16M19.0203 14.3033C19.7848 12.5999 20.1671 11.7483 19.9303 10.9736C19.9079 10.9 19.8814 10.8278 19.8512 10.7573C19.5333 10.016 18.7088 9.65877 17.0598 8.94437L14.201 7.70592C13.1147 7.23531 12.5716 7 12 7C11.4284 7 10.8853 7.23531 9.79896 7.70592L6.94025 8.94437C5.2912 9.65877 4.46668 10.016 4.14878 10.7573C4.11857 10.8278 4.09215 10.9 4.06965 10.9736C3.83293 11.7483 4.21519 12.5999 4.97971 14.3033M6.1901 17L4.97971 14.3033M4.97971 14.3033H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9V8C18 6.11438 18 5.17157 17.4142 4.58579C16.8284 4 15.8856 4 14 4H10C8.11438 4 7.17157 4 6.58579 4.58579C6 5.17157 6 6.11438 6 8V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21.1932C2.68524 22.2443 3.57104 22.2443 4.27299 21.1932C6.52985 17.7408 8.67954 23.6764 10.273 21.2321C12.703 17.5694 14.4508 23.9218 16.273 21.1932C18.6492 17.5582 20.1295 23.5776 22 21.5842%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.0203 14.3033L17.8099 17M19.0203 14.3033H16M19.0203 14.3033C19.7848 12.5999 20.1671 11.7483 19.9303 10.9736C19.9079 10.9 19.8814 10.8278 19.8512 10.7573C19.5333 10.016 18.7088 9.65877 17.0598 8.94437L14.201 7.70592C13.1147 7.23531 12.5716 7 12 7C11.4284 7 10.8853 7.23531 9.79896 7.70592L6.94025 8.94437C5.2912 9.65877 4.46668 10.016 4.14878 10.7573C4.11857 10.8278 4.09215 10.9 4.06965 10.9736C3.83293 11.7483 4.21519 12.5999 4.97971 14.3033M6.1901 17L4.97971 14.3033M4.97971 14.3033H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9V8C18 6.11438 18 5.17157 17.4142 4.58579C16.8284 4 15.8856 4 14 4H10C8.11438 4 7.17157 4 6.58579 4.58579C6 5.17157 6 6.11438 6 8V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21.1932C2.68524 22.2443 3.57104 22.2443 4.27299 21.1932C6.52985 17.7408 8.67954 23.6764 10.273 21.2321C12.703 17.5694 14.4508 23.9218 16.273 21.1932C18.6492 17.5582 20.1295 23.5776 22 21.5842%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-fuel-station{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.4626 13L9.06858 14.8124C8.91919 15.0066 9.02626 15.2861 9.26987 15.3378L10.7301 15.6477C10.9899 15.7028 11.0889 16.0122 10.9073 16.2011L9.17773 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 21L4 9C4 6.17157 4 4.75736 4.87868 3.87868C5.75736 3 7.17157 3 10 3C12.8284 3 14.2426 3 15.1213 3.87868C16 4.75736 16 6.17157 16 9L16 21H4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 21H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14H17.6667C17.9767 14 18.1317 14 18.2588 14.0341C18.6039 14.1265 18.8735 14.3961 18.9659 14.7412C19 14.8683 19 15.0233 19 15.3333V16.5C19 17.3284 19.6716 18 20.5 18C21.3284 18 22 17.3284 22 16.5V10.2111C22 9.60998 22 9.30941 21.9142 9.02598C21.8284 8.74255 21.6616 8.49247 21.3282 7.9923L20.5547 6.83205C20.2082 6.31223 19.6247 6 19 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.4626 13L9.06858 14.8124C8.91919 15.0066 9.02626 15.2861 9.26987 15.3378L10.7301 15.6477C10.9899 15.7028 11.0889 16.0122 10.9073 16.2011L9.17773 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 21L4 9C4 6.17157 4 4.75736 4.87868 3.87868C5.75736 3 7.17157 3 10 3C12.8284 3 14.2426 3 15.1213 3.87868C16 4.75736 16 6.17157 16 9L16 21H4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 21H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14H17.6667C17.9767 14 18.1317 14 18.2588 14.0341C18.6039 14.1265 18.8735 14.3961 18.9659 14.7412C19 14.8683 19 15.0233 19 15.3333V16.5C19 17.3284 19.6716 18 20.5 18C21.3284 18 22 17.3284 22 16.5V10.2111C22 9.60998 22 9.30941 21.9142 9.02598C21.8284 8.74255 21.6616 8.49247 21.3282 7.9923L20.5547 6.83205C20.2082 6.31223 19.6247 6 19 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-garbage-truck{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 9V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 10V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4H15M15 4H9.48528C8.25903 4 7.6459 4 7.09459 4.22836C6.54328 4.45672 6.10973 4.89027 5.24264 5.75736L3.46446 7.53554C2.74189 8.25811 2.3806 8.6194 2.1903 9.07883C2 9.53825 2 10.0492 2 11.0711V13C2 15.357 2 16.5355 2.73223 17.2678C3.2191 17.7546 3.90328 17.9178 5 17.9724M15 4V8C15 9.88562 15 10.8284 15.5858 11.4142C16.1716 12 17.1144 12 19 12H22V13C22 15.357 22 16.5355 21.2678 17.2678C20.7809 17.7546 20.0967 17.9178 19 17.9724M9 18H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7H16.6998C18.0581 7 18.7373 7 19.29 7.35371C19.8427 7.70742 20.1647 8.34811 20.8087 9.6295L22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 9V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 10V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4H15M15 4H9.48528C8.25903 4 7.6459 4 7.09459 4.22836C6.54328 4.45672 6.10973 4.89027 5.24264 5.75736L3.46446 7.53554C2.74189 8.25811 2.3806 8.6194 2.1903 9.07883C2 9.53825 2 10.0492 2 11.0711V13C2 15.357 2 16.5355 2.73223 17.2678C3.2191 17.7546 3.90328 17.9178 5 17.9724M15 4V8C15 9.88562 15 10.8284 15.5858 11.4142C16.1716 12 17.1144 12 19 12H22V13C22 15.357 22 16.5355 21.2678 17.2678C20.7809 17.7546 20.0967 17.9178 19 17.9724M9 18H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7H16.6998C18.0581 7 18.7373 7 19.29 7.35371C19.8427 7.70742 20.1647 8.34811 20.8087 9.6295L22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-golf-cart{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.99821 18.9818C3.07289 18.9818 2 19.2182 2 17.9874V15.8389C2 14.1187 2 13.2587 2.49899 12.6951C3.27867 11.8144 4.78799 12.0211 5.8359 12.0211C6.64499 12.0211 7.64108 11.9089 8.32617 12.4323C8.77967 12.7788 8.99564 13.352 9.42757 14.4984C9.59263 14.9364 9.71105 15.5422 10.1161 15.8216C10.3729 15.9986 10.7078 15.9986 11.3776 15.9986H13.4897C14.8134 15.9986 15.2614 14.9734 15.9875 14.0099H17.5416C19.7316 14.0099 21.7599 15.286 21.9669 17.6407C22.0083 18.112 22.1219 18.9818 21.4271 18.9818H19.9839M15.9875 18.9818H8.49419%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2218%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 14L16 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 3H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14L14 11M13 12L15 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 12C6.5 9.97001 6.38046 8 4 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.99821 18.9818C3.07289 18.9818 2 19.2182 2 17.9874V15.8389C2 14.1187 2 13.2587 2.49899 12.6951C3.27867 11.8144 4.78799 12.0211 5.8359 12.0211C6.64499 12.0211 7.64108 11.9089 8.32617 12.4323C8.77967 12.7788 8.99564 13.352 9.42757 14.4984C9.59263 14.9364 9.71105 15.5422 10.1161 15.8216C10.3729 15.9986 10.7078 15.9986 11.3776 15.9986H13.4897C14.8134 15.9986 15.2614 14.9734 15.9875 14.0099H17.5416C19.7316 14.0099 21.7599 15.286 21.9669 17.6407C22.0083 18.112 22.1219 18.9818 21.4271 18.9818H19.9839M15.9875 18.9818H8.49419%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2218%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 14L16 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 3H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14L14 11M13 12L15 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 12C6.5 9.97001 6.38046 8 4 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-helicopter{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 4L14 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.1838 7.82217L7.05164 8.04637C6.33648 8.06885 5.9789 8.08009 5.6717 7.94382C5.08379 7.68303 4.84517 7.06182 4.58224 6.51632C4.28874 5.9074 3.73021 6.00588 3.15095 6.00588C2.53725 6.00588 2.23041 6.00588 2.07897 6.21415C1.92753 6.42241 2.01183 6.72847 2.18043 7.34059L2.23713 7.54646C2.52367 8.58683 2.66695 9.10701 3.01257 9.48147C3.3582 9.85594 3.85296 10.027 4.84247 10.3692L9.16779 11.8648C10.0835 12.1814 10.5514 12.5853 11.0192 13.4588C11.7405 14.8054 12.1011 15.4788 12.6253 15.957C13.0094 16.3073 13.454 16.5787 13.9357 16.7568C14.5933 17 15.3359 17 16.8209 17H20.7356C21.6061 17 22 16.4839 22 15.6884C22 14.1725 22 13.4145 21.8765 12.7899C21.3762 10.2594 19.4337 8.30451 16.9803 7.86242C16.3748 7.7533 15.6444 7.77626 14.1838 7.82217Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 13.5H19C16.2386 13.5 14 11.2614 14 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20H14M21 20H19M19 20L20 17M19 20H14M14 20L15 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 4H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 4L14 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.1838 7.82217L7.05164 8.04637C6.33648 8.06885 5.9789 8.08009 5.6717 7.94382C5.08379 7.68303 4.84517 7.06182 4.58224 6.51632C4.28874 5.9074 3.73021 6.00588 3.15095 6.00588C2.53725 6.00588 2.23041 6.00588 2.07897 6.21415C1.92753 6.42241 2.01183 6.72847 2.18043 7.34059L2.23713 7.54646C2.52367 8.58683 2.66695 9.10701 3.01257 9.48147C3.3582 9.85594 3.85296 10.027 4.84247 10.3692L9.16779 11.8648C10.0835 12.1814 10.5514 12.5853 11.0192 13.4588C11.7405 14.8054 12.1011 15.4788 12.6253 15.957C13.0094 16.3073 13.454 16.5787 13.9357 16.7568C14.5933 17 15.3359 17 16.8209 17H20.7356C21.6061 17 22 16.4839 22 15.6884C22 14.1725 22 13.4145 21.8765 12.7899C21.3762 10.2594 19.4337 8.30451 16.9803 7.86242C16.3748 7.7533 15.6444 7.77626 14.1838 7.82217Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 13.5H19C16.2386 13.5 14 11.2614 14 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20H14M21 20H19M19 20L20 17M19 20H14M14 20L15 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 4H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-hot-air-balloon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 8.93333C20 14 14.4615 18 12 18C9.53846 18 4 14 4 8.93333C4 5.10416 7.58172 2 12 2C16.4183 2 20 5.10416 20 8.93333Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 8.93333C15 14 12.9231 18 12 18C11.0769 18 9 14 9 8.93333C9 5.10416 10.3431 2 12 2C13.6569 2 15 5.10416 15 8.93333Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 20C9 19.535 9 19.3025 9.05111 19.1118C9.18981 18.5941 9.59413 18.1898 10.1118 18.0511C10.3025 18 10.535 18 11 18H13C13.465 18 13.6975 18 13.8882 18.0511C14.4059 18.1898 14.8102 18.5941 14.9489 19.1118C15 19.3025 15 19.535 15 20C15 20.465 15 20.6975 14.9489 20.8882C14.8102 21.4059 14.4059 21.8102 13.8882 21.9489C13.6975 22 13.465 22 13 22H11C10.535 22 10.3025 22 10.1118 21.9489C9.59413 21.8102 9.18981 21.4059 9.05111 20.8882C9 20.6975 9 20.465 9 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 8.93333C20 14 14.4615 18 12 18C9.53846 18 4 14 4 8.93333C4 5.10416 7.58172 2 12 2C16.4183 2 20 5.10416 20 8.93333Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 8.93333C15 14 12.9231 18 12 18C11.0769 18 9 14 9 8.93333C9 5.10416 10.3431 2 12 2C13.6569 2 15 5.10416 15 8.93333Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 20C9 19.535 9 19.3025 9.05111 19.1118C9.18981 18.5941 9.59413 18.1898 10.1118 18.0511C10.3025 18 10.535 18 11 18H13C13.465 18 13.6975 18 13.8882 18.0511C14.4059 18.1898 14.8102 18.5941 14.9489 19.1118C15 19.3025 15 19.535 15 20C15 20.465 15 20.6975 14.9489 20.8882C14.8102 21.4059 14.4059 21.8102 13.8882 21.9489C13.6975 22 13.465 22 13 22H11C10.535 22 10.3025 22 10.1118 21.9489C9.59413 21.8102 9.18981 21.4059 9.05111 20.8882C9 20.6975 9 20.465 9 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-lift-truck{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 17.5C7 18.8807 5.88071 20 4.5 20C3.11929 20 2 18.8807 2 17.5C2 16.1193 3.11929 15 4.5 15C5.88071 15 7 16.1193 7 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 17.5C17 18.8807 15.8807 20 14.5 20C13.1193 20 12 18.8807 12 17.5C12 16.1193 13.1193 15 14.5 15C15.8807 15 17 16.1193 17 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 4V15.0106C20 15.9433 20 16.4097 20.1522 16.7776C20.4767 17.5617 21.1896 17.9585 22 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9H5.74643C6.6103 9 7.04224 9 7.43781 9.11037C7.83828 9.22211 8.21115 9.41587 8.53276 9.67935C8.85045 9.93962 9.09871 10.2931 9.59524 11C10.0918 11.7069 10.34 12.0604 10.6577 12.3206C10.9793 12.5841 11.3522 12.7779 11.7527 12.8896C12.1482 13 12.5802 13 13.444 13H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 13H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15V6C4 4.89543 4.89543 4 6 4H8.89512C9.60829 4 10.2981 4.25406 10.8409 4.71663L14.2972 7.66198C14.7431 8.04197 15 8.59836 15 9.18422V15M7 17.5H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 17.5C7 18.8807 5.88071 20 4.5 20C3.11929 20 2 18.8807 2 17.5C2 16.1193 3.11929 15 4.5 15C5.88071 15 7 16.1193 7 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 17.5C17 18.8807 15.8807 20 14.5 20C13.1193 20 12 18.8807 12 17.5C12 16.1193 13.1193 15 14.5 15C15.8807 15 17 16.1193 17 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 4V15.0106C20 15.9433 20 16.4097 20.1522 16.7776C20.4767 17.5617 21.1896 17.9585 22 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9H5.74643C6.6103 9 7.04224 9 7.43781 9.11037C7.83828 9.22211 8.21115 9.41587 8.53276 9.67935C8.85045 9.93962 9.09871 10.2931 9.59524 11C10.0918 11.7069 10.34 12.0604 10.6577 12.3206C10.9793 12.5841 11.3522 12.7779 11.7527 12.8896C12.1482 13 12.5802 13 13.444 13H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 13H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15V6C4 4.89543 4.89543 4 6 4H8.89512C9.60829 4 10.2981 4.25406 10.8409 4.71663L14.2972 7.66198C14.7431 8.04197 15 8.59836 15 9.18422V15M7 17.5H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-metro{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 19L4 21M18 19L20 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15H9.00896M14.991 15H15%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 9C9 13 15.5 13 19 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.27322 7.89427C6.09442 3.71577 7.23046 3 11.4545 3H12.5455C16.7695 3 17.9056 3.71577 18.7268 7.89427L19.2802 10.71C20.0349 14.5503 20.4123 16.4705 19.312 17.7352C18.2118 19 16.1412 19 12 19C7.85879 19 5.78819 19 4.68796 17.7352C3.58773 16.4705 3.9651 14.5503 4.71984 10.71L5.27322 7.89427Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 19L4 21M18 19L20 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15H9.00896M14.991 15H15%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 9C9 13 15.5 13 19 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.27322 7.89427C6.09442 3.71577 7.23046 3 11.4545 3H12.5455C16.7695 3 17.9056 3.71577 18.7268 7.89427L19.2802 10.71C20.0349 14.5503 20.4123 16.4705 19.312 17.7352C18.2118 19 16.1412 19 12 19C7.85879 19 5.78819 19 4.68796 17.7352C3.58773 16.4705 3.9651 14.5503 4.71984 10.71L5.27322 7.89427Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-motorbike-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2219.5%22 cy%3D%2216.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.416 18C14.1484 17.3875 14 16.7111 14 16C14 13.2386 16.2386 11 19 11C19.3425 11 19.6769 11.0344 20 11.1%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%224.5%22 cy%3D%2216.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.43023 9.62979H8.15662C8.61216 9.62979 9.05405 9.47428 9.40918 9.18898L11.2373 7.7204C11.4148 7.57776 11.6358 7.5 11.8636 7.5H15L12.2843 12.4789C12.109 12.8001 11.7723 13 11.4064 13H9.5M6.43023 9.62979H4M6.43023 9.62979L9.5 13M9.5 13L7 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 11L13.9923 5.73649C13.5873 5.02784 13.3849 4.67352 13.0835 4.43408C12.9313 4.31313 12.7622 4.21503 12.5817 4.14287C12.2243 4 11.8162 4 11 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2219.5%22 cy%3D%2216.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.416 18C14.1484 17.3875 14 16.7111 14 16C14 13.2386 16.2386 11 19 11C19.3425 11 19.6769 11.0344 20 11.1%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%224.5%22 cy%3D%2216.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.43023 9.62979H8.15662C8.61216 9.62979 9.05405 9.47428 9.40918 9.18898L11.2373 7.7204C11.4148 7.57776 11.6358 7.5 11.8636 7.5H15L12.2843 12.4789C12.109 12.8001 11.7723 13 11.4064 13H9.5M6.43023 9.62979H4M6.43023 9.62979L9.5 13M9.5 13L7 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 11L13.9923 5.73649C13.5873 5.02784 13.3849 4.67352 13.0835 4.43408C12.9313 4.31313 12.7622 4.21503 12.5817 4.14287C12.2243 4 11.8162 4 11 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-motorbike-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2219.5%22 cy%3D%2216.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%224.5%22 cy%3D%2216.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.2348 7.86957C21.5163 9.42897 21.9615 10.9117 21.9994 11.6957C21.3294 11.3893 20.5771 11.2174 19.7821 11.2174C17.3369 11.2174 15.1419 12.8433 14.6177 15.0092C14.4924 15.527 14.4298 15.7859 14.2937 15.8929C14.1577 16 13.9382 16 13.4994 16H10.6206C10.1784 16 9.95733 16 9.82074 15.8915C9.68414 15.7829 9.62431 15.5249 9.50465 15.0088C9.00893 12.8708 6.99671 11.0124 4.90197 11.1698C4.69089 11.1857 4.58535 11.1936 4.51294 11.1775C4.44054 11.1613 4.36764 11.1202 4.22185 11.0378C3.80097 10.8001 3.37061 10.5744 2.95793 10.3227C2.38299 9.97198 2.02315 9.35549 2.00053 8.68241C1.98766 8.29933 2.20797 7.91865 2.65301 8.02338L9.07369 9.53435C9.55601 9.64785 9.79717 9.70461 10.0044 9.66597C10.2116 9.62734 10.4656 9.4536 10.9737 9.10614C12.262 8.22518 14.3037 7.39305 16.339 8.12822C16.8961 8.32947 17.1747 8.4301 17.3334 8.43513C17.4921 8.44016 17.7247 8.37247 18.1899 8.23707C18.9431 8.01785 19.6521 7.90409 20.2348 7.86957ZM20.2348 7.86957C19.4316 6.89211 18.2997 5.88452 16.7336 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2219.5%22 cy%3D%2216.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%224.5%22 cy%3D%2216.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.2348 7.86957C21.5163 9.42897 21.9615 10.9117 21.9994 11.6957C21.3294 11.3893 20.5771 11.2174 19.7821 11.2174C17.3369 11.2174 15.1419 12.8433 14.6177 15.0092C14.4924 15.527 14.4298 15.7859 14.2937 15.8929C14.1577 16 13.9382 16 13.4994 16H10.6206C10.1784 16 9.95733 16 9.82074 15.8915C9.68414 15.7829 9.62431 15.5249 9.50465 15.0088C9.00893 12.8708 6.99671 11.0124 4.90197 11.1698C4.69089 11.1857 4.58535 11.1936 4.51294 11.1775C4.44054 11.1613 4.36764 11.1202 4.22185 11.0378C3.80097 10.8001 3.37061 10.5744 2.95793 10.3227C2.38299 9.97198 2.02315 9.35549 2.00053 8.68241C1.98766 8.29933 2.20797 7.91865 2.65301 8.02338L9.07369 9.53435C9.55601 9.64785 9.79717 9.70461 10.0044 9.66597C10.2116 9.62734 10.4656 9.4536 10.9737 9.10614C12.262 8.22518 14.3037 7.39305 16.339 8.12822C16.8961 8.32947 17.1747 8.4301 17.3334 8.43513C17.4921 8.44016 17.7247 8.37247 18.1899 8.23707C18.9431 8.01785 19.6521 7.90409 20.2348 7.86957ZM20.2348 7.86957C19.4316 6.89211 18.2997 5.88452 16.7336 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-parking-area-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 13V8.4C9 8.02774 9 7.84162 9.04894 7.69098C9.14786 7.38655 9.38655 7.14786 9.69098 7.04894C9.84162 7 10.0277 7 10.4 7H13C14.6569 7 16 8.34315 16 10C16 11.6569 14.6569 13 13 13H9ZM9 13V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 13V8.4C9 8.02774 9 7.84162 9.04894 7.69098C9.14786 7.38655 9.38655 7.14786 9.69098 7.04894C9.84162 7 10.0277 7 10.4 7H13C14.6569 7 16 8.34315 16 10C16 11.6569 14.6569 13 13 13H9ZM9 13V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-parking-area-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.77027 2.5 5.6554 3.69797 4.25276C3.86808 4.05358 4.05358 3.86808 4.25276 3.69797C5.6554 2.5 7.77027 2.5 12 2.5C16.2297 2.5 18.3446 2.5 19.7472 3.69797C19.9464 3.86808 20.1319 4.05358 20.302 4.25276C21.5 5.6554 21.5 7.77027 21.5 12C21.5 16.2297 21.5 18.3446 20.302 19.7472C20.1319 19.9464 19.9464 20.1319 19.7472 20.302C18.3446 21.5 16.2297 21.5 12 21.5C7.77027 21.5 5.6554 21.5 4.25276 20.302C4.05358 20.1319 3.86808 19.9464 3.69797 19.7472C2.5 18.3446 2.5 16.2297 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 13V8.4C9 8.02774 9 7.84162 9.04894 7.69098C9.14786 7.38655 9.38655 7.14786 9.69098 7.04894C9.84162 7 10.0277 7 10.4 7H13C14.6569 7 16 8.34315 16 10C16 11.6569 14.6569 13 13 13H9ZM9 13V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.77027 2.5 5.6554 3.69797 4.25276C3.86808 4.05358 4.05358 3.86808 4.25276 3.69797C5.6554 2.5 7.77027 2.5 12 2.5C16.2297 2.5 18.3446 2.5 19.7472 3.69797C19.9464 3.86808 20.1319 4.05358 20.302 4.25276C21.5 5.6554 21.5 7.77027 21.5 12C21.5 16.2297 21.5 18.3446 20.302 19.7472C20.1319 19.9464 19.9464 20.1319 19.7472 20.302C18.3446 21.5 16.2297 21.5 12 21.5C7.77027 21.5 5.6554 21.5 4.25276 20.302C4.05358 20.1319 3.86808 19.9464 3.69797 19.7472C2.5 18.3446 2.5 16.2297 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 13V8.4C9 8.02774 9 7.84162 9.04894 7.69098C9.14786 7.38655 9.38655 7.14786 9.69098 7.04894C9.84162 7 10.0277 7 10.4 7H13C14.6569 7 16 8.34315 16 10C16 11.6569 14.6569 13 13 13H9ZM9 13V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-pickup-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.995 17.5C20.4178 17.5 21.0559 17.5 21.508 17.0126C21.5274 16.9917 21.5463 16.9702 21.5648 16.9482C21.9942 16.435 21.9942 15.6275 21.9942 14.0125C21.9942 12.7875 21.9942 12.175 21.7541 11.6578C21.5035 11.1178 21.0518 10.7814 20.102 10.0931C19.1586 9.40947 18.4877 8.64105 17.8486 7.58239C16.9371 6.07263 16.4813 5.31775 15.7978 4.90888C15.1143 4.5 14.3081 4.5 12.6958 4.5H11.997M11.997 4.5L13.115 7.97979C13.6629 9.68471 13.9368 10.5372 14.508 11.0186C15.0793 11.5 15.8169 11.5 17.2919 11.5H20.9943M11.997 4.5L11.9968 17.5M8.9978 17.5H14.9961M21.9944 14.5H20.9944M11.9969 11.5H2.9994C2.9994 11.5 2.67792 11.5044 2.39957 11.5C1.938 11.4928 1.99968 11.48 1.99968 11.54L1.99968 12.5C1.99968 12.5 1.97968 15.8 2.01568 16.1932C2.01568 16.4519 2.21962 16.6634 2.57952 16.88C2.81491 17.0365 3.1849 17.2856 3.47926 17.4044C3.83916 17.54 4.99884 17.5 4.99884 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9955 19.5C18.0998 19.5 18.995 18.6046 18.995 17.5C18.995 16.3954 18.0998 15.5 16.9955 15.5C15.8913 15.5 14.9961 16.3954 14.9961 17.5C14.9961 18.6046 15.8913 19.5 16.9955 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.99846 19.5C8.10272 19.5 8.9979 18.6046 8.9979 17.5C8.9979 16.3954 8.10272 15.5 6.99846 15.5C5.8942 15.5 4.99902 16.3954 4.99902 17.5C4.99902 18.6046 5.8942 19.5 6.99846 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.995 17.5C20.4178 17.5 21.0559 17.5 21.508 17.0126C21.5274 16.9917 21.5463 16.9702 21.5648 16.9482C21.9942 16.435 21.9942 15.6275 21.9942 14.0125C21.9942 12.7875 21.9942 12.175 21.7541 11.6578C21.5035 11.1178 21.0518 10.7814 20.102 10.0931C19.1586 9.40947 18.4877 8.64105 17.8486 7.58239C16.9371 6.07263 16.4813 5.31775 15.7978 4.90888C15.1143 4.5 14.3081 4.5 12.6958 4.5H11.997M11.997 4.5L13.115 7.97979C13.6629 9.68471 13.9368 10.5372 14.508 11.0186C15.0793 11.5 15.8169 11.5 17.2919 11.5H20.9943M11.997 4.5L11.9968 17.5M8.9978 17.5H14.9961M21.9944 14.5H20.9944M11.9969 11.5H2.9994C2.9994 11.5 2.67792 11.5044 2.39957 11.5C1.938 11.4928 1.99968 11.48 1.99968 11.54L1.99968 12.5C1.99968 12.5 1.97968 15.8 2.01568 16.1932C2.01568 16.4519 2.21962 16.6634 2.57952 16.88C2.81491 17.0365 3.1849 17.2856 3.47926 17.4044C3.83916 17.54 4.99884 17.5 4.99884 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9955 19.5C18.0998 19.5 18.995 18.6046 18.995 17.5C18.995 16.3954 18.0998 15.5 16.9955 15.5C15.8913 15.5 14.9961 16.3954 14.9961 17.5C14.9961 18.6046 15.8913 19.5 16.9955 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.99846 19.5C8.10272 19.5 8.9979 18.6046 8.9979 17.5C8.9979 16.3954 8.10272 15.5 6.99846 15.5C5.8942 15.5 4.99902 16.3954 4.99902 17.5C4.99902 18.6046 5.8942 19.5 6.99846 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-pickup-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 18C20.4232 18 21.0615 18 21.5137 17.5126C21.5331 17.4917 21.552 17.4702 21.5705 17.4482C22 16.935 22 16.1275 22 14.5125C22 13.2875 22 12.675 21.7599 12.1578C21.5092 11.6178 21.0574 11.2814 20.1073 10.5931C19.1636 9.90947 18.4926 9.14105 17.8533 8.08239C16.9415 6.57263 16.4856 5.81775 15.8019 5.40888C15.1182 5 14.3118 5 12.699 5H12M9 18H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 5L14.7457 8.47979C15.175 10.4834 15.2447 12 17.5311 12H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5L12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 12.75C12.4142 12.75 12.75 12.4142 12.75 12C12.75 11.5858 12.4142 11.25 12 11.25V12.75ZM2 12V11.25C1.58579 11.25 1.25 11.5858 1.25 12H2ZM2.4923 17.3282L2.07628 17.9522L2.07628 17.9522L2.4923 17.3282ZM5 18.75C5.41421 18.75 5.75 18.4142 5.75 18C5.75 17.5858 5.41421 17.25 5 17.25V18.75ZM12 11.25H2V12.75H12V11.25ZM1.25 12V16.4648H2.75V12H1.25ZM4.7111 18.75H5V17.25H4.7111V18.75ZM1.25 16.4648C1.25 16.7433 1.27934 17.0592 1.45859 17.3593C1.62769 17.6425 1.87968 17.8212 2.07628 17.9522L2.90833 16.7042C2.82197 16.6466 2.77644 16.6118 2.75045 16.5888C2.7283 16.5693 2.73476 16.5707 2.74643 16.5902C2.77529 16.6386 2.75 16.6504 2.75 16.4648H1.25ZM2.07628 17.9522C2.54095 18.262 2.8988 18.5079 3.30865 18.632C3.71849 18.7561 4.15263 18.75 4.7111 18.75V17.25C4.06732 17.25 3.89223 17.2415 3.74332 17.1964C3.59441 17.1513 3.44399 17.0613 2.90833 16.7042L2.07628 17.9522Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 18C20.4232 18 21.0615 18 21.5137 17.5126C21.5331 17.4917 21.552 17.4702 21.5705 17.4482C22 16.935 22 16.1275 22 14.5125C22 13.2875 22 12.675 21.7599 12.1578C21.5092 11.6178 21.0574 11.2814 20.1073 10.5931C19.1636 9.90947 18.4926 9.14105 17.8533 8.08239C16.9415 6.57263 16.4856 5.81775 15.8019 5.40888C15.1182 5 14.3118 5 12.699 5H12M9 18H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 5L14.7457 8.47979C15.175 10.4834 15.2447 12 17.5311 12H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 15H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5L12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 12.75C12.4142 12.75 12.75 12.4142 12.75 12C12.75 11.5858 12.4142 11.25 12 11.25V12.75ZM2 12V11.25C1.58579 11.25 1.25 11.5858 1.25 12H2ZM2.4923 17.3282L2.07628 17.9522L2.07628 17.9522L2.4923 17.3282ZM5 18.75C5.41421 18.75 5.75 18.4142 5.75 18C5.75 17.5858 5.41421 17.25 5 17.25V18.75ZM12 11.25H2V12.75H12V11.25ZM1.25 12V16.4648H2.75V12H1.25ZM4.7111 18.75H5V17.25H4.7111V18.75ZM1.25 16.4648C1.25 16.7433 1.27934 17.0592 1.45859 17.3593C1.62769 17.6425 1.87968 17.8212 2.07628 17.9522L2.90833 16.7042C2.82197 16.6466 2.77644 16.6118 2.75045 16.5888C2.7283 16.5693 2.73476 16.5707 2.74643 16.5902C2.77529 16.6386 2.75 16.6504 2.75 16.4648H1.25ZM2.07628 17.9522C2.54095 18.262 2.8988 18.5079 3.30865 18.632C3.71849 18.7561 4.15263 18.75 4.7111 18.75V17.25C4.06732 17.25 3.89223 17.2415 3.74332 17.1964C3.59441 17.1513 3.44399 17.0613 2.90833 16.7042L2.07628 17.9522Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-plane{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9C8.89837 9 7.77572 11.6032 7.1393 14.2373C6.33194 17.5789 9.1763 19.0941 12 18.9955C14.8237 19.0941 17.6681 17.5789 16.8607 14.2373C16.2243 11.6032 15.1016 9 12 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 14H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.99981 21H4.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.9998 21H20.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15L2 17M17 15L22 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9L12 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 18L4 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 18L20 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9C8.89837 9 7.77572 11.6032 7.1393 14.2373C6.33194 17.5789 9.1763 19.0941 12 18.9955C14.8237 19.0941 17.6681 17.5789 16.8607 14.2373C16.2243 11.6032 15.1016 9 12 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 14H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.99981 21H4.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.9998 21H20.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15L2 17M17 15L22 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9L12 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 18L4 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 18L20 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-police-car{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 13L4.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 13.5L19.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18.5L8.24567 17.8858C8.61101 16.9725 8.79368 16.5158 9.17461 16.2579C9.55553 16 10.0474 16 11.0311 16H12.9689C13.9526 16 14.4445 16 14.8254 16.2579C15.2063 16.5158 15.389 16.9725 15.7543 17.8858L16 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 18V20.882C2 21.2607 2.24075 21.607 2.62188 21.7764C2.86918 21.8863 3.10538 22 3.39058 22H5.10942C5.39462 22 5.63082 21.8863 5.87812 21.7764C6.25925 21.607 6.5 21.2607 6.5 20.882V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 19V20.882C17.5 21.2607 17.7408 21.607 18.1219 21.7764C18.3692 21.8863 18.6054 22 18.8906 22H20.6094C20.8946 22 21.1308 21.8863 21.3781 21.7764C21.7592 21.607 22 21.2607 22 20.882V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 9.5L21 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9.5L3 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 10.5L5.5883 7.50716C6.02832 6.29713 6.24832 5.69211 6.7721 5.34606C7.29587 5 7.99159 5 9.38304 5H14.617C16.0084 5 16.7041 5 17.2279 5.34606C17.7517 5.69211 17.9717 6.29713 18.4117 7.50716L19.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 10.5H19.5C20.4572 11.4572 22 12.7902 22 14.2774V17.5552C22 18.094 21.6205 18.5474 21.1168 18.6104L18 19H6L2.88316 18.6104C2.37955 18.5474 2 18.094 2 17.5552V14.2774C2 12.7902 3.54279 11.4572 4.5 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 3.8C10 2.80589 10.5373 2 11.2 2H12H12.8C13.4627 2 14 2.80589 14 3.8C14 4.46274 13.6418 5 13.2 5H10.8C10.3582 5 10 4.46274 10 3.8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 13L4.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 13.5L19.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18.5L8.24567 17.8858C8.61101 16.9725 8.79368 16.5158 9.17461 16.2579C9.55553 16 10.0474 16 11.0311 16H12.9689C13.9526 16 14.4445 16 14.8254 16.2579C15.2063 16.5158 15.389 16.9725 15.7543 17.8858L16 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 18V20.882C2 21.2607 2.24075 21.607 2.62188 21.7764C2.86918 21.8863 3.10538 22 3.39058 22H5.10942C5.39462 22 5.63082 21.8863 5.87812 21.7764C6.25925 21.607 6.5 21.2607 6.5 20.882V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 19V20.882C17.5 21.2607 17.7408 21.607 18.1219 21.7764C18.3692 21.8863 18.6054 22 18.8906 22H20.6094C20.8946 22 21.1308 21.8863 21.3781 21.7764C21.7592 21.607 22 21.2607 22 20.882V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 9.5L21 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9.5L3 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 10.5L5.5883 7.50716C6.02832 6.29713 6.24832 5.69211 6.7721 5.34606C7.29587 5 7.99159 5 9.38304 5H14.617C16.0084 5 16.7041 5 17.2279 5.34606C17.7517 5.69211 17.9717 6.29713 18.4117 7.50716L19.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 10.5H19.5C20.4572 11.4572 22 12.7902 22 14.2774V17.5552C22 18.094 21.6205 18.5474 21.1168 18.6104L18 19H6L2.88316 18.6104C2.37955 18.5474 2 18.094 2 17.5552V14.2774C2 12.7902 3.54279 11.4572 4.5 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 3.8C10 2.80589 10.5373 2 11.2 2H12H12.8C13.4627 2 14 2.80589 14 3.8C14 4.46274 13.6418 5 13.2 5H10.8C10.3582 5 10 4.46274 10 3.8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-road{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 22L2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22L22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.75 13C17.75 12.5858 17.4142 12.25 17 12.25C16.5858 12.25 16.25 12.5858 16.25 13H17.75ZM16.25 14.5C16.25 14.9142 16.5858 15.25 17 15.25C17.4142 15.25 17.75 14.9142 17.75 14.5H16.25ZM7.75 13C7.75 12.5858 7.41421 12.25 7 12.25C6.58579 12.25 6.25 12.5858 6.25 13H7.75ZM6.25 14.5C6.25 14.9142 6.58579 15.25 7 15.25C7.41421 15.25 7.75 14.9142 7.75 14.5H6.25ZM5.77933 7.98504C5.4397 7.74793 4.97215 7.83104 4.73504 8.17067C4.49793 8.5103 4.58104 8.97785 4.92067 9.21496L5.77933 7.98504ZM5.97067 9.94801C6.3103 10.1851 6.77785 10.102 7.01496 9.76238C7.25207 9.42275 7.16896 8.95521 6.82933 8.71809L5.97067 9.94801ZM18.8971 9.67479C19.2882 9.53833 19.4946 9.11066 19.3581 8.71957C19.2217 8.32849 18.794 8.12207 18.4029 8.25854L18.8971 9.67479ZM17.3529 8.62493C16.9618 8.76139 16.7554 9.18906 16.8919 9.58015C17.0283 9.97123 17.456 10.1776 17.8471 10.0412L17.3529 8.62493ZM13.5 11.25C13.9142 11.25 14.25 10.9142 14.25 10.5C14.25 10.0858 13.9142 9.75 13.5 9.75V11.25ZM10.5 9.75C10.0858 9.75 9.75 10.0858 9.75 10.5C9.75 10.9142 10.0858 11.25 10.5 11.25V9.75ZM17.252 5.36896C16.8851 5.56116 16.7434 6.01441 16.9356 6.38134C17.1278 6.74826 17.5811 6.8899 17.948 6.69771L17.252 5.36896ZM18.648 6.33104C19.0149 6.13884 19.1566 5.68559 18.9644 5.31866C18.7722 4.95174 18.3189 4.8101 17.952 5.00229L18.648 6.33104ZM6.05199 6.69771C6.41892 6.8899 6.87218 6.74826 7.06437 6.38134C7.25657 6.01441 7.11493 5.56116 6.74801 5.36896L6.05199 6.69771ZM6.04801 5.00229C5.68108 4.8101 5.22782 4.95174 5.03563 5.31866C4.84343 5.68559 4.98507 6.13884 5.35199 6.33104L6.04801 5.00229ZM7.51181 4.00573L6.79712 3.77833V3.77833L7.51181 4.00573ZM16.4882 4.00573L17.2029 3.77833V3.77833L16.4882 4.00573ZM8.34047 2.27684L7.88852 1.67831L7.88852 1.67831L8.34047 2.27684ZM5.61821 12.6975L5.72122 11.9546H5.72122L5.61821 12.6975ZM7.8 13L7.69699 13.7429C7.73113 13.7476 7.76554 13.75 7.8 13.75V13ZM18.3818 12.6975L18.2788 11.9546H18.2788L18.3818 12.6975ZM16.2 13V13.75C16.2345 13.75 16.2689 13.7476 16.303 13.7429L16.2 13ZM16.25 13V14.5H17.75V13H16.25ZM6.25 13V14.5H7.75V13H6.25ZM4.92067 9.21496L5.97067 9.94801L6.82933 8.71809L5.77933 7.98504L4.92067 9.21496ZM18.4029 8.25854L17.3529 8.62493L17.8471 10.0412L18.8971 9.67479L18.4029 8.25854ZM17.948 6.69771L18.648 6.33104L17.952 5.00229L17.252 5.36896L17.948 6.69771ZM6.74801 5.36896L6.04801 5.00229L5.35199 6.33104L6.05199 6.69771L6.74801 5.36896ZM7.46469 6.6274L8.22651 4.23313L6.79712 3.77833L6.03531 6.1726L7.46469 6.6274ZM17.9647 6.1726L17.2029 3.77833L15.7735 4.23313L16.5353 6.6274L17.9647 6.1726ZM10.1681 2.75H13.8319V1.25H10.1681V2.75ZM17.2029 3.77833C17.054 3.31031 16.9248 2.90085 16.7813 2.57771C16.6309 2.239 16.435 1.92256 16.1115 1.67831L15.2076 2.87538C15.2507 2.90797 15.3151 2.97196 15.4104 3.18648C15.5126 3.41656 15.6144 3.73313 15.7735 4.23313L17.2029 3.77833ZM13.8319 2.75C14.337 2.75 14.6498 2.75124 14.8844 2.7793C15.0976 2.8048 15.1674 2.84501 15.2076 2.87538L16.1115 1.67831C15.7851 1.43184 15.428 1.33363 15.0625 1.28991C14.7184 1.24876 14.3008 1.25 13.8319 1.25V2.75ZM8.22651 4.23313C8.3856 3.73313 8.48744 3.41656 8.58961 3.18648C8.68487 2.97196 8.74925 2.90797 8.79241 2.87538L7.88852 1.67831C7.56504 1.92256 7.3691 2.239 7.2187 2.57771C7.0752 2.90085 6.94603 3.31031 6.79712 3.77833L8.22651 4.23313ZM10.1681 1.25C9.6992 1.25 9.28156 1.24876 8.93747 1.28991C8.572 1.33363 8.21494 1.43184 7.88852 1.67831L8.79241 2.87538C8.83264 2.84501 8.90241 2.8048 9.1156 2.7793C9.35018 2.75124 9.66304 2.75 10.1681 2.75V1.25ZM4.25 9.33305V11.8781H5.75V9.33305H4.25ZM5.51521 13.4404L7.69699 13.7429L7.90301 12.2571L5.72122 11.9546L5.51521 13.4404ZM18.25 9.33305V11.8781H19.75V9.33305H18.25ZM18.2788 11.9546L16.097 12.2571L16.303 13.7429L18.4848 13.4404L18.2788 11.9546ZM7.8 13.75H16.2V12.25H7.8V13.75ZM6.75 7.15H17.25V5.65H6.75V7.15ZM18.25 11.8781C18.25 11.9305 18.233 11.9632 18.2244 11.9746C18.2206 11.9797 18.2214 11.9768 18.2304 11.9712C18.2402 11.9651 18.2568 11.9576 18.2788 11.9546L18.4848 13.4404C19.2965 13.3278 19.75 12.5742 19.75 11.8781H18.25ZM4.25 11.8781C4.25 12.5742 4.70348 13.3278 5.51521 13.4404L5.72122 11.9546C5.74316 11.9576 5.75983 11.9651 5.7696 11.9712C5.77865 11.9768 5.77942 11.9797 5.77561 11.9746C5.76699 11.9632 5.75 11.9305 5.75 11.8781H4.25ZM6.19295 5.89781C5.88795 6.23612 5.39982 6.73449 5.01311 7.27673C4.62444 7.82172 4.25 8.52519 4.25 9.33305H5.75C5.75 8.98616 5.91554 8.59473 6.23435 8.14769C6.55513 7.69791 6.942 7.30712 7.30705 6.90219L6.19295 5.89781ZM16.6929 6.90219C17.058 7.30712 17.4449 7.69791 17.7656 8.14769C18.0845 8.59473 18.25 8.98616 18.25 9.33305H19.75C19.75 8.52519 19.3756 7.82172 18.9869 7.27673C18.6002 6.73449 18.112 6.23612 17.8071 5.89781L16.6929 6.90219ZM10.5 11.25H13.5V9.75H10.5V11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 22L2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 22L22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.75 13C17.75 12.5858 17.4142 12.25 17 12.25C16.5858 12.25 16.25 12.5858 16.25 13H17.75ZM16.25 14.5C16.25 14.9142 16.5858 15.25 17 15.25C17.4142 15.25 17.75 14.9142 17.75 14.5H16.25ZM7.75 13C7.75 12.5858 7.41421 12.25 7 12.25C6.58579 12.25 6.25 12.5858 6.25 13H7.75ZM6.25 14.5C6.25 14.9142 6.58579 15.25 7 15.25C7.41421 15.25 7.75 14.9142 7.75 14.5H6.25ZM5.77933 7.98504C5.4397 7.74793 4.97215 7.83104 4.73504 8.17067C4.49793 8.5103 4.58104 8.97785 4.92067 9.21496L5.77933 7.98504ZM5.97067 9.94801C6.3103 10.1851 6.77785 10.102 7.01496 9.76238C7.25207 9.42275 7.16896 8.95521 6.82933 8.71809L5.97067 9.94801ZM18.8971 9.67479C19.2882 9.53833 19.4946 9.11066 19.3581 8.71957C19.2217 8.32849 18.794 8.12207 18.4029 8.25854L18.8971 9.67479ZM17.3529 8.62493C16.9618 8.76139 16.7554 9.18906 16.8919 9.58015C17.0283 9.97123 17.456 10.1776 17.8471 10.0412L17.3529 8.62493ZM13.5 11.25C13.9142 11.25 14.25 10.9142 14.25 10.5C14.25 10.0858 13.9142 9.75 13.5 9.75V11.25ZM10.5 9.75C10.0858 9.75 9.75 10.0858 9.75 10.5C9.75 10.9142 10.0858 11.25 10.5 11.25V9.75ZM17.252 5.36896C16.8851 5.56116 16.7434 6.01441 16.9356 6.38134C17.1278 6.74826 17.5811 6.8899 17.948 6.69771L17.252 5.36896ZM18.648 6.33104C19.0149 6.13884 19.1566 5.68559 18.9644 5.31866C18.7722 4.95174 18.3189 4.8101 17.952 5.00229L18.648 6.33104ZM6.05199 6.69771C6.41892 6.8899 6.87218 6.74826 7.06437 6.38134C7.25657 6.01441 7.11493 5.56116 6.74801 5.36896L6.05199 6.69771ZM6.04801 5.00229C5.68108 4.8101 5.22782 4.95174 5.03563 5.31866C4.84343 5.68559 4.98507 6.13884 5.35199 6.33104L6.04801 5.00229ZM7.51181 4.00573L6.79712 3.77833V3.77833L7.51181 4.00573ZM16.4882 4.00573L17.2029 3.77833V3.77833L16.4882 4.00573ZM8.34047 2.27684L7.88852 1.67831L7.88852 1.67831L8.34047 2.27684ZM5.61821 12.6975L5.72122 11.9546H5.72122L5.61821 12.6975ZM7.8 13L7.69699 13.7429C7.73113 13.7476 7.76554 13.75 7.8 13.75V13ZM18.3818 12.6975L18.2788 11.9546H18.2788L18.3818 12.6975ZM16.2 13V13.75C16.2345 13.75 16.2689 13.7476 16.303 13.7429L16.2 13ZM16.25 13V14.5H17.75V13H16.25ZM6.25 13V14.5H7.75V13H6.25ZM4.92067 9.21496L5.97067 9.94801L6.82933 8.71809L5.77933 7.98504L4.92067 9.21496ZM18.4029 8.25854L17.3529 8.62493L17.8471 10.0412L18.8971 9.67479L18.4029 8.25854ZM17.948 6.69771L18.648 6.33104L17.952 5.00229L17.252 5.36896L17.948 6.69771ZM6.74801 5.36896L6.04801 5.00229L5.35199 6.33104L6.05199 6.69771L6.74801 5.36896ZM7.46469 6.6274L8.22651 4.23313L6.79712 3.77833L6.03531 6.1726L7.46469 6.6274ZM17.9647 6.1726L17.2029 3.77833L15.7735 4.23313L16.5353 6.6274L17.9647 6.1726ZM10.1681 2.75H13.8319V1.25H10.1681V2.75ZM17.2029 3.77833C17.054 3.31031 16.9248 2.90085 16.7813 2.57771C16.6309 2.239 16.435 1.92256 16.1115 1.67831L15.2076 2.87538C15.2507 2.90797 15.3151 2.97196 15.4104 3.18648C15.5126 3.41656 15.6144 3.73313 15.7735 4.23313L17.2029 3.77833ZM13.8319 2.75C14.337 2.75 14.6498 2.75124 14.8844 2.7793C15.0976 2.8048 15.1674 2.84501 15.2076 2.87538L16.1115 1.67831C15.7851 1.43184 15.428 1.33363 15.0625 1.28991C14.7184 1.24876 14.3008 1.25 13.8319 1.25V2.75ZM8.22651 4.23313C8.3856 3.73313 8.48744 3.41656 8.58961 3.18648C8.68487 2.97196 8.74925 2.90797 8.79241 2.87538L7.88852 1.67831C7.56504 1.92256 7.3691 2.239 7.2187 2.57771C7.0752 2.90085 6.94603 3.31031 6.79712 3.77833L8.22651 4.23313ZM10.1681 1.25C9.6992 1.25 9.28156 1.24876 8.93747 1.28991C8.572 1.33363 8.21494 1.43184 7.88852 1.67831L8.79241 2.87538C8.83264 2.84501 8.90241 2.8048 9.1156 2.7793C9.35018 2.75124 9.66304 2.75 10.1681 2.75V1.25ZM4.25 9.33305V11.8781H5.75V9.33305H4.25ZM5.51521 13.4404L7.69699 13.7429L7.90301 12.2571L5.72122 11.9546L5.51521 13.4404ZM18.25 9.33305V11.8781H19.75V9.33305H18.25ZM18.2788 11.9546L16.097 12.2571L16.303 13.7429L18.4848 13.4404L18.2788 11.9546ZM7.8 13.75H16.2V12.25H7.8V13.75ZM6.75 7.15H17.25V5.65H6.75V7.15ZM18.25 11.8781C18.25 11.9305 18.233 11.9632 18.2244 11.9746C18.2206 11.9797 18.2214 11.9768 18.2304 11.9712C18.2402 11.9651 18.2568 11.9576 18.2788 11.9546L18.4848 13.4404C19.2965 13.3278 19.75 12.5742 19.75 11.8781H18.25ZM4.25 11.8781C4.25 12.5742 4.70348 13.3278 5.51521 13.4404L5.72122 11.9546C5.74316 11.9576 5.75983 11.9651 5.7696 11.9712C5.77865 11.9768 5.77942 11.9797 5.77561 11.9746C5.76699 11.9632 5.75 11.9305 5.75 11.8781H4.25ZM6.19295 5.89781C5.88795 6.23612 5.39982 6.73449 5.01311 7.27673C4.62444 7.82172 4.25 8.52519 4.25 9.33305H5.75C5.75 8.98616 5.91554 8.59473 6.23435 8.14769C6.55513 7.69791 6.942 7.30712 7.30705 6.90219L6.19295 5.89781ZM16.6929 6.90219C17.058 7.30712 17.4449 7.69791 17.7656 8.14769C18.0845 8.59473 18.25 8.98616 18.25 9.33305H19.75C19.75 8.52519 19.3756 7.82172 18.9869 7.27673C18.6002 6.73449 18.112 6.23612 17.8071 5.89781L16.6929 6.90219ZM10.5 11.25H13.5V9.75H10.5V11.25Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-rocket{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 10.1667L12.1232 6.04344C13.2481 4.91858 13.8105 4.35614 14.4312 3.90314C15.7047 2.9737 17.1818 2.36187 18.7395 2.11858C19.4988 2 20.2942 2 21.885 2C21.9681 2 22 2.03812 22 2.11504C22 3.70584 22 4.50125 21.8814 5.26046C21.6381 6.81818 21.0263 8.29527 20.0969 9.56878C19.6439 10.1895 19.0814 10.7519 17.9566 11.8768L13.8333 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.341 8.09838C8.63808 8.09838 6.49778 7.73765 4.9043 8.39769C3.73671 8.88132 2.87754 10.0012 2 10.8787L5.30597 12.2955C6.18208 12.671 5.64651 13.7766 5.50147 14.5018C5.33985 15.3099 5.34886 15.3397 5.93158 15.9224L8.07758 18.0684C8.6603 18.6511 8.69008 18.6602 9.49816 18.4985C10.2234 18.3535 11.329 17.8179 11.7044 18.694L13.1213 22C13.9988 21.1225 15.1187 20.2633 15.6023 19.0957C16.2624 17.5022 15.9016 15.3619 15.9016 13.659%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20L11 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12L3 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 4.08008C16.2 4.26008 17.46 4.74008 18.1614 5.46008C19.0576 6.25224 19.68 7.32008 19.92 9.00008%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22square%22%2F%3E%0A%3Cpath d%3D%22M17.94 6.05957L16.5 7.49957%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 10.1667L12.1232 6.04344C13.2481 4.91858 13.8105 4.35614 14.4312 3.90314C15.7047 2.9737 17.1818 2.36187 18.7395 2.11858C19.4988 2 20.2942 2 21.885 2C21.9681 2 22 2.03812 22 2.11504C22 3.70584 22 4.50125 21.8814 5.26046C21.6381 6.81818 21.0263 8.29527 20.0969 9.56878C19.6439 10.1895 19.0814 10.7519 17.9566 11.8768L13.8333 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.341 8.09838C8.63808 8.09838 6.49778 7.73765 4.9043 8.39769C3.73671 8.88132 2.87754 10.0012 2 10.8787L5.30597 12.2955C6.18208 12.671 5.64651 13.7766 5.50147 14.5018C5.33985 15.3099 5.34886 15.3397 5.93158 15.9224L8.07758 18.0684C8.6603 18.6511 8.69008 18.6602 9.49816 18.4985C10.2234 18.3535 11.329 17.8179 11.7044 18.694L13.1213 22C13.9988 21.1225 15.1187 20.2633 15.6023 19.0957C16.2624 17.5022 15.9016 15.3619 15.9016 13.659%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20L11 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12L3 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 4.08008C16.2 4.26008 17.46 4.74008 18.1614 5.46008C19.0576 6.25224 19.68 7.32008 19.92 9.00008%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22square%22%2F%3E%0A%3Cpath d%3D%22M17.94 6.05957L16.5 7.49957%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-school-bus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10C4 6.22876 4 4.34315 5.17157 3.17157C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.17157C20 4.34315 20 6.22876 20 10V13C20 15.8284 20 17.2426 19.1213 18.1213C18.2426 19 16.8284 19 14 19H10C7.17157 19 5.75736 19 4.87868 18.1213C4 17.2426 4 15.8284 4 13V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8L2 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8L22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 5L19.5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 13L19.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10C4 6.22876 4 4.34315 5.17157 3.17157C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.17157C20 4.34315 20 6.22876 20 10V13C20 15.8284 20 17.2426 19.1213 18.1213C18.2426 19 16.8284 19 14 19H10C7.17157 19 5.75736 19 4.87868 18.1213C4 17.2426 4 15.8284 4 13V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8L2 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8L22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 5L19.5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 13L19.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-scooter-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.97579 17C2.98763 17 2.49356 17 2.19107 16.5529C1.88859 16.1059 1.98915 15.633 2.19025 14.6872C2.83062 11.6757 4.74084 10 6.99778 10C9.33384 10 11.2984 11.7952 11.8679 15.0088C12.0187 15.8599 12.0942 16.2854 11.7934 16.6427C11.4926 17 11.0043 17 10.0275 17H3.97579Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 17C10 18.6569 8.65685 20 7 20C5.34315 20 4 18.6569 4 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2216%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.1203 4H16.1322C16.1874 4 16.215 4 16.2406 4.0003C17.7795 4.01851 19.1822 4.85203 19.8874 6.16725C19.8991 6.18913 19.9115 6.21285 19.9361 6.26031C19.9435 6.2744 19.9471 6.28145 19.9496 6.28656C20.1103 6.61381 19.8674 6.99169 19.4911 6.99987C19.4852 7 19.477 7 19.4607 7H16.8125C16.5191 7 16.3724 7 16.3111 7.09242C16.2497 7.18485 16.3116 7.31275 16.4352 7.56855L17.4565 9.68182C17.8386 10.4726 18.0297 10.8679 17.9856 11.2791C17.9415 11.6902 17.6705 12.0397 17.1285 12.7388L15.5361 14.7929C15.0769 15.3851 14.8473 15.6813 14.5171 15.8406C14.1868 16 13.8026 16 13.0343 16H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.97579 17C2.98763 17 2.49356 17 2.19107 16.5529C1.88859 16.1059 1.98915 15.633 2.19025 14.6872C2.83062 11.6757 4.74084 10 6.99778 10C9.33384 10 11.2984 11.7952 11.8679 15.0088C12.0187 15.8599 12.0942 16.2854 11.7934 16.6427C11.4926 17 11.0043 17 10.0275 17H3.97579Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 17C10 18.6569 8.65685 20 7 20C5.34315 20 4 18.6569 4 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2216%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.1203 4H16.1322C16.1874 4 16.215 4 16.2406 4.0003C17.7795 4.01851 19.1822 4.85203 19.8874 6.16725C19.8991 6.18913 19.9115 6.21285 19.9361 6.26031C19.9435 6.2744 19.9471 6.28145 19.9496 6.28656C20.1103 6.61381 19.8674 6.99169 19.4911 6.99987C19.4852 7 19.477 7 19.4607 7H16.8125C16.5191 7 16.3724 7 16.3111 7.09242C16.2497 7.18485 16.3116 7.31275 16.4352 7.56855L17.4565 9.68182C17.8386 10.4726 18.0297 10.8679 17.9856 11.2791C17.9415 11.6902 17.6705 12.0397 17.1285 12.7388L15.5361 14.7929C15.0769 15.3851 14.8473 15.6813 14.5171 15.8406C14.1868 16 13.8026 16 13.0343 16H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-scooter-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 16C2 12.8182 4.23858 11 7 11C9.76142 11 12 12.8182 12 16H2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 8H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16C10 17.6569 8.65685 19 7 19C5.34315 19 4 17.6569 4 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2217%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 8C17.3333 8.63768 20 11.1739 20 15M15.9899 5H16.5366C17.5214 5 18.4246 5.57927 18.8809 6.5034C19.1964 7.14264 18.8809 8 17.9849 8H15.9899M15.9899 5V8M15.9899 5H12.9444M15.9899 8C15.9899 9.91304 15.7776 16 12 16H17.6665%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 16C2 12.8182 4.23858 11 7 11C9.76142 11 12 12.8182 12 16H2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 8H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16C10 17.6569 8.65685 19 7 19C5.34315 19 4 17.6569 4 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2217%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 8C17.3333 8.63768 20 11.1739 20 15M15.9899 5H16.5366C17.5214 5 18.4246 5.57927 18.8809 6.5034C19.1964 7.14264 18.8809 8 17.9849 8H15.9899M15.9899 5V8M15.9899 5H12.9444M15.9899 8C15.9899 9.91304 15.7776 16 12 16H17.6665%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-scooter-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%224%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 4H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 4H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 20C7.6725 19.9645 6.90036 19.8282 6.42177 19.3045C5.77472 18.5965 5.9693 17.5144 6.35847 15.35L6.96989 11.9497C7.21514 10.5857 7.33777 9.90371 7.69445 9.38625C8.0453 8.87725 8.55358 8.47814 9.15294 8.24104C9.76224 8 10.5082 8 12 8C13.4918 8 14.2378 8 14.8471 8.24104C15.4464 8.47814 15.9547 8.87725 16.3056 9.38625C16.6622 9.90371 16.7849 10.5857 17.0301 11.9497L17.6415 15.35C18.0307 17.5144 18.2253 18.5965 17.5782 19.3045C17.1018 19.8258 16.3345 19.9636 15.018 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%224%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 4H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 4H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 20C7.6725 19.9645 6.90036 19.8282 6.42177 19.3045C5.77472 18.5965 5.9693 17.5144 6.35847 15.35L6.96989 11.9497C7.21514 10.5857 7.33777 9.90371 7.69445 9.38625C8.0453 8.87725 8.55358 8.47814 9.15294 8.24104C9.76224 8 10.5082 8 12 8C13.4918 8 14.2378 8 14.8471 8.24104C15.4464 8.47814 15.9547 8.87725 16.3056 9.38625C16.6622 9.90371 16.7849 10.5857 17.0301 11.9497L17.6415 15.35C18.0307 17.5144 18.2253 18.5965 17.5782 19.3045C17.1018 19.8258 16.3345 19.9636 15.018 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-scooter-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%224%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.51383 18H13.2887C14.0213 18 14.3876 18 14.6328 17.8445C14.878 17.689 15.0854 17.2491 15.5002 16.3693C15.735 15.8712 16.0361 15.411 16.3921 15M16.3921 15L4 16M16.3921 15C17.0623 14.2264 17.9273 13.6269 18.913 13.2759C19.4501 13.0846 19.7186 12.9889 19.8093 12.8143C19.8999 12.6397 19.8331 12.3991 19.6995 11.918L18.1691 6.4088C17.9184 5.50632 17.7931 5.05508 17.5225 4.72715C17.3256 4.4885 17.076 4.29879 16.7934 4.17293C16.405 4 15.9366 4 15 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%224%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.51383 18H13.2887C14.0213 18 14.3876 18 14.6328 17.8445C14.878 17.689 15.0854 17.2491 15.5002 16.3693C15.735 15.8712 16.0361 15.411 16.3921 15M16.3921 15L4 16M16.3921 15C17.0623 14.2264 17.9273 13.6269 18.913 13.2759C19.4501 13.0846 19.7186 12.9889 19.8093 12.8143C19.8999 12.6397 19.8331 12.3991 19.6995 11.918L18.1691 6.4088C17.9184 5.50632 17.7931 5.05508 17.5225 4.72715C17.3256 4.4885 17.076 4.29879 16.7934 4.17293C16.405 4 15.9366 4 15 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-scooter-electric{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%224%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.51383 18H13.2887C14.0213 18 14.3876 18 14.6328 17.8445C14.878 17.689 15.0854 17.2491 15.5002 16.3693C15.735 15.8712 16.0361 15.411 16.3921 15M16.3921 15L4 16M16.3921 15C17.0623 14.2264 17.9273 13.6269 18.913 13.2759C19.4501 13.0846 19.7186 12.9889 19.8093 12.8143C19.8999 12.6397 19.8331 12.3991 19.6995 11.918L18.1691 6.4088C17.9184 5.50632 17.7931 5.05508 17.5225 4.72715C17.3256 4.4885 17.076 4.29879 16.7934 4.17293C16.405 4 15.9366 4 15 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.4626 7L10.0686 8.81238C9.91919 9.0066 10.0263 9.28605 10.2699 9.33776L11.7301 9.64772C11.9899 9.70285 12.0889 10.0122 11.9073 10.2011L10.1777 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%224%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.51383 18H13.2887C14.0213 18 14.3876 18 14.6328 17.8445C14.878 17.689 15.0854 17.2491 15.5002 16.3693C15.735 15.8712 16.0361 15.411 16.3921 15M16.3921 15L4 16M16.3921 15C17.0623 14.2264 17.9273 13.6269 18.913 13.2759C19.4501 13.0846 19.7186 12.9889 19.8093 12.8143C19.8999 12.6397 19.8331 12.3991 19.6995 11.918L18.1691 6.4088C17.9184 5.50632 17.7931 5.05508 17.5225 4.72715C17.3256 4.4885 17.076 4.29879 16.7934 4.17293C16.405 4 15.9366 4 15 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.4626 7L10.0686 8.81238C9.91919 9.0066 10.0263 9.28605 10.2699 9.33776L11.7301 9.64772C11.9899 9.70285 12.0889 10.0122 11.9073 10.2011L10.1777 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-shipping-center{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 15.75H19V14.25H5V15.75ZM19 20.25H5V21.75H19V20.25ZM5 20.25C3.75736 20.25 2.75 19.2426 2.75 18H1.25C1.25 20.0711 2.92893 21.75 5 21.75V20.25ZM21.25 18C21.25 19.2426 20.2426 20.25 19 20.25V21.75C21.0711 21.75 22.75 20.0711 22.75 18H21.25ZM19 15.75C20.2426 15.75 21.25 16.7574 21.25 18H22.75C22.75 15.9289 21.0711 14.25 19 14.25V15.75ZM5 14.25C2.92893 14.25 1.25 15.9289 1.25 18H2.75C2.75 16.7574 3.75736 15.75 5 15.75V14.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6 9C6 6.17157 6 4.75736 6.87868 3.87868C7.75736 3 9.17157 3 12 3C14.8284 3 16.2426 3 17.1213 3.87868C18 4.75736 18 6.17157 18 9C18 11.8284 18 13.2426 17.1213 14.1213C16.2426 15 14.8284 15 12 15C9.17157 15 7.75736 15 6.87868 14.1213C6 13.2426 6 11.8284 6 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9955 18H12.0045M7 18H7.00897M16.991 18H17%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 6H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 15.75H19V14.25H5V15.75ZM19 20.25H5V21.75H19V20.25ZM5 20.25C3.75736 20.25 2.75 19.2426 2.75 18H1.25C1.25 20.0711 2.92893 21.75 5 21.75V20.25ZM21.25 18C21.25 19.2426 20.2426 20.25 19 20.25V21.75C21.0711 21.75 22.75 20.0711 22.75 18H21.25ZM19 15.75C20.2426 15.75 21.25 16.7574 21.25 18H22.75C22.75 15.9289 21.0711 14.25 19 14.25V15.75ZM5 14.25C2.92893 14.25 1.25 15.9289 1.25 18H2.75C2.75 16.7574 3.75736 15.75 5 15.75V14.25Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M6 9C6 6.17157 6 4.75736 6.87868 3.87868C7.75736 3 9.17157 3 12 3C14.8284 3 16.2426 3 17.1213 3.87868C18 4.75736 18 6.17157 18 9C18 11.8284 18 13.2426 17.1213 14.1213C16.2426 15 14.8284 15 12 15C9.17157 15 7.75736 15 6.87868 14.1213C6 13.2426 6 11.8284 6 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9955 18H12.0045M7 18H7.00897M16.991 18H17%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 6H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-speed-train-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3H6.73259C9.34372 3 10.6493 3 11.8679 3.40119C13.0866 3.80239 14.1368 4.57795 16.2373 6.12907L19.9289 8.85517C19.9692 8.88495 19.9894 8.89984 20.0084 8.91416C21.2491 9.84877 21.985 11.307 21.9998 12.8603C22 12.8841 22 12.9091 22 12.9593C22 12.9971 22 13.016 21.9997 13.032C21.9825 14.1115 21.1115 14.9825 20.032 14.9997C20.016 15 19.9971 15 19.9593 15H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8H3.89284C4.16278 8 4.29775 8 4.4256 8.0082C5.52021 8.07839 6.53798 8.595 7.24076 9.43715C7.32284 9.53551 7.40251 9.64446 7.56185 9.86235C7.61383 9.93344 7.63982 9.96899 7.66371 10.0048C7.86673 10.3091 7.98241 10.6633 7.99815 11.0287C8 11.0717 8 11.1158 8 11.2038V11.4157C8 11.5874 8 11.6732 7.9741 11.7416C7.93351 11.8488 7.84884 11.9335 7.74159 11.9741C7.67317 12 7.58735 12 7.41572 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 11H17.3333C14.3878 11 12 8.76142 12 6V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 19H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3H6.73259C9.34372 3 10.6493 3 11.8679 3.40119C13.0866 3.80239 14.1368 4.57795 16.2373 6.12907L19.9289 8.85517C19.9692 8.88495 19.9894 8.89984 20.0084 8.91416C21.2491 9.84877 21.985 11.307 21.9998 12.8603C22 12.8841 22 12.9091 22 12.9593C22 12.9971 22 13.016 21.9997 13.032C21.9825 14.1115 21.1115 14.9825 20.032 14.9997C20.016 15 19.9971 15 19.9593 15H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8H3.89284C4.16278 8 4.29775 8 4.4256 8.0082C5.52021 8.07839 6.53798 8.595 7.24076 9.43715C7.32284 9.53551 7.40251 9.64446 7.56185 9.86235C7.61383 9.93344 7.63982 9.96899 7.66371 10.0048C7.86673 10.3091 7.98241 10.6633 7.99815 11.0287C8 11.0717 8 11.1158 8 11.2038V11.4157C8 11.5874 8 11.6732 7.9741 11.7416C7.93351 11.8488 7.84884 11.9335 7.74159 11.9741C7.67317 12 7.58735 12 7.41572 12H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 11H17.3333C14.3878 11 12 8.76142 12 6V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 19H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-speed-train-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3H6.73259C9.34372 3 10.6493 3 11.8679 3.40119C13.0866 3.80239 14.1368 4.57795 16.2373 6.12907L19.9289 8.85517C19.9692 8.88495 19.9894 8.89984 20.0084 8.91416C21.2491 9.84877 21.985 11.307 21.9998 12.8603C22 12.8841 22 12.9091 22 12.9593C22 12.9971 22 13.016 21.9997 13.032C21.9825 14.1115 21.1115 14.9825 20.032 14.9997C20.016 15 19.9971 15 19.9593 15H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11H6.095C8.68885 11 9.98577 11 11.1857 11.451C12.3856 11.9019 13.3983 12.77 15.4238 14.5061L16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 19H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3H6.73259C9.34372 3 10.6493 3 11.8679 3.40119C13.0866 3.80239 14.1368 4.57795 16.2373 6.12907L19.9289 8.85517C19.9692 8.88495 19.9894 8.89984 20.0084 8.91416C21.2491 9.84877 21.985 11.307 21.9998 12.8603C22 12.8841 22 12.9091 22 12.9593C22 12.9971 22 13.016 21.9997 13.032C21.9825 14.1115 21.1115 14.9825 20.032 14.9997C20.016 15 19.9971 15 19.9593 15H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11H6.095C8.68885 11 9.98577 11 11.1857 11.451C12.3856 11.9019 13.3983 12.77 15.4238 14.5061L16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 7H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 19H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-submarine{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 12H9.64103C8.665 12 7.68502 12.85 6.87882 13.3085C6.53595 13.5035 6.36451 13.601 6.20707 13.5706C6.04963 13.5401 5.88565 13.35 5.55769 12.9698C4.87109 12.1737 4.12853 12 3 12C2.44772 12 2 12.5223 2 13.1667V17.8333C2 18.4777 2.44772 19 3 19C4.12854 19 4.87109 18.8263 5.55769 18.0302C5.88565 17.65 6.04963 17.4599 6.20707 17.4294C6.36451 17.399 6.53595 17.4965 6.87882 17.6915C7.68502 18.15 8.665 19 9.64102 19H19C20.6569 19 22 17.433 22 15.5C22 13.567 20.6569 12 19 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 12L11.0594 10.7635C11.4467 9.90726 11.6404 9.47914 12.0117 9.23957C12.383 9 12.8529 9 13.7927 9H14.2073C15.1471 9 15.617 9 15.9883 9.23957C16.3596 9.47914 16.5533 9.90726 16.9406 10.7635L17.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9V5C14 4.44772 14.4477 4 15 4H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 12H9.64103C8.665 12 7.68502 12.85 6.87882 13.3085C6.53595 13.5035 6.36451 13.601 6.20707 13.5706C6.04963 13.5401 5.88565 13.35 5.55769 12.9698C4.87109 12.1737 4.12853 12 3 12C2.44772 12 2 12.5223 2 13.1667V17.8333C2 18.4777 2.44772 19 3 19C4.12854 19 4.87109 18.8263 5.55769 18.0302C5.88565 17.65 6.04963 17.4599 6.20707 17.4294C6.36451 17.399 6.53595 17.4965 6.87882 17.6915C7.68502 18.15 8.665 19 9.64102 19H19C20.6569 19 22 17.433 22 15.5C22 13.567 20.6569 12 19 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 12L11.0594 10.7635C11.4467 9.90726 11.6404 9.47914 12.0117 9.23957C12.383 9 12.8529 9 13.7927 9H14.2073C15.1471 9 15.617 9 15.9883 9.23957C16.3596 9.47914 16.5533 9.90726 16.9406 10.7635L17.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9V5C14 4.44772 14.4477 4 15 4H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-taxi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 13L4.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 13.5L19.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18.5L8.24567 17.8858C8.61101 16.9725 8.79368 16.5158 9.17461 16.2579C9.55553 16 10.0474 16 11.0311 16H12.9689C13.9526 16 14.4445 16 14.8254 16.2579C15.2063 16.5158 15.389 16.9725 15.7543 17.8858L16 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 18V20.882C2 21.2607 2.24075 21.607 2.62188 21.7764C2.86918 21.8863 3.10538 22 3.39058 22H5.10942C5.39462 22 5.63082 21.8863 5.87812 21.7764C6.25925 21.607 6.5 21.2607 6.5 20.882V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 19V20.882C17.5 21.2607 17.7408 21.607 18.1219 21.7764C18.3692 21.8863 18.6054 22 18.8906 22H20.6094C20.8946 22 21.1308 21.8863 21.3781 21.7764C21.7592 21.607 22 21.2607 22 20.882V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 9.5L21 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9.5L3 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 10.5L5.5883 7.23509C6.02832 5.91505 6.24832 5.25503 6.7721 4.87752C7.29587 4.5 7.99159 4.5 9.38304 4.5H14.617C16.0084 4.5 16.7041 4.5 17.2279 4.87752C17.7517 5.25503 17.9717 5.91505 18.4117 7.23509L19.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 4.5C15.2598 3.29343 15.1397 2.69013 14.8538 2.34507C14.5679 2 14.1881 2 13.4285 2H10.5715C9.8119 2 9.43212 2 9.14621 2.34507C8.86029 2.69013 8.74019 3.29342 8.5 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 10.5H19.5C20.4572 11.4572 22 12.7902 22 14.2774V17.5552C22 18.094 21.6205 18.5474 21.1168 18.6104L18 19H6L2.88316 18.6104C2.37955 18.5474 2 18.094 2 17.5552V14.2774C2 12.7902 3.54279 11.4572 4.5 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 13L4.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 13.5L19.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18.5L8.24567 17.8858C8.61101 16.9725 8.79368 16.5158 9.17461 16.2579C9.55553 16 10.0474 16 11.0311 16H12.9689C13.9526 16 14.4445 16 14.8254 16.2579C15.2063 16.5158 15.389 16.9725 15.7543 17.8858L16 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 18V20.882C2 21.2607 2.24075 21.607 2.62188 21.7764C2.86918 21.8863 3.10538 22 3.39058 22H5.10942C5.39462 22 5.63082 21.8863 5.87812 21.7764C6.25925 21.607 6.5 21.2607 6.5 20.882V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 19V20.882C17.5 21.2607 17.7408 21.607 18.1219 21.7764C18.3692 21.8863 18.6054 22 18.8906 22H20.6094C20.8946 22 21.1308 21.8863 21.3781 21.7764C21.7592 21.607 22 21.2607 22 20.882V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 9.5L21 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9.5L3 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 10.5L5.5883 7.23509C6.02832 5.91505 6.24832 5.25503 6.7721 4.87752C7.29587 4.5 7.99159 4.5 9.38304 4.5H14.617C16.0084 4.5 16.7041 4.5 17.2279 4.87752C17.7517 5.25503 17.9717 5.91505 18.4117 7.23509L19.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 4.5C15.2598 3.29343 15.1397 2.69013 14.8538 2.34507C14.5679 2 14.1881 2 13.4285 2H10.5715C9.8119 2 9.43212 2 9.14621 2.34507C8.86029 2.69013 8.74019 3.29342 8.5 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 10.5H19.5C20.4572 11.4572 22 12.7902 22 14.2774V17.5552C22 18.094 21.6205 18.5474 21.1168 18.6104L18 19H6L2.88316 18.6104C2.37955 18.5474 2 18.094 2 17.5552V14.2774C2 12.7902 3.54279 11.4572 4.5 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-tow-truck{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9943 21C18.0985 21 18.9936 20.1046 18.9936 19C18.9936 17.8954 18.0985 17 16.9943 17C15.8902 17 14.9951 17.8954 14.9951 19C14.9951 20.1046 15.8902 21 16.9943 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.99824 21C8.10238 21 8.99746 20.1046 8.99746 19C8.99746 17.8954 8.10238 17 6.99824 17C5.8941 17 4.99902 17.8954 4.99902 19C4.99902 20.1046 5.8941 21 6.99824 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9961 12L5.99844 3M5.99844 3L7.99765 13M5.99844 3H3.83011C3.64107 3 3.48162 3.16098 3.4582 3.37547L3.12483 6.42857C3.74582 6.42857 4.24923 7.00421 4.24923 7.71429C4.24923 8.42437 3.74582 9 3.12483 9C2.63526 9 2.15436 8.64223 2 8.14286M18.9934 19C21.6756 19 21.9922 18.072 21.9922 15.5125C21.9922 14.2875 21.9922 13.675 21.7522 13.1578C21.5016 12.6178 21.05 12.2814 20.1002 11.5931C19.1569 10.9095 18.4862 10.141 17.8471 9.08239C16.9357 7.57263 16.4799 6.81775 15.7965 6.40888C15.1131 6 14.307 6 12.6948 6H11.9961V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.99869 18.996C4.99869 18.996 3.83922 19.0063 3.47936 18.96C3.17948 18.84 2.81508 18.5585 2.57971 18.402C1.85999 17.9235 2.00394 18.12 2.00394 17.688C2.00394 17.0126 1.99986 14.0063 1.99986 14.0063L1.99986 13.0463C1.99986 12.9863 1.93819 12.9991 2.39971 13.0063L21.4723 13.0063M8.99726 19.002H14.9949%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.9943 21C18.0985 21 18.9936 20.1046 18.9936 19C18.9936 17.8954 18.0985 17 16.9943 17C15.8902 17 14.9951 17.8954 14.9951 19C14.9951 20.1046 15.8902 21 16.9943 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.99824 21C8.10238 21 8.99746 20.1046 8.99746 19C8.99746 17.8954 8.10238 17 6.99824 17C5.8941 17 4.99902 17.8954 4.99902 19C4.99902 20.1046 5.8941 21 6.99824 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9961 12L5.99844 3M5.99844 3L7.99765 13M5.99844 3H3.83011C3.64107 3 3.48162 3.16098 3.4582 3.37547L3.12483 6.42857C3.74582 6.42857 4.24923 7.00421 4.24923 7.71429C4.24923 8.42437 3.74582 9 3.12483 9C2.63526 9 2.15436 8.64223 2 8.14286M18.9934 19C21.6756 19 21.9922 18.072 21.9922 15.5125C21.9922 14.2875 21.9922 13.675 21.7522 13.1578C21.5016 12.6178 21.05 12.2814 20.1002 11.5931C19.1569 10.9095 18.4862 10.141 17.8471 9.08239C16.9357 7.57263 16.4799 6.81775 15.7965 6.40888C15.1131 6 14.307 6 12.6948 6H11.9961V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.99869 18.996C4.99869 18.996 3.83922 19.0063 3.47936 18.96C3.17948 18.84 2.81508 18.5585 2.57971 18.402C1.85999 17.9235 2.00394 18.12 2.00394 17.688C2.00394 17.0126 1.99986 14.0063 1.99986 14.0063L1.99986 13.0463C1.99986 12.9863 1.93819 12.9991 2.39971 13.0063L21.4723 13.0063M8.99726 19.002H14.9949%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-toy-train{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12.5H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 4V16C3 16.465 3 16.6975 3.05111 16.8882C3.18981 17.4059 3.59413 17.8102 4.11177 17.9489C4.30252 18 4.53501 18 5 18M12 18V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 18H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10H16.8604C18.2244 10 18.5541 10.2703 18.8216 11.6078C18.9188 12.0942 18.8372 12.466 19.3412 12.5064C20.1829 12.574 20.7739 13.1392 21.0909 13.8787C21.5458 14.9402 22 15.8324 22 17C22 17.4714 22 17.7071 21.8536 17.8536C21.7071 18 21.4714 18 21 18H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 10V7M16 7H15M16 7H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12.5H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 4V16C3 16.465 3 16.6975 3.05111 16.8882C3.18981 17.4059 3.59413 17.8102 4.11177 17.9489C4.30252 18 4.53501 18 5 18M12 18V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 18H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10H16.8604C18.2244 10 18.5541 10.2703 18.8216 11.6078C18.9188 12.0942 18.8372 12.466 19.3412 12.5064C20.1829 12.574 20.7739 13.1392 21.0909 13.8787C21.5458 14.9402 22 15.8324 22 17C22 17.4714 22 17.7071 21.8536 17.8536C21.7071 18 21.4714 18 21 18H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 10V7M16 7H15M16 7H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-tractor{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%226.5%22 cy%3D%2216.5%22 r%3D%224.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%2218%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10.4995C3.25349 9.55792 4.81159 9 6.5 9C10.6421 9 14 12.3579 14 16.5C14 16.596 13.9982 16.6915 13.9946 16.7866C13.9719 17.3913 13.9605 17.6937 14.1081 17.8469C14.2556 18 14.5282 18 15.0734 18H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9L16.1057 9.58232C18.4466 10.0212 19.6171 10.2407 20.3085 11.0739C21 11.907 21 13.1047 21 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 12L19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 12.5V9.58708C13 9.19778 12.9432 8.81056 12.8313 8.43768L11.5 3M4 9V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 3H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9.5V8C18 6.89543 18.8954 6 20 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%226.5%22 cy%3D%2216.5%22 r%3D%224.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%2218%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10.4995C3.25349 9.55792 4.81159 9 6.5 9C10.6421 9 14 12.3579 14 16.5C14 16.596 13.9982 16.6915 13.9946 16.7866C13.9719 17.3913 13.9605 17.6937 14.1081 17.8469C14.2556 18 14.5282 18 15.0734 18H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9L16.1057 9.58232C18.4466 10.0212 19.6171 10.2407 20.3085 11.0739C21 11.907 21 13.1047 21 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 12L19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 12.5V9.58708C13 9.19778 12.9432 8.81056 12.8313 8.43768L11.5 3M4 9V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 3H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9.5V8C18 6.89543 18.8954 6 20 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-traffic-incident{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0144 11.1154C18.3891 10.9389 18.5497 10.492 18.3732 10.1173C18.1966 9.74258 17.7497 9.58197 17.375 9.75854L18.0144 11.1154ZM16.1803 10.3216C15.8056 10.4981 15.645 10.945 15.8216 11.3197C15.9981 11.6944 16.445 11.855 16.8197 11.6784L16.1803 10.3216ZM7.61683 18.9493C7.3453 19.2621 7.37876 19.7358 7.69157 20.0073C8.00437 20.2789 8.47806 20.2454 8.74959 19.9326L7.61683 18.9493ZM9.56638 18.9916C9.83791 18.6788 9.80445 18.2051 9.49164 17.9336C9.17884 17.6621 8.70515 17.6956 8.43362 18.0084L9.56638 18.9916ZM10.4919 13.9483C10.1872 14.2289 10.1677 14.7034 10.4483 15.0081C10.7289 15.3128 11.2034 15.3323 11.5081 15.0517L10.4919 13.9483ZM13.2085 13.4858C13.5132 13.2053 13.5327 12.7308 13.2521 12.4261C12.9715 12.1214 12.4971 12.1018 12.1924 12.3824L13.2085 13.4858ZM15.6695 7.92451L15.1392 8.45484L15.6695 7.92451ZM13.9378 6.19286L14.4682 5.66253L13.9378 6.19286ZM12.1701 9.87101C12.463 10.1639 12.9379 10.1639 13.2307 9.87101C13.5236 9.57811 13.5236 9.10324 13.2307 8.81035L12.1701 9.87101ZM11.7452 8.38548L12.2756 7.85515L11.7452 8.38548ZM12.6928 6.30296L12.1625 5.77263L12.1625 5.77263L12.6928 6.30296ZM11.8553 7.14046L12.3857 7.67079V7.67079L11.8553 7.14046ZM6.81034 15.2307C7.10324 15.5236 7.57811 15.5236 7.871 15.2307C8.1639 14.9379 8.1639 14.463 7.87101 14.1701L6.81034 15.2307ZM6.38548 13.7452L6.91581 13.2149L6.38548 13.7452ZM5.92451 17.6695L6.45484 17.1392H6.45484L5.92451 17.6695ZM4.19286 15.9378L4.72319 15.4075L4.19286 15.9378ZM5.14046 13.8553L4.61013 13.325L4.61013 13.325L5.14046 13.8553ZM4.30296 14.6928L4.83329 15.2232H4.83329L4.30296 14.6928ZM11.6596 20.9657C11.7841 20.5706 11.5647 20.1494 11.1697 20.0249C10.7746 19.9005 10.3534 20.1198 10.229 20.5149L11.6596 20.9657ZM9.99548 21.2559C9.87101 21.651 10.0904 22.0722 10.4854 22.1966C10.8805 22.3211 11.3017 22.1018 11.4262 21.7067L9.99548 21.2559ZM18.5149 12.229C18.1198 12.3534 17.9005 12.7746 18.0249 13.1697C18.1494 13.5647 18.5706 13.7841 18.9657 13.6596L18.5149 12.229ZM19.7067 13.4262C20.1018 13.3017 20.3211 12.8805 20.1966 12.4854C20.0722 12.0904 19.651 11.871 19.2559 11.9955L19.7067 13.4262ZM19.3697 15.1215L18.703 15.465L19.3697 15.1215ZM13.1215 21.3697L12.7781 22.0364V22.0364L13.1215 21.3697ZM18.9089 18.3587L18.3786 17.8284L18.9089 18.3587ZM19.9895 16.8949L20.732 17.0006L19.9895 16.8949ZM17.431 9.686L17.9613 9.15567L17.431 9.686ZM14.6721 7.78775L15.125 8.38554V8.38554L14.6721 7.78775ZM12.944 9.09705L12.4911 8.49926C12.4638 8.51995 12.4379 8.54249 12.4137 8.56672L12.944 9.09705ZM7.686 19.431L7.15567 19.9613L7.686 19.431ZM5.78775 16.6721L6.38554 17.125H6.38554L5.78775 16.6721ZM7.09705 14.944L6.56672 14.4137C6.54249 14.4379 6.51995 14.4638 6.49926 14.4911L7.09705 14.944ZM17.375 9.75854L16.1803 10.3216L16.8197 11.6784L18.0144 11.1154L17.375 9.75854ZM8.74959 19.9326L9.56638 18.9916L8.43362 18.0084L7.61683 18.9493L8.74959 19.9326ZM16.1998 7.39418L14.4682 5.66253L13.4075 6.72319L15.1392 8.45484L16.1998 7.39418ZM13.2307 8.81035L12.2756 7.85515L11.2149 8.91581L12.1701 9.87101L13.2307 8.81035ZM12.1625 5.77263L11.325 6.61013L12.3857 7.67079L13.2232 6.83329L12.1625 5.77263ZM7.87101 14.1701L6.91581 13.2149L5.85515 14.2756L6.81034 15.2307L7.87101 14.1701ZM6.45484 17.1392L4.72319 15.4075L3.66253 16.4682L5.39418 18.1998L6.45484 17.1392ZM4.61013 13.325L3.77263 14.1625L4.83329 15.2232L5.67079 14.3857L4.61013 13.325ZM10.229 20.5149L9.99548 21.2559L11.4262 21.7067L11.6596 20.9657L10.229 20.5149ZM18.9657 13.6596L19.7067 13.4262L19.2559 11.9955L18.5149 12.229L18.9657 13.6596ZM17.5762 13.2776L18.703 15.465L20.0364 14.7781L18.9096 12.5907L17.5762 13.2776ZM10.5907 20.9096L12.7781 22.0364L13.465 20.703L11.2776 19.5762L10.5907 20.9096ZM18.3786 17.8284L15.8284 20.3786L16.889 21.4393L19.4393 18.889L18.3786 17.8284ZM12.7781 22.0364C13.2053 22.2565 13.5796 22.4506 13.9043 22.5748C14.2452 22.7052 14.6034 22.7886 15.0006 22.732L14.7892 21.247C14.7396 21.254 14.6533 21.2553 14.4403 21.1738C14.2111 21.0861 13.9222 20.9385 13.465 20.703L12.7781 22.0364ZM15.8284 20.3786C15.4767 20.7303 15.2584 20.9468 15.0761 21.0904C14.9106 21.2207 14.8356 21.2404 14.7892 21.247L15.0006 22.732C15.401 22.675 15.719 22.4934 16.0041 22.2689C16.2726 22.0575 16.5628 21.7655 16.889 21.4393L15.8284 20.3786ZM18.703 15.465C18.9385 15.9222 19.0861 16.2111 19.1738 16.4403C19.2553 16.6533 19.254 16.7396 19.247 16.7892L20.732 17.0006C20.7886 16.6034 20.7052 16.2452 20.5748 15.9043C20.4506 15.5796 20.2565 15.2053 20.0364 14.7781L18.703 15.465ZM19.4393 18.889C19.7655 18.5628 20.0575 18.2725 20.2689 18.0041C20.4934 17.719 20.675 17.401 20.732 17.0006L19.247 16.7892C19.2404 16.8356 19.2207 16.9106 19.0904 17.0761C18.9468 17.2584 18.7303 17.4767 18.3786 17.8284L19.4393 18.889ZM17.9613 9.15567L16.1998 7.39418L15.1392 8.45484L16.9007 10.2163L17.9613 9.15567ZM14.2192 7.18996L12.4911 8.49926L13.397 9.69484L15.125 8.38554L14.2192 7.18996ZM8.21633 18.9007L6.45484 17.1392L5.39418 18.1998L7.15567 19.9613L8.21633 18.9007ZM6.38554 17.125L7.69484 15.397L6.49926 14.4911L5.18996 16.2192L6.38554 17.125ZM12.4137 8.56672L6.56672 14.4137L7.62738 15.4744L13.4744 9.62738L12.4137 8.56672ZM17.7126 12.4038L10.4038 19.7126L11.4645 20.7732L18.7732 13.4645L17.7126 12.4038ZM6.45484 17.1392C6.42169 17.106 6.41268 17.0754 6.41127 17.065C6.41067 17.0607 6.41203 17.0648 6.4093 17.0764C6.40638 17.0889 6.39938 17.1068 6.38554 17.125L5.18996 16.2192C4.70002 16.8658 4.90573 17.7114 5.39418 18.1998L6.45484 17.1392ZM16.1998 7.39418C15.7114 6.90573 14.8658 6.70002 14.2192 7.18996L15.125 8.38554C15.1068 8.39938 15.0889 8.40638 15.0764 8.4093C15.0648 8.41203 15.0607 8.41067 15.065 8.41127C15.0754 8.41268 15.106 8.42169 15.1392 8.45484L16.1998 7.39418ZM18.992 12.8975C18.9702 12.4519 18.965 11.7658 18.8587 11.1201C18.7519 10.4714 18.5248 9.71918 17.9613 9.15567L16.9007 10.2163C17.1364 10.4521 17.2913 10.8335 17.3786 11.3638C17.4664 11.8973 17.4676 12.4355 17.4938 12.9708L18.992 12.8975ZM10.9708 19.4938C10.4355 19.4676 9.89726 19.4664 9.36382 19.3786C8.83348 19.2913 8.45206 19.1364 8.21633 18.9007L7.15567 19.9613C7.71918 20.5248 8.47141 20.7519 9.12013 20.8587C9.76575 20.965 10.4519 20.9702 10.8975 20.992L10.9708 19.4938ZM14.4682 5.66253C14.0911 5.28541 13.5967 5.21387 13.2089 5.26486C12.8245 5.3154 12.4406 5.49457 12.1625 5.77263L13.2232 6.83329C13.2338 6.82262 13.2577 6.80358 13.2954 6.78545C13.3327 6.76757 13.3713 6.75642 13.4044 6.75207C13.4379 6.74766 13.4531 6.75173 13.4514 6.75127C13.4465 6.74993 13.4269 6.74258 13.4075 6.72319L14.4682 5.66253ZM12.2756 7.85515C12.2949 7.87454 12.3023 7.89409 12.3036 7.89906C12.3041 7.90076 12.3 7.88555 12.3044 7.85202C12.3088 7.81891 12.3199 7.78029 12.3378 7.74307C12.356 7.70533 12.375 7.68146 12.3857 7.67079L11.325 6.61013C11.0469 6.88819 10.8678 7.27209 10.8172 7.65649C10.7662 8.04434 10.8378 8.5387 11.2149 8.91581L12.2756 7.85515ZM6.91581 13.2149C6.53869 12.8378 6.04434 12.7662 5.65649 12.8172C5.27209 12.8678 4.88819 13.0469 4.61013 13.325L5.67079 14.3857C5.68146 14.375 5.70533 14.356 5.74307 14.3378C5.78029 14.3199 5.8189 14.3088 5.85202 14.3044C5.88555 14.3 5.90076 14.3041 5.89906 14.3036C5.89409 14.3023 5.87454 14.2949 5.85515 14.2756L6.91581 13.2149ZM4.72319 15.4075C4.74258 15.4269 4.74993 15.4465 4.75127 15.4514C4.75173 15.4531 4.74766 15.4379 4.75207 15.4044C4.75642 15.3713 4.76757 15.3327 4.78545 15.2954C4.80358 15.2577 4.82262 15.2338 4.83329 15.2232L3.77263 14.1625C3.49457 14.4406 3.3154 14.8245 3.26486 15.2089C3.21387 15.5967 3.28541 16.0911 3.66253 16.4682L4.72319 15.4075ZM11.5081 15.0517L13.2085 13.4858L12.1924 12.3824L10.4919 13.9483L11.5081 15.0517Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3 2H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.0144 11.1154C18.3891 10.9389 18.5497 10.492 18.3732 10.1173C18.1966 9.74258 17.7497 9.58197 17.375 9.75854L18.0144 11.1154ZM16.1803 10.3216C15.8056 10.4981 15.645 10.945 15.8216 11.3197C15.9981 11.6944 16.445 11.855 16.8197 11.6784L16.1803 10.3216ZM7.61683 18.9493C7.3453 19.2621 7.37876 19.7358 7.69157 20.0073C8.00437 20.2789 8.47806 20.2454 8.74959 19.9326L7.61683 18.9493ZM9.56638 18.9916C9.83791 18.6788 9.80445 18.2051 9.49164 17.9336C9.17884 17.6621 8.70515 17.6956 8.43362 18.0084L9.56638 18.9916ZM10.4919 13.9483C10.1872 14.2289 10.1677 14.7034 10.4483 15.0081C10.7289 15.3128 11.2034 15.3323 11.5081 15.0517L10.4919 13.9483ZM13.2085 13.4858C13.5132 13.2053 13.5327 12.7308 13.2521 12.4261C12.9715 12.1214 12.4971 12.1018 12.1924 12.3824L13.2085 13.4858ZM15.6695 7.92451L15.1392 8.45484L15.6695 7.92451ZM13.9378 6.19286L14.4682 5.66253L13.9378 6.19286ZM12.1701 9.87101C12.463 10.1639 12.9379 10.1639 13.2307 9.87101C13.5236 9.57811 13.5236 9.10324 13.2307 8.81035L12.1701 9.87101ZM11.7452 8.38548L12.2756 7.85515L11.7452 8.38548ZM12.6928 6.30296L12.1625 5.77263L12.1625 5.77263L12.6928 6.30296ZM11.8553 7.14046L12.3857 7.67079V7.67079L11.8553 7.14046ZM6.81034 15.2307C7.10324 15.5236 7.57811 15.5236 7.871 15.2307C8.1639 14.9379 8.1639 14.463 7.87101 14.1701L6.81034 15.2307ZM6.38548 13.7452L6.91581 13.2149L6.38548 13.7452ZM5.92451 17.6695L6.45484 17.1392H6.45484L5.92451 17.6695ZM4.19286 15.9378L4.72319 15.4075L4.19286 15.9378ZM5.14046 13.8553L4.61013 13.325L4.61013 13.325L5.14046 13.8553ZM4.30296 14.6928L4.83329 15.2232H4.83329L4.30296 14.6928ZM11.6596 20.9657C11.7841 20.5706 11.5647 20.1494 11.1697 20.0249C10.7746 19.9005 10.3534 20.1198 10.229 20.5149L11.6596 20.9657ZM9.99548 21.2559C9.87101 21.651 10.0904 22.0722 10.4854 22.1966C10.8805 22.3211 11.3017 22.1018 11.4262 21.7067L9.99548 21.2559ZM18.5149 12.229C18.1198 12.3534 17.9005 12.7746 18.0249 13.1697C18.1494 13.5647 18.5706 13.7841 18.9657 13.6596L18.5149 12.229ZM19.7067 13.4262C20.1018 13.3017 20.3211 12.8805 20.1966 12.4854C20.0722 12.0904 19.651 11.871 19.2559 11.9955L19.7067 13.4262ZM19.3697 15.1215L18.703 15.465L19.3697 15.1215ZM13.1215 21.3697L12.7781 22.0364V22.0364L13.1215 21.3697ZM18.9089 18.3587L18.3786 17.8284L18.9089 18.3587ZM19.9895 16.8949L20.732 17.0006L19.9895 16.8949ZM17.431 9.686L17.9613 9.15567L17.431 9.686ZM14.6721 7.78775L15.125 8.38554V8.38554L14.6721 7.78775ZM12.944 9.09705L12.4911 8.49926C12.4638 8.51995 12.4379 8.54249 12.4137 8.56672L12.944 9.09705ZM7.686 19.431L7.15567 19.9613L7.686 19.431ZM5.78775 16.6721L6.38554 17.125H6.38554L5.78775 16.6721ZM7.09705 14.944L6.56672 14.4137C6.54249 14.4379 6.51995 14.4638 6.49926 14.4911L7.09705 14.944ZM17.375 9.75854L16.1803 10.3216L16.8197 11.6784L18.0144 11.1154L17.375 9.75854ZM8.74959 19.9326L9.56638 18.9916L8.43362 18.0084L7.61683 18.9493L8.74959 19.9326ZM16.1998 7.39418L14.4682 5.66253L13.4075 6.72319L15.1392 8.45484L16.1998 7.39418ZM13.2307 8.81035L12.2756 7.85515L11.2149 8.91581L12.1701 9.87101L13.2307 8.81035ZM12.1625 5.77263L11.325 6.61013L12.3857 7.67079L13.2232 6.83329L12.1625 5.77263ZM7.87101 14.1701L6.91581 13.2149L5.85515 14.2756L6.81034 15.2307L7.87101 14.1701ZM6.45484 17.1392L4.72319 15.4075L3.66253 16.4682L5.39418 18.1998L6.45484 17.1392ZM4.61013 13.325L3.77263 14.1625L4.83329 15.2232L5.67079 14.3857L4.61013 13.325ZM10.229 20.5149L9.99548 21.2559L11.4262 21.7067L11.6596 20.9657L10.229 20.5149ZM18.9657 13.6596L19.7067 13.4262L19.2559 11.9955L18.5149 12.229L18.9657 13.6596ZM17.5762 13.2776L18.703 15.465L20.0364 14.7781L18.9096 12.5907L17.5762 13.2776ZM10.5907 20.9096L12.7781 22.0364L13.465 20.703L11.2776 19.5762L10.5907 20.9096ZM18.3786 17.8284L15.8284 20.3786L16.889 21.4393L19.4393 18.889L18.3786 17.8284ZM12.7781 22.0364C13.2053 22.2565 13.5796 22.4506 13.9043 22.5748C14.2452 22.7052 14.6034 22.7886 15.0006 22.732L14.7892 21.247C14.7396 21.254 14.6533 21.2553 14.4403 21.1738C14.2111 21.0861 13.9222 20.9385 13.465 20.703L12.7781 22.0364ZM15.8284 20.3786C15.4767 20.7303 15.2584 20.9468 15.0761 21.0904C14.9106 21.2207 14.8356 21.2404 14.7892 21.247L15.0006 22.732C15.401 22.675 15.719 22.4934 16.0041 22.2689C16.2726 22.0575 16.5628 21.7655 16.889 21.4393L15.8284 20.3786ZM18.703 15.465C18.9385 15.9222 19.0861 16.2111 19.1738 16.4403C19.2553 16.6533 19.254 16.7396 19.247 16.7892L20.732 17.0006C20.7886 16.6034 20.7052 16.2452 20.5748 15.9043C20.4506 15.5796 20.2565 15.2053 20.0364 14.7781L18.703 15.465ZM19.4393 18.889C19.7655 18.5628 20.0575 18.2725 20.2689 18.0041C20.4934 17.719 20.675 17.401 20.732 17.0006L19.247 16.7892C19.2404 16.8356 19.2207 16.9106 19.0904 17.0761C18.9468 17.2584 18.7303 17.4767 18.3786 17.8284L19.4393 18.889ZM17.9613 9.15567L16.1998 7.39418L15.1392 8.45484L16.9007 10.2163L17.9613 9.15567ZM14.2192 7.18996L12.4911 8.49926L13.397 9.69484L15.125 8.38554L14.2192 7.18996ZM8.21633 18.9007L6.45484 17.1392L5.39418 18.1998L7.15567 19.9613L8.21633 18.9007ZM6.38554 17.125L7.69484 15.397L6.49926 14.4911L5.18996 16.2192L6.38554 17.125ZM12.4137 8.56672L6.56672 14.4137L7.62738 15.4744L13.4744 9.62738L12.4137 8.56672ZM17.7126 12.4038L10.4038 19.7126L11.4645 20.7732L18.7732 13.4645L17.7126 12.4038ZM6.45484 17.1392C6.42169 17.106 6.41268 17.0754 6.41127 17.065C6.41067 17.0607 6.41203 17.0648 6.4093 17.0764C6.40638 17.0889 6.39938 17.1068 6.38554 17.125L5.18996 16.2192C4.70002 16.8658 4.90573 17.7114 5.39418 18.1998L6.45484 17.1392ZM16.1998 7.39418C15.7114 6.90573 14.8658 6.70002 14.2192 7.18996L15.125 8.38554C15.1068 8.39938 15.0889 8.40638 15.0764 8.4093C15.0648 8.41203 15.0607 8.41067 15.065 8.41127C15.0754 8.41268 15.106 8.42169 15.1392 8.45484L16.1998 7.39418ZM18.992 12.8975C18.9702 12.4519 18.965 11.7658 18.8587 11.1201C18.7519 10.4714 18.5248 9.71918 17.9613 9.15567L16.9007 10.2163C17.1364 10.4521 17.2913 10.8335 17.3786 11.3638C17.4664 11.8973 17.4676 12.4355 17.4938 12.9708L18.992 12.8975ZM10.9708 19.4938C10.4355 19.4676 9.89726 19.4664 9.36382 19.3786C8.83348 19.2913 8.45206 19.1364 8.21633 18.9007L7.15567 19.9613C7.71918 20.5248 8.47141 20.7519 9.12013 20.8587C9.76575 20.965 10.4519 20.9702 10.8975 20.992L10.9708 19.4938ZM14.4682 5.66253C14.0911 5.28541 13.5967 5.21387 13.2089 5.26486C12.8245 5.3154 12.4406 5.49457 12.1625 5.77263L13.2232 6.83329C13.2338 6.82262 13.2577 6.80358 13.2954 6.78545C13.3327 6.76757 13.3713 6.75642 13.4044 6.75207C13.4379 6.74766 13.4531 6.75173 13.4514 6.75127C13.4465 6.74993 13.4269 6.74258 13.4075 6.72319L14.4682 5.66253ZM12.2756 7.85515C12.2949 7.87454 12.3023 7.89409 12.3036 7.89906C12.3041 7.90076 12.3 7.88555 12.3044 7.85202C12.3088 7.81891 12.3199 7.78029 12.3378 7.74307C12.356 7.70533 12.375 7.68146 12.3857 7.67079L11.325 6.61013C11.0469 6.88819 10.8678 7.27209 10.8172 7.65649C10.7662 8.04434 10.8378 8.5387 11.2149 8.91581L12.2756 7.85515ZM6.91581 13.2149C6.53869 12.8378 6.04434 12.7662 5.65649 12.8172C5.27209 12.8678 4.88819 13.0469 4.61013 13.325L5.67079 14.3857C5.68146 14.375 5.70533 14.356 5.74307 14.3378C5.78029 14.3199 5.8189 14.3088 5.85202 14.3044C5.88555 14.3 5.90076 14.3041 5.89906 14.3036C5.89409 14.3023 5.87454 14.2949 5.85515 14.2756L6.91581 13.2149ZM4.72319 15.4075C4.74258 15.4269 4.74993 15.4465 4.75127 15.4514C4.75173 15.4531 4.74766 15.4379 4.75207 15.4044C4.75642 15.3713 4.76757 15.3327 4.78545 15.2954C4.80358 15.2577 4.82262 15.2338 4.83329 15.2232L3.77263 14.1625C3.49457 14.4406 3.3154 14.8245 3.26486 15.2089C3.21387 15.5967 3.28541 16.0911 3.66253 16.4682L4.72319 15.4075ZM11.5081 15.0517L13.2085 13.4858L12.1924 12.3824L10.4919 13.9483L11.5081 15.0517Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3 2H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-traffic-light{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 6.5C13.5 7.32843 12.8284 8 12 8C11.1716 8 10.5 7.32843 10.5 6.5C10.5 5.67157 11.1716 5 12 5C12.8284 5 13.5 5.67157 13.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 12.5C13.5 13.3284 12.8284 14 12 14C11.1716 14 10.5 13.3284 10.5 12.5C10.5 11.6716 11.1716 11 12 11C12.8284 11 13.5 11.6716 13.5 12.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 17C10.1308 17 9.19615 17 8.5 16.5981C8.04394 16.3348 7.66523 15.9561 7.40192 15.5C7 14.8038 7 13.8692 7 12L7 7C7 5.13077 7 4.19615 7.40192 3.5C7.66523 3.04394 8.04394 2.66523 8.5 2.40192C9.19615 2 10.1308 2 12 2C13.8692 2 14.8038 2 15.5 2.40192C15.9561 2.66523 16.3348 3.04394 16.5981 3.5C17 4.19615 17 5.13077 17 7V12C17 13.8692 17 14.8038 16.5981 15.5C16.3348 15.9561 15.9561 16.3348 15.5 16.5981C14.8038 17 13.8692 17 12 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 17V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8L5.95617 7.12348C4.64147 6.0195 3.98413 5.46751 4.00029 4.96618C4.00686 4.76236 4.07264 4.56553 4.18881 4.40207C4.47455 4 5.31637 4 7 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8L18.0438 7.12348C19.3585 6.0195 20.0159 5.46751 19.9997 4.96618C19.9931 4.76236 19.9274 4.56553 19.8112 4.40207C19.5254 4 18.6836 4 17 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15L18.0438 14.1235C19.3585 13.0195 20.0159 12.4675 19.9997 11.9662C19.9931 11.7624 19.9274 11.5655 19.8112 11.4021C19.5254 11 18.6836 11 17 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15L5.95617 14.1235C4.64147 13.0195 3.98413 12.4675 4.00029 11.9662C4.00686 11.7624 4.07264 11.5655 4.18881 11.4021C4.47455 11 5.31637 11 7 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 6.5C13.5 7.32843 12.8284 8 12 8C11.1716 8 10.5 7.32843 10.5 6.5C10.5 5.67157 11.1716 5 12 5C12.8284 5 13.5 5.67157 13.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 12.5C13.5 13.3284 12.8284 14 12 14C11.1716 14 10.5 13.3284 10.5 12.5C10.5 11.6716 11.1716 11 12 11C12.8284 11 13.5 11.6716 13.5 12.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 17C10.1308 17 9.19615 17 8.5 16.5981C8.04394 16.3348 7.66523 15.9561 7.40192 15.5C7 14.8038 7 13.8692 7 12L7 7C7 5.13077 7 4.19615 7.40192 3.5C7.66523 3.04394 8.04394 2.66523 8.5 2.40192C9.19615 2 10.1308 2 12 2C13.8692 2 14.8038 2 15.5 2.40192C15.9561 2.66523 16.3348 3.04394 16.5981 3.5C17 4.19615 17 5.13077 17 7V12C17 13.8692 17 14.8038 16.5981 15.5C16.3348 15.9561 15.9561 16.3348 15.5 16.5981C14.8038 17 13.8692 17 12 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 17V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8L5.95617 7.12348C4.64147 6.0195 3.98413 5.46751 4.00029 4.96618C4.00686 4.76236 4.07264 4.56553 4.18881 4.40207C4.47455 4 5.31637 4 7 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8L18.0438 7.12348C19.3585 6.0195 20.0159 5.46751 19.9997 4.96618C19.9931 4.76236 19.9274 4.56553 19.8112 4.40207C19.5254 4 18.6836 4 17 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15L18.0438 14.1235C19.3585 13.0195 20.0159 12.4675 19.9997 11.9662C19.9931 11.7624 19.9274 11.5655 19.8112 11.4021C19.5254 11 18.6836 11 17 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15L5.95617 14.1235C4.64147 13.0195 3.98413 12.4675 4.00029 11.9662C4.00686 11.7624 4.07264 11.5655 4.18881 11.4021C4.47455 11 5.31637 11 7 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-train-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 11V10C4 6.22876 4 4.34315 5.17157 3.17157C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.17157C20 4.34315 20 6.22876 20 10V11C20 14.7712 20 16.6569 18.8284 17.8284C17.6569 19 15.7712 19 12 19C8.22876 19 6.34315 19 5.17157 17.8284C4 16.6569 4 14.7712 4 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12C4 12 7.73333 13 12 13C16.2667 13 20 12 20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 19L5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19L19 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 16H6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 16H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 11V10C4 6.22876 4 4.34315 5.17157 3.17157C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.17157C20 4.34315 20 6.22876 20 10V11C20 14.7712 20 16.6569 18.8284 17.8284C17.6569 19 15.7712 19 12 19C8.22876 19 6.34315 19 5.17157 17.8284C4 16.6569 4 14.7712 4 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12C4 12 7.73333 13 12 13C16.2667 13 20 12 20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 19L5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19L19 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 16H6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 16H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 5H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-train-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 10C20 14.4183 16.4183 20 12 20C7.58172 20 4 14.4183 4 10C4 5.58172 7.58172 2 12 2C16.4183 2 20 5.58172 20 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18C8.93901 16.7807 10.3819 16 12 16C13.6181 16 15.061 16.7807 16 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.24863 9.60369C10.1074 9.85527 11.0339 10 12 10C12.9661 10 13.8926 9.85527 14.7514 9.60369C15.9101 9.26423 16.4186 8.6101 15.5953 7.58805C13.8898 5.47065 10.1102 5.47065 8.40466 7.58805C7.5814 8.6101 8.08993 9.26423 9.24863 9.60369Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 19L3 22M19 19L21 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 10C20 14.4183 16.4183 20 12 20C7.58172 20 4 14.4183 4 10C4 5.58172 7.58172 2 12 2C16.4183 2 20 5.58172 20 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18C8.93901 16.7807 10.3819 16 12 16C13.6181 16 15.061 16.7807 16 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.24863 9.60369C10.1074 9.85527 11.0339 10 12 10C12.9661 10 13.8926 9.85527 14.7514 9.60369C15.9101 9.26423 16.4186 8.6101 15.5953 7.58805C13.8898 5.47065 10.1102 5.47065 8.40466 7.58805C7.5814 8.6101 8.08993 9.26423 9.24863 9.60369Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 19L3 22M19 19L21 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-tram{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 2H14M19 2H14M14 2L12 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 20L7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 20L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 13V12C5 8.70017 5 7.05025 6.02513 6.02513C7.05025 5 8.70017 5 12 5C15.2998 5 16.9497 5 17.9749 6.02513C19 7.05025 19 8.70017 19 12V13C19 16.2998 19 17.9497 17.9749 18.9749C16.9497 20 15.2998 20 12 20C8.70017 20 7.05025 20 6.02513 18.9749C5 17.9497 5 16.2998 5 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14C5 14 8.26667 15 12 15C15.7333 15 19 14 19 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 17H18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 8H18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 17H7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 2H14M19 2H14M14 2L12 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 20L7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 20L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 13V12C5 8.70017 5 7.05025 6.02513 6.02513C7.05025 5 8.70017 5 12 5C15.2998 5 16.9497 5 17.9749 6.02513C19 7.05025 19 8.70017 19 12V13C19 16.2998 19 17.9497 17.9749 18.9749C16.9497 20 15.2998 20 12 20C8.70017 20 7.05025 20 6.02513 18.9749C5 17.9497 5 16.2998 5 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14C5 14 8.26667 15 12 15C15.7333 15 19 14 19 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 17H18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 8H18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 17H7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-truck-delivery{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 17.9724C3.90328 17.9178 3.2191 17.7546 2.73223 17.2678C2.24536 16.7809 2.08222 16.0967 2.02755 15M9 18H15M19 17.9724C20.0967 17.9178 20.7809 17.7546 21.2678 17.2678C22 16.5355 22 15.357 22 13V11H17.3C16.5555 11 16.1832 11 15.882 10.9021C15.2731 10.7043 14.7957 10.2269 14.5979 9.61803C14.5 9.31677 14.5 8.94451 14.5 8.2C14.5 7.08323 14.5 6.52485 14.3532 6.07295C14.0564 5.15964 13.3404 4.44358 12.4271 4.14683C11.9752 4 11.4168 4 10.3 4H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 6H16.3212C17.7766 6 18.5042 6 19.0964 6.35371C19.6886 6.70742 20.0336 7.34811 20.7236 8.6295L22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 17.9724C3.90328 17.9178 3.2191 17.7546 2.73223 17.2678C2.24536 16.7809 2.08222 16.0967 2.02755 15M9 18H15M19 17.9724C20.0967 17.9178 20.7809 17.7546 21.2678 17.2678C22 16.5355 22 15.357 22 13V11H17.3C16.5555 11 16.1832 11 15.882 10.9021C15.2731 10.7043 14.7957 10.2269 14.5979 9.61803C14.5 9.31677 14.5 8.94451 14.5 8.2C14.5 7.08323 14.5 6.52485 14.3532 6.07295C14.0564 5.15964 13.3404 4.44358 12.4271 4.14683C11.9752 4 11.4168 4 10.3 4H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 6H16.3212C17.7766 6 18.5042 6 19.0964 6.35371C19.6886 6.70742 20.0336 7.34811 20.7236 8.6295L22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-truck-monster{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 14L20.7578 11.5776C20.6326 10.3263 20.5701 9.70067 20.201 9.239C19.832 8.77732 19.2355 8.5785 18.0425 8.18084C17.6735 8.05784 17.4234 7.93745 17.187 7.62499C16.4318 6.62664 15.3436 4.68636 14.5275 4.2579C14.0362 4 13.4568 4 12.2979 4H11C10.0572 4 9.58579 4 9.29289 4.29289C9 4.58579 9 5.05719 9 6V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9.5H3V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 8H14C13.0572 8 12.5858 8 12.2929 7.70711C12 7.41421 12 6.94281 12 6V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10.5H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 17H10.5M9.5 14H14.5M4.5 14H3.5C3.03406 14 2.80109 14 2.61732 14.0761C2.00228 14.3309 2 14.9298 2 15.5C2 16.0702 2.00228 16.6691 2.61732 16.9239C2.80109 17 3.03406 17 3.5 17M19.5 14H20.5C20.9659 14 21.1989 14 21.3827 14.0761C21.9977 14.3309 22 14.9298 22 15.5C22 16.0702 21.9977 16.6691 21.3827 16.9239C21.1989 17 20.9659 17 20.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 16.5C10.5 18.433 8.933 20 7 20C5.067 20 3.5 18.433 3.5 16.5C3.5 14.567 5.067 13 7 13C8.933 13 10.5 14.567 10.5 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 20C18.933 20 20.5 18.433 20.5 16.5C20.5 14.567 18.933 13 17 13C15.067 13 13.5 14.567 13.5 16.5C13.5 18.433 15.067 20 17 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 14L20.7578 11.5776C20.6326 10.3263 20.5701 9.70067 20.201 9.239C19.832 8.77732 19.2355 8.5785 18.0425 8.18084C17.6735 8.05784 17.4234 7.93745 17.187 7.62499C16.4318 6.62664 15.3436 4.68636 14.5275 4.2579C14.0362 4 13.4568 4 12.2979 4H11C10.0572 4 9.58579 4 9.29289 4.29289C9 4.58579 9 5.05719 9 6V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9.5H3V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 8H14C13.0572 8 12.5858 8 12.2929 7.70711C12 7.41421 12 6.94281 12 6V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10.5H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 17H10.5M9.5 14H14.5M4.5 14H3.5C3.03406 14 2.80109 14 2.61732 14.0761C2.00228 14.3309 2 14.9298 2 15.5C2 16.0702 2.00228 16.6691 2.61732 16.9239C2.80109 17 3.03406 17 3.5 17M19.5 14H20.5C20.9659 14 21.1989 14 21.3827 14.0761C21.9977 14.3309 22 14.9298 22 15.5C22 16.0702 21.9977 16.6691 21.3827 16.9239C21.1989 17 20.9659 17 20.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 16.5C10.5 18.433 8.933 20 7 20C5.067 20 3.5 18.433 3.5 16.5C3.5 14.567 5.067 13 7 13C8.933 13 10.5 14.567 10.5 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 20C18.933 20 20.5 18.433 20.5 16.5C20.5 14.567 18.933 13 17 13C15.067 13 13.5 14.567 13.5 16.5C13.5 18.433 15.067 20 17 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-truck-return{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 20C18.1046 20 19 19.1046 19 18C19 16.8954 18.1046 16 17 16C15.8954 16 15 16.8954 15 18C15 19.1046 15.8954 20 17 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 20C8.10457 20 9 19.1046 9 18C9 16.8954 8.10457 16 7 16C5.89543 16 5 16.8954 5 18C5 19.1046 5.89543 20 7 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 11H22V13C22 15.357 22 16.5355 21.2678 17.2678C20.7809 17.7546 20.0967 17.9178 19 17.9724M5 17.9724C3.90328 17.9178 3.2191 17.7546 2.73223 17.2678C2 16.5355 2 15.357 2 13V9C2 6.64298 2 5.46447 2.73223 4.73223C3.46447 4 4.64298 4 7 4H10.3C11.4168 4 11.9752 4 12.4271 4.14683C13.3404 4.44358 14.0564 5.15964 14.3532 6.07295C14.5 6.52485 14.5 7.08323 14.5 8.2C14.5 9.42079 14.5 10.0312 14.1657 10.444C14.0998 10.5254 14.0254 10.5998 13.944 10.6657C13.5312 11 12.9208 11 11.7 11H8M15 18H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 6H16.3212C17.7766 6 18.5042 6 19.0964 6.35371C19.6886 6.70742 20.0336 7.34811 20.7236 8.6295L22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13C10 13 9.3279 12.4436 8.73729 11.9161C8.31975 11.5803 8 11.2926 8 11.0048C8 10.7498 8.24949 10.5128 8.6558 10.1415C9.23188 9.66187 10 9 10 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 20C18.1046 20 19 19.1046 19 18C19 16.8954 18.1046 16 17 16C15.8954 16 15 16.8954 15 18C15 19.1046 15.8954 20 17 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 20C8.10457 20 9 19.1046 9 18C9 16.8954 8.10457 16 7 16C5.89543 16 5 16.8954 5 18C5 19.1046 5.89543 20 7 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 11H22V13C22 15.357 22 16.5355 21.2678 17.2678C20.7809 17.7546 20.0967 17.9178 19 17.9724M5 17.9724C3.90328 17.9178 3.2191 17.7546 2.73223 17.2678C2 16.5355 2 15.357 2 13V9C2 6.64298 2 5.46447 2.73223 4.73223C3.46447 4 4.64298 4 7 4H10.3C11.4168 4 11.9752 4 12.4271 4.14683C13.3404 4.44358 14.0564 5.15964 14.3532 6.07295C14.5 6.52485 14.5 7.08323 14.5 8.2C14.5 9.42079 14.5 10.0312 14.1657 10.444C14.0998 10.5254 14.0254 10.5998 13.944 10.6657C13.5312 11 12.9208 11 11.7 11H8M15 18H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 6H16.3212C17.7766 6 18.5042 6 19.0964 6.35371C19.6886 6.70742 20.0336 7.34811 20.7236 8.6295L22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13C10 13 9.3279 12.4436 8.73729 11.9161C8.31975 11.5803 8 11.2926 8 11.0048C8 10.7498 8.24949 10.5128 8.6558 10.1415C9.23188 9.66187 10 9 10 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-truck{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 17H15M13.5 7H14.4429C15.7533 7 16.4086 7 16.9641 7.31452C17.5196 7.62904 17.89 8.20972 18.6308 9.37107C19.1502 10.1854 19.6955 10.7765 20.4622 11.3024C21.2341 11.8318 21.6012 12.0906 21.8049 12.506C22 12.9038 22 13.375 22 14.3173C22 15.5596 22 16.1808 21.651 16.5755C21.636 16.5925 21.6207 16.609 21.6049 16.625C21.2375 17 20.6594 17 19.503 17H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 7L13.9942 9.48556C14.4813 10.7034 14.7249 11.3123 15.2328 11.6561C15.7407 12 16.3965 12 17.7081 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.86957 17C3.51684 17 2.84048 17 2.42024 16.5607C2 16.1213 2 15.4142 2 14V7C2 5.58579 2 4.87868 2.42024 4.43934C2.84048 4 3.51684 4 4.86957 4H10.1304C11.4832 4 12.1595 4 12.5798 4.43934C13 4.87868 13 5.58579 13 7V17H8.69565%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 17H15M13.5 7H14.4429C15.7533 7 16.4086 7 16.9641 7.31452C17.5196 7.62904 17.89 8.20972 18.6308 9.37107C19.1502 10.1854 19.6955 10.7765 20.4622 11.3024C21.2341 11.8318 21.6012 12.0906 21.8049 12.506C22 12.9038 22 13.375 22 14.3173C22 15.5596 22 16.1808 21.651 16.5755C21.636 16.5925 21.6207 16.609 21.6049 16.625C21.2375 17 20.6594 17 19.503 17H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 7L13.9942 9.48556C14.4813 10.7034 14.7249 11.3123 15.2328 11.6561C15.7407 12 16.3965 12 17.7081 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.86957 17C3.51684 17 2.84048 17 2.42024 16.5607C2 16.1213 2 15.4142 2 14V7C2 5.58579 2 4.87868 2.42024 4.43934C2.84048 4 3.51684 4 4.86957 4H10.1304C11.4832 4 12.1595 4 12.5798 4.43934C13 4.87868 13 5.58579 13 7V17H8.69565%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-ufo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 8C4.01099 8.5559 2 9.59492 2 10.7849C2 12.5606 6.47715 14 12 14C17.5228 14 22 12.5606 22 10.7849C22 9.59492 19.989 8.5559 17 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.32229 8.84003C6.87335 8.21459 6.96834 7.81402 7.15831 7.01288C7.68534 4.79037 9.6202 3 12 3C14.3798 3 16.3147 4.79037 16.8417 7.01288C17.0317 7.81402 17.1267 8.21459 16.6777 8.84003C15.4532 10.546 8.31188 10.2187 7.32229 8.84003Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 14L5 21M17 14L19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 19H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 8C4.01099 8.5559 2 9.59492 2 10.7849C2 12.5606 6.47715 14 12 14C17.5228 14 22 12.5606 22 10.7849C22 9.59492 19.989 8.5559 17 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.32229 8.84003C6.87335 8.21459 6.96834 7.81402 7.15831 7.01288C7.68534 4.79037 9.6202 3 12 3C14.3798 3 16.3147 4.79037 16.8417 7.01288C17.0317 7.81402 17.1267 8.21459 16.6777 8.84003C15.4532 10.546 8.31188 10.2187 7.32229 8.84003Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 14L5 21M17 14L19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 19H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-van{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 6L12.9536 9.85977C13.119 10.5295 13.72 11 14.4098 11H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6H13.0689C14.6176 6 15.3919 6 16.0484 6.34597C16.705 6.69194 17.1427 7.33069 18.0182 8.60818C18.6321 9.50396 19.2765 10.1542 20.1826 10.7326C21.0949 11.315 21.5287 11.5996 21.7694 12.0566C22 12.4942 22 13.0125 22 14.049C22 15.4156 22 16.0989 21.5875 16.5331C21.5699 16.5517 21.5517 16.5699 21.5331 16.5875C21.0989 17 20.4156 17 19.049 17M5 17C4.67926 17 4.38501 17 4.22939 16.9666C4.07377 16.9332 3.92752 16.8674 3.63503 16.7358L2 16C2 12.8056 2.47904 10.9623 3.10557 9.44992C3.5164 8.45825 3.72182 7.96241 3.63686 7.52064C3.5519 7.07887 2.5 6 2.5 6M9 17H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2217%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2217%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 6L12.9536 9.85977C13.119 10.5295 13.72 11 14.4098 11H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6H13.0689C14.6176 6 15.3919 6 16.0484 6.34597C16.705 6.69194 17.1427 7.33069 18.0182 8.60818C18.6321 9.50396 19.2765 10.1542 20.1826 10.7326C21.0949 11.315 21.5287 11.5996 21.7694 12.0566C22 12.4942 22 13.0125 22 14.049C22 15.4156 22 16.0989 21.5875 16.5331C21.5699 16.5517 21.5517 16.5699 21.5331 16.5875C21.0989 17 20.4156 17 19.049 17M5 17C4.67926 17 4.38501 17 4.22939 16.9666C4.07377 16.9332 3.92752 16.8674 3.63503 16.7358L2 16C2 12.8056 2.47904 10.9623 3.10557 9.44992C3.5164 8.45825 3.72182 7.96241 3.63686 7.52064C3.5519 7.07887 2.5 6 2.5 6M9 17H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2217%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2217%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logistics-icons-zeppelin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 15.9971L18.6938 17.3197C18.3654 18.7379 18.2012 19.4471 17.6938 19.7938C17.1864 20.1406 16.5226 19.9972 15.195 19.7105L14.4288 19.545C13.7218 19.3924 13.3683 19.316 13.0668 19.1179C12.7654 18.9198 12.5402 18.6158 12.0898 18.0079L11 16.537%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10.9971C2 13.9971 10 16.9971 15 16.9971C19 16.9971 22 14.3108 22 10.9971C22 7.68336 19 4.99707 15 4.99707C10 4.99707 2 7.99707 2 10.9971Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10.9971H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 5.99731C6.74487 5.15039 5.54147 3.85514 4.36683 4.01322C4.02163 4.05967 3.68109 4.25064 3 4.63258L4 7.99724%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 15.9968C6.74487 16.8437 5.54147 18.139 4.36683 17.9809C4.02163 17.9345 3.68109 17.7435 3 17.3616L4 13.9969%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 15.9971L18.6938 17.3197C18.3654 18.7379 18.2012 19.4471 17.6938 19.7938C17.1864 20.1406 16.5226 19.9972 15.195 19.7105L14.4288 19.545C13.7218 19.3924 13.3683 19.316 13.0668 19.1179C12.7654 18.9198 12.5402 18.6158 12.0898 18.0079L11 16.537%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10.9971C2 13.9971 10 16.9971 15 16.9971C19 16.9971 22 14.3108 22 10.9971C22 7.68336 19 4.99707 15 4.99707C10 4.99707 2 7.99707 2 10.9971Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10.9971H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 5.99731C6.74487 5.15039 5.54147 3.85514 4.36683 4.01322C4.02163 4.05967 3.68109 4.25064 3 4.63258L4 7.99724%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 15.9968C6.74487 16.8437 5.54147 18.139 4.36683 17.9809C4.02163 17.9345 3.68109 17.7435 3 17.3616L4 13.9969%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-adobe-after-effect{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16L11.1339 13.2M6 16L6.86614 13.2M6.86614 13.2L7.59031 10.8589C8.17989 8.95298 8.47468 8 9 8C9.52532 8 9.82011 8.95298 10.4097 10.8589L11.1339 13.2M6.86614 13.2H11.1339%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12.8696V14C14 15.1046 14.8954 16 16 16C16.7429 16 17.3912 15.5949 17.7361 14.9936M14 12.8696V12C14 10.8954 14.8954 10 16 10C17.1046 10 18 10.8954 18 12L18 12.8696H14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16L11.1339 13.2M6 16L6.86614 13.2M6.86614 13.2L7.59031 10.8589C8.17989 8.95298 8.47468 8 9 8C9.52532 8 9.82011 8.95298 10.4097 10.8589L11.1339 13.2M6.86614 13.2H11.1339%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12.8696V14C14 15.1046 14.8954 16 16 16C16.7429 16 17.3912 15.5949 17.7361 14.9936M14 12.8696V12C14 10.8954 14.8954 10 16 10C17.1046 10 18 10.8954 18 12L18 12.8696H14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-adobe-illustrator{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16L12.1339 13.2M7 16L7.86614 13.2M7.86614 13.2L8.59031 10.8589C9.17989 8.95298 9.47468 8 10 8C10.5253 8 10.8201 8.95298 11.4097 10.8589L12.1339 13.2M7.86614 13.2H12.1339%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 8.5V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16L12.1339 13.2M7 16L7.86614 13.2M7.86614 13.2L8.59031 10.8589C9.17989 8.95298 9.47468 8 10 8C10.5253 8 10.8201 8.95298 11.4097 10.8589L12.1339 13.2M7.86614 13.2H12.1339%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 8.5V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-adobe-indesign{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 11L15 15C15 16.1026 14.483 16 13.5 16C12.1193 16 11 14.8807 11 13.5C11 12.1193 12.1193 11 13.5 11H15ZM15 11V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 11L15 15C15 16.1026 14.483 16 13.5 16C12.1193 16 11 14.8807 11 13.5C11 12.1193 12.1193 11 13.5 11H15ZM15 11V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-adobe-photoshop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 16V12M6.5 12V9.125C6.5 9.00892 6.5 8.95087 6.50482 8.90198C6.55158 8.42721 6.92721 8.05158 7.40198 8.00482C7.45087 8 7.50892 8 7.625 8H9C10.1046 8 11 8.89543 11 10C11 11.1046 10.1046 12 9 12H6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4658 11.2225C17.2923 10.5267 16.4782 10 15.5 10C14.3954 10 13.5 10.6716 13.5 11.5C13.5 12.3284 14.3954 13 15.5 13C16.6046 13 17.5 13.6716 17.5 14.5C17.5 15.3284 16.6046 16 15.5 16C14.5183 16 13.7019 15.4696 13.5323 14.77%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 16V12M6.5 12V9.125C6.5 9.00892 6.5 8.95087 6.50482 8.90198C6.55158 8.42721 6.92721 8.05158 7.40198 8.00482C7.45087 8 7.50892 8 7.625 8H9C10.1046 8 11 8.89543 11 10C11 11.1046 10.1046 12 9 12H6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4658 11.2225C17.2923 10.5267 16.4782 10 15.5 10C14.3954 10 13.5 10.6716 13.5 11.5C13.5 12.3284 14.3954 13 15.5 13C16.6046 13 17.5 13.6716 17.5 14.5C17.5 15.3284 16.6046 16 15.5 16C14.5183 16 13.7019 15.4696 13.5323 14.77%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-adobe-premier{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16V12M7 12V8.57143C7 8.21809 7.23449 8 7.57143 8H9C10.1046 8 11 8.89543 11 10C11 11.1046 10.1046 12 9 12H7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10.5V12.5M14 12.5V16M14 12.5C14.561 11.752 15.0832 10.8199 16 10.5663C16.1547 10.5235 16.3207 10.5 16.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16V12M7 12V8.57143C7 8.21809 7.23449 8 7.57143 8H9C10.1046 8 11 8.89543 11 10C11 11.1046 10.1046 12 9 12H7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10.5V12.5M14 12.5V16M14 12.5C14.561 11.752 15.0832 10.8199 16 10.5663C16.1547 10.5235 16.3207 10.5 16.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-adobe-xd{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8L12 16M6 16L12 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 11L18 15C18 16.1026 17.483 16 16.5 16C15.1193 16 14 14.8807 14 13.5C14 12.1193 15.1193 11 16.5 11H18ZM18 11V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8L12 16M6 16L12 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 11L18 15C18 16.1026 17.483 16 16.5 16C15.1193 16 14 14.8807 14 13.5C14 12.1193 15.1193 11 16.5 11H18ZM18 11V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-airbnb{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 18.7753C10.3443 16.7754 9 15.5355 9 13.5C9 11.4645 10.5033 10 12.0033 10C13.5033 10 15 11.4645 15 13.5C15 15.5355 13.6557 16.7754 12 18.7753ZM12 18.7753C10 21.3198 6.02071 21.4621 4.34969 20.302C2.67867 19.1419 2.65485 16.7398 3.75428 14.1954C4.85371 11.651 6.31925 8.5977 9.25143 4.52665C10.2123 3.45799 10.8973 3 11.9967 3M12 18.7753C14 21.3198 17.9793 21.4621 19.6503 20.302C21.3213 19.1419 21.3451 16.7398 20.2457 14.1954C19.1463 11.651 17.6807 8.5977 14.7486 4.52665C13.7877 3.45799 13.1027 3 12.0033 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 18.7753C10.3443 16.7754 9 15.5355 9 13.5C9 11.4645 10.5033 10 12.0033 10C13.5033 10 15 11.4645 15 13.5C15 15.5355 13.6557 16.7754 12 18.7753ZM12 18.7753C10 21.3198 6.02071 21.4621 4.34969 20.302C2.67867 19.1419 2.65485 16.7398 3.75428 14.1954C4.85371 11.651 6.31925 8.5977 9.25143 4.52665C10.2123 3.45799 10.8973 3 11.9967 3M12 18.7753C14 21.3198 17.9793 21.4621 19.6503 20.302C21.3213 19.1419 21.3451 16.7398 20.2457 14.1954C19.1463 11.651 17.6807 8.5977 14.7486 4.52665C13.7877 3.45799 13.1027 3 12.0033 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-android{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 9.5C6.5 6.46243 8.96243 4 12 4C15.0376 4 17.5 6.46243 17.5 9.5V16C17.5 17.4142 17.5 18.1213 17.0607 18.5607C16.6213 19 15.9142 19 14.5 19H9.5C8.08579 19 7.37868 19 6.93934 18.5607C6.5 18.1213 6.5 17.4142 6.5 16V9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 11V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 11V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4L8.5 2M14 4L15.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 10H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 9.5C6.5 6.46243 8.96243 4 12 4C15.0376 4 17.5 6.46243 17.5 9.5V16C17.5 17.4142 17.5 18.1213 17.0607 18.5607C16.6213 19 15.9142 19 14.5 19H9.5C8.08579 19 7.37868 19 6.93934 18.5607C6.5 18.1213 6.5 17.4142 6.5 16V9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 11V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 19V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 11V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 4L8.5 2M14 4L15.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 10H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-app-store{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7L12 8.66667M17 17L13.4 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 7L7 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 14H12.5M17.5 14L15.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7L12 8.66667M17 17L13.4 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 7L7 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 14H12.5M17.5 14L15.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-apple-finder{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16.5C10.5 18.5 13.5 18.5 17 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9896 2.5C12.1238 3.78525 10.5163 7.71349 10.0737 11.5798C9.98097 12.3899 9.9346 12.795 10.1905 13.1176C10.2151 13.1486 10.2474 13.1843 10.2757 13.212C10.5708 13.5 11.0149 13.5 11.9031 13.5C12.3889 13.5 12.6317 13.5 12.7766 13.6314C12.7923 13.6457 12.8051 13.6588 12.819 13.6748C12.9468 13.8225 12.9383 14.072 12.9212 14.5709C12.8685 16.1156 12.9401 19.0524 14 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16.5C10.5 18.5 13.5 18.5 17 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9896 2.5C12.1238 3.78525 10.5163 7.71349 10.0737 11.5798C9.98097 12.3899 9.9346 12.795 10.1905 13.1176C10.2151 13.1486 10.2474 13.1843 10.2757 13.212C10.5708 13.5 11.0149 13.5 11.9031 13.5C12.3889 13.5 12.6317 13.5 12.7766 13.6314C12.7923 13.6457 12.8051 13.6588 12.819 13.6748C12.9468 13.8225 12.9383 14.072 12.9212 14.5709C12.8685 16.1156 12.9401 19.0524 14 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-apple-news{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 19.6581V15.0065C2.5 14.2973 2.5 13.9426 2.6313 13.9033C2.76259 13.8639 2.9637 14.1693 3.36592 14.7799C4.75816 16.8937 7.10621 19.2417 9.21998 20.634C9.83065 21.0362 10.136 21.2373 10.0966 21.3686C10.0573 21.4999 9.70263 21.4999 8.99336 21.4999H4.34177C3.47355 21.4999 3.03944 21.4999 2.76972 21.2302C2.5 20.9605 2.5 20.5264 2.5 19.6581Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5004 4.34177V8.99336C21.5004 9.70263 21.5004 10.0573 21.3691 10.0966C21.2378 10.136 21.0367 9.83065 20.6345 9.21998C19.2422 7.10621 16.8942 4.75816 14.7804 3.36592C14.1697 2.9637 13.8644 2.76259 13.9038 2.6313C13.9431 2.5 14.2978 2.5 15.007 2.5H19.6586C20.5268 2.5 20.9609 2.5 21.2307 2.76972C21.5004 3.03944 21.5004 3.47355 21.5004 4.34177Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 4.4V6.62599C2.5 7.40261 2.5 7.79093 2.64463 8.14009C2.78926 8.48926 3.06384 8.76384 3.61299 9.31299L14.687 20.387C15.2362 20.9362 15.5107 21.2107 15.8599 21.3554C16.2091 21.5 16.5974 21.5 17.374 21.5H19.6C20.4957 21.5 20.9435 21.5 21.2218 21.2218C21.5 20.9435 21.5 20.4957 21.5 19.6V17.374C21.5 16.5974 21.5 16.2091 21.3554 15.8599C21.2107 15.5107 20.9362 15.2362 20.387 14.687L9.31299 3.61299C8.76384 3.06384 8.48926 2.78926 8.14009 2.64463C7.79093 2.5 7.40261 2.5 6.62599 2.5H4.4C3.50433 2.5 3.0565 2.5 2.77825 2.77825C2.5 3.0565 2.5 3.50433 2.5 4.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 19.6581V15.0065C2.5 14.2973 2.5 13.9426 2.6313 13.9033C2.76259 13.8639 2.9637 14.1693 3.36592 14.7799C4.75816 16.8937 7.10621 19.2417 9.21998 20.634C9.83065 21.0362 10.136 21.2373 10.0966 21.3686C10.0573 21.4999 9.70263 21.4999 8.99336 21.4999H4.34177C3.47355 21.4999 3.03944 21.4999 2.76972 21.2302C2.5 20.9605 2.5 20.5264 2.5 19.6581Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5004 4.34177V8.99336C21.5004 9.70263 21.5004 10.0573 21.3691 10.0966C21.2378 10.136 21.0367 9.83065 20.6345 9.21998C19.2422 7.10621 16.8942 4.75816 14.7804 3.36592C14.1697 2.9637 13.8644 2.76259 13.9038 2.6313C13.9431 2.5 14.2978 2.5 15.007 2.5H19.6586C20.5268 2.5 20.9609 2.5 21.2307 2.76972C21.5004 3.03944 21.5004 3.47355 21.5004 4.34177Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 4.4V6.62599C2.5 7.40261 2.5 7.79093 2.64463 8.14009C2.78926 8.48926 3.06384 8.76384 3.61299 9.31299L14.687 20.387C15.2362 20.9362 15.5107 21.2107 15.8599 21.3554C16.2091 21.5 16.5974 21.5 17.374 21.5H19.6C20.4957 21.5 20.9435 21.5 21.2218 21.2218C21.5 20.9435 21.5 20.4957 21.5 19.6V17.374C21.5 16.5974 21.5 16.2091 21.3554 15.8599C21.2107 15.5107 20.9362 15.2362 20.387 14.687L9.31299 3.61299C8.76384 3.06384 8.48926 2.78926 8.14009 2.64463C7.79093 2.5 7.40261 2.5 6.62599 2.5H4.4C3.50433 2.5 3.0565 2.5 2.77825 2.77825C2.5 3.0565 2.5 3.50433 2.5 4.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-apple-reminder{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7.5H17M8 7.5C8 7.77614 7.77614 8 7.5 8C7.22386 8 7 7.77614 7 7.5C7 7.22386 7.22386 7 7.5 7C7.77614 7 8 7.22386 8 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12H17M8 12C8 12.2761 7.77614 12.5 7.5 12.5C7.22386 12.5 7 12.2761 7 12C7 11.7239 7.22386 11.5 7.5 11.5C7.77614 11.5 8 11.7239 8 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16.5H17M8 16.5C8 16.7761 7.77614 17 7.5 17C7.22386 17 7 16.7761 7 16.5C7 16.2239 7.22386 16 7.5 16C7.77614 16 8 16.2239 8 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7.5H17M8 7.5C8 7.77614 7.77614 8 7.5 8C7.22386 8 7 7.77614 7 7.5C7 7.22386 7.22386 7 7.5 7C7.77614 7 8 7.22386 8 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12H17M8 12C8 12.2761 7.77614 12.5 7.5 12.5C7.22386 12.5 7 12.2761 7 12C7 11.7239 7.22386 11.5 7.5 11.5C7.77614 11.5 8 11.7239 8 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16.5H17M8 16.5C8 16.7761 7.77614 17 7.5 17C7.22386 17 7 16.7761 7 16.5C7 16.2239 7.22386 16 7.5 16C7.77614 16 8 16.2239 8 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-apple-stocks{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 14.5H3.03875C3.51106 14.5 3.74721 14.5 3.95256 14.4013C4.15791 14.3026 4.30544 14.1182 4.60049 13.7494L6 12L7.5 14.5L9 11L11.5 16L15 9L17 12.5L18.5 11L19.9453 13.168C20.1973 13.546 20.3233 13.735 20.5074 13.8494C20.544 13.8721 20.582 13.8925 20.6212 13.9103C20.8185 14 21.0457 14 21.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 2.5V5.5M15 21.5V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2215%22 cy%3D%229%22 r%3D%221%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 14.5H3.03875C3.51106 14.5 3.74721 14.5 3.95256 14.4013C4.15791 14.3026 4.30544 14.1182 4.60049 13.7494L6 12L7.5 14.5L9 11L11.5 16L15 9L17 12.5L18.5 11L19.9453 13.168C20.1973 13.546 20.3233 13.735 20.5074 13.8494C20.544 13.8721 20.582 13.8925 20.6212 13.9103C20.8185 14 21.0457 14 21.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 2.5V5.5M15 21.5V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2215%22 cy%3D%229%22 r%3D%221%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-apple{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1773 5.17735C14.0936 6.26107 12.0378 5.96225 12.0378 5.96225C12.0378 5.96225 11.7389 3.90637 12.8227 2.82265C13.9064 1.73893 15.9622 2.03775 15.9622 2.03775C15.9622 2.03775 16.2611 4.09363 15.1773 5.17735Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14.0593C4 17.341 6.19645 21.1103 8.41889 21.9069C9.1894 22.183 9.98578 21.8019 10.6479 21.3274C11.1502 20.9674 11.7584 20.6236 12.2497 20.6236C12.7409 20.6236 13.3491 20.9674 13.8514 21.3274C14.5135 21.8019 15.3099 22.183 16.0804 21.9069C17.6597 21.3409 19.2258 19.2738 20 16.9473C18.5008 16.5179 17.4057 15.1614 17.4057 13.5544C17.4057 12.0821 18.3248 10.8201 19.6318 10.2886C18.7897 8.79309 17.4136 8 15.8589 8C15.0546 8 14.3154 8.32422 13.7183 8.71286C12.7653 9.33314 11.7341 9.33315 10.781 8.71286C10.1839 8.32422 9.44473 8 8.64044 8C6.07759 8 4 10.1551 4 14.0593Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1773 5.17735C14.0936 6.26107 12.0378 5.96225 12.0378 5.96225C12.0378 5.96225 11.7389 3.90637 12.8227 2.82265C13.9064 1.73893 15.9622 2.03775 15.9622 2.03775C15.9622 2.03775 16.2611 4.09363 15.1773 5.17735Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14.0593C4 17.341 6.19645 21.1103 8.41889 21.9069C9.1894 22.183 9.98578 21.8019 10.6479 21.3274C11.1502 20.9674 11.7584 20.6236 12.2497 20.6236C12.7409 20.6236 13.3491 20.9674 13.8514 21.3274C14.5135 21.8019 15.3099 22.183 16.0804 21.9069C17.6597 21.3409 19.2258 19.2738 20 16.9473C18.5008 16.5179 17.4057 15.1614 17.4057 13.5544C17.4057 12.0821 18.3248 10.8201 19.6318 10.2886C18.7897 8.79309 17.4136 8 15.8589 8C15.0546 8 14.3154 8.32422 13.7183 8.71286C12.7653 9.33314 11.7341 9.33315 10.781 8.71286C10.1839 8.32422 9.44473 8 8.64044 8C6.07759 8 4 10.1551 4 14.0593Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-bebo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 18C14.2091 18 16 16.2091 16 14C16 11.9 14.6758 10.5691 12.5661 10.1461C11.713 9.97507 11 9.29474 11 8.42476C11 7.11978 12.0676 6.03085 13.3523 6.26034C17.4783 6.99743 20 9.75593 20 14C20 18.4183 16.4183 22 12 22C7.58172 22 4 18.4183 4 14V4C4 2.89543 4.89543 2 6 2C7.10457 2 8 2.89543 8 4V14C8 16.2091 9.79086 18 12 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 18C14.2091 18 16 16.2091 16 14C16 11.9 14.6758 10.5691 12.5661 10.1461C11.713 9.97507 11 9.29474 11 8.42476C11 7.11978 12.0676 6.03085 13.3523 6.26034C17.4783 6.99743 20 9.75593 20 14C20 18.4183 16.4183 22 12 22C7.58172 22 4 18.4183 4 14V4C4 2.89543 4.89543 2 6 2C7.10457 2 8 2.89543 8 4V14C8 16.2091 9.79086 18 12 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-behance-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12H7.625M7.4 5H4C3.05719 5 2.58579 5 2.29289 5.29289C2 5.58579 2 6.05719 2 7V17C2 17.9428 2 18.4142 2.29289 18.7071C2.58579 19 3.05719 19 4 19H7.4C9.38823 19 11 17.433 11 15.5C11 13.567 9.38823 12 7.4 12C9.38823 12 11 10.433 11 8.5C11 6.567 9.38823 5 7.4 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 7H16M14 14H22C22 11.9587 20.2091 10 18 10C15.7909 10 14 11.9587 14 14ZM14 14V15C14 17.2091 15.7909 19 18 19C19.4806 19 20.7733 18.1956 21.4649 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12H7.625M7.4 5H4C3.05719 5 2.58579 5 2.29289 5.29289C2 5.58579 2 6.05719 2 7V17C2 17.9428 2 18.4142 2.29289 18.7071C2.58579 19 3.05719 19 4 19H7.4C9.38823 19 11 17.433 11 15.5C11 13.567 9.38823 12 7.4 12C9.38823 12 11 10.433 11 8.5C11 6.567 9.38823 5 7.4 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 7H16M14 14H22C22 11.9587 20.2091 10 18 10C15.7909 10 14 11.9587 14 14ZM14 14V15C14 17.2091 15.7909 19 18 19C19.4806 19 20.7733 18.1956 21.4649 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-behance-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.75089 11.985V9.00492C6.75089 8.72282 6.98243 8.49414 7.26805 8.49414H9.24585C9.68574 8.49414 10.1378 8.56982 10.4657 8.8595C10.8164 9.16935 11.1564 9.64935 11.1396 10.2909C11.1199 11.0391 10.5736 11.9234 9.7732 11.985C8.97274 12.0466 8.22068 11.985 6.75089 11.985ZM6.75089 11.985V14.9675C6.75089 15.2496 6.98246 15.478 7.26807 15.4808C8.40874 15.4917 9.07242 15.5322 9.7732 15.4783C10.5736 15.4166 11.1199 14.5323 11.1396 13.7841C11.1564 13.1426 10.8164 12.6626 10.4657 12.3527C10.1378 12.063 9.68574 11.9873 9.24585 11.9873L6.75089 11.985ZM16.7954 14.9655C16.3572 15.3901 14.2227 16.2293 13.4538 14.0205C13.3738 13.8 13.3102 13.3244 13.3474 12.957M13.3474 12.957C13.4107 12.3314 13.6868 11.4539 14.7115 11.0958C16.1791 10.583 17.102 12.0065 17.341 12.957H13.3474ZM14.5888 9.00095H15.949%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.75089 11.985V9.00492C6.75089 8.72282 6.98243 8.49414 7.26805 8.49414H9.24585C9.68574 8.49414 10.1378 8.56982 10.4657 8.8595C10.8164 9.16935 11.1564 9.64935 11.1396 10.2909C11.1199 11.0391 10.5736 11.9234 9.7732 11.985C8.97274 12.0466 8.22068 11.985 6.75089 11.985ZM6.75089 11.985V14.9675C6.75089 15.2496 6.98246 15.478 7.26807 15.4808C8.40874 15.4917 9.07242 15.5322 9.7732 15.4783C10.5736 15.4166 11.1199 14.5323 11.1396 13.7841C11.1564 13.1426 10.8164 12.6626 10.4657 12.3527C10.1378 12.063 9.68574 11.9873 9.24585 11.9873L6.75089 11.985ZM16.7954 14.9655C16.3572 15.3901 14.2227 16.2293 13.4538 14.0205C13.3738 13.8 13.3102 13.3244 13.3474 12.957M13.3474 12.957C13.4107 12.3314 13.6868 11.4539 14.7115 11.0958C16.1791 10.583 17.102 12.0065 17.341 12.957H13.3474ZM14.5888 9.00095H15.949%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-bing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 18.4705V3.32143C4 2.57781 4 2.20599 4.23713 2.05571C4.47427 1.90543 4.79858 2.07171 5.44721 2.40427L7.44721 3.42969C7.71617 3.56759 7.85065 3.63654 7.92533 3.76044C8 3.88433 8 4.03851 8 4.34686V15.2766C8 16.0625 8 16.4554 8.24904 16.6036C8.49807 16.7518 8.83076 16.5568 9.49614 16.167L14.2232 13.3971C14.5572 13.2014 14.7242 13.1035 14.7114 12.9712C14.6986 12.8389 14.5162 12.7766 14.1513 12.6518L12.5208 12.0945C12.2661 12.0075 12.1388 11.9639 12.0516 11.8675C11.9645 11.771 11.932 11.6375 11.8669 11.3704L11.4164 9.5227C11.2311 8.7628 11.1385 8.38285 11.3443 8.17718C11.5502 7.97152 11.9182 8.07634 12.6542 8.28598L18.5353 9.96116C19.2399 10.1619 19.5923 10.2622 19.7961 10.5373C20 10.8123 20 11.1873 20 11.9372V13.8824C20 14.4602 20 14.7491 19.866 14.9871C19.7321 15.225 19.488 15.3695 19 15.6584L9.04083 21.5546C8.53376 21.8548 8.28022 22.0049 8.00292 21.9999C7.72561 21.9949 7.47735 21.8358 6.98083 21.5176L4.94 20.2096C4.48048 19.9151 4.25071 19.7679 4.12536 19.5359C4 19.304 4 19.0262 4 18.4705Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 18.4705V3.32143C4 2.57781 4 2.20599 4.23713 2.05571C4.47427 1.90543 4.79858 2.07171 5.44721 2.40427L7.44721 3.42969C7.71617 3.56759 7.85065 3.63654 7.92533 3.76044C8 3.88433 8 4.03851 8 4.34686V15.2766C8 16.0625 8 16.4554 8.24904 16.6036C8.49807 16.7518 8.83076 16.5568 9.49614 16.167L14.2232 13.3971C14.5572 13.2014 14.7242 13.1035 14.7114 12.9712C14.6986 12.8389 14.5162 12.7766 14.1513 12.6518L12.5208 12.0945C12.2661 12.0075 12.1388 11.9639 12.0516 11.8675C11.9645 11.771 11.932 11.6375 11.8669 11.3704L11.4164 9.5227C11.2311 8.7628 11.1385 8.38285 11.3443 8.17718C11.5502 7.97152 11.9182 8.07634 12.6542 8.28598L18.5353 9.96116C19.2399 10.1619 19.5923 10.2622 19.7961 10.5373C20 10.8123 20 11.1873 20 11.9372V13.8824C20 14.4602 20 14.7491 19.866 14.9871C19.7321 15.225 19.488 15.3695 19 15.6584L9.04083 21.5546C8.53376 21.8548 8.28022 22.0049 8.00292 21.9999C7.72561 21.9949 7.47735 21.8358 6.98083 21.5176L4.94 20.2096C4.48048 19.9151 4.25071 19.7679 4.12536 19.5359C4 19.304 4 19.0262 4 18.4705Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-blogger{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 10H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 15H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9577 11.4622V10.5088C14.9577 8.63614 14.9577 7.69981 14.4825 7.04341C13.5821 5.79972 11.833 6.01409 10.4788 6.01409C9.12474 6.01409 7.37562 5.79972 6.47521 7.04341C6 7.69981 6 8.63614 6 10.5088V13.0059C6 15.3601 6 16.5373 6.72879 17.2686C7.45758 18 8.63055 18 10.9765 18H14.6862C17.285 18 18.3239 16.1725 17.913 13.5687C17.6684 12.0195 16.3315 11.4622 14.9577 11.4622Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 10H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 15H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9577 11.4622V10.5088C14.9577 8.63614 14.9577 7.69981 14.4825 7.04341C13.5821 5.79972 11.833 6.01409 10.4788 6.01409C9.12474 6.01409 7.37562 5.79972 6.47521 7.04341C6 7.69981 6 8.63614 6 10.5088V13.0059C6 15.3601 6 16.5373 6.72879 17.2686C7.45758 18 8.63055 18 10.9765 18H14.6862C17.285 18 18.3239 16.1725 17.913 13.5687C17.6684 12.0195 16.3315 11.4622 14.9577 11.4622Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-bootstrap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8824 12C14.0519 12 15 12.8954 15 14C15 15.1046 14.0519 16 12.8824 16H10.6C9.84575 16 9.46863 16 9.23431 15.7657C9 15.5314 9 15.1542 9 14.4V12M12.8824 12C14.0519 12 15 11.1046 15 10C15 8.89543 14.0519 8 12.8824 8H10.6C9.84575 8 9.46863 8 9.23431 8.23431C9 8.46863 9 8.84575 9 9.6V12M12.8824 12H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C20.8954 12 20 11.1046 20 10V8C20 4.69067 19.3093 4 16 4H8C4.69067 4 4 4.69067 4 8V10C4 11.1046 3.10457 12 2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C3.10457 12 4 12.8954 4 14L4 16C4 19.3093 4.69067 20 8 20H16C19.3093 20 20 19.3093 20 16V14C20 12.8954 20.8954 12 22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8824 12C14.0519 12 15 12.8954 15 14C15 15.1046 14.0519 16 12.8824 16H10.6C9.84575 16 9.46863 16 9.23431 15.7657C9 15.5314 9 15.1542 9 14.4V12M12.8824 12C14.0519 12 15 11.1046 15 10C15 8.89543 14.0519 8 12.8824 8H10.6C9.84575 8 9.46863 8 9.23431 8.23431C9 8.46863 9 8.84575 9 9.6V12M12.8824 12H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C20.8954 12 20 11.1046 20 10V8C20 4.69067 19.3093 4 16 4H8C4.69067 4 4 4.69067 4 8V10C4 11.1046 3.10457 12 2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C3.10457 12 4 12.8954 4 14L4 16C4 19.3093 4.69067 20 8 20H16C19.3093 20 20 19.3093 20 16V14C20 12.8954 20.8954 12 22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-capcut-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8 12L6 14.5C6 15.6785 6 15.7678 6.35155 16.1339C6.7031 16.5 7.2689 16.5 8.40052 16.5H13.2016C14.3332 16.5 14.899 16.5 15.2505 16.1339C15.6021 15.7678 15.6021 15.6785 15.6021 14.5M10.8 12L18 8.25M10.8 12L6 9.5C6 8.32149 6 8.23223 6.35155 7.86612C6.7031 7.5 7.2689 7.5 8.40052 7.5H13.2016C14.3332 7.5 14.899 7.5 15.2505 7.86612C15.6021 8.23223 15.6021 8.32149 15.6021 9.5M10.8 12L18 15.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.49805 12C2.49805 7.52166 2.49805 5.28249 3.88929 3.89124C5.28053 2.5 7.5197 2.5 11.998 2.5C16.4764 2.5 18.7156 2.5 20.1068 3.89124C21.498 5.28249 21.498 7.52166 21.498 12C21.498 16.4783 21.498 18.7175 20.1068 20.1088C18.7156 21.5 16.4764 21.5 11.998 21.5C7.5197 21.5 5.28053 21.5 3.88929 20.1088C2.49805 18.7175 2.49805 16.4783 2.49805 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8 12L6 14.5C6 15.6785 6 15.7678 6.35155 16.1339C6.7031 16.5 7.2689 16.5 8.40052 16.5H13.2016C14.3332 16.5 14.899 16.5 15.2505 16.1339C15.6021 15.7678 15.6021 15.6785 15.6021 14.5M10.8 12L18 8.25M10.8 12L6 9.5C6 8.32149 6 8.23223 6.35155 7.86612C6.7031 7.5 7.2689 7.5 8.40052 7.5H13.2016C14.3332 7.5 14.899 7.5 15.2505 7.86612C15.6021 8.23223 15.6021 8.32149 15.6021 9.5M10.8 12L18 15.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.49805 12C2.49805 7.52166 2.49805 5.28249 3.88929 3.89124C5.28053 2.5 7.5197 2.5 11.998 2.5C16.4764 2.5 18.7156 2.5 20.1068 3.89124C21.498 5.28249 21.498 7.52166 21.498 12C21.498 16.4783 21.498 18.7175 20.1068 20.1088C18.7156 21.5 16.4764 21.5 11.998 21.5C7.5197 21.5 5.28053 21.5 3.88929 20.1088C2.49805 18.7175 2.49805 16.4783 2.49805 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-capcut{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.99826 12L2 16C2 17.8856 2 18.3284 2.58579 18.9142C3.17157 19.5 4.11438 19.5 6 19.5H14C15.8856 19.5 16.8284 19.5 17.4142 18.9142C18 18.3284 18 17.8856 18 16M9.99826 12L21.9957 6M9.99826 12L2 8C2 6.61438 2 5.67157 2.58579 5.08579C3.17157 4.5 4.11438 4.5 6 4.5H14C15.8856 4.5 16.8284 4.5 17.4142 5.08579C18 5.67157 18 6.61438 18 8M9.99826 12L21.9957 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.99826 12L2 16C2 17.8856 2 18.3284 2.58579 18.9142C3.17157 19.5 4.11438 19.5 6 19.5H14C15.8856 19.5 16.8284 19.5 17.4142 18.9142C18 18.3284 18 17.8856 18 16M9.99826 12L21.9957 6M9.99826 12L2 8C2 6.61438 2 5.67157 2.58579 5.08579C3.17157 4.5 4.11438 4.5 6 4.5H14C15.8856 4.5 16.8284 4.5 17.4142 5.08579C18 5.67157 18 6.61438 18 8M9.99826 12L21.9957 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-chrome{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.53448 14L4.0332 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 21.5L15.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.53448 14L4.0332 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 21.5L15.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-codesandbox{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8453 2.47782C11.4088 2.15927 11.6906 2 12 2C12.3094 2 12.5912 2.15927 13.1547 2.47782L19.8453 6.25983C20.4088 6.57838 20.6906 6.73766 20.8453 7C21 7.26234 21 7.58089 21 8.21799V15.782C21 16.4191 21 16.7377 20.8453 17C20.6906 17.2623 20.4088 17.4216 19.8453 17.7402L13.1547 21.5222C12.5912 21.8407 12.3094 22 12 22C11.6906 22 11.4088 21.8407 10.8453 21.5222L4.1547 17.7402C3.59117 17.4216 3.3094 17.2623 3.1547 17C3 16.7377 3 16.4191 3 15.782V8.21799C3 7.58089 3 7.26234 3.1547 7C3.3094 6.73766 3.59117 6.57838 4.1547 6.25983L10.8453 2.47782Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 4.27051L13.134 5.55062C12.5803 5.85019 12.3035 5.99998 12 5.99998C11.6965 5.99998 11.4197 5.85019 10.866 5.55062L8.5 4.27051%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11.6154V22M12 11.6154L20.5 7M12 11.6154L3.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12L5.89443 13.5585C6.43234 13.8482 6.7013 13.993 6.85065 14.2532C7 14.5135 7 14.8373 7 15.485V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12L18.1056 13.5585C17.5677 13.8482 17.2987 13.993 17.1493 14.2532C17 14.5135 17 14.8373 17 15.485V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8453 2.47782C11.4088 2.15927 11.6906 2 12 2C12.3094 2 12.5912 2.15927 13.1547 2.47782L19.8453 6.25983C20.4088 6.57838 20.6906 6.73766 20.8453 7C21 7.26234 21 7.58089 21 8.21799V15.782C21 16.4191 21 16.7377 20.8453 17C20.6906 17.2623 20.4088 17.4216 19.8453 17.7402L13.1547 21.5222C12.5912 21.8407 12.3094 22 12 22C11.6906 22 11.4088 21.8407 10.8453 21.5222L4.1547 17.7402C3.59117 17.4216 3.3094 17.2623 3.1547 17C3 16.7377 3 16.4191 3 15.782V8.21799C3 7.58089 3 7.26234 3.1547 7C3.3094 6.73766 3.59117 6.57838 4.1547 6.25983L10.8453 2.47782Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 4.27051L13.134 5.55062C12.5803 5.85019 12.3035 5.99998 12 5.99998C11.6965 5.99998 11.4197 5.85019 10.866 5.55062L8.5 4.27051%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11.6154V22M12 11.6154L20.5 7M12 11.6154L3.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12L5.89443 13.5585C6.43234 13.8482 6.7013 13.993 6.85065 14.2532C7 14.5135 7 14.8373 7 15.485V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12L18.1056 13.5585C17.5677 13.8482 17.2987 13.993 17.1493 14.2532C17 14.5135 17 14.8373 17 15.485V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-creative-market{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7962 2.91338C11.4188 2.29077 12.2756 1.96039 13.1551 2.0038L18.7587 2.28039C20.3601 2.35944 21.6406 3.63993 21.7196 5.24131L21.9962 10.8449C22.0396 11.7244 21.7092 12.5811 21.0866 13.2037L13.5082 20.7822C11.8844 22.4059 9.25177 22.4059 7.62799 20.7822L3.21783 16.372C1.59406 14.7482 1.59406 12.1156 3.21783 10.4918L10.7962 2.91338Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5002 6.5L17.4912 6.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.982 12.2064L10.0004 14M10.0004 14L7.01869 15.7936M10.0004 14L10.0187 17.5M10.0004 14L9.98202 10.5M10.0004 14L13 15.7063M10.0004 14L7 12.2935%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7962 2.91338C11.4188 2.29077 12.2756 1.96039 13.1551 2.0038L18.7587 2.28039C20.3601 2.35944 21.6406 3.63993 21.7196 5.24131L21.9962 10.8449C22.0396 11.7244 21.7092 12.5811 21.0866 13.2037L13.5082 20.7822C11.8844 22.4059 9.25177 22.4059 7.62799 20.7822L3.21783 16.372C1.59406 14.7482 1.59406 12.1156 3.21783 10.4918L10.7962 2.91338Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5002 6.5L17.4912 6.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.982 12.2064L10.0004 14M10.0004 14L7.01869 15.7936M10.0004 14L10.0187 17.5M10.0004 14L9.98202 10.5M10.0004 14L13 15.7063M10.0004 14L7 12.2935%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-deviantart{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 2C18.8273 2 19 2.17267 19 3V6.13854C19 6.44216 18.9987 6.44633 18.8289 6.698L15.5528 11.5517C15.0898 12.2375 14.8584 12.5804 14.9994 12.8458C15.1404 13.1111 15.5541 13.1111 16.3816 13.1111H18C18.8273 13.1111 19 13.2838 19 14.1111V16.5556C19 17.3829 18.8273 17.5556 18 17.5556H12.5626C11.5215 17.5556 11.4872 17.5738 10.9048 18.4367L8.79735 21.5594C8.50616 21.9909 8.48899 22 7.96846 22H6C5.17267 22 5 21.8273 5 21V17.8615C5 17.5578 5.00128 17.5537 5.17114 17.302L8.44724 12.4483C8.91018 11.7625 9.14164 11.4196 9.00062 11.1542C8.85959 10.8889 8.44585 10.8889 7.61838 10.8889H6C5.17267 10.8889 5 10.7162 5 9.88889V7.44445C5 6.61711 5.17267 6.44444 6 6.44444H11.4374C12.4785 6.44444 12.5128 6.4262 13.0952 5.56326L15.2027 2.44059C15.4938 2.00912 15.511 2 16.0315 2H18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M18 2C18.8273 2 19 2.17267 19 3V6.13854C19 6.44216 18.9987 6.44633 18.8289 6.698L15.5528 11.5517C15.0898 12.2375 14.8584 12.5804 14.9994 12.8458C15.1404 13.1111 15.5541 13.1111 16.3816 13.1111H18C18.8273 13.1111 19 13.2838 19 14.1111V16.5556C19 17.3829 18.8273 17.5556 18 17.5556H12.5626C11.5215 17.5556 11.4872 17.5738 10.9048 18.4367L8.79735 21.5594C8.50616 21.9909 8.48899 22 7.96846 22H6C5.17267 22 5 21.8273 5 21V17.8615C5 17.5578 5.00128 17.5537 5.17114 17.302L8.44724 12.4483C8.91018 11.7625 9.14164 11.4196 9.00062 11.1542C8.85959 10.8889 8.44585 10.8889 7.61838 10.8889H6C5.17267 10.8889 5 10.7162 5 9.88889V7.44445C5 6.61711 5.17267 6.44444 6 6.44444H11.4374C12.4785 6.44444 12.5128 6.4262 13.0952 5.56326L15.2027 2.44059C15.4938 2.00912 15.511 2 16.0315 2H18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-digg{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 19H20C20.9428 19 21.4142 19 21.7071 18.7071C22 18.4142 22 17.9428 22 17V16M22 16V11C22 10.0572 22 9.58579 21.7071 9.29289C21.4142 9 20.9428 9 20 9C19.0572 9 18.5858 9 18.2929 9.29289C18 9.58579 18 10.0572 18 11V14C18 14.9428 18 15.4142 18.2929 15.7071C18.5858 16 19.0572 16 20 16H22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 19H13.5C14.4428 19 14.9142 19 15.2071 18.7071C15.5 18.4142 15.5 17.9428 15.5 17V16M15.5 16V11C15.5 10.0572 15.5 9.58579 15.2071 9.29289C14.9142 9 14.4428 9 13.5 9C12.5572 9 12.0858 9 11.7929 9.29289C11.5 9.58579 11.5 10.0572 11.5 11V14C11.5 14.9428 11.5 15.4142 11.7929 15.7071C12.0858 16 12.5572 16 13.5 16H15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9V14C6 14.9428 6 15.4142 5.70711 15.7071C5.41421 16 4.94281 16 4 16C3.05719 16 2.58579 16 2.29289 15.7071C2 15.4142 2 14.9428 2 14V11C2 10.0572 2 9.58579 2.29289 9.29289C2.58579 9 3.05719 9 4 9H6ZM6 9V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 5V6M9 9V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 19H20C20.9428 19 21.4142 19 21.7071 18.7071C22 18.4142 22 17.9428 22 17V16M22 16V11C22 10.0572 22 9.58579 21.7071 9.29289C21.4142 9 20.9428 9 20 9C19.0572 9 18.5858 9 18.2929 9.29289C18 9.58579 18 10.0572 18 11V14C18 14.9428 18 15.4142 18.2929 15.7071C18.5858 16 19.0572 16 20 16H22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 19H13.5C14.4428 19 14.9142 19 15.2071 18.7071C15.5 18.4142 15.5 17.9428 15.5 17V16M15.5 16V11C15.5 10.0572 15.5 9.58579 15.2071 9.29289C14.9142 9 14.4428 9 13.5 9C12.5572 9 12.0858 9 11.7929 9.29289C11.5 9.58579 11.5 10.0572 11.5 11V14C11.5 14.9428 11.5 15.4142 11.7929 15.7071C12.0858 16 12.5572 16 13.5 16H15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9V14C6 14.9428 6 15.4142 5.70711 15.7071C5.41421 16 4.94281 16 4 16C3.05719 16 2.58579 16 2.29289 15.7071C2 15.4142 2 14.9428 2 14V11C2 10.0572 2 9.58579 2.29289 9.29289C2.58579 9 3.05719 9 4 9H6ZM6 9V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 5V6M9 9V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-discord{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7C10.8889 5.66667 13.1111 5.66667 17 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17C10.5 18.3333 13.5 18.3333 17 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.85703 17.625C8.85703 18.75 6.73605 21 6.19206 21C4.55894 21 3.10868 19.1246 2.38298 17.625C1.65728 15.7496 1.83899 11.0629 4.01495 4.6875C5.60121 3.54562 7.19433 3.18 8.85716 3L10 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.143 17.625C15.143 18.75 17.2639 21 17.8079 21C19.4411 21 20.8913 19.1246 21.617 17.625C22.3427 15.7496 22.161 11.0629 19.985 4.6875C18.3988 3.54562 16.8057 3.18 15.1428 3L14 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.51009 12H7.5M16.5 12H16.4899%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7C10.8889 5.66667 13.1111 5.66667 17 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17C10.5 18.3333 13.5 18.3333 17 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.85703 17.625C8.85703 18.75 6.73605 21 6.19206 21C4.55894 21 3.10868 19.1246 2.38298 17.625C1.65728 15.7496 1.83899 11.0629 4.01495 4.6875C5.60121 3.54562 7.19433 3.18 8.85716 3L10 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.143 17.625C15.143 18.75 17.2639 21 17.8079 21C19.4411 21 20.8913 19.1246 21.617 17.625C22.3427 15.7496 22.161 11.0629 19.985 4.6875C18.3988 3.54562 16.8057 3.18 15.1428 3L14 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.51009 12H7.5M16.5 12H16.4899%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-dribbble{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 13.2644C21.0732 13.0906 20.12 13 19.1472 13C13.7948 13 9.03435 15.7425 6 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5C15.8705 8.66742 11.1679 11 5.90962 11C4.56437 11 3.25548 10.8473 2 10.5587%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6178 22C14.8684 20.786 15 19.5287 15 18.2407C15 11.9247 11.8343 6.34645 7 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 13.2644C21.0732 13.0906 20.12 13 19.1472 13C13.7948 13 9.03435 15.7425 6 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5C15.8705 8.66742 11.1679 11 5.90962 11C4.56437 11 3.25548 10.8473 2 10.5587%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6178 22C14.8684 20.786 15 19.5287 15 18.2407C15 11.9247 11.8343 6.34645 7 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-dropbox{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5.88867L18.1111 9.22201L12 12.5553L5.88889 9.22201L12 5.88867Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.33398 15.333V17.3323C5.33398 18.4799 5.53864 18.8376 6.5624 19.3598L11.0068 21.6266C11.9822 22.124 12.0191 22.124 12.9945 21.6266L17.4389 19.3598C18.4627 18.8376 18.6673 18.4799 18.6673 17.3323V15.333%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5962 3.28932L12 5.63676L9.40376 3.28932C8.48843 2.46171 8.03077 2.04791 7.47093 2.00383C6.91108 1.95975 6.39803 2.29712 5.37192 2.97186L3.51345 4.19395C2.51688 4.84927 2.0186 5.17693 2.0005 5.66379C1.98241 6.15065 2.4549 6.51684 3.3999 7.24921L5.81645 9.12203L3.3999 10.9949C2.45491 11.7272 1.98241 12.0934 2.0005 12.5803C2.0186 13.0671 2.51688 13.3948 3.51345 14.0501L6.36636 15.9261C6.91362 16.286 7.18725 16.4659 7.48583 16.4424C7.78442 16.4189 8.0285 16.1982 8.51667 15.7568L12 12.6073L14.5962 14.9547C15.5116 15.7823 15.9692 16.1962 16.5291 16.2402C17.0889 16.2843 17.602 15.9469 18.6281 15.2722L20.4865 14.0501C21.4831 13.3948 21.9814 13.0671 21.9995 12.5803C22.0176 12.0934 21.5451 11.7272 20.6001 10.9949L18.1836 9.12203L20.6001 7.24921C21.5451 6.51684 22.0176 6.15065 21.9995 5.66379C21.9814 5.17693 21.4831 4.84927 20.4865 4.19395L18.6281 2.97186C17.602 2.29712 17.0889 1.95975 16.5291 2.00383C15.9692 2.04791 15.5116 2.46171 14.5962 3.28932Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5.88867L18.1111 9.22201L12 12.5553L5.88889 9.22201L12 5.88867Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.33398 15.333V17.3323C5.33398 18.4799 5.53864 18.8376 6.5624 19.3598L11.0068 21.6266C11.9822 22.124 12.0191 22.124 12.9945 21.6266L17.4389 19.3598C18.4627 18.8376 18.6673 18.4799 18.6673 17.3323V15.333%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5962 3.28932L12 5.63676L9.40376 3.28932C8.48843 2.46171 8.03077 2.04791 7.47093 2.00383C6.91108 1.95975 6.39803 2.29712 5.37192 2.97186L3.51345 4.19395C2.51688 4.84927 2.0186 5.17693 2.0005 5.66379C1.98241 6.15065 2.4549 6.51684 3.3999 7.24921L5.81645 9.12203L3.3999 10.9949C2.45491 11.7272 1.98241 12.0934 2.0005 12.5803C2.0186 13.0671 2.51688 13.3948 3.51345 14.0501L6.36636 15.9261C6.91362 16.286 7.18725 16.4659 7.48583 16.4424C7.78442 16.4189 8.0285 16.1982 8.51667 15.7568L12 12.6073L14.5962 14.9547C15.5116 15.7823 15.9692 16.1962 16.5291 16.2402C17.0889 16.2843 17.602 15.9469 18.6281 15.2722L20.4865 14.0501C21.4831 13.3948 21.9814 13.0671 21.9995 12.5803C22.0176 12.0934 21.5451 11.7272 20.6001 10.9949L18.1836 9.12203L20.6001 7.24921C21.5451 6.51684 22.0176 6.15065 21.9995 5.66379C21.9814 5.17693 21.4831 4.84927 20.4865 4.19395L18.6281 2.97186C17.602 2.29712 17.0889 1.95975 16.5291 2.00383C15.9692 2.04791 15.5116 2.46171 14.5962 3.28932Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-envato{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.6208 9.71868C5.57738 11.0491 5.74133 12.522 6.29962 13.7648C6.58057 14.3902 6.72104 14.7029 6.97131 14.6597C7.22157 14.6165 7.24731 14.225 7.2988 13.4418C7.63656 8.30431 12.0617 2.82088 17.2345 2.06656C17.7565 1.99044 18.0175 1.95237 18.3247 2.10501C18.6318 2.25765 18.7647 2.50609 19.0305 3.00296C23.4777 11.3161 20.1384 22 11.581 22C4.84807 22 0.829706 14.1923 4.23649 9.08353C4.77945 8.26932 5.05093 7.86222 5.36303 7.95815C5.67513 8.05409 5.65702 8.60895 5.6208 9.71868Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.6208 9.71868C5.57738 11.0491 5.74133 12.522 6.29962 13.7648C6.58057 14.3902 6.72104 14.7029 6.97131 14.6597C7.22157 14.6165 7.24731 14.225 7.2988 13.4418C7.63656 8.30431 12.0617 2.82088 17.2345 2.06656C17.7565 1.99044 18.0175 1.95237 18.3247 2.10501C18.6318 2.25765 18.7647 2.50609 19.0305 3.00296C23.4777 11.3161 20.1384 22 11.581 22C4.84807 22 0.829706 14.1923 4.23649 9.08353C4.77945 8.26932 5.05093 7.86222 5.36303 7.95815C5.67513 8.05409 5.65702 8.60895 5.6208 9.71868Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-facebook-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9265 8.02637H13.9816C12.9378 8.02637 12.0894 8.86847 12.0817 9.91229L11.9964 21.4268M10.082 14.0017H14.8847%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9265 8.02637H13.9816C12.9378 8.02637 12.0894 8.86847 12.0817 9.91229L11.9964 21.4268M10.082 14.0017H14.8847%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-facebook-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.18182 10.3333C5.20406 10.3333 5 10.5252 5 11.4444V13.1111C5 14.0304 5.20406 14.2222 6.18182 14.2222H8.54545V20.8889C8.54545 21.8081 8.74951 22 9.72727 22H12.0909C13.0687 22 13.2727 21.8081 13.2727 20.8889V14.2222H15.9267C16.6683 14.2222 16.8594 14.0867 17.0631 13.4164L17.5696 11.7497C17.9185 10.6014 17.7035 10.3333 16.4332 10.3333H13.2727V7.55556C13.2727 6.94191 13.8018 6.44444 14.4545 6.44444H17.8182C18.7959 6.44444 19 6.25259 19 5.33333V3.11111C19 2.19185 18.7959 2 17.8182 2H14.4545C11.191 2 8.54545 4.48731 8.54545 7.55556V10.3333H6.18182Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M6.18182 10.3333C5.20406 10.3333 5 10.5252 5 11.4444V13.1111C5 14.0304 5.20406 14.2222 6.18182 14.2222H8.54545V20.8889C8.54545 21.8081 8.74951 22 9.72727 22H12.0909C13.0687 22 13.2727 21.8081 13.2727 20.8889V14.2222H15.9267C16.6683 14.2222 16.8594 14.0867 17.0631 13.4164L17.5696 11.7497C17.9185 10.6014 17.7035 10.3333 16.4332 10.3333H13.2727V7.55556C13.2727 6.94191 13.8018 6.44444 14.4545 6.44444H17.8182C18.7959 6.44444 19 6.25259 19 5.33333V3.11111C19 2.19185 18.7959 2 17.8182 2H14.4545C11.191 2 8.54545 4.48731 8.54545 7.55556V10.3333H6.18182Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-figma{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2215%22 cy%3D%2212%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21C10.6569 21 12 19.6569 12 18V15H9C7.34315 15 6 16.3431 6 18C6 19.6569 7.34315 21 9 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V15H9C7.34315 15 6 13.6569 6 12C6 10.3431 7.34315 9 9 9H12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V9H9C7.34315 9 6 7.65685 6 6C6 4.34315 7.34315 3 9 3H12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V9H15C16.6569 9 18 7.65685 18 6C18 4.34315 16.6569 3 15 3H12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2215%22 cy%3D%2212%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21C10.6569 21 12 19.6569 12 18V15H9C7.34315 15 6 16.3431 6 18C6 19.6569 7.34315 21 9 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V15H9C7.34315 15 6 13.6569 6 12C6 10.3431 7.34315 9 9 9H12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V9H9C7.34315 9 6 7.65685 6 6C6 4.34315 7.34315 3 9 3H12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V9H15C16.6569 9 18 7.65685 18 6C18 4.34315 16.6569 3 15 3H12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-fiverr{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.3517 3C15.3517 2.5286 15.3517 2.29289 15.2052 2.14645C15.0588 2 14.8231 2 14.3517 2H11.6173C8.89563 2 6.52177 4.50923 6.68066 8.5H5C4.5286 8.5 4.29289 8.5 4.14645 8.64645C4 8.79289 4 9.0286 4 9.5V11C4 11.4714 4 11.7071 4.14645 11.8536C4.29289 12 4.5286 12 5 12H7V21C7 21.4714 7 21.7071 7.14645 21.8536C7.29289 22 7.5286 22 8 22H10C10.4714 22 10.7071 22 10.8536 21.8536C11 21.7071 11 21.4714 11 21V12H15.5306V21C15.5306 21.4714 15.5306 21.7071 15.677 21.8536C15.8235 22 16.0592 22 16.5306 22H19C19.4714 22 19.7071 22 19.8536 21.8536C20 21.7071 20 21.4714 20 21V10.5C20 9.55719 20 9.08579 19.7071 8.79289C19.4142 8.5 18.9428 8.5 18 8.5H11V7.22923C11 6.5 11.5 5.5 12.797 5.5H14.3517C14.8231 5.5 15.0588 5.5 15.2052 5.35355C15.3517 5.20711 15.3517 4.9714 15.3517 4.5V3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.3517 3C15.3517 2.5286 15.3517 2.29289 15.2052 2.14645C15.0588 2 14.8231 2 14.3517 2H11.6173C8.89563 2 6.52177 4.50923 6.68066 8.5H5C4.5286 8.5 4.29289 8.5 4.14645 8.64645C4 8.79289 4 9.0286 4 9.5V11C4 11.4714 4 11.7071 4.14645 11.8536C4.29289 12 4.5286 12 5 12H7V21C7 21.4714 7 21.7071 7.14645 21.8536C7.29289 22 7.5286 22 8 22H10C10.4714 22 10.7071 22 10.8536 21.8536C11 21.7071 11 21.4714 11 21V12H15.5306V21C15.5306 21.4714 15.5306 21.7071 15.677 21.8536C15.8235 22 16.0592 22 16.5306 22H19C19.4714 22 19.7071 22 19.8536 21.8536C20 21.7071 20 21.4714 20 21V10.5C20 9.55719 20 9.08579 19.7071 8.79289C19.4142 8.5 18.9428 8.5 18 8.5H11V7.22923C11 6.5 11.5 5.5 12.797 5.5H14.3517C14.8231 5.5 15.0588 5.5 15.2052 5.35355C15.3517 5.20711 15.3517 4.9714 15.3517 4.5V3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-flaticon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.4235 10.2502L9.61532 19.0797L9.61533 19.0797C10.1023 19.9079 10.3458 20.322 10.6054 20.5488C11.296 21.1523 12.2368 21.1502 12.9255 20.5437C13.1844 20.3157 13.4266 19.9006 13.911 19.0703L10.2334 12.955L12.0899 9.74998H8.30599L6.6712 7.03158L13.6646 7.03158L16 3L7.60332 3.00004C4.33248 3.00004 2.69707 3.00004 2.15323 4.24003C1.60939 5.48002 2.54743 7.07009 4.4235 10.2502Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.8349 4.22015C22.4209 5.50363 21.4101 7.14947 19.3883 10.4412L15.3729 17L13 13.2101L19.1577 3C20.621 3.10933 21.4638 3.40743 21.8349 4.22015Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.4235 10.2502L9.61532 19.0797L9.61533 19.0797C10.1023 19.9079 10.3458 20.322 10.6054 20.5488C11.296 21.1523 12.2368 21.1502 12.9255 20.5437C13.1844 20.3157 13.4266 19.9006 13.911 19.0703L10.2334 12.955L12.0899 9.74998H8.30599L6.6712 7.03158L13.6646 7.03158L16 3L7.60332 3.00004C4.33248 3.00004 2.69707 3.00004 2.15323 4.24003C1.60939 5.48002 2.54743 7.07009 4.4235 10.2502Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.8349 4.22015C22.4209 5.50363 21.4101 7.14947 19.3883 10.4412L15.3729 17L13 13.2101L19.1577 3C20.621 3.10933 21.4638 3.40743 21.8349 4.22015Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-flickr{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 12C10.5 13.3807 9.38071 14.5 8 14.5C6.61929 14.5 5.5 13.3807 5.5 12C5.5 10.6193 6.61929 9.5 8 9.5C9.38071 9.5 10.5 10.6193 10.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.5 12C18.5 13.3807 17.3807 14.5 16 14.5C14.6193 14.5 13.5 13.3807 13.5 12C13.5 10.6193 14.6193 9.5 16 9.5C17.3807 9.5 18.5 10.6193 18.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 12C10.5 13.3807 9.38071 14.5 8 14.5C6.61929 14.5 5.5 13.3807 5.5 12C5.5 10.6193 6.61929 9.5 8 9.5C9.38071 9.5 10.5 10.6193 10.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.5 12C18.5 13.3807 17.3807 14.5 16 14.5C14.6193 14.5 13.5 13.3807 13.5 12C13.5 10.6193 14.6193 9.5 16 9.5C17.3807 9.5 18.5 10.6193 18.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-forrst{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.8592 14.2648L16.1025 7.73262C14.288 4.57754 13.3807 3 12 3C10.6193 3 9.71204 4.57754 7.89754 7.73262L4.14082 14.2648C2.41522 17.2653 1.55242 18.7656 2.23293 19.8828C2.91344 21 4.69006 21 8.24328 21H8.5C9.44281 21 9.91421 21 10.2071 20.7071C10.5 20.4142 10.5 19.9428 10.5 19V13.5C10.5 12.9298 10.5023 12.3309 11.1173 12.0761C11.3011 12 11.5341 12 12 12C12.4659 12 12.6989 12 12.8827 12.0761C13.4977 12.3309 13.5 12.9298 13.5 13.5V19C13.5 19.9428 13.5 20.4142 13.7929 20.7071C14.0858 21 14.5572 21 15.5 21H15.7567C19.3099 21 21.0866 21 21.7671 19.8828C22.4476 18.7656 21.5848 17.2653 19.8592 14.2648Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 19L16.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 15L15 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 17L8 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.8592 14.2648L16.1025 7.73262C14.288 4.57754 13.3807 3 12 3C10.6193 3 9.71204 4.57754 7.89754 7.73262L4.14082 14.2648C2.41522 17.2653 1.55242 18.7656 2.23293 19.8828C2.91344 21 4.69006 21 8.24328 21H8.5C9.44281 21 9.91421 21 10.2071 20.7071C10.5 20.4142 10.5 19.9428 10.5 19V13.5C10.5 12.9298 10.5023 12.3309 11.1173 12.0761C11.3011 12 11.5341 12 12 12C12.4659 12 12.6989 12 12.8827 12.0761C13.4977 12.3309 13.5 12.9298 13.5 13.5V19C13.5 19.9428 13.5 20.4142 13.7929 20.7071C14.0858 21 14.5572 21 15.5 21H15.7567C19.3099 21 21.0866 21 21.7671 19.8828C22.4476 18.7656 21.5848 17.2653 19.8592 14.2648Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 19L16.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 15L15 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 17L8 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-foursquare{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.8989 2H7.71957C6.43755 2 5.79654 2 5.39827 2.4282C5 2.8564 5 3.54557 5 4.92392V16.7262C5 19.9619 5 21.5797 5.87654 21.938C6.75308 22.2963 7.75279 21.0872 9.75219 18.6688L11.7113 16.2992C11.9776 15.9771 12.1107 15.816 12.2879 15.7305C12.4651 15.645 12.6655 15.645 13.0664 15.645H13.1431C14.4596 15.645 15.1178 15.645 15.6025 15.2519C16.0872 14.8588 16.268 14.1784 16.6297 12.8174L18.5139 5.72719C18.9681 4.01783 19.1952 3.16315 18.7872 2.58158C18.3792 2 17.5524 2 15.8989 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 9L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.8989 2H7.71957C6.43755 2 5.79654 2 5.39827 2.4282C5 2.8564 5 3.54557 5 4.92392V16.7262C5 19.9619 5 21.5797 5.87654 21.938C6.75308 22.2963 7.75279 21.0872 9.75219 18.6688L11.7113 16.2992C11.9776 15.9771 12.1107 15.816 12.2879 15.7305C12.4651 15.645 12.6655 15.645 13.0664 15.645H13.1431C14.4596 15.645 15.1178 15.645 15.6025 15.2519C16.0872 14.8588 16.268 14.1784 16.6297 12.8174L18.5139 5.72719C18.9681 4.01783 19.1952 3.16315 18.7872 2.58158C18.3792 2 17.5524 2 15.8989 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 9L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-framer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9L18 15H6V10C6 9.17267 6.17267 9 7 9H12ZM12 9L6 3H17C17.8273 3 18 3.17267 18 4V8C18 8.82733 17.8273 9 17 9H12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21L6 15H12V21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 9L18 15H6V10C6 9.17267 6.17267 9 7 9H12ZM12 9L6 3H17C17.8273 3 18 3.17267 18 4V8C18 8.82733 17.8273 9 17 9H12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21L6 15H12V21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-github-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5232 17.2177C6.91763 17.795 8.11469 19.0273 9.74754 19.3378M9.87014 22.1045C8.84168 21.9351 2.00586 19.7102 2.00586 12.1971C2.00586 5.16778 8.00776 2.10449 12.0066 2.10449C16.0055 2.10449 22.0059 5.16778 22.0059 12.1971C22.0059 19.7102 15.17 21.9351 14.1416 22.1045C14.1416 22.1045 13.9326 18.687 14.0545 18.1014C14.1764 17.5158 13.761 16.5733 13.761 16.5733C14.732 16.21 16.2101 15.6892 16.706 14.2919C17.0907 13.2076 17.3327 11.6333 16.2567 10.1534C16.2567 10.1534 16.5376 7.76258 16.0055 7.66997C15.4734 7.57736 13.9057 8.61642 13.9057 8.61642C13.4491 8.48697 12.4302 8.23925 12.0076 8.28389C11.5851 8.23925 10.5627 8.48697 10.1061 8.61642C10.1061 8.61642 8.53835 7.57736 8.00622 7.66997C7.47409 7.76258 7.75503 10.1534 7.75503 10.1534C6.67902 11.6333 6.92102 13.2076 7.30576 14.2919C7.80161 15.6892 9.2797 16.21 10.2507 16.5733C10.2507 16.5733 9.8353 17.5158 9.95721 18.1014C10.0791 18.687 9.87014 22.1045 9.87014 22.1045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5232 17.2177C6.91763 17.795 8.11469 19.0273 9.74754 19.3378M9.87014 22.1045C8.84168 21.9351 2.00586 19.7102 2.00586 12.1971C2.00586 5.16778 8.00776 2.10449 12.0066 2.10449C16.0055 2.10449 22.0059 5.16778 22.0059 12.1971C22.0059 19.7102 15.17 21.9351 14.1416 22.1045C14.1416 22.1045 13.9326 18.687 14.0545 18.1014C14.1764 17.5158 13.761 16.5733 13.761 16.5733C14.732 16.21 16.2101 15.6892 16.706 14.2919C17.0907 13.2076 17.3327 11.6333 16.2567 10.1534C16.2567 10.1534 16.5376 7.76258 16.0055 7.66997C15.4734 7.57736 13.9057 8.61642 13.9057 8.61642C13.4491 8.48697 12.4302 8.23925 12.0076 8.28389C11.5851 8.23925 10.5627 8.48697 10.1061 8.61642C10.1061 8.61642 8.53835 7.57736 8.00622 7.66997C7.47409 7.76258 7.75503 10.1534 7.75503 10.1534C6.67902 11.6333 6.92102 13.2076 7.30576 14.2919C7.80161 15.6892 9.2797 16.21 10.2507 16.5733C10.2507 16.5733 9.8353 17.5158 9.95721 18.1014C10.0791 18.687 9.87014 22.1045 9.87014 22.1045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-google-doc{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2.5V4C15 5.41421 15 6.12132 15.4393 6.56066C15.8787 7 16.5858 7 18 7H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 16V8C4 5.17157 4 3.75736 4.87868 2.87868C5.75736 2 7.17157 2 10 2H14.1716C14.5803 2 14.7847 2 14.9685 2.07612C15.1522 2.15224 15.2968 2.29676 15.5858 2.58579L19.4142 6.41421C19.7032 6.70324 19.8478 6.84776 19.9239 7.03153C20 7.2153 20 7.41968 20 7.82843V16C20 18.8284 20 20.2426 19.1213 21.1213C18.2426 22 16.8284 22 14 22H10C7.17157 22 5.75736 22 4.87868 21.1213C4 20.2426 4 18.8284 4 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11H16M8 14H16M8 17H12.1708%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2.5V4C15 5.41421 15 6.12132 15.4393 6.56066C15.8787 7 16.5858 7 18 7H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 16V8C4 5.17157 4 3.75736 4.87868 2.87868C5.75736 2 7.17157 2 10 2H14.1716C14.5803 2 14.7847 2 14.9685 2.07612C15.1522 2.15224 15.2968 2.29676 15.5858 2.58579L19.4142 6.41421C19.7032 6.70324 19.8478 6.84776 19.9239 7.03153C20 7.2153 20 7.41968 20 7.82843V16C20 18.8284 20 20.2426 19.1213 21.1213C18.2426 22 16.8284 22 14 22H10C7.17157 22 5.75736 22 4.87868 21.1213C4 20.2426 4 18.8284 4 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11H16M8 14H16M8 17H12.1708%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-google-drive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.0165 19.4118L21.4236 16.8293C21.811 16.1181 22.0048 15.7625 21.9999 15.3776C21.995 14.9927 21.7923 14.642 21.3869 13.9404L15.9448 4.52296C15.5155 3.78003 15.3009 3.40856 14.9431 3.20428C14.5852 3 14.1493 3 13.2773 3H10.7227C9.85074 3 9.41475 3 9.05694 3.20428C8.69913 3.40856 8.48447 3.78003 8.05515 4.52296L2.61306 13.9404C2.20767 14.642 2.00497 14.9927 2.00009 15.3776C1.99521 15.7625 2.18895 16.1181 2.57643 16.8293L3.98351 19.4118C4.40512 20.1856 4.61592 20.5725 4.97988 20.7862C5.34384 21 5.7918 21 6.68772 21H17.3123C18.2082 21 18.6562 21 19.0201 20.7862C19.3841 20.5725 19.5949 20.1856 20.0165 19.4118Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 4L16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 20.5L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 15H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.0165 19.4118L21.4236 16.8293C21.811 16.1181 22.0048 15.7625 21.9999 15.3776C21.995 14.9927 21.7923 14.642 21.3869 13.9404L15.9448 4.52296C15.5155 3.78003 15.3009 3.40856 14.9431 3.20428C14.5852 3 14.1493 3 13.2773 3H10.7227C9.85074 3 9.41475 3 9.05694 3.20428C8.69913 3.40856 8.48447 3.78003 8.05515 4.52296L2.61306 13.9404C2.20767 14.642 2.00497 14.9927 2.00009 15.3776C1.99521 15.7625 2.18895 16.1181 2.57643 16.8293L3.98351 19.4118C4.40512 20.1856 4.61592 20.5725 4.97988 20.7862C5.34384 21 5.7918 21 6.68772 21H17.3123C18.2082 21 18.6562 21 19.0201 20.7862C19.3841 20.5725 19.5949 20.1856 20.0165 19.4118Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 4L16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 20.5L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 15H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-google-maps{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%229%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 17L18 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12L14 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 5L10 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0097 22C11.656 22 11.4911 21.8487 11.3085 21.341C10.8283 19.6517 9.93051 18.1911 8.84193 16.8195C7.85602 15.5031 6.40188 14.0036 5.64625 12.2964C3.54607 7.65487 6.8014 1.99238 11.9927 2.00003C17.3276 1.98532 20.5359 7.85105 18.2565 12.5446C17.5862 13.7271 16.8028 14.8433 15.917 15.878C14.5359 17.5095 13.2946 19.2753 12.7057 21.3436C12.5703 21.7426 12.3955 22 12.0097 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%229%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 17L18 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12L14 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 5L10 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0097 22C11.656 22 11.4911 21.8487 11.3085 21.341C10.8283 19.6517 9.93051 18.1911 8.84193 16.8195C7.85602 15.5031 6.40188 14.0036 5.64625 12.2964C3.54607 7.65487 6.8014 1.99238 11.9927 2.00003C17.3276 1.98532 20.5359 7.85105 18.2565 12.5446C17.5862 13.7271 16.8028 14.8433 15.917 15.878C14.5359 17.5095 13.2946 19.2753 12.7057 21.3436C12.5703 21.7426 12.3955 22 12.0097 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-google-sheet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2.5V4C15 5.41421 15 6.12132 15.4393 6.56066C15.8787 7 16.5858 7 18 7H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 16V8C4 5.17157 4 3.75736 4.87868 2.87868C5.75736 2 7.17157 2 10 2H14.1716C14.5803 2 14.7847 2 14.9685 2.07612C15.1522 2.15224 15.2968 2.29676 15.5858 2.58579L19.4142 6.41421C19.7032 6.70324 19.8478 6.84776 19.9239 7.03153C20 7.2153 20 7.41968 20 7.82843V16C20 18.8284 20 20.2426 19.1213 21.1213C18.2426 22 16.8284 22 14 22H10C7.17157 22 5.75736 22 4.87868 21.1213C4 20.2426 4 18.8284 4 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11V14M12 14V17M12 14H7.5M12 14H16.5M9.5 17H14.5C15.4428 17 15.9142 17 16.2071 16.7071C16.5 16.4142 16.5 15.9428 16.5 15V13C16.5 12.0572 16.5 11.5858 16.2071 11.2929C15.9142 11 15.4428 11 14.5 11H9.5C8.55719 11 8.08579 11 7.79289 11.2929C7.5 11.5858 7.5 12.0572 7.5 13V15C7.5 15.9428 7.5 16.4142 7.79289 16.7071C8.08579 17 8.55719 17 9.5 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2.5V4C15 5.41421 15 6.12132 15.4393 6.56066C15.8787 7 16.5858 7 18 7H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 16V8C4 5.17157 4 3.75736 4.87868 2.87868C5.75736 2 7.17157 2 10 2H14.1716C14.5803 2 14.7847 2 14.9685 2.07612C15.1522 2.15224 15.2968 2.29676 15.5858 2.58579L19.4142 6.41421C19.7032 6.70324 19.8478 6.84776 19.9239 7.03153C20 7.2153 20 7.41968 20 7.82843V16C20 18.8284 20 20.2426 19.1213 21.1213C18.2426 22 16.8284 22 14 22H10C7.17157 22 5.75736 22 4.87868 21.1213C4 20.2426 4 18.8284 4 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11V14M12 14V17M12 14H7.5M12 14H16.5M9.5 17H14.5C15.4428 17 15.9142 17 16.2071 16.7071C16.5 16.4142 16.5 15.9428 16.5 15V13C16.5 12.0572 16.5 11.5858 16.2071 11.2929C15.9142 11 15.4428 11 14.5 11H9.5C8.55719 11 8.08579 11 7.79289 11.2929C7.5 11.5858 7.5 12.0572 7.5 13V15C7.5 15.9428 7.5 16.4142 7.79289 16.7071C8.08579 17 8.55719 17 9.5 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-google{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 12H17C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C13.3807 7 14.6307 7.55964 15.5355 8.46447%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 12H17C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C13.3807 7 14.6307 7.55964 15.5355 8.46447%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-hangout{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C16 22 21 16 21 11C21 6 16.9706 2 12 2C7.02944 2 3 6 3 11C3 16 7.02944 20 12 20V22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11.5V10C10.5 9.05719 10.5 8.58579 10.2071 8.29289C9.91421 8 9.44281 8 8.5 8C7.55719 8 7.08579 8 6.79289 8.29289C6.5 8.58579 6.5 9.05719 6.5 10V10.5C6.5 10.9659 6.5 11.1989 6.57612 11.3827C6.67761 11.6277 6.87229 11.8224 7.11732 11.9239C7.30109 12 7.8312 12 8.29714 12C8.51058 12.9056 8 14 8 14C9.38071 14 10.5 12.8807 10.5 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 11.5V10C17.5 9.05719 17.5 8.58579 17.2071 8.29289C16.9142 8 16.4428 8 15.5 8C14.5572 8 14.0858 8 13.7929 8.29289C13.5 8.58579 13.5 9.05719 13.5 10V10.5C13.5 10.9659 13.5 11.1989 13.5761 11.3827C13.6776 11.6277 13.8723 11.8224 14.1173 11.9239C14.3011 12 14.8312 12 15.2971 12C15.5106 12.9056 15 14 15 14C16.3807 14 17.5 12.8807 17.5 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C16 22 21 16 21 11C21 6 16.9706 2 12 2C7.02944 2 3 6 3 11C3 16 7.02944 20 12 20V22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11.5V10C10.5 9.05719 10.5 8.58579 10.2071 8.29289C9.91421 8 9.44281 8 8.5 8C7.55719 8 7.08579 8 6.79289 8.29289C6.5 8.58579 6.5 9.05719 6.5 10V10.5C6.5 10.9659 6.5 11.1989 6.57612 11.3827C6.67761 11.6277 6.87229 11.8224 7.11732 11.9239C7.30109 12 7.8312 12 8.29714 12C8.51058 12.9056 8 14 8 14C9.38071 14 10.5 12.8807 10.5 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 11.5V10C17.5 9.05719 17.5 8.58579 17.2071 8.29289C16.9142 8 16.4428 8 15.5 8C14.5572 8 14.0858 8 13.7929 8.29289C13.5 8.58579 13.5 9.05719 13.5 10V10.5C13.5 10.9659 13.5 11.1989 13.5761 11.3827C13.6776 11.6277 13.8723 11.8224 14.1173 11.9239C14.3011 12 14.8312 12 15.2971 12C15.5106 12.9056 15 14 15 14C16.3807 14 17.5 12.8807 17.5 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-html-5{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.7685 3H8.23147C6.06757 3 4.98562 3 4.39152 3.70888C3.79742 4.41777 3.9697 5.50319 4.31426 7.67402L5.68897 16.3351C5.98587 18.2056 6.416 18.7661 8.18181 19.4563L11.0756 20.5873C11.7796 20.8624 12.1316 21 12.5 21C12.8684 21 13.2204 20.8624 13.9244 20.5873L16.8182 19.4563C18.584 18.7661 19.0141 18.2056 19.311 16.3351L20.6857 7.67402C21.0303 5.50319 21.2026 4.41777 20.6085 3.70888C20.0144 3 18.9324 3 16.7685 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 8H10.5269C9.61889 8 9.43592 8.18899 9.51742 9.09276L9.69841 11.0998C9.76714 11.862 9.94159 12.0141 10.7079 12.0141H13.8631C14.788 12.0141 14.9719 12.2076 14.8706 13.1264L14.7013 14.6624C14.6333 15.2803 14.6139 15.3041 14.0195 15.5038L12.7852 15.9187C12.4624 16.0271 12.4565 16.0271 12.1337 15.9187L10.7602 15.4571C10.3907 15.3329 10.2668 15.1818 10.2007 14.8117%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.7685 3H8.23147C6.06757 3 4.98562 3 4.39152 3.70888C3.79742 4.41777 3.9697 5.50319 4.31426 7.67402L5.68897 16.3351C5.98587 18.2056 6.416 18.7661 8.18181 19.4563L11.0756 20.5873C11.7796 20.8624 12.1316 21 12.5 21C12.8684 21 13.2204 20.8624 13.9244 20.5873L16.8182 19.4563C18.584 18.7661 19.0141 18.2056 19.311 16.3351L20.6857 7.67402C21.0303 5.50319 21.2026 4.41777 20.6085 3.70888C20.0144 3 18.9324 3 16.7685 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 8H10.5269C9.61889 8 9.43592 8.18899 9.51742 9.09276L9.69841 11.0998C9.76714 11.862 9.94159 12.0141 10.7079 12.0141H13.8631C14.788 12.0141 14.9719 12.2076 14.8706 13.1264L14.7013 14.6624C14.6333 15.2803 14.6139 15.3041 14.0195 15.5038L12.7852 15.9187C12.4624 16.0271 12.4565 16.0271 12.1337 15.9187L10.7602 15.4571C10.3907 15.3329 10.2668 15.1818 10.2007 14.8117%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-iconjar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.17911 15.9319L5.26287 19.3081C5.6795 20.6061 5.88782 21.255 6.40449 21.6275C6.92116 22.0001 7.61293 22.0001 8.99648 22.0001H15.0035C16.3871 22.0001 17.0788 22.0001 17.5955 21.6275C18.1122 21.255 18.3205 20.6061 18.7371 19.3081L19.8209 15.9319C20.3904 14.1577 19.5645 12.2395 17.873 11.4075C18.6821 10.91 19.0866 10.6613 19.2065 10.4717C19.5127 9.98757 19.3266 9.34921 18.8061 9.09831C18.6023 9.00006 18.1253 9.00006 17.1712 9.00006C16.2171 9.00009 14.9135 9.33644 15.7906 12.1645C16.9592 15.9319 15.9104 17.079 14.4226 17.2488C12.9348 17.4185 10.9873 15.9919 12.337 13.5034C13.8777 10.6627 11.7545 9.00012 10.6272 9.00012L6.82879 9.00006C5.87472 9.00006 5.39768 9.00006 5.19389 9.09831C4.67345 9.34921 4.48735 9.98757 4.79351 10.4717C4.91339 10.6613 5.31792 10.91 6.12697 11.4075C4.43546 12.2395 3.60962 14.1577 4.17911 15.9319Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9987 3.02603C13.9987 2.17604 12.8279 2 12 2C11.1721 2 10.0013 2.17604 10.0013 3.02603C10.0013 3.52211 10.4001 4.13811 10.8968 4.56508H8.03364C6.80772 4.56508 5.4553 5.83138 5 7H19C18.5447 5.83138 17.1923 4.56508 15.9664 4.56508H13.1032C13.5999 4.13811 13.9987 3.52211 13.9987 3.02603Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.17911 15.9319L5.26287 19.3081C5.6795 20.6061 5.88782 21.255 6.40449 21.6275C6.92116 22.0001 7.61293 22.0001 8.99648 22.0001H15.0035C16.3871 22.0001 17.0788 22.0001 17.5955 21.6275C18.1122 21.255 18.3205 20.6061 18.7371 19.3081L19.8209 15.9319C20.3904 14.1577 19.5645 12.2395 17.873 11.4075C18.6821 10.91 19.0866 10.6613 19.2065 10.4717C19.5127 9.98757 19.3266 9.34921 18.8061 9.09831C18.6023 9.00006 18.1253 9.00006 17.1712 9.00006C16.2171 9.00009 14.9135 9.33644 15.7906 12.1645C16.9592 15.9319 15.9104 17.079 14.4226 17.2488C12.9348 17.4185 10.9873 15.9919 12.337 13.5034C13.8777 10.6627 11.7545 9.00012 10.6272 9.00012L6.82879 9.00006C5.87472 9.00006 5.39768 9.00006 5.19389 9.09831C4.67345 9.34921 4.48735 9.98757 4.79351 10.4717C4.91339 10.6613 5.31792 10.91 6.12697 11.4075C4.43546 12.2395 3.60962 14.1577 4.17911 15.9319Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9987 3.02603C13.9987 2.17604 12.8279 2 12 2C11.1721 2 10.0013 2.17604 10.0013 3.02603C10.0013 3.52211 10.4001 4.13811 10.8968 4.56508H8.03364C6.80772 4.56508 5.4553 5.83138 5 7H19C18.5447 5.83138 17.1923 4.56508 15.9664 4.56508H13.1032C13.5999 4.13811 13.9987 3.52211 13.9987 3.02603Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-imo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2 22L7 20.6622C8.47087 21.513 10.1786 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00859 9L7 9M7.00112 11V15M8.91304 15V12.25C8.91304 11.5596 9.44836 11 10.1087 11C10.769 11 11.3043 11.5596 11.3043 12.25M11.3043 12.25V15M11.3043 12.25C11.3043 11.5596 11.8397 11 12.5 11C13.1603 11 13.6957 11.5596 13.6957 12.25V15M15.6087 12.25V13.75C15.6087 14.4404 16.144 15 16.8043 15C17.4647 15 18 14.4404 18 13.75V12.25C18 11.5596 17.4647 11 16.8043 11C16.144 11 15.6087 11.5596 15.6087 12.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17L2 22L7 20.6622C8.47087 21.513 10.1786 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00859 9L7 9M7.00112 11V15M8.91304 15V12.25C8.91304 11.5596 9.44836 11 10.1087 11C10.769 11 11.3043 11.5596 11.3043 12.25M11.3043 12.25V15M11.3043 12.25C11.3043 11.5596 11.8397 11 12.5 11C13.1603 11 13.6957 11.5596 13.6957 12.25V15M15.6087 12.25V13.75C15.6087 14.4404 16.144 15 16.8043 15C17.4647 15 18 14.4404 18 13.75V12.25C18 11.5596 17.4647 11 16.8043 11C16.144 11 15.6087 11.5596 15.6087 12.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-instagram{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 12C16.5 14.4853 14.4853 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.51472 9.51472 7.5 12 7.5C14.4853 7.5 16.5 9.51472 16.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5078 6.5L17.4988 6.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 12C16.5 14.4853 14.4853 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.51472 9.51472 7.5 12 7.5C14.4853 7.5 16.5 9.51472 16.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5078 6.5L17.4988 6.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-kickstarter-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5.7V18.3C4 19.7912 5.3432 21 7.00012 21C8.65705 21 10.0002 19.7912 10.0002 18.3L10.0008 14.0117L14.5421 19.8484C15.4924 21.0699 17.3631 21.3668 18.7204 20.5115C20.0777 19.6562 20.4075 17.9726 19.4572 16.7511L15.7606 12L19.4572 7.24889C20.4075 6.02739 20.0777 4.34382 18.7204 3.48852C17.3631 2.63322 15.4924 2.93008 14.5421 4.15157L10.0008 9.98832L10.0002 5.7C10.0002 4.20883 8.65705 3 7.00012 3C5.3432 3 4 4.20883 4 5.7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5.7V18.3C4 19.7912 5.3432 21 7.00012 21C8.65705 21 10.0002 19.7912 10.0002 18.3L10.0008 14.0117L14.5421 19.8484C15.4924 21.0699 17.3631 21.3668 18.7204 20.5115C20.0777 19.6562 20.4075 17.9726 19.4572 16.7511L15.7606 12L19.4572 7.24889C20.4075 6.02739 20.0777 4.34382 18.7204 3.48852C17.3631 2.63322 15.4924 2.93008 14.5421 4.15157L10.0008 9.98832L10.0002 5.7C10.0002 4.20883 8.65705 3 7.00012 3C5.3432 3 4 4.20883 4 5.7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-kickstarter-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.8V16.2C7 17.1941 7.8395 18 8.87508 18C9.91065 18 10.7502 17.1941 10.7502 16.2L10.7505 13.3411L13.5888 17.2323C14.1828 18.0466 15.352 18.2445 16.2003 17.6743C17.0486 17.1041 17.2547 15.9817 16.6607 15.1674L14.3504 12L16.6607 8.83259C17.2547 8.01826 17.0486 6.89588 16.2003 6.32568C15.352 5.75548 14.1828 5.95339 13.5888 6.76772L10.7505 10.6589L10.7502 7.8C10.7502 6.80589 9.91065 6 8.87508 6C7.8395 6 7 6.80589 7 7.8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.8V16.2C7 17.1941 7.8395 18 8.87508 18C9.91065 18 10.7502 17.1941 10.7502 16.2L10.7505 13.3411L13.5888 17.2323C14.1828 18.0466 15.352 18.2445 16.2003 17.6743C17.0486 17.1041 17.2547 15.9817 16.6607 15.1674L14.3504 12L16.6607 8.83259C17.2547 8.01826 17.0486 6.89588 16.2003 6.32568C15.352 5.75548 14.1828 5.95339 13.5888 6.76772L10.7505 10.6589L10.7502 7.8C10.7502 6.80589 9.91065 6 8.87508 6C7.8395 6 7 6.80589 7 7.8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-lastfm{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0714 15.0318C10.5251 15.3296 9.89082 15.5 9.21429 15.5C7.16294 15.5 5.5 13.933 5.5 12C5.5 10.067 7.16294 8.5 9.21429 8.5C11.4777 8.66528 12.1577 10.6609 12.5678 12C13.4964 15.0318 15.6172 15.5 16.6429 15.5C17.6685 15.5 18.5 14.7165 18.5 13.75C18.5 12.7835 17.6685 12 16.6429 12C15.6172 12 14.7857 11.2165 14.7857 10.25C14.7857 9.2835 15.6172 8.5 16.6429 8.5C17.5759 8.5 18.3483 9.14843 18.4801 9.99317%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0714 15.0318C10.5251 15.3296 9.89082 15.5 9.21429 15.5C7.16294 15.5 5.5 13.933 5.5 12C5.5 10.067 7.16294 8.5 9.21429 8.5C11.4777 8.66528 12.1577 10.6609 12.5678 12C13.4964 15.0318 15.6172 15.5 16.6429 15.5C17.6685 15.5 18.5 14.7165 18.5 13.75C18.5 12.7835 17.6685 12 16.6429 12C15.6172 12 14.7857 11.2165 14.7857 10.25C14.7857 9.2835 15.6172 8.5 16.6429 8.5C17.5759 8.5 18.3483 9.14843 18.4801 9.99317%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-line{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10.5C2 15.1944 6.47715 19 12 19C12.6849 19 13.3538 18.9415 14 18.83V22C15.6708 20.365 18.5 17.5 20.2561 15.2974C21.3564 13.9321 22 12.2799 22 10.5C22 5.80558 17.5228 2 12 2C6.47715 2 2 5.80558 2 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8.5V12.5H7M9 8.5V12.5M11.1 12.5V8.5L13.5 12.5V8.5M17.5 8.5H15.6V10.5M17.5 12.5H15.6V10.5M15.6 10.5H17.04%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10.5C2 15.1944 6.47715 19 12 19C12.6849 19 13.3538 18.9415 14 18.83V22C15.6708 20.365 18.5 17.5 20.2561 15.2974C21.3564 13.9321 22 12.2799 22 10.5C22 5.80558 17.5228 2 12 2C6.47715 2 2 5.80558 2 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8.5V12.5H7M9 8.5V12.5M11.1 12.5V8.5L13.5 12.5V8.5M17.5 8.5H15.6V10.5M17.5 12.5H15.6V10.5M15.6 10.5H17.04%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-linkedin-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 10V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 13V17M11 13C11 11.3431 12.3431 10 14 10C15.6569 10 17 11.3431 17 13V17M11 13V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00801 7L6.99902 7%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 10V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 13V17M11 13C11 11.3431 12.3431 10 14 10C15.6569 10 17 11.3431 17 13V17M11 13V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00801 7L6.99902 7%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-linkedin-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 9.5H4C3.05719 9.5 2.58579 9.5 2.29289 9.79289C2 10.0858 2 10.5572 2 11.5V20C2 20.9428 2 21.4142 2.29289 21.7071C2.58579 22 3.05719 22 4 22H4.5C5.44281 22 5.91421 22 6.20711 21.7071C6.5 21.4142 6.5 20.9428 6.5 20V11.5C6.5 10.5572 6.5 10.0858 6.20711 9.79289C5.91421 9.5 5.44281 9.5 4.5 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 4.25C6.5 5.49264 5.49264 6.5 4.25 6.5C3.00736 6.5 2 5.49264 2 4.25C2 3.00736 3.00736 2 4.25 2C5.49264 2 6.5 3.00736 6.5 4.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.326 9.5H11.5C10.5572 9.5 10.0858 9.5 9.79289 9.79289C9.5 10.0858 9.5 10.5572 9.5 11.5V20C9.5 20.9428 9.5 21.4142 9.79289 21.7071C10.0858 22 10.5572 22 11.5 22H12C12.9428 22 13.4142 22 13.7071 21.7071C14 21.4142 14 20.9428 14 20L14.0001 16.5001C14.0001 14.8433 14.5281 13.5001 16.0879 13.5001C16.8677 13.5001 17.5 14.1717 17.5 15.0001V19.5001C17.5 20.4429 17.5 20.9143 17.7929 21.2072C18.0857 21.5001 18.5572 21.5001 19.5 21.5001H19.9987C20.9413 21.5001 21.4126 21.5001 21.7055 21.2073C21.9984 20.9145 21.9985 20.4432 21.9987 19.5006L22.0001 14.0002C22.0001 11.515 19.6364 9.50024 17.2968 9.50024C15.9649 9.50024 14.7767 10.1531 14.0001 11.174C14 10.5439 14 10.2289 13.8632 9.995C13.7765 9.84686 13.6531 9.72353 13.505 9.63687C13.2711 9.5 12.9561 9.5 12.326 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 9.5H4C3.05719 9.5 2.58579 9.5 2.29289 9.79289C2 10.0858 2 10.5572 2 11.5V20C2 20.9428 2 21.4142 2.29289 21.7071C2.58579 22 3.05719 22 4 22H4.5C5.44281 22 5.91421 22 6.20711 21.7071C6.5 21.4142 6.5 20.9428 6.5 20V11.5C6.5 10.5572 6.5 10.0858 6.20711 9.79289C5.91421 9.5 5.44281 9.5 4.5 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 4.25C6.5 5.49264 5.49264 6.5 4.25 6.5C3.00736 6.5 2 5.49264 2 4.25C2 3.00736 3.00736 2 4.25 2C5.49264 2 6.5 3.00736 6.5 4.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.326 9.5H11.5C10.5572 9.5 10.0858 9.5 9.79289 9.79289C9.5 10.0858 9.5 10.5572 9.5 11.5V20C9.5 20.9428 9.5 21.4142 9.79289 21.7071C10.0858 22 10.5572 22 11.5 22H12C12.9428 22 13.4142 22 13.7071 21.7071C14 21.4142 14 20.9428 14 20L14.0001 16.5001C14.0001 14.8433 14.5281 13.5001 16.0879 13.5001C16.8677 13.5001 17.5 14.1717 17.5 15.0001V19.5001C17.5 20.4429 17.5 20.9143 17.7929 21.2072C18.0857 21.5001 18.5572 21.5001 19.5 21.5001H19.9987C20.9413 21.5001 21.4126 21.5001 21.7055 21.2073C21.9984 20.9145 21.9985 20.4432 21.9987 19.5006L22.0001 14.0002C22.0001 11.515 19.6364 9.50024 17.2968 9.50024C15.9649 9.50024 14.7767 10.1531 14.0001 11.174C14 10.5439 14 10.2289 13.8632 9.995C13.7765 9.84686 13.6531 9.72353 13.505 9.63687C13.2711 9.5 12.9561 9.5 12.326 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-lottiefiles{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.5H16.8536C15.4009 7.5 14.0625 8.28757 13.357 9.55743L10.643 14.4426C9.93754 15.7124 8.59906 16.5 7.14639 16.5H6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.5H16.8536C15.4009 7.5 14.0625 8.28757 13.357 9.55743L10.643 14.4426C9.93754 15.7124 8.59906 16.5 7.14639 16.5H6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-medium-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%227.5%22 cy%3D%2212.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cellipse cx%3D%2213.5%22 cy%3D%2212.5%22 rx%3D%221.5%22 ry%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cellipse cx%3D%2218%22 cy%3D%2212.5%22 rx%3D%221%22 ry%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%227.5%22 cy%3D%2212.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cellipse cx%3D%2213.5%22 cy%3D%2212.5%22 rx%3D%221.5%22 ry%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cellipse cx%3D%2218%22 cy%3D%2212.5%22 rx%3D%221%22 ry%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-medium{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%226.5%22 cy%3D%2212%22 r%3D%224.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cellipse cx%3D%2215.5%22 cy%3D%2212%22 rx%3D%222.5%22 ry%3D%224.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cellipse cx%3D%2221%22 cy%3D%2212%22 rx%3D%221%22 ry%3D%224.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%226.5%22 cy%3D%2212%22 r%3D%224.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cellipse cx%3D%2215.5%22 cy%3D%2212%22 rx%3D%222.5%22 ry%3D%224.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cellipse cx%3D%2221%22 cy%3D%2212%22 rx%3D%221%22 ry%3D%224.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-messenger{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 14L8.9954 11.6055C9.63153 10.8422 9.9496 10.4605 10.3333 10.4605C10.7171 10.4605 11.0351 10.8422 11.6713 11.6055L12.3287 12.3945C12.9649 13.1578 13.2829 13.5395 13.6667 13.5395C14.0504 13.5395 14.3685 13.1578 15.0046 12.3945L17 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.3789 2.27907 14.6926 2.78382 15.8877C3.06278 16.5481 3.20226 16.8784 3.21953 17.128C3.2368 17.3776 3.16334 17.6521 3.01642 18.2012L2 22L5.79877 20.9836C6.34788 20.8367 6.62244 20.7632 6.87202 20.7805C7.12161 20.7977 7.45185 20.9372 8.11235 21.2162C9.30745 21.7209 10.6211 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 14L8.9954 11.6055C9.63153 10.8422 9.9496 10.4605 10.3333 10.4605C10.7171 10.4605 11.0351 10.8422 11.6713 11.6055L12.3287 12.3945C12.9649 13.1578 13.2829 13.5395 13.6667 13.5395C14.0504 13.5395 14.3685 13.1578 15.0046 12.3945L17 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.3789 2.27907 14.6926 2.78382 15.8877C3.06278 16.5481 3.20226 16.8784 3.21953 17.128C3.2368 17.3776 3.16334 17.6521 3.01642 18.2012L2 22L5.79877 20.9836C6.34788 20.8367 6.62244 20.7632 6.87202 20.7805C7.12161 20.7977 7.45185 20.9372 8.11235 21.2162C9.30745 21.7209 10.6211 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-meta{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9.86967C13.9623 6.62167 15.6835 5 17.1647 5C19.387 5 20.7904 7.58183 21.6093 11.0865C22.3915 14.4337 22.1649 19 19.387 19C18.1491 19 16.4446 17.1742 14.7779 14.7393C13.7173 13.205 12.7878 11.5755 12 9.86967Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9.86967C9.84147 6.62167 7.94817 5 6.31888 5C3.87433 5 2.3306 7.58183 1.42978 11.0865C0.569303 14.4337 0.818647 19 3.87433 19C5.23594 19 7.11091 17.1742 8.94432 14.7393C10.1666 13.1165 11.1847 11.4925 12 9.86967Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9.86967C13.9623 6.62167 15.6835 5 17.1647 5C19.387 5 20.7904 7.58183 21.6093 11.0865C22.3915 14.4337 22.1649 19 19.387 19C18.1491 19 16.4446 17.1742 14.7779 14.7393C13.7173 13.205 12.7878 11.5755 12 9.86967Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M12 9.86967C9.84147 6.62167 7.94817 5 6.31888 5C3.87433 5 2.3306 7.58183 1.42978 11.0865C0.569303 14.4337 0.818647 19 3.87433 19C5.23594 19 7.11091 17.1742 8.94432 14.7393C10.1666 13.1165 11.1847 11.4925 12 9.86967Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-microsoft{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 15.5C13.5 14.5572 13.5 14.0858 13.7929 13.7929C14.0858 13.5 14.5572 13.5 15.5 13.5H20C20.9428 13.5 21.4142 13.5 21.7071 13.7929C22 14.0858 22 14.5572 22 15.5V20C22 20.9428 22 21.4142 21.7071 21.7071C21.4142 22 20.9428 22 20 22H15.5C14.5572 22 14.0858 22 13.7929 21.7071C13.5 21.4142 13.5 20.9428 13.5 20V15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4C2 3.05719 2 2.58579 2.29289 2.29289C2.58579 2 3.05719 2 4 2H8.5C9.44281 2 9.91421 2 10.2071 2.29289C10.5 2.58579 10.5 3.05719 10.5 4V8.5C10.5 9.44281 10.5 9.91421 10.2071 10.2071C9.91421 10.5 9.44281 10.5 8.5 10.5H4C3.05719 10.5 2.58579 10.5 2.29289 10.2071C2 9.91421 2 9.44281 2 8.5V4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15.5C2 14.5572 2 14.0858 2.29289 13.7929C2.58579 13.5 3.05719 13.5 4 13.5H8.5C9.44281 13.5 9.91421 13.5 10.2071 13.7929C10.5 14.0858 10.5 14.5572 10.5 15.5V20C10.5 20.9428 10.5 21.4142 10.2071 21.7071C9.91421 22 9.44281 22 8.5 22H4C3.05719 22 2.58579 22 2.29289 21.7071C2 21.4142 2 20.9428 2 20V15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 4C13.5 3.05719 13.5 2.58579 13.7929 2.29289C14.0858 2 14.5572 2 15.5 2H20C20.9428 2 21.4142 2 21.7071 2.29289C22 2.58579 22 3.05719 22 4V8.5C22 9.44281 22 9.91421 21.7071 10.2071C21.4142 10.5 20.9428 10.5 20 10.5H15.5C14.5572 10.5 14.0858 10.5 13.7929 10.2071C13.5 9.91421 13.5 9.44281 13.5 8.5V4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 15.5C13.5 14.5572 13.5 14.0858 13.7929 13.7929C14.0858 13.5 14.5572 13.5 15.5 13.5H20C20.9428 13.5 21.4142 13.5 21.7071 13.7929C22 14.0858 22 14.5572 22 15.5V20C22 20.9428 22 21.4142 21.7071 21.7071C21.4142 22 20.9428 22 20 22H15.5C14.5572 22 14.0858 22 13.7929 21.7071C13.5 21.4142 13.5 20.9428 13.5 20V15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 4C2 3.05719 2 2.58579 2.29289 2.29289C2.58579 2 3.05719 2 4 2H8.5C9.44281 2 9.91421 2 10.2071 2.29289C10.5 2.58579 10.5 3.05719 10.5 4V8.5C10.5 9.44281 10.5 9.91421 10.2071 10.2071C9.91421 10.5 9.44281 10.5 8.5 10.5H4C3.05719 10.5 2.58579 10.5 2.29289 10.2071C2 9.91421 2 9.44281 2 8.5V4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15.5C2 14.5572 2 14.0858 2.29289 13.7929C2.58579 13.5 3.05719 13.5 4 13.5H8.5C9.44281 13.5 9.91421 13.5 10.2071 13.7929C10.5 14.0858 10.5 14.5572 10.5 15.5V20C10.5 20.9428 10.5 21.4142 10.2071 21.7071C9.91421 22 9.44281 22 8.5 22H4C3.05719 22 2.58579 22 2.29289 21.7071C2 21.4142 2 20.9428 2 20V15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 4C13.5 3.05719 13.5 2.58579 13.7929 2.29289C14.0858 2 14.5572 2 15.5 2H20C20.9428 2 21.4142 2 21.7071 2.29289C22 2.58579 22 3.05719 22 4V8.5C22 9.44281 22 9.91421 21.7071 10.2071C21.4142 10.5 20.9428 10.5 20 10.5H15.5C14.5572 10.5 14.0858 10.5 13.7929 10.2071C13.5 9.91421 13.5 9.44281 13.5 8.5V4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-mymind{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4956 10.106C21.0362 15.5278 18.9292 20.7711 14.7894 21.8171C10.6497 22.8631 6.04495 19.3158 4.50438 13.894C2.96382 8.47215 5.07084 3.22891 9.21056 2.18289C13.3503 1.13686 17.9551 4.68416 19.4956 10.106Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.3187 15.9425L11.5 7L16.1503 14.774C16.4156 15.2176 16.5483 15.4394 16.484 15.653C16.4197 15.8667 16.1856 15.9817 15.7176 16.2119L14.8084 16.6589C14.2473 16.9348 13.9667 17.0728 13.735 16.9613C13.5033 16.8498 13.4417 16.5474 13.3187 15.9425Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%228.5%22 cy%3D%2211%22 r%3D%221%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4956 10.106C21.0362 15.5278 18.9292 20.7711 14.7894 21.8171C10.6497 22.8631 6.04495 19.3158 4.50438 13.894C2.96382 8.47215 5.07084 3.22891 9.21056 2.18289C13.3503 1.13686 17.9551 4.68416 19.4956 10.106Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.3187 15.9425L11.5 7L16.1503 14.774C16.4156 15.2176 16.5483 15.4394 16.484 15.653C16.4197 15.8667 16.1856 15.9817 15.7176 16.2119L14.8084 16.6589C14.2473 16.9348 13.9667 17.0728 13.735 16.9613C13.5033 16.8498 13.4417 16.5474 13.3187 15.9425Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%228.5%22 cy%3D%2211%22 r%3D%221%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-nike{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.50294 16.2667C-0.781018 19.7417 1.80815 9.89584 5.43252 7C4.45502 9.66667 3.97993 14.0077 10.5 11.5L22 7C22 7 16.7212 12.3998 7.50294 16.2667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.50294 16.2667C-0.781018 19.7417 1.80815 9.89584 5.43252 7C4.45502 9.66667 3.97993 14.0077 10.5 11.5L22 7C22 7 16.7212 12.3998 7.50294 16.2667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-notion-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.42857 10L13.5196 16.3964C13.716 16.6432 13.9002 16.8767 14.2159 16.9639C14.3466 17 14.4882 17 14.7714 17C15.0515 17 15.1915 17 15.2984 16.9455C15.5894 16.7973 15.5714 16.4841 15.5714 16.2V13.4286M8.42857 10V7M8.42857 10V17M8.42857 7H9.53035C10.0067 7 10.2448 7 10.4514 7.10018C10.6581 7.20035 10.8056 7.38733 11.1006 7.76128L15.5714 13.4286M8.42857 7H7M8.42857 17H7M8.42857 17H10M15.5714 7V13.4286M15.5714 7H14M15.5714 7H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.42857 10L13.5196 16.3964C13.716 16.6432 13.9002 16.8767 14.2159 16.9639C14.3466 17 14.4882 17 14.7714 17C15.0515 17 15.1915 17 15.2984 16.9455C15.5894 16.7973 15.5714 16.4841 15.5714 16.2V13.4286M8.42857 10V7M8.42857 10V17M8.42857 7H9.53035C10.0067 7 10.2448 7 10.4514 7.10018C10.6581 7.20035 10.8056 7.38733 11.1006 7.76128L15.5714 13.4286M8.42857 7H7M8.42857 17H7M8.42857 17H10M15.5714 7V13.4286M15.5714 7H14M15.5714 7H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-notion-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 3.5L16.5 2.5L21.5 5.5M2.5 3.5L6.5 6.5M2.5 3.5V16.5L6.5 21.5M21.5 5.5L6.5 6.5M21.5 5.5V19.5L6.5 21.5M6.5 6.5V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.4704 17.7041L9.5 18.1002M18.5 8.7002L16.2654 8.84917M17.5 8.76686V17.0002L11.7148 9.15254L9.5 9.3002M11 9.2002V17.7002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 3.5L16.5 2.5L21.5 5.5M2.5 3.5L6.5 6.5M2.5 3.5V16.5L6.5 21.5M21.5 5.5L6.5 6.5M21.5 5.5V19.5L6.5 21.5M6.5 6.5V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.4704 17.7041L9.5 18.1002M18.5 8.7002L16.2654 8.84917M17.5 8.76686V17.0002L11.7148 9.15254L9.5 9.3002M11 9.2002V17.7002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-office-365{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 18V6L14.5 2L20 4V20L14.5 22L4 18ZM4 18L14 18.5V6L8.5 7.5V15.5L4 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 18V6L14.5 2L20 4V20L14.5 22L4 18ZM4 18L14 18.5V6L8.5 7.5V15.5L4 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-path{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 13.4625C14 14.955 17 12.8198 17 10.3934C17 7.96698 14.7614 6 12 6C9.23858 6 7 7.96698 7 10.3934C7 11.3826 7.37209 12.2955 8 13.0298M11 13.4625V9.90523M11 13.4625V15.8456C11 16.8264 11 17.3168 10.7732 17.5868C10.1251 18.3583 9 17.9399 8.5 17.2275%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 13.4625C14 14.955 17 12.8198 17 10.3934C17 7.96698 14.7614 6 12 6C9.23858 6 7 7.96698 7 10.3934C7 11.3826 7.37209 12.2955 8 13.0298M11 13.4625V9.90523M11 13.4625V15.8456C11 16.8264 11 17.3168 10.7732 17.5868C10.1251 18.3583 9 17.9399 8.5 17.2275%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-payoneer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2211.9999%22 cy%3D%2212%22 r%3D%229.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2211.9999%22 cy%3D%2212%22 r%3D%229.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-paypal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.29358 4.83499L4.16511 17.6712C3.98586 18.7522 3.89623 19.2927 4.19427 19.6464C4.49231 20 5.03749 20 6.12785 20H6.53027C7.35308 20 7.76448 20 8.04501 19.7555C8.32554 19.5109 8.38372 19.1016 8.50008 18.2828L8.96761 14.9934C9.00457 14.7333 9.02305 14.6033 9.05213 14.492C9.26041 13.6948 9.93391 13.1077 10.7485 13.0132C10.8622 13 10.9929 13 11.2543 13H12.4163C15.5113 13 18.1943 10.8473 18.8803 7.81384C19.5536 4.83576 17.3016 2 14.2631 2H9.62312C8.5093 2 7.95239 2 7.51383 2.2348C7.26304 2.36907 7.04377 2.55577 6.87077 2.78235C6.56824 3.17856 6.47669 3.7307 6.29358 4.83499Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.24315 19.4998L8.01451 20.8325C7.90978 21.4429 8.38532 21.9998 9.01128 21.9998H11.0018C11.4961 21.9998 11.9179 21.6464 11.9991 21.1642L12.7285 16.8354C12.8098 16.3533 13.2316 15.9998 13.7258 15.9998H15.5289C18.11 15.9998 20.3448 14.2267 20.9047 11.7345C21.2967 9.99004 20.4437 8.30993 19 7.50098%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.29358 4.83499L4.16511 17.6712C3.98586 18.7522 3.89623 19.2927 4.19427 19.6464C4.49231 20 5.03749 20 6.12785 20H6.53027C7.35308 20 7.76448 20 8.04501 19.7555C8.32554 19.5109 8.38372 19.1016 8.50008 18.2828L8.96761 14.9934C9.00457 14.7333 9.02305 14.6033 9.05213 14.492C9.26041 13.6948 9.93391 13.1077 10.7485 13.0132C10.8622 13 10.9929 13 11.2543 13H12.4163C15.5113 13 18.1943 10.8473 18.8803 7.81384C19.5536 4.83576 17.3016 2 14.2631 2H9.62312C8.5093 2 7.95239 2 7.51383 2.2348C7.26304 2.36907 7.04377 2.55577 6.87077 2.78235C6.56824 3.17856 6.47669 3.7307 6.29358 4.83499Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.24315 19.4998L8.01451 20.8325C7.90978 21.4429 8.38532 21.9998 9.01128 21.9998H11.0018C11.4961 21.9998 11.9179 21.6464 11.9991 21.1642L12.7285 16.8354C12.8098 16.3533 13.2316 15.9998 13.7258 15.9998H15.5289C18.11 15.9998 20.3448 14.2267 20.9047 11.7345C21.2967 9.99004 20.4437 8.30993 19 7.50098%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-periscope{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C7.58172 2 4 5.61783 4 10.0807C4 12.6325 5 14.6167 7 16.389C8.40971 17.6382 10.1175 19.7131 11.1429 21.3951C11.6346 22.2016 12.33 22.2016 12.8571 21.3951C13.9344 19.7466 15.5903 17.6382 17 16.389C19 14.6167 20 12.6325 20 10.0807C20 5.61783 16.4183 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14C14.2091 14 16 12.2091 16 10C16 7.79086 14.2091 6 12 6C11.838 6 11.6782 6.00963 11.5212 6.02836C11.8223 6.44123 12 6.94986 12 7.5C12 8.88071 10.8807 10 9.5 10C8.94986 10 8.44123 9.8223 8.02836 9.52118C8.00963 9.67817 8 9.83796 8 10C8 12.2091 9.79086 14 12 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C7.58172 2 4 5.61783 4 10.0807C4 12.6325 5 14.6167 7 16.389C8.40971 17.6382 10.1175 19.7131 11.1429 21.3951C11.6346 22.2016 12.33 22.2016 12.8571 21.3951C13.9344 19.7466 15.5903 17.6382 17 16.389C19 14.6167 20 12.6325 20 10.0807C20 5.61783 16.4183 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14C14.2091 14 16 12.2091 16 10C16 7.79086 14.2091 6 12 6C11.838 6 11.6782 6.00963 11.5212 6.02836C11.8223 6.44123 12 6.94986 12 7.5C12 8.88071 10.8807 10 9.5 10C8.94986 10 8.44123 9.8223 8.02836 9.52118C8.00963 9.67817 8 9.83796 8 10C8 12.2091 9.79086 14 12 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-picasa{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 16L21 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16L16 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 21L8 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 10L9 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 16L21 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16L16 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 21L8 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 10L9 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 15L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-pinterest{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 11L8 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.97368 16.5724C10.5931 16.8473 11.2787 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 12.9108 7.24367 13.7646 7.66921 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 11L8 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.97368 16.5724C10.5931 16.8473 11.2787 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 12.9108 7.24367 13.7646 7.66921 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-plaxo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 16.584C10.6125 16.8516 11.2889 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12V20.6622C4.01099 18.9331 2 15.7014 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C11.3151 22 10.6462 21.9311 10 21.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 16.584C10.6125 16.8516 11.2889 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12V20.6622C4.01099 18.9331 2 15.7014 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C11.3151 22 10.6462 21.9311 10 21.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-play-store{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9405 12.4311C17.7073 13.3831 16.4665 14.0669 13.9848 15.4344C11.2857 16.9217 9.93612 17.6654 8.84297 17.3789C8.47274 17.2819 8.13174 17.1112 7.84541 16.8797C7 16.1963 7 14.7773 7 11.9394C7 9.10157 7 7.68264 7.84541 6.99915C8.13174 6.76766 8.47274 6.59704 8.84297 6.5C9.93612 6.21349 11.2857 6.95715 13.9848 8.44448C16.4665 9.81199 17.7073 10.4957 17.9405 11.4478C18.0198 11.7717 18.0198 12.1072 17.9405 12.4311Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17L16 9.61432M8 7L16 14.3857%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9405 12.4311C17.7073 13.3831 16.4665 14.0669 13.9848 15.4344C11.2857 16.9217 9.93612 17.6654 8.84297 17.3789C8.47274 17.2819 8.13174 17.1112 7.84541 16.8797C7 16.1963 7 14.7773 7 11.9394C7 9.10157 7 7.68264 7.84541 6.99915C8.13174 6.76766 8.47274 6.59704 8.84297 6.5C9.93612 6.21349 11.2857 6.95715 13.9848 8.44448C16.4665 9.81199 17.7073 10.4957 17.9405 11.4478C18.0198 11.7717 18.0198 12.1072 17.9405 12.4311Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17L16 9.61432M8 7L16 14.3857%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-quora{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.1481 22.0006C20.037 22.0005 21 19.6781 21 16.8131C20.037 17.8501 17.3671 20.02 16.1852 15.7755C14.7407 10.5881 10.5 11.5005 8 14.0005C11.8519 14.0005 12.3827 14.8979 13.2963 17.8506C14.2593 20.963 15.7037 22.0006 17.1481 22.0006Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5154 11C6.5052 10.8351 6.5 10.6684 6.5 10.5C6.5 7.18629 8.51472 4.5 11 4.5C13.4853 4.5 15.5 7.18629 15.5 10.5C15.5 11.3922 15.262 12.2389 15 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2413 18.6619C12.5301 18.882 11.778 19 11 19C6.58172 19 3 15.1944 3 10.5C3 5.80558 6.58172 2 11 2C15.4183 2 19 5.80558 19 10.5C19 11.7477 18.747 12.9326 18.2925 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.1481 22.0006C20.037 22.0005 21 19.6781 21 16.8131C20.037 17.8501 17.3671 20.02 16.1852 15.7755C14.7407 10.5881 10.5 11.5005 8 14.0005C11.8519 14.0005 12.3827 14.8979 13.2963 17.8506C14.2593 20.963 15.7037 22.0006 17.1481 22.0006Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5154 11C6.5052 10.8351 6.5 10.6684 6.5 10.5C6.5 7.18629 8.51472 4.5 11 4.5C13.4853 4.5 15.5 7.18629 15.5 10.5C15.5 11.3922 15.262 12.2389 15 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2413 18.6619C12.5301 18.882 11.778 19 11 19C6.58172 19 3 15.1944 3 10.5C3 5.80558 6.58172 2 11 2C15.4183 2 19 5.80558 19 10.5C19 11.7477 18.747 12.9326 18.2925 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-reddit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%2215.5%22 rx%3D%229%22 ry%3D%226.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 16.7803C14.5149 17.548 13.3062 18.0002 12 18.0002C10.6938 18.0002 9.48512 17.548 8.5 16.7803%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%224%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 10.0694C18.3687 9.43053 19.0634 9 19.8595 9C21.0417 9 22 9.94921 22 11.1201C22 11.937 21.5336 12.6459 20.8502 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10.0694C5.63125 9.43053 4.93663 9 4.14048 9C2.95833 9 2 9.94921 2 11.1201C2 11.937 2.4664 12.6459 3.14981 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4C14.643 4 13.4645 4 12.7322 4.73223C12 5.46447 12 6.64298 12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00801 13L8.99902 13%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.008 13L14.999 13%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%2215.5%22 rx%3D%229%22 ry%3D%226.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 16.7803C14.5149 17.548 13.3062 18.0002 12 18.0002C10.6938 18.0002 9.48512 17.548 8.5 16.7803%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%224%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 10.0694C18.3687 9.43053 19.0634 9 19.8595 9C21.0417 9 22 9.94921 22 11.1201C22 11.937 21.5336 12.6459 20.8502 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10.0694C5.63125 9.43053 4.93663 9 4.14048 9C2.95833 9 2 9.94921 2 11.1201C2 11.937 2.4664 12.6459 3.14981 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4C14.643 4 13.4645 4 12.7322 4.73223C12 5.46447 12 6.64298 12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00801 13L8.99902 13%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.008 13L14.999 13%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-safari{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.7214 13.7214C14.1043 13.3385 14.3231 12.828 14.7607 11.807L16.3172 8.17504C16.4736 7.81011 16.5518 7.62764 16.4621 7.53789C16.3724 7.44815 16.1899 7.52635 15.825 7.68275L12.193 9.23929C11.172 9.67688 10.6615 9.89567 10.2786 10.2786M13.7214 13.7214C13.3385 14.1043 12.828 14.3231 11.807 14.7607L8.17504 16.3172C7.81011 16.4736 7.62764 16.5518 7.53789 16.4621C7.44815 16.3724 7.52635 16.1899 7.68275 15.825L9.23929 12.193C9.67688 11.172 9.89567 10.6615 10.2786 10.2786M13.7214 13.7214L10.2786 10.2786%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 3.5M12 22L12 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L20.5 12M2 12L3.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.7214 13.7214C14.1043 13.3385 14.3231 12.828 14.7607 11.807L16.3172 8.17504C16.4736 7.81011 16.5518 7.62764 16.4621 7.53789C16.3724 7.44815 16.1899 7.52635 15.825 7.68275L12.193 9.23929C11.172 9.67688 10.6615 9.89567 10.2786 10.2786M13.7214 13.7214C13.3385 14.1043 12.828 14.3231 11.807 14.7607L8.17504 16.3172C7.81011 16.4736 7.62764 16.5518 7.53789 16.4621C7.44815 16.3724 7.52635 16.1899 7.68275 15.825L9.23929 12.193C9.67688 11.172 9.89567 10.6615 10.2786 10.2786M13.7214 13.7214L10.2786 10.2786%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 3.5M12 22L12 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L20.5 12M2 12L3.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-scribd{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.7966 16.8939C21.5076 21.3743 18.2765 21.7633 17.8629 21.9566C21.4992 16.8939 13.405 11.7464 12.2808 11.1458C11.1566 10.5451 9.65409 9.85045 8.88325 9.34386C7.6057 8.50427 7.15252 7.7256 6.80974 7.11648C6.26014 6.13984 6.22515 3.83298 8.68339 3.71285C11.1416 3.59272 12.8355 4.61371 12.9477 5.24084C12.7494 6.6314 15.3994 9.17772 17.7068 7.31764C20.3693 5.17137 17.9594 2.11087 16.9033 1.98047C21.5713 2.20891 21.815 6.0603 21.9435 8.09119L21.9437 8.09313C21.9437 8.09313 22.0856 12.4135 21.7966 16.8939Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.87073 21.5667C6.23868 18.7791 3.52115 17.5867 2.32132 18.0528C2.32132 18.0528 1.97852 16.6546 1.97852 14.2507V10.0805C2.27212 10.9137 3.8746 13.1734 7.93561 15.0557C11.9966 16.938 12.9572 18.6461 12.9572 19.2153C13.0168 19.7012 12.8629 20.8853 11.7155 21.9178C9.98401 22.0037 6.31643 22.0825 5.87073 21.5667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.7966 16.8939C21.5076 21.3743 18.2765 21.7633 17.8629 21.9566C21.4992 16.8939 13.405 11.7464 12.2808 11.1458C11.1566 10.5451 9.65409 9.85045 8.88325 9.34386C7.6057 8.50427 7.15252 7.7256 6.80974 7.11648C6.26014 6.13984 6.22515 3.83298 8.68339 3.71285C11.1416 3.59272 12.8355 4.61371 12.9477 5.24084C12.7494 6.6314 15.3994 9.17772 17.7068 7.31764C20.3693 5.17137 17.9594 2.11087 16.9033 1.98047C21.5713 2.20891 21.815 6.0603 21.9435 8.09119L21.9437 8.09313C21.9437 8.09313 22.0856 12.4135 21.7966 16.8939Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.87073 21.5667C6.23868 18.7791 3.52115 17.5867 2.32132 18.0528C2.32132 18.0528 1.97852 16.6546 1.97852 14.2507V10.0805C2.27212 10.9137 3.8746 13.1734 7.93561 15.0557C11.9966 16.938 12.9572 18.6461 12.9572 19.2153C13.0168 19.7012 12.8629 20.8853 11.7155 21.9178C9.98401 22.0037 6.31643 22.0825 5.87073 21.5667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-shutterstock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 13V14C18 15.8856 18 16.8284 17.4142 17.4142C16.8284 18 15.8856 18 14 18H13M6 11V10C6 8.11438 6 7.17157 6.58579 6.58579C7.17157 6 8.11438 6 10 6H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 13V14C18 15.8856 18 16.8284 17.4142 17.4142C16.8284 18 15.8856 18 14 18H13M6 11V10C6 8.11438 6 7.17157 6.58579 6.58579C7.17157 6 8.11438 6 10 6H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-signal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0357 21.9286C17.5389 21.9286 22 17.4674 22 11.9643C22 6.46117 17.5389 2 12.0357 2C6.5326 2 2.07143 6.46117 2.07143 11.9643C2.07143 13.7792 1.72194 15.4808 2.56975 16.9464L2.07143 21.9286L7.05358 21.4304C8.51919 22.2782 10.2208 21.9286 12.0357 21.9286Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 stroke-dasharray%3D%223 3%22%2F%3E%0A%3Cpath d%3D%22M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 13.275 5.4044 14.4704 6 15.5L5 19L8.5 18C9.52961 18.5956 10.725 19 12 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0357 21.9286C17.5389 21.9286 22 17.4674 22 11.9643C22 6.46117 17.5389 2 12.0357 2C6.5326 2 2.07143 6.46117 2.07143 11.9643C2.07143 13.7792 1.72194 15.4808 2.56975 16.9464L2.07143 21.9286L7.05358 21.4304C8.51919 22.2782 10.2208 21.9286 12.0357 21.9286Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 stroke-dasharray%3D%223 3%22%2F%3E%0A%3Cpath d%3D%22M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 13.275 5.4044 14.4704 6 15.5L5 19L8.5 18C9.52961 18.5956 10.725 19 12 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-skype{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 10C15 8.89543 13.6569 8 12 8C10.3431 8 9 8.89543 9 10C9 11.1046 10.3431 12 12 12C13.6569 12 15 12.8954 15 14C15 15.1046 13.6569 16 12 16C10.3431 16 9 15.1046 9 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 20C20.2091 20 22 18.2091 22 16C22 14.9608 21.6037 14.0142 20.954 13.303C20.2792 12.5642 20.0562 12.2608 19.9675 11.2774C19.8052 9.47708 19.035 7.72126 17.6569 6.34315C15.4775 4.16375 12.3535 3.50467 9.60274 4.36591C8.65975 4.66116 8.29221 4.5711 7.3493 4.23329C6.92776 4.08227 6.47349 4 6 4C3.79086 4 2 5.79086 2 8C2 9.03918 2.39628 9.98581 3.04596 10.697C3.72081 11.4358 3.94384 11.7392 4.0325 12.7226C4.19482 14.5229 4.96503 16.2787 6.34315 17.6569C8.52254 19.8363 11.6465 20.4953 14.3973 19.6341C15.3403 19.3388 15.7078 19.4289 16.6507 19.7667C17.0722 19.9177 17.5265 20 18 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 10C15 8.89543 13.6569 8 12 8C10.3431 8 9 8.89543 9 10C9 11.1046 10.3431 12 12 12C13.6569 12 15 12.8954 15 14C15 15.1046 13.6569 16 12 16C10.3431 16 9 15.1046 9 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 20C20.2091 20 22 18.2091 22 16C22 14.9608 21.6037 14.0142 20.954 13.303C20.2792 12.5642 20.0562 12.2608 19.9675 11.2774C19.8052 9.47708 19.035 7.72126 17.6569 6.34315C15.4775 4.16375 12.3535 3.50467 9.60274 4.36591C8.65975 4.66116 8.29221 4.5711 7.3493 4.23329C6.92776 4.08227 6.47349 4 6 4C3.79086 4 2 5.79086 2 8C2 9.03918 2.39628 9.98581 3.04596 10.697C3.72081 11.4358 3.94384 11.7392 4.0325 12.7226C4.19482 14.5229 4.96503 16.2787 6.34315 17.6569C8.52254 19.8363 11.6465 20.4953 14.3973 19.6341C15.3403 19.3388 15.7078 19.4289 16.6507 19.7667C17.0722 19.9177 17.5265 20 18 20Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-slack{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 9.25V3.75C13 2.7835 13.7835 2 14.75 2C15.7165 2 16.5 2.7835 16.5 3.75V9.25C16.5 10.2165 15.7165 11 14.75 11C13.7835 11 13 10.2165 13 9.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 20.25V14.75C7.5 13.7835 8.2835 13 9.25 13C10.2165 13 11 13.7835 11 14.75V20.25C11 21.2165 10.2165 22 9.25 22C8.2835 22 7.5 21.2165 7.5 20.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.75 13L20.25 13C21.2165 13 22 13.7835 22 14.75C22 15.7165 21.2165 16.5 20.25 16.5L14.75 16.5C13.7835 16.5 13 15.7165 13 14.75C13 13.7835 13.7835 13 14.75 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.75 7.5L9.25 7.5C10.2165 7.5 11 8.2835 11 9.25C11 10.2165 10.2165 11 9.25 11L3.75 11C2.7835 11 2 10.2165 2 9.25C2 8.2835 2.7835 7.5 3.75 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 3.75C7 4.7165 7.7835 5.5 8.75 5.5H10.5V3.75C10.5 2.7835 9.7165 2 8.75 2C7.7835 2 7 2.7835 7 3.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 20.25C17 19.2835 16.2165 18.5 15.25 18.5H13.5V20.25C13.5 21.2165 14.2835 22 15.25 22C16.2165 22 17 21.2165 17 20.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.25 7C19.2835 7 18.5 7.7835 18.5 8.75L18.5 10.5H20.25C21.2165 10.5 22 9.7165 22 8.75C22 7.7835 21.2165 7 20.25 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.75 17C4.7165 17 5.5 16.2165 5.5 15.25V13.5L3.75 13.5C2.7835 13.5 2 14.2835 2 15.25C2 16.2165 2.7835 17 3.75 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 9.25V3.75C13 2.7835 13.7835 2 14.75 2C15.7165 2 16.5 2.7835 16.5 3.75V9.25C16.5 10.2165 15.7165 11 14.75 11C13.7835 11 13 10.2165 13 9.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 20.25V14.75C7.5 13.7835 8.2835 13 9.25 13C10.2165 13 11 13.7835 11 14.75V20.25C11 21.2165 10.2165 22 9.25 22C8.2835 22 7.5 21.2165 7.5 20.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.75 13L20.25 13C21.2165 13 22 13.7835 22 14.75C22 15.7165 21.2165 16.5 20.25 16.5L14.75 16.5C13.7835 16.5 13 15.7165 13 14.75C13 13.7835 13.7835 13 14.75 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.75 7.5L9.25 7.5C10.2165 7.5 11 8.2835 11 9.25C11 10.2165 10.2165 11 9.25 11L3.75 11C2.7835 11 2 10.2165 2 9.25C2 8.2835 2.7835 7.5 3.75 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 3.75C7 4.7165 7.7835 5.5 8.75 5.5H10.5V3.75C10.5 2.7835 9.7165 2 8.75 2C7.7835 2 7 2.7835 7 3.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 20.25C17 19.2835 16.2165 18.5 15.25 18.5H13.5V20.25C13.5 21.2165 14.2835 22 15.25 22C16.2165 22 17 21.2165 17 20.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.25 7C19.2835 7 18.5 7.7835 18.5 8.75L18.5 10.5H20.25C21.2165 10.5 22 9.7165 22 8.75C22 7.7835 21.2165 7 20.25 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.75 17C4.7165 17 5.5 16.2165 5.5 15.25V13.5L3.75 13.5C2.7835 13.5 2 14.2835 2 15.25C2 16.2165 2.7835 17 3.75 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-slideshare{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.0528 11.0374C21.2438 11.8597 19.4789 13.0868 17.1188 14.0397M17.1188 14.0397C16.5784 14.2579 16.0042 14.4601 15.3995 14.6373C14.6465 14.9007 13.0829 15.8093 13.1404 17.8143L13.0749 20.9638C13.0748 21.3097 13.4903 21.8612 14.2862 21.9745C15.2681 22.1142 16.7212 21.6968 17.3881 20.8451C18.3834 19.574 18.3306 16.5774 17.1188 14.0397ZM2.05283 11.0058C2.86183 11.828 4.57905 13.0868 6.93909 14.0397M6.93909 14.0397C7.47955 14.2579 8.05371 14.4601 8.6584 14.6373C10.0048 15.0319 10.9887 16.197 11.0425 17.6966C11.0964 19.1963 11.1637 20.0521 10.9176 20.4548C10.6714 20.8574 10.0929 21.0242 9.44642 21.0587C8.79992 21.0932 7.42614 20.7427 6.75929 19.8911C5.76398 18.6199 5.72735 16.5773 6.93909 14.0397ZM10.0283 10.5C10.0283 11.3284 9.35436 12 8.52298 12C7.6916 12 7.01763 11.3284 7.01763 10.5C7.01763 9.67157 7.6916 9 8.52298 9C9.35436 9 10.0283 9.67157 10.0283 10.5ZM17.0533 10.5C17.0533 11.3284 16.3793 12 15.5479 12C14.7165 12 14.0426 11.3284 14.0426 10.5C14.0426 9.67157 14.7165 9 15.5479 9C16.3793 9 17.0533 9.67157 17.0533 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.0621 9C20.0529 5.8857 19.9542 4.23467 18.8873 3.17157C17.7115 2 15.8192 2 12.0346 2C8.24985 2 6.35752 2 5.18177 3.17157C4.11489 4.23467 4.0161 5.8857 4.00696 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.0528 11.0374C21.2438 11.8597 19.4789 13.0868 17.1188 14.0397M17.1188 14.0397C16.5784 14.2579 16.0042 14.4601 15.3995 14.6373C14.6465 14.9007 13.0829 15.8093 13.1404 17.8143L13.0749 20.9638C13.0748 21.3097 13.4903 21.8612 14.2862 21.9745C15.2681 22.1142 16.7212 21.6968 17.3881 20.8451C18.3834 19.574 18.3306 16.5774 17.1188 14.0397ZM2.05283 11.0058C2.86183 11.828 4.57905 13.0868 6.93909 14.0397M6.93909 14.0397C7.47955 14.2579 8.05371 14.4601 8.6584 14.6373C10.0048 15.0319 10.9887 16.197 11.0425 17.6966C11.0964 19.1963 11.1637 20.0521 10.9176 20.4548C10.6714 20.8574 10.0929 21.0242 9.44642 21.0587C8.79992 21.0932 7.42614 20.7427 6.75929 19.8911C5.76398 18.6199 5.72735 16.5773 6.93909 14.0397ZM10.0283 10.5C10.0283 11.3284 9.35436 12 8.52298 12C7.6916 12 7.01763 11.3284 7.01763 10.5C7.01763 9.67157 7.6916 9 8.52298 9C9.35436 9 10.0283 9.67157 10.0283 10.5ZM17.0533 10.5C17.0533 11.3284 16.3793 12 15.5479 12C14.7165 12 14.0426 11.3284 14.0426 10.5C14.0426 9.67157 14.7165 9 15.5479 9C16.3793 9 17.0533 9.67157 17.0533 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.0621 9C20.0529 5.8857 19.9542 4.23467 18.8873 3.17157C17.7115 2 15.8192 2 12.0346 2C8.24985 2 6.35752 2 5.18177 3.17157C4.11489 4.23467 4.0161 5.8857 4.00696 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-snapchat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.57556 7.42444C6.57556 4.42861 9.00416 2 12 2C14.9958 2 17.4244 4.42861 17.4244 7.42444C17.4244 12.1722 17.6611 14.5456 22 16.4444C19.7778 17 19.2222 17.5556 18.6667 19.7778C14.7778 19.7778 14.2222 22 12 22C9.77778 22 9.22222 19.7778 5.33333 19.7778C4.77778 17.5556 4.22222 17 2 16.4444C6.33889 14.5456 6.57556 12.1722 6.57556 7.42444Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16C5.82356 13.9171 5.82356 11.9503 2.95589 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 16C18.1764 13.9171 18.1764 11.9503 21.0441 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.57556 7.42444C6.57556 4.42861 9.00416 2 12 2C14.9958 2 17.4244 4.42861 17.4244 7.42444C17.4244 12.1722 17.6611 14.5456 22 16.4444C19.7778 17 19.2222 17.5556 18.6667 19.7778C14.7778 19.7778 14.2222 22 12 22C9.77778 22 9.22222 19.7778 5.33333 19.7778C4.77778 17.5556 4.22222 17 2 16.4444C6.33889 14.5456 6.57556 12.1722 6.57556 7.42444Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16C5.82356 13.9171 5.82356 11.9503 2.95589 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 16C18.1764 13.9171 18.1764 11.9503 21.0441 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-soundcloud{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 6V19M5.00018 9.87917V18.9079M2 11.6296V17.1574%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 10.6001C17.485 10.6 17.4925 10.6 17.5 10.6C19.9853 10.6 22 12.4804 22 14.8C22 17.1196 19.9853 19 17.5 19H14M17.4776 10.6001C17.4924 10.4463 17.5 10.2907 17.5 10.1333C17.5 7.29827 15.0376 5 12 5H11V19M17.4776 10.6001C17.3753 11.6589 16.9286 12.625 16.2428 13.4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 6V19M5.00018 9.87917V18.9079M2 11.6296V17.1574%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 10.6001C17.485 10.6 17.4925 10.6 17.5 10.6C19.9853 10.6 22 12.4804 22 14.8C22 17.1196 19.9853 19 17.5 19H14M17.4776 10.6001C17.4924 10.4463 17.5 10.2907 17.5 10.1333C17.5 7.29827 15.0376 5 12 5H11V19M17.4776 10.6001C17.3753 11.6589 16.9286 12.625 16.2428 13.4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-spotify{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 12.0685C8.59944 11.6998 9.77639 11.5 11 11.5C13.0238 11.5 14.9199 12.0465 16.5488 13M18 10C16.1509 8.7383 13.9122 8 11.5 8C9.90307 8 8.38216 8.32358 7 8.90839M15.129 16C13.8927 15.3609 12.4894 15 11.0018 15C10.1819 15 9.38762 15.1096 8.63281 15.315%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 12.0685C8.59944 11.6998 9.77639 11.5 11 11.5C13.0238 11.5 14.9199 12.0465 16.5488 13M18 10C16.1509 8.7383 13.9122 8 11.5 8C9.90307 8 8.38216 8.32358 7 8.90839M15.129 16C13.8927 15.3609 12.4894 15 11.0018 15C10.1819 15 9.38762 15.1096 8.63281 15.315%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-stumbleupon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 13V15C18 16.1046 17.1046 17 16 17C14.8954 17 14 16.1046 14 15V13M6 13V15C6 16.1046 6.89543 17 8 17C9.10457 17 10 16.1046 10 15V9C10 7.89543 10.8954 7 12 7C13.1046 7 14 7.89543 14 9V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 13V15C18 16.1046 17.1046 17 16 17C14.8954 17 14 16.1046 14 15V13M6 13V15C6 16.1046 6.89543 17 8 17C9.10457 17 10 16.1046 10 15V9C10 7.89543 10.8954 7 12 7C13.1046 7 14 7.89543 14 9V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-swarm{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 5.16667C17 6.54738 15 8 15 8C15 8 13 6.54738 13 5.16667C13 3.78595 13.8954 3 15 3C16.1046 3 17 3.78595 17 5.16667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.19619 6.2113C8.38286 6.85752 10 10.3713 10 10.3713C10 10.3713 7.01604 12.5253 4.82937 11.8791C2.6427 11.2328 1.70394 9.59622 2.08138 8.03111C2.45882 6.466 4.00952 5.56508 6.19619 6.2113Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.15 20.0801C14.4577 22.1966 8 19.9982 8 19.9982C8 19.9982 9.31133 13.3462 13.0036 11.2297C16.6958 9.11311 19.9496 9.88953 21.3708 12.3335C22.7919 14.7775 21.8422 17.9635 18.15 20.0801Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 10.5C16 13.5398 17.5963 16.3439 20 18.0664M11 13.0581C11.183 15.8919 13.7098 18.888 16 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 5.16667C17 6.54738 15 8 15 8C15 8 13 6.54738 13 5.16667C13 3.78595 13.8954 3 15 3C16.1046 3 17 3.78595 17 5.16667Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.19619 6.2113C8.38286 6.85752 10 10.3713 10 10.3713C10 10.3713 7.01604 12.5253 4.82937 11.8791C2.6427 11.2328 1.70394 9.59622 2.08138 8.03111C2.45882 6.466 4.00952 5.56508 6.19619 6.2113Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.15 20.0801C14.4577 22.1966 8 19.9982 8 19.9982C8 19.9982 9.31133 13.3462 13.0036 11.2297C16.6958 9.11311 19.9496 9.88953 21.3708 12.3335C22.7919 14.7775 21.8422 17.9635 18.15 20.0801Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 10.5C16 13.5398 17.5963 16.3439 20 18.0664M11 13.0581C11.183 15.8919 13.7098 18.888 16 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-teamviewer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9973 12.0838C18.9627 12.6123 18.4918 13.0126 17.55 13.8133C16.0773 15.0654 15.3409 15.6914 14.7351 15.4483C14.6734 15.4236 14.6138 15.3931 14.5571 15.3574C14.1246 15.085 14.0279 14.42 14.0062 13.1982H9.99377C9.97214 14.42 9.87543 15.085 9.44294 15.3574C9.38619 15.3931 9.32661 15.4236 9.26489 15.4483C8.65908 15.6914 7.92271 15.0654 6.44997 13.8133C5.50821 13.0126 5.03733 12.6123 5.00274 12.0838C4.99909 12.028 4.99909 11.972 5.00274 11.9162C5.03733 11.3877 5.50821 10.9874 6.44997 10.1867C7.92271 8.93464 8.65908 8.3086 9.26489 8.55167C9.32661 8.57644 9.38619 8.60687 9.44294 8.64262C9.86305 8.90724 9.96633 9.54228 9.99172 10.6982H14.0083C14.0337 9.54228 14.1369 8.90724 14.5571 8.64262C14.6138 8.60687 14.6734 8.57644 14.7351 8.55167C15.3409 8.3086 16.0773 8.93464 17.55 10.1867C18.4918 10.9874 18.9627 11.3877 18.9973 11.9162C19.0009 11.972 19.0009 12.028 18.9973 12.0838Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9973 12.0838C18.9627 12.6123 18.4918 13.0126 17.55 13.8133C16.0773 15.0654 15.3409 15.6914 14.7351 15.4483C14.6734 15.4236 14.6138 15.3931 14.5571 15.3574C14.1246 15.085 14.0279 14.42 14.0062 13.1982H9.99377C9.97214 14.42 9.87543 15.085 9.44294 15.3574C9.38619 15.3931 9.32661 15.4236 9.26489 15.4483C8.65908 15.6914 7.92271 15.0654 6.44997 13.8133C5.50821 13.0126 5.03733 12.6123 5.00274 12.0838C4.99909 12.028 4.99909 11.972 5.00274 11.9162C5.03733 11.3877 5.50821 10.9874 6.44997 10.1867C7.92271 8.93464 8.65908 8.3086 9.26489 8.55167C9.32661 8.57644 9.38619 8.60687 9.44294 8.64262C9.86305 8.90724 9.96633 9.54228 9.99172 10.6982H14.0083C14.0337 9.54228 14.1369 8.90724 14.5571 8.64262C14.6138 8.60687 14.6734 8.57644 14.7351 8.55167C15.3409 8.3086 16.0773 8.93464 17.55 10.1867C18.4918 10.9874 18.9627 11.3877 18.9973 11.9162C19.0009 11.972 19.0009 12.028 18.9973 12.0838Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-telegram{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9854 15.4083L15.2268 19.0936C16.4277 20.4589 17.0282 21.1416 17.6567 20.9754C18.2852 20.8092 18.5008 19.9108 18.9318 18.1138L21.3229 8.1459C21.9868 5.37832 22.3187 3.99454 21.5808 3.312C20.843 2.62947 19.564 3.13725 17.0061 4.15282L5.13876 8.86449C3.09293 9.67674 2.07001 10.0829 2.00507 10.7808C1.99842 10.8522 1.99831 10.9241 2.00474 10.9955C2.06754 11.6937 3.08921 12.1033 5.13255 12.9223C6.05838 13.2934 6.5213 13.479 6.8532 13.8344C6.89052 13.8743 6.9264 13.9157 6.96078 13.9584C7.26658 14.3384 7.39709 14.8371 7.65808 15.8344L8.14653 17.701C8.4005 18.6715 8.52749 19.1568 8.86008 19.223C9.19267 19.2891 9.48225 18.8867 10.0614 18.0819L11.9854 15.4083ZM11.9854 15.4083L11.6676 15.0771C11.3059 14.7001 11.1251 14.5117 11.1251 14.2775C11.1251 14.0433 11.3059 13.8548 11.6676 13.4778L15.2406 9.75409%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9854 15.4083L15.2268 19.0936C16.4277 20.4589 17.0282 21.1416 17.6567 20.9754C18.2852 20.8092 18.5008 19.9108 18.9318 18.1138L21.3229 8.1459C21.9868 5.37832 22.3187 3.99454 21.5808 3.312C20.843 2.62947 19.564 3.13725 17.0061 4.15282L5.13876 8.86449C3.09293 9.67674 2.07001 10.0829 2.00507 10.7808C1.99842 10.8522 1.99831 10.9241 2.00474 10.9955C2.06754 11.6937 3.08921 12.1033 5.13255 12.9223C6.05838 13.2934 6.5213 13.479 6.8532 13.8344C6.89052 13.8743 6.9264 13.9157 6.96078 13.9584C7.26658 14.3384 7.39709 14.8371 7.65808 15.8344L8.14653 17.701C8.4005 18.6715 8.52749 19.1568 8.86008 19.223C9.19267 19.2891 9.48225 18.8867 10.0614 18.0819L11.9854 15.4083ZM11.9854 15.4083L11.6676 15.0771C11.3059 14.7001 11.1251 14.5117 11.1251 14.2775C11.1251 14.0433 11.3059 13.8548 11.6676 13.4778L15.2406 9.75409%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-threads-ellipse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 9.58944C15.9124 5.54334 12.1724 5.79609 12.1724 5.79609C12.1724 5.79609 7 5.45167 7 11.9999C7 18.5481 12.1724 18.2036 12.1724 18.2036C12.1724 18.2036 15.2467 18.4084 16.6552 15.5021C17.1149 14.2208 17 11.6584 12.5172 11.6584C12.5172 11.6584 10.4483 11.6584 10.4483 13.3825C10.4483 14.0559 11.1379 14.7619 12.1724 14.7619C13.2069 14.7619 14.3594 14.0534 14.5862 12.6929C15.2759 8.55496 11.4828 8.21013 10.4483 9.93427%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 9.58944C15.9124 5.54334 12.1724 5.79609 12.1724 5.79609C12.1724 5.79609 7 5.45167 7 11.9999C7 18.5481 12.1724 18.2036 12.1724 18.2036C12.1724 18.2036 15.2467 18.4084 16.6552 15.5021C17.1149 14.2208 17 11.6584 12.5172 11.6584C12.5172 11.6584 10.4483 11.6584 10.4483 13.3825C10.4483 14.0559 11.1379 14.7619 12.1724 14.7619C13.2069 14.7619 14.3594 14.0534 14.5862 12.6929C15.2759 8.55496 11.4828 8.21013 10.4483 9.93427%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-threads-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9.58944C15.9124 5.54334 12.1724 5.79609 12.1724 5.79609C12.1724 5.79609 7 5.45167 7 11.9999C7 18.5481 12.1724 18.2036 12.1724 18.2036C12.1724 18.2036 15.2467 18.4084 16.6552 15.5021C17.1149 14.2208 17 11.6584 12.5172 11.6584C12.5172 11.6584 10.4483 11.6584 10.4483 13.3825C10.4483 14.0559 11.1379 14.7619 12.1724 14.7619C13.2069 14.7619 14.3594 14.0534 14.5862 12.6929C15.2759 8.55496 11.4828 8.21013 10.4483 9.93427%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9.58944C15.9124 5.54334 12.1724 5.79609 12.1724 5.79609C12.1724 5.79609 7 5.45167 7 11.9999C7 18.5481 12.1724 18.2036 12.1724 18.2036C12.1724 18.2036 15.2467 18.4084 16.6552 15.5021C17.1149 14.2208 17 11.6584 12.5172 11.6584C12.5172 11.6584 10.4483 11.6584 10.4483 13.3825C10.4483 14.0559 11.1379 14.7619 12.1724 14.7619C13.2069 14.7619 14.3594 14.0534 14.5862 12.6929C15.2759 8.55496 11.4828 8.21013 10.4483 9.93427%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-threads{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.25 8.50488C17.6729 2.63804 12.25 3.00452 12.25 3.00452C12.25 3.00452 4.75 2.50512 4.75 12C4.75 21.4949 12.25 20.9955 12.25 20.9955C12.25 20.9955 16.7077 21.2924 18.75 17.0782C19.4167 15.2204 19.25 11.5049 12.75 11.5049C12.75 11.5049 9.75 11.5049 9.75 14.0049C9.75 14.9812 10.75 16.0049 12.25 16.0049C13.75 16.0049 15.4212 14.9777 15.75 13.0049C16.75 7.00488 11.25 6.50488 9.75 9.00488%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.25 8.50488C17.6729 2.63804 12.25 3.00452 12.25 3.00452C12.25 3.00452 4.75 2.50512 4.75 12C4.75 21.4949 12.25 20.9955 12.25 20.9955C12.25 20.9955 16.7077 21.2924 18.75 17.0782C19.4167 15.2204 19.25 11.5049 12.75 11.5049C12.75 11.5049 9.75 11.5049 9.75 14.0049C9.75 14.9812 10.75 16.0049 12.25 16.0049C13.75 16.0049 15.4212 14.9777 15.75 13.0049C16.75 7.00488 11.25 6.50488 9.75 9.00488%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-tiktok{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5359 11.0075C9.71585 10.8916 7.84666 11.0834 6.93011 12.7782C6.01355 14.4729 6.9373 16.2368 7.51374 16.9069C8.08298 17.5338 9.89226 18.721 11.8114 17.5619C12.0819 17.3985 12.3902 17.2588 12.7295 16.7558C13.5133 15.5938 13.5457 14.1026 13.5333 12.7009L13.4738 5.98145C13.3441 6.95419 14.4186 9.23575 17.478 9.5057%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5359 11.0075C9.71585 10.8916 7.84666 11.0834 6.93011 12.7782C6.01355 14.4729 6.9373 16.2368 7.51374 16.9069C8.08298 17.5338 9.89226 18.721 11.8114 17.5619C12.0819 17.3985 12.3902 17.2588 12.7295 16.7558C13.5133 15.5938 13.5457 14.1026 13.5333 12.7009L13.4738 5.98145C13.3441 6.95419 14.4186 9.23575 17.478 9.5057%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-tinder-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3239 9.89944C17.924 13.046 16.637 17.2613 12.9613 17.8739C8.14733 18.9394 4.93596 13.0006 8.55235 9.5186C8.74548 9.32596 9.278 8.827 9.49988 8.66658C9.49988 9.15796 9.78589 10.6668 10.1249 10.6668C12.1448 10.6668 12.625 8.00025 12.3669 6C14.0544 6.89118 15.4839 8.13225 16.3239 9.89944Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M16.3239 9.89944C17.924 13.046 16.637 17.2613 12.9613 17.8739C8.14733 18.9394 4.93596 13.0006 8.55235 9.5186C8.74548 9.32596 9.278 8.827 9.49988 8.66658C9.49988 9.15796 9.78589 10.6668 10.1249 10.6668C12.1448 10.6668 12.625 8.00025 12.3669 6C14.0544 6.89118 15.4839 8.13225 16.3239 9.89944Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-tinder{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2558 8.51453C22.3836 14.4194 19.433 21.5754 12.4376 22C3.44145 22 0.307049 11.3643 7.38031 6.45487C7.38031 14.5 14.1304 7.5 12 2C15 3 17.7939 5.56221 19.2558 8.51453Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M19.2558 8.51453C22.3836 14.4194 19.433 21.5754 12.4376 22C3.44145 22 0.307049 11.3643 7.38031 6.45487C7.38031 14.5 14.1304 7.5 12 2C15 3 17.7939 5.56221 19.2558 8.51453Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-trello{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8C6 7.05719 6 6.58579 6.29289 6.29289C6.58579 6 7.05719 6 8 6H8.5C9.44281 6 9.91421 6 10.2071 6.29289C10.5 6.58579 10.5 7.05719 10.5 8V15C10.5 15.9428 10.5 16.4142 10.2071 16.7071C9.91421 17 9.44281 17 8.5 17H8C7.05719 17 6.58579 17 6.29289 16.7071C6 16.4142 6 15.9428 6 15V8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 8C13.5 7.05719 13.5 6.58579 13.7929 6.29289C14.0858 6 14.5572 6 15.5 6H16C16.9428 6 17.4142 6 17.7071 6.29289C18 6.58579 18 7.05719 18 8V10C18 10.9428 18 11.4142 17.7071 11.7071C17.4142 12 16.9428 12 16 12H15.5C14.5572 12 14.0858 12 13.7929 11.7071C13.5 11.4142 13.5 10.9428 13.5 10V8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8C6 7.05719 6 6.58579 6.29289 6.29289C6.58579 6 7.05719 6 8 6H8.5C9.44281 6 9.91421 6 10.2071 6.29289C10.5 6.58579 10.5 7.05719 10.5 8V15C10.5 15.9428 10.5 16.4142 10.2071 16.7071C9.91421 17 9.44281 17 8.5 17H8C7.05719 17 6.58579 17 6.29289 16.7071C6 16.4142 6 15.9428 6 15V8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 8C13.5 7.05719 13.5 6.58579 13.7929 6.29289C14.0858 6 14.5572 6 15.5 6H16C16.9428 6 17.4142 6 17.7071 6.29289C18 6.58579 18 7.05719 18 8V10C18 10.9428 18 11.4142 17.7071 11.7071C17.4142 12 16.9428 12 16 12H15.5C14.5572 12 14.0858 12 13.7929 11.7071C13.5 11.4142 13.5 10.9428 13.5 10V8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-tumblr{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.90012 11.0183H7.01078C6.17867 11.0183 5.99989 10.8498 6 10.0181L6.00024 8.26617C6.00033 7.61097 5.98766 7.61186 6.65257 7.29099C8.35896 6.46753 9.86003 4.88315 10.2616 2.99294C10.3706 2.48002 10.4251 2.22356 10.5643 2.11178C10.7035 2 10.9282 2 11.3775 2H12.7521C13.2286 2 13.4668 2 13.6148 2.14645C13.7629 2.29289 13.7629 2.5286 13.7629 3V6.56483C13.7629 7.39637 13.9416 7.56483 14.7736 7.56483H16.6332C17.4653 7.56483 17.6441 7.73332 17.644 8.56496L17.6438 10.0184C17.6437 10.8499 17.4649 11.0183 16.633 11.0183H14.7733C13.9412 11.0183 13.7624 11.1868 13.7625 12.0184L13.7629 16.2597C13.7629 18.0202 15.3229 18.6002 16.6945 17.9926C17.1718 17.7811 17.1788 17.7952 17.3247 18.2389L17.9001 19.9882C18.0893 20.5636 18.0369 20.7786 17.5063 21.0836C13.5744 23.3432 8.91128 21.3694 8.91128 15.768L8.91091 12.0182C8.91083 11.1867 8.73205 11.0183 7.90012 11.0183Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.90012 11.0183H7.01078C6.17867 11.0183 5.99989 10.8498 6 10.0181L6.00024 8.26617C6.00033 7.61097 5.98766 7.61186 6.65257 7.29099C8.35896 6.46753 9.86003 4.88315 10.2616 2.99294C10.3706 2.48002 10.4251 2.22356 10.5643 2.11178C10.7035 2 10.9282 2 11.3775 2H12.7521C13.2286 2 13.4668 2 13.6148 2.14645C13.7629 2.29289 13.7629 2.5286 13.7629 3V6.56483C13.7629 7.39637 13.9416 7.56483 14.7736 7.56483H16.6332C17.4653 7.56483 17.6441 7.73332 17.644 8.56496L17.6438 10.0184C17.6437 10.8499 17.4649 11.0183 16.633 11.0183H14.7733C13.9412 11.0183 13.7624 11.1868 13.7625 12.0184L13.7629 16.2597C13.7629 18.0202 15.3229 18.6002 16.6945 17.9926C17.1718 17.7811 17.1788 17.7952 17.3247 18.2389L17.9001 19.9882C18.0893 20.5636 18.0369 20.7786 17.5063 21.0836C13.5744 23.3432 8.91128 21.3694 8.91128 15.768L8.91091 12.0182C8.91083 11.1867 8.73205 11.0183 7.90012 11.0183Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-twitch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 7V11M12 7V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 3H8C6.11438 3 5.17157 3 4.58579 3.58358C4 4.16716 4 5.10641 4 6.98492V13.56C4 13.9302 4 14.1153 4.02462 14.2702C4.16017 15.1228 4.83135 15.7914 5.68713 15.9265C5.8426 15.951 6.0284 15.951 6.4 15.951C6.4929 15.951 6.53935 15.951 6.57822 15.9571C6.79216 15.9909 6.95996 16.158 6.99384 16.3712C7 16.4099 7 16.4562 7 16.5487V18.0921C7 19.2742 7 19.8653 7.3345 19.9822C7.66899 20.0991 8.03962 19.6375 8.78087 18.7144L10.6998 16.3249C10.8473 16.1412 10.921 16.0493 11.0237 16.0002C11.1264 15.951 11.2445 15.951 11.4806 15.951H15.3431C16.1606 15.951 16.5694 15.951 16.9369 15.7993C17.3045 15.6477 17.5935 15.3597 18.1716 14.7838L18.8284 14.1295C19.4065 13.5536 19.6955 13.2656 19.8478 12.8995C20 12.5333 20 12.1261 20 11.3117V6.98492C20 5.10641 20 4.16716 19.4142 3.58358C18.8284 3 17.8856 3 16 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 7V11M12 7V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 3H8C6.11438 3 5.17157 3 4.58579 3.58358C4 4.16716 4 5.10641 4 6.98492V13.56C4 13.9302 4 14.1153 4.02462 14.2702C4.16017 15.1228 4.83135 15.7914 5.68713 15.9265C5.8426 15.951 6.0284 15.951 6.4 15.951C6.4929 15.951 6.53935 15.951 6.57822 15.9571C6.79216 15.9909 6.95996 16.158 6.99384 16.3712C7 16.4099 7 16.4562 7 16.5487V18.0921C7 19.2742 7 19.8653 7.3345 19.9822C7.66899 20.0991 8.03962 19.6375 8.78087 18.7144L10.6998 16.3249C10.8473 16.1412 10.921 16.0493 11.0237 16.0002C11.1264 15.951 11.2445 15.951 11.4806 15.951H15.3431C16.1606 15.951 16.5694 15.951 16.9369 15.7993C17.3045 15.6477 17.5935 15.3597 18.1716 14.7838L18.8284 14.1295C19.4065 13.5536 19.6955 13.2656 19.8478 12.8995C20 12.5333 20 12.1261 20 11.3117V6.98492C20 5.10641 20 4.16716 19.4142 3.58358C18.8284 3 17.8856 3 16 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-twitter-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.4 7C13.0745 7 12 8.11929 12 9.5C12 9.71132 12.0252 9.91652 12.0726 10.1125C11.9494 10.1208 11.8252 10.125 11.7 10.125C9.67943 10.125 7.90441 8.71734 6.89216 7.06577C6.70202 7.73853 6.6 8.4506 6.6 9.1875C6.6 11.2539 7.40225 13.4376 8.7 14.7941C8.7 15.5294 6.9 15.9021 6 15.9966C7.05902 16.6348 8.28857 17 9.6 17C13.4885 17 16.657 13.7891 16.7953 9.77373L18 7.3125L15.9875 7.625C15.5644 7.23602 15.0087 7 14.4 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.4 7C13.0745 7 12 8.11929 12 9.5C12 9.71132 12.0252 9.91652 12.0726 10.1125C11.9494 10.1208 11.8252 10.125 11.7 10.125C9.67943 10.125 7.90441 8.71734 6.89216 7.06577C6.70202 7.73853 6.6 8.4506 6.6 9.1875C6.6 11.2539 7.40225 13.4376 8.7 14.7941C8.7 15.5294 6.9 15.9021 6 15.9966C7.05902 16.6348 8.28857 17 9.6 17C13.4885 17 16.657 13.7891 16.7953 9.77373L18 7.3125L15.9875 7.625C15.5644 7.23602 15.0087 7 14.4 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-twitter{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 18.5C3.76504 19.521 5.81428 20 8 20C14.4808 20 19.7617 14.8625 19.9922 8.43797L22 4.5L18.6458 5C17.9407 4.37764 17.0144 4 16 4C13.4276 4 11.5007 6.51734 12.1209 8.98003C8.56784 9.20927 5.34867 7.0213 3.48693 4.10523C2.25147 8.30185 3.39629 13.3561 6.5 16.4705C6.5 17.647 3.5 18.3488 2 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 18.5C3.76504 19.521 5.81428 20 8 20C14.4808 20 19.7617 14.8625 19.9922 8.43797L22 4.5L18.6458 5C17.9407 4.37764 17.0144 4 16 4C13.4276 4 11.5007 6.51734 12.1209 8.98003C8.56784 9.20927 5.34867 7.0213 3.48693 4.10523C2.25147 8.30185 3.39629 13.3561 6.5 16.4705C6.5 17.647 3.5 18.3488 2 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-upwork{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4.5V10.75C2 12.7925 3.7075 14.5 5.75 14.5C7.7925 14.5 9.5 12.7925 9.5 10.75V4.5C10.75 7.625 13.0965 14.5 17.625 14.5C20.0079 14.5 22 12.5079 22 10.125C22 7.74208 20.0079 5.75 17.625 5.75C15.0913 5.75 13.5912 7.625 13.25 9.5C12.9475 11.1625 11.375 19.5 11.375 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4.5V10.75C2 12.7925 3.7075 14.5 5.75 14.5C7.7925 14.5 9.5 12.7925 9.5 10.75V4.5C10.75 7.625 13.0965 14.5 17.625 14.5C20.0079 14.5 22 12.5079 22 10.125C22 7.74208 20.0079 5.75 17.625 5.75C15.0913 5.75 13.5912 7.625 13.25 9.5C12.9475 11.1625 11.375 19.5 11.375 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-vimeo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.3459 4.65406C19.0372 2.82124 15.4614 5.64316 14.5961 7.12694C15.8974 7.43176 18.5 7.54313 16 12.0276C15 13.6885 12.7 15.8145 11.5 11.0311C10 5.05175 10 0.567257 2 7.54313C2.47556 8.4911 3.76645 8.5883 4.74116 8.17029C5.62781 7.79005 6.54267 7.94136 7 9.53652C8 13.0245 8.5 19.9866 12 19.9866C15.6345 20.4812 24.461 7.12711 21.3459 4.65406Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.3459 4.65406C19.0372 2.82124 15.4614 5.64316 14.5961 7.12694C15.8974 7.43176 18.5 7.54313 16 12.0276C15 13.6885 12.7 15.8145 11.5 11.0311C10 5.05175 10 0.567257 2 7.54313C2.47556 8.4911 3.76645 8.5883 4.74116 8.17029C5.62781 7.79005 6.54267 7.94136 7 9.53652C8 13.0245 8.5 19.9866 12 19.9866C15.6345 20.4812 24.461 7.12711 21.3459 4.65406Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-vine-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.93975C7 10.1342 7.92291 15.0225 10.3867 17.576C10.9226 18.1314 11.766 18.1417 12.3182 17.6037C13.3919 16.5577 14.5354 14.8878 15.3132 13.1625M15.3132 13.1625C12.1329 12.3092 12.0286 9.88868 12.5 8.5545C13.6579 5.78927 16.2632 7.10006 16.2632 9.47648C16.2632 9.9135 16.2046 10.3816 16.0982 10.8667M15.3132 13.1625C16.0388 13.3571 16.9245 13.4702 18 13.4702%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 7.93975C7 10.1342 7.92291 15.0225 10.3867 17.576C10.9226 18.1314 11.766 18.1417 12.3182 17.6037C13.3919 16.5577 14.5354 14.8878 15.3132 13.1625M15.3132 13.1625C12.1329 12.3092 12.0286 9.88868 12.5 8.5545C13.6579 5.78927 16.2632 7.10006 16.2632 9.47648C16.2632 9.9135 16.2046 10.3816 16.0982 10.8667M15.3132 13.1625C16.0388 13.3571 16.9245 13.4702 18 13.4702%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-vine{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.04261 4.41495C2.7122 8.99913 4.26712 17.1284 8.97309 21.0871C10.406 22.2925 11.9014 22.3165 13.3266 21.0857C15.6727 19.0596 17.3041 15.9398 18.2214 14.2938C18.2214 14.2938 19.3849 14.6873 20.3522 14.7846C20.931 14.8427 21.4613 11.7387 20.3517 11.7315C17.4157 11.7122 14.1381 11.4181 13.6775 8.14692C13.1726 4.56122 17.2116 5.07346 16.7068 8.19571C17.7165 9.17141 19.7361 9.17141 19.7361 9.17141C20.7458 6.09795 18.7263 2 15.697 2C11.6579 2 10.1433 4.95167 10.1433 7.12244C10.1433 12.7571 14.6872 13.7816 14.6872 13.7816C13.9496 15.6526 12.6725 16.9898 11.8409 17.7649C11.2705 18.2965 11.0258 18.3051 10.5066 17.7152C7.16109 13.9145 6.21504 7.99135 6.55256 4.51754C6.62801 3.74099 3.10939 3.48846 3.04261 4.41495Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.04261 4.41495C2.7122 8.99913 4.26712 17.1284 8.97309 21.0871C10.406 22.2925 11.9014 22.3165 13.3266 21.0857C15.6727 19.0596 17.3041 15.9398 18.2214 14.2938C18.2214 14.2938 19.3849 14.6873 20.3522 14.7846C20.931 14.8427 21.4613 11.7387 20.3517 11.7315C17.4157 11.7122 14.1381 11.4181 13.6775 8.14692C13.1726 4.56122 17.2116 5.07346 16.7068 8.19571C17.7165 9.17141 19.7361 9.17141 19.7361 9.17141C20.7458 6.09795 18.7263 2 15.697 2C11.6579 2 10.1433 4.95167 10.1433 7.12244C10.1433 12.7571 14.6872 13.7816 14.6872 13.7816C13.9496 15.6526 12.6725 16.9898 11.8409 17.7649C11.2705 18.2965 11.0258 18.3051 10.5066 17.7152C7.16109 13.9145 6.21504 7.99135 6.55256 4.51754C6.62801 3.74099 3.10939 3.48846 3.04261 4.41495Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-vk-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 8H12.5V12.5M6.5 8C6.5 13.2 10.5 15.5 12.5 16V12.5M12.5 12.5C12.9301 12.4462 13.5198 12.2919 14.1482 12M14.1482 12C15.4678 11.3871 16.9581 10.1677 17.5 8M14.1482 12C15.2655 12.3333 17.5 13.6 17.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 8H12.5V12.5M6.5 8C6.5 13.2 10.5 15.5 12.5 16V12.5M12.5 12.5C12.9301 12.4462 13.5198 12.2919 14.1482 12M14.1482 12C15.4678 11.3871 16.9581 10.1677 17.5 8M14.1482 12C15.2655 12.3333 17.5 13.6 17.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-vk{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 10.7486V7.05285C14 6.22025 13.8489 6.05286 13.0196 6.05286L10.6696 6.0001C9.93806 6.0001 9.5723 6.0001 9.42446 6.23724C9.27662 6.47437 9.44019 6.79868 9.76735 7.4473C9.94905 7.80755 10.0462 8.06845 10.0462 8.47222V11.1315C10.0462 11.9725 10.0462 12.393 9.72664 12.5177C9.40712 12.6425 9.14158 12.3602 8.6105 11.7957C7.30883 10.4119 6.63136 8.6843 6.18601 6.80138C6.09378 6.41142 6.04766 6.21643 5.91001 6.10827C5.77235 6.0001 5.5763 6.0001 5.18419 6.0001H2.98492C2.50242 6.0001 2.26117 6.0001 2.11047 6.1707C1.95977 6.34129 1.98899 6.5589 2.04743 6.99411C2.57467 10.9207 6.028 17.3595 12.4074 17.9737C13.5372 18.0825 14 17.7771 14 16.5391C14 15.8374 13.9851 14.7029 14.8682 14.5542C15.3306 14.4764 15.6421 14.6406 16.1594 15.0745C17.0555 15.826 17.5247 16.7434 17.8517 17.4406C18.0686 17.9032 18.2299 18 18.7396 18H20.8138C21.8618 18 22.1473 17.7442 21.6805 16.7605C21.0895 15.5151 20.2484 14.5257 19.4836 13.867C18.8484 13.3199 18.5308 13.0463 18.5131 12.845C18.4953 12.6436 18.7284 12.3586 19.1944 11.7885C20.0948 10.6871 21.3202 8.9578 21.8922 7.12282C22.1756 6.21377 21.909 6.0001 20.988 6.0001H19.1249C18.2224 6.0001 18.223 5.96887 18.01 6.99279C17.6642 8.65426 16.5317 10.2511 15.4679 11.3382C14.9633 11.8539 14.6581 12.1645 14.3432 12.0379C14.0284 11.9114 14 11.5238 14 10.7486Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 10.7486V7.05285C14 6.22025 13.8489 6.05286 13.0196 6.05286L10.6696 6.0001C9.93806 6.0001 9.5723 6.0001 9.42446 6.23724C9.27662 6.47437 9.44019 6.79868 9.76735 7.4473C9.94905 7.80755 10.0462 8.06845 10.0462 8.47222V11.1315C10.0462 11.9725 10.0462 12.393 9.72664 12.5177C9.40712 12.6425 9.14158 12.3602 8.6105 11.7957C7.30883 10.4119 6.63136 8.6843 6.18601 6.80138C6.09378 6.41142 6.04766 6.21643 5.91001 6.10827C5.77235 6.0001 5.5763 6.0001 5.18419 6.0001H2.98492C2.50242 6.0001 2.26117 6.0001 2.11047 6.1707C1.95977 6.34129 1.98899 6.5589 2.04743 6.99411C2.57467 10.9207 6.028 17.3595 12.4074 17.9737C13.5372 18.0825 14 17.7771 14 16.5391C14 15.8374 13.9851 14.7029 14.8682 14.5542C15.3306 14.4764 15.6421 14.6406 16.1594 15.0745C17.0555 15.826 17.5247 16.7434 17.8517 17.4406C18.0686 17.9032 18.2299 18 18.7396 18H20.8138C21.8618 18 22.1473 17.7442 21.6805 16.7605C21.0895 15.5151 20.2484 14.5257 19.4836 13.867C18.8484 13.3199 18.5308 13.0463 18.5131 12.845C18.4953 12.6436 18.7284 12.3586 19.1944 11.7885C20.0948 10.6871 21.3202 8.9578 21.8922 7.12282C22.1756 6.21377 21.909 6.0001 20.988 6.0001H19.1249C18.2224 6.0001 18.223 5.96887 18.01 6.99279C17.6642 8.65426 16.5317 10.2511 15.4679 11.3382C14.9633 11.8539 14.6581 12.1645 14.3432 12.0379C14.0284 11.9114 14 11.5238 14 10.7486Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-wattpad-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.51991 8.70869C9.48019 9.16088 9.32015 10.4044 9.12009 10.9697C10.3504 8.58748 13.8307 6.02163 13.8307 10.2981C14.1319 9.8178 15.0354 8.74285 16.2401 8.28571C17.7461 7.71428 18.8745 8.85714 17.078 10.5714C17.078 10.5714 16.1798 11.4286 15.2816 13.1429C14.3834 14.8571 11.9881 16.5714 11.2205 12.6651C9.11986 17.7523 6.71939 16.3394 6.11921 12.948C5.51904 9.55655 7.31956 8.14345 8.51991 8.70869Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.51991 8.70869C9.48019 9.16088 9.32015 10.4044 9.12009 10.9697C10.3504 8.58748 13.8307 6.02163 13.8307 10.2981C14.1319 9.8178 15.0354 8.74285 16.2401 8.28571C17.7461 7.71428 18.8745 8.85714 17.078 10.5714C17.078 10.5714 16.1798 11.4286 15.2816 13.1429C14.3834 14.8571 11.9881 16.5714 11.2205 12.6651C9.11986 17.7523 6.71939 16.3394 6.11921 12.948C5.51904 9.55655 7.31956 8.14345 8.51991 8.70869Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-wattpad{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.19985 6.24021C7.80032 7.03155 7.53358 9.20773 7.20015 10.1969C9.25065 6.0281 15.0512 1.53785 15.0512 9.02173C15.5531 8.18115 17.059 6.29999 19.0669 5.5C21.5768 4.5 23.4574 6.5 20.4634 9.5C20.4634 9.5 18.9663 11 17.4693 14C15.9723 17 11.9802 20 10.7008 13.164C7.19976 22.0665 3.19898 19.594 2.19869 13.659C1.1984 7.72397 4.19927 5.25104 6.19985 6.24021Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.19985 6.24021C7.80032 7.03155 7.53358 9.20773 7.20015 10.1969C9.25065 6.0281 15.0512 1.53785 15.0512 9.02173C15.5531 8.18115 17.059 6.29999 19.0669 5.5C21.5768 4.5 23.4574 6.5 20.4634 9.5C20.4634 9.5 18.9663 11 17.4693 14C15.9723 17 11.9802 20 10.7008 13.164C7.19976 22.0665 3.19898 19.594 2.19869 13.659C1.1984 7.72397 4.19927 5.25104 6.19985 6.24021Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-whatsapp-business{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.3789 2.27907 14.6926 2.78382 15.8877C3.06278 16.5481 3.20226 16.8784 3.21953 17.128C3.2368 17.3776 3.16334 17.6521 3.01642 18.2012L2 22L5.79877 20.9836C6.34788 20.8367 6.62244 20.7632 6.87202 20.7805C7.12161 20.7977 7.45185 20.9372 8.11235 21.2162C9.30745 21.7209 10.6211 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.8824 12C14.0519 12 15 13.0074 15 14.25C15 15.4926 14.0519 16.5 12.8824 16.5H10.4118C9.74625 16.5 9.4135 16.5 9.20675 16.2972C9 16.0945 9 15.7681 9 15.1154V12M12.8824 12C14.0519 12 15 10.9926 15 9.75C15 8.50736 14.0519 7.5 12.8824 7.5H10.4118C9.74625 7.5 9.4135 7.5 9.20675 7.70277C9 7.90554 9 8.2319 9 8.88462V12M12.8824 12H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.3789 2.27907 14.6926 2.78382 15.8877C3.06278 16.5481 3.20226 16.8784 3.21953 17.128C3.2368 17.3776 3.16334 17.6521 3.01642 18.2012L2 22L5.79877 20.9836C6.34788 20.8367 6.62244 20.7632 6.87202 20.7805C7.12161 20.7977 7.45185 20.9372 8.11235 21.2162C9.30745 21.7209 10.6211 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.8824 12C14.0519 12 15 13.0074 15 14.25C15 15.4926 14.0519 16.5 12.8824 16.5H10.4118C9.74625 16.5 9.4135 16.5 9.20675 16.2972C9 16.0945 9 15.7681 9 15.1154V12M12.8824 12C14.0519 12 15 10.9926 15 9.75C15 8.50736 14.0519 7.5 12.8824 7.5H10.4118C9.74625 7.5 9.4135 7.5 9.20675 7.70277C9 7.90554 9 8.2319 9 8.88462V12M12.8824 12H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-whatsapp{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.3789 2.27907 14.6926 2.78382 15.8877C3.06278 16.5481 3.20226 16.8784 3.21953 17.128C3.2368 17.3776 3.16334 17.6521 3.01642 18.2012L2 22L5.79877 20.9836C6.34788 20.8367 6.62244 20.7632 6.87202 20.7805C7.12161 20.7977 7.45185 20.9372 8.11235 21.2162C9.30745 21.7209 10.6211 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.58815 12.3773L9.45909 11.2956C9.82616 10.8397 10.2799 10.4153 10.3155 9.80826C10.3244 9.65494 10.2166 8.96657 10.0008 7.58986C9.91601 7.04881 9.41086 7 8.97332 7C8.40314 7 8.11805 7 7.83495 7.12931C7.47714 7.29275 7.10979 7.75231 7.02917 8.13733C6.96539 8.44196 7.01279 8.65187 7.10759 9.07169C7.51023 10.8548 8.45481 12.6158 9.91948 14.0805C11.3842 15.5452 13.1452 16.4898 14.9283 16.8924C15.3481 16.9872 15.558 17.0346 15.8627 16.9708C16.2477 16.8902 16.7072 16.5229 16.8707 16.165C17 15.8819 17 15.5969 17 15.0267C17 14.5891 16.9512 14.084 16.4101 13.9992C15.0334 13.7834 14.3451 13.6756 14.1917 13.6845C13.5847 13.7201 13.1603 14.1738 12.7044 14.5409L11.6227 15.4118%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.3789 2.27907 14.6926 2.78382 15.8877C3.06278 16.5481 3.20226 16.8784 3.21953 17.128C3.2368 17.3776 3.16334 17.6521 3.01642 18.2012L2 22L5.79877 20.9836C6.34788 20.8367 6.62244 20.7632 6.87202 20.7805C7.12161 20.7977 7.45185 20.9372 8.11235 21.2162C9.30745 21.7209 10.6211 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.58815 12.3773L9.45909 11.2956C9.82616 10.8397 10.2799 10.4153 10.3155 9.80826C10.3244 9.65494 10.2166 8.96657 10.0008 7.58986C9.91601 7.04881 9.41086 7 8.97332 7C8.40314 7 8.11805 7 7.83495 7.12931C7.47714 7.29275 7.10979 7.75231 7.02917 8.13733C6.96539 8.44196 7.01279 8.65187 7.10759 9.07169C7.51023 10.8548 8.45481 12.6158 9.91948 14.0805C11.3842 15.5452 13.1452 16.4898 14.9283 16.8924C15.3481 16.9872 15.558 17.0346 15.8627 16.9708C16.2477 16.8902 16.7072 16.5229 16.8707 16.165C17 15.8819 17 15.5969 17 15.0267C17 14.5891 16.9512 14.084 16.4101 13.9992C15.0334 13.7834 14.3451 13.6756 14.1917 13.6845C13.5847 13.7201 13.1603 14.1738 12.7044 14.5409L11.6227 15.4118%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-wikipedia{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 8H6.05M6.05 8H7M6.05 8L8.62731 14.8207C9.17631 16.2736 9.45081 17 9.9 17C10.3492 17 10.6237 16.2736 11.1727 14.8207L13.75 8H14.5M9.5 8H10.25L12.8273 14.8207C13.3763 16.2736 13.6508 17 14.1 17C14.5492 17 14.8237 16.2736 15.3727 14.8207L17.95 8M17.95 8H17M17.95 8H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 8H6.05M6.05 8H7M6.05 8L8.62731 14.8207C9.17631 16.2736 9.45081 17 9.9 17C10.3492 17 10.6237 16.2736 11.1727 14.8207L13.75 8H14.5M9.5 8H10.25L12.8273 14.8207C13.3763 16.2736 13.6508 17 14.1 17C14.5492 17 14.8237 16.2736 15.3727 14.8207L17.95 8M17.95 8H17M17.95 8H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-wise{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9999 22L19 2H7.00002L9.49994 6.5L4.99994 11H11.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9999 22L19 2H7.00002L9.49994 6.5L4.99994 11H11.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-wordpress{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 6H3M3 6L7.457 17.4921C8.10731 19.1689 8.43246 20.0073 8.9816 20C9.53074 19.9926 9.83482 19.1459 10.443 17.4524L10.5 17.2935M3 6H6.5M6.5 6H7.457M6.5 6L10.5 17.2935M10.5 17.2935L12.816 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6H11M11 6L15.457 17.4921C16.1073 19.1689 16.4325 20.0073 16.9816 20C17.5307 19.9926 17.8348 19.1459 18.443 17.4524L18.5 17.2935M11 6H14.5M14.5 6H15.457M14.5 6L18.5 17.2935M18.5 17.2935L20.5288 11.644M20.5288 11.644L21.5377 9.23491C21.9415 8.12432 22.0835 6.93739 21.9529 5.76443C21.7963 4.35795 21.1576 3 19.5012 3C17.9632 3 17.2101 4.72272 18.1898 5.89363C19.7701 7.78249 21.1719 9.87537 20.5288 11.644Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 6H3M3 6L7.457 17.4921C8.10731 19.1689 8.43246 20.0073 8.9816 20C9.53074 19.9926 9.83482 19.1459 10.443 17.4524L10.5 17.2935M3 6H6.5M6.5 6H7.457M6.5 6L10.5 17.2935M10.5 17.2935L12.816 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6H11M11 6L15.457 17.4921C16.1073 19.1689 16.4325 20.0073 16.9816 20C17.5307 19.9926 17.8348 19.1459 18.443 17.4524L18.5 17.2935M11 6H14.5M14.5 6H15.457M14.5 6L18.5 17.2935M18.5 17.2935L20.5288 11.644M20.5288 11.644L21.5377 9.23491C21.9415 8.12432 22.0835 6.93739 21.9529 5.76443C21.7963 4.35795 21.1576 3 19.5012 3C17.9632 3 17.2101 4.72272 18.1898 5.89363C19.7701 7.78249 21.1719 9.87537 20.5288 11.644Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-wps-office-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.3274 14.4152L14.1 16L18 8H13.8L12 11.6923L9.9 16L6 8H10.2L10.6875 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.3274 14.4152L14.1 16L18 8H13.8L12 11.6923L9.9 16L6 8H10.2L10.6875 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-wps-office{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 14.5L15.5 18.5L22 5.5H15L12 11.5L8.5 18.5L2 5.5H9L10.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 14.5L15.5 18.5L22 5.5H15L12 11.5L8.5 18.5L2 5.5H9L10.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-x-ellipse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 17L11.1935 12.8065M17 7L12.8065 11.1935M12.8065 11.1935L9.77778 7H7L11.1935 12.8065M12.8065 11.1935L17 17H14.2222L11.1935 12.8065%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 17L11.1935 12.8065M17 7L12.8065 11.1935M12.8065 11.1935L9.77778 7H7L11.1935 12.8065M12.8065 11.1935L17 17H14.2222L11.1935 12.8065%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-x-rectangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.50012 12C2.50012 7.52166 2.50012 5.28249 3.89136 3.89124C5.28261 2.5 7.52178 2.5 12.0001 2.5C16.4785 2.5 18.7176 2.5 20.1089 3.89124C21.5001 5.28249 21.5001 7.52166 21.5001 12C21.5001 16.4783 21.5001 18.7175 20.1089 20.1088C18.7176 21.5 16.4785 21.5 12.0001 21.5C7.52178 21.5 5.28261 21.5 3.89136 20.1088C2.50012 18.7175 2.50012 16.4783 2.50012 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00012 17L11.1937 12.8065M17.0001 7L12.8066 11.1935M12.8066 11.1935L9.7779 7H7.00012L11.1937 12.8065M12.8066 11.1935L17.0001 17H14.2223L11.1937 12.8065%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.50012 12C2.50012 7.52166 2.50012 5.28249 3.89136 3.89124C5.28261 2.5 7.52178 2.5 12.0001 2.5C16.4785 2.5 18.7176 2.5 20.1089 3.89124C21.5001 5.28249 21.5001 7.52166 21.5001 12C21.5001 16.4783 21.5001 18.7175 20.1089 20.1088C18.7176 21.5 16.4785 21.5 12.0001 21.5C7.52178 21.5 5.28261 21.5 3.89136 20.1088C2.50012 18.7175 2.50012 16.4783 2.50012 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00012 17L11.1937 12.8065M17.0001 7L12.8066 11.1935M12.8066 11.1935L9.7779 7H7.00012L11.1937 12.8065M12.8066 11.1935L17.0001 17H14.2223L11.1937 12.8065%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-x{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 21L10.5484 13.4516M21 3L13.4516 10.5484M13.4516 10.5484L8 3H3L10.5484 13.4516M13.4516 10.5484L21 21H16L10.5484 13.4516%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 21L10.5484 13.4516M21 3L13.4516 10.5484M13.4516 10.5484L8 3H3L10.5484 13.4516M13.4516 10.5484L21 21H16L10.5484 13.4516%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-xing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9364 2H19.6547C20.4117 2 20.7903 2 20.9433 2.23713C21.0963 2.47427 20.927 2.79859 20.5884 3.44721L15.0896 13.9817C14.8301 14.479 14.7003 14.7276 14.7151 14.9919C14.73 15.2562 14.8869 15.49 15.2008 15.9577L18.2219 20.4592C18.6782 21.1392 18.9064 21.4792 18.758 21.7396C18.6096 22 18.1876 22 17.3437 22H15.2478C14.6566 22 14.361 22 14.1179 21.8649C13.8749 21.7298 13.7283 21.484 13.4349 20.9923L10.4147 15.9293C10.1433 15.4744 10.0076 15.2469 10.0003 14.9963C9.99304 14.7456 10.1154 14.5113 10.36 14.0426L16.0689 3.10557C16.3497 2.56766 16.4901 2.2987 16.7424 2.14935C16.9946 2 17.3086 2 17.9364 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.27747 6H5.41341C6.00959 6 6.30768 6 6.54724 6.14935C6.78679 6.2987 6.9201 6.56766 7.18672 7.10557L8.67368 10.1056C8.89123 10.5445 9 10.7639 9 11C9 11.2361 8.89123 11.4555 8.67368 11.8944L7.18672 14.8944C6.9201 15.4323 6.78679 15.7013 6.54724 15.8507C6.30768 16 6.00959 16 5.41341 16H4.27747C3.55858 16 3.19914 16 3.05386 15.7629C2.90857 15.5257 3.06932 15.2014 3.39082 14.5528L4.70845 11.8944C4.92599 11.4555 5.03476 11.2361 5.03476 11C5.03476 10.7639 4.92599 10.5445 4.70844 10.1056L3.39082 7.44721C3.06932 6.79858 2.90857 6.47427 3.05386 6.23713C3.19914 6 3.55858 6 4.27747 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9364 2H19.6547C20.4117 2 20.7903 2 20.9433 2.23713C21.0963 2.47427 20.927 2.79859 20.5884 3.44721L15.0896 13.9817C14.8301 14.479 14.7003 14.7276 14.7151 14.9919C14.73 15.2562 14.8869 15.49 15.2008 15.9577L18.2219 20.4592C18.6782 21.1392 18.9064 21.4792 18.758 21.7396C18.6096 22 18.1876 22 17.3437 22H15.2478C14.6566 22 14.361 22 14.1179 21.8649C13.8749 21.7298 13.7283 21.484 13.4349 20.9923L10.4147 15.9293C10.1433 15.4744 10.0076 15.2469 10.0003 14.9963C9.99304 14.7456 10.1154 14.5113 10.36 14.0426L16.0689 3.10557C16.3497 2.56766 16.4901 2.2987 16.7424 2.14935C16.9946 2 17.3086 2 17.9364 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.27747 6H5.41341C6.00959 6 6.30768 6 6.54724 6.14935C6.78679 6.2987 6.9201 6.56766 7.18672 7.10557L8.67368 10.1056C8.89123 10.5445 9 10.7639 9 11C9 11.2361 8.89123 11.4555 8.67368 11.8944L7.18672 14.8944C6.9201 15.4323 6.78679 15.7013 6.54724 15.8507C6.30768 16 6.00959 16 5.41341 16H4.27747C3.55858 16 3.19914 16 3.05386 15.7629C2.90857 15.5257 3.06932 15.2014 3.39082 14.5528L4.70845 11.8944C4.92599 11.4555 5.03476 11.2361 5.03476 11C5.03476 10.7639 4.92599 10.5445 4.70844 10.1056L3.39082 7.44721C3.06932 6.79858 2.90857 6.47427 3.05386 6.23713C3.19914 6 3.55858 6 4.27747 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-yelp{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.12036 12.4964C4.04128 12.9424 4 13.4016 4 13.8706C4 14.0467 4.00582 14.2215 4.01729 14.3947C4.07032 15.196 4.09684 15.5966 4.48615 15.8616C4.87546 16.1266 5.31812 15.9796 6.20344 15.6856L7.01387 15.4165C8.97989 14.7635 9.9629 14.4371 9.999 13.7774C10.0351 13.1177 9.0937 12.6838 7.21089 11.8161L6.43359 11.4579C5.58593 11.0673 5.16209 10.872 4.74624 11.092C4.33039 11.3121 4.26038 11.7069 4.12036 12.4964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.3226 12.3175L17.8514 12.4325C15.6225 12.976 14.5081 13.2477 14.1126 12.7022C13.7172 12.1567 14.3882 11.2734 15.7304 9.50673L16.0116 9.13657C16.5779 8.39106 16.8611 8.0183 17.3493 8.00073C17.8375 7.98316 18.1043 8.28322 18.6379 8.88333C18.972 9.25917 19.2681 9.66625 19.5205 10.0993C19.9195 10.7838 20.1189 11.1261 19.9252 11.55C19.7315 11.974 19.2619 12.0885 18.3226 12.3175Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.9396 19.0994C18.151 18.8207 18.3454 18.5254 18.5211 18.2155C18.8996 17.5481 19.0889 17.2144 18.9594 16.7711C18.9548 16.7555 18.9475 16.7327 18.9421 16.7173C18.7899 16.2831 18.3954 16.1382 17.6062 15.8483C15.5491 15.0927 14.5206 14.7149 14.136 15.2526C14.1208 15.2738 14.1065 15.2956 14.093 15.3181C13.7491 15.8892 14.38 16.8711 15.6419 18.835C16.126 19.5884 16.3681 19.9651 16.7838 19.9976C16.7989 19.9988 16.8212 19.9998 16.8364 19.9999C17.2531 20.0048 17.4819 19.703 17.9396 19.0994Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 20.0769V19.7791C12 17.4378 12 16.2671 11.4149 16.0354C10.8297 15.8037 10.1812 16.7175 8.88425 18.5453L8.71842 18.779C8.18681 19.5281 7.92101 19.9027 8.02063 20.3724C8.12025 20.842 8.45068 21.0111 9.11153 21.3494C9.48102 21.5385 9.86765 21.6924 10.2681 21.8074C10.9721 22.0096 11.3241 22.1107 11.662 21.8143C12 21.518 12 21.0376 12 20.0769Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 3.88181V6.56448C12 9.37709 12 10.7834 11.2225 10.9794C10.4449 11.1754 9.64981 9.96947 8.05961 7.55768L6.63268 5.39351C6.14664 4.65636 5.90363 4.28779 6.03558 3.88126C6.16753 3.47473 6.54261 3.30734 7.29276 2.97255C8.10685 2.60923 8.98397 2.32844 9.89413 2.15407C10.7749 1.98534 11.2153 1.90097 11.6076 2.19068C12 2.4804 12 2.94753 12 3.88181Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.12036 12.4964C4.04128 12.9424 4 13.4016 4 13.8706C4 14.0467 4.00582 14.2215 4.01729 14.3947C4.07032 15.196 4.09684 15.5966 4.48615 15.8616C4.87546 16.1266 5.31812 15.9796 6.20344 15.6856L7.01387 15.4165C8.97989 14.7635 9.9629 14.4371 9.999 13.7774C10.0351 13.1177 9.0937 12.6838 7.21089 11.8161L6.43359 11.4579C5.58593 11.0673 5.16209 10.872 4.74624 11.092C4.33039 11.3121 4.26038 11.7069 4.12036 12.4964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.3226 12.3175L17.8514 12.4325C15.6225 12.976 14.5081 13.2477 14.1126 12.7022C13.7172 12.1567 14.3882 11.2734 15.7304 9.50673L16.0116 9.13657C16.5779 8.39106 16.8611 8.0183 17.3493 8.00073C17.8375 7.98316 18.1043 8.28322 18.6379 8.88333C18.972 9.25917 19.2681 9.66625 19.5205 10.0993C19.9195 10.7838 20.1189 11.1261 19.9252 11.55C19.7315 11.974 19.2619 12.0885 18.3226 12.3175Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.9396 19.0994C18.151 18.8207 18.3454 18.5254 18.5211 18.2155C18.8996 17.5481 19.0889 17.2144 18.9594 16.7711C18.9548 16.7555 18.9475 16.7327 18.9421 16.7173C18.7899 16.2831 18.3954 16.1382 17.6062 15.8483C15.5491 15.0927 14.5206 14.7149 14.136 15.2526C14.1208 15.2738 14.1065 15.2956 14.093 15.3181C13.7491 15.8892 14.38 16.8711 15.6419 18.835C16.126 19.5884 16.3681 19.9651 16.7838 19.9976C16.7989 19.9988 16.8212 19.9998 16.8364 19.9999C17.2531 20.0048 17.4819 19.703 17.9396 19.0994Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 20.0769V19.7791C12 17.4378 12 16.2671 11.4149 16.0354C10.8297 15.8037 10.1812 16.7175 8.88425 18.5453L8.71842 18.779C8.18681 19.5281 7.92101 19.9027 8.02063 20.3724C8.12025 20.842 8.45068 21.0111 9.11153 21.3494C9.48102 21.5385 9.86765 21.6924 10.2681 21.8074C10.9721 22.0096 11.3241 22.1107 11.662 21.8143C12 21.518 12 21.0376 12 20.0769Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 3.88181V6.56448C12 9.37709 12 10.7834 11.2225 10.9794C10.4449 11.1754 9.64981 9.96947 8.05961 7.55768L6.63268 5.39351C6.14664 4.65636 5.90363 4.28779 6.03558 3.88126C6.16753 3.47473 6.54261 3.30734 7.29276 2.97255C8.10685 2.60923 8.98397 2.32844 9.89413 2.15407C10.7749 1.98534 11.2153 1.90097 11.6076 2.19068C12 2.4804 12 2.94753 12 3.88181Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-youtube{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 20.5C13.8097 20.5 15.5451 20.3212 17.1534 19.9934C19.1623 19.5839 20.1668 19.3791 21.0834 18.2006C22 17.0221 22 15.6693 22 12.9635V11.0365C22 8.33073 22 6.97787 21.0834 5.79937C20.1668 4.62088 19.1623 4.41613 17.1534 4.00662C15.5451 3.67877 13.8097 3.5 12 3.5C10.1903 3.5 8.45489 3.67877 6.84656 4.00662C4.83766 4.41613 3.83321 4.62088 2.9166 5.79937C2 6.97787 2 8.33073 2 11.0365V12.9635C2 15.6693 2 17.0221 2.9166 18.2006C3.83321 19.3791 4.83766 19.5839 6.84656 19.9934C8.45489 20.3212 10.1903 20.5 12 20.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.9621 12.3129C15.8137 12.9187 15.0241 13.3538 13.4449 14.2241C11.7272 15.1705 10.8684 15.6438 10.1728 15.4615C9.9372 15.3997 9.7202 15.2911 9.53799 15.1438C9 14.7089 9 13.8059 9 12C9 10.1941 9 9.29112 9.53799 8.85618C9.7202 8.70886 9.9372 8.60029 10.1728 8.53854C10.8684 8.35621 11.7272 8.82945 13.4449 9.77593C15.0241 10.6462 15.8137 11.0813 15.9621 11.6871C16.0126 11.8933 16.0126 12.1067 15.9621 12.3129Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 20.5C13.8097 20.5 15.5451 20.3212 17.1534 19.9934C19.1623 19.5839 20.1668 19.3791 21.0834 18.2006C22 17.0221 22 15.6693 22 12.9635V11.0365C22 8.33073 22 6.97787 21.0834 5.79937C20.1668 4.62088 19.1623 4.41613 17.1534 4.00662C15.5451 3.67877 13.8097 3.5 12 3.5C10.1903 3.5 8.45489 3.67877 6.84656 4.00662C4.83766 4.41613 3.83321 4.62088 2.9166 5.79937C2 6.97787 2 8.33073 2 11.0365V12.9635C2 15.6693 2 17.0221 2.9166 18.2006C3.83321 19.3791 4.83766 19.5839 6.84656 19.9934C8.45489 20.3212 10.1903 20.5 12 20.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.9621 12.3129C15.8137 12.9187 15.0241 13.3538 13.4449 14.2241C11.7272 15.1705 10.8684 15.6438 10.1728 15.4615C9.9372 15.3997 9.7202 15.2911 9.53799 15.1438C9 14.7089 9 13.8059 9 12C9 10.1941 9 9.29112 9.53799 8.85618C9.7202 8.70886 9.9372 8.60029 10.1728 8.53854C10.8684 8.35621 11.7272 8.82945 13.4449 9.77593C15.0241 10.6462 15.8137 11.0813 15.9621 11.6871C16.0126 11.8933 16.0126 12.1067 15.9621 12.3129Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-zoom-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 11V10C6.5 9.5286 6.5 9.29289 6.64645 9.14645C6.79289 9 7.0286 9 7.5 9H9C10.8856 9 11.8284 9 12.4142 9.58579C13 10.1716 13 11.1144 13 13V14C13 14.4714 13 14.7071 12.8536 14.8536C12.7071 15 12.4714 15 12 15H10.5C8.61438 15 7.67157 15 7.08579 14.4142C6.5 13.8284 6.5 12.8856 6.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4498 10.5352L15.7998 10.1976C16.5247 9.49854 16.8872 9.14899 17.1936 9.27553C17.5 9.40207 17.5 9.90131 17.5 10.8998V13.1002C17.5 14.0987 17.5 14.5979 17.1936 14.7245C16.8872 14.851 16.5247 14.5015 15.7998 13.8024L15.4498 13.4648C15.0061 13.0369 15 13.0226 15 12.4115V11.5885C15 10.9774 15.0061 10.9631 15.4498 10.5352Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 11V10C6.5 9.5286 6.5 9.29289 6.64645 9.14645C6.79289 9 7.0286 9 7.5 9H9C10.8856 9 11.8284 9 12.4142 9.58579C13 10.1716 13 11.1144 13 13V14C13 14.4714 13 14.7071 12.8536 14.8536C12.7071 15 12.4714 15 12 15H10.5C8.61438 15 7.67157 15 7.08579 14.4142C6.5 13.8284 6.5 12.8856 6.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4498 10.5352L15.7998 10.1976C16.5247 9.49854 16.8872 9.14899 17.1936 9.27553C17.5 9.40207 17.5 9.90131 17.5 10.8998V13.1002C17.5 14.0987 17.5 14.5979 17.1936 14.7245C16.8872 14.851 16.5247 14.5015 15.7998 13.8024L15.4498 13.4648C15.0061 13.0369 15 13.0226 15 12.4115V11.5885C15 10.9774 15.0061 10.9631 15.4498 10.5352Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-zoom-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11V10C6.5 9.5286 6.5 9.29289 6.64645 9.14645C6.79289 9 7.0286 9 7.5 9H9C10.8856 9 11.8284 9 12.4142 9.58579C13 10.1716 13 11.1144 13 13V14C13 14.4714 13 14.7071 12.8536 14.8536C12.7071 15 12.4714 15 12 15H10.5C8.61438 15 7.67157 15 7.08579 14.4142C6.5 13.8284 6.5 12.8856 6.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4498 10.5352L15.7998 10.1976C16.5247 9.49854 16.8872 9.14899 17.1936 9.27553C17.5 9.40207 17.5 9.90131 17.5 10.8998V13.1002C17.5 14.0987 17.5 14.5979 17.1936 14.7245C16.8872 14.851 16.5247 14.5015 15.7998 13.8024L15.4498 13.4648C15.0061 13.0369 15 13.0226 15 12.4115V11.5885C15 10.9774 15.0061 10.9631 15.4498 10.5352Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11V10C6.5 9.5286 6.5 9.29289 6.64645 9.14645C6.79289 9 7.0286 9 7.5 9H9C10.8856 9 11.8284 9 12.4142 9.58579C13 10.1716 13 11.1144 13 13V14C13 14.4714 13 14.7071 12.8536 14.8536C12.7071 15 12.4714 15 12 15H10.5C8.61438 15 7.67157 15 7.08579 14.4142C6.5 13.8284 6.5 12.8856 6.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4498 10.5352L15.7998 10.1976C16.5247 9.49854 16.8872 9.14899 17.1936 9.27553C17.5 9.40207 17.5 9.90131 17.5 10.8998V13.1002C17.5 14.0987 17.5 14.5979 17.1936 14.7245C16.8872 14.851 16.5247 14.5015 15.7998 13.8024L15.4498 13.4648C15.0061 13.0369 15 13.0226 15 12.4115V11.5885C15 10.9774 15.0061 10.9631 15.4498 10.5352Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-logos-icons-zoom{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10V8C2 7.05719 2 6.58579 2.29289 6.29289C2.58579 6 3.05719 6 4 6H7C10.7712 6 12.6569 6 13.8284 7.17157C15 8.34315 15 10.2288 15 14V16C15 16.9428 15 17.4142 14.7071 17.7071C14.4142 18 13.9428 18 13 18H10C6.22876 18 4.34315 18 3.17157 16.8284C2 15.6569 2 13.7712 2 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.8995 9.07049L18.5997 8.39526C20.0495 6.99707 20.7744 6.29798 21.3872 6.55106C22 6.80414 22 7.80262 22 9.79956V14.2004C22 16.1974 22 17.1959 21.3872 17.4489C20.7744 17.702 20.0495 17.0029 18.5997 15.6047L17.8995 14.9295C17.0122 14.0738 17 14.0453 17 12.8231V11.1769C17 9.95473 17.0122 9.92624 17.8995 9.07049Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10V8C2 7.05719 2 6.58579 2.29289 6.29289C2.58579 6 3.05719 6 4 6H7C10.7712 6 12.6569 6 13.8284 7.17157C15 8.34315 15 10.2288 15 14V16C15 16.9428 15 17.4142 14.7071 17.7071C14.4142 18 13.9428 18 13 18H10C6.22876 18 4.34315 18 3.17157 16.8284C2 15.6569 2 13.7712 2 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.8995 9.07049L18.5997 8.39526C20.0495 6.99707 20.7744 6.29798 21.3872 6.55106C22 6.80414 22 7.80262 22 9.79956V14.2004C22 16.1974 22 17.1959 21.3872 17.4489C20.7744 17.702 20.0495 17.0029 18.5997 15.6047L17.8995 14.9295C17.0122 14.0738 17 14.0453 17 12.8231V11.1769C17 9.95473 17.0122 9.92624 17.8995 9.07049Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-compass{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2213%22 r%3D%229%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3.5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.7728 10.2571C15.5061 10.9837 14.3328 16.8933 13.1289 16.9974C12.1189 17.0848 11.8041 15.0928 11.5914 14.4614C11.3815 13.8383 11.1478 13.6139 10.5298 13.4095C8.95989 12.8901 8.17492 12.6304 8.0195 12.2192C7.60796 11.1304 13.8362 9.32902 14.7728 10.2571Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2213%22 r%3D%229%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3.5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.7728 10.2571C15.5061 10.9837 14.3328 16.8933 13.1289 16.9974C12.1189 17.0848 11.8041 15.0928 11.5914 14.4614C11.3815 13.8383 11.1478 13.6139 10.5298 13.4095C8.95989 12.8901 8.17492 12.6304 8.0195 12.2192C7.60796 11.1304 13.8362 9.32902 14.7728 10.2571Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-direction-left-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.14839 5.67914C6.82645 4.85343 7.16547 4.44058 7.62894 4.22029C8.09241 4 8.62199 4 9.68114 4H15V11H9.68114C8.62199 11 8.09241 11 7.62894 10.7797C7.16547 10.5594 6.82645 10.1466 6.14839 9.32086L5.87979 8.99376C5.29326 8.27951 5 7.92239 5 7.5C5 7.07761 5.29326 6.72048 5.87979 6.00624L6.14839 5.67914Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 21L15 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 21H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.14839 5.67914C6.82645 4.85343 7.16547 4.44058 7.62894 4.22029C8.09241 4 8.62199 4 9.68114 4H15V11H9.68114C8.62199 11 8.09241 11 7.62894 10.7797C7.16547 10.5594 6.82645 10.1466 6.14839 9.32086L5.87979 8.99376C5.29326 8.27951 5 7.92239 5 7.5C5 7.07761 5.29326 6.72048 5.87979 6.00624L6.14839 5.67914Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 21L15 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 21H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-direction-left-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.06006 5.67914C7.68595 4.85343 7.9989 4.44058 8.42672 4.22029C8.85454 4 9.34337 4 10.3211 4H16C16.9428 4 17.4142 4 17.7071 4.29289C18 4.58579 18 5.05719 18 6V9C18 9.94281 18 10.4142 17.7071 10.7071C17.4142 11 16.9428 11 16 11H10.3211C9.34337 11 8.85454 11 8.42672 10.7797C7.9989 10.5594 7.68595 10.1466 7.06006 9.32086L6.81211 8.99376C6.2707 8.27951 6 7.92239 6 7.5C6 7.07761 6.2707 6.72048 6.81211 6.00624L7.06006 5.67914Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.06006 5.67914C7.68595 4.85343 7.9989 4.44058 8.42672 4.22029C8.85454 4 9.34337 4 10.3211 4H16C16.9428 4 17.4142 4 17.7071 4.29289C18 4.58579 18 5.05719 18 6V9C18 9.94281 18 10.4142 17.7071 10.7071C17.4142 11 16.9428 11 16 11H10.3211C9.34337 11 8.85454 11 8.42672 10.7797C7.9989 10.5594 7.68595 10.1466 7.06006 9.32086L6.81211 8.99376C6.2707 8.27951 6 7.92239 6 7.5C6 7.07761 6.2707 6.72048 6.81211 6.00624L7.06006 5.67914Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 21L14 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4L14 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 21H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.06006 5.67914C7.68595 4.85343 7.9989 4.44058 8.42672 4.22029C8.85454 4 9.34337 4 10.3211 4H16C16.9428 4 17.4142 4 17.7071 4.29289C18 4.58579 18 5.05719 18 6V9C18 9.94281 18 10.4142 17.7071 10.7071C17.4142 11 16.9428 11 16 11H10.3211C9.34337 11 8.85454 11 8.42672 10.7797C7.9989 10.5594 7.68595 10.1466 7.06006 9.32086L6.81211 8.99376C6.2707 8.27951 6 7.92239 6 7.5C6 7.07761 6.2707 6.72048 6.81211 6.00624L7.06006 5.67914Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.06006 5.67914C7.68595 4.85343 7.9989 4.44058 8.42672 4.22029C8.85454 4 9.34337 4 10.3211 4H16C16.9428 4 17.4142 4 17.7071 4.29289C18 4.58579 18 5.05719 18 6V9C18 9.94281 18 10.4142 17.7071 10.7071C17.4142 11 16.9428 11 16 11H10.3211C9.34337 11 8.85454 11 8.42672 10.7797C7.9989 10.5594 7.68595 10.1466 7.06006 9.32086L6.81211 8.99376C6.2707 8.27951 6 7.92239 6 7.5C6 7.07761 6.2707 6.72048 6.81211 6.00624L7.06006 5.67914Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 21L14 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 4L14 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 21H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-direction-right-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.8516 5.67914C17.1736 4.85343 16.8345 4.44058 16.3711 4.22029C15.9076 4 15.378 4 14.3189 4H9V11H14.3189C15.378 11 15.9076 11 16.3711 10.7797C16.8345 10.5594 17.1736 10.1466 17.8516 9.32086L18.1202 8.99376C18.7067 8.27951 19 7.92239 19 7.5C19 7.07761 18.7067 6.72048 18.1202 6.00624L17.8516 5.67914Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3L9 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 21H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.8516 5.67914C17.1736 4.85343 16.8345 4.44058 16.3711 4.22029C15.9076 4 15.378 4 14.3189 4H9V11H14.3189C15.378 11 15.9076 11 16.3711 10.7797C16.8345 10.5594 17.1736 10.1466 17.8516 9.32086L18.1202 8.99376C18.7067 8.27951 19 7.92239 19 7.5C19 7.07761 18.7067 6.72048 18.1202 6.00624L17.8516 5.67914Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3L9 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 21H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-direction-right-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.8516 5.67914C16.1736 4.85343 15.8345 4.44058 15.3711 4.22029C14.9076 4 14.378 4 13.3189 4H8C7.05719 4 6.58579 4 6.29289 4.29289C6 4.58579 6 5.05719 6 6V9C6 9.94281 6 10.4142 6.29289 10.7071C6.58579 11 7.05719 11 8 11H13.3189C14.378 11 14.9076 11 15.3711 10.7797C15.8345 10.5594 16.1736 10.1466 16.8516 9.32086L17.1202 8.99376C17.7067 8.27951 18 7.92239 18 7.5C18 7.07761 17.7067 6.72048 17.1202 6.00624L16.8516 5.67914Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11L10 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 3L10 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 21H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.8516 5.67914C16.1736 4.85343 15.8345 4.44058 15.3711 4.22029C14.9076 4 14.378 4 13.3189 4H8C7.05719 4 6.58579 4 6.29289 4.29289C6 4.58579 6 5.05719 6 6V9C6 9.94281 6 10.4142 6.29289 10.7071C6.58579 11 7.05719 11 8 11H13.3189C14.378 11 14.9076 11 15.3711 10.7797C15.8345 10.5594 16.1736 10.1466 16.8516 9.32086L17.1202 8.99376C17.7067 8.27951 18 7.92239 18 7.5C18 7.07761 17.7067 6.72048 17.1202 6.00624L16.8516 5.67914Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11L10 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 3L10 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 21H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-directions-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.91872 4.43926C5.46116 3.73152 5.73238 3.37764 6.10315 3.18882C6.47393 3 6.89759 3 7.74491 3H10.1606C11.0277 3 11.4612 3 11.7306 3.29289C12 3.58579 12 4.05719 12 5V9H7.74491C6.89759 9 6.47393 9 6.10315 8.81118C5.73238 8.62236 5.46116 8.26848 4.91872 7.56074L4.70383 7.28037C4.23461 6.66816 4 6.36205 4 6C4 5.63795 4.23461 5.33184 4.70383 4.71963L4.91872 4.43926Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0813 9.43926C18.5388 8.73152 18.2676 8.37764 17.8968 8.18882C17.5261 8 17.1024 8 16.2551 8H12V14H16.2551C17.1024 14 17.5261 14 17.8968 13.8112C18.2676 13.6224 18.5388 13.2685 19.0813 12.5607L19.2962 12.2804C19.7654 11.6682 20 11.362 20 11C20 10.638 19.7654 10.3318 19.2962 9.71963L19.0813 9.43926Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21L12 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.91872 4.43926C5.46116 3.73152 5.73238 3.37764 6.10315 3.18882C6.47393 3 6.89759 3 7.74491 3H10.1606C11.0277 3 11.4612 3 11.7306 3.29289C12 3.58579 12 4.05719 12 5V9H7.74491C6.89759 9 6.47393 9 6.10315 8.81118C5.73238 8.62236 5.46116 8.26848 4.91872 7.56074L4.70383 7.28037C4.23461 6.66816 4 6.36205 4 6C4 5.63795 4.23461 5.33184 4.70383 4.71963L4.91872 4.43926Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0813 9.43926C18.5388 8.73152 18.2676 8.37764 17.8968 8.18882C17.5261 8 17.1024 8 16.2551 8H12V14H16.2551C17.1024 14 17.5261 14 17.8968 13.8112C18.2676 13.6224 18.5388 13.2685 19.0813 12.5607L19.2962 12.2804C19.7654 11.6682 20 11.362 20 11C20 10.638 19.7654 10.3318 19.2962 9.71963L19.0813 9.43926Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21L12 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-directions-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.1961 3.19938C17.7215 2.6096 17.4842 2.3147 17.1597 2.15735C16.8353 2 16.4646 2 15.7232 2H13.6095C12.8508 2 12.4714 2 12.2357 2.24408C12 2.48816 12 2.88099 12 3.66667V7H15.7232C16.4646 7 16.8353 7 17.1597 6.84265C17.4842 6.6853 17.7215 6.3904 18.1961 5.80061L18.3841 5.56697C18.7947 5.0568 19 4.80171 19 4.5C19 4.19829 18.7947 3.9432 18.3841 3.43303L18.1961 3.19938Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.1961 12.1994C17.7215 11.6096 17.4842 11.3147 17.1597 11.1574C16.8353 11 16.4646 11 15.7232 11H12V16H15.7232C16.4646 16 16.8353 16 17.1597 15.8426C17.4842 15.6853 17.7215 15.3904 18.1961 14.8006L18.3841 14.567C18.7947 14.0568 19 13.8017 19 13.5C19 13.1983 18.7947 12.9432 18.3841 12.433L18.1961 12.1994Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.80388 8.19938C6.27851 7.6096 6.51583 7.3147 6.84026 7.15735C7.16469 7 7.53539 7 8.2768 7H12V12H8.2768C7.53539 12 7.16469 12 6.84026 11.8426C6.51583 11.6853 6.27851 11.3904 5.80388 10.8006L5.61585 10.567C5.20528 10.0568 5 9.80171 5 9.5C5 9.19829 5.20528 8.9432 5.61585 8.43303L5.80388 8.19938Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.1961 3.19938C17.7215 2.6096 17.4842 2.3147 17.1597 2.15735C16.8353 2 16.4646 2 15.7232 2H13.6095C12.8508 2 12.4714 2 12.2357 2.24408C12 2.48816 12 2.88099 12 3.66667V7H15.7232C16.4646 7 16.8353 7 17.1597 6.84265C17.4842 6.6853 17.7215 6.3904 18.1961 5.80061L18.3841 5.56697C18.7947 5.0568 19 4.80171 19 4.5C19 4.19829 18.7947 3.9432 18.3841 3.43303L18.1961 3.19938Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.1961 12.1994C17.7215 11.6096 17.4842 11.3147 17.1597 11.1574C16.8353 11 16.4646 11 15.7232 11H12V16H15.7232C16.4646 16 16.8353 16 17.1597 15.8426C17.4842 15.6853 17.7215 15.3904 18.1961 14.8006L18.3841 14.567C18.7947 14.0568 19 13.8017 19 13.5C19 13.1983 18.7947 12.9432 18.3841 12.433L18.1961 12.1994Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.80388 8.19938C6.27851 7.6096 6.51583 7.3147 6.84026 7.15735C7.16469 7 7.53539 7 8.2768 7H12V12H8.2768C7.53539 12 7.16469 12 6.84026 11.8426C6.51583 11.6853 6.27851 11.3904 5.80388 10.8006L5.61585 10.567C5.20528 10.0568 5 9.80171 5 9.5C5 9.19829 5.20528 8.9432 5.61585 8.43303L5.80388 8.19938Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 22H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-edit-road{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 3V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 3V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 17V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.8605 13.4393L21.5548 14.1317C22.1422 14.7175 22.1422 15.6672 21.5548 16.253L17.9173 19.9487C17.6312 20.234 17.2651 20.4264 16.8674 20.5005L14.613 20.9885C14.257 21.0656 13.9401 20.7504 14.0163 20.3952L14.4962 18.1599C14.5705 17.7632 14.7634 17.3982 15.0495 17.1129L18.7333 13.4393C19.3207 12.8536 20.2731 12.8536 20.8605 13.4393Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 3V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 3V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 17V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.8605 13.4393L21.5548 14.1317C22.1422 14.7175 22.1422 15.6672 21.5548 16.253L17.9173 19.9487C17.6312 20.234 17.2651 20.4264 16.8674 20.5005L14.613 20.9885C14.257 21.0656 13.9401 20.7504 14.0163 20.3952L14.4962 18.1599C14.5705 17.7632 14.7634 17.3982 15.0495 17.1129L18.7333 13.4393C19.3207 12.8536 20.2731 12.8536 20.8605 13.4393Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-entering-geo-fence{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 17L12 3M12 17C12.3728 17 12.6728 16.6574 13.2728 15.9723L15 14M12 17C11.6272 17 11.3272 16.6574 10.7272 15.9723L9 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 15C3.7492 15.6327 3 16.4385 3 17.3158C3 19.3505 7.02944 21 12 21C16.9706 21 21 19.3505 21 17.3158C21 16.4385 20.2508 15.6327 19 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 17L12 3M12 17C12.3728 17 12.6728 16.6574 13.2728 15.9723L15 14M12 17C11.6272 17 11.3272 16.6574 10.7272 15.9723L9 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 15C3.7492 15.6327 3 16.4385 3 17.3158C3 19.3505 7.02944 21 12 21C16.9706 21 21 19.3505 21 17.3158C21 16.4385 20.2508 15.6327 19 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-flag-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.0249 21C5.04385 19.2643 5.04366 17.5541 5.0366 15.9209M5.0366 15.9209C5.01301 10.4614 4.91276 5.86186 5.19475 4.04271C5.5611 1.67939 9.39301 3.82993 13.9703 5.59842L16.0328 6.48729C17.5508 7.1415 19.7187 8.30352 18.7662 9.66084C18.3738 10.22 17.56 10.8596 16.0575 11.567L5.0366 15.9209Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.0249 21C5.04385 19.2643 5.04366 17.5541 5.0366 15.9209M5.0366 15.9209C5.01301 10.4614 4.91276 5.86186 5.19475 4.04271C5.5611 1.67939 9.39301 3.82993 13.9703 5.59842L16.0328 6.48729C17.5508 7.1415 19.7187 8.30352 18.7662 9.66084C18.3738 10.22 17.56 10.8596 16.0575 11.567L5.0366 15.9209Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-flag-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 7L4 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.7576 3.90865C8.45236 2.22497 5.85125 3.21144 4.55426 4.2192C4.32048 4.40085 4.20358 4.49167 4.10179 4.69967C4 4.90767 4 5.10138 4 5.4888V14.7319C4.9697 13.6342 7.87879 11.9328 11.7576 13.9086C15.224 15.6744 18.1741 14.9424 19.5697 14.1795C19.7633 14.0737 19.8601 14.0207 19.9301 13.9028C20 13.7849 20 13.6569 20 13.4009V5.87389C20 5.04538 20 4.63113 19.8027 4.48106C19.6053 4.33099 19.1436 4.459 18.2202 4.71504C16.64 5.15319 14.3423 5.22532 11.7576 3.90865Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 7L4 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.7576 3.90865C8.45236 2.22497 5.85125 3.21144 4.55426 4.2192C4.32048 4.40085 4.20358 4.49167 4.10179 4.69967C4 4.90767 4 5.10138 4 5.4888V14.7319C4.9697 13.6342 7.87879 11.9328 11.7576 13.9086C15.224 15.6744 18.1741 14.9424 19.5697 14.1795C19.7633 14.0737 19.8601 14.0207 19.9301 13.9028C20 13.7849 20 13.6569 20 13.4009V5.87389C20 5.04538 20 4.63113 19.8027 4.48106C19.6053 4.33099 19.1436 4.459 18.2202 4.71504C16.64 5.15319 14.3423 5.22532 11.7576 3.90865Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-flag-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.8785 3L10.2827 3C7.32099 3 5.84015 3 4.92007 3.87868C4 4.75736 4 6.17157 4 9L4.10619 15L15.8785 15C18.1016 15 19.2131 15 19.6847 14.4255C19.8152 14.2666 19.9108 14.0841 19.9656 13.889C20.1639 13.184 19.497 12.3348 18.1631 10.6364L18.1631 10.6364C17.6083 9.92985 17.3309 9.57659 17.2814 9.1751C17.2671 9.05877 17.2671 8.94123 17.2814 8.8249C17.3309 8.42341 17.6083 8.07015 18.1631 7.36364L18.1631 7.36364C19.497 5.66521 20.1639 4.816 19.9656 4.11098C19.9108 3.91591 19.8152 3.73342 19.6847 3.57447C19.2131 3 18.1016 3 15.8785 3L15.8785 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 21L4 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.8785 3L10.2827 3C7.32099 3 5.84015 3 4.92007 3.87868C4 4.75736 4 6.17157 4 9L4.10619 15L15.8785 15C18.1016 15 19.2131 15 19.6847 14.4255C19.8152 14.2666 19.9108 14.0841 19.9656 13.889C20.1639 13.184 19.497 12.3348 18.1631 10.6364L18.1631 10.6364C17.6083 9.92985 17.3309 9.57659 17.2814 9.1751C17.2671 9.05877 17.2671 8.94123 17.2814 8.8249C17.3309 8.42341 17.6083 8.07015 18.1631 7.36364L18.1631 7.36364C19.497 5.66521 20.1639 4.816 19.9656 4.11098C19.9108 3.91591 19.8152 3.73342 19.6847 3.57447C19.2131 3 18.1016 3 15.8785 3L15.8785 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 21L4 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-global-editing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0775 22C5.46844 21.0621 2 16.9868 2 12.1015C2 6.52261 6.5233 2 12.1031 2C16.9838 2 21.0562 5.46043 22 10.0613%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4332 13.8485C18.7685 13.4851 18.9362 13.3035 19.1143 13.1975C19.5442 12.9418 20.0736 12.9339 20.5107 13.1765C20.6918 13.2771 20.8646 13.4537 21.2103 13.8067C21.5559 14.1598 21.7287 14.3364 21.8272 14.5214C22.0647 14.9679 22.0569 15.5087 21.8066 15.9478C21.7029 16.1298 21.5251 16.3011 21.1694 16.6437L16.9378 20.7194C16.2638 21.3686 15.9268 21.6932 15.5056 21.8577C15.0845 22.0222 14.6214 22.0101 13.6954 21.9859L13.5694 21.9826C13.2875 21.9752 13.1466 21.9715 13.0646 21.8785C12.9827 21.7855 12.9939 21.6419 13.0162 21.3548L13.0284 21.1988C13.0914 20.3906 13.1228 19.9865 13.2807 19.6232C13.4385 19.2599 13.7107 18.965 14.2552 18.375L18.4332 13.8485Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 5.69899C19.0653 5.76636 17.8681 6.12824 17.0379 7.20277C15.5385 9.14361 14.039 9.30556 13.0394 8.65861C11.5399 7.6882 12.8 6.11636 11.0401 5.26215C9.89313 4.70542 9.73321 3.19045 10.3716 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11C2.7625 11.6621 3.83046 12.2682 5.08874 12.2682C7.68843 12.2682 8.20837 12.7649 8.20837 14.7518C8.20837 16.7387 8.20837 16.7387 8.72831 18.2288C9.06651 19.1981 9.18472 20.1674 8.5106 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0775 22C5.46844 21.0621 2 16.9868 2 12.1015C2 6.52261 6.5233 2 12.1031 2C16.9838 2 21.0562 5.46043 22 10.0613%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4332 13.8485C18.7685 13.4851 18.9362 13.3035 19.1143 13.1975C19.5442 12.9418 20.0736 12.9339 20.5107 13.1765C20.6918 13.2771 20.8646 13.4537 21.2103 13.8067C21.5559 14.1598 21.7287 14.3364 21.8272 14.5214C22.0647 14.9679 22.0569 15.5087 21.8066 15.9478C21.7029 16.1298 21.5251 16.3011 21.1694 16.6437L16.9378 20.7194C16.2638 21.3686 15.9268 21.6932 15.5056 21.8577C15.0845 22.0222 14.6214 22.0101 13.6954 21.9859L13.5694 21.9826C13.2875 21.9752 13.1466 21.9715 13.0646 21.8785C12.9827 21.7855 12.9939 21.6419 13.0162 21.3548L13.0284 21.1988C13.0914 20.3906 13.1228 19.9865 13.2807 19.6232C13.4385 19.2599 13.7107 18.965 14.2552 18.375L18.4332 13.8485Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 5.69899C19.0653 5.76636 17.8681 6.12824 17.0379 7.20277C15.5385 9.14361 14.039 9.30556 13.0394 8.65861C11.5399 7.6882 12.8 6.11636 11.0401 5.26215C9.89313 4.70542 9.73321 3.19045 10.3716 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11C2.7625 11.6621 3.83046 12.2682 5.08874 12.2682C7.68843 12.2682 8.20837 12.7649 8.20837 14.7518C8.20837 16.7387 8.20837 16.7387 8.72831 18.2288C9.06651 19.1981 9.18472 20.1674 8.5106 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-global-refresh{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.7423 17.4915L20.5917 17.9414C21.1874 18.257 21.4853 18.4148 21.762 18.2331C22.0386 18.0513 22.0173 17.7661 21.9747 17.1958C21.7298 13.9197 17.6728 11.6731 14.8672 13.8841M15.2558 17.4915L14.4065 17.0416C13.8112 16.7262 13.5135 16.5685 13.2365 16.7515C12.9595 16.9345 12.9822 17.2187 13.0275 17.7872C13.2864 21.0359 17.3202 23.3133 20.0565 21.1514%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0107 22C5.95135 21.497 2 17.2229 2 12.0247C2 6.48823 6.48245 2 12.0118 2C17.308 2 21.6437 6.11759 22 11.33%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 5.69899C19.0653 5.76636 17.8681 6.12824 17.0379 7.20277C15.5385 9.14361 14.039 9.30556 13.0394 8.65861C11.5399 7.6882 12.8 6.11636 11.0401 5.26215C9.89313 4.70542 9.73321 3.19045 10.3716 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11C2.7625 11.6621 3.83046 12.2682 5.08874 12.2682C7.68843 12.2682 8.20837 12.7649 8.20837 14.7518C8.20837 16.7387 8.20837 16.7387 8.72831 18.2288C9.06651 19.1981 9.18472 20.1674 8.5106 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.7423 17.4915L20.5917 17.9414C21.1874 18.257 21.4853 18.4148 21.762 18.2331C22.0386 18.0513 22.0173 17.7661 21.9747 17.1958C21.7298 13.9197 17.6728 11.6731 14.8672 13.8841M15.2558 17.4915L14.4065 17.0416C13.8112 16.7262 13.5135 16.5685 13.2365 16.7515C12.9595 16.9345 12.9822 17.2187 13.0275 17.7872C13.2864 21.0359 17.3202 23.3133 20.0565 21.1514%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.0107 22C5.95135 21.497 2 17.2229 2 12.0247C2 6.48823 6.48245 2 12.0118 2C17.308 2 21.6437 6.11759 22 11.33%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 5.69899C19.0653 5.76636 17.8681 6.12824 17.0379 7.20277C15.5385 9.14361 14.039 9.30556 13.0394 8.65861C11.5399 7.6882 12.8 6.11636 11.0401 5.26215C9.89313 4.70542 9.73321 3.19045 10.3716 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11C2.7625 11.6621 3.83046 12.2682 5.08874 12.2682C7.68843 12.2682 8.20837 12.7649 8.20837 14.7518C8.20837 16.7387 8.20837 16.7387 8.72831 18.2288C9.06651 19.1981 9.18472 20.1674 8.5106 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-global-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12.7275C22 7.20469 17.5228 2.72754 12 2.72754C6.47715 2.72754 2 7.20469 2 12.7275C2 18.2503 6.47715 22.7275 12 22.7275%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 6.42653C19.0653 6.4939 17.8681 6.85578 17.0379 7.93031C15.5385 9.87115 14.039 10.0331 13.0394 9.38615C11.5399 8.41574 12.8 6.8439 11.0401 5.98969C9.89313 5.43296 9.73321 3.91799 10.3716 2.72754%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11.7275C2.7625 12.3896 3.83046 12.9957 5.08874 12.9957C7.68843 12.9957 8.20837 13.4924 8.20837 15.4793C8.20837 17.4662 8.20837 17.4662 8.72831 18.9563C9.06651 19.9256 9.18472 20.8949 8.5106 21.7275%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.8988 20.6563L22 22.7275M21.1083 17.7735C21.1083 20.008 19.2932 21.8194 17.0541 21.8194C14.8151 21.8194 13 20.008 13 17.7735C13 15.539 14.8151 13.7275 17.0541 13.7275C19.2932 13.7275 21.1083 15.539 21.1083 17.7735Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12.7275C22 7.20469 17.5228 2.72754 12 2.72754C6.47715 2.72754 2 7.20469 2 12.7275C2 18.2503 6.47715 22.7275 12 22.7275%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 6.42653C19.0653 6.4939 17.8681 6.85578 17.0379 7.93031C15.5385 9.87115 14.039 10.0331 13.0394 9.38615C11.5399 8.41574 12.8 6.8439 11.0401 5.98969C9.89313 5.43296 9.73321 3.91799 10.3716 2.72754%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11.7275C2.7625 12.3896 3.83046 12.9957 5.08874 12.9957C7.68843 12.9957 8.20837 13.4924 8.20837 15.4793C8.20837 17.4662 8.20837 17.4662 8.72831 18.9563C9.06651 19.9256 9.18472 20.8949 8.5106 21.7275%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.8988 20.6563L22 22.7275M21.1083 17.7735C21.1083 20.008 19.2932 21.8194 17.0541 21.8194C14.8151 21.8194 13 20.008 13 17.7735C13 15.539 14.8151 13.7275 17.0541 13.7275C19.2932 13.7275 21.1083 15.539 21.1083 17.7735Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-global{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 5.69899C19.0653 5.76636 17.8681 6.12824 17.0379 7.20277C15.5385 9.14361 14.039 9.30556 13.0394 8.65861C11.5399 7.6882 12.8 6.11636 11.0401 5.26215C9.89313 4.70542 9.73321 3.19045 10.3716 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11C2.7625 11.6621 3.83046 12.2682 5.08874 12.2682C7.68843 12.2682 8.20837 12.7649 8.20837 14.7518C8.20837 16.7387 8.20837 16.7387 8.72831 18.2288C9.06651 19.1981 9.18472 20.1674 8.5106 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13.4523C21.1129 12.9411 20 12.7308 18.8734 13.5405C16.7177 15.0898 15.2314 13.806 14.5619 15.0889C13.5765 16.9775 17.0957 17.5711 14 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 5.69899C19.0653 5.76636 17.8681 6.12824 17.0379 7.20277C15.5385 9.14361 14.039 9.30556 13.0394 8.65861C11.5399 7.6882 12.8 6.11636 11.0401 5.26215C9.89313 4.70542 9.73321 3.19045 10.3716 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11C2.7625 11.6621 3.83046 12.2682 5.08874 12.2682C7.68843 12.2682 8.20837 12.7649 8.20837 14.7518C8.20837 16.7387 8.20837 16.7387 8.72831 18.2288C9.06651 19.1981 9.18472 20.1674 8.5106 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13.4523C21.1129 12.9411 20 12.7308 18.8734 13.5405C16.7177 15.0898 15.2314 13.806 14.5619 15.0889C13.5765 16.9775 17.0957 17.5711 14 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-gps-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_384_7307)%22%3E%0A%3Cpath d%3D%22M20.5137 12C20.5137 16.6944 16.7081 20.5 12.0137 20.5C7.31925 20.5 3.51367 16.6944 3.51367 12C3.51367 7.30558 7.31925 3.5 12.0137 3.5C16.7081 3.5 20.5137 7.30558 20.5137 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22.5 12H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12H1.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 1.5L12 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20.5V22.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12C15 13.6569 13.6568 15 12 15C10.3431 15 8.99995 13.6569 8.99995 12C8.99995 10.3431 10.3431 9 12 9C13.6568 9 15 10.3431 15 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_384_7307%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_384_7307)%22%3E%0A%3Cpath d%3D%22M20.5137 12C20.5137 16.6944 16.7081 20.5 12.0137 20.5C7.31925 20.5 3.51367 16.6944 3.51367 12C3.51367 7.30558 7.31925 3.5 12.0137 3.5C16.7081 3.5 20.5137 7.30558 20.5137 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22.5 12H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12H1.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 1.5L12 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20.5V22.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12C15 13.6569 13.6568 15 12 15C10.3431 15 8.99995 13.6569 8.99995 12C8.99995 10.3431 10.3431 9 12 9C13.6568 9 15 10.3431 15 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_384_7307%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-gps-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_384_7299)%22%3E%0A%3Cpath d%3D%22M20.5137 12C20.5137 16.6944 16.7081 20.5 12.0137 20.5C7.31925 20.5 3.51367 16.6944 3.51367 12C3.51367 7.30558 7.31925 3.5 12.0137 3.5C16.7081 3.5 20.5137 7.30558 20.5137 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22.5 12H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12H1.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 1.5L12 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20.5V22.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_384_7299%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_384_7299)%22%3E%0A%3Cpath d%3D%22M20.5137 12C20.5137 16.6944 16.7081 20.5 12.0137 20.5C7.31925 20.5 3.51367 16.6944 3.51367 12C3.51367 7.30558 7.31925 3.5 12.0137 3.5C16.7081 3.5 20.5137 7.30558 20.5137 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22.5 12H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12H1.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 1.5L12 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20.5V22.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_384_7299%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-gps-off-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_384_7289)%22%3E%0A%3Cpath d%3D%22M18.0172 18.0169C16.4796 19.5511 14.3574 20.4997 12.0137 20.4997C7.31925 20.4997 3.51367 16.6941 3.51367 11.9997C3.51367 9.65593 4.46225 7.53375 5.99643 5.99609%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22.5 12H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12H1.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 1.5L12 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20.5V22.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.33594 4.32282C9.4491 3.79546 10.6968 3.5 12.0145 3.5C16.709 3.5 20.5145 7.24977 20.5145 11.8753C20.5145 13.1738 20.2147 14.4032 19.6795 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_384_7289%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_384_7289)%22%3E%0A%3Cpath d%3D%22M18.0172 18.0169C16.4796 19.5511 14.3574 20.4997 12.0137 20.4997C7.31925 20.4997 3.51367 16.6941 3.51367 11.9997C3.51367 9.65593 4.46225 7.53375 5.99643 5.99609%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22.5 12H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12H1.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 1.5L12 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20.5V22.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.33594 4.32282C9.4491 3.79546 10.6968 3.5 12.0145 3.5C16.709 3.5 20.5145 7.24977 20.5145 11.8753C20.5145 13.1738 20.2147 14.4032 19.6795 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_384_7289%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-gps-off-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_384_7280)%22%3E%0A%3Cpath d%3D%22M20.5137 12C20.5137 16.6944 16.7081 20.5 12.0137 20.5C7.31925 20.5 3.51367 16.6944 3.51367 12C3.51367 7.30558 7.31925 3.5 12.0137 3.5C16.7081 3.5 20.5137 7.30558 20.5137 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.0002 9L9.00019 15M15.0002 15L9.00019 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.5 12H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12H1.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 1.5L12 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20.5V22.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_384_7280%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_384_7280)%22%3E%0A%3Cpath d%3D%22M20.5137 12C20.5137 16.6944 16.7081 20.5 12.0137 20.5C7.31925 20.5 3.51367 16.6944 3.51367 12C3.51367 7.30558 7.31925 3.5 12.0137 3.5C16.7081 3.5 20.5137 7.30558 20.5137 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.0002 9L9.00019 15M15.0002 15L9.00019 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.5 12H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12H1.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 1.5L12 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20.5V22.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_384_7280%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-latitude{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 12L2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 7L4 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 17L4 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 12L2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 7L4 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 17L4 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-leaving-geo-fence{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 17L12 3M12 3C11.6272 3 11.3272 3.34263 10.7272 4.02777L9 6.00006M12 3C12.3728 3 12.6728 3.34263 13.2728 4.02777L15 6.00006%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 15C3.7492 15.6327 3 16.4385 3 17.3158C3 19.3505 7.02944 21 12 21C16.9706 21 21 19.3505 21 17.3158C21 16.4385 20.2508 15.6327 19 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 17L12 3M12 3C11.6272 3 11.3272 3.34263 10.7272 4.02777L9 6.00006M12 3C12.3728 3 12.6728 3.34263 13.2728 4.02777L15 6.00006%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 15C3.7492 15.6327 3 16.4385 3 17.3158C3 19.3505 7.02944 21 12 21C16.9706 21 21 19.3505 21 17.3158C21 16.4385 20.2508 15.6327 19 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6177 21.367C13.1841 21.773 12.6044 22 12.0011 22C11.3978 22 10.8182 21.773 10.3845 21.367C6.41302 17.626 1.09076 13.4469 3.68627 7.37966C5.08963 4.09916 8.45834 2 12.0011 2C15.5439 2 18.9126 4.09916 20.316 7.37966C22.9082 13.4393 17.599 17.6389 13.6177 21.367Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 11C15.5 12.933 13.933 14.5 12 14.5C10.067 14.5 8.5 12.933 8.5 11C8.5 9.067 10.067 7.5 12 7.5C13.933 7.5 15.5 9.067 15.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6177 21.367C13.1841 21.773 12.6044 22 12.0011 22C11.3978 22 10.8182 21.773 10.3845 21.367C6.41302 17.626 1.09076 13.4469 3.68627 7.37966C5.08963 4.09916 8.45834 2 12.0011 2C15.5439 2 18.9126 4.09916 20.316 7.37966C22.9082 13.4393 17.599 17.6389 13.6177 21.367Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 11C15.5 12.933 13.933 14.5 12 14.5C10.067 14.5 8.5 12.933 8.5 11C8.5 9.067 10.067 7.5 12 7.5C13.933 7.5 15.5 9.067 15.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6177 21.367C13.1841 21.773 12.6044 22 12.0011 22C11.3978 22 10.8182 21.773 10.3845 21.367C6.41302 17.626 1.09076 13.4469 3.68627 7.37966C5.08963 4.09916 8.45834 2 12.0011 2C15.5439 2 18.9126 4.09916 20.316 7.37966C22.9082 13.4393 17.599 17.6389 13.6177 21.367Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6177 21.367C13.1841 21.773 12.6044 22 12.0011 22C11.3978 22 10.8182 21.773 10.3845 21.367C6.41302 17.626 1.09076 13.4469 3.68627 7.37966C5.08963 4.09916 8.45834 2 12.0011 2C15.5439 2 18.9126 4.09916 20.316 7.37966C22.9082 13.4393 17.599 17.6389 13.6177 21.367Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 9C14.5 10.3807 13.3807 11.5 12 11.5C10.6193 11.5 9.5 10.3807 9.5 9C9.5 7.61929 10.6193 6.5 12 6.5C13.3807 6.5 14.5 7.61929 14.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.2222 17C19.6167 18.9885 20.2838 20.0475 19.8865 20.8999C19.8466 20.9854 19.7999 21.0679 19.7469 21.1467C19.1724 22 17.6875 22 14.7178 22H9.28223C6.31251 22 4.82765 22 4.25311 21.1467C4.20005 21.0679 4.15339 20.9854 4.11355 20.8999C3.71619 20.0475 4.38326 18.9885 5.77778 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2574 17.4936C12.9201 17.8184 12.4693 18 12.0002 18C11.531 18 11.0802 17.8184 10.7429 17.4936C7.6543 14.5008 3.51519 11.1575 5.53371 6.30373C6.6251 3.67932 9.24494 2 12.0002 2C14.7554 2 17.3752 3.67933 18.4666 6.30373C20.4826 11.1514 16.3536 14.5111 13.2574 17.4936Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 9C14.5 10.3807 13.3807 11.5 12 11.5C10.6193 11.5 9.5 10.3807 9.5 9C9.5 7.61929 10.6193 6.5 12 6.5C13.3807 6.5 14.5 7.61929 14.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.2222 17C19.6167 18.9885 20.2838 20.0475 19.8865 20.8999C19.8466 20.9854 19.7999 21.0679 19.7469 21.1467C19.1724 22 17.6875 22 14.7178 22H9.28223C6.31251 22 4.82765 22 4.25311 21.1467C4.20005 21.0679 4.15339 20.9854 4.11355 20.8999C3.71619 20.0475 4.38326 18.9885 5.77778 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2574 17.4936C12.9201 17.8184 12.4693 18 12.0002 18C11.531 18 11.0802 17.8184 10.7429 17.4936C7.6543 14.5008 3.51519 11.1575 5.53371 6.30373C6.6251 3.67932 9.24494 2 12.0002 2C14.7554 2 17.3752 3.67933 18.4666 6.30373C20.4826 11.1514 16.3536 14.5111 13.2574 17.4936Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 18C5.17107 18.4117 4 19.0443 4 19.7537C4 20.9943 7.58172 22 12 22C16.4183 22 20 20.9943 20 19.7537C20 19.0443 18.8289 18.4117 17 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 9C14.5 10.3807 13.3807 11.5 12 11.5C10.6193 11.5 9.5 10.3807 9.5 9C9.5 7.61929 10.6193 6.5 12 6.5C13.3807 6.5 14.5 7.61929 14.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.2574 17.4936C12.9201 17.8184 12.4693 18 12.0002 18C11.531 18 11.0802 17.8184 10.7429 17.4936C7.6543 14.5008 3.51519 11.1575 5.53371 6.30373C6.6251 3.67932 9.24494 2 12.0002 2C14.7554 2 17.3752 3.67933 18.4666 6.30373C20.4826 11.1514 16.3536 14.5111 13.2574 17.4936Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 18C5.17107 18.4117 4 19.0443 4 19.7537C4 20.9943 7.58172 22 12 22C16.4183 22 20 20.9943 20 19.7537C20 19.0443 18.8289 18.4117 17 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 9C14.5 10.3807 13.3807 11.5 12 11.5C10.6193 11.5 9.5 10.3807 9.5 9C9.5 7.61929 10.6193 6.5 12 6.5C13.3807 6.5 14.5 7.61929 14.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.2574 17.4936C12.9201 17.8184 12.4693 18 12.0002 18C11.531 18 11.0802 17.8184 10.7429 17.4936C7.6543 14.5008 3.51519 11.1575 5.53371 6.30373C6.6251 3.67932 9.24494 2 12.0002 2C14.7554 2 17.3752 3.67933 18.4666 6.30373C20.4826 11.1514 16.3536 14.5111 13.2574 17.4936Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 9C14.5 10.3807 13.3807 11.5 12 11.5C10.6193 11.5 9.5 10.3807 9.5 9C9.5 7.61929 10.6193 6.5 12 6.5C13.3807 6.5 14.5 7.61929 14.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.2574 17.4936C12.9201 17.8184 12.4693 18 12.0002 18C11.531 18 11.0802 17.8184 10.7429 17.4936C7.6543 14.5008 3.51519 11.1575 5.53371 6.30373C6.6251 3.67932 9.24494 2 12.0002 2C14.7554 2 17.3752 3.67933 18.4666 6.30373C20.4826 11.1514 16.3536 14.5111 13.2574 17.4936Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 20C18 21.1046 15.3137 22 12 22C8.68629 22 6 21.1046 6 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 9C14.5 10.3807 13.3807 11.5 12 11.5C10.6193 11.5 9.5 10.3807 9.5 9C9.5 7.61929 10.6193 6.5 12 6.5C13.3807 6.5 14.5 7.61929 14.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.2574 17.4936C12.9201 17.8184 12.4693 18 12.0002 18C11.531 18 11.0802 17.8184 10.7429 17.4936C7.6543 14.5008 3.51519 11.1575 5.53371 6.30373C6.6251 3.67932 9.24494 2 12.0002 2C14.7554 2 17.3752 3.67933 18.4666 6.30373C20.4826 11.1514 16.3536 14.5111 13.2574 17.4936Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 20C18 21.1046 15.3137 22 12 22C8.68629 22 6 21.1046 6 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 11C15.5 12.933 13.933 14.5 12 14.5C10.067 14.5 8.5 12.933 8.5 11C8.5 9.067 10.067 7.5 12 7.5C13.933 7.5 15.5 9.067 15.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2C16.8706 2 21 6.03298 21 10.9258C21 15.8965 16.8033 19.3847 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 6.03298 7.12944 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 11C15.5 12.933 13.933 14.5 12 14.5C10.067 14.5 8.5 12.933 8.5 11C8.5 9.067 10.067 7.5 12 7.5C13.933 7.5 15.5 9.067 15.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2C16.8706 2 21 6.03298 21 10.9258C21 15.8965 16.8033 19.3847 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 6.03298 7.12944 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C16.8706 2 21 6.03298 21 10.9258C21 15.8965 16.8033 19.3847 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 6.03298 7.12944 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C16.8706 2 21 6.03298 21 10.9258C21 15.8965 16.8033 19.3847 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 6.03298 7.12944 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9108 18C19.8247 19.368 20.2113 20.203 19.8865 20.8999C19.8466 20.9854 19.7999 21.0679 19.7469 21.1467C19.1724 22 17.6875 22 14.7178 22H9.28223C6.31251 22 4.82765 22 4.25311 21.1467C4.20005 21.0679 4.15339 20.9854 4.11355 20.8999C3.78869 20.203 4.17527 19.368 5.08915 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9.5C15 11.1569 13.6569 12.5 12 12.5C10.3431 12.5 9 11.1569 9 9.5C9 7.84315 10.3431 6.5 12 6.5C13.6569 6.5 15 7.84315 15 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2C16.0588 2 19.5 5.42803 19.5 9.5869C19.5 13.812 16.0028 16.777 12.7725 18.7932C12.5371 18.9287 12.2709 19 12 19C11.7291 19 11.4629 18.9287 11.2275 18.7932C8.00325 16.7573 4.5 13.8266 4.5 9.5869C4.5 5.42803 7.9412 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.9108 18C19.8247 19.368 20.2113 20.203 19.8865 20.8999C19.8466 20.9854 19.7999 21.0679 19.7469 21.1467C19.1724 22 17.6875 22 14.7178 22H9.28223C6.31251 22 4.82765 22 4.25311 21.1467C4.20005 21.0679 4.15339 20.9854 4.11355 20.8999C3.78869 20.203 4.17527 19.368 5.08915 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9.5C15 11.1569 13.6569 12.5 12 12.5C10.3431 12.5 9 11.1569 9 9.5C9 7.84315 10.3431 6.5 12 6.5C13.6569 6.5 15 7.84315 15 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2C16.0588 2 19.5 5.42803 19.5 9.5869C19.5 13.812 16.0028 16.777 12.7725 18.7932C12.5371 18.9287 12.2709 19 12 19C11.7291 19 11.4629 18.9287 11.2275 18.7932C8.00325 16.7573 4.5 13.8266 4.5 9.5869C4.5 5.42803 7.9412 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-09{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 18C19.2447 18.4244 20 18.9819 20 19.5925C20 20.9221 16.4183 22 12 22C7.58172 22 4 20.9221 4 19.5925C4 18.9819 4.75527 18.4244 6 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9.5C15 11.1569 13.6569 12.5 12 12.5C10.3431 12.5 9 11.1569 9 9.5C9 7.84315 10.3431 6.5 12 6.5C13.6569 6.5 15 7.84315 15 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2C16.0588 2 19.5 5.42803 19.5 9.5869C19.5 13.812 16.0028 16.777 12.7725 18.7932C12.5371 18.9287 12.2709 19 12 19C11.7291 19 11.4629 18.9287 11.2275 18.7932C8.00325 16.7573 4.5 13.8266 4.5 9.5869C4.5 5.42803 7.9412 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 18C19.2447 18.4244 20 18.9819 20 19.5925C20 20.9221 16.4183 22 12 22C7.58172 22 4 20.9221 4 19.5925C4 18.9819 4.75527 18.4244 6 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9.5C15 11.1569 13.6569 12.5 12 12.5C10.3431 12.5 9 11.1569 9 9.5C9 7.84315 10.3431 6.5 12 6.5C13.6569 6.5 15 7.84315 15 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2C16.0588 2 19.5 5.42803 19.5 9.5869C19.5 13.812 16.0028 16.777 12.7725 18.7932C12.5371 18.9287 12.2709 19 12 19C11.7291 19 11.4629 18.9287 11.2275 18.7932C8.00325 16.7573 4.5 13.8266 4.5 9.5869C4.5 5.42803 7.9412 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-10{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 9.5C15 11.1569 13.6569 12.5 12 12.5C10.3431 12.5 9 11.1569 9 9.5C9 7.84315 10.3431 6.5 12 6.5C13.6569 6.5 15 7.84315 15 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2C16.0588 2 19.5 5.42803 19.5 9.5869C19.5 13.812 16.0028 16.777 12.7725 18.7932C12.5371 18.9287 12.2709 19 12 19C11.7291 19 11.4629 18.9287 11.2275 18.7932C8.00325 16.7573 4.5 13.8266 4.5 9.5869C4.5 5.42803 7.9412 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 20C18 21.1046 15.3137 22 12 22C8.68629 22 6 21.1046 6 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 9.5C15 11.1569 13.6569 12.5 12 12.5C10.3431 12.5 9 11.1569 9 9.5C9 7.84315 10.3431 6.5 12 6.5C13.6569 6.5 15 7.84315 15 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2C16.0588 2 19.5 5.42803 19.5 9.5869C19.5 13.812 16.0028 16.777 12.7725 18.7932C12.5371 18.9287 12.2709 19 12 19C11.7291 19 11.4629 18.9287 11.2275 18.7932C8.00325 16.7573 4.5 13.8266 4.5 9.5869C4.5 5.42803 7.9412 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 20C18 21.1046 15.3137 22 12 22C8.68629 22 6 21.1046 6 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6177 21.367C13.1841 21.773 12.6044 22 12.0011 22C11.3978 22 10.8182 21.773 10.3845 21.367C6.41302 17.626 1.09076 13.4469 3.68627 7.37966C5.08963 4.09916 8.45834 2 12.0011 2C15.5439 2 18.9126 4.09916 20.316 7.37966C22.9082 13.4393 17.599 17.6389 13.6177 21.367Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 11H12M12 11H8.5M12 11V14.5M12 11L12 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6177 21.367C13.1841 21.773 12.6044 22 12.0011 22C11.3978 22 10.8182 21.773 10.3845 21.367C6.41302 17.626 1.09076 13.4469 3.68627 7.37966C5.08963 4.09916 8.45834 2 12.0011 2C15.5439 2 18.9126 4.09916 20.316 7.37966C22.9082 13.4393 17.599 17.6389 13.6177 21.367Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 11H12M12 11H8.5M12 11V14.5M12 11L12 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C16.8706 2 21 6.03298 21 10.9258C21 15.8965 16.8033 19.3847 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 6.03298 7.12944 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 11H12M12 11H8.5M12 11V14.5M12 11L12 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C16.8706 2 21 6.03298 21 10.9258C21 15.8965 16.8033 19.3847 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 6.03298 7.12944 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 11H12M12 11H8.5M12 11V14.5M12 11L12 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-check-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6177 21.367C13.1841 21.773 12.6044 22 12.0011 22C11.3978 22 10.8182 21.773 10.3845 21.367C6.41302 17.626 1.09076 13.4469 3.68627 7.37966C5.08963 4.09916 8.45834 2 12.0011 2C15.5439 2 18.9126 4.09916 20.316 7.37966C22.9082 13.4393 17.599 17.6389 13.6177 21.367Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 11.8333C9 11.8333 9.875 11.8333 10.75 13.5C10.75 13.5 13.5294 9.33333 16 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6177 21.367C13.1841 21.773 12.6044 22 12.0011 22C11.3978 22 10.8182 21.773 10.3845 21.367C6.41302 17.626 1.09076 13.4469 3.68627 7.37966C5.08963 4.09916 8.45834 2 12.0011 2C15.5439 2 18.9126 4.09916 20.316 7.37966C22.9082 13.4393 17.599 17.6389 13.6177 21.367Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 11.8333C9 11.8333 9.875 11.8333 10.75 13.5C10.75 13.5 13.5294 9.33333 16 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-check-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C16.8706 2 21 6.03298 21 10.9258C21 15.8965 16.8033 19.3847 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 6.03298 7.12944 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 11.8333C8.5 11.8333 9.41602 11.8333 10.291 13.5C10.291 13.5 13.0294 9.33333 15.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C16.8706 2 21 6.03298 21 10.9258C21 15.8965 16.8033 19.3847 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 6.03298 7.12944 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 11.8333C8.5 11.8333 9.41602 11.8333 10.291 13.5C10.291 13.5 13.0294 9.33333 15.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-favourite-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6177 21.367C13.1841 21.773 12.6044 22 12.0011 22C11.3978 22 10.8182 21.773 10.3845 21.367C6.41302 17.626 1.09076 13.4469 3.68627 7.37966C5.08963 4.09916 8.45834 2 12.0011 2C15.5439 2 18.9126 4.09916 20.316 7.37966C22.9082 13.4393 17.599 17.6389 13.6177 21.367Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.3881 7.83138C10.3267 7.28308 11.1459 7.50404 11.638 7.856C11.8398 8.00032 11.9406 8.07248 12 8.07248C12.0594 8.07248 12.1602 8.00032 12.362 7.856C12.8541 7.50404 13.6733 7.28308 14.6119 7.83138C15.8437 8.55098 16.1224 10.925 13.2812 12.9278C12.74 13.3093 12.4694 13.5 12 13.5C11.5306 13.5 11.26 13.3093 10.7188 12.9278C7.8776 10.925 8.15632 8.55098 9.3881 7.83138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6177 21.367C13.1841 21.773 12.6044 22 12.0011 22C11.3978 22 10.8182 21.773 10.3845 21.367C6.41302 17.626 1.09076 13.4469 3.68627 7.37966C5.08963 4.09916 8.45834 2 12.0011 2C15.5439 2 18.9126 4.09916 20.316 7.37966C22.9082 13.4393 17.599 17.6389 13.6177 21.367Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.3881 7.83138C10.3267 7.28308 11.1459 7.50404 11.638 7.856C11.8398 8.00032 11.9406 8.07248 12 8.07248C12.0594 8.07248 12.1602 8.00032 12.362 7.856C12.8541 7.50404 13.6733 7.28308 14.6119 7.83138C15.8437 8.55098 16.1224 10.925 13.2812 12.9278C12.74 13.3093 12.4694 13.5 12 13.5C11.5306 13.5 11.26 13.3093 10.7188 12.9278C7.8776 10.925 8.15632 8.55098 9.3881 7.83138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-favourite-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C16.8706 2 21 6.03298 21 10.9258C21 15.8965 16.8033 19.3847 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 6.03298 7.12944 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.01498 7.38661C10.0876 6.74692 11.0238 7.00471 11.5863 7.41534C11.8169 7.58371 11.9322 7.66789 12 7.66789C12.0678 7.66789 12.1831 7.58371 12.4137 7.41534C12.9762 7.00471 13.9124 6.74692 14.985 7.38661C16.3928 8.22614 16.7113 10.9958 13.4642 13.3324C12.8457 13.7775 12.5365 14 12 14C11.4635 14 11.1543 13.7775 10.5358 13.3324C7.28869 10.9958 7.60723 8.22614 9.01498 7.38661Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C16.8706 2 21 6.03298 21 10.9258C21 15.8965 16.8033 19.3847 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 6.03298 7.12944 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.01498 7.38661C10.0876 6.74692 11.0238 7.00471 11.5863 7.41534C11.8169 7.58371 11.9322 7.66789 12 7.66789C12.0678 7.66789 12.1831 7.58371 12.4137 7.41534C12.9762 7.00471 13.9124 6.74692 14.985 7.38661C16.3928 8.22614 16.7113 10.9958 13.4642 13.3324C12.8457 13.7775 12.5365 14 12 14C11.4635 14 11.1543 13.7775 10.5358 13.3324C7.28869 10.9958 7.60723 8.22614 9.01498 7.38661Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-offline-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.6461C16.2676 18.9628 14.8763 20.1884 13.6177 21.367C13.1841 21.773 12.6044 22 12.0011 22C11.3978 22 10.8182 21.773 10.3845 21.367C6.41302 17.626 1.09076 13.4469 3.68627 7.37966C4.02067 6.59797 4.46666 5.63512 5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 3.48631C8.46914 2.53477 10.213 2 12.0011 2C15.5439 2 18.9126 4.09916 20.316 7.37966C21.6603 10.5221 20.8796 13.1643 19.2612 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9C8.66525 9.53668 8.5 10.3209 8.5 11C8.5 12.933 10.067 14.5 12 14.5C12.6598 14.5 13.4732 14.3174 14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 7.53544C11.6633 7.51209 11.8302 7.5 12 7.5C13.933 7.5 15.5 9.067 15.5 11C15.5 11.1698 15.4879 11.3367 15.4646 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.6461C16.2676 18.9628 14.8763 20.1884 13.6177 21.367C13.1841 21.773 12.6044 22 12.0011 22C11.3978 22 10.8182 21.773 10.3845 21.367C6.41302 17.626 1.09076 13.4469 3.68627 7.37966C4.02067 6.59797 4.46666 5.63512 5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 3.48631C8.46914 2.53477 10.213 2 12.0011 2C15.5439 2 18.9126 4.09916 20.316 7.37966C21.6603 10.5221 20.8796 13.1643 19.2612 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9C8.66525 9.53668 8.5 10.3209 8.5 11C8.5 12.933 10.067 14.5 12 14.5C12.6598 14.5 13.4732 14.3174 14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 7.53544C11.6633 7.51209 11.8302 7.5 12 7.5C13.933 7.5 15.5 9.067 15.5 11C15.5 11.1698 15.4879 11.3367 15.4646 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-offline-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.6461C16.2676 18.9628 14.8763 20.1884 13.6177 21.367C13.1841 21.773 12.6044 22 12.0011 22C11.3978 22 10.8182 21.773 10.3845 21.367C6.41302 17.626 1.09076 13.4469 3.68627 7.37966C4.02067 6.59797 4.46666 5.63512 5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 3.48631C8.46914 2.53477 10.213 2 12.0011 2C15.5439 2 18.9126 4.09916 20.316 7.37966C21.6603 10.5221 20.8796 13.1643 19.2612 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.6461C16.2676 18.9628 14.8763 20.1884 13.6177 21.367C13.1841 21.773 12.6044 22 12.0011 22C11.3978 22 10.8182 21.773 10.3845 21.367C6.41302 17.626 1.09076 13.4469 3.68627 7.37966C4.02067 6.59797 4.46666 5.63512 5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 3.48631C8.46914 2.53477 10.213 2 12.0011 2C15.5439 2 18.9126 4.09916 20.316 7.37966C21.6603 10.5221 20.8796 13.1643 19.2612 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-offline-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 14C13.4732 14.3174 12.6598 14.5 12 14.5C10.067 14.5 8.5 12.933 8.5 11C8.5 10.3402 8.68259 9.52677 9 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 7.53544C11.6633 7.51209 11.8302 7.5 12 7.5C13.933 7.5 15.5 9.067 15.5 11C15.5 11.1698 15.4879 11.3367 15.4646 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18C16.5648 19.4833 14.6122 20.7255 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 8.83373 3.75496 7.02961 5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 3.22795C8.83379 2.44855 10.3757 2 12 2C16.8706 2 21 6.03298 21 10.9258C21 12.6174 20.514 14.1373 19.7199 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 14C13.4732 14.3174 12.6598 14.5 12 14.5C10.067 14.5 8.5 12.933 8.5 11C8.5 10.3402 8.68259 9.52677 9 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 7.53544C11.6633 7.51209 11.8302 7.5 12 7.5C13.933 7.5 15.5 9.067 15.5 11C15.5 11.1698 15.4879 11.3367 15.4646 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18C16.5648 19.4833 14.6122 20.7255 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 8.83373 3.75496 7.02961 5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 3.22795C8.83379 2.44855 10.3757 2 12 2C16.8706 2 21 6.03298 21 10.9258C21 12.6174 20.514 14.1373 19.7199 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-offline-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 18C16.5648 19.4833 14.6122 20.7255 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 8.83373 3.75496 7.02961 5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 3.22795C8.83379 2.44855 10.3757 2 12 2C16.8706 2 21 6.03298 21 10.9258C21 12.6174 20.514 14.1373 19.7199 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 18C16.5648 19.4833 14.6122 20.7255 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 8.83373 3.75496 7.02961 5 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 3.22795C8.83379 2.44855 10.3757 2 12 2C16.8706 2 21 6.03298 21 10.9258C21 12.6174 20.514 14.1373 19.7199 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6177 21.367C13.1841 21.773 12.6044 22 12.0011 22C11.3978 22 10.8182 21.773 10.3845 21.367C6.41302 17.626 1.09076 13.4469 3.68627 7.37966C5.08963 4.09916 8.45834 2 12.0011 2C15.5439 2 18.9126 4.09916 20.316 7.37966C22.9082 13.4393 17.599 17.6389 13.6177 21.367Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 11H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6177 21.367C13.1841 21.773 12.6044 22 12.0011 22C11.3978 22 10.8182 21.773 10.3845 21.367C6.41302 17.626 1.09076 13.4469 3.68627 7.37966C5.08963 4.09916 8.45834 2 12.0011 2C15.5439 2 18.9126 4.09916 20.316 7.37966C22.9082 13.4393 17.599 17.6389 13.6177 21.367Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 11H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C16.8706 2 21 6.03298 21 10.9258C21 15.8965 16.8033 19.3847 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 6.03298 7.12944 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 11H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C16.8706 2 21 6.03298 21 10.9258C21 15.8965 16.8033 19.3847 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 6.03298 7.12944 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 11H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-share-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.1677 7C22.2774 9.54466 22.2774 12.4569 21.1677 15.0015M2.83226 15.0015C1.72258 12.4569 1.72258 9.54466 2.83226 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.3472 19.9619C12.9858 20.3071 12.5028 20.5 12.0002 20.5C11.4975 20.5 11.0145 20.3071 10.6531 19.9619C7.34389 16.7821 2.90913 13.2299 5.07183 8.07272C6.24118 5.28428 9.04815 3.5 12.0002 3.5C14.9522 3.5 17.7591 5.28428 18.9285 8.07272C21.0885 13.2234 16.6646 16.793 13.3472 19.9619Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11C9 9.34315 10.3431 8 12 8C13.6569 8 15 9.34315 15 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.1677 7C22.2774 9.54466 22.2774 12.4569 21.1677 15.0015M2.83226 15.0015C1.72258 12.4569 1.72258 9.54466 2.83226 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.3472 19.9619C12.9858 20.3071 12.5028 20.5 12.0002 20.5C11.4975 20.5 11.0145 20.3071 10.6531 19.9619C7.34389 16.7821 2.90913 13.2299 5.07183 8.07272C6.24118 5.28428 9.04815 3.5 12.0002 3.5C14.9522 3.5 17.7591 5.28428 18.9285 8.07272C21.0885 13.2234 16.6646 16.793 13.3472 19.9619Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11C9 9.34315 10.3431 8 12 8C13.6569 8 15 9.34315 15 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-share-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.1677 7C22.2774 9.54418 22.2774 12.4558 21.1677 15M2.83226 15C1.72258 12.4558 1.72258 9.54418 2.83226 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11C9 9.34315 10.3431 8 12 8C13.6569 8 15 9.34315 15 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 3.5C16.0588 3.5 19.5 6.92803 19.5 11.0869C19.5 15.312 16.0028 18.277 12.7725 20.2932C12.5371 20.4287 12.2709 20.5 12 20.5C11.7291 20.5 11.4629 20.4287 11.2275 20.2932C8.00325 18.2573 4.5 15.3266 4.5 11.0869C4.5 6.92803 7.9412 3.5 12 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.1677 7C22.2774 9.54418 22.2774 12.4558 21.1677 15M2.83226 15C1.72258 12.4558 1.72258 9.54418 2.83226 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11C9 9.34315 10.3431 8 12 8C13.6569 8 15 9.34315 15 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 3.5C16.0588 3.5 19.5 6.92803 19.5 11.0869C19.5 15.312 16.0028 18.277 12.7725 20.2932C12.5371 20.4287 12.2709 20.5 12 20.5C11.7291 20.5 11.4629 20.4287 11.2275 20.2932C8.00325 18.2573 4.5 15.3266 4.5 11.0869C4.5 6.92803 7.9412 3.5 12 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-star-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6177 21.367C13.1841 21.773 12.6044 22 12.0011 22C11.3978 22 10.8182 21.773 10.3845 21.367C6.41302 17.626 1.09076 13.4469 3.68627 7.37966C5.08963 4.09916 8.45834 2 12.0011 2C15.5439 2 18.9126 4.09916 20.316 7.37966C22.9082 13.4393 17.599 17.6389 13.6177 21.367Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.6047 8.00546L13.2206 9.24751C13.3046 9.4204 13.5286 9.58625 13.7175 9.618L14.8339 9.80501C15.5478 9.92498 15.7158 10.4472 15.2014 10.9624L14.3335 11.8374C14.1865 11.9856 14.106 12.2715 14.1515 12.4761L14.4 13.5594C14.596 14.4168 14.1445 14.7485 13.3921 14.3004L12.3457 13.6758C12.1567 13.5629 11.8453 13.5629 11.6528 13.6758L10.6064 14.3004C9.85748 14.7485 9.40253 14.4133 9.5985 13.5594L9.84698 12.4761C9.89247 12.2715 9.81198 11.9856 9.665 11.8374L8.79709 10.9624C8.28615 10.4472 8.45063 9.92498 9.16455 9.80501L10.2809 9.618C10.4664 9.58625 10.6904 9.4204 10.7744 9.24751L11.3903 8.00546C11.7263 7.33151 12.2722 7.33151 12.6047 8.00546Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.6177 21.367C13.1841 21.773 12.6044 22 12.0011 22C11.3978 22 10.8182 21.773 10.3845 21.367C6.41302 17.626 1.09076 13.4469 3.68627 7.37966C5.08963 4.09916 8.45834 2 12.0011 2C15.5439 2 18.9126 4.09916 20.316 7.37966C22.9082 13.4393 17.599 17.6389 13.6177 21.367Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.6047 8.00546L13.2206 9.24751C13.3046 9.4204 13.5286 9.58625 13.7175 9.618L14.8339 9.80501C15.5478 9.92498 15.7158 10.4472 15.2014 10.9624L14.3335 11.8374C14.1865 11.9856 14.106 12.2715 14.1515 12.4761L14.4 13.5594C14.596 14.4168 14.1445 14.7485 13.3921 14.3004L12.3457 13.6758C12.1567 13.5629 11.8453 13.5629 11.6528 13.6758L10.6064 14.3004C9.85748 14.7485 9.40253 14.4133 9.5985 13.5594L9.84698 12.4761C9.89247 12.2715 9.81198 11.9856 9.665 11.8374L8.79709 10.9624C8.28615 10.4472 8.45063 9.92498 9.16455 9.80501L10.2809 9.618C10.4664 9.58625 10.6904 9.4204 10.7744 9.24751L11.3903 8.00546C11.7263 7.33151 12.2722 7.33151 12.6047 8.00546Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-star-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C16.8706 2 21 6.03298 21 10.9258C21 15.8965 16.8033 19.3847 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 6.03298 7.12944 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.6911 7.57767L13.395 8.99715C13.491 9.19475 13.7469 9.38428 13.9629 9.42057L15.2388 9.6343C16.0547 9.77141 16.2467 10.3682 15.6587 10.957L14.6668 11.9571C14.4989 12.1265 14.4069 12.4531 14.4589 12.687L14.7428 13.925C14.9668 14.9049 14.4509 15.284 13.591 14.7718L12.3951 14.0581C12.1791 13.929 11.8232 13.929 11.6032 14.0581L10.4073 14.7718C9.5514 15.284 9.03146 14.9009 9.25543 13.925L9.5394 12.687C9.5914 12.4531 9.49941 12.1265 9.33143 11.9571L8.33954 10.957C7.7556 10.3682 7.94358 9.77141 8.75949 9.6343L10.0353 9.42057C10.2473 9.38428 10.5033 9.19475 10.5993 8.99715L11.3032 7.57767C11.6872 6.80744 12.3111 6.80744 12.6911 7.57767Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C16.8706 2 21 6.03298 21 10.9258C21 15.8965 16.8033 19.3847 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 6.03298 7.12944 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.6911 7.57767L13.395 8.99715C13.491 9.19475 13.7469 9.38428 13.9629 9.42057L15.2388 9.6343C16.0547 9.77141 16.2467 10.3682 15.6587 10.957L14.6668 11.9571C14.4989 12.1265 14.4069 12.4531 14.4589 12.687L14.7428 13.925C14.9668 14.9049 14.4509 15.284 13.591 14.7718L12.3951 14.0581C12.1791 13.929 11.8232 13.929 11.6032 14.0581L10.4073 14.7718C9.5514 15.284 9.03146 14.9009 9.25543 13.925L9.5394 12.687C9.5914 12.4531 9.49941 12.1265 9.33143 11.9571L8.33954 10.957C7.7556 10.3682 7.94358 9.77141 8.75949 9.6343L10.0353 9.42057C10.2473 9.38428 10.5033 9.19475 10.5993 8.99715L11.3032 7.57767C11.6872 6.80744 12.3111 6.80744 12.6911 7.57767Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-update-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8083 16.6835C12.5915 16.8865 12.3017 17 12.0001 17C11.6985 17 11.4087 16.8865 11.1919 16.6835C9.20634 14.813 6.54548 12.7235 7.8431 9.68983C8.54471 8.04958 10.2289 7 12.0001 7C13.7713 7 15.4555 8.04958 16.1571 9.68983C17.4531 12.7196 14.7988 14.8194 12.8083 16.6835Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 11.5H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11L22 12C22 6.47715 17.5228 2 12 2C7.89936 2 4.3752 4.46819 2.83209 8M4 13L2 12C2 17.5228 6.47715 22 12 22C16.1006 22 19.6248 19.5318 21.1679 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8083 16.6835C12.5915 16.8865 12.3017 17 12.0001 17C11.6985 17 11.4087 16.8865 11.1919 16.6835C9.20634 14.813 6.54548 12.7235 7.8431 9.68983C8.54471 8.04958 10.2289 7 12.0001 7C13.7713 7 15.4555 8.04958 16.1571 9.68983C17.4531 12.7196 14.7988 14.8194 12.8083 16.6835Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 11.5H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11L22 12C22 6.47715 17.5228 2 12 2C7.89936 2 4.3752 4.46819 2.83209 8M4 13L2 12C2 17.5228 6.47715 22 12 22C16.1006 22 19.6248 19.5318 21.1679 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-update-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 11L22 12C22 6.47715 17.5228 2 12 2C7.89936 2 4.3752 4.46819 2.83209 8M4 13L2 12C2 17.5228 6.47715 22 12 22C16.1006 22 19.6248 19.5318 21.1679 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11.5H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7C14.4353 7 16.5 9.01649 16.5 11.4629C16.5 13.9482 14.4017 15.6924 12.4635 16.8783C12.3223 16.9581 12.1625 17 12 17C11.8375 17 11.6777 16.9581 11.5365 16.8783C9.60195 15.6808 7.5 13.9568 7.5 11.4629C7.5 9.01649 9.56472 7 12 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 11L22 12C22 6.47715 17.5228 2 12 2C7.89936 2 4.3752 4.46819 2.83209 8M4 13L2 12C2 17.5228 6.47715 22 12 22C16.1006 22 19.6248 19.5318 21.1679 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11.5H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7C14.4353 7 16.5 9.01649 16.5 11.4629C16.5 13.9482 14.4017 15.6924 12.4635 16.8783C12.3223 16.9581 12.1625 17 12 17C11.8375 17 11.6777 16.9581 11.5365 16.8783C9.60195 15.6808 7.5 13.9568 7.5 11.4629C7.5 9.01649 9.56472 7 12 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-user-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.1977 8H10.8023C7.35836 8 5.03641 11.5806 6.39304 14.7994C6.58202 15.2477 7.0156 15.5385 7.49535 15.5385H8.33892C8.62326 15.5385 8.87111 15.7352 8.94007 16.0157L10.0261 20.4328C10.2525 21.3539 11.0663 22 12 22C12.9337 22 13.7475 21.3539 13.9739 20.4328L15.0599 16.0157C15.1289 15.7352 15.3767 15.5385 15.6611 15.5385H16.5047C16.9844 15.5385 17.418 15.2477 17.607 14.7994C18.9636 11.5806 16.6416 8 13.1977 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%225%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.1977 8H10.8023C7.35836 8 5.03641 11.5806 6.39304 14.7994C6.58202 15.2477 7.0156 15.5385 7.49535 15.5385H8.33892C8.62326 15.5385 8.87111 15.7352 8.94007 16.0157L10.0261 20.4328C10.2525 21.3539 11.0663 22 12 22C12.9337 22 13.7475 21.3539 13.9739 20.4328L15.0599 16.0157C15.1289 15.7352 15.3767 15.5385 15.6611 15.5385H16.5047C16.9844 15.5385 17.418 15.2477 17.607 14.7994C18.9636 11.5806 16.6416 8 13.1977 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%225%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-user-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9981 7H11.0019C8.13196 7 6.19701 10.0691 7.32753 12.828C7.48501 13.2124 7.84633 13.4615 8.24612 13.4615H8.9491C9.18605 13.4615 9.39259 13.6302 9.45006 13.8706L10.3551 17.6567C10.5438 18.4462 11.222 19 12 19C12.778 19 13.4562 18.4462 13.6449 17.6567L14.5499 13.8706C14.6074 13.6302 14.814 13.4615 15.0509 13.4615H15.7539C16.1537 13.4615 16.515 13.2124 16.6725 12.828C17.803 10.0691 15.868 7 12.9981 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 4.5C14.5 5.88071 13.3807 7 12 7C10.6193 7 9.5 5.88071 9.5 4.5C9.5 3.11929 10.6193 2 12 2C13.3807 2 14.5 3.11929 14.5 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 19C19 20.6569 15.866 22 12 22C8.13401 22 5 20.6569 5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9981 7H11.0019C8.13196 7 6.19701 10.0691 7.32753 12.828C7.48501 13.2124 7.84633 13.4615 8.24612 13.4615H8.9491C9.18605 13.4615 9.39259 13.6302 9.45006 13.8706L10.3551 17.6567C10.5438 18.4462 11.222 19 12 19C12.778 19 13.4562 18.4462 13.6449 17.6567L14.5499 13.8706C14.6074 13.6302 14.814 13.4615 15.0509 13.4615H15.7539C16.1537 13.4615 16.515 13.2124 16.6725 12.828C17.803 10.0691 15.868 7 12.9981 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 4.5C14.5 5.88071 13.3807 7 12 7C10.6193 7 9.5 5.88071 9.5 4.5C9.5 3.11929 10.6193 2 12 2C13.3807 2 14.5 3.11929 14.5 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 19C19 20.6569 15.866 22 12 22C8.13401 22 5 20.6569 5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-user-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.77778 16C4.66596 16.6327 4 17.4385 4 18.3158C4 20.3505 7.58172 22 12 22C16.4183 22 20 20.3505 20 18.3158C20 17.4385 19.334 16.6327 18.2222 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9981 7H11.0019C8.13196 7 6.19701 10.0691 7.32753 12.828C7.48501 13.2124 7.84633 13.4615 8.24612 13.4615H8.9491C9.18605 13.4615 9.39259 13.6302 9.45006 13.8706L10.3551 17.6567C10.5438 18.4462 11.222 19 12 19C12.778 19 13.4562 18.4462 13.6449 17.6567L14.5499 13.8706C14.6074 13.6302 14.814 13.4615 15.0509 13.4615H15.7539C16.1537 13.4615 16.515 13.2124 16.6725 12.828C17.803 10.0691 15.868 7 12.9981 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 4.5C14.5 5.88071 13.3807 7 12 7C10.6193 7 9.5 5.88071 9.5 4.5C9.5 3.11929 10.6193 2 12 2C13.3807 2 14.5 3.11929 14.5 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.77778 16C4.66596 16.6327 4 17.4385 4 18.3158C4 20.3505 7.58172 22 12 22C16.4183 22 20 20.3505 20 18.3158C20 17.4385 19.334 16.6327 18.2222 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9981 7H11.0019C8.13196 7 6.19701 10.0691 7.32753 12.828C7.48501 13.2124 7.84633 13.4615 8.24612 13.4615H8.9491C9.18605 13.4615 9.39259 13.6302 9.45006 13.8706L10.3551 17.6567C10.5438 18.4462 11.222 19 12 19C12.778 19 13.4562 18.4462 13.6449 17.6567L14.5499 13.8706C14.6074 13.6302 14.814 13.4615 15.0509 13.4615H15.7539C16.1537 13.4615 16.515 13.2124 16.6725 12.828C17.803 10.0691 15.868 7 12.9981 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 4.5C14.5 5.88071 13.3807 7 12 7C10.6193 7 9.5 5.88071 9.5 4.5C9.5 3.11929 10.6193 2 12 2C13.3807 2 14.5 3.11929 14.5 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-location-user-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.53327 17C4.11143 19.0062 3.75309 20.0652 4.15321 20.9156C4.19286 20.9999 4.23928 21.0812 4.29207 21.1589C4.86372 22 6.34111 22 9.2959 22H14.7041C17.6589 22 19.1363 22 19.7079 21.1589C19.7607 21.0812 19.8071 20.9999 19.8468 20.9156C20.2469 20.0652 19.8891 19.0062 18.4673 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9981 7H11.0019C8.13196 7 6.19701 10.0691 7.32753 12.828C7.48501 13.2124 7.84633 13.4615 8.24612 13.4615H8.9491C9.18605 13.4615 9.39259 13.6302 9.45006 13.8706L10.3551 17.6567C10.5438 18.4462 11.222 19 12 19C12.778 19 13.4562 18.4462 13.6449 17.6567L14.5499 13.8706C14.6074 13.6302 14.814 13.4615 15.0509 13.4615H15.7539C16.1537 13.4615 16.515 13.2124 16.6725 12.828C17.803 10.0691 15.868 7 12.9981 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 4.5C14.5 5.88071 13.3807 7 12 7C10.6193 7 9.5 5.88071 9.5 4.5C9.5 3.11929 10.6193 2 12 2C13.3807 2 14.5 3.11929 14.5 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.53327 17C4.11143 19.0062 3.75309 20.0652 4.15321 20.9156C4.19286 20.9999 4.23928 21.0812 4.29207 21.1589C4.86372 22 6.34111 22 9.2959 22H14.7041C17.6589 22 19.1363 22 19.7079 21.1589C19.7607 21.0812 19.8071 20.9999 19.8468 20.9156C20.2469 20.0652 19.8891 19.0062 18.4673 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9981 7H11.0019C8.13196 7 6.19701 10.0691 7.32753 12.828C7.48501 13.2124 7.84633 13.4615 8.24612 13.4615H8.9491C9.18605 13.4615 9.39259 13.6302 9.45006 13.8706L10.3551 17.6567C10.5438 18.4462 11.222 19 12 19C12.778 19 13.4562 18.4462 13.6449 17.6567L14.5499 13.8706C14.6074 13.6302 14.814 13.4615 15.0509 13.4615H15.7539C16.1537 13.4615 16.515 13.2124 16.6725 12.828C17.803 10.0691 15.868 7 12.9981 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 4.5C14.5 5.88071 13.3807 7 12 7C10.6193 7 9.5 5.88071 9.5 4.5C9.5 3.11929 10.6193 2 12 2C13.3807 2 14.5 3.11929 14.5 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-longitude{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 12C17 6.47715 14.7614 2 12 2C9.23858 2 7 6.47715 7 12C7 17.5228 9.23858 22 12 22C14.7614 22 17 17.5228 17 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 12C17 6.47715 14.7614 2 12 2C9.23858 2 7 6.47715 7 12C7 17.5228 9.23858 22 12 22C14.7614 22 17 17.5228 17 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-map-pin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9.00195C4.82497 9.01507 3.64706 9.11956 2.87868 9.95197C2 10.9039 2 12.4359 2 15.5001C2 18.5642 2 20.0963 2.87868 21.0482C3.75736 22.0001 5.17157 22.0001 8 22.0001H16C18.8284 22.0001 20.2426 22.0001 21.1213 21.0482C22 20.0963 22 18.5642 22 15.5001C22 12.4359 22 10.9039 21.1213 9.95197C20.3529 9.11956 19.175 9.01507 17 9.00195%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12L10.5 14.625M18 19L13.8 16.55M13.8 16.55L18 13.75M13.8 16.55L10.5 14.625M10.5 14.625L6 17.6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7C13.3807 7 14.5 5.88071 14.5 4.5C14.5 3.11929 13.3807 2 12 2C10.6193 2 9.5 3.11929 9.5 4.5C9.5 5.88071 10.6193 7 12 7ZM12 7V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9.00195C4.82497 9.01507 3.64706 9.11956 2.87868 9.95197C2 10.9039 2 12.4359 2 15.5001C2 18.5642 2 20.0963 2.87868 21.0482C3.75736 22.0001 5.17157 22.0001 8 22.0001H16C18.8284 22.0001 20.2426 22.0001 21.1213 21.0482C22 20.0963 22 18.5642 22 15.5001C22 12.4359 22 10.9039 21.1213 9.95197C20.3529 9.11956 19.175 9.01507 17 9.00195%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12L10.5 14.625M18 19L13.8 16.55M13.8 16.55L18 13.75M13.8 16.55L10.5 14.625M10.5 14.625L6 17.6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7C13.3807 7 14.5 5.88071 14.5 4.5C14.5 3.11929 13.3807 2 12 2C10.6193 2 9.5 3.11929 9.5 4.5C9.5 5.88071 10.6193 7 12 7ZM12 7V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-map-pinpoint-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 10C14.0697 8.55426 12.5855 7.5 11 7.5C9.067 7.5 7.5 9.067 7.5 11C7.5 12.7632 8.80385 14.2574 10.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.9504 10C19.4697 5.53446 15.5596 2 11 2C6.12944 2 2 6.03298 2 10.9258C2 15.9137 6.2039 19.3616 10.073 21.7567C10.3555 21.9162 10.675 22 11 22C11.325 22 11.6445 21.9162 11.927 21.7567C12.1816 21.6009 12.4376 21.4403 12.6937 21.2748%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 12C19.9353 12 22 14.0165 22 16.4629C22 18.9482 19.9017 20.6924 17.9635 21.8783C17.8223 21.9581 17.6625 22 17.5 22C17.3375 22 17.1777 21.9581 17.0365 21.8783C15.1019 20.6808 13 18.9568 13 16.4629C13 14.0165 15.0647 12 17.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 16.5H17.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 10C14.0697 8.55426 12.5855 7.5 11 7.5C9.067 7.5 7.5 9.067 7.5 11C7.5 12.7632 8.80385 14.2574 10.5 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.9504 10C19.4697 5.53446 15.5596 2 11 2C6.12944 2 2 6.03298 2 10.9258C2 15.9137 6.2039 19.3616 10.073 21.7567C10.3555 21.9162 10.675 22 11 22C11.325 22 11.6445 21.9162 11.927 21.7567C12.1816 21.6009 12.4376 21.4403 12.6937 21.2748%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 12C19.9353 12 22 14.0165 22 16.4629C22 18.9482 19.9017 20.6924 17.9635 21.8783C17.8223 21.9581 17.6625 22 17.5 22C17.3375 22 17.1777 21.9581 17.0365 21.8783C15.1019 20.6808 13 18.9568 13 16.4629C13 14.0165 15.0647 12 17.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 16.5H17.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-map-pinpoint-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 9C19.1434 4.9811 14.9912 2 11.0011 2C7.45834 2 4.08963 4.09916 2.68627 7.37966C0.090763 13.4469 5.41302 17.626 9.38449 21.367C9.81818 21.773 10.3978 22 11.0011 22C11.5513 22 12.0819 21.8112 12.5 21.4699%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9.19621C13.3876 8.17979 12.2732 7.5 11 7.5C9.067 7.5 7.5 9.067 7.5 11C7.5 12.3962 8.31753 13.6015 9.5 14.1632%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 16H17.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.8981 21.6518C17.6572 21.8752 17.3352 22 17.0001 22C16.665 22 16.343 21.8752 16.1021 21.6518C13.8959 19.5943 10.9394 17.2958 12.3812 13.9588C13.1608 12.1545 15.0321 11 17.0001 11C18.9681 11 20.8394 12.1545 21.619 13.9588C23.059 17.2916 20.1097 19.6014 17.8981 21.6518Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 9C19.1434 4.9811 14.9912 2 11.0011 2C7.45834 2 4.08963 4.09916 2.68627 7.37966C0.090763 13.4469 5.41302 17.626 9.38449 21.367C9.81818 21.773 10.3978 22 11.0011 22C11.5513 22 12.0819 21.8112 12.5 21.4699%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9.19621C13.3876 8.17979 12.2732 7.5 11 7.5C9.067 7.5 7.5 9.067 7.5 11C7.5 12.3962 8.31753 13.6015 9.5 14.1632%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 16H17.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.8981 21.6518C17.6572 21.8752 17.3352 22 17.0001 22C16.665 22 16.343 21.8752 16.1021 21.6518C13.8959 19.5943 10.9394 17.2958 12.3812 13.9588C13.1608 12.1545 15.0321 11 17.0001 11C18.9681 11 20.8394 12.1545 21.619 13.9588C23.059 17.2916 20.1097 19.6014 17.8981 21.6518Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-maping{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.25345 4.19584L4.02558 4.90813C3.03739 5.48137 2.54329 5.768 2.27164 6.24483C2 6.72165 2 7.30233 2 8.46368V16.6283C2 18.1542 2 18.9172 2.34226 19.3418C2.57001 19.6244 2.88916 19.8143 3.242 19.8773C3.77226 19.9719 4.42148 19.5953 5.71987 18.8421C6.60156 18.3306 7.45011 17.7994 8.50487 17.9435C8.98466 18.009 9.44231 18.2366 10.3576 18.6917L14.1715 20.588C14.9964 20.9982 15.004 21 15.9214 21H18C19.8856 21 20.8284 21 21.4142 20.4013C22 19.8026 22 18.8389 22 16.9117V10.1715C22 8.24423 22 7.2806 21.4142 6.68188C20.8284 6.08316 19.8856 6.08316 18 6.08316H15.9214C15.004 6.08316 14.9964 6.08139 14.1715 5.6712L10.8399 4.01463C9.44884 3.32297 8.75332 2.97714 8.01238 3.00117C7.27143 3.02521 6.59877 3.41542 5.25345 4.19584Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 6.5V20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 stroke-dasharray%3D%221 3%22%2F%3E%0A%3Cpath d%3D%22M8 3.5V17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 stroke-dasharray%3D%221 3%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.25345 4.19584L4.02558 4.90813C3.03739 5.48137 2.54329 5.768 2.27164 6.24483C2 6.72165 2 7.30233 2 8.46368V16.6283C2 18.1542 2 18.9172 2.34226 19.3418C2.57001 19.6244 2.88916 19.8143 3.242 19.8773C3.77226 19.9719 4.42148 19.5953 5.71987 18.8421C6.60156 18.3306 7.45011 17.7994 8.50487 17.9435C8.98466 18.009 9.44231 18.2366 10.3576 18.6917L14.1715 20.588C14.9964 20.9982 15.004 21 15.9214 21H18C19.8856 21 20.8284 21 21.4142 20.4013C22 19.8026 22 18.8389 22 16.9117V10.1715C22 8.24423 22 7.2806 21.4142 6.68188C20.8284 6.08316 19.8856 6.08316 18 6.08316H15.9214C15.004 6.08316 14.9964 6.08139 14.1715 5.6712L10.8399 4.01463C9.44884 3.32297 8.75332 2.97714 8.01238 3.00117C7.27143 3.02521 6.59877 3.41542 5.25345 4.19584Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 6.5V20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 stroke-dasharray%3D%221 3%22%2F%3E%0A%3Cpath d%3D%22M8 3.5V17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 stroke-dasharray%3D%221 3%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-maps-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1287 13.7468C14.9601 13.9092 14.7347 14 14.5001 14C14.2655 14 14.0401 13.9092 13.8715 13.7468C12.3272 12.2504 10.2576 10.5788 11.2669 8.15187C11.8126 6.83966 13.1225 6 14.5001 6C15.8777 6 17.1876 6.83966 17.7333 8.15187C18.7413 10.5757 16.6768 12.2555 15.1287 13.7468Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 9.5H14.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 15L5 19M15 21L3 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1287 13.7468C14.9601 13.9092 14.7347 14 14.5001 14C14.2655 14 14.0401 13.9092 13.8715 13.7468C12.3272 12.2504 10.2576 10.5788 11.2669 8.15187C11.8126 6.83966 13.1225 6 14.5001 6C15.8777 6 17.1876 6.83966 17.7333 8.15187C18.7413 10.5757 16.6768 12.2555 15.1287 13.7468Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 9.5H14.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 15L5 19M15 21L3 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-maps-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 9.5H14.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 6C16.3941 6 18 7.61319 18 9.57031C18 11.5586 16.368 12.9539 14.8605 13.9027C14.7506 13.9665 14.6264 14 14.5 14C14.3736 14 14.2494 13.9665 14.1395 13.9027C12.6348 12.9446 11 11.5655 11 9.57031C11 7.61319 12.6059 6 14.5 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 15L5 19M15 21L3 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 9.5H14.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 6C16.3941 6 18 7.61319 18 9.57031C18 11.5586 16.368 12.9539 14.8605 13.9027C14.7506 13.9665 14.6264 14 14.5 14C14.3736 14 14.2494 13.9665 14.1395 13.9027C12.6348 12.9446 11 11.5655 11 9.57031C11 7.61319 12.6059 6 14.5 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 15L5 19M15 21L3 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-maps-editing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.8295 14.2542C19.1276 13.9312 19.2766 13.7698 19.435 13.6756C19.8171 13.4483 20.2876 13.4412 20.6761 13.6569C20.8372 13.7463 20.9908 13.9032 21.298 14.2171C21.6053 14.531 21.7589 14.6879 21.8464 14.8524C22.0575 15.2492 22.0506 15.7299 21.8281 16.1203C21.7359 16.2821 21.5779 16.4343 21.2617 16.7388L17.5003 20.3617C16.9012 20.9387 16.6016 21.2273 16.2272 21.3735C15.8528 21.5197 15.4413 21.509 14.6181 21.4874L14.5062 21.4845C14.2556 21.478 14.1303 21.4747 14.0574 21.392C13.9846 21.3094 13.9945 21.1817 14.0144 20.9265L14.0252 20.7879C14.0812 20.0694 14.1092 19.7102 14.2495 19.3873C14.3898 19.0644 14.6318 18.8022 15.1158 18.2778L18.8295 14.2542Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 10.5V9.71749C22 7.77787 22 6.80807 21.4142 6.2055C20.8284 5.60294 19.8856 5.60294 18 5.60294H15.9214C15.004 5.60294 14.9964 5.60116 14.1715 5.18834L10.8399 3.52114C9.44884 2.82504 8.75332 2.47699 8.01238 2.50118C7.27143 2.52537 6.59877 2.91808 5.25345 3.70351L4.02558 4.42037C3.03739 4.99729 2.54329 5.28576 2.27164 5.76564C2 6.24553 2 6.82993 2 7.99873V16.2157C2 17.7514 2 18.5193 2.34226 18.9467C2.57001 19.231 2.88916 19.4222 3.242 19.4856C3.77226 19.5808 4.42148 19.2018 5.71987 18.4437C6.60156 17.929 7.45011 17.3944 8.50487 17.5394C9.38869 17.6608 10.21 18.2185 11 18.6138%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2.5L8 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.8295 14.2542C19.1276 13.9312 19.2766 13.7698 19.435 13.6756C19.8171 13.4483 20.2876 13.4412 20.6761 13.6569C20.8372 13.7463 20.9908 13.9032 21.298 14.2171C21.6053 14.531 21.7589 14.6879 21.8464 14.8524C22.0575 15.2492 22.0506 15.7299 21.8281 16.1203C21.7359 16.2821 21.5779 16.4343 21.2617 16.7388L17.5003 20.3617C16.9012 20.9387 16.6016 21.2273 16.2272 21.3735C15.8528 21.5197 15.4413 21.509 14.6181 21.4874L14.5062 21.4845C14.2556 21.478 14.1303 21.4747 14.0574 21.392C13.9846 21.3094 13.9945 21.1817 14.0144 20.9265L14.0252 20.7879C14.0812 20.0694 14.1092 19.7102 14.2495 19.3873C14.3898 19.0644 14.6318 18.8022 15.1158 18.2778L18.8295 14.2542Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 10.5V9.71749C22 7.77787 22 6.80807 21.4142 6.2055C20.8284 5.60294 19.8856 5.60294 18 5.60294H15.9214C15.004 5.60294 14.9964 5.60116 14.1715 5.18834L10.8399 3.52114C9.44884 2.82504 8.75332 2.47699 8.01238 2.50118C7.27143 2.52537 6.59877 2.91808 5.25345 3.70351L4.02558 4.42037C3.03739 4.99729 2.54329 5.28576 2.27164 5.76564C2 6.24553 2 6.82993 2 7.99873V16.2157C2 17.7514 2 18.5193 2.34226 18.9467C2.57001 19.231 2.88916 19.4222 3.242 19.4856C3.77226 19.5808 4.42148 19.2018 5.71987 18.4437C6.60156 17.929 7.45011 17.3944 8.50487 17.5394C9.38869 17.6608 10.21 18.2185 11 18.6138%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2.5L8 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-maps-global-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0808 2C5.47023 2.9359 2 7.01218 2 11.899C2 17.4776 6.52238 22 12.101 22C16.9878 22 21.0641 18.5298 22 13.9192%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9375 18C19.3216 17.9166 19.6771 17.784 20 17.603M14.6875 17.3406C15.2831 17.6015 15.8576 17.7948 16.4051 17.9218M10.8546 14.9477C11.2681 15.238 11.71 15.5861 12.1403 15.8865M3 13.825C3.32234 13.6675 3.67031 13.4868 4.0625 13.3321M6.45105 13C7.01293 13.0624 7.64301 13.2226 8.35743 13.5232%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 7.5C18 6.67157 17.3284 6 16.5 6C15.6716 6 15 6.67157 15 7.5C15 8.32843 15.6716 9 16.5 9C17.3284 9 18 8.32843 18 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.488 13.6202C17.223 13.8638 16.8687 14 16.5001 14C16.1315 14 15.7773 13.8638 15.5123 13.6202C13.0855 11.3756 9.83336 8.86815 11.4193 5.2278C12.2769 3.25949 14.3353 2 16.5001 2C18.6649 2 20.7234 3.25949 21.5809 5.2278C23.1649 8.86356 19.9207 11.3833 17.488 13.6202Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0808 2C5.47023 2.9359 2 7.01218 2 11.899C2 17.4776 6.52238 22 12.101 22C16.9878 22 21.0641 18.5298 22 13.9192%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9375 18C19.3216 17.9166 19.6771 17.784 20 17.603M14.6875 17.3406C15.2831 17.6015 15.8576 17.7948 16.4051 17.9218M10.8546 14.9477C11.2681 15.238 11.71 15.5861 12.1403 15.8865M3 13.825C3.32234 13.6675 3.67031 13.4868 4.0625 13.3321M6.45105 13C7.01293 13.0624 7.64301 13.2226 8.35743 13.5232%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 7.5C18 6.67157 17.3284 6 16.5 6C15.6716 6 15 6.67157 15 7.5C15 8.32843 15.6716 9 16.5 9C17.3284 9 18 8.32843 18 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.488 13.6202C17.223 13.8638 16.8687 14 16.5001 14C16.1315 14 15.7773 13.8638 15.5123 13.6202C13.0855 11.3756 9.83336 8.86815 11.4193 5.2278C12.2769 3.25949 14.3353 2 16.5001 2C18.6649 2 20.7234 3.25949 21.5809 5.2278C23.1649 8.86356 19.9207 11.3833 17.488 13.6202Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-maps-global-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0808 2C5.47023 2.9359 2 7.01218 2 11.899C2 17.4776 6.52238 22 12.101 22C16.9878 22 21.0641 18.5298 22 13.9192%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9375 18C19.3216 17.9166 19.6771 17.784 20 17.603M14.6875 17.3406C15.2831 17.6015 15.8576 17.7948 16.4051 17.9218M10.8546 14.9477C11.2681 15.238 11.71 15.5861 12.1403 15.8865M3 13.825C3.32234 13.6675 3.67031 13.4868 4.0625 13.3321M6.45105 13C7.01293 13.0624 7.64301 13.2226 8.35743 13.5232%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 7C18.5 6.17157 17.8284 5.5 17 5.5C16.1716 5.5 15.5 6.17157 15.5 7C15.5 7.82843 16.1716 8.5 17 8.5C17.8284 8.5 18.5 7.82843 18.5 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 2C19.7059 2 22 4.21814 22 6.90917C22 9.64306 19.6685 11.5616 17.515 12.8662C17.3581 12.9539 17.1806 13 17 13C16.8194 13 16.6419 12.9539 16.485 12.8662C14.3355 11.5489 12 9.65251 12 6.90917C12 4.21814 14.2941 2 17 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.0808 2C5.47023 2.9359 2 7.01218 2 11.899C2 17.4776 6.52238 22 12.101 22C16.9878 22 21.0641 18.5298 22 13.9192%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9375 18C19.3216 17.9166 19.6771 17.784 20 17.603M14.6875 17.3406C15.2831 17.6015 15.8576 17.7948 16.4051 17.9218M10.8546 14.9477C11.2681 15.238 11.71 15.5861 12.1403 15.8865M3 13.825C3.32234 13.6675 3.67031 13.4868 4.0625 13.3321M6.45105 13C7.01293 13.0624 7.64301 13.2226 8.35743 13.5232%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 7C18.5 6.17157 17.8284 5.5 17 5.5C16.1716 5.5 15.5 6.17157 15.5 7C15.5 7.82843 16.1716 8.5 17 8.5C17.8284 8.5 18.5 7.82843 18.5 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 2C19.7059 2 22 4.21814 22 6.90917C22 9.64306 19.6685 11.5616 17.515 12.8662C17.3581 12.9539 17.1806 13 17 13C16.8194 13 16.6419 12.9539 16.485 12.8662C14.3355 11.5489 12 9.65251 12 6.90917C12 4.21814 14.2941 2 17 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-maps-location-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 10V9.21749C22 7.27787 22 6.30807 21.4142 5.7055C20.8284 5.10294 19.8856 5.10294 18 5.10294H15.9214C15.004 5.10294 14.9964 5.10116 14.1715 4.68834L10.8399 3.02114C9.44884 2.32504 8.75332 1.97699 8.01238 2.00118C7.27143 2.02537 6.59877 2.41808 5.25345 3.20351L4.02558 3.92037C3.03739 4.49729 2.54329 4.78576 2.27164 5.26564C2 5.74553 2 6.32993 2 7.49873V15.7157C2 17.2514 2 18.0193 2.34226 18.4467C2.57001 18.731 2.88916 18.9222 3.242 18.9856C3.77226 19.0808 4.42148 18.7018 5.71987 17.9437C6.60156 17.429 7.45011 16.8944 8.50487 17.0394C9.38869 17.1608 10.21 17.7185 11 18.1138%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2L8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.3083 21.6835C18.0915 21.8865 17.8017 22 17.5001 22C17.1985 22 16.9087 21.8865 16.6919 21.6835C14.7063 19.813 12.0455 17.7235 13.3431 14.6898C14.0447 13.0496 15.7289 12 17.5001 12C19.2713 12 20.9555 13.0496 21.6571 14.6898C22.9531 17.7196 20.2988 19.8194 18.3083 21.6835Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 16.5H17.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 10V9.21749C22 7.27787 22 6.30807 21.4142 5.7055C20.8284 5.10294 19.8856 5.10294 18 5.10294H15.9214C15.004 5.10294 14.9964 5.10116 14.1715 4.68834L10.8399 3.02114C9.44884 2.32504 8.75332 1.97699 8.01238 2.00118C7.27143 2.02537 6.59877 2.41808 5.25345 3.20351L4.02558 3.92037C3.03739 4.49729 2.54329 4.78576 2.27164 5.26564C2 5.74553 2 6.32993 2 7.49873V15.7157C2 17.2514 2 18.0193 2.34226 18.4467C2.57001 18.731 2.88916 18.9222 3.242 18.9856C3.77226 19.0808 4.42148 18.7018 5.71987 17.9437C6.60156 17.429 7.45011 16.8944 8.50487 17.0394C9.38869 17.1608 10.21 17.7185 11 18.1138%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2L8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.3083 21.6835C18.0915 21.8865 17.8017 22 17.5001 22C17.1985 22 16.9087 21.8865 16.6919 21.6835C14.7063 19.813 12.0455 17.7235 13.3431 14.6898C14.0447 13.0496 15.7289 12 17.5001 12C19.2713 12 20.9555 13.0496 21.6571 14.6898C22.9531 17.7196 20.2988 19.8194 18.3083 21.6835Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 16.5H17.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-maps-location-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 10.5V9.71749C22 7.77787 22 6.80807 21.4142 6.2055C20.8284 5.60294 19.8856 5.60294 18 5.60294H15.9214C15.004 5.60294 14.9964 5.60116 14.1715 5.18834L10.8399 3.52114C9.44884 2.82504 8.75332 2.47699 8.01238 2.50118C7.27143 2.52537 6.59877 2.91808 5.25345 3.70351L4.02558 4.42037C3.03739 4.99729 2.54329 5.28576 2.27164 5.76564C2 6.24553 2 6.82993 2 7.99873V16.2157C2 17.7514 2 18.5193 2.34226 18.9467C2.57001 19.231 2.88916 19.4222 3.242 19.4856C3.77226 19.5808 4.42148 19.2018 5.71987 18.4437C6.60156 17.929 7.45011 17.3944 8.50487 17.5394C9.38869 17.6608 10.21 18.2185 11 18.6138%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2.5L8 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 12C19.9353 12 22 14.0165 22 16.4629C22 18.9482 19.9017 20.6924 17.9635 21.8783C17.8223 21.9581 17.6625 22 17.5 22C17.3375 22 17.1777 21.9581 17.0365 21.8783C15.1019 20.6808 13 18.9568 13 16.4629C13 14.0165 15.0647 12 17.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 16.5H17.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 10.5V9.71749C22 7.77787 22 6.80807 21.4142 6.2055C20.8284 5.60294 19.8856 5.60294 18 5.60294H15.9214C15.004 5.60294 14.9964 5.60116 14.1715 5.18834L10.8399 3.52114C9.44884 2.82504 8.75332 2.47699 8.01238 2.50118C7.27143 2.52537 6.59877 2.91808 5.25345 3.70351L4.02558 4.42037C3.03739 4.99729 2.54329 5.28576 2.27164 5.76564C2 6.24553 2 6.82993 2 7.99873V16.2157C2 17.7514 2 18.5193 2.34226 18.9467C2.57001 19.231 2.88916 19.4222 3.242 19.4856C3.77226 19.5808 4.42148 19.2018 5.71987 18.4437C6.60156 17.929 7.45011 17.3944 8.50487 17.5394C9.38869 17.6608 10.21 18.2185 11 18.6138%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2.5L8 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 12C19.9353 12 22 14.0165 22 16.4629C22 18.9482 19.9017 20.6924 17.9635 21.8783C17.8223 21.9581 17.6625 22 17.5 22C17.3375 22 17.1777 21.9581 17.0365 21.8783C15.1019 20.6808 13 18.9568 13 16.4629C13 14.0165 15.0647 12 17.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 16.5H17.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-maps-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 4.5C3.73931 4.94127 2.72098 5.45609 2.27164 6.24482C2 6.72165 2 7.30232 2 8.46367V16.6283C2 18.1542 2 18.9172 2.34226 19.3418C2.57001 19.6244 2.88916 19.8143 3.242 19.8773C3.77226 19.9719 4.42148 19.5953 5.71987 18.8421C6.60156 18.3306 7.45011 17.7994 8.50487 17.9435C8.98466 18.009 9.44231 18.2366 10.3576 18.6917L14.1715 20.588C14.9964 20.9982 15.004 21 15.9214 21H18C19.1298 21 19.9211 21 20.5 20.8712%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17.9876V10.1657C22 8.22611 22 7.25631 21.4142 6.65374C20.8284 6.05118 19.8856 6.05118 18 6.05118H15.9214C15.004 6.05118 14.9964 6.0494 14.1715 5.63658L10.8399 3.96938C9.44885 3.2733 8.75329 2.92523 8.01236 2.94942C7.64015 2.96157 7.28518 3.06672 6.85352 3.26792M15 5.99585V11.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9998 15.0093V20.9379M8.01953 8.14258L8.01953 17.9197%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 4.5C3.73931 4.94127 2.72098 5.45609 2.27164 6.24482C2 6.72165 2 7.30232 2 8.46367V16.6283C2 18.1542 2 18.9172 2.34226 19.3418C2.57001 19.6244 2.88916 19.8143 3.242 19.8773C3.77226 19.9719 4.42148 19.5953 5.71987 18.8421C6.60156 18.3306 7.45011 17.7994 8.50487 17.9435C8.98466 18.009 9.44231 18.2366 10.3576 18.6917L14.1715 20.588C14.9964 20.9982 15.004 21 15.9214 21H18C19.1298 21 19.9211 21 20.5 20.8712%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17.9876V10.1657C22 8.22611 22 7.25631 21.4142 6.65374C20.8284 6.05118 19.8856 6.05118 18 6.05118H15.9214C15.004 6.05118 14.9964 6.0494 14.1715 5.63658L10.8399 3.96938C9.44885 3.2733 8.75329 2.92523 8.01236 2.94942C7.64015 2.96157 7.28518 3.06672 6.85352 3.26792M15 5.99585V11.0001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9998 15.0093V20.9379M8.01953 8.14258L8.01953 17.9197%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-maps-refresh{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2801 18.5714L20.8981 18.7376C21.3715 18.8649 21.6083 18.9286 21.804 18.7786C21.8041 18.7785 21.8043 18.7784 21.8044 18.7784C22 18.6283 22 18.4188 22 18V18C22 15.7909 20.2091 14 18 14C17.1234 14 16.3126 14.282 15.6535 14.7602M15.7143 17.4286L15.1017 17.2633C14.6289 17.1357 14.3926 17.0719 14.1968 17.2212C14.1963 17.2216 14.1956 17.2221 14.1952 17.2225C14 17.3726 14 17.5817 14 18V18C14 20.2091 15.7909 22 18 22C18.8474 22 19.6333 21.7365 20.2801 21.2869%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12V9.21749C22 7.27787 22 6.30807 21.4142 5.7055C20.8284 5.10294 19.8856 5.10294 18 5.10294H15.9214C15.004 5.10294 14.9964 5.10116 14.1715 4.68834L10.8399 3.02114C9.44884 2.32504 8.75332 1.97699 8.01238 2.00118C7.27143 2.02537 6.59877 2.41808 5.25345 3.20351L4.02558 3.92037C3.03739 4.49729 2.54329 4.78576 2.27164 5.26564C2 5.74553 2 6.32993 2 7.49873V15.7157C2 17.2514 2 18.0193 2.34226 18.4467C2.57001 18.731 2.88916 18.9222 3.242 18.9856C3.77226 19.0808 4.42148 18.7018 5.71987 17.9437C6.60156 17.429 7.45011 16.8944 8.50487 17.0394C9.38869 17.1608 10.21 17.7185 11 18.1138%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2L8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.2801 18.5714L20.8981 18.7376C21.3715 18.8649 21.6083 18.9286 21.804 18.7786C21.8041 18.7785 21.8043 18.7784 21.8044 18.7784C22 18.6283 22 18.4188 22 18V18C22 15.7909 20.2091 14 18 14C17.1234 14 16.3126 14.282 15.6535 14.7602M15.7143 17.4286L15.1017 17.2633C14.6289 17.1357 14.3926 17.0719 14.1968 17.2212C14.1963 17.2216 14.1956 17.2221 14.1952 17.2225C14 17.3726 14 17.5817 14 18V18C14 20.2091 15.7909 22 18 22C18.8474 22 19.6333 21.7365 20.2801 21.2869%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12V9.21749C22 7.27787 22 6.30807 21.4142 5.7055C20.8284 5.10294 19.8856 5.10294 18 5.10294H15.9214C15.004 5.10294 14.9964 5.10116 14.1715 4.68834L10.8399 3.02114C9.44884 2.32504 8.75332 1.97699 8.01238 2.00118C7.27143 2.02537 6.59877 2.41808 5.25345 3.20351L4.02558 3.92037C3.03739 4.49729 2.54329 4.78576 2.27164 5.26564C2 5.74553 2 6.32993 2 7.49873V15.7157C2 17.2514 2 18.0193 2.34226 18.4467C2.57001 18.731 2.88916 18.9222 3.242 18.9856C3.77226 19.0808 4.42148 18.7018 5.71987 17.9437C6.60156 17.429 7.45011 16.8944 8.50487 17.0394C9.38869 17.1608 10.21 17.7185 11 18.1138%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2L8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-maps-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12.087V9.23383C22 7.28982 22 6.31782 21.4142 5.71389C20.8284 5.10996 19.8856 5.10996 18 5.10996H15.9214C15.004 5.10996 14.9964 5.10818 14.1715 4.69443L10.8399 3.02345C9.44884 2.32578 8.75332 1.97694 8.01238 2.00118C7.27143 2.02543 6.59877 2.41903 5.25345 3.20623L4.02558 3.92472C3.03739 4.50294 2.54329 4.79207 2.27164 5.27303C2 5.75401 2 6.33973 2 7.51118V15.7467C2 17.2859 2 18.0556 2.34226 18.4839C2.57001 18.7689 2.88916 18.9605 3.242 19.0241C3.77226 19.1195 4.42148 18.7396 5.71987 17.9798C6.60156 17.4639 7.45011 16.9281 8.50487 17.0734C9.38869 17.1951 10.21 17.7541 11 18.1503%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2V17.034%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5.00684V11.0204%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.1069 20.1734L21.9521 21.9964M21.1691 17.6362C21.1691 19.6028 19.5752 21.1971 17.609 21.1971C15.6428 21.1971 14.0488 19.6028 14.0488 17.6362C14.0488 15.6695 15.6428 14.0752 17.609 14.0752C19.5752 14.0752 21.1691 15.6695 21.1691 17.6362Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12.087V9.23383C22 7.28982 22 6.31782 21.4142 5.71389C20.8284 5.10996 19.8856 5.10996 18 5.10996H15.9214C15.004 5.10996 14.9964 5.10818 14.1715 4.69443L10.8399 3.02345C9.44884 2.32578 8.75332 1.97694 8.01238 2.00118C7.27143 2.02543 6.59877 2.41903 5.25345 3.20623L4.02558 3.92472C3.03739 4.50294 2.54329 4.79207 2.27164 5.27303C2 5.75401 2 6.33973 2 7.51118V15.7467C2 17.2859 2 18.0556 2.34226 18.4839C2.57001 18.7689 2.88916 18.9605 3.242 19.0241C3.77226 19.1195 4.42148 18.7396 5.71987 17.9798C6.60156 17.4639 7.45011 16.9281 8.50487 17.0734C9.38869 17.1951 10.21 17.7541 11 18.1503%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2V17.034%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5.00684V11.0204%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.1069 20.1734L21.9521 21.9964M21.1691 17.6362C21.1691 19.6028 19.5752 21.1971 17.609 21.1971C15.6428 21.1971 14.0488 19.6028 14.0488 17.6362C14.0488 15.6695 15.6428 14.0752 17.609 14.0752C19.5752 14.0752 21.1691 15.6695 21.1691 17.6362Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-maps-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1287 13.7468C14.9601 13.9092 14.7347 14 14.5001 14C14.2655 14 14.0401 13.9092 13.8715 13.7468C12.3272 12.2504 10.2576 10.5788 11.2669 8.15187C11.8126 6.83966 13.1225 6 14.5001 6C15.8777 6 17.1876 6.83966 17.7333 8.15187C18.7413 10.5757 16.6768 12.2555 15.1287 13.7468Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 9.5H14.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 21L3 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 14L4 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1287 13.7468C14.9601 13.9092 14.7347 14 14.5001 14C14.2655 14 14.0401 13.9092 13.8715 13.7468C12.3272 12.2504 10.2576 10.5788 11.2669 8.15187C11.8126 6.83966 13.1225 6 14.5001 6C15.8777 6 17.1876 6.83966 17.7333 8.15187C18.7413 10.5757 16.6768 12.2555 15.1287 13.7468Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 9.5H14.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 21L3 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 14L4 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-maps-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 9.5H14.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 6C16.3941 6 18 7.61319 18 9.57031C18 11.5586 16.368 12.9539 14.8605 13.9027C14.7506 13.9665 14.6264 14 14.5 14C14.3736 14 14.2494 13.9665 14.1395 13.9027C12.6348 12.9446 11 11.5655 11 9.57031C11 7.61319 12.6059 6 14.5 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 21L3 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 14L4 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5 9.5H14.509%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 6C16.3941 6 18 7.61319 18 9.57031C18 11.5586 16.368 12.9539 14.8605 13.9027C14.7506 13.9665 14.6264 14 14.5 14C14.3736 14 14.2494 13.9665 14.1395 13.9027C12.6348 12.9446 11 11.5655 11 9.57031C11 7.61319 12.6059 6 14.5 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 21L3 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 14L4 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-maps{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.25345 4.19584L4.02558 4.90813C3.03739 5.48137 2.54329 5.768 2.27164 6.24483C2 6.72165 2 7.30233 2 8.46368V16.6283C2 18.1542 2 18.9172 2.34226 19.3418C2.57001 19.6244 2.88916 19.8143 3.242 19.8773C3.77226 19.9719 4.42148 19.5953 5.71987 18.8421C6.60156 18.3306 7.45011 17.7994 8.50487 17.9435C8.98466 18.009 9.44231 18.2366 10.3576 18.6917L14.1715 20.588C14.9964 20.9982 15.004 21 15.9214 21H18C19.8856 21 20.8284 21 21.4142 20.4013C22 19.8026 22 18.8389 22 16.9117V10.1715C22 8.24423 22 7.2806 21.4142 6.68188C20.8284 6.08316 19.8856 6.08316 18 6.08316H15.9214C15.004 6.08316 14.9964 6.08139 14.1715 5.6712L10.8399 4.01463C9.44884 3.32297 8.75332 2.97714 8.01238 3.00117C7.27143 3.02521 6.59877 3.41542 5.25345 4.19584Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 3L8 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 6.5L15 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.25345 4.19584L4.02558 4.90813C3.03739 5.48137 2.54329 5.768 2.27164 6.24483C2 6.72165 2 7.30233 2 8.46368V16.6283C2 18.1542 2 18.9172 2.34226 19.3418C2.57001 19.6244 2.88916 19.8143 3.242 19.8773C3.77226 19.9719 4.42148 19.5953 5.71987 18.8421C6.60156 18.3306 7.45011 17.7994 8.50487 17.9435C8.98466 18.009 9.44231 18.2366 10.3576 18.6917L14.1715 20.588C14.9964 20.9982 15.004 21 15.9214 21H18C19.8856 21 20.8284 21 21.4142 20.4013C22 19.8026 22 18.8389 22 16.9117V10.1715C22 8.24423 22 7.2806 21.4142 6.68188C20.8284 6.08316 19.8856 6.08316 18 6.08316H15.9214C15.004 6.08316 14.9964 6.08139 14.1715 5.6712L10.8399 4.01463C9.44884 3.32297 8.75332 2.97714 8.01238 3.00117C7.27143 3.02521 6.59877 3.41542 5.25345 4.19584Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 3L8 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 6.5L15 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-mobile-navigator-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 9C4 5.70017 4 4.05025 5.17157 3.02513C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.02513C20 4.05025 20 5.70017 20 9V15C20 18.2998 20 19.9497 18.8284 20.9749C17.6569 22 15.7712 22 12 22C8.22876 22 6.34315 22 5.17157 20.9749C4 19.9497 4 18.2998 4 15V9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6287 14.2468C12.4601 14.4092 12.2347 14.5 12.0001 14.5C11.7655 14.5 11.5401 14.4092 11.3715 14.2468C9.82715 12.7504 7.75759 11.0788 8.76685 8.65187C9.31255 7.33966 10.6225 6.5 12.0001 6.5C13.3777 6.5 14.6876 7.33966 15.2333 8.65187C16.2413 11.0757 14.1768 12.7555 12.6287 14.2468Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 10H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 9C4 5.70017 4 4.05025 5.17157 3.02513C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.02513C20 4.05025 20 5.70017 20 9V15C20 18.2998 20 19.9497 18.8284 20.9749C17.6569 22 15.7712 22 12 22C8.22876 22 6.34315 22 5.17157 20.9749C4 19.9497 4 18.2998 4 15V9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6287 14.2468C12.4601 14.4092 12.2347 14.5 12.0001 14.5C11.7655 14.5 11.5401 14.4092 11.3715 14.2468C9.82715 12.7504 7.75759 11.0788 8.76685 8.65187C9.31255 7.33966 10.6225 6.5 12.0001 6.5C13.3777 6.5 14.6876 7.33966 15.2333 8.65187C16.2413 11.0757 14.1768 12.7555 12.6287 14.2468Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 10H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-mobile-navigator-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 9C4 5.70017 4 4.05025 5.17157 3.02513C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.02513C20 4.05025 20 5.70017 20 9V15C20 18.2998 20 19.9497 18.8284 20.9749C17.6569 22 15.7712 22 12 22C8.22876 22 6.34315 22 5.17157 20.9749C4 19.9497 4 18.2998 4 15V9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6.5C13.8941 6.5 15.5 8.11319 15.5 10.0703C15.5 12.0586 13.868 13.4539 12.3605 14.4027C12.2506 14.4665 12.1264 14.5 12 14.5C11.8736 14.5 11.7494 14.4665 11.6395 14.4027C10.1348 13.4446 8.5 12.0655 8.5 10.0703C8.5 8.11319 10.1059 6.5 12 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 19H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 9C4 5.70017 4 4.05025 5.17157 3.02513C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.02513C20 4.05025 20 5.70017 20 9V15C20 18.2998 20 19.9497 18.8284 20.9749C17.6569 22 15.7712 22 12 22C8.22876 22 6.34315 22 5.17157 20.9749C4 19.9497 4 18.2998 4 15V9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6.5C13.8941 6.5 15.5 8.11319 15.5 10.0703C15.5 12.0586 13.868 13.4539 12.3605 14.4027C12.2506 14.4665 12.1264 14.5 12 14.5C11.8736 14.5 11.7494 14.4665 11.6395 14.4027C10.1348 13.4446 8.5 12.0655 8.5 10.0703C8.5 8.11319 10.1059 6.5 12 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 19H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-navigation-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.922 4.79004C16.6963 3.16245 19.0834 2.34866 20.3674 3.63261C21.6513 4.91656 20.8375 7.30371 19.21 12.078L18.1016 15.3292C16.8517 18.9958 16.2267 20.8291 15.1964 20.9808C14.9195 21.0216 14.6328 20.9971 14.3587 20.9091C13.3395 20.5819 12.8007 18.6489 11.7231 14.783C11.4841 13.9255 11.3646 13.4967 11.0924 13.1692C11.0134 13.0742 10.9258 12.9866 10.8308 12.9076C10.5033 12.6354 10.0745 12.5159 9.21705 12.2769C5.35111 11.1993 3.41814 10.6605 3.0909 9.64127C3.00292 9.36724 2.97837 9.08053 3.01916 8.80355C3.17088 7.77332 5.00419 7.14834 8.6708 5.89838L11.922 4.79004Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.922 4.79004C16.6963 3.16245 19.0834 2.34866 20.3674 3.63261C21.6513 4.91656 20.8375 7.30371 19.21 12.078L18.1016 15.3292C16.8517 18.9958 16.2267 20.8291 15.1964 20.9808C14.9195 21.0216 14.6328 20.9971 14.3587 20.9091C13.3395 20.5819 12.8007 18.6489 11.7231 14.783C11.4841 13.9255 11.3646 13.4967 11.0924 13.1692C11.0134 13.0742 10.9258 12.9866 10.8308 12.9076C10.5033 12.6354 10.0745 12.5159 9.21705 12.2769C5.35111 11.1993 3.41814 10.6605 3.0909 9.64127C3.00292 9.36724 2.97837 9.08053 3.01916 8.80355C3.17088 7.77332 5.00419 7.14834 8.6708 5.89838L11.922 4.79004Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-navigation-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7078 8.33055C16.6507 9.26482 15.1422 16.8628 13.5942 16.9967C12.2957 17.109 11.891 14.5478 11.6175 13.7361C11.3476 12.9349 11.0472 12.6465 10.2527 12.3836C8.23415 11.7159 7.22489 11.382 7.02507 10.8533C6.49595 9.45337 14.5036 7.13731 15.7078 8.33055Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.7078 8.33055C16.6507 9.26482 15.1422 16.8628 13.5942 16.9967C12.2957 17.109 11.891 14.5478 11.6175 13.7361C11.3476 12.9349 11.0472 12.6465 10.2527 12.3836C8.23415 11.7159 7.22489 11.382 7.02507 10.8533C6.49595 9.45337 14.5036 7.13731 15.7078 8.33055Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-navigator-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 3V21M20 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.66101 16.8652C10.6709 14.9551 11.1759 14 12 14C12.8241 14 13.3291 14.9551 14.339 16.8652L15.0267 18.166C15.8023 19.6329 16.1901 20.3664 15.9082 20.7191C15.8324 20.8139 15.7325 20.8921 15.6163 20.9476C15.1841 21.1541 14.3908 20.7381 12.8043 19.9062C12.4524 19.7216 12.2764 19.6294 12.084 19.6129C12.0281 19.6081 11.9719 19.6081 11.916 19.6129C11.7236 19.6294 11.5476 19.7216 11.1957 19.9062C9.60915 20.7381 8.81587 21.1541 8.38372 20.9476C8.26754 20.8921 8.16764 20.8139 8.09184 20.7191C7.80989 20.3664 8.19769 19.6329 8.97329 18.166L9.66101 16.8652Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 3V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 3V21M20 3V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.66101 16.8652C10.6709 14.9551 11.1759 14 12 14C12.8241 14 13.3291 14.9551 14.339 16.8652L15.0267 18.166C15.8023 19.6329 16.1901 20.3664 15.9082 20.7191C15.8324 20.8139 15.7325 20.8921 15.6163 20.9476C15.1841 21.1541 14.3908 20.7381 12.8043 19.9062C12.4524 19.7216 12.2764 19.6294 12.084 19.6129C12.0281 19.6081 11.9719 19.6081 11.916 19.6129C11.7236 19.6294 11.5476 19.7216 11.1957 19.9062C9.60915 20.7381 8.81587 21.1541 8.38372 20.9476C8.26754 20.8921 8.16764 20.8139 8.09184 20.7191C7.80989 20.3664 8.19769 19.6329 8.97329 18.166L9.66101 16.8652Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 3V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-navigator-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 4L3 4M21 20L3 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.13478 9.66101C9.04493 10.6709 10 11.1759 10 12C10 12.8241 9.04493 13.3291 7.13478 14.339L5.83402 15.0267C4.36705 15.8023 3.63357 16.1901 3.2809 15.9082C3.18609 15.8324 3.10787 15.7325 3.05235 15.6163C2.84587 15.1841 3.26185 14.3908 4.09382 12.8043C4.27836 12.4524 4.37063 12.2764 4.38713 12.084C4.39192 12.0281 4.39192 11.9719 4.38713 11.916C4.37063 11.7236 4.27836 11.5476 4.09382 11.1957C3.26185 9.60915 2.84587 8.81587 3.05235 8.38372C3.10787 8.26754 3.18609 8.16764 3.2809 8.09184C3.63357 7.80989 4.36705 8.19769 5.83402 8.97329L7.13478 9.66101Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 12L19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12L13 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 4L3 4M21 20L3 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.13478 9.66101C9.04493 10.6709 10 11.1759 10 12C10 12.8241 9.04493 13.3291 7.13478 14.339L5.83402 15.0267C4.36705 15.8023 3.63357 16.1901 3.2809 15.9082C3.18609 15.8324 3.10787 15.7325 3.05235 15.6163C2.84587 15.1841 3.26185 14.3908 4.09382 12.8043C4.27836 12.4524 4.37063 12.2764 4.38713 12.084C4.39192 12.0281 4.39192 11.9719 4.38713 11.916C4.37063 11.7236 4.27836 11.5476 4.09382 11.1957C3.26185 9.60915 2.84587 8.81587 3.05235 8.38372C3.10787 8.26754 3.18609 8.16764 3.2809 8.09184C3.63357 7.80989 4.36705 8.19769 5.83402 8.97329L7.13478 9.66101Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 12L19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12L13 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-pin-location-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%227%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 11L12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.847 16C17.4943 18.113 18.3179 19.1695 17.8865 20.006C17.8466 20.0832 17.7999 20.1578 17.7469 20.229C17.1723 21 15.6875 21 12.7178 21H11.2822C8.31251 21 6.82765 21 6.25311 20.229C6.20005 20.1578 6.15339 20.0832 6.11355 20.006C5.68206 19.1695 6.50571 18.113 8.15301 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%227%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 11L12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.847 16C17.4943 18.113 18.3179 19.1695 17.8865 20.006C17.8466 20.0832 17.7999 20.1578 17.7469 20.229C17.1723 21 15.6875 21 12.7178 21H11.2822C8.31251 21 6.82765 21 6.25311 20.229C6.20005 20.1578 6.15339 20.0832 6.11355 20.006C5.68206 19.1695 6.50571 18.113 8.15301 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-pin-location-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%227%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 11L12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19C17 20.1046 14.7614 21 12 21C9.23858 21 7 20.1046 7 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%227%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 11L12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19C17 20.1046 14.7614 21 12 21C9.23858 21 7 20.1046 7 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-pin-location-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%226%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 16C3.7492 16.6327 3 17.4385 3 18.3158C3 20.3505 7.02944 22 12 22C16.9706 22 21 20.3505 21 18.3158C21 17.4385 20.2508 16.6327 19 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10L12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%226%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 16C3.7492 16.6327 3 17.4385 3 18.3158C3 20.3505 7.02944 22 12 22C16.9706 22 21 20.3505 21 18.3158C21 17.4385 20.2508 16.6327 19 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10L12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-pin-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 8C6.95863 8.1281 6.49932 8.14239 5.99268 8.45891C5.07234 9.03388 4.85108 9.71674 5.08821 10.7612C5.94028 14.5139 9.48599 18.0596 13.2388 18.9117C14.2834 19.1489 14.9661 18.928 15.5416 18.0077C15.8411 17.5288 15.8716 17.0081 16 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7.79915C12.1776 7.77794 12.3182 7.74034 12.4295 7.68235C13.3997 7.17686 13.9291 5.53361 14.4498 4.60009C14.9311 3.73715 15.1718 3.30567 15.7379 3.10227C16.3041 2.89888 16.6448 3.02205 17.3262 3.26839C18.9197 3.8445 20.1555 5.08032 20.7316 6.6738C20.9779 7.35521 21.1011 7.69591 20.8977 8.26204C20.6943 8.82817 20.2628 9.06884 19.3999 9.55018C18.4608 10.074 16.7954 10.6108 16.2905 11.5898C16.2345 11.6983 16.1978 11.8327 16.1769 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 3L21 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 8C6.95863 8.1281 6.49932 8.14239 5.99268 8.45891C5.07234 9.03388 4.85108 9.71674 5.08821 10.7612C5.94028 14.5139 9.48599 18.0596 13.2388 18.9117C14.2834 19.1489 14.9661 18.928 15.5416 18.0077C15.8411 17.5288 15.8716 17.0081 16 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7.79915C12.1776 7.77794 12.3182 7.74034 12.4295 7.68235C13.3997 7.17686 13.9291 5.53361 14.4498 4.60009C14.9311 3.73715 15.1718 3.30567 15.7379 3.10227C16.3041 2.89888 16.6448 3.02205 17.3262 3.26839C18.9197 3.8445 20.1555 5.08032 20.7316 6.6738C20.9779 7.35521 21.1011 7.69591 20.8977 8.26204C20.6943 8.82817 20.2628 9.06884 19.3999 9.55018C18.4608 10.074 16.7954 10.6108 16.2905 11.5898C16.2345 11.6983 16.1978 11.8327 16.1769 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 3L21 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-pin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 21L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2585 18.8714C9.51516 18.0215 5.97844 14.4848 5.12853 10.7415C4.99399 10.1489 4.92672 9.85266 5.12161 9.37197C5.3165 8.89129 5.55457 8.74255 6.03071 8.44509C7.10705 7.77265 8.27254 7.55888 9.48209 7.66586C11.1793 7.81598 12.0279 7.89104 12.4512 7.67048C12.8746 7.44991 13.1622 6.93417 13.7376 5.90269L14.4664 4.59604C14.9465 3.73528 15.1866 3.3049 15.7513 3.10202C16.316 2.89913 16.6558 3.02199 17.3355 3.26771C18.9249 3.84236 20.1576 5.07505 20.7323 6.66449C20.978 7.34417 21.1009 7.68401 20.898 8.2487C20.6951 8.8134 20.2647 9.05346 19.4039 9.53358L18.0672 10.2792C17.0376 10.8534 16.5229 11.1406 16.3024 11.568C16.0819 11.9955 16.162 12.8256 16.3221 14.4859C16.4399 15.7068 16.2369 16.88 15.5555 17.9697C15.2577 18.4458 15.1088 18.6839 14.6283 18.8786C14.1477 19.0733 13.8513 19.006 13.2585 18.8714Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 21L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2585 18.8714C9.51516 18.0215 5.97844 14.4848 5.12853 10.7415C4.99399 10.1489 4.92672 9.85266 5.12161 9.37197C5.3165 8.89129 5.55457 8.74255 6.03071 8.44509C7.10705 7.77265 8.27254 7.55888 9.48209 7.66586C11.1793 7.81598 12.0279 7.89104 12.4512 7.67048C12.8746 7.44991 13.1622 6.93417 13.7376 5.90269L14.4664 4.59604C14.9465 3.73528 15.1866 3.3049 15.7513 3.10202C16.316 2.89913 16.6558 3.02199 17.3355 3.26771C18.9249 3.84236 20.1576 5.07505 20.7323 6.66449C20.978 7.34417 21.1009 7.68401 20.898 8.2487C20.6951 8.8134 20.2647 9.05346 19.4039 9.53358L18.0672 10.2792C17.0376 10.8534 16.5229 11.1406 16.3024 11.568C16.0819 11.9955 16.162 12.8256 16.3221 14.4859C16.4399 15.7068 16.2369 16.88 15.5555 17.9697C15.2577 18.4458 15.1088 18.6839 14.6283 18.8786C14.1477 19.0733 13.8513 19.006 13.2585 18.8714Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-radar-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5962 16.5962C14.0578 19.1346 9.94221 19.1346 7.40381 16.5962C4.8654 14.0578 4.8654 9.94221 7.40381 7.40381C8.92815 5.87946 11.0212 5.27051 13 5.57693%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12L16.9497 7.05025C17.9829 6.01707 18.4995 5.50048 18.3867 4.75173C18.2739 4.00298 17.7382 3.7198 16.6667 3.15343C15.2736 2.41699 13.6855 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 10.5778 21.7031 9.22492 21.1679 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5962 16.5962C14.0578 19.1346 9.94221 19.1346 7.40381 16.5962C4.8654 14.0578 4.8654 9.94221 7.40381 7.40381C8.92815 5.87946 11.0212 5.27051 13 5.57693%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12L16.9497 7.05025C17.9829 6.01707 18.4995 5.50048 18.3867 4.75173C18.2739 4.00298 17.7382 3.7198 16.6667 3.15343C15.2736 2.41699 13.6855 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 10.5778 21.7031 9.22492 21.1679 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-radar-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C12.9401 6 13.8296 6.21619 14.6217 6.60156C15.3346 6.94843 15.6911 7.12186 15.7764 7.63009C15.8617 8.13832 15.5173 8.48274 14.8284 9.17157L12 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C12.9401 6 13.8296 6.21619 14.6217 6.60156C15.3346 6.94843 15.6911 7.12186 15.7764 7.63009C15.8617 8.13832 15.5173 8.48274 14.8284 9.17157L12 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-road-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.17157 3.17157C4 4.34314 4 6.22876 4 10L4 14C4 17.7712 4 19.6569 5.17157 20.8284M5.17157 3.17157C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.17157M5.17157 3.17157C5.17157 3.17157 5.17157 3.17157 5.17157 3.17157ZM5.17157 20.8284C6.34315 22 8.22876 22 12 22C15.7712 22 17.6569 22 18.8284 20.8284M5.17157 20.8284C5.17157 20.8284 5.17157 20.8284 5.17157 20.8284ZM18.8284 20.8284C20 19.6569 20 17.7712 20 14L20 10C20 6.22876 20 4.34315 18.8284 3.17157M18.8284 20.8284C18.8284 20.8284 18.8284 20.8284 18.8284 20.8284ZM18.8284 3.17157C18.8284 3.17157 18.8284 3.17157 18.8284 3.17157Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11L12 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5.5L12 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16.5L12 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.17157 3.17157C4 4.34314 4 6.22876 4 10L4 14C4 17.7712 4 19.6569 5.17157 20.8284M5.17157 3.17157C6.34315 2 8.22876 2 12 2C15.7712 2 17.6569 2 18.8284 3.17157M5.17157 3.17157C5.17157 3.17157 5.17157 3.17157 5.17157 3.17157ZM5.17157 20.8284C6.34315 22 8.22876 22 12 22C15.7712 22 17.6569 22 18.8284 20.8284M5.17157 20.8284C5.17157 20.8284 5.17157 20.8284 5.17157 20.8284ZM18.8284 20.8284C20 19.6569 20 17.7712 20 14L20 10C20 6.22876 20 4.34315 18.8284 3.17157M18.8284 20.8284C18.8284 20.8284 18.8284 20.8284 18.8284 20.8284ZM18.8284 3.17157C18.8284 3.17157 18.8284 3.17157 18.8284 3.17157Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11L12 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5.5L12 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16.5L12 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-road-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.8284 5.17157C19.6569 4 17.7712 4 14 4L10 4C6.22877 4 4.34315 4 3.17157 5.17157M20.8284 5.17157C22 6.34315 22 8.22876 22 12C22 15.7712 22 17.6569 20.8284 18.8284M20.8284 5.17157C20.8284 5.17157 20.8284 5.17157 20.8284 5.17157ZM3.17157 5.17157C2 6.34315 2 8.22876 2 12C2 15.7712 2 17.6569 3.17157 18.8284M3.17157 5.17157C3.17157 5.17157 3.17157 5.17157 3.17157 5.17157ZM3.17157 18.8284C4.34315 20 6.22876 20 10 20H14C17.7712 20 19.6569 20 20.8284 18.8284M3.17157 18.8284C3.17157 18.8284 3.17157 18.8284 3.17157 18.8284ZM20.8284 18.8284C20.8284 18.8284 20.8284 18.8284 20.8284 18.8284Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 12L11 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12L16.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 12L5.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.8284 5.17157C19.6569 4 17.7712 4 14 4L10 4C6.22877 4 4.34315 4 3.17157 5.17157M20.8284 5.17157C22 6.34315 22 8.22876 22 12C22 15.7712 22 17.6569 20.8284 18.8284M20.8284 5.17157C20.8284 5.17157 20.8284 5.17157 20.8284 5.17157ZM3.17157 5.17157C2 6.34315 2 8.22876 2 12C2 15.7712 2 17.6569 3.17157 18.8284M3.17157 5.17157C3.17157 5.17157 3.17157 5.17157 3.17157 5.17157ZM3.17157 18.8284C4.34315 20 6.22876 20 10 20H14C17.7712 20 19.6569 20 20.8284 18.8284M3.17157 18.8284C3.17157 18.8284 3.17157 18.8284 3.17157 18.8284ZM20.8284 18.8284C20.8284 18.8284 20.8284 18.8284 20.8284 18.8284Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 12L11 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12L16.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 12L5.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-road-location-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 15L16.5 15M13 15L11 15M7.5 15L5.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2C9.79086 2 8 3.80892 8 6.04033C8 7.31626 8.5 8.30834 9.5 9.1945C10.2049 9.81911 11.0588 10.8566 11.5714 11.6975C11.8173 12.1008 12.165 12.1008 12.4286 11.6975C12.9672 10.8733 13.7951 9.81911 14.5 9.1945C15.5 8.30834 16 7.31626 16 6.04033C16 3.80892 14.2091 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 8C19.7745 8.14988 20.3588 8.40002 20.8284 8.81749C22 9.85903 22 11.5353 22 14.888C22 18.2406 22 19.9169 20.8284 20.9585C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.9585C2 19.9169 2 18.2406 2 14.888C2 11.5353 2 9.85902 3.17157 8.81749C3.64118 8.40002 4.2255 8.14988 5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 15L16.5 15M13 15L11 15M7.5 15L5.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2C9.79086 2 8 3.80892 8 6.04033C8 7.31626 8.5 8.30834 9.5 9.1945C10.2049 9.81911 11.0588 10.8566 11.5714 11.6975C11.8173 12.1008 12.165 12.1008 12.4286 11.6975C12.9672 10.8733 13.7951 9.81911 14.5 9.1945C15.5 8.30834 16 7.31626 16 6.04033C16 3.80892 14.2091 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 8C19.7745 8.14988 20.3588 8.40002 20.8284 8.81749C22 9.85903 22 11.5353 22 14.888C22 18.2406 22 19.9169 20.8284 20.9585C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.9585C2 19.9169 2 18.2406 2 14.888C2 11.5353 2 9.85902 3.17157 8.81749C3.64118 8.40002 4.2255 8.14988 5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-road-location-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 15.082L16.5 15.082M13 15.082L11 15.082M7.5 15.082L5.5 15.082%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 5.93261C16 8.60703 13.0435 10.548 12.214 11.0244C12.0802 11.1012 11.9198 11.1012 11.786 11.0244C10.9565 10.548 8 8.60703 8 5.93261C8 3.88203 9.79086 2.08203 12 2.08203C14.2091 2.08203 16 3.88203 16 5.93261Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 6.08203H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 8.08203C19.7745 8.23191 20.3588 8.48205 20.8284 8.89953C22 9.94106 22 11.6174 22 14.97C22 18.3227 22 19.999 20.8284 21.0405C19.6569 22.082 17.7712 22.082 14 22.082H10C6.22876 22.082 4.34315 22.082 3.17157 21.0405C2 19.999 2 18.3226 2 14.97C2 11.6174 2 9.94106 3.17157 8.89952C3.64118 8.48205 4.2255 8.23191 5 8.08203%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 15.082L16.5 15.082M13 15.082L11 15.082M7.5 15.082L5.5 15.082%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 5.93261C16 8.60703 13.0435 10.548 12.214 11.0244C12.0802 11.1012 11.9198 11.1012 11.786 11.0244C10.9565 10.548 8 8.60703 8 5.93261C8 3.88203 9.79086 2.08203 12 2.08203C14.2091 2.08203 16 3.88203 16 5.93261Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 6.08203H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 8.08203C19.7745 8.23191 20.3588 8.48205 20.8284 8.89953C22 9.94106 22 11.6174 22 14.97C22 18.3227 22 19.999 20.8284 21.0405C19.6569 22.082 17.7712 22.082 14 22.082H10C6.22876 22.082 4.34315 22.082 3.17157 21.0405C2 19.999 2 18.3226 2 14.97C2 11.6174 2 9.94106 3.17157 8.89952C3.64118 8.48205 4.2255 8.23191 5 8.08203%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-road-wayside{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 2.5C15.5 5.32843 15.5 6.74264 16.3787 7.62132C17.2574 8.5 18.6716 8.5 21.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 21.5C15.5 18.6716 15.5 17.2574 16.3787 16.3787C17.2574 15.5 18.6716 15.5 21.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 2.5C8.5 5.32843 8.5 6.74264 7.62132 7.62132C6.74264 8.5 5.32843 8.5 2.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 21.5C8.5 18.6716 8.5 17.2574 7.62132 16.3787C6.74264 15.5 5.32843 15.5 2.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5V4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 12L19.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19.5V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 12L2.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 2.5C15.5 5.32843 15.5 6.74264 16.3787 7.62132C17.2574 8.5 18.6716 8.5 21.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 21.5C15.5 18.6716 15.5 17.2574 16.3787 16.3787C17.2574 15.5 18.6716 15.5 21.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 2.5C8.5 5.32843 8.5 6.74264 7.62132 7.62132C6.74264 8.5 5.32843 8.5 2.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 21.5C8.5 18.6716 8.5 17.2574 7.62132 16.3787C6.74264 15.5 5.32843 15.5 2.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2.5V4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 12L19.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19.5V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 12L2.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-route-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2218%22 cy%3D%225%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2219%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5H8.5C6.567 5 5 6.567 5 8.5C5 10.433 6.567 12 8.5 12H15.5C17.433 12 19 13.567 19 15.5C19 17.433 17.433 19 15.5 19H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2218%22 cy%3D%225%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2219%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5H8.5C6.567 5 5 6.567 5 8.5C5 10.433 6.567 12 8.5 12H15.5C17.433 12 19 13.567 19 15.5C19 17.433 17.433 19 15.5 19H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-route-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.7185 10.7151C18.5258 10.8979 18.2682 11 18.0001 11C17.732 11 17.4744 10.8979 17.2817 10.7151C15.5167 9.03169 13.1515 7.15111 14.305 4.42085C14.9286 2.94462 16.4257 2 18.0001 2C19.5745 2 21.0715 2.94462 21.6952 4.42085C22.8472 7.14767 20.4878 9.03749 18.7185 10.7151Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 6H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%225%22 cy%3D%2219%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7H9.5C7.567 7 6 8.34315 6 10C6 11.6569 7.567 13 9.5 13H12.5C14.433 13 16 14.3431 16 16C16 17.6569 14.433 19 12.5 19H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.7185 10.7151C18.5258 10.8979 18.2682 11 18.0001 11C17.732 11 17.4744 10.8979 17.2817 10.7151C15.5167 9.03169 13.1515 7.15111 14.305 4.42085C14.9286 2.94462 16.4257 2 18.0001 2C19.5745 2 21.0715 2.94462 21.6952 4.42085C22.8472 7.14767 20.4878 9.03749 18.7185 10.7151Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 6H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%225%22 cy%3D%2219%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7H9.5C7.567 7 6 8.34315 6 10C6 11.6569 7.567 13 9.5 13H12.5C14.433 13 16 14.3431 16 16C16 17.6569 14.433 19 12.5 19H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-route-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2C20.1647 2 22 3.81484 22 6.01659C22 8.25341 20.1348 9.82312 18.412 10.8905C18.2864 10.9623 18.1445 11 18 11C17.8555 11 17.7136 10.9623 17.588 10.8905C15.8684 9.8127 14 8.26115 14 6.01659C14 3.81484 15.8353 2 18 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 6H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%225%22 cy%3D%2219%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7H9.5C7.567 7 6 8.34315 6 10C6 11.6569 7.567 13 9.5 13H12.5C14.433 13 16 14.3431 16 16C16 17.6569 14.433 19 12.5 19H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 2C20.1647 2 22 3.81484 22 6.01659C22 8.25341 20.1348 9.82312 18.412 10.8905C18.2864 10.9623 18.1445 11 18 11C17.8555 11 17.7136 10.9623 17.588 10.8905C15.8684 9.8127 14 8.26115 14 6.01659C14 3.81484 15.8353 2 18 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 6H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%225%22 cy%3D%2219%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7H9.5C7.567 7 6 8.34315 6 10C6 11.6569 7.567 13 9.5 13H12.5C14.433 13 16 14.3431 16 16C16 17.6569 14.433 19 12.5 19H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-route-block{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2L21 8M21 2L15 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2219%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5H8.5C6.567 5 5 6.567 5 8.5C5 10.433 6.567 12 8.5 12H15.5C17.433 12 19 13.567 19 15.5C19 17.433 17.433 19 15.5 19H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2L21 8M21 2L15 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2219%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5H8.5C6.567 5 5 6.567 5 8.5C5 10.433 6.567 12 8.5 12H15.5C17.433 12 19 13.567 19 15.5C19 17.433 17.433 19 15.5 19H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-share-location-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C17.5237 2 22 6.47778 22 12C22 17.5222 17.5237 22 12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21.5C7.81163 21.0953 6.69532 20.5107 5.72302 19.7462M5.72302 4.25385C6.69532 3.50059 7.81163 2.90473 9 2.5M2 10.2461C2.21607 9.08813 2.66019 7.96386 3.29638 6.94078M2 13.7539C2.21607 14.9119 2.66019 16.0361 3.29638 17.0592%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.7185 16.2151C12.5258 16.3979 12.2682 16.5 12.0001 16.5C11.732 16.5 11.4744 16.3979 11.2817 16.2151C9.51674 14.5317 7.15154 12.6511 8.30498 9.92085C8.92863 8.44462 10.4257 7.5 12.0001 7.5C13.5745 7.5 15.0715 8.44462 15.6952 9.92085C16.8472 12.6477 14.4878 14.5375 12.7185 16.2151Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9961 11.5H12.0024%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C17.5237 2 22 6.47778 22 12C22 17.5222 17.5237 22 12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21.5C7.81163 21.0953 6.69532 20.5107 5.72302 19.7462M5.72302 4.25385C6.69532 3.50059 7.81163 2.90473 9 2.5M2 10.2461C2.21607 9.08813 2.66019 7.96386 3.29638 6.94078M2 13.7539C2.21607 14.9119 2.66019 16.0361 3.29638 17.0592%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.7185 16.2151C12.5258 16.3979 12.2682 16.5 12.0001 16.5C11.732 16.5 11.4744 16.3979 11.2817 16.2151C9.51674 14.5317 7.15154 12.6511 8.30498 9.92085C8.92863 8.44462 10.4257 7.5 12.0001 7.5C13.5745 7.5 15.0715 8.44462 15.6952 9.92085C16.8472 12.6477 14.4878 14.5375 12.7185 16.2151Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9961 11.5H12.0024%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-share-location-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C17.5237 2 22 6.47778 22 12C22 17.5222 17.5237 22 12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21.5C7.81163 21.0953 6.69532 20.5107 5.72302 19.7462M5.72302 4.25385C6.69532 3.50059 7.81163 2.90473 9 2.5M2 10.2461C2.21607 9.08813 2.66019 7.96386 3.29638 6.94078M2 13.7539C2.21607 14.9119 2.66019 16.0361 3.29638 17.0592%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9961 11.5H12.0024%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7C14.4353 7 16.5 9.01649 16.5 11.4629C16.5 13.9482 14.4017 15.6924 12.4635 16.8783C12.3223 16.9581 12.1625 17 12 17C11.8375 17 11.6777 16.9581 11.5365 16.8783C9.60195 15.6808 7.5 13.9568 7.5 11.4629C7.5 9.01649 9.56472 7 12 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C17.5237 2 22 6.47778 22 12C22 17.5222 17.5237 22 12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21.5C7.81163 21.0953 6.69532 20.5107 5.72302 19.7462M5.72302 4.25385C6.69532 3.50059 7.81163 2.90473 9 2.5M2 10.2461C2.21607 9.08813 2.66019 7.96386 3.29638 6.94078M2 13.7539C2.21607 14.9119 2.66019 16.0361 3.29638 17.0592%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9961 11.5H12.0024%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7C14.4353 7 16.5 9.01649 16.5 11.4629C16.5 13.9482 14.4017 15.6924 12.4635 16.8783C12.3223 16.9581 12.1625 17 12 17C11.8375 17 11.6777 16.9581 11.5365 16.8783C9.60195 15.6808 7.5 13.9568 7.5 11.4629C7.5 9.01649 9.56472 7 12 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-maps-icons-user-roadside{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9981 6.5H11.0019C8.13196 6.5 6.19701 9.56909 7.32753 12.328C7.48501 12.7124 7.84633 12.9615 8.24612 12.9615H8.9491C9.18605 12.9615 9.39259 13.1302 9.45006 13.3706L10.3551 17.1567C10.5438 17.9462 11.222 18.5 12 18.5C12.778 18.5 13.4562 17.9462 13.6449 17.1567L14.5499 13.3706C14.6074 13.1302 14.814 12.9615 15.0509 12.9615H15.7539C16.1537 12.9615 16.515 12.7124 16.6725 12.328C17.803 9.56909 15.868 6.5 12.9981 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 4C14.5 5.38071 13.3807 6.5 12 6.5C10.6193 6.5 9.5 5.38071 9.5 4C9.5 2.61929 10.6193 1.5 12 1.5C13.3807 1.5 14.5 2.61929 14.5 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 16.5L6 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21.5L12 22.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 16.5L17 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9981 6.5H11.0019C8.13196 6.5 6.19701 9.56909 7.32753 12.328C7.48501 12.7124 7.84633 12.9615 8.24612 12.9615H8.9491C9.18605 12.9615 9.39259 13.1302 9.45006 13.3706L10.3551 17.1567C10.5438 17.9462 11.222 18.5 12 18.5C12.778 18.5 13.4562 17.9462 13.6449 17.1567L14.5499 13.3706C14.6074 13.1302 14.814 12.9615 15.0509 12.9615H15.7539C16.1537 12.9615 16.515 12.7124 16.6725 12.328C17.803 9.56909 15.868 6.5 12.9981 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 4C14.5 5.38071 13.3807 6.5 12 6.5C10.6193 6.5 9.5 5.38071 9.5 4C9.5 2.61929 10.6193 1.5 12 1.5C13.3807 1.5 14.5 2.61929 14.5 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 16.5L6 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21.5L12 22.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 16.5L17 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-1st-brecket-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 8C7.7945 8.85994 7 10.3304 7 12C7 13.6696 7.7945 15.1401 9 16M15 8C16.2055 8.85994 17 10.3304 17 12C17 13.6696 16.2055 15.1401 15 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 8C7.7945 8.85994 7 10.3304 7 12C7 13.6696 7.7945 15.1401 9 16M15 8C16.2055 8.85994 17 10.3304 17 12C17 13.6696 16.2055 15.1401 15 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-1st-brecket-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8C7.7945 8.85994 7 10.3304 7 12C7 13.6696 7.7945 15.1401 9 16M15 8C16.2055 8.85994 17 10.3304 17 12C17 13.6696 16.2055 15.1401 15 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8C7.7945 8.85994 7 10.3304 7 12C7 13.6696 7.7945 15.1401 9 16M15 8C16.2055 8.85994 17 10.3304 17 12C17 13.6696 16.2055 15.1401 15 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-1st-brecket{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 3C3.58901 4.93486 2 8.24345 2 12C2 15.7565 3.58901 19.0651 6 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 3C20.411 4.93486 22 8.24345 22 12C22 15.7565 20.411 19.0651 18 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 3C3.58901 4.93486 2 8.24345 2 12C2 15.7565 3.58901 19.0651 6 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 3C20.411 4.93486 22 8.24345 22 12C22 15.7565 20.411 19.0651 18 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-2nd-brecket-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 8C15.6501 8.06476 16.0876 8.21113 16.4142 8.54192C17 9.13523 17 10.0902 17 12C17 13.9098 17 14.8648 16.4142 15.4581C16.0876 15.7889 15.6501 15.9352 15 16M9 16C8.34994 15.9352 7.91238 15.7889 7.58579 15.4581C7 14.8648 7 13.9098 7 12C7 10.0902 7 9.13523 7.58579 8.54192C7.91238 8.21113 8.34994 8.06476 9 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 8C15.6501 8.06476 16.0876 8.21113 16.4142 8.54192C17 9.13523 17 10.0902 17 12C17 13.9098 17 14.8648 16.4142 15.4581C16.0876 15.7889 15.6501 15.9352 15 16M9 16C8.34994 15.9352 7.91238 15.7889 7.58579 15.4581C7 14.8648 7 13.9098 7 12C7 10.0902 7 9.13523 7.58579 8.54192C7.91238 8.21113 8.34994 8.06476 9 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-2nd-brecket-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 8C15.6501 8.06476 16.0876 8.21113 16.4142 8.54192C17 9.13523 17 10.0902 17 12C17 13.9098 17 14.8648 16.4142 15.4581C16.0876 15.7889 15.6501 15.9352 15 16M9 16C8.34994 15.9352 7.91238 15.7889 7.58579 15.4581C7 14.8648 7 13.9098 7 12C7 10.0902 7 9.13523 7.58579 8.54192C7.91238 8.21113 8.34994 8.06476 9 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 8C15.6501 8.06476 16.0876 8.21113 16.4142 8.54192C17 9.13523 17 10.0902 17 12C17 13.9098 17 14.8648 16.4142 15.4581C16.0876 15.7889 15.6501 15.9352 15 16M9 16C8.34994 15.9352 7.91238 15.7889 7.58579 15.4581C7 14.8648 7 13.9098 7 12C7 10.0902 7 9.13523 7.58579 8.54192C7.91238 8.21113 8.34994 8.06476 9 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-2nd-brecket{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.225 3C18.6145 3.15381 19.5498 3.50143 20.2479 4.28705C21.5 5.69617 21.5 7.96411 21.5 12.5C21.5 17.0359 21.5 19.3038 20.2479 20.713C19.5498 21.4986 18.6145 21.8462 17.225 22M6.77501 22C5.38551 21.8462 4.45021 21.4986 3.75212 20.713C2.5 19.3038 2.5 17.0359 2.5 12.5C2.5 7.96411 2.5 5.69617 3.75212 4.28705C4.45021 3.50143 5.38551 3.15381 6.77501 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.225 3C18.6145 3.15381 19.5498 3.50143 20.2479 4.28705C21.5 5.69617 21.5 7.96411 21.5 12.5C21.5 17.0359 21.5 19.3038 20.2479 20.713C19.5498 21.4986 18.6145 21.8462 17.225 22M6.77501 22C5.38551 21.8462 4.45021 21.4986 3.75212 20.713C2.5 19.3038 2.5 17.0359 2.5 12.5C2.5 7.96411 2.5 5.69617 3.75212 4.28705C4.45021 3.50143 5.38551 3.15381 6.77501 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-3rd-brecket-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 16C14.9241 16 15.6733 15.4883 15.6733 14.8571C15.6733 13.6365 15.6869 13.1336 16.755 12.4041C17.0817 12.1809 17.0817 11.8191 16.755 11.5959C15.6869 10.8664 15.6733 10.3635 15.6733 9.14286C15.6733 8.51167 14.9241 8 14 8M10 16C9.07588 16 8.32673 15.4883 8.32673 14.8571C8.32673 13.6365 8.31312 13.1336 7.24505 12.4041C6.91832 12.1809 6.91832 11.8191 7.24504 11.5959C8.31312 10.8664 8.32673 10.3635 8.32673 9.14286C8.32673 8.51167 9.07588 8 10 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 16C14.9241 16 15.6733 15.4883 15.6733 14.8571C15.6733 13.6365 15.6869 13.1336 16.755 12.4041C17.0817 12.1809 17.0817 11.8191 16.755 11.5959C15.6869 10.8664 15.6733 10.3635 15.6733 9.14286C15.6733 8.51167 14.9241 8 14 8M10 16C9.07588 16 8.32673 15.4883 8.32673 14.8571C8.32673 13.6365 8.31312 13.1336 7.24505 12.4041C6.91832 12.1809 6.91832 11.8191 7.24504 11.5959C8.31312 10.8664 8.32673 10.3635 8.32673 9.14286C8.32673 8.51167 9.07588 8 10 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-3rd-brecket-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 16C14.9241 16 15.6733 15.4883 15.6733 14.8571C15.6733 13.6365 15.6869 13.1336 16.755 12.4041C17.0817 12.1809 17.0817 11.8191 16.755 11.5959C15.6869 10.8664 15.6733 10.3635 15.6733 9.14286C15.6733 8.51167 14.9241 8 14 8M10 16C9.07588 16 8.32673 15.4883 8.32673 14.8571C8.32673 13.6365 8.31312 13.1336 7.24505 12.4041C6.91832 12.1809 6.91832 11.8191 7.24504 11.5959C8.31312 10.8664 8.32673 10.3635 8.32673 9.14286C8.32673 8.51167 9.07588 8 10 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 16C14.9241 16 15.6733 15.4883 15.6733 14.8571C15.6733 13.6365 15.6869 13.1336 16.755 12.4041C17.0817 12.1809 17.0817 11.8191 16.755 11.5959C15.6869 10.8664 15.6733 10.3635 15.6733 9.14286C15.6733 8.51167 14.9241 8 14 8M10 16C9.07588 16 8.32673 15.4883 8.32673 14.8571C8.32673 13.6365 8.31312 13.1336 7.24505 12.4041C6.91832 12.1809 6.91832 11.8191 7.24504 11.5959C8.31312 10.8664 8.32673 10.3635 8.32673 9.14286C8.32673 8.51167 9.07588 8 10 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-3rd-brecket{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 21C19.2322 21 20.231 19.8487 20.231 18.4286C20.231 16.1808 20.1312 14.6865 21.6733 12.9091C22.1089 12.407 22.1089 11.593 21.6733 11.0909C20.1312 9.31354 20.231 7.81916 20.231 5.57143C20.231 4.15127 19.2322 3 18 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 21C4.76784 21 3.76897 19.8487 3.76897 18.4286C3.76897 16.1808 3.86877 14.6865 2.32673 12.9091C1.89109 12.407 1.89109 11.593 2.32673 11.0909C3.83496 9.35251 3.76897 7.83992 3.76897 5.57143C3.76897 4.15127 4.76784 3 6 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 21C19.2322 21 20.231 19.8487 20.231 18.4286C20.231 16.1808 20.1312 14.6865 21.6733 12.9091C22.1089 12.407 22.1089 11.593 21.6733 11.0909C20.1312 9.31354 20.231 7.81916 20.231 5.57143C20.231 4.15127 19.2322 3 18 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 21C4.76784 21 3.76897 19.8487 3.76897 18.4286C3.76897 16.1808 3.86877 14.6865 2.32673 12.9091C1.89109 12.407 1.89109 11.593 2.32673 11.0909C3.83496 9.35251 3.76897 7.83992 3.76897 5.57143C3.76897 4.15127 4.76784 3 6 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-abacus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9H9.5M17 9H18M12 8V10M14.5 8V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15H12M7 15H6M9.5 14V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9H9.5M17 9H18M12 8V10M14.5 8V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15H12M7 15H6M9.5 14V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-absolute{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.725 2.5C19.1145 2.65381 20.0498 3.00143 20.7479 3.78705C22 5.19617 22 7.46411 22 12C22 16.5359 22 18.8038 20.7479 20.213C20.0498 20.9986 19.1145 21.3462 17.725 21.5M6.27501 21.5C4.88551 21.3462 3.95021 20.9986 3.25212 20.213C2 18.8038 2 16.5359 2 12C2 7.46411 2 5.19617 3.25212 3.78705C3.95021 3.00143 4.88551 2.65381 6.27501 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15.25C6.58579 15.25 6.25 15.5858 6.25 16C6.25 16.4142 6.58579 16.75 7 16.75V15.25ZM17 8.75C17.4142 8.75 17.75 8.41421 17.75 8C17.75 7.58579 17.4142 7.25 17 7.25V8.75ZM11.0856 10.0103L11.7671 9.6971V9.6971L11.0856 10.0103ZM12.9144 13.9897L13.5959 13.6765L12.9144 13.9897ZM13.797 15.4622L14.277 14.886L14.277 14.886L13.797 15.4622ZM16.4118 16.75C16.826 16.75 17.1618 16.4142 17.1618 16C17.1618 15.5858 16.826 15.25 16.4118 15.25V16.75ZM14.4528 15.8392L14.1899 16.5416H14.1899L14.4528 15.8392ZM7.58824 7.25C7.17402 7.25 6.83824 7.58579 6.83824 8C6.83824 8.41421 7.17402 8.75 7.58824 8.75V7.25ZM9.54722 8.16082L9.28435 8.86324V8.86324L9.54722 8.16082ZM10.203 8.53778L9.72295 9.114L9.72295 9.114L10.203 8.53778ZM7 16.75C8.26446 16.75 9.31277 16.1107 10.1903 15.3013C11.0631 14.4962 11.8574 13.4368 12.5993 12.451C13.3625 11.4368 14.0733 10.4962 14.8267 9.8013C15.5755 9.11065 16.2747 8.75 17 8.75V7.25C15.7355 7.25 14.6872 7.88935 13.8097 8.6987C12.9369 9.50375 12.1426 10.5632 11.4007 11.549C10.6375 12.5632 9.92671 13.5038 9.17327 14.1987C8.42448 14.8893 7.72533 15.25 7 15.25V16.75ZM10.4041 10.3235L12.2329 14.3029L13.5959 13.6765L11.7671 9.6971L10.4041 10.3235ZM12.2329 14.3029C12.5703 15.037 12.8228 15.6268 13.3169 16.0384L14.277 14.886C14.1039 14.7418 13.9905 14.5352 13.5959 13.6765L12.2329 14.3029ZM16.4118 15.25C15.33 15.25 14.9872 15.2384 14.7157 15.1368L14.1899 16.5416C14.7778 16.7616 15.4545 16.75 16.4118 16.75V15.25ZM13.3169 16.0384C13.5748 16.2533 13.8713 16.4224 14.1899 16.5416L14.7157 15.1368C14.546 15.0733 14.3982 14.9869 14.277 14.886L13.3169 16.0384ZM7.58824 8.75C8.67003 8.75 9.01283 8.76163 9.28435 8.86324L9.81009 7.45839C9.22216 7.23837 8.54546 7.25 7.58824 7.25V8.75ZM11.7671 9.6971C11.4297 8.96298 11.1772 8.37321 10.6831 7.96156L9.72295 9.114C9.89607 9.25823 10.0095 9.46483 10.4041 10.3235L11.7671 9.6971ZM9.28435 8.86324C9.45397 8.92672 9.60184 9.01309 9.72295 9.114L10.6831 7.96156C10.4252 7.7467 10.1287 7.57761 9.81009 7.45839L9.28435 8.86324Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.725 2.5C19.1145 2.65381 20.0498 3.00143 20.7479 3.78705C22 5.19617 22 7.46411 22 12C22 16.5359 22 18.8038 20.7479 20.213C20.0498 20.9986 19.1145 21.3462 17.725 21.5M6.27501 21.5C4.88551 21.3462 3.95021 20.9986 3.25212 20.213C2 18.8038 2 16.5359 2 12C2 7.46411 2 5.19617 3.25212 3.78705C3.95021 3.00143 4.88551 2.65381 6.27501 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15.25C6.58579 15.25 6.25 15.5858 6.25 16C6.25 16.4142 6.58579 16.75 7 16.75V15.25ZM17 8.75C17.4142 8.75 17.75 8.41421 17.75 8C17.75 7.58579 17.4142 7.25 17 7.25V8.75ZM11.0856 10.0103L11.7671 9.6971V9.6971L11.0856 10.0103ZM12.9144 13.9897L13.5959 13.6765L12.9144 13.9897ZM13.797 15.4622L14.277 14.886L14.277 14.886L13.797 15.4622ZM16.4118 16.75C16.826 16.75 17.1618 16.4142 17.1618 16C17.1618 15.5858 16.826 15.25 16.4118 15.25V16.75ZM14.4528 15.8392L14.1899 16.5416H14.1899L14.4528 15.8392ZM7.58824 7.25C7.17402 7.25 6.83824 7.58579 6.83824 8C6.83824 8.41421 7.17402 8.75 7.58824 8.75V7.25ZM9.54722 8.16082L9.28435 8.86324V8.86324L9.54722 8.16082ZM10.203 8.53778L9.72295 9.114L9.72295 9.114L10.203 8.53778ZM7 16.75C8.26446 16.75 9.31277 16.1107 10.1903 15.3013C11.0631 14.4962 11.8574 13.4368 12.5993 12.451C13.3625 11.4368 14.0733 10.4962 14.8267 9.8013C15.5755 9.11065 16.2747 8.75 17 8.75V7.25C15.7355 7.25 14.6872 7.88935 13.8097 8.6987C12.9369 9.50375 12.1426 10.5632 11.4007 11.549C10.6375 12.5632 9.92671 13.5038 9.17327 14.1987C8.42448 14.8893 7.72533 15.25 7 15.25V16.75ZM10.4041 10.3235L12.2329 14.3029L13.5959 13.6765L11.7671 9.6971L10.4041 10.3235ZM12.2329 14.3029C12.5703 15.037 12.8228 15.6268 13.3169 16.0384L14.277 14.886C14.1039 14.7418 13.9905 14.5352 13.5959 13.6765L12.2329 14.3029ZM16.4118 15.25C15.33 15.25 14.9872 15.2384 14.7157 15.1368L14.1899 16.5416C14.7778 16.7616 15.4545 16.75 16.4118 16.75V15.25ZM13.3169 16.0384C13.5748 16.2533 13.8713 16.4224 14.1899 16.5416L14.7157 15.1368C14.546 15.0733 14.3982 14.9869 14.277 14.886L13.3169 16.0384ZM7.58824 8.75C8.67003 8.75 9.01283 8.76163 9.28435 8.86324L9.81009 7.45839C9.22216 7.23837 8.54546 7.25 7.58824 7.25V8.75ZM11.7671 9.6971C11.4297 8.96298 11.1772 8.37321 10.6831 7.96156L9.72295 9.114C9.89607 9.25823 10.0095 9.46483 10.4041 10.3235L11.7671 9.6971ZM9.28435 8.86324C9.45397 8.92672 9.60184 9.01309 9.72295 9.114L10.6831 7.96156C10.4252 7.7467 10.1287 7.57761 9.81009 7.45839L9.28435 8.86324Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-acute{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6036 2.52471C11.404 2.29971 13.2797 1.82471 13.7799 2.07471M13.7799 2.07471C14.3051 2.39971 14.4051 4.14971 14.5553 4.87471M13.7799 2.07471L3.82554 18.1747C3.82554 18.1747 3.3003 19.0247 3.60046 19.4997C3.82555 20.0247 5.12613 19.9997 5.12613 19.9997H20.5078M20.5078 19.9997C20.5078 19.3997 18.707 18.1997 18.5319 17.9997M20.5078 19.9997C20.5078 20.5997 19.0572 21.4497 18.5319 21.9997%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.50195 12.5C9.37777 12.825 10.8127 13.725 11.6631 15.05C12.6135 16.4 12.7292 18.275 12.154 19.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6036 2.52471C11.404 2.29971 13.2797 1.82471 13.7799 2.07471M13.7799 2.07471C14.3051 2.39971 14.4051 4.14971 14.5553 4.87471M13.7799 2.07471L3.82554 18.1747C3.82554 18.1747 3.3003 19.0247 3.60046 19.4997C3.82555 20.0247 5.12613 19.9997 5.12613 19.9997H20.5078M20.5078 19.9997C20.5078 19.3997 18.707 18.1997 18.5319 17.9997M20.5078 19.9997C20.5078 20.5997 19.0572 21.4497 18.5319 21.9997%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.50195 12.5C9.37777 12.825 10.8127 13.725 11.6631 15.05C12.6135 16.4 12.7292 18.275 12.154 19.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-alpha-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9946 14.1114C16.9946 14.6957 16.8237 15.2743 16.6987 15.5316C16.2844 16.5547 14.9146 15.7937 14.6101 14.6944C14.5295 14.4035 14.3707 13.721 14.2015 12.9755M14.2015 12.9755C13.9954 12.0675 13.774 11.066 13.6599 10.5648C13.1496 8.82213 11.773 7.95414 10.424 8.01793C9.22865 8.07444 7.97676 8.84371 7.33713 10.3155C6.97991 11.1376 6.94806 11.95 7.05776 12.6679C7.20593 13.6375 7.64617 14.4461 8.20986 14.9822C9.27658 15.9967 10.7102 16.1955 11.7811 15.7747C12.6275 15.4421 13.2223 14.7775 13.6599 14.0493C13.868 13.7029 14.0475 13.3423 14.2015 12.9755ZM14.2015 12.9755C14.9773 11.1278 15.1073 9.12496 15.0035 8.01793%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9946 14.1114C16.9946 14.6957 16.8237 15.2743 16.6987 15.5316C16.2844 16.5547 14.9146 15.7937 14.6101 14.6944C14.5295 14.4035 14.3707 13.721 14.2015 12.9755M14.2015 12.9755C13.9954 12.0675 13.774 11.066 13.6599 10.5648C13.1496 8.82213 11.773 7.95414 10.424 8.01793C9.22865 8.07444 7.97676 8.84371 7.33713 10.3155C6.97991 11.1376 6.94806 11.95 7.05776 12.6679C7.20593 13.6375 7.64617 14.4461 8.20986 14.9822C9.27658 15.9967 10.7102 16.1955 11.7811 15.7747C12.6275 15.4421 13.2223 14.7775 13.6599 14.0493C13.868 13.7029 14.0475 13.3423 14.2015 12.9755ZM14.2015 12.9755C14.9773 11.1278 15.1073 9.12496 15.0035 8.01793%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-alpha-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0011 8C15.1077 8.8641 15.0011 10.2323 14.6013 11.8284C14.2548 12.9686 13.1621 16.2569 10.3236 15.9809C7.87156 15.6569 6.84544 13.2566 7.01868 11.6844C7.08531 10.3643 8.07145 8.036 10.6967 8C13.0554 8.20402 13.6551 10.2082 13.9883 11.9004C14.3481 13.4606 14.3081 14.2287 14.9078 15.2968C15.2676 15.8849 15.9472 16.1009 16.4936 15.9569C16.9334 15.7769 17 15.3928 17 15.1048%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0011 8C15.1077 8.8641 15.0011 10.2323 14.6013 11.8284C14.2548 12.9686 13.1621 16.2569 10.3236 15.9809C7.87156 15.6569 6.84544 13.2566 7.01868 11.6844C7.08531 10.3643 8.07145 8.036 10.6967 8C13.0554 8.20402 13.6551 10.2082 13.9883 11.9004C14.3481 13.4606 14.3081 14.2287 14.9078 15.2968C15.2676 15.8849 15.9472 16.1009 16.4936 15.9569C16.9334 15.7769 17 15.3928 17 15.1048%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-alpha{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3943 4C17.5941 5.85 17.3444 10 16.1706 13.275C14.7721 17.5 12.6743 19.35 11.0011 19.8C7.75452 20.6731 5.03241 18.45 3.88362 15.975C2.40994 12.8 2.80975 9.125 4.8576 6.475C6.90545 3.825 10.7763 2.675 13.6483 6.25C14.7471 7.925 15.2216 9.725 15.4464 11.175C15.8959 12.775 16.1206 16.775 17.2944 18.725C18.2184 20.175 19.6419 20.1 20.1664 19.875C20.516 19.7 21 19.32 21 18.22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3943 4C17.5941 5.85 17.3444 10 16.1706 13.275C14.7721 17.5 12.6743 19.35 11.0011 19.8C7.75452 20.6731 5.03241 18.45 3.88362 15.975C2.40994 12.8 2.80975 9.125 4.8576 6.475C6.90545 3.825 10.7763 2.675 13.6483 6.25C14.7471 7.925 15.2216 9.725 15.4464 11.175C15.8959 12.775 16.1206 16.775 17.2944 18.725C18.2184 20.175 19.6419 20.1 20.1664 19.875C20.516 19.7 21 19.32 21 18.22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-angle-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22V2M12 2L22 17M12 2L2 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 8C14.8554 9.2634 13.4798 10 12 10C10.5202 10 9.14458 9.2634 8 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14C9.78035 14 7.71687 13.2634 6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22V2M12 2L22 17M12 2L2 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 8C14.8554 9.2634 13.4798 10 12 10C10.5202 10 9.14458 9.2634 8 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14C9.78035 14 7.71687 13.2634 6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-angle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 20H6.47347C4.36707 20 3.31387 20 3.05177 19.3827C2.78966 18.7654 3.53439 18.0388 5.02384 16.5858L17.9249 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 20C11 17.3517 9.77371 15.0655 8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 20H6.47347C4.36707 20 3.31387 20 3.05177 19.3827C2.78966 18.7654 3.53439 18.0388 5.02384 16.5858L17.9249 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 20C11 17.3517 9.77371 15.0655 8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-approximately-equal-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9.28466C8.66667 7.2854 10.3333 7.87052 12 9.33333C13.6667 10.7961 15.3333 11.3813 17 9.382M7 14.618C8.66667 12.6187 10.3333 13.2039 12 14.6667C13.6667 16.1295 15.3333 16.7146 17 14.7153%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9.28466C8.66667 7.2854 10.3333 7.87052 12 9.33333C13.6667 10.7961 15.3333 11.3813 17 9.382M7 14.618C8.66667 12.6187 10.3333 13.2039 12 14.6667C13.6667 16.1295 15.3333 16.7146 17 14.7153%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-approximately-equal-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9.28466C8.66667 7.2854 10.3333 7.87052 12 9.33333C13.6667 10.7961 15.3333 11.3813 17 9.382M7 14.618C8.66667 12.6187 10.3333 13.2039 12 14.6667C13.6667 16.1295 15.3333 16.7146 17 14.7153%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9.28466C8.66667 7.2854 10.3333 7.87052 12 9.33333C13.6667 10.7961 15.3333 11.3813 17 9.382M7 14.618C8.66667 12.6187 10.3333 13.2039 12 14.6667C13.6667 16.1295 15.3333 16.7146 17 14.7153%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-approximately-equal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 7.927C6.66667 4.9281 9.33333 5.80578 12 8C14.6667 10.1942 17.3333 11.0719 20 8.073%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15.927C6.66667 12.9281 9.33333 13.8058 12 16C14.6667 18.1942 17.3333 19.0719 20 16.073%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 7.927C6.66667 4.9281 9.33333 5.80578 12 8C14.6667 10.1942 17.3333 11.0719 20 8.073%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15.927C6.66667 12.9281 9.33333 13.8058 12 16C14.6667 18.1942 17.3333 19.0719 20 16.073%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-beta{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8831 10.2C15.1353 10.2 16.961 8.58822 16.961 6.6C16.961 4.61177 15.1353 3 12.8831 3C10.6309 3 8.80516 4.61177 8.80516 6.6V19.2C8.80516 20.1941 7.89228 21 6.76619 21C6.01148 21 5.35255 20.638 5 20.1M8.80516 14.7C8.80516 17.1853 11.0874 19.2 13.9026 19.2C16.7178 19.2 19 17.1853 19 14.7C19 12.2147 16.7178 10.0866 13.9026 10.0866%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.8831 10.2C15.1353 10.2 16.961 8.58822 16.961 6.6C16.961 4.61177 15.1353 3 12.8831 3C10.6309 3 8.80516 4.61177 8.80516 6.6V19.2C8.80516 20.1941 7.89228 21 6.76619 21C6.01148 21 5.35255 20.638 5 20.1M8.80516 14.7C8.80516 17.1853 11.0874 19.2 13.9026 19.2C16.7178 19.2 19 17.1853 19 14.7C19 12.2147 16.7178 10.0866 13.9026 10.0866%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-calculator{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 3V8M8 5.5L3 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L6 18M6 18L4 20M6 18L8 20M6 18L4 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 6L16 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 18.5L16 18.5M20 15.5L16 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 3V8M8 5.5L3 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L6 18M6 18L4 20M6 18L8 20M6 18L4 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 6L16 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 18.5L16 18.5M20 15.5L16 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12L2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-compass{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 10L5 22M14 10L19 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%227%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 13C4.99073 16.0242 8.27968 18 12 18C15.7203 18 19.0093 16.0242 21 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 10L5 22M14 10L19 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%227%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 13C4.99073 16.0242 8.27968 18 12 18C15.7203 18 19.0093 16.0242 21 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-cone-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 18C21 15.7909 16.9706 14 12 14C7.02944 14 3 15.7909 3 18C3 20.2091 7.02944 22 12 22C16.9706 22 21 20.2091 21 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.5 16.5L16.1561 7.39413C14.3427 3.79804 13.436 2 12 2C10.564 2 9.65732 3.79804 7.84393 7.39413L3.5 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 18C21 15.7909 16.9706 14 12 14C7.02944 14 3 15.7909 3 18C3 20.2091 7.02944 22 12 22C16.9706 22 21 20.2091 21 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.5 16.5L16.1561 7.39413C14.3427 3.79804 13.436 2 12 2C10.564 2 9.65732 3.79804 7.84393 7.39413L3.5 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-cone-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19H15M15 19C15 18.2322 14.7071 17.4645 14.1213 16.8787C12.9497 15.7071 11.0503 15.7071 9.87868 16.8787C8.70711 18.0503 8.70711 19.9497 9.87868 21.1213C11.0503 22.2929 12.9497 22.2929 14.1213 21.1213C14.7071 20.5355 15 19.7678 15 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 12H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 9H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.94867 11.4964C4.92231 14.2156 8.24 16 12 16C15.76 16 19.0777 14.2156 21.0513 11.4964C21.7599 10.5203 22.1141 10.0322 21.9672 9.18232C21.8203 8.33248 21.1837 7.89241 19.9104 7.01228L14.3985 3.20228C13.239 2.40076 12.6592 2 12 2C11.3408 2 10.761 2.40076 9.60147 3.20228L4.08961 7.01228C2.81635 7.89241 2.17971 8.33248 2.03278 9.18232C1.88585 10.0322 2.24013 10.5203 2.94867 11.4964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19H15M15 19C15 18.2322 14.7071 17.4645 14.1213 16.8787C12.9497 15.7071 11.0503 15.7071 9.87868 16.8787C8.70711 18.0503 8.70711 19.9497 9.87868 21.1213C11.0503 22.2929 12.9497 22.2929 14.1213 21.1213C14.7071 20.5355 15 19.7678 15 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 12H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 9H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.94867 11.4964C4.92231 14.2156 8.24 16 12 16C15.76 16 19.0777 14.2156 21.0513 11.4964C21.7599 10.5203 22.1141 10.0322 21.9672 9.18232C21.8203 8.33248 21.1837 7.89241 19.9104 7.01228L14.3985 3.20228C13.239 2.40076 12.6592 2 12 2C11.3408 2 10.761 2.40076 9.60147 3.20228L4.08961 7.01228C2.81635 7.89241 2.17971 8.33248 2.03278 9.18232C1.88585 10.0322 2.24013 10.5203 2.94867 11.4964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-congruent-to-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 12.5022H16.5M7.5 16H16.5M7.5 9.50402C8.4 7.64165 10.5 7.54875 12 9.00431M16.5 8.49966C15.6 10.362 13.5 10.4549 12 8.99937%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 12.5022H16.5M7.5 16H16.5M7.5 9.50402C8.4 7.64165 10.5 7.54875 12 9.00431M16.5 8.49966C15.6 10.362 13.5 10.4549 12 8.99937%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-congruent-to-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 12.5001H17M7 16.0001H17M7 9.50007C8 7.63654 10.3333 7.54359 12 9.00005M17 8.49509C16 10.3586 13.6667 10.4516 12 8.99511%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 12.5001H17M7 16.0001H17M7 9.50007C8 7.63654 10.3333 7.54359 12 9.00005M17 8.49509C16 10.3586 13.6667 10.4516 12 8.99511%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-congruent-to{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 13H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 6.927C6.66667 3.9281 9.33333 4.80578 12 7C14.6667 9.19422 17.3333 10.0719 20 7.073%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 13H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 6.927C6.66667 3.9281 9.33333 4.80578 12 7C14.6667 9.19422 17.3333 10.0719 20 7.073%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-coordinate-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.25 22C6.25 22.4142 6.58578 22.75 7 22.75C7.41421 22.75 7.75 22.4142 7.75 22L6.25 22ZM7.75 2C7.75 1.58579 7.41421 1.25 7 1.25C6.58579 1.25 6.25 1.58579 6.25 2L7.75 2ZM7.75 22L7.75 2L6.25 2L6.25 22L7.75 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4 5C4.58984 4.39316 6.15973 2 7 2C7.84027 2 9.41016 4.39316 10 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16.25C1.58579 16.25 1.25 16.5858 1.25 17C1.25 17.4142 1.58579 17.75 2 17.75L2 16.25ZM22 17.75C22.4142 17.75 22.75 17.4142 22.75 17C22.75 16.5858 22.4142 16.25 22 16.25L22 17.75ZM2 17.75L22 17.75L22 16.25L2 16.25L2 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 14C19.6068 14.5898 22 16.1597 22 17C22 17.8403 19.6068 19.4102 19 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.25 22C6.25 22.4142 6.58578 22.75 7 22.75C7.41421 22.75 7.75 22.4142 7.75 22L6.25 22ZM7.75 2C7.75 1.58579 7.41421 1.25 7 1.25C6.58579 1.25 6.25 1.58579 6.25 2L7.75 2ZM7.75 22L7.75 2L6.25 2L6.25 22L7.75 22Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M4 5C4.58984 4.39316 6.15973 2 7 2C7.84027 2 9.41016 4.39316 10 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16.25C1.58579 16.25 1.25 16.5858 1.25 17C1.25 17.4142 1.58579 17.75 2 17.75L2 16.25ZM22 17.75C22.4142 17.75 22.75 17.4142 22.75 17C22.75 16.5858 22.4142 16.25 22 16.25L22 17.75ZM2 17.75L22 17.75L22 16.25L2 16.25L2 17.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M19 14C19.6068 14.5898 22 16.1597 22 17C22 17.8403 19.6068 19.4102 19 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-cordinate-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 2L12 3.5M12 3.5V5M12 3.5L10.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14H5L2 17H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 14L22 17M22 14L19 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V16M12 16L3 22M12 16L21 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 2L12 3.5M12 3.5V5M12 3.5L10.5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14H5L2 17H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 14L22 17M22 14L19 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V16M12 16L3 22M12 16L21 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-cos{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 9.5C9.5 8.11929 10.6193 7 12 7C13.3807 7 14.5 8.11929 14.5 9.5V14.5C14.5 15.8807 13.3807 17 12 17C10.6193 17 9.5 15.8807 9.5 14.5V9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.6896 8.61565C21.2637 7.65235 20.4428 7 19.5 7H19C17.8954 7 17 8.11929 17 9.5C17 10.8807 17.8954 12 19 12H20C21.1046 12 22 13.1193 22 14.5C22 15.8807 21.1046 17 20 17H19.5C18.4748 17 17.5938 16.2287 17.208 15.125%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8.31432C6.55082 7.53174 5.67081 7 4.65873 7C3.19035 7 2 8.11929 2 9.5V14.5C2 15.8807 3.19035 17 4.65873 17C5.67081 17 6.55082 16.4683 7 15.6857%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 9.5C9.5 8.11929 10.6193 7 12 7C13.3807 7 14.5 8.11929 14.5 9.5V14.5C14.5 15.8807 13.3807 17 12 17C10.6193 17 9.5 15.8807 9.5 14.5V9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.6896 8.61565C21.2637 7.65235 20.4428 7 19.5 7H19C17.8954 7 17 8.11929 17 9.5C17 10.8807 17.8954 12 19 12H20C21.1046 12 22 13.1193 22 14.5C22 15.8807 21.1046 17 20 17H19.5C18.4748 17 17.5938 16.2287 17.208 15.125%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8.31432C6.55082 7.53174 5.67081 7 4.65873 7C3.19035 7 2 8.11929 2 9.5V14.5C2 15.8807 3.19035 17 4.65873 17C5.67081 17 6.55082 16.4683 7 15.6857%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-cosine-0{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 3.27124C18 1.33494 16.5884 10.3451 16.3311 11.9547C15.4666 17.362 14.1205 21 12 21C9.87955 21 8.53343 17.362 7.66891 11.9547C7.41158 10.3451 6 1.33494 2 3.27124%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12L14 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 3.27124C18 1.33494 16.5884 10.3451 16.3311 11.9547C15.4666 17.362 14.1205 21 12 21C9.87955 21 8.53343 17.362 7.66891 11.9547C7.41158 10.3451 6 1.33494 2 3.27124%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12L14 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-cosine-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 20.7288C18 22.6651 16.5884 13.6549 16.3311 12.0453C15.4666 6.63802 14.1205 3 12 3C9.87955 3 8.53343 6.63802 7.66891 12.0453C7.41158 13.6549 6 22.6651 2 20.7288%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 12H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 20.7288C18 22.6651 16.5884 13.6549 16.3311 12.0453C15.4666 6.63802 14.1205 3 12 3C9.87955 3 8.53343 6.63802 7.66891 12.0453C7.41158 13.6549 6 22.6651 2 20.7288%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 12H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-cube{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.79289 21.2071C3.08579 21.5 3.55719 21.5 4.5 21.5H14.5C15.4428 21.5 15.9142 21.5 16.2071 21.2071M2.79289 21.2071C2.5 20.9142 2.5 20.4428 2.5 19.5V9.5C2.5 8.55719 2.5 8.08579 2.79289 7.79289M2.79289 21.2071L8.79289 15.2071M16.2071 21.2071C16.5 20.9142 16.5 20.4428 16.5 19.5V9.5C16.5 8.55719 16.5 8.08579 16.2071 7.79289M16.2071 21.2071L21.2071 16.2071C21.5 15.9142 21.5 15.4428 21.5 14.5V4.5C21.5 3.55719 21.5 3.08579 21.2071 2.79289M16.2071 7.79289C15.9142 7.5 15.4428 7.5 14.5 7.5H4.5C3.55719 7.5 3.08579 7.5 2.79289 7.79289M16.2071 7.79289L21.2071 2.79289M2.79289 7.79289L7.79289 2.79289C8.08579 2.5 8.55719 2.5 9.5 2.5H19.5C20.4428 2.5 20.9142 2.5 21.2071 2.79289M8.79289 15.2071C9.08579 15.5 9.55719 15.5 10.5 15.5H14M8.79289 15.2071C8.5 14.9142 8.5 14.4428 8.5 13.5V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.79289 21.2071C3.08579 21.5 3.55719 21.5 4.5 21.5H14.5C15.4428 21.5 15.9142 21.5 16.2071 21.2071M2.79289 21.2071C2.5 20.9142 2.5 20.4428 2.5 19.5V9.5C2.5 8.55719 2.5 8.08579 2.79289 7.79289M2.79289 21.2071L8.79289 15.2071M16.2071 21.2071C16.5 20.9142 16.5 20.4428 16.5 19.5V9.5C16.5 8.55719 16.5 8.08579 16.2071 7.79289M16.2071 21.2071L21.2071 16.2071C21.5 15.9142 21.5 15.4428 21.5 14.5V4.5C21.5 3.55719 21.5 3.08579 21.2071 2.79289M16.2071 7.79289C15.9142 7.5 15.4428 7.5 14.5 7.5H4.5C3.55719 7.5 3.08579 7.5 2.79289 7.79289M16.2071 7.79289L21.2071 2.79289M2.79289 7.79289L7.79289 2.79289C8.08579 2.5 8.55719 2.5 9.5 2.5H19.5C20.4428 2.5 20.9142 2.5 21.2071 2.79289M8.79289 15.2071C9.08579 15.5 9.55719 15.5 10.5 15.5H14M8.79289 15.2071C8.5 14.9142 8.5 14.4428 8.5 13.5V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-cylinder-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 5.5C20 7.433 16.4183 9 12 9C7.58172 9 4 7.433 4 5.5C4 3.567 7.58172 2 12 2C16.4183 2 20 3.567 20 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 18.5C20 20.433 16.4183 22 12 22C7.58172 22 4 20.433 4 18.5C4 16.567 7.58172 15 12 15C16.4183 15 20 16.567 20 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 18.5V5.5M4 18.5V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 5.5C20 7.433 16.4183 9 12 9C7.58172 9 4 7.433 4 5.5C4 3.567 7.58172 2 12 2C16.4183 2 20 3.567 20 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 18.5C20 20.433 16.4183 22 12 22C7.58172 22 4 20.433 4 18.5C4 16.567 7.58172 15 12 15C16.4183 15 20 16.567 20 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 18.5V5.5M4 18.5V5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-cylinder-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 4C17 5.10457 14.7614 6 12 6C9.23858 6 7 5.10457 7 4C7 2.89543 9.23858 2 12 2C14.7614 2 17 2.89543 17 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 18C21 20.2091 16.9706 22 12 22C7.02944 22 3 20.2091 3 18C3 15.7909 7.02944 14 12 14C16.9706 14 21 15.7909 21 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.5 16.5L7 4M20.5 16.5L17 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 4C17 5.10457 14.7614 6 12 6C9.23858 6 7 5.10457 7 4C7 2.89543 9.23858 2 12 2C14.7614 2 17 2.89543 17 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 18C21 20.2091 16.9706 22 12 22C7.02944 22 3 20.2091 3 18C3 15.7909 7.02944 14 12 14C16.9706 14 21 15.7909 21 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.5 16.5L7 4M20.5 16.5L17 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-cylinder-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 19C22 20.6569 17.5228 22 12 22C6.47715 22 2 20.6569 2 19C2 17.3431 6.47715 16 12 16C17.5228 16 22 17.3431 22 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 5C22 6.65685 17.5228 8 12 8C6.47715 8 2 6.65685 2 5C2 3.34315 6.47715 2 12 2C17.5228 2 22 3.34315 22 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 5V19M2 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 19C22 20.6569 17.5228 22 12 22C6.47715 22 2 20.6569 2 19C2 17.3431 6.47715 16 12 16C17.5228 16 22 17.3431 22 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 5C22 6.65685 17.5228 8 12 8C6.47715 8 2 6.65685 2 5C2 3.34315 6.47715 2 12 2C17.5228 2 22 3.34315 22 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 5V19M2 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-cylinder-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19L9.87868 21.1213M9.87868 21.1213C10.4216 21.6642 11.1716 22 12 22C13.6569 22 15 20.6569 15 19C15 17.3431 13.6569 16 12 16C10.3431 16 9 17.3431 9 19C9 19.8284 9.33579 20.5784 9.87868 21.1213Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16H14C16.8089 16 18.2134 16 19.2223 15.3259C19.659 15.034 20.034 14.659 20.3259 14.2223C21 13.2134 21 11.8089 21 9C21 6.19108 21 4.78661 20.3259 3.77772C20.034 3.34096 19.659 2.96596 19.2223 2.67412C18.2134 2 16.8089 2 14 2H10C7.19108 2 5.78661 2 4.77772 2.67412C4.34096 2.96596 3.96596 3.34096 3.67412 3.77772C3 4.78661 3 6.19108 3 9C3 11.8089 3 13.2134 3.67412 14.2223C3.96596 14.659 4.34096 15.034 4.77772 15.3259C5.78661 16 7.19108 16 10 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 19L9.87868 21.1213M9.87868 21.1213C10.4216 21.6642 11.1716 22 12 22C13.6569 22 15 20.6569 15 19C15 17.3431 13.6569 16 12 16C10.3431 16 9 17.3431 9 19C9 19.8284 9.33579 20.5784 9.87868 21.1213Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16H14C16.8089 16 18.2134 16 19.2223 15.3259C19.659 15.034 20.034 14.659 20.3259 14.2223C21 13.2134 21 11.8089 21 9C21 6.19108 21 4.78661 20.3259 3.77772C20.034 3.34096 19.659 2.96596 19.2223 2.67412C18.2134 2 16.8089 2 14 2H10C7.19108 2 5.78661 2 4.77772 2.67412C4.34096 2.96596 3.96596 3.34096 3.67412 3.77772C3 4.78661 3 6.19108 3 9C3 11.8089 3 13.2134 3.67412 14.2223C3.96596 14.659 4.34096 15.034 4.77772 15.3259C5.78661 16 7.19108 16 10 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-diameter{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 12H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 12H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12C13.5 12.8284 12.8284 13.5 12 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.00977 14C6.48977 13.48 4.99977 12.5 4.99977 12C4.99977 11.5 6.50977 10.5 7.00977 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10C17.52 10.52 19.01 11.5 19.01 12C19.01 12.5 17.5 13.5 17 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 12H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 12H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12C13.5 12.8284 12.8284 13.5 12 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.00977 14C6.48977 13.48 4.99977 12.5 4.99977 12C4.99977 11.5 6.50977 10.5 7.00977 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10C17.52 10.52 19.01 11.5 19.01 12C19.01 12.5 17.5 13.5 17 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-divide-sign-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 12H17M13 8C13 8.55228 12.5523 9 12 9C11.4477 9 11 8.55228 11 8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8ZM13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15C12.5523 15 13 15.4477 13 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 12H17M13 8C13 8.55228 12.5523 9 12 9C11.4477 9 11 8.55228 11 8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8ZM13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15C12.5523 15 13 15.4477 13 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-divide-sign-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 12H17M13 8C13 8.55228 12.5523 9 12 9C11.4477 9 11 8.55228 11 8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8ZM13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15C12.5523 15 13 15.4477 13 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 12H17M13 8C13 8.55228 12.5523 9 12 9C11.4477 9 11 8.55228 11 8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8ZM13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15C12.5523 15 13 15.4477 13 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-divide-sign{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 5.5C14.5 6.88071 13.3807 8 12 8C10.6193 8 9.5 6.88071 9.5 5.5C9.5 4.11929 10.6193 3 12 3C13.3807 3 14.5 4.11929 14.5 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 18.5C14.5 19.8807 13.3807 21 12 21C10.6193 21 9.5 19.8807 9.5 18.5C9.5 17.1193 10.6193 16 12 16C13.3807 16 14.5 17.1193 14.5 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 12H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 5.5C14.5 6.88071 13.3807 8 12 8C10.6193 8 9.5 6.88071 9.5 5.5C9.5 4.11929 10.6193 3 12 3C13.3807 3 14.5 4.11929 14.5 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 18.5C14.5 19.8807 13.3807 21 12 21C10.6193 21 9.5 19.8807 9.5 18.5C9.5 17.1193 10.6193 16 12 16C13.3807 16 14.5 17.1193 14.5 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-equal-sign-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 9H16M8 15H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 9H16M8 15H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-equal-sign-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 9H16M8 15H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 9H16M8 15H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-equal-sign{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 8H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 16H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 8H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 16H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-function-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 15.5C8.63206 15.9782 8.89835 16.5 9.59365 16.5C10.7968 16.5 11.0976 15.5 12 12C12.9024 8.5 13.2032 7.5 14.4064 7.5C15.1016 7.5 15.3679 8.02179 15.5 8.5M10.5417 10.75H14.4064%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 15.5C8.63206 15.9782 8.89835 16.5 9.59365 16.5C10.7968 16.5 11.0976 15.5 12 12C12.9024 8.5 13.2032 7.5 14.4064 7.5C15.1016 7.5 15.3679 8.02179 15.5 8.5M10.5417 10.75H14.4064%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-function-of-x{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 18.2222C2.18866 19.0724 2.56908 20 3.56235 20C5.28118 20 5.71088 18.2222 7 12C8.28912 5.77778 8.71882 4 10.4376 4C11.4309 4 11.8113 4.92763 12 5.77778M4.91667 9.77778H10.4376%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C22.3804 15.253 22.2854 16.9808 21 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12C10.6196 15.253 10.7146 16.9808 12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.29 13.9992C15.0939 13.9692 15.5524 14.064 15.8236 14.5459C16.1524 15.216 16.9794 17.0679 17.1844 17.472C17.3083 17.6489 17.4724 17.904 18.0004 17.9875L18.7108 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0035 14C17.8803 14 17.0883 15.288 16.5603 15.936C15.7923 16.944 14.928 18.05 13.9971 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 18.2222C2.18866 19.0724 2.56908 20 3.56235 20C5.28118 20 5.71088 18.2222 7 12C8.28912 5.77778 8.71882 4 10.4376 4C11.4309 4 11.8113 4.92763 12 5.77778M4.91667 9.77778H10.4376%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12C22.3804 15.253 22.2854 16.9808 21 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12C10.6196 15.253 10.7146 16.9808 12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.29 13.9992C15.0939 13.9692 15.5524 14.064 15.8236 14.5459C16.1524 15.216 16.9794 17.0679 17.1844 17.472C17.3083 17.6489 17.4724 17.904 18.0004 17.9875L18.7108 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0035 14C17.8803 14 17.0883 15.288 16.5603 15.936C15.7923 16.944 14.928 18.05 13.9971 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-function-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 15.8889C8.15093 16.4202 8.45526 17 9.24988 17C10.6249 17 10.9687 15.8889 12 12C13.0313 8.11111 13.3751 7 14.7501 7C15.5447 7 15.8491 7.57977 16 8.11111M10.3333 10.6111H14.7501%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 15.8889C8.15093 16.4202 8.45526 17 9.24988 17C10.6249 17 10.9687 15.8889 12 12C13.0313 8.11111 13.3751 7 14.7501 7C15.5447 7 15.8491 7.57977 16 8.11111M10.3333 10.6111H14.7501%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-function{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 19C5.26413 19.9564 5.79671 21 7.18729 21C9.59365 21 10.1952 19 12 12C13.8048 5 14.4064 3 16.8127 3C18.2033 3 18.7359 4.04358 19 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 19C5.26413 19.9564 5.79671 21 7.18729 21C9.59365 21 10.1952 19 12 12C13.8048 5 14.4064 3 16.8127 3C18.2033 3 18.7359 4.04358 19 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-greater-than-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 8L13.3322 11.0203C14.2226 11.8273 14.2226 12.1727 13.3322 12.9797L10 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 8L13.3322 11.0203C14.2226 11.8273 14.2226 12.1727 13.3322 12.9797L10 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-greater-than-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5 12C21.5 7.52166 21.5 5.28249 20.1088 3.89124C18.7175 2.5 16.4783 2.5 12 2.5C7.52166 2.5 5.28249 2.5 3.89124 3.89124C2.5 5.28249 2.5 7.52166 2.5 12C2.5 16.4783 2.5 18.7175 3.89124 20.1088C5.28249 21.5 7.52166 21.5 12 21.5C16.4783 21.5 18.7175 21.5 20.1088 20.1088C21.5 18.7175 21.5 16.4783 21.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 8L13.3322 11.0203C14.2226 11.8273 14.2226 12.1727 13.3322 12.9797L10 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5 12C21.5 7.52166 21.5 5.28249 20.1088 3.89124C18.7175 2.5 16.4783 2.5 12 2.5C7.52166 2.5 5.28249 2.5 3.89124 3.89124C2.5 5.28249 2.5 7.52166 2.5 12C2.5 16.4783 2.5 18.7175 3.89124 20.1088C5.28249 21.5 7.52166 21.5 12 21.5C16.4783 21.5 18.7175 21.5 20.1088 20.1088C21.5 18.7175 21.5 16.4783 21.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 8L13.3322 11.0203C14.2226 11.8273 14.2226 12.1727 13.3322 12.9797L10 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-greater-than{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 4L15.3306 10.0405C17.5565 11.6545 17.5565 12.3455 15.3306 13.9595L7 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 4L15.3306 10.0405C17.5565 11.6545 17.5565 12.3455 15.3306 13.9595L7 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-hexagon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.88231 3.32966C10.4038 2.44322 11.1646 2 12 2C12.8354 2 13.5962 2.44322 15.1177 3.32966L17.8823 4.94031C19.4038 5.82675 20.1646 6.26997 20.5823 7C21 7.73003 21 8.61647 21 10.3894V13.6106C21 15.3835 21 16.27 20.5823 17C20.1646 17.73 19.4038 18.1733 17.8823 19.0597L15.1177 20.6703C13.5962 21.5568 12.8354 22 12 22C11.1646 22 10.4038 21.5568 8.88231 20.6703L6.11769 19.0597C4.59615 18.1733 3.83538 17.73 3.41769 17C3 16.27 3 15.3835 3 13.6106V10.3894C3 8.61647 3 7.73003 3.41769 7C3.83538 6.26997 4.59615 5.82675 6.11769 4.94031L8.88231 3.32966Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.88231 3.32966C10.4038 2.44322 11.1646 2 12 2C12.8354 2 13.5962 2.44322 15.1177 3.32966L17.8823 4.94031C19.4038 5.82675 20.1646 6.26997 20.5823 7C21 7.73003 21 8.61647 21 10.3894V13.6106C21 15.3835 21 16.27 20.5823 17C20.1646 17.73 19.4038 18.1733 17.8823 19.0597L15.1177 20.6703C13.5962 21.5568 12.8354 22 12 22C11.1646 22 10.4038 21.5568 8.88231 20.6703L6.11769 19.0597C4.59615 18.1733 3.83538 17.73 3.41769 17C3 16.27 3 15.3835 3 13.6106V10.3894C3 8.61647 3 7.73003 3.41769 7C3.83538 6.26997 4.59615 5.82675 6.11769 4.94031L8.88231 3.32966Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-hyperbole{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 8C18.2386 8 16 5.76142 16 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 16C5.76142 16 8 18.2386 8 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22L12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 8C18.2386 8 16 5.76142 16 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 16C5.76142 16 8 18.2386 8 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-inequality-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 20H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16H6.83782C4.45713 16 3.26678 16 3.03483 15.3728C2.80288 14.7455 3.73716 14.0531 5.60572 12.6682L17.3015 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 20H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16H6.83782C4.45713 16 3.26678 16 3.03483 15.3728C2.80288 14.7455 3.73716 14.0531 5.60572 12.6682L17.3015 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-inequality-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 20H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 16H17.1622C19.5429 16 20.7332 16 20.9652 15.3728C21.1971 14.7455 20.2628 14.0531 18.3943 12.6682L6.69853 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 20H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 16H17.1622C19.5429 16 20.7332 16 20.9652 15.3728C21.1971 14.7455 20.2628 14.0531 18.3943 12.6682L6.69853 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-inequality-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.9799 7.5L8.13585 12.6714C7.79985 13.08 8.12887 13.5 8.57985 13.5H15.9958%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.98047 16.5H16.0023%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.9799 7.5L8.13585 12.6714C7.79985 13.08 8.12887 13.5 8.57985 13.5H15.9958%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.98047 16.5H16.0023%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-inequality-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C6.4772 22 2 17.5228 2 12C2 6.47715 6.4772 2 12 2C17.5229 2 22 6.47715 22 12C22 17.5228 17.5229 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.0201 7.5L15.8641 12.6714C16.2001 13.08 15.8711 13.5 15.4201 13.5H8.00415%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0195 16.5H7.99773%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C6.4772 22 2 17.5228 2 12C2 6.47715 6.4772 2 12 2C17.5229 2 22 6.47715 22 12C22 17.5228 17.5229 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.0201 7.5L15.8641 12.6714C16.2001 13.08 15.8711 13.5 15.4201 13.5H8.00415%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0195 16.5H7.99773%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-inequality-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9984 7.5L8.13819 12.6714C7.80125 13.08 8.13119 13.5 8.58342 13.5H16.02%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16.5H16.02%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9984 7.5L8.13819 12.6714C7.80125 13.08 8.13119 13.5 8.58342 13.5H16.02%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16.5H16.02%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-inequality-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0221 7.5L15.8661 12.6714C16.2021 13.08 15.8731 13.5 15.4221 13.5H8.0061%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0215 16.5H7.99968%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0221 7.5L15.8661 12.6714C16.2021 13.08 15.8731 13.5 15.4221 13.5H8.0061%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0215 16.5H7.99968%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-infinity-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 12C12 12 9.26142 17 6.5 17C3.73858 17 2 14.7614 2 12C2 9.23858 3.73858 7 6.5 7C9.26142 7 12 12 12 12ZM12 12C12 12 14.7386 17 17.5 17C20.2614 17 22 14.7614 22 12C22 9.23858 20.2614 7 17.5 7C14.7386 7 12 12 12 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 12C12 12 9.26142 17 6.5 17C3.73858 17 2 14.7614 2 12C2 9.23858 3.73858 7 6.5 7C9.26142 7 12 12 12 12ZM12 12C12 12 14.7386 17 17.5 17C20.2614 17 22 14.7614 22 12C22 9.23858 20.2614 7 17.5 7C14.7386 7 12 12 12 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-infinity-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 12C12 12 10.3569 15 8.7 15C7.04315 15 6 13.6569 6 12C6 10.3431 7.04315 9 8.7 9C10.3569 9 12 12 12 12ZM12 12C12 12 13.6431 15 15.3 15C16.9569 15 18 13.6569 18 12C18 10.3431 16.9569 9 15.3 9C13.6431 9 12 12 12 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.725 2.5C19.1145 2.65381 20.0498 3.00143 20.7479 3.78705C22 5.19617 22 7.46411 22 12C22 16.5359 22 18.8038 20.7479 20.213C20.0498 20.9986 19.1145 21.3462 17.725 21.5M6.27501 21.5C4.88551 21.3462 3.95021 20.9986 3.25212 20.213C2 18.8038 2 16.5359 2 12C2 7.46411 2 5.19617 3.25212 3.78705C3.95021 3.00143 4.88551 2.65381 6.27501 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 12C12 12 10.3569 15 8.7 15C7.04315 15 6 13.6569 6 12C6 10.3431 7.04315 9 8.7 9C10.3569 9 12 12 12 12ZM12 12C12 12 13.6431 15 15.3 15C16.9569 15 18 13.6569 18 12C18 10.3431 16.9569 9 15.3 9C13.6431 9 12 12 12 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.725 2.5C19.1145 2.65381 20.0498 3.00143 20.7479 3.78705C22 5.19617 22 7.46411 22 12C22 16.5359 22 18.8038 20.7479 20.213C20.0498 20.9986 19.1145 21.3462 17.725 21.5M6.27501 21.5C4.88551 21.3462 3.95021 20.9986 3.25212 20.213C2 18.8038 2 16.5359 2 12C2 7.46411 2 5.19617 3.25212 3.78705C3.95021 3.00143 4.88551 2.65381 6.27501 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-infinity-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 12C12 12 10.3569 14.5 8.7 14.5C7.04315 14.5 6 13.3807 6 12C6 10.6193 7.04315 9.5 8.7 9.5C10.3569 9.5 12 12 12 12ZM12 12C12 12 13.6431 14.5 15.3 14.5C16.9569 14.5 18 13.3807 18 12C18 10.6193 16.9569 9.5 15.3 9.5C13.6431 9.5 12 12 12 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 12C12 12 10.3569 14.5 8.7 14.5C7.04315 14.5 6 13.3807 6 12C6 10.6193 7.04315 9.5 8.7 9.5C10.3569 9.5 12 12 12 12ZM12 12C12 12 13.6431 14.5 15.3 14.5C16.9569 14.5 18 13.3807 18 12C18 10.6193 16.9569 9.5 15.3 9.5C13.6431 9.5 12 12 12 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-infinity-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 12C12 12 10.3569 14.5 8.7 14.5C7.04315 14.5 6 13.3807 6 12C6 10.6193 7.04315 9.5 8.7 9.5C10.3569 9.5 12 12 12 12ZM12 12C12 12 13.6431 14.5 15.3 14.5C16.9569 14.5 18 13.3807 18 12C18 10.6193 16.9569 9.5 15.3 9.5C13.6431 9.5 12 12 12 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 12C12 12 10.3569 14.5 8.7 14.5C7.04315 14.5 6 13.3807 6 12C6 10.6193 7.04315 9.5 8.7 9.5C10.3569 9.5 12 12 12 12ZM12 12C12 12 13.6431 14.5 15.3 14.5C16.9569 14.5 18 13.3807 18 12C18 10.6193 16.9569 9.5 15.3 9.5C13.6431 9.5 12 12 12 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-insert-pi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 8.8C3 7 5.06126 5.2 7.68468 5.2L16.9574 5.2C19.2 5.2 21 3.85 21 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 5.5L16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.5C9.86667 8.5625 9.6 14.25 9.2 16C8.8 17.75 8 19.5 6 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 16.1667V17.5M17 17.5V18.8333M17 17.5H18.3333M17 17.5H15.6667M21 17.5C21 19.7091 19.2091 21.5 17 21.5C14.7909 21.5 13 19.7091 13 17.5C13 15.2909 14.7909 13.5 17 13.5C19.2091 13.5 21 15.2909 21 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 8.8C3 7 5.06126 5.2 7.68468 5.2L16.9574 5.2C19.2 5.2 21 3.85 21 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 5.5L16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.5C9.86667 8.5625 9.6 14.25 9.2 16C8.8 17.75 8 19.5 6 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 16.1667V17.5M17 17.5V18.8333M17 17.5H18.3333M17 17.5H15.6667M21 17.5C21 19.7091 19.2091 21.5 17 21.5C14.7909 21.5 13 19.7091 13 17.5C13 15.2909 14.7909 13.5 17 13.5C19.2091 13.5 21 15.2909 21 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-left-angle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 5C20.6068 4.59544 19.5602 3 19 3C18.4398 3 17.3932 4.59544 17 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17C4.59544 17.3932 3 18.4398 3 19C3 19.5602 4.59544 20.6068 5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12H18C15.1716 12 13.7574 12 12.8787 12.8787C12 13.7574 12 15.1716 12 18V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 19H13C15.8284 19 17.2426 19 18.1213 18.1479C19 17.2959 19 15.9245 19 13.1818V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 5C20.6068 4.59544 19.5602 3 19 3C18.4398 3 17.3932 4.59544 17 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17C4.59544 17.3932 3 18.4398 3 19C3 19.5602 4.59544 20.6068 5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12H18C15.1716 12 13.7574 12 12.8787 12.8787C12 13.7574 12 15.1716 12 18V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 19H13C15.8284 19 17.2426 19 18.1213 18.1479C19 17.2959 19 15.9245 19 13.1818V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-left-triangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8V6.48477C20 3.77749 20 2.42383 19.2091 2.07276C18.4182 1.72168 17.4766 2.65735 15.5934 4.5287L4.71649 15.3371C2.7279 17.3131 1.73361 18.3012 2.06169 19.1506C2.38977 20 3.76568 20 6.51751 20H8M11 20H17.3944C18.6227 20 19.2368 20 19.6184 19.6036C20 19.2072 20 18.5692 20 17.2932V13C20 12.0572 20 11.5858 20.2929 11.2929C20.5858 11 21.0572 11 22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 15H19C17.1144 15 16.1716 15 15.5858 15.5858C15 16.1716 15 17.1144 15 19V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8V6.48477C20 3.77749 20 2.42383 19.2091 2.07276C18.4182 1.72168 17.4766 2.65735 15.5934 4.5287L4.71649 15.3371C2.7279 17.3131 1.73361 18.3012 2.06169 19.1506C2.38977 20 3.76568 20 6.51751 20H8M11 20H17.3944C18.6227 20 19.2368 20 19.6184 19.6036C20 19.2072 20 18.5692 20 17.2932V13C20 12.0572 20 11.5858 20.2929 11.2929C20.5858 11 21.0572 11 22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 15H19C17.1144 15 16.1716 15 15.5858 15.5858C15 16.1716 15 17.1144 15 19V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-less-than-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 8L10.6678 11.0203C9.77741 11.8273 9.77741 12.1727 10.6678 12.9797L14 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 8L10.6678 11.0203C9.77741 11.8273 9.77741 12.1727 10.6678 12.9797L14 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-less-than-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 8L10.6678 11.0203C9.77741 11.8273 9.77741 12.1727 10.6678 12.9797L14 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 8L10.6678 11.0203C9.77741 11.8273 9.77741 12.1727 10.6678 12.9797L14 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-less-than{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 4L8.66943 10.0405C6.44352 11.6545 6.44353 12.3455 8.66943 13.9595L17 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 4L8.66943 10.0405C6.44352 11.6545 6.44353 12.3455 8.66943 13.9595L17 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-matrix{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.725 2.5C19.1145 2.65381 20.0498 3.00143 20.7479 3.78705C22 5.19617 22 7.46411 22 12C22 16.5359 22 18.8038 20.7479 20.213C20.0498 20.9986 19.1145 21.3462 17.725 21.5M6.27501 21.5C4.88551 21.3462 3.95021 20.9986 3.25212 20.213C2 18.8038 2 16.5359 2 12C2 7.46411 2 5.19617 3.25212 3.78705C3.95021 3.00143 4.88551 2.65381 6.27501 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8H7.00897M11.9955 8H12.0045M16.991 8H17M7 12H7.00897M7 16H7.00897M11.9955 12H12.0045M11.9955 16H12.0045M16.991 12H17M16.991 16H17%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.725 2.5C19.1145 2.65381 20.0498 3.00143 20.7479 3.78705C22 5.19617 22 7.46411 22 12C22 16.5359 22 18.8038 20.7479 20.213C20.0498 20.9986 19.1145 21.3462 17.725 21.5M6.27501 21.5C4.88551 21.3462 3.95021 20.9986 3.25212 20.213C2 18.8038 2 16.5359 2 12C2 7.46411 2 5.19617 3.25212 3.78705C3.95021 3.00143 4.88551 2.65381 6.27501 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8H7.00897M11.9955 8H12.0045M16.991 8H17M7 12H7.00897M7 16H7.00897M11.9955 12H12.0045M11.9955 16H12.0045M16.991 12H17M16.991 16H17%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-minus-plus-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7V21M19 14H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 3L5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7V21M19 14H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 3L5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-minus-plus-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 21L21 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 13V21M21 17L13 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7L3 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 21L21 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 13V21M21 17L13 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7L3 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-minus-plus-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 16.5V10.1364M15.5 13.3182H8.5M15.5 7.5H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 16.5V10.1364M15.5 13.3182H8.5M15.5 7.5H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-minus-plus-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 8L8 16M14.5 16V14.5M14.5 14.5V13M14.5 14.5H13M14.5 14.5H16M8 9.5H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 8L8 16M14.5 16V14.5M14.5 14.5V13M14.5 14.5H13M14.5 14.5H16M8 9.5H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-minus-plus-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 16.5V10.1364M15.5 13.3182H8.5M15.5 7.5H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 16.5V10.1364M15.5 13.3182H8.5M15.5 7.5H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-minus-plus-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L7 17M15 17V15M15 15V13M15 15L13 15M15 15H17M7 9L11 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L7 17M15 17V15M15 15V13M15 15L13 15M15 15H17M7 9L11 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-minus-sign-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 12H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 12H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-minus-sign-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-minus-sign{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 12L4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 12L4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-more-or-less-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 12H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5032 9.30152L9.46318 9.30167C8.4767 9.30167 7.64254 9.34937 7.51979 9.01499C7.42402 8.75401 7.91977 8.1 8.39977 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.50465 14.6985L14.5446 14.6983C15.5311 14.6983 16.3653 14.6506 16.488 14.985C16.5838 15.246 16.088 15.9 15.608 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 12H16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5032 9.30152L9.46318 9.30167C8.4767 9.30167 7.64254 9.34937 7.51979 9.01499C7.42402 8.75401 7.91977 8.1 8.39977 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.50465 14.6985L14.5446 14.6983C15.5311 14.6983 16.3653 14.6506 16.488 14.985C16.5838 15.246 16.088 15.9 15.608 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-more-or-less-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99609 12H17.0041%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0039 9.00009H8.99994C8.01346 9.00009 7.14269 9.01047 7.01994 8.67609C6.92417 8.41511 7.52394 7.59609 8.00394 6.99609%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00973 14.9999L15.0137 14.9999C16.0002 14.9999 16.871 14.9895 16.9937 15.3239C17.0895 15.5849 16.4897 16.4039 16.0097 17.0039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99609 12H17.0041%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0039 9.00009H8.99994C8.01346 9.00009 7.14269 9.01047 7.01994 8.67609C6.92417 8.41511 7.52394 7.59609 8.00394 6.99609%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00973 14.9999L15.0137 14.9999C16.0002 14.9999 16.871 14.9895 16.9937 15.3239C17.0895 15.5849 16.4897 16.4039 16.0097 17.0039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-more-or-less{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 6.99972L7.00316 7C5.18197 7 4.27137 7 4.04476 6.38268C3.81814 5.76537 4.46203 5.03884 5.7498 3.58579L6.26896 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 17.0003L16.9968 17C18.818 17 19.7286 17 19.9552 17.6173C20.1819 18.2346 19.538 18.9612 18.2502 20.4142L17.731 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 6.99972L7.00316 7C5.18197 7 4.27137 7 4.04476 6.38268C3.81814 5.76537 4.46203 5.03884 5.7498 3.58579L6.26896 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 17.0003L16.9968 17C18.818 17 19.7286 17 19.9552 17.6173C20.1819 18.2346 19.538 18.9612 18.2502 20.4142L17.731 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-multiplication-sign-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 8.5L12 12M12 12L8.5 15.5M12 12L15.5 15.5M12 12L8.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 8.5L12 12M12 12L8.5 15.5M12 12L15.5 15.5M12 12L8.5 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-multiplication-sign-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 8L12 12M12 12L8 16M12 12L16 16M12 12L8 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 8L12 12M12 12L8 16M12 12L16 16M12 12L8 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-multiplication-sign{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 6L12 12M12 12L6 18M12 12L18 18M12 12L6 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 6L12 12M12 12L6 18M12 12L18 18M12 12L6 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-n-th-root-circle-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.0006 9.98786H14.0017C13.9979 9.98786 13.9944 9.99001 13.9927 9.99341L10.5037 16.9997C10.5 17.0071 10.4895 17.0071 10.4858 16.9997L8.50983 13.0149C8.50679 13.0088 8.49864 13.0075 8.4938 13.0123L7.00195 14.504M11.0039 10.5V8.65303C11.0039 7.73285 10.3155 7.00172 9.48689 7.00172C8.817 7.01406 8.16022 7.57527 8.00366 8.46398M8.00366 10.4893V8.46398M8.00366 8.46398V6.25977%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.0006 9.98786H14.0017C13.9979 9.98786 13.9944 9.99001 13.9927 9.99341L10.5037 16.9997C10.5 17.0071 10.4895 17.0071 10.4858 16.9997L8.50983 13.0149C8.50679 13.0088 8.49864 13.0075 8.4938 13.0123L7.00195 14.504M11.0039 10.5V8.65303C11.0039 7.73285 10.3155 7.00172 9.48689 7.00172C8.817 7.01406 8.16022 7.57527 8.00366 8.46398M8.00366 10.4893V8.46398M8.00366 8.46398V6.25977%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-n-th-root-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 10.519V8.55357M7 8.55357C7.06134 7.73058 7.67624 7 8.51042 7C9.49429 7 9.93903 7.93135 10.006 8.55357V10.519M7 8.55357V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99023 14.5142C7.45398 14.2592 7.86023 14.1672 8.061 14.3402C8.26177 14.5132 8.68914 15.3056 8.86408 15.6118C9.13177 16.0802 9.43963 17.0172 9.97501 17.0172C10.3364 17.0172 10.6267 16.0387 11.0993 14.8756C11.8192 13.1041 12.6244 10.8615 12.7456 10.6595C12.9464 10.3248 13.1472 9.99023 13.6825 9.99023C14.2849 9.99023 17.0287 9.99023 17.0287 9.99023%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 10.519V8.55357M7 8.55357C7.06134 7.73058 7.67624 7 8.51042 7C9.49429 7 9.93903 7.93135 10.006 8.55357V10.519M7 8.55357V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99023 14.5142C7.45398 14.2592 7.86023 14.1672 8.061 14.3402C8.26177 14.5132 8.68914 15.3056 8.86408 15.6118C9.13177 16.0802 9.43963 17.0172 9.97501 17.0172C10.3364 17.0172 10.6267 16.0387 11.0993 14.8756C11.8192 13.1041 12.6244 10.8615 12.7456 10.6595C12.9464 10.3248 13.1472 9.99023 13.6825 9.99023C14.2849 9.99023 17.0287 9.99023 17.0287 9.99023%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-n-th-root{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 7H13.6138C12.3798 7 11.965 7.1398 11.659 8.36394L9.33913 17.6416C8.78948 19.8398 8.51466 20.9389 7.78481 20.9976C7.05496 21.0564 6.55032 20.02 5.54104 17.9472L4.97014 16.7748C4.53541 15.882 4.31804 15.4356 3.87855 15.3147C3.21709 15.1327 2.5084 15.6703 2 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9V5.57143M3 5.57143C3 4.15127 4.11929 3 5.5 3C6.88071 3 8 4.15127 8 5.57143V9M3 5.57143V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 7H13.6138C12.3798 7 11.965 7.1398 11.659 8.36394L9.33913 17.6416C8.78948 19.8398 8.51466 20.9389 7.78481 20.9976C7.05496 21.0564 6.55032 20.02 5.54104 17.9472L4.97014 16.7748C4.53541 15.882 4.31804 15.4356 3.87855 15.3147C3.21709 15.1327 2.5084 15.6703 2 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9V5.57143M3 5.57143C3 4.15127 4.11929 3 5.5 3C6.88071 3 8 4.15127 8 5.57143V9M3 5.57143V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-not-equal-sign-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 9.77778H17M7 14.2222H17M8.66667 17L15.3333 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 9.77778H17M7 14.2222H17M8.66667 17L15.3333 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-not-equal-sign-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9.77778H17M7 14.2222H17M8.66667 17L15.3333 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9.77778H17M7 14.2222H17M8.66667 17L15.3333 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-not-equal-sign{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 8H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 16H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 20L18 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 8H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 16H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 20L18 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-obtuse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.0007 17C22.0007 17.5602 19.9999 19 19.9999 19M22.0007 17C22.0007 16.4398 19.9999 15 19.9999 15M22.0007 17H11.5039C10.2864 17 9.6776 17 9.19076 16.6953C8.70393 16.3905 8.43793 15.8429 7.90594 14.7478L2.70815 4.04763M2.70815 4.04763C2.23858 4.32009 2 6.70598 2 6.70598M2.70815 4.04763C3.17772 3.77517 5.35295 4.76046 5.35295 4.76046%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10.8027C6.88252 10.2922 7.90714 10 9 10C12.3137 10 15 12.6863 15 16C15 16.3407 14.9716 16.6748 14.917 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.0007 17C22.0007 17.5602 19.9999 19 19.9999 19M22.0007 17C22.0007 16.4398 19.9999 15 19.9999 15M22.0007 17H11.5039C10.2864 17 9.6776 17 9.19076 16.6953C8.70393 16.3905 8.43793 15.8429 7.90594 14.7478L2.70815 4.04763M2.70815 4.04763C2.23858 4.32009 2 6.70598 2 6.70598M2.70815 4.04763C3.17772 3.77517 5.35295 4.76046 5.35295 4.76046%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10.8027C6.88252 10.2922 7.90714 10 9 10C12.3137 10 15 12.6863 15 16C15 16.3407 14.9716 16.6748 14.917 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-octagon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5145 2C14.7408 2 15.3539 2 15.9052 2.22836C16.4565 2.45672 16.8901 2.89027 17.7572 3.75736L20.2424 6.24264C21.1095 7.10973 21.5431 7.54328 21.7714 8.09459C21.9998 8.6459 21.9998 9.25903 21.9998 10.4853V13.5147C21.9998 14.741 21.9998 15.3541 21.7714 15.9054C21.5431 16.4567 21.1095 16.8903 20.2425 17.7574L17.7572 20.2426C16.8901 21.1097 16.4565 21.5433 15.9052 21.7716C15.3539 22 14.7408 22 13.5145 22H10.4851C9.25887 22 8.64573 22 8.0944 21.7716C7.54308 21.5433 7.10953 21.1097 6.24244 20.2426L3.75729 17.7573C2.89023 16.8903 2.4567 16.4567 2.22835 15.9054C2 15.3541 2 14.741 2 13.5148V10.4852C2 9.259 2 8.64589 2.22835 8.09458C2.4567 7.54328 2.89023 7.10974 3.75729 6.24265L6.24244 3.75743C7.10953 2.8903 7.54308 2.45674 8.0944 2.22837C8.64573 2 9.25887 2 10.4851 2H13.5145Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5145 2C14.7408 2 15.3539 2 15.9052 2.22836C16.4565 2.45672 16.8901 2.89027 17.7572 3.75736L20.2424 6.24264C21.1095 7.10973 21.5431 7.54328 21.7714 8.09459C21.9998 8.6459 21.9998 9.25903 21.9998 10.4853V13.5147C21.9998 14.741 21.9998 15.3541 21.7714 15.9054C21.5431 16.4567 21.1095 16.8903 20.2425 17.7574L17.7572 20.2426C16.8901 21.1097 16.4565 21.5433 15.9052 21.7716C15.3539 22 14.7408 22 13.5145 22H10.4851C9.25887 22 8.64573 22 8.0944 21.7716C7.54308 21.5433 7.10953 21.1097 6.24244 20.2426L3.75729 17.7573C2.89023 16.8903 2.4567 16.4567 2.22835 15.9054C2 15.3541 2 14.741 2 13.5148V10.4852C2 9.259 2 8.64589 2.22835 8.09458C2.4567 7.54328 2.89023 7.10974 3.75729 6.24265L6.24244 3.75743C7.10953 2.8903 7.54308 2.45674 8.0944 2.22837C8.64573 2 9.25887 2 10.4851 2H13.5145Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-parabola-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 3C21 11.2843 16.9706 18 12 18C7.02944 18 3 11.2843 3 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H4.05882M15.7059 21H16.7647M19.9412 21H21M7.23529 21H8.29412M11.4706 21H12.5294%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 3C21 11.2843 16.9706 18 12 18C7.02944 18 3 11.2843 3 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H4.05882M15.7059 21H16.7647M19.9412 21H21M7.23529 21H8.29412M11.4706 21H12.5294%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-parabola-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9551 2C20.9551 10.2843 16.9257 17 11.9551 17C6.98452 17 2.95508 10.2843 2.95508 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95508 20H4.0139M15.661 20H16.7198M19.8963 20H20.9551M7.19037 20H8.2492%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.45508 4.5C11.0551 2.68572 11.4051 2 11.9551 2M14.4551 4.5C12.8551 2.68572 12.5051 2 11.9551 2M11.9551 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9551 2C20.9551 10.2843 16.9257 17 11.9551 17C6.98452 17 2.95508 10.2843 2.95508 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95508 20H4.0139M15.661 20H16.7198M19.8963 20H20.9551M7.19037 20H8.2492%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.45508 4.5C11.0551 2.68572 11.4051 2 11.9551 2M14.4551 4.5C12.8551 2.68572 12.5051 2 11.9551 2M11.9551 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-parabola-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 2C21 10.2843 16.9706 17 12 17C7.02944 17 3 10.2843 3 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 20H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 4.5C11.1 2.68572 11.45 2 12 2M14.5 4.5C12.9 2.68572 12.55 2 12 2M12 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 2C21 10.2843 16.9706 17 12 17C7.02944 17 3 10.2843 3 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 20H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 4.5C11.1 2.68572 11.45 2 12 2M14.5 4.5C12.9 2.68572 12.55 2 12 2M12 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-parallelogram{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.09102 8.54478C4.69578 6.36211 4.99816 5.27077 5.90007 4.63538C6.80198 4 8.04873 4 10.5422 4H14.5661C18.4865 4 20.4468 4 21.4452 5.15376C22.4435 6.30753 21.9681 8.02342 21.0173 11.4552L19.909 15.4552C19.3042 17.6379 19.0018 18.7292 18.0999 19.3646C17.198 20 15.9513 20 13.4578 20H9.43393C5.51345 20 3.55321 20 2.55483 18.8462C1.55645 17.6925 2.03188 15.9766 2.98273 12.5448L4.09102 8.54478Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.09102 8.54478C4.69578 6.36211 4.99816 5.27077 5.90007 4.63538C6.80198 4 8.04873 4 10.5422 4H14.5661C18.4865 4 20.4468 4 21.4452 5.15376C22.4435 6.30753 21.9681 8.02342 21.0173 11.4552L19.909 15.4552C19.3042 17.6379 19.0018 18.7292 18.0999 19.3646C17.198 20 15.9513 20 13.4578 20H9.43393C5.51345 20 3.55321 20 2.55483 18.8462C1.55645 17.6925 2.03188 15.9766 2.98273 12.5448L4.09102 8.54478Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-pentagon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.43816 3.93226C10.1564 2.64409 11.0155 2 12 2C12.9845 2 13.8436 2.64409 15.5618 3.93226L19.004 6.51285C20.7222 7.80103 21.5814 8.44512 21.8856 9.41125C22.1898 10.3774 21.8616 11.4195 21.2053 13.5038L19.8905 17.6793C19.2342 19.7636 18.9061 20.8058 18.1096 21.4029C17.3132 22 16.2512 22 14.1274 22H9.87263C7.74876 22 6.68682 22 5.89037 21.4029C5.09392 20.8058 4.76576 19.7636 4.10945 17.6793L2.79467 13.5038C2.13835 11.4195 1.8102 10.3774 2.11441 9.41125C2.41863 8.44512 3.27776 7.80103 4.99601 6.51285L8.43816 3.93226Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.43816 3.93226C10.1564 2.64409 11.0155 2 12 2C12.9845 2 13.8436 2.64409 15.5618 3.93226L19.004 6.51285C20.7222 7.80103 21.5814 8.44512 21.8856 9.41125C22.1898 10.3774 21.8616 11.4195 21.2053 13.5038L19.8905 17.6793C19.2342 19.7636 18.9061 20.8058 18.1096 21.4029C17.3132 22 16.2512 22 14.1274 22H9.87263C7.74876 22 6.68682 22 5.89037 21.4029C5.09392 20.8058 4.76576 19.7636 4.10945 17.6793L2.79467 13.5038C2.13835 11.4195 1.8102 10.3774 2.11441 9.41125C2.41863 8.44512 3.27776 7.80103 4.99601 6.51285L8.43816 3.93226Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-percent-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16L16 8M10 9C10 9.55228 9.55228 10 9 10C8.44772 10 8 9.55228 8 9C8 8.44772 8.44772 8 9 8C9.55228 8 10 8.44772 10 9ZM16 14.8284C16 15.3807 15.5523 15.8284 15 15.8284C14.4477 15.8284 14 15.3807 14 14.8284C14 14.2761 14.4477 13.8284 15 13.8284C15.5523 13.8284 16 14.2761 16 14.8284Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16L16 8M10 9C10 9.55228 9.55228 10 9 10C8.44772 10 8 9.55228 8 9C8 8.44772 8.44772 8 9 8C9.55228 8 10 8.44772 10 9ZM16 14.8284C16 15.3807 15.5523 15.8284 15 15.8284C14.4477 15.8284 14 15.3807 14 14.8284C14 14.2761 14.4477 13.8284 15 13.8284C15.5523 13.8284 16 14.2761 16 14.8284Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-percent-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L16 8M10 9C10 9.55228 9.55228 10 9 10C8.44772 10 8 9.55228 8 9C8 8.44772 8.44772 8 9 8C9.55228 8 10 8.44772 10 9ZM16 14.8284C16 15.3807 15.5523 15.8284 15 15.8284C14.4477 15.8284 14 15.3807 14 14.8284C14 14.2761 14.4477 13.8284 15 13.8284C15.5523 13.8284 16 14.2761 16 14.8284Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L16 8M10 9C10 9.55228 9.55228 10 9 10C8.44772 10 8 9.55228 8 9C8 8.44772 8.44772 8 9 8C9.55228 8 10 8.44772 10 9ZM16 14.8284C16 15.3807 15.5523 15.8284 15 15.8284C14.4477 15.8284 14 15.3807 14 14.8284C14 14.2761 14.4477 13.8284 15 13.8284C15.5523 13.8284 16 14.2761 16 14.8284Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-percent{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 20L20 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.26777 4.73223C9.24408 5.70854 9.24408 7.29146 8.26777 8.26777C7.29146 9.24408 5.70854 9.24408 4.73223 8.26777C3.75592 7.29146 3.75592 5.70854 4.73223 4.73223C5.70854 3.75592 7.29146 3.75592 8.26777 4.73223Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.2678 15.7322C20.2441 16.7085 20.2441 18.2915 19.2678 19.2678C18.2915 20.2441 16.7085 20.2441 15.7322 19.2678C14.7559 18.2915 14.7559 16.7085 15.7322 15.7322C16.7085 14.7559 18.2915 14.7559 19.2678 15.7322Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 20L20 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.26777 4.73223C9.24408 5.70854 9.24408 7.29146 8.26777 8.26777C7.29146 9.24408 5.70854 9.24408 4.73223 8.26777C3.75592 7.29146 3.75592 5.70854 4.73223 4.73223C5.70854 3.75592 7.29146 3.75592 8.26777 4.73223Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.2678 15.7322C20.2441 16.7085 20.2441 18.2915 19.2678 19.2678C18.2915 20.2441 16.7085 20.2441 15.7322 19.2678C14.7559 18.2915 14.7559 16.7085 15.7322 15.7322C16.7085 14.7559 18.2915 14.7559 19.2678 15.7322Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-pi-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 8H9.22222C7.99492 8 7 8.89543 7 10M10.3333 8L9.3738 14.9086C9.29052 15.5083 8.67713 15.9299 8.01245 15.8445C7.5622 15.7866 7.18693 15.5047 7.04309 15.1164L7 15M13.6667 16L14.7778 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 8H9.22222C7.99492 8 7 8.89543 7 10M10.3333 8L9.3738 14.9086C9.29052 15.5083 8.67713 15.9299 8.01245 15.8445C7.5622 15.7866 7.18693 15.5047 7.04309 15.1164L7 15M13.6667 16L14.7778 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-pi-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 8H9.22222C7.99492 8 7 8.89543 7 10M10.3333 8L9.3738 14.9086C9.29052 15.5083 8.67713 15.9299 8.01245 15.8445C7.5622 15.7866 7.18693 15.5047 7.04309 15.1164L7 15M13.6667 16L14.7778 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 8H9.22222C7.99492 8 7 8.89543 7 10M10.3333 8L9.3738 14.9086C9.29052 15.5083 8.67713 15.9299 8.01245 15.8445C7.5622 15.7866 7.18693 15.5047 7.04309 15.1164L7 15M13.6667 16L14.7778 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-pi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 9.3C3 7.5 5.06126 5.7 7.68468 5.7L16.9574 5.7C19.2 5.7 21 4.35 21 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.502 6L15.6072 18.3139C15.5177 19.7653 16.5097 20.9999 17.7654 20.9999C18.6967 20.9999 19.5236 20.3093 19.8181 19.2855L20.1016 18.2999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6C9.86667 9.0625 9.6 14.75 9.2 16.5C8.8 18.25 8 20 6 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 9.3C3 7.5 5.06126 5.7 7.68468 5.7L16.9574 5.7C19.2 5.7 21 4.35 21 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.502 6L15.6072 18.3139C15.5177 19.7653 16.5097 20.9999 17.7654 20.9999C18.6967 20.9999 19.5236 20.3093 19.8181 19.2855L20.1016 18.2999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 6C9.86667 9.0625 9.6 14.75 9.2 16.5C8.8 18.25 8 20 6 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-plus-minus-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3V17M19 10H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 21H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3V17M19 10H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 21H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-plus-minus-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 21L21 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 3V11M11 7L3 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 18L13 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 21L21 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 3V11M11 7L3 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 18L13 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-plus-minus-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7.5V13.8636M15.5 10.6818H8.5M15.5 16.5H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7.5V13.8636M15.5 10.6818H8.5M15.5 16.5H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-plus-minus-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 16L16 8M9.5 8L9.5 9.5M9.5 9.5L9.5 11M9.5 9.5L11 9.5M9.5 9.5L8 9.5M16 14.5L13 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 16L16 8M9.5 8L9.5 9.5M9.5 9.5L9.5 11M9.5 9.5L11 9.5M9.5 9.5L8 9.5M16 14.5L13 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-plus-minus-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7.5V13.8636M15.5 10.6818H8.5M15.5 16.5H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7.5V13.8636M15.5 10.6818H8.5M15.5 16.5H8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-plus-minus-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17L17 7M9 7V9M9 9V11M9 9L11 9M9 9L7 9M17 15L13 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17L17 7M9 7V9M9 9V11M9 9L11 9M9 9L7 9M17 15L13 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-plus-sign-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 8V16M16 12H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 8V16M16 12H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-plus-sign-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V16M16 12H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V16M16 12H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-plus-sign{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4V20M20 12H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4V20M20 12H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-prism{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 15C12.3229 15 12.6069 15.2004 13.1749 15.6011L16.9191 18.2431C19.1042 19.7849 20.1967 20.5558 19.9708 21.2779M12 15C11.6771 15 11.3931 15.2004 10.8251 15.6011L7.08088 18.2431C4.89585 19.7849 3.80333 20.5558 4.02915 21.2779M12 15V11.5M19.9708 21.2779C19.745 22 18.4114 22 15.7443 22H8.25573C5.58856 22 4.25498 22 4.02915 21.2779M19.9708 21.2779V8M4.02915 21.2779V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2C12.3229 2 12.6069 2.20038 13.1749 2.60114L16.9191 5.24311C19.1042 6.78487 20.1967 7.55575 19.9708 8.27788C19.745 9 18.4114 9 15.7443 9H8.25573C5.58856 9 4.25498 9 4.02915 8.27788C3.80333 7.55575 4.89585 6.78487 7.08088 5.24311L10.8251 2.60114C11.3931 2.20038 11.6771 2 12 2ZM12 2V6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 15C12.3229 15 12.6069 15.2004 13.1749 15.6011L16.9191 18.2431C19.1042 19.7849 20.1967 20.5558 19.9708 21.2779M12 15C11.6771 15 11.3931 15.2004 10.8251 15.6011L7.08088 18.2431C4.89585 19.7849 3.80333 20.5558 4.02915 21.2779M12 15V11.5M19.9708 21.2779C19.745 22 18.4114 22 15.7443 22H8.25573C5.58856 22 4.25498 22 4.02915 21.2779M19.9708 21.2779V8M4.02915 21.2779V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2C12.3229 2 12.6069 2.20038 13.1749 2.60114L16.9191 5.24311C19.1042 6.78487 20.1967 7.55575 19.9708 8.27788C19.745 9 18.4114 9 15.7443 9H8.25573C5.58856 9 4.25498 9 4.02915 8.27788C3.80333 7.55575 4.89585 6.78487 7.08088 5.24311L10.8251 2.60114C11.3931 2.20038 11.6771 2 12 2ZM12 2V6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-pyramid{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.8692 13.6759L21.9887 17.5864M21.9887 17.5864L21.9944 17.5895M21.9887 17.5864C22.0642 17.1494 21.7569 16.6584 21.1866 15.7472L13.7843 3.91929C12.9835 2.63976 12.5831 2 12 2C11.4169 2 11.0165 2.63976 10.2157 3.91929L2.81338 15.7472C2.24312 16.6584 1.93582 17.1494 2.01127 17.5864M21.9887 17.5864C21.9824 17.6232 21.9733 17.6597 21.9614 17.696C21.8087 18.1627 21.267 18.3791 20.1838 18.8118L12.7814 21.7688C12.3956 21.9229 12.2026 22 12 22C11.7974 22 11.6045 21.9229 11.2186 21.7688L3.8162 18.8118C2.73296 18.3791 2.19134 18.1627 2.0386 17.696C2.02672 17.6597 2.01764 17.6232 2.01127 17.5864M2.00558 17.5895L2.01127 17.5864M2.01127 17.5864L9.13079 13.6759%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.8692 13.6759L21.9887 17.5864M21.9887 17.5864L21.9944 17.5895M21.9887 17.5864C22.0642 17.1494 21.7569 16.6584 21.1866 15.7472L13.7843 3.91929C12.9835 2.63976 12.5831 2 12 2C11.4169 2 11.0165 2.63976 10.2157 3.91929L2.81338 15.7472C2.24312 16.6584 1.93582 17.1494 2.01127 17.5864M21.9887 17.5864C21.9824 17.6232 21.9733 17.6597 21.9614 17.696C21.8087 18.1627 21.267 18.3791 20.1838 18.8118L12.7814 21.7688C12.3956 21.9229 12.2026 22 12 22C11.7974 22 11.6045 21.9229 11.2186 21.7688L3.8162 18.8118C2.73296 18.3791 2.19134 18.1627 2.0386 17.696C2.02672 17.6597 2.01764 17.6232 2.01127 17.5864M2.00558 17.5895L2.01127 17.5864M2.01127 17.5864L9.13079 13.6759%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-radius{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12C13.5 12.8284 12.8284 13.5 12 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.0007 12H14M19.0007 12C19.0007 11.4398 16.9999 10 16.9999 10M19.0007 12C19.0007 12.5602 16.9999 14 16.9999 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12C13.5 12.8284 12.8284 13.5 12 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.0007 12H14M19.0007 12C19.0007 11.4398 16.9999 10 16.9999 10M19.0007 12C19.0007 12.5602 16.9999 14 16.9999 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-rectangular{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.68924 2.43826L5.3538 4.21913C4.38173 4.96038 3.89569 5.33101 4.01879 5.6655C4.14189 6 4.76432 6 6.00918 6H16C16.3645 6 16.5467 6 16.7153 5.94363C16.8839 5.88726 17.0262 5.77875 17.3108 5.56174L19.6462 3.78087C20.6183 3.03962 21.1043 2.66899 20.9812 2.3345C20.8581 2 20.2357 2 18.9908 2H9C8.63555 2 8.45332 2 8.28472 2.05637C8.11612 2.11274 7.97383 2.22125 7.68924 2.43826Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.01879 21.666C4.14189 22.0005 4.76432 22.0005 6.00918 22.0005H16C16.3645 22.0005 16.5467 22.0005 16.7153 21.9441M4.01879 21.666C3.89569 21.3315 4.38173 20.9608 5.3538 20.2196L7.68924 18.4387C7.97383 18.2217 8.11612 18.1132 8.28472 18.0568M4.01879 21.666V5.66597M8.28472 18.0568C8.45332 18.0005 8.63555 18.0005 9 18.0005H14M8.28472 18.0568V9.00046M16.7153 21.9441C16.8839 21.8877 17.0262 21.7792 17.3108 21.5622L19.6462 19.7813C20.6183 19.0401 21.1043 18.6695 20.9812 18.335V2.33496M16.7153 21.9441V5.94409%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.68924 2.43826L5.3538 4.21913C4.38173 4.96038 3.89569 5.33101 4.01879 5.6655C4.14189 6 4.76432 6 6.00918 6H16C16.3645 6 16.5467 6 16.7153 5.94363C16.8839 5.88726 17.0262 5.77875 17.3108 5.56174L19.6462 3.78087C20.6183 3.03962 21.1043 2.66899 20.9812 2.3345C20.8581 2 20.2357 2 18.9908 2H9C8.63555 2 8.45332 2 8.28472 2.05637C8.11612 2.11274 7.97383 2.22125 7.68924 2.43826Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.01879 21.666C4.14189 22.0005 4.76432 22.0005 6.00918 22.0005H16C16.3645 22.0005 16.5467 22.0005 16.7153 21.9441M4.01879 21.666C3.89569 21.3315 4.38173 20.9608 5.3538 20.2196L7.68924 18.4387C7.97383 18.2217 8.11612 18.1132 8.28472 18.0568M4.01879 21.666V5.66597M8.28472 18.0568C8.45332 18.0005 8.63555 18.0005 9 18.0005H14M8.28472 18.0568V9.00046M16.7153 21.9441C16.8839 21.8877 17.0262 21.7792 17.3108 21.5622L19.6462 19.7813C20.6183 19.0401 21.1043 18.6695 20.9812 18.335V2.33496M16.7153 21.9441V5.94409%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-reflex{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.0007 10.5H11.8276C10.692 10.5 10.1242 10.5 9.65783 10.7714C9.19147 11.0428 8.91094 11.5365 8.34989 12.5238L3.70815 21.4524M22.0007 10.5C22.0007 9.93982 19.9999 8.5 19.9999 8.5M22.0007 10.5C22.0007 11.0602 19.9999 12.5 19.9999 12.5M3.70815 21.4524C3.23858 21.1799 3 18.794 3 18.794M3.70815 21.4524C4.17772 21.7248 6.35295 20.7395 6.35295 20.7395%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9368 10.5C15.9785 10.1889 16 9.87134 16 9.54873C16 5.65582 12.866 2.5 9 2.5C5.13401 2.5 2 5.65582 2 9.54873C2 12.3606 3.63505 14.8687 6 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22.0007 10.5H11.8276C10.692 10.5 10.1242 10.5 9.65783 10.7714C9.19147 11.0428 8.91094 11.5365 8.34989 12.5238L3.70815 21.4524M22.0007 10.5C22.0007 9.93982 19.9999 8.5 19.9999 8.5M22.0007 10.5C22.0007 11.0602 19.9999 12.5 19.9999 12.5M3.70815 21.4524C3.23858 21.1799 3 18.794 3 18.794M3.70815 21.4524C4.17772 21.7248 6.35295 20.7395 6.35295 20.7395%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9368 10.5C15.9785 10.1889 16 9.87134 16 9.54873C16 5.65582 12.866 2.5 9 2.5C5.13401 2.5 2 5.65582 2 9.54873C2 12.3606 3.63505 14.8687 6 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-remove-pi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 8.8C3 7 5.06126 5.2 7.68468 5.2L16.9574 5.2C19.2 5.2 21 3.85 21 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 5.5L16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.5C9.86667 8.5625 9.6 14.25 9.2 16C8.8 17.75 8 19.5 6 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.3333 17.5H15.6667M21 17.5C21 19.7091 19.2091 21.5 17 21.5C14.7909 21.5 13 19.7091 13 17.5C13 15.2909 14.7909 13.5 17 13.5C19.2091 13.5 21 15.2909 21 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 8.8C3 7 5.06126 5.2 7.68468 5.2L16.9574 5.2C19.2 5.2 21 3.85 21 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 5.5L16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.5C9.86667 8.5625 9.6 14.25 9.2 16C8.8 17.75 8 19.5 6 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.3333 17.5H15.6667M21 17.5C21 19.7091 19.2091 21.5 17 21.5C14.7909 21.5 13 19.7091 13 17.5C13 15.2909 14.7909 13.5 17 13.5C19.2091 13.5 21 15.2909 21 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-rhombus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.05622 4.78867C9.91534 2.92956 10.8449 2 12 2C13.1551 2 14.0847 2.92956 15.9438 4.78867L19.2113 8.05622C21.0704 9.91534 22 10.8449 22 12C22 13.1551 21.0704 14.0847 19.2113 15.9438L15.9438 19.2113C14.0847 21.0704 13.1551 22 12 22C10.8449 22 9.91534 21.0704 8.05622 19.2113L4.78867 15.9438C2.92956 14.0847 2 13.1551 2 12C2 10.8449 2.92956 9.91534 4.78867 8.05622L8.05622 4.78867Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.05622 4.78867C9.91534 2.92956 10.8449 2 12 2C13.1551 2 14.0847 2.92956 15.9438 4.78867L19.2113 8.05622C21.0704 9.91534 22 10.8449 22 12C22 13.1551 21.0704 14.0847 19.2113 15.9438L15.9438 19.2113C14.0847 21.0704 13.1551 22 12 22C10.8449 22 9.91534 21.0704 8.05622 19.2113L4.78867 15.9438C2.92956 14.0847 2 13.1551 2 12C2 10.8449 2.92956 9.91534 4.78867 8.05622L8.05622 4.78867Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-right-angle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5C3.39322 4.59544 4.43982 3 5 3C5.56018 3 6.60678 4.59544 7 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17C19.4046 17.3932 21 18.4398 21 19C21 19.5602 19.4046 20.6068 19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12H6C8.82843 12 10.2426 12 11.1213 12.8787C12 13.7574 12 15.1716 12 18V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 19H11C8.17157 19 6.75736 19 5.87868 18.1213C5 17.2426 5 15.8284 5 13L5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 5C3.39322 4.59544 4.43982 3 5 3C5.56018 3 6.60678 4.59544 7 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17C19.4046 17.3932 21 18.4398 21 19C21 19.5602 19.4046 20.6068 19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12H6C8.82843 12 10.2426 12 11.1213 12.8787C12 13.7574 12 15.1716 12 18V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 19H11C8.17157 19 6.75736 19 5.87868 18.1213C5 17.2426 5 15.8284 5 13L5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-right-triangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 8V6.48477C4 3.77748 4 2.42383 4.79089 2.07276C5.58178 1.72168 6.52338 2.65735 8.40659 4.5287L19.2835 15.3371C21.2721 17.3131 22.2664 18.3012 21.9383 19.1506C21.6102 20 20.2343 20 17.4825 20H16M13 22C13 21.0572 13 20.5858 12.7071 20.2929C12.4142 20 11.9428 20 11 20H6.60556C5.37729 20 4.76315 20 4.38158 19.6036C4 19.2072 4 18.5692 4 17.2932V13C4 12.0572 4 11.5858 3.70711 11.2929C3.41421 11 2.94281 11 2 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15H5C6.88562 15 7.82843 15 8.41421 15.5858C9 16.1716 9 17.1144 9 19V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 8V6.48477C4 3.77748 4 2.42383 4.79089 2.07276C5.58178 1.72168 6.52338 2.65735 8.40659 4.5287L19.2835 15.3371C21.2721 17.3131 22.2664 18.3012 21.9383 19.1506C21.6102 20 20.2343 20 17.4825 20H16M13 22C13 21.0572 13 20.5858 12.7071 20.2929C12.4142 20 11.9428 20 11 20H6.60556C5.37729 20 4.76315 20 4.38158 19.6036C4 19.2072 4 18.5692 4 17.2932V13C4 12.0572 4 11.5858 3.70711 11.2929C3.41421 11 2.94281 11 2 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15H5C6.88562 15 7.82843 15 8.41421 15.5858C9 16.1716 9 17.1144 9 19V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-root-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 5H13.6138C12.3798 5 11.965 5.1398 11.659 6.36394L9.33913 15.6416C8.78948 17.8398 8.51466 18.9389 7.78481 18.9976C7.05496 19.0564 6.55032 18.02 5.54104 15.9472L4.97014 14.7748C4.53541 13.882 4.31804 13.4356 3.87855 13.3147C3.21709 13.1327 2.5084 13.6703 2 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.4004 11.0035C15.1804 10.9195 16.1337 11.038 16.4404 11.6395C17.0523 12.8395 18.0604 15.3595 18.4204 16.1395C18.6004 16.4395 18.7804 16.7995 19.5004 16.9795C19.9804 17.0395 20.6039 16.995 20.6039 16.995%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.0005 10.998C19.5005 10.998 18.5405 12.66 17.7005 13.68C16.6205 15.24 15.4205 17.1 13.9805 16.98%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 5H13.6138C12.3798 5 11.965 5.1398 11.659 6.36394L9.33913 15.6416C8.78948 17.8398 8.51466 18.9389 7.78481 18.9976C7.05496 19.0564 6.55032 18.02 5.54104 15.9472L4.97014 14.7748C4.53541 13.882 4.31804 13.4356 3.87855 13.3147C3.21709 13.1327 2.5084 13.6703 2 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.4004 11.0035C15.1804 10.9195 16.1337 11.038 16.4404 11.6395C17.0523 12.8395 18.0604 15.3595 18.4204 16.1395C18.6004 16.4395 18.7804 16.7995 19.5004 16.9795C19.9804 17.0395 20.6039 16.995 20.6039 16.995%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.0005 10.998C19.5005 10.998 18.5405 12.66 17.7005 13.68C16.6205 15.24 15.4205 17.1 13.9805 16.98%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-root-02-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.725 2.5C19.1145 2.65381 20.0498 3.00143 20.7479 3.78705C22 5.19617 22 7.46411 22 12C22 16.5359 22 18.8038 20.7479 20.213C20.0498 20.9986 19.1145 21.3462 17.725 21.5M6.27501 21.5C4.88551 21.3462 3.95021 20.9986 3.25212 20.213C2 18.8038 2 16.5359 2 12C2 7.46411 2 5.19617 3.25212 3.78705C3.95021 3.00143 4.88551 2.65381 6.27501 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8H12.5167C11.7 8 11.46 8.04 11.299 8.86405L9.95406 14.4693C9.62198 15.7974 9.45066 15.9934 9.12 16.02C8.76 15.9 8.58977 15.5923 7.98 14.34L7.63508 13.58C7.37243 13.0406 7.28553 12.813 7.02 12.74C6.62037 12.63 6.30716 12.9408 6 13.14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.1035 11.4321C13.5235 11.4182 13.9795 11.4001 14.2291 11.8161C14.5724 12.5085 15.1156 13.9273 15.3175 14.3774C15.4185 14.5505 15.4795 14.7001 15.8395 14.8201C16.1088 14.8547 16.4995 14.8641 16.4995 14.8641%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.7397 11.4199C15.8935 11.4199 15.3895 12.3659 14.9157 12.9587C14.3065 13.8654 13.6797 14.8799 12.8877 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.725 2.5C19.1145 2.65381 20.0498 3.00143 20.7479 3.78705C22 5.19617 22 7.46411 22 12C22 16.5359 22 18.8038 20.7479 20.213C20.0498 20.9986 19.1145 21.3462 17.725 21.5M6.27501 21.5C4.88551 21.3462 3.95021 20.9986 3.25212 20.213C2 18.8038 2 16.5359 2 12C2 7.46411 2 5.19617 3.25212 3.78705C3.95021 3.00143 4.88551 2.65381 6.27501 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 8H12.5167C11.7 8 11.46 8.04 11.299 8.86405L9.95406 14.4693C9.62198 15.7974 9.45066 15.9934 9.12 16.02C8.76 15.9 8.58977 15.5923 7.98 14.34L7.63508 13.58C7.37243 13.0406 7.28553 12.813 7.02 12.74C6.62037 12.63 6.30716 12.9408 6 13.14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.1035 11.4321C13.5235 11.4182 13.9795 11.4001 14.2291 11.8161C14.5724 12.5085 15.1156 13.9273 15.3175 14.3774C15.4185 14.5505 15.4795 14.7001 15.8395 14.8201C16.1088 14.8547 16.4995 14.8641 16.4995 14.8641%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.7397 11.4199C15.8935 11.4199 15.3895 12.3659 14.9157 12.9587C14.3065 13.8654 13.6797 14.8799 12.8877 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-root-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.725 2.5C19.1145 2.65381 20.0498 3.00143 20.7479 3.78705C22 5.19617 22 7.46411 22 12C22 16.5359 22 18.8038 20.7479 20.213C20.0498 20.9986 19.1145 21.3462 17.725 21.5M6.27501 21.5C4.88551 21.3462 3.95021 20.9986 3.25212 20.213C2 18.8038 2 16.5359 2 12C2 7.46411 2 5.19617 3.25212 3.78705C3.95021 3.00143 4.88551 2.65381 6.27501 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.63358 13.5856L6.95446 13.9039L6.95446 13.9039L7.63358 13.5856ZM7.94757 14.2556L7.26845 14.5738L7.94757 14.2556ZM10.0365 14.0809L9.30734 13.9054L10.0365 14.0809ZM11.3124 8.77939L12.0416 8.95488V8.95488L11.3124 8.77939ZM12.3876 8V8.75V8ZM18 8.75C18.4142 8.75 18.75 8.41421 18.75 8C18.75 7.58579 18.4142 7.25 18 7.25V8.75ZM9.18165 15.9987L9.11916 15.2513L9.11916 15.2513L9.18165 15.9987ZM7.0332 12.7512L6.82708 13.4724L6.82709 13.4724L7.0332 12.7512ZM5.58091 12.5209C5.2374 12.7523 5.14656 13.2184 5.37802 13.562C5.60948 13.9055 6.07558 13.9963 6.41909 13.7648L5.58091 12.5209ZM12.8765 14.1071C12.4623 14.1071 12.1265 14.4429 12.1265 14.8571C12.1265 15.2714 12.4623 15.6071 12.8765 15.6071V14.1071ZM16.7265 12.1786C17.1407 12.1786 17.4765 11.8428 17.4765 11.4286C17.4765 11.0144 17.1407 10.6786 16.7265 10.6786V12.1786ZM14.4494 12.2901L13.7562 12.5763L14.4494 12.2901ZM15.1535 13.9956L15.8468 13.7094V13.7094L15.1535 13.9956ZM15.4933 14.6267L16.0033 14.0768L16.0033 14.0768L15.4933 14.6267ZM16.5 15.6071C16.9142 15.6071 17.25 15.2714 17.25 14.8571C17.25 14.4429 16.9142 14.1071 16.5 14.1071V15.6071ZM15.7458 14.7882L16.0342 14.0959V14.0959L15.7458 14.7882ZM13.1029 10.6786C12.6887 10.6786 12.3529 11.0144 12.3529 11.4286C12.3529 11.8428 12.6887 12.1786 13.1029 12.1786V10.6786ZM13.8571 11.4975L13.5687 12.1898L13.8571 11.4975ZM14.1096 11.659L14.6196 11.1091H14.6196L14.1096 11.659ZM6.95446 13.9039L7.26845 14.5738L8.62669 13.9373L8.31269 13.2673L6.95446 13.9039ZM10.7657 14.2564L12.0416 8.95488L10.5832 8.60391L9.30734 13.9054L10.7657 14.2564ZM12.3876 8.75H18V7.25H12.3876V8.75ZM7.26845 14.5738C7.53554 15.1437 7.76889 15.6457 7.99263 15.9914C8.19024 16.2967 8.58034 16.8015 9.24413 16.746L9.11916 15.2513C9.38154 15.2293 9.43215 15.4549 9.25185 15.1763C9.09769 14.9381 8.91471 14.5518 8.62669 13.9373L7.26845 14.5738ZM9.30734 13.9054C9.15022 14.5583 9.05027 14.9657 8.94874 15.2226C8.83011 15.5228 8.84338 15.2743 9.11916 15.2513L9.24413 16.746C9.92133 16.6894 10.2109 16.1101 10.3438 15.7739C10.4937 15.3944 10.6205 14.8596 10.7657 14.2564L9.30734 13.9054ZM8.31269 13.2673C8.20305 13.0334 8.08747 12.7823 7.96009 12.5895C7.81778 12.3742 7.59879 12.1329 7.23931 12.0301L6.82709 13.4724C6.77908 13.4586 6.73757 13.4342 6.70959 13.4104C6.68742 13.3916 6.6878 13.3849 6.70865 13.4165C6.72984 13.4486 6.75946 13.5003 6.80274 13.5864C6.84579 13.6721 6.8934 13.7736 6.95446 13.9039L8.31269 13.2673ZM12.0416 8.95488C12.0772 8.80719 12.1055 8.73884 12.1198 8.71158C12.1286 8.69484 12.1154 8.72454 12.0715 8.75354C12.0337 8.77845 12.0174 8.77295 12.0712 8.76465C12.1309 8.75545 12.2245 8.75 12.3876 8.75V7.25C12.0789 7.25 11.6237 7.25205 11.2458 7.50123C10.8282 7.77656 10.6746 8.22423 10.5832 8.60391L12.0416 8.95488ZM6.41909 13.7648C6.458 13.7386 6.49967 13.7098 6.53481 13.6856C6.57204 13.66 6.60646 13.6365 6.64056 13.6141C6.70985 13.5684 6.76672 13.5346 6.81564 13.5106C6.92898 13.4549 6.90936 13.4959 6.82708 13.4724L7.23932 12.0301C6.79325 11.9026 6.39683 12.0452 6.15443 12.1642C5.91601 12.2813 5.68134 12.4532 5.58091 12.5209L6.41909 13.7648ZM12.8765 15.6071C13.5589 15.6071 14.0784 15.2224 14.4462 14.8447C14.8152 14.4659 15.1434 13.9762 15.4228 13.5629L14.1801 12.7228C13.8801 13.1666 13.6288 13.5341 13.3717 13.7981C13.1134 14.0633 12.9601 14.1071 12.8765 14.1071V15.6071ZM15.4228 13.5629C15.7228 13.1191 15.9741 12.7516 16.2313 12.4876C16.4895 12.2224 16.6429 12.1786 16.7265 12.1786V10.6786C16.044 10.6786 15.5246 11.0633 15.1567 11.441C14.7877 11.8199 14.4596 12.3095 14.1801 12.7228L15.4228 13.5629ZM13.7562 12.5763L14.1082 13.4291L15.4947 12.8567L15.1427 12.0039L13.7562 12.5763ZM14.1082 13.4291L14.4603 14.2818L15.8468 13.7094L15.4947 12.8567L14.1082 13.4291ZM14.4603 14.2818C14.5741 14.5576 14.7058 14.9192 14.9833 15.1766L16.0033 14.0768C16.026 14.0978 16.0241 14.1081 15.9957 14.0528C15.9616 13.9861 15.9218 13.8911 15.8468 13.7094L14.4603 14.2818ZM16.5 14.1071C16.293 14.1071 16.1774 14.1067 16.092 14.1005C16.0164 14.095 16.0143 14.0876 16.0342 14.0959L15.4574 15.4805C15.7948 15.6211 16.1754 15.6071 16.5 15.6071V14.1071ZM14.9833 15.1766C15.1227 15.3058 15.2836 15.4082 15.4574 15.4805L16.0342 14.0959C16.02 14.09 16.0099 14.0829 16.0033 14.0768L14.9833 15.1766ZM13.1029 12.1786C13.3099 12.1786 13.4255 12.179 13.511 12.1852C13.5865 12.1907 13.5887 12.1981 13.5687 12.1898L14.1456 10.8052C13.8081 10.6646 13.4276 10.6786 13.1029 10.6786V12.1786ZM15.1427 12.0039C15.0288 11.7281 14.8972 11.3665 14.6196 11.1091L13.5996 12.209C13.5769 12.1879 13.5789 12.1776 13.6072 12.2329C13.6413 12.2996 13.6812 12.3946 13.7562 12.5763L15.1427 12.0039ZM13.5687 12.1898C13.583 12.1957 13.5931 12.2029 13.5996 12.209L14.6196 11.1091C14.4803 10.9799 14.3193 10.8775 14.1456 10.8052L13.5687 12.1898Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.725 2.5C19.1145 2.65381 20.0498 3.00143 20.7479 3.78705C22 5.19617 22 7.46411 22 12C22 16.5359 22 18.8038 20.7479 20.213C20.0498 20.9986 19.1145 21.3462 17.725 21.5M6.27501 21.5C4.88551 21.3462 3.95021 20.9986 3.25212 20.213C2 18.8038 2 16.5359 2 12C2 7.46411 2 5.19617 3.25212 3.78705C3.95021 3.00143 4.88551 2.65381 6.27501 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.63358 13.5856L6.95446 13.9039L6.95446 13.9039L7.63358 13.5856ZM7.94757 14.2556L7.26845 14.5738L7.94757 14.2556ZM10.0365 14.0809L9.30734 13.9054L10.0365 14.0809ZM11.3124 8.77939L12.0416 8.95488V8.95488L11.3124 8.77939ZM12.3876 8V8.75V8ZM18 8.75C18.4142 8.75 18.75 8.41421 18.75 8C18.75 7.58579 18.4142 7.25 18 7.25V8.75ZM9.18165 15.9987L9.11916 15.2513L9.11916 15.2513L9.18165 15.9987ZM7.0332 12.7512L6.82708 13.4724L6.82709 13.4724L7.0332 12.7512ZM5.58091 12.5209C5.2374 12.7523 5.14656 13.2184 5.37802 13.562C5.60948 13.9055 6.07558 13.9963 6.41909 13.7648L5.58091 12.5209ZM12.8765 14.1071C12.4623 14.1071 12.1265 14.4429 12.1265 14.8571C12.1265 15.2714 12.4623 15.6071 12.8765 15.6071V14.1071ZM16.7265 12.1786C17.1407 12.1786 17.4765 11.8428 17.4765 11.4286C17.4765 11.0144 17.1407 10.6786 16.7265 10.6786V12.1786ZM14.4494 12.2901L13.7562 12.5763L14.4494 12.2901ZM15.1535 13.9956L15.8468 13.7094V13.7094L15.1535 13.9956ZM15.4933 14.6267L16.0033 14.0768L16.0033 14.0768L15.4933 14.6267ZM16.5 15.6071C16.9142 15.6071 17.25 15.2714 17.25 14.8571C17.25 14.4429 16.9142 14.1071 16.5 14.1071V15.6071ZM15.7458 14.7882L16.0342 14.0959V14.0959L15.7458 14.7882ZM13.1029 10.6786C12.6887 10.6786 12.3529 11.0144 12.3529 11.4286C12.3529 11.8428 12.6887 12.1786 13.1029 12.1786V10.6786ZM13.8571 11.4975L13.5687 12.1898L13.8571 11.4975ZM14.1096 11.659L14.6196 11.1091H14.6196L14.1096 11.659ZM6.95446 13.9039L7.26845 14.5738L8.62669 13.9373L8.31269 13.2673L6.95446 13.9039ZM10.7657 14.2564L12.0416 8.95488L10.5832 8.60391L9.30734 13.9054L10.7657 14.2564ZM12.3876 8.75H18V7.25H12.3876V8.75ZM7.26845 14.5738C7.53554 15.1437 7.76889 15.6457 7.99263 15.9914C8.19024 16.2967 8.58034 16.8015 9.24413 16.746L9.11916 15.2513C9.38154 15.2293 9.43215 15.4549 9.25185 15.1763C9.09769 14.9381 8.91471 14.5518 8.62669 13.9373L7.26845 14.5738ZM9.30734 13.9054C9.15022 14.5583 9.05027 14.9657 8.94874 15.2226C8.83011 15.5228 8.84338 15.2743 9.11916 15.2513L9.24413 16.746C9.92133 16.6894 10.2109 16.1101 10.3438 15.7739C10.4937 15.3944 10.6205 14.8596 10.7657 14.2564L9.30734 13.9054ZM8.31269 13.2673C8.20305 13.0334 8.08747 12.7823 7.96009 12.5895C7.81778 12.3742 7.59879 12.1329 7.23931 12.0301L6.82709 13.4724C6.77908 13.4586 6.73757 13.4342 6.70959 13.4104C6.68742 13.3916 6.6878 13.3849 6.70865 13.4165C6.72984 13.4486 6.75946 13.5003 6.80274 13.5864C6.84579 13.6721 6.8934 13.7736 6.95446 13.9039L8.31269 13.2673ZM12.0416 8.95488C12.0772 8.80719 12.1055 8.73884 12.1198 8.71158C12.1286 8.69484 12.1154 8.72454 12.0715 8.75354C12.0337 8.77845 12.0174 8.77295 12.0712 8.76465C12.1309 8.75545 12.2245 8.75 12.3876 8.75V7.25C12.0789 7.25 11.6237 7.25205 11.2458 7.50123C10.8282 7.77656 10.6746 8.22423 10.5832 8.60391L12.0416 8.95488ZM6.41909 13.7648C6.458 13.7386 6.49967 13.7098 6.53481 13.6856C6.57204 13.66 6.60646 13.6365 6.64056 13.6141C6.70985 13.5684 6.76672 13.5346 6.81564 13.5106C6.92898 13.4549 6.90936 13.4959 6.82708 13.4724L7.23932 12.0301C6.79325 11.9026 6.39683 12.0452 6.15443 12.1642C5.91601 12.2813 5.68134 12.4532 5.58091 12.5209L6.41909 13.7648ZM12.8765 15.6071C13.5589 15.6071 14.0784 15.2224 14.4462 14.8447C14.8152 14.4659 15.1434 13.9762 15.4228 13.5629L14.1801 12.7228C13.8801 13.1666 13.6288 13.5341 13.3717 13.7981C13.1134 14.0633 12.9601 14.1071 12.8765 14.1071V15.6071ZM15.4228 13.5629C15.7228 13.1191 15.9741 12.7516 16.2313 12.4876C16.4895 12.2224 16.6429 12.1786 16.7265 12.1786V10.6786C16.044 10.6786 15.5246 11.0633 15.1567 11.441C14.7877 11.8199 14.4596 12.3095 14.1801 12.7228L15.4228 13.5629ZM13.7562 12.5763L14.1082 13.4291L15.4947 12.8567L15.1427 12.0039L13.7562 12.5763ZM14.1082 13.4291L14.4603 14.2818L15.8468 13.7094L15.4947 12.8567L14.1082 13.4291ZM14.4603 14.2818C14.5741 14.5576 14.7058 14.9192 14.9833 15.1766L16.0033 14.0768C16.026 14.0978 16.0241 14.1081 15.9957 14.0528C15.9616 13.9861 15.9218 13.8911 15.8468 13.7094L14.4603 14.2818ZM16.5 14.1071C16.293 14.1071 16.1774 14.1067 16.092 14.1005C16.0164 14.095 16.0143 14.0876 16.0342 14.0959L15.4574 15.4805C15.7948 15.6211 16.1754 15.6071 16.5 15.6071V14.1071ZM14.9833 15.1766C15.1227 15.3058 15.2836 15.4082 15.4574 15.4805L16.0342 14.0959C16.02 14.09 16.0099 14.0829 16.0033 14.0768L14.9833 15.1766ZM13.1029 12.1786C13.3099 12.1786 13.4255 12.179 13.511 12.1852C13.5865 12.1907 13.5887 12.1981 13.5687 12.1898L14.1456 10.8052C13.8081 10.6646 13.4276 10.6786 13.1029 10.6786V12.1786ZM15.1427 12.0039C15.0288 11.7281 14.8972 11.3665 14.6196 11.1091L13.5996 12.209C13.5769 12.1879 13.5789 12.1776 13.6072 12.2329C13.6413 12.2996 13.6812 12.3946 13.7562 12.5763L15.1427 12.0039ZM13.5687 12.1898C13.583 12.1957 13.5931 12.2029 13.5996 12.209L14.6196 11.1091C14.4803 10.9799 14.3193 10.8775 14.1456 10.8052L13.5687 12.1898Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-root-1st-brecket{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 8H12.5167C11.7 8 11.46 8.04 11.299 8.86405L9.95406 14.4693C9.62198 15.7974 9.45066 15.9934 9.12 16.02C8.76 15.9 8.58977 15.5923 7.98 14.34L7.63508 13.58C7.37243 13.0406 7.28553 12.813 7.02 12.74C6.62037 12.63 6.30716 12.9408 6 13.14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.1035 11.4321C13.5235 11.4182 13.9795 11.4001 14.2291 11.8161C14.5724 12.5085 15.1156 13.9273 15.3175 14.3774C15.4185 14.5505 15.4795 14.7001 15.8395 14.8201C16.1088 14.8547 16.4995 14.8641 16.4995 14.8641%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.7397 11.4199C15.8935 11.4199 15.3895 12.3659 14.9157 12.9587C14.3065 13.8654 13.6797 14.8799 12.8877 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 3C3.58901 4.93486 2 8.24345 2 12C2 15.7565 3.58901 19.0651 6 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 3C20.411 4.93486 22 8.24345 22 12C22 15.7565 20.411 19.0651 18 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 8H12.5167C11.7 8 11.46 8.04 11.299 8.86405L9.95406 14.4693C9.62198 15.7974 9.45066 15.9934 9.12 16.02C8.76 15.9 8.58977 15.5923 7.98 14.34L7.63508 13.58C7.37243 13.0406 7.28553 12.813 7.02 12.74C6.62037 12.63 6.30716 12.9408 6 13.14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.1035 11.4321C13.5235 11.4182 13.9795 11.4001 14.2291 11.8161C14.5724 12.5085 15.1156 13.9273 15.3175 14.3774C15.4185 14.5505 15.4795 14.7001 15.8395 14.8201C16.1088 14.8547 16.4995 14.8641 16.4995 14.8641%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.7397 11.4199C15.8935 11.4199 15.3895 12.3659 14.9157 12.9587C14.3065 13.8654 13.6797 14.8799 12.8877 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 3C3.58901 4.93486 2 8.24345 2 12C2 15.7565 3.58901 19.0651 6 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 3C20.411 4.93486 22 8.24345 22 12C22 15.7565 20.411 19.0651 18 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-root-3rd-brecket{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 8H12.5167C11.7 8 11.46 8.04 11.299 8.86405L9.95406 14.4693C9.62198 15.7974 9.45066 15.9934 9.12 16.02C8.76 15.9 8.58977 15.5923 7.98 14.34L7.63508 13.58C7.37243 13.0406 7.28553 12.813 7.02 12.74C6.62037 12.63 6.30716 12.9408 6 13.14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.1035 11.4321C13.5235 11.4182 13.9795 11.4001 14.2291 11.8161C14.5724 12.5085 15.1156 13.9273 15.3175 14.3774C15.4185 14.5505 15.4795 14.7001 15.8395 14.8201C16.1088 14.8547 16.4995 14.8641 16.4995 14.8641%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.7397 11.4199C15.8935 11.4199 15.3895 12.3659 14.9157 12.9587C14.3065 13.8654 13.6797 14.8799 12.8877 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 21C19.2322 21 20.231 19.8487 20.231 18.4286C20.231 16.1808 20.1312 14.6865 21.6733 12.9091C22.1089 12.407 22.1089 11.593 21.6733 11.0909C20.1312 9.31354 20.231 7.81916 20.231 5.57143C20.231 4.15127 19.2322 3 18 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 21C4.76784 21 3.76897 19.8487 3.76897 18.4286C3.76897 16.1808 3.86877 14.6865 2.32673 12.9091C1.89109 12.407 1.89109 11.593 2.32673 11.0909C3.83496 9.35251 3.76897 7.83992 3.76897 5.57143C3.76897 4.15127 4.76784 3 6 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 8H12.5167C11.7 8 11.46 8.04 11.299 8.86405L9.95406 14.4693C9.62198 15.7974 9.45066 15.9934 9.12 16.02C8.76 15.9 8.58977 15.5923 7.98 14.34L7.63508 13.58C7.37243 13.0406 7.28553 12.813 7.02 12.74C6.62037 12.63 6.30716 12.9408 6 13.14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.1035 11.4321C13.5235 11.4182 13.9795 11.4001 14.2291 11.8161C14.5724 12.5085 15.1156 13.9273 15.3175 14.3774C15.4185 14.5505 15.4795 14.7001 15.8395 14.8201C16.1088 14.8547 16.4995 14.8641 16.4995 14.8641%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.7397 11.4199C15.8935 11.4199 15.3895 12.3659 14.9157 12.9587C14.3065 13.8654 13.6797 14.8799 12.8877 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 21C19.2322 21 20.231 19.8487 20.231 18.4286C20.231 16.1808 20.1312 14.6865 21.6733 12.9091C22.1089 12.407 22.1089 11.593 21.6733 11.0909C20.1312 9.31354 20.231 7.81916 20.231 5.57143C20.231 4.15127 19.2322 3 18 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 21C4.76784 21 3.76897 19.8487 3.76897 18.4286C3.76897 16.1808 3.86877 14.6865 2.32673 12.9091C1.89109 12.407 1.89109 11.593 2.32673 11.0909C3.83496 9.35251 3.76897 7.83992 3.76897 5.57143C3.76897 4.15127 4.76784 3 6 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-root-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.52 8.49609H12.5577C11.741 8.49609 11.501 8.53609 11.34 9.36014L10.179 13.9694C9.8469 15.2975 9.67558 15.4935 9.34492 15.5201C8.98492 15.4001 8.81469 15.0925 8.20492 13.8401L8.05508 13.5001C7.79243 12.9607 7.70552 12.7332 7.44 12.6601C7.10104 12.5669 6.80716 12.8049 6.5 13.0041%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9746 11.4956C13.3946 11.4817 13.8506 11.4636 14.1002 11.8796C14.3402 12.5396 14.8163 13.5828 15.0182 14.0328C15.1192 14.2059 15.2402 14.4316 15.5402 14.4756C15.8402 14.5196 16.1402 14.5036 16.1402 14.5036%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.3323 11.5078C15.4861 11.5078 15.0003 12.4798 14.5203 13.0198C14.3523 13.293 13.6203 14.5198 12.7803 14.5038%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.52 8.49609H12.5577C11.741 8.49609 11.501 8.53609 11.34 9.36014L10.179 13.9694C9.8469 15.2975 9.67558 15.4935 9.34492 15.5201C8.98492 15.4001 8.81469 15.0925 8.20492 13.8401L8.05508 13.5001C7.79243 12.9607 7.70552 12.7332 7.44 12.6601C7.10104 12.5669 6.80716 12.8049 6.5 13.0041%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9746 11.4956C13.3946 11.4817 13.8506 11.4636 14.1002 11.8796C14.3402 12.5396 14.8163 13.5828 15.0182 14.0328C15.1192 14.2059 15.2402 14.4316 15.5402 14.4756C15.8402 14.5196 16.1402 14.5036 16.1402 14.5036%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.3323 11.5078C15.4861 11.5078 15.0003 12.4798 14.5203 13.0198C14.3523 13.293 13.6203 14.5198 12.7803 14.5038%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-segment{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 14L9.07143 8.5M9.07143 8.5L7.37934 3.67442C7.33237 3.54046 7.30888 3.47349 7.27917 3.4166C7.16531 3.19858 6.97093 3.0495 6.74934 3.01024C6.69153 3 6.62769 3 6.5 3C6.37231 3 6.30847 3 6.25066 3.01024C6.02907 3.0495 5.83469 3.19858 5.72083 3.4166C5.69112 3.47349 5.66763 3.54046 5.62066 3.67442L3.92857 8.5M9.07143 8.5L3.92857 8.5M3.92857 8.5L2 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 19C20 20.1046 19.1046 21 18 21C16.8954 21 16 20.1046 16 19M20 19C20 17.8954 19.1046 17 18 17C16.8954 17 16 17.8954 16 19M20 19H22M16 19H8M8 19C8 20.1046 7.10457 21 6 21C4.89543 21 4 20.1046 4 19M8 19C8 17.8954 7.10457 17 6 17C4.89543 17 4 17.8954 4 19M4 19H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8.5V5C15 4.05719 15 3.58579 15.2929 3.29289C15.5858 3 16.0572 3 17 3H18.25C19.7688 3 21 4.23122 21 5.75C21 7.26878 19.7688 8.5 18.25 8.5H15ZM15 8.5H19.25C20.7688 8.5 22 9.73122 22 11.25C22 12.7688 20.7688 14 19.25 14H17C16.0572 14 15.5858 14 15.2929 13.7071C15 13.4142 15 12.9428 15 12V8.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 14L9.07143 8.5M9.07143 8.5L7.37934 3.67442C7.33237 3.54046 7.30888 3.47349 7.27917 3.4166C7.16531 3.19858 6.97093 3.0495 6.74934 3.01024C6.69153 3 6.62769 3 6.5 3C6.37231 3 6.30847 3 6.25066 3.01024C6.02907 3.0495 5.83469 3.19858 5.72083 3.4166C5.69112 3.47349 5.66763 3.54046 5.62066 3.67442L3.92857 8.5M9.07143 8.5L3.92857 8.5M3.92857 8.5L2 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 19C20 20.1046 19.1046 21 18 21C16.8954 21 16 20.1046 16 19M20 19C20 17.8954 19.1046 17 18 17C16.8954 17 16 17.8954 16 19M20 19H22M16 19H8M8 19C8 20.1046 7.10457 21 6 21C4.89543 21 4 20.1046 4 19M8 19C8 17.8954 7.10457 17 6 17C4.89543 17 4 17.8954 4 19M4 19H2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8.5V5C15 4.05719 15 3.58579 15.2929 3.29289C15.5858 3 16.0572 3 17 3H18.25C19.7688 3 21 4.23122 21 5.75C21 7.26878 19.7688 8.5 18.25 8.5H15ZM15 8.5H19.25C20.7688 8.5 22 9.73122 22 11.25C22 12.7688 20.7688 14 19.25 14H17C16.0572 14 15.5858 14 15.2929 13.7071C15 13.4142 15 12.9428 15 12V8.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-sin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 7H12M14 7H12M14 17H12M10 17H12M12 7V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7V17L17 7V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.68959 8.61565C6.26371 7.65235 5.4428 7 4.5 7H4C2.89543 7 2 8.11929 2 9.5C2 10.8807 2.89543 12 4 12H5C6.10457 12 7 13.1193 7 14.5C7 15.8807 6.10457 17 5 17H4.5C3.47484 17 2.5938 16.2287 2.20802 15.125%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 7H12M14 7H12M14 17H12M10 17H12M12 7V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7V17L17 7V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.68959 8.61565C6.26371 7.65235 5.4428 7 4.5 7H4C2.89543 7 2 8.11929 2 9.5C2 10.8807 2.89543 12 4 12H5C6.10457 12 7 13.1193 7 14.5C7 15.8807 6.10457 17 5 17H4.5C3.47484 17 2.5938 16.2287 2.20802 15.125%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-sine-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00148 14C5.00185 11.7778 4.81561 4 8.50178 4C10.4342 4 12.0007 7.58172 12.0007 12C12.0007 16.4183 13.5672 20 15.4996 20C19.1858 20 19 12.2222 19 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9146 2.83333C20.7087 2.34784 20.1531 2 19.5 2C18.6716 2 18 2.55964 18 3.25C18 3.94036 18.6716 4.5 19.5 4.5C20.3284 4.5 21 5.05964 21 5.75C21 6.44036 20.3284 7 19.5 7C18.8469 7 18.2913 6.65216 18.0854 6.16667%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.54393 17C4.69124 17 4 17.6716 4 18.5V20.5C4 21.3284 4.69124 22 5.54393 22M5.54393 17C6.21616 17 6.78805 17.4174 7 18M5.54393 17C4.87169 17 4.2998 17.4174 4.08785 18M5.54393 22C4.87169 22 4.2998 21.5826 4.08785 21M5.54393 22C6.21616 22 6.78805 21.5826 7 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00148 14C5.00185 11.7778 4.81561 4 8.50178 4C10.4342 4 12.0007 7.58172 12.0007 12C12.0007 16.4183 13.5672 20 15.4996 20C19.1858 20 19 12.2222 19 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9146 2.83333C20.7087 2.34784 20.1531 2 19.5 2C18.6716 2 18 2.55964 18 3.25C18 3.94036 18.6716 4.5 19.5 4.5C20.3284 4.5 21 5.05964 21 5.75C21 6.44036 20.3284 7 19.5 7C18.8469 7 18.2913 6.65216 18.0854 6.16667%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.54393 17C4.69124 17 4 17.6716 4 18.5V20.5C4 21.3284 4.69124 22 5.54393 22M5.54393 17C6.21616 17 6.78805 17.4174 7 18M5.54393 17C4.87169 17 4.2998 17.4174 4.08785 18M5.54393 22C4.87169 22 4.2998 21.5826 4.08785 21M5.54393 22C6.21616 22 6.78805 21.5826 7 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-sine-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 9.011C21 12.0001 20.0868 21 16.1774 21C14.1321 21 12.8338 17.3802 11.9999 12.0001C11.1661 6.61994 9.86786 3 7.82263 3C3.91318 3 3 12.0001 3 14.989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 9.011C21 12.0001 20.0868 21 16.1774 21C14.1321 21 12.8338 17.3802 11.9999 12.0001C11.1661 6.61994 9.86786 3 7.82263 3C3.91318 3 3 12.0001 3 14.989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 12H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-sphere{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5ZM12 10.5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 8C19.0571 8.52165 22 10.0733 22 11.9063C22 14.1672 17.5228 16 12 16C6.47715 16 2 14.1672 2 11.9063C2 10.0733 4.94289 8.52165 9 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5ZM12 10.5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 8C19.0571 8.52165 22 10.0733 22 11.9063C22 14.1672 17.5228 16 12 16C6.47715 16 2 14.1672 2 11.9063C2 10.0733 4.94289 8.52165 9 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.71582 7.02474C4.70681 6.91997 5.95606 7.07715 6.73684 8.91069C7.55666 11.111 9.58669 17.2403 10.0942 18.6548C10.6407 20.174 11.3434 21.2218 14.2323 20.9598%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7.00693C12.1371 6.98198 9.79479 11.7218 8.49349 13.9919C7.06206 16.6113 4.6026 21.1516 2 20.9769%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0002 8.99985H18.0002L21.2003 6.59981C21.7039 6.22212 22.0002 5.62938 22.0002 4.9999C22.0002 3.89538 21.1047 2.99999 20.0001 3C18.8956 3.00001 18 3.89543 18 4.99998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.71582 7.02474C4.70681 6.91997 5.95606 7.07715 6.73684 8.91069C7.55666 11.111 9.58669 17.2403 10.0942 18.6548C10.6407 20.174 11.3434 21.2218 14.2323 20.9598%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7.00693C12.1371 6.98198 9.79479 11.7218 8.49349 13.9919C7.06206 16.6113 4.6026 21.1516 2 20.9769%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0002 8.99985H18.0002L21.2003 6.59981C21.7039 6.22212 22.0002 5.62938 22.0002 4.9999C22.0002 3.89538 21.1047 2.99999 20.0001 3C18.8956 3.00001 18 3.89543 18 4.99998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-square-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.29199 11.2075C7.95566 11.1726 8.49973 11.2083 8.75999 11.8195C9.05999 12.524 9.89999 14.7595 10.08 15.2395C10.2875 15.7928 10.62 16.0795 11.624 15.9955%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9119 11.2076C10.8319 11.1476 9.89767 12.8629 9.4639 13.6196C8.9239 14.4596 8.0399 16.0196 7.00391 15.9956%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 11H14.5C14.5 11 16.5049 9.67917 16.7244 9.52908C16.9439 9.37899 17.5 9.05382 17.5 8.32833C17.5 7.60284 16.7751 6.99999 16.0073 7C15.2396 7.00001 14.5 7.53452 14.5 8.33583%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.29199 11.2075C7.95566 11.1726 8.49973 11.2083 8.75999 11.8195C9.05999 12.524 9.89999 14.7595 10.08 15.2395C10.2875 15.7928 10.62 16.0795 11.624 15.9955%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9119 11.2076C10.8319 11.1476 9.89767 12.8629 9.4639 13.6196C8.9239 14.4596 8.0399 16.0196 7.00391 15.9956%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 11H14.5C14.5 11 16.5049 9.67917 16.7244 9.52908C16.9439 9.37899 17.5 9.05382 17.5 8.32833C17.5 7.60284 16.7751 6.99999 16.0073 7C15.2396 7.00001 14.5 7.53452 14.5 8.33583%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-square-root-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 7.99023H12.5167C11.7 7.99023 11.46 8.03023 11.299 8.85428L9.95406 14.4595C9.62198 15.7876 9.45066 15.9836 9.12 16.0102C8.76 15.8902 8.58977 15.5825 7.98 14.3302L7.63508 13.5702C7.37243 13.0308 7.28553 12.8032 7.02 12.7302C6.62037 12.6202 6.30716 12.931 6 13.1302M13.1035 11.4223C13.5235 11.4084 13.9795 11.3903 14.2291 11.8063C14.5724 12.4987 15.1156 13.9175 15.3175 14.3676C15.4185 14.5407 15.4795 14.6903 15.8395 14.8103C16.1088 14.8449 16.4995 14.8543 16.4995 14.8543M16.7407 11.4101C15.8945 11.4101 15.3905 12.3561 14.9167 12.9489C14.3074 13.8556 13.6807 14.8701 12.8887 14.8421%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 7.99023H12.5167C11.7 7.99023 11.46 8.03023 11.299 8.85428L9.95406 14.4595C9.62198 15.7876 9.45066 15.9836 9.12 16.0102C8.76 15.8902 8.58977 15.5825 7.98 14.3302L7.63508 13.5702C7.37243 13.0308 7.28553 12.8032 7.02 12.7302C6.62037 12.6202 6.30716 12.931 6 13.1302M13.1035 11.4223C13.5235 11.4084 13.9795 11.3903 14.2291 11.8063C14.5724 12.4987 15.1156 13.9175 15.3175 14.3676C15.4185 14.5407 15.4795 14.6903 15.8395 14.8103C16.1088 14.8449 16.4995 14.8543 16.4995 14.8543M16.7407 11.4101C15.8945 11.4101 15.3905 12.3561 14.9167 12.9489C14.3074 13.8556 13.6807 14.8701 12.8887 14.8421%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-square-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.36035 10.9956C6.72035 10.9956 7.71312 10.8495 8.07359 11.6116C8.4891 12.4901 9.53104 15.4731 9.78035 16.0716C10.0677 16.7616 10.5124 17.1036 11.6524 16.9836%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.006 10.9844C10.62 10.9844 9.6 13.0724 9.04734 13.9124C8.38719 14.9646 7.32 17.0324 6 16.9844%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 11H15C15 11 17.0049 9.67917 17.2244 9.52908C17.4439 9.37899 18 9.05382 18 8.32833C18 7.60284 17.2751 6.99999 16.5073 7C15.7396 7.00001 15 7.53452 15 8.33583%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.36035 10.9956C6.72035 10.9956 7.71312 10.8495 8.07359 11.6116C8.4891 12.4901 9.53104 15.4731 9.78035 16.0716C10.0677 16.7616 10.5124 17.1036 11.6524 16.9836%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.006 10.9844C10.62 10.9844 9.6 13.0724 9.04734 13.9124C8.38719 14.9646 7.32 17.0324 6 16.9844%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 11H15C15 11 17.0049 9.67917 17.2244 9.52908C17.4439 9.37899 18 9.05382 18 8.32833C18 7.60284 17.2751 6.99999 16.5073 7C15.7396 7.00001 15 7.53452 15 8.33583%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-summation-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 17.1429C19 18.6464 19 19.3982 18.6504 19.9471C18.468 20.2333 18.2227 20.4753 17.9325 20.6551C17.3761 21 16.6139 21 15.0895 21H9.19861C6.61368 21 5.32121 21 5.04567 20.2653C4.77014 19.5306 5.75145 18.701 7.71408 17.0417L11.6568 13.7083C12.5958 12.9144 13.0654 12.5174 13.0654 12C13.0654 11.4826 12.5958 11.0856 11.6568 10.2917L7.71408 6.95833C5.75145 5.29902 4.77014 4.46937 5.04567 3.73469C5.32121 3 6.61368 3 9.19861 3H15.0895C16.6139 3 17.3761 3 17.9325 3.34487C18.2227 3.52471 18.468 3.76672 18.6504 4.05293C19 4.60179 19 5.35357 19 6.85714%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 17.1429C19 18.6464 19 19.3982 18.6504 19.9471C18.468 20.2333 18.2227 20.4753 17.9325 20.6551C17.3761 21 16.6139 21 15.0895 21H9.19861C6.61368 21 5.32121 21 5.04567 20.2653C4.77014 19.5306 5.75145 18.701 7.71408 17.0417L11.6568 13.7083C12.5958 12.9144 13.0654 12.5174 13.0654 12C13.0654 11.4826 12.5958 11.0856 11.6568 10.2917L7.71408 6.95833C5.75145 5.29902 4.77014 4.46937 5.04567 3.73469C5.32121 3 6.61368 3 9.19861 3H15.0895C16.6139 3 17.3761 3 17.9325 3.34487C18.2227 3.52471 18.468 3.76672 18.6504 4.05293C19 4.60179 19 5.35357 19 6.85714%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-summation-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.725 2.5C19.1145 2.65381 20.0498 3.00143 20.7479 3.78705C22 5.19617 22 7.46411 22 12C22 16.5359 22 18.8038 20.7479 20.213C20.0498 20.9986 19.1145 21.3462 17.725 21.5M6.27501 21.5C4.88551 21.3462 3.95021 20.9986 3.25212 20.213C2 18.8038 2 16.5359 2 12C2 7.46411 2 5.19617 3.25212 3.78705C3.95021 3.00143 4.88551 2.65381 6.27501 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9998 14.4986C14.9981 15.0266 14.983 15.3137 14.8502 15.5299C14.5236 16.0612 13.8736 15.9976 13.3241 15.9976H10.7994C9.69158 15.9976 9.13766 15.9976 9.01957 15.6713C8.90149 15.345 9.32205 14.9765 10.1632 14.2394L11.8529 12.7588C12.2554 12.4062 12.4566 12.2298 12.4566 12C12.4566 11.7702 12.2554 11.5938 11.8529 11.2412L10.1632 9.76058C9.32205 9.02355 8.90149 8.65503 9.01957 8.3287C9.13766 8.00237 9.69158 8.00237 10.7994 8.00237H13.3241C13.8736 8.00237 14.5236 7.93885 14.8502 8.47006C14.983 8.68627 14.9981 8.97338 14.9998 9.50144%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.725 2.5C19.1145 2.65381 20.0498 3.00143 20.7479 3.78705C22 5.19617 22 7.46411 22 12C22 16.5359 22 18.8038 20.7479 20.213C20.0498 20.9986 19.1145 21.3462 17.725 21.5M6.27501 21.5C4.88551 21.3462 3.95021 20.9986 3.25212 20.213C2 18.8038 2 16.5359 2 12C2 7.46411 2 5.19617 3.25212 3.78705C3.95021 3.00143 4.88551 2.65381 6.27501 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9998 14.4986C14.9981 15.0266 14.983 15.3137 14.8502 15.5299C14.5236 16.0612 13.8736 15.9976 13.3241 15.9976H10.7994C9.69158 15.9976 9.13766 15.9976 9.01957 15.6713C8.90149 15.345 9.32205 14.9765 10.1632 14.2394L11.8529 12.7588C12.2554 12.4062 12.4566 12.2298 12.4566 12C12.4566 11.7702 12.2554 11.5938 11.8529 11.2412L10.1632 9.76058C9.32205 9.02355 8.90149 8.65503 9.01957 8.3287C9.13766 8.00237 9.69158 8.00237 10.7994 8.00237H13.3241C13.8736 8.00237 14.5236 7.93885 14.8502 8.47006C14.983 8.68627 14.9981 8.97338 14.9998 9.50144%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-summation-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9998 14.4986C14.9981 15.0266 14.983 15.3137 14.8502 15.5299C14.5236 16.0612 13.8736 15.9976 13.3241 15.9976H10.7994C9.69158 15.9976 9.13766 15.9976 9.01957 15.6713C8.90149 15.345 9.32205 14.9765 10.1632 14.2394L11.8529 12.7588C12.2554 12.4062 12.4566 12.2298 12.4566 12C12.4566 11.7702 12.2554 11.5938 11.8529 11.2412L10.1632 9.76058C9.32205 9.02355 8.90149 8.65503 9.01957 8.3287C9.13766 8.00237 9.69158 8.00237 10.7994 8.00237H13.3241C13.8736 8.00237 14.5236 7.93885 14.8502 8.47006C14.983 8.68627 14.9981 8.97338 14.9998 9.50144%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9998 14.4986C14.9981 15.0266 14.983 15.3137 14.8502 15.5299C14.5236 16.0612 13.8736 15.9976 13.3241 15.9976H10.7994C9.69158 15.9976 9.13766 15.9976 9.01957 15.6713C8.90149 15.345 9.32205 14.9765 10.1632 14.2394L11.8529 12.7588C12.2554 12.4062 12.4566 12.2298 12.4566 12C12.4566 11.7702 12.2554 11.5938 11.8529 11.2412L10.1632 9.76058C9.32205 9.02355 8.90149 8.65503 9.01957 8.3287C9.13766 8.00237 9.69158 8.00237 10.7994 8.00237H13.3241C13.8736 8.00237 14.5236 7.93885 14.8502 8.47006C14.983 8.68627 14.9981 8.97338 14.9998 9.50144%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-summation-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9998 14.4986C14.9981 15.0266 14.983 15.3137 14.8502 15.5299C14.5236 16.0612 13.8736 15.9976 13.3241 15.9976H10.7994C9.69158 15.9976 9.13766 15.9976 9.01957 15.6713C8.90149 15.345 9.32205 14.9765 10.1632 14.2394L11.8529 12.7588C12.2554 12.4062 12.4566 12.2298 12.4566 12C12.4566 11.7702 12.2554 11.5938 11.8529 11.2412L10.1632 9.76058C9.32205 9.02355 8.90149 8.65503 9.01957 8.3287C9.13766 8.00237 9.69158 8.00237 10.7994 8.00237H13.3241C13.8736 8.00237 14.5236 7.93885 14.8502 8.47006C14.983 8.68627 14.9981 8.97338 14.9998 9.50144%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9998 14.4986C14.9981 15.0266 14.983 15.3137 14.8502 15.5299C14.5236 16.0612 13.8736 15.9976 13.3241 15.9976H10.7994C9.69158 15.9976 9.13766 15.9976 9.01957 15.6713C8.90149 15.345 9.32205 14.9765 10.1632 14.2394L11.8529 12.7588C12.2554 12.4062 12.4566 12.2298 12.4566 12C12.4566 11.7702 12.2554 11.5938 11.8529 11.2412L10.1632 9.76058C9.32205 9.02355 8.90149 8.65503 9.01957 8.3287C9.13766 8.00237 9.69158 8.00237 10.7994 8.00237H13.3241C13.8736 8.00237 14.5236 7.93885 14.8502 8.47006C14.983 8.68627 14.9981 8.97338 14.9998 9.50144%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-tan{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 17L9.7 13M14.5 17L13.3 13M9.7 13L11.5 7L13.3 13M9.7 13H13.3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7V17L17 7V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H4.5M7 7H4.5M4.5 17V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 17L9.7 13M14.5 17L13.3 13M9.7 13L11.5 7L13.3 13M9.7 13H13.3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 7V17L17 7V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H4.5M7 7H4.5M4.5 17V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-triangle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.89754 6.73262C9.71204 3.57754 10.6193 2 12 2C13.3807 2 14.288 3.57754 16.1025 6.73262L19.8592 13.2648C21.5848 16.2653 22.4476 17.7656 21.7671 18.8828C21.0866 20 19.3099 20 15.7567 20H8.24328C4.69006 20 2.91344 20 2.23293 18.8828C1.55242 17.7656 2.41522 16.2653 4.14082 13.2648L7.89754 6.73262Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 9L18 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9L6 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14.409C5.88945 15.0512 7.25244 16.8771 7.25244 19.0294C7.25244 19.3617 7.21994 19.6863 7.158 20M16.842 20C16.7801 19.6863 16.7476 19.3617 16.7476 19.0294C16.7476 16.8771 18.1105 15.0512 20 14.409M15.2815 6C14.429 6.83606 13.273 7.34965 12 7.34965C10.727 7.34965 9.57102 6.83606 8.71851 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.89754 6.73262C9.71204 3.57754 10.6193 2 12 2C13.3807 2 14.288 3.57754 16.1025 6.73262L19.8592 13.2648C21.5848 16.2653 22.4476 17.7656 21.7671 18.8828C21.0866 20 19.3099 20 15.7567 20H8.24328C4.69006 20 2.91344 20 2.23293 18.8828C1.55242 17.7656 2.41522 16.2653 4.14082 13.2648L7.89754 6.73262Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 9L18 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9L6 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14.409C5.88945 15.0512 7.25244 16.8771 7.25244 19.0294C7.25244 19.3617 7.21994 19.6863 7.158 20M16.842 20C16.7801 19.6863 16.7476 19.3617 16.7476 19.0294C16.7476 16.8771 18.1105 15.0512 20 14.409M15.2815 6C14.429 6.83606 13.273 7.34965 12 7.34965C10.727 7.34965 9.57102 6.83606 8.71851 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-triangle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4955 12.6324L19.8592 13.2648C21.5848 16.2653 22.4476 17.7656 21.7671 18.8828C21.0866 20 19.3099 20 15.7567 20H15M4.50453 12.6324L4.14082 13.2648C2.41522 16.2653 1.55242 17.7656 2.23293 18.8828C2.91344 20 4.69006 20 8.24328 20H9M7.5331 7.36631L7.89754 6.73262C9.71204 3.57754 10.6193 2 12 2C13.3807 2 14.288 3.57754 16.1025 6.73262L16.4669 7.36631%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.6602 9L16.1961 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.33984 9L7.80395 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4955 12.6324L19.8592 13.2648C21.5848 16.2653 22.4476 17.7656 21.7671 18.8828C21.0866 20 19.3099 20 15.7567 20H15M4.50453 12.6324L4.14082 13.2648C2.41522 16.2653 1.55242 17.7656 2.23293 18.8828C2.91344 20 4.69006 20 8.24328 20H9M7.5331 7.36631L7.89754 6.73262C9.71204 3.57754 10.6193 2 12 2C13.3807 2 14.288 3.57754 16.1025 6.73262L16.4669 7.36631%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.6602 9L16.1961 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.33984 9L7.80395 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-x-variable-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 8.98926C12.8164 8.98926 11.1837 15.0101 8 15.0101%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.54 15.0101C14.7312 15.0101 14.2868 15.0101 13.9458 14.8891C13.7522 14.8203 13.5759 14.7242 13.4256 14.6053C13.1609 14.3962 13.0157 14.0965 12.7254 13.4971L11.2746 10.5022C10.9842 9.90285 10.839 9.60317 10.5744 9.39399C10.424 9.27517 10.2477 9.17904 10.0541 9.11029C9.71317 8.98926 9.26877 8.98926 8.45996 8.98926%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 8.98926C12.8164 8.98926 11.1837 15.0101 8 15.0101%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.54 15.0101C14.7312 15.0101 14.2868 15.0101 13.9458 14.8891C13.7522 14.8203 13.5759 14.7242 13.4256 14.6053C13.1609 14.3962 13.0157 14.0965 12.7254 13.4971L11.2746 10.5022C10.9842 9.90285 10.839 9.60317 10.5744 9.39399C10.424 9.27517 10.2477 9.17904 10.0541 9.11029C9.71317 8.98926 9.26877 8.98926 8.45996 8.98926%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-x-variable-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 9C12.8164 9 11.1837 15.0208 8 15.0208%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.54 15.0208C14.7312 15.0208 14.2868 15.0208 13.9458 14.8998C13.7522 14.831 13.5759 14.7349 13.4256 14.6161C13.1609 14.4069 13.0157 14.1072 12.7254 13.5079L11.2746 10.5129C10.9842 9.91359 10.839 9.61391 10.5744 9.40473C10.424 9.28591 10.2477 9.18978 10.0541 9.12103C9.71317 9 9.26877 9 8.45996 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 9C12.8164 9 11.1837 15.0208 8 15.0208%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.54 15.0208C14.7312 15.0208 14.2868 15.0208 13.9458 14.8998C13.7522 14.831 13.5759 14.7349 13.4256 14.6161C13.1609 14.4069 13.0157 14.1072 12.7254 13.5079L11.2746 10.5129C10.9842 9.91359 10.839 9.61391 10.5744 9.40473C10.424 9.28591 10.2477 9.18978 10.0541 9.12103C9.71317 9 9.26877 9 8.45996 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mathematics-icons-x-variable{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 3.5C13.6327 3.5 10.3673 20.5 4 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 20.5C17.3824 20.5 16.5736 20.5 15.8917 20.1583C15.5045 19.9641 15.1519 19.6927 14.8512 19.3572C14.3219 18.7666 14.0315 17.9204 13.4508 16.2281L10.5492 7.77185C9.96847 6.07955 9.67813 5.2334 9.14881 4.64277C8.84813 4.30728 8.49555 4.03585 8.10825 3.84174C7.42642 3.5 6.61762 3.5 5 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 3.5C13.6327 3.5 10.3673 20.5 4 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 20.5C17.3824 20.5 16.5736 20.5 15.8917 20.1583C15.5045 19.9641 15.1519 19.6927 14.8512 19.3572C14.3219 18.7666 14.0315 17.9204 13.4508 16.2281L10.5492 7.77185C9.96847 6.07955 9.67813 5.2334 9.14881 4.64277C8.84813 4.30728 8.49555 4.03585 8.10825 3.84174C7.42642 3.5 6.61762 3.5 5 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-backward-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.06492 12.6258C4.31931 13.8374 5.67295 14.7077 8.38024 16.4481C11.3247 18.3411 12.797 19.2876 13.9895 18.9229C14.3934 18.7994 14.7654 18.5823 15.0777 18.2876C16 17.4178 16 15.6118 16 12C16 8.38816 16 6.58224 15.0777 5.71235C14.7654 5.41773 14.3934 5.20057 13.9895 5.07707C12.797 4.71243 11.3247 5.6589 8.38024 7.55186C5.67295 9.29233 4.31931 10.1626 4.06492 11.3742C3.97836 11.7865 3.97836 12.2135 4.06492 12.6258Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.06492 12.6258C4.31931 13.8374 5.67295 14.7077 8.38024 16.4481C11.3247 18.3411 12.797 19.2876 13.9895 18.9229C14.3934 18.7994 14.7654 18.5823 15.0777 18.2876C16 17.4178 16 15.6118 16 12C16 8.38816 16 6.58224 15.0777 5.71235C14.7654 5.41773 14.3934 5.20057 13.9895 5.07707C12.797 4.71243 11.3247 5.6589 8.38024 7.55186C5.67295 9.29233 4.31931 10.1626 4.06492 11.3742C3.97836 11.7865 3.97836 12.2135 4.06492 12.6258Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-backward-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.16293 12.9178C2.4453 13.6884 3.29859 14.3047 5.00518 15.5372C7.33231 17.218 8.49587 18.0583 9.4688 17.9969C10.2118 17.9499 10.9024 17.6007 11.3777 17.0315C12 16.2863 12 14.8575 12 12C12 9.14246 12 7.71369 11.3777 6.96846C10.9024 6.39933 10.2118 6.0501 9.4688 6.00315C8.49587 5.94167 7.33231 6.78203 5.00518 8.46275C3.29859 9.6953 2.4453 10.3116 2.16293 11.0822C1.94569 11.675 1.94569 12.325 2.16293 12.9178Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.1629 12.9178C12.4453 13.6884 13.2986 14.3047 15.0052 15.5372C17.3323 17.218 18.4959 18.0583 19.4688 17.9969C20.2118 17.9499 20.9024 17.6007 21.3777 17.0315C22 16.2863 22 14.8575 22 12C22 9.14246 22 7.71369 21.3777 6.96846C20.9024 6.39933 20.2118 6.0501 19.4688 6.00315C18.4959 5.94167 17.3323 6.78203 15.0052 8.46275C13.2986 9.6953 12.4453 10.3116 12.1629 11.0822C11.9457 11.675 11.9457 12.325 12.1629 12.9178Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.16293 12.9178C2.4453 13.6884 3.29859 14.3047 5.00518 15.5372C7.33231 17.218 8.49587 18.0583 9.4688 17.9969C10.2118 17.9499 10.9024 17.6007 11.3777 17.0315C12 16.2863 12 14.8575 12 12C12 9.14246 12 7.71369 11.3777 6.96846C10.9024 6.39933 10.2118 6.0501 9.4688 6.00315C8.49587 5.94167 7.33231 6.78203 5.00518 8.46275C3.29859 9.6953 2.4453 10.3116 2.16293 11.0822C1.94569 11.675 1.94569 12.325 2.16293 12.9178Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.1629 12.9178C12.4453 13.6884 13.2986 14.3047 15.0052 15.5372C17.3323 17.218 18.4959 18.0583 19.4688 17.9969C20.2118 17.9499 20.9024 17.6007 21.3777 17.0315C22 16.2863 22 14.8575 22 12C22 9.14246 22 7.71369 21.3777 6.96846C20.9024 6.39933 20.2118 6.0501 19.4688 6.00315C18.4959 5.94167 17.3323 6.78203 15.0052 8.46275C13.2986 9.6953 12.4453 10.3116 12.1629 11.0822C11.9457 11.675 11.9457 12.325 12.1629 12.9178Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-burning-cd{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 16.5C15 18.8456 15 20.0184 14.3237 20.8263C14.1496 21.0343 13.9465 21.2205 13.7196 21.3801C12.8382 22 11.5588 22 9 22C6.44119 22 5.16178 22 4.28042 21.3801C4.05351 21.2205 3.85041 21.0343 3.6763 20.8263C3 20.0184 3 18.8456 3 16.5L3 7.5C3 5.15442 3 3.98164 3.6763 3.17372C3.85041 2.96572 4.05351 2.77954 4.28042 2.61994C5.16179 2 6.44119 2 9 2C11.5588 2 12.8382 2 13.7196 2.61994C13.9465 2.77954 14.1496 2.96572 14.3237 3.17372C15 3.98164 15 5.15443 15 7.5L15 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 13.5L12 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15C16.6569 15 18 13.6569 18 12C18 10.3431 16.6569 9 15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19C18.866 19 22 15.866 22 12C22 8.13401 18.866 5 15 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 16.5C15 18.8456 15 20.0184 14.3237 20.8263C14.1496 21.0343 13.9465 21.2205 13.7196 21.3801C12.8382 22 11.5588 22 9 22C6.44119 22 5.16178 22 4.28042 21.3801C4.05351 21.2205 3.85041 21.0343 3.6763 20.8263C3 20.0184 3 18.8456 3 16.5L3 7.5C3 5.15442 3 3.98164 3.6763 3.17372C3.85041 2.96572 4.05351 2.77954 4.28042 2.61994C5.16179 2 6.44119 2 9 2C11.5588 2 12.8382 2 13.7196 2.61994C13.9465 2.77954 14.1496 2.96572 14.3237 3.17372C15 3.98164 15 5.15443 15 7.5L15 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 13.5L12 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15C16.6569 15 18 13.6569 18 12C18 10.3431 16.6569 9 15 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 19C18.866 19 22 15.866 22 12C22 8.13401 18.866 5 15 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-forward-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9351 12.6258C19.6807 13.8374 18.327 14.7077 15.6198 16.4481C12.6753 18.3411 11.203 19.2876 10.0105 18.9229C9.60662 18.7994 9.23463 18.5823 8.92227 18.2876C8 17.4178 8 15.6118 8 12C8 8.38816 8 6.58224 8.92227 5.71235C9.23463 5.41773 9.60662 5.20057 10.0105 5.07707C11.203 4.71243 12.6753 5.6589 15.6198 7.55186C18.327 9.29233 19.6807 10.1626 19.9351 11.3742C20.0216 11.7865 20.0216 12.2135 19.9351 12.6258Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 5L4 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.9351 12.6258C19.6807 13.8374 18.327 14.7077 15.6198 16.4481C12.6753 18.3411 11.203 19.2876 10.0105 18.9229C9.60662 18.7994 9.23463 18.5823 8.92227 18.2876C8 17.4178 8 15.6118 8 12C8 8.38816 8 6.58224 8.92227 5.71235C9.23463 5.41773 9.60662 5.20057 10.0105 5.07707C11.203 4.71243 12.6753 5.6589 15.6198 7.55186C18.327 9.29233 19.6807 10.1626 19.9351 11.3742C20.0216 11.7865 20.0216 12.2135 19.9351 12.6258Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 5L4 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-forward-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.8371 12.9178C21.5547 13.6884 20.7014 14.3047 18.9948 15.5372C16.6677 17.218 15.5041 18.0583 14.5312 17.9969C13.7882 17.9499 13.0976 17.6007 12.6223 17.0315C12 16.2863 12 14.8575 12 12C12 9.14246 12 7.71369 12.6223 6.96846C13.0976 6.39933 13.7882 6.0501 14.5312 6.00315C15.5041 5.94167 16.6677 6.78203 18.9948 8.46275C20.7014 9.6953 21.5547 10.3116 21.8371 11.0822C22.0543 11.675 22.0543 12.325 21.8371 12.9178Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.8371 12.9178C11.5547 13.6884 10.7014 14.3047 8.99482 15.5372C6.66769 17.218 5.50413 18.0583 4.5312 17.9969C3.78818 17.9499 3.09758 17.6007 2.62232 17.0315C2 16.2863 2 14.8575 2 12C2 9.14246 2 7.71369 2.62232 6.96846C3.09758 6.39933 3.78818 6.0501 4.5312 6.00315C5.50413 5.94167 6.66769 6.78203 8.99482 8.46275C10.7014 9.6953 11.5547 10.3116 11.8371 11.0822C12.0543 11.675 12.0543 12.325 11.8371 12.9178Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.8371 12.9178C21.5547 13.6884 20.7014 14.3047 18.9948 15.5372C16.6677 17.218 15.5041 18.0583 14.5312 17.9969C13.7882 17.9499 13.0976 17.6007 12.6223 17.0315C12 16.2863 12 14.8575 12 12C12 9.14246 12 7.71369 12.6223 6.96846C13.0976 6.39933 13.7882 6.0501 14.5312 6.00315C15.5041 5.94167 16.6677 6.78203 18.9948 8.46275C20.7014 9.6953 21.5547 10.3116 21.8371 11.0822C22.0543 11.675 22.0543 12.325 21.8371 12.9178Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.8371 12.9178C11.5547 13.6884 10.7014 14.3047 8.99482 15.5372C6.66769 17.218 5.50413 18.0583 4.5312 17.9969C3.78818 17.9499 3.09758 17.6007 2.62232 17.0315C2 16.2863 2 14.8575 2 12C2 9.14246 2 7.71369 2.62232 6.96846C3.09758 6.39933 3.78818 6.0501 4.5312 6.00315C5.50413 5.94167 6.66769 6.78203 8.99482 8.46275C10.7014 9.6953 11.5547 10.3116 11.8371 11.0822C12.0543 11.675 12.0543 12.325 11.8371 12.9178Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-go-backward-10-sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L10 2.20004C10.6462 2.06886 11.3151 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 8.72836 3.57111 5.82368 6 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00503 16.2626L9.00487 9.60116C9.00486 9.51719 8.90762 9.47061 8.84219 9.52325L6.99023 11.013M12.1207 15.516H15.3778C15.433 15.516 15.4778 15.4712 15.4778 15.416V9.6101C15.4778 9.55487 15.433 9.5101 15.3778 9.5101H12.1207C12.0655 9.5101 12.0207 9.55487 12.0207 9.6101V15.416C12.0207 15.4712 12.0655 15.516 12.1207 15.516Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L10 2.20004C10.6462 2.06886 11.3151 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 8.72836 3.57111 5.82368 6 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00503 16.2626L9.00487 9.60116C9.00486 9.51719 8.90762 9.47061 8.84219 9.52325L6.99023 11.013M12.1207 15.516H15.3778C15.433 15.516 15.4778 15.4712 15.4778 15.416V9.6101C15.4778 9.55487 15.433 9.5101 15.3778 9.5101H12.1207C12.0655 9.5101 12.0207 9.55487 12.0207 9.6101V15.416C12.0207 15.4712 12.0655 15.516 12.1207 15.516Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-go-backward-10sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L10.8961 3.45459C10.4851 2.87911 10.2795 2.59137 10.4093 2.32411C10.5391 2.05684 10.8689 2.04153 11.5286 2.01092C11.6848 2.00367 11.842 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 8.72836 3.57111 5.82368 6 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.50005 10.3163L10.25 10.3163V10.3163H9.50005ZM8.75005 16C8.75005 16.4142 9.08583 16.75 9.50005 16.75C9.91426 16.75 10.25 16.4142 10.25 16H8.75005ZM9.02005 10.0637L8.55534 9.47504C8.54075 9.48656 8.52659 9.49862 8.51289 9.51119L9.02005 10.0637ZM7.49284 10.4475C7.18769 10.7276 7.16737 11.202 7.44747 11.5072C7.72756 11.8123 8.202 11.8326 8.50716 11.5525L7.49284 10.4475ZM12.9444 15.8315L13.3611 15.2079L12.9444 15.8315ZM12.6685 15.5556L13.2921 15.1389L12.6685 15.5556ZM15.8315 15.5556L15.2079 15.1389L15.8315 15.5556ZM15.5556 15.8315L15.1389 15.2079L15.5556 15.8315ZM15.5556 10.1685L15.1389 10.7921L15.5556 10.1685ZM15.8315 10.4444L15.2079 10.8611L15.8315 10.4444ZM12.9444 10.1685L13.3611 10.7921L12.9444 10.1685ZM12.6685 10.4444L13.2921 10.8611L12.6685 10.4444ZM8.75005 10.3163L8.75005 16H10.25L10.25 10.3163L8.75005 10.3163ZM10.25 10.3163C10.25 9.50615 9.30414 8.88394 8.55534 9.47504L9.48475 10.6524C9.33346 10.7718 9.13163 10.7748 8.98493 10.6976C8.84203 10.6224 8.75005 10.4739 8.75005 10.3163H10.25ZM8.51289 9.51119L7.49284 10.4475L8.50716 11.5525L9.5272 10.6163L8.51289 9.51119ZM15.25 11.75V14.25H16.75V11.75H15.25ZM13.25 14.25V11.75H11.75V14.25H13.25ZM14.25 15.25C13.8833 15.25 13.6647 15.2491 13.5044 15.2328C13.3566 15.2178 13.3434 15.1961 13.3611 15.2079L12.5278 16.4551C12.7976 16.6354 13.0862 16.698 13.3526 16.7251C13.6064 16.7509 13.9145 16.75 14.25 16.75V15.25ZM11.75 14.25C11.75 14.5855 11.7491 14.8936 11.7749 15.1474C11.802 15.4138 11.8646 15.7024 12.0449 15.9722L13.2921 15.1389C13.3039 15.1566 13.2822 15.1434 13.2672 14.9956C13.2509 14.8353 13.25 14.6167 13.25 14.25H11.75ZM13.3611 15.2079C13.3338 15.1896 13.3104 15.1662 13.2921 15.1389L12.0449 15.9722C12.1726 16.1633 12.3367 16.3274 12.5278 16.4551L13.3611 15.2079ZM15.25 14.25C15.25 14.6167 15.2491 14.8353 15.2328 14.9956C15.2178 15.1434 15.1961 15.1566 15.2079 15.1389L16.4551 15.9722C16.6354 15.7024 16.698 15.4138 16.7251 15.1474C16.7509 14.8936 16.75 14.5855 16.75 14.25H15.25ZM14.25 16.75C14.5855 16.75 14.8936 16.7509 15.1474 16.7251C15.4138 16.698 15.7024 16.6354 15.9722 16.4551L15.1389 15.2079C15.1566 15.1961 15.1434 15.2178 14.9956 15.2328C14.8353 15.2491 14.6167 15.25 14.25 15.25V16.75ZM15.2079 15.1389C15.1896 15.1662 15.1662 15.1896 15.1389 15.2079L15.9722 16.4551C16.1633 16.3274 16.3274 16.1633 16.4551 15.9722L15.2079 15.1389ZM14.25 10.75C14.6167 10.75 14.8353 10.7509 14.9956 10.7672C15.1434 10.7822 15.1566 10.8039 15.1389 10.7921L15.9722 9.54493C15.7024 9.3646 15.4138 9.30202 15.1474 9.27492C14.8936 9.24909 14.5855 9.25 14.25 9.25V10.75ZM16.75 11.75C16.75 11.4145 16.7509 11.1064 16.7251 10.8526C16.698 10.5862 16.6354 10.2976 16.4551 10.0278L15.2079 10.8611C15.1961 10.8434 15.2178 10.8566 15.2328 11.0044C15.2491 11.1647 15.25 11.3833 15.25 11.75H16.75ZM15.1389 10.7921C15.1662 10.8104 15.1896 10.8338 15.2079 10.8611L16.4551 10.0278C16.3274 9.83667 16.1633 9.67261 15.9722 9.54493L15.1389 10.7921ZM14.25 9.25C13.9145 9.25 13.6064 9.24909 13.3526 9.27492C13.0862 9.30202 12.7976 9.3646 12.5278 9.54493L13.3611 10.7921C13.3434 10.8039 13.3566 10.7822 13.5044 10.7672C13.6647 10.7509 13.8833 10.75 14.25 10.75V9.25ZM13.25 11.75C13.25 11.3833 13.2509 11.1647 13.2672 11.0044C13.2822 10.8566 13.3039 10.8434 13.2921 10.8611L12.0449 10.0278C11.8646 10.2976 11.802 10.5862 11.7749 10.8526C11.7491 11.1064 11.75 11.4145 11.75 11.75H13.25ZM12.5278 9.54493C12.3367 9.67261 12.1726 9.83667 12.0449 10.0278L13.2921 10.8611C13.3104 10.8338 13.3338 10.8104 13.3611 10.7921L12.5278 9.54493Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L10.8961 3.45459C10.4851 2.87911 10.2795 2.59137 10.4093 2.32411C10.5391 2.05684 10.8689 2.04153 11.5286 2.01092C11.6848 2.00367 11.842 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 8.72836 3.57111 5.82368 6 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.50005 10.3163L10.25 10.3163V10.3163H9.50005ZM8.75005 16C8.75005 16.4142 9.08583 16.75 9.50005 16.75C9.91426 16.75 10.25 16.4142 10.25 16H8.75005ZM9.02005 10.0637L8.55534 9.47504C8.54075 9.48656 8.52659 9.49862 8.51289 9.51119L9.02005 10.0637ZM7.49284 10.4475C7.18769 10.7276 7.16737 11.202 7.44747 11.5072C7.72756 11.8123 8.202 11.8326 8.50716 11.5525L7.49284 10.4475ZM12.9444 15.8315L13.3611 15.2079L12.9444 15.8315ZM12.6685 15.5556L13.2921 15.1389L12.6685 15.5556ZM15.8315 15.5556L15.2079 15.1389L15.8315 15.5556ZM15.5556 15.8315L15.1389 15.2079L15.5556 15.8315ZM15.5556 10.1685L15.1389 10.7921L15.5556 10.1685ZM15.8315 10.4444L15.2079 10.8611L15.8315 10.4444ZM12.9444 10.1685L13.3611 10.7921L12.9444 10.1685ZM12.6685 10.4444L13.2921 10.8611L12.6685 10.4444ZM8.75005 10.3163L8.75005 16H10.25L10.25 10.3163L8.75005 10.3163ZM10.25 10.3163C10.25 9.50615 9.30414 8.88394 8.55534 9.47504L9.48475 10.6524C9.33346 10.7718 9.13163 10.7748 8.98493 10.6976C8.84203 10.6224 8.75005 10.4739 8.75005 10.3163H10.25ZM8.51289 9.51119L7.49284 10.4475L8.50716 11.5525L9.5272 10.6163L8.51289 9.51119ZM15.25 11.75V14.25H16.75V11.75H15.25ZM13.25 14.25V11.75H11.75V14.25H13.25ZM14.25 15.25C13.8833 15.25 13.6647 15.2491 13.5044 15.2328C13.3566 15.2178 13.3434 15.1961 13.3611 15.2079L12.5278 16.4551C12.7976 16.6354 13.0862 16.698 13.3526 16.7251C13.6064 16.7509 13.9145 16.75 14.25 16.75V15.25ZM11.75 14.25C11.75 14.5855 11.7491 14.8936 11.7749 15.1474C11.802 15.4138 11.8646 15.7024 12.0449 15.9722L13.2921 15.1389C13.3039 15.1566 13.2822 15.1434 13.2672 14.9956C13.2509 14.8353 13.25 14.6167 13.25 14.25H11.75ZM13.3611 15.2079C13.3338 15.1896 13.3104 15.1662 13.2921 15.1389L12.0449 15.9722C12.1726 16.1633 12.3367 16.3274 12.5278 16.4551L13.3611 15.2079ZM15.25 14.25C15.25 14.6167 15.2491 14.8353 15.2328 14.9956C15.2178 15.1434 15.1961 15.1566 15.2079 15.1389L16.4551 15.9722C16.6354 15.7024 16.698 15.4138 16.7251 15.1474C16.7509 14.8936 16.75 14.5855 16.75 14.25H15.25ZM14.25 16.75C14.5855 16.75 14.8936 16.7509 15.1474 16.7251C15.4138 16.698 15.7024 16.6354 15.9722 16.4551L15.1389 15.2079C15.1566 15.1961 15.1434 15.2178 14.9956 15.2328C14.8353 15.2491 14.6167 15.25 14.25 15.25V16.75ZM15.2079 15.1389C15.1896 15.1662 15.1662 15.1896 15.1389 15.2079L15.9722 16.4551C16.1633 16.3274 16.3274 16.1633 16.4551 15.9722L15.2079 15.1389ZM14.25 10.75C14.6167 10.75 14.8353 10.7509 14.9956 10.7672C15.1434 10.7822 15.1566 10.8039 15.1389 10.7921L15.9722 9.54493C15.7024 9.3646 15.4138 9.30202 15.1474 9.27492C14.8936 9.24909 14.5855 9.25 14.25 9.25V10.75ZM16.75 11.75C16.75 11.4145 16.7509 11.1064 16.7251 10.8526C16.698 10.5862 16.6354 10.2976 16.4551 10.0278L15.2079 10.8611C15.1961 10.8434 15.2178 10.8566 15.2328 11.0044C15.2491 11.1647 15.25 11.3833 15.25 11.75H16.75ZM15.1389 10.7921C15.1662 10.8104 15.1896 10.8338 15.2079 10.8611L16.4551 10.0278C16.3274 9.83667 16.1633 9.67261 15.9722 9.54493L15.1389 10.7921ZM14.25 9.25C13.9145 9.25 13.6064 9.24909 13.3526 9.27492C13.0862 9.30202 12.7976 9.3646 12.5278 9.54493L13.3611 10.7921C13.3434 10.8039 13.3566 10.7822 13.5044 10.7672C13.6647 10.7509 13.8833 10.75 14.25 10.75V9.25ZM13.25 11.75C13.25 11.3833 13.2509 11.1647 13.2672 11.0044C13.2822 10.8566 13.3039 10.8434 13.2921 10.8611L12.0449 10.0278C11.8646 10.2976 11.802 10.5862 11.7749 10.8526C11.7491 11.1064 11.75 11.4145 11.75 11.75H13.25ZM12.5278 9.54493C12.3367 9.67261 12.1726 9.83667 12.0449 10.0278L13.2921 10.8611C13.3104 10.8338 13.3338 10.8104 13.3611 10.7921L12.5278 9.54493Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-go-backward-15-sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L10.8961 3.45459C10.4851 2.87911 10.2795 2.59137 10.4093 2.32411C10.5391 2.05684 10.8689 2.04153 11.5286 2.01092C11.6848 2.00367 11.842 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 8.72836 3.57111 5.82368 6 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10.9997C8.528 10.5797 9.008 9.8871 9.308 10.0157C9.608 10.1442 9.512 10.5677 9.512 11.2277C9.512 11.8877 9.512 14.6804 9.512 16.0037%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 10H13.3595C13.1212 10 12.916 10.1682 12.8692 10.4019L12.504 12.504C13.14 12.24 13.4607 12.1429 14.1766 12.1429C15.2126 12.1429 16.104 12.78 16.002 14.1C16.02 15.66 14.76 16.02 14.1766 16C13.5931 15.98 12.66 16.2 12.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L10.8961 3.45459C10.4851 2.87911 10.2795 2.59137 10.4093 2.32411C10.5391 2.05684 10.8689 2.04153 11.5286 2.01092C11.6848 2.00367 11.842 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 8.72836 3.57111 5.82368 6 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10.9997C8.528 10.5797 9.008 9.8871 9.308 10.0157C9.608 10.1442 9.512 10.5677 9.512 11.2277C9.512 11.8877 9.512 14.6804 9.512 16.0037%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 10H13.3595C13.1212 10 12.916 10.1682 12.8692 10.4019L12.504 12.504C13.14 12.24 13.4607 12.1429 14.1766 12.1429C15.2126 12.1429 16.104 12.78 16.002 14.1C16.02 15.66 14.76 16.02 14.1766 16C13.5931 15.98 12.66 16.2 12.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-go-backward-5sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L10.8961 3.45459C10.4851 2.87911 10.2795 2.59137 10.4093 2.32411C10.5391 2.05684 10.8689 2.04153 11.5286 2.01092C11.6848 2.00367 11.842 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 8.72836 3.57111 5.82368 6 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10H10.9099C10.6716 10 10.4664 10.1682 10.4196 10.4019L10 12.5C10.6937 12.3348 11.3555 12.1429 12.0714 12.1429C13.1365 12.1429 14 13.0063 14 14.0714C14 15.1365 13.1365 16 12.0714 16C11.244 16 10.2627 16.0173 10.0319 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L10.8961 3.45459C10.4851 2.87911 10.2795 2.59137 10.4093 2.32411C10.5391 2.05684 10.8689 2.04153 11.5286 2.01092C11.6848 2.00367 11.842 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 8.72836 3.57111 5.82368 6 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10H10.9099C10.6716 10 10.4664 10.1682 10.4196 10.4019L10 12.5C10.6937 12.3348 11.3555 12.1429 12.0714 12.1429C13.1365 12.1429 14 13.0063 14 14.0714C14 15.1365 13.1365 16 12.0714 16C11.244 16 10.2627 16.0173 10.0319 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-go-backward-60-sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L10.8961 3.45459C10.4851 2.87911 10.2795 2.59137 10.4093 2.32411C10.5391 2.05684 10.8689 2.04153 11.5286 2.01092C11.6848 2.00367 11.842 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 8.72836 3.57111 5.82368 6 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5049 12.5939C16.5002 11.2197 16.568 10.845 16.3158 10.4018C16.0636 9.9586 15.4332 9.99693 14.8028 9.99693C14.1724 9.99693 13.7402 9.99693 13.446 10.306C13.1139 10.6988 13.2002 11.0997 13.1858 12.5819C13.2002 14.6397 13.0802 15.3597 13.4402 15.6597C13.8002 16.0797 14.2632 15.9838 14.9174 15.9957C15.5669 15.9875 15.9605 16.0197 16.2814 15.6364C16.6368 15.301 16.4648 13.9714 16.5049 12.5939Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.7644 10.9921C10.7404 10.2601 10.3475 9.99615 9.19366 9.99615C7.94696 9.9814 7.51235 10.0201 7.50035 11.4001C7.50035 12.6002 7.50035 12.9602 7.50035 14.7602C7.50036 16.2602 8.64036 15.9662 9.24036 16.0022C9.72036 15.9662 10.7481 16.2376 10.8184 14.7002C10.7404 13.2602 10.2004 13.2602 9.24036 13.2602C7.92036 13.2602 7.86036 13.2602 7.50035 14.0691%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L10.8961 3.45459C10.4851 2.87911 10.2795 2.59137 10.4093 2.32411C10.5391 2.05684 10.8689 2.04153 11.5286 2.01092C11.6848 2.00367 11.842 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 8.72836 3.57111 5.82368 6 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5049 12.5939C16.5002 11.2197 16.568 10.845 16.3158 10.4018C16.0636 9.9586 15.4332 9.99693 14.8028 9.99693C14.1724 9.99693 13.7402 9.99693 13.446 10.306C13.1139 10.6988 13.2002 11.0997 13.1858 12.5819C13.2002 14.6397 13.0802 15.3597 13.4402 15.6597C13.8002 16.0797 14.2632 15.9838 14.9174 15.9957C15.5669 15.9875 15.9605 16.0197 16.2814 15.6364C16.6368 15.301 16.4648 13.9714 16.5049 12.5939Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.7644 10.9921C10.7404 10.2601 10.3475 9.99615 9.19366 9.99615C7.94696 9.9814 7.51235 10.0201 7.50035 11.4001C7.50035 12.6002 7.50035 12.9602 7.50035 14.7602C7.50036 16.2602 8.64036 15.9662 9.24036 16.0022C9.72036 15.9662 10.7481 16.2376 10.8184 14.7002C10.7404 13.2602 10.2004 13.2602 9.24036 13.2602C7.92036 13.2602 7.86036 13.2602 7.50035 14.0691%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-go-forward-10-sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L13.1039 3.45459C13.5149 2.87911 13.7205 2.59137 13.5907 2.32411C13.4609 2.05684 13.1311 2.04153 12.4714 2.01092C12.3152 2.00367 12.158 2 12 2C6.4772 2 2 6.47715 2 12C2 17.5228 6.4772 22 12 22C17.5229 22 22 17.5228 22 12C22 8.72836 20.4289 5.82368 18 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.99219 11.0036C8.52019 10.5836 9.00019 9.891 9.30019 10.0196C9.60019 10.1481 9.50419 10.5716 9.50419 11.2316C9.50419 11.8916 9.50419 14.6843 9.50419 16.0076%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0022 12.5999C16.0022 11.2199 16.0682 10.8479 15.8042 10.4039C15.5402 9.95986 14.8802 9.99826 14.2202 9.99826C13.5602 9.99826 13.0802 9.95986 12.7622 10.3199C12.3722 10.7399 12.5402 11.5199 12.4922 12.5999C12.6002 14.0399 12.3062 15.1799 12.7562 15.6599C13.0802 16.0559 13.6553 15.9959 14.3402 16.0079C15.0201 15.9996 15.4322 16.0319 15.7682 15.6479C16.1402 15.3119 15.9602 13.9799 16.0022 12.5999Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L13.1039 3.45459C13.5149 2.87911 13.7205 2.59137 13.5907 2.32411C13.4609 2.05684 13.1311 2.04153 12.4714 2.01092C12.3152 2.00367 12.158 2 12 2C6.4772 2 2 6.47715 2 12C2 17.5228 6.4772 22 12 22C17.5229 22 22 17.5228 22 12C22 8.72836 20.4289 5.82368 18 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.99219 11.0036C8.52019 10.5836 9.00019 9.891 9.30019 10.0196C9.60019 10.1481 9.50419 10.5716 9.50419 11.2316C9.50419 11.8916 9.50419 14.6843 9.50419 16.0076%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0022 12.5999C16.0022 11.2199 16.0682 10.8479 15.8042 10.4039C15.5402 9.95986 14.8802 9.99826 14.2202 9.99826C13.5602 9.99826 13.0802 9.95986 12.7622 10.3199C12.3722 10.7399 12.5402 11.5199 12.4922 12.5999C12.6002 14.0399 12.3062 15.1799 12.7562 15.6599C13.0802 16.0559 13.6553 15.9959 14.3402 16.0079C15.0201 15.9996 15.4322 16.0319 15.7682 15.6479C16.1402 15.3119 15.9602 13.9799 16.0022 12.5999Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-go-forward-15-sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L13.1039 3.45459C13.5149 2.87911 13.7205 2.59137 13.5907 2.32411C13.4609 2.05684 13.1311 2.04153 12.4714 2.01092C12.3152 2.00367 12.158 2 12 2C6.4772 2 2 6.47715 2 12C2 17.5228 6.4772 22 12 22C17.5229 22 22 17.5228 22 12C22 8.72836 20.4289 5.82368 18 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10.9997C8.528 10.5797 9.008 9.8871 9.308 10.0157C9.608 10.1442 9.512 10.5677 9.512 11.2277C9.512 11.8877 9.512 14.6804 9.512 16.0037%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 10H13.3595C13.1212 10 12.916 10.1682 12.8692 10.4019L12.504 12.504C13.14 12.24 13.4607 12.1429 14.1766 12.1429C15.2126 12.1429 16.104 12.78 16.002 14.1C16.02 15.66 14.76 16.02 14.1766 16C13.5931 15.98 12.66 16.2 12.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L13.1039 3.45459C13.5149 2.87911 13.7205 2.59137 13.5907 2.32411C13.4609 2.05684 13.1311 2.04153 12.4714 2.01092C12.3152 2.00367 12.158 2 12 2C6.4772 2 2 6.47715 2 12C2 17.5228 6.4772 22 12 22C17.5229 22 22 17.5228 22 12C22 8.72836 20.4289 5.82368 18 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10.9997C8.528 10.5797 9.008 9.8871 9.308 10.0157C9.608 10.1442 9.512 10.5677 9.512 11.2277C9.512 11.8877 9.512 14.6804 9.512 16.0037%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 10H13.3595C13.1212 10 12.916 10.1682 12.8692 10.4019L12.504 12.504C13.14 12.24 13.4607 12.1429 14.1766 12.1429C15.2126 12.1429 16.104 12.78 16.002 14.1C16.02 15.66 14.76 16.02 14.1766 16C13.5931 15.98 12.66 16.2 12.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-go-forward-30-sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L13.1039 3.45459C13.5149 2.87911 13.7205 2.59137 13.5907 2.32411C13.4609 2.05684 13.1311 2.04153 12.4714 2.01092C12.3152 2.00367 12.158 2 12 2C6.4772 2 2 6.47715 2 12C2 17.5228 6.4772 22 12 22C17.5229 22 22 17.5228 22 12C22 8.72836 20.4289 5.82368 18 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.7522 12.5999C16.7522 11.2199 16.8182 10.8479 16.5542 10.4039C16.2902 9.95986 15.6302 9.99826 14.9702 9.99826C14.3102 9.99826 13.8302 9.95986 13.5122 10.3199C13.1222 10.7399 13.2902 11.5199 13.2422 12.5999C13.3502 14.0399 13.0562 15.1799 13.5062 15.6599C13.8302 16.0559 14.4053 15.9959 15.0902 16.0079C15.7701 15.9996 16.1822 16.0319 16.5182 15.6479C16.8902 15.3119 16.7102 13.9799 16.7522 12.5999Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.24805 11.1241C7.38005 10.0801 8.22005 9.96011 9.06005 10.0021C9.72005 9.97211 10.74 10.0201 10.752 11.5201C10.74 13.0801 9.50405 12.9713 9.50405 12.9961C9.50405 13.0209 10.8 12.9601 10.752 14.5201C10.74 15.9001 9.84005 16.0441 9.00005 15.9961C8.16005 16.0561 7.38005 15.8401 7.24805 14.8801%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L13.1039 3.45459C13.5149 2.87911 13.7205 2.59137 13.5907 2.32411C13.4609 2.05684 13.1311 2.04153 12.4714 2.01092C12.3152 2.00367 12.158 2 12 2C6.4772 2 2 6.47715 2 12C2 17.5228 6.4772 22 12 22C17.5229 22 22 17.5228 22 12C22 8.72836 20.4289 5.82368 18 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.7522 12.5999C16.7522 11.2199 16.8182 10.8479 16.5542 10.4039C16.2902 9.95986 15.6302 9.99826 14.9702 9.99826C14.3102 9.99826 13.8302 9.95986 13.5122 10.3199C13.1222 10.7399 13.2902 11.5199 13.2422 12.5999C13.3502 14.0399 13.0562 15.1799 13.5062 15.6599C13.8302 16.0559 14.4053 15.9959 15.0902 16.0079C15.7701 15.9996 16.1822 16.0319 16.5182 15.6479C16.8902 15.3119 16.7102 13.9799 16.7522 12.5999Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.24805 11.1241C7.38005 10.0801 8.22005 9.96011 9.06005 10.0021C9.72005 9.97211 10.74 10.0201 10.752 11.5201C10.74 13.0801 9.50405 12.9713 9.50405 12.9961C9.50405 13.0209 10.8 12.9601 10.752 14.5201C10.74 15.9001 9.84005 16.0441 9.00005 15.9961C8.16005 16.0561 7.38005 15.8401 7.24805 14.8801%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-go-forward-5sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L13.1039 3.45459C13.5149 2.87911 13.7205 2.59137 13.5907 2.32411C13.4609 2.05684 13.1311 2.04153 12.4714 2.01092C12.3152 2.00367 12.158 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 8.72836 20.4289 5.82368 18 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10H10.9099C10.6716 10 10.4664 10.1682 10.4196 10.4019L10 12.5C10.6937 12.3348 11.3555 12.1429 12.0714 12.1429C13.1365 12.1429 14 13.0063 14 14.0714C14 15.1365 13.1365 16 12.0714 16C11.244 16 10.2627 16.0173 10.0319 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L13.1039 3.45459C13.5149 2.87911 13.7205 2.59137 13.5907 2.32411C13.4609 2.05684 13.1311 2.04153 12.4714 2.01092C12.3152 2.00367 12.158 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 8.72836 20.4289 5.82368 18 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10H10.9099C10.6716 10 10.4664 10.1682 10.4196 10.4019L10 12.5C10.6937 12.3348 11.3555 12.1429 12.0714 12.1429C13.1365 12.1429 14 13.0063 14 14.0714C14 15.1365 13.1365 16 12.0714 16C11.244 16 10.2627 16.0173 10.0319 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-go-forward-60-sec{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L13.1039 3.45459C13.5149 2.87911 13.7205 2.59137 13.5907 2.32411C13.4609 2.05684 13.1311 2.04153 12.4714 2.01092C12.3152 2.00367 12.158 2 12 2C6.4772 2 2 6.47715 2 12C2 17.5228 6.4772 22 12 22C17.5229 22 22 17.5228 22 12C22 8.72836 20.4289 5.82368 18 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5049 12.5939C16.5002 11.2197 16.568 10.845 16.3158 10.4018C16.0636 9.9586 15.4332 9.99693 14.8028 9.99693C14.1724 9.99693 13.7402 9.99693 13.446 10.306C13.1139 10.6988 13.2002 11.0997 13.1858 12.5819C13.2002 14.6397 13.0802 15.3597 13.4402 15.6597C13.8002 16.0797 14.2632 15.9838 14.9174 15.9957C15.5669 15.9875 15.9605 16.0197 16.2814 15.6364C16.6368 15.301 16.4648 13.9714 16.5049 12.5939Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.7644 10.9921C10.7404 10.2601 10.3475 9.99615 9.19366 9.99615C7.94696 9.9814 7.51235 10.0201 7.50035 11.4001C7.50035 12.6002 7.50035 12.9602 7.50035 14.7602C7.50036 16.2602 8.64036 15.9662 9.24036 16.0022C9.72036 15.9662 10.7481 16.2376 10.8184 14.7002C10.7404 13.2602 10.2004 13.2602 9.24036 13.2602C7.92036 13.2602 7.86036 13.2602 7.50035 14.0691%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5L13.1039 3.45459C13.5149 2.87911 13.7205 2.59137 13.5907 2.32411C13.4609 2.05684 13.1311 2.04153 12.4714 2.01092C12.3152 2.00367 12.158 2 12 2C6.4772 2 2 6.47715 2 12C2 17.5228 6.4772 22 12 22C17.5229 22 22 17.5228 22 12C22 8.72836 20.4289 5.82368 18 3.99927%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5049 12.5939C16.5002 11.2197 16.568 10.845 16.3158 10.4018C16.0636 9.9586 15.4332 9.99693 14.8028 9.99693C14.1724 9.99693 13.7402 9.99693 13.446 10.306C13.1139 10.6988 13.2002 11.0997 13.1858 12.5819C13.2002 14.6397 13.0802 15.3597 13.4402 15.6597C13.8002 16.0797 14.2632 15.9838 14.9174 15.9957C15.5669 15.9875 15.9605 16.0197 16.2814 15.6364C16.6368 15.301 16.4648 13.9714 16.5049 12.5939Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.7644 10.9921C10.7404 10.2601 10.3475 9.99615 9.19366 9.99615C7.94696 9.9814 7.51235 10.0201 7.50035 11.4001C7.50035 12.6002 7.50035 12.9602 7.50035 14.7602C7.50036 16.2602 8.64036 15.9662 9.24036 16.0022C9.72036 15.9662 10.7481 16.2376 10.8184 14.7002C10.7404 13.2602 10.2004 13.2602 9.24036 13.2602C7.92036 13.2602 7.86036 13.2602 7.50035 14.0691%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-headphone-mute{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.502 13.11C17.922 12.75 18.72 12.48 18.8968 12.5042C19.5596 12.4383 19.9289 12.9128 20.3079 13.373C21.2513 14.5188 21.7229 15.0918 21.8955 15.7236C22.0348 16.2334 22.08 16.836 21.78 17.496%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 14.3046C7 13.8694 6.98778 13.4782 6.63591 13.1722C6.50793 13.0609 6.33825 12.9836 5.99891 12.829C5.55001 12.6246 5.32556 12.5224 5.10316 12.5044C4.43591 12.4504 4.07692 12.9058 3.69213 13.3732C2.74875 14.519 2.27706 15.0919 2.10446 15.7237C1.96518 16.2336 1.96518 16.7668 2.10446 17.2766C2.3562 18.1981 3.15152 18.9705 3.74021 19.6856C4.11129 20.1363 4.46577 20.5475 5.10316 20.496C5.32556 20.478 5.55001 20.3757 5.99891 20.1713C6.33825 20.0167 6.50793 19.9394 6.63591 19.8281C6.98778 19.5221 7 19.131 7 18.6957V14.3046Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 12.5V10.5C19 6.63401 15.866 3.5 12 3.5C10.6331 3.5 9.66 3.9 8.52 4.5M5 12.5V10.5C5 8.86982 5.64 7.74 6.48 6.54%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.502 13.11C17.922 12.75 18.72 12.48 18.8968 12.5042C19.5596 12.4383 19.9289 12.9128 20.3079 13.373C21.2513 14.5188 21.7229 15.0918 21.8955 15.7236C22.0348 16.2334 22.08 16.836 21.78 17.496%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 14.3046C7 13.8694 6.98778 13.4782 6.63591 13.1722C6.50793 13.0609 6.33825 12.9836 5.99891 12.829C5.55001 12.6246 5.32556 12.5224 5.10316 12.5044C4.43591 12.4504 4.07692 12.9058 3.69213 13.3732C2.74875 14.519 2.27706 15.0919 2.10446 15.7237C1.96518 16.2336 1.96518 16.7668 2.10446 17.2766C2.3562 18.1981 3.15152 18.9705 3.74021 19.6856C4.11129 20.1363 4.46577 20.5475 5.10316 20.496C5.32556 20.478 5.55001 20.3757 5.99891 20.1713C6.33825 20.0167 6.50793 19.9394 6.63591 19.8281C6.98778 19.5221 7 19.131 7 18.6957V14.3046Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 12.5V10.5C19 6.63401 15.866 3.5 12 3.5C10.6331 3.5 9.66 3.9 8.52 4.5M5 12.5V10.5C5 8.86982 5.64 7.74 6.48 6.54%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-headphones{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 14.3045C17 13.9588 17 13.786 17.052 13.632C17.2032 13.1844 17.6018 13.0108 18.0011 12.8289C18.45 12.6244 18.6744 12.5222 18.8968 12.5042C19.1493 12.4838 19.4022 12.5382 19.618 12.6593C19.9041 12.8198 20.1036 13.1249 20.3079 13.373C21.2513 14.5188 21.7229 15.0918 21.8955 15.7236C22.0348 16.2334 22.0348 16.7666 21.8955 17.2764C21.6438 18.1979 20.8485 18.9704 20.2598 19.6854C19.9587 20.0511 19.8081 20.234 19.618 20.3407C19.4022 20.4618 19.1493 20.5162 18.8968 20.4958C18.6744 20.4778 18.45 20.3756 18.0011 20.1711C17.6018 19.9892 17.2032 19.8156 17.052 19.368C17 19.214 17 19.0412 17 18.6955V14.3045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 14.3046C7 13.8694 6.98778 13.4782 6.63591 13.1722C6.50793 13.0609 6.33825 12.9836 5.99891 12.829C5.55001 12.6246 5.32556 12.5224 5.10316 12.5044C4.43591 12.4504 4.07692 12.9058 3.69213 13.3732C2.74875 14.519 2.27706 15.0919 2.10446 15.7237C1.96518 16.2336 1.96518 16.7668 2.10446 17.2766C2.3562 18.1981 3.15152 18.9705 3.74021 19.6856C4.11129 20.1363 4.46577 20.5475 5.10316 20.496C5.32556 20.478 5.55001 20.3757 5.99891 20.1713C6.33825 20.0167 6.50793 19.9394 6.63591 19.8281C6.98778 19.5221 7 19.131 7 18.6957V14.3046Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 12.5V10.5C19 6.63401 15.866 3.5 12 3.5C8.13401 3.5 5 6.63401 5 10.5V12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22square%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 14.3045C17 13.9588 17 13.786 17.052 13.632C17.2032 13.1844 17.6018 13.0108 18.0011 12.8289C18.45 12.6244 18.6744 12.5222 18.8968 12.5042C19.1493 12.4838 19.4022 12.5382 19.618 12.6593C19.9041 12.8198 20.1036 13.1249 20.3079 13.373C21.2513 14.5188 21.7229 15.0918 21.8955 15.7236C22.0348 16.2334 22.0348 16.7666 21.8955 17.2764C21.6438 18.1979 20.8485 18.9704 20.2598 19.6854C19.9587 20.0511 19.8081 20.234 19.618 20.3407C19.4022 20.4618 19.1493 20.5162 18.8968 20.4958C18.6744 20.4778 18.45 20.3756 18.0011 20.1711C17.6018 19.9892 17.2032 19.8156 17.052 19.368C17 19.214 17 19.0412 17 18.6955V14.3045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 14.3046C7 13.8694 6.98778 13.4782 6.63591 13.1722C6.50793 13.0609 6.33825 12.9836 5.99891 12.829C5.55001 12.6246 5.32556 12.5224 5.10316 12.5044C4.43591 12.4504 4.07692 12.9058 3.69213 13.3732C2.74875 14.519 2.27706 15.0919 2.10446 15.7237C1.96518 16.2336 1.96518 16.7668 2.10446 17.2766C2.3562 18.1981 3.15152 18.9705 3.74021 19.6856C4.11129 20.1363 4.46577 20.5475 5.10316 20.496C5.32556 20.478 5.55001 20.3757 5.99891 20.1713C6.33825 20.0167 6.50793 19.9394 6.63591 19.8281C6.98778 19.5221 7 19.131 7 18.6957V14.3046Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 12.5V10.5C19 6.63401 15.866 3.5 12 3.5C8.13401 3.5 5 6.63401 5 10.5V12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22square%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-mic-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 7V11C17 13.7614 14.7614 16 12 16C9.23858 16 7 13.7614 7 11V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 7H14M17 11H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 15.4183 16.4183 19 12 19M12 19C7.58172 19 4 15.4183 4 11M12 19V22M12 22H15M12 22H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 7V11C17 13.7614 14.7614 16 12 16C9.23858 16 7 13.7614 7 11V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 7H14M17 11H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 15.4183 16.4183 19 12 19M12 19C7.58172 19 4 15.4183 4 11M12 19V22M12 22H15M12 22H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-mic-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 7V11C17 13.7614 14.7614 16 12 16C9.23858 16 7 13.7614 7 11V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 15.4183 16.4183 19 12 19M12 19C7.58172 19 4 15.4183 4 11M12 19V22M12 22H15M12 22H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 7V11C17 13.7614 14.7614 16 12 16C9.23858 16 7 13.7614 7 11V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 15.4183 16.4183 19 12 19M12 19C7.58172 19 4 15.4183 4 11M12 19V22M12 22H15M12 22H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-mic-off-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 11C4 15.4183 7.58172 19 12 19M12 19C13.9545 19 15.7454 18.2991 17.1348 17.1348M12 19V22M12 22H15M12 22H9M20 11C20 12.6514 19.4996 14.1859 18.6422 15.4603%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0078 6.99562C17.0078 4.2342 14.7692 2.01562 12.0078 2.01562C10.139 2.01562 8.5379 2.98089 7.67981 4.49962M17.0078 6.99562L13.9798 7.00763M17.0078 6.99562V11.0036M7.00781 6.99562V11.0156C7.00781 13.777 9.24639 16.0156 12.0078 16.0156C13.1432 16.0156 14.1725 15.6252 15.0118 14.9876M16.4465 13.2596C16.8051 12.5701 17.0078 11.8465 17.0078 11.0156V11.0036M14.1829 11.0036H17.0078%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 11C4 15.4183 7.58172 19 12 19M12 19C13.9545 19 15.7454 18.2991 17.1348 17.1348M12 19V22M12 22H15M12 22H9M20 11C20 12.6514 19.4996 14.1859 18.6422 15.4603%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0078 6.99562C17.0078 4.2342 14.7692 2.01562 12.0078 2.01562C10.139 2.01562 8.5379 2.98089 7.67981 4.49962M17.0078 6.99562L13.9798 7.00763M17.0078 6.99562V11.0036M7.00781 6.99562V11.0156C7.00781 13.777 9.24639 16.0156 12.0078 16.0156C13.1432 16.0156 14.1725 15.6252 15.0118 14.9876M16.4465 13.2596C16.8051 12.5701 17.0078 11.8465 17.0078 11.0156V11.0036M14.1829 11.0036H17.0078%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-mic-off-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 11C4 15.4183 7.58172 19 12 19M12 19C13.9545 19 15.7454 18.2991 17.1348 17.1348M12 19V22M12 22H15M12 22H9M20 11C20 12.6514 19.4996 14.1859 18.6422 15.4603%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00781 6.99562V11.0156C7.00781 13.777 9.24639 16.0156 12.0078 16.0156C13.1432 16.0156 14.1725 15.6252 15.0118 14.9876M16.4465 13.2596C16.8051 12.5701 17.0078 11.8465 17.0078 11.0156V11.0036V6.99562C17.0078 4.2342 14.7692 2.01562 12.0078 2.01562C10.139 2.01562 8.5379 2.98089 7.67981 4.49962%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 11C4 15.4183 7.58172 19 12 19M12 19C13.9545 19 15.7454 18.2991 17.1348 17.1348M12 19V22M12 22H15M12 22H9M20 11C20 12.6514 19.4996 14.1859 18.6422 15.4603%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00781 6.99562V11.0156C7.00781 13.777 9.24639 16.0156 12.0078 16.0156C13.1432 16.0156 14.1725 15.6252 15.0118 14.9876M16.4465 13.2596C16.8051 12.5701 17.0078 11.8465 17.0078 11.0156V11.0036V6.99562C17.0078 4.2342 14.7692 2.01562 12.0078 2.01562C10.139 2.01562 8.5379 2.98089 7.67981 4.49962%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-music-note-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9.5C7 10.8807 5.88071 12 4.5 12C3.11929 12 2 10.8807 2 9.5C2 8.11929 3.11929 7 4.5 7C5.88071 7 7 8.11929 7 9.5ZM7 9.5V2C7.33333 2.5 7.6 4.6 10 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2219.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 19.5L13 11C13 10.09 13 9.63502 13.2466 9.35248C13.4932 9.06993 13.9938 9.00163 14.9949 8.86504C18.0085 8.45385 20.2013 7.19797 21.3696 6.42937C21.6498 6.24509 21.7898 6.15295 21.8949 6.20961C22 6.26627 22 6.43179 22 6.76283V17.9259%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 13C17.8 13 21 10.6667 22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 9.5C7 10.8807 5.88071 12 4.5 12C3.11929 12 2 10.8807 2 9.5C2 8.11929 3.11929 7 4.5 7C5.88071 7 7 8.11929 7 9.5ZM7 9.5V2C7.33333 2.5 7.6 4.6 10 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2219.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2218%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 19.5L13 11C13 10.09 13 9.63502 13.2466 9.35248C13.4932 9.06993 13.9938 9.00163 14.9949 8.86504C18.0085 8.45385 20.2013 7.19797 21.3696 6.42937C21.6498 6.24509 21.7898 6.15295 21.8949 6.20961C22 6.26627 22 6.43179 22 6.76283V17.9259%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 13C17.8 13 21 10.6667 22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-music-note-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 7.13678V17M11 7.13678C12.8928 8.81698 14.5706 10.0042 16.0063 10.6818C16.6937 11.0062 17.3165 11.0682 18.0198 10.7552C19.7751 9.97419 21 8.20629 21 6.15045C19.0715 7.50911 16.6876 6.77163 14.6847 5.50548C13.0454 4.46918 12.2258 3.95102 11.8569 4.00364C11.5781 4.0434 11.4283 4.1242 11.244 4.33421C11 4.61216 11 5.4537 11 7.13678Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 17C11 19.2091 9.20914 21 7 21C4.79086 21 3 19.2091 3 17C3 14.7909 4.79086 13 7 13C9.20914 13 11 14.7909 11 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 7.13678V17M11 7.13678C12.8928 8.81698 14.5706 10.0042 16.0063 10.6818C16.6937 11.0062 17.3165 11.0682 18.0198 10.7552C19.7751 9.97419 21 8.20629 21 6.15045C19.0715 7.50911 16.6876 6.77163 14.6847 5.50548C13.0454 4.46918 12.2258 3.95102 11.8569 4.00364C11.5781 4.0434 11.4283 4.1242 11.244 4.33421C11 4.61216 11 5.4537 11 7.13678Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 17C11 19.2091 9.20914 21 7 21C4.79086 21 3 19.2091 3 17C3 14.7909 4.79086 13 7 13C9.20914 13 11 14.7909 11 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-music-note-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%226.5%22 cy%3D%2218.5%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2218%22 cy%3D%2216%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 18.5L10 7C10 6.07655 10 5.61483 10.2635 5.32794C10.5269 5.04106 11.0175 4.9992 11.9986 4.91549C16.022 4.57222 18.909 3.26005 20.3553 2.40978C20.6508 2.236 20.7986 2.14912 20.8993 2.20672C21 2.26432 21 2.4315 21 2.76587V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 10C15.8667 10 19.7778 7.66667 21 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%226.5%22 cy%3D%2218.5%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2218%22 cy%3D%2216%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 18.5L10 7C10 6.07655 10 5.61483 10.2635 5.32794C10.5269 5.04106 11.0175 4.9992 11.9986 4.91549C16.022 4.57222 18.909 3.26005 20.3553 2.40978C20.6508 2.236 20.7986 2.14912 20.8993 2.20672C21 2.26432 21 2.4315 21 2.76587V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 10C15.8667 10 19.7778 7.66667 21 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-music-note-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 3L12.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 17C12.5 19.2091 10.7091 21 8.5 21C6.29086 21 4.5 19.2091 4.5 17C4.5 14.7909 6.29086 13 8.5 13C10.7091 13 12.5 14.7909 12.5 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 3C16.366 3 19.5 6.13401 19.5 10C18 8.5 14.0556 6.26667 12.5 8.44444%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 3L12.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 17C12.5 19.2091 10.7091 21 8.5 21C6.29086 21 4.5 19.2091 4.5 17C4.5 14.7909 6.29086 13 8.5 13C10.7091 13 12.5 14.7909 12.5 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 3C16.366 3 19.5 6.13401 19.5 10C18 8.5 14.0556 6.26667 12.5 8.44444%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-music-note-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 14.5C13 15.8807 11.8807 17 10.5 17C9.11929 17 8 15.8807 8 14.5C8 13.1193 9.11929 12 10.5 12C11.8807 12 13 13.1193 13 14.5ZM13 14.5V7C13.3333 7.5 13.6 9.6 16 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 14.5C13 15.8807 11.8807 17 10.5 17C9.11929 17 8 15.8807 8 14.5C8 13.1193 9.11929 12 10.5 12C11.8807 12 13 13.1193 13 14.5ZM13 14.5V7C13.3333 7.5 13.6 9.6 16 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-music-note-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 15.5C10 16.3284 9.32843 17 8.5 17C7.67157 17 7 16.3284 7 15.5C7 14.6716 7.67157 14 8.5 14C9.32843 14 10 14.6716 10 15.5ZM10 15.5V11C10 10.1062 10 9.65932 10.2262 9.38299C10.4524 9.10667 10.9638 9.00361 11.9865 8.7975C13.8531 8.42135 15.3586 7.59867 16 7V13.5M16 13.75C16 14.4404 15.4404 15 14.75 15C14.0596 15 13.5 14.4404 13.5 13.75C13.5 13.0596 14.0596 12.5 14.75 12.5C15.4404 12.5 16 13.0596 16 13.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 15.5C10 16.3284 9.32843 17 8.5 17C7.67157 17 7 16.3284 7 15.5C7 14.6716 7.67157 14 8.5 14C9.32843 14 10 14.6716 10 15.5ZM10 15.5V11C10 10.1062 10 9.65932 10.2262 9.38299C10.4524 9.10667 10.9638 9.00361 11.9865 8.7975C13.8531 8.42135 15.3586 7.59867 16 7V13.5M16 13.75C16 14.4404 15.4404 15 14.75 15C14.0596 15 13.5 14.4404 13.5 13.75C13.5 13.0596 14.0596 12.5 14.75 12.5C15.4404 12.5 16 13.0596 16 13.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-next{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.9351 12.6258C15.6807 13.8374 14.327 14.7077 11.6198 16.4481C8.67528 18.3411 7.20303 19.2876 6.01052 18.9229C5.60662 18.7994 5.23463 18.5823 4.92227 18.2876C4 17.4178 4 15.6118 4 12C4 8.38816 4 6.58224 4.92227 5.71235C5.23463 5.41773 5.60662 5.20057 6.01052 5.07707C7.20304 4.71243 8.67528 5.6589 11.6198 7.55186C14.327 9.29233 15.6807 10.1626 15.9351 11.3742C16.0216 11.7865 16.0216 12.2135 15.9351 12.6258Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.9351 12.6258C15.6807 13.8374 14.327 14.7077 11.6198 16.4481C8.67528 18.3411 7.20303 19.2876 6.01052 18.9229C5.60662 18.7994 5.23463 18.5823 4.92227 18.2876C4 17.4178 4 15.6118 4 12C4 8.38816 4 6.58224 4.92227 5.71235C5.23463 5.41773 5.60662 5.20057 6.01052 5.07707C7.20304 4.71243 8.67528 5.6589 11.6198 7.55186C14.327 9.29233 15.6807 10.1626 15.9351 11.3742C16.0216 11.7865 16.0216 12.2135 15.9351 12.6258Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 5V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-pause{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 7C4 5.58579 4 4.87868 4.43934 4.43934C4.87868 4 5.58579 4 7 4C8.41421 4 9.12132 4 9.56066 4.43934C10 4.87868 10 5.58579 10 7V17C10 18.4142 10 19.1213 9.56066 19.5607C9.12132 20 8.41421 20 7 20C5.58579 20 4.87868 20 4.43934 19.5607C4 19.1213 4 18.4142 4 17V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 5.58579 14 4.87868 14.4393 4.43934C14.8787 4 15.5858 4 17 4C18.4142 4 19.1213 4 19.5607 4.43934C20 4.87868 20 5.58579 20 7V17C20 18.4142 20 19.1213 19.5607 19.5607C19.1213 20 18.4142 20 17 20C15.5858 20 14.8787 20 14.4393 19.5607C14 19.1213 14 18.4142 14 17V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 7C4 5.58579 4 4.87868 4.43934 4.43934C4.87868 4 5.58579 4 7 4C8.41421 4 9.12132 4 9.56066 4.43934C10 4.87868 10 5.58579 10 7V17C10 18.4142 10 19.1213 9.56066 19.5607C9.12132 20 8.41421 20 7 20C5.58579 20 4.87868 20 4.43934 19.5607C4 19.1213 4 18.4142 4 17V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 5.58579 14 4.87868 14.4393 4.43934C14.8787 4 15.5858 4 17 4C18.4142 4 19.1213 4 19.5607 4.43934C20 4.87868 20 5.58579 20 7V17C20 18.4142 20 19.1213 19.5607 19.5607C19.1213 20 18.4142 20 17 20C15.5858 20 14.8787 20 14.4393 19.5607C14 19.1213 14 18.4142 14 17V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-play{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.8906 12.846C18.5371 14.189 16.8667 15.138 13.5257 17.0361C10.296 18.8709 8.6812 19.7884 7.37983 19.4196C6.8418 19.2671 6.35159 18.9776 5.95624 18.5787C5 17.6139 5 15.7426 5 12C5 8.2574 5 6.3861 5.95624 5.42132C6.35159 5.02245 6.8418 4.73288 7.37983 4.58042C8.6812 4.21165 10.296 5.12907 13.5257 6.96393C16.8667 8.86197 18.5371 9.811 18.8906 11.154C19.0365 11.7084 19.0365 12.2916 18.8906 12.846Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.8906 12.846C18.5371 14.189 16.8667 15.138 13.5257 17.0361C10.296 18.8709 8.6812 19.7884 7.37983 19.4196C6.8418 19.2671 6.35159 18.9776 5.95624 18.5787C5 17.6139 5 15.7426 5 12C5 8.2574 5 6.3861 5.95624 5.42132C6.35159 5.02245 6.8418 4.73288 7.37983 4.58042C8.6812 4.21165 10.296 5.12907 13.5257 6.96393C16.8667 8.86197 18.5371 9.811 18.8906 11.154C19.0365 11.7084 19.0365 12.2916 18.8906 12.846Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-playlist-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 15C3 12.1911 3 10.7866 3.67412 9.77772C3.96596 9.34096 4.34096 8.96596 4.77772 8.67412C5.78661 8 7.19108 8 10 8H14C16.8089 8 18.2134 8 19.2223 8.67412C19.659 8.96596 20.034 9.34096 20.3259 9.77772C21 10.7866 21 12.1911 21 15C21 17.8089 21 19.2134 20.3259 20.2223C20.034 20.659 19.659 21.034 19.2223 21.3259C18.2134 22 16.8089 22 14 22H10C7.19108 22 5.78661 22 4.77772 21.3259C4.34096 21.034 3.96596 20.659 3.67412 20.2223C3 19.2134 3 17.8089 3 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 16.5C12.5 17.3284 11.8284 18 11 18C10.1716 18 9.5 17.3284 9.5 16.5C9.5 15.6716 10.1716 15 11 15C11.8284 15 12.5 15.6716 12.5 16.5ZM12.5 16.5V11.5C12.5 11.5 12.9 13.2333 14.5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 8C18.9821 6.76022 18.89 6.05733 18.4182 5.58579C17.8321 5 16.8888 5 15.0022 5H8.99783C7.11118 5 6.16786 5 5.58176 5.58579C5.10996 6.05733 5.01794 6.76022 5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 5C17 4.06812 17 3.60218 16.8478 3.23463C16.6448 2.74458 16.2554 2.35523 15.7654 2.15224C15.3978 2 14.9319 2 14 2H10C9.06812 2 8.60218 2 8.23463 2.15224C7.74458 2.35523 7.35523 2.74458 7.15224 3.23463C7 3.60218 7 4.06812 7 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 15C3 12.1911 3 10.7866 3.67412 9.77772C3.96596 9.34096 4.34096 8.96596 4.77772 8.67412C5.78661 8 7.19108 8 10 8H14C16.8089 8 18.2134 8 19.2223 8.67412C19.659 8.96596 20.034 9.34096 20.3259 9.77772C21 10.7866 21 12.1911 21 15C21 17.8089 21 19.2134 20.3259 20.2223C20.034 20.659 19.659 21.034 19.2223 21.3259C18.2134 22 16.8089 22 14 22H10C7.19108 22 5.78661 22 4.77772 21.3259C4.34096 21.034 3.96596 20.659 3.67412 20.2223C3 19.2134 3 17.8089 3 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 16.5C12.5 17.3284 11.8284 18 11 18C10.1716 18 9.5 17.3284 9.5 16.5C9.5 15.6716 10.1716 15 11 15C11.8284 15 12.5 15.6716 12.5 16.5ZM12.5 16.5V11.5C12.5 11.5 12.9 13.2333 14.5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 8C18.9821 6.76022 18.89 6.05733 18.4182 5.58579C17.8321 5 16.8888 5 15.0022 5H8.99783C7.11118 5 6.16786 5 5.58176 5.58579C5.10996 6.05733 5.01794 6.76022 5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 5C17 4.06812 17 3.60218 16.8478 3.23463C16.6448 2.74458 16.2554 2.35523 15.7654 2.15224C15.3978 2 14.9319 2 14 2H10C9.06812 2 8.60218 2 8.23463 2.15224C7.74458 2.35523 7.35523 2.74458 7.15224 3.23463C7 3.60218 7 4.06812 7 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-playlist-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 9C2 5.70017 2 4.05025 3.02513 3.02513C4.05025 2 5.70017 2 9 2H11C14.2998 2 15.9497 2 16.9749 3.02513C18 4.05025 18 5.70017 18 9V11C18 14.2998 18 15.9497 16.9749 16.9749C15.9497 18 14.2998 18 11 18H9C5.70017 18 4.05025 18 3.02513 16.9749C2 15.9497 2 14.2998 2 11V9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.2383 7C19.5732 7.08138 20.4232 7.30467 21.036 7.91738C22 8.88143 22 10.433 22 13.5363V15.4171C22 18.5203 22 20.0719 21.036 21.036C20.0719 22 18.5203 22 15.4171 22H13.5363C10.433 22 8.88143 22 7.91738 21.036C7.30467 20.4232 7.08138 19.5732 7 18.2383%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12V6C11.2222 6.4 11.4 8.08 13 8.4M11 12C11 13.1046 10.1046 14 9 14C7.89543 14 7 13.1046 7 12C7 10.8954 7.89543 10 9 10C10.1046 10 11 10.8954 11 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 9C2 5.70017 2 4.05025 3.02513 3.02513C4.05025 2 5.70017 2 9 2H11C14.2998 2 15.9497 2 16.9749 3.02513C18 4.05025 18 5.70017 18 9V11C18 14.2998 18 15.9497 16.9749 16.9749C15.9497 18 14.2998 18 11 18H9C5.70017 18 4.05025 18 3.02513 16.9749C2 15.9497 2 14.2998 2 11V9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.2383 7C19.5732 7.08138 20.4232 7.30467 21.036 7.91738C22 8.88143 22 10.433 22 13.5363V15.4171C22 18.5203 22 20.0719 21.036 21.036C20.0719 22 18.5203 22 15.4171 22H13.5363C10.433 22 8.88143 22 7.91738 21.036C7.30467 20.4232 7.08138 19.5732 7 18.2383%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 12V6C11.2222 6.4 11.4 8.08 13 8.4M11 12C11 13.1046 10.1046 14 9 14C7.89543 14 7 13.1046 7 12C7 10.8954 7.89543 10 9 10C10.1046 10 11 10.8954 11 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-playlist-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3L20 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10L15 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17L9 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.25 19C18.25 20.6569 16.8509 22 15.125 22C13.3991 22 12 20.6569 12 19C12 17.3431 13.3991 16 15.125 16C16.8509 16 18.25 17.3431 18.25 19ZM18.25 19V10C18.6667 10.6 19 13.12 22 13.6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3L20 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10L15 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17L9 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.25 19C18.25 20.6569 16.8509 22 15.125 22C13.3991 22 12 20.6569 12 19C12 17.3431 13.3991 16 15.125 16C16.8509 16 18.25 17.3431 18.25 19ZM18.25 19V10C18.6667 10.6 19 13.12 22 13.6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-previous{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.06492 12.6258C8.31931 13.8374 9.67295 14.7077 12.3802 16.4481C15.3247 18.3411 16.797 19.2876 17.9895 18.9229C18.3934 18.7994 18.7654 18.5823 19.0777 18.2876C20 17.4178 20 15.6118 20 12C20 8.38816 20 6.58224 19.0777 5.71235C18.7654 5.41773 18.3934 5.20057 17.9895 5.07707C16.797 4.71243 15.3247 5.6589 12.3802 7.55186C9.67295 9.29233 8.31931 10.1626 8.06492 11.3742C7.97836 11.7865 7.97836 12.2135 8.06492 12.6258Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 4L4 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.06492 12.6258C8.31931 13.8374 9.67295 14.7077 12.3802 16.4481C15.3247 18.3411 16.797 19.2876 17.9895 18.9229C18.3934 18.7994 18.7654 18.5823 19.0777 18.2876C20 17.4178 20 15.6118 20 12C20 8.38816 20 6.58224 19.0777 5.71235C18.7654 5.41773 18.3934 5.20057 17.9895 5.07707C16.797 4.71243 15.3247 5.6589 12.3802 7.55186C9.67295 9.29233 8.31931 10.1626 8.06492 11.3742C7.97836 11.7865 7.97836 12.2135 8.06492 12.6258Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 4L4 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-radio{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2214.5%22 cy%3D%2213.5%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 13.5C2 9.74142 2 7.86213 3.0528 6.60746C3.22119 6.40678 3.40678 6.22119 3.60746 6.0528C4.86213 5 6.74142 5 10.5 5H13.5C17.2586 5 19.1379 5 20.3925 6.0528C20.5932 6.22119 20.7788 6.40678 20.9472 6.60746C22 7.86213 22 9.74142 22 13.5C22 17.2586 22 19.1379 20.9472 20.3925C20.7788 20.5932 20.5932 20.7788 20.3925 20.9472C19.1379 22 17.2586 22 13.5 22H10.5C6.74142 22 4.86213 22 3.60746 20.9472C3.40678 20.7788 3.22119 20.5932 3.0528 20.3925C2 19.1379 2 17.2586 2 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5L14 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12H7M6 15H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2214.5%22 cy%3D%2213.5%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 13.5C2 9.74142 2 7.86213 3.0528 6.60746C3.22119 6.40678 3.40678 6.22119 3.60746 6.0528C4.86213 5 6.74142 5 10.5 5H13.5C17.2586 5 19.1379 5 20.3925 6.0528C20.5932 6.22119 20.7788 6.40678 20.9472 6.60746C22 7.86213 22 9.74142 22 13.5C22 17.2586 22 19.1379 20.9472 20.3925C20.7788 20.5932 20.5932 20.7788 20.3925 20.9472C19.1379 22 17.2586 22 13.5 22H10.5C6.74142 22 4.86213 22 3.60746 20.9472C3.40678 20.7788 3.22119 20.5932 3.0528 20.3925C2 19.1379 2 17.2586 2 13.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5L14 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12H7M6 15H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-record{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%228%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%228%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-repeat-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.3884 3L17.3913 3.97574C17.8393 4.41165 18.0633 4.62961 17.9844 4.81481C17.9056 5 17.5888 5 16.9552 5H9.19422C5.22096 5 2 8.13401 2 12C2 13.4872 2.47668 14.8662 3.2895 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.61156 21L6.60875 20.0243C6.16074 19.5883 5.93673 19.3704 6.01557 19.1852C6.09441 19 6.4112 19 7.04478 19H14.8058C18.779 19 22 15.866 22 12C22 10.5128 21.5233 9.13383 20.7105 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.3884 3L17.3913 3.97574C17.8393 4.41165 18.0633 4.62961 17.9844 4.81481C17.9056 5 17.5888 5 16.9552 5H9.19422C5.22096 5 2 8.13401 2 12C2 13.4872 2.47668 14.8662 3.2895 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.61156 21L6.60875 20.0243C6.16074 19.5883 5.93673 19.3704 6.01557 19.1852C6.09441 19 6.4112 19 7.04478 19H14.8058C18.779 19 22 15.866 22 12C22 10.5128 21.5233 9.13383 20.7105 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 12H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-repeat-one-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.3884 3L17.3913 3.97574C17.8393 4.41165 18.0633 4.62961 17.9844 4.81481C17.9056 5 17.5888 5 16.9552 5H9.19422C5.22096 5 2 8.13401 2 12C2 13.4872 2.47668 14.8662 3.2895 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.61156 21L6.60875 20.0243C6.16074 19.5883 5.93673 19.3704 6.01557 19.1852C6.09441 19 6.4112 19 7.04478 19H14.8058C18.779 19 22 15.866 22 12C22 10.5128 21.5233 9.13383 20.7105 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 15L13 9.31633C13 9.05613 12.7178 8.90761 12.52 9.06373L11 10.2636%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.3884 3L17.3913 3.97574C17.8393 4.41165 18.0633 4.62961 17.9844 4.81481C17.9056 5 17.5888 5 16.9552 5H9.19422C5.22096 5 2 8.13401 2 12C2 13.4872 2.47668 14.8662 3.2895 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.61156 21L6.60875 20.0243C6.16074 19.5883 5.93673 19.3704 6.01557 19.1852C6.09441 19 6.4112 19 7.04478 19H14.8058C18.779 19 22 15.866 22 12C22 10.5128 21.5233 9.13383 20.7105 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 15L13 9.31633C13 9.05613 12.7178 8.90761 12.52 9.06373L11 10.2636%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-repeat-one-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 10L22 3.36905C22 3.06549 21.7178 2.89221 21.52 3.07435L20 4.47421%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.3884 3L15.3913 3.97574C15.8393 4.41165 16.0633 4.62961 15.9844 4.81481C15.9056 5 15.5888 5 14.9552 5H9.19422C5.22096 5 2 8.13401 2 12C2 13.4872 2.47668 14.8662 3.2895 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.61156 21L6.60875 20.0243C6.16074 19.5883 5.93673 19.3704 6.01557 19.1852C6.09441 19 6.4112 19 7.04478 19H14.8058C18.2499 19 21.2943 16.6452 22 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 10L22 3.36905C22 3.06549 21.7178 2.89221 21.52 3.07435L20 4.47421%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.3884 3L15.3913 3.97574C15.8393 4.41165 16.0633 4.62961 15.9844 4.81481C15.9056 5 15.5888 5 14.9552 5H9.19422C5.22096 5 2 8.13401 2 12C2 13.4872 2.47668 14.8662 3.2895 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.61156 21L6.60875 20.0243C6.16074 19.5883 5.93673 19.3704 6.01557 19.1852C6.09441 19 6.4112 19 7.04478 19H14.8058C18.2499 19 21.2943 16.6452 22 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-repeat{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.3884 3L17.3913 3.97574C17.8393 4.41165 18.0633 4.62961 17.9844 4.81481C17.9056 5 17.5888 5 16.9552 5H9.19422C5.22096 5 2 8.13401 2 12C2 13.4872 2.47668 14.8662 3.2895 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.61156 21L6.60875 20.0243C6.16074 19.5883 5.93673 19.3704 6.01557 19.1852C6.09441 19 6.4112 19 7.04478 19H14.8058C18.779 19 22 15.866 22 12C22 10.5128 21.5233 9.13383 20.7105 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.3884 3L17.3913 3.97574C17.8393 4.41165 18.0633 4.62961 17.9844 4.81481C17.9056 5 17.5888 5 16.9552 5H9.19422C5.22096 5 2 8.13401 2 12C2 13.4872 2.47668 14.8662 3.2895 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.61156 21L6.60875 20.0243C6.16074 19.5883 5.93673 19.3704 6.01557 19.1852C6.09441 19 6.4112 19 7.04478 19H14.8058C18.779 19 22 15.866 22 12C22 10.5128 21.5233 9.13383 20.7105 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-scissor{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.4368 9.55807L10.6 12M10.6 12L7 15M10.6 12L13.4949 14.3865M10.6 12L7 9M16 8.5C16 9.32843 15.3284 10 14.5 10C13.6716 10 13 9.32843 13 8.5C13 7.67157 13.6716 7 14.5 7C15.3284 7 16 7.67157 16 8.5ZM16 15.5C16 16.3284 15.3284 17 14.5 17C13.6716 17 13 16.3284 13 15.5C13 14.6716 13.6716 14 14.5 14C15.3284 14 16 14.6716 16 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.4368 9.55807L10.6 12M10.6 12L7 15M10.6 12L13.4949 14.3865M10.6 12L7 9M16 8.5C16 9.32843 15.3284 10 14.5 10C13.6716 10 13 9.32843 13 8.5C13 7.67157 13.6716 7 14.5 7C15.3284 7 16 7.67157 16 8.5ZM16 15.5C16 16.3284 15.3284 17 14.5 17C13.6716 17 13 16.3284 13 15.5C13 14.6716 13.6716 14 14.5 14C15.3284 14 16 14.6716 16 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-shuffle-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 17.5L18 15.75H16.1407C15.0928 15.75 14.5688 15.75 14.1267 15.5281C13.6845 15.3063 13.3938 14.8976 12.8125 14.0801L9.85413 9.91987C9.27285 9.10244 8.9822 8.69372 8.54002 8.47186C8.09783 8.25 7.57386 8.25 6.52593 8.25H6M16.5 6.5L18 8.25H16.1407C15.0928 8.25 14.5688 8.25 14.1267 8.47186C13.6845 8.69372 13.3938 9.10244 12.8125 9.91987M6 15.75H6.52593C7.57386 15.75 8.09783 15.75 8.54001 15.5281C8.9822 15.3063 9.27285 14.8976 9.85413 14.0801%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 17.5L18 15.75H16.1407C15.0928 15.75 14.5688 15.75 14.1267 15.5281C13.6845 15.3063 13.3938 14.8976 12.8125 14.0801L9.85413 9.91987C9.27285 9.10244 8.9822 8.69372 8.54002 8.47186C8.09783 8.25 7.57386 8.25 6.52593 8.25H6M16.5 6.5L18 8.25H16.1407C15.0928 8.25 14.5688 8.25 14.1267 8.47186C13.6845 8.69372 13.3938 9.10244 12.8125 9.91987M6 15.75H6.52593C7.57386 15.75 8.09783 15.75 8.54001 15.5281C8.9822 15.3063 9.27285 14.8976 9.85413 14.0801%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-shuffle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5576 4L20.4551 4.97574C20.8561 5.41165 21.0566 5.62961 20.9861 5.81481C20.9155 6 20.632 6 20.0649 6C18.7956 6 17.2771 5.79493 16.1111 6.4733C15.3903 6.89272 14.8883 7.62517 14.0392 9M3 18H4.58082C6.50873 18 7.47269 18 8.2862 17.5267C9.00708 17.1073 9.50904 16.3748 10.3582 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5576 20L20.4551 19.0243C20.8561 18.5883 21.0566 18.3704 20.9861 18.1852C20.9155 18 20.632 18 20.0649 18C18.7956 18 17.2771 18.2051 16.1111 17.5267C15.2976 17.0534 14.7629 16.1815 13.6935 14.4376L10.7038 9.5624C9.63441 7.81853 9.0997 6.9466 8.2862 6.4733C7.47269 6 6.50873 6 4.58082 6H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5576 4L20.4551 4.97574C20.8561 5.41165 21.0566 5.62961 20.9861 5.81481C20.9155 6 20.632 6 20.0649 6C18.7956 6 17.2771 5.79493 16.1111 6.4733C15.3903 6.89272 14.8883 7.62517 14.0392 9M3 18H4.58082C6.50873 18 7.47269 18 8.2862 17.5267C9.00708 17.1073 9.50904 16.3748 10.3582 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5576 20L20.4551 19.0243C20.8561 18.5883 21.0566 18.3704 20.9861 18.1852C20.9155 18 20.632 18 20.0649 18C18.7956 18 17.2771 18.2051 16.1111 17.5267C15.2976 17.0534 14.7629 16.1815 13.6935 14.4376L10.7038 9.5624C9.63441 7.81853 9.0997 6.9466 8.2862 6.4733C7.47269 6 6.50873 6 4.58082 6H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-speaker{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 10C3.5 6.22876 3.5 4.34315 4.7448 3.17157C5.98959 2 7.99306 2 12 2C16.0069 2 18.0104 2 19.2552 3.17157C20.5 4.34315 20.5 6.22876 20.5 10V14C20.5 17.7712 20.5 19.6569 19.2552 20.8284C18.0104 22 16.0069 22 12 22C7.99306 22 5.98959 22 4.7448 20.8284C3.5 19.6569 3.5 17.7712 3.5 14V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2214.5%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 6H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 10C3.5 6.22876 3.5 4.34315 4.7448 3.17157C5.98959 2 7.99306 2 12 2C16.0069 2 18.0104 2 19.2552 3.17157C20.5 4.34315 20.5 6.22876 20.5 10V14C20.5 17.7712 20.5 19.6569 19.2552 20.8284C18.0104 22 16.0069 22 12 22C7.99306 22 5.98959 22 4.7448 20.8284C3.5 19.6569 3.5 17.7712 3.5 14V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2214.5%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 6H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-stop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12C4 8.72077 4 7.08116 4.81382 5.91891C5.1149 5.48891 5.48891 5.1149 5.91891 4.81382C7.08116 4 8.72077 4 12 4C15.2792 4 16.9188 4 18.0811 4.81382C18.5111 5.1149 18.8851 5.48891 19.1862 5.91891C20 7.08116 20 8.72077 20 12C20 15.2792 20 16.9188 19.1862 18.0811C18.8851 18.5111 18.5111 18.8851 18.0811 19.1862C16.9188 20 15.2792 20 12 20C8.72077 20 7.08116 20 5.91891 19.1862C5.48891 18.8851 5.1149 18.5111 4.81382 18.0811C4 16.9188 4 15.2792 4 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 12C4 8.72077 4 7.08116 4.81382 5.91891C5.1149 5.48891 5.48891 5.1149 5.91891 4.81382C7.08116 4 8.72077 4 12 4C15.2792 4 16.9188 4 18.0811 4.81382C18.5111 5.1149 18.8851 5.48891 19.1862 5.91891C20 7.08116 20 8.72077 20 12C20 15.2792 20 16.9188 19.1862 18.0811C18.8851 18.5111 18.5111 18.8851 18.0811 19.1862C16.9188 20 15.2792 20 12 20C8.72077 20 7.08116 20 5.91891 19.1862C5.48891 18.8851 5.1149 18.5111 4.81382 18.0811C4 16.9188 4 15.2792 4 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-subtitle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 18H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 14H15M12 14H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 18H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 14H15M12 14H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-voice{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 11V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 11V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 11V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 10V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 11V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-volume-high{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 14.8135V9.18646C14 6.04126 14 4.46866 13.0747 4.0773C12.1494 3.68593 11.0603 4.79793 8.88232 7.02192C7.75439 8.17365 7.11085 8.42869 5.50604 8.42869C4.10257 8.42869 3.40084 8.42869 2.89675 8.77262C1.85035 9.48655 2.00852 10.882 2.00852 12C2.00852 13.118 1.85035 14.5134 2.89675 15.2274C3.40084 15.5713 4.10257 15.5713 5.50604 15.5713C7.11085 15.5713 7.75439 15.8264 8.88232 16.9781C11.0603 19.2021 12.1494 20.3141 13.0747 19.9227C14 19.5313 14 17.9587 14 14.8135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9C17.6254 9.81968 18 10.8634 18 12C18 13.1366 17.6254 14.1803 17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 7C21.2508 8.36613 22 10.1057 22 12C22 13.8943 21.2508 15.6339 20 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 14.8135V9.18646C14 6.04126 14 4.46866 13.0747 4.0773C12.1494 3.68593 11.0603 4.79793 8.88232 7.02192C7.75439 8.17365 7.11085 8.42869 5.50604 8.42869C4.10257 8.42869 3.40084 8.42869 2.89675 8.77262C1.85035 9.48655 2.00852 10.882 2.00852 12C2.00852 13.118 1.85035 14.5134 2.89675 15.2274C3.40084 15.5713 4.10257 15.5713 5.50604 15.5713C7.11085 15.5713 7.75439 15.8264 8.88232 16.9781C11.0603 19.2021 12.1494 20.3141 13.0747 19.9227C14 19.5313 14 17.9587 14 14.8135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9C17.6254 9.81968 18 10.8634 18 12C18 13.1366 17.6254 14.1803 17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 7C21.2508 8.36613 22 10.1057 22 12C22 13.8943 21.2508 15.6339 20 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-volume-low{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 9C19.6254 9.81968 20 10.8634 20 12C20 13.1366 19.6254 14.1803 19 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14.8135V9.18646C16 6.04126 16 4.46866 15.0747 4.0773C14.1494 3.68593 13.0603 4.79793 10.8823 7.02192C9.75439 8.17365 9.11085 8.42869 7.50604 8.42869C6.10257 8.42869 5.40084 8.42869 4.89675 8.77262C3.85035 9.48655 4.00852 10.882 4.00852 12C4.00852 13.118 3.85035 14.5134 4.89675 15.2274C5.40084 15.5713 6.10257 15.5713 7.50604 15.5713C9.11085 15.5713 9.75439 15.8264 10.8823 16.9781C13.0603 19.2021 14.1494 20.3141 15.0747 19.9227C16 19.5313 16 17.9587 16 14.8135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 9C19.6254 9.81968 20 10.8634 20 12C20 13.1366 19.6254 14.1803 19 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 14.8135V9.18646C16 6.04126 16 4.46866 15.0747 4.0773C14.1494 3.68593 13.0603 4.79793 10.8823 7.02192C9.75439 8.17365 9.11085 8.42869 7.50604 8.42869C6.10257 8.42869 5.40084 8.42869 4.89675 8.77262C3.85035 9.48655 4.00852 10.882 4.00852 12C4.00852 13.118 3.85035 14.5134 4.89675 15.2274C5.40084 15.5713 6.10257 15.5713 7.50604 15.5713C9.11085 15.5713 9.75439 15.8264 10.8823 16.9781C13.0603 19.2021 14.1494 20.3141 15.0747 19.9227C16 19.5313 16 17.9587 16 14.8135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-volume-minus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 14.8135V9.18646C14 6.04126 14 4.46866 13.0747 4.0773C12.1494 3.68593 11.0603 4.79793 8.88232 7.02192C7.75439 8.17365 7.11085 8.42869 5.50604 8.42869C4.10257 8.42869 3.40084 8.42869 2.89675 8.77262C1.85035 9.48655 2.00852 10.882 2.00852 12C2.00852 13.118 1.85035 14.5134 2.89675 15.2274C3.40084 15.5713 4.10257 15.5713 5.50604 15.5713C7.11085 15.5713 7.75439 15.8264 8.88232 16.9781C11.0603 19.2021 12.1494 20.3141 13.0747 19.9227C14 19.5313 14 17.9587 14 14.8135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12L22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 14.8135V9.18646C14 6.04126 14 4.46866 13.0747 4.0773C12.1494 3.68593 11.0603 4.79793 8.88232 7.02192C7.75439 8.17365 7.11085 8.42869 5.50604 8.42869C4.10257 8.42869 3.40084 8.42869 2.89675 8.77262C1.85035 9.48655 2.00852 10.882 2.00852 12C2.00852 13.118 1.85035 14.5134 2.89675 15.2274C3.40084 15.5713 4.10257 15.5713 5.50604 15.5713C7.11085 15.5713 7.75439 15.8264 8.88232 16.9781C11.0603 19.2021 12.1494 20.3141 13.0747 19.9227C14 19.5313 14 17.9587 14 14.8135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12L22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-volume-mute-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 14.8135V9.18646C18 6.04126 18 4.46866 17.074 4.0773C16.1481 3.68593 15.0583 4.79793 12.8787 7.02192C11.7499 8.17365 11.1059 8.42869 9.5 8.42869C8.3879 8.42869 7.02749 8.28131 6.33706 9.33566C6 9.85038 6 10.5669 6 12C6 13.4331 6 14.1496 6.33706 14.6643C7.02749 15.7187 8.3879 15.5713 9.5 15.5713C11.106 15.5713 11.7499 15.8264 12.8787 16.9781C15.0583 19.2021 16.1481 20.3141 17.074 19.9227C18 19.5313 18 17.9587 18 14.8135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 14.8135V9.18646C18 6.04126 18 4.46866 17.074 4.0773C16.1481 3.68593 15.0583 4.79793 12.8787 7.02192C11.7499 8.17365 11.1059 8.42869 9.5 8.42869C8.3879 8.42869 7.02749 8.28131 6.33706 9.33566C6 9.85038 6 10.5669 6 12C6 13.4331 6 14.1496 6.33706 14.6643C7.02749 15.7187 8.3879 15.5713 9.5 15.5713C11.106 15.5713 11.7499 15.8264 12.8787 16.9781C15.0583 19.2021 16.1481 20.3141 17.074 19.9227C18 19.5313 18 17.9587 18 14.8135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-volume-mute-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 14.8135V9.18646C14 6.04126 14 4.46866 13.0747 4.0773C12.1494 3.68593 11.0603 4.79793 8.88232 7.02192C7.75439 8.17365 7.11085 8.42869 5.50604 8.42869C4.10257 8.42869 3.40084 8.42869 2.89675 8.77262C1.85035 9.48655 2.00852 10.882 2.00852 12C2.00852 13.118 1.85035 14.5134 2.89675 15.2274C3.40084 15.5713 4.10257 15.5713 5.50604 15.5713C7.11085 15.5713 7.75439 15.8264 8.88232 16.9781C11.0603 19.2021 12.1494 20.3141 13.0747 19.9227C14 19.5313 14 17.9587 14 14.8135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 10L22 14M18 14L22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 14.8135V9.18646C14 6.04126 14 4.46866 13.0747 4.0773C12.1494 3.68593 11.0603 4.79793 8.88232 7.02192C7.75439 8.17365 7.11085 8.42869 5.50604 8.42869C4.10257 8.42869 3.40084 8.42869 2.89675 8.77262C1.85035 9.48655 2.00852 10.882 2.00852 12C2.00852 13.118 1.85035 14.5134 2.89675 15.2274C3.40084 15.5713 4.10257 15.5713 5.50604 15.5713C7.11085 15.5713 7.75439 15.8264 8.88232 16.9781C11.0603 19.2021 12.1494 20.3141 13.0747 19.9227C14 19.5313 14 17.9587 14 14.8135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 10L22 14M18 14L22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-volume-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 22L2 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10C17.6296 10.7667 18 11.7054 18 12.7195C18 13.1635 17.929 13.593 17.7963 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8C21.2508 9.22951 22 10.7952 22 12.5C22 13.9164 21.4829 15.2367 20.5906 16.348%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 14C14 17.1452 14 19.5313 13.074 19.9227C12.1481 20.3141 11.0583 19.2021 8.8787 16.9781C7.7499 15.8264 7.106 15.5713 5.5 15.5713C4.3879 15.5713 3.02749 15.7187 2.33706 14.6643C2 14.1496 2 13.4331 2 12C2 10.5669 2 9.85038 2.33706 9.33566C3.02749 8.28131 4.3879 8.42869 5.5 8.42869C6.60725 8.42869 7.3569 8.43869 7.96 7.96M14 9.5C14 6.3548 14.026 4.46866 13.1 4.0773C12.3292 3.75147 11.5323 4.46765 10 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 22L2 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10C17.6296 10.7667 18 11.7054 18 12.7195C18 13.1635 17.929 13.593 17.7963 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 8C21.2508 9.22951 22 10.7952 22 12.5C22 13.9164 21.4829 15.2367 20.5906 16.348%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 14C14 17.1452 14 19.5313 13.074 19.9227C12.1481 20.3141 11.0583 19.2021 8.8787 16.9781C7.7499 15.8264 7.106 15.5713 5.5 15.5713C4.3879 15.5713 3.02749 15.7187 2.33706 14.6643C2 14.1496 2 13.4331 2 12C2 10.5669 2 9.85038 2.33706 9.33566C3.02749 8.28131 4.3879 8.42869 5.5 8.42869C6.60725 8.42869 7.3569 8.43869 7.96 7.96M14 9.5C14 6.3548 14.026 4.46866 13.1 4.0773C12.3292 3.75147 11.5323 4.46765 10 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-volume-up{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 14.8135V9.18646C14 6.04126 14 4.46866 13.0747 4.0773C12.1494 3.68593 11.0603 4.79793 8.88232 7.02192C7.75439 8.17365 7.11085 8.42869 5.50604 8.42869C4.10257 8.42869 3.40084 8.42869 2.89675 8.77262C1.85035 9.48655 2.00852 10.882 2.00852 12C2.00852 13.118 1.85035 14.5134 2.89675 15.2274C3.40084 15.5713 4.10257 15.5713 5.50604 15.5713C7.11085 15.5713 7.75439 15.8264 8.88232 16.9781C11.0603 19.2021 12.1494 20.3141 13.0747 19.9227C14 19.5313 14 17.9587 14 14.8135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12H22M19.5 14.5L19.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 14.8135V9.18646C14 6.04126 14 4.46866 13.0747 4.0773C12.1494 3.68593 11.0603 4.79793 8.88232 7.02192C7.75439 8.17365 7.11085 8.42869 5.50604 8.42869C4.10257 8.42869 3.40084 8.42869 2.89675 8.77262C1.85035 9.48655 2.00852 10.882 2.00852 12C2.00852 13.118 1.85035 14.5134 2.89675 15.2274C3.40084 15.5713 4.10257 15.5713 5.50604 15.5713C7.11085 15.5713 7.75439 15.8264 8.88232 16.9781C11.0603 19.2021 12.1494 20.3141 13.0747 19.9227C14 19.5313 14 17.9587 14 14.8135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 12H22M19.5 14.5L19.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-vynil-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 6C7.62837 6.53566 6.53566 7.62837 6 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 6C7.62837 6.53566 6.53566 7.62837 6 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-vynil-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_384_4352)%22%3E%0A%3Cpath d%3D%22M21.5 12.5C21.5 18.0228 17.0228 22.5 11.5 22.5C5.97715 22.5 1.5 18.0228 1.5 12.5C1.5 6.97715 5.97715 2.5 11.5 2.5C12.6688 2.5 13.7907 2.70051 14.8333 3.06902%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 9C19.5 10.3807 18.3807 11.5 17 11.5C15.6193 11.5 14.5 10.3807 14.5 9C14.5 7.61929 15.6193 6.5 17 6.5C18.3807 6.5 19.5 7.61929 19.5 9ZM19.5 9V1.5C19.8333 2 20.1 4.1 22.5 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 12.5C13 11.6716 12.3284 11 11.5 11C10.6716 11 10 11.6716 10 12.5C10 13.3284 10.6716 14 11.5 14C12.3284 14 13 13.3284 13 12.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_384_4352%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cg clip-path%3D%22url(%23clip0_384_4352)%22%3E%0A%3Cpath d%3D%22M21.5 12.5C21.5 18.0228 17.0228 22.5 11.5 22.5C5.97715 22.5 1.5 18.0228 1.5 12.5C1.5 6.97715 5.97715 2.5 11.5 2.5C12.6688 2.5 13.7907 2.70051 14.8333 3.06902%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 9C19.5 10.3807 18.3807 11.5 17 11.5C15.6193 11.5 14.5 10.3807 14.5 9C14.5 7.61929 15.6193 6.5 17 6.5C18.3807 6.5 19.5 7.61929 19.5 9ZM19.5 9V1.5C19.8333 2 20.1 4.1 22.5 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 12.5C13 11.6716 12.3284 11 11.5 11C10.6716 11 10 11.6716 10 12.5C10 13.3284 10.6716 14 11.5 14C12.3284 14 13 13.3284 13 12.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath id%3D%22clip0_384_4352%22%3E%0A%3Crect width%3D%2224%22 height%3D%2224%22 fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-media-icons-vynil-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 11L16.8284 9.17157C17.4065 8.59351 17.6955 8.30448 17.8478 7.93694C18 7.5694 18 7.16065 18 6.34315V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.1973 9C17.7078 9.88252 18 10.9071 18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C12.8922 6 13.7389 6.19474 14.5 6.54404%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13C9.3294 13.932 10.068 14.6706 11 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 11L16.8284 9.17157C17.4065 8.59351 17.6955 8.30448 17.8478 7.93694C18 7.5694 18 7.16065 18 6.34315V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.1973 9C17.7078 9.88252 18 10.9071 18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C12.8922 6 13.7389 6.19474 14.5 6.54404%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13C9.3294 13.932 10.068 14.6706 11 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-aids{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C9.92705 2 6.88247 2.5672 6.29 4.89186C5.7657 6.94903 5.88763 8.4198 7.1936 10.1667L14.8875 20.4583C15.6615 21.4936 16.0486 22.0113 16.5727 21.9998C17.0969 21.9883 17.4599 21.4542 18.186 20.3859L18.7147 19.608C19.6223 18.2725 20.0762 17.6047 19.9895 16.883C19.9029 16.1613 19.3034 15.6152 18.1043 14.523L6.79911 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2C14.0729 2 17.1175 2.5672 17.71 4.89186C18.2343 6.94903 18.1124 8.4198 16.8064 10.1667L15.4358 12M17.2009 4L12 8.84105M12 16.5959L9.11248 20.4583C8.33845 21.4936 7.95143 22.0113 7.42726 21.9998C6.90309 21.9883 6.54007 21.4542 5.81402 20.3859L5.28533 19.608C4.37768 18.2725 3.92383 17.6047 4.01046 16.883C4.09709 16.1613 4.69663 15.6152 5.89571 14.523L8.60624 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C9.92705 2 6.88247 2.5672 6.29 4.89186C5.7657 6.94903 5.88763 8.4198 7.1936 10.1667L14.8875 20.4583C15.6615 21.4936 16.0486 22.0113 16.5727 21.9998C17.0969 21.9883 17.4599 21.4542 18.186 20.3859L18.7147 19.608C19.6223 18.2725 20.0762 17.6047 19.9895 16.883C19.9029 16.1613 19.3034 15.6152 18.1043 14.523L6.79911 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2C14.0729 2 17.1175 2.5672 17.71 4.89186C18.2343 6.94903 18.1124 8.4198 16.8064 10.1667L15.4358 12M17.2009 4L12 8.84105M12 16.5959L9.11248 20.4583C8.33845 21.4936 7.95143 22.0113 7.42726 21.9998C6.90309 21.9883 6.54007 21.4542 5.81402 20.3859L5.28533 19.608C4.37768 18.2725 3.92383 17.6047 4.01046 16.883C4.09709 16.1613 4.69663 15.6152 5.89571 14.523L8.60624 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-ampoule{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.44572 2.99906C5.12985 5.87904 3.57993 7.06862 4.93752 9.6052C5.02451 9.76774 5.06801 9.84901 5.08406 9.88583C5.26967 10.3116 5.19094 10.6954 4.8527 11.0137C4.82345 11.0412 4.77395 11.0808 4.67498 11.16C4.50514 11.2959 4.42021 11.3638 4.34268 11.4327C3.54255 12.1439 3.06086 13.1461 3.00538 14.2152C3 14.3188 3 14.4275 3 14.645V18.5C3 19.9045 3 20.6067 3.33706 21.1111C3.48298 21.3295 3.67048 21.517 3.88886 21.6629C4.39331 22 5.09554 22 6.5 22C7.90446 22 8.60669 22 9.11114 21.6629C9.32952 21.517 9.51702 21.3295 9.66294 21.1111C10 20.6067 10 19.9045 10 18.5V14.645C10 14.4275 10 14.3188 9.99462 14.2152C9.93913 13.1461 9.45745 12.1439 8.65732 11.4327C8.57978 11.3638 8.49486 11.2959 8.32502 11.16C8.22604 11.0808 8.17655 11.0412 8.1473 11.0137C7.80905 10.6954 7.73032 10.3116 7.91593 9.88584C7.93198 9.84902 7.97548 9.76774 8.06248 9.60519C9.42003 7.06859 7.86981 5.87902 7.55369 2.99897C7.49343 2.44999 7.05198 2 6.49971 2C5.9474 2 5.50594 2.45004 5.44572 2.99906Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.4457 2.99906C16.1298 5.87904 14.5799 7.06862 15.9375 9.6052C16.0245 9.76774 16.068 9.84901 16.0841 9.88583C16.2697 10.3116 16.1909 10.6954 15.8527 11.0137C15.8234 11.0412 15.774 11.0808 15.675 11.16C15.5051 11.2959 15.4202 11.3638 15.3427 11.4327C14.5425 12.1439 14.0609 13.1461 14.0054 14.2152C14 14.3188 14 14.4275 14 14.645V18.5C14 19.9045 14 20.6067 14.3371 21.1111C14.483 21.3295 14.6705 21.517 14.8889 21.6629C15.3933 22 16.0955 22 17.5 22C18.9045 22 19.6067 22 20.1111 21.6629C20.3295 21.517 20.517 21.3295 20.6629 21.1111C21 20.6067 21 19.9045 21 18.5V14.645C21 14.4275 21 14.3188 20.9946 14.2152C20.9391 13.1461 20.4574 12.1439 19.6573 11.4327C19.5798 11.3638 19.4949 11.2959 19.325 11.16C19.226 11.0808 19.1765 11.0412 19.1473 11.0137C18.8091 10.6954 18.7303 10.3116 18.9159 9.88584C18.932 9.84902 18.9755 9.76774 19.0625 9.60519C20.42 7.06859 18.8698 5.87902 18.5537 2.99897C18.4934 2.44999 18.052 2 17.4997 2C16.9474 2 16.5059 2.45004 16.4457 2.99906Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.44572 2.99906C5.12985 5.87904 3.57993 7.06862 4.93752 9.6052C5.02451 9.76774 5.06801 9.84901 5.08406 9.88583C5.26967 10.3116 5.19094 10.6954 4.8527 11.0137C4.82345 11.0412 4.77395 11.0808 4.67498 11.16C4.50514 11.2959 4.42021 11.3638 4.34268 11.4327C3.54255 12.1439 3.06086 13.1461 3.00538 14.2152C3 14.3188 3 14.4275 3 14.645V18.5C3 19.9045 3 20.6067 3.33706 21.1111C3.48298 21.3295 3.67048 21.517 3.88886 21.6629C4.39331 22 5.09554 22 6.5 22C7.90446 22 8.60669 22 9.11114 21.6629C9.32952 21.517 9.51702 21.3295 9.66294 21.1111C10 20.6067 10 19.9045 10 18.5V14.645C10 14.4275 10 14.3188 9.99462 14.2152C9.93913 13.1461 9.45745 12.1439 8.65732 11.4327C8.57978 11.3638 8.49486 11.2959 8.32502 11.16C8.22604 11.0808 8.17655 11.0412 8.1473 11.0137C7.80905 10.6954 7.73032 10.3116 7.91593 9.88584C7.93198 9.84902 7.97548 9.76774 8.06248 9.60519C9.42003 7.06859 7.86981 5.87902 7.55369 2.99897C7.49343 2.44999 7.05198 2 6.49971 2C5.9474 2 5.50594 2.45004 5.44572 2.99906Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.4457 2.99906C16.1298 5.87904 14.5799 7.06862 15.9375 9.6052C16.0245 9.76774 16.068 9.84901 16.0841 9.88583C16.2697 10.3116 16.1909 10.6954 15.8527 11.0137C15.8234 11.0412 15.774 11.0808 15.675 11.16C15.5051 11.2959 15.4202 11.3638 15.3427 11.4327C14.5425 12.1439 14.0609 13.1461 14.0054 14.2152C14 14.3188 14 14.4275 14 14.645V18.5C14 19.9045 14 20.6067 14.3371 21.1111C14.483 21.3295 14.6705 21.517 14.8889 21.6629C15.3933 22 16.0955 22 17.5 22C18.9045 22 19.6067 22 20.1111 21.6629C20.3295 21.517 20.517 21.3295 20.6629 21.1111C21 20.6067 21 19.9045 21 18.5V14.645C21 14.4275 21 14.3188 20.9946 14.2152C20.9391 13.1461 20.4574 12.1439 19.6573 11.4327C19.5798 11.3638 19.4949 11.2959 19.325 11.16C19.226 11.0808 19.1765 11.0412 19.1473 11.0137C18.8091 10.6954 18.7303 10.3116 18.9159 9.88584C18.932 9.84902 18.9755 9.76774 19.0625 9.60519C20.42 7.06859 18.8698 5.87902 18.5537 2.99897C18.4934 2.44999 18.052 2 17.4997 2C16.9474 2 16.5059 2.45004 16.4457 2.99906Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 16H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-bandage{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9525 4.84083C15.1797 3.61361 15.7933 3 16.5558 3C17.3183 3 17.9319 3.61361 19.1592 4.84083C20.3864 6.06806 21 6.68167 21 7.44417C21 8.20667 20.3864 8.82028 19.1592 10.0475M10.0475 19.1592C8.82028 20.3864 8.20667 21 7.44417 21C6.68167 21 6.06806 20.3864 4.84084 19.1592C3.61361 17.9319 3 17.3183 3 16.5558C3 15.7933 3.61361 15.1797 4.84084 13.9525%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.79333 12L4.84084 10.0475C3.61361 8.82028 3 8.20667 3 7.44417C3 6.68167 3.61361 6.06806 4.84084 4.84083C6.06806 3.61361 6.68167 3 7.44417 3C8.20667 3 8.82028 3.61361 10.0475 4.84083L12 6.79333M6.79333 12L12 6.79333M6.79333 12L12 17.2067M12 6.79333L17.2067 12M17.2067 12L19.1592 13.9525C20.3864 15.1797 21 15.7933 21 16.5558C21 17.3183 20.3864 17.9319 19.1592 19.1592C17.9319 20.3864 17.3183 21 16.5558 21C15.7933 21 15.1797 20.3864 13.9525 19.1592L12 17.2067M17.2067 12L12 17.2067%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9525 4.84083C15.1797 3.61361 15.7933 3 16.5558 3C17.3183 3 17.9319 3.61361 19.1592 4.84083C20.3864 6.06806 21 6.68167 21 7.44417C21 8.20667 20.3864 8.82028 19.1592 10.0475M10.0475 19.1592C8.82028 20.3864 8.20667 21 7.44417 21C6.68167 21 6.06806 20.3864 4.84084 19.1592C3.61361 17.9319 3 17.3183 3 16.5558C3 15.7933 3.61361 15.1797 4.84084 13.9525%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.79333 12L4.84084 10.0475C3.61361 8.82028 3 8.20667 3 7.44417C3 6.68167 3.61361 6.06806 4.84084 4.84083C6.06806 3.61361 6.68167 3 7.44417 3C8.20667 3 8.82028 3.61361 10.0475 4.84083L12 6.79333M6.79333 12L12 6.79333M6.79333 12L12 17.2067M12 6.79333L17.2067 12M17.2067 12L19.1592 13.9525C20.3864 15.1797 21 15.7933 21 16.5558C21 17.3183 20.3864 17.9319 19.1592 19.1592C17.9319 20.3864 17.3183 21 16.5558 21C15.7933 21 15.1797 20.3864 13.9525 19.1592L12 17.2067M17.2067 12L12 17.2067%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-blood-bag{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 7.37225C13 3.24278 11.5 10.0046 19 7.37228%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 9C5 6.19108 5 4.78661 5.67412 3.77772C5.96596 3.34096 6.34096 2.96596 6.77772 2.67412C7.78661 2 9.19108 2 12 2C14.8089 2 16.2134 2 17.2223 2.67412C17.659 2.96596 18.034 3.34096 18.3259 3.77772C19 4.78661 19 6.19108 19 9V11C19 13.8089 19 15.2134 18.3259 16.2223C18.034 16.659 17.659 17.034 17.2223 17.3259C16.2134 18 14.8089 18 12 18C9.19108 18 7.78661 18 6.77772 17.3259C6.34096 17.034 5.96596 16.659 5.67412 16.2223C5 15.2134 5 13.8089 5 11V9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0142 10L10.5736 11.4876C9.79996 12.3003 9.81331 13.6088 10.587 14.4077C11.3739 15.2066 12.6411 15.1928 13.4148 14.3939C14.2017 13.5812 14.1884 12.2727 13.4148 11.4738L12.0142 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 22C10.2091 22 12 20.2091 12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 7.37225C13 3.24278 11.5 10.0046 19 7.37228%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 9C5 6.19108 5 4.78661 5.67412 3.77772C5.96596 3.34096 6.34096 2.96596 6.77772 2.67412C7.78661 2 9.19108 2 12 2C14.8089 2 16.2134 2 17.2223 2.67412C17.659 2.96596 18.034 3.34096 18.3259 3.77772C19 4.78661 19 6.19108 19 9V11C19 13.8089 19 15.2134 18.3259 16.2223C18.034 16.659 17.659 17.034 17.2223 17.3259C16.2134 18 14.8089 18 12 18C9.19108 18 7.78661 18 6.77772 17.3259C6.34096 17.034 5.96596 16.659 5.67412 16.2223C5 15.2134 5 13.8089 5 11V9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0142 10L10.5736 11.4876C9.79996 12.3003 9.81331 13.6088 10.587 14.4077C11.3739 15.2066 12.6411 15.1928 13.4148 14.3939C14.2017 13.5812 14.1884 12.2727 13.4148 11.4738L12.0142 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 22C10.2091 22 12 20.2091 12 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-blood-bottle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 2H9C6.64298 2 5.46447 2 4.73223 2.73223C4 3.46447 4 4.64298 4 7V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11.125C8 8.66719 8 7.43829 8.57782 6.5555C8.82796 6.17334 9.14939 5.84521 9.52376 5.58986C10.3885 5 11.5924 5 14 5C16.4076 5 17.6115 5 18.4762 5.58986C18.8506 5.84521 19.172 6.17334 19.4222 6.5555C20 7.43829 20 8.66719 20 11.125V12.875C20 15.3328 20 16.5617 19.4222 17.4445C19.172 17.8267 18.8506 18.1548 18.4762 18.4101C17.6115 19 16.4076 19 14 19C11.5924 19 10.3885 19 9.52376 18.4101C9.14939 18.1548 8.82796 17.8267 8.57782 17.4445C8 16.5617 8 15.3328 8 12.875V11.125Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10.3722C14.8571 6.24278 13.5714 13.0046 20 10.3723%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22C12.6569 22 14 20.6569 14 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 5V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 2H9C6.64298 2 5.46447 2 4.73223 2.73223C4 3.46447 4 4.64298 4 7V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11.125C8 8.66719 8 7.43829 8.57782 6.5555C8.82796 6.17334 9.14939 5.84521 9.52376 5.58986C10.3885 5 11.5924 5 14 5C16.4076 5 17.6115 5 18.4762 5.58986C18.8506 5.84521 19.172 6.17334 19.4222 6.5555C20 7.43829 20 8.66719 20 11.125V12.875C20 15.3328 20 16.5617 19.4222 17.4445C19.172 17.8267 18.8506 18.1548 18.4762 18.4101C17.6115 19 16.4076 19 14 19C11.5924 19 10.3885 19 9.52376 18.4101C9.14939 18.1548 8.82796 17.8267 8.57782 17.4445C8 16.5617 8 15.3328 8 12.875V11.125Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10.3722C14.8571 6.24278 13.5714 13.0046 20 10.3723%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22C12.6569 22 14 20.6569 14 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-blood-pressure{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 13H9.80031C10.4304 13 10.7454 13 10.9985 13.1493C11.2517 13.2987 11.3926 13.5677 11.6743 14.1056L13.1905 17L15.2857 11L16.8018 13.8944C17.0836 14.4323 17.2245 14.7013 17.4777 14.8507C17.7308 15 18.0458 15 18.6759 15H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 12C19.732 8.4154 16.7237 5.03871 14.5241 2.97222C13.1443 1.67593 11.04 1.67593 9.66019 2.97222C7.11961 5.35907 3.5 9.49387 3.5 13.678C3.5 17.7804 6.75366 22 12.0921 22C15.4851 22 18.0359 20.2955 19.4444 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 13H9.80031C10.4304 13 10.7454 13 10.9985 13.1493C11.2517 13.2987 11.3926 13.5677 11.6743 14.1056L13.1905 17L15.2857 11L16.8018 13.8944C17.0836 14.4323 17.2245 14.7013 17.4777 14.8507C17.7308 15 18.0458 15 18.6759 15H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 12C19.732 8.4154 16.7237 5.03871 14.5241 2.97222C13.1443 1.67593 11.04 1.67593 9.66019 2.97222C7.11961 5.35907 3.5 9.49387 3.5 13.678C3.5 17.7804 6.75366 22 12.0921 22C15.4851 22 18.0359 20.2955 19.4444 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-blood-type{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13.678C3.5 9.49387 7.08079 5.35907 9.59413 2.97222C10.9591 1.67593 13.0409 1.67593 14.4059 2.97222C16.9192 5.35907 20.5 9.49387 20.5 13.678C20.5 17.7804 17.2812 22 12 22C6.71878 22 3.5 17.7804 3.5 13.678Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 15C9 15 9.3648 14.2616 9.84 13.3029M15 15C15 15 14.6352 14.2616 14.16 13.3029M9.84 13.3029C10.7194 11.5287 11.9768 9 12 9C12.0232 9 13.2806 11.5287 14.16 13.3029M9.84 13.3029H14.16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13.678C3.5 9.49387 7.08079 5.35907 9.59413 2.97222C10.9591 1.67593 13.0409 1.67593 14.4059 2.97222C16.9192 5.35907 20.5 9.49387 20.5 13.678C20.5 17.7804 17.2812 22 12 22C6.71878 22 3.5 17.7804 3.5 13.678Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 15C9 15 9.3648 14.2616 9.84 13.3029M15 15C15 15 14.6352 14.2616 14.16 13.3029M9.84 13.3029C10.7194 11.5287 11.9768 9 12 9C12.0232 9 13.2806 11.5287 14.16 13.3029M9.84 13.3029H14.16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-blood{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 15.5C3.28795 14.6166 2 12.4328 2 10.1746C2 7.24571 4.31698 4.35135 5.94326 2.68056C6.82649 1.77315 8.17351 1.77315 9.05674 2.68056C9.54874 3.18602 9.96485 3.80348 10.5 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14.9263C8 11.3698 10.9489 7.85521 13.0187 5.82639C14.1428 4.72454 15.8572 4.72454 16.9813 5.82639C19.0511 7.85521 22 11.3698 22 14.9263C22 18.4134 19.3492 22 15 22C10.6508 22 8 18.4134 8 14.9263Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.5 15.5C18.5 17.7091 17 18.5 15.5 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.5 15.5C3.28795 14.6166 2 12.4328 2 10.1746C2 7.24571 4.31698 4.35135 5.94326 2.68056C6.82649 1.77315 8.17351 1.77315 9.05674 2.68056C9.54874 3.18602 9.96485 3.80348 10.5 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14.9263C8 11.3698 10.9489 7.85521 13.0187 5.82639C14.1428 4.72454 15.8572 4.72454 16.9813 5.82639C19.0511 7.85521 22 11.3698 22 14.9263C22 18.4134 19.3492 22 15 22C10.6508 22 8 18.4134 8 14.9263Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.5 15.5C18.5 17.7091 17 18.5 15.5 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-bone-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3997 5.83806C17.8288 5.40901 18.3665 5.15489 18.9243 5.07568M18.9243 5.07568C19.7347 4.96061 20.5874 5.21474 21.2107 5.83806C22.2631 6.89044 22.2631 8.59667 21.2107 9.64905C20.3628 10.497 19.0904 10.6617 18.0775 10.1432C17.6635 9.93132 17.1331 9.91564 16.8043 10.2445L10.2445 16.8043C9.91564 17.1331 9.93132 17.6635 10.1432 18.0775C10.6617 19.0904 10.497 20.3628 9.64904 21.2107C8.59667 22.2631 6.89044 22.2631 5.83806 21.2107C5.21474 20.5874 4.96061 19.7347 5.07568 18.9243M18.9243 5.07568C19.0394 4.26531 18.7853 3.41261 18.1619 2.78928C17.1096 1.73691 15.4033 1.73691 14.351 2.78928C13.503 3.6372 13.3383 4.90961 13.8568 5.92247C14.0687 6.33646 14.0844 6.86686 13.7555 7.19572L7.19572 13.7555C6.86686 14.0844 6.33646 14.0687 5.92247 13.8568C4.90961 13.3383 3.6372 13.503 2.78928 14.351C1.73691 15.4033 1.73691 17.1096 2.78928 18.1619C3.4126 18.7853 4.26532 19.0394 5.07568 18.9243M6.60026 18.1619C6.17121 18.591 5.63348 18.8451 5.07568 18.9243%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.3997 5.83806C17.8288 5.40901 18.3665 5.15489 18.9243 5.07568M18.9243 5.07568C19.7347 4.96061 20.5874 5.21474 21.2107 5.83806C22.2631 6.89044 22.2631 8.59667 21.2107 9.64905C20.3628 10.497 19.0904 10.6617 18.0775 10.1432C17.6635 9.93132 17.1331 9.91564 16.8043 10.2445L10.2445 16.8043C9.91564 17.1331 9.93132 17.6635 10.1432 18.0775C10.6617 19.0904 10.497 20.3628 9.64904 21.2107C8.59667 22.2631 6.89044 22.2631 5.83806 21.2107C5.21474 20.5874 4.96061 19.7347 5.07568 18.9243M18.9243 5.07568C19.0394 4.26531 18.7853 3.41261 18.1619 2.78928C17.1096 1.73691 15.4033 1.73691 14.351 2.78928C13.503 3.6372 13.3383 4.90961 13.8568 5.92247C14.0687 6.33646 14.0844 6.86686 13.7555 7.19572L7.19572 13.7555C6.86686 14.0844 6.33646 14.0687 5.92247 13.8568C4.90961 13.3383 3.6372 13.503 2.78928 14.351C1.73691 15.4033 1.73691 17.1096 2.78928 18.1619C3.4126 18.7853 4.26532 19.0394 5.07568 18.9243M6.60026 18.1619C6.17121 18.591 5.63348 18.8451 5.07568 18.9243%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-bone-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.85977 14.4543C9.24591 14.0681 9.72987 13.8394 10.2319 13.7681M10.2319 13.7681C10.9612 13.6646 11.7287 13.8933 12.2896 14.4543C13.2368 15.4014 13.2368 16.937 12.2896 17.8841C11.537 18.6368 10.4127 18.7913 9.50745 18.3478C9.11069 18.1534 8.6065 18.1374 8.29408 18.4498L4.74391 22M10.2319 13.7681C10.2319 13.768 10.2319 13.7682 10.2319 13.7681ZM10.2319 13.7681C10.3354 13.0388 10.1067 12.2713 9.54574 11.7104C8.59861 10.7632 7.06299 10.7632 6.11586 11.7104C5.3632 12.463 5.20866 13.5873 5.65222 14.4925C5.84662 14.8893 5.86259 15.3935 5.55017 15.7059L2 19.2561%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.1402 9.54574C14.7541 9.93189 14.2701 10.1606 13.7681 10.2319M13.7681 10.2319C13.0388 10.3354 12.2713 10.1067 11.7104 9.54574C10.7632 8.59861 10.7632 7.063 11.7104 6.11586C12.463 5.3632 13.5873 5.20866 14.4925 5.65222C14.8893 5.84662 15.3935 5.86259 15.7059 5.55017L19.2561 2M13.7681 10.2319C13.6646 10.9612 13.8933 11.7287 14.4543 12.2896C15.4014 13.2368 16.937 13.2368 17.8841 12.2896C18.6368 11.537 18.7913 10.4127 18.3478 9.50745C18.1534 9.11069 18.1374 8.6065 18.4498 8.29408L22 4.74391%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 18V20M18 16H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6V4M6 8H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.85977 14.4543C9.24591 14.0681 9.72987 13.8394 10.2319 13.7681M10.2319 13.7681C10.9612 13.6646 11.7287 13.8933 12.2896 14.4543C13.2368 15.4014 13.2368 16.937 12.2896 17.8841C11.537 18.6368 10.4127 18.7913 9.50745 18.3478C9.11069 18.1534 8.6065 18.1374 8.29408 18.4498L4.74391 22M10.2319 13.7681C10.2319 13.768 10.2319 13.7682 10.2319 13.7681ZM10.2319 13.7681C10.3354 13.0388 10.1067 12.2713 9.54574 11.7104C8.59861 10.7632 7.06299 10.7632 6.11586 11.7104C5.3632 12.463 5.20866 13.5873 5.65222 14.4925C5.84662 14.8893 5.86259 15.3935 5.55017 15.7059L2 19.2561%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.1402 9.54574C14.7541 9.93189 14.2701 10.1606 13.7681 10.2319M13.7681 10.2319C13.0388 10.3354 12.2713 10.1067 11.7104 9.54574C10.7632 8.59861 10.7632 7.063 11.7104 6.11586C12.463 5.3632 13.5873 5.20866 14.4925 5.65222C14.8893 5.84662 15.3935 5.86259 15.7059 5.55017L19.2561 2M13.7681 10.2319C13.6646 10.9612 13.8933 11.7287 14.4543 12.2896C15.4014 13.2368 16.937 13.2368 17.8841 12.2896C18.6368 11.537 18.7913 10.4127 18.3478 9.50745C18.1534 9.11069 18.1374 8.6065 18.4498 8.29408L22 4.74391%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 18V20M18 16H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6V4M6 8H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-brain-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1449 5.20762C14.5031 4.46785 13.5562 4 12.5 4C11.0033 4 9.72595 4.93951 9.22564 6.26097C8.85144 6.09327 8.43661 6 8 6C6.34315 6 5 7.34315 5 9C5 9.01673 5.00014 9.03343 5.00041 9.05009M15.1449 5.20762C15.5725 5.07274 16.0278 5 16.5 5C18.9853 5 21 7.01472 21 9.5C21 10.1296 20.8707 10.729 20.6372 11.273M15.1449 5.20762C13.7981 5.63239 12.7249 6.67345 12.2561 8C12.1435 8.31841 12.0658 8.65327 12.0275 9M9.05001 14C9.28164 15.1411 10.2905 16 11.5 16C11.7548 16 11.8823 16 11.9998 16.014C12.5855 16.0835 13.1107 16.4081 13.4348 16.9009C13.4999 16.9997 13.5569 17.1137 13.6708 17.3416L15 20M9.05001 14C9.01722 13.8384 9 13.6712 9 13.5C9 12.6822 9.39267 11.9561 9.99976 11.5M9.05001 14H4.5C3.11929 14 2 12.8807 2 11.5C2 10.1193 3.11929 9 4.5 9C4.67138 9 4.83873 9.01724 5.00041 9.05009M20.6372 11.273C20.2961 11.0985 19.9095 11 19.5 11C18.2905 11 17.2816 11.8589 17.05 13M20.6372 11.273C21.4462 11.687 22 12.5288 22 13.5C22 14.8807 20.8807 16 19.5 16C18.2904 16 17.4531 17.2082 17.8778 18.3408L18.5 20M5.00041 9.05009C5.01267 9.7988 5.2992 10.4808 5.76389 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1449 5.20762C14.5031 4.46785 13.5562 4 12.5 4C11.0033 4 9.72595 4.93951 9.22564 6.26097C8.85144 6.09327 8.43661 6 8 6C6.34315 6 5 7.34315 5 9C5 9.01673 5.00014 9.03343 5.00041 9.05009M15.1449 5.20762C15.5725 5.07274 16.0278 5 16.5 5C18.9853 5 21 7.01472 21 9.5C21 10.1296 20.8707 10.729 20.6372 11.273M15.1449 5.20762C13.7981 5.63239 12.7249 6.67345 12.2561 8C12.1435 8.31841 12.0658 8.65327 12.0275 9M9.05001 14C9.28164 15.1411 10.2905 16 11.5 16C11.7548 16 11.8823 16 11.9998 16.014C12.5855 16.0835 13.1107 16.4081 13.4348 16.9009C13.4999 16.9997 13.5569 17.1137 13.6708 17.3416L15 20M9.05001 14C9.01722 13.8384 9 13.6712 9 13.5C9 12.6822 9.39267 11.9561 9.99976 11.5M9.05001 14H4.5C3.11929 14 2 12.8807 2 11.5C2 10.1193 3.11929 9 4.5 9C4.67138 9 4.83873 9.01724 5.00041 9.05009M20.6372 11.273C20.2961 11.0985 19.9095 11 19.5 11C18.2905 11 17.2816 11.8589 17.05 13M20.6372 11.273C21.4462 11.687 22 12.5288 22 13.5C22 14.8807 20.8807 16 19.5 16C18.2904 16 17.4531 17.2082 17.8778 18.3408L18.5 20M5.00041 9.05009C5.01267 9.7988 5.2992 10.4808 5.76389 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-brain-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.22222 21.9948V18.4451C4.22222 17.1737 3.88927 16.5128 3.23482 15.4078C2.4503 14.0833 2 12.5375 2 10.8866C2 5.97866 5.97969 2 10.8889 2C15.7981 2 19.7778 5.97866 19.7778 10.8866C19.7778 11.4663 19.7778 11.7562 19.802 11.9187C19.8598 12.3072 20.0411 12.6414 20.2194 12.9873L22 16.4407L20.6006 17.1402C20.195 17.3429 19.9923 17.4443 19.851 17.6314C19.7097 17.8184 19.67 18.0296 19.5904 18.4519L19.5826 18.4931C19.4004 19.4606 19.1993 20.5286 18.6329 21.2024C18.4329 21.4403 18.1853 21.6336 17.9059 21.7699C17.4447 21.9948 16.8777 21.9948 15.7437 21.9948C15.219 21.9948 14.6928 22.0069 14.1682 21.9942C12.9247 21.9639 12 20.9184 12 19.7044%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.388 10.5315C13.9617 10.5315 13.5729 10.3702 13.2784 10.1048M14.388 10.5315C14.388 11.6774 13.7241 12.7658 12.4461 12.7658C11.1681 12.7658 10.5043 13.8541 10.5043 15M14.388 10.5315C16.5373 10.5315 16.5373 7.18017 14.388 7.18017C14.1927 7.18017 14.0053 7.21403 13.8312 7.27624C13.9362 4.77819 10.3349 4.1 9.51923 6.44018M10.5043 8.29729C10.5043 7.52323 10.1133 6.8411 9.51923 6.44018M9.51923 6.44018C7.66742 5.19034 5.19883 7.4331 6.37324 9.43277C4.40226 9.72827 4.61299 12.7658 6.6205 12.7658C7.18344 12.7658 7.68111 12.4844 7.98234 12.0538%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.22222 21.9948V18.4451C4.22222 17.1737 3.88927 16.5128 3.23482 15.4078C2.4503 14.0833 2 12.5375 2 10.8866C2 5.97866 5.97969 2 10.8889 2C15.7981 2 19.7778 5.97866 19.7778 10.8866C19.7778 11.4663 19.7778 11.7562 19.802 11.9187C19.8598 12.3072 20.0411 12.6414 20.2194 12.9873L22 16.4407L20.6006 17.1402C20.195 17.3429 19.9923 17.4443 19.851 17.6314C19.7097 17.8184 19.67 18.0296 19.5904 18.4519L19.5826 18.4931C19.4004 19.4606 19.1993 20.5286 18.6329 21.2024C18.4329 21.4403 18.1853 21.6336 17.9059 21.7699C17.4447 21.9948 16.8777 21.9948 15.7437 21.9948C15.219 21.9948 14.6928 22.0069 14.1682 21.9942C12.9247 21.9639 12 20.9184 12 19.7044%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.388 10.5315C13.9617 10.5315 13.5729 10.3702 13.2784 10.1048M14.388 10.5315C14.388 11.6774 13.7241 12.7658 12.4461 12.7658C11.1681 12.7658 10.5043 13.8541 10.5043 15M14.388 10.5315C16.5373 10.5315 16.5373 7.18017 14.388 7.18017C14.1927 7.18017 14.0053 7.21403 13.8312 7.27624C13.9362 4.77819 10.3349 4.1 9.51923 6.44018M10.5043 8.29729C10.5043 7.52323 10.1133 6.8411 9.51923 6.44018M9.51923 6.44018C7.66742 5.19034 5.19883 7.4331 6.37324 9.43277C4.40226 9.72827 4.61299 12.7658 6.6205 12.7658C7.18344 12.7658 7.68111 12.4844 7.98234 12.0538%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-broken-bone{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.28266 19.233C6.11911 19.7294 5.81343 20.1328 5.43088 20.4088M5.43088 20.4088C4.87511 20.8099 4.15708 20.9424 3.47686 20.7015C2.32843 20.2948 1.72265 18.978 2.12382 17.7603C2.43197 16.8249 3.24462 16.2201 4.12541 16.1742C4.57355 16.1509 5.04512 15.9411 5.18553 15.5149L6.67292 11L8 13L10 12L8.49202 16.7315C8.36086 17.1431 8.59532 17.575 8.92471 17.8544C9.62114 18.4451 9.92359 19.4585 9.60974 20.4111C9.20857 21.6289 7.95237 22.2863 6.80394 21.8797C6.12372 21.6388 5.63387 21.0786 5.43088 20.4088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5436 5.32421C18.9979 5.07331 19.5019 4.98221 19.9822 5.03295M19.9822 5.03295C20.68 5.10666 21.3277 5.47972 21.7003 6.09705C22.3294 7.13929 21.936 8.48309 20.8216 9.0985C19.9517 9.57893 18.8996 9.47344 18.1806 8.90821C17.8388 8.63947 17.3635 8.49844 16.9863 8.7147L13 11V9L11 7.98057L15.1147 5.70815C15.512 5.48872 15.628 4.97807 15.5636 4.52878C15.4401 3.66842 15.8707 2.77446 16.7211 2.30477C17.8355 1.68936 19.2488 2.03537 19.8778 3.07761C20.2504 3.69494 20.2643 4.41805 19.9822 5.03295Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8L5 8M9 6L9 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16L13 18M15 14L17 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.28266 19.233C6.11911 19.7294 5.81343 20.1328 5.43088 20.4088M5.43088 20.4088C4.87511 20.8099 4.15708 20.9424 3.47686 20.7015C2.32843 20.2948 1.72265 18.978 2.12382 17.7603C2.43197 16.8249 3.24462 16.2201 4.12541 16.1742C4.57355 16.1509 5.04512 15.9411 5.18553 15.5149L6.67292 11L8 13L10 12L8.49202 16.7315C8.36086 17.1431 8.59532 17.575 8.92471 17.8544C9.62114 18.4451 9.92359 19.4585 9.60974 20.4111C9.20857 21.6289 7.95237 22.2863 6.80394 21.8797C6.12372 21.6388 5.63387 21.0786 5.43088 20.4088Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5436 5.32421C18.9979 5.07331 19.5019 4.98221 19.9822 5.03295M19.9822 5.03295C20.68 5.10666 21.3277 5.47972 21.7003 6.09705C22.3294 7.13929 21.936 8.48309 20.8216 9.0985C19.9517 9.57893 18.8996 9.47344 18.1806 8.90821C17.8388 8.63947 17.3635 8.49844 16.9863 8.7147L13 11V9L11 7.98057L15.1147 5.70815C15.512 5.48872 15.628 4.97807 15.5636 4.52878C15.4401 3.66842 15.8707 2.77446 16.7211 2.30477C17.8355 1.68936 19.2488 2.03537 19.8778 3.07761C20.2504 3.69494 20.2643 4.41805 19.9822 5.03295Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8L5 8M9 6L9 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16L13 18M15 14L17 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-caduceus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 3.5C13.5 4.32843 12.8284 5 12 5C11.1716 5 10.5 4.32843 10.5 3.5C10.5 2.67157 11.1716 2 12 2C12.8284 2 13.5 2.67157 13.5 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 17.5C16 16.6716 14.2091 16 12 16C9.79086 16 8 16.6716 8 17.5C8 18.3284 9.79086 19 12 19C13.6569 19 15 19.6716 15 20.5C15 21.3284 13.6569 22 12 22C10.7151 22 9.61891 21.5961 9.19145 21.0284%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.79608 11.949C4.78062 13.6542 2.83394 10.7419 2 8.72618C2.88295 8.72618 4.7205 8.1724 6.42898 6.22663C7.175 5.377 7.54801 4.95218 7.75824 5.00428C7.96847 5.05638 8.25712 5.69208 8.83442 6.9635C9.72693 8.92909 11.0673 9.96187 12 10.3376C9.6 14.205 7.53072 13.0233 6.79608 11.949ZM6.79608 11.949C7.09111 11.6994 7.38762 11.3509 7.68232 10.8861%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2039 11.949C19.2194 13.6542 21.1661 10.7419 22 8.72618C21.1171 8.72618 19.2795 8.1724 17.571 6.22663C16.825 5.377 16.452 4.95218 16.2418 5.00428C16.0315 5.05638 15.7429 5.69208 15.1656 6.9635C14.2731 8.92909 12.9327 9.96187 12 10.3376C14.4 14.205 16.4693 13.0233 17.2039 11.949ZM17.2039 11.949C16.9089 11.6994 16.6124 11.3509 16.3177 10.8861%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 3.5C13.5 4.32843 12.8284 5 12 5C11.1716 5 10.5 4.32843 10.5 3.5C10.5 2.67157 11.1716 2 12 2C12.8284 2 13.5 2.67157 13.5 3.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 17.5C16 16.6716 14.2091 16 12 16C9.79086 16 8 16.6716 8 17.5C8 18.3284 9.79086 19 12 19C13.6569 19 15 19.6716 15 20.5C15 21.3284 13.6569 22 12 22C10.7151 22 9.61891 21.5961 9.19145 21.0284%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.79608 11.949C4.78062 13.6542 2.83394 10.7419 2 8.72618C2.88295 8.72618 4.7205 8.1724 6.42898 6.22663C7.175 5.377 7.54801 4.95218 7.75824 5.00428C7.96847 5.05638 8.25712 5.69208 8.83442 6.9635C9.72693 8.92909 11.0673 9.96187 12 10.3376C9.6 14.205 7.53072 13.0233 6.79608 11.949ZM6.79608 11.949C7.09111 11.6994 7.38762 11.3509 7.68232 10.8861%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2039 11.949C19.2194 13.6542 21.1661 10.7419 22 8.72618C21.1171 8.72618 19.2795 8.1724 17.571 6.22663C16.825 5.377 16.452 4.95218 16.2418 5.00428C16.0315 5.05638 15.7429 5.69208 15.1656 6.9635C14.2731 8.92909 12.9327 9.96187 12 10.3376C14.4 14.205 16.4693 13.0233 17.2039 11.949ZM17.2039 11.949C16.9089 11.6994 16.6124 11.3509 16.3177 10.8861%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-cardiogram-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 21.5C7.25027 21.5 5.3754 21.5 4.06107 20.492C3.6366 20.1665 3.26331 19.7725 2.95492 19.3244C2 17.9371 2 15.9581 2 12C2 8.04195 2 6.06292 2.95491 4.67558C3.26331 4.22752 3.6366 3.8335 4.06107 3.50797C5.3754 2.5 7.25027 2.5 11 2.5L13 2.5C16.7497 2.5 18.6246 2.5 19.9389 3.50797C20.3634 3.8335 20.7367 4.22752 21.0451 4.67558C22 6.06292 22 8.04195 22 12C22 15.9581 22 17.9371 21.0451 19.3244C20.7367 19.7725 20.3634 20.1665 19.9389 20.492C18.6246 21.5 16.7497 21.5 13 21.5H11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 15H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00896 18H7H7.00896Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 18H10.991H11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.00896 18H7M11 18H10.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10.2C16.5447 10.2 16.0655 10.2282 15.6569 9.97709C15.5011 9.88138 15.3977 9.74907 15.191 9.48446L13.25 7L10.75 11L8.94338 9.26564C8.68722 9.01973 8.43747 8.77042 8.09845 8.67176C7.85189 8.6 7.56792 8.6 7 8.6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 21.5C7.25027 21.5 5.3754 21.5 4.06107 20.492C3.6366 20.1665 3.26331 19.7725 2.95492 19.3244C2 17.9371 2 15.9581 2 12C2 8.04195 2 6.06292 2.95491 4.67558C3.26331 4.22752 3.6366 3.8335 4.06107 3.50797C5.3754 2.5 7.25027 2.5 11 2.5L13 2.5C16.7497 2.5 18.6246 2.5 19.9389 3.50797C20.3634 3.8335 20.7367 4.22752 21.0451 4.67558C22 6.06292 22 8.04195 22 12C22 15.9581 22 17.9371 21.0451 19.3244C20.7367 19.7725 20.3634 20.1665 19.9389 20.492C18.6246 21.5 16.7497 21.5 13 21.5H11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 15H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.00896 18H7H7.00896Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 18H10.991H11Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.00896 18H7M11 18H10.991%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10.2C16.5447 10.2 16.0655 10.2282 15.6569 9.97709C15.5011 9.88138 15.3977 9.74907 15.191 9.48446L13.25 7L10.75 11L8.94338 9.26564C8.68722 9.01973 8.43747 8.77042 8.09845 8.67176C7.85189 8.6 7.56792 8.6 7 8.6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-cardiogram-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4626 3.99352C16.7809 2.3486 14.4404 3.01148 13.0344 4.06738C12.4578 4.50033 12.1696 4.7168 12 4.7168C11.8304 4.7168 11.5422 4.50033 10.9656 4.06738C9.55962 3.01148 7.21909 2.3486 4.53744 3.99352C1.01807 6.1523 0.221719 13.2742 8.33953 19.2827C9.88572 20.4272 10.6588 20.9994 12 20.9994C13.3412 20.9994 14.1143 20.4272 15.6605 19.2827C23.7783 13.2742 22.9819 6.1523 19.4626 3.99352Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13H15C14.5447 13 14.0655 13.0352 13.6569 12.7214C13.5011 12.6017 13.3977 12.4363 13.191 12.1056L11.5 9L8.5 14L6.94338 11.8321C6.68722 11.5247 6.43747 11.213 6.09845 11.0897C5.85189 11 5.56792 11 5 11H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4626 3.99352C16.7809 2.3486 14.4404 3.01148 13.0344 4.06738C12.4578 4.50033 12.1696 4.7168 12 4.7168C11.8304 4.7168 11.5422 4.50033 10.9656 4.06738C9.55962 3.01148 7.21909 2.3486 4.53744 3.99352C1.01807 6.1523 0.221719 13.2742 8.33953 19.2827C9.88572 20.4272 10.6588 20.9994 12 20.9994C13.3412 20.9994 14.1143 20.4272 15.6605 19.2827C23.7783 13.2742 22.9819 6.1523 19.4626 3.99352Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13H15C14.5447 13 14.0655 13.0352 13.6569 12.7214C13.5011 12.6017 13.3977 12.4363 13.191 12.1056L11.5 9L8.5 14L6.94338 11.8321C6.68722 11.5247 6.43747 11.213 6.09845 11.0897C5.85189 11 5.56792 11 5 11H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-clinic{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.35139 13.2135C1.99837 10.9162 1.82186 9.76763 2.25617 8.74938C2.69047 7.73112 3.65403 7.03443 5.58114 5.64106L7.02099 4.6C9.41829 2.86667 10.6169 2 12 2C13.3831 2 14.5817 2.86667 16.979 4.6L18.4189 5.64106C20.346 7.03443 21.3095 7.73112 21.7438 8.74938C22.1781 9.76763 22.0016 10.9162 21.6486 13.2135L21.3476 15.1724C20.8471 18.4289 20.5969 20.0572 19.429 21.0286C18.2611 22 16.5537 22 13.1388 22H10.8612C7.44633 22 5.73891 22 4.571 21.0286C3.40309 20.0572 3.15287 18.4289 2.65243 15.1724L2.35139 13.2135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10V16M9 13L15 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.35139 13.2135C1.99837 10.9162 1.82186 9.76763 2.25617 8.74938C2.69047 7.73112 3.65403 7.03443 5.58114 5.64106L7.02099 4.6C9.41829 2.86667 10.6169 2 12 2C13.3831 2 14.5817 2.86667 16.979 4.6L18.4189 5.64106C20.346 7.03443 21.3095 7.73112 21.7438 8.74938C22.1781 9.76763 22.0016 10.9162 21.6486 13.2135L21.3476 15.1724C20.8471 18.4289 20.5969 20.0572 19.429 21.0286C18.2611 22 16.5537 22 13.1388 22H10.8612C7.44633 22 5.73891 22 4.571 21.0286C3.40309 20.0572 3.15287 18.4289 2.65243 15.1724L2.35139 13.2135Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10V16M9 13L15 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-covid-info{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5269 15.0816C18.5281 12.0136 17.8948 8.61324 16.0422 7.51869C14.5897 6.66047 13.3219 7.00632 12.5603 7.55723C12.248 7.78311 12.0919 7.89605 12 7.89605C11.9081 7.89605 11.752 7.78311 11.4397 7.55723C10.6781 7.00632 9.41034 6.66047 7.95778 7.51869C6.11193 8.60928 5.64895 12.1138 9.61321 15.1813C10.37 15.7669 11.1711 16.2935 12 16.7713C13.7788 17.7965 16.4168 19 19 19M5 19C6.54872 19 8.11718 18.5674 9.50835 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5269 15.0816C18.5281 12.0136 17.8948 8.61324 16.0422 7.51869C14.5897 6.66047 13.3219 7.00632 12.5603 7.55723C12.248 7.78311 12.0919 7.89605 12 7.89605C11.9081 7.89605 11.752 7.78311 11.4397 7.55723C10.6781 7.00632 9.41034 6.66047 7.95778 7.51869C6.11193 8.60928 5.64895 12.1138 9.61321 15.1813C10.37 15.7669 11.1711 16.2935 12 16.7713C13.7788 17.7965 16.4168 19 19 19M5 19C6.54872 19 8.11718 18.5674 9.50835 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-dental-braces{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 6C9.5 6.5 10.5033 6.41228 12 5.17632M12 5.17632C11.7786 4.99352 11.5486 4.78582 11.311 4.55032C9.0053 2.2656 5.86519 2.71292 4.39399 4.55032C3.37784 5.8194 0.777521 8.97857 7.14215 20.2396C7.40566 20.7058 7.9306 21 8.49601 21C9.398 21 10.103 20.2801 10.1323 19.4399C10.1945 17.6579 10.5397 15.6035 12 15.6035C13.4603 15.6035 13.8055 17.6579 13.8677 19.4399C13.897 20.2801 14.602 21 15.504 21C16.0694 21 16.5943 20.7058 16.8578 20.2396C23.2225 8.97857 20.6222 5.8194 19.606 4.55032C18.1348 2.71292 14.9947 2.2656 12.689 4.55032C12.4514 4.78582 12.2214 4.99352 12 5.17632Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.387 9.38704C9.87099 9.9031 9.87099 12.0969 10.387 12.613C10.9031 13.129 13.0969 13.129 13.613 12.613C14.129 12.0969 14.129 9.9031 13.613 9.38704C13.0969 8.87099 10.9031 8.87099 10.387 9.38704Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 11H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 6C9.5 6.5 10.5033 6.41228 12 5.17632M12 5.17632C11.7786 4.99352 11.5486 4.78582 11.311 4.55032C9.0053 2.2656 5.86519 2.71292 4.39399 4.55032C3.37784 5.8194 0.777521 8.97857 7.14215 20.2396C7.40566 20.7058 7.9306 21 8.49601 21C9.398 21 10.103 20.2801 10.1323 19.4399C10.1945 17.6579 10.5397 15.6035 12 15.6035C13.4603 15.6035 13.8055 17.6579 13.8677 19.4399C13.897 20.2801 14.602 21 15.504 21C16.0694 21 16.5943 20.7058 16.8578 20.2396C23.2225 8.97857 20.6222 5.8194 19.606 4.55032C18.1348 2.71292 14.9947 2.2656 12.689 4.55032C12.4514 4.78582 12.2214 4.99352 12 5.17632Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.387 9.38704C9.87099 9.9031 9.87099 12.0969 10.387 12.613C10.9031 13.129 13.0969 13.129 13.613 12.613C14.129 12.0969 14.129 9.9031 13.613 9.38704C13.0969 8.87099 10.9031 8.87099 10.387 9.38704Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 11H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-dental-broken-tooth{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9766 5.17632C12.1974 4.99352 12.4268 4.78582 12.6639 4.55032C14.9635 2.2656 18.0955 2.71292 19.5629 4.55032C23.1682 9.06434 19.1305 16.1442 16.8219 20.2396C16.559 20.7058 16.0355 21 15.4715 21C14.5719 21 13.8687 20.2801 13.8395 19.4399C13.7789 17.7005 13.3749 15.5947 12 15.5C10.6251 15.5947 10.1743 17.7005 10.1138 19.4399C10.0845 20.2801 9.38138 21 8.48173 21C7.9178 21 7.39422 20.7058 7.13139 20.2396C3.84385 14.4077 2.95445 10.7488 3.00177 8.4C5 8.5 5.99221 7.5 5.99221 5.7C8 6 9 4.82865 9 3C10 3 10.5745 3.84009 11.2894 4.55032C11.5264 4.78582 11.7558 4.99352 11.9766 5.17632ZM11.9766 5.17632C13.4694 6.41228 14.5 6.5 15 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9766 5.17632C12.1974 4.99352 12.4268 4.78582 12.6639 4.55032C14.9635 2.2656 18.0955 2.71292 19.5629 4.55032C23.1682 9.06434 19.1305 16.1442 16.8219 20.2396C16.559 20.7058 16.0355 21 15.4715 21C14.5719 21 13.8687 20.2801 13.8395 19.4399C13.7789 17.7005 13.3749 15.5947 12 15.5C10.6251 15.5947 10.1743 17.7005 10.1138 19.4399C10.0845 20.2801 9.38138 21 8.48173 21C7.9178 21 7.39422 20.7058 7.13139 20.2396C3.84385 14.4077 2.95445 10.7488 3.00177 8.4C5 8.5 5.99221 7.5 5.99221 5.7C8 6 9 4.82865 9 3C10 3 10.5745 3.84009 11.2894 4.55032C11.5264 4.78582 11.7558 4.99352 11.9766 5.17632ZM11.9766 5.17632C13.4694 6.41228 14.5 6.5 15 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-dental-care{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 5C13.5 5.5 12.4967 5.41228 11 4.17632M11 4.17632C11.2214 3.99352 11.4514 3.78582 11.689 3.55032C13.9947 1.2656 17.1348 1.71292 18.606 3.55032C19.232 4.33213 20.4592 5.83126 19.8213 9.5M11 4.17632C10.7786 3.99352 10.5486 3.78582 10.311 3.55032C8.0053 1.2656 4.86519 1.71292 3.39399 3.55032C2.37784 4.8194 -0.222479 7.97857 6.14215 19.2396C6.40566 19.7058 6.9306 20 7.49601 20C8.39799 20 9.10296 19.2801 9.13229 18.4399C9.17779 17.1365 9.42981 15.6853 10.1334 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 17L16.684 17.684C16.8315 17.8315 16.9052 17.9052 16.9945 17.9003C17.0837 17.8953 17.1489 17.8139 17.2792 17.651L18.9996 15.5M13 15.4543V15.8403C13 17.0422 13 17.6431 13.1484 18.1931C13.3316 18.8723 13.6791 19.4986 14.1616 20.0197C14.5522 20.4416 15.0678 20.7701 16.0988 21.4271C16.5604 21.7212 16.7912 21.8683 17.0365 21.9367C17.3395 22.0211 17.6605 22.0211 17.9635 21.9367C18.2088 21.8683 18.4396 21.7212 18.9012 21.4271C19.9322 20.7701 20.4478 20.4416 20.8384 20.0197C21.3209 19.4986 21.6684 18.8723 21.8516 18.1931C22 17.6431 22 17.0422 22 15.8403V15.4543C22 14.7059 22 14.3317 21.8582 14.0157C21.7707 13.8208 21.6454 13.6443 21.4892 13.496C21.2359 13.2555 20.877 13.1241 20.159 12.8613L18.685 12.3218C18.099 12.1073 17.806 12 17.5 12C17.194 12 16.901 12.1073 16.315 12.3218L14.841 12.8613C14.123 13.1241 13.7641 13.2555 13.5108 13.496C13.3546 13.6443 13.2293 13.8208 13.1418 14.0157C13 14.3317 13 14.7059 13 15.4543Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 5C13.5 5.5 12.4967 5.41228 11 4.17632M11 4.17632C11.2214 3.99352 11.4514 3.78582 11.689 3.55032C13.9947 1.2656 17.1348 1.71292 18.606 3.55032C19.232 4.33213 20.4592 5.83126 19.8213 9.5M11 4.17632C10.7786 3.99352 10.5486 3.78582 10.311 3.55032C8.0053 1.2656 4.86519 1.71292 3.39399 3.55032C2.37784 4.8194 -0.222479 7.97857 6.14215 19.2396C6.40566 19.7058 6.9306 20 7.49601 20C8.39799 20 9.10296 19.2801 9.13229 18.4399C9.17779 17.1365 9.42981 15.6853 10.1334 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 17L16.684 17.684C16.8315 17.8315 16.9052 17.9052 16.9945 17.9003C17.0837 17.8953 17.1489 17.8139 17.2792 17.651L18.9996 15.5M13 15.4543V15.8403C13 17.0422 13 17.6431 13.1484 18.1931C13.3316 18.8723 13.6791 19.4986 14.1616 20.0197C14.5522 20.4416 15.0678 20.7701 16.0988 21.4271C16.5604 21.7212 16.7912 21.8683 17.0365 21.9367C17.3395 22.0211 17.6605 22.0211 17.9635 21.9367C18.2088 21.8683 18.4396 21.7212 18.9012 21.4271C19.9322 20.7701 20.4478 20.4416 20.8384 20.0197C21.3209 19.4986 21.6684 18.8723 21.8516 18.1931C22 17.6431 22 17.0422 22 15.8403V15.4543C22 14.7059 22 14.3317 21.8582 14.0157C21.7707 13.8208 21.6454 13.6443 21.4892 13.496C21.2359 13.2555 20.877 13.1241 20.159 12.8613L18.685 12.3218C18.099 12.1073 17.806 12 17.5 12C17.194 12 16.901 12.1073 16.315 12.3218L14.841 12.8613C14.123 13.1241 13.7641 13.2555 13.5108 13.496C13.3546 13.6443 13.2293 13.8208 13.1418 14.0157C13 14.3317 13 14.7059 13 15.4543Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-dental-tooth{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 6C9.5 6.5 10.5033 6.41228 12 5.17632M12 5.17632C11.7786 4.99352 11.5486 4.78582 11.311 4.55032C9.0053 2.2656 5.86519 2.71292 4.39399 4.55032C3.37784 5.8194 0.777521 8.97857 7.14215 20.2396C7.40566 20.7058 7.9306 21 8.49601 21C9.398 21 10.103 20.2801 10.1323 19.4399C10.1945 17.6579 10.5397 15.6035 12 15.6035C13.4603 15.6035 13.8055 17.6579 13.8677 19.4399C13.897 20.2801 14.602 21 15.504 21C16.0694 21 16.5943 20.7058 16.8578 20.2396C23.2225 8.97857 20.6222 5.8194 19.606 4.55032C18.1348 2.71292 14.9947 2.2656 12.689 4.55032C12.4514 4.78582 12.2214 4.99352 12 5.17632Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 6C9.5 6.5 10.5033 6.41228 12 5.17632M12 5.17632C11.7786 4.99352 11.5486 4.78582 11.311 4.55032C9.0053 2.2656 5.86519 2.71292 4.39399 4.55032C3.37784 5.8194 0.777521 8.97857 7.14215 20.2396C7.40566 20.7058 7.9306 21 8.49601 21C9.398 21 10.103 20.2801 10.1323 19.4399C10.1945 17.6579 10.5397 15.6035 12 15.6035C13.4603 15.6035 13.8055 17.6579 13.8677 19.4399C13.897 20.2801 14.602 21 15.504 21C16.0694 21 16.5943 20.7058 16.8578 20.2396C23.2225 8.97857 20.6222 5.8194 19.606 4.55032C18.1348 2.71292 14.9947 2.2656 12.689 4.55032C12.4514 4.78582 12.2214 4.99352 12 5.17632Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-digestion{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.48457 2C9.72845 3.49019 10.4411 4.57432 12.475 3.87202C16.6773 2.42099 19.9986 6.8491 19.9986 10.8C19.9986 14.7765 17.353 18 14.0895 18H13.0247C10.492 18 8.27593 19.6321 7.45312 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.0058 2V2.77557C6.0058 6.57844 11.4279 9.38737 9.63736 13.1999C8.92581 14.715 4.89483 17.2931 4 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14.9576 7.29708 15.711 8.04937 16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.48457 2C9.72845 3.49019 10.4411 4.57432 12.475 3.87202C16.6773 2.42099 19.9986 6.8491 19.9986 10.8C19.9986 14.7765 17.353 18 14.0895 18H13.0247C10.492 18 8.27593 19.6321 7.45312 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.0058 2V2.77557C6.0058 6.57844 11.4279 9.38737 9.63736 13.1999C8.92581 14.715 4.89483 17.2931 4 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14.9576 7.29708 15.711 8.04937 16 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-disability-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 18H18.177C17.8491 18 17.6852 18 17.5582 17.914C17.4312 17.8281 17.3703 17.6758 17.2486 17.3714L16.7514 16.1286C16.6297 15.8242 16.5688 15.6719 16.4418 15.586C16.3148 15.5 16.1509 15.5 15.823 15.5H13.5C13.0286 15.5 12.7929 15.5 12.6464 15.3536C12.5 15.2071 12.5 14.9714 12.5 14.5V10.5M12.5 8V10.5M12.5 10.5H16.3889%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 6C11.3954 6 10.5 5.10457 10.5 4C10.5 2.89543 11.3954 2 12.5 2C13.6046 2 14.5 2.89543 14.5 4C14.5 5.10457 13.6046 6 12.5 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.55796 10C6.68735 10.4794 4.5 12.9645 4.5 15.9582C4.5 19.295 7.21743 22 10.5696 22C12.6003 22 14.3982 21.0072 15.5 19.4826%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 18H18.177C17.8491 18 17.6852 18 17.5582 17.914C17.4312 17.8281 17.3703 17.6758 17.2486 17.3714L16.7514 16.1286C16.6297 15.8242 16.5688 15.6719 16.4418 15.586C16.3148 15.5 16.1509 15.5 15.823 15.5H13.5C13.0286 15.5 12.7929 15.5 12.6464 15.3536C12.5 15.2071 12.5 14.9714 12.5 14.5V10.5M12.5 8V10.5M12.5 10.5H16.3889%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 6C11.3954 6 10.5 5.10457 10.5 4C10.5 2.89543 11.3954 2 12.5 2C13.6046 2 14.5 2.89543 14.5 4C14.5 5.10457 13.6046 6 12.5 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.55796 10C6.68735 10.4794 4.5 12.9645 4.5 15.9582C4.5 19.295 7.21743 22 10.5696 22C12.6003 22 14.3982 21.0072 15.5 19.4826%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-disability-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 10L9.5 9L7 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6C12.8954 6 12 5.10457 12 4C12 2.89543 12.8954 2 14 2C15.1046 2 16 2.89543 16 4C16 5.10457 15.1046 6 14 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 19.4826C14.3982 21.0072 12.6003 22 10.5696 22C7.21743 22 4.5 19.295 4.5 15.9582C4.5 15.0829 4.66357 14.251 5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6493 8L11.8965 9.84615C11.1304 11.7248 10.7474 12.6641 11.1832 13.3321C11.619 14 12.6149 14 14.6067 14C15.3014 14 15.9714 13.8192 16.3579 14.4961L19.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 10L9.5 9L7 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 6C12.8954 6 12 5.10457 12 4C12 2.89543 12.8954 2 14 2C15.1046 2 16 2.89543 16 4C16 5.10457 15.1046 6 14 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 19.4826C14.3982 21.0072 12.6003 22 10.5696 22C7.21743 22 4.5 19.295 4.5 15.9582C4.5 15.0829 4.66357 14.251 5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.6493 8L11.8965 9.84615C11.1304 11.7248 10.7474 12.6641 11.1832 13.3321C11.619 14 12.6149 14 14.6067 14C15.3014 14 15.9714 13.8192 16.3579 14.4961L19.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-dna{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.6671 22C9.20107 21.466 9.73505 20.9321 9.24127 18M8.6671 15.3336C7.33381 10.0004 8.33378 9.00042 8.6671 8.6671C9.00042 8.33378 10.0004 7.33381 15.3336 8.6671M8.6671 15.3336C3.33394 14.0003 2.66664 14.6663 2 15.3329M8.6671 15.3336C14.0003 16.6668 14.9996 15.6662 15.3329 15.3329C15.6662 14.9996 16.6668 14.0003 15.3336 8.6671M22 8.6671C21.3334 9.33375 20.6667 10.0004 15.3336 8.6671M15.3329 2C14.799 2.53394 14.2654 3.06829 14.7592 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.6671 22C9.20107 21.466 9.73505 20.9321 9.24127 18M8.6671 15.3336C7.33381 10.0004 8.33378 9.00042 8.6671 8.6671C9.00042 8.33378 10.0004 7.33381 15.3336 8.6671M8.6671 15.3336C3.33394 14.0003 2.66664 14.6663 2 15.3329M8.6671 15.3336C14.0003 16.6668 14.9996 15.6662 15.3329 15.3329C15.6662 14.9996 16.6668 14.0003 15.3336 8.6671M22 8.6671C21.3334 9.33375 20.6667 10.0004 15.3336 8.6671M15.3329 2C14.799 2.53394 14.2654 3.06829 14.7592 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-dropper{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.2872 8L4.68174 14.6055C4.05287 15.2344 3.72789 16.052 3.70679 16.876C3.67836 17.986 3.66415 18.5409 3.57991 18.7372C3.49566 18.9334 3.30358 19.1255 2.91944 19.5096L2.32535 20.1037C1.89155 20.5375 1.89155 21.2409 2.32535 21.6747C2.75915 22.1084 3.46247 22.1084 3.89627 21.6747L4.49036 21.0806C4.87451 20.6964 5.06658 20.5043 5.26283 20.4201C5.45909 20.3358 6.01406 20.3216 7.12396 20.2932C7.94797 20.2721 8.76565 19.9471 9.39451 19.3183L11.3227 17.3901M14.4291 14.2837L16 12.7128M14.4291 14.2837L12.8582 12.7128M14.4291 14.2837L11.3227 17.3901M11.3227 17.3901L9.75177 15.8192%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.068 7.43213L19.5002 8.99992C18.6718 9.82837 18.6718 11.1715 19.5002 12L12 4.49979C12.8285 5.32824 14.1716 5.32824 15.0001 4.49979L16.5679 2.93201C17.8105 1.68933 19.8253 1.68933 21.068 2.93201C22.3107 4.17468 22.3107 6.18946 21.068 7.43213Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.2872 8L4.68174 14.6055C4.05287 15.2344 3.72789 16.052 3.70679 16.876C3.67836 17.986 3.66415 18.5409 3.57991 18.7372C3.49566 18.9334 3.30358 19.1255 2.91944 19.5096L2.32535 20.1037C1.89155 20.5375 1.89155 21.2409 2.32535 21.6747C2.75915 22.1084 3.46247 22.1084 3.89627 21.6747L4.49036 21.0806C4.87451 20.6964 5.06658 20.5043 5.26283 20.4201C5.45909 20.3358 6.01406 20.3216 7.12396 20.2932C7.94797 20.2721 8.76565 19.9471 9.39451 19.3183L11.3227 17.3901M14.4291 14.2837L16 12.7128M14.4291 14.2837L12.8582 12.7128M14.4291 14.2837L11.3227 17.3901M11.3227 17.3901L9.75177 15.8192%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.068 7.43213L19.5002 8.99992C18.6718 9.82837 18.6718 11.1715 19.5002 12L12 4.49979C12.8285 5.32824 14.1716 5.32824 15.0001 4.49979L16.5679 2.93201C17.8105 1.68933 19.8253 1.68933 21.068 2.93201C22.3107 4.17468 22.3107 6.18946 21.068 7.43213Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-ear{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.07692 18C6.07692 20.2091 7.226 22 9.30769 22C11.3894 22 13.0769 20.5 13.6154 18C13.8736 16.8013 14.4026 16.0767 15.2308 15.5C17.3846 14 19 11.6923 19 9C19 5.13401 15.866 2 12 2C8.13401 2 5 5.13401 5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15C10.385 15 11.5078 13.9926 11.5078 12.75C11.5078 11.5074 10.385 10.5 9 10.5C9 8.48311 9.46383 6 12.0094 6C13.7998 6 14.8496 7.37416 15 9.15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.07692 18C6.07692 20.2091 7.226 22 9.30769 22C11.3894 22 13.0769 20.5 13.6154 18C13.8736 16.8013 14.4026 16.0767 15.2308 15.5C17.3846 14 19 11.6923 19 9C19 5.13401 15.866 2 12 2C8.13401 2 5 5.13401 5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 15C10.385 15 11.5078 13.9926 11.5078 12.75C11.5078 11.5074 10.385 10.5 9 10.5C9 8.48311 9.46383 6 12.0094 6C13.7998 6 14.8496 7.37416 15 9.15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-eye{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 8C2 8 6.47715 3 12 3C17.5228 3 22 8 22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.544 13.045C21.848 13.4713 22 13.6845 22 14C22 14.3155 21.848 14.5287 21.544 14.955C20.1779 16.8706 16.6892 21 12 21C7.31078 21 3.8221 16.8706 2.45604 14.955C2.15201 14.5287 2 14.3155 2 14C2 13.6845 2.15201 13.4713 2.45604 13.045C3.8221 11.1294 7.31078 7 12 7C16.6892 7 20.1779 11.1294 21.544 13.045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 14C15 12.3431 13.6569 11 12 11C10.3431 11 9 12.3431 9 14C9 15.6569 10.3431 17 12 17C13.6569 17 15 15.6569 15 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 8C2 8 6.47715 3 12 3C17.5228 3 22 8 22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.544 13.045C21.848 13.4713 22 13.6845 22 14C22 14.3155 21.848 14.5287 21.544 14.955C20.1779 16.8706 16.6892 21 12 21C7.31078 21 3.8221 16.8706 2.45604 14.955C2.15201 14.5287 2 14.3155 2 14C2 13.6845 2.15201 13.4713 2.45604 13.045C3.8221 11.1294 7.31078 7 12 7C16.6892 7 20.1779 11.1294 21.544 13.045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 14C15 12.3431 13.6569 11 12 11C10.3431 11 9 12.3431 9 14C9 15.6569 10.3431 17 12 17C13.6569 17 15 15.6569 15 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-first-aid-kit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12.5625C2 9.46891 2 7.92211 3.02513 6.96106C4.05025 6 5.70017 6 9 6H15C18.2998 6 19.9497 6 20.9749 6.96106C22 7.92211 22 9.46891 22 12.5625V14.4375C22 17.5311 22 19.0779 20.9749 20.0389C19.9497 21 18.2998 21 15 21H9C5.70017 21 4.05025 21 3.02513 20.0389C2 19.0779 2 17.5311 2 14.4375V12.5625Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13.5H15M12 10.5L12 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 6C17 3.518 16.482 3 14 3H10C7.518 3 7 3.518 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12.5625C2 9.46891 2 7.92211 3.02513 6.96106C4.05025 6 5.70017 6 9 6H15C18.2998 6 19.9497 6 20.9749 6.96106C22 7.92211 22 9.46891 22 12.5625V14.4375C22 17.5311 22 19.0779 20.9749 20.0389C19.9497 21 18.2998 21 15 21H9C5.70017 21 4.05025 21 3.02513 20.0389C2 19.0779 2 17.5311 2 14.4375V12.5625Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13.5H15M12 10.5L12 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 6C17 3.518 16.482 3 14 3H10C7.518 3 7 3.518 7 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-give-blood{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 7.54707C9 5.55959 10.6851 3.59556 11.8678 2.46181C12.5102 1.84606 13.4898 1.84606 14.1322 2.46181C15.3149 3.59556 17 5.55959 17 7.54707C17 9.4957 15.4853 11.5 13 11.5C10.5147 11.5 9 9.4957 9 7.54707Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 14H6.39482C6.68897 14 6.97908 14.0663 7.24217 14.1936L9.28415 15.1816C9.54724 15.3089 9.83735 15.3751 10.1315 15.3751H11.1741C12.1825 15.3751 13 16.1662 13 17.142C13 17.1814 12.973 17.2161 12.9338 17.2269L10.3929 17.9295C9.93707 18.0555 9.449 18.0116 9.025 17.8064L6.84211 16.7503%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16.5L17.5928 15.0889C18.407 14.8352 19.2871 15.136 19.7971 15.8423C20.1659 16.3529 20.0157 17.0842 19.4785 17.3942L11.9629 21.7305C11.4849 22.0063 10.9209 22.0736 10.3952 21.9176L4 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 7.54707C9 5.55959 10.6851 3.59556 11.8678 2.46181C12.5102 1.84606 13.4898 1.84606 14.1322 2.46181C15.3149 3.59556 17 5.55959 17 7.54707C17 9.4957 15.4853 11.5 13 11.5C10.5147 11.5 9 9.4957 9 7.54707Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 14H6.39482C6.68897 14 6.97908 14.0663 7.24217 14.1936L9.28415 15.1816C9.54724 15.3089 9.83735 15.3751 10.1315 15.3751H11.1741C12.1825 15.3751 13 16.1662 13 17.142C13 17.1814 12.973 17.2161 12.9338 17.2269L10.3929 17.9295C9.93707 18.0555 9.449 18.0116 9.025 17.8064L6.84211 16.7503%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16.5L17.5928 15.0889C18.407 14.8352 19.2871 15.136 19.7971 15.8423C20.1659 16.3529 20.0157 17.0842 19.4785 17.3942L11.9629 21.7305C11.4849 22.0063 10.9209 22.0736 10.3952 21.9176L4 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-give-pill{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 7H17M11 5V9C11 10.6569 12.3431 12 14 12C15.6569 12 17 10.6569 17 9V5C17 3.34315 15.6569 2 14 2C12.3431 2 11 3.34315 11 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14H6.39482C6.68897 14 6.97908 14.0663 7.24217 14.1936L9.28415 15.1816C9.54724 15.3089 9.83735 15.3751 10.1315 15.3751H11.1741C12.1825 15.3751 13 16.1662 13 17.142C13 17.1814 12.973 17.2161 12.9338 17.2269L10.3929 17.9295C9.93707 18.0555 9.449 18.0116 9.025 17.8064L6.84211 16.7503%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16.5L17.5928 15.0889C18.407 14.8352 19.2871 15.136 19.7971 15.8423C20.1659 16.3529 20.0157 17.0842 19.4785 17.3942L11.9629 21.7305C11.4849 22.0063 10.9209 22.0736 10.3952 21.9176L4 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 7H17M11 5V9C11 10.6569 12.3431 12 14 12C15.6569 12 17 10.6569 17 9V5C17 3.34315 15.6569 2 14 2C12.3431 2 11 3.34315 11 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14H6.39482C6.68897 14 6.97908 14.0663 7.24217 14.1936L9.28415 15.1816C9.54724 15.3089 9.83735 15.3751 10.1315 15.3751H11.1741C12.1825 15.3751 13 16.1662 13 17.142C13 17.1814 12.973 17.2161 12.9338 17.2269L10.3929 17.9295C9.93707 18.0555 9.449 18.0116 9.025 17.8064L6.84211 16.7503%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16.5L17.5928 15.0889C18.407 14.8352 19.2871 15.136 19.7971 15.8423C20.1659 16.3529 20.0157 17.0842 19.4785 17.3942L11.9629 21.7305C11.4849 22.0063 10.9209 22.0736 10.3952 21.9176L4 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-hand-sanitizer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.6565 16.1618L15.3119 13.9419C15.2092 13.2801 15.1578 12.9492 15.0787 12.666C14.5317 10.7079 12.8437 9.27248 10.8078 9.03444C10.5133 9 10.1755 9 9.5 9C8.82446 9 8.48668 9 8.19218 9.03444C6.15634 9.27248 4.46826 10.7079 3.92131 12.666C3.84219 12.9492 3.79083 13.2801 3.68811 13.9419L3.34352 16.1618C3.00313 18.3547 2.83293 19.4512 3.22851 20.2812C3.4607 20.7685 3.82102 21.1847 4.27159 21.4863C5.03922 22 6.15851 22 8.39711 22H10.6029C12.8415 22 13.9608 22 14.7284 21.4863C15.179 21.1847 15.5393 20.7685 15.7715 20.2812C16.1671 19.4512 15.9969 18.3547 15.6565 16.1618Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 13.5V17.5M11.5 15.5L7.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 9.5V9C12.5 7.58579 12.5 6.87868 12.0607 6.43934C11.6213 6 10.9142 6 9.5 6V6C8.08579 6 7.37868 6 6.93934 6.43934C6.5 6.87868 6.5 7.58579 6.5 9V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6V3.5C11 2.67157 10.3284 2 9.5 2V2C8.67157 2 8 2.67157 8 3.5L8 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 4.21885L13.7173 3.49523C15.2293 3.09261 15.9852 2.8913 16.6861 3.05968C17.3869 3.22807 17.8331 3.71821 18.7255 4.69848L19 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 10.5C21 11.6046 20.25 12 19.5 12C18.75 12 18 11.6046 18 10.5C18 9.39543 19.5 8 19.5 8C19.5 8 21 9.39543 21 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.6565 16.1618L15.3119 13.9419C15.2092 13.2801 15.1578 12.9492 15.0787 12.666C14.5317 10.7079 12.8437 9.27248 10.8078 9.03444C10.5133 9 10.1755 9 9.5 9C8.82446 9 8.48668 9 8.19218 9.03444C6.15634 9.27248 4.46826 10.7079 3.92131 12.666C3.84219 12.9492 3.79083 13.2801 3.68811 13.9419L3.34352 16.1618C3.00313 18.3547 2.83293 19.4512 3.22851 20.2812C3.4607 20.7685 3.82102 21.1847 4.27159 21.4863C5.03922 22 6.15851 22 8.39711 22H10.6029C12.8415 22 13.9608 22 14.7284 21.4863C15.179 21.1847 15.5393 20.7685 15.7715 20.2812C16.1671 19.4512 15.9969 18.3547 15.6565 16.1618Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 13.5V17.5M11.5 15.5L7.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 9.5V9C12.5 7.58579 12.5 6.87868 12.0607 6.43934C11.6213 6 10.9142 6 9.5 6V6C8.08579 6 7.37868 6 6.93934 6.43934C6.5 6.87868 6.5 7.58579 6.5 9V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6V3.5C11 2.67157 10.3284 2 9.5 2V2C8.67157 2 8 2.67157 8 3.5L8 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 4.21885L13.7173 3.49523C15.2293 3.09261 15.9852 2.8913 16.6861 3.05968C17.3869 3.22807 17.8331 3.71821 18.7255 4.69848L19 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 10.5C21 11.6046 20.25 12 19.5 12C18.75 12 18 11.6046 18 10.5C18 9.39543 19.5 8 19.5 8C19.5 8 21 9.39543 21 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-healt{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4626 3.99352C16.7809 2.3486 14.4404 3.01148 13.0344 4.06738C12.4578 4.50033 12.1696 4.7168 12 4.7168C11.8304 4.7168 11.5422 4.50033 10.9656 4.06738C9.55962 3.01148 7.21909 2.3486 4.53744 3.99352C1.01807 6.1523 0.221719 13.2742 8.33953 19.2827C9.88572 20.4272 10.6588 20.9994 12 20.9994C13.3412 20.9994 14.1143 20.4272 15.6605 19.2827C23.7783 13.2742 22.9819 6.1523 19.4626 3.99352Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V15M9 12L15 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4626 3.99352C16.7809 2.3486 14.4404 3.01148 13.0344 4.06738C12.4578 4.50033 12.1696 4.7168 12 4.7168C11.8304 4.7168 11.5422 4.50033 10.9656 4.06738C9.55962 3.01148 7.21909 2.3486 4.53744 3.99352C1.01807 6.1523 0.221719 13.2742 8.33953 19.2827C9.88572 20.4272 10.6588 20.9994 12 20.9994C13.3412 20.9994 14.1143 20.4272 15.6605 19.2827C23.7783 13.2742 22.9819 6.1523 19.4626 3.99352Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V15M9 12L15 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-healtcare{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.39559 2.55196C9.8705 1.63811 11.1578 2.00638 11.9311 2.59299C12.2482 2.83351 12.4067 2.95378 12.5 2.95378C12.5933 2.95378 12.7518 2.83351 13.0689 2.59299C13.8422 2.00638 15.1295 1.63811 16.6044 2.55196C18.5401 3.75128 18.9781 7.7079 14.5133 11.046C13.6629 11.6818 13.2377 11.9996 12.5 11.9996C11.7623 11.9996 11.3371 11.6818 10.4867 11.046C6.02195 7.7079 6.45994 3.75128 8.39559 2.55196Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14H6.39482C6.68897 14 6.97908 14.0663 7.24217 14.1936L9.28415 15.1816C9.54724 15.3089 9.83735 15.3751 10.1315 15.3751H11.1741C12.1825 15.3751 13 16.1662 13 17.142C13 17.1814 12.973 17.2161 12.9338 17.2269L10.3929 17.9295C9.93707 18.0555 9.449 18.0116 9.025 17.8064L6.84211 16.7503%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16.5L17.5928 15.0889C18.407 14.8352 19.2871 15.136 19.7971 15.8423C20.1659 16.3529 20.0157 17.0842 19.4785 17.3942L11.9629 21.7305C11.4849 22.0063 10.9209 22.0736 10.3952 21.9176L4 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.39559 2.55196C9.8705 1.63811 11.1578 2.00638 11.9311 2.59299C12.2482 2.83351 12.4067 2.95378 12.5 2.95378C12.5933 2.95378 12.7518 2.83351 13.0689 2.59299C13.8422 2.00638 15.1295 1.63811 16.6044 2.55196C18.5401 3.75128 18.9781 7.7079 14.5133 11.046C13.6629 11.6818 13.2377 11.9996 12.5 11.9996C11.7623 11.9996 11.3371 11.6818 10.4867 11.046C6.02195 7.7079 6.45994 3.75128 8.39559 2.55196Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14H6.39482C6.68897 14 6.97908 14.0663 7.24217 14.1936L9.28415 15.1816C9.54724 15.3089 9.83735 15.3751 10.1315 15.3751H11.1741C12.1825 15.3751 13 16.1662 13 17.142C13 17.1814 12.973 17.2161 12.9338 17.2269L10.3929 17.9295C9.93707 18.0555 9.449 18.0116 9.025 17.8064L6.84211 16.7503%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16.5L17.5928 15.0889C18.407 14.8352 19.2871 15.136 19.7971 15.8423C20.1659 16.3529 20.0157 17.0842 19.4785 17.3942L11.9629 21.7305C11.4849 22.0063 10.9209 22.0736 10.3952 21.9176L4 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-hospital-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2V4M14 4V6M14 4H10M10 2V4M10 4V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22V11.3808C3 7.8766 3 6.12452 4.15327 5.03591C4.88623 4.34404 5.90312 4.09189 7.5 4M21 22V11.3808C21 7.8766 21 6.12452 19.8467 5.03591C19.1138 4.34404 18.0969 4.09189 16.5 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 14H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 14H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 10H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H9.5M22 22H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 22V19.5C9.5 18.5654 9.5 18.0981 9.70096 17.75C9.83261 17.522 10.022 17.3326 10.25 17.201C10.5981 17 11.0654 17 12 17C12.9346 17 13.4019 17 13.75 17.201C13.978 17.3326 14.1674 17.522 14.299 17.75C14.5 18.0981 14.5 18.5654 14.5 19.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2V4M14 4V6M14 4H10M10 2V4M10 4V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22V11.3808C3 7.8766 3 6.12452 4.15327 5.03591C4.88623 4.34404 5.90312 4.09189 7.5 4M21 22V11.3808C21 7.8766 21 6.12452 19.8467 5.03591C19.1138 4.34404 18.0969 4.09189 16.5 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 14H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 14H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 10H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 22H9.5M22 22H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 22V19.5C9.5 18.5654 9.5 18.0981 9.70096 17.75C9.83261 17.522 10.022 17.3326 10.25 17.201C10.5981 17 11.0654 17 12 17C12.9346 17 13.4019 17 13.75 17.201C13.978 17.3326 14.1674 17.522 14.299 17.75C14.5 18.0981 14.5 18.5654 14.5 19.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-hospital-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4.5V6M12 6V7.5M12 6H13.5M12 6H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.58579 2.58579C8 3.17157 8 4.11438 8 6C8 7.88562 8 8.82843 8.58579 9.41421C9.17157 10 10.1144 10 12 10C13.8856 10 14.8284 10 15.4142 9.41421C16 8.82843 16 7.88562 16 6C16 4.11438 16 3.17157 15.4142 2.58579C14.8284 2 13.8856 2 12 2C10.1144 2 9.17157 2 8.58579 2.58579Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22V11.9707C4 8.66123 4 7.00649 5.02513 5.97836C5.67665 5.32493 6.58055 5.08679 8 5M20 22V11.9707C20 8.66123 20 7.00649 18.9749 5.97836C18.3233 5.32493 17.4194 5.08679 16 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 22V19.5C9.5 18.5654 9.5 18.0981 9.70096 17.75C9.83261 17.522 10.022 17.3326 10.25 17.201C10.5981 17 11.0654 17 12 17C12.9346 17 13.4019 17 13.75 17.201C13.978 17.3326 14.1674 17.522 14.299 17.75C14.5 18.0981 14.5 18.5654 14.5 19.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00896 13H8M12 13H11.991M16.0011 13H15.9922%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 4.5V6M12 6V7.5M12 6H13.5M12 6H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.58579 2.58579C8 3.17157 8 4.11438 8 6C8 7.88562 8 8.82843 8.58579 9.41421C9.17157 10 10.1144 10 12 10C13.8856 10 14.8284 10 15.4142 9.41421C16 8.82843 16 7.88562 16 6C16 4.11438 16 3.17157 15.4142 2.58579C14.8284 2 13.8856 2 12 2C10.1144 2 9.17157 2 8.58579 2.58579Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22V11.9707C4 8.66123 4 7.00649 5.02513 5.97836C5.67665 5.32493 6.58055 5.08679 8 5M20 22V11.9707C20 8.66123 20 7.00649 18.9749 5.97836C18.3233 5.32493 17.4194 5.08679 16 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 22V19.5C9.5 18.5654 9.5 18.0981 9.70096 17.75C9.83261 17.522 10.022 17.3326 10.25 17.201C10.5981 17 11.0654 17 12 17C12.9346 17 13.4019 17 13.75 17.201C13.978 17.3326 14.1674 17.522 14.299 17.75C14.5 18.0981 14.5 18.5654 14.5 19.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00896 13H8M12 13H11.991M16.0011 13H15.9922%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-hospital-bed-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5903 6L4.40974 6C4.17689 6 4.06046 6 3.95117 6.01655C3.44896 6.0926 2.98753 6.4267 2.66218 6.94983C2.59137 7.06367 2.52679 7.19473 2.39763 7.45684C2.19831 7.86133 2.09864 8.06357 2.05784 8.21806C1.86185 8.96021 2.18187 9.76918 2.74703 9.96023C2.86468 10 3.04435 10 3.40368 10L20.5963 10C20.9557 10 21.1353 10 21.253 9.96023C21.8181 9.76918 22.1382 8.96021 21.9422 8.21806C21.9014 8.06358 21.8017 7.86128 21.6024 7.45684C21.4732 7.19476 21.4086 7.06366 21.3378 6.94983C21.0125 6.4267 20.551 6.0926 20.0488 6.01655C19.9395 6 19.8231 6 19.5903 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 14L18 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10L5.25245 11.5882C5.95166 12.4749 6.17691 13.6387 5.85802 14.717L5.18289 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 10L18.7476 11.5882C18.0483 12.4749 17.8231 13.6387 18.142 14.717L18.8171 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 19C7 20.1046 6.10457 21 5 21C3.89543 21 3 20.1046 3 19C3 17.8954 3.89543 17 5 17C6.10457 17 7 17.8954 7 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 19C21 20.1046 20.1046 21 19 21C17.8954 21 17 20.1046 17 19C17 17.8954 17.8954 17 19 17C20.1046 17 21 17.8954 21 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 6V4.1036C6 3.38598 6.61139 2.85943 7.24254 3.03348L9.24254 3.58501C9.6877 3.70777 10 4.14897 10 4.65513V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5903 6L4.40974 6C4.17689 6 4.06046 6 3.95117 6.01655C3.44896 6.0926 2.98753 6.4267 2.66218 6.94983C2.59137 7.06367 2.52679 7.19473 2.39763 7.45684C2.19831 7.86133 2.09864 8.06357 2.05784 8.21806C1.86185 8.96021 2.18187 9.76918 2.74703 9.96023C2.86468 10 3.04435 10 3.40368 10L20.5963 10C20.9557 10 21.1353 10 21.253 9.96023C21.8181 9.76918 22.1382 8.96021 21.9422 8.21806C21.9014 8.06358 21.8017 7.86128 21.6024 7.45684C21.4732 7.19476 21.4086 7.06366 21.3378 6.94983C21.0125 6.4267 20.551 6.0926 20.0488 6.01655C19.9395 6 19.8231 6 19.5903 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 14L18 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10L5.25245 11.5882C5.95166 12.4749 6.17691 13.6387 5.85802 14.717L5.18289 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 10L18.7476 11.5882C18.0483 12.4749 17.8231 13.6387 18.142 14.717L18.8171 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 19C7 20.1046 6.10457 21 5 21C3.89543 21 3 20.1046 3 19C3 17.8954 3.89543 17 5 17C6.10457 17 7 17.8954 7 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 19C21 20.1046 20.1046 21 19 21C17.8954 21 17 20.1046 17 19C17 17.8954 17.8954 17 19 17C20.1046 17 21 17.8954 21 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 6V4.1036C6 3.38598 6.61139 2.85943 7.24254 3.03348L9.24254 3.58501C9.6877 3.70777 10 4.14897 10 4.65513V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-hospital-bed-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5903 6L4.40974 6C4.17689 6 4.06046 6 3.95117 6.01655C3.44896 6.0926 2.98753 6.4267 2.66218 6.94983C2.59137 7.06367 2.52679 7.19473 2.39763 7.45684C2.19831 7.86133 2.09864 8.06357 2.05784 8.21806C1.86185 8.96021 2.18187 9.76918 2.74703 9.96023C2.86468 10 3.04435 10 3.40368 10L20.5963 10C20.9557 10 21.1353 10 21.253 9.96023C21.8181 9.76918 22.1382 8.96021 21.9422 8.21806C21.9014 8.06358 21.8017 7.86128 21.6024 7.45684C21.4732 7.19476 21.4086 7.06366 21.3378 6.94983C21.0125 6.4267 20.551 6.0926 20.0488 6.01655C19.9395 6 19.8231 6 19.5903 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 17.5L19 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 17.5L5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19C8 20.1046 7.10457 21 6 21C4.89543 21 4 20.1046 4 19C4 17.8954 4.89543 17 6 17C7.10457 17 8 17.8954 8 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 19C20 20.1046 19.1046 21 18 21C16.8954 21 16 20.1046 16 19C16 17.8954 16.8954 17 18 17C19.1046 17 20 17.8954 20 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 6V4.1036C6 3.38598 6.61139 2.85943 7.24254 3.03348L9.24254 3.58501C9.6877 3.70777 10 4.14897 10 4.65513V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5903 6L4.40974 6C4.17689 6 4.06046 6 3.95117 6.01655C3.44896 6.0926 2.98753 6.4267 2.66218 6.94983C2.59137 7.06367 2.52679 7.19473 2.39763 7.45684C2.19831 7.86133 2.09864 8.06357 2.05784 8.21806C1.86185 8.96021 2.18187 9.76918 2.74703 9.96023C2.86468 10 3.04435 10 3.40368 10L20.5963 10C20.9557 10 21.1353 10 21.253 9.96023C21.8181 9.76918 22.1382 8.96021 21.9422 8.21806C21.9014 8.06358 21.8017 7.86128 21.6024 7.45684C21.4732 7.19476 21.4086 7.06366 21.3378 6.94983C21.0125 6.4267 20.551 6.0926 20.0488 6.01655C19.9395 6 19.8231 6 19.5903 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 17.5L19 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 17.5L5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19C8 20.1046 7.10457 21 6 21C4.89543 21 4 20.1046 4 19C4 17.8954 4.89543 17 6 17C7.10457 17 8 17.8954 8 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 19C20 20.1046 19.1046 21 18 21C16.8954 21 16 20.1046 16 19C16 17.8954 16.8954 17 18 17C19.1046 17 20 17.8954 20 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 6V4.1036C6 3.38598 6.61139 2.85943 7.24254 3.03348L9.24254 3.58501C9.6877 3.70777 10 4.14897 10 4.65513V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-hospital-location{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 2C7.80558 2 4 5.61783 4 10.0807C4 12.6325 5.0625 14.6167 7.1875 16.389C8.68532 17.6382 10.4999 19.7131 11.5893 21.3951C12.1118 22.2016 12.8507 22.2016 13.4107 21.3951C14.5553 19.7466 16.3147 17.6382 17.8125 16.389C19.9375 14.6167 21 12.6325 21 10.0807C21 5.61783 17.1944 2 12.5 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 7V10M10.5 13V10M14.5 7V10M14.5 13V10M14.5 10H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 2C7.80558 2 4 5.61783 4 10.0807C4 12.6325 5.0625 14.6167 7.1875 16.389C8.68532 17.6382 10.4999 19.7131 11.5893 21.3951C12.1118 22.2016 12.8507 22.2016 13.4107 21.3951C14.5553 19.7466 16.3147 17.6382 17.8125 16.389C19.9375 14.6167 21 12.6325 21 10.0807C21 5.61783 17.1944 2 12.5 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 7V10M10.5 13V10M14.5 7V10M14.5 13V10M14.5 10H10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-injection{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 2C17 2.50986 17 2.76479 17.0677 3.00236C17.1049 3.13286 17.157 3.25864 17.223 3.37723C17.3431 3.59309 17.5234 3.77336 17.8839 4.13388L19.8661 6.11612C20.2266 6.47664 20.4069 6.65691 20.6228 6.77701C20.7414 6.84298 20.8671 6.89509 20.9976 6.93228C21.2352 7 21.4901 7 22 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.6931 7L6.76525 11.9278C5.70048 12.9926 5.1681 13.525 5.0412 14.163C4.98627 14.4391 4.98627 14.7234 5.0412 14.9996C5.1681 15.6376 5.70049 16.17 6.76525 17.2348C7.83001 18.2995 8.3624 18.8319 9.00037 18.9588C9.27655 19.0137 9.56085 19.0137 9.83704 18.9588C10.475 18.8319 11.0074 18.2995 12.0722 17.2348L17 12.3069%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6L18 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18.6372L6.83054 19.4725C6.35987 19.8087 6.12454 19.9768 5.86646 19.9971C5.76637 20.005 5.66567 19.9967 5.56824 19.9724C5.31702 19.91 5.11252 19.7055 4.70352 19.2965C4.29453 18.8875 4.09003 18.683 4.02756 18.4318C4.00333 18.3343 3.995 18.2336 4.00288 18.1335C4.0232 17.8755 4.1913 17.6401 4.52749 17.1695L5.36282 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 8L18.5 4M16 10.5L20 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 19.5L2 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 2C17 2.50986 17 2.76479 17.0677 3.00236C17.1049 3.13286 17.157 3.25864 17.223 3.37723C17.3431 3.59309 17.5234 3.77336 17.8839 4.13388L19.8661 6.11612C20.2266 6.47664 20.4069 6.65691 20.6228 6.77701C20.7414 6.84298 20.8671 6.89509 20.9976 6.93228C21.2352 7 21.4901 7 22 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.6931 7L6.76525 11.9278C5.70048 12.9926 5.1681 13.525 5.0412 14.163C4.98627 14.4391 4.98627 14.7234 5.0412 14.9996C5.1681 15.6376 5.70049 16.17 6.76525 17.2348C7.83001 18.2995 8.3624 18.8319 9.00037 18.9588C9.27655 19.0137 9.56085 19.0137 9.83704 18.9588C10.475 18.8319 11.0074 18.2995 12.0722 17.2348L17 12.3069%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6L18 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18.6372L6.83054 19.4725C6.35987 19.8087 6.12454 19.9768 5.86646 19.9971C5.76637 20.005 5.66567 19.9967 5.56824 19.9724C5.31702 19.91 5.11252 19.7055 4.70352 19.2965C4.29453 18.8875 4.09003 18.683 4.02756 18.4318C4.00333 18.3343 3.995 18.2336 4.00288 18.1335C4.0232 17.8755 4.1913 17.6401 4.52749 17.1695L5.36282 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 8L18.5 4M16 10.5L20 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 19.5L2 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-kidneys{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.98569 6C10.1429 4.59395 9.00462 3 6.57147 3C4.04678 3 2.00011 5.46243 2.00011 8.5C2.00011 11.5376 3.53899 14 6.06368 14C7.68007 14 8.53563 12.7459 8.3559 11.6589%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8C8.50006 7.9996 10.4999 8.4957 10.4999 11.64C10.4999 15.8 8.49942 17.36 10.0005 21M17 8C15.4999 7.9996 13.5001 8.4957 13.5001 11.64C13.5001 15.8 15.5006 17.36 13.9995 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.61035 6C6.81406 6.57143 7.16038 7.94286 6.91592 8.85714C6.81407 9.2381 6.48829 10 6 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0143 6C13.8571 4.59395 14.9954 3 17.4285 3C19.9532 3 21.9999 5.46243 21.9999 8.5C21.9999 11.5376 20.461 14 17.9363 14C16.2405 14 15.3821 12.6196 15.6781 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.3897 6C17.1859 6.57143 16.8396 7.94286 17.0841 8.85714C17.1859 9.2381 17.5117 10 18 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.98569 6C10.1429 4.59395 9.00462 3 6.57147 3C4.04678 3 2.00011 5.46243 2.00011 8.5C2.00011 11.5376 3.53899 14 6.06368 14C7.68007 14 8.53563 12.7459 8.3559 11.6589%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8C8.50006 7.9996 10.4999 8.4957 10.4999 11.64C10.4999 15.8 8.49942 17.36 10.0005 21M17 8C15.4999 7.9996 13.5001 8.4957 13.5001 11.64C13.5001 15.8 15.5006 17.36 13.9995 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.61035 6C6.81406 6.57143 7.16038 7.94286 6.91592 8.85714C6.81407 9.2381 6.48829 10 6 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0143 6C13.8571 4.59395 14.9954 3 17.4285 3C19.9532 3 21.9999 5.46243 21.9999 8.5C21.9999 11.5376 20.461 14 17.9363 14C16.2405 14 15.3821 12.6196 15.6781 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.3897 6C17.1859 6.57143 16.8396 7.94286 17.0841 8.85714C17.1859 9.2381 17.5117 10 18 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-labs{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 21C15.567 21 14 19.433 14 17.5L14 3L21 3L21 17.5C21 19.433 19.433 21 17.5 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 3L13 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16.875C10 19.9126 8 21 6 21C4 21 2 19.9126 2 16.875C2 13.8374 6 10 6 10C6 10 10 13.8374 10 16.875Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12C15.083 11.1336 16.2974 9.87843 17.771 10.7626C19.0014 11.5009 20.0342 10.7244 21 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 21C15.567 21 14 19.433 14 17.5L14 3L21 3L21 17.5C21 19.433 19.433 21 17.5 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 3L13 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16.875C10 19.9126 8 21 6 21C4 21 2 19.9126 2 16.875C2 13.8374 6 10 6 10C6 10 10 13.8374 10 16.875Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12C15.083 11.1336 16.2974 9.87843 17.771 10.7626C19.0014 11.5009 20.0342 10.7244 21 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-liver{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 8.03446C15.1204 8.03446 13.127 5.01107 10 5.01107C5.58172 5.01107 2 8.62072 2 13.0735C2 14.5065 2.17145 16.2117 2.8675 17.6086C3.41433 18.7061 4.68138 19.1636 5.88098 18.9481C10.4299 18.1308 14 15.0032 15 13.0047M15 13.0047C13.2314 13.1113 11 12.5051 9 11.0579M15 13.0047C17.8307 12.8342 22 10.2093 22 7.02666C22 3.84398 17 5.01107 14 6.46669%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 8.03446C15.1204 8.03446 13.127 5.01107 10 5.01107C5.58172 5.01107 2 8.62072 2 13.0735C2 14.5065 2.17145 16.2117 2.8675 17.6086C3.41433 18.7061 4.68138 19.1636 5.88098 18.9481C10.4299 18.1308 14 15.0032 15 13.0047M15 13.0047C13.2314 13.1113 11 12.5051 9 11.0579M15 13.0047C17.8307 12.8342 22 10.2093 22 7.02666C22 3.84398 17 5.01107 14 6.46669%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-lungs{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.97769 11C8.38875 11.2063 8.71501 11.5615 8.97397 11.9954M8.97397 11.9954C9.97037 13.665 9.97025 16.5 9.97025 16.5C9.97025 20 8.18605 21 5.98512 21C4.98884 21 2 20.5 2 16C2 9.5 5.48698 5 8.47583 5C10.8669 5 9.97174 10 8.97397 11.9954Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0216 11C15.6104 11.2063 15.2841 11.5615 15.0251 11.9954M15.0251 11.9954C14.0286 13.665 14.0287 16.5 14.0287 16.5C14.0287 20 15.8132 21 18.0144 21C19.0108 21 22 20.5 22 16C22 9.5 18.5126 5 15.5234 5C13.132 5 14.0301 10 15.0251 11.9954Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7L12 5.66667M12 5.66667L10 7M12 5.66667V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.97769 11C8.38875 11.2063 8.71501 11.5615 8.97397 11.9954M8.97397 11.9954C9.97037 13.665 9.97025 16.5 9.97025 16.5C9.97025 20 8.18605 21 5.98512 21C4.98884 21 2 20.5 2 16C2 9.5 5.48698 5 8.47583 5C10.8669 5 9.97174 10 8.97397 11.9954Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0216 11C15.6104 11.2063 15.2841 11.5615 15.0251 11.9954M15.0251 11.9954C14.0286 13.665 14.0287 16.5 14.0287 16.5C14.0287 20 15.8132 21 18.0144 21C19.0108 21 22 20.5 22 16C22 9.5 18.5126 5 15.5234 5C13.132 5 14.0301 10 15.0251 11.9954Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7L12 5.66667M12 5.66667L10 7M12 5.66667V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-mask-love{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1418 13.4419C15.3486 12.7108 16.4018 13.0054 17.0345 13.4747C17.294 13.6671 17.4237 13.7633 17.5 13.7633C17.5763 13.7633 17.706 13.6671 17.9655 13.4747C18.5982 13.0054 19.6514 12.7108 20.8582 13.4419C22.4419 14.4013 22.8002 17.5666 19.1472 20.2371C18.4514 20.7457 18.1035 21 17.5 21C16.8965 21 16.5486 20.7457 15.8528 20.2371C12.1998 17.5666 12.5581 14.4013 14.1418 13.4419Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8C7.46589 7.38677 9.61061 7 12 7C14.3894 7 16.5341 7.38677 18 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9C6 12.2571 4.1688 13.9419 3.05731 13.9985C3.02153 14.0003 2.98891 13.9808 2.97139 13.9496C2.15656 12.4966 2 10.7879 2 9C2 5.68629 2.89543 3 4 3C5.10457 3 6 5.68629 6 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.06 10.02C18.0094 9.66713 18 9.40053 18 9C18 5.68629 18.8954 3 20 3C21.1046 3 22 5.68629 22 9C22 9.38088 22 10.14 21.948 10.52%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19C8.04 18.78 4.74 17.04 3 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1418 13.4419C15.3486 12.7108 16.4018 13.0054 17.0345 13.4747C17.294 13.6671 17.4237 13.7633 17.5 13.7633C17.5763 13.7633 17.706 13.6671 17.9655 13.4747C18.5982 13.0054 19.6514 12.7108 20.8582 13.4419C22.4419 14.4013 22.8002 17.5666 19.1472 20.2371C18.4514 20.7457 18.1035 21 17.5 21C16.8965 21 16.5486 20.7457 15.8528 20.2371C12.1998 17.5666 12.5581 14.4013 14.1418 13.4419Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 8C7.46589 7.38677 9.61061 7 12 7C14.3894 7 16.5341 7.38677 18 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9C6 12.2571 4.1688 13.9419 3.05731 13.9985C3.02153 14.0003 2.98891 13.9808 2.97139 13.9496C2.15656 12.4966 2 10.7879 2 9C2 5.68629 2.89543 3 4 3C5.10457 3 6 5.68629 6 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.06 10.02C18.0094 9.66713 18 9.40053 18 9C18 5.68629 18.8954 3 20 3C21.1046 3 22 5.68629 22 9C22 9.38088 22 10.14 21.948 10.52%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19C8.04 18.78 4.74 17.04 3 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-mask{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 9C7.46589 8.38677 9.61061 8 12 8C14.3894 8 16.5341 8.38677 18 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 11.5C9.93974 11.176 10.9492 11 12 11C13.0508 11 14.0603 11.176 15 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C9.17669 15.636 10.5429 16 12 16C13.4571 16 14.8233 15.636 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10C6 13.2571 4.1688 14.9419 3.05731 14.9985C3.02153 15.0003 2.98891 14.9808 2.97139 14.9496C2.15656 13.4966 2 11.7879 2 10C2 6.68629 2.89543 4 4 4C5.10457 4 6 6.68629 6 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 10C18 13.2571 19.8312 14.9419 20.9427 14.9985C20.9785 15.0003 21.0111 14.9808 21.0286 14.9496C21.8434 13.4966 22 11.7879 22 10C22 6.68629 21.1046 4 20 4C18.8954 4 18 6.68629 18 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 15C19.2035 17.989 15.8458 20 12 20C8.15423 20 4.79648 17.989 3 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 9C7.46589 8.38677 9.61061 8 12 8C14.3894 8 16.5341 8.38677 18 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 11.5C9.93974 11.176 10.9492 11 12 11C13.0508 11 14.0603 11.176 15 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15C9.17669 15.636 10.5429 16 12 16C13.4571 16 14.8233 15.636 16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 10C6 13.2571 4.1688 14.9419 3.05731 14.9985C3.02153 15.0003 2.98891 14.9808 2.97139 14.9496C2.15656 13.4966 2 11.7879 2 10C2 6.68629 2.89543 4 4 4C5.10457 4 6 6.68629 6 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 10C18 13.2571 19.8312 14.9419 20.9427 14.9985C20.9785 15.0003 21.0111 14.9808 21.0286 14.9496C21.8434 13.4966 22 11.7879 22 10C22 6.68629 21.1046 4 20 4C18.8954 4 18 6.68629 18 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 15C19.2035 17.989 15.8458 20 12 20C8.15423 20 4.79648 17.989 3 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-medical-file{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 9V7.81818C19 6.12494 19 5.27832 18.7478 4.60214C18.3424 3.5151 17.4849 2.65765 16.3979 2.2522C15.7217 2 14.8751 2 13.1818 2C10.2186 2 8.73706 2 7.55375 2.44135C5.65142 3.15088 4.15088 4.65142 3.44135 6.55375C3 7.73706 3 9.21865 3 12.1818L3 14.7273C3 17.7966 3 19.3313 3.79783 20.3971C4.02643 20.7025 4.29752 20.9736 4.60289 21.2022C5.66867 22 7.20336 22 10.2727 22H11C12.1698 22 14.5 22 14.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 14.3333H11.8403C12.5019 14.3333 12.8326 14.3333 13.0985 14.5076C13.3643 14.6818 13.5122 14.9956 13.8081 15.6232L15.4 19L17.6 12L19.1919 15.3768C19.4878 16.0044 19.6357 16.3182 19.9015 16.4924C20.1674 16.6667 20.4981 16.6667 21.1597 16.6667H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667H7.44444C7.9611 8.66667 8.21942 8.66667 8.43137 8.60988C9.00652 8.45577 9.45576 8.00652 9.60988 7.43137C9.66667 7.21942 9.66667 6.9611 9.66667 6.44444V5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 9V7.81818C19 6.12494 19 5.27832 18.7478 4.60214C18.3424 3.5151 17.4849 2.65765 16.3979 2.2522C15.7217 2 14.8751 2 13.1818 2C10.2186 2 8.73706 2 7.55375 2.44135C5.65142 3.15088 4.15088 4.65142 3.44135 6.55375C3 7.73706 3 9.21865 3 12.1818L3 14.7273C3 17.7966 3 19.3313 3.79783 20.3971C4.02643 20.7025 4.29752 20.9736 4.60289 21.2022C5.66867 22 7.20336 22 10.2727 22H11C12.1698 22 14.5 22 14.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 14.3333H11.8403C12.5019 14.3333 12.8326 14.3333 13.0985 14.5076C13.3643 14.6818 13.5122 14.9956 13.8081 15.6232L15.4 19L17.6 12L19.1919 15.3768C19.4878 16.0044 19.6357 16.3182 19.9015 16.4924C20.1674 16.6667 20.4981 16.6667 21.1597 16.6667H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.1591 4.49238 8.66667 6.33333 8.66667H7.44444C7.9611 8.66667 8.21942 8.66667 8.43137 8.60988C9.00652 8.45577 9.45576 8.00652 9.60988 7.43137C9.66667 7.21942 9.66667 6.9611 9.66667 6.44444V5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-medicine-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 14H6.39482C6.68897 14 6.97908 14.0663 7.24217 14.1936L9.28415 15.1816C9.54724 15.3089 9.83735 15.3751 10.1315 15.3751H11.1741C12.1825 15.3751 13 16.1662 13 17.142C13 17.1814 12.973 17.2161 12.9338 17.2269L10.3929 17.9295C9.93707 18.0555 9.449 18.0116 9.025 17.8064L6.84211 16.7503%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16.5L17.5928 15.0889C18.407 14.8352 19.2871 15.136 19.7971 15.8423C20.1659 16.3529 20.0157 17.0842 19.4785 17.3942L11.9629 21.7305C11.4849 22.0063 10.9209 22.0736 10.3952 21.9176L4 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.3294 4.50042C18.7099 6.89148 17.8906 9.94892 15.4996 11.3294C13.1085 12.7099 10.0511 11.8906 8.6706 9.49958M17.3294 4.50042C15.9489 2.10935 12.8915 1.29011 10.5004 2.6706C8.10935 4.05108 7.29011 7.10852 8.6706 9.49958M17.3294 4.50042L8.6706 9.49958%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 14H6.39482C6.68897 14 6.97908 14.0663 7.24217 14.1936L9.28415 15.1816C9.54724 15.3089 9.83735 15.3751 10.1315 15.3751H11.1741C12.1825 15.3751 13 16.1662 13 17.142C13 17.1814 12.973 17.2161 12.9338 17.2269L10.3929 17.9295C9.93707 18.0555 9.449 18.0116 9.025 17.8064L6.84211 16.7503%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16.5L17.5928 15.0889C18.407 14.8352 19.2871 15.136 19.7971 15.8423C20.1659 16.3529 20.0157 17.0842 19.4785 17.3942L11.9629 21.7305C11.4849 22.0063 10.9209 22.0736 10.3952 21.9176L4 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.3294 4.50042C18.7099 6.89148 17.8906 9.94892 15.4996 11.3294C13.1085 12.7099 10.0511 11.8906 8.6706 9.49958M17.3294 4.50042C15.9489 2.10935 12.8915 1.29011 10.5004 2.6706C8.10935 4.05108 7.29011 7.10852 8.6706 9.49958M17.3294 4.50042L8.6706 9.49958%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-medicine-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1932 12.999C21.8501 15.8688 20.8669 19.5383 17.9971 21.1952C15.1273 22.8521 11.4578 21.8688 9.80094 18.999M20.1932 12.999C18.5364 10.1293 14.8669 9.14604 11.9971 10.8029C9.12734 12.4598 8.14409 16.1293 9.80094 18.999M20.1932 12.999L9.80094 18.999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.0428 5.54203L15.1278 2.5374C17 1.43112 19.394 2.08763 20.4749 4.00376C21.3433 5.54315 21.1 7.4272 20 8.6822M10.0428 5.54203L4.95785 8.54667C3.08563 9.65294 2.44415 12.1031 3.52508 14.0192C4.17499 15.1713 5.29956 15.868 6.5 16M10.0428 5.54203L11.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.1932 12.999C21.8501 15.8688 20.8669 19.5383 17.9971 21.1952C15.1273 22.8521 11.4578 21.8688 9.80094 18.999M20.1932 12.999C18.5364 10.1293 14.8669 9.14604 11.9971 10.8029C9.12734 12.4598 8.14409 16.1293 9.80094 18.999M20.1932 12.999L9.80094 18.999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.0428 5.54203L15.1278 2.5374C17 1.43112 19.394 2.08763 20.4749 4.00376C21.3433 5.54315 21.1 7.4272 20 8.6822M10.0428 5.54203L4.95785 8.54667C3.08563 9.65294 2.44415 12.1031 3.52508 14.0192C4.17499 15.1713 5.29956 15.868 6.5 16M10.0428 5.54203L11.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-medicine-bottle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.06845 2H14.9316C15.8529 2 16.3135 2 16.5997 2.29289C17.1334 2.83907 17.1334 5.16093 16.5997 5.70711C16.3135 6 15.8529 6 14.9316 6H9.06845C8.14715 6 7.6865 6 7.40029 5.70711C6.86657 5.16093 6.86657 2.83907 7.40029 2.29289C7.6865 2 8.14715 2 9.06845 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 6C8.16493 6.32986 8.24741 6.49481 8.30606 6.6557C8.61211 7.49515 8.52805 8.42732 8.07678 9.19848C7.99029 9.34628 7.87965 9.49381 7.65836 9.78885L7.25493 10.3268C6.80486 10.9269 6.57983 11.2269 6.41674 11.5556C6.252 11.8877 6.13421 12.241 6.06677 12.6055C6 12.9664 6 13.3414 6 14.0915V16C6 18.8284 6 20.2426 6.87868 21.1213C7.75736 22 9.17157 22 12 22C14.8284 22 16.2426 22 17.1213 21.1213C18 20.2426 18 18.8284 18 16V14.0915C18 13.3414 18 12.9664 17.9332 12.6055C17.8658 12.241 17.748 11.8877 17.5833 11.5556C17.4202 11.2269 17.1951 10.9269 16.7451 10.3268L16.3416 9.78885C16.1204 9.49381 16.0097 9.34628 15.9232 9.19848C15.4719 8.42732 15.3879 7.49515 15.6939 6.6557C15.7526 6.49481 15.8351 6.32987 16 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 13V18M9.5 15.5L14.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.06845 2H14.9316C15.8529 2 16.3135 2 16.5997 2.29289C17.1334 2.83907 17.1334 5.16093 16.5997 5.70711C16.3135 6 15.8529 6 14.9316 6H9.06845C8.14715 6 7.6865 6 7.40029 5.70711C6.86657 5.16093 6.86657 2.83907 7.40029 2.29289C7.6865 2 8.14715 2 9.06845 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 6C8.16493 6.32986 8.24741 6.49481 8.30606 6.6557C8.61211 7.49515 8.52805 8.42732 8.07678 9.19848C7.99029 9.34628 7.87965 9.49381 7.65836 9.78885L7.25493 10.3268C6.80486 10.9269 6.57983 11.2269 6.41674 11.5556C6.252 11.8877 6.13421 12.241 6.06677 12.6055C6 12.9664 6 13.3414 6 14.0915V16C6 18.8284 6 20.2426 6.87868 21.1213C7.75736 22 9.17157 22 12 22C14.8284 22 16.2426 22 17.1213 21.1213C18 20.2426 18 18.8284 18 16V14.0915C18 13.3414 18 12.9664 17.9332 12.6055C17.8658 12.241 17.748 11.8877 17.5833 11.5556C17.4202 11.2269 17.1951 10.9269 16.7451 10.3268L16.3416 9.78885C16.1204 9.49381 16.0097 9.34628 15.9232 9.19848C15.4719 8.42732 15.3879 7.49515 15.6939 6.6557C15.7526 6.49481 15.8351 6.32987 16 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 13V18M9.5 15.5L14.5 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-medicine-bottle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 22C7.11661 22 5.79151 22 4.89576 21.1213C4 20.2426 4 18.8284 4 16L4 14.0915C4 13.3414 4 12.9664 4.06806 12.6055C4.13682 12.241 4.25689 11.8877 4.42484 11.5556C4.59109 11.2269 4.8205 10.9269 5.27932 10.3268L5.69059 9.78885C5.91617 9.49381 6.02897 9.34628 6.11714 9.19848C6.57719 8.42732 6.66287 7.49515 6.35088 6.6557C6.29108 6.49481 6.20701 6.32987 6.03887 6M14.1943 6C14.0262 6.32986 13.9421 6.49481 13.8823 6.6557C13.5703 7.49515 13.656 8.42732 14.1161 9.19848C14.2042 9.34628 14.317 9.49381 14.5426 9.78885C14.987 10.37 15.6538 10.8691 16 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.06845 2H12.9316C13.8529 2 14.3135 2 14.5997 2.29289C15.1334 2.83907 15.1334 5.16093 14.5997 5.70711C14.3135 6 13.8529 6 12.9316 6H7.06845C6.14715 6 5.6865 6 5.40029 5.70711C4.86657 5.16093 4.86657 2.83907 5.40029 2.29289C5.6865 2 6.14715 2 7.06845 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.5367 14.9058C20.2456 16.3057 20.4961 18.8259 19.0962 20.5348C17.6963 22.2436 15.1761 22.4941 13.4672 21.0942M18.5367 14.9058C16.8278 13.5059 14.3077 13.7564 12.9078 15.4652C11.5078 17.1741 11.7583 19.6943 13.4672 21.0942M18.5367 14.9058L13.4672 21.0942%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 22C7.11661 22 5.79151 22 4.89576 21.1213C4 20.2426 4 18.8284 4 16L4 14.0915C4 13.3414 4 12.9664 4.06806 12.6055C4.13682 12.241 4.25689 11.8877 4.42484 11.5556C4.59109 11.2269 4.8205 10.9269 5.27932 10.3268L5.69059 9.78885C5.91617 9.49381 6.02897 9.34628 6.11714 9.19848C6.57719 8.42732 6.66287 7.49515 6.35088 6.6557C6.29108 6.49481 6.20701 6.32987 6.03887 6M14.1943 6C14.0262 6.32986 13.9421 6.49481 13.8823 6.6557C13.5703 7.49515 13.656 8.42732 14.1161 9.19848C14.2042 9.34628 14.317 9.49381 14.5426 9.78885C14.987 10.37 15.6538 10.8691 16 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.06845 2H12.9316C13.8529 2 14.3135 2 14.5997 2.29289C15.1334 2.83907 15.1334 5.16093 14.5997 5.70711C14.3135 6 13.8529 6 12.9316 6H7.06845C6.14715 6 5.6865 6 5.40029 5.70711C4.86657 5.16093 4.86657 2.83907 5.40029 2.29289C5.6865 2 6.14715 2 7.06845 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.5367 14.9058C20.2456 16.3057 20.4961 18.8259 19.0962 20.5348C17.6963 22.2436 15.1761 22.4941 13.4672 21.0942M18.5367 14.9058C16.8278 13.5059 14.3077 13.7564 12.9078 15.4652C11.5078 17.1741 11.7583 19.6943 13.4672 21.0942M18.5367 14.9058L13.4672 21.0942%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-medicine-syrup{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 15.75C9.5 17.4069 10.75 18 12 18C13.25 18 14.5 17.4069 14.5 15.75C14.5 14.0931 12 12 12 12C12 12 9.5 14.0931 9.5 15.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.06845 2H14.9316C15.8529 2 16.3135 2 16.5997 2.29289C17.1334 2.83907 17.1334 5.16093 16.5997 5.70711C16.3135 6 15.8529 6 14.9316 6H9.06845C8.14715 6 7.6865 6 7.40029 5.70711C6.86657 5.16093 6.86657 2.83907 7.40029 2.29289C7.6865 2 8.14715 2 9.06845 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 6C8.16493 6.32986 8.24741 6.49481 8.30606 6.6557C8.61211 7.49515 8.52805 8.42732 8.07678 9.19848C7.99029 9.34628 7.87965 9.49381 7.65836 9.78885L7.25493 10.3268C6.80486 10.9269 6.57983 11.2269 6.41674 11.5556C6.252 11.8877 6.13421 12.241 6.06677 12.6055C6 12.9664 6 13.3414 6 14.0915V16C6 18.8284 6 20.2426 6.87868 21.1213C7.75736 22 9.17157 22 12 22C14.8284 22 16.2426 22 17.1213 21.1213C18 20.2426 18 18.8284 18 16V14.0915C18 13.3414 18 12.9664 17.9332 12.6055C17.8658 12.241 17.748 11.8877 17.5833 11.5556C17.4202 11.2269 17.1951 10.9269 16.7451 10.3268L16.3416 9.78885C16.1204 9.49381 16.0097 9.34628 15.9232 9.19848C15.4719 8.42732 15.3879 7.49515 15.6939 6.6557C15.7526 6.49481 15.8351 6.32987 16 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 15.75C9.5 17.4069 10.75 18 12 18C13.25 18 14.5 17.4069 14.5 15.75C14.5 14.0931 12 12 12 12C12 12 9.5 14.0931 9.5 15.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.06845 2H14.9316C15.8529 2 16.3135 2 16.5997 2.29289C17.1334 2.83907 17.1334 5.16093 16.5997 5.70711C16.3135 6 15.8529 6 14.9316 6H9.06845C8.14715 6 7.6865 6 7.40029 5.70711C6.86657 5.16093 6.86657 2.83907 7.40029 2.29289C7.6865 2 8.14715 2 9.06845 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 6C8.16493 6.32986 8.24741 6.49481 8.30606 6.6557C8.61211 7.49515 8.52805 8.42732 8.07678 9.19848C7.99029 9.34628 7.87965 9.49381 7.65836 9.78885L7.25493 10.3268C6.80486 10.9269 6.57983 11.2269 6.41674 11.5556C6.252 11.8877 6.13421 12.241 6.06677 12.6055C6 12.9664 6 13.3414 6 14.0915V16C6 18.8284 6 20.2426 6.87868 21.1213C7.75736 22 9.17157 22 12 22C14.8284 22 16.2426 22 17.1213 21.1213C18 20.2426 18 18.8284 18 16V14.0915C18 13.3414 18 12.9664 17.9332 12.6055C17.8658 12.241 17.748 11.8877 17.5833 11.5556C17.4202 11.2269 17.1951 10.9269 16.7451 10.3268L16.3416 9.78885C16.1204 9.49381 16.0097 9.34628 15.9232 9.19848C15.4719 8.42732 15.3879 7.49515 15.6939 6.6557C15.7526 6.49481 15.8351 6.32987 16 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-mortar{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.96256 12H19.0374C20.0144 12 20.5028 12 20.8047 12.3753C21.1065 12.7506 21.0135 13.1617 20.8276 13.984C20.2864 16.3763 18.7876 18.408 16.7527 19.6599C16.3614 19.9006 16.1944 20.3975 16.4056 20.8042C16.689 21.3497 16.2909 22 15.6735 22H8.32647C7.70915 22 7.31104 21.3497 7.5944 20.8042C7.80561 20.3975 7.63863 19.9006 7.24729 19.6599C5.21237 18.408 3.71356 16.3763 3.17245 13.984C2.98645 13.1617 2.89345 12.7506 3.1953 12.3753C3.49715 12 3.98562 12 4.96256 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4588 12L19.0095 8.28104C19.1841 7.86217 19.6148 7.65205 20.047 7.57994C20.4208 7.51758 20.7187 7.3415 20.8785 7.05278C21.2753 6.33534 20.6683 5.1941 19.5226 4.50374C18.3769 3.81338 17.1264 3.83534 16.7295 4.55278C16.5698 4.8415 16.5726 5.19885 16.7078 5.56783C16.864 5.99454 16.905 6.48886 16.6448 6.85615L13 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.50185 5.50185L10 9M8.60074 3.40297C10.1463 4.94854 9.75993 6.44156 8.60074 7.60074C7.44156 8.75993 5.94854 9.14632 4.40297 7.60074C2.85739 6.05516 3.00371 2.00371 3.00371 2.00371C3.00371 2.00371 7.05516 1.85739 8.60074 3.40297Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.96256 12H19.0374C20.0144 12 20.5028 12 20.8047 12.3753C21.1065 12.7506 21.0135 13.1617 20.8276 13.984C20.2864 16.3763 18.7876 18.408 16.7527 19.6599C16.3614 19.9006 16.1944 20.3975 16.4056 20.8042C16.689 21.3497 16.2909 22 15.6735 22H8.32647C7.70915 22 7.31104 21.3497 7.5944 20.8042C7.80561 20.3975 7.63863 19.9006 7.24729 19.6599C5.21237 18.408 3.71356 16.3763 3.17245 13.984C2.98645 13.1617 2.89345 12.7506 3.1953 12.3753C3.49715 12 3.98562 12 4.96256 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4588 12L19.0095 8.28104C19.1841 7.86217 19.6148 7.65205 20.047 7.57994C20.4208 7.51758 20.7187 7.3415 20.8785 7.05278C21.2753 6.33534 20.6683 5.1941 19.5226 4.50374C18.3769 3.81338 17.1264 3.83534 16.7295 4.55278C16.5698 4.8415 16.5726 5.19885 16.7078 5.56783C16.864 5.99454 16.905 6.48886 16.6448 6.85615L13 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.50185 5.50185L10 9M8.60074 3.40297C10.1463 4.94854 9.75993 6.44156 8.60074 7.60074C7.44156 8.75993 5.94854 9.14632 4.40297 7.60074C2.85739 6.05516 3.00371 2.00371 3.00371 2.00371C3.00371 2.00371 7.05516 1.85739 8.60074 3.40297Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-nose{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 17C9 17 9.5 21 12 21C14.5 21 15 17 17 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 3C8.5 5.27896 7.13238 10.0177 5.73581 12.1124C4.16269 14.4718 2.78009 18.3771 5.73797 19.8041C7.19815 20.5085 9 19.0868 9 19.0868%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 3C15.5 5.27809 16.8676 10.0177 18.2642 12.1124C19.8373 14.4718 21.2199 18.3771 18.262 19.8041C16.8018 20.5085 15 19.0868 15 19.0868%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 17C9 17 9.5 21 12 21C14.5 21 15 17 17 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 3C8.5 5.27896 7.13238 10.0177 5.73581 12.1124C4.16269 14.4718 2.78009 18.3771 5.73797 19.8041C7.19815 20.5085 9 19.0868 9 19.0868%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 3C15.5 5.27809 16.8676 10.0177 18.2642 12.1124C19.8373 14.4718 21.2199 18.3771 18.262 19.8041C16.8018 20.5085 15 19.0868 15 19.0868%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-prescription{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 21L10 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 19V5C5 3.34533 5.34533 3 7 3H9.5C11.9853 3 14 5.01472 14 7.5C14 9.98528 11.9853 12 9.5 12H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 15L13 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 21L10 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 19V5C5 3.34533 5.34533 3 7 3H9.5C11.9853 3 14 5.01472 14 7.5C14 9.98528 11.9853 12 9.5 12H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 15L13 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-protection-mask{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.27574 22V18.4493C4.27574 17.172 3.93486 16.5167 3.26456 15.4113C2.46115 14.0864 2 12.5402 2 10.8889C2 5.97969 6.07554 2 11.103 2C15.4666 2 19.1132 4.99817 20 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0752 14.8454L18.991 12.4141C19.0832 12.3568 19.1294 12.3282 19.1753 12.3058C19.2213 12.2834 19.2749 12.2638 19.382 12.2245C19.933 12.0226 20.5435 11.8047 21.0395 12.2243C21.3015 12.4459 21.4245 12.8352 21.6707 13.6138C21.8649 14.2282 22.0806 14.8351 21.9699 15.487C21.9119 15.8283 21.7602 16.1483 21.4567 16.7883L20.0275 19.8024C19.4737 20.9703 19.1968 21.5542 18.2759 21.8609C17.3551 22.1675 16.9484 21.9358 16.135 21.4725C12.4487 19.3724 5.30998 13.2604 7.36438 10.4879C8.14017 9.44098 10.1234 9.73499 15.0752 14.8454ZM15.0752 14.8454L14.0098 20.0793%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.27574 22V18.4493C4.27574 17.172 3.93486 16.5167 3.26456 15.4113C2.46115 14.0864 2 12.5402 2 10.8889C2 5.97969 6.07554 2 11.103 2C15.4666 2 19.1132 4.99817 20 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0752 14.8454L18.991 12.4141C19.0832 12.3568 19.1294 12.3282 19.1753 12.3058C19.2213 12.2834 19.2749 12.2638 19.382 12.2245C19.933 12.0226 20.5435 11.8047 21.0395 12.2243C21.3015 12.4459 21.4245 12.8352 21.6707 13.6138C21.8649 14.2282 22.0806 14.8351 21.9699 15.487C21.9119 15.8283 21.7602 16.1483 21.4567 16.7883L20.0275 19.8024C19.4737 20.9703 19.1968 21.5542 18.2759 21.8609C17.3551 22.1675 16.9484 21.9358 16.135 21.4725C12.4487 19.3724 5.30998 13.2604 7.36438 10.4879C8.14017 9.44098 10.1234 9.73499 15.0752 14.8454ZM15.0752 14.8454L14.0098 20.0793%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-safe{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 17L16.2099 17.2099C16.5786 17.5786 16.763 17.763 16.9862 17.7506C17.2094 17.7383 17.3722 17.5346 17.6979 17.1274L18.9996 15.5M13 15.4543V15.8403C13 17.0422 13 17.6431 13.1484 18.1931C13.3316 18.8723 13.6791 19.4986 14.1616 20.0197C14.5522 20.4416 15.0678 20.7701 16.0988 21.4271C16.5604 21.7212 16.7912 21.8683 17.0365 21.9367C17.3395 22.0211 17.6605 22.0211 17.9635 21.9367C18.2088 21.8683 18.4396 21.7212 18.9012 21.4271C19.9322 20.7701 20.4478 20.4416 20.8384 20.0197C21.3209 19.4986 21.6684 18.8723 21.8516 18.1931C22 17.6431 22 17.0422 22 15.8403V15.4543C22 14.7059 22 14.3317 21.8582 14.0157C21.7707 13.8208 21.6454 13.6443 21.4892 13.496C21.2359 13.2555 20.877 13.1241 20.159 12.8613L18.685 12.3218C18.099 12.1073 17.806 12 17.5 12C17.194 12 16.901 12.1073 16.315 12.3218L14.841 12.8613C14.123 13.1241 13.7641 13.2555 13.5108 13.496C13.3546 13.6443 13.2293 13.8208 13.1418 14.0157C13 14.3317 13 14.7059 13 15.4543Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.1712 7.9091V9.5M16.1712 7.9091C16.1712 7.15599 16.8045 6.54546 17.5856 6.54546C18.3668 6.54546 19 7.15599 19 7.9091V9.5M16.1712 7.9091V5.18183C16.1712 4.42871 15.538 3.81819 14.7568 3.81819C13.9757 3.81819 13.3424 4.42871 13.3424 5.18183M13.3424 5.18183V9.5M13.3424 5.18183V3.36364C13.3424 2.61052 12.7092 2 11.928 2C11.1469 2 10.5136 2.61052 10.5136 3.36364V6.09092M10.5136 6.09092C10.5136 5.3378 9.8804 4.72728 9.09925 4.72728C8.3181 4.72728 7.68485 5.3378 7.68485 6.09092V12.638C7.68485 13.054 7.15233 13.2514 6.8624 12.9429L4.57112 10.5043C4.18153 10.0442 3.52308 9.88846 2.95688 10.1224C1.94855 10.539 1.71198 12.0103 2.36735 12.8584C3.48877 14.3098 4.63778 16.2915 5.56538 18.0388C6.82424 20.4102 9.30884 22 12.0719 22M10.5136 6.09092V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 17L16.2099 17.2099C16.5786 17.5786 16.763 17.763 16.9862 17.7506C17.2094 17.7383 17.3722 17.5346 17.6979 17.1274L18.9996 15.5M13 15.4543V15.8403C13 17.0422 13 17.6431 13.1484 18.1931C13.3316 18.8723 13.6791 19.4986 14.1616 20.0197C14.5522 20.4416 15.0678 20.7701 16.0988 21.4271C16.5604 21.7212 16.7912 21.8683 17.0365 21.9367C17.3395 22.0211 17.6605 22.0211 17.9635 21.9367C18.2088 21.8683 18.4396 21.7212 18.9012 21.4271C19.9322 20.7701 20.4478 20.4416 20.8384 20.0197C21.3209 19.4986 21.6684 18.8723 21.8516 18.1931C22 17.6431 22 17.0422 22 15.8403V15.4543C22 14.7059 22 14.3317 21.8582 14.0157C21.7707 13.8208 21.6454 13.6443 21.4892 13.496C21.2359 13.2555 20.877 13.1241 20.159 12.8613L18.685 12.3218C18.099 12.1073 17.806 12 17.5 12C17.194 12 16.901 12.1073 16.315 12.3218L14.841 12.8613C14.123 13.1241 13.7641 13.2555 13.5108 13.496C13.3546 13.6443 13.2293 13.8208 13.1418 14.0157C13 14.3317 13 14.7059 13 15.4543Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.1712 7.9091V9.5M16.1712 7.9091C16.1712 7.15599 16.8045 6.54546 17.5856 6.54546C18.3668 6.54546 19 7.15599 19 7.9091V9.5M16.1712 7.9091V5.18183C16.1712 4.42871 15.538 3.81819 14.7568 3.81819C13.9757 3.81819 13.3424 4.42871 13.3424 5.18183M13.3424 5.18183V9.5M13.3424 5.18183V3.36364C13.3424 2.61052 12.7092 2 11.928 2C11.1469 2 10.5136 2.61052 10.5136 3.36364V6.09092M10.5136 6.09092C10.5136 5.3378 9.8804 4.72728 9.09925 4.72728C8.3181 4.72728 7.68485 5.3378 7.68485 6.09092V12.638C7.68485 13.054 7.15233 13.2514 6.8624 12.9429L4.57112 10.5043C4.18153 10.0442 3.52308 9.88846 2.95688 10.1224C1.94855 10.539 1.71198 12.0103 2.36735 12.8584C3.48877 14.3098 4.63778 16.2915 5.56538 18.0388C6.82424 20.4102 9.30884 22 12.0719 22M10.5136 6.09092V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-skull{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5908 14.536C11.1388 14.7038 10.7358 15.0268 10.3317 15.2845C9.48946 15.8216 8.63063 16.4131 7.58474 16.3597C4.46802 16.2004 2 12.3209 2 9.56692C2 5.38782 6.10119 2 11.1603 2C15.7188 2 19.4995 4.75056 20.2031 8.35214C20.4227 9.47603 19.9208 10.1613 19.3027 11.0803L21.3692 13.1287C21.797 13.5528 22.011 13.7649 21.9996 13.9858C21.9881 14.2066 21.7199 14.4234 21.1834 14.8569C20.7141 15.236 20.3205 15.6902 20.3205 16.1249C20.5325 17.5959 21.4196 20.0253 20.4459 21.2837C19.2685 22.8054 16.9884 21.5105 15.6126 20.9801C14.178 20.4271 13.4607 20.1506 12.9795 19.6296C11.8449 18.4013 11.5908 14.536 11.5908 14.536ZM11.5908 14.536C13.0845 13.9816 14.3114 15.7714 15.8378 15.1043C16.3596 14.8762 16.8134 14.4444 17.2671 14.1071%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 19C20.5 19 19 18.5 18.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9.01907C14 9.01907 12.1384 9.01907 11.3067 10.3287C11.0575 10.7213 10.6752 11.0693 10.2233 10.9881C9.01847 10.7716 7.65343 9.99767 7 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5908 14.536C11.1388 14.7038 10.7358 15.0268 10.3317 15.2845C9.48946 15.8216 8.63063 16.4131 7.58474 16.3597C4.46802 16.2004 2 12.3209 2 9.56692C2 5.38782 6.10119 2 11.1603 2C15.7188 2 19.4995 4.75056 20.2031 8.35214C20.4227 9.47603 19.9208 10.1613 19.3027 11.0803L21.3692 13.1287C21.797 13.5528 22.011 13.7649 21.9996 13.9858C21.9881 14.2066 21.7199 14.4234 21.1834 14.8569C20.7141 15.236 20.3205 15.6902 20.3205 16.1249C20.5325 17.5959 21.4196 20.0253 20.4459 21.2837C19.2685 22.8054 16.9884 21.5105 15.6126 20.9801C14.178 20.4271 13.4607 20.1506 12.9795 19.6296C11.8449 18.4013 11.5908 14.536 11.5908 14.536ZM11.5908 14.536C13.0845 13.9816 14.3114 15.7714 15.8378 15.1043C16.3596 14.8762 16.8134 14.4444 17.2671 14.1071%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 19C20.5 19 19 18.5 18.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9.01907C14 9.01907 12.1384 9.01907 11.3067 10.3287C11.0575 10.7213 10.6752 11.0693 10.2233 10.9881C9.01847 10.7716 7.65343 9.99767 7 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-sperm{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.89092 14.1091C12.1252 16.3433 15.189 16.9019 17.9818 14.1091C20.7746 11.3163 22.0272 6.0182 20.0045 3.99548C17.9818 1.97276 12.6837 3.22541 9.89092 6.0182C7.09812 8.811 7.65668 11.8748 9.89092 14.1091Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 21C3.41339 20.4523 4.05487 19.8823 5.17764 19.6079C6.07232 19.3892 6.51967 19.2799 6.68616 19.1665C7.02076 18.9388 7.12514 18.7561 7.14451 18.3644C7.15414 18.1695 7.04904 17.8687 6.83883 17.267C6.62862 16.6654 6.52352 16.3646 6.53315 16.1697C6.55252 15.778 6.6569 15.5953 6.9915 15.3675C7.15799 15.2542 7.60534 15.1449 8.50002 14.9262C9.29868 14.731 9.7855 14.3789 10 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.89092 14.1091C12.1252 16.3433 15.189 16.9019 17.9818 14.1091C20.7746 11.3163 22.0272 6.0182 20.0045 3.99548C17.9818 1.97276 12.6837 3.22541 9.89092 6.0182C7.09812 8.811 7.65668 11.8748 9.89092 14.1091Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 21C3.41339 20.4523 4.05487 19.8823 5.17764 19.6079C6.07232 19.3892 6.51967 19.2799 6.68616 19.1665C7.02076 18.9388 7.12514 18.7561 7.14451 18.3644C7.15414 18.1695 7.04904 17.8687 6.83883 17.267C6.62862 16.6654 6.52352 16.3646 6.53315 16.1697C6.55252 15.778 6.6569 15.5953 6.9915 15.3675C7.15799 15.2542 7.60534 15.1449 8.50002 14.9262C9.29868 14.731 9.7855 14.3789 10 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-stethoscope{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0014 2C14.1053 2 15.0003 2.93126 15.0003 4.08003C15.0003 5.02915 15.0362 5.87375 14.2692 6.57196C11.7587 8.85732 10.5034 10 9.00027 10C7.49714 10 6.24187 8.85732 3.73133 6.57196C2.96426 5.87369 3.00027 5.029 3.00027 4.07981C3.00027 2.93116 3.8951 2 4.99893 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 14V17.4998C9 19.9852 11.0149 22.0001 13.5003 22.0001C15.9858 22.0001 18.0007 19.9852 18.0007 17.4998V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7L12.6978 10.2556C12.3516 11.121 12.1785 11.5537 11.8887 11.9092C11.5988 12.2648 11.2098 12.5215 10.4319 13.0349L8.9696 14L7.53283 13.0323C6.77221 12.5201 6.39189 12.2639 6.10821 11.9126C5.82452 11.5613 5.65423 11.1356 5.31365 10.2841L4 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13C21 14.6569 19.6569 16 18 16C16.3431 16 15 14.6569 15 13C15 11.3431 16.3431 10 18 10C19.6569 10 21 11.3431 21 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.008 13L17.999 13%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0014 2C14.1053 2 15.0003 2.93126 15.0003 4.08003C15.0003 5.02915 15.0362 5.87375 14.2692 6.57196C11.7587 8.85732 10.5034 10 9.00027 10C7.49714 10 6.24187 8.85732 3.73133 6.57196C2.96426 5.87369 3.00027 5.029 3.00027 4.07981C3.00027 2.93116 3.8951 2 4.99893 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 14V17.4998C9 19.9852 11.0149 22.0001 13.5003 22.0001C15.9858 22.0001 18.0007 19.9852 18.0007 17.4998V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7L12.6978 10.2556C12.3516 11.121 12.1785 11.5537 11.8887 11.9092C11.5988 12.2648 11.2098 12.5215 10.4319 13.0349L8.9696 14L7.53283 13.0323C6.77221 12.5201 6.39189 12.2639 6.10821 11.9126C5.82452 11.5613 5.65423 11.1356 5.31365 10.2841L4 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 13C21 14.6569 19.6569 16 18 16C16.3431 16 15 14.6569 15 13C15 11.3431 16.3431 10 18 10C19.6569 10 21 11.3431 21 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.008 13L17.999 13%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-thermometer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.8801 15.9369L20.6738 8.17267C21.4217 7.31791 21.7956 6.89053 21.9252 6.41326C22.0376 5.99901 22.023 5.56052 21.8833 5.15466C21.7223 4.68707 21.3207 4.28551 20.5176 3.4824C19.7145 2.67928 19.3129 2.27773 18.8453 2.11672C18.4395 1.97696 18.001 1.96236 17.5867 2.07481C17.1095 2.20436 16.6821 2.57832 15.8273 3.32623L8.06312 10.1199C7.10741 10.9562 6.62955 11.3743 6.34846 11.9258C6.06738 12.4774 6.00989 13.1098 5.89492 14.3745L5.87152 14.6319C5.81078 15.3 5.78041 15.6341 5.65293 15.9386C5.52546 16.2431 5.30877 16.4992 4.8754 17.0114L2.27543 20.0841C1.88438 20.5462 1.91286 21.231 2.34094 21.6591C2.76903 22.0871 3.45379 22.1156 3.91594 21.7246L6.98863 19.1246C7.5008 18.6912 7.75689 18.4745 8.06139 18.3471C8.36589 18.2196 8.69998 18.1892 9.36814 18.1285L9.62553 18.1051C10.8902 17.9901 11.5226 17.9326 12.0741 17.6515C12.6257 17.3704 13.0438 16.8926 13.8801 15.9369Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.78906 9.89453L9.36983 10.843C9.74255 11.0666 9.86341 11.5501 9.63978 11.9228L9.34781 12.4094C8.96198 13.0524 9.06331 13.8755 9.59357 14.4058C10.1238 14.9361 10.9469 15.0374 11.59 14.6516L12.0766 14.3596C12.4493 14.136 12.9328 14.2568 13.1564 14.6296L14.1049 16.2103%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2634 6.7373L14.1055 9.8952%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.8801 15.9369L20.6738 8.17267C21.4217 7.31791 21.7956 6.89053 21.9252 6.41326C22.0376 5.99901 22.023 5.56052 21.8833 5.15466C21.7223 4.68707 21.3207 4.28551 20.5176 3.4824C19.7145 2.67928 19.3129 2.27773 18.8453 2.11672C18.4395 1.97696 18.001 1.96236 17.5867 2.07481C17.1095 2.20436 16.6821 2.57832 15.8273 3.32623L8.06312 10.1199C7.10741 10.9562 6.62955 11.3743 6.34846 11.9258C6.06738 12.4774 6.00989 13.1098 5.89492 14.3745L5.87152 14.6319C5.81078 15.3 5.78041 15.6341 5.65293 15.9386C5.52546 16.2431 5.30877 16.4992 4.8754 17.0114L2.27543 20.0841C1.88438 20.5462 1.91286 21.231 2.34094 21.6591C2.76903 22.0871 3.45379 22.1156 3.91594 21.7246L6.98863 19.1246C7.5008 18.6912 7.75689 18.4745 8.06139 18.3471C8.36589 18.2196 8.69998 18.1892 9.36814 18.1285L9.62553 18.1051C10.8902 17.9901 11.5226 17.9326 12.0741 17.6515C12.6257 17.3704 13.0438 16.8926 13.8801 15.9369Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.78906 9.89453L9.36983 10.843C9.74255 11.0666 9.86341 11.5501 9.63978 11.9228L9.34781 12.4094C8.96198 13.0524 9.06331 13.8755 9.59357 14.4058C10.1238 14.9361 10.9469 15.0374 11.59 14.6516L12.0766 14.3596C12.4493 14.136 12.9328 14.2568 13.1564 14.6296L14.1049 16.2103%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.2634 6.7373L14.1055 9.8952%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-tissue-paper{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 9.5C10 12.5376 8.20914 15 6 15C3.79086 15 2 12.5376 2 9.5C2 6.46243 3.79086 4 6 4C8.20914 4 10 6.46243 10 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.8127 10.6943C21.9339 10.1652 22 9.59475 22 9C22 6.23858 20.5755 4 18.8182 4L6 4C9.15512 4 10.5704 7.955 10.0225 10.5666C9.45596 13.2674 7.17947 16.369 7.38872 19.1311C7.42593 19.6223 7.79914 20 8.24715 20H18.3605C18.8516 20 19.2378 19.5383 19.197 19C18.9931 16.3084 21.2125 13.3133 21.8127 10.6943Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.00801 9.5L5.99902 9.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 9.5C10 12.5376 8.20914 15 6 15C3.79086 15 2 12.5376 2 9.5C2 6.46243 3.79086 4 6 4C8.20914 4 10 6.46243 10 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.8127 10.6943C21.9339 10.1652 22 9.59475 22 9C22 6.23858 20.5755 4 18.8182 4L6 4C9.15512 4 10.5704 7.955 10.0225 10.5666C9.45596 13.2674 7.17947 16.369 7.38872 19.1311C7.42593 19.6223 7.79914 20 8.24715 20H18.3605C18.8516 20 19.2378 19.5383 19.197 19C18.9931 16.3084 21.2125 13.3133 21.8127 10.6943Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.00801 9.5L5.99902 9.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-tongue{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.651 12C20.8221 10.8862 21.575 9.47282 21.9097 8.75609C21.9772 8.61153 22 8.45289 22 8.29412M4.34904 12C3.17787 10.8862 2.42496 9.47282 2.09032 8.75609C2.02282 8.61153 2 8.45289 2 8.29412M22 8.29412L19 8.29412M22 8.29412C22 8.13586 21.9775 7.97737 21.9102 7.83323C21.3088 6.54493 19.3535 3 16.0442 3C15.0038 3 14.1347 3.53814 13.4722 4.17142C12.9083 4.71045 12.6262 4.98002 12.564 5.0238C12.0334 5.39734 11.9666 5.39734 11.436 5.0238C11.3738 4.98002 11.0917 4.71045 10.5278 4.17142C9.86525 3.53814 8.99617 3 7.9558 3C4.64648 3 2.69115 6.54493 2.08981 7.83323C2.02253 7.97737 2 8.13586 2 8.29412M2 8.29412H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9L12.2702 8.72635C12.7293 8.26127 13.352 8 14.0014 8C15.1414 8 16.1306 8.79706 16.387 9.92227L17.3568 14.1793C18.1518 17.6686 15.5354 21 12 21C8.46456 21 5.84819 17.6686 6.64316 14.1793L7.61303 9.92227C7.86938 8.79706 8.85856 8 9.99863 8C10.648 8 11.2707 8.26127 11.7298 8.72635L12 9ZM12 9V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.651 12C20.8221 10.8862 21.575 9.47282 21.9097 8.75609C21.9772 8.61153 22 8.45289 22 8.29412M4.34904 12C3.17787 10.8862 2.42496 9.47282 2.09032 8.75609C2.02282 8.61153 2 8.45289 2 8.29412M22 8.29412L19 8.29412M22 8.29412C22 8.13586 21.9775 7.97737 21.9102 7.83323C21.3088 6.54493 19.3535 3 16.0442 3C15.0038 3 14.1347 3.53814 13.4722 4.17142C12.9083 4.71045 12.6262 4.98002 12.564 5.0238C12.0334 5.39734 11.9666 5.39734 11.436 5.0238C11.3738 4.98002 11.0917 4.71045 10.5278 4.17142C9.86525 3.53814 8.99617 3 7.9558 3C4.64648 3 2.69115 6.54493 2.08981 7.83323C2.02253 7.97737 2 8.13586 2 8.29412M2 8.29412H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9L12.2702 8.72635C12.7293 8.26127 13.352 8 14.0014 8C15.1414 8 16.1306 8.79706 16.387 9.92227L17.3568 14.1793C18.1518 17.6686 15.5354 21 12 21C8.46456 21 5.84819 17.6686 6.64316 14.1793L7.61303 9.92227C7.86938 8.79706 8.85856 8 9.99863 8C10.648 8 11.2707 8.26127 11.7298 8.72635L12 9ZM12 9V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-treatment{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 7.83902C8 5.74694 9.89571 3.67954 11.2263 2.48611C11.9489 1.83796 13.0511 1.83796 13.7737 2.48611C15.1043 3.67954 17 5.74694 17 7.83902C17 9.89021 15.2959 12 12.5 12C9.70406 12 8 9.89021 8 7.83902Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 14H6.39482C6.68897 14 6.97908 14.0663 7.24217 14.1936L9.28415 15.1816C9.54724 15.3089 9.83735 15.3751 10.1315 15.3751H11.1741C12.1825 15.3751 13 16.1662 13 17.142C13 17.1814 12.973 17.2161 12.9338 17.2269L10.3929 17.9295C9.93707 18.0555 9.449 18.0116 9.025 17.8064L6.84211 16.7503%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16.5L17.5928 15.0889C18.407 14.8352 19.2871 15.136 19.7971 15.8423C20.1659 16.3529 20.0157 17.0842 19.4785 17.3942L11.9629 21.7305C11.4849 22.0063 10.9209 22.0736 10.3952 21.9176L4 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 7.83902C8 5.74694 9.89571 3.67954 11.2263 2.48611C11.9489 1.83796 13.0511 1.83796 13.7737 2.48611C15.1043 3.67954 17 5.74694 17 7.83902C17 9.89021 15.2959 12 12.5 12C9.70406 12 8 9.89021 8 7.83902Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 14H6.39482C6.68897 14 6.97908 14.0663 7.24217 14.1936L9.28415 15.1816C9.54724 15.3089 9.83735 15.3751 10.1315 15.3751H11.1741C12.1825 15.3751 13 16.1662 13 17.142C13 17.1814 12.973 17.2161 12.9338 17.2269L10.3929 17.9295C9.93707 18.0555 9.449 18.0116 9.025 17.8064L6.84211 16.7503%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16.5L17.5928 15.0889C18.407 14.8352 19.2871 15.136 19.7971 15.8423C20.1659 16.3529 20.0157 17.0842 19.4785 17.3942L11.9629 21.7305C11.4849 22.0063 10.9209 22.0736 10.3952 21.9176L4 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-vaccine{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 2C17 2.50986 17 2.76479 17.0677 3.00236C17.1049 3.13286 17.157 3.25864 17.223 3.37723C17.3431 3.59309 17.5234 3.77336 17.8839 4.13388L19.8661 6.11612C20.2266 6.47664 20.4069 6.65691 20.6228 6.77701C20.7414 6.84298 20.8671 6.89509 20.9976 6.93228C21.2352 7 21.4901 7 22 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.6931 7L6.76525 11.9278C5.70048 12.9926 5.1681 13.525 5.0412 14.163C4.98627 14.4391 4.98627 14.7234 5.0412 14.9996C5.1681 15.6376 5.70049 16.17 6.76525 17.2348C7.83001 18.2995 8.3624 18.8319 9.00037 18.9588%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18.6372L6.83054 19.4725C6.35987 19.8087 6.12454 19.9768 5.86646 19.9971C5.76637 20.005 5.66567 19.9967 5.56824 19.9724C5.31702 19.91 5.11252 19.7055 4.70352 19.2965C4.29453 18.8875 4.09003 18.683 4.02756 18.4318C4.00333 18.3343 3.995 18.2336 4.00288 18.1335C4.0232 17.8755 4.1913 17.6401 4.52749 17.1695L5.36282 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 8L18.5 4M16 10.5L20 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 19.5L2 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.4 18L13.9806 18.5806C14.2702 18.8702 14.415 19.015 14.5912 19.007C14.7675 18.999 14.8986 18.8417 15.1608 18.527L16.6 16.8M19 18C19 20.2091 17.2091 22 15 22C12.7909 22 11 20.2091 11 18C11 15.7909 12.7909 14 15 14C17.2091 14 19 15.7909 19 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 2C17 2.50986 17 2.76479 17.0677 3.00236C17.1049 3.13286 17.157 3.25864 17.223 3.37723C17.3431 3.59309 17.5234 3.77336 17.8839 4.13388L19.8661 6.11612C20.2266 6.47664 20.4069 6.65691 20.6228 6.77701C20.7414 6.84298 20.8671 6.89509 20.9976 6.93228C21.2352 7 21.4901 7 22 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.6931 7L6.76525 11.9278C5.70048 12.9926 5.1681 13.525 5.0412 14.163C4.98627 14.4391 4.98627 14.7234 5.0412 14.9996C5.1681 15.6376 5.70049 16.17 6.76525 17.2348C7.83001 18.2995 8.3624 18.8319 9.00037 18.9588%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18.6372L6.83054 19.4725C6.35987 19.8087 6.12454 19.9768 5.86646 19.9971C5.76637 20.005 5.66567 19.9967 5.56824 19.9724C5.31702 19.91 5.11252 19.7055 4.70352 19.2965C4.29453 18.8875 4.09003 18.683 4.02756 18.4318C4.00333 18.3343 3.995 18.2336 4.00288 18.1335C4.0232 17.8755 4.1913 17.6401 4.52749 17.1695L5.36282 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 8L18.5 4M16 10.5L20 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 19.5L2 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.4 18L13.9806 18.5806C14.2702 18.8702 14.415 19.015 14.5912 19.007C14.7675 18.999 14.8986 18.8417 15.1608 18.527L16.6 16.8M19 18C19 20.2091 17.2091 22 15 22C12.7909 22 11 20.2091 11 18C11 15.7909 12.7909 14 15 14C17.2091 14 19 15.7909 19 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-wheelchair{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 16C12 18.7614 9.76142 21 7 21C4.23858 21 2 18.7614 2 16C2 13.2386 4.23858 11 7 11C9.76142 11 12 13.2386 12 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 19.5C18 20.3284 17.3284 21 16.5 21C15.6716 21 15 20.3284 15 19.5C15 18.6716 15.6716 18 16.5 18C17.3284 18 18 18.6716 18 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.00801 16L6.99902 16%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 11L5.3721 5.97683C5.2273 4.81842 5.1549 4.23921 4.85048 3.82169C4.67889 3.58637 4.45799 3.39136 4.2032 3.25029C3.75115 3 3.16743 3 2 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7H11.5C13.857 7 15.0355 7 15.7678 7.73223C16.5 8.46447 16.5 9.64298 16.5 12V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14H16.0241C16.909 14 17.3515 14 17.7374 14.1887C17.8297 14.2339 17.9188 14.2867 18.0039 14.3468C18.3597 14.5978 18.6052 15.0057 19.096 15.8214C19.489 16.4745 19.6855 16.8011 19.9799 16.9279C20.0491 16.9578 20.1212 16.9789 20.1947 16.9911C20.5071 17.0428 20.8239 16.8673 21.4576 16.5163L22 16.2158%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 16C12 18.7614 9.76142 21 7 21C4.23858 21 2 18.7614 2 16C2 13.2386 4.23858 11 7 11C9.76142 11 12 13.2386 12 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 19.5C18 20.3284 17.3284 21 16.5 21C15.6716 21 15 20.3284 15 19.5C15 18.6716 15.6716 18 16.5 18C17.3284 18 18 18.6716 18 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.00801 16L6.99902 16%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 11L5.3721 5.97683C5.2273 4.81842 5.1549 4.23921 4.85048 3.82169C4.67889 3.58637 4.45799 3.39136 4.2032 3.25029C3.75115 3 3.16743 3 2 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 7H11.5C13.857 7 15.0355 7 15.7678 7.73223C16.5 8.46447 16.5 9.64298 16.5 12V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14H16.0241C16.909 14 17.3515 14 17.7374 14.1887C17.8297 14.2339 17.9188 14.2867 18.0039 14.3468C18.3597 14.5978 18.6052 15.0057 19.096 15.8214C19.489 16.4745 19.6855 16.8011 19.9799 16.9279C20.0491 16.9578 20.1212 16.9789 20.1947 16.9911C20.5071 17.0428 20.8239 16.8673 21.4576 16.5163L22 16.2158%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-medical-icons-x-ray{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.95491 19.9389L3.34815 20.3798L3.95491 19.9389ZM5.06107 21.0451L4.62024 21.6518L5.06107 21.0451ZM5.06108 2.95491L5.50191 3.56168L5.06108 2.95491ZM3.95491 4.06107L3.34815 3.62023L3.95491 4.06107ZM20.0451 4.06107L19.4383 4.50191L20.0451 4.06107ZM18.9389 2.95491L18.4981 3.56168L18.9389 2.95491ZM20.25 13L20.25 11L21.75 11L21.75 13L20.25 13ZM3.75 11L3.75 13L2.25 13L2.25 11L3.75 11ZM3.75 13C3.75 14.8916 3.75103 16.25 3.865 17.302C3.97745 18.3399 4.19259 18.9901 4.56168 19.4981L3.34815 20.3798C2.76232 19.5734 2.50001 18.6291 2.37373 17.4635C2.24897 16.312 2.25 14.8582 2.25 13L3.75 13ZM12 22.75C10.1418 22.75 8.68798 22.751 7.53648 22.6263C6.37094 22.5 5.42656 22.2377 4.62024 21.6518L5.50191 20.4383C6.00992 20.8074 6.66013 21.0225 7.69804 21.135C8.74999 21.249 10.1084 21.25 12 21.25L12 22.75ZM4.56168 19.4981C4.82382 19.8589 5.14111 20.1762 5.50191 20.4383L4.62024 21.6518C4.13209 21.2972 3.70281 20.8679 3.34815 20.3798L4.56168 19.4981ZM12 2.75C10.1084 2.75 8.74999 2.75103 7.69805 2.865C6.66013 2.97745 6.00992 3.19259 5.50191 3.56168L4.62024 2.34815C5.42656 1.76232 6.37094 1.50001 7.53648 1.37373C8.68798 1.24897 10.1418 1.25 12 1.25L12 2.75ZM2.25 11C2.25 9.14184 2.24897 7.68798 2.37373 6.53647C2.50001 5.37094 2.76232 4.42656 3.34815 3.62023L4.56168 4.50191C4.19259 5.00992 3.97745 5.66013 3.865 6.69804C3.75103 7.74999 3.75 9.10843 3.75 11L2.25 11ZM5.50191 3.56168C5.14111 3.82382 4.82382 4.14111 4.56168 4.50191L3.34815 3.62023C3.70281 3.13209 4.13209 2.70281 4.62024 2.34815L5.50191 3.56168ZM20.25 11C20.25 9.10843 20.249 7.74999 20.135 6.69804C20.0225 5.66013 19.8074 5.00992 19.4383 4.50191L20.6518 3.62024C21.2377 4.42656 21.5 5.37094 21.6263 6.53648C21.751 7.68798 21.75 9.14184 21.75 11L20.25 11ZM12 1.25C13.8582 1.25 15.312 1.24897 16.4635 1.37373C17.6291 1.50001 18.5734 1.76232 19.3798 2.34815L18.4981 3.56168C17.9901 3.19259 17.3399 2.97745 16.302 2.865C15.25 2.75103 13.8916 2.75 12 2.75L12 1.25ZM19.4383 4.50191C19.1762 4.14111 18.8589 3.82382 18.4981 3.56168L19.3798 2.34815C19.8679 2.70281 20.2972 3.13209 20.6518 3.62024L19.4383 4.50191ZM21.75 13C21.75 14.8582 21.751 16.312 21.6263 17.4635C21.5 18.6291 21.2377 19.5734 20.6518 20.3798L19.4383 19.4981C19.8074 18.9901 20.0225 18.3399 20.135 17.302C20.249 16.25 20.25 14.8916 20.25 13L21.75 13ZM12 21.25C13.8916 21.25 15.25 21.249 16.302 21.135C17.3399 21.0225 17.9901 20.8074 18.4981 20.4383L19.3798 21.6518C18.5734 22.2377 17.6291 22.5 16.4635 22.6263C15.312 22.751 13.8582 22.75 12 22.75L12 21.25ZM20.6518 20.3798C20.2972 20.8679 19.8679 21.2972 19.3798 21.6518L18.4981 20.4383C18.8589 20.1762 19.1762 19.8589 19.4383 19.4981L20.6518 20.3798Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 5L12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14.3321C11.047 14.3321 10.1425 14.2268 9.329 14.0377C8.45448 13.8345 7.5 14.4753 7.5 15.4049C7.5 15.8904 7.76615 16.3401 8.20673 16.5039C8.53045 16.6243 8.87716 16.7297 9.24287 16.8181C9.83466 16.961 10.3551 17.3472 10.6124 17.9182L10.7188 18.1543C10.9514 18.6703 11.4509 19 12 19C12.5491 19 13.0486 18.6703 13.2812 18.1543L13.3876 17.9182C13.6449 17.3472 14.1653 16.961 14.7571 16.8181C15.1228 16.7297 15.4695 16.6243 15.7933 16.5039C16.2338 16.3401 16.5 15.8904 16.5 15.4049C16.5 14.4753 15.5455 13.8345 14.671 14.0377C13.8575 14.2268 12.953 14.3321 12 14.3321Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7C14.6134 7.61859 14.084 8 13.5 8C12.916 8 12.3866 7.61859 12 7C11.6134 7.61859 11.084 8 10.5 8C9.91601 8 9.38657 7.61859 9 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 10C7.64429 10.6186 8.52668 11 9.5 11C10.4733 11 11.3557 10.6186 12 10C12.6443 10.6186 13.5267 11 14.5 11C15.4733 11 16.3557 10.6186 17 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.95491 19.9389L3.34815 20.3798L3.95491 19.9389ZM5.06107 21.0451L4.62024 21.6518L5.06107 21.0451ZM5.06108 2.95491L5.50191 3.56168L5.06108 2.95491ZM3.95491 4.06107L3.34815 3.62023L3.95491 4.06107ZM20.0451 4.06107L19.4383 4.50191L20.0451 4.06107ZM18.9389 2.95491L18.4981 3.56168L18.9389 2.95491ZM20.25 13L20.25 11L21.75 11L21.75 13L20.25 13ZM3.75 11L3.75 13L2.25 13L2.25 11L3.75 11ZM3.75 13C3.75 14.8916 3.75103 16.25 3.865 17.302C3.97745 18.3399 4.19259 18.9901 4.56168 19.4981L3.34815 20.3798C2.76232 19.5734 2.50001 18.6291 2.37373 17.4635C2.24897 16.312 2.25 14.8582 2.25 13L3.75 13ZM12 22.75C10.1418 22.75 8.68798 22.751 7.53648 22.6263C6.37094 22.5 5.42656 22.2377 4.62024 21.6518L5.50191 20.4383C6.00992 20.8074 6.66013 21.0225 7.69804 21.135C8.74999 21.249 10.1084 21.25 12 21.25L12 22.75ZM4.56168 19.4981C4.82382 19.8589 5.14111 20.1762 5.50191 20.4383L4.62024 21.6518C4.13209 21.2972 3.70281 20.8679 3.34815 20.3798L4.56168 19.4981ZM12 2.75C10.1084 2.75 8.74999 2.75103 7.69805 2.865C6.66013 2.97745 6.00992 3.19259 5.50191 3.56168L4.62024 2.34815C5.42656 1.76232 6.37094 1.50001 7.53648 1.37373C8.68798 1.24897 10.1418 1.25 12 1.25L12 2.75ZM2.25 11C2.25 9.14184 2.24897 7.68798 2.37373 6.53647C2.50001 5.37094 2.76232 4.42656 3.34815 3.62023L4.56168 4.50191C4.19259 5.00992 3.97745 5.66013 3.865 6.69804C3.75103 7.74999 3.75 9.10843 3.75 11L2.25 11ZM5.50191 3.56168C5.14111 3.82382 4.82382 4.14111 4.56168 4.50191L3.34815 3.62023C3.70281 3.13209 4.13209 2.70281 4.62024 2.34815L5.50191 3.56168ZM20.25 11C20.25 9.10843 20.249 7.74999 20.135 6.69804C20.0225 5.66013 19.8074 5.00992 19.4383 4.50191L20.6518 3.62024C21.2377 4.42656 21.5 5.37094 21.6263 6.53648C21.751 7.68798 21.75 9.14184 21.75 11L20.25 11ZM12 1.25C13.8582 1.25 15.312 1.24897 16.4635 1.37373C17.6291 1.50001 18.5734 1.76232 19.3798 2.34815L18.4981 3.56168C17.9901 3.19259 17.3399 2.97745 16.302 2.865C15.25 2.75103 13.8916 2.75 12 2.75L12 1.25ZM19.4383 4.50191C19.1762 4.14111 18.8589 3.82382 18.4981 3.56168L19.3798 2.34815C19.8679 2.70281 20.2972 3.13209 20.6518 3.62024L19.4383 4.50191ZM21.75 13C21.75 14.8582 21.751 16.312 21.6263 17.4635C21.5 18.6291 21.2377 19.5734 20.6518 20.3798L19.4383 19.4981C19.8074 18.9901 20.0225 18.3399 20.135 17.302C20.249 16.25 20.25 14.8916 20.25 13L21.75 13ZM12 21.25C13.8916 21.25 15.25 21.249 16.302 21.135C17.3399 21.0225 17.9901 20.8074 18.4981 20.4383L19.3798 21.6518C18.5734 22.2377 17.6291 22.5 16.4635 22.6263C15.312 22.751 13.8582 22.75 12 22.75L12 21.25ZM20.6518 20.3798C20.2972 20.8679 19.8679 21.2972 19.3798 21.6518L18.4981 20.4383C18.8589 20.1762 19.1762 19.8589 19.4383 19.4981L20.6518 20.3798Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 5L12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14.3321C11.047 14.3321 10.1425 14.2268 9.329 14.0377C8.45448 13.8345 7.5 14.4753 7.5 15.4049C7.5 15.8904 7.76615 16.3401 8.20673 16.5039C8.53045 16.6243 8.87716 16.7297 9.24287 16.8181C9.83466 16.961 10.3551 17.3472 10.6124 17.9182L10.7188 18.1543C10.9514 18.6703 11.4509 19 12 19C12.5491 19 13.0486 18.6703 13.2812 18.1543L13.3876 17.9182C13.6449 17.3472 14.1653 16.961 14.7571 16.8181C15.1228 16.7297 15.4695 16.6243 15.7933 16.5039C16.2338 16.3401 16.5 15.8904 16.5 15.4049C16.5 14.4753 15.5455 13.8345 14.671 14.0377C13.8575 14.2268 12.953 14.3321 12 14.3321Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7C14.6134 7.61859 14.084 8 13.5 8C12.916 8 12.3866 7.61859 12 7C11.6134 7.61859 11.084 8 10.5 8C9.91601 8 9.38657 7.61859 9 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 10C7.64429 10.6186 8.52668 11 9.5 11C10.4733 11 11.3557 10.6186 12 10C12.6443 10.6186 13.5267 11 14.5 11C15.4733 11 16.3557 10.6186 17 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-menu-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5L20 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19L20 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5L20 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19L20 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-menu-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5L16 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19L12 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5L16 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19L12 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-menu-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 5L20 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19L14 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 5L20 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19L14 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-menu-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 5L17 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 19L17 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 5L17 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 19L17 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-menu-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5L14 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19L20 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5L14 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12L20 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19L20 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-menu-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5L20 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12L8 12M20 12L11 12M8 12L9.5 14L11 12M8 12L11 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19L20 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5L20 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12L8 12M20 12L11 12M8 12L9.5 14L11 12M8 12L11 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19L20 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-menu-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 4.5L20 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14.5L20 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9.5L20 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19.5L20 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 4.5L20 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14.5L20 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9.5L20 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19.5L20 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-menu-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5L20 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12L6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19L16 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5L20 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12L6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19L16 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-menu-09{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 8.5L20 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15.5L20 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 8.5L20 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15.5L20 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-menu-10{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 9L19 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 5H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14L19 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 19L19 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 9L19 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 5H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14L19 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 19L19 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-menu-11{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 12L10 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 5L4 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 19L4 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 12L10 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 5L4 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 19L4 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-menu-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 6C10 3.79086 8.20914 2 6 2C3.79086 2 2 3.79086 2 6C2 8.20914 3.79086 10 6 10C8.20914 10 10 8.20914 10 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 18C10 15.7909 8.20914 14 6 14C3.79086 14 2 15.7909 2 18C2 20.2091 3.79086 22 6 22C8.20914 22 10 20.2091 10 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 6C22 3.79086 20.2091 2 18 2C15.7909 2 14 3.79086 14 6C14 8.20914 15.7909 10 18 10C20.2091 10 22 8.20914 22 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 18C22 15.7909 20.2091 14 18 14C15.7909 14 14 15.7909 14 18C14 20.2091 15.7909 22 18 22C20.2091 22 22 20.2091 22 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 6C10 3.79086 8.20914 2 6 2C3.79086 2 2 3.79086 2 6C2 8.20914 3.79086 10 6 10C8.20914 10 10 8.20914 10 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 18C10 15.7909 8.20914 14 6 14C3.79086 14 2 15.7909 2 18C2 20.2091 3.79086 22 6 22C8.20914 22 10 20.2091 10 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 6C22 3.79086 20.2091 2 18 2C15.7909 2 14 3.79086 14 6C14 8.20914 15.7909 10 18 10C20.2091 10 22 8.20914 22 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 18C22 15.7909 20.2091 14 18 14C15.7909 14 14 15.7909 14 18C14 20.2091 15.7909 22 18 22C20.2091 22 22 20.2091 22 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-menu-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 18C2 16.4596 2 15.6893 2.34673 15.1235C2.54074 14.8069 2.80693 14.5407 3.12353 14.3467C3.68934 14 4.45956 14 6 14C7.54044 14 8.31066 14 8.87647 14.3467C9.19307 14.5407 9.45926 14.8069 9.65327 15.1235C10 15.6893 10 16.4596 10 18C10 19.5404 10 20.3107 9.65327 20.8765C9.45926 21.1931 9.19307 21.4593 8.87647 21.6533C8.31066 22 7.54044 22 6 22C4.45956 22 3.68934 22 3.12353 21.6533C2.80693 21.4593 2.54074 21.1931 2.34673 20.8765C2 20.3107 2 19.5404 2 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 16.4596 14 15.6893 14.3467 15.1235C14.5407 14.8069 14.8069 14.5407 15.1235 14.3467C15.6893 14 16.4596 14 18 14C19.5404 14 20.3107 14 20.8765 14.3467C21.1931 14.5407 21.4593 14.8069 21.6533 15.1235C22 15.6893 22 16.4596 22 18C22 19.5404 22 20.3107 21.6533 20.8765C21.4593 21.1931 21.1931 21.4593 20.8765 21.6533C20.3107 22 19.5404 22 18 22C16.4596 22 15.6893 22 15.1235 21.6533C14.8069 21.4593 14.5407 21.1931 14.3467 20.8765C14 20.3107 14 19.5404 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 6C2 4.45956 2 3.68934 2.34673 3.12353C2.54074 2.80693 2.80693 2.54074 3.12353 2.34673C3.68934 2 4.45956 2 6 2C7.54044 2 8.31066 2 8.87647 2.34673C9.19307 2.54074 9.45926 2.80693 9.65327 3.12353C10 3.68934 10 4.45956 10 6C10 7.54044 10 8.31066 9.65327 8.87647C9.45926 9.19307 9.19307 9.45926 8.87647 9.65327C8.31066 10 7.54044 10 6 10C4.45956 10 3.68934 10 3.12353 9.65327C2.80693 9.45926 2.54074 9.19307 2.34673 8.87647C2 8.31066 2 7.54044 2 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 4.45956 14 3.68934 14.3467 3.12353C14.5407 2.80693 14.8069 2.54074 15.1235 2.34673C15.6893 2 16.4596 2 18 2C19.5404 2 20.3107 2 20.8765 2.34673C21.1931 2.54074 21.4593 2.80693 21.6533 3.12353C22 3.68934 22 4.45956 22 6C22 7.54044 22 8.31066 21.6533 8.87647C21.4593 9.19307 21.1931 9.45926 20.8765 9.65327C20.3107 10 19.5404 10 18 10C16.4596 10 15.6893 10 15.1235 9.65327C14.8069 9.45926 14.5407 9.19307 14.3467 8.87647C14 8.31066 14 7.54044 14 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 18C2 16.4596 2 15.6893 2.34673 15.1235C2.54074 14.8069 2.80693 14.5407 3.12353 14.3467C3.68934 14 4.45956 14 6 14C7.54044 14 8.31066 14 8.87647 14.3467C9.19307 14.5407 9.45926 14.8069 9.65327 15.1235C10 15.6893 10 16.4596 10 18C10 19.5404 10 20.3107 9.65327 20.8765C9.45926 21.1931 9.19307 21.4593 8.87647 21.6533C8.31066 22 7.54044 22 6 22C4.45956 22 3.68934 22 3.12353 21.6533C2.80693 21.4593 2.54074 21.1931 2.34673 20.8765C2 20.3107 2 19.5404 2 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18C14 16.4596 14 15.6893 14.3467 15.1235C14.5407 14.8069 14.8069 14.5407 15.1235 14.3467C15.6893 14 16.4596 14 18 14C19.5404 14 20.3107 14 20.8765 14.3467C21.1931 14.5407 21.4593 14.8069 21.6533 15.1235C22 15.6893 22 16.4596 22 18C22 19.5404 22 20.3107 21.6533 20.8765C21.4593 21.1931 21.1931 21.4593 20.8765 21.6533C20.3107 22 19.5404 22 18 22C16.4596 22 15.6893 22 15.1235 21.6533C14.8069 21.4593 14.5407 21.1931 14.3467 20.8765C14 20.3107 14 19.5404 14 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 6C2 4.45956 2 3.68934 2.34673 3.12353C2.54074 2.80693 2.80693 2.54074 3.12353 2.34673C3.68934 2 4.45956 2 6 2C7.54044 2 8.31066 2 8.87647 2.34673C9.19307 2.54074 9.45926 2.80693 9.65327 3.12353C10 3.68934 10 4.45956 10 6C10 7.54044 10 8.31066 9.65327 8.87647C9.45926 9.19307 9.19307 9.45926 8.87647 9.65327C8.31066 10 7.54044 10 6 10C4.45956 10 3.68934 10 3.12353 9.65327C2.80693 9.45926 2.54074 9.19307 2.34673 8.87647C2 8.31066 2 7.54044 2 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 6C14 4.45956 14 3.68934 14.3467 3.12353C14.5407 2.80693 14.8069 2.54074 15.1235 2.34673C15.6893 2 16.4596 2 18 2C19.5404 2 20.3107 2 20.8765 2.34673C21.1931 2.54074 21.4593 2.80693 21.6533 3.12353C22 3.68934 22 4.45956 22 6C22 7.54044 22 8.31066 21.6533 8.87647C21.4593 9.19307 21.1931 9.45926 20.8765 9.65327C20.3107 10 19.5404 10 18 10C16.4596 10 15.6893 10 15.1235 9.65327C14.8069 9.45926 14.5407 9.19307 14.3467 8.87647C14 8.31066 14 7.54044 14 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-more-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9959 18H12.0049%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9998 18H18.0088%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.99981 18H6.00879%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9959 12H12.0049%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9998 12H18.0088%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9998 6H18.0088%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.99981 12H6.00879%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.99981 6H6.00879%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9959 18H12.0049%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9998 18H18.0088%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.99981 18H6.00879%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9959 12H12.0049%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9998 12H18.0088%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9998 6H18.0088%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.99981 12H6.00879%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.99981 6H6.00879%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-more-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 19.5C21 18.6716 20.3284 18 19.5 18C18.6716 18 18 18.6716 18 19.5C18 20.3284 18.6716 21 19.5 21C20.3284 21 21 20.3284 21 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 19.5C13.5 18.6716 12.8284 18 12 18C11.1716 18 10.5 18.6716 10.5 19.5C10.5 20.3284 11.1716 21 12 21C12.8284 21 13.5 20.3284 13.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 19.5C6 18.6716 5.32843 18 4.5 18C3.67157 18 3 18.6716 3 19.5C3 20.3284 3.67157 21 4.5 21C5.32843 21 6 20.3284 6 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 11.1716 20.3284 10.5 19.5 10.5C18.6716 10.5 18 11.1716 18 12C18 12.8284 18.6716 13.5 19.5 13.5C20.3284 13.5 21 12.8284 21 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 4.5C21 3.67157 20.3284 3 19.5 3C18.6716 3 18 3.67157 18 4.5C18 5.32843 18.6716 6 19.5 6C20.3284 6 21 5.32843 21 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 4.5C13.5 3.67157 12.8284 3 12 3C11.1716 3 10.5 3.67157 10.5 4.5C10.5 5.32843 11.1716 6 12 6C12.8284 6 13.5 5.32843 13.5 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 12C6 11.1716 5.32843 10.5 4.5 10.5C3.67157 10.5 3 11.1716 3 12C3 12.8284 3.67157 13.5 4.5 13.5C5.32843 13.5 6 12.8284 6 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 4.5C6 3.67157 5.32843 3 4.5 3C3.67157 3 3 3.67157 3 4.5C3 5.32843 3.67157 6 4.5 6C5.32843 6 6 5.32843 6 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 19.5C21 18.6716 20.3284 18 19.5 18C18.6716 18 18 18.6716 18 19.5C18 20.3284 18.6716 21 19.5 21C20.3284 21 21 20.3284 21 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 19.5C13.5 18.6716 12.8284 18 12 18C11.1716 18 10.5 18.6716 10.5 19.5C10.5 20.3284 11.1716 21 12 21C12.8284 21 13.5 20.3284 13.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 19.5C6 18.6716 5.32843 18 4.5 18C3.67157 18 3 18.6716 3 19.5C3 20.3284 3.67157 21 4.5 21C5.32843 21 6 20.3284 6 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 12C21 11.1716 20.3284 10.5 19.5 10.5C18.6716 10.5 18 11.1716 18 12C18 12.8284 18.6716 13.5 19.5 13.5C20.3284 13.5 21 12.8284 21 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 4.5C21 3.67157 20.3284 3 19.5 3C18.6716 3 18 3.67157 18 4.5C18 5.32843 18.6716 6 19.5 6C20.3284 6 21 5.32843 21 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 4.5C13.5 3.67157 12.8284 3 12 3C11.1716 3 10.5 3.67157 10.5 4.5C10.5 5.32843 11.1716 6 12 6C12.8284 6 13.5 5.32843 13.5 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 12C6 11.1716 5.32843 10.5 4.5 10.5C3.67157 10.5 3 11.1716 3 12C3 12.8284 3.67157 13.5 4.5 13.5C5.32843 13.5 6 12.8284 6 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 4.5C6 3.67157 5.32843 3 4.5 3C3.67157 3 3 3.67157 3 4.5C3 5.32843 3.67157 6 4.5 6C5.32843 6 6 5.32843 6 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-more-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.6173 20.9239L18.3303 21.6168L18.6173 20.9239ZM20.9239 20.3827L20.231 20.0957L20.9239 20.3827ZM20.3827 20.9239L20.0957 20.231L20.3827 20.9239ZM20.9239 18.6173L21.6168 18.3303L20.9239 18.6173ZM19.5 20.25C19.2568 20.25 19.1119 20.2496 19.0039 20.2422C18.9026 20.2353 18.8896 20.2249 18.9043 20.231L18.3303 21.6168C18.5288 21.699 18.7241 21.7266 18.9018 21.7387C19.0727 21.7504 19.2773 21.75 19.5 21.75V20.25ZM17.25 19.5C17.25 19.7227 17.2496 19.9273 17.2613 20.0982C17.2734 20.2759 17.301 20.4712 17.3832 20.6697L18.769 20.0957C18.7751 20.1104 18.7647 20.0974 18.7578 19.9961C18.7504 19.8881 18.75 19.7432 18.75 19.5H17.25ZM18.9043 20.231C18.8431 20.2056 18.7944 20.1569 18.769 20.0957L17.3832 20.6697C17.5608 21.0985 17.9015 21.4392 18.3303 21.6168L18.9043 20.231ZM20.25 19.5C20.25 19.7432 20.2496 19.8881 20.2422 19.9961C20.2353 20.0974 20.2249 20.1104 20.231 20.0957L21.6168 20.6697C21.699 20.4712 21.7266 20.2759 21.7387 20.0982C21.7504 19.9273 21.75 19.7227 21.75 19.5H20.25ZM19.5 21.75C19.7227 21.75 19.9273 21.7504 20.0982 21.7387C20.2759 21.7266 20.4712 21.699 20.6697 21.6168L20.0957 20.231C20.1104 20.2249 20.0974 20.2353 19.9961 20.2422C19.8881 20.2496 19.7432 20.25 19.5 20.25V21.75ZM20.231 20.0957C20.2056 20.1569 20.1569 20.2056 20.0957 20.231L20.6697 21.6168C21.0985 21.4392 21.4392 21.0985 21.6168 20.6697L20.231 20.0957ZM19.5 18.75C19.7432 18.75 19.8881 18.7504 19.9961 18.7578C20.0974 18.7647 20.1104 18.7751 20.0957 18.769L20.6697 17.3832C20.4712 17.301 20.2759 17.2734 20.0982 17.2613C19.9273 17.2496 19.7227 17.25 19.5 17.25V18.75ZM21.75 19.5C21.75 19.2773 21.7504 19.0727 21.7387 18.9018C21.7266 18.7241 21.699 18.5288 21.6168 18.3303L20.231 18.9043C20.2249 18.8896 20.2353 18.9026 20.2422 19.0039C20.2496 19.1119 20.25 19.2568 20.25 19.5H21.75ZM20.0957 18.769C20.1569 18.7944 20.2056 18.8431 20.231 18.9043L21.6168 18.3303C21.4392 17.9015 21.0985 17.5608 20.6697 17.3832L20.0957 18.769ZM19.5 17.25C19.2773 17.25 19.0727 17.2496 18.9018 17.2613C18.7241 17.2734 18.5288 17.301 18.3303 17.3832L18.9043 18.769C18.8896 18.7751 18.9026 18.7647 19.0039 18.7578C19.1119 18.7504 19.2568 18.75 19.5 18.75V17.25ZM18.75 19.5C18.75 19.2568 18.7504 19.1119 18.7578 19.0039C18.7647 18.9026 18.7751 18.8896 18.769 18.9043L17.3832 18.3303C17.301 18.5288 17.2734 18.7241 17.2613 18.9018C17.2496 19.0727 17.25 19.2773 17.25 19.5H18.75ZM18.3303 17.3832C17.9015 17.5608 17.5608 17.9015 17.3832 18.3303L18.769 18.9043C18.7944 18.8431 18.8431 18.7944 18.9043 18.769L18.3303 17.3832Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6173 13.4239L18.3303 14.1168L18.6173 13.4239ZM20.9239 12.8827L20.231 12.5957L20.9239 12.8827ZM20.3827 13.4239L20.0957 12.731L20.3827 13.4239ZM20.9239 11.1173L21.6168 10.8303L20.9239 11.1173ZM19.5 12.75C19.2568 12.75 19.1119 12.7496 19.0039 12.7422C18.9026 12.7353 18.8896 12.7249 18.9043 12.731L18.3303 14.1168C18.5288 14.199 18.7241 14.2266 18.9018 14.2387C19.0727 14.2504 19.2773 14.25 19.5 14.25V12.75ZM17.25 12C17.25 12.2227 17.2496 12.4273 17.2613 12.5982C17.2734 12.7759 17.301 12.9712 17.3832 13.1697L18.769 12.5957C18.7751 12.6104 18.7647 12.5974 18.7578 12.4961C18.7504 12.3881 18.75 12.2432 18.75 12H17.25ZM18.9043 12.731C18.8431 12.7056 18.7944 12.6569 18.769 12.5957L17.3832 13.1697C17.5608 13.5985 17.9015 13.9392 18.3303 14.1168L18.9043 12.731ZM20.25 12C20.25 12.2432 20.2496 12.3881 20.2422 12.4961C20.2353 12.5974 20.2249 12.6104 20.231 12.5957L21.6168 13.1697C21.699 12.9712 21.7266 12.7759 21.7387 12.5982C21.7504 12.4273 21.75 12.2227 21.75 12H20.25ZM19.5 14.25C19.7227 14.25 19.9273 14.2504 20.0982 14.2387C20.2759 14.2266 20.4712 14.199 20.6697 14.1168L20.0957 12.731C20.1104 12.7249 20.0974 12.7353 19.9961 12.7422C19.8881 12.7496 19.7432 12.75 19.5 12.75V14.25ZM20.231 12.5957C20.2056 12.6569 20.1569 12.7056 20.0957 12.731L20.6697 14.1168C21.0985 13.9392 21.4392 13.5985 21.6168 13.1697L20.231 12.5957ZM19.5 11.25C19.7432 11.25 19.8881 11.2504 19.9961 11.2578C20.0974 11.2647 20.1104 11.2751 20.0957 11.269L20.6697 9.88321C20.4712 9.80099 20.2759 9.77338 20.0982 9.76125C19.9273 9.74959 19.7227 9.75 19.5 9.75V11.25ZM21.75 12C21.75 11.7773 21.7504 11.5727 21.7387 11.4018C21.7266 11.2241 21.699 11.0288 21.6168 10.8303L20.231 11.4043C20.2249 11.3896 20.2353 11.4026 20.2422 11.5039C20.2496 11.6119 20.25 11.7568 20.25 12H21.75ZM20.0957 11.269C20.1569 11.2944 20.2056 11.3431 20.231 11.4043L21.6168 10.8303C21.4392 10.4015 21.0985 10.0608 20.6697 9.88321L20.0957 11.269ZM19.5 9.75C19.2773 9.75 19.0727 9.74959 18.9018 9.76125C18.7241 9.77338 18.5288 9.80099 18.3303 9.88321L18.9043 11.269C18.8896 11.2751 18.9026 11.2647 19.0039 11.2578C19.1119 11.2504 19.2568 11.25 19.5 11.25V9.75ZM18.75 12C18.75 11.7568 18.7504 11.6119 18.7578 11.5039C18.7647 11.4026 18.7751 11.3896 18.769 11.4043L17.3832 10.8303C17.301 11.0288 17.2734 11.2241 17.2613 11.4018C17.2496 11.5727 17.25 11.7773 17.25 12H18.75ZM18.3303 9.88321C17.9015 10.0608 17.5608 10.4015 17.3832 10.8303L18.769 11.4043C18.7944 11.3431 18.8431 11.2944 18.9043 11.269L18.3303 9.88321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6173 5.92388L18.3303 6.61679L18.6173 5.92388ZM20.9239 5.38268L20.231 5.09567L20.9239 5.38268ZM20.3827 5.92388L20.0957 5.23097L20.3827 5.92388ZM20.9239 3.61732L21.6168 3.3303L20.9239 3.61732ZM19.5 5.25C19.2568 5.25 19.1119 5.24959 19.0039 5.24222C18.9026 5.23532 18.8896 5.22487 18.9043 5.23097L18.3303 6.61679C18.5288 6.69901 18.7241 6.72662 18.9018 6.73875C19.0727 6.75041 19.2773 6.75 19.5 6.75V5.25ZM17.25 4.5C17.25 4.72271 17.2496 4.9273 17.2613 5.09821C17.2734 5.27585 17.301 5.47119 17.3832 5.6697L18.769 5.09567C18.7751 5.1104 18.7647 5.09737 18.7578 4.9961C18.7504 4.8881 18.75 4.74323 18.75 4.5H17.25ZM18.9043 5.23097C18.8431 5.2056 18.7944 5.15693 18.769 5.09567L17.3832 5.6697C17.5608 6.0985 17.9015 6.43917 18.3303 6.61679L18.9043 5.23097ZM20.25 4.5C20.25 4.74323 20.2496 4.8881 20.2422 4.9961C20.2353 5.09737 20.2249 5.1104 20.231 5.09567L21.6168 5.6697C21.699 5.47119 21.7266 5.27585 21.7387 5.09821C21.7504 4.9273 21.75 4.72271 21.75 4.5H20.25ZM19.5 6.75C19.7227 6.75 19.9273 6.75041 20.0982 6.73875C20.2759 6.72662 20.4712 6.69901 20.6697 6.61679L20.0957 5.23097C20.1104 5.22487 20.0974 5.23532 19.9961 5.24222C19.8881 5.24959 19.7432 5.25 19.5 5.25V6.75ZM20.231 5.09567C20.2056 5.15693 20.1569 5.2056 20.0957 5.23097L20.6697 6.61679C21.0985 6.43917 21.4392 6.0985 21.6168 5.6697L20.231 5.09567ZM19.5 3.75C19.7432 3.75 19.8881 3.75041 19.9961 3.75778C20.0974 3.76469 20.1104 3.77513 20.0957 3.76903L20.6697 2.38321C20.4712 2.30099 20.2759 2.27338 20.0982 2.26125C19.9273 2.24959 19.7227 2.25 19.5 2.25V3.75ZM21.75 4.5C21.75 4.27729 21.7504 4.0727 21.7387 3.90179C21.7266 3.72415 21.699 3.52881 21.6168 3.3303L20.231 3.90433C20.2249 3.8896 20.2353 3.90263 20.2422 4.0039C20.2496 4.1119 20.25 4.25677 20.25 4.5H21.75ZM20.0957 3.76903C20.1569 3.7944 20.2056 3.84307 20.231 3.90433L21.6168 3.3303C21.4392 2.9015 21.0985 2.56083 20.6697 2.38321L20.0957 3.76903ZM19.5 2.25C19.2773 2.25 19.0727 2.24959 18.9018 2.26125C18.7241 2.27338 18.5288 2.30099 18.3303 2.38321L18.9043 3.76903C18.8896 3.77513 18.9026 3.76469 19.0039 3.75778C19.1119 3.75041 19.2568 3.75 19.5 3.75V2.25ZM18.75 4.5C18.75 4.25677 18.7504 4.1119 18.7578 4.0039C18.7647 3.90263 18.7751 3.8896 18.769 3.90433L17.3832 3.3303C17.301 3.52881 17.2734 3.72415 17.2613 3.90179C17.2496 4.0727 17.25 4.27729 17.25 4.5H18.75ZM18.3303 2.38321C17.9015 2.56083 17.5608 2.9015 17.3832 3.3303L18.769 3.90433C18.7944 3.84307 18.8431 3.7944 18.9043 3.76903L18.3303 2.38321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1173 20.9239L10.8303 21.6168L11.1173 20.9239ZM13.4239 20.3827L12.731 20.0957L13.4239 20.3827ZM12.8827 20.9239L12.5957 20.231L12.8827 20.9239ZM13.4239 18.6173L14.1168 18.3303L13.4239 18.6173ZM12 20.25C11.7568 20.25 11.6119 20.2496 11.5039 20.2422C11.4026 20.2353 11.3896 20.2249 11.4043 20.231L10.8303 21.6168C11.0288 21.699 11.2241 21.7266 11.4018 21.7387C11.5727 21.7504 11.7773 21.75 12 21.75V20.25ZM9.75 19.5C9.75 19.7227 9.74959 19.9273 9.76125 20.0982C9.77338 20.2759 9.80099 20.4712 9.88321 20.6697L11.269 20.0957C11.2751 20.1104 11.2647 20.0974 11.2578 19.9961C11.2504 19.8881 11.25 19.7432 11.25 19.5H9.75ZM11.4043 20.231C11.3431 20.2056 11.2944 20.1569 11.269 20.0957L9.88321 20.6697C10.0608 21.0985 10.4015 21.4392 10.8303 21.6168L11.4043 20.231ZM12.75 19.5C12.75 19.7432 12.7496 19.8881 12.7422 19.9961C12.7353 20.0974 12.7249 20.1104 12.731 20.0957L14.1168 20.6697C14.199 20.4712 14.2266 20.2759 14.2387 20.0982C14.2504 19.9273 14.25 19.7227 14.25 19.5H12.75ZM12 21.75C12.2227 21.75 12.4273 21.7504 12.5982 21.7387C12.7759 21.7266 12.9712 21.699 13.1697 21.6168L12.5957 20.231C12.6104 20.2249 12.5974 20.2353 12.4961 20.2422C12.3881 20.2496 12.2432 20.25 12 20.25V21.75ZM12.731 20.0957C12.7056 20.1569 12.6569 20.2056 12.5957 20.231L13.1697 21.6168C13.5985 21.4392 13.9392 21.0985 14.1168 20.6697L12.731 20.0957ZM12 18.75C12.2432 18.75 12.3881 18.7504 12.4961 18.7578C12.5974 18.7647 12.6104 18.7751 12.5957 18.769L13.1697 17.3832C12.9712 17.301 12.7759 17.2734 12.5982 17.2613C12.4273 17.2496 12.2227 17.25 12 17.25V18.75ZM14.25 19.5C14.25 19.2773 14.2504 19.0727 14.2387 18.9018C14.2266 18.7241 14.199 18.5288 14.1168 18.3303L12.731 18.9043C12.7249 18.8896 12.7353 18.9026 12.7422 19.0039C12.7496 19.1119 12.75 19.2568 12.75 19.5H14.25ZM12.5957 18.769C12.6569 18.7944 12.7056 18.8431 12.731 18.9043L14.1168 18.3303C13.9392 17.9015 13.5985 17.5608 13.1697 17.3832L12.5957 18.769ZM12 17.25C11.7773 17.25 11.5727 17.2496 11.4018 17.2613C11.2241 17.2734 11.0288 17.301 10.8303 17.3832L11.4043 18.769C11.3896 18.7751 11.4026 18.7647 11.5039 18.7578C11.6119 18.7504 11.7568 18.75 12 18.75V17.25ZM11.25 19.5C11.25 19.2568 11.2504 19.1119 11.2578 19.0039C11.2647 18.9026 11.2751 18.8896 11.269 18.9043L9.88321 18.3303C9.80099 18.5288 9.77338 18.7241 9.76125 18.9018C9.74959 19.0727 9.75 19.2773 9.75 19.5H11.25ZM10.8303 17.3832C10.4015 17.5608 10.0608 17.9015 9.88321 18.3303L11.269 18.9043C11.2944 18.8431 11.3431 18.7944 11.4043 18.769L10.8303 17.3832Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1173 13.4239L10.8303 14.1168L11.1173 13.4239ZM13.4239 12.8827L12.731 12.5957L13.4239 12.8827ZM12.8827 13.4239L12.5957 12.731L12.8827 13.4239ZM13.4239 11.1173L14.1168 10.8303L13.4239 11.1173ZM12 12.75C11.7568 12.75 11.6119 12.7496 11.5039 12.7422C11.4026 12.7353 11.3896 12.7249 11.4043 12.731L10.8303 14.1168C11.0288 14.199 11.2241 14.2266 11.4018 14.2387C11.5727 14.2504 11.7773 14.25 12 14.25V12.75ZM9.75 12C9.75 12.2227 9.74959 12.4273 9.76125 12.5982C9.77338 12.7759 9.80099 12.9712 9.88321 13.1697L11.269 12.5957C11.2751 12.6104 11.2647 12.5974 11.2578 12.4961C11.2504 12.3881 11.25 12.2432 11.25 12H9.75ZM11.4043 12.731C11.3431 12.7056 11.2944 12.6569 11.269 12.5957L9.88321 13.1697C10.0608 13.5985 10.4015 13.9392 10.8303 14.1168L11.4043 12.731ZM12.75 12C12.75 12.2432 12.7496 12.3881 12.7422 12.4961C12.7353 12.5974 12.7249 12.6104 12.731 12.5957L14.1168 13.1697C14.199 12.9712 14.2266 12.7759 14.2387 12.5982C14.2504 12.4273 14.25 12.2227 14.25 12H12.75ZM12 14.25C12.2227 14.25 12.4273 14.2504 12.5982 14.2387C12.7759 14.2266 12.9712 14.199 13.1697 14.1168L12.5957 12.731C12.6104 12.7249 12.5974 12.7353 12.4961 12.7422C12.3881 12.7496 12.2432 12.75 12 12.75V14.25ZM12.731 12.5957C12.7056 12.6569 12.6569 12.7056 12.5957 12.731L13.1697 14.1168C13.5985 13.9392 13.9392 13.5985 14.1168 13.1697L12.731 12.5957ZM12 11.25C12.2432 11.25 12.3881 11.2504 12.4961 11.2578C12.5974 11.2647 12.6104 11.2751 12.5957 11.269L13.1697 9.88321C12.9712 9.80099 12.7759 9.77338 12.5982 9.76125C12.4273 9.74959 12.2227 9.75 12 9.75V11.25ZM14.25 12C14.25 11.7773 14.2504 11.5727 14.2387 11.4018C14.2266 11.2241 14.199 11.0288 14.1168 10.8303L12.731 11.4043C12.7249 11.3896 12.7353 11.4026 12.7422 11.5039C12.7496 11.6119 12.75 11.7568 12.75 12H14.25ZM12.5957 11.269C12.6569 11.2944 12.7056 11.3431 12.731 11.4043L14.1168 10.8303C13.9392 10.4015 13.5985 10.0608 13.1697 9.88321L12.5957 11.269ZM12 9.75C11.7773 9.75 11.5727 9.74959 11.4018 9.76125C11.2241 9.77338 11.0288 9.80099 10.8303 9.88321L11.4043 11.269C11.3896 11.2751 11.4026 11.2647 11.5039 11.2578C11.6119 11.2504 11.7568 11.25 12 11.25V9.75ZM11.25 12C11.25 11.7568 11.2504 11.6119 11.2578 11.5039C11.2647 11.4026 11.2751 11.3896 11.269 11.4043L9.88321 10.8303C9.80099 11.0288 9.77338 11.2241 9.76125 11.4018C9.74959 11.5727 9.75 11.7773 9.75 12H11.25ZM10.8303 9.88321C10.4015 10.0608 10.0608 10.4015 9.88321 10.8303L11.269 11.4043C11.2944 11.3431 11.3431 11.2944 11.4043 11.269L10.8303 9.88321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1173 5.92388L10.8303 6.61679L11.1173 5.92388ZM13.4239 5.38268L12.731 5.09567L13.4239 5.38268ZM12.8827 5.92388L12.5957 5.23097L12.8827 5.92388ZM13.4239 3.61732L14.1168 3.3303L13.4239 3.61732ZM12 5.25C11.7568 5.25 11.6119 5.24959 11.5039 5.24222C11.4026 5.23532 11.3896 5.22487 11.4043 5.23097L10.8303 6.61679C11.0288 6.69901 11.2241 6.72662 11.4018 6.73875C11.5727 6.75041 11.7773 6.75 12 6.75V5.25ZM9.75 4.5C9.75 4.72271 9.74959 4.9273 9.76125 5.09821C9.77338 5.27585 9.80099 5.47119 9.88321 5.6697L11.269 5.09567C11.2751 5.1104 11.2647 5.09737 11.2578 4.9961C11.2504 4.8881 11.25 4.74323 11.25 4.5H9.75ZM11.4043 5.23097C11.3431 5.2056 11.2944 5.15693 11.269 5.09567L9.88321 5.6697C10.0608 6.0985 10.4015 6.43917 10.8303 6.61679L11.4043 5.23097ZM12.75 4.5C12.75 4.74323 12.7496 4.8881 12.7422 4.9961C12.7353 5.09737 12.7249 5.1104 12.731 5.09567L14.1168 5.6697C14.199 5.47119 14.2266 5.27585 14.2387 5.09821C14.2504 4.9273 14.25 4.72271 14.25 4.5H12.75ZM12 6.75C12.2227 6.75 12.4273 6.75041 12.5982 6.73875C12.7759 6.72662 12.9712 6.69901 13.1697 6.61679L12.5957 5.23097C12.6104 5.22487 12.5974 5.23532 12.4961 5.24222C12.3881 5.24959 12.2432 5.25 12 5.25V6.75ZM12.731 5.09567C12.7056 5.15693 12.6569 5.2056 12.5957 5.23097L13.1697 6.61679C13.5985 6.43917 13.9392 6.0985 14.1168 5.6697L12.731 5.09567ZM12 3.75C12.2432 3.75 12.3881 3.75041 12.4961 3.75778C12.5974 3.76469 12.6104 3.77513 12.5957 3.76903L13.1697 2.38321C12.9712 2.30099 12.7759 2.27338 12.5982 2.26125C12.4273 2.24959 12.2227 2.25 12 2.25V3.75ZM14.25 4.5C14.25 4.27729 14.2504 4.0727 14.2387 3.90179C14.2266 3.72415 14.199 3.52881 14.1168 3.3303L12.731 3.90433C12.7249 3.8896 12.7353 3.90263 12.7422 4.0039C12.7496 4.1119 12.75 4.25677 12.75 4.5H14.25ZM12.5957 3.76903C12.6569 3.7944 12.7056 3.84307 12.731 3.90433L14.1168 3.3303C13.9392 2.9015 13.5985 2.56083 13.1697 2.38321L12.5957 3.76903ZM12 2.25C11.7773 2.25 11.5727 2.24959 11.4018 2.26125C11.2241 2.27338 11.0288 2.30099 10.8303 2.38321L11.4043 3.76903C11.3896 3.77513 11.4026 3.76469 11.5039 3.75778C11.6119 3.75041 11.7568 3.75 12 3.75V2.25ZM11.25 4.5C11.25 4.25677 11.2504 4.1119 11.2578 4.0039C11.2647 3.90263 11.2751 3.8896 11.269 3.90433L9.88321 3.3303C9.80099 3.52881 9.77338 3.72415 9.76125 3.90179C9.74959 4.0727 9.75 4.27729 9.75 4.5H11.25ZM10.8303 2.38321C10.4015 2.56083 10.0608 2.9015 9.88321 3.3303L11.269 3.90433C11.2944 3.84307 11.3431 3.7944 11.4043 3.76903L10.8303 2.38321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.61732 20.9239L3.3303 21.6168L3.61732 20.9239ZM5.92388 20.3827L5.23097 20.0957L5.92388 20.3827ZM5.38268 20.9239L5.09567 20.231L5.38268 20.9239ZM5.92388 18.6173L6.61679 18.3303L5.92388 18.6173ZM4.5 20.25C4.25677 20.25 4.1119 20.2496 4.0039 20.2422C3.90263 20.2353 3.8896 20.2249 3.90433 20.231L3.3303 21.6168C3.52881 21.699 3.72415 21.7266 3.90179 21.7387C4.0727 21.7504 4.27729 21.75 4.5 21.75V20.25ZM2.25 19.5C2.25 19.7227 2.24959 19.9273 2.26125 20.0982C2.27338 20.2759 2.30099 20.4712 2.38321 20.6697L3.76903 20.0957C3.77513 20.1104 3.76469 20.0974 3.75778 19.9961C3.75041 19.8881 3.75 19.7432 3.75 19.5H2.25ZM3.90433 20.231C3.84307 20.2056 3.7944 20.1569 3.76903 20.0957L2.38321 20.6697C2.56083 21.0985 2.9015 21.4392 3.3303 21.6168L3.90433 20.231ZM5.25 19.5C5.25 19.7432 5.24959 19.8881 5.24222 19.9961C5.23532 20.0974 5.22487 20.1104 5.23097 20.0957L6.61679 20.6697C6.69901 20.4712 6.72662 20.2759 6.73875 20.0982C6.75041 19.9273 6.75 19.7227 6.75 19.5H5.25ZM4.5 21.75C4.72271 21.75 4.9273 21.7504 5.09821 21.7387C5.27585 21.7266 5.47119 21.699 5.6697 21.6168L5.09567 20.231C5.1104 20.2249 5.09737 20.2353 4.9961 20.2422C4.8881 20.2496 4.74323 20.25 4.5 20.25V21.75ZM5.23097 20.0957C5.2056 20.1569 5.15693 20.2056 5.09567 20.231L5.6697 21.6168C6.0985 21.4392 6.43917 21.0985 6.61679 20.6697L5.23097 20.0957ZM4.5 18.75C4.74323 18.75 4.8881 18.7504 4.9961 18.7578C5.09737 18.7647 5.1104 18.7751 5.09567 18.769L5.6697 17.3832C5.47119 17.301 5.27585 17.2734 5.09821 17.2613C4.9273 17.2496 4.72271 17.25 4.5 17.25V18.75ZM6.75 19.5C6.75 19.2773 6.75041 19.0727 6.73875 18.9018C6.72662 18.7241 6.69901 18.5288 6.61679 18.3303L5.23097 18.9043C5.22487 18.8896 5.23532 18.9026 5.24222 19.0039C5.24959 19.1119 5.25 19.2568 5.25 19.5H6.75ZM5.09567 18.769C5.15693 18.7944 5.2056 18.8431 5.23097 18.9043L6.61679 18.3303C6.43917 17.9015 6.0985 17.5608 5.6697 17.3832L5.09567 18.769ZM4.5 17.25C4.27729 17.25 4.0727 17.2496 3.90179 17.2613C3.72415 17.2734 3.52881 17.301 3.3303 17.3832L3.90433 18.769C3.8896 18.7751 3.90263 18.7647 4.0039 18.7578C4.1119 18.7504 4.25677 18.75 4.5 18.75V17.25ZM3.75 19.5C3.75 19.2568 3.75041 19.1119 3.75778 19.0039C3.76469 18.9026 3.77513 18.8896 3.76903 18.9043L2.38321 18.3303C2.30099 18.5288 2.27338 18.7241 2.26125 18.9018C2.24959 19.0727 2.25 19.2773 2.25 19.5H3.75ZM3.3303 17.3832C2.9015 17.5608 2.56083 17.9015 2.38321 18.3303L3.76903 18.9043C3.7944 18.8431 3.84307 18.7944 3.90433 18.769L3.3303 17.3832Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.61732 13.4239L3.3303 14.1168L3.61732 13.4239ZM5.92388 12.8827L5.23097 12.5957L5.92388 12.8827ZM5.38268 13.4239L5.09567 12.731L5.38268 13.4239ZM5.92388 11.1173L6.61679 10.8303L5.92388 11.1173ZM4.5 12.75C4.25677 12.75 4.1119 12.7496 4.0039 12.7422C3.90263 12.7353 3.8896 12.7249 3.90433 12.731L3.3303 14.1168C3.52881 14.199 3.72415 14.2266 3.90179 14.2387C4.0727 14.2504 4.27729 14.25 4.5 14.25V12.75ZM2.25 12C2.25 12.2227 2.24959 12.4273 2.26125 12.5982C2.27338 12.7759 2.30099 12.9712 2.38321 13.1697L3.76903 12.5957C3.77513 12.6104 3.76469 12.5974 3.75778 12.4961C3.75041 12.3881 3.75 12.2432 3.75 12H2.25ZM3.90433 12.731C3.84307 12.7056 3.7944 12.6569 3.76903 12.5957L2.38321 13.1697C2.56083 13.5985 2.9015 13.9392 3.3303 14.1168L3.90433 12.731ZM5.25 12C5.25 12.2432 5.24959 12.3881 5.24222 12.4961C5.23532 12.5974 5.22487 12.6104 5.23097 12.5957L6.61679 13.1697C6.69901 12.9712 6.72662 12.7759 6.73875 12.5982C6.75041 12.4273 6.75 12.2227 6.75 12H5.25ZM4.5 14.25C4.72271 14.25 4.9273 14.2504 5.09821 14.2387C5.27585 14.2266 5.47119 14.199 5.6697 14.1168L5.09567 12.731C5.1104 12.7249 5.09737 12.7353 4.9961 12.7422C4.8881 12.7496 4.74323 12.75 4.5 12.75V14.25ZM5.23097 12.5957C5.2056 12.6569 5.15693 12.7056 5.09567 12.731L5.6697 14.1168C6.0985 13.9392 6.43917 13.5985 6.61679 13.1697L5.23097 12.5957ZM4.5 11.25C4.74323 11.25 4.8881 11.2504 4.9961 11.2578C5.09737 11.2647 5.1104 11.2751 5.09567 11.269L5.6697 9.88321C5.47119 9.80099 5.27585 9.77338 5.09821 9.76125C4.9273 9.74959 4.72271 9.75 4.5 9.75V11.25ZM6.75 12C6.75 11.7773 6.75041 11.5727 6.73875 11.4018C6.72662 11.2241 6.69901 11.0288 6.61679 10.8303L5.23097 11.4043C5.22487 11.3896 5.23532 11.4026 5.24222 11.5039C5.24959 11.6119 5.25 11.7568 5.25 12H6.75ZM5.09567 11.269C5.15693 11.2944 5.2056 11.3431 5.23097 11.4043L6.61679 10.8303C6.43917 10.4015 6.0985 10.0608 5.6697 9.88321L5.09567 11.269ZM4.5 9.75C4.27729 9.75 4.0727 9.74959 3.90179 9.76125C3.72415 9.77338 3.52881 9.80099 3.3303 9.88321L3.90433 11.269C3.8896 11.2751 3.90263 11.2647 4.0039 11.2578C4.1119 11.2504 4.25677 11.25 4.5 11.25V9.75ZM3.75 12C3.75 11.7568 3.75041 11.6119 3.75778 11.5039C3.76469 11.4026 3.77513 11.3896 3.76903 11.4043L2.38321 10.8303C2.30099 11.0288 2.27338 11.2241 2.26125 11.4018C2.24959 11.5727 2.25 11.7773 2.25 12H3.75ZM3.3303 9.88321C2.9015 10.0608 2.56083 10.4015 2.38321 10.8303L3.76903 11.4043C3.7944 11.3431 3.84307 11.2944 3.90433 11.269L3.3303 9.88321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.61732 5.92388L3.3303 6.61679L3.61732 5.92388ZM5.92388 5.38268L5.23097 5.09567L5.92388 5.38268ZM5.38268 5.92388L5.09567 5.23097L5.38268 5.92388ZM5.92388 3.61732L6.61679 3.3303L5.92388 3.61732ZM4.5 5.25C4.25677 5.25 4.1119 5.24959 4.0039 5.24222C3.90263 5.23532 3.8896 5.22487 3.90433 5.23097L3.3303 6.61679C3.52881 6.69901 3.72415 6.72662 3.90179 6.73875C4.0727 6.75041 4.27729 6.75 4.5 6.75V5.25ZM2.25 4.5C2.25 4.72271 2.24959 4.9273 2.26125 5.09821C2.27338 5.27585 2.30099 5.47119 2.38321 5.6697L3.76903 5.09567C3.77513 5.1104 3.76469 5.09737 3.75778 4.9961C3.75041 4.8881 3.75 4.74323 3.75 4.5H2.25ZM3.90433 5.23097C3.84307 5.2056 3.7944 5.15693 3.76903 5.09567L2.38321 5.6697C2.56083 6.0985 2.9015 6.43917 3.3303 6.61679L3.90433 5.23097ZM5.25 4.5C5.25 4.74323 5.24959 4.8881 5.24222 4.9961C5.23532 5.09737 5.22487 5.1104 5.23097 5.09567L6.61679 5.6697C6.69901 5.47119 6.72662 5.27585 6.73875 5.09821C6.75041 4.9273 6.75 4.72271 6.75 4.5H5.25ZM4.5 6.75C4.72271 6.75 4.9273 6.75041 5.09821 6.73875C5.27585 6.72662 5.47119 6.69901 5.6697 6.61679L5.09567 5.23097C5.1104 5.22487 5.09737 5.23532 4.9961 5.24222C4.8881 5.24959 4.74323 5.25 4.5 5.25V6.75ZM5.23097 5.09567C5.2056 5.15693 5.15693 5.2056 5.09567 5.23097L5.6697 6.61679C6.0985 6.43917 6.43917 6.0985 6.61679 5.6697L5.23097 5.09567ZM4.5 3.75C4.74323 3.75 4.8881 3.75041 4.9961 3.75778C5.09737 3.76469 5.1104 3.77513 5.09567 3.76903L5.6697 2.38321C5.47119 2.30099 5.27585 2.27338 5.09821 2.26125C4.9273 2.24959 4.72271 2.25 4.5 2.25V3.75ZM6.75 4.5C6.75 4.27729 6.75041 4.0727 6.73875 3.90179C6.72662 3.72415 6.69901 3.52881 6.61679 3.3303L5.23097 3.90433C5.22487 3.8896 5.23532 3.90263 5.24222 4.0039C5.24959 4.1119 5.25 4.25677 5.25 4.5H6.75ZM5.09567 3.76903C5.15693 3.7944 5.2056 3.84307 5.23097 3.90433L6.61679 3.3303C6.43917 2.9015 6.0985 2.56083 5.6697 2.38321L5.09567 3.76903ZM4.5 2.25C4.27729 2.25 4.0727 2.24959 3.90179 2.26125C3.72415 2.27338 3.52881 2.30099 3.3303 2.38321L3.90433 3.76903C3.8896 3.77513 3.90263 3.76469 4.0039 3.75778C4.1119 3.75041 4.25677 3.75 4.5 3.75V2.25ZM3.75 4.5C3.75 4.25677 3.75041 4.1119 3.75778 4.0039C3.76469 3.90263 3.77513 3.8896 3.76903 3.90433L2.38321 3.3303C2.30099 3.52881 2.27338 3.72415 2.26125 3.90179C2.24959 4.0727 2.25 4.27729 2.25 4.5H3.75ZM3.3303 2.38321C2.9015 2.56083 2.56083 2.9015 2.38321 3.3303L3.76903 3.90433C3.7944 3.84307 3.84307 3.7944 3.90433 3.76903L3.3303 2.38321Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.6173 20.9239L18.3303 21.6168L18.6173 20.9239ZM20.9239 20.3827L20.231 20.0957L20.9239 20.3827ZM20.3827 20.9239L20.0957 20.231L20.3827 20.9239ZM20.9239 18.6173L21.6168 18.3303L20.9239 18.6173ZM19.5 20.25C19.2568 20.25 19.1119 20.2496 19.0039 20.2422C18.9026 20.2353 18.8896 20.2249 18.9043 20.231L18.3303 21.6168C18.5288 21.699 18.7241 21.7266 18.9018 21.7387C19.0727 21.7504 19.2773 21.75 19.5 21.75V20.25ZM17.25 19.5C17.25 19.7227 17.2496 19.9273 17.2613 20.0982C17.2734 20.2759 17.301 20.4712 17.3832 20.6697L18.769 20.0957C18.7751 20.1104 18.7647 20.0974 18.7578 19.9961C18.7504 19.8881 18.75 19.7432 18.75 19.5H17.25ZM18.9043 20.231C18.8431 20.2056 18.7944 20.1569 18.769 20.0957L17.3832 20.6697C17.5608 21.0985 17.9015 21.4392 18.3303 21.6168L18.9043 20.231ZM20.25 19.5C20.25 19.7432 20.2496 19.8881 20.2422 19.9961C20.2353 20.0974 20.2249 20.1104 20.231 20.0957L21.6168 20.6697C21.699 20.4712 21.7266 20.2759 21.7387 20.0982C21.7504 19.9273 21.75 19.7227 21.75 19.5H20.25ZM19.5 21.75C19.7227 21.75 19.9273 21.7504 20.0982 21.7387C20.2759 21.7266 20.4712 21.699 20.6697 21.6168L20.0957 20.231C20.1104 20.2249 20.0974 20.2353 19.9961 20.2422C19.8881 20.2496 19.7432 20.25 19.5 20.25V21.75ZM20.231 20.0957C20.2056 20.1569 20.1569 20.2056 20.0957 20.231L20.6697 21.6168C21.0985 21.4392 21.4392 21.0985 21.6168 20.6697L20.231 20.0957ZM19.5 18.75C19.7432 18.75 19.8881 18.7504 19.9961 18.7578C20.0974 18.7647 20.1104 18.7751 20.0957 18.769L20.6697 17.3832C20.4712 17.301 20.2759 17.2734 20.0982 17.2613C19.9273 17.2496 19.7227 17.25 19.5 17.25V18.75ZM21.75 19.5C21.75 19.2773 21.7504 19.0727 21.7387 18.9018C21.7266 18.7241 21.699 18.5288 21.6168 18.3303L20.231 18.9043C20.2249 18.8896 20.2353 18.9026 20.2422 19.0039C20.2496 19.1119 20.25 19.2568 20.25 19.5H21.75ZM20.0957 18.769C20.1569 18.7944 20.2056 18.8431 20.231 18.9043L21.6168 18.3303C21.4392 17.9015 21.0985 17.5608 20.6697 17.3832L20.0957 18.769ZM19.5 17.25C19.2773 17.25 19.0727 17.2496 18.9018 17.2613C18.7241 17.2734 18.5288 17.301 18.3303 17.3832L18.9043 18.769C18.8896 18.7751 18.9026 18.7647 19.0039 18.7578C19.1119 18.7504 19.2568 18.75 19.5 18.75V17.25ZM18.75 19.5C18.75 19.2568 18.7504 19.1119 18.7578 19.0039C18.7647 18.9026 18.7751 18.8896 18.769 18.9043L17.3832 18.3303C17.301 18.5288 17.2734 18.7241 17.2613 18.9018C17.2496 19.0727 17.25 19.2773 17.25 19.5H18.75ZM18.3303 17.3832C17.9015 17.5608 17.5608 17.9015 17.3832 18.3303L18.769 18.9043C18.7944 18.8431 18.8431 18.7944 18.9043 18.769L18.3303 17.3832Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6173 13.4239L18.3303 14.1168L18.6173 13.4239ZM20.9239 12.8827L20.231 12.5957L20.9239 12.8827ZM20.3827 13.4239L20.0957 12.731L20.3827 13.4239ZM20.9239 11.1173L21.6168 10.8303L20.9239 11.1173ZM19.5 12.75C19.2568 12.75 19.1119 12.7496 19.0039 12.7422C18.9026 12.7353 18.8896 12.7249 18.9043 12.731L18.3303 14.1168C18.5288 14.199 18.7241 14.2266 18.9018 14.2387C19.0727 14.2504 19.2773 14.25 19.5 14.25V12.75ZM17.25 12C17.25 12.2227 17.2496 12.4273 17.2613 12.5982C17.2734 12.7759 17.301 12.9712 17.3832 13.1697L18.769 12.5957C18.7751 12.6104 18.7647 12.5974 18.7578 12.4961C18.7504 12.3881 18.75 12.2432 18.75 12H17.25ZM18.9043 12.731C18.8431 12.7056 18.7944 12.6569 18.769 12.5957L17.3832 13.1697C17.5608 13.5985 17.9015 13.9392 18.3303 14.1168L18.9043 12.731ZM20.25 12C20.25 12.2432 20.2496 12.3881 20.2422 12.4961C20.2353 12.5974 20.2249 12.6104 20.231 12.5957L21.6168 13.1697C21.699 12.9712 21.7266 12.7759 21.7387 12.5982C21.7504 12.4273 21.75 12.2227 21.75 12H20.25ZM19.5 14.25C19.7227 14.25 19.9273 14.2504 20.0982 14.2387C20.2759 14.2266 20.4712 14.199 20.6697 14.1168L20.0957 12.731C20.1104 12.7249 20.0974 12.7353 19.9961 12.7422C19.8881 12.7496 19.7432 12.75 19.5 12.75V14.25ZM20.231 12.5957C20.2056 12.6569 20.1569 12.7056 20.0957 12.731L20.6697 14.1168C21.0985 13.9392 21.4392 13.5985 21.6168 13.1697L20.231 12.5957ZM19.5 11.25C19.7432 11.25 19.8881 11.2504 19.9961 11.2578C20.0974 11.2647 20.1104 11.2751 20.0957 11.269L20.6697 9.88321C20.4712 9.80099 20.2759 9.77338 20.0982 9.76125C19.9273 9.74959 19.7227 9.75 19.5 9.75V11.25ZM21.75 12C21.75 11.7773 21.7504 11.5727 21.7387 11.4018C21.7266 11.2241 21.699 11.0288 21.6168 10.8303L20.231 11.4043C20.2249 11.3896 20.2353 11.4026 20.2422 11.5039C20.2496 11.6119 20.25 11.7568 20.25 12H21.75ZM20.0957 11.269C20.1569 11.2944 20.2056 11.3431 20.231 11.4043L21.6168 10.8303C21.4392 10.4015 21.0985 10.0608 20.6697 9.88321L20.0957 11.269ZM19.5 9.75C19.2773 9.75 19.0727 9.74959 18.9018 9.76125C18.7241 9.77338 18.5288 9.80099 18.3303 9.88321L18.9043 11.269C18.8896 11.2751 18.9026 11.2647 19.0039 11.2578C19.1119 11.2504 19.2568 11.25 19.5 11.25V9.75ZM18.75 12C18.75 11.7568 18.7504 11.6119 18.7578 11.5039C18.7647 11.4026 18.7751 11.3896 18.769 11.4043L17.3832 10.8303C17.301 11.0288 17.2734 11.2241 17.2613 11.4018C17.2496 11.5727 17.25 11.7773 17.25 12H18.75ZM18.3303 9.88321C17.9015 10.0608 17.5608 10.4015 17.3832 10.8303L18.769 11.4043C18.7944 11.3431 18.8431 11.2944 18.9043 11.269L18.3303 9.88321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M18.6173 5.92388L18.3303 6.61679L18.6173 5.92388ZM20.9239 5.38268L20.231 5.09567L20.9239 5.38268ZM20.3827 5.92388L20.0957 5.23097L20.3827 5.92388ZM20.9239 3.61732L21.6168 3.3303L20.9239 3.61732ZM19.5 5.25C19.2568 5.25 19.1119 5.24959 19.0039 5.24222C18.9026 5.23532 18.8896 5.22487 18.9043 5.23097L18.3303 6.61679C18.5288 6.69901 18.7241 6.72662 18.9018 6.73875C19.0727 6.75041 19.2773 6.75 19.5 6.75V5.25ZM17.25 4.5C17.25 4.72271 17.2496 4.9273 17.2613 5.09821C17.2734 5.27585 17.301 5.47119 17.3832 5.6697L18.769 5.09567C18.7751 5.1104 18.7647 5.09737 18.7578 4.9961C18.7504 4.8881 18.75 4.74323 18.75 4.5H17.25ZM18.9043 5.23097C18.8431 5.2056 18.7944 5.15693 18.769 5.09567L17.3832 5.6697C17.5608 6.0985 17.9015 6.43917 18.3303 6.61679L18.9043 5.23097ZM20.25 4.5C20.25 4.74323 20.2496 4.8881 20.2422 4.9961C20.2353 5.09737 20.2249 5.1104 20.231 5.09567L21.6168 5.6697C21.699 5.47119 21.7266 5.27585 21.7387 5.09821C21.7504 4.9273 21.75 4.72271 21.75 4.5H20.25ZM19.5 6.75C19.7227 6.75 19.9273 6.75041 20.0982 6.73875C20.2759 6.72662 20.4712 6.69901 20.6697 6.61679L20.0957 5.23097C20.1104 5.22487 20.0974 5.23532 19.9961 5.24222C19.8881 5.24959 19.7432 5.25 19.5 5.25V6.75ZM20.231 5.09567C20.2056 5.15693 20.1569 5.2056 20.0957 5.23097L20.6697 6.61679C21.0985 6.43917 21.4392 6.0985 21.6168 5.6697L20.231 5.09567ZM19.5 3.75C19.7432 3.75 19.8881 3.75041 19.9961 3.75778C20.0974 3.76469 20.1104 3.77513 20.0957 3.76903L20.6697 2.38321C20.4712 2.30099 20.2759 2.27338 20.0982 2.26125C19.9273 2.24959 19.7227 2.25 19.5 2.25V3.75ZM21.75 4.5C21.75 4.27729 21.7504 4.0727 21.7387 3.90179C21.7266 3.72415 21.699 3.52881 21.6168 3.3303L20.231 3.90433C20.2249 3.8896 20.2353 3.90263 20.2422 4.0039C20.2496 4.1119 20.25 4.25677 20.25 4.5H21.75ZM20.0957 3.76903C20.1569 3.7944 20.2056 3.84307 20.231 3.90433L21.6168 3.3303C21.4392 2.9015 21.0985 2.56083 20.6697 2.38321L20.0957 3.76903ZM19.5 2.25C19.2773 2.25 19.0727 2.24959 18.9018 2.26125C18.7241 2.27338 18.5288 2.30099 18.3303 2.38321L18.9043 3.76903C18.8896 3.77513 18.9026 3.76469 19.0039 3.75778C19.1119 3.75041 19.2568 3.75 19.5 3.75V2.25ZM18.75 4.5C18.75 4.25677 18.7504 4.1119 18.7578 4.0039C18.7647 3.90263 18.7751 3.8896 18.769 3.90433L17.3832 3.3303C17.301 3.52881 17.2734 3.72415 17.2613 3.90179C17.2496 4.0727 17.25 4.27729 17.25 4.5H18.75ZM18.3303 2.38321C17.9015 2.56083 17.5608 2.9015 17.3832 3.3303L18.769 3.90433C18.7944 3.84307 18.8431 3.7944 18.9043 3.76903L18.3303 2.38321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1173 20.9239L10.8303 21.6168L11.1173 20.9239ZM13.4239 20.3827L12.731 20.0957L13.4239 20.3827ZM12.8827 20.9239L12.5957 20.231L12.8827 20.9239ZM13.4239 18.6173L14.1168 18.3303L13.4239 18.6173ZM12 20.25C11.7568 20.25 11.6119 20.2496 11.5039 20.2422C11.4026 20.2353 11.3896 20.2249 11.4043 20.231L10.8303 21.6168C11.0288 21.699 11.2241 21.7266 11.4018 21.7387C11.5727 21.7504 11.7773 21.75 12 21.75V20.25ZM9.75 19.5C9.75 19.7227 9.74959 19.9273 9.76125 20.0982C9.77338 20.2759 9.80099 20.4712 9.88321 20.6697L11.269 20.0957C11.2751 20.1104 11.2647 20.0974 11.2578 19.9961C11.2504 19.8881 11.25 19.7432 11.25 19.5H9.75ZM11.4043 20.231C11.3431 20.2056 11.2944 20.1569 11.269 20.0957L9.88321 20.6697C10.0608 21.0985 10.4015 21.4392 10.8303 21.6168L11.4043 20.231ZM12.75 19.5C12.75 19.7432 12.7496 19.8881 12.7422 19.9961C12.7353 20.0974 12.7249 20.1104 12.731 20.0957L14.1168 20.6697C14.199 20.4712 14.2266 20.2759 14.2387 20.0982C14.2504 19.9273 14.25 19.7227 14.25 19.5H12.75ZM12 21.75C12.2227 21.75 12.4273 21.7504 12.5982 21.7387C12.7759 21.7266 12.9712 21.699 13.1697 21.6168L12.5957 20.231C12.6104 20.2249 12.5974 20.2353 12.4961 20.2422C12.3881 20.2496 12.2432 20.25 12 20.25V21.75ZM12.731 20.0957C12.7056 20.1569 12.6569 20.2056 12.5957 20.231L13.1697 21.6168C13.5985 21.4392 13.9392 21.0985 14.1168 20.6697L12.731 20.0957ZM12 18.75C12.2432 18.75 12.3881 18.7504 12.4961 18.7578C12.5974 18.7647 12.6104 18.7751 12.5957 18.769L13.1697 17.3832C12.9712 17.301 12.7759 17.2734 12.5982 17.2613C12.4273 17.2496 12.2227 17.25 12 17.25V18.75ZM14.25 19.5C14.25 19.2773 14.2504 19.0727 14.2387 18.9018C14.2266 18.7241 14.199 18.5288 14.1168 18.3303L12.731 18.9043C12.7249 18.8896 12.7353 18.9026 12.7422 19.0039C12.7496 19.1119 12.75 19.2568 12.75 19.5H14.25ZM12.5957 18.769C12.6569 18.7944 12.7056 18.8431 12.731 18.9043L14.1168 18.3303C13.9392 17.9015 13.5985 17.5608 13.1697 17.3832L12.5957 18.769ZM12 17.25C11.7773 17.25 11.5727 17.2496 11.4018 17.2613C11.2241 17.2734 11.0288 17.301 10.8303 17.3832L11.4043 18.769C11.3896 18.7751 11.4026 18.7647 11.5039 18.7578C11.6119 18.7504 11.7568 18.75 12 18.75V17.25ZM11.25 19.5C11.25 19.2568 11.2504 19.1119 11.2578 19.0039C11.2647 18.9026 11.2751 18.8896 11.269 18.9043L9.88321 18.3303C9.80099 18.5288 9.77338 18.7241 9.76125 18.9018C9.74959 19.0727 9.75 19.2773 9.75 19.5H11.25ZM10.8303 17.3832C10.4015 17.5608 10.0608 17.9015 9.88321 18.3303L11.269 18.9043C11.2944 18.8431 11.3431 18.7944 11.4043 18.769L10.8303 17.3832Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1173 13.4239L10.8303 14.1168L11.1173 13.4239ZM13.4239 12.8827L12.731 12.5957L13.4239 12.8827ZM12.8827 13.4239L12.5957 12.731L12.8827 13.4239ZM13.4239 11.1173L14.1168 10.8303L13.4239 11.1173ZM12 12.75C11.7568 12.75 11.6119 12.7496 11.5039 12.7422C11.4026 12.7353 11.3896 12.7249 11.4043 12.731L10.8303 14.1168C11.0288 14.199 11.2241 14.2266 11.4018 14.2387C11.5727 14.2504 11.7773 14.25 12 14.25V12.75ZM9.75 12C9.75 12.2227 9.74959 12.4273 9.76125 12.5982C9.77338 12.7759 9.80099 12.9712 9.88321 13.1697L11.269 12.5957C11.2751 12.6104 11.2647 12.5974 11.2578 12.4961C11.2504 12.3881 11.25 12.2432 11.25 12H9.75ZM11.4043 12.731C11.3431 12.7056 11.2944 12.6569 11.269 12.5957L9.88321 13.1697C10.0608 13.5985 10.4015 13.9392 10.8303 14.1168L11.4043 12.731ZM12.75 12C12.75 12.2432 12.7496 12.3881 12.7422 12.4961C12.7353 12.5974 12.7249 12.6104 12.731 12.5957L14.1168 13.1697C14.199 12.9712 14.2266 12.7759 14.2387 12.5982C14.2504 12.4273 14.25 12.2227 14.25 12H12.75ZM12 14.25C12.2227 14.25 12.4273 14.2504 12.5982 14.2387C12.7759 14.2266 12.9712 14.199 13.1697 14.1168L12.5957 12.731C12.6104 12.7249 12.5974 12.7353 12.4961 12.7422C12.3881 12.7496 12.2432 12.75 12 12.75V14.25ZM12.731 12.5957C12.7056 12.6569 12.6569 12.7056 12.5957 12.731L13.1697 14.1168C13.5985 13.9392 13.9392 13.5985 14.1168 13.1697L12.731 12.5957ZM12 11.25C12.2432 11.25 12.3881 11.2504 12.4961 11.2578C12.5974 11.2647 12.6104 11.2751 12.5957 11.269L13.1697 9.88321C12.9712 9.80099 12.7759 9.77338 12.5982 9.76125C12.4273 9.74959 12.2227 9.75 12 9.75V11.25ZM14.25 12C14.25 11.7773 14.2504 11.5727 14.2387 11.4018C14.2266 11.2241 14.199 11.0288 14.1168 10.8303L12.731 11.4043C12.7249 11.3896 12.7353 11.4026 12.7422 11.5039C12.7496 11.6119 12.75 11.7568 12.75 12H14.25ZM12.5957 11.269C12.6569 11.2944 12.7056 11.3431 12.731 11.4043L14.1168 10.8303C13.9392 10.4015 13.5985 10.0608 13.1697 9.88321L12.5957 11.269ZM12 9.75C11.7773 9.75 11.5727 9.74959 11.4018 9.76125C11.2241 9.77338 11.0288 9.80099 10.8303 9.88321L11.4043 11.269C11.3896 11.2751 11.4026 11.2647 11.5039 11.2578C11.6119 11.2504 11.7568 11.25 12 11.25V9.75ZM11.25 12C11.25 11.7568 11.2504 11.6119 11.2578 11.5039C11.2647 11.4026 11.2751 11.3896 11.269 11.4043L9.88321 10.8303C9.80099 11.0288 9.77338 11.2241 9.76125 11.4018C9.74959 11.5727 9.75 11.7773 9.75 12H11.25ZM10.8303 9.88321C10.4015 10.0608 10.0608 10.4015 9.88321 10.8303L11.269 11.4043C11.2944 11.3431 11.3431 11.2944 11.4043 11.269L10.8303 9.88321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1173 5.92388L10.8303 6.61679L11.1173 5.92388ZM13.4239 5.38268L12.731 5.09567L13.4239 5.38268ZM12.8827 5.92388L12.5957 5.23097L12.8827 5.92388ZM13.4239 3.61732L14.1168 3.3303L13.4239 3.61732ZM12 5.25C11.7568 5.25 11.6119 5.24959 11.5039 5.24222C11.4026 5.23532 11.3896 5.22487 11.4043 5.23097L10.8303 6.61679C11.0288 6.69901 11.2241 6.72662 11.4018 6.73875C11.5727 6.75041 11.7773 6.75 12 6.75V5.25ZM9.75 4.5C9.75 4.72271 9.74959 4.9273 9.76125 5.09821C9.77338 5.27585 9.80099 5.47119 9.88321 5.6697L11.269 5.09567C11.2751 5.1104 11.2647 5.09737 11.2578 4.9961C11.2504 4.8881 11.25 4.74323 11.25 4.5H9.75ZM11.4043 5.23097C11.3431 5.2056 11.2944 5.15693 11.269 5.09567L9.88321 5.6697C10.0608 6.0985 10.4015 6.43917 10.8303 6.61679L11.4043 5.23097ZM12.75 4.5C12.75 4.74323 12.7496 4.8881 12.7422 4.9961C12.7353 5.09737 12.7249 5.1104 12.731 5.09567L14.1168 5.6697C14.199 5.47119 14.2266 5.27585 14.2387 5.09821C14.2504 4.9273 14.25 4.72271 14.25 4.5H12.75ZM12 6.75C12.2227 6.75 12.4273 6.75041 12.5982 6.73875C12.7759 6.72662 12.9712 6.69901 13.1697 6.61679L12.5957 5.23097C12.6104 5.22487 12.5974 5.23532 12.4961 5.24222C12.3881 5.24959 12.2432 5.25 12 5.25V6.75ZM12.731 5.09567C12.7056 5.15693 12.6569 5.2056 12.5957 5.23097L13.1697 6.61679C13.5985 6.43917 13.9392 6.0985 14.1168 5.6697L12.731 5.09567ZM12 3.75C12.2432 3.75 12.3881 3.75041 12.4961 3.75778C12.5974 3.76469 12.6104 3.77513 12.5957 3.76903L13.1697 2.38321C12.9712 2.30099 12.7759 2.27338 12.5982 2.26125C12.4273 2.24959 12.2227 2.25 12 2.25V3.75ZM14.25 4.5C14.25 4.27729 14.2504 4.0727 14.2387 3.90179C14.2266 3.72415 14.199 3.52881 14.1168 3.3303L12.731 3.90433C12.7249 3.8896 12.7353 3.90263 12.7422 4.0039C12.7496 4.1119 12.75 4.25677 12.75 4.5H14.25ZM12.5957 3.76903C12.6569 3.7944 12.7056 3.84307 12.731 3.90433L14.1168 3.3303C13.9392 2.9015 13.5985 2.56083 13.1697 2.38321L12.5957 3.76903ZM12 2.25C11.7773 2.25 11.5727 2.24959 11.4018 2.26125C11.2241 2.27338 11.0288 2.30099 10.8303 2.38321L11.4043 3.76903C11.3896 3.77513 11.4026 3.76469 11.5039 3.75778C11.6119 3.75041 11.7568 3.75 12 3.75V2.25ZM11.25 4.5C11.25 4.25677 11.2504 4.1119 11.2578 4.0039C11.2647 3.90263 11.2751 3.8896 11.269 3.90433L9.88321 3.3303C9.80099 3.52881 9.77338 3.72415 9.76125 3.90179C9.74959 4.0727 9.75 4.27729 9.75 4.5H11.25ZM10.8303 2.38321C10.4015 2.56083 10.0608 2.9015 9.88321 3.3303L11.269 3.90433C11.2944 3.84307 11.3431 3.7944 11.4043 3.76903L10.8303 2.38321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.61732 20.9239L3.3303 21.6168L3.61732 20.9239ZM5.92388 20.3827L5.23097 20.0957L5.92388 20.3827ZM5.38268 20.9239L5.09567 20.231L5.38268 20.9239ZM5.92388 18.6173L6.61679 18.3303L5.92388 18.6173ZM4.5 20.25C4.25677 20.25 4.1119 20.2496 4.0039 20.2422C3.90263 20.2353 3.8896 20.2249 3.90433 20.231L3.3303 21.6168C3.52881 21.699 3.72415 21.7266 3.90179 21.7387C4.0727 21.7504 4.27729 21.75 4.5 21.75V20.25ZM2.25 19.5C2.25 19.7227 2.24959 19.9273 2.26125 20.0982C2.27338 20.2759 2.30099 20.4712 2.38321 20.6697L3.76903 20.0957C3.77513 20.1104 3.76469 20.0974 3.75778 19.9961C3.75041 19.8881 3.75 19.7432 3.75 19.5H2.25ZM3.90433 20.231C3.84307 20.2056 3.7944 20.1569 3.76903 20.0957L2.38321 20.6697C2.56083 21.0985 2.9015 21.4392 3.3303 21.6168L3.90433 20.231ZM5.25 19.5C5.25 19.7432 5.24959 19.8881 5.24222 19.9961C5.23532 20.0974 5.22487 20.1104 5.23097 20.0957L6.61679 20.6697C6.69901 20.4712 6.72662 20.2759 6.73875 20.0982C6.75041 19.9273 6.75 19.7227 6.75 19.5H5.25ZM4.5 21.75C4.72271 21.75 4.9273 21.7504 5.09821 21.7387C5.27585 21.7266 5.47119 21.699 5.6697 21.6168L5.09567 20.231C5.1104 20.2249 5.09737 20.2353 4.9961 20.2422C4.8881 20.2496 4.74323 20.25 4.5 20.25V21.75ZM5.23097 20.0957C5.2056 20.1569 5.15693 20.2056 5.09567 20.231L5.6697 21.6168C6.0985 21.4392 6.43917 21.0985 6.61679 20.6697L5.23097 20.0957ZM4.5 18.75C4.74323 18.75 4.8881 18.7504 4.9961 18.7578C5.09737 18.7647 5.1104 18.7751 5.09567 18.769L5.6697 17.3832C5.47119 17.301 5.27585 17.2734 5.09821 17.2613C4.9273 17.2496 4.72271 17.25 4.5 17.25V18.75ZM6.75 19.5C6.75 19.2773 6.75041 19.0727 6.73875 18.9018C6.72662 18.7241 6.69901 18.5288 6.61679 18.3303L5.23097 18.9043C5.22487 18.8896 5.23532 18.9026 5.24222 19.0039C5.24959 19.1119 5.25 19.2568 5.25 19.5H6.75ZM5.09567 18.769C5.15693 18.7944 5.2056 18.8431 5.23097 18.9043L6.61679 18.3303C6.43917 17.9015 6.0985 17.5608 5.6697 17.3832L5.09567 18.769ZM4.5 17.25C4.27729 17.25 4.0727 17.2496 3.90179 17.2613C3.72415 17.2734 3.52881 17.301 3.3303 17.3832L3.90433 18.769C3.8896 18.7751 3.90263 18.7647 4.0039 18.7578C4.1119 18.7504 4.25677 18.75 4.5 18.75V17.25ZM3.75 19.5C3.75 19.2568 3.75041 19.1119 3.75778 19.0039C3.76469 18.9026 3.77513 18.8896 3.76903 18.9043L2.38321 18.3303C2.30099 18.5288 2.27338 18.7241 2.26125 18.9018C2.24959 19.0727 2.25 19.2773 2.25 19.5H3.75ZM3.3303 17.3832C2.9015 17.5608 2.56083 17.9015 2.38321 18.3303L3.76903 18.9043C3.7944 18.8431 3.84307 18.7944 3.90433 18.769L3.3303 17.3832Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.61732 13.4239L3.3303 14.1168L3.61732 13.4239ZM5.92388 12.8827L5.23097 12.5957L5.92388 12.8827ZM5.38268 13.4239L5.09567 12.731L5.38268 13.4239ZM5.92388 11.1173L6.61679 10.8303L5.92388 11.1173ZM4.5 12.75C4.25677 12.75 4.1119 12.7496 4.0039 12.7422C3.90263 12.7353 3.8896 12.7249 3.90433 12.731L3.3303 14.1168C3.52881 14.199 3.72415 14.2266 3.90179 14.2387C4.0727 14.2504 4.27729 14.25 4.5 14.25V12.75ZM2.25 12C2.25 12.2227 2.24959 12.4273 2.26125 12.5982C2.27338 12.7759 2.30099 12.9712 2.38321 13.1697L3.76903 12.5957C3.77513 12.6104 3.76469 12.5974 3.75778 12.4961C3.75041 12.3881 3.75 12.2432 3.75 12H2.25ZM3.90433 12.731C3.84307 12.7056 3.7944 12.6569 3.76903 12.5957L2.38321 13.1697C2.56083 13.5985 2.9015 13.9392 3.3303 14.1168L3.90433 12.731ZM5.25 12C5.25 12.2432 5.24959 12.3881 5.24222 12.4961C5.23532 12.5974 5.22487 12.6104 5.23097 12.5957L6.61679 13.1697C6.69901 12.9712 6.72662 12.7759 6.73875 12.5982C6.75041 12.4273 6.75 12.2227 6.75 12H5.25ZM4.5 14.25C4.72271 14.25 4.9273 14.2504 5.09821 14.2387C5.27585 14.2266 5.47119 14.199 5.6697 14.1168L5.09567 12.731C5.1104 12.7249 5.09737 12.7353 4.9961 12.7422C4.8881 12.7496 4.74323 12.75 4.5 12.75V14.25ZM5.23097 12.5957C5.2056 12.6569 5.15693 12.7056 5.09567 12.731L5.6697 14.1168C6.0985 13.9392 6.43917 13.5985 6.61679 13.1697L5.23097 12.5957ZM4.5 11.25C4.74323 11.25 4.8881 11.2504 4.9961 11.2578C5.09737 11.2647 5.1104 11.2751 5.09567 11.269L5.6697 9.88321C5.47119 9.80099 5.27585 9.77338 5.09821 9.76125C4.9273 9.74959 4.72271 9.75 4.5 9.75V11.25ZM6.75 12C6.75 11.7773 6.75041 11.5727 6.73875 11.4018C6.72662 11.2241 6.69901 11.0288 6.61679 10.8303L5.23097 11.4043C5.22487 11.3896 5.23532 11.4026 5.24222 11.5039C5.24959 11.6119 5.25 11.7568 5.25 12H6.75ZM5.09567 11.269C5.15693 11.2944 5.2056 11.3431 5.23097 11.4043L6.61679 10.8303C6.43917 10.4015 6.0985 10.0608 5.6697 9.88321L5.09567 11.269ZM4.5 9.75C4.27729 9.75 4.0727 9.74959 3.90179 9.76125C3.72415 9.77338 3.52881 9.80099 3.3303 9.88321L3.90433 11.269C3.8896 11.2751 3.90263 11.2647 4.0039 11.2578C4.1119 11.2504 4.25677 11.25 4.5 11.25V9.75ZM3.75 12C3.75 11.7568 3.75041 11.6119 3.75778 11.5039C3.76469 11.4026 3.77513 11.3896 3.76903 11.4043L2.38321 10.8303C2.30099 11.0288 2.27338 11.2241 2.26125 11.4018C2.24959 11.5727 2.25 11.7773 2.25 12H3.75ZM3.3303 9.88321C2.9015 10.0608 2.56083 10.4015 2.38321 10.8303L3.76903 11.4043C3.7944 11.3431 3.84307 11.2944 3.90433 11.269L3.3303 9.88321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.61732 5.92388L3.3303 6.61679L3.61732 5.92388ZM5.92388 5.38268L5.23097 5.09567L5.92388 5.38268ZM5.38268 5.92388L5.09567 5.23097L5.38268 5.92388ZM5.92388 3.61732L6.61679 3.3303L5.92388 3.61732ZM4.5 5.25C4.25677 5.25 4.1119 5.24959 4.0039 5.24222C3.90263 5.23532 3.8896 5.22487 3.90433 5.23097L3.3303 6.61679C3.52881 6.69901 3.72415 6.72662 3.90179 6.73875C4.0727 6.75041 4.27729 6.75 4.5 6.75V5.25ZM2.25 4.5C2.25 4.72271 2.24959 4.9273 2.26125 5.09821C2.27338 5.27585 2.30099 5.47119 2.38321 5.6697L3.76903 5.09567C3.77513 5.1104 3.76469 5.09737 3.75778 4.9961C3.75041 4.8881 3.75 4.74323 3.75 4.5H2.25ZM3.90433 5.23097C3.84307 5.2056 3.7944 5.15693 3.76903 5.09567L2.38321 5.6697C2.56083 6.0985 2.9015 6.43917 3.3303 6.61679L3.90433 5.23097ZM5.25 4.5C5.25 4.74323 5.24959 4.8881 5.24222 4.9961C5.23532 5.09737 5.22487 5.1104 5.23097 5.09567L6.61679 5.6697C6.69901 5.47119 6.72662 5.27585 6.73875 5.09821C6.75041 4.9273 6.75 4.72271 6.75 4.5H5.25ZM4.5 6.75C4.72271 6.75 4.9273 6.75041 5.09821 6.73875C5.27585 6.72662 5.47119 6.69901 5.6697 6.61679L5.09567 5.23097C5.1104 5.22487 5.09737 5.23532 4.9961 5.24222C4.8881 5.24959 4.74323 5.25 4.5 5.25V6.75ZM5.23097 5.09567C5.2056 5.15693 5.15693 5.2056 5.09567 5.23097L5.6697 6.61679C6.0985 6.43917 6.43917 6.0985 6.61679 5.6697L5.23097 5.09567ZM4.5 3.75C4.74323 3.75 4.8881 3.75041 4.9961 3.75778C5.09737 3.76469 5.1104 3.77513 5.09567 3.76903L5.6697 2.38321C5.47119 2.30099 5.27585 2.27338 5.09821 2.26125C4.9273 2.24959 4.72271 2.25 4.5 2.25V3.75ZM6.75 4.5C6.75 4.27729 6.75041 4.0727 6.73875 3.90179C6.72662 3.72415 6.69901 3.52881 6.61679 3.3303L5.23097 3.90433C5.22487 3.8896 5.23532 3.90263 5.24222 4.0039C5.24959 4.1119 5.25 4.25677 5.25 4.5H6.75ZM5.09567 3.76903C5.15693 3.7944 5.2056 3.84307 5.23097 3.90433L6.61679 3.3303C6.43917 2.9015 6.0985 2.56083 5.6697 2.38321L5.09567 3.76903ZM4.5 2.25C4.27729 2.25 4.0727 2.24959 3.90179 2.26125C3.72415 2.27338 3.52881 2.30099 3.3303 2.38321L3.90433 3.76903C3.8896 3.77513 3.90263 3.76469 4.0039 3.75778C4.1119 3.75041 4.25677 3.75 4.5 3.75V2.25ZM3.75 4.5C3.75 4.25677 3.75041 4.1119 3.75778 4.0039C3.76469 3.90263 3.77513 3.8896 3.76903 3.90433L2.38321 3.3303C2.30099 3.52881 2.27338 3.72415 2.26125 3.90179C2.24959 4.0727 2.25 4.27729 2.25 4.5H3.75ZM3.3303 2.38321C2.9015 2.56083 2.56083 2.9015 2.38321 3.3303L3.76903 3.90433C3.7944 3.84307 3.84307 3.7944 3.90433 3.76903L3.3303 2.38321Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-more-horizontal-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 12C21 11.1716 20.3284 10.5 19.5 10.5C18.6716 10.5 18 11.1716 18 12C18 12.8284 18.6716 13.5 19.5 13.5C20.3284 13.5 21 12.8284 21 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 12C6 11.1716 5.32843 10.5 4.5 10.5C3.67157 10.5 3 11.1716 3 12C3 12.8284 3.67157 13.5 4.5 13.5C5.32843 13.5 6 12.8284 6 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 12C21 11.1716 20.3284 10.5 19.5 10.5C18.6716 10.5 18 11.1716 18 12C18 12.8284 18.6716 13.5 19.5 13.5C20.3284 13.5 21 12.8284 21 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 12C6 11.1716 5.32843 10.5 4.5 10.5C3.67157 10.5 3 11.1716 3 12C3 12.8284 3.67157 13.5 4.5 13.5C5.32843 13.5 6 12.8284 6 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-more-horizontal-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9959 12H12.0049%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9998 12H16.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.99981 12H8.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9959 12H12.0049%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9998 12H16.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.99981 12H8.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-more-horizontal-square-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.6173 13.4239L18.3303 14.1168L18.6173 13.4239ZM20.9239 12.8827L20.231 12.5957L20.9239 12.8827ZM20.3827 13.4239L20.0957 12.731L20.3827 13.4239ZM20.9239 11.1173L21.6168 10.8303L20.9239 11.1173ZM19.5 12.75C19.2568 12.75 19.1119 12.7496 19.0039 12.7422C18.9026 12.7353 18.8896 12.7249 18.9043 12.731L18.3303 14.1168C18.5288 14.199 18.7241 14.2266 18.9018 14.2387C19.0727 14.2504 19.2773 14.25 19.5 14.25V12.75ZM17.25 12C17.25 12.2227 17.2496 12.4273 17.2613 12.5982C17.2734 12.7759 17.301 12.9712 17.3832 13.1697L18.769 12.5957C18.7751 12.6104 18.7647 12.5974 18.7578 12.4961C18.7504 12.3881 18.75 12.2432 18.75 12H17.25ZM18.9043 12.731C18.8431 12.7056 18.7944 12.6569 18.769 12.5957L17.3832 13.1697C17.5608 13.5985 17.9015 13.9392 18.3303 14.1168L18.9043 12.731ZM20.25 12C20.25 12.2432 20.2496 12.3881 20.2422 12.4961C20.2353 12.5974 20.2249 12.6104 20.231 12.5957L21.6168 13.1697C21.699 12.9712 21.7266 12.7759 21.7387 12.5982C21.7504 12.4273 21.75 12.2227 21.75 12H20.25ZM19.5 14.25C19.7227 14.25 19.9273 14.2504 20.0982 14.2387C20.2759 14.2266 20.4712 14.199 20.6697 14.1168L20.0957 12.731C20.1104 12.7249 20.0974 12.7353 19.9961 12.7422C19.8881 12.7496 19.7432 12.75 19.5 12.75V14.25ZM20.231 12.5957C20.2056 12.6569 20.1569 12.7056 20.0957 12.731L20.6697 14.1168C21.0985 13.9392 21.4392 13.5985 21.6168 13.1697L20.231 12.5957ZM19.5 11.25C19.7432 11.25 19.8881 11.2504 19.9961 11.2578C20.0974 11.2647 20.1104 11.2751 20.0957 11.269L20.6697 9.88321C20.4712 9.80099 20.2759 9.77338 20.0982 9.76125C19.9273 9.74959 19.7227 9.75 19.5 9.75V11.25ZM21.75 12C21.75 11.7773 21.7504 11.5727 21.7387 11.4018C21.7266 11.2241 21.699 11.0288 21.6168 10.8303L20.231 11.4043C20.2249 11.3896 20.2353 11.4026 20.2422 11.5039C20.2496 11.6119 20.25 11.7568 20.25 12H21.75ZM20.0957 11.269C20.1569 11.2944 20.2056 11.3431 20.231 11.4043L21.6168 10.8303C21.4392 10.4015 21.0985 10.0608 20.6697 9.88321L20.0957 11.269ZM19.5 9.75C19.2773 9.75 19.0727 9.74959 18.9018 9.76125C18.7241 9.77338 18.5288 9.80099 18.3303 9.88321L18.9043 11.269C18.8896 11.2751 18.9026 11.2647 19.0039 11.2578C19.1119 11.2504 19.2568 11.25 19.5 11.25V9.75ZM18.75 12C18.75 11.7568 18.7504 11.6119 18.7578 11.5039C18.7647 11.4026 18.7751 11.3896 18.769 11.4043L17.3832 10.8303C17.301 11.0288 17.2734 11.2241 17.2613 11.4018C17.2496 11.5727 17.25 11.7773 17.25 12H18.75ZM18.3303 9.88321C17.9015 10.0608 17.5608 10.4015 17.3832 10.8303L18.769 11.4043C18.7944 11.3431 18.8431 11.2944 18.9043 11.269L18.3303 9.88321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1173 13.4239L10.8303 14.1168L11.1173 13.4239ZM13.4239 12.8827L12.731 12.5957L13.4239 12.8827ZM12.8827 13.4239L12.5957 12.731L12.8827 13.4239ZM13.4239 11.1173L14.1168 10.8303L13.4239 11.1173ZM12 12.75C11.7568 12.75 11.6119 12.7496 11.5039 12.7422C11.4026 12.7353 11.3896 12.7249 11.4043 12.731L10.8303 14.1168C11.0288 14.199 11.2241 14.2266 11.4018 14.2387C11.5727 14.2504 11.7773 14.25 12 14.25V12.75ZM9.75 12C9.75 12.2227 9.74959 12.4273 9.76125 12.5982C9.77338 12.7759 9.80099 12.9712 9.88321 13.1697L11.269 12.5957C11.2751 12.6104 11.2647 12.5974 11.2578 12.4961C11.2504 12.3881 11.25 12.2432 11.25 12H9.75ZM11.4043 12.731C11.3431 12.7056 11.2944 12.6569 11.269 12.5957L9.88321 13.1697C10.0608 13.5985 10.4015 13.9392 10.8303 14.1168L11.4043 12.731ZM12.75 12C12.75 12.2432 12.7496 12.3881 12.7422 12.4961C12.7353 12.5974 12.7249 12.6104 12.731 12.5957L14.1168 13.1697C14.199 12.9712 14.2266 12.7759 14.2387 12.5982C14.2504 12.4273 14.25 12.2227 14.25 12H12.75ZM12 14.25C12.2227 14.25 12.4273 14.2504 12.5982 14.2387C12.7759 14.2266 12.9712 14.199 13.1697 14.1168L12.5957 12.731C12.6104 12.7249 12.5974 12.7353 12.4961 12.7422C12.3881 12.7496 12.2432 12.75 12 12.75V14.25ZM12.731 12.5957C12.7056 12.6569 12.6569 12.7056 12.5957 12.731L13.1697 14.1168C13.5985 13.9392 13.9392 13.5985 14.1168 13.1697L12.731 12.5957ZM12 11.25C12.2432 11.25 12.3881 11.2504 12.4961 11.2578C12.5974 11.2647 12.6104 11.2751 12.5957 11.269L13.1697 9.88321C12.9712 9.80099 12.7759 9.77338 12.5982 9.76125C12.4273 9.74959 12.2227 9.75 12 9.75V11.25ZM14.25 12C14.25 11.7773 14.2504 11.5727 14.2387 11.4018C14.2266 11.2241 14.199 11.0288 14.1168 10.8303L12.731 11.4043C12.7249 11.3896 12.7353 11.4026 12.7422 11.5039C12.7496 11.6119 12.75 11.7568 12.75 12H14.25ZM12.5957 11.269C12.6569 11.2944 12.7056 11.3431 12.731 11.4043L14.1168 10.8303C13.9392 10.4015 13.5985 10.0608 13.1697 9.88321L12.5957 11.269ZM12 9.75C11.7773 9.75 11.5727 9.74959 11.4018 9.76125C11.2241 9.77338 11.0288 9.80099 10.8303 9.88321L11.4043 11.269C11.3896 11.2751 11.4026 11.2647 11.5039 11.2578C11.6119 11.2504 11.7568 11.25 12 11.25V9.75ZM11.25 12C11.25 11.7568 11.2504 11.6119 11.2578 11.5039C11.2647 11.4026 11.2751 11.3896 11.269 11.4043L9.88321 10.8303C9.80099 11.0288 9.77338 11.2241 9.76125 11.4018C9.74959 11.5727 9.75 11.7773 9.75 12H11.25ZM10.8303 9.88321C10.4015 10.0608 10.0608 10.4015 9.88321 10.8303L11.269 11.4043C11.2944 11.3431 11.3431 11.2944 11.4043 11.269L10.8303 9.88321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.61732 13.4239L3.3303 14.1168L3.61732 13.4239ZM5.92388 12.8827L5.23097 12.5957L5.92388 12.8827ZM5.38268 13.4239L5.09567 12.731L5.38268 13.4239ZM5.92388 11.1173L6.61679 10.8303L5.92388 11.1173ZM4.5 12.75C4.25677 12.75 4.1119 12.7496 4.0039 12.7422C3.90263 12.7353 3.8896 12.7249 3.90433 12.731L3.3303 14.1168C3.52881 14.199 3.72415 14.2266 3.90179 14.2387C4.0727 14.2504 4.27729 14.25 4.5 14.25V12.75ZM2.25 12C2.25 12.2227 2.24959 12.4273 2.26125 12.5982C2.27338 12.7759 2.30099 12.9712 2.38321 13.1697L3.76903 12.5957C3.77513 12.6104 3.76469 12.5974 3.75778 12.4961C3.75041 12.3881 3.75 12.2432 3.75 12H2.25ZM3.90433 12.731C3.84307 12.7056 3.7944 12.6569 3.76903 12.5957L2.38321 13.1697C2.56083 13.5985 2.9015 13.9392 3.3303 14.1168L3.90433 12.731ZM5.25 12C5.25 12.2432 5.24959 12.3881 5.24222 12.4961C5.23532 12.5974 5.22487 12.6104 5.23097 12.5957L6.61679 13.1697C6.69901 12.9712 6.72662 12.7759 6.73875 12.5982C6.75041 12.4273 6.75 12.2227 6.75 12H5.25ZM4.5 14.25C4.72271 14.25 4.9273 14.2504 5.09821 14.2387C5.27585 14.2266 5.47119 14.199 5.6697 14.1168L5.09567 12.731C5.1104 12.7249 5.09737 12.7353 4.9961 12.7422C4.8881 12.7496 4.74323 12.75 4.5 12.75V14.25ZM5.23097 12.5957C5.2056 12.6569 5.15693 12.7056 5.09567 12.731L5.6697 14.1168C6.0985 13.9392 6.43917 13.5985 6.61679 13.1697L5.23097 12.5957ZM4.5 11.25C4.74323 11.25 4.8881 11.2504 4.9961 11.2578C5.09737 11.2647 5.1104 11.2751 5.09567 11.269L5.6697 9.88321C5.47119 9.80099 5.27585 9.77338 5.09821 9.76125C4.9273 9.74959 4.72271 9.75 4.5 9.75V11.25ZM6.75 12C6.75 11.7773 6.75041 11.5727 6.73875 11.4018C6.72662 11.2241 6.69901 11.0288 6.61679 10.8303L5.23097 11.4043C5.22487 11.3896 5.23532 11.4026 5.24222 11.5039C5.24959 11.6119 5.25 11.7568 5.25 12H6.75ZM5.09567 11.269C5.15693 11.2944 5.2056 11.3431 5.23097 11.4043L6.61679 10.8303C6.43917 10.4015 6.0985 10.0608 5.6697 9.88321L5.09567 11.269ZM4.5 9.75C4.27729 9.75 4.0727 9.74959 3.90179 9.76125C3.72415 9.77338 3.52881 9.80099 3.3303 9.88321L3.90433 11.269C3.8896 11.2751 3.90263 11.2647 4.0039 11.2578C4.1119 11.2504 4.25677 11.25 4.5 11.25V9.75ZM3.75 12C3.75 11.7568 3.75041 11.6119 3.75778 11.5039C3.76469 11.4026 3.77513 11.3896 3.76903 11.4043L2.38321 10.8303C2.30099 11.0288 2.27338 11.2241 2.26125 11.4018C2.24959 11.5727 2.25 11.7773 2.25 12H3.75ZM3.3303 9.88321C2.9015 10.0608 2.56083 10.4015 2.38321 10.8303L3.76903 11.4043C3.7944 11.3431 3.84307 11.2944 3.90433 11.269L3.3303 9.88321Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.6173 13.4239L18.3303 14.1168L18.6173 13.4239ZM20.9239 12.8827L20.231 12.5957L20.9239 12.8827ZM20.3827 13.4239L20.0957 12.731L20.3827 13.4239ZM20.9239 11.1173L21.6168 10.8303L20.9239 11.1173ZM19.5 12.75C19.2568 12.75 19.1119 12.7496 19.0039 12.7422C18.9026 12.7353 18.8896 12.7249 18.9043 12.731L18.3303 14.1168C18.5288 14.199 18.7241 14.2266 18.9018 14.2387C19.0727 14.2504 19.2773 14.25 19.5 14.25V12.75ZM17.25 12C17.25 12.2227 17.2496 12.4273 17.2613 12.5982C17.2734 12.7759 17.301 12.9712 17.3832 13.1697L18.769 12.5957C18.7751 12.6104 18.7647 12.5974 18.7578 12.4961C18.7504 12.3881 18.75 12.2432 18.75 12H17.25ZM18.9043 12.731C18.8431 12.7056 18.7944 12.6569 18.769 12.5957L17.3832 13.1697C17.5608 13.5985 17.9015 13.9392 18.3303 14.1168L18.9043 12.731ZM20.25 12C20.25 12.2432 20.2496 12.3881 20.2422 12.4961C20.2353 12.5974 20.2249 12.6104 20.231 12.5957L21.6168 13.1697C21.699 12.9712 21.7266 12.7759 21.7387 12.5982C21.7504 12.4273 21.75 12.2227 21.75 12H20.25ZM19.5 14.25C19.7227 14.25 19.9273 14.2504 20.0982 14.2387C20.2759 14.2266 20.4712 14.199 20.6697 14.1168L20.0957 12.731C20.1104 12.7249 20.0974 12.7353 19.9961 12.7422C19.8881 12.7496 19.7432 12.75 19.5 12.75V14.25ZM20.231 12.5957C20.2056 12.6569 20.1569 12.7056 20.0957 12.731L20.6697 14.1168C21.0985 13.9392 21.4392 13.5985 21.6168 13.1697L20.231 12.5957ZM19.5 11.25C19.7432 11.25 19.8881 11.2504 19.9961 11.2578C20.0974 11.2647 20.1104 11.2751 20.0957 11.269L20.6697 9.88321C20.4712 9.80099 20.2759 9.77338 20.0982 9.76125C19.9273 9.74959 19.7227 9.75 19.5 9.75V11.25ZM21.75 12C21.75 11.7773 21.7504 11.5727 21.7387 11.4018C21.7266 11.2241 21.699 11.0288 21.6168 10.8303L20.231 11.4043C20.2249 11.3896 20.2353 11.4026 20.2422 11.5039C20.2496 11.6119 20.25 11.7568 20.25 12H21.75ZM20.0957 11.269C20.1569 11.2944 20.2056 11.3431 20.231 11.4043L21.6168 10.8303C21.4392 10.4015 21.0985 10.0608 20.6697 9.88321L20.0957 11.269ZM19.5 9.75C19.2773 9.75 19.0727 9.74959 18.9018 9.76125C18.7241 9.77338 18.5288 9.80099 18.3303 9.88321L18.9043 11.269C18.8896 11.2751 18.9026 11.2647 19.0039 11.2578C19.1119 11.2504 19.2568 11.25 19.5 11.25V9.75ZM18.75 12C18.75 11.7568 18.7504 11.6119 18.7578 11.5039C18.7647 11.4026 18.7751 11.3896 18.769 11.4043L17.3832 10.8303C17.301 11.0288 17.2734 11.2241 17.2613 11.4018C17.2496 11.5727 17.25 11.7773 17.25 12H18.75ZM18.3303 9.88321C17.9015 10.0608 17.5608 10.4015 17.3832 10.8303L18.769 11.4043C18.7944 11.3431 18.8431 11.2944 18.9043 11.269L18.3303 9.88321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1173 13.4239L10.8303 14.1168L11.1173 13.4239ZM13.4239 12.8827L12.731 12.5957L13.4239 12.8827ZM12.8827 13.4239L12.5957 12.731L12.8827 13.4239ZM13.4239 11.1173L14.1168 10.8303L13.4239 11.1173ZM12 12.75C11.7568 12.75 11.6119 12.7496 11.5039 12.7422C11.4026 12.7353 11.3896 12.7249 11.4043 12.731L10.8303 14.1168C11.0288 14.199 11.2241 14.2266 11.4018 14.2387C11.5727 14.2504 11.7773 14.25 12 14.25V12.75ZM9.75 12C9.75 12.2227 9.74959 12.4273 9.76125 12.5982C9.77338 12.7759 9.80099 12.9712 9.88321 13.1697L11.269 12.5957C11.2751 12.6104 11.2647 12.5974 11.2578 12.4961C11.2504 12.3881 11.25 12.2432 11.25 12H9.75ZM11.4043 12.731C11.3431 12.7056 11.2944 12.6569 11.269 12.5957L9.88321 13.1697C10.0608 13.5985 10.4015 13.9392 10.8303 14.1168L11.4043 12.731ZM12.75 12C12.75 12.2432 12.7496 12.3881 12.7422 12.4961C12.7353 12.5974 12.7249 12.6104 12.731 12.5957L14.1168 13.1697C14.199 12.9712 14.2266 12.7759 14.2387 12.5982C14.2504 12.4273 14.25 12.2227 14.25 12H12.75ZM12 14.25C12.2227 14.25 12.4273 14.2504 12.5982 14.2387C12.7759 14.2266 12.9712 14.199 13.1697 14.1168L12.5957 12.731C12.6104 12.7249 12.5974 12.7353 12.4961 12.7422C12.3881 12.7496 12.2432 12.75 12 12.75V14.25ZM12.731 12.5957C12.7056 12.6569 12.6569 12.7056 12.5957 12.731L13.1697 14.1168C13.5985 13.9392 13.9392 13.5985 14.1168 13.1697L12.731 12.5957ZM12 11.25C12.2432 11.25 12.3881 11.2504 12.4961 11.2578C12.5974 11.2647 12.6104 11.2751 12.5957 11.269L13.1697 9.88321C12.9712 9.80099 12.7759 9.77338 12.5982 9.76125C12.4273 9.74959 12.2227 9.75 12 9.75V11.25ZM14.25 12C14.25 11.7773 14.2504 11.5727 14.2387 11.4018C14.2266 11.2241 14.199 11.0288 14.1168 10.8303L12.731 11.4043C12.7249 11.3896 12.7353 11.4026 12.7422 11.5039C12.7496 11.6119 12.75 11.7568 12.75 12H14.25ZM12.5957 11.269C12.6569 11.2944 12.7056 11.3431 12.731 11.4043L14.1168 10.8303C13.9392 10.4015 13.5985 10.0608 13.1697 9.88321L12.5957 11.269ZM12 9.75C11.7773 9.75 11.5727 9.74959 11.4018 9.76125C11.2241 9.77338 11.0288 9.80099 10.8303 9.88321L11.4043 11.269C11.3896 11.2751 11.4026 11.2647 11.5039 11.2578C11.6119 11.2504 11.7568 11.25 12 11.25V9.75ZM11.25 12C11.25 11.7568 11.2504 11.6119 11.2578 11.5039C11.2647 11.4026 11.2751 11.3896 11.269 11.4043L9.88321 10.8303C9.80099 11.0288 9.77338 11.2241 9.76125 11.4018C9.74959 11.5727 9.75 11.7773 9.75 12H11.25ZM10.8303 9.88321C10.4015 10.0608 10.0608 10.4015 9.88321 10.8303L11.269 11.4043C11.2944 11.3431 11.3431 11.2944 11.4043 11.269L10.8303 9.88321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M3.61732 13.4239L3.3303 14.1168L3.61732 13.4239ZM5.92388 12.8827L5.23097 12.5957L5.92388 12.8827ZM5.38268 13.4239L5.09567 12.731L5.38268 13.4239ZM5.92388 11.1173L6.61679 10.8303L5.92388 11.1173ZM4.5 12.75C4.25677 12.75 4.1119 12.7496 4.0039 12.7422C3.90263 12.7353 3.8896 12.7249 3.90433 12.731L3.3303 14.1168C3.52881 14.199 3.72415 14.2266 3.90179 14.2387C4.0727 14.2504 4.27729 14.25 4.5 14.25V12.75ZM2.25 12C2.25 12.2227 2.24959 12.4273 2.26125 12.5982C2.27338 12.7759 2.30099 12.9712 2.38321 13.1697L3.76903 12.5957C3.77513 12.6104 3.76469 12.5974 3.75778 12.4961C3.75041 12.3881 3.75 12.2432 3.75 12H2.25ZM3.90433 12.731C3.84307 12.7056 3.7944 12.6569 3.76903 12.5957L2.38321 13.1697C2.56083 13.5985 2.9015 13.9392 3.3303 14.1168L3.90433 12.731ZM5.25 12C5.25 12.2432 5.24959 12.3881 5.24222 12.4961C5.23532 12.5974 5.22487 12.6104 5.23097 12.5957L6.61679 13.1697C6.69901 12.9712 6.72662 12.7759 6.73875 12.5982C6.75041 12.4273 6.75 12.2227 6.75 12H5.25ZM4.5 14.25C4.72271 14.25 4.9273 14.2504 5.09821 14.2387C5.27585 14.2266 5.47119 14.199 5.6697 14.1168L5.09567 12.731C5.1104 12.7249 5.09737 12.7353 4.9961 12.7422C4.8881 12.7496 4.74323 12.75 4.5 12.75V14.25ZM5.23097 12.5957C5.2056 12.6569 5.15693 12.7056 5.09567 12.731L5.6697 14.1168C6.0985 13.9392 6.43917 13.5985 6.61679 13.1697L5.23097 12.5957ZM4.5 11.25C4.74323 11.25 4.8881 11.2504 4.9961 11.2578C5.09737 11.2647 5.1104 11.2751 5.09567 11.269L5.6697 9.88321C5.47119 9.80099 5.27585 9.77338 5.09821 9.76125C4.9273 9.74959 4.72271 9.75 4.5 9.75V11.25ZM6.75 12C6.75 11.7773 6.75041 11.5727 6.73875 11.4018C6.72662 11.2241 6.69901 11.0288 6.61679 10.8303L5.23097 11.4043C5.22487 11.3896 5.23532 11.4026 5.24222 11.5039C5.24959 11.6119 5.25 11.7568 5.25 12H6.75ZM5.09567 11.269C5.15693 11.2944 5.2056 11.3431 5.23097 11.4043L6.61679 10.8303C6.43917 10.4015 6.0985 10.0608 5.6697 9.88321L5.09567 11.269ZM4.5 9.75C4.27729 9.75 4.0727 9.74959 3.90179 9.76125C3.72415 9.77338 3.52881 9.80099 3.3303 9.88321L3.90433 11.269C3.8896 11.2751 3.90263 11.2647 4.0039 11.2578C4.1119 11.2504 4.25677 11.25 4.5 11.25V9.75ZM3.75 12C3.75 11.7568 3.75041 11.6119 3.75778 11.5039C3.76469 11.4026 3.77513 11.3896 3.76903 11.4043L2.38321 10.8303C2.30099 11.0288 2.27338 11.2241 2.26125 11.4018C2.24959 11.5727 2.25 11.7773 2.25 12H3.75ZM3.3303 9.88321C2.9015 10.0608 2.56083 10.4015 2.38321 10.8303L3.76903 11.4043C3.7944 11.3431 3.84307 11.2944 3.90433 11.269L3.3303 9.88321Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-more-horizontal-square-02-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1173 5.92388L10.8303 6.61679L11.1173 5.92388ZM13.4239 5.38268L12.731 5.09567L13.4239 5.38268ZM12.8827 5.92388L12.5957 5.23097L12.8827 5.92388ZM13.4239 3.61732L14.1168 3.3303L13.4239 3.61732ZM12 5.25C11.7568 5.25 11.6119 5.24959 11.5039 5.24222C11.4026 5.23532 11.3896 5.22487 11.4043 5.23097L10.8303 6.61679C11.0288 6.69901 11.2241 6.72662 11.4018 6.73875C11.5727 6.75041 11.7773 6.75 12 6.75V5.25ZM9.75 4.5C9.75 4.72271 9.74959 4.9273 9.76125 5.09821C9.77338 5.27585 9.80099 5.47119 9.88321 5.6697L11.269 5.09567C11.2751 5.1104 11.2647 5.09737 11.2578 4.9961C11.2504 4.8881 11.25 4.74323 11.25 4.5H9.75ZM11.4043 5.23097C11.3431 5.2056 11.2944 5.15693 11.269 5.09567L9.88321 5.6697C10.0608 6.0985 10.4015 6.43917 10.8303 6.61679L11.4043 5.23097ZM12.75 4.5C12.75 4.74323 12.7496 4.8881 12.7422 4.9961C12.7353 5.09737 12.7249 5.1104 12.731 5.09567L14.1168 5.6697C14.199 5.47119 14.2266 5.27585 14.2387 5.09821C14.2504 4.9273 14.25 4.72271 14.25 4.5H12.75ZM12 6.75C12.2227 6.75 12.4273 6.75041 12.5982 6.73875C12.7759 6.72662 12.9712 6.69901 13.1697 6.61679L12.5957 5.23097C12.6104 5.22487 12.5974 5.23532 12.4961 5.24222C12.3881 5.24959 12.2432 5.25 12 5.25V6.75ZM12.731 5.09567C12.7056 5.15693 12.6569 5.2056 12.5957 5.23097L13.1697 6.61679C13.5985 6.43917 13.9392 6.0985 14.1168 5.6697L12.731 5.09567ZM12 3.75C12.2432 3.75 12.3881 3.75041 12.4961 3.75778C12.5974 3.76469 12.6104 3.77513 12.5957 3.76903L13.1697 2.38321C12.9712 2.30099 12.7759 2.27338 12.5982 2.26125C12.4273 2.24959 12.2227 2.25 12 2.25V3.75ZM14.25 4.5C14.25 4.27729 14.2504 4.0727 14.2387 3.90179C14.2266 3.72415 14.199 3.52881 14.1168 3.3303L12.731 3.90433C12.7249 3.8896 12.7353 3.90263 12.7422 4.0039C12.7496 4.1119 12.75 4.25677 12.75 4.5H14.25ZM12.5957 3.76903C12.6569 3.7944 12.7056 3.84307 12.731 3.90433L14.1168 3.3303C13.9392 2.9015 13.5985 2.56083 13.1697 2.38321L12.5957 3.76903ZM12 2.25C11.7773 2.25 11.5727 2.24959 11.4018 2.26125C11.2241 2.27338 11.0288 2.30099 10.8303 2.38321L11.4043 3.76903C11.3896 3.77513 11.4026 3.76469 11.5039 3.75778C11.6119 3.75041 11.7568 3.75 12 3.75V2.25ZM11.25 4.5C11.25 4.25677 11.2504 4.1119 11.2578 4.0039C11.2647 3.90263 11.2751 3.8896 11.269 3.90433L9.88321 3.3303C9.80099 3.52881 9.77338 3.72415 9.76125 3.90179C9.74959 4.0727 9.75 4.27729 9.75 4.5H11.25ZM10.8303 2.38321C10.4015 2.56083 10.0608 2.9015 9.88321 3.3303L11.269 3.90433C11.2944 3.84307 11.3431 3.7944 11.4043 3.76903L10.8303 2.38321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1173 13.4239L10.8303 14.1168L11.1173 13.4239ZM13.4239 12.8827L12.731 12.5957L13.4239 12.8827ZM12.8827 13.4239L12.5957 12.731L12.8827 13.4239ZM13.4239 11.1173L14.1168 10.8303L13.4239 11.1173ZM12 12.75C11.7568 12.75 11.6119 12.7496 11.5039 12.7422C11.4026 12.7353 11.3896 12.7249 11.4043 12.731L10.8303 14.1168C11.0288 14.199 11.2241 14.2266 11.4018 14.2387C11.5727 14.2504 11.7773 14.25 12 14.25V12.75ZM9.75 12C9.75 12.2227 9.74959 12.4273 9.76125 12.5982C9.77338 12.7759 9.80099 12.9712 9.88321 13.1697L11.269 12.5957C11.2751 12.6104 11.2647 12.5974 11.2578 12.4961C11.2504 12.3881 11.25 12.2432 11.25 12H9.75ZM11.4043 12.731C11.3431 12.7056 11.2944 12.6569 11.269 12.5957L9.88321 13.1697C10.0608 13.5985 10.4015 13.9392 10.8303 14.1168L11.4043 12.731ZM12.75 12C12.75 12.2432 12.7496 12.3881 12.7422 12.4961C12.7353 12.5974 12.7249 12.6104 12.731 12.5957L14.1168 13.1697C14.199 12.9712 14.2266 12.7759 14.2387 12.5982C14.2504 12.4273 14.25 12.2227 14.25 12H12.75ZM12 14.25C12.2227 14.25 12.4273 14.2504 12.5982 14.2387C12.7759 14.2266 12.9712 14.199 13.1697 14.1168L12.5957 12.731C12.6104 12.7249 12.5974 12.7353 12.4961 12.7422C12.3881 12.7496 12.2432 12.75 12 12.75V14.25ZM12.731 12.5957C12.7056 12.6569 12.6569 12.7056 12.5957 12.731L13.1697 14.1168C13.5985 13.9392 13.9392 13.5985 14.1168 13.1697L12.731 12.5957ZM12 11.25C12.2432 11.25 12.3881 11.2504 12.4961 11.2578C12.5974 11.2647 12.6104 11.2751 12.5957 11.269L13.1697 9.88321C12.9712 9.80099 12.7759 9.77338 12.5982 9.76125C12.4273 9.74959 12.2227 9.75 12 9.75V11.25ZM14.25 12C14.25 11.7773 14.2504 11.5727 14.2387 11.4018C14.2266 11.2241 14.199 11.0288 14.1168 10.8303L12.731 11.4043C12.7249 11.3896 12.7353 11.4026 12.7422 11.5039C12.7496 11.6119 12.75 11.7568 12.75 12H14.25ZM12.5957 11.269C12.6569 11.2944 12.7056 11.3431 12.731 11.4043L14.1168 10.8303C13.9392 10.4015 13.5985 10.0608 13.1697 9.88321L12.5957 11.269ZM12 9.75C11.7773 9.75 11.5727 9.74959 11.4018 9.76125C11.2241 9.77338 11.0288 9.80099 10.8303 9.88321L11.4043 11.269C11.3896 11.2751 11.4026 11.2647 11.5039 11.2578C11.6119 11.2504 11.7568 11.25 12 11.25V9.75ZM11.25 12C11.25 11.7568 11.2504 11.6119 11.2578 11.5039C11.2647 11.4026 11.2751 11.3896 11.269 11.4043L9.88321 10.8303C9.80099 11.0288 9.77338 11.2241 9.76125 11.4018C9.74959 11.5727 9.75 11.7773 9.75 12H11.25ZM10.8303 9.88321C10.4015 10.0608 10.0608 10.4015 9.88321 10.8303L11.269 11.4043C11.2944 11.3431 11.3431 11.2944 11.4043 11.269L10.8303 9.88321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1173 20.9239L10.8303 21.6168L11.1173 20.9239ZM13.4239 20.3827L12.731 20.0957L13.4239 20.3827ZM12.8827 20.9239L12.5957 20.231L12.8827 20.9239ZM13.4239 18.6173L14.1168 18.3303L13.4239 18.6173ZM12 20.25C11.7568 20.25 11.6119 20.2496 11.5039 20.2422C11.4026 20.2353 11.3896 20.2249 11.4043 20.231L10.8303 21.6168C11.0288 21.699 11.2241 21.7266 11.4018 21.7387C11.5727 21.7504 11.7773 21.75 12 21.75V20.25ZM9.75 19.5C9.75 19.7227 9.74959 19.9273 9.76125 20.0982C9.77338 20.2759 9.80099 20.4712 9.88321 20.6697L11.269 20.0957C11.2751 20.1104 11.2647 20.0974 11.2578 19.9961C11.2504 19.8881 11.25 19.7432 11.25 19.5H9.75ZM11.4043 20.231C11.3431 20.2056 11.2944 20.1569 11.269 20.0957L9.88321 20.6697C10.0608 21.0985 10.4015 21.4392 10.8303 21.6168L11.4043 20.231ZM12.75 19.5C12.75 19.7432 12.7496 19.8881 12.7422 19.9961C12.7353 20.0974 12.7249 20.1104 12.731 20.0957L14.1168 20.6697C14.199 20.4712 14.2266 20.2759 14.2387 20.0982C14.2504 19.9273 14.25 19.7227 14.25 19.5H12.75ZM12 21.75C12.2227 21.75 12.4273 21.7504 12.5982 21.7387C12.7759 21.7266 12.9712 21.699 13.1697 21.6168L12.5957 20.231C12.6104 20.2249 12.5974 20.2353 12.4961 20.2422C12.3881 20.2496 12.2432 20.25 12 20.25V21.75ZM12.731 20.0957C12.7056 20.1569 12.6569 20.2056 12.5957 20.231L13.1697 21.6168C13.5985 21.4392 13.9392 21.0985 14.1168 20.6697L12.731 20.0957ZM12 18.75C12.2432 18.75 12.3881 18.7504 12.4961 18.7578C12.5974 18.7647 12.6104 18.7751 12.5957 18.769L13.1697 17.3832C12.9712 17.301 12.7759 17.2734 12.5982 17.2613C12.4273 17.2496 12.2227 17.25 12 17.25V18.75ZM14.25 19.5C14.25 19.2773 14.2504 19.0727 14.2387 18.9018C14.2266 18.7241 14.199 18.5288 14.1168 18.3303L12.731 18.9043C12.7249 18.8896 12.7353 18.9026 12.7422 19.0039C12.7496 19.1119 12.75 19.2568 12.75 19.5H14.25ZM12.5957 18.769C12.6569 18.7944 12.7056 18.8431 12.731 18.9043L14.1168 18.3303C13.9392 17.9015 13.5985 17.5608 13.1697 17.3832L12.5957 18.769ZM12 17.25C11.7773 17.25 11.5727 17.2496 11.4018 17.2613C11.2241 17.2734 11.0288 17.301 10.8303 17.3832L11.4043 18.769C11.3896 18.7751 11.4026 18.7647 11.5039 18.7578C11.6119 18.7504 11.7568 18.75 12 18.75V17.25ZM11.25 19.5C11.25 19.2568 11.2504 19.1119 11.2578 19.0039C11.2647 18.9026 11.2751 18.8896 11.269 18.9043L9.88321 18.3303C9.80099 18.5288 9.77338 18.7241 9.76125 18.9018C9.74959 19.0727 9.75 19.2773 9.75 19.5H11.25ZM10.8303 17.3832C10.4015 17.5608 10.0608 17.9015 9.88321 18.3303L11.269 18.9043C11.2944 18.8431 11.3431 18.7944 11.4043 18.769L10.8303 17.3832Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1173 5.92388L10.8303 6.61679L11.1173 5.92388ZM13.4239 5.38268L12.731 5.09567L13.4239 5.38268ZM12.8827 5.92388L12.5957 5.23097L12.8827 5.92388ZM13.4239 3.61732L14.1168 3.3303L13.4239 3.61732ZM12 5.25C11.7568 5.25 11.6119 5.24959 11.5039 5.24222C11.4026 5.23532 11.3896 5.22487 11.4043 5.23097L10.8303 6.61679C11.0288 6.69901 11.2241 6.72662 11.4018 6.73875C11.5727 6.75041 11.7773 6.75 12 6.75V5.25ZM9.75 4.5C9.75 4.72271 9.74959 4.9273 9.76125 5.09821C9.77338 5.27585 9.80099 5.47119 9.88321 5.6697L11.269 5.09567C11.2751 5.1104 11.2647 5.09737 11.2578 4.9961C11.2504 4.8881 11.25 4.74323 11.25 4.5H9.75ZM11.4043 5.23097C11.3431 5.2056 11.2944 5.15693 11.269 5.09567L9.88321 5.6697C10.0608 6.0985 10.4015 6.43917 10.8303 6.61679L11.4043 5.23097ZM12.75 4.5C12.75 4.74323 12.7496 4.8881 12.7422 4.9961C12.7353 5.09737 12.7249 5.1104 12.731 5.09567L14.1168 5.6697C14.199 5.47119 14.2266 5.27585 14.2387 5.09821C14.2504 4.9273 14.25 4.72271 14.25 4.5H12.75ZM12 6.75C12.2227 6.75 12.4273 6.75041 12.5982 6.73875C12.7759 6.72662 12.9712 6.69901 13.1697 6.61679L12.5957 5.23097C12.6104 5.22487 12.5974 5.23532 12.4961 5.24222C12.3881 5.24959 12.2432 5.25 12 5.25V6.75ZM12.731 5.09567C12.7056 5.15693 12.6569 5.2056 12.5957 5.23097L13.1697 6.61679C13.5985 6.43917 13.9392 6.0985 14.1168 5.6697L12.731 5.09567ZM12 3.75C12.2432 3.75 12.3881 3.75041 12.4961 3.75778C12.5974 3.76469 12.6104 3.77513 12.5957 3.76903L13.1697 2.38321C12.9712 2.30099 12.7759 2.27338 12.5982 2.26125C12.4273 2.24959 12.2227 2.25 12 2.25V3.75ZM14.25 4.5C14.25 4.27729 14.2504 4.0727 14.2387 3.90179C14.2266 3.72415 14.199 3.52881 14.1168 3.3303L12.731 3.90433C12.7249 3.8896 12.7353 3.90263 12.7422 4.0039C12.7496 4.1119 12.75 4.25677 12.75 4.5H14.25ZM12.5957 3.76903C12.6569 3.7944 12.7056 3.84307 12.731 3.90433L14.1168 3.3303C13.9392 2.9015 13.5985 2.56083 13.1697 2.38321L12.5957 3.76903ZM12 2.25C11.7773 2.25 11.5727 2.24959 11.4018 2.26125C11.2241 2.27338 11.0288 2.30099 10.8303 2.38321L11.4043 3.76903C11.3896 3.77513 11.4026 3.76469 11.5039 3.75778C11.6119 3.75041 11.7568 3.75 12 3.75V2.25ZM11.25 4.5C11.25 4.25677 11.2504 4.1119 11.2578 4.0039C11.2647 3.90263 11.2751 3.8896 11.269 3.90433L9.88321 3.3303C9.80099 3.52881 9.77338 3.72415 9.76125 3.90179C9.74959 4.0727 9.75 4.27729 9.75 4.5H11.25ZM10.8303 2.38321C10.4015 2.56083 10.0608 2.9015 9.88321 3.3303L11.269 3.90433C11.2944 3.84307 11.3431 3.7944 11.4043 3.76903L10.8303 2.38321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1173 13.4239L10.8303 14.1168L11.1173 13.4239ZM13.4239 12.8827L12.731 12.5957L13.4239 12.8827ZM12.8827 13.4239L12.5957 12.731L12.8827 13.4239ZM13.4239 11.1173L14.1168 10.8303L13.4239 11.1173ZM12 12.75C11.7568 12.75 11.6119 12.7496 11.5039 12.7422C11.4026 12.7353 11.3896 12.7249 11.4043 12.731L10.8303 14.1168C11.0288 14.199 11.2241 14.2266 11.4018 14.2387C11.5727 14.2504 11.7773 14.25 12 14.25V12.75ZM9.75 12C9.75 12.2227 9.74959 12.4273 9.76125 12.5982C9.77338 12.7759 9.80099 12.9712 9.88321 13.1697L11.269 12.5957C11.2751 12.6104 11.2647 12.5974 11.2578 12.4961C11.2504 12.3881 11.25 12.2432 11.25 12H9.75ZM11.4043 12.731C11.3431 12.7056 11.2944 12.6569 11.269 12.5957L9.88321 13.1697C10.0608 13.5985 10.4015 13.9392 10.8303 14.1168L11.4043 12.731ZM12.75 12C12.75 12.2432 12.7496 12.3881 12.7422 12.4961C12.7353 12.5974 12.7249 12.6104 12.731 12.5957L14.1168 13.1697C14.199 12.9712 14.2266 12.7759 14.2387 12.5982C14.2504 12.4273 14.25 12.2227 14.25 12H12.75ZM12 14.25C12.2227 14.25 12.4273 14.2504 12.5982 14.2387C12.7759 14.2266 12.9712 14.199 13.1697 14.1168L12.5957 12.731C12.6104 12.7249 12.5974 12.7353 12.4961 12.7422C12.3881 12.7496 12.2432 12.75 12 12.75V14.25ZM12.731 12.5957C12.7056 12.6569 12.6569 12.7056 12.5957 12.731L13.1697 14.1168C13.5985 13.9392 13.9392 13.5985 14.1168 13.1697L12.731 12.5957ZM12 11.25C12.2432 11.25 12.3881 11.2504 12.4961 11.2578C12.5974 11.2647 12.6104 11.2751 12.5957 11.269L13.1697 9.88321C12.9712 9.80099 12.7759 9.77338 12.5982 9.76125C12.4273 9.74959 12.2227 9.75 12 9.75V11.25ZM14.25 12C14.25 11.7773 14.2504 11.5727 14.2387 11.4018C14.2266 11.2241 14.199 11.0288 14.1168 10.8303L12.731 11.4043C12.7249 11.3896 12.7353 11.4026 12.7422 11.5039C12.7496 11.6119 12.75 11.7568 12.75 12H14.25ZM12.5957 11.269C12.6569 11.2944 12.7056 11.3431 12.731 11.4043L14.1168 10.8303C13.9392 10.4015 13.5985 10.0608 13.1697 9.88321L12.5957 11.269ZM12 9.75C11.7773 9.75 11.5727 9.74959 11.4018 9.76125C11.2241 9.77338 11.0288 9.80099 10.8303 9.88321L11.4043 11.269C11.3896 11.2751 11.4026 11.2647 11.5039 11.2578C11.6119 11.2504 11.7568 11.25 12 11.25V9.75ZM11.25 12C11.25 11.7568 11.2504 11.6119 11.2578 11.5039C11.2647 11.4026 11.2751 11.3896 11.269 11.4043L9.88321 10.8303C9.80099 11.0288 9.77338 11.2241 9.76125 11.4018C9.74959 11.5727 9.75 11.7773 9.75 12H11.25ZM10.8303 9.88321C10.4015 10.0608 10.0608 10.4015 9.88321 10.8303L11.269 11.4043C11.2944 11.3431 11.3431 11.2944 11.4043 11.269L10.8303 9.88321Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11.1173 20.9239L10.8303 21.6168L11.1173 20.9239ZM13.4239 20.3827L12.731 20.0957L13.4239 20.3827ZM12.8827 20.9239L12.5957 20.231L12.8827 20.9239ZM13.4239 18.6173L14.1168 18.3303L13.4239 18.6173ZM12 20.25C11.7568 20.25 11.6119 20.2496 11.5039 20.2422C11.4026 20.2353 11.3896 20.2249 11.4043 20.231L10.8303 21.6168C11.0288 21.699 11.2241 21.7266 11.4018 21.7387C11.5727 21.7504 11.7773 21.75 12 21.75V20.25ZM9.75 19.5C9.75 19.7227 9.74959 19.9273 9.76125 20.0982C9.77338 20.2759 9.80099 20.4712 9.88321 20.6697L11.269 20.0957C11.2751 20.1104 11.2647 20.0974 11.2578 19.9961C11.2504 19.8881 11.25 19.7432 11.25 19.5H9.75ZM11.4043 20.231C11.3431 20.2056 11.2944 20.1569 11.269 20.0957L9.88321 20.6697C10.0608 21.0985 10.4015 21.4392 10.8303 21.6168L11.4043 20.231ZM12.75 19.5C12.75 19.7432 12.7496 19.8881 12.7422 19.9961C12.7353 20.0974 12.7249 20.1104 12.731 20.0957L14.1168 20.6697C14.199 20.4712 14.2266 20.2759 14.2387 20.0982C14.2504 19.9273 14.25 19.7227 14.25 19.5H12.75ZM12 21.75C12.2227 21.75 12.4273 21.7504 12.5982 21.7387C12.7759 21.7266 12.9712 21.699 13.1697 21.6168L12.5957 20.231C12.6104 20.2249 12.5974 20.2353 12.4961 20.2422C12.3881 20.2496 12.2432 20.25 12 20.25V21.75ZM12.731 20.0957C12.7056 20.1569 12.6569 20.2056 12.5957 20.231L13.1697 21.6168C13.5985 21.4392 13.9392 21.0985 14.1168 20.6697L12.731 20.0957ZM12 18.75C12.2432 18.75 12.3881 18.7504 12.4961 18.7578C12.5974 18.7647 12.6104 18.7751 12.5957 18.769L13.1697 17.3832C12.9712 17.301 12.7759 17.2734 12.5982 17.2613C12.4273 17.2496 12.2227 17.25 12 17.25V18.75ZM14.25 19.5C14.25 19.2773 14.2504 19.0727 14.2387 18.9018C14.2266 18.7241 14.199 18.5288 14.1168 18.3303L12.731 18.9043C12.7249 18.8896 12.7353 18.9026 12.7422 19.0039C12.7496 19.1119 12.75 19.2568 12.75 19.5H14.25ZM12.5957 18.769C12.6569 18.7944 12.7056 18.8431 12.731 18.9043L14.1168 18.3303C13.9392 17.9015 13.5985 17.5608 13.1697 17.3832L12.5957 18.769ZM12 17.25C11.7773 17.25 11.5727 17.2496 11.4018 17.2613C11.2241 17.2734 11.0288 17.301 10.8303 17.3832L11.4043 18.769C11.3896 18.7751 11.4026 18.7647 11.5039 18.7578C11.6119 18.7504 11.7568 18.75 12 18.75V17.25ZM11.25 19.5C11.25 19.2568 11.2504 19.1119 11.2578 19.0039C11.2647 18.9026 11.2751 18.8896 11.269 18.9043L9.88321 18.3303C9.80099 18.5288 9.77338 18.7241 9.76125 18.9018C9.74959 19.0727 9.75 19.2773 9.75 19.5H11.25ZM10.8303 17.3832C10.4015 17.5608 10.0608 17.9015 9.88321 18.3303L11.269 18.9043C11.2944 18.8431 11.3431 18.7944 11.4043 18.769L10.8303 17.3832Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-more-horizontal-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.992 12H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9959 12H16.0049%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.9959 12H8.00488%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.992 12H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9959 12H16.0049%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.9959 12H8.00488%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-more-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9959 12H12.0049%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9998 12H18.0088%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.99981 12H6.00879%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9959 12H12.0049%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9998 12H18.0088%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.99981 12H6.00879%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-more-vertical-circle-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 4.5C13.5 3.67157 12.8284 3 12 3C11.1716 3 10.5 3.67157 10.5 4.5C10.5 5.32843 11.1716 6 12 6C12.8284 6 13.5 5.32843 13.5 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 19.5C13.5 18.6716 12.8284 18 12 18C11.1716 18 10.5 18.6716 10.5 19.5C10.5 20.3284 11.1716 21 12 21C12.8284 21 13.5 20.3284 13.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 4.5C13.5 3.67157 12.8284 3 12 3C11.1716 3 10.5 3.67157 10.5 4.5C10.5 5.32843 11.1716 6 12 6C12.8284 6 13.5 5.32843 13.5 4.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 19.5C13.5 18.6716 12.8284 18 12 18C11.1716 18 10.5 18.6716 10.5 19.5C10.5 20.3284 11.1716 21 12 21C12.8284 21 13.5 20.3284 13.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-more-vertical-circle-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9959 12H12.0049%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9842 16H11.9932%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 8H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9959 12H12.0049%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9842 16H11.9932%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 8H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-more-vertical-square-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.992 12H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9842 16H11.9932%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 8H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.48438 12C2.48438 7.52166 2.48438 5.28249 3.87562 3.89124C5.26686 2.5 7.50603 2.5 11.9844 2.5C16.4627 2.5 18.7019 2.5 20.0931 3.89124C21.4844 5.28249 21.4844 7.52166 21.4844 12C21.4844 16.4783 21.4844 18.7175 20.0931 20.1088C18.7019 21.5 16.4627 21.5 11.9844 21.5C7.50603 21.5 5.26686 21.5 3.87562 20.1088C2.48438 18.7175 2.48438 16.4783 2.48438 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.992 12H12.001%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9842 16H11.9932%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 8H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.48438 12C2.48438 7.52166 2.48438 5.28249 3.87562 3.89124C5.26686 2.5 7.50603 2.5 11.9844 2.5C16.4627 2.5 18.7019 2.5 20.0931 3.89124C21.4844 5.28249 21.4844 7.52166 21.4844 12C21.4844 16.4783 21.4844 18.7175 20.0931 20.1088C18.7019 21.5 16.4627 21.5 11.9844 21.5C7.50603 21.5 5.26686 21.5 3.87562 20.1088C2.48438 18.7175 2.48438 16.4783 2.48438 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-menu-icons-more-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.992 12H12.001%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9842 18H11.9932%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.992 12H12.001%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9842 18H11.9932%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 6H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.03497 19.6912C8.74124 19.5189 9.93225 16.7787 11.3342 15.9228C11.8865 15.5856 12.3761 15.9281 12.722 16.3784L16.069 20.7348C16.6521 21.4939 17.0628 21.7198 17.9421 21.2696C19.2939 20.5775 20.5785 19.2911 21.2696 17.9418C21.7198 17.0628 21.4939 16.652 20.735 16.069L16.3784 12.722C15.9281 12.376 15.5857 11.8865 15.9229 11.3342C16.7787 9.93222 19.519 8.74121 19.6912 7.03495C19.9941 3.92489 5.43696 1.09287 3.26477 3.26477C1.09286 5.43695 3.92489 19.994 7.03497 19.6912Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.03497 19.6912C8.74124 19.5189 9.93225 16.7787 11.3342 15.9228C11.8865 15.5856 12.3761 15.9281 12.722 16.3784L16.069 20.7348C16.6521 21.4939 17.0628 21.7198 17.9421 21.2696C19.2939 20.5775 20.5785 19.2911 21.2696 17.9418C21.7198 17.0628 21.4939 16.652 20.735 16.069L16.3784 12.722C15.9281 12.376 15.5857 11.8865 15.9229 11.3342C16.7787 9.93222 19.519 8.74121 19.6912 7.03495C19.9941 3.92489 5.43696 1.09287 3.26477 3.26477C1.09286 5.43695 3.92489 19.994 7.03497 19.6912Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.42847 3.52383C5.4919 1.30171 21.0128 6.74513 21 8.73253C20.9855 10.9862 14.9387 11.6795 13.2626 12.1497C12.2548 12.4325 11.9848 12.7223 11.7524 13.7792C10.6999 18.5657 10.1715 20.9464 8.96711 20.9997C7.04737 21.0845 1.41472 5.69242 3.42847 3.52383Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.42847 3.52383C5.4919 1.30171 21.0128 6.74513 21 8.73253C20.9855 10.9862 14.9387 11.6795 13.2626 12.1497C12.2548 12.4325 11.9848 12.7223 11.7524 13.7792C10.6999 18.5657 10.1715 20.9464 8.96711 20.9997C7.04737 21.0845 1.41472 5.69242 3.42847 3.52383Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-add-selection-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 3.32038C6.75053 2.8233 3.67361 2.85605 2.76477 3.76477C0.59286 5.93695 3.42489 20.494 6.53497 20.1912C8.24124 20.0189 9.43225 17.2787 10.8342 16.4228C11.3865 16.0856 11.8761 16.4281 12.222 16.8784L15.569 21.2348C16.1521 21.9939 16.5628 22.2198 17.4421 21.7696C18.7939 21.0775 20.0785 19.7911 20.7696 18.4418C21.2198 17.5628 20.9939 17.152 20.235 16.569L18 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7H19M17 9V5M22 7C22 9.76142 19.7614 12 17 12C14.2386 12 12 9.76142 12 7C12 4.23858 14.2386 2 17 2C19.7614 2 22 4.23858 22 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 3.32038C6.75053 2.8233 3.67361 2.85605 2.76477 3.76477C0.59286 5.93695 3.42489 20.494 6.53497 20.1912C8.24124 20.0189 9.43225 17.2787 10.8342 16.4228C11.3865 16.0856 11.8761 16.4281 12.222 16.8784L15.569 21.2348C16.1521 21.9939 16.5628 22.2198 17.4421 21.7696C18.7939 21.0775 20.0785 19.7911 20.7696 18.4418C21.2198 17.5628 20.9939 17.152 20.235 16.569L18 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7H19M17 9V5M22 7C22 9.76142 19.7614 12 17 12C14.2386 12 12 9.76142 12 7C12 4.23858 14.2386 2 17 2C19.7614 2 22 4.23858 22 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-add-selection-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.38086 2.46562C4.21503 0.490411 18.0114 5.32901 18 7.09558C17.9871 9.09884 12.6121 9.71513 11.1223 10.1331C10.2265 10.3844 9.98651 10.6421 9.77993 11.5815C8.84436 15.8362 8.37464 17.9524 7.3041 17.9997C5.59766 18.0751 0.590865 4.39327 2.38086 2.46562Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.7 17.5H19.3M17.5 19.3V15.7M22 17.5C22 19.9853 19.9853 22 17.5 22C15.0147 22 13 19.9853 13 17.5C13 15.0147 15.0147 13 17.5 13C19.9853 13 22 15.0147 22 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.38086 2.46562C4.21503 0.490411 18.0114 5.32901 18 7.09558C17.9871 9.09884 12.6121 9.71513 11.1223 10.1331C10.2265 10.3844 9.98651 10.6421 9.77993 11.5815C8.84436 15.8362 8.37464 17.9524 7.3041 17.9997C5.59766 18.0751 0.590865 4.39327 2.38086 2.46562Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.7 17.5H19.3M17.5 19.3V15.7M22 17.5C22 19.9853 19.9853 22 17.5 22C15.0147 22 13 19.9853 13 17.5C13 15.0147 15.0147 13 17.5 13C19.9853 13 22 15.0147 22 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-circle-selection-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.7813 20.9656C11.9693 21.0908 10.1739 12.64 11.4067 11.407C12.6396 10.174 21.091 11.9681 20.9657 13.7802C20.8795 14.9669 18.8709 15.4363 18.9295 16.491C18.9467 16.7999 19.3369 17.0814 20.1173 17.6445C20.6596 18.0358 21.2126 18.4157 21.7456 18.8195C21.9583 18.9807 22.0423 19.2516 21.9798 19.5071C21.6798 20.7341 20.7394 21.6785 19.5075 21.9798C19.252 22.0423 18.9811 21.9583 18.8199 21.7455C18.4162 21.2124 18.0363 20.6594 17.6451 20.117C17.0821 19.3365 16.8006 18.9463 16.4918 18.9291C15.4372 18.8704 14.9679 20.8793 13.7813 20.9656Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 9.08782C19.8838 8.57585 19.7246 8.08026 19.5262 7.60506M9.08782 20C8.58014 19.8848 8.08856 19.7272 7.617 19.5312M17.9255 5.06016C17.2422 4.29165 16.4308 3.63953 15.5249 3.1373M12.63 2.12571C12.1366 2.04303 11.6298 2 11.1129 2C10.4955 2 9.89245 2.0614 9.30951 2.17842M6.05076 3.53418C5.05297 4.20196 4.19441 5.06157 3.52784 6.06023M2.17549 9.32416C2.06037 9.90256 2 10.5007 2 11.1129C2 11.6388 2.04455 12.1543 2.13008 12.6558M3.13674 15.5238C3.63157 16.4167 4.27196 17.2177 5.02587 17.8948%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.7813 20.9656C11.9693 21.0908 10.1739 12.64 11.4067 11.407C12.6396 10.174 21.091 11.9681 20.9657 13.7802C20.8795 14.9669 18.8709 15.4363 18.9295 16.491C18.9467 16.7999 19.3369 17.0814 20.1173 17.6445C20.6596 18.0358 21.2126 18.4157 21.7456 18.8195C21.9583 18.9807 22.0423 19.2516 21.9798 19.5071C21.6798 20.7341 20.7394 21.6785 19.5075 21.9798C19.252 22.0423 18.9811 21.9583 18.8199 21.7455C18.4162 21.2124 18.0363 20.6594 17.6451 20.117C17.0821 19.3365 16.8006 18.9463 16.4918 18.9291C15.4372 18.8704 14.9679 20.8793 13.7813 20.9656Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 9.08782C19.8838 8.57585 19.7246 8.08026 19.5262 7.60506M9.08782 20C8.58014 19.8848 8.08856 19.7272 7.617 19.5312M17.9255 5.06016C17.2422 4.29165 16.4308 3.63953 15.5249 3.1373M12.63 2.12571C12.1366 2.04303 11.6298 2 11.1129 2C10.4955 2 9.89245 2.0614 9.30951 2.17842M6.05076 3.53418C5.05297 4.20196 4.19441 5.06157 3.52784 6.06023M2.17549 9.32416C2.06037 9.90256 2 10.5007 2 11.1129C2 11.6388 2.04455 12.1543 2.13008 12.6558M3.13674 15.5238C3.63157 16.4167 4.27196 17.2177 5.02587 17.8948%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-circle-selection-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.30945 9.37832C10.7997 7.77346 22.0092 11.7048 22 13.1402C21.9895 14.7678 17.6224 15.2685 16.4119 15.6081C15.684 15.8124 15.489 16.0217 15.3212 16.785C14.561 20.2419 14.1794 21.9613 13.3096 21.9997C11.9231 22.061 7.85508 10.9445 9.30945 9.37832Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.6776 7.65217C19.8002 7.94578 19.908 8.24711 20 8.55522M18.0629 5.08488C17.3736 4.30961 16.5551 3.65176 15.6412 3.14511M12.721 2.12462C11.6288 1.94158 10.4517 1.9609 9.37136 2.17778M6.08403 3.54547C5.0775 4.21914 4.21142 5.0863 3.539 6.09376M2.17479 9.3864C1.95891 10.4711 1.94226 11.6525 2.12898 12.7474M3.14447 15.6406C3.64363 16.5414 4.28964 17.3494 5.05017 18.0325M7.66402 19.6832C7.9532 19.8035 8.24984 19.9093 8.55306 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.30945 9.37832C10.7997 7.77346 22.0092 11.7048 22 13.1402C21.9895 14.7678 17.6224 15.2685 16.4119 15.6081C15.684 15.8124 15.489 16.0217 15.3212 16.785C14.561 20.2419 14.1794 21.9613 13.3096 21.9997C11.9231 22.061 7.85508 10.9445 9.30945 9.37832Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.6776 7.65217C19.8002 7.94578 19.908 8.24711 20 8.55522M18.0629 5.08488C17.3736 4.30961 16.5551 3.65176 15.6412 3.14511M12.721 2.12462C11.6288 1.94158 10.4517 1.9609 9.37136 2.17778M6.08403 3.54547C5.0775 4.21914 4.21142 5.0863 3.539 6.09376M2.17479 9.3864C1.95891 10.4711 1.94226 11.6525 2.12898 12.7474M3.14447 15.6406C3.64363 16.5414 4.28964 17.3494 5.05017 18.0325M7.66402 19.6832C7.9532 19.8035 8.24984 19.9093 8.55306 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-disabled-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 3.32038C6.75053 2.8233 3.67361 2.85605 2.76477 3.76477C0.59286 5.93695 3.42489 20.494 6.53497 20.1912C8.24124 20.0189 9.43225 17.2787 10.8342 16.4228C11.3865 16.0856 11.8761 16.4281 12.222 16.8784L15.569 21.2348C16.1521 21.9939 16.5628 22.2198 17.4421 21.7696C18.7939 21.0775 20.0785 19.7911 20.7696 18.4418C21.2198 17.5628 20.9939 17.152 20.235 16.569L17.5 14.4678%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.318 9.68198C16.0754 11.4393 18.9246 11.4393 20.682 9.68198C22.4393 7.92462 22.4393 5.07538 20.682 3.31802M14.318 9.68198C12.5607 7.92462 12.5607 5.07538 14.318 3.31802C16.0754 1.56066 18.9246 1.56066 20.682 3.31802M14.318 9.68198L20.682 3.31802%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 3.32038C6.75053 2.8233 3.67361 2.85605 2.76477 3.76477C0.59286 5.93695 3.42489 20.494 6.53497 20.1912C8.24124 20.0189 9.43225 17.2787 10.8342 16.4228C11.3865 16.0856 11.8761 16.4281 12.222 16.8784L15.569 21.2348C16.1521 21.9939 16.5628 22.2198 17.4421 21.7696C18.7939 21.0775 20.0785 19.7911 20.7696 18.4418C21.2198 17.5628 20.9939 17.152 20.235 16.569L17.5 14.4678%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.318 9.68198C16.0754 11.4393 18.9246 11.4393 20.682 9.68198C22.4393 7.92462 22.4393 5.07538 20.682 3.31802M14.318 9.68198C12.5607 7.92462 12.5607 5.07538 14.318 3.31802C16.0754 1.56066 18.9246 1.56066 20.682 3.31802M14.318 9.68198L20.682 3.31802%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-disabled-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.38086 2.46562C4.21503 0.490411 18.0114 5.32901 18 7.09558C17.9871 9.09884 12.6121 9.71513 11.1223 10.1331C10.2265 10.3844 9.98651 10.6421 9.77993 11.5815C8.84436 15.8362 8.37464 17.9524 7.3041 17.9997C5.59766 18.0751 0.590865 4.39327 2.38086 2.46562Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.318 20.682C16.0754 22.4393 18.9246 22.4393 20.682 20.682C22.4393 18.9246 22.4393 16.0754 20.682 14.318M14.318 20.682C12.5607 18.9246 12.5607 16.0754 14.318 14.318C16.0754 12.5607 18.9246 12.5607 20.682 14.318M14.318 20.682L20.682 14.318%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.38086 2.46562C4.21503 0.490411 18.0114 5.32901 18 7.09558C17.9871 9.09884 12.6121 9.71513 11.1223 10.1331C10.2265 10.3844 9.98651 10.6421 9.77993 11.5815C8.84436 15.8362 8.37464 17.9524 7.3041 17.9997C5.59766 18.0751 0.590865 4.39327 2.38086 2.46562Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.318 20.682C16.0754 22.4393 18.9246 22.4393 20.682 20.682C22.4393 18.9246 22.4393 16.0754 20.682 14.318M14.318 20.682C12.5607 18.9246 12.5607 16.0754 14.318 14.318C16.0754 12.5607 18.9246 12.5607 20.682 14.318M14.318 20.682L20.682 14.318%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-edit-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 3C16 2.5286 16 2.29289 15.8536 2.14645C15.7071 2 15.4714 2 15 2H14C13.5286 2 13.2929 2 13.1464 2.14645C13 2.29289 13 2.5286 13 3V4C13 4.4714 13 4.70711 13.1464 4.85355C13.2929 5 13.5286 5 14 5H15C15.4714 5 15.7071 5 15.8536 4.85355C16 4.70711 16 4.4714 16 4V3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 3C5 2.5286 5 2.29289 4.85355 2.14645C4.70711 2 4.4714 2 4 2H3C2.5286 2 2.29289 2 2.14645 2.14645C2 2.29289 2 2.5286 2 3V4C2 4.4714 2 4.70711 2.14645 4.85355C2.29289 5 2.5286 5 3 5H4C4.4714 5 4.70711 5 4.85355 4.85355C5 4.70711 5 4.4714 5 4V3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14C5 13.5286 5 13.2929 4.85355 13.1464C4.70711 13 4.4714 13 4 13H3C2.5286 13 2.29289 13 2.14645 13.1464C2 13.2929 2 13.5286 2 14V15C2 15.4714 2 15.7071 2.14645 15.8536C2.29289 16 2.5286 16 3 16H4C4.4714 16 4.70711 16 4.85355 15.8536C5 15.7071 5 15.4714 5 15V14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5399 20.6835C9.23361 20.8429 6.94858 10.0873 8.51764 8.51798C10.0867 6.94869 20.8431 9.23214 20.6837 11.5384C20.5739 13.0488 18.0175 13.6462 18.0921 14.9885C18.114 15.3817 18.6106 15.74 19.6038 16.4566C20.294 16.9546 20.9978 17.4382 21.6762 17.9521C21.947 18.1572 22.0538 18.5021 21.9744 18.8272C21.5925 20.3888 20.3957 21.5909 18.8277 21.9743C18.5026 22.0539 18.1577 21.9469 17.9527 21.6761C17.4389 20.9976 16.9553 20.2938 16.4574 19.6035C15.7409 18.6101 15.3826 18.1134 14.9895 18.0915C13.6474 18.0169 13.05 20.5737 11.5399 20.6835Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.5 13V5M13 3.5H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 3C16 2.5286 16 2.29289 15.8536 2.14645C15.7071 2 15.4714 2 15 2H14C13.5286 2 13.2929 2 13.1464 2.14645C13 2.29289 13 2.5286 13 3V4C13 4.4714 13 4.70711 13.1464 4.85355C13.2929 5 13.5286 5 14 5H15C15.4714 5 15.7071 5 15.8536 4.85355C16 4.70711 16 4.4714 16 4V3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 3C5 2.5286 5 2.29289 4.85355 2.14645C4.70711 2 4.4714 2 4 2H3C2.5286 2 2.29289 2 2.14645 2.14645C2 2.29289 2 2.5286 2 3V4C2 4.4714 2 4.70711 2.14645 4.85355C2.29289 5 2.5286 5 3 5H4C4.4714 5 4.70711 5 4.85355 4.85355C5 4.70711 5 4.4714 5 4V3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14C5 13.5286 5 13.2929 4.85355 13.1464C4.70711 13 4.4714 13 4 13H3C2.5286 13 2.29289 13 2.14645 13.1464C2 13.2929 2 13.5286 2 14V15C2 15.4714 2 15.7071 2.14645 15.8536C2.29289 16 2.5286 16 3 16H4C4.4714 16 4.70711 16 4.85355 15.8536C5 15.7071 5 15.4714 5 15V14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5399 20.6835C9.23361 20.8429 6.94858 10.0873 8.51764 8.51798C10.0867 6.94869 20.8431 9.23214 20.6837 11.5384C20.5739 13.0488 18.0175 13.6462 18.0921 14.9885C18.114 15.3817 18.6106 15.74 19.6038 16.4566C20.294 16.9546 20.9978 17.4382 21.6762 17.9521C21.947 18.1572 22.0538 18.5021 21.9744 18.8272C21.5925 20.3888 20.3957 21.5909 18.8277 21.9743C18.5026 22.0539 18.1577 21.9469 17.9527 21.6761C17.4389 20.9976 16.9553 20.2938 16.4574 19.6035C15.7409 18.6101 15.3826 18.1134 14.9895 18.0915C13.6474 18.0169 13.05 20.5737 11.5399 20.6835Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.5 13V5M13 3.5H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-edit-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 3C16 2.5286 16 2.29289 15.8536 2.14645C15.7071 2 15.4714 2 15 2H14C13.5286 2 13.2929 2 13.1464 2.14645C13 2.29289 13 2.5286 13 3V4C13 4.4714 13 4.70711 13.1464 4.85355C13.2929 5 13.5286 5 14 5H15C15.4714 5 15.7071 5 15.8536 4.85355C16 4.70711 16 4.4714 16 4V3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.33325 8.40742C9.93815 6.67911 22.01 10.9129 22 12.4586C21.9887 14.2115 17.2856 14.7507 15.982 15.1165C15.1981 15.3364 14.9882 15.5618 14.8074 16.3838C13.9888 20.1067 13.5778 21.9583 12.6411 21.9997C11.148 22.0657 6.76701 10.0941 8.33325 8.40742Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 3C5 2.5286 5 2.29289 4.85355 2.14645C4.70711 2 4.4714 2 4 2H3C2.5286 2 2.29289 2 2.14645 2.14645C2 2.29289 2 2.5286 2 3V4C2 4.4714 2 4.70711 2.14645 4.85355C2.29289 5 2.5286 5 3 5H4C4.4714 5 4.70711 5 4.85355 4.85355C5 4.70711 5 4.4714 5 4V3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14C5 13.5286 5 13.2929 4.85355 13.1464C4.70711 13 4.4714 13 4 13H3C2.5286 13 2.29289 13 2.14645 13.1464C2 13.2929 2 13.5286 2 14V15C2 15.4714 2 15.7071 2.14645 15.8536C2.29289 16 2.5286 16 3 16H4C4.4714 16 4.70711 16 4.85355 15.8536C5 15.7071 5 15.4714 5 15V14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 13V5M13 3.5H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 3C16 2.5286 16 2.29289 15.8536 2.14645C15.7071 2 15.4714 2 15 2H14C13.5286 2 13.2929 2 13.1464 2.14645C13 2.29289 13 2.5286 13 3V4C13 4.4714 13 4.70711 13.1464 4.85355C13.2929 5 13.5286 5 14 5H15C15.4714 5 15.7071 5 15.8536 4.85355C16 4.70711 16 4.4714 16 4V3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.33325 8.40742C9.93815 6.67911 22.01 10.9129 22 12.4586C21.9887 14.2115 17.2856 14.7507 15.982 15.1165C15.1981 15.3364 14.9882 15.5618 14.8074 16.3838C13.9888 20.1067 13.5778 21.9583 12.6411 21.9997C11.148 22.0657 6.76701 10.0941 8.33325 8.40742Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 3C5 2.5286 5 2.29289 4.85355 2.14645C4.70711 2 4.4714 2 4 2H3C2.5286 2 2.29289 2 2.14645 2.14645C2 2.29289 2 2.5286 2 3V4C2 4.4714 2 4.70711 2.14645 4.85355C2.29289 5 2.5286 5 3 5H4C4.4714 5 4.70711 5 4.85355 4.85355C5 4.70711 5 4.4714 5 4V3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 14C5 13.5286 5 13.2929 4.85355 13.1464C4.70711 13 4.4714 13 4 13H3C2.5286 13 2.29289 13 2.14645 13.1464C2 13.2929 2 13.5286 2 14V15C2 15.4714 2 15.7071 2.14645 15.8536C2.29289 16 2.5286 16 3 16H4C4.4714 16 4.70711 16 4.85355 15.8536C5 15.7071 5 15.4714 5 15V14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 13V5M13 3.5H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-hold-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 3.32038C6.75053 2.8233 3.67361 2.85605 2.76477 3.76477C0.59286 5.93695 3.42489 20.494 6.53497 20.1912C8.24124 20.0189 9.43225 17.2787 10.8342 16.4228C11.3865 16.0856 11.8761 16.4281 12.222 16.8784L15.569 21.2348C16.1521 21.9939 16.5628 22.2198 17.4421 21.7696C18.7939 21.0775 20.0785 19.7911 20.7696 18.4418C21.2198 17.5628 20.9939 17.152 20.235 16.569L18 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 5V7L18.5 8M22 7C22 9.76142 19.7614 12 17 12C14.2386 12 12 9.76142 12 7C12 4.23858 14.2386 2 17 2C19.7614 2 22 4.23858 22 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 3.32038C6.75053 2.8233 3.67361 2.85605 2.76477 3.76477C0.59286 5.93695 3.42489 20.494 6.53497 20.1912C8.24124 20.0189 9.43225 17.2787 10.8342 16.4228C11.3865 16.0856 11.8761 16.4281 12.222 16.8784L15.569 21.2348C16.1521 21.9939 16.5628 22.2198 17.4421 21.7696C18.7939 21.0775 20.0785 19.7911 20.7696 18.4418C21.2198 17.5628 20.9939 17.152 20.235 16.569L18 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 5V7L18.5 8M22 7C22 9.76142 19.7614 12 17 12C14.2386 12 12 9.76142 12 7C12 4.23858 14.2386 2 17 2C19.7614 2 22 4.23858 22 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-hold-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.38086 2.46562C4.21503 0.490411 18.0114 5.32901 18 7.09558C17.9871 9.09884 12.6121 9.71513 11.1223 10.1331C10.2265 10.3844 9.98651 10.6421 9.77993 11.5815C8.84436 15.8362 8.37464 17.9524 7.3041 17.9997C5.59766 18.0751 0.590865 4.39327 2.38086 2.46562Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 17.95L18.4 16.6M22 17.5C22 19.9853 19.9853 22 17.5 22C15.0147 22 13 19.9853 13 17.5C13 15.0147 15.0147 13 17.5 13C19.9853 13 22 15.0147 22 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.38086 2.46562C4.21503 0.490411 18.0114 5.32901 18 7.09558C17.9871 9.09884 12.6121 9.71513 11.1223 10.1331C10.2265 10.3844 9.98651 10.6421 9.77993 11.5815C8.84436 15.8362 8.37464 17.9524 7.3041 17.9997C5.59766 18.0751 0.590865 4.39327 2.38086 2.46562Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 17.95L18.4 16.6M22 17.5C22 19.9853 19.9853 22 17.5 22C15.0147 22 13 19.9853 13 17.5C13 15.0147 15.0147 13 17.5 13C19.9853 13 22 15.0147 22 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-in-window{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 10C20 6.22876 20 4.34315 18.8284 3.17157C17.6569 2 15.7712 2 12 2H10C6.22876 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10V12C2 15.7712 2 17.6569 3.17157 18.8284C4.23467 19.8915 5.8857 19.99 9 19.9991H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5285 21.0596C12.8812 21.1735 11.249 13.4909 12.3697 12.37C13.4905 11.2491 21.1736 12.8801 21.0598 14.5274C20.9814 15.6063 19.1553 16.033 19.2086 16.9918C19.2243 17.2726 19.579 17.5286 20.2885 18.0404C20.7815 18.3961 21.2841 18.7415 21.7687 19.1086C21.9621 19.2551 22.0385 19.5015 21.9817 19.7337C21.7089 20.8491 20.854 21.7078 19.7341 21.9817C19.5018 22.0385 19.2555 21.9621 19.109 21.7686C18.742 21.284 18.3967 20.7813 18.041 20.2882C17.5292 19.5786 17.2733 19.2239 16.9925 19.2082C16.0339 19.1549 15.6072 20.9812 14.5285 21.0596Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 7H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 10C20 6.22876 20 4.34315 18.8284 3.17157C17.6569 2 15.7712 2 12 2H10C6.22876 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10V12C2 15.7712 2 17.6569 3.17157 18.8284C4.23467 19.8915 5.8857 19.99 9 19.9991H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5285 21.0596C12.8812 21.1735 11.249 13.4909 12.3697 12.37C13.4905 11.2491 21.1736 12.8801 21.0598 14.5274C20.9814 15.6063 19.1553 16.033 19.2086 16.9918C19.2243 17.2726 19.579 17.5286 20.2885 18.0404C20.7815 18.3961 21.2841 18.7415 21.7687 19.1086C21.9621 19.2551 22.0385 19.5015 21.9817 19.7337C21.7089 20.8491 20.854 21.7078 19.7341 21.9817C19.5018 22.0385 19.2555 21.9621 19.109 21.7686C18.742 21.284 18.3967 20.7813 18.041 20.2882C17.5292 19.5786 17.2733 19.2239 16.9925 19.2082C16.0339 19.1549 15.6072 20.9812 14.5285 21.0596Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 7H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-info-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 3.32038C6.75053 2.8233 3.67361 2.85605 2.76477 3.76477C0.59286 5.93695 3.42489 20.494 6.53497 20.1912C8.24124 20.0189 9.43225 17.2787 10.8342 16.4228C11.3865 16.0856 11.8761 16.4281 12.222 16.8784L15.569 21.2348C16.1521 21.9939 16.5628 22.2198 17.4421 21.7696C18.7939 21.0775 20.0785 19.7911 20.7696 18.4418C21.2198 17.5628 20.9939 17.152 20.235 16.569L18 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.6982 5.33428C15.6982 4.65455 16.2579 4.10352 16.9482 4.10352C17.6386 4.10352 18.1982 4.65455 18.1982 5.33428C18.1982 5.5793 18.1255 5.80759 18.0002 5.99939C17.6824 6.48571 17.1439 6.95283 16.9903 7.5M17 9.5H17.009M22 7C22 9.76142 19.7614 12 17 12C14.2386 12 12 9.76142 12 7C12 4.23858 14.2386 2 17 2C19.7614 2 22 4.23858 22 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 3.32038C6.75053 2.8233 3.67361 2.85605 2.76477 3.76477C0.59286 5.93695 3.42489 20.494 6.53497 20.1912C8.24124 20.0189 9.43225 17.2787 10.8342 16.4228C11.3865 16.0856 11.8761 16.4281 12.222 16.8784L15.569 21.2348C16.1521 21.9939 16.5628 22.2198 17.4421 21.7696C18.7939 21.0775 20.0785 19.7911 20.7696 18.4418C21.2198 17.5628 20.9939 17.152 20.235 16.569L18 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.6982 5.33428C15.6982 4.65455 16.2579 4.10352 16.9482 4.10352C17.6386 4.10352 18.1982 4.65455 18.1982 5.33428C18.1982 5.5793 18.1255 5.80759 18.0002 5.99939C17.6824 6.48571 17.1439 6.95283 16.9903 7.5M17 9.5H17.009M22 7C22 9.76142 19.7614 12 17 12C14.2386 12 12 9.76142 12 7C12 4.23858 14.2386 2 17 2C19.7614 2 22 4.23858 22 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-info-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 19.0987C17.5 18.0987 18.4 17.7124 18.4 17C18.4 15.5643 16.375 15.4112 16.375 16.7612M22 17.5C22 19.9853 19.9853 22 17.5 22C15.0147 22 13 19.9853 13 17.5C13 15.0147 15.0147 13 17.5 13C19.9853 13 22 15.0147 22 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.38086 2.46562C4.21503 0.490411 18.0114 5.32901 18 7.09558C17.9871 9.09884 12.6121 9.71513 11.1223 10.1331C10.2265 10.3844 9.98651 10.6421 9.77993 11.5815C8.84436 15.8362 8.37464 17.9524 7.3041 17.9997C5.59766 18.0751 0.590865 4.39327 2.38086 2.46562Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 19.0987C17.5 18.0987 18.4 17.7124 18.4 17C18.4 15.5643 16.375 15.4112 16.375 16.7612M22 17.5C22 19.9853 19.9853 22 17.5 22C15.0147 22 13 19.9853 13 17.5C13 15.0147 15.0147 13 17.5 13C19.9853 13 22 15.0147 22 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.38086 2.46562C4.21503 0.490411 18.0114 5.32901 18 7.09558C17.9871 9.09884 12.6121 9.71513 11.1223 10.1331C10.2265 10.3844 9.98651 10.6421 9.77993 11.5815C8.84436 15.8362 8.37464 17.9524 7.3041 17.9997C5.59766 18.0751 0.590865 4.39327 2.38086 2.46562Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-loading-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0853 3.50494C7.46 2.82682 3.77445 2.75522 2.76477 3.76477C0.59286 5.93695 3.42489 20.494 6.53497 20.1912C8.24124 20.0189 9.43225 17.2787 10.8342 16.4228C11.3865 16.0856 11.8761 16.4281 12.222 16.8784L15.569 21.2348C16.1521 21.9939 16.5628 22.2198 17.4421 21.7696C18.7939 21.0775 20.0785 19.7911 20.7696 18.4418C21.2198 17.5628 20.9939 17.152 20.235 16.569L18 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.6007 2H15.3993C14.6704 2 14.0309 2.49235 14.0017 3.20178C13.965 4.09439 14.5928 4.68711 15.2521 5.24355L15.2521 5.24355C16.1643 6.01331 16.6203 6.39819 16.6682 6.88541C16.6757 6.96164 16.6757 7.03836 16.6682 7.11459C16.6203 7.60181 16.1643 7.98669 15.2521 8.75645C14.5746 9.32822 13.9631 9.85975 14.0017 10.7982C14.0309 11.5076 14.6704 12 15.3993 12L20.6007 12C21.3296 12 21.969 11.5076 21.9983 10.7982C22.0215 10.2334 21.8122 9.671 21.3676 9.27999C21.1649 9.10172 20.9544 8.93077 20.7479 8.75645C19.8357 7.98669 19.3797 7.60181 19.3318 7.11459C19.3243 7.03836 19.3243 6.96164 19.3318 6.88541C19.3797 6.39819 19.8357 6.01331 20.7479 5.24355C21.4183 4.67779 22.0364 4.12905 21.9983 3.20178C21.969 2.49235 21.3296 2 20.6007 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0853 3.50494C7.46 2.82682 3.77445 2.75522 2.76477 3.76477C0.59286 5.93695 3.42489 20.494 6.53497 20.1912C8.24124 20.0189 9.43225 17.2787 10.8342 16.4228C11.3865 16.0856 11.8761 16.4281 12.222 16.8784L15.569 21.2348C16.1521 21.9939 16.5628 22.2198 17.4421 21.7696C18.7939 21.0775 20.0785 19.7911 20.7696 18.4418C21.2198 17.5628 20.9939 17.152 20.235 16.569L18 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.6007 2H15.3993C14.6704 2 14.0309 2.49235 14.0017 3.20178C13.965 4.09439 14.5928 4.68711 15.2521 5.24355L15.2521 5.24355C16.1643 6.01331 16.6203 6.39819 16.6682 6.88541C16.6757 6.96164 16.6757 7.03836 16.6682 7.11459C16.6203 7.60181 16.1643 7.98669 15.2521 8.75645C14.5746 9.32822 13.9631 9.85975 14.0017 10.7982C14.0309 11.5076 14.6704 12 15.3993 12L20.6007 12C21.3296 12 21.969 11.5076 21.9983 10.7982C22.0215 10.2334 21.8122 9.671 21.3676 9.27999C21.1649 9.10172 20.9544 8.93077 20.7479 8.75645C19.8357 7.98669 19.3797 7.60181 19.3318 7.11459C19.3243 7.03836 19.3243 6.96164 19.3318 6.88541C19.3797 6.39819 19.8357 6.01331 20.7479 5.24355C21.4183 4.67779 22.0364 4.12905 21.9983 3.20178C21.969 2.49235 21.3296 2 20.6007 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-loading-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.38086 2.46562C4.21503 0.490411 18.0114 5.32901 18 7.09558C17.9871 9.09884 12.6121 9.71513 11.1223 10.1331C10.2265 10.3844 9.98651 10.6421 9.77993 11.5815C8.84436 15.8362 8.37464 17.9524 7.3041 17.9997C5.59766 18.0751 0.590865 4.39327 2.38086 2.46562Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.7756 13H16.2244C15.5866 13 15.0271 13.4431 15.0015 14.0816C14.9694 14.885 15.5187 15.4184 16.0956 15.9192L16.0956 15.9192C16.8937 16.612 17.2928 16.9584 17.3346 17.3969C17.3412 17.4655 17.3412 17.5345 17.3346 17.6031C17.2928 18.0416 16.8937 18.388 16.0956 19.0808C15.5028 19.5954 14.9677 20.0738 15.0015 20.9184C15.0271 21.5569 15.5866 22 16.2244 22L20.7756 22C21.4134 22 21.9729 21.5569 21.9985 20.9184C22.0188 20.4101 21.8357 19.9039 21.4467 19.552C21.2693 19.3915 21.0851 19.2377 20.9044 19.0808L20.9044 19.0808C20.1063 18.388 19.7072 18.0416 19.6653 17.6031C19.6588 17.5345 19.6588 17.4655 19.6653 17.3969C19.7072 16.9584 20.1063 16.612 20.9044 15.9192C21.491 15.41 22.0319 14.9161 21.9985 14.0816C21.9729 13.4431 21.4134 13 20.7756 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.38086 2.46562C4.21503 0.490411 18.0114 5.32901 18 7.09558C17.9871 9.09884 12.6121 9.71513 11.1223 10.1331C10.2265 10.3844 9.98651 10.6421 9.77993 11.5815C8.84436 15.8362 8.37464 17.9524 7.3041 17.9997C5.59766 18.0751 0.590865 4.39327 2.38086 2.46562Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.7756 13H16.2244C15.5866 13 15.0271 13.4431 15.0015 14.0816C14.9694 14.885 15.5187 15.4184 16.0956 15.9192L16.0956 15.9192C16.8937 16.612 17.2928 16.9584 17.3346 17.3969C17.3412 17.4655 17.3412 17.5345 17.3346 17.6031C17.2928 18.0416 16.8937 18.388 16.0956 19.0808C15.5028 19.5954 14.9677 20.0738 15.0015 20.9184C15.0271 21.5569 15.5866 22 16.2244 22L20.7756 22C21.4134 22 21.9729 21.5569 21.9985 20.9184C22.0188 20.4101 21.8357 19.9039 21.4467 19.552C21.2693 19.3915 21.0851 19.2377 20.9044 19.0808L20.9044 19.0808C20.1063 18.388 19.7072 18.0416 19.6653 17.6031C19.6588 17.5345 19.6588 17.4655 19.6653 17.3969C19.7072 16.9584 20.1063 16.612 20.9044 15.9192C21.491 15.41 22.0319 14.9161 21.9985 14.0816C21.9729 13.4431 21.4134 13 20.7756 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-magic-selection-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7927 20.5894C8.32173 20.7602 5.87348 9.23635 7.55462 7.55498C9.23576 5.8736 20.7604 8.32015 20.5896 10.7911C20.472 12.4094 17.733 13.0495 17.813 14.4877C17.8364 14.9089 18.3685 15.2929 19.4327 16.0607C20.1722 16.5942 20.9262 17.1123 21.653 17.6629C21.9432 17.8827 22.0577 18.2522 21.9725 18.6006C21.5634 20.2737 20.2811 21.5616 18.6011 21.9725C18.2528 22.0577 17.8833 21.9431 17.6636 21.653C17.1131 20.926 16.595 20.1719 16.0615 19.4323C15.2938 18.368 14.91 17.8358 14.4888 17.8124C13.0508 17.7324 12.4107 20.4718 10.7927 20.5894Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.02968 3.5V2M5 5L4 4M3.5 9.02975H2M5 13L4 14M14 4L13 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.7927 20.5894C8.32173 20.7602 5.87348 9.23635 7.55462 7.55498C9.23576 5.8736 20.7604 8.32015 20.5896 10.7911C20.472 12.4094 17.733 13.0495 17.813 14.4877C17.8364 14.9089 18.3685 15.2929 19.4327 16.0607C20.1722 16.5942 20.9262 17.1123 21.653 17.6629C21.9432 17.8827 22.0577 18.2522 21.9725 18.6006C21.5634 20.2737 20.2811 21.5616 18.6011 21.9725C18.2528 22.0577 17.8833 21.9431 17.6636 21.653C17.1131 20.926 16.595 20.1719 16.0615 19.4323C15.2938 18.368 14.91 17.8358 14.4888 17.8124C13.0508 17.7324 12.4107 20.4718 10.7927 20.5894Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.02968 3.5V2M5 5L4 4M3.5 9.02975H2M5 13L4 14M14 4L13 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-magic-selection-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.02968 3.5V2M5 5L4 4M3.5 9.02975H2M5 13L4 14M14 4L13 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.33325 8.40742C9.93815 6.67911 22.01 10.9129 22 12.4586C21.9887 14.2115 17.2856 14.7507 15.982 15.1165C15.1981 15.3364 14.9882 15.5618 14.8074 16.3838C13.9888 20.1067 13.5778 21.9583 12.6411 21.9997C11.148 22.0657 6.76701 10.0941 8.33325 8.40742Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.02968 3.5V2M5 5L4 4M3.5 9.02975H2M5 13L4 14M14 4L13 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.33325 8.40742C9.93815 6.67911 22.01 10.9129 22 12.4586C21.9887 14.2115 17.2856 14.7507 15.982 15.1165C15.1981 15.3364 14.9882 15.5618 14.8074 16.3838C13.9888 20.1067 13.5778 21.9583 12.6411 21.9997C11.148 22.0657 6.76701 10.0941 8.33325 8.40742Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-move-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 3.32038C6.75053 2.8233 3.67361 2.85605 2.76477 3.76477C0.592862 5.93695 3.42489 20.494 6.53497 20.1912C8.24124 20.0189 9.43225 17.2787 10.8342 16.4228C11.3865 16.0856 11.8761 16.4281 12.222 16.8784L15.569 21.2348C16.1521 21.9939 16.5628 22.2198 17.4421 21.7696C18.7939 21.0775 20.0785 19.7911 20.7696 18.4418C21.2198 17.5628 20.9939 17.152 20.235 16.569L18 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9998 2L16.9998 5M16.9998 2C16.7994 2 15.7378 2.98517 15.2998 3.39172M16.9998 2C17.2002 2 18.2798 3 18.6998 3.39172%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9998 12L16.9998 9M16.9998 12C17.2002 12 18.2618 11.0148 18.6998 10.6083M16.9998 12C16.7993 12 15.7198 11 15.2998 10.6083%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6.99977L15 6.99979M12 6.99977C12 7.2002 12.9852 8.26179 13.3917 8.69979M12 6.99977C12 6.79935 13 5.71979 13.3917 5.2998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 6.99982L19 6.9998M22 6.99982C22 6.79939 21.0148 5.7378 20.6083 5.2998M22 6.99982C22 7.20024 21 8.2798 20.6083 8.69979%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 3.32038C6.75053 2.8233 3.67361 2.85605 2.76477 3.76477C0.592862 5.93695 3.42489 20.494 6.53497 20.1912C8.24124 20.0189 9.43225 17.2787 10.8342 16.4228C11.3865 16.0856 11.8761 16.4281 12.222 16.8784L15.569 21.2348C16.1521 21.9939 16.5628 22.2198 17.4421 21.7696C18.7939 21.0775 20.0785 19.7911 20.7696 18.4418C21.2198 17.5628 20.9939 17.152 20.235 16.569L18 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9998 2L16.9998 5M16.9998 2C16.7994 2 15.7378 2.98517 15.2998 3.39172M16.9998 2C17.2002 2 18.2798 3 18.6998 3.39172%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9998 12L16.9998 9M16.9998 12C17.2002 12 18.2618 11.0148 18.6998 10.6083M16.9998 12C16.7993 12 15.7198 11 15.2998 10.6083%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 6.99977L15 6.99979M12 6.99977C12 7.2002 12.9852 8.26179 13.3917 8.69979M12 6.99977C12 6.79935 13 5.71979 13.3917 5.2998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 6.99982L19 6.9998M22 6.99982C22 6.79939 21.0148 5.7378 20.6083 5.2998M22 6.99982C22 7.20024 21 8.2798 20.6083 8.69979%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-move-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.38086 2.46562C4.21503 0.490413 18.0114 5.32901 18 7.09558C17.9871 9.09884 12.6121 9.71513 11.1223 10.1331C10.2265 10.3844 9.98651 10.6421 9.77993 11.5815C8.84436 15.8362 8.37464 17.9524 7.3041 17.9997C5.59766 18.0751 0.590865 4.39327 2.38086 2.46562Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 17.4985L19 17.4985M22 17.4985C22 17.2427 21.172 16.3301 20.8664 16M22 17.4985C22 17.7557 21.172 18.6986 20.8664 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 17.5015L16 17.5015M13 17.5015C13 17.7573 13.828 18.6699 14.1336 19M13 17.5015C13 17.2443 13.828 16.3014 14.1336 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4985 13L17.4985 16M17.4985 13C17.2427 13 16.3301 13.828 16 14.1336M17.4985 13C17.7557 13 18.6986 13.828 19 14.1336%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5015 22V19M17.5015 22C17.7573 22 18.6699 21.172 19 20.8664M17.5015 22C17.2443 22 16.3014 21.172 16 20.8664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.38086 2.46562C4.21503 0.490413 18.0114 5.32901 18 7.09558C17.9871 9.09884 12.6121 9.71513 11.1223 10.1331C10.2265 10.3844 9.98651 10.6421 9.77993 11.5815C8.84436 15.8362 8.37464 17.9524 7.3041 17.9997C5.59766 18.0751 0.590865 4.39327 2.38086 2.46562Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 17.4985L19 17.4985M22 17.4985C22 17.2427 21.172 16.3301 20.8664 16M22 17.4985C22 17.7557 21.172 18.6986 20.8664 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 17.5015L16 17.5015M13 17.5015C13 17.7573 13.828 18.6699 14.1336 19M13 17.5015C13 17.2443 13.828 16.3014 14.1336 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4985 13L17.4985 16M17.4985 13C17.2427 13 16.3301 13.828 16 14.1336M17.4985 13C17.7557 13 18.6986 13.828 19 14.1336%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5015 22V19M17.5015 22C17.7573 22 18.6699 21.172 19 20.8664M17.5015 22C17.2443 22 16.3014 21.172 16 20.8664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-pointer-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0342 20.8715C11.0574 21.0082 9.09878 11.7891 10.4437 10.444C11.7886 9.09888 21.0083 11.0561 20.8717 13.0329C20.7776 14.3275 18.5864 14.8396 18.6504 15.9902C18.6691 16.3272 19.0948 16.6343 19.9462 17.2485C20.5377 17.6754 21.141 18.0899 21.7224 18.5304C21.9545 18.7062 22.0461 19.0018 21.978 19.2805C21.6507 20.619 20.6249 21.6493 19.2809 21.978C19.0022 22.0462 18.7066 21.9545 18.5308 21.7224C18.0905 21.1408 17.676 20.5375 17.2492 19.9459C16.635 19.0944 16.328 18.6686 15.991 18.6499C14.8406 18.5859 14.3286 20.7775 13.0342 20.8715Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.05139 16C4.12629 15.1008 2 12.3774 2 9.15744C2 5.20449 5.20449 2 9.15744 2C12.3774 2 15.1008 4.12629 16 7.05139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6.95491C10.4754 6.36883 9.71316 6 8.86472 6C7.28258 6 6 7.28258 6 8.86472C6 9.71316 6.36883 10.4754 6.95491 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.0342 20.8715C11.0574 21.0082 9.09878 11.7891 10.4437 10.444C11.7886 9.09888 21.0083 11.0561 20.8717 13.0329C20.7776 14.3275 18.5864 14.8396 18.6504 15.9902C18.6691 16.3272 19.0948 16.6343 19.9462 17.2485C20.5377 17.6754 21.141 18.0899 21.7224 18.5304C21.9545 18.7062 22.0461 19.0018 21.978 19.2805C21.6507 20.619 20.6249 21.6493 19.2809 21.978C19.0022 22.0462 18.7066 21.9545 18.5308 21.7224C18.0905 21.1408 17.676 20.5375 17.2492 19.9459C16.635 19.0944 16.328 18.6686 15.991 18.6499C14.8406 18.5859 14.3286 20.7775 13.0342 20.8715Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.05139 16C4.12629 15.1008 2 12.3774 2 9.15744C2 5.20449 5.20449 2 9.15744 2C12.3774 2 15.1008 4.12629 16 7.05139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6.95491C10.4754 6.36883 9.71316 6 8.86472 6C7.28258 6 6 7.28258 6 8.86472C6 9.71316 6.36883 10.4754 6.95491 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-pointer-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.05139 16C4.12629 15.1008 2 12.3774 2 9.15744C2 5.20449 5.20449 2 9.15744 2C12.3774 2 15.1008 4.12629 16 7.05139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.44444 10C6.16405 9.58923 6 9.09211 6 8.55652C6 7.14459 7.14007 6 8.54642 6C9.08678 6 9.58783 6.16898 10 6.45717%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.30945 9.37832C10.7997 7.77346 22.0092 11.7048 22 13.1402C21.9895 14.7678 17.6224 15.2685 16.4119 15.6081C15.684 15.8124 15.489 16.0217 15.3212 16.785C14.561 20.2419 14.1794 21.9613 13.3096 21.9997C11.9231 22.061 7.85508 10.9445 9.30945 9.37832Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.05139 16C4.12629 15.1008 2 12.3774 2 9.15744C2 5.20449 5.20449 2 9.15744 2C12.3774 2 15.1008 4.12629 16 7.05139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.44444 10C6.16405 9.58923 6 9.09211 6 8.55652C6 7.14459 7.14007 6 8.54642 6C9.08678 6 9.58783 6.16898 10 6.45717%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.30945 9.37832C10.7997 7.77346 22.0092 11.7048 22 13.1402C21.9895 14.7678 17.6224 15.2685 16.4119 15.6081C15.684 15.8124 15.489 16.0217 15.3212 16.785C14.561 20.2419 14.1794 21.9613 13.3096 21.9997C11.9231 22.061 7.85508 10.9445 9.30945 9.37832Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-progress-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.9637 2.04725C16.4347 1.98425 16.9126 1.98425 17.3836 2.04725M19.9008 3.08814C20.2758 3.37442 20.6254 3.72398 20.9117 4.09896M21.9529 6.61766C22.0157 7.08784 22.0157 7.56479 21.9529 8.03497M13.5964 3.31808C11.445 5.35612 11.5253 8.53789 13.4929 10.5051C15.4826 12.4943 18.7194 12.5591 20.75 10.3326%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 3.32038C6.75053 2.8233 3.67361 2.85605 2.76477 3.76477C0.59286 5.93695 3.42489 20.494 6.53497 20.1912C8.24124 20.0189 9.43225 17.2787 10.8342 16.4228C11.3865 16.0856 11.8761 16.4281 12.222 16.8784L15.569 21.2348C16.1521 21.9939 16.5628 22.2198 17.4421 21.7696C18.7939 21.0775 20.0785 19.7911 20.7696 18.4418C21.2198 17.5628 20.9939 17.152 20.235 16.569L18 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.9637 2.04725C16.4347 1.98425 16.9126 1.98425 17.3836 2.04725M19.9008 3.08814C20.2758 3.37442 20.6254 3.72398 20.9117 4.09896M21.9529 6.61766C22.0157 7.08784 22.0157 7.56479 21.9529 8.03497M13.5964 3.31808C11.445 5.35612 11.5253 8.53789 13.4929 10.5051C15.4826 12.4943 18.7194 12.5591 20.75 10.3326%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 3.32038C6.75053 2.8233 3.67361 2.85605 2.76477 3.76477C0.59286 5.93695 3.42489 20.494 6.53497 20.1912C8.24124 20.0189 9.43225 17.2787 10.8342 16.4228C11.3865 16.0856 11.8761 16.4281 12.222 16.8784L15.569 21.2348C16.1521 21.9939 16.5628 22.2198 17.4421 21.7696C18.7939 21.0775 20.0785 19.7911 20.7696 18.4418C21.2198 17.5628 20.9939 17.152 20.235 16.569L18 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-progress-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 3.32038C6.75053 2.8233 3.67361 2.85605 2.76477 3.76477C0.59286 5.93695 3.42489 20.494 6.53497 20.1912C8.24124 20.0189 9.43225 17.2787 10.8342 16.4228C11.3865 16.0856 11.8761 16.4281 12.222 16.8784L15.569 21.2348C16.1521 21.9939 16.5628 22.2198 17.4421 21.7696C18.7939 21.0775 20.0785 19.7911 20.7696 18.4418C21.2198 17.5628 20.9939 17.152 20.235 16.569L18 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7.00013C16.5211 5.21272 15.132 3.91229 13.4651 3.46388M17 7.00013C18.3088 5.69133 18.7403 3.83746 18.2946 2.16923M17 7.00013C18.7878 7.47917 20.609 6.92595 21.8309 5.70585M17 7.00013C17.4789 8.78744 18.8679 10.0878 20.5348 10.5362M17 7.00013C15.6912 8.30889 15.2597 10.1626 15.7053 11.8308M17 7.00013C15.2121 6.52107 13.391 7.07439 12.1692 8.29462M13.4651 3.46388C12.5599 4.36875 12 5.61899 12 7C12 7.44772 12.0588 7.8817 12.1692 8.29462M13.4651 3.46388C14.3698 2.5594 15.6196 2 17 2C17.4477 2 17.8817 2.05885 18.2946 2.16923M18.2946 2.16923C20.0157 2.6293 21.371 3.98469 21.8309 5.70585M21.8309 5.70585C21.9412 6.11863 22 6.55245 22 7C22 8.38107 21.4401 9.63137 20.5348 10.5362M20.5348 10.5362C19.6301 11.4407 18.3804 12 17 12C16.5523 12 16.1183 11.9411 15.7053 11.8308M15.7053 11.8308C13.9844 11.3707 12.6293 10.0155 12.1692 8.29462%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 3.32038C6.75053 2.8233 3.67361 2.85605 2.76477 3.76477C0.59286 5.93695 3.42489 20.494 6.53497 20.1912C8.24124 20.0189 9.43225 17.2787 10.8342 16.4228C11.3865 16.0856 11.8761 16.4281 12.222 16.8784L15.569 21.2348C16.1521 21.9939 16.5628 22.2198 17.4421 21.7696C18.7939 21.0775 20.0785 19.7911 20.7696 18.4418C21.2198 17.5628 20.9939 17.152 20.235 16.569L18 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7.00013C16.5211 5.21272 15.132 3.91229 13.4651 3.46388M17 7.00013C18.3088 5.69133 18.7403 3.83746 18.2946 2.16923M17 7.00013C18.7878 7.47917 20.609 6.92595 21.8309 5.70585M17 7.00013C17.4789 8.78744 18.8679 10.0878 20.5348 10.5362M17 7.00013C15.6912 8.30889 15.2597 10.1626 15.7053 11.8308M17 7.00013C15.2121 6.52107 13.391 7.07439 12.1692 8.29462M13.4651 3.46388C12.5599 4.36875 12 5.61899 12 7C12 7.44772 12.0588 7.8817 12.1692 8.29462M13.4651 3.46388C14.3698 2.5594 15.6196 2 17 2C17.4477 2 17.8817 2.05885 18.2946 2.16923M18.2946 2.16923C20.0157 2.6293 21.371 3.98469 21.8309 5.70585M21.8309 5.70585C21.9412 6.11863 22 6.55245 22 7C22 8.38107 21.4401 9.63137 20.5348 10.5362M20.5348 10.5362C19.6301 11.4407 18.3804 12 17 12C16.5523 12 16.1183 11.9411 15.7053 11.8308M15.7053 11.8308C13.9844 11.3707 12.6293 10.0155 12.1692 8.29462%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-progress-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.38086 2.46562C4.21503 0.490411 18.0114 5.32901 18 7.09558C17.9871 9.09884 12.6121 9.71513 11.1223 10.1331C10.2265 10.3844 9.98651 10.6421 9.77993 11.5815C8.84436 15.8362 8.37464 17.9524 7.3041 17.9997C5.59766 18.0751 0.590865 4.39327 2.38086 2.46562Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5673 13.0425C16.9912 12.9858 17.4213 12.9858 17.8453 13.0425M20.1107 13.9793C20.4482 14.237 20.7628 14.5516 21.0205 14.8891M21.9576 17.1559C22.0141 17.5791 22.0141 18.0083 21.9576 18.4315M14.4367 14.1863C12.5005 16.0205 12.5727 18.8841 14.3437 20.6546C16.1343 22.4449 19.0474 22.5032 20.875 20.4993%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.38086 2.46562C4.21503 0.490411 18.0114 5.32901 18 7.09558C17.9871 9.09884 12.6121 9.71513 11.1223 10.1331C10.2265 10.3844 9.98651 10.6421 9.77993 11.5815C8.84436 15.8362 8.37464 17.9524 7.3041 17.9997C5.59766 18.0751 0.590865 4.39327 2.38086 2.46562Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5673 13.0425C16.9912 12.9858 17.4213 12.9858 17.8453 13.0425M20.1107 13.9793C20.4482 14.237 20.7628 14.5516 21.0205 14.8891M21.9576 17.1559C22.0141 17.5791 22.0141 18.0083 21.9576 18.4315M14.4367 14.1863C12.5005 16.0205 12.5727 18.8841 14.3437 20.6546C16.1343 22.4449 19.0474 22.5032 20.875 20.4993%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-progress-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 17.0001C16.5207 15.2115 15.1308 13.9103 13.4627 13.4616M17 17.0001C18.3097 15.6905 18.7415 13.8354 18.2955 12.166M17 17.0001C18.789 17.4795 20.6114 16.9259 21.8341 15.705M17 17.0001C17.4792 18.7886 18.8692 20.0898 20.5372 20.5386M17 17.0001C15.6904 18.3097 15.2585 20.1647 15.7045 21.8339M17 17.0001C15.2109 16.5208 13.3886 17.0744 12.166 18.2955M13.4627 13.4616C12.2102 14.7137 11.7099 16.589 12.166 18.2955M13.4627 13.4616C14.7149 12.2098 16.5896 11.71 18.2955 12.166M18.2955 12.166C20.0177 12.6264 21.3739 13.9827 21.8341 15.705M21.8341 15.705C22.29 17.4114 21.7897 19.2866 20.5372 20.5386M20.5372 20.5386C19.285 21.7902 17.4103 22.29 15.7045 21.8339M15.7045 21.8339C13.9824 21.3736 12.6264 20.0175 12.166 18.2955%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.38086 2.46562C4.21503 0.490411 18.0114 5.32901 18 7.09558C17.9871 9.09884 12.6121 9.71513 11.1223 10.1331C10.2265 10.3844 9.98651 10.6421 9.77993 11.5815C8.84436 15.8362 8.37464 17.9524 7.3041 17.9997C5.59766 18.0751 0.590865 4.39327 2.38086 2.46562Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 17.0001C16.5207 15.2115 15.1308 13.9103 13.4627 13.4616M17 17.0001C18.3097 15.6905 18.7415 13.8354 18.2955 12.166M17 17.0001C18.789 17.4795 20.6114 16.9259 21.8341 15.705M17 17.0001C17.4792 18.7886 18.8692 20.0898 20.5372 20.5386M17 17.0001C15.6904 18.3097 15.2585 20.1647 15.7045 21.8339M17 17.0001C15.2109 16.5208 13.3886 17.0744 12.166 18.2955M13.4627 13.4616C12.2102 14.7137 11.7099 16.589 12.166 18.2955M13.4627 13.4616C14.7149 12.2098 16.5896 11.71 18.2955 12.166M18.2955 12.166C20.0177 12.6264 21.3739 13.9827 21.8341 15.705M21.8341 15.705C22.29 17.4114 21.7897 19.2866 20.5372 20.5386M20.5372 20.5386C19.285 21.7902 17.4103 22.29 15.7045 21.8339M15.7045 21.8339C13.9824 21.3736 12.6264 20.0175 12.166 18.2955%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.38086 2.46562C4.21503 0.490411 18.0114 5.32901 18 7.09558C17.9871 9.09884 12.6121 9.71513 11.1223 10.1331C10.2265 10.3844 9.98651 10.6421 9.77993 11.5815C8.84436 15.8362 8.37464 17.9524 7.3041 17.9997C5.59766 18.0751 0.590865 4.39327 2.38086 2.46562Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-rectangle-selection-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 9.2L2 12.8M12.8 2L9.2 2M7.5 20H9M20 7.5V9M2.13343 4.69898C2.28806 3.97158 2.54837 3.42488 2.98663 2.98663C3.41266 2.56059 3.94119 2.3027 4.63858 2.14661M19.8666 4.69898C19.7119 3.97158 19.4516 3.42488 19.0134 2.98663C18.5963 2.5696 18.0811 2.31369 17.4054 2.15665M4.63858 19.8534C3.94119 19.6973 3.41266 19.4394 2.98663 19.0134C2.55627 18.583 2.2975 18.0481 2.14189 17.3402%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.7813 20.9656C11.9693 21.0908 10.1739 12.64 11.4067 11.407C12.6396 10.174 21.091 11.9681 20.9657 13.7802C20.8795 14.9669 18.8709 15.4363 18.9295 16.491C18.9467 16.7999 19.3369 17.0814 20.1173 17.6445C20.6596 18.0358 21.2126 18.4157 21.7456 18.8195C21.9583 18.9807 22.0423 19.2516 21.9798 19.5071C21.6798 20.7341 20.7394 21.6785 19.5075 21.9798C19.252 22.0423 18.9811 21.9583 18.8199 21.7455C18.4162 21.2124 18.0363 20.6594 17.6451 20.117C17.0821 19.3365 16.8006 18.9463 16.4918 18.9291C15.4372 18.8704 14.9679 20.8793 13.7813 20.9656Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 9.2L2 12.8M12.8 2L9.2 2M7.5 20H9M20 7.5V9M2.13343 4.69898C2.28806 3.97158 2.54837 3.42488 2.98663 2.98663C3.41266 2.56059 3.94119 2.3027 4.63858 2.14661M19.8666 4.69898C19.7119 3.97158 19.4516 3.42488 19.0134 2.98663C18.5963 2.5696 18.0811 2.31369 17.4054 2.15665M4.63858 19.8534C3.94119 19.6973 3.41266 19.4394 2.98663 19.0134C2.55627 18.583 2.2975 18.0481 2.14189 17.3402%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.7813 20.9656C11.9693 21.0908 10.1739 12.64 11.4067 11.407C12.6396 10.174 21.091 11.9681 20.9657 13.7802C20.8795 14.9669 18.8709 15.4363 18.9295 16.491C18.9467 16.7999 19.3369 17.0814 20.1173 17.6445C20.6596 18.0358 21.2126 18.4157 21.7456 18.8195C21.9583 18.9807 22.0423 19.2516 21.9798 19.5071C21.6798 20.7341 20.7394 21.6785 19.5075 21.9798C19.252 22.0423 18.9811 21.9583 18.8199 21.7455C18.4162 21.2124 18.0363 20.6594 17.6451 20.117C17.0821 19.3365 16.8006 18.9463 16.4918 18.9291C15.4372 18.8704 14.9679 20.8793 13.7813 20.9656Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-rectangle-selection-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.30945 9.37832C10.7997 7.77346 22.0092 11.7048 22 13.1402C21.9895 14.7678 17.6224 15.2685 16.4119 15.6081C15.684 15.8124 15.489 16.0217 15.3212 16.785C14.561 20.2419 14.1794 21.9613 13.3096 21.9997C11.9231 22.061 7.85508 10.9445 9.30945 9.37832Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 9.2L2 12.8M12.8 2L9.2 2M7.5 20H8.5M20 7.5V8.5M2.13343 4.69898C2.28806 3.97158 2.54837 3.42488 2.98663 2.98663C3.41266 2.56059 3.94119 2.3027 4.63858 2.14661M19.8666 4.69898C19.7119 3.97158 19.4516 3.42488 19.0134 2.98663C18.5963 2.5696 18.0811 2.31369 17.4054 2.15665M4.63858 19.8534C3.94119 19.6973 3.41266 19.4394 2.98663 19.0134C2.55627 18.583 2.2975 18.0481 2.14189 17.3402%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.30945 9.37832C10.7997 7.77346 22.0092 11.7048 22 13.1402C21.9895 14.7678 17.6224 15.2685 16.4119 15.6081C15.684 15.8124 15.489 16.0217 15.3212 16.785C14.561 20.2419 14.1794 21.9613 13.3096 21.9997C11.9231 22.061 7.85508 10.9445 9.30945 9.37832Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 9.2L2 12.8M12.8 2L9.2 2M7.5 20H8.5M20 7.5V8.5M2.13343 4.69898C2.28806 3.97158 2.54837 3.42488 2.98663 2.98663C3.41266 2.56059 3.94119 2.3027 4.63858 2.14661M19.8666 4.69898C19.7119 3.97158 19.4516 3.42488 19.0134 2.98663C18.5963 2.5696 18.0811 2.31369 17.4054 2.15665M4.63858 19.8534C3.94119 19.6973 3.41266 19.4394 2.98663 19.0134C2.55627 18.583 2.2975 18.0481 2.14189 17.3402%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-remove-selection-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 7H19M22 7C22 9.76142 19.7614 12 17 12C14.2386 12 12 9.76142 12 7C12 4.23858 14.2386 2 17 2C19.7614 2 22 4.23858 22 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 3.32038C6.75053 2.8233 3.67361 2.85605 2.76477 3.76477C0.59286 5.93695 3.42489 20.494 6.53497 20.1912C8.24124 20.0189 9.43225 17.2787 10.8342 16.4228C11.3865 16.0856 11.8761 16.4281 12.222 16.8784L15.569 21.2348C16.1521 21.9939 16.5628 22.2198 17.4421 21.7696C18.7939 21.0775 20.0785 19.7911 20.7696 18.4418C21.2198 17.5628 20.9939 17.152 20.235 16.569L18 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 7H19M22 7C22 9.76142 19.7614 12 17 12C14.2386 12 12 9.76142 12 7C12 4.23858 14.2386 2 17 2C19.7614 2 22 4.23858 22 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 3.32038C6.75053 2.8233 3.67361 2.85605 2.76477 3.76477C0.59286 5.93695 3.42489 20.494 6.53497 20.1912C8.24124 20.0189 9.43225 17.2787 10.8342 16.4228C11.3865 16.0856 11.8761 16.4281 12.222 16.8784L15.569 21.2348C16.1521 21.9939 16.5628 22.2198 17.4421 21.7696C18.7939 21.0775 20.0785 19.7911 20.7696 18.4418C21.2198 17.5628 20.9939 17.152 20.235 16.569L18 14.8519%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-remove-selection-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.38086 2.46562C4.21503 0.490411 18.0114 5.32901 18 7.09558C17.9871 9.09884 12.6121 9.71513 11.1223 10.1331C10.2265 10.3844 9.98651 10.6421 9.77993 11.5815C8.84436 15.8362 8.37464 17.9524 7.3041 17.9997C5.59766 18.0751 0.590865 4.39327 2.38086 2.46562Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.7 17.5H19.3M22 17.5C22 19.9853 19.9853 22 17.5 22C15.0147 22 13 19.9853 13 17.5C13 15.0147 15.0147 13 17.5 13C19.9853 13 22 15.0147 22 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.38086 2.46562C4.21503 0.490411 18.0114 5.32901 18 7.09558C17.9871 9.09884 12.6121 9.71513 11.1223 10.1331C10.2265 10.3844 9.98651 10.6421 9.77993 11.5815C8.84436 15.8362 8.37464 17.9524 7.3041 17.9997C5.59766 18.0751 0.590865 4.39327 2.38086 2.46562Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.7 17.5H19.3M22 17.5C22 19.9853 19.9853 22 17.5 22C15.0147 22 13 19.9853 13 17.5C13 15.0147 15.0147 13 17.5 13C19.9853 13 22 15.0147 22 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-cursor-text{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 17L11.0714 12.5M3 17L4.92857 12.5M4.92857 12.5L7.02295 7.61311C7.21207 7.17183 7.54728 7 8 7C8.45272 7 8.78793 7.17183 8.97705 7.61311L11.0714 12.5M4.92857 12.5H11.0714%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 3.00008C16.8333 2.99261 18 3.50003 18.5 4.50003M18.5 4.50003C19 3.50003 20.1667 3.00005 21 3.00008M18.5 4.50003L18.5 19.5M21 21C20.1667 21.0074 19 20.5 18.5 19.5M18.5 19.5C18 20.5 16.8333 21 16 21M20 12H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 17L11.0714 12.5M3 17L4.92857 12.5M4.92857 12.5L7.02295 7.61311C7.21207 7.17183 7.54728 7 8 7C8.45272 7 8.78793 7.17183 8.97705 7.61311L11.0714 12.5M4.92857 12.5H11.0714%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 3.00008C16.8333 2.99261 18 3.50003 18.5 4.50003M18.5 4.50003C19 3.50003 20.1667 3.00005 21 3.00008M18.5 4.50003L18.5 19.5M21 21C20.1667 21.0074 19 20.5 18.5 19.5M18.5 19.5C18 20.5 16.8333 21 16 21M20 12H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-horizontal-resize{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 20L10 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 20L14 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12L6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.00017 12.0504C1.9696 11.0147 6.00844 8.57937 6.38885 9.06275C6.82022 9.61089 5.78886 11.2397 5.55656 11.7584C5.41686 12.0703 5.42069 12.2056 5.57954 12.5172C6.29675 13.9241 6.65535 14.6275 6.43595 14.9325L6.43397 14.9352C6.08047 15.4197 2.03001 13.0611 2.00017 12.0504Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.9998 11.9496C22.0304 12.9853 17.9916 15.4206 17.6112 14.9373C17.1798 14.3891 18.2111 12.7602 18.4434 12.2416C18.5831 11.9297 18.5793 11.7944 18.4205 11.4828C17.7033 10.0759 17.3446 9.37251 17.564 9.06751L17.566 9.06478C17.9195 8.58035 21.97 10.9389 21.9998 11.9496Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 12L14 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 20L10 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 20L14 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12L6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.00017 12.0504C1.9696 11.0147 6.00844 8.57937 6.38885 9.06275C6.82022 9.61089 5.78886 11.2397 5.55656 11.7584C5.41686 12.0703 5.42069 12.2056 5.57954 12.5172C6.29675 13.9241 6.65535 14.6275 6.43595 14.9325L6.43397 14.9352C6.08047 15.4197 2.03001 13.0611 2.00017 12.0504Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.9998 11.9496C22.0304 12.9853 17.9916 15.4206 17.6112 14.9373C17.1798 14.3891 18.2111 12.7602 18.4434 12.2416C18.5831 11.9297 18.5793 11.7944 18.4205 11.4828C17.7033 10.0759 17.3446 9.37251 17.564 9.06751L17.566 9.06478C17.9195 8.58035 21.97 10.9389 21.9998 11.9496Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 12L14 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-loading-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.2014 2H6.79876C5.341 2 4.06202 2.9847 4.0036 4.40355C3.93009 6.18879 5.18564 7.37422 6.50435 8.4871C8.32861 10.0266 9.24075 10.7964 9.33642 11.7708C9.35139 11.9233 9.35139 12.0767 9.33642 12.2292C9.24075 13.2036 8.32862 13.9734 6.50435 15.5129C5.14932 16.6564 3.9263 17.7195 4.0036 19.5964C4.06202 21.0153 5.341 22 6.79876 22L17.2014 22C18.6591 22 19.9381 21.0153 19.9965 19.5964C20.043 18.4668 19.6244 17.342 18.7352 16.56C18.3298 16.2034 17.9089 15.8615 17.4958 15.5129C15.6715 13.9734 14.7594 13.2036 14.6637 12.2292C14.6487 12.0767 14.6487 11.9233 14.6637 11.7708C14.7594 10.7964 15.6715 10.0266 17.4958 8.4871C18.8366 7.35558 20.0729 6.25809 19.9965 4.40355C19.9381 2.9847 18.6591 2 17.2014 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 21.6381C9 21.1962 9 20.9752 9.0876 20.7821C9.10151 20.7514 9.11699 20.7214 9.13399 20.6923C9.24101 20.509 9.42211 20.3796 9.78432 20.1208C10.7905 19.4021 11.2935 19.0427 11.8652 19.0045C11.955 18.9985 12.045 18.9985 12.1348 19.0045C12.7065 19.0427 13.2095 19.4021 14.2157 20.1208C14.5779 20.3796 14.759 20.509 14.866 20.6923C14.883 20.7214 14.8985 20.7514 14.9124 20.7821C15 20.9752 15 21.1962 15 21.6381V22H9V21.6381Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.2014 2H6.79876C5.341 2 4.06202 2.9847 4.0036 4.40355C3.93009 6.18879 5.18564 7.37422 6.50435 8.4871C8.32861 10.0266 9.24075 10.7964 9.33642 11.7708C9.35139 11.9233 9.35139 12.0767 9.33642 12.2292C9.24075 13.2036 8.32862 13.9734 6.50435 15.5129C5.14932 16.6564 3.9263 17.7195 4.0036 19.5964C4.06202 21.0153 5.341 22 6.79876 22L17.2014 22C18.6591 22 19.9381 21.0153 19.9965 19.5964C20.043 18.4668 19.6244 17.342 18.7352 16.56C18.3298 16.2034 17.9089 15.8615 17.4958 15.5129C15.6715 13.9734 14.7594 13.2036 14.6637 12.2292C14.6487 12.0767 14.6487 11.9233 14.6637 11.7708C14.7594 10.7964 15.6715 10.0266 17.4958 8.4871C18.8366 7.35558 20.0729 6.25809 19.9965 4.40355C19.9381 2.9847 18.6591 2 17.2014 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 21.6381C9 21.1962 9 20.9752 9.0876 20.7821C9.10151 20.7514 9.11699 20.7214 9.13399 20.6923C9.24101 20.509 9.42211 20.3796 9.78432 20.1208C10.7905 19.4021 11.2935 19.0427 11.8652 19.0045C11.955 18.9985 12.045 18.9985 12.1348 19.0045C12.7065 19.0427 13.2095 19.4021 14.2157 20.1208C14.5779 20.3796 14.759 20.509 14.866 20.6923C14.883 20.7214 14.8985 20.7514 14.9124 20.7821C15 20.9752 15 21.1962 15 21.6381V22H9V21.6381Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-loading-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.001 20C16.3295 21.2558 14.2516 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 12.8634 21.8906 13.7011 21.6849 14.5003C21.4617 15.3673 20.5145 15.77 19.6699 15.4728C18.9519 15.2201 18.6221 14.3997 18.802 13.66C18.9314 13.1279 19 12.572 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19C13.3197 19 14.554 18.6348 15.6076 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.001 20C16.3295 21.2558 14.2516 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 12.8634 21.8906 13.7011 21.6849 14.5003C21.4617 15.3673 20.5145 15.77 19.6699 15.4728C18.9519 15.2201 18.6221 14.3997 18.802 13.66C18.9314 13.1279 19 12.572 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12C5 15.866 8.13401 19 12 19C13.3197 19 14.554 18.6348 15.6076 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-loading-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12L18 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12L3 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.364 5.63574L16.2427 7.75706%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.75706 16.2422L5.63574 18.3635%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.364 18.3635L16.2427 16.2422%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.75706 7.75706L5.63574 5.63574%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12L18 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12L3 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.364 5.63574L16.2427 7.75706%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.75706 16.2422L5.63574 18.3635%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.364 18.3635L16.2427 16.2422%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.75706 7.75706L5.63574 5.63574%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-loading-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 10H20C21.1046 10 22 10.8954 22 12C22 13.1046 21.1046 14 20 14H4C2.89543 14 2 13.1046 2 12C2 10.8954 2.89543 10 4 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 14V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 10H20C21.1046 10 22 10.8954 22 12C22 13.1046 21.1046 14 20 14H4C2.89543 14 2 13.1046 2 12C2 10.8954 2.89543 10 4 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 14V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.74061 17.0888C4.93047 19.4803 6.82417 21.511 9.26502 21.8118C10.1626 21.9223 11.0752 22 12 22C12.9247 22 13.8373 21.9223 14.7349 21.8118C17.1758 21.511 19.0694 19.4803 19.2593 17.0888C19.3909 15.4317 19.5 13.732 19.5 12C19.5 10.268 19.3909 8.56832 19.2593 6.91118C19.0694 4.51965 17.1758 2.48893 14.7349 2.1882C13.8373 2.07762 12.9247 2 12 2C11.0752 2 10.1626 2.07762 9.26502 2.1882C6.82417 2.48893 4.93047 4.51965 4.74061 6.91118C4.60903 8.56832 4.5 10.268 4.5 12C4.5 13.732 4.60903 15.4317 4.74061 17.0888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 6L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.74061 17.0888C4.93047 19.4803 6.82417 21.511 9.26502 21.8118C10.1626 21.9223 11.0752 22 12 22C12.9247 22 13.8373 21.9223 14.7349 21.8118C17.1758 21.511 19.0694 19.4803 19.2593 17.0888C19.3909 15.4317 19.5 13.732 19.5 12C19.5 10.268 19.3909 8.56832 19.2593 6.91118C19.0694 4.51965 17.1758 2.48893 14.7349 2.1882C13.8373 2.07762 12.9247 2 12 2C11.0752 2 10.1626 2.07762 9.26502 2.1882C6.82417 2.48893 4.93047 4.51965 4.74061 6.91118C4.60903 8.56832 4.5 10.268 4.5 12C4.5 13.732 4.60903 15.4317 4.74061 17.0888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 6L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2L12 6M12 10L12 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.74061 17.0888C4.93047 19.4803 6.82417 21.511 9.26502 21.8118C10.1626 21.9223 11.0752 22 12 22C12.9247 22 13.8373 21.9223 14.7349 21.8118C17.1758 21.511 19.0694 19.4803 19.2593 17.0888C19.3909 15.4317 19.5 13.732 19.5 12C19.5 10.268 19.3909 8.56832 19.2593 6.91118C19.0694 4.51965 17.1758 2.48893 14.7349 2.1882C13.8373 2.07762 12.9247 2 12 2C11.0752 2 10.1626 2.07762 9.26502 2.1882C6.82417 2.48893 4.93047 4.51965 4.74061 6.91118C4.60903 8.56832 4.5 10.268 4.5 12C4.5 13.732 4.60903 15.4317 4.74061 17.0888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 7.5C10.5 7.03406 10.5 6.80109 10.5761 6.61732C10.6776 6.37229 10.8723 6.17761 11.1173 6.07612C11.3011 6 11.5341 6 12 6C12.4659 6 12.6989 6 12.8827 6.07612C13.1277 6.17761 13.3224 6.37229 13.4239 6.61732C13.5 6.80109 13.5 7.03406 13.5 7.5V8.5C13.5 8.96594 13.5 9.19891 13.4239 9.38268C13.3224 9.62771 13.1277 9.82239 12.8827 9.92388C12.6989 10 12.4659 10 12 10C11.5341 10 11.3011 10 11.1173 9.92388C10.8723 9.82239 10.6776 9.62771 10.5761 9.38268C10.5 9.19891 10.5 8.96594 10.5 8.5V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2L12 6M12 10L12 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.74061 17.0888C4.93047 19.4803 6.82417 21.511 9.26502 21.8118C10.1626 21.9223 11.0752 22 12 22C12.9247 22 13.8373 21.9223 14.7349 21.8118C17.1758 21.511 19.0694 19.4803 19.2593 17.0888C19.3909 15.4317 19.5 13.732 19.5 12C19.5 10.268 19.3909 8.56832 19.2593 6.91118C19.0694 4.51965 17.1758 2.48893 14.7349 2.1882C13.8373 2.07762 12.9247 2 12 2C11.0752 2 10.1626 2.07762 9.26502 2.1882C6.82417 2.48893 4.93047 4.51965 4.74061 6.91118C4.60903 8.56832 4.5 10.268 4.5 12C4.5 13.732 4.60903 15.4317 4.74061 17.0888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 7.5C10.5 7.03406 10.5 6.80109 10.5761 6.61732C10.6776 6.37229 10.8723 6.17761 11.1173 6.07612C11.3011 6 11.5341 6 12 6C12.4659 6 12.6989 6 12.8827 6.07612C13.1277 6.17761 13.3224 6.37229 13.4239 6.61732C13.5 6.80109 13.5 7.03406 13.5 7.5V8.5C13.5 8.96594 13.5 9.19891 13.4239 9.38268C13.3224 9.62771 13.1277 9.82239 12.8827 9.92388C12.6989 10 12.4659 10 12 10C11.5341 10 11.3011 10 11.1173 9.92388C10.8723 9.82239 10.6776 9.62771 10.5761 9.38268C10.5 9.19891 10.5 8.96594 10.5 8.5V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.74061 17.0888C4.93047 19.4803 6.82417 21.511 9.26502 21.8118C10.1626 21.9223 11.0752 22 12 22C12.9247 22 13.8373 21.9223 14.7349 21.8118C17.1758 21.511 19.0694 19.4803 19.2593 17.0888C19.3909 15.4317 19.5 13.732 19.5 12C19.5 10.268 19.3909 8.56832 19.2593 6.91118C19.0694 4.51965 17.1758 2.48893 14.7349 2.1882C13.8373 2.07762 12.9247 2 12 2C11.0752 2 10.1626 2.07762 9.26502 2.1882C6.82417 2.48893 4.93047 4.51965 4.74061 6.91118C4.60903 8.56832 4.5 10.268 4.5 12C4.5 13.732 4.60903 15.4317 4.74061 17.0888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 5.5L12 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.74061 17.0888C4.93047 19.4803 6.82417 21.511 9.26502 21.8118C10.1626 21.9223 11.0752 22 12 22C12.9247 22 13.8373 21.9223 14.7349 21.8118C17.1758 21.511 19.0694 19.4803 19.2593 17.0888C19.3909 15.4317 19.5 13.732 19.5 12C19.5 10.268 19.3909 8.56832 19.2593 6.91118C19.0694 4.51965 17.1758 2.48893 14.7349 2.1882C13.8373 2.07762 12.9247 2 12 2C11.0752 2 10.1626 2.07762 9.26502 2.1882C6.82417 2.48893 4.93047 4.51965 4.74061 6.91118C4.60903 8.56832 4.5 10.268 4.5 12C4.5 13.732 4.60903 15.4317 4.74061 17.0888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 5.5L12 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.22456 17.8255C5.40178 19.8583 7.16922 21.5843 9.44735 21.8401C10.2851 21.934 11.1368 22 12 22C12.8631 22 13.7148 21.934 14.5526 21.8401C16.8308 21.5843 18.5981 19.8583 18.7754 17.8255C18.8982 16.4169 19 14.9722 19 13.5C19 12.0278 18.8982 10.5831 18.7754 9.17451C18.5981 7.1417 16.8308 5.41559 14.5526 5.15997C13.7148 5.06597 12.8631 5 12 5C11.1368 5 10.2851 5.06597 9.44735 5.15997C7.16922 5.41559 5.40178 7.1417 5.22456 9.17451C5.10176 10.5831 5 12.0278 5 13.5C5 14.9722 5.10176 16.4169 5.22456 17.8255Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 8M12 12L12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 9.5C10.5 9.03406 10.5 8.80109 10.5761 8.61732C10.6776 8.37229 10.8723 8.17761 11.1173 8.07612C11.3011 8 11.5341 8 12 8C12.4659 8 12.6989 8 12.8827 8.07612C13.1277 8.17761 13.3224 8.37229 13.4239 8.61732C13.5 8.80109 13.5 9.03406 13.5 9.5V10.5C13.5 10.9659 13.5 11.1989 13.4239 11.3827C13.3224 11.6277 13.1277 11.8224 12.8827 11.9239C12.6989 12 12.4659 12 12 12C11.5341 12 11.3011 12 11.1173 11.9239C10.8723 11.8224 10.6776 11.6277 10.5761 11.3827C10.5 11.1989 10.5 10.9659 10.5 10.5V9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.22456 17.8255C5.40178 19.8583 7.16922 21.5843 9.44735 21.8401C10.2851 21.934 11.1368 22 12 22C12.8631 22 13.7148 21.934 14.5526 21.8401C16.8308 21.5843 18.5981 19.8583 18.7754 17.8255C18.8982 16.4169 19 14.9722 19 13.5C19 12.0278 18.8982 10.5831 18.7754 9.17451C18.5981 7.1417 16.8308 5.41559 14.5526 5.15997C13.7148 5.06597 12.8631 5 12 5C11.1368 5 10.2851 5.06597 9.44735 5.15997C7.16922 5.41559 5.40178 7.1417 5.22456 9.17451C5.10176 10.5831 5 12.0278 5 13.5C5 14.9722 5.10176 16.4169 5.22456 17.8255Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 8M12 12L12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 9.5C10.5 9.03406 10.5 8.80109 10.5761 8.61732C10.6776 8.37229 10.8723 8.17761 11.1173 8.07612C11.3011 8 11.5341 8 12 8C12.4659 8 12.6989 8 12.8827 8.07612C13.1277 8.17761 13.3224 8.37229 13.4239 8.61732C13.5 8.80109 13.5 9.03406 13.5 9.5V10.5C13.5 10.9659 13.5 11.1989 13.4239 11.3827C13.3224 11.6277 13.1277 11.8224 12.8827 11.9239C12.6989 12 12.4659 12 12 12C11.5341 12 11.3011 12 11.1173 11.9239C10.8723 11.8224 10.6776 11.6277 10.5761 11.3827C10.5 11.1989 10.5 10.9659 10.5 10.5V9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.33308 12.3211C1.56295 13.9784 2.15878 16.1103 3.80545 17.3297C4.41103 17.778 5.03988 18.2109 5.707 18.5977C6.37411 18.9846 7.06189 19.315 7.75129 19.6175C9.62623 20.44 11.7624 19.8922 12.8065 18.3938C13.53 17.3555 14.2534 16.2797 14.9104 15.137C15.5673 13.9943 16.1333 12.8273 16.6669 11.6789C17.437 10.0216 16.8413 7.88974 15.1945 6.67036C14.589 6.22198 13.9601 5.78906 13.293 5.40226C12.6259 5.01545 11.9381 4.68496 11.2487 4.38249C9.37386 3.55998 7.23754 4.10773 6.19347 5.60619C5.47 6.64449 4.74664 7.72033 4.08971 8.86302C3.43278 10.0057 2.86672 11.1728 2.33308 12.3211Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8L12.7192 6.70551C13.6233 5.07824 14.0753 4.26461 14.8427 4.05095C15.61 3.83729 16.393 4.30704 17.9589 5.24654L20.0351 6.49216C20.7231 6.90492 21.6028 6.65997 22 5.94505%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.25 10.299C12.483 9.89552 12.5995 9.69376 12.6254 9.49655C12.66 9.2336 12.5888 8.96767 12.4273 8.75726C12.3062 8.59946 12.1045 8.48297 11.701 8.25C11.2974 8.01703 11.0957 7.90054 10.8985 7.87458C10.6355 7.83996 10.3696 7.91122 10.1592 8.07267C10.0014 8.19376 9.88489 8.39552 9.65192 8.79904L9.15192 9.66506C8.91895 10.0686 8.80247 10.2703 8.7765 10.4675C8.74189 10.7305 8.81314 10.9964 8.9746 11.2068C9.09569 11.3646 9.29744 11.4811 9.70096 11.7141C10.1045 11.9471 10.3062 12.0636 10.5034 12.0895C10.7664 12.1241 11.0323 12.0529 11.2427 11.8914C11.4005 11.7703 11.517 11.5686 11.75 11.1651L12.25 10.299Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.33308 12.3211C1.56295 13.9784 2.15878 16.1103 3.80545 17.3297C4.41103 17.778 5.03988 18.2109 5.707 18.5977C6.37411 18.9846 7.06189 19.315 7.75129 19.6175C9.62623 20.44 11.7624 19.8922 12.8065 18.3938C13.53 17.3555 14.2534 16.2797 14.9104 15.137C15.5673 13.9943 16.1333 12.8273 16.6669 11.6789C17.437 10.0216 16.8413 7.88974 15.1945 6.67036C14.589 6.22198 13.9601 5.78906 13.293 5.40226C12.6259 5.01545 11.9381 4.68496 11.2487 4.38249C9.37386 3.55998 7.23754 4.10773 6.19347 5.60619C5.47 6.64449 4.74664 7.72033 4.08971 8.86302C3.43278 10.0057 2.86672 11.1728 2.33308 12.3211Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8L12.7192 6.70551C13.6233 5.07824 14.0753 4.26461 14.8427 4.05095C15.61 3.83729 16.393 4.30704 17.9589 5.24654L20.0351 6.49216C20.7231 6.90492 21.6028 6.65997 22 5.94505%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.25 10.299C12.483 9.89552 12.5995 9.69376 12.6254 9.49655C12.66 9.2336 12.5888 8.96767 12.4273 8.75726C12.3062 8.59946 12.1045 8.48297 11.701 8.25C11.2974 8.01703 11.0957 7.90054 10.8985 7.87458C10.6355 7.83996 10.3696 7.91122 10.1592 8.07267C10.0014 8.19376 9.88489 8.39552 9.65192 8.79904L9.15192 9.66506C8.91895 10.0686 8.80247 10.2703 8.7765 10.4675C8.74189 10.7305 8.81314 10.9964 8.9746 11.2068C9.09569 11.3646 9.29744 11.4811 9.70096 11.7141C10.1045 11.9471 10.3062 12.0636 10.5034 12.0895C10.7664 12.1241 11.0323 12.0529 11.2427 11.8914C11.4005 11.7703 11.517 11.5686 11.75 11.1651L12.25 10.299Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 6.16705C21.5974 6.96357 20.7056 7.23648 20.0082 6.77661L17.9036 5.38882C16.3163 4.34208 15.5226 3.81871 14.7447 4.05676C14.2697 4.20215 13.9138 4.59687 13.5 5.29516%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.33308 12.3211C1.56295 13.9784 2.15878 16.1103 3.80545 17.3297C4.41103 17.778 5.03988 18.2109 5.707 18.5977C6.37411 18.9846 7.06189 19.315 7.75129 19.6175C9.62623 20.44 11.7624 19.8922 12.8065 18.3938C13.53 17.3555 14.2534 16.2797 14.9104 15.137C15.5673 13.9943 16.1333 12.8273 16.6669 11.6789C17.437 10.0216 16.8413 7.88974 15.1945 6.67036C14.589 6.22198 13.9601 5.78906 13.293 5.40226C12.6259 5.01545 11.9381 4.68496 11.2487 4.38249C9.37386 3.55998 7.23754 4.10773 6.19347 5.60619C5.47 6.64449 4.74664 7.72033 4.08971 8.86302C3.43278 10.0057 2.86672 11.1728 2.33308 12.3211Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.6328 7.90234L10.6328 9.63439%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 6.16705C21.5974 6.96357 20.7056 7.23648 20.0082 6.77661L17.9036 5.38882C16.3163 4.34208 15.5226 3.81871 14.7447 4.05676C14.2697 4.20215 13.9138 4.59687 13.5 5.29516%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.33308 12.3211C1.56295 13.9784 2.15878 16.1103 3.80545 17.3297C4.41103 17.778 5.03988 18.2109 5.707 18.5977C6.37411 18.9846 7.06189 19.315 7.75129 19.6175C9.62623 20.44 11.7624 19.8922 12.8065 18.3938C13.53 17.3555 14.2534 16.2797 14.9104 15.137C15.5673 13.9943 16.1333 12.8273 16.6669 11.6789C17.437 10.0216 16.8413 7.88974 15.1945 6.67036C14.589 6.22198 13.9601 5.78906 13.293 5.40226C12.6259 5.01545 11.9381 4.68496 11.2487 4.38249C9.37386 3.55998 7.23754 4.10773 6.19347 5.60619C5.47 6.64449 4.74664 7.72033 4.08971 8.86302C3.43278 10.0057 2.86672 11.1728 2.33308 12.3211Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.6328 7.90234L10.6328 9.63439%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 2C5 2.82843 5.67157 3.5 6.5 3.5L9 3.5C10.8856 3.5 11.8284 3.5 12.4142 4.08579C12.8183 4.48987 12.9436 5.06385 12.9825 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.19248 18.0711C7.34438 19.9843 8.85933 21.6088 10.812 21.8495C11.5301 21.9379 12.2601 22 13 22C13.7398 22 14.4699 21.9379 15.1879 21.8495C17.1407 21.6088 18.6555 19.9843 18.8074 18.0711C18.9128 16.7453 19 15.3856 19 14C19 12.6144 18.9128 11.2547 18.8074 9.92895C18.6555 8.01572 17.1407 6.39115 15.1879 6.15056C14.4699 6.06209 13.7398 6 13 6C12.2601 6 11.5301 6.06209 10.812 6.15056C8.85933 6.39115 7.34438 8.01572 7.19248 9.92895C7.08722 11.2547 7 12.6144 7 14C7 15.3856 7.08722 16.7453 7.19248 18.0711Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 9V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 2C5 2.82843 5.67157 3.5 6.5 3.5L9 3.5C10.8856 3.5 11.8284 3.5 12.4142 4.08579C12.8183 4.48987 12.9436 5.06385 12.9825 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.19248 18.0711C7.34438 19.9843 8.85933 21.6088 10.812 21.8495C11.5301 21.9379 12.2601 22 13 22C13.7398 22 14.4699 21.9379 15.1879 21.8495C17.1407 21.6088 18.6555 19.9843 18.8074 18.0711C18.9128 16.7453 19 15.3856 19 14C19 12.6144 18.9128 11.2547 18.8074 9.92895C18.6555 8.01572 17.1407 6.39115 15.1879 6.15056C14.4699 6.06209 13.7398 6 13 6C12.2601 6 11.5301 6.06209 10.812 6.15056C8.85933 6.39115 7.34438 8.01572 7.19248 9.92895C7.08722 11.2547 7 12.6144 7 14C7 15.3856 7.08722 16.7453 7.19248 18.0711Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 9V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-08{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.19248 18.0711C7.34438 19.9843 8.85933 21.6088 10.812 21.8495C11.5301 21.9379 12.2601 22 13 22C13.7398 22 14.4699 21.9379 15.1879 21.8495C17.1407 21.6088 18.6555 19.9843 18.8074 18.0711C18.9128 16.7453 19 15.3856 19 14C19 12.6144 18.9128 11.2547 18.8074 9.92895C18.6555 8.01572 17.1407 6.39115 15.1879 6.15056C14.4699 6.06209 13.7398 6 13 6C12.2601 6 11.5301 6.06209 10.812 6.15056C8.85933 6.39115 7.34438 8.01572 7.19248 9.92895C7.08722 11.2547 7 12.6144 7 14C7 15.3856 7.08722 16.7453 7.19248 18.0711Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 9V7.5C13 5.61438 13 4.67157 12.4142 4.08579C11.8284 3.5 10.8856 3.5 9 3.5L6.5 3.5C5.67157 3.5 5 2.82843 5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 10.5C11.5 10.0341 11.5 9.80109 11.5761 9.61732C11.6776 9.37229 11.8723 9.17761 12.1173 9.07612C12.3011 9 12.5341 9 13 9C13.4659 9 13.6989 9 13.8827 9.07612C14.1277 9.17761 14.3224 9.37229 14.4239 9.61732C14.5 9.80109 14.5 10.0341 14.5 10.5V11.5C14.5 11.9659 14.5 12.1989 14.4239 12.3827C14.3224 12.6277 14.1277 12.8224 13.8827 12.9239C13.6989 13 13.4659 13 13 13C12.5341 13 12.3011 13 12.1173 12.9239C11.8723 12.8224 11.6776 12.6277 11.5761 12.3827C11.5 12.1989 11.5 11.9659 11.5 11.5V10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.19248 18.0711C7.34438 19.9843 8.85933 21.6088 10.812 21.8495C11.5301 21.9379 12.2601 22 13 22C13.7398 22 14.4699 21.9379 15.1879 21.8495C17.1407 21.6088 18.6555 19.9843 18.8074 18.0711C18.9128 16.7453 19 15.3856 19 14C19 12.6144 18.9128 11.2547 18.8074 9.92895C18.6555 8.01572 17.1407 6.39115 15.1879 6.15056C14.4699 6.06209 13.7398 6 13 6C12.2601 6 11.5301 6.06209 10.812 6.15056C8.85933 6.39115 7.34438 8.01572 7.19248 9.92895C7.08722 11.2547 7 12.6144 7 14C7 15.3856 7.08722 16.7453 7.19248 18.0711Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 9V7.5C13 5.61438 13 4.67157 12.4142 4.08579C11.8284 3.5 10.8856 3.5 9 3.5L6.5 3.5C5.67157 3.5 5 2.82843 5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 10.5C11.5 10.0341 11.5 9.80109 11.5761 9.61732C11.6776 9.37229 11.8723 9.17761 12.1173 9.07612C12.3011 9 12.5341 9 13 9C13.4659 9 13.6989 9 13.8827 9.07612C14.1277 9.17761 14.3224 9.37229 14.4239 9.61732C14.5 9.80109 14.5 10.0341 14.5 10.5V11.5C14.5 11.9659 14.5 12.1989 14.4239 12.3827C14.3224 12.6277 14.1277 12.8224 13.8827 12.9239C13.6989 13 13.4659 13 13 13C12.5341 13 12.3011 13 12.1173 12.9239C11.8723 12.8224 11.6776 12.6277 11.5761 12.3827C11.5 12.1989 11.5 11.9659 11.5 11.5V10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-09{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C18 22 19.5 17.49 19.5 12C19.5 6.50998 18 2 12 2C5.99993 2 4.5 6.50996 4.5 12C4.5 17.49 5.99993 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 9V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C18 22 19.5 17.49 19.5 12C19.5 6.50998 18 2 12 2C5.99993 2 4.5 6.50996 4.5 12C4.5 17.49 5.99993 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 9V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-10{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 6V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C18 22 19.5 17.49 19.5 12C19.5 6.50998 18 2 12 2C5.99993 2 4.5 6.50996 4.5 12C4.5 17.49 5.99993 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 7.5C10.5 7.03406 10.5 6.80109 10.5761 6.61732C10.6776 6.37229 10.8723 6.17761 11.1173 6.07612C11.3011 6 11.5341 6 12 6C12.4659 6 12.6989 6 12.8827 6.07612C13.1277 6.17761 13.3224 6.37229 13.4239 6.61732C13.5 6.80109 13.5 7.03406 13.5 7.5V9.5C13.5 9.96594 13.5 10.1989 13.4239 10.3827C13.3224 10.6277 13.1277 10.8224 12.8827 10.9239C12.6989 11 12.4659 11 12 11C11.5341 11 11.3011 11 11.1173 10.9239C10.8723 10.8224 10.6776 10.6277 10.5761 10.3827C10.5 10.1989 10.5 9.96594 10.5 9.5V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 6V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C18 22 19.5 17.49 19.5 12C19.5 6.50998 18 2 12 2C5.99993 2 4.5 6.50996 4.5 12C4.5 17.49 5.99993 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 7.5C10.5 7.03406 10.5 6.80109 10.5761 6.61732C10.6776 6.37229 10.8723 6.17761 11.1173 6.07612C11.3011 6 11.5341 6 12 6C12.4659 6 12.6989 6 12.8827 6.07612C13.1277 6.17761 13.3224 6.37229 13.4239 6.61732C13.5 6.80109 13.5 7.03406 13.5 7.5V9.5C13.5 9.96594 13.5 10.1989 13.4239 10.3827C13.3224 10.6277 13.1277 10.8224 12.8827 10.9239C12.6989 11 12.4659 11 12 11C11.5341 11 11.3011 11 11.1173 10.9239C10.8723 10.8224 10.6776 10.6277 10.5761 10.3827C10.5 10.1989 10.5 9.96594 10.5 9.5V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-11{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 5.5V2M12.5 12V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 22C18.5 22 20 17.49 20 12C20 6.50998 18.5 2 12.5 2C6.49993 2 5 6.50996 5 12C5 17.49 6.49993 22 12.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 6.53406 14 6.30109 13.9239 6.11732C13.8224 5.87229 13.6277 5.67761 13.3827 5.57612C13.1989 5.5 12.9659 5.5 12.5 5.5C12.0341 5.5 11.8011 5.5 11.6173 5.57612C11.3723 5.67761 11.1776 5.87229 11.0761 6.11732C11 6.30109 11 6.53406 11 7V7.5C11 7.96594 11 8.19891 11.0761 8.38268C11.1776 8.62771 11.3723 8.82239 11.6173 8.92388C11.8011 9 12.0341 9 12.5 9C12.9659 9 13.1989 9 13.3827 8.92388C13.6277 8.82239 13.8224 8.62771 13.9239 8.38268C14 8.19891 14 7.96594 14 7.5V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 12H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 5.5V2M12.5 12V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 22C18.5 22 20 17.49 20 12C20 6.50998 18.5 2 12.5 2C6.49993 2 5 6.50996 5 12C5 17.49 6.49993 22 12.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 6.53406 14 6.30109 13.9239 6.11732C13.8224 5.87229 13.6277 5.67761 13.3827 5.57612C13.1989 5.5 12.9659 5.5 12.5 5.5C12.0341 5.5 11.8011 5.5 11.6173 5.57612C11.3723 5.67761 11.1776 5.87229 11.0761 6.11732C11 6.30109 11 6.53406 11 7V7.5C11 7.96594 11 8.19891 11.0761 8.38268C11.1776 8.62771 11.3723 8.82239 11.6173 8.92388C11.8011 9 12.0341 9 12.5 9C12.9659 9 13.1989 9 13.3827 8.92388C13.6277 8.82239 13.8224 8.62771 13.9239 8.38268C14 8.19891 14 7.96594 14 7.5V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.5 12H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-12{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.6 22 19 18.1665 19 13.5C19 8.83348 17.6 5 12 5C6.39994 5 5 8.83346 5 13.5C5 18.1665 6.39994 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 9.5C10.5 9.03406 10.5 8.80109 10.5761 8.61732C10.6776 8.37229 10.8723 8.17761 11.1173 8.07612C11.3011 8 11.5341 8 12 8C12.4659 8 12.6989 8 12.8827 8.07612C13.1277 8.17761 13.3224 8.37229 13.4239 8.61732C13.5 8.80109 13.5 9.03406 13.5 9.5V10.5C13.5 10.9659 13.5 11.1989 13.4239 11.3827C13.3224 11.6277 13.1277 11.8224 12.8827 11.9239C12.6989 12 12.4659 12 12 12C11.5341 12 11.3011 12 11.1173 11.9239C10.8723 11.8224 10.6776 11.6277 10.5761 11.3827C10.5 11.1989 10.5 10.9659 10.5 10.5V9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.6 22 19 18.1665 19 13.5C19 8.83348 17.6 5 12 5C6.39994 5 5 8.83346 5 13.5C5 18.1665 6.39994 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 9.5C10.5 9.03406 10.5 8.80109 10.5761 8.61732C10.6776 8.37229 10.8723 8.17761 11.1173 8.07612C11.3011 8 11.5341 8 12 8C12.4659 8 12.6989 8 12.8827 8.07612C13.1277 8.17761 13.3224 8.37229 13.4239 8.61732C13.5 8.80109 13.5 9.03406 13.5 9.5V10.5C13.5 10.9659 13.5 11.1989 13.4239 11.3827C13.3224 11.6277 13.1277 11.8224 12.8827 11.9239C12.6989 12 12.4659 12 12 12C11.5341 12 11.3011 12 11.1173 11.9239C10.8723 11.8224 10.6776 11.6277 10.5761 11.3827C10.5 11.1989 10.5 10.9659 10.5 10.5V9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-13{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.1851 18.9941C9.48005 21.4312 12.2743 19.1116 14.3687 15.5464C16.463 11.9811 17.1098 8.44303 12.8149 6.00594C8.51993 3.56885 5.72575 5.8884 3.63136 9.45367C1.53697 13.0189 0.890156 16.557 5.1851 18.9941Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8L12.7192 6.70551C13.6233 5.07824 14.0753 4.26461 14.8427 4.05095C15.61 3.83729 16.393 4.30704 17.9589 5.24654L20.0351 6.49216C20.7231 6.90492 21.6028 6.65997 22 5.94505%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.25 10.299C12.483 9.89552 12.5995 9.69376 12.6254 9.49655C12.66 9.2336 12.5888 8.96767 12.4273 8.75726C12.3062 8.59946 12.1045 8.48297 11.701 8.25C11.2974 8.01703 11.0957 7.90054 10.8985 7.87458C10.6355 7.83996 10.3696 7.91122 10.1592 8.07267C10.0014 8.19376 9.88489 8.39552 9.65192 8.79904L9.15192 9.66506C8.91895 10.0686 8.80247 10.2703 8.7765 10.4675C8.74189 10.7305 8.81314 10.9964 8.9746 11.2068C9.09569 11.3646 9.29744 11.4811 9.70096 11.7141C10.1045 11.9471 10.3062 12.0636 10.5034 12.0895C10.7664 12.1241 11.0323 12.0529 11.2427 11.8914C11.4005 11.7703 11.517 11.5686 11.75 11.1651L12.25 10.299Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.1851 18.9941C9.48005 21.4312 12.2743 19.1116 14.3687 15.5464C16.463 11.9811 17.1098 8.44303 12.8149 6.00594C8.51993 3.56885 5.72575 5.8884 3.63136 9.45367C1.53697 13.0189 0.890156 16.557 5.1851 18.9941Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8L12.7192 6.70551C13.6233 5.07824 14.0753 4.26461 14.8427 4.05095C15.61 3.83729 16.393 4.30704 17.9589 5.24654L20.0351 6.49216C20.7231 6.90492 21.6028 6.65997 22 5.94505%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.25 10.299C12.483 9.89552 12.5995 9.69376 12.6254 9.49655C12.66 9.2336 12.5888 8.96767 12.4273 8.75726C12.3062 8.59946 12.1045 8.48297 11.701 8.25C11.2974 8.01703 11.0957 7.90054 10.8985 7.87458C10.6355 7.83996 10.3696 7.91122 10.1592 8.07267C10.0014 8.19376 9.88489 8.39552 9.65192 8.79904L9.15192 9.66506C8.91895 10.0686 8.80247 10.2703 8.7765 10.4675C8.74189 10.7305 8.81314 10.9964 8.9746 11.2068C9.09569 11.3646 9.29744 11.4811 9.70096 11.7141C10.1045 11.9471 10.3062 12.0636 10.5034 12.0895C10.7664 12.1241 11.0323 12.0529 11.2427 11.8914C11.4005 11.7703 11.517 11.5686 11.75 11.1651L12.25 10.299Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-14{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 6.16705C21.5817 6.96357 20.6554 7.23648 19.931 6.77661L17.7448 5.38882C16.0959 4.34208 15.2714 3.81871 14.4634 4.05676C13.906 4.22097 13.5066 4.70326 13 5.58178%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.1851 18.9941C9.48005 21.4312 12.2743 19.1116 14.3687 15.5464C16.463 11.9811 17.1098 8.44303 12.8149 6.00594C8.51993 3.56885 5.72575 5.8884 3.63136 9.45367C1.53697 13.0189 0.890156 16.557 5.1851 18.9941Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.4883 7.99805L10.4883 9.7301%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 6.16705C21.5817 6.96357 20.6554 7.23648 19.931 6.77661L17.7448 5.38882C16.0959 4.34208 15.2714 3.81871 14.4634 4.05676C13.906 4.22097 13.5066 4.70326 13 5.58178%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.1851 18.9941C9.48005 21.4312 12.2743 19.1116 14.3687 15.5464C16.463 11.9811 17.1098 8.44303 12.8149 6.00594C8.51993 3.56885 5.72575 5.8884 3.63136 9.45367C1.53697 13.0189 0.890156 16.557 5.1851 18.9941Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.4883 7.99805L10.4883 9.7301%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-15{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 2C6 3.80215 7.74439 3.5 9.00657 3.5C11.0476 3.5 11.9337 3.87677 12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C17.2 22 18.5 18.392 18.5 14C18.5 9.60799 17.2 6 12 6C6.79994 6 5.5 9.60797 5.5 14C5.5 18.392 6.79994 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 9V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 2C6 3.80215 7.74439 3.5 9.00657 3.5C11.0476 3.5 11.9337 3.87677 12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C17.2 22 18.5 18.392 18.5 14C18.5 9.60799 17.2 6 12 6C6.79994 6 5.5 9.60797 5.5 14C5.5 18.392 6.79994 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 9V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-16{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.2 22 18.5 18.392 18.5 14C18.5 9.60799 17.2 6 12 6C6.79994 6 5.5 9.60797 5.5 14C5.5 18.392 6.79994 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 2C6 3.80215 7.74439 3.5 9.00657 3.5C11.0476 3.5 11.9337 3.87677 12 6V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 10.5C10.5 10.0341 10.5 9.80109 10.5761 9.61732C10.6776 9.37229 10.8723 9.17761 11.1173 9.07612C11.3011 9 11.5341 9 12 9C12.4659 9 12.6989 9 12.8827 9.07612C13.1277 9.17761 13.3224 9.37229 13.4239 9.61732C13.5 9.80109 13.5 10.0341 13.5 10.5V11.5C13.5 11.9659 13.5 12.1989 13.4239 12.3827C13.3224 12.6277 13.1277 12.8224 12.8827 12.9239C12.6989 13 12.4659 13 12 13C11.5341 13 11.3011 13 11.1173 12.9239C10.8723 12.8224 10.6776 12.6277 10.5761 12.3827C10.5 12.1989 10.5 11.9659 10.5 11.5V10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C17.2 22 18.5 18.392 18.5 14C18.5 9.60799 17.2 6 12 6C6.79994 6 5.5 9.60797 5.5 14C5.5 18.392 6.79994 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 2C6 3.80215 7.74439 3.5 9.00657 3.5C11.0476 3.5 11.9337 3.87677 12 6V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 10.5C10.5 10.0341 10.5 9.80109 10.5761 9.61732C10.6776 9.37229 10.8723 9.17761 11.1173 9.07612C11.3011 9 11.5341 9 12 9C12.4659 9 12.6989 9 12.8827 9.07612C13.1277 9.17761 13.3224 9.37229 13.4239 9.61732C13.5 9.80109 13.5 10.0341 13.5 10.5V11.5C13.5 11.9659 13.5 12.1989 13.4239 12.3827C13.3224 12.6277 13.1277 12.8224 12.8827 12.9239C12.6989 13 12.4659 13 12 13C11.5341 13 11.3011 13 11.1173 12.9239C10.8723 12.8224 10.6776 12.6277 10.5761 12.3827C10.5 12.1989 10.5 11.9659 10.5 11.5V10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-17{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5V2M12 12V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.87257 3.33256L10.3339 2.4595C11.3594 1.84683 12.6406 1.84683 13.6661 2.4595L15.1274 3.33256C18.847 5.55476 20.1003 10.3299 17.9482 14.08C17.9114 14.1441 17.8857 14.2138 17.872 14.2864L17.2339 17.6748C17.174 17.9931 17.1441 18.1522 17.1094 18.291C16.5906 20.3673 14.7763 21.8666 12.6311 21.9916C12.4877 22 12.3252 22 12 22C11.6748 22 11.5123 22 11.3689 21.9916C9.22372 21.8666 7.40941 20.3673 6.89063 18.291C6.85595 18.1522 6.82599 17.9931 6.76606 17.6748L6.12799 14.2864C6.11434 14.2138 6.08859 14.1441 6.05182 14.08C3.89969 10.3299 5.15297 5.55476 8.87257 3.33256Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15C16.6595 13.1832 14.4715 12 12 12C9.52848 12 7.34053 13.1832 6 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 6.5C10.5 6.03406 10.5 5.80109 10.5761 5.61732C10.6776 5.37229 10.8723 5.17761 11.1173 5.07612C11.3011 5 11.5341 5 12 5C12.4659 5 12.6989 5 12.8827 5.07612C13.1277 5.17761 13.3224 5.37229 13.4239 5.61732C13.5 5.80109 13.5 6.03406 13.5 6.5V7.5C13.5 7.96594 13.5 8.19891 13.4239 8.38268C13.3224 8.62771 13.1277 8.82239 12.8827 8.92388C12.6989 9 12.4659 9 12 9C11.5341 9 11.3011 9 11.1173 8.92388C10.8723 8.82239 10.6776 8.62771 10.5761 8.38268C10.5 8.19891 10.5 7.96594 10.5 7.5V6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 5V2M12 12V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.87257 3.33256L10.3339 2.4595C11.3594 1.84683 12.6406 1.84683 13.6661 2.4595L15.1274 3.33256C18.847 5.55476 20.1003 10.3299 17.9482 14.08C17.9114 14.1441 17.8857 14.2138 17.872 14.2864L17.2339 17.6748C17.174 17.9931 17.1441 18.1522 17.1094 18.291C16.5906 20.3673 14.7763 21.8666 12.6311 21.9916C12.4877 22 12.3252 22 12 22C11.6748 22 11.5123 22 11.3689 21.9916C9.22372 21.8666 7.40941 20.3673 6.89063 18.291C6.85595 18.1522 6.82599 17.9931 6.76606 17.6748L6.12799 14.2864C6.11434 14.2138 6.08859 14.1441 6.05182 14.08C3.89969 10.3299 5.15297 5.55476 8.87257 3.33256Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15C16.6595 13.1832 14.4715 12 12 12C9.52848 12 7.34053 13.1832 6 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 6.5C10.5 6.03406 10.5 5.80109 10.5761 5.61732C10.6776 5.37229 10.8723 5.17761 11.1173 5.07612C11.3011 5 11.5341 5 12 5C12.4659 5 12.6989 5 12.8827 5.07612C13.1277 5.17761 13.3224 5.37229 13.4239 5.61732C13.5 5.80109 13.5 6.03406 13.5 6.5V7.5C13.5 7.96594 13.5 8.19891 13.4239 8.38268C13.3224 8.62771 13.1277 8.82239 12.8827 8.92388C12.6989 9 12.4659 9 12 9C11.5341 9 11.3011 9 11.1173 8.92388C10.8723 8.82239 10.6776 8.62771 10.5761 8.38268C10.5 8.19891 10.5 7.96594 10.5 7.5V6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-18{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7V2.5M12 13V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.32948 4.4758C8.3873 4.23124 9.44531 3.70349 10.5038 2.89255C11.2805 2.29747 11.6689 1.99993 12.0012 2C12.3334 2.00007 12.7219 2.29794 13.4988 2.89369C14.5555 3.70396 15.6126 4.23133 16.6698 4.47578C17.4472 4.65552 17.8358 4.74538 18.0319 4.92956C18.228 5.11373 18.3175 5.40051 18.4964 5.97405C20.7629 13.2374 19.2955 19.4907 13.0181 21.7565C12.5682 21.9188 12.3433 22 12.0018 22C11.6603 22 11.4354 21.9188 10.9855 21.7565C4.70756 19.4907 3.23607 13.2373 5.50297 5.97386C5.68195 5.4004 5.77144 5.11367 5.96751 4.92951C6.16359 4.74535 6.55222 4.6555 7.32948 4.4758Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 8.5C10.5 8.03406 10.5 7.80109 10.5761 7.61732C10.6776 7.37229 10.8723 7.17761 11.1173 7.07612C11.3011 7 11.5341 7 12 7C12.4659 7 12.6989 7 12.8827 7.07612C13.1277 7.17761 13.3224 7.37229 13.4239 7.61732C13.5 7.80109 13.5 8.03406 13.5 8.5V9.5C13.5 9.96594 13.5 10.1989 13.4239 10.3827C13.3224 10.6277 13.1277 10.8224 12.8827 10.9239C12.6989 11 12.4659 11 12 11C11.5341 11 11.3011 11 11.1173 10.9239C10.8723 10.8224 10.6776 10.6277 10.5761 10.3827C10.5 10.1989 10.5 9.96594 10.5 9.5V8.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 7V2.5M12 13V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.32948 4.4758C8.3873 4.23124 9.44531 3.70349 10.5038 2.89255C11.2805 2.29747 11.6689 1.99993 12.0012 2C12.3334 2.00007 12.7219 2.29794 13.4988 2.89369C14.5555 3.70396 15.6126 4.23133 16.6698 4.47578C17.4472 4.65552 17.8358 4.74538 18.0319 4.92956C18.228 5.11373 18.3175 5.40051 18.4964 5.97405C20.7629 13.2374 19.2955 19.4907 13.0181 21.7565C12.5682 21.9188 12.3433 22 12.0018 22C11.6603 22 11.4354 21.9188 10.9855 21.7565C4.70756 19.4907 3.23607 13.2373 5.50297 5.97386C5.68195 5.4004 5.77144 5.11367 5.96751 4.92951C6.16359 4.74535 6.55222 4.6555 7.32948 4.4758Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 8.5C10.5 8.03406 10.5 7.80109 10.5761 7.61732C10.6776 7.37229 10.8723 7.17761 11.1173 7.07612C11.3011 7 11.5341 7 12 7C12.4659 7 12.6989 7 12.8827 7.07612C13.1277 7.17761 13.3224 7.37229 13.4239 7.61732C13.5 7.80109 13.5 8.03406 13.5 8.5V9.5C13.5 9.96594 13.5 10.1989 13.4239 10.3827C13.3224 10.6277 13.1277 10.8224 12.8827 10.9239C12.6989 11 12.4659 11 12 11C11.5341 11 11.3011 11 11.1173 10.9239C10.8723 10.8224 10.6776 10.6277 10.5761 10.3827C10.5 10.1989 10.5 9.96594 10.5 9.5V8.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-19{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2V5M12 9V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2C8.68629 2 6 4.68629 6 8C6 8.58014 6.08234 9.14105 6.23596 9.67168C6.66106 11.14 6.81572 12.9419 6.43525 14.4224C6.31715 14.882 6.20355 15.36 6.0501 15.8456C6.01772 15.9481 5.9993 16.0553 6.00216 16.1627C6.08838 19.4012 8.7407 22 12 22C15.2593 22 17.9116 19.4012 17.9978 16.1627C18.0007 16.0553 17.9823 15.9481 17.9499 15.8456C17.7965 15.36 17.6828 14.882 17.5647 14.4224C17.1843 12.9419 17.3389 11.14 17.764 9.67168C17.9177 9.14105 18 8.58014 18 8C18 4.68629 15.3137 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 6.5C10.5 6.03406 10.5 5.80109 10.5761 5.61732C10.6776 5.37229 10.8723 5.17761 11.1173 5.07612C11.3011 5 11.5341 5 12 5C12.4659 5 12.6989 5 12.8827 5.07612C13.1277 5.17761 13.3224 5.37229 13.4239 5.61732C13.5 5.80109 13.5 6.03406 13.5 6.5V7.5C13.5 7.96594 13.5 8.19891 13.4239 8.38268C13.3224 8.62771 13.1277 8.82239 12.8827 8.92388C12.6989 9 12.4659 9 12 9C11.5341 9 11.3011 9 11.1173 8.92388C10.8723 8.82239 10.6776 8.62771 10.5761 8.38268C10.5 8.19891 10.5 7.96594 10.5 7.5V6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2V5M12 9V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2C8.68629 2 6 4.68629 6 8C6 8.58014 6.08234 9.14105 6.23596 9.67168C6.66106 11.14 6.81572 12.9419 6.43525 14.4224C6.31715 14.882 6.20355 15.36 6.0501 15.8456C6.01772 15.9481 5.9993 16.0553 6.00216 16.1627C6.08838 19.4012 8.7407 22 12 22C15.2593 22 17.9116 19.4012 17.9978 16.1627C18.0007 16.0553 17.9823 15.9481 17.9499 15.8456C17.7965 15.36 17.6828 14.882 17.5647 14.4224C17.1843 12.9419 17.3389 11.14 17.764 9.67168C17.9177 9.14105 18 8.58014 18 8C18 4.68629 15.3137 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10.5 6.5C10.5 6.03406 10.5 5.80109 10.5761 5.61732C10.6776 5.37229 10.8723 5.17761 11.1173 5.07612C11.3011 5 11.5341 5 12 5C12.4659 5 12.6989 5 12.8827 5.07612C13.1277 5.17761 13.3224 5.37229 13.4239 5.61732C13.5 5.80109 13.5 6.03406 13.5 6.5V7.5C13.5 7.96594 13.5 8.19891 13.4239 8.38268C13.3224 8.62771 13.1277 8.82239 12.8827 8.92388C12.6989 9 12.4659 9 12 9C11.5341 9 11.3011 9 11.1173 8.92388C10.8723 8.82239 10.6776 8.62771 10.5761 8.38268C10.5 8.19891 10.5 7.96594 10.5 7.5V6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-20{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 6V2.5M12 12V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.32948 4.4758C8.3873 4.23124 9.44531 3.70349 10.5038 2.89255C11.2805 2.29747 11.6689 1.99993 12.0012 2C12.3334 2.00007 12.7219 2.29794 13.4988 2.89369C14.5555 3.70396 15.6126 4.23133 16.6698 4.47578C17.4472 4.65552 17.8358 4.74538 18.0319 4.92956C18.228 5.11373 18.3175 5.40051 18.4964 5.97405C20.7629 13.2374 19.2955 19.4907 13.0181 21.7565C12.5682 21.9188 12.3433 22 12.0018 22C11.6603 22 11.4354 21.9188 10.9855 21.7565C4.70756 19.4907 3.23607 13.2373 5.50297 5.97386C5.68195 5.4004 5.77144 5.11367 5.96751 4.92951C6.16359 4.74535 6.55222 4.6555 7.32948 4.4758Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 7.5C10.5 7.03406 10.5 6.80109 10.5761 6.61732C10.6776 6.37229 10.8723 6.17761 11.1173 6.07612C11.3011 6 11.5341 6 12 6C12.4659 6 12.6989 6 12.8827 6.07612C13.1277 6.17761 13.3224 6.37229 13.4239 6.61732C13.5 6.80109 13.5 7.03406 13.5 7.5V8.5C13.5 8.96594 13.5 9.19891 13.4239 9.38268C13.3224 9.62771 13.1277 9.82239 12.8827 9.92388C12.6989 10 12.4659 10 12 10C11.5341 10 11.3011 10 11.1173 9.92388C10.8723 9.82239 10.6776 9.62771 10.5761 9.38268C10.5 9.19891 10.5 8.96594 10.5 8.5V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 17C14.0126 17.6704 13.4275 18.2232 12.7332 18.6351C12.4273 18.8166 12.2743 18.9074 12 18.9074C11.7257 18.9074 11.5727 18.8166 11.2668 18.6351C10.5725 18.2232 9.98741 17.6704 9.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 6V2.5M12 12V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.32948 4.4758C8.3873 4.23124 9.44531 3.70349 10.5038 2.89255C11.2805 2.29747 11.6689 1.99993 12.0012 2C12.3334 2.00007 12.7219 2.29794 13.4988 2.89369C14.5555 3.70396 15.6126 4.23133 16.6698 4.47578C17.4472 4.65552 17.8358 4.74538 18.0319 4.92956C18.228 5.11373 18.3175 5.40051 18.4964 5.97405C20.7629 13.2374 19.2955 19.4907 13.0181 21.7565C12.5682 21.9188 12.3433 22 12.0018 22C11.6603 22 11.4354 21.9188 10.9855 21.7565C4.70756 19.4907 3.23607 13.2373 5.50297 5.97386C5.68195 5.4004 5.77144 5.11367 5.96751 4.92951C6.16359 4.74535 6.55222 4.6555 7.32948 4.4758Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 7.5C10.5 7.03406 10.5 6.80109 10.5761 6.61732C10.6776 6.37229 10.8723 6.17761 11.1173 6.07612C11.3011 6 11.5341 6 12 6C12.4659 6 12.6989 6 12.8827 6.07612C13.1277 6.17761 13.3224 6.37229 13.4239 6.61732C13.5 6.80109 13.5 7.03406 13.5 7.5V8.5C13.5 8.96594 13.5 9.19891 13.4239 9.38268C13.3224 9.62771 13.1277 9.82239 12.8827 9.92388C12.6989 10 12.4659 10 12 10C11.5341 10 11.3011 10 11.1173 9.92388C10.8723 9.82239 10.6776 9.62771 10.5761 9.38268C10.5 9.19891 10.5 8.96594 10.5 8.5V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 17C14.0126 17.6704 13.4275 18.2232 12.7332 18.6351C12.4273 18.8166 12.2743 18.9074 12 18.9074C11.7257 18.9074 11.5727 18.8166 11.2668 18.6351C10.5725 18.2232 9.98741 17.6704 9.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-21{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2V5M12 9V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2C8.68629 2 6 4.68629 6 8C6 8.58014 6.08234 9.14105 6.23596 9.67168C6.66106 11.14 6.81572 12.9419 6.43525 14.4224C6.31715 14.882 6.20355 15.36 6.0501 15.8456C6.01772 15.9481 5.9993 16.0553 6.00216 16.1627C6.08838 19.4012 8.7407 22 12 22C15.2593 22 17.9116 19.4012 17.9978 16.1627C18.0007 16.0553 17.9823 15.9481 17.9499 15.8456C17.7965 15.36 17.6828 14.882 17.5647 14.4224C17.1843 12.9419 17.3389 11.14 17.764 9.67168C17.9177 9.14105 18 8.58014 18 8C18 4.68629 15.3137 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 18H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 6.5C10.5 6.03406 10.5 5.80109 10.5761 5.61732C10.6776 5.37229 10.8723 5.17761 11.1173 5.07612C11.3011 5 11.5341 5 12 5C12.4659 5 12.6989 5 12.8827 5.07612C13.1277 5.17761 13.3224 5.37229 13.4239 5.61732C13.5 5.80109 13.5 6.03406 13.5 6.5V7.5C13.5 7.96594 13.5 8.19891 13.4239 8.38268C13.3224 8.62771 13.1277 8.82239 12.8827 8.92388C12.6989 9 12.4659 9 12 9C11.5341 9 11.3011 9 11.1173 8.92388C10.8723 8.82239 10.6776 8.62771 10.5761 8.38268C10.5 8.19891 10.5 7.96594 10.5 7.5V6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2V5M12 9V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2C8.68629 2 6 4.68629 6 8C6 8.58014 6.08234 9.14105 6.23596 9.67168C6.66106 11.14 6.81572 12.9419 6.43525 14.4224C6.31715 14.882 6.20355 15.36 6.0501 15.8456C6.01772 15.9481 5.9993 16.0553 6.00216 16.1627C6.08838 19.4012 8.7407 22 12 22C15.2593 22 17.9116 19.4012 17.9978 16.1627C18.0007 16.0553 17.9823 15.9481 17.9499 15.8456C17.7965 15.36 17.6828 14.882 17.5647 14.4224C17.1843 12.9419 17.3389 11.14 17.764 9.67168C17.9177 9.14105 18 8.58014 18 8C18 4.68629 15.3137 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 18H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 6.5C10.5 6.03406 10.5 5.80109 10.5761 5.61732C10.6776 5.37229 10.8723 5.17761 11.1173 5.07612C11.3011 5 11.5341 5 12 5C12.4659 5 12.6989 5 12.8827 5.07612C13.1277 5.17761 13.3224 5.37229 13.4239 5.61732C13.5 5.80109 13.5 6.03406 13.5 6.5V7.5C13.5 7.96594 13.5 8.19891 13.4239 8.38268C13.3224 8.62771 13.1277 8.82239 12.8827 8.92388C12.6989 9 12.4659 9 12 9C11.5341 9 11.3011 9 11.1173 8.92388C10.8723 8.82239 10.6776 8.62771 10.5761 8.38268C10.5 8.19891 10.5 7.96594 10.5 7.5V6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-left-click-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 2L13.5 6M13.5 10L13.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 2C3.94531 3.13158 3.23544 4.50113 3 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7.5C12 7.03406 12 6.80109 12.0761 6.61732C12.1776 6.37229 12.3723 6.17761 12.6173 6.07612C12.8011 6 13.0341 6 13.5 6C13.9659 6 14.1989 6 14.3827 6.07612C14.6277 6.17761 14.8224 6.37229 14.9239 6.61732C15 6.80109 15 7.03406 15 7.5V8.5C15 8.96594 15 9.19891 14.9239 9.38268C14.8224 9.62771 14.6277 9.82239 14.3827 9.92388C14.1989 10 13.9659 10 13.5 10C13.0341 10 12.8011 10 12.6173 9.92388C12.3723 9.82239 12.1776 9.62771 12.0761 9.38268C12 9.19891 12 8.96594 12 8.5V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.24061 17.0888C6.43047 19.4803 8.32417 21.511 10.765 21.8118C11.6626 21.9223 12.5752 22 13.5 22C14.4247 22 15.3373 21.9223 16.2349 21.8118C18.6758 21.511 20.5694 19.4803 20.7593 17.0888C20.8909 15.4317 21 13.732 21 12C21 10.268 20.8909 8.56832 20.7593 6.91118C20.5694 4.51965 18.6758 2.48893 16.2349 2.1882C15.3373 2.07762 14.4247 2 13.5 2C12.5752 2 11.6626 2.07762 10.765 2.1882C8.32417 2.48893 6.43047 4.51965 6.24061 6.91118C6.10903 8.56832 6 10.268 6 12C6 13.732 6.10903 15.4317 6.24061 17.0888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 2L13.5 6M13.5 10L13.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 2C3.94531 3.13158 3.23544 4.50113 3 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7.5C12 7.03406 12 6.80109 12.0761 6.61732C12.1776 6.37229 12.3723 6.17761 12.6173 6.07612C12.8011 6 13.0341 6 13.5 6C13.9659 6 14.1989 6 14.3827 6.07612C14.6277 6.17761 14.8224 6.37229 14.9239 6.61732C15 6.80109 15 7.03406 15 7.5V8.5C15 8.96594 15 9.19891 14.9239 9.38268C14.8224 9.62771 14.6277 9.82239 14.3827 9.92388C14.1989 10 13.9659 10 13.5 10C13.0341 10 12.8011 10 12.6173 9.92388C12.3723 9.82239 12.1776 9.62771 12.0761 9.38268C12 9.19891 12 8.96594 12 8.5V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.24061 17.0888C6.43047 19.4803 8.32417 21.511 10.765 21.8118C11.6626 21.9223 12.5752 22 13.5 22C14.4247 22 15.3373 21.9223 16.2349 21.8118C18.6758 21.511 20.5694 19.4803 20.7593 17.0888C20.8909 15.4317 21 13.732 21 12C21 10.268 20.8909 8.56832 20.7593 6.91118C20.5694 4.51965 18.6758 2.48893 16.2349 2.1882C15.3373 2.07762 14.4247 2 13.5 2C12.5752 2 11.6626 2.07762 10.765 2.1882C8.32417 2.48893 6.43047 4.51965 6.24061 6.91118C6.10903 8.56832 6 10.268 6 12C6 13.732 6.10903 15.4317 6.24061 17.0888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-left-click-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 2.09084C10.6655 2.02383 11.3389 2 12 2C12.9247 2 13.8373 2.07762 14.7349 2.1882C17.1758 2.48893 19.0694 4.51965 19.2593 6.91118C19.3909 8.56832 19.5 10.268 19.5 12C19.5 13.732 19.3909 15.4317 19.2593 17.0888C19.0694 19.4803 17.1758 21.511 14.7349 21.8118C13.8373 21.9223 12.9247 22 12 22C11.0752 22 10.1626 21.9223 9.26502 21.8118C6.82417 21.511 4.93047 19.4803 4.74061 17.0888C4.60903 15.4317 4.5 13.732 4.5 12C4.5 11.3283 4.5164 10.6614 4.54415 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%225.5%22 cy%3D%225%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 2.09084C10.6655 2.02383 11.3389 2 12 2C12.9247 2 13.8373 2.07762 14.7349 2.1882C17.1758 2.48893 19.0694 4.51965 19.2593 6.91118C19.3909 8.56832 19.5 10.268 19.5 12C19.5 13.732 19.3909 15.4317 19.2593 17.0888C19.0694 19.4803 17.1758 21.511 14.7349 21.8118C13.8373 21.9223 12.9247 22 12 22C11.0752 22 10.1626 21.9223 9.26502 21.8118C6.82417 21.511 4.93047 19.4803 4.74061 17.0888C4.60903 15.4317 4.5 13.732 4.5 12C4.5 11.3283 4.5164 10.6614 4.54415 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%225.5%22 cy%3D%225%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-left-click-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.74061 17.0888C4.93047 19.4803 6.82417 21.511 9.26502 21.8118C10.1626 21.9223 11.0752 22 12 22C12.9247 22 13.8373 21.9223 14.7349 21.8118C17.1758 21.511 19.0694 19.4803 19.2593 17.0888C19.3909 15.4317 19.5 13.732 19.5 12C19.5 10.268 19.3909 8.56832 19.2593 6.91118C19.0694 4.51965 17.1758 2.48893 14.7349 2.1882C13.8373 2.07762 12.9247 2 12 2C11.0752 2 10.1626 2.07762 9.26502 2.1882C6.82417 2.48893 4.93047 4.51965 4.74061 6.91118C4.60903 8.56832 4.5 10.268 4.5 12C4.5 13.732 4.60903 15.4317 4.74061 17.0888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11L6 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.74061 17.0888C4.93047 19.4803 6.82417 21.511 9.26502 21.8118C10.1626 21.9223 11.0752 22 12 22C12.9247 22 13.8373 21.9223 14.7349 21.8118C17.1758 21.511 19.0694 19.4803 19.2593 17.0888C19.3909 15.4317 19.5 13.732 19.5 12C19.5 10.268 19.3909 8.56832 19.2593 6.91118C19.0694 4.51965 17.1758 2.48893 14.7349 2.1882C13.8373 2.07762 12.9247 2 12 2C11.0752 2 10.1626 2.07762 9.26502 2.1882C6.82417 2.48893 4.93047 4.51965 4.74061 6.91118C4.60903 8.56832 4.5 10.268 4.5 12C4.5 13.732 4.60903 15.4317 4.74061 17.0888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11L6 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-left-click-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 6V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7.5C12 7.03406 12 6.80109 12.0761 6.61732C12.1776 6.37229 12.3723 6.17761 12.6173 6.07612C12.8011 6 13.0341 6 13.5 6C13.9659 6 14.1989 6 14.3827 6.07612C14.6277 6.17761 14.8224 6.37229 14.9239 6.61732C15 6.80109 15 7.03406 15 7.5V9.5C15 9.96594 15 10.1989 14.9239 10.3827C14.8224 10.6277 14.6277 10.8224 14.3827 10.9239C14.1989 11 13.9659 11 13.5 11C13.0341 11 12.8011 11 12.6173 10.9239C12.3723 10.8224 12.1776 10.6277 12.0761 10.3827C12 10.1989 12 9.96594 12 9.5V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 22C19.5 22 21 17.49 21 12C21 6.50998 19.5 2 13.5 2C7.49993 2 6 6.50996 6 12C6 17.49 7.49993 22 13.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 2C3.94531 3.13158 3.23544 4.50113 3 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 6V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7.5C12 7.03406 12 6.80109 12.0761 6.61732C12.1776 6.37229 12.3723 6.17761 12.6173 6.07612C12.8011 6 13.0341 6 13.5 6C13.9659 6 14.1989 6 14.3827 6.07612C14.6277 6.17761 14.8224 6.37229 14.9239 6.61732C15 6.80109 15 7.03406 15 7.5V9.5C15 9.96594 15 10.1989 14.9239 10.3827C14.8224 10.6277 14.6277 10.8224 14.3827 10.9239C14.1989 11 13.9659 11 13.5 11C13.0341 11 12.8011 11 12.6173 10.9239C12.3723 10.8224 12.1776 10.6277 12.0761 10.3827C12 10.1989 12 9.96594 12 9.5V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 22C19.5 22 21 17.49 21 12C21 6.50998 19.5 2 13.5 2C7.49993 2 6 6.50996 6 12C6 17.49 7.49993 22 13.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 2C3.94531 3.13158 3.23544 4.50113 3 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-left-click-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 2.31844C10.7306 2.11067 11.5601 2 12.5 2C18.5 2 20 6.50998 20 12C20 17.49 18.5 22 12.5 22C6.49993 22 5 17.49 5 12C5 11.4906 5.01291 10.9897 5.04113 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 6.53406 14 6.30109 13.9239 6.11732C13.8224 5.87229 13.6277 5.67761 13.3827 5.57612C13.1989 5.5 12.9659 5.5 12.5 5.5C12.0341 5.5 11.8011 5.5 11.6173 5.57612C11.3723 5.67761 11.1776 5.87229 11.0761 6.11732C11 6.30109 11 6.53406 11 7V7.5C11 7.96594 11 8.19891 11.0761 8.38268C11.1776 8.62771 11.3723 8.82239 11.6173 8.92388C11.8011 9 12.0341 9 12.5 9C12.9659 9 13.1989 9 13.3827 8.92388C13.6277 8.82239 13.8224 8.62771 13.9239 8.38268C14 8.19891 14 7.96594 14 7.5V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5 5.5V2M12.5 12V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 12H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%225.5%22 cy%3D%225.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 2.31844C10.7306 2.11067 11.5601 2 12.5 2C18.5 2 20 6.50998 20 12C20 17.49 18.5 22 12.5 22C6.49993 22 5 17.49 5 12C5 11.4906 5.01291 10.9897 5.04113 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 6.53406 14 6.30109 13.9239 6.11732C13.8224 5.87229 13.6277 5.67761 13.3827 5.57612C13.1989 5.5 12.9659 5.5 12.5 5.5C12.0341 5.5 11.8011 5.5 11.6173 5.57612C11.3723 5.67761 11.1776 5.87229 11.0761 6.11732C11 6.30109 11 6.53406 11 7V7.5C11 7.96594 11 8.19891 11.0761 8.38268C11.1776 8.62771 11.3723 8.82239 11.6173 8.92388C11.8011 9 12.0341 9 12.5 9C12.9659 9 13.1989 9 13.3827 8.92388C13.6277 8.82239 13.8224 8.62771 13.9239 8.38268C14 8.19891 14 7.96594 14 7.5V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.5 5.5V2M12.5 12V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 12H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%225.5%22 cy%3D%225.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-left-click-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 5.5V2M13.5 12V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 22C19.5 22 21 17.49 21 12C21 6.50998 19.5 2 13.5 2C7.49993 2 6 6.50996 6 12C6 17.49 7.49993 22 13.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 7C15 6.53406 15 6.30109 14.9239 6.11732C14.8224 5.87229 14.6277 5.67761 14.3827 5.57612C14.1989 5.5 13.9659 5.5 13.5 5.5C13.0341 5.5 12.8011 5.5 12.6173 5.57612C12.3723 5.67761 12.1776 5.87229 12.0761 6.11732C12 6.30109 12 6.53406 12 7V7.5C12 7.96594 12 8.19891 12.0761 8.38268C12.1776 8.62771 12.3723 8.82239 12.6173 8.92388C12.8011 9 13.0341 9 13.5 9C13.9659 9 14.1989 9 14.3827 8.92388C14.6277 8.82239 14.8224 8.62771 14.9239 8.38268C15 8.19891 15 7.96594 15 7.5V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 3.16746L4.61888 2M4.02867 5.56746L3 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 5.5V2M13.5 12V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 22C19.5 22 21 17.49 21 12C21 6.50998 19.5 2 13.5 2C7.49993 2 6 6.50996 6 12C6 17.49 7.49993 22 13.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 7C15 6.53406 15 6.30109 14.9239 6.11732C14.8224 5.87229 14.6277 5.67761 14.3827 5.57612C14.1989 5.5 13.9659 5.5 13.5 5.5C13.0341 5.5 12.8011 5.5 12.6173 5.57612C12.3723 5.67761 12.1776 5.87229 12.0761 6.11732C12 6.30109 12 6.53406 12 7V7.5C12 7.96594 12 8.19891 12.0761 8.38268C12.1776 8.62771 12.3723 8.82239 12.6173 8.92388C12.8011 9 13.0341 9 13.5 9C13.9659 9 14.1989 9 14.3827 8.92388C14.6277 8.82239 14.8224 8.62771 14.9239 8.38268C15 8.19891 15 7.96594 15 7.5V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 12L21 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 3.16746L4.61888 2M4.02867 5.56746L3 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-right-click-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 2L10.5 6M10.5 10L10.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.24061 17.0888C3.43047 19.4803 5.32417 21.511 7.76502 21.8118C8.6626 21.9223 9.57517 22 10.5 22C11.4247 22 12.3373 21.9223 13.2349 21.8118C15.6758 21.511 17.5694 19.4803 17.7593 17.0888C17.8909 15.4317 18 13.732 18 12C18 10.268 17.8909 8.56832 17.7593 6.91118C17.5694 4.51965 15.6758 2.48893 13.2349 2.1882C12.3373 2.07762 11.4247 2 10.5 2C9.57517 2 8.6626 2.07762 7.76502 2.1882C5.32417 2.48893 3.43047 4.51965 3.24061 6.91118C3.10903 8.56832 3 10.268 3 12C3 13.732 3.10903 15.4317 3.24061 17.0888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 2C20.0547 3.13158 20.7646 4.50113 21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7.5C12 7.03406 12 6.80109 11.9239 6.61732C11.8224 6.37229 11.6277 6.17761 11.3827 6.07612C11.1989 6 10.9659 6 10.5 6C10.0341 6 9.80109 6 9.61732 6.07612C9.37229 6.17761 9.17761 6.37229 9.07612 6.61732C9 6.80109 9 7.03406 9 7.5V8.5C9 8.96594 9 9.19891 9.07612 9.38268C9.17761 9.62771 9.37229 9.82239 9.61732 9.92388C9.80109 10 10.0341 10 10.5 10C10.9659 10 11.1989 10 11.3827 9.92388C11.6277 9.82239 11.8224 9.62771 11.9239 9.38268C12 9.19891 12 8.96594 12 8.5V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 2L10.5 6M10.5 10L10.5 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.24061 17.0888C3.43047 19.4803 5.32417 21.511 7.76502 21.8118C8.6626 21.9223 9.57517 22 10.5 22C11.4247 22 12.3373 21.9223 13.2349 21.8118C15.6758 21.511 17.5694 19.4803 17.7593 17.0888C17.8909 15.4317 18 13.732 18 12C18 10.268 17.8909 8.56832 17.7593 6.91118C17.5694 4.51965 15.6758 2.48893 13.2349 2.1882C12.3373 2.07762 11.4247 2 10.5 2C9.57517 2 8.6626 2.07762 7.76502 2.1882C5.32417 2.48893 3.43047 4.51965 3.24061 6.91118C3.10903 8.56832 3 10.268 3 12C3 13.732 3.10903 15.4317 3.24061 17.0888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 2C20.0547 3.13158 20.7646 4.50113 21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7.5C12 7.03406 12 6.80109 11.9239 6.61732C11.8224 6.37229 11.6277 6.17761 11.3827 6.07612C11.1989 6 10.9659 6 10.5 6C10.0341 6 9.80109 6 9.61732 6.07612C9.37229 6.17761 9.17761 6.37229 9.07612 6.61732C9 6.80109 9 7.03406 9 7.5V8.5C9 8.96594 9 9.19891 9.07612 9.38268C9.17761 9.62771 9.37229 9.82239 9.61732 9.92388C9.80109 10 10.0341 10 10.5 10C10.9659 10 11.1989 10 11.3827 9.92388C11.6277 9.82239 11.8224 9.62771 11.9239 9.38268C12 9.19891 12 8.96594 12 8.5V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-right-click-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 2.09084C12.8345 2.02383 12.1611 2 11.5 2C10.5753 2 9.66267 2.07762 8.7651 2.1882C6.32417 2.48893 4.43061 4.51965 4.24069 6.91118C4.10906 8.56832 4 10.268 4 12C4 13.732 4.10906 15.4317 4.24069 17.0888C4.43061 19.4803 6.32417 21.511 8.7651 21.8118C9.66267 21.9223 10.5753 22 11.5 22C12.4248 22 13.3374 21.9223 14.235 21.8118C16.6758 21.511 18.5695 19.4803 18.7594 17.0888C18.891 15.4317 19 13.732 19 12C19 11.3283 18.9836 10.6614 18.9558 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 2L11.5 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 11H4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%222.5%22 cy%3D%222.5%22 r%3D%222.5%22 transform%3D%22matrix(-1 0 0 1 20 2.5)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 2.09084C12.8345 2.02383 12.1611 2 11.5 2C10.5753 2 9.66267 2.07762 8.7651 2.1882C6.32417 2.48893 4.43061 4.51965 4.24069 6.91118C4.10906 8.56832 4 10.268 4 12C4 13.732 4.10906 15.4317 4.24069 17.0888C4.43061 19.4803 6.32417 21.511 8.7651 21.8118C9.66267 21.9223 10.5753 22 11.5 22C12.4248 22 13.3374 21.9223 14.235 21.8118C16.6758 21.511 18.5695 19.4803 18.7594 17.0888C18.891 15.4317 19 13.732 19 12C19 11.3283 18.9836 10.6614 18.9558 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 2L11.5 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 11H4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%222.5%22 cy%3D%222.5%22 r%3D%222.5%22 transform%3D%22matrix(-1 0 0 1 20 2.5)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-right-click-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.74061 17.0888C4.93047 19.4803 6.82417 21.511 9.26502 21.8118C10.1626 21.9223 11.0752 22 12 22C12.9247 22 13.8373 21.9223 14.7349 21.8118C17.1758 21.511 19.0694 19.4803 19.2593 17.0888C19.3909 15.4317 19.5 13.732 19.5 12C19.5 10.268 19.3909 8.56832 19.2593 6.91118C19.0694 4.51965 17.1758 2.48893 14.7349 2.1882C13.8373 2.07762 12.9247 2 12 2C11.0752 2 10.1626 2.07762 9.26502 2.1882C6.82417 2.48893 4.93047 4.51965 4.74061 6.91118C4.60903 8.56832 4.5 10.268 4.5 12C4.5 13.732 4.60903 15.4317 4.74061 17.0888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11L18 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.74061 17.0888C4.93047 19.4803 6.82417 21.511 9.26502 21.8118C10.1626 21.9223 11.0752 22 12 22C12.9247 22 13.8373 21.9223 14.7349 21.8118C17.1758 21.511 19.0694 19.4803 19.2593 17.0888C19.3909 15.4317 19.5 13.732 19.5 12C19.5 10.268 19.3909 8.56832 19.2593 6.91118C19.0694 4.51965 17.1758 2.48893 14.7349 2.1882C13.8373 2.07762 12.9247 2 12 2C11.0752 2 10.1626 2.07762 9.26502 2.1882C6.82417 2.48893 4.93047 4.51965 4.74061 6.91118C4.60903 8.56832 4.5 10.268 4.5 12C4.5 13.732 4.60903 15.4317 4.74061 17.0888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 11L18 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-right-click-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 6V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 22C16.5 22 18 17.49 18 12C18 6.50998 16.5 2 10.5 2C4.49993 2 3 6.50996 3 12C3 17.49 4.49993 22 10.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 7.5C12 7.03406 12 6.80109 11.9239 6.61732C11.8224 6.37229 11.6277 6.17761 11.3827 6.07612C11.1989 6 10.9659 6 10.5 6C10.0341 6 9.80109 6 9.61732 6.07612C9.37229 6.17761 9.17761 6.37229 9.07612 6.61732C9 6.80109 9 7.03406 9 7.5V9.5C9 9.96594 9 10.1989 9.07612 10.3827C9.17761 10.6277 9.37229 10.8224 9.61732 10.9239C9.80109 11 10.0341 11 10.5 11C10.9659 11 11.1989 11 11.3827 10.9239C11.6277 10.8224 11.8224 10.6277 11.9239 10.3827C12 10.1989 12 9.96594 12 9.5V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 2C20.0547 3.13158 20.7646 4.50113 21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 6V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 22C16.5 22 18 17.49 18 12C18 6.50998 16.5 2 10.5 2C4.49993 2 3 6.50996 3 12C3 17.49 4.49993 22 10.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 7.5C12 7.03406 12 6.80109 11.9239 6.61732C11.8224 6.37229 11.6277 6.17761 11.3827 6.07612C11.1989 6 10.9659 6 10.5 6C10.0341 6 9.80109 6 9.61732 6.07612C9.37229 6.17761 9.17761 6.37229 9.07612 6.61732C9 6.80109 9 7.03406 9 7.5V9.5C9 9.96594 9 10.1989 9.07612 10.3827C9.17761 10.6277 9.37229 10.8224 9.61732 10.9239C9.80109 11 10.0341 11 10.5 11C10.9659 11 11.1989 11 11.3827 10.9239C11.6277 10.8224 11.8224 10.6277 11.9239 10.3827C12 10.1989 12 9.96594 12 9.5V7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 2C20.0547 3.13158 20.7646 4.50113 21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-right-click-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 5.5V2M11 12V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 2.31844C12.7694 2.11067 11.9399 2 11 2C5 2 3.5 6.50998 3.5 12C3.5 17.49 5 22 11 22C17.0001 22 18.5 17.49 18.5 12C18.5 11.4906 18.4871 10.9897 18.4589 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 7C12.5 6.53406 12.5 6.30109 12.4239 6.11732C12.3224 5.87229 12.1277 5.67761 11.8827 5.57612C11.6989 5.5 11.4659 5.5 11 5.5C10.5341 5.5 10.3011 5.5 10.1173 5.57612C9.87229 5.67761 9.67761 5.87229 9.57612 6.11732C9.5 6.30109 9.5 6.53406 9.5 7V7.5C9.5 7.96594 9.5 8.19891 9.57612 8.38268C9.67761 8.62771 9.87229 8.82239 10.1173 8.92388C10.3011 9 10.5341 9 11 9C11.4659 9 11.6989 9 11.8827 8.92388C12.1277 8.82239 12.3224 8.62771 12.4239 8.38268C12.5 8.19891 12.5 7.96594 12.5 7.5V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 12H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2218%22 cy%3D%225.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 5.5V2M11 12V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 2.31844C12.7694 2.11067 11.9399 2 11 2C5 2 3.5 6.50998 3.5 12C3.5 17.49 5 22 11 22C17.0001 22 18.5 17.49 18.5 12C18.5 11.4906 18.4871 10.9897 18.4589 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 7C12.5 6.53406 12.5 6.30109 12.4239 6.11732C12.3224 5.87229 12.1277 5.67761 11.8827 5.57612C11.6989 5.5 11.4659 5.5 11 5.5C10.5341 5.5 10.3011 5.5 10.1173 5.57612C9.87229 5.67761 9.67761 5.87229 9.57612 6.11732C9.5 6.30109 9.5 6.53406 9.5 7V7.5C9.5 7.96594 9.5 8.19891 9.57612 8.38268C9.67761 8.62771 9.87229 8.82239 10.1173 8.92388C10.3011 9 10.5341 9 11 9C11.4659 9 11.6989 9 11.8827 8.92388C12.1277 8.82239 12.3224 8.62771 12.4239 8.38268C12.5 8.19891 12.5 7.96594 12.5 7.5V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 12H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2218%22 cy%3D%225.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-right-click-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 5.5V2M10.5 12V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 22C16.5 22 18 17.49 18 12C18 6.50998 16.5 2 10.5 2C4.49993 2 3 6.50996 3 12C3 17.49 4.49993 22 10.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 12L3 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 3.16746L19.3811 2M19.9713 5.56746L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 7C9 6.53406 9 6.30109 9.07612 6.11732C9.17761 5.87229 9.37229 5.67761 9.61732 5.57612C9.80109 5.5 10.0341 5.5 10.5 5.5C10.9659 5.5 11.1989 5.5 11.3827 5.57612C11.6277 5.67761 11.8224 5.87229 11.9239 6.11732C12 6.30109 12 6.53406 12 7V7.5C12 7.96594 12 8.19891 11.9239 8.38268C11.8224 8.62771 11.6277 8.82239 11.3827 8.92388C11.1989 9 10.9659 9 10.5 9C10.0341 9 9.80109 9 9.61732 8.92388C9.37229 8.82239 9.17761 8.62771 9.07612 8.38268C9 8.19891 9 7.96594 9 7.5V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 5.5V2M10.5 12V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 22C16.5 22 18 17.49 18 12C18 6.50998 16.5 2 10.5 2C4.49993 2 3 6.50996 3 12C3 17.49 4.49993 22 10.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 12L3 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 3.16746L19.3811 2M19.9713 5.56746L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 7C9 6.53406 9 6.30109 9.07612 6.11732C9.17761 5.87229 9.37229 5.67761 9.61732 5.57612C9.80109 5.5 10.0341 5.5 10.5 5.5C10.9659 5.5 11.1989 5.5 11.3827 5.57612C11.6277 5.67761 11.8224 5.87229 11.9239 6.11732C12 6.30109 12 6.53406 12 7V7.5C12 7.96594 12 8.19891 11.9239 8.38268C11.8224 8.62771 11.6277 8.82239 11.3827 8.92388C11.1989 9 10.9659 9 10.5 9C10.0341 9 9.80109 9 9.61732 8.92388C9.37229 8.82239 9.17761 8.62771 9.07612 8.38268C9 8.19891 9 7.96594 9 7.5V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-scroll-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.74061 17.0888C4.93047 19.4803 6.82417 21.511 9.26502 21.8118C10.1626 21.9223 11.0752 22 12 22C12.9247 22 13.8373 21.9223 14.7349 21.8118C17.1758 21.511 19.0694 19.4803 19.2593 17.0888C19.3909 15.4317 19.5 13.732 19.5 12C19.5 10.268 19.3909 8.56832 19.2593 6.91118C19.0694 4.51965 17.1758 2.48893 14.7349 2.1882C13.8373 2.07762 12.9247 2 12 2C11.0752 2 10.1626 2.07762 9.26502 2.1882C6.82417 2.48893 4.93047 4.51965 4.74061 6.91118C4.60903 8.56832 4.5 10.268 4.5 12C4.5 13.732 4.60903 15.4317 4.74061 17.0888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9878 6.83984L11.9878 11.7598%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0039 7.85958C10.9859 6.83958 11.5847 5.93958 12.0398 6.00426C12.4231 6.00107 12.7823 6.59958 14.0039 7.85958%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9961 11.1416C13.0141 12.1616 12.4153 13.0616 11.9602 12.9969C11.5769 13.0001 11.2177 12.4016 9.99609 11.1416%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.74061 17.0888C4.93047 19.4803 6.82417 21.511 9.26502 21.8118C10.1626 21.9223 11.0752 22 12 22C12.9247 22 13.8373 21.9223 14.7349 21.8118C17.1758 21.511 19.0694 19.4803 19.2593 17.0888C19.3909 15.4317 19.5 13.732 19.5 12C19.5 10.268 19.3909 8.56832 19.2593 6.91118C19.0694 4.51965 17.1758 2.48893 14.7349 2.1882C13.8373 2.07762 12.9247 2 12 2C11.0752 2 10.1626 2.07762 9.26502 2.1882C6.82417 2.48893 4.93047 4.51965 4.74061 6.91118C4.60903 8.56832 4.5 10.268 4.5 12C4.5 13.732 4.60903 15.4317 4.74061 17.0888Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9878 6.83984L11.9878 11.7598%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0039 7.85958C10.9859 6.83958 11.5847 5.93958 12.0398 6.00426C12.4231 6.00107 12.7823 6.59958 14.0039 7.85958%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.9961 11.1416C13.0141 12.1616 12.4153 13.0616 11.9602 12.9969C11.5769 13.0001 11.2177 12.4016 9.99609 11.1416%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-mouse-scroll-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C18 22 19.5 17.49 19.5 12C19.5 6.50998 18 2 12 2C5.99993 2 4.5 6.50996 4.5 12C4.5 17.49 5.99993 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9883 6.83887L11.9883 11.7589%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.99609 7.8586C10.9801 6.8386 11.5801 5.9386 12.0361 6.00329C12.4201 6.0001 12.7801 6.5986 14.0041 7.8586%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0041 11.1406C13.0201 12.1606 12.4201 13.0606 11.9641 12.9959C11.5801 12.9991 11.2201 12.4006 9.99609 11.1406%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C18 22 19.5 17.49 19.5 12C19.5 6.50998 18 2 12 2C5.99993 2 4.5 6.50996 4.5 12C4.5 17.49 5.99993 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9883 6.83887L11.9883 11.7589%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.99609 7.8586C10.9801 6.8386 11.5801 5.9386 12.0361 6.00329C12.4201 6.0001 12.7801 6.5986 14.0041 7.8586%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0041 11.1406C13.0201 12.1606 12.4201 13.0606 11.9641 12.9959C11.5801 12.9991 11.2201 12.4006 9.99609 11.1406%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-move{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 6L10.705 4.04824C11.3155 3.34941 11.6207 3 12 3C12.3793 3 12.6845 3.34941 13.295 4.04824L15 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18L13.295 19.9518C12.6845 20.6506 12.3793 21 12 21C11.6207 21 11.3155 20.6506 10.705 19.9518L9 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9L19.9518 10.705C20.6506 11.3155 21 11.6207 21 12C21 12.3793 20.6506 12.6845 19.9518 13.295L18 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15L4.04824 13.295C3.34941 12.6845 3 12.3793 3 12C3 11.6207 3.34941 11.3155 4.04824 10.705L6 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 12H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 6L10.705 4.04824C11.3155 3.34941 11.6207 3 12 3C12.3793 3 12.6845 3.34941 13.295 4.04824L15 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18L13.295 19.9518C12.6845 20.6506 12.3793 21 12 21C11.6207 21 11.3155 20.6506 10.705 19.9518L9 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9L19.9518 10.705C20.6506 11.3155 21 11.6207 21 12C21 12.3793 20.6506 12.6845 19.9518 13.295L18 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15L4.04824 13.295C3.34941 12.6845 3 12.3793 3 12C3 11.6207 3.34941 11.3155 4.04824 10.705L6 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-navigation-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.00019 12.0504C1.96622 11.0147 6.45448 8.57937 6.87722 9.06275C7.3566 9.61089 6.21047 11.2397 5.95232 11.7584C5.79708 12.0703 5.80134 12.2056 5.97785 12.5172C6.77726 13.9283 7.17382 14.6313 6.92737 14.9352C6.53453 15.4197 2.03334 13.0611 2.00019 12.0504Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9496 21.9998C12.9853 22.0338 15.4206 17.5455 14.9373 17.1228C14.3891 16.6434 12.7603 17.7895 12.2416 18.0477C11.9297 18.2029 11.7944 18.1987 11.4828 18.0221C10.0717 17.2227 9.36869 16.8262 9.06478 17.0726C8.58035 17.4655 10.9389 21.9667 11.9496 21.9998Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.9998 12.0504C22.0338 11.0147 17.5455 8.57937 17.1228 9.06275C16.6434 9.61089 17.7895 11.2397 18.0477 11.7584C18.2029 12.0703 18.1987 12.2056 18.0221 12.5172C17.2227 13.9283 16.8262 14.6313 17.0726 14.9352C17.4655 15.4197 21.9667 13.0611 21.9998 12.0504Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9496 2.00019C12.9853 1.96622 15.4206 6.45448 14.9373 6.87722C14.3891 7.3566 12.7603 6.21047 12.2416 5.95232C11.9297 5.79708 11.7944 5.80134 11.4828 5.97785C10.0717 6.77726 9.36869 7.17382 9.06478 6.92737C8.58035 6.53453 10.9389 2.03334 11.9496 2.00019Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.00019 12.0504C1.96622 11.0147 6.45448 8.57937 6.87722 9.06275C7.3566 9.61089 6.21047 11.2397 5.95232 11.7584C5.79708 12.0703 5.80134 12.2056 5.97785 12.5172C6.77726 13.9283 7.17382 14.6313 6.92737 14.9352C6.53453 15.4197 2.03334 13.0611 2.00019 12.0504Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9496 21.9998C12.9853 22.0338 15.4206 17.5455 14.9373 17.1228C14.3891 16.6434 12.7603 17.7895 12.2416 18.0477C11.9297 18.2029 11.7944 18.1987 11.4828 18.0221C10.0717 17.2227 9.36869 16.8262 9.06478 17.0726C8.58035 17.4655 10.9389 21.9667 11.9496 21.9998Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.9998 12.0504C22.0338 11.0147 17.5455 8.57937 17.1228 9.06275C16.6434 9.61089 17.7895 11.2397 18.0477 11.7584C18.2029 12.0703 18.1987 12.2056 18.0221 12.5172C17.2227 13.9283 16.8262 14.6313 17.0726 14.9352C17.4655 15.4197 21.9667 13.0611 21.9998 12.0504Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9496 2.00019C12.9853 1.96622 15.4206 6.45448 14.9373 6.87722C14.3891 7.3566 12.7603 6.21047 12.2416 5.95232C11.9297 5.79708 11.7944 5.80134 11.4828 5.97785C10.0717 6.77726 9.36869 7.17382 9.06478 6.92737C8.58035 6.53453 10.9389 2.03334 11.9496 2.00019Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-navigation-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.00017 11.9496C1.96943 12.9853 6.03156 15.4206 6.41417 14.9373C7.15382 13.8962 7.21955 10.1078 6.45955 9.06478C6.10401 8.58035 2.03018 10.9389 2.00017 11.9496Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9496 21.9998C12.9853 22.0306 15.4206 17.9684 14.9373 17.5858C13.8962 16.8462 10.1078 16.7805 9.06478 17.5404C8.58035 17.896 10.9389 21.9698 11.9496 21.9998Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.9998 11.9496C22.0306 12.9853 17.9684 15.4206 17.5858 14.9373C16.8462 13.8962 16.7805 10.1078 17.5404 9.06478C17.896 8.58035 21.9698 10.9389 21.9998 11.9496Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9496 2.00017C12.9853 1.96943 15.4206 6.03156 14.9373 6.41417C13.8962 7.15382 10.1078 7.21955 9.06478 6.45955C8.58035 6.10401 10.9389 2.03018 11.9496 2.00017Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.00017 11.9496C1.96943 12.9853 6.03156 15.4206 6.41417 14.9373C7.15382 13.8962 7.21955 10.1078 6.45955 9.06478C6.10401 8.58035 2.03018 10.9389 2.00017 11.9496Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9496 21.9998C12.9853 22.0306 15.4206 17.9684 14.9373 17.5858C13.8962 16.8462 10.1078 16.7805 9.06478 17.5404C8.58035 17.896 10.9389 21.9698 11.9496 21.9998Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.9998 11.9496C22.0306 12.9853 17.9684 15.4206 17.5858 14.9373C16.8462 13.8962 16.7805 10.1078 17.5404 9.06478C17.896 8.58035 21.9698 10.9389 21.9998 11.9496Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9496 2.00017C12.9853 1.96943 15.4206 6.03156 14.9373 6.41417C13.8962 7.15382 10.1078 7.21955 9.06478 6.45955C8.58035 6.10401 10.9389 2.03018 11.9496 2.00017Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-scroll-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.00023 12.0672C1.95947 10.6863 7.34458 7.43916 7.8518 8.08367C8.42696 8.81452 7.05181 10.9863 6.74208 11.6779C6.55582 12.0938 6.56093 12.2741 6.77271 12.6896C7.73186 14.571 8.20766 15.5084 7.91196 15.9136C7.44063 16.5595 2.04001 13.4149 2.00023 12.0672Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.9989 12.0672C22.0396 10.6863 16.6545 7.43916 16.1473 8.08367C15.5721 8.81452 16.9473 10.9863 17.257 11.6779C17.4433 12.0938 17.4382 12.2741 17.2264 12.6896C16.2672 14.571 15.7915 15.5084 16.0871 15.9136C16.5585 16.5595 21.9591 13.4149 21.9989 12.0672Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.00023 12.0672C1.95947 10.6863 7.34458 7.43916 7.8518 8.08367C8.42696 8.81452 7.05181 10.9863 6.74208 11.6779C6.55582 12.0938 6.56093 12.2741 6.77271 12.6896C7.73186 14.571 8.20766 15.5084 7.91196 15.9136C7.44063 16.5595 2.04001 13.4149 2.00023 12.0672Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.9989 12.0672C22.0396 10.6863 16.6545 7.43916 16.1473 8.08367C15.5721 8.81452 16.9473 10.9863 17.257 11.6779C17.4433 12.0938 17.4382 12.2741 17.2264 12.6896C16.2672 14.571 15.7915 15.5084 16.0871 15.9136C16.5585 16.5595 21.9591 13.4149 21.9989 12.0672Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-scroll-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9328 2.00023C13.3137 1.95947 16.5608 7.34458 15.9163 7.8518C15.1855 8.42696 13.0137 7.05181 12.3221 6.74208C11.9062 6.55582 11.7259 6.56093 11.3104 6.77271C9.42898 7.73186 8.49159 8.20766 8.08638 7.91196C7.44046 7.44063 10.5851 2.04001 11.9328 2.00023Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.0672 21.9998C10.6863 22.0403 7.43916 16.6805 8.08367 16.1756C8.81453 15.6032 10.9863 16.9719 11.6779 17.2801C12.0938 17.4655 12.2741 17.4604 12.6896 17.2497C13.2694 16.9554 15.1991 15.6005 15.9136 16.1157C16.5595 16.5849 13.4149 21.9602 12.0672 21.9998Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9328 2.00023C13.3137 1.95947 16.5608 7.34458 15.9163 7.8518C15.1855 8.42696 13.0137 7.05181 12.3221 6.74208C11.9062 6.55582 11.7259 6.56093 11.3104 6.77271C9.42898 7.73186 8.49159 8.20766 8.08638 7.91196C7.44046 7.44063 10.5851 2.04001 11.9328 2.00023Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.0672 21.9998C10.6863 22.0403 7.43916 16.6805 8.08367 16.1756C8.81453 15.6032 10.9863 16.9719 11.6779 17.2801C12.0938 17.4655 12.2741 17.4604 12.6896 17.2497C13.2694 16.9554 15.1991 15.6005 15.9136 16.1157C16.5595 16.5849 13.4149 21.9602 12.0672 21.9998Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-mouse-icons-vertical-resize{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 10H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9496 2.00017C12.9853 1.9696 15.4206 6.00844 14.9373 6.38885C14.3891 6.82022 12.7602 5.78886 12.2416 5.55656C11.9297 5.41686 11.7944 5.42069 11.4828 5.57954C10.0759 6.29675 9.37251 6.65535 9.06751 6.43595L9.06478 6.43397C8.58035 6.08047 10.9389 2.03001 11.9496 2.00017Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.0504 21.9998C11.0147 22.0304 8.57937 17.9916 9.06275 17.6112C9.61089 17.1798 11.2397 18.2111 11.7584 18.4434C12.0703 18.5831 12.2056 18.5793 12.5172 18.4205C13.9241 17.7033 14.6275 17.3446 14.9325 17.564L14.9352 17.566C15.4197 17.9195 13.0611 21.97 12.0504 21.9998Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 18V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 10H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 14H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9496 2.00017C12.9853 1.9696 15.4206 6.00844 14.9373 6.38885C14.3891 6.82022 12.7602 5.78886 12.2416 5.55656C11.9297 5.41686 11.7944 5.42069 11.4828 5.57954C10.0759 6.29675 9.37251 6.65535 9.06751 6.43595L9.06478 6.43397C8.58035 6.08047 10.9389 2.03001 11.9496 2.00017Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.0504 21.9998C11.0147 22.0304 8.57937 17.9916 9.06275 17.6112C9.61089 17.1798 11.2397 18.2111 11.7584 18.4434C12.0703 18.5831 12.2056 18.5793 12.5172 18.4205C13.9241 17.7033 14.6275 17.3446 14.9325 17.564L14.9352 17.566C15.4197 17.9195 13.0611 21.97 12.0504 21.9998Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 18V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-note-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 2V4M12 2V4M7 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 10C3.5 6.70017 3.5 5.05025 4.52513 4.02513C5.55025 3 7.20017 3 10.5 3H13.5C16.7998 3 18.4497 3 19.4749 4.02513C20.5 5.05025 20.5 6.70017 20.5 10V15C20.5 18.2998 20.5 19.9497 19.4749 20.9749C18.4497 22 16.7998 22 13.5 22H10.5C7.20017 22 5.55025 22 4.52513 20.9749C3.5 19.9497 3.5 18.2998 3.5 15V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15H12M8 10H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 2V4M12 2V4M7 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 10C3.5 6.70017 3.5 5.05025 4.52513 4.02513C5.55025 3 7.20017 3 10.5 3H13.5C16.7998 3 18.4497 3 19.4749 4.02513C20.5 5.05025 20.5 6.70017 20.5 10V15C20.5 18.2998 20.5 19.9497 19.4749 20.9749C18.4497 22 16.7998 22 13.5 22H10.5C7.20017 22 5.55025 22 4.52513 20.9749C3.5 19.9497 3.5 18.2998 3.5 15V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15H12M8 10H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-note-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22L9.52157 19.6461C8.49181 18.0065 7.97692 17.1867 7.16053 17.0393C5.83152 16.7993 4.45794 17.7045 3.5 18.509%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.5 9V16.0279C3.5 17.2307 3.5 17.8321 3.7987 18.3154C4.0974 18.7987 4.63531 19.0677 5.71115 19.6056L9.65542 21.5777C10.4962 21.9981 10.5043 22 11.4443 22H14.5C17.3284 22 18.7426 22 19.6213 21.1213C20.5 20.2426 20.5 18.8284 20.5 16V9C20.5 6.17157 20.5 4.75736 19.6213 3.87868C18.7426 3 17.3284 3 14.5 3H9.5C6.67157 3 5.25736 3 4.37868 3.87868C3.5 4.75736 3.5 6.17157 3.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 9H8M16 14H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 2V4M12 2V4M7 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22L9.52157 19.6461C8.49181 18.0065 7.97692 17.1867 7.16053 17.0393C5.83152 16.7993 4.45794 17.7045 3.5 18.509%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.5 9V16.0279C3.5 17.2307 3.5 17.8321 3.7987 18.3154C4.0974 18.7987 4.63531 19.0677 5.71115 19.6056L9.65542 21.5777C10.4962 21.9981 10.5043 22 11.4443 22H14.5C17.3284 22 18.7426 22 19.6213 21.1213C20.5 20.2426 20.5 18.8284 20.5 16V9C20.5 6.17157 20.5 4.75736 19.6213 3.87868C18.7426 3 17.3284 3 14.5 3H9.5C6.67157 3 5.25736 3 4.37868 3.87868C3.5 4.75736 3.5 6.17157 3.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 9H8M16 14H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 2V4M12 2V4M7 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-note-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 2V4M12 2V4M7 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 10C3.5 6.70017 3.5 5.05025 4.52513 4.02513C5.55025 3 7.20017 3 10.5 3H13.5C16.7998 3 18.4497 3 19.4749 4.02513C20.5 5.05025 20.5 6.70017 20.5 10V15C20.5 18.2998 20.5 19.9497 19.4749 20.9749C18.4497 22 16.7998 22 13.5 22H10.5C7.20017 22 5.55025 22 4.52513 20.9749C3.5 19.9497 3.5 18.2998 3.5 15V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 16H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 9H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 10C7 10 7.5 10 8 11C8 11 9.58824 8.5 11 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17C7 17 7.5 17 8 18C8 18 9.58824 15.5 11 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 2V4M12 2V4M7 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 10C3.5 6.70017 3.5 5.05025 4.52513 4.02513C5.55025 3 7.20017 3 10.5 3H13.5C16.7998 3 18.4497 3 19.4749 4.02513C20.5 5.05025 20.5 6.70017 20.5 10V15C20.5 18.2998 20.5 19.9497 19.4749 20.9749C18.4497 22 16.7998 22 13.5 22H10.5C7.20017 22 5.55025 22 4.52513 20.9749C3.5 19.9497 3.5 18.2998 3.5 15V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 16H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 9H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 10C7 10 7.5 10 8 11C8 11 9.58824 8.5 11 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17C7 17 7.5 17 8 18C8 18 9.58824 15.5 11 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-note-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 2V4M12 2V4M7 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 16V9C3.5 6.17157 3.5 4.75736 4.37868 3.87868C5.25736 3 6.67157 3 9.5 3H14.5C17.3284 3 18.7426 3 19.6213 3.87868C20.5 4.75736 20.5 6.17157 20.5 9V12C20.5 16.714 20.5 19.0711 19.0355 20.5355C17.5711 22 15.214 22 10.5 22H9.5C6.67157 22 5.25736 22 4.37868 21.1213C3.5 20.2426 3.5 18.8284 3.5 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 15H12M8 10H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 14.5C20.5 15.8807 19.3807 17 18 17C17.5007 17 16.912 16.9125 16.4265 17.0426C15.9951 17.1582 15.6582 17.4951 15.5426 17.9265C15.4125 18.412 15.5 19.0007 15.5 19.5C15.5 20.8807 14.3807 22 13 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 2V4M12 2V4M7 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 16V9C3.5 6.17157 3.5 4.75736 4.37868 3.87868C5.25736 3 6.67157 3 9.5 3H14.5C17.3284 3 18.7426 3 19.6213 3.87868C20.5 4.75736 20.5 6.17157 20.5 9V12C20.5 16.714 20.5 19.0711 19.0355 20.5355C17.5711 22 15.214 22 10.5 22H9.5C6.67157 22 5.25736 22 4.37868 21.1213C3.5 20.2426 3.5 18.8284 3.5 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 15H12M8 10H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 14.5C20.5 15.8807 19.3807 17 18 17C17.5007 17 16.912 16.9125 16.4265 17.0426C15.9951 17.1582 15.6582 17.4951 15.5426 17.9265C15.4125 18.412 15.5 19.0007 15.5 19.5C15.5 20.8807 14.3807 22 13 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-note-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 2V4M12 2V4M7 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 13V9C3.5 6.17157 3.5 4.75736 4.37868 3.87868C5.25736 3 6.67157 3 9.5 3H14.5C17.3284 3 18.7426 3 19.6213 3.87868C20.5 4.75736 20.5 6.17157 20.5 9V13C20.5 15.8284 20.5 17.2426 19.6213 18.1213C18.7426 19 17.3284 19 14.5 19H9.5C6.67157 19 5.25736 19 4.37868 18.1213C3.5 17.2426 3.5 15.8284 3.5 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.5 16V9C3.5 6.17157 3.5 4.75736 4.37868 3.87868C5.25736 3 6.67157 3 9.5 3H14.5C17.3284 3 18.7426 3 19.6213 3.87868C20.5 4.75736 20.5 6.17157 20.5 9V16C20.5 18.8284 20.5 20.2426 19.6213 21.1213C18.7426 22 17.3284 22 14.5 22H9.5C6.67157 22 5.25736 22 4.37868 21.1213C3.5 20.2426 3.5 18.8284 3.5 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 15H12M8 10H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 2V4M12 2V4M7 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 13V9C3.5 6.17157 3.5 4.75736 4.37868 3.87868C5.25736 3 6.67157 3 9.5 3H14.5C17.3284 3 18.7426 3 19.6213 3.87868C20.5 4.75736 20.5 6.17157 20.5 9V13C20.5 15.8284 20.5 17.2426 19.6213 18.1213C18.7426 19 17.3284 19 14.5 19H9.5C6.67157 19 5.25736 19 4.37868 18.1213C3.5 17.2426 3.5 15.8284 3.5 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3.5 16V9C3.5 6.17157 3.5 4.75736 4.37868 3.87868C5.25736 3 6.67157 3 9.5 3H14.5C17.3284 3 18.7426 3 19.6213 3.87868C20.5 4.75736 20.5 6.17157 20.5 9V16C20.5 18.8284 20.5 20.2426 19.6213 21.1213C18.7426 22 17.3284 22 14.5 22H9.5C6.67157 22 5.25736 22 4.37868 21.1213C3.5 20.2426 3.5 18.8284 3.5 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 15H12M8 10H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-note-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 2V4M11 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 10C19.5 6.70017 19.5 5.05025 18.4749 4.02513C17.4497 3 15.7998 3 12.5 3H9.5C6.20017 3 4.55025 3 3.52513 4.02513C2.5 5.05025 2.5 6.70017 2.5 10V15C2.5 18.2998 2.5 19.9497 3.52513 20.9749C4.55025 22 6.20017 22 9.5 22H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 14L17.5 22M21.5 18L13.5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15H11M7 10H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 2V4M11 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 10C19.5 6.70017 19.5 5.05025 18.4749 4.02513C17.4497 3 15.7998 3 12.5 3H9.5C6.20017 3 4.55025 3 3.52513 4.02513C2.5 5.05025 2.5 6.70017 2.5 10V15C2.5 18.2998 2.5 19.9497 3.52513 20.9749C4.55025 22 6.20017 22 9.5 22H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 14L17.5 22M21.5 18L13.5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15H11M7 10H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-note-done{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 13V10C19.5 6.70017 19.5 5.05025 18.4749 4.02513C17.4497 3 15.7998 3 12.5 3H9.5C6.20017 3 4.55025 3 3.52513 4.02513C2.5 5.05025 2.5 6.70017 2.5 10V15C2.5 18.2998 2.5 19.9497 3.52513 20.9749C4.55025 22 6.20017 22 9.5 22H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 2V4M11 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 20C13.5 20 14.5 20 15.5 22C15.5 22 18.6765 17 21.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15H11M7 10H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 13V10C19.5 6.70017 19.5 5.05025 18.4749 4.02513C17.4497 3 15.7998 3 12.5 3H9.5C6.20017 3 4.55025 3 3.52513 4.02513C2.5 5.05025 2.5 6.70017 2.5 10V15C2.5 18.2998 2.5 19.9497 3.52513 20.9749C4.55025 22 6.20017 22 9.5 22H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 2V4M11 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 20C13.5 20 14.5 20 15.5 22C15.5 22 18.6765 17 21.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15H11M7 10H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-note-edit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2892 21.9609H9.39111C6.14261 21.9609 4.51836 21.9609 3.50918 20.9358C2.5 19.9106 2.5 18.2607 2.5 14.9609V9.96094C2.5 6.66111 2.5 5.01119 3.50918 3.98607C4.51836 2.96094 6.14261 2.96094 9.39111 2.96094H12.3444C15.5929 2.96094 17.4907 3.01612 18.5 4.04125C19.5092 5.06637 19.5 6.66111 19.5 9.96094V11.1474%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9453 2V4M10.9453 2V4M5.94531 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15H11M7 10H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath opacity%3D%220.93%22 d%3D%22M20.7598 14.8785C19.8544 13.8641 19.3112 13.9245 18.7076 14.1056C18.2851 14.166 16.8365 15.8568 16.2329 16.3952C15.2419 17.3743 14.2464 18.3823 14.1807 18.5138C13.9931 18.8188 13.8186 19.3592 13.7341 19.963C13.5771 20.8688 13.3507 21.8885 13.6375 21.9759C13.9242 22.0632 14.7239 21.8954 15.6293 21.7625C16.2329 21.6538 16.6554 21.533 16.9572 21.3519C17.3797 21.0983 18.1644 20.2046 19.5164 18.8761C20.3644 17.9833 21.1823 17.3664 21.4238 16.7626C21.6652 15.8568 21.3031 15.3737 20.7598 14.8785Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.2892 21.9609H9.39111C6.14261 21.9609 4.51836 21.9609 3.50918 20.9358C2.5 19.9106 2.5 18.2607 2.5 14.9609V9.96094C2.5 6.66111 2.5 5.01119 3.50918 3.98607C4.51836 2.96094 6.14261 2.96094 9.39111 2.96094H12.3444C15.5929 2.96094 17.4907 3.01612 18.5 4.04125C19.5092 5.06637 19.5 6.66111 19.5 9.96094V11.1474%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9453 2V4M10.9453 2V4M5.94531 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15H11M7 10H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath opacity%3D%220.93%22 d%3D%22M20.7598 14.8785C19.8544 13.8641 19.3112 13.9245 18.7076 14.1056C18.2851 14.166 16.8365 15.8568 16.2329 16.3952C15.2419 17.3743 14.2464 18.3823 14.1807 18.5138C13.9931 18.8188 13.8186 19.3592 13.7341 19.963C13.5771 20.8688 13.3507 21.8885 13.6375 21.9759C13.9242 22.0632 14.7239 21.8954 15.6293 21.7625C16.2329 21.6538 16.6554 21.533 16.9572 21.3519C17.3797 21.0983 18.1644 20.2046 19.5164 18.8761C20.3644 17.9833 21.1823 17.3664 21.4238 16.7626C21.6652 15.8568 21.3031 15.3737 20.7598 14.8785Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-note-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 2V4M11 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 12.5V10C19.5 6.70017 19.5 5.05025 18.4749 4.02513C17.4497 3 15.7998 3 12.5 3H9.5C6.20017 3 4.55025 3 3.52513 4.02513C2.5 5.05025 2.5 6.70017 2.5 10V15C2.5 18.2998 2.5 19.9497 3.52513 20.9749C4.55025 22 6.20017 22 9.5 22H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 15L18 18.5M18 18.5L14.5 22M18 18.5L21.5 22M18 18.5L14.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15H11M7 10H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 2V4M11 2V4M6 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 12.5V10C19.5 6.70017 19.5 5.05025 18.4749 4.02513C17.4497 3 15.7998 3 12.5 3H9.5C6.20017 3 4.55025 3 3.52513 4.02513C2.5 5.05025 2.5 6.70017 2.5 10V15C2.5 18.2998 2.5 19.9497 3.52513 20.9749C4.55025 22 6.20017 22 9.5 22H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 15L18 18.5M18 18.5L14.5 22M18 18.5L21.5 22M18 18.5L14.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15H11M7 10H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-notebook{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 14.5H13M9 9.5H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10C4 6.22876 4 4.34315 5.17157 3.17157C6.34315 2 8.22876 2 12 2H13.5C17.2712 2 19.1569 2 20.3284 3.17157C21.5 4.34315 21.5 6.22876 21.5 10V14C21.5 17.7712 21.5 19.6569 20.3284 20.8284C19.1569 22 17.2712 22 13.5 22H12C8.22876 22 6.34315 22 5.17157 20.8284C4 19.6569 4 17.7712 4 14V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 6L2.5 6M5 12L2.5 12M5 18H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 14.5H13M9 9.5H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10C4 6.22876 4 4.34315 5.17157 3.17157C6.34315 2 8.22876 2 12 2H13.5C17.2712 2 19.1569 2 20.3284 3.17157C21.5 4.34315 21.5 6.22876 21.5 10V14C21.5 17.7712 21.5 19.6569 20.3284 20.8284C19.1569 22 17.2712 22 13.5 22H12C8.22876 22 6.34315 22 5.17157 20.8284C4 19.6569 4 17.7712 4 14V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 6L2.5 6M5 12L2.5 12M5 18H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-sticky-note-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6119 5.00008L10.0851 7M12.2988 2.76313C12.713 3.49288 12.4672 4.42601 11.7499 4.84733C11.0326 5.26865 10.1153 5.01862 9.70118 4.28887C9.28703 3.55912 9.53281 2.62599 10.2501 2.20467C10.9674 1.78334 11.8847 2.03337 12.2988 2.76313Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 21.998C12.031 20.8176 10.5 18 8.5 18C7.20975 18.1059 6.53573 19.3611 5.84827 20.3287M5.84827 20.3287C5.45174 19.961 5.30251 19.4126 5.00406 18.3158L3.26022 11.9074C2.5584 9.32827 2.20749 8.0387 2.80316 7.02278C3.39882 6.00686 4.70843 5.66132 7.32766 4.97025L9.5 4.39708M5.84827 20.3287C6.2448 20.6965 6.80966 20.8103 7.9394 21.0379L12.0813 21.8725C12.9642 22.0504 12.9721 22.0502 13.8426 21.8205L16.6723 21.0739C19.2916 20.3828 20.6012 20.0373 21.1968 19.0214C21.7925 18.0055 21.4416 16.7159 20.7398 14.1368L19.0029 7.75375C18.301 5.17462 17.9501 3.88506 16.9184 3.29851C16.0196 2.78752 14.9098 2.98396 12.907 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.6119 5.00008L10.0851 7M12.2988 2.76313C12.713 3.49288 12.4672 4.42601 11.7499 4.84733C11.0326 5.26865 10.1153 5.01862 9.70118 4.28887C9.28703 3.55912 9.53281 2.62599 10.2501 2.20467C10.9674 1.78334 11.8847 2.03337 12.2988 2.76313Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 21.998C12.031 20.8176 10.5 18 8.5 18C7.20975 18.1059 6.53573 19.3611 5.84827 20.3287M5.84827 20.3287C5.45174 19.961 5.30251 19.4126 5.00406 18.3158L3.26022 11.9074C2.5584 9.32827 2.20749 8.0387 2.80316 7.02278C3.39882 6.00686 4.70843 5.66132 7.32766 4.97025L9.5 4.39708M5.84827 20.3287C6.2448 20.6965 6.80966 20.8103 7.9394 21.0379L12.0813 21.8725C12.9642 22.0504 12.9721 22.0502 13.8426 21.8205L16.6723 21.0739C19.2916 20.3828 20.6012 20.0373 21.1968 19.0214C21.7925 18.0055 21.4416 16.7159 20.7398 14.1368L19.0029 7.75375C18.301 5.17462 17.9501 3.88506 16.9184 3.29851C16.0196 2.78752 14.9098 2.98396 12.907 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-sticky-note-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5956 20.6989L14.1508 21.3462C11.8879 21.9453 10.7564 22.2448 9.86986 21.7542C8.98333 21.2636 8.68795 20.1744 8.09718 17.996L6.63512 12.6048C6.04436 10.4264 5.74898 9.33725 6.26846 8.4744C6.78794 7.61155 7.91941 7.312 10.1824 6.7129L14.1827 5.65384C16.4457 5.05474 17.5771 4.75519 18.4637 5.2458C19.3502 5.73642 19.6456 6.82561 20.2363 9.00398L21.7042 14.4166C21.9554 15.343 22.0811 15.8062 21.943 16.2417M16.5956 20.6989C17.3477 20.4998 17.3537 20.4966 17.9386 19.9948L20.6824 17.6404C21.4308 16.9983 21.805 16.6772 21.943 16.2417M16.5956 20.6989C16.5956 20.6989 17.1837 16.1058 18.5 15.5C19.9932 14.8128 21.943 16.2417 21.943 16.2417%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 5.00118C16.9356 3.92779 16.7573 3.2521 16.2484 2.76762C15.4689 2.02553 14.218 2.02184 11.716 2.01444L7.29321 2.00137C4.79129 1.99398 3.54033 1.99028 2.76535 2.72777C1.99037 3.46526 1.99402 4.65592 2.00132 7.03725L2.01938 12.9307C2.02668 15.3121 2.03033 16.5027 2.80984 17.2448C3.58935 17.9869 4.84031 17.9906 7.34224 17.998L8.02306 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5956 20.6989L14.1508 21.3462C11.8879 21.9453 10.7564 22.2448 9.86986 21.7542C8.98333 21.2636 8.68795 20.1744 8.09718 17.996L6.63512 12.6048C6.04436 10.4264 5.74898 9.33725 6.26846 8.4744C6.78794 7.61155 7.91941 7.312 10.1824 6.7129L14.1827 5.65384C16.4457 5.05474 17.5771 4.75519 18.4637 5.2458C19.3502 5.73642 19.6456 6.82561 20.2363 9.00398L21.7042 14.4166C21.9554 15.343 22.0811 15.8062 21.943 16.2417M16.5956 20.6989C17.3477 20.4998 17.3537 20.4966 17.9386 19.9948L20.6824 17.6404C21.4308 16.9983 21.805 16.6772 21.943 16.2417M16.5956 20.6989C16.5956 20.6989 17.1837 16.1058 18.5 15.5C19.9932 14.8128 21.943 16.2417 21.943 16.2417%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 5.00118C16.9356 3.92779 16.7573 3.2521 16.2484 2.76762C15.4689 2.02553 14.218 2.02184 11.716 2.01444L7.29321 2.00137C4.79129 1.99398 3.54033 1.99028 2.76535 2.72777C1.99037 3.46526 1.99402 4.65592 2.00132 7.03725L2.01938 12.9307C2.02668 15.3121 2.03033 16.5027 2.80984 17.2448C3.58935 17.9869 4.84031 17.9906 7.34224 17.998L8.02306 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-task-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.99805 16H11.998M7.99805 11H15.998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 3.5C5.9442 3.54667 5.01661 3.71984 4.37477 4.36227C3.49609 5.24177 3.49609 6.6573 3.49609 9.48836L3.49609 15.9944C3.49609 18.8255 3.49609 20.241 4.37477 21.1205C5.25345 22 6.66767 22 9.49609 22L14.4961 22C17.3245 22 18.7387 22 19.6174 21.1205C20.4961 20.241 20.4961 18.8255 20.4961 15.9944V9.48836C20.4961 6.6573 20.4961 5.24177 19.6174 4.36228C18.9756 3.71984 18.048 3.54667 16.4922 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.49609 3.75C7.49609 2.7835 8.2796 2 9.24609 2H14.7461C15.7126 2 16.4961 2.7835 16.4961 3.75C16.4961 4.7165 15.7126 5.5 14.7461 5.5H9.24609C8.2796 5.5 7.49609 4.7165 7.49609 3.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.99805 16H11.998M7.99805 11H15.998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 3.5C5.9442 3.54667 5.01661 3.71984 4.37477 4.36227C3.49609 5.24177 3.49609 6.6573 3.49609 9.48836L3.49609 15.9944C3.49609 18.8255 3.49609 20.241 4.37477 21.1205C5.25345 22 6.66767 22 9.49609 22L14.4961 22C17.3245 22 18.7387 22 19.6174 21.1205C20.4961 20.241 20.4961 18.8255 20.4961 15.9944V9.48836C20.4961 6.6573 20.4961 5.24177 19.6174 4.36228C18.9756 3.71984 18.048 3.54667 16.4922 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.49609 3.75C7.49609 2.7835 8.2796 2 9.24609 2H14.7461C15.7126 2 16.4961 2.7835 16.4961 3.75C16.4961 4.7165 15.7126 5.5 14.7461 5.5H9.24609C8.2796 5.5 7.49609 4.7165 7.49609 3.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-task-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 9.36842C3.5 5.89491 3.5 4.15816 4.52513 3.07908C5.55025 2 7.20017 2 10.5 2H13.5C16.7998 2 18.4497 2 19.4749 3.07908C20.5 4.15816 20.5 5.89491 20.5 9.36842V14.6316C20.5 18.1051 20.5 19.8418 19.4749 20.9209C18.4497 22 16.7998 22 13.5 22H10.5C7.20017 22 5.55025 22 4.52513 20.9209C3.5 19.8418 3.5 18.1051 3.5 14.6316V9.36842Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2L8.0822 2.4932C8.28174 3.69044 8.38151 4.28906 8.80113 4.64453C9.22075 5 9.82762 5 11.0414 5H12.9586C14.1724 5 14.7793 5 15.1989 4.64453C15.6185 4.28906 15.7183 3.69044 15.9178 2.4932L16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16H12M8 11H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 9.36842C3.5 5.89491 3.5 4.15816 4.52513 3.07908C5.55025 2 7.20017 2 10.5 2H13.5C16.7998 2 18.4497 2 19.4749 3.07908C20.5 4.15816 20.5 5.89491 20.5 9.36842V14.6316C20.5 18.1051 20.5 19.8418 19.4749 20.9209C18.4497 22 16.7998 22 13.5 22H10.5C7.20017 22 5.55025 22 4.52513 20.9209C3.5 19.8418 3.5 18.1051 3.5 14.6316V9.36842Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2L8.0822 2.4932C8.28174 3.69044 8.38151 4.28906 8.80113 4.64453C9.22075 5 9.82762 5 11.0414 5H12.9586C14.1724 5 14.7793 5 15.1989 4.64453C15.6185 4.28906 15.7183 3.69044 15.9178 2.4932L16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16H12M8 11H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-task-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 15L18 22M21.5 18.5L14.5 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16H11M7 11H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3.5C4.9442 3.54667 4.01661 3.71984 3.37477 4.36227C2.49609 5.24177 2.49609 6.6573 2.49609 9.48836L2.49609 15.9944C2.49609 18.8255 2.49609 20.241 3.37477 21.1205C4.25345 22 5.66767 22 8.49609 22H11.5M15.4922 3.5C17.048 3.54667 17.9756 3.71984 18.6174 4.36228C19.4961 5.24177 19.4961 6.6573 19.4961 9.48836V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.49609 3.75C6.49609 2.7835 7.2796 2 8.24609 2H13.7461C14.7126 2 15.4961 2.7835 15.4961 3.75C15.4961 4.7165 14.7126 5.5 13.7461 5.5H8.24609C7.2796 5.5 6.49609 4.7165 6.49609 3.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 15L18 22M21.5 18.5L14.5 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16H11M7 11H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3.5C4.9442 3.54667 4.01661 3.71984 3.37477 4.36227C2.49609 5.24177 2.49609 6.6573 2.49609 9.48836L2.49609 15.9944C2.49609 18.8255 2.49609 20.241 3.37477 21.1205C4.25345 22 5.66767 22 8.49609 22H11.5M15.4922 3.5C17.048 3.54667 17.9756 3.71984 18.6174 4.36228C19.4961 5.24177 19.4961 6.6573 19.4961 9.48836V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.49609 3.75C6.49609 2.7835 7.2796 2 8.24609 2H13.7461C14.7126 2 15.4961 2.7835 15.4961 3.75C15.4961 4.7165 14.7126 5.5 13.7461 5.5H8.24609C7.2796 5.5 6.49609 4.7165 6.49609 3.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-task-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 22H9.5C6.20017 22 4.55025 22 3.52513 20.9209C2.5 19.8418 2.5 18.1051 2.5 14.6316V9.36842C2.5 5.89491 2.5 4.15816 3.52513 3.07908C4.55025 2 6.20017 2 9.5 2H12.5C15.7998 2 17.4497 2 18.4749 3.07908C19.5 4.15816 19.5 5.89491 19.5 9.36842V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15L18 22M21.5 18.5L14.5 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 2L7.0822 2.4932C7.28174 3.69044 7.38151 4.28906 7.80113 4.64453C8.22075 5 8.82762 5 10.0414 5H11.9586C13.1724 5 13.7793 5 14.1989 4.64453C14.6185 4.28906 14.7183 3.69044 14.9178 2.4932L15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16H11M7 11H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 22H9.5C6.20017 22 4.55025 22 3.52513 20.9209C2.5 19.8418 2.5 18.1051 2.5 14.6316V9.36842C2.5 5.89491 2.5 4.15816 3.52513 3.07908C4.55025 2 6.20017 2 9.5 2H12.5C15.7998 2 17.4497 2 18.4749 3.07908C19.5 4.15816 19.5 5.89491 19.5 9.36842V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15L18 22M21.5 18.5L14.5 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 2L7.0822 2.4932C7.28174 3.69044 7.38151 4.28906 7.80113 4.64453C8.22075 5 8.82762 5 10.0414 5H11.9586C13.1724 5 13.7793 5 14.1989 4.64453C14.6185 4.28906 14.7183 3.69044 14.9178 2.4932L15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16H11M7 11H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-task-daily-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 3.5C5.9442 3.54667 5.01661 3.71984 4.37477 4.36227C3.49609 5.24177 3.49609 6.6573 3.49609 9.48836L3.49609 15.9944C3.49609 18.8255 3.49609 20.241 4.37477 21.1205C5.25345 22 6.66767 22 9.49609 22L14.4961 22C17.3245 22 18.7387 22 19.6174 21.1205C20.4961 20.241 20.4961 18.8255 20.4961 15.9944V9.48836C20.4961 6.6573 20.4961 5.24177 19.6174 4.36228C18.9756 3.71984 18.048 3.54667 16.4922 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.49609 3.75C7.49609 2.7835 8.2796 2 9.24609 2H14.7461C15.7126 2 16.4961 2.7835 16.4961 3.75C16.4961 4.7165 15.7126 5.5 14.7461 5.5H9.24609C8.2796 5.5 7.49609 4.7165 7.49609 3.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 11H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12C7 12 7.5 12 8 13C8 13 9.58824 10.5 11 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 17H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17H9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 3.5C5.9442 3.54667 5.01661 3.71984 4.37477 4.36227C3.49609 5.24177 3.49609 6.6573 3.49609 9.48836L3.49609 15.9944C3.49609 18.8255 3.49609 20.241 4.37477 21.1205C5.25345 22 6.66767 22 9.49609 22L14.4961 22C17.3245 22 18.7387 22 19.6174 21.1205C20.4961 20.241 20.4961 18.8255 20.4961 15.9944V9.48836C20.4961 6.6573 20.4961 5.24177 19.6174 4.36228C18.9756 3.71984 18.048 3.54667 16.4922 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.49609 3.75C7.49609 2.7835 8.2796 2 9.24609 2H14.7461C15.7126 2 16.4961 2.7835 16.4961 3.75C16.4961 4.7165 15.7126 5.5 14.7461 5.5H9.24609C8.2796 5.5 7.49609 4.7165 7.49609 3.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 11H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12C7 12 7.5 12 8 13C8 13 9.58824 10.5 11 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 17H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17H9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-task-daily-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 9.36842C3.5 5.89491 3.5 4.15816 4.52513 3.07908C5.55025 2 7.20017 2 10.5 2H13.5C16.7998 2 18.4497 2 19.4749 3.07908C20.5 4.15816 20.5 5.89491 20.5 9.36842V14.6316C20.5 18.1051 20.5 19.8418 19.4749 20.9209C18.4497 22 16.7998 22 13.5 22H10.5C7.20017 22 5.55025 22 4.52513 20.9209C3.5 19.8418 3.5 18.1051 3.5 14.6316V9.36842Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 11H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12C7 12 7.5 12 8 13C8 13 9.58824 10.5 11 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 17H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2L8.0822 2.4932C8.28174 3.69044 8.38151 4.28906 8.80113 4.64453C9.22075 5 9.82762 5 11.0414 5H12.9586C14.1724 5 14.7793 5 15.1989 4.64453C15.6185 4.28906 15.7183 3.69044 15.9178 2.4932L16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17H9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 9.36842C3.5 5.89491 3.5 4.15816 4.52513 3.07908C5.55025 2 7.20017 2 10.5 2H13.5C16.7998 2 18.4497 2 19.4749 3.07908C20.5 4.15816 20.5 5.89491 20.5 9.36842V14.6316C20.5 18.1051 20.5 19.8418 19.4749 20.9209C18.4497 22 16.7998 22 13.5 22H10.5C7.20017 22 5.55025 22 4.52513 20.9209C3.5 19.8418 3.5 18.1051 3.5 14.6316V9.36842Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 11H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12C7 12 7.5 12 8 13C8 13 9.58824 10.5 11 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 17H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 2L8.0822 2.4932C8.28174 3.69044 8.38151 4.28906 8.80113 4.64453C9.22075 5 9.82762 5 11.0414 5H12.9586C14.1724 5 14.7793 5 15.1989 4.64453C15.6185 4.28906 15.7183 3.69044 15.9178 2.4932L16 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17H9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-task-done-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 20C13.5 20 14.5 20 15.5 22C15.5 22 18.6765 17 21.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16H11M7 11H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3.5C4.9442 3.54667 4.01661 3.71984 3.37477 4.36227C2.49609 5.24177 2.49609 6.6573 2.49609 9.48836L2.49609 15.9944C2.49609 18.8255 2.49609 20.241 3.37477 21.1205C4.25345 22 5.66767 22 8.49609 22L10.9961 22M15.4922 3.5C17.048 3.54667 17.9756 3.71984 18.6174 4.36228C19.4961 5.24177 19.4961 6.6573 19.4961 9.48836V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.49609 3.75C6.49609 2.7835 7.2796 2 8.24609 2H13.7461C14.7126 2 15.4961 2.7835 15.4961 3.75C15.4961 4.7165 14.7126 5.5 13.7461 5.5H8.24609C7.2796 5.5 6.49609 4.7165 6.49609 3.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 20C13.5 20 14.5 20 15.5 22C15.5 22 18.6765 17 21.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16H11M7 11H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3.5C4.9442 3.54667 4.01661 3.71984 3.37477 4.36227C2.49609 5.24177 2.49609 6.6573 2.49609 9.48836L2.49609 15.9944C2.49609 18.8255 2.49609 20.241 3.37477 21.1205C4.25345 22 5.66767 22 8.49609 22L10.9961 22M15.4922 3.5C17.048 3.54667 17.9756 3.71984 18.6174 4.36228C19.4961 5.24177 19.4961 6.6573 19.4961 9.48836V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.49609 3.75C6.49609 2.7835 7.2796 2 8.24609 2H13.7461C14.7126 2 15.4961 2.7835 15.4961 3.75C15.4961 4.7165 14.7126 5.5 13.7461 5.5H8.24609C7.2796 5.5 6.49609 4.7165 6.49609 3.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-task-done-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 13V9.36842C19.5 5.89491 19.5 4.15816 18.4749 3.07908C17.4497 2 15.7998 2 12.5 2H9.5C6.20017 2 4.55025 2 3.52513 3.07908C2.5 4.15816 2.5 5.89491 2.5 9.36842V14.6316C2.5 18.1051 2.5 19.8418 3.52513 20.9209C4.55025 22 6.20017 22 9.5 22H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 20C13.5 20 14.5 20 15.5 22C15.5 22 18.6765 17 21.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 2L7.0822 2.4932C7.28174 3.69044 7.38151 4.28906 7.80113 4.64453C8.22075 5 8.82762 5 10.0414 5H11.9586C13.1724 5 13.7793 5 14.1989 4.64453C14.6185 4.28906 14.7183 3.69044 14.9178 2.4932L15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16H11M7 11H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 13V9.36842C19.5 5.89491 19.5 4.15816 18.4749 3.07908C17.4497 2 15.7998 2 12.5 2H9.5C6.20017 2 4.55025 2 3.52513 3.07908C2.5 4.15816 2.5 5.89491 2.5 9.36842V14.6316C2.5 18.1051 2.5 19.8418 3.52513 20.9209C4.55025 22 6.20017 22 9.5 22H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 20C13.5 20 14.5 20 15.5 22C15.5 22 18.6765 17 21.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 2L7.0822 2.4932C7.28174 3.69044 7.38151 4.28906 7.80113 4.64453C8.22075 5 8.82762 5 10.0414 5H11.9586C13.1724 5 13.7793 5 14.1989 4.64453C14.6185 4.28906 14.7183 3.69044 14.9178 2.4932L15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16H11M7 11H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-task-edit-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 16H10.5M6.5 11H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 22H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.49662 22C6.34739 21.975 5.5729 22 4.57357 21.775C3.52427 21.5 2.87471 20.85 2.64986 19.55C2.42501 18.7 2.4973 14.9238 2.49996 11.325C2.50202 8.53219 2.52055 5.99934 2.74979 5.475C3.07458 4.35 3.82408 3.55 6.14753 3.525M16.0159 3.525C16.8154 3.6 18.9051 3.525 19.3137 5.825C19.5358 7.075 19.4886 8.85 19.4886 10.975M8.17118 5.5C9.22048 5.525 12.5932 5.5 13.7425 5.5C14.8917 5.5 15.499 4.55409 15.4913 3.675C15.4834 2.77925 14.6918 2.08017 13.9173 2C12.968 2 8.94567 2 8.1462 2C7.22182 2.05 6.59723 2.8 6.4973 3.55C6.39737 4.575 7.14687 5.45 8.17118 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.2643 14.3752C16.8902 15.7752 14.242 18.2752 14.242 18.4502C14.0284 18.747 13.8422 19.3502 13.7173 20.2002C13.5604 20.9881 13.3725 21.6752 13.5924 21.8752C13.8123 22.0752 14.6402 21.9066 15.5161 21.7252C16.2157 21.6502 16.8652 21.4002 17.19 21.1502C17.6647 20.73 20.8875 17.4752 21.2623 17.0502C21.5371 16.6752 21.5621 15.9752 21.3223 15.5502C21.1873 15.2502 20.3379 14.4502 20.0631 14.2252C19.5634 13.9252 18.8639 13.8752 18.2643 14.3752Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.5 16H10.5M6.5 11H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 22H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.49662 22C6.34739 21.975 5.5729 22 4.57357 21.775C3.52427 21.5 2.87471 20.85 2.64986 19.55C2.42501 18.7 2.4973 14.9238 2.49996 11.325C2.50202 8.53219 2.52055 5.99934 2.74979 5.475C3.07458 4.35 3.82408 3.55 6.14753 3.525M16.0159 3.525C16.8154 3.6 18.9051 3.525 19.3137 5.825C19.5358 7.075 19.4886 8.85 19.4886 10.975M8.17118 5.5C9.22048 5.525 12.5932 5.5 13.7425 5.5C14.8917 5.5 15.499 4.55409 15.4913 3.675C15.4834 2.77925 14.6918 2.08017 13.9173 2C12.968 2 8.94567 2 8.1462 2C7.22182 2.05 6.59723 2.8 6.4973 3.55C6.39737 4.575 7.14687 5.45 8.17118 5.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.2643 14.3752C16.8902 15.7752 14.242 18.2752 14.242 18.4502C14.0284 18.747 13.8422 19.3502 13.7173 20.2002C13.5604 20.9881 13.3725 21.6752 13.5924 21.8752C13.8123 22.0752 14.6402 21.9066 15.5161 21.7252C16.2157 21.6502 16.8652 21.4002 17.19 21.1502C17.6647 20.73 20.8875 17.4752 21.2623 17.0502C21.5371 16.6752 21.5621 15.9752 21.3223 15.5502C21.1873 15.2502 20.3379 14.4502 20.0631 14.2252C19.5634 13.9252 18.8639 13.8752 18.2643 14.3752Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-task-edit-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 15.9927H11M7 10.9951H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 21.9902H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.49654 21.9902C6.32493 21.9652 5.52493 21.8903 4.74993 21.6654C3.70063 21.3905 2.93477 20.466 2.70993 19.1666C2.42493 17.9422 2.52493 14.9187 2.49988 11.3205C2.50195 8.52904 2.37492 5.84816 2.82492 4.32391C3.09992 3.82416 3.32492 2.00005 7.04993 2.02504C7.67493 2.00005 14.2999 1.95008 15.3499 2.05003C18.8499 2.12499 19.1999 3.92411 19.3999 5.62327C19.5267 6.87266 19.4999 8.87168 19.4999 10.9956M6.99993 2.00005C7.29993 3.62426 7.27493 4.67374 8.37493 4.92362C8.84993 4.99858 9.93522 4.99658 11.0999 4.99858C12.1395 5.00037 13.1999 5.00975 13.6749 4.89863C14.8499 4.62376 14.7249 3.17448 15.0249 2.00005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.2643 14.3692C16.8902 15.7685 14.242 18.2672 14.242 18.4422C14.0284 18.7388 13.8422 19.3417 13.7173 20.1913C13.5604 20.9788 13.3725 21.6656 13.5924 21.8655C13.8123 22.0654 14.6402 21.8969 15.5161 21.7156C16.2157 21.6406 16.8652 21.3907 17.19 21.1408C17.6647 20.7208 20.8875 17.4676 21.2623 17.0428C21.5371 16.668 21.5621 15.9684 21.3223 15.5436C21.1873 15.2437 20.3379 14.4441 20.0631 14.2192C19.5634 13.9194 18.8639 13.8694 18.2643 14.3692Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 15.9927H11M7 10.9951H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 21.9902H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.49654 21.9902C6.32493 21.9652 5.52493 21.8903 4.74993 21.6654C3.70063 21.3905 2.93477 20.466 2.70993 19.1666C2.42493 17.9422 2.52493 14.9187 2.49988 11.3205C2.50195 8.52904 2.37492 5.84816 2.82492 4.32391C3.09992 3.82416 3.32492 2.00005 7.04993 2.02504C7.67493 2.00005 14.2999 1.95008 15.3499 2.05003C18.8499 2.12499 19.1999 3.92411 19.3999 5.62327C19.5267 6.87266 19.4999 8.87168 19.4999 10.9956M6.99993 2.00005C7.29993 3.62426 7.27493 4.67374 8.37493 4.92362C8.84993 4.99858 9.93522 4.99658 11.0999 4.99858C12.1395 5.00037 13.1999 5.00975 13.6749 4.89863C14.8499 4.62376 14.7249 3.17448 15.0249 2.00005%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.2643 14.3692C16.8902 15.7685 14.242 18.2672 14.242 18.4422C14.0284 18.7388 13.8422 19.3417 13.7173 20.1913C13.5604 20.9788 13.3725 21.6656 13.5924 21.8655C13.8123 22.0654 14.6402 21.8969 15.5161 21.7156C16.2157 21.6406 16.8652 21.3907 17.19 21.1408C17.6647 20.7208 20.8875 17.4676 21.2623 17.0428C21.5371 16.668 21.5621 15.9684 21.3223 15.5436C21.1873 15.2437 20.3379 14.4441 20.0631 14.2192C19.5634 13.9194 18.8639 13.8694 18.2643 14.3692Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-task-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5 16L18.5 19M18.5 19L15.5 22M18.5 19L21.5 22M18.5 19L15.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16H11M7 11H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3.5C4.9442 3.54667 4.01661 3.71984 3.37477 4.36227C2.49609 5.24177 2.49609 6.6573 2.49609 9.48836L2.49609 15.9944C2.49609 18.8255 2.49609 20.241 3.37477 21.1205C4.25345 22 5.66767 22 8.49609 22H12M15.4922 3.5C17.048 3.54667 17.9756 3.71984 18.6174 4.36228C19.4961 5.24177 19.4961 6.6573 19.4961 9.48836V12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.49609 3.75C6.49609 2.7835 7.2796 2 8.24609 2H13.7461C14.7126 2 15.4961 2.7835 15.4961 3.75C15.4961 4.7165 14.7126 5.5 13.7461 5.5H8.24609C7.2796 5.5 6.49609 4.7165 6.49609 3.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5 16L18.5 19M18.5 19L15.5 22M18.5 19L21.5 22M18.5 19L15.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16H11M7 11H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3.5C4.9442 3.54667 4.01661 3.71984 3.37477 4.36227C2.49609 5.24177 2.49609 6.6573 2.49609 9.48836L2.49609 15.9944C2.49609 18.8255 2.49609 20.241 3.37477 21.1205C4.25345 22 5.66767 22 8.49609 22H12M15.4922 3.5C17.048 3.54667 17.9756 3.71984 18.6174 4.36228C19.4961 5.24177 19.4961 6.6573 19.4961 9.48836V12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.49609 3.75C6.49609 2.7835 7.2796 2 8.24609 2H13.7461C14.7126 2 15.4961 2.7835 15.4961 3.75C15.4961 4.7165 14.7126 5.5 13.7461 5.5H8.24609C7.2796 5.5 6.49609 4.7165 6.49609 3.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-notes-and-tasks-icons-task-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 22H9.5C6.20017 22 4.55025 22 3.52513 20.9209C2.5 19.8418 2.5 18.1051 2.5 14.6316V9.36842C2.5 5.89491 2.5 4.15816 3.52513 3.07908C4.55025 2 6.20017 2 9.5 2H12.5C15.7998 2 17.4497 2 18.4749 3.07908C19.5 4.15816 19.5 5.89491 19.5 9.36842V12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 16L19 19M19 19L16 22M19 19L22 22M19 19L16 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 2L7.0822 2.4932C7.28174 3.69044 7.38151 4.28906 7.80113 4.64453C8.22075 5 8.82762 5 10.0414 5H11.9586C13.1724 5 13.7793 5 14.1989 4.64453C14.6185 4.28906 14.7183 3.69044 14.9178 2.4932L15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16H11M7 11H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 22H9.5C6.20017 22 4.55025 22 3.52513 20.9209C2.5 19.8418 2.5 18.1051 2.5 14.6316V9.36842C2.5 5.89491 2.5 4.15816 3.52513 3.07908C4.55025 2 6.20017 2 9.5 2H12.5C15.7998 2 17.4497 2 18.4749 3.07908C19.5 4.15816 19.5 5.89491 19.5 9.36842V12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 16L19 19M19 19L16 22M19 19L22 22M19 19L16 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 2L7.0822 2.4932C7.28174 3.69044 7.38151 4.28906 7.80113 4.64453C8.22075 5 8.82762 5 10.0414 5H11.9586C13.1724 5 13.7793 5 14.1989 4.64453C14.6185 4.28906 14.7183 3.69044 14.9178 2.4932L15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 16H11M7 11H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-presentation-icons-co-present{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.58984 18.177C3.44055 18.0742 3.30166 17.9585 3.17157 17.8284C2 16.6569 2 14.7712 2 11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H14C17.7712 3 19.6569 3 20.8284 4.17157C22 5.34315 22 7.22876 22 11C22 14.7712 22 16.6569 20.8284 17.8284C20.6983 17.9585 20.5595 18.0742 20.4102 18.177%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.6863 16.926C7.82171 17.4525 5.55483 18.5276 6.93552 19.8729C7.60997 20.53 8.36113 21 9.30553 21H14.6945C15.6389 21 16.39 20.53 17.0645 19.8729C18.4452 18.5276 16.1783 17.4525 15.3137 16.926C13.2863 15.6913 10.7137 15.6913 8.6863 16.926Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 11C14.5 12.3807 13.3807 13.5 12 13.5C10.6193 13.5 9.5 12.3807 9.5 11C9.5 9.61929 10.6193 8.5 12 8.5C13.3807 8.5 14.5 9.61929 14.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.58984 18.177C3.44055 18.0742 3.30166 17.9585 3.17157 17.8284C2 16.6569 2 14.7712 2 11C2 7.22876 2 5.34315 3.17157 4.17157C4.34315 3 6.22876 3 10 3H14C17.7712 3 19.6569 3 20.8284 4.17157C22 5.34315 22 7.22876 22 11C22 14.7712 22 16.6569 20.8284 17.8284C20.6983 17.9585 20.5595 18.0742 20.4102 18.177%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.6863 16.926C7.82171 17.4525 5.55483 18.5276 6.93552 19.8729C7.60997 20.53 8.36113 21 9.30553 21H14.6945C15.6389 21 16.39 20.53 17.0645 19.8729C18.4452 18.5276 16.1783 17.4525 15.3137 16.926C13.2863 15.6913 10.7137 15.6913 8.6863 16.926Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 11C14.5 12.3807 13.3807 13.5 12 13.5C10.6193 13.5 9.5 12.3807 9.5 11C9.5 9.61929 10.6193 8.5 12 8.5C13.3807 8.5 14.5 9.61929 14.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-presentation-icons-presentation-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 11C2.5 13.8284 2.5 15.2426 3.37868 16.1213C4.25736 17 5.67157 17 8.5 17H15.5C18.3284 17 19.7426 17 20.6213 16.1213C21.5 15.2426 21.5 13.8284 21.5 11V8C21.5 5.17157 21.5 3.75736 20.6213 2.87868C19.7426 2 18.3284 2 15.5 2H8.5C5.67157 2 4.25736 2 3.37868 2.87868C2.5 3.75736 2.5 5.17157 2.5 8V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.25 22C11.25 22.4142 11.5858 22.75 12 22.75C12.4142 22.75 12.75 22.4142 12.75 22L11.25 22ZM11.25 17L11.25 22L12.75 22L12.75 17L11.25 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 22L12.0001 19L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 11C2.5 13.8284 2.5 15.2426 3.37868 16.1213C4.25736 17 5.67157 17 8.5 17H15.5C18.3284 17 19.7426 17 20.6213 16.1213C21.5 15.2426 21.5 13.8284 21.5 11V8C21.5 5.17157 21.5 3.75736 20.6213 2.87868C19.7426 2 18.3284 2 15.5 2H8.5C5.67157 2 4.25736 2 3.37868 2.87868C2.5 3.75736 2.5 5.17157 2.5 8V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.25 22C11.25 22.4142 11.5858 22.75 12 22.75C12.4142 22.75 12.75 22.4142 12.75 22L11.25 22ZM11.25 17L11.25 22L12.75 22L12.75 17L11.25 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 22L12.0001 19L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-presentation-icons-presentation-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 17H21V8C21 5.17157 21 3.75736 20.1213 2.87868C19.2426 2 17.8284 2 15 2H9C6.17157 2 4.75736 2 3.87868 2.87868C3 3.75736 3 5.17157 3 8V17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 17H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.25 22C11.25 22.4142 11.5858 22.75 12 22.75C12.4142 22.75 12.75 22.4142 12.75 22L11.25 22ZM11.25 17L11.25 22L12.75 22L12.75 17L11.25 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 22L12.0001 19L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 17H21V8C21 5.17157 21 3.75736 20.1213 2.87868C19.2426 2 17.8284 2 15 2H9C6.17157 2 4.75736 2 3.87868 2.87868C3 3.75736 3 5.17157 3 8V17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 17H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.25 22C11.25 22.4142 11.5858 22.75 12 22.75C12.4142 22.75 12.75 22.4142 12.75 22L11.25 22ZM11.25 17L11.25 22L12.75 22L12.75 17L11.25 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7 22L12.0001 19L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-presentation-icons-presentation-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10C3 12.8284 3 14.2426 3.87868 15.1213C4.75736 16 6.17157 16 9 16H15C17.8284 16 19.2426 16 20.1213 15.1213C21 14.2426 21 12.8284 21 10V4.5H3V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16L12 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 2H3C2.5286 2 2.29289 2 2.14645 2.14645C2 2.29289 2 2.5286 2 3V3.5C2 3.9714 2 4.20711 2.14645 4.35355C2.29289 4.5 2.5286 4.5 3 4.5H21C21.4714 4.5 21.7071 4.5 21.8536 4.35355C22 4.20711 22 3.9714 22 3.5V3C22 2.5286 22 2.29289 21.8536 2.14645C21.7071 2 21.4714 2 21 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10C3 12.8284 3 14.2426 3.87868 15.1213C4.75736 16 6.17157 16 9 16H15C17.8284 16 19.2426 16 20.1213 15.1213C21 14.2426 21 12.8284 21 10V4.5H3V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16L12 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 2H3C2.5286 2 2.29289 2 2.14645 2.14645C2 2.29289 2 2.5286 2 3V3.5C2 3.9714 2 4.20711 2.14645 4.35355C2.29289 4.5 2.5286 4.5 3 4.5H21C21.4714 4.5 21.7071 4.5 21.8536 4.35355C22 4.20711 22 3.9714 22 3.5V3C22 2.5286 22 2.29289 21.8536 2.14645C21.7071 2 21.4714 2 21 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-presentation-icons-presentation-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 11.5C2.5 14.3284 2.5 15.7426 3.37868 16.6213C4.25736 17.5 5.67157 17.5 8.5 17.5H15.5C18.3284 17.5 19.7426 17.5 20.6213 16.6213C21.5 15.7426 21.5 14.3284 21.5 11.5V9.5C21.5 6.67157 21.5 5.25736 20.6213 4.37868C19.7426 3.5 18.3284 3.5 15.5 3.5H8.5C5.67157 3.5 4.25736 3.5 3.37868 4.37868C2.5 5.25736 2.5 6.67157 2.5 9.5V11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.25 22C11.25 22.4142 11.5858 22.75 12 22.75C12.4142 22.75 12.75 22.4142 12.75 22L11.25 22ZM11.25 17L11.25 22L12.75 22L12.75 17L11.25 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22L12.0001 19L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 11.5C2.5 14.3284 2.5 15.7426 3.37868 16.6213C4.25736 17.5 5.67157 17.5 8.5 17.5H15.5C18.3284 17.5 19.7426 17.5 20.6213 16.6213C21.5 15.7426 21.5 14.3284 21.5 11.5V9.5C21.5 6.67157 21.5 5.25736 20.6213 4.37868C19.7426 3.5 18.3284 3.5 15.5 3.5H8.5C5.67157 3.5 4.25736 3.5 3.37868 4.37868C2.5 5.25736 2.5 6.67157 2.5 9.5V11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.25 22C11.25 22.4142 11.5858 22.75 12 22.75C12.4142 22.75 12.75 22.4142 12.75 22L11.25 22ZM11.25 17L11.25 22L12.75 22L12.75 17L11.25 17Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M12 2L12 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22L12.0001 19L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-presentation-icons-presentation-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 11C2.5 13.8284 2.5 15.2426 3.37868 16.1213C4.25736 17 5.67157 17 8.5 17H15.5C18.3284 17 19.7426 17 20.6213 16.1213C21.5 15.2426 21.5 13.8284 21.5 11V8C21.5 5.17157 21.5 3.75736 20.6213 2.87868C19.7426 2 18.3284 2 15.5 2H8.5C5.67157 2 4.25736 2 3.37868 2.87868C2.5 3.75736 2.5 5.17157 2.5 8V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 22L8.82821 21.6717C9.40628 21.0936 9.69532 20.8045 10.0629 20.6523C10.4305 20.5 10.8392 20.5 11.6568 20.5H12.343C13.1605 20.5 13.5692 20.5 13.9368 20.6522C14.3043 20.8045 14.5933 21.0935 15.1714 21.6716L15.4998 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 11C2.5 13.8284 2.5 15.2426 3.37868 16.1213C4.25736 17 5.67157 17 8.5 17H15.5C18.3284 17 19.7426 17 20.6213 16.1213C21.5 15.2426 21.5 13.8284 21.5 11V8C21.5 5.17157 21.5 3.75736 20.6213 2.87868C19.7426 2 18.3284 2 15.5 2H8.5C5.67157 2 4.25736 2 3.37868 2.87868C2.5 3.75736 2.5 5.17157 2.5 8V11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 22L8.82821 21.6717C9.40628 21.0936 9.69532 20.8045 10.0629 20.6523C10.4305 20.5 10.8392 20.5 11.6568 20.5H12.343C13.1605 20.5 13.5692 20.5 13.9368 20.6522C14.3043 20.8045 14.5933 21.0935 15.1714 21.6716L15.4998 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-presentation-icons-presentation-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 17H21V8C21 5.17157 21 3.75736 20.1213 2.87868C19.2426 2 17.8284 2 15 2H9C6.17157 2 4.75736 2 3.87868 2.87868C3 3.75736 3 5.17157 3 8V17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 17H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 22L8.82821 21.6717C9.40628 21.0936 9.69532 20.8045 10.0629 20.6523C10.4305 20.5 10.8392 20.5 11.6568 20.5H12.343C13.1605 20.5 13.5692 20.5 13.9368 20.6522C14.3043 20.8045 14.5933 21.0935 15.1714 21.6716L15.4998 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 17H21V8C21 5.17157 21 3.75736 20.1213 2.87868C19.2426 2 17.8284 2 15 2H9C6.17157 2 4.75736 2 3.87868 2.87868C3 3.75736 3 5.17157 3 8V17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 17H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 22L8.82821 21.6717C9.40628 21.0936 9.69532 20.8045 10.0629 20.6523C10.4305 20.5 10.8392 20.5 11.6568 20.5H12.343C13.1605 20.5 13.5692 20.5 13.9368 20.6522C14.3043 20.8045 14.5933 21.0935 15.1714 21.6716L15.4998 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-presentation-icons-presentation-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 11.5C2.5 14.3284 2.5 15.7426 3.37868 16.6213C4.25736 17.5 5.67157 17.5 8.5 17.5H15.5C18.3284 17.5 19.7426 17.5 20.6213 16.6213C21.5 15.7426 21.5 14.3284 21.5 11.5V9.5C21.5 6.67157 21.5 5.25736 20.6213 4.37868C19.7426 3.5 18.3284 3.5 15.5 3.5H8.5C5.67157 3.5 4.25736 3.5 3.37868 4.37868C2.5 5.25736 2.5 6.67157 2.5 9.5V11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 22L8.82821 21.6717C9.40628 21.0936 9.69532 20.8045 10.0629 20.6523C10.4305 20.5 10.8392 20.5 11.6568 20.5H12.343C13.1605 20.5 13.5692 20.5 13.9368 20.6522C14.3043 20.8045 14.5933 21.0935 15.1714 21.6716L15.4998 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 11.5C2.5 14.3284 2.5 15.7426 3.37868 16.6213C4.25736 17.5 5.67157 17.5 8.5 17.5H15.5C18.3284 17.5 19.7426 17.5 20.6213 16.6213C21.5 15.7426 21.5 14.3284 21.5 11.5V9.5C21.5 6.67157 21.5 5.25736 20.6213 4.37868C19.7426 3.5 18.3284 3.5 15.5 3.5H8.5C5.67157 3.5 4.25736 3.5 3.37868 4.37868C2.5 5.25736 2.5 6.67157 2.5 9.5V11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 22L8.82821 21.6717C9.40628 21.0936 9.69532 20.8045 10.0629 20.6523C10.4305 20.5 10.8392 20.5 11.6568 20.5H12.343C13.1605 20.5 13.5692 20.5 13.9368 20.6522C14.3043 20.8045 14.5933 21.0935 15.1714 21.6716L15.4998 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-presentation-icons-presentation-bar-chart-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 18L5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18L19 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 14.8284 2.5 16.2426 3.37868 17.1213C4.25736 18 5.67157 18 8.5 18H15.5C18.3284 18 19.7426 18 20.6213 17.1213C21.5 16.2426 21.5 14.8284 21.5 12V8C21.5 5.17157 21.5 3.75736 20.6213 2.87868C19.7426 2 18.3284 2 15.5 2H8.5C5.67157 2 4.25736 2 3.37868 2.87868C2.5 3.75736 2.5 5.17157 2.5 8V12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 13V10M12 13V7M16 13V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 18L5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18L19 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 14.8284 2.5 16.2426 3.37868 17.1213C4.25736 18 5.67157 18 8.5 18H15.5C18.3284 18 19.7426 18 20.6213 17.1213C21.5 16.2426 21.5 14.8284 21.5 12V8C21.5 5.17157 21.5 3.75736 20.6213 2.87868C19.7426 2 18.3284 2 15.5 2H8.5C5.67157 2 4.25736 2 3.37868 2.87868C2.5 3.75736 2.5 5.17157 2.5 8V12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 13V10M12 13V7M16 13V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-presentation-icons-presentation-bar-chart-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 22L8.82821 21.6717C9.40628 21.0936 9.69532 20.8045 10.0629 20.6523C10.4305 20.5 10.8392 20.5 11.6568 20.5H12.343C13.1605 20.5 13.5692 20.5 13.9368 20.6522C14.3043 20.8045 14.5933 21.0935 15.1714 21.6716L15.4998 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 14.8284 2.5 16.2426 3.37868 17.1213C4.25736 18 5.67157 18 8.5 18H15.5C18.3284 18 19.7426 18 20.6213 17.1213C21.5 16.2426 21.5 14.8284 21.5 12V8C21.5 5.17157 21.5 3.75736 20.6213 2.87868C19.7426 2 18.3284 2 15.5 2H8.5C5.67157 2 4.25736 2 3.37868 2.87868C2.5 3.75736 2.5 5.17157 2.5 8V12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 13V10M12 13V7M16 13V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 22L8.82821 21.6717C9.40628 21.0936 9.69532 20.8045 10.0629 20.6523C10.4305 20.5 10.8392 20.5 11.6568 20.5H12.343C13.1605 20.5 13.5692 20.5 13.9368 20.6522C14.3043 20.8045 14.5933 21.0935 15.1714 21.6716L15.4998 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 14.8284 2.5 16.2426 3.37868 17.1213C4.25736 18 5.67157 18 8.5 18H15.5C18.3284 18 19.7426 18 20.6213 17.1213C21.5 16.2426 21.5 14.8284 21.5 12V8C21.5 5.17157 21.5 3.75736 20.6213 2.87868C19.7426 2 18.3284 2 15.5 2H8.5C5.67157 2 4.25736 2 3.37868 2.87868C2.5 3.75736 2.5 5.17157 2.5 8V12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 13V10M12 13V7M16 13V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-presentation-icons-presentation-line-chart-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 8C2.5 5.17157 2.5 3.75736 3.37868 2.87868C4.25736 2 5.67157 2 8.5 2H15.5C18.3284 2 19.7426 2 20.6213 2.87868C21.5 3.75736 21.5 5.17157 21.5 8V11C21.5 13.8284 21.5 15.2426 20.6213 16.1213C19.7426 17 18.3284 17 15.5 17H8.5C5.67157 17 4.25736 17 3.37868 16.1213C2.5 15.2426 2.5 13.8284 2.5 11V8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 9.7246L8.69655 8.81009C9.57522 7.65647 11.1291 7.74842 11.9058 8.99998C12.6564 10.2094 14.1427 10.3437 15.0402 9.28321L16 8.1491%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22L12.0001 19L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 8C2.5 5.17157 2.5 3.75736 3.37868 2.87868C4.25736 2 5.67157 2 8.5 2H15.5C18.3284 2 19.7426 2 20.6213 2.87868C21.5 3.75736 21.5 5.17157 21.5 8V11C21.5 13.8284 21.5 15.2426 20.6213 16.1213C19.7426 17 18.3284 17 15.5 17H8.5C5.67157 17 4.25736 17 3.37868 16.1213C2.5 15.2426 2.5 13.8284 2.5 11V8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 9.7246L8.69655 8.81009C9.57522 7.65647 11.1291 7.74842 11.9058 8.99998C12.6564 10.2094 14.1427 10.3437 15.0402 9.28321L16 8.1491%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22L12.0001 19L17 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-presentation-icons-presentation-line-chart-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 8C2.5 5.17157 2.5 3.75736 3.37868 2.87868C4.25736 2 5.67157 2 8.5 2H15.5C18.3284 2 19.7426 2 20.6213 2.87868C21.5 3.75736 21.5 5.17157 21.5 8V11C21.5 13.8284 21.5 15.2426 20.6213 16.1213C19.7426 17 18.3284 17 15.5 17H8.5C5.67157 17 4.25736 17 3.37868 16.1213C2.5 15.2426 2.5 13.8284 2.5 11V8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 9.7246L8.69655 8.81009C9.57522 7.65647 11.1291 7.74842 11.9058 8.99998C12.6564 10.2094 14.1427 10.3437 15.0402 9.28321L16 8.1491%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 22L8.82821 21.6717C9.40628 21.0936 9.69532 20.8045 10.0629 20.6523C10.4305 20.5 10.8392 20.5 11.6568 20.5H12.343C13.1605 20.5 13.5692 20.5 13.9368 20.6522C14.3043 20.8045 14.5933 21.0935 15.1714 21.6716L15.4998 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 8C2.5 5.17157 2.5 3.75736 3.37868 2.87868C4.25736 2 5.67157 2 8.5 2H15.5C18.3284 2 19.7426 2 20.6213 2.87868C21.5 3.75736 21.5 5.17157 21.5 8V11C21.5 13.8284 21.5 15.2426 20.6213 16.1213C19.7426 17 18.3284 17 15.5 17H8.5C5.67157 17 4.25736 17 3.37868 16.1213C2.5 15.2426 2.5 13.8284 2.5 11V8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 9.7246L8.69655 8.81009C9.57522 7.65647 11.1291 7.74842 11.9058 8.99998C12.6564 10.2094 14.1427 10.3437 15.0402 9.28321L16 8.1491%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 22L8.82821 21.6717C9.40628 21.0936 9.69532 20.8045 10.0629 20.6523C10.4305 20.5 10.8392 20.5 11.6568 20.5H12.343C13.1605 20.5 13.5692 20.5 13.9368 20.6522C14.3043 20.8045 14.5933 21.0935 15.1714 21.6716L15.4998 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-presentation-icons-presentation-online{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.40882 17.1182C5.05045 15.6022 4.87126 14.8442 5.1059 14.26C5.25187 13.8966 5.50214 13.5836 5.82571 13.3598C6.34581 13 7.13106 13 8.70154 13H15.2985C16.8689 13 17.6542 13 18.1743 13.3598C18.4979 13.5836 18.7481 13.8966 18.8941 14.26C19.1287 14.8442 18.9496 15.6022 18.5912 17.1182C18.2381 18.6117 18.0616 19.3584 17.6207 19.8949C17.3433 20.2325 16.9952 20.5061 16.6004 20.6968C15.9729 21 15.1993 21 13.6521 21H10.3479C8.8007 21 8.0271 21 7.39959 20.6968C7.00485 20.5061 6.6567 20.2325 6.37933 19.8949C5.9384 19.3584 5.76188 18.6117 5.40882 17.1182Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11C9.83846 8.40464 14.1188 8.26296 16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 5C14 6.10457 13.1046 7 12 7C10.8954 7 10 6.10457 10 5C10 3.89543 10.8954 3 12 3C13.1046 3 14 3.89543 14 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.40882 17.1182C5.05045 15.6022 4.87126 14.8442 5.1059 14.26C5.25187 13.8966 5.50214 13.5836 5.82571 13.3598C6.34581 13 7.13106 13 8.70154 13H15.2985C16.8689 13 17.6542 13 18.1743 13.3598C18.4979 13.5836 18.7481 13.8966 18.8941 14.26C19.1287 14.8442 18.9496 15.6022 18.5912 17.1182C18.2381 18.6117 18.0616 19.3584 17.6207 19.8949C17.3433 20.2325 16.9952 20.5061 16.6004 20.6968C15.9729 21 15.1993 21 13.6521 21H10.3479C8.8007 21 8.0271 21 7.39959 20.6968C7.00485 20.5061 6.6567 20.2325 6.37933 19.8949C5.9384 19.3584 5.76188 18.6117 5.40882 17.1182Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 11C9.83846 8.40464 14.1188 8.26296 16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 5C14 6.10457 13.1046 7 12 7C10.8954 7 10 6.10457 10 5C10 3.89543 10.8954 3 12 3C13.1046 3 14 3.89543 14 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-presentation-icons-presentation-podium{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.29424 14C7.91955 14 7.23221 14 6.65717 13.7642C6.02495 13.5049 5.48333 13.0456 5.10588 12.4488C4.76258 11.9059 4.6117 11.1951 4.30994 9.77358C4.05199 8.55844 3.92302 7.95087 4.04847 7.4685C4.186 6.93967 4.52244 6.49392 4.97901 6.23561C5.39547 6 5.98301 6 7.15811 6H16.8419C18.017 6 18.6045 6 19.021 6.23561C19.4776 6.49392 19.814 6.93967 19.9515 7.4685C20.077 7.95087 19.948 8.55844 19.6901 9.77359C19.3883 11.1951 19.2374 11.9059 18.8941 12.4488C18.5167 13.0456 17.9751 13.5049 17.3428 13.7642C16.7678 14 16.0804 14 14.7058 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 6L6.51493 3.94029C6.80001 2.79997 7.82459 2 9 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 6L17.4851 3.94029C17.2 2.79997 16.1754 2 15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.28421 12L10.0603 17.5726C10.1053 17.8955 10.1278 18.0569 10.0834 18.1822C9.87682 18.7653 9.08754 18.3874 8.66068 18.5626C8.53152 18.6156 8.41501 18.7004 8.32003 18.8107C8.20789 18.9409 8.13871 19.1192 8.00036 19.4758C7.73896 20.1496 7.15042 21.0988 7.78292 21.7379C8.04234 22 8.50275 22 9.42357 22H14.5764C15.4972 22 15.9577 22 16.2171 21.7379C16.8496 21.0988 16.261 20.1496 15.9996 19.4758C15.8613 19.1192 15.7921 18.9409 15.68 18.8107C15.585 18.7004 15.4685 18.6156 15.3393 18.5626C14.9125 18.3874 14.1232 18.7653 13.9166 18.1822C13.8722 18.0569 13.8947 17.8955 13.9397 17.5726L14.7158 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.29424 14C7.91955 14 7.23221 14 6.65717 13.7642C6.02495 13.5049 5.48333 13.0456 5.10588 12.4488C4.76258 11.9059 4.6117 11.1951 4.30994 9.77358C4.05199 8.55844 3.92302 7.95087 4.04847 7.4685C4.186 6.93967 4.52244 6.49392 4.97901 6.23561C5.39547 6 5.98301 6 7.15811 6H16.8419C18.017 6 18.6045 6 19.021 6.23561C19.4776 6.49392 19.814 6.93967 19.9515 7.4685C20.077 7.95087 19.948 8.55844 19.6901 9.77359C19.3883 11.1951 19.2374 11.9059 18.8941 12.4488C18.5167 13.0456 17.9751 13.5049 17.3428 13.7642C16.7678 14 16.0804 14 14.7058 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 6L6.51493 3.94029C6.80001 2.79997 7.82459 2 9 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 6L17.4851 3.94029C17.2 2.79997 16.1754 2 15 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.28421 12L10.0603 17.5726C10.1053 17.8955 10.1278 18.0569 10.0834 18.1822C9.87682 18.7653 9.08754 18.3874 8.66068 18.5626C8.53152 18.6156 8.41501 18.7004 8.32003 18.8107C8.20789 18.9409 8.13871 19.1192 8.00036 19.4758C7.73896 20.1496 7.15042 21.0988 7.78292 21.7379C8.04234 22 8.50275 22 9.42357 22H14.5764C15.4972 22 15.9577 22 16.2171 21.7379C16.8496 21.0988 16.261 20.1496 15.9996 19.4758C15.8613 19.1192 15.7921 18.9409 15.68 18.8107C15.585 18.7004 15.4685 18.6156 15.3393 18.5626C14.9125 18.3874 14.1232 18.7653 13.9166 18.1822C13.8722 18.0569 13.8947 17.8955 13.9397 17.5726L14.7158 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-presentation-icons-projector{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 10H6.5C4.62513 10 3.6877 10 3.03054 10.4775C2.8183 10.6317 2.63166 10.8183 2.47746 11.0305C2 11.6877 2 12.6251 2 14.5C2 16.3749 2 17.3123 2.47746 17.9695C2.63166 18.1817 2.8183 18.3683 3.03054 18.5225C3.6877 19 4.62513 19 6.5 19H17.5C19.3749 19 20.3123 19 20.9695 18.5225C21.1817 18.3683 21.3683 18.1817 21.5225 17.9695C22 17.3123 22 16.3749 22 14.5C22 12.6251 22 11.6877 21.5225 11.0305C21.3683 10.8183 21.1817 10.6317 20.9695 10.4775C20.5172 10.1488 19.9321 10.0464 19 10.0145%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.49981 13.5H5.50879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2215.5%22 cy%3D%2210%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 19L5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 19L19 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 5L11.5 4M19.5 4L18.5 5M15.5 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 10H6.5C4.62513 10 3.6877 10 3.03054 10.4775C2.8183 10.6317 2.63166 10.8183 2.47746 11.0305C2 11.6877 2 12.6251 2 14.5C2 16.3749 2 17.3123 2.47746 17.9695C2.63166 18.1817 2.8183 18.3683 3.03054 18.5225C3.6877 19 4.62513 19 6.5 19H17.5C19.3749 19 20.3123 19 20.9695 18.5225C21.1817 18.3683 21.3683 18.1817 21.5225 17.9695C22 17.3123 22 16.3749 22 14.5C22 12.6251 22 11.6877 21.5225 11.0305C21.3683 10.8183 21.1817 10.6317 20.9695 10.4775C20.5172 10.1488 19.9321 10.0464 19 10.0145%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5.49981 13.5H5.50879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2215.5%22 cy%3D%2210%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 19L5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 19L19 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 5L11.5 4M19.5 4L18.5 5M15.5 4V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-api{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 13.5L7.5 9L9.375 13.5M6 13.5L5.5 15M6 13.5H9.375M9.375 13.5L10 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 12V9.7C12.5 9.51387 12.5 9.42081 12.5245 9.34549C12.5739 9.19327 12.6933 9.07393 12.8455 9.02447C12.9208 9 13.0139 9 13.2 9H14.5C15.3284 9 16 9.67157 16 10.5C16 11.3284 15.3284 12 14.5 12H12.5ZM12.5 12V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 9V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 13.5L7.5 9L9.375 13.5M6 13.5L5.5 15M6 13.5H9.375M9.375 13.5L10 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 12V9.7C12.5 9.51387 12.5 9.42081 12.5245 9.34549C12.5739 9.19327 12.6933 9.07393 12.8455 9.02447C12.9208 9 13.0139 9 13.2 9H14.5C15.3284 9 16 9.67157 16 10.5C16 11.3284 15.3284 12 14.5 12H12.5ZM12.5 12V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 9V15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-binary-code{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 6C2 5.05719 2 4.58579 2.29289 4.29289C2.58579 4 3.05719 4 4 4C4.94281 4 5.41421 4 5.70711 4.29289C6 4.58579 6 5.05719 6 6V8C6 8.94281 6 9.41421 5.70711 9.70711C5.41421 10 4.94281 10 4 10C3.05719 10 2.58579 10 2.29289 9.70711C2 9.41421 2 8.94281 2 8V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 16C6.5 15.0572 6.5 14.5858 6.79289 14.2929C7.08579 14 7.55719 14 8.5 14C9.44281 14 9.91421 14 10.2071 14.2929C10.5 14.5858 10.5 15.0572 10.5 16V18C10.5 18.9428 10.5 19.4142 10.2071 19.7071C9.91421 20 9.44281 20 8.5 20C7.55719 20 7.08579 20 6.79289 19.7071C6.5 19.4142 6.5 18.9428 6.5 18V16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 6C13.5 5.05719 13.5 4.58579 13.7929 4.29289C14.0858 4 14.5572 4 15.5 4C16.4428 4 16.9142 4 17.2071 4.29289C17.5 4.58579 17.5 5.05719 17.5 6V8C17.5 8.94281 17.5 9.41421 17.2071 9.70711C16.9142 10 16.4428 10 15.5 10C14.5572 10 14.0858 10 13.7929 9.70711C13.5 9.41421 13.5 8.94281 13.5 8V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 16C13.5 15.0572 13.5 14.5858 13.7929 14.2929C14.0858 14 14.5572 14 15.5 14C16.4428 14 16.9142 14 17.2071 14.2929C17.5 14.5858 17.5 15.0572 17.5 16V18C17.5 18.9428 17.5 19.4142 17.2071 19.7071C16.9142 20 16.4428 20 15.5 20C14.5572 20 14.0858 20 13.7929 19.7071C13.5 19.4142 13.5 18.9428 13.5 18V16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 5L10.5 4V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15L3.5 14V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 5L22 4V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 15L22 14V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 6C2 5.05719 2 4.58579 2.29289 4.29289C2.58579 4 3.05719 4 4 4C4.94281 4 5.41421 4 5.70711 4.29289C6 4.58579 6 5.05719 6 6V8C6 8.94281 6 9.41421 5.70711 9.70711C5.41421 10 4.94281 10 4 10C3.05719 10 2.58579 10 2.29289 9.70711C2 9.41421 2 8.94281 2 8V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 16C6.5 15.0572 6.5 14.5858 6.79289 14.2929C7.08579 14 7.55719 14 8.5 14C9.44281 14 9.91421 14 10.2071 14.2929C10.5 14.5858 10.5 15.0572 10.5 16V18C10.5 18.9428 10.5 19.4142 10.2071 19.7071C9.91421 20 9.44281 20 8.5 20C7.55719 20 7.08579 20 6.79289 19.7071C6.5 19.4142 6.5 18.9428 6.5 18V16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 6C13.5 5.05719 13.5 4.58579 13.7929 4.29289C14.0858 4 14.5572 4 15.5 4C16.4428 4 16.9142 4 17.2071 4.29289C17.5 4.58579 17.5 5.05719 17.5 6V8C17.5 8.94281 17.5 9.41421 17.2071 9.70711C16.9142 10 16.4428 10 15.5 10C14.5572 10 14.0858 10 13.7929 9.70711C13.5 9.41421 13.5 8.94281 13.5 8V6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 16C13.5 15.0572 13.5 14.5858 13.7929 14.2929C14.0858 14 14.5572 14 15.5 14C16.4428 14 16.9142 14 17.2071 14.2929C17.5 14.5858 17.5 15.0572 17.5 16V18C17.5 18.9428 17.5 19.4142 17.2071 19.7071C16.9142 20 16.4428 20 15.5 20C14.5572 20 14.0858 20 13.7929 19.7071C13.5 19.4142 13.5 18.9428 13.5 18V16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 5L10.5 4V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15L3.5 14V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 5L22 4V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 15L22 14V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-bug-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.00003 4.99219C2.88016 6.05219 3.53943 8.42419 6.47617 8.42419%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.582 8.38191C18.8227 8.57991 21.1001 7.49991 20.9827 5.00391%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9799 20.9998C21.0398 19.9438 20.1648 17.5558 17.5861 17.4238%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.43857 17.4724C5.63707 17.2324 3 18.3364 3 21.0004%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.31696 6.12C9.34094 5.1 9.83239 3 11.99 3C13.9079 3 14.5731 4.62 14.663 6.12M6.24837 9.42C6.36824 8.64 7.27922 6.816 9.35292 6.636C11.4506 6.5568 14.3274 6.588 14.8668 6.672C15.5739 6.73493 17.2821 7.44 17.7376 9.42C17.8994 10.44 17.8155 11.88 17.8395 12.72C17.8035 13.56 17.9078 15.2634 17.7436 16.14C17.6237 17.1 16.9765 18.468 16.0894 19.308C14.7709 20.724 11.1509 22.212 8.0224 19.452C6.4042 17.892 6.29632 16.38 6.17645 15.78C6.14431 15.4583 6.14581 13.8775 6.15247 12.36C6.1285 11.0472 6.15941 9.78179 6.24837 9.42Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 12.9004H5.93674%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.98 12.9004L18.1031 12.9004%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9902 16.5L11.9903 20.28%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.00003 4.99219C2.88016 6.05219 3.53943 8.42419 6.47617 8.42419%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.582 8.38191C18.8227 8.57991 21.1001 7.49991 20.9827 5.00391%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9799 20.9998C21.0398 19.9438 20.1648 17.5558 17.5861 17.4238%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.43857 17.4724C5.63707 17.2324 3 18.3364 3 21.0004%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.31696 6.12C9.34094 5.1 9.83239 3 11.99 3C13.9079 3 14.5731 4.62 14.663 6.12M6.24837 9.42C6.36824 8.64 7.27922 6.816 9.35292 6.636C11.4506 6.5568 14.3274 6.588 14.8668 6.672C15.5739 6.73493 17.2821 7.44 17.7376 9.42C17.8994 10.44 17.8155 11.88 17.8395 12.72C17.8035 13.56 17.9078 15.2634 17.7436 16.14C17.6237 17.1 16.9765 18.468 16.0894 19.308C14.7709 20.724 11.1509 22.212 8.0224 19.452C6.4042 17.892 6.29632 16.38 6.17645 15.78C6.14431 15.4583 6.14581 13.8775 6.15247 12.36C6.1285 11.0472 6.15941 9.78179 6.24837 9.42Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 12.9004H5.93674%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.98 12.9004L18.1031 12.9004%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9902 16.5L11.9903 20.28%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-bug-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.01298 6.59766C2.89306 7.65695 3.65932 10.1953 5.87784 10.2552%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.2899 10.1953C19.3692 10.2552 20.9881 8.99606 20.9881 6.59766%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.0887 20.9877C20.1486 19.6086 19.2492 17.474 17.5104 17.4141%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.90229 20.9883C3.841 19.5999 4.76032 17.451 6.53766 17.3907%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.01318 13.793H5.21849%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.001 13.793L18.8292 13.793%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9941 13.7928V10.8548M16.4911 3L14.6923 4.7988M7.49707 3L9.29587 4.7988%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.95703 8.6123C8.57596 9.77553 12.5933 11.4544 16.9704 8.68426%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8268 7.67737C13.2531 2.70068 8.69616 5.09908 7.07723 7.82127C6.02172 9.59609 4.37903 13.8892 7.49695 18.5661C10.8547 22.6674 14.8121 20.8086 16.431 18.6501C17.99 16.7913 19.525 11.9945 16.8268 7.67737Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.01298 6.59766C2.89306 7.65695 3.65932 10.1953 5.87784 10.2552%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.2899 10.1953C19.3692 10.2552 20.9881 8.99606 20.9881 6.59766%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.0887 20.9877C20.1486 19.6086 19.2492 17.474 17.5104 17.4141%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.90229 20.9883C3.841 19.5999 4.76032 17.451 6.53766 17.3907%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.01318 13.793H5.21849%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.001 13.793L18.8292 13.793%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9941 13.7928V10.8548M16.4911 3L14.6923 4.7988M7.49707 3L9.29587 4.7988%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.95703 8.6123C8.57596 9.77553 12.5933 11.4544 16.9704 8.68426%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.8268 7.67737C13.2531 2.70068 8.69616 5.09908 7.07723 7.82127C6.02172 9.59609 4.37903 13.8892 7.49695 18.5661C10.8547 22.6674 14.8121 20.8086 16.431 18.6501C17.99 16.7913 19.525 11.9945 16.8268 7.67737Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-c-programming{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 9.17157C13.8987 7.60948 11.3024 7.60948 9.70101 9.17157C8.09966 10.7337 8.09966 13.2663 9.70101 14.8284C11.3024 16.3905 13.8987 16.3905 15.5 14.8284%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 9.17157C13.8987 7.60948 11.3024 7.60948 9.70101 9.17157C8.09966 10.7337 8.09966 13.2663 9.70101 14.8284C11.3024 16.3905 13.8987 16.3905 15.5 14.8284%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-code-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 16C16.6161 16 17.1155 15.4883 17.1155 14.8571V13.6162C17.1155 13.3131 17.233 13.0224 17.4422 12.8081L17.8366 12.4041C18.0545 12.1809 18.0545 11.8191 17.8366 11.5959L17.4422 11.1919C17.233 10.9776 17.1155 10.6869 17.1155 10.3838V9.14286C17.1155 8.51167 16.6161 8 16 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16C7.38392 16 6.88448 15.4883 6.88448 14.8571V13.6162C6.88448 13.3131 6.76696 13.0224 6.55776 12.8081L6.16336 12.4041C5.94555 12.1809 5.94555 11.8191 6.16336 11.5959L6.55776 11.1919C6.76696 10.9776 6.88448 10.6869 6.88448 10.3838V9.14286C6.88448 8.51167 7.38392 8 8 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.99976 12H10.0087M13.9908 12H13.9998%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 16C16.6161 16 17.1155 15.4883 17.1155 14.8571V13.6162C17.1155 13.3131 17.233 13.0224 17.4422 12.8081L17.8366 12.4041C18.0545 12.1809 18.0545 11.8191 17.8366 11.5959L17.4422 11.1919C17.233 10.9776 17.1155 10.6869 17.1155 10.3838V9.14286C17.1155 8.51167 16.6161 8 16 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16C7.38392 16 6.88448 15.4883 6.88448 14.8571V13.6162C6.88448 13.3131 6.76696 13.0224 6.55776 12.8081L6.16336 12.4041C5.94555 12.1809 5.94555 11.8191 6.16336 11.5959L6.55776 11.1919C6.76696 10.9776 6.88448 10.6869 6.88448 10.3838V9.14286C6.88448 8.51167 7.38392 8 8 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.99976 12H10.0087M13.9908 12H13.9998%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-code-folder{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 7H16.75C18.8567 7 19.91 7 20.6667 7.50559C20.9943 7.72447 21.2755 8.00572 21.4944 8.33329C22 9.08996 22 10.1433 22 12.25C22 15.7612 22 17.5167 21.1573 18.7779C20.7926 19.3238 20.3238 19.7926 19.7779 20.1573C18.5167 21 16.7612 21 13.25 21H12C7.28595 21 4.92893 21 3.46447 19.5355C2 18.0711 2 15.714 2 11V7.94427C2 6.1278 2 5.21956 2.38032 4.53806C2.65142 4.05227 3.05227 3.65142 3.53806 3.38032C4.21956 3 5.1278 3 6.94427 3C8.10802 3 8.6899 3 9.19926 3.19101C10.3622 3.62712 10.8418 4.68358 11.3666 5.73313L12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 12L16.4199 12.7929C16.8066 13.1262 17 13.2929 17 13.5C17 13.7071 16.8066 13.8738 16.4199 14.2071L15.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 12L7.58009 12.7929C7.19337 13.1262 7 13.2929 7 13.5C7 13.7071 7.19336 13.8738 7.58009 14.2071L8.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 11L11 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 7H16.75C18.8567 7 19.91 7 20.6667 7.50559C20.9943 7.72447 21.2755 8.00572 21.4944 8.33329C22 9.08996 22 10.1433 22 12.25C22 15.7612 22 17.5167 21.1573 18.7779C20.7926 19.3238 20.3238 19.7926 19.7779 20.1573C18.5167 21 16.7612 21 13.25 21H12C7.28595 21 4.92893 21 3.46447 19.5355C2 18.0711 2 15.714 2 11V7.94427C2 6.1278 2 5.21956 2.38032 4.53806C2.65142 4.05227 3.05227 3.65142 3.53806 3.38032C4.21956 3 5.1278 3 6.94427 3C8.10802 3 8.6899 3 9.19926 3.19101C10.3622 3.62712 10.8418 4.68358 11.3666 5.73313L12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 12L16.4199 12.7929C16.8066 13.1262 17 13.2929 17 13.5C17 13.7071 16.8066 13.8738 16.4199 14.2071L15.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 12L7.58009 12.7929C7.19337 13.1262 7 13.2929 7 13.5C7 13.7071 7.19336 13.8738 7.58009 14.2071L8.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 11L11 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-code-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 16C16.6161 16 17.1155 15.4883 17.1155 14.8571V13.6162C17.1155 13.3131 17.233 13.0224 17.4422 12.8081L17.8366 12.4041C18.0545 12.1809 18.0545 11.8191 17.8366 11.5959L17.4422 11.1919C17.233 10.9776 17.1155 10.6869 17.1155 10.3838V9.14286C17.1155 8.51167 16.6161 8 16 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16C7.38392 16 6.88448 15.4883 6.88448 14.8571V13.6162C6.88448 13.3131 6.76696 13.0224 6.55776 12.8081L6.16336 12.4041C5.94555 12.1809 5.94555 11.8191 6.16336 11.5959L6.55776 11.1919C6.76696 10.9776 6.88448 10.6869 6.88448 10.3838V9.14286C6.88448 8.51167 7.38392 8 8 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12H10.009M13.991 12H14%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 16C16.6161 16 17.1155 15.4883 17.1155 14.8571V13.6162C17.1155 13.3131 17.233 13.0224 17.4422 12.8081L17.8366 12.4041C18.0545 12.1809 18.0545 11.8191 17.8366 11.5959L17.4422 11.1919C17.233 10.9776 17.1155 10.6869 17.1155 10.3838V9.14286C17.1155 8.51167 16.6161 8 16 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16C7.38392 16 6.88448 15.4883 6.88448 14.8571V13.6162C6.88448 13.3131 6.76696 13.0224 6.55776 12.8081L6.16336 12.4041C5.94555 12.1809 5.94555 11.8191 6.16336 11.5959L6.55776 11.1919C6.76696 10.9776 6.88448 10.6869 6.88448 10.3838V9.14286C6.88448 8.51167 7.38392 8 8 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12H10.009M13.991 12H14%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-code{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 12H8.00897M11.9955 12H12.0045M15.991 12H16%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 21C19.2322 21 20.231 19.8487 20.231 18.4286C20.231 16.1808 20.1312 14.6865 21.6733 12.9091C22.1089 12.407 22.1089 11.593 21.6733 11.0909C20.1312 9.31354 20.231 7.81916 20.231 5.57143C20.231 4.15127 19.2322 3 18 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 21C4.76784 21 3.76897 19.8487 3.76897 18.4286C3.76897 16.1808 3.86877 14.6865 2.32673 12.9091C1.89109 12.407 1.89109 11.593 2.32673 11.0909C3.83496 9.35251 3.76897 7.83992 3.76897 5.57143C3.76897 4.15127 4.76784 3 6 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 12H8.00897M11.9955 12H12.0045M15.991 12H16%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 21C19.2322 21 20.231 19.8487 20.231 18.4286C20.231 16.1808 20.1312 14.6865 21.6733 12.9091C22.1089 12.407 22.1089 11.593 21.6733 11.0909C20.1312 9.31354 20.231 7.81916 20.231 5.57143C20.231 4.15127 19.2322 3 18 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 21C4.76784 21 3.76897 19.8487 3.76897 18.4286C3.76897 16.1808 3.86877 14.6865 2.32673 12.9091C1.89109 12.407 1.89109 11.593 2.32673 11.0909C3.83496 9.35251 3.76897 7.83992 3.76897 5.57143C3.76897 4.15127 4.76784 3 6 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-command-line{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 9H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99981 6H7.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9998 6H11.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13L17.2265 14.0572C17.7422 14.5016 18 14.7239 18 15C18 15.2761 17.7422 15.4984 17.2265 15.9428L16 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13L6.77346 14.0572C6.25782 14.5016 6 14.7239 6 15C6 15.2761 6.25782 15.4984 6.77346 15.9428L8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 12L11 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 9H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99981 6H7.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9998 6H11.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13L17.2265 14.0572C17.7422 14.5016 18 14.7239 18 15C18 15.2761 17.7422 15.4984 17.2265 15.9428L16 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13L6.77346 14.0572C6.25782 14.5016 6 14.7239 6 15C6 15.2761 6.25782 15.4984 6.77346 15.9428L8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 12L11 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-computer-programming-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2H10C6.72077 2 5.08116 2 3.91891 2.81382C3.48891 3.1149 3.1149 3.48891 2.81382 3.91891C2 5.08116 2 6.72077 2 10C2 13.2792 2 14.9188 2.81382 16.0811C3.1149 16.5111 3.48891 16.8851 3.91891 17.1862C5.08116 18 6.72077 18 10 18H14C17.2792 18 18.9188 18 20.0811 17.1862C20.5111 16.8851 20.8851 16.5111 21.1862 16.0811C22 14.9188 22 13.2792 22 10C22 6.72077 22 5.08116 21.1862 3.91891C20.8851 3.48891 20.5111 3.1149 20.0811 2.81382C18.9188 2 17.2792 2 14 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 8L17.2265 9.05719C17.7422 9.50163 18 9.72386 18 10C18 10.2761 17.7422 10.4984 17.2265 10.9428L16 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8L6.77346 9.05719C6.25782 9.50163 6 9.72386 6 10C6 10.2761 6.25782 10.4984 6.77346 10.9428L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 7L11 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6557 22L14.2369 21.5811C13.2926 20.6369 13.0585 19.1944 13.6557 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00051 22L9.41937 21.5811C10.3636 20.6369 10.5977 19.1944 10.0005 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2H10C6.72077 2 5.08116 2 3.91891 2.81382C3.48891 3.1149 3.1149 3.48891 2.81382 3.91891C2 5.08116 2 6.72077 2 10C2 13.2792 2 14.9188 2.81382 16.0811C3.1149 16.5111 3.48891 16.8851 3.91891 17.1862C5.08116 18 6.72077 18 10 18H14C17.2792 18 18.9188 18 20.0811 17.1862C20.5111 16.8851 20.8851 16.5111 21.1862 16.0811C22 14.9188 22 13.2792 22 10C22 6.72077 22 5.08116 21.1862 3.91891C20.8851 3.48891 20.5111 3.1149 20.0811 2.81382C18.9188 2 17.2792 2 14 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 8L17.2265 9.05719C17.7422 9.50163 18 9.72386 18 10C18 10.2761 17.7422 10.4984 17.2265 10.9428L16 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8L6.77346 9.05719C6.25782 9.50163 6 9.72386 6 10C6 10.2761 6.25782 10.4984 6.77346 10.9428L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 7L11 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6557 22L14.2369 21.5811C13.2926 20.6369 13.0585 19.1944 13.6557 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00051 22L9.41937 21.5811C10.3636 20.6369 10.5977 19.1944 10.0005 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-computer-programming-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2H10C6.72077 2 5.08116 2 3.91891 2.81382C3.48891 3.1149 3.1149 3.48891 2.81382 3.91891C2 5.08116 2 6.72077 2 10C2 13.2792 2 14.9188 2.81382 16.0811C3.1149 16.5111 3.48891 16.8851 3.91891 17.1862C5.08116 18 6.72077 18 10 18H14C17.2792 18 18.9188 18 20.0811 17.1862C20.5111 16.8851 20.8851 16.5111 21.1862 16.0811C22 14.9188 22 13.2792 22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.8295 2.75418C19.1276 2.43123 19.2766 2.26976 19.435 2.17557C19.8171 1.9483 20.2876 1.94124 20.6761 2.15693C20.8372 2.24632 20.9908 2.40325 21.298 2.7171C21.6053 3.03096 21.7589 3.18789 21.8464 3.35237C22.0575 3.74925 22.0506 4.22992 21.8281 4.62028C21.7359 4.78206 21.5779 4.93431 21.2617 5.2388L17.5003 8.86172C16.9012 9.43875 16.6016 9.72727 16.2272 9.87349C15.8528 10.0197 15.4413 10.009 14.6181 9.98743L14.5062 9.9845C14.2556 9.97795 14.1303 9.97467 14.0574 9.89202C13.9846 9.80936 13.9945 9.68173 14.0144 9.42647L14.0252 9.28786C14.0812 8.56942 14.1092 8.2102 14.2495 7.88729C14.3898 7.56438 14.6318 7.30219 15.1158 6.7778L18.8295 2.75418Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6557 22L14.2369 21.5811C13.2926 20.6369 13.0585 19.1944 13.6557 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00051 22L9.41937 21.5811C10.3636 20.6369 10.5977 19.1944 10.0005 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 2H10C6.72077 2 5.08116 2 3.91891 2.81382C3.48891 3.1149 3.1149 3.48891 2.81382 3.91891C2 5.08116 2 6.72077 2 10C2 13.2792 2 14.9188 2.81382 16.0811C3.1149 16.5111 3.48891 16.8851 3.91891 17.1862C5.08116 18 6.72077 18 10 18H14C17.2792 18 18.9188 18 20.0811 17.1862C20.5111 16.8851 20.8851 16.5111 21.1862 16.0811C22 14.9188 22 13.2792 22 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.8295 2.75418C19.1276 2.43123 19.2766 2.26976 19.435 2.17557C19.8171 1.9483 20.2876 1.94124 20.6761 2.15693C20.8372 2.24632 20.9908 2.40325 21.298 2.7171C21.6053 3.03096 21.7589 3.18789 21.8464 3.35237C22.0575 3.74925 22.0506 4.22992 21.8281 4.62028C21.7359 4.78206 21.5779 4.93431 21.2617 5.2388L17.5003 8.86172C16.9012 9.43875 16.6016 9.72727 16.2272 9.87349C15.8528 10.0197 15.4413 10.009 14.6181 9.98743L14.5062 9.9845C14.2556 9.97795 14.1303 9.97467 14.0574 9.89202C13.9846 9.80936 13.9945 9.68173 14.0144 9.42647L14.0252 9.28786C14.0812 8.56942 14.1092 8.2102 14.2495 7.88729C14.3898 7.56438 14.6318 7.30219 15.1158 6.7778L18.8295 2.75418Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.6557 22L14.2369 21.5811C13.2926 20.6369 13.0585 19.1944 13.6557 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00051 22L9.41937 21.5811C10.3636 20.6369 10.5977 19.1944 10.0005 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-console{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.6092 18.1054C21.4521 17.4918 22 16.4974 22 15.375C22 13.511 20.489 12 18.625 12H18.375C16.511 12 15 13.511 15 15.375C15 16.4974 15.5479 17.4918 16.3908 18.1054M20.6092 18.1054C20.0523 18.5108 19.3666 18.75 18.625 18.75H18.375C17.6334 18.75 16.9477 18.5108 16.3908 18.1054M20.6092 18.1054L21.192 19.9404C21.4143 20.6403 21.5255 20.9903 21.4951 21.2082C21.4318 21.6617 21.0619 21.9984 20.6252 22C20.4154 22.0008 20.101 21.8358 19.4723 21.5059C19.2027 21.3644 19.0679 21.2936 18.93 21.252C18.649 21.1673 18.351 21.1673 18.07 21.252C17.9321 21.2936 17.7973 21.3644 17.5277 21.5059C16.899 21.8358 16.5846 22.0008 16.3748 22C15.9381 21.9984 15.5682 21.6617 15.5049 21.2082C15.4745 20.9903 15.5857 20.6403 15.808 19.9404L16.3908 18.1054%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 11C13 12.1046 12.1046 13 11 13C9.89543 13 9 12.1046 9 11C9 9.89543 9.89543 9 11 9C12.1046 9 13 9.89543 13 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 9.13119C19.1303 5.05749 15.4752 2 11.0982 2C6.0734 2 2 6.02944 2 11C2 15.9706 6.0734 20 11.0982 20C11.5749 20 12.0431 19.9637 12.5 19.8938%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.3633 4.63574L15.242 6.75706%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.75781 15.2422L4.63649 17.3635%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.6092 18.1054C21.4521 17.4918 22 16.4974 22 15.375C22 13.511 20.489 12 18.625 12H18.375C16.511 12 15 13.511 15 15.375C15 16.4974 15.5479 17.4918 16.3908 18.1054M20.6092 18.1054C20.0523 18.5108 19.3666 18.75 18.625 18.75H18.375C17.6334 18.75 16.9477 18.5108 16.3908 18.1054M20.6092 18.1054L21.192 19.9404C21.4143 20.6403 21.5255 20.9903 21.4951 21.2082C21.4318 21.6617 21.0619 21.9984 20.6252 22C20.4154 22.0008 20.101 21.8358 19.4723 21.5059C19.2027 21.3644 19.0679 21.2936 18.93 21.252C18.649 21.1673 18.351 21.1673 18.07 21.252C17.9321 21.2936 17.7973 21.3644 17.5277 21.5059C16.899 21.8358 16.5846 22.0008 16.3748 22C15.9381 21.9984 15.5682 21.6617 15.5049 21.2082C15.4745 20.9903 15.5857 20.6403 15.808 19.9404L16.3908 18.1054%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 11C13 12.1046 12.1046 13 11 13C9.89543 13 9 12.1046 9 11C9 9.89543 9.89543 9 11 9C12.1046 9 13 9.89543 13 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 9.13119C19.1303 5.05749 15.4752 2 11.0982 2C6.0734 2 2 6.02944 2 11C2 15.9706 6.0734 20 11.0982 20C11.5749 20 12.0431 19.9637 12.5 19.8938%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.3633 4.63574L15.242 6.75706%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.75781 15.2422L4.63649 17.3635%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-csharp{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.73244 10C8.38663 9.4022 7.74028 9 7 9C5.89543 9 5 9.89543 5 11V13C5 14.1046 5.89543 15 7 15C7.74028 15 8.38663 14.5978 8.73244 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10.5V13.5M10.5 12H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 10.5V13.5M16 12H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.73244 10C8.38663 9.4022 7.74028 9 7 9C5.89543 9 5 9.89543 5 11V13C5 14.1046 5.89543 15 7 15C7.74028 15 8.38663 14.5978 8.73244 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10.5V13.5M10.5 12H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 10.5V13.5M16 12H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-danger{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 11.25C10.5 10.2835 9.7165 9.5 8.75 9.5C7.7835 9.5 7 10.2835 7 11.25C7 12.2165 7.7835 13 8.75 13C9.7165 13 10.5 12.2165 10.5 11.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 11.25C17 10.2835 16.2165 9.5 15.25 9.5C14.2835 9.5 13.5 10.2835 13.5 11.25C13.5 12.2165 14.2835 13 15.25 13C16.2165 13 17 12.2165 17 11.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 16L11.2929 15.6306C11.6262 15.2102 11.7929 15 12 15C12.2071 15 12.3738 15.2102 12.7071 15.6306L13 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2C7.30558 2 3.5 5.76644 3.5 10.4126C3.5 12.1664 4.04229 13.795 4.96997 15.1428C4.71662 15.4221 4.5625 15.7914 4.5625 16.1962C4.5625 17.0674 5.27605 17.7736 6.15625 17.7736V18.9929C6.15625 19.6422 6.46621 20.2619 7.02648 20.5901C10.2351 22.47 13.7649 22.47 16.9735 20.5901C17.5338 20.2619 17.8438 19.6422 17.8438 18.9929V17.7736C18.724 17.7736 19.4375 17.0674 19.4375 16.1962C19.4375 15.7914 19.2834 15.4221 19.03 15.1428C19.9577 13.795 20.5 12.1664 20.5 10.4126C20.5 5.76644 16.6944 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 21.5V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 21.5V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 11.25C10.5 10.2835 9.7165 9.5 8.75 9.5C7.7835 9.5 7 10.2835 7 11.25C7 12.2165 7.7835 13 8.75 13C9.7165 13 10.5 12.2165 10.5 11.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 11.25C17 10.2835 16.2165 9.5 15.25 9.5C14.2835 9.5 13.5 10.2835 13.5 11.25C13.5 12.2165 14.2835 13 15.25 13C16.2165 13 17 12.2165 17 11.25Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 16L11.2929 15.6306C11.6262 15.2102 11.7929 15 12 15C12.2071 15 12.3738 15.2102 12.7071 15.6306L13 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2C7.30558 2 3.5 5.76644 3.5 10.4126C3.5 12.1664 4.04229 13.795 4.96997 15.1428C4.71662 15.4221 4.5625 15.7914 4.5625 16.1962C4.5625 17.0674 5.27605 17.7736 6.15625 17.7736V18.9929C6.15625 19.6422 6.46621 20.2619 7.02648 20.5901C10.2351 22.47 13.7649 22.47 16.9735 20.5901C17.5338 20.2619 17.8438 19.6422 17.8438 18.9929V17.7736C18.724 17.7736 19.4375 17.0674 19.4375 16.1962C19.4375 15.7914 19.2834 15.4221 19.03 15.1428C19.9577 13.795 20.5 12.1664 20.5 10.4126C20.5 5.76644 16.6944 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 21.5V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 21.5V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-database-export{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2211%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 10.8418C6.60158 11.0226 7.27434 11.1716 8 11.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15C6.58172 15 3 13.6569 3 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17.8418C6.60158 18.0226 7.27434 18.1716 8 18.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22C6.58172 22 3 20.6569 3 19V5M19 5V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 16.6735L17.8258 15.1869C17.2008 14.3956 16.8883 14 16.5 14C16.1117 14 15.7992 14.3956 15.1742 15.1869L14 16.6735M16.5 14.0872V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2211%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 10.8418C6.60158 11.0226 7.27434 11.1716 8 11.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15C6.58172 15 3 13.6569 3 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17.8418C6.60158 18.0226 7.27434 18.1716 8 18.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22C6.58172 22 3 20.6569 3 19V5M19 5V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 16.6735L17.8258 15.1869C17.2008 14.3956 16.8883 14 16.5 14C16.1117 14 15.7992 14.3956 15.1742 15.1869L14 16.6735M16.5 14.0872V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-database-import{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 10.8418C7.60158 11.0226 8.27434 11.1716 9 11.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15C7.58172 15 4 13.6569 4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17.8418C7.60158 18.0226 8.27434 18.1716 9 18.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C7.58172 22 4 20.6569 4 19V5M20 5V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 19.3265L18.8258 20.8131C18.2008 21.6044 17.8883 22 17.5 22C17.1117 22 16.7992 21.6044 16.1742 20.8131L15 19.3265M17.5 21.9128V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 10.8418C7.60158 11.0226 8.27434 11.1716 9 11.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15C7.58172 15 4 13.6569 4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17.8418C7.60158 18.0226 8.27434 18.1716 9 18.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C7.58172 22 4 20.6569 4 19V5M20 5V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 19.3265L18.8258 20.8131C18.2008 21.6044 17.8883 22 17.5 22C17.1117 22 16.7992 21.6044 16.1742 20.8131L15 19.3265M17.5 21.9128V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-database-locked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 8C15.4183 8 19 6.65685 19 5C19 3.34315 15.4183 2 11 2C6.58172 2 3 3.34315 3 5C3 6.65685 6.58172 8 11 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 10.8418C6.60158 11.0226 7.27434 11.1716 8 11.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15C6.58172 15 3 13.6569 3 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17.8418C6.60158 18.0226 7.27434 18.1716 8 18.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22C6.58172 22 3 20.6569 3 19V5M19 5V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.7438 16.379C15.7438 16.3191 15.752 15.554 15.7534 15.1196C15.7546 14.7227 15.7198 14.3399 15.9094 13.9897C16.6198 12.5767 18.6598 12.7206 19.1638 14.16C19.2511 14.397 19.2563 14.7727 19.2538 15.1196C19.2505 15.5629 19.2598 16.379 19.2598 16.379M15.7438 16.379C14.664 16.379 14.2199 17.1587 14.0999 17.6385C13.9799 18.1183 13.9799 19.8576 14.0519 20.5772C14.2919 21.4769 14.8918 21.8487 15.4797 21.9687C16.0196 22.0166 18.2992 21.9986 18.959 21.9986C19.9189 22.0166 20.6387 21.6568 20.9387 20.5772C20.9987 20.2174 21.0587 18.2382 20.9087 17.6385C20.5907 16.6789 19.8597 16.379 19.2598 16.379M15.7438 16.379H19.2598%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 8C15.4183 8 19 6.65685 19 5C19 3.34315 15.4183 2 11 2C6.58172 2 3 3.34315 3 5C3 6.65685 6.58172 8 11 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 10.8418C6.60158 11.0226 7.27434 11.1716 8 11.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15C6.58172 15 3 13.6569 3 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17.8418C6.60158 18.0226 7.27434 18.1716 8 18.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22C6.58172 22 3 20.6569 3 19V5M19 5V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.7438 16.379C15.7438 16.3191 15.752 15.554 15.7534 15.1196C15.7546 14.7227 15.7198 14.3399 15.9094 13.9897C16.6198 12.5767 18.6598 12.7206 19.1638 14.16C19.2511 14.397 19.2563 14.7727 19.2538 15.1196C19.2505 15.5629 19.2598 16.379 19.2598 16.379M15.7438 16.379C14.664 16.379 14.2199 17.1587 14.0999 17.6385C13.9799 18.1183 13.9799 19.8576 14.0519 20.5772C14.2919 21.4769 14.8918 21.8487 15.4797 21.9687C16.0196 22.0166 18.2992 21.9986 18.959 21.9986C19.9189 22.0166 20.6387 21.6568 20.9387 20.5772C20.9987 20.2174 21.0587 18.2382 20.9087 17.6385C20.5907 16.6789 19.8597 16.379 19.2598 16.379M15.7438 16.379H19.2598%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-database-restore{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2211%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 10.8418C6.60158 11.0226 7.27434 11.1716 8 11.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17.8418C6.60158 18.0226 7.27434 18.1716 8 18.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.842 13L20.4127 15.3449L19.4647 14.7618C18.7894 14.2569 17.9501 13.9576 17.0404 13.9576C14.809 13.9576 13 15.7579 13 17.9788C13 20.1996 14.809 22 17.0404 22C18.9951 22 20.6256 20.6185 21 18.783%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5V10M3 5V19C3 20.6569 6.58172 22 11 22C11.0849 22 11.1694 21.9995 11.2537 21.9985%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 13.616 6.40729 14.9336 10.6748 14.9976%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2211%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 10.8418C6.60158 11.0226 7.27434 11.1716 8 11.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17.8418C6.60158 18.0226 7.27434 18.1716 8 18.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.842 13L20.4127 15.3449L19.4647 14.7618C18.7894 14.2569 17.9501 13.9576 17.0404 13.9576C14.809 13.9576 13 15.7579 13 17.9788C13 20.1996 14.809 22 17.0404 22C18.9951 22 20.6256 20.6185 21 18.783%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 5V10M3 5V19C3 20.6569 6.58172 22 11 22C11.0849 22 11.1694 21.9995 11.2537 21.9985%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 13.616 6.40729 14.9336 10.6748 14.9976%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-database-setting{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2211%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 10.8418C6.60158 11.0226 7.27434 11.1716 8 11.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 13.5299 6.05369 14.7923 10 14.9768%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17.8418C6.60158 18.0226 7.27434 18.1716 8 18.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22C6.58172 22 3 20.6569 3 19V5M19 5V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 20.7143V22M17 20.7143C15.8432 20.7143 14.8241 20.1461 14.2263 19.2833M17 20.7143C18.1568 20.7143 19.1759 20.1461 19.7737 19.2833M17 14.2857C18.1569 14.2857 19.1761 14.854 19.7738 15.7169M17 14.2857C15.8431 14.2857 14.8239 14.854 14.2262 15.7169M17 14.2857V13M21 14.9286L19.7738 15.7169M13.0004 20.0714L14.2263 19.2833M13 14.9286L14.2262 15.7169M20.9996 20.0714L19.7737 19.2833M19.7738 15.7169C20.1273 16.2271 20.3333 16.8403 20.3333 17.5C20.3333 18.1597 20.1272 18.773 19.7737 19.2833M14.2262 15.7169C13.8727 16.2271 13.6667 16.8403 13.6667 17.5C13.6667 18.1597 13.8728 18.773 14.2263 19.2833%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2211%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 10.8418C6.60158 11.0226 7.27434 11.1716 8 11.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 13.5299 6.05369 14.7923 10 14.9768%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17.8418C6.60158 18.0226 7.27434 18.1716 8 18.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22C6.58172 22 3 20.6569 3 19V5M19 5V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 20.7143V22M17 20.7143C15.8432 20.7143 14.8241 20.1461 14.2263 19.2833M17 20.7143C18.1568 20.7143 19.1759 20.1461 19.7737 19.2833M17 14.2857C18.1569 14.2857 19.1761 14.854 19.7738 15.7169M17 14.2857C15.8431 14.2857 14.8239 14.854 14.2262 15.7169M17 14.2857V13M21 14.9286L19.7738 15.7169M13.0004 20.0714L14.2263 19.2833M13 14.9286L14.2262 15.7169M20.9996 20.0714L19.7737 19.2833M19.7738 15.7169C20.1273 16.2271 20.3333 16.8403 20.3333 17.5C20.3333 18.1597 20.1272 18.773 19.7737 19.2833M14.2262 15.7169C13.8727 16.2271 13.6667 16.8403 13.6667 17.5C13.6667 18.1597 13.8728 18.773 14.2263 19.2833%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-database-sync{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2210%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 10.8418C5.60158 11.0226 6.27434 11.1716 7 11.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17.8418C5.60158 18.0226 6.27434 18.1716 7 18.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15.4996L13.1363 16.965C13.708 14.8316 15.9014 13.5656 18.0352 14.1373C19.1275 14.4299 19.9925 15.1473 20.5 16.064M22 20.4984L20.8637 19.035C20.2919 21.1684 18.0986 22.4344 15.9647 21.8627C14.8978 21.5769 14.0477 20.8858 13.5359 19.9995%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 5V11.0082M2 5V19.0191C2 20.5511 5.05369 21.8152 9 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 13.5418 5.05369 14.814 9 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2210%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 10.8418C5.60158 11.0226 6.27434 11.1716 7 11.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17.8418C5.60158 18.0226 6.27434 18.1716 7 18.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15.4996L13.1363 16.965C13.708 14.8316 15.9014 13.5656 18.0352 14.1373C19.1275 14.4299 19.9925 15.1473 20.5 16.064M22 20.4984L20.8637 19.035C20.2919 21.1684 18.0986 22.4344 15.9647 21.8627C14.8978 21.5769 14.0477 20.8858 13.5359 19.9995%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 5V11.0082M2 5V19.0191C2 20.5511 5.05369 21.8152 9 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C2 13.5418 5.05369 14.814 9 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-database{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 10.8418C7.60158 11.0226 8.27434 11.1716 9 11.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 12C20 13.6569 16.4183 15 12 15C7.58172 15 4 13.6569 4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 17.8418C7.60158 18.0226 8.27434 18.1716 9 18.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 5V19C20 20.6569 16.4183 22 12 22C7.58172 22 4 20.6569 4 19V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%225%22 rx%3D%228%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 10.8418C7.60158 11.0226 8.27434 11.1716 9 11.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 12C20 13.6569 16.4183 15 12 15C7.58172 15 4 13.6569 4 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 17.8418C7.60158 18.0226 8.27434 18.1716 9 18.2817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 5V19C20 20.6569 16.4183 22 12 22C7.58172 22 4 20.6569 4 19V5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-developer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1754 22V21.0117L15.1754 20.9908C15.1805 20.4457 15.6274 20.0051 16.1801 20L16.2551 19.9999C17.6867 19.9885 18.9166 18.9942 19.2087 17.612L19.2193 17.5601L19.7385 15L20.6798 14.5359C21.1836 14.2875 21.4354 14.1633 21.4899 13.9356C21.5444 13.7079 21.3755 13.4857 21.0376 13.0414L19.1301 10.5333C18.9403 10.2837 18.8454 10.1589 18.7945 10.0269C18.7437 9.89486 18.728 9.70775 18.6968 9.33353C18.3533 5.22708 14.8649 2 10.6123 2C6.13198 2 2.5 5.58172 2.5 10C2.5 12.7497 3.90669 15.1753 6.04911 16.6153M6.04911 16.6153V22M6.04911 16.6153C6.66896 17.0319 7.3504 17.366 8.07717 17.6016%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9L14.9199 9.79289C15.3066 10.1262 15.5 10.2929 15.5 10.5C15.5 10.7071 15.3066 10.8738 14.9199 11.2071L14 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9L6.08009 9.79289C5.69337 10.1262 5.5 10.2929 5.5 10.5C5.5 10.7071 5.69336 10.8738 6.08009 11.2071L7 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 8L9.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.1754 22V21.0117L15.1754 20.9908C15.1805 20.4457 15.6274 20.0051 16.1801 20L16.2551 19.9999C17.6867 19.9885 18.9166 18.9942 19.2087 17.612L19.2193 17.5601L19.7385 15L20.6798 14.5359C21.1836 14.2875 21.4354 14.1633 21.4899 13.9356C21.5444 13.7079 21.3755 13.4857 21.0376 13.0414L19.1301 10.5333C18.9403 10.2837 18.8454 10.1589 18.7945 10.0269C18.7437 9.89486 18.728 9.70775 18.6968 9.33353C18.3533 5.22708 14.8649 2 10.6123 2C6.13198 2 2.5 5.58172 2.5 10C2.5 12.7497 3.90669 15.1753 6.04911 16.6153M6.04911 16.6153V22M6.04911 16.6153C6.66896 17.0319 7.3504 17.366 8.07717 17.6016%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9L14.9199 9.79289C15.3066 10.1262 15.5 10.2929 15.5 10.5C15.5 10.7071 15.3066 10.8738 14.9199 11.2071L14 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 9L6.08009 9.79289C5.69337 10.1262 5.5 10.2929 5.5 10.5C5.5 10.7071 5.69336 10.8738 6.08009 11.2071L7 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 8L9.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-document-code{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 16L19.8398 17.5858C20.6133 18.2525 21 18.5858 21 19C21 19.4142 20.6133 19.7475 19.8398 20.4142L18 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 16L12.1602 17.5858C11.3867 18.2525 11 18.5858 11 19C11 19.4142 11.3867 19.7475 12.1602 20.4142L14 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 13.0032L20 7.8199C20 6.12616 20 5.27929 19.732 4.60291C19.3013 3.51555 18.3902 2.65784 17.2352 2.25228C16.5168 2 15.6173 2 13.8182 2C10.6698 2 9.09563 2 7.83836 2.44148C5.81714 3.15122 4.22281 4.6522 3.46894 6.55509C3 7.73875 3 9.22077 3 12.1848L3 14.731C3 17.8013 3 19.3364 3.8477 20.4025C4.09058 20.708 4.37862 20.9792 4.70307 21.2078C5.61506 21.8506 6.85019 21.9757 9 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.159 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 16L19.8398 17.5858C20.6133 18.2525 21 18.5858 21 19C21 19.4142 20.6133 19.7475 19.8398 20.4142L18 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 16L12.1602 17.5858C11.3867 18.2525 11 18.5858 11 19C11 19.4142 11.3867 19.7475 12.1602 20.4142L14 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 13.0032L20 7.8199C20 6.12616 20 5.27929 19.732 4.60291C19.3013 3.51555 18.3902 2.65784 17.2352 2.25228C16.5168 2 15.6173 2 13.8182 2C10.6698 2 9.09563 2 7.83836 2.44148C5.81714 3.15122 4.22281 4.6522 3.46894 6.55509C3 7.73875 3 9.22077 3 12.1848L3 14.731C3 17.8013 3 19.3364 3.8477 20.4025C4.09058 20.708 4.37862 20.9792 4.70307 21.2078C5.61506 21.8506 6.85019 21.9757 9 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12C3 10.159 4.49238 8.66667 6.33333 8.66667C6.99912 8.66667 7.78404 8.78333 8.43137 8.60988C9.00652 8.45576 9.45576 8.00652 9.60988 7.43136C9.78333 6.78404 9.66667 5.99912 9.66667 5.33333C9.66667 3.49238 11.1591 2 13 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-incognito{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 18C10 16.3431 8.65685 15 7 15C5.34315 15 4 16.3431 4 18C4 19.6569 5.34315 21 7 21C8.65685 21 10 19.6569 10 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 18C20 16.3431 18.6569 15 17 15C15.3431 15 14 16.3431 14 18C14 19.6569 15.3431 21 17 21C18.6569 21 20 19.6569 20 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 16.3411C13.9625 15.5328 13.0435 15 12 15C10.9565 15 10.0375 15.5328 9.5 16.3411%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12L4.66166 5.70282C4.75853 5.33572 4.80697 5.15216 4.85375 5.02203C5.53545 3.12569 7.7632 2.40106 9.37283 3.55208C9.48328 3.63107 9.6247 3.75287 9.90752 3.99647C10.0699 4.13634 10.1511 4.20629 10.2264 4.26331C11.2822 5.06317 12.7178 5.06317 13.7736 4.26331C13.8489 4.20629 13.9301 4.13635 14.0925 3.99647C14.3753 3.75287 14.5167 3.63107 14.6272 3.55208C16.2368 2.40106 18.4645 3.12569 19.1463 5.02203C19.193 5.15216 19.2415 5.33571 19.3383 5.70282L21 12H3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 18C10 16.3431 8.65685 15 7 15C5.34315 15 4 16.3431 4 18C4 19.6569 5.34315 21 7 21C8.65685 21 10 19.6569 10 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 18C20 16.3431 18.6569 15 17 15C15.3431 15 14 16.3431 14 18C14 19.6569 15.3431 21 17 21C18.6569 21 20 19.6569 20 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 16.3411C13.9625 15.5328 13.0435 15 12 15C10.9565 15 10.0375 15.5328 9.5 16.3411%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 12L4.66166 5.70282C4.75853 5.33572 4.80697 5.15216 4.85375 5.02203C5.53545 3.12569 7.7632 2.40106 9.37283 3.55208C9.48328 3.63107 9.6247 3.75287 9.90752 3.99647C10.0699 4.13634 10.1511 4.20629 10.2264 4.26331C11.2822 5.06317 12.7178 5.06317 13.7736 4.26331C13.8489 4.20629 13.9301 4.13635 14.0925 3.99647C14.3753 3.75287 14.5167 3.63107 14.6272 3.55208C16.2368 2.40106 18.4645 3.12569 19.1463 5.02203C19.193 5.15216 19.2415 5.33571 19.3383 5.70282L21 12H3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-inspect-code{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 9.5L15.4199 10.2929C15.8066 10.6262 16 10.7929 16 11C16 11.2071 15.8066 11.3738 15.4199 11.7071L14.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 9.5L6.58009 10.2929C6.19337 10.6262 6 10.7929 6 11C6 11.2071 6.19336 11.3738 6.58009 11.7071L7.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8.5L10 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 9.5L15.4199 10.2929C15.8066 10.6262 16 10.7929 16 11C16 11.2071 15.8066 11.3738 15.4199 11.7071L14.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 9.5L6.58009 10.2929C6.19337 10.6262 6 10.7929 6 11C6 11.2071 6.19336 11.3738 6.58009 11.7071L7.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8.5L10 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-java-script{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.7324 12V16C11.7324 17.1046 10.837 18 9.73244 18C8.99215 18 8.34581 17.5978 8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4668 13C18.121 12.4022 17.4747 12 16.7344 12H16.2344C15.4059 12 14.7344 12.6716 14.7344 13.5C14.7344 14.3284 15.4059 15 16.2344 15H17.2344C18.0628 15 18.7344 15.6716 18.7344 16.5C18.7344 17.3284 18.0628 18 17.2344 18H16.7344C15.9941 18 15.3477 17.5978 15.0019 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.7324 12V16C11.7324 17.1046 10.837 18 9.73244 18C8.99215 18 8.34581 17.5978 8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4668 13C18.121 12.4022 17.4747 12 16.7344 12H16.2344C15.4059 12 14.7344 12.6716 14.7344 13.5C14.7344 14.3284 15.4059 15 16.2344 15H17.2344C18.0628 15 18.7344 15.6716 18.7344 16.5C18.7344 17.3284 18.0628 18 17.2344 18H16.7344C15.9941 18 15.3477 17.5978 15.0019 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-java{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.17481 10.3331C4.96738 10.7407 4.22049 11.3039 4.22049 11.926C4.22049 12.7742 5.60897 13.5129 7.6601 13.8968M7.6601 13.8968C6.89833 14.2823 6.44271 14.7714 6.44271 15.3037C6.44271 16.5473 8.93001 17.5554 11.9983 17.5554C12.7884 17.5554 13.54 17.4886 14.2205 17.3681M7.6601 13.8968C8.61629 14.0758 9.71648 14.1778 10.8872 14.1778C12.5946 14.1778 14.1521 13.9609 15.3316 13.6044M16.4427 10.1242C15.031 10.5413 13.0635 10.8001 10.8872 10.8001C6.5916 10.8001 3.10938 9.7919 3.10938 8.54827C3.10938 7.58798 5.18563 6.76809 8.10937 6.44434%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 19.0699C22 20.6882 17.5228 22 12 22C6.47715 22 2 20.6882 2 19.0699C2 17.9195 3.70729 16.9239 7 16.4444%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.7591 8.78799C22.9744 7.69436 23.5765 14.2562 17.5547 16.4438%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5582 2C16.8173 2.12346 15.4246 2.81481 15.7802 4.59259C16.1358 6.37037 15.6322 7.30864 15.3359 7.55556%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.1128 2C12.372 2.14815 10.9793 2.97778 11.3349 5.11111C11.6905 7.24444 11.1869 7.81482 10.8906 8.11111%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.17481 10.3331C4.96738 10.7407 4.22049 11.3039 4.22049 11.926C4.22049 12.7742 5.60897 13.5129 7.6601 13.8968M7.6601 13.8968C6.89833 14.2823 6.44271 14.7714 6.44271 15.3037C6.44271 16.5473 8.93001 17.5554 11.9983 17.5554C12.7884 17.5554 13.54 17.4886 14.2205 17.3681M7.6601 13.8968C8.61629 14.0758 9.71648 14.1778 10.8872 14.1778C12.5946 14.1778 14.1521 13.9609 15.3316 13.6044M16.4427 10.1242C15.031 10.5413 13.0635 10.8001 10.8872 10.8001C6.5916 10.8001 3.10938 9.7919 3.10938 8.54827C3.10938 7.58798 5.18563 6.76809 8.10937 6.44434%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 19.0699C22 20.6882 17.5228 22 12 22C6.47715 22 2 20.6882 2 19.0699C2 17.9195 3.70729 16.9239 7 16.4444%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.7591 8.78799C22.9744 7.69436 23.5765 14.2562 17.5547 16.4438%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5582 2C16.8173 2.12346 15.4246 2.81481 15.7802 4.59259C16.1358 6.37037 15.6322 7.30864 15.3359 7.55556%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.1128 2C12.372 2.14815 10.9793 2.97778 11.3349 5.11111C11.6905 7.24444 11.1869 7.81482 10.8906 8.11111%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-language-skill{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 13.0519 2.18046 14.0617 2.51212 15M13.0137 9H21.5015M11 15H2.51212M21.5015 9C20.266 5.50442 16.9323 3 13.0137 3C14.6146 3 15.9226 6.76201 16.0091 11.5M21.5015 9C21.7803 9.78867 21.9522 10.6278 22 11.5M2.51212 15C3.74763 18.4956 7.08134 21 11 21C9.45582 21 8.18412 17.5 8.01831 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 5.29734C2 4.19897 2 3.64979 2.18738 3.22389C2.3861 2.77223 2.72861 2.40921 3.15476 2.1986C3.55661 2 4.07478 2 5.11111 2H6C7.88562 2 8.82843 2 9.41421 2.62085C10 3.2417 10 4.24095 10 6.23944V8.49851C10 9.37026 10 9.80613 9.73593 9.95592C9.47186 10.1057 9.12967 9.86392 8.4453 9.38036L8.34103 9.30669C7.84086 8.95329 7.59078 8.77658 7.30735 8.68563C7.02392 8.59468 6.72336 8.59468 6.12223 8.59468H5.11111C4.07478 8.59468 3.55661 8.59468 3.15476 8.39608C2.72861 8.18547 2.3861 7.82245 2.18738 7.37079C2 6.94489 2 6.39571 2 5.29734Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 17.2973C22 16.199 22 15.6498 21.8126 15.2239C21.6139 14.7722 21.2714 14.4092 20.8452 14.1986C20.4434 14 19.9252 14 18.8889 14H18C16.1144 14 15.1716 14 14.5858 14.6209C14 15.2417 14 16.2409 14 18.2394V20.4985C14 21.3703 14 21.8061 14.2641 21.9559C14.5281 22.1057 14.8703 21.8639 15.5547 21.3804L15.659 21.3067C16.1591 20.9533 16.4092 20.7766 16.6926 20.6856C16.9761 20.5947 17.2766 20.5947 17.8778 20.5947H18.8889C19.9252 20.5947 20.4434 20.5947 20.8452 20.3961C21.2714 20.1855 21.6139 19.8225 21.8126 19.3708C22 18.9449 22 18.3957 22 17.2973Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 13.0519 2.18046 14.0617 2.51212 15M13.0137 9H21.5015M11 15H2.51212M21.5015 9C20.266 5.50442 16.9323 3 13.0137 3C14.6146 3 15.9226 6.76201 16.0091 11.5M21.5015 9C21.7803 9.78867 21.9522 10.6278 22 11.5M2.51212 15C3.74763 18.4956 7.08134 21 11 21C9.45582 21 8.18412 17.5 8.01831 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 5.29734C2 4.19897 2 3.64979 2.18738 3.22389C2.3861 2.77223 2.72861 2.40921 3.15476 2.1986C3.55661 2 4.07478 2 5.11111 2H6C7.88562 2 8.82843 2 9.41421 2.62085C10 3.2417 10 4.24095 10 6.23944V8.49851C10 9.37026 10 9.80613 9.73593 9.95592C9.47186 10.1057 9.12967 9.86392 8.4453 9.38036L8.34103 9.30669C7.84086 8.95329 7.59078 8.77658 7.30735 8.68563C7.02392 8.59468 6.72336 8.59468 6.12223 8.59468H5.11111C4.07478 8.59468 3.55661 8.59468 3.15476 8.39608C2.72861 8.18547 2.3861 7.82245 2.18738 7.37079C2 6.94489 2 6.39571 2 5.29734Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 17.2973C22 16.199 22 15.6498 21.8126 15.2239C21.6139 14.7722 21.2714 14.4092 20.8452 14.1986C20.4434 14 19.9252 14 18.8889 14H18C16.1144 14 15.1716 14 14.5858 14.6209C14 15.2417 14 16.2409 14 18.2394V20.4985C14 21.3703 14 21.8061 14.2641 21.9559C14.5281 22.1057 14.8703 21.8639 15.5547 21.3804L15.659 21.3067C16.1591 20.9533 16.4092 20.7766 16.6926 20.6856C16.9761 20.5947 17.2766 20.5947 17.8778 20.5947H18.8889C19.9252 20.5947 20.4434 20.5947 20.8452 20.3961C21.2714 20.1855 21.6139 19.8225 21.8126 19.3708C22 18.9449 22 18.3957 22 17.2973Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-laptop-programming{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 14.5V6.5C20 4.61438 20 3.67157 19.4142 3.08579C18.8284 2.5 17.8856 2.5 16 2.5H8C6.11438 2.5 5.17157 2.5 4.58579 3.08579C4 3.67157 4 4.61438 4 6.5V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 15.5154L4.01953 14.5H19.9518L20.5023 15.5154C21.9452 18.177 22.3046 19.5077 21.7561 20.5039C21.2077 21.5 19.7536 21.5 16.8454 21.5L7.15462 21.5C4.24642 21.5 2.79231 21.5 2.24387 20.5039C1.69543 19.5077 2.05474 18.177 3.49762 15.5154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 7L16.4199 7.79289C16.8066 8.12623 17 8.29289 17 8.5C17 8.70711 16.8066 8.87377 16.4199 9.20711L15.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 7L7.58009 7.79289C7.19337 8.12623 7 8.29289 7 8.5C7 8.70711 7.19336 8.87377 7.58009 9.20711L8.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6L11 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 14.5V6.5C20 4.61438 20 3.67157 19.4142 3.08579C18.8284 2.5 17.8856 2.5 16 2.5H8C6.11438 2.5 5.17157 2.5 4.58579 3.08579C4 3.67157 4 4.61438 4 6.5V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.49762 15.5154L4.01953 14.5H19.9518L20.5023 15.5154C21.9452 18.177 22.3046 19.5077 21.7561 20.5039C21.2077 21.5 19.7536 21.5 16.8454 21.5L7.15462 21.5C4.24642 21.5 2.79231 21.5 2.24387 20.5039C1.69543 19.5077 2.05474 18.177 3.49762 15.5154Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 7L16.4199 7.79289C16.8066 8.12623 17 8.29289 17 8.5C17 8.70711 16.8066 8.87377 16.4199 9.20711L15.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 7L7.58009 7.79289C7.19337 8.12623 7 8.29289 7 8.5C7 8.70711 7.19336 8.87377 7.58009 9.20711L8.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 6L11 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-message-programming{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5408 2H10.4592C6.31544 2 4.24354 2 3.0137 3.29036C1.78386 4.58072 1.9131 6.61897 2.17158 10.6955L2.35136 13.5308C2.41077 14.4677 2.44047 14.9361 2.54563 15.3268C2.95174 16.8356 4.19333 17.9853 5.74644 18.2907C6.14862 18.3698 6.62477 18.3698 7.57709 18.3698C7.82895 18.3698 7.95488 18.3698 8.05944 18.3913C8.46404 18.4742 8.78017 18.7858 8.86432 19.1846C8.88607 19.2877 8.88607 19.4118 8.88607 19.6601V20.5506C8.88607 21.3921 8.88607 21.8129 9.16017 21.9574C9.43427 22.102 9.78945 21.8686 10.4998 21.4018L14.7275 18.6237C14.8513 18.5424 14.9132 18.5017 14.979 18.4706C15.075 18.4252 15.1775 18.3946 15.2829 18.3799C15.3552 18.3698 15.4296 18.3698 15.5783 18.3698C17.3243 18.3698 18.1973 18.3698 18.9047 18.1072C19.9387 17.7233 20.7747 16.9491 21.2279 15.9559C21.538 15.2764 21.5924 14.4175 21.7013 12.6999L21.8284 10.6955C22.0869 6.61897 22.2161 4.58072 20.9863 3.29036C19.7565 2 17.6846 2 13.5408 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 8L17.2265 9.05719C17.7422 9.50163 18 9.72386 18 10C18 10.2761 17.7422 10.4984 17.2265 10.9428L16 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8L6.77346 9.05719C6.25782 9.50163 6 9.72386 6 10C6 10.2761 6.25782 10.4984 6.77346 10.9428L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 7L11 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5408 2H10.4592C6.31544 2 4.24354 2 3.0137 3.29036C1.78386 4.58072 1.9131 6.61897 2.17158 10.6955L2.35136 13.5308C2.41077 14.4677 2.44047 14.9361 2.54563 15.3268C2.95174 16.8356 4.19333 17.9853 5.74644 18.2907C6.14862 18.3698 6.62477 18.3698 7.57709 18.3698C7.82895 18.3698 7.95488 18.3698 8.05944 18.3913C8.46404 18.4742 8.78017 18.7858 8.86432 19.1846C8.88607 19.2877 8.88607 19.4118 8.88607 19.6601V20.5506C8.88607 21.3921 8.88607 21.8129 9.16017 21.9574C9.43427 22.102 9.78945 21.8686 10.4998 21.4018L14.7275 18.6237C14.8513 18.5424 14.9132 18.5017 14.979 18.4706C15.075 18.4252 15.1775 18.3946 15.2829 18.3799C15.3552 18.3698 15.4296 18.3698 15.5783 18.3698C17.3243 18.3698 18.1973 18.3698 18.9047 18.1072C19.9387 17.7233 20.7747 16.9491 21.2279 15.9559C21.538 15.2764 21.5924 14.4175 21.7013 12.6999L21.8284 10.6955C22.0869 6.61897 22.2161 4.58072 20.9863 3.29036C19.7565 2 17.6846 2 13.5408 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 8L17.2265 9.05719C17.7422 9.50163 18 9.72386 18 10C18 10.2761 17.7422 10.4984 17.2265 10.9428L16 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 8L6.77346 9.05719C6.25782 9.50163 6 9.72386 6 10C6 10.2761 6.25782 10.4984 6.77346 10.9428L8 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 7L11 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-mobile-programming-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 8C5.0104 5.35561 5.10801 3.94101 6.02389 3.02513C7.04901 2 8.69893 2 11.9988 2C15.2986 2 16.9485 2 17.9736 3.02513C18.8895 3.94101 18.9871 5.35561 18.9975 8M5 16C5.0104 18.6444 5.10801 20.059 6.02389 20.9749C7.04901 22 8.69893 22 11.9988 22C15.2986 22 16.9485 22 17.9736 20.9749C18.8895 20.059 18.9871 18.6444 18.9975 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 10L17.2265 11.0572C17.7422 11.5016 18 11.7239 18 12C18 12.2761 17.7422 12.4984 17.2265 12.9428L16 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10L6.77346 11.0572C6.25782 11.5016 6 11.7239 6 12C6 12.2761 6.25782 12.4984 6.77346 12.9428L8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9L11 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 8C5.0104 5.35561 5.10801 3.94101 6.02389 3.02513C7.04901 2 8.69893 2 11.9988 2C15.2986 2 16.9485 2 17.9736 3.02513C18.8895 3.94101 18.9871 5.35561 18.9975 8M5 16C5.0104 18.6444 5.10801 20.059 6.02389 20.9749C7.04901 22 8.69893 22 11.9988 22C15.2986 22 16.9485 22 17.9736 20.9749C18.8895 20.059 18.9871 18.6444 18.9975 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 10L17.2265 11.0572C17.7422 11.5016 18 11.7239 18 12C18 12.2761 17.7422 12.4984 17.2265 12.9428L16 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10L6.77346 11.0572C6.25782 11.5016 6 11.7239 6 12C6 12.2761 6.25782 12.4984 6.77346 12.9428L8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9L11 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-mobile-programming-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 6C5.08715 4.58055 5.32629 3.67665 5.98247 3.02513C7.01491 2 8.67661 2 12 2C15.3234 2 16.9851 2 18.0175 3.02513C18.6737 3.67665 18.9128 4.58055 19 6M19 18C18.9128 19.4194 18.6737 20.3233 18.0175 20.9749C16.9851 22 15.3234 22 12 22C8.67661 22 7.01491 22 5.98247 20.9749C5.32629 20.3233 5.08715 19.4194 5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 9L19.0332 10.5858C19.6777 11.2525 20 11.5858 20 12C20 12.4142 19.6777 12.7475 19.0332 13.4142L17.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 9L4.96682 10.5858C4.32228 11.2525 4 11.5858 4 12C4 12.4142 4.32227 12.7475 4.96682 13.4142L6.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 6C5.08715 4.58055 5.32629 3.67665 5.98247 3.02513C7.01491 2 8.67661 2 12 2C15.3234 2 16.9851 2 18.0175 3.02513C18.6737 3.67665 18.9128 4.58055 19 6M19 18C18.9128 19.4194 18.6737 20.3233 18.0175 20.9749C16.9851 22 15.3234 22 12 22C8.67661 22 7.01491 22 5.98247 20.9749C5.32629 20.3233 5.08715 19.4194 5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 9L19.0332 10.5858C19.6777 11.2525 20 11.5858 20 12C20 12.4142 19.6777 12.7475 19.0332 13.4142L17.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 9L4.96682 10.5858C4.32228 11.2525 4 11.5858 4 12C4 12.4142 4.32227 12.7475 4.96682 13.4142L6.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-php{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 12V10C5 9.72386 5.22386 9.5 5.5 9.5H6.75C7.44036 9.5 8 10.0596 8 10.75C8 11.4404 7.44036 12 6.75 12H5ZM5 12V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12V10C16 9.72386 16.2239 9.5 16.5 9.5H17.75C18.4404 9.5 19 10.0596 19 10.75C19 11.4404 18.4404 12 17.75 12H16ZM16 12V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 9.5V12M10.5 14.5V12M13.5 9.5V12M13.5 14.5V12M10.5 12H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 12V10C5 9.72386 5.22386 9.5 5.5 9.5H6.75C7.44036 9.5 8 10.0596 8 10.75C8 11.4404 7.44036 12 6.75 12H5ZM5 12V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12V10C16 9.72386 16.2239 9.5 16.5 9.5H17.75C18.4404 9.5 19 10.0596 19 10.75C19 11.4404 18.4404 12 17.75 12H16ZM16 12V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 9.5V12M10.5 14.5V12M13.5 9.5V12M13.5 14.5V12M10.5 12H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-pin-code{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.07407 7.92857C5.23724 6.24613 5.81883 5.40491 6.65298 4.95245C7.48714 4.5 8.45645 4.5 10.3951 4.5H15.0864C17.8607 4.5 19.2478 4.5 20.2442 5.22227C20.6756 5.53495 21.046 5.93674 21.3342 6.4047C22 7.48566 22 8.99044 22 12C22 15.0096 22 16.5143 21.3342 17.5953C21.046 18.0633 20.6756 18.465 20.2442 18.7777C19.2478 19.5 17.8607 19.5 15.0864 19.5H10.3951C8.45645 19.5 7.48714 19.5 6.65298 19.0475C5.81883 18.5951 5.23724 17.7539 4.07407 16.0714L3.92593 15.8571C2.64198 14 2 13.0714 2 12C2 10.9286 2.64198 10 3.92593 8.14286L4.07407 7.92857Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.99981 12H9.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9998 12H13.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9998 12H17.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.07407 7.92857C5.23724 6.24613 5.81883 5.40491 6.65298 4.95245C7.48714 4.5 8.45645 4.5 10.3951 4.5H15.0864C17.8607 4.5 19.2478 4.5 20.2442 5.22227C20.6756 5.53495 21.046 5.93674 21.3342 6.4047C22 7.48566 22 8.99044 22 12C22 15.0096 22 16.5143 21.3342 17.5953C21.046 18.0633 20.6756 18.465 20.2442 18.7777C19.2478 19.5 17.8607 19.5 15.0864 19.5H10.3951C8.45645 19.5 7.48714 19.5 6.65298 19.0475C5.81883 18.5951 5.23724 17.7539 4.07407 16.0714L3.92593 15.8571C2.64198 14 2 13.0714 2 12C2 10.9286 2.64198 10 3.92593 8.14286L4.07407 7.92857Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.99981 12H9.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.9998 12H13.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9998 12H17.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-programming-flag{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 7C4 5.11438 4 4.17157 4.58579 3.58579C5.17157 3 6.11438 3 8 3H15C17.8284 3 19.2426 3 20.1213 3.87868C21 4.75736 21 6.17157 21 9C21 11.8284 21 13.2426 20.1213 14.1213C19.2426 15 17.8284 15 15 15H4V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 21L4 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7L17.2265 8.05719C17.7422 8.50163 18 8.72386 18 9C18 9.27614 17.7422 9.49836 17.2265 9.94281L16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 7L7.77346 8.05719C7.25782 8.50163 7 8.72386 7 9C7 9.27614 7.25782 9.49836 7.77346 9.94281L9 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 7L11.5 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 7C4 5.11438 4 4.17157 4.58579 3.58579C5.17157 3 6.11438 3 8 3H15C17.8284 3 19.2426 3 20.1213 3.87868C21 4.75736 21 6.17157 21 9C21 11.8284 21 13.2426 20.1213 14.1213C19.2426 15 17.8284 15 15 15H4V7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 21L4 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7L17.2265 8.05719C17.7422 8.50163 18 8.72386 18 9C18 9.27614 17.7422 9.49836 17.2265 9.94281L16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 7L7.77346 8.05719C7.25782 8.50163 7 8.72386 7 9C7 9.27614 7.25782 9.49836 7.77346 9.94281L9 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 7L11.5 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-property-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9977 12.5C20.9977 12.5 21 12 21 11.5C21 7.02166 21 4.78249 19.6088 3.39124C18.2175 2 15.9783 2 11.5 2C7.02166 2 4.78249 2 3.39124 3.39124C2 4.78249 2 7.02166 2 11.5C2 15.9783 2 18.2175 3.39124 19.6088C4.78249 21 7.02166 21 11.5 21C12.0307 21 12.5 20.9977 12.5 20.9977%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16H11.5M6 16H7M10 12H16M6 12H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18.5H22M18.5 22L18.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9977 12.5C20.9977 12.5 21 12 21 11.5C21 7.02166 21 4.78249 19.6088 3.39124C18.2175 2 15.9783 2 11.5 2C7.02166 2 4.78249 2 3.39124 3.39124C2 4.78249 2 7.02166 2 11.5C2 15.9783 2 18.2175 3.39124 19.6088C4.78249 21 7.02166 21 11.5 21C12.0307 21 12.5 20.9977 12.5 20.9977%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16H11.5M6 16H7M10 12H16M6 12H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18.5H22M18.5 22L18.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-property-delete{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9977 12.5C20.9977 12.5 21 12.0307 21 11.5C21 7.02166 21 4.78249 19.6088 3.39124C18.2175 2 15.9783 2 11.5 2C7.02166 2 4.78249 2 3.39124 3.39124C2 4.78249 2 7.02166 2 11.5C2 15.9783 2 18.2175 3.39124 19.6088C4.78249 21 7.02166 21 11.5 21C12.0307 21 12.5 20.9977 12.5 20.9977%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16H11.5M6 16H7M10 12H16M6 12H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16L19 19M19 19L22 22M19 19L16 22M19 19L22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9977 12.5C20.9977 12.5 21 12.0307 21 11.5C21 7.02166 21 4.78249 19.6088 3.39124C18.2175 2 15.9783 2 11.5 2C7.02166 2 4.78249 2 3.39124 3.39124C2 4.78249 2 7.02166 2 11.5C2 15.9783 2 18.2175 3.39124 19.6088C4.78249 21 7.02166 21 11.5 21C12.0307 21 12.5 20.9977 12.5 20.9977%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16H11.5M6 16H7M10 12H16M6 12H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16L19 19M19 19L22 22M19 19L16 22M19 19L22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-property-edit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 11.5C21 7.02166 21 4.78249 19.6088 3.39124C18.2175 2 15.9783 2 11.5 2C7.02166 2 4.78249 2 3.39124 3.39124C2 4.78249 2 7.02166 2 11.5C2 15.9783 2 18.2175 3.39124 19.6088C4.72972 20.9472 6.85301 20.998 11 20.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16H11.5M6 16H7M10 12H16M6 12H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.2633 14.8717C20.3622 13.8651 19.8215 13.925 19.2208 14.1048C18.8003 14.1647 17.3585 15.8422 16.7578 16.3765C15.7714 17.3478 14.7806 18.3479 14.7153 18.4784C14.5285 18.781 14.3548 19.3172 14.2707 19.9163C14.1145 20.815 13.8041 21.7815 14.1746 21.9133C14.3548 22.153 15.2559 21.8335 16.157 21.7017C16.7578 21.5938 17.1783 21.474 17.4787 21.2943C17.8992 21.0426 18.6801 20.1559 20.0258 18.8379C20.8697 17.9521 21.6838 17.34 21.9241 16.7409C22.1644 15.8422 21.804 15.3629 21.2633 14.8717Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 11.5C21 7.02166 21 4.78249 19.6088 3.39124C18.2175 2 15.9783 2 11.5 2C7.02166 2 4.78249 2 3.39124 3.39124C2 4.78249 2 7.02166 2 11.5C2 15.9783 2 18.2175 3.39124 19.6088C4.72972 20.9472 6.85301 20.998 11 20.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16H11.5M6 16H7M10 12H16M6 12H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.2633 14.8717C20.3622 13.8651 19.8215 13.925 19.2208 14.1048C18.8003 14.1647 17.3585 15.8422 16.7578 16.3765C15.7714 17.3478 14.7806 18.3479 14.7153 18.4784C14.5285 18.781 14.3548 19.3172 14.2707 19.9163C14.1145 20.815 13.8041 21.7815 14.1746 21.9133C14.3548 22.153 15.2559 21.8335 16.157 21.7017C16.7578 21.5938 17.1783 21.474 17.4787 21.2943C17.8992 21.0426 18.6801 20.1559 20.0258 18.8379C20.8697 17.9521 21.6838 17.34 21.9241 16.7409C22.1644 15.8422 21.804 15.3629 21.2633 14.8717Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-property-new{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.50012 12C2.50012 7.52166 2.50012 5.28249 3.89136 3.89124C5.28261 2.5 7.52178 2.5 12.0001 2.5C16.4785 2.5 18.7176 2.5 20.1089 3.89124C21.5001 5.28249 21.5001 7.52166 21.5001 12C21.5001 16.4783 21.5001 18.7175 20.1089 20.1088C18.7176 21.5 16.4785 21.5 12.0001 21.5C7.52178 21.5 5.28261 21.5 3.89136 20.1088C2.50012 18.7175 2.50012 16.4783 2.50012 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 8H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 17H17M7 17H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 13H17M7 13H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.50012 12C2.50012 7.52166 2.50012 5.28249 3.89136 3.89124C5.28261 2.5 7.52178 2.5 12.0001 2.5C16.4785 2.5 18.7176 2.5 20.1089 3.89124C21.5001 5.28249 21.5001 7.52166 21.5001 12C21.5001 16.4783 21.5001 18.7175 20.1089 20.1088C18.7176 21.5 16.4785 21.5 12.0001 21.5C7.52178 21.5 5.28261 21.5 3.89136 20.1088C2.50012 18.7175 2.50012 16.4783 2.50012 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 8H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 17H17M7 17H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 13H17M7 13H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-property-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 21C7.02166 21 4.78249 21 3.39124 19.6088C2 18.2175 2 15.9783 2 11.5C2 7.02166 2 4.78249 3.39124 3.39124C4.78249 2 7.02166 2 11.5 2C15.9783 2 18.2175 2 19.6088 3.39124C21 4.78249 21 7.02166 21 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16H11M6 16H7M10 12H14M6 12H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.4 20.4L22 22M21.2 17.6C21.2 15.6118 19.5882 14 17.6 14C15.6118 14 14 15.6118 14 17.6C14 19.5882 15.6118 21.2 17.6 21.2C19.5882 21.2 21.2 19.5882 21.2 17.6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 21C7.02166 21 4.78249 21 3.39124 19.6088C2 18.2175 2 15.9783 2 11.5C2 7.02166 2 4.78249 3.39124 3.39124C4.78249 2 7.02166 2 11.5 2C15.9783 2 18.2175 2 19.6088 3.39124C21 4.78249 21 7.02166 21 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16H11M6 16H7M10 12H14M6 12H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.4 20.4L22 22M21.2 17.6C21.2 15.6118 19.5882 14 17.6 14C15.6118 14 14 15.6118 14 17.6C14 19.5882 15.6118 21.2 17.6 21.2C19.5882 21.2 21.2 19.5882 21.2 17.6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-property-view{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9977 12.5032C20.9977 12.5032 21 12.0338 21 11.5029C21 7.02321 21 4.78334 19.6088 3.39167C18.2175 2 15.9783 2 11.5 2C7.02166 2 4.78249 2 3.39124 3.39167C2 4.78334 2 7.02321 2 11.5029C2 15.9827 2 18.2225 3.39124 19.6142C4.55785 20.7812 6.32067 20.9696 9.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16H7M10 12H15M6 12H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 18.5H17.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.772 18.0225C21.924 18.2357 22 18.3422 22 18.5C22 18.6578 21.924 18.7643 21.772 18.9775C21.089 19.9353 19.3446 22 17 22C14.6554 22 12.911 19.9353 12.228 18.9775C12.076 18.7643 12 18.6578 12 18.5C12 18.3422 12.076 18.2357 12.228 18.0225C12.911 17.0647 14.6554 15 17 15C19.3446 15 21.089 17.0647 21.772 18.0225Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9977 12.5032C20.9977 12.5032 21 12.0338 21 11.5029C21 7.02321 21 4.78334 19.6088 3.39167C18.2175 2 15.9783 2 11.5 2C7.02166 2 4.78249 2 3.39124 3.39167C2 4.78334 2 7.02321 2 11.5029C2 15.9827 2 18.2225 3.39124 19.6142C4.55785 20.7812 6.32067 20.9696 9.5 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16H7M10 12H15M6 12H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 18.5H17.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.772 18.0225C21.924 18.2357 22 18.3422 22 18.5C22 18.6578 21.924 18.7643 21.772 18.9775C21.089 19.9353 19.3446 22 17 22C14.6554 22 12.911 19.9353 12.228 18.9775C12.076 18.7643 12 18.6578 12 18.5C12 18.3422 12.076 18.2357 12.228 18.0225C12.911 17.0647 14.6554 15 17 15C19.3446 15 21.089 17.0647 21.772 18.0225Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-re{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.4924 14H18.5014M18.4922 17.5H18.5012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 14.5C7 14.5 8.5 12.5 10 14M7 14.5V18M7 14.5V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15.5V14.75C12 13.7835 12.7835 13 13.75 13C14.7165 13 15.5 13.7835 15.5 14.75V15.5H12ZM12 15.5V16.25C12 17.2165 12.7835 18 13.75 18C14.2397 18 14.6824 17.7989 15 17.4747%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.4924 14H18.5014M18.4922 17.5H18.5012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 14.5C7 14.5 8.5 12.5 10 14M7 14.5V18M7 14.5V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15.5V14.75C12 13.7835 12.7835 13 13.75 13C14.7165 13 15.5 13.7835 15.5 14.75V15.5H12ZM12 15.5V16.25C12 17.2165 12.7835 18 13.75 18C14.2397 18 14.6824 17.7989 15 17.4747%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-repository{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 19.6231C5.31093 19.4279 4.76772 19.1317 4.31802 18.682C3 17.364 3 15.2426 3 11C3 6.75736 3 4.63604 4.31802 3.31802C5.63604 2 7.75736 2 12 2C16.2426 2 18.364 2 19.682 3.31802C21 4.63604 21 6.75736 21 11C21 15.2426 21 17.364 19.682 18.682C19.2323 19.1317 18.6891 19.4279 18 19.6231%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20.1928C11.5858 20.1928 11.2525 20.5121 10.5858 21.1508C9.93941 21.77 9.61623 22.0796 9.34374 21.9824C9.31027 21.9705 9.27805 21.9548 9.24763 21.9355C9 21.7786 9 21.3111 9 20.3762L9 17.2512C9 15.7186 9 14.9523 9.43934 14.4761C9.87868 14 10.5858 14 12 14C13.4142 14 14.1213 14 14.5607 14.4761C15 14.9523 15 15.7186 15 17.2512V20.3762C15 21.3111 15 21.7786 14.7524 21.9355C14.7219 21.9548 14.6897 21.9705 14.6563 21.9824C14.3838 22.0796 14.0606 21.77 13.4142 21.1508C12.7475 20.5121 12.4142 20.1928 12 20.1928Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 19.6231C5.31093 19.4279 4.76772 19.1317 4.31802 18.682C3 17.364 3 15.2426 3 11C3 6.75736 3 4.63604 4.31802 3.31802C5.63604 2 7.75736 2 12 2C16.2426 2 18.364 2 19.682 3.31802C21 4.63604 21 6.75736 21 11C21 15.2426 21 17.364 19.682 18.682C19.2323 19.1317 18.6891 19.4279 18 19.6231%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20.1928C11.5858 20.1928 11.2525 20.5121 10.5858 21.1508C9.93941 21.77 9.61623 22.0796 9.34374 21.9824C9.31027 21.9705 9.27805 21.9548 9.24763 21.9355C9 21.7786 9 21.3111 9 20.3762L9 17.2512C9 15.7186 9 14.9523 9.43934 14.4761C9.87868 14 10.5858 14 12 14C13.4142 14 14.1213 14 14.5607 14.4761C15 14.9523 15 15.7186 15 17.2512V20.3762C15 21.3111 15 21.7786 14.7524 21.9355C14.7219 21.9548 14.6897 21.9705 14.6563 21.9824C14.3838 22.0796 14.0606 21.77 13.4142 21.1508C12.7475 20.5121 12.4142 20.1928 12 20.1928Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 6L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-sidebar-left{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.25027 2 6.3754 2.95491 5.06107C3.26331 4.6366 3.6366 4.26331 4.06107 3.95491C5.3754 3 7.25027 3 11 3H13C16.7497 3 18.6246 3 19.9389 3.95491C20.3634 4.26331 20.7367 4.6366 21.0451 5.06107C22 6.3754 22 8.25027 22 12C22 15.7497 22 17.6246 21.0451 18.9389C20.7367 19.3634 20.3634 19.7367 19.9389 20.0451C18.6246 21 16.7497 21 13 21H11C7.25027 21 5.3754 21 4.06107 20.0451C3.6366 19.7367 3.26331 19.3634 2.95491 18.9389C2 17.6246 2 15.7497 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 3.5L9.5 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7C5 7 5.91421 7 6.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11H6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10L15.7735 11.0572C15.2578 11.5016 15 11.7239 15 12C15 12.2761 15.2578 12.4984 15.7735 12.9428L17 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 8.25027 2 6.3754 2.95491 5.06107C3.26331 4.6366 3.6366 4.26331 4.06107 3.95491C5.3754 3 7.25027 3 11 3H13C16.7497 3 18.6246 3 19.9389 3.95491C20.3634 4.26331 20.7367 4.6366 21.0451 5.06107C22 6.3754 22 8.25027 22 12C22 15.7497 22 17.6246 21.0451 18.9389C20.7367 19.3634 20.3634 19.7367 19.9389 20.0451C18.6246 21 16.7497 21 13 21H11C7.25027 21 5.3754 21 4.06107 20.0451C3.6366 19.7367 3.26331 19.3634 2.95491 18.9389C2 17.6246 2 15.7497 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 3.5L9.5 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 7C5 7 5.91421 7 6.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11H6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10L15.7735 11.0572C15.2578 11.5016 15 11.7239 15 12C15 12.2761 15.2578 12.4984 15.7735 12.9428L17 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-sidebar-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 8.25027 22 6.3754 21.0451 5.06107C20.7367 4.6366 20.3634 4.26331 19.9389 3.95491C18.6246 3 16.7497 3 13 3H11C7.25027 3 5.3754 3 4.06107 3.95491C3.6366 4.26331 3.26331 4.6366 2.95491 5.06107C2 6.3754 2 8.25027 2 12C2 15.7497 2 17.6246 2.95491 18.9389C3.26331 19.3634 3.6366 19.7367 4.06107 20.0451C5.3754 21 7.25027 21 11 21H13C16.7497 21 18.6246 21 19.9389 20.0451C20.3634 19.7367 20.7367 19.3634 21.0451 18.9389C22 17.6246 22 15.7497 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 3.5L14.5 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 7H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10L9.22654 11.0572C9.74218 11.5016 10 11.7239 10 12C10 12.2761 9.74218 12.4984 9.22654 12.9428L8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 8.25027 22 6.3754 21.0451 5.06107C20.7367 4.6366 20.3634 4.26331 19.9389 3.95491C18.6246 3 16.7497 3 13 3H11C7.25027 3 5.3754 3 4.06107 3.95491C3.6366 4.26331 3.26331 4.6366 2.95491 5.06107C2 6.3754 2 8.25027 2 12C2 15.7497 2 17.6246 2.95491 18.9389C3.26331 19.3634 3.6366 19.7367 4.06107 20.0451C5.3754 21 7.25027 21 11 21H13C16.7497 21 18.6246 21 19.9389 20.0451C20.3634 19.7367 20.7367 19.3634 21.0451 18.9389C22 17.6246 22 15.7497 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 3.5L14.5 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 7H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 11H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10L9.22654 11.0572C9.74218 11.5016 10 11.7239 10 12C10 12.2761 9.74218 12.4984 9.22654 12.9428L8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-software-license{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 9H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99981 6H7.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9998 6H11.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13L9.22654 14.0572C9.74218 14.5016 10 14.7239 10 15C10 15.2761 9.74218 15.4984 9.22654 15.9428L8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 9H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99981 6H7.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9998 6H11.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 13L9.22654 14.0572C9.74218 14.5016 10 14.7239 10 15C10 15.2761 9.74218 15.4984 9.22654 15.9428L8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-software-uninstall{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 10C9.5 11.1046 10.3954 12 11.5 12C12.6046 12 13.5 11.1046 13.5 10C13.5 8.89543 12.6046 8 11.5 8C10.3954 8 9.5 8.89543 9.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.57026 14C3.88958 12.8233 3.5 11.4571 3.5 10C3.5 5.58172 7.08172 2 11.5 2C15.9183 2 19.5 5.58172 19.5 10C19.5 11.4571 19.1104 12.8233 18.4297 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.35 22H5.65C4.38598 22 3.75398 22 3.29997 21.6148C3.10343 21.448 2.93468 21.2337 2.80335 20.9842C2.5 20.4076 2.5 19.6051 2.5 18C2.5 16.3949 2.5 15.5924 2.80335 15.0158C2.93468 14.7663 3.10343 14.552 3.29997 14.3852C3.75398 14 4.38598 14 5.65 14H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.3906 6.61104L17.4021 4.59961%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 17L19 19.5M19 19.5L21.5 22M19 19.5L16.5 22M19 19.5L21.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 10C9.5 11.1046 10.3954 12 11.5 12C12.6046 12 13.5 11.1046 13.5 10C13.5 8.89543 12.6046 8 11.5 8C10.3954 8 9.5 8.89543 9.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.57026 14C3.88958 12.8233 3.5 11.4571 3.5 10C3.5 5.58172 7.08172 2 11.5 2C15.9183 2 19.5 5.58172 19.5 10C19.5 11.4571 19.1104 12.8233 18.4297 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.35 22H5.65C4.38598 22 3.75398 22 3.29997 21.6148C3.10343 21.448 2.93468 21.2337 2.80335 20.9842C2.5 20.4076 2.5 19.6051 2.5 18C2.5 16.3949 2.5 15.5924 2.80335 15.0158C2.93468 14.7663 3.10343 14.552 3.29997 14.3852C3.75398 14 4.38598 14 5.65 14H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.3906 6.61104L17.4021 4.59961%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 17L19 19.5M19 19.5L21.5 22M19 19.5L16.5 22M19 19.5L21.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-software{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 10C10 11.1046 10.8954 12 12 12C13.1046 12 14 11.1046 14 10C14 8.89543 13.1046 8 12 8C10.8954 8 10 8.89543 10 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.2454 15C19.3433 13.6304 20 11.8919 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 11.8919 4.65672 13.6304 5.75463 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 18.5C3 17.0955 3 16.3933 3.30335 15.8889C3.43468 15.6705 3.60343 15.483 3.79997 15.3371C4.25398 15 4.88598 15 6.15 15H17.85C19.114 15 19.746 15 20.2 15.3371C20.3966 15.483 20.5653 15.6705 20.6966 15.8889C21 16.3933 21 17.0955 21 18.5C21 19.9045 21 20.6067 20.6966 21.1111C20.5653 21.3295 20.3966 21.517 20.2 21.6629C19.746 22 19.114 22 17.85 22H6.15C4.88598 22 4.25398 22 3.79997 21.6629C3.60343 21.517 3.43468 21.3295 3.30335 21.1111C3 20.6067 3 19.9045 3 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 18H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.8904 6.61104L17.9018 4.59961%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 10C10 11.1046 10.8954 12 12 12C13.1046 12 14 11.1046 14 10C14 8.89543 13.1046 8 12 8C10.8954 8 10 8.89543 10 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.2454 15C19.3433 13.6304 20 11.8919 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 11.8919 4.65672 13.6304 5.75463 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 18.5C3 17.0955 3 16.3933 3.30335 15.8889C3.43468 15.6705 3.60343 15.483 3.79997 15.3371C4.25398 15 4.88598 15 6.15 15H17.85C19.114 15 19.746 15 20.2 15.3371C20.3966 15.483 20.5653 15.6705 20.6966 15.8889C21 16.3933 21 17.0955 21 18.5C21 19.9045 21 20.6067 20.6966 21.1111C20.5653 21.3295 20.3966 21.517 20.2 21.6629C19.746 22 19.114 22 17.85 22H6.15C4.88598 22 4.25398 22 3.79997 21.6629C3.60343 21.517 3.43468 21.3295 3.30335 21.1111C3 20.6067 3 19.9045 3 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 18H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.8904 6.61104L17.9018 4.59961%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-source-code-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 10L17.2265 11.0572C17.7422 11.5016 18 11.7239 18 12C18 12.2761 17.7422 12.4984 17.2265 12.9428L16 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10L6.77346 11.0572C6.25782 11.5016 6 11.7239 6 12C6 12.2761 6.25782 12.4984 6.77346 12.9428L8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9L11 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 10L17.2265 11.0572C17.7422 11.5016 18 11.7239 18 12C18 12.2761 17.7422 12.4984 17.2265 12.9428L16 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10L6.77346 11.0572C6.25782 11.5016 6 11.7239 6 12C6 12.2761 6.25782 12.4984 6.77346 12.9428L8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9L11 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-source-code-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 10L17.2265 11.0572C17.7422 11.5016 18 11.7239 18 12C18 12.2761 17.7422 12.4984 17.2265 12.9428L16 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10L6.77346 11.0572C6.25782 11.5016 6 11.7239 6 12C6 12.2761 6.25782 12.4984 6.77346 12.9428L8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9L11 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 10L17.2265 11.0572C17.7422 11.5016 18 11.7239 18 12C18 12.2761 17.7422 12.4984 17.2265 12.9428L16 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10L6.77346 11.0572C6.25782 11.5016 6 11.7239 6 12C6 12.2761 6.25782 12.4984 6.77346 12.9428L8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 9L11 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-source-code{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 8L18.8398 9.85008C19.6133 10.6279 20 11.0168 20 11.5C20 11.9832 19.6133 12.3721 18.8398 13.1499L17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8L5.16019 9.85008C4.38673 10.6279 4 11.0168 4 11.5C4 11.9832 4.38673 12.3721 5.16019 13.1499L7 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 4L9.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 8L18.8398 9.85008C19.6133 10.6279 20 11.0168 20 11.5C20 11.9832 19.6133 12.3721 18.8398 13.1499L17 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8L5.16019 9.85008C4.38673 10.6279 4 11.0168 4 11.5C4 11.9832 4.38673 12.3721 5.16019 13.1499L7 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 4L9.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-sql{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.41465 10C8.20873 9.4174 7.65311 9 7 9C6.17157 9 5.5 9.67157 5.5 10.5C5.5 11.3284 6.17157 12 7 12C7.82843 12 8.5 12.6716 8.5 13.5C8.5 14.3284 7.82843 15 7 15C6.34689 15 5.79127 14.5826 5.58535 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 15C11.6716 15 11 14.3284 11 13.5V10.5C11 9.67157 11.6716 9 12.5 9C13.3284 9 14 9.67157 14 10.5V13.5C14 14.3284 13.3284 15 12.5 15ZM12.5 15L14 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 9V13C16.5 13.9428 16.5 14.4142 16.7929 14.7071C17.0858 15 17.5572 15 18.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.41465 10C8.20873 9.4174 7.65311 9 7 9C6.17157 9 5.5 9.67157 5.5 10.5C5.5 11.3284 6.17157 12 7 12C7.82843 12 8.5 12.6716 8.5 13.5C8.5 14.3284 7.82843 15 7 15C6.34689 15 5.79127 14.5826 5.58535 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 15C11.6716 15 11 14.3284 11 13.5V10.5C11 9.67157 11.6716 9 12.5 9C13.3284 9 14 9.67157 14 10.5V13.5C14 14.3284 13.3284 15 12.5 15ZM12.5 15L14 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 9V13C16.5 13.9428 16.5 14.4142 16.7929 14.7071C17.0858 15 17.5572 15 18.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-step-into{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 14L10.5858 15.8398C11.2525 16.6133 11.5858 17 12 17C12.4142 17 12.7475 16.6133 13.4142 15.8398L15 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16.5V12C12 8.22876 12 6.34315 10.8284 5.17157C9.65685 4 7.77124 4 4 4H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 20H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 20H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 14L10.5858 15.8398C11.2525 16.6133 11.5858 17 12 17C12.4142 17 12.7475 16.6133 13.4142 15.8398L15 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16.5V12C12 8.22876 12 6.34315 10.8284 5.17157C9.65685 4 7.77124 4 4 4H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 20H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 20H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-step-out{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 10L19.8398 8.41421C20.6133 7.74755 21 7.41421 21 7C21 6.58579 20.6133 6.25245 19.8398 5.58579L18 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V15C12 11.2288 12 9.34315 13.1716 8.17157C14.3431 7 16.2288 7 20 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 10L19.8398 8.41421C20.6133 7.74755 21 7.41421 21 7C21 6.58579 20.6133 6.25245 19.8398 5.58579L18 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V15C12 11.2288 12 9.34315 13.1716 8.17157C14.3431 7 16.2288 7 20 7H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-step-over{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 14L15.5858 15.8398C16.2525 16.6133 16.5858 17 17 17C17.4142 17 17.7475 16.6133 18.4142 15.8398L20 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 17V11C17 8.19108 17 6.78661 16.3259 5.77772C16.034 5.34096 15.659 4.96596 15.2223 4.67412C14.2134 4 12.8089 4 10 4C7.19108 4 5.78661 4 4.77772 4.67412C4.34096 4.96596 3.96596 5.34096 3.67412 5.77772C3 6.78661 3 8.19108 3 11L3 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 20H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 14L15.5858 15.8398C16.2525 16.6133 16.5858 17 17 17C17.4142 17 17.7475 16.6133 18.4142 15.8398L20 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 17V11C17 8.19108 17 6.78661 16.3259 5.77772C16.034 5.34096 15.659 4.96596 15.2223 4.67412C14.2134 4 12.8089 4 10 4C7.19108 4 5.78661 4 4.77772 4.67412C4.34096 4.96596 3.96596 5.34096 3.67412 5.77772C3 6.78661 3 8.19108 3 11L3 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 20H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-translate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 5.82759H7.7M11 5.82759H9.5M7.7 5.82759H9.5M7.7 5.82759V5M9.5 5.82759C9.18351 6.95937 8.52075 8.02923 7.76429 8.96946M5.83571 11C6.44723 10.4377 7.13788 9.74802 7.76429 8.96946M7.76429 8.96946C7.37857 8.51724 6.83857 7.78558 6.68429 7.45455M7.76429 8.96946L8.92143 10.1724%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 19L14.3333 17M18.5 19L17.6667 17M14.3333 17L16 13L17.6667 17M14.3333 17H17.6667%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10V8C14 5.17157 14 3.75736 13.1213 2.87868C12.2426 2 10.8284 2 8 2C5.17157 2 3.75736 2 2.87868 2.87868C2 3.75736 2 5.17157 2 8C2 10.8284 2 12.2426 2.87868 13.1213C3.75736 14 5.17157 14 8 14H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16C10 13.1716 10 11.7574 10.8787 10.8787C11.7574 10 13.1716 10 16 10C18.8284 10 20.2426 10 21.1213 10.8787C22 11.7574 22 13.1716 22 16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22C13.1716 22 11.7574 22 10.8787 21.1213C10 20.2426 10 18.8284 10 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 16.5C4 17.9045 4 18.6067 4.33706 19.1111C4.48298 19.3295 4.67048 19.517 4.88886 19.6629C5.39331 20 6.09554 20 7.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 7.5C20 6.09554 20 5.39331 19.6629 4.88886C19.517 4.67048 19.3295 4.48298 19.1111 4.33706C18.6067 4 17.9045 4 16.5 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 5.82759H7.7M11 5.82759H9.5M7.7 5.82759H9.5M7.7 5.82759V5M9.5 5.82759C9.18351 6.95937 8.52075 8.02923 7.76429 8.96946M5.83571 11C6.44723 10.4377 7.13788 9.74802 7.76429 8.96946M7.76429 8.96946C7.37857 8.51724 6.83857 7.78558 6.68429 7.45455M7.76429 8.96946L8.92143 10.1724%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 19L14.3333 17M18.5 19L17.6667 17M14.3333 17L16 13L17.6667 17M14.3333 17H17.6667%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 10V8C14 5.17157 14 3.75736 13.1213 2.87868C12.2426 2 10.8284 2 8 2C5.17157 2 3.75736 2 2.87868 2.87868C2 3.75736 2 5.17157 2 8C2 10.8284 2 12.2426 2.87868 13.1213C3.75736 14 5.17157 14 8 14H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 16C10 13.1716 10 11.7574 10.8787 10.8787C11.7574 10 13.1716 10 16 10C18.8284 10 20.2426 10 21.1213 10.8787C22 11.7574 22 13.1716 22 16C22 18.8284 22 20.2426 21.1213 21.1213C20.2426 22 18.8284 22 16 22C13.1716 22 11.7574 22 10.8787 21.1213C10 20.2426 10 18.8284 10 16Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 16.5C4 17.9045 4 18.6067 4.33706 19.1111C4.48298 19.3295 4.67048 19.517 4.88886 19.6629C5.39331 20 6.09554 20 7.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 7.5C20 6.09554 20 5.39331 19.6629 4.88886C19.517 4.67048 19.3295 4.48298 19.1111 4.33706C18.6067 4 17.9045 4 16.5 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-translation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 5.96552H8.15M12 5.96552H10.25M8.15 5.96552H10.25M8.15 5.96552V5M10.25 5.96552C9.88076 7.28593 9.10754 8.53411 8.225 9.63103M5.975 12C6.68843 11.344 7.4942 10.5394 8.225 9.63103M8.225 9.63103C7.775 9.10345 7.145 8.24984 6.965 7.86364M8.225 9.63103L9.575 11.0345%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.02231 16.9777C7.07674 18.6978 7.26397 19.7529 7.90796 20.5376C8.07418 20.7401 8.25989 20.9258 8.46243 21.092C9.56878 22 11.2125 22 14.5 22C17.7875 22 19.4312 22 20.5376 21.092C20.7401 20.9258 20.9258 20.7401 21.092 20.5376C22 19.4312 22 17.7875 22 14.5C22 11.2125 22 9.56878 21.092 8.46243C20.9258 8.25989 20.7401 8.07418 20.5376 7.90796C19.7563 7.26676 18.707 7.07837 17 7.02303M7.02231 16.9777C5.30217 16.9233 4.24713 16.736 3.46243 16.092C3.25989 15.9258 3.07418 15.7401 2.90796 15.5376C2 14.4312 2 12.7875 2 9.5C2 6.21252 2 4.56878 2.90796 3.46243C3.07418 3.25989 3.25989 3.07418 3.46243 2.90796C4.56878 2 6.21252 2 9.5 2C12.7875 2 14.4312 2 15.5376 2.90796C15.7401 3.07418 15.9258 3.25989 16.092 3.46243C16.736 4.24713 16.9233 5.30217 16.9777 7.02231C16.9777 7.02231 16.9777 7.02231 17 7.02303M7.02231 16.9777L17 7.02303%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 19L13.8333 17M18 19L17.1667 17M13.8333 17L15.5 13L17.1667 17M13.8333 17H17.1667%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 5.96552H8.15M12 5.96552H10.25M8.15 5.96552H10.25M8.15 5.96552V5M10.25 5.96552C9.88076 7.28593 9.10754 8.53411 8.225 9.63103M5.975 12C6.68843 11.344 7.4942 10.5394 8.225 9.63103M8.225 9.63103C7.775 9.10345 7.145 8.24984 6.965 7.86364M8.225 9.63103L9.575 11.0345%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.02231 16.9777C7.07674 18.6978 7.26397 19.7529 7.90796 20.5376C8.07418 20.7401 8.25989 20.9258 8.46243 21.092C9.56878 22 11.2125 22 14.5 22C17.7875 22 19.4312 22 20.5376 21.092C20.7401 20.9258 20.9258 20.7401 21.092 20.5376C22 19.4312 22 17.7875 22 14.5C22 11.2125 22 9.56878 21.092 8.46243C20.9258 8.25989 20.7401 8.07418 20.5376 7.90796C19.7563 7.26676 18.707 7.07837 17 7.02303M7.02231 16.9777C5.30217 16.9233 4.24713 16.736 3.46243 16.092C3.25989 15.9258 3.07418 15.7401 2.90796 15.5376C2 14.4312 2 12.7875 2 9.5C2 6.21252 2 4.56878 2.90796 3.46243C3.07418 3.25989 3.25989 3.07418 3.46243 2.90796C4.56878 2 6.21252 2 9.5 2C12.7875 2 14.4312 2 15.5376 2.90796C15.7401 3.07418 15.9258 3.25989 16.092 3.46243C16.736 4.24713 16.9233 5.30217 16.9777 7.02231C16.9777 7.02231 16.9777 7.02231 17 7.02303M7.02231 16.9777L17 7.02303%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 19L13.8333 17M18 19L17.1667 17M13.8333 17L15.5 13L17.1667 17M13.8333 17H17.1667%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-variable{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 9H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99981 6H7.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9998 6H11.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.1105 12C17.6731 12.8628 18 13.8932 18 15C18 16.1068 17.6731 17.1372 17.1105 18M6.88947 12C6.32692 12.8628 6 13.8932 6 15C6 16.1068 6.32692 17.1372 6.88947 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13L14 17M14 13L10 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 9H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99981 6H7.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9998 6H11.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.1105 12C17.6731 12.8628 18 13.8932 18 15C18 16.1068 17.6731 17.1372 17.1105 18M6.88947 12C6.32692 12.8628 6 13.8932 6 15C6 16.1068 6.32692 17.1372 6.88947 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13L14 17M14 13L10 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-web-design-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 9H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 13L17 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 17H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99981 6H7.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9998 6H11.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 9H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 13L17 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 17H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99981 6H7.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9998 6H11.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9V21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-web-design-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 10.128C20 6.29644 20 4.38064 18.8284 3.19032C17.6569 2 15.7712 2 12 2H10C6.22876 2 4.34315 2 3.17157 3.19032C2 4.38064 2 6.29644 2 10.128C2 13.9596 2 15.8754 3.17157 17.0657C3.64118 17.5428 4.2255 17.8287 5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17.5C22 15.6251 22 14.6877 21.5225 14.0305C21.3683 13.8183 21.1817 13.6317 20.9695 13.4775C20.3123 13 19.3749 13 17.5 13H12.5C10.6251 13 9.6877 13 9.03054 13.4775C8.8183 13.6317 8.63166 13.8183 8.47746 14.0305C8 14.6877 8 15.6251 8 17.5C8 19.3749 8 20.3123 8.47746 20.9695C8.63166 21.1817 8.8183 21.3683 9.03054 21.5225C9.6877 22 10.6251 22 12.5 22H17.5C19.3749 22 20.3123 22 20.9695 21.5225C21.1817 21.3683 21.3683 21.1817 21.5225 20.9695C22 20.3123 22 19.3749 22 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 16L17.4199 16.7929C17.8066 17.1262 18 17.2929 18 17.5C18 17.7071 17.8066 17.8738 17.4199 18.2071L16.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 16L12.5801 16.7929C12.1934 17.1262 12 17.2929 12 17.5C12 17.7071 12.1934 17.8738 12.5801 18.2071L13.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 6H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 10.128C20 6.29644 20 4.38064 18.8284 3.19032C17.6569 2 15.7712 2 12 2H10C6.22876 2 4.34315 2 3.17157 3.19032C2 4.38064 2 6.29644 2 10.128C2 13.9596 2 15.8754 3.17157 17.0657C3.64118 17.5428 4.2255 17.8287 5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17.5C22 15.6251 22 14.6877 21.5225 14.0305C21.3683 13.8183 21.1817 13.6317 20.9695 13.4775C20.3123 13 19.3749 13 17.5 13H12.5C10.6251 13 9.6877 13 9.03054 13.4775C8.8183 13.6317 8.63166 13.8183 8.47746 14.0305C8 14.6877 8 15.6251 8 17.5C8 19.3749 8 20.3123 8.47746 20.9695C8.63166 21.1817 8.8183 21.3683 9.03054 21.5225C9.6877 22 10.6251 22 12.5 22H17.5C19.3749 22 20.3123 22 20.9695 21.5225C21.1817 21.3683 21.3683 21.1817 21.5225 20.9695C22 20.3123 22 19.3749 22 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 16L17.4199 16.7929C17.8066 17.1262 18 17.2929 18 17.5C18 17.7071 17.8066 17.8738 17.4199 18.2071L16.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 16L12.5801 16.7929C12.1934 17.1262 12 17.2929 12 17.5C12 17.7071 12.1934 17.8738 12.5801 18.2071L13.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 6H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-programming-icons-web-programming{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 9H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6H7.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6H11.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.11805 13.5C8.84339 13.1931 8.44425 13 8 13C7.17157 13 6.5 13.6716 6.5 14.5V15.5C6.5 16.3284 7.17157 17 8 17C8.44425 17 8.84339 16.8069 9.11805 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 13L17.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.4922 13.5H12.5012M12.4922 16.5H12.5012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.5 9H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6H7.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6H11.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.11805 13.5C8.84339 13.1931 8.44425 13 8 13C7.17157 13 6.5 13.6716 6.5 14.5V15.5C6.5 16.3284 7.17157 17 8 17C8.44425 17 8.84339 16.8069 9.11805 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 13L17.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.4922 13.5H12.5012M12.4922 16.5H12.5012%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-acceleration{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 18.4138V11.1909C2.5 9.86228 2.5 9.19798 3.09869 9.03265C3.69737 8.86733 4.40197 9.33706 5.81117 10.2765L18.5852 18.7926C19.9944 19.732 20.699 20.2018 20.451 20.6009C20.203 21 19.2066 21 17.2137 21H6.37928C4.55057 21 3.63621 21 3.06811 20.6213C2.5 20.2425 2.5 19.633 2.5 18.4138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 11C10.7091 11 12.5 9.20914 12.5 7C12.5 4.79086 10.7091 3 8.5 3C6.29086 3 4.5 4.79086 4.5 7C4.5 9.20914 6.29086 11 8.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5039 9.99609L21.4074 13.3801M21.4074 13.3801C21.7274 13.0406 21.1868 12.0601 20.7302 10.7281M21.4074 13.3801C21.1868 13.6201 20.4659 13.6801 18.7658 13.9981%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 18.4138V11.1909C2.5 9.86228 2.5 9.19798 3.09869 9.03265C3.69737 8.86733 4.40197 9.33706 5.81117 10.2765L18.5852 18.7926C19.9944 19.732 20.699 20.2018 20.451 20.6009C20.203 21 19.2066 21 17.2137 21H6.37928C4.55057 21 3.63621 21 3.06811 20.6213C2.5 20.2425 2.5 19.633 2.5 18.4138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 11C10.7091 11 12.5 9.20914 12.5 7C12.5 4.79086 10.7091 3 8.5 3C6.29086 3 4.5 4.79086 4.5 7C4.5 9.20914 6.29086 11 8.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5039 9.99609L21.4074 13.3801M21.4074 13.3801C21.7274 13.0406 21.1868 12.0601 20.7302 10.7281M21.4074 13.3801C21.1868 13.6201 20.4659 13.6801 18.7658 13.9981%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-atom-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9H21.99M2.00995 9H2M12.005 22H11.995%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.55556 21C4.47364 19.4999 2.37683 16.5285 2 13.1273M16.4444 21C19.5264 19.4999 21.6232 16.5285 22 13.1273M5.55555 4.25658C9.23956 1.24781 14.5382 1.24781 18.2222 4.25658%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9H21.99M2.00995 9H2M12.005 22H11.995%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.55556 21C4.47364 19.4999 2.37683 16.5285 2 13.1273M16.4444 21C19.5264 19.4999 21.6232 16.5285 22 13.1273M5.55555 4.25658C9.23956 1.24781 14.5382 1.24781 18.2222 4.25658%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-atom-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.3541 3.64593C18.5085 1.8004 13.2722 4.04455 8.65837 8.65837C4.04455 13.2722 1.8004 18.5085 3.64593 20.3541C5.49146 22.1996 10.7278 19.9555 15.3416 15.3416C19.9555 10.7278 22.1996 5.49146 20.3541 3.64593Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.64593 3.64593C1.8004 5.49146 4.04455 10.7278 8.65837 15.3416C13.2722 19.9555 18.5085 22.1996 20.3541 20.3541C22.1996 18.5085 19.9555 13.2722 15.3416 8.65837C10.7278 4.04455 5.49146 1.8004 3.64593 3.64593Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.009 12H12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M20.3541 3.64593C18.5085 1.8004 13.2722 4.04455 8.65837 8.65837C4.04455 13.2722 1.8004 18.5085 3.64593 20.3541C5.49146 22.1996 10.7278 19.9555 15.3416 15.3416C19.9555 10.7278 22.1996 5.49146 20.3541 3.64593Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.64593 3.64593C1.8004 5.49146 4.04455 10.7278 8.65837 15.3416C13.2722 19.9555 18.5085 22.1996 20.3541 20.3541C22.1996 18.5085 19.9555 13.2722 15.3416 8.65837C10.7278 4.04455 5.49146 1.8004 3.64593 3.64593Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.009 12H12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-bacteria{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2215%22 cy%3D%228%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12.5L6.20943 12.735C6.59836 13.1714 7.25402 13.052 7.5 12.5C7.74598 11.948 8.40164 11.8286 8.79057 12.265L9 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.8413 18L15.9521 17.6549C16.1579 17.014 15.6742 16.4273 15 16.5C14.3258 16.5727 13.8421 15.986 14.0479 15.3451L14.1587 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.009 13H19%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00896 17H9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00896 8H8%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2215%22 cy%3D%228%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12.5L6.20943 12.735C6.59836 13.1714 7.25402 13.052 7.5 12.5C7.74598 11.948 8.40164 11.8286 8.79057 12.265L9 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.8413 18L15.9521 17.6549C16.1579 17.014 15.6742 16.4273 15 16.5C14.3258 16.5727 13.8421 15.986 14.0479 15.3451L14.1587 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.009 13H19%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00896 17H9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.00896 8H8%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-black-hole{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%2213%22 rx%3D%2210%22 ry%3D%225%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.6018 12C17.6409 13.1652 15.048 14 12.0001 14C8.95228 14 6.35939 13.1652 5.39844 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.063 13.5C10.0219 13.3402 10 13.1726 10 13C10 11.8954 10.8954 11 12 11C13.1046 11 14 11.8954 14 13C14 13.1726 13.9781 13.3402 13.937 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 4L9 13.5M7 20L9 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 6L15 13.5M17 20L15 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V11M12 22V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%2213%22 rx%3D%2210%22 ry%3D%225%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.6018 12C17.6409 13.1652 15.048 14 12.0001 14C8.95228 14 6.35939 13.1652 5.39844 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.063 13.5C10.0219 13.3402 10 13.1726 10 13C10 11.8954 10.8954 11 12 11C13.1046 11 14 11.8954 14 13C14 13.1726 13.9781 13.3402 13.937 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 4L9 13.5M7 20L9 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 6L15 13.5M17 20L15 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V11M12 22V18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-bot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 15.5C2.89543 15.5 2 14.6046 2 13.5C2 12.3954 2.89543 11.5 4 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 15.5C21.1046 15.5 22 14.6046 22 13.5C22 12.3954 21.1046 11.5 20 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7L7 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L17 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%223%22 r%3D%221%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%223%22 r%3D%221%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 7H10.5C7.67157 7 6.25736 7 5.37868 7.90898C4.5 8.81796 4.5 10.2809 4.5 13.2069C4.5 16.1329 4.5 17.5958 5.37868 18.5048C6.25736 19.4138 7.67157 19.4138 10.5 19.4138H11.5253C12.3169 19.4138 12.5962 19.5773 13.1417 20.1713C13.745 20.8283 14.6791 21.705 15.5242 21.9091C16.7254 22.1994 16.8599 21.7979 16.5919 20.6531C16.5156 20.327 16.3252 19.8056 16.526 19.5018C16.6385 19.3316 16.8259 19.2898 17.2008 19.2061C17.7922 19.074 18.2798 18.8581 18.6213 18.5048C19.5 17.5958 19.5 16.1329 19.5 13.2069C19.5 10.2809 19.5 8.81796 18.6213 7.90898C17.7426 7 16.3284 7 13.5 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 15C10.0701 15.6072 10.9777 16 12 16C13.0223 16 13.9299 15.6072 14.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00896 11H9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.009 11H15%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 15.5C2.89543 15.5 2 14.6046 2 13.5C2 12.3954 2.89543 11.5 4 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 15.5C21.1046 15.5 22 14.6046 22 13.5C22 12.3954 21.1046 11.5 20 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7L7 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 7L17 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%223%22 r%3D%221%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%223%22 r%3D%221%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 7H10.5C7.67157 7 6.25736 7 5.37868 7.90898C4.5 8.81796 4.5 10.2809 4.5 13.2069C4.5 16.1329 4.5 17.5958 5.37868 18.5048C6.25736 19.4138 7.67157 19.4138 10.5 19.4138H11.5253C12.3169 19.4138 12.5962 19.5773 13.1417 20.1713C13.745 20.8283 14.6791 21.705 15.5242 21.9091C16.7254 22.1994 16.8599 21.7979 16.5919 20.6531C16.5156 20.327 16.3252 19.8056 16.526 19.5018C16.6385 19.3316 16.8259 19.2898 17.2008 19.2061C17.7922 19.074 18.2798 18.8581 18.6213 18.5048C19.5 17.5958 19.5 16.1329 19.5 13.2069C19.5 10.2809 19.5 8.81796 18.6213 7.90898C17.7426 7 16.3284 7 13.5 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 15C10.0701 15.6072 10.9777 16 12 16C13.0223 16 13.9299 15.6072 14.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.00896 11H9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.009 11H15%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-bounding-box{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 4H10M4 10V6M12 6V10M6 12H10M14 12H18M20 14V18M12 14V18M14 20H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%224%22 cy%3D%224%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%224%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%224%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 4H10M4 10V6M12 6V10M6 12H10M14 12H18M20 14V18M12 14V18M14 20H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%224%22 cy%3D%224%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%224%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%224%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-cells{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1075 5.57624C11.3692 6.02707 11.5 6.25248 11.5 6.5C11.5 6.74752 11.3692 6.97293 11.1075 7.42376L9.85804 9.57624C9.59636 10.0271 9.46551 10.2525 9.25 10.3762C9.03449 10.5 8.7728 10.5 8.24943 10.5H5.75057C5.2272 10.5 4.96551 10.5 4.75 10.3762C4.53449 10.2525 4.40364 10.0271 4.14196 9.57624L2.89253 7.42376C2.63084 6.97293 2.5 6.74752 2.5 6.5C2.5 6.25248 2.63084 6.02707 2.89253 5.57624L4.14196 3.42376C4.40364 2.97293 4.53449 2.74752 4.75 2.62376C4.96551 2.5 5.2272 2.5 5.75057 2.5L8.24943 2.5C8.7728 2.5 9.03449 2.5 9.25 2.62376C9.46551 2.74752 9.59636 2.97293 9.85804 3.42376L11.1075 5.57624Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.1075 11.5762C21.3692 12.0271 21.5 12.2525 21.5 12.5C21.5 12.7475 21.3692 12.9729 21.1075 13.4238L19.858 15.5762C19.5964 16.0271 19.4655 16.2525 19.25 16.3762C19.0345 16.5 18.7728 16.5 18.2494 16.5H15.7506C15.2272 16.5 14.9655 16.5 14.75 16.3762C14.5345 16.2525 14.4036 16.0271 14.142 15.5762L12.8925 13.4238C12.6308 12.9729 12.5 12.7475 12.5 12.5C12.5 12.2525 12.6308 12.0271 12.8925 11.5762L14.142 9.42376C14.4036 8.97293 14.5345 8.74752 14.75 8.62376C14.9655 8.5 15.2272 8.5 15.7506 8.5L18.2494 8.5C18.7728 8.5 19.0345 8.5 19.25 8.62376C19.4655 8.74752 19.5964 8.97293 19.858 9.42376L21.1075 11.5762Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.1075 16.5762C11.3692 17.0271 11.5 17.2525 11.5 17.5C11.5 17.7475 11.3692 17.9729 11.1075 18.4238L9.85804 20.5762C9.59636 21.0271 9.46551 21.2525 9.25 21.3762C9.03449 21.5 8.7728 21.5 8.24943 21.5H5.75057C5.2272 21.5 4.96551 21.5 4.75 21.3762C4.53449 21.2525 4.40364 21.0271 4.14196 20.5762L2.89253 18.4238C2.63084 17.9729 2.5 17.7475 2.5 17.5C2.5 17.2525 2.63084 17.0271 2.89253 16.5762L4.14196 14.4238C4.40364 13.9729 4.53449 13.7475 4.75 13.6238C4.96551 13.5 5.2272 13.5 5.75057 13.5L8.24943 13.5C8.7728 13.5 9.03449 13.5 9.25 13.6238C9.46551 13.7475 9.59636 13.9729 9.85804 14.4238L11.1075 16.5762Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.1075 5.57624C11.3692 6.02707 11.5 6.25248 11.5 6.5C11.5 6.74752 11.3692 6.97293 11.1075 7.42376L9.85804 9.57624C9.59636 10.0271 9.46551 10.2525 9.25 10.3762C9.03449 10.5 8.7728 10.5 8.24943 10.5H5.75057C5.2272 10.5 4.96551 10.5 4.75 10.3762C4.53449 10.2525 4.40364 10.0271 4.14196 9.57624L2.89253 7.42376C2.63084 6.97293 2.5 6.74752 2.5 6.5C2.5 6.25248 2.63084 6.02707 2.89253 5.57624L4.14196 3.42376C4.40364 2.97293 4.53449 2.74752 4.75 2.62376C4.96551 2.5 5.2272 2.5 5.75057 2.5L8.24943 2.5C8.7728 2.5 9.03449 2.5 9.25 2.62376C9.46551 2.74752 9.59636 2.97293 9.85804 3.42376L11.1075 5.57624Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.1075 11.5762C21.3692 12.0271 21.5 12.2525 21.5 12.5C21.5 12.7475 21.3692 12.9729 21.1075 13.4238L19.858 15.5762C19.5964 16.0271 19.4655 16.2525 19.25 16.3762C19.0345 16.5 18.7728 16.5 18.2494 16.5H15.7506C15.2272 16.5 14.9655 16.5 14.75 16.3762C14.5345 16.2525 14.4036 16.0271 14.142 15.5762L12.8925 13.4238C12.6308 12.9729 12.5 12.7475 12.5 12.5C12.5 12.2525 12.6308 12.0271 12.8925 11.5762L14.142 9.42376C14.4036 8.97293 14.5345 8.74752 14.75 8.62376C14.9655 8.5 15.2272 8.5 15.7506 8.5L18.2494 8.5C18.7728 8.5 19.0345 8.5 19.25 8.62376C19.4655 8.74752 19.5964 8.97293 19.858 9.42376L21.1075 11.5762Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.1075 16.5762C11.3692 17.0271 11.5 17.2525 11.5 17.5C11.5 17.7475 11.3692 17.9729 11.1075 18.4238L9.85804 20.5762C9.59636 21.0271 9.46551 21.2525 9.25 21.3762C9.03449 21.5 8.7728 21.5 8.24943 21.5H5.75057C5.2272 21.5 4.96551 21.5 4.75 21.3762C4.53449 21.2525 4.40364 21.0271 4.14196 20.5762L2.89253 18.4238C2.63084 17.9729 2.5 17.7475 2.5 17.5C2.5 17.2525 2.63084 17.0271 2.89253 16.5762L4.14196 14.4238C4.40364 13.9729 4.53449 13.7475 4.75 13.6238C4.96551 13.5 5.2272 13.5 5.75057 13.5L8.24943 13.5C8.7728 13.5 9.03449 13.5 9.25 13.6238C9.46551 13.7475 9.59636 13.9729 9.85804 14.4238L11.1075 16.5762Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-gravity{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C15.3137 22 18 19.3137 18 16C18 12.6863 15.3137 10 12 10C8.68629 10 6 12.6863 6 16C6 19.3137 8.68629 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 2V4M17 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0001 2V7.5M12.0001 7.5C12.5 7.4925 13.1345 6.56222 14.0601 5.50277M12.0001 7.5C11.5 7.4925 11.1845 6.81248 10.0601 5.50277%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C15.3137 22 18 19.3137 18 16C18 12.6863 15.3137 10 12 10C8.68629 10 6 12.6863 6 16C6 19.3137 8.68629 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 2V4M17 2V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0001 2V7.5M12.0001 7.5C12.5 7.4925 13.1345 6.56222 14.0601 5.50277M12.0001 7.5C11.5 7.4925 11.1845 6.81248 10.0601 5.50277%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-magnet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.925 2.5H9.15C9.15 2.5 8.2 7.7 8.2 10.1C8.2 13.1 10.1 15.5 12 15.5C13.9 15.5 15.8 13.1 15.8 10.1C15.8 7.7 14.85 2.5 14.85 2.5H20.075C20.075 2.5 21.5 7.13842 21.5 11.5C21.5 17 17.7 21.5 12 21.5C6.3 21.5 2.5 17 2.5 11.5C2.5 7.13842 3.925 2.5 3.925 2.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.97266 7.25H8.19766M15.7977 7.25L21.0227 7.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.925 2.5H9.15C9.15 2.5 8.2 7.7 8.2 10.1C8.2 13.1 10.1 15.5 12 15.5C13.9 15.5 15.8 13.1 15.8 10.1C15.8 7.7 14.85 2.5 14.85 2.5H20.075C20.075 2.5 21.5 7.13842 21.5 11.5C21.5 17 17.7 21.5 12 21.5C6.3 21.5 2.5 17 2.5 11.5C2.5 7.13842 3.925 2.5 3.925 2.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.97266 7.25H8.19766M15.7977 7.25L21.0227 7.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-molecules{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2213%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%224%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%224%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V6M18.5 18.5L15 16M5.5 18.5L9 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2213%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%224%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%224%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2220%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V6M18.5 18.5L15 16M5.5 18.5L9 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-nano-technology{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 16L10 13M14 11L19 8M12 5V10M12 14V19M5 8L10 11M14 13L19 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 9.00001V14.5M13.5 20.5L19 17.5M4.5 17.5L10.5 20.5M3.5 15V9.00001M4.5 6.5L10.5 3.5M19.5 6.5L13.5 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%223.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%223.5%22 cy%3D%227.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2220.5%22 cy%3D%227.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2220.5%22 cy%3D%2216.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%223.5%22 cy%3D%2216.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9.75L14 10.875V13.125L12 14.25L10 13.125V10.875L12 9.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 16L10 13M14 11L19 8M12 5V10M12 14V19M5 8L10 11M14 13L19 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 9.00001V14.5M13.5 20.5L19 17.5M4.5 17.5L10.5 20.5M3.5 15V9.00001M4.5 6.5L10.5 3.5M19.5 6.5L13.5 3.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%223.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%223.5%22 cy%3D%227.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2220.5%22 cy%3D%227.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2220.5%22 cy%3D%2216.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%223.5%22 cy%3D%2216.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9.75L14 10.875V13.125L12 14.25L10 13.125V10.875L12 9.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-pendulum{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3L20 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 3V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226.5%22 cy%3D%2218.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2211.5%22 cy%3D%2218.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219.5%22 cy%3D%2218.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 16L17 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3L20 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 3V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 3V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226.5%22 cy%3D%2218.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2211.5%22 cy%3D%2218.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219.5%22 cy%3D%2218.5%22 r%3D%222.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 16L17 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-prism{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5802 8L14.9874 6.85021C13.664 4.2834 13.0023 3 12 3C10.9977 3 10.336 4.2834 9.01261 6.85021L4.59051 15.4272C3.31146 17.908 2.67193 19.1484 3.16823 20.0742C3.66452 21 4.96898 21 7.5779 21H16.4221C19.031 21 20.3355 21 20.8318 20.0742C21.3281 19.1484 20.6885 17.908 19.4095 15.4272L19.0598 14.7489%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10L22 7M8 10L21.4615 11.5M8 10L22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10L2 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5802 8L14.9874 6.85021C13.664 4.2834 13.0023 3 12 3C10.9977 3 10.336 4.2834 9.01261 6.85021L4.59051 15.4272C3.31146 17.908 2.67193 19.1484 3.16823 20.0742C3.66452 21 4.96898 21 7.5779 21H16.4221C19.031 21 20.3355 21 20.8318 20.0742C21.3281 19.1484 20.6885 17.908 19.4095 15.4272L19.0598 14.7489%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10L22 7M8 10L21.4615 11.5M8 10L22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10L2 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-pulley{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2215.5%22 cy%3D%2210.5%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%228.5%22 cy%3D%2217.5%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17.5V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5L12 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 7L15.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17L19 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17C18.2864 17 17.903 17.1994 17.6169 17.8964C17.2445 18.8038 16.7909 20.1496 17.1056 20.7031C17.2744 21 17.6601 21 18.4315 21H19.5685C20.3399 21 20.7256 21 20.8944 20.7031C21.2091 20.1496 20.7555 18.8038 20.3831 17.8964C20.1105 17.2323 19.7423 17 19 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2215.5%22 cy%3D%2210.5%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%228.5%22 cy%3D%2217.5%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 17.5V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5L12 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 7L15.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17L19 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17C18.2864 17 17.903 17.1994 17.6169 17.8964C17.2445 18.8038 16.7909 20.1496 17.1056 20.7031C17.2744 21 17.6601 21 18.4315 21H19.5685C20.3399 21 20.7256 21 20.8944 20.7031C21.2091 20.1496 20.7555 18.8038 20.3831 17.8964C20.1105 17.2323 19.7423 17 19 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-siri{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 7.59199C9 9.31999 10.5 5 19 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C11 12 13 5.49859 18 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19.88C12.7189 21.1446 6.44444 12 2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 18C10.5 18 14.6857 10 21 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 7.59199C9 9.31999 10.5 5 19 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12C11 12 13 5.49859 18 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 19.88C12.7189 21.1446 6.44444 12 2 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 18C10.5 18 14.6857 10 21 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-solar-system{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 6.72958C2.54913 8.25986 2 10.0658 2 12C2 17.5228 6.47715 22 12 22C13.0452 22 14.053 21.8396 15 21.5422M20.353 17.5C21.394 15.9221 22 14.0318 22 12C22 6.47715 17.5228 2 12 2C10.9548 2 9.94704 2.16035 9 2.4578%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%225%22 cy%3D%225%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%228%22 cy%3D%2215%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 12.3425 7.03443 12.6769 7.10002 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.009 12H12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 6.72958C2.54913 8.25986 2 10.0658 2 12C2 17.5228 6.47715 22 12 22C13.0452 22 14.053 21.8396 15 21.5422M20.353 17.5C21.394 15.9221 22 14.0318 22 12C22 6.47715 17.5228 2 12 2C10.9548 2 9.94704 2.16035 9 2.4578%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%225%22 cy%3D%225%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2219%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%228%22 cy%3D%2215%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 12.3425 7.03443 12.6769 7.10002 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.009 12H12%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-submerge{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2214%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 2V3M7 5.5V6.5M7 9V10M17 2V3M17 5.5V6.5M17 9V10M12 2V3M12 5.5V6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12V16C2 18.8284 2 20.2426 2.87868 21.1213C3.75736 22 5.17157 22 8 22H16C18.8284 22 20.2426 22 21.1213 21.1213C22 20.2426 22 18.8284 22 16V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.8717C4.26409 16.7863 6.1743 15.7292 8.0217 14.833C9.59668 14.069 11.126 13.4219 12.79 14.833C16.0467 17.5465 18.9092 14.7526 22 14.1976%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2214%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 2V3M7 5.5V6.5M7 9V10M17 2V3M17 5.5V6.5M17 9V10M12 2V3M12 5.5V6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12V16C2 18.8284 2 20.2426 2.87868 21.1213C3.75736 22 5.17157 22 8 22H16C18.8284 22 20.2426 22 21.1213 21.1213C22 20.2426 22 18.8284 22 16V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14.8717C4.26409 16.7863 6.1743 15.7292 8.0217 14.833C9.59668 14.069 11.126 13.4219 12.79 14.833C16.0467 17.5465 18.9092 14.7526 22 14.1976%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-test-tube{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.223 6V7.98898C11.223 9.38733 11.223 10.0865 11.4102 10.7577C11.5974 11.4289 11.9644 12.0452 12.6984 13.2779L13.6929 14.9482C15.5632 18.0892 16.4984 19.6597 15.7312 20.824L15.7193 20.8418C14.9409 22 12.9606 22 9 22C5.03938 22 3.05907 22 2.2807 20.8418L2.26884 20.824C1.50164 19.6597 2.43679 18.0892 4.30708 14.9482L5.30163 13.2779C6.03558 12.0452 6.40256 11.4289 6.5898 10.7577C6.77704 10.0865 6.77704 9.38733 6.77704 7.98898V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 6L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 13.2803C6.16667 12.699 7.73448 13.1181 9.00155 13.6643C10.6682 14.3828 12.1667 13.8019 12.5 13.2803%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 7C11.5 9 13.8624 11.2121 15.4728 11C15.4728 12.6569 16.934 14 18.7364 14C20.5388 14 22 12.6569 22 11C22 9.34315 21 8 19 8C19 6 17.5 4 15.3799 4C15.3799 2.45687 14.5 2 13.5 2C12.5 2 12 3 12 3C12 3 9 3 9 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.223 6V7.98898C11.223 9.38733 11.223 10.0865 11.4102 10.7577C11.5974 11.4289 11.9644 12.0452 12.6984 13.2779L13.6929 14.9482C15.5632 18.0892 16.4984 19.6597 15.7312 20.824L15.7193 20.8418C14.9409 22 12.9606 22 9 22C5.03938 22 3.05907 22 2.2807 20.8418L2.26884 20.824C1.50164 19.6597 2.43679 18.0892 4.30708 14.9482L5.30163 13.2779C6.03558 12.0452 6.40256 11.4289 6.5898 10.7577C6.77704 10.0865 6.77704 9.38733 6.77704 7.98898V6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6 6L12 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 13.2803C6.16667 12.699 7.73448 13.1181 9.00155 13.6643C10.6682 14.3828 12.1667 13.8019 12.5 13.2803%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 7C11.5 9 13.8624 11.2121 15.4728 11C15.4728 12.6569 16.934 14 18.7364 14C20.5388 14 22 12.6569 22 11C22 9.34315 21 8 19 8C19 6 17.5 4 15.3799 4C15.3799 2.45687 14.5 2 13.5 2C12.5 2 12 3 12 3C12 3 9 3 9 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-triangle-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 21.0002V3L21 21.0002H3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0244 9.06769L20.9933 12.9903M20.9933 12.9903L20.9933 10.004M20.9933 12.9903L17.9927 12.9903M14.9168 6.98638L11.0099 3.00195M11.0099 3.00195L13.9961 3.01375M11.0099 3.00195L10.998 6.00255M17.0438 6.971L20.9795 3.01496M20.9795 3.01496L21.0047 6.00111M20.9795 3.01496L17.979 3.04035%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.3682 8C17.3682 8.75614 16.7552 9.36914 15.999 9.36914C15.2429 9.36914 14.6299 8.75614 14.6299 8C14.6299 7.24386 15.2429 6.63086 15.999 6.63086C16.7552 6.63086 17.3682 7.24386 17.3682 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 21.0002V3L21 21.0002H3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0244 9.06769L20.9933 12.9903M20.9933 12.9903L20.9933 10.004M20.9933 12.9903L17.9927 12.9903M14.9168 6.98638L11.0099 3.00195M11.0099 3.00195L13.9961 3.01375M11.0099 3.00195L10.998 6.00255M17.0438 6.971L20.9795 3.01496M20.9795 3.01496L21.0047 6.00111M20.9795 3.01496L17.979 3.04035%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.3682 8C17.3682 8.75614 16.7552 9.36914 15.999 9.36914C15.2429 9.36914 14.6299 8.75614 14.6299 8C14.6299 7.24386 15.2429 6.63086 15.999 6.63086C16.7552 6.63086 17.3682 7.24386 17.3682 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-ufo{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.04824 11.5858L5.09649 10.5858C5.39946 10.2968 5.55095 10.1522 5.74359 10.0761C5.93622 10 6.15046 10 6.57893 10H17.4211C17.8495 10 18.0638 10 18.2564 10.0761C18.449 10.1522 18.6005 10.2968 18.9035 10.5858L19.9518 11.5858C20.6506 12.2525 21 12.5858 21 13C21 13.4142 20.6506 13.7475 19.9518 14.4142L18.9035 15.4142C18.6005 15.7032 18.449 15.8478 18.2564 15.9239C18.0638 16 17.8495 16 17.4211 16H6.57893C6.15046 16 5.93622 16 5.74359 15.9239C5.55095 15.8478 5.39946 15.7032 5.09649 15.4142L4.04824 14.4142C3.34941 13.7475 3 13.4142 3 13C3 12.5858 3.34941 12.2525 4.04824 11.5858Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.01193 13H8M12.006 13H11.994M16 13H15.9881%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 10C18 6.68629 15.3137 4 12 4C8.68629 4 6 6.68629 6 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16L5.31623 18.0513C5.23173 18.3048 5.18948 18.4316 5.12452 18.5343C4.98656 18.7526 4.76952 18.909 4.51884 18.9709C4.40081 19 4.26721 19 4 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 16L18.6838 18.0513C18.7683 18.3048 18.8105 18.4316 18.8755 18.5343C19.0134 18.7526 19.2305 18.909 19.4812 18.9709C19.5992 19 19.7328 19 20 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.04824 11.5858L5.09649 10.5858C5.39946 10.2968 5.55095 10.1522 5.74359 10.0761C5.93622 10 6.15046 10 6.57893 10H17.4211C17.8495 10 18.0638 10 18.2564 10.0761C18.449 10.1522 18.6005 10.2968 18.9035 10.5858L19.9518 11.5858C20.6506 12.2525 21 12.5858 21 13C21 13.4142 20.6506 13.7475 19.9518 14.4142L18.9035 15.4142C18.6005 15.7032 18.449 15.8478 18.2564 15.9239C18.0638 16 17.8495 16 17.4211 16H6.57893C6.15046 16 5.93622 16 5.74359 15.9239C5.55095 15.8478 5.39946 15.7032 5.09649 15.4142L4.04824 14.4142C3.34941 13.7475 3 13.4142 3 13C3 12.5858 3.34941 12.2525 4.04824 11.5858Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.01193 13H8M12.006 13H11.994M16 13H15.9881%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 10C18 6.68629 15.3137 4 12 4C8.68629 4 6 6.68629 6 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 16L5.31623 18.0513C5.23173 18.3048 5.18948 18.4316 5.12452 18.5343C4.98656 18.7526 4.76952 18.909 4.51884 18.9709C4.40081 19 4.26721 19 4 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 16L18.6838 18.0513C18.7683 18.3048 18.8105 18.4316 18.8755 18.5343C19.0134 18.7526 19.2305 18.909 19.4812 18.9709C19.5992 19 19.7328 19 20 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-science-and-technology-icons-wind-turbine{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 11C13.5 11.8284 12.8284 12.5 12 12.5C11.1716 12.5 10.5 11.8284 10.5 11C10.5 10.1716 11.1716 9.5 12 9.5C12.8284 9.5 13.5 10.1716 13.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 10.5C20.9883 10.3076 20.9708 10.1167 20.9476 9.92766C20.6197 7.25804 19.1604 4.94528 17.0722 3.5M6.92775 3.5C4.83963 4.94528 3.38027 7.25804 3.05244 9.92766C3.02923 10.1167 3.01169 10.3076 3 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9.5V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.199 3.99008L10.3507 5.50744C10.4066 6.06576 10.4345 6.34492 10.5703 6.55077C10.6633 6.69171 10.7905 6.8068 10.94 6.88532C11.1584 7 11.4389 7 12 7C12.5611 7 12.8416 7 13.06 6.88532C13.2095 6.8068 13.3367 6.69171 13.4297 6.55077C13.5655 6.34492 13.5934 6.06576 13.6493 5.50744L13.801 3.99007C13.8837 3.16301 13.9251 2.74947 13.7332 2.45461C13.6754 2.36574 13.6038 2.28663 13.5211 2.22024C13.2468 2 12.8312 2 12 2C11.1688 2 10.7532 2 10.4789 2.22024C10.3962 2.28663 10.3246 2.36574 10.2668 2.45461C10.0749 2.74947 10.1163 3.16301 10.199 3.99008Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.7002 11.75L8.53516 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.83097 16.0648L8.06918 15.1747C8.52478 14.8472 8.75258 14.6834 8.86293 14.4629C8.93849 14.3119 8.97457 14.1442 8.96782 13.9754C8.95797 13.729 8.81769 13.486 8.53714 13.0001C8.25659 12.5142 8.11632 12.2712 7.90782 12.1395C7.76508 12.0493 7.60182 11.9967 7.43326 11.9866C7.18707 11.9719 6.93135 12.0873 6.41992 12.3181L5.02997 12.9454C4.27236 13.2873 3.89355 13.4582 3.73412 13.7718C3.68607 13.8663 3.65335 13.9679 3.6372 14.0727C3.58362 14.4204 3.79142 14.7803 4.20701 15.5001C4.62261 16.22 4.83041 16.5799 5.1583 16.7073C5.25713 16.7457 5.36144 16.7682 5.46732 16.7738C5.8186 16.7925 6.15606 16.5499 6.83097 16.0648Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2998 11.75L15.4648 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9699 12.9444L17.58 12.3171C17.0685 12.0863 16.8128 11.9709 16.5666 11.9856C16.3981 11.9957 16.2348 12.0483 16.092 12.1385C15.8836 12.2703 15.7433 12.5132 15.4627 12.9991C15.1822 13.4851 15.0419 13.728 15.032 13.9745C15.0253 14.1432 15.0614 14.3109 15.1369 14.4619C15.2473 14.6825 15.4751 14.8462 15.9307 15.1737L17.1689 16.0638C17.8438 16.549 18.1813 16.7915 18.5326 16.7728C18.6384 16.7672 18.7427 16.7447 18.8416 16.7063C19.1695 16.5789 19.3773 16.219 19.7929 15.4991C20.2085 14.7793 20.4163 14.4194 20.3627 14.0717C20.3465 13.9669 20.3138 13.8654 20.2657 13.7708C20.1063 13.4573 19.7275 13.2863 18.9699 12.9444Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 22H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 11C13.5 11.8284 12.8284 12.5 12 12.5C11.1716 12.5 10.5 11.8284 10.5 11C10.5 10.1716 11.1716 9.5 12 9.5C12.8284 9.5 13.5 10.1716 13.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 10.5C20.9883 10.3076 20.9708 10.1167 20.9476 9.92766C20.6197 7.25804 19.1604 4.94528 17.0722 3.5M6.92775 3.5C4.83963 4.94528 3.38027 7.25804 3.05244 9.92766C3.02923 10.1167 3.01169 10.3076 3 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9.5V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.199 3.99008L10.3507 5.50744C10.4066 6.06576 10.4345 6.34492 10.5703 6.55077C10.6633 6.69171 10.7905 6.8068 10.94 6.88532C11.1584 7 11.4389 7 12 7C12.5611 7 12.8416 7 13.06 6.88532C13.2095 6.8068 13.3367 6.69171 13.4297 6.55077C13.5655 6.34492 13.5934 6.06576 13.6493 5.50744L13.801 3.99007C13.8837 3.16301 13.9251 2.74947 13.7332 2.45461C13.6754 2.36574 13.6038 2.28663 13.5211 2.22024C13.2468 2 12.8312 2 12 2C11.1688 2 10.7532 2 10.4789 2.22024C10.3962 2.28663 10.3246 2.36574 10.2668 2.45461C10.0749 2.74947 10.1163 3.16301 10.199 3.99008Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.7002 11.75L8.53516 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.83097 16.0648L8.06918 15.1747C8.52478 14.8472 8.75258 14.6834 8.86293 14.4629C8.93849 14.3119 8.97457 14.1442 8.96782 13.9754C8.95797 13.729 8.81769 13.486 8.53714 13.0001C8.25659 12.5142 8.11632 12.2712 7.90782 12.1395C7.76508 12.0493 7.60182 11.9967 7.43326 11.9866C7.18707 11.9719 6.93135 12.0873 6.41992 12.3181L5.02997 12.9454C4.27236 13.2873 3.89355 13.4582 3.73412 13.7718C3.68607 13.8663 3.65335 13.9679 3.6372 14.0727C3.58362 14.4204 3.79142 14.7803 4.20701 15.5001C4.62261 16.22 4.83041 16.5799 5.1583 16.7073C5.25713 16.7457 5.36144 16.7682 5.46732 16.7738C5.8186 16.7925 6.15606 16.5499 6.83097 16.0648Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2998 11.75L15.4648 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9699 12.9444L17.58 12.3171C17.0685 12.0863 16.8128 11.9709 16.5666 11.9856C16.3981 11.9957 16.2348 12.0483 16.092 12.1385C15.8836 12.2703 15.7433 12.5132 15.4627 12.9991C15.1822 13.4851 15.0419 13.728 15.032 13.9745C15.0253 14.1432 15.0614 14.3109 15.1369 14.4619C15.2473 14.6825 15.4751 14.8462 15.9307 15.1737L17.1689 16.0638C17.8438 16.549 18.1813 16.7915 18.5326 16.7728C18.6384 16.7672 18.7427 16.7447 18.8416 16.7063C19.1695 16.5789 19.3773 16.219 19.7929 15.4991C20.2085 14.7793 20.4163 14.4194 20.3627 14.0717C20.3465 13.9669 20.3138 13.8654 20.2657 13.7708C20.1063 13.4573 19.7275 13.2863 18.9699 12.9444Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 22H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-search-icons-search-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 14L16.5 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.4333 18.5252C15.8556 17.9475 15.8556 17.0109 16.4333 16.4333C17.0109 15.8556 17.9475 15.8556 18.5252 16.4333L21.5667 19.4748C22.1444 20.0525 22.1444 20.9891 21.5667 21.5667C20.9891 22.1444 20.0525 22.1444 19.4748 21.5667L16.4333 18.5252Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 9C16 5.13401 12.866 2 9 2C5.13401 2 2 5.13401 2 9C2 12.866 5.13401 16 9 16C12.866 16 16 12.866 16 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 14L16.5 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.4333 18.5252C15.8556 17.9475 15.8556 17.0109 16.4333 16.4333C17.0109 15.8556 17.9475 15.8556 18.5252 16.4333L21.5667 19.4748C22.1444 20.0525 22.1444 20.9891 21.5667 21.5667C20.9891 22.1444 20.0525 22.1444 19.4748 21.5667L16.4333 18.5252Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 9C16 5.13401 12.866 2 9 2C5.13401 2 2 5.13401 2 9C2 12.866 5.13401 16 9 16C12.866 16 16 12.866 16 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-search-icons-search-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 11L14.5 11M11 7.5V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 11L14.5 11M11 7.5V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-search-icons-search-area{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4 19.4L22 22M20.7 14.85C20.7 11.6191 18.0809 9 14.85 9C11.6191 9 9 11.6191 9 14.85C9 18.0809 11.6191 20.7 14.85 20.7C18.0809 20.7 20.7 18.0809 20.7 14.85Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C2.1305 4.6645 2.4262 3.7663 3.09625 3.09625C3.7663 2.4262 4.6645 2.1305 6 2M6 22C4.6645 21.8695 3.7663 21.5738 3.09625 20.9037C2.4262 20.2337 2.1305 19.3355 2 18M22 6C21.8695 4.6645 21.5738 3.7663 20.9037 3.09625C20.2337 2.4262 19.3355 2.1305 18 2M2 10L2 14M14 2L10 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4 19.4L22 22M20.7 14.85C20.7 11.6191 18.0809 9 14.85 9C11.6191 9 9 11.6191 9 14.85C9 18.0809 11.6191 20.7 14.85 20.7C18.0809 20.7 20.7 18.0809 20.7 14.85Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C2.1305 4.6645 2.4262 3.7663 3.09625 3.09625C3.7663 2.4262 4.6645 2.1305 6 2M6 22C4.6645 21.8695 3.7663 21.5738 3.09625 20.9037C2.4262 20.2337 2.1305 19.3355 2 18M22 6C21.8695 4.6645 21.5738 3.7663 20.9037 3.09625C20.2337 2.4262 19.3355 2.1305 18 2M2 10L2 14M14 2L10 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-search-icons-search-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.4 14.4L16 16M15.2 11.6C15.2 9.61175 13.5882 8 11.6 8C9.61175 8 8 9.61175 8 11.6C8 13.5882 9.61175 15.2 11.6 15.2C13.5882 15.2 15.2 13.5882 15.2 11.6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.4 14.4L16 16M15.2 11.6C15.2 9.61175 13.5882 8 11.6 8C9.61175 8 8 9.61175 8 11.6C8 13.5882 9.61175 15.2 11.6 15.2C13.5882 15.2 15.2 13.5882 15.2 11.6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-search-icons-search-focus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.4924 7.5C8.77591 7.54342 8.31993 7.66286 7.99139 7.99139C7.66286 8.31993 7.54342 8.77591 7.5 9.4924M12.5076 7.5C13.2241 7.54342 13.6801 7.66286 14.0086 7.99139C14.3371 8.31993 14.4566 8.77591 14.5 9.4924M14.4923 12.6214C14.4431 13.273 14.3194 13.6978 14.0086 14.0086C13.6801 14.3371 13.2241 14.4566 12.5076 14.5M9.4924 14.5C8.7759 14.4566 8.31993 14.3371 7.99139 14.0086C7.6806 13.6978 7.55693 13.273 7.50772 12.6214%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.4924 7.5C8.77591 7.54342 8.31993 7.66286 7.99139 7.99139C7.66286 8.31993 7.54342 8.77591 7.5 9.4924M12.5076 7.5C13.2241 7.54342 13.6801 7.66286 14.0086 7.99139C14.3371 8.31993 14.4566 8.77591 14.5 9.4924M14.4923 12.6214C14.4431 13.273 14.3194 13.6978 14.0086 14.0086C13.6801 14.3371 13.2241 14.4566 12.5076 14.5M9.4924 14.5C8.7759 14.4566 8.31993 14.3371 7.99139 14.0086C7.6806 13.6978 7.55693 13.273 7.50772 12.6214%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-search-icons-search-list-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 3H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.6 18.6L22 21M20.8 14.4C20.8 11.4176 18.3824 9 15.4 9C12.4176 9 10 11.4176 10 14.4C10 17.3824 12.4176 19.8 15.4 19.8C18.3824 19.8 20.8 17.3824 20.8 14.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17H7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 3H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.6 18.6L22 21M20.8 14.4C20.8 11.4176 18.3824 9 15.4 9C12.4176 9 10 11.4176 10 14.4C10 17.3824 12.4176 19.8 15.4 19.8C18.3824 19.8 20.8 17.3824 20.8 14.4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-search-icons-search-list-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 6L6 6.00003%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 13H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.4 13.4L22 16M20.7 8.85C20.7 5.6191 18.0809 3 14.85 3C11.6191 3 9 5.6191 9 8.85C9 12.0809 11.6191 14.7 14.85 14.7C18.0809 14.7 20.7 12.0809 20.7 8.85Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 6L6 6.00003%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 13H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.4 13.4L22 16M20.7 8.85C20.7 5.6191 18.0809 3 14.85 3C11.6191 3 9 5.6191 9 8.85C9 12.0809 11.6191 14.7 14.85 14.7C18.0809 14.7 20.7 12.0809 20.7 8.85Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-search-icons-search-minus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 11H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 11H14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-search-icons-search-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14L14 8M8 8L14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 14L14 8M8 8L14 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-search-icons-search-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 15L17 17M16 11.5C16 9.01469 13.9853 7 11.5 7C9.01469 7 7 9.01469 7 11.5C7 13.9853 9.01469 16 11.5 16C13.9853 16 16 13.9853 16 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 15L17 17M16 11.5C16 9.01469 13.9853 7 11.5 7C9.01469 7 7 9.01469 7 11.5C7 13.9853 9.01469 16 11.5 16C13.9853 16 16 13.9853 16 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-search-icons-search-visual{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.9835 2C6.17689 2.06395 4.53758 2.33111 3.41752 3.44729C2.43723 4.42418 2.10954 5.79744 2 8M15.0165 2C17.8231 2.06395 19.4624 2.33111 20.5825 3.44729C21.5628 4.42418 21.8905 5.79744 22 8M15.0165 22C17.8231 21.9361 19.4624 21.6689 20.5825 20.5527C21.5628 19.5758 21.8905 18.2026 22 16M8.9835 22C6.17689 21.9361 4.53758 21.6689 3.41752 20.5527C2.43723 19.5758 2.10954 18.2026 2 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15L17 17M16 11.5C16 9.01469 13.9853 7 11.5 7C9.01469 7 7 9.01469 7 11.5C7 13.9853 9.01469 16 11.5 16C13.9853 16 16 13.9853 16 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.9835 2C6.17689 2.06395 4.53758 2.33111 3.41752 3.44729C2.43723 4.42418 2.10954 5.79744 2 8M15.0165 2C17.8231 2.06395 19.4624 2.33111 20.5825 3.44729C21.5628 4.42418 21.8905 5.79744 22 8M15.0165 22C17.8231 21.9361 19.4624 21.6689 20.5825 20.5527C21.5628 19.5758 21.8905 18.2026 22 16M8.9835 22C6.17689 21.9361 4.53758 21.6689 3.41752 20.5527C2.43723 19.5758 2.10954 18.2026 2 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15L17 17M16 11.5C16 9.01469 13.9853 7 11.5 7C9.01469 7 7 9.01469 7 11.5C7 13.9853 9.01469 16 11.5 16C13.9853 16 16 13.9853 16 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-search-icons-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 17.5L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11C20 6.02944 15.9706 2 11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C15.9706 20 20 15.9706 20 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-search-icons-searching{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 10C3.51076 9.96288 3.16925 9.87932 2.88886 9.69117C2.67048 9.54463 2.48298 9.35634 2.33706 9.13703C2 8.63045 2 7.92524 2 6.51483C2 5.10442 2 4.39921 2.33706 3.89263C2.48298 3.67332 2.67048 3.48502 2.88886 3.33849C3.39331 3 4.09554 3 5.5 3H18.5C19.9045 3 20.6067 3 21.1111 3.33849C21.3295 3.48502 21.517 3.67332 21.6629 3.89263C22 4.39921 22 5.10442 22 6.51483C22 7.80256 22 8.50243 21.7435 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.2 18.2L21 21M19.6 13.3C19.6 9.82057 16.7794 7 13.3 7C9.82057 7 7 9.82057 7 13.3C7 16.7794 9.82057 19.6 13.3 19.6C16.7794 19.6 19.6 16.7794 19.6 13.3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 10C3.51076 9.96288 3.16925 9.87932 2.88886 9.69117C2.67048 9.54463 2.48298 9.35634 2.33706 9.13703C2 8.63045 2 7.92524 2 6.51483C2 5.10442 2 4.39921 2.33706 3.89263C2.48298 3.67332 2.67048 3.48502 2.88886 3.33849C3.39331 3 4.09554 3 5.5 3H18.5C19.9045 3 20.6067 3 21.1111 3.33849C21.3295 3.48502 21.517 3.67332 21.6629 3.89263C22 4.39921 22 5.10442 22 6.51483C22 7.80256 22 8.50243 21.7435 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.2 18.2L21 21M19.6 13.3C19.6 9.82057 16.7794 7 13.3 7C9.82057 7 7 9.82057 7 13.3C7 16.7794 9.82057 19.6 13.3 19.6C16.7794 19.6 19.6 16.7794 19.6 13.3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-search-icons-zoom-in-area{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4 19.4L22 22M20.7 14.85C20.7 11.6191 18.0809 9 14.85 9C11.6191 9 9 11.6191 9 14.85C9 18.0809 11.6191 20.7 14.85 20.7C18.0809 20.7 20.7 18.0809 20.7 14.85Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.075 19.075L22 22M12.9 14.85H14.85M14.85 14.85H16.8M14.85 14.85V12.9M14.85 14.85V16.8M20.7 14.85C20.7 11.6191 18.0809 9 14.85 9C11.6191 9 9 11.6191 9 14.85C9 18.0809 11.6191 20.7 14.85 20.7C18.0809 20.7 20.7 18.0809 20.7 14.85Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C2.1305 4.6645 2.4262 3.7663 3.09625 3.09625C3.7663 2.4262 4.6645 2.1305 6 2M6 22C4.6645 21.8695 3.7663 21.5738 3.09625 20.9037C2.4262 20.2337 2.1305 19.3355 2 18M22 6C21.8695 4.6645 21.5738 3.7663 20.9037 3.09625C20.2337 2.4262 19.3355 2.1305 18 2M2 10L2 14M14 2L10 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.4 19.4L22 22M20.7 14.85C20.7 11.6191 18.0809 9 14.85 9C11.6191 9 9 11.6191 9 14.85C9 18.0809 11.6191 20.7 14.85 20.7C18.0809 20.7 20.7 18.0809 20.7 14.85Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.075 19.075L22 22M12.9 14.85H14.85M14.85 14.85H16.8M14.85 14.85V12.9M14.85 14.85V16.8M20.7 14.85C20.7 11.6191 18.0809 9 14.85 9C11.6191 9 9 11.6191 9 14.85C9 18.0809 11.6191 20.7 14.85 20.7C18.0809 20.7 20.7 18.0809 20.7 14.85Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C2.1305 4.6645 2.4262 3.7663 3.09625 3.09625C3.7663 2.4262 4.6645 2.1305 6 2M6 22C4.6645 21.8695 3.7663 21.5738 3.09625 20.9037C2.4262 20.2337 2.1305 19.3355 2 18M22 6C21.8695 4.6645 21.5738 3.7663 20.9037 3.09625C20.2337 2.4262 19.3355 2.1305 18 2M2 10L2 14M14 2L10 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-search-icons-zoom-out-area{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.075 19.075L22 22M12.9 14.85H16.8M20.7 14.85C20.7 11.6191 18.0809 9 14.85 9C11.6191 9 9 11.6191 9 14.85C9 18.0809 11.6191 20.7 14.85 20.7C18.0809 20.7 20.7 18.0809 20.7 14.85Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C2.1305 4.6645 2.4262 3.7663 3.09625 3.09625C3.7663 2.4262 4.6645 2.1305 6 2M6 22C4.6645 21.8695 3.7663 21.5738 3.09625 20.9037C2.4262 20.2337 2.1305 19.3355 2 18M22 6C21.8695 4.6645 21.5738 3.7663 20.9037 3.09625C20.2337 2.4262 19.3355 2.1305 18 2M2 10L2 14M14 2L10 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.075 19.075L22 22M12.9 14.85H16.8M20.7 14.85C20.7 11.6191 18.0809 9 14.85 9C11.6191 9 9 11.6191 9 14.85C9 18.0809 11.6191 20.7 14.85 20.7C18.0809 20.7 20.7 18.0809 20.7 14.85Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C2.1305 4.6645 2.4262 3.7663 3.09625 3.09625C3.7663 2.4262 4.6645 2.1305 6 2M6 22C4.6645 21.8695 3.7663 21.5738 3.09625 20.9037C2.4262 20.2337 2.1305 19.3355 2 18M22 6C21.8695 4.6645 21.5738 3.7663 20.9037 3.09625C20.2337 2.4262 19.3355 2.1305 18 2M2 10L2 14M14 2L10 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-access{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C4.23858 2 2 4.23858 2 7C2 8.85071 3.0055 10.4666 4.5 11.3311V17.8431C4.5 18.6606 4.5 19.0694 4.65224 19.4369C4.80448 19.8045 5.09351 20.0935 5.67157 20.6716L7 22L9.10819 19.8918C9.20542 19.7946 9.25407 19.7459 9.2944 19.6932C9.40031 19.5547 9.46816 19.3909 9.49122 19.218C9.5 19.1522 9.5 19.0834 9.5 18.9459C9.5 18.8346 9.5 18.779 9.4941 18.7249C9.47864 18.5831 9.43303 18.4463 9.36035 18.3236C9.33263 18.2768 9.29924 18.2323 9.23246 18.1433L8 16.5L8.7 15.5667C9.09649 15.038 9.29473 14.7737 9.39737 14.4658C9.5 14.1579 9.5 13.8275 9.5 13.1667V11.3311C10.9945 10.4666 12 8.85071 12 7C12 4.23858 9.76142 2 7 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7H7.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 14H19C19.9319 14 20.3978 14 20.7654 14.1522C21.2554 14.3552 21.6448 14.7446 21.8478 15.2346C22 15.6022 22 16.0681 22 17C22 17.9319 22 18.3978 21.8478 18.7654C21.6448 19.2554 21.2554 19.6448 20.7654 19.8478C20.3978 20 19.9319 20 19 20H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5H19C19.9319 5 20.3978 5 20.7654 5.15224C21.2554 5.35523 21.6448 5.74458 21.8478 6.23463C22 6.60218 22 7.06812 22 8C22 8.93188 22 9.39782 21.8478 9.76537C21.6448 10.2554 21.2554 10.6448 20.7654 10.8478C20.3978 11 19.9319 11 19 11H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 2C4.23858 2 2 4.23858 2 7C2 8.85071 3.0055 10.4666 4.5 11.3311V17.8431C4.5 18.6606 4.5 19.0694 4.65224 19.4369C4.80448 19.8045 5.09351 20.0935 5.67157 20.6716L7 22L9.10819 19.8918C9.20542 19.7946 9.25407 19.7459 9.2944 19.6932C9.40031 19.5547 9.46816 19.3909 9.49122 19.218C9.5 19.1522 9.5 19.0834 9.5 18.9459C9.5 18.8346 9.5 18.779 9.4941 18.7249C9.47864 18.5831 9.43303 18.4463 9.36035 18.3236C9.33263 18.2768 9.29924 18.2323 9.23246 18.1433L8 16.5L8.7 15.5667C9.09649 15.038 9.29473 14.7737 9.39737 14.4658C9.5 14.1579 9.5 13.8275 9.5 13.1667V11.3311C10.9945 10.4666 12 8.85071 12 7C12 4.23858 9.76142 2 7 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7H7.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 14H19C19.9319 14 20.3978 14 20.7654 14.1522C21.2554 14.3552 21.6448 14.7446 21.8478 15.2346C22 15.6022 22 16.0681 22 17C22 17.9319 22 18.3978 21.8478 18.7654C21.6448 19.2554 21.2554 19.6448 20.7654 19.8478C20.3978 20 19.9319 20 19 20H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 5H19C19.9319 5 20.3978 5 20.7654 5.15224C21.2554 5.35523 21.6448 5.74458 21.8478 6.23463C22 6.60218 22 7.06812 22 8C22 8.93188 22 9.39782 21.8478 9.76537C21.6448 10.2554 21.2554 10.6448 20.7654 10.8478C20.3978 11 19.9319 11 19 11H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-authorized{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.00896 16.9844H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12.9892V3H2V12.9892%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.97754 16.9922C3.97754 19.203 5.73827 20.9952 7.91016 20.9952C9.72365 20.9952 11.2264 19.819 11.6809 18.1196H16.3298V20.8752C16.3298 20.9304 16.3746 20.9751 16.4298 20.9751H18.9395C18.9819 20.9751 19.0197 20.9484 19.0338 20.9084L20.0179 18.1121H21.9466C22.0024 18.1121 22.0474 18.0665 22.0466 18.0108L22.0082 15.345C22.0074 15.2901 21.9626 15.2462 21.9077 15.2465L11.4772 15.3047C10.8518 13.9372 9.48969 12.9893 7.91016 12.9893C5.73827 12.9893 3.97754 14.7815 3.97754 16.9922Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.00896 16.9844H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12.9892V3H2V12.9892%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.97754 16.9922C3.97754 19.203 5.73827 20.9952 7.91016 20.9952C9.72365 20.9952 11.2264 19.819 11.6809 18.1196H16.3298V20.8752C16.3298 20.9304 16.3746 20.9751 16.4298 20.9751H18.9395C18.9819 20.9751 19.0197 20.9484 19.0338 20.9084L20.0179 18.1121H21.9466C22.0024 18.1121 22.0474 18.0665 22.0466 18.0108L22.0082 15.345C22.0074 15.2901 21.9626 15.2462 21.9077 15.2465L11.4772 15.3047C10.8518 13.9372 9.48969 12.9893 7.91016 12.9893C5.73827 12.9893 3.97754 14.7815 3.97754 16.9922Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-cctv-camera{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9873 13.0098V19.0153H20.9817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9824 16.0127V22.0183%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.99343 11.8386L8.45674 11.8983C7.65383 11.9877 7.25236 12.0324 6.93255 11.9977C5.37162 11.8283 4.1413 10.4425 4.00629 8.70172C3.97863 8.34508 4.02319 7.89834 4.11229 7.00488%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.6807 7.00488H13.6897%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22square%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9863 7.00488H21.4821%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0864 2.01758H2.12539C2.07016 2.01758 2.02539 2.06235 2.02539 2.11758V5.93339C2.02539 5.97534 2.05158 6.01284 2.09096 6.02728L7.50232 8.01151L9.97302 13.0089H16.4994C19.6645 13.0089 22.6414 9.998 21.9136 6.57494C21.1858 3.15188 18.3922 2.11042 17.0864 2.01758Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9873 13.0098V19.0153H20.9817%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.9824 16.0127V22.0183%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.99343 11.8386L8.45674 11.8983C7.65383 11.9877 7.25236 12.0324 6.93255 11.9977C5.37162 11.8283 4.1413 10.4425 4.00629 8.70172C3.97863 8.34508 4.02319 7.89834 4.11229 7.00488%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.6807 7.00488H13.6897%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22square%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9863 7.00488H21.4821%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.0864 2.01758H2.12539C2.07016 2.01758 2.02539 2.06235 2.02539 2.11758V5.93339C2.02539 5.97534 2.05158 6.01284 2.09096 6.02728L7.50232 8.01151L9.97302 13.0089H16.4994C19.6645 13.0089 22.6414 9.998 21.9136 6.57494C21.1858 3.15188 18.3922 2.11042 17.0864 2.01758Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-circle-lock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 15C5 11.134 8.13401 8 12 8C15.866 8 19 11.134 19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 9.5V6.5C16.5 4.01472 14.4853 2 12 2C9.51472 2 7.5 4.01472 7.5 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 15C5 11.134 8.13401 8 12 8C15.866 8 19 11.134 19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 9.5V6.5C16.5 4.01472 14.4853 2 12 2C9.51472 2 7.5 4.01472 7.5 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-circle-lock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 16V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 15C5 11.134 8.13401 8 12 8C15.866 8 19 11.134 19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 9.5V6.5C16.5 4.01472 14.4853 2 12 2C9.51472 2 7.5 4.01472 7.5 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 16V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 15C5 11.134 8.13401 8 12 8C15.866 8 19 11.134 19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 9.5V6.5C16.5 4.01472 14.4853 2 12 2C9.51472 2 7.5 4.01472 7.5 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-circle-lock-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 22L16.5 14M12.5 18H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.6748 21.9979C6.64007 22.0953 3.5 18.8058 3.5 14.999C3.5 11.1335 6.69664 8 10.6399 8C13.0662 8 15.2098 9.18634 16.5 10.9995%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9V6.5C15 4.01472 12.9853 2 10.5 2C8.01472 2 6 4.01472 6 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 22L16.5 14M12.5 18H20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.6748 21.9979C6.64007 22.0953 3.5 18.8058 3.5 14.999C3.5 11.1335 6.69664 8 10.6399 8C13.0662 8 15.2098 9.18634 16.5 10.9995%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9V6.5C15 4.01472 12.9853 2 10.5 2C8.01472 2 6 4.01472 6 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-circle-lock-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 9V6.5C15 4.01472 12.9853 2 10.5 2C8.01472 2 6 4.01472 6 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 16.6667V18M16.5 18V19.3333M16.5 18H17.8333M16.5 18H15.1667M20.5 18C20.5 20.2091 18.7091 22 16.5 22C14.2909 22 12.5 20.2091 12.5 18C12.5 15.7909 14.2909 14 16.5 14C18.7091 14 20.5 15.7909 20.5 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9635 21.9824C10.7992 21.9941 10.6333 22 10.466 22C6.61877 22 3.5 18.866 3.5 15C3.5 11.134 6.61877 8 10.466 8C12.8331 8 15 9 16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 9V6.5C15 4.01472 12.9853 2 10.5 2C8.01472 2 6 4.01472 6 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 16.6667V18M16.5 18V19.3333M16.5 18H17.8333M16.5 18H15.1667M20.5 18C20.5 20.2091 18.7091 22 16.5 22C14.2909 22 12.5 20.2091 12.5 18C12.5 15.7909 14.2909 14 16.5 14C18.7091 14 20.5 15.7909 20.5 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9635 21.9824C10.7992 21.9941 10.6333 22 10.466 22C6.61877 22 3.5 18.866 3.5 15C3.5 11.134 6.61877 8 10.466 8C12.8331 8 15 9 16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-circle-lock-check-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 18C13 18 14 18 15 20C15 20 18.1765 15 21 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12C14.9041 9.63505 12.5526 8 9.82857 8C6.05725 8 3 11.134 3 15C3 18.866 6.05725 22 9.82857 22C10.1598 22 10.4855 21.9758 10.8041 21.9291%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 9.5V6.5C14.5 4.01472 12.4853 2 10 2C7.51472 2 5.5 4.01472 5.5 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 18C13 18 14 18 15 20C15 20 18.1765 15 21 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12C14.9041 9.63505 12.5526 8 9.82857 8C6.05725 8 3 11.134 3 15C3 18.866 6.05725 22 9.82857 22C10.1598 22 10.4855 21.9758 10.8041 21.9291%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 9.5V6.5C14.5 4.01472 12.4853 2 10 2C7.51472 2 5.5 4.01472 5.5 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-circle-lock-check-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9635 21.9824C10.7992 21.9941 10.6333 22 10.466 22C6.61877 22 3.5 18.866 3.5 15C3.5 11.134 6.61877 8 10.466 8C12.8331 8 15 9 16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9.5V6.5C15 4.01472 12.9853 2 10.5 2C8.01472 2 6 4.01472 6 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2216.5%22 cy%3D%2218%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.168 18.4436C15.468 18.5876 15.84 18.9596 16.02 19.2596C16.08 19.6796 16.38 18.0596 17.844 17.0996%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9635 21.9824C10.7992 21.9941 10.6333 22 10.466 22C6.61877 22 3.5 18.866 3.5 15C3.5 11.134 6.61877 8 10.466 8C12.8331 8 15 9 16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9.5V6.5C15 4.01472 12.9853 2 10.5 2C8.01472 2 6 4.01472 6 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2216.5%22 cy%3D%2218%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.168 18.4436C15.468 18.5876 15.84 18.9596 16.02 19.2596C16.08 19.6796 16.38 18.0596 17.844 17.0996%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-circle-lock-minus-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22C7.06358 22.0975 4 18.8075 4 15C4 11.134 7.11877 8 10.966 8C13.5444 8 15.7956 9.4077 17 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 9.5V6.5C15.5 4.01472 13.4853 2 11 2C8.51472 2 6.5 4.01472 6.5 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22C7.06358 22.0975 4 18.8075 4 15C4 11.134 7.11877 8 10.966 8C13.5444 8 15.7956 9.4077 17 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 9.5V6.5C15.5 4.01472 13.4853 2 11 2C8.51472 2 6.5 4.01472 6.5 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-circle-lock-minus-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 9V6.5C15 4.01472 12.9853 2 10.5 2C8.01472 2 6 4.01472 6 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.8333 18H16.5H15.1667M20.5 18C20.5 20.2091 18.7091 22 16.5 22C14.2909 22 12.5 20.2091 12.5 18C12.5 15.7909 14.2909 14 16.5 14C18.7091 14 20.5 15.7909 20.5 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9635 21.9824C10.7992 21.9941 10.6333 22 10.466 22C6.61877 22 3.5 18.866 3.5 15C3.5 11.134 6.61877 8 10.466 8C12.8331 8 15 9 16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 9V6.5C15 4.01472 12.9853 2 10.5 2C8.01472 2 6 4.01472 6 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.8333 18H16.5H15.1667M20.5 18C20.5 20.2091 18.7091 22 16.5 22C14.2909 22 12.5 20.2091 12.5 18C12.5 15.7909 14.2909 14 16.5 14C18.7091 14 20.5 15.7909 20.5 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9635 21.9824C10.7992 21.9941 10.6333 22 10.466 22C6.61877 22 3.5 18.866 3.5 15C3.5 11.134 6.61877 8 10.466 8C12.8331 8 15 9 16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-circle-lock-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 22C6.55227 22 3.5 18.866 3.5 15C3.5 11.134 6.70027 8 10.648 8C13.4128 8 15.811 9.53725 17 11.7866%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9V6.5C15 4.01472 12.9853 2 10.5 2C8.01472 2 6 4.01472 6 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 22L17 18.5M17 18.5L20.5 15M17 18.5L13.5 15M17 18.5L20.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 22C6.55227 22 3.5 18.866 3.5 15C3.5 11.134 6.70027 8 10.648 8C13.4128 8 15.811 9.53725 17 11.7866%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9V6.5C15 4.01472 12.9853 2 10.5 2C8.01472 2 6 4.01472 6 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 22L17 18.5M17 18.5L20.5 15M17 18.5L13.5 15M17 18.5L20.5 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-circle-lock-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 9V6.5C15 4.01472 12.9853 2 10.5 2C8.01472 2 6 4.01472 6 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9635 21.9824C10.7992 21.9941 10.6333 22 10.466 22C6.61877 22 3.5 18.866 3.5 15C3.5 11.134 6.61877 8 10.466 8C12.8331 8 15 9 16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 17L16.4989 18M16.4989 18L17.5 19M16.4989 18L17.5 17M16.4989 18L15.5 19M20.5 18C20.5 20.2091 18.7091 22 16.5 22C14.2909 22 12.5 20.2091 12.5 18C12.5 15.7909 14.2909 14 16.5 14C18.7091 14 20.5 15.7909 20.5 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 9V6.5C15 4.01472 12.9853 2 10.5 2C8.01472 2 6 4.01472 6 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9635 21.9824C10.7992 21.9941 10.6333 22 10.466 22C6.61877 22 3.5 18.866 3.5 15C3.5 11.134 6.61877 8 10.466 8C12.8331 8 15 9 16 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 17L16.4989 18M16.4989 18L17.5 19M16.4989 18L17.5 17M16.4989 18L15.5 19M20.5 18C20.5 20.2091 18.7091 22 16.5 22C14.2909 22 12.5 20.2091 12.5 18C12.5 15.7909 14.2909 14 16.5 14C18.7091 14 20.5 15.7909 20.5 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-circle-password{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9928 15L14 15M10 15L10.0072 15%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 15C5 11.134 8.13401 8 12 8C15.866 8 19 11.134 19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 9.5V6.5C16.5 4.01472 14.4853 2 12 2C9.51472 2 7.5 4.01472 7.5 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.9928 15L14 15M10 15L10.0072 15%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 15C5 11.134 8.13401 8 12 8C15.866 8 19 11.134 19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 9.5V6.5C16.5 4.01472 14.4853 2 12 2C9.51472 2 7.5 4.01472 7.5 6.5V9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-circle-unlock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 15C5 11.134 8.13401 8 12 8C15.866 8 19 11.134 19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9.5V6.5C7.5 4.01472 9.51472 2 12 2C13.5602 2 14.935 2.79401 15.7422 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 15C5 11.134 8.13401 8 12 8C15.866 8 19 11.134 19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9.5V6.5C7.5 4.01472 9.51472 2 12 2C13.5602 2 14.935 2.79401 15.7422 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-circle-unlock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 15C5 11.134 8.13401 8 12 8C15.866 8 19 11.134 19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9.5V6.5C7.5 4.01472 9.51472 2 12 2C13.5602 2 14.935 2.79401 15.7422 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 15C5 11.134 8.13401 8 12 8C15.866 8 19 11.134 19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9.5V6.5C7.5 4.01472 9.51472 2 12 2C13.5602 2 14.935 2.79401 15.7422 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-computer-protection{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.014 2C6.23617 2 4.34725 2 3.17362 3.17157C2 4.34315 2 6.22876 2 10C2 13.7712 2 15.6569 3.17362 16.8284C4.34725 18 6.23617 18 10.014 18H14.021C17.7989 18 19.6878 18 20.8614 16.8284C21.671 16.0203 21.9221 14.8723 22 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4991 2C16.0744 2 15.1506 2.90855 14.0581 3.23971C13.6138 3.37436 13.3917 3.44168 13.3018 3.53659C13.2119 3.6315 13.1856 3.77019 13.133 4.04756C12.5696 7.0157 13.801 9.75979 16.7375 10.8279C17.053 10.9426 17.2108 11 17.5007 11C17.7906 11 17.9484 10.9426 18.2639 10.8279C21.2002 9.75978 22.4304 7.01569 21.8669 4.04756C21.8142 3.77014 21.7879 3.63143 21.698 3.53652C21.6081 3.44161 21.386 3.37432 20.9418 3.23974C19.8488 2.90862 18.9239 2 17.4991 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.014 2C6.23617 2 4.34725 2 3.17362 3.17157C2 4.34315 2 6.22876 2 10C2 13.7712 2 15.6569 3.17362 16.8284C4.34725 18 6.23617 18 10.014 18H14.021C17.7989 18 19.6878 18 20.8614 16.8284C21.671 16.0203 21.9221 14.8723 22 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4991 2C16.0744 2 15.1506 2.90855 14.0581 3.23971C13.6138 3.37436 13.3917 3.44168 13.3018 3.53659C13.2119 3.6315 13.1856 3.77019 13.133 4.04756C12.5696 7.0157 13.801 9.75979 16.7375 10.8279C17.053 10.9426 17.2108 11 17.5007 11C17.7906 11 17.9484 10.9426 18.2639 10.8279C21.2002 9.75978 22.4304 7.01569 21.8669 4.04756C21.8142 3.77014 21.7879 3.63143 21.698 3.53652C21.6081 3.44161 21.386 3.37432 20.9418 3.23974C19.8488 2.90862 18.9239 2 17.4991 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-connect{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.49241 19.4651C7.00484 21.8579 9.99583 20.9008 11.1922 19.9317C11.8112 19.4303 12.0895 19.1062 12.3288 18.8669C13.1663 18.0893 13.1124 17.3116 12.5681 16.6895C12.3502 16.4405 10.9529 15.0983 9.61299 13.7224C8.91908 13.0284 8.44052 12.538 8.03135 12.1432C7.4834 11.597 7.00484 10.9707 6.28701 10.9887C5.62899 10.9887 5.15043 11.5689 4.55223 12.1671C3.86408 12.8553 3.35584 13.7224 3.17638 14.5001C2.638 16.7732 3.47548 18.3884 4.49241 19.4651ZM4.49241 19.4651L1.97998 21.9775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.4666 4.49409C16.9535 2.10015 13.9728 3.0753 12.7761 4.04485C12.1569 4.54649 11.8785 4.87075 11.6392 5.11015C10.8015 5.88818 10.8554 6.6662 11.3999 7.28863C11.4782 7.37818 11.7091 7.60912 12.0349 7.93218M19.4666 4.49409C20.4838 5.57136 21.3326 7.20484 20.7941 9.47908C20.6146 10.2571 20.1062 11.1247 19.4179 11.8132C18.8195 12.4117 18.3408 12.9922 17.6826 12.9922C16.9646 13.0101 16.592 12.4909 16.0439 11.9445M19.4666 4.49409L21.9797 1.98047M16.0439 11.9445C15.6346 11.5495 15.0499 10.9515 14.3558 10.2571C13.4973 9.37549 12.6154 8.50768 12.0349 7.93218M16.0439 11.9445L14.4823 13.469M10.4912 9.48546L12.0349 7.93218%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.49241 19.4651C7.00484 21.8579 9.99583 20.9008 11.1922 19.9317C11.8112 19.4303 12.0895 19.1062 12.3288 18.8669C13.1663 18.0893 13.1124 17.3116 12.5681 16.6895C12.3502 16.4405 10.9529 15.0983 9.61299 13.7224C8.91908 13.0284 8.44052 12.538 8.03135 12.1432C7.4834 11.597 7.00484 10.9707 6.28701 10.9887C5.62899 10.9887 5.15043 11.5689 4.55223 12.1671C3.86408 12.8553 3.35584 13.7224 3.17638 14.5001C2.638 16.7732 3.47548 18.3884 4.49241 19.4651ZM4.49241 19.4651L1.97998 21.9775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.4666 4.49409C16.9535 2.10015 13.9728 3.0753 12.7761 4.04485C12.1569 4.54649 11.8785 4.87075 11.6392 5.11015C10.8015 5.88818 10.8554 6.6662 11.3999 7.28863C11.4782 7.37818 11.7091 7.60912 12.0349 7.93218M19.4666 4.49409C20.4838 5.57136 21.3326 7.20484 20.7941 9.47908C20.6146 10.2571 20.1062 11.1247 19.4179 11.8132C18.8195 12.4117 18.3408 12.9922 17.6826 12.9922C16.9646 13.0101 16.592 12.4909 16.0439 11.9445M19.4666 4.49409L21.9797 1.98047M16.0439 11.9445C15.6346 11.5495 15.0499 10.9515 14.3558 10.2571C13.4973 9.37549 12.6154 8.50768 12.0349 7.93218M16.0439 11.9445L14.4823 13.469M10.4912 9.48546L12.0349 7.93218%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-door-lock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22V6C4 2.69067 4.78933 2 8.57143 2H15.4286C19.2107 2 20 2.69067 20 6V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.92 11.759V9.85411C13.92 8.83227 13.0604 8.00391 12 8.00391C10.9396 8.00391 10.08 8.83227 10.08 9.85411V11.759M15 14.0841C15 15.695 13.6462 17.0039 12 17.0039C10.3538 17.0039 9 15.695 9 14.0841C9 12.3739 10.3538 11.0738 12 11.0738C13.6462 11.0738 15 12.3739 15 14.0841Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 22H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22V6C4 2.69067 4.78933 2 8.57143 2H15.4286C19.2107 2 20 2.69067 20 6V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.92 11.759V9.85411C13.92 8.83227 13.0604 8.00391 12 8.00391C10.9396 8.00391 10.08 8.83227 10.08 9.85411V11.759M15 14.0841C15 15.695 13.6462 17.0039 12 17.0039C10.3538 17.0039 9 15.695 9 14.0841C9 12.3739 10.3538 11.0738 12 11.0738C13.6462 11.0738 15 12.3739 15 14.0841Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-finger-print-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 16.6667V18M17.5 18V19.3333M17.5 18H18.8333M17.5 18H16.1667M21.5 18C21.5 20.2091 19.7091 22 17.5 22C15.2909 22 13.5 20.2091 13.5 18C13.5 15.7909 15.2909 14 17.5 14C19.7091 14 21.5 15.7909 21.5 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.92857 20.6058C3.85602 19.1977 2.5 16.8583 2.5 14.2103V9.75757C2.5 8.57285 2.77144 7.44988 3.25704 6.44444M9.35714 21.9236C10.2589 22.0493 11.1494 22.0167 12 21.8493M17.7301 6.41803C15.636 2.12432 9.89955 0.664089 5.92857 3.36201M18.5 10.3333V11.5M10.5 6C12.7091 6 14.5 7.8804 14.5 10.2M6.88493 8.4C6.63811 8.94555 6.5 9.55584 6.5 10.2V13.8C6.5 16.1196 8.29086 18 10.5 18C10.6693 18 10.8362 17.989 11 17.9675M10.5 10.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 16.6667V18M17.5 18V19.3333M17.5 18H18.8333M17.5 18H16.1667M21.5 18C21.5 20.2091 19.7091 22 17.5 22C15.2909 22 13.5 20.2091 13.5 18C13.5 15.7909 15.2909 14 17.5 14C19.7091 14 21.5 15.7909 21.5 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.92857 20.6058C3.85602 19.1977 2.5 16.8583 2.5 14.2103V9.75757C2.5 8.57285 2.77144 7.44988 3.25704 6.44444M9.35714 21.9236C10.2589 22.0493 11.1494 22.0167 12 21.8493M17.7301 6.41803C15.636 2.12432 9.89955 0.664089 5.92857 3.36201M18.5 10.3333V11.5M10.5 6C12.7091 6 14.5 7.8804 14.5 10.2M6.88493 8.4C6.63811 8.94555 6.5 9.55584 6.5 10.2V13.8C6.5 16.1196 8.29086 18 10.5 18C10.6693 18 10.8362 17.989 11 17.9675M10.5 10.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-finger-print-check{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.92683 20.5968C3.85533 19.1894 2.5 16.8511 2.5 14.2044V9.75383C2.5 8.56968 2.7713 7.44725 3.25666 6.4423M9.35367 21.914C10.255 22.0396 11.145 22.007 11.9952 21.8397M17.7224 6.4159C15.6293 2.12426 9.8958 0.664733 5.92683 3.36135M18.4919 10.3293V11.4954M10.4959 5.99807C12.7039 5.99807 14.4939 7.87756 14.4939 10.196M6.88271 8.39691C6.63601 8.9422 6.49797 9.55219 6.49797 10.196V13.7943C6.49797 16.1128 8.28793 17.9923 10.4959 17.9923C10.6652 17.9923 10.832 17.9813 10.9957 17.9598M10.4959 10.4959V13.4945%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.1702 18.447C16.4706 18.5912 16.8432 18.9639 17.0235 19.2643C17.0836 19.685 17.3841 18.0624 18.8505 17.1008M21.5 18C21.5 20.2091 19.7091 22 17.5 22C15.2909 22 13.5 20.2091 13.5 18C13.5 15.7909 15.2909 14 17.5 14C19.7091 14 21.5 15.7909 21.5 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.92683 20.5968C3.85533 19.1894 2.5 16.8511 2.5 14.2044V9.75383C2.5 8.56968 2.7713 7.44725 3.25666 6.4423M9.35367 21.914C10.255 22.0396 11.145 22.007 11.9952 21.8397M17.7224 6.4159C15.6293 2.12426 9.8958 0.664733 5.92683 3.36135M18.4919 10.3293V11.4954M10.4959 5.99807C12.7039 5.99807 14.4939 7.87756 14.4939 10.196M6.88271 8.39691C6.63601 8.9422 6.49797 9.55219 6.49797 10.196V13.7943C6.49797 16.1128 8.28793 17.9923 10.4959 17.9923C10.6652 17.9923 10.832 17.9813 10.9957 17.9598M10.4959 10.4959V13.4945%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.1702 18.447C16.4706 18.5912 16.8432 18.9639 17.0235 19.2643C17.0836 19.685 17.3841 18.0624 18.8505 17.1008M21.5 18C21.5 20.2091 19.7091 22 17.5 22C15.2909 22 13.5 20.2091 13.5 18C13.5 15.7909 15.2909 14 17.5 14C19.7091 14 21.5 15.7909 21.5 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-finger-print-minus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.92857 20.6058C3.85602 19.1977 2.5 16.8583 2.5 14.2103V9.75757C2.5 8.57285 2.77144 7.44988 3.25704 6.44444M9.35714 21.9236C10.2589 22.0493 11.1494 22.0167 12 21.8493M17.7301 6.41803C15.636 2.12432 9.89955 0.664089 5.92857 3.36201M18.5 10.3333V11.5M10.5 6C12.7091 6 14.5 7.8804 14.5 10.2M6.88493 8.4C6.63811 8.94555 6.5 9.55584 6.5 10.2V13.8C6.5 16.1196 8.29086 18 10.5 18C10.6693 18 10.8362 17.989 11 17.9675M10.5 10.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.8333 18H16.1667M21.5 18C21.5 20.2091 19.7091 22 17.5 22C15.2909 22 13.5 20.2091 13.5 18C13.5 15.7909 15.2909 14 17.5 14C19.7091 14 21.5 15.7909 21.5 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.92857 20.6058C3.85602 19.1977 2.5 16.8583 2.5 14.2103V9.75757C2.5 8.57285 2.77144 7.44988 3.25704 6.44444M9.35714 21.9236C10.2589 22.0493 11.1494 22.0167 12 21.8493M17.7301 6.41803C15.636 2.12432 9.89955 0.664089 5.92857 3.36201M18.5 10.3333V11.5M10.5 6C12.7091 6 14.5 7.8804 14.5 10.2M6.88493 8.4C6.63811 8.94555 6.5 9.55584 6.5 10.2V13.8C6.5 16.1196 8.29086 18 10.5 18C10.6693 18 10.8362 17.989 11 17.9675M10.5 10.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.8333 18H16.1667M21.5 18C21.5 20.2091 19.7091 22 17.5 22C15.2909 22 13.5 20.2091 13.5 18C13.5 15.7909 15.2909 14 17.5 14C19.7091 14 21.5 15.7909 21.5 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-finger-print-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4428 17.0572L17.5 18M17.5 18L16.5572 18.9428M17.5 18L18.4428 18.9428M17.5 18L16.5572 17.0572M20.3284 20.8284C18.7663 22.3905 16.2337 22.3905 14.6716 20.8284C13.1095 19.2663 13.1095 16.7337 14.6716 15.1716C16.2337 13.6095 18.7663 13.6095 20.3284 15.1716C21.8905 16.7337 21.8905 19.2663 20.3284 20.8284Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.92857 20.6058C3.85602 19.1977 2.5 16.8583 2.5 14.2103V9.75757C2.5 8.57285 2.77144 7.44988 3.25704 6.44444M9.35714 21.9236C10.2589 22.0493 11.1494 22.0167 12 21.8493M17.7301 6.41803C15.636 2.12432 9.89955 0.664089 5.92857 3.36201M18.5 10.3333V11.5M10.5 6C12.7091 6 14.5 7.8804 14.5 10.2M6.88493 8.4C6.63811 8.94555 6.5 9.55584 6.5 10.2V13.8C6.5 16.1196 8.29086 18 10.5 18C10.6693 18 10.8362 17.989 11 17.9675M10.5 10.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.4428 17.0572L17.5 18M17.5 18L16.5572 18.9428M17.5 18L18.4428 18.9428M17.5 18L16.5572 17.0572M20.3284 20.8284C18.7663 22.3905 16.2337 22.3905 14.6716 20.8284C13.1095 19.2663 13.1095 16.7337 14.6716 15.1716C16.2337 13.6095 18.7663 13.6095 20.3284 15.1716C21.8905 16.7337 21.8905 19.2663 20.3284 20.8284Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.92857 20.6058C3.85602 19.1977 2.5 16.8583 2.5 14.2103V9.75757C2.5 8.57285 2.77144 7.44988 3.25704 6.44444M9.35714 21.9236C10.2589 22.0493 11.1494 22.0167 12 21.8493M17.7301 6.41803C15.636 2.12432 9.89955 0.664089 5.92857 3.36201M18.5 10.3333V11.5M10.5 6C12.7091 6 14.5 7.8804 14.5 10.2M6.88493 8.4C6.63811 8.94555 6.5 9.55584 6.5 10.2V13.8C6.5 16.1196 8.29086 18 10.5 18C10.6693 18 10.8362 17.989 11 17.9675M10.5 10.5V13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-finger-print-scan{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 7.98608C2.10954 5.77584 2.43723 4.39781 3.41752 3.41752C4.39781 2.43723 5.77584 2.10954 7.98607 2M22 7.98608C21.8905 5.77584 21.5628 4.39781 20.5825 3.41752C19.6022 2.43723 18.2242 2.10954 16.0139 2M16.0139 22C18.2242 21.8905 19.6022 21.5628 20.5825 20.5825C21.5628 19.6022 21.8905 18.2242 22 16.0139M7.98607 22C5.77584 21.8905 4.39781 21.5628 3.41752 20.5825C2.43723 19.6022 2.10954 18.2242 2 16.0139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5146 8.9424C16.8317 9.51789 17 10.1516 17 10.7991V13.6806C17 14.8151 16.4641 15.9327 15.5355 16.7349C14.6069 17.5371 13.3132 18 12 18M7 11.2783V13.6809C6.9995 14.9393 7.65372 16.1769 8.801 17.002M14.5 6.57868C13.3516 6.00592 11.9869 5.8507 10.706 6.14718C9.42517 6.44365 8.33309 7.16753 7.67003 8.15958M13.6665 11.4782V10.5912C13.6765 9.95465 13.1333 9.38163 12.3951 9.23077M10.3335 11.8567V13.3805C10.3281 13.6611 10.4265 13.9363 10.6156 14.1694C11.2056 14.897 12.5258 14.9802 13.24 14.3226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 7.98608C2.10954 5.77584 2.43723 4.39781 3.41752 3.41752C4.39781 2.43723 5.77584 2.10954 7.98607 2M22 7.98608C21.8905 5.77584 21.5628 4.39781 20.5825 3.41752C19.6022 2.43723 18.2242 2.10954 16.0139 2M16.0139 22C18.2242 21.8905 19.6022 21.5628 20.5825 20.5825C21.5628 19.6022 21.8905 18.2242 22 16.0139M7.98607 22C5.77584 21.8905 4.39781 21.5628 3.41752 20.5825C2.43723 19.6022 2.10954 18.2242 2 16.0139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5146 8.9424C16.8317 9.51789 17 10.1516 17 10.7991V13.6806C17 14.8151 16.4641 15.9327 15.5355 16.7349C14.6069 17.5371 13.3132 18 12 18M7 11.2783V13.6809C6.9995 14.9393 7.65372 16.1769 8.801 17.002M14.5 6.57868C13.3516 6.00592 11.9869 5.8507 10.706 6.14718C9.42517 6.44365 8.33309 7.16753 7.67003 8.15958M13.6665 11.4782V10.5912C13.6765 9.95465 13.1333 9.38163 12.3951 9.23077M10.3335 11.8567V13.3805C10.3281 13.6611 10.4265 13.9363 10.6156 14.1694C11.2056 14.897 12.5258 14.9802 13.24 14.3226%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-finger-print{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.42857 3.36201C11.3996 0.664089 17.136 2.12432 19.2301 6.41803M10.8571 21.9236C15.5839 22.5822 20 18.8952 20 14.2103V10.3333M7.42857 20.6058C5.35602 19.1977 4 16.8583 4 14.2103V9.75757C4 8.57285 4.27144 7.44988 4.75704 6.44444%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13.8C16 16.1196 14.2091 18 12 18C9.79086 18 8 16.1196 8 13.8V10.2C8 9.55584 8.13811 8.94555 8.38493 8.4M12 6C14.2091 6 16 7.8804 16 10.2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10.5L12 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.42857 3.36201C11.3996 0.664089 17.136 2.12432 19.2301 6.41803M10.8571 21.9236C15.5839 22.5822 20 18.8952 20 14.2103V10.3333M7.42857 20.6058C5.35602 19.1977 4 16.8583 4 14.2103V9.75757C4 8.57285 4.27144 7.44988 4.75704 6.44444%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 13.8C16 16.1196 14.2091 18 12 18C9.79086 18 8 16.1196 8 13.8V10.2C8 9.55584 8.13811 8.94555 8.38493 8.4M12 6C14.2091 6 16 7.8804 16 10.2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10.5L12 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-fire-security{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.945 22C6.55711 22 3 18.4183 3 14C3 11.9162 3.95829 9.83244 5.20924 8C5.46596 9.5 6.57526 12.4 8.95878 12C6.33498 6.5 10.945 2 10.945 2C10.945 2 11.4416 5.5 15.9107 9C16.3245 9.32407 16.6857 9.65805 17 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5354 16.202C15.5354 15.5075 15.4277 14.5456 15.836 13.9204C16.7377 12.5395 18.6013 12.7797 19.2626 14.1006C19.5631 14.761 19.4516 15.5377 19.467 16.1928M15.5354 16.202C14.6864 16.2899 14.3202 16.8419 14.1768 17.2827C14.0325 17.8231 13.9123 19.144 14.1046 20.5849C14.273 21.4855 14.9067 21.9036 15.4724 21.9539C16.0135 22.0019 18.2978 21.9899 18.9591 21.9899C19.9839 21.9899 20.5851 21.7257 20.8857 20.645C21.03 19.8044 21.066 18.2433 20.8256 17.2827C20.5597 16.481 19.9246 16.248 19.467 16.1928M15.5354 16.202C16.8165 16.0693 18.1849 16.0383 19.467 16.1928%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.945 22C6.55711 22 3 18.4183 3 14C3 11.9162 3.95829 9.83244 5.20924 8C5.46596 9.5 6.57526 12.4 8.95878 12C6.33498 6.5 10.945 2 10.945 2C10.945 2 11.4416 5.5 15.9107 9C16.3245 9.32407 16.6857 9.65805 17 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5354 16.202C15.5354 15.5075 15.4277 14.5456 15.836 13.9204C16.7377 12.5395 18.6013 12.7797 19.2626 14.1006C19.5631 14.761 19.4516 15.5377 19.467 16.1928M15.5354 16.202C14.6864 16.2899 14.3202 16.8419 14.1768 17.2827C14.0325 17.8231 13.9123 19.144 14.1046 20.5849C14.273 21.4855 14.9067 21.9036 15.4724 21.9539C16.0135 22.0019 18.2978 21.9899 18.9591 21.9899C19.9839 21.9899 20.5851 21.7257 20.8857 20.645C21.03 19.8044 21.066 18.2433 20.8256 17.2827C20.5597 16.481 19.9246 16.248 19.467 16.1928M15.5354 16.202C16.8165 16.0693 18.1849 16.0383 19.467 16.1928%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-firewall{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 14H5C3.58579 14 2.87868 14 2.43934 14.4393C2 14.8787 2 15.5858 2 17V19C2 20.4142 2 21.1213 2.43934 21.5607C2.87868 22 3.58579 22 5 22H19C20.4142 22 21.1213 22 21.5607 21.5607C22 21.1213 22 20.4142 22 19V17C22 15.5858 22 14.8787 21.5607 14.4393C21.1213 14 20.4142 14 19 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 18H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18L12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22L7 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 22L17 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.8412 11C18.5539 9.80598 17.8362 8.63931 16.3747 7.6C12.4372 4.8 11.9997 2 11.9997 2C11.9997 2 7.93797 5.6 10.2497 10C8.14967 10.32 7.17231 8 6.94613 6.8C5.97628 8.08998 5.20609 9.53564 5.03516 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 14H5C3.58579 14 2.87868 14 2.43934 14.4393C2 14.8787 2 15.5858 2 17V19C2 20.4142 2 21.1213 2.43934 21.5607C2.87868 22 3.58579 22 5 22H19C20.4142 22 21.1213 22 21.5607 21.5607C22 21.1213 22 20.4142 22 19V17C22 15.5858 22 14.8787 21.5607 14.4393C21.1213 14 20.4142 14 19 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 18H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18L12 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 22L7 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 22L17 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.8412 11C18.5539 9.80598 17.8362 8.63931 16.3747 7.6C12.4372 4.8 11.9997 2 11.9997 2C11.9997 2 7.93797 5.6 10.2497 10C8.14967 10.32 7.17231 8 6.94613 6.8C5.97628 8.08998 5.20609 9.53564 5.03516 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-id-not-verified{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 17L17.4989 18M17.4989 18L18.5 19M17.4989 18L18.5 17M17.4989 18L16.5 19M21.5 18C21.5 20.2091 19.7091 22 17.5 22C15.2909 22 13.5 20.2091 13.5 18C13.5 15.7909 15.2909 14 17.5 14C19.7091 14 21.5 15.7909 21.5 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.95309 17.4868C6.66965 17.7888 6.68474 18.2635 6.98679 18.5469C7.28884 18.8304 7.76348 18.8153 8.04691 18.5132L6.95309 17.4868ZM10.5791 17.2458C10.991 17.2021 11.2895 16.8328 11.2458 16.4209C11.2021 16.009 10.8328 15.7105 10.4209 15.7542L10.5791 17.2458ZM3.52513 21.0288L3.00932 21.5733L3.52513 21.0288ZM18.4749 4.97116L17.9591 5.51562L18.4749 4.97116ZM3.52513 4.97116L4.04093 5.51562L3.52513 4.97116ZM8.50279 4.75115C8.91701 4.74961 9.25154 4.41258 9.24999 3.99836C9.24845 3.58415 8.91142 3.24962 8.49721 3.25116L8.50279 4.75115ZM13.5028 3.25116C13.0886 3.24962 12.7515 3.58415 12.75 3.99836C12.7485 4.41258 13.083 4.74961 13.4972 4.75115L13.5028 3.25116ZM18.75 12C18.75 12.4142 19.0858 12.75 19.5 12.75C19.9142 12.75 20.25 12.4142 20.25 12H18.75ZM10.5 22.75C10.9142 22.75 11.25 22.4142 11.25 22C11.25 21.5858 10.9142 21.25 10.5 21.25V22.75ZM8.96901 5.82911L9.35835 5.18808L8.96901 5.82911ZM8.68886 3.99176L7.95815 3.82274V3.82274L8.68886 3.99176ZM8.56197 5.37824L7.87896 5.68808L8.56197 5.37824ZM13.3111 3.99176L14.0418 3.82274L13.3111 3.99176ZM13.438 5.37824L14.121 5.68808L13.438 5.37824ZM13.031 5.82911L13.4203 6.47014L13.031 5.82911ZM11.9086 2.0467L11.7403 2.77759L11.9086 2.0467ZM13.2278 3.63163L12.4971 3.80065L13.2278 3.63163ZM12.9918 2.84004L12.333 3.19842L12.9918 2.84004ZM10.0914 2.0467L10.2597 2.77759L10.0914 2.0467ZM8.77216 3.63163L9.50286 3.80065V3.80065L8.77216 3.63163ZM9.00821 2.84004L9.66705 3.19842L9.00821 2.84004ZM12.25 12C12.25 12.7016 11.6933 13.25 11.0315 13.25V14.75C12.5441 14.75 13.75 13.5075 13.75 12H12.25ZM11.0315 13.25C10.3698 13.25 9.81307 12.7016 9.81307 12H8.31307C8.31307 13.5075 9.51898 14.75 11.0315 14.75V13.25ZM9.81307 12C9.81307 11.2984 10.3698 10.75 11.0315 10.75V9.25C9.51898 9.25 8.31307 10.4925 8.31307 12H9.81307ZM11.0315 10.75C11.6933 10.75 12.25 11.2984 12.25 12H13.75C13.75 10.4925 12.5441 9.25 11.0315 9.25V10.75ZM8.04691 18.5132C8.72491 17.7907 9.62319 17.3472 10.5791 17.2458L10.4209 15.7542C9.10487 15.8938 7.87535 16.504 6.95309 17.4868L8.04691 18.5132ZM3.25 15.3684V10.6316H1.75V15.3684H3.25ZM9.5 21.25C7.82998 21.25 6.64898 21.2486 5.75431 21.1346C4.87725 21.0229 4.38967 20.8147 4.04093 20.4844L3.00932 21.5733C3.68571 22.2141 4.53565 22.4915 5.56479 22.6226C6.57633 22.7514 7.8702 22.75 9.5 22.75V21.25ZM1.75 15.3684C1.75 16.9091 1.74823 18.1443 1.88558 19.1121C2.02661 20.1059 2.32721 20.9271 3.00932 21.5733L4.04093 20.4844C3.69792 20.1594 3.48595 19.7135 3.3707 18.9013C3.25177 18.0633 3.25 16.9538 3.25 15.3684H1.75ZM20.25 10.6316C20.25 9.09083 20.2518 7.8557 20.1144 6.88786C19.9734 5.8941 19.6728 5.0729 18.9907 4.42669L17.9591 5.51562C18.3021 5.84058 18.514 6.28651 18.6293 7.09862C18.7482 7.93665 18.75 9.04614 18.75 10.6316H20.25ZM3.25 10.6316C3.25 9.04614 3.25177 7.93665 3.3707 7.09862C3.48595 6.28651 3.69792 5.84058 4.04093 5.51562L3.00932 4.42669C2.32721 5.0729 2.02661 5.8941 1.88558 6.88786C1.74823 7.8557 1.75 9.09083 1.75 10.6316H3.25ZM8.49721 3.25116C7.18295 3.25606 6.10891 3.28037 5.24135 3.42463C4.35533 3.57196 3.61291 3.85487 3.00932 4.42669L4.04093 5.51562C4.35322 5.21977 4.77604 5.0226 5.48739 4.90432C6.2172 4.78296 7.17265 4.75611 8.50279 4.75115L8.49721 3.25116ZM13.4972 4.75115C14.8273 4.75611 15.7828 4.78296 16.5126 4.90432C17.224 5.0226 17.6468 5.21977 17.9591 5.51562L18.9907 4.42669C18.3871 3.85487 17.6447 3.57196 16.7587 3.42463C15.8911 3.28037 14.817 3.25606 13.5028 3.25116L13.4972 4.75115ZM18.75 10.6316V12H20.25V10.6316H18.75ZM10.5 21.25H9.5V22.75H10.5V21.25ZM12.4971 3.80065L12.5804 4.16077L14.0418 3.82274L13.9586 3.46262L12.4971 3.80065ZM11.4981 5.25H10.5019V6.75H11.4981V5.25ZM9.41957 4.16077L9.50286 3.80065L8.04145 3.46262L7.95815 3.82274L9.41957 4.16077ZM10.5019 5.25C10.071 5.25 9.7969 5.24932 9.59356 5.2315C9.49716 5.22305 9.43739 5.2122 9.4 5.2024C9.38224 5.19774 9.37137 5.19379 9.3655 5.19139C9.36256 5.19019 9.36069 5.1893 9.35969 5.1888C9.35918 5.18854 9.35883 5.18835 9.35863 5.18824C9.35844 5.18813 9.35835 5.18808 9.35835 5.18808L8.57968 6.47014C8.86483 6.64332 9.17387 6.70047 9.46262 6.72578C9.74679 6.75068 10.0984 6.75 10.5019 6.75V5.25ZM7.95815 3.82274C7.87686 4.17417 7.80134 4.49614 7.76888 4.7648C7.73518 5.04374 7.73287 5.36605 7.87896 5.68808L9.24497 5.06839C9.2627 5.10747 9.23876 5.10438 9.25805 4.94474C9.27858 4.77482 9.33069 4.54503 9.41957 4.16077L7.95815 3.82274ZM9.35835 5.18808C9.29699 5.15081 9.26197 5.10585 9.24497 5.06839L7.87896 5.68808C8.02824 6.01716 8.27656 6.28603 8.57968 6.47014L9.35835 5.18808ZM12.5804 4.16077C12.6693 4.54503 12.7214 4.77482 12.742 4.94474C12.7612 5.10438 12.7373 5.10747 12.755 5.06839L14.121 5.68808C14.2671 5.36605 14.2648 5.04374 14.2311 4.7648C14.1987 4.49614 14.1231 4.17417 14.0418 3.82274L12.5804 4.16077ZM11.4981 6.75C11.9016 6.75 12.2532 6.75068 12.5374 6.72578C12.8261 6.70047 13.1352 6.64332 13.4203 6.47014L12.6417 5.18808C12.6417 5.18808 12.6416 5.18813 12.6414 5.18824C12.6412 5.18835 12.6408 5.18854 12.6403 5.1888C12.6393 5.1893 12.6374 5.19019 12.6345 5.19139C12.6286 5.19379 12.6178 5.19774 12.6 5.2024C12.5626 5.2122 12.5028 5.22305 12.4064 5.2315C12.2031 5.24932 11.929 5.25 11.4981 5.25V6.75ZM12.755 5.06839C12.738 5.10585 12.703 5.15081 12.6417 5.18808L13.4203 6.47014C13.7234 6.28604 13.9718 6.01716 14.121 5.68808L12.755 5.06839ZM11 2.75C11.5097 2.75 11.6409 2.7547 11.7403 2.77759L12.0768 1.3158C11.7704 1.2453 11.4312 1.25 11 1.25V2.75ZM13.9586 3.46262C13.8729 3.09244 13.8035 2.76264 13.6506 2.48165L12.333 3.19842C12.3644 3.25619 12.3909 3.3412 12.4971 3.80065L13.9586 3.46262ZM11.7403 2.77759C12.0225 2.84252 12.2298 3.00886 12.333 3.19842L13.6506 2.48165C13.3245 1.88205 12.74 1.46844 12.0768 1.3158L11.7403 2.77759ZM11 1.25C10.5688 1.25 10.2296 1.2453 9.92323 1.3158L10.2597 2.77759C10.3591 2.7547 10.4903 2.75 11 2.75V1.25ZM9.50286 3.80065C9.60914 3.3412 9.63562 3.25619 9.66705 3.19842L8.34938 2.48165C8.19653 2.76264 8.12707 3.09244 8.04145 3.46262L9.50286 3.80065ZM9.92323 1.3158C9.26005 1.46844 8.67555 1.88205 8.34938 2.48165L9.66705 3.19842C9.77016 3.00886 9.97753 2.84252 10.2597 2.77759L9.92323 1.3158Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.5 18C8.41684 17.0229 9.72299 16.5115 11.0315 16.5002M13 12C13 13.1046 12.1187 14 11.0315 14C9.94438 14 9.06307 13.1046 9.06307 12C9.06307 10.8954 9.94438 10 11.0315 10C12.1187 10 13 10.8954 13 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 4.00098C5.85561 4.01083 4.44101 4.1033 3.52513 4.97097C2.5 5.94215 2.5 7.50522 2.5 10.6314V15.3682C2.5 18.4944 2.5 20.0575 3.52513 21.0286C4.55025 21.9998 6.20017 21.9998 9.5 21.9998H11.5M13.5 4.00098C16.1444 4.01083 17.559 4.1033 18.4749 4.97097C19.5 5.94215 19.5 7.50522 19.5 10.6314V11.4998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.77216 3.63163C8.8681 3.21682 8.91608 3.00942 9.00821 2.84004C9.22285 2.44546 9.61879 2.15548 10.0914 2.0467C10.2943 2 10.5296 2 11 2C11.4704 2 11.7057 2 11.9086 2.0467C12.3812 2.15548 12.7771 2.44545 12.9918 2.84004C13.0839 3.00942 13.1319 3.21682 13.2278 3.63163L13.3111 3.99176C13.4813 4.72744 13.5664 5.09528 13.438 5.37824C13.3549 5.5615 13.2132 5.71842 13.031 5.82911C12.7496 6 12.3324 6 11.4981 6H10.5019C9.66755 6 9.25038 6 8.96901 5.82911C8.78677 5.71842 8.6451 5.5615 8.56197 5.37824C8.43361 5.09528 8.51869 4.72744 8.68886 3.99176L8.77216 3.63163Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 17L17.4989 18M17.4989 18L18.5 19M17.4989 18L18.5 17M17.4989 18L16.5 19M21.5 18C21.5 20.2091 19.7091 22 17.5 22C15.2909 22 13.5 20.2091 13.5 18C13.5 15.7909 15.2909 14 17.5 14C19.7091 14 21.5 15.7909 21.5 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.95309 17.4868C6.66965 17.7888 6.68474 18.2635 6.98679 18.5469C7.28884 18.8304 7.76348 18.8153 8.04691 18.5132L6.95309 17.4868ZM10.5791 17.2458C10.991 17.2021 11.2895 16.8328 11.2458 16.4209C11.2021 16.009 10.8328 15.7105 10.4209 15.7542L10.5791 17.2458ZM3.52513 21.0288L3.00932 21.5733L3.52513 21.0288ZM18.4749 4.97116L17.9591 5.51562L18.4749 4.97116ZM3.52513 4.97116L4.04093 5.51562L3.52513 4.97116ZM8.50279 4.75115C8.91701 4.74961 9.25154 4.41258 9.24999 3.99836C9.24845 3.58415 8.91142 3.24962 8.49721 3.25116L8.50279 4.75115ZM13.5028 3.25116C13.0886 3.24962 12.7515 3.58415 12.75 3.99836C12.7485 4.41258 13.083 4.74961 13.4972 4.75115L13.5028 3.25116ZM18.75 12C18.75 12.4142 19.0858 12.75 19.5 12.75C19.9142 12.75 20.25 12.4142 20.25 12H18.75ZM10.5 22.75C10.9142 22.75 11.25 22.4142 11.25 22C11.25 21.5858 10.9142 21.25 10.5 21.25V22.75ZM8.96901 5.82911L9.35835 5.18808L8.96901 5.82911ZM8.68886 3.99176L7.95815 3.82274V3.82274L8.68886 3.99176ZM8.56197 5.37824L7.87896 5.68808L8.56197 5.37824ZM13.3111 3.99176L14.0418 3.82274L13.3111 3.99176ZM13.438 5.37824L14.121 5.68808L13.438 5.37824ZM13.031 5.82911L13.4203 6.47014L13.031 5.82911ZM11.9086 2.0467L11.7403 2.77759L11.9086 2.0467ZM13.2278 3.63163L12.4971 3.80065L13.2278 3.63163ZM12.9918 2.84004L12.333 3.19842L12.9918 2.84004ZM10.0914 2.0467L10.2597 2.77759L10.0914 2.0467ZM8.77216 3.63163L9.50286 3.80065V3.80065L8.77216 3.63163ZM9.00821 2.84004L9.66705 3.19842L9.00821 2.84004ZM12.25 12C12.25 12.7016 11.6933 13.25 11.0315 13.25V14.75C12.5441 14.75 13.75 13.5075 13.75 12H12.25ZM11.0315 13.25C10.3698 13.25 9.81307 12.7016 9.81307 12H8.31307C8.31307 13.5075 9.51898 14.75 11.0315 14.75V13.25ZM9.81307 12C9.81307 11.2984 10.3698 10.75 11.0315 10.75V9.25C9.51898 9.25 8.31307 10.4925 8.31307 12H9.81307ZM11.0315 10.75C11.6933 10.75 12.25 11.2984 12.25 12H13.75C13.75 10.4925 12.5441 9.25 11.0315 9.25V10.75ZM8.04691 18.5132C8.72491 17.7907 9.62319 17.3472 10.5791 17.2458L10.4209 15.7542C9.10487 15.8938 7.87535 16.504 6.95309 17.4868L8.04691 18.5132ZM3.25 15.3684V10.6316H1.75V15.3684H3.25ZM9.5 21.25C7.82998 21.25 6.64898 21.2486 5.75431 21.1346C4.87725 21.0229 4.38967 20.8147 4.04093 20.4844L3.00932 21.5733C3.68571 22.2141 4.53565 22.4915 5.56479 22.6226C6.57633 22.7514 7.8702 22.75 9.5 22.75V21.25ZM1.75 15.3684C1.75 16.9091 1.74823 18.1443 1.88558 19.1121C2.02661 20.1059 2.32721 20.9271 3.00932 21.5733L4.04093 20.4844C3.69792 20.1594 3.48595 19.7135 3.3707 18.9013C3.25177 18.0633 3.25 16.9538 3.25 15.3684H1.75ZM20.25 10.6316C20.25 9.09083 20.2518 7.8557 20.1144 6.88786C19.9734 5.8941 19.6728 5.0729 18.9907 4.42669L17.9591 5.51562C18.3021 5.84058 18.514 6.28651 18.6293 7.09862C18.7482 7.93665 18.75 9.04614 18.75 10.6316H20.25ZM3.25 10.6316C3.25 9.04614 3.25177 7.93665 3.3707 7.09862C3.48595 6.28651 3.69792 5.84058 4.04093 5.51562L3.00932 4.42669C2.32721 5.0729 2.02661 5.8941 1.88558 6.88786C1.74823 7.8557 1.75 9.09083 1.75 10.6316H3.25ZM8.49721 3.25116C7.18295 3.25606 6.10891 3.28037 5.24135 3.42463C4.35533 3.57196 3.61291 3.85487 3.00932 4.42669L4.04093 5.51562C4.35322 5.21977 4.77604 5.0226 5.48739 4.90432C6.2172 4.78296 7.17265 4.75611 8.50279 4.75115L8.49721 3.25116ZM13.4972 4.75115C14.8273 4.75611 15.7828 4.78296 16.5126 4.90432C17.224 5.0226 17.6468 5.21977 17.9591 5.51562L18.9907 4.42669C18.3871 3.85487 17.6447 3.57196 16.7587 3.42463C15.8911 3.28037 14.817 3.25606 13.5028 3.25116L13.4972 4.75115ZM18.75 10.6316V12H20.25V10.6316H18.75ZM10.5 21.25H9.5V22.75H10.5V21.25ZM12.4971 3.80065L12.5804 4.16077L14.0418 3.82274L13.9586 3.46262L12.4971 3.80065ZM11.4981 5.25H10.5019V6.75H11.4981V5.25ZM9.41957 4.16077L9.50286 3.80065L8.04145 3.46262L7.95815 3.82274L9.41957 4.16077ZM10.5019 5.25C10.071 5.25 9.7969 5.24932 9.59356 5.2315C9.49716 5.22305 9.43739 5.2122 9.4 5.2024C9.38224 5.19774 9.37137 5.19379 9.3655 5.19139C9.36256 5.19019 9.36069 5.1893 9.35969 5.1888C9.35918 5.18854 9.35883 5.18835 9.35863 5.18824C9.35844 5.18813 9.35835 5.18808 9.35835 5.18808L8.57968 6.47014C8.86483 6.64332 9.17387 6.70047 9.46262 6.72578C9.74679 6.75068 10.0984 6.75 10.5019 6.75V5.25ZM7.95815 3.82274C7.87686 4.17417 7.80134 4.49614 7.76888 4.7648C7.73518 5.04374 7.73287 5.36605 7.87896 5.68808L9.24497 5.06839C9.2627 5.10747 9.23876 5.10438 9.25805 4.94474C9.27858 4.77482 9.33069 4.54503 9.41957 4.16077L7.95815 3.82274ZM9.35835 5.18808C9.29699 5.15081 9.26197 5.10585 9.24497 5.06839L7.87896 5.68808C8.02824 6.01716 8.27656 6.28603 8.57968 6.47014L9.35835 5.18808ZM12.5804 4.16077C12.6693 4.54503 12.7214 4.77482 12.742 4.94474C12.7612 5.10438 12.7373 5.10747 12.755 5.06839L14.121 5.68808C14.2671 5.36605 14.2648 5.04374 14.2311 4.7648C14.1987 4.49614 14.1231 4.17417 14.0418 3.82274L12.5804 4.16077ZM11.4981 6.75C11.9016 6.75 12.2532 6.75068 12.5374 6.72578C12.8261 6.70047 13.1352 6.64332 13.4203 6.47014L12.6417 5.18808C12.6417 5.18808 12.6416 5.18813 12.6414 5.18824C12.6412 5.18835 12.6408 5.18854 12.6403 5.1888C12.6393 5.1893 12.6374 5.19019 12.6345 5.19139C12.6286 5.19379 12.6178 5.19774 12.6 5.2024C12.5626 5.2122 12.5028 5.22305 12.4064 5.2315C12.2031 5.24932 11.929 5.25 11.4981 5.25V6.75ZM12.755 5.06839C12.738 5.10585 12.703 5.15081 12.6417 5.18808L13.4203 6.47014C13.7234 6.28604 13.9718 6.01716 14.121 5.68808L12.755 5.06839ZM11 2.75C11.5097 2.75 11.6409 2.7547 11.7403 2.77759L12.0768 1.3158C11.7704 1.2453 11.4312 1.25 11 1.25V2.75ZM13.9586 3.46262C13.8729 3.09244 13.8035 2.76264 13.6506 2.48165L12.333 3.19842C12.3644 3.25619 12.3909 3.3412 12.4971 3.80065L13.9586 3.46262ZM11.7403 2.77759C12.0225 2.84252 12.2298 3.00886 12.333 3.19842L13.6506 2.48165C13.3245 1.88205 12.74 1.46844 12.0768 1.3158L11.7403 2.77759ZM11 1.25C10.5688 1.25 10.2296 1.2453 9.92323 1.3158L10.2597 2.77759C10.3591 2.7547 10.4903 2.75 11 2.75V1.25ZM9.50286 3.80065C9.60914 3.3412 9.63562 3.25619 9.66705 3.19842L8.34938 2.48165C8.19653 2.76264 8.12707 3.09244 8.04145 3.46262L9.50286 3.80065ZM9.92323 1.3158C9.26005 1.46844 8.67555 1.88205 8.34938 2.48165L9.66705 3.19842C9.77016 3.00886 9.97753 2.84252 10.2597 2.77759L9.92323 1.3158Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M7.5 18C8.41684 17.0229 9.72299 16.5115 11.0315 16.5002M13 12C13 13.1046 12.1187 14 11.0315 14C9.94438 14 9.06307 13.1046 9.06307 12C9.06307 10.8954 9.94438 10 11.0315 10C12.1187 10 13 10.8954 13 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 4.00098C5.85561 4.01083 4.44101 4.1033 3.52513 4.97097C2.5 5.94215 2.5 7.50522 2.5 10.6314V15.3682C2.5 18.4944 2.5 20.0575 3.52513 21.0286C4.55025 21.9998 6.20017 21.9998 9.5 21.9998H11.5M13.5 4.00098C16.1444 4.01083 17.559 4.1033 18.4749 4.97097C19.5 5.94215 19.5 7.50522 19.5 10.6314V11.4998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.77216 3.63163C8.8681 3.21682 8.91608 3.00942 9.00821 2.84004C9.22285 2.44546 9.61879 2.15548 10.0914 2.0467C10.2943 2 10.5296 2 11 2C11.4704 2 11.7057 2 11.9086 2.0467C12.3812 2.15548 12.7771 2.44545 12.9918 2.84004C13.0839 3.00942 13.1319 3.21682 13.2278 3.63163L13.3111 3.99176C13.4813 4.72744 13.5664 5.09528 13.438 5.37824C13.3549 5.5615 13.2132 5.71842 13.031 5.82911C12.7496 6 12.3324 6 11.4981 6H10.5019C9.66755 6 9.25038 6 8.96901 5.82911C8.78677 5.71842 8.6451 5.5615 8.56197 5.37824C8.43361 5.09528 8.51869 4.72744 8.68886 3.99176L8.77216 3.63163Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-id-verified{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.177 18.455C16.4776 18.5993 16.8504 18.972 17.0308 19.2727C17.0909 19.6936 17.3916 18.0701 18.8586 17.1081M21.5 18C21.5 20.2091 19.7091 22 17.5 22C15.2909 22 13.5 20.2091 13.5 18C13.5 15.7909 15.2909 14 17.5 14C19.7091 14 21.5 15.7909 21.5 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2211.0076%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.50765 18C8.45765 17.1 9.25765 16.6 11.0327 16.5M19.5077 11.5C19.5077 10.7 19.5327 8.25 19.4077 7.25C19.3327 6.425 19.1077 5.3 18.0827 4.65C17.4577 4.325 16.8577 4.025 13.9827 4M7.95765 4C5.80765 4 4.13265 4.175 3.30766 5.2C2.60766 6.15667 2.64932 7.25 2.58265 7.6C2.43265 9.475 2.53265 16.025 2.53265 17.125C2.53265 18.275 2.45765 20.6125 4.03265 21.4C5.38265 22.075 6.78265 21.975 11.5327 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.8577 2.00007C10.2577 2.00007 9.75765 2.00007 9.25765 2.52507C8.83265 2.92507 8.89859 3.2783 8.73265 3.90007C8.49913 4.77507 8.38241 5.23656 8.70766 5.60007C9.00582 5.99038 9.50697 5.99164 9.9495 5.99276L9.95766 5.99278C10.3827 6.02287 11.8112 6.0091 12.2327 5.99278C12.6855 5.97525 13.05 5.95007 13.3577 5.55007C13.6327 5.19257 13.4696 4.59763 13.3077 3.97507C13.1479 3.36084 13.2077 3.05007 12.7827 2.52507C12.1827 1.92507 11.4577 2.00007 10.8577 2.00007Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.177 18.455C16.4776 18.5993 16.8504 18.972 17.0308 19.2727C17.0909 19.6936 17.3916 18.0701 18.8586 17.1081M21.5 18C21.5 20.2091 19.7091 22 17.5 22C15.2909 22 13.5 20.2091 13.5 18C13.5 15.7909 15.2909 14 17.5 14C19.7091 14 21.5 15.7909 21.5 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2211.0076%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.50765 18C8.45765 17.1 9.25765 16.6 11.0327 16.5M19.5077 11.5C19.5077 10.7 19.5327 8.25 19.4077 7.25C19.3327 6.425 19.1077 5.3 18.0827 4.65C17.4577 4.325 16.8577 4.025 13.9827 4M7.95765 4C5.80765 4 4.13265 4.175 3.30766 5.2C2.60766 6.15667 2.64932 7.25 2.58265 7.6C2.43265 9.475 2.53265 16.025 2.53265 17.125C2.53265 18.275 2.45765 20.6125 4.03265 21.4C5.38265 22.075 6.78265 21.975 11.5327 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.8577 2.00007C10.2577 2.00007 9.75765 2.00007 9.25765 2.52507C8.83265 2.92507 8.89859 3.2783 8.73265 3.90007C8.49913 4.77507 8.38241 5.23656 8.70766 5.60007C9.00582 5.99038 9.50697 5.99164 9.9495 5.99276L9.95766 5.99278C10.3827 6.02287 11.8112 6.0091 12.2327 5.99278C12.6855 5.97525 13.05 5.95007 13.3577 5.55007C13.6327 5.19257 13.4696 4.59763 13.3077 3.97507C13.1479 3.36084 13.2077 3.05007 12.7827 2.52507C12.1827 1.92507 11.4577 2.00007 10.8577 2.00007Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-id{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 18C10.3135 16.0463 13.667 15.9543 15.5 18M13.9406 12C13.9406 13.1046 13.0688 14 11.9934 14C10.918 14 10.0462 13.1046 10.0462 12C10.0462 10.8954 10.918 10 11.9934 10C13.0688 10 13.9406 10.8954 13.9406 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 4.00098C6.85561 4.01083 5.44101 4.1033 4.52513 4.97097C3.5 5.94215 3.5 7.50522 3.5 10.6314V15.3682C3.5 18.4944 3.5 20.0575 4.52513 21.0286C5.55025 21.9998 7.20017 21.9998 10.5 21.9998H13.5C16.7998 21.9998 18.4497 21.9998 19.4749 21.0286C20.5 20.0575 20.5 18.4944 20.5 15.3682V10.6314C20.5 7.50522 20.5 5.94215 19.4749 4.97097C18.559 4.1033 17.1444 4.01083 14.5 4.00098%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.77216 3.63163C9.8681 3.21682 9.91608 3.00942 10.0082 2.84004C10.2229 2.44546 10.6188 2.15548 11.0914 2.0467C11.2943 2 11.5296 2 12 2C12.4704 2 12.7057 2 12.9086 2.0467C13.3812 2.15548 13.7771 2.44545 13.9918 2.84004C14.0839 3.00942 14.1319 3.21682 14.2278 3.63163L14.3111 3.99176C14.4813 4.72744 14.5664 5.09528 14.438 5.37824C14.3549 5.5615 14.2132 5.71842 14.031 5.82911C13.7496 6 13.3324 6 12.4981 6H11.5019C10.6676 6 10.2504 6 9.96901 5.82911C9.78677 5.71842 9.6451 5.5615 9.56197 5.37824C9.43361 5.09528 9.51869 4.72744 9.68886 3.99176L9.77216 3.63163Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 18C10.3135 16.0463 13.667 15.9543 15.5 18M13.9406 12C13.9406 13.1046 13.0688 14 11.9934 14C10.918 14 10.0462 13.1046 10.0462 12C10.0462 10.8954 10.918 10 11.9934 10C13.0688 10 13.9406 10.8954 13.9406 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 4.00098C6.85561 4.01083 5.44101 4.1033 4.52513 4.97097C3.5 5.94215 3.5 7.50522 3.5 10.6314V15.3682C3.5 18.4944 3.5 20.0575 4.52513 21.0286C5.55025 21.9998 7.20017 21.9998 10.5 21.9998H13.5C16.7998 21.9998 18.4497 21.9998 19.4749 21.0286C20.5 20.0575 20.5 18.4944 20.5 15.3682V10.6314C20.5 7.50522 20.5 5.94215 19.4749 4.97097C18.559 4.1033 17.1444 4.01083 14.5 4.00098%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.77216 3.63163C9.8681 3.21682 9.91608 3.00942 10.0082 2.84004C10.2229 2.44546 10.6188 2.15548 11.0914 2.0467C11.2943 2 11.5296 2 12 2C12.4704 2 12.7057 2 12.9086 2.0467C13.3812 2.15548 13.7771 2.44545 13.9918 2.84004C14.0839 3.00942 14.1319 3.21682 14.2278 3.63163L14.3111 3.99176C14.4813 4.72744 14.5664 5.09528 14.438 5.37824C14.3549 5.5615 14.2132 5.71842 14.031 5.82911C13.7496 6 13.3324 6 12.4981 6H11.5019C10.6676 6 10.2504 6 9.96901 5.82911C9.78677 5.71842 9.6451 5.5615 9.56197 5.37824C9.43361 5.09528 9.51869 4.72744 9.68886 3.99176L9.77216 3.63163Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-iris-scan{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 8.18677C2.60406 6.08705 2.91537 4.77792 3.84664 3.84664C4.77792 2.91537 6.08705 2.60406 8.18677 2.5M21.5 8.18677C21.3959 6.08705 21.0846 4.77792 20.1534 3.84664C19.2221 2.91537 17.9129 2.60406 15.8132 2.5M15.8132 21.5C17.9129 21.3959 19.2221 21.0846 20.1534 20.1534C21.0846 19.2221 21.3959 17.9129 21.5 15.8132M8.18676 21.5C6.08705 21.3959 4.77792 21.0846 3.84664 20.1534C2.91537 19.2221 2.60406 17.9129 2.5 15.8132%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.49988 12H21.4999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12C6 8.68629 8.68629 6 12 6C12 7.65685 13.3431 9 15 9C15.6755 9 16.2989 8.77672 16.8004 8.39993C17.5536 9.40273 18 10.6492 18 12M17.1973 15C16.1599 16.7934 14.2208 18 12 18C9.77915 18 7.84012 16.7934 6.80269 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 8.18677C2.60406 6.08705 2.91537 4.77792 3.84664 3.84664C4.77792 2.91537 6.08705 2.60406 8.18677 2.5M21.5 8.18677C21.3959 6.08705 21.0846 4.77792 20.1534 3.84664C19.2221 2.91537 17.9129 2.60406 15.8132 2.5M15.8132 21.5C17.9129 21.3959 19.2221 21.0846 20.1534 20.1534C21.0846 19.2221 21.3959 17.9129 21.5 15.8132M8.18676 21.5C6.08705 21.3959 4.77792 21.0846 3.84664 20.1534C2.91537 19.2221 2.60406 17.9129 2.5 15.8132%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.49988 12H21.4999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12C6 8.68629 8.68629 6 12 6C12 7.65685 13.3431 9 15 9C15.6755 9 16.2989 8.77672 16.8004 8.39993C17.5536 9.40273 18 10.6492 18 12M17.1973 15C16.1599 16.7934 14.2208 18 12 18C9.77915 18 7.84012 16.7934 6.80269 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-lock-computer{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 2H10C6.22876 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10C2 13.7712 2 15.6569 3.17157 16.8284C4.34315 18 6.22876 18 10 18H14C17.7712 18 19.6569 18 20.8284 16.8284C21.4816 16.1752 21.7706 15.3001 21.8985 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.7507 5.37591C16.7507 5.3159 16.7494 4.55703 16.7507 4.12245C16.752 3.72536 16.7171 3.34245 16.9067 2.99205C17.6171 1.57845 19.6571 1.72245 20.1611 3.16245C20.2485 3.39952 20.2537 3.77537 20.2511 4.12245C20.2479 4.56593 20.2571 5.37591 20.2571 5.37591M16.7507 5.37591C15.6707 5.37591 15.2171 6.1559 15.0971 6.63591C14.9771 7.11591 14.9771 8.85591 15.0491 9.57591C15.2891 10.4759 15.8891 10.8479 16.4771 10.9679C17.0171 11.0159 19.2971 10.9979 19.9571 10.9979C20.9171 11.0159 21.6371 10.6559 21.9371 9.57591C21.9971 9.21591 22.0571 7.23591 21.9071 6.6359C21.5891 5.6759 20.8571 5.37591 20.2571 5.37591M16.7507 5.37591H20.2571%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 2H10C6.22876 2 4.34315 2 3.17157 3.17157C2 4.34315 2 6.22876 2 10C2 13.7712 2 15.6569 3.17157 16.8284C4.34315 18 6.22876 18 10 18H14C17.7712 18 19.6569 18 20.8284 16.8284C21.4816 16.1752 21.7706 15.3001 21.8985 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 22H16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.7507 5.37591C16.7507 5.3159 16.7494 4.55703 16.7507 4.12245C16.752 3.72536 16.7171 3.34245 16.9067 2.99205C17.6171 1.57845 19.6571 1.72245 20.1611 3.16245C20.2485 3.39952 20.2537 3.77537 20.2511 4.12245C20.2479 4.56593 20.2571 5.37591 20.2571 5.37591M16.7507 5.37591C15.6707 5.37591 15.2171 6.1559 15.0971 6.63591C14.9771 7.11591 14.9771 8.85591 15.0491 9.57591C15.2891 10.4759 15.8891 10.8479 16.4771 10.9679C17.0171 11.0159 19.2971 10.9979 19.9571 10.9979C20.9171 11.0159 21.6371 10.6559 21.9371 9.57591C21.9971 9.21591 22.0571 7.23591 21.9071 6.6359C21.5891 5.6759 20.8571 5.37591 20.2571 5.37591M16.7507 5.37591H20.2571%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-lock-key{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 11.0029C17.6078 10.2026 16.5481 9.02733 14.3704 9.07734C14.3704 9.07734 12.6432 9.00232 10.6907 9.00232C8.7382 9.00232 7.82413 9.04804 6.26004 9.07734C5.25876 9.05233 3.35634 9.27739 2.48022 11.353C1.90449 13.1034 1.87946 16.7794 2.22991 18.6299C2.305 19.5802 2.80564 20.9056 4.35762 21.6057C5.30883 22.1059 6.83578 21.9058 7.98724 22.0059M5.98469 8.2021C5.93463 5.82645 5.8345 3.95094 8.58801 2.40052C9.51419 2.02542 10.8909 1.70033 12.5931 2.50055C14.3704 3.57584 14.5917 4.71382 14.7459 5.00123C15.1714 6.12653 14.9461 7.72697 14.9962 8.37715%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 19.7408C15.5 20.9848 14.4911 21.9712 13.2553 21.9712C12.0194 21.9712 11 20.9848 11 19.7408C11 18.4967 12.0194 17.4971 13.2553 17.4971C14.4911 17.4971 15.5 18.4967 15.5 19.7408Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.2251 17.7958L17.2156 15.8531M22.0001 15.8531L20.3731 14.3138C19.6001 13.574 18.9501 14.2197 18.6265 14.4955L17.2156 15.8531M17.2156 15.8531L18.8251 17.3984%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 11.0029C17.6078 10.2026 16.5481 9.02733 14.3704 9.07734C14.3704 9.07734 12.6432 9.00232 10.6907 9.00232C8.7382 9.00232 7.82413 9.04804 6.26004 9.07734C5.25876 9.05233 3.35634 9.27739 2.48022 11.353C1.90449 13.1034 1.87946 16.7794 2.22991 18.6299C2.305 19.5802 2.80564 20.9056 4.35762 21.6057C5.30883 22.1059 6.83578 21.9058 7.98724 22.0059M5.98469 8.2021C5.93463 5.82645 5.8345 3.95094 8.58801 2.40052C9.51419 2.02542 10.8909 1.70033 12.5931 2.50055C14.3704 3.57584 14.5917 4.71382 14.7459 5.00123C15.1714 6.12653 14.9461 7.72697 14.9962 8.37715%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 19.7408C15.5 20.9848 14.4911 21.9712 13.2553 21.9712C12.0194 21.9712 11 20.9848 11 19.7408C11 18.4967 12.0194 17.4971 13.2553 17.4971C14.4911 17.4971 15.5 18.4967 15.5 19.7408Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.2251 17.7958L17.2156 15.8531M22.0001 15.8531L20.3731 14.3138C19.6001 13.574 18.9501 14.2197 18.6265 14.4955L17.2156 15.8531M17.2156 15.8531L18.8251 17.3984%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-lock-sync-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5433 10.5L22 11C21.497 5.94668 17.2229 2 12.0247 2C6.48824 2 2 6.47715 2 12C2 17.5228 6.48824 22 12.0247 22C16.1355 22 19.6684 19.5318 21.2153 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.3371 10.8799C9.25714 10.8799 8.71714 11.6599 8.59714 12.1399C8.47714 12.6199 8.47714 14.3599 8.54914 15.0799C8.78914 15.9799 9.38914 16.3519 9.97714 16.4719C10.5171 16.5199 12.7971 16.5019 13.4571 16.5019C14.4171 16.5199 15.1371 16.1599 15.4371 15.0799C15.4971 14.7199 15.5571 12.7399 15.4071 12.1399C15.0891 11.1799 14.2971 10.8799 13.6971 10.8799H10.3371Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.25 10.4585C10.25 10.3985 10.2582 10.0531 10.2596 9.61854C10.2609 9.22145 10.226 8.83854 10.4156 8.48814C11.126 7.07454 13.166 7.21854 13.67 8.65854C13.7573 8.89562 13.7626 9.27146 13.76 9.61854C13.7567 10.062 13.766 10.4585 13.766 10.4585%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5433 10.5L22 11C21.497 5.94668 17.2229 2 12.0247 2C6.48824 2 2 6.47715 2 12C2 17.5228 6.48824 22 12.0247 22C16.1355 22 19.6684 19.5318 21.2153 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.3371 10.8799C9.25714 10.8799 8.71714 11.6599 8.59714 12.1399C8.47714 12.6199 8.47714 14.3599 8.54914 15.0799C8.78914 15.9799 9.38914 16.3519 9.97714 16.4719C10.5171 16.5199 12.7971 16.5019 13.4571 16.5019C14.4171 16.5199 15.1371 16.1599 15.4371 15.0799C15.4971 14.7199 15.5571 12.7399 15.4071 12.1399C15.0891 11.1799 14.2971 10.8799 13.6971 10.8799H10.3371Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.25 10.4585C10.25 10.3985 10.2582 10.0531 10.2596 9.61854C10.2609 9.22145 10.226 8.83854 10.4156 8.48814C11.126 7.07454 13.166 7.21854 13.67 8.65854C13.7573 8.89562 13.7626 9.27146 13.76 9.61854C13.7567 10.062 13.766 10.4585 13.766 10.4585%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-lock-sync-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 11H22C21.497 5.94668 17.2229 2 12.0247 2C6.48823 2 2 6.47715 2 12C2 17.5228 6.48823 22 12.0247 22C16.1355 22 19.6684 19.5318 21.2154 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.25 10.9824V9.1905C14.25 7.98072 13.2426 7 12 7C10.7574 7 9.75 7.98072 9.75 9.1905V10.9824M12 17C10.067 17 8.5 15.4744 8.5 13.5926C8.5 11.7107 10.067 10.1851 12 10.1851C13.933 10.1851 15.5 11.7107 15.5 13.5926C15.5 15.4744 13.933 17 12 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 11H22C21.497 5.94668 17.2229 2 12.0247 2C6.48823 2 2 6.47715 2 12C2 17.5228 6.48823 22 12.0247 22C16.1355 22 19.6684 19.5318 21.2154 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.25 10.9824V9.1905C14.25 7.98072 13.2426 7 12 7C10.7574 7 9.75 7.98072 9.75 9.1905V10.9824M12 17C10.067 17 8.5 15.4744 8.5 13.5926C8.5 11.7107 10.067 10.1851 12 10.1851C13.933 10.1851 15.5 11.7107 15.5 13.5926C15.5 15.4744 13.933 17 12 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-lock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 13C13.1046 13 14 12.1046 14 11C14 9.89543 13.1046 9 12 9C10.8954 9 10 9.89543 10 11C10 12.1046 10.8954 13 12 13ZM12 13L12 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 13C13.1046 13 14 12.1046 14 11C14 9.89543 13.1046 9 12 9C10.8954 9 10 9.89543 10 11C10 12.1046 10.8954 13 12 13ZM12 13L12 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-locked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 8.18677C2.60406 6.08705 2.91537 4.77792 3.84664 3.84664C4.77792 2.91537 6.08705 2.60406 8.18677 2.5M21.5 8.18677C21.3959 6.08705 21.0846 4.77792 20.1534 3.84664C19.2221 2.91537 17.9129 2.60406 15.8132 2.5M15.8132 21.5C17.9129 21.3959 19.2221 21.0846 20.1534 20.1534C21.0846 19.2221 21.3959 17.9129 21.5 15.8132M8.18676 21.5C6.08705 21.3959 4.77792 21.0846 3.84664 20.1534C2.91537 19.2221 2.60406 17.9129 2.5 15.8132%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 10.5543C9.5 9.71268 9.36781 8.41325 9.87602 7.65557C10.9985 5.98205 13.38 6.20435 14.22 7.83785C14.6323 8.63957 14.4769 9.76043 14.496 10.5543M9.5 10.5543C8.20267 10.5543 7.93843 11.297 7.74002 11.8796C7.55687 12.5349 7.37042 14.0996 7.65602 15.8141C7.86969 16.9063 8.70479 17.3867 9.42297 17.4476C10.1098 17.5058 13.0097 17.4836 13.8492 17.4836C15.1501 17.4836 15.9624 17.1976 16.344 15.8869C16.5272 14.8675 16.5773 13.0446 16.272 11.8796C15.8676 10.7145 15.0523 10.5543 14.496 10.5543M9.5 10.5543C10.8736 10.4999 13.7107 10.5106 14.496 10.5543%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 8.18677C2.60406 6.08705 2.91537 4.77792 3.84664 3.84664C4.77792 2.91537 6.08705 2.60406 8.18677 2.5M21.5 8.18677C21.3959 6.08705 21.0846 4.77792 20.1534 3.84664C19.2221 2.91537 17.9129 2.60406 15.8132 2.5M15.8132 21.5C17.9129 21.3959 19.2221 21.0846 20.1534 20.1534C21.0846 19.2221 21.3959 17.9129 21.5 15.8132M8.18676 21.5C6.08705 21.3959 4.77792 21.0846 3.84664 20.1534C2.91537 19.2221 2.60406 17.9129 2.5 15.8132%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 10.5543C9.5 9.71268 9.36781 8.41325 9.87602 7.65557C10.9985 5.98205 13.38 6.20435 14.22 7.83785C14.6323 8.63957 14.4769 9.76043 14.496 10.5543M9.5 10.5543C8.20267 10.5543 7.93843 11.297 7.74002 11.8796C7.55687 12.5349 7.37042 14.0996 7.65602 15.8141C7.86969 16.9063 8.70479 17.3867 9.42297 17.4476C10.1098 17.5058 13.0097 17.4836 13.8492 17.4836C15.1501 17.4836 15.9624 17.1976 16.344 15.8869C16.5272 14.8675 16.5773 13.0446 16.272 11.8796C15.8676 10.7145 15.0523 10.5543 14.496 10.5543M9.5 10.5543C10.8736 10.4999 13.7107 10.5106 14.496 10.5543%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-microsoft-admin{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9982 2C8.99043 2 7.04018 4.01899 4.73371 4.7549C3.79589 5.05413 3.32697 5.20374 3.1372 5.41465C2.94743 5.62556 2.89186 5.93375 2.78072 6.55013C1.59143 13.146 4.1909 19.244 10.3903 21.6175C11.0564 21.8725 11.3894 22 12.0015 22C12.6135 22 12.9466 21.8725 13.6126 21.6175C19.8116 19.2439 22.4086 13.146 21.219 6.55013C21.1078 5.93364 21.0522 5.6254 20.8624 5.41449C20.6726 5.20358 20.2037 5.05405 19.2659 4.75499C16.9585 4.01915 15.0061 2 11.9982 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V22M21 12H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9982 2C8.99043 2 7.04018 4.01899 4.73371 4.7549C3.79589 5.05413 3.32697 5.20374 3.1372 5.41465C2.94743 5.62556 2.89186 5.93375 2.78072 6.55013C1.59143 13.146 4.1909 19.244 10.3903 21.6175C11.0564 21.8725 11.3894 22 12.0015 22C12.6135 22 12.9466 21.8725 13.6126 21.6175C19.8116 19.2439 22.4086 13.146 21.219 6.55013C21.1078 5.93364 21.0522 5.6254 20.8624 5.41449C20.6726 5.20358 20.2037 5.05405 19.2659 4.75499C16.9585 4.01915 15.0061 2 11.9982 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V22M21 12H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-mobile-protection{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 13.5003V15.0003C17.5 18.3001 17.5 19.9501 16.4749 20.9752C15.4497 22.0003 13.7998 22.0003 10.5 22.0003C7.20017 22.0003 5.55025 22.0003 4.52513 20.9752C3.5 19.9501 3.5 18.3001 3.5 15.0003V9.00031C3.5 5.70048 3.5 4.05056 4.52513 3.02544C5.38151 2.16906 6.67392 2.02809 9 2.00488%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9991 2C14.5744 2 13.6506 2.90855 12.5581 3.23971C12.1138 3.37436 11.8917 3.44168 11.8018 3.53659C11.7119 3.6315 11.6856 3.77019 11.633 4.04756C11.0696 7.0157 12.301 9.75979 15.2375 10.8279C15.553 10.9426 15.7108 11 16.0007 11C16.2906 11 16.4484 10.9426 16.7639 10.8279C19.7002 9.75978 20.9304 7.01569 20.3669 4.04756C20.3142 3.77014 20.2879 3.63143 20.198 3.53652C20.1081 3.44161 19.886 3.37432 19.4418 3.23974C18.3488 2.90862 17.4239 2 15.9991 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 13.5003V15.0003C17.5 18.3001 17.5 19.9501 16.4749 20.9752C15.4497 22.0003 13.7998 22.0003 10.5 22.0003C7.20017 22.0003 5.55025 22.0003 4.52513 20.9752C3.5 19.9501 3.5 18.3001 3.5 15.0003V9.00031C3.5 5.70048 3.5 4.05056 4.52513 3.02544C5.38151 2.16906 6.67392 2.02809 9 2.00488%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9991 2C14.5744 2 13.6506 2.90855 12.5581 3.23971C12.1138 3.37436 11.8917 3.44168 11.8018 3.53659C11.7119 3.6315 11.6856 3.77019 11.633 4.04756C11.0696 7.0157 12.301 9.75979 15.2375 10.8279C15.553 10.9426 15.7108 11 16.0007 11C16.2906 11 16.4484 10.9426 16.7639 10.8279C19.7002 9.75978 20.9304 7.01569 20.3669 4.04756C20.3142 3.77014 20.2879 3.63143 20.198 3.53652C20.1081 3.44161 19.886 3.37432 19.4418 3.23974C18.3488 2.90862 17.4239 2 15.9991 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-mobile-security{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C8.70017 2 7.05025 2 6.02513 3.02513C5 4.05025 5 5.70017 5 9V15C5 18.2998 5 19.9497 6.02513 20.9749C7.05025 22 8.70017 22 12 22C15.2998 22 16.9497 22 17.9749 20.9749C19 19.9497 19 18.2998 19 15V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.8371 5.37988C14.7571 5.37988 14.2171 6.15988 14.0971 6.63988C13.9771 7.11988 13.9771 8.85988 14.0491 9.57988C14.2891 10.4799 14.8891 10.8519 15.4771 10.9719C16.0171 11.0199 18.2971 11.0019 18.9571 11.0019C19.9171 11.0199 20.6371 10.6599 20.9371 9.57988C20.9971 9.21988 21.0571 7.23988 20.9071 6.63988C20.5891 5.67988 19.7971 5.37988 19.1971 5.37988H15.8371Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.75 4.95854C15.75 4.89854 15.7582 4.55312 15.7596 4.11854C15.7609 3.72145 15.726 3.33854 15.9156 2.98814C16.626 1.57454 18.666 1.71854 19.17 3.15854C19.2573 3.39562 19.2626 3.77146 19.26 4.11854C19.2567 4.56203 19.266 4.95854 19.266 4.95854%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C8.70017 2 7.05025 2 6.02513 3.02513C5 4.05025 5 5.70017 5 9V15C5 18.2998 5 19.9497 6.02513 20.9749C7.05025 22 8.70017 22 12 22C15.2998 22 16.9497 22 17.9749 20.9749C19 19.9497 19 18.2998 19 15V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 19H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.8371 5.37988C14.7571 5.37988 14.2171 6.15988 14.0971 6.63988C13.9771 7.11988 13.9771 8.85988 14.0491 9.57988C14.2891 10.4799 14.8891 10.8519 15.4771 10.9719C16.0171 11.0199 18.2971 11.0019 18.9571 11.0019C19.9171 11.0199 20.6371 10.6599 20.9371 9.57988C20.9971 9.21988 21.0571 7.23988 20.9071 6.63988C20.5891 5.67988 19.7971 5.37988 19.1971 5.37988H15.8371Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.75 4.95854C15.75 4.89854 15.7582 4.55312 15.7596 4.11854C15.7609 3.72145 15.726 3.33854 15.9156 2.98814C16.626 1.57454 18.666 1.71854 19.17 3.15854C19.2573 3.39562 19.2626 3.77146 19.26 4.11854C19.2567 4.56203 19.266 4.95854 19.266 4.95854%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-qr-code{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 6C3 4.58579 3 3.87868 3.43934 3.43934C3.87868 3 4.58579 3 6 3C7.41421 3 8.12132 3 8.56066 3.43934C9 3.87868 9 4.58579 9 6C9 7.41421 9 8.12132 8.56066 8.56066C8.12132 9 7.41421 9 6 9C4.58579 9 3.87868 9 3.43934 8.56066C3 8.12132 3 7.41421 3 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 18C3 16.5858 3 15.8787 3.43934 15.4393C3.87868 15 4.58579 15 6 15C7.41421 15 8.12132 15 8.56066 15.4393C9 15.8787 9 16.5858 9 18C9 19.4142 9 20.1213 8.56066 20.5607C8.12132 21 7.41421 21 6 21C4.58579 21 3.87868 21 3.43934 20.5607C3 20.1213 3 19.4142 3 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 12L9 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 6C15 4.58579 15 3.87868 15.4393 3.43934C15.8787 3 16.5858 3 18 3C19.4142 3 20.1213 3 20.5607 3.43934C21 3.87868 21 4.58579 21 6C21 7.41421 21 8.12132 20.5607 8.56066C20.1213 9 19.4142 9 18 9C16.5858 9 15.8787 9 15.4393 8.56066C15 8.12132 15 7.41421 15 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 12H15C13.5858 12 12.8787 12 12.4393 12.4393C12 12.8787 12 13.5858 12 15M12 17.7692V20.5385M15 15V16.5C15 17.9464 15.7837 18 17 18C17.5523 18 18 18.4477 18 19M16 21H15M18 15C19.4142 15 20.1213 15 20.5607 15.44C21 15.8799 21 16.5881 21 18.0043C21 19.4206 21 20.1287 20.5607 20.5687C20.24 20.8898 19.7767 20.9766 19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 6C3 4.58579 3 3.87868 3.43934 3.43934C3.87868 3 4.58579 3 6 3C7.41421 3 8.12132 3 8.56066 3.43934C9 3.87868 9 4.58579 9 6C9 7.41421 9 8.12132 8.56066 8.56066C8.12132 9 7.41421 9 6 9C4.58579 9 3.87868 9 3.43934 8.56066C3 8.12132 3 7.41421 3 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 18C3 16.5858 3 15.8787 3.43934 15.4393C3.87868 15 4.58579 15 6 15C7.41421 15 8.12132 15 8.56066 15.4393C9 15.8787 9 16.5858 9 18C9 19.4142 9 20.1213 8.56066 20.5607C8.12132 21 7.41421 21 6 21C4.58579 21 3.87868 21 3.43934 20.5607C3 20.1213 3 19.4142 3 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 12L9 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 3V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 6C15 4.58579 15 3.87868 15.4393 3.43934C15.8787 3 16.5858 3 18 3C19.4142 3 20.1213 3 20.5607 3.43934C21 3.87868 21 4.58579 21 6C21 7.41421 21 8.12132 20.5607 8.56066C20.1213 9 19.4142 9 18 9C16.5858 9 15.8787 9 15.4393 8.56066C15 8.12132 15 7.41421 15 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 12H15C13.5858 12 12.8787 12 12.4393 12.4393C12 12.8787 12 13.5858 12 15M12 17.7692V20.5385M15 15V16.5C15 17.9464 15.7837 18 17 18C17.5523 18 18 18.4477 18 19M16 21H15M18 15C19.4142 15 20.1213 15 20.5607 15.44C21 15.8799 21 16.5881 21 18.0043C21 19.4206 21 20.1287 20.5607 20.5687C20.24 20.8898 19.7767 20.9766 19 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-security-block{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 5C4.5 5 3.32697 5.20385 3.1372 5.41475C2.94743 5.62566 2.89186 5.93385 2.78072 6.55024C1.59143 13.1461 4.1909 19.2441 10.3903 21.6176C11.0564 21.8726 11.3894 22.0001 12.0015 22.0001C12.6135 22.0001 12.9466 21.8726 13.6126 21.6176C15.6225 20.848 17.2537 19.9426 18.5 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 3.42011C8.8253 2.69687 10.2287 2 11.9982 2C15.0061 2 16.9585 4.01371 19.2659 4.74758C20.2037 5.04583 20.6726 5.19496 20.8624 5.4053C21.0522 5.61564 21.1078 5.92306 21.219 6.53789C21.8418 9.98199 21.4267 13.29 20 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 5C4.5 5 3.32697 5.20385 3.1372 5.41475C2.94743 5.62566 2.89186 5.93385 2.78072 6.55024C1.59143 13.1461 4.1909 19.2441 10.3903 21.6176C11.0564 21.8726 11.3894 22.0001 12.0015 22.0001C12.6135 22.0001 12.9466 21.8726 13.6126 21.6176C15.6225 20.848 17.2537 19.9426 18.5 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 3.42011C8.8253 2.69687 10.2287 2 11.9982 2C15.0061 2 16.9585 4.01371 19.2659 4.74758C20.2037 5.04583 20.6726 5.19496 20.8624 5.4053C21.0522 5.61564 21.1078 5.92306 21.219 6.53789C21.8418 9.98199 21.4267 13.29 20 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-security-check{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9982 2C8.99043 2 7.04018 4.01899 4.73371 4.7549C3.79589 5.05413 3.32697 5.20374 3.1372 5.41465C2.94743 5.62556 2.89186 5.93375 2.78072 6.55013C1.59143 13.146 4.1909 19.244 10.3903 21.6175C11.0564 21.8725 11.3894 22 12.0015 22C12.6135 22 12.9466 21.8725 13.6126 21.6175C19.8116 19.2439 22.4086 13.146 21.219 6.55013C21.1078 5.93364 21.0522 5.6254 20.8624 5.41449C20.6726 5.20358 20.2037 5.05405 19.2659 4.75499C16.9585 4.01915 15.0061 2 11.9982 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13C9 13 10 13 11 15C11 15 14.1765 10 17 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9982 2C8.99043 2 7.04018 4.01899 4.73371 4.7549C3.79589 5.05413 3.32697 5.20374 3.1372 5.41465C2.94743 5.62556 2.89186 5.93375 2.78072 6.55013C1.59143 13.146 4.1909 19.244 10.3903 21.6175C11.0564 21.8725 11.3894 22 12.0015 22C12.6135 22 12.9466 21.8725 13.6126 21.6175C19.8116 19.2439 22.4086 13.146 21.219 6.55013C21.1078 5.93364 21.0522 5.6254 20.8624 5.41449C20.6726 5.20358 20.2037 5.05405 19.2659 4.75499C16.9585 4.01915 15.0061 2 11.9982 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13C9 13 10 13 11 15C11 15 14.1765 10 17 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-security-lock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9982 2C8.99043 2 7.04018 4.01899 4.73371 4.7549C3.79589 5.05413 3.32697 5.20374 3.1372 5.41465C2.94743 5.62556 2.89186 5.93375 2.78072 6.55013C1.59143 13.146 4.1909 19.244 10.3903 21.6175C11.0564 21.8725 11.3894 22 12.0015 22C12.6135 22 12.9466 21.8725 13.6126 21.6175C19.8116 19.2439 22.4086 13.146 21.219 6.55013C21.1078 5.93364 21.0522 5.6254 20.8624 5.41449C20.6726 5.20358 20.2037 5.05405 19.2659 4.75499C16.9585 4.01915 15.0061 2 11.9982 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.3371 10.3799C9.25714 10.3799 8.71714 11.1599 8.59714 11.6399C8.47714 12.1199 8.47714 13.8599 8.54914 14.5799C8.78914 15.4799 9.38914 15.8519 9.97714 15.9719C10.5171 16.0199 12.7971 16.0019 13.4571 16.0019C14.4171 16.0199 15.1371 15.6599 15.4371 14.5799C15.4971 14.2199 15.5571 12.2399 15.4071 11.6399C15.0891 10.6799 14.2971 10.3799 13.6971 10.3799H10.3371Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.25 9.95854C10.25 9.89854 10.2582 9.55312 10.2596 9.11854C10.2609 8.72145 10.226 8.33854 10.4156 7.98814C11.126 6.57454 13.166 6.71854 13.67 8.15854C13.7573 8.39562 13.7626 8.77146 13.76 9.11854C13.7567 9.56203 13.766 9.95854 13.766 9.95854%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9982 2C8.99043 2 7.04018 4.01899 4.73371 4.7549C3.79589 5.05413 3.32697 5.20374 3.1372 5.41465C2.94743 5.62556 2.89186 5.93375 2.78072 6.55013C1.59143 13.146 4.1909 19.244 10.3903 21.6175C11.0564 21.8725 11.3894 22 12.0015 22C12.6135 22 12.9466 21.8725 13.6126 21.6175C19.8116 19.2439 22.4086 13.146 21.219 6.55013C21.1078 5.93364 21.0522 5.6254 20.8624 5.41449C20.6726 5.20358 20.2037 5.05405 19.2659 4.75499C16.9585 4.01915 15.0061 2 11.9982 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.3371 10.3799C9.25714 10.3799 8.71714 11.1599 8.59714 11.6399C8.47714 12.1199 8.47714 13.8599 8.54914 14.5799C8.78914 15.4799 9.38914 15.8519 9.97714 15.9719C10.5171 16.0199 12.7971 16.0019 13.4571 16.0019C14.4171 16.0199 15.1371 15.6599 15.4371 14.5799C15.4971 14.2199 15.5571 12.2399 15.4071 11.6399C15.0891 10.6799 14.2971 10.3799 13.6971 10.3799H10.3371Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.25 9.95854C10.25 9.89854 10.2582 9.55312 10.2596 9.11854C10.2609 8.72145 10.226 8.33854 10.4156 7.98814C11.126 6.57454 13.166 6.71854 13.67 8.15854C13.7573 8.39562 13.7626 8.77146 13.76 9.11854C13.7567 9.56203 13.766 9.95854 13.766 9.95854%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-security-password{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 9C2.53045 8.19543 2.6201 7.37669 2.76932 6.55013C2.8806 5.93375 2.93623 5.62556 3.12624 5.41465C3.31624 5.20374 3.78574 5.05413 4.72473 4.7549C7.03407 4.01899 8.98673 2 11.9982 2C15.0099 2 16.9647 4.01915 19.275 4.75499C20.2139 5.05405 20.6834 5.20358 20.8734 5.41449C21.0635 5.6254 21.1191 5.93364 21.2305 6.55013C21.3797 7.37669 21.4695 8.19543 21.5 9M19.4451 17C18.125 19.0226 16.1772 20.6375 13.6147 21.6175C12.9478 21.8725 12.6143 22 12.0015 22C11.3887 22 11.0553 21.8725 10.3883 21.6175C7.82558 20.6375 5.87726 19.0227 4.55666 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 12L9.5 13M9.5 13L10.5 14M9.5 13L10.5 12M9.5 13L8.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12L4.5 13M4.5 13L5.5 14M4.5 13L5.5 12M4.5 13L3.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 12L14.5 13M14.5 13L15.5 14M14.5 13L15.5 12M14.5 13L13.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12L19.5 13M19.5 13L20.5 14M19.5 13L20.5 12M19.5 13L18.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 9C2.53045 8.19543 2.6201 7.37669 2.76932 6.55013C2.8806 5.93375 2.93623 5.62556 3.12624 5.41465C3.31624 5.20374 3.78574 5.05413 4.72473 4.7549C7.03407 4.01899 8.98673 2 11.9982 2C15.0099 2 16.9647 4.01915 19.275 4.75499C20.2139 5.05405 20.6834 5.20358 20.8734 5.41449C21.0635 5.6254 21.1191 5.93364 21.2305 6.55013C21.3797 7.37669 21.4695 8.19543 21.5 9M19.4451 17C18.125 19.0226 16.1772 20.6375 13.6147 21.6175C12.9478 21.8725 12.6143 22 12.0015 22C11.3887 22 11.0553 21.8725 10.3883 21.6175C7.82558 20.6375 5.87726 19.0227 4.55666 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 12L9.5 13M9.5 13L10.5 14M9.5 13L10.5 12M9.5 13L8.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 12L4.5 13M4.5 13L5.5 14M4.5 13L5.5 12M4.5 13L3.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 12L14.5 13M14.5 13L15.5 14M14.5 13L15.5 12M14.5 13L13.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12L19.5 13M19.5 13L20.5 14M19.5 13L20.5 12M19.5 13L18.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-security{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9982 2C8.99043 2 7.04018 4.01899 4.73371 4.7549C3.79589 5.05413 3.32697 5.20374 3.1372 5.41465C2.94743 5.62556 2.89186 5.93375 2.78072 6.55013C1.59143 13.146 4.1909 19.244 10.3903 21.6175C11.0564 21.8725 11.3894 22 12.0015 22C12.6135 22 12.9466 21.8725 13.6126 21.6175C19.8116 19.2439 22.4086 13.146 21.219 6.55013C21.1078 5.93364 21.0522 5.6254 20.8624 5.41449C20.6726 5.20358 20.2037 5.05405 19.2659 4.75499C16.9585 4.01915 15.0061 2 11.9982 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9982 2C8.99043 2 7.04018 4.01899 4.73371 4.7549C3.79589 5.05413 3.32697 5.20374 3.1372 5.41465C2.94743 5.62556 2.89186 5.93375 2.78072 6.55013C1.59143 13.146 4.1909 19.244 10.3903 21.6175C11.0564 21.8725 11.3894 22 12.0015 22C12.6135 22 12.9466 21.8725 13.6126 21.6175C19.8116 19.2439 22.4086 13.146 21.219 6.55013C21.1078 5.93364 21.0522 5.6254 20.8624 5.41449C20.6726 5.20358 20.2037 5.05405 19.2659 4.75499C16.9585 4.01915 15.0061 2 11.9982 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7L12 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-speech-to-text{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 17H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4V8M5 2V10M2 5L2 7M11 5V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.00006 13C4.00172 17.1517 4.04756 19.2749 5.31802 20.6124C6.63604 22 8.75736 22 13 22H13.45C17.2568 22 19.1601 22 20.4225 20.8649C20.6018 20.7038 20.7687 20.528 20.9218 20.3393C22 19.0103 22 17.0065 22 12.9989C22 8.99125 22 6.98744 20.9218 5.65845C20.7687 5.46974 20.6018 5.29398 20.4225 5.1328C19.3191 4.14066 17.7259 4.01573 14.8 4H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16 17H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 4V8M5 2V10M2 5L2 7M11 5V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.00006 13C4.00172 17.1517 4.04756 19.2749 5.31802 20.6124C6.63604 22 8.75736 22 13 22H13.45C17.2568 22 19.1601 22 20.4225 20.8649C20.6018 20.7038 20.7687 20.528 20.9218 20.3393C22 19.0103 22 17.0065 22 12.9989C22 8.99125 22 6.98744 20.9218 5.65845C20.7687 5.46974 20.6018 5.29398 20.4225 5.1328C19.3191 4.14066 17.7259 4.01573 14.8 4H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-square-lock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.26781 18.8447C4.49269 20.515 5.87613 21.8235 7.55966 21.9009C8.97627 21.966 10.4153 22 12 22C13.5847 22 15.0237 21.966 16.4403 21.9009C18.1239 21.8235 19.5073 20.515 19.7322 18.8447C19.879 17.7547 20 16.6376 20 15.5C20 14.3624 19.879 13.2453 19.7322 12.1553C19.5073 10.485 18.1239 9.17649 16.4403 9.09909C15.0237 9.03397 13.5847 9 12 9C10.4153 9 8.97627 9.03397 7.55966 9.09909C5.87613 9.17649 4.49269 10.485 4.26781 12.1553C4.12104 13.2453 4 14.3624 4 15.5C4 16.6376 4.12104 17.7547 4.26781 18.8447Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9V6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9961 15.5H12.0051%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.26781 18.8447C4.49269 20.515 5.87613 21.8235 7.55966 21.9009C8.97627 21.966 10.4153 22 12 22C13.5847 22 15.0237 21.966 16.4403 21.9009C18.1239 21.8235 19.5073 20.515 19.7322 18.8447C19.879 17.7547 20 16.6376 20 15.5C20 14.3624 19.879 13.2453 19.7322 12.1553C19.5073 10.485 18.1239 9.17649 16.4403 9.09909C15.0237 9.03397 13.5847 9 12 9C10.4153 9 8.97627 9.03397 7.55966 9.09909C5.87613 9.17649 4.49269 10.485 4.26781 12.1553C4.12104 13.2453 4 14.3624 4 15.5C4 16.6376 4.12104 17.7547 4.26781 18.8447Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9V6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9961 15.5H12.0051%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-square-lock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 16.5V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.26781 18.8447C4.49269 20.515 5.87613 21.8235 7.55966 21.9009C8.97627 21.966 10.4153 22 12 22C13.5847 22 15.0237 21.966 16.4403 21.9009C18.1239 21.8235 19.5073 20.515 19.7322 18.8447C19.879 17.7547 20 16.6376 20 15.5C20 14.3624 19.879 13.2453 19.7322 12.1553C19.5073 10.485 18.1239 9.17649 16.4403 9.09909C15.0237 9.03397 13.5847 9 12 9C10.4153 9 8.97627 9.03397 7.55966 9.09909C5.87613 9.17649 4.49269 10.485 4.26781 12.1553C4.12104 13.2453 4 14.3624 4 15.5C4 16.6376 4.12104 17.7547 4.26781 18.8447Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9V6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 16.5V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.26781 18.8447C4.49269 20.515 5.87613 21.8235 7.55966 21.9009C8.97627 21.966 10.4153 22 12 22C13.5847 22 15.0237 21.966 16.4403 21.9009C18.1239 21.8235 19.5073 20.515 19.7322 18.8447C19.879 17.7547 20 16.6376 20 15.5C20 14.3624 19.879 13.2453 19.7322 12.1553C19.5073 10.485 18.1239 9.17649 16.4403 9.09909C15.0237 9.03397 13.5847 9 12 9C10.4153 9 8.97627 9.03397 7.55966 9.09909C5.87613 9.17649 4.49269 10.485 4.26781 12.1553C4.12104 13.2453 4 14.3624 4 15.5C4 16.6376 4.12104 17.7547 4.26781 18.8447Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9V6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-square-lock-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0658 22C9.43835 22 8.11054 21.966 6.6557 21.9009C4.92675 21.8235 3.50598 20.515 3.27504 18.8447C3.12431 17.7547 3 16.6376 3 15.5C3 14.3624 3.12431 13.2453 3.27504 12.1553C3.50598 10.485 4.92675 9.17649 6.6557 9.09909C8.11054 9.03397 9.5884 9 11.2159 9C12.8433 9 14.3212 9.03397 15.776 9.09909C17.2713 9.16603 18.536 10.1538 19 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 9V6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 22L17 14M13 18H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.0658 22C9.43835 22 8.11054 21.966 6.6557 21.9009C4.92675 21.8235 3.50598 20.515 3.27504 18.8447C3.12431 17.7547 3 16.6376 3 15.5C3 14.3624 3.12431 13.2453 3.27504 12.1553C3.50598 10.485 4.92675 9.17649 6.6557 9.09909C8.11054 9.03397 9.5884 9 11.2159 9C12.8433 9 14.3212 9.03397 15.776 9.09909C17.2713 9.16603 18.536 10.1538 19 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 9V6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 22L17 14M13 18H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-square-lock-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 16.6667V18M17 18V19.3333M17 18H18.3333M17 18H15.6667M21 18C21 20.2091 19.2091 22 17 22C14.7909 22 13 20.2091 13 18C13 15.7909 14.7909 14 17 14C19.2091 14 21 15.7909 21 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 21.9989C11.3349 21.9996 11.1683 22 11 22C9.4153 22 7.97627 21.966 6.55966 21.9009C4.87613 21.8235 3.49269 20.515 3.26781 18.8447C3.12105 17.7547 3 16.6376 3 15.5C3 14.3624 3.12105 13.2453 3.26781 12.1553C3.49269 10.485 4.87613 9.17649 6.55966 9.09909C7.97627 9.03397 9.4153 9 11 9C12.5847 9 14.0237 9.03397 15.4403 9.09909C16.8963 9.16603 18.0482 10.1538 18.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 9V6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 16.6667V18M17 18V19.3333M17 18H18.3333M17 18H15.6667M21 18C21 20.2091 19.2091 22 17 22C14.7909 22 13 20.2091 13 18C13 15.7909 14.7909 14 17 14C19.2091 14 21 15.7909 21 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 21.9989C11.3349 21.9996 11.1683 22 11 22C9.4153 22 7.97627 21.966 6.55966 21.9009C4.87613 21.8235 3.49269 20.515 3.26781 18.8447C3.12105 17.7547 3 16.6376 3 15.5C3 14.3624 3.12105 13.2453 3.26781 12.1553C3.49269 10.485 4.87613 9.17649 6.55966 9.09909C7.97627 9.03397 9.4153 9 11 9C12.5847 9 14.0237 9.03397 15.4403 9.09909C16.8963 9.16603 18.0482 10.1538 18.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 9V6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-square-lock-check-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 20C14 20 15 20 16 22C16 22 19.1765 17 22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 14C17.9505 13.3775 17.8765 12.7622 17.7944 12.1553C17.5686 10.485 16.1797 9.17649 14.4896 9.09909C13.0673 9.03397 11.6226 9 10.0316 9C8.44068 9 6.99596 9.03397 5.57374 9.09909C3.88355 9.17649 2.49464 10.485 2.26887 12.1553C2.12152 13.2453 2 14.3624 2 15.5C2 16.6376 2.12152 17.7547 2.26887 18.8447C2.49464 20.515 3.88355 21.8235 5.57374 21.9009C6.99596 21.966 8.44068 22 10.0316 22C10.5344 22 11.0225 21.9966 11.5 21.9899%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 9V6.5C5.5 4.01472 7.51472 2 10 2C12.4853 2 14.5 4.01472 14.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 20C14 20 15 20 16 22C16 22 19.1765 17 22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 14C17.9505 13.3775 17.8765 12.7622 17.7944 12.1553C17.5686 10.485 16.1797 9.17649 14.4896 9.09909C13.0673 9.03397 11.6226 9 10.0316 9C8.44068 9 6.99596 9.03397 5.57374 9.09909C3.88355 9.17649 2.49464 10.485 2.26887 12.1553C2.12152 13.2453 2 14.3624 2 15.5C2 16.6376 2.12152 17.7547 2.26887 18.8447C2.49464 20.515 3.88355 21.8235 5.57374 21.9009C6.99596 21.966 8.44068 22 10.0316 22C10.5344 22 11.0225 21.9966 11.5 21.9899%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 9V6.5C5.5 4.01472 7.51472 2 10 2C12.4853 2 14.5 4.01472 14.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-square-lock-check-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 21.9989C11.3349 21.9996 11.1683 22 11 22C9.4153 22 7.97627 21.966 6.55966 21.9009C4.87613 21.8235 3.49269 20.515 3.26781 18.8447C3.12105 17.7547 3 16.6376 3 15.5C3 14.3624 3.12105 13.2453 3.26781 12.1553C3.49269 10.485 4.87613 9.17649 6.55966 9.09909C7.97627 9.03397 9.4153 9 11 9C12.5847 9 14.0237 9.03397 15.4403 9.09909C16.8963 9.16603 18.0482 10.1538 18.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 9V6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9896 17.7675C15.6157 17.5892 15.1681 17.7477 14.9898 18.1215C14.8114 18.4954 14.9699 18.943 15.3437 19.1214L15.9896 17.7675ZM16.5556 19.3333L15.9094 19.7141C16.05 19.9528 16.3109 20.0945 16.5877 20.0826C16.8645 20.0708 17.1123 19.9072 17.232 19.6573L16.5556 19.3333ZM18.6888 17.7715C19.0536 17.5752 19.1901 17.1203 18.9937 16.7556C18.7974 16.3909 18.3425 16.2544 17.9778 16.4507L18.6888 17.7715ZM20.25 18C20.25 19.7949 18.7949 21.25 17 21.25V22.75C19.6234 22.75 21.75 20.6234 21.75 18H20.25ZM17 21.25C15.2051 21.25 13.75 19.7949 13.75 18H12.25C12.25 20.6234 14.3766 22.75 17 22.75V21.25ZM13.75 18C13.75 16.2051 15.2051 14.75 17 14.75V13.25C14.3766 13.25 12.25 15.3766 12.25 18H13.75ZM17 14.75C18.7949 14.75 20.25 16.2051 20.25 18H21.75C21.75 15.3766 19.6234 13.25 17 13.25V14.75ZM15.6667 18.4444C15.3437 19.1214 15.3435 19.1212 15.3432 19.1211C15.3432 19.1211 15.3429 19.121 15.3428 19.1209C15.3425 19.1207 15.3422 19.1206 15.3419 19.1205C15.3413 19.1202 15.3407 19.1199 15.3401 19.1196C15.3391 19.1191 15.3381 19.1186 15.3372 19.1182C15.3355 19.1174 15.3342 19.1167 15.3334 19.1163C15.3317 19.1155 15.3318 19.1154 15.3333 19.1163C15.3365 19.118 15.3458 19.1231 15.3602 19.1319C15.389 19.1496 15.4372 19.1814 15.4962 19.2293C15.6146 19.3251 15.7724 19.4816 15.9094 19.7141L17.2017 18.9526C16.9577 18.5385 16.6711 18.2505 16.4403 18.0636C16.3247 17.97 16.2221 17.9008 16.1438 17.8529C16.1046 17.8289 16.0712 17.81 16.0451 17.7959C16.0321 17.7889 16.0208 17.7831 16.0115 17.7783C16.0069 17.776 16.0027 17.7739 15.999 17.7721C15.9972 17.7712 15.9955 17.7704 15.9939 17.7696C15.9931 17.7692 15.9924 17.7689 15.9917 17.7685C15.9913 17.7683 15.991 17.7682 15.9906 17.768C15.9904 17.7679 15.9902 17.7678 15.9901 17.7678C15.9898 17.7676 15.9896 17.7675 15.6667 18.4444ZM16.5556 19.3333C17.232 19.6573 17.2319 19.6574 17.2319 19.6575C17.2319 19.6575 17.2318 19.6576 17.2318 19.6577C17.2317 19.6578 17.2317 19.6579 17.2317 19.6579C17.2316 19.658 17.2316 19.658 17.2317 19.6579C17.2318 19.6577 17.2321 19.6571 17.2326 19.6561C17.2335 19.6541 17.2353 19.6506 17.2377 19.6456C17.2426 19.6356 17.2505 19.6198 17.2611 19.5989C17.2824 19.557 17.3147 19.4949 17.3566 19.418C17.4409 19.2635 17.5621 19.0532 17.7097 18.8297C18.0274 18.3488 18.3854 17.9348 18.6888 17.7715L17.9778 16.4507C17.32 16.8049 16.7891 17.502 16.4582 18.0029C16.2815 18.2703 16.1386 18.5185 16.0397 18.6998C15.9901 18.7908 15.951 18.8659 15.9239 18.9193C15.9103 18.946 15.8997 18.9673 15.8922 18.9826C15.8884 18.9902 15.8855 18.9963 15.8833 19.0008C15.8822 19.003 15.8813 19.0049 15.8806 19.0063C15.8803 19.007 15.88 19.0076 15.8797 19.0081C15.8796 19.0084 15.8795 19.0086 15.8794 19.0088C15.8793 19.0089 15.8793 19.0091 15.8793 19.0091C15.8792 19.0092 15.8791 19.0094 16.5556 19.3333Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 21.9989C11.3349 21.9996 11.1683 22 11 22C9.4153 22 7.97627 21.966 6.55966 21.9009C4.87613 21.8235 3.49269 20.515 3.26781 18.8447C3.12105 17.7547 3 16.6376 3 15.5C3 14.3624 3.12105 13.2453 3.26781 12.1553C3.49269 10.485 4.87613 9.17649 6.55966 9.09909C7.97627 9.03397 9.4153 9 11 9C12.5847 9 14.0237 9.03397 15.4403 9.09909C16.8963 9.16603 18.0482 10.1538 18.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 9V6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9896 17.7675C15.6157 17.5892 15.1681 17.7477 14.9898 18.1215C14.8114 18.4954 14.9699 18.943 15.3437 19.1214L15.9896 17.7675ZM16.5556 19.3333L15.9094 19.7141C16.05 19.9528 16.3109 20.0945 16.5877 20.0826C16.8645 20.0708 17.1123 19.9072 17.232 19.6573L16.5556 19.3333ZM18.6888 17.7715C19.0536 17.5752 19.1901 17.1203 18.9937 16.7556C18.7974 16.3909 18.3425 16.2544 17.9778 16.4507L18.6888 17.7715ZM20.25 18C20.25 19.7949 18.7949 21.25 17 21.25V22.75C19.6234 22.75 21.75 20.6234 21.75 18H20.25ZM17 21.25C15.2051 21.25 13.75 19.7949 13.75 18H12.25C12.25 20.6234 14.3766 22.75 17 22.75V21.25ZM13.75 18C13.75 16.2051 15.2051 14.75 17 14.75V13.25C14.3766 13.25 12.25 15.3766 12.25 18H13.75ZM17 14.75C18.7949 14.75 20.25 16.2051 20.25 18H21.75C21.75 15.3766 19.6234 13.25 17 13.25V14.75ZM15.6667 18.4444C15.3437 19.1214 15.3435 19.1212 15.3432 19.1211C15.3432 19.1211 15.3429 19.121 15.3428 19.1209C15.3425 19.1207 15.3422 19.1206 15.3419 19.1205C15.3413 19.1202 15.3407 19.1199 15.3401 19.1196C15.3391 19.1191 15.3381 19.1186 15.3372 19.1182C15.3355 19.1174 15.3342 19.1167 15.3334 19.1163C15.3317 19.1155 15.3318 19.1154 15.3333 19.1163C15.3365 19.118 15.3458 19.1231 15.3602 19.1319C15.389 19.1496 15.4372 19.1814 15.4962 19.2293C15.6146 19.3251 15.7724 19.4816 15.9094 19.7141L17.2017 18.9526C16.9577 18.5385 16.6711 18.2505 16.4403 18.0636C16.3247 17.97 16.2221 17.9008 16.1438 17.8529C16.1046 17.8289 16.0712 17.81 16.0451 17.7959C16.0321 17.7889 16.0208 17.7831 16.0115 17.7783C16.0069 17.776 16.0027 17.7739 15.999 17.7721C15.9972 17.7712 15.9955 17.7704 15.9939 17.7696C15.9931 17.7692 15.9924 17.7689 15.9917 17.7685C15.9913 17.7683 15.991 17.7682 15.9906 17.768C15.9904 17.7679 15.9902 17.7678 15.9901 17.7678C15.9898 17.7676 15.9896 17.7675 15.6667 18.4444ZM16.5556 19.3333C17.232 19.6573 17.2319 19.6574 17.2319 19.6575C17.2319 19.6575 17.2318 19.6576 17.2318 19.6577C17.2317 19.6578 17.2317 19.6579 17.2317 19.6579C17.2316 19.658 17.2316 19.658 17.2317 19.6579C17.2318 19.6577 17.2321 19.6571 17.2326 19.6561C17.2335 19.6541 17.2353 19.6506 17.2377 19.6456C17.2426 19.6356 17.2505 19.6198 17.2611 19.5989C17.2824 19.557 17.3147 19.4949 17.3566 19.418C17.4409 19.2635 17.5621 19.0532 17.7097 18.8297C18.0274 18.3488 18.3854 17.9348 18.6888 17.7715L17.9778 16.4507C17.32 16.8049 16.7891 17.502 16.4582 18.0029C16.2815 18.2703 16.1386 18.5185 16.0397 18.6998C15.9901 18.7908 15.951 18.8659 15.9239 18.9193C15.9103 18.946 15.8997 18.9673 15.8922 18.9826C15.8884 18.9902 15.8855 18.9963 15.8833 19.0008C15.8822 19.003 15.8813 19.0049 15.8806 19.0063C15.8803 19.007 15.88 19.0076 15.8797 19.0081C15.8796 19.0084 15.8795 19.0086 15.8794 19.0088C15.8793 19.0089 15.8793 19.0091 15.8793 19.0091C15.8792 19.0092 15.8791 19.0094 16.5556 19.3333Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-square-lock-minus-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 17L21 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22C9.38582 22 8.06885 21.966 6.62588 21.9009C4.91103 21.8235 3.50186 20.515 3.27279 18.8447C3.1233 17.7547 3 16.6376 3 15.5C3 14.3624 3.1233 13.2453 3.27279 12.1553C3.50186 10.485 4.91103 9.17649 6.62588 9.09909C8.06885 9.03397 9.53465 9 11.1488 9C12.763 9 14.2288 9.03397 15.6718 9.09909C17.3331 9.17407 18.7076 10.4046 19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 9V6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 17L21 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22C9.38582 22 8.06885 21.966 6.62588 21.9009C4.91103 21.8235 3.50186 20.515 3.27279 18.8447C3.1233 17.7547 3 16.6376 3 15.5C3 14.3624 3.1233 13.2453 3.27279 12.1553C3.50186 10.485 4.91103 9.17649 6.62588 9.09909C8.06885 9.03397 9.53465 9 11.1488 9C12.763 9 14.2288 9.03397 15.6718 9.09909C17.3331 9.17407 18.7076 10.4046 19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 9V6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-square-lock-minus-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.3333 18H15.6667M21 18C21 20.2091 19.2091 22 17 22C14.7909 22 13 20.2091 13 18C13 15.7909 14.7909 14 17 14C19.2091 14 21 15.7909 21 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 21.9989C11.3349 21.9996 11.1683 22 11 22C9.4153 22 7.97627 21.966 6.55966 21.9009C4.87613 21.8235 3.49269 20.515 3.26781 18.8447C3.12105 17.7547 3 16.6376 3 15.5C3 14.3624 3.12105 13.2453 3.26781 12.1553C3.49269 10.485 4.87613 9.17649 6.55966 9.09909C7.97627 9.03397 9.4153 9 11 9C12.5847 9 14.0237 9.03397 15.4403 9.09909C16.8963 9.16603 18.0482 10.1538 18.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 9V6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.3333 18H15.6667M21 18C21 20.2091 19.2091 22 17 22C14.7909 22 13 20.2091 13 18C13 15.7909 14.7909 14 17 14C19.2091 14 21 15.7909 21 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 21.9989C11.3349 21.9996 11.1683 22 11 22C9.4153 22 7.97627 21.966 6.55966 21.9009C4.87613 21.8235 3.49269 20.515 3.26781 18.8447C3.12105 17.7547 3 16.6376 3 15.5C3 14.3624 3.12105 13.2453 3.26781 12.1553C3.49269 10.485 4.87613 9.17649 6.55966 9.09909C7.97627 9.03397 9.4153 9 11 9C12.5847 9 14.0237 9.03397 15.4403 9.09909C16.8963 9.16603 18.0482 10.1538 18.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 9V6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-square-lock-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 22L17.5 18.5M17.5 18.5L21 15M17.5 18.5L14 15M17.5 18.5L21 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22C9.38582 22 8.06885 21.966 6.62588 21.9009C4.91103 21.8235 3.50186 20.515 3.27279 18.8447C3.1233 17.7547 3 16.6376 3 15.5C3 14.3624 3.1233 13.2453 3.27279 12.1553C3.50186 10.485 4.91103 9.17649 6.62588 9.09909C8.06885 9.03397 9.53465 9 11.1488 9C12.763 9 14.2288 9.03397 15.6718 9.09909C17.3331 9.17407 18.7076 10.4046 19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 9V6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 22L17.5 18.5M17.5 18.5L21 15M17.5 18.5L14 15M17.5 18.5L21 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22C9.38582 22 8.06885 21.966 6.62588 21.9009C4.91103 21.8235 3.50186 20.515 3.27279 18.8447C3.1233 17.7547 3 16.6376 3 15.5C3 14.3624 3.1233 13.2453 3.27279 12.1553C3.50186 10.485 4.91103 9.17649 6.62588 9.09909C8.06885 9.03397 9.53465 9 11.1488 9C12.763 9 14.2288 9.03397 15.6718 9.09909C17.3331 9.17407 18.7076 10.4046 19 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 9V6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-square-lock-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9428 17.0572L17 18M17 18L16.0572 18.9428M17 18L17.9428 18.9428M17 18L16.0572 17.0572M19.8284 20.8284C18.2663 22.3905 15.7337 22.3905 14.1716 20.8284C12.6095 19.2663 12.6095 16.7337 14.1716 15.1716C15.7337 13.6095 18.2663 13.6095 19.8284 15.1716C21.3905 16.7337 21.3905 19.2663 19.8284 20.8284Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 21.9989C11.3349 21.9996 11.1683 22 11 22C9.4153 22 7.97627 21.966 6.55966 21.9009C4.87613 21.8235 3.49269 20.515 3.26781 18.8447C3.12105 17.7547 3 16.6376 3 15.5C3 14.3624 3.12105 13.2453 3.26781 12.1553C3.49269 10.485 4.87613 9.17649 6.55966 9.09909C7.97627 9.03397 9.4153 9 11 9C12.5847 9 14.0237 9.03397 15.4403 9.09909C16.8963 9.16603 18.0482 10.1538 18.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 9V6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.9428 17.0572L17 18M17 18L16.0572 18.9428M17 18L17.9428 18.9428M17 18L16.0572 17.0572M19.8284 20.8284C18.2663 22.3905 15.7337 22.3905 14.1716 20.8284C12.6095 19.2663 12.6095 16.7337 14.1716 15.1716C15.7337 13.6095 18.2663 13.6095 19.8284 15.1716C21.3905 16.7337 21.3905 19.2663 19.8284 20.8284Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 21.9989C11.3349 21.9996 11.1683 22 11 22C9.4153 22 7.97627 21.966 6.55966 21.9009C4.87613 21.8235 3.49269 20.515 3.26781 18.8447C3.12105 17.7547 3 16.6376 3 15.5C3 14.3624 3.12105 13.2453 3.26781 12.1553C3.49269 10.485 4.87613 9.17649 6.55966 9.09909C7.97627 9.03397 9.4153 9 11 9C12.5847 9 14.0237 9.03397 15.4403 9.09909C16.8963 9.16603 18.0482 10.1538 18.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 9V6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-square-password{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.491 15.5H14.5M9.5 15.5H9.50897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.26781 18.8447C4.49269 20.515 5.87613 21.8235 7.55966 21.9009C8.97627 21.966 10.4153 22 12 22C13.5847 22 15.0237 21.966 16.4403 21.9009C18.1239 21.8235 19.5073 20.515 19.7322 18.8447C19.879 17.7547 20 16.6376 20 15.5C20 14.3624 19.879 13.2453 19.7322 12.1553C19.5073 10.485 18.1239 9.17649 16.4403 9.09909C15.0237 9.03397 13.5847 9 12 9C10.4153 9 8.97627 9.03397 7.55966 9.09909C5.87613 9.17649 4.49269 10.485 4.26781 12.1553C4.12105 13.2453 4 14.3624 4 15.5C4 16.6376 4.12105 17.7547 4.26781 18.8447Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9V6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.491 15.5H14.5M9.5 15.5H9.50897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.26781 18.8447C4.49269 20.515 5.87613 21.8235 7.55966 21.9009C8.97627 21.966 10.4153 22 12 22C13.5847 22 15.0237 21.966 16.4403 21.9009C18.1239 21.8235 19.5073 20.515 19.7322 18.8447C19.879 17.7547 20 16.6376 20 15.5C20 14.3624 19.879 13.2453 19.7322 12.1553C19.5073 10.485 18.1239 9.17649 16.4403 9.09909C15.0237 9.03397 13.5847 9 12 9C10.4153 9 8.97627 9.03397 7.55966 9.09909C5.87613 9.17649 4.49269 10.485 4.26781 12.1553C4.12105 13.2453 4 14.3624 4 15.5C4 16.6376 4.12105 17.7547 4.26781 18.8447Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9V6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-square-unlock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.26781 18.8447C4.49269 20.515 5.87613 21.8235 7.55966 21.9009C8.97627 21.966 10.4153 22 12 22C13.5847 22 15.0237 21.966 16.4403 21.9009C18.1239 21.8235 19.5073 20.515 19.7322 18.8447C19.879 17.7547 20 16.6376 20 15.5C20 14.3624 19.879 13.2453 19.7322 12.1553C19.5073 10.485 18.1239 9.17649 16.4403 9.09909C15.0237 9.03397 13.5847 9 12 9C10.4153 9 8.97627 9.03397 7.55966 9.09909C5.87613 9.17649 4.49269 10.485 4.26781 12.1553C4.12104 13.2453 4 14.3624 4 15.5C4 16.6376 4.12104 17.7547 4.26781 18.8447Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9V6.5C7.5 4.01472 9.51472 2 12 2C13.9593 2 15.5 3.5 16 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9961 15.5H12.0051%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.26781 18.8447C4.49269 20.515 5.87613 21.8235 7.55966 21.9009C8.97627 21.966 10.4153 22 12 22C13.5847 22 15.0237 21.966 16.4403 21.9009C18.1239 21.8235 19.5073 20.515 19.7322 18.8447C19.879 17.7547 20 16.6376 20 15.5C20 14.3624 19.879 13.2453 19.7322 12.1553C19.5073 10.485 18.1239 9.17649 16.4403 9.09909C15.0237 9.03397 13.5847 9 12 9C10.4153 9 8.97627 9.03397 7.55966 9.09909C5.87613 9.17649 4.49269 10.485 4.26781 12.1553C4.12104 13.2453 4 14.3624 4 15.5C4 16.6376 4.12104 17.7547 4.26781 18.8447Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9V6.5C7.5 4.01472 9.51472 2 12 2C13.9593 2 15.5 3.5 16 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9961 15.5H12.0051%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-square-unlock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 16.5V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.26781 18.8447C4.49269 20.515 5.87613 21.8235 7.55966 21.9009C8.97627 21.966 10.4153 22 12 22C13.5847 22 15.0237 21.966 16.4403 21.9009C18.1239 21.8235 19.5073 20.515 19.7322 18.8447C19.879 17.7547 20 16.6376 20 15.5C20 14.3624 19.879 13.2453 19.7322 12.1553C19.5073 10.485 18.1239 9.17649 16.4403 9.09909C15.0237 9.03397 13.5847 9 12 9C10.4153 9 8.97627 9.03397 7.55966 9.09909C5.87613 9.17649 4.49269 10.485 4.26781 12.1553C4.12105 13.2453 4 14.3624 4 15.5C4 16.6376 4.12105 17.7547 4.26781 18.8447Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9V6.5C7.5 4.01472 9.51472 2 12 2C13.9593 2 15.5 3.5 16 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 16.5V14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.26781 18.8447C4.49269 20.515 5.87613 21.8235 7.55966 21.9009C8.97627 21.966 10.4153 22 12 22C13.5847 22 15.0237 21.966 16.4403 21.9009C18.1239 21.8235 19.5073 20.515 19.7322 18.8447C19.879 17.7547 20 16.6376 20 15.5C20 14.3624 19.879 13.2453 19.7322 12.1553C19.5073 10.485 18.1239 9.17649 16.4403 9.09909C15.0237 9.03397 13.5847 9 12 9C10.4153 9 8.97627 9.03397 7.55966 9.09909C5.87613 9.17649 4.49269 10.485 4.26781 12.1553C4.12105 13.2453 4 14.3624 4 15.5C4 16.6376 4.12105 17.7547 4.26781 18.8447Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9V6.5C7.5 4.01472 9.51472 2 12 2C13.9593 2 15.5 3.5 16 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-voice-id{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 8.18677C2.60406 6.08705 2.91537 4.77792 3.84664 3.84664C4.77792 2.91537 6.08705 2.60406 8.18677 2.5M21.5 8.18677C21.3959 6.08705 21.0846 4.77792 20.1534 3.84664C19.2221 2.91537 17.9129 2.60406 15.8132 2.5M15.8132 21.5C17.9129 21.3959 19.2221 21.0846 20.1534 20.1534C21.0846 19.2221 21.3959 17.9129 21.5 15.8132M8.18676 21.5C6.08705 21.3959 4.77792 21.0846 3.84664 20.1534C2.91537 19.2221 2.60406 17.9129 2.5 15.8132%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V17M8 9V15M16 15V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 8.18677C2.60406 6.08705 2.91537 4.77792 3.84664 3.84664C4.77792 2.91537 6.08705 2.60406 8.18677 2.5M21.5 8.18677C21.3959 6.08705 21.0846 4.77792 20.1534 3.84664C19.2221 2.91537 17.9129 2.60406 15.8132 2.5M15.8132 21.5C17.9129 21.3959 19.2221 21.0846 20.1534 20.1534C21.0846 19.2221 21.3959 17.9129 21.5 15.8132M8.18676 21.5C6.08705 21.3959 4.77792 21.0846 3.84664 20.1534C2.91537 19.2221 2.60406 17.9129 2.5 15.8132%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 7V17M8 9V15M16 15V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-web-protection{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 20.5C18.8888 20.3004 19.5638 19.9722 20.1088 19.4327C21.5 18.0554 21.5 15.8386 21.5 11.405C21.5 6.97145 21.5 4.75466 20.1088 3.37733C18.7175 2 16.4783 2 12 2C7.52166 2 5.28249 2 3.89124 3.37733C2.5 4.75466 2.5 6.97145 2.5 11.405C2.5 15.8386 2.5 18.0554 3.89124 19.4327C4.43619 19.9722 5.11124 20.3004 6 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 8.5H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99981 5.5H7.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9998 5.5H11.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9991 13C10.5744 13 9.65061 13.9085 8.55807 14.2397C8.11384 14.3744 7.89172 14.4417 7.80183 14.5366C7.71194 14.6315 7.68562 14.7702 7.63297 15.0476C7.06963 18.0157 8.30095 20.7598 11.2375 21.8279C11.553 21.9426 11.7108 22 12.0007 22C12.2906 22 12.4484 21.9426 12.7639 21.8279C15.7002 20.7598 16.9304 18.0157 16.3669 15.0476C16.3142 14.7701 16.2879 14.6314 16.198 14.5365C16.1081 14.4416 15.886 14.3743 15.4418 14.2397C14.3488 13.9086 13.4239 13 11.9991 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 20.5C18.8888 20.3004 19.5638 19.9722 20.1088 19.4327C21.5 18.0554 21.5 15.8386 21.5 11.405C21.5 6.97145 21.5 4.75466 20.1088 3.37733C18.7175 2 16.4783 2 12 2C7.52166 2 5.28249 2 3.89124 3.37733C2.5 4.75466 2.5 6.97145 2.5 11.405C2.5 15.8386 2.5 18.0554 3.89124 19.4327C4.43619 19.9722 5.11124 20.3004 6 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 8.5H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.99981 5.5H7.00879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9998 5.5H11.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9991 13C10.5744 13 9.65061 13.9085 8.55807 14.2397C8.11384 14.3744 7.89172 14.4417 7.80183 14.5366C7.71194 14.6315 7.68562 14.7702 7.63297 15.0476C7.06963 18.0157 8.30095 20.7598 11.2375 21.8279C11.553 21.9426 11.7108 22 12.0007 22C12.2906 22 12.4484 21.9426 12.7639 21.8279C15.7002 20.7598 16.9304 18.0157 16.3669 15.0476C16.3142 14.7701 16.2879 14.6314 16.198 14.5365C16.1081 14.4416 15.886 14.3743 15.4418 14.2397C14.3488 13.9086 13.4239 13 11.9991 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-security-icons-web-security{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 20.5C19.4255 20.309 19.7894 20.0612 20.1088 19.7395C21.5 18.3379 21.5 16.0821 21.5 11.5705C21.5 7.05894 21.5 4.80314 20.1088 3.40157C18.7175 2 16.4783 2 12 2C7.52166 2 5.28249 2 3.89124 3.40157C2.5 4.80314 2.5 7.05894 2.5 11.5705C2.5 16.0821 2.5 18.3379 3.89124 19.7395C4.21056 20.0612 4.57453 20.309 5 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 8.5H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 5.5H7.00898%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5.5H11.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.2596 16.378C9.1796 16.378 8.71714 17.1575 8.59714 17.6373C8.47714 18.117 8.47714 19.856 8.54914 20.5755C8.78914 21.475 9.38914 21.8468 9.97714 21.9667C10.5171 22.0147 12.7971 21.9967 13.4571 21.9967C14.4171 22.0147 15.1371 21.6549 15.4371 20.5755C15.4971 20.2157 15.5571 18.2369 15.4071 17.6373C15.0891 16.6778 14.36 16.378 13.76 16.378M10.2596 16.378H13.76M10.2596 16.378C10.2596 16.318 10.2582 15.5516 10.2596 15.1173C10.2609 14.7204 10.226 14.3378 10.4156 13.9876C11.126 12.5748 13.166 12.7187 13.67 14.1579C13.7573 14.3948 13.7626 14.7704 13.76 15.1173C13.7567 15.5605 13.76 16.378 13.76 16.378%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 20.5C19.4255 20.309 19.7894 20.0612 20.1088 19.7395C21.5 18.3379 21.5 16.0821 21.5 11.5705C21.5 7.05894 21.5 4.80314 20.1088 3.40157C18.7175 2 16.4783 2 12 2C7.52166 2 5.28249 2 3.89124 3.40157C2.5 4.80314 2.5 7.05894 2.5 11.5705C2.5 16.0821 2.5 18.3379 3.89124 19.7395C4.21056 20.0612 4.57453 20.309 5 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 8.5H21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 5.5H7.00898%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5.5H11.009%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.2596 16.378C9.1796 16.378 8.71714 17.1575 8.59714 17.6373C8.47714 18.117 8.47714 19.856 8.54914 20.5755C8.78914 21.475 9.38914 21.8468 9.97714 21.9667C10.5171 22.0147 12.7971 21.9967 13.4571 21.9967C14.4171 22.0147 15.1371 21.6549 15.4371 20.5755C15.4971 20.2157 15.5571 18.2369 15.4071 17.6373C15.0891 16.6778 14.36 16.378 13.76 16.378M10.2596 16.378H13.76M10.2596 16.378C10.2596 16.318 10.2582 15.5516 10.2596 15.1173C10.2609 14.7204 10.226 14.3378 10.4156 13.9876C11.126 12.5748 13.166 12.7187 13.67 14.1579C13.7573 14.3948 13.7626 14.7704 13.76 15.1173C13.7567 15.5605 13.76 16.378 13.76 16.378%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-account-setting-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 16.5C9.19863 15.2923 10.5044 14.4797 12 14.4797C13.4956 14.4797 14.8014 15.2923 15.5 16.5M14 10C14 11.1046 13.1046 12 12 12C10.8955 12 10 11.1046 10 10C10 8.89543 10.8955 8 12 8C13.1046 8 14 8.89543 14 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13.9669V10.0332C19.1433 10.0332 17.2857 6.93041 18.732 4.46691L15.2679 2.5001C13.8038 4.99405 10.1978 4.99395 8.73363 2.5L5.26953 4.46681C6.71586 6.93035 4.85673 10.0332 2 10.0332V13.9669C4.85668 13.9669 6.71425 17.0697 5.26795 19.5332L8.73205 21.5C10.1969 19.0048 13.8046 19.0047 15.2695 21.4999L18.7336 19.5331C17.2874 17.0696 19.1434 13.9669 22 13.9669Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 16.5C9.19863 15.2923 10.5044 14.4797 12 14.4797C13.4956 14.4797 14.8014 15.2923 15.5 16.5M14 10C14 11.1046 13.1046 12 12 12C10.8955 12 10 11.1046 10 10C10 8.89543 10.8955 8 12 8C13.1046 8 14 8.89543 14 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13.9669V10.0332C19.1433 10.0332 17.2857 6.93041 18.732 4.46691L15.2679 2.5001C13.8038 4.99405 10.1978 4.99395 8.73363 2.5L5.26953 4.46681C6.71586 6.93035 4.85673 10.0332 2 10.0332V13.9669C4.85668 13.9669 6.71425 17.0697 5.26795 19.5332L8.73205 21.5C10.1969 19.0048 13.8046 19.0047 15.2695 21.4999L18.7336 19.5331C17.2874 17.0696 19.1434 13.9669 22 13.9669Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-account-setting-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.3175 7.14139L20.8239 6.28479C20.4506 5.63696 20.264 5.31305 19.9464 5.18388C19.6288 5.05472 19.2696 5.15664 18.5513 5.36048L17.3311 5.70418C16.8725 5.80994 16.3913 5.74994 15.9726 5.53479L15.6357 5.34042C15.2766 5.11043 15.0004 4.77133 14.8475 4.37274L14.5136 3.37536C14.294 2.71534 14.1842 2.38533 13.9228 2.19657C13.6615 2.00781 13.3143 2.00781 12.6199 2.00781H11.5051C10.8108 2.00781 10.4636 2.00781 10.2022 2.19657C9.94085 2.38533 9.83106 2.71534 9.61149 3.37536L9.27753 4.37274C9.12465 4.77133 8.84845 5.11043 8.48937 5.34042L8.15249 5.53479C7.73374 5.74994 7.25259 5.80994 6.79398 5.70418L5.57375 5.36048C4.85541 5.15664 4.49625 5.05472 4.17867 5.18388C3.86109 5.31305 3.67445 5.63696 3.30115 6.28479L2.80757 7.14139C2.45766 7.74864 2.2827 8.05227 2.31666 8.37549C2.35061 8.69871 2.58483 8.95918 3.05326 9.48012L4.0843 10.6328C4.3363 10.9518 4.51521 11.5078 4.51521 12.0077C4.51521 12.5078 4.33636 13.0636 4.08433 13.3827L3.05326 14.5354C2.58483 15.0564 2.35062 15.3168 2.31666 15.6401C2.2827 15.9633 2.45766 16.2669 2.80757 16.8741L3.30114 17.7307C3.67443 18.3785 3.86109 18.7025 4.17867 18.8316C4.49625 18.9608 4.85542 18.8589 5.57377 18.655L6.79394 18.3113C7.25263 18.2055 7.73387 18.2656 8.15267 18.4808L8.4895 18.6752C8.84851 18.9052 9.12464 19.2442 9.2775 19.6428L9.61149 20.6403C9.83106 21.3003 9.94085 21.6303 10.2022 21.8191C10.4636 22.0078 10.8108 22.0078 11.5051 22.0078H12.6199C13.3143 22.0078 13.6615 22.0078 13.9228 21.8191C14.1842 21.6303 14.294 21.3003 14.5136 20.6403L14.8476 19.6428C15.0004 19.2442 15.2765 18.9052 15.6356 18.6752L15.9724 18.4808C16.3912 18.2656 16.8724 18.2055 17.3311 18.3113L18.5513 18.655C19.2696 18.8589 19.6288 18.9608 19.9464 18.8316C20.264 18.7025 20.4506 18.3785 20.8239 17.7307L21.3175 16.8741C21.6674 16.2669 21.8423 15.9633 21.8084 15.6401C21.7744 15.3168 21.5402 15.0564 21.0718 14.5354L20.0407 13.3827C19.7887 13.0636 19.6098 12.5078 19.6098 12.0077C19.6098 11.5078 19.7888 10.9518 20.0407 10.6328L21.0718 9.48012C21.5402 8.95918 21.7744 8.69871 21.8084 8.37549C21.8423 8.05227 21.6674 7.74864 21.3175 7.14139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 16C9.19863 14.7923 10.5044 13.9797 12 13.9797C13.4956 13.9797 14.8014 14.7923 15.5 16M14 9.5C14 10.6046 13.1046 11.5 12 11.5C10.8955 11.5 10 10.6046 10 9.5C10 8.39543 10.8955 7.5 12 7.5C13.1046 7.5 14 8.39543 14 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.3175 7.14139L20.8239 6.28479C20.4506 5.63696 20.264 5.31305 19.9464 5.18388C19.6288 5.05472 19.2696 5.15664 18.5513 5.36048L17.3311 5.70418C16.8725 5.80994 16.3913 5.74994 15.9726 5.53479L15.6357 5.34042C15.2766 5.11043 15.0004 4.77133 14.8475 4.37274L14.5136 3.37536C14.294 2.71534 14.1842 2.38533 13.9228 2.19657C13.6615 2.00781 13.3143 2.00781 12.6199 2.00781H11.5051C10.8108 2.00781 10.4636 2.00781 10.2022 2.19657C9.94085 2.38533 9.83106 2.71534 9.61149 3.37536L9.27753 4.37274C9.12465 4.77133 8.84845 5.11043 8.48937 5.34042L8.15249 5.53479C7.73374 5.74994 7.25259 5.80994 6.79398 5.70418L5.57375 5.36048C4.85541 5.15664 4.49625 5.05472 4.17867 5.18388C3.86109 5.31305 3.67445 5.63696 3.30115 6.28479L2.80757 7.14139C2.45766 7.74864 2.2827 8.05227 2.31666 8.37549C2.35061 8.69871 2.58483 8.95918 3.05326 9.48012L4.0843 10.6328C4.3363 10.9518 4.51521 11.5078 4.51521 12.0077C4.51521 12.5078 4.33636 13.0636 4.08433 13.3827L3.05326 14.5354C2.58483 15.0564 2.35062 15.3168 2.31666 15.6401C2.2827 15.9633 2.45766 16.2669 2.80757 16.8741L3.30114 17.7307C3.67443 18.3785 3.86109 18.7025 4.17867 18.8316C4.49625 18.9608 4.85542 18.8589 5.57377 18.655L6.79394 18.3113C7.25263 18.2055 7.73387 18.2656 8.15267 18.4808L8.4895 18.6752C8.84851 18.9052 9.12464 19.2442 9.2775 19.6428L9.61149 20.6403C9.83106 21.3003 9.94085 21.6303 10.2022 21.8191C10.4636 22.0078 10.8108 22.0078 11.5051 22.0078H12.6199C13.3143 22.0078 13.6615 22.0078 13.9228 21.8191C14.1842 21.6303 14.294 21.3003 14.5136 20.6403L14.8476 19.6428C15.0004 19.2442 15.2765 18.9052 15.6356 18.6752L15.9724 18.4808C16.3912 18.2656 16.8724 18.2055 17.3311 18.3113L18.5513 18.655C19.2696 18.8589 19.6288 18.9608 19.9464 18.8316C20.264 18.7025 20.4506 18.3785 20.8239 17.7307L21.3175 16.8741C21.6674 16.2669 21.8423 15.9633 21.8084 15.6401C21.7744 15.3168 21.5402 15.0564 21.0718 14.5354L20.0407 13.3827C19.7887 13.0636 19.6098 12.5078 19.6098 12.0077C19.6098 11.5078 19.7888 10.9518 20.0407 10.6328L21.0718 9.48012C21.5402 8.95918 21.7744 8.69871 21.8084 8.37549C21.8423 8.05227 21.6674 7.74864 21.3175 7.14139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 16C9.19863 14.7923 10.5044 13.9797 12 13.9797C13.4956 13.9797 14.8014 14.7923 15.5 16M14 9.5C14 10.6046 13.1046 11.5 12 11.5C10.8955 11.5 10 10.6046 10 9.5C10 8.39543 10.8955 7.5 12 7.5C13.1046 7.5 14 8.39543 14 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-account-setting-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.3083 4.38394C15.7173 4.38394 15.4217 4.38394 15.1525 4.28405C15.1151 4.27017 15.0783 4.25491 15.042 4.23828C14.781 4.11855 14.5721 3.90959 14.1541 3.49167C13.1922 2.52977 12.7113 2.04882 12.1195 2.00447C12.04 1.99851 11.96 1.99851 11.8805 2.00447C11.2887 2.04882 10.8077 2.52977 9.84585 3.49166C9.42793 3.90959 9.21897 4.11855 8.95797 4.23828C8.92172 4.25491 8.88486 4.27017 8.84747 4.28405C8.57825 4.38394 8.28273 4.38394 7.69171 4.38394H7.58269C6.07478 4.38394 5.32083 4.38394 4.85239 4.85239C4.38394 5.32083 4.38394 6.07478 4.38394 7.58269V7.69171C4.38394 8.28273 4.38394 8.57825 4.28405 8.84747C4.27017 8.88486 4.25491 8.92172 4.23828 8.95797C4.11855 9.21897 3.90959 9.42793 3.49166 9.84585C2.52977 10.8077 2.04882 11.2887 2.00447 11.8805C1.99851 11.96 1.99851 12.04 2.00447 12.1195C2.04882 12.7113 2.52977 13.1922 3.49166 14.1541C3.90959 14.5721 4.11855 14.781 4.23828 15.042C4.25491 15.0783 4.27017 15.1151 4.28405 15.1525C4.38394 15.4217 4.38394 15.7173 4.38394 16.3083V16.4173C4.38394 17.9252 4.38394 18.6792 4.85239 19.1476C5.32083 19.6161 6.07478 19.6161 7.58269 19.6161H7.69171C8.28273 19.6161 8.57825 19.6161 8.84747 19.7159C8.88486 19.7298 8.92172 19.7451 8.95797 19.7617C9.21897 19.8815 9.42793 20.0904 9.84585 20.5083C10.8077 21.4702 11.2887 21.9512 11.8805 21.9955C11.96 22.0015 12.04 22.0015 12.1195 21.9955C12.7113 21.9512 13.1922 21.4702 14.1541 20.5083C14.5721 20.0904 14.781 19.8815 15.042 19.7617C15.0783 19.7451 15.1151 19.7298 15.1525 19.7159C15.4217 19.6161 15.7173 19.6161 16.3083 19.6161H16.4173C17.9252 19.6161 18.6792 19.6161 19.1476 19.1476C19.6161 18.6792 19.6161 17.9252 19.6161 16.4173V16.3083C19.6161 15.7173 19.6161 15.4217 19.7159 15.1525C19.7298 15.1151 19.7451 15.0783 19.7617 15.042C19.8815 14.781 20.0904 14.5721 20.5083 14.1541C21.4702 13.1922 21.9512 12.7113 21.9955 12.1195C22.0015 12.04 22.0015 11.96 21.9955 11.8805C21.9512 11.2887 21.4702 10.8077 20.5083 9.84585C20.0904 9.42793 19.8815 9.21897 19.7617 8.95797C19.7451 8.92172 19.7298 8.88486 19.7159 8.84747C19.6161 8.57825 19.6161 8.28273 19.6161 7.69171V7.58269C19.6161 6.07478 19.6161 5.32083 19.1476 4.85239C18.6792 4.38394 17.9252 4.38394 16.4173 4.38394H16.3083Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 16.5C9.19863 15.2923 10.5044 14.4797 12 14.4797C13.4956 14.4797 14.8014 15.2923 15.5 16.5M14 10C14 11.1046 13.1046 12 12 12C10.8955 12 10 11.1046 10 10C10 8.89544 10.8955 8.00001 12 8.00001C13.1046 8.00001 14 8.89544 14 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.3083 4.38394C15.7173 4.38394 15.4217 4.38394 15.1525 4.28405C15.1151 4.27017 15.0783 4.25491 15.042 4.23828C14.781 4.11855 14.5721 3.90959 14.1541 3.49167C13.1922 2.52977 12.7113 2.04882 12.1195 2.00447C12.04 1.99851 11.96 1.99851 11.8805 2.00447C11.2887 2.04882 10.8077 2.52977 9.84585 3.49166C9.42793 3.90959 9.21897 4.11855 8.95797 4.23828C8.92172 4.25491 8.88486 4.27017 8.84747 4.28405C8.57825 4.38394 8.28273 4.38394 7.69171 4.38394H7.58269C6.07478 4.38394 5.32083 4.38394 4.85239 4.85239C4.38394 5.32083 4.38394 6.07478 4.38394 7.58269V7.69171C4.38394 8.28273 4.38394 8.57825 4.28405 8.84747C4.27017 8.88486 4.25491 8.92172 4.23828 8.95797C4.11855 9.21897 3.90959 9.42793 3.49166 9.84585C2.52977 10.8077 2.04882 11.2887 2.00447 11.8805C1.99851 11.96 1.99851 12.04 2.00447 12.1195C2.04882 12.7113 2.52977 13.1922 3.49166 14.1541C3.90959 14.5721 4.11855 14.781 4.23828 15.042C4.25491 15.0783 4.27017 15.1151 4.28405 15.1525C4.38394 15.4217 4.38394 15.7173 4.38394 16.3083V16.4173C4.38394 17.9252 4.38394 18.6792 4.85239 19.1476C5.32083 19.6161 6.07478 19.6161 7.58269 19.6161H7.69171C8.28273 19.6161 8.57825 19.6161 8.84747 19.7159C8.88486 19.7298 8.92172 19.7451 8.95797 19.7617C9.21897 19.8815 9.42793 20.0904 9.84585 20.5083C10.8077 21.4702 11.2887 21.9512 11.8805 21.9955C11.96 22.0015 12.04 22.0015 12.1195 21.9955C12.7113 21.9512 13.1922 21.4702 14.1541 20.5083C14.5721 20.0904 14.781 19.8815 15.042 19.7617C15.0783 19.7451 15.1151 19.7298 15.1525 19.7159C15.4217 19.6161 15.7173 19.6161 16.3083 19.6161H16.4173C17.9252 19.6161 18.6792 19.6161 19.1476 19.1476C19.6161 18.6792 19.6161 17.9252 19.6161 16.4173V16.3083C19.6161 15.7173 19.6161 15.4217 19.7159 15.1525C19.7298 15.1151 19.7451 15.0783 19.7617 15.042C19.8815 14.781 20.0904 14.5721 20.5083 14.1541C21.4702 13.1922 21.9512 12.7113 21.9955 12.1195C22.0015 12.04 22.0015 11.96 21.9955 11.8805C21.9512 11.2887 21.4702 10.8077 20.5083 9.84585C20.0904 9.42793 19.8815 9.21897 19.7617 8.95797C19.7451 8.92172 19.7298 8.88486 19.7159 8.84747C19.6161 8.57825 19.6161 8.28273 19.6161 7.69171V7.58269C19.6161 6.07478 19.6161 5.32083 19.1476 4.85239C18.6792 4.38394 17.9252 4.38394 16.4173 4.38394H16.3083Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 16.5C9.19863 15.2923 10.5044 14.4797 12 14.4797C13.4956 14.4797 14.8014 15.2923 15.5 16.5M14 10C14 11.1046 13.1046 12 12 12C10.8955 12 10 11.1046 10 10C10 8.89544 10.8955 8.00001 12 8.00001C13.1046 8.00001 14 8.89544 14 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-configuration-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.25416 15.6322C2.28812 15.309 2.52233 15.0485 2.99076 14.5276L4.02183 13.3749C4.27386 13.0558 4.45271 12.5 4.45271 11.9998C4.45271 11.5 4.2738 10.944 4.0218 10.625L2.99076 9.47231C2.52233 8.95137 2.28811 8.6909 2.25416 8.36768C2.2202 8.04446 2.39516 7.74083 2.74507 7.13358L3.23865 6.27698C3.61195 5.62915 3.79859 5.30523 4.11617 5.17607C4.43375 5.0469 4.79291 5.14883 5.51125 5.35267L6.73148 5.69637C7.19009 5.80212 7.67124 5.74213 8.08999 5.52698L8.42687 5.33261C8.78595 5.10262 9.06215 4.76352 9.21503 4.36493L9.54899 3.36754C9.76856 2.70753 9.87835 2.37752 10.1397 2.18876C10.4011 2 10.7483 2 11.4426 2H12.5574C13.2518 2 13.599 2 13.8603 2.18876C14.1217 2.37752 14.2315 2.70753 14.4511 3.36754L14.785 4.36493C14.9379 4.76352 15.2141 5.10262 15.5732 5.33261L15.9101 5.52698C16.3288 5.74213 16.81 5.80212 17.2686 5.69637L18.4888 5.35267C19.2071 5.14883 19.5663 5.0469 19.8839 5.17607C20.2015 5.30523 20.3881 5.62915 20.7614 6.27698L21.255 7.13358C21.6049 7.74083 21.7798 8.04446 21.7459 8.36768C21.7119 8.6909 21.4777 8.95137 21.0093 9.47231L19.9782 10.625C19.7263 10.944 19.5473 11.5 19.5473 11.9998C19.5473 12.5 19.7262 13.0558 19.9782 13.3749L21.0093 14.5276C21.4777 15.0485 21.7119 15.309 21.7459 15.6322C21.7798 15.9555 21.6049 16.2591 21.255 16.8663L20.7614 17.7229C20.3881 18.3707 20.2015 18.6947 19.8839 18.8238C19.5663 18.953 19.2071 18.8511 18.4888 18.6472L17.2686 18.3035C16.8099 18.1977 16.3287 18.2578 15.9099 18.473L15.5731 18.6674C15.214 18.8974 14.9379 19.2364 14.7851 19.635L14.4511 20.6325C14.2315 21.2925 14.1217 21.6225 13.8603 21.8112C13.599 22 13.2518 22 12.5574 22H11.4426C10.7483 22 10.4011 22 10.1397 21.8112C9.87835 21.6225 9.76856 21.2925 9.54899 20.6325%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.73598 18.7798C3.81598 17.6998 7.48798 14.0638 7.84798 13.6438C8.22855 13.1998 7.91998 12.5998 8.10358 10.7398C8.19242 9.8398 8.38602 9.16555 8.93998 8.6638C9.59998 8.0398 10.14 8.0398 12 7.99781C13.62 8.0398 13.812 7.8598 13.98 8.27981C14.1 8.57981 13.74 8.7598 13.308 9.23981C12.348 10.1998 11.784 10.6798 11.73 10.9798C11.34 12.2998 12.876 13.0798 13.716 12.2398C14.0336 11.9221 15.504 10.4398 15.648 10.3198C15.756 10.2238 16.0145 10.2284 16.14 10.3798C16.248 10.4859 16.26 10.4998 16.248 10.9798C16.2369 11.4241 16.2418 12.062 16.2432 12.7198C16.2449 13.5721 16.2 14.5198 15.84 14.9998C15.12 16.0798 13.92 16.1398 12.84 16.1878C11.82 16.2478 10.98 16.1398 10.716 16.3318C10.5 16.4398 9.35998 17.6398 7.97998 19.0198L5.51998 21.4798C3.47998 23.0998 1.23598 20.5798 2.73598 18.7798Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.25416 15.6322C2.28812 15.309 2.52233 15.0485 2.99076 14.5276L4.02183 13.3749C4.27386 13.0558 4.45271 12.5 4.45271 11.9998C4.45271 11.5 4.2738 10.944 4.0218 10.625L2.99076 9.47231C2.52233 8.95137 2.28811 8.6909 2.25416 8.36768C2.2202 8.04446 2.39516 7.74083 2.74507 7.13358L3.23865 6.27698C3.61195 5.62915 3.79859 5.30523 4.11617 5.17607C4.43375 5.0469 4.79291 5.14883 5.51125 5.35267L6.73148 5.69637C7.19009 5.80212 7.67124 5.74213 8.08999 5.52698L8.42687 5.33261C8.78595 5.10262 9.06215 4.76352 9.21503 4.36493L9.54899 3.36754C9.76856 2.70753 9.87835 2.37752 10.1397 2.18876C10.4011 2 10.7483 2 11.4426 2H12.5574C13.2518 2 13.599 2 13.8603 2.18876C14.1217 2.37752 14.2315 2.70753 14.4511 3.36754L14.785 4.36493C14.9379 4.76352 15.2141 5.10262 15.5732 5.33261L15.9101 5.52698C16.3288 5.74213 16.81 5.80212 17.2686 5.69637L18.4888 5.35267C19.2071 5.14883 19.5663 5.0469 19.8839 5.17607C20.2015 5.30523 20.3881 5.62915 20.7614 6.27698L21.255 7.13358C21.6049 7.74083 21.7798 8.04446 21.7459 8.36768C21.7119 8.6909 21.4777 8.95137 21.0093 9.47231L19.9782 10.625C19.7263 10.944 19.5473 11.5 19.5473 11.9998C19.5473 12.5 19.7262 13.0558 19.9782 13.3749L21.0093 14.5276C21.4777 15.0485 21.7119 15.309 21.7459 15.6322C21.7798 15.9555 21.6049 16.2591 21.255 16.8663L20.7614 17.7229C20.3881 18.3707 20.2015 18.6947 19.8839 18.8238C19.5663 18.953 19.2071 18.8511 18.4888 18.6472L17.2686 18.3035C16.8099 18.1977 16.3287 18.2578 15.9099 18.473L15.5731 18.6674C15.214 18.8974 14.9379 19.2364 14.7851 19.635L14.4511 20.6325C14.2315 21.2925 14.1217 21.6225 13.8603 21.8112C13.599 22 13.2518 22 12.5574 22H11.4426C10.7483 22 10.4011 22 10.1397 21.8112C9.87835 21.6225 9.76856 21.2925 9.54899 20.6325%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.73598 18.7798C3.81598 17.6998 7.48798 14.0638 7.84798 13.6438C8.22855 13.1998 7.91998 12.5998 8.10358 10.7398C8.19242 9.8398 8.38602 9.16555 8.93998 8.6638C9.59998 8.0398 10.14 8.0398 12 7.99781C13.62 8.0398 13.812 7.8598 13.98 8.27981C14.1 8.57981 13.74 8.7598 13.308 9.23981C12.348 10.1998 11.784 10.6798 11.73 10.9798C11.34 12.2998 12.876 13.0798 13.716 12.2398C14.0336 11.9221 15.504 10.4398 15.648 10.3198C15.756 10.2238 16.0145 10.2284 16.14 10.3798C16.248 10.4859 16.26 10.4998 16.248 10.9798C16.2369 11.4241 16.2418 12.062 16.2432 12.7198C16.2449 13.5721 16.2 14.5198 15.84 14.9998C15.12 16.0798 13.92 16.1398 12.84 16.1878C11.82 16.2478 10.98 16.1398 10.716 16.3318C10.5 16.4398 9.35998 17.6398 7.97998 19.0198L5.51998 21.4798C3.47998 23.0998 1.23598 20.5798 2.73598 18.7798Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-configuration-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.73047 21.4988C10.0226 19.2758 12.9819 19.0136 14.6673 20.7124C15.0441 21.0921 15.2325 21.2821 15.3996 21.3049C15.5667 21.3276 16.6152 20.7262 16.9874 20.5128C17.3668 20.2954 18.4187 19.692 18.4848 19.5341C18.5509 19.3763 18.4817 19.1072 18.3433 18.5689C17.8399 16.6118 19.0606 14.5522 21.011 14.0209C21.5329 13.8788 21.7938 13.8077 21.8969 13.6717C22 13.5359 22 12.3406 22 11.9034C22 11.4661 22 10.2709 21.8969 10.1349C21.7938 9.99905 21.5329 9.92795 21.011 9.78583C19.0603 9.25457 17.8386 7.19493 18.3418 5.23773C18.4801 4.69944 18.5493 4.43029 18.4832 4.27247C18.4171 4.11465 17.3652 3.51135 16.9859 3.29382C16.6136 3.08035 15.5651 2.47907 15.3981 2.5018C15.231 2.52454 15.0426 2.71443 14.6657 3.09422C13.2064 4.56465 10.792 4.56471 9.33276 3.09431C8.95585 2.71453 8.76739 2.52463 8.60035 2.5019C8.4333 2.47918 7.38483 3.08047 7.0126 3.29393C6.63327 3.51148 5.58126 4.11477 5.51516 4.27261C5.44907 4.43045 5.51829 4.69956 5.65672 5.2378C6.16008 7.19493 4.9394 9.25453 2.98902 9.78581C2.46711 9.92795 2.20615 9.99905 2.10308 10.135C2 10.2709 2 11.4661 2 11.9034C2 12.3406 2 13.5359 2.10308 13.6718C2.20617 13.8078 2.467 13.8788 2.98866 14.0208C2.99478 14.0225 3.00089 14.0242 3.007 14.0259%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.48891 18.1826C3.56891 17.103 7.24091 13.4685 7.60091 13.0487C7.98148 12.6049 7.67291 12.0051 7.85651 10.1459C7.94535 9.24627 8.13895 8.5723 8.69291 8.07075C9.35291 7.44701 9.89291 7.44701 11.7529 7.40503C13.3729 7.44701 13.5649 7.26709 13.7329 7.68692C13.8529 7.9868 13.4929 8.16672 13.0609 8.64652C12.1009 9.60613 11.5369 10.0859 11.4829 10.3858C11.0929 11.7053 12.6289 12.4849 13.4689 11.6453C13.7866 11.3278 15.2569 9.84603 15.4009 9.72608C15.5089 9.63011 15.7674 9.63475 15.8929 9.78605C16.0009 9.89211 16.0129 9.906 16.0009 10.3858C15.9898 10.8299 15.9948 11.4675 15.9961 12.1251C15.9979 12.9771 15.9529 13.9243 15.5929 14.4041C14.8729 15.4837 13.6729 15.5437 12.5929 15.5917C11.5729 15.6516 10.7329 15.5437 10.4689 15.7356C10.2529 15.8436 9.11291 17.0431 7.73291 18.4225L5.27291 20.8815C3.23291 22.5008 0.988911 19.9819 2.48891 18.1826Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.73047 21.4988C10.0226 19.2758 12.9819 19.0136 14.6673 20.7124C15.0441 21.0921 15.2325 21.2821 15.3996 21.3049C15.5667 21.3276 16.6152 20.7262 16.9874 20.5128C17.3668 20.2954 18.4187 19.692 18.4848 19.5341C18.5509 19.3763 18.4817 19.1072 18.3433 18.5689C17.8399 16.6118 19.0606 14.5522 21.011 14.0209C21.5329 13.8788 21.7938 13.8077 21.8969 13.6717C22 13.5359 22 12.3406 22 11.9034C22 11.4661 22 10.2709 21.8969 10.1349C21.7938 9.99905 21.5329 9.92795 21.011 9.78583C19.0603 9.25457 17.8386 7.19493 18.3418 5.23773C18.4801 4.69944 18.5493 4.43029 18.4832 4.27247C18.4171 4.11465 17.3652 3.51135 16.9859 3.29382C16.6136 3.08035 15.5651 2.47907 15.3981 2.5018C15.231 2.52454 15.0426 2.71443 14.6657 3.09422C13.2064 4.56465 10.792 4.56471 9.33276 3.09431C8.95585 2.71453 8.76739 2.52463 8.60035 2.5019C8.4333 2.47918 7.38483 3.08047 7.0126 3.29393C6.63327 3.51148 5.58126 4.11477 5.51516 4.27261C5.44907 4.43045 5.51829 4.69956 5.65672 5.2378C6.16008 7.19493 4.9394 9.25453 2.98902 9.78581C2.46711 9.92795 2.20615 9.99905 2.10308 10.135C2 10.2709 2 11.4661 2 11.9034C2 12.3406 2 13.5359 2.10308 13.6718C2.20617 13.8078 2.467 13.8788 2.98866 14.0208C2.99478 14.0225 3.00089 14.0242 3.007 14.0259%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.48891 18.1826C3.56891 17.103 7.24091 13.4685 7.60091 13.0487C7.98148 12.6049 7.67291 12.0051 7.85651 10.1459C7.94535 9.24627 8.13895 8.5723 8.69291 8.07075C9.35291 7.44701 9.89291 7.44701 11.7529 7.40503C13.3729 7.44701 13.5649 7.26709 13.7329 7.68692C13.8529 7.9868 13.4929 8.16672 13.0609 8.64652C12.1009 9.60613 11.5369 10.0859 11.4829 10.3858C11.0929 11.7053 12.6289 12.4849 13.4689 11.6453C13.7866 11.3278 15.2569 9.84603 15.4009 9.72608C15.5089 9.63011 15.7674 9.63475 15.8929 9.78605C16.0009 9.89211 16.0129 9.906 16.0009 10.3858C15.9898 10.8299 15.9948 11.4675 15.9961 12.1251C15.9979 12.9771 15.9529 13.9243 15.5929 14.4041C14.8729 15.4837 13.6729 15.5437 12.5929 15.5917C11.5729 15.6516 10.7329 15.5437 10.4689 15.7356C10.2529 15.8436 9.11291 17.0431 7.73291 18.4225L5.27291 20.8815C3.23291 22.5008 0.988911 19.9819 2.48891 18.1826Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-customize{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 17.5C21 19.433 19.433 21 17.5 21C15.567 21 14 19.433 14 17.5C14 15.567 15.567 14 17.5 14C19.433 14 21 15.567 21 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 14H6.5C4.567 14 3 15.567 3 17.5C3 19.433 4.567 21 6.5 21H17.5C19.433 21 21 19.433 21 17.5C21 15.567 19.433 14 17.5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 6.5C3 8.433 4.567 10 6.5 10C8.433 10 10 8.433 10 6.5C10 4.567 8.433 3 6.5 3C4.567 3 3 4.567 3 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 3H17.5C19.433 3 21 4.567 21 6.5C21 8.433 19.433 10 17.5 10H6.5C4.567 10 3 8.433 3 6.5C3 4.567 4.567 3 6.5 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 17.5C21 19.433 19.433 21 17.5 21C15.567 21 14 19.433 14 17.5C14 15.567 15.567 14 17.5 14C19.433 14 21 15.567 21 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 14H6.5C4.567 14 3 15.567 3 17.5C3 19.433 4.567 21 6.5 21H17.5C19.433 21 21 19.433 21 17.5C21 15.567 19.433 14 17.5 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M3 6.5C3 8.433 4.567 10 6.5 10C8.433 10 10 8.433 10 6.5C10 4.567 8.433 3 6.5 3C4.567 3 3 4.567 3 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.5 3H17.5C19.433 3 21 4.567 21 6.5C21 8.433 19.433 10 17.5 10H6.5C4.567 10 3 8.433 3 6.5C3 4.567 4.567 3 6.5 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-installing-updates-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 10.75C15 12.4069 13.6569 13.75 12 13.75C10.3431 13.75 9 12.4069 9 10.75C9 9.09315 10.3431 7.75 12 7.75C13.6569 7.75 15 9.09315 15 10.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.0684 6.49188L19.6381 5.74236C19.3127 5.17551 19.1499 4.89208 18.8731 4.77906C18.5962 4.66604 18.2831 4.75522 17.6569 4.93359L16.5931 5.23432C16.1933 5.32686 15.7738 5.27437 15.4087 5.08611L15.1151 4.91603C14.802 4.71479 14.5612 4.41808 14.4279 4.06931L14.1368 3.1966C13.9454 2.61908 13.8497 2.33033 13.6218 2.16516C13.3939 2 13.0913 2 12.4859 2H11.5141C10.9087 2 10.6061 2 10.3782 2.16516C10.1503 2.33033 10.0546 2.61908 9.8632 3.1966L9.57206 4.06931C9.43878 4.41808 9.198 4.71479 8.88495 4.91603L8.59126 5.08611C8.2262 5.27437 7.80673 5.32686 7.40693 5.23432L6.34313 4.93359C5.71689 4.75522 5.40377 4.66604 5.12691 4.77906C4.85005 4.89208 4.68734 5.17551 4.3619 5.74236L3.93159 6.49188C3.62655 7.02323 3.47402 7.2889 3.50362 7.57172C3.53323 7.85453 3.73741 8.08244 4.14579 8.53827L5.04464 9.54689C5.26433 9.82603 5.4203 10.3125 5.4203 10.7499C5.4203 11.1875 5.26438 11.6738 5.04467 11.953L4.14579 12.9617C3.73742 13.4175 3.53323 13.6454 3.50363 13.9282C3.47402 14.211 3.62655 14.4767 3.9316 15.008L4.36189 15.7575C4.68732 16.3244 4.85005 16.6078 5.12691 16.7209C5.40378 16.8339 5.7169 16.7447 6.34315 16.5663L7.40689 16.2656C7.80677 16.173 8.22631 16.2255 8.59142 16.4139L8.88506 16.584C9.19804 16.7852 9.43878 17.0819 9.57204 17.4306L9.8632 18.3034C10.0546 18.8809 10.1503 19.1697 10.3782 19.3348C10.6061 19.5 10.9087 19.5 11.5141 19.5H12.4859C13.0913 19.5 13.3939 19.5 13.6218 19.3348C13.8497 19.1697 13.9454 18.8809 14.1368 18.3034L14.428 17.4306C14.5612 17.0819 14.802 16.7852 15.1149 16.584L15.4086 16.4139C15.7737 16.2255 16.1932 16.173 16.5931 16.2656L17.6569 16.5663C18.2831 16.7447 18.5962 16.8339 18.8731 16.7209C19.15 16.6078 19.3127 16.3244 19.6381 15.7575L20.0684 15.008C20.3735 14.4767 20.526 14.211 20.4964 13.9282C20.4668 13.6454 20.2626 13.4175 19.8542 12.9617L18.9553 11.953C18.7356 11.6738 18.5797 11.1875 18.5797 10.7499C18.5797 10.3125 18.7357 9.82603 18.9554 9.54689L19.8542 8.53827C20.2626 8.08244 20.4668 7.85453 20.4964 7.57172C20.526 7.2889 20.3735 7.02323 20.0684 6.49188Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 18C22 18.93 22 19.395 21.8978 19.7765C21.6204 20.8117 20.8117 21.6204 19.7765 21.8978C19.395 22 18.93 22 18 22H6C5.07003 22 4.60504 22 4.22354 21.8978C3.18827 21.6204 2.37962 20.8117 2.10222 19.7765C2 19.395 2 18.93 2 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 10.75C15 12.4069 13.6569 13.75 12 13.75C10.3431 13.75 9 12.4069 9 10.75C9 9.09315 10.3431 7.75 12 7.75C13.6569 7.75 15 9.09315 15 10.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.0684 6.49188L19.6381 5.74236C19.3127 5.17551 19.1499 4.89208 18.8731 4.77906C18.5962 4.66604 18.2831 4.75522 17.6569 4.93359L16.5931 5.23432C16.1933 5.32686 15.7738 5.27437 15.4087 5.08611L15.1151 4.91603C14.802 4.71479 14.5612 4.41808 14.4279 4.06931L14.1368 3.1966C13.9454 2.61908 13.8497 2.33033 13.6218 2.16516C13.3939 2 13.0913 2 12.4859 2H11.5141C10.9087 2 10.6061 2 10.3782 2.16516C10.1503 2.33033 10.0546 2.61908 9.8632 3.1966L9.57206 4.06931C9.43878 4.41808 9.198 4.71479 8.88495 4.91603L8.59126 5.08611C8.2262 5.27437 7.80673 5.32686 7.40693 5.23432L6.34313 4.93359C5.71689 4.75522 5.40377 4.66604 5.12691 4.77906C4.85005 4.89208 4.68734 5.17551 4.3619 5.74236L3.93159 6.49188C3.62655 7.02323 3.47402 7.2889 3.50362 7.57172C3.53323 7.85453 3.73741 8.08244 4.14579 8.53827L5.04464 9.54689C5.26433 9.82603 5.4203 10.3125 5.4203 10.7499C5.4203 11.1875 5.26438 11.6738 5.04467 11.953L4.14579 12.9617C3.73742 13.4175 3.53323 13.6454 3.50363 13.9282C3.47402 14.211 3.62655 14.4767 3.9316 15.008L4.36189 15.7575C4.68732 16.3244 4.85005 16.6078 5.12691 16.7209C5.40378 16.8339 5.7169 16.7447 6.34315 16.5663L7.40689 16.2656C7.80677 16.173 8.22631 16.2255 8.59142 16.4139L8.88506 16.584C9.19804 16.7852 9.43878 17.0819 9.57204 17.4306L9.8632 18.3034C10.0546 18.8809 10.1503 19.1697 10.3782 19.3348C10.6061 19.5 10.9087 19.5 11.5141 19.5H12.4859C13.0913 19.5 13.3939 19.5 13.6218 19.3348C13.8497 19.1697 13.9454 18.8809 14.1368 18.3034L14.428 17.4306C14.5612 17.0819 14.802 16.7852 15.1149 16.584L15.4086 16.4139C15.7737 16.2255 16.1932 16.173 16.5931 16.2656L17.6569 16.5663C18.2831 16.7447 18.5962 16.8339 18.8731 16.7209C19.15 16.6078 19.3127 16.3244 19.6381 15.7575L20.0684 15.008C20.3735 14.4767 20.526 14.211 20.4964 13.9282C20.4668 13.6454 20.2626 13.4175 19.8542 12.9617L18.9553 11.953C18.7356 11.6738 18.5797 11.1875 18.5797 10.7499C18.5797 10.3125 18.7357 9.82603 18.9554 9.54689L19.8542 8.53827C20.2626 8.08244 20.4668 7.85453 20.4964 7.57172C20.526 7.2889 20.3735 7.02323 20.0684 6.49188Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 18C22 18.93 22 19.395 21.8978 19.7765C21.6204 20.8117 20.8117 21.6204 19.7765 21.8978C19.395 22 18.93 22 18 22H6C5.07003 22 4.60504 22 4.22354 21.8978C3.18827 21.6204 2.37962 20.8117 2.10222 19.7765C2 19.395 2 18.93 2 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-installing-updates-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 10.5C15 12.1569 13.6569 13.5 12 13.5C10.3431 13.5 9 12.1569 9 10.5C9 8.84315 10.3431 7.5 12 7.5C13.6569 7.5 15 8.84315 15 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.0135 12.4033C20.5394 12.2452 20.8024 12.1661 20.9012 12.0333C21 11.9005 21 11.6869 21 11.2598V9.74026C21 9.31314 21 9.09958 20.9012 8.96675C20.8024 8.83391 20.5394 8.75489 20.0135 8.59685C18.3506 8.09719 17.3091 6.37249 17.6827 4.70382C17.8059 4.15339 17.8675 3.87817 17.8004 3.72712C17.7332 3.57607 17.5457 3.47025 17.1708 3.2586L15.7951 2.48211C15.4293 2.27562 15.2464 2.17238 15.0838 2.19187C14.9212 2.21135 14.7244 2.39553 14.3308 2.7639C13.0349 3.97689 10.9665 3.97684 9.67058 2.76382C9.27705 2.39545 9.08028 2.21127 8.91765 2.19178C8.75503 2.17229 8.57212 2.27554 8.2063 2.48202L6.83064 3.25851C6.4557 3.47015 6.26823 3.57596 6.20108 3.72699C6.13392 3.87802 6.1955 4.15326 6.31867 4.70375C6.69204 6.37248 5.64975 8.09724 3.98655 8.59687C3.46058 8.75487 3.1976 8.83387 3.0988 8.96671C3 9.09955 3 9.31312 3 9.74026V11.2598C3 11.6869 3 11.9005 3.09879 12.0333C3.19758 12.1662 3.46057 12.2452 3.98655 12.4032C5.64944 12.9029 6.69091 14.6276 6.31731 16.2963C6.19408 16.8467 6.13246 17.1219 6.19961 17.273C6.26677 17.424 6.45425 17.5298 6.82921 17.7415L8.20487 18.518C8.57072 18.7245 8.75364 18.8277 8.91629 18.8082C9.07893 18.7887 9.27566 18.6045 9.66911 18.2361C10.9657 17.0221 13.0357 17.022 14.3323 18.2361C14.7258 18.6044 14.9225 18.7886 15.0851 18.8081C15.2478 18.8276 15.4307 18.7244 15.7965 18.5179L17.1722 17.7414C17.5472 17.5297 17.7347 17.4239 17.8018 17.2728C17.869 17.1218 17.8073 16.8466 17.684 16.2962C17.3102 14.6276 18.3509 12.9029 20.0135 12.4033Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 18C22 18.93 22 19.395 21.8978 19.7765C21.6204 20.8117 20.8117 21.6204 19.7765 21.8978C19.395 22 18.93 22 18 22H6C5.07003 22 4.60504 22 4.22354 21.8978C3.18827 21.6204 2.37962 20.8117 2.10222 19.7765C2 19.395 2 18.93 2 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 10.5C15 12.1569 13.6569 13.5 12 13.5C10.3431 13.5 9 12.1569 9 10.5C9 8.84315 10.3431 7.5 12 7.5C13.6569 7.5 15 8.84315 15 10.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.0135 12.4033C20.5394 12.2452 20.8024 12.1661 20.9012 12.0333C21 11.9005 21 11.6869 21 11.2598V9.74026C21 9.31314 21 9.09958 20.9012 8.96675C20.8024 8.83391 20.5394 8.75489 20.0135 8.59685C18.3506 8.09719 17.3091 6.37249 17.6827 4.70382C17.8059 4.15339 17.8675 3.87817 17.8004 3.72712C17.7332 3.57607 17.5457 3.47025 17.1708 3.2586L15.7951 2.48211C15.4293 2.27562 15.2464 2.17238 15.0838 2.19187C14.9212 2.21135 14.7244 2.39553 14.3308 2.7639C13.0349 3.97689 10.9665 3.97684 9.67058 2.76382C9.27705 2.39545 9.08028 2.21127 8.91765 2.19178C8.75503 2.17229 8.57212 2.27554 8.2063 2.48202L6.83064 3.25851C6.4557 3.47015 6.26823 3.57596 6.20108 3.72699C6.13392 3.87802 6.1955 4.15326 6.31867 4.70375C6.69204 6.37248 5.64975 8.09724 3.98655 8.59687C3.46058 8.75487 3.1976 8.83387 3.0988 8.96671C3 9.09955 3 9.31312 3 9.74026V11.2598C3 11.6869 3 11.9005 3.09879 12.0333C3.19758 12.1662 3.46057 12.2452 3.98655 12.4032C5.64944 12.9029 6.69091 14.6276 6.31731 16.2963C6.19408 16.8467 6.13246 17.1219 6.19961 17.273C6.26677 17.424 6.45425 17.5298 6.82921 17.7415L8.20487 18.518C8.57072 18.7245 8.75364 18.8277 8.91629 18.8082C9.07893 18.7887 9.27566 18.6045 9.66911 18.2361C10.9657 17.0221 13.0357 17.022 14.3323 18.2361C14.7258 18.6044 14.9225 18.7886 15.0851 18.8081C15.2478 18.8276 15.4307 18.7244 15.7965 18.5179L17.1722 17.7414C17.5472 17.5297 17.7347 17.4239 17.8018 17.2728C17.869 17.1218 17.8073 16.8466 17.684 16.2962C17.3102 14.6276 18.3509 12.9029 20.0135 12.4033Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 18C22 18.93 22 19.395 21.8978 19.7765C21.6204 20.8117 20.8117 21.6204 19.7765 21.8978C19.395 22 18.93 22 18 22H6C5.07003 22 4.60504 22 4.22354 21.8978C3.18827 21.6204 2.37962 20.8117 2.10222 19.7765C2 19.395 2 18.93 2 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-list-setting{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 19.8571V21M16.5 19.8571C15.4878 19.8571 14.5961 19.3521 14.073 18.5852M16.5 19.8571C17.5122 19.8571 18.4039 19.3521 18.927 18.5852M16.5 14.1429C17.5123 14.1429 18.4041 14.648 18.9271 15.415M16.5 14.1429C15.4877 14.1429 14.5959 14.648 14.0729 15.415M16.5 14.1429V13M20 14.7143L18.9271 15.415M13.0004 19.2857L14.073 18.5852M13 14.7143L14.0729 15.415M19.9996 19.2857L18.927 18.5852M18.9271 15.415C19.2364 15.8685 19.4167 16.4136 19.4167 17C19.4167 17.5864 19.2363 18.1316 18.927 18.5852M14.0729 15.415C13.7636 15.8685 13.5833 16.4136 13.5833 17C13.5833 17.5864 13.7637 18.1316 14.073 18.5852%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 3H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 19.8571V21M16.5 19.8571C15.4878 19.8571 14.5961 19.3521 14.073 18.5852M16.5 19.8571C17.5122 19.8571 18.4039 19.3521 18.927 18.5852M16.5 14.1429C17.5123 14.1429 18.4041 14.648 18.9271 15.415M16.5 14.1429C15.4877 14.1429 14.5959 14.648 14.0729 15.415M16.5 14.1429V13M20 14.7143L18.9271 15.415M13.0004 19.2857L14.073 18.5852M13 14.7143L14.0729 15.415M19.9996 19.2857L18.927 18.5852M18.9271 15.415C19.2364 15.8685 19.4167 16.4136 19.4167 17C19.4167 17.5864 19.2363 18.1316 18.927 18.5852M14.0729 15.415C13.7636 15.8685 13.5833 16.4136 13.5833 17C13.5833 17.5864 13.7637 18.1316 14.073 18.5852%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 3H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 15H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-more{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 6.5C15.5 8.433 13.933 10 12 10C10.067 10 8.5 8.433 8.5 6.5C8.5 4.567 10.067 3 12 3C13.933 3 15.5 4.567 15.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 17.5C22 19.433 20.433 21 18.5 21C16.567 21 15 19.433 15 17.5C15 15.567 16.567 14 18.5 14C20.433 14 22 15.567 22 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 17.5C9 19.433 7.433 21 5.5 21C3.567 21 2 19.433 2 17.5C2 15.567 3.567 14 5.5 14C7.433 14 9 15.567 9 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 6.5C15.5 8.433 13.933 10 12 10C10.067 10 8.5 8.433 8.5 6.5C8.5 4.567 10.067 3 12 3C13.933 3 15.5 4.567 15.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 17.5C22 19.433 20.433 21 18.5 21C16.567 21 15 19.433 15 17.5C15 15.567 16.567 14 18.5 14C20.433 14 22 15.567 22 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 17.5C9 19.433 7.433 21 5.5 21C3.567 21 2 19.433 2 17.5C2 15.567 3.567 14 5.5 14C7.433 14 9 15.567 9 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-setting-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.3175 7.14139L20.8239 6.28479C20.4506 5.63696 20.264 5.31305 19.9464 5.18388C19.6288 5.05472 19.2696 5.15664 18.5513 5.36048L17.3311 5.70418C16.8725 5.80994 16.3913 5.74994 15.9726 5.53479L15.6357 5.34042C15.2766 5.11043 15.0004 4.77133 14.8475 4.37274L14.5136 3.37536C14.294 2.71534 14.1842 2.38533 13.9228 2.19657C13.6615 2.00781 13.3143 2.00781 12.6199 2.00781H11.5051C10.8108 2.00781 10.4636 2.00781 10.2022 2.19657C9.94085 2.38533 9.83106 2.71534 9.61149 3.37536L9.27753 4.37274C9.12465 4.77133 8.84845 5.11043 8.48937 5.34042L8.15249 5.53479C7.73374 5.74994 7.25259 5.80994 6.79398 5.70418L5.57375 5.36048C4.85541 5.15664 4.49625 5.05472 4.17867 5.18388C3.86109 5.31305 3.67445 5.63696 3.30115 6.28479L2.80757 7.14139C2.45766 7.74864 2.2827 8.05227 2.31666 8.37549C2.35061 8.69871 2.58483 8.95918 3.05326 9.48012L4.0843 10.6328C4.3363 10.9518 4.51521 11.5078 4.51521 12.0077C4.51521 12.5078 4.33636 13.0636 4.08433 13.3827L3.05326 14.5354C2.58483 15.0564 2.35062 15.3168 2.31666 15.6401C2.2827 15.9633 2.45766 16.2669 2.80757 16.8741L3.30114 17.7307C3.67443 18.3785 3.86109 18.7025 4.17867 18.8316C4.49625 18.9608 4.85542 18.8589 5.57377 18.655L6.79394 18.3113C7.25263 18.2055 7.73387 18.2656 8.15267 18.4808L8.4895 18.6752C8.84851 18.9052 9.12464 19.2442 9.2775 19.6428L9.61149 20.6403C9.83106 21.3003 9.94085 21.6303 10.2022 21.8191C10.4636 22.0078 10.8108 22.0078 11.5051 22.0078H12.6199C13.3143 22.0078 13.6615 22.0078 13.9228 21.8191C14.1842 21.6303 14.294 21.3003 14.5136 20.6403L14.8476 19.6428C15.0004 19.2442 15.2765 18.9052 15.6356 18.6752L15.9724 18.4808C16.3912 18.2656 16.8724 18.2055 17.3311 18.3113L18.5513 18.655C19.2696 18.8589 19.6288 18.9608 19.9464 18.8316C20.264 18.7025 20.4506 18.3785 20.8239 17.7307L21.3175 16.8741C21.6674 16.2669 21.8423 15.9633 21.8084 15.6401C21.7744 15.3168 21.5402 15.0564 21.0718 14.5354L20.0407 13.3827C19.7887 13.0636 19.6098 12.5078 19.6098 12.0077C19.6098 11.5078 19.7888 10.9518 20.0407 10.6328L21.0718 9.48012C21.5402 8.95918 21.7744 8.69871 21.8084 8.37549C21.8423 8.05227 21.6674 7.74864 21.3175 7.14139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5195 12C15.5195 13.933 13.9525 15.5 12.0195 15.5C10.0865 15.5 8.51953 13.933 8.51953 12C8.51953 10.067 10.0865 8.5 12.0195 8.5C13.9525 8.5 15.5195 10.067 15.5195 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.3175 7.14139L20.8239 6.28479C20.4506 5.63696 20.264 5.31305 19.9464 5.18388C19.6288 5.05472 19.2696 5.15664 18.5513 5.36048L17.3311 5.70418C16.8725 5.80994 16.3913 5.74994 15.9726 5.53479L15.6357 5.34042C15.2766 5.11043 15.0004 4.77133 14.8475 4.37274L14.5136 3.37536C14.294 2.71534 14.1842 2.38533 13.9228 2.19657C13.6615 2.00781 13.3143 2.00781 12.6199 2.00781H11.5051C10.8108 2.00781 10.4636 2.00781 10.2022 2.19657C9.94085 2.38533 9.83106 2.71534 9.61149 3.37536L9.27753 4.37274C9.12465 4.77133 8.84845 5.11043 8.48937 5.34042L8.15249 5.53479C7.73374 5.74994 7.25259 5.80994 6.79398 5.70418L5.57375 5.36048C4.85541 5.15664 4.49625 5.05472 4.17867 5.18388C3.86109 5.31305 3.67445 5.63696 3.30115 6.28479L2.80757 7.14139C2.45766 7.74864 2.2827 8.05227 2.31666 8.37549C2.35061 8.69871 2.58483 8.95918 3.05326 9.48012L4.0843 10.6328C4.3363 10.9518 4.51521 11.5078 4.51521 12.0077C4.51521 12.5078 4.33636 13.0636 4.08433 13.3827L3.05326 14.5354C2.58483 15.0564 2.35062 15.3168 2.31666 15.6401C2.2827 15.9633 2.45766 16.2669 2.80757 16.8741L3.30114 17.7307C3.67443 18.3785 3.86109 18.7025 4.17867 18.8316C4.49625 18.9608 4.85542 18.8589 5.57377 18.655L6.79394 18.3113C7.25263 18.2055 7.73387 18.2656 8.15267 18.4808L8.4895 18.6752C8.84851 18.9052 9.12464 19.2442 9.2775 19.6428L9.61149 20.6403C9.83106 21.3003 9.94085 21.6303 10.2022 21.8191C10.4636 22.0078 10.8108 22.0078 11.5051 22.0078H12.6199C13.3143 22.0078 13.6615 22.0078 13.9228 21.8191C14.1842 21.6303 14.294 21.3003 14.5136 20.6403L14.8476 19.6428C15.0004 19.2442 15.2765 18.9052 15.6356 18.6752L15.9724 18.4808C16.3912 18.2656 16.8724 18.2055 17.3311 18.3113L18.5513 18.655C19.2696 18.8589 19.6288 18.9608 19.9464 18.8316C20.264 18.7025 20.4506 18.3785 20.8239 17.7307L21.3175 16.8741C21.6674 16.2669 21.8423 15.9633 21.8084 15.6401C21.7744 15.3168 21.5402 15.0564 21.0718 14.5354L20.0407 13.3827C19.7887 13.0636 19.6098 12.5078 19.6098 12.0077C19.6098 11.5078 19.7888 10.9518 20.0407 10.6328L21.0718 9.48012C21.5402 8.95918 21.7744 8.69871 21.8084 8.37549C21.8423 8.05227 21.6674 7.74864 21.3175 7.14139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5195 12C15.5195 13.933 13.9525 15.5 12.0195 15.5C10.0865 15.5 8.51953 13.933 8.51953 12C8.51953 10.067 10.0865 8.5 12.0195 8.5C13.9525 8.5 15.5195 10.067 15.5195 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-setting-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5C13.933 8.5 15.5 10.067 15.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.011 14.0965C21.5329 13.9558 21.7939 13.8854 21.8969 13.7508C22 13.6163 22 13.3998 22 12.9669V11.0332C22 10.6003 22 10.3838 21.8969 10.2493C21.7938 10.1147 21.5329 10.0443 21.011 9.90358C19.0606 9.37759 17.8399 7.33851 18.3433 5.40087C18.4817 4.86799 18.5509 4.60156 18.4848 4.44529C18.4187 4.28902 18.2291 4.18134 17.8497 3.96596L16.125 2.98673C15.7528 2.77539 15.5667 2.66972 15.3997 2.69222C15.2326 2.71472 15.0442 2.90273 14.6672 3.27873C13.208 4.73448 10.7936 4.73442 9.33434 3.27864C8.95743 2.90263 8.76898 2.71463 8.60193 2.69212C8.43489 2.66962 8.24877 2.77529 7.87653 2.98663L6.15184 3.96587C5.77253 4.18123 5.58287 4.28891 5.51678 4.44515C5.45068 4.6014 5.51987 4.86787 5.65825 5.4008C6.16137 7.3385 4.93972 9.37763 2.98902 9.9036C2.46712 10.0443 2.20617 10.1147 2.10308 10.2492C2 10.3838 2 10.6003 2 11.0332V12.9669C2 13.3998 2 13.6163 2.10308 13.7508C2.20615 13.8854 2.46711 13.9558 2.98902 14.0965C4.9394 14.6225 6.16008 16.6616 5.65672 18.5992C5.51829 19.1321 5.44907 19.3985 5.51516 19.5548C5.58126 19.7111 5.77092 19.8188 6.15025 20.0341L7.87495 21.0134C8.24721 21.2247 8.43334 21.3304 8.6004 21.3079C8.76746 21.2854 8.95588 21.0973 9.33271 20.7213C10.7927 19.2644 13.2088 19.2643 14.6689 20.7212C15.0457 21.0973 15.2341 21.2853 15.4012 21.3078C15.5682 21.3303 15.7544 21.2246 16.1266 21.0133L17.8513 20.034C18.2307 19.8187 18.4204 19.711 18.4864 19.5547C18.5525 19.3984 18.4833 19.132 18.3448 18.5991C17.8412 16.6616 19.0609 14.6226 21.011 14.0965Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5C13.933 8.5 15.5 10.067 15.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.011 14.0965C21.5329 13.9558 21.7939 13.8854 21.8969 13.7508C22 13.6163 22 13.3998 22 12.9669V11.0332C22 10.6003 22 10.3838 21.8969 10.2493C21.7938 10.1147 21.5329 10.0443 21.011 9.90358C19.0606 9.37759 17.8399 7.33851 18.3433 5.40087C18.4817 4.86799 18.5509 4.60156 18.4848 4.44529C18.4187 4.28902 18.2291 4.18134 17.8497 3.96596L16.125 2.98673C15.7528 2.77539 15.5667 2.66972 15.3997 2.69222C15.2326 2.71472 15.0442 2.90273 14.6672 3.27873C13.208 4.73448 10.7936 4.73442 9.33434 3.27864C8.95743 2.90263 8.76898 2.71463 8.60193 2.69212C8.43489 2.66962 8.24877 2.77529 7.87653 2.98663L6.15184 3.96587C5.77253 4.18123 5.58287 4.28891 5.51678 4.44515C5.45068 4.6014 5.51987 4.86787 5.65825 5.4008C6.16137 7.3385 4.93972 9.37763 2.98902 9.9036C2.46712 10.0443 2.20617 10.1147 2.10308 10.2492C2 10.3838 2 10.6003 2 11.0332V12.9669C2 13.3998 2 13.6163 2.10308 13.7508C2.20615 13.8854 2.46711 13.9558 2.98902 14.0965C4.9394 14.6225 6.16008 16.6616 5.65672 18.5992C5.51829 19.1321 5.44907 19.3985 5.51516 19.5548C5.58126 19.7111 5.77092 19.8188 6.15025 20.0341L7.87495 21.0134C8.24721 21.2247 8.43334 21.3304 8.6004 21.3079C8.76746 21.2854 8.95588 21.0973 9.33271 20.7213C10.7927 19.2644 13.2088 19.2643 14.6689 20.7212C15.0457 21.0973 15.2341 21.2853 15.4012 21.3078C15.5682 21.3303 15.7544 21.2246 16.1266 21.0133L17.8513 20.034C18.2307 19.8187 18.4204 19.711 18.4864 19.5547C18.5525 19.3984 18.4833 19.132 18.3448 18.5991C17.8412 16.6616 19.0609 14.6226 21.011 14.0965Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-setting-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5C13.933 8.5 15.5 10.067 15.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.7906 9.15201C21.5969 10.5418 22 11.2366 22 12C22 12.7634 21.5969 13.4582 20.7906 14.848L18.8669 18.1638C18.0638 19.548 17.6623 20.2402 17.0019 20.6201C16.3416 21 15.5402 21 13.9373 21L10.0627 21C8.45982 21 7.6584 21 6.99807 20.6201C6.33774 20.2402 5.93619 19.548 5.13311 18.1638L3.20942 14.848C2.40314 13.4582 2 12.7634 2 12C2 11.2366 2.40314 10.5418 3.20942 9.152L5.13311 5.83621C5.93619 4.45196 6.33774 3.75984 6.99807 3.37992C7.6584 3 8.45982 3 10.0627 3L13.9373 3C15.5402 3 16.3416 3 17.0019 3.37992C17.6623 3.75984 18.0638 4.45197 18.8669 5.83622L20.7906 9.15201Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5C13.933 8.5 15.5 10.067 15.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.7906 9.15201C21.5969 10.5418 22 11.2366 22 12C22 12.7634 21.5969 13.4582 20.7906 14.848L18.8669 18.1638C18.0638 19.548 17.6623 20.2402 17.0019 20.6201C16.3416 21 15.5402 21 13.9373 21L10.0627 21C8.45982 21 7.6584 21 6.99807 20.6201C6.33774 20.2402 5.93619 19.548 5.13311 18.1638L3.20942 14.848C2.40314 13.4582 2 12.7634 2 12C2 11.2366 2.40314 10.5418 3.20942 9.152L5.13311 5.83621C5.93619 4.45196 6.33774 3.75984 6.99807 3.37992C7.6584 3 8.45982 3 10.0627 3L13.9373 3C15.5402 3 16.3416 3 17.0019 3.37992C17.6623 3.75984 18.0638 4.45197 18.8669 5.83622L20.7906 9.15201Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-setting-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 15.5C10 16.3284 9.32843 17 8.5 17C7.67157 17 7 16.3284 7 15.5C7 14.6716 7.67157 14 8.5 14C9.32843 14 10 14.6716 10 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 8.5C17 7.67157 16.3284 7 15.5 7C14.6716 7 14 7.67157 14 8.5C14 9.32843 14.6716 10 15.5 10C16.3284 10 17 9.32843 17 8.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 14V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 10V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 15.5C10 16.3284 9.32843 17 8.5 17C7.67157 17 7 16.3284 7 15.5C7 14.6716 7.67157 14 8.5 14C9.32843 14 10 14.6716 10 15.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 8.5C17 7.67157 16.3284 7 15.5 7C14.6716 7 14 7.67157 14 8.5C14 9.32843 14.6716 10 15.5 10C16.3284 10 17 9.32843 17 8.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 14V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 10V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-setting-05{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 10C7.67157 10 7 9.32843 7 8.5C7 7.67157 7.67157 7 8.5 7C9.32843 7 10 7.67157 10 8.5C10 9.32843 9.32843 10 8.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 17C16.3284 17 17 16.3284 17 15.5C17 14.6716 16.3284 14 15.5 14C14.6716 14 14 14.6716 14 15.5C14 16.3284 14.6716 17 15.5 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 8.5L17 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 15.5L7 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 10C7.67157 10 7 9.32843 7 8.5C7 7.67157 7.67157 7 8.5 7C9.32843 7 10 7.67157 10 8.5C10 9.32843 9.32843 10 8.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 17C16.3284 17 17 16.3284 17 15.5C17 14.6716 16.3284 14 15.5 14C14.6716 14 14 14.6716 14 15.5C14 16.3284 14.6716 17 15.5 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 8.5L17 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 15.5L7 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-setting-06{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.7906 9.15201C21.5969 10.5418 22 11.2366 22 12C22 12.7634 21.5969 13.4582 20.7906 14.848L18.8669 18.1638C18.0638 19.548 17.6623 20.2402 17.0019 20.6201C16.3416 21 15.5402 21 13.9373 21L10.0627 21C8.45982 21 7.6584 21 6.99807 20.6201C6.33774 20.2402 5.93619 19.548 5.13311 18.1638L3.20942 14.848C2.40314 13.4582 2 12.7634 2 12C2 11.2366 2.40314 10.5418 3.20942 9.152L5.13311 5.83621C5.93619 4.45196 6.33774 3.75984 6.99807 3.37992C7.6584 3 8.45982 3 10.0627 3L13.9373 3C15.5402 3 16.3416 3 17.0019 3.37992C17.6623 3.75984 18.0638 4.45197 18.8669 5.83622L20.7906 9.15201Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 8L15 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.7906 9.15201C21.5969 10.5418 22 11.2366 22 12C22 12.7634 21.5969 13.4582 20.7906 14.848L18.8669 18.1638C18.0638 19.548 17.6623 20.2402 17.0019 20.6201C16.3416 21 15.5402 21 13.9373 21L10.0627 21C8.45982 21 7.6584 21 6.99807 20.6201C6.33774 20.2402 5.93619 19.548 5.13311 18.1638L3.20942 14.848C2.40314 13.4582 2 12.7634 2 12C2 11.2366 2.40314 10.5418 3.20942 9.152L5.13311 5.83621C5.93619 4.45196 6.33774 3.75984 6.99807 3.37992C7.6584 3 8.45982 3 10.0627 3L13.9373 3C15.5402 3 16.3416 3 17.0019 3.37992C17.6623 3.75984 18.0638 4.45197 18.8669 5.83622L20.7906 9.15201Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 8L15 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-setting-07{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.3083 4.38394C15.7173 4.38394 15.4217 4.38394 15.1525 4.28405C15.1151 4.27017 15.0783 4.25491 15.042 4.23828C14.781 4.11855 14.5721 3.90959 14.1541 3.49167C13.1922 2.52977 12.7113 2.04882 12.1195 2.00447C12.04 1.99851 11.96 1.99851 11.8805 2.00447C11.2887 2.04882 10.8077 2.52977 9.84585 3.49166C9.42793 3.90959 9.21897 4.11855 8.95797 4.23828C8.92172 4.25491 8.88486 4.27017 8.84747 4.28405C8.57825 4.38394 8.28273 4.38394 7.69171 4.38394H7.58269C6.07478 4.38394 5.32083 4.38394 4.85239 4.85239C4.38394 5.32083 4.38394 6.07478 4.38394 7.58269V7.69171C4.38394 8.28273 4.38394 8.57825 4.28405 8.84747C4.27017 8.88486 4.25491 8.92172 4.23828 8.95797C4.11855 9.21897 3.90959 9.42793 3.49166 9.84585C2.52977 10.8077 2.04882 11.2887 2.00447 11.8805C1.99851 11.96 1.99851 12.04 2.00447 12.1195C2.04882 12.7113 2.52977 13.1922 3.49166 14.1541C3.90959 14.5721 4.11855 14.781 4.23828 15.042C4.25491 15.0783 4.27017 15.1151 4.28405 15.1525C4.38394 15.4217 4.38394 15.7173 4.38394 16.3083V16.4173C4.38394 17.9252 4.38394 18.6792 4.85239 19.1476C5.32083 19.6161 6.07478 19.6161 7.58269 19.6161H7.69171C8.28273 19.6161 8.57825 19.6161 8.84747 19.7159C8.88486 19.7298 8.92172 19.7451 8.95797 19.7617C9.21897 19.8815 9.42793 20.0904 9.84585 20.5083C10.8077 21.4702 11.2887 21.9512 11.8805 21.9955C11.96 22.0015 12.04 22.0015 12.1195 21.9955C12.7113 21.9512 13.1922 21.4702 14.1541 20.5083C14.5721 20.0904 14.781 19.8815 15.042 19.7617C15.0783 19.7451 15.1151 19.7298 15.1525 19.7159C15.4217 19.6161 15.7173 19.6161 16.3083 19.6161H16.4173C17.9252 19.6161 18.6792 19.6161 19.1476 19.1476C19.6161 18.6792 19.6161 17.9252 19.6161 16.4173V16.3083C19.6161 15.7173 19.6161 15.4217 19.7159 15.1525C19.7298 15.1151 19.7451 15.0783 19.7617 15.042C19.8815 14.781 20.0904 14.5721 20.5083 14.1541C21.4702 13.1922 21.9512 12.7113 21.9955 12.1195C22.0015 12.04 22.0015 11.96 21.9955 11.8805C21.9512 11.2887 21.4702 10.8077 20.5083 9.84585C20.0904 9.42793 19.8815 9.21897 19.7617 8.95797C19.7451 8.92172 19.7298 8.88486 19.7159 8.84747C19.6161 8.57825 19.6161 8.28273 19.6161 7.69171V7.58269C19.6161 6.07478 19.6161 5.32083 19.1476 4.85239C18.6792 4.38394 17.9252 4.38394 16.4173 4.38394H16.3083Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5C13.933 8.5 15.5 10.067 15.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.3083 4.38394C15.7173 4.38394 15.4217 4.38394 15.1525 4.28405C15.1151 4.27017 15.0783 4.25491 15.042 4.23828C14.781 4.11855 14.5721 3.90959 14.1541 3.49167C13.1922 2.52977 12.7113 2.04882 12.1195 2.00447C12.04 1.99851 11.96 1.99851 11.8805 2.00447C11.2887 2.04882 10.8077 2.52977 9.84585 3.49166C9.42793 3.90959 9.21897 4.11855 8.95797 4.23828C8.92172 4.25491 8.88486 4.27017 8.84747 4.28405C8.57825 4.38394 8.28273 4.38394 7.69171 4.38394H7.58269C6.07478 4.38394 5.32083 4.38394 4.85239 4.85239C4.38394 5.32083 4.38394 6.07478 4.38394 7.58269V7.69171C4.38394 8.28273 4.38394 8.57825 4.28405 8.84747C4.27017 8.88486 4.25491 8.92172 4.23828 8.95797C4.11855 9.21897 3.90959 9.42793 3.49166 9.84585C2.52977 10.8077 2.04882 11.2887 2.00447 11.8805C1.99851 11.96 1.99851 12.04 2.00447 12.1195C2.04882 12.7113 2.52977 13.1922 3.49166 14.1541C3.90959 14.5721 4.11855 14.781 4.23828 15.042C4.25491 15.0783 4.27017 15.1151 4.28405 15.1525C4.38394 15.4217 4.38394 15.7173 4.38394 16.3083V16.4173C4.38394 17.9252 4.38394 18.6792 4.85239 19.1476C5.32083 19.6161 6.07478 19.6161 7.58269 19.6161H7.69171C8.28273 19.6161 8.57825 19.6161 8.84747 19.7159C8.88486 19.7298 8.92172 19.7451 8.95797 19.7617C9.21897 19.8815 9.42793 20.0904 9.84585 20.5083C10.8077 21.4702 11.2887 21.9512 11.8805 21.9955C11.96 22.0015 12.04 22.0015 12.1195 21.9955C12.7113 21.9512 13.1922 21.4702 14.1541 20.5083C14.5721 20.0904 14.781 19.8815 15.042 19.7617C15.0783 19.7451 15.1151 19.7298 15.1525 19.7159C15.4217 19.6161 15.7173 19.6161 16.3083 19.6161H16.4173C17.9252 19.6161 18.6792 19.6161 19.1476 19.1476C19.6161 18.6792 19.6161 17.9252 19.6161 16.4173V16.3083C19.6161 15.7173 19.6161 15.4217 19.7159 15.1525C19.7298 15.1151 19.7451 15.0783 19.7617 15.042C19.8815 14.781 20.0904 14.5721 20.5083 14.1541C21.4702 13.1922 21.9512 12.7113 21.9955 12.1195C22.0015 12.04 22.0015 11.96 21.9955 11.8805C21.9512 11.2887 21.4702 10.8077 20.5083 9.84585C20.0904 9.42793 19.8815 9.21897 19.7617 8.95797C19.7451 8.92172 19.7298 8.88486 19.7159 8.84747C19.6161 8.57825 19.6161 8.28273 19.6161 7.69171V7.58269C19.6161 6.07478 19.6161 5.32083 19.1476 4.85239C18.6792 4.38394 17.9252 4.38394 16.4173 4.38394H16.3083Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5C13.933 8.5 15.5 10.067 15.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-setting-done-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 17.5C15 17.5 15.5 17.5 16 18.5C16 18.5 17.5882 16 19 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.384 9.43749C13.7591 8.85581 12.9211 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 12.9211 8.85581 13.7591 9.43749 14.384%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.78 20.436C9.33442 19.9904 9.18844 19.8566 8.90573 19.7389C8.62149 19.6204 8.3257 19.6161 7.69171 19.6161C6.1838 19.6161 5.32083 19.6161 4.85239 19.1476C4.38394 18.6792 4.38394 17.8162 4.38394 16.3083C4.38394 15.6777 4.37981 15.3817 4.26299 15.0987C4.14573 14.8147 3.93965 14.6022 3.49166 14.1541C2.92759 13.59 2 12.8859 2 12C2 11.114 2.92756 10.4099 3.49166 9.84585C3.93756 9.39996 4.14378 9.18799 4.26137 8.90515C4.37951 8.62098 4.38394 8.32526 4.38394 7.69171C4.38394 6.1838 4.38394 5.32083 4.85239 4.85239C5.32083 4.38394 6.1838 4.38394 7.69171 4.38394C8.32091 4.38394 8.61661 4.38 8.89929 4.26379C9.18454 4.14652 9.39688 3.94064 9.84585 3.49166C10.4099 2.92756 11.2104 2 12 2C12.7896 2 13.59 2.92759 14.1541 3.49167C14.6029 3.94037 14.8155 4.14637 15.1001 4.26355C15.3827 4.37992 15.6787 4.38394 16.3083 4.38394C17.8162 4.38394 18.6792 4.38394 19.1476 4.85239C19.6161 5.32083 19.6161 6.1838 19.6161 7.69171C19.6161 8.32383 19.6202 8.6196 19.7378 8.9032C19.8555 9.18695 19.9891 9.3211 20.436 9.768%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 17.5C15 17.5 15.5 17.5 16 18.5C16 18.5 17.5882 16 19 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.384 9.43749C13.7591 8.85581 12.9211 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 12.9211 8.85581 13.7591 9.43749 14.384%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.78 20.436C9.33442 19.9904 9.18844 19.8566 8.90573 19.7389C8.62149 19.6204 8.3257 19.6161 7.69171 19.6161C6.1838 19.6161 5.32083 19.6161 4.85239 19.1476C4.38394 18.6792 4.38394 17.8162 4.38394 16.3083C4.38394 15.6777 4.37981 15.3817 4.26299 15.0987C4.14573 14.8147 3.93965 14.6022 3.49166 14.1541C2.92759 13.59 2 12.8859 2 12C2 11.114 2.92756 10.4099 3.49166 9.84585C3.93756 9.39996 4.14378 9.18799 4.26137 8.90515C4.37951 8.62098 4.38394 8.32526 4.38394 7.69171C4.38394 6.1838 4.38394 5.32083 4.85239 4.85239C5.32083 4.38394 6.1838 4.38394 7.69171 4.38394C8.32091 4.38394 8.61661 4.38 8.89929 4.26379C9.18454 4.14652 9.39688 3.94064 9.84585 3.49166C10.4099 2.92756 11.2104 2 12 2C12.7896 2 13.59 2.92759 14.1541 3.49167C14.6029 3.94037 14.8155 4.14637 15.1001 4.26355C15.3827 4.37992 15.6787 4.38394 16.3083 4.38394C17.8162 4.38394 18.6792 4.38394 19.1476 4.85239C19.6161 5.32083 19.6161 6.1838 19.6161 7.69171C19.6161 8.32383 19.6202 8.6196 19.7378 8.9032C19.8555 9.18695 19.9891 9.3211 20.436 9.768%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-setting-done-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 17.5C15 17.5 15.5 17.5 16 18.5C16 18.5 17.5882 16 19 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0287 9.24471C14.4228 8.20147 13.2933 7.5 12 7.5C10.067 7.5 8.5 9.067 8.5 11C8.5 12.0657 8.97625 13.0201 9.72753 13.662%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.984 10.74C21.96 10.2 21.5969 9.5418 20.7906 8.15201L18.8669 4.83622C18.0638 3.45197 17.6623 2.75984 17.0019 2.37992C16.3416 2 15.5402 2 13.9373 2H10.0627C8.45982 2 7.6584 2 6.99807 2.37992C6.33774 2.75984 5.93619 3.45196 5.13311 4.83621L3.20942 8.152C2.40314 9.5418 2 10.2366 2 11C2 11.7634 2.40314 12.4582 3.20942 13.848L5.13311 17.1638C5.93619 18.548 6.33774 19.2402 6.99807 19.6201C7.62 19.92 7.99712 20 9.6 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 17.5C15 17.5 15.5 17.5 16 18.5C16 18.5 17.5882 16 19 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0287 9.24471C14.4228 8.20147 13.2933 7.5 12 7.5C10.067 7.5 8.5 9.067 8.5 11C8.5 12.0657 8.97625 13.0201 9.72753 13.662%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.984 10.74C21.96 10.2 21.5969 9.5418 20.7906 8.15201L18.8669 4.83622C18.0638 3.45197 17.6623 2.75984 17.0019 2.37992C16.3416 2 15.5402 2 13.9373 2H10.0627C8.45982 2 7.6584 2 6.99807 2.37992C6.33774 2.75984 5.93619 3.45196 5.13311 4.83621L3.20942 8.152C2.40314 9.5418 2 10.2366 2 11C2 11.7634 2.40314 12.4582 3.20942 13.848L5.13311 17.1638C5.93619 18.548 6.33774 19.2402 6.99807 19.6201C7.62 19.92 7.99712 20 9.6 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-setting-error-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 15V17M17.009 19H17M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.384 9.43749C13.7591 8.85581 12.9211 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 12.9211 8.85581 13.7591 9.43749 14.384%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.78 20.436C9.33442 19.9904 9.18844 19.8566 8.90573 19.7389C8.62149 19.6204 8.3257 19.6161 7.69171 19.6161C6.1838 19.6161 5.32083 19.6161 4.85239 19.1476C4.38394 18.6792 4.38394 17.8162 4.38394 16.3083C4.38394 15.6777 4.37981 15.3817 4.26299 15.0987C4.14573 14.8147 3.93965 14.6022 3.49166 14.1541C2.92759 13.59 2 12.8859 2 12C2 11.114 2.92756 10.4099 3.49166 9.84585C3.93756 9.39996 4.14378 9.18799 4.26137 8.90515C4.37951 8.62098 4.38394 8.32526 4.38394 7.69171C4.38394 6.1838 4.38394 5.32083 4.85239 4.85239C5.32083 4.38394 6.1838 4.38394 7.69171 4.38394C8.32091 4.38394 8.61661 4.38 8.89929 4.26379C9.18454 4.14652 9.39688 3.94064 9.84585 3.49166C10.4099 2.92756 11.2104 2 12 2C12.7896 2 13.59 2.92759 14.1541 3.49167C14.6029 3.94037 14.8155 4.14637 15.1001 4.26355C15.3827 4.37992 15.6787 4.38394 16.3083 4.38394C17.8162 4.38394 18.6792 4.38394 19.1476 4.85239C19.6161 5.32083 19.6161 6.1838 19.6161 7.69171C19.6161 8.32383 19.6202 8.6196 19.7378 8.90321C19.8555 9.18695 19.9891 9.3211 20.436 9.768%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 15V17M17.009 19H17M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.384 9.43749C13.7591 8.85581 12.9211 8.5 12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 12.9211 8.85581 13.7591 9.43749 14.384%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.78 20.436C9.33442 19.9904 9.18844 19.8566 8.90573 19.7389C8.62149 19.6204 8.3257 19.6161 7.69171 19.6161C6.1838 19.6161 5.32083 19.6161 4.85239 19.1476C4.38394 18.6792 4.38394 17.8162 4.38394 16.3083C4.38394 15.6777 4.37981 15.3817 4.26299 15.0987C4.14573 14.8147 3.93965 14.6022 3.49166 14.1541C2.92759 13.59 2 12.8859 2 12C2 11.114 2.92756 10.4099 3.49166 9.84585C3.93756 9.39996 4.14378 9.18799 4.26137 8.90515C4.37951 8.62098 4.38394 8.32526 4.38394 7.69171C4.38394 6.1838 4.38394 5.32083 4.85239 4.85239C5.32083 4.38394 6.1838 4.38394 7.69171 4.38394C8.32091 4.38394 8.61661 4.38 8.89929 4.26379C9.18454 4.14652 9.39688 3.94064 9.84585 3.49166C10.4099 2.92756 11.2104 2 12 2C12.7896 2 13.59 2.92759 14.1541 3.49167C14.6029 3.94037 14.8155 4.14637 15.1001 4.26355C15.3827 4.37992 15.6787 4.38394 16.3083 4.38394C17.8162 4.38394 18.6792 4.38394 19.1476 4.85239C19.6161 5.32083 19.6161 6.1838 19.6161 7.69171C19.6161 8.32383 19.6202 8.6196 19.7378 8.90321C19.8555 9.18695 19.9891 9.3211 20.436 9.768%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-setting-error-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 15V17M17.009 19H17M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0287 9.24471C14.4228 8.20147 13.2933 7.5 12 7.5C10.067 7.5 8.5 9.067 8.5 11C8.5 12.0657 8.97625 13.0201 9.72753 13.662%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.984 10.74C21.96 10.2 21.5969 9.5418 20.7906 8.15201L18.8669 4.83622C18.0638 3.45197 17.6623 2.75984 17.0019 2.37992C16.3416 2 15.5402 2 13.9373 2H10.0627C8.45982 2 7.6584 2 6.99807 2.37992C6.33774 2.75984 5.93619 3.45196 5.13311 4.83621L3.20942 8.152C2.40314 9.5418 2 10.2366 2 11C2 11.7634 2.40314 12.4582 3.20942 13.848L5.13311 17.1638C5.93619 18.548 6.33774 19.2402 6.99807 19.6201C7.62 19.92 7.99712 20 9.6 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 15V17M17.009 19H17M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.0287 9.24471C14.4228 8.20147 13.2933 7.5 12 7.5C10.067 7.5 8.5 9.067 8.5 11C8.5 12.0657 8.97625 13.0201 9.72753 13.662%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.984 10.74C21.96 10.2 21.5969 9.5418 20.7906 8.15201L18.8669 4.83622C18.0638 3.45197 17.6623 2.75984 17.0019 2.37992C16.3416 2 15.5402 2 13.9373 2H10.0627C8.45982 2 7.6584 2 6.99807 2.37992C6.33774 2.75984 5.93619 3.45196 5.13311 4.83621L3.20942 8.152C2.40314 9.5418 2 10.2366 2 11C2 11.7634 2.40314 12.4582 3.20942 13.848L5.13311 17.1638C5.93619 18.548 6.33774 19.2402 6.99807 19.6201C7.62 19.92 7.99712 20 9.6 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-settings-done-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.232 10.056C20.712 9.516 21.54 8.7 21.4958 8.36768C21.5298 8.04446 21.3548 7.74083 21.0049 7.13358L20.5114 6.27698C20.1381 5.62915 19.9514 5.30523 19.6338 5.17607C19.3163 5.0469 18.9571 5.14883 18.2388 5.35267L17.0185 5.69637C16.5599 5.80212 16.0788 5.74213 15.66 5.52698L15.3231 5.33261C14.9641 5.10262 14.6879 4.76352 14.535 4.36493L14.201 3.36754C13.9815 2.70753 13.8717 2.37752 13.6103 2.18876C13.3489 2 13.0017 2 12.3074 2H11.1926C10.4982 2 10.151 2 9.88973 2.18876C9.62833 2.37752 9.51853 2.70753 9.29893 3.36754L8.96503 4.36493C8.81213 4.76352 8.53593 5.10262 8.17683 5.33261L7.83993 5.52698C7.42123 5.74213 6.94003 5.80212 6.48143 5.69637L5.26124 5.35267C4.54294 5.14883 4.18374 5.0469 3.86614 5.17607C3.54854 5.30523 3.36194 5.62915 2.98864 6.27698L2.49504 7.13358C2.14515 7.74083 1.97025 8.04446 2.00415 8.36768C2.03815 8.6909 2.27235 8.95137 2.74074 9.47231L3.77184 10.625C4.02374 10.944 4.20274 11.5 4.20274 11.9998C4.20274 12.5 4.02384 13.0558 3.77184 13.3749L2.74074 14.5276C2.27235 15.0485 2.03815 15.309 2.00415 15.6322C1.97025 15.9555 2.14515 16.2591 2.49504 16.8663L2.98864 17.7229C3.36194 18.3707 3.54854 18.6947 3.86614 18.8238C4.18374 18.953 4.54294 18.8511 5.26124 18.6472L6.48143 18.3035C6.94013 18.1977 7.42133 18.2578 7.84013 18.473L8.17693 18.6674C8.53603 18.8974 8.81213 19.2364 8.96493 19.635L9.29893 20.6325C9.51853 21.2925 9.63993 21.6356 9.84 21.78C9.9 21.8233 10.14 22.02 10.728 22.002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17.2199C15 17.2199 16 17.5039 16.5 18.5039C16.5 18.5039 17.5962 16.0039 19.008 15.5039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.1599 9.4441C13.3199 8.7601 12.6599 8.49609 11.6999 8.49609C9.89986 8.5201 8.25586 10.0071 8.25586 11.9401C8.25586 13.0058 8.57986 13.6801 9.19186 14.3881%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.232 10.056C20.712 9.516 21.54 8.7 21.4958 8.36768C21.5298 8.04446 21.3548 7.74083 21.0049 7.13358L20.5114 6.27698C20.1381 5.62915 19.9514 5.30523 19.6338 5.17607C19.3163 5.0469 18.9571 5.14883 18.2388 5.35267L17.0185 5.69637C16.5599 5.80212 16.0788 5.74213 15.66 5.52698L15.3231 5.33261C14.9641 5.10262 14.6879 4.76352 14.535 4.36493L14.201 3.36754C13.9815 2.70753 13.8717 2.37752 13.6103 2.18876C13.3489 2 13.0017 2 12.3074 2H11.1926C10.4982 2 10.151 2 9.88973 2.18876C9.62833 2.37752 9.51853 2.70753 9.29893 3.36754L8.96503 4.36493C8.81213 4.76352 8.53593 5.10262 8.17683 5.33261L7.83993 5.52698C7.42123 5.74213 6.94003 5.80212 6.48143 5.69637L5.26124 5.35267C4.54294 5.14883 4.18374 5.0469 3.86614 5.17607C3.54854 5.30523 3.36194 5.62915 2.98864 6.27698L2.49504 7.13358C2.14515 7.74083 1.97025 8.04446 2.00415 8.36768C2.03815 8.6909 2.27235 8.95137 2.74074 9.47231L3.77184 10.625C4.02374 10.944 4.20274 11.5 4.20274 11.9998C4.20274 12.5 4.02384 13.0558 3.77184 13.3749L2.74074 14.5276C2.27235 15.0485 2.03815 15.309 2.00415 15.6322C1.97025 15.9555 2.14515 16.2591 2.49504 16.8663L2.98864 17.7229C3.36194 18.3707 3.54854 18.6947 3.86614 18.8238C4.18374 18.953 4.54294 18.8511 5.26124 18.6472L6.48143 18.3035C6.94013 18.1977 7.42133 18.2578 7.84013 18.473L8.17693 18.6674C8.53603 18.8974 8.81213 19.2364 8.96493 19.635L9.29893 20.6325C9.51853 21.2925 9.63993 21.6356 9.84 21.78C9.9 21.8233 10.14 22.02 10.728 22.002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17.2199C15 17.2199 16 17.5039 16.5 18.5039C16.5 18.5039 17.5962 16.0039 19.008 15.5039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.1599 9.4441C13.3199 8.7601 12.6599 8.49609 11.6999 8.49609C9.89986 8.5201 8.25586 10.0071 8.25586 11.9401C8.25586 13.0058 8.57986 13.6801 9.19186 14.3881%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-settings-done-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.588 19.68C9.192 20.04 8.7831 20.4841 8.616 20.5066C8.4489 20.5291 8.2745 20.4234 7.9023 20.2121L6 19.14C5.52 18.9 5.496 18.72 5.496 18.66C5.496 18.6 5.496 18.346 5.652 17.8244C6.15179 15.9 4.98 13.86 2.989 13.3399C2.4671 13.1992 2.2062 13.1288 2.1031 12.9942C2 12.8597 2 12.6432 2 12.2103V10.2868C2 9.85391 2 9.63741 2.1031 9.50281C2.2062 9.36831 2.4671 9.29791 2.989 9.15721C4.9397 8.63124 6.1614 6.64936 5.6582 4.71166C5.5199 4.17873 5.4507 3.91226 5.5168 3.75601C5.5829 3.59977 5.7725 3.49209 6.1518 3.27673L7.8765 2.29749C8.2488 2.08615 8.4349 1.98048 8.6019 2.00298C8.769 2.02549 8.9574 2.21349 9.3343 2.5895C10.7936 4.04528 13.208 4.04534 14.6672 2.58959C15.0442 2.21359 15.2326 2.02558 15.3996 2.00308C15.5667 1.98058 15.7528 2.08625 16.1251 2.29759L17.8498 3.27682C18.2291 3.4922 18.4187 3.59988 18.4848 3.75615C18.5509 3.91242 18.4817 4.17885 18.3433 4.71173C17.8399 6.64937 19.0606 8.64201 21.011 9.168C21.5329 9.30872 21.7938 9.3814 21.8969 9.516C22 9.6505 22 10.0791 22 10.512%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17.2199C15 17.2199 16 17.5039 16.5 18.5039C16.5 18.5039 17.5962 16.0039 19.008 15.5039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.88 9.2998C14.1 8.2198 12.924 7.7998 11.964 7.7998C10.164 7.82381 8.52002 9.3108 8.52002 11.2438C8.52002 12.3095 8.82002 13.0798 9.66002 13.9198%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.588 19.68C9.192 20.04 8.7831 20.4841 8.616 20.5066C8.4489 20.5291 8.2745 20.4234 7.9023 20.2121L6 19.14C5.52 18.9 5.496 18.72 5.496 18.66C5.496 18.6 5.496 18.346 5.652 17.8244C6.15179 15.9 4.98 13.86 2.989 13.3399C2.4671 13.1992 2.2062 13.1288 2.1031 12.9942C2 12.8597 2 12.6432 2 12.2103V10.2868C2 9.85391 2 9.63741 2.1031 9.50281C2.2062 9.36831 2.4671 9.29791 2.989 9.15721C4.9397 8.63124 6.1614 6.64936 5.6582 4.71166C5.5199 4.17873 5.4507 3.91226 5.5168 3.75601C5.5829 3.59977 5.7725 3.49209 6.1518 3.27673L7.8765 2.29749C8.2488 2.08615 8.4349 1.98048 8.6019 2.00298C8.769 2.02549 8.9574 2.21349 9.3343 2.5895C10.7936 4.04528 13.208 4.04534 14.6672 2.58959C15.0442 2.21359 15.2326 2.02558 15.3996 2.00308C15.5667 1.98058 15.7528 2.08625 16.1251 2.29759L17.8498 3.27682C18.2291 3.4922 18.4187 3.59988 18.4848 3.75615C18.5509 3.91242 18.4817 4.17885 18.3433 4.71173C17.8399 6.64937 19.0606 8.64201 21.011 9.168C21.5329 9.30872 21.7938 9.3814 21.8969 9.516C22 9.6505 22 10.0791 22 10.512%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17.2199C15 17.2199 16 17.5039 16.5 18.5039C16.5 18.5039 17.5962 16.0039 19.008 15.5039%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.88 9.2998C14.1 8.2198 12.924 7.7998 11.964 7.7998C10.164 7.82381 8.52002 9.3108 8.52002 11.2438C8.52002 12.3095 8.82002 13.0798 9.66002 13.9198%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-settings-error-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 15V17M17.009 19H17M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.232 10.056C20.712 9.516 21.54 8.7 21.4958 8.36768C21.5298 8.04446 21.3548 7.74083 21.0049 7.13358L20.5114 6.27698C20.1381 5.62915 19.9514 5.30523 19.6338 5.17607C19.3163 5.0469 18.9571 5.14883 18.2388 5.35267L17.0185 5.69637C16.5599 5.80212 16.0788 5.74213 15.66 5.52698L15.3231 5.33261C14.9641 5.10262 14.6879 4.76352 14.535 4.36493L14.201 3.36754C13.9815 2.70753 13.8717 2.37752 13.6103 2.18876C13.3489 2 13.0017 2 12.3074 2H11.1926C10.4982 2 10.151 2 9.88973 2.18876C9.62833 2.37752 9.51853 2.70753 9.29893 3.36754L8.96503 4.36493C8.81213 4.76352 8.53593 5.10262 8.17683 5.33261L7.83993 5.52698C7.42123 5.74213 6.94003 5.80212 6.48143 5.69637L5.26124 5.35267C4.54294 5.14883 4.18374 5.0469 3.86614 5.17607C3.54854 5.30523 3.36194 5.62915 2.98864 6.27698L2.49504 7.13358C2.14515 7.74083 1.97025 8.04446 2.00415 8.36768C2.03815 8.6909 2.27235 8.95137 2.74074 9.47231L3.77184 10.625C4.02374 10.944 4.20274 11.5 4.20274 11.9998C4.20274 12.5 4.02384 13.0558 3.77184 13.3749L2.74074 14.5276C2.27235 15.0485 2.03815 15.309 2.00415 15.6322C1.97025 15.9555 2.14515 16.2591 2.49504 16.8663L2.98864 17.7229C3.36194 18.3707 3.54854 18.6947 3.86614 18.8238C4.18374 18.953 4.54294 18.8511 5.26124 18.6472L6.48143 18.3035C6.94013 18.1977 7.42133 18.2578 7.84013 18.473L8.17693 18.6674C8.53603 18.8974 8.81213 19.2364 8.96493 19.635L9.29893 20.6325C9.51853 21.2925 9.63993 21.6356 9.84 21.78C9.9 21.8233 10.14 22.02 10.728 22.002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.1599 9.448C13.3199 8.764 12.6599 8.5 11.6999 8.5C9.89986 8.524 8.25586 10.011 8.25586 11.944C8.25586 13.0097 8.57986 13.684 9.19186 14.392%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 15V17M17.009 19H17M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.232 10.056C20.712 9.516 21.54 8.7 21.4958 8.36768C21.5298 8.04446 21.3548 7.74083 21.0049 7.13358L20.5114 6.27698C20.1381 5.62915 19.9514 5.30523 19.6338 5.17607C19.3163 5.0469 18.9571 5.14883 18.2388 5.35267L17.0185 5.69637C16.5599 5.80212 16.0788 5.74213 15.66 5.52698L15.3231 5.33261C14.9641 5.10262 14.6879 4.76352 14.535 4.36493L14.201 3.36754C13.9815 2.70753 13.8717 2.37752 13.6103 2.18876C13.3489 2 13.0017 2 12.3074 2H11.1926C10.4982 2 10.151 2 9.88973 2.18876C9.62833 2.37752 9.51853 2.70753 9.29893 3.36754L8.96503 4.36493C8.81213 4.76352 8.53593 5.10262 8.17683 5.33261L7.83993 5.52698C7.42123 5.74213 6.94003 5.80212 6.48143 5.69637L5.26124 5.35267C4.54294 5.14883 4.18374 5.0469 3.86614 5.17607C3.54854 5.30523 3.36194 5.62915 2.98864 6.27698L2.49504 7.13358C2.14515 7.74083 1.97025 8.04446 2.00415 8.36768C2.03815 8.6909 2.27235 8.95137 2.74074 9.47231L3.77184 10.625C4.02374 10.944 4.20274 11.5 4.20274 11.9998C4.20274 12.5 4.02384 13.0558 3.77184 13.3749L2.74074 14.5276C2.27235 15.0485 2.03815 15.309 2.00415 15.6322C1.97025 15.9555 2.14515 16.2591 2.49504 16.8663L2.98864 17.7229C3.36194 18.3707 3.54854 18.6947 3.86614 18.8238C4.18374 18.953 4.54294 18.8511 5.26124 18.6472L6.48143 18.3035C6.94013 18.1977 7.42133 18.2578 7.84013 18.473L8.17693 18.6674C8.53603 18.8974 8.81213 19.2364 8.96493 19.635L9.29893 20.6325C9.51853 21.2925 9.63993 21.6356 9.84 21.78C9.9 21.8233 10.14 22.02 10.728 22.002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.1599 9.448C13.3199 8.764 12.6599 8.5 11.6999 8.5C9.89986 8.524 8.25586 10.011 8.25586 11.944C8.25586 13.0097 8.57986 13.684 9.19186 14.392%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-settings-error-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.588 19.68C9.192 20.04 8.7831 20.4841 8.616 20.5066C8.4489 20.5291 8.2745 20.4234 7.9023 20.2121L6 19.14C5.52 18.9 5.496 18.72 5.496 18.66C5.496 18.6 5.496 18.346 5.652 17.8244C6.15179 15.9 4.98 13.86 2.989 13.3399C2.4671 13.1992 2.2062 13.1288 2.1031 12.9942C2 12.8597 2 12.6432 2 12.2103V10.2868C2 9.85391 2 9.63741 2.1031 9.50281C2.2062 9.36831 2.4671 9.29791 2.989 9.15721C4.9397 8.63124 6.1614 6.64936 5.6582 4.71166C5.5199 4.17873 5.4507 3.91226 5.5168 3.75601C5.5829 3.59977 5.7725 3.49209 6.1518 3.27673L7.8765 2.29749C8.2488 2.08615 8.4349 1.98048 8.6019 2.00298C8.769 2.02549 8.9574 2.21349 9.3343 2.5895C10.7936 4.04528 13.208 4.04534 14.6672 2.58959C15.0442 2.21359 15.2326 2.02558 15.3996 2.00308C15.5667 1.98058 15.7528 2.08625 16.1251 2.29759L17.8498 3.27682C18.2291 3.4922 18.4187 3.59988 18.4848 3.75615C18.5509 3.91242 18.4817 4.17885 18.3433 4.71173C17.8399 6.64937 19.0606 8.64201 21.011 9.168C21.5329 9.30872 21.7938 9.3814 21.8969 9.516C22 9.6505 22 10.0791 22 10.512%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.88 9.2998C14.1 8.2198 12.924 7.7998 11.964 7.7998C10.164 7.82381 8.52002 9.3108 8.52002 11.2438C8.52002 12.3095 8.82002 13.0798 9.66002 13.9198%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15V17M17.009 19H17M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.588 19.68C9.192 20.04 8.7831 20.4841 8.616 20.5066C8.4489 20.5291 8.2745 20.4234 7.9023 20.2121L6 19.14C5.52 18.9 5.496 18.72 5.496 18.66C5.496 18.6 5.496 18.346 5.652 17.8244C6.15179 15.9 4.98 13.86 2.989 13.3399C2.4671 13.1992 2.2062 13.1288 2.1031 12.9942C2 12.8597 2 12.6432 2 12.2103V10.2868C2 9.85391 2 9.63741 2.1031 9.50281C2.2062 9.36831 2.4671 9.29791 2.989 9.15721C4.9397 8.63124 6.1614 6.64936 5.6582 4.71166C5.5199 4.17873 5.4507 3.91226 5.5168 3.75601C5.5829 3.59977 5.7725 3.49209 6.1518 3.27673L7.8765 2.29749C8.2488 2.08615 8.4349 1.98048 8.6019 2.00298C8.769 2.02549 8.9574 2.21349 9.3343 2.5895C10.7936 4.04528 13.208 4.04534 14.6672 2.58959C15.0442 2.21359 15.2326 2.02558 15.3996 2.00308C15.5667 1.98058 15.7528 2.08625 16.1251 2.29759L17.8498 3.27682C18.2291 3.4922 18.4187 3.59988 18.4848 3.75615C18.5509 3.91242 18.4817 4.17885 18.3433 4.71173C17.8399 6.64937 19.0606 8.64201 21.011 9.168C21.5329 9.30872 21.7938 9.3814 21.8969 9.516C22 9.6505 22 10.0791 22 10.512%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.88 9.2998C14.1 8.2198 12.924 7.7998 11.964 7.7998C10.164 7.82381 8.52002 9.3108 8.52002 11.2438C8.52002 12.3095 8.82002 13.0798 9.66002 13.9198%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 15V17M17.009 19H17M22 17C22 19.7614 19.7614 22 17 22C14.2386 22 12 19.7614 12 17C12 14.2386 14.2386 12 17 12C19.7614 12 22 14.2386 22 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-setup-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.458 9.08015L17.1669 8.56619C16.9468 8.17749 16.8367 7.98314 16.6494 7.90564C16.4622 7.82814 16.2503 7.8893 15.8267 8.0116L15.1071 8.21782C14.8366 8.28127 14.5529 8.24528 14.3059 8.11619L14.1072 7.99956C13.8955 7.86157 13.7326 7.65811 13.6424 7.41896L13.4455 6.82053C13.316 6.42452 13.2512 6.22651 13.0971 6.11325C12.943 6 12.7382 6 12.3287 6H11.6713C11.2618 6 11.057 6 10.9029 6.11325C10.7488 6.22651 10.684 6.42452 10.5545 6.82053L10.3576 7.41896C10.2674 7.65811 10.1045 7.86157 9.89276 7.99956L9.69409 8.11619C9.44713 8.24528 9.16338 8.28127 8.89292 8.21782L8.17329 8.0116C7.74966 7.8893 7.53785 7.82814 7.35056 7.90564C7.16327 7.98314 7.0532 8.17749 6.83305 8.56619L6.54196 9.08015C6.3356 9.4445 6.23243 9.62667 6.25245 9.82061C6.27248 10.0145 6.4106 10.1708 6.68686 10.4834L7.29491 11.175C7.44352 11.3664 7.54903 11.7 7.54903 11.9999C7.54903 12.3 7.44355 12.6335 7.29492 12.8249L6.68686 13.5166L6.68686 13.5166C6.4106 13.8291 6.27248 13.9854 6.25245 14.1793C6.23243 14.3733 6.33561 14.5555 6.54196 14.9198L6.83304 15.4337C7.05319 15.8224 7.16327 16.0168 7.35056 16.0943C7.53785 16.1718 7.74967 16.1106 8.17331 15.9883L8.89289 15.7821C9.1634 15.7186 9.44721 15.7547 9.69419 15.8838L9.89284 16.0004C10.1046 16.1384 10.2674 16.3419 10.3576 16.581L10.5545 17.1795C10.684 17.5755 10.7488 17.7735 10.9029 17.8867C11.057 18 11.2618 18 11.6713 18H12.3287C12.7382 18 12.943 18 13.0971 17.8867C13.2512 17.7735 13.316 17.5755 13.4455 17.1795L13.6424 16.581C13.7326 16.3419 13.8954 16.1384 14.1072 16.0004L14.3058 15.8838C14.5528 15.7547 14.8366 15.7186 15.1071 15.7821L15.8267 15.9883C16.2503 16.1106 16.4621 16.1718 16.6494 16.0943C16.8367 16.0168 16.9468 15.8224 17.167 15.4338L17.167 15.4337L17.458 14.9198C17.6644 14.5555 17.7676 14.3733 17.7475 14.1793C17.7275 13.9854 17.5894 13.8291 17.3131 13.5166L16.7051 12.8249C16.5564 12.6335 16.451 12.3 16.451 11.9999C16.451 11.7 16.5565 11.3664 16.7051 11.175L17.3131 10.4834C17.5894 10.1708 17.7275 10.0145 17.7475 9.82061C17.7676 9.62667 17.6644 9.4445 17.458 9.08015Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%221.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 2V4.85857C17.1962 3.09032 14.7255 2 12 2C6.47715 2 2 6.47715 2 12C2 13.4222 2.29689 14.7751 2.83209 16M5 22V19.1414C6.80375 20.9097 9.27455 22 12 22C17.5228 22 22 17.5228 22 12C22 10.5778 21.7031 9.22492 21.1679 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.458 9.08015L17.1669 8.56619C16.9468 8.17749 16.8367 7.98314 16.6494 7.90564C16.4622 7.82814 16.2503 7.8893 15.8267 8.0116L15.1071 8.21782C14.8366 8.28127 14.5529 8.24528 14.3059 8.11619L14.1072 7.99956C13.8955 7.86157 13.7326 7.65811 13.6424 7.41896L13.4455 6.82053C13.316 6.42452 13.2512 6.22651 13.0971 6.11325C12.943 6 12.7382 6 12.3287 6H11.6713C11.2618 6 11.057 6 10.9029 6.11325C10.7488 6.22651 10.684 6.42452 10.5545 6.82053L10.3576 7.41896C10.2674 7.65811 10.1045 7.86157 9.89276 7.99956L9.69409 8.11619C9.44713 8.24528 9.16338 8.28127 8.89292 8.21782L8.17329 8.0116C7.74966 7.8893 7.53785 7.82814 7.35056 7.90564C7.16327 7.98314 7.0532 8.17749 6.83305 8.56619L6.54196 9.08015C6.3356 9.4445 6.23243 9.62667 6.25245 9.82061C6.27248 10.0145 6.4106 10.1708 6.68686 10.4834L7.29491 11.175C7.44352 11.3664 7.54903 11.7 7.54903 11.9999C7.54903 12.3 7.44355 12.6335 7.29492 12.8249L6.68686 13.5166L6.68686 13.5166C6.4106 13.8291 6.27248 13.9854 6.25245 14.1793C6.23243 14.3733 6.33561 14.5555 6.54196 14.9198L6.83304 15.4337C7.05319 15.8224 7.16327 16.0168 7.35056 16.0943C7.53785 16.1718 7.74967 16.1106 8.17331 15.9883L8.89289 15.7821C9.1634 15.7186 9.44721 15.7547 9.69419 15.8838L9.89284 16.0004C10.1046 16.1384 10.2674 16.3419 10.3576 16.581L10.5545 17.1795C10.684 17.5755 10.7488 17.7735 10.9029 17.8867C11.057 18 11.2618 18 11.6713 18H12.3287C12.7382 18 12.943 18 13.0971 17.8867C13.2512 17.7735 13.316 17.5755 13.4455 17.1795L13.6424 16.581C13.7326 16.3419 13.8954 16.1384 14.1072 16.0004L14.3058 15.8838C14.5528 15.7547 14.8366 15.7186 15.1071 15.7821L15.8267 15.9883C16.2503 16.1106 16.4621 16.1718 16.6494 16.0943C16.8367 16.0168 16.9468 15.8224 17.167 15.4338L17.167 15.4337L17.458 14.9198C17.6644 14.5555 17.7676 14.3733 17.7475 14.1793C17.7275 13.9854 17.5894 13.8291 17.3131 13.5166L16.7051 12.8249C16.5564 12.6335 16.451 12.3 16.451 11.9999C16.451 11.7 16.5565 11.3664 16.7051 11.175L17.3131 10.4834C17.5894 10.1708 17.7275 10.0145 17.7475 9.82061C17.7676 9.62667 17.6644 9.4445 17.458 9.08015Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%221.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 2V4.85857C17.1962 3.09032 14.7255 2 12 2C6.47715 2 2 6.47715 2 12C2 13.4222 2.29689 14.7751 2.83209 16M5 22V19.1414C6.80375 20.9097 9.27455 22 12 22C17.5228 22 22 17.5228 22 12C22 10.5778 21.7031 9.22492 21.1679 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-setup-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0298 13.3482C17.5713 13.0991 17.842 12.9746 17.921 12.8513C18 12.728 18 12.5316 18 12.1387V11.8613C18 11.4685 18 11.272 17.921 11.1487C17.842 11.0254 17.5712 10.9009 17.0298 10.6519C16.2269 10.2827 15.7113 9.4748 15.7389 8.62937C15.76 7.98338 15.7706 7.66038 15.7005 7.53758C15.6304 7.41478 15.4608 7.32183 15.1215 7.13594L14.7988 6.95919C14.4699 6.77898 14.3054 6.68887 14.1649 6.69551C14.0244 6.70215 13.7855 6.86408 13.3077 7.18794C12.5306 7.71461 11.4704 7.71459 10.6933 7.18789C10.2154 6.86403 9.97652 6.70209 9.83603 6.69545C9.69554 6.68881 9.53106 6.77892 9.20212 6.95913L8.87949 7.13588C8.54023 7.32174 8.3706 7.41467 8.30054 7.53744C8.23048 7.66021 8.24097 7.98325 8.26193 8.62934C8.28937 9.47481 7.77333 10.2827 6.97024 10.6519C6.4288 10.9008 6.15807 11.0253 6.07904 11.1486C6 11.2719 6 11.4684 6 11.8613V12.1387C6 12.5316 6 12.7281 6.07902 12.8514C6.15804 12.9747 6.42877 13.0992 6.97023 13.3482C7.77308 13.7174 8.28871 14.5253 8.26109 15.3707C8.23999 16.0167 8.22944 16.3397 8.2995 16.4625C8.36956 16.5853 8.53922 16.6782 8.87854 16.8641L9.20117 17.0409C9.53017 17.2211 9.69466 17.3112 9.83518 17.3046C9.9757 17.2979 10.2145 17.136 10.6922 16.812C11.4699 16.2847 12.5311 16.2847 13.3087 16.812C13.7864 17.1359 14.0253 17.2979 14.1658 17.3045C14.3063 17.3112 14.4708 17.2211 14.7998 17.0408L15.1224 16.8641C15.4618 16.6781 15.6315 16.5852 15.7015 16.4623C15.7716 16.3395 15.761 16.0166 15.7397 15.3707C15.7119 14.5253 16.2272 13.7174 17.0298 13.3482Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%221.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 2V4.85857C17.1962 3.09032 14.7255 2 12 2C6.47715 2 2 6.47715 2 12C2 13.4222 2.29689 14.7751 2.83209 16M5 22V19.1414C6.80375 20.9097 9.27455 22 12 22C17.5228 22 22 17.5228 22 12C22 10.5778 21.7031 9.22492 21.1679 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.0298 13.3482C17.5713 13.0991 17.842 12.9746 17.921 12.8513C18 12.728 18 12.5316 18 12.1387V11.8613C18 11.4685 18 11.272 17.921 11.1487C17.842 11.0254 17.5712 10.9009 17.0298 10.6519C16.2269 10.2827 15.7113 9.4748 15.7389 8.62937C15.76 7.98338 15.7706 7.66038 15.7005 7.53758C15.6304 7.41478 15.4608 7.32183 15.1215 7.13594L14.7988 6.95919C14.4699 6.77898 14.3054 6.68887 14.1649 6.69551C14.0244 6.70215 13.7855 6.86408 13.3077 7.18794C12.5306 7.71461 11.4704 7.71459 10.6933 7.18789C10.2154 6.86403 9.97652 6.70209 9.83603 6.69545C9.69554 6.68881 9.53106 6.77892 9.20212 6.95913L8.87949 7.13588C8.54023 7.32174 8.3706 7.41467 8.30054 7.53744C8.23048 7.66021 8.24097 7.98325 8.26193 8.62934C8.28937 9.47481 7.77333 10.2827 6.97024 10.6519C6.4288 10.9008 6.15807 11.0253 6.07904 11.1486C6 11.2719 6 11.4684 6 11.8613V12.1387C6 12.5316 6 12.7281 6.07902 12.8514C6.15804 12.9747 6.42877 13.0992 6.97023 13.3482C7.77308 13.7174 8.28871 14.5253 8.26109 15.3707C8.23999 16.0167 8.22944 16.3397 8.2995 16.4625C8.36956 16.5853 8.53922 16.6782 8.87854 16.8641L9.20117 17.0409C9.53017 17.2211 9.69466 17.3112 9.83518 17.3046C9.9757 17.2979 10.2145 17.136 10.6922 16.812C11.4699 16.2847 12.5311 16.2847 13.3087 16.812C13.7864 17.1359 14.0253 17.2979 14.1658 17.3045C14.3063 17.3112 14.4708 17.2211 14.7998 17.0408L15.1224 16.8641C15.4618 16.6781 15.6315 16.5852 15.7015 16.4623C15.7716 16.3395 15.761 16.0166 15.7397 15.3707C15.7119 14.5253 16.2272 13.7174 17.0298 13.3482Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%221.75%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 2V4.85857C17.1962 3.09032 14.7255 2 12 2C6.47715 2 2 6.47715 2 12C2 13.4222 2.29689 14.7751 2.83209 16M5 22V19.1414C6.80375 20.9097 9.27455 22 12 22C17.5228 22 22 17.5228 22 12C22 10.5778 21.7031 9.22492 21.1679 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-sliders-horizontal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5.00024L10 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 5L20 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 9L16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2L10 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12L20 12.0002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12.0002L13 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19L20 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19.0002L9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 5.00024L10 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 5L20 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 9L16 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2L10 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12L20 12.0002%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 12.0002L13 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19L20 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 19.0002L9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-sliders-vertical{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00025 20L5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 8L12 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0002 20L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12L19 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0002 20L19 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.00025 20L5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 11V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 8H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 14H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 8L12 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0002 20L12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12L19 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0002 20L19 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-system-update-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.255 7.13358L20.7614 6.27698C20.3881 5.62915 20.2015 5.30523 19.8839 5.17607C19.5663 5.0469 19.2071 5.14883 18.4888 5.35267L17.2686 5.69637C16.81 5.80212 16.3288 5.74213 15.9101 5.52698L15.5732 5.33261C15.2141 5.10262 14.9379 4.76352 14.785 4.36493L14.4511 3.36754C14.2315 2.70753 14.1217 2.37752 13.8603 2.18876C13.599 2 13.2518 2 12.5574 2H11.4426C10.7483 2 10.4011 2 10.1397 2.18876C9.87835 2.37752 9.76856 2.70753 9.54899 3.36754L9.21503 4.36493C9.06215 4.76352 8.78595 5.10262 8.42687 5.33261L8.08999 5.52698C7.67124 5.74213 7.19009 5.80212 6.73148 5.69637L5.51125 5.35267C4.79291 5.14883 4.43375 5.0469 4.11617 5.17607C3.79859 5.30523 3.61195 5.62915 3.23865 6.27698L2.74507 7.13358C2.39516 7.74083 2.2202 8.04446 2.25416 8.36768C2.28811 8.6909 2.52233 8.95137 2.99076 9.47231L4.0218 10.625C4.2738 10.944 4.45271 11.5 4.45271 11.9998C4.45271 12.5 4.27386 13.0558 4.02183 13.3749L2.99076 14.5276C2.52233 15.0485 2.28812 15.309 2.25416 15.6322C2.2202 15.9555 2.39516 16.2591 2.74507 16.8663L3.23864 17.7229C3.61193 18.3707 3.79859 18.6947 4.11617 18.8238C4.43375 18.953 4.79292 18.8511 5.51127 18.6472L6.73144 18.3035C7.19013 18.1977 7.67137 18.2578 8.09017 18.473L8.427 18.6674C8.78601 18.8974 9.06214 19.2364 9.215 19.635L9.54899 20.6325C9.76856 21.2925 9.87835 21.6225 10.1397 21.8112C10.4011 22 10.7483 22 11.4426 22H12.5574C13.2518 22 13.599 22 13.8603 21.8112C14.1217 21.6225 14.2315 21.2925 14.4511 20.6325L14.7851 19.635C14.9379 19.2364 15.214 18.8974 15.5731 18.6674L15.9099 18.473C16.3287 18.2578 16.8099 18.1977 17.2686 18.3035L18.4888 18.6472C19.2071 18.8511 19.5663 18.953 19.8839 18.8238C20.2015 18.6947 20.3881 18.3707 20.7614 17.7229L21.255 16.8663C21.6049 16.2591 21.7798 15.9555 21.7459 15.6322C21.7119 15.309 21.4777 15.0485 21.0093 14.5276L19.9782 13.3749C19.7262 13.0558 19.5473 12.5 19.5473 11.9998C19.5473 11.5 19.7263 10.944 19.9782 10.625L21.0093 9.47231C21.4777 8.95137 21.7119 8.6909 21.7459 8.36768C21.7798 8.04446 21.6049 7.74083 21.255 7.13358Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.062 11.5L14.5621 10.9999C15.0032 10.5588 15.2238 10.3382 15.5133 10.4297C15.8029 10.5213 15.8486 10.7831 15.9401 11.3067C15.9795 11.5319 16 11.7636 16 12C16 14.2091 14.2091 16 12 16C11.4695 16 10.9632 15.8967 10.5 15.7092M10 12.5351L9.45585 13.0793C9.0216 13.5135 8.80447 13.7307 8.51776 13.6438C8.23106 13.5569 8.17985 13.3003 8.07744 12.7872C8.02664 12.5327 8 12.2695 8 12C8 9.79086 9.79086 8 12 8C12.5305 8 13.0368 8.10325 13.5 8.29076%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.255 7.13358L20.7614 6.27698C20.3881 5.62915 20.2015 5.30523 19.8839 5.17607C19.5663 5.0469 19.2071 5.14883 18.4888 5.35267L17.2686 5.69637C16.81 5.80212 16.3288 5.74213 15.9101 5.52698L15.5732 5.33261C15.2141 5.10262 14.9379 4.76352 14.785 4.36493L14.4511 3.36754C14.2315 2.70753 14.1217 2.37752 13.8603 2.18876C13.599 2 13.2518 2 12.5574 2H11.4426C10.7483 2 10.4011 2 10.1397 2.18876C9.87835 2.37752 9.76856 2.70753 9.54899 3.36754L9.21503 4.36493C9.06215 4.76352 8.78595 5.10262 8.42687 5.33261L8.08999 5.52698C7.67124 5.74213 7.19009 5.80212 6.73148 5.69637L5.51125 5.35267C4.79291 5.14883 4.43375 5.0469 4.11617 5.17607C3.79859 5.30523 3.61195 5.62915 3.23865 6.27698L2.74507 7.13358C2.39516 7.74083 2.2202 8.04446 2.25416 8.36768C2.28811 8.6909 2.52233 8.95137 2.99076 9.47231L4.0218 10.625C4.2738 10.944 4.45271 11.5 4.45271 11.9998C4.45271 12.5 4.27386 13.0558 4.02183 13.3749L2.99076 14.5276C2.52233 15.0485 2.28812 15.309 2.25416 15.6322C2.2202 15.9555 2.39516 16.2591 2.74507 16.8663L3.23864 17.7229C3.61193 18.3707 3.79859 18.6947 4.11617 18.8238C4.43375 18.953 4.79292 18.8511 5.51127 18.6472L6.73144 18.3035C7.19013 18.1977 7.67137 18.2578 8.09017 18.473L8.427 18.6674C8.78601 18.8974 9.06214 19.2364 9.215 19.635L9.54899 20.6325C9.76856 21.2925 9.87835 21.6225 10.1397 21.8112C10.4011 22 10.7483 22 11.4426 22H12.5574C13.2518 22 13.599 22 13.8603 21.8112C14.1217 21.6225 14.2315 21.2925 14.4511 20.6325L14.7851 19.635C14.9379 19.2364 15.214 18.8974 15.5731 18.6674L15.9099 18.473C16.3287 18.2578 16.8099 18.1977 17.2686 18.3035L18.4888 18.6472C19.2071 18.8511 19.5663 18.953 19.8839 18.8238C20.2015 18.6947 20.3881 18.3707 20.7614 17.7229L21.255 16.8663C21.6049 16.2591 21.7798 15.9555 21.7459 15.6322C21.7119 15.309 21.4777 15.0485 21.0093 14.5276L19.9782 13.3749C19.7262 13.0558 19.5473 12.5 19.5473 11.9998C19.5473 11.5 19.7263 10.944 19.9782 10.625L21.0093 9.47231C21.4777 8.95137 21.7119 8.6909 21.7459 8.36768C21.7798 8.04446 21.6049 7.74083 21.255 7.13358Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.062 11.5L14.5621 10.9999C15.0032 10.5588 15.2238 10.3382 15.5133 10.4297C15.8029 10.5213 15.8486 10.7831 15.9401 11.3067C15.9795 11.5319 16 11.7636 16 12C16 14.2091 14.2091 16 12 16C11.4695 16 10.9632 15.8967 10.5 15.7092M10 12.5351L9.45585 13.0793C9.0216 13.5135 8.80447 13.7307 8.51776 13.6438C8.23106 13.5569 8.17985 13.3003 8.07744 12.7872C8.02664 12.5327 8 12.2695 8 12C8 9.79086 9.79086 8 12 8C12.5305 8 13.0368 8.10325 13.5 8.29076%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-system-update-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.062 11.5L14.5621 10.9999C15.0032 10.5588 15.2238 10.3382 15.5133 10.4297C15.8029 10.5213 15.8486 10.7831 15.9401 11.3067C15.9795 11.5319 16 11.7636 16 12C16 14.2091 14.2091 16 12 16C11.4695 16 10.9632 15.8967 10.5 15.7092M10 12.5351L9.45585 13.0793C9.0216 13.5135 8.80447 13.7307 8.51776 13.6438C8.23106 13.5569 8.17985 13.3003 8.07744 12.7872C8.02664 12.5327 8 12.2695 8 12C8 9.79086 9.79086 8 12 8C12.5305 8 13.0368 8.10325 13.5 8.29076%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.011 14.0965C21.5329 13.9558 21.7939 13.8854 21.8969 13.7508C22 13.6163 22 13.3998 22 12.9669V11.0332C22 10.6003 22 10.3838 21.8969 10.2493C21.7938 10.1147 21.5329 10.0443 21.011 9.90358C19.0606 9.37759 17.8399 7.33851 18.3433 5.40087C18.4817 4.86799 18.5509 4.60156 18.4848 4.44529C18.4187 4.28902 18.2291 4.18134 17.8497 3.96596L16.125 2.98673C15.7528 2.77539 15.5667 2.66972 15.3997 2.69222C15.2326 2.71472 15.0442 2.90273 14.6672 3.27873C13.208 4.73448 10.7936 4.73442 9.33434 3.27864C8.95743 2.90263 8.76898 2.71463 8.60193 2.69212C8.43489 2.66962 8.24877 2.77529 7.87653 2.98663L6.15184 3.96587C5.77253 4.18123 5.58287 4.28891 5.51678 4.44515C5.45068 4.6014 5.51987 4.86787 5.65825 5.4008C6.16137 7.3385 4.93972 9.37763 2.98902 9.9036C2.46712 10.0443 2.20617 10.1147 2.10308 10.2492C2 10.3838 2 10.6003 2 11.0332V12.9669C2 13.3998 2 13.6163 2.10308 13.7508C2.20615 13.8854 2.46711 13.9558 2.98902 14.0965C4.9394 14.6225 6.16008 16.6616 5.65672 18.5992C5.51829 19.1321 5.44907 19.3985 5.51516 19.5548C5.58126 19.7111 5.77092 19.8188 6.15025 20.0341L7.87495 21.0134C8.24721 21.2247 8.43334 21.3304 8.6004 21.3079C8.76746 21.2854 8.95588 21.0973 9.33271 20.7213C10.7927 19.2644 13.2088 19.2643 14.6689 20.7212C15.0457 21.0973 15.2341 21.2853 15.4012 21.3078C15.5682 21.3303 15.7544 21.2246 16.1266 21.0133L17.8513 20.034C18.2307 19.8187 18.4204 19.711 18.4864 19.5547C18.5525 19.3984 18.4833 19.132 18.3448 18.5991C17.8412 16.6616 19.0609 14.6226 21.011 14.0965Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.062 11.5L14.5621 10.9999C15.0032 10.5588 15.2238 10.3382 15.5133 10.4297C15.8029 10.5213 15.8486 10.7831 15.9401 11.3067C15.9795 11.5319 16 11.7636 16 12C16 14.2091 14.2091 16 12 16C11.4695 16 10.9632 15.8967 10.5 15.7092M10 12.5351L9.45585 13.0793C9.0216 13.5135 8.80447 13.7307 8.51776 13.6438C8.23106 13.5569 8.17985 13.3003 8.07744 12.7872C8.02664 12.5327 8 12.2695 8 12C8 9.79086 9.79086 8 12 8C12.5305 8 13.0368 8.10325 13.5 8.29076%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.011 14.0965C21.5329 13.9558 21.7939 13.8854 21.8969 13.7508C22 13.6163 22 13.3998 22 12.9669V11.0332C22 10.6003 22 10.3838 21.8969 10.2493C21.7938 10.1147 21.5329 10.0443 21.011 9.90358C19.0606 9.37759 17.8399 7.33851 18.3433 5.40087C18.4817 4.86799 18.5509 4.60156 18.4848 4.44529C18.4187 4.28902 18.2291 4.18134 17.8497 3.96596L16.125 2.98673C15.7528 2.77539 15.5667 2.66972 15.3997 2.69222C15.2326 2.71472 15.0442 2.90273 14.6672 3.27873C13.208 4.73448 10.7936 4.73442 9.33434 3.27864C8.95743 2.90263 8.76898 2.71463 8.60193 2.69212C8.43489 2.66962 8.24877 2.77529 7.87653 2.98663L6.15184 3.96587C5.77253 4.18123 5.58287 4.28891 5.51678 4.44515C5.45068 4.6014 5.51987 4.86787 5.65825 5.4008C6.16137 7.3385 4.93972 9.37763 2.98902 9.9036C2.46712 10.0443 2.20617 10.1147 2.10308 10.2492C2 10.3838 2 10.6003 2 11.0332V12.9669C2 13.3998 2 13.6163 2.10308 13.7508C2.20615 13.8854 2.46711 13.9558 2.98902 14.0965C4.9394 14.6225 6.16008 16.6616 5.65672 18.5992C5.51829 19.1321 5.44907 19.3985 5.51516 19.5548C5.58126 19.7111 5.77092 19.8188 6.15025 20.0341L7.87495 21.0134C8.24721 21.2247 8.43334 21.3304 8.6004 21.3079C8.76746 21.2854 8.95588 21.0973 9.33271 20.7213C10.7927 19.2644 13.2088 19.2643 14.6689 20.7212C15.0457 21.0973 15.2341 21.2853 15.4012 21.3078C15.5682 21.3303 15.7544 21.2246 16.1266 21.0133L17.8513 20.034C18.2307 19.8187 18.4204 19.711 18.4864 19.5547C18.5525 19.3984 18.4833 19.132 18.3448 18.5991C17.8412 16.6616 19.0609 14.6226 21.011 14.0965Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-time-setting-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 8V12L14.8037 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13.9669V10.0332C19.1433 10.0332 17.2857 6.93041 18.732 4.46691L15.2679 2.5001C13.8038 4.99405 10.1978 4.99395 8.73363 2.5L5.26953 4.46681C6.71586 6.93035 4.85673 10.0332 2 10.0332V13.9669C4.85668 13.9669 6.71425 17.0697 5.26795 19.5332L8.73205 21.5C10.1969 19.0048 13.8046 19.0047 15.2695 21.4999L18.7336 19.5331C17.2874 17.0696 19.1434 13.9669 22 13.9669Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 8V12L14.8037 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13.9669V10.0332C19.1433 10.0332 17.2857 6.93041 18.732 4.46691L15.2679 2.5001C13.8038 4.99405 10.1978 4.99395 8.73363 2.5L5.26953 4.46681C6.71586 6.93035 4.85673 10.0332 2 10.0332V13.9669C4.85668 13.9669 6.71425 17.0697 5.26795 19.5332L8.73205 21.5C10.1969 19.0048 13.8046 19.0047 15.2695 21.4999L18.7336 19.5331C17.2874 17.0696 19.1434 13.9669 22 13.9669Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-time-setting-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.3175 7.14139L20.8239 6.28479C20.4506 5.63696 20.264 5.31305 19.9464 5.18388C19.6288 5.05472 19.2696 5.15664 18.5513 5.36048L17.3311 5.70418C16.8725 5.80994 16.3913 5.74994 15.9726 5.53479L15.6357 5.34042C15.2766 5.11043 15.0004 4.77133 14.8475 4.37274L14.5136 3.37536C14.294 2.71534 14.1842 2.38533 13.9228 2.19657C13.6615 2.00781 13.3143 2.00781 12.6199 2.00781H11.5051C10.8108 2.00781 10.4636 2.00781 10.2022 2.19657C9.94085 2.38533 9.83106 2.71534 9.61149 3.37536L9.27753 4.37274C9.12465 4.77133 8.84845 5.11043 8.48937 5.34042L8.15249 5.53479C7.73374 5.74994 7.25259 5.80994 6.79398 5.70418L5.57375 5.36048C4.85541 5.15664 4.49625 5.05472 4.17867 5.18388C3.86109 5.31305 3.67445 5.63696 3.30115 6.28479L2.80757 7.14139C2.45766 7.74864 2.2827 8.05227 2.31666 8.37549C2.35061 8.69871 2.58483 8.95918 3.05326 9.48012L4.0843 10.6328C4.3363 10.9518 4.51521 11.5078 4.51521 12.0077C4.51521 12.5078 4.33636 13.0636 4.08433 13.3827L3.05326 14.5354C2.58483 15.0564 2.35062 15.3168 2.31666 15.6401C2.2827 15.9633 2.45766 16.2669 2.80757 16.8741L3.30114 17.7307C3.67443 18.3785 3.86109 18.7025 4.17867 18.8316C4.49625 18.9608 4.85542 18.8589 5.57377 18.655L6.79394 18.3113C7.25263 18.2055 7.73387 18.2656 8.15267 18.4808L8.4895 18.6752C8.84851 18.9052 9.12464 19.2442 9.2775 19.6428L9.61149 20.6403C9.83106 21.3003 9.94085 21.6303 10.2022 21.8191C10.4636 22.0078 10.8108 22.0078 11.5051 22.0078H12.6199C13.3143 22.0078 13.6615 22.0078 13.9228 21.8191C14.1842 21.6303 14.294 21.3003 14.5136 20.6403L14.8476 19.6428C15.0004 19.2442 15.2765 18.9052 15.6356 18.6752L15.9724 18.4808C16.3912 18.2656 16.8724 18.2055 17.3311 18.3113L18.5513 18.655C19.2696 18.8589 19.6288 18.9608 19.9464 18.8316C20.264 18.7025 20.4506 18.3785 20.8239 17.7307L21.3175 16.8741C21.6674 16.2669 21.8423 15.9633 21.8084 15.6401C21.7744 15.3168 21.5402 15.0564 21.0718 14.5354L20.0407 13.3827C19.7887 13.0636 19.6098 12.5078 19.6098 12.0077C19.6098 11.5078 19.7888 10.9518 20.0407 10.6328L21.0718 9.48012C21.5402 8.95918 21.7744 8.69871 21.8084 8.37549C21.8423 8.05227 21.6674 7.74864 21.3175 7.14139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V12L14.8037 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.3175 7.14139L20.8239 6.28479C20.4506 5.63696 20.264 5.31305 19.9464 5.18388C19.6288 5.05472 19.2696 5.15664 18.5513 5.36048L17.3311 5.70418C16.8725 5.80994 16.3913 5.74994 15.9726 5.53479L15.6357 5.34042C15.2766 5.11043 15.0004 4.77133 14.8475 4.37274L14.5136 3.37536C14.294 2.71534 14.1842 2.38533 13.9228 2.19657C13.6615 2.00781 13.3143 2.00781 12.6199 2.00781H11.5051C10.8108 2.00781 10.4636 2.00781 10.2022 2.19657C9.94085 2.38533 9.83106 2.71534 9.61149 3.37536L9.27753 4.37274C9.12465 4.77133 8.84845 5.11043 8.48937 5.34042L8.15249 5.53479C7.73374 5.74994 7.25259 5.80994 6.79398 5.70418L5.57375 5.36048C4.85541 5.15664 4.49625 5.05472 4.17867 5.18388C3.86109 5.31305 3.67445 5.63696 3.30115 6.28479L2.80757 7.14139C2.45766 7.74864 2.2827 8.05227 2.31666 8.37549C2.35061 8.69871 2.58483 8.95918 3.05326 9.48012L4.0843 10.6328C4.3363 10.9518 4.51521 11.5078 4.51521 12.0077C4.51521 12.5078 4.33636 13.0636 4.08433 13.3827L3.05326 14.5354C2.58483 15.0564 2.35062 15.3168 2.31666 15.6401C2.2827 15.9633 2.45766 16.2669 2.80757 16.8741L3.30114 17.7307C3.67443 18.3785 3.86109 18.7025 4.17867 18.8316C4.49625 18.9608 4.85542 18.8589 5.57377 18.655L6.79394 18.3113C7.25263 18.2055 7.73387 18.2656 8.15267 18.4808L8.4895 18.6752C8.84851 18.9052 9.12464 19.2442 9.2775 19.6428L9.61149 20.6403C9.83106 21.3003 9.94085 21.6303 10.2022 21.8191C10.4636 22.0078 10.8108 22.0078 11.5051 22.0078H12.6199C13.3143 22.0078 13.6615 22.0078 13.9228 21.8191C14.1842 21.6303 14.294 21.3003 14.5136 20.6403L14.8476 19.6428C15.0004 19.2442 15.2765 18.9052 15.6356 18.6752L15.9724 18.4808C16.3912 18.2656 16.8724 18.2055 17.3311 18.3113L18.5513 18.655C19.2696 18.8589 19.6288 18.9608 19.9464 18.8316C20.264 18.7025 20.4506 18.3785 20.8239 17.7307L21.3175 16.8741C21.6674 16.2669 21.8423 15.9633 21.8084 15.6401C21.7744 15.3168 21.5402 15.0564 21.0718 14.5354L20.0407 13.3827C19.7887 13.0636 19.6098 12.5078 19.6098 12.0077C19.6098 11.5078 19.7888 10.9518 20.0407 10.6328L21.0718 9.48012C21.5402 8.95918 21.7744 8.69871 21.8084 8.37549C21.8423 8.05227 21.6674 7.74864 21.3175 7.14139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V12L14.8037 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-time-setting-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.3083 4.38394C15.7173 4.38394 15.4217 4.38394 15.1525 4.28405C15.1151 4.27017 15.0783 4.25491 15.042 4.23828C14.781 4.11855 14.5721 3.90959 14.1541 3.49167C13.1922 2.52977 12.7113 2.04882 12.1195 2.00447C12.04 1.99851 11.96 1.99851 11.8805 2.00447C11.2887 2.04882 10.8077 2.52977 9.84585 3.49166C9.42793 3.90959 9.21897 4.11855 8.95797 4.23828C8.92172 4.25491 8.88486 4.27017 8.84747 4.28405C8.57825 4.38394 8.28273 4.38394 7.69171 4.38394H7.58269C6.07478 4.38394 5.32083 4.38394 4.85239 4.85239C4.38394 5.32083 4.38394 6.07478 4.38394 7.58269V7.69171C4.38394 8.28273 4.38394 8.57825 4.28405 8.84747C4.27017 8.88486 4.25491 8.92172 4.23828 8.95797C4.11855 9.21897 3.90959 9.42793 3.49166 9.84585C2.52977 10.8077 2.04882 11.2887 2.00447 11.8805C1.99851 11.96 1.99851 12.04 2.00447 12.1195C2.04882 12.7113 2.52977 13.1922 3.49166 14.1541C3.90959 14.5721 4.11855 14.781 4.23828 15.042C4.25491 15.0783 4.27017 15.1151 4.28405 15.1525C4.38394 15.4217 4.38394 15.7173 4.38394 16.3083V16.4173C4.38394 17.9252 4.38394 18.6792 4.85239 19.1476C5.32083 19.6161 6.07478 19.6161 7.58269 19.6161H7.69171C8.28273 19.6161 8.57825 19.6161 8.84747 19.7159C8.88486 19.7298 8.92172 19.7451 8.95797 19.7617C9.21897 19.8815 9.42793 20.0904 9.84585 20.5083C10.8077 21.4702 11.2887 21.9512 11.8805 21.9955C11.96 22.0015 12.04 22.0015 12.1195 21.9955C12.7113 21.9512 13.1922 21.4702 14.1541 20.5083C14.5721 20.0904 14.781 19.8815 15.042 19.7617C15.0783 19.7451 15.1151 19.7298 15.1525 19.7159C15.4217 19.6161 15.7173 19.6161 16.3083 19.6161H16.4173C17.9252 19.6161 18.6792 19.6161 19.1476 19.1476C19.6161 18.6792 19.6161 17.9252 19.6161 16.4173V16.3083C19.6161 15.7173 19.6161 15.4217 19.7159 15.1525C19.7298 15.1151 19.7451 15.0783 19.7617 15.042C19.8815 14.781 20.0904 14.5721 20.5083 14.1541C21.4702 13.1922 21.9512 12.7113 21.9955 12.1195C22.0015 12.04 22.0015 11.96 21.9955 11.8805C21.9512 11.2887 21.4702 10.8077 20.5083 9.84585C20.0904 9.42793 19.8815 9.21897 19.7617 8.95797C19.7451 8.92172 19.7298 8.88486 19.7159 8.84747C19.6161 8.57825 19.6161 8.28273 19.6161 7.69171V7.58269C19.6161 6.07478 19.6161 5.32083 19.1476 4.85239C18.6792 4.38394 17.9252 4.38394 16.4173 4.38394H16.3083Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8V12L14.8037 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.3083 4.38394C15.7173 4.38394 15.4217 4.38394 15.1525 4.28405C15.1151 4.27017 15.0783 4.25491 15.042 4.23828C14.781 4.11855 14.5721 3.90959 14.1541 3.49167C13.1922 2.52977 12.7113 2.04882 12.1195 2.00447C12.04 1.99851 11.96 1.99851 11.8805 2.00447C11.2887 2.04882 10.8077 2.52977 9.84585 3.49166C9.42793 3.90959 9.21897 4.11855 8.95797 4.23828C8.92172 4.25491 8.88486 4.27017 8.84747 4.28405C8.57825 4.38394 8.28273 4.38394 7.69171 4.38394H7.58269C6.07478 4.38394 5.32083 4.38394 4.85239 4.85239C4.38394 5.32083 4.38394 6.07478 4.38394 7.58269V7.69171C4.38394 8.28273 4.38394 8.57825 4.28405 8.84747C4.27017 8.88486 4.25491 8.92172 4.23828 8.95797C4.11855 9.21897 3.90959 9.42793 3.49166 9.84585C2.52977 10.8077 2.04882 11.2887 2.00447 11.8805C1.99851 11.96 1.99851 12.04 2.00447 12.1195C2.04882 12.7113 2.52977 13.1922 3.49166 14.1541C3.90959 14.5721 4.11855 14.781 4.23828 15.042C4.25491 15.0783 4.27017 15.1151 4.28405 15.1525C4.38394 15.4217 4.38394 15.7173 4.38394 16.3083V16.4173C4.38394 17.9252 4.38394 18.6792 4.85239 19.1476C5.32083 19.6161 6.07478 19.6161 7.58269 19.6161H7.69171C8.28273 19.6161 8.57825 19.6161 8.84747 19.7159C8.88486 19.7298 8.92172 19.7451 8.95797 19.7617C9.21897 19.8815 9.42793 20.0904 9.84585 20.5083C10.8077 21.4702 11.2887 21.9512 11.8805 21.9955C11.96 22.0015 12.04 22.0015 12.1195 21.9955C12.7113 21.9512 13.1922 21.4702 14.1541 20.5083C14.5721 20.0904 14.781 19.8815 15.042 19.7617C15.0783 19.7451 15.1151 19.7298 15.1525 19.7159C15.4217 19.6161 15.7173 19.6161 16.3083 19.6161H16.4173C17.9252 19.6161 18.6792 19.6161 19.1476 19.1476C19.6161 18.6792 19.6161 17.9252 19.6161 16.4173V16.3083C19.6161 15.7173 19.6161 15.4217 19.7159 15.1525C19.7298 15.1151 19.7451 15.0783 19.7617 15.042C19.8815 14.781 20.0904 14.5721 20.5083 14.1541C21.4702 13.1922 21.9512 12.7113 21.9955 12.1195C22.0015 12.04 22.0015 11.96 21.9955 11.8805C21.9512 11.2887 21.4702 10.8077 20.5083 9.84585C20.0904 9.42793 19.8815 9.21897 19.7617 8.95797C19.7451 8.92172 19.7298 8.88486 19.7159 8.84747C19.6161 8.57825 19.6161 8.28273 19.6161 7.69171V7.58269C19.6161 6.07478 19.6161 5.32083 19.1476 4.85239C18.6792 4.38394 17.9252 4.38394 16.4173 4.38394H16.3083Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 8V12L14.8037 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-toggle-off{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 12C11 13.6569 9.65685 15 8 15C6.34315 15 5 13.6569 5 12C5 10.3431 6.34315 9 8 9C9.65685 9 11 10.3431 11 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 6H8C4.68629 6 2 8.68629 2 12C2 15.3137 4.68629 18 8 18H16C19.3137 18 22 15.3137 22 12C22 8.68629 19.3137 6 16 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 12C11 13.6569 9.65685 15 8 15C6.34315 15 5 13.6569 5 12C5 10.3431 6.34315 9 8 9C9.65685 9 11 10.3431 11 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 6H8C4.68629 6 2 8.68629 2 12C2 15.3137 4.68629 18 8 18H16C19.3137 18 22 15.3137 22 12C22 8.68629 19.3137 6 16 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-toggle-on{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 12C19 13.6569 17.6569 15 16 15C14.3431 15 13 13.6569 13 12C13 10.3431 14.3431 9 16 9C17.6569 9 19 10.3431 19 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 6H8C4.68629 6 2 8.68629 2 12C2 15.3137 4.68629 18 8 18H16C19.3137 18 22 15.3137 22 12C22 8.68629 19.3137 6 16 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19 12C19 13.6569 17.6569 15 16 15C14.3431 15 13 13.6569 13 12C13 10.3431 14.3431 9 16 9C17.6569 9 19 10.3431 19 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 6H8C4.68629 6 2 8.68629 2 12C2 15.3137 4.68629 18 8 18H16C19.3137 18 22 15.3137 22 12C22 8.68629 19.3137 6 16 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-wrench-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.3584 13.3567C19.1689 14.546 16.9308 14.4998 13.4992 14.4998C11.2914 14.4998 9.50138 12.7071 9.50024 10.4993C9.50024 7.07001 9.454 4.83065 10.6435 3.64138C11.8329 2.45212 12.3583 2.50027 17.6274 2.50027C18.1366 2.49809 18.3929 3.11389 18.0329 3.47394L15.3199 6.18714C14.6313 6.87582 14.6294 7.99233 15.3181 8.68092C16.0068 9.36952 17.1234 9.36959 17.8122 8.68109L20.5259 5.96855C20.886 5.60859 21.5019 5.86483 21.4997 6.37395C21.4997 11.6422 21.5479 12.1675 20.3584 13.3567Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 14.5L7.32842 20.6716C6.22386 21.7761 4.433 21.7761 3.32843 20.6716C2.22386 19.567 2.22386 17.7761 3.32843 16.6716L9.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.50896 18.5H5.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.3584 13.3567C19.1689 14.546 16.9308 14.4998 13.4992 14.4998C11.2914 14.4998 9.50138 12.7071 9.50024 10.4993C9.50024 7.07001 9.454 4.83065 10.6435 3.64138C11.8329 2.45212 12.3583 2.50027 17.6274 2.50027C18.1366 2.49809 18.3929 3.11389 18.0329 3.47394L15.3199 6.18714C14.6313 6.87582 14.6294 7.99233 15.3181 8.68092C16.0068 9.36952 17.1234 9.36959 17.8122 8.68109L20.5259 5.96855C20.886 5.60859 21.5019 5.86483 21.4997 6.37395C21.4997 11.6422 21.5479 12.1675 20.3584 13.3567Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.5 14.5L7.32842 20.6716C6.22386 21.7761 4.433 21.7761 3.32843 20.6716C2.22386 19.567 2.22386 17.7761 3.32843 16.6716L9.5 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.50896 18.5H5.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-setting-icons-wrench-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 7.10593C17.9999 8.55778 16.5891 9.89558 14.4697 11.9901C13.1062 13.3376 10.8936 13.336 9.52937 11.9892C7.41145 9.8961 5.99988 8.55754 6 7.10568C6.00012 5.65383 6.3543 5.36258 9.60848 2.14658C9.92161 1.83445 10.4602 2.05389 10.4602 2.49338L10.4604 5.80524C10.4604 6.64587 11.1488 7.32849 11.9994 7.32842C12.85 7.32835 13.5396 6.64688 13.5398 5.80625L13.5405 2.49435C13.5406 2.05485 14.0793 1.83532 14.3924 2.14739C17.646 5.36287 18.0001 5.65408 18 7.10593Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 12L15 19.1652C15 20.7308 13.6569 22 12 22C10.3431 22 9 20.7308 9 19.1652L9 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0063 18.9995L12 19.0059%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 7.10593C17.9999 8.55778 16.5891 9.89558 14.4697 11.9901C13.1062 13.3376 10.8936 13.336 9.52937 11.9892C7.41145 9.8961 5.99988 8.55754 6 7.10568C6.00012 5.65383 6.3543 5.36258 9.60848 2.14658C9.92161 1.83445 10.4602 2.05389 10.4602 2.49338L10.4604 5.80524C10.4604 6.64587 11.1488 7.32849 11.9994 7.32842C12.85 7.32835 13.5396 6.64688 13.5398 5.80625L13.5405 2.49435C13.5406 2.05485 14.0793 1.83532 14.3924 2.14739C17.646 5.36287 18.0001 5.65408 18 7.10593Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 12L15 19.1652C15 20.7308 13.6569 22 12 22C10.3431 22 9 20.7308 9 19.1652L9 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0063 18.9995L12 19.0059%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shapes-icons-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shapes-icons-diamond{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.92089 5.92089C8.15836 3.68342 9.2771 2.56468 10.5857 2.19562C11.5105 1.93479 12.4895 1.93479 13.4143 2.19562C14.7229 2.56468 15.8416 3.68342 18.0791 5.92089C20.3166 8.15836 21.4353 9.2771 21.8044 10.5857C22.0652 11.5105 22.0652 12.4895 21.8044 13.4143C21.4353 14.7229 20.3166 15.8416 18.0791 18.0791C15.8416 20.3166 14.7229 21.4353 13.4143 21.8044C12.4895 22.0652 11.5105 22.0652 10.5857 21.8044C9.2771 21.4353 8.15836 20.3166 5.92089 18.0791C3.68342 15.8416 2.56468 14.7229 2.19562 13.4143C1.93479 12.4895 1.93479 11.5105 2.19562 10.5857C2.56468 9.2771 3.68342 8.15836 5.92089 5.92089Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.92089 5.92089C8.15836 3.68342 9.2771 2.56468 10.5857 2.19562C11.5105 1.93479 12.4895 1.93479 13.4143 2.19562C14.7229 2.56468 15.8416 3.68342 18.0791 5.92089C20.3166 8.15836 21.4353 9.2771 21.8044 10.5857C22.0652 11.5105 22.0652 12.4895 21.8044 13.4143C21.4353 14.7229 20.3166 15.8416 18.0791 18.0791C15.8416 20.3166 14.7229 21.4353 13.4143 21.8044C12.4895 22.0652 11.5105 22.0652 10.5857 21.8044C9.2771 21.4353 8.15836 20.3166 5.92089 18.0791C3.68342 15.8416 2.56468 14.7229 2.19562 13.4143C1.93479 12.4895 1.93479 11.5105 2.19562 10.5857C2.56468 9.2771 3.68342 8.15836 5.92089 5.92089Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shapes-icons-geometric-shapes-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6171 4.76655C15.6275 3.16588 16.1327 2.36554 16.7947 2.12444C17.2503 1.95852 17.7497 1.95852 18.2053 2.12444C18.8673 2.36554 19.3725 3.16588 20.3829 4.76655C21.5202 6.56824 22.0889 7.46908 21.9887 8.21239C21.92 8.72222 21.6634 9.18799 21.2693 9.51835C20.6947 10 19.6298 10 17.5 10C15.3702 10 14.3053 10 13.7307 9.51835C13.3366 9.18799 13.08 8.72222 13.0113 8.21239C12.9111 7.46908 13.4798 6.56824 14.6171 4.76655Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C2 4.33345 2 3.50018 2.42441 2.91603C2.56147 2.72738 2.72738 2.56147 2.91603 2.42441C3.50018 2 4.33345 2 6 2C7.66655 2 8.49982 2 9.08397 2.42441C9.27262 2.56147 9.43853 2.72738 9.57559 2.91603C10 3.50018 10 4.33345 10 6C10 7.66655 10 8.49982 9.57559 9.08397C9.43853 9.27262 9.27262 9.43853 9.08397 9.57559C8.49982 10 7.66655 10 6 10C4.33345 10 3.50018 10 2.91603 9.57559C2.72738 9.43853 2.56147 9.27262 2.42441 9.08397C2 8.49982 2 7.66655 2 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2218%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.49994 14.5L2.5 21.5M2.50006 14.5L9.5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.6171 4.76655C15.6275 3.16588 16.1327 2.36554 16.7947 2.12444C17.2503 1.95852 17.7497 1.95852 18.2053 2.12444C18.8673 2.36554 19.3725 3.16588 20.3829 4.76655C21.5202 6.56824 22.0889 7.46908 21.9887 8.21239C21.92 8.72222 21.6634 9.18799 21.2693 9.51835C20.6947 10 19.6298 10 17.5 10C15.3702 10 14.3053 10 13.7307 9.51835C13.3366 9.18799 13.08 8.72222 13.0113 8.21239C12.9111 7.46908 13.4798 6.56824 14.6171 4.76655Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C2 4.33345 2 3.50018 2.42441 2.91603C2.56147 2.72738 2.72738 2.56147 2.91603 2.42441C3.50018 2 4.33345 2 6 2C7.66655 2 8.49982 2 9.08397 2.42441C9.27262 2.56147 9.43853 2.72738 9.57559 2.91603C10 3.50018 10 4.33345 10 6C10 7.66655 10 8.49982 9.57559 9.08397C9.43853 9.27262 9.27262 9.43853 9.08397 9.57559C8.49982 10 7.66655 10 6 10C4.33345 10 3.50018 10 2.91603 9.57559C2.72738 9.43853 2.56147 9.27262 2.42441 9.08397C2 8.49982 2 7.66655 2 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2218%22 r%3D%224%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.49994 14.5L2.5 21.5M2.50006 14.5L9.5 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shapes-icons-geometric-shapes-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%226.5%22 cy%3D%226.5%22 r%3D%224.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 6H18.2763C20.5344 6 21.6635 6 21.9445 6.67836C22.2255 7.35672 21.4271 8.1551 19.8304 9.75184L9.75184 19.8304C8.15509 21.4271 7.35672 22.2255 6.67836 21.9445C6 21.6635 6 20.5344 6 18.2763V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 12H18C19.8856 12 20.8284 12 21.4142 12.5858C22 13.1716 22 14.1144 22 16V17C22 18.8856 22 19.8284 21.4142 20.4142C20.8284 21 19.8856 21 18 21H17C15.1144 21 14.1716 21 13.5858 20.4142C13 19.8284 13 18.8856 13 17V16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%226.5%22 cy%3D%226.5%22 r%3D%224.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 6H18.2763C20.5344 6 21.6635 6 21.9445 6.67836C22.2255 7.35672 21.4271 8.1551 19.8304 9.75184L9.75184 19.8304C8.15509 21.4271 7.35672 22.2255 6.67836 21.9445C6 21.6635 6 20.5344 6 18.2763V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 12H18C19.8856 12 20.8284 12 21.4142 12.5858C22 13.1716 22 14.1144 22 16V17C22 18.8856 22 19.8284 21.4142 20.4142C20.8284 21 19.8856 21 18 21H17C15.1144 21 14.1716 21 13.5858 20.4142C13 19.8284 13 18.8856 13 17V16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shapes-icons-hexagon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.84308 3.80211C9.8718 2.6007 10.8862 2 12 2C13.1138 2 14.1282 2.6007 16.1569 3.80211L16.8431 4.20846C18.8718 5.40987 19.8862 6.01057 20.4431 7C21 7.98943 21 9.19084 21 11.5937V12.4063C21 14.8092 21 16.0106 20.4431 17C19.8862 17.9894 18.8718 18.5901 16.8431 19.7915L16.1569 20.1979C14.1282 21.3993 13.1138 22 12 22C10.8862 22 9.8718 21.3993 7.84308 20.1979L7.15692 19.7915C5.1282 18.5901 4.11384 17.9894 3.55692 17C3 16.0106 3 14.8092 3 12.4063V11.5937C3 9.19084 3 7.98943 3.55692 7C4.11384 6.01057 5.1282 5.40987 7.15692 4.20846L7.84308 3.80211Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.84308 3.80211C9.8718 2.6007 10.8862 2 12 2C13.1138 2 14.1282 2.6007 16.1569 3.80211L16.8431 4.20846C18.8718 5.40987 19.8862 6.01057 20.4431 7C21 7.98943 21 9.19084 21 11.5937V12.4063C21 14.8092 21 16.0106 20.4431 17C19.8862 17.9894 18.8718 18.5901 16.8431 19.7915L16.1569 20.1979C14.1282 21.3993 13.1138 22 12 22C10.8862 22 9.8718 21.3993 7.84308 20.1979L7.15692 19.7915C5.1282 18.5901 4.11384 17.9894 3.55692 17C3 16.0106 3 14.8092 3 12.4063V11.5937C3 9.19084 3 7.98943 3.55692 7C4.11384 6.01057 5.1282 5.40987 7.15692 4.20846L7.84308 3.80211Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shapes-icons-oval{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 16.9706 17.5228 21 12 21C6.47715 21 2 16.9706 2 12C2 7.02944 6.47715 3 12 3C17.5228 3 22 7.02944 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 16.9706 17.5228 21 12 21C6.47715 21 2 16.9706 2 12C2 7.02944 6.47715 3 12 3C17.5228 3 22 7.02944 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shapes-icons-pentagon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.20832 5.4051C8.97801 3.13503 10.3629 2 12 2C13.6371 2 15.022 3.13503 17.7917 5.4051L18.0484 5.61553C20.334 7.48877 21.4767 8.42539 21.8628 9.74129C22.2488 11.0572 21.7895 12.4503 20.8709 15.2364L20.6883 15.7901C19.7073 18.7654 19.2169 20.2531 18.0264 21.1054C16.3758 22.2872 13.9003 21.9578 12 21.9578C8.82548 21.9578 7.16404 21.9578 5.97359 21.1054C4.78315 20.2531 4.29266 18.7654 3.31167 15.7901L3.12909 15.2364C2.21048 12.4503 1.75117 11.0572 2.13722 9.74129C2.52326 8.42539 3.66603 7.48877 5.95157 5.61553L6.20832 5.4051Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.20832 5.4051C8.97801 3.13503 10.3629 2 12 2C13.6371 2 15.022 3.13503 17.7917 5.4051L18.0484 5.61553C20.334 7.48877 21.4767 8.42539 21.8628 9.74129C22.2488 11.0572 21.7895 12.4503 20.8709 15.2364L20.6883 15.7901C19.7073 18.7654 19.2169 20.2531 18.0264 21.1054C16.3758 22.2872 13.9003 21.9578 12 21.9578C8.82548 21.9578 7.16404 21.9578 5.97359 21.1054C4.78315 20.2531 4.29266 18.7654 3.31167 15.7901L3.12909 15.2364C2.21048 12.4503 1.75117 11.0572 2.13722 9.74129C2.52326 8.42539 3.66603 7.48877 5.95157 5.61553L6.20832 5.4051Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shapes-icons-polygon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 14.0147V9.98528C2 8.75903 2 8.1459 2.22836 7.59459C2.45672 7.04328 2.89027 6.60973 3.75736 5.74264L5.74264 3.75736C6.60973 2.89027 7.04328 2.45672 7.59459 2.22836C8.1459 2 8.75903 2 9.98528 2H14.0147C15.241 2 15.8541 2 16.4054 2.22836C16.9567 2.45672 17.3903 2.89027 18.2574 3.75736L20.2426 5.74264C21.1097 6.60973 21.5433 7.04328 21.7716 7.59459C22 8.1459 22 8.75903 22 9.98528V14.0147C22 15.241 22 15.8541 21.7716 16.4054C21.5433 16.9567 21.1097 17.3903 20.2426 18.2574L18.2574 20.2426C17.3903 21.1097 16.9567 21.5433 16.4054 21.7716C15.8541 22 15.241 22 14.0147 22H9.98528C8.75903 22 8.1459 22 7.59459 21.7716C7.04328 21.5433 6.60973 21.1097 5.74264 20.2426L3.75736 18.2574C2.89027 17.3903 2.45672 16.9567 2.22836 16.4054C2 15.8541 2 15.241 2 14.0147Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 14.0147V9.98528C2 8.75903 2 8.1459 2.22836 7.59459C2.45672 7.04328 2.89027 6.60973 3.75736 5.74264L5.74264 3.75736C6.60973 2.89027 7.04328 2.45672 7.59459 2.22836C8.1459 2 8.75903 2 9.98528 2H14.0147C15.241 2 15.8541 2 16.4054 2.22836C16.9567 2.45672 17.3903 2.89027 18.2574 3.75736L20.2426 5.74264C21.1097 6.60973 21.5433 7.04328 21.7716 7.59459C22 8.1459 22 8.75903 22 9.98528V14.0147C22 15.241 22 15.8541 21.7716 16.4054C21.5433 16.9567 21.1097 17.3903 20.2426 18.2574L18.2574 20.2426C17.3903 21.1097 16.9567 21.5433 16.4054 21.7716C15.8541 22 15.241 22 14.0147 22H9.98528C8.75903 22 8.1459 22 7.59459 21.7716C7.04328 21.5433 6.60973 21.1097 5.74264 20.2426L3.75736 18.2574C2.89027 17.3903 2.45672 16.9567 2.22836 16.4054C2 15.8541 2 15.241 2 14.0147Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shapes-icons-rectangular{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 9.19974 2 7.79961 2.54497 6.73005C3.02433 5.78924 3.78924 5.02433 4.73005 4.54497C5.79961 4 7.19974 4 10 4H14C16.8003 4 18.2004 4 19.27 4.54497C20.2108 5.02433 20.9757 5.78924 21.455 6.73005C22 7.79961 22 9.19974 22 12C22 14.8003 22 16.2004 21.455 17.27C20.9757 18.2108 20.2108 18.9757 19.27 19.455C18.2004 20 16.8003 20 14 20H10C7.19974 20 5.79961 20 4.73005 19.455C3.78924 18.9757 3.02433 18.2108 2.54497 17.27C2 16.2004 2 14.8003 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 9.19974 2 7.79961 2.54497 6.73005C3.02433 5.78924 3.78924 5.02433 4.73005 4.54497C5.79961 4 7.19974 4 10 4H14C16.8003 4 18.2004 4 19.27 4.54497C20.2108 5.02433 20.9757 5.78924 21.455 6.73005C22 7.79961 22 9.19974 22 12C22 14.8003 22 16.2004 21.455 17.27C20.9757 18.2108 20.2108 18.9757 19.27 19.455C18.2004 20 16.8003 20 14 20H10C7.19974 20 5.79961 20 4.73005 19.455C3.78924 18.9757 3.02433 18.2108 2.54497 17.27C2 16.2004 2 14.8003 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shapes-icons-rhombus{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.91412 5.99584C9.31163 3.33195 10.5104 2 12 2C13.4896 2 14.6884 3.33195 17.0859 5.99584L17.4037 6.34903C19.8012 9.01292 21 10.3449 21 12C21 13.6551 19.8012 14.9871 17.4037 17.651L17.0859 18.0042C14.6884 20.6681 13.4896 22 12 22C10.5104 22 9.31163 20.6681 6.91412 18.0042L6.59626 17.651C4.19875 14.9871 3 13.6551 3 12C3 10.3449 4.19875 9.01292 6.59626 6.34903L6.91412 5.99584Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.91412 5.99584C9.31163 3.33195 10.5104 2 12 2C13.4896 2 14.6884 3.33195 17.0859 5.99584L17.4037 6.34903C19.8012 9.01292 21 10.3449 21 12C21 13.6551 19.8012 14.9871 17.4037 17.651L17.0859 18.0042C14.6884 20.6681 13.4896 22 12 22C10.5104 22 9.31163 20.6681 6.91412 18.0042L6.59626 17.651C4.19875 14.9871 3 13.6551 3 12C3 10.3449 4.19875 9.01292 6.59626 6.34903L6.91412 5.99584Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shapes-icons-seal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.77907 3.35212C10.3428 2.74898 10.6246 2.44741 10.9257 2.27941C11.5935 1.90686 12.4065 1.90686 13.0743 2.27941C13.3754 2.44741 13.6572 2.74898 14.2209 3.35212C14.8996 4.07828 15.5834 4.34707 16.5445 4.31459C17.3696 4.2867 17.7822 4.27276 18.1139 4.36689C18.8495 4.57561 19.4244 5.15054 19.6331 5.88612C19.7272 6.21784 19.7133 6.63038 19.6854 7.45546C19.6518 8.44883 19.9453 9.12242 20.6479 9.77907C21.251 10.3428 21.5526 10.6246 21.7206 10.9257C22.0931 11.5935 22.0931 12.4065 21.7206 13.0743C21.5526 13.3754 21.251 13.6572 20.6479 14.2209C19.9217 14.8996 19.6529 15.5834 19.6854 16.5445C19.7133 17.3696 19.7272 17.7822 19.6331 18.1139C19.4244 18.8495 18.8495 19.4244 18.1139 19.6331C17.7822 19.7272 17.3696 19.7133 16.5445 19.6854C15.5834 19.6529 14.8996 19.9217 14.2209 20.6479C13.6572 21.251 13.3754 21.5526 13.0743 21.7206C12.4065 22.0931 11.5935 22.0931 10.9257 21.7206C10.6246 21.5526 10.3428 21.251 9.77907 20.6479C9.12242 19.9453 8.44883 19.6518 7.45546 19.6854C6.63038 19.7133 6.21784 19.7272 5.88612 19.6331C5.15054 19.4244 4.57561 18.8495 4.36689 18.1139C4.27276 17.7822 4.2867 17.3696 4.31459 16.5445C4.34707 15.5834 4.07828 14.8996 3.35212 14.2209C2.74898 13.6572 2.44741 13.3754 2.27941 13.0743C1.90686 12.4065 1.90686 11.5935 2.27941 10.9257C2.44741 10.6246 2.74898 10.3428 3.35212 9.77907C4.07828 9.10038 4.34707 8.41658 4.31459 7.45546C4.2867 6.63038 4.27276 6.21784 4.36689 5.88612C4.57561 5.15054 5.15054 4.57561 5.88612 4.36689C7.32838 3.95764 8.57898 4.63615 9.77907 3.35212Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.77907 3.35212C10.3428 2.74898 10.6246 2.44741 10.9257 2.27941C11.5935 1.90686 12.4065 1.90686 13.0743 2.27941C13.3754 2.44741 13.6572 2.74898 14.2209 3.35212C14.8996 4.07828 15.5834 4.34707 16.5445 4.31459C17.3696 4.2867 17.7822 4.27276 18.1139 4.36689C18.8495 4.57561 19.4244 5.15054 19.6331 5.88612C19.7272 6.21784 19.7133 6.63038 19.6854 7.45546C19.6518 8.44883 19.9453 9.12242 20.6479 9.77907C21.251 10.3428 21.5526 10.6246 21.7206 10.9257C22.0931 11.5935 22.0931 12.4065 21.7206 13.0743C21.5526 13.3754 21.251 13.6572 20.6479 14.2209C19.9217 14.8996 19.6529 15.5834 19.6854 16.5445C19.7133 17.3696 19.7272 17.7822 19.6331 18.1139C19.4244 18.8495 18.8495 19.4244 18.1139 19.6331C17.7822 19.7272 17.3696 19.7133 16.5445 19.6854C15.5834 19.6529 14.8996 19.9217 14.2209 20.6479C13.6572 21.251 13.3754 21.5526 13.0743 21.7206C12.4065 22.0931 11.5935 22.0931 10.9257 21.7206C10.6246 21.5526 10.3428 21.251 9.77907 20.6479C9.12242 19.9453 8.44883 19.6518 7.45546 19.6854C6.63038 19.7133 6.21784 19.7272 5.88612 19.6331C5.15054 19.4244 4.57561 18.8495 4.36689 18.1139C4.27276 17.7822 4.2867 17.3696 4.31459 16.5445C4.34707 15.5834 4.07828 14.8996 3.35212 14.2209C2.74898 13.6572 2.44741 13.3754 2.27941 13.0743C1.90686 12.4065 1.90686 11.5935 2.27941 10.9257C2.44741 10.6246 2.74898 10.3428 3.35212 9.77907C4.07828 9.10038 4.34707 8.41658 4.31459 7.45546C4.2867 6.63038 4.27276 6.21784 4.36689 5.88612C4.57561 5.15054 5.15054 4.57561 5.88612 4.36689C7.32838 3.95764 8.57898 4.63615 9.77907 3.35212Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shapes-icons-shapes{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 8C6.20914 8 8 6.20914 8 4C8 3.2722 8 2.90829 8.02385 2.80107C8.13266 2.31172 8.28121 2.16103 8.76894 2.0452C8.87582 2.01982 9.08666 2.01679 9.50835 2.01074C10.2571 2 11.084 2 12 2C13.3714 2 14.5433 2 15.5518 2.03606C15.9598 2.05065 16.1639 2.05794 16.2867 2.09469C16.7096 2.22123 16.8563 2.37333 16.9677 2.80046C17 2.92452 17 3.28301 17 4C17 6.20914 18.7909 8 21 8C21.4931 8 21.963 8.34313 21.9759 8.83609C22 9.75428 22 10.8009 22 12C22 12.916 22 13.7429 21.9893 14.4916C21.9832 14.9133 21.9802 15.1242 21.9548 15.2311C21.839 15.7188 21.6883 15.8673 21.1989 15.9762C21.0917 16 20.7278 16 20 16C17.7909 16 16 17.7909 16 20C16 20.7278 16 21.0917 15.9762 21.1989C15.8673 21.6883 15.7188 21.839 15.2311 21.9548C15.1242 21.9802 14.9133 21.9832 14.4917 21.9893C13.7429 22 12.916 22 12 22C11.084 22 10.2571 22 9.50835 21.9893C9.08666 21.9832 8.87582 21.9802 8.76894 21.9548C8.28121 21.839 8.13266 21.6883 8.02385 21.1989C8 21.0917 8 20.7278 8 20C8 17.7909 6.20914 16 4 16C3.27219 16 2.90829 16 2.80106 15.9762C2.31172 15.8673 2.16103 15.7188 2.0452 15.2311C2.01982 15.1242 2.01679 14.9133 2.01074 14.4916C2 13.7429 2 12.916 2 12C2 11.084 2 10.2571 2.01074 9.50835C2.01679 9.08666 2.01982 8.87582 2.0452 8.76894C2.16103 8.28121 2.31172 8.13266 2.80107 8.02385C2.90829 8 3.2722 8 4 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 8C6.20914 8 8 6.20914 8 4C8 3.2722 8 2.90829 8.02385 2.80107C8.13266 2.31172 8.28121 2.16103 8.76894 2.0452C8.87582 2.01982 9.08666 2.01679 9.50835 2.01074C10.2571 2 11.084 2 12 2C13.3714 2 14.5433 2 15.5518 2.03606C15.9598 2.05065 16.1639 2.05794 16.2867 2.09469C16.7096 2.22123 16.8563 2.37333 16.9677 2.80046C17 2.92452 17 3.28301 17 4C17 6.20914 18.7909 8 21 8C21.4931 8 21.963 8.34313 21.9759 8.83609C22 9.75428 22 10.8009 22 12C22 12.916 22 13.7429 21.9893 14.4916C21.9832 14.9133 21.9802 15.1242 21.9548 15.2311C21.839 15.7188 21.6883 15.8673 21.1989 15.9762C21.0917 16 20.7278 16 20 16C17.7909 16 16 17.7909 16 20C16 20.7278 16 21.0917 15.9762 21.1989C15.8673 21.6883 15.7188 21.839 15.2311 21.9548C15.1242 21.9802 14.9133 21.9832 14.4917 21.9893C13.7429 22 12.916 22 12 22C11.084 22 10.2571 22 9.50835 21.9893C9.08666 21.9832 8.87582 21.9802 8.76894 21.9548C8.28121 21.839 8.13266 21.6883 8.02385 21.1989C8 21.0917 8 20.7278 8 20C8 17.7909 6.20914 16 4 16C3.27219 16 2.90829 16 2.80106 15.9762C2.31172 15.8673 2.16103 15.7188 2.0452 15.2311C2.01982 15.1242 2.01679 14.9133 2.01074 14.4916C2 13.7429 2 12.916 2 12C2 11.084 2 10.2571 2.01074 9.50835C2.01679 9.08666 2.01982 8.87582 2.0452 8.76894C2.16103 8.28121 2.31172 8.13266 2.80107 8.02385C2.90829 8 3.2722 8 4 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shapes-icons-spirals{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9532 2C17.5019 2 22 6.47715 22 12C22 17.5228 17.5019 22 11.9532 22C-0.631103 22 -1.82658 4.01755 11.4985 5C14.8499 5.2471 18.0289 8.41015 18.0289 12C18.0289 16.5 15.2348 18.5 11.4985 18.5C4.5 18.5 3.19042 8.46691 11.0021 9C12.508 9.10276 14.0162 10.3431 14.0162 12C14.0162 13.9278 13 15 11.1211 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9532 2C17.5019 2 22 6.47715 22 12C22 17.5228 17.5019 22 11.9532 22C-0.631103 22 -1.82658 4.01755 11.4985 5C14.8499 5.2471 18.0289 8.41015 18.0289 12C18.0289 16.5 15.2348 18.5 11.4985 18.5C4.5 18.5 3.19042 8.46691 11.0021 9C12.508 9.10276 14.0162 10.3431 14.0162 12C14.0162 13.9278 13 15 11.1211 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shapes-icons-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shapes-icons-triangle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.59347 9.22474C7.83881 5.62322 8.96148 3.82246 10.4326 3.28C11.445 2.90667 12.555 2.90667 13.5674 3.28C15.0385 3.82246 16.1612 5.62322 18.4065 9.22474C20.9338 13.2785 22.1975 15.3054 21.9749 16.9779C21.8222 18.125 21.2521 19.173 20.3762 19.9163C19.0993 21 16.7328 21 12 21C7.26716 21 4.90074 21 3.62378 19.9163C2.74792 19.173 2.17775 18.125 2.02509 16.9779C1.80252 15.3054 3.06617 13.2785 5.59347 9.22474Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.59347 9.22474C7.83881 5.62322 8.96148 3.82246 10.4326 3.28C11.445 2.90667 12.555 2.90667 13.5674 3.28C15.0385 3.82246 16.1612 5.62322 18.4065 9.22474C20.9338 13.2785 22.1975 15.3054 21.9749 16.9779C21.8222 18.125 21.2521 19.173 20.3762 19.9163C19.0993 21 16.7328 21 12 21C7.26716 21 4.90074 21 3.62378 19.9163C2.74792 19.173 2.17775 18.125 2.02509 16.9779C1.80252 15.3054 3.06617 13.2785 5.59347 9.22474Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-affiliate{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9644 4.50615C21.9644 4.50615 22.1405 2.72142 21.7095 2.29048M21.7095 2.29048C21.276 1.85699 19.4941 2.0371 19.4941 2.0371M21.7095 2.29048L19 4.99997%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9644 19.4938C21.9644 19.4938 22.1405 21.2785 21.7095 21.7095M21.7095 21.7095C21.276 22.143 19.4941 21.9629 19.4941 21.9629M21.7095 21.7095L19 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.29048 2.29047L5 4.99997M2.29048 2.29047C2.72397 1.85699 4.50593 2.0371 4.50593 2.0371M2.29048 2.29047C1.85953 2.72142 2.03561 4.50614 2.03561 4.50614%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.29048 21.7095L5 19M2.29048 21.7095C2.72397 22.143 4.50593 21.9629 4.50593 21.9629M2.29048 21.7095C1.85953 21.2786 2.03561 19.4939 2.03561 19.4939%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.914 9.30127C10.8094 9.30127 10 9.94342 10 10.6887C10 11.4339 10.5219 11.8999 12 11.8999C13.6282 11.8999 14 12.6423 14 13.3875C14 14.1328 13.2883 14.7214 11.914 14.7214M11.914 9.30127C12.7848 9.30127 13.2451 9.60613 13.6086 10.0165M11.914 9.30127V8.45703M11.914 14.7214C11.0432 14.7214 10.7046 14.5494 10.225 14.1154M11.914 14.7214V15.5088%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.9644 4.50615C21.9644 4.50615 22.1405 2.72142 21.7095 2.29048M21.7095 2.29048C21.276 1.85699 19.4941 2.0371 19.4941 2.0371M21.7095 2.29048L19 4.99997%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9644 19.4938C21.9644 19.4938 22.1405 21.2785 21.7095 21.7095M21.7095 21.7095C21.276 22.143 19.4941 21.9629 19.4941 21.9629M21.7095 21.7095L19 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.29048 2.29047L5 4.99997M2.29048 2.29047C2.72397 1.85699 4.50593 2.0371 4.50593 2.0371M2.29048 2.29047C1.85953 2.72142 2.03561 4.50614 2.03561 4.50614%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.29048 21.7095L5 19M2.29048 21.7095C2.72397 22.143 4.50593 21.9629 4.50593 21.9629M2.29048 21.7095C1.85953 21.2786 2.03561 19.4939 2.03561 19.4939%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.914 9.30127C10.8094 9.30127 10 9.94342 10 10.6887C10 11.4339 10.5219 11.8999 12 11.8999C13.6282 11.8999 14 12.6423 14 13.3875C14 14.1328 13.2883 14.7214 11.914 14.7214M11.914 9.30127C12.7848 9.30127 13.2451 9.60613 13.6086 10.0165M11.914 9.30127V8.45703M11.914 14.7214C11.0432 14.7214 10.7046 14.5494 10.225 14.1154M11.914 14.7214V15.5088%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-bar-code-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 4V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 4V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.49981 20H7.50879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 20H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.4998 20H16.5088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 4V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 4V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.49981 20H7.50879%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 20H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.4998 20H16.5088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-bar-code-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18V6C8 5.05719 8 4.58579 8.29289 4.29289C8.58579 4 9.05719 4 10 4C10.9428 4 11.4142 4 11.7071 4.29289C12 4.58579 12 5.05719 12 6V18C12 18.9428 12 19.4142 11.7071 19.7071C11.4142 20 10.9428 20 10 20C9.05719 20 8.58579 20 8.29289 19.7071C8 19.4142 8 18.9428 8 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18V6C18 5.05719 18 4.58579 18.2929 4.29289C18.5858 4 19.0572 4 20 4C20.9428 4 21.4142 4 21.7071 4.29289C22 4.58579 22 5.05719 22 6V18C22 18.9428 22 19.4142 21.7071 19.7071C21.4142 20 20.9428 20 20 20C19.0572 20 18.5858 20 18.2929 19.7071C18 19.4142 18 18.9428 18 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 18V6C8 5.05719 8 4.58579 8.29289 4.29289C8.58579 4 9.05719 4 10 4C10.9428 4 11.4142 4 11.7071 4.29289C12 4.58579 12 5.05719 12 6V18C12 18.9428 12 19.4142 11.7071 19.7071C11.4142 20 10.9428 20 10 20C9.05719 20 8.58579 20 8.29289 19.7071C8 19.4142 8 18.9428 8 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18V6C18 5.05719 18 4.58579 18.2929 4.29289C18.5858 4 19.0572 4 20 4C20.9428 4 21.4142 4 21.7071 4.29289C22 4.58579 22 5.05719 22 6V18C22 18.9428 22 19.4142 21.7071 19.7071C21.4142 20 20.9428 20 20 20C19.0572 20 18.5858 20 18.2929 19.7071C18 19.4142 18 18.9428 18 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-cargo-ship{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21.494C3.2945 21.5899 4.38367 20.5 5.33333 20.5C6.283 20.5 7.82473 21.5053 8.66667 21.494C9.67699 21.5025 10.8604 20.5 12 20.5C13.1396 20.5 14.323 21.5025 15.3333 21.494C16.6278 21.5899 17.717 20.5 18.6667 20.5C19.6163 20.5 21.1581 21.5053 22 21.494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 20.5C4.58214 18.7336 3.58286 16.4728 3.15734 15.2748C3.0224 14.8949 2.95494 14.705 3.03329 14.5234C3.11163 14.3419 3.30377 14.2568 3.68803 14.0866L11.1772 10.7692C11.5824 10.5897 11.785 10.5 12 10.5C12.215 10.5 12.4176 10.5897 12.8228 10.7692L20.312 14.0866C20.6962 14.2568 20.8884 14.3419 20.9667 14.5234C21.0451 14.705 20.9776 14.8949 20.8427 15.2748C20.4171 16.4728 19.4179 18.7336 18 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 13L6.21591 10.1932C6.35068 8.44115 6.41807 7.56511 6.99316 7.03256C7.56826 6.5 8.44688 6.5 10.2041 6.5H13.7959C15.5531 6.5 16.4317 6.5 17.0068 7.03256C17.5819 7.56511 17.6493 8.44115 17.7841 10.1932L18 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 6.5L8.67151 5.1279C8.82792 3.87661 8.90613 3.25097 9.33147 2.87548C9.75681 2.5 10.3873 2.5 11.6483 2.5H12.3517C13.6127 2.5 14.2432 2.5 14.6685 2.87548C15.0939 3.25097 15.1721 3.87661 15.3285 5.1279L15.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21.494C3.2945 21.5899 4.38367 20.5 5.33333 20.5C6.283 20.5 7.82473 21.5053 8.66667 21.494C9.67699 21.5025 10.8604 20.5 12 20.5C13.1396 20.5 14.323 21.5025 15.3333 21.494C16.6278 21.5899 17.717 20.5 18.6667 20.5C19.6163 20.5 21.1581 21.5053 22 21.494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 20.5C4.58214 18.7336 3.58286 16.4728 3.15734 15.2748C3.0224 14.8949 2.95494 14.705 3.03329 14.5234C3.11163 14.3419 3.30377 14.2568 3.68803 14.0866L11.1772 10.7692C11.5824 10.5897 11.785 10.5 12 10.5C12.215 10.5 12.4176 10.5897 12.8228 10.7692L20.312 14.0866C20.6962 14.2568 20.8884 14.3419 20.9667 14.5234C21.0451 14.705 20.9776 14.8949 20.8427 15.2748C20.4171 16.4728 19.4179 18.7336 18 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 13L6.21591 10.1932C6.35068 8.44115 6.41807 7.56511 6.99316 7.03256C7.56826 6.5 8.44688 6.5 10.2041 6.5H13.7959C15.5531 6.5 16.4317 6.5 17.0068 7.03256C17.5819 7.56511 17.6493 8.44115 17.7841 10.1932L18 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 6.5L8.67151 5.1279C8.82792 3.87661 8.90613 3.25097 9.33147 2.87548C9.75681 2.5 10.3873 2.5 11.6483 2.5H12.3517C13.6127 2.5 14.2432 2.5 14.6685 2.87548C15.0939 3.25097 15.1721 3.87661 15.3285 5.1279L15.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-container-truck-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 17.5C19.5 18.8807 18.3807 20 17 20C15.6193 20 14.5 18.8807 14.5 17.5C14.5 16.1193 15.6193 15 17 15C18.3807 15 19.5 16.1193 19.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 17.5C9.5 18.8807 8.38071 20 7 20C5.61929 20 4.5 18.8807 4.5 17.5C4.5 16.1193 5.61929 15 7 15C8.38071 15 9.5 16.1193 9.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 17.5H9.5M19.5 17.5H20.2632C20.4831 17.5 20.5931 17.5 20.6855 17.4885C21.3669 17.4036 21.9036 16.8669 21.9885 16.1855C22 16.0931 22 15.9831 22 15.7632V13C22 9.41015 19.0899 6.5 15.5 6.5M15 15.5V7C15 5.58579 15 4.87868 14.5607 4.43934C14.1213 4 13.4142 4 12 4H5C3.58579 4 2.87868 4 2.43934 4.43934C2 4.87868 2 5.58579 2 7V15C2 15.9346 2 16.4019 2.20096 16.75C2.33261 16.978 2.52197 17.1674 2.75 17.299C3.09808 17.5 3.56538 17.5 4.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 7V10.9998M10.5 7V10.9998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 17.5C19.5 18.8807 18.3807 20 17 20C15.6193 20 14.5 18.8807 14.5 17.5C14.5 16.1193 15.6193 15 17 15C18.3807 15 19.5 16.1193 19.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 17.5C9.5 18.8807 8.38071 20 7 20C5.61929 20 4.5 18.8807 4.5 17.5C4.5 16.1193 5.61929 15 7 15C8.38071 15 9.5 16.1193 9.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 17.5H9.5M19.5 17.5H20.2632C20.4831 17.5 20.5931 17.5 20.6855 17.4885C21.3669 17.4036 21.9036 16.8669 21.9885 16.1855C22 16.0931 22 15.9831 22 15.7632V13C22 9.41015 19.0899 6.5 15.5 6.5M15 15.5V7C15 5.58579 15 4.87868 14.5607 4.43934C14.1213 4 13.4142 4 12 4H5C3.58579 4 2.87868 4 2.43934 4.43934C2 4.87868 2 5.58579 2 7V15C2 15.9346 2 16.4019 2.20096 16.75C2.33261 16.978 2.52197 17.1674 2.75 17.299C3.09808 17.5 3.56538 17.5 4.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 7V10.9998M10.5 7V10.9998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-container-truck-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 17.5C19.5 18.8807 18.3807 20 17 20C15.6193 20 14.5 18.8807 14.5 17.5C14.5 16.1193 15.6193 15 17 15C18.3807 15 19.5 16.1193 19.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 17.5C9.5 18.8807 8.38071 20 7 20C5.61929 20 4.5 18.8807 4.5 17.5C4.5 16.1193 5.61929 15 7 15C8.38071 15 9.5 16.1193 9.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 17.5H9.5M15 15.5V7C15 5.58579 15 4.87868 14.5607 4.43934C14.1213 4 13.4142 4 12 4H5C3.58579 4 2.87868 4 2.43934 4.43934C2 4.87868 2 5.58579 2 7V15C2 15.9346 2 16.4019 2.20096 16.75C2.33261 16.978 2.52197 17.1674 2.75 17.299C3.09808 17.5 3.56538 17.5 4.5 17.5M15.5 6.5H17.3014C18.1311 6.5 18.5459 6.5 18.8898 6.6947C19.2336 6.8894 19.4471 7.2451 19.8739 7.95651L21.5725 10.7875C21.7849 11.1415 21.8911 11.3186 21.9456 11.5151C22 11.7116 22 11.918 22 12.331V15C22 15.9346 22 16.4019 21.799 16.75C21.6674 16.978 21.478 17.1674 21.25 17.299C20.9019 17.5 20.4346 17.5 19.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 7V10.9998M10.5 7V10.9998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 17.5C19.5 18.8807 18.3807 20 17 20C15.6193 20 14.5 18.8807 14.5 17.5C14.5 16.1193 15.6193 15 17 15C18.3807 15 19.5 16.1193 19.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 17.5C9.5 18.8807 8.38071 20 7 20C5.61929 20 4.5 18.8807 4.5 17.5C4.5 16.1193 5.61929 15 7 15C8.38071 15 9.5 16.1193 9.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 17.5H9.5M15 15.5V7C15 5.58579 15 4.87868 14.5607 4.43934C14.1213 4 13.4142 4 12 4H5C3.58579 4 2.87868 4 2.43934 4.43934C2 4.87868 2 5.58579 2 7V15C2 15.9346 2 16.4019 2.20096 16.75C2.33261 16.978 2.52197 17.1674 2.75 17.299C3.09808 17.5 3.56538 17.5 4.5 17.5M15.5 6.5H17.3014C18.1311 6.5 18.5459 6.5 18.8898 6.6947C19.2336 6.8894 19.4471 7.2451 19.8739 7.95651L21.5725 10.7875C21.7849 11.1415 21.8911 11.3186 21.9456 11.5151C22 11.7116 22 11.918 22 12.331V15C22 15.9346 22 16.4019 21.799 16.75C21.6674 16.978 21.478 17.1674 21.25 17.299C20.9019 17.5 20.4346 17.5 19.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 7V10.9998M10.5 7V10.9998%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-coupon-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8738 21.5123L8.84345 20.3072C8.32816 20.0014 8.07051 19.8484 7.78457 19.8396C7.47557 19.83 7.21336 19.9767 6.65655 20.3072C6.03294 20.6774 4.79293 21.697 3.99083 21.2108C3.5 20.9132 3.5 20.1574 3.5 18.6457V8C3.5 5.17157 3.5 3.75736 4.37868 2.87868C5.25736 2 6.67157 2 9.5 2H14.5C17.3284 2 18.7426 2 19.6213 2.87868C20.5 3.75736 20.5 5.17157 20.5 8V18.6457C20.5 20.1574 20.5 20.9132 20.0092 21.2108C19.2071 21.697 17.9671 20.6774 17.3434 20.3072C16.8282 20.0014 16.5705 19.8484 16.2846 19.8396C15.9756 19.83 15.7134 19.9767 15.1566 20.3072L13.1262 21.5123C12.5786 21.8374 12.3047 21.9999 12 21.9999C11.6953 21.9999 11.4214 21.8374 10.8738 21.5123Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8L9 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14H14.991M9.00897 8H9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.8738 21.5123L8.84345 20.3072C8.32816 20.0014 8.07051 19.8484 7.78457 19.8396C7.47557 19.83 7.21336 19.9767 6.65655 20.3072C6.03294 20.6774 4.79293 21.697 3.99083 21.2108C3.5 20.9132 3.5 20.1574 3.5 18.6457V8C3.5 5.17157 3.5 3.75736 4.37868 2.87868C5.25736 2 6.67157 2 9.5 2H14.5C17.3284 2 18.7426 2 19.6213 2.87868C20.5 3.75736 20.5 5.17157 20.5 8V18.6457C20.5 20.1574 20.5 20.9132 20.0092 21.2108C19.2071 21.697 17.9671 20.6774 17.3434 20.3072C16.8282 20.0014 16.5705 19.8484 16.2846 19.8396C15.9756 19.83 15.7134 19.9767 15.1566 20.3072L13.1262 21.5123C12.5786 21.8374 12.3047 21.9999 12 21.9999C11.6953 21.9999 11.4214 21.8374 10.8738 21.5123Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 8L9 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 14H14.991M9.00897 8H9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-coupon-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.83152 21.3478L7.31312 20.6576C6.85764 20.0511 5.89044 20.1 5.50569 20.7488C4.96572 21.6595 3.5 21.2966 3.5 20.2523V3.74775C3.5 2.7034 4.96572 2.3405 5.50569 3.25115C5.89044 3.90003 6.85764 3.94888 7.31312 3.34244L7.83152 2.65222C8.48467 1.78259 9.84866 1.78259 10.5018 2.65222L10.5833 2.76076C11.2764 3.68348 12.7236 3.68348 13.4167 2.76076L13.4982 2.65222C14.1513 1.78259 15.5153 1.78259 16.1685 2.65222L16.6869 3.34244C17.1424 3.94888 18.1096 3.90003 18.4943 3.25115C19.0343 2.3405 20.5 2.7034 20.5 3.74774V20.2523C20.5 21.2966 19.0343 21.6595 18.4943 20.7488C18.1096 20.1 17.1424 20.0511 16.6869 20.6576L16.1685 21.3478C15.5153 22.2174 14.1513 22.2174 13.4982 21.3478L13.4167 21.2392C12.7236 20.3165 11.2764 20.3165 10.5833 21.2392L10.5018 21.3478C9.84866 22.2174 8.48467 22.2174 7.83152 21.3478Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9L9 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15H14.991M9.00897 9H9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.83152 21.3478L7.31312 20.6576C6.85764 20.0511 5.89044 20.1 5.50569 20.7488C4.96572 21.6595 3.5 21.2966 3.5 20.2523V3.74775C3.5 2.7034 4.96572 2.3405 5.50569 3.25115C5.89044 3.90003 6.85764 3.94888 7.31312 3.34244L7.83152 2.65222C8.48467 1.78259 9.84866 1.78259 10.5018 2.65222L10.5833 2.76076C11.2764 3.68348 12.7236 3.68348 13.4167 2.76076L13.4982 2.65222C14.1513 1.78259 15.5153 1.78259 16.1685 2.65222L16.6869 3.34244C17.1424 3.94888 18.1096 3.90003 18.4943 3.25115C19.0343 2.3405 20.5 2.7034 20.5 3.74774V20.2523C20.5 21.2966 19.0343 21.6595 18.4943 20.7488C18.1096 20.1 17.1424 20.0511 16.6869 20.6576L16.1685 21.3478C15.5153 22.2174 14.1513 22.2174 13.4982 21.3478L13.4167 21.2392C12.7236 20.3165 11.2764 20.3165 10.5833 21.2392L10.5018 21.3478C9.84866 22.2174 8.48467 22.2174 7.83152 21.3478Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 9L9 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15H14.991M9.00897 9H9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-coupon-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.46433 9.34375C2.21579 9.34375 1.98899 9.14229 2.00041 8.87895C2.06733 7.33687 2.25481 6.33298 2.78008 5.53884C3.08228 5.08196 3.45765 4.68459 3.88923 4.36468C5.05575 3.5 6.70139 3.5 9.99266 3.5H14.0074C17.2986 3.5 18.9443 3.5 20.1108 4.36468C20.5424 4.68459 20.9177 5.08196 21.2199 5.53884C21.7452 6.33289 21.9327 7.33665 21.9996 8.87843C22.011 9.14208 21.7839 9.34375 21.5351 9.34375C20.1493 9.34375 19.0259 10.533 19.0259 12C19.0259 13.467 20.1493 14.6562 21.5351 14.6562C21.7839 14.6562 22.011 14.8579 21.9996 15.1216C21.9327 16.6634 21.7452 17.6671 21.2199 18.4612C20.9177 18.918 20.5424 19.3154 20.1108 19.6353C18.9443 20.5 17.2986 20.5 14.0074 20.5H9.99266C6.70139 20.5 5.05575 20.5 3.88923 19.6353C3.45765 19.3154 3.08228 18.918 2.78008 18.4612C2.25481 17.667 2.06733 16.6631 2.00041 15.1211C1.98899 14.8577 2.21579 14.6562 2.46433 14.6562C3.85012 14.6562 4.97352 13.467 4.97352 12C4.97352 10.533 3.85012 9.34375 2.46433 9.34375Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.46433 9.34375C2.21579 9.34375 1.98899 9.14229 2.00041 8.87895C2.06733 7.33687 2.25481 6.33298 2.78008 5.53884C3.08228 5.08196 3.45765 4.68459 3.88923 4.36468C5.05575 3.5 6.70139 3.5 9.99266 3.5H14.0074C17.2986 3.5 18.9443 3.5 20.1108 4.36468C20.5424 4.68459 20.9177 5.08196 21.2199 5.53884C21.7452 6.33289 21.9327 7.33665 21.9996 8.87843C22.011 9.14208 21.7839 9.34375 21.5351 9.34375C20.1493 9.34375 19.0259 10.533 19.0259 12C19.0259 13.467 20.1493 14.6562 21.5351 14.6562C21.7839 14.6562 22.011 14.8579 21.9996 15.1216C21.9327 16.6634 21.7452 17.6671 21.2199 18.4612C20.9177 18.918 20.5424 19.3154 20.1108 19.6353C18.9443 20.5 17.2986 20.5 14.0074 20.5H9.99266C6.70139 20.5 5.05575 20.5 3.88923 19.6353C3.45765 19.3154 3.08228 18.918 2.78008 18.4612C2.25481 17.667 2.06733 16.6631 2.00041 15.1211C1.98899 14.8577 2.21579 14.6562 2.46433 14.6562C3.85012 14.6562 4.97352 13.467 4.97352 12C4.97352 10.533 3.85012 9.34375 2.46433 9.34375Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-coupon-percent{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.46433 9.34375C2.21579 9.34375 1.98899 9.14229 2.00041 8.87895C2.06733 7.33687 2.25481 6.33298 2.78008 5.53884C3.08228 5.08196 3.45765 4.68459 3.88923 4.36468C5.05575 3.5 6.70139 3.5 9.99266 3.5H14.0074C17.2986 3.5 18.9443 3.5 20.1108 4.36468C20.5424 4.68459 20.9177 5.08196 21.2199 5.53884C21.7452 6.33289 21.9327 7.33665 21.9996 8.87843C22.011 9.14208 21.7839 9.34375 21.5351 9.34375C20.1493 9.34375 19.0259 10.533 19.0259 12C19.0259 13.467 20.1493 14.6562 21.5351 14.6562C21.7839 14.6562 22.011 14.8579 21.9996 15.1216C21.9327 16.6634 21.7452 17.6671 21.2199 18.4612C20.9177 18.918 20.5424 19.3154 20.1108 19.6353C18.9443 20.5 17.2986 20.5 14.0074 20.5H9.99266C6.70139 20.5 5.05575 20.5 3.88923 19.6353C3.45765 19.3154 3.08228 18.918 2.78008 18.4612C2.25481 17.667 2.06733 16.6631 2.00041 15.1211C1.98899 14.8577 2.21579 14.6562 2.46433 14.6562C3.85012 14.6562 4.97352 13.467 4.97352 12C4.97352 10.533 3.85012 9.34375 2.46433 9.34375Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 14.5L14.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 9.5H9.51122M14.4888 14.5H14.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.46433 9.34375C2.21579 9.34375 1.98899 9.14229 2.00041 8.87895C2.06733 7.33687 2.25481 6.33298 2.78008 5.53884C3.08228 5.08196 3.45765 4.68459 3.88923 4.36468C5.05575 3.5 6.70139 3.5 9.99266 3.5H14.0074C17.2986 3.5 18.9443 3.5 20.1108 4.36468C20.5424 4.68459 20.9177 5.08196 21.2199 5.53884C21.7452 6.33289 21.9327 7.33665 21.9996 8.87843C22.011 9.14208 21.7839 9.34375 21.5351 9.34375C20.1493 9.34375 19.0259 10.533 19.0259 12C19.0259 13.467 20.1493 14.6562 21.5351 14.6562C21.7839 14.6562 22.011 14.8579 21.9996 15.1216C21.9327 16.6634 21.7452 17.6671 21.2199 18.4612C20.9177 18.918 20.5424 19.3154 20.1108 19.6353C18.9443 20.5 17.2986 20.5 14.0074 20.5H9.99266C6.70139 20.5 5.05575 20.5 3.88923 19.6353C3.45765 19.3154 3.08228 18.918 2.78008 18.4612C2.25481 17.667 2.06733 16.6631 2.00041 15.1211C1.98899 14.8577 2.21579 14.6562 2.46433 14.6562C3.85012 14.6562 4.97352 13.467 4.97352 12C4.97352 10.533 3.85012 9.34375 2.46433 9.34375Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 14.5L14.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 9.5H9.51122M14.4888 14.5H14.5%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-customer-support{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 10.8045C17 10.4588 17 10.286 17.052 10.132C17.2032 9.68444 17.6018 9.51076 18.0011 9.32888C18.45 9.12442 18.6744 9.02219 18.8968 9.0042C19.1493 8.98378 19.4022 9.03818 19.618 9.15929C19.9041 9.31984 20.1036 9.62493 20.3079 9.87302C21.2513 11.0188 21.7229 11.5918 21.8955 12.2236C22.0348 12.7334 22.0348 13.2666 21.8955 13.7764C21.6438 14.6979 20.8485 15.4704 20.2598 16.1854C19.9587 16.5511 19.8081 16.734 19.618 16.8407C19.4022 16.9618 19.1493 17.0162 18.8968 16.9958C18.6744 16.9778 18.45 16.8756 18.0011 16.6711C17.6018 16.4892 17.2032 16.3156 17.052 15.868C17 15.714 17 15.5412 17 15.1955V10.8045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 10.8046C7 10.3694 6.98778 9.97821 6.63591 9.6722C6.50793 9.5609 6.33825 9.48361 5.99891 9.32905C5.55001 9.12458 5.32556 9.02235 5.10316 9.00436C4.43591 8.9504 4.07692 9.40581 3.69213 9.87318C2.74875 11.019 2.27706 11.5919 2.10446 12.2237C1.96518 12.7336 1.96518 13.2668 2.10446 13.7766C2.3562 14.6981 3.15152 15.4705 3.74021 16.1856C4.11129 16.6363 4.46577 17.0475 5.10316 16.996C5.32556 16.978 5.55001 16.8757 5.99891 16.6713C6.33825 16.5167 6.50793 16.4394 6.63591 16.3281C6.98778 16.0221 7 15.631 7 15.1957V10.8046Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 9C5 5.68629 8.13401 3 12 3C15.866 3 19 5.68629 19 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22square%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17V17.8C19 19.5673 17.2091 21 15 21H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 10.8045C17 10.4588 17 10.286 17.052 10.132C17.2032 9.68444 17.6018 9.51076 18.0011 9.32888C18.45 9.12442 18.6744 9.02219 18.8968 9.0042C19.1493 8.98378 19.4022 9.03818 19.618 9.15929C19.9041 9.31984 20.1036 9.62493 20.3079 9.87302C21.2513 11.0188 21.7229 11.5918 21.8955 12.2236C22.0348 12.7334 22.0348 13.2666 21.8955 13.7764C21.6438 14.6979 20.8485 15.4704 20.2598 16.1854C19.9587 16.5511 19.8081 16.734 19.618 16.8407C19.4022 16.9618 19.1493 17.0162 18.8968 16.9958C18.6744 16.9778 18.45 16.8756 18.0011 16.6711C17.6018 16.4892 17.2032 16.3156 17.052 15.868C17 15.714 17 15.5412 17 15.1955V10.8045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 10.8046C7 10.3694 6.98778 9.97821 6.63591 9.6722C6.50793 9.5609 6.33825 9.48361 5.99891 9.32905C5.55001 9.12458 5.32556 9.02235 5.10316 9.00436C4.43591 8.9504 4.07692 9.40581 3.69213 9.87318C2.74875 11.019 2.27706 11.5919 2.10446 12.2237C1.96518 12.7336 1.96518 13.2668 2.10446 13.7766C2.3562 14.6981 3.15152 15.4705 3.74021 16.1856C4.11129 16.6363 4.46577 17.0475 5.10316 16.996C5.32556 16.978 5.55001 16.8757 5.99891 16.6713C6.33825 16.5167 6.50793 16.4394 6.63591 16.3281C6.98778 16.0221 7 15.631 7 15.1957V10.8046Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M5 9C5 5.68629 8.13401 3 12 3C15.866 3 19 5.68629 19 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22square%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 17V17.8C19 19.5673 17.2091 21 15 21H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-delivered-sent{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 9V13.947C2 16.329 2 17.52 2.73223 18.26C3.2191 18.752 3.90328 18.9169 5 18.9722M12.4271 5C13.3404 5.2999 14.0564 6.02354 14.3532 6.94653C14.5 7.40322 14.5 7.96752 14.5 9.09613C14.5 9.84853 14.5 10.2247 14.5979 10.5292C14.7957 11.1445 15.2731 11.6269 15.882 11.8269C16.1832 11.9258 16.5555 11.9258 17.3 11.9258H22V13.947C22 16.329 22 17.52 21.2678 18.26C20.7809 18.752 20.0967 18.9169 19 18.9722M9 19H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 7H16.3212C17.7766 7 18.5042 7 19.0964 7.35371C19.6886 7.70742 20.0336 8.34811 20.7236 9.6295L22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.32653 8L8.81309 6.82582C9.60436 6.20083 10 5.88833 10 5.5M7.32653 3L8.81309 4.17417C9.60436 4.79917 10 5.11168 10 5.5M10 5.5L2 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%227%22 cy%3D%2219%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 9V13.947C2 16.329 2 17.52 2.73223 18.26C3.2191 18.752 3.90328 18.9169 5 18.9722M12.4271 5C13.3404 5.2999 14.0564 6.02354 14.3532 6.94653C14.5 7.40322 14.5 7.96752 14.5 9.09613C14.5 9.84853 14.5 10.2247 14.5979 10.5292C14.7957 11.1445 15.2731 11.6269 15.882 11.8269C16.1832 11.9258 16.5555 11.9258 17.3 11.9258H22V13.947C22 16.329 22 17.52 21.2678 18.26C20.7809 18.752 20.0967 18.9169 19 18.9722M9 19H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 7H16.3212C17.7766 7 18.5042 7 19.0964 7.35371C19.6886 7.70742 20.0336 8.34811 20.7236 9.6295L22 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.32653 8L8.81309 6.82582C9.60436 6.20083 10 5.88833 10 5.5M7.32653 3L8.81309 4.17417C9.60436 4.79917 10 5.11168 10 5.5M10 5.5L2 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-delivery-box-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 13.4286V8H22V13.4286C22 17.4692 22 19.4895 20.6983 20.7447C19.3965 22 17.3014 22 13.1111 22H10.8889C6.69863 22 4.6035 22 3.30175 20.7447C2 19.4895 2 17.4692 2 13.4286Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8L2.96154 5.69231C3.70726 3.90257 4.08013 3.0077 4.8359 2.50385C5.59167 2 6.56112 2 8.5 2H15.5C17.4389 2 18.4083 2 19.1641 2.50385C19.9199 3.0077 20.2927 3.90257 21.0385 5.69231L22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 13.4286V8H22V13.4286C22 17.4692 22 19.4895 20.6983 20.7447C19.3965 22 17.3014 22 13.1111 22H10.8889C6.69863 22 4.6035 22 3.30175 20.7447C2 19.4895 2 17.4692 2 13.4286Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8L2.96154 5.69231C3.70726 3.90257 4.08013 3.0077 4.8359 2.50385C5.59167 2 6.56112 2 8.5 2H15.5C17.4389 2 18.4083 2 19.1641 2.50385C19.9199 3.0077 20.2927 3.90257 21.0385 5.69231L22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-delivery-box-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.198 3H3.802C3.05147 3 2.6762 3 2.41637 3.17726C2.28768 3.26505 2.18133 3.38109 2.10567 3.51627C1.9529 3.78921 1.99024 4.15793 2.06493 4.89537C2.18958 6.12624 2.2519 6.74168 2.57823 7.18168C2.74084 7.40095 2.94701 7.58519 3.18414 7.72315C3.65999 8 4.28635 8 5.53908 8H18.4609C19.7136 8 20.34 8 20.8159 7.72315C21.053 7.58519 21.2592 7.40095 21.4218 7.18168C21.7481 6.74168 21.8104 6.12624 21.9351 4.89537C22.0098 4.15793 22.0471 3.78921 21.8943 3.51627C21.8187 3.38109 21.7123 3.26505 21.5836 3.17726C21.3238 3 20.9485 3 20.198 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8L3 13.0408C3 16.7928 3 18.6688 4.17157 19.8344C5.34315 21 7.22876 21 11 21H13C16.7712 21 18.6569 21 19.8284 19.8344C21 18.6688 21 16.7928 21 13.0408V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.198 3H3.802C3.05147 3 2.6762 3 2.41637 3.17726C2.28768 3.26505 2.18133 3.38109 2.10567 3.51627C1.9529 3.78921 1.99024 4.15793 2.06493 4.89537C2.18958 6.12624 2.2519 6.74168 2.57823 7.18168C2.74084 7.40095 2.94701 7.58519 3.18414 7.72315C3.65999 8 4.28635 8 5.53908 8H18.4609C19.7136 8 20.34 8 20.8159 7.72315C21.053 7.58519 21.2592 7.40095 21.4218 7.18168C21.7481 6.74168 21.8104 6.12624 21.9351 4.89537C22.0098 4.15793 22.0471 3.78921 21.8943 3.51627C21.8187 3.38109 21.7123 3.26505 21.5836 3.17726C21.3238 3 20.9485 3 20.198 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 8L3 13.0408C3 16.7928 3 18.6688 4.17157 19.8344C5.34315 21 7.22876 21 11 21H13C16.7712 21 18.6569 21 19.8284 19.8344C21 18.6688 21 16.7928 21 13.0408V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-delivery-delay-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 19.5C19.5 20.8807 18.3807 22 17 22C15.6193 22 14.5 20.8807 14.5 19.5C14.5 18.1193 15.6193 17 17 17C18.3807 17 19.5 18.1193 19.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 19.5C9.5 20.8807 8.38071 22 7 22C5.61929 22 4.5 20.8807 4.5 19.5C4.5 18.1193 5.61929 17 7 17C8.38071 17 9.5 18.1193 9.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 19.5H9.5M19.5 19.5H20.2632C20.4831 19.5 20.5931 19.5 20.6855 19.4885C21.3669 19.4036 21.9036 18.8669 21.9885 18.1855C22 18.0931 22 17.9831 22 17.7632V15C22 11.4101 19.0899 8.5 15.5 8.5M11 6H12C13.4142 6 14.1213 6 14.5607 6.43934C15 6.87868 15 7.58579 15 9V17.5M2 12V17C2 17.9346 2 18.4019 2.20096 18.75C2.33261 18.978 2.52197 19.1674 2.75 19.299C3.09808 19.5 3.56538 19.5 4.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.85 7.85L6.5 6.95V4.7M2 6.5C2 8.98528 4.01472 11 6.5 11C8.98528 11 11 8.98528 11 6.5C11 4.01472 8.98528 2 6.5 2C4.01472 2 2 4.01472 2 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 19.5C19.5 20.8807 18.3807 22 17 22C15.6193 22 14.5 20.8807 14.5 19.5C14.5 18.1193 15.6193 17 17 17C18.3807 17 19.5 18.1193 19.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 19.5C9.5 20.8807 8.38071 22 7 22C5.61929 22 4.5 20.8807 4.5 19.5C4.5 18.1193 5.61929 17 7 17C8.38071 17 9.5 18.1193 9.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 19.5H9.5M19.5 19.5H20.2632C20.4831 19.5 20.5931 19.5 20.6855 19.4885C21.3669 19.4036 21.9036 18.8669 21.9885 18.1855C22 18.0931 22 17.9831 22 17.7632V15C22 11.4101 19.0899 8.5 15.5 8.5M11 6H12C13.4142 6 14.1213 6 14.5607 6.43934C15 6.87868 15 7.58579 15 9V17.5M2 12V17C2 17.9346 2 18.4019 2.20096 18.75C2.33261 18.978 2.52197 19.1674 2.75 19.299C3.09808 19.5 3.56538 19.5 4.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.85 7.85L6.5 6.95V4.7M2 6.5C2 8.98528 4.01472 11 6.5 11C8.98528 11 11 8.98528 11 6.5C11 4.01472 8.98528 2 6.5 2C4.01472 2 2 4.01472 2 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-delivery-delay-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 19.5C19.5 20.8807 18.3807 22 17 22C15.6193 22 14.5 20.8807 14.5 19.5C14.5 18.1193 15.6193 17 17 17C18.3807 17 19.5 18.1193 19.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 19.5C9.5 20.8807 8.38071 22 7 22C5.61929 22 4.5 20.8807 4.5 19.5C4.5 18.1193 5.61929 17 7 17C8.38071 17 9.5 18.1193 9.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12V17C2 17.9346 2 18.4019 2.20096 18.75C2.33261 18.978 2.52197 19.1674 2.75 19.299C3.09808 19.5 3.56538 19.5 4.5 19.5M14.5 19.5H9.5M15 17.5V9C15 7.58579 15 6.87868 14.5607 6.43934C14.1213 6 13.4142 6 12 6H11M15.5 8.5H17.3014C18.1311 8.5 18.5459 8.5 18.8898 8.6947C19.2336 8.8894 19.4471 9.2451 19.8739 9.95651L21.5725 12.7875C21.7849 13.1415 21.8911 13.3186 21.9456 13.5151C22 13.7116 22 13.918 22 14.331V17C22 17.9346 22 18.4019 21.799 18.75C21.6674 18.978 21.478 19.1674 21.25 19.299C20.9019 19.5 20.4346 19.5 19.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.85 7.85L6.5 6.95V4.7M2 6.5C2 8.98528 4.01472 11 6.5 11C8.98528 11 11 8.98528 11 6.5C11 4.01472 8.98528 2 6.5 2C4.01472 2 2 4.01472 2 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 19.5C19.5 20.8807 18.3807 22 17 22C15.6193 22 14.5 20.8807 14.5 19.5C14.5 18.1193 15.6193 17 17 17C18.3807 17 19.5 18.1193 19.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 19.5C9.5 20.8807 8.38071 22 7 22C5.61929 22 4.5 20.8807 4.5 19.5C4.5 18.1193 5.61929 17 7 17C8.38071 17 9.5 18.1193 9.5 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12V17C2 17.9346 2 18.4019 2.20096 18.75C2.33261 18.978 2.52197 19.1674 2.75 19.299C3.09808 19.5 3.56538 19.5 4.5 19.5M14.5 19.5H9.5M15 17.5V9C15 7.58579 15 6.87868 14.5607 6.43934C14.1213 6 13.4142 6 12 6H11M15.5 8.5H17.3014C18.1311 8.5 18.5459 8.5 18.8898 8.6947C19.2336 8.8894 19.4471 9.2451 19.8739 9.95651L21.5725 12.7875C21.7849 13.1415 21.8911 13.3186 21.9456 13.5151C22 13.7116 22 13.918 22 14.331V17C22 17.9346 22 18.4019 21.799 18.75C21.6674 18.978 21.478 19.1674 21.25 19.299C20.9019 19.5 20.4346 19.5 19.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.85 7.85L6.5 6.95V4.7M2 6.5C2 8.98528 4.01472 11 6.5 11C8.98528 11 11 8.98528 11 6.5C11 4.01472 8.98528 2 6.5 2C4.01472 2 2 4.01472 2 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-delivery-return-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.563 15.9763H18.8024C20.0815 15.9547 22.0357 16.628 22.0357 19.0563C22.0357 21.5758 19.6243 21.9981 18.8024 21.9981C17.9804 21.9981 10.2187 21.9981 7.9814 21.9981C5.4754 21.9981 2.0371 21.4905 2.03711 17.1673L2.03711 8.00195H22.0357V12.5189M15.563 15.9763C15.5684 15.7625 15.6594 15.5504 15.8362 15.3962L17.538 13.976M15.563 15.9763C15.5573 16.2046 15.6491 16.4348 15.8384 16.5987L17.538 17.9824%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.04297 7.98997L2.9645 5.68906C3.71227 3.90089 4.08617 3.00681 4.84403 2.50341C5.60188 2 6.574 2 8.51823 2H15.5375C17.4818 2 18.4538 2 19.2117 2.50341C19.9696 3.00681 20.3434 3.90089 21.0913 5.68906L22.0371 7.99354%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.563 15.9763H18.8024C20.0815 15.9547 22.0357 16.628 22.0357 19.0563C22.0357 21.5758 19.6243 21.9981 18.8024 21.9981C17.9804 21.9981 10.2187 21.9981 7.9814 21.9981C5.4754 21.9981 2.0371 21.4905 2.03711 17.1673L2.03711 8.00195H22.0357V12.5189M15.563 15.9763C15.5684 15.7625 15.6594 15.5504 15.8362 15.3962L17.538 13.976M15.563 15.9763C15.5573 16.2046 15.6491 16.4348 15.8384 16.5987L17.538 17.9824%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.04297 7.98997L2.9645 5.68906C3.71227 3.90089 4.08617 3.00681 4.84403 2.50341C5.60188 2 6.574 2 8.51823 2H15.5375C17.4818 2 18.4538 2 19.2117 2.50341C19.9696 3.00681 20.3434 3.90089 21.0913 5.68906L22.0371 7.99354%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-delivery-return-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.198 3H3.802C3.05147 3 2.6762 3 2.41637 3.17681C2.28768 3.26437 2.18133 3.38011 2.10567 3.51495C1.9529 3.78719 1.99024 4.15497 2.06493 4.89052C2.18958 6.11824 2.2519 6.7321 2.57823 7.17098C2.74084 7.38969 2.94701 7.57345 3.18414 7.71106C3.65999 7.9872 4.28635 7.9872 5.53908 7.9872H18.4609C19.7136 7.9872 20.34 7.9872 20.8159 7.71106C21.053 7.57345 21.2592 7.38969 21.4218 7.17098C21.7481 6.7321 21.8104 6.11824 21.9351 4.89052C22.0098 4.15497 22.0471 3.78719 21.8943 3.51495C21.8187 3.38011 21.7123 3.26437 21.5836 3.17681C21.3238 3 20.9485 3 20.198 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.539 15.9759L17.266 15.923C18.3523 15.903 20.503 16.1695 20.503 18.4252C20.503 20.7656 18.2542 20.9954 17.2408 20.9954C16.2274 20.9954 9.95112 20.9954 8.05112 20.9954C5.9229 20.9954 3.00292 20.5239 3.00293 16.508L3.00293 7.99414M14.539 15.9759C14.5436 15.7773 14.6209 15.5802 14.771 15.437L16.4847 13.9833M14.539 15.9759C14.5342 16.1879 14.6121 16.4018 14.7729 16.5541L16.4847 17.9685M20.9802 7.99414V13.0221%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.198 3H3.802C3.05147 3 2.6762 3 2.41637 3.17681C2.28768 3.26437 2.18133 3.38011 2.10567 3.51495C1.9529 3.78719 1.99024 4.15497 2.06493 4.89052C2.18958 6.11824 2.2519 6.7321 2.57823 7.17098C2.74084 7.38969 2.94701 7.57345 3.18414 7.71106C3.65999 7.9872 4.28635 7.9872 5.53908 7.9872H18.4609C19.7136 7.9872 20.34 7.9872 20.8159 7.71106C21.053 7.57345 21.2592 7.38969 21.4218 7.17098C21.7481 6.7321 21.8104 6.11824 21.9351 4.89052C22.0098 4.15497 22.0471 3.78719 21.8943 3.51495C21.8187 3.38011 21.7123 3.26437 21.5836 3.17681C21.3238 3 20.9485 3 20.198 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 11H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.539 15.9759L17.266 15.923C18.3523 15.903 20.503 16.1695 20.503 18.4252C20.503 20.7656 18.2542 20.9954 17.2408 20.9954C16.2274 20.9954 9.95112 20.9954 8.05112 20.9954C5.9229 20.9954 3.00292 20.5239 3.00293 16.508L3.00293 7.99414M14.539 15.9759C14.5436 15.7773 14.6209 15.5802 14.771 15.437L16.4847 13.9833M14.539 15.9759C14.5342 16.1879 14.6121 16.4018 14.7729 16.5541L16.4847 17.9685M20.9802 7.99414V13.0221%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-delivery-secure-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22H10.8889C6.69863 22 4.6035 22 3.30175 20.7447C2 19.4895 2 17.4692 2 13.4286V8H22V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8L2.96154 5.69231C3.70726 3.90257 4.08013 3.0077 4.8359 2.50385C5.59167 2 6.56112 2 8.5 2H15.5C17.4389 2 18.4083 2 19.1641 2.50385C19.9199 3.0077 20.2927 3.90257 21.0385 5.69231L22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.7365 16.1741L16.7365 14.7831C16.7365 14.5777 16.7451 14.3697 16.8187 14.1778C17.0148 13.6671 17.5341 12.998 18.4796 12.998C19.4251 12.998 19.9649 13.6671 20.1609 14.1778C20.2346 14.3697 20.2432 14.5777 20.2432 14.7831L20.2431 16.1741M16.806 21.9996H20.194C21.1914 21.9996 22 21.1927 22 20.1972V18.195C22 17.1996 21.1914 16.3926 20.194 16.3926H16.806C15.8086 16.3926 15 17.1996 15 18.195V20.1972C15 21.1927 15.8086 21.9996 16.806 21.9996Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22H10.8889C6.69863 22 4.6035 22 3.30175 20.7447C2 19.4895 2 17.4692 2 13.4286V8H22V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8L2.96154 5.69231C3.70726 3.90257 4.08013 3.0077 4.8359 2.50385C5.59167 2 6.56112 2 8.5 2H15.5C17.4389 2 18.4083 2 19.1641 2.50385C19.9199 3.0077 20.2927 3.90257 21.0385 5.69231L22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.7365 16.1741L16.7365 14.7831C16.7365 14.5777 16.7451 14.3697 16.8187 14.1778C17.0148 13.6671 17.5341 12.998 18.4796 12.998C19.4251 12.998 19.9649 13.6671 20.1609 14.1778C20.2346 14.3697 20.2432 14.5777 20.2432 14.7831L20.2431 16.1741M16.806 21.9996H20.194C21.1914 21.9996 22 21.1927 22 20.1972V18.195C22 17.1996 21.1914 16.3926 20.194 16.3926H16.806C15.8086 16.3926 15 17.1996 15 18.195V20.1972C15 21.1927 15.8086 21.9996 16.806 21.9996Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-delivery-secure-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.198 2.5H3.802C3.05147 2.5 2.6762 2.5 2.41637 2.67726C2.28768 2.76505 2.18133 2.88109 2.10567 3.01627C1.9529 3.28921 1.99024 3.65793 2.06493 4.39537C2.18958 5.62624 2.2519 6.24168 2.57823 6.68168C2.74084 6.90095 2.94701 7.08519 3.18414 7.22315C3.65999 7.5 4.28635 7.5 5.53908 7.5H18.4609C19.7136 7.5 20.34 7.5 20.8159 7.22315C21.053 7.08519 21.2592 6.90095 21.4218 6.68168C21.7481 6.24168 21.8104 5.62624 21.9351 4.39537C22.0098 3.65793 22.0471 3.28921 21.8943 3.01627C21.8187 2.88109 21.7123 2.76505 21.5836 2.67726C21.3238 2.5 20.9485 2.5 20.198 2.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 7.5V12.5408C3 16.2928 3 18.1688 4.17157 19.3344C5.34315 20.5 7.22876 20.5 11 20.5H12M21 10V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 10.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.7365 15.6751L16.7365 14.2841C16.7365 14.0787 16.7451 13.8707 16.8187 13.6788C17.0148 13.1681 17.5341 12.499 18.4796 12.499C19.4251 12.499 19.9649 13.1681 20.1609 13.6788C20.2346 13.8707 20.2432 14.0787 20.2432 14.2841L20.2431 15.6751M16.806 21.5006H20.194C21.1914 21.5006 22 20.6936 22 19.6982V17.696C22 16.7006 21.1914 15.8936 20.194 15.8936H16.806C15.8086 15.8936 15 16.7006 15 17.696V19.6982C15 20.6936 15.8086 21.5006 16.806 21.5006Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.198 2.5H3.802C3.05147 2.5 2.6762 2.5 2.41637 2.67726C2.28768 2.76505 2.18133 2.88109 2.10567 3.01627C1.9529 3.28921 1.99024 3.65793 2.06493 4.39537C2.18958 5.62624 2.2519 6.24168 2.57823 6.68168C2.74084 6.90095 2.94701 7.08519 3.18414 7.22315C3.65999 7.5 4.28635 7.5 5.53908 7.5H18.4609C19.7136 7.5 20.34 7.5 20.8159 7.22315C21.053 7.08519 21.2592 6.90095 21.4218 6.68168C21.7481 6.24168 21.8104 5.62624 21.9351 4.39537C22.0098 3.65793 22.0471 3.28921 21.8943 3.01627C21.8187 2.88109 21.7123 2.76505 21.5836 2.67726C21.3238 2.5 20.9485 2.5 20.198 2.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 7.5V12.5408C3 16.2928 3 18.1688 4.17157 19.3344C5.34315 20.5 7.22876 20.5 11 20.5H12M21 10V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 10.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.7365 15.6751L16.7365 14.2841C16.7365 14.0787 16.7451 13.8707 16.8187 13.6788C17.0148 13.1681 17.5341 12.499 18.4796 12.499C19.4251 12.499 19.9649 13.1681 20.1609 13.6788C20.2346 13.8707 20.2432 14.0787 20.2432 14.2841L20.2431 15.6751M16.806 21.5006H20.194C21.1914 21.5006 22 20.6936 22 19.6982V17.696C22 16.7006 21.1914 15.8936 20.194 15.8936H16.806C15.8086 15.8936 15 16.7006 15 17.696V19.6982C15 20.6936 15.8086 21.5006 16.806 21.5006Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-delivery-sent-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 17.5C19.5 18.8807 18.3807 20 17 20C15.6193 20 14.5 18.8807 14.5 17.5C14.5 16.1193 15.6193 15 17 15C18.3807 15 19.5 16.1193 19.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 17.5C9.5 18.8807 8.38071 20 7 20C5.61929 20 4.5 18.8807 4.5 17.5C4.5 16.1193 5.61929 15 7 15C8.38071 15 9.5 16.1193 9.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 17.5H9.5M19.5 17.5H20.2632C20.4831 17.5 20.5931 17.5 20.6855 17.4885C21.3669 17.4036 21.9036 16.8669 21.9885 16.1855C22 16.0931 22 15.9831 22 15.7632V13C22 9.41015 19.0899 6.5 15.5 6.5M15 15.5V7C15 5.58579 15 4.87868 14.5607 4.43934C14.1213 4 13.4142 4 12 4H5C3.58579 4 2.87868 4 2.43934 4.43934C2 4.87868 2 5.58579 2 7V15C2 15.9346 2 16.4019 2.20096 16.75C2.33261 16.978 2.52197 17.1674 2.75 17.299C3.09808 17.5 3.56538 17.5 4.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.32653 12L10.8131 10.8258C11.6044 10.2008 12 9.88833 12 9.5M9.32653 7L10.8131 8.17417C11.6044 8.79917 12 9.11168 12 9.5M12 9.5L5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 17.5C19.5 18.8807 18.3807 20 17 20C15.6193 20 14.5 18.8807 14.5 17.5C14.5 16.1193 15.6193 15 17 15C18.3807 15 19.5 16.1193 19.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 17.5C9.5 18.8807 8.38071 20 7 20C5.61929 20 4.5 18.8807 4.5 17.5C4.5 16.1193 5.61929 15 7 15C8.38071 15 9.5 16.1193 9.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 17.5H9.5M19.5 17.5H20.2632C20.4831 17.5 20.5931 17.5 20.6855 17.4885C21.3669 17.4036 21.9036 16.8669 21.9885 16.1855C22 16.0931 22 15.9831 22 15.7632V13C22 9.41015 19.0899 6.5 15.5 6.5M15 15.5V7C15 5.58579 15 4.87868 14.5607 4.43934C14.1213 4 13.4142 4 12 4H5C3.58579 4 2.87868 4 2.43934 4.43934C2 4.87868 2 5.58579 2 7V15C2 15.9346 2 16.4019 2.20096 16.75C2.33261 16.978 2.52197 17.1674 2.75 17.299C3.09808 17.5 3.56538 17.5 4.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.32653 12L10.8131 10.8258C11.6044 10.2008 12 9.88833 12 9.5M9.32653 7L10.8131 8.17417C11.6044 8.79917 12 9.11168 12 9.5M12 9.5L5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-delivery-sent-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 17.5C19.5 18.8807 18.3807 20 17 20C15.6193 20 14.5 18.8807 14.5 17.5C14.5 16.1193 15.6193 15 17 15C18.3807 15 19.5 16.1193 19.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 17.5C9.5 18.8807 8.38071 20 7 20C5.61929 20 4.5 18.8807 4.5 17.5C4.5 16.1193 5.61929 15 7 15C8.38071 15 9.5 16.1193 9.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 17.5H9.5M15 15.5V7C15 5.58579 15 4.87868 14.5607 4.43934C14.1213 4 13.4142 4 12 4H5C3.58579 4 2.87868 4 2.43934 4.43934C2 4.87868 2 5.58579 2 7V15C2 15.9346 2 16.4019 2.20096 16.75C2.33261 16.978 2.52197 17.1674 2.75 17.299C3.09808 17.5 3.56538 17.5 4.5 17.5M15.5 6.5H17.3014C18.1311 6.5 18.5459 6.5 18.8898 6.6947C19.2336 6.8894 19.4471 7.2451 19.8739 7.95651L21.5725 10.7875C21.7849 11.1415 21.8911 11.3186 21.9456 11.5151C22 11.7116 22 11.918 22 12.331V15C22 15.9346 22 16.4019 21.799 16.75C21.6674 16.978 21.478 17.1674 21.25 17.299C20.9019 17.5 20.4346 17.5 19.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.32653 12L10.8131 10.8258C11.6044 10.2008 12 9.88833 12 9.5M9.32653 7L10.8131 8.17417C11.6044 8.79917 12 9.11168 12 9.5M12 9.5L5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 17.5C19.5 18.8807 18.3807 20 17 20C15.6193 20 14.5 18.8807 14.5 17.5C14.5 16.1193 15.6193 15 17 15C18.3807 15 19.5 16.1193 19.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 17.5C9.5 18.8807 8.38071 20 7 20C5.61929 20 4.5 18.8807 4.5 17.5C4.5 16.1193 5.61929 15 7 15C8.38071 15 9.5 16.1193 9.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 17.5H9.5M15 15.5V7C15 5.58579 15 4.87868 14.5607 4.43934C14.1213 4 13.4142 4 12 4H5C3.58579 4 2.87868 4 2.43934 4.43934C2 4.87868 2 5.58579 2 7V15C2 15.9346 2 16.4019 2.20096 16.75C2.33261 16.978 2.52197 17.1674 2.75 17.299C3.09808 17.5 3.56538 17.5 4.5 17.5M15.5 6.5H17.3014C18.1311 6.5 18.5459 6.5 18.8898 6.6947C19.2336 6.8894 19.4471 7.2451 19.8739 7.95651L21.5725 10.7875C21.7849 11.1415 21.8911 11.3186 21.9456 11.5151C22 11.7116 22 11.918 22 12.331V15C22 15.9346 22 16.4019 21.799 16.75C21.6674 16.978 21.478 17.1674 21.25 17.299C20.9019 17.5 20.4346 17.5 19.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.32653 12L10.8131 10.8258C11.6044 10.2008 12 9.88833 12 9.5M9.32653 7L10.8131 8.17417C11.6044 8.79917 12 9.11168 12 9.5M12 9.5L5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-delivery-tracking-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 22H10.8889C6.69863 22 4.6035 22 3.30175 20.7447C2 19.4895 2 17.4692 2 13.4286V8H22V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12C15.7909 12 14 13.8089 14 16.0403C14 17.3163 14.5 18.3083 15.5 19.1945C16.2049 19.8191 17.0588 20.8566 17.5714 21.6975C17.8173 22.1008 18.165 22.1008 18.4286 21.6975C18.9672 20.8733 19.7951 19.8191 20.5 19.1945C21.5 18.3083 22 17.3163 22 16.0403C22 13.8089 20.2091 12 18 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 16H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8L2.96154 5.69231C3.70726 3.90257 4.08013 3.0077 4.8359 2.50385C5.59167 2 6.56112 2 8.5 2H15.5C17.4389 2 18.4083 2 19.1641 2.50385C19.9199 3.0077 20.2927 3.90257 21.0385 5.69231L22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 22H10.8889C6.69863 22 4.6035 22 3.30175 20.7447C2 19.4895 2 17.4692 2 13.4286V8H22V10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 12C15.7909 12 14 13.8089 14 16.0403C14 17.3163 14.5 18.3083 15.5 19.1945C16.2049 19.8191 17.0588 20.8566 17.5714 21.6975C17.8173 22.1008 18.165 22.1008 18.4286 21.6975C18.9672 20.8733 19.7951 19.8191 20.5 19.1945C21.5 18.3083 22 17.3163 22 16.0403C22 13.8089 20.2091 12 18 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 16H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8L2.96154 5.69231C3.70726 3.90257 4.08013 3.0077 4.8359 2.50385C5.59167 2 6.56112 2 8.5 2H15.5C17.4389 2 18.4083 2 19.1641 2.50385C19.9199 3.0077 20.2927 3.90257 21.0385 5.69231L22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-delivery-tracking-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.198 2.5H3.802C3.05147 2.5 2.6762 2.5 2.41637 2.67726C2.28768 2.76505 2.18133 2.88109 2.10567 3.01627C1.9529 3.28921 1.99024 3.65793 2.06493 4.39537C2.18958 5.62624 2.2519 6.24168 2.57823 6.68168C2.74084 6.90095 2.94701 7.08519 3.18414 7.22315C3.65999 7.5 4.28635 7.5 5.53908 7.5H18.4609C19.7136 7.5 20.34 7.5 20.8159 7.22315C21.053 7.08519 21.2592 6.90095 21.4218 6.68168C21.7481 6.24168 21.8104 5.62624 21.9351 4.39537C22.0098 3.65793 22.0471 3.28921 21.8943 3.01627C21.8187 2.88109 21.7123 2.76505 21.5836 2.67726C21.3238 2.5 20.9485 2.5 20.198 2.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 7.5L3 12.5408C3 16.2928 3 18.1688 4.17157 19.3344C5.34315 20.5 7.22876 20.5 11 20.5H12.5M21 9V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 11.5C15.7909 11.5 14 13.3089 14 15.5403C14 16.8163 14.5 17.8083 15.5 18.6945C16.2049 19.3191 17.0588 20.3566 17.5714 21.1975C17.8173 21.6008 18.165 21.6008 18.4286 21.1975C18.9672 20.3733 19.7951 19.3191 20.5 18.6945C21.5 17.8083 22 16.8163 22 15.5403C22 13.3089 20.2091 11.5 18 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15.5H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 10.5H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.198 2.5H3.802C3.05147 2.5 2.6762 2.5 2.41637 2.67726C2.28768 2.76505 2.18133 2.88109 2.10567 3.01627C1.9529 3.28921 1.99024 3.65793 2.06493 4.39537C2.18958 5.62624 2.2519 6.24168 2.57823 6.68168C2.74084 6.90095 2.94701 7.08519 3.18414 7.22315C3.65999 7.5 4.28635 7.5 5.53908 7.5H18.4609C19.7136 7.5 20.34 7.5 20.8159 7.22315C21.053 7.08519 21.2592 6.90095 21.4218 6.68168C21.7481 6.24168 21.8104 5.62624 21.9351 4.39537C22.0098 3.65793 22.0471 3.28921 21.8943 3.01627C21.8187 2.88109 21.7123 2.76505 21.5836 2.67726C21.3238 2.5 20.9485 2.5 20.198 2.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 7.5L3 12.5408C3 16.2928 3 18.1688 4.17157 19.3344C5.34315 20.5 7.22876 20.5 11 20.5H12.5M21 9V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 11.5C15.7909 11.5 14 13.3089 14 15.5403C14 16.8163 14.5 17.8083 15.5 18.6945C16.2049 19.3191 17.0588 20.3566 17.5714 21.1975C17.8173 21.6008 18.165 21.6008 18.4286 21.1975C18.9672 20.3733 19.7951 19.3191 20.5 18.6945C21.5 17.8083 22 16.8163 22 15.5403C22 13.3089 20.2091 11.5 18 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15.5H18.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 10.5H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-delivery-truck-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 17.5C19.5 18.8807 18.3807 20 17 20C15.6193 20 14.5 18.8807 14.5 17.5C14.5 16.1193 15.6193 15 17 15C18.3807 15 19.5 16.1193 19.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 17.5C9.5 18.8807 8.38071 20 7 20C5.61929 20 4.5 18.8807 4.5 17.5C4.5 16.1193 5.61929 15 7 15C8.38071 15 9.5 16.1193 9.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 17.5H9.5M19.5 17.5H20.2632C20.4831 17.5 20.5931 17.5 20.6855 17.4885C21.3669 17.4036 21.9036 16.8669 21.9885 16.1855C22 16.0931 22 15.9831 22 15.7632V13C22 9.41015 19.0899 6.5 15.5 6.5M2 4H12C13.4142 4 14.1213 4 14.5607 4.43934C15 4.87868 15 5.58579 15 7V15.5M2 12.75V15C2 15.9346 2 16.4019 2.20096 16.75C2.33261 16.978 2.52197 17.1674 2.75 17.299C3.09808 17.5 3.56538 17.5 4.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H8M2 10H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 17.5C19.5 18.8807 18.3807 20 17 20C15.6193 20 14.5 18.8807 14.5 17.5C14.5 16.1193 15.6193 15 17 15C18.3807 15 19.5 16.1193 19.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 17.5C9.5 18.8807 8.38071 20 7 20C5.61929 20 4.5 18.8807 4.5 17.5C4.5 16.1193 5.61929 15 7 15C8.38071 15 9.5 16.1193 9.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 17.5H9.5M19.5 17.5H20.2632C20.4831 17.5 20.5931 17.5 20.6855 17.4885C21.3669 17.4036 21.9036 16.8669 21.9885 16.1855C22 16.0931 22 15.9831 22 15.7632V13C22 9.41015 19.0899 6.5 15.5 6.5M2 4H12C13.4142 4 14.1213 4 14.5607 4.43934C15 4.87868 15 5.58579 15 7V15.5M2 12.75V15C2 15.9346 2 16.4019 2.20096 16.75C2.33261 16.978 2.52197 17.1674 2.75 17.299C3.09808 17.5 3.56538 17.5 4.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H8M2 10H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-delivery-truck-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 17.5C19.5 18.8807 18.3807 20 17 20C15.6193 20 14.5 18.8807 14.5 17.5C14.5 16.1193 15.6193 15 17 15C18.3807 15 19.5 16.1193 19.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 17.5C9.5 18.8807 8.38071 20 7 20C5.61929 20 4.5 18.8807 4.5 17.5C4.5 16.1193 5.61929 15 7 15C8.38071 15 9.5 16.1193 9.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 17.5H9.5M2 4H12C13.4142 4 14.1213 4 14.5607 4.43934C15 4.87868 15 5.58579 15 7V15.5M15.5 6.5H17.3014C18.1311 6.5 18.5459 6.5 18.8898 6.6947C19.2336 6.8894 19.4471 7.2451 19.8739 7.95651L21.5725 10.7875C21.7849 11.1415 21.8911 11.3186 21.9456 11.5151C22 11.7116 22 11.918 22 12.331V15C22 15.9346 22 16.4019 21.799 16.75C21.6674 16.978 21.478 17.1674 21.25 17.299C20.9019 17.5 20.4346 17.5 19.5 17.5M2 13V15C2 15.9346 2 16.4019 2.20096 16.75C2.33261 16.978 2.52197 17.1674 2.75 17.299C3.09808 17.5 3.56538 17.5 4.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H8M2 10H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 17.5C19.5 18.8807 18.3807 20 17 20C15.6193 20 14.5 18.8807 14.5 17.5C14.5 16.1193 15.6193 15 17 15C18.3807 15 19.5 16.1193 19.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 17.5C9.5 18.8807 8.38071 20 7 20C5.61929 20 4.5 18.8807 4.5 17.5C4.5 16.1193 5.61929 15 7 15C8.38071 15 9.5 16.1193 9.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 17.5H9.5M2 4H12C13.4142 4 14.1213 4 14.5607 4.43934C15 4.87868 15 5.58579 15 7V15.5M15.5 6.5H17.3014C18.1311 6.5 18.5459 6.5 18.8898 6.6947C19.2336 6.8894 19.4471 7.2451 19.8739 7.95651L21.5725 10.7875C21.7849 11.1415 21.8911 11.3186 21.9456 11.5151C22 11.7116 22 11.918 22 12.331V15C22 15.9346 22 16.4019 21.799 16.75C21.6674 16.978 21.478 17.1674 21.25 17.299C20.9019 17.5 20.4346 17.5 19.5 17.5M2 13V15C2 15.9346 2 16.4019 2.20096 16.75C2.33261 16.978 2.52197 17.1674 2.75 17.299C3.09808 17.5 3.56538 17.5 4.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7H8M2 10H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-delivery-view-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 13.5V8H2V13.4286C2 17.4692 2 19.4895 3.30175 20.7447C4.508 21.9079 6.3955 21.9932 10 21.9995%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 18.5H17.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.772 18.0225C21.924 18.2357 22 18.3422 22 18.5C22 18.6578 21.924 18.7643 21.772 18.9775C21.089 19.9353 19.3446 22 17 22C14.6554 22 12.911 19.9353 12.228 18.9775C12.076 18.7643 12 18.6578 12 18.5C12 18.3422 12.076 18.2357 12.228 18.0225C12.911 17.0647 14.6554 15 17 15C19.3446 15 21.089 17.0647 21.772 18.0225Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 8L2.96154 5.69231C3.70726 3.90257 4.08013 3.0077 4.8359 2.50385C5.59167 2 6.56112 2 8.5 2H15.5C17.4389 2 18.4083 2 19.1641 2.50385C19.9199 3.0077 20.2927 3.90257 21.0385 5.69231L22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 13.5V8H2V13.4286C2 17.4692 2 19.4895 3.30175 20.7447C4.508 21.9079 6.3955 21.9932 10 21.9995%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 18.5H17.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.772 18.0225C21.924 18.2357 22 18.3422 22 18.5C22 18.6578 21.924 18.7643 21.772 18.9775C21.089 19.9353 19.3446 22 17 22C14.6554 22 12.911 19.9353 12.228 18.9775C12.076 18.7643 12 18.6578 12 18.5C12 18.3422 12.076 18.2357 12.228 18.0225C12.911 17.0647 14.6554 15 17 15C19.3446 15 21.089 17.0647 21.772 18.0225Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 8L2.96154 5.69231C3.70726 3.90257 4.08013 3.0077 4.8359 2.50385C5.59167 2 6.56112 2 8.5 2H15.5C17.4389 2 18.4083 2 19.1641 2.50385C19.9199 3.0077 20.2927 3.90257 21.0385 5.69231L22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 8V2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 12H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-delivery-view-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.198 2.5H3.802C3.05147 2.5 2.6762 2.5 2.41637 2.67726C2.28768 2.76505 2.18133 2.88109 2.10567 3.01627C1.9529 3.28921 1.99024 3.65793 2.06493 4.39537C2.18958 5.62624 2.2519 6.24168 2.57823 6.68168C2.74084 6.90095 2.94701 7.08519 3.18414 7.22315C3.65999 7.5 4.28635 7.5 5.53908 7.5H18.4609C19.7136 7.5 20.34 7.5 20.8159 7.22315C21.053 7.08519 21.2592 6.90095 21.4218 6.68168C21.7481 6.24168 21.8104 5.62624 21.9351 4.39537C22.0098 3.65793 22.0471 3.28921 21.8943 3.01627C21.8187 2.88109 21.7123 2.76505 21.5836 2.67726C21.3238 2.5 20.9485 2.5 20.198 2.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 7.5L3 12.5408C3 16.2928 3 18.1688 4.17157 19.3344C5.23467 20.3921 6.8857 20.49 10 20.4991M21 12.5V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 18H17.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.772 17.5225C21.924 17.7357 22 17.8422 22 18C22 18.1578 21.924 18.2643 21.772 18.4775C21.089 19.4353 19.3446 21.5 17 21.5C14.6554 21.5 12.911 19.4353 12.228 18.4775C12.076 18.2643 12 18.1578 12 18C12 17.8422 12.076 17.7357 12.228 17.5225C12.911 16.5647 14.6554 14.5 17 14.5C19.3446 14.5 21.089 16.5647 21.772 17.5225Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 10.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.198 2.5H3.802C3.05147 2.5 2.6762 2.5 2.41637 2.67726C2.28768 2.76505 2.18133 2.88109 2.10567 3.01627C1.9529 3.28921 1.99024 3.65793 2.06493 4.39537C2.18958 5.62624 2.2519 6.24168 2.57823 6.68168C2.74084 6.90095 2.94701 7.08519 3.18414 7.22315C3.65999 7.5 4.28635 7.5 5.53908 7.5H18.4609C19.7136 7.5 20.34 7.5 20.8159 7.22315C21.053 7.08519 21.2592 6.90095 21.4218 6.68168C21.7481 6.24168 21.8104 5.62624 21.9351 4.39537C22.0098 3.65793 22.0471 3.28921 21.8943 3.01627C21.8187 2.88109 21.7123 2.76505 21.5836 2.67726C21.3238 2.5 20.9485 2.5 20.198 2.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 7.5L3 12.5408C3 16.2928 3 18.1688 4.17157 19.3344C5.23467 20.3921 6.8857 20.49 10 20.4991M21 12.5V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 18H17.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.772 17.5225C21.924 17.7357 22 17.8422 22 18C22 18.1578 21.924 18.2643 21.772 18.4775C21.089 19.4353 19.3446 21.5 17 21.5C14.6554 21.5 12.911 19.4353 12.228 18.4775C12.076 18.2643 12 18.1578 12 18C12 17.8422 12.076 17.7357 12.228 17.5225C12.911 16.5647 14.6554 14.5 17 14.5C19.3446 14.5 21.089 16.5647 21.772 17.5225Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 10.5H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-discount-tag-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 15.5H13M10.4986 13H10.5079M10.5009 18H10.5103%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.77246 3.91069C9.80578 6.99559 14.8082 0.337587 17.7682 2.75385C19.4714 4.14415 18.9329 7.21387 16.7219 9.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9364 6.79217C19.9197 6.97054 20.1403 7.557 20.4339 9.18434C20.6984 10.65 20.7725 12.4088 20.7725 13.1574C20.7456 13.4333 20.6257 13.6908 20.4339 13.9009C18.3779 15.9359 14.2976 19.7789 12.2382 21.6879C11.43 22.3694 10.2107 22.3841 9.35291 21.7585C7.59653 20.2665 5.909 18.5798 4.25589 17.0568C3.59176 16.2489 3.60733 15.1005 4.33096 14.3393C6.50957 12.2048 10.4518 8.55117 12.6772 6.53274C12.9003 6.35217 13.1737 6.23922 13.4666 6.21387C13.966 6.21375 14.8226 6.27714 15.657 6.32283%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 15.5H13M10.4986 13H10.5079M10.5009 18H10.5103%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.77246 3.91069C9.80578 6.99559 14.8082 0.337587 17.7682 2.75385C19.4714 4.14415 18.9329 7.21387 16.7219 9.21387%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.9364 6.79217C19.9197 6.97054 20.1403 7.557 20.4339 9.18434C20.6984 10.65 20.7725 12.4088 20.7725 13.1574C20.7456 13.4333 20.6257 13.6908 20.4339 13.9009C18.3779 15.9359 14.2976 19.7789 12.2382 21.6879C11.43 22.3694 10.2107 22.3841 9.35291 21.7585C7.59653 20.2665 5.909 18.5798 4.25589 17.0568C3.59176 16.2489 3.60733 15.1005 4.33096 14.3393C6.50957 12.2048 10.4518 8.55117 12.6772 6.53274C12.9003 6.35217 13.1737 6.23922 13.4666 6.21387C13.966 6.21375 14.8226 6.27714 15.657 6.32283%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-discount-tag-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9961 10H11.0111M10.9998 16H11.0148%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 13H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%221.5%22 cy%3D%221.5%22 r%3D%221.5%22 transform%3D%22matrix(1 0 0 -1 16 8)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.77423 11.1439C1.77108 12.2643 1.7495 13.9546 2.67016 15.1437C4.49711 17.5033 6.49674 19.5029 8.85633 21.3298C10.0454 22.2505 11.7357 22.2289 12.8561 21.2258C15.8979 18.5022 18.6835 15.6559 21.3719 12.5279C21.6377 12.2187 21.8039 11.8397 21.8412 11.4336C22.0062 9.63798 22.3452 4.46467 20.9403 3.05974C19.5353 1.65481 14.362 1.99377 12.5664 2.15876C12.1603 2.19608 11.7813 2.36233 11.472 2.62811C8.34412 5.31646 5.49781 8.10211 2.77423 11.1439Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.9961 10H11.0111M10.9998 16H11.0148%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 13H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%221.5%22 cy%3D%221.5%22 r%3D%221.5%22 transform%3D%22matrix(1 0 0 -1 16 8)%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.77423 11.1439C1.77108 12.2643 1.7495 13.9546 2.67016 15.1437C4.49711 17.5033 6.49674 19.5029 8.85633 21.3298C10.0454 22.2505 11.7357 22.2289 12.8561 21.2258C15.8979 18.5022 18.6835 15.6559 21.3719 12.5279C21.6377 12.2187 21.8039 11.8397 21.8412 11.4336C22.0062 9.63798 22.3452 4.46467 20.9403 3.05974C19.5353 1.65481 14.362 1.99377 12.5664 2.15876C12.1603 2.19608 11.7813 2.36233 11.472 2.62811C8.34412 5.31646 5.49781 8.10211 2.77423 11.1439Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-discount{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.69171 19.6161C8.28274 19.6161 8.57825 19.6161 8.84747 19.716C8.88486 19.7298 8.92172 19.7451 8.95797 19.7617C9.21897 19.8815 9.42793 20.0904 9.84585 20.5083C10.8078 21.4702 11.2887 21.9512 11.8805 21.9955C11.96 22.0015 12.04 22.0015 12.1195 21.9955C12.7113 21.9512 13.1923 21.4702 14.1541 20.5083C14.5721 20.0904 14.781 19.8815 15.042 19.7617C15.0783 19.7451 15.1151 19.7298 15.1525 19.716C15.4218 19.6161 15.7173 19.6161 16.3083 19.6161H16.4173C17.9252 19.6161 18.6792 19.6161 19.1476 19.1476C19.6161 18.6792 19.6161 17.9252 19.6161 16.4173V16.3083C19.6161 15.7173 19.6161 15.4218 19.716 15.1525C19.7298 15.1151 19.7451 15.0783 19.7617 15.042C19.8815 14.781 20.0904 14.5721 20.5083 14.1541C21.4702 13.1923 21.9512 12.7113 21.9955 12.1195C22.0015 12.04 22.0015 11.96 21.9955 11.8805C21.9512 11.2887 21.4702 10.8078 20.5083 9.84585C20.0904 9.42793 19.8815 9.21897 19.7617 8.95797C19.7451 8.92172 19.7298 8.88486 19.716 8.84747C19.6161 8.57825 19.6161 8.28274 19.6161 7.69171V7.58269C19.6161 6.07479 19.6161 5.32083 19.1476 4.85239C18.6792 4.38394 17.9252 4.38394 16.4173 4.38394H16.3083C15.7173 4.38394 15.4218 4.38394 15.1525 4.28405C15.1151 4.27018 15.0783 4.25491 15.042 4.23828C14.781 4.11855 14.5721 3.90959 14.1541 3.49167C13.1923 2.52977 12.7113 2.04882 12.1195 2.00447C12.04 1.99851 11.96 1.99851 11.8805 2.00447C11.2887 2.04882 10.8078 2.52977 9.84585 3.49167C9.42793 3.90959 9.21897 4.11855 8.95797 4.23828C8.92172 4.25491 8.88486 4.27018 8.84747 4.28405C8.57825 4.38394 8.28274 4.38394 7.69171 4.38394H7.58269C6.07479 4.38394 5.32083 4.38394 4.85239 4.85239C4.38394 5.32083 4.38394 6.07479 4.38394 7.58269V7.69171C4.38394 8.28274 4.38394 8.57825 4.28405 8.84747C4.27018 8.88486 4.25491 8.92172 4.23828 8.95797C4.11855 9.21897 3.90959 9.42793 3.49167 9.84585C2.52977 10.8078 2.04882 11.2887 2.00447 11.8805C1.99851 11.96 1.99851 12.04 2.00447 12.1195C2.04882 12.7113 2.52977 13.1923 3.49167 14.1541C3.90959 14.5721 4.11855 14.781 4.23828 15.042C4.25491 15.0783 4.27018 15.1151 4.28405 15.1525C4.38394 15.4218 4.38394 15.7173 4.38394 16.3083V16.4173C4.38394 17.9252 4.38394 18.6792 4.85239 19.1476C5.32083 19.6161 6.07479 19.6161 7.58269 19.6161H7.69171Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 9L9 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15H14.9892M9.01076 9H9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.69171 19.6161C8.28274 19.6161 8.57825 19.6161 8.84747 19.716C8.88486 19.7298 8.92172 19.7451 8.95797 19.7617C9.21897 19.8815 9.42793 20.0904 9.84585 20.5083C10.8078 21.4702 11.2887 21.9512 11.8805 21.9955C11.96 22.0015 12.04 22.0015 12.1195 21.9955C12.7113 21.9512 13.1923 21.4702 14.1541 20.5083C14.5721 20.0904 14.781 19.8815 15.042 19.7617C15.0783 19.7451 15.1151 19.7298 15.1525 19.716C15.4218 19.6161 15.7173 19.6161 16.3083 19.6161H16.4173C17.9252 19.6161 18.6792 19.6161 19.1476 19.1476C19.6161 18.6792 19.6161 17.9252 19.6161 16.4173V16.3083C19.6161 15.7173 19.6161 15.4218 19.716 15.1525C19.7298 15.1151 19.7451 15.0783 19.7617 15.042C19.8815 14.781 20.0904 14.5721 20.5083 14.1541C21.4702 13.1923 21.9512 12.7113 21.9955 12.1195C22.0015 12.04 22.0015 11.96 21.9955 11.8805C21.9512 11.2887 21.4702 10.8078 20.5083 9.84585C20.0904 9.42793 19.8815 9.21897 19.7617 8.95797C19.7451 8.92172 19.7298 8.88486 19.716 8.84747C19.6161 8.57825 19.6161 8.28274 19.6161 7.69171V7.58269C19.6161 6.07479 19.6161 5.32083 19.1476 4.85239C18.6792 4.38394 17.9252 4.38394 16.4173 4.38394H16.3083C15.7173 4.38394 15.4218 4.38394 15.1525 4.28405C15.1151 4.27018 15.0783 4.25491 15.042 4.23828C14.781 4.11855 14.5721 3.90959 14.1541 3.49167C13.1923 2.52977 12.7113 2.04882 12.1195 2.00447C12.04 1.99851 11.96 1.99851 11.8805 2.00447C11.2887 2.04882 10.8078 2.52977 9.84585 3.49167C9.42793 3.90959 9.21897 4.11855 8.95797 4.23828C8.92172 4.25491 8.88486 4.27018 8.84747 4.28405C8.57825 4.38394 8.28274 4.38394 7.69171 4.38394H7.58269C6.07479 4.38394 5.32083 4.38394 4.85239 4.85239C4.38394 5.32083 4.38394 6.07479 4.38394 7.58269V7.69171C4.38394 8.28274 4.38394 8.57825 4.28405 8.84747C4.27018 8.88486 4.25491 8.92172 4.23828 8.95797C4.11855 9.21897 3.90959 9.42793 3.49167 9.84585C2.52977 10.8078 2.04882 11.2887 2.00447 11.8805C1.99851 11.96 1.99851 12.04 2.00447 12.1195C2.04882 12.7113 2.52977 13.1923 3.49167 14.1541C3.90959 14.5721 4.11855 14.781 4.23828 15.042C4.25491 15.0783 4.27018 15.1151 4.28405 15.1525C4.38394 15.4218 4.38394 15.7173 4.38394 16.3083V16.4173C4.38394 17.9252 4.38394 18.6792 4.85239 19.1476C5.32083 19.6161 6.07479 19.6161 7.58269 19.6161H7.69171Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 9L9 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 15H14.9892M9.01076 9H9%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-distribution{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 10.2653V6H19.5V10.2653C19.5 13.4401 19.5 15.0275 18.5237 16.0137C17.5474 17 15.976 17 12.8333 17H11.1667C8.02397 17 6.45262 17 5.47631 16.0137C4.5 15.0275 4.5 13.4401 4.5 10.2653Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 6L5.22115 4.46154C5.78045 3.26838 6.06009 2.6718 6.62692 2.3359C7.19375 2 7.92084 2 9.375 2H14.625C16.0792 2 16.8062 2 17.3731 2.3359C17.9399 2.6718 18.2196 3.26838 18.7788 4.46154L19.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 9H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22H12M20 22H12M12 22V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 10.2653V6H19.5V10.2653C19.5 13.4401 19.5 15.0275 18.5237 16.0137C17.5474 17 15.976 17 12.8333 17H11.1667C8.02397 17 6.45262 17 5.47631 16.0137C4.5 15.0275 4.5 13.4401 4.5 10.2653Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 6L5.22115 4.46154C5.78045 3.26838 6.06009 2.6718 6.62692 2.3359C7.19375 2 7.92084 2 9.375 2H14.625C16.0792 2 16.8062 2 17.3731 2.3359C17.9399 2.6718 18.2196 3.26838 18.7788 4.46154L19.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 9H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 22H12M20 22H12M12 22V19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-gift-card{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10C2 7.17157 2 5.75736 2.87868 4.87868C3.75736 4 5.17157 4 8 4H16C18.8284 4 20.2426 4 21.1213 4.87868C22 5.75736 22 7.17157 22 10V14C22 16.8284 22 18.2426 21.1213 19.1213C20.2426 20 18.8284 20 16 20H8C5.17157 20 3.75736 20 2.87868 19.1213C2 18.2426 2 16.8284 2 14V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9.90429C6 5.35988 12 9.99015 12 13H8.5C6.7632 13 6 11.4699 6 9.90429Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9.90429C18 5.35988 12 9.99015 12 13H15.5C17.2368 13 18 11.4699 18 9.90429Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 13H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 16L12 13L9 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 10C2 7.17157 2 5.75736 2.87868 4.87868C3.75736 4 5.17157 4 8 4H16C18.8284 4 20.2426 4 21.1213 4.87868C22 5.75736 22 7.17157 22 10V14C22 16.8284 22 18.2426 21.1213 19.1213C20.2426 20 18.8284 20 16 20H8C5.17157 20 3.75736 20 2.87868 19.1213C2 18.2426 2 16.8284 2 14V10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 9.90429C6 5.35988 12 9.99015 12 13H8.5C6.7632 13 6 11.4699 6 9.90429Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9.90429C18 5.35988 12 9.99015 12 13H15.5C17.2368 13 18 11.4699 18 9.90429Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 13H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 16L12 13L9 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-hot-price{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C16.4183 22 20 18.4183 20 14C20 8 12 2 12 2C11.6117 4.48692 11.2315 5.82158 10 8C8.79908 7.4449 8.5 7 8 5.75C6 8 4 11 4 14C4 18.4183 7.58172 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 17L14 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13H10.009M13.991 17H14%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C16.4183 22 20 18.4183 20 14C20 8 12 2 12 2C11.6117 4.48692 11.2315 5.82158 10 8C8.79908 7.4449 8.5 7 8 5.75C6 8 4 11 4 14C4 18.4183 7.58172 22 12 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 17L14 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13H10.009M13.991 17H14%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-invoice-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 18.6458V8.05426C4 5.20025 4 3.77325 4.87868 2.88663C5.75736 2 7.17157 2 10 2H14C16.8284 2 18.2426 2 19.1213 2.88663C20 3.77325 20 5.20025 20 8.05426V18.6458C20 20.1575 20 20.9133 19.538 21.2108C18.7831 21.6971 17.6161 20.6774 17.0291 20.3073C16.5441 20.0014 16.3017 19.8485 16.0325 19.8397C15.7417 19.8301 15.4949 19.9768 14.9709 20.3073L13.06 21.5124C12.5445 21.8374 12.2868 22 12 22C11.7132 22 11.4555 21.8374 10.94 21.5124L9.02913 20.3073C8.54415 20.0014 8.30166 19.8485 8.03253 19.8397C7.74172 19.8301 7.49493 19.9768 6.97087 20.3073C6.38395 20.6774 5.21687 21.6971 4.46195 21.2108C4 20.9133 4 20.1575 4 18.6458Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 11H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7L8 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 18.6458V8.05426C4 5.20025 4 3.77325 4.87868 2.88663C5.75736 2 7.17157 2 10 2H14C16.8284 2 18.2426 2 19.1213 2.88663C20 3.77325 20 5.20025 20 8.05426V18.6458C20 20.1575 20 20.9133 19.538 21.2108C18.7831 21.6971 17.6161 20.6774 17.0291 20.3073C16.5441 20.0014 16.3017 19.8485 16.0325 19.8397C15.7417 19.8301 15.4949 19.9768 14.9709 20.3073L13.06 21.5124C12.5445 21.8374 12.2868 22 12 22C11.7132 22 11.4555 21.8374 10.94 21.5124L9.02913 20.3073C8.54415 20.0014 8.30166 19.8485 8.03253 19.8397C7.74172 19.8301 7.49493 19.9768 6.97087 20.3073C6.38395 20.6774 5.21687 21.6971 4.46195 21.2108C4 20.9133 4 20.1575 4 18.6458Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 11H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7L8 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-invoice-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 18.6458V8.05426C4 5.20025 4 3.77325 4.87868 2.88663C5.75736 2 7.17157 2 10 2H14C16.8284 2 18.2426 2 19.1213 2.88663C20 3.77325 20 5.20025 20 8.05426V18.6458C20 20.1575 20 20.9133 19.538 21.2108C18.7831 21.6971 17.6161 20.6774 17.0291 20.3073C16.5441 20.0014 16.3017 19.8485 16.0325 19.8397C15.7417 19.8301 15.4949 19.9768 14.9709 20.3073L13.06 21.5124C12.5445 21.8374 12.2868 22 12 22C11.7132 22 11.4555 21.8374 10.94 21.5124L9.02913 20.3073C8.54415 20.0014 8.30166 19.8485 8.03253 19.8397C7.74172 19.8301 7.49493 19.9768 6.97087 20.3073C6.38395 20.6774 5.21687 21.6971 4.46195 21.2108C4 20.9133 4 20.1575 4 18.6458Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 6L8 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 10H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 9.875C13.6716 9.875 13 10.4626 13 11.1875C13 11.9124 13.6716 12.5 14.5 12.5C15.3284 12.5 16 13.0876 16 13.8125C16 14.5374 15.3284 15.125 14.5 15.125M14.5 9.875C15.1531 9.875 15.7087 10.2402 15.9146 10.75M14.5 9.875V9M14.5 15.125C13.8469 15.125 13.2913 14.7598 13.0854 14.25M14.5 15.125V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 18.6458V8.05426C4 5.20025 4 3.77325 4.87868 2.88663C5.75736 2 7.17157 2 10 2H14C16.8284 2 18.2426 2 19.1213 2.88663C20 3.77325 20 5.20025 20 8.05426V18.6458C20 20.1575 20 20.9133 19.538 21.2108C18.7831 21.6971 17.6161 20.6774 17.0291 20.3073C16.5441 20.0014 16.3017 19.8485 16.0325 19.8397C15.7417 19.8301 15.4949 19.9768 14.9709 20.3073L13.06 21.5124C12.5445 21.8374 12.2868 22 12 22C11.7132 22 11.4555 21.8374 10.94 21.5124L9.02913 20.3073C8.54415 20.0014 8.30166 19.8485 8.03253 19.8397C7.74172 19.8301 7.49493 19.9768 6.97087 20.3073C6.38395 20.6774 5.21687 21.6971 4.46195 21.2108C4 20.9133 4 20.1575 4 18.6458Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 6L8 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 10H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 9.875C13.6716 9.875 13 10.4626 13 11.1875C13 11.9124 13.6716 12.5 14.5 12.5C15.3284 12.5 16 13.0876 16 13.8125C16 14.5374 15.3284 15.125 14.5 15.125M14.5 9.875C15.1531 9.875 15.7087 10.2402 15.9146 10.75M14.5 9.875V9M14.5 15.125C13.8469 15.125 13.2913 14.7598 13.0854 14.25M14.5 15.125V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-invoice-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.016 2C18.9026 2 18 4.68629 18 8H20.016C20.9876 8 21.4734 8 21.7741 7.66455C22.0749 7.32909 22.0225 6.88733 21.9178 6.00381C21.6414 3.67143 20.8943 2 20.016 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 8.05426V18.6458C18 20.1575 18 20.9133 17.538 21.2108C16.7831 21.6971 15.6161 20.6774 15.0291 20.3073C14.5441 20.0014 14.3017 19.8485 14.0325 19.8397C13.7417 19.8301 13.4949 19.9768 12.9709 20.3073L11.06 21.5124C10.5445 21.8374 10.2868 22 10 22C9.71321 22 9.45546 21.8374 8.94 21.5124L7.02913 20.3073C6.54415 20.0014 6.30166 19.8485 6.03253 19.8397C5.74172 19.8301 5.49493 19.9768 4.97087 20.3073C4.38395 20.6774 3.21687 21.6971 2.46195 21.2108C2 20.9133 2 20.1575 2 18.6458V8.05426C2 5.20025 2 3.77325 2.87868 2.88663C3.75736 2 5.17157 2 8 2H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 10.875C11.6716 10.875 11 11.4626 11 12.1875C11 12.9124 11.6716 13.5 12.5 13.5C13.3284 13.5 14 14.0876 14 14.8125C14 15.5374 13.3284 16.125 12.5 16.125M12.5 10.875C13.1531 10.875 13.7087 11.2402 13.9146 11.75M12.5 10.875V10M12.5 16.125C11.8469 16.125 11.2913 15.7598 11.0854 15.25M12.5 16.125V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.016 2C18.9026 2 18 4.68629 18 8H20.016C20.9876 8 21.4734 8 21.7741 7.66455C22.0749 7.32909 22.0225 6.88733 21.9178 6.00381C21.6414 3.67143 20.8943 2 20.016 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 8.05426V18.6458C18 20.1575 18 20.9133 17.538 21.2108C16.7831 21.6971 15.6161 20.6774 15.0291 20.3073C14.5441 20.0014 14.3017 19.8485 14.0325 19.8397C13.7417 19.8301 13.4949 19.9768 12.9709 20.3073L11.06 21.5124C10.5445 21.8374 10.2868 22 10 22C9.71321 22 9.45546 21.8374 8.94 21.5124L7.02913 20.3073C6.54415 20.0014 6.30166 19.8485 6.03253 19.8397C5.74172 19.8301 5.49493 19.9768 4.97087 20.3073C4.38395 20.6774 3.21687 21.6971 2.46195 21.2108C2 20.9133 2 20.1575 2 18.6458V8.05426C2 5.20025 2 3.77325 2.87868 2.88663C3.75736 2 5.17157 2 8 2H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 10.875C11.6716 10.875 11 11.4626 11 12.1875C11 12.9124 11.6716 13.5 12.5 13.5C13.3284 13.5 14 14.0876 14 14.8125C14 15.5374 13.3284 16.125 12.5 16.125M12.5 10.875C13.1531 10.875 13.7087 11.2402 13.9146 11.75M12.5 10.875V10M12.5 16.125C11.8469 16.125 11.2913 15.7598 11.0854 15.25M12.5 16.125V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-invoice-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.4407 21.3478L16.9929 20.6576C17.4781 20.0511 18.5085 20.1 18.9184 20.7488C19.4114 21.5295 20.6292 21.3743 20.9669 20.6562C20.9845 20.6189 20.9405 20.7123 20.9781 20.3892C21.0156 20.0661 21 19.9923 20.9687 19.8448L19.0456 10.7641C18.5623 8.48195 18.3206 7.34086 17.4893 6.67043C16.6581 6 15.4848 6 13.1384 6H10.8616C8.51517 6 7.34194 6 6.51066 6.67043C5.67937 7.34086 5.43771 8.48195 4.95439 10.7641L3.0313 19.8448C3.00004 19.9923 2.98441 20.0661 3.02194 20.3892C3.05946 20.7123 3.01554 20.6189 3.0331 20.6562C3.37084 21.3743 4.58856 21.5295 5.08165 20.7488C5.49152 20.1 6.52187 20.0511 7.00709 20.6576L7.55934 21.3478C8.25514 22.2174 9.70819 22.2174 10.404 21.3478L10.4908 21.2392C11.2291 20.3165 12.7709 20.3165 13.5092 21.2392L13.596 21.3478C14.2918 22.2174 15.7449 22.2174 16.4407 21.3478Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.48336 9.5C1.89805 8.89199 2.00824 8.10893 2.00824 6.15176C2.00824 4.1946 2.00824 3.21602 2.59355 2.60801C3.17886 2 4.1209 2 6.00497 2L17.9952 2C19.8792 2 20.8213 2 21.4066 2.60801C21.9919 3.21602 21.9919 4.1946 21.9919 6.15176C21.9919 8.10893 22.1014 8.89199 21.5161 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 14L8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.4407 21.3478L16.9929 20.6576C17.4781 20.0511 18.5085 20.1 18.9184 20.7488C19.4114 21.5295 20.6292 21.3743 20.9669 20.6562C20.9845 20.6189 20.9405 20.7123 20.9781 20.3892C21.0156 20.0661 21 19.9923 20.9687 19.8448L19.0456 10.7641C18.5623 8.48195 18.3206 7.34086 17.4893 6.67043C16.6581 6 15.4848 6 13.1384 6H10.8616C8.51517 6 7.34194 6 6.51066 6.67043C5.67937 7.34086 5.43771 8.48195 4.95439 10.7641L3.0313 19.8448C3.00004 19.9923 2.98441 20.0661 3.02194 20.3892C3.05946 20.7123 3.01554 20.6189 3.0331 20.6562C3.37084 21.3743 4.58856 21.5295 5.08165 20.7488C5.49152 20.1 6.52187 20.0511 7.00709 20.6576L7.55934 21.3478C8.25514 22.2174 9.70819 22.2174 10.404 21.3478L10.4908 21.2392C11.2291 20.3165 12.7709 20.3165 13.5092 21.2392L13.596 21.3478C14.2918 22.2174 15.7449 22.2174 16.4407 21.3478Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.48336 9.5C1.89805 8.89199 2.00824 8.10893 2.00824 6.15176C2.00824 4.1946 2.00824 3.21602 2.59355 2.60801C3.17886 2 4.1209 2 6.00497 2L17.9952 2C19.8792 2 20.8213 2 21.4066 2.60801C21.9919 3.21602 21.9919 4.1946 21.9919 6.15176C21.9919 8.10893 22.1014 8.89199 21.5161 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 10H9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 14L8 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-loyalty-card{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 7.99306 2 5.98959 3.17157 4.7448C4.34315 3.5 6.22876 3.5 10 3.5H14C17.7712 3.5 19.6569 3.5 20.8284 4.7448C22 5.98959 22 7.99306 22 12C22 16.0069 22 18.0104 20.8284 19.2552C19.6569 20.5 17.7712 20.5 14 20.5H10C6.22876 20.5 4.34315 20.5 3.17157 19.2552C2 18.0104 2 16.0069 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.8881 10.8314C7.82668 10.2831 8.64587 10.504 9.13798 10.856C9.33975 11.0003 9.44064 11.0725 9.5 11.0725C9.55936 11.0725 9.66025 11.0003 9.86202 10.856C10.3541 10.504 11.1733 10.2831 12.1119 10.8314C13.3437 11.551 13.6224 13.925 10.7812 15.9278C10.24 16.3093 9.96942 16.5 9.5 16.5C9.03058 16.5 8.76 16.3093 8.21884 15.9278C5.3776 13.925 5.65632 11.551 6.8881 10.8314Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 16.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 12C2 7.99306 2 5.98959 3.17157 4.7448C4.34315 3.5 6.22876 3.5 10 3.5H14C17.7712 3.5 19.6569 3.5 20.8284 4.7448C22 5.98959 22 7.99306 22 12C22 16.0069 22 18.0104 20.8284 19.2552C19.6569 20.5 17.7712 20.5 14 20.5H10C6.22876 20.5 4.34315 20.5 3.17157 19.2552C2 18.0104 2 16.0069 2 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.8881 10.8314C7.82668 10.2831 8.64587 10.504 9.13798 10.856C9.33975 11.0003 9.44064 11.0725 9.5 11.0725C9.55936 11.0725 9.66025 11.0003 9.86202 10.856C10.3541 10.504 11.1733 10.2831 12.1119 10.8314C13.3437 11.551 13.6224 13.925 10.7812 15.9278C10.24 16.3093 9.96942 16.5 9.5 16.5C9.03058 16.5 8.76 16.3093 8.21884 15.9278C5.3776 13.925 5.65632 11.551 6.8881 10.8314Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 16.5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-marketing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2218%22 cy%3D%2210%22 rx%3D%224%22 ry%3D%228%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 2C14.8969 2 8.46512 4.37761 4.77105 5.85372C3.07942 6.52968 2 8.17832 2 10C2 11.8217 3.07942 13.4703 4.77105 14.1463C8.46512 15.6224 14.8969 18 18 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 22L9.05674 20.9303C6.94097 19.7657 5.74654 17.4134 6.04547 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cellipse cx%3D%2218%22 cy%3D%2210%22 rx%3D%224%22 ry%3D%228%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 2C14.8969 2 8.46512 4.37761 4.77105 5.85372C3.07942 6.52968 2 8.17832 2 10C2 11.8217 3.07942 13.4703 4.77105 14.1463C8.46512 15.6224 14.8969 18 18 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 22L9.05674 20.9303C6.94097 19.7657 5.74654 17.4134 6.04547 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-package-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22C10.1818 22 9.40019 21.6698 7.83693 21.0095C3.94564 19.3657 2 18.5438 2 17.1613C2 16.7742 2 10.0645 2 7M11 22L11 11.3548M11 22C11.7248 22 12.293 21.7409 13.5 21.2226M20 7V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17.5H22M18.5 21L18.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.32592 9.69138L4.40472 8.27785C2.80157 7.5021 2 7.11423 2 6.5C2 5.88577 2.80157 5.4979 4.40472 4.72215L7.32592 3.30862C9.12883 2.43621 10.0303 2 11 2C11.9697 2 12.8712 2.4362 14.6741 3.30862L17.5953 4.72215C19.1984 5.4979 20 5.88577 20 6.5C20 7.11423 19.1984 7.5021 17.5953 8.27785L14.6741 9.69138C12.8712 10.5638 11.9697 11 11 11C10.0303 11 9.12883 10.5638 7.32592 9.69138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12L7 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4L6 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22C10.1818 22 9.40019 21.6698 7.83693 21.0095C3.94564 19.3657 2 18.5438 2 17.1613C2 16.7742 2 10.0645 2 7M11 22L11 11.3548M11 22C11.7248 22 12.293 21.7409 13.5 21.2226M20 7V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17.5H22M18.5 21L18.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.32592 9.69138L4.40472 8.27785C2.80157 7.5021 2 7.11423 2 6.5C2 5.88577 2.80157 5.4979 4.40472 4.72215L7.32592 3.30862C9.12883 2.43621 10.0303 2 11 2C11.9697 2 12.8712 2.4362 14.6741 3.30862L17.5953 4.72215C19.1984 5.4979 20 5.88577 20 6.5C20 7.11423 19.1984 7.5021 17.5953 8.27785L14.6741 9.69138C12.8712 10.5638 11.9697 11 11 11C10.0303 11 9.12883 10.5638 7.32592 9.69138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12L7 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4L6 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-package-delivered{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 7V12M3 7C3 10.0645 3 16.7742 3 17.1613C3 18.5438 4.94564 19.3657 8.83693 21.0095C10.4002 21.6698 11.1818 22 12 22L12 11.3548%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 19C15 19 15.875 19 16.75 21C16.75 21 19.5294 16 22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.32592 9.69138L5.40472 8.27785C3.80157 7.5021 3 7.11423 3 6.5C3 5.88577 3.80157 5.4979 5.40472 4.72215L8.32592 3.30862C10.1288 2.43621 11.0303 2 12 2C12.9697 2 13.8712 2.4362 15.6741 3.30862L18.5953 4.72215C20.1984 5.4979 21 5.88577 21 6.5C21 7.11423 20.1984 7.5021 18.5953 8.27785L15.6741 9.69138C13.8712 10.5638 12.9697 11 12 11C11.0303 11 10.1288 10.5638 8.32592 9.69138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12L8 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4L7 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 7V12M3 7C3 10.0645 3 16.7742 3 17.1613C3 18.5438 4.94564 19.3657 8.83693 21.0095C10.4002 21.6698 11.1818 22 12 22L12 11.3548%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 19C15 19 15.875 19 16.75 21C16.75 21 19.5294 16 22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.32592 9.69138L5.40472 8.27785C3.80157 7.5021 3 7.11423 3 6.5C3 5.88577 3.80157 5.4979 5.40472 4.72215L8.32592 3.30862C10.1288 2.43621 11.0303 2 12 2C12.9697 2 13.8712 2.4362 15.6741 3.30862L18.5953 4.72215C20.1984 5.4979 21 5.88577 21 6.5C21 7.11423 20.1984 7.5021 18.5953 8.27785L15.6741 9.69138C13.8712 10.5638 12.9697 11 12 11C11.0303 11 10.1288 10.5638 8.32592 9.69138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12L8 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4L7 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-package-moving{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 22C12.1818 22 11.4002 21.6588 9.83691 20.9764C8.01233 20.18 6.61554 19.5703 5.64648 19H2M13 22C13.8182 22 14.5998 21.6588 16.1631 20.9764C20.0544 19.2779 22 18.4286 22 17V6.5M13 22L13 11M4 6.5L4 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.32592 9.69138L6.40472 8.27785C4.80157 7.5021 4 7.11423 4 6.5C4 5.88577 4.80157 5.4979 6.40472 4.72215L9.32592 3.30862C11.1288 2.43621 12.0303 2 13 2C13.9697 2 14.8712 2.4362 16.6741 3.30862L19.5953 4.72215C21.1984 5.4979 22 5.88577 22 6.5C22 7.11423 21.1984 7.5021 19.5953 8.27785L16.6741 9.69138C14.8712 10.5638 13.9697 11 13 11C12.0303 11 11.1288 10.5638 9.32592 9.69138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.1366 4.01563L7.86719 8.98485%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 13H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 22C12.1818 22 11.4002 21.6588 9.83691 20.9764C8.01233 20.18 6.61554 19.5703 5.64648 19H2M13 22C13.8182 22 14.5998 21.6588 16.1631 20.9764C20.0544 19.2779 22 18.4286 22 17V6.5M13 22L13 11M4 6.5L4 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.32592 9.69138L6.40472 8.27785C4.80157 7.5021 4 7.11423 4 6.5C4 5.88577 4.80157 5.4979 6.40472 4.72215L9.32592 3.30862C11.1288 2.43621 12.0303 2 13 2C13.9697 2 14.8712 2.4362 16.6741 3.30862L19.5953 4.72215C21.1984 5.4979 22 5.88577 22 6.5C22 7.11423 21.1984 7.5021 19.5953 8.27785L16.6741 9.69138C14.8712 10.5638 13.9697 11 13 11C12.0303 11 11.1288 10.5638 9.32592 9.69138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.1366 4.01563L7.86719 8.98485%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 13H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-package-open{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C11.1818 22 10.4002 21.6646 8.83693 20.9939C4.94564 19.3243 3 18.4895 3 17.0853L3 7.7475M12 22C12.8182 22 13.5998 21.6646 15.1631 20.9939C19.0544 19.3243 21 18.4895 21 17.0853V7.7475M12 22L12 12.1707M21 7.7475C21 8.35125 20.1984 8.7325 18.5953 9.495L15.6741 10.8844C13.8712 11.7419 12.9697 12.1707 12 12.1707M21 7.7475C21 7.14376 20.1984 6.7625 18.5953 6M3 7.7475C3 8.35125 3.80157 8.7325 5.40472 9.495L8.32592 10.8844C10.1288 11.7419 11.0303 12.1707 12 12.1707M3 7.7475C3 7.14376 3.80157 6.7625 5.40472 6M6.33203 13.311L8.32591 14.2594%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V4M16 3L14.5 5M8 3L9.5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C11.1818 22 10.4002 21.6646 8.83693 20.9939C4.94564 19.3243 3 18.4895 3 17.0853L3 7.7475M12 22C12.8182 22 13.5998 21.6646 15.1631 20.9939C19.0544 19.3243 21 18.4895 21 17.0853V7.7475M12 22L12 12.1707M21 7.7475C21 8.35125 20.1984 8.7325 18.5953 9.495L15.6741 10.8844C13.8712 11.7419 12.9697 12.1707 12 12.1707M21 7.7475C21 7.14376 20.1984 6.7625 18.5953 6M3 7.7475C3 8.35125 3.80157 8.7325 5.40472 9.495L8.32592 10.8844C10.1288 11.7419 11.0303 12.1707 12 12.1707M3 7.7475C3 7.14376 3.80157 6.7625 5.40472 6M6.33203 13.311L8.32591 14.2594%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 2V4M16 3L14.5 5M8 3L9.5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-package-out-of-stock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C11.1818 22 10.4002 21.6708 8.83693 21.0123C4.94564 19.3734 3 18.5539 3 17.1754V7.54234M12 22C12.8182 22 13.5998 21.6708 15.1631 21.0123C19.0544 19.3734 21 18.5539 21 17.1754V7.54234M12 22V12.0292M21 7.54234C21 8.15478 20.1984 8.54152 18.5953 9.315L15.6741 10.7244C13.8712 11.5943 12.9697 12.0292 12 12.0292M21 7.54234C21 6.9299 20.1984 6.54316 18.5953 5.76969L17 5M3 7.54234C3 8.15478 3.80157 8.54152 5.40472 9.315L8.32592 10.7244C10.1288 11.5943 11.0303 12.0292 12 12.0292M3 7.54234C3 6.9299 3.80157 6.54317 5.40472 5.76969L7 5M6 13.0263L8 14.0234%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2L12 4M12 4L14 6M12 4L10 6M12 4L14 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C11.1818 22 10.4002 21.6708 8.83693 21.0123C4.94564 19.3734 3 18.5539 3 17.1754V7.54234M12 22C12.8182 22 13.5998 21.6708 15.1631 21.0123C19.0544 19.3734 21 18.5539 21 17.1754V7.54234M12 22V12.0292M21 7.54234C21 8.15478 20.1984 8.54152 18.5953 9.315L15.6741 10.7244C13.8712 11.5943 12.9697 12.0292 12 12.0292M21 7.54234C21 6.9299 20.1984 6.54316 18.5953 5.76969L17 5M3 7.54234C3 8.15478 3.80157 8.54152 5.40472 9.315L8.32592 10.7244C10.1288 11.5943 11.0303 12.0292 12 12.0292M3 7.54234C3 6.9299 3.80157 6.54317 5.40472 5.76969L7 5M6 13.0263L8 14.0234%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2L12 4M12 4L14 6M12 4L10 6M12 4L14 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-package-process{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22C10.1818 22 9.40019 21.6698 7.83693 21.0095C3.94564 19.3657 2 18.5438 2 17.1613C2 16.7742 2 10.0645 2 7M11 22L11 11.3548M11 22C11.3404 22 11.6463 21.9428 12 21.8285M20 7V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18.0005L18.9056 17.0949M22 18C22 15.7909 20.2091 14 18 14C15.7909 14 14 15.7909 14 18C14 20.2091 15.7909 22 18 22C20.2091 22 22 20.2091 22 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.32592 9.69138L4.40472 8.27785C2.80157 7.5021 2 7.11423 2 6.5C2 5.88577 2.80157 5.4979 4.40472 4.72215L7.32592 3.30862C9.12883 2.43621 10.0303 2 11 2C11.9697 2 12.8712 2.4362 14.6741 3.30862L17.5953 4.72215C19.1984 5.4979 20 5.88577 20 6.5C20 7.11423 19.1984 7.5021 17.5953 8.27785L14.6741 9.69138C12.8712 10.5638 11.9697 11 11 11C10.0303 11 9.12883 10.5638 7.32592 9.69138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12L7 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4L6 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22C10.1818 22 9.40019 21.6698 7.83693 21.0095C3.94564 19.3657 2 18.5438 2 17.1613C2 16.7742 2 10.0645 2 7M11 22L11 11.3548M11 22C11.3404 22 11.6463 21.9428 12 21.8285M20 7V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18.0005L18.9056 17.0949M22 18C22 15.7909 20.2091 14 18 14C15.7909 14 14 15.7909 14 18C14 20.2091 15.7909 22 18 22C20.2091 22 22 20.2091 22 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.32592 9.69138L4.40472 8.27785C2.80157 7.5021 2 7.11423 2 6.5C2 5.88577 2.80157 5.4979 4.40472 4.72215L7.32592 3.30862C9.12883 2.43621 10.0303 2 11 2C11.9697 2 12.8712 2.4362 14.6741 3.30862L17.5953 4.72215C19.1984 5.4979 20 5.88577 20 6.5C20 7.11423 19.1984 7.5021 17.5953 8.27785L14.6741 9.69138C12.8712 10.5638 11.9697 11 11 11C10.0303 11 9.12883 10.5638 7.32592 9.69138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12L7 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4L6 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-package-receive{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.7725 22.2139C10.9543 22.2139 10.1727 21.8893 8.60939 21.2401C4.7181 19.624 2.77246 18.816 2.77246 17.4568V7.9585M11.7725 22.2139C12.5907 22.2139 13.3723 21.8893 14.9356 21.2401C18.8269 19.624 20.7725 18.816 20.7725 17.4568V7.9585M11.7725 22.2139V12.3826M2.77246 7.9585C2.77246 8.56237 3.57403 8.9437 5.17718 9.70635L8.09838 11.0961C9.90126 11.9538 10.8028 12.3826 11.7725 12.3826M2.77246 7.9585C2.77246 7.35463 3.57403 6.97331 5.17718 6.21065L7.27246 5.21387M20.7725 7.9585C20.7725 8.56237 19.9709 8.9437 18.3678 9.70635L15.4466 11.0961C13.6437 11.9538 12.7422 12.3826 11.7725 12.3826M20.7725 7.9585C20.7725 7.35463 19.9709 6.97331 18.3678 6.21065L16.2725 5.21387M5.77246 13.3657L7.77246 14.3489%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.7762 2.21387L11.7762 9.21382M11.7762 9.21382C12.0392 9.21737 12.2987 9.03358 12.4902 8.80921L13.7725 7.27561M11.7762 9.21382C11.5224 9.21038 11.2654 9.02754 11.0621 8.80921L9.77246 7.27561%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.7725 22.2139C10.9543 22.2139 10.1727 21.8893 8.60939 21.2401C4.7181 19.624 2.77246 18.816 2.77246 17.4568V7.9585M11.7725 22.2139C12.5907 22.2139 13.3723 21.8893 14.9356 21.2401C18.8269 19.624 20.7725 18.816 20.7725 17.4568V7.9585M11.7725 22.2139V12.3826M2.77246 7.9585C2.77246 8.56237 3.57403 8.9437 5.17718 9.70635L8.09838 11.0961C9.90126 11.9538 10.8028 12.3826 11.7725 12.3826M2.77246 7.9585C2.77246 7.35463 3.57403 6.97331 5.17718 6.21065L7.27246 5.21387M20.7725 7.9585C20.7725 8.56237 19.9709 8.9437 18.3678 9.70635L15.4466 11.0961C13.6437 11.9538 12.7422 12.3826 11.7725 12.3826M20.7725 7.9585C20.7725 7.35463 19.9709 6.97331 18.3678 6.21065L16.2725 5.21387M5.77246 13.3657L7.77246 14.3489%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.7762 2.21387L11.7762 9.21382M11.7762 9.21382C12.0392 9.21737 12.2987 9.03358 12.4902 8.80921L13.7725 7.27561M11.7762 9.21382C11.5224 9.21038 11.2654 9.02754 11.0621 8.80921L9.77246 7.27561%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-package-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22C10.1818 22 9.40019 21.6698 7.83693 21.0095C3.94564 19.3657 2 18.5438 2 17.1613C2 16.7742 2 10.0645 2 7M11 22L11 11.3548M11 22C11.6167 22 12.12 21.8124 13 21.4372M20 7V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 15L19 18M19 18L22 21M19 18L16 21M19 18L22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.32592 9.69138L4.40472 8.27785C2.80157 7.5021 2 7.11423 2 6.5C2 5.88577 2.80157 5.4979 4.40472 4.72215L7.32592 3.30862C9.12883 2.43621 10.0303 2 11 2C11.9697 2 12.8712 2.4362 14.6741 3.30862L17.5953 4.72215C19.1984 5.4979 20 5.88577 20 6.5C20 7.11423 19.1984 7.5021 17.5953 8.27785L14.6741 9.69138C12.8712 10.5638 11.9697 11 11 11C10.0303 11 9.12883 10.5638 7.32592 9.69138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12L7 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4L6 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22C10.1818 22 9.40019 21.6698 7.83693 21.0095C3.94564 19.3657 2 18.5438 2 17.1613C2 16.7742 2 10.0645 2 7M11 22L11 11.3548M11 22C11.6167 22 12.12 21.8124 13 21.4372M20 7V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 15L19 18M19 18L22 21M19 18L16 21M19 18L22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.32592 9.69138L4.40472 8.27785C2.80157 7.5021 2 7.11423 2 6.5C2 5.88577 2.80157 5.4979 4.40472 4.72215L7.32592 3.30862C9.12883 2.43621 10.0303 2 11 2C11.9697 2 12.8712 2.4362 14.6741 3.30862L17.5953 4.72215C19.1984 5.4979 20 5.88577 20 6.5C20 7.11423 19.1984 7.5021 17.5953 8.27785L14.6741 9.69138C12.8712 10.5638 11.9697 11 11 11C10.0303 11 9.12883 10.5638 7.32592 9.69138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12L7 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4L6 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-package-search{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22C10.1818 22 9.40019 21.6698 7.83693 21.0095C3.94564 19.3657 2 18.5438 2 17.1613C2 16.7742 2 10.0645 2 7M11 22V11.3548M11 22C11.3404 22 11.6463 21.9428 12 21.8285M20 7V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.32592 9.69138L4.40472 8.27785C2.80157 7.5021 2 7.11423 2 6.5C2 5.88577 2.80157 5.4979 4.40472 4.72215L7.32592 3.30862C9.12883 2.43621 10.0303 2 11 2C11.9697 2 12.8712 2.4362 14.6741 3.30862L17.5953 4.72215C19.1984 5.4979 20 5.88577 20 6.5C20 7.11423 19.1984 7.5021 17.5953 8.27785L14.6741 9.69138C12.8712 10.5638 11.9697 11 11 11C10.0303 11 9.12883 10.5638 7.32592 9.69138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12L7 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4L6 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.1322 20.1589L22 22M21.2074 17.5964C21.2074 19.5826 19.594 21.1928 17.6037 21.1928C15.6134 21.1928 14 19.5826 14 17.5964C14 15.6102 15.6134 14 17.6037 14C19.594 14 21.2074 15.6102 21.2074 17.5964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22C10.1818 22 9.40019 21.6698 7.83693 21.0095C3.94564 19.3657 2 18.5438 2 17.1613C2 16.7742 2 10.0645 2 7M11 22V11.3548M11 22C11.3404 22 11.6463 21.9428 12 21.8285M20 7V11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.32592 9.69138L4.40472 8.27785C2.80157 7.5021 2 7.11423 2 6.5C2 5.88577 2.80157 5.4979 4.40472 4.72215L7.32592 3.30862C9.12883 2.43621 10.0303 2 11 2C11.9697 2 12.8712 2.4362 14.6741 3.30862L17.5953 4.72215C19.1984 5.4979 20 5.88577 20 6.5C20 7.11423 19.1984 7.5021 17.5953 8.27785L14.6741 9.69138C12.8712 10.5638 11.9697 11 11 11C10.0303 11 9.12883 10.5638 7.32592 9.69138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 12L7 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 4L6 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.1322 20.1589L22 22M21.2074 17.5964C21.2074 19.5826 19.594 21.1928 17.6037 21.1928C15.6134 21.1928 14 19.5826 14 17.5964C14 15.6102 15.6134 14 17.6037 14C19.594 14 21.2074 15.6102 21.2074 17.5964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-package-sent{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22.2139C11.1818 22.2139 10.4002 21.8847 8.83693 21.2262C4.94564 19.5873 3 18.7678 3 17.3893V7.75621M12 22.2139C12.8182 22.2139 13.5998 21.8847 15.1631 21.2262C19.0544 19.5873 21 18.7678 21 17.3893V7.75621M12 22.2139V12.2431M3 7.75621C3 8.36865 3.80157 8.75539 5.40472 9.52887L8.32592 10.9383C10.1288 11.8082 11.0303 12.2431 12 12.2431M3 7.75621C3 7.14377 3.80157 6.75704 5.40472 5.98356L7 5.21387M21 7.75621C21 8.36865 20.1984 8.75539 18.5953 9.52887L15.6741 10.9383C13.8712 11.8082 12.9697 12.2431 12 12.2431M21 7.75621C21 7.14377 20.1984 6.75703 18.5953 5.98356L17.0446 5.23538M6 13.2402L8 14.2373%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9963 9.21387L11.9963 2.21392M11.9963 2.21392C11.7332 2.21036 11.4737 2.39415 11.2822 2.61852L10 4.15213M11.9963 2.21392C12.2501 2.21735 12.5071 2.40019 12.7103 2.61852L14 4.15213%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22.2139C11.1818 22.2139 10.4002 21.8847 8.83693 21.2262C4.94564 19.5873 3 18.7678 3 17.3893V7.75621M12 22.2139C12.8182 22.2139 13.5998 21.8847 15.1631 21.2262C19.0544 19.5873 21 18.7678 21 17.3893V7.75621M12 22.2139V12.2431M3 7.75621C3 8.36865 3.80157 8.75539 5.40472 9.52887L8.32592 10.9383C10.1288 11.8082 11.0303 12.2431 12 12.2431M3 7.75621C3 7.14377 3.80157 6.75704 5.40472 5.98356L7 5.21387M21 7.75621C21 8.36865 20.1984 8.75539 18.5953 9.52887L15.6741 10.9383C13.8712 11.8082 12.9697 12.2431 12 12.2431M21 7.75621C21 7.14377 20.1984 6.75703 18.5953 5.98356L17.0446 5.23538M6 13.2402L8 14.2373%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9963 9.21387L11.9963 2.21392M11.9963 2.21392C11.7332 2.21036 11.4737 2.39415 11.2822 2.61852L10 4.15213M11.9963 2.21392C12.2501 2.21735 12.5071 2.40019 12.7103 2.61852L14 4.15213%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-package{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C11.1818 22 10.4002 21.6698 8.83693 21.0095C4.94564 19.3657 3 18.5438 3 17.1613C3 16.7742 3 10.0645 3 7M12 22C12.8182 22 13.5998 21.6698 15.1631 21.0095C19.0544 19.3657 21 18.5438 21 17.1613V7M12 22L12 11.3548%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.32592 9.69138L5.40472 8.27785C3.80157 7.5021 3 7.11423 3 6.5C3 5.88577 3.80157 5.4979 5.40472 4.72215L8.32592 3.30862C10.1288 2.43621 11.0303 2 12 2C12.9697 2 13.8712 2.4362 15.6741 3.30862L18.5953 4.72215C20.1984 5.4979 21 5.88577 21 6.5C21 7.11423 20.1984 7.5021 18.5953 8.27785L15.6741 9.69138C13.8712 10.5638 12.9697 11 12 11C11.0303 11 10.1288 10.5638 8.32592 9.69138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12L8 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4L7 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C11.1818 22 10.4002 21.6698 8.83693 21.0095C4.94564 19.3657 3 18.5438 3 17.1613C3 16.7742 3 10.0645 3 7M12 22C12.8182 22 13.5998 21.6698 15.1631 21.0095C19.0544 19.3657 21 18.5438 21 17.1613V7M12 22L12 11.3548%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.32592 9.69138L5.40472 8.27785C3.80157 7.5021 3 7.11423 3 6.5C3 5.88577 3.80157 5.4979 5.40472 4.72215L8.32592 3.30862C10.1288 2.43621 11.0303 2 12 2C12.9697 2 13.8712 2.4362 15.6741 3.30862L18.5953 4.72215C20.1984 5.4979 21 5.88577 21 6.5C21 7.11423 20.1984 7.5021 18.5953 8.27785L15.6741 9.69138C13.8712 10.5638 12.9697 11 12 11C11.0303 11 10.1288 10.5638 8.32592 9.69138Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 12L8 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 4L7 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-product-loading{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 10.2653V6H19.5V10.2653C19.5 13.4401 19.5 15.0275 18.5237 16.0137C17.5474 17 15.976 17 12.8333 17H11.1667C8.02397 17 6.45262 17 5.47631 16.0137C4.5 15.0275 4.5 13.4401 4.5 10.2653Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 6L5.22115 4.46154C5.78045 3.26838 6.06009 2.6718 6.62692 2.3359C7.19375 2 7.92084 2 9.375 2H14.625C16.0792 2 16.8062 2 17.3731 2.3359C17.9399 2.6718 18.2196 3.26838 18.7788 4.46154L19.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 9H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19.5V22M12 19.5L7 19.5M12 19.5H17M7 19.5H4.5C3.11929 19.5 2 20.6193 2 22M7 19.5V22M17 19.5H19.5C20.8807 19.5 22 20.6193 22 22M17 19.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5 10.2653V6H19.5V10.2653C19.5 13.4401 19.5 15.0275 18.5237 16.0137C17.5474 17 15.976 17 12.8333 17H11.1667C8.02397 17 6.45262 17 5.47631 16.0137C4.5 15.0275 4.5 13.4401 4.5 10.2653Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 6L5.22115 4.46154C5.78045 3.26838 6.06009 2.6718 6.62692 2.3359C7.19375 2 7.92084 2 9.375 2H14.625C16.0792 2 16.8062 2 17.3731 2.3359C17.9399 2.6718 18.2196 3.26838 18.7788 4.46154L19.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 9H13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19.5V22M12 19.5L7 19.5M12 19.5H17M7 19.5H4.5C3.11929 19.5 2 20.6193 2 22M7 19.5V22M17 19.5H19.5C20.8807 19.5 22 20.6193 22 22M17 19.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-promotion{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9263 2.91103L8.27352 6.10452C7.76151 6.35029 7.21443 6.41187 6.65675 6.28693C6.29177 6.20517 6.10926 6.16429 5.9623 6.14751C4.13743 5.93912 3 7.38342 3 9.04427V9.95573C3 11.6166 4.13743 13.0609 5.9623 12.8525C6.10926 12.8357 6.29178 12.7948 6.65675 12.7131C7.21443 12.5881 7.76151 12.6497 8.27352 12.8955L14.9263 16.089C16.4534 16.8221 17.217 17.1886 18.0684 16.9029C18.9197 16.6172 19.2119 16.0041 19.7964 14.778C21.4012 11.4112 21.4012 7.58885 19.7964 4.22196C19.2119 2.99586 18.9197 2.38281 18.0684 2.0971C17.217 1.8114 16.4534 2.17794 14.9263 2.91103Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.4581 20.7709L9.96674 22C6.60515 19.3339 7.01583 18.0625 7.01583 13H8.14966C8.60978 15.8609 9.69512 17.216 11.1927 18.197C12.1152 18.8012 12.3054 20.0725 11.4581 20.7709Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 12.5V6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.9263 2.91103L8.27352 6.10452C7.76151 6.35029 7.21443 6.41187 6.65675 6.28693C6.29177 6.20517 6.10926 6.16429 5.9623 6.14751C4.13743 5.93912 3 7.38342 3 9.04427V9.95573C3 11.6166 4.13743 13.0609 5.9623 12.8525C6.10926 12.8357 6.29178 12.7948 6.65675 12.7131C7.21443 12.5881 7.76151 12.6497 8.27352 12.8955L14.9263 16.089C16.4534 16.8221 17.217 17.1886 18.0684 16.9029C18.9197 16.6172 19.2119 16.0041 19.7964 14.778C21.4012 11.4112 21.4012 7.58885 19.7964 4.22196C19.2119 2.99586 18.9197 2.38281 18.0684 2.0971C17.217 1.8114 16.4534 2.17794 14.9263 2.91103Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.4581 20.7709L9.96674 22C6.60515 19.3339 7.01583 18.0625 7.01583 13H8.14966C8.60978 15.8609 9.69512 17.216 11.1927 18.197C12.1152 18.8012 12.3054 20.0725 11.4581 20.7709Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 12.5V6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-safe-delivery-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 14H6.39482C6.68897 14 6.97908 14.0663 7.24217 14.1936L9.28415 15.1816C9.54724 15.3089 9.83735 15.3751 10.1315 15.3751H11.1741C12.1825 15.3751 13 16.1662 13 17.142C13 17.1814 12.973 17.2161 12.9338 17.2269L10.3929 17.9295C9.93707 18.0555 9.449 18.0116 9.025 17.8064L6.84211 16.7503%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16.5L17.5928 15.0889C18.407 14.8352 19.2871 15.136 19.7971 15.8423C20.1659 16.3529 20.0157 17.0842 19.4785 17.3942L11.9629 21.7305C11.4849 22.0063 10.9209 22.0736 10.3952 21.9176L4 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12H13C11.1144 12 10.1716 12 9.58579 11.4142C9 10.8284 9 9.88562 9 8V6C9 4.11438 9 3.17157 9.58579 2.58579C10.1716 2 11.1144 2 13 2H15C16.8856 2 17.8284 2 18.4142 2.58579C19 3.17157 19 4.11438 19 6V8C19 9.88562 19 10.8284 18.4142 11.4142C17.8284 12 16.8856 12 15 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 14H6.39482C6.68897 14 6.97908 14.0663 7.24217 14.1936L9.28415 15.1816C9.54724 15.3089 9.83735 15.3751 10.1315 15.3751H11.1741C12.1825 15.3751 13 16.1662 13 17.142C13 17.1814 12.973 17.2161 12.9338 17.2269L10.3929 17.9295C9.93707 18.0555 9.449 18.0116 9.025 17.8064L6.84211 16.7503%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16.5L17.5928 15.0889C18.407 14.8352 19.2871 15.136 19.7971 15.8423C20.1659 16.3529 20.0157 17.0842 19.4785 17.3942L11.9629 21.7305C11.4849 22.0063 10.9209 22.0736 10.3952 21.9176L4 20.0199%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 12H13C11.1144 12 10.1716 12 9.58579 11.4142C9 10.8284 9 9.88562 9 8V6C9 4.11438 9 3.17157 9.58579 2.58579C10.1716 2 11.1144 2 13 2H15C16.8856 2 17.8284 2 18.4142 2.58579C19 3.17157 19 4.11438 19 6V8C19 9.88562 19 10.8284 18.4142 11.4142C17.8284 12 16.8856 12 15 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 5H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-safe-delivery-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C7.58172 2 4 5.13401 4 9H20C20 5.13401 16.4183 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17.3333C8 15.4029 8.34533 15 10 15H14C15.6547 15 16 15.4029 16 17.3333V19.6667C16 21.5971 15.6547 22 14 22H10C8.34533 22 8 21.5971 8 19.6667V17.3333Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.008 17.5H11.999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9L12 15L20 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C7.58172 2 4 5.13401 4 9H20C20 5.13401 16.4183 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17.3333C8 15.4029 8.34533 15 10 15H14C15.6547 15 16 15.4029 16 17.3333V19.6667C16 21.5971 15.6547 22 14 22H10C8.34533 22 8 21.5971 8 19.6667V17.3333Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.008 17.5H11.999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 9L12 15L20 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-sale-tag-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.01758 3.70214C9.8146 6.7967 14.4273 0.117841 17.1567 2.54167C18.7273 3.93633 18.2307 7.01567 16.1919 9.02193%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.821 13.9859C13.8388 13.6513 13.9327 13.0393 13.4239 12.5741M13.4239 12.5741C13.2665 12.4302 13.0514 12.3003 12.7584 12.197C11.71 11.8275 10.4223 13.0643 11.3332 14.1964C11.8229 14.8049 12.2005 14.9921 12.1649 15.6831C12.1399 16.1692 11.6624 16.6771 11.0331 16.8706C10.4863 17.0387 9.88323 16.8161 9.50177 16.3899C9.03601 15.8695 9.08305 15.3788 9.07907 15.165M13.4239 12.5741L13.998 12M9.54329 16.4548L8.99805 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.3038 6.63492C19.2293 6.81267 19.4369 7.39713 19.7133 9.0189C19.9622 10.4795 20.0319 12.2323 20.0319 12.9784C20.0066 13.2534 19.8938 13.51 19.7133 13.7193C17.7781 15.7474 13.9377 19.5772 11.9993 21.4797C11.2386 22.1588 10.091 22.1734 9.28366 21.5501C7.63053 20.0631 6.0422 18.3822 4.48626 16.8644C3.86118 16.0593 3.87583 14.9148 4.55692 14.1562C6.60746 12.029 10.3179 8.3879 12.4125 6.37637C12.6225 6.19642 12.8798 6.08386 13.1556 6.05859C13.6255 6.05848 14.4318 6.12165 15.2172 6.16718%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.01758 3.70214C9.8146 6.7967 14.4273 0.117841 17.1567 2.54167C18.7273 3.93633 18.2307 7.01567 16.1919 9.02193%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.821 13.9859C13.8388 13.6513 13.9327 13.0393 13.4239 12.5741M13.4239 12.5741C13.2665 12.4302 13.0514 12.3003 12.7584 12.197C11.71 11.8275 10.4223 13.0643 11.3332 14.1964C11.8229 14.8049 12.2005 14.9921 12.1649 15.6831C12.1399 16.1692 11.6624 16.6771 11.0331 16.8706C10.4863 17.0387 9.88323 16.8161 9.50177 16.3899C9.03601 15.8695 9.08305 15.3788 9.07907 15.165M13.4239 12.5741L13.998 12M9.54329 16.4548L8.99805 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.3038 6.63492C19.2293 6.81267 19.4369 7.39713 19.7133 9.0189C19.9622 10.4795 20.0319 12.2323 20.0319 12.9784C20.0066 13.2534 19.8938 13.51 19.7133 13.7193C17.7781 15.7474 13.9377 19.5772 11.9993 21.4797C11.2386 22.1588 10.091 22.1734 9.28366 21.5501C7.63053 20.0631 6.0422 18.3822 4.48626 16.8644C3.86118 16.0593 3.87583 14.9148 4.55692 14.1562C6.60746 12.029 10.3179 8.3879 12.4125 6.37637C12.6225 6.19642 12.8798 6.08386 13.1556 6.05859C13.6255 6.05848 14.4318 6.12165 15.2172 6.16718%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-sale-tag-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 5C18.3284 5 19 5.67157 19 6.5C19 7.32843 18.3284 8 17.5 8C16.6716 8 16 7.32843 16 6.5C16 5.67157 16.6716 5 17.5 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.77423 11.1439C1.77108 12.2643 1.7495 13.9546 2.67016 15.1437C4.49711 17.5033 6.49674 19.5029 8.85633 21.3298C10.0454 22.2505 11.7357 22.2289 12.8561 21.2258C15.8979 18.5022 18.6835 15.6559 21.3719 12.5279C21.6377 12.2187 21.8039 11.8397 21.8412 11.4336C22.0062 9.63798 22.3452 4.46467 20.9403 3.05974C19.5353 1.65481 14.362 1.99377 12.5664 2.15876C12.1603 2.19608 11.7813 2.36233 11.472 2.62811C8.34412 5.31646 5.49781 8.10211 2.77423 11.1439Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.7884 12.3665C13.8097 11.9655 13.9222 11.232 13.3125 10.6744M13.3125 10.6744C13.1238 10.5019 12.866 10.3462 12.5149 10.2225C11.2583 9.77958 9.71484 11.2619 10.8067 12.6188C11.3936 13.3482 11.8461 13.5725 11.8035 14.4008C11.7735 14.9834 11.2012 15.5922 10.4469 15.824C9.7916 16.0255 9.06876 15.7588 8.61156 15.2479C8.05332 14.6241 8.1097 14.0361 8.10492 13.7798M13.3125 10.6744L14.0006 9.98633M8.66131 15.3256L8.00781 15.9791%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 5C18.3284 5 19 5.67157 19 6.5C19 7.32843 18.3284 8 17.5 8C16.6716 8 16 7.32843 16 6.5C16 5.67157 16.6716 5 17.5 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.77423 11.1439C1.77108 12.2643 1.7495 13.9546 2.67016 15.1437C4.49711 17.5033 6.49674 19.5029 8.85633 21.3298C10.0454 22.2505 11.7357 22.2289 12.8561 21.2258C15.8979 18.5022 18.6835 15.6559 21.3719 12.5279C21.6377 12.2187 21.8039 11.8397 21.8412 11.4336C22.0062 9.63798 22.3452 4.46467 20.9403 3.05974C19.5353 1.65481 14.362 1.99377 12.5664 2.15876C12.1603 2.19608 11.7813 2.36233 11.472 2.62811C8.34412 5.31646 5.49781 8.10211 2.77423 11.1439Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.7884 12.3665C13.8097 11.9655 13.9222 11.232 13.3125 10.6744M13.3125 10.6744C13.1238 10.5019 12.866 10.3462 12.5149 10.2225C11.2583 9.77958 9.71484 11.2619 10.8067 12.6188C11.3936 13.3482 11.8461 13.5725 11.8035 14.4008C11.7735 14.9834 11.2012 15.5922 10.4469 15.824C9.7916 16.0255 9.06876 15.7588 8.61156 15.2479C8.05332 14.6241 8.1097 14.0361 8.10492 13.7798M13.3125 10.6744L14.0006 9.98633M8.66131 15.3256L8.00781 15.9791%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shipment-tracking{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 22H6C4.11438 22 3.17157 22 2.58579 21.4142C2 20.8284 2 19.8856 2 18V16C2 14.1144 2 13.1716 2.58579 12.5858C3.17157 12 4.11438 12 6 12H8C9.88562 12 10.8284 12 11.4142 12.5858C12 13.1716 12 14.1144 12 16V18C12 19.8856 12 20.8284 11.4142 21.4142C10.8284 22 9.88562 22 8 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15L8 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2C15.7909 2 14 3.80892 14 6.04033C14 7.31626 14.5 8.30834 15.5 9.1945C16.2049 9.81911 17.0588 10.8566 17.5714 11.6975C17.8173 12.1008 18.165 12.1008 18.4286 11.6975C18.9672 10.8733 19.7951 9.81911 20.5 9.1945C21.5 8.30834 22 7.31626 22 6.04033C22 3.80892 20.2091 2 18 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15V18C18 19.8856 18 20.8284 17.5314 21.4142C17.0839 21.9735 16.3761 21.9988 15 21.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0078 6L17.9988 6%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 22H6C4.11438 22 3.17157 22 2.58579 21.4142C2 20.8284 2 19.8856 2 18V16C2 14.1144 2 13.1716 2.58579 12.5858C3.17157 12 4.11438 12 6 12H8C9.88562 12 10.8284 12 11.4142 12.5858C12 13.1716 12 14.1144 12 16V18C12 19.8856 12 20.8284 11.4142 21.4142C10.8284 22 9.88562 22 8 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 15L8 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 2C15.7909 2 14 3.80892 14 6.04033C14 7.31626 14.5 8.30834 15.5 9.1945C16.2049 9.81911 17.0588 10.8566 17.5714 11.6975C17.8173 12.1008 18.165 12.1008 18.4286 11.6975C18.9672 10.8733 19.7951 9.81911 20.5 9.1945C21.5 8.30834 22 7.31626 22 6.04033C22 3.80892 20.2091 2 18 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 15V18C18 19.8856 18 20.8284 17.5314 21.4142C17.0839 21.9735 16.3761 21.9988 15 21.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.0078 6L17.9988 6%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shipping-loading{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 9.87755V6H18V9.87755C18 12.7637 18 14.2068 17.0888 15.1034C16.1776 16 14.711 16 11.7778 16H10.2222C7.28904 16 5.82245 16 4.91122 15.1034C4 14.2068 4 12.7637 4 9.87755Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 6L4.67308 4.46154C5.19508 3.26838 5.45609 2.6718 5.98513 2.3359C6.51417 2 7.19278 2 8.55 2H13.45C14.8072 2 15.4858 2 16.0149 2.3359C16.5439 2.6718 16.8049 3.26838 17.3269 4.46154L18 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 9H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 16H18C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19H17.009M11 19H11.009M5 19H5.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 9.87755V6H18V9.87755C18 12.7637 18 14.2068 17.0888 15.1034C16.1776 16 14.711 16 11.7778 16H10.2222C7.28904 16 5.82245 16 4.91122 15.1034C4 14.2068 4 12.7637 4 9.87755Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 6L4.67308 4.46154C5.19508 3.26838 5.45609 2.6718 5.98513 2.3359C6.51417 2 7.19278 2 8.55 2H13.45C14.8072 2 15.4858 2 16.0149 2.3359C16.5439 2.6718 16.8049 3.26838 17.3269 4.46154L18 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 9H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 16H18C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19H17.009M11 19H11.009M5 19H5.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shipping-truck-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 17.5C19.5 18.8807 18.3807 20 17 20C15.6193 20 14.5 18.8807 14.5 17.5C14.5 16.1193 15.6193 15 17 15C18.3807 15 19.5 16.1193 19.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 17.5C9.5 18.8807 8.38071 20 7 20C5.61929 20 4.5 18.8807 4.5 17.5C4.5 16.1193 5.61929 15 7 15C8.38071 15 9.5 16.1193 9.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 17.5H9.5M19.5 17.5H20.2632C20.4831 17.5 20.5931 17.5 20.6855 17.4885C21.3669 17.4036 21.9036 16.8669 21.9885 16.1855C22 16.0931 22 15.9831 22 15.7632V13C22 9.41015 19.0899 6.5 15.5 6.5M15 15.5V7C15 5.58579 15 4.87868 14.5607 4.43934C14.1213 4 13.4142 4 12 4H5C3.58579 4 2.87868 4 2.43934 4.43934C2 4.87868 2 5.58579 2 7V15C2 15.9346 2 16.4019 2.20096 16.75C2.33261 16.978 2.52197 17.1674 2.75 17.299C3.09808 17.5 3.56538 17.5 4.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 17.5C19.5 18.8807 18.3807 20 17 20C15.6193 20 14.5 18.8807 14.5 17.5C14.5 16.1193 15.6193 15 17 15C18.3807 15 19.5 16.1193 19.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 17.5C9.5 18.8807 8.38071 20 7 20C5.61929 20 4.5 18.8807 4.5 17.5C4.5 16.1193 5.61929 15 7 15C8.38071 15 9.5 16.1193 9.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 17.5H9.5M19.5 17.5H20.2632C20.4831 17.5 20.5931 17.5 20.6855 17.4885C21.3669 17.4036 21.9036 16.8669 21.9885 16.1855C22 16.0931 22 15.9831 22 15.7632V13C22 9.41015 19.0899 6.5 15.5 6.5M15 15.5V7C15 5.58579 15 4.87868 14.5607 4.43934C14.1213 4 13.4142 4 12 4H5C3.58579 4 2.87868 4 2.43934 4.43934C2 4.87868 2 5.58579 2 7V15C2 15.9346 2 16.4019 2.20096 16.75C2.33261 16.978 2.52197 17.1674 2.75 17.299C3.09808 17.5 3.56538 17.5 4.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shipping-truck-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 17.5C19.5 18.8807 18.3807 20 17 20C15.6193 20 14.5 18.8807 14.5 17.5C14.5 16.1193 15.6193 15 17 15C18.3807 15 19.5 16.1193 19.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 17.5C9.5 18.8807 8.38071 20 7 20C5.61929 20 4.5 18.8807 4.5 17.5C4.5 16.1193 5.61929 15 7 15C8.38071 15 9.5 16.1193 9.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 17.5H9.5M15 15.5V7C15 5.58579 15 4.87868 14.5607 4.43934C14.1213 4 13.4142 4 12 4H5C3.58579 4 2.87868 4 2.43934 4.43934C2 4.87868 2 5.58579 2 7V15C2 15.9346 2 16.4019 2.20096 16.75C2.33261 16.978 2.52197 17.1674 2.75 17.299C3.09808 17.5 3.56538 17.5 4.5 17.5M15.5 6.5H17.3014C18.1311 6.5 18.5459 6.5 18.8898 6.6947C19.2336 6.8894 19.4471 7.2451 19.8739 7.95651L21.5725 10.7875C21.7849 11.1415 21.8911 11.3186 21.9456 11.5151C22 11.7116 22 11.918 22 12.331V15C22 15.9346 22 16.4019 21.799 16.75C21.6674 16.978 21.478 17.1674 21.25 17.299C20.9019 17.5 20.4346 17.5 19.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 17.5C19.5 18.8807 18.3807 20 17 20C15.6193 20 14.5 18.8807 14.5 17.5C14.5 16.1193 15.6193 15 17 15C18.3807 15 19.5 16.1193 19.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9.5 17.5C9.5 18.8807 8.38071 20 7 20C5.61929 20 4.5 18.8807 4.5 17.5C4.5 16.1193 5.61929 15 7 15C8.38071 15 9.5 16.1193 9.5 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.5 17.5H9.5M15 15.5V7C15 5.58579 15 4.87868 14.5607 4.43934C14.1213 4 13.4142 4 12 4H5C3.58579 4 2.87868 4 2.43934 4.43934C2 4.87868 2 5.58579 2 7V15C2 15.9346 2 16.4019 2.20096 16.75C2.33261 16.978 2.52197 17.1674 2.75 17.299C3.09808 17.5 3.56538 17.5 4.5 17.5M15.5 6.5H17.3014C18.1311 6.5 18.5459 6.5 18.8898 6.6947C19.2336 6.8894 19.4471 7.2451 19.8739 7.95651L21.5725 10.7875C21.7849 11.1415 21.8911 11.3186 21.9456 11.5151C22 11.7116 22 11.918 22 12.331V15C22 15.9346 22 16.4019 21.799 16.75C21.6674 16.978 21.478 17.1674 21.25 17.299C20.9019 17.5 20.4346 17.5 19.5 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shop-sign{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.07007 2.5H15.7559C16.9383 2.5 17.5295 2.5 17.9484 2.8352C18.3673 3.1704 18.4891 3.74092 18.7327 4.88197L21.7654 19.088C22.0033 20.2028 22.1223 20.7602 21.818 21.1301C21.5136 21.5 20.936 21.5 19.7808 21.5H13.2369C12.4673 21.5 12.0825 21.5 11.806 21.2844C11.5296 21.0687 11.4409 20.6995 11.2635 19.9609L7.07007 2.5ZM7.07007 2.5L2 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 16H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.07007 2.5H15.7559C16.9383 2.5 17.5295 2.5 17.9484 2.8352C18.3673 3.1704 18.4891 3.74092 18.7327 4.88197L21.7654 19.088C22.0033 20.2028 22.1223 20.7602 21.818 21.1301C21.5136 21.5 20.936 21.5 19.7808 21.5H13.2369C12.4673 21.5 12.0825 21.5 11.806 21.2844C11.5296 21.0687 11.4409 20.6995 11.2635 19.9609L7.07007 2.5ZM7.07007 2.5L2 21.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 16H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-bag-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 8V6.36364C7.5 3.95367 9.51472 2 12 2C14.4853 2 16.5 3.95367 16.5 6.36364V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.8816 7.5H10.1184C6.22973 7.5 4.7255 8.48796 3.6501 12.2373C2.68147 15.6144 2.19716 17.3029 2.70352 18.6124C3.01361 19.4143 3.56418 20.1097 4.28549 20.6104C6.8944 22.4216 16.9865 22.5043 19.7145 20.6104C20.4358 20.1097 20.9864 19.4143 21.2965 18.6124C21.8028 17.3029 21.3185 15.6144 20.3499 12.2373C19.3173 8.63723 17.9313 7.5 13.8816 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 11H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.5 8V6.36364C7.5 3.95367 9.51472 2 12 2C14.4853 2 16.5 3.95367 16.5 6.36364V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13.8816 7.5H10.1184C6.22973 7.5 4.7255 8.48796 3.6501 12.2373C2.68147 15.6144 2.19716 17.3029 2.70352 18.6124C3.01361 19.4143 3.56418 20.1097 4.28549 20.6104C6.8944 22.4216 16.9865 22.5043 19.7145 20.6104C20.4358 20.1097 20.9864 19.4143 21.2965 18.6124C21.8028 17.3029 21.3185 15.6144 20.3499 12.2373C19.3173 8.63723 17.9313 7.5 13.8816 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11 11H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-bag-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.06164 15.1933L3.42688 13.1219C3.85856 10.6736 4.0744 9.44952 4.92914 8.72476C5.78389 8 7.01171 8 9.46734 8H14.5327C16.9883 8 18.2161 8 19.0709 8.72476C19.9256 9.44952 20.1414 10.6736 20.5731 13.1219L20.9384 15.1933C21.5357 18.5811 21.8344 20.275 20.9147 21.3875C19.995 22.5 18.2959 22.5 14.8979 22.5H9.1021C5.70406 22.5 4.00504 22.5 3.08533 21.3875C2.16562 20.275 2.4643 18.5811 3.06164 15.1933Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 8L7.66782 5.98618C7.85558 3.73306 9.73907 2 12 2C14.2609 2 16.1444 3.73306 16.3322 5.98618L16.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 11C14.87 12.4131 13.5657 13.5 12 13.5C10.4343 13.5 9.13002 12.4131 9 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.06164 15.1933L3.42688 13.1219C3.85856 10.6736 4.0744 9.44952 4.92914 8.72476C5.78389 8 7.01171 8 9.46734 8H14.5327C16.9883 8 18.2161 8 19.0709 8.72476C19.9256 9.44952 20.1414 10.6736 20.5731 13.1219L20.9384 15.1933C21.5357 18.5811 21.8344 20.275 20.9147 21.3875C19.995 22.5 18.2959 22.5 14.8979 22.5H9.1021C5.70406 22.5 4.00504 22.5 3.08533 21.3875C2.16562 20.275 2.4643 18.5811 3.06164 15.1933Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 8L7.66782 5.98618C7.85558 3.73306 9.73907 2 12 2C14.2609 2 16.1444 3.73306 16.3322 5.98618L16.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 11C14.87 12.4131 13.5657 13.5 12 13.5C10.4343 13.5 9.13002 12.4131 9 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-bag-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.06164 14.4413L3.42688 12.2985C3.85856 9.76583 4.0744 8.49951 4.92914 7.74975C5.78389 7 7.01171 7 9.46734 7H14.5327C16.9883 7 18.2161 7 19.0709 7.74975C19.9256 8.49951 20.1414 9.76583 20.5731 12.2985L20.9384 14.4413C21.5357 17.946 21.8344 19.6983 20.9147 20.8491C19.995 22 18.2959 22 14.8979 22H9.1021C5.70406 22 4.00504 22 3.08533 20.8491C2.16562 19.6983 2.4643 17.946 3.06164 14.4413Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9L7.71501 5.98983C7.87559 3.74176 9.7462 2 12 2C14.2538 2 16.1244 3.74176 16.285 5.98983L16.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.06164 14.4413L3.42688 12.2985C3.85856 9.76583 4.0744 8.49951 4.92914 7.74975C5.78389 7 7.01171 7 9.46734 7H14.5327C16.9883 7 18.2161 7 19.0709 7.74975C19.9256 8.49951 20.1414 9.76583 20.5731 12.2985L20.9384 14.4413C21.5357 17.946 21.8344 19.6983 20.9147 20.8491C19.995 22 18.2959 22 14.8979 22H9.1021C5.70406 22 4.00504 22 3.08533 20.8491C2.16562 19.6983 2.4643 17.946 3.06164 14.4413Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 9L7.71501 5.98983C7.87559 3.74176 9.7462 2 12 2C14.2538 2 16.1244 3.74176 16.285 5.98983L16.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-bag-add{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 11.5C18.4791 8.47991 17.2039 7.5 13.4291 7.5H9.65019C5.74529 7.5 4.23479 8.48796 3.1549 12.2373C2.18223 15.6144 1.6959 17.3029 2.20436 18.6124C2.51576 19.4143 3.06862 20.1097 3.79294 20.6104C5.24007 21.6109 8.98007 22.084 12.5 21.9878%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8V6.36364C7 3.95367 9.01472 2 11.5 2C13.9853 2 16 3.95367 16 6.36364V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18H22M18 22L18 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5 11.5C18.4791 8.47991 17.2039 7.5 13.4291 7.5H9.65019C5.74529 7.5 4.23479 8.48796 3.1549 12.2373C2.18223 15.6144 1.6959 17.3029 2.20436 18.6124C2.51576 19.4143 3.06862 20.1097 3.79294 20.6104C5.24007 21.6109 8.98007 22.084 12.5 21.9878%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8V6.36364C7 3.95367 9.01472 2 11.5 2C13.9853 2 16 3.95367 16 6.36364V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 18H22M18 22L18 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-bag-check{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 12.5C19.9751 12.4136 19.9499 12.326 19.9244 12.2373C18.8875 8.63723 17.4956 7.5 13.4291 7.5H9.65019C5.74529 7.5 4.23479 8.48796 3.1549 12.2373C2.18223 15.6144 1.6959 17.3029 2.20436 18.6124C2.51576 19.4143 3.06862 20.1097 3.79294 20.6104C5.17171 21.5636 8.63187 22.0381 12 21.9976%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8V6.36364C7 3.95367 9.01472 2 11.5 2C13.9853 2 16 3.95367 16 6.36364V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 19C14 19 15 19 16 21C16 21 19.1765 16 22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 12.5C19.9751 12.4136 19.9499 12.326 19.9244 12.2373C18.8875 8.63723 17.4956 7.5 13.4291 7.5H9.65019C5.74529 7.5 4.23479 8.48796 3.1549 12.2373C2.18223 15.6144 1.6959 17.3029 2.20436 18.6124C2.51576 19.4143 3.06862 20.1097 3.79294 20.6104C5.17171 21.5636 8.63187 22.0381 12 21.9976%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8V6.36364C7 3.95367 9.01472 2 11.5 2C13.9853 2 16 3.95367 16 6.36364V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 19C14 19 15 19 16 21C16 21 19.1765 16 22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-bag-favorite{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21.9976C8.63187 22.0381 5.17171 21.5636 3.79294 20.6104C3.06862 20.1097 2.51576 19.4143 2.20436 18.6124C1.6959 17.3029 2.18223 15.6144 3.1549 12.2373C4.23479 8.48796 5.74529 7.5 9.65019 7.5H13.4291C16.9872 7.5 18.5032 8.37066 19.5 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8V6.36364C7 3.95367 9.01472 2 11.5 2C13.9853 2 16 3.95367 16 6.36364V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.1418 14.4418C15.3486 13.7108 16.4018 14.0054 17.0345 14.4747C17.294 14.6671 17.4237 14.7633 17.5 14.7633C17.5763 14.7633 17.706 14.6671 17.9655 14.4747C18.5982 14.0054 19.6514 13.7108 20.8582 14.4418C22.4419 15.4013 22.8002 18.5666 19.1472 21.237C18.4514 21.7457 18.1035 22 17.5 22C16.8965 22 16.5486 21.7457 15.8528 21.237C12.1998 18.5666 12.5581 15.4013 14.1418 14.4418Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21.9976C8.63187 22.0381 5.17171 21.5636 3.79294 20.6104C3.06862 20.1097 2.51576 19.4143 2.20436 18.6124C1.6959 17.3029 2.18223 15.6144 3.1549 12.2373C4.23479 8.48796 5.74529 7.5 9.65019 7.5H13.4291C16.9872 7.5 18.5032 8.37066 19.5 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 8V6.36364C7 3.95367 9.01472 2 11.5 2C13.9853 2 16 3.95367 16 6.36364V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.1418 14.4418C15.3486 13.7108 16.4018 14.0054 17.0345 14.4747C17.294 14.6671 17.4237 14.7633 17.5 14.7633C17.5763 14.7633 17.706 14.6671 17.9655 14.4747C18.5982 14.0054 19.6514 13.7108 20.8582 14.4418C22.4419 15.4013 22.8002 18.5666 19.1472 21.237C18.4514 21.7457 18.1035 22 17.5 22C16.8965 22 16.5486 21.7457 15.8528 21.237C12.1998 18.5666 12.5581 15.4013 14.1418 14.4418Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-bag-remove{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 8V6.36364C7 3.95367 9.01472 2 11.5 2C13.9853 2 16 3.95367 16 6.36364V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.5 11.5015C18.4791 8.48028 17.2039 7.5 13.4291 7.5H9.65019C5.74529 7.5 4.23479 8.48833 3.1549 12.2391C2.18223 15.6174 1.6959 17.3066 2.20436 18.6165C2.51576 19.4188 3.06862 20.1144 3.79294 20.6154C5.03534 21.4746 7.96776 21.945 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 15L17.5 18.5M17.5 18.5L21 22M17.5 18.5L14 22M17.5 18.5L21 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 8V6.36364C7 3.95367 9.01472 2 11.5 2C13.9853 2 16 3.95367 16 6.36364V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.5 11.5015C18.4791 8.48028 17.2039 7.5 13.4291 7.5H9.65019C5.74529 7.5 4.23479 8.48833 3.1549 12.2391C2.18223 15.6174 1.6959 17.3066 2.20436 18.6165C2.51576 19.4188 3.06862 20.1144 3.79294 20.6154C5.03534 21.4746 7.96776 21.945 11 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 15L17.5 18.5M17.5 18.5L21 22M17.5 18.5L14 22M17.5 18.5L21 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11H12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.87289 17.0194L2.66933 9.83981C2.48735 8.75428 2.39637 8.21152 2.68773 7.85576C2.9791 7.5 3.51461 7.5 4.58564 7.5H19.4144C20.4854 7.5 21.0209 7.5 21.3123 7.85576C21.6036 8.21152 21.5126 8.75428 21.3307 9.83981L20.1271 17.0194C19.7282 19.3991 19.5287 20.5889 18.7143 21.2945C17.9 22 16.726 22 14.3782 22H9.62182C7.27396 22 6.10003 22 5.28565 21.2945C4.47127 20.5889 4.27181 19.3991 3.87289 17.0194Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.87289 17.0194L2.66933 9.83981C2.48735 8.75428 2.39637 8.21152 2.68773 7.85576C2.9791 7.5 3.51461 7.5 4.58564 7.5H19.4144C20.4854 7.5 21.0209 7.5 21.3123 7.85576C21.6036 8.21152 21.5126 8.75428 21.3307 9.83981L20.1271 17.0194C19.7282 19.3991 19.5287 20.5889 18.7143 21.2945C17.9 22 16.726 22 14.3782 22H9.62182C7.27396 22 6.10003 22 5.28565 21.2945C4.47127 20.5889 4.27181 19.3991 3.87289 17.0194Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.34085 16.8781L3.17786 9.93557C2.98869 8.8063 2.89411 8.24167 3.18537 7.87083C3.47662 7.5 4.01468 7.5 5.09079 7.5H18.9092C19.9853 7.5 20.5234 7.5 20.8146 7.87083C21.1059 8.24167 21.0113 8.8063 20.8221 9.93557L19.6591 16.8781C19.249 19.3264 19.044 20.5505 18.2319 21.2752C17.4199 22 16.2534 22 13.9204 22H10.0796C7.74664 22 6.58014 22 5.76809 21.2752C4.95603 20.5505 4.75097 19.3264 4.34085 16.8781Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 7.5V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 17.5H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.34085 16.8781L3.17786 9.93557C2.98869 8.8063 2.89411 8.24167 3.18537 7.87083C3.47662 7.5 4.01468 7.5 5.09079 7.5H18.9092C19.9853 7.5 20.5234 7.5 20.8146 7.87083C21.1059 8.24167 21.0113 8.8063 20.8221 9.93557L19.6591 16.8781C19.249 19.3264 19.044 20.5505 18.2319 21.2752C17.4199 22 16.2534 22 13.9204 22H10.0796C7.74664 22 6.58014 22 5.76809 21.2752C4.95603 20.5505 4.75097 19.3264 4.34085 16.8781Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 7.5V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 17.5H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 8H20.196C20.8208 8 21.1332 8 21.3619 8.10084C22.3736 8.5469 21.9213 9.67075 21.7511 10.4784C21.7205 10.6235 21.621 10.747 21.4816 10.8132C20.9033 11.0876 20.4982 11.6081 20.3919 12.2134L19.7993 15.5878C19.5386 17.0725 19.4495 19.1943 18.1484 20.2402C17.1938 21 15.8184 21 13.0675 21H10.9325C8.18162 21 6.8062 21 5.8516 20.2402C4.55052 19.1942 4.46138 17.0725 4.20066 15.5878L3.60807 12.2134C3.50177 11.6081 3.09673 11.0876 2.51841 10.8132C2.37896 10.747 2.27952 10.6235 2.24894 10.4784C2.07874 9.67075 1.6264 8.5469 2.63812 8.10084C2.86684 8 3.17922 8 3.80397 8H7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12L10 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11L10 3M15 3L17.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 8H20.196C20.8208 8 21.1332 8 21.3619 8.10084C22.3736 8.5469 21.9213 9.67075 21.7511 10.4784C21.7205 10.6235 21.621 10.747 21.4816 10.8132C20.9033 11.0876 20.4982 11.6081 20.3919 12.2134L19.7993 15.5878C19.5386 17.0725 19.4495 19.1943 18.1484 20.2402C17.1938 21 15.8184 21 13.0675 21H10.9325C8.18162 21 6.8062 21 5.8516 20.2402C4.55052 19.1942 4.46138 17.0725 4.20066 15.5878L3.60807 12.2134C3.50177 11.6081 3.09673 11.0876 2.51841 10.8132C2.37896 10.747 2.27952 10.6235 2.24894 10.4784C2.07874 9.67075 1.6264 8.5469 2.63812 8.10084C2.86684 8 3.17922 8 3.80397 8H7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12L10 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11L10 3M15 3L17.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0524 11.5L21.3307 9.83981C21.5126 8.75428 21.6036 8.21152 21.3123 7.85576C21.0209 7.5 20.4854 7.5 19.4144 7.5H4.58564C3.51461 7.5 2.9791 7.5 2.68773 7.85576C2.39637 8.21152 2.48735 8.75428 2.66933 9.83981L3.87289 17.0194C4.27181 19.3991 4.47127 20.5889 5.28565 21.2945C6.10003 22 7.27396 22 9.62182 22H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18H22M18 22L18 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.0524 11.5L21.3307 9.83981C21.5126 8.75428 21.6036 8.21152 21.3123 7.85576C21.0209 7.5 20.4854 7.5 19.4144 7.5H4.58564C3.51461 7.5 2.9791 7.5 2.68773 7.85576C2.39637 8.21152 2.48735 8.75428 2.66933 9.83981L3.87289 17.0194C4.27181 19.3991 4.47127 20.5889 5.28565 21.2945C6.10003 22 7.27396 22 9.62182 22H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18H22M18 22L18 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 18H21M17 22L17 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 22C7.71999 21.9999 6.57085 21.9917 5.76809 21.2752C4.95603 20.5505 4.75097 19.3264 4.34085 16.8781L3.17786 9.93557C2.98869 8.8063 2.89411 8.24167 3.18537 7.87083C3.47662 7.5 4.01468 7.5 5.09079 7.5H18.9092C19.9853 7.5 20.5234 7.5 20.8146 7.87083C21.1059 8.24167 21.0113 8.8063 20.8221 9.93557L20.4763 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 17.5H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 18H21M17 22L17 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 22C7.71999 21.9999 6.57085 21.9917 5.76809 21.2752C4.95603 20.5505 4.75097 19.3264 4.34085 16.8781L3.17786 9.93557C2.98869 8.8063 2.89411 8.24167 3.18537 7.87083C3.47662 7.5 4.01468 7.5 5.09079 7.5H18.9092C19.9853 7.5 20.5234 7.5 20.8146 7.87083C21.1059 8.24167 21.0113 8.8063 20.8221 9.93557L20.4763 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 17.5H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-add-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 21H10.9325C8.18162 21 6.8062 21 5.8516 20.2402C4.55052 19.1942 4.46138 17.0725 4.20066 15.5878L3.60807 12.2134C3.50177 11.6081 3.09673 11.0876 2.51841 10.8132C2.37896 10.747 2.27952 10.6235 2.24894 10.4784C2.07874 9.67075 1.6264 8.5469 2.63812 8.10084C2.86684 8 3.17922 8 3.80397 8H7.5M11.5 8H20.196C20.8208 8 21.1332 8 21.3619 8.10084C22.3736 8.5469 21.9213 9.67075 21.7511 10.4784C21.7205 10.6235 21.621 10.747 21.4816 10.8132C21.1491 10.971 20.8738 11.2102 20.6797 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17.5H22M18.5 21L18.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11L10 3M15 3L17.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 21H10.9325C8.18162 21 6.8062 21 5.8516 20.2402C4.55052 19.1942 4.46138 17.0725 4.20066 15.5878L3.60807 12.2134C3.50177 11.6081 3.09673 11.0876 2.51841 10.8132C2.37896 10.747 2.27952 10.6235 2.24894 10.4784C2.07874 9.67075 1.6264 8.5469 2.63812 8.10084C2.86684 8 3.17922 8 3.80397 8H7.5M11.5 8H20.196C20.8208 8 21.1332 8 21.3619 8.10084C22.3736 8.5469 21.9213 9.67075 21.7511 10.4784C21.7205 10.6235 21.621 10.747 21.4816 10.8132C21.1491 10.971 20.8738 11.2102 20.6797 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17.5H22M18.5 21L18.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11L10 3M15 3L17.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-check-in-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 22H9.62182C7.27396 22 6.10003 22 5.28565 21.2945C4.47127 20.5889 4.27181 19.3991 3.87289 17.0194L2.66933 9.83981C2.48735 8.75428 2.39637 8.21152 2.68773 7.85576C2.9791 7.5 3.51461 7.5 4.58564 7.5H19.4144C20.4854 7.5 21.0209 7.5 21.3123 7.85576C21.6036 8.21152 21.5126 8.75428 21.3307 9.83981L21.0524 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 16.5C16.9915 15.9943 18.2998 14 19 14M21.5 16.5C21.0085 15.9943 19.7002 14 19 14M19 14V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 22H9.62182C7.27396 22 6.10003 22 5.28565 21.2945C4.47127 20.5889 4.27181 19.3991 3.87289 17.0194L2.66933 9.83981C2.48735 8.75428 2.39637 8.21152 2.68773 7.85576C2.9791 7.5 3.51461 7.5 4.58564 7.5H19.4144C20.4854 7.5 21.0209 7.5 21.3123 7.85576C21.6036 8.21152 21.5126 8.75428 21.3307 9.83981L21.0524 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 16.5C16.9915 15.9943 18.2998 14 19 14M21.5 16.5C21.0085 15.9943 19.7002 14 19 14M19 14V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-check-in-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 22H10.0796C7.74664 22 6.58014 22 5.76809 21.2752C4.95603 20.5505 4.75097 19.3264 4.34085 16.8781L3.17786 9.93557C2.98869 8.8063 2.89411 8.24167 3.18537 7.87083C3.47662 7.5 4.01468 7.5 5.09079 7.5H18.9092C19.9853 7.5 20.5234 7.5 20.8146 7.87083C21.1059 8.24167 21.0113 8.8063 20.8221 9.93557L20.5601 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16.5C16.4915 15.9943 17.7998 14 18.5 14M21 16.5C20.5085 15.9943 19.2002 14 18.5 14M18.5 14V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 17.5H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 22H10.0796C7.74664 22 6.58014 22 5.76809 21.2752C4.95603 20.5505 4.75097 19.3264 4.34085 16.8781L3.17786 9.93557C2.98869 8.8063 2.89411 8.24167 3.18537 7.87083C3.47662 7.5 4.01468 7.5 5.09079 7.5H18.9092C19.9853 7.5 20.5234 7.5 20.8146 7.87083C21.1059 8.24167 21.0113 8.8063 20.8221 9.93557L20.5601 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16.5C16.4915 15.9943 17.7998 14 18.5 14M21 16.5C20.5085 15.9943 19.2002 14 18.5 14M18.5 14V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 17.5H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-check-in-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 8H20.196C20.8208 8 21.1332 8 21.3619 8.10084C22.3736 8.5469 21.9213 9.67075 21.7511 10.4784C21.7205 10.6235 21.621 10.747 21.4816 10.8132C21.1491 10.971 20.8738 11.2102 20.6797 11.5M7.5 8H3.80397C3.17922 8 2.86684 8 2.63812 8.10084C1.6264 8.5469 2.07874 9.67075 2.24894 10.4784C2.27952 10.6235 2.37896 10.747 2.51841 10.8132C3.09673 11.0876 3.50177 11.6081 3.60807 12.2134L4.20066 15.5878C4.46138 17.0725 4.55052 19.1942 5.8516 20.2402C6.8062 21 8.18162 21 10.9325 21H13.0675C13.2156 21 13.5 20.9999 13.5 20.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16.5C16.4915 15.9943 17.7998 14 18.5 14M21 16.5C20.5085 15.9943 19.2002 14 18.5 14M18.5 14V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11L10 3M15 3L17.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 8H20.196C20.8208 8 21.1332 8 21.3619 8.10084C22.3736 8.5469 21.9213 9.67075 21.7511 10.4784C21.7205 10.6235 21.621 10.747 21.4816 10.8132C21.1491 10.971 20.8738 11.2102 20.6797 11.5M7.5 8H3.80397C3.17922 8 2.86684 8 2.63812 8.10084C1.6264 8.5469 2.07874 9.67075 2.24894 10.4784C2.27952 10.6235 2.37896 10.747 2.51841 10.8132C3.09673 11.0876 3.50177 11.6081 3.60807 12.2134L4.20066 15.5878C4.46138 17.0725 4.55052 19.1942 5.8516 20.2402C6.8062 21 8.18162 21 10.9325 21H13.0675C13.2156 21 13.5 20.9999 13.5 20.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16.5C16.4915 15.9943 17.7998 14 18.5 14M21 16.5C20.5085 15.9943 19.2002 14 18.5 14M18.5 14V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11L10 3M15 3L17.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-check-out-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 22H9.62182C7.27396 22 6.10003 22 5.28565 21.2945C4.47127 20.5889 4.27181 19.3991 3.87289 17.0194L2.66933 9.83981C2.48735 8.75428 2.39637 8.21152 2.68773 7.85576C2.9791 7.5 3.51461 7.5 4.58564 7.5H19.4144C20.4854 7.5 21.0209 7.5 21.3123 7.85576C21.6036 8.21152 21.5126 8.75428 21.3307 9.83981L21.0524 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 19.5C16.9915 20.0057 18.2998 22 19 22M21.5 19.5C21.0085 20.0057 19.7002 22 19 22M19 22V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 22H9.62182C7.27396 22 6.10003 22 5.28565 21.2945C4.47127 20.5889 4.27181 19.3991 3.87289 17.0194L2.66933 9.83981C2.48735 8.75428 2.39637 8.21152 2.68773 7.85576C2.9791 7.5 3.51461 7.5 4.58564 7.5H19.4144C20.4854 7.5 21.0209 7.5 21.3123 7.85576C21.6036 8.21152 21.5126 8.75428 21.3307 9.83981L21.0524 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.5 19.5C16.9915 20.0057 18.2998 22 19 22M21.5 19.5C21.0085 20.0057 19.7002 22 19 22M19 22V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-check-out-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 22H10.0796C7.74664 22 6.58014 22 5.76809 21.2752C4.95603 20.5505 4.75097 19.3264 4.34085 16.8781L3.17786 9.93557C2.98869 8.8063 2.89411 8.24167 3.18537 7.87083C3.47662 7.5 4.01468 7.5 5.09079 7.5H18.9092C19.9853 7.5 20.5234 7.5 20.8146 7.87083C21.1059 8.24167 21.0113 8.8063 20.8221 9.93557L20.5601 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 19.5C16.4915 20.0057 17.7998 22 18.5 22M21 19.5C20.5085 20.0057 19.2002 22 18.5 22M18.5 22V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 17.5H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 22H10.0796C7.74664 22 6.58014 22 5.76809 21.2752C4.95603 20.5505 4.75097 19.3264 4.34085 16.8781L3.17786 9.93557C2.98869 8.8063 2.89411 8.24167 3.18537 7.87083C3.47662 7.5 4.01468 7.5 5.09079 7.5H18.9092C19.9853 7.5 20.5234 7.5 20.8146 7.87083C21.1059 8.24167 21.0113 8.8063 20.8221 9.93557L20.5601 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 19.5C16.4915 20.0057 17.7998 22 18.5 22M21 19.5C20.5085 20.0057 19.2002 22 18.5 22M18.5 22V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 17.5H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-check-out-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 8H20.196C20.8208 8 21.1332 8 21.3619 8.10084C22.3736 8.5469 21.9213 9.67075 21.7511 10.4784C21.7205 10.6235 21.621 10.747 21.4816 10.8132C21.1491 10.971 20.8738 11.2102 20.6797 11.5M7.5 8H3.80397C3.17922 8 2.86684 8 2.63812 8.10084C1.6264 8.5469 2.07874 9.67075 2.24894 10.4784C2.27952 10.6235 2.37896 10.747 2.51841 10.8132C3.09673 11.0876 3.50177 11.6081 3.60807 12.2134L4.20066 15.5878C4.46138 17.0725 4.55052 19.1942 5.8516 20.2402C6.8062 21 8.18162 21 10.9325 21H13.0675C13.2156 21 13.5 20.9999 13.5 20.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 18.5C16.4915 19.0057 17.7998 21 18.5 21M21 18.5C20.5085 19.0057 19.2002 21 18.5 21M18.5 21V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11L10 3M15 3L17.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 8H20.196C20.8208 8 21.1332 8 21.3619 8.10084C22.3736 8.5469 21.9213 9.67075 21.7511 10.4784C21.7205 10.6235 21.621 10.747 21.4816 10.8132C21.1491 10.971 20.8738 11.2102 20.6797 11.5M7.5 8H3.80397C3.17922 8 2.86684 8 2.63812 8.10084C1.6264 8.5469 2.07874 9.67075 2.24894 10.4784C2.27952 10.6235 2.37896 10.747 2.51841 10.8132C3.09673 11.0876 3.50177 11.6081 3.60807 12.2134L4.20066 15.5878C4.46138 17.0725 4.55052 19.1942 5.8516 20.2402C6.8062 21 8.18162 21 10.9325 21H13.0675C13.2156 21 13.5 20.9999 13.5 20.9999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 18.5C16.4915 19.0057 17.7998 21 18.5 21M21 18.5C20.5085 19.0057 19.2002 21 18.5 21M18.5 21V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11L10 3M15 3L17.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-done-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22H9.62182C7.27396 22 6.10003 22 5.28565 21.2945C4.47127 20.5889 4.27181 19.3991 3.87289 17.0194L2.66933 9.83981C2.48735 8.75428 2.39637 8.21152 2.68773 7.85576C2.9791 7.5 3.51461 7.5 4.58564 7.5H19.4144C20.4854 7.5 21.0209 7.5 21.3123 7.85576C21.6036 8.21152 21.5126 8.75428 21.3307 9.83981L20.8009 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 20C13.5 20 14.5 20 15.5 22C15.5 22 18.6765 17 21.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22H9.62182C7.27396 22 6.10003 22 5.28565 21.2945C4.47127 20.5889 4.27181 19.3991 3.87289 17.0194L2.66933 9.83981C2.48735 8.75428 2.39637 8.21152 2.68773 7.85576C2.9791 7.5 3.51461 7.5 4.58564 7.5H19.4144C20.4854 7.5 21.0209 7.5 21.3123 7.85576C21.6036 8.21152 21.5126 8.75428 21.3307 9.83981L20.8009 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 20C13.5 20 14.5 20 15.5 22C15.5 22 18.6765 17 21.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-done-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 22H10.0796C7.74664 22 6.58014 22 5.76809 21.2752C4.95603 20.5505 4.75097 19.3264 4.34085 16.8781L3.17786 9.93557C2.98869 8.8063 2.89411 8.24167 3.18537 7.87083C3.47662 7.5 4.01468 7.5 5.09079 7.5H18.9092C19.9853 7.5 20.5234 7.5 20.8146 7.87083C21.1059 8.24167 21.0113 8.8063 20.8221 9.93557L20.1413 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 20.3333C14 20.3333 14.875 20.3333 15.75 22C15.75 22 18.5294 17.8333 21 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 17.5H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 22H10.0796C7.74664 22 6.58014 22 5.76809 21.2752C4.95603 20.5505 4.75097 19.3264 4.34085 16.8781L3.17786 9.93557C2.98869 8.8063 2.89411 8.24167 3.18537 7.87083C3.47662 7.5 4.01468 7.5 5.09079 7.5H18.9092C19.9853 7.5 20.5234 7.5 20.8146 7.87083C21.1059 8.24167 21.0113 8.8063 20.8221 9.93557L20.1413 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 20.3333C14 20.3333 14.875 20.3333 15.75 22C15.75 22 18.5294 17.8333 21 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 17.5H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-done-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 8H20.196C20.8208 8 21.1332 8 21.3619 8.10084C22.3736 8.5469 21.9213 9.67075 21.7511 10.4784C21.7205 10.6235 21.621 10.747 21.4816 10.8132C20.9446 11.068 20.6384 11.4914 20.4665 12M7.5 8H3.80397C3.17922 8 2.86684 8 2.63812 8.10084C1.6264 8.5469 2.07874 9.67075 2.24894 10.4784C2.27952 10.6235 2.37896 10.747 2.51841 10.8132C3.09673 11.0876 3.50177 11.6081 3.60807 12.2134L4.20066 15.5878C4.46138 17.0725 4.55052 19.1942 5.8516 20.2402C6.8062 21 8.18162 21 10.9325 21H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19C14 19 15 19 16 21C16 21 19.1765 16 22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11L10 3M15 3L17.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 8H20.196C20.8208 8 21.1332 8 21.3619 8.10084C22.3736 8.5469 21.9213 9.67075 21.7511 10.4784C21.7205 10.6235 21.621 10.747 21.4816 10.8132C20.9446 11.068 20.6384 11.4914 20.4665 12M7.5 8H3.80397C3.17922 8 2.86684 8 2.63812 8.10084C1.6264 8.5469 2.07874 9.67075 2.24894 10.4784C2.27952 10.6235 2.37896 10.747 2.51841 10.8132C3.09673 11.0876 3.50177 11.6081 3.60807 12.2134L4.20066 15.5878C4.46138 17.0725 4.55052 19.1942 5.8516 20.2402C6.8062 21 8.18162 21 10.9325 21H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19C14 19 15 19 16 21C16 21 19.1765 16 22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11L10 3M15 3L17.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-favorite-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 22H9.62182C7.27396 22 6.10003 22 5.28565 21.2945C4.47127 20.5889 4.27181 19.3991 3.87289 17.0194L2.66933 9.83981C2.48735 8.75428 2.39637 8.21152 2.68773 7.85576C2.9791 7.5 3.51461 7.5 4.58564 7.5H19.4144C20.4854 7.5 21.0209 7.5 21.3123 7.85576C21.6036 8.21152 21.5126 8.75428 21.3307 9.83981L21.0524 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.6418 14.4418C14.8486 13.7108 15.9018 14.0054 16.5345 14.4747C16.794 14.6671 16.9237 14.7633 17 14.7633C17.0763 14.7633 17.206 14.6671 17.4655 14.4747C18.0982 14.0054 19.1514 13.7108 20.3582 14.4418C21.9419 15.4013 22.3002 18.5666 18.6472 21.237C17.9514 21.7457 17.6035 22 17 22C16.3965 22 16.0486 21.7457 15.3528 21.237C11.6998 18.5666 12.0581 15.4013 13.6418 14.4418Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 22H9.62182C7.27396 22 6.10003 22 5.28565 21.2945C4.47127 20.5889 4.27181 19.3991 3.87289 17.0194L2.66933 9.83981C2.48735 8.75428 2.39637 8.21152 2.68773 7.85576C2.9791 7.5 3.51461 7.5 4.58564 7.5H19.4144C20.4854 7.5 21.0209 7.5 21.3123 7.85576C21.6036 8.21152 21.5126 8.75428 21.3307 9.83981L21.0524 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.6418 14.4418C14.8486 13.7108 15.9018 14.0054 16.5345 14.4747C16.794 14.6671 16.9237 14.7633 17 14.7633C17.0763 14.7633 17.206 14.6671 17.4655 14.4747C18.0982 14.0054 19.1514 13.7108 20.3582 14.4418C21.9419 15.4013 22.3002 18.5666 18.6472 21.237C17.9514 21.7457 17.6035 22 17 22C16.3965 22 16.0486 21.7457 15.3528 21.237C11.6998 18.5666 12.0581 15.4013 13.6418 14.4418Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-favorite-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 22C7.66701 22 6.58014 22 5.76809 21.2752C4.95603 20.5505 4.75097 19.3264 4.34085 16.8781L3.17786 9.93557C2.98869 8.8063 2.89411 8.24167 3.18537 7.87083C3.47662 7.5 4.01468 7.5 5.09079 7.5H18.9092C19.9853 7.5 20.5234 7.5 20.8146 7.87083C21.1059 8.24167 21.0113 8.8063 20.8221 9.93557L20.5601 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.1418 14.4418C14.3486 13.7108 15.4018 14.0054 16.0345 14.4747C16.294 14.6671 16.4237 14.7633 16.5 14.7633C16.5763 14.7633 16.706 14.6671 16.9655 14.4747C17.5982 14.0054 18.6514 13.7108 19.8582 14.4418C21.4419 15.4013 21.8002 18.5666 18.1472 21.237C17.4514 21.7457 17.1035 22 16.5 22C15.8965 22 15.5486 21.7457 14.8528 21.237C11.1998 18.5666 11.5581 15.4013 13.1418 14.4418Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 17.5H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10 22C7.66701 22 6.58014 22 5.76809 21.2752C4.95603 20.5505 4.75097 19.3264 4.34085 16.8781L3.17786 9.93557C2.98869 8.8063 2.89411 8.24167 3.18537 7.87083C3.47662 7.5 4.01468 7.5 5.09079 7.5H18.9092C19.9853 7.5 20.5234 7.5 20.8146 7.87083C21.1059 8.24167 21.0113 8.8063 20.8221 9.93557L20.5601 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.1418 14.4418C14.3486 13.7108 15.4018 14.0054 16.0345 14.4747C16.294 14.6671 16.4237 14.7633 16.5 14.7633C16.5763 14.7633 16.706 14.6671 16.9655 14.4747C17.5982 14.0054 18.6514 13.7108 19.8582 14.4418C21.4419 15.4013 21.8002 18.5666 18.1472 21.237C17.4514 21.7457 17.1035 22 16.5 22C15.8965 22 15.5486 21.7457 14.8528 21.237C11.1998 18.5666 11.5581 15.4013 13.1418 14.4418Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 17.5H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-favorite-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 8H20.196C20.8208 8 21.1332 8 21.3619 8.10084C22.3736 8.5469 21.9213 9.67075 21.7511 10.4784C21.7187 10.6318 21.6188 10.7251 21.5 10.8013M7.5 8H3.80397C3.17922 8 2.86684 8 2.63812 8.10084C1.6264 8.5469 2.07874 9.67075 2.24894 10.4784C2.27952 10.6235 2.37896 10.747 2.51841 10.8132C3.09673 11.0876 3.50177 11.6081 3.60807 12.2134L4.20066 15.5878C4.46138 17.0725 4.55052 19.1942 5.8516 20.2402C6.8062 21 8.18162 21 10.9325 21H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.1418 13.4418C15.3486 12.7108 16.4018 13.0054 17.0345 13.4747C17.294 13.6671 17.4237 13.7633 17.5 13.7633C17.5763 13.7633 17.706 13.6671 17.9655 13.4747C18.5982 13.0054 19.6514 12.7108 20.8582 13.4418C22.4419 14.4013 22.8002 17.5666 19.1472 20.237C18.4514 20.7457 18.1035 21 17.5 21C16.8965 21 16.5486 20.7457 15.8528 20.237C12.1998 17.5666 12.5581 14.4013 14.1418 13.4418Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11L10 3M15 3L17.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 8H20.196C20.8208 8 21.1332 8 21.3619 8.10084C22.3736 8.5469 21.9213 9.67075 21.7511 10.4784C21.7187 10.6318 21.6188 10.7251 21.5 10.8013M7.5 8H3.80397C3.17922 8 2.86684 8 2.63812 8.10084C1.6264 8.5469 2.07874 9.67075 2.24894 10.4784C2.27952 10.6235 2.37896 10.747 2.51841 10.8132C3.09673 11.0876 3.50177 11.6081 3.60807 12.2134L4.20066 15.5878C4.46138 17.0725 4.55052 19.1942 5.8516 20.2402C6.8062 21 8.18162 21 10.9325 21H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.1418 13.4418C15.3486 12.7108 16.4018 13.0054 17.0345 13.4747C17.294 13.6671 17.4237 13.7633 17.5 13.7633C17.5763 13.7633 17.706 13.6671 17.9655 13.4747C18.5982 13.0054 19.6514 12.7108 20.8582 13.4418C22.4419 14.4013 22.8002 17.5666 19.1472 20.237C18.4514 20.7457 18.1035 21 17.5 21C16.8965 21 16.5486 20.7457 15.8528 20.237C12.1998 17.5666 12.5581 14.4013 14.1418 13.4418Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11L10 3M15 3L17.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9685 12L21.3307 9.83981C21.5126 8.75428 21.6036 8.21152 21.3123 7.85576C21.0209 7.5 20.4854 7.5 19.4144 7.5H4.58564C3.51461 7.5 2.9791 7.5 2.68773 7.85576C2.39637 8.21152 2.48735 8.75428 2.66933 9.83981L3.87289 17.0194C4.27181 19.3991 4.47127 20.5889 5.28565 21.2945C6.10003 22 7.27396 22 9.62182 22H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 15L18 18.5M18 18.5L21.5 22M18 18.5L14.5 22M18 18.5L21.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9685 12L21.3307 9.83981C21.5126 8.75428 21.6036 8.21152 21.3123 7.85576C21.0209 7.5 20.4854 7.5 19.4144 7.5H4.58564C3.51461 7.5 2.9791 7.5 2.68773 7.85576C2.39637 8.21152 2.48735 8.75428 2.66933 9.83981L3.87289 17.0194C4.27181 19.3991 4.47127 20.5889 5.28565 21.2945C6.10003 22 7.27396 22 9.62182 22H11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5 15L18 18.5M18 18.5L21.5 22M18 18.5L14.5 22M18 18.5L21.5 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 15L17.5 18.5M17.5 18.5L21 22M17.5 18.5L14 22M17.5 18.5L21 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.3926 12.5L20.8221 9.93557C21.0113 8.8063 21.1059 8.24167 20.8146 7.87083C20.5234 7.5 19.9853 7.5 18.9092 7.5H5.09079C4.01468 7.5 3.47662 7.5 3.18537 7.87083C2.89411 8.24167 2.98869 8.8063 3.17786 9.93557L4.34085 16.8781C4.75097 19.3264 4.95603 20.5505 5.76809 21.2752C6.58014 22 7.74664 22 10.0796 22H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 17.5H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 15L17.5 18.5M17.5 18.5L21 22M17.5 18.5L14 22M17.5 18.5L21 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.3926 12.5L20.8221 9.93557C21.0113 8.8063 21.1059 8.24167 20.8146 7.87083C20.5234 7.5 19.9853 7.5 18.9092 7.5H5.09079C4.01468 7.5 3.47662 7.5 3.18537 7.87083C2.89411 8.24167 2.98869 8.8063 3.17786 9.93557L4.34085 16.8781C4.75097 19.3264 4.95603 20.5505 5.76809 21.2752C6.58014 22 7.74664 22 10.0796 22H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 17.5H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-remove-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 21H10.9325C8.18162 21 6.8062 21 5.8516 20.2402C4.55052 19.1942 4.46138 17.0725 4.20066 15.5878L3.60807 12.2134C3.50177 11.6081 3.09673 11.0876 2.51841 10.8132C2.37896 10.747 2.27952 10.6235 2.24894 10.4784C2.07874 9.67075 1.6264 8.5469 2.63812 8.10084C2.86684 8 3.17922 8 3.80397 8H7.5M11.5 8H20.196C20.8208 8 21.1332 8 21.3619 8.10084C22.3736 8.5469 21.9213 9.67075 21.7511 10.4784C21.7205 10.6235 21.621 10.747 21.4816 10.8132C20.742 11.1642 20.4959 11.7928 20.3468 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 15L19 18M19 18L22 21M19 18L16 21M19 18L22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11L10 3M15 3L17.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 21H10.9325C8.18162 21 6.8062 21 5.8516 20.2402C4.55052 19.1942 4.46138 17.0725 4.20066 15.5878L3.60807 12.2134C3.50177 11.6081 3.09673 11.0876 2.51841 10.8132C2.37896 10.747 2.27952 10.6235 2.24894 10.4784C2.07874 9.67075 1.6264 8.5469 2.63812 8.10084C2.86684 8 3.17922 8 3.80397 8H7.5M11.5 8H20.196C20.8208 8 21.1332 8 21.3619 8.10084C22.3736 8.5469 21.9213 9.67075 21.7511 10.4784C21.7205 10.6235 21.621 10.747 21.4816 10.8132C20.742 11.1642 20.4959 11.7928 20.3468 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 15L19 18M19 18L22 21M19 18L16 21M19 18L22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11L10 3M15 3L17.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-secure-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22H9.62182C7.27396 22 6.10003 22 5.28565 21.2945C4.47127 20.5889 4.27181 19.3991 3.87289 17.0194L2.66933 9.83981C2.48735 8.75428 2.39637 8.21152 2.68773 7.85576C2.9791 7.5 3.51461 7.5 4.58564 7.5H19.4144C20.4854 7.5 21.0209 7.5 21.3123 7.85576C21.6036 8.21152 21.5126 8.75428 21.3307 9.83981L21.0524 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9992 14C15.7328 14 14.9117 14.8076 13.9405 15.102C13.5456 15.2217 13.3482 15.2815 13.2683 15.3659C13.1884 15.4502 13.165 15.5735 13.1182 15.8201C12.6174 18.4584 13.712 20.8976 16.3222 21.847C16.6027 21.949 16.7429 22 17.0006 22C17.2583 22 17.3986 21.949 17.679 21.847C20.2891 20.8976 21.3826 18.4584 20.8817 15.8201C20.8349 15.5735 20.8114 15.4502 20.7315 15.3658C20.6516 15.2814 20.4542 15.2216 20.0593 15.102C19.0878 14.8077 18.2657 14 16.9992 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 22H9.62182C7.27396 22 6.10003 22 5.28565 21.2945C4.47127 20.5889 4.27181 19.3991 3.87289 17.0194L2.66933 9.83981C2.48735 8.75428 2.39637 8.21152 2.68773 7.85576C2.9791 7.5 3.51461 7.5 4.58564 7.5H19.4144C20.4854 7.5 21.0209 7.5 21.3123 7.85576C21.6036 8.21152 21.5126 8.75428 21.3307 9.83981L21.0524 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9992 14C15.7328 14 14.9117 14.8076 13.9405 15.102C13.5456 15.2217 13.3482 15.2815 13.2683 15.3659C13.1884 15.4502 13.165 15.5735 13.1182 15.8201C12.6174 18.4584 13.712 20.8976 16.3222 21.847C16.6027 21.949 16.7429 22 17.0006 22C17.2583 22 17.3986 21.949 17.679 21.847C20.2891 20.8976 21.3826 18.4584 20.8817 15.8201C20.8349 15.5735 20.8114 15.4502 20.7315 15.3658C20.6516 15.2814 20.4542 15.2216 20.0593 15.102C19.0878 14.8077 18.2657 14 16.9992 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.5 7.5C17.5 4.46243 15.0376 2 12 2C8.96243 2 6.5 4.46243 6.5 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-secure-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5601 11.5L20.8221 9.93557C21.0113 8.8063 21.1059 8.24167 20.8146 7.87083C20.5234 7.5 19.9853 7.5 18.9092 7.5H5.09079C4.01468 7.5 3.47662 7.5 3.18537 7.87083C2.89411 8.24167 2.98869 8.8063 3.17786 9.93557L4.34085 16.8781C4.75097 19.3264 4.95603 20.5505 5.76809 21.2752C6.58014 22 7.66701 22 10 22H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9992 14C15.7328 14 14.9117 14.8076 13.9405 15.102C13.5456 15.2217 13.3482 15.2815 13.2683 15.3659C13.1884 15.4502 13.165 15.5735 13.1182 15.8201C12.6174 18.4584 13.712 20.8976 16.3222 21.847C16.6027 21.949 16.7429 22 17.0006 22C17.2583 22 17.3986 21.949 17.679 21.847C20.2891 20.8976 21.3826 18.4584 20.8817 15.8201C20.8349 15.5735 20.8114 15.4502 20.7315 15.3658C20.6516 15.2814 20.4542 15.2216 20.0593 15.102C19.0878 14.8077 18.2657 14 16.9992 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 17.5H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5601 11.5L20.8221 9.93557C21.0113 8.8063 21.1059 8.24167 20.8146 7.87083C20.5234 7.5 19.9853 7.5 18.9092 7.5H5.09079C4.01468 7.5 3.47662 7.5 3.18537 7.87083C2.89411 8.24167 2.98869 8.8063 3.17786 9.93557L4.34085 16.8781C4.75097 19.3264 4.95603 20.5505 5.76809 21.2752C6.58014 22 7.66701 22 10 22H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9992 14C15.7328 14 14.9117 14.8076 13.9405 15.102C13.5456 15.2217 13.3482 15.2815 13.2683 15.3659C13.1884 15.4502 13.165 15.5735 13.1182 15.8201C12.6174 18.4584 13.712 20.8976 16.3222 21.847C16.6027 21.949 16.7429 22 17.0006 22C17.2583 22 17.3986 21.949 17.679 21.847C20.2891 20.8976 21.3826 18.4584 20.8817 15.8201C20.8349 15.5735 20.8114 15.4502 20.7315 15.3658C20.6516 15.2814 20.4542 15.2216 20.0593 15.102C19.0878 14.8077 18.2657 14 16.9992 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 7.5V7C7 4.23858 9.23858 2 12 2C14.7614 2 17 4.23858 17 7V7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.5 17.5H9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-basket-secure-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 8H20.196C20.8208 8 21.1332 8 21.3619 8.10084C22.3736 8.5469 21.9213 9.67075 21.7511 10.4784C21.7187 10.6318 21.6188 10.7251 21.5 10.8013M7.5 8H3.80397C3.17922 8 2.86684 8 2.63812 8.10084C1.6264 8.5469 2.07874 9.67075 2.24894 10.4784C2.27952 10.6235 2.37896 10.747 2.51841 10.8132C3.09673 11.0876 3.50177 11.6081 3.60807 12.2134L4.20066 15.5878C4.46138 17.0725 4.55052 19.1942 5.8516 20.2402C6.8062 21 8.18162 21 10.9325 21H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4992 13C16.2328 13 15.4117 13.8076 14.4405 14.102C14.0456 14.2217 13.8482 14.2815 13.7683 14.3659C13.6884 14.4502 13.665 14.5735 13.6182 14.8201C13.1174 17.4584 14.212 19.8976 16.8222 20.847C17.1027 20.949 17.2429 21 17.5006 21C17.7583 21 17.8986 20.949 18.179 20.847C20.7891 19.8976 21.8826 17.4584 21.3817 14.8201C21.3349 14.5735 21.3114 14.4502 21.2315 14.3658C21.1516 14.2814 20.9542 14.2216 20.5593 14.102C19.5878 13.8077 18.7657 13 17.4992 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11L10 3M15 3L17.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 8H20.196C20.8208 8 21.1332 8 21.3619 8.10084C22.3736 8.5469 21.9213 9.67075 21.7511 10.4784C21.7187 10.6318 21.6188 10.7251 21.5 10.8013M7.5 8H3.80397C3.17922 8 2.86684 8 2.63812 8.10084C1.6264 8.5469 2.07874 9.67075 2.24894 10.4784C2.27952 10.6235 2.37896 10.747 2.51841 10.8132C3.09673 11.0876 3.50177 11.6081 3.60807 12.2134L4.20066 15.5878C4.46138 17.0725 4.55052 19.1942 5.8516 20.2402C6.8062 21 8.18162 21 10.9325 21H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4992 13C16.2328 13 15.4117 13.8076 14.4405 14.102C14.0456 14.2217 13.8482 14.2815 13.7683 14.3659C13.6884 14.4502 13.665 14.5735 13.6182 14.8201C13.1174 17.4584 14.212 19.8976 16.8222 20.847C17.1027 20.949 17.2429 21 17.5006 21C17.7583 21 17.8986 20.949 18.179 20.847C20.7891 19.8976 21.8826 17.4584 21.3817 14.8201C21.3349 14.5735 21.3114 14.4502 21.2315 14.3658C21.1516 14.2814 20.9542 14.2216 20.5593 14.102C19.5878 13.8077 18.7657 13 17.4992 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 11L10 3M15 3L17.5 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-cart-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16H15.2632C19.7508 16 20.4333 13.1808 21.261 9.06908C21.4998 7.88311 21.6192 7.29013 21.3321 6.89507C21.045 6.5 20.4947 6.5 19.3941 6.5H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L5.37873 3.51493C5.15615 2.62459 4.35618 2 3.43845 2H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.88 16H8.46857C7.10522 16 6 17.1513 6 18.5714C6 18.8081 6.1842 19 6.41143 19H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16H15.2632C19.7508 16 20.4333 13.1808 21.261 9.06908C21.4998 7.88311 21.6192 7.29013 21.3321 6.89507C21.045 6.5 20.4947 6.5 19.3941 6.5H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L5.37873 3.51493C5.15615 2.62459 4.35618 2 3.43845 2H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.88 16H8.46857C7.10522 16 6 17.1513 6 18.5714C6 18.8081 6.1842 19 6.41143 19H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-cart-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16L16.7201 15.2733C19.4486 15.046 20.0611 14.45 20.3635 11.7289L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 20L15 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2H2.966C3.91068 2 4.73414 2.62459 4.96326 3.51493L7.93852 15.0765C8.08887 15.6608 7.9602 16.2797 7.58824 16.7616L6.63213 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16L16.7201 15.2733C19.4486 15.046 20.0611 14.45 20.3635 11.7289L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 20L15 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2H2.966C3.91068 2 4.73414 2.62459 4.96326 3.51493L7.93852 15.0765C8.08887 15.6608 7.9602 16.2797 7.58824 16.7616L6.63213 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-cart-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 15.9996H15.2632C19.7508 15.9996 20.4333 13.1804 21.261 9.06868C21.4998 7.88271 21.6192 7.28973 21.3321 6.89467C21.1034 6.57999 20.7077 6.51596 20 6.50293%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 6.5H17M13 10.5V2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L5.37873 3.51493C5.15615 2.62459 4.35618 2 3.43845 2H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.88 16H8.46857C7.10522 16 6 17.1513 6 18.5714C6 18.8081 6.1842 19 6.41143 19H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 15.9996H15.2632C19.7508 15.9996 20.4333 13.1804 21.261 9.06868C21.4998 7.88271 21.6192 7.28973 21.3321 6.89467C21.1034 6.57999 20.7077 6.51596 20 6.50293%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 6.5H17M13 10.5V2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L5.37873 3.51493C5.15615 2.62459 4.35618 2 3.43845 2H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.88 16H8.46857C7.10522 16 6 17.1513 6 18.5714C6 18.8081 6.1842 19 6.41143 19H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-cart-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16L16.7201 15.2733C19.4486 15.046 20.0611 14.45 20.3635 11.7289L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H6.5M22 6H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 6H16.5M13 9.5V2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 20L15 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2H2.966C3.91068 2 4.73414 2.62459 4.96326 3.51493L7.93852 15.0765C8.08887 15.6608 7.9602 16.2797 7.58824 16.7616L6.63213 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16L16.7201 15.2733C19.4486 15.046 20.0611 14.45 20.3635 11.7289L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H6.5M22 6H19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 6H16.5M13 9.5V2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 20L15 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2H2.966C3.91068 2 4.73414 2.62459 4.96326 3.51493L7.93852 15.0765C8.08887 15.6608 7.9602 16.2797 7.58824 16.7616L6.63213 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-cart-check-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16H15.2632C19.7508 16 20.4333 13.1808 21.261 9.06908C21.4998 7.88311 21.6192 7.29013 21.3321 6.89507C21.045 6.5 20.4947 6.5 19.3941 6.5H19M6 6.5H7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 7C10.5 7 11.5 7 12.5 9C12.5 9 15.6765 4 18.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L5.37873 3.51493C5.15615 2.62459 4.35618 2 3.43845 2H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.88 16H8.46857C7.10522 16 6 17.1513 6 18.5714C6 18.8081 6.1842 19 6.41143 19H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16H15.2632C19.7508 16 20.4333 13.1808 21.261 9.06908C21.4998 7.88311 21.6192 7.29013 21.3321 6.89507C21.045 6.5 20.4947 6.5 19.3941 6.5H19M6 6.5H7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 7C10.5 7 11.5 7 12.5 9C12.5 9 15.6765 4 18.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L5.37873 3.51493C5.15615 2.62459 4.35618 2 3.43845 2H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.88 16H8.46857C7.10522 16 6 17.1513 6 18.5714C6 18.8081 6.1842 19 6.41143 19H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-cart-check-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16L16.7201 15.2733C19.4486 15.046 20.0611 14.45 20.3635 11.7289L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6L7.5 6M22 6H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 7C10.5 7 11.5 7 12.5 9C12.5 9 15.6765 4 18.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 20L15 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2H2.966C3.91068 2 4.73414 2.62459 4.96326 3.51493L7.93852 15.0765C8.08887 15.6608 7.9602 16.2797 7.58824 16.7616L6.63213 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16L16.7201 15.2733C19.4486 15.046 20.0611 14.45 20.3635 11.7289L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6L7.5 6M22 6H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 7C10.5 7 11.5 7 12.5 9C12.5 9 15.6765 4 18.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 20L15 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2H2.966C3.91068 2 4.73414 2.62459 4.96326 3.51493L7.93852 15.0765C8.08887 15.6608 7.9602 16.2797 7.58824 16.7616L6.63213 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-cart-check-in-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16H15.2632C19.7508 16 20.4333 13.1808 21.261 9.06908C21.4998 7.88311 21.6192 7.29013 21.3321 6.89507C21.045 6.5 20.4947 6.5 19.3941 6.5H19M6 6.5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8.5C11.4915 9.0057 12.7998 11 13.5 11M16 8.5C15.5085 9.0057 14.2002 11 13.5 11M13.5 11V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L5.37873 3.51493C5.15615 2.62459 4.35618 2 3.43845 2H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.88 16H8.46857C7.10522 16 6 17.1513 6 18.5714C6 18.8081 6.1842 19 6.41143 19H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16H15.2632C19.7508 16 20.4333 13.1808 21.261 9.06908C21.4998 7.88311 21.6192 7.29013 21.3321 6.89507C21.045 6.5 20.4947 6.5 19.3941 6.5H19M6 6.5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8.5C11.4915 9.0057 12.7998 11 13.5 11M16 8.5C15.5085 9.0057 14.2002 11 13.5 11M13.5 11V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L5.37873 3.51493C5.15615 2.62459 4.35618 2 3.43845 2H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.88 16H8.46857C7.10522 16 6 17.1513 6 18.5714C6 18.8081 6.1842 19 6.41143 19H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-cart-check-in-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16L16.7201 15.2733C19.4486 15.046 20.0611 14.45 20.3635 11.7289L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H8.5M22 6H18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8.5C11.4915 9.0057 12.7998 11 13.5 11M16 8.5C15.5085 9.0057 14.2002 11 13.5 11M13.5 11V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 20L15 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2H2.966C3.91068 2 4.73414 2.62459 4.96326 3.51493L7.93852 15.0765C8.08887 15.6608 7.9602 16.2797 7.58824 16.7616L6.63213 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16L16.7201 15.2733C19.4486 15.046 20.0611 14.45 20.3635 11.7289L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H8.5M22 6H18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 8.5C11.4915 9.0057 12.7998 11 13.5 11M16 8.5C15.5085 9.0057 14.2002 11 13.5 11M13.5 11V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 20L15 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2H2.966C3.91068 2 4.73414 2.62459 4.96326 3.51493L7.93852 15.0765C8.08887 15.6608 7.9602 16.2797 7.58824 16.7616L6.63213 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-cart-check-out-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16H15.2632C19.7508 16 20.4333 13.1808 21.261 9.06908C21.4998 7.88311 21.6192 7.29013 21.3321 6.89507C21.045 6.5 20.4947 6.5 19.3941 6.5H19M6 6.5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5.5C11.4915 4.9943 12.7998 3 13.5 3M16 5.5C15.5085 4.9943 14.2002 3 13.5 3M13.5 3V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L5.37873 3.51493C5.15615 2.62459 4.35618 2 3.43845 2H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.88 16H8.46857C7.10522 16 6 17.1513 6 18.5714C6 18.8081 6.1842 19 6.41143 19H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16H15.2632C19.7508 16 20.4333 13.1808 21.261 9.06908C21.4998 7.88311 21.6192 7.29013 21.3321 6.89507C21.045 6.5 20.4947 6.5 19.3941 6.5H19M6 6.5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5.5C11.4915 4.9943 12.7998 3 13.5 3M16 5.5C15.5085 4.9943 14.2002 3 13.5 3M13.5 3V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L5.37873 3.51493C5.15615 2.62459 4.35618 2 3.43845 2H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.88 16H8.46857C7.10522 16 6 17.1513 6 18.5714C6 18.8081 6.1842 19 6.41143 19H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-cart-check-out-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16L16.7201 15.2733C19.4486 15.046 20.0611 14.45 20.3635 11.7289L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H8M22 6H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5.5C11.4915 4.9943 12.7998 3 13.5 3M16 5.5C15.5085 4.9943 14.2002 3 13.5 3M13.5 3V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 20L15 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2H2.966C3.91068 2 4.73414 2.62459 4.96326 3.51493L7.93852 15.0765C8.08887 15.6608 7.9602 16.2797 7.58824 16.7616L6.63213 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16L16.7201 15.2733C19.4486 15.046 20.0611 14.45 20.3635 11.7289L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H8M22 6H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5.5C11.4915 4.9943 12.7998 3 13.5 3M16 5.5C15.5085 4.9943 14.2002 3 13.5 3M13.5 3V11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 20L15 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2H2.966C3.91068 2 4.73414 2.62459 4.96326 3.51493L7.93852 15.0765C8.08887 15.6608 7.9602 16.2797 7.58824 16.7616L6.63213 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-cart-favorite-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16H15.2632C19.7508 16 20.4333 13.1808 21.261 9.06908C21.4998 7.88311 21.6192 7.29013 21.3321 6.89507C21.164 6.66386 20.9059 6.56796 20.5 6.52819M6 6.5H7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.015 2.38661C12.0876 1.74692 13.0238 2.00471 13.5863 2.41534C13.8169 2.58371 13.9322 2.66789 14 2.66789C14.0678 2.66789 14.1831 2.58371 14.4137 2.41534C14.9762 2.00471 15.9124 1.74692 16.985 2.38661C18.3928 3.22614 18.7113 5.99578 15.4642 8.33242C14.8457 8.77747 14.5365 9 14 9C13.4635 9 13.1543 8.77747 12.5358 8.33242C9.28869 5.99578 9.60723 3.22614 11.015 2.38661Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L5.37873 3.51493C5.15615 2.62459 4.35618 2 3.43845 2H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.88 16H8.46857C7.10522 16 6 17.1513 6 18.5714C6 18.8081 6.1842 19 6.41143 19H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16H15.2632C19.7508 16 20.4333 13.1808 21.261 9.06908C21.4998 7.88311 21.6192 7.29013 21.3321 6.89507C21.164 6.66386 20.9059 6.56796 20.5 6.52819M6 6.5H7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.015 2.38661C12.0876 1.74692 13.0238 2.00471 13.5863 2.41534C13.8169 2.58371 13.9322 2.66789 14 2.66789C14.0678 2.66789 14.1831 2.58371 14.4137 2.41534C14.9762 2.00471 15.9124 1.74692 16.985 2.38661C18.3928 3.22614 18.7113 5.99578 15.4642 8.33242C14.8457 8.77747 14.5365 9 14 9C13.4635 9 13.1543 8.77747 12.5358 8.33242C9.28869 5.99578 9.60723 3.22614 11.015 2.38661Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L5.37873 3.51493C5.15615 2.62459 4.35618 2 3.43845 2H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.88 16H8.46857C7.10522 16 6 17.1513 6 18.5714C6 18.8081 6.1842 19 6.41143 19H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-cart-favorite-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16L16.7201 15.2733C19.4486 15.046 20.0611 14.45 20.3635 11.7289L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H7M22 6H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.515 2.38661C11.5876 1.74692 12.5238 2.00471 13.0863 2.41534C13.3169 2.58371 13.4322 2.66789 13.5 2.66789C13.5678 2.66789 13.6831 2.58371 13.9137 2.41534C14.4762 2.00471 15.4124 1.74692 16.485 2.38661C17.8928 3.22614 18.2113 5.99578 14.9642 8.33242C14.3457 8.77747 14.0365 9 13.5 9C12.9635 9 12.6543 8.77747 12.0358 8.33242C8.78869 5.99578 9.10723 3.22614 10.515 2.38661Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 20L15 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2H2.966C3.91068 2 4.73414 2.62459 4.96326 3.51493L7.93852 15.0765C8.08887 15.6608 7.9602 16.2797 7.58824 16.7616L6.63213 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16L16.7201 15.2733C19.4486 15.046 20.0611 14.45 20.3635 11.7289L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H7M22 6H20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.515 2.38661C11.5876 1.74692 12.5238 2.00471 13.0863 2.41534C13.3169 2.58371 13.4322 2.66789 13.5 2.66789C13.5678 2.66789 13.6831 2.58371 13.9137 2.41534C14.4762 2.00471 15.4124 1.74692 16.485 2.38661C17.8928 3.22614 18.2113 5.99578 14.9642 8.33242C14.3457 8.77747 14.0365 9 13.5 9C12.9635 9 12.6543 8.77747 12.0358 8.33242C8.78869 5.99578 9.10723 3.22614 10.515 2.38661Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 20L15 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2H2.966C3.91068 2 4.73414 2.62459 4.96326 3.51493L7.93852 15.0765C8.08887 15.6608 7.9602 16.2797 7.58824 16.7616L6.63213 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-cart-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16H15.2632C19.7508 16 20.4333 13.1808 21.261 9.06908C21.4998 7.88311 21.6192 7.29013 21.3321 6.89507C21.045 6.5 20.4947 6.5 19.3941 6.5H19M6 6.5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 3L13.5 6M13.5 6L16.5 9M13.5 6L10.5 9M13.5 6L16.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L5.37873 3.51493C5.15615 2.62459 4.35618 2 3.43845 2H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.88 16H8.46857C7.10522 16 6 17.1513 6 18.5714C6 18.8081 6.1842 19 6.41143 19H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16H15.2632C19.7508 16 20.4333 13.1808 21.261 9.06908C21.4998 7.88311 21.6192 7.29013 21.3321 6.89507C21.045 6.5 20.4947 6.5 19.3941 6.5H19M6 6.5H8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 3L13.5 6M13.5 6L16.5 9M13.5 6L10.5 9M13.5 6L16.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16L5.37873 3.51493C5.15615 2.62459 4.35618 2 3.43845 2H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.88 16H8.46857C7.10522 16 6 17.1513 6 18.5714C6 18.8081 6.1842 19 6.41143 19H17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2220.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-shopping-cart-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16L16.7201 15.2733C19.4486 15.046 20.0611 14.45 20.3635 11.7289L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H8M22 6H18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 3L13.5 6M13.5 6L16.5 9M13.5 6L10.5 9M13.5 6L16.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 20L15 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2H2.966C3.91068 2 4.73414 2.62459 4.96326 3.51493L7.93852 15.0765C8.08887 15.6608 7.9602 16.2797 7.58824 16.7616L6.63213 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16L16.7201 15.2733C19.4486 15.046 20.0611 14.45 20.3635 11.7289L21 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 6H8M22 6H18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 3L13.5 6M13.5 6L16.5 9M13.5 6L10.5 9M13.5 6L16.5 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%226%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%2220%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 20L15 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2H2.966C3.91068 2 4.73414 2.62459 4.96326 3.51493L7.93852 15.0765C8.08887 15.6608 7.9602 16.2797 7.58824 16.7616L6.63213 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-store-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10.5029V15.5047C3 18.3341 3 19.7489 3.87868 20.6279C4.75736 21.5069 6.17157 21.5069 9 21.5069H15C17.8284 21.5069 19.2426 21.5069 20.1213 20.6279C21 19.7489 21 18.3341 21 15.5047V10.5029%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17C14.3159 17.6072 13.2268 18 12 18C10.7732 18 9.68409 17.6072 9 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.137 8.42581C9.85502 9.44421 8.82949 11.2009 6.88098 11.4555C5.16053 11.6803 3.85566 10.9294 3.52236 10.6154C3.15488 10.3608 2.31736 9.54605 2.11226 9.03685C1.90715 8.52765 2.14644 7.42438 2.31736 6.97459L3.00063 4.9962C3.16743 4.49928 3.5579 3.32398 3.95821 2.92645C4.35853 2.52892 5.16901 2.51163 5.50261 2.51163H12.5081C14.3113 2.5371 18.2541 2.49555 19.0335 2.51163C19.8129 2.52771 20.2813 3.18105 20.418 3.46111C21.5809 6.27793 22.0332 7.89115 22.0332 8.57857C21.8814 9.31188 21.2532 10.6946 19.0335 11.3028C16.7265 11.9349 15.4186 10.7054 15.0083 10.2335M9.18842 10.2335C9.51318 10.6323 10.5319 11.4352 12.0086 11.4555C13.4854 11.4759 14.7605 10.4456 15.2134 9.92795C15.3416 9.77519 15.6185 9.322 15.9057 8.42581%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10.5029V15.5047C3 18.3341 3 19.7489 3.87868 20.6279C4.75736 21.5069 6.17157 21.5069 9 21.5069H15C17.8284 21.5069 19.2426 21.5069 20.1213 20.6279C21 19.7489 21 18.3341 21 15.5047V10.5029%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 17C14.3159 17.6072 13.2268 18 12 18C10.7732 18 9.68409 17.6072 9 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.137 8.42581C9.85502 9.44421 8.82949 11.2009 6.88098 11.4555C5.16053 11.6803 3.85566 10.9294 3.52236 10.6154C3.15488 10.3608 2.31736 9.54605 2.11226 9.03685C1.90715 8.52765 2.14644 7.42438 2.31736 6.97459L3.00063 4.9962C3.16743 4.49928 3.5579 3.32398 3.95821 2.92645C4.35853 2.52892 5.16901 2.51163 5.50261 2.51163H12.5081C14.3113 2.5371 18.2541 2.49555 19.0335 2.51163C19.8129 2.52771 20.2813 3.18105 20.418 3.46111C21.5809 6.27793 22.0332 7.89115 22.0332 8.57857C21.8814 9.31188 21.2532 10.6946 19.0335 11.3028C16.7265 11.9349 15.4186 10.7054 15.0083 10.2335M9.18842 10.2335C9.51318 10.6323 10.5319 11.4352 12.0086 11.4555C13.4854 11.4759 14.7605 10.4456 15.2134 9.92795C15.3416 9.77519 15.6185 9.322 15.9057 8.42581%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-store-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10.5029V15.5047C3 18.3341 3 19.7489 3.87868 20.6279C4.75736 21.5069 6.17157 21.5069 9 21.5069H15C17.8284 21.5069 19.2426 21.5069 20.1213 20.6279C21 19.7489 21 18.3341 21 15.5047V10.5029%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.137 8.42483C9.85502 9.44323 8.82949 11.2 6.88098 11.4546C5.16053 11.6794 3.85566 10.9284 3.52236 10.6144C3.15488 10.3598 2.31736 9.54507 2.11226 9.03587C1.90715 8.52667 2.14644 7.42341 2.31736 6.97361L3.00063 4.99522C3.16743 4.49831 3.5579 3.32301 3.95821 2.92548C4.35853 2.52794 5.16901 2.51065 5.50261 2.51065H12.5081C14.3113 2.53612 18.2541 2.49457 19.0335 2.51065C19.8129 2.52673 20.2813 3.18008 20.418 3.46014C21.5809 6.27696 22.0332 7.89017 22.0332 8.57759C21.8814 9.3109 21.2532 10.6936 19.0335 11.3018C16.7265 11.9339 15.4186 10.7045 15.0083 10.2325M9.18842 10.2325C9.51318 10.6314 10.5319 11.4342 12.0086 11.4546C13.4854 11.4749 14.7605 10.4447 15.2134 9.92697C15.3416 9.77421 15.6185 9.32102 15.9057 8.42483%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10.5029V15.5047C3 18.3341 3 19.7489 3.87868 20.6279C4.75736 21.5069 6.17157 21.5069 9 21.5069H15C17.8284 21.5069 19.2426 21.5069 20.1213 20.6279C21 19.7489 21 18.3341 21 15.5047V10.5029%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 18H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.137 8.42483C9.85502 9.44323 8.82949 11.2 6.88098 11.4546C5.16053 11.6794 3.85566 10.9284 3.52236 10.6144C3.15488 10.3598 2.31736 9.54507 2.11226 9.03587C1.90715 8.52667 2.14644 7.42341 2.31736 6.97361L3.00063 4.99522C3.16743 4.49831 3.5579 3.32301 3.95821 2.92548C4.35853 2.52794 5.16901 2.51065 5.50261 2.51065H12.5081C14.3113 2.53612 18.2541 2.49457 19.0335 2.51065C19.8129 2.52673 20.2813 3.18008 20.418 3.46014C21.5809 6.27696 22.0332 7.89017 22.0332 8.57759C21.8814 9.3109 21.2532 10.6936 19.0335 11.3018C16.7265 11.9339 15.4186 10.7045 15.0083 10.2325M9.18842 10.2325C9.51318 10.6314 10.5319 11.4342 12.0086 11.4546C13.4854 11.4749 14.7605 10.4447 15.2134 9.92697C15.3416 9.77421 15.6185 9.32102 15.9057 8.42483%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-store-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11.2241V15.7296C3 18.5614 3 19.9773 3.87868 20.8571C4.75736 21.7369 6.17157 21.7369 9 21.7369H15C17.8284 21.7369 19.2426 21.7369 20.1213 20.8571C21 19.9773 21 18.5614 21 15.7296V11.2241%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 17.2139C14.3159 17.8211 13.2268 18.2139 12 18.2139C10.7732 18.2139 9.68409 17.8211 9 17.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7957 2.74L6.14983 2.76908C4.41166 2.67954 3.966 4.01965 3.966 4.67474C3.966 5.26065 3.89055 6.1148 2.82524 7.72016C1.75993 9.32552 1.83998 9.80243 2.44071 10.9138C2.93928 11.8362 4.20741 12.1965 4.86862 12.2571C6.96883 12.3049 7.99065 10.4887 7.99065 9.21229C9.03251 12.4195 11.9955 12.4195 13.3158 12.0528C14.6385 11.6854 15.7717 10.3702 16.0391 9.21229C16.195 10.6512 16.6682 11.4909 18.0663 12.0678C19.5145 12.6655 20.7599 11.752 21.3848 11.1665C22.0096 10.581 22.4107 9.28107 21.2967 7.85236C20.5285 6.86707 20.2084 5.93886 20.1032 4.97683C20.0423 4.4194 19.9888 3.82042 19.5971 3.43926C19.0247 2.88221 18.2035 2.71319 17.7957 2.74Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11.2241V15.7296C3 18.5614 3 19.9773 3.87868 20.8571C4.75736 21.7369 6.17157 21.7369 9 21.7369H15C17.8284 21.7369 19.2426 21.7369 20.1213 20.8571C21 19.9773 21 18.5614 21 15.7296V11.2241%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 17.2139C14.3159 17.8211 13.2268 18.2139 12 18.2139C10.7732 18.2139 9.68409 17.8211 9 17.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7957 2.74L6.14983 2.76908C4.41166 2.67954 3.966 4.01965 3.966 4.67474C3.966 5.26065 3.89055 6.1148 2.82524 7.72016C1.75993 9.32552 1.83998 9.80243 2.44071 10.9138C2.93928 11.8362 4.20741 12.1965 4.86862 12.2571C6.96883 12.3049 7.99065 10.4887 7.99065 9.21229C9.03251 12.4195 11.9955 12.4195 13.3158 12.0528C14.6385 11.6854 15.7717 10.3702 16.0391 9.21229C16.195 10.6512 16.6682 11.4909 18.0663 12.0678C19.5145 12.6655 20.7599 11.752 21.3848 11.1665C22.0096 10.581 22.4107 9.28107 21.2967 7.85236C20.5285 6.86707 20.2084 5.93886 20.1032 4.97683C20.0423 4.4194 19.9888 3.82042 19.5971 3.43926C19.0247 2.88221 18.2035 2.71319 17.7957 2.74Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-store-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11.0122V15.5188C3 18.3514 3 19.7676 3.87868 20.6476C4.75736 21.5276 6.17157 21.5276 9 21.5276H15C17.8284 21.5276 19.2426 21.5276 20.1213 20.6476C21 19.7676 21 18.3514 21 15.5188V11.0122%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 18H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7957 2.52613L6.14983 2.55518C4.41166 2.46574 3.966 3.80423 3.966 4.45853C3.966 5.04372 3.89055 5.89684 2.82524 7.50026C1.75993 9.10367 1.83998 9.58 2.44071 10.69C2.93928 11.6113 4.20741 11.9712 4.86862 12.0317C6.96883 12.0794 7.99065 10.2655 7.99065 8.99059C9.03251 12.194 11.9955 12.1939 13.3158 11.8277C14.6385 11.4607 15.7717 10.1471 16.0391 8.99059C16.195 10.4278 16.6682 11.2664 18.0663 11.8427C19.5145 12.4396 20.7599 11.5272 21.3848 10.9424C22.0096 10.3576 22.4107 9.05927 21.2967 7.63229C20.5285 6.6482 20.2084 5.72111 20.1032 4.76025C20.0423 4.2035 19.9888 3.60524 19.5971 3.22454C19.0247 2.66817 18.2035 2.49936 17.7957 2.52613Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 11.0122V15.5188C3 18.3514 3 19.7676 3.87868 20.6476C4.75736 21.5276 6.17157 21.5276 9 21.5276H15C17.8284 21.5276 19.2426 21.5276 20.1213 20.6476C21 19.7676 21 18.3514 21 15.5188V11.0122%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 18H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7957 2.52613L6.14983 2.55518C4.41166 2.46574 3.966 3.80423 3.966 4.45853C3.966 5.04372 3.89055 5.89684 2.82524 7.50026C1.75993 9.10367 1.83998 9.58 2.44071 10.69C2.93928 11.6113 4.20741 11.9712 4.86862 12.0317C6.96883 12.0794 7.99065 10.2655 7.99065 8.99059C9.03251 12.194 11.9955 12.1939 13.3158 11.8277C14.6385 11.4607 15.7717 10.1471 16.0391 8.99059C16.195 10.4278 16.6682 11.2664 18.0663 11.8427C19.5145 12.4396 20.7599 11.5272 21.3848 10.9424C22.0096 10.3576 22.4107 9.05927 21.2967 7.63229C20.5285 6.6482 20.2084 5.72111 20.1032 4.76025C20.0423 4.2035 19.9888 3.60524 19.5971 3.22454C19.0247 2.66817 18.2035 2.49936 17.7957 2.52613Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-store-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10.2139V15.2139C3 18.0423 3 19.4565 3.87868 20.3352C4.75736 21.2139 6.17157 21.2139 9 21.2139H12.5M21 10.2139V11.7139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 10.2139V12.7139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18.7139H22M18.5 22.2139V15.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17.2139H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.137 8.13516C9.85502 9.1548 8.82949 10.9137 6.88098 11.1686C5.16053 11.3937 3.85566 10.6418 3.52236 10.3274C3.15488 10.0725 2.31736 9.25676 2.11226 8.74694C1.90715 8.23712 2.14644 7.13251 2.31736 6.68217L3.00063 4.70138C3.16743 4.20386 3.5579 3.02713 3.95821 2.62911C4.35853 2.2311 5.16901 2.21378 5.50261 2.21378H12.5081C14.3113 2.23928 18.2541 2.19768 19.0335 2.21378C19.8129 2.22988 20.2813 2.88402 20.418 3.16442C21.5809 5.98467 22.0332 7.59985 22.0332 8.2881C21.8814 9.02231 21.2532 10.4067 19.0335 11.0156C16.7265 11.6485 15.4186 10.4176 15.0083 9.94502M9.18842 9.94502C9.51318 10.3444 10.5319 11.1482 12.0086 11.1686C13.4854 11.189 14.7605 10.1574 15.2134 9.63913C15.3416 9.48618 15.6185 9.03244 15.9057 8.13516%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10.2139V15.2139C3 18.0423 3 19.4565 3.87868 20.3352C4.75736 21.2139 6.17157 21.2139 9 21.2139H12.5M21 10.2139V11.7139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 10.2139V12.7139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18.7139H22M18.5 22.2139V15.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17.2139H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.137 8.13516C9.85502 9.1548 8.82949 10.9137 6.88098 11.1686C5.16053 11.3937 3.85566 10.6418 3.52236 10.3274C3.15488 10.0725 2.31736 9.25676 2.11226 8.74694C1.90715 8.23712 2.14644 7.13251 2.31736 6.68217L3.00063 4.70138C3.16743 4.20386 3.5579 3.02713 3.95821 2.62911C4.35853 2.2311 5.16901 2.21378 5.50261 2.21378H12.5081C14.3113 2.23928 18.2541 2.19768 19.0335 2.21378C19.8129 2.22988 20.2813 2.88402 20.418 3.16442C21.5809 5.98467 22.0332 7.59985 22.0332 8.2881C21.8814 9.02231 21.2532 10.4067 19.0335 11.0156C16.7265 11.6485 15.4186 10.4176 15.0083 9.94502M9.18842 9.94502C9.51318 10.3444 10.5319 11.1482 12.0086 11.1686C13.4854 11.189 14.7605 10.1574 15.2134 9.63913C15.3416 9.48618 15.6185 9.03244 15.9057 8.13516%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-store-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10.7139V15.2139C3 18.0423 3 19.4565 3.87868 20.3352C4.75736 21.2139 6.17157 21.2139 9 21.2139H12.5M21 10.7139V12.7139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17.2139H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18.7139H22M18.5 22.2139V15.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7957 2.21641L6.14983 2.24389C4.41166 2.15929 3.966 3.42547 3.966 4.04443C3.966 4.59801 3.89055 5.40504 2.82524 6.92184C1.75993 8.43864 1.83998 8.88924 2.44071 9.93931C2.93928 10.8108 4.20741 11.1512 4.86862 11.2085C6.96883 11.2536 7.99065 9.53768 7.99065 8.33167C9.03251 11.362 11.9955 11.362 13.3158 11.0155C14.6385 10.6683 15.7717 9.42566 16.0391 8.33167C16.195 9.69122 16.6682 10.4846 18.0663 11.0297C19.5145 11.5943 20.7599 10.7313 21.3848 10.1781C22.0096 9.62483 22.4107 8.39664 21.2967 7.04675C20.5285 6.11582 20.2084 5.23881 20.1032 4.32985C20.0423 3.80317 19.9888 3.23723 19.5971 2.87709C19.0247 2.35078 18.2035 2.19109 17.7957 2.21641Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10.7139V15.2139C3 18.0423 3 19.4565 3.87868 20.3352C4.75736 21.2139 6.17157 21.2139 9 21.2139H12.5M21 10.7139V12.7139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17.2139H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 18.7139H22M18.5 22.2139V15.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7957 2.21641L6.14983 2.24389C4.41166 2.15929 3.966 3.42547 3.966 4.04443C3.966 4.59801 3.89055 5.40504 2.82524 6.92184C1.75993 8.43864 1.83998 8.88924 2.44071 9.93931C2.93928 10.8108 4.20741 11.1512 4.86862 11.2085C6.96883 11.2536 7.99065 9.53768 7.99065 8.33167C9.03251 11.362 11.9955 11.362 13.3158 11.0155C14.6385 10.6683 15.7717 9.42566 16.0391 8.33167C16.195 9.69122 16.6682 10.4846 18.0663 11.0297C19.5145 11.5943 20.7599 10.7313 21.3848 10.1781C22.0096 9.62483 22.4107 8.39664 21.2967 7.04675C20.5285 6.11582 20.2084 5.23881 20.1032 4.32985C20.0423 3.80317 19.9888 3.23723 19.5971 2.87709C19.0247 2.35078 18.2035 2.19109 17.7957 2.21641Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-store-location-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10.2139V15.2139C3 18.0423 3 19.4565 3.87868 20.3352C4.75736 21.2139 6.17157 21.2139 9 21.2139H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17.2139H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 13.7139C20.433 13.7139 22 15.2515 22 17.1482C22 19.2937 19.8843 20.3485 18.875 21.9568C18.6599 22.2996 18.3556 22.2996 18.125 21.9568C17.0842 20.4096 15 19.249 15 17.1482C15 15.2515 16.567 13.7139 18.5 13.7139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 17.2139H18.509%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.137 8.13516C9.85502 9.1548 8.82949 10.9137 6.88098 11.1686C5.16053 11.3937 3.85566 10.6418 3.52236 10.3274C3.15488 10.0725 2.31736 9.25676 2.11226 8.74694C1.90715 8.23712 2.14644 7.13251 2.31736 6.68217L3.00063 4.70138C3.16743 4.20386 3.5579 3.02713 3.95821 2.62911C4.35853 2.2311 5.16901 2.21378 5.50261 2.21378H12.5081C14.3113 2.23928 18.2541 2.19768 19.0335 2.21378C19.8129 2.22988 20.2813 2.88402 20.418 3.16442C21.5809 5.98467 22.0332 7.59985 22.0332 8.2881C21.8814 9.02231 21.2532 10.4067 19.0335 11.0156C16.7265 11.6485 15.4186 10.4176 15.0083 9.94502M9.18842 9.94502C9.51318 10.3444 10.5319 11.1482 12.0086 11.1686C13.4854 11.189 14.7605 10.1574 15.2134 9.63913C15.3416 9.48618 15.6185 9.03244 15.9057 8.13516%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10.2139V15.2139C3 18.0423 3 19.4565 3.87868 20.3352C4.75736 21.2139 6.17157 21.2139 9 21.2139H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17.2139H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 13.7139C20.433 13.7139 22 15.2515 22 17.1482C22 19.2937 19.8843 20.3485 18.875 21.9568C18.6599 22.2996 18.3556 22.2996 18.125 21.9568C17.0842 20.4096 15 19.249 15 17.1482C15 15.2515 16.567 13.7139 18.5 13.7139Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 17.2139H18.509%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.137 8.13516C9.85502 9.1548 8.82949 10.9137 6.88098 11.1686C5.16053 11.3937 3.85566 10.6418 3.52236 10.3274C3.15488 10.0725 2.31736 9.25676 2.11226 8.74694C1.90715 8.23712 2.14644 7.13251 2.31736 6.68217L3.00063 4.70138C3.16743 4.20386 3.5579 3.02713 3.95821 2.62911C4.35853 2.2311 5.16901 2.21378 5.50261 2.21378H12.5081C14.3113 2.23928 18.2541 2.19768 19.0335 2.21378C19.8129 2.22988 20.2813 2.88402 20.418 3.16442C21.5809 5.98467 22.0332 7.59985 22.0332 8.2881C21.8814 9.02231 21.2532 10.4067 19.0335 11.0156C16.7265 11.6485 15.4186 10.4176 15.0083 9.94502M9.18842 9.94502C9.51318 10.3444 10.5319 11.1482 12.0086 11.1686C13.4854 11.189 14.7605 10.1574 15.2134 9.63913C15.3416 9.48618 15.6185 9.03244 15.9057 8.13516%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-store-location-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.00098 10.7031V15.1975C3.00098 18.0224 3.00098 19.4348 3.88062 20.3124C4.76027 21.19 6.17603 21.19 9.00757 21.19H13.012%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00586 17.1953H11.0103%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5185 13.6992C20.4536 13.6992 22.0223 15.2349 22.0223 17.1292C22.0223 19.272 19.9043 20.3255 18.8939 21.9318C18.6786 22.2742 18.3739 22.2742 18.1431 21.9318C17.1011 20.3866 15.0146 19.2274 15.0146 17.1292C15.0146 15.2349 16.5834 13.6992 18.5185 13.6992Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5186 17.1953H18.5276%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.8201 2.19102L6.17425 2.2185C4.43608 2.1339 3.99041 3.40008 3.99041 4.01904C3.99041 4.57262 3.91496 5.37965 2.84965 6.89645C1.78434 8.41325 1.86439 8.86385 2.46512 9.91392C2.96369 10.7854 4.23182 11.1259 4.89303 11.1831C6.99324 11.2283 8.01507 9.51228 8.01507 8.30628C9.05693 11.3366 12.0199 11.3366 13.3402 10.9901C14.6629 10.6429 15.7961 9.40027 16.0635 8.30628C16.2194 9.66583 16.6926 10.4592 18.0907 11.0043C19.5389 11.569 20.7843 10.7059 21.4092 10.1527C22.0341 9.59944 22.4351 8.37125 21.3212 7.02136C20.553 6.09043 20.2328 5.21342 20.1276 4.30446C20.0667 3.77778 20.0132 3.21184 19.6215 2.8517C19.0491 2.32539 18.228 2.1657 17.8201 2.19102Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.00098 10.7031V15.1975C3.00098 18.0224 3.00098 19.4348 3.88062 20.3124C4.76027 21.19 6.17603 21.19 9.00757 21.19H13.012%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.00586 17.1953H11.0103%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5185 13.6992C20.4536 13.6992 22.0223 15.2349 22.0223 17.1292C22.0223 19.272 19.9043 20.3255 18.8939 21.9318C18.6786 22.2742 18.3739 22.2742 18.1431 21.9318C17.1011 20.3866 15.0146 19.2274 15.0146 17.1292C15.0146 15.2349 16.5834 13.6992 18.5185 13.6992Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5186 17.1953H18.5276%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.8201 2.19102L6.17425 2.2185C4.43608 2.1339 3.99041 3.40008 3.99041 4.01904C3.99041 4.57262 3.91496 5.37965 2.84965 6.89645C1.78434 8.41325 1.86439 8.86385 2.46512 9.91392C2.96369 10.7854 4.23182 11.1259 4.89303 11.1831C6.99324 11.2283 8.01507 9.51228 8.01507 8.30628C9.05693 11.3366 12.0199 11.3366 13.3402 10.9901C14.6629 10.6429 15.7961 9.40027 16.0635 8.30628C16.2194 9.66583 16.6926 10.4592 18.0907 11.0043C19.5389 11.569 20.7843 10.7059 21.4092 10.1527C22.0341 9.59944 22.4351 8.37125 21.3212 7.02136C20.553 6.09043 20.2328 5.21342 20.1276 4.30446C20.0667 3.77778 20.0132 3.21184 19.6215 2.8517C19.0491 2.32539 18.228 2.1657 17.8201 2.19102Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-store-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10V15C3 17.8284 3 19.2426 3.87868 20.1213C4.75736 21 6.17157 21 9 21H12.5M21 10V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16L19 19M19 19L22 22M19 19L16 22M19 19L22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.137 7.91196C9.85502 8.92999 8.82949 10.6861 6.88098 10.9406C5.16053 11.1653 3.85566 10.4146 3.52236 10.1007C3.15488 9.84622 2.31736 9.0318 2.11226 8.52278C1.90715 8.01376 2.14644 6.91089 2.31736 6.46126L3.00063 4.48359C3.16743 3.98685 3.5579 2.81197 3.95821 2.41458C4.35853 2.0172 5.16901 1.99991 5.50261 1.99991H12.5081C14.3113 2.02537 18.2541 1.98383 19.0335 1.99991C19.8129 2.01599 20.2813 2.66909 20.418 2.94905C21.5809 5.76486 22.0332 7.37749 22.0332 8.06466C21.8814 8.79771 21.2532 10.18 19.0335 10.7879C16.7265 11.4198 15.4186 10.1908 15.0083 9.71897M9.18842 9.71897C9.51318 10.1177 10.5319 10.9202 12.0086 10.9406C13.4854 10.961 14.7605 9.93106 15.2134 9.41356C15.3416 9.26085 15.6185 8.80783 15.9057 7.91196%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10V15C3 17.8284 3 19.2426 3.87868 20.1213C4.75736 21 6.17157 21 9 21H12.5M21 10V13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16L19 19M19 19L22 22M19 19L16 22M19 19L22 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.137 7.91196C9.85502 8.92999 8.82949 10.6861 6.88098 10.9406C5.16053 11.1653 3.85566 10.4146 3.52236 10.1007C3.15488 9.84622 2.31736 9.0318 2.11226 8.52278C1.90715 8.01376 2.14644 6.91089 2.31736 6.46126L3.00063 4.48359C3.16743 3.98685 3.5579 2.81197 3.95821 2.41458C4.35853 2.0172 5.16901 1.99991 5.50261 1.99991H12.5081C14.3113 2.02537 18.2541 1.98383 19.0335 1.99991C19.8129 2.01599 20.2813 2.66909 20.418 2.94905C21.5809 5.76486 22.0332 7.37749 22.0332 8.06466C21.8814 8.79771 21.2532 10.18 19.0335 10.7879C16.7265 11.4198 15.4186 10.1908 15.0083 9.71897M9.18842 9.71897C9.51318 10.1177 10.5319 10.9202 12.0086 10.9406C13.4854 10.961 14.7605 9.93106 15.2134 9.41356C15.3416 9.26085 15.6185 8.80783 15.9057 7.91196%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-store-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10.7188V15.2214C3 18.0514 3 19.4664 3.87868 20.3456C4.75736 21.2249 6.17157 21.2249 9 21.2249H12.5M21 10.7188V13.2202%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17.2139H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16.2222L19 19.2239M19 19.2239L22 22.2257M19 19.2239L16 22.2257M19 19.2239L22 16.2222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7976 2.2257L6.15178 2.25332C4.41361 2.1683 3.96795 3.44075 3.96795 4.06277C3.96795 4.61909 3.8925 5.43012 2.82719 6.95443C1.76188 8.47874 1.84193 8.93157 2.44266 9.98684C2.94123 10.8627 4.20936 11.2048 4.87057 11.2623C6.97078 11.3077 7.99261 9.58322 7.99261 8.37124C9.03447 11.4166 11.9975 11.4166 13.3177 11.0683C14.6405 10.7195 15.7737 9.47065 16.041 8.37124C16.197 9.73752 16.6701 10.5348 18.0682 11.0826C19.5164 11.6501 20.7619 10.7828 21.3867 10.2268C22.0116 9.6708 22.4126 8.43654 21.2987 7.07996C20.5305 6.14441 20.2104 5.26306 20.1052 4.34961C20.0442 3.82032 19.9907 3.25158 19.5991 2.88966C19.0267 2.36074 18.2055 2.20025 17.7976 2.2257Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 10.7188V15.2214C3 18.0514 3 19.4664 3.87868 20.3456C4.75736 21.2249 6.17157 21.2249 9 21.2249H12.5M21 10.7188V13.2202%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17.2139H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16.2222L19 19.2239M19 19.2239L22 22.2257M19 19.2239L16 22.2257M19 19.2239L22 16.2222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.7976 2.2257L6.15178 2.25332C4.41361 2.1683 3.96795 3.44075 3.96795 4.06277C3.96795 4.61909 3.8925 5.43012 2.82719 6.95443C1.76188 8.47874 1.84193 8.93157 2.44266 9.98684C2.94123 10.8627 4.20936 11.2048 4.87057 11.2623C6.97078 11.3077 7.99261 9.58322 7.99261 8.37124C9.03447 11.4166 11.9975 11.4166 13.3177 11.0683C14.6405 10.7195 15.7737 9.47065 16.041 8.37124C16.197 9.73752 16.6701 10.5348 18.0682 11.0826C19.5164 11.6501 20.7619 10.7828 21.3867 10.2268C22.0116 9.6708 22.4126 8.43654 21.2987 7.07996C20.5305 6.14441 20.2104 5.26306 20.1052 4.34961C20.0442 3.82032 19.9907 3.25158 19.5991 2.88966C19.0267 2.36074 18.2055 2.20025 17.7976 2.2257Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-tags{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.058 8.53645L17.058 7.92286C16.0553 7.30762 15.554 7 15 7C14.446 7 13.9447 7.30762 12.942 7.92286L11.942 8.53645C10.9935 9.11848 10.5192 9.40949 10.2596 9.87838C10 10.3473 10 10.9129 10 12.0442V17.9094C10 19.8377 10 20.8019 10.5858 21.4009C11.1716 22 12.1144 22 14 22H16C17.8856 22 18.8284 22 19.4142 21.4009C20 20.8019 20 19.8377 20 17.9094V12.0442C20 10.9129 20 10.3473 19.7404 9.87838C19.4808 9.40949 19.0065 9.11848 18.058 8.53645Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7.10809C13.3612 6.4951 12.9791 6.17285 12.4974 6.05178C11.9374 5.91102 11.3491 6.06888 10.1725 6.3846L8.99908 6.69947C7.88602 6.99814 7.32949 7.14748 6.94287 7.5163C6.55624 7.88513 6.40642 8.40961 6.10679 9.45857L4.55327 14.8971C4.0425 16.6852 3.78712 17.5792 4.22063 18.2836C4.59336 18.8892 6.0835 19.6339 7.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.4947 10C15.336 9.44058 16.0828 8.54291 16.5468 7.42653C17.5048 5.12162 16.8944 2.75724 15.1836 2.14554C13.4727 1.53383 11.3091 2.90644 10.3512 5.21135C10.191 5.59667 10.0747 5.98366 10 6.36383%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.058 8.53645L17.058 7.92286C16.0553 7.30762 15.554 7 15 7C14.446 7 13.9447 7.30762 12.942 7.92286L11.942 8.53645C10.9935 9.11848 10.5192 9.40949 10.2596 9.87838C10 10.3473 10 10.9129 10 12.0442V17.9094C10 19.8377 10 20.8019 10.5858 21.4009C11.1716 22 12.1144 22 14 22H16C17.8856 22 18.8284 22 19.4142 21.4009C20 20.8019 20 19.8377 20 17.9094V12.0442C20 10.9129 20 10.3473 19.7404 9.87838C19.4808 9.40949 19.0065 9.11848 18.058 8.53645Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7.10809C13.3612 6.4951 12.9791 6.17285 12.4974 6.05178C11.9374 5.91102 11.3491 6.06888 10.1725 6.3846L8.99908 6.69947C7.88602 6.99814 7.32949 7.14748 6.94287 7.5163C6.55624 7.88513 6.40642 8.40961 6.10679 9.45857L4.55327 14.8971C4.0425 16.6852 3.78712 17.5792 4.22063 18.2836C4.59336 18.8892 6.0835 19.6339 7.5 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.4947 10C15.336 9.44058 16.0828 8.54291 16.5468 7.42653C17.5048 5.12162 16.8944 2.75724 15.1836 2.14554C13.4727 1.53383 11.3091 2.90644 10.3512 5.21135C10.191 5.59667 10.0747 5.98366 10 6.36383%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-ticket-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.46433 9.34375C2.21579 9.34375 1.98899 9.14229 2.00041 8.87895C2.06733 7.33687 2.25481 6.33298 2.78008 5.53884C3.08228 5.08196 3.45765 4.68459 3.88923 4.36468C5.05575 3.5 6.70139 3.5 9.99266 3.5H14.0074C17.2986 3.5 18.9443 3.5 20.1108 4.36468C20.5424 4.68459 20.9177 5.08196 21.2199 5.53884C21.7452 6.33289 21.9327 7.33665 21.9996 8.87843C22.011 9.14208 21.7839 9.34375 21.5351 9.34375C20.1493 9.34375 19.0259 10.533 19.0259 12C19.0259 13.467 20.1493 14.6562 21.5351 14.6562C21.7839 14.6562 22.011 14.8579 21.9996 15.1216C21.9327 16.6634 21.7452 17.6671 21.2199 18.4612C20.9177 18.918 20.5424 19.3154 20.1108 19.6353C18.9443 20.5 17.2986 20.5 14.0074 20.5H9.99266C6.70139 20.5 5.05575 20.5 3.88923 19.6353C3.45765 19.3154 3.08228 18.918 2.78008 18.4612C2.25481 17.667 2.06733 16.6631 2.00041 15.1211C1.98899 14.8577 2.21579 14.6562 2.46433 14.6562C3.85012 14.6562 4.97352 13.467 4.97352 12C4.97352 10.533 3.85012 9.34375 2.46433 9.34375Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3.5L9 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.46433 9.34375C2.21579 9.34375 1.98899 9.14229 2.00041 8.87895C2.06733 7.33687 2.25481 6.33298 2.78008 5.53884C3.08228 5.08196 3.45765 4.68459 3.88923 4.36468C5.05575 3.5 6.70139 3.5 9.99266 3.5H14.0074C17.2986 3.5 18.9443 3.5 20.1108 4.36468C20.5424 4.68459 20.9177 5.08196 21.2199 5.53884C21.7452 6.33289 21.9327 7.33665 21.9996 8.87843C22.011 9.14208 21.7839 9.34375 21.5351 9.34375C20.1493 9.34375 19.0259 10.533 19.0259 12C19.0259 13.467 20.1493 14.6562 21.5351 14.6562C21.7839 14.6562 22.011 14.8579 21.9996 15.1216C21.9327 16.6634 21.7452 17.6671 21.2199 18.4612C20.9177 18.918 20.5424 19.3154 20.1108 19.6353C18.9443 20.5 17.2986 20.5 14.0074 20.5H9.99266C6.70139 20.5 5.05575 20.5 3.88923 19.6353C3.45765 19.3154 3.08228 18.918 2.78008 18.4612C2.25481 17.667 2.06733 16.6631 2.00041 15.1211C1.98899 14.8577 2.21579 14.6562 2.46433 14.6562C3.85012 14.6562 4.97352 13.467 4.97352 12C4.97352 10.533 3.85012 9.34375 2.46433 9.34375Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3.5L9 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-ticket-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.7085 7.65038C19.8657 7.49323 20.1365 7.47721 20.2957 7.65093C21.2284 8.66824 21.7446 9.42151 21.9146 10.2557C22.0124 10.7357 22.0263 11.2242 21.9557 11.6994C21.7649 12.9836 20.7244 14.0241 18.6434 16.1051L16.1051 18.6434C14.0241 20.7244 12.9836 21.7649 11.6994 21.9557C11.2242 22.0263 10.7357 22.0124 10.2557 21.9146C9.4216 21.7446 8.66841 21.2285 7.65127 20.296C7.47734 20.1366 7.49342 19.8655 7.65074 19.7082C8.52693 18.832 8.48529 17.3698 7.55776 16.4422C6.63022 15.5147 5.16802 15.4731 4.29183 16.3493C4.13451 16.5066 3.86341 16.5227 3.70395 16.3487C2.77146 15.3316 2.25536 14.5784 2.08539 13.7443C1.98759 13.2643 1.97368 12.7758 2.04429 12.3006C2.23513 11.0164 3.27561 9.97588 5.35657 7.89492L7.89492 5.35657C9.97588 3.27561 11.0164 2.23513 12.3006 2.04428C12.7758 1.97368 13.2643 1.98759 13.7443 2.08539C14.5785 2.25538 15.3318 2.77157 16.3491 3.70427C16.5228 3.86355 16.5068 4.13432 16.3496 4.29147C15.4734 5.16765 15.5151 6.62985 16.4426 7.55739C17.3701 8.48493 18.8324 8.52656 19.7085 7.65038Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 15L9 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.7085 7.65038C19.8657 7.49323 20.1365 7.47721 20.2957 7.65093C21.2284 8.66824 21.7446 9.42151 21.9146 10.2557C22.0124 10.7357 22.0263 11.2242 21.9557 11.6994C21.7649 12.9836 20.7244 14.0241 18.6434 16.1051L16.1051 18.6434C14.0241 20.7244 12.9836 21.7649 11.6994 21.9557C11.2242 22.0263 10.7357 22.0124 10.2557 21.9146C9.4216 21.7446 8.66841 21.2285 7.65127 20.296C7.47734 20.1366 7.49342 19.8655 7.65074 19.7082C8.52693 18.832 8.48529 17.3698 7.55776 16.4422C6.63022 15.5147 5.16802 15.4731 4.29183 16.3493C4.13451 16.5066 3.86341 16.5227 3.70395 16.3487C2.77146 15.3316 2.25536 14.5784 2.08539 13.7443C1.98759 13.2643 1.97368 12.7758 2.04429 12.3006C2.23513 11.0164 3.27561 9.97588 5.35657 7.89492L7.89492 5.35657C9.97588 3.27561 11.0164 2.23513 12.3006 2.04428C12.7758 1.97368 13.2643 1.98759 13.7443 2.08539C14.5785 2.25538 15.3318 2.77157 16.3491 3.70427C16.5228 3.86355 16.5068 4.13432 16.3496 4.29147C15.4734 5.16765 15.5151 6.62985 16.4426 7.55739C17.3701 8.48493 18.8324 8.52656 19.7085 7.65038Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 15L9 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-ticket-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 8.87895C21.9331 7.33687 21.7456 6.33298 21.2203 5.53884C20.9181 5.08196 20.5428 4.68459 20.1112 4.36468C18.9447 3.5 17.299 3.5 14.0078 3.5H9.99305C6.70178 3.5 5.05614 3.5 3.88962 4.36468C3.45805 4.68459 3.08267 5.08196 2.78047 5.53884C2.25526 6.33289 2.06776 7.33665 2.00083 8.87843C1.98938 9.14208 2.21648 9.34375 2.46531 9.34375C3.85109 9.34375 4.97449 10.533 4.97449 12C4.97449 13.467 3.85109 14.6562 2.46531 14.6562C2.21648 14.6562 1.98938 14.8579 2.00083 15.1216C2.06776 16.6634 2.25526 17.6671 2.78047 18.4612C3.08267 18.918 3.45805 19.3154 3.88962 19.6353C5.05614 20.5 6.70178 20.5 9.99306 20.5H14.0078C17.299 20.5 18.9447 20.5 20.1112 19.6353C20.5428 19.3154 20.9181 18.918 21.2203 18.4612C21.7456 17.667 21.9331 16.6631 22 15.1211V8.87895Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 12L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16L17 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 8.87895C21.9331 7.33687 21.7456 6.33298 21.2203 5.53884C20.9181 5.08196 20.5428 4.68459 20.1112 4.36468C18.9447 3.5 17.299 3.5 14.0078 3.5H9.99305C6.70178 3.5 5.05614 3.5 3.88962 4.36468C3.45805 4.68459 3.08267 5.08196 2.78047 5.53884C2.25526 6.33289 2.06776 7.33665 2.00083 8.87843C1.98938 9.14208 2.21648 9.34375 2.46531 9.34375C3.85109 9.34375 4.97449 10.533 4.97449 12C4.97449 13.467 3.85109 14.6562 2.46531 14.6562C2.21648 14.6562 1.98938 14.8579 2.00083 15.1216C2.06776 16.6634 2.25526 17.6671 2.78047 18.4612C3.08267 18.918 3.45805 19.3154 3.88962 19.6353C5.05614 20.5 6.70178 20.5 9.99306 20.5H14.0078C17.299 20.5 18.9447 20.5 20.1112 19.6353C20.5428 19.3154 20.9181 18.918 21.2203 18.4612C21.7456 17.667 21.9331 16.6631 22 15.1211V8.87895Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 12L17 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 16L17 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-ticket-star{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0183 9.43335L15.5462 10.498C15.6182 10.6462 15.8102 10.7883 15.9722 10.8155L16.9291 10.9758C17.541 11.0787 17.685 11.5263 17.244 11.9678L16.5001 12.7179C16.3741 12.8449 16.3051 13.0899 16.3441 13.2653L16.5571 14.1938C16.7251 14.9288 16.3381 15.2131 15.6932 14.829L14.7963 14.2937C14.6343 14.1969 14.3674 14.1969 14.2024 14.2937L13.3055 14.829C12.6636 15.2131 12.2736 14.9258 12.4416 14.1938L12.6546 13.2653C12.6935 13.0899 12.6246 12.8449 12.4986 12.7179L11.7547 11.9678C11.3167 11.5263 11.4577 11.0787 12.0696 10.9758L13.0265 10.8155C13.1855 10.7883 13.3775 10.6462 13.4495 10.498L13.9774 9.43335C14.2654 8.85568 14.7333 8.85568 15.0183 9.43335Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17L8 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 3.5V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8.87895C21.9331 7.33687 21.7456 6.33298 21.2203 5.53884C20.9181 5.08196 20.5428 4.68459 20.1112 4.36468C18.9447 3.5 17.299 3.5 14.0078 3.5H9.99305C6.70178 3.5 5.05614 3.5 3.88962 4.36468C3.45805 4.68459 3.08267 5.08196 2.78047 5.53884C2.25526 6.33289 2.06776 7.33665 2.00083 8.87843C1.98938 9.14208 2.21648 9.34375 2.46531 9.34375C3.85109 9.34375 4.97449 10.533 4.97449 12C4.97449 13.467 3.85109 14.6562 2.46531 14.6562C2.21648 14.6562 1.98938 14.8579 2.00083 15.1216C2.06776 16.6634 2.25526 17.6671 2.78047 18.4612C3.08267 18.918 3.45805 19.3154 3.88962 19.6353C5.05614 20.5 6.70178 20.5 9.99306 20.5H14.0078C17.299 20.5 18.9447 20.5 20.1112 19.6353C20.5428 19.3154 20.9181 18.918 21.2203 18.4612C21.7456 17.667 21.9331 16.6631 22 15.1211V8.87895Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.0183 9.43335L15.5462 10.498C15.6182 10.6462 15.8102 10.7883 15.9722 10.8155L16.9291 10.9758C17.541 11.0787 17.685 11.5263 17.244 11.9678L16.5001 12.7179C16.3741 12.8449 16.3051 13.0899 16.3441 13.2653L16.5571 14.1938C16.7251 14.9288 16.3381 15.2131 15.6932 14.829L14.7963 14.2937C14.6343 14.1969 14.3674 14.1969 14.2024 14.2937L13.3055 14.829C12.6636 15.2131 12.2736 14.9258 12.4416 14.1938L12.6546 13.2653C12.6935 13.0899 12.6246 12.8449 12.4986 12.7179L11.7547 11.9678C11.3167 11.5263 11.4577 11.0787 12.0696 10.9758L13.0265 10.8155C13.1855 10.7883 13.3775 10.6462 13.4495 10.498L13.9774 9.43335C14.2654 8.85568 14.7333 8.85568 15.0183 9.43335Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 17L8 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 3.5V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8.87895C21.9331 7.33687 21.7456 6.33298 21.2203 5.53884C20.9181 5.08196 20.5428 4.68459 20.1112 4.36468C18.9447 3.5 17.299 3.5 14.0078 3.5H9.99305C6.70178 3.5 5.05614 3.5 3.88962 4.36468C3.45805 4.68459 3.08267 5.08196 2.78047 5.53884C2.25526 6.33289 2.06776 7.33665 2.00083 8.87843C1.98938 9.14208 2.21648 9.34375 2.46531 9.34375C3.85109 9.34375 4.97449 10.533 4.97449 12C4.97449 13.467 3.85109 14.6562 2.46531 14.6562C2.21648 14.6562 1.98938 14.8579 2.00083 15.1216C2.06776 16.6634 2.25526 17.6671 2.78047 18.4612C3.08267 18.918 3.45805 19.3154 3.88962 19.6353C5.05614 20.5 6.70178 20.5 9.99306 20.5H14.0078C17.299 20.5 18.9447 20.5 20.1112 19.6353C20.5428 19.3154 20.9181 18.918 21.2203 18.4612C21.7456 17.667 21.9331 16.6631 22 15.1211V8.87895Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-transaction{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5795 8.82086L2 8.66804C3.849 3.91875 9.15764 1.21372 14.3334 2.55864C19.8461 3.99109 23.1205 9.4754 21.647 14.8082C20.4283 19.219 16.3433 22.1446 11.8479 22.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22.2139C6.5 22.2139 2 17.2139 2 11.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 stroke-dasharray%3D%220.5 3%22%2F%3E%0A%3Cpath d%3D%22M13.6039 9.93564C13.2524 9.56654 12.3906 8.69923 11.0292 9.31498C9.66784 9.93073 9.45159 11.9119 11.5108 12.1223C12.4416 12.2175 13.0484 12.012 13.6039 12.5933C14.1595 13.1746 14.2627 14.7912 12.8425 15.2269C11.4222 15.6626 10.502 14.9431 10.2545 14.718M11.9078 8.2334V9.02442M11.9078 15.361V16.2334%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2225%22 viewBox%3D%220 0 24 25%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.5795 8.82086L2 8.66804C3.849 3.91875 9.15764 1.21372 14.3334 2.55864C19.8461 3.99109 23.1205 9.4754 21.647 14.8082C20.4283 19.219 16.3433 22.1446 11.8479 22.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22.2139C6.5 22.2139 2 17.2139 2 11.2139%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 stroke-dasharray%3D%220.5 3%22%2F%3E%0A%3Cpath d%3D%22M13.6039 9.93564C13.2524 9.56654 12.3906 8.69923 11.0292 9.31498C9.66784 9.93073 9.45159 11.9119 11.5108 12.1223C12.4416 12.2175 13.0484 12.012 13.6039 12.5933C14.1595 13.1746 14.2627 14.7912 12.8425 15.2269C11.4222 15.6626 10.502 14.9431 10.2545 14.718M11.9078 8.2334V9.02442M11.9078 15.361V16.2334%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-trolley-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2H3.30116C4.48672 2 5.0795 2 5.4814 2.37142C5.88331 2.74285 5.96165 3.36307 6.11834 4.60351L7.24573 13.5287C7.45464 15.1826 7.5591 16.0095 8.09497 16.5048C8.63085 17 9.42122 17 11.002 17H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2219.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2219.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 14H14C13.0572 14 12.5858 14 12.2929 13.6339C12 13.2678 12 12.6785 12 11.5C12 10.3215 12 9.73223 12.2929 9.36612C12.5858 9 13.0572 9 14 9H20C20.9428 9 21.4142 9 21.7071 9.36612C22 9.73223 22 10.3215 22 11.5C22 12.6785 22 13.2678 21.7071 13.6339C21.4142 14 20.9428 14 20 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9H12C11.0572 9 10.5858 9 10.2929 8.63388C10 8.26777 10 7.67851 10 6.5C10 5.32149 10 4.73223 10.2929 4.36612C10.5858 4 11.0572 4 12 4H18C18.9428 4 19.4142 4 19.7071 4.36612C20 4.73223 20 5.32149 20 6.5C20 7.67851 20 8.26777 19.7071 8.63388C19.4142 9 18.9428 9 18 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 2H3.30116C4.48672 2 5.0795 2 5.4814 2.37142C5.88331 2.74285 5.96165 3.36307 6.11834 4.60351L7.24573 13.5287C7.45464 15.1826 7.5591 16.0095 8.09497 16.5048C8.63085 17 9.42122 17 11.002 17H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2210.5%22 cy%3D%2219.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2217.5%22 cy%3D%2219.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 14H14C13.0572 14 12.5858 14 12.2929 13.6339C12 13.2678 12 12.6785 12 11.5C12 10.3215 12 9.73223 12.2929 9.36612C12.5858 9 13.0572 9 14 9H20C20.9428 9 21.4142 9 21.7071 9.36612C22 9.73223 22 10.3215 22 11.5C22 12.6785 22 13.2678 21.7071 13.6339C21.4142 14 20.9428 14 20 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 9H12C11.0572 9 10.5858 9 10.2929 8.63388C10 8.26777 10 7.67851 10 6.5C10 5.32149 10 4.73223 10.2929 4.36612C10.5858 4 11.0572 4 12 4H18C18.9428 4 19.4142 4 19.7071 4.36612C20 4.73223 20 5.32149 20 6.5C20 7.67851 20 8.26777 19.7071 8.63388C19.4142 9 18.9428 9 18 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-trolley-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 2H4.30116C5.48672 2 6.0795 2 6.4814 2.37142C6.88331 2.74285 6.96165 3.36307 7.11834 4.60351L8.24573 13.5287C8.45464 15.1826 8.5591 16.0095 9.09497 16.5048C9.63085 17 10.4212 17 12.002 17H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2211.5%22 cy%3D%2219.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2218.5%22 cy%3D%2219.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 14H16C14.1144 14 13.1716 14 12.5858 13.4142C12 12.8284 12 11.8856 12 10V8C12 6.11438 12 5.17157 12.5858 4.58579C13.1716 4 14.1144 4 16 4H18C19.8856 4 20.8284 4 21.4142 4.58579C22 5.17157 22 6.11438 22 8V10C22 11.8856 22 12.8284 21.4142 13.4142C20.8284 14 19.8856 14 18 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 7L17.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 2H4.30116C5.48672 2 6.0795 2 6.4814 2.37142C6.88331 2.74285 6.96165 3.36307 7.11834 4.60351L8.24573 13.5287C8.45464 15.1826 8.5591 16.0095 9.09497 16.5048C9.63085 17 10.4212 17 12.002 17H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2211.5%22 cy%3D%2219.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Ccircle cx%3D%2218.5%22 cy%3D%2219.5%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 14H16C14.1144 14 13.1716 14 12.5858 13.4142C12 12.8284 12 11.8856 12 10V8C12 6.11438 12 5.17157 12.5858 4.58579C13.1716 4 14.1144 4 16 4H18C19.8856 4 20.8284 4 21.4142 4.58579C22 5.17157 22 6.11438 22 8V10C22 11.8856 22 12.8284 21.4142 13.4142C20.8284 14 19.8856 14 18 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 7L17.5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-shopping-icons-voucher{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.56324 5.55807L7.4 8M7.4 8L11 11M7.4 8L4.50512 10.3865M7.4 8L11 5M2 4.5C2 5.32843 2.67157 6 3.5 6C4.32843 6 5 5.32843 5 4.5C5 3.67157 4.32843 3 3.5 3C2.67157 3 2 3.67157 2 4.5ZM2 11.5C2 12.3284 2.67157 13 3.5 13C4.32843 13 5 12.3284 5 11.5C5 10.6716 4.32843 10 3.5 10C2.67157 10 2 10.6716 2 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15.0768V14M19.8462 7.27029C20.3409 7.41042 20.7309 7.62313 21.0537 7.94599C21.3766 8.26886 21.5893 8.65887 21.7294 9.1536M21.7294 18.8461C21.5893 19.3408 21.3766 19.7308 21.0537 20.0537C20.7309 20.3766 20.3409 20.5893 19.8462 20.7294M10.1538 20.7294C9.65913 20.5893 9.26913 20.3766 8.94627 20.0537C8.62341 19.7308 8.41071 19.3408 8.27058 18.8461M13.9231 21H16.0769M22 15.0768V12.9229M16.0769 7H13.9231%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.56324 5.55807L7.4 8M7.4 8L11 11M7.4 8L4.50512 10.3865M7.4 8L11 5M2 4.5C2 5.32843 2.67157 6 3.5 6C4.32843 6 5 5.32843 5 4.5C5 3.67157 4.32843 3 3.5 3C2.67157 3 2 3.67157 2 4.5ZM2 11.5C2 12.3284 2.67157 13 3.5 13C4.32843 13 5 12.3284 5 11.5C5 10.6716 4.32843 10 3.5 10C2.67157 10 2 10.6716 2 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15.0768V14M19.8462 7.27029C20.3409 7.41042 20.7309 7.62313 21.0537 7.94599C21.3766 8.26886 21.5893 8.65887 21.7294 9.1536M21.7294 18.8461C21.5893 19.3408 21.3766 19.7308 21.0537 20.0537C20.7309 20.3766 20.3409 20.5893 19.8462 20.7294M10.1538 20.7294C9.65913 20.5893 9.26913 20.3766 8.94627 20.0537C8.62341 19.7308 8.41071 19.3408 8.27058 18.8461M13.9231 21H16.0769M22 15.0768V12.9229M16.0769 7H13.9231%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-alien-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.33333 10H6.5C6.22386 10 6 10.2239 6 10.5V11.3333C6 12.8061 7.19391 14 8.66667 14H9.5C9.77614 14 10 13.7761 10 13.5V12.6667C10 11.1939 8.80609 10 7.33333 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.6667 10H17C17.4714 10 17.7071 10 17.8536 10.1464C18 10.2929 18 10.5286 18 11V11.3333C18 12.8061 16.8061 14 15.3333 14H15C14.5286 14 14.2929 14 14.1464 13.8536C14 13.7071 14 13.4714 14 13V12.6667C14 11.1939 15.1939 10 16.6667 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 11C21 16.5228 15 22 12 22C9 22 3 16.5228 3 11C3 5.47715 7.02944 2 12 2C16.9706 2 21 5.47715 21 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.33333 10H6.5C6.22386 10 6 10.2239 6 10.5V11.3333C6 12.8061 7.19391 14 8.66667 14H9.5C9.77614 14 10 13.7761 10 13.5V12.6667C10 11.1939 8.80609 10 7.33333 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.6667 10H17C17.4714 10 17.7071 10 17.8536 10.1464C18 10.2929 18 10.5286 18 11V11.3333C18 12.8061 16.8061 14 15.3333 14H15C14.5286 14 14.2929 14 14.1464 13.8536C14 13.7071 14 13.4714 14 13V12.6667C14 11.1939 15.1939 10 16.6667 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 18H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 11C21 16.5228 15 22 12 22C9 22 3 16.5228 3 11C3 5.47715 7.02944 2 12 2C16.9706 2 21 5.47715 21 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-alien-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.93308 21.2942L4.54043 21.9332L4.54043 21.9332L4.93308 21.2942ZM6.87527 21.0734L6.50226 20.4227L6.50225 20.4227L6.87527 21.0734ZM7.11292 20.9102L7.57025 21.5046L7.57026 21.5046L7.11292 20.9102ZM9.21481 20.486L9.60146 19.8434H9.60146L9.21481 20.486ZM19.0669 21.2942L19.4596 21.9332L19.4596 21.9332L19.0669 21.2942ZM17.1247 21.0734L17.4977 20.4227L17.4977 20.4227L17.1247 21.0734ZM16.8871 20.9102L16.4297 21.5046L16.4298 21.5046L16.8871 20.9102ZM14.7852 20.486L15.1719 21.1287L14.7852 20.486ZM19.5 10.5H18.75C18.75 10.9142 19.0858 11.25 19.5 11.25V10.5ZM4.5 10.5V11.25C4.91421 11.25 5.25 10.9142 5.25 10.5H4.5ZM17.0256 21.0139L17.4417 20.3899L17.4417 20.3899L17.0256 21.0139ZM6.9744 21.0139L6.55827 20.3899L6.55825 20.3899L6.9744 21.0139ZM19.5 13.5V12.75C19.0858 12.75 18.75 13.0858 18.75 13.5H19.5ZM4.5 13.5H5.25C5.25 13.0858 4.91421 12.75 4.5 12.75V13.5ZM3.75 19C3.75 19.6513 3.74807 20.2242 3.81198 20.6625C3.87687 21.1075 4.037 21.6238 4.54043 21.9332L5.32573 20.6552C5.39608 20.6984 5.33967 20.7437 5.29629 20.4461C5.25193 20.1419 5.25 19.7008 5.25 19H3.75ZM6.50225 20.4227C6.25554 20.5641 6.01727 20.673 5.80034 20.7161C5.59872 20.7561 5.45309 20.7334 5.32573 20.6552L4.54043 21.9332C5.60095 22.5848 6.71623 22.029 7.24829 21.724L6.50225 20.4227ZM7.57026 21.5046C7.73692 21.3764 7.98741 21.2083 8.25138 21.1183C8.50962 21.0302 8.6883 21.0445 8.82815 21.1287L9.60146 19.8434C8.9465 19.4493 8.26553 19.5286 7.76718 19.6986C7.27456 19.8666 6.87152 20.1496 6.65558 20.3158L7.57026 21.5046ZM8.82815 21.1287C9.03682 21.2542 9.24918 21.4041 9.48011 21.5717C9.70267 21.7333 9.95138 21.9181 10.1975 22.0822C10.6742 22.4002 11.293 22.75 12 22.75V21.25C11.7695 21.25 11.4728 21.1298 11.0298 20.8344C10.8161 20.6918 10.6039 20.534 10.3613 20.3578C10.127 20.1878 9.86987 20.0049 9.60146 19.8434L8.82815 21.1287ZM18.75 19C18.75 19.7008 18.7481 20.1419 18.7037 20.4461C18.6603 20.7437 18.6039 20.6984 18.6743 20.6552L19.4596 21.9332C19.963 21.6238 20.1231 21.1075 20.188 20.6625C20.2519 20.2242 20.25 19.6513 20.25 19H18.75ZM16.7517 21.724C17.2838 22.029 18.3991 22.5848 19.4596 21.9332L18.6743 20.6552C18.5469 20.7334 18.4013 20.7561 18.1997 20.7161C17.9827 20.673 17.7445 20.5641 17.4977 20.4227L16.7517 21.724ZM17.3444 20.3158C17.1285 20.1496 16.7254 19.8666 16.2328 19.6986C15.7345 19.5286 15.0535 19.4493 14.3985 19.8434L15.1719 21.1287C15.3117 21.0445 15.4904 21.0302 15.7486 21.1183C16.0126 21.2083 16.2631 21.3764 16.4297 21.5046L17.3444 20.3158ZM14.3985 19.8434C14.1301 20.0049 13.873 20.1878 13.6387 20.3578C13.3961 20.534 13.1839 20.6918 12.9702 20.8344C12.5272 21.1298 12.2305 21.25 12 21.25V22.75C12.707 22.75 13.3258 22.4002 13.8025 22.0822C14.0486 21.9181 14.2973 21.7333 14.5199 21.5717C14.7508 21.4041 14.9632 21.2542 15.1719 21.1287L14.3985 19.8434ZM12 2.25C7.44365 2.25 3.75 5.94365 3.75 10.5H5.25C5.25 6.77208 8.27208 3.75 12 3.75V2.25ZM20.25 10.5C20.25 5.94365 16.5563 2.25 12 2.25V3.75C15.7279 3.75 18.75 6.77208 18.75 10.5H20.25ZM17.4977 20.4227C17.4723 20.4081 17.4604 20.4013 17.4513 20.3959C17.4449 20.3921 17.4432 20.3909 17.4417 20.3899L16.6095 21.6378C16.6626 21.6733 16.7093 21.6997 16.7517 21.724L17.4977 20.4227ZM16.4298 21.5046C16.4916 21.5523 16.5545 21.6012 16.6095 21.6379L17.4417 20.3899C17.4456 20.3925 17.4429 20.3909 17.4245 20.3771C17.4064 20.3635 17.3824 20.345 17.3444 20.3158L16.4298 21.5046ZM7.24828 21.724C7.29074 21.6997 7.3374 21.6733 7.39055 21.6378L6.55825 20.3899C6.55685 20.3909 6.55508 20.3921 6.54865 20.3959C6.53959 20.4013 6.5277 20.4081 6.50226 20.4227L7.24828 21.724ZM6.65559 20.3158C6.61755 20.345 6.59358 20.3635 6.57551 20.3771C6.55713 20.3909 6.55437 20.3925 6.55827 20.3899L7.39053 21.6379C7.44546 21.6012 7.5083 21.5523 7.57025 21.5046L6.65559 20.3158ZM19.5 11.25H20.5V9.75H19.5V11.25ZM20.5 12.75H19.5V14.25H20.5V12.75ZM21.25 12C21.25 12.4142 20.9142 12.75 20.5 12.75V14.25C21.7426 14.25 22.75 13.2426 22.75 12H21.25ZM20.5 11.25C20.9142 11.25 21.25 11.5858 21.25 12H22.75C22.75 10.7574 21.7426 9.75 20.5 9.75V11.25ZM4.5 9.75H3.5V11.25H4.5V9.75ZM3.5 14.25H4.5V12.75H3.5V14.25ZM1.25 12C1.25 13.2426 2.25736 14.25 3.5 14.25V12.75C3.08579 12.75 2.75 12.4142 2.75 12H1.25ZM3.5 9.75C2.25736 9.75 1.25 10.7574 1.25 12H2.75C2.75 11.5858 3.08579 11.25 3.5 11.25V9.75ZM3.75 13.5V19H5.25V13.5H3.75ZM18.75 13.5V19H20.25V13.5H18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9912 17H12.0002%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 2C20.3333 2.9 19.5 4.76 17.5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 2C3.66667 2.9 4.5 4.76 6.5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.93308 21.2942L4.54043 21.9332L4.54043 21.9332L4.93308 21.2942ZM6.87527 21.0734L6.50226 20.4227L6.50225 20.4227L6.87527 21.0734ZM7.11292 20.9102L7.57025 21.5046L7.57026 21.5046L7.11292 20.9102ZM9.21481 20.486L9.60146 19.8434H9.60146L9.21481 20.486ZM19.0669 21.2942L19.4596 21.9332L19.4596 21.9332L19.0669 21.2942ZM17.1247 21.0734L17.4977 20.4227L17.4977 20.4227L17.1247 21.0734ZM16.8871 20.9102L16.4297 21.5046L16.4298 21.5046L16.8871 20.9102ZM14.7852 20.486L15.1719 21.1287L14.7852 20.486ZM19.5 10.5H18.75C18.75 10.9142 19.0858 11.25 19.5 11.25V10.5ZM4.5 10.5V11.25C4.91421 11.25 5.25 10.9142 5.25 10.5H4.5ZM17.0256 21.0139L17.4417 20.3899L17.4417 20.3899L17.0256 21.0139ZM6.9744 21.0139L6.55827 20.3899L6.55825 20.3899L6.9744 21.0139ZM19.5 13.5V12.75C19.0858 12.75 18.75 13.0858 18.75 13.5H19.5ZM4.5 13.5H5.25C5.25 13.0858 4.91421 12.75 4.5 12.75V13.5ZM3.75 19C3.75 19.6513 3.74807 20.2242 3.81198 20.6625C3.87687 21.1075 4.037 21.6238 4.54043 21.9332L5.32573 20.6552C5.39608 20.6984 5.33967 20.7437 5.29629 20.4461C5.25193 20.1419 5.25 19.7008 5.25 19H3.75ZM6.50225 20.4227C6.25554 20.5641 6.01727 20.673 5.80034 20.7161C5.59872 20.7561 5.45309 20.7334 5.32573 20.6552L4.54043 21.9332C5.60095 22.5848 6.71623 22.029 7.24829 21.724L6.50225 20.4227ZM7.57026 21.5046C7.73692 21.3764 7.98741 21.2083 8.25138 21.1183C8.50962 21.0302 8.6883 21.0445 8.82815 21.1287L9.60146 19.8434C8.9465 19.4493 8.26553 19.5286 7.76718 19.6986C7.27456 19.8666 6.87152 20.1496 6.65558 20.3158L7.57026 21.5046ZM8.82815 21.1287C9.03682 21.2542 9.24918 21.4041 9.48011 21.5717C9.70267 21.7333 9.95138 21.9181 10.1975 22.0822C10.6742 22.4002 11.293 22.75 12 22.75V21.25C11.7695 21.25 11.4728 21.1298 11.0298 20.8344C10.8161 20.6918 10.6039 20.534 10.3613 20.3578C10.127 20.1878 9.86987 20.0049 9.60146 19.8434L8.82815 21.1287ZM18.75 19C18.75 19.7008 18.7481 20.1419 18.7037 20.4461C18.6603 20.7437 18.6039 20.6984 18.6743 20.6552L19.4596 21.9332C19.963 21.6238 20.1231 21.1075 20.188 20.6625C20.2519 20.2242 20.25 19.6513 20.25 19H18.75ZM16.7517 21.724C17.2838 22.029 18.3991 22.5848 19.4596 21.9332L18.6743 20.6552C18.5469 20.7334 18.4013 20.7561 18.1997 20.7161C17.9827 20.673 17.7445 20.5641 17.4977 20.4227L16.7517 21.724ZM17.3444 20.3158C17.1285 20.1496 16.7254 19.8666 16.2328 19.6986C15.7345 19.5286 15.0535 19.4493 14.3985 19.8434L15.1719 21.1287C15.3117 21.0445 15.4904 21.0302 15.7486 21.1183C16.0126 21.2083 16.2631 21.3764 16.4297 21.5046L17.3444 20.3158ZM14.3985 19.8434C14.1301 20.0049 13.873 20.1878 13.6387 20.3578C13.3961 20.534 13.1839 20.6918 12.9702 20.8344C12.5272 21.1298 12.2305 21.25 12 21.25V22.75C12.707 22.75 13.3258 22.4002 13.8025 22.0822C14.0486 21.9181 14.2973 21.7333 14.5199 21.5717C14.7508 21.4041 14.9632 21.2542 15.1719 21.1287L14.3985 19.8434ZM12 2.25C7.44365 2.25 3.75 5.94365 3.75 10.5H5.25C5.25 6.77208 8.27208 3.75 12 3.75V2.25ZM20.25 10.5C20.25 5.94365 16.5563 2.25 12 2.25V3.75C15.7279 3.75 18.75 6.77208 18.75 10.5H20.25ZM17.4977 20.4227C17.4723 20.4081 17.4604 20.4013 17.4513 20.3959C17.4449 20.3921 17.4432 20.3909 17.4417 20.3899L16.6095 21.6378C16.6626 21.6733 16.7093 21.6997 16.7517 21.724L17.4977 20.4227ZM16.4298 21.5046C16.4916 21.5523 16.5545 21.6012 16.6095 21.6379L17.4417 20.3899C17.4456 20.3925 17.4429 20.3909 17.4245 20.3771C17.4064 20.3635 17.3824 20.345 17.3444 20.3158L16.4298 21.5046ZM7.24828 21.724C7.29074 21.6997 7.3374 21.6733 7.39055 21.6378L6.55825 20.3899C6.55685 20.3909 6.55508 20.3921 6.54865 20.3959C6.53959 20.4013 6.5277 20.4081 6.50226 20.4227L7.24828 21.724ZM6.65559 20.3158C6.61755 20.345 6.59358 20.3635 6.57551 20.3771C6.55713 20.3909 6.55437 20.3925 6.55827 20.3899L7.39053 21.6379C7.44546 21.6012 7.5083 21.5523 7.57025 21.5046L6.65559 20.3158ZM19.5 11.25H20.5V9.75H19.5V11.25ZM20.5 12.75H19.5V14.25H20.5V12.75ZM21.25 12C21.25 12.4142 20.9142 12.75 20.5 12.75V14.25C21.7426 14.25 22.75 13.2426 22.75 12H21.25ZM20.5 11.25C20.9142 11.25 21.25 11.5858 21.25 12H22.75C22.75 10.7574 21.7426 9.75 20.5 9.75V11.25ZM4.5 9.75H3.5V11.25H4.5V9.75ZM3.5 14.25H4.5V12.75H3.5V14.25ZM1.25 12C1.25 13.2426 2.25736 14.25 3.5 14.25V12.75C3.08579 12.75 2.75 12.4142 2.75 12H1.25ZM3.5 9.75C2.25736 9.75 1.25 10.7574 1.25 12H2.75C2.75 11.5858 3.08579 11.25 3.5 11.25V9.75ZM3.75 13.5V19H5.25V13.5H3.75ZM18.75 13.5V19H20.25V13.5H18.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9912 17H12.0002%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 2C20.3333 2.9 19.5 4.76 17.5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 2C3.66667 2.9 4.5 4.76 6.5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-asteroid-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.17739 12.9793L3.49456 8.58065C3.81646 7.50568 4.55249 6.61291 5.5315 6.10993L7.12731 5.29006C8.37528 4.6489 9.89325 5.10311 10.6111 6.33247L12.1043 8.88966C12.4728 9.52075 12.6571 9.8363 12.8935 9.99873C13.2261 10.2272 13.6436 10.2803 14.0199 10.142C14.2875 10.0437 14.5404 9.78383 15.0463 9.264C16.2378 8.03972 18.2215 8.24155 19.1562 9.68215L20.3273 11.4872C20.9791 12.4918 21.1687 13.7398 20.8459 14.9007L20.5037 16.1314C20.1952 17.2407 19.4479 18.1659 18.4437 18.6818L12.8309 21.5655C11.504 22.2472 9.91895 22.1195 8.71171 21.2334L3.67752 17.5386C2.27465 16.5089 1.67039 14.6724 2.17739 12.9793Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9998 14H16.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15.5L9.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10.753C8.05719 10.1652 7.58579 9.87123 7.14645 10.0538C6.70711 10.2365 6.4714 10.8243 6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.9559 2H18.2338C17.9628 2 17.8273 2 17.7012 2.01974C17.4003 2.06683 17.1242 2.19626 16.9126 2.38941C16.8239 2.47039 16.7487 2.56914 16.5984 2.76663C16.2751 3.19139 16.1134 3.40378 16.0517 3.60076C15.9024 4.07694 16.0828 4.58571 16.5138 4.90401C16.6921 5.03568 16.9627 5.13048 17.5038 5.32008L18.5185 5.67557C19.1652 5.90215 19.4886 6.01543 19.8119 5.99831C19.9487 5.99106 20.0837 5.96679 20.2128 5.92623C20.5177 5.83042 20.7639 5.61473 21.2564 5.18334L21.4013 5.05647C21.5737 4.90543 21.66 4.82991 21.7287 4.74608C21.8585 4.58767 21.9449 4.40513 21.9809 4.21269C22 4.11085 22 4.00405 22 3.79044C22 3.30232 22 3.05826 21.9242 2.86139C21.7799 2.48681 21.4442 2.19275 21.0166 2.06641C20.7918 2 20.5131 2 19.9559 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.17739 12.9793L3.49456 8.58065C3.81646 7.50568 4.55249 6.61291 5.5315 6.10993L7.12731 5.29006C8.37528 4.6489 9.89325 5.10311 10.6111 6.33247L12.1043 8.88966C12.4728 9.52075 12.6571 9.8363 12.8935 9.99873C13.2261 10.2272 13.6436 10.2803 14.0199 10.142C14.2875 10.0437 14.5404 9.78383 15.0463 9.264C16.2378 8.03972 18.2215 8.24155 19.1562 9.68215L20.3273 11.4872C20.9791 12.4918 21.1687 13.7398 20.8459 14.9007L20.5037 16.1314C20.1952 17.2407 19.4479 18.1659 18.4437 18.6818L12.8309 21.5655C11.504 22.2472 9.91895 22.1195 8.71171 21.2334L3.67752 17.5386C2.27465 16.5089 1.67039 14.6724 2.17739 12.9793Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.9998 14H16.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 15.5L9.5 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10.753C8.05719 10.1652 7.58579 9.87123 7.14645 10.0538C6.70711 10.2365 6.4714 10.8243 6 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.9559 2H18.2338C17.9628 2 17.8273 2 17.7012 2.01974C17.4003 2.06683 17.1242 2.19626 16.9126 2.38941C16.8239 2.47039 16.7487 2.56914 16.5984 2.76663C16.2751 3.19139 16.1134 3.40378 16.0517 3.60076C15.9024 4.07694 16.0828 4.58571 16.5138 4.90401C16.6921 5.03568 16.9627 5.13048 17.5038 5.32008L18.5185 5.67557C19.1652 5.90215 19.4886 6.01543 19.8119 5.99831C19.9487 5.99106 20.0837 5.96679 20.2128 5.92623C20.5177 5.83042 20.7639 5.61473 21.2564 5.18334L21.4013 5.05647C21.5737 4.90543 21.66 4.82991 21.7287 4.74608C21.8585 4.58767 21.9449 4.40513 21.9809 4.21269C22 4.11085 22 4.00405 22 3.79044C22 3.30232 22 3.05826 21.9242 2.86139C21.7799 2.48681 21.4442 2.19275 21.0166 2.06641C20.7918 2 20.5131 2 19.9559 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-asteroid-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 14.5C17 18.6421 13.6421 22 9.5 22C5.35786 22 2 18.6421 2 14.5C2 10.3579 5.35786 7 9.5 7C13.6421 7 17 10.3579 17 14.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 13L14.5 5.50003M18 2L16.5 3.5M22 6.00003L19 9M11 16L14 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 14.5C17 18.6421 13.6421 22 9.5 22C5.35786 22 2 18.6421 2 14.5C2 10.3579 5.35786 7 9.5 7C13.6421 7 17 10.3579 17 14.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 13L14.5 5.50003M18 2L16.5 3.5M22 6.00003L19 9M11 16L14 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-astronaut-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2211%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6573 18C19.6963 16.35 21 13.8273 21 11C21 6.02944 16.9706 2 12 2C7.02944 2 3 6.02944 3 11V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4998 17.5L14.1211 13.1213M17.9998 5L14.1211 8.87868%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18H5C4.05719 18 3.58579 18 3.29289 18.2929C3 18.5858 3 19.0572 3 20C3 20.9428 3 21.4142 3.29289 21.7071C3.58579 22 4.05719 22 5 22H20C20.5523 22 21 21.5523 21 21C21 19.3431 19.6569 18 18 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2211%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.6573 18C19.6963 16.35 21 13.8273 21 11C21 6.02944 16.9706 2 12 2C7.02944 2 3 6.02944 3 11V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4998 17.5L14.1211 13.1213M17.9998 5L14.1211 8.87868%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 18H5C4.05719 18 3.58579 18 3.29289 18.2929C3 18.5858 3 19.0572 3 20C3 20.9428 3 21.4142 3.29289 21.7071C3.58579 22 4.05719 22 5 22H20C20.5523 22 21 21.5523 21 21C21 19.3431 19.6569 18 18 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-astronaut-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2210%22 r%3D%227%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%2210%22 rx%3D%224%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 13C3.34315 13 2 11.6569 2 10C2 8.34315 2 7 5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 13C20.6569 13 22 11.6569 22 10C22 8.34315 22 7 19 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 7V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 21C18.5523 21 19 20.5523 19 20C19 18.3431 17.6569 17 16 17H8C6.34315 17 5 18.3431 5 20C5 20.5523 5.44772 21 6 21H18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2210%22 r%3D%227%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%2210%22 rx%3D%224%22 ry%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 13C3.34315 13 2 11.6569 2 10C2 8.34315 2 7 5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 13C20.6569 13 22 11.6569 22 10C22 8.34315 22 7 19 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.5 7V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 21C18.5523 21 19 20.5523 19 20C19 18.3431 17.6569 17 16 17H8C6.34315 17 5 18.3431 5 20C5 20.5523 5.44772 21 6 21H18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-black-hole{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 5C21.3284 5 22 4.32843 22 3.5C22 2.67157 21.3284 2 20.5 2C19.6716 2 19 2.67157 19 3.5C19 4.32843 19.6716 5 20.5 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 22C4.32843 22 5 21.3284 5 20.5C5 19.6716 4.32843 19 3.5 19C2.67157 19 2 19.6716 2 20.5C2 21.3284 2.67157 22 3.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.0385 13.0623C21.6076 12.9268 22 12.4933 22 12C22 11.5067 21.6076 11.0732 21.0385 10.9377L16.5212 9.8622C15.7198 8.17022 13.9966 7 12 7C10.0034 7 8.28021 8.17023 7.47877 9.8622L2.96152 10.9377C2.39239 11.0732 2 11.5067 2 12C2 12.4933 2.39239 12.9268 2.96152 13.0623L7.47877 14.1378C8.28021 15.8298 10.0034 17 12 17C13.9966 17 15.7198 15.8298 16.5212 14.1378L21.0385 13.0623Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9998 2.4578C14.0527 2.16035 13.045 2 11.9998 2C8.72812 2 5.82344 3.57111 3.99902 6M8.99976 21.5422C9.9468 21.8396 10.9546 22 11.9998 22C15.271 22 18.1753 20.4293 19.9998 18.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 5C21.3284 5 22 4.32843 22 3.5C22 2.67157 21.3284 2 20.5 2C19.6716 2 19 2.67157 19 3.5C19 4.32843 19.6716 5 20.5 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 22C4.32843 22 5 21.3284 5 20.5C5 19.6716 4.32843 19 3.5 19C2.67157 19 2 19.6716 2 20.5C2 21.3284 2.67157 22 3.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.0385 13.0623C21.6076 12.9268 22 12.4933 22 12C22 11.5067 21.6076 11.0732 21.0385 10.9377L16.5212 9.8622C15.7198 8.17022 13.9966 7 12 7C10.0034 7 8.28021 8.17023 7.47877 9.8622L2.96152 10.9377C2.39239 11.0732 2 11.5067 2 12C2 12.4933 2.39239 12.9268 2.96152 13.0623L7.47877 14.1378C8.28021 15.8298 10.0034 17 12 17C13.9966 17 15.7198 15.8298 16.5212 14.1378L21.0385 13.0623Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9998 2.4578C14.0527 2.16035 13.045 2 11.9998 2C8.72812 2 5.82344 3.57111 3.99902 6M8.99976 21.5422C9.9468 21.8396 10.9546 22 11.9998 22C15.271 22 18.1753 20.4293 19.9998 18.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-comet-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.05025 10.0508C1.31658 12.7845 1.31658 17.2166 4.05025 19.9503C6.78392 22.6839 11.2161 22.6839 13.9497 19.9503L17.899 16.001M12.1001 2.00098L6.5 7.60103M22 11.9L20 13.9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.1213 12.8797C12.2929 14.0512 12.2929 15.9507 11.1213 17.1223C9.94975 18.2939 8.05025 18.2939 6.87868 17.1223C5.70711 15.9507 5.70711 14.0512 6.87868 12.8797C8.05025 11.7081 9.94975 11.7081 11.1213 12.8797Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.87891 12.8795L14 5.75787M17.7576 2L16 3.75772M22 6.24338L15.3639 12.8795%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4.05025 10.0508C1.31658 12.7845 1.31658 17.2166 4.05025 19.9503C6.78392 22.6839 11.2161 22.6839 13.9497 19.9503L17.899 16.001M12.1001 2.00098L6.5 7.60103M22 11.9L20 13.9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.1213 12.8797C12.2929 14.0512 12.2929 15.9507 11.1213 17.1223C9.94975 18.2939 8.05025 18.2939 6.87868 17.1223C5.70711 15.9507 5.70711 14.0512 6.87868 12.8797C8.05025 11.7081 9.94975 11.7081 11.1213 12.8797Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.87891 12.8795L14 5.75787M17.7576 2L16 3.75772M22 6.24338L15.3639 12.8795%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-comet-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2L13.999 3.00098M9 8L12 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.4142 10.5858C22.1953 11.3668 22.1953 12.6332 21.4142 13.4142C20.6332 14.1953 19.3668 14.1953 18.5858 13.4142C17.8047 12.6332 17.8047 11.3668 18.5858 10.5858C19.3668 9.80474 20.6332 9.80474 21.4142 10.5858Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.12137 16.1641L3.0226 13.3179C3.24284 12.6223 3.74644 12.0446 4.41629 11.7192L5.50816 11.1887C6.36203 10.7738 7.40065 11.0677 7.89181 11.8632L8.91348 13.5178C9.16562 13.9262 9.29169 14.1303 9.45347 14.2355C9.68102 14.3833 9.96665 14.4176 10.2241 14.3282C10.4072 14.2646 10.5803 14.0964 10.9264 13.76C11.7417 12.9679 13.0989 13.0985 13.7384 14.0306L14.5397 15.1986C14.9857 15.8486 15.1154 16.6561 14.8945 17.4073L14.6604 18.2037C14.4494 18.9214 13.938 19.5201 13.251 19.8539L9.41063 21.7198C8.50271 22.161 7.41823 22.0783 6.59222 21.5049L3.14778 19.1142C2.18792 18.4479 1.77447 17.2596 2.12137 16.1641Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 2.00098L14 10.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2L13.999 3.00098M9 8L12 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.4142 10.5858C22.1953 11.3668 22.1953 12.6332 21.4142 13.4142C20.6332 14.1953 19.3668 14.1953 18.5858 13.4142C17.8047 12.6332 17.8047 11.3668 18.5858 10.5858C19.3668 9.80474 20.6332 9.80474 21.4142 10.5858Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.12137 16.1641L3.0226 13.3179C3.24284 12.6223 3.74644 12.0446 4.41629 11.7192L5.50816 11.1887C6.36203 10.7738 7.40065 11.0677 7.89181 11.8632L8.91348 13.5178C9.16562 13.9262 9.29169 14.1303 9.45347 14.2355C9.68102 14.3833 9.96665 14.4176 10.2241 14.3282C10.4072 14.2646 10.5803 14.0964 10.9264 13.76C11.7417 12.9679 13.0989 13.0985 13.7384 14.0306L14.5397 15.1986C14.9857 15.8486 15.1154 16.6561 14.8945 17.4073L14.6604 18.2037C14.4494 18.9214 13.938 19.5201 13.251 19.8539L9.41063 21.7198C8.50271 22.161 7.41823 22.0783 6.59222 21.5049L3.14778 19.1142C2.18792 18.4479 1.77447 17.2596 2.12137 16.1641Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 2.00098L14 10.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-constellation{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 18C21.1046 18 22 17.1046 22 16C22 14.8954 21.1046 14 20 14C18.8954 14 18 14.8954 18 16C18 17.1046 18.8954 18 20 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22C12.1046 22 13 21.1046 13 20C13 18.8954 12.1046 18 11 18C9.89543 18 9 18.8954 9 20C9 21.1046 9.89543 22 11 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 6C16.1046 6 17 5.10457 17 4C17 2.89543 16.1046 2 15 2C13.8954 2 13 2.89543 13 4C13 5.10457 13.8954 6 15 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10C5.10457 10 6 9.10457 6 8C6 6.89543 5.10457 6 4 6C2.89543 6 2 6.89543 2 8C2 9.10457 2.89543 10 4 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.2973 5.87309L12.7022 10.1268M13.1197 4.68359L5.87988 7.31625M11.7517 13.9847L11.2479 18.0152M13.789 12.8945L18.2105 15.1053M18.1717 16.8124L12.8279 19.1874%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 18C21.1046 18 22 17.1046 22 16C22 14.8954 21.1046 14 20 14C18.8954 14 18 14.8954 18 16C18 17.1046 18.8954 18 20 18Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 22C12.1046 22 13 21.1046 13 20C13 18.8954 12.1046 18 11 18C9.89543 18 9 18.8954 9 20C9 21.1046 9.89543 22 11 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 6C16.1046 6 17 5.10457 17 4C17 2.89543 16.1046 2 15 2C13.8954 2 13 2.89543 13 4C13 5.10457 13.8954 6 15 6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 10C5.10457 10 6 9.10457 6 8C6 6.89543 5.10457 6 4 6C2.89543 6 2 6.89543 2 8C2 9.10457 2.89543 10 4 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.2973 5.87309L12.7022 10.1268M13.1197 4.68359L5.87988 7.31625M11.7517 13.9847L11.2479 18.0152M13.789 12.8945L18.2105 15.1053M18.1717 16.8124L12.8279 19.1874%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-earth{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C6.47715 22 2 17.5228 2 12C2 9.20746 3.14465 6.68227 4.99037 4.86802M12 22C11.037 21.2864 11.1907 20.4555 11.6738 19.6247C12.4166 18.3474 12.4166 18.3474 12.4166 16.6444C12.4166 14.9414 13.4286 14.1429 17 14.8571C18.6047 15.1781 19.7741 12.9609 21.8573 13.693M12 22C16.9458 22 21.053 18.4096 21.8573 13.693M21.8573 13.693C21.9511 13.1427 22 12.5771 22 12C22 7.11857 18.5024 3.05405 13.8766 2.17579M13.8766 2.17579C14.3872 3.11599 14.1816 4.23551 13.1027 4.66298C11.3429 5.3603 12.6029 6.64343 11.1035 7.4356C10.1038 7.96372 8.6044 7.83152 7.10496 6.24716C6.31517 5.41264 5.83966 4.95765 4.99037 4.86802M13.8766 2.17579C13.2687 2.06039 12.6414 2 12 2C9.26969 2 6.79495 3.09421 4.99037 4.86802%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 22C6.47715 22 2 17.5228 2 12C2 9.20746 3.14465 6.68227 4.99037 4.86802M12 22C11.037 21.2864 11.1907 20.4555 11.6738 19.6247C12.4166 18.3474 12.4166 18.3474 12.4166 16.6444C12.4166 14.9414 13.4286 14.1429 17 14.8571C18.6047 15.1781 19.7741 12.9609 21.8573 13.693M12 22C16.9458 22 21.053 18.4096 21.8573 13.693M21.8573 13.693C21.9511 13.1427 22 12.5771 22 12C22 7.11857 18.5024 3.05405 13.8766 2.17579M13.8766 2.17579C14.3872 3.11599 14.1816 4.23551 13.1027 4.66298C11.3429 5.3603 12.6029 6.64343 11.1035 7.4356C10.1038 7.96372 8.6044 7.83152 7.10496 6.24716C6.31517 5.41264 5.83966 4.95765 4.99037 4.86802M13.8766 2.17579C13.2687 2.06039 12.6414 2 12 2C9.26969 2 6.79495 3.09421 4.99037 4.86802%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-falling-star{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.03658 10.8665L10.0925 12.9957C10.2364 13.2921 10.6204 13.5764 10.9444 13.6309L12.8582 13.9515C14.082 14.1571 14.37 15.0524 13.4881 15.9355L12.0003 17.4356C11.7483 17.6897 11.6103 18.1796 11.6883 18.5305L12.1142 20.3875C12.4502 21.8574 11.6763 22.426 10.3864 21.6578L8.59263 20.5871C8.26867 20.3935 7.73473 20.3935 7.40476 20.5871L5.61096 21.6578C4.3271 22.426 3.54719 21.8513 3.88315 20.3875L4.3091 18.5305C4.3871 18.1796 4.24911 17.6897 3.99714 17.4356L2.5093 15.9355C1.6334 15.0524 1.91537 14.1571 3.13923 13.9515L5.05302 13.6309C5.37099 13.5764 5.75494 13.2921 5.89893 12.9957L6.95481 10.8665C7.53075 9.71116 8.46665 9.71116 9.03658 10.8665Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 2L14 10M16 2L11 7M20 10L17 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.03658 10.8665L10.0925 12.9957C10.2364 13.2921 10.6204 13.5764 10.9444 13.6309L12.8582 13.9515C14.082 14.1571 14.37 15.0524 13.4881 15.9355L12.0003 17.4356C11.7483 17.6897 11.6103 18.1796 11.6883 18.5305L12.1142 20.3875C12.4502 21.8574 11.6763 22.426 10.3864 21.6578L8.59263 20.5871C8.26867 20.3935 7.73473 20.3935 7.40476 20.5871L5.61096 21.6578C4.3271 22.426 3.54719 21.8513 3.88315 20.3875L4.3091 18.5305C4.3871 18.1796 4.24911 17.6897 3.99714 17.4356L2.5093 15.9355C1.6334 15.0524 1.91537 14.1571 3.13923 13.9515L5.05302 13.6309C5.37099 13.5764 5.75494 13.2921 5.89893 12.9957L6.95481 10.8665C7.53075 9.71116 8.46665 9.71116 9.03658 10.8665Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 2L14 10M16 2L11 7M20 10L17 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-galaxy{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.7341 17.7341C22.2582 13.21 23.3585 6.97526 20.1916 3.80838C17.6271 1.24383 13.0506 1.4776 9 4.06186M3.80838 20.1916C6.28643 22.6697 10.6429 22.535 14.5884 20.1916M6.26587 6.26587C2.97995 9.55179 1.50022 13.7401 2.14979 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.915 7.08503C15.0148 5.18491 11.274 5.84506 8.55952 8.55952C5.84506 11.274 5.18491 15.0148 7.08503 16.915C8.98515 18.8151 12.726 18.1549 15.4405 15.4405C17.0895 13.7915 17.9803 11.7638 17.9997 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.6383 10.3617C14.2717 10.9951 14.0516 12.242 13.1468 13.1468C12.242 14.0516 10.9951 14.2717 10.3617 13.6383C9.7283 13.0049 9.94835 11.758 10.8532 10.8532C11.758 9.94835 13.0049 9.7283 13.6383 10.3617Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.7341 17.7341C22.2582 13.21 23.3585 6.97526 20.1916 3.80838C17.6271 1.24383 13.0506 1.4776 9 4.06186M3.80838 20.1916C6.28643 22.6697 10.6429 22.535 14.5884 20.1916M6.26587 6.26587C2.97995 9.55179 1.50022 13.7401 2.14979 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.915 7.08503C15.0148 5.18491 11.274 5.84506 8.55952 8.55952C5.84506 11.274 5.18491 15.0148 7.08503 16.915C8.98515 18.8151 12.726 18.1549 15.4405 15.4405C17.0895 13.7915 17.9803 11.7638 17.9997 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.6383 10.3617C14.2717 10.9951 14.0516 12.242 13.1468 13.1468C12.242 14.0516 10.9951 14.2717 10.3617 13.6383C9.7283 13.0049 9.94835 11.758 10.8532 10.8532C11.758 9.94835 13.0049 9.7283 13.6383 10.3617Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-jupiter{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16.5C9.10457 16.5 10 15.8284 10 15C10 14.1716 9.10457 13.5 8 13.5C6.89543 13.5 6 14.1716 6 15C6 15.8284 6.89543 16.5 8 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.2722 15.7522C17.6645 15.7468 14.7094 16.3604 11.5 18.5C9.91701 19.5553 8.40491 20.2626 7.10825 20.7239M21.2722 15.7522C21.7415 14.5935 22 13.3269 22 12C22 11.7639 21.9918 11.5298 21.9757 11.2978M21.2722 15.7522C19.7882 19.4158 16.1959 22 12 22C10.2231 22 8.55439 21.5365 7.10825 20.7239M21.9757 11.2978C16.9028 14.2476 14.3349 13.112 9 10C6.5627 8.57824 4.2801 8.55737 2.42713 9.09949M21.9757 11.2978C21.9128 10.39 21.7286 9.51555 21.4394 8.69054M21.4394 8.69054C20.0734 4.7941 16.363 2 12 2C9.46517 2 7.15062 2.94313 5.38812 4.49763M21.4394 8.69054C17.3788 8.69054 17.5 4.77488 12 6C8.4 6.8019 6.25875 5.16588 5.38812 4.49763M5.38812 4.49763C4.01187 5.71147 2.97222 7.29807 2.42713 9.09949M2.42713 9.09949C2.14934 10.0175 2 10.9913 2 12C2 15.7459 4.05965 19.0108 7.10825 20.7239%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16.5C9.10457 16.5 10 15.8284 10 15C10 14.1716 9.10457 13.5 8 13.5C6.89543 13.5 6 14.1716 6 15C6 15.8284 6.89543 16.5 8 16.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.2722 15.7522C17.6645 15.7468 14.7094 16.3604 11.5 18.5C9.91701 19.5553 8.40491 20.2626 7.10825 20.7239M21.2722 15.7522C21.7415 14.5935 22 13.3269 22 12C22 11.7639 21.9918 11.5298 21.9757 11.2978M21.2722 15.7522C19.7882 19.4158 16.1959 22 12 22C10.2231 22 8.55439 21.5365 7.10825 20.7239M21.9757 11.2978C16.9028 14.2476 14.3349 13.112 9 10C6.5627 8.57824 4.2801 8.55737 2.42713 9.09949M21.9757 11.2978C21.9128 10.39 21.7286 9.51555 21.4394 8.69054M21.4394 8.69054C20.0734 4.7941 16.363 2 12 2C9.46517 2 7.15062 2.94313 5.38812 4.49763M21.4394 8.69054C17.3788 8.69054 17.5 4.77488 12 6C8.4 6.8019 6.25875 5.16588 5.38812 4.49763M5.38812 4.49763C4.01187 5.71147 2.97222 7.29807 2.42713 9.09949M2.42713 9.09949C2.14934 10.0175 2 10.9913 2 12C2 15.7459 4.05965 19.0108 7.10825 20.7239%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-monster{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 11.5H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 11.5C16.5 13.433 14.4853 15 12 15C9.51472 15 7.5 13.433 7.5 11.5C7.5 9.567 9.51472 8 12 8C14.4853 8 16.5 9.567 16.5 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18C13.4846 18.3093 12.7787 18.5 12 18.5C11.2213 18.5 10.5154 18.3093 10 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4C7.30558 4 3.5 7.80558 3.5 12.5C3.5 14.5752 4.24365 16.4767 5.47899 17.9525C6.06977 18.6583 6.5 19.5115 6.5 20.4319C6.5 21.2979 7.20207 22 8.06812 22H15.9319C16.7979 22 17.5 21.2979 17.5 20.4319C17.5 19.5115 17.9302 18.6583 18.521 17.9525C19.7564 16.4767 20.5 14.5752 20.5 12.5C20.5 7.80558 16.6944 4 12 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 5C16.1667 4.1 17 2.24 19 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 5C7.83333 4.1 7 2.24 5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 11.5H12.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 11.5C16.5 13.433 14.4853 15 12 15C9.51472 15 7.5 13.433 7.5 11.5C7.5 9.567 9.51472 8 12 8C14.4853 8 16.5 9.567 16.5 11.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 18C13.4846 18.3093 12.7787 18.5 12 18.5C11.2213 18.5 10.5154 18.3093 10 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 4C7.30558 4 3.5 7.80558 3.5 12.5C3.5 14.5752 4.24365 16.4767 5.47899 17.9525C6.06977 18.6583 6.5 19.5115 6.5 20.4319C6.5 21.2979 7.20207 22 8.06812 22H15.9319C16.7979 22 17.5 21.2979 17.5 20.4319C17.5 19.5115 17.9302 18.6583 18.521 17.9525C19.7564 16.4767 20.5 14.5752 20.5 12.5C20.5 7.80558 16.6944 4 12 4Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 5C16.1667 4.1 17 2.24 19 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 5C7.83333 4.1 7 2.24 5 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-moon-landing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 12C7.46544 12 3.62948 14.9642 2.35747 19.044C1.99646 20.2019 1.81595 20.7809 2.26968 21.3904C2.7234 22 3.46112 22 4.93655 22H19.0634C20.5389 22 21.2766 22 21.7303 21.3904C22.184 20.7809 22.0035 20.2019 21.6425 19.044C20.3705 14.9642 16.5346 12 12 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9998 17H15.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C12 20.3431 10.6569 19 9 19C7.34315 19 6 20.3431 6 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12V7.5M12 7.5V5C12 3.58579 12 2.87868 12.4393 2.43934C12.8787 2 13.5858 2 15 2H17.25C18.4228 2 19.0092 2 19.4131 2.30997C19.5171 2.38977 19.6102 2.48286 19.69 2.58686C20 2.99082 20 3.57721 20 4.75C20 5.92279 20 6.50918 19.69 6.91314C19.6102 7.01714 19.5171 7.11023 19.4131 7.19003C19.0092 7.5 18.4228 7.5 17.25 7.5H12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 12C7.46544 12 3.62948 14.9642 2.35747 19.044C1.99646 20.2019 1.81595 20.7809 2.26968 21.3904C2.7234 22 3.46112 22 4.93655 22H19.0634C20.5389 22 21.2766 22 21.7303 21.3904C22.184 20.7809 22.0035 20.2019 21.6425 19.044C20.3705 14.9642 16.5346 12 12 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.9998 17H15.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C12 20.3431 10.6569 19 9 19C7.34315 19 6 20.3431 6 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12V7.5M12 7.5V5C12 3.58579 12 2.87868 12.4393 2.43934C12.8787 2 13.5858 2 15 2H17.25C18.4228 2 19.0092 2 19.4131 2.30997C19.5171 2.38977 19.6102 2.48286 19.69 2.58686C20 2.99082 20 3.57721 20 4.75C20 5.92279 20 6.50918 19.69 6.91314C19.6102 7.01714 19.5171 7.11023 19.4131 7.19003C19.0092 7.5 18.4228 7.5 17.25 7.5H12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-moon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C15.3137 22 18 17.5228 18 12C18 6.47715 15.3137 2 12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9998 7H11.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 14.5C10 15.3284 9.32843 16 8.5 16C7.67157 16 7 15.3284 7 14.5C7 13.6716 7.67157 13 8.5 13C9.32843 13 10 13.6716 10 14.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 22C15.3137 22 18 17.5228 18 12C18 6.47715 15.3137 2 12 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.9998 7H11.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 14.5C10 15.3284 9.32843 16 8.5 16C7.67157 16 7 15.3284 7 14.5C7 13.6716 7.67157 13 8.5 13C9.32843 13 10 13.6716 10 14.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-orbit-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.6461 4.52795C18.2489 4.89346 18 5.41766 18 6C18 7.10457 18.8954 8 20 8C20.3793 8 20.7339 7.89441 21.0361 7.71103C21.6139 7.36038 22 6.72527 22 6C22 4.89543 21.1046 4 20 4C19.4778 4 19.0023 4.20016 18.6461 4.52795ZM18.6461 4.52795C16.8794 2.95541 14.5513 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.6625 21.9833 11.3289 21.9506 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.6461 4.52795C18.2489 4.89346 18 5.41766 18 6C18 7.10457 18.8954 8 20 8C20.3793 8 20.7339 7.89441 21.0361 7.71103C21.6139 7.36038 22 6.72527 22 6C22 4.89543 21.1046 4 20 4C19.4778 4 19.0023 4.20016 18.6461 4.52795ZM18.6461 4.52795C16.8794 2.95541 14.5513 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 11.6625 21.9833 11.3289 21.9506 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-orbit-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 7C14 8.10457 13.1046 9 12 9C10.8954 9 10 8.10457 10 7C10 5.89543 10.8954 5 12 5C13.1046 5 14 5.89543 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.96388 16.289C2.34585 14.9892 2 13.535 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C10.5778 22 9.22492 21.7031 8 21.1679M2.96388 16.289C2.38605 16.6396 2 17.2747 2 18C2 19.1046 2.89543 20 4 20C4.52223 20 4.99771 19.7998 5.35392 19.4721C5.75112 19.1065 6 18.5823 6 18C6 16.8954 5.10457 16 4 16C3.6207 16 3.26606 16.1056 2.96388 16.289Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.3283 14.5048C15.9751 14.1908 15.5098 14 15 14C13.8954 14 13 14.8954 13 16C13 16.3067 13.069 16.5972 13.1924 16.8569M16.3283 14.5048C16.7404 14.8711 17 15.4052 17 16C17 17.1046 16.1046 18 15 18C14.2021 18 13.5133 17.5328 13.1924 16.8569M16.3283 14.5048C16.7555 13.7683 17 12.9127 17 12C17 11.0893 16.7565 10.2354 16.3311 9.5M13.1924 16.8569C12.8103 16.9504 12.4109 17 12 17C9.23858 17 7 14.7614 7 12C7 11.0893 7.24349 10.2354 7.66891 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 7C14 8.10457 13.1046 9 12 9C10.8954 9 10 8.10457 10 7C10 5.89543 10.8954 5 12 5C13.1046 5 14 5.89543 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.96388 16.289C2.34585 14.9892 2 13.535 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C10.5778 22 9.22492 21.7031 8 21.1679M2.96388 16.289C2.38605 16.6396 2 17.2747 2 18C2 19.1046 2.89543 20 4 20C4.52223 20 4.99771 19.7998 5.35392 19.4721C5.75112 19.1065 6 18.5823 6 18C6 16.8954 5.10457 16 4 16C3.6207 16 3.26606 16.1056 2.96388 16.289Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.3283 14.5048C15.9751 14.1908 15.5098 14 15 14C13.8954 14 13 14.8954 13 16C13 16.3067 13.069 16.5972 13.1924 16.8569M16.3283 14.5048C16.7404 14.8711 17 15.4052 17 16C17 17.1046 16.1046 18 15 18C14.2021 18 13.5133 17.5328 13.1924 16.8569M16.3283 14.5048C16.7555 13.7683 17 12.9127 17 12C17 11.0893 16.7565 10.2354 16.3311 9.5M13.1924 16.8569C12.8103 16.9504 12.4109 17 12 17C9.23858 17 7 14.7614 7 12C7 11.0893 7.24349 10.2354 7.66891 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-rocket-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.8013 6.48949L13.2869 5.00392C14.9596 3.3312 17.1495 2.63737 19.4671 2.52399C20.3686 2.47989 20.8193 2.45784 21.1807 2.81928C21.5422 3.18071 21.5201 3.63143 21.476 4.53289C21.3626 6.8505 20.6688 9.04042 18.9961 10.7131L17.5105 12.1987C16.2871 13.4221 15.9393 13.77 16.1961 15.097C16.4496 16.1107 16.6949 17.0923 15.9578 17.8294C15.0637 18.7235 14.2481 18.7235 13.354 17.8294L6.17058 10.646C5.27649 9.75188 5.27646 8.9363 6.17058 8.04219C6.90767 7.30509 7.88929 7.55044 8.90297 7.80389C10.23 8.06073 10.5779 7.71289 11.8013 6.48949Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9959 7H17.0049%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 21.5L7.5 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 21.5L10.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 15.5L4.5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.8013 6.48949L13.2869 5.00392C14.9596 3.3312 17.1495 2.63737 19.4671 2.52399C20.3686 2.47989 20.8193 2.45784 21.1807 2.81928C21.5422 3.18071 21.5201 3.63143 21.476 4.53289C21.3626 6.8505 20.6688 9.04042 18.9961 10.7131L17.5105 12.1987C16.2871 13.4221 15.9393 13.77 16.1961 15.097C16.4496 16.1107 16.6949 17.0923 15.9578 17.8294C15.0637 18.7235 14.2481 18.7235 13.354 17.8294L6.17058 10.646C5.27649 9.75188 5.27646 8.9363 6.17058 8.04219C6.90767 7.30509 7.88929 7.55044 8.90297 7.80389C10.23 8.06073 10.5779 7.71289 11.8013 6.48949Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9959 7H17.0049%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 21.5L7.5 16.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 21.5L10.5 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 15.5L4.5 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-rocket-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.66667 7.7143V6.41327C9.66667 4.94834 10.2781 3.68557 11.179 2.62107C11.5294 2.20702 11.7046 2 12 2C12.2954 2 12.4706 2.20702 12.821 2.62107C13.7219 3.68557 14.3333 4.94834 14.3333 6.41327V7.7143C14.3333 8.78573 14.3333 9.09036 14.9807 9.559C15.4985 9.8919 16 10.2143 16 10.8598C16 11.6429 15.6667 12 14.9358 12H9.06415C8.33333 12 8 11.6429 8 10.8598C8 10.2143 8.50146 9.8919 9.01933 9.559C9.66667 9.09036 9.66667 8.78573 9.66667 7.7143Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 22C20.8807 22 22 20.8061 22 19.3333C22 17.8606 20.8807 16.6667 19.5 16.6667C19.5 15.1939 18.3807 14 17 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 22C3.11929 22 2 20.8061 2 19.3333C2 17.8606 3.11929 16.6667 4.5 16.6667C4.5 15.1939 5.61929 14 7 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 15V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 15V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.66667 7.7143V6.41327C9.66667 4.94834 10.2781 3.68557 11.179 2.62107C11.5294 2.20702 11.7046 2 12 2C12.2954 2 12.4706 2.20702 12.821 2.62107C13.7219 3.68557 14.3333 4.94834 14.3333 6.41327V7.7143C14.3333 8.78573 14.3333 9.09036 14.9807 9.559C15.4985 9.8919 16 10.2143 16 10.8598C16 11.6429 15.6667 12 14.9358 12H9.06415C8.33333 12 8 11.6429 8 10.8598C8 10.2143 8.50146 9.8919 9.01933 9.559C9.66667 9.09036 9.66667 8.78573 9.66667 7.7143Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5 22C20.8807 22 22 20.8061 22 19.3333C22 17.8606 20.8807 16.6667 19.5 16.6667C19.5 15.1939 18.3807 14 17 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.5 22C3.11929 22 2 20.8061 2 19.3333C2 17.8606 3.11929 16.6667 4.5 16.6667C4.5 15.1939 5.61929 14 7 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 15V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 15V17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-satellite-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.3068 15.3312C16.7859 18.8521 11.1336 18.908 7.61276 15.3872C4.09192 11.8663 4.14799 6.21408 7.66883 2.69323M20.3068 15.3312C21.9837 13.6543 20.5139 9.46584 17.0241 5.97596C13.5342 2.48608 9.34571 1.01635 7.66883 2.69323M20.3068 15.3312C18.6299 17.0081 14.4414 15.5384 10.9516 12.0485M7.66883 2.69323C5.99196 4.37011 7.46169 8.55859 10.9516 12.0485M10.9516 12.0485L14 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.48804 15L4.75106 17.4884C3.3523 19.4923 2.65291 20.4942 3.17039 21.2471C3.68787 22 5.07589 22 7.85193 22H12.1481C14.9241 22 16.3121 22 16.8296 21.2471C17.301 20.5612 16.7625 19.6686 15.6053 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.3068 15.3312C16.7859 18.8521 11.1336 18.908 7.61276 15.3872C4.09192 11.8663 4.14799 6.21408 7.66883 2.69323M20.3068 15.3312C21.9837 13.6543 20.5139 9.46584 17.0241 5.97596C13.5342 2.48608 9.34571 1.01635 7.66883 2.69323M20.3068 15.3312C18.6299 17.0081 14.4414 15.5384 10.9516 12.0485M7.66883 2.69323C5.99196 4.37011 7.46169 8.55859 10.9516 12.0485M10.9516 12.0485L14 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.48804 15L4.75106 17.4884C3.3523 19.4923 2.65291 20.4942 3.17039 21.2471C3.68787 22 5.07589 22 7.85193 22H12.1481C14.9241 22 16.3121 22 16.8296 21.2471C17.301 20.5612 16.7625 19.6686 15.6053 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-satellite-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.201 7.79899C17.8024 9.40034 20.3987 9.40034 22 7.79899L16.201 2C14.5997 3.60135 14.5997 6.19764 16.201 7.79899Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 8L14.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.8322 13C15.4344 12.3978 15.7354 12.0967 15.7354 11.7226C15.7354 11.3485 15.4344 11.0474 14.8322 10.4452L13.5548 9.16781C12.9526 8.56564 12.6515 8.26456 12.2774 8.26456C11.9033 8.26456 11.6022 8.56564 11 9.16781L6.79367 13.3742C5.73544 14.4324 5.73544 16.1481 6.79367 17.2064C7.8519 18.2646 9.56763 18.2646 10.6259 17.2064L14.8322 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4688 16.8563L16.8563 15.4688C17.5104 14.8147 17.8374 14.4877 18.2438 14.4877C18.6502 14.4877 18.9773 14.8147 19.6314 15.4688L21.0189 16.8563C21.673 17.5104 22 17.8374 22 18.2438C22 18.6502 21.673 18.9773 21.0189 19.6314L19.6314 21.0189C18.9773 21.673 18.6502 22 18.2438 22C17.8374 22 17.5104 21.673 16.8563 21.0189L15.4688 19.6314C14.8147 18.9773 14.4877 18.6502 14.4877 18.2438C14.4877 17.8374 14.8147 17.5104 15.4688 16.8563Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.98112 4.36864L4.36864 2.98112C5.02273 2.32704 5.34977 2 5.75616 2C6.16256 2 6.4896 2.32704 7.14368 2.98112L8.5312 4.36864C9.18528 5.02273 9.51233 5.34977 9.51233 5.75616C9.51233 6.16256 9.18528 6.4896 8.5312 7.14368L7.14368 8.5312C6.4896 9.18528 6.16256 9.51233 5.75616 9.51233C5.34977 9.51233 5.02273 9.18528 4.36864 8.5312L2.98112 7.14368C2.32704 6.4896 2 6.16256 2 5.75616C2 5.34977 2.32704 5.02273 2.98112 4.36864Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16L14 14M9.99999 10L8 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.201 7.79899C17.8024 9.40034 20.3987 9.40034 22 7.79899L16.201 2C14.5997 3.60135 14.5997 6.19764 16.201 7.79899Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 8L14.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.8322 13C15.4344 12.3978 15.7354 12.0967 15.7354 11.7226C15.7354 11.3485 15.4344 11.0474 14.8322 10.4452L13.5548 9.16781C12.9526 8.56564 12.6515 8.26456 12.2774 8.26456C11.9033 8.26456 11.6022 8.56564 11 9.16781L6.79367 13.3742C5.73544 14.4324 5.73544 16.1481 6.79367 17.2064C7.8519 18.2646 9.56763 18.2646 10.6259 17.2064L14.8322 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.4688 16.8563L16.8563 15.4688C17.5104 14.8147 17.8374 14.4877 18.2438 14.4877C18.6502 14.4877 18.9773 14.8147 19.6314 15.4688L21.0189 16.8563C21.673 17.5104 22 17.8374 22 18.2438C22 18.6502 21.673 18.9773 21.0189 19.6314L19.6314 21.0189C18.9773 21.673 18.6502 22 18.2438 22C17.8374 22 17.5104 21.673 16.8563 21.0189L15.4688 19.6314C14.8147 18.9773 14.4877 18.6502 14.4877 18.2438C14.4877 17.8374 14.8147 17.5104 15.4688 16.8563Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.98112 4.36864L4.36864 2.98112C5.02273 2.32704 5.34977 2 5.75616 2C6.16256 2 6.4896 2.32704 7.14368 2.98112L8.5312 4.36864C9.18528 5.02273 9.51233 5.34977 9.51233 5.75616C9.51233 6.16256 9.18528 6.4896 8.5312 7.14368L7.14368 8.5312C6.4896 9.18528 6.16256 9.51233 5.75616 9.51233C5.34977 9.51233 5.02273 9.18528 4.36864 8.5312L2.98112 7.14368C2.32704 6.4896 2 6.16256 2 5.75616C2 5.34977 2.32704 5.02273 2.98112 4.36864Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 16L14 14M9.99999 10L8 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-saturn-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.63604 18.364C4.00736 16.7353 3 14.4853 3 12C3 7.02944 7.02944 3 12 3C14.4853 3 16.7353 4.00736 18.364 5.63604M20.2941 8.5C20.7487 9.57589 21 10.7586 21 12C21 16.9706 16.9706 21 12 21C10.7586 21 9.57589 20.7487 8.5 20.2941%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.8292 3.82166C18.5323 2.13953 20.7205 1.51952 21.6005 2.39804C23.1408 3.93558 20.0911 9.48095 14.7889 14.784C9.48663 20.087 3.93971 23.1395 2.39946 21.602C1.52414 20.7282 2.13121 18.56 3.79165 15.8775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.63604 18.364C4.00736 16.7353 3 14.4853 3 12C3 7.02944 7.02944 3 12 3C14.4853 3 16.7353 4.00736 18.364 5.63604M20.2941 8.5C20.7487 9.57589 21 10.7586 21 12C21 16.9706 16.9706 21 12 21C10.7586 21 9.57589 20.7487 8.5 20.2941%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.8292 3.82166C18.5323 2.13953 20.7205 1.51952 21.6005 2.39804C23.1408 3.93558 20.0911 9.48095 14.7889 14.784C9.48663 20.087 3.93971 23.1395 2.39946 21.602C1.52414 20.7282 2.13121 18.56 3.79165 15.8775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-saturn-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 8.5C22 9.88071 20.8807 11 19.5 11C18.1193 11 17 9.88071 17 8.5C17 7.11929 18.1193 6 19.5 6C20.8807 6 22 7.11929 22 8.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.63604 18.364C4.00736 16.7353 3 14.4853 3 12C3 7.02944 7.02944 3 12 3C13.6393 3 15.1762 3.43827 16.5 4.20404M8.5 20.2941C9.57589 20.7487 10.7586 21 12 21C16.9706 21 21 16.9706 21 12C21 11.5348 20.9647 11.0778 20.8966 10.6315%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.1733 6.38013C22.0683 4.52016 22.2767 3.07297 21.6005 2.39804C20.7268 1.52583 18.5637 2.1307 15.8873 3.78558M18.3049 10.8299C17.2978 12.1189 16.1137 13.459 14.7889 14.784C9.48663 20.087 3.93971 23.1395 2.39946 21.602C1.52229 20.7263 2.13378 18.5508 3.8022 15.8605%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 8.5C22 9.88071 20.8807 11 19.5 11C18.1193 11 17 9.88071 17 8.5C17 7.11929 18.1193 6 19.5 6C20.8807 6 22 7.11929 22 8.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.63604 18.364C4.00736 16.7353 3 14.4853 3 12C3 7.02944 7.02944 3 12 3C13.6393 3 15.1762 3.43827 16.5 4.20404M8.5 20.2941C9.57589 20.7487 10.7586 21 12 21C16.9706 21 21 16.9706 21 12C21 11.5348 20.9647 11.0778 20.8966 10.6315%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.1733 6.38013C22.0683 4.52016 22.2767 3.07297 21.6005 2.39804C20.7268 1.52583 18.5637 2.1307 15.8873 3.78558M18.3049 10.8299C17.2978 12.1189 16.1137 13.459 14.7889 14.784C9.48663 20.087 3.93971 23.1395 2.39946 21.602C1.52229 20.7263 2.13378 18.5508 3.8022 15.8605%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-solar-system{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.422 7.37827C11.6952 7.12609 11.8318 7 12 7C12.1682 7 12.3048 7.12609 12.578 7.37827L13.0438 7.80813C13.1873 7.94051 13.259 8.0067 13.3504 8.03505C13.4419 8.0634 13.5407 8.05006 13.7383 8.0234L14.38 7.93682C14.7564 7.88602 14.9446 7.86062 15.0807 7.95492C15.2167 8.04921 15.2496 8.22783 15.3153 8.58508L15.4272 9.19402C15.4617 9.38155 15.479 9.47531 15.5355 9.54952C15.592 9.62374 15.6802 9.66836 15.8564 9.75759L16.4289 10.0474C16.7648 10.2173 16.9327 10.3023 16.9847 10.4549C17.0366 10.6075 16.9531 10.7704 16.7862 11.0963L16.5016 11.6517C16.4139 11.8227 16.3701 11.9083 16.3701 12C16.3701 12.0917 16.4139 12.1773 16.5016 12.3483L16.7862 12.9037C16.9531 13.2296 17.0366 13.3925 16.9847 13.5451C16.9327 13.6977 16.7648 13.7827 16.4289 13.9526L15.8564 14.2424C15.6802 14.3316 15.592 14.3763 15.5355 14.4505C15.479 14.5247 15.4617 14.6185 15.4272 14.806L15.3153 15.4149C15.2496 15.7722 15.2167 15.9508 15.0807 16.0451C14.9446 16.1394 14.7564 16.114 14.38 16.0632L13.7383 15.9766C13.5407 15.9499 13.4419 15.9366 13.3504 15.965C13.259 15.9933 13.1873 16.0595 13.0438 16.1919L12.578 16.6217C12.3048 16.8739 12.1682 17 12 17C11.8318 17 11.6952 16.8739 11.422 16.6217L10.9562 16.1919C10.8127 16.0595 10.741 15.9933 10.6496 15.965C10.5581 15.9366 10.4593 15.9499 10.2617 15.9766L9.62003 16.0632C9.24358 16.114 9.05536 16.1394 8.91931 16.0451C8.78327 15.9508 8.75042 15.7722 8.68473 15.4149L8.57276 14.806C8.53828 14.6185 8.52104 14.5247 8.46452 14.4505C8.408 14.3763 8.31985 14.3316 8.14355 14.2424L7.57108 13.9526C7.23523 13.7827 7.06731 13.6977 7.01534 13.5451C6.96338 13.3925 7.04686 13.2296 7.21383 12.9037L7.49844 12.3483C7.58608 12.1773 7.62991 12.0917 7.62991 12C7.62991 11.9083 7.58608 11.8227 7.49844 11.6517L7.21383 11.0963C7.04686 10.7704 6.96338 10.6075 7.01534 10.4549C7.06731 10.3023 7.23523 10.2173 7.57108 10.0474L8.14355 9.75759C8.31985 9.66836 8.408 9.62374 8.46452 9.54952C8.52104 9.47531 8.53828 9.38155 8.57276 9.19402L8.68473 8.58508C8.75042 8.22783 8.78327 8.04921 8.91931 7.95492C9.05536 7.86062 9.24358 7.88602 9.62003 7.93682L10.2617 8.0234C10.4593 8.05006 10.5581 8.0634 10.6496 8.03505C10.741 8.0067 10.8127 7.94051 10.9562 7.80813L11.422 7.37827Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.48311 3.65819C6.11715 3.25395 5.58823 3 5 3C3.89543 3 3 3.89543 3 5C3 5.58823 3.25395 6.11715 3.65819 6.48311M6.48311 3.65819C6.80434 4.01303 7 4.48366 7 5C7 6.10457 6.10457 7 5 7C4.48366 7 4.01303 6.80434 3.65819 6.48311M6.48311 3.65819C8.0644 2.6103 9.96093 2 12 2C17.5228 2 22 6.47715 22 12C22 14.0318 21.394 15.9221 20.353 17.5M3.65819 6.48311C2.6103 8.0644 2 9.96093 2 12C2 17.5228 6.47715 22 12 22C14.0391 22 15.9356 21.3897 17.5169 20.3418M17.5169 20.3418C17.8828 20.7461 18.4118 21 19 21C20.1046 21 21 20.1046 21 19C21 17.8954 20.1046 17 19 17C17.8954 17 17 17.8954 17 19C17 19.5163 17.1957 19.987 17.5169 20.3418Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.422 7.37827C11.6952 7.12609 11.8318 7 12 7C12.1682 7 12.3048 7.12609 12.578 7.37827L13.0438 7.80813C13.1873 7.94051 13.259 8.0067 13.3504 8.03505C13.4419 8.0634 13.5407 8.05006 13.7383 8.0234L14.38 7.93682C14.7564 7.88602 14.9446 7.86062 15.0807 7.95492C15.2167 8.04921 15.2496 8.22783 15.3153 8.58508L15.4272 9.19402C15.4617 9.38155 15.479 9.47531 15.5355 9.54952C15.592 9.62374 15.6802 9.66836 15.8564 9.75759L16.4289 10.0474C16.7648 10.2173 16.9327 10.3023 16.9847 10.4549C17.0366 10.6075 16.9531 10.7704 16.7862 11.0963L16.5016 11.6517C16.4139 11.8227 16.3701 11.9083 16.3701 12C16.3701 12.0917 16.4139 12.1773 16.5016 12.3483L16.7862 12.9037C16.9531 13.2296 17.0366 13.3925 16.9847 13.5451C16.9327 13.6977 16.7648 13.7827 16.4289 13.9526L15.8564 14.2424C15.6802 14.3316 15.592 14.3763 15.5355 14.4505C15.479 14.5247 15.4617 14.6185 15.4272 14.806L15.3153 15.4149C15.2496 15.7722 15.2167 15.9508 15.0807 16.0451C14.9446 16.1394 14.7564 16.114 14.38 16.0632L13.7383 15.9766C13.5407 15.9499 13.4419 15.9366 13.3504 15.965C13.259 15.9933 13.1873 16.0595 13.0438 16.1919L12.578 16.6217C12.3048 16.8739 12.1682 17 12 17C11.8318 17 11.6952 16.8739 11.422 16.6217L10.9562 16.1919C10.8127 16.0595 10.741 15.9933 10.6496 15.965C10.5581 15.9366 10.4593 15.9499 10.2617 15.9766L9.62003 16.0632C9.24358 16.114 9.05536 16.1394 8.91931 16.0451C8.78327 15.9508 8.75042 15.7722 8.68473 15.4149L8.57276 14.806C8.53828 14.6185 8.52104 14.5247 8.46452 14.4505C8.408 14.3763 8.31985 14.3316 8.14355 14.2424L7.57108 13.9526C7.23523 13.7827 7.06731 13.6977 7.01534 13.5451C6.96338 13.3925 7.04686 13.2296 7.21383 12.9037L7.49844 12.3483C7.58608 12.1773 7.62991 12.0917 7.62991 12C7.62991 11.9083 7.58608 11.8227 7.49844 11.6517L7.21383 11.0963C7.04686 10.7704 6.96338 10.6075 7.01534 10.4549C7.06731 10.3023 7.23523 10.2173 7.57108 10.0474L8.14355 9.75759C8.31985 9.66836 8.408 9.62374 8.46452 9.54952C8.52104 9.47531 8.53828 9.38155 8.57276 9.19402L8.68473 8.58508C8.75042 8.22783 8.78327 8.04921 8.91931 7.95492C9.05536 7.86062 9.24358 7.88602 9.62003 7.93682L10.2617 8.0234C10.4593 8.05006 10.5581 8.0634 10.6496 8.03505C10.741 8.0067 10.8127 7.94051 10.9562 7.80813L11.422 7.37827Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.48311 3.65819C6.11715 3.25395 5.58823 3 5 3C3.89543 3 3 3.89543 3 5C3 5.58823 3.25395 6.11715 3.65819 6.48311M6.48311 3.65819C6.80434 4.01303 7 4.48366 7 5C7 6.10457 6.10457 7 5 7C4.48366 7 4.01303 6.80434 3.65819 6.48311M6.48311 3.65819C8.0644 2.6103 9.96093 2 12 2C17.5228 2 22 6.47715 22 12C22 14.0318 21.394 15.9221 20.353 17.5M3.65819 6.48311C2.6103 8.0644 2 9.96093 2 12C2 17.5228 6.47715 22 12 22C14.0391 22 15.9356 21.3897 17.5169 20.3418M17.5169 20.3418C17.8828 20.7461 18.4118 21 19 21C20.1046 21 21 20.1046 21 19C21 17.8954 20.1046 17 19 17C17.8954 17 17 17.8954 17 19C17 19.5163 17.1957 19.987 17.5169 20.3418Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-space-icons-spaceship{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3C9.05058 3 6.59627 5.11144 6.07743 7.8996C5.9907 8.36569 5.94733 8.59873 6.1089 8.90532C6.27048 9.2119 6.49914 9.31381 6.95646 9.51763C8.33509 10.1321 10.0897 10.5 12 10.5C13.9103 10.5 15.6649 10.1321 17.0435 9.51763C17.5009 9.31381 17.7295 9.2119 17.8911 8.90532C18.0527 8.59873 18.0093 8.36569 17.9226 7.8996C17.4037 5.11144 14.9494 3 12 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 5.5C19.989 6.28752 22 7.75946 22 9.44533C22 11.9608 17.5228 14 12 14C6.47715 14 2 11.9608 2 9.44533C2 7.75946 4.01099 6.28752 7 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 18V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 17L18 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17L6 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3C9.05058 3 6.59627 5.11144 6.07743 7.8996C5.9907 8.36569 5.94733 8.59873 6.1089 8.90532C6.27048 9.2119 6.49914 9.31381 6.95646 9.51763C8.33509 10.1321 10.0897 10.5 12 10.5C13.9103 10.5 15.6649 10.1321 17.0435 9.51763C17.5009 9.31381 17.7295 9.2119 17.8911 8.90532C18.0527 8.59873 18.0093 8.36569 17.9226 7.8996C17.4037 5.11144 14.9494 3 12 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 5.5C19.989 6.28752 22 7.75946 22 9.44533C22 11.9608 17.5228 14 12 14C6.47715 14 2 11.9608 2 9.44533C2 7.75946 4.01099 6.28752 7 5.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 18V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 17L18 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17L6 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-edit-user-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.6221 4.56564C19.8457 4.32342 19.9574 4.20232 20.0762 4.13168C20.3628 3.96123 20.7157 3.95593 21.0071 4.1177C21.1279 4.18474 21.2431 4.30244 21.4735 4.53783C21.7039 4.77322 21.8192 4.89092 21.8848 5.01428C22.0431 5.31194 22.038 5.67244 21.8711 5.96521C21.8019 6.08655 21.6834 6.20073 21.4463 6.4291L18.6252 9.14629C18.1759 9.57906 17.9512 9.79545 17.6704 9.90512C17.3896 10.0148 17.081 10.0067 16.4636 9.99057L16.3796 9.98838C16.1917 9.98346 16.0977 9.98101 16.0431 9.91901C15.9885 9.85702 15.9959 9.7613 16.0108 9.56985L16.0189 9.4659C16.0609 8.92706 16.0819 8.65765 16.1871 8.41547C16.2923 8.17328 16.4738 7.97664 16.8368 7.58335L19.6221 4.56564Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.6221 4.56564C19.8457 4.32342 19.9574 4.20232 20.0762 4.13168C20.3628 3.96123 20.7157 3.95593 21.0071 4.1177C21.1279 4.18474 21.2431 4.30244 21.4735 4.53783C21.7039 4.77322 21.8192 4.89092 21.8848 5.01428C22.0431 5.31194 22.038 5.67244 21.8711 5.96521C21.8019 6.08655 21.6834 6.20073 21.4463 6.4291L18.6252 9.14629C18.1759 9.57906 17.9512 9.79545 17.6704 9.90512C17.3896 10.0148 17.081 10.0067 16.4636 9.99057L16.3796 9.98838C16.1917 9.98346 16.0977 9.98101 16.0431 9.91901C15.9885 9.85702 15.9959 9.7613 16.0108 9.56985L16.0189 9.4659C16.0609 8.92706 16.0819 8.65765 16.1871 8.41547C16.2923 8.17328 16.4738 7.97664 16.8368 7.58335L19.6221 4.56564Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-account{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 9H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12.5H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.06107 20.0451L3.62023 20.6518L4.06107 20.0451ZM2.95491 18.9389L2.34815 19.3798L2.95491 18.9389ZM21.0451 18.9389L20.4383 18.4981L21.0451 18.9389ZM19.9389 20.0451L20.3798 20.6518L19.9389 20.0451ZM19.9389 3.95491L19.4981 4.56168L19.9389 3.95491ZM21.0451 5.06107L20.4383 5.50191L21.0451 5.06107ZM11 3.75H13V2.25H11V3.75ZM13 20.25H11V21.75H13V20.25ZM11 20.25C9.10843 20.25 7.74999 20.249 6.69804 20.135C5.66013 20.0225 5.00992 19.8074 4.50191 19.4383L3.62023 20.6518C4.42656 21.2377 5.37094 21.5 6.53648 21.6263C7.68798 21.751 9.14184 21.75 11 21.75V20.25ZM1.25 12C1.25 13.8582 1.24897 15.312 1.37373 16.4635C1.50001 17.6291 1.76232 18.5734 2.34815 19.3798L3.56168 18.4981C3.19259 17.9901 2.97745 17.3399 2.865 16.302C2.75103 15.25 2.75 13.8916 2.75 12H1.25ZM4.50191 19.4383C4.14111 19.1762 3.82382 18.8589 3.56168 18.4981L2.34815 19.3798C2.70281 19.8679 3.13209 20.2972 3.62023 20.6518L4.50191 19.4383ZM21.25 12C21.25 13.8916 21.249 15.25 21.135 16.302C21.0225 17.3399 20.8074 17.9901 20.4383 18.4981L21.6518 19.3798C22.2377 18.5734 22.5 17.6291 22.6263 16.4635C22.751 15.312 22.75 13.8582 22.75 12H21.25ZM13 21.75C14.8582 21.75 16.312 21.751 17.4635 21.6263C18.6291 21.5 19.5734 21.2377 20.3798 20.6518L19.4981 19.4383C18.9901 19.8074 18.3399 20.0225 17.302 20.135C16.25 20.249 14.8916 20.25 13 20.25V21.75ZM20.4383 18.4981C20.1762 18.8589 19.8589 19.1762 19.4981 19.4383L20.3798 20.6518C20.8679 20.2972 21.2972 19.8679 21.6518 19.3798L20.4383 18.4981ZM13 3.75C14.8916 3.75 16.25 3.75103 17.302 3.865C18.3399 3.97745 18.9901 4.19259 19.4981 4.56168L20.3798 3.34815C19.5734 2.76232 18.6291 2.50001 17.4635 2.37373C16.312 2.24897 14.8582 2.25 13 2.25V3.75ZM22.75 12C22.75 10.1418 22.751 8.68798 22.6263 7.53648C22.5 6.37094 22.2377 5.42656 21.6518 4.62023L20.4383 5.50191C20.8074 6.00992 21.0225 6.66013 21.135 7.69804C21.249 8.74999 21.25 10.1084 21.25 12H22.75ZM19.4981 4.56168C19.8589 4.82382 20.1762 5.14111 20.4383 5.50191L21.6518 4.62023C21.2972 4.13209 20.8679 3.70281 20.3798 3.34815L19.4981 4.56168ZM11 2.25C9.14184 2.25 7.68798 2.24897 6.53648 2.37373C5.37094 2.50001 4.42656 2.76232 3.62023 3.34815L4.50191 4.56168C5.00992 4.19259 5.66013 3.97745 6.69804 3.865C7.74999 3.75103 9.10843 3.75 11 3.75V2.25ZM2.75 12C2.75 10.1084 2.75103 8.74999 2.865 7.69804C2.97745 6.66013 3.19259 6.00992 3.56168 5.50191L2.34815 4.62023C1.76232 5.42656 1.50001 6.37094 1.37373 7.53648C1.24897 8.68798 1.25 10.1418 1.25 12H2.75ZM3.62023 3.34815C3.13209 3.70281 2.70281 4.13209 2.34815 4.62023L3.56168 5.50191C3.82382 5.14111 4.14111 4.82382 4.50191 4.56168L3.62023 3.34815Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5 16C6.20831 13.4189 10.7122 13.2491 12 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 9C10.5 10.1046 9.60457 11 8.5 11C7.39543 11 6.5 10.1046 6.5 9C6.5 7.89543 7.39543 7 8.5 7C9.60457 7 10.5 7.89543 10.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 9H18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 12.5H17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.06107 20.0451L3.62023 20.6518L4.06107 20.0451ZM2.95491 18.9389L2.34815 19.3798L2.95491 18.9389ZM21.0451 18.9389L20.4383 18.4981L21.0451 18.9389ZM19.9389 20.0451L20.3798 20.6518L19.9389 20.0451ZM19.9389 3.95491L19.4981 4.56168L19.9389 3.95491ZM21.0451 5.06107L20.4383 5.50191L21.0451 5.06107ZM11 3.75H13V2.25H11V3.75ZM13 20.25H11V21.75H13V20.25ZM11 20.25C9.10843 20.25 7.74999 20.249 6.69804 20.135C5.66013 20.0225 5.00992 19.8074 4.50191 19.4383L3.62023 20.6518C4.42656 21.2377 5.37094 21.5 6.53648 21.6263C7.68798 21.751 9.14184 21.75 11 21.75V20.25ZM1.25 12C1.25 13.8582 1.24897 15.312 1.37373 16.4635C1.50001 17.6291 1.76232 18.5734 2.34815 19.3798L3.56168 18.4981C3.19259 17.9901 2.97745 17.3399 2.865 16.302C2.75103 15.25 2.75 13.8916 2.75 12H1.25ZM4.50191 19.4383C4.14111 19.1762 3.82382 18.8589 3.56168 18.4981L2.34815 19.3798C2.70281 19.8679 3.13209 20.2972 3.62023 20.6518L4.50191 19.4383ZM21.25 12C21.25 13.8916 21.249 15.25 21.135 16.302C21.0225 17.3399 20.8074 17.9901 20.4383 18.4981L21.6518 19.3798C22.2377 18.5734 22.5 17.6291 22.6263 16.4635C22.751 15.312 22.75 13.8582 22.75 12H21.25ZM13 21.75C14.8582 21.75 16.312 21.751 17.4635 21.6263C18.6291 21.5 19.5734 21.2377 20.3798 20.6518L19.4981 19.4383C18.9901 19.8074 18.3399 20.0225 17.302 20.135C16.25 20.249 14.8916 20.25 13 20.25V21.75ZM20.4383 18.4981C20.1762 18.8589 19.8589 19.1762 19.4981 19.4383L20.3798 20.6518C20.8679 20.2972 21.2972 19.8679 21.6518 19.3798L20.4383 18.4981ZM13 3.75C14.8916 3.75 16.25 3.75103 17.302 3.865C18.3399 3.97745 18.9901 4.19259 19.4981 4.56168L20.3798 3.34815C19.5734 2.76232 18.6291 2.50001 17.4635 2.37373C16.312 2.24897 14.8582 2.25 13 2.25V3.75ZM22.75 12C22.75 10.1418 22.751 8.68798 22.6263 7.53648C22.5 6.37094 22.2377 5.42656 21.6518 4.62023L20.4383 5.50191C20.8074 6.00992 21.0225 6.66013 21.135 7.69804C21.249 8.74999 21.25 10.1084 21.25 12H22.75ZM19.4981 4.56168C19.8589 4.82382 20.1762 5.14111 20.4383 5.50191L21.6518 4.62023C21.2972 4.13209 20.8679 3.70281 20.3798 3.34815L19.4981 4.56168ZM11 2.25C9.14184 2.25 7.68798 2.24897 6.53648 2.37373C5.37094 2.50001 4.42656 2.76232 3.62023 3.34815L4.50191 4.56168C5.00992 4.19259 5.66013 3.97745 6.69804 3.865C7.74999 3.75103 9.10843 3.75 11 3.75V2.25ZM2.75 12C2.75 10.1084 2.75103 8.74999 2.865 7.69804C2.97745 6.66013 3.19259 6.00992 3.56168 5.50191L2.34815 4.62023C1.76232 5.42656 1.50001 6.37094 1.37373 7.53648C1.24897 8.68798 1.25 10.1418 1.25 12H2.75ZM3.62023 3.34815C3.13209 3.70281 2.70281 4.13209 2.34815 4.62023L3.56168 5.50191C3.82382 5.14111 4.14111 4.82382 4.50191 4.56168L3.62023 3.34815Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M5 16C6.20831 13.4189 10.7122 13.2491 12 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 9C10.5 10.1046 9.60457 11 8.5 11C7.39543 11 6.5 10.1046 6.5 9C6.5 7.89543 7.39543 7 8.5 7C9.60457 7 10.5 7.89543 10.5 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-add-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C7.67837 14.2307 10.1368 13.7719 12.5 14.1052C13.3575 14.2261 14.1926 14.4514 15 14.7809%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.5 22L18.5 15M15 18.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C7.67837 14.2307 10.1368 13.7719 12.5 14.1052C13.3575 14.2261 14.1926 14.4514 15 14.7809%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.5 22L18.5 15M15 18.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-add-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.5 4V9M22 6.5L17 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.5 4V9M22 6.5L17 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-arrow-left-right{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.18007 15.2964C5.92249 16.0335 2.62521 17.5386 4.63348 19.422C5.6145 20.342 6.7071 21 8.08077 21H15.9192C17.2929 21 18.3855 20.342 19.3665 19.422C21.3748 17.5386 18.0775 16.0335 16.8199 15.2964C13.8709 13.5679 10.1291 13.5679 7.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.6555 8.5L22.4031 7.79549C22.801 7.4205 23 7.233 23 7C23 6.76701 22.801 6.5795 22.4031 6.2045L21.6555 5.5M22.9794 7L19 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.34452 8.5L1.59691 7.79549C1.19897 7.4205 1 7.233 1 7C1 6.76701 1.19897 6.5795 1.59691 6.2045L2.34452 5.5M1.02059 7L5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.18007 15.2964C5.92249 16.0335 2.62521 17.5386 4.63348 19.422C5.6145 20.342 6.7071 21 8.08077 21H15.9192C17.2929 21 18.3855 20.342 19.3665 19.422C21.3748 17.5386 18.0775 16.0335 16.8199 15.2964C13.8709 13.5679 10.1291 13.5679 7.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.6555 8.5L22.4031 7.79549C22.801 7.4205 23 7.233 23 7C23 6.76701 22.801 6.5795 22.4031 6.2045L21.6555 5.5M22.9794 7L19 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.34452 8.5L1.59691 7.79549C1.19897 7.4205 1 7.233 1 7C1 6.76701 1.19897 6.5795 1.59691 6.2045L2.34452 5.5M1.02059 7L5 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-block-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C7.97679 14.053 10.8425 13.6575 13.5 14.2952%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.05 16.05L20.95 20.95M22 18.5C22 16.567 20.433 15 18.5 15C16.567 15 15 16.567 15 18.5C15 20.433 16.567 22 18.5 22C20.433 22 22 20.433 22 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C7.97679 14.053 10.8425 13.6575 13.5 14.2952%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.05 16.05L20.95 20.95M22 18.5C22 16.567 20.433 15 18.5 15C16.567 15 15 16.567 15 18.5C15 20.433 16.567 22 18.5 22C20.433 22 22 20.433 22 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-block-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.7322 8.26777L21.2662 4.73063M22 6.5C22 7.88071 20.8807 9 19.5 9C18.1193 9 17 7.88071 17 6.5C17 5.11929 18.1193 4 19.5 4C20.8807 4 22 5.11929 22 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.7322 8.26777L21.2662 4.73063M22 6.5C22 7.88071 20.8807 9 19.5 9C18.1193 9 17 7.88071 17 6.5C17 5.11929 18.1193 4 19.5 4C20.8807 4 22 5.11929 22 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.2%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-check-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 18C14 18 15 18 16 20C16 20 19.1765 15 22 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C8.75591 13.5891 12.7529 13.5096 16 15.2432%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 18C14 18 15 18 16 20C16 20 19.1765 15 22 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C8.75591 13.5891 12.7529 13.5096 16 15.2432%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-check-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 5.71429C17 5.71429 18 6.23573 18.5 7C18.5 7 20 4 22 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 5.71429C17 5.71429 18 6.23573 18.5 7C18.5 7 20 4 22 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 17C9.8317 14.5578 14.1432 14.4428 16.5 17M14.4951 9.5C14.4951 10.8807 13.3742 12 11.9915 12C10.6089 12 9.48797 10.8807 9.48797 9.5C9.48797 8.11929 10.6089 7 11.9915 7C13.3742 7 14.4951 8.11929 14.4951 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 17C9.8317 14.5578 14.1432 14.4428 16.5 17M14.4951 9.5C14.4951 10.8807 13.3742 12 11.9915 12C10.6089 12 9.48797 10.8807 9.48797 9.5C9.48797 8.11929 10.6089 7 11.9915 7C13.3742 7 14.4951 8.11929 14.4951 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-edit-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C8.12805 13.9629 11.2057 13.6118 14 14.4281%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.4332 13.8485C18.7685 13.4851 18.9362 13.3035 19.1143 13.1975C19.5442 12.9418 20.0736 12.9339 20.5107 13.1765C20.6918 13.2771 20.8646 13.4537 21.2103 13.8067C21.5559 14.1598 21.7287 14.3364 21.8272 14.5214C22.0647 14.9679 22.0569 15.5087 21.8066 15.9478C21.7029 16.1298 21.5251 16.3011 21.1694 16.6437L16.9378 20.7194C16.2638 21.3686 15.9268 21.6932 15.5056 21.8577C15.0845 22.0222 14.6214 22.0101 13.6954 21.9859L13.5694 21.9826C13.2875 21.9752 13.1466 21.9715 13.0646 21.8785C12.9827 21.7855 12.9939 21.6419 13.0162 21.3548L13.0284 21.1988C13.0914 20.3906 13.1228 19.9865 13.2807 19.6232C13.4385 19.2599 13.7107 18.965 14.2552 18.375L18.4332 13.8485Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M10.5 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C8.12805 13.9629 11.2057 13.6118 14 14.4281%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.4332 13.8485C18.7685 13.4851 18.9362 13.3035 19.1143 13.1975C19.5442 12.9418 20.0736 12.9339 20.5107 13.1765C20.6918 13.2771 20.8646 13.4537 21.2103 13.8067C21.5559 14.1598 21.7287 14.3364 21.8272 14.5214C22.0647 14.9679 22.0569 15.5087 21.8066 15.9478C21.7029 16.1298 21.5251 16.3011 21.1694 16.6437L16.9378 20.7194C16.2638 21.3686 15.9268 21.6932 15.5056 21.8577C15.0845 22.0222 14.6214 22.0101 13.6954 21.9859L13.5694 21.9826C13.2875 21.9752 13.1466 21.9715 13.0646 21.8785C12.9827 21.7855 12.9939 21.6419 13.0162 21.3548L13.0284 21.1988C13.0914 20.3906 13.1228 19.9865 13.2807 19.6232C13.4385 19.2599 13.7107 18.965 14.2552 18.375L18.4332 13.8485Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-full-view{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 5C15 6.65685 13.2418 8.5 12 8.5C10.7582 8.5 9 6.65685 9 5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.0415 9C17.5645 10.3353 18.5513 12.5969 17.6651 14.7052C17.4742 15.1594 17.0361 15.4539 16.5514 15.4539C16.0585 15.4539 15.2489 15.296 15.0917 15.9374L13.9944 20.4123C13.7656 21.3454 12.9433 22 12 22C11.0567 22 10.2344 21.3454 10.0056 20.4123L8.90833 15.9374C8.75103 15.296 7.94149 15.4539 7.44862 15.4539C6.9639 15.4539 6.52582 15.1594 6.33488 14.7052C5.44866 12.5969 6.43558 10.3353 7.95857 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 5C15 6.65685 13.2418 8.5 12 8.5C10.7582 8.5 9 6.65685 9 5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.0415 9C17.5645 10.3353 18.5513 12.5969 17.6651 14.7052C17.4742 15.1594 17.0361 15.4539 16.5514 15.4539C16.0585 15.4539 15.2489 15.296 15.0917 15.9374L13.9944 20.4123C13.7656 21.3454 12.9433 22 12 22C11.0567 22 10.2344 21.3454 10.0056 20.4123L8.90833 15.9374C8.75103 15.296 7.94149 15.4539 7.44862 15.4539C6.9639 15.4539 6.52582 15.1594 6.33488 14.7052C5.44866 12.5969 6.43558 10.3353 7.95857 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-group{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.774 18C21.5233 18 22.1193 17.5285 22.6545 16.8691C23.7499 15.5194 21.9513 14.4408 21.2654 13.9126C20.568 13.3756 19.7894 13.0714 19 13M18 11C19.3807 11 20.5 9.88071 20.5 8.5C20.5 7.11929 19.3807 6 18 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.22596 18C2.47666 18 1.88067 17.5285 1.34555 16.8691C0.250089 15.5194 2.04867 14.4408 2.73465 13.9126C3.43197 13.3756 4.21058 13.0714 5 13M5.5 11C4.11929 11 3 9.88071 3 8.5C3 7.11929 4.11929 6 5.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.0838 15.1112C7.06203 15.743 4.38299 17.0331 6.0147 18.6474C6.81178 19.436 7.69952 20 8.81563 20H15.1844C16.3005 20 17.1882 19.436 17.9853 18.6474C19.617 17.0331 16.938 15.743 15.9162 15.1112C13.5201 13.6296 10.4799 13.6296 8.0838 15.1112Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 7.5C15.5 9.433 13.933 11 12 11C10.067 11 8.5 9.433 8.5 7.5C8.5 5.567 10.067 4 12 4C13.933 4 15.5 5.567 15.5 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.774 18C21.5233 18 22.1193 17.5285 22.6545 16.8691C23.7499 15.5194 21.9513 14.4408 21.2654 13.9126C20.568 13.3756 19.7894 13.0714 19 13M18 11C19.3807 11 20.5 9.88071 20.5 8.5C20.5 7.11929 19.3807 6 18 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.22596 18C2.47666 18 1.88067 17.5285 1.34555 16.8691C0.250089 15.5194 2.04867 14.4408 2.73465 13.9126C3.43197 13.3756 4.21058 13.0714 5 13M5.5 11C4.11929 11 3 9.88071 3 8.5C3 7.11929 4.11929 6 5.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.0838 15.1112C7.06203 15.743 4.38299 17.0331 6.0147 18.6474C6.81178 19.436 7.69952 20 8.81563 20H15.1844C16.3005 20 17.1882 19.436 17.9853 18.6474C19.617 17.0331 16.938 15.743 15.9162 15.1112C13.5201 13.6296 10.4799 13.6296 8.0838 15.1112Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 7.5C15.5 9.433 13.933 11 12 11C10.067 11 8.5 9.433 8.5 7.5C8.5 5.567 10.067 4 12 4C13.933 4 15.5 5.567 15.5 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-id-verification{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.13432 2.5C6.46805 2.56075 4.9107 2.81456 3.84664 3.87493C2.91537 4.80297 2.60406 6.10756 2.5 8.2M14.8657 2.5C17.532 2.56075 19.0893 2.81456 20.1534 3.87493C21.0846 4.80297 21.3959 6.10756 21.5 8.2M14.8657 21.5C17.532 21.4392 19.0893 21.1854 20.1534 20.1251C21.0846 19.197 21.3959 17.8924 21.5 15.8M9.13432 21.5C6.46805 21.4392 4.9107 21.1854 3.84664 20.1251C2.91537 19.197 2.60406 17.8924 2.5 15.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 17C9.8317 14.5578 14.1432 14.4428 16.5 17M14.4951 9.5C14.4951 10.8807 13.3742 12 11.9915 12C10.6089 12 9.48797 10.8807 9.48797 9.5C9.48797 8.11929 10.6089 7 11.9915 7C13.3742 7 14.4951 8.11929 14.4951 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.13432 2.5C6.46805 2.56075 4.9107 2.81456 3.84664 3.87493C2.91537 4.80297 2.60406 6.10756 2.5 8.2M14.8657 2.5C17.532 2.56075 19.0893 2.81456 20.1534 3.87493C21.0846 4.80297 21.3959 6.10756 21.5 8.2M14.8657 21.5C17.532 21.4392 19.0893 21.1854 20.1534 20.1251C21.0846 19.197 21.3959 17.8924 21.5 15.8M9.13432 21.5C6.46805 21.4392 4.9107 21.1854 3.84664 20.1251C2.91537 19.197 2.60406 17.8924 2.5 15.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 17C9.8317 14.5578 14.1432 14.4428 16.5 17M14.4951 9.5C14.4951 10.8807 13.3742 12 11.9915 12C10.6089 12 9.48797 10.8807 9.48797 9.5C9.48797 8.11929 10.6089 7 11.9915 7C13.3742 7 14.4951 8.11929 14.4951 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-list{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.08069 15.2964C3.86241 16.0335 0.668175 17.5386 2.61368 19.422C3.56404 20.342 4.62251 21 5.95325 21H13.5468C14.8775 21 15.936 20.342 16.8863 19.422C18.8318 17.5386 15.6376 16.0335 14.4193 15.2964C11.5625 13.5679 7.93752 13.5679 5.08069 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 5L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8L22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11L22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.08069 15.2964C3.86241 16.0335 0.668175 17.5386 2.61368 19.422C3.56404 20.342 4.62251 21 5.95325 21H13.5468C14.8775 21 15.936 20.342 16.8863 19.422C18.8318 17.5386 15.6376 16.0335 14.4193 15.2964C11.5625 13.5679 7.93752 13.5679 5.08069 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17 5L22 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8L22 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 11L22 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-lock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453366 18.0441 4.1628 16.324 5.57757 15.4816C7.97679 14.053 10.8425 13.6575 13.5 14.2952%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.7596 16.378C15.6796 16.378 15.2171 17.1576 15.0971 17.6373C14.9771 18.117 14.9771 19.856 15.0491 20.5755C15.2891 21.475 15.8891 21.8468 16.4771 21.9667C17.0171 22.0147 19.2971 21.9967 19.9571 21.9967C20.9171 22.0147 21.6371 21.6549 21.9371 20.5755C21.9971 20.2157 22.0571 18.2369 21.9071 17.6373C21.5891 16.6778 20.866 16.378 20.266 16.378M16.7596 16.378H20.266M16.7596 16.378C16.7596 16.378 16.7582 15.5516 16.7596 15.1173C16.7609 14.7204 16.726 14.3378 16.9156 13.9876C17.626 12.5748 19.666 12.7187 20.17 14.1579C20.2573 14.3948 20.2626 14.7704 20.26 15.1173C20.2567 15.5605 20.266 16.378 20.266 16.378%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453366 18.0441 4.1628 16.324 5.57757 15.4816C7.97679 14.053 10.8425 13.6575 13.5 14.2952%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.7596 16.378C15.6796 16.378 15.2171 17.1576 15.0971 17.6373C14.9771 18.117 14.9771 19.856 15.0491 20.5755C15.2891 21.475 15.8891 21.8468 16.4771 21.9667C17.0171 22.0147 19.2971 21.9967 19.9571 21.9967C20.9171 22.0147 21.6371 21.6549 21.9371 20.5755C21.9971 20.2157 22.0571 18.2369 21.9071 17.6373C21.5891 16.6778 20.866 16.378 20.266 16.378M16.7596 16.378H20.266M16.7596 16.378C16.7596 16.378 16.7582 15.5516 16.7596 15.1173C16.7609 14.7204 16.726 14.3378 16.9156 13.9876C17.626 12.5748 19.666 12.7187 20.17 14.1579C20.2573 14.3948 20.2626 14.7704 20.26 15.1173C20.2567 15.5605 20.266 16.378 20.266 16.378%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-lock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.9062 4.61331V3.51847C20.9062 2.67984 20.2767 2 19.5 2C18.7233 2 18.0937 2.67984 18.0937 3.51847V4.61331M19.0312 9H19.9688C20.6983 9 21.0631 9 21.3392 8.84062C21.5573 8.71478 21.7359 8.52195 21.8524 8.28652C22 7.98834 22 7.59445 22 6.80665C22 6.01886 22 5.62496 21.8524 5.32679C21.7359 5.09136 21.5573 4.89853 21.3392 4.77269C21.0631 4.61331 20.6983 4.61331 19.9688 4.61331H19.0312C18.3017 4.61331 17.9369 4.61331 17.6608 4.77269C17.4427 4.89853 17.2641 5.09136 17.1476 5.32679C17 5.62496 17 6.01886 17 6.80665C17 7.59445 17 7.98834 17.1476 8.28652C17.2641 8.52195 17.4427 8.71478 17.6608 8.84062C17.9369 9 18.3017 9 19.0312 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.28571%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.9062 4.61331V3.51847C20.9062 2.67984 20.2767 2 19.5 2C18.7233 2 18.0937 2.67984 18.0937 3.51847V4.61331M19.0312 9H19.9688C20.6983 9 21.0631 9 21.3392 8.84062C21.5573 8.71478 21.7359 8.52195 21.8524 8.28652C22 7.98834 22 7.59445 22 6.80665C22 6.01886 22 5.62496 21.8524 5.32679C21.7359 5.09136 21.5573 4.89853 21.3392 4.77269C21.0631 4.61331 20.6983 4.61331 19.9688 4.61331H19.0312C18.3017 4.61331 17.9369 4.61331 17.6608 4.77269C17.4427 4.89853 17.2641 5.09136 17.1476 5.32679C17 5.62496 17 6.01886 17 6.80665C17 7.59445 17 7.98834 17.1476 8.28652C17.2641 8.52195 17.4427 8.71478 17.6608 8.84062C17.9369 9 18.3017 9 19.0312 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.28571%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-love-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C7.53058 14.3187 9.7927 13.8404 12 14.0466%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.015 15.3866C16.0876 14.7469 17.0238 15.0047 17.5863 15.4153C17.8169 15.5837 17.9322 15.6679 18 15.6679C18.0678 15.6679 18.1831 15.5837 18.4137 15.4153C18.9762 15.0047 19.9124 14.7469 20.985 15.3866C22.3928 16.2261 22.7113 18.9958 19.4642 21.3324C18.8457 21.7775 18.5365 22 18 22C17.4635 22 17.1543 21.7775 16.5358 21.3324C13.2887 18.9958 13.6072 16.2261 15.015 15.3866Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C7.53058 14.3187 9.7927 13.8404 12 14.0466%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.015 15.3866C16.0876 14.7469 17.0238 15.0047 17.5863 15.4153C17.8169 15.5837 17.9322 15.6679 18 15.6679C18.0678 15.6679 18.1831 15.5837 18.4137 15.4153C18.9762 15.0047 19.9124 14.7469 20.985 15.3866C22.3928 16.2261 22.7113 18.9958 19.4642 21.3324C18.8457 21.7775 18.5365 22 18 22C17.4635 22 17.1543 21.7775 16.5358 21.3324C13.2887 18.9958 13.6072 16.2261 15.015 15.3866Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-love-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.7612 3.27615C17.5657 2.81923 18.2679 3.00336 18.6897 3.29667C18.8626 3.41693 18.9491 3.47706 19 3.47706C19.0509 3.47706 19.1374 3.41693 19.3103 3.29667C19.7321 3.00336 20.4343 2.81923 21.2388 3.27615C22.2946 3.87582 22.5335 5.85413 20.0981 7.52315C19.6343 7.84105 19.4024 8 19 8C18.5976 8 18.3657 7.84105 17.9019 7.52315C15.4665 5.85413 15.7054 3.87582 16.7612 3.27615Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.7612 3.27615C17.5657 2.81923 18.2679 3.00336 18.6897 3.29667C18.8626 3.41693 18.9491 3.47706 19 3.47706C19.0509 3.47706 19.1374 3.41693 19.3103 3.29667C19.7321 3.00336 20.4343 2.81923 21.2388 3.27615C22.2946 3.87582 22.5335 5.85413 20.0981 7.52315C19.6343 7.84105 19.4024 8 19 8C18.5976 8 18.3657 7.84105 17.9019 7.52315C15.4665 5.85413 15.7054 3.87582 16.7612 3.27615Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-minus-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C7.67837 14.2307 10.1368 13.7719 12.5 14.1052C13.3575 14.2261 14.1926 14.4514 15 14.7809%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 18.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C7.67837 14.2307 10.1368 13.7719 12.5 14.1052C13.3575 14.2261 14.1926 14.4514 15 14.7809%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15 18.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-minus-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 6.5L17 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 6.5L17 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-multiple{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.6161 20H19.1063C20.2561 20 21.1707 19.4761 21.9919 18.7436C24.078 16.8826 19.1741 15 17.5 15M15.5 5.06877C15.7271 5.02373 15.9629 5 16.2048 5C18.0247 5 19.5 6.34315 19.5 8C19.5 9.65685 18.0247 11 16.2048 11C15.9629 11 15.7271 10.9763 15.5 10.9312%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.48131 16.1112C3.30234 16.743 0.211137 18.0331 2.09388 19.6474C3.01359 20.436 4.03791 21 5.32572 21H12.6743C13.9621 21 14.9864 20.436 15.9061 19.6474C17.7889 18.0331 14.6977 16.743 13.5187 16.1112C10.754 14.6296 7.24599 14.6296 4.48131 16.1112Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 7.5C13 9.70914 11.2091 11.5 9 11.5C6.79086 11.5 5 9.70914 5 7.5C5 5.29086 6.79086 3.5 9 3.5C11.2091 3.5 13 5.29086 13 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.6161 20H19.1063C20.2561 20 21.1707 19.4761 21.9919 18.7436C24.078 16.8826 19.1741 15 17.5 15M15.5 5.06877C15.7271 5.02373 15.9629 5 16.2048 5C18.0247 5 19.5 6.34315 19.5 8C19.5 9.65685 18.0247 11 16.2048 11C15.9629 11 15.7271 10.9763 15.5 10.9312%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.48131 16.1112C3.30234 16.743 0.211137 18.0331 2.09388 19.6474C3.01359 20.436 4.03791 21 5.32572 21H12.6743C13.9621 21 14.9864 20.436 15.9061 19.6474C17.7889 18.0331 14.6977 16.743 13.5187 16.1112C10.754 14.6296 7.24599 14.6296 4.48131 16.1112Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M13 7.5C13 9.70914 11.2091 11.5 9 11.5C6.79086 11.5 5 9.70914 5 7.5C5 5.29086 6.79086 3.5 9 3.5C11.2091 3.5 13 5.29086 13 7.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-question-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 15.8462C17 14.8266 17.8954 14 19 14C20.1046 14 21 14.8266 21 15.8462C21 16.2137 20.8837 16.5561 20.6831 16.8438C20.0854 17.7012 19 18.5189 19 19.5385V20M18.9902 22H18.9992%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C8.12805 13.9629 11.2057 13.6118 14 14.4281%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 15.8462C17 14.8266 17.8954 14 19 14C20.1046 14 21 14.8266 21 15.8462C21 16.2137 20.8837 16.5561 20.6831 16.8438C20.0854 17.7012 19 18.5189 19 19.5385V20M18.9902 22H18.9992%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C8.12805 13.9629 11.2057 13.6118 14 14.4281%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-question-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.18007 15.2964C4.92249 16.0335 1.62521 17.5386 3.63348 19.422C4.6145 20.342 5.7071 21 7.08077 21H14.9192C16.2929 21 17.3855 20.342 18.3665 19.422C20.3748 17.5386 17.0775 16.0335 15.8199 15.2964C12.8709 13.5679 9.12906 13.5679 6.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7C15 9.20914 13.2091 11 11 11C8.79086 11 7 9.20914 7 7C7 4.79086 8.79086 3 11 3C13.2091 3 15 4.79086 15 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 5.53846C18 4.68879 18.6716 4 19.5 4C20.3284 4 21 4.68879 21 5.53846C21 5.84473 20.9127 6.1301 20.7623 6.36984C20.3141 7.08436 19.5 7.76572 19.5 8.61538V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.4998 11H19.5088%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.18007 15.2964C4.92249 16.0335 1.62521 17.5386 3.63348 19.422C4.6145 20.342 5.7071 21 7.08077 21H14.9192C16.2929 21 17.3855 20.342 18.3665 19.422C20.3748 17.5386 17.0775 16.0335 15.8199 15.2964C12.8709 13.5679 9.12906 13.5679 6.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7C15 9.20914 13.2091 11 11 11C8.79086 11 7 9.20914 7 7C7 4.79086 8.79086 3 11 3C13.2091 3 15 4.79086 15 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 5.53846C18 4.68879 18.6716 4 19.5 4C20.3284 4 21 4.68879 21 5.53846C21 5.84473 20.9127 6.1301 20.7623 6.36984C20.3141 7.08436 19.5 7.76572 19.5 8.61538V9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.4998 11H19.5088%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-remove-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C7.97679 14.053 10.8425 13.6575 13.5 14.2952%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 22L19 19M19 19L22 16M19 19L16 16M19 19L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C7.97679 14.053 10.8425 13.6575 13.5 14.2952%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 22L19 19M19 19L22 16M19 19L16 16M19 19L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-remove-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 4.5L19.5 7M19.5 7L17 9.5M19.5 7L22 9.5M19.5 7L17 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M22 4.5L19.5 7M19.5 7L17 9.5M19.5 7L22 9.5M19.5 7L17 4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-search-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453366 18.0441 4.1628 16.324 5.57757 15.4816C7.53058 14.3187 9.7927 13.8404 12 14.0466%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.4 20.4L22 22M21.2 17.6C21.2 15.6118 19.5882 14 17.6 14C15.6118 14 14 15.6118 14 17.6C14 19.5882 15.6118 21.2 17.6 21.2C19.5882 21.2 21.2 19.5882 21.2 17.6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453366 18.0441 4.1628 16.324 5.57757 15.4816C7.53058 14.3187 9.7927 13.8404 12 14.0466%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.4 20.4L22 22M21.2 17.6C21.2 15.6118 19.5882 14 17.6 14C15.6118 14 14 15.6118 14 17.6C14 19.5882 15.6118 21.2 17.6 21.2C19.5882 21.2 21.2 19.5882 21.2 17.6Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-search-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.17909 15.2964C3.92152 16.0335 0.624236 17.5386 2.6325 19.422C3.61352 20.342 4.70613 21 6.0798 21H13.9183C15.2919 21 16.3845 20.342 17.3655 19.422C19.3738 17.5386 16.0765 16.0335 14.819 15.2964C11.87 13.5679 8.12808 13.5679 5.17909 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.999 7C13.999 9.20914 12.2082 11 9.99902 11C7.78988 11 5.99902 9.20914 5.99902 7C5.99902 4.79086 7.78988 3 9.99902 3C12.2082 3 13.999 4.79086 13.999 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.8 7.8L22 9M21.4 5.7C21.4 4.20882 20.1912 3 18.7 3C17.2088 3 16 4.20882 16 5.7C16 7.19118 17.2088 8.4 18.7 8.4C20.1912 8.4 21.4 7.19118 21.4 5.7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.17909 15.2964C3.92152 16.0335 0.624236 17.5386 2.6325 19.422C3.61352 20.342 4.70613 21 6.0798 21H13.9183C15.2919 21 16.3845 20.342 17.3655 19.422C19.3738 17.5386 16.0765 16.0335 14.819 15.2964C11.87 13.5679 8.12808 13.5679 5.17909 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.999 7C13.999 9.20914 12.2082 11 9.99902 11C7.78988 11 5.99902 9.20914 5.99902 7C5.99902 4.79086 7.78988 3 9.99902 3C12.2082 3 13.999 4.79086 13.999 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20.8 7.8L22 9M21.4 5.7C21.4 4.20882 20.1912 3 18.7 3C17.2088 3 16 4.20882 16 5.7C16 7.19118 17.2088 8.4 18.7 8.4C20.1912 8.4 21.4 7.19118 21.4 5.7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-settings-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 14.0116C9.45338 13.9164 7.38334 14.4064 5.57757 15.4816C4.1628 16.324 0.453365 18.0441 2.71266 20.1966C3.81631 21.248 5.04549 22 6.59087 22H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 20.7143V22M18 20.7143C16.8432 20.7143 15.8241 20.1461 15.2263 19.2833M18 20.7143C19.1568 20.7143 20.1759 20.1461 20.7737 19.2833M18 14.2857C19.1569 14.2857 20.1761 14.854 20.7738 15.7169M18 14.2857C16.8431 14.2857 15.8239 14.854 15.2262 15.7169M18 14.2857V13M22 14.9286L20.7738 15.7169M14.0004 20.0714L15.2263 19.2833M14 14.9286L15.2262 15.7169M21.9996 20.0714L20.7737 19.2833M20.7738 15.7169C21.1273 16.2271 21.3333 16.8403 21.3333 17.5C21.3333 18.1597 21.1272 18.773 20.7737 19.2833M15.2262 15.7169C14.8727 16.2271 14.6667 16.8403 14.6667 17.5C14.6667 18.1597 14.8728 18.773 15.2263 19.2833%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.5 14.0116C9.45338 13.9164 7.38334 14.4064 5.57757 15.4816C4.1628 16.324 0.453365 18.0441 2.71266 20.1966C3.81631 21.248 5.04549 22 6.59087 22H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 20.7143V22M18 20.7143C16.8432 20.7143 15.8241 20.1461 15.2263 19.2833M18 20.7143C19.1568 20.7143 20.1759 20.1461 20.7737 19.2833M18 14.2857C19.1569 14.2857 20.1761 14.854 20.7738 15.7169M18 14.2857C16.8431 14.2857 15.8239 14.854 15.2262 15.7169M18 14.2857V13M22 14.9286L20.7738 15.7169M14.0004 20.0714L15.2263 19.2833M14 14.9286L15.2262 15.7169M21.9996 20.0714L20.7737 19.2833M20.7738 15.7169C21.1273 16.2271 21.3333 16.8403 21.3333 17.5C21.3333 18.1597 21.1272 18.773 20.7737 19.2833M15.2262 15.7169C14.8727 16.2271 14.6667 16.8403 14.6667 17.5C14.6667 18.1597 14.8728 18.773 15.2263 19.2833%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-settings-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.5 7.14286V8M19.5 7.14286C18.777 7.14286 18.14 6.76405 17.7664 6.18888M19.5 7.14286C20.223 7.14286 20.86 6.76405 21.2336 6.18888M19.5 2.85714C20.223 2.85714 20.8601 3.236 21.2336 3.81125M19.5 2.85714C18.777 2.85714 18.1399 3.236 17.7664 3.81125M19.5 2.85714V2M22 3.28571L21.2336 3.81125M17.0003 6.71429L17.7664 6.18888M17 3.28571L17.7664 3.81125M21.9997 6.71429L21.2336 6.18888M21.2336 3.81125C21.4545 4.15141 21.5833 4.56023 21.5833 5C21.5833 5.43982 21.4545 5.84869 21.2336 6.18888M17.7664 3.81125C17.5455 4.15141 17.4167 4.56023 17.4167 5C17.4167 5.43982 17.5455 5.84869 17.7664 6.18888%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.5 7.14286V8M19.5 7.14286C18.777 7.14286 18.14 6.76405 17.7664 6.18888M19.5 7.14286C20.223 7.14286 20.86 6.76405 21.2336 6.18888M19.5 2.85714C20.223 2.85714 20.8601 3.236 21.2336 3.81125M19.5 2.85714C18.777 2.85714 18.1399 3.236 17.7664 3.81125M19.5 2.85714V2M22 3.28571L21.2336 3.81125M17.0003 6.71429L17.7664 6.18888M17 3.28571L17.7664 3.81125M21.9997 6.71429L21.2336 6.18888M21.2336 3.81125C21.4545 4.15141 21.5833 4.56023 21.5833 5C21.5833 5.43982 21.4545 5.84869 21.2336 6.18888M17.7664 3.81125C17.5455 4.15141 17.4167 4.56023 17.4167 5C17.4167 5.43982 17.5455 5.84869 17.7664 6.18888%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-sharing{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.78256 17.1112C6.68218 17.743 3.79706 19.0331 5.55429 20.6474C6.41269 21.436 7.36872 22 8.57068 22H15.4293C16.6313 22 17.5873 21.436 18.4457 20.6474C20.2029 19.0331 17.3178 17.743 16.2174 17.1112C13.6371 15.6296 10.3629 15.6296 7.78256 17.1112Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 10C15.5 11.933 13.933 13.5 12 13.5C10.067 13.5 8.5 11.933 8.5 10C8.5 8.067 10.067 6.5 12 6.5C13.933 6.5 15.5 8.067 15.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.854 16C2.30501 14.7664 2 13.401 2 11.9646C2 6.46129 6.47715 2 12 2C17.5228 2 22 6.46129 22 11.9646C22 13.401 21.695 14.7664 21.146 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.78256 17.1112C6.68218 17.743 3.79706 19.0331 5.55429 20.6474C6.41269 21.436 7.36872 22 8.57068 22H15.4293C16.6313 22 17.5873 21.436 18.4457 20.6474C20.2029 19.0331 17.3178 17.743 16.2174 17.1112C13.6371 15.6296 10.3629 15.6296 7.78256 17.1112Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 10C15.5 11.933 13.933 13.5 12 13.5C10.067 13.5 8.5 11.933 8.5 10C8.5 8.067 10.067 6.5 12 6.5C13.933 6.5 15.5 8.067 15.5 10Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.854 16C2.30501 14.7664 2 13.401 2 11.9646C2 6.46129 6.47715 2 12 2C17.5228 2 22 6.46129 22 11.9646C22 13.401 21.695 14.7664 21.146 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-shield-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 14.0466C9.7927 13.8404 7.53058 14.3187 5.57757 15.4816C4.1628 16.324 0.453365 18.0441 2.71266 20.1966C3.81631 21.248 5.04549 22 6.59087 22H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.9992 14C16.7328 14 15.9117 14.8076 14.9405 15.102C14.5456 15.2217 14.3482 15.2815 14.2683 15.3659C14.1884 15.4502 14.165 15.5735 14.1182 15.8201C13.6174 18.4584 14.712 20.8976 17.3222 21.847C17.6027 21.949 17.7429 22 18.0006 22C18.2583 22 18.3986 21.949 18.679 21.847C21.2891 20.8976 22.3826 18.4584 21.8817 15.8201C21.8349 15.5735 21.8114 15.4502 21.7315 15.3658C21.6516 15.2814 21.4542 15.2216 21.0593 15.102C20.0878 14.8077 19.2657 14 17.9992 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 14.0466C9.7927 13.8404 7.53058 14.3187 5.57757 15.4816C4.1628 16.324 0.453365 18.0441 2.71266 20.1966C3.81631 21.248 5.04549 22 6.59087 22H13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.9992 14C16.7328 14 15.9117 14.8076 14.9405 15.102C14.5456 15.2217 14.3482 15.2815 14.2683 15.3659C14.1884 15.4502 14.165 15.5735 14.1182 15.8201C13.6174 18.4584 14.712 20.8976 17.3222 21.847C17.6027 21.949 17.7429 22 18.0006 22C18.2583 22 18.3986 21.949 18.679 21.847C21.2891 20.8976 22.3826 18.4584 21.8817 15.8201C21.8349 15.5735 21.8114 15.4502 21.7315 15.3658C21.6516 15.2814 21.4542 15.2216 21.0593 15.102C20.0878 14.8077 19.2657 14 17.9992 14Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-shield-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.9994 3C18.0496 3 17.4337 3.6057 16.7054 3.82647C16.4092 3.91624 16.2611 3.96112 16.2012 4.02439C16.1413 4.08767 16.1237 4.18012 16.0886 4.36504C15.7131 6.3438 16.534 8.17319 18.4917 8.88524C18.702 8.96175 18.8072 9 19.0005 9C19.1937 9 19.2989 8.96174 19.5092 8.88524C21.4668 8.17318 22.2869 6.34379 21.9113 4.36504C21.8761 4.18009 21.8586 4.08762 21.7986 4.02435C21.7387 3.96107 21.5906 3.91621 21.2945 3.8265C20.5659 3.60574 19.9493 3 18.9994 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.9994 3C18.0496 3 17.4337 3.6057 16.7054 3.82647C16.4092 3.91624 16.2611 3.96112 16.2012 4.02439C16.1413 4.08767 16.1237 4.18012 16.0886 4.36504C15.7131 6.3438 16.534 8.17319 18.4917 8.88524C18.702 8.96175 18.8072 9 19.0005 9C19.1937 9 19.2989 8.96174 19.5092 8.88524C21.4668 8.17318 22.2869 6.34379 21.9113 4.36504C21.8761 4.18009 21.8586 4.08762 21.7986 4.02435C21.7387 3.96107 21.5906 3.91621 21.2945 3.8265C20.5659 3.60574 19.9493 3 18.9994 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 17C9.8317 14.5578 14.1432 14.4428 16.5 17M14.4951 9.5C14.4951 10.8807 13.3742 12 11.9915 12C10.6089 12 9.48797 10.8807 9.48797 9.5C9.48797 8.11929 10.6089 7 11.9915 7C13.3742 7 14.4951 8.11929 14.4951 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7.5 17C9.8317 14.5578 14.1432 14.4428 16.5 17M14.4951 9.5C14.4951 10.8807 13.3742 12 11.9915 12C10.6089 12 9.48797 10.8807 9.48797 9.5C9.48797 8.11929 10.6089 7 11.9915 7C13.3742 7 14.4951 8.11929 14.4951 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-star-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C7.827 14.1422 10.4865 13.7109 13 14.1878%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.6911 14.5777L19.395 15.9972C19.491 16.1947 19.7469 16.3843 19.9629 16.4206L21.2388 16.6343C22.0547 16.7714 22.2467 17.3682 21.6587 17.957L20.6668 18.9571C20.4989 19.1265 20.4069 19.4531 20.4589 19.687L20.7428 20.925C20.9668 21.9049 20.4509 22.284 19.591 21.7718L18.3951 21.0581C18.1791 20.929 17.8232 20.929 17.6032 21.0581L16.4073 21.7718C15.5514 22.284 15.0315 21.9009 15.2554 20.925L15.5394 19.687C15.5914 19.4531 15.4994 19.1265 15.3314 18.9571L14.3395 17.957C13.7556 17.3682 13.9436 16.7714 14.7595 16.6343L16.0353 16.4206C16.2473 16.3843 16.5033 16.1947 16.5993 15.9972L17.3032 14.5777C17.6872 13.8074 18.3111 13.8074 18.6911 14.5777Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C7.827 14.1422 10.4865 13.7109 13 14.1878%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2C13.4853 2 15.5 4.01472 15.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.6911 14.5777L19.395 15.9972C19.491 16.1947 19.7469 16.3843 19.9629 16.4206L21.2388 16.6343C22.0547 16.7714 22.2467 17.3682 21.6587 17.957L20.6668 18.9571C20.4989 19.1265 20.4069 19.4531 20.4589 19.687L20.7428 20.925C20.9668 21.9049 20.4509 22.284 19.591 21.7718L18.3951 21.0581C18.1791 20.929 17.8232 20.929 17.6032 21.0581L16.4073 21.7718C15.5514 22.284 15.0315 21.9009 15.2554 20.925L15.5394 19.687C15.5914 19.4531 15.4994 19.1265 15.3314 18.9571L14.3395 17.957C13.7556 17.3682 13.9436 16.7714 14.7595 16.6343L16.0353 16.4206C16.2473 16.3843 16.5033 16.1947 16.5993 15.9972L17.3032 14.5777C17.6872 13.8074 18.3111 13.8074 18.6911 14.5777Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-star-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.5183 3.43325L20.0462 4.49786C20.1182 4.64606 20.3102 4.78821 20.4722 4.81543L21.4291 4.97573C22.041 5.07856 22.185 5.52618 21.744 5.96775L21.0001 6.71781C20.8741 6.84484 20.8051 7.08982 20.8441 7.26524L21.0571 8.19375C21.2251 8.92869 20.8381 9.21299 20.1932 8.82889L19.2963 8.29356C19.1343 8.19677 18.8674 8.19677 18.7024 8.29356L17.8055 8.82889C17.1636 9.21299 16.7736 8.92567 16.9416 8.19375L17.1546 7.26524C17.1935 7.08982 17.1246 6.84484 16.9986 6.71781L16.2547 5.96775C15.8167 5.52618 15.9577 5.07856 16.5696 4.97573L17.5265 4.81543C17.6855 4.78821 17.8775 4.64606 17.9495 4.49786L18.4774 3.43325C18.7654 2.85558 19.2333 2.85558 19.5183 3.43325Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.5183 3.43325L20.0462 4.49786C20.1182 4.64606 20.3102 4.78821 20.4722 4.81543L21.4291 4.97573C22.041 5.07856 22.185 5.52618 21.744 5.96775L21.0001 6.71781C20.8741 6.84484 20.8051 7.08982 20.8441 7.26524L21.0571 8.19375C21.2251 8.92869 20.8381 9.21299 20.1932 8.82889L19.2963 8.29356C19.1343 8.19677 18.8674 8.19677 18.7024 8.29356L17.8055 8.82889C17.1636 9.21299 16.7736 8.92567 16.9416 8.19375L17.1546 7.26524C17.1935 7.08982 17.1246 6.84484 16.9986 6.71781L16.2547 5.96775C15.8167 5.52618 15.9577 5.07856 16.5696 4.97573L17.5265 4.81543C17.6855 4.78821 17.8775 4.64606 17.9495 4.49786L18.4774 3.43325C18.7654 2.85558 19.2333 2.85558 19.5183 3.43325Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-status{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 21.9506C12.6711 21.9833 12.3375 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 12.3375 21.9833 12.6711 21.9506 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 17C8.90247 15.5311 11.0212 14.9041 13 15.1941M14.4951 9.5C14.4951 10.8807 13.3742 12 11.9915 12C10.6089 12 9.48797 10.8807 9.48797 9.5C9.48797 8.11929 10.6089 7 11.9915 7C13.3742 7 14.4951 8.11929 14.4951 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2218.5%22 cy%3D%2218.5%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13 21.9506C12.6711 21.9833 12.3375 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 12.3375 21.9833 12.6711 21.9506 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.5 17C8.90247 15.5311 11.0212 14.9041 13 15.1941M14.4951 9.5C14.4951 10.8807 13.3742 12 11.9915 12C10.6089 12 9.48797 10.8807 9.48797 9.5C9.48797 8.11929 10.6089 7 11.9915 7C13.3742 7 14.4951 8.11929 14.4951 9.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2218.5%22 cy%3D%2218.5%22 r%3D%223.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-story{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C17.5237 2 22 6.47778 22 12C22 17.5222 17.5237 22 12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21.5C7.81163 21.0953 6.69532 20.5107 5.72302 19.7462M5.72302 4.25385C6.69532 3.50059 7.81163 2.90473 9 2.5M2 10.2461C2.21607 9.08813 2.66019 7.96386 3.29638 6.94078M2 13.7539C2.21607 14.9119 2.66019 16.0361 3.29638 17.0592%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16.5C10.0726 14.302 13.9051 14.1986 16 16.5M14.2179 9.75C14.2179 10.9926 13.2215 12 11.9925 12C10.7634 12 9.76708 10.9926 9.76708 9.75C9.76708 8.50736 10.7634 7.5 11.9925 7.5C13.2215 7.5 14.2179 8.50736 14.2179 9.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C17.5237 2 22 6.47778 22 12C22 17.5222 17.5237 22 12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 21.5C7.81163 21.0953 6.69532 20.5107 5.72302 19.7462M5.72302 4.25385C6.69532 3.50059 7.81163 2.90473 9 2.5M2 10.2461C2.21607 9.08813 2.66019 7.96386 3.29638 6.94078M2 13.7539C2.21607 14.9119 2.66019 16.0361 3.29638 17.0592%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 16.5C10.0726 14.302 13.9051 14.1986 16 16.5M14.2179 9.75C14.2179 10.9926 13.2215 12 11.9925 12C10.7634 12 9.76708 10.9926 9.76708 9.75C9.76708 8.50736 10.7634 7.5 11.9925 7.5C13.2215 7.5 14.2179 8.50736 14.2179 9.75Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-switch{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.78879 9.03708C3.0814 9.42 1.22668 10.2019 2.35633 11.1803C2.90815 11.6582 3.52275 12 4.29543 12H8.70457C9.47725 12 10.0918 11.6582 10.6437 11.1803C11.7733 10.2019 9.9186 9.42 9.21121 9.03708C7.55241 8.13915 5.44759 8.13915 3.78879 9.03708Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.75 4.27273C8.75 5.52792 7.74264 6.54545 6.5 6.54545C5.25736 6.54545 4.25 5.52792 4.25 4.27273C4.25 3.01753 5.25736 2 6.5 2C7.74264 2 8.75 3.01753 8.75 4.27273Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 15C4 18.3171 6.68286 21 10 21L9.14286 19.2857%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 9C20 5.68286 17.3171 3 14 3L14.8571 4.71429%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.7888 19.0371C14.0814 19.42 12.2267 20.2019 13.3563 21.1803C13.9082 21.6582 14.5227 22 15.2954 22H19.7046C20.4773 22 21.0918 21.6582 21.6437 21.1803C22.7733 20.2019 20.9186 19.42 20.2112 19.0371C18.5524 18.1392 16.4476 18.1392 14.7888 19.0371Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.75 14.2727C19.75 15.5279 18.7426 16.5455 17.5 16.5455C16.2574 16.5455 15.25 15.5279 15.25 14.2727C15.25 13.0175 16.2574 12 17.5 12C18.7426 12 19.75 13.0175 19.75 14.2727Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.78879 9.03708C3.0814 9.42 1.22668 10.2019 2.35633 11.1803C2.90815 11.6582 3.52275 12 4.29543 12H8.70457C9.47725 12 10.0918 11.6582 10.6437 11.1803C11.7733 10.2019 9.9186 9.42 9.21121 9.03708C7.55241 8.13915 5.44759 8.13915 3.78879 9.03708Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.75 4.27273C8.75 5.52792 7.74264 6.54545 6.5 6.54545C5.25736 6.54545 4.25 5.52792 4.25 4.27273C4.25 3.01753 5.25736 2 6.5 2C7.74264 2 8.75 3.01753 8.75 4.27273Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 15C4 18.3171 6.68286 21 10 21L9.14286 19.2857%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 9C20 5.68286 17.3171 3 14 3L14.8571 4.71429%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.7888 19.0371C14.0814 19.42 12.2267 20.2019 13.3563 21.1803C13.9082 21.6582 14.5227 22 15.2954 22H19.7046C20.4773 22 21.0918 21.6582 21.6437 21.1803C22.7733 20.2019 20.9186 19.42 20.2112 19.0371C18.5524 18.1392 16.4476 18.1392 14.7888 19.0371Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.75 14.2727C19.75 15.5279 18.7426 16.5455 17.5 16.5455C16.2574 16.5455 15.25 15.5279 15.25 14.2727C15.25 13.0175 16.2574 12 17.5 12C18.7426 12 19.75 13.0175 19.75 14.2727Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-unlock-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5312 16.36V14.9523C16.5312 13.8741 17.4127 13 18.5 13C18.9887 13 19.4359 13.1766 19.7801 13.469M17.8437 22H19.1563C20.1777 22 20.6884 22 21.0749 21.7951C21.3802 21.6333 21.6302 21.3854 21.7934 21.0827C22 20.6993 22 20.1929 22 19.18C22 18.1671 22 17.6607 21.7934 17.2773C21.6302 16.9746 21.3802 16.7267 21.0749 16.5649C20.6884 16.36 20.1777 16.36 19.1563 16.36H17.8437C16.8223 16.36 16.3116 16.36 15.9251 16.5649C15.6198 16.7267 15.3698 16.9746 15.2066 17.2773C15 17.6607 15 18.1671 15 19.18C15 20.1929 15 20.6993 15.2066 21.0827C15.3698 21.3854 15.6198 21.6333 15.9251 21.7951C16.3116 22 16.8223 22 17.8437 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C7.97679 14.053 10.8425 13.6575 13.5 14.2952%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5312 16.36V14.9523C16.5312 13.8741 17.4127 13 18.5 13C18.9887 13 19.4359 13.1766 19.7801 13.469M17.8437 22H19.1563C20.1777 22 20.6884 22 21.0749 21.7951C21.3802 21.6333 21.6302 21.3854 21.7934 21.0827C22 20.6993 22 20.1929 22 19.18C22 18.1671 22 17.6607 21.7934 17.2773C21.6302 16.9746 21.3802 16.7267 21.0749 16.5649C20.6884 16.36 20.1777 16.36 19.1563 16.36H17.8437C16.8223 16.36 16.3116 16.36 15.9251 16.5649C15.6198 16.7267 15.3698 16.9746 15.2066 17.2773C15 17.6607 15 18.1671 15 19.18C15 20.1929 15 20.6993 15.2066 21.0827C15.3698 21.3854 15.6198 21.6333 15.9251 21.7951C16.3116 22 16.8223 22 17.8437 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5 22H6.59087C5.04549 22 3.81631 21.248 2.71266 20.1966C0.453365 18.0441 4.1628 16.324 5.57757 15.4816C7.97679 14.053 10.8425 13.6575 13.5 14.2952%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user-unlock-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.0937 4.61331V3.51847C18.0937 2.67984 18.7233 2 19.5 2C20.0636 2 20.5498 2.35805 20.7741 2.875M19.0312 9H19.9688C20.6983 9 21.0631 9 21.3392 8.84062C21.5573 8.71478 21.7359 8.52195 21.8524 8.28652C22 7.98834 22 7.59445 22 6.80665C22 6.01886 22 5.62496 21.8524 5.32679C21.7359 5.09136 21.5573 4.89853 21.3392 4.77269C21.0631 4.61331 20.6983 4.61331 19.9688 4.61331H19.0312C18.3017 4.61331 17.9369 4.61331 17.6608 4.77269C17.4427 4.89853 17.2641 5.09136 17.1476 5.32679C17 5.62496 17 6.01886 17 6.80665C17 7.59445 17 7.98834 17.1476 8.28652C17.2641 8.52195 17.4427 8.71478 17.6608 8.84062C17.9369 9 18.3017 9 19.0312 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.28571%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5.18007 15.2964C3.92249 16.0335 0.625213 17.5386 2.63348 19.422C3.6145 20.342 4.7071 21 6.08077 21H13.9192C15.2929 21 16.3855 20.342 17.3665 19.422C19.3748 17.5386 16.0775 16.0335 14.8199 15.2964C11.8709 13.5679 8.12906 13.5679 5.18007 15.2964Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 9.20914 12.2091 11 10 11C7.79086 11 6 9.20914 6 7C6 4.79086 7.79086 3 10 3C12.2091 3 14 4.79086 14 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18.0937 4.61331V3.51847C18.0937 2.67984 18.7233 2 19.5 2C20.0636 2 20.5498 2.35805 20.7741 2.875M19.0312 9H19.9688C20.6983 9 21.0631 9 21.3392 8.84062C21.5573 8.71478 21.7359 8.52195 21.8524 8.28652C22 7.98834 22 7.59445 22 6.80665C22 6.01886 22 5.62496 21.8524 5.32679C21.7359 5.09136 21.5573 4.89853 21.3392 4.77269C21.0631 4.61331 20.6983 4.61331 19.9688 4.61331H19.0312C18.3017 4.61331 17.9369 4.61331 17.6608 4.77269C17.4427 4.89853 17.2641 5.09136 17.1476 5.32679C17 5.62496 17 6.01886 17 6.80665C17 7.59445 17 7.98834 17.1476 8.28652C17.2641 8.52195 17.4427 8.71478 17.6608 8.84062C17.9369 9 18.3017 9 19.0312 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.28571%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-users-icons-user{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.57757 15.4816C5.1628 16.324 1.45336 18.0441 3.71266 20.1966C4.81631 21.248 6.04549 22 7.59087 22H16.4091C17.9545 22 19.1837 21.248 20.2873 20.1966C22.5466 18.0441 18.8372 16.324 17.4224 15.4816C14.1048 13.5061 9.89519 13.5061 6.57757 15.4816Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.57757 15.4816C5.1628 16.324 1.45336 18.0441 3.71266 20.1966C4.81631 21.248 6.04549 22 7.59087 22H16.4091C17.9545 22 19.1837 21.248 20.2873 20.1966C22.5466 18.0441 18.8372 16.324 17.4224 15.4816C14.1048 13.5061 9.89519 13.5061 6.57757 15.4816Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-avalanche{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21H11.6547C14.1755 21 15.4359 21 15.8711 20.1706C16.3063 19.3412 15.6107 18.2648 14.2196 16.112L6.93559 4.83965C6.13925 3.60728 5.74108 2.9911 5.17984 3.0001C3.95309 3.01976 2.5 6 2 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5C10.6024 6.2142 11.1505 7.01476 12 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7C2.19944 7.58943 2.32706 8.50266 2.75554 8.96655C3.00648 9.23823 3.39002 9.34981 3.75053 9.25601C4.29307 9.11485 4.61512 8.53558 5.1267 8.33278C5.36623 8.23783 5.63377 8.23783 5.8733 8.33278C6.51536 8.5873 6.92764 9.39686 7.63967 9.49121C8.32392 9.58188 8.66629 8.9708 9 8.47768%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.7267 15.0452C18.6898 15.426 18.5912 15.7902 18.4401 16.1291M18.7267 15.0452C18.936 12.8817 17.0417 11 14.762 11C14.0531 11 12.8052 11.1754 12 11.763M18.7267 15.0452C20.5289 15.0371 22 16.3985 22 18.0791C22 19.4694 20.9961 20.6412 19.6267 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 21H11.6547C14.1755 21 15.4359 21 15.8711 20.1706C16.3063 19.3412 15.6107 18.2648 14.2196 16.112L6.93559 4.83965C6.13925 3.60728 5.74108 2.9911 5.17984 3.0001C3.95309 3.01976 2.5 6 2 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5C10.6024 6.2142 11.1505 7.01476 12 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 7C2.19944 7.58943 2.32706 8.50266 2.75554 8.96655C3.00648 9.23823 3.39002 9.34981 3.75053 9.25601C4.29307 9.11485 4.61512 8.53558 5.1267 8.33278C5.36623 8.23783 5.63377 8.23783 5.8733 8.33278C6.51536 8.5873 6.92764 9.39686 7.63967 9.49121C8.32392 9.58188 8.66629 8.9708 9 8.47768%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.7267 15.0452C18.6898 15.426 18.5912 15.7902 18.4401 16.1291M18.7267 15.0452C18.936 12.8817 17.0417 11 14.762 11C14.0531 11 12.8052 11.1754 12 11.763M18.7267 15.0452C20.5289 15.0371 22 16.3985 22 18.0791C22 19.4694 20.9961 20.6412 19.6267 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-celsius{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%225%22 cy%3D%226%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 7C20.9557 6.3469 20.8561 5.88667 20.6321 5.5C20.3679 5.04394 19.9878 4.66523 19.5301 4.40192C18.8315 4 17.8936 4 16.0177 4C14.1419 4 13.2039 4 12.5053 4.40192C12.0476 4.66523 11.6676 5.04394 11.4033 5.5C11 6.19615 11 7.13077 11 9V15C11 16.8692 11 17.8038 11.4033 18.5C11.6676 18.9561 12.0476 19.3348 12.5053 19.5981C13.2039 20 14.1419 20 16.0177 20C17.8936 20 18.8315 20 19.5301 19.5981C19.9878 19.3348 20.3679 18.9561 20.6321 18.5C20.8561 18.1133 20.9557 17.6531 21 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%225%22 cy%3D%226%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 7C20.9557 6.3469 20.8561 5.88667 20.6321 5.5C20.3679 5.04394 19.9878 4.66523 19.5301 4.40192C18.8315 4 17.8936 4 16.0177 4C14.1419 4 13.2039 4 12.5053 4.40192C12.0476 4.66523 11.6676 5.04394 11.4033 5.5C11 6.19615 11 7.13077 11 9V15C11 16.8692 11 17.8038 11.4033 18.5C11.6676 18.9561 12.0476 19.3348 12.5053 19.5981C13.2039 20 14.1419 20 16.0177 20C17.8936 20 18.8315 20 19.5301 19.5981C19.9878 19.3348 20.3679 18.9561 20.6321 18.5C20.8561 18.1133 20.9557 17.6531 21 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-cloud-angled-rain-zap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.69731C17.485 8.69727 17.4925 8.69726 17.5 8.69726C19.9853 8.69726 22 10.6103 22 12.9702C22 14.8307 20.7478 16.4134 19 17M17.4776 8.69731C17.4924 8.54092 17.5 8.38254 17.5 8.22248C17.5 5.33819 15.0376 3 12 3C9.12324 3 6.76233 5.09718 6.52042 7.76927M17.4776 8.69731C17.3753 9.77451 16.9286 10.7574 16.2428 11.5459M6.52042 7.76927C3.98398 7.99846 2 10.0269 2 12.4954C2 14.0487 2.78555 15.4278 4 16.2939M6.52042 7.76927C6.67826 7.75501 6.83823 7.74771 7 7.74771C8.12582 7.74771 9.16474 8.10103 10.0005 8.69726%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.0784 13.5L7.30434 16.1838C7.06684 16.5431 6.94808 16.7227 7.02165 16.8614C7.09522 17 7.30931 17 7.73747 17H9.26253C9.69069 17 9.90478 17 9.97835 17.1386C10.0519 17.2773 9.93316 17.4569 9.69566 17.8162L7.9216 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 18.5L15 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 18.5L12 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.69731C17.485 8.69727 17.4925 8.69726 17.5 8.69726C19.9853 8.69726 22 10.6103 22 12.9702C22 14.8307 20.7478 16.4134 19 17M17.4776 8.69731C17.4924 8.54092 17.5 8.38254 17.5 8.22248C17.5 5.33819 15.0376 3 12 3C9.12324 3 6.76233 5.09718 6.52042 7.76927M17.4776 8.69731C17.3753 9.77451 16.9286 10.7574 16.2428 11.5459M6.52042 7.76927C3.98398 7.99846 2 10.0269 2 12.4954C2 14.0487 2.78555 15.4278 4 16.2939M6.52042 7.76927C6.67826 7.75501 6.83823 7.74771 7 7.74771C8.12582 7.74771 9.16474 8.10103 10.0005 8.69726%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.0784 13.5L7.30434 16.1838C7.06684 16.5431 6.94808 16.7227 7.02165 16.8614C7.09522 17 7.30931 17 7.73747 17H9.26253C9.69069 17 9.90478 17 9.97835 17.1386C10.0519 17.2773 9.93316 17.4569 9.69566 17.8162L7.9216 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 18.5L15 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 18.5L12 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-cloud-angled-rain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 15L11.5 17M17 15L16 17M13.5 19L12.5 21M8 15L7 17M9 19L8 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 8.89801L17.5 8.89795C19.9853 8.89795 22 10.8784 22 13.3214C22 14.8551 21.206 16.2065 20 17M17.4776 8.89801C17.4924 8.73611 17.5 8.57216 17.5 8.40646C17.5 5.42055 15.0376 3 12 3C9.12324 3 6.76233 5.17106 6.52042 7.93728M17.4776 8.89801C17.3753 10.0132 16.9286 11.0307 16.2428 11.8469M6.52042 7.93728C3.98398 8.17454 2 10.2745 2 12.8299C2 14.4378 2.78565 15.8652 4 16.7619M6.52042 7.93728C6.67826 7.92251 6.83823 7.91496 7 7.91496C8.12582 7.91496 9.16474 8.28072 10.0005 8.89795%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 15L11.5 17M17 15L16 17M13.5 19L12.5 21M8 15L7 17M9 19L8 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 8.89801L17.5 8.89795C19.9853 8.89795 22 10.8784 22 13.3214C22 14.8551 21.206 16.2065 20 17M17.4776 8.89801C17.4924 8.73611 17.5 8.57216 17.5 8.40646C17.5 5.42055 15.0376 3 12 3C9.12324 3 6.76233 5.17106 6.52042 7.93728M17.4776 8.89801C17.3753 10.0132 16.9286 11.0307 16.2428 11.8469M6.52042 7.93728C3.98398 8.17454 2 10.2745 2 12.8299C2 14.4378 2.78565 15.8652 4 16.7619M6.52042 7.93728C6.67826 7.92251 6.83823 7.91496 7 7.91496C8.12582 7.91496 9.16474 8.28072 10.0005 8.89795%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-cloud-angled-zap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 17.5C4.23858 17.5 2 15.336 2 12.6667C2 10.1537 3.98398 8.0886 6.52042 7.85528M17.5 17.5C19.9853 17.5 22 15.5524 22 13.15C22 10.7476 19.9853 8.8 17.5 8.8C17.4925 8.8 17.485 8.80002 17.4776 8.80005M17.4776 8.80005C17.4924 8.64084 17.5 8.47961 17.5 8.31667C17.5 5.38035 15.0376 3 12 3C9.12324 3 6.76233 5.135 6.52042 7.85528M17.4776 8.80005C17.3753 9.89668 16.9286 10.8973 16.2428 11.7M6.52042 7.85528C6.67826 7.84076 6.83823 7.83333 7 7.83333C8.12582 7.83333 9.16474 8.19302 10.0005 8.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5784 14L10.8043 16.6838C10.5668 17.0431 10.4481 17.2227 10.5217 17.3614C10.5952 17.5 10.8093 17.5 11.2375 17.5H12.7625C13.1907 17.5 13.4048 17.5 13.4783 17.6386C13.5519 17.7773 13.4332 17.9569 13.1957 18.3162L11.4216 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 17.5C4.23858 17.5 2 15.336 2 12.6667C2 10.1537 3.98398 8.0886 6.52042 7.85528M17.5 17.5C19.9853 17.5 22 15.5524 22 13.15C22 10.7476 19.9853 8.8 17.5 8.8C17.4925 8.8 17.485 8.80002 17.4776 8.80005M17.4776 8.80005C17.4924 8.64084 17.5 8.47961 17.5 8.31667C17.5 5.38035 15.0376 3 12 3C9.12324 3 6.76233 5.135 6.52042 7.85528M17.4776 8.80005C17.3753 9.89668 16.9286 10.8973 16.2428 11.7M6.52042 7.85528C6.67826 7.84076 6.83823 7.83333 7 7.83333C8.12582 7.83333 9.16474 8.19302 10.0005 8.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5784 14L10.8043 16.6838C10.5668 17.0431 10.4481 17.2227 10.5217 17.3614C10.5952 17.5 10.8093 17.5 11.2375 17.5H12.7625C13.1907 17.5 13.4048 17.5 13.4783 17.6386C13.5519 17.7773 13.4332 17.9569 13.1957 18.3162L11.4216 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-cloud-big-rain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 9.00915C17.485 9.00911 17.4925 9.00909 17.5 9.00909C19.9853 9.00909 22 11.0269 22 13.5159C22 15.8512 20.2265 17.7716 17.9548 18M17.4776 9.00915C17.4924 8.8442 17.5 8.67716 17.5 8.50834C17.5 5.46617 15.0376 3 12 3C9.12324 3 6.76233 5.21197 6.52042 8.03032M17.4776 9.00915C17.3753 10.1453 16.9286 11.182 16.2428 12.0136M6.52042 8.03032C3.98398 8.27205 2 10.4116 2 13.0152C2 15.4378 3.71776 17.536 6 18M6.52042 8.03032C6.67826 8.01527 6.83823 8.00758 7 8.00758C8.12582 8.00758 9.16474 8.38023 10.0005 9.00909%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 18.5034C9.5 17.2482 10.5532 16.0077 11.2924 15.2917C11.6939 14.9028 12.3061 14.9028 12.7076 15.2917C13.4468 16.0077 14.5 17.2482 14.5 18.5034C14.5 19.7341 13.5533 21 12 21C10.4467 21 9.5 19.7341 9.5 18.5034Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 9.00915C17.485 9.00911 17.4925 9.00909 17.5 9.00909C19.9853 9.00909 22 11.0269 22 13.5159C22 15.8512 20.2265 17.7716 17.9548 18M17.4776 9.00915C17.4924 8.8442 17.5 8.67716 17.5 8.50834C17.5 5.46617 15.0376 3 12 3C9.12324 3 6.76233 5.21197 6.52042 8.03032M17.4776 9.00915C17.3753 10.1453 16.9286 11.182 16.2428 12.0136M6.52042 8.03032C3.98398 8.27205 2 10.4116 2 13.0152C2 15.4378 3.71776 17.536 6 18M6.52042 8.03032C6.67826 8.01527 6.83823 8.00758 7 8.00758C8.12582 8.00758 9.16474 8.38023 10.0005 9.00909%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 18.5034C9.5 17.2482 10.5532 16.0077 11.2924 15.2917C11.6939 14.9028 12.3061 14.9028 12.7076 15.2917C13.4468 16.0077 14.5 17.2482 14.5 18.5034C14.5 19.7341 13.5533 21 12 21C10.4467 21 9.5 19.7341 9.5 18.5034Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-cloud-fast-wind{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1539 21.4146C14.2982 21.4699 14.4536 21.5 14.6154 21.5C15.3801 21.5 16 20.8284 16 20C16 19.1716 15.3801 18.5 14.6154 18.5C14.3439 18.5 14.0907 18.5846 13.877 18.7309C12.8158 19.5225 10.85 20.5378 8.61535 20.801M5.84614 20.6936C5.22792 20.5635 4.60867 20.3541 4 20.0478%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 20.5C19.2581 20.5 19.9557 20.5 21 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4733 8.40196C17.4807 8.40192 17.4882 8.40191 17.4957 8.40191C19.98 8.40191 21.8915 10.36 21.9934 12.6502C22.0714 15.7 19.4205 17.308 17.5013 17.248M17.4733 8.40196C17.4881 8.24557 17.4957 8.08719 17.4957 7.92713C17.4957 4.96 15.032 2.5 11.9956 2.5C9.05686 2.5 6.74016 4.77718 6.49835 7.44927M17.4733 8.40196C17.3711 9.47916 17.0335 10.42 16.2299 11.356M6.49835 7.44927C3.96298 7.67846 2.11777 9.76 1.99782 12.1754C1.91985 14.5 3.53917 16.12 5.51834 16.9C9.17681 18.28 12.6554 17.104 13.8189 15.124C14.3107 14.104 13.7349 12.64 12.3555 12.37C11.5158 12.16 10.0764 12.7 9.99247 14.302M6.49835 7.44927C6.65613 7.43501 6.81603 7.42771 6.97773 7.42771C8.10308 7.42771 9.11684 7.72 10.0045 8.404%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1539 21.4146C14.2982 21.4699 14.4536 21.5 14.6154 21.5C15.3801 21.5 16 20.8284 16 20C16 19.1716 15.3801 18.5 14.6154 18.5C14.3439 18.5 14.0907 18.5846 13.877 18.7309C12.8158 19.5225 10.85 20.5378 8.61535 20.801M5.84614 20.6936C5.22792 20.5635 4.60867 20.3541 4 20.0478%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 20.5C19.2581 20.5 19.9557 20.5 21 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4733 8.40196C17.4807 8.40192 17.4882 8.40191 17.4957 8.40191C19.98 8.40191 21.8915 10.36 21.9934 12.6502C22.0714 15.7 19.4205 17.308 17.5013 17.248M17.4733 8.40196C17.4881 8.24557 17.4957 8.08719 17.4957 7.92713C17.4957 4.96 15.032 2.5 11.9956 2.5C9.05686 2.5 6.74016 4.77718 6.49835 7.44927M17.4733 8.40196C17.3711 9.47916 17.0335 10.42 16.2299 11.356M6.49835 7.44927C3.96298 7.67846 2.11777 9.76 1.99782 12.1754C1.91985 14.5 3.53917 16.12 5.51834 16.9C9.17681 18.28 12.6554 17.104 13.8189 15.124C14.3107 14.104 13.7349 12.64 12.3555 12.37C11.5158 12.16 10.0764 12.7 9.99247 14.302M6.49835 7.44927C6.65613 7.43501 6.81603 7.42771 6.97773 7.42771C8.10308 7.42771 9.11684 7.72 10.0045 8.404%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-cloud-hailstone{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.7803L17.5 8.78025C19.9853 8.78025 22 10.7212 22 13.1154C22 14.8176 20.9817 16.2906 19.5 17M17.4776 8.7803C17.4924 8.62164 17.5 8.46095 17.5 8.29856C17.5 5.37225 15.0376 3 12 3C9.12324 3 6.76233 5.12773 6.52042 7.83875M17.4776 8.7803C17.3753 9.8732 16.9286 10.8704 16.2428 11.6704M6.52042 7.83875C3.98398 8.07128 2 10.1293 2 12.6338C2 14.566 3.18102 16.2326 4.88559 17M6.52042 7.83875C6.67826 7.82428 6.83823 7.81688 7 7.81688C8.12582 7.81688 9.16474 8.17534 10.0005 8.78025%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9978 14L12.0022 14.0078M14.9966 16.9967L15.0011 17.0044M8.99888 16.9967L9.00337 17.0044M17.9955 19.9933L18 20.0011M6 19.9933L6.00449 20.0011M11.9978 20.9922L12.0022 21%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.7803L17.5 8.78025C19.9853 8.78025 22 10.7212 22 13.1154C22 14.8176 20.9817 16.2906 19.5 17M17.4776 8.7803C17.4924 8.62164 17.5 8.46095 17.5 8.29856C17.5 5.37225 15.0376 3 12 3C9.12324 3 6.76233 5.12773 6.52042 7.83875M17.4776 8.7803C17.3753 9.8732 16.9286 10.8704 16.2428 11.6704M6.52042 7.83875C3.98398 8.07128 2 10.1293 2 12.6338C2 14.566 3.18102 16.2326 4.88559 17M6.52042 7.83875C6.67826 7.82428 6.83823 7.81688 7 7.81688C8.12582 7.81688 9.16474 8.17534 10.0005 8.78025%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9978 14L12.0022 14.0078M14.9966 16.9967L15.0011 17.0044M8.99888 16.9967L9.00337 17.0044M17.9955 19.9933L18 20.0011M6 19.9933L6.00449 20.0011M11.9978 20.9922L12.0022 21%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-cloud-little-rain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0011 13.5V15M9 16.5V18M15 16.5V18M6.5 19.5V21M17.5 19.5V21M12 19.5V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 8.89801L17.5 8.89795C19.9853 8.89795 22 10.8784 22 13.3214C22 14.8551 21.206 16.2065 20 17M17.4776 8.89801C17.4924 8.73611 17.5 8.57216 17.5 8.40646C17.5 5.42055 15.0376 3 12 3C9.12324 3 6.76233 5.17106 6.52042 7.93728M17.4776 8.89801C17.3753 10.0132 16.9286 11.0307 16.2428 11.8469M6.52042 7.93728C3.98398 8.17454 2 10.2745 2 12.8299C2 14.4378 2.78565 15.8652 4 16.7619M6.52042 7.93728C6.67826 7.92251 6.83823 7.91496 7 7.91496C8.12582 7.91496 9.16474 8.28072 10.0005 8.89795%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.0011 13.5V15M9 16.5V18M15 16.5V18M6.5 19.5V21M17.5 19.5V21M12 19.5V21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 8.89801L17.5 8.89795C19.9853 8.89795 22 10.8784 22 13.3214C22 14.8551 21.206 16.2065 20 17M17.4776 8.89801C17.4924 8.73611 17.5 8.57216 17.5 8.40646C17.5 5.42055 15.0376 3 12 3C9.12324 3 6.76233 5.17106 6.52042 7.93728M17.4776 8.89801C17.3753 10.0132 16.9286 11.0307 16.2428 11.8469M6.52042 7.93728C3.98398 8.17454 2 10.2745 2 12.8299C2 14.4378 2.78565 15.8652 4 16.7619M6.52042 7.93728C6.67826 7.92251 6.83823 7.91496 7 7.91496C8.12582 7.91496 9.16474 8.28072 10.0005 8.89795%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-cloud-little-snow{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.7803L17.5 8.78025C19.9853 8.78025 22 10.7212 22 13.1154C22 14.8176 20.9817 16.2906 19.5 17M17.4776 8.7803C17.4924 8.62164 17.5 8.46095 17.5 8.29856C17.5 5.37225 15.0376 3 12 3C9.12324 3 6.76233 5.12773 6.52042 7.83875M17.4776 8.7803C17.3753 9.8732 16.9286 10.8704 16.2428 11.6704M6.52042 7.83875C3.98398 8.07128 2 10.1293 2 12.6338C2 14.566 3.18102 16.2326 4.88559 17M6.52042 7.83875C6.67826 7.82428 6.83823 7.81688 7 7.81688C8.12582 7.81688 9.16474 8.17534 10.0005 8.78025%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 14L12 15M12 15L13 16M12 15L13 14M12 15L11 16M15 19L16 20M16 20L17 21M16 20L17 19M16 20L15 21M7 19L8 20M8 20L9 21M8 20L9 19M8 20L7 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.7803L17.5 8.78025C19.9853 8.78025 22 10.7212 22 13.1154C22 14.8176 20.9817 16.2906 19.5 17M17.4776 8.7803C17.4924 8.62164 17.5 8.46095 17.5 8.29856C17.5 5.37225 15.0376 3 12 3C9.12324 3 6.76233 5.12773 6.52042 7.83875M17.4776 8.7803C17.3753 9.8732 16.9286 10.8704 16.2428 11.6704M6.52042 7.83875C3.98398 8.07128 2 10.1293 2 12.6338C2 14.566 3.18102 16.2326 4.88559 17M6.52042 7.83875C6.67826 7.82428 6.83823 7.81688 7 7.81688C8.12582 7.81688 9.16474 8.17534 10.0005 8.78025%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 14L12 15M12 15L13 16M12 15L13 14M12 15L11 16M15 19L16 20M16 20L17 21M16 20L17 19M16 20L15 21M7 19L8 20M8 20L9 21M8 20L9 19M8 20L7 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-cloud-mid-rain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.7803L17.5 8.78025C19.9853 8.78025 22 10.7212 22 13.1154C22 14.8176 20.9817 16.2906 19.5 17M17.4776 8.7803C17.4924 8.62164 17.5 8.46095 17.5 8.29856C17.5 5.37225 15.0376 3 12 3C9.12324 3 6.76233 5.12773 6.52042 7.83875M17.4776 8.7803C17.3753 9.8732 16.9286 10.8704 16.2428 11.6704M6.52042 7.83875C3.98398 8.07128 2 10.1293 2 12.6338C2 14.566 3.18102 16.2326 4.88559 17M6.52042 7.83875C6.67826 7.82428 6.83823 7.81688 7 7.81688C8.12582 7.81688 9.16474 8.17534 10.0005 8.78025%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0434 12L10.907 13.036C10.3596 13.596 10.3596 14.492 10.9358 15.052C11.224 15.332 11.6401 15.5 12.0434 15.5C12.4468 15.5 12.7797 15.36 13.0678 15.108C13.6441 14.548 13.6441 13.624 13.0678 13.064L12.0434 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.54345 17.5L7.40701 18.536C6.8596 19.096 6.85963 19.992 7.43585 20.552C7.72396 20.832 8.14009 21 8.54345 21C8.9468 21 9.27972 20.86 9.56783 20.608C10.1441 20.048 10.1441 19.124 9.56783 18.564L8.54345 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5434 17.5L14.407 18.536C13.8596 19.096 13.8596 19.992 14.4358 20.552C14.724 20.832 15.1401 21 15.5434 21C15.9468 21 16.2797 20.86 16.5678 20.608C17.1441 20.048 17.1441 19.124 16.5678 18.564L15.5434 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.7803L17.5 8.78025C19.9853 8.78025 22 10.7212 22 13.1154C22 14.8176 20.9817 16.2906 19.5 17M17.4776 8.7803C17.4924 8.62164 17.5 8.46095 17.5 8.29856C17.5 5.37225 15.0376 3 12 3C9.12324 3 6.76233 5.12773 6.52042 7.83875M17.4776 8.7803C17.3753 9.8732 16.9286 10.8704 16.2428 11.6704M6.52042 7.83875C3.98398 8.07128 2 10.1293 2 12.6338C2 14.566 3.18102 16.2326 4.88559 17M6.52042 7.83875C6.67826 7.82428 6.83823 7.81688 7 7.81688C8.12582 7.81688 9.16474 8.17534 10.0005 8.78025%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0434 12L10.907 13.036C10.3596 13.596 10.3596 14.492 10.9358 15.052C11.224 15.332 11.6401 15.5 12.0434 15.5C12.4468 15.5 12.7797 15.36 13.0678 15.108C13.6441 14.548 13.6441 13.624 13.0678 13.064L12.0434 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.54345 17.5L7.40701 18.536C6.8596 19.096 6.85963 19.992 7.43585 20.552C7.72396 20.832 8.14009 21 8.54345 21C8.9468 21 9.27972 20.86 9.56783 20.608C10.1441 20.048 10.1441 19.124 9.56783 18.564L8.54345 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5434 17.5L14.407 18.536C13.8596 19.096 13.8596 19.992 14.4358 20.552C14.724 20.832 15.1401 21 15.5434 21C15.9468 21 16.2797 20.86 16.5678 20.608C17.1441 20.048 17.1441 19.124 16.5678 18.564L15.5434 17.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-cloud-mid-snow{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.81069C17.485 8.81066 17.4925 8.81064 17.5 8.81064C19.9853 8.81064 22 10.7618 22 13.1686C22 15.4118 20.25 17.2591 18 17.5M17.4776 8.81069C17.4924 8.65119 17.5 8.48966 17.5 8.32642C17.5 5.38472 15.0376 3 12 3C9.12324 3 6.76233 5.13891 6.52042 7.86418M17.4776 8.81069C17.3753 9.90933 16.9286 10.9118 16.2428 11.716M6.52042 7.86418C3.98398 8.09794 2 10.1668 2 12.6844C2 15.027 3.71776 17.0514 6 17.5M6.52042 7.86418C6.67826 7.84964 6.83823 7.8422 7 7.8422C8.12582 7.8422 9.16474 8.20254 10.0005 8.81064%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15V21M14.5 16.5L9.50013 19.5M9.5 16.5L14.4999 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.81069C17.485 8.81066 17.4925 8.81064 17.5 8.81064C19.9853 8.81064 22 10.7618 22 13.1686C22 15.4118 20.25 17.2591 18 17.5M17.4776 8.81069C17.4924 8.65119 17.5 8.48966 17.5 8.32642C17.5 5.38472 15.0376 3 12 3C9.12324 3 6.76233 5.13891 6.52042 7.86418M17.4776 8.81069C17.3753 9.90933 16.9286 10.9118 16.2428 11.716M6.52042 7.86418C3.98398 8.09794 2 10.1668 2 12.6844C2 15.027 3.71776 17.0514 6 17.5M6.52042 7.86418C6.67826 7.84964 6.83823 7.8422 7 7.8422C8.12582 7.8422 9.16474 8.20254 10.0005 8.81064%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15V21M14.5 16.5L9.50013 19.5M9.5 16.5L14.4999 19.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-cloud-slow-wind{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16.6579L8.32669 16.4C9.00235 15.8667 9.79765 15.8667 10.4733 16.4L10.7267 16.6C11.4024 17.1333 12.1976 17.1333 12.8733 16.6L13.1267 16.4C13.8024 15.8667 14.5976 15.8667 15.2733 16.4L15.5267 16.6C15.6792 16.7204 15.8378 16.8136 15.9998 16.8796M14 20.6L14.2693 20.4C14.9875 19.8667 15.8328 19.8667 16.5509 20.4L16.8202 20.6C17.5384 21.1333 18.3837 21.1333 19.1018 20.6L19.3712 20.4C20.0893 19.8667 20.9346 19.8667 21.6528 20.4L22 20.6579M10 20.6L9.73069 20.4C9.01254 19.8667 8.16723 19.8667 7.44908 20.4L7.17977 20.6C6.46161 21.1333 5.61631 21.1333 4.89815 20.6L4.62885 20.4C3.91069 19.8667 3.06539 19.8667 2.34723 20.4L2 20.6579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 8.89801L17.5 8.89795C19.9853 8.89795 22 10.8784 22 13.3214C22 14.8551 21.206 16.2065 20 17M17.4776 8.89801C17.4924 8.73611 17.5 8.57216 17.5 8.40646C17.5 5.42055 15.0376 3 12 3C9.12324 3 6.76233 5.17106 6.52042 7.93728M17.4776 8.89801C17.3753 10.0132 16.9286 11.0307 16.2428 11.8469M6.52042 7.93728C3.98398 8.17454 2 10.2745 2 12.8299C2 14.4378 2.78565 15.8652 4 16.7619M6.52042 7.93728C6.67826 7.92251 6.83823 7.91496 7 7.91496C8.12582 7.91496 9.16474 8.28072 10.0005 8.89795%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 16.6579L8.32669 16.4C9.00235 15.8667 9.79765 15.8667 10.4733 16.4L10.7267 16.6C11.4024 17.1333 12.1976 17.1333 12.8733 16.6L13.1267 16.4C13.8024 15.8667 14.5976 15.8667 15.2733 16.4L15.5267 16.6C15.6792 16.7204 15.8378 16.8136 15.9998 16.8796M14 20.6L14.2693 20.4C14.9875 19.8667 15.8328 19.8667 16.5509 20.4L16.8202 20.6C17.5384 21.1333 18.3837 21.1333 19.1018 20.6L19.3712 20.4C20.0893 19.8667 20.9346 19.8667 21.6528 20.4L22 20.6579M10 20.6L9.73069 20.4C9.01254 19.8667 8.16723 19.8667 7.44908 20.4L7.17977 20.6C6.46161 21.1333 5.61631 21.1333 4.89815 20.6L4.62885 20.4C3.91069 19.8667 3.06539 19.8667 2.34723 20.4L2 20.6579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 8.89801L17.5 8.89795C19.9853 8.89795 22 10.8784 22 13.3214C22 14.8551 21.206 16.2065 20 17M17.4776 8.89801C17.4924 8.73611 17.5 8.57216 17.5 8.40646C17.5 5.42055 15.0376 3 12 3C9.12324 3 6.76233 5.17106 6.52042 7.93728M17.4776 8.89801C17.3753 10.0132 16.9286 11.0307 16.2428 11.8469M6.52042 7.93728C3.98398 8.17454 2 10.2745 2 12.8299C2 14.4378 2.78565 15.8652 4 16.7619M6.52042 7.93728C6.67826 7.92251 6.83823 7.91496 7 7.91496C8.12582 7.91496 9.16474 8.28072 10.0005 8.89795%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-cloud-snow{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.7803L17.5 8.78025C19.9853 8.78025 22 10.7212 22 13.1154C22 14.8176 20.9817 16.2906 19.5 17M17.4776 8.7803C17.4924 8.62164 17.5 8.46095 17.5 8.29856C17.5 5.37225 15.0376 3 12 3C9.12324 3 6.76233 5.12773 6.52042 7.83875M17.4776 8.7803C17.3753 9.8732 16.9286 10.8704 16.2428 11.6704M6.52042 7.83875C3.98398 8.07128 2 10.1293 2 12.6338C2 14.566 3.18102 16.2326 4.88559 17M6.52042 7.83875C6.67826 7.82428 6.83823 7.81688 7 7.81688C8.12582 7.81688 9.16474 8.17534 10.0005 8.78025%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9978 16.9974L12.0022 17.0052M15.9955 15L16 15.0078M8 15L8.00449 15.0078M15.9955 18.9948L16 19.0026M8 18.9948L8.00449 19.0026M11.9978 20.9922L12.0022 21%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.7803L17.5 8.78025C19.9853 8.78025 22 10.7212 22 13.1154C22 14.8176 20.9817 16.2906 19.5 17M17.4776 8.7803C17.4924 8.62164 17.5 8.46095 17.5 8.29856C17.5 5.37225 15.0376 3 12 3C9.12324 3 6.76233 5.12773 6.52042 7.83875M17.4776 8.7803C17.3753 9.8732 16.9286 10.8704 16.2428 11.6704M6.52042 7.83875C3.98398 8.07128 2 10.1293 2 12.6338C2 14.566 3.18102 16.2326 4.88559 17M6.52042 7.83875C6.67826 7.82428 6.83823 7.81688 7 7.81688C8.12582 7.81688 9.16474 8.17534 10.0005 8.78025%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9978 16.9974L12.0022 17.0052M15.9955 15L16 15.0078M8 15L8.00449 15.0078M15.9955 18.9948L16 19.0026M8 18.9948L8.00449 19.0026M11.9978 20.9922L12.0022 21%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-cloud{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 10.0001C17.485 10 17.4925 10 17.5 10C19.9853 10 22 12.0147 22 14.5C22 16.9853 19.9853 19 17.5 19H7C4.23858 19 2 16.7614 2 14C2 11.4003 3.98398 9.26407 6.52042 9.0227M17.4776 10.0001C17.4924 9.83536 17.5 9.66856 17.5 9.5C17.5 6.46243 15.0376 4 12 4C9.12324 4 6.76233 6.20862 6.52042 9.0227M17.4776 10.0001C17.3753 11.1345 16.9286 12.1696 16.2428 13M6.52042 9.0227C6.67826 9.00768 6.83823 9 7 9C8.12582 9 9.16474 9.37209 10.0005 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 10.0001C17.485 10 17.4925 10 17.5 10C19.9853 10 22 12.0147 22 14.5C22 16.9853 19.9853 19 17.5 19H7C4.23858 19 2 16.7614 2 14C2 11.4003 3.98398 9.26407 6.52042 9.0227M17.4776 10.0001C17.4924 9.83536 17.5 9.66856 17.5 9.5C17.5 6.46243 15.0376 4 12 4C9.12324 4 6.76233 6.20862 6.52042 9.0227M17.4776 10.0001C17.3753 11.1345 16.9286 12.1696 16.2428 13M6.52042 9.0227C6.67826 9.00768 6.83823 9 7 9C8.12582 9 9.16474 9.37209 10.0005 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-desert{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 7L8 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18L12 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 13V13.9596C4 14.8052 4 15.228 4.20108 15.5762C4.40216 15.9243 4.76839 16.1356 5.50083 16.5582L8 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V11.9596C12 12.8052 12 13.228 11.7989 13.5762C11.5978 13.9243 11.2316 14.1356 10.4992 14.5582L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2218%22 cy%3D%226%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 7L8 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 18L12 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 21H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 13V13.9596C4 14.8052 4 15.228 4.20108 15.5762C4.40216 15.9243 4.76839 16.1356 5.50083 16.5582L8 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9V11.9596C12 12.8052 12 13.228 11.7989 13.5762C11.5978 13.9243 11.2316 14.1356 10.4992 14.5582L8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2218%22 cy%3D%226%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-fahrenheit{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%225%22 cy%3D%226%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 4H18C15.1716 4 13.7574 4 12.8787 4.87868C12 5.75736 12 7.17157 12 10V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%225%22 cy%3D%226%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 4H18C15.1716 4 13.7574 4 12.8787 4.87868C12 5.75736 12 7.17157 12 10V20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-fast-wind{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5.94145C5.5 9.37313 10.5755 7.90241 11.7324 5.94145C11.9026 5.65301 12 5.31814 12 4.96096C12 3.87795 11.1046 3 10 3C8.89543 3 8 3.87795 8 4.96096%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8.92814C17 7.31097 18.1193 6 19.5 6C20.8807 6 22 7.31097 22 8.92814C22 9.6452 21.7799 10.3021 21.4146 10.8111C19.3463 14.1915 9.2764 12.9164 4 11.8563%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.0854 19.8873C13.2913 20.5356 13.8469 21 14.5 21C15.3284 21 16 20.2528 16 19.331C16 19.0176 15.9224 18.7244 15.7873 18.4738C14.4999 15.9925 7.99996 14.3239 2 18.7746%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 15.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 5.94145C5.5 9.37313 10.5755 7.90241 11.7324 5.94145C11.9026 5.65301 12 5.31814 12 4.96096C12 3.87795 11.1046 3 10 3C8.89543 3 8 3.87795 8 4.96096%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 8.92814C17 7.31097 18.1193 6 19.5 6C20.8807 6 22 7.31097 22 8.92814C22 9.6452 21.7799 10.3021 21.4146 10.8111C19.3463 14.1915 9.2764 12.9164 4 11.8563%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.0854 19.8873C13.2913 20.5356 13.8469 21 14.5 21C15.3284 21 16 20.2528 16 19.331C16 19.0176 15.9224 18.7244 15.7873 18.4738C14.4999 15.9925 7.99996 14.3239 2 18.7746%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 15.5H21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-gibbous-moon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 14.469C19.3635 15.0758 18.0654 15.4199 16.687 15.4199C12.2097 15.4199 8.58014 11.7903 8.58014 7.31302C8.58014 5.9346 8.92416 4.63654 9.53102 3.5C5.50093 4.44451 2.5 8.0617 2.5 12.3798C2.5 17.4167 6.58325 21.5 11.6202 21.5C15.9383 21.5 19.5555 18.4991 20.5 14.469Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 12C21.5 6.75329 17.2467 2.5 12 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5 14.469C19.3635 15.0758 18.0654 15.4199 16.687 15.4199C12.2097 15.4199 8.58014 11.7903 8.58014 7.31302C8.58014 5.9346 8.92416 4.63654 9.53102 3.5C5.50093 4.44451 2.5 8.0617 2.5 12.3798C2.5 17.4167 6.58325 21.5 11.6202 21.5C15.9383 21.5 19.5555 18.4991 20.5 14.469Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.5 12C21.5 6.75329 17.2467 2.5 12 2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-humidity{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13.678C3.5 9.49387 7.08079 5.35907 9.59413 2.97222C10.9591 1.67593 13.0409 1.67593 14.4059 2.97222C16.9192 5.35907 20.5 9.49387 20.5 13.678C20.5 17.7804 17.2812 22 12 22C6.71878 22 3.5 17.7804 3.5 13.678Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 12.284C5.46463 11.8303 8.39159 11.6836 11.9842 13.7016C15.57 15.7157 18.516 14.9984 20 14.1354%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13.678C3.5 9.49387 7.08079 5.35907 9.59413 2.97222C10.9591 1.67593 13.0409 1.67593 14.4059 2.97222C16.9192 5.35907 20.5 9.49387 20.5 13.678C20.5 17.7804 17.2812 22 12 22C6.71878 22 3.5 17.7804 3.5 13.678Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4 12.284C5.46463 11.8303 8.39159 11.6836 11.9842 13.7016C15.57 15.7157 18.516 14.9984 20 14.1354%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-moon-angled-rain-zap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.0784 15L7.30434 17.6838C7.06684 18.0431 6.94808 18.2227 7.02165 18.3614C7.09522 18.5 7.30931 18.5 7.73747 18.5H9.26253C9.69069 18.5 9.90478 18.5 9.97835 18.6386C10.0519 18.7773 9.93316 18.9569 9.69566 19.3162L7.9216 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 20L15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 20L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 10.9008C17.485 10.9007 17.4925 10.9007 17.5 10.9007C19.9853 10.9007 22 12.8821 22 15.3263C22 17.2532 20.7478 18.8925 19 19.5M17.4776 10.9008C17.4924 10.7388 17.5 10.5748 17.5 10.409C17.5 7.42169 15.0376 5 12 5C9.12324 5 6.76233 7.17208 6.52042 9.9396M17.4776 10.9008C17.3753 12.0165 16.9286 13.0344 16.2428 13.8511M6.52042 9.9396C3.98398 10.177 2 12.2779 2 14.8345C2 16.4433 2.78555 17.8716 4 18.7687M6.52042 9.9396C6.67826 9.92483 6.83823 9.91727 7 9.91727C8.12582 9.91727 9.16474 10.2832 10.0005 10.9007%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.14839C9.91652 4.71721 9.76249 4.29241 9.53351 3.89062C8.98606 2.93002 8.11203 2.27953 7.13552 2C7.28642 3.2303 6.71543 4.48952 5.58897 5.14839C4.46251 5.80725 3.10057 5.6786 2.1243 4.93106C1.87501 5.92756 1.99406 7.01964 2.54151 7.98024C3.20804 9.1498 4.35869 9.85965 5.58897 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.0784 15L7.30434 17.6838C7.06684 18.0431 6.94808 18.2227 7.02165 18.3614C7.09522 18.5 7.30931 18.5 7.73747 18.5H9.26253C9.69069 18.5 9.90478 18.5 9.97835 18.6386C10.0519 18.7773 9.93316 18.9569 9.69566 19.3162L7.9216 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 20L15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 20L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 10.9008C17.485 10.9007 17.4925 10.9007 17.5 10.9007C19.9853 10.9007 22 12.8821 22 15.3263C22 17.2532 20.7478 18.8925 19 19.5M17.4776 10.9008C17.4924 10.7388 17.5 10.5748 17.5 10.409C17.5 7.42169 15.0376 5 12 5C9.12324 5 6.76233 7.17208 6.52042 9.9396M17.4776 10.9008C17.3753 12.0165 16.9286 13.0344 16.2428 13.8511M6.52042 9.9396C3.98398 10.177 2 12.2779 2 14.8345C2 16.4433 2.78555 17.8716 4 18.7687M6.52042 9.9396C6.67826 9.92483 6.83823 9.91727 7 9.91727C8.12582 9.91727 9.16474 10.2832 10.0005 10.9007%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.14839C9.91652 4.71721 9.76249 4.29241 9.53351 3.89062C8.98606 2.93002 8.11203 2.27953 7.13552 2C7.28642 3.2303 6.71543 4.48952 5.58897 5.14839C4.46251 5.80725 3.10057 5.6786 2.1243 4.93106C1.87501 5.92756 1.99406 7.01964 2.54151 7.98024C3.20804 9.1498 4.35869 9.85965 5.58897 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-moon-cloud-angled-rain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5039 16L11.5039 18M17.0039 16L16.0039 18M13.5039 20L12.5039 22M8.00391 16L7.00391 18M9.00391 20L8.00391 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 10.9757C17.485 10.9756 17.4925 10.9756 17.5 10.9756C19.9853 10.9756 22 12.9821 22 15.4573C22 17.0195 21.2092 18.1905 20 19M17.4776 10.9757C17.4924 10.8116 17.5 10.6455 17.5 10.4777C17.5 7.45243 15.0376 5 12 5C9.12324 5 6.76233 7.19964 6.52042 10.0023M17.4776 10.9757C17.4131 11.6877 17.2119 12.3603 16.9003 12.9675M6.52042 10.0023C3.98398 10.2427 2 12.3703 2 14.9594C2 16.5885 2.78555 18.0693 4 19M6.52042 10.0023C6.67826 9.98733 6.83823 9.97968 7 9.97968C8.12582 9.97968 9.16474 10.3503 10.0005 10.9756%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5039 16L11.5039 18M17.0039 16L16.0039 18M13.5039 20L12.5039 22M8.00391 16L7.00391 18M9.00391 20L8.00391 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 10.9757C17.485 10.9756 17.4925 10.9756 17.5 10.9756C19.9853 10.9756 22 12.9821 22 15.4573C22 17.0195 21.2092 18.1905 20 19M17.4776 10.9757C17.4924 10.8116 17.5 10.6455 17.5 10.4777C17.5 7.45243 15.0376 5 12 5C9.12324 5 6.76233 7.19964 6.52042 10.0023M17.4776 10.9757C17.4131 11.6877 17.2119 12.3603 16.9003 12.9675M6.52042 10.0023C3.98398 10.2427 2 12.3703 2 14.9594C2 16.5885 2.78555 18.0693 4 19M6.52042 10.0023C6.67826 9.98733 6.83823 9.97968 7 9.97968C8.12582 9.97968 9.16474 10.3503 10.0005 10.9756%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-moon-cloud-angled-zap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5784 15L10.8043 17.6838C10.5668 18.0431 10.4481 18.2227 10.5217 18.3614C10.5952 18.5 10.8093 18.5 11.2375 18.5H12.7625C13.1907 18.5 13.4048 18.5 13.4783 18.6386C13.5519 18.7773 13.4332 18.9569 13.1957 19.3162L11.4216 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 11.0001C17.485 11 17.4925 11 17.5 11C19.9853 11 22 13.0147 22 15.5C22 17.8251 20.2624 19.7631 18 20M17.4776 11.0001C17.4924 10.8354 17.5 10.6686 17.5 10.5C17.5 7.46243 15.0376 5 12 5C9.12324 5 6.76233 7.20862 6.52042 10.0227M17.4776 11.0001C17.3753 12.1345 16.9286 13.1696 16.2428 14M6.52042 10.0227C3.98398 10.2641 2 12.4003 2 15C2 17.419 3.71776 19.512 6 19.9753M6.52042 10.0227C6.67826 10.0077 6.83823 10 7 10C8.12582 10 9.16474 10.3721 10.0005 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5784 15L10.8043 17.6838C10.5668 18.0431 10.4481 18.2227 10.5217 18.3614C10.5952 18.5 10.8093 18.5 11.2375 18.5H12.7625C13.1907 18.5 13.4048 18.5 13.4783 18.6386C13.5519 18.7773 13.4332 18.9569 13.1957 19.3162L11.4216 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 11.0001C17.485 11 17.4925 11 17.5 11C19.9853 11 22 13.0147 22 15.5C22 17.8251 20.2624 19.7631 18 20M17.4776 11.0001C17.4924 10.8354 17.5 10.6686 17.5 10.5C17.5 7.46243 15.0376 5 12 5C9.12324 5 6.76233 7.20862 6.52042 10.0227M17.4776 11.0001C17.3753 12.1345 16.9286 13.1696 16.2428 14M6.52042 10.0227C3.98398 10.2641 2 12.4003 2 15C2 17.419 3.71776 19.512 6 19.9753M6.52042 10.0227C6.67826 10.0077 6.83823 10 7 10C8.12582 10 9.16474 10.3721 10.0005 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-moon-cloud-big-rain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 11.0001C17.485 11 17.4925 11 17.5 11C19.9853 11 22 13.0147 22 15.5C22 17.8251 20.2624 19.7631 18 20M17.4776 11.0001C17.4924 10.8354 17.5 10.6686 17.5 10.5C17.5 7.46243 15.0376 5 12 5C9.12324 5 6.76233 7.20862 6.52042 10.0227M17.4776 11.0001C17.3753 12.1345 16.9286 13.1696 16.2428 14M6.52042 10.0227C3.98398 10.2641 2 12.4003 2 15C2 17.419 3.71776 19.512 6 19.9753M6.52042 10.0227C6.67826 10.0077 6.83823 10 7 10C8.12582 10 9.16474 10.3721 10.0005 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19.5034C9.5 18.2482 10.5532 17.0077 11.2924 16.2917C11.6939 15.9028 12.3061 15.9028 12.7076 16.2917C13.4468 17.0077 14.5 18.2482 14.5 19.5034C14.5 20.7341 13.5533 22 12 22C10.4467 22 9.5 20.7341 9.5 19.5034Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 11.0001C17.485 11 17.4925 11 17.5 11C19.9853 11 22 13.0147 22 15.5C22 17.8251 20.2624 19.7631 18 20M17.4776 11.0001C17.4924 10.8354 17.5 10.6686 17.5 10.5C17.5 7.46243 15.0376 5 12 5C9.12324 5 6.76233 7.20862 6.52042 10.0227M17.4776 11.0001C17.3753 12.1345 16.9286 13.1696 16.2428 14M6.52042 10.0227C3.98398 10.2641 2 12.4003 2 15C2 17.419 3.71776 19.512 6 19.9753M6.52042 10.0227C6.67826 10.0077 6.83823 10 7 10C8.12582 10 9.16474 10.3721 10.0005 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19.5034C9.5 18.2482 10.5532 17.0077 11.2924 16.2917C11.6939 15.9028 12.3061 15.9028 12.7076 16.2917C13.4468 17.0077 14.5 18.2482 14.5 19.5034C14.5 20.7341 13.5533 22 12 22C10.4467 22 9.5 20.7341 9.5 19.5034Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-moon-cloud-fast-wind{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1539 21.9146C14.2982 21.9699 14.4536 22 14.6154 22C15.3801 22 16 21.3284 16 20.5C16 19.6716 15.3801 19 14.6154 19C14.3439 19 14.0907 19.0846 13.877 19.2309C12.8158 20.0225 10.85 21.0378 8.61535 21.301M5.84614 21.1936C5.22792 21.0635 4.60867 20.8541 4 20.5478%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 21C19.2581 21 19.9557 21 21 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.50921 10C3.70988 9.65619 3.00904 9.04325 2.5435 8.19953C1.99404 7.2037 1.87455 6.07158 2.12476 5.03854C3.10462 5.81349 4.47158 5.94685 5.60219 5.26383C6.73279 4.58081 7.30589 3.27541 7.15443 2C8.13453 2.28978 9.01179 2.96412 9.56125 3.95995C9.76638 4.33173 9.91159 4.72251 10 5.12003%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.1973 9.504C17.2047 9.50396 17.2122 9.50395 17.2197 9.50395C19.705 9.50395 21.4797 11.46 21.5037 13.56C21.5037 16.56 18.6597 17.88 17.2197 17.76M17.1973 9.504C17.2121 9.34761 17.2197 9.18923 17.2197 9.02917C17.1973 6.35995 14.9997 4.00195 12.0597 4.00195C9.29973 4.00195 7.04564 5.92942 6.80373 8.60151M17.1973 9.504C17.095 10.5812 16.7397 11.4 16.0197 12.264M6.80373 8.60151C4.26729 8.8307 2.57973 10.86 2.51973 12.9C2.33973 15.24 4.07973 16.68 5.52443 17.316C8.99973 18.78 12.5397 17.7 13.7037 15.84C14.2197 14.82 13.6484 13.5371 12.4197 13.23C11.5797 13.02 10.1397 13.5 10.0977 15.012M6.80373 8.60151C6.96157 8.58725 7.15796 8.57995 7.31973 8.57995C8.51973 8.60151 9.38373 9.02395 10.1037 9.50395%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.1539 21.9146C14.2982 21.9699 14.4536 22 14.6154 22C15.3801 22 16 21.3284 16 20.5C16 19.6716 15.3801 19 14.6154 19C14.3439 19 14.0907 19.0846 13.877 19.2309C12.8158 20.0225 10.85 21.0378 8.61535 21.301M5.84614 21.1936C5.22792 21.0635 4.60867 20.8541 4 20.5478%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 21C19.2581 21 19.9557 21 21 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.50921 10C3.70988 9.65619 3.00904 9.04325 2.5435 8.19953C1.99404 7.2037 1.87455 6.07158 2.12476 5.03854C3.10462 5.81349 4.47158 5.94685 5.60219 5.26383C6.73279 4.58081 7.30589 3.27541 7.15443 2C8.13453 2.28978 9.01179 2.96412 9.56125 3.95995C9.76638 4.33173 9.91159 4.72251 10 5.12003%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.1973 9.504C17.2047 9.50396 17.2122 9.50395 17.2197 9.50395C19.705 9.50395 21.4797 11.46 21.5037 13.56C21.5037 16.56 18.6597 17.88 17.2197 17.76M17.1973 9.504C17.2121 9.34761 17.2197 9.18923 17.2197 9.02917C17.1973 6.35995 14.9997 4.00195 12.0597 4.00195C9.29973 4.00195 7.04564 5.92942 6.80373 8.60151M17.1973 9.504C17.095 10.5812 16.7397 11.4 16.0197 12.264M6.80373 8.60151C4.26729 8.8307 2.57973 10.86 2.51973 12.9C2.33973 15.24 4.07973 16.68 5.52443 17.316C8.99973 18.78 12.5397 17.7 13.7037 15.84C14.2197 14.82 13.6484 13.5371 12.4197 13.23C11.5797 13.02 10.1397 13.5 10.0977 15.012M6.80373 8.60151C6.96157 8.58725 7.15796 8.57995 7.31973 8.57995C8.51973 8.60151 9.38373 9.02395 10.1037 9.50395%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-moon-cloud-hailstone{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 11.0448C17.485 11.0448 17.4925 11.0448 17.5 11.0448C19.9853 11.0448 22 13.0745 22 15.5784C22 16.921 21.5 18 21 18.5M17.4776 11.0448C17.4924 10.8789 17.5 10.7109 17.5 10.541C17.5 7.48081 15.0376 5 12 5C9.12324 5 6.76233 7.2251 6.52042 10.0602M17.4776 11.0448C17.3753 12.1877 16.9286 13.2306 16.2428 14.0672M6.52042 10.0602C3.98398 10.3034 2 12.4556 2 15.0746C2 16.4838 2.57432 17.617 3.5 18.5M6.52042 10.0602C6.67826 10.0451 6.83823 10.0373 7 10.0373C8.12582 10.0373 9.16474 10.4122 10.0005 11.0448%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0017 15L12.0062 15.0078M15.0005 17.9967L15.005 18.0044M9.00278 17.9967L9.00727 18.0044M17.9994 20.9933L18.0039 21.0011M6.00391 20.9933L6.0084 21.0011M12.0017 21.9922L12.0062 22%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 11.0448C17.485 11.0448 17.4925 11.0448 17.5 11.0448C19.9853 11.0448 22 13.0745 22 15.5784C22 16.921 21.5 18 21 18.5M17.4776 11.0448C17.4924 10.8789 17.5 10.7109 17.5 10.541C17.5 7.48081 15.0376 5 12 5C9.12324 5 6.76233 7.2251 6.52042 10.0602M17.4776 11.0448C17.3753 12.1877 16.9286 13.2306 16.2428 14.0672M6.52042 10.0602C3.98398 10.3034 2 12.4556 2 15.0746C2 16.4838 2.57432 17.617 3.5 18.5M6.52042 10.0602C6.67826 10.0451 6.83823 10.0373 7 10.0373C8.12582 10.0373 9.16474 10.4122 10.0005 11.0448%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0017 15L12.0062 15.0078M15.0005 17.9967L15.005 18.0044M9.00278 17.9967L9.00727 18.0044M17.9994 20.9933L18.0039 21.0011M6.00391 20.9933L6.0084 21.0011M12.0017 21.9922L12.0062 22%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-moon-cloud-little-rain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9972 14.5V16M8.99609 17.5V19M14.9961 17.5V19M6.49609 20.5V22M17.4961 20.5V22M11.9961 20.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 11.045C17.485 11.045 17.4925 11.0449 17.5 11.0449C19.9853 11.0449 22 13.0747 22 15.5786C22 17.1505 21 18.5 20 19M17.4776 11.045C17.4924 10.8791 17.5 10.711 17.5 10.5412C17.5 7.48088 15.0376 5 12 5C9.12324 5 6.76233 7.22516 6.52042 10.0603M17.4776 11.045C17.3753 12.1879 16.9286 13.2308 16.2428 14.0674M6.52042 10.0603C3.98398 10.3035 2 12.4558 2 15.0749C2 16.723 2.78555 18.081 4 19M6.52042 10.0603C6.67826 10.0452 6.83823 10.0374 7 10.0374C8.12582 10.0374 9.16474 10.4123 10.0005 11.0449%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9972 14.5V16M8.99609 17.5V19M14.9961 17.5V19M6.49609 20.5V22M17.4961 20.5V22M11.9961 20.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 11.045C17.485 11.045 17.4925 11.0449 17.5 11.0449C19.9853 11.0449 22 13.0747 22 15.5786C22 17.1505 21 18.5 20 19M17.4776 11.045C17.4924 10.8791 17.5 10.711 17.5 10.5412C17.5 7.48088 15.0376 5 12 5C9.12324 5 6.76233 7.22516 6.52042 10.0603M17.4776 11.045C17.3753 12.1879 16.9286 13.2308 16.2428 14.0674M6.52042 10.0603C3.98398 10.3035 2 12.4558 2 15.0749C2 16.723 2.78555 18.081 4 19M6.52042 10.0603C6.67826 10.0452 6.83823 10.0374 7 10.0374C8.12582 10.0374 9.16474 10.4123 10.0005 11.0449%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-moon-cloud-little-snow{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 10.9867C17.485 10.9867 17.4925 10.9867 17.5 10.9867C19.9853 10.9867 22 12.9969 22 15.4767C22 17.2396 20.9817 18.7653 19.5 19.5M17.4776 10.9867C17.4924 10.8224 17.5 10.656 17.5 10.4878C17.5 7.45697 15.0376 5 12 5C9.12324 5 6.76233 7.20372 6.52042 10.0116M17.4776 10.9867C17.395 11.9014 16.9769 12.6883 16.5 13.4181M6.52042 10.0116C3.98398 10.2524 2 12.3839 2 14.9778C2 16.8244 3.0055 18.4367 4.5 19.2993M6.52042 10.0116C6.67826 9.99657 6.83823 9.98891 7 9.98891C8.12582 9.98891 9.16474 10.3602 10.0005 10.9867%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16L13 18M13 16L11 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 20L17 22M17 20L15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 20L9 22M9 20L7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 10.9867C17.485 10.9867 17.4925 10.9867 17.5 10.9867C19.9853 10.9867 22 12.9969 22 15.4767C22 17.2396 20.9817 18.7653 19.5 19.5M17.4776 10.9867C17.4924 10.8224 17.5 10.656 17.5 10.4878C17.5 7.45697 15.0376 5 12 5C9.12324 5 6.76233 7.20372 6.52042 10.0116M17.4776 10.9867C17.395 11.9014 16.9769 12.6883 16.5 13.4181M6.52042 10.0116C3.98398 10.2524 2 12.3839 2 14.9778C2 16.8244 3.0055 18.4367 4.5 19.2993M6.52042 10.0116C6.67826 9.99657 6.83823 9.98891 7 9.98891C8.12582 9.98891 9.16474 10.3602 10.0005 10.9867%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16L13 18M13 16L11 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 20L17 22M17 20L15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 20L9 22M9 20L7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-moon-cloud-mid-rain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 11.0091C17.485 11.0091 17.4925 11.0091 17.5 11.0091C19.9853 11.0091 22 13.0269 22 15.5159C22 17.2442 20.9257 18.2931 19.5 19M17.4776 11.0091C17.4924 10.8442 17.5 10.6772 17.5 10.5083C17.5 7.46617 15.0376 5 12 5C9.12324 5 6.76233 7.21197 6.52042 10.0303M17.4776 11.0091C17.3954 11.9219 17.091 12.7704 16.6189 13.5M6.52042 10.0303C3.98398 10.2721 2 12.4116 2 15.0152C2 16.8687 3.0055 18.1412 4.5 19M6.52042 10.0303C6.67826 10.0153 6.83823 10.0076 7 10.0076C7.91072 10.0076 8.76457 10.2514 9.5 10.6775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0434 13L10.907 14.036C10.3596 14.596 10.3596 15.492 10.9358 16.052C11.224 16.332 11.6401 16.5 12.0434 16.5C12.4468 16.5 12.7797 16.36 13.0678 16.108C13.6441 15.548 13.6441 14.624 13.0678 14.064L12.0434 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.54345 18.5L7.40701 19.536C6.8596 20.096 6.85963 20.992 7.43585 21.552C7.72396 21.832 8.14009 22 8.54345 22C8.9468 22 9.27972 21.86 9.56783 21.608C10.1441 21.048 10.1441 20.124 9.56783 19.564L8.54345 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5434 18.5L14.407 19.536C13.8596 20.096 13.8596 20.992 14.4358 21.552C14.724 21.832 15.1401 22 15.5434 22C15.9468 22 16.2797 21.86 16.5678 21.608C17.1441 21.048 17.1441 20.124 16.5678 19.564L15.5434 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 11.0091C17.485 11.0091 17.4925 11.0091 17.5 11.0091C19.9853 11.0091 22 13.0269 22 15.5159C22 17.2442 20.9257 18.2931 19.5 19M17.4776 11.0091C17.4924 10.8442 17.5 10.6772 17.5 10.5083C17.5 7.46617 15.0376 5 12 5C9.12324 5 6.76233 7.21197 6.52042 10.0303M17.4776 11.0091C17.3954 11.9219 17.091 12.7704 16.6189 13.5M6.52042 10.0303C3.98398 10.2721 2 12.4116 2 15.0152C2 16.8687 3.0055 18.1412 4.5 19M6.52042 10.0303C6.67826 10.0153 6.83823 10.0076 7 10.0076C7.91072 10.0076 8.76457 10.2514 9.5 10.6775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0434 13L10.907 14.036C10.3596 14.596 10.3596 15.492 10.9358 16.052C11.224 16.332 11.6401 16.5 12.0434 16.5C12.4468 16.5 12.7797 16.36 13.0678 16.108C13.6441 15.548 13.6441 14.624 13.0678 14.064L12.0434 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.54345 18.5L7.40701 19.536C6.8596 20.096 6.85963 20.992 7.43585 21.552C7.72396 21.832 8.14009 22 8.54345 22C8.9468 22 9.27972 21.86 9.56783 21.608C10.1441 21.048 10.1441 20.124 9.56783 19.564L8.54345 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5434 18.5L14.407 19.536C13.8596 20.096 13.8596 20.992 14.4358 21.552C14.724 21.832 15.1401 22 15.5434 22C15.9468 22 16.2797 21.86 16.5678 21.608C17.1441 21.048 17.1441 20.124 16.5678 19.564L15.5434 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-moon-cloud-mid-snow{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 16V22M14.5 17.5L9.50013 20.5M9.5 17.5L14.4999 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 11.045C17.485 11.045 17.4925 11.0449 17.5 11.0449C19.9853 11.0449 22 13.0747 22 15.5786C22 17.7363 20.504 19.5419 18.5 20M17.4776 11.045C17.4924 10.8791 17.5 10.711 17.5 10.5412C17.5 7.48088 15.0376 5 12 5C9.12324 5 6.76233 7.22516 6.52042 10.0603M17.4776 11.045C17.395 11.9686 16.9769 12.7631 16.5 13.5M6.52042 10.0603C3.98398 10.3035 2 12.4558 2 15.0749C2 17.3305 3.47145 19.2398 5.5 19.8817M6.52042 10.0603C6.67826 10.0452 6.83823 10.0374 7 10.0374C8.12582 10.0374 9.16474 10.4123 10.0005 11.0449%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 16V22M14.5 17.5L9.50013 20.5M9.5 17.5L14.4999 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 11.045C17.485 11.045 17.4925 11.0449 17.5 11.0449C19.9853 11.0449 22 13.0747 22 15.5786C22 17.7363 20.504 19.5419 18.5 20M17.4776 11.045C17.4924 10.8791 17.5 10.711 17.5 10.5412C17.5 7.48088 15.0376 5 12 5C9.12324 5 6.76233 7.22516 6.52042 10.0603M17.4776 11.045C17.395 11.9686 16.9769 12.7631 16.5 13.5M6.52042 10.0603C3.98398 10.3035 2 12.4558 2 15.0749C2 17.3305 3.47145 19.2398 5.5 19.8817M6.52042 10.0603C6.67826 10.0452 6.83823 10.0374 7 10.0374C8.12582 10.0374 9.16474 10.4123 10.0005 11.0449%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-moon-cloud-slow-wind{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 17.6579L8.32669 17.4C9.00235 16.8667 9.79765 16.8667 10.4733 17.4L10.7267 17.6C11.4024 18.1333 12.1976 18.1333 12.8733 17.6L13.1267 17.4C13.8024 16.8667 14.5976 16.8667 15.2733 17.4L15.5267 17.6C15.6792 17.7204 15.8378 17.8136 15.9998 17.8796M14 21.6L14.2693 21.4C14.9875 20.8667 15.8328 20.8667 16.5509 21.4L16.8202 21.6C17.5384 22.1333 18.3837 22.1333 19.1018 21.6L19.3712 21.4C20.0893 20.8667 20.9346 20.8667 21.6528 21.4L22 21.6579M10 21.6L9.73069 21.4C9.01254 20.8667 8.16723 20.8667 7.44908 21.4L7.17977 21.6C6.46161 22.1333 5.61631 22.1333 4.89815 21.6L4.62885 21.4C3.91069 20.8667 3.06539 20.8667 2.34723 21.4L2 21.6579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 10.9008C17.485 10.9007 17.4925 10.9007 17.5 10.9007C19.9853 10.9007 22 12.8821 22 15.3263C22 16.4936 21.5404 17.7092 20.7895 18.5M17.4776 10.9008C17.4924 10.7388 17.5 10.5748 17.5 10.409C17.5 7.42169 15.0376 5 12 5C9.12324 5 6.76233 7.17208 6.52042 9.9396M17.4776 10.9008C17.3753 12.0165 16.9286 13.0344 16.2428 13.8511M6.52042 9.9396C3.98398 10.177 2 12.2779 2 14.8345C2 16.2101 2.57432 17.6076 3.5 18.5M6.52042 9.9396C6.67826 9.92483 6.83823 9.91727 7 9.91727C8.12582 9.91727 9.16474 10.2832 10.0005 10.9007%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 17.6579L8.32669 17.4C9.00235 16.8667 9.79765 16.8667 10.4733 17.4L10.7267 17.6C11.4024 18.1333 12.1976 18.1333 12.8733 17.6L13.1267 17.4C13.8024 16.8667 14.5976 16.8667 15.2733 17.4L15.5267 17.6C15.6792 17.7204 15.8378 17.8136 15.9998 17.8796M14 21.6L14.2693 21.4C14.9875 20.8667 15.8328 20.8667 16.5509 21.4L16.8202 21.6C17.5384 22.1333 18.3837 22.1333 19.1018 21.6L19.3712 21.4C20.0893 20.8667 20.9346 20.8667 21.6528 21.4L22 21.6579M10 21.6L9.73069 21.4C9.01254 20.8667 8.16723 20.8667 7.44908 21.4L7.17977 21.6C6.46161 22.1333 5.61631 22.1333 4.89815 21.6L4.62885 21.4C3.91069 20.8667 3.06539 20.8667 2.34723 21.4L2 21.6579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 10.9008C17.485 10.9007 17.4925 10.9007 17.5 10.9007C19.9853 10.9007 22 12.8821 22 15.3263C22 16.4936 21.5404 17.7092 20.7895 18.5M17.4776 10.9008C17.4924 10.7388 17.5 10.5748 17.5 10.409C17.5 7.42169 15.0376 5 12 5C9.12324 5 6.76233 7.17208 6.52042 9.9396M17.4776 10.9008C17.3753 12.0165 16.9286 13.0344 16.2428 13.8511M6.52042 9.9396C3.98398 10.177 2 12.2779 2 14.8345C2 16.2101 2.57432 17.6076 3.5 18.5M6.52042 9.9396C6.67826 9.92483 6.83823 9.91727 7 9.91727C8.12582 9.91727 9.16474 10.2832 10.0005 10.9007%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-moon-cloud-snow{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9978 17.9974L12.0022 18.0052M15.9955 16L16 16.0078M8 16L8.00449 16.0078M15.9955 19.9948L16 20.0026M8 19.9948L8.00449 20.0026M11.9978 21.9922L12.0022 22%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 10.9867C17.485 10.9867 17.4925 10.9867 17.5 10.9867C19.9853 10.9867 22 12.9969 22 15.4767C22 17.2396 20.9817 18.7653 19.5 19.5M17.4776 10.9867C17.4924 10.8224 17.5 10.656 17.5 10.4878C17.5 7.45697 15.0376 5 12 5C9.12324 5 6.76233 7.20372 6.52042 10.0116M17.4776 10.9867C17.395 11.9014 16.9769 12.6883 16.5 13.4181M6.52042 10.0116C3.98398 10.2524 2 12.3839 2 14.9778C2 16.8244 3.0055 18.4367 4.5 19.2993M6.52042 10.0116C6.67826 9.99657 6.83823 9.98891 7 9.98891C8.12582 9.98891 9.16474 10.3602 10.0005 10.9867%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9978 17.9974L12.0022 18.0052M15.9955 16L16 16.0078M8 16L8.00449 16.0078M15.9955 19.9948L16 20.0026M8 19.9948L8.00449 20.0026M11.9978 21.9922L12.0022 22%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 10.9867C17.485 10.9867 17.4925 10.9867 17.5 10.9867C19.9853 10.9867 22 12.9969 22 15.4767C22 17.2396 20.9817 18.7653 19.5 19.5M17.4776 10.9867C17.4924 10.8224 17.5 10.656 17.5 10.4878C17.5 7.45697 15.0376 5 12 5C9.12324 5 6.76233 7.20372 6.52042 10.0116M17.4776 10.9867C17.395 11.9014 16.9769 12.6883 16.5 13.4181M6.52042 10.0116C3.98398 10.2524 2 12.3839 2 14.9778C2 16.8244 3.0055 18.4367 4.5 19.2993M6.52042 10.0116C6.67826 9.99657 6.83823 9.98891 7 9.98891C8.12582 9.98891 9.16474 10.3602 10.0005 10.9867%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 5.13829C9.91652 4.70849 9.76249 4.28506 9.53351 3.88456C8.98606 2.92704 8.11203 2.27864 7.13552 2C7.28642 3.22635 6.71543 4.48154 5.58897 5.13829C4.46251 5.79504 3.10057 5.66681 2.1243 4.92166C1.87501 5.91497 1.99406 7.00354 2.54151 7.96107C3.48512 9.61151 5.39904 10.3436 7.13552 9.84664%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-moon-cloud{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 12.0001C17.485 12 17.4925 12 17.5 12C19.9853 12 22 14.0147 22 16.5C22 18.9853 19.9853 21 17.5 21H7C4.23858 21 2 18.7614 2 16C2 13.4003 3.98398 11.2641 6.52042 11.0227M17.4776 12.0001C17.4924 11.8354 17.5 11.6686 17.5 11.5C17.5 8.46243 15.0376 6 12 6C9.12324 6 6.76233 8.20862 6.52042 11.0227M17.4776 12.0001C17.3753 13.1345 16.9286 14.1696 16.2428 15M6.52042 11.0227C6.67826 11.0077 6.83823 11 7 11C8.12582 11 9.16474 11.3721 10.0005 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5.53058C10.9061 5.04705 10.7328 4.5707 10.4752 4.12013C9.85932 3.04292 8.87603 2.31347 7.77746 2C7.94723 3.37965 7.30486 4.79173 6.03759 5.53058C4.77033 6.26942 3.23814 6.12516 2.13984 5.28687C1.85939 6.40434 1.99332 7.62899 2.6092 8.7062C3.44206 10.1629 4.94685 10.9839 6.5 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 12.0001C17.485 12 17.4925 12 17.5 12C19.9853 12 22 14.0147 22 16.5C22 18.9853 19.9853 21 17.5 21H7C4.23858 21 2 18.7614 2 16C2 13.4003 3.98398 11.2641 6.52042 11.0227M17.4776 12.0001C17.4924 11.8354 17.5 11.6686 17.5 11.5C17.5 8.46243 15.0376 6 12 6C9.12324 6 6.76233 8.20862 6.52042 11.0227M17.4776 12.0001C17.3753 13.1345 16.9286 14.1696 16.2428 15M6.52042 11.0227C6.67826 11.0077 6.83823 11 7 11C8.12582 11 9.16474 11.3721 10.0005 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 5.53058C10.9061 5.04705 10.7328 4.5707 10.4752 4.12013C9.85932 3.04292 8.87603 2.31347 7.77746 2C7.94723 3.37965 7.30486 4.79173 6.03759 5.53058C4.77033 6.26942 3.23814 6.12516 2.13984 5.28687C1.85939 6.40434 1.99332 7.62899 2.6092 8.7062C3.44206 10.1629 4.94685 10.9839 6.5 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-moon-eclipse{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2.2002C14.5645 3.12674 18 7.16224 18 12.0002C18 16.8381 14.5645 20.8736 10 21.8001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 2.2002C14.5645 3.12674 18 7.16224 18 12.0002C18 16.8381 14.5645 20.8736 10 21.8001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-moon-fast-wind{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5483 17C20.7476 15.9645 21.5819 14.6272 22 13.1756C19.5473 13.4746 17.0369 12.3432 15.7234 10.1113C14.4099 7.87928 14.6664 5.1807 16.1567 3.2463C14.1701 2.75234 11.9929 2.98823 10.0779 4.07295C7.30713 5.64236 5.83056 8.56635 6.0155 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15C5.5 18.5 11.5755 17 12.7324 15C12.9026 14.7058 13 14.3643 13 14C13 12.8954 12.1046 12 11 12C9.89543 12 9 12.8954 9 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0001 20.9146C14.1565 20.9699 14.3248 21 14.5001 21C15.3285 21 16.0001 20.3284 16.0001 19.5C16.0001 18.6716 15.3285 18 14.5001 18C14.206 18 13.9317 18.0846 13.7002 18.2309C12.5505 19.0225 10.4209 20.0378 8 20.301M5 20.1936C4.33025 20.0635 3.6594 19.8541 3 19.5478%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 20.0003C19.2581 20.0003 19.9557 19.8804 21 19.4551%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5483 17C20.7476 15.9645 21.5819 14.6272 22 13.1756C19.5473 13.4746 17.0369 12.3432 15.7234 10.1113C14.4099 7.87928 14.6664 5.1807 16.1567 3.2463C14.1701 2.75234 11.9929 2.98823 10.0779 4.07295C7.30713 5.64236 5.83056 8.56635 6.0155 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15C5.5 18.5 11.5755 17 12.7324 15C12.9026 14.7058 13 14.3643 13 14C13 12.8954 12.1046 12 11 12C9.89543 12 9 12.8954 9 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0001 20.9146C14.1565 20.9699 14.3248 21 14.5001 21C15.3285 21 16.0001 20.3284 16.0001 19.5C16.0001 18.6716 15.3285 18 14.5001 18C14.206 18 13.9317 18.0846 13.7002 18.2309C12.5505 19.0225 10.4209 20.0378 8 20.301M5 20.1936C4.33025 20.0635 3.6594 19.8541 3 19.5478%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 20.0003C19.2581 20.0003 19.9557 19.8804 21 19.4551%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-moon-slow-wind{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5483 18C20.7476 16.9645 21.5819 15.6272 22 14.1756C19.5473 14.4746 17.0369 13.3432 15.7234 11.1113C14.4099 8.87928 14.6664 6.1807 16.1567 4.2463C14.1701 3.75234 11.9929 3.98823 10.0779 5.07295C7.30713 6.64236 5.83056 9.56635 6.0155 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15.3739C3.13649 16.1865 4.59053 16.1865 5.72702 15.3739C6.41225 14.8754 7.31476 14.8754 7.99999 15.3739C9.13648 16.1865 10.6072 16.2049 11.727 15.3924M17 19.6352C15.8635 18.8226 14.4095 18.8226 13.273 19.6352C12.5877 20.1338 11.6685 20.1153 10.9833 19.6167C9.8468 18.8042 8.39277 18.8042 7.27299 19.6167C6.57104 20.1153 5.68524 20.1153 5 19.6167%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.5483 18C20.7476 16.9645 21.5819 15.6272 22 14.1756C19.5473 14.4746 17.0369 13.3432 15.7234 11.1113C14.4099 8.87928 14.6664 6.1807 16.1567 4.2463C14.1701 3.75234 11.9929 3.98823 10.0779 5.07295C7.30713 6.64236 5.83056 9.56635 6.0155 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15.3739C3.13649 16.1865 4.59053 16.1865 5.72702 15.3739C6.41225 14.8754 7.31476 14.8754 7.99999 15.3739C9.13648 16.1865 10.6072 16.2049 11.727 15.3924M17 19.6352C15.8635 18.8226 14.4095 18.8226 13.273 19.6352C12.5877 20.1338 11.6685 20.1153 10.9833 19.6167C9.8468 18.8042 8.39277 18.8042 7.27299 19.6167C6.57104 20.1153 5.68524 20.1153 5 19.6167%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-moon{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5 14.0784C20.3003 14.7189 18.9301 15.0821 17.4751 15.0821C12.7491 15.0821 8.91792 11.2509 8.91792 6.52485C8.91792 5.06986 9.28105 3.69968 9.92163 2.5C5.66765 3.49698 2.5 7.31513 2.5 11.8731C2.5 17.1899 6.8101 21.5 12.1269 21.5C16.6849 21.5 20.503 18.3324 21.5 14.0784Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21.5 14.0784C20.3003 14.7189 18.9301 15.0821 17.4751 15.0821C12.7491 15.0821 8.91792 11.2509 8.91792 6.52485C8.91792 5.06986 9.28105 3.69968 9.92163 2.5C5.66765 3.49698 2.5 7.31513 2.5 11.8731C2.5 17.1899 6.8101 21.5 12.1269 21.5C16.6849 21.5 20.503 18.3324 21.5 14.0784Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-moonset{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 6.5C17.4915 7.0057 18.7998 9 19.5 9M22 6.5C21.5085 7.0057 20.2002 9 19.5 9M19.5 9V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.75 18C17.3235 17.1916 17.7446 16.2813 18 15.3219C15.7006 15.6252 13.3471 14.4775 12.1157 12.2135C10.8843 9.94939 11.1247 7.21203 12.5219 5.24984C10.6594 4.74879 8.61836 4.98806 6.823 6.08837C3.1672 8.32888 1.91462 13.2911 4.0253 17.1718C4.18331 17.4623 4.35569 17.7385 4.54094 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 6.5C17.4915 7.0057 18.7998 9 19.5 9M22 6.5C21.5085 7.0057 20.2002 9 19.5 9M19.5 9V3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.75 18C17.3235 17.1916 17.7446 16.2813 18 15.3219C15.7006 15.6252 13.3471 14.4775 12.1157 12.2135C10.8843 9.94939 11.1247 7.21203 12.5219 5.24984C10.6594 4.74879 8.61836 4.98806 6.823 6.08837C3.1672 8.32888 1.91462 13.2911 4.0253 17.1718C4.18331 17.4623 4.35569 17.7385 4.54094 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-rain-double-drop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 13.3424C2 9.9951 4.73825 6.68726 6.66022 4.77778C7.70404 3.74074 9.29597 3.74074 10.3398 4.77778C12.2617 6.68726 15 9.9951 15 13.3424C15 16.6243 12.5386 20 8.5 20C4.46142 20 2 16.6243 2 13.3424Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.4999 20C19.5385 20 21.9999 16.6243 21.9999 13.3424C21.9999 9.9951 19.2617 6.68726 17.3397 4.77778C16.2959 3.74074 14.704 3.74074 13.6602 4.77778%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 13.3424C2 9.9951 4.73825 6.68726 6.66022 4.77778C7.70404 3.74074 9.29597 3.74074 10.3398 4.77778C12.2617 6.68726 15 9.9951 15 13.3424C15 16.6243 12.5386 20 8.5 20C4.46142 20 2 16.6243 2 13.3424Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.4999 20C19.5385 20 21.9999 16.6243 21.9999 13.3424C21.9999 9.9951 19.2617 6.68726 17.3397 4.77778C16.2959 3.74074 14.704 3.74074 13.6602 4.77778%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-rain-drop{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13.678C3.5 9.49387 7.08079 5.35907 9.59413 2.97222C10.9591 1.67593 13.0409 1.67593 14.4059 2.97222C16.9192 5.35907 20.5 9.49387 20.5 13.678C20.5 17.7804 17.2812 22 12 22C6.71878 22 3.5 17.7804 3.5 13.678Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3.5 13.678C3.5 9.49387 7.08079 5.35907 9.59413 2.97222C10.9591 1.67593 13.0409 1.67593 14.4059 2.97222C16.9192 5.35907 20.5 9.49387 20.5 13.678C20.5 17.7804 17.2812 22 12 22C6.71878 22 3.5 17.7804 3.5 13.678Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-rain{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 7.67122C3 5.99755 4.47444 4.34363 5.50935 3.38889C6.0714 2.87037 6.9286 2.87037 7.49065 3.38889C8.52556 4.34363 10 5.99755 10 7.67122C10 9.31217 8.67462 11 6.5 11C4.32538 11 3 9.31217 3 7.67122Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 17.6712C8.5 15.9975 9.97444 14.3436 11.0093 13.3889C11.5714 12.8704 12.4286 12.8704 12.9907 13.3889C14.0256 14.3436 15.5 15.9975 15.5 17.6712C15.5 19.3122 14.1746 21 12 21C9.82538 21 8.5 19.3122 8.5 17.6712Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 7.67122C14 5.99755 15.4744 4.34363 16.5093 3.38889C17.0714 2.87037 17.9286 2.87037 18.4907 3.38889C19.5256 4.34363 21 5.99755 21 7.67122C21 9.31217 19.6746 11 17.5 11C15.3254 11 14 9.31217 14 7.67122Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 7.67122C3 5.99755 4.47444 4.34363 5.50935 3.38889C6.0714 2.87037 6.9286 2.87037 7.49065 3.38889C8.52556 4.34363 10 5.99755 10 7.67122C10 9.31217 8.67462 11 6.5 11C4.32538 11 3 9.31217 3 7.67122Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8.5 17.6712C8.5 15.9975 9.97444 14.3436 11.0093 13.3889C11.5714 12.8704 12.4286 12.8704 12.9907 13.3889C14.0256 14.3436 15.5 15.9975 15.5 17.6712C15.5 19.3122 14.1746 21 12 21C9.82538 21 8.5 19.3122 8.5 17.6712Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14 7.67122C14 5.99755 15.4744 4.34363 16.5093 3.38889C17.0714 2.87037 17.9286 2.87037 18.4907 3.38889C19.5256 4.34363 21 5.99755 21 7.67122C21 9.31217 19.6746 11 17.5 11C15.3254 11 14 9.31217 14 7.67122Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-rainbow{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 15V12C2 7.58172 5.58172 4 10 4C13.3574 4 16.3229 6.06817 17.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 15V12C5 9.23858 7.23858 7 10 7C11.8507 7 13.6488 8.0055 14.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15V12C8 10.8954 8.89543 10 10 10C10.9319 10 11.778 10.6374 12 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5127 15.2C19.5168 15.2 19.5209 15.2 19.525 15.2C20.8919 15.2 22 16.2745 22 17.6C22 18.9255 20.8919 20 19.525 20H13.75C12.2312 20 11 18.8061 11 17.3333C11 15.9469 12.0912 14.8075 13.4862 14.6788M19.5127 15.2C19.5208 15.1122 19.525 15.0232 19.525 14.9333C19.525 13.3133 18.1707 12 16.5 12C14.9178 12 13.6193 13.1779 13.4862 14.6788M19.5127 15.2C19.4564 15.8051 19.2107 16.3571 18.8336 16.8M13.4862 14.6788C13.573 14.6708 13.661 14.6667 13.75 14.6667C14.3692 14.6667 14.9406 14.8651 15.4003 15.2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 15V12C2 7.58172 5.58172 4 10 4C13.3574 4 16.3229 6.06817 17.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 15V12C5 9.23858 7.23858 7 10 7C11.8507 7 13.6488 8.0055 14.5 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15V12C8 10.8954 8.89543 10 10 10C10.9319 10 11.778 10.6374 12 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.5127 15.2C19.5168 15.2 19.5209 15.2 19.525 15.2C20.8919 15.2 22 16.2745 22 17.6C22 18.9255 20.8919 20 19.525 20H13.75C12.2312 20 11 18.8061 11 17.3333C11 15.9469 12.0912 14.8075 13.4862 14.6788M19.5127 15.2C19.5208 15.1122 19.525 15.0232 19.525 14.9333C19.525 13.3133 18.1707 12 16.5 12C14.9178 12 13.6193 13.1779 13.4862 14.6788M19.5127 15.2C19.4564 15.8051 19.2107 16.3571 18.8336 16.8M13.4862 14.6788C13.573 14.6708 13.661 14.6667 13.75 14.6667C14.3692 14.6667 14.9406 14.8651 15.4003 15.2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sailboat-coastal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 18C4.59373 17.0625 3.80546 15.9647 3.39377 14.9482C3.10599 14.2376 2.96211 13.8823 3.2594 13.4411C3.55669 13 4.0378 13 5 13L19 13C19.9622 13 20.4433 13 20.7406 13.4411C21.0379 13.8823 20.894 14.2376 20.6062 14.9482C20.1945 15.9647 19.4063 17.0625 18 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.8417 3.46469L17.9109 6.30956C18.7796 7.50391 19.2139 8.10108 18.896 8.55054C18.5782 9 17.7215 9 16.0082 9L10.6283 9C8.44171 9 7.3484 9 7.06067 8.46141C6.77293 7.92283 7.52225 7.27894 9.02088 5.99117L12.3316 3.1463C13.2563 2.35171 13.7186 1.95441 14.2671 2.00416C14.8156 2.05391 15.1576 2.52417 15.8417 3.46469Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 13L14 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21L22 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 18C4.59373 17.0625 3.80546 15.9647 3.39377 14.9482C3.10599 14.2376 2.96211 13.8823 3.2594 13.4411C3.55669 13 4.0378 13 5 13L19 13C19.9622 13 20.4433 13 20.7406 13.4411C21.0379 13.8823 20.894 14.2376 20.6062 14.9482C20.1945 15.9647 19.4063 17.0625 18 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.8417 3.46469L17.9109 6.30956C18.7796 7.50391 19.2139 8.10108 18.896 8.55054C18.5782 9 17.7215 9 16.0082 9L10.6283 9C8.44171 9 7.3484 9 7.06067 8.46141C6.77293 7.92283 7.52225 7.27894 9.02088 5.99117L12.3316 3.1463C13.2563 2.35171 13.7186 1.95441 14.2671 2.00416C14.8156 2.05391 15.1576 2.52417 15.8417 3.46469Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 13L14 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21L22 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sailboat-offshore{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 19C4.59373 18.0625 3.80546 16.9647 3.39377 15.9482C3.10599 15.2376 2.96211 14.8823 3.2594 14.4411C3.55669 14 4.0378 14 5 14L19 14C19.9622 14 20.4433 14 20.7406 14.4411C21.0379 14.8823 20.894 15.2376 20.6062 15.9482C20.1945 16.9647 19.4063 18.0625 18 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.1049 3.67393L17.0016 6.92522C17.7979 8.29018 18.1961 8.97266 17.9047 9.48633C17.6133 10 16.8281 10 15.2575 10L10.326 10C8.32157 10 7.31937 10 7.05561 9.38447C6.79185 8.76895 7.47873 8.03307 8.85247 6.56134L11.8873 3.31006C12.7349 2.40195 13.1587 1.9479 13.6615 2.00476C14.1643 2.06161 14.4778 2.59905 15.1049 3.67393Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 14L14 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21.6083C2.79944 22.106 3.83288 22.106 4.65182 21.6083C5.95823 20.7972 7.6546 20.7972 8.9805 21.6083C8.9805 21.6267 9.00001 21.6267 9.00001 21.6267C9.79945 22.1244 10.8524 22.1244 11.6518 21.6267C12.9777 20.8157 14.6741 20.8157 16 21.6267C16.7994 22.1244 17.8329 22.106 18.6518 21.6083C19.6529 20.9868 20.8831 20.8415 22 21.1726%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 19C4.59373 18.0625 3.80546 16.9647 3.39377 15.9482C3.10599 15.2376 2.96211 14.8823 3.2594 14.4411C3.55669 14 4.0378 14 5 14L19 14C19.9622 14 20.4433 14 20.7406 14.4411C21.0379 14.8823 20.894 15.2376 20.6062 15.9482C20.1945 16.9647 19.4063 18.0625 18 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.1049 3.67393L17.0016 6.92522C17.7979 8.29018 18.1961 8.97266 17.9047 9.48633C17.6133 10 16.8281 10 15.2575 10L10.326 10C8.32157 10 7.31937 10 7.05561 9.38447C6.79185 8.76895 7.47873 8.03307 8.85247 6.56134L11.8873 3.31006C12.7349 2.40195 13.1587 1.9479 13.6615 2.00476C14.1643 2.06161 14.4778 2.59905 15.1049 3.67393Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 14L14 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 21.6083C2.79944 22.106 3.83288 22.106 4.65182 21.6083C5.95823 20.7972 7.6546 20.7972 8.9805 21.6083C8.9805 21.6267 9.00001 21.6267 9.00001 21.6267C9.79945 22.1244 10.8524 22.1244 11.6518 21.6267C12.9777 20.8157 14.6741 20.8157 16 21.6267C16.7994 22.1244 17.8329 22.106 18.6518 21.6083C19.6529 20.9868 20.8831 20.8415 22 21.1726%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-slow-winds{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 5.63247C19.8635 4.81397 18.4095 4.81397 17.273 5.63247C16.5877 6.13474 15.6685 6.11614 14.9833 5.61388C13.8468 4.79537 12.3928 4.79537 11.273 5.61388C10.571 6.11614 9.68524 6.11614 9 5.61388%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9.37672C4.16839 10.1953 5.66323 10.1953 6.83162 9.37672C7.53608 8.87443 8.46392 8.87443 9.16838 9.37672C10.3368 10.1953 11.8488 10.2139 13 9.39531%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 14.6233C19.8635 13.8047 18.4095 13.8047 17.273 14.6233C16.5877 15.1256 15.6852 15.1256 15 14.6233C13.8635 13.8047 12.3928 13.7861 11.273 14.6047C10.571 15.107 9.68524 15.107 9 14.6047%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 18.3767C4.16839 19.1953 5.66323 19.1953 6.83162 18.3767C7.53608 17.8744 8.46392 17.8744 9.16838 18.3767C10.3368 19.1953 11.8488 19.2139 13 18.3953%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 5.63247C19.8635 4.81397 18.4095 4.81397 17.273 5.63247C16.5877 6.13474 15.6685 6.11614 14.9833 5.61388C13.8468 4.79537 12.3928 4.79537 11.273 5.61388C10.571 6.11614 9.68524 6.11614 9 5.61388%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 9.37672C4.16839 10.1953 5.66323 10.1953 6.83162 9.37672C7.53608 8.87443 8.46392 8.87443 9.16838 9.37672C10.3368 10.1953 11.8488 10.2139 13 9.39531%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 14.6233C19.8635 13.8047 18.4095 13.8047 17.273 14.6233C16.5877 15.1256 15.6852 15.1256 15 14.6233C13.8635 13.8047 12.3928 13.7861 11.273 14.6047C10.571 15.107 9.68524 15.107 9 14.6047%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 18.3767C4.16839 19.1953 5.66323 19.1953 6.83162 18.3767C7.53608 17.8744 8.46392 17.8744 9.16838 18.3767C10.3368 19.1953 11.8488 19.2139 13 18.3953%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-snow{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 14.25L20.1689 13.591C19.223 12.841 18.75 12.466 18.75 12C18.75 11.534 19.223 11.159 20.1689 10.409L21 9.75M3 9.75L3.83115 10.409C4.77705 11.159 5.25 11.534 5.25 12C5.25 12.466 4.77705 12.841 3.83115 13.591L3 14.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5718 21L14.7282 19.9412C14.9062 18.7362 14.9951 18.1337 15.4019 17.8986C15.8087 17.6635 16.3744 17.8876 17.5058 18.3358L18.5 18.7296M9.4282 3L9.27182 4.0588C9.09384 5.26379 9.00486 5.86629 8.59808 6.10139C8.1913 6.3365 7.62558 6.1124 6.49416 5.6642L5.5 5.27038%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 18.7317L6.07032 18.3375C7.2884 17.8889 7.89747 17.6645 8.33521 17.8994C8.77295 18.1343 8.86844 18.7367 9.05941 19.9414L9.22722 21M19 5.26825L17.9297 5.66249C16.7116 6.11115 16.1025 6.33548 15.6648 6.1006C15.2271 5.86571 15.1316 5.26333 14.9406 4.05859L14.7728 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12.0003H5M15.5 17.9998L8.5 6M15.5 6.00025L8.5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 14.25L20.1689 13.591C19.223 12.841 18.75 12.466 18.75 12C18.75 11.534 19.223 11.159 20.1689 10.409L21 9.75M3 9.75L3.83115 10.409C4.77705 11.159 5.25 11.534 5.25 12C5.25 12.466 4.77705 12.841 3.83115 13.591L3 14.25%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.5718 21L14.7282 19.9412C14.9062 18.7362 14.9951 18.1337 15.4019 17.8986C15.8087 17.6635 16.3744 17.8876 17.5058 18.3358L18.5 18.7296M9.4282 3L9.27182 4.0588C9.09384 5.26379 9.00486 5.86629 8.59808 6.10139C8.1913 6.3365 7.62558 6.1124 6.49416 5.6642L5.5 5.27038%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5 18.7317L6.07032 18.3375C7.2884 17.8889 7.89747 17.6645 8.33521 17.8994C8.77295 18.1343 8.86844 18.7367 9.05941 19.9414L9.22722 21M19 5.26825L17.9297 5.66249C16.7116 6.11115 16.1025 6.33548 15.6648 6.1006C15.2271 5.86571 15.1316 5.26333 14.9406 4.05859L14.7728 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 12.0003H5M15.5 17.9998L8.5 6M15.5 6.00025L8.5 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-soil-moisture-field{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3C3.86377 3 4.79565 3 5.53073 3.30448C6.51085 3.71046 7.28954 4.48915 7.69552 5.46927C8 6.20435 8 7.13623 8 9C6.13623 9 5.20435 9 4.46927 8.69552C3.48915 8.28954 2.71046 7.51085 2.30448 6.53073C2 5.79565 2 4.86377 2 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5C10.7575 5 10.1362 5 9.64618 5.20299C8.99277 5.47364 8.47364 5.99277 8.20299 6.64618C8 7.13623 8 7.75749 8 9C9.24251 9 9.86377 9 10.3538 8.79701C11.0072 8.52636 11.5264 8.00723 11.797 7.35382C12 6.86377 12 6.24251 12 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14L2 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17L2 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20L2 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 18.5034C16 17.2482 17.0532 16.0077 17.7924 15.2917C18.1939 14.9028 18.8061 14.9028 19.2076 15.2917C19.9468 16.0077 21 17.2482 21 18.5034C21 19.7341 20.0533 21 18.5 21C16.9467 21 16 19.7341 16 18.5034Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2 3C3.86377 3 4.79565 3 5.53073 3.30448C6.51085 3.71046 7.28954 4.48915 7.69552 5.46927C8 6.20435 8 7.13623 8 9C6.13623 9 5.20435 9 4.46927 8.69552C3.48915 8.28954 2.71046 7.51085 2.30448 6.53073C2 5.79565 2 4.86377 2 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 5C10.7575 5 10.1362 5 9.64618 5.20299C8.99277 5.47364 8.47364 5.99277 8.20299 6.64618C8 7.13623 8 7.75749 8 9C9.24251 9 9.86377 9 10.3538 8.79701C11.0072 8.52636 11.5264 8.00723 11.797 7.35382C12 6.86377 12 6.24251 12 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14L2 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17L2 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20L2 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 18.5034C16 17.2482 17.0532 16.0077 17.7924 15.2917C18.1939 14.9028 18.8061 14.9028 19.2076 15.2917C19.9468 16.0077 21 17.2482 21 18.5034C21 19.7341 20.0533 21 18.5 21C16.9467 21 16 19.7341 16 18.5034Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-soil-moisture-global{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 19.5034C17 18.2482 18.0532 17.0077 18.7924 16.2917C19.1939 15.9028 19.8061 15.9028 20.2076 16.2917C20.9468 17.0077 22 18.2482 22 19.5034C22 20.7341 21.0533 22 19.5 22C17.9467 22 17 20.7341 17 19.5034Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.9999 12C17.8993 12 14.3751 14.4682 12.832 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9984 8C15.6563 8 10.2992 12.217 8.57812 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9993 4C13.4329 4 6.26423 9.98405 4.44531 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10C2.87815 10 3.72986 10.1132 4.54134 10.3258%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C3.86605 6 5.64683 6.36509 7.27481 7.02772%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2C5.17533 2 8.15863 2.82221 10.7486 4.26534%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 19.5034C17 18.2482 18.0532 17.0077 18.7924 16.2917C19.1939 15.9028 19.8061 15.9028 20.2076 16.2917C20.9468 17.0077 22 18.2482 22 19.5034C22 20.7341 21.0533 22 19.5 22C17.9467 22 17 20.7341 17 19.5034Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21.9999 12C17.8993 12 14.3751 14.4682 12.832 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9984 8C15.6563 8 10.2992 12.217 8.57812 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9993 4C13.4329 4 6.26423 9.98405 4.44531 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10C2.87815 10 3.72986 10.1132 4.54134 10.3258%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C3.86605 6 5.64683 6.36509 7.27481 7.02772%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2C5.17533 2 8.15863 2.82221 10.7486 4.26534%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-soil-temperature-field{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3C4.86377 3 5.79565 3 6.53073 3.30448C7.51085 3.71046 8.28954 4.48915 8.69552 5.46927C9 6.20435 9 7.13623 9 9C7.13623 9 6.20435 9 5.46927 8.69552C4.48915 8.28954 3.71046 7.51085 3.30448 6.53073C3 5.79565 3 4.86377 3 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 5C11.7575 5 11.1362 5 10.6462 5.20299C9.99277 5.47364 9.47364 5.99277 9.20299 6.64618C9 7.13623 9 7.75749 9 9C10.2425 9 10.8638 9 11.3538 8.79701C12.0072 8.52636 12.5264 8.00723 12.797 7.35382C13 6.86377 13 6.24251 13 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 14L3 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 17L3 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 20L3 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 21C20.6569 21 22 19.6569 22 18C22 17.3038 21.7629 16.663 21.365 16.154C20.861 15.5093 20.609 15.1869 20.5545 15.0286C20.5 14.8704 20.5 14.6628 20.5 14.2478V10.5C20.5 9.67157 19.8284 9 19 9C18.1716 9 17.5 9.67157 17.5 10.5V14.2478C17.5 14.6628 17.5 14.8704 17.4455 15.0286C17.391 15.1869 17.139 15.5093 16.635 16.154C16.2371 16.663 16 17.3038 16 18C16 19.6569 17.3431 21 19 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.3%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 3C4.86377 3 5.79565 3 6.53073 3.30448C7.51085 3.71046 8.28954 4.48915 8.69552 5.46927C9 6.20435 9 7.13623 9 9C7.13623 9 6.20435 9 5.46927 8.69552C4.48915 8.28954 3.71046 7.51085 3.30448 6.53073C3 5.79565 3 4.86377 3 3Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 5C11.7575 5 11.1362 5 10.6462 5.20299C9.99277 5.47364 9.47364 5.99277 9.20299 6.64618C9 7.13623 9 7.75749 9 9C10.2425 9 10.8638 9 11.3538 8.79701C12.0072 8.52636 12.5264 8.00723 12.797 7.35382C13 6.86377 13 6.24251 13 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 9V14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 14L3 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 17L3 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 20L3 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 21C20.6569 21 22 19.6569 22 18C22 17.3038 21.7629 16.663 21.365 16.154C20.861 15.5093 20.609 15.1869 20.5545 15.0286C20.5 14.8704 20.5 14.6628 20.5 14.2478V10.5C20.5 9.67157 19.8284 9 19 9C18.1716 9 17.5 9.67157 17.5 10.5V14.2478C17.5 14.6628 17.5 14.8704 17.4455 15.0286C17.391 15.1869 17.139 15.5093 16.635 16.154C16.2371 16.663 16 17.3038 16 18C16 19.6569 17.3431 21 19 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.3%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-soil-temperature-global{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.832 18.0001C13.1442 17.2857 13.5374 16.6148 14 15.999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9984 8C15.6563 8 10.2992 12.217 8.57812 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9993 4C13.4329 4 6.26423 9.98405 4.44531 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 22C20.6569 22 22 20.6569 22 19C22 18.3038 21.7629 17.663 21.365 17.154C20.861 16.5093 20.609 16.1869 20.5545 16.0286C20.5 15.8704 20.5 15.6628 20.5 15.2478V12.5C20.5 11.6716 19.8284 11 19 11C18.1716 11 17.5 11.6716 17.5 12.5V15.2478C17.5 15.6628 17.5 15.8704 17.4455 16.0286C17.391 16.1869 17.139 16.5093 16.635 17.154C16.2371 17.663 16 18.3038 16 19C16 20.6569 17.3431 22 19 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.3%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10C2.87815 10 3.72986 10.1132 4.54134 10.3258%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C3.86605 6 5.64683 6.36509 7.27481 7.02772%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2C5.17533 2 8.15863 2.82221 10.7486 4.26534%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.832 18.0001C13.1442 17.2857 13.5374 16.6148 14 15.999%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9984 8C15.6563 8 10.2992 12.217 8.57812 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.9993 4C13.4329 4 6.26423 9.98405 4.44531 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 22C20.6569 22 22 20.6569 22 19C22 18.3038 21.7629 17.663 21.365 17.154C20.861 16.5093 20.609 16.1869 20.5545 16.0286C20.5 15.8704 20.5 15.6628 20.5 15.2478V12.5C20.5 11.6716 19.8284 11 19 11C18.1716 11 17.5 11.6716 17.5 12.5V15.2478C17.5 15.6628 17.5 15.8704 17.4455 16.0286C17.391 16.1869 17.139 16.5093 16.635 17.154C16.2371 17.663 16 18.3038 16 19C16 20.6569 17.3431 22 19 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.3%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10C2.87815 10 3.72986 10.1132 4.54134 10.3258%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6C3.86605 6 5.64683 6.36509 7.27481 7.02772%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2C5.17533 2 8.15863 2.82221 10.7486 4.26534%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sparkles{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2L15.5387 4.39157C15.9957 6.42015 17.5798 8.00431 19.6084 8.46127L22 9L19.6084 9.53873C17.5798 9.99569 15.9957 11.5798 15.5387 13.6084L15 16L14.4613 13.6084C14.0043 11.5798 12.4202 9.99569 10.3916 9.53873L8 9L10.3916 8.46127C12.4201 8.00431 14.0043 6.42015 14.4613 4.39158L15 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12L7.38481 13.7083C7.71121 15.1572 8.84275 16.2888 10.2917 16.6152L12 17L10.2917 17.3848C8.84275 17.7112 7.71121 18.8427 7.38481 20.2917L7 22L6.61519 20.2917C6.28879 18.8427 5.15725 17.7112 3.70827 17.3848L2 17L3.70827 16.6152C5.15725 16.2888 6.28879 15.1573 6.61519 13.7083L7 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15 2L15.5387 4.39157C15.9957 6.42015 17.5798 8.00431 19.6084 8.46127L22 9L19.6084 9.53873C17.5798 9.99569 15.9957 11.5798 15.5387 13.6084L15 16L14.4613 13.6084C14.0043 11.5798 12.4202 9.99569 10.3916 9.53873L8 9L10.3916 8.46127C12.4201 8.00431 14.0043 6.42015 14.4613 4.39158L15 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 12L7.38481 13.7083C7.71121 15.1572 8.84275 16.2888 10.2917 16.6152L12 17L10.2917 17.3848C8.84275 17.7112 7.71121 18.8427 7.38481 20.2917L7 22L6.61519 20.2917C6.28879 18.8427 5.15725 17.7112 3.70827 17.3848L2 17L3.70827 16.6152C5.15725 16.2888 6.28879 15.1573 6.61519 13.7083L7 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-stars{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 12C7.5 12 12 7.5 12 3C12 7.5 16.5 12 21 12C16.5 12 12 16.5 12 21C12 16.5 7.5 12 3 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 19.5C2.83333 19.5 4.5 17.8333 4.5 17C4.5 17.8333 6.16667 19.5 7 19.5C6.16667 19.5 4.5 21.1667 4.5 22C4.5 21.1667 2.83333 19.5 2 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 5C17 5 19 3 19 2C19 3 21 5 22 5C21 5 19 7 19 8C19 7 17 5 16 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 12C7.5 12 12 7.5 12 3C12 7.5 16.5 12 21 12C16.5 12 12 16.5 12 21C12 16.5 7.5 12 3 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 19.5C2.83333 19.5 4.5 17.8333 4.5 17C4.5 17.8333 6.16667 19.5 7 19.5C6.16667 19.5 4.5 21.1667 4.5 22C4.5 21.1667 2.83333 19.5 2 19.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 5C17 5 19 3 19 2C19 3 21 5 22 5C21 5 19 7 19 8C19 7 17 5 16 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9955 3H12.0045M11.9961 21H12.0051M18.3588 5.63599H18.3678M5.63409 18.364H5.64307M5.63409 5.63647H5.64307M18.3582 18.3645H18.3672M20.991 12.0006H21M3 12.0006H3.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9955 3H12.0045M11.9961 21H12.0051M18.3588 5.63599H18.3678M5.63409 18.364H5.64307M5.63409 5.63647H5.64307M18.3582 18.3645H18.3672M20.991 12.0006H21M3 12.0006H3.00898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2C11.6227 2.33333 11.0945 3.2 12 4M12 20C12.3773 20.3333 12.9055 21.2 12 22M19.5 4.50271C18.9685 4.46982 17.9253 4.72293 18.0042 5.99847M5.49576 17.5C5.52865 18.0315 5.27555 19.0747 4 18.9958M5.00271 4.5C4.96979 5.03202 5.22315 6.0763 6.5 5.99729M18 17.5026C18.5315 17.4715 19.5747 17.7108 19.4958 18.9168M22 12C21.6667 11.6227 20.8 11.0945 20 12M4 11.5C3.66667 11.8773 2.8 12.4055 2 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2C11.6227 2.33333 11.0945 3.2 12 4M12 20C12.3773 20.3333 12.9055 21.2 12 22M19.5 4.50271C18.9685 4.46982 17.9253 4.72293 18.0042 5.99847M5.49576 17.5C5.52865 18.0315 5.27555 19.0747 4 18.9958M5.00271 4.5C4.96979 5.03202 5.22315 6.0763 6.5 5.99729M18 17.5026C18.5315 17.4715 19.5747 17.7108 19.4958 18.9168M22 12C21.6667 11.6227 20.8 11.0945 20 12M4 11.5C3.66667 11.8773 2.8 12.4055 2 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V3.5M12 20.5V22M19.0708 19.0713L18.0101 18.0106M5.98926 5.98926L4.9286 4.9286M22 12H20.5M3.5 12H2M19.0713 4.92871L18.0106 5.98937M5.98975 18.0107L4.92909 19.0714%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12 2V3.5M12 20.5V22M19.0708 19.0713L18.0101 18.0106M5.98926 5.98926L4.9286 4.9286M22 12H20.5M3.5 12H2M19.0713 4.92871L18.0106 5.98937M5.98975 18.0107L4.92909 19.0714%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 11.0001C17.485 11 17.4925 11 17.5 11C19.9853 11 22 13.0147 22 15.5C22 17.9853 19.9853 20 17.5 20H7C4.23858 20 2 17.7614 2 15C2 12.4003 3.98398 10.2641 6.52042 10.0227M17.4776 11.0001C17.4924 10.8354 17.5 10.6686 17.5 10.5C17.5 7.46243 15.0376 5 12 5C9.12324 5 6.76233 7.20862 6.52042 10.0227M17.4776 11.0001C17.3753 12.1345 16.9286 13.1696 16.2428 14M6.52042 10.0227C6.67826 10.0077 6.83823 10 7 10C8.12582 10 9.16474 10.3721 10.0005 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 5.65468C8.30552 4.65451 7.15088 4 5.84388 4C3.72096 4 2 5.72674 2 7.85679C2 9.15354 2.63783 10.3008 3.61588 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 11.0001C17.485 11 17.4925 11 17.5 11C19.9853 11 22 13.0147 22 15.5C22 17.9853 19.9853 20 17.5 20H7C4.23858 20 2 17.7614 2 15C2 12.4003 3.98398 10.2641 6.52042 10.0227M17.4776 11.0001C17.4924 10.8354 17.5 10.6686 17.5 10.5C17.5 7.46243 15.0376 5 12 5C9.12324 5 6.76233 7.20862 6.52042 10.0227M17.4776 11.0001C17.3753 12.1345 16.9286 13.1696 16.2428 14M6.52042 10.0227C6.67826 10.0077 6.83823 10 7 10C8.12582 10 9.16474 10.3721 10.0005 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 5.65468C8.30552 4.65451 7.15088 4 5.84388 4C3.72096 4 2 5.72674 2 7.85679C2 9.15354 2.63783 10.3008 3.61588 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 12.0001C17.485 12 17.4925 12 17.5 12C19.9853 12 22 14.0147 22 16.5C22 18.9853 19.9853 21 17.5 21H7C4.23858 21 2 18.7614 2 16C2 13.4003 3.98398 11.2641 6.52042 11.0227M17.4776 12.0001C17.4924 11.8354 17.5 11.6686 17.5 11.5C17.5 8.46243 15.0376 6 12 6C9.12324 6 6.76233 8.20862 6.52042 11.0227M17.4776 12.0001C17.3753 13.1345 16.9286 14.1696 16.2428 15M6.52042 11.0227C6.67826 11.0077 6.83823 11 7 11C8.12582 11 9.16474 11.3721 10.0005 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 10.1937C2.21865 7.47179 3.85922 4.67397 6.6237 3.94463M2.95939 10.1937L2 10.4468M2.95939 10.1937C3.14359 10.8706 3.4577 11.479 3.86823 12M6.6237 3.94463L6.36663 3M6.6237 3.94463C8.66673 3.40563 10.7518 4.14719 12 5.66961M3.4765 6.32297L2.4644 5.74628M11.1407 3.45725L10.557 4.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 12.0001C17.485 12 17.4925 12 17.5 12C19.9853 12 22 14.0147 22 16.5C22 18.9853 19.9853 21 17.5 21H7C4.23858 21 2 18.7614 2 16C2 13.4003 3.98398 11.2641 6.52042 11.0227M17.4776 12.0001C17.4924 11.8354 17.5 11.6686 17.5 11.5C17.5 8.46243 15.0376 6 12 6C9.12324 6 6.76233 8.20862 6.52042 11.0227M17.4776 12.0001C17.3753 13.1345 16.9286 14.1696 16.2428 15M6.52042 11.0227C6.67826 11.0077 6.83823 11 7 11C8.12582 11 9.16474 11.3721 10.0005 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 10.1937C2.21865 7.47179 3.85922 4.67397 6.6237 3.94463M2.95939 10.1937L2 10.4468M2.95939 10.1937C3.14359 10.8706 3.4577 11.479 3.86823 12M6.6237 3.94463L6.36663 3M6.6237 3.94463C8.66673 3.40563 10.7518 4.14719 12 5.66961M3.4765 6.32297L2.4644 5.74628M11.1407 3.45725L10.557 4.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-angled-rain-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 16L11.5 18M17 16L16 18M13.5 20L12.5 22M8 16L7 18M9 20L8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 8.89801L17.5 8.89795C19.9853 8.89795 22 10.8784 22 13.3214C22 14.8551 21.206 16.2065 20 17M17.4776 8.89801C17.4924 8.73611 17.5 8.57216 17.5 8.40646C17.5 5.42055 15.0376 3 12 3C9.12324 3 6.76233 5.17106 6.52042 7.93728M17.4776 8.89801C17.3753 10.0132 16.9286 11.0307 16.2428 11.8469M6.52042 7.93728C3.98398 8.17454 2 10.2745 2 12.8299C2 14.4378 2.78565 15.8652 4 16.7619M6.52042 7.93728C6.67826 7.92251 6.83823 7.91496 7 7.91496C8.12582 7.91496 9.16474 8.28072 10.0005 8.89795%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3.65468C8.30552 2.65451 7.15088 2 5.84388 2C3.72096 2 2 3.72674 2 5.85679C2 7.15354 2.63783 8.30081 3.61588 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5 16L11.5 18M17 16L16 18M13.5 20L12.5 22M8 16L7 18M9 20L8 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 8.89801L17.5 8.89795C19.9853 8.89795 22 10.8784 22 13.3214C22 14.8551 21.206 16.2065 20 17M17.4776 8.89801C17.4924 8.73611 17.5 8.57216 17.5 8.40646C17.5 5.42055 15.0376 3 12 3C9.12324 3 6.76233 5.17106 6.52042 7.93728M17.4776 8.89801C17.3753 10.0132 16.9286 11.0307 16.2428 11.8469M6.52042 7.93728C3.98398 8.17454 2 10.2745 2 12.8299C2 14.4378 2.78565 15.8652 4 16.7619M6.52042 7.93728C6.67826 7.92251 6.83823 7.91496 7 7.91496C8.12582 7.91496 9.16474 8.28072 10.0005 8.89795%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3.65468C8.30552 2.65451 7.15088 2 5.84388 2C3.72096 2 2 3.72674 2 5.85679C2 7.15354 2.63783 8.30081 3.61588 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-angled-rain-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5039 16L11.5039 18M17.0039 16L16.0039 18M13.5039 20L12.5039 22M8.00391 16L7.00391 18M9.00391 20L8.00391 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 10.9757C17.485 10.9756 17.4925 10.9756 17.5 10.9756C19.9853 10.9756 22 12.9821 22 15.4573C22 17.0195 21.2092 18.1905 20 19M17.4776 10.9757C17.4924 10.8116 17.5 10.6455 17.5 10.4777C17.5 7.45243 15.0376 5 12 5C9.12324 5 6.76233 7.19964 6.52042 10.0023M17.4776 10.9757C17.4131 11.6877 17.2119 12.3603 16.9003 12.9675M6.52042 10.0023C3.98398 10.2427 2 12.3703 2 14.9594C2 16.5885 2.78555 18.0693 4 19M6.52042 10.0023C6.67826 9.98733 6.83823 9.97968 7 9.97968C8.12582 9.97968 9.16474 10.3503 10.0005 10.9756%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5039 16L11.5039 18M17.0039 16L16.0039 18M13.5039 20L12.5039 22M8.00391 16L7.00391 18M9.00391 20L8.00391 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 10.9757C17.485 10.9756 17.4925 10.9756 17.5 10.9756C19.9853 10.9756 22 12.9821 22 15.4573C22 17.0195 21.2092 18.1905 20 19M17.4776 10.9757C17.4924 10.8116 17.5 10.6455 17.5 10.4777C17.5 7.45243 15.0376 5 12 5C9.12324 5 6.76233 7.19964 6.52042 10.0023M17.4776 10.9757C17.4131 11.6877 17.2119 12.3603 16.9003 12.9675M6.52042 10.0023C3.98398 10.2427 2 12.3703 2 14.9594C2 16.5885 2.78555 18.0693 4 19M6.52042 10.0023C6.67826 9.98733 6.83823 9.97968 7 9.97968C8.12582 9.97968 9.16474 10.3503 10.0005 10.9756%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-angled-rain-zap-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 3.65468C8.30552 2.65451 7.15088 2 5.84388 2C3.72096 2 2 3.72674 2 5.85679C2 7.15354 2.63783 8.30081 3.61588 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.4776 8.69731C17.485 8.69727 17.4925 8.69726 17.5 8.69726C19.9853 8.69726 22 10.6103 22 12.9702C22 14.8307 20.7478 16.4134 19 17M17.4776 8.69731C17.4924 8.54092 17.5 8.38254 17.5 8.22248C17.5 5.33819 15.0376 3 12 3C9.12324 3 6.76233 5.09718 6.52042 7.76927M17.4776 8.69731C17.3753 9.77451 16.9286 10.7574 16.2428 11.5459M6.52042 7.76927C3.98398 7.99846 2 10.0269 2 12.4954C2 14.0487 2.78555 15.4278 4 16.2939M6.52042 7.76927C6.67826 7.75501 6.83823 7.74771 7 7.74771C8.12582 7.74771 9.16474 8.10103 10.0005 8.69726%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.0784 13.5L7.30434 16.1838C7.06684 16.5431 6.94808 16.7227 7.02165 16.8614C7.09522 17 7.30931 17 7.73747 17H9.26253C9.69069 17 9.90478 17 9.97835 17.1386C10.0519 17.2773 9.93316 17.4569 9.69566 17.8162L7.9216 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 18.5L15 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 18.5L12 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 3.65468C8.30552 2.65451 7.15088 2 5.84388 2C3.72096 2 2 3.72674 2 5.85679C2 7.15354 2.63783 8.30081 3.61588 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.4776 8.69731C17.485 8.69727 17.4925 8.69726 17.5 8.69726C19.9853 8.69726 22 10.6103 22 12.9702C22 14.8307 20.7478 16.4134 19 17M17.4776 8.69731C17.4924 8.54092 17.5 8.38254 17.5 8.22248C17.5 5.33819 15.0376 3 12 3C9.12324 3 6.76233 5.09718 6.52042 7.76927M17.4776 8.69731C17.3753 9.77451 16.9286 10.7574 16.2428 11.5459M6.52042 7.76927C3.98398 7.99846 2 10.0269 2 12.4954C2 14.0487 2.78555 15.4278 4 16.2939M6.52042 7.76927C6.67826 7.75501 6.83823 7.74771 7 7.74771C8.12582 7.74771 9.16474 8.10103 10.0005 8.69726%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.0784 13.5L7.30434 16.1838C7.06684 16.5431 6.94808 16.7227 7.02165 16.8614C7.09522 17 7.30931 17 7.73747 17H9.26253C9.69069 17 9.90478 17 9.97835 17.1386C10.0519 17.2773 9.93316 17.4569 9.69566 17.8162L7.9216 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 18.5L15 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 18.5L12 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-angled-rain-zap-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.0784 15L7.30434 17.6838C7.06684 18.0431 6.94808 18.2227 7.02165 18.3614C7.09522 18.5 7.30931 18.5 7.73747 18.5H9.26253C9.69069 18.5 9.90478 18.5 9.97835 18.6386C10.0519 18.7773 9.93316 18.9569 9.69566 19.3162L7.9216 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 20L15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 20L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 10.9008C17.485 10.9007 17.4925 10.9007 17.5 10.9007C19.9853 10.9007 22 12.8821 22 15.3263C22 17.2532 20.7478 18.8925 19 19.5M17.4776 10.9008C17.4924 10.7388 17.5 10.5748 17.5 10.409C17.5 7.42169 15.0376 5 12 5C9.12324 5 6.76233 7.17208 6.52042 9.9396M17.4776 10.9008C17.3753 12.0165 16.9286 13.0344 16.2428 13.8511M6.52042 9.9396C3.98398 10.177 2 12.2779 2 14.8345C2 16.4433 2.78555 17.8716 4 18.7687M6.52042 9.9396C6.67826 9.92483 6.83823 9.91727 7 9.91727C8.12582 9.91727 9.16474 10.2832 10.0005 10.9007%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.0784 15L7.30434 17.6838C7.06684 18.0431 6.94808 18.2227 7.02165 18.3614C7.09522 18.5 7.30931 18.5 7.73747 18.5H9.26253C9.69069 18.5 9.90478 18.5 9.97835 18.6386C10.0519 18.7773 9.93316 18.9569 9.69566 19.3162L7.9216 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 20L15 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 20L12 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 10.9008C17.485 10.9007 17.4925 10.9007 17.5 10.9007C19.9853 10.9007 22 12.8821 22 15.3263C22 17.2532 20.7478 18.8925 19 19.5M17.4776 10.9008C17.4924 10.7388 17.5 10.5748 17.5 10.409C17.5 7.42169 15.0376 5 12 5C9.12324 5 6.76233 7.17208 6.52042 9.9396M17.4776 10.9008C17.3753 12.0165 16.9286 13.0344 16.2428 13.8511M6.52042 9.9396C3.98398 10.177 2 12.2779 2 14.8345C2 16.4433 2.78555 17.8716 4 18.7687M6.52042 9.9396C6.67826 9.92483 6.83823 9.91727 7 9.91727C8.12582 9.91727 9.16474 10.2832 10.0005 10.9007%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-angled-zap-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 4.65468C8.30552 3.65451 7.15088 3 5.84388 3C3.72096 3 2 4.72674 2 6.85679C2 8.15354 2.63783 9.30081 3.61588 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 18.5C4.23858 18.5 2 16.336 2 13.6667C2 11.1537 3.98398 9.0886 6.52042 8.85528M17.5 18.5C19.9853 18.5 22 16.5524 22 14.15C22 11.7476 19.9853 9.8 17.5 9.8C17.4925 9.8 17.485 9.80002 17.4776 9.80005M17.4776 9.80005C17.4924 9.64084 17.5 9.47961 17.5 9.31667C17.5 6.38035 15.0376 4 12 4C9.12324 4 6.76233 6.135 6.52042 8.85528M17.4776 9.80005C17.3753 10.8967 16.9286 11.8973 16.2428 12.7M6.52042 8.85528C6.67826 8.84076 6.83823 8.83333 7 8.83333C8.12582 8.83333 9.16474 9.19302 10.0005 9.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5784 14L10.8043 16.6838C10.5668 17.0431 10.4481 17.2227 10.5217 17.3614C10.5952 17.5 10.8093 17.5 11.2375 17.5H12.7625C13.1907 17.5 13.4048 17.5 13.4783 17.6386C13.5519 17.7773 13.4332 17.9569 13.1957 18.3162L11.4216 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 4.65468C8.30552 3.65451 7.15088 3 5.84388 3C3.72096 3 2 4.72674 2 6.85679C2 8.15354 2.63783 9.30081 3.61588 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M7 18.5C4.23858 18.5 2 16.336 2 13.6667C2 11.1537 3.98398 9.0886 6.52042 8.85528M17.5 18.5C19.9853 18.5 22 16.5524 22 14.15C22 11.7476 19.9853 9.8 17.5 9.8C17.4925 9.8 17.485 9.80002 17.4776 9.80005M17.4776 9.80005C17.4924 9.64084 17.5 9.47961 17.5 9.31667C17.5 6.38035 15.0376 4 12 4C9.12324 4 6.76233 6.135 6.52042 8.85528M17.4776 9.80005C17.3753 10.8967 16.9286 11.8973 16.2428 12.7M6.52042 8.85528C6.67826 8.84076 6.83823 8.83333 7 8.83333C8.12582 8.83333 9.16474 9.19302 10.0005 9.8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5784 14L10.8043 16.6838C10.5668 17.0431 10.4481 17.2227 10.5217 17.3614C10.5952 17.5 10.8093 17.5 11.2375 17.5H12.7625C13.1907 17.5 13.4048 17.5 13.4783 17.6386C13.5519 17.7773 13.4332 17.9569 13.1957 18.3162L11.4216 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-big-rain-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 4.65468C8.30552 3.65451 7.15088 3 5.84388 3C3.72096 3 2 4.72674 2 6.85679C2 8.15354 2.63783 9.30081 3.61588 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.4776 10.0091C17.485 10.0091 17.4925 10.0091 17.5 10.0091C19.9853 10.0091 22 12.0269 22 14.5159C22 16.8512 20.2265 18.7716 17.9548 19M17.4776 10.0091C17.4924 9.8442 17.5 9.67716 17.5 9.50834C17.5 6.46617 15.0376 4 12 4C9.12324 4 6.76233 6.21197 6.52042 9.03032M17.4776 10.0091C17.3753 11.1453 16.9286 12.182 16.2428 13.0136M6.52042 9.03032C3.98398 9.27205 2 11.4116 2 14.0152C2 16.4378 3.71776 18.536 6 19M6.52042 9.03032C6.67826 9.01527 6.83823 9.00758 7 9.00758C8.12582 9.00758 9.16474 9.38023 10.0005 10.0091%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19.5034C9.5 18.2482 10.5532 17.0077 11.2924 16.2917C11.6939 15.9028 12.3061 15.9028 12.7076 16.2917C13.4468 17.0077 14.5 18.2482 14.5 19.5034C14.5 20.7341 13.5533 22 12 22C10.4467 22 9.5 20.7341 9.5 19.5034Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 4.65468C8.30552 3.65451 7.15088 3 5.84388 3C3.72096 3 2 4.72674 2 6.85679C2 8.15354 2.63783 9.30081 3.61588 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.4776 10.0091C17.485 10.0091 17.4925 10.0091 17.5 10.0091C19.9853 10.0091 22 12.0269 22 14.5159C22 16.8512 20.2265 18.7716 17.9548 19M17.4776 10.0091C17.4924 9.8442 17.5 9.67716 17.5 9.50834C17.5 6.46617 15.0376 4 12 4C9.12324 4 6.76233 6.21197 6.52042 9.03032M17.4776 10.0091C17.3753 11.1453 16.9286 12.182 16.2428 13.0136M6.52042 9.03032C3.98398 9.27205 2 11.4116 2 14.0152C2 16.4378 3.71776 18.536 6 19M6.52042 9.03032C6.67826 9.01527 6.83823 9.00758 7 9.00758C8.12582 9.00758 9.16474 9.38023 10.0005 10.0091%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19.5034C9.5 18.2482 10.5532 17.0077 11.2924 16.2917C11.6939 15.9028 12.3061 15.9028 12.7076 16.2917C13.4468 17.0077 14.5 18.2482 14.5 19.5034C14.5 20.7341 13.5533 22 12 22C10.4467 22 9.5 20.7341 9.5 19.5034Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-big-rain-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 11.0001C17.485 11 17.4925 11 17.5 11C19.9853 11 22 13.0147 22 15.5C22 17.8251 20.2624 19.7631 18 20M17.4776 11.0001C17.4924 10.8354 17.5 10.6686 17.5 10.5C17.5 7.46243 15.0376 5 12 5C9.12324 5 6.76233 7.20862 6.52042 10.0227M17.4776 11.0001C17.3753 12.1345 16.9286 13.1696 16.2428 14M6.52042 10.0227C3.98398 10.2641 2 12.4003 2 15C2 17.419 3.71776 19.512 6 19.9753M6.52042 10.0227C6.67826 10.0077 6.83823 10 7 10C8.12582 10 9.16474 10.3721 10.0005 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19.5034C9.5 18.2482 10.5532 17.0077 11.2924 16.2917C11.6939 15.9028 12.3061 15.9028 12.7076 16.2917C13.4468 17.0077 14.5 18.2482 14.5 19.5034C14.5 20.7341 13.5533 22 12 22C10.4467 22 9.5 20.7341 9.5 19.5034Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 11.0001C17.485 11 17.4925 11 17.5 11C19.9853 11 22 13.0147 22 15.5C22 17.8251 20.2624 19.7631 18 20M17.4776 11.0001C17.4924 10.8354 17.5 10.6686 17.5 10.5C17.5 7.46243 15.0376 5 12 5C9.12324 5 6.76233 7.20862 6.52042 10.0227M17.4776 11.0001C17.3753 12.1345 16.9286 13.1696 16.2428 14M6.52042 10.0227C3.98398 10.2641 2 12.4003 2 15C2 17.419 3.71776 19.512 6 19.9753M6.52042 10.0227C6.67826 10.0077 6.83823 10 7 10C8.12582 10 9.16474 10.3721 10.0005 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19.5034C9.5 18.2482 10.5532 17.0077 11.2924 16.2917C11.6939 15.9028 12.3061 15.9028 12.7076 16.2917C13.4468 17.0077 14.5 18.2482 14.5 19.5034C14.5 20.7341 13.5533 22 12 22C10.4467 22 9.5 20.7341 9.5 19.5034Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-fast-wind-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 4.65468C8.30552 3.65451 7.15088 3 5.84388 3C3.72096 3 2 4.72674 2 6.85679C2 8.15354 2.63783 9.30081 3.61588 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.1539 21.9146C14.2982 21.9699 14.4536 22 14.6154 22C15.3801 22 16 21.3284 16 20.5C16 19.6716 15.3801 19 14.6154 19C14.3439 19 14.0907 19.0846 13.877 19.2309C12.8158 20.0225 10.85 21.0378 8.61535 21.301M5.84614 21.1936C5.22792 21.0635 4.60867 20.8541 4 20.5478%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 21C19.2581 21 19.9557 21 21 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4733 8.90196C17.4807 8.90192 17.4882 8.90191 17.4957 8.90191C19.98 8.90191 21.8915 10.86 21.9934 13.1502C22.0714 16.2 19.4205 17.808 17.5013 17.748M17.4733 8.90196C17.4881 8.74557 17.4957 8.58719 17.4957 8.42713C17.4957 5.46 15.032 3 11.9956 3C9.05686 3 6.74016 5.27718 6.49835 7.94927M17.4733 8.90196C17.3711 9.97916 17.0335 10.92 16.2299 11.856M6.49835 7.94927C3.96298 8.17846 2.11777 10.26 1.99782 12.6754C1.91985 15 3.53917 16.62 5.51834 17.4C9.17681 18.78 12.6554 17.604 13.8189 15.624C14.3107 14.604 13.7349 13.14 12.3555 12.87C11.5158 12.66 10.0764 13.2 9.99247 14.802M6.49835 7.94927C6.65613 7.93501 6.81603 7.92771 6.97773 7.92771C8.10308 7.92771 9.11684 8.22 10.0045 8.904%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 4.65468C8.30552 3.65451 7.15088 3 5.84388 3C3.72096 3 2 4.72674 2 6.85679C2 8.15354 2.63783 9.30081 3.61588 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M14.1539 21.9146C14.2982 21.9699 14.4536 22 14.6154 22C15.3801 22 16 21.3284 16 20.5C16 19.6716 15.3801 19 14.6154 19C14.3439 19 14.0907 19.0846 13.877 19.2309C12.8158 20.0225 10.85 21.0378 8.61535 21.301M5.84614 21.1936C5.22792 21.0635 4.60867 20.8541 4 20.5478%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 21C19.2581 21 19.9557 21 21 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4733 8.90196C17.4807 8.90192 17.4882 8.90191 17.4957 8.90191C19.98 8.90191 21.8915 10.86 21.9934 13.1502C22.0714 16.2 19.4205 17.808 17.5013 17.748M17.4733 8.90196C17.4881 8.74557 17.4957 8.58719 17.4957 8.42713C17.4957 5.46 15.032 3 11.9956 3C9.05686 3 6.74016 5.27718 6.49835 7.94927M17.4733 8.90196C17.3711 9.97916 17.0335 10.92 16.2299 11.856M6.49835 7.94927C3.96298 8.17846 2.11777 10.26 1.99782 12.6754C1.91985 15 3.53917 16.62 5.51834 17.4C9.17681 18.78 12.6554 17.604 13.8189 15.624C14.3107 14.604 13.7349 13.14 12.3555 12.87C11.5158 12.66 10.0764 13.2 9.99247 14.802M6.49835 7.94927C6.65613 7.93501 6.81603 7.92771 6.97773 7.92771C8.10308 7.92771 9.11684 8.22 10.0045 8.904%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-fast-wind-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.86345 8.39442C2.19679 5.97492 3.6733 3.48798 6.16133 2.83967M2.86345 8.39442L2 8.61941M2.86345 8.39442C3.02923 8.99608 3.31193 9.53692 3.68141 10M6.16133 2.83967L5.92997 2M6.16133 2.83967C8.00005 2.36056 9.87666 3.01972 11 4.37299M3.32885 4.95375L2.41796 4.44113M10.2266 2.40645L9.70131 3.29328%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.1539 21.9146C14.2982 21.9699 14.4536 22 14.6154 22C15.3801 22 16 21.3284 16 20.5C16 19.6716 15.3801 19 14.6154 19C14.3439 19 14.0907 19.0846 13.877 19.2309C12.8158 20.0225 10.85 21.0378 8.61535 21.301M5.84614 21.1936C5.22792 21.0635 4.60867 20.8541 4 20.5478%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 21C19.2581 21 19.9557 21 21 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.214 9.81274C17.2214 9.8127 17.2289 9.81269 17.2364 9.81269C19.7217 9.81269 21.5041 11.7 21.5041 13.8C21.4801 16.62 18.7201 17.88 17.2201 17.772M17.214 9.81274C17.2288 9.65635 17.2364 9.49797 17.2364 9.33791C17.214 6.66869 14.8597 4.5 12.0601 4.5C9.26046 4.5 7.02009 6.42 6.81691 8.94M17.214 9.81274C17.0401 10.92 16.7401 11.616 16.0201 12.48M6.81691 8.94C4.28047 9.16919 2.52009 11.1 2.49609 13.38C2.64009 15.84 4.38009 16.8439 5.70009 17.4C9.06009 18.72 12.5521 17.76 13.7521 15.84C14.2201 14.76 13.4401 13.56 12.3601 13.38C11.6401 13.2 10.1461 13.608 10.1041 15.12M6.81691 8.94C6.97475 8.92574 7.17114 8.91844 7.33291 8.91844C8.46009 8.94 9.38409 9.324 10.1041 9.804%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.86345 8.39442C2.19679 5.97492 3.6733 3.48798 6.16133 2.83967M2.86345 8.39442L2 8.61941M2.86345 8.39442C3.02923 8.99608 3.31193 9.53692 3.68141 10M6.16133 2.83967L5.92997 2M6.16133 2.83967C8.00005 2.36056 9.87666 3.01972 11 4.37299M3.32885 4.95375L2.41796 4.44113M10.2266 2.40645L9.70131 3.29328%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.1539 21.9146C14.2982 21.9699 14.4536 22 14.6154 22C15.3801 22 16 21.3284 16 20.5C16 19.6716 15.3801 19 14.6154 19C14.3439 19 14.0907 19.0846 13.877 19.2309C12.8158 20.0225 10.85 21.0378 8.61535 21.301M5.84614 21.1936C5.22792 21.0635 4.60867 20.8541 4 20.5478%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 21C19.2581 21 19.9557 21 21 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.214 9.81274C17.2214 9.8127 17.2289 9.81269 17.2364 9.81269C19.7217 9.81269 21.5041 11.7 21.5041 13.8C21.4801 16.62 18.7201 17.88 17.2201 17.772M17.214 9.81274C17.2288 9.65635 17.2364 9.49797 17.2364 9.33791C17.214 6.66869 14.8597 4.5 12.0601 4.5C9.26046 4.5 7.02009 6.42 6.81691 8.94M17.214 9.81274C17.0401 10.92 16.7401 11.616 16.0201 12.48M6.81691 8.94C4.28047 9.16919 2.52009 11.1 2.49609 13.38C2.64009 15.84 4.38009 16.8439 5.70009 17.4C9.06009 18.72 12.5521 17.76 13.7521 15.84C14.2201 14.76 13.4401 13.56 12.3601 13.38C11.6401 13.2 10.1461 13.608 10.1041 15.12M6.81691 8.94C6.97475 8.92574 7.17114 8.91844 7.33291 8.91844C8.46009 8.94 9.38409 9.324 10.1041 9.804%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-hailstone-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 3.65468C8.30552 2.65451 7.15088 2 5.84388 2C3.72096 2 2 3.72674 2 5.85679C2 7.15354 2.63783 8.30081 3.61588 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.4776 9.00915C17.485 9.00911 17.4925 9.00909 17.5 9.00909C19.9853 9.00909 22 11.0269 22 13.5159C22 15.4782 20.7478 16.8813 19 17.5M17.4776 9.00915C17.4924 8.8442 17.5 8.67716 17.5 8.50834C17.5 5.46617 15.0376 3 12 3C9.12324 3 6.76233 5.21197 6.52042 8.03032M17.4776 9.00915C17.3753 10.1453 16.9286 11.182 16.2428 12.0136M6.52042 8.03032C3.98398 8.27205 2 10.4116 2 13.0152C2 15.0686 3.2341 16.7103 5 17.5M6.52042 8.03032C6.67826 8.01527 6.83823 8.00758 7 8.00758C8.12582 8.00758 9.16474 8.38023 10.0005 9.00909%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9978 15L12.0022 15.0078M14.9966 17.9967L15.0011 18.0044M8.99888 17.9967L9.00337 18.0044M17.9955 20.9933L18 21.0011M6 20.9933L6.00449 21.0011M11.9978 21.9922L12.0022 22%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 3.65468C8.30552 2.65451 7.15088 2 5.84388 2C3.72096 2 2 3.72674 2 5.85679C2 7.15354 2.63783 8.30081 3.61588 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.4776 9.00915C17.485 9.00911 17.4925 9.00909 17.5 9.00909C19.9853 9.00909 22 11.0269 22 13.5159C22 15.4782 20.7478 16.8813 19 17.5M17.4776 9.00915C17.4924 8.8442 17.5 8.67716 17.5 8.50834C17.5 5.46617 15.0376 3 12 3C9.12324 3 6.76233 5.21197 6.52042 8.03032M17.4776 9.00915C17.3753 10.1453 16.9286 11.182 16.2428 12.0136M6.52042 8.03032C3.98398 8.27205 2 10.4116 2 13.0152C2 15.0686 3.2341 16.7103 5 17.5M6.52042 8.03032C6.67826 8.01527 6.83823 8.00758 7 8.00758C8.12582 8.00758 9.16474 8.38023 10.0005 9.00909%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9978 15L12.0022 15.0078M14.9966 17.9967L15.0011 18.0044M8.99888 17.9967L9.00337 18.0044M17.9955 20.9933L18 21.0011M6 20.9933L6.00449 21.0011M11.9978 21.9922L12.0022 22%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-hailstone-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 11.0448C17.485 11.0448 17.4925 11.0448 17.5 11.0448C19.9853 11.0448 22 13.0745 22 15.5784C22 16.921 21.5 18 21 18.5M17.4776 11.0448C17.4924 10.8789 17.5 10.7109 17.5 10.541C17.5 7.48081 15.0376 5 12 5C9.12324 5 6.76233 7.2251 6.52042 10.0602M17.4776 11.0448C17.3753 12.1877 16.9286 13.2306 16.2428 14.0672M6.52042 10.0602C3.98398 10.3034 2 12.4556 2 15.0746C2 16.4838 2.57432 17.617 3.5 18.5M6.52042 10.0602C6.67826 10.0451 6.83823 10.0373 7 10.0373C8.12582 10.0373 9.16474 10.4122 10.0005 11.0448%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0017 15L12.0062 15.0078M15.0005 17.9967L15.005 18.0044M9.00278 17.9967L9.00727 18.0044M17.9994 20.9933L18.0039 21.0011M6.00391 20.9933L6.0084 21.0011M12.0017 21.9922L12.0062 22%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 11.0448C17.485 11.0448 17.4925 11.0448 17.5 11.0448C19.9853 11.0448 22 13.0745 22 15.5784C22 16.921 21.5 18 21 18.5M17.4776 11.0448C17.4924 10.8789 17.5 10.7109 17.5 10.541C17.5 7.48081 15.0376 5 12 5C9.12324 5 6.76233 7.2251 6.52042 10.0602M17.4776 11.0448C17.3753 12.1877 16.9286 13.2306 16.2428 14.0672M6.52042 10.0602C3.98398 10.3034 2 12.4556 2 15.0746C2 16.4838 2.57432 17.617 3.5 18.5M6.52042 10.0602C6.67826 10.0451 6.83823 10.0373 7 10.0373C8.12582 10.0373 9.16474 10.4122 10.0005 11.0448%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0017 15L12.0062 15.0078M15.0005 17.9967L15.005 18.0044M9.00278 17.9967L9.00727 18.0044M17.9994 20.9933L18.0039 21.0011M6.00391 20.9933L6.0084 21.0011M12.0017 21.9922L12.0062 22%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-little-rain-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 9.04499C17.485 9.04496 17.4925 9.04494 17.5 9.04494C19.9853 9.04494 22 11.0747 22 13.5786C22 15.3587 20.9817 16.7581 19.5 17.5M17.4776 9.04499C17.4924 8.87906 17.5 8.71102 17.5 8.54119C17.5 5.48088 15.0376 3 12 3C9.12324 3 6.76233 5.22516 6.52042 8.06032M17.4776 9.04499C17.3753 10.1879 16.9286 11.2308 16.2428 12.0674M6.52042 8.06032C3.98398 8.3035 2 10.4558 2 13.0749C2 14.9843 3.05449 16.6457 4.60877 17.5M6.52042 8.06032C6.67826 8.04519 6.83823 8.03745 7 8.03745C8.12582 8.03745 9.16474 8.41232 10.0005 9.04494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3.65468C8.30552 2.65451 7.15088 2 5.84388 2C3.72096 2 2 3.72674 2 5.85679C2 7.15354 2.63783 8.30081 3.61588 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.0011 14.5V16M9 17.5V19M15 17.5V19M6.5 20.5V22M17.5 20.5V22M12 20.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 9.04499C17.485 9.04496 17.4925 9.04494 17.5 9.04494C19.9853 9.04494 22 11.0747 22 13.5786C22 15.3587 20.9817 16.7581 19.5 17.5M17.4776 9.04499C17.4924 8.87906 17.5 8.71102 17.5 8.54119C17.5 5.48088 15.0376 3 12 3C9.12324 3 6.76233 5.22516 6.52042 8.06032M17.4776 9.04499C17.3753 10.1879 16.9286 11.2308 16.2428 12.0674M6.52042 8.06032C3.98398 8.3035 2 10.4558 2 13.0749C2 14.9843 3.05449 16.6457 4.60877 17.5M6.52042 8.06032C6.67826 8.04519 6.83823 8.03745 7 8.03745C8.12582 8.03745 9.16474 8.41232 10.0005 9.04494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3.65468C8.30552 2.65451 7.15088 2 5.84388 2C3.72096 2 2 3.72674 2 5.85679C2 7.15354 2.63783 8.30081 3.61588 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M12.0011 14.5V16M9 17.5V19M15 17.5V19M6.5 20.5V22M17.5 20.5V22M12 20.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-little-rain-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9972 14.5V16M8.99609 17.5V19M14.9961 17.5V19M6.49609 20.5V22M17.4961 20.5V22M11.9961 20.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 11.045C17.485 11.045 17.4925 11.0449 17.5 11.0449C19.9853 11.0449 22 13.0747 22 15.5786C22 17.1505 21 18.5 20 19M17.4776 11.045C17.4924 10.8791 17.5 10.711 17.5 10.5412C17.5 7.48088 15.0376 5 12 5C9.12324 5 6.76233 7.22516 6.52042 10.0603M17.4776 11.045C17.3753 12.1879 16.9286 13.2308 16.2428 14.0674M6.52042 10.0603C3.98398 10.3035 2 12.4558 2 15.0749C2 16.723 2.78555 18.081 4 19M6.52042 10.0603C6.67826 10.0452 6.83823 10.0374 7 10.0374C8.12582 10.0374 9.16474 10.4123 10.0005 11.0449%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9972 14.5V16M8.99609 17.5V19M14.9961 17.5V19M6.49609 20.5V22M17.4961 20.5V22M11.9961 20.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 11.045C17.485 11.045 17.4925 11.0449 17.5 11.0449C19.9853 11.0449 22 13.0747 22 15.5786C22 17.1505 21 18.5 20 19M17.4776 11.045C17.4924 10.8791 17.5 10.711 17.5 10.5412C17.5 7.48088 15.0376 5 12 5C9.12324 5 6.76233 7.22516 6.52042 10.0603M17.4776 11.045C17.3753 12.1879 16.9286 13.2308 16.2428 14.0674M6.52042 10.0603C3.98398 10.3035 2 12.4558 2 15.0749C2 16.723 2.78555 18.081 4 19M6.52042 10.0603C6.67826 10.0452 6.83823 10.0374 7 10.0374C8.12582 10.0374 9.16474 10.4123 10.0005 11.0449%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-little-snow-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 3.65468C8.30552 2.65451 7.15088 2 5.84388 2C3.72096 2 2 3.72674 2 5.85679C2 7.15354 2.63783 8.30081 3.61588 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.4776 9.00915C17.485 9.00911 17.4925 9.00909 17.5 9.00909C19.9853 9.00909 22 11.0269 22 13.5159C22 15.4782 20.7478 16.8813 19 17.5M17.4776 9.00915C17.4924 8.8442 17.5 8.67716 17.5 8.50834C17.5 5.46617 15.0376 3 12 3C9.12324 3 6.76233 5.21197 6.52042 8.03032M17.4776 9.00915C17.3753 10.1453 16.9286 11.182 16.2428 12.0136M6.52042 8.03032C3.98398 8.27205 2 10.4116 2 13.0152C2 15.0686 3.2341 16.7103 5 17.5M6.52042 8.03032C6.67826 8.01527 6.83823 8.00758 7 8.00758C8.12582 8.00758 9.16474 8.38023 10.0005 9.00909%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16L12 17M12 17L13 18M12 17L13 16M12 17L11 18M15 20L16 21M16 21L17 22M16 21L17 20M16 21L15 22M7 20L8 21M8 21L9 22M8 21L9 20M8 21L7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 3.65468C8.30552 2.65451 7.15088 2 5.84388 2C3.72096 2 2 3.72674 2 5.85679C2 7.15354 2.63783 8.30081 3.61588 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.4776 9.00915C17.485 9.00911 17.4925 9.00909 17.5 9.00909C19.9853 9.00909 22 11.0269 22 13.5159C22 15.4782 20.7478 16.8813 19 17.5M17.4776 9.00915C17.4924 8.8442 17.5 8.67716 17.5 8.50834C17.5 5.46617 15.0376 3 12 3C9.12324 3 6.76233 5.21197 6.52042 8.03032M17.4776 9.00915C17.3753 10.1453 16.9286 11.182 16.2428 12.0136M6.52042 8.03032C3.98398 8.27205 2 10.4116 2 13.0152C2 15.0686 3.2341 16.7103 5 17.5M6.52042 8.03032C6.67826 8.01527 6.83823 8.00758 7 8.00758C8.12582 8.00758 9.16474 8.38023 10.0005 9.00909%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 16L12 17M12 17L13 18M12 17L13 16M12 17L11 18M15 20L16 21M16 21L17 22M16 21L17 20M16 21L15 22M7 20L8 21M8 21L9 22M8 21L9 20M8 21L7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-little-snow-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 16L12 17M12 17L13 18M12 17L13 16M12 17L11 18M15 20L16 21M16 21L17 22M16 21L17 20M16 21L15 22M7 20L8 21M8 21L9 22M8 21L9 20M8 21L7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 11.0091C17.485 11.0091 17.4925 11.0091 17.5 11.0091C19.9853 11.0091 22 13.0269 22 15.5159C22 17.0602 21.2245 18.2581 20.0422 19M17.4776 11.0091C17.4924 10.8442 17.5 10.6772 17.5 10.5083C17.5 7.46617 15.0376 5 12 5C9.12324 5 6.76233 7.21197 6.52042 10.0303M17.4776 11.0091C17.3753 12.1453 16.9286 13.182 16.2428 14.0136M6.52042 10.0303C3.98398 10.2721 2 12.4116 2 15.0152C2 16.7032 2.83398 18.113 4.1118 19M6.52042 10.0303C6.67826 10.0153 6.83823 10.0076 7 10.0076C8.12582 10.0076 9.16474 10.3802 10.0005 11.0091%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11 16L12 17M12 17L13 18M12 17L13 16M12 17L11 18M15 20L16 21M16 21L17 22M16 21L17 20M16 21L15 22M7 20L8 21M8 21L9 22M8 21L9 20M8 21L7 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 11.0091C17.485 11.0091 17.4925 11.0091 17.5 11.0091C19.9853 11.0091 22 13.0269 22 15.5159C22 17.0602 21.2245 18.2581 20.0422 19M17.4776 11.0091C17.4924 10.8442 17.5 10.6772 17.5 10.5083C17.5 7.46617 15.0376 5 12 5C9.12324 5 6.76233 7.21197 6.52042 10.0303M17.4776 11.0091C17.3753 12.1453 16.9286 13.182 16.2428 14.0136M6.52042 10.0303C3.98398 10.2721 2 12.4116 2 15.0152C2 16.7032 2.83398 18.113 4.1118 19M6.52042 10.0303C6.67826 10.0153 6.83823 10.0076 7 10.0076C8.12582 10.0076 9.16474 10.3802 10.0005 11.0091%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-mid-rain-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 3.65468C8.30552 2.65451 7.15088 2 5.84388 2C3.72096 2 2 3.72674 2 5.85679C2 7.15354 2.63783 8.30081 3.61588 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.4776 9.00915C17.485 9.00911 17.4925 9.00909 17.5 9.00909C19.9853 9.00909 22 11.0269 22 13.5159C22 15.4782 20.7478 16.8813 19 17.5M17.4776 9.00915C17.4924 8.8442 17.5 8.67716 17.5 8.50834C17.5 5.46617 15.0376 3 12 3C9.12324 3 6.76233 5.21197 6.52042 8.03032M17.4776 9.00915C17.3753 10.1453 16.9286 11.182 16.2428 12.0136M6.52042 8.03032C3.98398 8.27205 2 10.4116 2 13.0152C2 15.0686 3.2341 16.7103 5 17.5M6.52042 8.03032C6.67826 8.01527 6.83823 8.00758 7 8.00758C8.12582 8.00758 9.16474 8.38023 10.0005 9.00909%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0434 13L10.907 14.036C10.3596 14.596 10.3596 15.492 10.9358 16.052C11.224 16.332 11.6401 16.5 12.0434 16.5C12.4468 16.5 12.7797 16.36 13.0678 16.108C13.6441 15.548 13.6441 14.624 13.0678 14.064L12.0434 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.54345 18.5L7.40701 19.536C6.8596 20.096 6.85963 20.992 7.43585 21.552C7.72396 21.832 8.14009 22 8.54345 22C8.9468 22 9.27972 21.86 9.56783 21.608C10.1441 21.048 10.1441 20.124 9.56783 19.564L8.54345 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5434 18.5L14.407 19.536C13.8596 20.096 13.8596 20.992 14.4358 21.552C14.724 21.832 15.1401 22 15.5434 22C15.9468 22 16.2797 21.86 16.5678 21.608C17.1441 21.048 17.1441 20.124 16.5678 19.564L15.5434 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 3.65468C8.30552 2.65451 7.15088 2 5.84388 2C3.72096 2 2 3.72674 2 5.85679C2 7.15354 2.63783 8.30081 3.61588 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.4776 9.00915C17.485 9.00911 17.4925 9.00909 17.5 9.00909C19.9853 9.00909 22 11.0269 22 13.5159C22 15.4782 20.7478 16.8813 19 17.5M17.4776 9.00915C17.4924 8.8442 17.5 8.67716 17.5 8.50834C17.5 5.46617 15.0376 3 12 3C9.12324 3 6.76233 5.21197 6.52042 8.03032M17.4776 9.00915C17.3753 10.1453 16.9286 11.182 16.2428 12.0136M6.52042 8.03032C3.98398 8.27205 2 10.4116 2 13.0152C2 15.0686 3.2341 16.7103 5 17.5M6.52042 8.03032C6.67826 8.01527 6.83823 8.00758 7 8.00758C8.12582 8.00758 9.16474 8.38023 10.0005 9.00909%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0434 13L10.907 14.036C10.3596 14.596 10.3596 15.492 10.9358 16.052C11.224 16.332 11.6401 16.5 12.0434 16.5C12.4468 16.5 12.7797 16.36 13.0678 16.108C13.6441 15.548 13.6441 14.624 13.0678 14.064L12.0434 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.54345 18.5L7.40701 19.536C6.8596 20.096 6.85963 20.992 7.43585 21.552C7.72396 21.832 8.14009 22 8.54345 22C8.9468 22 9.27972 21.86 9.56783 21.608C10.1441 21.048 10.1441 20.124 9.56783 19.564L8.54345 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5434 18.5L14.407 19.536C13.8596 20.096 13.8596 20.992 14.4358 21.552C14.724 21.832 15.1401 22 15.5434 22C15.9468 22 16.2797 21.86 16.5678 21.608C17.1441 21.048 17.1441 20.124 16.5678 19.564L15.5434 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-mid-rain-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 11.0091C17.485 11.0091 17.4925 11.0091 17.5 11.0091C19.9853 11.0091 22 13.0269 22 15.5159C22 17.2442 20.9257 18.2931 19.5 19M17.4776 11.0091C17.4924 10.8442 17.5 10.6772 17.5 10.5083C17.5 7.46617 15.0376 5 12 5C9.12324 5 6.76233 7.21197 6.52042 10.0303M17.4776 11.0091C17.3954 11.9219 17.091 12.7704 16.6189 13.5M6.52042 10.0303C3.98398 10.2721 2 12.4116 2 15.0152C2 16.8687 3.0055 18.1412 4.5 19M6.52042 10.0303C6.67826 10.0153 6.83823 10.0076 7 10.0076C7.91072 10.0076 8.76457 10.2514 9.5 10.6775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0434 13L10.907 14.036C10.3596 14.596 10.3596 15.492 10.9358 16.052C11.224 16.332 11.6401 16.5 12.0434 16.5C12.4468 16.5 12.7797 16.36 13.0678 16.108C13.6441 15.548 13.6441 14.624 13.0678 14.064L12.0434 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.54345 18.5L7.40701 19.536C6.8596 20.096 6.85963 20.992 7.43585 21.552C7.72396 21.832 8.14009 22 8.54345 22C8.9468 22 9.27972 21.86 9.56783 21.608C10.1441 21.048 10.1441 20.124 9.56783 19.564L8.54345 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5434 18.5L14.407 19.536C13.8596 20.096 13.8596 20.992 14.4358 21.552C14.724 21.832 15.1401 22 15.5434 22C15.9468 22 16.2797 21.86 16.5678 21.608C17.1441 21.048 17.1441 20.124 16.5678 19.564L15.5434 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 11.0091C17.485 11.0091 17.4925 11.0091 17.5 11.0091C19.9853 11.0091 22 13.0269 22 15.5159C22 17.2442 20.9257 18.2931 19.5 19M17.4776 11.0091C17.4924 10.8442 17.5 10.6772 17.5 10.5083C17.5 7.46617 15.0376 5 12 5C9.12324 5 6.76233 7.21197 6.52042 10.0303M17.4776 11.0091C17.3954 11.9219 17.091 12.7704 16.6189 13.5M6.52042 10.0303C3.98398 10.2721 2 12.4116 2 15.0152C2 16.8687 3.0055 18.1412 4.5 19M6.52042 10.0303C6.67826 10.0153 6.83823 10.0076 7 10.0076C7.91072 10.0076 8.76457 10.2514 9.5 10.6775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.0434 13L10.907 14.036C10.3596 14.596 10.3596 15.492 10.9358 16.052C11.224 16.332 11.6401 16.5 12.0434 16.5C12.4468 16.5 12.7797 16.36 13.0678 16.108C13.6441 15.548 13.6441 14.624 13.0678 14.064L12.0434 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.54345 18.5L7.40701 19.536C6.8596 20.096 6.85963 20.992 7.43585 21.552C7.72396 21.832 8.14009 22 8.54345 22C8.9468 22 9.27972 21.86 9.56783 21.608C10.1441 21.048 10.1441 20.124 9.56783 19.564L8.54345 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5434 18.5L14.407 19.536C13.8596 20.096 13.8596 20.992 14.4358 21.552C14.724 21.832 15.1401 22 15.5434 22C15.9468 22 16.2797 21.86 16.5678 21.608C17.1441 21.048 17.1441 20.124 16.5678 19.564L15.5434 18.5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-mid-snow-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 3.65468C8.30552 2.65451 7.15088 2 5.84388 2C3.72096 2 2 3.72674 2 5.85679C2 7.15354 2.63783 8.30081 3.61588 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.4776 9.00915C17.485 9.00911 17.4925 9.00909 17.5 9.00909C19.9853 9.00909 22 11.0269 22 13.5159C22 15.4782 20.7478 16.8813 19 17.5M17.4776 9.00915C17.4924 8.8442 17.5 8.67716 17.5 8.50834C17.5 5.46617 15.0376 3 12 3C9.12324 3 6.76233 5.21197 6.52042 8.03032M17.4776 9.00915C17.3753 10.1453 16.9286 11.182 16.2428 12.0136M6.52042 8.03032C3.98398 8.27205 2 10.4116 2 13.0152C2 15.0686 3.2341 16.7103 5 17.5M6.52042 8.03032C6.67826 8.01527 6.83823 8.00758 7 8.00758C8.12582 8.00758 9.16474 8.38023 10.0005 9.00909%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14V20M14.5 15.5L9.50013 18.5M9.5 15.5L14.4999 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 3.65468C8.30552 2.65451 7.15088 2 5.84388 2C3.72096 2 2 3.72674 2 5.85679C2 7.15354 2.63783 8.30081 3.61588 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.4776 9.00915C17.485 9.00911 17.4925 9.00909 17.5 9.00909C19.9853 9.00909 22 11.0269 22 13.5159C22 15.4782 20.7478 16.8813 19 17.5M17.4776 9.00915C17.4924 8.8442 17.5 8.67716 17.5 8.50834C17.5 5.46617 15.0376 3 12 3C9.12324 3 6.76233 5.21197 6.52042 8.03032M17.4776 9.00915C17.3753 10.1453 16.9286 11.182 16.2428 12.0136M6.52042 8.03032C3.98398 8.27205 2 10.4116 2 13.0152C2 15.0686 3.2341 16.7103 5 17.5M6.52042 8.03032C6.67826 8.01527 6.83823 8.00758 7 8.00758C8.12582 8.00758 9.16474 8.38023 10.0005 9.00909%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14V20M14.5 15.5L9.50013 18.5M9.5 15.5L14.4999 18.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-mid-snow-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 11.0091C17.485 11.0091 17.4925 11.0091 17.5 11.0091C19.9853 11.0091 22 13.0269 22 15.5159C22 17.4782 20.7478 18.8813 19 19.5M17.4776 11.0091C17.4924 10.8442 17.5 10.6772 17.5 10.5083C17.5 7.46617 15.0376 5 12 5C9.12324 5 6.76233 7.21197 6.52042 10.0303M17.4776 11.0091C17.3753 12.1453 16.9286 13.182 16.2428 14.0136M6.52042 10.0303C3.98398 10.2721 2 12.4116 2 15.0152C2 17.0686 3.2341 18.7103 5 19.5M6.52042 10.0303C6.67826 10.0153 6.83823 10.0076 7 10.0076C8.12582 10.0076 9.16474 10.3802 10.0005 11.0091%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16V22M14.5 17.5L9.50013 20.5M9.5 17.5L14.4999 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 11.0091C17.485 11.0091 17.4925 11.0091 17.5 11.0091C19.9853 11.0091 22 13.0269 22 15.5159C22 17.4782 20.7478 18.8813 19 19.5M17.4776 11.0091C17.4924 10.8442 17.5 10.6772 17.5 10.5083C17.5 7.46617 15.0376 5 12 5C9.12324 5 6.76233 7.21197 6.52042 10.0303M17.4776 11.0091C17.3753 12.1453 16.9286 13.182 16.2428 14.0136M6.52042 10.0303C3.98398 10.2721 2 12.4116 2 15.0152C2 17.0686 3.2341 18.7103 5 19.5M6.52042 10.0303C6.67826 10.0153 6.83823 10.0076 7 10.0076C8.12582 10.0076 9.16474 10.3802 10.0005 11.0091%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16V22M14.5 17.5L9.50013 20.5M9.5 17.5L14.4999 20.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-slow-wind-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.89801L17.5 8.89795C19.9853 8.89795 22 10.8784 22 13.3214C22 14.8551 21.206 16.2065 20 17M17.4776 8.89801C17.4924 8.73611 17.5 8.57216 17.5 8.40646C17.5 5.42055 15.0376 3 12 3C9.12324 3 6.76233 5.17106 6.52042 7.93728M17.4776 8.89801C17.3753 10.0132 16.9286 11.0307 16.2428 11.8469M6.52042 7.93728C3.98398 8.17454 2 10.2745 2 12.8299C2 14.4378 2.78565 15.8652 4 16.7619M6.52042 7.93728C6.67826 7.92251 6.83823 7.91496 7 7.91496C8.12582 7.91496 9.16474 8.28072 10.0005 8.89795%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3.65468C8.30552 2.65451 7.15088 2 5.84388 2C3.72096 2 2 3.72674 2 5.85679C2 7.15354 2.63783 8.30081 3.61588 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 17.6579L8.32669 17.4C9.00235 16.8667 9.79765 16.8667 10.4733 17.4L10.7267 17.6C11.4024 18.1333 12.1976 18.1333 12.8733 17.6L13.1267 17.4C13.8024 16.8667 14.5976 16.8667 15.2733 17.4L15.5267 17.6C15.6792 17.7204 15.8378 17.8136 15.9998 17.8796M14 21.6L14.2693 21.4C14.9875 20.8667 15.8328 20.8667 16.5509 21.4L16.8202 21.6C17.5384 22.1333 18.3837 22.1333 19.1018 21.6L19.3712 21.4C20.0893 20.8667 20.9346 20.8667 21.6528 21.4L22 21.6579M10 21.6L9.73069 21.4C9.01254 20.8667 8.16723 20.8667 7.44908 21.4L7.17977 21.6C6.46161 22.1333 5.61631 22.1333 4.89815 21.6L4.62885 21.4C3.91069 20.8667 3.06539 20.8667 2.34723 21.4L2 21.6579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.89801L17.5 8.89795C19.9853 8.89795 22 10.8784 22 13.3214C22 14.8551 21.206 16.2065 20 17M17.4776 8.89801C17.4924 8.73611 17.5 8.57216 17.5 8.40646C17.5 5.42055 15.0376 3 12 3C9.12324 3 6.76233 5.17106 6.52042 7.93728M17.4776 8.89801C17.3753 10.0132 16.9286 11.0307 16.2428 11.8469M6.52042 7.93728C3.98398 8.17454 2 10.2745 2 12.8299C2 14.4378 2.78565 15.8652 4 16.7619M6.52042 7.93728C6.67826 7.92251 6.83823 7.91496 7 7.91496C8.12582 7.91496 9.16474 8.28072 10.0005 8.89795%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 3.65468C8.30552 2.65451 7.15088 2 5.84388 2C3.72096 2 2 3.72674 2 5.85679C2 7.15354 2.63783 8.30081 3.61588 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 17.6579L8.32669 17.4C9.00235 16.8667 9.79765 16.8667 10.4733 17.4L10.7267 17.6C11.4024 18.1333 12.1976 18.1333 12.8733 17.6L13.1267 17.4C13.8024 16.8667 14.5976 16.8667 15.2733 17.4L15.5267 17.6C15.6792 17.7204 15.8378 17.8136 15.9998 17.8796M14 21.6L14.2693 21.4C14.9875 20.8667 15.8328 20.8667 16.5509 21.4L16.8202 21.6C17.5384 22.1333 18.3837 22.1333 19.1018 21.6L19.3712 21.4C20.0893 20.8667 20.9346 20.8667 21.6528 21.4L22 21.6579M10 21.6L9.73069 21.4C9.01254 20.8667 8.16723 20.8667 7.44908 21.4L7.17977 21.6C6.46161 22.1333 5.61631 22.1333 4.89815 21.6L4.62885 21.4C3.91069 20.8667 3.06539 20.8667 2.34723 21.4L2 21.6579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-slow-wind-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 17.6579L8.32669 17.4C9.00235 16.8667 9.79765 16.8667 10.4733 17.4L10.7267 17.6C11.4024 18.1333 12.1976 18.1333 12.8733 17.6L13.1267 17.4C13.8024 16.8667 14.5976 16.8667 15.2733 17.4L15.5267 17.6C15.6792 17.7204 15.8378 17.8136 15.9998 17.8796M14 21.6L14.2693 21.4C14.9875 20.8667 15.8328 20.8667 16.5509 21.4L16.8202 21.6C17.5384 22.1333 18.3837 22.1333 19.1018 21.6L19.3712 21.4C20.0893 20.8667 20.9346 20.8667 21.6528 21.4L22 21.6579M10 21.6L9.73069 21.4C9.01254 20.8667 8.16723 20.8667 7.44908 21.4L7.17977 21.6C6.46161 22.1333 5.61631 22.1333 4.89815 21.6L4.62885 21.4C3.91069 20.8667 3.06539 20.8667 2.34723 21.4L2 21.6579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 10.9008C17.485 10.9007 17.4925 10.9007 17.5 10.9007C19.9853 10.9007 22 12.8821 22 15.3263C22 16.4936 21.5404 17.7092 20.7895 18.5M17.4776 10.9008C17.4924 10.7388 17.5 10.5748 17.5 10.409C17.5 7.42169 15.0376 5 12 5C9.12324 5 6.76233 7.17208 6.52042 9.9396M17.4776 10.9008C17.3753 12.0165 16.9286 13.0344 16.2428 13.8511M6.52042 9.9396C3.98398 10.177 2 12.2779 2 14.8345C2 16.2101 2.57432 17.6076 3.5 18.5M6.52042 9.9396C6.67826 9.92483 6.83823 9.91727 7 9.91727C8.12582 9.91727 9.16474 10.2832 10.0005 10.9007%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 17.6579L8.32669 17.4C9.00235 16.8667 9.79765 16.8667 10.4733 17.4L10.7267 17.6C11.4024 18.1333 12.1976 18.1333 12.8733 17.6L13.1267 17.4C13.8024 16.8667 14.5976 16.8667 15.2733 17.4L15.5267 17.6C15.6792 17.7204 15.8378 17.8136 15.9998 17.8796M14 21.6L14.2693 21.4C14.9875 20.8667 15.8328 20.8667 16.5509 21.4L16.8202 21.6C17.5384 22.1333 18.3837 22.1333 19.1018 21.6L19.3712 21.4C20.0893 20.8667 20.9346 20.8667 21.6528 21.4L22 21.6579M10 21.6L9.73069 21.4C9.01254 20.8667 8.16723 20.8667 7.44908 21.4L7.17977 21.6C6.46161 22.1333 5.61631 22.1333 4.89815 21.6L4.62885 21.4C3.91069 20.8667 3.06539 20.8667 2.34723 21.4L2 21.6579%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 10.9008C17.485 10.9007 17.4925 10.9007 17.5 10.9007C19.9853 10.9007 22 12.8821 22 15.3263C22 16.4936 21.5404 17.7092 20.7895 18.5M17.4776 10.9008C17.4924 10.7388 17.5 10.5748 17.5 10.409C17.5 7.42169 15.0376 5 12 5C9.12324 5 6.76233 7.17208 6.52042 9.9396M17.4776 10.9008C17.3753 12.0165 16.9286 13.0344 16.2428 13.8511M6.52042 9.9396C3.98398 10.177 2 12.2779 2 14.8345C2 16.2101 2.57432 17.6076 3.5 18.5M6.52042 9.9396C6.67826 9.92483 6.83823 9.91727 7 9.91727C8.12582 9.91727 9.16474 10.2832 10.0005 10.9007%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-snow-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 3.65468C8.30552 2.65451 7.15088 2 5.84388 2C3.72096 2 2 3.72674 2 5.85679C2 7.15354 2.63783 8.30081 3.61588 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.4776 9.00915C17.485 9.00911 17.4925 9.00909 17.5 9.00909C19.9853 9.00909 22 11.0269 22 13.5159C22 15.4782 20.7478 16.8813 19 17.5M17.4776 9.00915C17.4924 8.8442 17.5 8.67716 17.5 8.50834C17.5 5.46617 15.0376 3 12 3C9.12324 3 6.76233 5.21197 6.52042 8.03032M17.4776 9.00915C17.3753 10.1453 16.9286 11.182 16.2428 12.0136M6.52042 8.03032C3.98398 8.27205 2 10.4116 2 13.0152C2 15.0686 3.2341 16.7103 5 17.5M6.52042 8.03032C6.67826 8.01527 6.83823 8.00758 7 8.00758C8.12582 8.00758 9.16474 8.38023 10.0005 9.00909%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9978 17.9974L12.0022 18.0052M15.9955 16L16 16.0078M8 16L8.00449 16.0078M15.9955 19.9948L16 20.0026M8 19.9948L8.00449 20.0026M11.9978 21.9922L12.0022 22%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 3.65468C8.30552 2.65451 7.15088 2 5.84388 2C3.72096 2 2 3.72674 2 5.85679C2 7.15354 2.63783 8.30081 3.61588 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M17.4776 9.00915C17.485 9.00911 17.4925 9.00909 17.5 9.00909C19.9853 9.00909 22 11.0269 22 13.5159C22 15.4782 20.7478 16.8813 19 17.5M17.4776 9.00915C17.4924 8.8442 17.5 8.67716 17.5 8.50834C17.5 5.46617 15.0376 3 12 3C9.12324 3 6.76233 5.21197 6.52042 8.03032M17.4776 9.00915C17.3753 10.1453 16.9286 11.182 16.2428 12.0136M6.52042 8.03032C3.98398 8.27205 2 10.4116 2 13.0152C2 15.0686 3.2341 16.7103 5 17.5M6.52042 8.03032C6.67826 8.01527 6.83823 8.00758 7 8.00758C8.12582 8.00758 9.16474 8.38023 10.0005 9.00909%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9978 17.9974L12.0022 18.0052M15.9955 16L16 16.0078M8 16L8.00449 16.0078M15.9955 19.9948L16 20.0026M8 19.9948L8.00449 20.0026M11.9978 21.9922L12.0022 22%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-snow-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9978 17.9974L12.0022 18.0052M15.9955 16L16 16.0078M8 16L8.00449 16.0078M15.9955 19.9948L16 20.0026M8 19.9948L8.00449 20.0026M11.9978 21.9922L12.0022 22%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 11.0091C17.485 11.0091 17.4925 11.0091 17.5 11.0091C19.9853 11.0091 22 13.0269 22 15.5159C22 17.4782 20.7478 18.8813 19 19.5M17.4776 11.0091C17.4924 10.8442 17.5 10.6772 17.5 10.5083C17.5 7.46617 15.0376 5 12 5C9.12324 5 6.76233 7.21197 6.52042 10.0303M17.4776 11.0091C17.3954 11.9219 17 12.5 16.5 13M6.52042 10.0303C3.98398 10.2721 2 12.4116 2 15.0152C2 17.0686 3.2341 18.7103 5 19.5M6.52042 10.0303C6.67826 10.0153 6.83823 10.0076 7 10.0076C7.91072 10.0076 8.76457 10.2514 9.5 10.6775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M11.9978 17.9974L12.0022 18.0052M15.9955 16L16 16.0078M8 16L8.00449 16.0078M15.9955 19.9948L16 20.0026M8 19.9948L8.00449 20.0026M11.9978 21.9922L12.0022 22%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 11.0091C17.485 11.0091 17.4925 11.0091 17.5 11.0091C19.9853 11.0091 22 13.0269 22 15.5159C22 17.4782 20.7478 18.8813 19 19.5M17.4776 11.0091C17.4924 10.8442 17.5 10.6772 17.5 10.5083C17.5 7.46617 15.0376 5 12 5C9.12324 5 6.76233 7.21197 6.52042 10.0303M17.4776 11.0091C17.3954 11.9219 17 12.5 16.5 13M6.52042 10.0303C3.98398 10.2721 2 12.4116 2 15.0152C2 17.0686 3.2341 18.7103 5 19.5M6.52042 10.0303C6.67826 10.0153 6.83823 10.0076 7 10.0076C7.91072 10.0076 8.76457 10.2514 9.5 10.6775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sun-cloud-zap-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5784 15L10.8043 17.6838C10.5668 18.0431 10.4481 18.2227 10.5217 18.3614C10.5952 18.5 10.8093 18.5 11.2375 18.5H12.7625C13.1907 18.5 13.4048 18.5 13.4783 18.6386C13.5519 18.7773 13.4332 18.9569 13.1957 19.3162L11.4216 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 11.0001C17.485 11 17.4925 11 17.5 11C19.9853 11 22 13.0147 22 15.5C22 17.8251 20.2624 19.7631 18 20M17.4776 11.0001C17.4924 10.8354 17.5 10.6686 17.5 10.5C17.5 7.46243 15.0376 5 12 5C9.12324 5 6.76233 7.20862 6.52042 10.0227M17.4776 11.0001C17.3753 12.1345 16.9286 13.1696 16.2428 14M6.52042 10.0227C3.98398 10.2641 2 12.4003 2 15C2 17.419 3.71776 19.512 6 19.9753M6.52042 10.0227C6.67826 10.0077 6.83823 10 7 10C8.12582 10 9.16474 10.3721 10.0005 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5784 15L10.8043 17.6838C10.5668 18.0431 10.4481 18.2227 10.5217 18.3614C10.5952 18.5 10.8093 18.5 11.2375 18.5H12.7625C13.1907 18.5 13.4048 18.5 13.4783 18.6386C13.5519 18.7773 13.4332 18.9569 13.1957 19.3162L11.4216 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.95939 9.19373C2.21865 6.47179 3.85922 3.67397 6.6237 2.94463M2.95939 9.19373L2 9.44684M2.95939 9.19373C3.14359 9.87059 3.4577 10.479 3.86823 11M6.6237 2.94463L6.36663 2M6.6237 2.94463C8.66673 2.40563 10.7518 3.14719 12 4.66961M3.4765 5.32297L2.4644 4.74628M11.1407 2.45725L10.557 3.45494%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.4776 11.0001C17.485 11 17.4925 11 17.5 11C19.9853 11 22 13.0147 22 15.5C22 17.8251 20.2624 19.7631 18 20M17.4776 11.0001C17.4924 10.8354 17.5 10.6686 17.5 10.5C17.5 7.46243 15.0376 5 12 5C9.12324 5 6.76233 7.20862 6.52042 10.0227M17.4776 11.0001C17.3753 12.1345 16.9286 13.1696 16.2428 14M6.52042 10.0227C3.98398 10.2641 2 12.4003 2 15C2 17.419 3.71776 19.512 6 19.9753M6.52042 10.0227C6.67826 10.0077 6.83823 10 7 10C8.12582 10 9.16474 10.3721 10.0005 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sunrise{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 6.5C9.99153 5.9943 11.2998 4 12 4M14.5 6.5C14.0085 5.9943 12.7002 4 12 4M12 4V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.3633 10.6357L16.9491 12.05%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 17H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.63657 10.6356L7.05078 12.0498%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 17H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 20H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 17C16 14.7909 14.2091 13 12 13C9.79086 13 8 14.7909 8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 6.5C9.99153 5.9943 11.2998 4 12 4M14.5 6.5C14.0085 5.9943 12.7002 4 12 4M12 4V10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.3633 10.6357L16.9491 12.05%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 17H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.63657 10.6356L7.05078 12.0498%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 17H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 20H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 17C16 14.7909 14.2091 13 12 13C9.79086 13 8 14.7909 8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-sunset{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 7.5C9.99153 8.0057 11.2998 10 12 10M14.5 7.5C14.0085 8.0057 12.7002 10 12 10M12 10V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.3633 10.6357L16.9491 12.05%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 17H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.63657 10.6356L7.05078 12.0498%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 17H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 20H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 17C16 14.7909 14.2091 13 12 13C9.79086 13 8 14.7909 8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.5 7.5C9.99153 8.0057 11.2998 10 12 10M14.5 7.5C14.0085 8.0057 12.7002 10 12 10M12 10V4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.3633 10.6357L16.9491 12.05%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3 17H5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.63657 10.6356L7.05078 12.0498%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 17H19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 20H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 17C16 14.7909 14.2091 13 12 13C9.79086 13 8 14.7909 8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-thermometer-cold{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 22C19.7091 22 21.5 20.2091 21.5 18C21.5 16.9335 21.0827 15.9646 20.4024 15.2475C19.8957 14.7134 19.6423 14.4463 19.5712 14.2679C19.5 14.0895 19.5 13.8535 19.5 13.3815V4C19.5 2.89543 18.6046 2 17.5 2C16.3954 2 15.5 2.89543 15.5 4V13.3815C15.5 13.8535 15.5 14.0895 15.4288 14.2679C15.3577 14.4463 15.1043 14.7134 14.5976 15.2475C13.9173 15.9646 13.5 16.9335 13.5 18C13.5 20.2091 15.2909 22 17.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.04545 5V8.65625M9.04545 8.65625V14.3438M9.04545 8.65625L11.0909 6.625M9.04545 8.65625L7 6.625M9.04545 14.3438L9.04546 18M9.04545 14.3438L7 16.375M9.04545 14.3438L11.0909 16.375M4.13636 9.46875L6.18182 11.5M6.18182 11.5L4.13636 13.5312M6.18182 11.5H11.5M6.18182 11.5H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.5 22C19.7091 22 21.5 20.2091 21.5 18C21.5 16.9335 21.0827 15.9646 20.4024 15.2475C19.8957 14.7134 19.6423 14.4463 19.5712 14.2679C19.5 14.0895 19.5 13.8535 19.5 13.3815V4C19.5 2.89543 18.6046 2 17.5 2C16.3954 2 15.5 2.89543 15.5 4V13.3815C15.5 13.8535 15.5 14.0895 15.4288 14.2679C15.3577 14.4463 15.1043 14.7134 14.5976 15.2475C13.9173 15.9646 13.5 16.9335 13.5 18C13.5 20.2091 15.2909 22 17.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.04545 5V8.65625M9.04545 8.65625V14.3438M9.04545 8.65625L11.0909 6.625M9.04545 8.65625L7 6.625M9.04545 14.3438L9.04546 18M9.04545 14.3438L7 16.375M9.04545 14.3438L11.0909 16.375M4.13636 9.46875L6.18182 11.5M6.18182 11.5L4.13636 13.5312M6.18182 11.5H11.5M6.18182 11.5H2.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-thermometer-warm{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 22C18.7091 22 20.5 20.2091 20.5 18C20.5 16.9335 20.0827 15.9646 19.4024 15.2475C18.8957 14.7134 18.6423 14.4463 18.5712 14.2679C18.5 14.0895 18.5 13.8535 18.5 13.3815V4C18.5 2.89543 17.6046 2 16.5 2C15.3954 2 14.5 2.89543 14.5 4V13.3815C14.5 13.8535 14.5 14.0895 14.4288 14.2679C14.3577 14.4463 14.1043 14.7134 13.5976 15.2475C12.9173 15.9646 12.5 16.9335 12.5 18C12.5 20.2091 14.2909 22 16.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.3133 15.8303C8.67792 15.5416 7.36329 14.104 7.20333 12.2607C7.01373 10.076 8.51806 8.14861 10.5634 7.95588C10.883 7.92576 11.197 7.9398 11.5 7.99327M10.2201 4L10.323 5.18677M6.04201 7.57572L5.18359 6.81058M4.611 12.505L3.5 12.6097M6.86776 17.0868L6.15499 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M16.5 22C18.7091 22 20.5 20.2091 20.5 18C20.5 16.9335 20.0827 15.9646 19.4024 15.2475C18.8957 14.7134 18.6423 14.4463 18.5712 14.2679C18.5 14.0895 18.5 13.8535 18.5 13.3815V4C18.5 2.89543 17.6046 2 16.5 2C15.3954 2 14.5 2.89543 14.5 4V13.3815C14.5 13.8535 14.5 14.0895 14.4288 14.2679C14.3577 14.4463 14.1043 14.7134 13.5976 15.2475C12.9173 15.9646 12.5 16.9335 12.5 18C12.5 20.2091 14.2909 22 16.5 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.3133 15.8303C8.67792 15.5416 7.36329 14.104 7.20333 12.2607C7.01373 10.076 8.51806 8.14861 10.5634 7.95588C10.883 7.92576 11.197 7.9398 11.5 7.99327M10.2201 4L10.323 5.18677M6.04201 7.57572L5.18359 6.81058M4.611 12.505L3.5 12.6097M6.86776 17.0868L6.15499 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-tornado-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 7C20 9.20914 16.4183 11 12 11C7.58172 11 4 9.20914 4 7C4 4.79086 7.58172 3 12 3C16.4183 3 20 4.79086 20 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 14C18 15.6569 15.3137 17 12 17C8.68629 17 6 15.6569 6 14C6 12.3431 8.68629 11 12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 19C16 20.1046 14.2091 21 12 21C9.79086 21 8 20.1046 8 19C8 17.8954 9.79086 17 12 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20 7C20 9.20914 16.4183 11 12 11C7.58172 11 4 9.20914 4 7C4 4.79086 7.58172 3 12 3C16.4183 3 20 4.79086 20 7Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M18 14C18 15.6569 15.3137 17 12 17C8.68629 17 6 15.6569 6 14C6 12.3431 8.68629 11 12 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 19C16 20.1046 14.2091 21 12 21C9.79086 21 8 20.1046 8 19C8 17.8954 9.79086 17 12 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-tornado-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.01654 6.15879C10.9944 4.77262 17.9171 3.55944 18.906 6.15879C20.3862 10.0497 3.87743 12.3805 5.06077 6.15849C5.55508 3.55944 10.5002 2 12.9725 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 11.1934C15.423 13.0706 8.5771 13.8244 6 11.7816%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0219 21.6941C13.0436 21.8816 12.0077 21.989 11 21.9995%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15.166C9.07731 16.0444 12.3835 15.9574 15 15.2812%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.03906 18.5039C9.49304 18.8598 11.2867 18.8854 12.9988 18.6635%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.01654 6.15879C10.9944 4.77262 17.9171 3.55944 18.906 6.15879C20.3862 10.0497 3.87743 12.3805 5.06077 6.15849C5.55508 3.55944 10.5002 2 12.9725 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 11.1934C15.423 13.0706 8.5771 13.8244 6 11.7816%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14.0219 21.6941C13.0436 21.8816 12.0077 21.989 11 21.9995%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 15.166C9.07731 16.0444 12.3835 15.9574 15 15.2812%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.03906 18.5039C9.49304 18.8598 11.2867 18.8854 12.9988 18.6635%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-tropical-storm-tracks-1{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.1649 15.3478L18.6279 14.1905C18.6279 14.1905 19.2789 14.8144 20.0122 15.5181C20.8638 16.3354 21.2896 16.744 21.6142 16.5584C21.9388 16.3728 21.8076 15.8193 21.545 14.7124C21.1458 13.0294 20.535 11.4 19.7246 9.86371C18.7709 8.05838 17.2258 6.63559 15.3481 5.83366L14.1904 5.37071C14.1904 5.37071 14.7811 4.75416 15.4628 4.04374C16.3007 3.17052 16.7197 2.73392 16.5354 2.40972C16.3511 2.08552 15.7797 2.21794 14.6369 2.48276C12.6305 2.94773 10.3703 3.74969 8.57135 5.13267C7.35643 6.03539 6.40993 7.25159 5.83324 8.65101L5.37037 9.80835C5.37037 9.80835 4.75494 9.2189 4.04536 8.53818C3.17093 7.69932 2.73371 7.2799 2.40955 7.4642C2.08538 7.64851 2.21798 8.22053 2.48318 9.36456C2.9566 11.4068 3.77916 13.7115 5.20826 15.5252C6.10132 16.695 7.28946 17.6063 8.65084 18.1655L9.80903 18.6289C9.80903 18.6289 9.18487 19.2799 8.48107 20.0131C7.66462 20.8637 7.2564 21.289 7.44197 21.6136C7.62754 21.9383 8.18048 21.8072 9.28635 21.545C10.9527 21.15 12.5669 20.548 14.0906 19.7506C15.9161 18.7971 17.3556 17.2416 18.1649 15.3478Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.1649 15.3478L18.6279 14.1905C18.6279 14.1905 19.2789 14.8144 20.0122 15.5181C20.8638 16.3354 21.2896 16.744 21.6142 16.5584C21.9388 16.3728 21.8076 15.8193 21.545 14.7124C21.1458 13.0294 20.535 11.4 19.7246 9.86371C18.7709 8.05838 17.2258 6.63559 15.3481 5.83366L14.1904 5.37071C14.1904 5.37071 14.7811 4.75416 15.4628 4.04374C16.3007 3.17052 16.7197 2.73392 16.5354 2.40972C16.3511 2.08552 15.7797 2.21794 14.6369 2.48276C12.6305 2.94773 10.3703 3.74969 8.57135 5.13267C7.35643 6.03539 6.40993 7.25159 5.83324 8.65101L5.37037 9.80835C5.37037 9.80835 4.75494 9.2189 4.04536 8.53818C3.17093 7.69932 2.73371 7.2799 2.40955 7.4642C2.08538 7.64851 2.21798 8.22053 2.48318 9.36456C2.9566 11.4068 3.77916 13.7115 5.20826 15.5252C6.10132 16.695 7.28946 17.6063 8.65084 18.1655L9.80903 18.6289C9.80903 18.6289 9.18487 19.2799 8.48107 20.0131C7.66462 20.8637 7.2564 21.289 7.44197 21.6136C7.62754 21.9383 8.18048 21.8072 9.28635 21.545C10.9527 21.15 12.5669 20.548 14.0906 19.7506C15.9161 18.7971 17.3556 17.2416 18.1649 15.3478Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-tropical-storm-tracks{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.1564 7.23099L11.2883 6.15969L14.2119 4.24954C4.58902 2.72954 3.15548 8.6394 3.09662 8.90429L3.09093 8.9298L3.08206 8.96494C2.87776 9.71974 2.85964 10.5136 3.02917 11.2825C3.1987 12.0514 3.55113 12.774 4.05808 13.3919L4.92616 14.4632L2 16.3749C11.6227 17.904 13.0587 11.9839 13.1177 11.7185L13.1234 11.693L13.1322 11.6579C13.3366 10.9031 13.3547 10.1093 13.1852 9.34036C13.0157 8.57144 12.6633 7.84892 12.1564 7.23099Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%228.10593%22 cy%3D%2210.312%22 r%3D%222.23093%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.5 7V12.5C19.5 16.6421 16.1421 20 12 20M19.5 7C20.2002 7 21.5085 8.9943 22 9.5M19.5 7C18.7998 7 17.4915 8.9943 17 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.1564 7.23099L11.2883 6.15969L14.2119 4.24954C4.58902 2.72954 3.15548 8.6394 3.09662 8.90429L3.09093 8.9298L3.08206 8.96494C2.87776 9.71974 2.85964 10.5136 3.02917 11.2825C3.1987 12.0514 3.55113 12.774 4.05808 13.3919L4.92616 14.4632L2 16.3749C11.6227 17.904 13.0587 11.9839 13.1177 11.7185L13.1234 11.693L13.1322 11.6579C13.3366 10.9031 13.3547 10.1093 13.1852 9.34036C13.0157 8.57144 12.6633 7.84892 12.1564 7.23099Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%228.10593%22 cy%3D%2210.312%22 r%3D%222.23093%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19.5 7V12.5C19.5 16.6421 16.1421 20 12 20M19.5 7C20.2002 7 21.5085 8.9943 22 9.5M19.5 7C18.7998 7 17.4915 8.9943 17 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-tropical-storm{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4467 7.85654L16.2793 6.41593L20.2108 3.84728C7.2706 1.80329 5.34287 9.75047 5.26372 10.1067L5.25607 10.141L5.24414 10.1882C4.96941 11.2032 4.94505 12.2707 5.17302 13.3048C5.40099 14.3388 5.87492 15.3104 6.55663 16.1413L7.72397 17.5819L3.78906 20.1526C16.7291 22.2089 18.66 14.2479 18.7394 13.8911L18.747 13.8568L18.7589 13.8095C19.0337 12.7945 19.0581 11.7271 18.8302 10.6931C18.6022 9.65908 18.1284 8.68748 17.4467 7.85654Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4467 7.85654L16.2793 6.41593L20.2108 3.84728C7.2706 1.80329 5.34287 9.75047 5.26372 10.1067L5.25607 10.141L5.24414 10.1882C4.96941 11.2032 4.94505 12.2707 5.17302 13.3048C5.40099 14.3388 5.87492 15.3104 6.55663 16.1413L7.72397 17.5819L3.78906 20.1526C16.7291 22.2089 18.66 14.2479 18.7394 13.8911L18.747 13.8568L18.7589 13.8095C19.0337 12.7945 19.0581 11.7271 18.8302 10.6931C18.6022 9.65908 18.1284 8.68748 17.4467 7.85654Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%223%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-tsunami{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.06641 12C7.06641 12 7.06616 15 9.99951 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 21.3733C20.5547 22.1843 18.7056 22.1843 17.2604 21.3733C16.3889 20.8756 15.2412 20.8756 14.3698 21.3733C14.3698 21.3733 14.3486 21.3733 14.3486 21.3917C12.9033 22.2028 11.0542 22.2028 9.63019 21.3917C8.73752 20.894 7.61105 20.894 6.73964 21.3917M6.73964 21.3733C5.29436 22.1843 3.44527 22.1843 2 21.3733%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7C11 12.2467 15.2533 16.5 20.5 16.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.88792 6.92363C7.25992 7.13963 7.97992 7.67963 9.17992 7.46363C10.6199 7.01963 11.8009 6.64822 12.7199 7.19963C13.6199 7.73963 14.2199 8.21963 14.5799 7.97963C14.7578 8.01521 15.0555 7.33341 14.9939 6.35963C14.9517 5.69132 14.7207 4.88547 14.2079 4.07963C13.9079 3.65963 13.7148 3.51235 13.6799 3.47963C11.7361 1.6542 8.59877 1.35463 5.81992 3.47963C2.69992 5.99963 2.27992 9.17963 2.09992 10.7396C1.79992 13.7396 2.27992 17.1596 2.75992 19.0196%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7.06641 12C7.06641 12 7.06616 15 9.99951 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 21.3733C20.5547 22.1843 18.7056 22.1843 17.2604 21.3733C16.3889 20.8756 15.2412 20.8756 14.3698 21.3733C14.3698 21.3733 14.3486 21.3733 14.3486 21.3917C12.9033 22.2028 11.0542 22.2028 9.63019 21.3917C8.73752 20.894 7.61105 20.894 6.73964 21.3917M6.73964 21.3733C5.29436 22.1843 3.44527 22.1843 2 21.3733%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 7C11 12.2467 15.2533 16.5 20.5 16.5H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.88792 6.92363C7.25992 7.13963 7.97992 7.67963 9.17992 7.46363C10.6199 7.01963 11.8009 6.64822 12.7199 7.19963C13.6199 7.73963 14.2199 8.21963 14.5799 7.97963C14.7578 8.01521 15.0555 7.33341 14.9939 6.35963C14.9517 5.69132 14.7207 4.88547 14.2079 4.07963C13.9079 3.65963 13.7148 3.51235 13.6799 3.47963C11.7361 1.6542 8.59877 1.35463 5.81992 3.47963C2.69992 5.99963 2.27992 9.17963 2.09992 10.7396C1.79992 13.7396 2.27992 17.1596 2.75992 19.0196%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-uv-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.04 10.3678C17.9253 9.79352 17.7605 9.3378 18.1322 8.1761C18.3277 7.56506 18.9176 6.39167 18.4748 5.76728C17.8937 4.94813 16.5391 5.639 15.8239 5.86783C14.6296 6.24996 14.1908 6.04427 13.6322 4.96C13.3119 4.3384 12.8804 3 12 3C11.1196 3 10.6881 4.3384 10.3678 4.96C9.80919 6.04427 9.37039 6.24996 8.1761 5.86783C7.46091 5.639 6.10626 4.94813 5.52524 5.76728C5.08236 6.39167 5.67233 7.56506 5.86783 8.1761C6.23953 9.3378 6.07469 9.79352 4.96 10.3678C4.33844 10.688 3.0001 11.1196 3 11.9999C2.9999 12.8803 4.33837 13.3119 4.96 13.6322C6.07469 14.2065 6.23953 14.6622 5.86783 15.8239C5.65453 16.4906 5.01265 17.7433 5.63761 18.3655C6.26038 18.9856 7.5108 18.345 8.1761 18.1322C9.37039 17.75 9.80919 17.9557 10.3678 19.04C10.6881 19.6616 11.1196 21 12 21C12.8804 21 13.3119 19.6616 13.6322 19.04C14.1908 17.9557 14.6296 17.75 15.8239 18.1322C16.4892 18.345 17.7396 18.9856 18.3624 18.3655C18.9874 17.7433 18.3455 16.4906 18.1322 15.8239C17.7605 14.6622 17.9253 14.2065 19.04 13.6322C19.6616 13.3119 21.0001 12.8803 21 11.9999C20.9999 11.1196 19.6616 10.688 19.04 10.3678Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.04 10.3678C17.9253 9.79352 17.7605 9.3378 18.1322 8.1761C18.3277 7.56506 18.9176 6.39167 18.4748 5.76728C17.8937 4.94813 16.5391 5.639 15.8239 5.86783C14.6296 6.24996 14.1908 6.04427 13.6322 4.96C13.3119 4.3384 12.8804 3 12 3C11.1196 3 10.6881 4.3384 10.3678 4.96C9.80919 6.04427 9.37039 6.24996 8.1761 5.86783C7.46091 5.639 6.10626 4.94813 5.52524 5.76728C5.08236 6.39167 5.67233 7.56506 5.86783 8.1761C6.23953 9.3378 6.07469 9.79352 4.96 10.3678C4.33844 10.688 3.0001 11.1196 3 11.9999C2.9999 12.8803 4.33837 13.3119 4.96 13.6322C6.07469 14.2065 6.23953 14.6622 5.86783 15.8239C5.65453 16.4906 5.01265 17.7433 5.63761 18.3655C6.26038 18.9856 7.5108 18.345 8.1761 18.1322C9.37039 17.75 9.80919 17.9557 10.3678 19.04C10.6881 19.6616 11.1196 21 12 21C12.8804 21 13.3119 19.6616 13.6322 19.04C14.1908 17.9557 14.6296 17.75 15.8239 18.1322C16.4892 18.345 17.7396 18.9856 18.3624 18.3655C18.9874 17.7433 18.3455 16.4906 18.1322 15.8239C17.7605 14.6622 17.9253 14.2065 19.04 13.6322C19.6616 13.3119 21.0001 12.8803 21 11.9999C20.9999 11.1196 19.6616 10.688 19.04 10.3678Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-uv-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3V4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 13C17 10.2386 14.7614 8 12 8C9.23858 8 7 10.2386 7 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.98828 6.98926L4.92762 5.9286%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13L20.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 13L2 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0703 5.92871L18.0097 6.98937%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 16V19C6.5 19.9428 6.5 20.4142 6.79289 20.7071C7.08579 21 7.55719 21 8.5 21V21C9.44281 21 9.91421 21 10.2071 20.7071C10.5 20.4142 10.5 19.9428 10.5 19V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 16L15.5 21L17.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 3V4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 13C17 10.2386 14.7614 8 12 8C9.23858 8 7 10.2386 7 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.98828 6.98926L4.92762 5.9286%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 13L20.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.5 13L2 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0703 5.92871L18.0097 6.98937%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 16V19C6.5 19.9428 6.5 20.4142 6.79289 20.7071C7.08579 21 7.55719 21 8.5 21V21C9.44281 21 9.91421 21 10.2071 20.7071C10.5 20.4142 10.5 19.9428 10.5 19V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 16L15.5 21L17.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-uv-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 13C17 10.2386 14.7614 8 12 8C9.23858 8 7 10.2386 7 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 4H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.3671 6.63268L18.3734 6.63903%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.63658 6.63978L5.64293 6.63343%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.0039 12.9959L21.0039 13.0049%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.00391 12.9959L3.00391 13.0049%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 16V19C6.5 19.9428 6.5 20.4142 6.79289 20.7071C7.08579 21 7.55719 21 8.5 21V21C9.44281 21 9.91421 21 10.2071 20.7071C10.5 20.4142 10.5 19.9428 10.5 19V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 16L15.5 21L17.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17 13C17 10.2386 14.7614 8 12 8C9.23858 8 7 10.2386 7 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9998 4H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.3671 6.63268L18.3734 6.63903%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.63658 6.63978L5.64293 6.63343%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.0039 12.9959L21.0039 13.0049%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.00391 12.9959L3.00391 13.0049%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.5 16V19C6.5 19.9428 6.5 20.4142 6.79289 20.7071C7.08579 21 7.55719 21 8.5 21V21C9.44281 21 9.91421 21 10.2071 20.7071C10.5 20.4142 10.5 19.9428 10.5 19V16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 16L15.5 21L17.5 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-wind-power{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 11C13.5 11.8284 12.8284 12.5 12 12.5C11.1716 12.5 10.5 11.8284 10.5 11C10.5 10.1716 11.1716 9.5 12 9.5C12.8284 9.5 13.5 10.1716 13.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 10.5C20.9883 10.3076 20.9708 10.1167 20.9476 9.92766C20.6197 7.25804 19.1604 4.94528 17.0722 3.5M6.92775 3.5C4.83963 4.94528 3.38027 7.25804 3.05244 9.92766C3.02923 10.1167 3.01169 10.3076 3 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9.5V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11.5L8.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.499 11.5L15.499 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 22H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0802 3.99008L10.2419 5.50744C10.2997 6.04904 10.3277 6.61809 10.8701 6.88532C11.1028 7 11.4019 7 12 7C12.5981 7 12.8972 7 13.1299 6.88532C13.6723 6.61809 13.7003 6.04904 13.7581 5.50744L13.9198 3.99007C13.9822 3.40518 14.165 2.62965 13.6214 2.22024C13.329 2 12.886 2 12 2C11.114 2 10.671 2 10.3786 2.22024C9.83502 2.62965 10.0178 3.40518 10.0802 3.99008Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0913 12.9345L17.6767 12.3093C17.1718 12.0861 16.6579 11.8231 16.1482 12.1627C15.9294 12.3085 15.7778 12.5703 15.4745 13.0938C15.1713 13.6174 15.0197 13.8791 15.0024 14.1408C14.962 14.7506 15.4476 15.0627 15.8939 15.3869L17.1445 16.2953C17.6265 16.6455 18.2149 17.1974 18.85 16.9286C19.1917 16.7839 19.4163 16.3962 19.8656 15.6206C20.3148 14.8451 20.5395 14.4573 20.4943 14.0901C20.4104 13.4074 19.6366 13.1755 19.0913 12.9345Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.9087 12.9345L6.32328 12.3093C6.82819 12.0861 7.34214 11.8231 7.85182 12.1627C8.07055 12.3085 8.22219 12.5703 8.52545 13.0938C8.82872 13.6174 8.98035 13.8791 8.99765 14.1408C9.03796 14.7506 8.55244 15.0627 8.10607 15.3869L6.85552 16.2953C6.37347 16.6455 5.78508 17.1974 5.14995 16.9286C4.80828 16.7839 4.58365 16.3962 4.13441 15.6206C3.68516 14.8451 3.46053 14.4573 3.5057 14.0901C3.58965 13.4074 4.36343 13.1755 4.9087 12.9345Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M13.5 11C13.5 11.8284 12.8284 12.5 12 12.5C11.1716 12.5 10.5 11.8284 10.5 11C10.5 10.1716 11.1716 9.5 12 9.5C12.8284 9.5 13.5 10.1716 13.5 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 10.5C20.9883 10.3076 20.9708 10.1167 20.9476 9.92766C20.6197 7.25804 19.1604 4.94528 17.0722 3.5M6.92775 3.5C4.83963 4.94528 3.38027 7.25804 3.05244 9.92766C3.02923 10.1167 3.01169 10.3076 3 10.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9.5V7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.5 11.5L8.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.499 11.5L15.499 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12.5V22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 22H6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10.0802 3.99008L10.2419 5.50744C10.2997 6.04904 10.3277 6.61809 10.8701 6.88532C11.1028 7 11.4019 7 12 7C12.5981 7 12.8972 7 13.1299 6.88532C13.6723 6.61809 13.7003 6.04904 13.7581 5.50744L13.9198 3.99007C13.9822 3.40518 14.165 2.62965 13.6214 2.22024C13.329 2 12.886 2 12 2C11.114 2 10.671 2 10.3786 2.22024C9.83502 2.62965 10.0178 3.40518 10.0802 3.99008Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19.0913 12.9345L17.6767 12.3093C17.1718 12.0861 16.6579 11.8231 16.1482 12.1627C15.9294 12.3085 15.7778 12.5703 15.4745 13.0938C15.1713 13.6174 15.0197 13.8791 15.0024 14.1408C14.962 14.7506 15.4476 15.0627 15.8939 15.3869L17.1445 16.2953C17.6265 16.6455 18.2149 17.1974 18.85 16.9286C19.1917 16.7839 19.4163 16.3962 19.8656 15.6206C20.3148 14.8451 20.5395 14.4573 20.4943 14.0901C20.4104 13.4074 19.6366 13.1755 19.0913 12.9345Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4.9087 12.9345L6.32328 12.3093C6.82819 12.0861 7.34214 11.8231 7.85182 12.1627C8.07055 12.3085 8.22219 12.5703 8.52545 13.0938C8.82872 13.6174 8.98035 13.8791 8.99765 14.1408C9.03796 14.7506 8.55244 15.0627 8.10607 15.3869L6.85552 16.2953C6.37347 16.6455 5.78508 17.1974 5.14995 16.9286C4.80828 16.7839 4.58365 16.3962 4.13441 15.6206C3.68516 14.8451 3.46053 14.4573 3.5057 14.0901C3.58965 13.4074 4.36343 13.1755 4.9087 12.9345Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-weather-icons-zap{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.62814 12.6736H8.16918C6.68545 12.6736 5.94358 12.6736 5.62736 12.1844C5.31114 11.6953 5.61244 11.0138 6.21504 9.65083L8.02668 5.55323C8.57457 4.314 8.84852 3.69438 9.37997 3.34719C9.91142 3 10.5859 3 11.935 3H14.0244C15.6632 3 16.4826 3 16.7916 3.53535C17.1007 4.0707 16.6942 4.78588 15.8811 6.21623L14.8092 8.10188C14.405 8.81295 14.2029 9.16849 14.2057 9.45952C14.2094 9.83775 14.4105 10.1862 14.7354 10.377C14.9854 10.5239 15.3927 10.5239 16.2074 10.5239C17.2373 10.5239 17.7523 10.5239 18.0205 10.7022C18.3689 10.9338 18.5513 11.3482 18.4874 11.7632C18.4382 12.0826 18.0918 12.4656 17.399 13.2317L11.8639 19.3523C10.7767 20.5545 10.2331 21.1556 9.86807 20.9654C9.50303 20.7751 9.67833 19.9822 10.0289 18.3962L10.7157 15.2896C10.9826 14.082 11.1161 13.4782 10.7951 13.0759C10.4741 12.6736 9.85877 12.6736 8.62814 12.6736Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.62814 12.6736H8.16918C6.68545 12.6736 5.94358 12.6736 5.62736 12.1844C5.31114 11.6953 5.61244 11.0138 6.21504 9.65083L8.02668 5.55323C8.57457 4.314 8.84852 3.69438 9.37997 3.34719C9.91142 3 10.5859 3 11.935 3H14.0244C15.6632 3 16.4826 3 16.7916 3.53535C17.1007 4.0707 16.6942 4.78588 15.8811 6.21623L14.8092 8.10188C14.405 8.81295 14.2029 9.16849 14.2057 9.45952C14.2094 9.83775 14.4105 10.1862 14.7354 10.377C14.9854 10.5239 15.3927 10.5239 16.2074 10.5239C17.2373 10.5239 17.7523 10.5239 18.0205 10.7022C18.3689 10.9338 18.5513 11.3482 18.4874 11.7632C18.4382 12.0826 18.0918 12.4656 17.399 13.2317L11.8639 19.3523C10.7767 20.5545 10.2331 21.1556 9.86807 20.9654C9.50303 20.7751 9.67833 19.9822 10.0289 18.3962L10.7157 15.2896C10.9826 14.082 11.1161 13.4782 10.7951 13.0759C10.4741 12.6736 9.85877 12.6736 8.62814 12.6736Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-cellular-network-offline{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 12L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 7.06301C11.6598 7.02188 11.8274 7 12 7C13.1046 7 14 7.89543 14 9C14 9.17265 13.9781 9.34019 13.937 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9588 6C17.6186 6.86961 18 7.89801 18 9C18 10.102 17.6186 11.1304 16.9588 12M7.04117 12C6.38143 11.1304 6 10.102 6 9C6 8.29588 6.15572 7.62181 6.44027 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.3159 4C21.3796 5.43008 22 7.14984 22 9C22 10.8502 21.3796 12.5699 20.3159 14M3.68409 4C2.62036 5.43008 2 7.14984 2 9C2 10.8502 2.62036 12.5699 3.68409 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 12L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.5 7.06301C11.6598 7.02188 11.8274 7 12 7C13.1046 7 14 7.89543 14 9C14 9.17265 13.9781 9.34019 13.937 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.9588 6C17.6186 6.86961 18 7.89801 18 9C18 10.102 17.6186 11.1304 16.9588 12M7.04117 12C6.38143 11.1304 6 10.102 6 9C6 8.29588 6.15572 7.62181 6.44027 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.3159 4C21.3796 5.43008 22 7.14984 22 9C22 10.8502 21.3796 12.5699 20.3159 14M3.68409 4C2.62036 5.43008 2 7.14984 2 9C2 10.8502 2.62036 12.5699 3.68409 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-cellular-network{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 11L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9C14 10.1046 13.1046 11 12 11C10.8954 11 10 10.1046 10 9C10 7.89543 10.8954 7 12 7C13.1046 7 14 7.89543 14 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.9588 6C17.6186 6.86961 18 7.89801 18 9C18 10.102 17.6186 11.1304 16.9588 12M7.04117 6C6.38143 6.86961 6 7.89801 6 9C6 10.102 6.38143 11.1304 7.04117 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.3159 4C21.3796 5.43008 22 7.14984 22 9C22 10.8502 21.3796 12.5699 20.3159 14M3.68409 4C2.62036 5.43008 2 7.14984 2 9C2 10.8502 2.62036 12.5699 3.68409 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 11L12 20%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 9C14 10.1046 13.1046 11 12 11C10.8954 11 10 10.1046 10 9C10 7.89543 10.8954 7 12 7C13.1046 7 14 7.89543 14 9Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.9588 6C17.6186 6.86961 18 7.89801 18 9C18 10.102 17.6186 11.1304 16.9588 12M7.04117 6C6.38143 6.86961 6 7.89801 6 9C6 10.102 6.38143 11.1304 7.04117 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.3159 4C21.3796 5.43008 22 7.14984 22 9C22 10.8502 21.3796 12.5699 20.3159 14M3.68409 4C2.62036 5.43008 2 7.14984 2 9C2 10.8502 2.62036 12.5699 3.68409 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-gps-disconnected{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 8L19 5M19 5L16 2M19 5L16 8M19 5L22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10.0294C10.3726 8.65685 12.598 8.65685 13.9706 10.0294C15.3431 11.402 15.3431 13.6274 13.9706 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.85289 19.1471C8.04869 22.3429 12.9127 22.8538 16.6418 20.6797C17.5285 20.1627 17.9719 19.9043 17.999 19.3782C18.0261 18.8522 17.5277 18.4882 16.531 17.7603C14.683 16.4107 12.8636 14.7603 11.0516 12.9484C9.23967 11.1364 7.58927 9.31705 6.23969 7.46904C5.51179 6.47231 5.14784 5.97395 4.62178 6.00105C4.09572 6.02815 3.83725 6.47149 3.32031 7.35818C1.14624 11.0873 1.6571 15.9513 4.85289 19.1471Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 8L19 5M19 5L16 2M19 5L16 8M19 5L22 2%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10.0294C10.3726 8.65685 12.598 8.65685 13.9706 10.0294C15.3431 11.402 15.3431 13.6274 13.9706 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.85289 19.1471C8.04869 22.3429 12.9127 22.8538 16.6418 20.6797C17.5285 20.1627 17.9719 19.9043 17.999 19.3782C18.0261 18.8522 17.5277 18.4882 16.531 17.7603C14.683 16.4107 12.8636 14.7603 11.0516 12.9484C9.23967 11.1364 7.58927 9.31705 6.23969 7.46904C5.51179 6.47231 5.14784 5.97395 4.62178 6.00105C4.09572 6.02815 3.83725 6.47149 3.32031 7.35818C1.14624 11.0873 1.6571 15.9513 4.85289 19.1471Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-gps-signal-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 10.0294C10.3726 8.65685 12.598 8.65685 13.9706 10.0294C15.3431 11.402 15.3431 13.6274 13.9706 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.85289 19.1471C8.04869 22.3429 12.9127 22.8538 16.6418 20.6797C17.5285 20.1627 17.9719 19.9043 17.999 19.3782C18.0261 18.8522 17.5277 18.4882 16.531 17.7603C14.683 16.4107 12.8636 14.7603 11.0516 12.9484C9.23967 11.1364 7.58927 9.31705 6.23969 7.46904C5.51179 6.47231 5.14784 5.97395 4.62178 6.00105C4.09572 6.02815 3.83725 6.47149 3.32031 7.35818C1.14624 11.0873 1.6571 15.9513 4.85289 19.1471Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5574 2C17.2371 2.17243 18.7811 2.83962 19.9693 4.02583C21.1611 5.21579 21.8299 6.76334 22 8.4465M18.5017 9C18.3026 8.14257 17.8914 7.36144 17.2598 6.73091C16.6314 6.10356 15.8537 5.69396 15 5.49405%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9 10.0294C10.3726 8.65685 12.598 8.65685 13.9706 10.0294C15.3431 11.402 15.3431 13.6274 13.9706 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.85289 19.1471C8.04869 22.3429 12.9127 22.8538 16.6418 20.6797C17.5285 20.1627 17.9719 19.9043 17.999 19.3782C18.0261 18.8522 17.5277 18.4882 16.531 17.7603C14.683 16.4107 12.8636 14.7603 11.0516 12.9484C9.23967 11.1364 7.58927 9.31705 6.23969 7.46904C5.51179 6.47231 5.14784 5.97395 4.62178 6.00105C4.09572 6.02815 3.83725 6.47149 3.32031 7.35818C1.14624 11.0873 1.6571 15.9513 4.85289 19.1471Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5574 2C17.2371 2.17243 18.7811 2.83962 19.9693 4.02583C21.1611 5.21579 21.8299 6.76334 22 8.4465M18.5017 9C18.3026 8.14257 17.8914 7.36144 17.2598 6.73091C16.6314 6.10356 15.8537 5.69396 15 5.49405%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-gps-signal-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9947 3L21 3.00529M18.4971 5.49736L18.5024 5.50264M16 7.99471L16.0053 8%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10.0294C10.3726 8.65685 12.598 8.65685 13.9706 10.0294C15.3431 11.402 15.3431 13.6274 13.9706 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.85289 19.1471C8.04869 22.3429 12.9127 22.8538 16.6418 20.6797C17.5285 20.1627 17.9719 19.9043 17.999 19.3782C18.0261 18.8522 17.5277 18.4882 16.531 17.7603C14.683 16.4107 12.8636 14.7603 11.0516 12.9484C9.23967 11.1364 7.58927 9.31705 6.23969 7.46904C5.51179 6.47231 5.14784 5.97395 4.62178 6.00105C4.09572 6.02815 3.83725 6.47149 3.32031 7.35818C1.14624 11.0873 1.6571 15.9513 4.85289 19.1471Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.9947 3L21 3.00529M18.4971 5.49736L18.5024 5.50264M16 7.99471L16.0053 8%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 10.0294C10.3726 8.65685 12.598 8.65685 13.9706 10.0294C15.3431 11.402 15.3431 13.6274 13.9706 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M4.85289 19.1471C8.04869 22.3429 12.9127 22.8538 16.6418 20.6797C17.5285 20.1627 17.9719 19.9043 17.999 19.3782C18.0261 18.8522 17.5277 18.4882 16.531 17.7603C14.683 16.4107 12.8636 14.7603 11.0516 12.9484C9.23967 11.1364 7.58927 9.31705 6.23969 7.46904C5.51179 6.47231 5.14784 5.97395 4.62178 6.00105C4.09572 6.02815 3.83725 6.47149 3.32031 7.35818C1.14624 11.0873 1.6571 15.9513 4.85289 19.1471Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-headset-connected{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 13.8045C18 13.4588 18 13.286 18.0416 13.132C18.1626 12.6844 18.4814 12.5108 18.8009 12.3289C19.16 12.1244 19.3396 12.0222 19.5175 12.0042C19.7194 11.9838 19.9218 12.0382 20.0944 12.1593C20.3233 12.3198 20.4829 12.6249 20.6463 12.873C21.401 14.0188 21.7784 14.5918 21.9164 15.2236C22.0279 15.7334 22.0279 16.2666 21.9164 16.7764C21.715 17.6979 21.0788 18.4704 20.6078 19.1854C20.3669 19.5511 20.2465 19.734 20.0944 19.8407C19.9218 19.9618 19.7194 20.0162 19.5175 19.9958C19.3396 19.9778 19.16 19.8756 18.8009 19.6711C18.4814 19.4892 18.1626 19.3156 18.0416 18.868C18 18.714 18 18.5412 18 18.1955V13.8045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 15.1148C9.86163 14.4098 10.8907 14 11.9959 14C13.1047 14 14.1367 14.4123 15 15.1215M13.6307 17.5C13.1386 17.1913 12.5834 17.0177 11.9959 17.0177C11.4114 17.0177 10.8588 17.1896 10.3686 17.4954%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20H12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 13.8045C6 13.3693 5.99022 12.9782 5.70873 12.6722C5.60634 12.5609 5.4706 12.4836 5.19913 12.329C4.84001 12.1246 4.66045 12.0224 4.48253 12.0044C3.94873 11.9504 3.66154 12.4058 3.3537 12.8731C2.599 14.0189 2.22165 14.5918 2.08357 15.2236C1.97214 15.7334 1.97214 16.2666 2.08357 16.7764C2.28496 17.6979 2.92122 18.4702 3.39217 19.1852C3.68903 19.6359 3.97261 20.0472 4.48253 19.9956C4.66045 19.9776 4.84001 19.8754 5.19913 19.6709C5.4706 19.5164 5.60634 19.4391 5.70873 19.3278C5.99022 19.0218 6 18.6307 6 18.1954V13.8045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 12V10.875C20 6.52576 16.4183 3 12 3C7.58172 3 4 6.52576 4 10.875V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22square%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 13.8045C18 13.4588 18 13.286 18.0416 13.132C18.1626 12.6844 18.4814 12.5108 18.8009 12.3289C19.16 12.1244 19.3396 12.0222 19.5175 12.0042C19.7194 11.9838 19.9218 12.0382 20.0944 12.1593C20.3233 12.3198 20.4829 12.6249 20.6463 12.873C21.401 14.0188 21.7784 14.5918 21.9164 15.2236C22.0279 15.7334 22.0279 16.2666 21.9164 16.7764C21.715 17.6979 21.0788 18.4704 20.6078 19.1854C20.3669 19.5511 20.2465 19.734 20.0944 19.8407C19.9218 19.9618 19.7194 20.0162 19.5175 19.9958C19.3396 19.9778 19.16 19.8756 18.8009 19.6711C18.4814 19.4892 18.1626 19.3156 18.0416 18.868C18 18.714 18 18.5412 18 18.1955V13.8045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M9 15.1148C9.86163 14.4098 10.8907 14 11.9959 14C13.1047 14 14.1367 14.4123 15 15.1215M13.6307 17.5C13.1386 17.1913 12.5834 17.0177 11.9959 17.0177C11.4114 17.0177 10.8588 17.1896 10.3686 17.4954%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20H12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 13.8045C6 13.3693 5.99022 12.9782 5.70873 12.6722C5.60634 12.5609 5.4706 12.4836 5.19913 12.329C4.84001 12.1246 4.66045 12.0224 4.48253 12.0044C3.94873 11.9504 3.66154 12.4058 3.3537 12.8731C2.599 14.0189 2.22165 14.5918 2.08357 15.2236C1.97214 15.7334 1.97214 16.2666 2.08357 16.7764C2.28496 17.6979 2.92122 18.4702 3.39217 19.1852C3.68903 19.6359 3.97261 20.0472 4.48253 19.9956C4.66045 19.9776 4.84001 19.8754 5.19913 19.6709C5.4706 19.5164 5.60634 19.4391 5.70873 19.3278C5.99022 19.0218 6 18.6307 6 18.1954V13.8045Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M20 12V10.875C20 6.52576 16.4183 3 12 3C7.58172 3 4 6.52576 4 10.875V12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22square%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-home-wifi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.7292 11.9C20.0103 9.95968 20.1398 8.96204 19.7823 8.07444C19.4131 7.15801 18.5941 6.53099 16.956 5.27696L15.7322 4.34C13.6945 2.78 12.6756 2 11.5 2C10.3244 2 9.30555 2.78 7.26784 4.34L6.04397 5.27696C4.40592 6.53099 3.5869 7.15801 3.21774 8.07444C2.84858 8.99087 2.99862 10.0246 3.29868 12.0921L3.55456 13.8552C3.97994 16.786 4.19263 18.2515 5.18535 19.1257C6.17807 20 7.62938 20 10.532 20H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16.4778C14.1488 15.5431 15.5209 15 16.9946 15C18.4729 15 19.849 15.5466 21 16.4866M19.1743 19C18.5182 18.5909 17.7779 18.3607 16.9946 18.3607C16.2152 18.3607 15.4784 18.5886 14.8248 18.9938%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 22H17.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M19.7292 11.9C20.0103 9.95968 20.1398 8.96204 19.7823 8.07444C19.4131 7.15801 18.5941 6.53099 16.956 5.27696L15.7322 4.34C13.6945 2.78 12.6756 2 11.5 2C10.3244 2 9.30555 2.78 7.26784 4.34L6.04397 5.27696C4.40592 6.53099 3.5869 7.15801 3.21774 8.07444C2.84858 8.99087 2.99862 10.0246 3.29868 12.0921L3.55456 13.8552C3.97994 16.786 4.19263 18.2515 5.18535 19.1257C6.17807 20 7.62938 20 10.532 20H11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 16.4778C14.1488 15.5431 15.5209 15 16.9946 15C18.4729 15 19.849 15.5466 21 16.4866M19.1743 19C18.5182 18.5909 17.7779 18.3607 16.9946 18.3607C16.2152 18.3607 15.4784 18.5886 14.8248 18.9938%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 22H17.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-hotspot-offline{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 14C14 15.1046 13.1046 16 12 16C10.8954 16 10 15.1046 10 14C10 12.8954 10.8954 12 12 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 20.001C2.74418 18.3295 2 16.2516 2 14C2 10.7288 3.57069 7.82446 5.99903 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 4.62961C9.58934 4.22255 10.7687 4 12 4C17.5228 4 22 8.47715 22 14C22 15.2313 21.7775 16.4107 21.3704 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.50087 18C6.56753 16.9385 6 15.5367 6 14C6 11.913 7.04673 10.0749 8.63494 9M16.2877 18C16.5573 17.6934 16.7963 17.3584 17 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 14C18 10.6863 15.3137 8 12 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 14C14 15.1046 13.1046 16 12 16C10.8954 16 10 15.1046 10 14C10 12.8954 10.8954 12 12 12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 20.001C2.74418 18.3295 2 16.2516 2 14C2 10.7288 3.57069 7.82446 5.99903 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 4.62961C9.58934 4.22255 10.7687 4 12 4C17.5228 4 22 8.47715 22 14C22 15.2313 21.7775 16.4107 21.3704 17.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.50087 18C6.56753 16.9385 6 15.5367 6 14C6 11.913 7.04673 10.0749 8.63494 9M16.2877 18C16.5573 17.6934 16.7963 17.3584 17 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18 14C18 10.6863 15.3137 8 12 8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-hotspot{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2214%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 20.001C2.74418 18.3295 2 16.2516 2 14C2 8.47715 6.47715 4 12 4C17.5228 4 22 8.47715 22 14C22 16.2516 21.2558 18.3295 20 20.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.52779 18C6.57771 16.9385 6 15.5367 6 14C6 10.6863 8.68629 8 12 8C15.3137 8 18 10.6863 18 14C18 15.5367 17.4223 16.9385 16.4722 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2214%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 20.001C2.74418 18.3295 2 16.2516 2 14C2 8.47715 6.47715 4 12 4C17.5228 4 22 8.47715 22 14C22 16.2516 21.2558 18.3295 20 20.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.52779 18C6.57771 16.9385 6 15.5367 6 14C6 10.6863 8.68629 8 12 8C15.3137 8 18 10.6863 18 14C18 15.5367 17.4223 16.9385 16.4722 18%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-internet-antenna-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.76722 18.8486L12 14L14.2328 18.8486C14.8804 20.2549 15.2042 20.958 14.8612 21.4656C14.8518 21.4795 14.8421 21.4932 14.8321 21.5067C14.4659 22 13.6439 22 12 22C10.3561 22 9.53409 22 9.16795 21.5067C9.15792 21.4932 9.14821 21.4795 9.13882 21.4656C8.79585 20.958 9.11964 20.2549 9.76722 18.8486Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 18.001C2.74418 16.3295 2 14.2516 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 14.2516 21.2558 16.3295 20 18.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.52779 16C6.57771 14.9385 6 13.5367 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 13.5367 17.4223 14.9385 16.4722 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M9.76722 18.8486L12 14L14.2328 18.8486C14.8804 20.2549 15.2042 20.958 14.8612 21.4656C14.8518 21.4795 14.8421 21.4932 14.8321 21.5067C14.4659 22 13.6439 22 12 22C10.3561 22 9.53409 22 9.16795 21.5067C9.15792 21.4932 9.14821 21.4795 9.13882 21.4656C8.79585 20.958 9.11964 20.2549 9.76722 18.8486Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 18.001C2.74418 16.3295 2 14.2516 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 14.2516 21.2558 16.3295 20 18.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.52779 16C6.57771 14.9385 6 13.5367 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 13.5367 17.4223 14.9385 16.4722 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-internet-antenna-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 18.001C2.74418 16.3295 2 14.2516 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 14.2516 21.2558 16.3295 20 18.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.52779 16C6.57771 14.9385 6 13.5367 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 13.5367 17.4223 14.9385 16.4722 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14L12 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2623 19H10.7377C10.4667 19 10.3312 19 10.2019 19.0183C9.94003 19.0552 9.69171 19.1474 9.4774 19.2873C9.37156 19.3564 9.27574 19.4423 9.08411 19.614C8.45381 20.1791 8.13866 20.4616 8.05571 20.6884C7.88399 21.1577 8.12031 21.6692 8.61197 21.8923C8.84946 22 9.29515 22 10.1865 22H13.8135C14.7049 22 15.1505 22 15.388 21.8923C15.8797 21.6692 16.116 21.1577 15.9443 20.6884C15.8613 20.4616 15.5462 20.1791 14.9159 19.614C14.7243 19.4423 14.6284 19.3564 14.5226 19.2873C14.3083 19.1474 14.06 19.0552 13.7981 19.0183C13.6688 19 13.5333 19 13.2623 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%222%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M4 18.001C2.74418 16.3295 2 14.2516 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 14.2516 21.2558 16.3295 20 18.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.52779 16C6.57771 14.9385 6 13.5367 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 13.5367 17.4223 14.9385 16.4722 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 14L12 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.2623 19H10.7377C10.4667 19 10.3312 19 10.2019 19.0183C9.94003 19.0552 9.69171 19.1474 9.4774 19.2873C9.37156 19.3564 9.27574 19.4423 9.08411 19.614C8.45381 20.1791 8.13866 20.4616 8.05571 20.6884C7.88399 21.1577 8.12031 21.6692 8.61197 21.8923C8.84946 22 9.29515 22 10.1865 22H13.8135C14.7049 22 15.1505 22 15.388 21.8923C15.8797 21.6692 16.116 21.1577 15.9443 20.6884C15.8613 20.4616 15.5462 20.1791 14.9159 19.614C14.7243 19.4423 14.6284 19.3564 14.5226 19.2873C14.3083 19.1474 14.06 19.0552 13.7981 19.0183C13.6688 19 13.5333 19 13.2623 19Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-internet-antenna-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 18.001C2.74418 16.3295 2 14.2516 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 14.2516 21.2558 16.3295 20 18.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.52779 16C6.57771 14.9385 6 13.5367 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 13.5367 17.4223 14.9385 16.4722 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12V22M9 22H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M4 18.001C2.74418 16.3295 2 14.2516 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 14.2516 21.2558 16.3295 20 18.001%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.52779 16C6.57771 14.9385 6 13.5367 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 13.5367 17.4223 14.9385 16.4722 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 12V22M9 22H15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-internet-antenna-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 8C14 9.10457 13.1046 10 12 10C10.8954 10 10 9.10457 10 8C10 6.89543 10.8954 6 12 6C13.1046 6 14 6.89543 14 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.9588 5C17.6186 5.86961 18 6.89801 18 8C18 9.10199 17.6186 10.1304 16.9588 11M7.04117 5C6.38143 5.86961 6 6.89801 6 8C6 9.10199 6.38143 10.1304 7.04117 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.3159 3C21.3796 4.43008 22 6.14984 22 8C22 9.85016 21.3796 11.5699 20.3159 13M3.68409 3C2.62036 4.43008 2 6.14984 2 8C2 9.85016 2.62036 11.5699 3.68409 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 10L7 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 21L13 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 17H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14 8C14 9.10457 13.1046 10 12 10C10.8954 10 10 9.10457 10 8C10 6.89543 10.8954 6 12 6C13.1046 6 14 6.89543 14 8Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16.9588 5C17.6186 5.86961 18 6.89801 18 8C18 9.10199 17.6186 10.1304 16.9588 11M7.04117 5C6.38143 5.86961 6 6.89801 6 8C6 9.10199 6.38143 10.1304 7.04117 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.3159 3C21.3796 4.43008 22 6.14984 22 8C22 9.85016 21.3796 11.5699 20.3159 13M3.68409 3C2.62036 4.43008 2 6.14984 2 8C2 9.85016 2.62036 11.5699 3.68409 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 10L7 21%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 21L13 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 17H15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-internet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%2212%22 rx%3D%224%22 ry%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2212%22 r%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cellipse cx%3D%2212%22 cy%3D%2212%22 rx%3D%224%22 ry%3D%2210%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M2 12H22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-no-internet{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 5C3.14864 6.79995 2 9.3082 2 12.0825C2 17.5598 6.47715 22 12 22C14.7255 22 17.1962 20.9187 19 19.165%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 16C14.8828 19.5318 13.6403 22 12 22C9.79086 22 8 17.5228 8 12C8 10.7687 8.08902 9.58934 8.25184 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.16204 2.39775C6.79227 2.5844 6.64381 3.03547 6.83046 3.40525C7.01711 3.77503 7.46818 3.92348 7.83796 3.73683L7.16204 2.39775ZM20.2627 16.1619C20.076 16.5317 20.2244 16.9828 20.5941 17.1695C20.9639 17.3562 21.415 17.2078 21.6017 16.8381L20.2627 16.1619ZM16 12H15.25C15.25 12.4142 15.5858 12.75 16 12.75V12ZM8.30261 4.7262C8.1514 5.11183 8.34143 5.54702 8.72705 5.69824C9.11268 5.84945 9.54787 5.65942 9.69909 5.2738L8.30261 4.7262ZM12 2.75C17.1086 2.75 21.25 6.89137 21.25 12H22.75C22.75 6.06294 17.9371 1.25 12 1.25V2.75ZM7.83796 3.73683C9.08814 3.10579 10.5014 2.75 12 2.75V1.25C10.2613 1.25 8.61705 1.66333 7.16204 2.39775L7.83796 3.73683ZM21.25 12C21.25 13.4986 20.894 14.9118 20.2627 16.1619L21.6017 16.8381C22.3363 15.3831 22.75 13.7389 22.75 12H21.25ZM12 2.75C12.2796 2.75 12.6219 2.88858 13.0121 3.30118C13.4038 3.71536 13.7911 4.35495 14.1321 5.20748C14.8124 6.90837 15.25 9.30957 15.25 12H16.75C16.75 9.16759 16.2921 6.56878 15.5248 4.65039C15.1419 3.69327 14.6673 2.86839 14.1019 2.27052C13.535 1.67106 12.825 1.25 12 1.25V2.75ZM9.69909 5.2738C10.0345 4.41855 10.4545 3.76449 10.8831 3.33637C11.3161 2.90388 11.7049 2.75 12 2.75V1.25C11.1762 1.25 10.4284 1.67044 9.82303 2.27511C9.21329 2.88415 8.69322 3.73009 8.30261 4.7262L9.69909 5.2738ZM16 12.75H22V11.25H16V12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 2L22.0004 22.0004%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 5C3.14864 6.79995 2 9.3082 2 12.0825C2 17.5598 6.47715 22 12 22C14.7255 22 17.1962 20.9187 19 19.165%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 16C14.8828 19.5318 13.6403 22 12 22C9.79086 22 8 17.5228 8 12C8 10.7687 8.08902 9.58934 8.25184 8.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 12H12%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7.16204 2.39775C6.79227 2.5844 6.64381 3.03547 6.83046 3.40525C7.01711 3.77503 7.46818 3.92348 7.83796 3.73683L7.16204 2.39775ZM20.2627 16.1619C20.076 16.5317 20.2244 16.9828 20.5941 17.1695C20.9639 17.3562 21.415 17.2078 21.6017 16.8381L20.2627 16.1619ZM16 12H15.25C15.25 12.4142 15.5858 12.75 16 12.75V12ZM8.30261 4.7262C8.1514 5.11183 8.34143 5.54702 8.72705 5.69824C9.11268 5.84945 9.54787 5.65942 9.69909 5.2738L8.30261 4.7262ZM12 2.75C17.1086 2.75 21.25 6.89137 21.25 12H22.75C22.75 6.06294 17.9371 1.25 12 1.25V2.75ZM7.83796 3.73683C9.08814 3.10579 10.5014 2.75 12 2.75V1.25C10.2613 1.25 8.61705 1.66333 7.16204 2.39775L7.83796 3.73683ZM21.25 12C21.25 13.4986 20.894 14.9118 20.2627 16.1619L21.6017 16.8381C22.3363 15.3831 22.75 13.7389 22.75 12H21.25ZM12 2.75C12.2796 2.75 12.6219 2.88858 13.0121 3.30118C13.4038 3.71536 13.7911 4.35495 14.1321 5.20748C14.8124 6.90837 15.25 9.30957 15.25 12H16.75C16.75 9.16759 16.2921 6.56878 15.5248 4.65039C15.1419 3.69327 14.6673 2.86839 14.1019 2.27052C13.535 1.67106 12.825 1.25 12 1.25V2.75ZM9.69909 5.2738C10.0345 4.41855 10.4545 3.76449 10.8831 3.33637C11.3161 2.90388 11.7049 2.75 12 2.75V1.25C11.1762 1.25 10.4284 1.67044 9.82303 2.27511C9.21329 2.88415 8.69322 3.73009 8.30261 4.7262L9.69909 5.2738ZM16 12.75H22V11.25H16V12.75Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2 2L22.0004 22.0004%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-router-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 21H6C4.11438 21 3.17157 21 2.58579 20.4142C2 19.8284 2 18.8856 2 17C2 15.1144 2 14.1716 2.58579 13.5858C3.17157 13 4.11438 13 6 13H18C19.8856 13 20.8284 13 21.4142 13.5858C22 14.1716 22 15.1144 22 17C22 18.8856 22 19.8284 21.4142 20.4142C20.8284 21 19.8856 21 18 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 3.47776C9.14883 2.54314 10.5209 2 11.9946 2C13.4729 2 14.849 2.54657 16 3.48661M14.1743 6C13.5182 5.59087 12.7779 5.36068 11.9946 5.36068C11.2152 5.36068 10.4784 5.58856 9.82477 5.99385%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9H12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9998 17H18.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17H14.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 21H6C4.11438 21 3.17157 21 2.58579 20.4142C2 19.8284 2 18.8856 2 17C2 15.1144 2 14.1716 2.58579 13.5858C3.17157 13 4.11438 13 6 13H18C19.8856 13 20.8284 13 21.4142 13.5858C22 14.1716 22 15.1144 22 17C22 18.8856 22 19.8284 21.4142 20.4142C20.8284 21 19.8856 21 18 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 3.47776C9.14883 2.54314 10.5209 2 11.9946 2C13.4729 2 14.849 2.54657 16 3.48661M14.1743 6C13.5182 5.59087 12.7779 5.36068 11.9946 5.36068C11.2152 5.36068 10.4784 5.58856 9.82477 5.99385%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 9H12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17.9998 17H18.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17H14.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 17H10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-router-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 22H6C4.11438 22 3.17157 22 2.58579 21.4142C2 20.8284 2 19.8856 2 18C2 16.1144 2 15.1716 2.58579 14.5858C3.17157 14 4.11438 14 6 14H18C19.8856 14 20.8284 14 21.4142 14.5858C22 15.1716 22 16.1144 22 18C22 19.8856 22 20.8284 21.4142 21.4142C20.8284 22 19.8856 22 18 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 14L9 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.991 18H14M9.99551 18H10.0045M6 18H6.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.47776 10C2.54314 8.85117 2 7.47913 2 6.00543C2 4.52709 2.54657 3.15104 3.48661 2M6 3.82574C5.59087 4.48184 5.36068 5.22209 5.36068 6.00543C5.36068 6.78484 5.58856 7.52159 5.99385 8.17523%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.99609 5.99707H9.00245%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18 22H6C4.11438 22 3.17157 22 2.58579 21.4142C2 20.8284 2 19.8856 2 18C2 16.1144 2 15.1716 2.58579 14.5858C3.17157 14 4.11438 14 6 14H18C19.8856 14 20.8284 14 21.4142 14.5858C22 15.1716 22 16.1144 22 18C22 19.8856 22 20.8284 21.4142 21.4142C20.8284 22 19.8856 22 18 22Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 14L9 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.991 18H14M9.99551 18H10.0045M6 18H6.00897%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M3.47776 10C2.54314 8.85117 2 7.47913 2 6.00543C2 4.52709 2.54657 3.15104 3.48661 2M6 3.82574C5.59087 4.48184 5.36068 5.22209 5.36068 6.00543C5.36068 6.78484 5.58856 7.52159 5.99385 8.17523%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.99609 5.99707H9.00245%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-rss-connected-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9915 21C13.7121 21 13.9925 20.9956 13.9925 20.9956C17.4088 20.971 19.2922 20.8099 20.5342 19.7552C22 18.5104 22 16.5069 22 12.5C22 11.1094 22 9.96004 21.9387 9M11.9906 4C7.27213 4 4.91289 4 3.44705 5.2448C2.32426 6.19827 2.0615 7.59687 2 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 7 15 7 16 9C16 9 19.1765 4 22 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.98242 20H2.9914%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16.2349C4.49328 16.2349 6.77053 18.5 6.77053 20.9996M10 20.9996C10 16.5 5.99511 13 2.04522 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9915 21C13.7121 21 13.9925 20.9956 13.9925 20.9956C17.4088 20.971 19.2922 20.8099 20.5342 19.7552C22 18.5104 22 16.5069 22 12.5C22 11.1094 22 9.96004 21.9387 9M11.9906 4C7.27213 4 4.91289 4 3.44705 5.2448C2.32426 6.19827 2.0615 7.59687 2 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 7C14 7 15 7 16 9C16 9 19.1765 4 22 3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.98242 20H2.9914%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 16.2349C4.49328 16.2349 6.77053 18.5 6.77053 20.9996M10 20.9996C10 16.5 5.99511 13 2.04522 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-rss-connected-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.6563 6.87864C15.2824 6.70029 14.8348 6.85877 14.6564 7.23263C14.4781 7.60648 14.6366 8.05412 15.0104 8.23247L15.6563 6.87864ZM16.4444 8.66667L15.7983 9.04739C15.9389 9.28613 16.1998 9.42786 16.4766 9.41598C16.7534 9.4041 17.0012 9.24055 17.1209 8.99064L16.4444 8.66667ZM19.0222 6.54928C19.3869 6.35294 19.5234 5.8981 19.3271 5.53338C19.1307 5.16866 18.6759 5.03216 18.3112 5.2285L19.0222 6.54928ZM21.25 7C21.25 9.34721 19.3472 11.25 17 11.25V12.75C20.1756 12.75 22.75 10.1756 22.75 7H21.25ZM17 11.25C14.6528 11.25 12.75 9.34721 12.75 7H11.25C11.25 10.1756 13.8244 12.75 17 12.75V11.25ZM12.75 7C12.75 4.65279 14.6528 2.75 17 2.75V1.25C13.8244 1.25 11.25 3.82436 11.25 7H12.75ZM17 2.75C19.3472 2.75 21.25 4.65279 21.25 7H22.75C22.75 3.82436 20.1756 1.25 17 1.25V2.75ZM15.3333 7.55556C15.0104 8.23247 15.0102 8.23236 15.0099 8.23224C15.0098 8.2322 15.0096 8.23209 15.0094 8.23201C15.0091 8.23187 15.0088 8.23172 15.0085 8.23158C15.008 8.2313 15.0074 8.23104 15.0069 8.23079C15.0059 8.23029 15.005 8.22987 15.0043 8.2295C15.0028 8.22878 15.0019 8.22832 15.0015 8.22814C15.0008 8.22777 15.0022 8.22849 15.0056 8.23033C15.0125 8.23401 15.0271 8.24214 15.0482 8.25504C15.0904 8.28092 15.1574 8.32538 15.2383 8.39087C15.4003 8.52206 15.6137 8.73411 15.7983 9.04739L17.0906 8.28594C16.799 7.79101 16.4568 7.4475 16.1823 7.22519C16.045 7.11393 15.9235 7.03216 15.8318 6.97599C15.7859 6.94786 15.7472 6.92601 15.7174 6.90997C15.7026 6.90195 15.6899 6.89537 15.6796 6.89017C15.6745 6.88757 15.67 6.88531 15.6661 6.88339C15.6641 6.88244 15.6623 6.88156 15.6607 6.88077C15.6599 6.88037 15.6591 6.88 15.6584 6.87964C15.658 6.87946 15.6576 6.87929 15.6573 6.87912C15.6571 6.87904 15.6569 6.87892 15.6568 6.87888C15.6565 6.87876 15.6563 6.87864 15.3333 7.55556ZM16.4444 8.66667C17.1209 8.99064 17.1208 8.99074 17.1208 8.99084C17.1208 8.99086 17.1207 8.99095 17.1207 8.99099C17.1207 8.99108 17.1206 8.99113 17.1206 8.99115C17.1206 8.9912 17.1206 8.99112 17.1207 8.99091C17.1209 8.9905 17.1214 8.98959 17.1221 8.98819C17.1234 8.98539 17.1257 8.98065 17.129 8.97409C17.1354 8.96095 17.1456 8.94051 17.1593 8.91364C17.1866 8.85985 17.2278 8.78056 17.2811 8.68269C17.3883 8.4862 17.5425 8.2186 17.7307 7.93376C18.1295 7.33017 18.5986 6.77731 19.0222 6.54928L18.3112 5.2285C17.5331 5.64734 16.8911 6.48337 16.4792 7.10695C16.262 7.43569 16.086 7.74125 15.9642 7.96452C15.9032 8.07653 15.8552 8.16878 15.822 8.23405C15.8054 8.26671 15.7925 8.29268 15.7834 8.31107C15.7789 8.32027 15.7753 8.32757 15.7728 8.33288C15.7715 8.33554 15.7704 8.33769 15.7696 8.33933C15.7692 8.34015 15.7689 8.34084 15.7686 8.3414C15.7685 8.34168 15.7684 8.34193 15.7683 8.34215C15.7682 8.34225 15.7682 8.34239 15.7681 8.34245C15.7681 8.34257 15.768 8.3427 16.4444 8.66667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 13.4937C22.75 13.0795 22.4142 12.7437 22 12.7437C21.5858 12.7437 21.25 13.0795 21.25 13.4937H22.75ZM20.5342 20.7543L21.0198 21.3258V21.3258L20.5342 20.7543ZM3.44705 6.23317L2.96137 5.66166H2.96137L3.44705 6.23317ZM12.9915 21.25C12.5773 21.25 12.2415 21.5858 12.2415 22C12.2415 22.4142 12.5773 22.75 12.9915 22.75V21.25ZM13.9925 21.9956L13.9871 21.2456L13.9806 21.2457L13.9925 21.9956ZM1.25025 10.9727C1.23966 11.3868 1.56675 11.731 1.98083 11.7416C2.39491 11.7522 2.73917 11.4251 2.74975 11.0111L1.25025 10.9727ZM9.26038 5.74991C9.67455 5.74352 10.0051 5.4026 9.99873 4.98844C9.99234 4.57427 9.65142 4.2437 9.23725 4.25009L9.26038 5.74991ZM21.25 13.4937C21.25 15.5235 21.2478 16.9573 21.076 18.0434C20.9098 19.0938 20.5995 19.7145 20.0485 20.1828L21.0198 21.3258C21.9347 20.5483 22.3573 19.5438 22.5576 18.2778C22.7522 17.0475 22.75 15.4739 22.75 13.4937H21.25ZM12.9915 22.75C13.3534 22.75 13.6053 22.7489 13.7674 22.7478C13.8485 22.7472 13.9071 22.7466 13.9457 22.7462C13.9651 22.746 13.9794 22.7458 13.9891 22.7457C13.9939 22.7456 13.9976 22.7456 14.0001 22.7455C14.0014 22.7455 14.0023 22.7455 14.0031 22.7455C14.0034 22.7455 14.0037 22.7455 14.0039 22.7455C14.004 22.7455 14.0041 22.7455 14.0042 22.7455C14.0042 22.7455 14.0043 22.7455 14.0043 22.7455C14.0043 22.7455 14.0043 22.7455 14.0043 22.7455C14.0043 22.7455 14.0044 22.7455 13.9925 21.9956C13.9806 21.2457 13.9806 21.2457 13.9806 21.2457C13.9806 21.2457 13.9807 21.2457 13.9807 21.2457C13.9807 21.2457 13.9807 21.2457 13.9807 21.2457C13.9807 21.2457 13.9807 21.2457 13.9806 21.2457C13.9806 21.2457 13.9805 21.2457 13.9803 21.2457C13.9799 21.2457 13.9792 21.2457 13.9782 21.2457C13.9763 21.2457 13.9732 21.2458 13.969 21.2458C13.9605 21.2459 13.9473 21.2461 13.9291 21.2463C13.8927 21.2467 13.8361 21.2473 13.757 21.2478C13.5988 21.2489 13.3503 21.25 12.9915 21.25V22.75ZM13.9979 22.7455C15.7037 22.7333 17.0832 22.6875 18.2019 22.5013C19.3334 22.313 20.2597 21.9718 21.0198 21.3258L20.0485 20.1828C19.5666 20.5923 18.9303 20.8594 17.9555 21.0217C16.9679 21.1861 15.6976 21.2333 13.9871 21.2456L13.9979 22.7455ZM2.74975 11.0111C2.81163 8.59113 3.08942 7.52134 3.93273 6.80467L2.96137 5.66166C1.55911 6.85335 1.31136 8.58282 1.25025 10.9727L2.74975 11.0111ZM9.23725 4.25009C6.33117 4.2949 4.34751 4.48368 2.96137 5.66166L3.93273 6.80467C4.84512 6.02929 6.25834 5.79621 9.26038 5.74991L9.23725 4.25009Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.98242 21H2.9914%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17.2349C4.49328 17.2349 6.77053 19.5 6.77053 21.9996M10 21.9996C10 17.5 5.99511 14 2.04522 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M15.6563 6.87864C15.2824 6.70029 14.8348 6.85877 14.6564 7.23263C14.4781 7.60648 14.6366 8.05412 15.0104 8.23247L15.6563 6.87864ZM16.4444 8.66667L15.7983 9.04739C15.9389 9.28613 16.1998 9.42786 16.4766 9.41598C16.7534 9.4041 17.0012 9.24055 17.1209 8.99064L16.4444 8.66667ZM19.0222 6.54928C19.3869 6.35294 19.5234 5.8981 19.3271 5.53338C19.1307 5.16866 18.6759 5.03216 18.3112 5.2285L19.0222 6.54928ZM21.25 7C21.25 9.34721 19.3472 11.25 17 11.25V12.75C20.1756 12.75 22.75 10.1756 22.75 7H21.25ZM17 11.25C14.6528 11.25 12.75 9.34721 12.75 7H11.25C11.25 10.1756 13.8244 12.75 17 12.75V11.25ZM12.75 7C12.75 4.65279 14.6528 2.75 17 2.75V1.25C13.8244 1.25 11.25 3.82436 11.25 7H12.75ZM17 2.75C19.3472 2.75 21.25 4.65279 21.25 7H22.75C22.75 3.82436 20.1756 1.25 17 1.25V2.75ZM15.3333 7.55556C15.0104 8.23247 15.0102 8.23236 15.0099 8.23224C15.0098 8.2322 15.0096 8.23209 15.0094 8.23201C15.0091 8.23187 15.0088 8.23172 15.0085 8.23158C15.008 8.2313 15.0074 8.23104 15.0069 8.23079C15.0059 8.23029 15.005 8.22987 15.0043 8.2295C15.0028 8.22878 15.0019 8.22832 15.0015 8.22814C15.0008 8.22777 15.0022 8.22849 15.0056 8.23033C15.0125 8.23401 15.0271 8.24214 15.0482 8.25504C15.0904 8.28092 15.1574 8.32538 15.2383 8.39087C15.4003 8.52206 15.6137 8.73411 15.7983 9.04739L17.0906 8.28594C16.799 7.79101 16.4568 7.4475 16.1823 7.22519C16.045 7.11393 15.9235 7.03216 15.8318 6.97599C15.7859 6.94786 15.7472 6.92601 15.7174 6.90997C15.7026 6.90195 15.6899 6.89537 15.6796 6.89017C15.6745 6.88757 15.67 6.88531 15.6661 6.88339C15.6641 6.88244 15.6623 6.88156 15.6607 6.88077C15.6599 6.88037 15.6591 6.88 15.6584 6.87964C15.658 6.87946 15.6576 6.87929 15.6573 6.87912C15.6571 6.87904 15.6569 6.87892 15.6568 6.87888C15.6565 6.87876 15.6563 6.87864 15.3333 7.55556ZM16.4444 8.66667C17.1209 8.99064 17.1208 8.99074 17.1208 8.99084C17.1208 8.99086 17.1207 8.99095 17.1207 8.99099C17.1207 8.99108 17.1206 8.99113 17.1206 8.99115C17.1206 8.9912 17.1206 8.99112 17.1207 8.99091C17.1209 8.9905 17.1214 8.98959 17.1221 8.98819C17.1234 8.98539 17.1257 8.98065 17.129 8.97409C17.1354 8.96095 17.1456 8.94051 17.1593 8.91364C17.1866 8.85985 17.2278 8.78056 17.2811 8.68269C17.3883 8.4862 17.5425 8.2186 17.7307 7.93376C18.1295 7.33017 18.5986 6.77731 19.0222 6.54928L18.3112 5.2285C17.5331 5.64734 16.8911 6.48337 16.4792 7.10695C16.262 7.43569 16.086 7.74125 15.9642 7.96452C15.9032 8.07653 15.8552 8.16878 15.822 8.23405C15.8054 8.26671 15.7925 8.29268 15.7834 8.31107C15.7789 8.32027 15.7753 8.32757 15.7728 8.33288C15.7715 8.33554 15.7704 8.33769 15.7696 8.33933C15.7692 8.34015 15.7689 8.34084 15.7686 8.3414C15.7685 8.34168 15.7684 8.34193 15.7683 8.34215C15.7682 8.34225 15.7682 8.34239 15.7681 8.34245C15.7681 8.34257 15.768 8.3427 16.4444 8.66667Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M22.75 13.4937C22.75 13.0795 22.4142 12.7437 22 12.7437C21.5858 12.7437 21.25 13.0795 21.25 13.4937H22.75ZM20.5342 20.7543L21.0198 21.3258V21.3258L20.5342 20.7543ZM3.44705 6.23317L2.96137 5.66166H2.96137L3.44705 6.23317ZM12.9915 21.25C12.5773 21.25 12.2415 21.5858 12.2415 22C12.2415 22.4142 12.5773 22.75 12.9915 22.75V21.25ZM13.9925 21.9956L13.9871 21.2456L13.9806 21.2457L13.9925 21.9956ZM1.25025 10.9727C1.23966 11.3868 1.56675 11.731 1.98083 11.7416C2.39491 11.7522 2.73917 11.4251 2.74975 11.0111L1.25025 10.9727ZM9.26038 5.74991C9.67455 5.74352 10.0051 5.4026 9.99873 4.98844C9.99234 4.57427 9.65142 4.2437 9.23725 4.25009L9.26038 5.74991ZM21.25 13.4937C21.25 15.5235 21.2478 16.9573 21.076 18.0434C20.9098 19.0938 20.5995 19.7145 20.0485 20.1828L21.0198 21.3258C21.9347 20.5483 22.3573 19.5438 22.5576 18.2778C22.7522 17.0475 22.75 15.4739 22.75 13.4937H21.25ZM12.9915 22.75C13.3534 22.75 13.6053 22.7489 13.7674 22.7478C13.8485 22.7472 13.9071 22.7466 13.9457 22.7462C13.9651 22.746 13.9794 22.7458 13.9891 22.7457C13.9939 22.7456 13.9976 22.7456 14.0001 22.7455C14.0014 22.7455 14.0023 22.7455 14.0031 22.7455C14.0034 22.7455 14.0037 22.7455 14.0039 22.7455C14.004 22.7455 14.0041 22.7455 14.0042 22.7455C14.0042 22.7455 14.0043 22.7455 14.0043 22.7455C14.0043 22.7455 14.0043 22.7455 14.0043 22.7455C14.0043 22.7455 14.0044 22.7455 13.9925 21.9956C13.9806 21.2457 13.9806 21.2457 13.9806 21.2457C13.9806 21.2457 13.9807 21.2457 13.9807 21.2457C13.9807 21.2457 13.9807 21.2457 13.9807 21.2457C13.9807 21.2457 13.9807 21.2457 13.9806 21.2457C13.9806 21.2457 13.9805 21.2457 13.9803 21.2457C13.9799 21.2457 13.9792 21.2457 13.9782 21.2457C13.9763 21.2457 13.9732 21.2458 13.969 21.2458C13.9605 21.2459 13.9473 21.2461 13.9291 21.2463C13.8927 21.2467 13.8361 21.2473 13.757 21.2478C13.5988 21.2489 13.3503 21.25 12.9915 21.25V22.75ZM13.9979 22.7455C15.7037 22.7333 17.0832 22.6875 18.2019 22.5013C19.3334 22.313 20.2597 21.9718 21.0198 21.3258L20.0485 20.1828C19.5666 20.5923 18.9303 20.8594 17.9555 21.0217C16.9679 21.1861 15.6976 21.2333 13.9871 21.2456L13.9979 22.7455ZM2.74975 11.0111C2.81163 8.59113 3.08942 7.52134 3.93273 6.80467L2.96137 5.66166C1.55911 6.85335 1.31136 8.58282 1.25025 10.9727L2.74975 11.0111ZM9.23725 4.25009C6.33117 4.2949 4.34751 4.48368 2.96137 5.66166L3.93273 6.80467C4.84512 6.02929 6.25834 5.79621 9.26038 5.74991L9.23725 4.25009Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.98242 21H2.9914%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17.2349C4.49328 17.2349 6.77053 19.5 6.77053 21.9996M10 21.9996C10 17.5 5.99511 14 2.04522 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-rss-error{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%227%22 r%3D%225%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.75 13.4937C22.75 13.0795 22.4142 12.7437 22 12.7437C21.5858 12.7437 21.25 13.0795 21.25 13.4937H22.75ZM20.5342 20.7543L21.0198 21.3258V21.3258L20.5342 20.7543ZM3.44705 6.23317L2.96137 5.66166H2.96137L3.44705 6.23317ZM12.9915 21.25C12.5773 21.25 12.2415 21.5858 12.2415 22C12.2415 22.4142 12.5773 22.75 12.9915 22.75V21.25ZM13.9925 21.9956L13.9871 21.2456L13.9806 21.2457L13.9925 21.9956ZM1.25025 10.9727C1.23966 11.3868 1.56675 11.731 1.98083 11.7416C2.39491 11.7522 2.73917 11.4251 2.74975 11.0111L1.25025 10.9727ZM9.26038 5.74991C9.67455 5.74352 10.0051 5.4026 9.99873 4.98844C9.99234 4.57427 9.65142 4.2437 9.23725 4.25009L9.26038 5.74991ZM21.25 13.4937C21.25 15.5235 21.2478 16.9573 21.076 18.0434C20.9098 19.0938 20.5995 19.7145 20.0485 20.1828L21.0198 21.3258C21.9347 20.5483 22.3573 19.5438 22.5576 18.2778C22.7522 17.0475 22.75 15.4739 22.75 13.4937H21.25ZM12.9915 22.75C13.3534 22.75 13.6053 22.7489 13.7674 22.7478C13.8485 22.7472 13.9071 22.7466 13.9457 22.7462C13.9651 22.746 13.9794 22.7458 13.9891 22.7457C13.9939 22.7456 13.9976 22.7456 14.0001 22.7455C14.0014 22.7455 14.0023 22.7455 14.0031 22.7455C14.0034 22.7455 14.0037 22.7455 14.0039 22.7455C14.004 22.7455 14.0041 22.7455 14.0042 22.7455C14.0042 22.7455 14.0043 22.7455 14.0043 22.7455C14.0043 22.7455 14.0043 22.7455 14.0043 22.7455C14.0043 22.7455 14.0044 22.7455 13.9925 21.9956C13.9806 21.2457 13.9806 21.2457 13.9806 21.2457C13.9806 21.2457 13.9807 21.2457 13.9807 21.2457C13.9807 21.2457 13.9807 21.2457 13.9807 21.2457C13.9807 21.2457 13.9807 21.2457 13.9806 21.2457C13.9806 21.2457 13.9805 21.2457 13.9803 21.2457C13.9799 21.2457 13.9792 21.2457 13.9782 21.2457C13.9763 21.2457 13.9732 21.2458 13.969 21.2458C13.9605 21.2459 13.9473 21.2461 13.9291 21.2463C13.8927 21.2467 13.8361 21.2473 13.757 21.2478C13.5988 21.2489 13.3503 21.25 12.9915 21.25V22.75ZM13.9979 22.7455C15.7037 22.7333 17.0832 22.6875 18.2019 22.5013C19.3334 22.313 20.2597 21.9718 21.0198 21.3258L20.0485 20.1828C19.5666 20.5923 18.9303 20.8594 17.9555 21.0217C16.9679 21.1861 15.6976 21.2333 13.9871 21.2456L13.9979 22.7455ZM2.74975 11.0111C2.81163 8.59113 3.08942 7.52134 3.93273 6.80467L2.96137 5.66166C1.55911 6.85335 1.31136 8.58282 1.25025 10.9727L2.74975 11.0111ZM9.23725 4.25009C6.33117 4.2949 4.34751 4.48368 2.96137 5.66166L3.93273 6.80467C4.84512 6.02929 6.25834 5.79621 9.26038 5.74991L9.23725 4.25009Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.98242 21H2.9914%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9H17.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 6.5V4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17.2349C4.49328 17.2349 6.77053 19.5 6.77053 21.9996M10 21.9996C10 17.5 5.99511 14 2.04522 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Ccircle cx%3D%2217%22 cy%3D%227%22 r%3D%225%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.75 13.4937C22.75 13.0795 22.4142 12.7437 22 12.7437C21.5858 12.7437 21.25 13.0795 21.25 13.4937H22.75ZM20.5342 20.7543L21.0198 21.3258V21.3258L20.5342 20.7543ZM3.44705 6.23317L2.96137 5.66166H2.96137L3.44705 6.23317ZM12.9915 21.25C12.5773 21.25 12.2415 21.5858 12.2415 22C12.2415 22.4142 12.5773 22.75 12.9915 22.75V21.25ZM13.9925 21.9956L13.9871 21.2456L13.9806 21.2457L13.9925 21.9956ZM1.25025 10.9727C1.23966 11.3868 1.56675 11.731 1.98083 11.7416C2.39491 11.7522 2.73917 11.4251 2.74975 11.0111L1.25025 10.9727ZM9.26038 5.74991C9.67455 5.74352 10.0051 5.4026 9.99873 4.98844C9.99234 4.57427 9.65142 4.2437 9.23725 4.25009L9.26038 5.74991ZM21.25 13.4937C21.25 15.5235 21.2478 16.9573 21.076 18.0434C20.9098 19.0938 20.5995 19.7145 20.0485 20.1828L21.0198 21.3258C21.9347 20.5483 22.3573 19.5438 22.5576 18.2778C22.7522 17.0475 22.75 15.4739 22.75 13.4937H21.25ZM12.9915 22.75C13.3534 22.75 13.6053 22.7489 13.7674 22.7478C13.8485 22.7472 13.9071 22.7466 13.9457 22.7462C13.9651 22.746 13.9794 22.7458 13.9891 22.7457C13.9939 22.7456 13.9976 22.7456 14.0001 22.7455C14.0014 22.7455 14.0023 22.7455 14.0031 22.7455C14.0034 22.7455 14.0037 22.7455 14.0039 22.7455C14.004 22.7455 14.0041 22.7455 14.0042 22.7455C14.0042 22.7455 14.0043 22.7455 14.0043 22.7455C14.0043 22.7455 14.0043 22.7455 14.0043 22.7455C14.0043 22.7455 14.0044 22.7455 13.9925 21.9956C13.9806 21.2457 13.9806 21.2457 13.9806 21.2457C13.9806 21.2457 13.9807 21.2457 13.9807 21.2457C13.9807 21.2457 13.9807 21.2457 13.9807 21.2457C13.9807 21.2457 13.9807 21.2457 13.9806 21.2457C13.9806 21.2457 13.9805 21.2457 13.9803 21.2457C13.9799 21.2457 13.9792 21.2457 13.9782 21.2457C13.9763 21.2457 13.9732 21.2458 13.969 21.2458C13.9605 21.2459 13.9473 21.2461 13.9291 21.2463C13.8927 21.2467 13.8361 21.2473 13.757 21.2478C13.5988 21.2489 13.3503 21.25 12.9915 21.25V22.75ZM13.9979 22.7455C15.7037 22.7333 17.0832 22.6875 18.2019 22.5013C19.3334 22.313 20.2597 21.9718 21.0198 21.3258L20.0485 20.1828C19.5666 20.5923 18.9303 20.8594 17.9555 21.0217C16.9679 21.1861 15.6976 21.2333 13.9871 21.2456L13.9979 22.7455ZM2.74975 11.0111C2.81163 8.59113 3.08942 7.52134 3.93273 6.80467L2.96137 5.66166C1.55911 6.85335 1.31136 8.58282 1.25025 10.9727L2.74975 11.0111ZM9.23725 4.25009C6.33117 4.2949 4.34751 4.48368 2.96137 5.66166L3.93273 6.80467C4.84512 6.02929 6.25834 5.79621 9.26038 5.74991L9.23725 4.25009Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.98242 21H2.9914%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 9H17.009%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 6.5V4.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17.2349C4.49328 17.2349 6.77053 19.5 6.77053 21.9996M10 21.9996C10 17.5 5.99511 14 2.04522 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-rss-locked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9915 22C13.7121 22 13.9925 21.9956 13.9925 21.9956C17.4088 21.971 19.2922 21.8099 20.5342 20.7552C22 19.5104 22 17.5069 22 13.5M11.9906 5C7.27213 5 4.91289 5 3.44705 6.2448C2.32426 7.19827 2.0615 8.59687 2 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0803 10.8573L15.7761 11.5428L15.7761 11.5428L16.0803 10.8573ZM15.1332 9.84253L14.4337 10.113H14.4337L15.1332 9.84253ZM21.8668 9.84253L22.5663 10.113L22.5663 10.113L21.8668 9.84253ZM20.9197 10.8573L21.2239 11.5428L21.2239 11.5428L20.9197 10.8573ZM20.9197 5.51773L21.2239 4.8322L20.9197 5.51773ZM21.8668 6.53247L22.5663 6.26203L22.5663 6.26203L21.8668 6.53247ZM16.0803 5.51773L15.7761 4.8322L16.0803 5.51773ZM15.1332 6.53247L14.4337 6.26203L15.1332 6.53247ZM16 5.375C16 5.78921 16.3358 6.125 16.75 6.125C17.1642 6.125 17.5 5.78921 17.5 5.375H16ZM19.5 5.375C19.5 5.78921 19.8358 6.125 20.25 6.125C20.6642 6.125 21 5.78921 21 5.375L19.5 5.375ZM17.625 6.125L19.375 6.125V4.625H17.625V6.125ZM19.375 10.25H17.625V11.75H19.375V10.25ZM17.625 10.25C17.2063 10.25 16.9325 10.2495 16.7222 10.2342C16.5196 10.2193 16.4338 10.1936 16.3845 10.1718L15.7761 11.5428C16.0484 11.6637 16.3272 11.7093 16.6128 11.7302C16.8905 11.7505 17.2283 11.75 17.625 11.75V10.25ZM14.25 8.1875C14.25 8.61474 14.2496 8.97023 14.2682 9.26108C14.2871 9.55774 14.3278 9.83905 14.4337 10.113L15.8328 9.57209C15.8054 9.50144 15.7795 9.39206 15.7651 9.16575C15.7504 8.93364 15.75 8.6339 15.75 8.1875H14.25ZM16.3845 10.1718C16.1471 10.0664 15.9427 9.85657 15.8328 9.57209L14.4337 10.113C14.6789 10.7474 15.1559 11.2676 15.7761 11.5428L16.3845 10.1718ZM21.25 8.1875C21.25 8.6339 21.2496 8.93364 21.2349 9.16575C21.2205 9.39206 21.1946 9.50144 21.1672 9.57209L22.5663 10.113C22.6722 9.83905 22.7129 9.55774 22.7318 9.26108C22.7504 8.97023 22.75 8.61474 22.75 8.1875H21.25ZM19.375 11.75C19.7717 11.75 20.1095 11.7505 20.3872 11.7302C20.6728 11.7093 20.9516 11.6637 21.2239 11.5428L20.6155 10.1718C20.5662 10.1936 20.4804 10.2193 20.2778 10.2342C20.0675 10.2495 19.7937 10.25 19.375 10.25V11.75ZM21.1672 9.57209C21.0573 9.85657 20.8529 10.0664 20.6155 10.1718L21.2239 11.5428C21.8441 11.2676 22.3211 10.7474 22.5663 10.113L21.1672 9.57209ZM19.375 6.125C19.7937 6.125 20.0675 6.12547 20.2778 6.14084C20.4804 6.15565 20.5662 6.18138 20.6155 6.20325L21.2239 4.8322C20.9516 4.71134 20.6728 4.66571 20.3872 4.64484C20.1095 4.62453 19.7717 4.625 19.375 4.625V6.125ZM22.75 8.1875C22.75 7.76026 22.7504 7.40477 22.7318 7.11392C22.7129 6.81726 22.6722 6.53595 22.5663 6.26203L21.1672 6.80291C21.1946 6.87356 21.2205 6.98294 21.2349 7.20925C21.2496 7.44136 21.25 7.7411 21.25 8.1875H22.75ZM20.6155 6.20325C20.8529 6.30862 21.0573 6.51843 21.1672 6.80291L22.5663 6.26203C22.3211 5.62765 21.8441 5.10744 21.2239 4.8322L20.6155 6.20325ZM17.625 4.625C17.2283 4.625 16.8905 4.62453 16.6128 4.64484C16.3272 4.66571 16.0484 4.71134 15.7761 4.8322L16.3845 6.20325C16.4338 6.18138 16.5196 6.15565 16.7222 6.14084C16.9325 6.12547 17.2063 6.125 17.625 6.125V4.625ZM15.75 8.1875C15.75 7.7411 15.7504 7.44136 15.7651 7.20925C15.7795 6.98294 15.8054 6.87356 15.8328 6.80291L14.4337 6.26203C14.3278 6.53595 14.2871 6.81726 14.2682 7.11392C14.2496 7.40477 14.25 7.76026 14.25 8.1875H15.75ZM15.7761 4.8322C15.1559 5.10744 14.6789 5.62765 14.4337 6.26203L15.8328 6.80291C15.9427 6.51843 16.1471 6.30862 16.3845 6.20325L15.7761 4.8322ZM17.5 5.375V3.6875H16V5.375H17.5ZM19.5 3.6875V5.375L21 5.375V3.6875L19.5 3.6875ZM18.5 2.75C19.0782 2.75 19.5 3.19521 19.5 3.6875L21 3.6875C21 2.31583 19.8548 1.25 18.5 1.25V2.75ZM17.5 3.6875C17.5 3.19521 17.9218 2.75 18.5 2.75V1.25C17.1452 1.25 16 2.31583 16 3.6875H17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.98242 21H2.9914%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17.2349C4.49328 17.2349 6.77053 19.5 6.77053 21.9996M10 21.9996C10 17.5 5.99511 14 2.04522 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9915 22C13.7121 22 13.9925 21.9956 13.9925 21.9956C17.4088 21.971 19.2922 21.8099 20.5342 20.7552C22 19.5104 22 17.5069 22 13.5M11.9906 5C7.27213 5 4.91289 5 3.44705 6.2448C2.32426 7.19827 2.0615 8.59687 2 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0803 10.8573L15.7761 11.5428L15.7761 11.5428L16.0803 10.8573ZM15.1332 9.84253L14.4337 10.113H14.4337L15.1332 9.84253ZM21.8668 9.84253L22.5663 10.113L22.5663 10.113L21.8668 9.84253ZM20.9197 10.8573L21.2239 11.5428L21.2239 11.5428L20.9197 10.8573ZM20.9197 5.51773L21.2239 4.8322L20.9197 5.51773ZM21.8668 6.53247L22.5663 6.26203L22.5663 6.26203L21.8668 6.53247ZM16.0803 5.51773L15.7761 4.8322L16.0803 5.51773ZM15.1332 6.53247L14.4337 6.26203L15.1332 6.53247ZM16 5.375C16 5.78921 16.3358 6.125 16.75 6.125C17.1642 6.125 17.5 5.78921 17.5 5.375H16ZM19.5 5.375C19.5 5.78921 19.8358 6.125 20.25 6.125C20.6642 6.125 21 5.78921 21 5.375L19.5 5.375ZM17.625 6.125L19.375 6.125V4.625H17.625V6.125ZM19.375 10.25H17.625V11.75H19.375V10.25ZM17.625 10.25C17.2063 10.25 16.9325 10.2495 16.7222 10.2342C16.5196 10.2193 16.4338 10.1936 16.3845 10.1718L15.7761 11.5428C16.0484 11.6637 16.3272 11.7093 16.6128 11.7302C16.8905 11.7505 17.2283 11.75 17.625 11.75V10.25ZM14.25 8.1875C14.25 8.61474 14.2496 8.97023 14.2682 9.26108C14.2871 9.55774 14.3278 9.83905 14.4337 10.113L15.8328 9.57209C15.8054 9.50144 15.7795 9.39206 15.7651 9.16575C15.7504 8.93364 15.75 8.6339 15.75 8.1875H14.25ZM16.3845 10.1718C16.1471 10.0664 15.9427 9.85657 15.8328 9.57209L14.4337 10.113C14.6789 10.7474 15.1559 11.2676 15.7761 11.5428L16.3845 10.1718ZM21.25 8.1875C21.25 8.6339 21.2496 8.93364 21.2349 9.16575C21.2205 9.39206 21.1946 9.50144 21.1672 9.57209L22.5663 10.113C22.6722 9.83905 22.7129 9.55774 22.7318 9.26108C22.7504 8.97023 22.75 8.61474 22.75 8.1875H21.25ZM19.375 11.75C19.7717 11.75 20.1095 11.7505 20.3872 11.7302C20.6728 11.7093 20.9516 11.6637 21.2239 11.5428L20.6155 10.1718C20.5662 10.1936 20.4804 10.2193 20.2778 10.2342C20.0675 10.2495 19.7937 10.25 19.375 10.25V11.75ZM21.1672 9.57209C21.0573 9.85657 20.8529 10.0664 20.6155 10.1718L21.2239 11.5428C21.8441 11.2676 22.3211 10.7474 22.5663 10.113L21.1672 9.57209ZM19.375 6.125C19.7937 6.125 20.0675 6.12547 20.2778 6.14084C20.4804 6.15565 20.5662 6.18138 20.6155 6.20325L21.2239 4.8322C20.9516 4.71134 20.6728 4.66571 20.3872 4.64484C20.1095 4.62453 19.7717 4.625 19.375 4.625V6.125ZM22.75 8.1875C22.75 7.76026 22.7504 7.40477 22.7318 7.11392C22.7129 6.81726 22.6722 6.53595 22.5663 6.26203L21.1672 6.80291C21.1946 6.87356 21.2205 6.98294 21.2349 7.20925C21.2496 7.44136 21.25 7.7411 21.25 8.1875H22.75ZM20.6155 6.20325C20.8529 6.30862 21.0573 6.51843 21.1672 6.80291L22.5663 6.26203C22.3211 5.62765 21.8441 5.10744 21.2239 4.8322L20.6155 6.20325ZM17.625 4.625C17.2283 4.625 16.8905 4.62453 16.6128 4.64484C16.3272 4.66571 16.0484 4.71134 15.7761 4.8322L16.3845 6.20325C16.4338 6.18138 16.5196 6.15565 16.7222 6.14084C16.9325 6.12547 17.2063 6.125 17.625 6.125V4.625ZM15.75 8.1875C15.75 7.7411 15.7504 7.44136 15.7651 7.20925C15.7795 6.98294 15.8054 6.87356 15.8328 6.80291L14.4337 6.26203C14.3278 6.53595 14.2871 6.81726 14.2682 7.11392C14.2496 7.40477 14.25 7.76026 14.25 8.1875H15.75ZM15.7761 4.8322C15.1559 5.10744 14.6789 5.62765 14.4337 6.26203L15.8328 6.80291C15.9427 6.51843 16.1471 6.30862 16.3845 6.20325L15.7761 4.8322ZM17.5 5.375V3.6875H16V5.375H17.5ZM19.5 3.6875V5.375L21 5.375V3.6875L19.5 3.6875ZM18.5 2.75C19.0782 2.75 19.5 3.19521 19.5 3.6875L21 3.6875C21 2.31583 19.8548 1.25 18.5 1.25V2.75ZM17.5 3.6875C17.5 3.19521 17.9218 2.75 18.5 2.75V1.25C17.1452 1.25 16 2.31583 16 3.6875H17.5Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M2.98242 21H2.9914%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17.2349C4.49328 17.2349 6.77053 19.5 6.77053 21.9996M10 21.9996C10 17.5 5.99511 14 2.04522 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-rss-unlocked{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9915 22C13.7121 22 13.9925 21.9956 13.9925 21.9956C17.4088 21.971 19.2922 21.8099 20.5342 20.7552C22 19.5104 22 17.5069 22 13.5M11.9906 5C7.27213 5 4.91289 5 3.44705 6.2448C2.32426 7.19827 2.0615 8.59687 2 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5312 5.35997V3.95232C16.5312 2.87408 17.4127 2 18.5 2C18.9887 2 19.4359 2.1766 19.7801 2.46895M17.8437 11H19.1563C20.1777 11 20.6884 11 21.0749 10.7951C21.3802 10.6333 21.6302 10.3854 21.7934 10.0827C22 9.6993 22 9.19286 22 8.17998C22 7.16711 22 6.66067 21.7934 6.2773C21.6302 5.9746 21.3802 5.72668 21.0749 5.56488C20.6884 5.35997 20.1777 5.35997 19.1563 5.35997H17.8437C16.8223 5.35997 16.3116 5.35997 15.9251 5.56488C15.6198 5.72668 15.3698 5.9746 15.2066 6.2773C15 6.66067 15 7.16711 15 8.17998C15 9.19286 15 9.6993 15.2066 10.0827C15.3698 10.3854 15.6198 10.6333 15.9251 10.7951C16.3116 11 16.8223 11 17.8437 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.98242 21H2.9914%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17.2349C4.49328 17.2349 6.77053 19.5 6.77053 21.9996M10 21.9996C10 17.5 5.99511 14 2.04522 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9915 22C13.7121 22 13.9925 21.9956 13.9925 21.9956C17.4088 21.971 19.2922 21.8099 20.5342 20.7552C22 19.5104 22 17.5069 22 13.5M11.9906 5C7.27213 5 4.91289 5 3.44705 6.2448C2.32426 7.19827 2.0615 8.59687 2 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5312 5.35997V3.95232C16.5312 2.87408 17.4127 2 18.5 2C18.9887 2 19.4359 2.1766 19.7801 2.46895M17.8437 11H19.1563C20.1777 11 20.6884 11 21.0749 10.7951C21.3802 10.6333 21.6302 10.3854 21.7934 10.0827C22 9.6993 22 9.19286 22 8.17998C22 7.16711 22 6.66067 21.7934 6.2773C21.6302 5.9746 21.3802 5.72668 21.0749 5.56488C20.6884 5.35997 20.1777 5.35997 19.1563 5.35997H17.8437C16.8223 5.35997 16.3116 5.35997 15.9251 5.56488C15.6198 5.72668 15.3698 5.9746 15.2066 6.2773C15 6.66067 15 7.16711 15 8.17998C15 9.19286 15 9.6993 15.2066 10.0827C15.3698 10.3854 15.6198 10.6333 15.9251 10.7951C16.3116 11 16.8223 11 17.8437 11Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.98242 21H2.9914%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 17.2349C4.49328 17.2349 6.77053 19.5 6.77053 21.9996M10 21.9996C10 17.5 5.99511 14 2.04522 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-rss{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9915 20.5C13.7121 20.5 13.9925 20.4956 13.9925 20.4956C17.4088 20.471 19.2922 20.3099 20.5342 19.2552C22 18.0104 22 16.0069 22 12C22 7.99306 22 5.98959 20.5342 4.7448C19.0683 3.5 16.7091 3.5 11.9906 3.5C7.27213 3.5 4.91289 3.5 3.44705 4.7448C2.32426 5.69827 2.0615 7.09687 2 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.98242 19.5H2.9914%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15.7349C4.49328 15.7349 6.77053 18 6.77053 20.4996M10 20.4996C10 16 5.99511 12.5 2.04522 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.9915 20.5C13.7121 20.5 13.9925 20.4956 13.9925 20.4956C17.4088 20.471 19.2922 20.3099 20.5342 19.2552C22 18.0104 22 16.0069 22 12C22 7.99306 22 5.98959 20.5342 4.7448C19.0683 3.5 16.7091 3.5 11.9906 3.5C7.27213 3.5 4.91289 3.5 3.44705 4.7448C2.32426 5.69827 2.0615 7.09687 2 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.98242 19.5H2.9914%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 15.7349C4.49328 15.7349 6.77053 18 6.77053 20.4996M10 20.4996C10 16 5.99511 12.5 2.04522 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-satellite{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5355 6.10913C14.0144 4.63029 16.412 4.63029 17.8909 6.10913C19.3697 7.58796 19.3697 9.98563 17.8909 11.4645L15.7487 13.6066C14.8881 14.4672 14.4578 14.8975 13.937 14.98C13.7688 15.0067 13.5974 15.0067 13.4292 14.98C12.9084 14.8975 12.4781 14.4672 11.6175 13.6066L10.3934 12.3825C9.53278 11.5219 9.10247 11.0916 9.01998 10.5708C8.99334 10.4026 8.99334 10.2312 9.01998 10.063C9.10247 9.54219 9.53278 9.11188 10.3934 8.25126L12.5355 6.10913Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.8483 14C6.96714 15.5706 8.41803 17.0084 10 17.1305M3.00586 15.2381C2.85202 18.2662 5.7538 21.1419 8.80421 20.9946%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5293 5.52954L10.9336 3.8673C10.3555 3.2891 10.0664 3 9.70711 3C9.34786 3 9.05876 3.2891 8.48057 3.8673L7.8673 4.48057C7.2891 5.05876 7 5.34786 7 5.70711C7 6.06635 7.2891 6.35545 7.8673 6.93365L9.31826 8.38462M18.4214 11.355L20.1327 13.0664C20.7109 13.6445 21 13.9336 21 14.2929C21 14.6521 20.7109 14.9412 20.1327 15.5194L19.5194 16.1327C18.9412 16.7109 18.6521 17 18.2929 17C17.9336 17 17.6445 16.7109 17.0664 16.1327L15.5111 14.5775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12.5355 6.10913C14.0144 4.63029 16.412 4.63029 17.8909 6.10913C19.3697 7.58796 19.3697 9.98563 17.8909 11.4645L15.7487 13.6066C14.8881 14.4672 14.4578 14.8975 13.937 14.98C13.7688 15.0067 13.5974 15.0067 13.4292 14.98C12.9084 14.8975 12.4781 14.4672 11.6175 13.6066L10.3934 12.3825C9.53278 11.5219 9.10247 11.0916 9.01998 10.5708C8.99334 10.4026 8.99334 10.2312 9.01998 10.063C9.10247 9.54219 9.53278 9.11188 10.3934 8.25126L12.5355 6.10913Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M6.8483 14C6.96714 15.5706 8.41803 17.0084 10 17.1305M3.00586 15.2381C2.85202 18.2662 5.7538 21.1419 8.80421 20.9946%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12.5293 5.52954L10.9336 3.8673C10.3555 3.2891 10.0664 3 9.70711 3C9.34786 3 9.05876 3.2891 8.48057 3.8673L7.8673 4.48057C7.2891 5.05876 7 5.34786 7 5.70711C7 6.06635 7.2891 6.35545 7.8673 6.93365L9.31826 8.38462M18.4214 11.355L20.1327 13.0664C20.7109 13.6445 21 13.9336 21 14.2929C21 14.6521 20.7109 14.9412 20.1327 15.5194L19.5194 16.1327C18.9412 16.7109 18.6521 17 18.2929 17C17.9336 17 17.6445 16.7109 17.0664 16.1327L15.5111 14.5775%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-secured-network{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 13C6 9.68629 8.68629 7 12 7C15.3137 7 18 9.68629 18 13C18 16.3137 15.3137 19 12 19C8.68629 19 6 16.3137 6 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 8V5.52063C15.5 3.57624 13.933 2 12 2C10.067 2 8.5 3.57624 8.5 5.52063V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9998 13H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19V22M12 22H20M12 22H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 13C6 9.68629 8.68629 7 12 7C15.3137 7 18 9.68629 18 13C18 16.3137 15.3137 19 12 19C8.68629 19 6 16.3137 6 13Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M15.5 8V5.52063C15.5 3.57624 13.933 2 12 2C10.067 2 8.5 3.57624 8.5 5.52063V8%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M11.9998 13H12.0088%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19V22M12 22H20M12 22H4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-security-wifi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 9.68065V8.90856C3 7.41174 3 6.66334 3.28359 6.03142C3.4585 5.64167 3.70911 5.28869 4.02157 4.99198C4.52818 4.51091 5.2461 4.24813 6.68195 3.72256L9.62992 2.64351C10.802 2.2145 11.388 2 12 2C12.612 2 13.198 2.2145 14.3701 2.64351L17.3181 3.72256C18.7539 4.24813 19.4718 4.51091 19.9784 4.99198C20.2909 5.28869 20.5415 5.64167 20.7164 6.03142C21 6.66334 21 7.41174 21 8.90856V9.68065C21 12.0844 21 13.2863 20.7032 14.3862C20.3367 15.7445 19.6418 16.9973 18.6769 18.0394C17.8955 18.8832 16.8645 19.5402 14.8023 20.8542C13.8792 21.4424 13.4176 21.7365 12.9269 21.8733C12.3211 22.0422 11.6789 22.0422 11.0731 21.8733C10.5824 21.7365 10.1208 21.4424 9.19766 20.8542C7.13553 19.5402 6.10447 18.8832 5.32311 18.0394C4.35815 16.9973 3.66328 15.7445 3.29677 14.3862C3 13.2863 3 12.0844 3 9.68065Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9.47776C9.14883 8.54314 10.5209 8 11.9946 8C13.4729 8 14.849 8.54657 16 9.48661M14.1743 12C13.5182 11.5909 12.7779 11.3607 11.9946 11.3607C11.2152 11.3607 10.4784 11.5886 9.82477 11.9938%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15H12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M3 9.68065V8.90856C3 7.41174 3 6.66334 3.28359 6.03142C3.4585 5.64167 3.70911 5.28869 4.02157 4.99198C4.52818 4.51091 5.2461 4.24813 6.68195 3.72256L9.62992 2.64351C10.802 2.2145 11.388 2 12 2C12.612 2 13.198 2.2145 14.3701 2.64351L17.3181 3.72256C18.7539 4.24813 19.4718 4.51091 19.9784 4.99198C20.2909 5.28869 20.5415 5.64167 20.7164 6.03142C21 6.66334 21 7.41174 21 8.90856V9.68065C21 12.0844 21 13.2863 20.7032 14.3862C20.3367 15.7445 19.6418 16.9973 18.6769 18.0394C17.8955 18.8832 16.8645 19.5402 14.8023 20.8542C13.8792 21.4424 13.4176 21.7365 12.9269 21.8733C12.3211 22.0422 11.6789 22.0422 11.0731 21.8733C10.5824 21.7365 10.1208 21.4424 9.19766 20.8542C7.13553 19.5402 6.10447 18.8832 5.32311 18.0394C4.35815 16.9973 3.66328 15.7445 3.29677 14.3862C3 13.2863 3 12.0844 3 9.68065Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 9.47776C9.14883 8.54314 10.5209 8 11.9946 8C13.4729 8 14.849 8.54657 16 9.48661M14.1743 12C13.5182 11.5909 12.7779 11.3607 11.9946 11.3607C11.2152 11.3607 10.4784 11.5886 9.82477 11.9938%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15H12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-shared-wifi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.48311 3.65819C6.11715 3.25395 5.58823 3 5 3C3.89543 3 3 3.89543 3 5C3 5.58823 3.25395 6.11716 3.65819 6.48311C4.01303 6.80434 4.48366 7 5 7C6.10457 7 7 6.10457 7 5C7 4.48366 6.80434 4.01303 6.48311 3.65819ZM6.48311 3.65819C8.0644 2.6103 9.96093 2 12 2C12.6849 2 13.3538 2.06886 14 2.20004M20.353 6.5C21.394 8.0779 22 9.96818 22 12C22 12.6849 21.9311 13.3538 21.8 14M17.5169 20.3418C15.9356 21.3897 14.0391 22 12 22C11.3151 22 10.6462 21.9311 10 21.8M17.5169 20.3418C17.8828 20.7461 18.4118 21 19 21C20.1046 21 21 20.1046 21 19C21 18.4118 20.7461 17.8828 20.3418 17.5169C19.987 17.1957 19.5163 17 19 17C17.8954 17 17 17.8954 17 19C17 19.5163 17.1957 19.987 17.5169 20.3418ZM3.65819 17.5169C2.6103 15.9356 2 14.0391 2 12C2 11.3151 2.06886 10.6462 2.20004 10M3.65819 17.5169C3.25395 17.8828 3 18.4118 3 19C3 20.1046 3.89543 21 5 21C5.58823 21 6.11715 20.7461 6.48311 20.3418C6.80434 19.987 7 19.5163 7 19C7 17.8954 6.10457 17 5 17C4.48366 17 4.01303 17.1957 3.65819 17.5169ZM21 5C21 6.10457 20.1046 7 19 7C17.8954 7 17 6.10457 17 5C17 4.48366 17.1957 4.01303 17.5169 3.65819C17.8828 3.25395 18.4118 3 19 3C20.1046 3 21 3.89543 21 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10.4778C9.14883 9.54314 10.5209 9 11.9946 9C13.4729 9 14.849 9.54657 16 10.4866M14.1743 13C13.5182 12.5909 12.7779 12.3607 11.9946 12.3607C11.2152 12.3607 10.4784 12.5886 9.82477 12.9938%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16H12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6.48311 3.65819C6.11715 3.25395 5.58823 3 5 3C3.89543 3 3 3.89543 3 5C3 5.58823 3.25395 6.11716 3.65819 6.48311C4.01303 6.80434 4.48366 7 5 7C6.10457 7 7 6.10457 7 5C7 4.48366 6.80434 4.01303 6.48311 3.65819ZM6.48311 3.65819C8.0644 2.6103 9.96093 2 12 2C12.6849 2 13.3538 2.06886 14 2.20004M20.353 6.5C21.394 8.0779 22 9.96818 22 12C22 12.6849 21.9311 13.3538 21.8 14M17.5169 20.3418C15.9356 21.3897 14.0391 22 12 22C11.3151 22 10.6462 21.9311 10 21.8M17.5169 20.3418C17.8828 20.7461 18.4118 21 19 21C20.1046 21 21 20.1046 21 19C21 18.4118 20.7461 17.8828 20.3418 17.5169C19.987 17.1957 19.5163 17 19 17C17.8954 17 17 17.8954 17 19C17 19.5163 17.1957 19.987 17.5169 20.3418ZM3.65819 17.5169C2.6103 15.9356 2 14.0391 2 12C2 11.3151 2.06886 10.6462 2.20004 10M3.65819 17.5169C3.25395 17.8828 3 18.4118 3 19C3 20.1046 3.89543 21 5 21C5.58823 21 6.11715 20.7461 6.48311 20.3418C6.80434 19.987 7 19.5163 7 19C7 17.8954 6.10457 17 5 17C4.48366 17 4.01303 17.1957 3.65819 17.5169ZM21 5C21 6.10457 20.1046 7 19 7C17.8954 7 17 6.10457 17 5C17 4.48366 17.1957 4.01303 17.5169 3.65819C17.8828 3.25395 18.4118 3 19 3C20.1046 3 21 3.89543 21 5Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 10.4778C9.14883 9.54314 10.5209 9 11.9946 9C13.4729 9 14.849 9.54657 16 10.4866M14.1743 13C13.5182 12.5909 12.7779 12.3607 11.9946 12.3607C11.2152 12.3607 10.4784 12.5886 9.82477 12.9938%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16H12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-signal-full-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 10L5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.80844 9.28111C5.43534 9.76037 5.2488 10 5 10C4.7512 10 4.56466 9.76037 4.19156 9.28112L3.44578 8.32312C2.37255 6.94451 1.83594 6.25521 2.04429 5.68812C2.06552 5.63034 2.0916 5.57458 2.12224 5.52145C2.423 5 3.282 5 5 5C6.718 5 7.577 5 7.87776 5.52145C7.9084 5.57458 7.93448 5.63034 7.95571 5.68812C8.16406 6.25521 7.62745 6.94451 6.55422 8.32312L5.80844 9.28111Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 14V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 11L13 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10L17 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 7L21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 10L5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.80844 9.28111C5.43534 9.76037 5.2488 10 5 10C4.7512 10 4.56466 9.76037 4.19156 9.28112L3.44578 8.32312C2.37255 6.94451 1.83594 6.25521 2.04429 5.68812C2.06552 5.63034 2.0916 5.57458 2.12224 5.52145C2.423 5 3.282 5 5 5C6.718 5 7.577 5 7.87776 5.52145C7.9084 5.57458 7.93448 5.63034 7.95571 5.68812C8.16406 6.25521 7.62745 6.94451 6.55422 8.32312L5.80844 9.28111Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 14V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 11L13 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10L17 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 7L21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-signal-full-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 17V16C7 15.0572 7 14.5858 6.70711 14.2929C6.41421 14 5.94281 14 5 14C4.05719 14 3.58579 14 3.29289 14.2929C3 14.5858 3 15.0572 3 16V17C3 17.9428 3 18.4142 3.29289 18.7071C3.58579 19 4.05719 19 5 19C5.94281 19 6.41421 19 6.70711 18.7071C7 18.4142 7 17.9428 7 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17V12C14 11.0572 14 10.5858 13.7071 10.2929C13.4142 10 12.9428 10 12 10C11.0572 10 10.5858 10 10.2929 10.2929C10 10.5858 10 11.0572 10 12V17C10 17.9428 10 18.4142 10.2929 18.7071C10.5858 19 11.0572 19 12 19C12.9428 19 13.4142 19 13.7071 18.7071C14 18.4142 14 17.9428 14 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 17V8C21 7.05719 21 6.58579 20.7071 6.29289C20.4142 6 19.9428 6 19 6C18.0572 6 17.5858 6 17.2929 6.29289C17 6.58579 17 7.05719 17 8V17C17 17.9428 17 18.4142 17.2929 18.7071C17.5858 19 18.0572 19 19 19C19.9428 19 20.4142 19 20.7071 18.7071C21 18.4142 21 17.9428 21 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M7 17V16C7 15.0572 7 14.5858 6.70711 14.2929C6.41421 14 5.94281 14 5 14C4.05719 14 3.58579 14 3.29289 14.2929C3 14.5858 3 15.0572 3 16V17C3 17.9428 3 18.4142 3.29289 18.7071C3.58579 19 4.05719 19 5 19C5.94281 19 6.41421 19 6.70711 18.7071C7 18.4142 7 17.9428 7 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17V12C14 11.0572 14 10.5858 13.7071 10.2929C13.4142 10 12.9428 10 12 10C11.0572 10 10.5858 10 10.2929 10.2929C10 10.5858 10 11.0572 10 12V17C10 17.9428 10 18.4142 10.2929 18.7071C10.5858 19 11.0572 19 12 19C12.9428 19 13.4142 19 13.7071 18.7071C14 18.4142 14 17.9428 14 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 17V8C21 7.05719 21 6.58579 20.7071 6.29289C20.4142 6 19.9428 6 19 6C18.0572 6 17.5858 6 17.2929 6.29289C17 6.58579 17 7.05719 17 8V17C17 17.9428 17 18.4142 17.2929 18.7071C17.5858 19 18.0572 19 19 19C19.9428 19 20.4142 19 20.7071 18.7071C21 18.4142 21 17.9428 21 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-signal-low-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 10L6 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.80844 9.28111C6.43534 9.76037 6.2488 10 6 10C5.7512 10 5.56466 9.76037 5.19156 9.28112L4.44578 8.32312C3.37255 6.94451 2.83594 6.25521 3.04429 5.68812C3.06552 5.63034 3.0916 5.57458 3.12224 5.52145C3.423 5 4.282 5 6 5C7.718 5 8.577 5 8.87776 5.52145C8.9084 5.57458 8.93448 5.63034 8.95571 5.68812C9.16406 6.25521 8.62745 6.94451 7.55422 8.32312L6.80844 9.28111Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 19L14 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19L18 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 19L22 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M6 10L6 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6.80844 9.28111C6.43534 9.76037 6.2488 10 6 10C5.7512 10 5.56466 9.76037 5.19156 9.28112L4.44578 8.32312C3.37255 6.94451 2.83594 6.25521 3.04429 5.68812C3.06552 5.63034 3.0916 5.57458 3.12224 5.52145C3.423 5 4.282 5 6 5C7.718 5 8.577 5 8.87776 5.52145C8.9084 5.57458 8.93448 5.63034 8.95571 5.68812C9.16406 6.25521 8.62745 6.94451 7.55422 8.32312L6.80844 9.28111Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 13V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 19L14 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19L18 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 19L22 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-signal-low-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 19L18 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19L11 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17V16C7 15.0572 7 14.5858 6.70711 14.2929C6.41421 14 5.94281 14 5 14C4.05719 14 3.58579 14 3.29289 14.2929C3 14.5858 3 15.0572 3 16V17C3 17.9428 3 18.4142 3.29289 18.7071C3.58579 19 4.05719 19 5 19C5.94281 19 6.41421 19 6.70711 18.7071C7 18.4142 7 17.9428 7 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 19L18 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19L11 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17V16C7 15.0572 7 14.5858 6.70711 14.2929C6.41421 14 5.94281 14 5 14C4.05719 14 3.58579 14 3.29289 14.2929C3 14.5858 3 15.0572 3 16V17C3 17.9428 3 18.4142 3.29289 18.7071C3.58579 19 4.05719 19 5 19C5.94281 19 6.41421 19 6.70711 18.7071C7 18.4142 7 17.9428 7 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-signal-low-medium{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 10L5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.80844 9.28111C5.43534 9.76037 5.2488 10 5 10C4.7512 10 4.56466 9.76037 4.19156 9.28112L3.44578 8.32312C2.37255 6.94451 1.83594 6.25521 2.04429 5.68812C2.06552 5.63034 2.0916 5.57458 2.12224 5.52145C2.423 5 3.282 5 5 5C6.718 5 7.577 5 7.87776 5.52145C7.9084 5.57458 7.93448 5.63034 7.95571 5.68812C8.16406 6.25521 7.62745 6.94451 6.55422 8.32312L5.80844 9.28111Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 11L13 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19L18 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 19L22 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 10L5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.80844 9.28111C5.43534 9.76037 5.2488 10 5 10C4.7512 10 4.56466 9.76037 4.19156 9.28112L3.44578 8.32312C2.37255 6.94451 1.83594 6.25521 2.04429 5.68812C2.06552 5.63034 2.0916 5.57458 2.12224 5.52145C2.423 5 3.282 5 5 5C6.718 5 7.577 5 7.87776 5.52145C7.9084 5.57458 7.93448 5.63034 7.95571 5.68812C8.16406 6.25521 7.62745 6.94451 6.55422 8.32312L5.80844 9.28111Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 11L13 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 19L18 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 19L22 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-signal-medium-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 10L5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.80844 9.28111C5.43534 9.76037 5.2488 10 5 10C4.7512 10 4.56466 9.76037 4.19156 9.28112L3.44578 8.32312C2.37255 6.94451 1.83594 6.25521 2.04429 5.68812C2.06552 5.63034 2.0916 5.57458 2.12224 5.52145C2.423 5 3.282 5 5 5C6.718 5 7.577 5 7.87776 5.52145C7.9084 5.57458 7.93448 5.63034 7.95571 5.68812C8.16406 6.25521 7.62745 6.94451 6.55422 8.32312L5.80844 9.28111Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 11L13 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10L17 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 19L22 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 10L5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.80844 9.28111C5.43534 9.76037 5.2488 10 5 10C4.7512 10 4.56466 9.76037 4.19156 9.28112L3.44578 8.32312C2.37255 6.94451 1.83594 6.25521 2.04429 5.68812C2.06552 5.63034 2.0916 5.57458 2.12224 5.52145C2.423 5 3.282 5 5 5C6.718 5 7.577 5 7.87776 5.52145C7.9084 5.57458 7.93448 5.63034 7.95571 5.68812C8.16406 6.25521 7.62745 6.94451 6.55422 8.32312L5.80844 9.28111Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 13V19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13 11L13 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M17 10L17 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21 19L22 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-signal-medium-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 19L18 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17V16C7 15.0572 7 14.5858 6.70711 14.2929C6.41421 14 5.94281 14 5 14C4.05719 14 3.58579 14 3.29289 14.2929C3 14.5858 3 15.0572 3 16V17C3 17.9428 3 18.4142 3.29289 18.7071C3.58579 19 4.05719 19 5 19C5.94281 19 6.41421 19 6.70711 18.7071C7 18.4142 7 17.9428 7 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17V12C14 11.0572 14 10.5858 13.7071 10.2929C13.4142 10 12.9428 10 12 10C11.0572 10 10.5858 10 10.2929 10.2929C10 10.5858 10 11.0572 10 12V17C10 17.9428 10 18.4142 10.2929 18.7071C10.5858 19 11.0572 19 12 19C12.9428 19 13.4142 19 13.7071 18.7071C14 18.4142 14 17.9428 14 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 19L18 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 17V16C7 15.0572 7 14.5858 6.70711 14.2929C6.41421 14 5.94281 14 5 14C4.05719 14 3.58579 14 3.29289 14.2929C3 14.5858 3 15.0572 3 16V17C3 17.9428 3 18.4142 3.29289 18.7071C3.58579 19 4.05719 19 5 19C5.94281 19 6.41421 19 6.70711 18.7071C7 18.4142 7 17.9428 7 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 17V12C14 11.0572 14 10.5858 13.7071 10.2929C13.4142 10 12.9428 10 12 10C11.0572 10 10.5858 10 10.2929 10.2929C10 10.5858 10 11.0572 10 12V17C10 17.9428 10 18.4142 10.2929 18.7071C10.5858 19 11.0572 19 12 19C12.9428 19 13.4142 19 13.7071 18.7071C14 18.4142 14 17.9428 14 17Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-signal-no-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 10L5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.80844 9.28111C5.43534 9.76037 5.2488 10 5 10C4.7512 10 4.56466 9.76037 4.19156 9.28112L3.44578 8.32312C2.37255 6.94451 1.83594 6.25521 2.04429 5.68812C2.06552 5.63034 2.0916 5.57458 2.12224 5.52145C2.423 5 3.282 5 5 5C6.718 5 7.577 5 7.87776 5.52145C7.9084 5.57458 7.93448 5.63034 7.95571 5.68812C8.16406 6.25521 7.62745 6.94451 6.55422 8.32312L5.80844 9.28111Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4297 9L12.4297 15M18.4297 15L12.4297 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19L13 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19L9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 19L17 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 19L21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M5 10L5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.80844 9.28111C5.43534 9.76037 5.2488 10 5 10C4.7512 10 4.56466 9.76037 4.19156 9.28112L3.44578 8.32312C2.37255 6.94451 1.83594 6.25521 2.04429 5.68812C2.06552 5.63034 2.0916 5.57458 2.12224 5.52145C2.423 5 3.282 5 5 5C6.718 5 7.577 5 7.87776 5.52145C7.9084 5.57458 7.93448 5.63034 7.95571 5.68812C8.16406 6.25521 7.62745 6.94451 6.55422 8.32312L5.80844 9.28111Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.4297 9L12.4297 15M18.4297 15L12.4297 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 19L13 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 19L9 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16 19L17 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20 19L21 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-signal-no-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 19L18 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 19L10.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 5L7.5 13M15.5 13L7.5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M21 19L18 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5 19L10.5 19%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M6 19H3%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15.5 5L7.5 13M15.5 13L7.5 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-smartphone-lost-wifi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 6C6.37274 6.02975 5.43781 6.1682 4.80546 6.81237C4 7.63289 4 8.9535 4 11.5947V16.3971C4 19.0384 4 20.359 4.80546 21.1795C5.61091 22 6.90728 22 9.5 22C12.0927 22 13.3891 22 14.1945 21.1795C15 20.359 15 19.0384 15 16.3971V13.4958%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19H9.50898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.4733 3.2654C20.7946 3.5268 20.8432 3.99919 20.5818 4.3205C20.3204 4.64182 19.848 4.69039 19.5267 4.42899L20.4733 3.2654ZM10.4744 4.43916C10.1536 4.70117 9.68111 4.65349 9.41911 4.33267C9.1571 4.01185 9.20477 3.53938 9.52559 3.27737L10.4744 4.43916ZM12.679 7.6364C12.3275 7.85558 11.8649 7.74833 11.6458 7.39685C11.4266 7.04537 11.5338 6.58277 11.8853 6.3636L12.679 7.6364ZM14.5509 2.76548C14.1377 2.79361 13.7799 2.48141 13.7517 2.06815C13.7236 1.6549 14.0358 1.29708 14.4491 1.26894L14.5509 2.76548ZM11.2701 2.14359C11.6407 1.95844 12.0911 2.10873 12.2763 2.47926C12.4614 2.84979 12.3111 3.30026 11.9406 3.4854L11.2701 2.14359ZM15.0068 1.25C17.0406 1.25 18.9193 2.00117 20.4733 3.2654L19.5267 4.42899C18.2086 3.35669 16.6572 2.75 15.0068 2.75V1.25ZM11.8853 6.3636C12.8149 5.7839 13.8765 5.45085 15.0068 5.45085V6.95085C14.1788 6.95085 13.3897 7.19327 12.679 7.6364L11.8853 6.3636ZM14.4491 1.26894C14.6338 1.25637 14.8197 1.25 15.0068 1.25V2.75C14.8538 2.75 14.7018 2.75521 14.5509 2.76548L14.4491 1.26894ZM9.52559 3.27737C10.0692 2.83339 10.6529 2.45199 11.2701 2.14359L11.9406 3.4854C11.4276 3.74176 10.9366 4.06166 10.4744 4.43916L9.52559 3.27737Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 2L18 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 10H15.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 6C6.37274 6.02975 5.43781 6.1682 4.80546 6.81237C4 7.63289 4 8.9535 4 11.5947V16.3971C4 19.0384 4 20.359 4.80546 21.1795C5.61091 22 6.90728 22 9.5 22C12.0927 22 13.3891 22 14.1945 21.1795C15 20.359 15 19.0384 15 16.3971V13.4958%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19H9.50898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M20.4733 3.2654C20.7946 3.5268 20.8432 3.99919 20.5818 4.3205C20.3204 4.64182 19.848 4.69039 19.5267 4.42899L20.4733 3.2654ZM10.4744 4.43916C10.1536 4.70117 9.68111 4.65349 9.41911 4.33267C9.1571 4.01185 9.20477 3.53938 9.52559 3.27737L10.4744 4.43916ZM12.679 7.6364C12.3275 7.85558 11.8649 7.74833 11.6458 7.39685C11.4266 7.04537 11.5338 6.58277 11.8853 6.3636L12.679 7.6364ZM14.5509 2.76548C14.1377 2.79361 13.7799 2.48141 13.7517 2.06815C13.7236 1.6549 14.0358 1.29708 14.4491 1.26894L14.5509 2.76548ZM11.2701 2.14359C11.6407 1.95844 12.0911 2.10873 12.2763 2.47926C12.4614 2.84979 12.3111 3.30026 11.9406 3.4854L11.2701 2.14359ZM15.0068 1.25C17.0406 1.25 18.9193 2.00117 20.4733 3.2654L19.5267 4.42899C18.2086 3.35669 16.6572 2.75 15.0068 2.75V1.25ZM11.8853 6.3636C12.8149 5.7839 13.8765 5.45085 15.0068 5.45085V6.95085C14.1788 6.95085 13.3897 7.19327 12.679 7.6364L11.8853 6.3636ZM14.4491 1.26894C14.6338 1.25637 14.8197 1.25 15.0068 1.25V2.75C14.8538 2.75 14.7018 2.75521 14.5509 2.76548L14.4491 1.26894ZM9.52559 3.27737C10.0692 2.83339 10.6529 2.45199 11.2701 2.14359L11.9406 3.4854C11.4276 3.74176 10.9366 4.06166 10.4744 4.43916L9.52559 3.27737Z%22 fill%3D%22black%22%2F%3E%0A%3Cpath d%3D%22M11 2L18 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 10H15.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-smartphone-wifi{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 6C6.37274 6.02975 5.43781 6.1682 4.80546 6.81237C4 7.63289 4 8.9535 4 11.5947V16.3971C4 19.0384 4 20.359 4.80546 21.1795C5.61091 22 6.90728 22 9.5 22C12.0927 22 13.3891 22 14.1945 21.1795C15 20.359 15 19.0384 15 16.3971V13.4958%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19H9.50898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 3.8472C11.436 2.67893 13.1511 2 14.9932 2C16.8411 2 18.5612 2.68322 20 3.85827M17.7178 7C16.8977 6.48859 15.9724 6.20085 14.9932 6.20085C14.019 6.20085 13.098 6.4857 12.281 6.99231%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 10H15.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 6C6.37274 6.02975 5.43781 6.1682 4.80546 6.81237C4 7.63289 4 8.9535 4 11.5947V16.3971C4 19.0384 4 20.359 4.80546 21.1795C5.61091 22 6.90728 22 9.5 22C12.0927 22 13.3891 22 14.1945 21.1795C15 20.359 15 19.0384 15 16.3971V13.4958%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9.5 19H9.50898%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M10 3.8472C11.436 2.67893 13.1511 2 14.9932 2C16.8411 2 18.5612 2.68322 20 3.85827M17.7178 7C16.8977 6.48859 15.9724 6.20085 14.9932 6.20085C14.019 6.20085 13.098 6.4857 12.281 6.99231%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 10H15.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 14.5C10.25 12.5 13.75 12.5 15.75 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 11.5C14.7324 8.16667 9.5 8.16667 5.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8.5C8.31579 3.16669 15.6842 3.16668 22 8.49989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2218%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 14.5C10.25 12.5 13.75 12.5 15.75 14.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 11.5C14.7324 8.16667 9.5 8.16667 5.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8.5C8.31579 3.16669 15.6842 3.16668 22 8.49989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2218%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 18.5H12.0118%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.25 15.5C10.25 13.5 13.75 13.5 15.75 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12.5C14.7324 9.16667 9.5 9.16667 5.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9.5C8.31579 4.16669 15.6842 4.16668 22 9.49989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 18.5H12.0118%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.25 15.5C10.25 13.5 13.75 13.5 15.75 15.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12.5C14.7324 9.16667 9.5 9.16667 5.5 12.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9.5C8.31579 4.16669 15.6842 4.16668 22 9.49989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-circle{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 10.3136C9.14883 9.48279 10.5209 9 11.9946 9C13.4729 9 14.849 9.48584 16 10.3214M14.1743 13C13.5182 12.6363 12.7779 12.4317 11.9946 12.4317C11.2152 12.4317 10.4784 12.6343 9.82477 12.9945%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16H12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 10.3136C9.14883 9.48279 10.5209 9 11.9946 9C13.4729 9 14.849 9.48584 16 10.3214M14.1743 13C13.5182 12.6363 12.7779 12.4317 11.9946 12.4317C11.2152 12.4317 10.4784 12.6343 9.82477 12.9945%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16H12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-connected-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 20.5C11.0173 20.5 10.2863 19.503 8.82421 17.509L3.48742 9.73059C2.40801 8.25847 1.86831 7.52241 2.02741 6.57659C2.18651 5.63078 2.81754 5.2161 4.07962 4.38675C6.38289 2.87318 9.0958 2 12 2C14.9042 2 17.6171 2.87318 19.9204 4.38675C21.1825 5.2161 21.8135 5.63078 21.9726 6.57659C22.1317 7.52241 21.592 8.25847 20.5126 9.73059L16 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 13C14.6871 10.3333 9.31293 10.3333 5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 10C15.4548 6 8.54519 6 3 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 16C13.465 14.6667 10.535 14.6667 8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19C14 19 15 19 16 21C16 21 19.1765 16 22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 20.5C11.0173 20.5 10.2863 19.503 8.82421 17.509L3.48742 9.73059C2.40801 8.25847 1.86831 7.52241 2.02741 6.57659C2.18651 5.63078 2.81754 5.2161 4.07962 4.38675C6.38289 2.87318 9.0958 2 12 2C14.9042 2 17.6171 2.87318 19.9204 4.38675C21.1825 5.2161 21.8135 5.63078 21.9726 6.57659C22.1317 7.52241 21.592 8.25847 20.5126 9.73059L16 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M19 13C14.6871 10.3333 9.31293 10.3333 5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 10C15.4548 6 8.54519 6 3 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 16C13.465 14.6667 10.535 14.6667 8 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M14 19C14 19 15 19 16 21C16 21 19.1765 16 22 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-connected-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 11.5C14.7324 8.16667 9.5 8.16667 5.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8C8.31579 2.66669 15.6842 2.66668 22 7.99989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 18.0001C9 18.0001 10 18.0001 11 20.0001C11 20.0001 13.4766 16.1017 16 14.501%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 11.5C14.7324 8.16667 9.5 8.16667 5.5 11.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8C8.31579 2.66669 15.6842 2.66668 22 7.99989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M9 18.0001C9 18.0001 10 18.0001 11 20.0001C11 20.0001 13.4766 16.1017 16 14.501%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-connected-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 20H12.0118%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.25 17C10.25 15 13.75 15 15.75 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 14C14.7324 10.6667 9.5 10.6667 5.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11C5.15789 8.33335 8.57895 7.00002 12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7.49908C15 7.49908 16 7.49908 17 9.49908C17 9.49908 19.4766 5.60074 22 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 20H12.0118%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.25 17C10.25 15 13.75 15 15.75 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 14C14.7324 10.6667 9.5 10.6667 5.5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 11C5.15789 8.33335 8.57895 7.00002 12 7%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M15 7.49908C15 7.49908 16 7.49908 17 9.49908C17 9.49908 19.4766 5.60074 22 4%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-disconnected-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 15.9996C9.36651 15.1331 10.4207 14.642 11.5 14.5264%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 12.5C8.67327 9.32673 12.6221 8.67087 16 10.5324%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8.5C8.31579 3.16669 15.6842 3.16668 22 8.49989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.0002 13.5L15.0002 19.5M21.0002 19.5L15.0002 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 15.9996C9.36651 15.1331 10.4207 14.642 11.5 14.5264%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 12.5C8.67327 9.32673 12.6221 8.67087 16 10.5324%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8.5C8.31579 3.16669 15.6842 3.16668 22 8.49989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.0002 13.5L15.0002 19.5M21.0002 19.5L15.0002 13.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-disconnected-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5002 15L9.50016 20M14.5002 20L9.50016 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 13C14.7324 9 9.5 9 5.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8C8.31579 2.66669 15.6842 2.66668 22 7.99989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M14.5002 15L9.50016 20M14.5002 20L9.50016 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 13C14.7324 9 9.5 9 5.5 13%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8C8.31579 2.66669 15.6842 2.66668 22 7.99989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-disconnected-03{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 18H12.0118%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.25 15C10.25 13 13.75 13 15.75 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12C18.4235 11.9323 18.3464 11.866 18.2687 11.801M5.5 12C8.06378 9.86352 11.1338 9.0964 14 9.69866%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9C5.46566 6.07345 9.24828 4.75279 13 5.03799%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0002 5L16.0002 11M22.0002 11L16.0002 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 18H12.0118%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.25 15C10.25 13 13.75 13 15.75 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12C18.4235 11.9323 18.3464 11.866 18.2687 11.801M5.5 12C8.06378 9.86352 11.1338 9.0964 14 9.69866%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9C5.46566 6.07345 9.24828 4.75279 13 5.03799%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22.0002 5L16.0002 11M22.0002 11L16.0002 5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-disconnected-04{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21C11.0173 21 10.2863 20.003 8.82421 18.009L3.48742 10.7306C2.40801 9.25847 1.86831 8.52241 2.02741 7.57659C2.18651 6.63078 2.81754 6.2161 4.07962 5.38675C6.38289 3.87318 9.0958 3 12 3C14.9042 3 17.6171 3.87318 19.9204 5.38675C21.1825 6.2161 21.8135 6.63078 21.9726 7.57659C22.1317 8.52241 21.592 9.25847 20.5126 10.7306L19 12.6988%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.0002 15L15.0002 21M21.0002 21L15.0002 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 21C11.0173 21 10.2863 20.003 8.82421 18.009L3.48742 10.7306C2.40801 9.25847 1.86831 8.52241 2.02741 7.57659C2.18651 6.63078 2.81754 6.2161 4.07962 5.38675C6.38289 3.87318 9.0958 3 12 3C14.9042 3 17.6171 3.87318 19.9204 5.38675C21.1825 6.2161 21.8135 6.63078 21.9726 7.57659C22.1317 8.52241 21.592 9.25847 20.5126 10.7306L19 12.6988%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M21.0002 15L15.0002 21M21.0002 21L15.0002 15%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-error-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 9.99822C14.7324 6.66596 9.5 6.66596 5.5 9.99822%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6.99872C8.31579 1.66712 15.6842 1.66711 22 6.99861%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9929 14.9854V16.4966M11.9929 18.4674V18.4985M12.1439 12.0076C12.4929 11.9943 13.3745 12.1632 14.2344 13.6826L16.3879 17.3744C17.2104 18.5923 17.6149 20.778 14.5868 20.9419L11.9995 21.0003L9.38361 20.9261C6.35557 20.7622 6.82158 18.5939 7.58254 17.3586L9.73603 13.6669C10.596 12.1474 11.4776 11.9786 11.8266 11.9919L12.1439 12.0076Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M18.5 9.99822C14.7324 6.66596 9.5 6.66596 5.5 9.99822%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 6.99872C8.31579 1.66712 15.6842 1.66711 22 6.99861%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11.9929 14.9854V16.4966M11.9929 18.4674V18.4985M12.1439 12.0076C12.4929 11.9943 13.3745 12.1632 14.2344 13.6826L16.3879 17.3744C17.2104 18.5923 17.6149 20.778 14.5868 20.9419L11.9995 21.0003L9.38361 20.9261C6.35557 20.7622 6.82158 18.5939 7.58254 17.3586L9.73603 13.6669C10.596 12.1474 11.4776 11.9786 11.8266 11.9919L12.1439 12.0076Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-error-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 17C8.67265 16.5774 9.16229 16.244 9.6906 16M15.75 17C15.3274 16.5774 14.8377 16.244 14.3094 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 14C17.4308 13.0692 16.2435 12.4025 15 12M5.5 14C6.59299 13.1038 7.778 12.4524 9 12.046%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10.9999C3.92227 9.37665 5.94206 8.13515 8 7.5M22 10.9998C20.0778 9.3766 18.0579 8.13513 16 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20H12.0118%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5864 4.32708C12.6577 3.89098 11.3422 3.89096 10.4136 4.32708C10.0852 4.48128 9.95517 4.84472 10.0135 5.19151L12 17L13.9865 5.19153C14.0448 4.84473 13.9148 4.48128 13.5864 4.32708Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.25 17C8.67265 16.5774 9.16229 16.244 9.6906 16M15.75 17C15.3274 16.5774 14.8377 16.244 14.3094 16%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 14C17.4308 13.0692 16.2435 12.4025 15 12M5.5 14C6.59299 13.1038 7.778 12.4524 9 12.046%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 10.9999C3.92227 9.37665 5.94206 8.13515 8 7.5M22 10.9998C20.0778 9.3766 18.0579 8.13513 16 7.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 20H12.0118%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M13.5864 4.32708C12.6577 3.89098 11.3422 3.89096 10.4136 4.32708C10.0852 4.48128 9.95517 4.84472 10.0135 5.19151L12 17L13.9865 5.19153C14.0448 4.84473 13.9148 4.48128 13.5864 4.32708Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-full-signal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5126 10.7306L15.1758 18.009C13.7137 20.003 12.9827 21 12 21C11.0173 21 10.2863 20.003 8.82421 18.009L3.48742 10.7306C2.40801 9.25847 1.86831 8.52241 2.02741 7.57659C2.18651 6.63078 2.81754 6.2161 4.07962 5.38675C6.38289 3.87318 9.0958 3 12 3C14.9042 3 17.6171 3.87318 19.9204 5.38675C21.1825 6.2161 21.8135 6.63078 21.9726 7.57659C22.1317 8.52241 21.592 9.25847 20.5126 10.7306Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 14C14.6871 11.3333 9.31293 11.3333 5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 11C15.4548 7 8.54519 7 3 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 17C13.465 15.6667 10.535 15.6667 8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5126 10.7306L15.1758 18.009C13.7137 20.003 12.9827 21 12 21C11.0173 21 10.2863 20.003 8.82421 18.009L3.48742 10.7306C2.40801 9.25847 1.86831 8.52241 2.02741 7.57659C2.18651 6.63078 2.81754 6.2161 4.07962 5.38675C6.38289 3.87318 9.0958 3 12 3C14.9042 3 17.6171 3.87318 19.9204 5.38675C21.1825 6.2161 21.8135 6.63078 21.9726 7.57659C22.1317 8.52241 21.592 9.25847 20.5126 10.7306Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 14C14.6871 11.3333 9.31293 11.3333 5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M21 11C15.4548 7 8.54519 7 3 11%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 17C13.465 15.6667 10.535 15.6667 8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-location{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C16.8706 2 21 6.03298 21 10.9258C21 15.8965 16.8033 19.3847 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 6.03298 7.12944 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 9.47776C9.14883 8.54314 10.5209 8 11.9946 8C13.4729 8 14.849 8.54657 16 9.48661M14.1743 12C13.5182 11.5909 12.7779 11.3607 11.9946 11.3607C11.2152 11.3607 10.4784 11.5886 9.82477 11.9938%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15H12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 2C16.8706 2 21 6.03298 21 10.9258C21 15.8965 16.8033 19.3847 12.927 21.7567C12.6445 21.9162 12.325 22 12 22C11.675 22 11.3555 21.9162 11.073 21.7567C7.2039 19.3616 3 15.9137 3 10.9258C3 6.03298 7.12944 2 12 2Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 9.47776C9.14883 8.54314 10.5209 8 11.9946 8C13.4729 8 14.849 8.54657 16 9.48661M14.1743 12C13.5182 11.5909 12.7779 11.3607 11.9946 11.3607C11.2152 11.3607 10.4784 11.5886 9.82477 11.9938%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 15H12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-lock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 15.5C9.76795 14.2321 11.4378 13.7679 13 14.1077%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 12C8.67327 8.85033 12.1221 8.16715 15.5 10.0149%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8C8.31579 2.66669 15.6842 2.66668 22 7.99989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0803 20.8573L15.7761 21.5428L15.7761 21.5428L16.0803 20.8573ZM15.1332 19.8425L14.4337 20.113H14.4337L15.1332 19.8425ZM21.8668 19.8425L22.5663 20.113L22.5663 20.113L21.8668 19.8425ZM20.9197 20.8573L21.2239 21.5428L21.2239 21.5428L20.9197 20.8573ZM20.9197 15.5177L21.2239 14.8322L20.9197 15.5177ZM21.8668 16.5325L22.5663 16.262L22.5663 16.262L21.8668 16.5325ZM16.0803 15.5177L15.7761 14.8322L16.0803 15.5177ZM15.1332 16.5325L14.4337 16.262L15.1332 16.5325ZM16 15.375C16 15.7892 16.3358 16.125 16.75 16.125C17.1642 16.125 17.5 15.7892 17.5 15.375H16ZM19.5 15.375C19.5 15.7892 19.8358 16.125 20.25 16.125C20.6642 16.125 21 15.7892 21 15.375H19.5ZM17.625 16.125H19.375V14.625H17.625V16.125ZM19.375 20.25H17.625V21.75H19.375V20.25ZM17.625 20.25C17.2063 20.25 16.9325 20.2495 16.7222 20.2342C16.5196 20.2193 16.4338 20.1936 16.3845 20.1718L15.7761 21.5428C16.0484 21.6637 16.3272 21.7093 16.6128 21.7302C16.8905 21.7505 17.2283 21.75 17.625 21.75V20.25ZM14.25 18.1875C14.25 18.6147 14.2496 18.9702 14.2682 19.2611C14.2871 19.5577 14.3278 19.839 14.4337 20.113L15.8328 19.5721C15.8054 19.5014 15.7795 19.3921 15.7651 19.1658C15.7504 18.9336 15.75 18.6339 15.75 18.1875H14.25ZM16.3845 20.1718C16.1471 20.0664 15.9427 19.8566 15.8328 19.5721L14.4337 20.113C14.6789 20.7474 15.1559 21.2676 15.7761 21.5428L16.3845 20.1718ZM21.25 18.1875C21.25 18.6339 21.2496 18.9336 21.2349 19.1658C21.2205 19.3921 21.1946 19.5014 21.1672 19.5721L22.5663 20.113C22.6722 19.839 22.7129 19.5577 22.7318 19.2611C22.7504 18.9702 22.75 18.6147 22.75 18.1875H21.25ZM19.375 21.75C19.7717 21.75 20.1095 21.7505 20.3872 21.7302C20.6728 21.7093 20.9516 21.6637 21.2239 21.5428L20.6155 20.1718C20.5662 20.1936 20.4804 20.2193 20.2778 20.2342C20.0675 20.2495 19.7937 20.25 19.375 20.25V21.75ZM21.1672 19.5721C21.0573 19.8566 20.8529 20.0664 20.6155 20.1718L21.2239 21.5428C21.8441 21.2676 22.3211 20.7474 22.5663 20.113L21.1672 19.5721ZM19.375 16.125C19.7937 16.125 20.0675 16.1255 20.2778 16.1408C20.4804 16.1557 20.5662 16.1814 20.6155 16.2032L21.2239 14.8322C20.9516 14.7113 20.6728 14.6657 20.3872 14.6448C20.1095 14.6245 19.7717 14.625 19.375 14.625V16.125ZM22.75 18.1875C22.75 17.7603 22.7504 17.4048 22.7318 17.1139C22.7129 16.8173 22.6722 16.536 22.5663 16.262L21.1672 16.8029C21.1946 16.8736 21.2205 16.9829 21.2349 17.2092C21.2496 17.4414 21.25 17.7411 21.25 18.1875H22.75ZM20.6155 16.2032C20.8529 16.3086 21.0573 16.5184 21.1672 16.8029L22.5663 16.262C22.3211 15.6277 21.8441 15.1074 21.2239 14.8322L20.6155 16.2032ZM17.625 14.625C17.2283 14.625 16.8905 14.6245 16.6128 14.6448C16.3272 14.6657 16.0484 14.7113 15.7761 14.8322L16.3845 16.2032C16.4338 16.1814 16.5196 16.1557 16.7222 16.1408C16.9325 16.1255 17.2063 16.125 17.625 16.125V14.625ZM15.75 18.1875C15.75 17.7411 15.7504 17.4414 15.7651 17.2092C15.7795 16.9829 15.8054 16.8736 15.8328 16.8029L14.4337 16.262C14.3278 16.536 14.2871 16.8173 14.2682 17.1139C14.2496 17.4048 14.25 17.7603 14.25 18.1875H15.75ZM15.7761 14.8322C15.1559 15.1074 14.6789 15.6277 14.4337 16.262L15.8328 16.8029C15.9427 16.5184 16.1471 16.3086 16.3845 16.2032L15.7761 14.8322ZM17.5 15.375V13.6875H16V15.375H17.5ZM19.5 13.6875V15.375H21V13.6875H19.5ZM18.5 12.75C19.0782 12.75 19.5 13.1952 19.5 13.6875H21C21 12.3158 19.8548 11.25 18.5 11.25V12.75ZM17.5 13.6875C17.5 13.1952 17.9218 12.75 18.5 12.75V11.25C17.1452 11.25 16 12.3158 16 13.6875H17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 15.5C9.76795 14.2321 11.4378 13.7679 13 14.1077%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 12C8.67327 8.85033 12.1221 8.16715 15.5 10.0149%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8C8.31579 2.66669 15.6842 2.66668 22 7.99989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.0803 20.8573L15.7761 21.5428L15.7761 21.5428L16.0803 20.8573ZM15.1332 19.8425L14.4337 20.113H14.4337L15.1332 19.8425ZM21.8668 19.8425L22.5663 20.113L22.5663 20.113L21.8668 19.8425ZM20.9197 20.8573L21.2239 21.5428L21.2239 21.5428L20.9197 20.8573ZM20.9197 15.5177L21.2239 14.8322L20.9197 15.5177ZM21.8668 16.5325L22.5663 16.262L22.5663 16.262L21.8668 16.5325ZM16.0803 15.5177L15.7761 14.8322L16.0803 15.5177ZM15.1332 16.5325L14.4337 16.262L15.1332 16.5325ZM16 15.375C16 15.7892 16.3358 16.125 16.75 16.125C17.1642 16.125 17.5 15.7892 17.5 15.375H16ZM19.5 15.375C19.5 15.7892 19.8358 16.125 20.25 16.125C20.6642 16.125 21 15.7892 21 15.375H19.5ZM17.625 16.125H19.375V14.625H17.625V16.125ZM19.375 20.25H17.625V21.75H19.375V20.25ZM17.625 20.25C17.2063 20.25 16.9325 20.2495 16.7222 20.2342C16.5196 20.2193 16.4338 20.1936 16.3845 20.1718L15.7761 21.5428C16.0484 21.6637 16.3272 21.7093 16.6128 21.7302C16.8905 21.7505 17.2283 21.75 17.625 21.75V20.25ZM14.25 18.1875C14.25 18.6147 14.2496 18.9702 14.2682 19.2611C14.2871 19.5577 14.3278 19.839 14.4337 20.113L15.8328 19.5721C15.8054 19.5014 15.7795 19.3921 15.7651 19.1658C15.7504 18.9336 15.75 18.6339 15.75 18.1875H14.25ZM16.3845 20.1718C16.1471 20.0664 15.9427 19.8566 15.8328 19.5721L14.4337 20.113C14.6789 20.7474 15.1559 21.2676 15.7761 21.5428L16.3845 20.1718ZM21.25 18.1875C21.25 18.6339 21.2496 18.9336 21.2349 19.1658C21.2205 19.3921 21.1946 19.5014 21.1672 19.5721L22.5663 20.113C22.6722 19.839 22.7129 19.5577 22.7318 19.2611C22.7504 18.9702 22.75 18.6147 22.75 18.1875H21.25ZM19.375 21.75C19.7717 21.75 20.1095 21.7505 20.3872 21.7302C20.6728 21.7093 20.9516 21.6637 21.2239 21.5428L20.6155 20.1718C20.5662 20.1936 20.4804 20.2193 20.2778 20.2342C20.0675 20.2495 19.7937 20.25 19.375 20.25V21.75ZM21.1672 19.5721C21.0573 19.8566 20.8529 20.0664 20.6155 20.1718L21.2239 21.5428C21.8441 21.2676 22.3211 20.7474 22.5663 20.113L21.1672 19.5721ZM19.375 16.125C19.7937 16.125 20.0675 16.1255 20.2778 16.1408C20.4804 16.1557 20.5662 16.1814 20.6155 16.2032L21.2239 14.8322C20.9516 14.7113 20.6728 14.6657 20.3872 14.6448C20.1095 14.6245 19.7717 14.625 19.375 14.625V16.125ZM22.75 18.1875C22.75 17.7603 22.7504 17.4048 22.7318 17.1139C22.7129 16.8173 22.6722 16.536 22.5663 16.262L21.1672 16.8029C21.1946 16.8736 21.2205 16.9829 21.2349 17.2092C21.2496 17.4414 21.25 17.7411 21.25 18.1875H22.75ZM20.6155 16.2032C20.8529 16.3086 21.0573 16.5184 21.1672 16.8029L22.5663 16.262C22.3211 15.6277 21.8441 15.1074 21.2239 14.8322L20.6155 16.2032ZM17.625 14.625C17.2283 14.625 16.8905 14.6245 16.6128 14.6448C16.3272 14.6657 16.0484 14.7113 15.7761 14.8322L16.3845 16.2032C16.4338 16.1814 16.5196 16.1557 16.7222 16.1408C16.9325 16.1255 17.2063 16.125 17.625 16.125V14.625ZM15.75 18.1875C15.75 17.7411 15.7504 17.4414 15.7651 17.2092C15.7795 16.9829 15.8054 16.8736 15.8328 16.8029L14.4337 16.262C14.3278 16.536 14.2871 16.8173 14.2682 17.1139C14.2496 17.4048 14.25 17.7603 14.25 18.1875H15.75ZM15.7761 14.8322C15.1559 15.1074 14.6789 15.6277 14.4337 16.262L15.8328 16.8029C15.9427 16.5184 16.1471 16.3086 16.3845 16.2032L15.7761 14.8322ZM17.5 15.375V13.6875H16V15.375H17.5ZM19.5 13.6875V15.375H21V13.6875H19.5ZM18.5 12.75C19.0782 12.75 19.5 13.1952 19.5 13.6875H21C21 12.3158 19.8548 11.25 18.5 11.25V12.75ZM17.5 13.6875C17.5 13.1952 17.9218 12.75 18.5 12.75V11.25C17.1452 11.25 16 12.3158 16 13.6875H17.5Z%22 fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-low-signal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5126 10.7306L15.1758 18.009C13.7137 20.003 12.9827 21 12 21C11.0173 21 10.2863 20.003 8.82421 18.009L3.48742 10.7306C2.40801 9.25847 1.86831 8.52241 2.02741 7.57659C2.18651 6.63078 2.81754 6.2161 4.07962 5.38675C6.38289 3.87318 9.0958 3 12 3C14.9042 3 17.6171 3.87318 19.9204 5.38675C21.1825 6.2161 21.8135 6.63078 21.9726 7.57659C22.1317 8.52241 21.592 9.25847 20.5126 10.7306Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 17C13.465 15.6667 10.535 15.6667 8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5126 10.7306L15.1758 18.009C13.7137 20.003 12.9827 21 12 21C11.0173 21 10.2863 20.003 8.82421 18.009L3.48742 10.7306C2.40801 9.25847 1.86831 8.52241 2.02741 7.57659C2.18651 6.63078 2.81754 6.2161 4.07962 5.38675C6.38289 3.87318 9.0958 3 12 3C14.9042 3 17.6171 3.87318 19.9204 5.38675C21.1825 6.2161 21.8135 6.63078 21.9726 7.57659C22.1317 8.52241 21.592 9.25847 20.5126 10.7306Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 17C13.465 15.6667 10.535 15.6667 8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-medium-signal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5126 10.7306L15.1758 18.009C13.7137 20.003 12.9827 21 12 21C11.0173 21 10.2863 20.003 8.82421 18.009L3.48742 10.7306C2.40801 9.25847 1.86831 8.52241 2.02741 7.57659C2.18651 6.63078 2.81754 6.2161 4.07962 5.38675C6.38289 3.87318 9.0958 3 12 3C14.9042 3 17.6171 3.87318 19.9204 5.38675C21.1825 6.2161 21.8135 6.63078 21.9726 7.57659C22.1317 8.52241 21.592 9.25847 20.5126 10.7306Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 14C14.6871 11.3333 9.31293 11.3333 5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 17C13.465 15.6667 10.535 15.6667 8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5126 10.7306L15.1758 18.009C13.7137 20.003 12.9827 21 12 21C11.0173 21 10.2863 20.003 8.82421 18.009L3.48742 10.7306C2.40801 9.25847 1.86831 8.52241 2.02741 7.57659C2.18651 6.63078 2.81754 6.2161 4.07962 5.38675C6.38289 3.87318 9.0958 3 12 3C14.9042 3 17.6171 3.87318 19.9204 5.38675C21.1825 6.2161 21.8135 6.63078 21.9726 7.57659C22.1317 8.52241 21.592 9.25847 20.5126 10.7306Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M19 14C14.6871 11.3333 9.31293 11.3333 5 14%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M16 17C13.465 15.6667 10.535 15.6667 8 17%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-no-signal{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5126 10.8011L15.1758 17.6752C13.7137 19.5584 12.9827 20.5 12 20.5C11.0173 20.5 10.2863 19.5584 8.82421 17.6752L3.48742 10.8011C2.40801 9.41078 1.86831 8.71561 2.02741 7.82234C2.18651 6.92907 2.81754 6.53743 4.07962 5.75415C6.38289 4.32467 9.0958 3.5 12 3.5C14.9042 3.5 17.6171 4.32467 19.9204 5.75415C21.1825 6.53743 21.8135 6.92907 21.9726 7.82234C22.1317 8.71561 21.592 9.41078 20.5126 10.8011Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M20.5126 10.8011L15.1758 17.6752C13.7137 19.5584 12.9827 20.5 12 20.5C11.0173 20.5 10.2863 19.5584 8.82421 17.6752L3.48742 10.8011C2.40801 9.41078 1.86831 8.71561 2.02741 7.82234C2.18651 6.92907 2.81754 6.53743 4.07962 5.75415C6.38289 4.32467 9.0958 3.5 12 3.5C14.9042 3.5 17.6171 4.32467 19.9204 5.75415C21.1825 6.53743 21.8135 6.92907 21.9726 7.82234C22.1317 8.71561 21.592 9.41078 20.5126 10.8011Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-off-01{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 14.5C9.62137 13.3944 10.9643 12.887 12.5 13.0212%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 11.4999C17.0073 10.1793 15.2848 9.2742 13.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 11.5C6.59299 10.5892 7.778 9.91306 9 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8.49989C18.0717 5.18273 13.7362 3.92879 9.5 4.73808%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8.5C3.22409 7.46632 4.5 6.5 5.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2218%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 14.5C9.62137 13.3944 10.9643 12.887 12.5 13.0212%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 11.4999C17.0073 10.1793 15.2848 9.2742 13.5 9%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 11.5C6.59299 10.5892 7.778 9.91306 9 9.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 8.49989C18.0717 5.18273 13.7362 3.92879 9.5 4.73808%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8.5C3.22409 7.46632 4.5 6.5 5.5 6%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Ccircle cx%3D%2212%22 cy%3D%2218%22 r%3D%221.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-off-02{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 18.5H12.0118%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15.5C10.1286 13.8714 12.502 13.569 14.5 14.5928%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 12.5001C7 11 8.42668 10.3536 10 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12.5001C17.0073 11.1795 15.2848 10.2742 13.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9.49989C3.5 8 4.96138 7.16241 6.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9.49989C18.0717 6.18273 13.7362 4.92879 9.5 5.73808%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M12 18.5H12.0118%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8.5 15.5C10.1286 13.8714 12.502 13.569 14.5 14.5928%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 12.5001C7 11 8.42668 10.3536 10 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M18.5 12.5001C17.0073 11.1795 15.2848 10.2742 13.5 10%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 9.49989C3.5 8 4.96138 7.16241 6.5 6.5%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M22 9.49989C18.0717 6.18273 13.7362 4.92879 9.5 5.73808%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 2L22 22%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-square{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 10.3136C9.14883 9.48279 10.5209 9 11.9946 9C13.4729 9 14.849 9.48584 16 10.3214M14.1743 13C13.5182 12.6363 12.7779 12.4317 11.9946 12.4317C11.2152 12.4317 10.4784 12.6343 9.82477 12.9945%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16H12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3Cpath d%3D%22M8 10.3136C9.14883 9.48279 10.5209 9 11.9946 9C13.4729 9 14.849 9.48584 16 10.3214M14.1743 13C13.5182 12.6363 12.7779 12.4317 11.9946 12.4317C11.2152 12.4317 10.4784 12.6343 9.82477 12.9945%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 16H12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wifi-unlock{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 15.5C9.76795 14.2321 11.4378 13.7679 13 14.1077%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 12C8.67327 8.85033 12.1221 8.16715 15.5 10.0149%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8C8.31579 2.66669 15.6842 2.66668 22 7.99989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5312 15.36V13.9523C16.5312 12.8741 17.4127 12 18.5 12C18.9887 12 19.4359 12.1766 19.7801 12.469M17.8437 21H19.1563C20.1777 21 20.6884 21 21.0749 20.7951C21.3802 20.6333 21.6302 20.3854 21.7934 20.0827C22 19.6993 22 19.1929 22 18.18C22 17.1671 22 16.6607 21.7934 16.2773C21.6302 15.9746 21.3802 15.7267 21.0749 15.5649C20.6884 15.36 20.1777 15.36 19.1563 15.36H17.8437C16.8223 15.36 16.3116 15.36 15.9251 15.5649C15.6198 15.7267 15.3698 15.9746 15.2066 16.2773C15 16.6607 15 17.1671 15 18.18C15 19.1929 15 19.6993 15.2066 20.0827C15.3698 20.3854 15.6198 20.6333 15.9251 20.7951C16.3116 21 16.8223 21 17.8437 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8.5 15.5C9.76795 14.2321 11.4378 13.7679 13 14.1077%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M5.5 12C8.67327 8.85033 12.1221 8.16715 15.5 10.0149%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2 8C8.31579 2.66669 15.6842 2.66668 22 7.99989%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M16.5312 15.36V13.9523C16.5312 12.8741 17.4127 12 18.5 12C18.9887 12 19.4359 12.1766 19.7801 12.469M17.8437 21H19.1563C20.1777 21 20.6884 21 21.0749 20.7951C21.3802 20.6333 21.6302 20.3854 21.7934 20.0827C22 19.6993 22 19.1929 22 18.18C22 17.1671 22 16.6607 21.7934 16.2773C21.6302 15.9746 21.3802 15.7267 21.0749 15.5649C20.6884 15.36 20.1777 15.36 19.1563 15.36H17.8437C16.8223 15.36 16.3116 15.36 15.9251 15.5649C15.6198 15.7267 15.3698 15.9746 15.2066 16.2773C15 16.6607 15 17.1671 15 18.18C15 19.1929 15 19.6993 15.2066 20.0827C15.3698 20.3854 15.6198 20.6333 15.9251 20.7951C16.3116 21 16.8223 21 17.8437 21Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wireless-cloud-access{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.39801L17.5 8.39795C19.9853 8.39795 22 10.3784 22 12.8214C22 14.3551 21.206 15.7065 20 16.5M17.4776 8.39801C17.4924 8.23611 17.5 8.07215 17.5 7.90646C17.5 4.92055 15.0376 2.5 12 2.5C9.12324 2.5 6.76233 4.67106 6.52042 7.43728M17.4776 8.39801C17.3753 9.51316 16.9286 10.5307 16.2428 11.3469M6.52042 7.43728C3.98398 7.67454 2 9.77448 2 12.3299C2 14.0886 2.93963 15.6315 4.35232 16.5M6.52042 7.43728C6.67826 7.42251 6.83823 7.41496 7 7.41496C8.12582 7.41496 9.16474 7.78072 10.0005 8.39795%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15.9778C9.14883 15.0431 10.5209 14.5 11.9946 14.5C13.4729 14.5 14.849 15.0466 16 15.9866M14.1743 18.5C13.5182 18.0909 12.7779 17.8607 11.9946 17.8607C11.2152 17.8607 10.4784 18.0886 9.82477 18.4938%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21.5H12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M17.4776 8.39801L17.5 8.39795C19.9853 8.39795 22 10.3784 22 12.8214C22 14.3551 21.206 15.7065 20 16.5M17.4776 8.39801C17.4924 8.23611 17.5 8.07215 17.5 7.90646C17.5 4.92055 15.0376 2.5 12 2.5C9.12324 2.5 6.76233 4.67106 6.52042 7.43728M17.4776 8.39801C17.3753 9.51316 16.9286 10.5307 16.2428 11.3469M6.52042 7.43728C3.98398 7.67454 2 9.77448 2 12.3299C2 14.0886 2.93963 15.6315 4.35232 16.5M6.52042 7.43728C6.67826 7.42251 6.83823 7.41496 7 7.41496C8.12582 7.41496 9.16474 7.78072 10.0005 8.39795%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M8 15.9778C9.14883 15.0431 10.5209 14.5 11.9946 14.5C13.4729 14.5 14.849 15.0466 16 15.9866M14.1743 18.5C13.5182 18.0909 12.7779 17.8607 11.9946 17.8607C11.2152 17.8607 10.4784 18.0886 9.82477 18.4938%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 21.5H12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}i.icon.stroke-wifi-icons-wireless{-webkit-mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 12.3735C9.14883 11.5048 10.5209 11 11.9946 11C13.4729 11 14.849 11.508 16 12.3818M14.1743 14.7179C13.5182 14.3376 12.7779 14.1237 11.9946 14.1237C11.2152 14.1237 10.4784 14.3355 9.82477 14.7122%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5H12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6H7.00635%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6H11.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;mask:url("data:image/svg+xml;utf8,%3Csvg width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 stroke-width%3D%222%22%3E%0A%3Cpath d%3D%22M8 12.3735C9.14883 11.5048 10.5209 11 11.9946 11C13.4729 11 14.849 11.508 16 12.3818M14.1743 14.7179C13.5182 14.3376 12.7779 14.1237 11.9946 14.1237C11.2152 14.1237 10.4784 14.3355 9.82477 14.7122%22 stroke%3D%22black%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M12 17.5H12.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M7 6H7.00635%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M11 6H11.0064%22 stroke%3D%22black%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath d%3D%22M2.5 12C2.5 7.52166 2.5 5.28249 3.89124 3.89124C5.28249 2.5 7.52166 2.5 12 2.5C16.4783 2.5 18.7175 2.5 20.1088 3.89124C21.5 5.28249 21.5 7.52166 21.5 12C21.5 16.4783 21.5 18.7175 20.1088 20.1088C18.7175 21.5 16.4783 21.5 12 21.5C7.52166 21.5 5.28249 21.5 3.89124 20.1088C2.5 18.7175 2.5 16.4783 2.5 12Z%22 stroke%3D%22black%22 stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center;-webkit-mask-size:contain;mask-size:contain}:root{color-scheme:light;--color-background: #f5f7fb;--color-surface: #ffffff;--color-text-primary: #1f2933;--color-text-secondary: #52606d;--color-brand-primary: #2563eb;--color-brand-primary-hover: #1d4ed8;--color-border: #d2d6dc;--font-family-base: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shadow-sm: 0 2px 6px rgba(15, 23, 42, .05);--radius-md: 12px;--space-2xs: .25rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;font-family:var(--font-family-base);line-height:1.6;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-company=bne]{--primary-color: #00594E;--primary-darkest-color: #00796b;--green-dark-color: #016b5a;--base-shadow-color: #00000040;--enable-border-color: #00B1B73B;--pending-surface-color: #CA9F02;--alert-surface-color: #FCF5D1;--success-surface-color: #E8F8D8;--lighter-grey-color: #E6E6E6;--dark-grey-color: #212121;--primary-dark-color: #00000061;--primary-light-color: #cb00d2;--secondary-color: #0A655A;--light-color: #ffffff;--secondary-dark-color: #01579B;--secondary-light-color: #2196F3;--lightest-clear-grey-color: #F8F8FB;--light-black-color: #A1A1A1;--dark-slate-color: #3E405C;--lightest-grey-color: #F2F2F2;--tertiary-color: #0A655A;--tertiary-dark-color: #055148;--tertiary-light-color: #7FCD43;--background-light-color: #ffffff;--text-primary-color: #141314;--mid-grey-color: #00000099;--darkest-grey-color: #666666;--light-green-color: #00C03C;--lightest-green-color: #D8E4E3;--light-red-color: #F9515C;--error-main-color: #D32F2F;--error-default-color: #D32F2F;--active-border-color: #A7D1D2;--medium-light-grey-color: #B3B3B3}[data-company=employer]{--primary-color: #950099;--primary-dark-color: #5a005d;--primary-light-color: #cb00d2;--primary-surface-color: #F4EDF5;--secondary-color: #0288D1;--secondary-dark-color: #01579B;--secondary-light-color: #03A9F4;--enable-border-color: #00B1B73B;--active-border-color: #A7D1D2;--tertiary-color: #6AC425;--tertiary-dark-color: #5EAE21;--tertiary-light-color: #7FCD43;--success-surface-color: #E8F8D8;--pending-surface-color: #CA9F02;--alert-light-color: #f8d85a;--alert-surface-color: #FCF5D1;--error-default-color: #000000;--surface-primary-color: #b9a0b910;--surface-information-color: #EAF1FF66;--light-color: #ffffff;--text-primary-color: #141314;--lightest-grey-color: #F2F2F2;--lightest-clear-grey-color: #f8f8f8;--lighter-grey-color: #E6E6E6;--light-grey-color: #CCCCCC;--medium-light-grey-color: #B3B3B3;--medium-grey-color: #999999;--medium-dark-grey-color: #8C8C8C;--dark-grey-color: #666666;--darker-grey-color: #4D4D4D;--background-light-color: #ffffff;--darkest-grey-color: #333333;--almost-black-color: #1A1A1A;--light-black-color: #A1A1A1;--base-shadow-color: #00000040;--primary-shadow-color: #95009940;--secondary-shadow-color: #0288D140;--tertiary-shadow-color: #6AC42540;--light-green-color: #00C03C;--lightest-green-color: #D8E4E3;--error-main-color: #D32F2F}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid rgba(37,99,235,.35);outline-offset:2px}body{min-height:100vh;background:var(--color-background);color:var(--color-text-primary)}button{font-family:inherit}main{display:block}body,html{margin:0;padding:0}.main{display:flex;flex-direction:column;min-height:100dvh;min-width:0;padding-left:88px;transition:padding-left .2s ease}.main>.content{background-color:#f5f5f5;flex:1 0 auto;min-height:0}@media(min-width:360px)and (max-width:767px){.sidebar{transform:translate(-110%);z-index:1200}.sidebar.expanded{display:block;transform:translate(0)}.sidebar.collapsed{display:none;transform:translate(-110%)}.main{padding-left:0}.main.sidebar-open:after{content:"";inset:0;position:fixed;z-index:1100}}@media(min-width:1024px){#main-content:not(.sidebar-collapsed),.sidebar.expanded~.main{padding-left:310px}#main-content.sidebar-collapsed,.main.sidebar-collapsed,.sidebar.collapsed~.main{padding-left:88px}}.light-theme .divider-dot{background-color:var(--pure-black);height:1px;width:1px}.light-theme .divider-line{background-color:var(--neutral-200);height:1px;width:100%}.light-theme .flex-container{display:flex}.light-theme .flex-container.inline-flex{display:inline-flex}.light-theme .d-flex{display:flex}.light-theme .flex-direction-row{flex-direction:row}.light-theme .flex-direction-row-reverse{flex-direction:row-reverse}.light-theme .flex-direction-column{flex-direction:column}.light-theme .flex-direction-column-reverse{flex-direction:column-reverse}.light-theme .justify-content-start{justify-content:flex-start}.light-theme .justify-content-end{justify-content:flex-end}.light-theme .justify-content-center{justify-content:center}.light-theme .justify-content-between{justify-content:space-between}.light-theme .justify-content-around{justify-content:space-around}.light-theme .justify-content-evenly{justify-content:space-evenly}.light-theme .align-items-start{align-items:flex-start}.light-theme .align-items-end{align-items:flex-end}.light-theme .align-items-center{align-items:center}.light-theme .align-items-baseline{align-items:baseline}.light-theme .align-items-stretch{align-items:stretch}.light-theme .align-self-auto{align-self:auto}.light-theme .align-self-start{align-self:flex-start}.light-theme .align-self-end{align-self:flex-end}.light-theme .align-self-center{align-self:center}.light-theme .align-self-baseline{align-self:baseline}.light-theme .align-self-stretch{align-self:stretch}.light-theme .order-0{order:0}.light-theme .order-1{order:1}.light-theme .order-2{order:2}.light-theme .order-3{order:3}.light-theme .order-4{order:4}.light-theme .order-5{order:5}.light-theme .order-first{order:-1}.light-theme .order-last{order:6}.light-theme .flex-grow-0{flex-grow:0}.light-theme .flex-shrink-0{flex-shrink:0}.light-theme .wrap{flex-wrap:wrap}.light-theme .no-wrap{flex-wrap:nowrap}.light-theme .flex-fill{flex:1 1 auto}.light-theme .flex-grow-1{flex-grow:1}.light-theme .flex-shrink-1{flex-shrink:1}.light-theme .align-content-start{align-content:flex-start}.light-theme .align-content-end{align-content:flex-end}.light-theme .align-content-center{align-content:center}.light-theme .align-content-between{align-content:space-between}.light-theme .align-content-around{align-content:space-around}.light-theme .align-content-stretch{align-content:stretch}.light-theme .logo{align-items:center;background-repeat:no-repeat;background-size:contain;display:flex;justify-content:center}.light-theme .logo.small{height:20px;width:107px}.light-theme .logo.medium{height:30px;width:160px}.light-theme .logo.large{height:40px;width:214px}.light-theme .logo.logo-light{background-image:var(--logo-light)}.light-theme .logo.logo-dark{background-image:var(--logo-dark)}@media(min-width:768px)and (max-width:1023px){.light-theme .logo.small{height:12px;width:64px}.light-theme .logo.medium{height:20px;width:107px}.light-theme .logo.large{height:28px;width:150px}}@media(min-width:360px)and (max-width:767px){.light-theme .logo.small{height:12px;width:64px}.light-theme .logo.medium{height:20px;width:107px}.light-theme .logo.large{height:28px;width:150px}}.light-theme .display-large,.light-theme .display-medium,.light-theme .display-small,.light-theme h1,.light-theme h2,.light-theme h3,.light-theme h4,.light-theme h5,.light-theme h6,.light-theme p{font-family:var(--title);margin:0}.light-theme .display-large.light,.light-theme .display-medium.light,.light-theme .display-small.light,.light-theme h1.light,.light-theme h2.light,.light-theme h3.light,.light-theme h4.light,.light-theme h5.light,.light-theme h6.light,.light-theme p.light{font-weight:300}.light-theme .display-large.regular,.light-theme .display-medium.regular,.light-theme .display-small.regular,.light-theme h1.regular,.light-theme h2.regular,.light-theme h3.regular,.light-theme h4.regular,.light-theme h5.regular,.light-theme h6.regular,.light-theme p.regular{font-weight:400}.light-theme .display-large.medium,.light-theme .display-medium.medium,.light-theme .display-small.medium,.light-theme h1.medium,.light-theme h2.medium,.light-theme h3.medium,.light-theme h4.medium,.light-theme h5.medium,.light-theme h6.medium,.light-theme p.medium{font-weight:500}.light-theme .display-large.semibold,.light-theme .display-medium.semibold,.light-theme .display-small.semibold,.light-theme h1.semibold,.light-theme h2.semibold,.light-theme h3.semibold,.light-theme h4.semibold,.light-theme h5.semibold,.light-theme h6.semibold,.light-theme p.semibold{font-weight:600}.light-theme .display-large.bold,.light-theme .display-medium.bold,.light-theme .display-small.bold,.light-theme h1.bold,.light-theme h2.bold,.light-theme h3.bold,.light-theme h4.bold,.light-theme h5.bold,.light-theme h6.bold,.light-theme p.bold{font-weight:700}.light-theme .display-large.extrabold,.light-theme .display-medium.extrabold,.light-theme .display-small.extrabold,.light-theme h1.extrabold,.light-theme h2.extrabold,.light-theme h3.extrabold,.light-theme h4.extrabold,.light-theme h5.extrabold,.light-theme h6.extrabold,.light-theme p.extrabold{font-weight:800}.light-theme h1{font-size:60px}.light-theme h2{font-size:48px}.light-theme h3{font-size:40px}.light-theme h4{font-size:32px}.light-theme h5{font-size:24px}.light-theme h6{font-size:20px}.light-theme .display-large{font-size:120px}.light-theme .display-medium{font-size:96px}.light-theme .display-small{font-size:72px}.light-theme .paragraph{font-family:var(--body);line-height:130%}.light-theme .paragraph-xxsmall{font-size:10px}.light-theme .paragraph-xsmall{font-size:12px}.light-theme .paragraph-small{font-size:14px}.light-theme .paragraph-medium{font-size:16px}.light-theme .paragraph-large{font-size:18px}.light-theme .paragraph-xlarge{font-size:22px}.light-theme .paragraph.italic{font-style:italic}.light-theme .paragraph.light{font-weight:300}.light-theme .paragraph.regular{font-weight:400}.light-theme .paragraph.medium{font-weight:500}.light-theme .paragraph.semibold{font-weight:600}.light-theme .paragraph.bold{font-weight:700}.light-theme .paragraph.extrabold{font-weight:800}@media(min-width:768px)and (max-width:1023px){.light-theme h1{font-size:48px}.light-theme h2{font-size:40px}.light-theme h3{font-size:32px}.light-theme h4{font-size:28px}.light-theme h5{font-size:20px}.light-theme h6{font-size:18px}.light-theme .display-large{font-size:96px}.light-theme .display-medium{font-size:72px}.light-theme .display-small{font-size:60px}.light-theme .paragraph-xsmall,.light-theme .paragraph-xxsmall{font-size:10px}.light-theme .paragraph-small{font-size:12px}.light-theme .paragraph-medium{font-size:14px}.light-theme .paragraph-large{font-size:16px}.light-theme .paragraph-xlarge{font-size:20px}}@media(min-width:360px)and (max-width:767px){.light-theme h1{font-size:40px}.light-theme h2{font-size:32px}.light-theme h3{font-size:28px}.light-theme h4{font-size:24px}.light-theme h5{font-size:18px}.light-theme h6{font-size:16px}.light-theme .display-large{font-size:72px}.light-theme .display-medium{font-size:60px}.light-theme .display-small{font-size:48px}.light-theme .paragraph-xsmall,.light-theme .paragraph-xxsmall{font-size:10px}.light-theme .paragraph-small{font-size:12px}.light-theme .paragraph-medium{font-size:14px}.light-theme .paragraph-large{font-size:16px}.light-theme .paragraph-xlarge{font-size:20px}}.dark-theme .divider-dot{background-color:var(--pure-black);height:1px;width:1px}.dark-theme .divider-line{background-color:var(--neutral-200);height:1px;width:100%}.dark-theme .flex-container{display:flex}.dark-theme .flex-container.inline-flex{display:inline-flex}.dark-theme .d-flex{display:flex}.dark-theme .flex-direction-row{flex-direction:row}.dark-theme .flex-direction-row-reverse{flex-direction:row-reverse}.dark-theme .flex-direction-column{flex-direction:column}.dark-theme .flex-direction-column-reverse{flex-direction:column-reverse}.dark-theme .justify-content-start{justify-content:flex-start}.dark-theme .justify-content-end{justify-content:flex-end}.dark-theme .justify-content-center{justify-content:center}.dark-theme .justify-content-between{justify-content:space-between}.dark-theme .justify-content-around{justify-content:space-around}.dark-theme .justify-content-evenly{justify-content:space-evenly}.dark-theme .align-items-start{align-items:flex-start}.dark-theme .align-items-end{align-items:flex-end}.dark-theme .align-items-center{align-items:center}.dark-theme .align-items-baseline{align-items:baseline}.dark-theme .align-items-stretch{align-items:stretch}.dark-theme .align-self-auto{align-self:auto}.dark-theme .align-self-start{align-self:flex-start}.dark-theme .align-self-end{align-self:flex-end}.dark-theme .align-self-center{align-self:center}.dark-theme .align-self-baseline{align-self:baseline}.dark-theme .align-self-stretch{align-self:stretch}.dark-theme .order-0{order:0}.dark-theme .order-1{order:1}.dark-theme .order-2{order:2}.dark-theme .order-3{order:3}.dark-theme .order-4{order:4}.dark-theme .order-5{order:5}.dark-theme .order-first{order:-1}.dark-theme .order-last{order:6}.dark-theme .flex-grow-0{flex-grow:0}.dark-theme .flex-shrink-0{flex-shrink:0}.dark-theme .wrap{flex-wrap:wrap}.dark-theme .no-wrap{flex-wrap:nowrap}.dark-theme .flex-fill{flex:1 1 auto}.dark-theme .flex-grow-1{flex-grow:1}.dark-theme .flex-shrink-1{flex-shrink:1}.dark-theme .align-content-start{align-content:flex-start}.dark-theme .align-content-end{align-content:flex-end}.dark-theme .align-content-center{align-content:center}.dark-theme .align-content-between{align-content:space-between}.dark-theme .align-content-around{align-content:space-around}.dark-theme .align-content-stretch{align-content:stretch}.dark-theme .logo{align-items:center;background-repeat:no-repeat;background-size:contain;display:flex;justify-content:center}.dark-theme .logo.small{height:20px;width:107px}.dark-theme .logo.medium{height:30px;width:160px}.dark-theme .logo.large{height:40px;width:214px}.dark-theme .logo.logo-light{background-image:var(--logo-light)}.dark-theme .logo.logo-dark{background-image:var(--logo-dark)}@media(min-width:768px)and (max-width:1023px){.dark-theme .logo.small{height:12px;width:64px}.dark-theme .logo.medium{height:20px;width:107px}.dark-theme .logo.large{height:28px;width:150px}}@media(min-width:360px)and (max-width:767px){.dark-theme .logo.small{height:12px;width:64px}.dark-theme .logo.medium{height:20px;width:107px}.dark-theme .logo.large{height:28px;width:150px}}.dark-theme .display-large,.dark-theme .display-medium,.dark-theme .display-small,.dark-theme h1,.dark-theme h2,.dark-theme h3,.dark-theme h4,.dark-theme h5,.dark-theme h6,.dark-theme p{font-family:var(--title);margin:0}.dark-theme .display-large.light,.dark-theme .display-medium.light,.dark-theme .display-small.light,.dark-theme h1.light,.dark-theme h2.light,.dark-theme h3.light,.dark-theme h4.light,.dark-theme h5.light,.dark-theme h6.light,.dark-theme p.light{font-weight:300}.dark-theme .display-large.regular,.dark-theme .display-medium.regular,.dark-theme .display-small.regular,.dark-theme h1.regular,.dark-theme h2.regular,.dark-theme h3.regular,.dark-theme h4.regular,.dark-theme h5.regular,.dark-theme h6.regular,.dark-theme p.regular{font-weight:400}.dark-theme .display-large.medium,.dark-theme .display-medium.medium,.dark-theme .display-small.medium,.dark-theme h1.medium,.dark-theme h2.medium,.dark-theme h3.medium,.dark-theme h4.medium,.dark-theme h5.medium,.dark-theme h6.medium,.dark-theme p.medium{font-weight:500}.dark-theme .display-large.semibold,.dark-theme .display-medium.semibold,.dark-theme .display-small.semibold,.dark-theme h1.semibold,.dark-theme h2.semibold,.dark-theme h3.semibold,.dark-theme h4.semibold,.dark-theme h5.semibold,.dark-theme h6.semibold,.dark-theme p.semibold{font-weight:600}.dark-theme .display-large.bold,.dark-theme .display-medium.bold,.dark-theme .display-small.bold,.dark-theme h1.bold,.dark-theme h2.bold,.dark-theme h3.bold,.dark-theme h4.bold,.dark-theme h5.bold,.dark-theme h6.bold,.dark-theme p.bold{font-weight:700}.dark-theme .display-large.extrabold,.dark-theme .display-medium.extrabold,.dark-theme .display-small.extrabold,.dark-theme h1.extrabold,.dark-theme h2.extrabold,.dark-theme h3.extrabold,.dark-theme h4.extrabold,.dark-theme h5.extrabold,.dark-theme h6.extrabold,.dark-theme p.extrabold{font-weight:800}.dark-theme h1{font-size:60px}.dark-theme h2{font-size:48px}.dark-theme h3{font-size:40px}.dark-theme h4{font-size:32px}.dark-theme h5{font-size:24px}.dark-theme h6{font-size:20px}.dark-theme .display-large{font-size:120px}.dark-theme .display-medium{font-size:96px}.dark-theme .display-small{font-size:72px}.dark-theme .paragraph{font-family:var(--body);line-height:130%}.dark-theme .paragraph-xxsmall{font-size:10px}.dark-theme .paragraph-xsmall{font-size:12px}.dark-theme .paragraph-small{font-size:14px}.dark-theme .paragraph-medium{font-size:16px}.dark-theme .paragraph-large{font-size:18px}.dark-theme .paragraph-xlarge{font-size:22px}.dark-theme .paragraph.italic{font-style:italic}.dark-theme .paragraph.light{font-weight:300}.dark-theme .paragraph.regular{font-weight:400}.dark-theme .paragraph.medium{font-weight:500}.dark-theme .paragraph.semibold{font-weight:600}.dark-theme .paragraph.bold{font-weight:700}.dark-theme .paragraph.extrabold{font-weight:800}@media(min-width:768px)and (max-width:1023px){.dark-theme h1{font-size:48px}.dark-theme h2{font-size:40px}.dark-theme h3{font-size:32px}.dark-theme h4{font-size:28px}.dark-theme h5{font-size:20px}.dark-theme h6{font-size:18px}.dark-theme .display-large{font-size:96px}.dark-theme .display-medium{font-size:72px}.dark-theme .display-small{font-size:60px}.dark-theme .paragraph-xsmall,.dark-theme .paragraph-xxsmall{font-size:10px}.dark-theme .paragraph-small{font-size:12px}.dark-theme .paragraph-medium{font-size:14px}.dark-theme .paragraph-large{font-size:16px}.dark-theme .paragraph-xlarge{font-size:20px}}@media(min-width:360px)and (max-width:767px){.dark-theme h1{font-size:40px}.dark-theme h2{font-size:32px}.dark-theme h3{font-size:28px}.dark-theme h4{font-size:24px}.dark-theme h5{font-size:18px}.dark-theme h6{font-size:16px}.dark-theme .display-large{font-size:72px}.dark-theme .display-medium{font-size:60px}.dark-theme .display-small{font-size:48px}.dark-theme .paragraph-xsmall,.dark-theme .paragraph-xxsmall{font-size:10px}.dark-theme .paragraph-small{font-size:12px}.dark-theme .paragraph-medium{font-size:14px}.dark-theme .paragraph-large{font-size:16px}.dark-theme .paragraph-xlarge{font-size:20px}}
